diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index c24afa60a30ea..726ac2e01b777 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -489,6 +489,7 @@ What: /sys/devices/system/cpu/vulnerabilities /sys/devices/system/cpu/vulnerabilities/srbds /sys/devices/system/cpu/vulnerabilities/tsx_async_abort /sys/devices/system/cpu/vulnerabilities/itlb_multihit + /sys/devices/system/cpu/vulnerabilities/mmio_stale_data Date: January 2018 Contact: Linux kernel mailing list Description: Information about CPU vulnerabilities diff --git a/Documentation/DMA-attributes.txt b/Documentation/DMA-attributes.txt index 29dcbe8826e85..ebbbd182f582b 100644 --- a/Documentation/DMA-attributes.txt +++ b/Documentation/DMA-attributes.txt @@ -138,3 +138,13 @@ accesses to DMA buffers in both privileged "supervisor" and unprivileged subsystem that the buffer is fully accessible at the elevated privilege level (and ideally inaccessible or at least read-only at the lesser-privileged levels). + +DMA_ATTR_PRIVILEGED +------------------- + +Some advanced peripherals such as remote processors and GPUs perform +accesses to DMA buffers in both privileged "supervisor" and unprivileged +"user" modes. This attribute is used to indicate to the DMA-mapping +subsystem that the buffer is fully accessible at the elevated privilege +level (and ideally inaccessible or at least read-only at the +lesser-privileged levels). diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst index ca4dbdd9016d5..2adec1e6520a6 100644 --- a/Documentation/admin-guide/hw-vuln/index.rst +++ b/Documentation/admin-guide/hw-vuln/index.rst @@ -15,3 +15,4 @@ are configurable at compile, boot or run time. tsx_async_abort multihit.rst special-register-buffer-data-sampling.rst + processor_mmio_stale_data.rst diff --git a/Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst b/Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst new file mode 100644 index 0000000000000..9393c50b5afc9 --- /dev/null +++ b/Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst @@ -0,0 +1,246 @@ +========================================= +Processor MMIO Stale Data Vulnerabilities +========================================= + +Processor MMIO Stale Data Vulnerabilities are a class of memory-mapped I/O +(MMIO) vulnerabilities that can expose data. The sequences of operations for +exposing data range from simple to very complex. Because most of the +vulnerabilities require the attacker to have access to MMIO, many environments +are not affected. System environments using virtualization where MMIO access is +provided to untrusted guests may need mitigation. These vulnerabilities are +not transient execution attacks. However, these vulnerabilities may propagate +stale data into core fill buffers where the data can subsequently be inferred +by an unmitigated transient execution attack. Mitigation for these +vulnerabilities includes a combination of microcode update and software +changes, depending on the platform and usage model. Some of these mitigations +are similar to those used to mitigate Microarchitectural Data Sampling (MDS) or +those used to mitigate Special Register Buffer Data Sampling (SRBDS). + +Data Propagators +================ +Propagators are operations that result in stale data being copied or moved from +one microarchitectural buffer or register to another. Processor MMIO Stale Data +Vulnerabilities are operations that may result in stale data being directly +read into an architectural, software-visible state or sampled from a buffer or +register. + +Fill Buffer Stale Data Propagator (FBSDP) +----------------------------------------- +Stale data may propagate from fill buffers (FB) into the non-coherent portion +of the uncore on some non-coherent writes. Fill buffer propagation by itself +does not make stale data architecturally visible. Stale data must be propagated +to a location where it is subject to reading or sampling. + +Sideband Stale Data Propagator (SSDP) +------------------------------------- +The sideband stale data propagator (SSDP) is limited to the client (including +Intel Xeon server E3) uncore implementation. The sideband response buffer is +shared by all client cores. For non-coherent reads that go to sideband +destinations, the uncore logic returns 64 bytes of data to the core, including +both requested data and unrequested stale data, from a transaction buffer and +the sideband response buffer. As a result, stale data from the sideband +response and transaction buffers may now reside in a core fill buffer. + +Primary Stale Data Propagator (PSDP) +------------------------------------ +The primary stale data propagator (PSDP) is limited to the client (including +Intel Xeon server E3) uncore implementation. Similar to the sideband response +buffer, the primary response buffer is shared by all client cores. For some +processors, MMIO primary reads will return 64 bytes of data to the core fill +buffer including both requested data and unrequested stale data. This is +similar to the sideband stale data propagator. + +Vulnerabilities +=============== +Device Register Partial Write (DRPW) (CVE-2022-21166) +----------------------------------------------------- +Some endpoint MMIO registers incorrectly handle writes that are smaller than +the register size. Instead of aborting the write or only copying the correct +subset of bytes (for example, 2 bytes for a 2-byte write), more bytes than +specified by the write transaction may be written to the register. On +processors affected by FBSDP, this may expose stale data from the fill buffers +of the core that created the write transaction. + +Shared Buffers Data Sampling (SBDS) (CVE-2022-21125) +---------------------------------------------------- +After propagators may have moved data around the uncore and copied stale data +into client core fill buffers, processors affected by MFBDS can leak data from +the fill buffer. It is limited to the client (including Intel Xeon server E3) +uncore implementation. + +Shared Buffers Data Read (SBDR) (CVE-2022-21123) +------------------------------------------------ +It is similar to Shared Buffer Data Sampling (SBDS) except that the data is +directly read into the architectural software-visible state. It is limited to +the client (including Intel Xeon server E3) uncore implementation. + +Affected Processors +=================== +Not all the CPUs are affected by all the variants. For instance, most +processors for the server market (excluding Intel Xeon E3 processors) are +impacted by only Device Register Partial Write (DRPW). + +Below is the list of affected Intel processors [#f1]_: + + =================== ============ ========= + Common name Family_Model Steppings + =================== ============ ========= + HASWELL_X 06_3FH 2,4 + SKYLAKE_L 06_4EH 3 + BROADWELL_X 06_4FH All + SKYLAKE_X 06_55H 3,4,6,7,11 + BROADWELL_D 06_56H 3,4,5 + SKYLAKE 06_5EH 3 + ICELAKE_X 06_6AH 4,5,6 + ICELAKE_D 06_6CH 1 + ICELAKE_L 06_7EH 5 + ATOM_TREMONT_D 06_86H All + LAKEFIELD 06_8AH 1 + KABYLAKE_L 06_8EH 9 to 12 + ATOM_TREMONT 06_96H 1 + ATOM_TREMONT_L 06_9CH 0 + KABYLAKE 06_9EH 9 to 13 + COMETLAKE 06_A5H 2,3,5 + COMETLAKE_L 06_A6H 0,1 + ROCKETLAKE 06_A7H 1 + =================== ============ ========= + +If a CPU is in the affected processor list, but not affected by a variant, it +is indicated by new bits in MSR IA32_ARCH_CAPABILITIES. As described in a later +section, mitigation largely remains the same for all the variants, i.e. to +clear the CPU fill buffers via VERW instruction. + +New bits in MSRs +================ +Newer processors and microcode update on existing affected processors added new +bits to IA32_ARCH_CAPABILITIES MSR. These bits can be used to enumerate +specific variants of Processor MMIO Stale Data vulnerabilities and mitigation +capability. + +MSR IA32_ARCH_CAPABILITIES +-------------------------- +Bit 13 - SBDR_SSDP_NO - When set, processor is not affected by either the + Shared Buffers Data Read (SBDR) vulnerability or the sideband stale + data propagator (SSDP). +Bit 14 - FBSDP_NO - When set, processor is not affected by the Fill Buffer + Stale Data Propagator (FBSDP). +Bit 15 - PSDP_NO - When set, processor is not affected by Primary Stale Data + Propagator (PSDP). +Bit 17 - FB_CLEAR - When set, VERW instruction will overwrite CPU fill buffer + values as part of MD_CLEAR operations. Processors that do not + enumerate MDS_NO (meaning they are affected by MDS) but that do + enumerate support for both L1D_FLUSH and MD_CLEAR implicitly enumerate + FB_CLEAR as part of their MD_CLEAR support. +Bit 18 - FB_CLEAR_CTRL - Processor supports read and write to MSR + IA32_MCU_OPT_CTRL[FB_CLEAR_DIS]. On such processors, the FB_CLEAR_DIS + bit can be set to cause the VERW instruction to not perform the + FB_CLEAR action. Not all processors that support FB_CLEAR will support + FB_CLEAR_CTRL. + +MSR IA32_MCU_OPT_CTRL +--------------------- +Bit 3 - FB_CLEAR_DIS - When set, VERW instruction does not perform the FB_CLEAR +action. This may be useful to reduce the performance impact of FB_CLEAR in +cases where system software deems it warranted (for example, when performance +is more critical, or the untrusted software has no MMIO access). Note that +FB_CLEAR_DIS has no impact on enumeration (for example, it does not change +FB_CLEAR or MD_CLEAR enumeration) and it may not be supported on all processors +that enumerate FB_CLEAR. + +Mitigation +========== +Like MDS, all variants of Processor MMIO Stale Data vulnerabilities have the +same mitigation strategy to force the CPU to clear the affected buffers before +an attacker can extract the secrets. + +This is achieved by using the otherwise unused and obsolete VERW instruction in +combination with a microcode update. The microcode clears the affected CPU +buffers when the VERW instruction is executed. + +Kernel reuses the MDS function to invoke the buffer clearing: + + mds_clear_cpu_buffers() + +On MDS affected CPUs, the kernel already invokes CPU buffer clear on +kernel/userspace, hypervisor/guest and C-state (idle) transitions. No +additional mitigation is needed on such CPUs. + +For CPUs not affected by MDS or TAA, mitigation is needed only for the attacker +with MMIO capability. Therefore, VERW is not required for kernel/userspace. For +virtualization case, VERW is only needed at VMENTER for a guest with MMIO +capability. + +Mitigation points +----------------- +Return to user space +^^^^^^^^^^^^^^^^^^^^ +Same mitigation as MDS when affected by MDS/TAA, otherwise no mitigation +needed. + +C-State transition +^^^^^^^^^^^^^^^^^^ +Control register writes by CPU during C-state transition can propagate data +from fill buffer to uncore buffers. Execute VERW before C-state transition to +clear CPU fill buffers. + +Guest entry point +^^^^^^^^^^^^^^^^^ +Same mitigation as MDS when processor is also affected by MDS/TAA, otherwise +execute VERW at VMENTER only for MMIO capable guests. On CPUs not affected by +MDS/TAA, guest without MMIO access cannot extract secrets using Processor MMIO +Stale Data vulnerabilities, so there is no need to execute VERW for such guests. + +Mitigation control on the kernel command line +--------------------------------------------- +The kernel command line allows to control the Processor MMIO Stale Data +mitigations at boot time with the option "mmio_stale_data=". The valid +arguments for this option are: + + ========== ================================================================= + full If the CPU is vulnerable, enable mitigation; CPU buffer clearing + on exit to userspace and when entering a VM. Idle transitions are + protected as well. It does not automatically disable SMT. + full,nosmt Same as full, with SMT disabled on vulnerable CPUs. This is the + complete mitigation. + off Disables mitigation completely. + ========== ================================================================= + +If the CPU is affected and mmio_stale_data=off is not supplied on the kernel +command line, then the kernel selects the appropriate mitigation. + +Mitigation status information +----------------------------- +The Linux kernel provides a sysfs interface to enumerate the current +vulnerability status of the system: whether the system is vulnerable, and +which mitigations are active. The relevant sysfs file is: + + /sys/devices/system/cpu/vulnerabilities/mmio_stale_data + +The possible values in this file are: + + .. list-table:: + + * - 'Not affected' + - The processor is not vulnerable + * - 'Vulnerable' + - The processor is vulnerable, but no mitigation enabled + * - 'Vulnerable: Clear CPU buffers attempted, no microcode' + - The processor is vulnerable, but microcode is not updated. The + mitigation is enabled on a best effort basis. + * - 'Mitigation: Clear CPU buffers' + - The processor is vulnerable and the CPU buffer clearing mitigation is + enabled. + +If the processor is vulnerable then the following information is appended to +the above information: + + ======================== =========================================== + 'SMT vulnerable' SMT is enabled + 'SMT disabled' SMT is disabled + 'SMT Host state unknown' Kernel runs in a VM, Host SMT state unknown + ======================== =========================================== + +References +---------- +.. [#f1] Affected Processors + https://www.intel.com/content/www/us/en/developer/topic-technology/software-security-guidance/processors-affected-consolidated-product-cpu-model.html diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 101582659ce31..1f13f923da626 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -225,14 +225,23 @@ For broken nForce2 BIOS resulting in XT-PIC timer. acpi_sleep= [HW,ACPI] Sleep options - Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, - old_ordering, nonvs, sci_force_enable, nobl } + Format: { s3_bios, s3_mode, s3_beep, s4_hwsig, + s4_nohwsig, old_ordering, nonvs, + sci_force_enable, nobl } See Documentation/power/video.rst for information on s3_bios and s3_mode. s3_beep is for debugging; it makes the PC's speaker beep as soon as the kernel's real-mode entry point is called. + s4_hwsig causes the kernel to check the ACPI hardware + signature during resume from hibernation, and gracefully + refuse to resume if it has changed. This complies with + the ACPI specification but not with reality, since + Windows does not do this and many laptops do change it + on docking. So the default behaviour is to allow resume + and simply warn when the signature changes, unless the + s4_hwsig option is enabled. s4_nohwsig prevents ACPI hardware signature from being - used during resume from hibernation. + used (or even warned about) during resume. old_ordering causes the ACPI 1.0 ordering of the _PTS control method, with respect to putting devices into low power states, to be enforced (the ACPI 2.0 ordering @@ -1843,13 +1852,13 @@ iommu.strict= [ARM64] Configure TLB invalidation behaviour Format: { "0" | "1" } - 0 - Lazy mode. + 0 - Lazy mode (default). Request that DMA unmap operations use deferred invalidation of hardware TLBs, for increased throughput at the cost of reduced device isolation. Will fall back to strict mode if not supported by the relevant IOMMU driver. - 1 - Strict mode (default). + 1 - Strict mode. DMA unmap operations invalidate IOMMU hardware TLBs synchronously. @@ -2697,6 +2706,7 @@ kvm.nx_huge_pages=off [X86] no_entry_flush [PPC] no_uaccess_flush [PPC] + mmio_stale_data=off [X86] Exceptions: This does not have any effect on @@ -2718,6 +2728,7 @@ Equivalent to: l1tf=flush,nosmt [X86] mds=full,nosmt [X86] tsx_async_abort=full,nosmt [X86] + mmio_stale_data=full,nosmt [X86] mminit_loglevel= [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this @@ -2727,6 +2738,40 @@ log everything. Information is printed at KERN_DEBUG so loglevel=8 may also need to be specified. + mmio_stale_data= + [X86,INTEL] Control mitigation for the Processor + MMIO Stale Data vulnerabilities. + + Processor MMIO Stale Data is a class of + vulnerabilities that may expose data after an MMIO + operation. Exposed data could originate or end in + the same CPU buffers as affected by MDS and TAA. + Therefore, similar to MDS and TAA, the mitigation + is to clear the affected CPU buffers. + + This parameter controls the mitigation. The + options are: + + full - Enable mitigation on vulnerable CPUs + + full,nosmt - Enable mitigation and disable SMT on + vulnerable CPUs. + + off - Unconditionally disable mitigation + + On MDS or TAA affected machines, + mmio_stale_data=off can be prevented by an active + MDS or TAA mitigation as these vulnerabilities are + mitigated with the same mechanism so in order to + disable this mitigation, you need to specify + mds=off and tsx_async_abort=off too. + + Not specifying this option is equivalent to + mmio_stale_data=full. + + For details see: + Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst + module.sig_enforce [KNL] When CONFIG_MODULE_SIG is set, this means that modules without (valid) signatures will fail to load. @@ -3129,7 +3174,8 @@ disable unhandled interrupt sources. no_timer_check [X86,APIC] Disables the code which tests for - broken timer IRQ sources. + broken timer IRQ sources. For AWS, this is defaulted + to disabled, can be re-enabled using no_timer_check=0. noisapnp [ISAPNP] Disables ISA PnP code. @@ -3155,9 +3201,9 @@ [X86,PV_OPS] Disable paravirtualized VMware scheduler clock and use the default one. - no-steal-acc [X86,KVM] Disable paravirtualized steal time accounting. - steal time is computed, but won't influence scheduler - behaviour + no-steal-acc [X86,KVM,ARM64] Disable paravirtualized steal time + accounting. steal time is computed, but won't + influence scheduler behaviour nolapic [X86-32,APIC] Do not enable or use the local APIC. @@ -4947,6 +4993,7 @@ as the stability checks done at bootup. Used to enable high-resolution timer mode on older hardware, and in virtualized environment. + [x86] unreliable: mark tsc clocksource as unreliable. [x86] noirqtime: Do not use TSC to do irq accounting. Used to run time disable IRQ_TIME_ACCOUNTING on any platforms where RDTSC is slow and this accounting diff --git a/Documentation/devicetree/bindings/mtd/nand-controller.yaml b/Documentation/devicetree/bindings/mtd/nand-controller.yaml index d261b7096c696..2767f182fd3c5 100644 --- a/Documentation/devicetree/bindings/mtd/nand-controller.yaml +++ b/Documentation/devicetree/bindings/mtd/nand-controller.yaml @@ -44,7 +44,7 @@ patternProperties: properties: reg: description: - Contains the native Ready/Busy IDs. + Contains the chip-select IDs. nand-ecc-mode: allOf: @@ -139,6 +139,6 @@ examples: nand-ecc-mode = "soft"; nand-ecc-algo = "bch"; - /* controller specific properties */ + /* NAND chip specific properties */ }; }; diff --git a/Documentation/devicetree/bindings/spi/spi-mxic.txt b/Documentation/devicetree/bindings/spi/spi-mxic.txt index 529f2dab2648a..7bcbb229b78bb 100644 --- a/Documentation/devicetree/bindings/spi/spi-mxic.txt +++ b/Documentation/devicetree/bindings/spi/spi-mxic.txt @@ -8,11 +8,13 @@ Required properties: - reg: should contain 2 entries, one for the registers and one for the direct mapping area - reg-names: should contain "regs" and "dirmap" -- interrupts: interrupt line connected to the SPI controller - clock-names: should contain "ps_clk", "send_clk" and "send_dly_clk" - clocks: should contain 3 entries for the "ps_clk", "send_clk" and "send_dly_clk" clocks +Optional properties: +- interrupts: interrupt line connected to the SPI controller + Example: spi@43c30000 { diff --git a/Documentation/ioctl/ioctl-number.rst b/Documentation/ioctl/ioctl-number.rst index bef79cd4c6b4d..356dd9727f702 100644 --- a/Documentation/ioctl/ioctl-number.rst +++ b/Documentation/ioctl/ioctl-number.rst @@ -326,8 +326,11 @@ Code Seq# Include File Comments 0xAC 00-1F linux/raw.h 0xAD 00 Netfilter device in development: -0xAE all linux/kvm.h Kernel-based Virtual Machine +0xAE 00-1F linux/kvm.h Kernel-based Virtual Machine +0xAE 40-FF linux/kvm.h Kernel-based Virtual Machine + +0xAE 20-3F linux/nitro_enclaves.h Nitro Enclaves 0xAF 00-1F linux/fsl_hypervisor.h Freescale hypervisor 0xB0 all RATIO devices in development: diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst index 06f743b612c48..bb53707f72cc5 100644 --- a/Documentation/process/stable-kernel-rules.rst +++ b/Documentation/process/stable-kernel-rules.rst @@ -174,7 +174,16 @@ Trees - The finalized and tagged releases of all stable kernels can be found in separate branches per version at: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + + - The release candidate of all stable kernel versions can be found at: + + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/ + + .. warning:: + The -stable-rc tree is a snapshot in time of the stable-queue tree and + will change frequently, hence will be rebased often. It should only be + used for testing purposes (e.g. to be consumed by CI systems). Review committee diff --git a/Documentation/sound/hd-audio/models.rst b/Documentation/sound/hd-audio/models.rst index 0ea967d345838..4c91abad7b35c 100644 --- a/Documentation/sound/hd-audio/models.rst +++ b/Documentation/sound/hd-audio/models.rst @@ -261,6 +261,10 @@ alc-sense-combo huawei-mbx-stereo Enable initialization verbs for Huawei MBX stereo speakers; might be risky, try this at your own risk +alc298-samsung-headphone + Samsung laptops with ALC298 +alc256-samsung-headphone + Samsung laptops with ALC256 ALC66x/67x/892 ============== diff --git a/Documentation/virt/index.rst b/Documentation/virt/index.rst index 062ffb5270438..ce114d1ffba17 100644 --- a/Documentation/virt/index.rst +++ b/Documentation/virt/index.rst @@ -9,6 +9,7 @@ Linux Virtualization Support kvm/index paravirt_ops + ne_overview .. only:: html and subproject diff --git a/Documentation/virt/kvm/arm/pvtime.rst b/Documentation/virt/kvm/arm/pvtime.rst new file mode 100644 index 0000000000000..2357dd2d86553 --- /dev/null +++ b/Documentation/virt/kvm/arm/pvtime.rst @@ -0,0 +1,80 @@ +.. SPDX-License-Identifier: GPL-2.0 + +Paravirtualized time support for arm64 +====================================== + +Arm specification DEN0057/A defines a standard for paravirtualised time +support for AArch64 guests: + +https://developer.arm.com/docs/den0057/a + +KVM/arm64 implements the stolen time part of this specification by providing +some hypervisor service calls to support a paravirtualized guest obtaining a +view of the amount of time stolen from its execution. + +Two new SMCCC compatible hypercalls are defined: + +* PV_TIME_FEATURES: 0xC5000020 +* PV_TIME_ST: 0xC5000021 + +These are only available in the SMC64/HVC64 calling convention as +paravirtualized time is not available to 32 bit Arm guests. The existence of +the PV_FEATURES hypercall should be probed using the SMCCC 1.1 ARCH_FEATURES +mechanism before calling it. + +PV_TIME_FEATURES + ============= ======== ========== + Function ID: (uint32) 0xC5000020 + PV_call_id: (uint32) The function to query for support. + Currently only PV_TIME_ST is supported. + Return value: (int64) NOT_SUPPORTED (-1) or SUCCESS (0) if the relevant + PV-time feature is supported by the hypervisor. + ============= ======== ========== + +PV_TIME_ST + ============= ======== ========== + Function ID: (uint32) 0xC5000021 + Return value: (int64) IPA of the stolen time data structure for this + VCPU. On failure: + NOT_SUPPORTED (-1) + ============= ======== ========== + +The IPA returned by PV_TIME_ST should be mapped by the guest as normal memory +with inner and outer write back caching attributes, in the inner shareable +domain. A total of 16 bytes from the IPA returned are guaranteed to be +meaningfully filled by the hypervisor (see structure below). + +PV_TIME_ST returns the structure for the calling VCPU. + +Stolen Time +----------- + +The structure pointed to by the PV_TIME_ST hypercall is as follows: + ++-------------+-------------+-------------+----------------------------+ +| Field | Byte Length | Byte Offset | Description | ++=============+=============+=============+============================+ +| Revision | 4 | 0 | Must be 0 for version 1.0 | ++-------------+-------------+-------------+----------------------------+ +| Attributes | 4 | 4 | Must be 0 | ++-------------+-------------+-------------+----------------------------+ +| Stolen time | 8 | 8 | Stolen time in unsigned | +| | | | nanoseconds indicating how | +| | | | much time this VCPU thread | +| | | | was involuntarily not | +| | | | running on a physical CPU. | ++-------------+-------------+-------------+----------------------------+ + +All values in the structure are stored little-endian. + +The structure will be updated by the hypervisor prior to scheduling a VCPU. It +will be present within a reserved region of the normal memory given to the +guest. The guest should not attempt to write into this memory. There is a +structure per VCPU of the guest. + +It is advisable that one or more 64k pages are set aside for the purpose of +these structures and not used for other purposes, this enables the guest to map +the region using 64k pages and avoids conflicting attributes with other memory. + +For the user space interface see Documentation/virt/kvm/devices/vcpu.txt +section "3. GROUP: KVM_ARM_VCPU_PVTIME_CTRL". diff --git a/Documentation/virt/kvm/devices/vcpu.txt b/Documentation/virt/kvm/devices/vcpu.txt index 2b5dab16c4f20..6f3bd64a05b0f 100644 --- a/Documentation/virt/kvm/devices/vcpu.txt +++ b/Documentation/virt/kvm/devices/vcpu.txt @@ -60,3 +60,17 @@ time to use the number provided for a given timer, overwriting any previously configured values on other VCPUs. Userspace should configure the interrupt numbers on at least one VCPU after creating all VCPUs and before running any VCPUs. + +3. GROUP: KVM_ARM_VCPU_PVTIME_CTRL +Architectures: ARM64 + +3.1 ATTRIBUTE: KVM_ARM_VCPU_PVTIME_IPA +Parameters: 64-bit base address +Returns: -ENXIO: Stolen time not implemented + -EEXIST: Base address already set for this VCPU + -EINVAL: Base address not 64 byte aligned + +Specifies the base address of the stolen time structure for this VCPU. The +base address must be 64 byte aligned and exist within a valid guest memory +region. See Documentation/virt/kvm/arm/pvtime.txt for more information +including the layout of the stolen time structure. diff --git a/Documentation/virt/ne_overview.rst b/Documentation/virt/ne_overview.rst new file mode 100644 index 0000000000000..74c2f5919c886 --- /dev/null +++ b/Documentation/virt/ne_overview.rst @@ -0,0 +1,100 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============== +Nitro Enclaves +============== + +Overview +======== + +Nitro Enclaves (NE) is a new Amazon Elastic Compute Cloud (EC2) capability +that allows customers to carve out isolated compute environments within EC2 +instances [1]. + +For example, an application that processes sensitive data and runs in a VM, +can be separated from other applications running in the same VM. This +application then runs in a separate VM than the primary VM, namely an enclave. +It runs alongside the VM that spawned it. This setup matches low latency +applications needs. + +The current supported architectures for the NE kernel driver, available in the +upstream Linux kernel, are x86 and ARM64. + +The resources that are allocated for the enclave, such as memory and CPUs, are +carved out of the primary VM. Each enclave is mapped to a process running in the +primary VM, that communicates with the NE kernel driver via an ioctl interface. + +In this sense, there are two components: + +1. An enclave abstraction process - a user space process running in the primary +VM guest that uses the provided ioctl interface of the NE driver to spawn an +enclave VM (that's 2 below). + +There is a NE emulated PCI device exposed to the primary VM. The driver for this +new PCI device is included in the NE driver. + +The ioctl logic is mapped to PCI device commands e.g. the NE_START_ENCLAVE ioctl +maps to an enclave start PCI command. The PCI device commands are then +translated into actions taken on the hypervisor side; that's the Nitro +hypervisor running on the host where the primary VM is running. The Nitro +hypervisor is based on core KVM technology. + +2. The enclave itself - a VM running on the same host as the primary VM that +spawned it. Memory and CPUs are carved out of the primary VM and are dedicated +for the enclave VM. An enclave does not have persistent storage attached. + +The memory regions carved out of the primary VM and given to an enclave need to +be aligned 2 MiB / 1 GiB physically contiguous memory regions (or multiple of +this size e.g. 8 MiB). The memory can be allocated e.g. by using hugetlbfs from +user space [2][3][7]. The memory size for an enclave needs to be at least +64 MiB. The enclave memory and CPUs need to be from the same NUMA node. + +An enclave runs on dedicated cores. CPU 0 and its CPU siblings need to remain +available for the primary VM. A CPU pool has to be set for NE purposes by an +user with admin capability. See the cpu list section from the kernel +documentation [4] for how a CPU pool format looks. + +An enclave communicates with the primary VM via a local communication channel, +using virtio-vsock [5]. The primary VM has virtio-pci vsock emulated device, +while the enclave VM has a virtio-mmio vsock emulated device. The vsock device +uses eventfd for signaling. The enclave VM sees the usual interfaces - local +APIC and IOAPIC - to get interrupts from virtio-vsock device. The virtio-mmio +device is placed in memory below the typical 4 GiB. + +The application that runs in the enclave needs to be packaged in an enclave +image together with the OS ( e.g. kernel, ramdisk, init ) that will run in the +enclave VM. The enclave VM has its own kernel and follows the standard Linux +boot protocol [6][8]. + +The kernel bzImage, the kernel command line, the ramdisk(s) are part of the +Enclave Image Format (EIF); plus an EIF header including metadata such as magic +number, eif version, image size and CRC. + +Hash values are computed for the entire enclave image (EIF), the kernel and +ramdisk(s). That's used, for example, to check that the enclave image that is +loaded in the enclave VM is the one that was intended to be run. + +These crypto measurements are included in a signed attestation document +generated by the Nitro Hypervisor and further used to prove the identity of the +enclave; KMS is an example of service that NE is integrated with and that checks +the attestation doc. + +The enclave image (EIF) is loaded in the enclave memory at offset 8 MiB. The +init process in the enclave connects to the vsock CID of the primary VM and a +predefined port - 9000 - to send a heartbeat value - 0xb7. This mechanism is +used to check in the primary VM that the enclave has booted. The CID of the +primary VM is 3. + +If the enclave VM crashes or gracefully exits, an interrupt event is received by +the NE driver. This event is sent further to the user space enclave process +running in the primary VM via a poll notification mechanism. Then the user space +enclave process can exit. + +[1] https://aws.amazon.com/ec2/nitro/nitro-enclaves/ +[2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html +[3] https://lwn.net/Articles/807108/ +[4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html +[5] https://man7.org/linux/man-pages/man7/vsock.7.html +[6] https://www.kernel.org/doc/html/latest/x86/boot.html +[7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html +[8] https://www.kernel.org/doc/html/latest/arm64/booting.html diff --git a/MAINTAINERS b/MAINTAINERS index 349639dbd3237..f6697853aefc8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11569,6 +11569,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git S: Maintained F: arch/nios2/ +NITRO ENCLAVES (NE) +M: Andra Paraschiv +M: Alexandru Vasile +M: Alexandru Ciobotaru +L: linux-kernel@vger.kernel.org +S: Supported +W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/ +F: Documentation/virt/ne_overview.rst +F: drivers/virt/nitro_enclaves/ +F: include/linux/nitro_enclaves.h +F: include/uapi/linux/nitro_enclaves.h +F: samples/nitro_enclaves/ + NOHZ, DYNTICKS SUPPORT M: Frederic Weisbecker M: Thomas Gleixner diff --git a/Makefile b/Makefile index aa86cdd8fd31f..eee8bbf0c44a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 181 +SUBLEVEL = 189 EXTRAVERSION = NAME = Kleptomaniac Octopus diff --git a/Ubuntu.md b/Ubuntu.md index 1f0ccfe3b6cea..0cd42210336e6 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -1,8 +1,8 @@ -Name: linux +Name: linux-aws Version: 5.4.0 Series: 20.04 (focal) Description: This is the source code for the Ubuntu linux kernel for the 20.04 series. This - source tree is used to produce the flavours: generic, generic-lpae, lowlatency. + source tree is used to produce the flavours: aws. This kernel is configured to support the widest range of desktop, laptop and server configurations. diff --git a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi index 996e006e06c25..f310f4d3bcc7c 100644 --- a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi +++ b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi @@ -118,7 +118,7 @@ }; pinctrl_fwqspid_default: fwqspid_default { - function = "FWQSPID"; + function = "FWSPID"; groups = "FWQSPID"; }; diff --git a/arch/arm/boot/dts/bcm2837.dtsi b/arch/arm/boot/dts/bcm2837.dtsi index beb6c502dadc7..bcad098a7fccb 100644 --- a/arch/arm/boot/dts/bcm2837.dtsi +++ b/arch/arm/boot/dts/bcm2837.dtsi @@ -38,12 +38,26 @@ #size-cells = <0>; enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit + /* Source for d/i-cache-line-size and d/i-cache-sets + * https://developer.arm.com/documentation/ddi0500/e/level-1-memory-system + * /about-the-l1-memory-system?lang=en + * + * Source for d/i-cache-size + * https://magpi.raspberrypi.com/articles/raspberry-pi-3-specs-benchmarks + */ cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a53"; reg = <0>; enable-method = "spin-table"; cpu-release-addr = <0x0 0x000000d8>; + d-cache-size = <0x8000>; + d-cache-line-size = <64>; + d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set + i-cache-size = <0x8000>; + i-cache-line-size = <64>; + i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set + next-level-cache = <&l2>; }; cpu1: cpu@1 { @@ -52,6 +66,13 @@ reg = <1>; enable-method = "spin-table"; cpu-release-addr = <0x0 0x000000e0>; + d-cache-size = <0x8000>; + d-cache-line-size = <64>; + d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set + i-cache-size = <0x8000>; + i-cache-line-size = <64>; + i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set + next-level-cache = <&l2>; }; cpu2: cpu@2 { @@ -60,6 +81,13 @@ reg = <2>; enable-method = "spin-table"; cpu-release-addr = <0x0 0x000000e8>; + d-cache-size = <0x8000>; + d-cache-line-size = <64>; + d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set + i-cache-size = <0x8000>; + i-cache-line-size = <64>; + i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set + next-level-cache = <&l2>; }; cpu3: cpu@3 { @@ -68,6 +96,27 @@ reg = <3>; enable-method = "spin-table"; cpu-release-addr = <0x0 0x000000f0>; + d-cache-size = <0x8000>; + d-cache-line-size = <64>; + d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set + i-cache-size = <0x8000>; + i-cache-line-size = <64>; + i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set + next-level-cache = <&l2>; + }; + + /* Source for cache-line-size + cache-sets + * https://developer.arm.com/documentation/ddi0500 + * /e/level-2-memory-system/about-the-l2-memory-system?lang=en + * Source for cache-size + * https://datasheets.raspberrypi.com/cm/cm1-and-cm3-datasheet.pdf + */ + l2: l2-cache0 { + compatible = "cache"; + cache-size = <0x80000>; + cache-line-size = <64>; + cache-sets = <512>; // 512KiB(size)/64(line-size)=8192ways/16-way set + cache-level = <2>; }; }; }; diff --git a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi index d31a68672bfac..d7d756614edd1 100644 --- a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi +++ b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi @@ -260,7 +260,7 @@ }; uart3_data: uart3-data { - samsung,pins = "gpa1-4", "gpa1-4"; + samsung,pins = "gpa1-4", "gpa1-5"; samsung,pin-function = ; samsung,pin-pud = ; samsung,pin-drv = ; diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index 70a2b6e2ad3fa..fa5dd992e3273 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -117,6 +117,9 @@ status = "okay"; ddc = <&i2c_2>; hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>; + vdd-supply = <&ldo8_reg>; + vdd_osc-supply = <&ldo10_reg>; + vdd_pll-supply = <&ldo8_reg>; }; &i2c_0 { diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts index 8240e51869729..fb92d87d8dedc 100644 --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts @@ -132,6 +132,9 @@ hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&hdmi_hpd_irq>; + vdd-supply = <&ldo6_reg>; + vdd_osc-supply = <&ldo7_reg>; + vdd_pll-supply = <&ldo6_reg>; }; &hsi2c_4 { diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index 03c43c1912a7e..d002c8f738b53 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -53,6 +53,31 @@ }; }; + lvds-decoder { + compatible = "ti,ds90cf364a", "lvds-decoder"; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; + + lvds_decoder_in: endpoint { + remote-endpoint = <&lvds0_out>; + }; + }; + + port@1 { + reg = <1>; + + lvds_decoder_out: endpoint { + remote-endpoint = <&panel_in>; + }; + }; + }; + }; + panel { compatible = "edt,etm0700g0dh6"; pinctrl-0 = <&pinctrl_display_gpio>; @@ -61,7 +86,7 @@ port { panel_in: endpoint { - remote-endpoint = <&lvds0_out>; + remote-endpoint = <&lvds_decoder_out>; }; }; }; @@ -450,7 +475,7 @@ reg = <2>; lvds0_out: endpoint { - remote-endpoint = <&panel_in>; + remote-endpoint = <&lvds_decoder_in>; }; }; }; diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index 56f51599852d0..338256c59ca5a 100644 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -141,7 +141,8 @@ clocks { sleep_clk: sleep_clk { compatible = "fixed-clock"; - clock-frequency = <32768>; + clock-frequency = <32000>; + clock-output-names = "gcc_sleep_clk_src"; #clock-cells = <0>; }; diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi index f2aeaccdc1ad6..15ff0e8fd0d30 100644 --- a/arch/arm/boot/dts/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom-msm8960.dtsi @@ -145,7 +145,9 @@ reg = <0x108000 0x1000>; qcom,ipc = <&l2cc 0x8 2>; - interrupts = <0 19 0>, <0 21 0>, <0 22 0>; + interrupts = , + , + ; interrupt-names = "ack", "err", "wakeup"; regulators { @@ -191,7 +193,7 @@ compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; reg = <0x16440000 0x1000>, <0x16400000 0x1000>; - interrupts = <0 154 0x0>; + interrupts = ; clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>; clock-names = "core", "iface"; status = "disabled"; @@ -317,7 +319,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x16080000 0x1000>; - interrupts = <0 147 0>; + interrupts = ; spi-max-frequency = <24000000>; cs-gpios = <&msmgpio 8 0>; diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index 140e22d74dcfb..d393bb481e747 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -635,8 +635,8 @@ interrupts = ; assigned-clocks = <&cru SCLK_HDMI_PHY>; assigned-clock-parents = <&hdmi_phy>; - clocks = <&cru SCLK_HDMI_HDCP>, <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_CEC>; - clock-names = "isfr", "iahb", "cec"; + clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>; + clock-names = "iahb", "isfr", "cec"; pinctrl-names = "default"; pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>; resets = <&cru SRST_HDMI_P>; diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 658ceb96d8bd1..7dcafd0833ba8 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -975,7 +975,7 @@ status = "disabled"; }; - crypto: cypto-controller@ff8a0000 { + crypto: crypto@ff8a0000 { compatible = "rockchip,rk3288-crypto"; reg = <0x0 0xff8a0000 0x0 0x4000>; interrupts = ; diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index b05bab57f90a3..09816a2ee3670 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -526,7 +526,7 @@ pmecc: ecc-engine@f8014070 { compatible = "atmel,sama5d2-pmecc"; reg = <0xf8014070 0x490>, - <0xf8014500 0x100>; + <0xf8014500 0x200>; }; }; diff --git a/arch/arm/boot/dts/spear1340.dtsi b/arch/arm/boot/dts/spear1340.dtsi index 1a8f5e8b10e3a..66cd473ecb617 100644 --- a/arch/arm/boot/dts/spear1340.dtsi +++ b/arch/arm/boot/dts/spear1340.dtsi @@ -136,9 +136,9 @@ reg = <0xb4100000 0x1000>; interrupts = <0 105 0x4>; status = "disabled"; - dmas = <&dwdma0 12 0 1>, - <&dwdma0 13 1 0>; - dma-names = "tx", "rx"; + dmas = <&dwdma0 13 0 1>, + <&dwdma0 12 1 0>; + dma-names = "rx", "tx"; }; thermal@e07008c4 { diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index f187da4485f46..78672db9068be 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -284,9 +284,9 @@ #size-cells = <0>; interrupts = <0 31 0x4>; status = "disabled"; - dmas = <&dwdma0 4 0 0>, - <&dwdma0 5 0 0>; - dma-names = "tx", "rx"; + dmas = <&dwdma0 5 0 0>, + <&dwdma0 4 0 0>; + dma-names = "rx", "tx"; }; rtc@e0580000 { diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index 394a6b4dc69d5..69cb65d86c467 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -183,8 +183,8 @@ }; conf_ata { nvidia,pins = "ata", "atb", "atc", "atd", "ate", - "cdev1", "cdev2", "dap1", "dtb", "gma", - "gmb", "gmc", "gmd", "gme", "gpu7", + "cdev1", "cdev2", "dap1", "dtb", "dtf", + "gma", "gmb", "gmc", "gmd", "gme", "gpu7", "gpv", "i2cp", "irrx", "irtx", "pta", "rm", "slxa", "slxk", "spia", "spib", "uac"; @@ -203,7 +203,7 @@ }; conf_crtp { nvidia,pins = "crtp", "dap2", "dap3", "dap4", - "dtc", "dte", "dtf", "gpu", "sdio1", + "dtc", "dte", "gpu", "sdio1", "slxc", "slxd", "spdi", "spdo", "spig", "uda"; nvidia,pull = ; diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h index 3546d294d55fa..6b3e64e19fb6f 100644 --- a/arch/arm/include/asm/assembler.h +++ b/arch/arm/include/asm/assembler.h @@ -107,6 +107,16 @@ .endm #endif +#if __LINUX_ARM_ARCH__ < 7 + .macro dsb, args + mcr p15, 0, r0, c7, c10, 4 + .endm + + .macro isb, args + mcr p15, 0, r0, c7, c5, 4 + .endm +#endif + .macro asm_trace_hardirqs_off, save=1 #if defined(CONFIG_TRACE_IRQFLAGS) .if \save diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h index 32564b017ba06..5414d658a4e1d 100644 --- a/arch/arm/include/asm/kvm_host.h +++ b/arch/arm/include/asm/kvm_host.h @@ -7,6 +7,7 @@ #ifndef __ARM_KVM_HOST_H__ #define __ARM_KVM_HOST_H__ +#include #include #include #include @@ -38,6 +39,7 @@ KVM_ARCH_REQ_FLAGS(0, KVM_REQUEST_WAIT | KVM_REQUEST_NO_WAKEUP) #define KVM_REQ_IRQ_PENDING KVM_ARCH_REQ(1) #define KVM_REQ_VCPU_RESET KVM_ARCH_REQ(2) +#define KVM_REQ_RECORD_STEAL KVM_ARCH_REQ(3) DECLARE_STATIC_KEY_FALSE(userspace_irqchip_in_use); @@ -323,6 +325,29 @@ static inline int kvm_arch_vm_ioctl_check_extension(struct kvm *kvm, long ext) int kvm_perf_init(void); int kvm_perf_teardown(void); +static inline long kvm_hypercall_pv_features(struct kvm_vcpu *vcpu) +{ + return SMCCC_RET_NOT_SUPPORTED; +} + +static inline gpa_t kvm_init_stolen_time(struct kvm_vcpu *vcpu) +{ + return GPA_INVALID; +} + +static inline void kvm_update_stolen_time(struct kvm_vcpu *vcpu) +{ +} + +static inline void kvm_arm_pvtime_vcpu_init(struct kvm_vcpu_arch *vcpu_arch) +{ +} + +static inline bool kvm_arm_is_pvtime_enabled(struct kvm_vcpu_arch *vcpu_arch) +{ + return false; +} + void kvm_mmu_wp_memory_region(struct kvm *kvm, int slot); struct kvm_vcpu *kvm_mpidr_to_vcpu(struct kvm *kvm, unsigned long mpidr); diff --git a/arch/arm/include/asm/spectre.h b/arch/arm/include/asm/spectre.h new file mode 100644 index 0000000000000..85f9e538fb325 --- /dev/null +++ b/arch/arm/include/asm/spectre.h @@ -0,0 +1,38 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef __ASM_SPECTRE_H +#define __ASM_SPECTRE_H + +enum { + SPECTRE_UNAFFECTED, + SPECTRE_MITIGATED, + SPECTRE_VULNERABLE, +}; + +enum { + __SPECTRE_V2_METHOD_BPIALL, + __SPECTRE_V2_METHOD_ICIALLU, + __SPECTRE_V2_METHOD_SMC, + __SPECTRE_V2_METHOD_HVC, + __SPECTRE_V2_METHOD_LOOP8, +}; + +enum { + SPECTRE_V2_METHOD_BPIALL = BIT(__SPECTRE_V2_METHOD_BPIALL), + SPECTRE_V2_METHOD_ICIALLU = BIT(__SPECTRE_V2_METHOD_ICIALLU), + SPECTRE_V2_METHOD_SMC = BIT(__SPECTRE_V2_METHOD_SMC), + SPECTRE_V2_METHOD_HVC = BIT(__SPECTRE_V2_METHOD_HVC), + SPECTRE_V2_METHOD_LOOP8 = BIT(__SPECTRE_V2_METHOD_LOOP8), +}; + +#ifdef CONFIG_GENERIC_CPU_VULNERABILITIES +void spectre_v2_update_state(unsigned int state, unsigned int methods); +#else +static inline void spectre_v2_update_state(unsigned int state, + unsigned int methods) +{} +#endif + +int spectre_bhb_update_vectors(unsigned int method); + +#endif diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 8b679e2ca3c3d..dc31426cae6d8 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile @@ -106,4 +106,6 @@ endif obj-$(CONFIG_HAVE_ARM_SMCCC) += smccc-call.o +obj-$(CONFIG_GENERIC_CPU_VULNERABILITIES) += spectre.o + extra-y := $(head-y) vmlinux.lds diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 4937d514318ec..3d65fa56a0e5d 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S @@ -1005,12 +1005,11 @@ vector_\name: sub lr, lr, #\correction .endif - @ - @ Save r0, lr_ (parent PC) and spsr_ - @ (parent CPSR) - @ + @ Save r0, lr_ (parent PC) stmia sp, {r0, lr} @ save r0, lr - mrs lr, spsr + + @ Save spsr_ (parent CPSR) +2: mrs lr, spsr str lr, [sp, #8] @ save spsr @ @@ -1031,6 +1030,44 @@ vector_\name: movs pc, lr @ branch to handler in SVC mode ENDPROC(vector_\name) +#ifdef CONFIG_HARDEN_BRANCH_HISTORY + .subsection 1 + .align 5 +vector_bhb_loop8_\name: + .if \correction + sub lr, lr, #\correction + .endif + + @ Save r0, lr_ (parent PC) + stmia sp, {r0, lr} + + @ bhb workaround + mov r0, #8 +3: b . + 4 + subs r0, r0, #1 + bne 3b + dsb + isb + b 2b +ENDPROC(vector_bhb_loop8_\name) + +vector_bhb_bpiall_\name: + .if \correction + sub lr, lr, #\correction + .endif + + @ Save r0, lr_ (parent PC) + stmia sp, {r0, lr} + + @ bhb workaround + mcr p15, 0, r0, c7, c5, 6 @ BPIALL + @ isb not needed due to "movs pc, lr" in the vector stub + @ which gives a "context synchronisation". + b 2b +ENDPROC(vector_bhb_bpiall_\name) + .previous +#endif + .align 2 @ handler addresses follow this label 1: @@ -1039,6 +1076,10 @@ ENDPROC(vector_\name) .section .stubs, "ax", %progbits @ This must be the first word .word vector_swi +#ifdef CONFIG_HARDEN_BRANCH_HISTORY + .word vector_bhb_loop8_swi + .word vector_bhb_bpiall_swi +#endif vector_rst: ARM( swi SYS_ERROR0 ) @@ -1153,8 +1194,10 @@ vector_addrexcptn: * FIQ "NMI" handler *----------------------------------------------------------------------------- * Handle a FIQ using the SVC stack allowing FIQ act like NMI on x86 - * systems. + * systems. This must be the last vector stub, so lets place it in its own + * subsection. */ + .subsection 2 vector_stub fiq, FIQ_MODE, 4 .long __fiq_usr @ 0 (USR_26 / USR_32) @@ -1187,6 +1230,30 @@ vector_addrexcptn: W(b) vector_irq W(b) vector_fiq +#ifdef CONFIG_HARDEN_BRANCH_HISTORY + .section .vectors.bhb.loop8, "ax", %progbits +.L__vectors_bhb_loop8_start: + W(b) vector_rst + W(b) vector_bhb_loop8_und + W(ldr) pc, .L__vectors_bhb_loop8_start + 0x1004 + W(b) vector_bhb_loop8_pabt + W(b) vector_bhb_loop8_dabt + W(b) vector_addrexcptn + W(b) vector_bhb_loop8_irq + W(b) vector_bhb_loop8_fiq + + .section .vectors.bhb.bpiall, "ax", %progbits +.L__vectors_bhb_bpiall_start: + W(b) vector_rst + W(b) vector_bhb_bpiall_und + W(ldr) pc, .L__vectors_bhb_bpiall_start + 0x1008 + W(b) vector_bhb_bpiall_pabt + W(b) vector_bhb_bpiall_dabt + W(b) vector_addrexcptn + W(b) vector_bhb_bpiall_irq + W(b) vector_bhb_bpiall_fiq +#endif + .data .align 2 diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S index 271cb8a1eba1e..bd619da73c84e 100644 --- a/arch/arm/kernel/entry-common.S +++ b/arch/arm/kernel/entry-common.S @@ -162,6 +162,29 @@ ENDPROC(ret_from_fork) *----------------------------------------------------------------------------- */ + .align 5 +#ifdef CONFIG_HARDEN_BRANCH_HISTORY +ENTRY(vector_bhb_loop8_swi) + sub sp, sp, #PT_REGS_SIZE + stmia sp, {r0 - r12} + mov r8, #8 +1: b 2f +2: subs r8, r8, #1 + bne 1b + dsb + isb + b 3f +ENDPROC(vector_bhb_loop8_swi) + + .align 5 +ENTRY(vector_bhb_bpiall_swi) + sub sp, sp, #PT_REGS_SIZE + stmia sp, {r0 - r12} + mcr p15, 0, r8, c7, c5, 6 @ BPIALL + isb + b 3f +ENDPROC(vector_bhb_bpiall_swi) +#endif .align 5 ENTRY(vector_swi) #ifdef CONFIG_CPU_V7M @@ -169,6 +192,7 @@ ENTRY(vector_swi) #else sub sp, sp, #PT_REGS_SIZE stmia sp, {r0 - r12} @ Calling r0 - r12 +3: ARM( add r8, sp, #S_PC ) ARM( stmdb r8, {sp, lr}^ ) @ Calling sp, lr THUMB( mov r8, sp ) diff --git a/arch/arm/kernel/kgdb.c b/arch/arm/kernel/kgdb.c index 6a95b92966406..183a6f2f165ad 100644 --- a/arch/arm/kernel/kgdb.c +++ b/arch/arm/kernel/kgdb.c @@ -154,22 +154,38 @@ static int kgdb_compiled_brk_fn(struct pt_regs *regs, unsigned int instr) return 0; } -static struct undef_hook kgdb_brkpt_hook = { +static struct undef_hook kgdb_brkpt_arm_hook = { .instr_mask = 0xffffffff, .instr_val = KGDB_BREAKINST, - .cpsr_mask = MODE_MASK, + .cpsr_mask = PSR_T_BIT | MODE_MASK, .cpsr_val = SVC_MODE, .fn = kgdb_brk_fn }; -static struct undef_hook kgdb_compiled_brkpt_hook = { +static struct undef_hook kgdb_brkpt_thumb_hook = { + .instr_mask = 0xffff, + .instr_val = KGDB_BREAKINST & 0xffff, + .cpsr_mask = PSR_T_BIT | MODE_MASK, + .cpsr_val = PSR_T_BIT | SVC_MODE, + .fn = kgdb_brk_fn +}; + +static struct undef_hook kgdb_compiled_brkpt_arm_hook = { .instr_mask = 0xffffffff, .instr_val = KGDB_COMPILED_BREAK, - .cpsr_mask = MODE_MASK, + .cpsr_mask = PSR_T_BIT | MODE_MASK, .cpsr_val = SVC_MODE, .fn = kgdb_compiled_brk_fn }; +static struct undef_hook kgdb_compiled_brkpt_thumb_hook = { + .instr_mask = 0xffff, + .instr_val = KGDB_COMPILED_BREAK & 0xffff, + .cpsr_mask = PSR_T_BIT | MODE_MASK, + .cpsr_val = PSR_T_BIT | SVC_MODE, + .fn = kgdb_compiled_brk_fn +}; + static int __kgdb_notify(struct die_args *args, unsigned long cmd) { struct pt_regs *regs = args->regs; @@ -210,8 +226,10 @@ int kgdb_arch_init(void) if (ret != 0) return ret; - register_undef_hook(&kgdb_brkpt_hook); - register_undef_hook(&kgdb_compiled_brkpt_hook); + register_undef_hook(&kgdb_brkpt_arm_hook); + register_undef_hook(&kgdb_brkpt_thumb_hook); + register_undef_hook(&kgdb_compiled_brkpt_arm_hook); + register_undef_hook(&kgdb_compiled_brkpt_thumb_hook); return 0; } @@ -224,8 +242,10 @@ int kgdb_arch_init(void) */ void kgdb_arch_exit(void) { - unregister_undef_hook(&kgdb_brkpt_hook); - unregister_undef_hook(&kgdb_compiled_brkpt_hook); + unregister_undef_hook(&kgdb_brkpt_arm_hook); + unregister_undef_hook(&kgdb_brkpt_thumb_hook); + unregister_undef_hook(&kgdb_compiled_brkpt_arm_hook); + unregister_undef_hook(&kgdb_compiled_brkpt_thumb_hook); unregister_die_notifier(&kgdb_notifier); } diff --git a/arch/arm/kernel/spectre.c b/arch/arm/kernel/spectre.c new file mode 100644 index 0000000000000..0dcefc36fb7a0 --- /dev/null +++ b/arch/arm/kernel/spectre.c @@ -0,0 +1,71 @@ +// SPDX-License-Identifier: GPL-2.0-only +#include +#include +#include + +#include + +static bool _unprivileged_ebpf_enabled(void) +{ +#ifdef CONFIG_BPF_SYSCALL + return !sysctl_unprivileged_bpf_disabled; +#else + return false; +#endif +} + +ssize_t cpu_show_spectre_v1(struct device *dev, struct device_attribute *attr, + char *buf) +{ + return sprintf(buf, "Mitigation: __user pointer sanitization\n"); +} + +static unsigned int spectre_v2_state; +static unsigned int spectre_v2_methods; + +void spectre_v2_update_state(unsigned int state, unsigned int method) +{ + if (state > spectre_v2_state) + spectre_v2_state = state; + spectre_v2_methods |= method; +} + +ssize_t cpu_show_spectre_v2(struct device *dev, struct device_attribute *attr, + char *buf) +{ + const char *method; + + if (spectre_v2_state == SPECTRE_UNAFFECTED) + return sprintf(buf, "%s\n", "Not affected"); + + if (spectre_v2_state != SPECTRE_MITIGATED) + return sprintf(buf, "%s\n", "Vulnerable"); + + if (_unprivileged_ebpf_enabled()) + return sprintf(buf, "Vulnerable: Unprivileged eBPF enabled\n"); + + switch (spectre_v2_methods) { + case SPECTRE_V2_METHOD_BPIALL: + method = "Branch predictor hardening"; + break; + + case SPECTRE_V2_METHOD_ICIALLU: + method = "I-cache invalidation"; + break; + + case SPECTRE_V2_METHOD_SMC: + case SPECTRE_V2_METHOD_HVC: + method = "Firmware call"; + break; + + case SPECTRE_V2_METHOD_LOOP8: + method = "History overwrite"; + break; + + default: + method = "Multiple mitigations"; + break; + } + + return sprintf(buf, "Mitigation: %s\n", method); +} diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c index 97a512551b217..207ef9a797bd4 100644 --- a/arch/arm/kernel/traps.c +++ b/arch/arm/kernel/traps.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -799,10 +800,59 @@ static inline void __init kuser_init(void *vectors) } #endif +#ifndef CONFIG_CPU_V7M +static void copy_from_lma(void *vma, void *lma_start, void *lma_end) +{ + memcpy(vma, lma_start, lma_end - lma_start); +} + +static void flush_vectors(void *vma, size_t offset, size_t size) +{ + unsigned long start = (unsigned long)vma + offset; + unsigned long end = start + size; + + flush_icache_range(start, end); +} + +#ifdef CONFIG_HARDEN_BRANCH_HISTORY +int spectre_bhb_update_vectors(unsigned int method) +{ + extern char __vectors_bhb_bpiall_start[], __vectors_bhb_bpiall_end[]; + extern char __vectors_bhb_loop8_start[], __vectors_bhb_loop8_end[]; + void *vec_start, *vec_end; + + if (system_state > SYSTEM_SCHEDULING) { + pr_err("CPU%u: Spectre BHB workaround too late - system vulnerable\n", + smp_processor_id()); + return SPECTRE_VULNERABLE; + } + + switch (method) { + case SPECTRE_V2_METHOD_LOOP8: + vec_start = __vectors_bhb_loop8_start; + vec_end = __vectors_bhb_loop8_end; + break; + + case SPECTRE_V2_METHOD_BPIALL: + vec_start = __vectors_bhb_bpiall_start; + vec_end = __vectors_bhb_bpiall_end; + break; + + default: + pr_err("CPU%u: unknown Spectre BHB state %d\n", + smp_processor_id(), method); + return SPECTRE_VULNERABLE; + } + + copy_from_lma(vectors_page, vec_start, vec_end); + flush_vectors(vectors_page, 0, vec_end - vec_start); + + return SPECTRE_MITIGATED; +} +#endif + void __init early_trap_init(void *vectors_base) { -#ifndef CONFIG_CPU_V7M - unsigned long vectors = (unsigned long)vectors_base; extern char __stubs_start[], __stubs_end[]; extern char __vectors_start[], __vectors_end[]; unsigned i; @@ -823,17 +873,20 @@ void __init early_trap_init(void *vectors_base) * into the vector page, mapped at 0xffff0000, and ensure these * are visible to the instruction stream. */ - memcpy((void *)vectors, __vectors_start, __vectors_end - __vectors_start); - memcpy((void *)vectors + 0x1000, __stubs_start, __stubs_end - __stubs_start); + copy_from_lma(vectors_base, __vectors_start, __vectors_end); + copy_from_lma(vectors_base + 0x1000, __stubs_start, __stubs_end); kuser_init(vectors_base); - flush_icache_range(vectors, vectors + PAGE_SIZE * 2); + flush_vectors(vectors_base, 0, PAGE_SIZE * 2); +} #else /* ifndef CONFIG_CPU_V7M */ +void __init early_trap_init(void *vectors_base) +{ /* * on V7-M there is no need to copy the vector table to a dedicated * memory area. The address is configurable and so a table in the kernel * image can be used. */ -#endif } +#endif diff --git a/arch/arm/kernel/vmlinux.lds.h b/arch/arm/kernel/vmlinux.lds.h index 8247bc15addc4..78d156e4f0088 100644 --- a/arch/arm/kernel/vmlinux.lds.h +++ b/arch/arm/kernel/vmlinux.lds.h @@ -25,6 +25,19 @@ #define ARM_MMU_DISCARD(x) x #endif +/* + * ld.lld does not support NOCROSSREFS: + * https://github.com/ClangBuiltLinux/linux/issues/1609 + */ +#ifdef CONFIG_LD_IS_LLD +#define NOCROSSREFS +#endif + +/* Set start/end symbol names to the LMA for the section */ +#define ARM_LMA(sym, section) \ + sym##_start = LOADADDR(section); \ + sym##_end = LOADADDR(section) + SIZEOF(section) + #define PROC_INFO \ . = ALIGN(4); \ __proc_info_begin = .; \ @@ -100,19 +113,31 @@ * only thing that matters is their relative offsets */ #define ARM_VECTORS \ - __vectors_start = .; \ - .vectors 0xffff0000 : AT(__vectors_start) { \ - *(.vectors) \ + __vectors_lma = .; \ + OVERLAY 0xffff0000 : NOCROSSREFS AT(__vectors_lma) { \ + .vectors { \ + *(.vectors) \ + } \ + .vectors.bhb.loop8 { \ + *(.vectors.bhb.loop8) \ + } \ + .vectors.bhb.bpiall { \ + *(.vectors.bhb.bpiall) \ + } \ } \ - . = __vectors_start + SIZEOF(.vectors); \ - __vectors_end = .; \ + ARM_LMA(__vectors, .vectors); \ + ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \ + ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \ + . = __vectors_lma + SIZEOF(.vectors) + \ + SIZEOF(.vectors.bhb.loop8) + \ + SIZEOF(.vectors.bhb.bpiall); \ \ - __stubs_start = .; \ - .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_start) { \ + __stubs_lma = .; \ + .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \ *(.stubs) \ } \ - . = __stubs_start + SIZEOF(.stubs); \ - __stubs_end = .; \ + ARM_LMA(__stubs, .stubs); \ + . = __stubs_lma + SIZEOF(.stubs); \ \ PROVIDE(vector_fiq_offset = vector_fiq - ADDR(.vectors)); diff --git a/arch/arm/kvm/Makefile b/arch/arm/kvm/Makefile index b76b75bd9e005..e442d82821df5 100644 --- a/arch/arm/kvm/Makefile +++ b/arch/arm/kvm/Makefile @@ -24,7 +24,7 @@ obj-y += kvm-arm.o init.o interrupts.o obj-y += handle_exit.o guest.o emulate.o reset.o obj-y += coproc.o coproc_a15.o coproc_a7.o vgic-v3-coproc.o obj-y += $(KVM)/arm/arm.o $(KVM)/arm/mmu.o $(KVM)/arm/mmio.o -obj-y += $(KVM)/arm/psci.o $(KVM)/arm/perf.o +obj-y += $(KVM)/arm/psci.o $(KVM)/arm/perf.o $(KVM)/arm/hypercalls.o obj-y += $(KVM)/arm/aarch32.o obj-y += $(KVM)/arm/vgic/vgic.o diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c index 2a6a1394d26ea..e58a89d2f13ff 100644 --- a/arch/arm/kvm/handle_exit.c +++ b/arch/arm/kvm/handle_exit.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include "trace.h" diff --git a/arch/arm/mach-iop32x/include/mach/entry-macro.S b/arch/arm/mach-iop32x/include/mach/entry-macro.S index 8e6766d4621eb..341e5d9a6616d 100644 --- a/arch/arm/mach-iop32x/include/mach/entry-macro.S +++ b/arch/arm/mach-iop32x/include/mach/entry-macro.S @@ -20,7 +20,7 @@ mrc p6, 0, \irqstat, c8, c0, 0 @ Read IINTSRC cmp \irqstat, #0 clzne \irqnr, \irqstat - rsbne \irqnr, \irqnr, #31 + rsbne \irqnr, \irqnr, #32 .endm .macro arch_ret_to_user, tmp1, tmp2 diff --git a/arch/arm/mach-iop32x/include/mach/irqs.h b/arch/arm/mach-iop32x/include/mach/irqs.h index c4e78df428e86..e09ae5f48aec5 100644 --- a/arch/arm/mach-iop32x/include/mach/irqs.h +++ b/arch/arm/mach-iop32x/include/mach/irqs.h @@ -9,6 +9,6 @@ #ifndef __IRQS_H #define __IRQS_H -#define NR_IRQS 32 +#define NR_IRQS 33 #endif diff --git a/arch/arm/mach-iop32x/irq.c b/arch/arm/mach-iop32x/irq.c index 2d48bf1398c10..d1e8824cbd824 100644 --- a/arch/arm/mach-iop32x/irq.c +++ b/arch/arm/mach-iop32x/irq.c @@ -32,14 +32,14 @@ static void intstr_write(u32 val) static void iop32x_irq_mask(struct irq_data *d) { - iop32x_mask &= ~(1 << d->irq); + iop32x_mask &= ~(1 << (d->irq - 1)); intctl_write(iop32x_mask); } static void iop32x_irq_unmask(struct irq_data *d) { - iop32x_mask |= 1 << d->irq; + iop32x_mask |= 1 << (d->irq - 1); intctl_write(iop32x_mask); } @@ -65,7 +65,7 @@ void __init iop32x_init_irq(void) machine_is_em7210()) *IOP3XX_PCIIRSR = 0x0f; - for (i = 0; i < NR_IRQS; i++) { + for (i = 1; i < NR_IRQS; i++) { irq_set_chip_and_handler(i, &ext_chip, handle_level_irq); irq_clear_status_flags(i, IRQ_NOREQUEST | IRQ_NOPROBE); } diff --git a/arch/arm/mach-iop32x/irqs.h b/arch/arm/mach-iop32x/irqs.h index 69858e4e905d1..e1dfc8b4e7d7e 100644 --- a/arch/arm/mach-iop32x/irqs.h +++ b/arch/arm/mach-iop32x/irqs.h @@ -7,36 +7,40 @@ #ifndef __IOP32X_IRQS_H #define __IOP32X_IRQS_H +/* Interrupts in Linux start at 1, hardware starts at 0 */ + +#define IOP_IRQ(x) ((x) + 1) + /* * IOP80321 chipset interrupts */ -#define IRQ_IOP32X_DMA0_EOT 0 -#define IRQ_IOP32X_DMA0_EOC 1 -#define IRQ_IOP32X_DMA1_EOT 2 -#define IRQ_IOP32X_DMA1_EOC 3 -#define IRQ_IOP32X_AA_EOT 6 -#define IRQ_IOP32X_AA_EOC 7 -#define IRQ_IOP32X_CORE_PMON 8 -#define IRQ_IOP32X_TIMER0 9 -#define IRQ_IOP32X_TIMER1 10 -#define IRQ_IOP32X_I2C_0 11 -#define IRQ_IOP32X_I2C_1 12 -#define IRQ_IOP32X_MESSAGING 13 -#define IRQ_IOP32X_ATU_BIST 14 -#define IRQ_IOP32X_PERFMON 15 -#define IRQ_IOP32X_CORE_PMU 16 -#define IRQ_IOP32X_BIU_ERR 17 -#define IRQ_IOP32X_ATU_ERR 18 -#define IRQ_IOP32X_MCU_ERR 19 -#define IRQ_IOP32X_DMA0_ERR 20 -#define IRQ_IOP32X_DMA1_ERR 21 -#define IRQ_IOP32X_AA_ERR 23 -#define IRQ_IOP32X_MSG_ERR 24 -#define IRQ_IOP32X_SSP 25 -#define IRQ_IOP32X_XINT0 27 -#define IRQ_IOP32X_XINT1 28 -#define IRQ_IOP32X_XINT2 29 -#define IRQ_IOP32X_XINT3 30 -#define IRQ_IOP32X_HPI 31 +#define IRQ_IOP32X_DMA0_EOT IOP_IRQ(0) +#define IRQ_IOP32X_DMA0_EOC IOP_IRQ(1) +#define IRQ_IOP32X_DMA1_EOT IOP_IRQ(2) +#define IRQ_IOP32X_DMA1_EOC IOP_IRQ(3) +#define IRQ_IOP32X_AA_EOT IOP_IRQ(6) +#define IRQ_IOP32X_AA_EOC IOP_IRQ(7) +#define IRQ_IOP32X_CORE_PMON IOP_IRQ(8) +#define IRQ_IOP32X_TIMER0 IOP_IRQ(9) +#define IRQ_IOP32X_TIMER1 IOP_IRQ(10) +#define IRQ_IOP32X_I2C_0 IOP_IRQ(11) +#define IRQ_IOP32X_I2C_1 IOP_IRQ(12) +#define IRQ_IOP32X_MESSAGING IOP_IRQ(13) +#define IRQ_IOP32X_ATU_BIST IOP_IRQ(14) +#define IRQ_IOP32X_PERFMON IOP_IRQ(15) +#define IRQ_IOP32X_CORE_PMU IOP_IRQ(16) +#define IRQ_IOP32X_BIU_ERR IOP_IRQ(17) +#define IRQ_IOP32X_ATU_ERR IOP_IRQ(18) +#define IRQ_IOP32X_MCU_ERR IOP_IRQ(19) +#define IRQ_IOP32X_DMA0_ERR IOP_IRQ(20) +#define IRQ_IOP32X_DMA1_ERR IOP_IRQ(21) +#define IRQ_IOP32X_AA_ERR IOP_IRQ(23) +#define IRQ_IOP32X_MSG_ERR IOP_IRQ(24) +#define IRQ_IOP32X_SSP IOP_IRQ(25) +#define IRQ_IOP32X_XINT0 IOP_IRQ(27) +#define IRQ_IOP32X_XINT1 IOP_IRQ(28) +#define IRQ_IOP32X_XINT2 IOP_IRQ(29) +#define IRQ_IOP32X_XINT3 IOP_IRQ(30) +#define IRQ_IOP32X_HPI IOP_IRQ(31) #endif diff --git a/arch/arm/mach-mmp/sram.c b/arch/arm/mach-mmp/sram.c index 6794e2db1ad5f..ecc46c31004f6 100644 --- a/arch/arm/mach-mmp/sram.c +++ b/arch/arm/mach-mmp/sram.c @@ -72,6 +72,8 @@ static int sram_probe(struct platform_device *pdev) if (!info) return -ENOMEM; + platform_set_drvdata(pdev, info); + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (res == NULL) { dev_err(&pdev->dev, "no memory resource defined\n"); @@ -107,8 +109,6 @@ static int sram_probe(struct platform_device *pdev) list_add(&info->node, &sram_bank_list); mutex_unlock(&sram_lock); - platform_set_drvdata(pdev, info); - dev_info(&pdev->dev, "initialized\n"); return 0; @@ -127,17 +127,19 @@ static int sram_remove(struct platform_device *pdev) struct sram_bank_info *info; info = platform_get_drvdata(pdev); - if (info == NULL) - return -ENODEV; - mutex_lock(&sram_lock); - list_del(&info->node); - mutex_unlock(&sram_lock); + if (info->sram_size) { + mutex_lock(&sram_lock); + list_del(&info->node); + mutex_unlock(&sram_lock); + + gen_pool_destroy(info->gpool); + iounmap(info->sram_virt); + kfree(info->pool_name); + } - gen_pool_destroy(info->gpool); - iounmap(info->sram_virt); - kfree(info->pool_name); kfree(info); + return 0; } diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c index 885e8f12e4b91..eedc9f8ed2109 100644 --- a/arch/arm/mach-s3c24xx/mach-jive.c +++ b/arch/arm/mach-s3c24xx/mach-jive.c @@ -237,11 +237,11 @@ static int __init jive_mtdset(char *options) unsigned long set; if (options == NULL || options[0] == '\0') - return 0; + return 1; if (kstrtoul(options, 10, &set)) { printk(KERN_ERR "failed to parse mtdset=%s\n", options); - return 0; + return 1; } switch (set) { @@ -256,7 +256,7 @@ static int __init jive_mtdset(char *options) "using default.", set); } - return 0; + return 1; } /* parse the mtdset= option given to the kernel command line */ diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 64cce0c8560ab..00ffee644372e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -833,6 +833,7 @@ config CPU_BPREDICT_DISABLE config CPU_SPECTRE bool + select GENERIC_CPU_VULNERABILITIES config HARDEN_BRANCH_PREDICTOR bool "Harden the branch predictor against aliasing attacks" if EXPERT @@ -853,6 +854,16 @@ config HARDEN_BRANCH_PREDICTOR If unsure, say Y. +config HARDEN_BRANCH_HISTORY + bool "Harden Spectre style attacks against branch history" if EXPERT + depends on CPU_SPECTRE + default y + help + Speculation attacks against some high-performance processors can + make use of branch history to influence future speculation. When + taking an exception, a sequence of branches overwrites the branch + history, or branch history is invalidated. + config TLS_REG_EMUL bool select NEED_KUSER_HELPERS diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index 538d5da741b09..6e7f841f67ff1 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -229,12 +229,14 @@ early_param("ecc", early_ecc); static int __init early_cachepolicy(char *p) { pr_warn("cachepolicy kernel parameter not supported without cp15\n"); + return 0; } early_param("cachepolicy", early_cachepolicy); static int __init noalign_setup(char *__unused) { pr_warn("noalign kernel parameter not supported without cp15\n"); + return 1; } __setup("noalign", noalign_setup); diff --git a/arch/arm/mm/proc-v7-bugs.c b/arch/arm/mm/proc-v7-bugs.c index a6554fdb56c54..8485aeff0b826 100644 --- a/arch/arm/mm/proc-v7-bugs.c +++ b/arch/arm/mm/proc-v7-bugs.c @@ -1,14 +1,40 @@ // SPDX-License-Identifier: GPL-2.0 #include #include -#include #include #include #include #include +#include #include +#ifdef CONFIG_ARM_PSCI +static int __maybe_unused spectre_v2_get_cpu_fw_mitigation_state(void) +{ + struct arm_smccc_res res; + + arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, + ARM_SMCCC_ARCH_WORKAROUND_1, &res); + + switch ((int)res.a0) { + case SMCCC_RET_SUCCESS: + return SPECTRE_MITIGATED; + + case SMCCC_ARCH_WORKAROUND_RET_UNAFFECTED: + return SPECTRE_UNAFFECTED; + + default: + return SPECTRE_VULNERABLE; + } +} +#else +static int __maybe_unused spectre_v2_get_cpu_fw_mitigation_state(void) +{ + return SPECTRE_VULNERABLE; +} +#endif + #ifdef CONFIG_HARDEN_BRANCH_PREDICTOR DEFINE_PER_CPU(harden_branch_predictor_fn_t, harden_branch_predictor_fn); @@ -37,13 +63,61 @@ static void __maybe_unused call_hvc_arch_workaround_1(void) arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL); } -static void cpu_v7_spectre_init(void) +static unsigned int spectre_v2_install_workaround(unsigned int method) { const char *spectre_v2_method = NULL; int cpu = smp_processor_id(); if (per_cpu(harden_branch_predictor_fn, cpu)) - return; + return SPECTRE_MITIGATED; + + switch (method) { + case SPECTRE_V2_METHOD_BPIALL: + per_cpu(harden_branch_predictor_fn, cpu) = + harden_branch_predictor_bpiall; + spectre_v2_method = "BPIALL"; + break; + + case SPECTRE_V2_METHOD_ICIALLU: + per_cpu(harden_branch_predictor_fn, cpu) = + harden_branch_predictor_iciallu; + spectre_v2_method = "ICIALLU"; + break; + + case SPECTRE_V2_METHOD_HVC: + per_cpu(harden_branch_predictor_fn, cpu) = + call_hvc_arch_workaround_1; + cpu_do_switch_mm = cpu_v7_hvc_switch_mm; + spectre_v2_method = "hypervisor"; + break; + + case SPECTRE_V2_METHOD_SMC: + per_cpu(harden_branch_predictor_fn, cpu) = + call_smc_arch_workaround_1; + cpu_do_switch_mm = cpu_v7_smc_switch_mm; + spectre_v2_method = "firmware"; + break; + } + + if (spectre_v2_method) + pr_info("CPU%u: Spectre v2: using %s workaround\n", + smp_processor_id(), spectre_v2_method); + + return SPECTRE_MITIGATED; +} +#else +static unsigned int spectre_v2_install_workaround(unsigned int method) +{ + pr_info("CPU%u: Spectre V2: workarounds disabled by configuration\n", + smp_processor_id()); + + return SPECTRE_VULNERABLE; +} +#endif + +static void cpu_v7_spectre_v2_init(void) +{ + unsigned int state, method = 0; switch (read_cpuid_part()) { case ARM_CPU_PART_CORTEX_A8: @@ -52,75 +126,139 @@ static void cpu_v7_spectre_init(void) case ARM_CPU_PART_CORTEX_A17: case ARM_CPU_PART_CORTEX_A73: case ARM_CPU_PART_CORTEX_A75: - per_cpu(harden_branch_predictor_fn, cpu) = - harden_branch_predictor_bpiall; - spectre_v2_method = "BPIALL"; + state = SPECTRE_MITIGATED; + method = SPECTRE_V2_METHOD_BPIALL; break; case ARM_CPU_PART_CORTEX_A15: case ARM_CPU_PART_BRAHMA_B15: - per_cpu(harden_branch_predictor_fn, cpu) = - harden_branch_predictor_iciallu; - spectre_v2_method = "ICIALLU"; + state = SPECTRE_MITIGATED; + method = SPECTRE_V2_METHOD_ICIALLU; break; -#ifdef CONFIG_ARM_PSCI case ARM_CPU_PART_BRAHMA_B53: /* Requires no workaround */ + state = SPECTRE_UNAFFECTED; break; + default: /* Other ARM CPUs require no workaround */ - if (read_cpuid_implementor() == ARM_CPU_IMP_ARM) + if (read_cpuid_implementor() == ARM_CPU_IMP_ARM) { + state = SPECTRE_UNAFFECTED; break; + } /* fallthrough */ - /* Cortex A57/A72 require firmware workaround */ + /* Cortex A57/A72 require firmware workaround */ case ARM_CPU_PART_CORTEX_A57: case ARM_CPU_PART_CORTEX_A72: { struct arm_smccc_res res; - if (psci_ops.smccc_version == SMCCC_VERSION_1_0) + arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, + ARM_SMCCC_ARCH_WORKAROUND_1, &res); + if ((int)res.a0 != 0) + return; + + state = spectre_v2_get_cpu_fw_mitigation_state(); + if (state != SPECTRE_MITIGATED) break; - switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: - arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_1, &res); - if ((int)res.a0 != 0) - break; - per_cpu(harden_branch_predictor_fn, cpu) = - call_hvc_arch_workaround_1; - cpu_do_switch_mm = cpu_v7_hvc_switch_mm; - spectre_v2_method = "hypervisor"; + switch (arm_smccc_1_1_get_conduit()) { + case SMCCC_CONDUIT_HVC: + method = SPECTRE_V2_METHOD_HVC; break; - case PSCI_CONDUIT_SMC: - arm_smccc_1_1_smc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_1, &res); - if ((int)res.a0 != 0) - break; - per_cpu(harden_branch_predictor_fn, cpu) = - call_smc_arch_workaround_1; - cpu_do_switch_mm = cpu_v7_smc_switch_mm; - spectre_v2_method = "firmware"; + case SMCCC_CONDUIT_SMC: + method = SPECTRE_V2_METHOD_SMC; break; default: + state = SPECTRE_VULNERABLE; break; } } -#endif } - if (spectre_v2_method) - pr_info("CPU%u: Spectre v2: using %s workaround\n", - smp_processor_id(), spectre_v2_method); + if (state == SPECTRE_MITIGATED) + state = spectre_v2_install_workaround(method); + + spectre_v2_update_state(state, method); +} + +#ifdef CONFIG_HARDEN_BRANCH_HISTORY +static int spectre_bhb_method; + +static const char *spectre_bhb_method_name(int method) +{ + switch (method) { + case SPECTRE_V2_METHOD_LOOP8: + return "loop"; + + case SPECTRE_V2_METHOD_BPIALL: + return "BPIALL"; + + default: + return "unknown"; + } +} + +static int spectre_bhb_install_workaround(int method) +{ + if (spectre_bhb_method != method) { + if (spectre_bhb_method) { + pr_err("CPU%u: Spectre BHB: method disagreement, system vulnerable\n", + smp_processor_id()); + + return SPECTRE_VULNERABLE; + } + + if (spectre_bhb_update_vectors(method) == SPECTRE_VULNERABLE) + return SPECTRE_VULNERABLE; + + spectre_bhb_method = method; + } + + pr_info("CPU%u: Spectre BHB: using %s workaround\n", + smp_processor_id(), spectre_bhb_method_name(method)); + + return SPECTRE_MITIGATED; } #else -static void cpu_v7_spectre_init(void) +static int spectre_bhb_install_workaround(int method) { + return SPECTRE_VULNERABLE; } #endif +static void cpu_v7_spectre_bhb_init(void) +{ + unsigned int state, method = 0; + + switch (read_cpuid_part()) { + case ARM_CPU_PART_CORTEX_A15: + case ARM_CPU_PART_BRAHMA_B15: + case ARM_CPU_PART_CORTEX_A57: + case ARM_CPU_PART_CORTEX_A72: + state = SPECTRE_MITIGATED; + method = SPECTRE_V2_METHOD_LOOP8; + break; + + case ARM_CPU_PART_CORTEX_A73: + case ARM_CPU_PART_CORTEX_A75: + state = SPECTRE_MITIGATED; + method = SPECTRE_V2_METHOD_BPIALL; + break; + + default: + state = SPECTRE_UNAFFECTED; + break; + } + + if (state == SPECTRE_MITIGATED) + state = spectre_bhb_install_workaround(method); + + spectre_v2_update_state(state, method); +} + static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, u32 mask, const char *msg) { @@ -149,16 +287,17 @@ static bool check_spectre_auxcr(bool *warned, u32 bit) void cpu_v7_ca8_ibe(void) { if (check_spectre_auxcr(this_cpu_ptr(&spectre_warned), BIT(6))) - cpu_v7_spectre_init(); + cpu_v7_spectre_v2_init(); } void cpu_v7_ca15_ibe(void) { if (check_spectre_auxcr(this_cpu_ptr(&spectre_warned), BIT(0))) - cpu_v7_spectre_init(); + cpu_v7_spectre_v2_init(); } void cpu_v7_bugs_init(void) { - cpu_v7_spectre_init(); + cpu_v7_spectre_v2_init(); + cpu_v7_spectre_bhb_init(); } diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts index ec19fbf928a14..12a4b1c03390c 100644 --- a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts +++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts @@ -111,8 +111,8 @@ compatible = "silabs,si3226x"; reg = <0>; spi-max-frequency = <5000000>; - spi-cpha = <1>; - spi-cpol = <1>; + spi-cpha; + spi-cpol; pl022,hierarchy = <0>; pl022,interface = <0>; pl022,slave-tx-disable = <0>; @@ -135,8 +135,8 @@ at25,byte-len = <0x8000>; at25,addr-mode = <2>; at25,page-size = <64>; - spi-cpha = <1>; - spi-cpol = <1>; + spi-cpha; + spi-cpol; pl022,hierarchy = <0>; pl022,interface = <0>; pl022,slave-tx-disable = <0>; diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi index 39802066232e1..edc1a8a4c4bc0 100644 --- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi +++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi @@ -687,7 +687,7 @@ }; }; - sata: ahci@663f2000 { + sata: sata@663f2000 { compatible = "brcm,iproc-ahci", "generic-ahci"; reg = <0x663f2000 0x1000>; dma-coherent; diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index d911d38877e52..19f17bb29e4bd 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi @@ -369,7 +369,7 @@ }; usb0: usb@ffb00000 { - compatible = "snps,dwc2"; + compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2"; reg = <0xffb00000 0x40000>; interrupts = <0 93 4>; phys = <&usbphy0>; @@ -381,7 +381,7 @@ }; usb1: usb@ffb40000 { - compatible = "snps,dwc2"; + compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2"; reg = <0xffb40000 0x40000>; interrupts = <0 94 4>; phys = <&usbphy0>; diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts index 16e73597bb78c..2e8239d489f82 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts @@ -18,6 +18,7 @@ aliases { spi0 = &spi0; + ethernet0 = ð0; ethernet1 = ð1; }; @@ -137,7 +138,9 @@ /* * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property * contains exactly 2 ranges with 3 (child) address cells, 2 (parent) address cells and - * 2 size cells and also expects that the second range starts at 16 MB offset. If these + * 2 size cells and also expects that the second range starts at 16 MB offset. Also it + * expects that first range uses same address for PCI (child) and CPU (parent) cells (so + * no remapping) and that this address is the lowest from all specified ranges. If these * conditions are not met then U-Boot crashes during loading kernel DTB file. PCIe address * space is 128 MB long, so the best split between MEM and IO is to use fixed 16 MB window * for IO and the rest 112 MB (64+32+16) for MEM, despite that maximal IO size is just 64 kB. @@ -146,6 +149,9 @@ * https://source.denx.de/u-boot/u-boot/-/commit/cb2ddb291ee6fcbddd6d8f4ff49089dfe580f5d7 * https://source.denx.de/u-boot/u-boot/-/commit/c64ac3b3185aeb3846297ad7391fc6df8ecd73bf * https://source.denx.de/u-boot/u-boot/-/commit/4a82fca8e330157081fc132a591ebd99ba02ee33 + * Bug related to requirement of same child and parent addresses for first range is fixed + * in U-Boot version 2022.04 by following commit: + * https://source.denx.de/u-boot/u-boot/-/commit/1fd54253bca7d43d046bba4853fe5fafd034bc17 */ #address-cells = <3>; #size-cells = <2>; diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 3d15e4ab3f53a..9405d9c619ca6 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -495,7 +495,7 @@ * (totaling 127 MiB) for MEM. */ ranges = <0x82000000 0 0xe8000000 0 0xe8000000 0 0x07f00000 /* Port 0 MEM */ - 0x81000000 0 0xefff0000 0 0xefff0000 0 0x00010000>; /* Port 0 IO */ + 0x81000000 0 0x00000000 0 0xefff0000 0 0x00010000>; /* Port 0 IO */ interrupt-map-mask = <0 0 0 7>; interrupt-map = <0 0 0 1 &pcie_intc 0>, <0 0 0 2 &pcie_intc 1>, diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index 9573da378826b..1954cef8c6f0b 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -459,9 +459,9 @@ qcom,tcs-offset = <0xd00>; qcom,drv-id = <2>; qcom,tcs-config = , - , - , - ; + , + , + ; rpmhcc: clock-controller { compatible = "qcom,sm8150-rpmh-clk"; diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index 76f5db696009b..5b7e8fbf1ffec 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts @@ -666,8 +666,8 @@ sd-uhs-sdr104; /* Power supply */ - vqmmc-supply = &vcc1v8_s3; /* IO line */ - vmmc-supply = &vcc_sdio; /* card's power */ + vqmmc-supply = <&vcc1v8_s3>; /* IO line */ + vmmc-supply = <&vcc_sdio>; /* card's power */ #address-cells = <1>; #size-cells = <0>; diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index dd5624975c9b4..b7e7bb3517c03 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -281,7 +281,7 @@ sound: sound { compatible = "rockchip,rk3399-gru-sound"; - rockchip,cpu = <&i2s0 &i2s2>; + rockchip,cpu = <&i2s0 &spdif>; }; }; @@ -432,10 +432,6 @@ ap_i2c_audio: &i2c8 { status = "okay"; }; -&i2s2 { - status = "okay"; -}; - &io_domains { status = "okay"; @@ -532,6 +528,17 @@ ap_i2c_audio: &i2c8 { vqmmc-supply = <&ppvar_sd_card_io>; }; +&spdif { + status = "okay"; + + /* + * SPDIF is routed internally to DP; we either don't use these pins, or + * mux them to something else. + */ + /delete-property/ pinctrl-0; + /delete-property/ pinctrl-names; +}; + &spi1 { status = "okay"; diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi index 45b86933c6ea0..390b86ec65389 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi @@ -467,6 +467,12 @@ }; &sdhci { + /* + * Signal integrity isn't great at 200MHz but 100MHz has proven stable + * enough. + */ + max-frequency = <100000000>; + bus-width = <8>; mmc-hs400-1_8v; mmc-hs400-enhanced-strobe; diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 750dad0d17400..95942d917de53 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1746,10 +1746,10 @@ interrupts = ; clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>, - <&cru PLL_VPLL>, + <&cru SCLK_HDMI_CEC>, <&cru PCLK_VIO_GRF>, - <&cru SCLK_HDMI_CEC>; - clock-names = "iahb", "isfr", "vpll", "grf", "cec"; + <&cru PLL_VPLL>; + clock-names = "iahb", "isfr", "cec", "grf", "vpll"; power-domains = <&power RK3399_PD_HDCP>; reg-io-width = <4>; rockchip,grf = <&grf>; diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index 697702a1a1ff1..fd2b72e37b40f 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h @@ -44,6 +44,7 @@ KVM_ARCH_REQ_FLAGS(0, KVM_REQUEST_WAIT | KVM_REQUEST_NO_WAKEUP) #define KVM_REQ_IRQ_PENDING KVM_ARCH_REQ(1) #define KVM_REQ_VCPU_RESET KVM_ARCH_REQ(2) +#define KVM_REQ_RECORD_STEAL KVM_ARCH_REQ(3) DECLARE_STATIC_KEY_FALSE(userspace_irqchip_in_use); @@ -340,6 +341,13 @@ struct kvm_vcpu_arch { /* True when deferrable sysregs are loaded on the physical CPU, * see kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs. */ bool sysregs_loaded_on_cpu; + + /* Guest PV state */ + struct { + u64 steal; + u64 last_steal; + gpa_t base; + } steal; }; /* Pointer to the vcpu's SVE FFR for sve_{save,load}_state() */ @@ -482,6 +490,27 @@ void handle_exit_early(struct kvm_vcpu *vcpu, struct kvm_run *run, int kvm_perf_init(void); int kvm_perf_teardown(void); +long kvm_hypercall_pv_features(struct kvm_vcpu *vcpu); +gpa_t kvm_init_stolen_time(struct kvm_vcpu *vcpu); +void kvm_update_stolen_time(struct kvm_vcpu *vcpu); + +int kvm_arm_pvtime_set_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr); +int kvm_arm_pvtime_get_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr); +int kvm_arm_pvtime_has_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr); + +static inline void kvm_arm_pvtime_vcpu_init(struct kvm_vcpu_arch *vcpu_arch) +{ + vcpu_arch->steal.base = GPA_INVALID; +} + +static inline bool kvm_arm_is_pvtime_enabled(struct kvm_vcpu_arch *vcpu_arch) +{ + return (vcpu_arch->steal.base != GPA_INVALID); +} + void kvm_set_sei_esr(struct kvm_vcpu *vcpu, u64 syndrome); struct kvm_vcpu *kvm_mpidr_to_vcpu(struct kvm *kvm, unsigned long mpidr); diff --git a/arch/arm64/include/asm/kvm_mmu.h b/arch/arm64/include/asm/kvm_mmu.h index 78d110667c0c7..ffe0aad96b17b 100644 --- a/arch/arm64/include/asm/kvm_mmu.h +++ b/arch/arm64/include/asm/kvm_mmu.h @@ -479,7 +479,8 @@ static inline void *kvm_get_hyp_vector(void) int slot = -1; if ((cpus_have_const_cap(ARM64_HARDEN_BRANCH_PREDICTOR) || - cpus_have_const_cap(ARM64_SPECTRE_BHB)) && data->template_start) { + cpus_have_const_cap(ARM64_SPECTRE_BHB)) && + data && data->template_start) { vect = kern_hyp_va(kvm_ksym_ref(__bp_harden_hyp_vecs_start)); slot = data->hyp_vectors_slot; } diff --git a/arch/arm64/include/asm/paravirt.h b/arch/arm64/include/asm/paravirt.h index 799d9dd6f7ccb..cf3a0fd7c1a7e 100644 --- a/arch/arm64/include/asm/paravirt.h +++ b/arch/arm64/include/asm/paravirt.h @@ -21,6 +21,13 @@ static inline u64 paravirt_steal_clock(int cpu) { return pv_ops.time.steal_clock(cpu); } -#endif + +int __init pv_time_init(void); + +#else + +#define pv_time_init() do {} while (0) + +#endif // CONFIG_PARAVIRT #endif diff --git a/arch/arm64/include/asm/pci.h b/arch/arm64/include/asm/pci.h index 70b323cf83000..b33ca260e3c9d 100644 --- a/arch/arm64/include/asm/pci.h +++ b/arch/arm64/include/asm/pci.h @@ -17,6 +17,7 @@ #define pcibios_assign_all_busses() \ (pci_has_flag(PCI_REASSIGN_ALL_BUS)) +#define arch_can_pci_mmap_wc() 1 #define ARCH_GENERIC_PCI_MMAP_RESOURCE 1 extern int isa_dma_bridge_buggy; diff --git a/arch/arm64/include/asm/pvclock-abi.h b/arch/arm64/include/asm/pvclock-abi.h new file mode 100644 index 0000000000000..c4f1c0a0789cd --- /dev/null +++ b/arch/arm64/include/asm/pvclock-abi.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* Copyright (C) 2019 Arm Ltd. */ + +#ifndef __ASM_PVCLOCK_ABI_H +#define __ASM_PVCLOCK_ABI_H + +/* The below structure is defined in ARM DEN0057A */ + +struct pvclock_vcpu_stolen_time { + __le32 revision; + __le32 attributes; + __le64 stolen_time; + /* Structure must be 64 byte aligned, pad to that size */ + u8 padding[48]; +} __packed; + +#endif diff --git a/arch/arm64/include/asm/vectors.h b/arch/arm64/include/asm/vectors.h index f64613a96d530..bc9a2145f4194 100644 --- a/arch/arm64/include/asm/vectors.h +++ b/arch/arm64/include/asm/vectors.h @@ -56,14 +56,14 @@ enum arm64_bp_harden_el1_vectors { DECLARE_PER_CPU_READ_MOSTLY(const char *, this_cpu_vector); #ifndef CONFIG_UNMAP_KERNEL_AT_EL0 -#define TRAMP_VALIAS 0 +#define TRAMP_VALIAS 0ul #endif static inline const char * arm64_get_bp_hardening_vector(enum arm64_bp_harden_el1_vectors slot) { if (arm64_kernel_unmapped_at_el0()) - return (char *)TRAMP_VALIAS + SZ_2K * slot; + return (char *)(TRAMP_VALIAS + SZ_2K * slot); WARN_ON_ONCE(slot == EL1_VECTOR_KPTI); diff --git a/arch/arm64/include/uapi/asm/kvm.h b/arch/arm64/include/uapi/asm/kvm.h index 08440ce57a1c2..f3b34e2aaacb7 100644 --- a/arch/arm64/include/uapi/asm/kvm.h +++ b/arch/arm64/include/uapi/asm/kvm.h @@ -328,6 +328,8 @@ struct kvm_vcpu_events { #define KVM_ARM_VCPU_TIMER_CTRL 1 #define KVM_ARM_VCPU_TIMER_IRQ_VTIMER 0 #define KVM_ARM_VCPU_TIMER_IRQ_PTIMER 1 +#define KVM_ARM_VCPU_PVTIME_CTRL 2 +#define KVM_ARM_VCPU_PVTIME_IPA 0 /* KVM_IRQ_LINE irq field index values */ #define KVM_ARM_IRQ_VCPU2_SHIFT 28 diff --git a/arch/arm64/kernel/cpu_errata.c b/arch/arm64/kernel/cpu_errata.c index 33b33416fea42..7998033306fb2 100644 --- a/arch/arm64/kernel/cpu_errata.c +++ b/arch/arm64/kernel/cpu_errata.c @@ -187,9 +187,7 @@ static void install_bp_hardening_cb(bp_hardening_cb_t fn, } #endif /* CONFIG_KVM_INDIRECT_VECTORS */ -#include #include -#include static void call_smc_arch_workaround_1(void) { @@ -233,43 +231,31 @@ static int detect_harden_bp_fw(void) struct arm_smccc_res res; u32 midr = read_cpuid_id(); - if (psci_ops.smccc_version == SMCCC_VERSION_1_0) + arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, + ARM_SMCCC_ARCH_WORKAROUND_1, &res); + + switch ((int)res.a0) { + case 1: + /* Firmware says we're just fine */ + return 0; + case 0: + break; + default: return -1; + } - switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: - arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_1, &res); - switch ((int)res.a0) { - case 1: - /* Firmware says we're just fine */ - return 0; - case 0: - cb = call_hvc_arch_workaround_1; - /* This is a guest, no need to patch KVM vectors */ - smccc_start = NULL; - smccc_end = NULL; - break; - default: - return -1; - } + switch (arm_smccc_1_1_get_conduit()) { + case SMCCC_CONDUIT_HVC: + cb = call_hvc_arch_workaround_1; + /* This is a guest, no need to patch KVM vectors */ + smccc_start = NULL; + smccc_end = NULL; break; - case PSCI_CONDUIT_SMC: - arm_smccc_1_1_smc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_1, &res); - switch ((int)res.a0) { - case 1: - /* Firmware says we're just fine */ - return 0; - case 0: - cb = call_smc_arch_workaround_1; - smccc_start = __smccc_workaround_1_smc_start; - smccc_end = __smccc_workaround_1_smc_end; - break; - default: - return -1; - } + case SMCCC_CONDUIT_SMC: + cb = call_smc_arch_workaround_1; + smccc_start = __smccc_workaround_1_smc_start; + smccc_end = __smccc_workaround_1_smc_end; break; default: @@ -329,11 +315,11 @@ void __init arm64_update_smccc_conduit(struct alt_instr *alt, BUG_ON(nr_inst != 1); - switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: + switch (arm_smccc_1_1_get_conduit()) { + case SMCCC_CONDUIT_HVC: insn = aarch64_insn_get_hvc_value(); break; - case PSCI_CONDUIT_SMC: + case SMCCC_CONDUIT_SMC: insn = aarch64_insn_get_smc_value(); break; default: @@ -359,6 +345,8 @@ void __init arm64_enable_wa2_handling(struct alt_instr *alt, void arm64_set_ssbd_mitigation(bool state) { + int conduit; + if (!IS_ENABLED(CONFIG_ARM64_SSBD)) { pr_info_once("SSBD disabled by kernel configuration\n"); return; @@ -372,19 +360,10 @@ void arm64_set_ssbd_mitigation(bool state) return; } - switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: - arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_WORKAROUND_2, state, NULL); - break; - - case PSCI_CONDUIT_SMC: - arm_smccc_1_1_smc(ARM_SMCCC_ARCH_WORKAROUND_2, state, NULL); - break; + conduit = arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_WORKAROUND_2, state, + NULL); - default: - WARN_ON_ONCE(1); - break; - } + WARN_ON_ONCE(conduit == SMCCC_CONDUIT_NONE); } static bool has_ssbd_mitigation(const struct arm64_cpu_capabilities *entry, @@ -394,6 +373,7 @@ static bool has_ssbd_mitigation(const struct arm64_cpu_capabilities *entry, bool required = true; s32 val; bool this_cpu_safe = false; + int conduit; WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); @@ -411,25 +391,10 @@ static bool has_ssbd_mitigation(const struct arm64_cpu_capabilities *entry, goto out_printmsg; } - if (psci_ops.smccc_version == SMCCC_VERSION_1_0) { - ssbd_state = ARM64_SSBD_UNKNOWN; - if (!this_cpu_safe) - __ssb_safe = false; - return false; - } - - switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: - arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_2, &res); - break; + conduit = arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, + ARM_SMCCC_ARCH_WORKAROUND_2, &res); - case PSCI_CONDUIT_SMC: - arm_smccc_1_1_smc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, - ARM_SMCCC_ARCH_WORKAROUND_2, &res); - break; - - default: + if (conduit == SMCCC_CONDUIT_NONE) { ssbd_state = ARM64_SSBD_UNKNOWN; if (!this_cpu_safe) __ssb_safe = false; @@ -1156,12 +1121,12 @@ static enum mitigation_state spectre_bhb_get_cpu_fw_mitigation_state(void) return SPECTRE_VULNERABLE; switch (psci_ops.conduit) { - case PSCI_CONDUIT_HVC: + case SMCCC_CONDUIT_HVC: arm_smccc_1_1_hvc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, ARM_SMCCC_ARCH_WORKAROUND_3, &res); break; - case PSCI_CONDUIT_SMC: + case SMCCC_CONDUIT_SMC: arm_smccc_1_1_smc(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, ARM_SMCCC_ARCH_WORKAROUND_3, &res); break; diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c index e4d6af2fdec71..5397f0d9e5bbb 100644 --- a/arch/arm64/kernel/cpuidle.c +++ b/arch/arm64/kernel/cpuidle.c @@ -53,6 +53,9 @@ static int psci_acpi_cpu_init_idle(unsigned int cpu) struct acpi_lpi_state *lpi; struct acpi_processor *pr = per_cpu(processors, cpu); + if (unlikely(!pr || !pr->flags.has_lpi)) + return -EINVAL; + /* * If the PSCI cpu_suspend function hook has not been initialized * idle states must not be enabled, so bail out @@ -60,9 +63,6 @@ static int psci_acpi_cpu_init_idle(unsigned int cpu) if (!psci_ops.cpu_suspend) return -EOPNOTSUPP; - if (unlikely(!pr || !pr->flags.has_lpi)) - return -EINVAL; - count = pr->power.count - 1; if (count <= 0) return -ENODEV; diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S index 2964221194889..8a4c108a0c0b6 100644 --- a/arch/arm64/kernel/entry.S +++ b/arch/arm64/kernel/entry.S @@ -1199,7 +1199,7 @@ __entry_tramp_data_start: __entry_tramp_data_vectors: .quad vectors #ifdef CONFIG_ARM_SDE_INTERFACE -__entry_tramp_data___sdei_asm_trampoline_next_handler: +__entry_tramp_data___sdei_asm_handler: .quad __sdei_asm_handler #endif /* CONFIG_ARM_SDE_INTERFACE */ __entry_tramp_data_this_cpu_vector: @@ -1331,7 +1331,7 @@ ENTRY(__sdei_asm_entry_trampoline) */ 1: str x4, [x1, #(SDEI_EVENT_INTREGS + S_ORIG_ADDR_LIMIT)] - tramp_data_read_var x4, __sdei_asm_trampoline_next_handler + tramp_data_read_var x4, __sdei_asm_handler br x4 ENDPROC(__sdei_asm_entry_trampoline) NOKPROBE(__sdei_asm_entry_trampoline) diff --git a/arch/arm64/kernel/insn.c b/arch/arm64/kernel/insn.c index 53bcf5386907f..a02c294a47530 100644 --- a/arch/arm64/kernel/insn.c +++ b/arch/arm64/kernel/insn.c @@ -207,8 +207,8 @@ static int __kprobes aarch64_insn_patch_text_cb(void *arg) int i, ret = 0; struct aarch64_insn_patch *pp = arg; - /* The first CPU becomes master */ - if (atomic_inc_return(&pp->cpu_count) == 1) { + /* The last CPU becomes master */ + if (atomic_inc_return(&pp->cpu_count) == num_online_cpus()) { for (i = 0; ret == 0 && i < pp->insn_cnt; i++) ret = aarch64_insn_patch_text_nosync(pp->text_addrs[i], pp->new_insns[i]); diff --git a/arch/arm64/kernel/module.lds b/arch/arm64/kernel/module.lds index 09a0eef71d12b..9371abe2f4c2d 100644 --- a/arch/arm64/kernel/module.lds +++ b/arch/arm64/kernel/module.lds @@ -1,5 +1,5 @@ SECTIONS { - .plt 0 (NOLOAD) : { BYTE(0) } - .init.plt 0 (NOLOAD) : { BYTE(0) } - .text.ftrace_trampoline 0 (NOLOAD) : { BYTE(0) } + .plt 0 : { BYTE(0) } + .init.plt 0 : { BYTE(0) } + .text.ftrace_trampoline 0 : { BYTE(0) } } diff --git a/arch/arm64/kernel/paravirt.c b/arch/arm64/kernel/paravirt.c index 4cfed91fe256e..1ef702b0be2dc 100644 --- a/arch/arm64/kernel/paravirt.c +++ b/arch/arm64/kernel/paravirt.c @@ -6,13 +6,153 @@ * Author: Stefano Stabellini */ +#define pr_fmt(fmt) "arm-pv: " fmt + +#include +#include #include +#include #include +#include +#include +#include +#include #include + #include +#include +#include struct static_key paravirt_steal_enabled; struct static_key paravirt_steal_rq_enabled; struct paravirt_patch_template pv_ops; EXPORT_SYMBOL_GPL(pv_ops); + +struct pv_time_stolen_time_region { + struct pvclock_vcpu_stolen_time *kaddr; +}; + +static DEFINE_PER_CPU(struct pv_time_stolen_time_region, stolen_time_region); + +static bool steal_acc = true; +static int __init parse_no_stealacc(char *arg) +{ + steal_acc = false; + return 0; +} + +early_param("no-steal-acc", parse_no_stealacc); + +/* return stolen time in ns by asking the hypervisor */ +static u64 pv_steal_clock(int cpu) +{ + struct pv_time_stolen_time_region *reg; + + reg = per_cpu_ptr(&stolen_time_region, cpu); + if (!reg->kaddr) { + pr_warn_once("stolen time enabled but not configured for cpu %d\n", + cpu); + return 0; + } + + return le64_to_cpu(READ_ONCE(reg->kaddr->stolen_time)); +} + +static int stolen_time_dying_cpu(unsigned int cpu) +{ + struct pv_time_stolen_time_region *reg; + + reg = this_cpu_ptr(&stolen_time_region); + if (!reg->kaddr) + return 0; + + memunmap(reg->kaddr); + memset(reg, 0, sizeof(*reg)); + + return 0; +} + +static int init_stolen_time_cpu(unsigned int cpu) +{ + struct pv_time_stolen_time_region *reg; + struct arm_smccc_res res; + + reg = this_cpu_ptr(&stolen_time_region); + + arm_smccc_1_1_invoke(ARM_SMCCC_HV_PV_TIME_ST, &res); + + if (res.a0 == SMCCC_RET_NOT_SUPPORTED) + return -EINVAL; + + reg->kaddr = memremap(res.a0, + sizeof(struct pvclock_vcpu_stolen_time), + MEMREMAP_WB); + + if (!reg->kaddr) { + pr_warn("Failed to map stolen time data structure\n"); + return -ENOMEM; + } + + if (le32_to_cpu(reg->kaddr->revision) != 0 || + le32_to_cpu(reg->kaddr->attributes) != 0) { + pr_warn_once("Unexpected revision or attributes in stolen time data\n"); + return -ENXIO; + } + + return 0; +} + +static int pv_time_init_stolen_time(void) +{ + int ret; + + ret = cpuhp_setup_state(CPUHP_AP_ARM_KVMPV_STARTING, + "hypervisor/arm/pvtime:starting", + init_stolen_time_cpu, stolen_time_dying_cpu); + if (ret < 0) + return ret; + return 0; +} + +static bool has_pv_steal_clock(void) +{ + struct arm_smccc_res res; + + /* To detect the presence of PV time support we require SMCCC 1.1+ */ + if (psci_ops.smccc_version < SMCCC_VERSION_1_1) + return false; + + arm_smccc_1_1_invoke(ARM_SMCCC_ARCH_FEATURES_FUNC_ID, + ARM_SMCCC_HV_PV_TIME_FEATURES, &res); + + if (res.a0 != SMCCC_RET_SUCCESS) + return false; + + arm_smccc_1_1_invoke(ARM_SMCCC_HV_PV_TIME_FEATURES, + ARM_SMCCC_HV_PV_TIME_ST, &res); + + return (res.a0 == SMCCC_RET_SUCCESS); +} + +int __init pv_time_init(void) +{ + int ret; + + if (!has_pv_steal_clock()) + return 0; + + ret = pv_time_init_stolen_time(); + if (ret) + return ret; + + pv_ops.time.steal_clock = pv_steal_clock; + + static_key_slow_inc(¶virt_steal_enabled); + if (steal_acc) + static_key_slow_inc(¶virt_steal_rq_enabled); + + pr_info("using stolen time PV\n"); + + return 0; +} diff --git a/arch/arm64/kernel/sdei.c b/arch/arm64/kernel/sdei.c index ea94cf8f9dc6d..d6259dac62b62 100644 --- a/arch/arm64/kernel/sdei.c +++ b/arch/arm64/kernel/sdei.c @@ -2,6 +2,7 @@ // Copyright (C) 2017 Arm Ltd. #define pr_fmt(fmt) "sdei: " fmt +#include #include #include #include @@ -161,7 +162,7 @@ unsigned long sdei_arch_get_entry_point(int conduit) return 0; } - sdei_exit_mode = (conduit == CONDUIT_HVC) ? SDEI_EXIT_HVC : SDEI_EXIT_SMC; + sdei_exit_mode = (conduit == SMCCC_CONDUIT_HVC) ? SDEI_EXIT_HVC : SDEI_EXIT_SMC; #ifdef CONFIG_UNMAP_KERNEL_AT_EL0 if (arm64_kernel_unmapped_at_el0()) { diff --git a/arch/arm64/kernel/time.c b/arch/arm64/kernel/time.c index 0b2946414dc9c..73f06d4b3aae5 100644 --- a/arch/arm64/kernel/time.c +++ b/arch/arm64/kernel/time.c @@ -30,6 +30,7 @@ #include #include +#include unsigned long profile_pc(struct pt_regs *regs) { @@ -65,4 +66,6 @@ void __init time_init(void) /* Calibrate the delay loop directly */ lpj_fine = arch_timer_rate / HZ; + + pv_time_init(); } diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig index a67121d419a2f..d8b88e40d223d 100644 --- a/arch/arm64/kvm/Kconfig +++ b/arch/arm64/kvm/Kconfig @@ -39,6 +39,7 @@ config KVM select IRQ_BYPASS_MANAGER select HAVE_KVM_IRQ_BYPASS select HAVE_KVM_VCPU_RUN_PID_CHANGE + select SCHEDSTATS ---help--- Support hosting virtualized guest machines. We don't support KVM with 16K page tables yet, due to the multiple diff --git a/arch/arm64/kvm/Makefile b/arch/arm64/kvm/Makefile index 3ac1a64d2fb9d..5ffbdc39e780e 100644 --- a/arch/arm64/kvm/Makefile +++ b/arch/arm64/kvm/Makefile @@ -13,6 +13,8 @@ obj-$(CONFIG_KVM_ARM_HOST) += hyp/ kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/kvm_main.o $(KVM)/coalesced_mmio.o $(KVM)/eventfd.o $(KVM)/vfio.o kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/arm.o $(KVM)/arm/mmu.o $(KVM)/arm/mmio.o kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/psci.o $(KVM)/arm/perf.o +kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hypercalls.o +kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/pvtime.o kvm-$(CONFIG_KVM_ARM_HOST) += inject_fault.o regmap.o va_layout.o kvm-$(CONFIG_KVM_ARM_HOST) += hyp.o hyp-init.o handle_exit.o diff --git a/arch/arm64/kvm/guest.c b/arch/arm64/kvm/guest.c index 5271ab366beeb..47313a7446adc 100644 --- a/arch/arm64/kvm/guest.c +++ b/arch/arm64/kvm/guest.c @@ -865,6 +865,9 @@ int kvm_arm_vcpu_arch_set_attr(struct kvm_vcpu *vcpu, case KVM_ARM_VCPU_TIMER_CTRL: ret = kvm_arm_timer_set_attr(vcpu, attr); break; + case KVM_ARM_VCPU_PVTIME_CTRL: + ret = kvm_arm_pvtime_set_attr(vcpu, attr); + break; default: ret = -ENXIO; break; @@ -885,6 +888,9 @@ int kvm_arm_vcpu_arch_get_attr(struct kvm_vcpu *vcpu, case KVM_ARM_VCPU_TIMER_CTRL: ret = kvm_arm_timer_get_attr(vcpu, attr); break; + case KVM_ARM_VCPU_PVTIME_CTRL: + ret = kvm_arm_pvtime_get_attr(vcpu, attr); + break; default: ret = -ENXIO; break; @@ -905,6 +911,9 @@ int kvm_arm_vcpu_arch_has_attr(struct kvm_vcpu *vcpu, case KVM_ARM_VCPU_TIMER_CTRL: ret = kvm_arm_timer_has_attr(vcpu, attr); break; + case KVM_ARM_VCPU_PVTIME_CTRL: + ret = kvm_arm_pvtime_has_attr(vcpu, attr); + break; default: ret = -ENXIO; break; diff --git a/arch/arm64/kvm/handle_exit.c b/arch/arm64/kvm/handle_exit.c index 1249f68a94181..e0a4bcdb94516 100644 --- a/arch/arm64/kvm/handle_exit.c +++ b/arch/arm64/kvm/handle_exit.c @@ -11,8 +11,6 @@ #include #include -#include - #include #include #include @@ -22,6 +20,8 @@ #include #include +#include + #define CREATE_TRACE_POINTS #include "trace.h" diff --git a/arch/arm64/net/bpf_jit_comp.c b/arch/arm64/net/bpf_jit_comp.c index a343677837c77..17a8d1484f9b9 100644 --- a/arch/arm64/net/bpf_jit_comp.c +++ b/arch/arm64/net/bpf_jit_comp.c @@ -909,15 +909,18 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) goto out_off; } - /* 1. Initial fake pass to compute ctx->idx. */ - - /* Fake pass to fill in ctx->offset. */ - if (build_body(&ctx, extra_pass)) { + /* + * 1. Initial fake pass to compute ctx->idx and ctx->offset. + * + * BPF line info needs ctx->offset[i] to be the offset of + * instruction[i] in jited image, so build prologue first. + */ + if (build_prologue(&ctx, was_classic)) { prog = orig_prog; goto out_off; } - if (build_prologue(&ctx, was_classic)) { + if (build_body(&ctx, extra_pass)) { prog = orig_prog; goto out_off; } @@ -983,6 +986,11 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) prog->jited_len = image_size; if (!prog->is_func || extra_pass) { + int i; + + /* offset[prog->len] is the size of program */ + for (i = 0; i <= prog->len; i++) + ctx.offset[i] *= AARCH64_INSN_SIZE; bpf_prog_fill_jited_linfo(prog, ctx.offset + 1); out_off: kfree(ctx.offset); diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 70d1587ddcd46..361b109933725 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c @@ -448,7 +448,8 @@ void __init acpi_numa_fixup(void) if (srat_num_cpus == 0) { node_set_online(0); node_cpuid[0].phys_id = hard_smp_processor_id(); - return; + slit_distance(0, 0) = LOCAL_DISTANCE; + goto out; } /* @@ -491,7 +492,7 @@ void __init acpi_numa_fixup(void) for (j = 0; j < MAX_NUMNODES; j++) slit_distance(i, j) = i == j ? LOCAL_DISTANCE : REMOTE_DISTANCE; - return; + goto out; } memset(numa_slit, -1, sizeof(numa_slit)); @@ -516,6 +517,8 @@ void __init acpi_numa_fixup(void) printk("\n"); } #endif +out: + node_possible_map = node_online_map; } #endif /* CONFIG_ACPI_NUMA */ diff --git a/arch/microblaze/include/asm/uaccess.h b/arch/microblaze/include/asm/uaccess.h index a1f206b90753a..c8cd66c8d2577 100644 --- a/arch/microblaze/include/asm/uaccess.h +++ b/arch/microblaze/include/asm/uaccess.h @@ -171,27 +171,27 @@ extern long __user_bad(void); #define __get_user(x, ptr) \ ({ \ - unsigned long __gu_val = 0; \ long __gu_err; \ switch (sizeof(*(ptr))) { \ case 1: \ - __get_user_asm("lbu", (ptr), __gu_val, __gu_err); \ + __get_user_asm("lbu", (ptr), x, __gu_err); \ break; \ case 2: \ - __get_user_asm("lhu", (ptr), __gu_val, __gu_err); \ + __get_user_asm("lhu", (ptr), x, __gu_err); \ break; \ case 4: \ - __get_user_asm("lw", (ptr), __gu_val, __gu_err); \ + __get_user_asm("lw", (ptr), x, __gu_err); \ break; \ - case 8: \ - __gu_err = __copy_from_user(&__gu_val, ptr, 8); \ - if (__gu_err) \ - __gu_err = -EFAULT; \ + case 8: { \ + __u64 __x = 0; \ + __gu_err = raw_copy_from_user(&__x, ptr, 8) ? \ + -EFAULT : 0; \ + (x) = (typeof(x))(typeof((x) - (x)))__x; \ break; \ + } \ default: \ /* __gu_val = 0; __gu_err = -EINVAL;*/ __gu_err = __user_bad();\ } \ - x = (__force __typeof__(*(ptr))) __gu_val; \ __gu_err; \ }) diff --git a/arch/mips/dec/int-handler.S b/arch/mips/dec/int-handler.S index a25ef822e7250..5ed38e6180190 100644 --- a/arch/mips/dec/int-handler.S +++ b/arch/mips/dec/int-handler.S @@ -131,7 +131,7 @@ */ mfc0 t0,CP0_CAUSE # get pending interrupts mfc0 t1,CP0_STATUS -#ifdef CONFIG_32BIT +#if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT) lw t2,cpu_fpu_mask #endif andi t0,ST0_IM # CAUSE.CE may be non-zero! @@ -139,7 +139,7 @@ beqz t0,spurious -#ifdef CONFIG_32BIT +#if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT) and t2,t0 bnez t2,fpu # handle FPU immediately #endif @@ -280,7 +280,7 @@ handle_it: j dec_irq_dispatch nop -#ifdef CONFIG_32BIT +#if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT) fpu: lw t0,fpu_kstat_irq nop diff --git a/arch/mips/dec/prom/Makefile b/arch/mips/dec/prom/Makefile index d95016016b42b..2bad87551203b 100644 --- a/arch/mips/dec/prom/Makefile +++ b/arch/mips/dec/prom/Makefile @@ -6,4 +6,4 @@ lib-y += init.o memory.o cmdline.o identify.o console.o -lib-$(CONFIG_32BIT) += locore.o +lib-$(CONFIG_CPU_R3000) += locore.o diff --git a/arch/mips/dec/setup.c b/arch/mips/dec/setup.c index 1fc8dffa8d1d0..649b50ae5b1e3 100644 --- a/arch/mips/dec/setup.c +++ b/arch/mips/dec/setup.c @@ -766,7 +766,8 @@ void __init arch_init_irq(void) dec_interrupt[DEC_IRQ_HALT] = -1; /* Register board interrupts: FPU and cascade. */ - if (dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { + if (IS_ENABLED(CONFIG_MIPS_FP_SUPPORT) && + dec_interrupt[DEC_IRQ_FPU] >= 0 && cpu_has_fpu) { struct irq_desc *desc_fpu; int irq_fpu; diff --git a/arch/mips/include/asm/dec/prom.h b/arch/mips/include/asm/dec/prom.h index 62c7dfb90e06c..1e1247add1cf8 100644 --- a/arch/mips/include/asm/dec/prom.h +++ b/arch/mips/include/asm/dec/prom.h @@ -43,16 +43,11 @@ */ #define REX_PROM_MAGIC 0x30464354 -#ifdef CONFIG_64BIT - -#define prom_is_rex(magic) 1 /* KN04 and KN05 are REX PROMs. */ - -#else /* !CONFIG_64BIT */ - -#define prom_is_rex(magic) ((magic) == REX_PROM_MAGIC) - -#endif /* !CONFIG_64BIT */ - +/* KN04 and KN05 are REX PROMs, so only do the check for R3k systems. */ +static inline bool prom_is_rex(u32 magic) +{ + return !IS_ENABLED(CONFIG_CPU_R3000) || magic == REX_PROM_MAGIC; +} /* * 3MIN/MAXINE PROM entry points for DS5000/1xx's, DS5000/xx's and diff --git a/arch/mips/include/asm/setup.h b/arch/mips/include/asm/setup.h index bb36a400203df..8c56b862fd9c2 100644 --- a/arch/mips/include/asm/setup.h +++ b/arch/mips/include/asm/setup.h @@ -16,7 +16,7 @@ static inline void setup_8250_early_printk_port(unsigned long base, unsigned int reg_shift, unsigned int timeout) {} #endif -extern void set_handler(unsigned long offset, void *addr, unsigned long len); +void set_handler(unsigned long offset, const void *addr, unsigned long len); extern void set_uncached_handler(unsigned long offset, void *addr, unsigned long len); typedef void (*vi_handler_t)(void); diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index f510c00bda882..c563b03bdccc1 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c @@ -361,6 +361,9 @@ asmlinkage void start_secondary(void) cpu = smp_processor_id(); cpu_data[cpu].udelay_val = loops_per_jiffy; + set_cpu_sibling_map(cpu); + set_cpu_core_map(cpu); + cpumask_set_cpu(cpu, &cpu_coherent_mask); notify_cpu_starting(cpu); @@ -372,9 +375,6 @@ asmlinkage void start_secondary(void) /* The CPU is running and counters synchronised, now mark it online */ set_cpu_online(cpu, true); - set_cpu_sibling_map(cpu); - set_cpu_core_map(cpu); - calculate_cpu_foreign_map(); /* diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 8282d0feb0b21..749089c25d5e6 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c @@ -2020,19 +2020,19 @@ static void *set_vi_srs_handler(int n, vi_handler_t addr, int srs) * If no shadow set is selected then use the default handler * that does normal register saving and standard interrupt exit */ - extern char except_vec_vi, except_vec_vi_lui; - extern char except_vec_vi_ori, except_vec_vi_end; - extern char rollback_except_vec_vi; - char *vec_start = using_rollback_handler() ? - &rollback_except_vec_vi : &except_vec_vi; + extern const u8 except_vec_vi[], except_vec_vi_lui[]; + extern const u8 except_vec_vi_ori[], except_vec_vi_end[]; + extern const u8 rollback_except_vec_vi[]; + const u8 *vec_start = using_rollback_handler() ? + rollback_except_vec_vi : except_vec_vi; #if defined(CONFIG_CPU_MICROMIPS) || defined(CONFIG_CPU_BIG_ENDIAN) - const int lui_offset = &except_vec_vi_lui - vec_start + 2; - const int ori_offset = &except_vec_vi_ori - vec_start + 2; + const int lui_offset = except_vec_vi_lui - vec_start + 2; + const int ori_offset = except_vec_vi_ori - vec_start + 2; #else - const int lui_offset = &except_vec_vi_lui - vec_start; - const int ori_offset = &except_vec_vi_ori - vec_start; + const int lui_offset = except_vec_vi_lui - vec_start; + const int ori_offset = except_vec_vi_ori - vec_start; #endif - const int handler_len = &except_vec_vi_end - vec_start; + const int handler_len = except_vec_vi_end - vec_start; if (handler_len > VECTORSPACING) { /* @@ -2240,7 +2240,7 @@ void per_cpu_trap_init(bool is_boot_cpu) } /* Install CPU exception handler */ -void set_handler(unsigned long offset, void *addr, unsigned long size) +void set_handler(unsigned long offset, const void *addr, unsigned long size) { #ifdef CONFIG_CPU_MICROMIPS memcpy((void *)(ebase + offset), ((unsigned char *)addr - 1), size); diff --git a/arch/mips/ralink/ill_acc.c b/arch/mips/ralink/ill_acc.c index 0ddeb31afa93a..45ca2b84f0962 100644 --- a/arch/mips/ralink/ill_acc.c +++ b/arch/mips/ralink/ill_acc.c @@ -61,6 +61,7 @@ static int __init ill_acc_of_setup(void) pdev = of_find_device_by_node(np); if (!pdev) { pr_err("%pOFn: failed to lookup pdev\n", np); + of_node_put(np); return -EINVAL; } diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index c9ecf17f86605..74808619fefeb 100644 --- a/arch/mips/rb532/devices.c +++ b/arch/mips/rb532/devices.c @@ -310,11 +310,9 @@ static int __init plat_setup_devices(void) static int __init setup_kmac(char *s) { printk(KERN_INFO "korina mac = %s\n", s); - if (!mac_pton(s, korina_dev0_data.mac)) { + if (!mac_pton(s, korina_dev0_data.mac)) printk(KERN_ERR "Invalid mac\n"); - return -EINVAL; - } - return 0; + return 1; } __setup("kmac=", setup_kmac); diff --git a/arch/nds32/include/asm/uaccess.h b/arch/nds32/include/asm/uaccess.h index 8916ad9f9f139..e205b1db8c807 100644 --- a/arch/nds32/include/asm/uaccess.h +++ b/arch/nds32/include/asm/uaccess.h @@ -71,9 +71,7 @@ static inline void set_fs(mm_segment_t fs) * versions are void (ie, don't return a value as such). */ -#define get_user __get_user \ - -#define __get_user(x, ptr) \ +#define get_user(x, ptr) \ ({ \ long __gu_err = 0; \ __get_user_check((x), (ptr), __gu_err); \ @@ -86,6 +84,14 @@ static inline void set_fs(mm_segment_t fs) (void)0; \ }) +#define __get_user(x, ptr) \ +({ \ + long __gu_err = 0; \ + const __typeof__(*(ptr)) __user *__p = (ptr); \ + __get_user_err((x), __p, (__gu_err)); \ + __gu_err; \ +}) + #define __get_user_check(x, ptr, err) \ ({ \ const __typeof__(*(ptr)) __user *__p = (ptr); \ @@ -166,12 +172,18 @@ do { \ : "r"(addr), "i"(-EFAULT) \ : "cc") -#define put_user __put_user \ +#define put_user(x, ptr) \ +({ \ + long __pu_err = 0; \ + __put_user_check((x), (ptr), __pu_err); \ + __pu_err; \ +}) #define __put_user(x, ptr) \ ({ \ long __pu_err = 0; \ - __put_user_err((x), (ptr), __pu_err); \ + __typeof__(*(ptr)) __user *__p = (ptr); \ + __put_user_err((x), __p, __pu_err); \ __pu_err; \ }) diff --git a/arch/nios2/include/asm/uaccess.h b/arch/nios2/include/asm/uaccess.h index e83f831a76f93..6be5e913c42e4 100644 --- a/arch/nios2/include/asm/uaccess.h +++ b/arch/nios2/include/asm/uaccess.h @@ -89,6 +89,7 @@ extern __must_check long strnlen_user(const char __user *s, long n); /* Optimized macros */ #define __get_user_asm(val, insn, addr, err) \ { \ + unsigned long __gu_val; \ __asm__ __volatile__( \ " movi %0, %3\n" \ "1: " insn " %1, 0(%2)\n" \ @@ -97,14 +98,20 @@ extern __must_check long strnlen_user(const char __user *s, long n); " .section __ex_table,\"a\"\n" \ " .word 1b, 2b\n" \ " .previous" \ - : "=&r" (err), "=r" (val) \ + : "=&r" (err), "=r" (__gu_val) \ : "r" (addr), "i" (-EFAULT)); \ + val = (__force __typeof__(*(addr)))__gu_val; \ } -#define __get_user_unknown(val, size, ptr, err) do { \ +extern void __get_user_unknown(void); + +#define __get_user_8(val, ptr, err) do { \ + u64 __val = 0; \ err = 0; \ - if (__copy_from_user(&(val), ptr, size)) { \ + if (raw_copy_from_user(&(__val), ptr, sizeof(val))) { \ err = -EFAULT; \ + } else { \ + val = (typeof(val))(typeof((val) - (val)))__val; \ } \ } while (0) @@ -120,8 +127,11 @@ do { \ case 4: \ __get_user_asm(val, "ldw", ptr, err); \ break; \ + case 8: \ + __get_user_8(val, ptr, err); \ + break; \ default: \ - __get_user_unknown(val, size, ptr, err); \ + __get_user_unknown(); \ break; \ } \ } while (0) @@ -130,9 +140,7 @@ do { \ ({ \ long __gu_err = -EFAULT; \ const __typeof__(*(ptr)) __user *__gu_ptr = (ptr); \ - unsigned long __gu_val = 0; \ - __get_user_common(__gu_val, sizeof(*(ptr)), __gu_ptr, __gu_err);\ - (x) = (__force __typeof__(x))__gu_val; \ + __get_user_common(x, sizeof(*(ptr)), __gu_ptr, __gu_err); \ __gu_err; \ }) @@ -140,11 +148,9 @@ do { \ ({ \ long __gu_err = -EFAULT; \ const __typeof__(*(ptr)) __user *__gu_ptr = (ptr); \ - unsigned long __gu_val = 0; \ if (access_ok( __gu_ptr, sizeof(*__gu_ptr))) \ - __get_user_common(__gu_val, sizeof(*__gu_ptr), \ + __get_user_common(x, sizeof(*__gu_ptr), \ __gu_ptr, __gu_err); \ - (x) = (__force __typeof__(x))__gu_val; \ __gu_err; \ }) diff --git a/arch/parisc/kernel/patch.c b/arch/parisc/kernel/patch.c index 80a0ab372802d..e59574f65e641 100644 --- a/arch/parisc/kernel/patch.c +++ b/arch/parisc/kernel/patch.c @@ -40,10 +40,7 @@ static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags, *need_unmap = 1; set_fixmap(fixmap, page_to_phys(page)); - if (flags) - raw_spin_lock_irqsave(&patch_lock, *flags); - else - __acquire(&patch_lock); + raw_spin_lock_irqsave(&patch_lock, *flags); return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); } @@ -52,10 +49,7 @@ static void __kprobes patch_unmap(int fixmap, unsigned long *flags) { clear_fixmap(fixmap); - if (flags) - raw_spin_unlock_irqrestore(&patch_lock, *flags); - else - __release(&patch_lock); + raw_spin_unlock_irqrestore(&patch_lock, *flags); } void __kprobes __patch_text_multiple(void *addr, u32 *insn, unsigned int len) @@ -67,8 +61,9 @@ void __kprobes __patch_text_multiple(void *addr, u32 *insn, unsigned int len) int mapped; /* Make sure we don't have any aliases in cache */ - flush_kernel_vmap_range(addr, len); - flush_icache_range(start, end); + flush_kernel_dcache_range_asm(start, end); + flush_kernel_icache_range_asm(start, end); + flush_tlb_kernel_range(start, end); p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); @@ -81,8 +76,10 @@ void __kprobes __patch_text_multiple(void *addr, u32 *insn, unsigned int len) * We're crossing a page boundary, so * need to remap */ - flush_kernel_vmap_range((void *)fixmap, - (p-fixmap) * sizeof(*p)); + flush_kernel_dcache_range_asm((unsigned long)fixmap, + (unsigned long)p); + flush_tlb_kernel_range((unsigned long)fixmap, + (unsigned long)p); if (mapped) patch_unmap(FIX_TEXT_POKE0, &flags); p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, @@ -90,10 +87,10 @@ void __kprobes __patch_text_multiple(void *addr, u32 *insn, unsigned int len) } } - flush_kernel_vmap_range((void *)fixmap, (p-fixmap) * sizeof(*p)); + flush_kernel_dcache_range_asm((unsigned long)fixmap, (unsigned long)p); + flush_tlb_kernel_range((unsigned long)fixmap, (unsigned long)p); if (mapped) patch_unmap(FIX_TEXT_POKE0, &flags); - flush_icache_range(start, end); } void __kprobes __patch_text(void *addr, u32 insn) diff --git a/arch/parisc/kernel/unaligned.c b/arch/parisc/kernel/unaligned.c index 237d20dd5622d..286cec4d86d7b 100644 --- a/arch/parisc/kernel/unaligned.c +++ b/arch/parisc/kernel/unaligned.c @@ -340,7 +340,7 @@ static int emulate_stw(struct pt_regs *regs, int frreg, int flop) : "r" (val), "r" (regs->ior), "r" (regs->isr) : "r19", "r20", "r21", "r22", "r1", FIXUP_BRANCH_CLOBBER ); - return 0; + return ret; } static int emulate_std(struct pt_regs *regs, int frreg, int flop) { @@ -397,7 +397,7 @@ static int emulate_std(struct pt_regs *regs, int frreg, int flop) __asm__ __volatile__ ( " mtsp %4, %%sr1\n" " zdep %2, 29, 2, %%r19\n" -" dep %%r0, 31, 2, %2\n" +" dep %%r0, 31, 2, %3\n" " mtsar %%r19\n" " zvdepi -2, 32, %%r19\n" "1: ldw 0(%%sr1,%3),%%r20\n" @@ -409,7 +409,7 @@ static int emulate_std(struct pt_regs *regs, int frreg, int flop) " andcm %%r21, %%r19, %%r21\n" " or %1, %%r20, %1\n" " or %2, %%r21, %2\n" -"3: stw %1,0(%%sr1,%1)\n" +"3: stw %1,0(%%sr1,%3)\n" "4: stw %%r1,4(%%sr1,%3)\n" "5: stw %2,8(%%sr1,%3)\n" " copy %%r0, %0\n" @@ -596,7 +596,6 @@ void handle_unaligned(struct pt_regs *regs) ret = ERR_NOTHANDLED; /* "undefined", but lets kill them. */ break; } -#ifdef CONFIG_PA20 switch (regs->iir & OPCODE2_MASK) { case OPCODE_FLDD_L: @@ -607,22 +606,23 @@ void handle_unaligned(struct pt_regs *regs) flop=1; ret = emulate_std(regs, R2(regs->iir),1); break; +#ifdef CONFIG_PA20 case OPCODE_LDD_L: ret = emulate_ldd(regs, R2(regs->iir),0); break; case OPCODE_STD_L: ret = emulate_std(regs, R2(regs->iir),0); break; - } #endif + } switch (regs->iir & OPCODE3_MASK) { case OPCODE_FLDW_L: flop=1; - ret = emulate_ldw(regs, R2(regs->iir),0); + ret = emulate_ldw(regs, R2(regs->iir), 1); break; case OPCODE_LDW_M: - ret = emulate_ldw(regs, R2(regs->iir),1); + ret = emulate_ldw(regs, R2(regs->iir), 0); break; case OPCODE_FSTW_L: diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 29e05fb3ee07c..a2306603eae87 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -174,7 +174,7 @@ else CFLAGS-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=power7,$(call cc-option,-mtune=power5)) CFLAGS-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mcpu=power5,-mcpu=power4) endif -else +else ifdef CONFIG_PPC_BOOK3E_64 CFLAGS-$(CONFIG_GENERIC_CPU) += -mcpu=powerpc64 endif diff --git a/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi b/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi index 099a598c74c00..bfe1ed5be3374 100644 --- a/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi +++ b/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi @@ -139,12 +139,12 @@ fman@400000 { ethernet@e6000 { phy-handle = <&phy_rgmii_0>; - phy-connection-type = "rgmii"; + phy-connection-type = "rgmii-id"; }; ethernet@e8000 { phy-handle = <&phy_rgmii_1>; - phy-connection-type = "rgmii"; + phy-connection-type = "rgmii-id"; }; mdio0: mdio@fc000 { diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index a63ec938636de..daba2d2a02a0b 100644 --- a/arch/powerpc/include/asm/io.h +++ b/arch/powerpc/include/asm/io.h @@ -345,25 +345,37 @@ static inline void __raw_writeq_be(unsigned long v, volatile void __iomem *addr) */ static inline void __raw_rm_writeb(u8 val, volatile void __iomem *paddr) { - __asm__ __volatile__("stbcix %0,0,%1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + stbcix %0,0,%1; \ + .machine pop;" : : "r" (val), "r" (paddr) : "memory"); } static inline void __raw_rm_writew(u16 val, volatile void __iomem *paddr) { - __asm__ __volatile__("sthcix %0,0,%1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + sthcix %0,0,%1; \ + .machine pop;" : : "r" (val), "r" (paddr) : "memory"); } static inline void __raw_rm_writel(u32 val, volatile void __iomem *paddr) { - __asm__ __volatile__("stwcix %0,0,%1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + stwcix %0,0,%1; \ + .machine pop;" : : "r" (val), "r" (paddr) : "memory"); } static inline void __raw_rm_writeq(u64 val, volatile void __iomem *paddr) { - __asm__ __volatile__("stdcix %0,0,%1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + stdcix %0,0,%1; \ + .machine pop;" : : "r" (val), "r" (paddr) : "memory"); } @@ -375,7 +387,10 @@ static inline void __raw_rm_writeq_be(u64 val, volatile void __iomem *paddr) static inline u8 __raw_rm_readb(volatile void __iomem *paddr) { u8 ret; - __asm__ __volatile__("lbzcix %0,0, %1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + lbzcix %0,0, %1; \ + .machine pop;" : "=r" (ret) : "r" (paddr) : "memory"); return ret; } @@ -383,7 +398,10 @@ static inline u8 __raw_rm_readb(volatile void __iomem *paddr) static inline u16 __raw_rm_readw(volatile void __iomem *paddr) { u16 ret; - __asm__ __volatile__("lhzcix %0,0, %1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + lhzcix %0,0, %1; \ + .machine pop;" : "=r" (ret) : "r" (paddr) : "memory"); return ret; } @@ -391,7 +409,10 @@ static inline u16 __raw_rm_readw(volatile void __iomem *paddr) static inline u32 __raw_rm_readl(volatile void __iomem *paddr) { u32 ret; - __asm__ __volatile__("lwzcix %0,0, %1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + lwzcix %0,0, %1; \ + .machine pop;" : "=r" (ret) : "r" (paddr) : "memory"); return ret; } @@ -399,7 +420,10 @@ static inline u32 __raw_rm_readl(volatile void __iomem *paddr) static inline u64 __raw_rm_readq(volatile void __iomem *paddr) { u64 ret; - __asm__ __volatile__("ldcix %0,0, %1" + __asm__ __volatile__(".machine push; \ + .machine power6; \ + ldcix %0,0, %1; \ + .machine pop;" : "=r" (ret) : "r" (paddr) : "memory"); return ret; } diff --git a/arch/powerpc/include/asm/uaccess.h b/arch/powerpc/include/asm/uaccess.h index cafad1960e766..a14a32f6c3ccd 100644 --- a/arch/powerpc/include/asm/uaccess.h +++ b/arch/powerpc/include/asm/uaccess.h @@ -191,8 +191,11 @@ extern long __get_user_bad(void); */ #define __get_user_atomic_128_aligned(kaddr, uaddr, err) \ __asm__ __volatile__( \ + ".machine push\n" \ + ".machine altivec\n" \ "1: lvx 0,0,%1 # get user\n" \ " stvx 0,0,%2 # put kernel\n" \ + ".machine pop\n" \ "2:\n" \ ".section .fixup,\"ax\"\n" \ "3: li %0,%3\n" \ diff --git a/arch/powerpc/kernel/kvm.c b/arch/powerpc/kernel/kvm.c index 617eba82531cb..d89cf802d9aa7 100644 --- a/arch/powerpc/kernel/kvm.c +++ b/arch/powerpc/kernel/kvm.c @@ -669,7 +669,7 @@ static void __init kvm_use_magic_page(void) on_each_cpu(kvm_map_magic_page, &features, 1); /* Quick self-test to see if the mapping works */ - if (!fault_in_pages_readable((const char *)KVM_MAGIC_PAGE, sizeof(u32))) { + if (fault_in_pages_readable((const char *)KVM_MAGIC_PAGE, sizeof(u32))) { kvm_patching_worked = false; return; } diff --git a/arch/powerpc/kernel/machine_kexec.c b/arch/powerpc/kernel/machine_kexec.c index 7a1c11a7cba5a..716f8bb17461c 100644 --- a/arch/powerpc/kernel/machine_kexec.c +++ b/arch/powerpc/kernel/machine_kexec.c @@ -146,11 +146,18 @@ void __init reserve_crashkernel(void) if (!crashk_res.start) { #ifdef CONFIG_PPC64 /* - * On 64bit we split the RMO in half but cap it at half of - * a small SLB (128MB) since the crash kernel needs to place - * itself and some stacks to be in the first segment. + * On the LPAR platform place the crash kernel to mid of + * RMA size (512MB or more) to ensure the crash kernel + * gets enough space to place itself and some stack to be + * in the first segment. At the same time normal kernel + * also get enough space to allocate memory for essential + * system resource in the first segment. Keep the crash + * kernel starts at 128MB offset on other platforms. */ - crashk_res.start = min(0x8000000ULL, (ppc64_rma_size / 2)); + if (firmware_has_feature(FW_FEATURE_LPAR)) + crashk_res.start = ppc64_rma_size / 2; + else + crashk_res.start = min(0x8000000ULL, (ppc64_rma_size / 2)); #else crashk_res.start = KDUMP_KERNELBASE; #endif diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index c1e2e351ebff8..9392661ac8a87 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c @@ -1244,6 +1244,12 @@ int __init early_init_dt_scan_rtas(unsigned long node, entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); +#ifdef CONFIG_PPC64 + /* need this feature to decide the crashkernel offset */ + if (of_get_flat_dt_prop(node, "ibm,hypertas-functions", NULL)) + powerpc_firmware_features |= FW_FEATURE_LPAR; +#endif + if (basep && entryp && sizep) { rtas.base = *basep; rtas.entry = *entryp; diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c index 8dd4d2b83677b..eb8c72846b7fc 100644 --- a/arch/powerpc/kvm/powerpc.c +++ b/arch/powerpc/kvm/powerpc.c @@ -1495,7 +1495,7 @@ int kvmppc_handle_vmx_load(struct kvm_run *run, struct kvm_vcpu *vcpu, { enum emulation_result emulated = EMULATE_DONE; - if (vcpu->arch.mmio_vsx_copy_nums > 2) + if (vcpu->arch.mmio_vmx_copy_nums > 2) return EMULATE_FAIL; while (vcpu->arch.mmio_vmx_copy_nums) { @@ -1592,7 +1592,7 @@ int kvmppc_handle_vmx_store(struct kvm_run *run, struct kvm_vcpu *vcpu, unsigned int index = rs & KVM_MMIO_REG_MASK; enum emulation_result emulated = EMULATE_DONE; - if (vcpu->arch.mmio_vsx_copy_nums > 2) + if (vcpu->arch.mmio_vmx_copy_nums > 2) return EMULATE_FAIL; vcpu->arch.io_gpr = rs; diff --git a/arch/powerpc/lib/sstep.c b/arch/powerpc/lib/sstep.c index 8e926b9a47898..c70e8910bd737 100644 --- a/arch/powerpc/lib/sstep.c +++ b/arch/powerpc/lib/sstep.c @@ -907,7 +907,10 @@ NOKPROBE_SYMBOL(emulate_dcbz); #define __put_user_asmx(x, addr, err, op, cr) \ __asm__ __volatile__( \ + ".machine push\n" \ + ".machine power8\n" \ "1: " op " %2,0,%3\n" \ + ".machine pop\n" \ " mfcr %1\n" \ "2:\n" \ ".section .fixup,\"ax\"\n" \ @@ -920,7 +923,10 @@ NOKPROBE_SYMBOL(emulate_dcbz); #define __get_user_asmx(x, addr, err, op) \ __asm__ __volatile__( \ + ".machine push\n" \ + ".machine power8\n" \ "1: "op" %1,0,%2\n" \ + ".machine pop\n" \ "2:\n" \ ".section .fixup,\"ax\"\n" \ "3: li %0,%3\n" \ @@ -2913,7 +2919,7 @@ int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op) __put_user_asmx(op->val, ea, err, "stbcx.", cr); break; case 2: - __put_user_asmx(op->val, ea, err, "stbcx.", cr); + __put_user_asmx(op->val, ea, err, "sthcx.", cr); break; #endif case 4: diff --git a/arch/powerpc/mm/kasan/kasan_init_32.c b/arch/powerpc/mm/kasan/kasan_init_32.c index 1cfe57b51d7e3..3f78007a72822 100644 --- a/arch/powerpc/mm/kasan/kasan_init_32.c +++ b/arch/powerpc/mm/kasan/kasan_init_32.c @@ -121,7 +121,7 @@ static void __init kasan_remap_early_shadow_ro(void) pmd_t *pmd = pmd_offset(pud_offset(pgd_offset_k(k_cur), k_cur), k_cur); pte_t *ptep = pte_offset_kernel(pmd, k_cur); - if ((pte_val(*ptep) & PTE_RPN_MASK) != pa) + if (pte_page(*ptep) != virt_to_page(lm_alias(kasan_early_shadow_page))) continue; __set_pte_at(&init_mm, k_cur, ptep, pfn_pte(PHYS_PFN(pa), prot), 0); diff --git a/arch/powerpc/perf/imc-pmu.c b/arch/powerpc/perf/imc-pmu.c index eb82dda884e51..d76e800a1f337 100644 --- a/arch/powerpc/perf/imc-pmu.c +++ b/arch/powerpc/perf/imc-pmu.c @@ -1441,7 +1441,11 @@ static int trace_imc_event_init(struct perf_event *event) event->hw.idx = -1; target = event->hw.target; - event->pmu->task_ctx_nr = perf_hw_context; + /* + * There can only be a single PMU for perf_hw_context events which is assigned to + * core PMU. Hence use "perf_sw_context" for trace_imc. + */ + event->pmu->task_ctx_nr = perf_sw_context; event->destroy = reset_global_refc; return 0; } diff --git a/arch/powerpc/platforms/8xx/pic.c b/arch/powerpc/platforms/8xx/pic.c index e9617d35fd1f6..209b12323aa4c 100644 --- a/arch/powerpc/platforms/8xx/pic.c +++ b/arch/powerpc/platforms/8xx/pic.c @@ -153,6 +153,7 @@ int mpc8xx_pic_init(void) if (mpc8xx_pic_host == NULL) { printk(KERN_ERR "MPC8xx PIC: failed to allocate irq host!\n"); ret = -ENOMEM; + goto out; } ret = 0; diff --git a/arch/powerpc/platforms/powernv/rng.c b/arch/powerpc/platforms/powernv/rng.c index 8035caf6e297d..1c31863a9be6c 100644 --- a/arch/powerpc/platforms/powernv/rng.c +++ b/arch/powerpc/platforms/powernv/rng.c @@ -43,7 +43,11 @@ static unsigned long rng_whiten(struct powernv_rng *rng, unsigned long val) unsigned long parity; /* Calculate the parity of the value */ - asm ("popcntd %0,%1" : "=r" (parity) : "r" (val)); + asm (".machine push; \ + .machine power7; \ + popcntd %0,%1; \ + .machine pop;" + : "=r" (parity) : "r" (val)); /* xor our value with the previous mask */ val ^= rng->mask; diff --git a/arch/powerpc/sysdev/fsl_gtm.c b/arch/powerpc/sysdev/fsl_gtm.c index 8963eaffb1b7b..39186ad6b3c3a 100644 --- a/arch/powerpc/sysdev/fsl_gtm.c +++ b/arch/powerpc/sysdev/fsl_gtm.c @@ -86,7 +86,7 @@ static LIST_HEAD(gtms); */ struct gtm_timer *gtm_get_timer16(void) { - struct gtm *gtm = NULL; + struct gtm *gtm; int i; list_for_each_entry(gtm, >ms, list_node) { @@ -103,7 +103,7 @@ struct gtm_timer *gtm_get_timer16(void) spin_unlock_irq(>m->lock); } - if (gtm) + if (!list_empty(>ms)) return ERR_PTR(-EBUSY); return ERR_PTR(-ENODEV); } diff --git a/arch/riscv/kernel/module.c b/arch/riscv/kernel/module.c index 6bf5b16743843..a963b761e1a39 100644 --- a/arch/riscv/kernel/module.c +++ b/arch/riscv/kernel/module.c @@ -13,6 +13,19 @@ #include #include +/* + * The auipc+jalr instruction pair can reach any PC-relative offset + * in the range [-2^31 - 2^11, 2^31 - 2^11) + */ +static bool riscv_insn_valid_32bit_offset(ptrdiff_t val) +{ +#ifdef CONFIG_32BIT + return true; +#else + return (-(1L << 31) - (1L << 11)) <= val && val < ((1L << 31) - (1L << 11)); +#endif +} + static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) { if (v != (u32)v) { @@ -95,7 +108,7 @@ static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, ptrdiff_t offset = (void *)v - (void *)location; s32 hi20; - if (offset != (s32)offset) { + if (!riscv_insn_valid_32bit_offset(offset)) { pr_err( "%s: target %016llx can not be addressed by the 32-bit offset from PC = %p\n", me->name, (long long)v, location); @@ -197,10 +210,9 @@ static int apply_r_riscv_call_plt_rela(struct module *me, u32 *location, Elf_Addr v) { ptrdiff_t offset = (void *)v - (void *)location; - s32 fill_v = offset; u32 hi20, lo12; - if (offset != fill_v) { + if (!riscv_insn_valid_32bit_offset(offset)) { /* Only emit the plt entry if offset over 32-bit range */ if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) { offset = module_emit_plt_entry(me, v); @@ -224,10 +236,9 @@ static int apply_r_riscv_call_rela(struct module *me, u32 *location, Elf_Addr v) { ptrdiff_t offset = (void *)v - (void *)location; - s32 fill_v = offset; u32 hi20, lo12; - if (offset != fill_v) { + if (!riscv_insn_valid_32bit_offset(offset)) { pr_err( "%s: target %016llx can not be addressed by the 32-bit offset from PC = %p\n", me->name, (long long)v, location); diff --git a/arch/riscv/kernel/module.lds b/arch/riscv/kernel/module.lds index 295ecfb341a29..18ec719899e28 100644 --- a/arch/riscv/kernel/module.lds +++ b/arch/riscv/kernel/module.lds @@ -2,7 +2,7 @@ /* Copyright (C) 2017 Andes Technology Corporation */ SECTIONS { - .plt (NOLOAD) : { BYTE(0) } - .got (NOLOAD) : { BYTE(0) } - .got.plt (NOLOAD) : { BYTE(0) } + .plt : { BYTE(0) } + .got : { BYTE(0) } + .got.plt : { BYTE(0) } } diff --git a/arch/riscv/kernel/perf_callchain.c b/arch/riscv/kernel/perf_callchain.c index 22a93009362d7..1de5991916eb9 100644 --- a/arch/riscv/kernel/perf_callchain.c +++ b/arch/riscv/kernel/perf_callchain.c @@ -77,7 +77,7 @@ void perf_callchain_user(struct perf_callchain_entry_ctx *entry, bool fill_callchain(unsigned long pc, void *entry) { - return perf_callchain_store(entry, pc); + return perf_callchain_store(entry, pc) == 0; } void notrace walk_stackframe(struct task_struct *task, diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 0117489e9b30a..750acc1344328 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c @@ -217,7 +217,7 @@ void mconsole_go(struct mc_request *req) void mconsole_stop(struct mc_request *req) { - deactivate_fd(req->originating_fd, MCONSOLE_IRQ); + block_signals(); os_set_fd_block(req->originating_fd, 1); mconsole_reply(req, "stopped", 0, 0); for (;;) { @@ -240,6 +240,7 @@ void mconsole_stop(struct mc_request *req) } os_set_fd_block(req->originating_fd, 0); mconsole_reply(req, "", 0, 0); + unblock_signals(); } static DEFINE_SPINLOCK(mc_devices_lock); diff --git a/arch/x86/events/intel/pt.c b/arch/x86/events/intel/pt.c index da289a44d5116..f4d2322f4c629 100644 --- a/arch/x86/events/intel/pt.c +++ b/arch/x86/events/intel/pt.c @@ -460,7 +460,7 @@ static u64 pt_config_filters(struct perf_event *event) pt->filters.filter[range].msr_b = filter->msr_b; } - rtit_ctl |= filter->config << pt_address_ranges[range].reg_off; + rtit_ctl |= (u64)filter->config << pt_address_ranges[range].reg_off; } return rtit_ctl; diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h index f48905f796e9d..8c28a2365a92b 100644 --- a/arch/x86/include/asm/cpufeatures.h +++ b/arch/x86/include/asm/cpufeatures.h @@ -96,6 +96,7 @@ #define X86_FEATURE_SYSCALL32 ( 3*32+14) /* "" syscall in IA32 userspace */ #define X86_FEATURE_SYSENTER32 ( 3*32+15) /* "" sysenter in IA32 userspace */ #define X86_FEATURE_REP_GOOD ( 3*32+16) /* REP microcode works well */ +#define X86_FEATURE_SME_COHERENT ( 3*32+17) /* "" AMD hardware-enforced cache coherency */ #define X86_FEATURE_LFENCE_RDTSC ( 3*32+18) /* "" LFENCE synchronizes RDTSC */ #define X86_FEATURE_ACC_POWER ( 3*32+19) /* AMD Accumulated Power Mechanism */ #define X86_FEATURE_NOPL ( 3*32+20) /* The NOPL (0F 1F) instructions */ @@ -107,6 +108,7 @@ #define X86_FEATURE_EXTD_APICID ( 3*32+26) /* Extended APICID (8 bits) */ #define X86_FEATURE_AMD_DCM ( 3*32+27) /* AMD multi-node processor */ #define X86_FEATURE_APERFMPERF ( 3*32+28) /* P-State hardware coordination feedback capability (APERF/MPERF MSRs) */ +/* free ( 3*32+29) */ #define X86_FEATURE_NONSTOP_TSC_S3 ( 3*32+30) /* TSC doesn't stop in S3 state */ #define X86_FEATURE_TSC_KNOWN_FREQ ( 3*32+31) /* TSC has known frequency */ @@ -403,5 +405,6 @@ #define X86_BUG_TAA X86_BUG(22) /* CPU is affected by TSX Async Abort(TAA) */ #define X86_BUG_ITLB_MULTIHIT X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */ #define X86_BUG_SRBDS X86_BUG(24) /* CPU may leak RNG bits if not mitigated */ +#define X86_BUG_MMIO_STALE_DATA X86_BUG(25) /* CPU is affected by Processor MMIO Stale Data vulnerabilities */ #endif /* _ASM_X86_CPUFEATURES_H */ diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h index 03b3de491b5e6..5ed702e2c55f4 100644 --- a/arch/x86/include/asm/fpu/internal.h +++ b/arch/x86/include/asm/fpu/internal.h @@ -560,9 +560,11 @@ static inline void __fpregs_load_activate(void) * The FPU context is only stored/restored for a user task and * PF_KTHREAD is used to distinguish between kernel and user threads. */ -static inline void switch_fpu_prepare(struct fpu *old_fpu, int cpu) +static inline void switch_fpu_prepare(struct task_struct *prev, int cpu) { - if (static_cpu_has(X86_FEATURE_FPU) && !(current->flags & PF_KTHREAD)) { + struct fpu *old_fpu = &prev->thread.fpu; + + if (static_cpu_has(X86_FEATURE_FPU) && !(prev->flags & PF_KTHREAD)) { if (!copy_fpregs_to_fpstate(old_fpu)) old_fpu->last_cpu = -1; else @@ -581,10 +583,11 @@ static inline void switch_fpu_prepare(struct fpu *old_fpu, int cpu) * Load PKRU from the FPU context if available. Delay loading of the * complete FPU state until the return to userland. */ -static inline void switch_fpu_finish(struct fpu *new_fpu) +static inline void switch_fpu_finish(struct task_struct *next) { u32 pkru_val = init_pkru_value; struct pkru_state *pk; + struct fpu *next_fpu = &next->thread.fpu; if (!static_cpu_has(X86_FEATURE_FPU)) return; @@ -598,7 +601,7 @@ static inline void switch_fpu_finish(struct fpu *new_fpu) * PKRU state is switched eagerly because it needs to be valid before we * return to userland e.g. for a copy_to_user() operation. */ - if (!(current->flags & PF_KTHREAD)) { + if (!(next->flags & PF_KTHREAD)) { /* * If the PKRU bit in xsave.header.xfeatures is not set, * then the PKRU component was in init state, which means @@ -607,7 +610,7 @@ static inline void switch_fpu_finish(struct fpu *new_fpu) * in memory is not valid. This means pkru_val has to be * set to 0 and not to init_pkru_value. */ - pk = get_xsave_addr(&new_fpu->state.xsave, XFEATURE_PKRU); + pk = get_xsave_addr(&next_fpu->state.xsave, XFEATURE_PKRU); pkru_val = pk ? pk->pkru : 0; } __write_pkru(pkru_val); diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index c606c0b707382..5b07573c3bc87 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -86,6 +86,14 @@ #define INTEL_FAM6_COMETLAKE 0xA5 #define INTEL_FAM6_COMETLAKE_L 0xA6 +#define INTEL_FAM6_ROCKETLAKE 0xA7 + +/* Hybrid Core/Atom Processors */ + +#define INTEL_FAM6_LAKEFIELD 0x8A +#define INTEL_FAM6_ALDERLAKE 0x97 +#define INTEL_FAM6_ALDERLAKE_L 0x9A + /* "Small Core" Processors (Atom) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */ @@ -111,6 +119,7 @@ #define INTEL_FAM6_ATOM_TREMONT_D 0x86 /* Jacobsville */ #define INTEL_FAM6_ATOM_TREMONT 0x96 /* Elkhart Lake */ +#define INTEL_FAM6_ATOM_TREMONT_L 0x9C /* Jasper Lake */ /* Xeon Phi */ diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index f312b6f6ac481..c56042916a7c3 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -105,6 +105,30 @@ * Not susceptible to * TSX Async Abort (TAA) vulnerabilities. */ +#define ARCH_CAP_SBDR_SSDP_NO BIT(13) /* + * Not susceptible to SBDR and SSDP + * variants of Processor MMIO stale data + * vulnerabilities. + */ +#define ARCH_CAP_FBSDP_NO BIT(14) /* + * Not susceptible to FBSDP variant of + * Processor MMIO stale data + * vulnerabilities. + */ +#define ARCH_CAP_PSDP_NO BIT(15) /* + * Not susceptible to PSDP variant of + * Processor MMIO stale data + * vulnerabilities. + */ +#define ARCH_CAP_FB_CLEAR BIT(17) /* + * VERW clears CPU fill buffer + * even on MDS_NO CPUs. + */ +#define ARCH_CAP_FB_CLEAR_CTRL BIT(18) /* + * MSR_IA32_MCU_OPT_CTRL[FB_CLEAR_DIS] + * bit available to control VERW + * behavior. + */ #define MSR_IA32_FLUSH_CMD 0x0000010b #define L1D_FLUSH BIT(0) /* @@ -122,6 +146,7 @@ /* SRBDS support */ #define MSR_IA32_MCU_OPT_CTRL 0x00000123 #define RNGDS_MITG_DIS BIT(0) +#define FB_CLEAR_DIS BIT(3) /* CPU Fill buffer clear disable */ #define MSR_IA32_SYSENTER_CS 0x00000174 #define MSR_IA32_SYSENTER_ESP 0x00000175 diff --git a/arch/x86/include/asm/nospec-branch.h b/arch/x86/include/asm/nospec-branch.h index 956df82bbc2bc..ece2b2c6d020d 100644 --- a/arch/x86/include/asm/nospec-branch.h +++ b/arch/x86/include/asm/nospec-branch.h @@ -313,6 +313,8 @@ DECLARE_STATIC_KEY_FALSE(switch_mm_always_ibpb); DECLARE_STATIC_KEY_FALSE(mds_user_clear); DECLARE_STATIC_KEY_FALSE(mds_idle_clear); +DECLARE_STATIC_KEY_FALSE(mmio_stale_data_clear); + #include /** diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 4137a7342d687..7b75658b7e9ac 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -1339,6 +1339,17 @@ static int __init disable_acpi_pci(const struct dmi_system_id *d) return 0; } +static int __init disable_acpi_xsdt(const struct dmi_system_id *d) +{ + if (!acpi_force) { + pr_notice("%s detected: force use of acpi=rsdt\n", d->ident); + acpi_gbl_do_not_use_xsdt = TRUE; + } else { + pr_notice("Warning: DMI blacklist says broken, but acpi XSDT forced\n"); + } + return 0; +} + static int __init dmi_disable_acpi(const struct dmi_system_id *d) { if (!acpi_force) { @@ -1463,6 +1474,19 @@ static const struct dmi_system_id acpi_dmi_table[] __initconst = { DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 360"), }, }, + /* + * Boxes that need ACPI XSDT use disabled due to corrupted tables + */ + { + .callback = disable_acpi_xsdt, + .ident = "Advantech DAC-BJ01", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "NEC"), + DMI_MATCH(DMI_PRODUCT_NAME, "Bearlake CRB Board"), + DMI_MATCH(DMI_BIOS_VERSION, "V1.12"), + DMI_MATCH(DMI_BIOS_DATE, "02/01/2011"), + }, + }, {} }; diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index ca13851f05701..0487d173f28fa 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include "../../realmode/rm/wakeup.h" @@ -128,8 +129,10 @@ static int __init acpi_sleep_setup(char *str) if (strncmp(str, "s3_beep", 7) == 0) acpi_realmode_flags |= 4; #ifdef CONFIG_HIBERNATION + if (strncmp(str, "s4_hwsig", 8) == 0) + acpi_check_s4_hw_signature = 1; if (strncmp(str, "s4_nohwsig", 10) == 0) - acpi_no_s4_hw_signature(); + acpi_check_s4_hw_signature = 0; #endif if (strncmp(str, "nonvs", 5) == 0) acpi_nvs_nosave(); @@ -147,3 +150,21 @@ static int __init acpi_sleep_setup(char *str) } __setup("acpi_sleep=", acpi_sleep_setup); + +#if defined(CONFIG_HIBERNATION) && defined(CONFIG_HYPERVISOR_GUEST) +static int __init init_s4_sigcheck(void) +{ + /* + * If running on a hypervisor, honour the ACPI specification + * by default and trigger a clean reboot when the hardware + * signature in FACS is changed after hibernation. + */ + if (acpi_check_s4_hw_signature == -1 && + !hypervisor_is_type(X86_HYPER_NATIVE)) + acpi_check_s4_hw_signature = 1; + + return 0; +} +/* This must happen before acpi_init() which is a subsys initcall */ +arch_initcall(init_s4_sigcheck); +#endif diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 1622cff009c9a..c9301e9ad69de 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c @@ -1584,14 +1584,20 @@ void __init setup_ioapic_ids_from_mpc(void) } #endif -int no_timer_check __initdata; +int no_timer_check __initdata = 1; static int __init notimercheck(char *s) { - no_timer_check = 1; - return 1; + int ret = 0; + + if (s) + ret = kstrtoint(s, 0, &no_timer_check); + else + no_timer_check = 1; + + return ret; } -__setup("no_timer_check", notimercheck); +early_param("no_timer_check", notimercheck); static void __init delay_with_tsc(void) { diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index 8f62f46faf9d5..3259649635e73 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -40,8 +40,10 @@ static void __init spectre_v2_select_mitigation(void); static void __init ssb_select_mitigation(void); static void __init l1tf_select_mitigation(void); static void __init mds_select_mitigation(void); -static void __init mds_print_mitigation(void); +static void __init md_clear_update_mitigation(void); +static void __init md_clear_select_mitigation(void); static void __init taa_select_mitigation(void); +static void __init mmio_select_mitigation(void); static void __init srbds_select_mitigation(void); /* The base value of the SPEC_CTRL MSR that always has to be preserved. */ @@ -76,6 +78,10 @@ EXPORT_SYMBOL_GPL(mds_user_clear); DEFINE_STATIC_KEY_FALSE(mds_idle_clear); EXPORT_SYMBOL_GPL(mds_idle_clear); +/* Controls CPU Fill buffer clear before KVM guest MMIO accesses */ +DEFINE_STATIC_KEY_FALSE(mmio_stale_data_clear); +EXPORT_SYMBOL_GPL(mmio_stale_data_clear); + void __init check_bugs(void) { identify_boot_cpu(); @@ -108,16 +114,9 @@ void __init check_bugs(void) spectre_v2_select_mitigation(); ssb_select_mitigation(); l1tf_select_mitigation(); - mds_select_mitigation(); - taa_select_mitigation(); + md_clear_select_mitigation(); srbds_select_mitigation(); - /* - * As MDS and TAA mitigations are inter-related, print MDS - * mitigation until after TAA mitigation selection is done. - */ - mds_print_mitigation(); - arch_smt_update(); #ifdef CONFIG_X86_32 @@ -257,14 +256,6 @@ static void __init mds_select_mitigation(void) } } -static void __init mds_print_mitigation(void) -{ - if (!boot_cpu_has_bug(X86_BUG_MDS) || cpu_mitigations_off()) - return; - - pr_info("%s\n", mds_strings[mds_mitigation]); -} - static int __init mds_cmdline(char *str) { if (!boot_cpu_has_bug(X86_BUG_MDS)) @@ -312,7 +303,7 @@ static void __init taa_select_mitigation(void) /* TSX previously disabled by tsx=off */ if (!boot_cpu_has(X86_FEATURE_RTM)) { taa_mitigation = TAA_MITIGATION_TSX_DISABLED; - goto out; + return; } if (cpu_mitigations_off()) { @@ -326,7 +317,7 @@ static void __init taa_select_mitigation(void) */ if (taa_mitigation == TAA_MITIGATION_OFF && mds_mitigation == MDS_MITIGATION_OFF) - goto out; + return; if (boot_cpu_has(X86_FEATURE_MD_CLEAR)) taa_mitigation = TAA_MITIGATION_VERW; @@ -358,18 +349,6 @@ static void __init taa_select_mitigation(void) if (taa_nosmt || cpu_mitigations_auto_nosmt()) cpu_smt_disable(false); - - /* - * Update MDS mitigation, if necessary, as the mds_user_clear is - * now enabled for TAA mitigation. - */ - if (mds_mitigation == MDS_MITIGATION_OFF && - boot_cpu_has_bug(X86_BUG_MDS)) { - mds_mitigation = MDS_MITIGATION_FULL; - mds_select_mitigation(); - } -out: - pr_info("%s\n", taa_strings[taa_mitigation]); } static int __init tsx_async_abort_parse_cmdline(char *str) @@ -393,6 +372,151 @@ static int __init tsx_async_abort_parse_cmdline(char *str) } early_param("tsx_async_abort", tsx_async_abort_parse_cmdline); +#undef pr_fmt +#define pr_fmt(fmt) "MMIO Stale Data: " fmt + +enum mmio_mitigations { + MMIO_MITIGATION_OFF, + MMIO_MITIGATION_UCODE_NEEDED, + MMIO_MITIGATION_VERW, +}; + +/* Default mitigation for Processor MMIO Stale Data vulnerabilities */ +static enum mmio_mitigations mmio_mitigation __ro_after_init = MMIO_MITIGATION_VERW; +static bool mmio_nosmt __ro_after_init = false; + +static const char * const mmio_strings[] = { + [MMIO_MITIGATION_OFF] = "Vulnerable", + [MMIO_MITIGATION_UCODE_NEEDED] = "Vulnerable: Clear CPU buffers attempted, no microcode", + [MMIO_MITIGATION_VERW] = "Mitigation: Clear CPU buffers", +}; + +static void __init mmio_select_mitigation(void) +{ + u64 ia32_cap; + + if (!boot_cpu_has_bug(X86_BUG_MMIO_STALE_DATA) || + cpu_mitigations_off()) { + mmio_mitigation = MMIO_MITIGATION_OFF; + return; + } + + if (mmio_mitigation == MMIO_MITIGATION_OFF) + return; + + ia32_cap = x86_read_arch_cap_msr(); + + /* + * Enable CPU buffer clear mitigation for host and VMM, if also affected + * by MDS or TAA. Otherwise, enable mitigation for VMM only. + */ + if (boot_cpu_has_bug(X86_BUG_MDS) || (boot_cpu_has_bug(X86_BUG_TAA) && + boot_cpu_has(X86_FEATURE_RTM))) + static_branch_enable(&mds_user_clear); + else + static_branch_enable(&mmio_stale_data_clear); + + /* + * If Processor-MMIO-Stale-Data bug is present and Fill Buffer data can + * be propagated to uncore buffers, clearing the Fill buffers on idle + * is required irrespective of SMT state. + */ + if (!(ia32_cap & ARCH_CAP_FBSDP_NO)) + static_branch_enable(&mds_idle_clear); + + /* + * Check if the system has the right microcode. + * + * CPU Fill buffer clear mitigation is enumerated by either an explicit + * FB_CLEAR or by the presence of both MD_CLEAR and L1D_FLUSH on MDS + * affected systems. + */ + if ((ia32_cap & ARCH_CAP_FB_CLEAR) || + (boot_cpu_has(X86_FEATURE_MD_CLEAR) && + boot_cpu_has(X86_FEATURE_FLUSH_L1D) && + !(ia32_cap & ARCH_CAP_MDS_NO))) + mmio_mitigation = MMIO_MITIGATION_VERW; + else + mmio_mitigation = MMIO_MITIGATION_UCODE_NEEDED; + + if (mmio_nosmt || cpu_mitigations_auto_nosmt()) + cpu_smt_disable(false); +} + +static int __init mmio_stale_data_parse_cmdline(char *str) +{ + if (!boot_cpu_has_bug(X86_BUG_MMIO_STALE_DATA)) + return 0; + + if (!str) + return -EINVAL; + + if (!strcmp(str, "off")) { + mmio_mitigation = MMIO_MITIGATION_OFF; + } else if (!strcmp(str, "full")) { + mmio_mitigation = MMIO_MITIGATION_VERW; + } else if (!strcmp(str, "full,nosmt")) { + mmio_mitigation = MMIO_MITIGATION_VERW; + mmio_nosmt = true; + } + + return 0; +} +early_param("mmio_stale_data", mmio_stale_data_parse_cmdline); + +#undef pr_fmt +#define pr_fmt(fmt) "" fmt + +static void __init md_clear_update_mitigation(void) +{ + if (cpu_mitigations_off()) + return; + + if (!static_key_enabled(&mds_user_clear)) + goto out; + + /* + * mds_user_clear is now enabled. Update MDS, TAA and MMIO Stale Data + * mitigation, if necessary. + */ + if (mds_mitigation == MDS_MITIGATION_OFF && + boot_cpu_has_bug(X86_BUG_MDS)) { + mds_mitigation = MDS_MITIGATION_FULL; + mds_select_mitigation(); + } + if (taa_mitigation == TAA_MITIGATION_OFF && + boot_cpu_has_bug(X86_BUG_TAA)) { + taa_mitigation = TAA_MITIGATION_VERW; + taa_select_mitigation(); + } + if (mmio_mitigation == MMIO_MITIGATION_OFF && + boot_cpu_has_bug(X86_BUG_MMIO_STALE_DATA)) { + mmio_mitigation = MMIO_MITIGATION_VERW; + mmio_select_mitigation(); + } +out: + if (boot_cpu_has_bug(X86_BUG_MDS)) + pr_info("MDS: %s\n", mds_strings[mds_mitigation]); + if (boot_cpu_has_bug(X86_BUG_TAA)) + pr_info("TAA: %s\n", taa_strings[taa_mitigation]); + if (boot_cpu_has_bug(X86_BUG_MMIO_STALE_DATA)) + pr_info("MMIO Stale Data: %s\n", mmio_strings[mmio_mitigation]); +} + +static void __init md_clear_select_mitigation(void) +{ + mds_select_mitigation(); + taa_select_mitigation(); + mmio_select_mitigation(); + + /* + * As MDS, TAA and MMIO Stale Data mitigations are inter-related, update + * and print their mitigation after MDS, TAA and MMIO Stale Data + * mitigation selection is done. + */ + md_clear_update_mitigation(); +} + #undef pr_fmt #define pr_fmt(fmt) "SRBDS: " fmt @@ -454,11 +578,13 @@ static void __init srbds_select_mitigation(void) return; /* - * Check to see if this is one of the MDS_NO systems supporting - * TSX that are only exposed to SRBDS when TSX is enabled. + * Check to see if this is one of the MDS_NO systems supporting TSX that + * are only exposed to SRBDS when TSX is enabled or when CPU is affected + * by Processor MMIO Stale Data vulnerability. */ ia32_cap = x86_read_arch_cap_msr(); - if ((ia32_cap & ARCH_CAP_MDS_NO) && !boot_cpu_has(X86_FEATURE_RTM)) + if ((ia32_cap & ARCH_CAP_MDS_NO) && !boot_cpu_has(X86_FEATURE_RTM) && + !boot_cpu_has_bug(X86_BUG_MMIO_STALE_DATA)) srbds_mitigation = SRBDS_MITIGATION_TSX_OFF; else if (boot_cpu_has(X86_FEATURE_HYPERVISOR)) srbds_mitigation = SRBDS_MITIGATION_HYPERVISOR; @@ -1066,6 +1192,8 @@ static void update_indir_branch_cond(void) /* Update the static key controlling the MDS CPU buffer clear in idle */ static void update_mds_branch_idle(void) { + u64 ia32_cap = x86_read_arch_cap_msr(); + /* * Enable the idle clearing if SMT is active on CPUs which are * affected only by MSBDS and not any other MDS variant. @@ -1077,14 +1205,17 @@ static void update_mds_branch_idle(void) if (!boot_cpu_has_bug(X86_BUG_MSBDS_ONLY)) return; - if (sched_smt_active()) + if (sched_smt_active()) { static_branch_enable(&mds_idle_clear); - else + } else if (mmio_mitigation == MMIO_MITIGATION_OFF || + (ia32_cap & ARCH_CAP_FBSDP_NO)) { static_branch_disable(&mds_idle_clear); + } } #define MDS_MSG_SMT "MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.\n" #define TAA_MSG_SMT "TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.\n" +#define MMIO_MSG_SMT "MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.\n" void cpu_bugs_smt_update(void) { @@ -1129,6 +1260,16 @@ void cpu_bugs_smt_update(void) break; } + switch (mmio_mitigation) { + case MMIO_MITIGATION_VERW: + case MMIO_MITIGATION_UCODE_NEEDED: + if (sched_smt_active()) + pr_warn_once(MMIO_MSG_SMT); + break; + case MMIO_MITIGATION_OFF: + break; + } + mutex_unlock(&spec_ctrl_mutex); } @@ -1692,6 +1833,20 @@ static ssize_t tsx_async_abort_show_state(char *buf) sched_smt_active() ? "vulnerable" : "disabled"); } +static ssize_t mmio_stale_data_show_state(char *buf) +{ + if (mmio_mitigation == MMIO_MITIGATION_OFF) + return sysfs_emit(buf, "%s\n", mmio_strings[mmio_mitigation]); + + if (boot_cpu_has(X86_FEATURE_HYPERVISOR)) { + return sysfs_emit(buf, "%s; SMT Host state unknown\n", + mmio_strings[mmio_mitigation]); + } + + return sysfs_emit(buf, "%s; SMT %s\n", mmio_strings[mmio_mitigation], + sched_smt_active() ? "vulnerable" : "disabled"); +} + static char *stibp_state(void) { if (spectre_v2_in_eibrs_mode(spectre_v2_enabled)) @@ -1792,6 +1947,9 @@ static ssize_t cpu_show_common(struct device *dev, struct device_attribute *attr case X86_BUG_SRBDS: return srbds_show_state(buf); + case X86_BUG_MMIO_STALE_DATA: + return mmio_stale_data_show_state(buf); + default: break; } @@ -1843,4 +2001,9 @@ ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char * { return cpu_show_common(dev, attr, buf, X86_BUG_SRBDS); } + +ssize_t cpu_show_mmio_stale_data(struct device *dev, struct device_attribute *attr, char *buf) +{ + return cpu_show_common(dev, attr, buf, X86_BUG_MMIO_STALE_DATA); +} #endif diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 4c85ca112a2a9..305f30e45f3d3 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -1099,18 +1099,42 @@ static const __initconst struct x86_cpu_id cpu_vuln_whitelist[] = { X86_FEATURE_ANY, issues) #define SRBDS BIT(0) +/* CPU is affected by X86_BUG_MMIO_STALE_DATA */ +#define MMIO BIT(1) +/* CPU is affected by Shared Buffers Data Sampling (SBDS), a variant of X86_BUG_MMIO_STALE_DATA */ +#define MMIO_SBDS BIT(2) static const struct x86_cpu_id cpu_vuln_blacklist[] __initconst = { VULNBL_INTEL_STEPPINGS(IVYBRIDGE, X86_STEPPING_ANY, SRBDS), VULNBL_INTEL_STEPPINGS(HASWELL, X86_STEPPING_ANY, SRBDS), VULNBL_INTEL_STEPPINGS(HASWELL_L, X86_STEPPING_ANY, SRBDS), VULNBL_INTEL_STEPPINGS(HASWELL_G, X86_STEPPING_ANY, SRBDS), + VULNBL_INTEL_STEPPINGS(HASWELL_X, BIT(2) | BIT(4), MMIO), + VULNBL_INTEL_STEPPINGS(BROADWELL_D, X86_STEPPINGS(0x3, 0x5), MMIO), VULNBL_INTEL_STEPPINGS(BROADWELL_G, X86_STEPPING_ANY, SRBDS), + VULNBL_INTEL_STEPPINGS(BROADWELL_X, X86_STEPPING_ANY, MMIO), VULNBL_INTEL_STEPPINGS(BROADWELL, X86_STEPPING_ANY, SRBDS), + VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPINGS(0x3, 0x3), SRBDS | MMIO), VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, SRBDS), + VULNBL_INTEL_STEPPINGS(SKYLAKE_X, BIT(3) | BIT(4) | BIT(6) | + BIT(7) | BIT(0xB), MMIO), + VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPINGS(0x3, 0x3), SRBDS | MMIO), VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, SRBDS), - VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPINGS(0x0, 0xC), SRBDS), - VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPINGS(0x0, 0xD), SRBDS), + VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPINGS(0x9, 0xC), SRBDS | MMIO), + VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPINGS(0x0, 0x8), SRBDS), + VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPINGS(0x9, 0xD), SRBDS | MMIO), + VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPINGS(0x0, 0x8), SRBDS), + VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPINGS(0x5, 0x5), MMIO | MMIO_SBDS), + VULNBL_INTEL_STEPPINGS(ICELAKE_D, X86_STEPPINGS(0x1, 0x1), MMIO), + VULNBL_INTEL_STEPPINGS(ICELAKE_X, X86_STEPPINGS(0x4, 0x6), MMIO), + VULNBL_INTEL_STEPPINGS(COMETLAKE, BIT(2) | BIT(3) | BIT(5), MMIO | MMIO_SBDS), + VULNBL_INTEL_STEPPINGS(COMETLAKE_L, X86_STEPPINGS(0x1, 0x1), MMIO | MMIO_SBDS), + VULNBL_INTEL_STEPPINGS(COMETLAKE_L, X86_STEPPINGS(0x0, 0x0), MMIO), + VULNBL_INTEL_STEPPINGS(LAKEFIELD, X86_STEPPINGS(0x1, 0x1), MMIO | MMIO_SBDS), + VULNBL_INTEL_STEPPINGS(ROCKETLAKE, X86_STEPPINGS(0x1, 0x1), MMIO), + VULNBL_INTEL_STEPPINGS(ATOM_TREMONT, X86_STEPPINGS(0x1, 0x1), MMIO | MMIO_SBDS), + VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_D, X86_STEPPING_ANY, MMIO), + VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_L, X86_STEPPINGS(0x0, 0x0), MMIO | MMIO_SBDS), {} }; @@ -1131,6 +1155,13 @@ u64 x86_read_arch_cap_msr(void) return ia32_cap; } +static bool arch_cap_mmio_immune(u64 ia32_cap) +{ + return (ia32_cap & ARCH_CAP_FBSDP_NO && + ia32_cap & ARCH_CAP_PSDP_NO && + ia32_cap & ARCH_CAP_SBDR_SSDP_NO); +} + static void __init cpu_set_bug_bits(struct cpuinfo_x86 *c) { u64 ia32_cap = x86_read_arch_cap_msr(); @@ -1184,12 +1215,27 @@ static void __init cpu_set_bug_bits(struct cpuinfo_x86 *c) /* * SRBDS affects CPUs which support RDRAND or RDSEED and are listed * in the vulnerability blacklist. + * + * Some of the implications and mitigation of Shared Buffers Data + * Sampling (SBDS) are similar to SRBDS. Give SBDS same treatment as + * SRBDS. */ if ((cpu_has(c, X86_FEATURE_RDRAND) || cpu_has(c, X86_FEATURE_RDSEED)) && - cpu_matches(cpu_vuln_blacklist, SRBDS)) + cpu_matches(cpu_vuln_blacklist, SRBDS | MMIO_SBDS)) setup_force_cpu_bug(X86_BUG_SRBDS); + /* + * Processor MMIO Stale Data bug enumeration + * + * Affected CPU list is generally enough to enumerate the vulnerability, + * but for virtualization case check for ARCH_CAP MSR bits also, VMM may + * not want the guest to enumerate the bug. + */ + if (cpu_matches(cpu_vuln_blacklist, MMIO) && + !arch_cap_mmio_immune(ia32_cap)) + setup_force_cpu_bug(X86_BUG_MMIO_STALE_DATA); + if (cpu_matches(cpu_vuln_whitelist, NO_MELTDOWN)) return; diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c index adf9b71386eff..53004dbd55c47 100644 --- a/arch/x86/kernel/cpu/scattered.c +++ b/arch/x86/kernel/cpu/scattered.c @@ -41,6 +41,7 @@ static const struct cpuid_bit cpuid_bits[] = { { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 }, { X86_FEATURE_SME, CPUID_EAX, 0, 0x8000001f, 0 }, { X86_FEATURE_SEV, CPUID_EAX, 1, 0x8000001f, 0 }, + { X86_FEATURE_SME_COHERENT, CPUID_EAX, 10, 0x8000001f, 0 }, { 0, 0, 0, 0, 0 } }; diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index 4d895bbe9f1e6..0a8034968b202 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c @@ -460,7 +460,7 @@ static void __send_ipi_mask(const struct cpumask *mask, int vector) } else if (apic_id < min && max - apic_id < KVM_IPI_CLUSTER_SIZE) { ipi_bitmap <<= min - apic_id; min = apic_id; - } else if (apic_id < min + KVM_IPI_CLUSTER_SIZE) { + } else if (apic_id > min && apic_id < min + KVM_IPI_CLUSTER_SIZE) { max = apic_id < max ? max : apic_id; } else { ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index b8ceec4974fe3..352f876950ab3 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -229,14 +229,12 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) { struct thread_struct *prev = &prev_p->thread, *next = &next_p->thread; - struct fpu *prev_fpu = &prev->fpu; - struct fpu *next_fpu = &next->fpu; int cpu = smp_processor_id(); /* never put a printk in __switch_to... printk() calls wake_up*() indirectly */ if (!test_thread_flag(TIF_NEED_FPU_LOAD)) - switch_fpu_prepare(prev_fpu, cpu); + switch_fpu_prepare(prev_p, cpu); /* * Save away %gs. No need to save %fs, as it was saved on the @@ -292,7 +290,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) this_cpu_write(current_task, next_p); - switch_fpu_finish(next_fpu); + switch_fpu_finish(next_p); /* Load the Intel cache allocation PQR MSR. */ resctrl_sched_in(); diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index da3cc3a10d63f..633788362906a 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c @@ -505,15 +505,13 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) { struct thread_struct *prev = &prev_p->thread; struct thread_struct *next = &next_p->thread; - struct fpu *prev_fpu = &prev->fpu; - struct fpu *next_fpu = &next->fpu; int cpu = smp_processor_id(); WARN_ON_ONCE(IS_ENABLED(CONFIG_DEBUG_ENTRY) && this_cpu_read(irq_count) != -1); if (!test_thread_flag(TIF_NEED_FPU_LOAD)) - switch_fpu_prepare(prev_fpu, cpu); + switch_fpu_prepare(prev_p, cpu); /* We must save %fs and %gs before load_TLS() because * %fs and %gs may be cleared by load_TLS(). @@ -565,7 +563,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) this_cpu_write(current_task, next_p); this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); - switch_fpu_finish(next_fpu); + switch_fpu_finish(next_p); /* Reload sp0. */ update_task_stack(next_p); diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index fe4200b895829..e4d9b7b566b38 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -44,7 +45,7 @@ static int __read_mostly tsc_unstable; static DEFINE_STATIC_KEY_FALSE(__use_tsc); -int tsc_clocksource_reliable; +int tsc_clocksource_reliable = 1; static u32 art_to_tsc_numerator; static u32 art_to_tsc_denominator; @@ -289,6 +290,8 @@ static int __init tsc_setup(char *str) { if (!strcmp(str, "reliable")) tsc_clocksource_reliable = 1; + if (!strcmp(str, "unreliable")) + tsc_clocksource_reliable = 0; if (!strncmp(str, "noirqtime", 9)) no_sched_irq_time = 1; if (!strcmp(str, "unstable")) @@ -1548,9 +1551,40 @@ unsigned long calibrate_delay_is_known(void) if (!constant_tsc || !mask) return 0; + if (cpu != 0) + return cpu_data(0).loops_per_jiffy; + sibling = cpumask_any_but(mask, cpu); if (sibling < nr_cpu_ids) return cpu_data(sibling).loops_per_jiffy; return 0; } #endif + +static int tsc_pm_notifier(struct notifier_block *notifier, + unsigned long pm_event, void *unused) +{ + switch (pm_event) { + case PM_HIBERNATION_PREPARE: + clear_sched_clock_stable(); + break; + case PM_POST_HIBERNATION: + /* Set back to the default */ + if (!check_tsc_unstable()) + set_sched_clock_stable(); + break; + } + + return 0; +}; + +static struct notifier_block tsc_pm_notifier_block = { + .notifier_call = tsc_pm_notifier, +}; + +static int tsc_setup_pm_notifier(void) +{ + return register_pm_notifier(&tsc_pm_notifier_block); +} + +subsys_initcall(tsc_setup_pm_notifier); diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 60c8dcb907a50..ea48a2fb1677d 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c @@ -1714,11 +1714,6 @@ static int __load_segment_descriptor(struct x86_emulate_ctxt *ctxt, goto exception; } - if (!seg_desc.p) { - err_vec = (seg == VCPU_SREG_SS) ? SS_VECTOR : NP_VECTOR; - goto exception; - } - dpl = seg_desc.dpl; switch (seg) { @@ -1758,6 +1753,10 @@ static int __load_segment_descriptor(struct x86_emulate_ctxt *ctxt, case VCPU_SREG_TR: if (seg_desc.s || (seg_desc.type != 1 && seg_desc.type != 9)) goto exception; + if (!seg_desc.p) { + err_vec = NP_VECTOR; + goto exception; + } old_desc = seg_desc; seg_desc.type |= 2; /* busy */ ret = ctxt->ops->cmpxchg_emulated(ctxt, desc_addr, &old_desc, &seg_desc, @@ -1782,6 +1781,11 @@ static int __load_segment_descriptor(struct x86_emulate_ctxt *ctxt, break; } + if (!seg_desc.p) { + err_vec = (seg == VCPU_SREG_SS) ? SS_VECTOR : NP_VECTOR; + goto exception; + } + if (seg_desc.s) { /* mark segment as accessed */ if (!(seg_desc.type & 1)) { diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c index be92e8dccda3d..ca66459a2e895 100644 --- a/arch/x86/kvm/hyperv.c +++ b/arch/x86/kvm/hyperv.c @@ -205,7 +205,7 @@ static int synic_set_msr(struct kvm_vcpu_hv_synic *synic, struct kvm_vcpu *vcpu = synic_to_vcpu(synic); int ret; - if (!synic->active && !host) + if (!synic->active && (!host || data)) return 1; trace_kvm_hv_synic_set_msr(vcpu->vcpu_id, msr, data, host); @@ -251,6 +251,9 @@ static int synic_set_msr(struct kvm_vcpu_hv_synic *synic, case HV_X64_MSR_EOM: { int i; + if (!synic->active) + break; + for (i = 0; i < ARRAY_SIZE(synic->sint); i++) kvm_hv_notify_acked_sint(vcpu, i); break; @@ -514,6 +517,11 @@ static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, { union hv_stimer_config new_config = {.as_uint64 = config}, old_config = {.as_uint64 = stimer->config.as_uint64}; + struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); + struct kvm_vcpu_hv_synic *synic = vcpu_to_synic(vcpu); + + if (!synic->active && (!host || config)) + return 1; trace_kvm_hv_stimer_set_config(stimer_to_vcpu(stimer)->vcpu_id, stimer->index, config, host); @@ -533,6 +541,12 @@ static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, bool host) { + struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); + struct kvm_vcpu_hv_synic *synic = vcpu_to_synic(vcpu); + + if (!synic->active && (!host || count)) + return 1; + trace_kvm_hv_stimer_set_count(stimer_to_vcpu(stimer)->vcpu_id, stimer->index, count, host); diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index eea2d6f10f59a..afe3b8e615146 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c @@ -2099,10 +2099,7 @@ void kvm_set_lapic_tscdeadline_msr(struct kvm_vcpu *vcpu, u64 data) void kvm_lapic_set_tpr(struct kvm_vcpu *vcpu, unsigned long cr8) { - struct kvm_lapic *apic = vcpu->arch.apic; - - apic_set_tpr(apic, ((cr8 & 0x0f) << 4) - | (kvm_lapic_get_reg(apic, APIC_TASKPRI) & 4)); + apic_set_tpr(vcpu->arch.apic, (cr8 & 0x0f) << 4); } u64 kvm_lapic_get_cr8(struct kvm_vcpu *vcpu) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index d4a8ad6c6a4bb..1a1d2b5e7b357 100644 --- a/arch/x86/kvm/paging_tmpl.h +++ b/arch/x86/kvm/paging_tmpl.h @@ -34,9 +34,8 @@ #define PT_HAVE_ACCESSED_DIRTY(mmu) true #ifdef CONFIG_X86_64 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL - #define CMPXCHG cmpxchg + #define CMPXCHG "cmpxchgq" #else - #define CMPXCHG cmpxchg64 #define PT_MAX_FULL_LEVELS 2 #endif #elif PTTYPE == 32 @@ -52,7 +51,7 @@ #define PT_GUEST_DIRTY_SHIFT PT_DIRTY_SHIFT #define PT_GUEST_ACCESSED_SHIFT PT_ACCESSED_SHIFT #define PT_HAVE_ACCESSED_DIRTY(mmu) true - #define CMPXCHG cmpxchg + #define CMPXCHG "cmpxchgl" #elif PTTYPE == PTTYPE_EPT #define pt_element_t u64 #define guest_walker guest_walkerEPT @@ -65,8 +64,10 @@ #define PT_GUEST_DIRTY_SHIFT 9 #define PT_GUEST_ACCESSED_SHIFT 8 #define PT_HAVE_ACCESSED_DIRTY(mmu) ((mmu)->ept_ad) - #define CMPXCHG cmpxchg64 #define PT_MAX_FULL_LEVELS 4 + #ifdef CONFIG_X86_64 + #define CMPXCHG "cmpxchgq" + #endif #else #error Invalid PTTYPE value #endif @@ -132,43 +133,39 @@ static int FNAME(cmpxchg_gpte)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, pt_element_t __user *ptep_user, unsigned index, pt_element_t orig_pte, pt_element_t new_pte) { - int npages; - pt_element_t ret; - pt_element_t *table; - struct page *page; - - npages = get_user_pages_fast((unsigned long)ptep_user, 1, FOLL_WRITE, &page); - if (likely(npages == 1)) { - table = kmap_atomic(page); - ret = CMPXCHG(&table[index], orig_pte, new_pte); - kunmap_atomic(table); - - kvm_release_page_dirty(page); - } else { - struct vm_area_struct *vma; - unsigned long vaddr = (unsigned long)ptep_user & PAGE_MASK; - unsigned long pfn; - unsigned long paddr; - - down_read(¤t->mm->mmap_sem); - vma = find_vma_intersection(current->mm, vaddr, vaddr + PAGE_SIZE); - if (!vma || !(vma->vm_flags & VM_PFNMAP)) { - up_read(¤t->mm->mmap_sem); - return -EFAULT; - } - pfn = ((vaddr - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff; - paddr = pfn << PAGE_SHIFT; - table = memremap(paddr, PAGE_SIZE, MEMREMAP_WB); - if (!table) { - up_read(¤t->mm->mmap_sem); - return -EFAULT; - } - ret = CMPXCHG(&table[index], orig_pte, new_pte); - memunmap(table); - up_read(¤t->mm->mmap_sem); - } + int r = -EFAULT; + + if (!user_access_begin(ptep_user, sizeof(pt_element_t))) + return -EFAULT; + +#ifdef CMPXCHG + asm volatile("1:" LOCK_PREFIX CMPXCHG " %[new], %[ptr]\n" + "mov $0, %[r]\n" + "setnz %b[r]\n" + "2:" + _ASM_EXTABLE_UA(1b, 2b) + : [ptr] "+m" (*ptep_user), + [old] "+a" (orig_pte), + [r] "+q" (r) + : [new] "r" (new_pte) + : "memory"); +#else + asm volatile("1:" LOCK_PREFIX "cmpxchg8b %[ptr]\n" + "movl $0, %[r]\n" + "jz 2f\n" + "incl %[r]\n" + "2:" + _ASM_EXTABLE_UA(1b, 2b) + : [ptr] "+m" (*ptep_user), + [old] "+A" (orig_pte), + [r] "+rm" (r) + : [new_lo] "b" ((u32)new_pte), + [new_hi] "c" ((u32)(new_pte >> 32)) + : "memory"); +#endif - return (ret != orig_pte); + user_access_end(); + return r; } static bool FNAME(prefetch_invalid_gpte)(struct kvm_vcpu *vcpu, diff --git a/arch/x86/kvm/pmu_amd.c b/arch/x86/kvm/pmu_amd.c index d9990951fd0ac..6bc656abbe66d 100644 --- a/arch/x86/kvm/pmu_amd.c +++ b/arch/x86/kvm/pmu_amd.c @@ -245,12 +245,10 @@ static int amd_pmu_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr_info) /* MSR_EVNTSELn */ pmc = get_gp_pmc_amd(pmu, msr, PMU_TYPE_EVNTSEL); if (pmc) { - if (data == pmc->eventsel) - return 0; - if (!(data & pmu->reserved_bits)) { + data &= ~pmu->reserved_bits; + if (data != pmc->eventsel) reprogram_gp_counter(pmc, data); - return 0; - } + return 0; } return 1; diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 7f1167196d6e2..c1cccbb6bb56f 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -1904,7 +1904,8 @@ static void sev_clflush_pages(struct page *pages[], unsigned long npages) uint8_t *page_virtual; unsigned long i; - if (npages == 0 || pages == NULL) + if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || + pages == NULL) return; for (i = 0; i < npages; i++) { diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index dd48f73fd9f15..435dfebf58678 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -204,6 +204,9 @@ static const struct { #define L1D_CACHE_ORDER 4 static void *vmx_l1d_flush_pages; +/* Control for disabling CPU Fill buffer clear */ +static bool __read_mostly vmx_fb_clear_ctrl_available; + static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state l1tf) { struct page *page; @@ -335,6 +338,60 @@ static int vmentry_l1d_flush_get(char *s, const struct kernel_param *kp) return sprintf(s, "%s\n", vmentry_l1d_param[l1tf_vmx_mitigation].option); } +static void vmx_setup_fb_clear_ctrl(void) +{ + u64 msr; + + if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES) && + !boot_cpu_has_bug(X86_BUG_MDS) && + !boot_cpu_has_bug(X86_BUG_TAA)) { + rdmsrl(MSR_IA32_ARCH_CAPABILITIES, msr); + if (msr & ARCH_CAP_FB_CLEAR_CTRL) + vmx_fb_clear_ctrl_available = true; + } +} + +static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) +{ + u64 msr; + + if (!vmx->disable_fb_clear) + return; + + rdmsrl(MSR_IA32_MCU_OPT_CTRL, msr); + msr |= FB_CLEAR_DIS; + wrmsrl(MSR_IA32_MCU_OPT_CTRL, msr); + /* Cache the MSR value to avoid reading it later */ + vmx->msr_ia32_mcu_opt_ctrl = msr; +} + +static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) +{ + if (!vmx->disable_fb_clear) + return; + + vmx->msr_ia32_mcu_opt_ctrl &= ~FB_CLEAR_DIS; + wrmsrl(MSR_IA32_MCU_OPT_CTRL, vmx->msr_ia32_mcu_opt_ctrl); +} + +static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) +{ + vmx->disable_fb_clear = vmx_fb_clear_ctrl_available; + + /* + * If guest will not execute VERW, there is no need to set FB_CLEAR_DIS + * at VMEntry. Skip the MSR read/write when a guest has no use case to + * execute VERW. + */ + if ((vcpu->arch.arch_capabilities & ARCH_CAP_FB_CLEAR) || + ((vcpu->arch.arch_capabilities & ARCH_CAP_MDS_NO) && + (vcpu->arch.arch_capabilities & ARCH_CAP_TAA_NO) && + (vcpu->arch.arch_capabilities & ARCH_CAP_PSDP_NO) && + (vcpu->arch.arch_capabilities & ARCH_CAP_FBSDP_NO) && + (vcpu->arch.arch_capabilities & ARCH_CAP_SBDR_SSDP_NO))) + vmx->disable_fb_clear = false; +} + static const struct kernel_param_ops vmentry_l1d_flush_ops = { .set = vmentry_l1d_flush_set, .get = vmentry_l1d_flush_get, @@ -2167,9 +2224,13 @@ static int vmx_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr_info) } break; } - ret = kvm_set_msr_common(vcpu, msr_info); + ret = kvm_set_msr_common(vcpu, msr_info); } + /* FB_CLEAR may have changed, also update the FB_CLEAR_DIS behavior */ + if (msr_index == MSR_IA32_ARCH_CAPABILITIES) + vmx_update_fb_clear_dis(vcpu, vmx); + return ret; } @@ -4364,6 +4425,8 @@ static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) vpid_sync_context(vmx->vpid); if (init_event) vmx_clear_hlt(vcpu); + + vmx_update_fb_clear_dis(vcpu, vmx); } static void enable_irq_window(struct kvm_vcpu *vcpu) @@ -6557,6 +6620,11 @@ static void vmx_vcpu_run(struct kvm_vcpu *vcpu) vmx_l1d_flush(vcpu); else if (static_branch_unlikely(&mds_user_clear)) mds_clear_cpu_buffers(); + else if (static_branch_unlikely(&mmio_stale_data_clear) && + kvm_arch_has_assigned_device(vcpu->kvm)) + mds_clear_cpu_buffers(); + + vmx_disable_fb_clear(vmx); if (vcpu->arch.cr2 != read_cr2()) write_cr2(vcpu->arch.cr2); @@ -6566,6 +6634,8 @@ static void vmx_vcpu_run(struct kvm_vcpu *vcpu) vcpu->arch.cr2 = read_cr2(); + vmx_enable_fb_clear(vmx); + /* * We do not use IBRS in the kernel. If this vCPU has used the * SPEC_CTRL MSR it may have left it on; save the value and @@ -8040,8 +8110,11 @@ static int __init vmx_init(void) return r; } + vmx_setup_fb_clear_ctrl(); + for_each_possible_cpu(cpu) { INIT_LIST_HEAD(&per_cpu(loaded_vmcss_on_cpu, cpu)); + INIT_LIST_HEAD(&per_cpu(blocked_vcpu_on_cpu, cpu)); spin_lock_init(&per_cpu(blocked_vcpu_on_cpu_lock, cpu)); } diff --git a/arch/x86/kvm/vmx/vmx.h b/arch/x86/kvm/vmx/vmx.h index 55731dd0096f2..7a3362ab59867 100644 --- a/arch/x86/kvm/vmx/vmx.h +++ b/arch/x86/kvm/vmx/vmx.h @@ -280,8 +280,11 @@ struct vcpu_vmx { u64 msr_ia32_feature_control; u64 msr_ia32_feature_control_valid_bits; u64 ept_pointer; + u64 msr_ia32_mcu_opt_ctrl; + bool disable_fb_clear; struct pt_desc pt_desc; + }; enum ept_pointers_status { diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index ad293c2795ff4..84b67c1e8d7ca 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -1402,6 +1402,10 @@ static u64 kvm_get_arch_capabilities(void) /* KVM does not emulate MSR_IA32_TSX_CTRL. */ data &= ~ARCH_CAP_TSX_CTRL_MSR; + + /* Guests don't need to know "Fill buffer clear control" exists */ + data &= ~ARCH_CAP_FB_CLEAR_CTRL; + return data; } diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index 281e584cfe39e..d61313f5c5b98 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c @@ -1967,7 +1967,7 @@ static int __set_memory_enc_dec(unsigned long addr, int numpages, bool enc) /* * Before changing the encryption attribute, we need to flush caches. */ - cpa_flush(&cpa, 1); + cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); ret = __change_page_attr_set_clr(&cpa, 1); diff --git a/arch/x86/power/cpu.c b/arch/x86/power/cpu.c index 915bb16397632..1bff0f68f0273 100644 --- a/arch/x86/power/cpu.c +++ b/arch/x86/power/cpu.c @@ -40,7 +40,8 @@ static void msr_save_context(struct saved_context *ctxt) struct saved_msr *end = msr + ctxt->saved_msrs.num; while (msr < end) { - msr->valid = !rdmsrl_safe(msr->info.msr_no, &msr->info.reg.q); + if (msr->valid) + rdmsrl(msr->info.msr_no, msr->info.reg.q); msr++; } } @@ -421,8 +422,10 @@ static int msr_build_context(const u32 *msr_id, const int num) } for (i = saved_msrs->num, j = 0; i < total_num; i++, j++) { + u64 dummy; + msr_array[i].info.msr_no = msr_id[j]; - msr_array[i].valid = false; + msr_array[i].valid = !rdmsrl_safe(msr_id[j], &dummy); msr_array[i].info.reg.q = 0; } saved_msrs->num = total_num; @@ -509,10 +512,24 @@ static int pm_cpu_check(const struct x86_cpu_id *c) return ret; } +static void pm_save_spec_msr(void) +{ + u32 spec_msr_id[] = { + MSR_IA32_SPEC_CTRL, + MSR_IA32_TSX_CTRL, + MSR_TSX_FORCE_ABORT, + MSR_IA32_MCU_OPT_CTRL, + MSR_AMD64_LS_CFG, + }; + + msr_build_context(spec_msr_id, ARRAY_SIZE(spec_msr_id)); +} + static int pm_check_save_msr(void) { dmi_check_system(msr_save_dmi_table); pm_cpu_check(msr_save_cpu_table); + pm_save_spec_msr(); return 0; } diff --git a/arch/x86/xen/enlighten_hvm.c b/arch/x86/xen/enlighten_hvm.c index 6024fafed1642..8d4a50c097963 100644 --- a/arch/x86/xen/enlighten_hvm.c +++ b/arch/x86/xen/enlighten_hvm.c @@ -27,6 +27,13 @@ static unsigned long shared_info_pfn; +void xen_hvm_map_shared_info(void) +{ + xen_hvm_init_shared_info(); + if(shared_info_pfn) + HYPERVISOR_shared_info = __va(PFN_PHYS(shared_info_pfn)); +} + void xen_hvm_init_shared_info(void) { struct xen_add_to_physmap xatp; @@ -199,6 +206,7 @@ static void __init xen_hvm_guest_init(void) if (!no_vector_callback && xen_feature(XENFEAT_hvm_callback_vector)) xen_have_vector_callback = 1; + xen_setup_syscore_ops(); xen_hvm_smp_init(); WARN_ON(xen_cpuhp_setup(xen_cpu_up_prepare_hvm, xen_cpu_dead_hvm)); xen_unplug_emulated_devices(); diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c index e13b0b49fcdfc..d7249f4c90f1b 100644 --- a/arch/x86/xen/pmu.c +++ b/arch/x86/xen/pmu.c @@ -512,10 +512,7 @@ irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id) return ret; } -bool is_xen_pmu(int cpu) -{ - return (get_xenpmu_data() != NULL); -} +bool is_xen_pmu; void xen_pmu_init(int cpu) { @@ -526,7 +523,7 @@ void xen_pmu_init(int cpu) BUILD_BUG_ON(sizeof(struct xen_pmu_data) > PAGE_SIZE); - if (xen_hvm_domain()) + if (xen_hvm_domain() || (cpu != 0 && !is_xen_pmu)) return; xenpmu_data = (struct xen_pmu_data *)get_zeroed_page(GFP_KERNEL); @@ -547,7 +544,8 @@ void xen_pmu_init(int cpu) per_cpu(xenpmu_shared, cpu).xenpmu_data = xenpmu_data; per_cpu(xenpmu_shared, cpu).flags = 0; - if (cpu == 0) { + if (!is_xen_pmu) { + is_xen_pmu = true; perf_register_guest_info_callbacks(&xen_guest_cbs); xen_pmu_arch_init(); } diff --git a/arch/x86/xen/pmu.h b/arch/x86/xen/pmu.h index 0e83a160589bc..65c58894fc79f 100644 --- a/arch/x86/xen/pmu.h +++ b/arch/x86/xen/pmu.h @@ -4,6 +4,8 @@ #include +extern bool is_xen_pmu; + irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id); #ifdef CONFIG_XEN_HAVE_VPMU void xen_pmu_init(int cpu); @@ -12,7 +14,6 @@ void xen_pmu_finish(int cpu); static inline void xen_pmu_init(int cpu) {} static inline void xen_pmu_finish(int cpu) {} #endif -bool is_xen_pmu(int cpu); bool pmu_msr_read(unsigned int msr, uint64_t *val, int *err); bool pmu_msr_write(unsigned int msr, uint32_t low, uint32_t high, int *err); int pmu_apic_update(uint32_t reg); diff --git a/arch/x86/xen/smp_hvm.c b/arch/x86/xen/smp_hvm.c index f8d39440b2923..e5bd9eb421915 100644 --- a/arch/x86/xen/smp_hvm.c +++ b/arch/x86/xen/smp_hvm.c @@ -18,6 +18,12 @@ static void __init xen_hvm_smp_prepare_boot_cpu(void) */ xen_vcpu_setup(0); + /* + * Called again in case the kernel boots on vcpu >= MAX_VIRT_CPUS. + * Refer to comments in xen_hvm_init_time_ops(). + */ + xen_hvm_init_time_ops(); + /* * The alternative logic (which patches the unlock/lock) runs before * the smp bootup up code is activated. Hence we need to set this up diff --git a/arch/x86/xen/smp_pv.c b/arch/x86/xen/smp_pv.c index 0cebe5db691d9..64e6ec2c32a76 100644 --- a/arch/x86/xen/smp_pv.c +++ b/arch/x86/xen/smp_pv.c @@ -129,7 +129,7 @@ int xen_smp_intr_init_pv(unsigned int cpu) per_cpu(xen_irq_work, cpu).irq = rc; per_cpu(xen_irq_work, cpu).name = callfunc_name; - if (is_xen_pmu(cpu)) { + if (is_xen_pmu) { pmu_name = kasprintf(GFP_KERNEL, "pmu%d", cpu); rc = bind_virq_to_irqhandler(VIRQ_XENPMU, cpu, xen_pmu_irq_handler, diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c index 1d83152c761bc..8be6ffa6bfbea 100644 --- a/arch/x86/xen/suspend.c +++ b/arch/x86/xen/suspend.c @@ -2,17 +2,22 @@ #include #include #include +#include +#include #include #include +#include #include #include +#include #include #include #include #include #include +#include #include "xen-ops.h" #include "mmu.h" @@ -82,3 +87,65 @@ void xen_arch_suspend(void) on_each_cpu(xen_vcpu_notify_suspend, NULL, 1); } + +static int xen_syscore_suspend(void) +{ + struct xen_remove_from_physmap xrfp; + int cpu, ret; + + /* Xen suspend does similar stuffs in its own logic */ + if (xen_suspend_mode_is_xen_suspend()) + return 0; + + for_each_present_cpu(cpu) { + /* + * Nonboot CPUs are already offline, but the last copy of + * runstate info is still accessible. + */ + xen_save_steal_clock(cpu); + } + + xen_shutdown_pirqs(); + + xrfp.domid = DOMID_SELF; + xrfp.gpfn = __pa(HYPERVISOR_shared_info) >> PAGE_SHIFT; + + ret = HYPERVISOR_memory_op(XENMEM_remove_from_physmap, &xrfp); + if (!ret) + HYPERVISOR_shared_info = &xen_dummy_shared_info; + + return ret; +} + +static void xen_syscore_resume(void) +{ + /* Xen suspend does similar stuffs in its own logic */ + if (xen_suspend_mode_is_xen_suspend()) + return; + + /* No need to setup vcpu_info as it's already moved off */ + xen_hvm_map_shared_info(); + + pvclock_resume(); + + /* Nonboot CPUs will be resumed when they're brought up */ + xen_restore_steal_clock(smp_processor_id()); + + gnttab_resume(); + +} + +/* + * These callbacks will be called with interrupts disabled and when having only + * one CPU online. + */ +static struct syscore_ops xen_hvm_syscore_ops = { + .suspend = xen_syscore_suspend, + .resume = xen_syscore_resume +}; + +void __init xen_setup_syscore_ops(void) +{ + if (xen_hvm_domain()) + register_syscore_ops(&xen_hvm_syscore_ops); +} diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index befbdd8b17f01..94e763e63cc85 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c @@ -537,6 +537,9 @@ static void xen_hvm_setup_cpu_clockevents(void) { int cpu = smp_processor_id(); xen_setup_runstate_info(cpu); + if (cpu) + xen_restore_steal_clock(cpu); + /* * xen_setup_timer(cpu) - snprintf is bad in atomic context. Hence * doing it xen_hvm_cpu_notify (which gets called by smp_init during @@ -547,6 +550,11 @@ static void xen_hvm_setup_cpu_clockevents(void) void __init xen_hvm_init_time_ops(void) { + static bool hvm_time_initialized; + + if (hvm_time_initialized) + return; + /* * vector callback is needed otherwise we cannot receive interrupts * on cpu > 0 and at this point we don't know how many cpus are @@ -556,7 +564,22 @@ void __init xen_hvm_init_time_ops(void) return; if (!xen_feature(XENFEAT_hvm_safe_pvclock)) { - pr_info("Xen doesn't support pvclock on HVM, disable pv timer"); + pr_info_once("Xen doesn't support pvclock on HVM, disable pv timer"); + return; + } + + /* + * Only MAX_VIRT_CPUS 'vcpu_info' are embedded inside 'shared_info'. + * The __this_cpu_read(xen_vcpu) is still NULL when Xen HVM guest + * boots on vcpu >= MAX_VIRT_CPUS (e.g., kexec), To access + * __this_cpu_read(xen_vcpu) via xen_clocksource_read() will panic. + * + * The xen_hvm_init_time_ops() should be called again later after + * __this_cpu_read(xen_vcpu) is available. + */ + if (!__this_cpu_read(xen_vcpu)) { + pr_info("Delay xen_init_time_common() as kernel is running on vcpu=%d\n", + xen_vcpu_nr(0)); return; } @@ -568,6 +591,8 @@ void __init xen_hvm_init_time_ops(void) x86_platform.calibrate_tsc = xen_tsc_khz; x86_platform.get_wallclock = xen_get_wallclock; x86_platform.set_wallclock = xen_set_wallclock; + + hvm_time_initialized = true; } #endif diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index 45a441c33d6dc..d84c357994bd0 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h @@ -56,6 +56,7 @@ void xen_enable_syscall(void); void xen_vcpu_restore(void); void xen_callback_vector(void); +void xen_hvm_map_shared_info(void); void xen_hvm_init_shared_info(void); void xen_unplug_emulated_devices(void); diff --git a/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi b/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi index 9bf8bad1dd18a..c33932568aa73 100644 --- a/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi +++ b/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi @@ -8,19 +8,19 @@ reg = <0x00000000 0x08000000>; bank-width = <2>; device-width = <2>; - partition@0x0 { + partition@0 { label = "data"; reg = <0x00000000 0x06000000>; }; - partition@0x6000000 { + partition@6000000 { label = "boot loader area"; reg = <0x06000000 0x00800000>; }; - partition@0x6800000 { + partition@6800000 { label = "kernel image"; reg = <0x06800000 0x017e0000>; }; - partition@0x7fe0000 { + partition@7fe0000 { label = "boot environment"; reg = <0x07fe0000 0x00020000>; }; diff --git a/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi b/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi index 40c2f81f7cb66..7bde2ab2d6fb5 100644 --- a/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi +++ b/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi @@ -8,19 +8,19 @@ reg = <0x08000000 0x01000000>; bank-width = <2>; device-width = <2>; - partition@0x0 { + partition@0 { label = "boot loader area"; reg = <0x00000000 0x00400000>; }; - partition@0x400000 { + partition@400000 { label = "kernel image"; reg = <0x00400000 0x00600000>; }; - partition@0xa00000 { + partition@a00000 { label = "data"; reg = <0x00a00000 0x005e0000>; }; - partition@0xfe0000 { + partition@fe0000 { label = "boot environment"; reg = <0x00fe0000 0x00020000>; }; diff --git a/arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi b/arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi index fb8d3a9f33c23..0655b868749a4 100644 --- a/arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi +++ b/arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi @@ -8,11 +8,11 @@ reg = <0x08000000 0x00400000>; bank-width = <2>; device-width = <2>; - partition@0x0 { + partition@0 { label = "boot loader area"; reg = <0x00000000 0x003f0000>; }; - partition@0x3f0000 { + partition@3f0000 { label = "boot environment"; reg = <0x003f0000 0x00010000>; }; diff --git a/arch/xtensa/include/asm/processor.h b/arch/xtensa/include/asm/processor.h index 7495520d7a3e9..fd1161de45356 100644 --- a/arch/xtensa/include/asm/processor.h +++ b/arch/xtensa/include/asm/processor.h @@ -225,8 +225,8 @@ extern unsigned long get_wchan(struct task_struct *p); #define xtensa_set_sr(x, sr) \ ({ \ - unsigned int v = (unsigned int)(x); \ - __asm__ __volatile__ ("wsr %0, "__stringify(sr) :: "a"(v)); \ + __asm__ __volatile__ ("wsr %0, "__stringify(sr) :: \ + "a"((unsigned int)(x))); \ }) #define xtensa_get_sr(sr) \ diff --git a/arch/xtensa/kernel/jump_label.c b/arch/xtensa/kernel/jump_label.c index 61cf6497a646b..0dde21e0d3de4 100644 --- a/arch/xtensa/kernel/jump_label.c +++ b/arch/xtensa/kernel/jump_label.c @@ -61,7 +61,7 @@ static void patch_text(unsigned long addr, const void *data, size_t sz) .data = data, }; stop_machine_cpuslocked(patch_text_stop_machine, - &patch, NULL); + &patch, cpu_online_mask); } else { unsigned long flags; diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c index 342a1cfa48c57..c17eb794f0aef 100644 --- a/block/bfq-cgroup.c +++ b/block/bfq-cgroup.c @@ -625,6 +625,12 @@ void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, { struct bfq_entity *entity = &bfqq->entity; + /* + * oom_bfqq is not allowed to move, oom_bfqq will hold ref to root_group + * until elevator exit. + */ + if (bfqq == &bfqd->oom_bfqq) + return; /* * Get extra reference to prevent bfqq from being freed in * next possible expire or deactivate. diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 1a0c581512f28..1d443d17cf7c5 100644 --- a/block/bfq-iosched.c +++ b/block/bfq-iosched.c @@ -2523,6 +2523,15 @@ bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) * are likely to increase the throughput. */ bfqq->new_bfqq = new_bfqq; + /* + * The above assignment schedules the following redirections: + * each time some I/O for bfqq arrives, the process that + * generated that I/O is disassociated from bfqq and + * associated with new_bfqq. Here we increases new_bfqq->ref + * in advance, adding the number of processes that are + * expected to be associated with new_bfqq as they happen to + * issue I/O. + */ new_bfqq->ref += process_refs; return new_bfqq; } @@ -2582,6 +2591,10 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, { struct bfq_queue *in_service_bfqq, *new_bfqq; + /* if a merge has already been setup, then proceed with that first */ + if (bfqq->new_bfqq) + return bfqq->new_bfqq; + /* * Do not perform queue merging if the device is non * rotational and performs internal queueing. In fact, such a @@ -2636,9 +2649,6 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, if (bfq_too_late_for_merging(bfqq)) return NULL; - if (bfqq->new_bfqq) - return bfqq->new_bfqq; - if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) return NULL; @@ -4793,7 +4803,7 @@ static struct request *bfq_dispatch_request(struct blk_mq_hw_ctx *hctx) struct bfq_data *bfqd = hctx->queue->elevator->elevator_data; struct request *rq; struct bfq_queue *in_serv_queue; - bool waiting_rq, idle_timer_disabled; + bool waiting_rq, idle_timer_disabled = false; spin_lock_irq(&bfqd->lock); @@ -4801,14 +4811,15 @@ static struct request *bfq_dispatch_request(struct blk_mq_hw_ctx *hctx) waiting_rq = in_serv_queue && bfq_bfqq_wait_request(in_serv_queue); rq = __bfq_dispatch_request(hctx); - - idle_timer_disabled = - waiting_rq && !bfq_bfqq_wait_request(in_serv_queue); + if (in_serv_queue == bfqd->in_service_queue) { + idle_timer_disabled = + waiting_rq && !bfq_bfqq_wait_request(in_serv_queue); + } spin_unlock_irq(&bfqd->lock); - - bfq_update_dispatch_stats(hctx->queue, rq, in_serv_queue, - idle_timer_disabled); + bfq_update_dispatch_stats(hctx->queue, rq, + idle_timer_disabled ? in_serv_queue : NULL, + idle_timer_disabled); return rq; } diff --git a/block/blk-flush.c b/block/blk-flush.c index 5aa6fada22598..f66ff16855310 100644 --- a/block/blk-flush.c +++ b/block/blk-flush.c @@ -222,8 +222,10 @@ static void flush_end_io(struct request *flush_rq, blk_status_t error) return; } - if (fq->rq_status != BLK_STS_OK) + if (fq->rq_status != BLK_STS_OK) { error = fq->rq_status; + fq->rq_status = BLK_STS_OK; + } hctx = flush_rq->mq_hctx; if (!q->elevator) { diff --git a/block/blk-merge.c b/block/blk-merge.c index 4b022f0c49d20..a62692d135660 100644 --- a/block/blk-merge.c +++ b/block/blk-merge.c @@ -7,6 +7,7 @@ #include #include #include +#include #include @@ -571,6 +572,9 @@ static inline unsigned int blk_rq_get_max_segments(struct request *rq) static inline int ll_new_hw_segment(struct request *req, struct bio *bio, unsigned int nr_phys_segs) { + if (!blk_cgroup_mergeable(req, bio)) + goto no_merge; + if (blk_integrity_merge_bio(req->q, req, bio) == false) goto no_merge; @@ -662,6 +666,9 @@ static int ll_merge_requests_fn(struct request_queue *q, struct request *req, if (total_phys_segments > blk_rq_get_max_segments(req)) return 0; + if (!blk_cgroup_mergeable(req, next->bio)) + return 0; + if (blk_integrity_merge_rq(q, req, next) == false) return 0; @@ -885,6 +892,10 @@ bool blk_rq_merge_ok(struct request *rq, struct bio *bio) if (rq->rq_disk != bio->bi_disk) return false; + /* don't merge across cgroup boundaries */ + if (!blk_cgroup_mergeable(rq, bio)) + return false; + /* only merge integrity protected bio into ditto rq */ if (blk_integrity_merge_bio(rq->q, rq, bio) == false) return false; diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index bf33570da5ac7..3fb37135264b2 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c @@ -1060,15 +1060,17 @@ void blk_unregister_queue(struct gendisk *disk) */ if (queue_is_mq(q)) blk_mq_unregister_dev(disk_to_dev(disk), q); - - kobject_uevent(&q->kobj, KOBJ_REMOVE); - kobject_del(&q->kobj); blk_trace_remove_sysfs(disk_to_dev(disk)); mutex_lock(&q->sysfs_lock); if (q->elevator) elv_unregister_queue(q); mutex_unlock(&q->sysfs_lock); + + /* Now that we've deleted all child objects, we can delete the queue. */ + kobject_uevent(&q->kobj, KOBJ_REMOVE); + kobject_del(&q->kobj); + mutex_unlock(&q->sysfs_dir_lock); kobject_put(&disk_to_dev(disk)->kobj); diff --git a/crypto/authenc.c b/crypto/authenc.c index 3f0ed94025820..321da90389957 100644 --- a/crypto/authenc.c +++ b/crypto/authenc.c @@ -263,7 +263,7 @@ static int crypto_authenc_decrypt_tail(struct aead_request *req, dst = scatterwalk_ffwd(areq_ctx->dst, req->dst, req->assoclen); skcipher_request_set_tfm(skreq, ctx->enc); - skcipher_request_set_callback(skreq, aead_request_flags(req), + skcipher_request_set_callback(skreq, flags, req->base.complete, req->base.data); skcipher_request_set_crypt(skreq, src, dst, req->cryptlen - authsize, req->iv); diff --git a/crypto/rsa-pkcs1pad.c b/crypto/rsa-pkcs1pad.c index 0aa489711ec49..9cbafaf6dd851 100644 --- a/crypto/rsa-pkcs1pad.c +++ b/crypto/rsa-pkcs1pad.c @@ -475,6 +475,8 @@ static int pkcs1pad_verify_complete(struct akcipher_request *req, int err) pos++; if (digest_info) { + if (digest_info->size > dst_len - pos) + goto done; if (crypto_memneq(out_buf + pos, digest_info->data, digest_info->size)) goto done; @@ -494,7 +496,7 @@ static int pkcs1pad_verify_complete(struct akcipher_request *req, int err) sg_nents_for_len(req->src, req->src_len + req->dst_len), req_ctx->out_buf + ctx->key_size, - req->dst_len, ctx->key_size); + req->dst_len, req->src_len); /* Do the actual verification step. */ if (memcmp(req_ctx->out_buf + ctx->key_size, out_buf + pos, req->dst_len) != 0) @@ -537,7 +539,7 @@ static int pkcs1pad_verify(struct akcipher_request *req) if (WARN_ON(req->dst) || WARN_ON(!req->dst_len) || - !ctx->key_size || req->src_len < ctx->key_size) + !ctx->key_size || req->src_len != ctx->key_size) return -EINVAL; req_ctx->out_buf = kmalloc(ctx->key_size + req->dst_len, GFP_KERNEL); diff --git a/debian.aws/abi/5.4.0-1078.84/abiname b/debian.aws/abi/5.4.0-1078.84/abiname new file mode 100644 index 0000000000000..19d504922a3f4 --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/abiname @@ -0,0 +1 @@ +1078 diff --git a/debian.aws/abi/5.4.0-1078.84/amd64/aws b/debian.aws/abi/5.4.0-1078.84/amd64/aws new file mode 100644 index 0000000000000..99327e23d4f61 --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/amd64/aws @@ -0,0 +1,19498 @@ +EXPORT_SYMBOL arch/x86/kvm/kvm 0x1e21c006 kvm_cpu_has_pending_timer +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x24ce0293 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x4b0edc63 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x8e37f530 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xac478ab4 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xb5f24bed crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xdec41624 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/sha3_generic 0x595266d0 crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0xa58bbedb crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0xb71e713f crypto_sha3_final +EXPORT_SYMBOL crypto/sm3_generic 0x0354c7bd crypto_sm3_finup +EXPORT_SYMBOL crypto/sm3_generic 0x4ed9b5dc crypto_sm3_update +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x6de7f7ff acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xa1290e1a acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xc8319856 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0xe92ca535 acpi_video_set_dmi_backlight_type +EXPORT_SYMBOL drivers/atm/suni 0x0fd44d69 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x1da8a979 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x8c3e74b4 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xb02fd092 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/paride/paride 0x1b71ac0a pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x204f9a31 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x486fadb4 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x537e9988 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x61685a87 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa9b73045 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xaaf786eb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb9808abe paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xc4b8f907 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xc755f585 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xd2d94b5f pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xd4428691 pi_write_block +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x31cab048 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x45fb0943 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c30c1a1 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xacd9b2e4 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb375aeb6 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x535582d5 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x549f0f98 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xbd76843a st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xdabd8d40 st33zp24_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8225e3ee xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x962dcc93 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x9c0d138c xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x0acd5e63 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x2a4dd6b4 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x638cc6da atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xfaab573f atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x018de06d drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d849ac drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01e804b8 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x021c5c26 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04369918 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x054e5e8b drm_bridge_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x064fea54 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06b5096c drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07021f26 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0740a369 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x076a38aa drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07768c8d drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x083886a2 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x086794de drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a16bab2 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aa728eb drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c195c37 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e690d93 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f604d36 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f6af2e5 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x126ba2da drm_legacy_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x128d38f2 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15945fd5 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15bc20dc drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ac2597 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c66718 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x180afbf1 drm_atomic_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18b44522 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1986eb5a drm_bridge_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x199de008 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19cc8061 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a701de8 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b197094 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c04419e drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c7c28a6 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2067081b drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/drm 0x214555a3 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21537849 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21dd6fc5 drm_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22490613 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2294494e drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x236c1f37 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2438173d drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24ea0eca drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x254ea40f drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2571dee9 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26afc654 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x270805fc drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x282bcfcb drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b17235 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b34469 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29059859 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x293c63d1 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b920efe drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b9a4ccf drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c46828b drm_gem_cma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d934aa4 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2de4203b drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4aecf3 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7917c5 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec49c21 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f15b9b5 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f878844 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3038a847 drm_cma_gem_create_object_default_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30e76891 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32488413 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32747865 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32c62f7c drm_gem_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33020b5e drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33056542 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33c0f588 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x344b0c50 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3512345f drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35409ba6 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3548b663 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3572d30f drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x369f9eeb drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36e3a489 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x371ae797 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a69cfd drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a6e9b2 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39b96b93 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a105a65 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c657d68 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc77b13 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3debdf54 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dfa3f54 drm_agp_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e50b109 drm_gem_fence_array_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e76de1e drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e921be7 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f002361 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fbc0953 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x403d13ee drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ad8f53 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4156f09c drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x415d1e08 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42c13810 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435880db drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43ac40ee drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43dc1afc drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x443485ea drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4587422c drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d1e82c drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4785680f drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47922383 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47bad319 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47f985aa drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498165dc drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4995d8e3 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49c5e85e drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a853cb6 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a9f69ea drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bd995a7 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca54311 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc281aa drm_gem_fence_array_add_implicit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cd1b3e3 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4de8fd3f drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0280b6 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e6b4e46 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4edfe9b9 drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fbd571d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5041d35f drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x510a05a7 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x514f554f drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc3803 drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521c94e8 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527e3205 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53c14020 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54b9e78f drm_gem_cma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55015951 drm_atomic_bridge_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x556c3169 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5610904e drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57017aec drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/drm 0x571dca43 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x581423e8 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58280eb6 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5858e03c drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5935c9b1 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59dcb8ff drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd8f0ad drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0019e1 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d414006 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4c7cdd drm_bridge_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ddac77e drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e0d3299 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e453121 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e522a27 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e724e27 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed44a05 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc3a33f __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd07589 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd43696 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x601b02fb drm_legacy_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6037643b drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61d3d443 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x624632a5 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62db35f1 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x630d7f63 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63975af4 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63b66322 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c073f3 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64537161 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6530726b drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x658c36f1 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65a4b258 drm_atomic_set_fence_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66551bc7 drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6661bd33 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66acbafc drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d4ce6d drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68238d1c drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6859d7a6 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x688ab22c drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68a62afa drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x690c4d3e drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x693e8da6 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a2aec0e drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aa3c338 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c9f12eb drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cdab351 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d58879d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0bbabe drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f0e38d4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7052da3b drm_mode_create_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71c046e9 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x725aab38 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72b0c728 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74aa9c8e drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x758e6ed7 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75fbea3a drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75fce242 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76d6d57d drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77b3ea1b drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x781c8385 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x795857d0 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79db81fa drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a2dec7b drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b982195 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bda0df9 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c47e297 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca0833d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cdbdc02 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dbf7839 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dca2b4d drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df66901 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fe8a6f3 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80935c79 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8093ccef drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c5bb73 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80d41e4b drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80d75cd3 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x810d37cc drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8113ca59 drm_atomic_bridge_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x815bbf37 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x816dfad1 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81c817f8 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81fd0d53 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82f2807e drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8322829a drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853eada1 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8563a554 drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86511d7d drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ffd42 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88a50558 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a18f9f drm_bridge_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7f7ba2 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a9d5408 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8adb3e82 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c06514e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1e3c2a drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d4dbb0a drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d5ac553 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d6d74a3 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dcebe5d drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e264ba7 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fc9e3e2 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x901e73d6 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x906fc784 drm_atomic_bridge_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90bd4fe7 drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91cc439d drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91ef7bb2 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f384f1 devm_drm_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94fde6c1 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95937f26 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95c8c109 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x984942cd drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98cece10 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9aff9975 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b36ec1d drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b6d47ca drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb50b0d drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c2aeb90 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d309238 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d3ba865 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d86d8ee drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dbdac2c drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd26089 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dec0b42 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa070eb4f drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0713087 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0833ceb drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2290fb0 drm_add_override_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa47ec5a7 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6920710 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7978e28 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ad5d01 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa90bba69 drm_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa5d050d drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa9ba77b drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac39ff3 __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabfdfdda drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacc5a3d2 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadc50731 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadf35a87 drm_gem_object_put_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae6b7e05 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf4e65b7 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf88b396 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb06b654c drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11b3efc drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e5fb78 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26bf25d drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2c9686e drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5a4c5f4 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb62f606e drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb62fbe48 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb635a4e5 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb69e99c6 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6e3975c drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb757aab7 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7ae32c2 drm_bridge_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb86cd066 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb98fa52e drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb996651d drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdb8f308 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbebc3c16 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee90c1b drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbef9db07 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf0458bf drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfc15acc drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfcdd171 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfd00571 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc056aef5 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0eba564 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0fece6f drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1aa6f21 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc307a10c drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc31f331b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc324efb9 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc364b875 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3faa51b drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc50bd229 drm_legacy_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5795a93 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc605b842 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc62b05e7 drm_legacy_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a7da5c drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc73cda3c drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc75f9355 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7717563 drm_client_modeset_commit_force +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc77e3154 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c34238 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8fab269 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc950a0b6 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc95fcbcb drm_gem_shmem_create_with_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc99b224e drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca9c9b7b drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaa5ae59 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcadef538 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce56d643 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec4a400 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfbf6520 drm_hdmi_avi_infoframe_colorspace +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfd1ad26 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05da990 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0fc1fab drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1effe98 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a6455b drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd382018e drm_connector_init_panel_orientation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3f6440c drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c028b5 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd542782a drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd55b7b6c drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd72be2a6 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd877c2fa drm_legacy_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd946760f drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb6d169d drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb6f729 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc70a8d0 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd592615 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9e6689 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00bea84 drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe06d2428 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1ec8190 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe31fafb1 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35076cf drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe384195b drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3903619 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ad5dc0 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3e22578 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4272844 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49bfed7 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49ffe4d drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4d1a5f3 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe63728f8 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe65c11b2 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe77ea5ff drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe90b40f4 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe914ad97 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe917af2e drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb380c31 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3f774a drm_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed3b6bc3 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed54f14c drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed904cb1 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeda390ac drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea29c8c drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0a4e514 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b4950b drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0f8f7ab drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1232b85 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf37a23bf drm_ioctl_permit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3fc0a31 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf40c2695 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5d71448 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf69b680b drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6a7d6cc drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9c2d127 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9f6fb74 drm_dev_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa2d291c drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa437b69 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd3504e4 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd7a5282 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb6800a drm_bridge_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfed7654e drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeecb03f drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff3bd308 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5d901b drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00e694d8 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x019ee0f2 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x020d041b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x021d54ce drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x034bb669 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03da2bb1 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05504fb8 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06565ecb drm_dp_atomic_find_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06a23974 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x070994ea drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07585721 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x079a93e7 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07f14a54 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bf26841 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c074725 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c72ad91 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d6328f6 drm_dp_mst_reset_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x106d9753 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12272319 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1445a1c2 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14eaf30e drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x161c5d62 drm_fb_memcpy_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1731071c drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x185dc6f9 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1884f1c4 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19ad59bd drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19dcf710 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ab2f127 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d91cf3b drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2006ad68 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20459ae0 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x208b25e8 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2176e2f8 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x226ac358 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x247842fe drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x264ffd98 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x267a3ace drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27594608 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27ce09f5 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a739b7e drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ca1640c drm_dp_atomic_release_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30e1519e drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34436efb __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x360e5316 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3672efcc drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36adeade drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3773c5bf drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3839e588 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x392872de drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x393ac27d drm_dp_update_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ae2024a __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b83bcdb drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bdcf969 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ef78f05 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40d63800 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x417e6939 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4207e42c drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42ac2574 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4398980e drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4558ad35 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x458fbe76 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4681da7b drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4794a085 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48b62a57 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48f0c55f drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b909b2e drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bbe8e74 drm_fb_helper_defio_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ffac344 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54fb1e25 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x565d2f7c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5763e878 drm_atomic_helper_legacy_gamma_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ad3dc8a drm_fb_helper_unregister_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e30449e drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f36d9a7 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6154269c drm_fb_swab16 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6165f29f drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63106ada drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67056167 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d2883ea drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73431db1 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7471a8ca drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74b24424 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x751ffa2b drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x756805bd drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x790c5e15 drm_dp_mst_get_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79fcc123 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ad8bbad drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7afbd31c drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b8e474c drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d319307 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x813a9090 drm_dp_mst_deallocate_vcpi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x815ec125 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82c42be3 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83a3fd61 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8422fd16 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8498751b drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84a5c782 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87cd6294 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x896e9776 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89facfbc drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8af31e99 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bdc17e5 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d5dee17 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d684f32 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e31d4ea drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fbf22e9 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9251b17b drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x927456ed drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9275fee0 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x929debf3 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93199ce1 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97475f9b drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x974a325c __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98ab4dd0 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ab4160a drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c25b36e drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ce6e514 drm_dp_update_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f5ba4d2 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10d4be4 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1210e2a drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa294cbab drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2f5c65b drm_dp_get_edid_quirks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa33629c8 drm_fb_helper_fbdev_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4172572 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa47826e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5c7bb87 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6ff9496 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa72c894c drm_fb_helper_alloc_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa755b105 drm_fb_helper_unlink_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab733441 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabdd95a5 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac817849 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacd32829 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae9d68fe drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0845e66 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0f8efec drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb14937cd drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb18152a6 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3185d88 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb40e858e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb51a629d drm_fb_xrgb8888_to_rgb888_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb61d8840 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb90b8946 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba8236d2 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbac18ddd drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbaf20895 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbd4d69a drm_fb_helper_fbdev_teardown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbcff4274 drm_dp_link_power_down +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd3ed45c drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbff82d05 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbffd08fe drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0e6d442 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc109e92d drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc19b5fff drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6309e62 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6c275d8 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc87965e7 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc92d6dbe drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9a630d3 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca6434dd devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb5bcd83 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc706627 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0674905 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0699b05 drm_dp_mst_allocate_vcpi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd39bc346 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd42ff6f2 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5a9d80e drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5fb75a9 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6d7ebc2 drm_gem_fb_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd80ad8c7 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb7f45fd drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbcb0e5c drm_fb_helper_generic_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdccc7a2c drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcce8b4d drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0f3bb8 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde6b8202 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdec4ef17 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdef29835 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe02abfbb drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe04d6789 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1591856 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2e5be6e drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe39b33dc drm_dp_find_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5f005d0 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8f07df6 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeac2b061 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb15958d drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec6dc8e0 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecc20d62 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef4674d8 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf217d56f drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf222794c drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2329e89 drm_dp_downstream_max_clock +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf343e1a9 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3ab6c51 drm_fb_xrgb8888_to_rgb565_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf54f5813 drm_dp_mst_port_has_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf75d8d8a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8bfadd7 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf97902d7 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa6db517 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb6ec0c4 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb85d621 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc5187f0 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcd42766 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd70edb5 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd9c411c drm_fb_helper_modinit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdf1080f drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfef6bf7d drm_dp_mst_hpd_irq +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfff54ad9 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x04456095 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2087ea84 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x270b8739 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x48b255ab mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4bc3f877 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5caa1a20 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x632dc8fc mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x64f93630 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x76f3d2e7 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x787c5c6f mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x81962f50 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x85218f28 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8afab31d mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9aed54d6 mipi_dbi_release +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9b134b0f mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9f7dd263 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xba0d79f3 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea598eb7 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x16aa59ad drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2126781a drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x24d0f7d4 drm_vram_mm_file_operations_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2f2bdc09 drm_gem_vram_driver_dumb_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3380f384 drm_gem_vram_kunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x452353a6 drm_gem_vram_kmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4e150561 drm_vram_mm_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x767b42f7 drm_vram_mm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x78ca08f7 drm_vram_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7aa355fd drm_vram_helper_alloc_mm +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x80c8ca05 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8fdd829e drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9adb762d drm_vram_helper_release_mm +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa6606a47 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xaa8ccf8b drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe59d6050 drm_gem_vram_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xec82e9f4 drm_gem_vram_bo_driver_evict_flags +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf3ab1b69 drm_gem_vram_bo_driver_verify_access +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf66e0239 drm_gem_vram_mm_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xffdc1675 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x130ebb31 drm_sched_dependency_optimized +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1f1283a9 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x36b8bb9e drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4b1cd597 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x53ef4aa0 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x64939b85 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7140cc54 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7315f0ff to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x74c0891a drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8a3276cf drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8db303bc drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9824c7f8 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9a411edf drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa0591b16 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb96ec638 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc118d5f8 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcfdd4919 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd68b7cf0 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd880fefd drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06083756 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x116856a1 ttm_bo_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1592d2e7 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x159a1b66 ttm_get_kernel_zone_memory_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1bbd77cd ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c1b0585 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21019b79 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21fa8c13 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2319f7d2 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2869837d ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x290891f9 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2967c30e ttm_populate_and_map_pages +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d06868e ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f5c4ccc ttm_kunmap_atomic_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37fbbc58 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cbbfba0 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4632f869 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b063f9a ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c8da07d ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x504cf28d ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5139faa3 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x540ea223 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x585bb0e8 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59aedca9 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5fc169d6 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a89746f ttm_bo_mem_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e7e678c ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70ef83bc ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77ddd4ba ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x79eeb303 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b2cf793 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b944af8 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e57256a ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e5df9c9 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8022abd9 ttm_unmap_and_unpopulate_pages +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x815228ef ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8162bc7d ttm_mem_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b634713 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bb18b39 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c69c63f ttm_kmap_atomic_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ee780e7 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91c4335a ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x944d9d39 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x957fb9e2 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b7baf75 ttm_check_under_lowerlimit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3972043 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2b5495e ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb4fdc95e ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb56805ec ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcfa98c7 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1dd7eab ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc460b25b ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc625e85d ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc9f9010f ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc8bff3c ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf8b8a43 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd60fe792 ttm_bo_bulk_move_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd93b2860 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda098730 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdac61fd8 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdcde6a40 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1cd28fa ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4091ef5 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe79850e9 ttm_bo_pipeline_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef825cd0 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfa2b8c7c ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfffc8ec6 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/vmwgfx/vmwgfx 0x446c961c ttm_base_object_noref_lookup +EXPORT_SYMBOL drivers/hid/hid 0xfad083c4 hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x004e31b3 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0c06a782 ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x12727ca0 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x13efbdc7 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1506afc3 ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1759f7dc ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x25e63350 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x35ee7769 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3ac6b35a ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3b26ac09 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3ee45280 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x46541630 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5804d7b8 ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x58d3e7a3 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5c5429f9 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5ea4fbf8 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x61dcd240 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x64667287 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6b132e02 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6db7832e ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x73ce0489 ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x75a06965 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8c49c172 ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8e6813c5 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x91d3e5af ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x92efa32c ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9c4cbab5 ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa06788d2 ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa2bd185b ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xaac0c4ac ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb3c34770 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb642a6fc ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb90efe5b ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb9ebe44f ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbb2d040a ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd3e7dc38 ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd689bd79 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe38a96f9 ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe42a60b5 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe49c3378 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe979404b ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf326231e ishtp_cl_link +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x66945e12 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x69098b18 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xd41c5fb6 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x10248143 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x2a26d145 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7efb5b81 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x1ab6c612 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe100076d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xb25bf516 amd756_smbus +EXPORT_SYMBOL drivers/i2c/i2c-core 0x03dfb44c i2c_transfer_buffer_flags +EXPORT_SYMBOL drivers/i2c/i2c-core 0x0e97a301 i2c_smbus_read_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x23fe7f3b i2c_verify_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x268efc36 i2c_del_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0x2fc1c5c4 i2c_release_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3738df6e i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x38fbea07 __i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x396db8b0 i2c_smbus_write_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x4219ca7c i2c_clients_command +EXPORT_SYMBOL drivers/i2c/i2c-core 0x4eff0f9f i2c_add_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x527ab33e i2c_smbus_write_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x544c8650 i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x5680f151 i2c_register_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0x6523cbca __i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x80a128d0 i2c_smbus_write_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x84cbd2fe i2c_get_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x8b3ecc1c i2c_smbus_read_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x8c072f9a i2c_smbus_read_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x8f6ab22f i2c_use_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9c6f3a6e i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9f1fcf66 i2c_verify_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xc25225ee i2c_put_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xe021125b i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xe6cad5fc i2c_del_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xf3ffa211 i2c_smbus_read_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xf9166da0 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL drivers/i2c/i2c-core 0xfb5bd3c7 i2c_smbus_write_byte +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0x0310dfcb kxsd9_common_remove +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0x61a3e059 kxsd9_dev_pm_ops +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0xd2626685 kxsd9_common_probe +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x0498853d mma9551_update_config_bits +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x16218b2a mma9551_write_config_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x1945a3aa mma9551_write_config_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x3da8211a mma9551_read_status_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x41d89b76 mma9551_set_power_state +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x41ef446c mma9551_read_accel_scale +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x42b862f8 mma9551_app_reset +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x4d01ba72 mma9551_read_config_word +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x545ae0d1 mma9551_read_version +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x87d9a3b5 mma9551_read_accel_chan +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x8c3397ef mma9551_read_status_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x923dbaea mma9551_read_config_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x9942627e mma9551_read_config_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xbcd7fe96 mma9551_sleep +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xca1c6855 mma9551_read_status_word +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xd56ecdf9 mma9551_set_device_state +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xf44b9677 mma9551_gpio_config +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xfe9cca9d mma9551_write_config_word +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x397bb72e st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x4234fd5c st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x5094326f st_accel_get_settings +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xcae36995 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xf253ae31 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x122c1a8b iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x3352976f iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x3f2a499f iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x42d13da1 devm_iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x79735e0c iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xbbd17cdf devm_iio_kfifo_free +EXPORT_SYMBOL drivers/iio/chemical/bme680_core 0x04e4b889 bme680_regmap_config +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x07ccfe95 hid_sensor_set_report_latency +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x09e6294d hid_sensor_get_report_latency +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x195d3658 hid_sensor_convert_timestamp +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1f352eed hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x45191858 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x460576e2 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x667e3640 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7f7621ec hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x93603398 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa2bfc0dd hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb3787585 hid_sensor_batch_mode_supported +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x0bdca354 hid_sensor_pm_ops +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x599c48e7 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x639e270c hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf13cb154 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x045688dd ms_sensors_read_prom_word +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x1d592d4e ms_sensors_write_heater +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x292960aa ms_sensors_ht_read_humidity +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x2d2f5cd5 ms_sensors_reset +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x2d59cc09 ms_sensors_tp_read_prom +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x42b6a050 ms_sensors_convert_and_read +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x97169318 ms_sensors_show_heater +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xbe8a168e ms_sensors_show_battery_low +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xe38f17e3 ms_sensors_read_serial +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xec2ef726 ms_sensors_read_temp_and_pressure +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xf4846005 ms_sensors_ht_read_temperature +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xf987563f ms_sensors_write_resolution +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0x22983ad8 ssp_get_sensor_delay +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0x4e4b0965 ssp_change_delay +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0x983f6235 ssp_enable_sensor +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xb8d46a35 ssp_disable_sensor +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xdc8821e5 ssp_register_consumer +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0x08da4491 ssp_common_buffer_postenable +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0x9cf031ae ssp_common_buffer_postdisable +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0xad55765b ssp_common_process_data +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x138cbebe st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1e8c8514 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x21901284 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3376e42a st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x80d34ecb st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x83c85f95 st_sensors_verify_id +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x91e63dbb st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x98fa6b61 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa0fd9350 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa40b0880 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc03744d8 st_sensors_get_settings_index +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc990b884 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf26fda78 st_sensors_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf47b38bc st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf536d49b st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf65d91a4 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfa79f203 st_sensors_validate_device +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x8e187839 st_sensors_match_acpi_device +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xd6ddf7d5 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xff89a2a8 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0x3491e319 mpu3050_dev_pm_ops +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0x4ab07d25 mpu3050_common_remove +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0xb42c7033 mpu3050_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x5496d1de st_gyro_get_settings +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x589b3b45 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x592c5653 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/humidity/hts221 0x0b1124d0 hts221_probe +EXPORT_SYMBOL drivers/iio/humidity/hts221 0x7564efbf hts221_pm_ops +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x751cb18f adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe95dbd0c adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/bmi160/bmi160_core 0xca19cfae bmi160_enable_irq +EXPORT_SYMBOL drivers/iio/imu/bmi160/bmi160_core 0xd1d57004 bmi160_regmap_config +EXPORT_SYMBOL drivers/iio/imu/st_lsm6dsx/st_lsm6dsx 0x1368a345 st_lsm6dsx_pm_ops +EXPORT_SYMBOL drivers/iio/imu/st_lsm6dsx/st_lsm6dsx 0x18e86ca3 st_lsm6dsx_probe +EXPORT_SYMBOL drivers/iio/industrialio 0x1f162bf8 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2142e1b5 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x292c3d73 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3833c083 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x384be141 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x3a513715 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x44b14f11 iio_get_time_res +EXPORT_SYMBOL drivers/iio/industrialio 0x5f867c17 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x6bfceca0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x7294f931 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x781d290f iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x87c2d49f iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x905be5ce iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x9a0f1e70 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xa7e8d636 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xacee4159 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xdcd64bf6 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe0488183 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xe2033ca6 __iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xe6671732 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xf5c2603a iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xf9a6ba78 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xfd8fa020 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x9f656a73 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x0849c022 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x0cb28f91 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x302a10cf iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x34db32f3 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x1801de1c iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x6239b49a iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xaeb658d9 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf544cf35 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x5eeab2dc iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x5f151f22 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/light/st_uvis25_core 0x0530e9bb st_uvis25_probe +EXPORT_SYMBOL drivers/iio/light/st_uvis25_core 0x5bbe0bd3 st_uvis25_pm_ops +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0x99cc0632 bmc150_magn_pm_ops +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xa450ff69 bmc150_magn_regmap_config +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xcbd4f34d bmc150_magn_probe +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xfce1269d bmc150_magn_remove +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0x085336d2 hmc5843_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0xa431b0f4 hmc5843_common_resume +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0xac8a7784 hmc5843_common_suspend +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0xcb03dd7b hmc5843_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xb16427ab st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xc5621a7f st_magn_get_settings +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xeb15091a st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x26415e9c bmp180_regmap_config +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xa4572293 bmp280_common_remove +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xa752f6e6 bmp280_common_probe +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xc2f9a5cc bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xccc783fe bmp280_regmap_config +EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x546fa4af ms5611_probe +EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0xfc728308 ms5611_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x56f01821 st_press_get_settings +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x5db026a0 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x8d6f8dc2 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x076555a3 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x174e0b1d ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x21dd59b6 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4f5eba48 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5be718b0 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6bee76b5 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8ef12a73 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9674e315 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x97202112 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9ee3bb7d ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa76ab9ba ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xad618319 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc09e475 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc016febb ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcba5ae0c ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe4352d55 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe8471d7f ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf17fc53d ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x005a743f ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0643441d rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b5db6a2 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9f96d3 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bc56967 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cd531de ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d90c5fd __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e186edb ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ea693db ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x126c3117 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x131b397e ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13a16b25 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14121003 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14ea6ff4 ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x165df3b5 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b35e4d9 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1be32806 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c661588 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d6088ae ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f8e928b ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f954ef4 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2130d4c7 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x216dfef0 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21a41128 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2588ea5a rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2595930a ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2712f121 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27bf44c3 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29e1f248 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b3bfbc3 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c67759e ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2db92d27 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f132e5d ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f911616 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33fccd33 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x371ecb6f ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3795a11b ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37f954eb ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38756ff3 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a503dad ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x420b079c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42a4d546 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43f1530f ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4448d185 ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x447aff6a rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44c57d35 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44fc0810 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45513ddb ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45ca2dfb rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x463777b5 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4858f347 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d5453f8 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e24f108 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ef61a11 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x503b8864 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5054552b ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50bb758b ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50f242d6 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5112be0d rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53cc1557 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59d7371a ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ce724df ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5de333fd ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efa6669 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f694d2e rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fdad73e ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60cfbdcd ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60efbcc6 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61468d81 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6251fb4c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62eb5310 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63696513 ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65c1919a rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6641227f ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x681b5e00 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68fc1132 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69220aa6 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c5359e2 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dd65a3c rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ea1a0e8 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x708643d7 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x722bbcd1 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x729e76c4 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x733486f6 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73b12272 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73b34984 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x746c6e32 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74df8cf7 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x786da93f rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78b1e7a5 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x796fd40e ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a2fcc7b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b9b9bb3 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8367df2e ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x836b51f5 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83c77ad9 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8756eb2d rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a0c5ab4 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a9e06c6 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8adc4d8b ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ba12400 __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8eabb1d0 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91ec940d rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9218a623 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x922b4a69 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93a6a441 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93e9bc4e rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9934abf8 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a424a7a __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ab4a3a9 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b5ab51b ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c088f04 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e6ef088 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa053559f ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0d67cbb rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1c537c0 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4bdd425 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4f48186 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5e4def7 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6ff1c03 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa81c4e28 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa84bd377 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8514795 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8da0d92 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8f5d886 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabcd4bcd rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacecada6 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae604420 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf922e94 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0cd1182 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb27592d8 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2a22da4 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3a87857 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3b6269a ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb507d2ca ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5db6162 rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8644d2b __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba663561 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb209e84 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb4dbc54 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbf0e59f ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc5cfd1e rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbda64e54 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbee180ec ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0f59af7 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc272d4b5 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2792311 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2828df7 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3e46dfe ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6c466bc ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6f1caf7 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd5661ea ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf13cf53 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcff273a7 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1f6b481 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd26d5de7 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda05ca22 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb091466 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb17dd17 rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbeed9d5 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc597965 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddc552e1 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde06bf22 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde26e4c1 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfab02fe ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0e35996 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe66ae3d9 ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6a5aaa7 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe76f1695 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7e42722 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7f30ffb rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe84303e0 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9ec6468 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea87e642 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb39d4fb rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2bbaffb ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf32be138 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf582d5d5 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6870e5e rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf99485c7 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa602b80 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfadeaa2a ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcaa9ed3 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd5ddaef ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd9e4bf4 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x00676e4e ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x00c74d6e ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07cc77b3 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f787e8e ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x11d47054 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b808a13 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x20625ef5 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x246d704d ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d116621 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x423971db uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5c10c668 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x65213bd6 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x67519939 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x71acea64 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x72b0eed7 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x855a6fe5 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d5dc7e8 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa39fd648 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7a64104 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaca1ed15 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb1f667b1 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb40b0581 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4e4da13 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbb3768a5 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc22d3c6a uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xda4e695e uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe5e6eb8b _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf4477e78 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf6f051a8 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfad82e1b ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1e85739c iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x22e83232 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5f527006 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6c3b1864 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7fd80011 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb1509204 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdf1a8156 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe6fb6bf6 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1434d516 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2af5d33e rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2d004a05 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2f532be8 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x341514ce rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3505ab27 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x37dc295e rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x38afbf16 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x505c0dd9 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x63d82303 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x77bf52c5 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b04e5b7 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7cc80bf4 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90e1d05e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9b4bf1f3 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa0f2d0f4 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa681747a rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa72571d9 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa8975296 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaceb024c rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xafde14c9 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcebe35ac rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd0c8b5c1 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd11e5e83 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd5efa011 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe730c42f rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf1bc5d4a rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5a4a05c rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf74d55d7 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfde7ed39 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x016873a3 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0f55bb33 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x12ab868e rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x172255a4 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x18513f5c rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1b770f52 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x20803d53 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x404630d1 rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x43ed4a08 rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4824297c rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4aa9bfae rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x50ecf9b9 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x55864dd5 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x69ab53b3 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x73f6326a rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9992ca2a rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9eeb9be9 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa3ff751d rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xaac6dabf rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xcddff4b8 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xcdeb7ba0 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd0bf6702 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd143e181 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd55dfa87 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xeff222c5 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf2184134 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf27d402c rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf5c304b1 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf98d53be rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xfeb746f5 rvt_restart_sge +EXPORT_SYMBOL drivers/input/input-polldev 0x0f27ac95 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x37dc84d3 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x46fc19b1 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x74bc739b devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x99941618 input_free_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x6c33a699 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x10ed4843 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x82862ef2 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa3ff2750 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x7d4682be cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x05788c65 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x78503344 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd172a349 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd9b41c22 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xdd490649 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xeee68821 sparse_keymap_report_event +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51b446b6 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51c4e4f2 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51fd2828 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x64a12906 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xa7b8563a amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xebb5f2be amd_iommu_init_device +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x3c96d930 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x6c311acb ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/bcache/bcache 0x05cf0f13 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d417ce9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3252bf55 __closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x407edad2 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x55b72831 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5a7ad8fc bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6081c558 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x742923d8 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7c1e7807 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7fca83ba __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9b7c44b6 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa8a5afa3 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb5c2723a bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc2797b61 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc401d489 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdad35e82 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdef248f2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf076bc57 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/dm-log 0x219479a0 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x611ffaa4 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xaf229ccf dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc999bb97 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x282a695a dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x644210aa dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6685b1fd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8ac4e8d5 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9643d27c dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc32617f4 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x40afa7a7 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x7ecb6a88 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x0ce58a2b cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x837e65a9 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x9dbe452e vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa904ecb6 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0x52e96379 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xdc4d0092 vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x93731be9 vb2_querybuf +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x2a81547f em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xc8b9ccad em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x38ddae3e gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x695e5bdd gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9d53334a gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb074a0ba gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb46eb6dc gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xbb4ee86e gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc5728dd3 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe4029b2b gspca_expo_autogain +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x018e8603 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe402a8a8 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf0ad2747 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0349d844 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16cbb906 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x172e034f v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b5c0864 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1cbdc842 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26367556 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26618b2c v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x282da2ef __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a2c4da2 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d04fa7c v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30b7bde1 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30be69e8 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3406d529 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34e2295d v4l2_async_notifier_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b23ce0e v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c91dd8a v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42933ccd v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4335d5f4 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x463a3d27 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b77c88d v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51e2c9d9 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54677b1a video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c6acc62 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5caede96 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d5b2498 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f756dc5 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x603e27bd v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x630014ec v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x64861e91 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x649c8789 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6553d9f7 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66a20c23 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x698b6260 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71a87c35 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x728f0241 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76d9d6b7 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7883353d v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81a3fbc4 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85b6e248 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8905d75f video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89dfb525 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b04837b v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d558032 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95de3032 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ab65a5a v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c2c471b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d161dbb v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa22f87fc v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2bc5115 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa87a3949 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae1c6484 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb12f10e5 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb92832bc v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xba5bb999 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8d73448 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce6dd449 v4l2_async_subdev_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd19caace v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5b2a1ae video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8c62461 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdc8271c1 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xddfbbb99 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5f64d9c v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6f74edf video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xecec0e15 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed2ba703 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5d6462f v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf85b1b6b v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffa3e67e v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0c417b1b memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1116a7ce memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c64acaf memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a4e5778 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x64e4cfff memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8d3ee675 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x99a69810 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa1b24774 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa8c5f869 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xae50437c memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb5f14a67 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc0e4bb1f memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd45b8ade memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd5c43b40 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1127487d mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x186c2e42 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x18ea1546 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x219a5576 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ed6cb42 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f8c3b8b mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31c825bd mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31ded864 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56d8e81f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x57fed3b0 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x59d83dc3 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5aa756fe mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68493f74 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c014058 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6e8c0ea5 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x731d4884 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87ece3bf mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x898b4bd4 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a07b10a mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a3e4a73 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b26343c mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabc5a8a6 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac64ff6e mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0756bc9 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbc8b3742 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc82c0fbe mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2cbe4e5 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3c77450 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed1e9e89 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x057fe5fc mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0ef879ff mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15fd51ce mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a042c77 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2afd51de mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c0c6bc4 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d50b7c6 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ac3d938 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x677f8cac mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7b5a9a5a mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c7a622d mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e04bbb5 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97b724eb mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa050dd60 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa47ec03d mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb19cf17d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb9cf8887 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe59f039 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1a98acf mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc223a4d5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc4382160 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdb64a9ce mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xddfe33f9 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xea7675d8 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf725cd2a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf781c175 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfdd0b6c1 mptscsih_bus_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x5d42e52f axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xde29f507 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xfcafc7bc axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0xb8ca2e08 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xc3b73276 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xcf1a3257 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x7a9d02f5 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xde5c76e9 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0591b7ef mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0edb9a4e mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x245d572a mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2bab8ffe mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x679a176f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x79c1c521 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8b36cf98 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8e68ae42 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbb5bef94 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc8bc6f47 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe2318db4 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x0f435c66 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x283c1a4d wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x61bf21b6 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xaf0b60cc wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xcce79802 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xfedd239b wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x1668b00a ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xc6d7c51e ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xb9f0fe98 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x67c223cc c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x8f4dcd3e c2port_device_unregister +EXPORT_SYMBOL drivers/misc/mei/mei 0x1545cfd0 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xa5bff49d __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xb93bb2a0 __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x0300d464 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x032efdf8 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x15153896 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x1d38b9f9 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x25f3a8e9 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x470379cc tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f2fc4c8 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x59bb313c tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x72146369 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x90440cbc tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xcced264f tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xf844db45 tifm_map_sg +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0669c482 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0f2744e7 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3a58366e cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x70ee3675 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb8f4ccfc cqhci_init +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x021ccc1a arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0ea7cf05 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4bcc0cd6 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x74218ada arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x839e2a24 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8b83448d arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x911cc284 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc458535b arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc83c37d4 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf6b41d02 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1deb0b73 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x37097b56 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x90769069 com20020_found +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x013a0afa b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x07a621a7 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0efa8e62 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1305c0fd b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1662d134 b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x21ecab86 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x27e6ea66 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29c43286 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2f756891 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x363662b5 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x385226d2 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c7034ce b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3e4c4986 b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f457733 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x43206420 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5818247f b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x69115e6a b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6eb1b015 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ed7b9a5 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a1e8047 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x820e66f0 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8ef87ddd b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8f9cbb05 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x90be627c b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x930bb32a b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e787819 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa7c0c9ba b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb8e2afb8 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc59abe2 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd1660734 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd83dfb67 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xde37247e b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe172c03c b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe3c8c48f b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe71b8cdb b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea804f58 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf84d74a2 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfeb3fe61 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x12e2086f b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4c7bf527 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x61571a87 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7c715ccd b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xaac3f447 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xaeb11745 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x36d6d18e lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x9b747f23 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x7fe4de7d ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x4c777b36 ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x41b217e7 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x8e02573d ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x922486a7 ksz_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x034d1cfb ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0e9ae073 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1f4ace2e ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2db345d4 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3cdb2585 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9eb51619 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb022d017 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb7a62eb2 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc3ec9d2f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xee59dadc ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x4de5bc86 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x3840a581 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xfeda6d77 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x071771b5 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0b7065d0 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x21c1a099 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2f8af408 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36d7e970 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5e49131c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x673762f2 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68c53267 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x882ffd33 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d0066da t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa8d2c519 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb5a2a4d1 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb934cbf2 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf993f135 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfe4ef810 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xff9373fc t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0734be9b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f889b81 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18fe0550 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bf23a6d cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1ed217cc cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24503a07 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28792605 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30714ec9 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50f1bcca cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x527e7fdf cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5391de98 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5395a3b5 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58a7632d cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5bc4711a cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x60893344 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6b1be005 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6b6bc96a cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6c5e5223 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7d9bf65b cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7fdd9fac cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8469442a cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85e5ff7e cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a0424df cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8be832df cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8fa67411 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1b94f98 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa7a0e4e7 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa850f9a8 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac457d65 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb5960bb2 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb69b4e4d cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe83c4d6 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbd8d5ed cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf1137e6 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd92df91a cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2d4f9bb cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe56f7a03 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe77c3e9b cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe88bfb66 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9779bb4 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7b9a1fa cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf84254b3 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd276a29 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe5f32c2 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x209ba492 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2623464e cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x49bf5ede cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x649c2144 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8b1edcab cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa3cd30e2 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xeaa3661d cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2a81cb34 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3fe24398 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x441fd492 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa92ec78d vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc09497ba enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe446c4cf vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2e99e191 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbe4f9848 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x1e78bf88 i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x78da024b i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x7ece20f5 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xf04d65a9 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x097e3963 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12e41c32 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13c1a4fb mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x145f6e3f mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18cf38ac get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x200b2687 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24acca8e mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28619539 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36d30838 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c979e9a mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x490eacad mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c4c2b73 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4df97b0e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f941040 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51ed6853 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e4e1da1 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6496b23d mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66ba558e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x687f73ea mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68894c8b mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x762e98d9 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77443c88 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a93abd1 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b07ee9f mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ddd6a34 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811a4a1b mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x842f81aa mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8942ce87 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c5a95d3 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94772f56 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ddd9e7a mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6999e28 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaa1eebd mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab2acd26 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf1f9bbf mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb495dfeb mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb741b257 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb75c7014 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb84f2f3a mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb90c783 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcf8bf83 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe004ce8d mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea0fbedd mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf205d35a mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00764595 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x041f3688 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04f6aa16 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x053a31de mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0847a927 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10273d4f mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10e07325 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x177e2993 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x186ef573 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2047259c mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23f92ab7 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x260fecac mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x272899d1 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2752c739 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27e12ed0 mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x286884c5 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2937a481 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a70bc67 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d32be37 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x332ffd3f mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a57ef45 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a6636c4 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b6538cf mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bfafa7c mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42567a96 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47b31b60 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x480efaa5 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4af10980 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b82e624 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c5fac09 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e154690 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e3ed085 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f7aa60 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55174d76 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5847ba12 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x597584b1 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b319002 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605a3e1e mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63d9d8b2 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x662225a4 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69e18bbb mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a1873f5 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d8de3cb mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f67656a mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72df7b0d mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75d465b1 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77f3c833 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x796b1f19 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b089674 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b82c142 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d1e6b28 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f3b608b mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835091bc mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x852993ba mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x866f6c3b mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x879634d7 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89bc8cd7 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ac69665 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cb3b494 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x901b9969 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x908f5a73 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d869035 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e43a7aa mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f465233 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58f9a45 mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab56b780 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf91965f mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4a60ee2 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb51d8d76 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb768600c mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaa9d46d mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb75dc4b mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc1f6729 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf0db402 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc18ddab1 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc525554b mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6a9487c mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6b34dc7 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd489c58 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd83020a mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfa3baea mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0d0824d mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd36d9977 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6ec6067 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd951eb99 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae95263 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbe285a4 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdce6cce9 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe02fc1d0 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe10a1e53 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe126585b mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e8bef5 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1ea1df8 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe28a243d mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4b20292 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe92c6dfc mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea6aba3e mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb306900 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9cd532 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee695806 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefbe27c0 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0a2ca1a mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf105ca3d mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf12f381d mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1899170 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7f9e055 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf82ab5a6 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf83e0326 mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf914bcc8 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd2b63e3 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe2aa995 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xfa6c0181 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07fcb3e0 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x082cfd10 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0a525aab mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0bfc1956 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d7445d7 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e2b5842 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x17af9251 mlxsw_core_port_eth_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1f93326b mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2decde87 mlxsw_core_fw_flash_start +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x35ba2254 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f123442 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47fd6eee mlxsw_core_fw_flash_end +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49d7da85 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a6ed376 mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x532c1682 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6390527f mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f9f7b0d mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71e1d813 mlxsw_core_port_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x76a65e3b mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x790a034b mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x89d0c6e8 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8ba5fa7e mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9505e4e1 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa3d0d2b6 mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb0717797 mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb4101893 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5e762fa mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbe82d6cc mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbeac05cd mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbf9bf9ee mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfd01f33 mlxsw_core_port_ib_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc03fd6bb mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc3a78e49 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc77c0cb8 mlxsw_core_trap_action_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc9c2e4cc mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1a82f0b mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd252e62d mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeff4950 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe23aa988 mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf2ca3bae mlxsw_core_res_query_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf4909bea mlxsw_core_port_type_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf76df3e2 mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x146bb143 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x3fffca59 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x1aa76d68 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x22fcdfc0 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x035b0de9 ocelot_port_writel +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x03bfde7e ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x090fb26d ocelot_chip_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x2c721742 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4ce0f14a ocelot_regfields_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x51129821 __ocelot_read_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x53253103 ocelot_port_readl +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x593b0271 ocelot_io_platform_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6374d22f ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x76f067db ocelot_probe_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd7e0f6df ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xde1064ec __ocelot_write_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe31bb7cf __ocelot_rmw_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0b149f30 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb2ffee7a qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xcf5744fe qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xf54264a6 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x2ae8f91f qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa77581a7 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x66624dff hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6ccae9be hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xaf9ac84d hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb3e48e9e hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xfa42271a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7db84a25 mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x16c0be10 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x1c4c5be4 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x225baf97 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x36768101 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x4455fb9f mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x4900b0af generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x5c2adc83 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x6f3e6e6e mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xb4c2ed45 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xd4102c72 mii_nway_restart +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xc7fdee33 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x230aa4bb free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xca98061f alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0x98bf807b cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0xe1f48490 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x844f8fba register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xad86ea69 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xcd8054d8 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe649527b pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0xa138b775 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x37b87b3e team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x47e732d4 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x4d37dfff team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x8dfffec0 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xaa0cd820 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xcc9f1589 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xe41c998e team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xf83a9bcd team_modeop_port_enter +EXPORT_SYMBOL drivers/net/usb/usbnet 0x46f18d4b usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6d660b41 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xfe96a383 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x19ed38a4 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1f551176 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x52c89e1b register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x72effcea unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7f4c3df9 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc1082288 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf213d2f9 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf3648ec0 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfa683589 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfe981eb7 alloc_hdlcdev +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x6ac21720 fdp_nci_recv_frame +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x706891e3 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x830fdba9 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x4de92492 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x86b953ad microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5efb0295 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x70dd008a nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xde609593 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xa732d991 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x0a812003 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x2ad22ff5 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x5919ab2b s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x6ed248ad s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xe7eece46 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x07bcb8ff ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0eaaad6b ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x23637533 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x39243185 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4bde9a92 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x66adef43 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6fc775d3 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9f887cac ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbc559cee st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd76b0501 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0aba5a88 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1eb116ee st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x293cafa4 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3be2c407 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3f7c9e1c st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x41e222a8 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x55c2e7c6 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5c67fccf st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x78e02b33 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x83ba172e st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8817806e st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8c066588 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x939acb9b st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb75046c3 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd17b03c8 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd9ed8253 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdfd511a6 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xedd2640b st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/ntb/ntb 0x0744df6c ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0986ae52 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x1908d92e ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x1f3220e0 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x34454e0a ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x4cd65739 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x75bc3e76 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x7f75e521 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x8495dfd2 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x88fdfbc9 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x8ba3c797 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x9704d55d ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x9dc6cc7a ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa75211e5 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa75c66ae ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xa851a932 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xbb24b737 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc5e6d638 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf235881c ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xff664953 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xb36eb182 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xba37d24c nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x06941841 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x189976e2 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x19251230 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x225027aa parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x2c361295 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x2f3841d2 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x325bf693 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x34cdce43 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x47d91bc8 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x49b4a18d parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5cef3b5c parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x66f4e70f parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x7edd65bf parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x8e091120 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x99e1fb2c parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x9cee26f6 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9d97c13e parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x9de695b5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc532a463 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc7f830a7 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xccf81ddf parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xd3a666ab parport_release +EXPORT_SYMBOL drivers/parport/parport 0xd910358f parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xdcf7920c parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xe0b7d9c0 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xe38b953a parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xf08951fd parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xf25aeb39 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf49ce72b __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xf95c34a4 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xfcbec94a parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xfd769025 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport_pc 0xb540826c parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc23c9a33 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4e57ac5b pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6d05a02c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7b67f0dc pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7ffc8075 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9077db68 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa1e8122c pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb1f8f6c6 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb78ec056 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc0d0cc79 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdfcf2423 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x62de06ca pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1c9a3d1a cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x4c2edd64 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x70f7fa33 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xbb0bf2fa cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xaa1c36de cros_ec_lpc_io_bytes_mec +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xc4ebc6b3 cros_ec_lpc_mec_init +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xf5c87c59 cros_ec_lpc_mec_destroy +EXPORT_SYMBOL drivers/platform/x86/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/platform/x86/intel_punit_ipc 0x3a0b563a intel_punit_ipc_simple_command +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00eb843b unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1e83ab89 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x324f54ab rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x33318306 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f72b5f4 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x699e2ee0 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x98200526 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa2d65714 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xacf4d905 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb83cd9be rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc225e884 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xccf34077 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xce93ec67 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd8e95c2a rpmsg_trysend +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0xf26e10ff ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x62ca6db2 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0x7f1ec2e8 NCR_700_release +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x050a641e scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x38bbdfe7 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbb092287 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xe0cda942 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x176fc5af fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2b0a448d fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6b898953 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7b0fd279 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7ec069e2 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9070f9ce fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9ae9e4de fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb7ae6392 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc6c5ff42 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc9b3aa9f fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe957fd17 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06063d8c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x079af3d2 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x07a1c461 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10bac799 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11accfb2 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11e5f611 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1352ffee fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14fef402 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x15a16ced fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bd8da7e fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1dbb36ab fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25402e3d fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27dc949d fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x363bd933 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f3d0a7a libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43a7430a fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44108c9d fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x458c862c fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x462d9ffd fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x47d77b26 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f5911b2 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f593a40 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c29f576 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6183ed6b fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64432e0c fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ab6882c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x775fb871 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79a141cd fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fa4f45 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d0b231b _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85e4076c fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9dfb9dfd fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa60e6088 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9375390 fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb33d8dab fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb39e49e0 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb43b2350 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb44f7819 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7e82215 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb81d212a fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb847cf37 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb946f4c8 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd34a2d3 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1960948 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4871a48 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc79244c6 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf6d85c3 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd24ba999 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd811a4de fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdba3694f fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdea50853 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2376ef8 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6388fa0 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf446704c fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf65701d0 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb6a1517 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdc058e1 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfffebf57 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x035d3687 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1bdbafa6 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x90e5a8cc sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x7ce31d30 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0530eb12 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x201f2156 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3631344a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f0c7bb0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x59b72777 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5a4f745d qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x67aae9af qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x71c661dd qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa8d1b13c qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc2cd6dce qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xeebef98a qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf385d8d9 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x5c44014c raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x71361bf0 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xe7444097 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0b2dc5d2 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x16e06e24 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c28c732 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x301f7066 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3327e9bc fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x333e0edc fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3b1458ec fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3b6191fb fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4480983b fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x44e85596 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x477413b0 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8445e424 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9794c4f1 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa9eb2648 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdc8dabef scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfcb8da90 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0980e447 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x146c64c2 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d4b39bc sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1f3f3b7d sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x21378acf sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x225d4333 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x266396d6 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3922b717 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4a52c237 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b8d836a sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4bdd5cf8 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54160d9c sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x63ed2d88 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d9cf2a2 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7197134e sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e59cd91 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8a18e82c sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8e8492dc sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90b6194b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90d30709 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x917e4d77 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x926365c2 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa18c0313 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xafd3ae00 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb19d0486 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcde16c17 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcdfd3860 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf8cb160 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf00bcc6d sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1801ba35 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x348331aa spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6fe14423 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7981d36e spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd47fd745 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x7a89d0bf srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x89970256 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa83736c8 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xac3e3ad5 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb7b95b12 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/ufs/tc-dwc-g210 0x046b6b33 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/scsi/ufs/tc-dwc-g210 0x82f0924f tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x2d65a105 ufshcd_shutdown +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x331bc25c ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x42c1cb9d ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x5ec4733b ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x962604df ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xbd8dfa56 ufshcd_alloc_host +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xc5563353 ufshcd_system_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xd7467d60 ufshcd_system_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xf77764cd ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-dwc 0x35c644a9 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-dwc 0x6e1332ae ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2f41e1bb sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x335e3b11 sdw_add_bus_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x363e3feb sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x612ed787 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6310746e sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71bcbfd2 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x852a8cba sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x90116872 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9993841a sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xad970ddb sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb6a5e0b3 sdw_delete_bus_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd3a18a15 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf40989d7 sdw_slave_read_prop +EXPORT_SYMBOL drivers/ssb/ssb 0x0b5e2ad3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x120b8ad4 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x18d616d5 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x4ff7d583 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x620f95a5 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x7df04c8b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x859e0ef9 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x92cd6843 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9b2d7ec6 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbad4ec55 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xbccb0122 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xc18a6b2f ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd21ecbee ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe0f9680e ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xea29e855 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xead82fd6 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xf04133f6 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xf114fdfd ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xf38779f4 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf65a6d1b ssb_bus_resume +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x065f9c9d gasket_page_table_max_size +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x06cc9446 gasket_sysfs_create_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x0c42e870 gasket_disable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x13e94685 gasket_sysfs_register_store +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x20963d95 gasket_sysfs_put_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x256243d4 gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x339c2b95 gasket_page_table_map +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x372973e0 gasket_page_table_are_addrs_bad +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x38c3d415 gasket_page_table_num_active_pages +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4109757c gasket_page_table_partition +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4154675c gasket_get_ioctl_permissions_cb +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4292ff96 gasket_page_table_is_dev_addr_bad +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x5cfa3516 gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x5eaf99b5 gasket_sysfs_get_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x77311f6a gasket_page_table_unmap_all +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x870edb90 gasket_enable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x87e8ef23 gasket_register_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x88b279ad gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8b945d99 gasket_wait_with_reschedule +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8c92da47 gasket_page_table_num_simple_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8e9a52d8 gasket_sysfs_get_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x9249c5d2 gasket_pci_remove_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaa2668a gasket_num_name_lookup +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaf2f8cd gasket_page_table_unmap +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc225208c gasket_page_table_num_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xda59f443 gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf4a66104 gasket_pci_add_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xfe0eb288 gasket_unregister_device +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x84e78a68 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x8b54cad4 ade7854_probe +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09db88cb iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0aba115a __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2206e52b iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x236e4cee iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3116faf1 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33ce6b32 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x349b9dba iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x36789bc6 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x36fa8a0a iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47415bdb iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a9ed619 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4dd8ea58 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5fe996b8 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x601601dd iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74ddb458 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x79c3b504 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8320f94f iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x83f4b937 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8404d122 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x87913560 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f2b04f0 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9feecb14 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa05f566c iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7f43e8e iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9d7e943 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac8c8965 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb09890b2 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb26818b4 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2f88fdb iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb36c272a iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb42a5335 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba7537d8 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0ed1587 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2914747 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4c48aa7 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc76b6495 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc93b249f iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcae41482 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd52e4fb3 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7e8d4c0 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe94bb67f iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea2a33e3 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5dc3bce iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf76ccdf7 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/target_core_mod 0x01164954 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x02e023c3 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08ba3aff target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x0af89dd8 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ea33fa7 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f7901f3 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x131b444b spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d0c1020 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x23b7ba15 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x24cc0555 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x255c3df0 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x28d60d59 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b2b3b0d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x30a1fd2e target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x377a2d38 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x378b92bb core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c698418 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x40a4a50e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x47837085 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x529bfcab core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x53699ed7 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x58abd385 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x59f2cd8e passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e6a35c4 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x601eae76 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x6069adb9 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x61d05af3 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x668c1295 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d437f08 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d49bd67 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x71185b0c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x75729270 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e04c1f1 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x80a4278b target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x82495306 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8cb951cb target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x8de47dff target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fd79552 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x914ec503 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x935c5833 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a83e8fe transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c640b60 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xa450689e transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7e49642 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa9b2340e transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa68a52c sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xac08d188 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xb4138b02 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xb996c2c9 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xba1516c0 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbaafebee core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe54cad1 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc171a5dd core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3efb4d5 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xc832ff3c core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdcc1b27 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd026bbb3 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd28b62dd target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3e3e194 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd43b5f83 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd591575f target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdbd0f8cb sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd57ee44 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xec6620f6 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xef24d106 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf866a7c6 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf89dd2db spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb026212 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc62a73e transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd20c3f3 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfda10b5c transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x9f00536d usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x1f03e9ba usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x310b9fbe sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x220b0f81 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x379961ba usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x51da2d7f usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6cf7c001 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x71571e5f usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82479f5b usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x970c0e12 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa81518f3 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc0f101c7 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc5d6e973 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd8f6aac8 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdc2aa60c usb_wwan_set_serial_info +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf4815120 usb_wwan_get_serial_info +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x0de6cec4 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x9f3fe1d4 usb_serial_resume +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1c553780 mdev_set_iommu_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x3340a0a7 mdev_set_drvdata +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5c1b4662 mdev_unregister_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5d2c571a mdev_get_drvdata +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x61fb66f5 mdev_from_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x639e97df mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x78ee7093 mdev_uuid +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x8840663d mdev_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb7309897 mdev_parent_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xbae0ff19 mdev_get_iommu_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xc3f73a08 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xeb803ea0 mdev_register_device +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x287ddab8 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x62de8aa9 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xabd94b4d vfio_unregister_notifier +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xc3067587 vfio_register_notifier +EXPORT_SYMBOL drivers/vhost/vhost 0x2235e538 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xee6dfee4 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x029cea78 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x0765a1e4 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1537fdb8 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1851abb6 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1ad4f052 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2e0989c7 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4d7e3b8b vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6036936b vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x831227bb vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbc66815e vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc520b616 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc9b4a67b vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd099974a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0xdc2d9f94 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe42f476d vringh_notify_disable_kern +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1b63524f svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x200edb36 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x584877ce svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e8a124e svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8bff3c46 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9664e759 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbab836c1 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xf82755b8 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xc4d933bf sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xb8c0adb0 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x2b87e9b2 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x989bbcfd mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x0aa4f9f2 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x68ac0224 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xdbb7059a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x57978fe8 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6a6e006e matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6dd77d7d DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf31afee7 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb87c9e83 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xbe06f5ff matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3b0c2113 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4580a8b8 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x57e7f5b5 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb302827c matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x4eed3b2e matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x568af953 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5757ed4b matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5c3de951 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8a452684 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x917ed9d9 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf654fb03 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x36f7ba62 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x75bec08d iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc8930f32 iTCO_vendor_pre_start +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xed2a3373 iTCO_vendorsupport +EXPORT_SYMBOL fs/fscache/fscache 0x03aceae2 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x17d494c6 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x26abd037 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x2755efe8 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x30199e65 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x37f8ca73 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x3b782ab8 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x3d003749 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x50ceaabc fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x527af883 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x54f7f713 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x55d9fa28 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5d20cdfa fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x63e0fe2f fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x67068aa2 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x684c24a2 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6a2e61ec fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x6acefa42 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x70d61671 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7544eec7 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x80afdedf __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x81bc25e4 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x980360de fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa5575a0e fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xa800290b fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xb4ef61a4 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xba0984b2 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xbab7fa36 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xbbdc61d8 fscache_object_mark_killed +EXPORT_SYMBOL fs/fscache/fscache 0xc924ee3f fscache_object_retrying_stale +EXPORT_SYMBOL fs/fscache/fscache 0xcaa6e8fa __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd2cd7255 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xd41ee972 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xe661e84a fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xeaf0e168 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xeb009d1f __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xf3b7d3e0 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xf536bab9 fscache_operation_init +EXPORT_SYMBOL fs/fscache/fscache 0xf57cdd66 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xfa3976c5 __fscache_register_netfs +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x24faeb6f qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x501c3333 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa5c38bf3 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb68ddd97 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xd116ab06 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xff8dbe12 qtree_entry_unused +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xe2aae5cc crc8 +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/libcrc32c 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0641307b lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x098d2ed9 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x2d47ac83 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x2f3dcecb lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x4522d82a lc_reset +EXPORT_SYMBOL lib/lru_cache 0x4cf5f5a8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x5752f31b lc_del +EXPORT_SYMBOL lib/lru_cache 0x7257beee lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x9134feb7 lc_get +EXPORT_SYMBOL lib/lru_cache 0x9bb7e304 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xb08cb017 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xb672aa97 lc_create +EXPORT_SYMBOL lib/lru_cache 0xbfbe53d5 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xc3a98c1d lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xcc979a91 lc_set +EXPORT_SYMBOL lib/lru_cache 0xefec290a lc_find +EXPORT_SYMBOL lib/lru_cache 0xfd525ec7 lc_put +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL lib/zstd/zstd_compress 0x0e27a2dd ZSTD_initCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1278221d ZSTD_compressBegin_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1a107de2 ZSTD_compressCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1df63e88 ZSTD_compressBegin +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1f03912b ZSTD_flushStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2524ba17 ZSTD_getCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0x279be432 ZSTD_copyCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2833f577 ZSTD_compressBegin_advanced +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2914ea2d ZSTD_compressBlock +EXPORT_SYMBOL lib/zstd/zstd_compress 0x30af45a1 ZSTD_initCStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x371e7f3a ZSTD_initCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x430ecc96 ZSTD_initCStream_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x49ed86a0 ZSTD_endStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x56466e42 ZSTD_CStreamInSize +EXPORT_SYMBOL lib/zstd/zstd_compress 0x5c00d810 ZSTD_CDictWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0x61577694 ZSTD_compressEnd +EXPORT_SYMBOL lib/zstd/zstd_compress 0x74725e69 ZSTD_compressContinue +EXPORT_SYMBOL lib/zstd/zstd_compress 0x94e481cf ZSTD_adjustCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0x9f65c857 ZSTD_checkCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0xa155c071 ZSTD_compressBegin_usingDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xa4c8127c ZSTD_maxCLevel +EXPORT_SYMBOL lib/zstd/zstd_compress 0xb0aed408 ZSTD_compressStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0xb4985beb ZSTD_resetCStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0xbaffff96 ZSTD_CStreamWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0xce3864eb ZSTD_compress_usingDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xce50e5de ZSTD_compress_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xd90cb249 ZSTD_getBlockSizeMax +EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize +EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound +EXPORT_SYMBOL net/6lowpan/6lowpan 0x0c3cf0d8 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3660eb6f lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x55ea2b24 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x93964b3e lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa945d25d lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xee292d43 lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x194e591b unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xdffae10b register_8022_client +EXPORT_SYMBOL net/802/psnap 0x816c07a3 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x856f3eeb register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00399f82 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x0079e13a p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x00f98e1a p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x0875b83f p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x0da77a79 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x10860d24 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x1282a6cc p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x1590fa2e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x15d60c55 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x26a6dca3 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2ffd377d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41313f36 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4742e97c p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x48bd49d6 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4f1989f0 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x4f9ca05f p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x523a1e5b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x5606b200 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5901dcbb p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x5dcdb3ba v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x66c5a2c4 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x6c36e95b p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x6f2141a0 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x73d86764 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x740a94e8 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x74857502 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x77bbadf2 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x7c9ba450 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x817dc368 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x82d9a329 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x8594ea3e p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x85de2c67 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x92e8169c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x984c5e73 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x9dfcc30b p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xa50a92d2 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xac48e517 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb79f25fd p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0xcb5b6268 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xd0a85c5d p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdab65d8f v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf003b201 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xfcf81176 p9_client_wstat +EXPORT_SYMBOL net/appletalk/appletalk 0x020ecc98 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x3267bc60 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x3c9b2dcd alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xe93289d5 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x035d52fc vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x13053d17 atm_charge +EXPORT_SYMBOL net/atm/atm 0x21e1ae8b atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3f3562bf atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x4dbac7ee atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4dde526a deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x5ba034d1 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x666be297 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x678a00aa atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9d558012 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa8f97a8f atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xaa6d9845 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf6ee8200 vcc_process_recv_queue +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4ae87302 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x670edb16 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x6eb05e62 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x7ea2b049 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x847987e2 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x89290248 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xae57e05d ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xb66540dc ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x09ed4216 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x53281539 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7309c137 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xca9bf78e ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x1a9cb176 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x5f5414bd caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x8123739d caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc4e18668 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xfa5a495d cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x0b310709 can_rx_register +EXPORT_SYMBOL net/can/can 0x1dfdd7d5 can_send +EXPORT_SYMBOL net/can/can 0x384f6ef0 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x4ae950c2 can_proto_register +EXPORT_SYMBOL net/can/can 0x6b883476 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xce4b4c33 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x0065b412 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x01206315 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x0495ad1b ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x0f5766ad ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x1130a9be ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x14d2390b ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x1804fe3c ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x1cf1d884 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x221b9914 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x256f2a62 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x25fea78f ceph_osdc_copy_from +EXPORT_SYMBOL net/ceph/libceph 0x269176d2 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x27feb64b ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x2a0ec96e ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x316f3aa7 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x341b2121 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3ceca25d ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3e4687f5 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x40de2dc3 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x40e71b6d ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x41794e8a osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x43720f40 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x43733a45 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x4585c18d ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4b1d5309 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x4c3ec3e8 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x4d82b49e ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x4e201be3 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x50d9317b ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x54466274 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57e16653 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x5a000ed9 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5ccb584b ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x60365edb osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x673809b0 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x68279fcd ceph_monc_blacklist_add +EXPORT_SYMBOL net/ceph/libceph 0x690bf421 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6d4a634a ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x6ea2016e osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x734690f5 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x73dd8e8a ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x778f3633 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x7804a664 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x7ac5a0b2 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x7cd36866 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x7cfad0e0 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7d3f80fd ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7d5dc22a ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x83d87f32 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x843914e2 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x8601306a ceph_messenger_fini +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x882cf5f6 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x8bdaae22 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy +EXPORT_SYMBOL net/ceph/libceph 0x92af9fba ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x9357d36b osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x9525c8e2 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x95539cf6 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x99577051 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x9957dcfe osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9a285d9b ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x9b1dc08e ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9c2f344e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dce992f ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9ddd44d6 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa2127f87 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xa300274a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xa5f34a78 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa644e160 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa6f44c92 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xace81187 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaf2cac24 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb24a08a6 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xb41f09dc osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb70013a9 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xba1f63e0 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xbabb784a ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xbb83b112 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf7f18ef ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xc08ece7f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xc20c89fc ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc3dd0250 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xc7b97c61 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xca80eb72 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xcc209d03 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xce356a4b ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xd0e13752 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd3251dc1 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd70bf528 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy +EXPORT_SYMBOL net/ceph/libceph 0xd9785652 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe189a44d ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xe2045819 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xe49b113a ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xe50119d6 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xe701b5d7 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe822ffd9 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xefe0e9bc ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf247d7b2 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf40701ab ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xf4f25271 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xf67c26a0 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfb1ceeec ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xfc5466b3 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xfc6b535a ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xfd9193bc ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x306e3b22 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xdf983ab7 dccp_req_err +EXPORT_SYMBOL net/dsa/dsa_core 0x865f3b69 dsa_port_vid_add +EXPORT_SYMBOL net/dsa/dsa_core 0xd2a4baa0 dsa_port_vid_del +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0649b938 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x39feebfd wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7fe27a81 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeee20a99 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xef919f31 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf4bba051 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x8b8686ff __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xb357d81f __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x058bc5a5 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3ba877e5 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x851d8f4d ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xa894ce1d ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf425fba3 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x3ca7cdca arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6e23d624 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7b419930 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x86bcc90c arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9c3147d6 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb459d33a ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb8989fb8 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0xa3341dcc xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xd532c983 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xe6cab2f7 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x06fd3730 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x100a3317 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x22ec7e9f ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x251ee617 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6fb92f80 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc08fe4e9 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc0958320 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xead9495b ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf2352b81 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x22a0d8c0 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9d8b9433 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd4d8c2b5 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x11e0d8cb xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xfbcb92ca xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x64aff27b xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe2a2faca xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/l2tp/l2tp_core 0x6bff9a69 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb88036f4 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_ip 0xda9d41c4 l2tp_ioctl +EXPORT_SYMBOL net/lapb/lapb 0x31a1f5ed lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x52cfc475 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x5bd7acaf lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x660ba41a lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x775626a1 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xad702153 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xc233f37e lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xfecfdd1f lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x0c3bb3d1 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x16b83aab llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x30d49e44 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x35d21a3c llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6543c338 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xb8909b60 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xbea69c3e llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x08ad4858 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x08f0a292 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0aa46209 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x0ad9e4d1 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x0ce0948d ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0f8386a6 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1512a3ad ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1ac39a47 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x1b33a2df ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1c8a832b ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x1cb89697 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x2134de4d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x217adac3 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x248d44e1 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x28d06c7f ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2a5a0f59 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x2cb26dd4 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x2e66e6af ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2e82baea ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x32489a88 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x3533ca5c ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x3549e76a ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x36a68168 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x3c8e76c7 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x40401270 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x41739c51 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x473be75a __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x47881088 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x47aa1c7e ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x482f9708 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x4dd0141b ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x4e3fed3b ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x4e5071bd __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x52a8a890 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x536fa27a ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x53ebd71e ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x60edb41c ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x643c55be ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x682efa2e ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x69b3c0a3 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x6ae457bd ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x6bdf9f0b ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x6f02aaab ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6f7790de ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x70381426 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x7add7454 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7dba2ffd ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7ee99b10 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x8a4d4bc8 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x8cb78cbc ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8d84c46e ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x9289f3b8 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9617d23f ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99d169d1 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x9b55a85c ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xa0e656d6 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xa26802d0 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xa5d78a90 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xaa2d52ae ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xaadc84af ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xad9e2367 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xb7971c66 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xba5b7da4 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xbbfd0a3f ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xbf6fe0c8 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc322fc2f ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xc40573dd wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc6b03859 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xc88fd0e3 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc9bb3ec3 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc9e583f6 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xcc77d9d0 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xd073e3b1 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xd1a3ae6e ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xd619ff4e ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xd71c0651 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd9530228 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe0ec2daa ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe3aff920 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xe45f6131 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe8b0fceb ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xeeb33287 ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xeeec562a ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xf16ea1fe ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf20621a3 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xf2a6ff69 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xf347a92b ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf9386ccd __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xfa3152d4 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xfb38c106 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfe2afba4 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xff4b7a97 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x013529b3 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6d48070d ieee802154_wake_queue +EXPORT_SYMBOL net/mac802154/mac802154 0xa61136cb ieee802154_stop_queue +EXPORT_SYMBOL net/mac802154/mac802154 0xab6355bf ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xbcf4ae78 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xc405a5cb ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd1ab4bef ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd7a01713 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0aba9ddb ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x26ac24ca register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x298de2bf register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a11da23 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x453958a2 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x737a85fb ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa4d03592 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9a8377e ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcfb3510a ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd8b55ad0 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdeac96b2 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe49569d6 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed4893b8 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf1b84253 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfc5c9cd4 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x941a06cc nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xeb332a9d nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x11eb96b5 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x1f91bd92 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x48b9d4ad nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x9276419c nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xab159551 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x090e091c xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x19910eb8 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x41060da0 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xade1fad1 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xbfd8aed2 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xcb43a8f2 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xde232e76 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfa971a5b xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfce05f46 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x22b79aa8 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x3a545d75 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x3b1a0c17 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x4934591f nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x4e6067e8 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x5a1799c4 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x60fb4f82 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x69d66e0c nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x7211c75e nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7aa0234d nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x86d8b87c nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x9cafc2ae nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbabec8b1 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbd5eb918 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc88670cd nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xc9c1ee79 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xdb4746ad nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xead2bb03 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xecdbbfc7 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf046a5a6 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xf91f484e nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x00bfdec5 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x19b1e22a nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x1a89cc08 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x2151d5f4 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x26b72a17 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x29ab2f87 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x42262e86 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x47d2149a nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4eff61cb nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x56b44a42 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5d481673 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x6d0e1bc4 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x72bacec4 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x79f6247f nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x7d714b89 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8397a81e nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x8f4111b7 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x981288bc nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x9fa97c28 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xa99e2310 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb2136c69 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xb89cf4b0 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbd558750 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xcd096a90 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xcf8a05b6 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xcfb13dfb nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xd9051038 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xee3f35c0 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xf32b52d2 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nfc 0x09f67f86 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x158fed60 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x1b66f2e6 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x2ca7f8c7 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x3092a348 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x315b602c nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x3738e91a nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x3a50ff6e nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x3ce814db nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x481046b8 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x505b7237 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x50cb316e nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x51289e49 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x6acc78c0 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x75eafec0 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x782dc808 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x7cc11069 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x8bfb5a53 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xb3057bf2 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xb9c5b8e8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xbb6310b9 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xbe10e6df nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xc2f2bbaa nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe2e2d4dd nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xe3e3bd67 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc_digital 0x63ee2b26 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8e5014a1 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb21351b5 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xba444d97 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x096dd2b4 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x0b55f0e1 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x0c5a8769 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x14e20da9 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x1a727a59 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x781442d3 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xd165b00f phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xf96d7093 pn_sock_get_port +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0e3410f4 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3c250f82 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3d9e1e3a rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x50b53b16 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x576563fa rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x57d5f310 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x67917ad1 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x722c058d rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x742d2ef1 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x78153891 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7b186c3c rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x85133ddc rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x93ebd230 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaaf90189 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb913c302 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcdc44db6 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xeb4da861 rxrpc_kernel_end_call +EXPORT_SYMBOL net/sctp/sctp 0x3e82a4ea sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6fad2676 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xdc310c2d gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xfa4f4191 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0da3d7d9 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb5b0e57b svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xf5666237 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x3b4ea7a7 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x41fed3a0 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x662cf08f tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xecef0c33 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x92a38cd7 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x949f8e0e tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xe7a22037 tls_register_device +EXPORT_SYMBOL net/wireless/cfg80211 0x041d4cf6 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x05f718a4 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x0805a040 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0b267416 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x0bfd9957 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x0d349171 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x14cef8e3 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x1513ce18 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x17dfd789 cfg80211_abandon_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18a47f7b cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1c0d3ba8 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e0b9308 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1f3520fc cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x1fe39689 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x2701ece7 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x28d443d2 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x29b9a820 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x2b91c711 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2eaee577 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x30399164 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x350a9224 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x350c586d cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x38c35413 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3bd8aaa1 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x3f010667 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x3f7a2cf5 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x3fb4b8c8 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x4016f802 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x421bbaad cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x421cbae4 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x43f5efcf cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x46312808 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x46a7457b cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x53f2c5fc cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x53fb5888 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x54c84ac9 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x54fc6617 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x55efc883 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x591290a1 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x5bb31239 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5be1c0e0 regulatory_set_wiphy_regd_sync_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x619ffc5a cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x68d2a93f cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x6970df90 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6f08a45d cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x722ad366 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x74ac51db regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x74f2191b cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x7627a89a cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7627d075 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x79ad5e2a cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a191183 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x7badf899 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7e7ac9c5 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef9f5e0 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8166a381 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x82d84da2 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x85a4ba26 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9110b632 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x9674b9bd ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0x98b5eef1 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x9d0a0e47 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0xa177da56 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa33822c0 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xa633033e cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa9fbc9e9 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0xace8f1e2 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xaf206f36 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb5e26a06 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xbb5d7590 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbc1ecee8 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xbfb43448 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xc342064c cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xc5065641 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xc7782b2b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xca4d9a9e cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xd2d4c130 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xd2ff6de9 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd41ada0f cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd7485ea7 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xd8281bac cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xda206290 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd0c8909 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xdd7ff5de cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xde0d40b9 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe05a1c90 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe606fa9c wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xe7fd1d6b __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xec792d4b cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xee4a5bff cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xefc278c2 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf3d8d52e cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf9e04ae0 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xfbf79b0a wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xfda0b9aa cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xfde84436 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfe283e70 cfg80211_unlink_bss +EXPORT_SYMBOL ubuntu/hio/hio 0x1def89a9 ssd_get_version +EXPORT_SYMBOL ubuntu/hio/hio 0x5bd6407d ssd_submit_pbio +EXPORT_SYMBOL ubuntu/hio/hio 0x8c57f2bd ssd_set_wmode +EXPORT_SYMBOL ubuntu/hio/hio 0x986a58eb ssd_unregister_event_notifier +EXPORT_SYMBOL ubuntu/hio/hio 0x9cc6ed21 ssd_register_event_notifier +EXPORT_SYMBOL ubuntu/hio/hio 0xa225891c ssd_get_temperature +EXPORT_SYMBOL ubuntu/hio/hio 0xb5e8b7dc ssd_bm_status +EXPORT_SYMBOL ubuntu/hio/hio 0xc174962b ssd_get_label +EXPORT_SYMBOL ubuntu/hio/hio 0xc9268d61 ssd_reset +EXPORT_SYMBOL ubuntu/hio/hio 0xdd983388 ssd_get_pciaddr +EXPORT_SYMBOL ubuntu/hio/hio 0xeb3413d6 ssd_set_otprotect +EXPORT_SYMBOL vmlinux 0x00080128 d_splice_alias +EXPORT_SYMBOL vmlinux 0x00113c68 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x00237532 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x00269c7d netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x0044a229 dev_mc_add +EXPORT_SYMBOL vmlinux 0x006361b4 genl_notify +EXPORT_SYMBOL vmlinux 0x00740c97 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x008297a6 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x00947109 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x009970dd sg_miter_start +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00a99259 _dev_emerg +EXPORT_SYMBOL vmlinux 0x00bc734f seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00df5312 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x00fea9c8 udp_seq_next +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01056ced insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x0116b711 md_integrity_register +EXPORT_SYMBOL vmlinux 0x011a0593 path_get +EXPORT_SYMBOL vmlinux 0x011e66d2 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0140c909 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags +EXPORT_SYMBOL vmlinux 0x015af7f4 system_state +EXPORT_SYMBOL vmlinux 0x01603009 nvm_end_io +EXPORT_SYMBOL vmlinux 0x016735d9 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x0191bcf0 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x01951a4f inet_accept +EXPORT_SYMBOL vmlinux 0x019a4518 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01ee4ecc ip_ct_attach +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x022d5d06 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x023211d1 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023855da pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x02433f7f mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups +EXPORT_SYMBOL vmlinux 0x02558c2e reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x0256f3a1 bio_add_page +EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027c69cd ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x027c9aa7 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02b016f6 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x02b3411f security_path_unlink +EXPORT_SYMBOL vmlinux 0x02b8ab42 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02c8b7ef ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x02caeaa9 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string +EXPORT_SYMBOL vmlinux 0x02f2bb5b nd_namespace_blk_validate +EXPORT_SYMBOL vmlinux 0x03031bdf key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x0314b263 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0338aa42 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x034137d6 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x035111fd rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x035fb1cd del_gendisk +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d5670 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b62848 freeze_bdev +EXPORT_SYMBOL vmlinux 0x03cc6a3f keyring_clear +EXPORT_SYMBOL vmlinux 0x03ecf943 vga_con +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x041f65c9 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x042e3bb0 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x0438882c __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x043a4bd9 clear_inode +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x047ff291 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0493f630 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x049bede8 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x04a7f3b7 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x04add938 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x04c15824 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x04c3a0a0 get_task_exe_file +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05145c5a jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x0519073e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x051decda devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05529218 migrate_page_copy +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x057309c1 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x05a50a36 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x05b64e33 __frontswap_store +EXPORT_SYMBOL vmlinux 0x05cad1cf blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x05f72bff get_agp_version +EXPORT_SYMBOL vmlinux 0x05ffadc9 should_remove_suid +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060d9c7e mpage_readpages +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062033a1 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x06277a31 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x06311f6b netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063af6ca rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x0652cb11 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x068c42cd dev_remove_offload +EXPORT_SYMBOL vmlinux 0x069bbc8c cont_write_begin +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c4571d netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress +EXPORT_SYMBOL vmlinux 0x06e6fd23 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x06eff00f pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0700c37f mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x07264935 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x072e5dc9 module_refcount +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07664a29 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x076dc8ba md_done_sync +EXPORT_SYMBOL vmlinux 0x076e040e security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b85442 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x07c70606 tcf_block_put +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d716bc jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x07da9f3c jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x07e6434c init_special_inode +EXPORT_SYMBOL vmlinux 0x07ed4fd2 vfs_setpos +EXPORT_SYMBOL vmlinux 0x07f199d7 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07ffe7e4 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x080308e4 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x080ea0fa blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x080ebb15 set_binfmt +EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082123dc inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08303ac5 x86_match_cpu +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08401398 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x0858aa26 config_item_get +EXPORT_SYMBOL vmlinux 0x086541e4 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x08698d2c kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x086d484c dcache_readdir +EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x0886395d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x088a56c6 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x08b110c3 drop_super +EXPORT_SYMBOL vmlinux 0x08ba30eb serio_rescan +EXPORT_SYMBOL vmlinux 0x08baff68 skb_store_bits +EXPORT_SYMBOL vmlinux 0x08c244bb ether_setup +EXPORT_SYMBOL vmlinux 0x08e7b9d8 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x08fab855 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x08fc5cb1 sget +EXPORT_SYMBOL vmlinux 0x0917490b wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x0927815b blk_queue_split +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093676f8 elv_rb_add +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093a219c ioremap_nocache +EXPORT_SYMBOL vmlinux 0x0944c43f node_states +EXPORT_SYMBOL vmlinux 0x095456ad inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc +EXPORT_SYMBOL vmlinux 0x09682235 down_timeout +EXPORT_SYMBOL vmlinux 0x096b7bee dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x0980f2e6 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0995b3d5 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x09a4edb3 page_get_link +EXPORT_SYMBOL vmlinux 0x09b53ae7 make_kuid +EXPORT_SYMBOL vmlinux 0x09b83f1e __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x09b8a729 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f12bf2 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x09f4a753 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x09f66fa0 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x09f6905a mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x0a04b210 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x0a087419 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key +EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class +EXPORT_SYMBOL vmlinux 0x0a2bf840 skb_put +EXPORT_SYMBOL vmlinux 0x0a439e4c pci_assign_resource +EXPORT_SYMBOL vmlinux 0x0a626735 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x0a6d47c5 posix_test_lock +EXPORT_SYMBOL vmlinux 0x0a738c7c xsk_umem_has_addrs +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a931b30 phy_detach +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab927db pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x0abea5b1 d_path +EXPORT_SYMBOL vmlinux 0x0ac0fe9c vc_resize +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad10eb8 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x0ade612a agp_create_memory +EXPORT_SYMBOL vmlinux 0x0ae0fd25 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x0aea6433 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x0af20eae down_read_interruptible +EXPORT_SYMBOL vmlinux 0x0b03a745 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x0b053cec native_write_cr4 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b3bab8c cdev_device_add +EXPORT_SYMBOL vmlinux 0x0b4ecc05 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0b59738a netlink_capable +EXPORT_SYMBOL vmlinux 0x0b65e1eb scsi_device_put +EXPORT_SYMBOL vmlinux 0x0b6baf37 tcp_close +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7f66d0 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x0b89ba8d input_unregister_handle +EXPORT_SYMBOL vmlinux 0x0b96796b eth_get_headlen +EXPORT_SYMBOL vmlinux 0x0b9de832 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x0bbe8c9c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0be18e88 devm_clk_release_clkdev +EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2df894 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x0c42eb76 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x0c493a71 ip_frag_next +EXPORT_SYMBOL vmlinux 0x0c6184f7 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x0c9e48ac scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x0cbdbb34 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0ce48db5 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x0cf19f40 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d16dfad ip_defrag +EXPORT_SYMBOL vmlinux 0x0d20c7c9 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x0d2c8543 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x0d2ec1a6 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x0d4083a1 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0d4239bf d_obtain_root +EXPORT_SYMBOL vmlinux 0x0d48f11f dns_query +EXPORT_SYMBOL vmlinux 0x0d519b54 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset +EXPORT_SYMBOL vmlinux 0x0d72d341 dev_change_proto_down +EXPORT_SYMBOL vmlinux 0x0d9a73ac init_task +EXPORT_SYMBOL vmlinux 0x0da516c7 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x0dc6cee6 dev_set_alias +EXPORT_SYMBOL vmlinux 0x0ddbe8bc mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x0de3a0ef neigh_seq_start +EXPORT_SYMBOL vmlinux 0x0de88f26 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x0e009db6 noop_qdisc +EXPORT_SYMBOL vmlinux 0x0e05371d _copy_from_iter_full_nocache +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e236657 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e23f4d3 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x0e353dda xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e43f918 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x0e582fa0 misc_register +EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor +EXPORT_SYMBOL vmlinux 0x0e83fa7a skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x0e85579e dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0eb7d196 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x0ebe4cf7 genphy_resume +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec7e781 kthread_bind +EXPORT_SYMBOL vmlinux 0x0eec6130 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x0eecac29 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x0eeea83c ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0f0229cc d_find_alias +EXPORT_SYMBOL vmlinux 0x0f05c7b8 __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1eac21 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x0f22232b nf_log_unset +EXPORT_SYMBOL vmlinux 0x0f3316e4 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f5e6fd4 free_netdev +EXPORT_SYMBOL vmlinux 0x0f8326f8 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fae56c0 netif_napi_del +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd377bd register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe84f97 iget_locked +EXPORT_SYMBOL vmlinux 0x0ff80f59 zalloc_cpumask_var +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10010b72 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x10091e63 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x101cb624 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x101d40fc kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103ad065 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x103f0fcf blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x105dcd5b dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106c07b7 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x106cc522 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x10c402a6 vfs_rename +EXPORT_SYMBOL vmlinux 0x10c4a582 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x10cbc705 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x10cc81fa hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x10d4f05f udp_disconnect +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e5c64a init_net +EXPORT_SYMBOL vmlinux 0x10ec6a13 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111778f3 set_bh_page +EXPORT_SYMBOL vmlinux 0x11266351 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11743ddb simple_unlink +EXPORT_SYMBOL vmlinux 0x119058d3 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x11a80e44 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x11b0b479 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x11c91820 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg +EXPORT_SYMBOL vmlinux 0x11e1f1da unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x12074fae dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x121f2438 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x122f7384 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x124207d7 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x1248e73d __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x125c470b tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x12729d82 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x129234b7 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x129986d6 mmc_command_done +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12ac064b configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x12bcc6d9 xsk_umem_consume_tx_done +EXPORT_SYMBOL vmlinux 0x12c67409 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x12c92289 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12f1ce31 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x12f23500 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12f7583d kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x130a6de3 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131343d8 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131e65a1 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x134ce9ff ex_handler_clear_fs +EXPORT_SYMBOL vmlinux 0x13644437 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x137f5d6a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x139cee21 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a84f40 alloc_pages_vma +EXPORT_SYMBOL vmlinux 0x13b9ee73 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d135d6 blkdev_get +EXPORT_SYMBOL vmlinux 0x13d6f0e5 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x13e19ed0 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x13f1d4c9 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x141b1baf put_fs_context +EXPORT_SYMBOL vmlinux 0x142b8938 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x143ebc28 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x144ab254 inet_offloads +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x147210b6 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x147907c1 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x1481bfce kset_register +EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x14b9e22e tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x14c55bda inet6_offloads +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d53829 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x14e4fa4d vfs_iter_read +EXPORT_SYMBOL vmlinux 0x14e75afd block_write_begin +EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x15048cfc follow_down_one +EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo +EXPORT_SYMBOL vmlinux 0x150e3657 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x15132f10 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152a08e3 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x152e5fb5 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x153a3d83 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154ddd55 md_check_recovery +EXPORT_SYMBOL vmlinux 0x155e27ae scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x15665f25 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x1574b760 tcp_mmap +EXPORT_SYMBOL vmlinux 0x157c56dc ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x157f6883 dm_get_device +EXPORT_SYMBOL vmlinux 0x158c5006 open_exec +EXPORT_SYMBOL vmlinux 0x159df896 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x15b11a2a blk_register_region +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15e3d03d cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x1600102b iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize +EXPORT_SYMBOL vmlinux 0x16391665 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x163e0b89 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x1649b1ee tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x165b145c ex_handler_refcount +EXPORT_SYMBOL vmlinux 0x167874d5 key_alloc +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16b1b62e dm_io +EXPORT_SYMBOL vmlinux 0x16c2a575 __f_setown +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d0c246 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x16d28af5 f_setown +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x170ec330 update_region +EXPORT_SYMBOL vmlinux 0x1719694c input_set_timestamp +EXPORT_SYMBOL vmlinux 0x171d4c8c seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x171fdac7 send_sig +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x17601c7c security_sk_clone +EXPORT_SYMBOL vmlinux 0x1765ea1f __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x17a8cfd8 update_devfreq +EXPORT_SYMBOL vmlinux 0x17ad16b8 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x17ae35aa pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17d7123c blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x17e0f414 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x17e222ed security_unix_may_send +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1816205e neigh_connected_output +EXPORT_SYMBOL vmlinux 0x181b8e9a ps2_init +EXPORT_SYMBOL vmlinux 0x18337050 do_splice_direct +EXPORT_SYMBOL vmlinux 0x18480330 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x1858d0e1 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x185cbdfb bioset_init_from_src +EXPORT_SYMBOL vmlinux 0x1870a103 input_register_handle +EXPORT_SYMBOL vmlinux 0x1873bbdf skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x187a4ecd __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0x188009b0 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189994bc eth_gro_complete +EXPORT_SYMBOL vmlinux 0x18a6f8f2 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18bac18c jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x18cd55ea scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x18e3c07b tcf_classify +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x190b4842 __kernel_write +EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x19242e38 efi +EXPORT_SYMBOL vmlinux 0x1937241e try_module_get +EXPORT_SYMBOL vmlinux 0x1945c68b nd_dax_probe +EXPORT_SYMBOL vmlinux 0x1946774d fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195da4b0 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x197570e4 nvm_unregister_tgt_type +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt +EXPORT_SYMBOL vmlinux 0x1996b68c dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19abbe24 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c254b2 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e0e639 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x19ea0a78 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x19edfe6b ilookup +EXPORT_SYMBOL vmlinux 0x19faa775 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x1a17db65 devm_clk_get +EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a65c9d3 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x1a87f290 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x1a8cddfa vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x1a8d8693 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x1a96859b try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1a987768 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ac8f92e skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b068552 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x1b12e88f mmc_can_discard +EXPORT_SYMBOL vmlinux 0x1b1e0d0a input_open_device +EXPORT_SYMBOL vmlinux 0x1b464795 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x1b5082ed scsi_device_get +EXPORT_SYMBOL vmlinux 0x1b51a412 setup_new_exec +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7c0c43 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1ba3e37d input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1ba9e36f ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1bb0bcc7 unlock_buffer +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bc0f63e generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bea1dab sock_efree +EXPORT_SYMBOL vmlinux 0x1bee6c59 __neigh_create +EXPORT_SYMBOL vmlinux 0x1bf6b2df kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x1c150940 dma_find_channel +EXPORT_SYMBOL vmlinux 0x1c194997 netdev_update_features +EXPORT_SYMBOL vmlinux 0x1c1b9f8e _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x1c248eb7 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1c312659 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat +EXPORT_SYMBOL vmlinux 0x1c39bc87 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x1c3f6a95 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x1c47b4fc devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x1c4f02fd to_nd_btt +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c63344f vm_mmap +EXPORT_SYMBOL vmlinux 0x1c6881c0 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x1c717f6b pci_set_power_state +EXPORT_SYMBOL vmlinux 0x1c82ce7a iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x1c8e6fb3 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x1c9ef747 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf +EXPORT_SYMBOL vmlinux 0x1cd6af75 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x1cda840e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1cdac536 amd_iommu_pc_get_reg +EXPORT_SYMBOL vmlinux 0x1ce10ebf fb_get_mode +EXPORT_SYMBOL vmlinux 0x1cf29da0 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x1d07b0e1 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1adff8 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d4347f4 fb_show_logo +EXPORT_SYMBOL vmlinux 0x1d5085d3 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x1d584e1e keyring_search +EXPORT_SYMBOL vmlinux 0x1d6b04e1 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x1d7a0dce acpi_device_hid +EXPORT_SYMBOL vmlinux 0x1d833148 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x1da3bf11 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x1daa65e9 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x1db3617c d_add +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dca6c99 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x1dcbd687 __pte2cachemode_tbl +EXPORT_SYMBOL vmlinux 0x1dce1a6d sg_miter_skip +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de524be xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x1df1a4e6 mmc_erase +EXPORT_SYMBOL vmlinux 0x1dff75a8 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1e36fb29 tty_check_change +EXPORT_SYMBOL vmlinux 0x1e3e08c9 path_nosuid +EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x1e6b7825 amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7d1505 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x1e93baf9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x1e99b207 param_get_long +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x1eb58a10 tcp_prot +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ebe3be6 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x1ed8b599 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked +EXPORT_SYMBOL vmlinux 0x1ef09417 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x1f092a68 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1f17dbe6 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x1f65c72b pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x1f74db74 fs_parse +EXPORT_SYMBOL vmlinux 0x1f78b6e0 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x1f7bf340 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x1f837d4e mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x1f9d4c52 address_space_init_once +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc0cc7c intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd1fa89 config_group_init +EXPORT_SYMBOL vmlinux 0x1fd677f5 __break_lease +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1febfa79 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056da5 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201e2f08 dm_put_device +EXPORT_SYMBOL vmlinux 0x201ec0f6 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x201fcd8d security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x20235162 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x2029ab46 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x203291c5 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x203bae69 tso_count_descs +EXPORT_SYMBOL vmlinux 0x20461a0a ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x2058034f __put_cred +EXPORT_SYMBOL vmlinux 0x205eb216 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20791414 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x207e0c1f phy_start +EXPORT_SYMBOL vmlinux 0x20a1b519 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20ca4e7b d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize +EXPORT_SYMBOL vmlinux 0x211130c1 alloc_cpumask_var +EXPORT_SYMBOL vmlinux 0x21194efa register_shrinker +EXPORT_SYMBOL vmlinux 0x211dc8ec block_write_full_page +EXPORT_SYMBOL vmlinux 0x2123c7ac __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21482d70 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x2149a82e __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x214f8ae7 sock_register +EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init +EXPORT_SYMBOL vmlinux 0x215ecc30 register_netdevice +EXPORT_SYMBOL vmlinux 0x216943ac d_obtain_alias +EXPORT_SYMBOL vmlinux 0x216a2d55 try_to_release_page +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x2178dff4 netdev_emerg +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21bc5018 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21c0d347 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x21c5eef5 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x21c76a6f phy_attached_info +EXPORT_SYMBOL vmlinux 0x21d8f45c try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e4047f xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x2204d878 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x222035bf proc_set_user +EXPORT_SYMBOL vmlinux 0x2220d972 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x225a3fd7 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x226b9f31 get_tree_single +EXPORT_SYMBOL vmlinux 0x226ead43 skb_seq_read +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227b1718 tboot +EXPORT_SYMBOL vmlinux 0x2290ec19 dev_close +EXPORT_SYMBOL vmlinux 0x22a6e2e2 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x22a99807 fscrypt_inherit_context +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b70403 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x22ca9757 migrate_page +EXPORT_SYMBOL vmlinux 0x22cf34a6 dst_discard_out +EXPORT_SYMBOL vmlinux 0x22d5b8cb tty_vhangup +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x23076e06 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x231a6e52 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x231ed9a2 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x2334e55f tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x2364da19 key_validate +EXPORT_SYMBOL vmlinux 0x236b4ae8 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x23811448 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23a17b5a ip_check_defrag +EXPORT_SYMBOL vmlinux 0x23ab3a4a t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d246fa pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x23d3d31d set_pages_uc +EXPORT_SYMBOL vmlinux 0x23d4d0cc nobh_write_end +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dad915 dquot_destroy +EXPORT_SYMBOL vmlinux 0x23de47c2 pci_release_regions +EXPORT_SYMBOL vmlinux 0x23e13002 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2429881d kernel_getsockname +EXPORT_SYMBOL vmlinux 0x244141fd pagecache_write_end +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2447633d input_inject_event +EXPORT_SYMBOL vmlinux 0x2448f3ea mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x24542289 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246feee9 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x2471f040 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248b8c7f locks_delete_block +EXPORT_SYMBOL vmlinux 0x249557c8 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24db33c9 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x2501a2a1 tty_lock +EXPORT_SYMBOL vmlinux 0x25129b27 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2542396e netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x2557344e set_create_files_as +EXPORT_SYMBOL vmlinux 0x256b920d _dev_alert +EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x259b5d4a kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x259f5ece path_has_submounts +EXPORT_SYMBOL vmlinux 0x25ad5fb3 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x25b39fac acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x25c0f726 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x25c42f50 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x25cf7ed6 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x25cfc2dc netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25dfbabe agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x25e11e55 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25fac01c logfc +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x262e823a wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc +EXPORT_SYMBOL vmlinux 0x263ed23b __x86_indirect_thunk_r12 +EXPORT_SYMBOL vmlinux 0x2644500e pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x2653a41f md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x26559c42 __sock_create +EXPORT_SYMBOL vmlinux 0x2657d367 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2665db8c posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x267d525d pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x267e1d3b __mdiobus_register +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x268959c0 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x269ca168 devm_memunmap +EXPORT_SYMBOL vmlinux 0x269f1f87 kernel_listen +EXPORT_SYMBOL vmlinux 0x26a3f104 scsi_host_put +EXPORT_SYMBOL vmlinux 0x26a79f30 seq_release_private +EXPORT_SYMBOL vmlinux 0x26c2ad69 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x26d13995 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x26d24cb8 vm_event_states +EXPORT_SYMBOL vmlinux 0x26d94702 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26fee031 pci_find_capability +EXPORT_SYMBOL vmlinux 0x2710dce6 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x2717edc4 tcp_req_err +EXPORT_SYMBOL vmlinux 0x271c8415 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272c5bf2 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a51ae pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x2757b7de netif_napi_add +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x277bf201 dma_virt_ops +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27948359 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x279b2a59 bdi_register_owner +EXPORT_SYMBOL vmlinux 0x27aa3299 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x27b2619f flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bec02e param_set_bint +EXPORT_SYMBOL vmlinux 0x27c3c7a0 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27eb7e95 inode_init_always +EXPORT_SYMBOL vmlinux 0x27f6b88d __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x28096f29 devm_nvmem_unregister +EXPORT_SYMBOL vmlinux 0x28098978 inode_init_once +EXPORT_SYMBOL vmlinux 0x280fb868 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x283440fd write_one_page +EXPORT_SYMBOL vmlinux 0x28372201 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x283b0898 dup_iter +EXPORT_SYMBOL vmlinux 0x283e8d3a dquot_commit +EXPORT_SYMBOL vmlinux 0x284ced41 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x28610e35 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x28754c37 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287b22a5 km_state_expired +EXPORT_SYMBOL vmlinux 0x28918b6c pci_claim_resource +EXPORT_SYMBOL vmlinux 0x289946a5 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x289dd663 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x28b45838 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x28dc90fd clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f1e8c2 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x290ca865 inet_release +EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0x29221a09 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x2923b186 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x292ba29b follow_up +EXPORT_SYMBOL vmlinux 0x29361773 complete +EXPORT_SYMBOL vmlinux 0x29366c7d mr_dump +EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu +EXPORT_SYMBOL vmlinux 0x295dac56 kill_litter_super +EXPORT_SYMBOL vmlinux 0x296cb509 __xa_insert +EXPORT_SYMBOL vmlinux 0x2973ef80 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x299bf473 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29adf283 rproc_boot +EXPORT_SYMBOL vmlinux 0x29d3625b iov_iter_advance +EXPORT_SYMBOL vmlinux 0x29dcfb3a pci_irq_get_node +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ed487f netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x29fabebc deactivate_super +EXPORT_SYMBOL vmlinux 0x2a0d45f6 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x2a1ad58e request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3cad81 bio_init +EXPORT_SYMBOL vmlinux 0x2a7460ef dquot_quota_off +EXPORT_SYMBOL vmlinux 0x2a7b8028 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa8adc0 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x2ab7989d mutex_lock +EXPORT_SYMBOL vmlinux 0x2abdcf7e __block_write_begin +EXPORT_SYMBOL vmlinux 0x2aceb184 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2ade8cd0 blk_get_request +EXPORT_SYMBOL vmlinux 0x2ae7bd5f agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x2b0e36f9 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x2b187468 from_kgid +EXPORT_SYMBOL vmlinux 0x2b1b9773 mdiobus_write +EXPORT_SYMBOL vmlinux 0x2b3f4d8e proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x2b50b815 kernel_accept +EXPORT_SYMBOL vmlinux 0x2b54d1d5 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer +EXPORT_SYMBOL vmlinux 0x2b6c19d0 dcb_getapp +EXPORT_SYMBOL vmlinux 0x2b89eeb9 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x2b8a9e47 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x2b8efdbd call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x2b98874f writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x2b9ca1ff __pci_register_driver +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb9af28 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x2bbe7b81 pnp_is_active +EXPORT_SYMBOL vmlinux 0x2bc9b523 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x2bd5f6eb set_nlink +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be8d533 dm_register_target +EXPORT_SYMBOL vmlinux 0x2bee8804 d_lookup +EXPORT_SYMBOL vmlinux 0x2c01a54e sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2c0f39c3 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x2c120acf param_get_byte +EXPORT_SYMBOL vmlinux 0x2c23a24e blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c3361af input_event +EXPORT_SYMBOL vmlinux 0x2c49e67e fb_set_cmap +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c624911 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c87e84e set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x2c8daef1 input_set_keycode +EXPORT_SYMBOL vmlinux 0x2caeed15 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2cfbcdea tcp_connect +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x2d1b5017 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x2d1e8f9b blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d47b00f xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d52950f netdev_change_features +EXPORT_SYMBOL vmlinux 0x2d67f145 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x2d74f20b no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x2d8b7a4d vme_dma_request +EXPORT_SYMBOL vmlinux 0x2d8bbd41 keyring_alloc +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dae5be7 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user +EXPORT_SYMBOL vmlinux 0x2db3d320 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2dca1d73 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x2dcd5801 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df40d3d pci_request_region +EXPORT_SYMBOL vmlinux 0x2dfc0eb1 set_trace_device +EXPORT_SYMBOL vmlinux 0x2dfc5507 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2d2497 eth_header_cache +EXPORT_SYMBOL vmlinux 0x2e351581 get_vm_area +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e48109d dev_mc_init +EXPORT_SYMBOL vmlinux 0x2e5c4554 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x2e5fe3f9 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x2e82110a invalidate_partition +EXPORT_SYMBOL vmlinux 0x2e83eddc clear_nlink +EXPORT_SYMBOL vmlinux 0x2ea2c95c __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x2eba4d1c tcp_peek_len +EXPORT_SYMBOL vmlinux 0x2ebb7598 inet6_getname +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecb1797 hmm_mirror_unregister +EXPORT_SYMBOL vmlinux 0x2ed3b80d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x2ed75bf4 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin +EXPORT_SYMBOL vmlinux 0x2edc9aa8 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x2ee0bcd3 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x2ee2f325 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f05330f pci_request_irq +EXPORT_SYMBOL vmlinux 0x2f195495 configfs_register_group +EXPORT_SYMBOL vmlinux 0x2f1aa196 xattr_full_name +EXPORT_SYMBOL vmlinux 0x2f1ab32e inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f345d08 put_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x2f381424 set_page_dirty +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4d3eb6 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x2f4deb13 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x2f53bf63 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x2f56d921 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x2f57fc30 dev_get_phys_port_name +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f978796 __scm_destroy +EXPORT_SYMBOL vmlinux 0x2fa91c57 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb8f02b redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x2fd4a89b rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x2fdd7c76 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30126750 fasync_helper +EXPORT_SYMBOL vmlinux 0x3032d019 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x3039087f xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3047f32e dquot_quota_on +EXPORT_SYMBOL vmlinux 0x3051031f __icmp_send +EXPORT_SYMBOL vmlinux 0x305541fd register_md_personality +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309c8abc phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b1675e vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0x30cbdb99 bh_submit_read +EXPORT_SYMBOL vmlinux 0x30e24305 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f5f28b iov_iter_discard +EXPORT_SYMBOL vmlinux 0x3100cff9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x31062c9b param_set_charp +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3131be7e netif_device_attach +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x314d058b generic_read_dir +EXPORT_SYMBOL vmlinux 0x315cd418 __phy_resume +EXPORT_SYMBOL vmlinux 0x315ed141 make_kprojid +EXPORT_SYMBOL vmlinux 0x316a99b1 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x317024cd jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x3176b8e6 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x318d6fec mutex_is_locked +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x319f06bb sockfd_lookup +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31f0e6fa path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x31f540dd ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x32208da1 eth_header +EXPORT_SYMBOL vmlinux 0x3247fdeb pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x324fc4ed generic_perform_write +EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x3261fec8 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x3267fa2c devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x32773cdd gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3286a14e d_move +EXPORT_SYMBOL vmlinux 0x328bdf9a dquot_get_state +EXPORT_SYMBOL vmlinux 0x32ae5741 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x32b8a54a inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x32bb40a4 phy_loopback +EXPORT_SYMBOL vmlinux 0x32cd0e69 bdev_read_only +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32cfd246 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e76f89 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x32f2f857 vc_cons +EXPORT_SYMBOL vmlinux 0x32f60812 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x32ffdcca dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x3321959d inet_bind +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3326d7d4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x333239ee generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x3345f11f register_gifconf +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337ae6e6 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x33a0fa2a flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x33ac13fd kernel_param_lock +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bf1fe0 tcp_child_process +EXPORT_SYMBOL vmlinux 0x33c6df64 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x33ca1f9c fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f747ea agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x33fcd74c blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x341442bf blk_put_request +EXPORT_SYMBOL vmlinux 0x34265b00 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x3436f183 tc_cleanup_flow_action +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x344219de clocksource_unregister +EXPORT_SYMBOL vmlinux 0x347c5e93 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x34812734 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x348e55aa __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x349052a1 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x349ac524 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a27168 __frontswap_load +EXPORT_SYMBOL vmlinux 0x34a9ebf2 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x34d7880b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3501ee9d may_umount +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351de3c5 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x35216b26 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x35324036 ata_link_printk +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35465e15 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x354c263a pci_clear_master +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356840fb bdevname +EXPORT_SYMBOL vmlinux 0x357770c7 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x357a9b66 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x3582b5e2 nobh_writepage +EXPORT_SYMBOL vmlinux 0x358a1ca9 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x359ec42f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35d93bc7 inet_listen +EXPORT_SYMBOL vmlinux 0x35f9ff98 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360ff613 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x36163f5b no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x361b374d agp_generic_enable +EXPORT_SYMBOL vmlinux 0x3625de4b devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user +EXPORT_SYMBOL vmlinux 0x3659895c vfs_tmpfile +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36601d2c tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x3673a548 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x36799914 scsi_print_command +EXPORT_SYMBOL vmlinux 0x36804ef5 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x3682c812 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x368a077f __invalidate_device +EXPORT_SYMBOL vmlinux 0x368b4855 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x36b4c47f blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x36e58bcd pv_ops +EXPORT_SYMBOL vmlinux 0x36efa517 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x36f1c609 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x36f503a1 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x3700313a single_release +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3719560c seq_open +EXPORT_SYMBOL vmlinux 0x371b3741 elv_rb_find +EXPORT_SYMBOL vmlinux 0x37315d99 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x3735a402 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37479201 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x37498a32 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x37518599 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x376c6ead pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x37705887 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37805d7b dma_direct_map_page +EXPORT_SYMBOL vmlinux 0x37a1909f gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x37a7c52b d_alloc +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37afe241 nvm_unregister +EXPORT_SYMBOL vmlinux 0x37b77f4d read_cache_page +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c043df dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dcbfe4 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x37f774e7 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x3807e721 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x3812050a _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x38138d95 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x38193dc0 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382bb5f5 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x384f2942 fb_blank +EXPORT_SYMBOL vmlinux 0x38518183 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3865de48 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x386e03be fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x387ec99a invalidate_bdev +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389b80ee tty_port_close_start +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ab92f2 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x38bbd3a4 __devm_request_region +EXPORT_SYMBOL vmlinux 0x38c9b800 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x38dab310 filp_open +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e946e0 misc_deregister +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x38f827bf netdev_warn +EXPORT_SYMBOL vmlinux 0x38fda2ea vfs_ioc_fssetxattr_check +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x390c3f44 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x39133c69 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x3920ade3 qdisc_reset +EXPORT_SYMBOL vmlinux 0x392dcbd2 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x39385f52 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3944e215 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395e3c48 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x397319fc neigh_parms_release +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a44707 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x39a579b3 get_gendisk +EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and +EXPORT_SYMBOL vmlinux 0x39ba76ef pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x39c7751d scm_fp_dup +EXPORT_SYMBOL vmlinux 0x39df49d7 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x3a069b21 seq_dentry +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a1cd86e vme_bus_num +EXPORT_SYMBOL vmlinux 0x3a1f2c12 phy_stop +EXPORT_SYMBOL vmlinux 0x3a2841f9 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x3a2cac1e scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a32f165 devm_release_resource +EXPORT_SYMBOL vmlinux 0x3a37d828 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x3a44aea2 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x3a493665 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a524155 irq_to_desc +EXPORT_SYMBOL vmlinux 0x3a98d5ef devm_free_irq +EXPORT_SYMBOL vmlinux 0x3a9d3896 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x3ab03e36 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acdcaf8 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad60068 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3af6be35 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0x3af9fae8 dst_init +EXPORT_SYMBOL vmlinux 0x3afd3b81 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3afff69d qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x3b01e8bd input_unregister_device +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b2ed334 nf_log_register +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b73885d blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x3b825fc1 commit_creds +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b98a1f9 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x3ba554eb pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x3ba859c1 module_put +EXPORT_SYMBOL vmlinux 0x3ba942ca xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x3ba9820b tty_write_room +EXPORT_SYMBOL vmlinux 0x3bb68935 pci_request_regions +EXPORT_SYMBOL vmlinux 0x3bc9ef32 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x3be89f4f hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x3c14a596 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1a1a18 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c457453 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0x3c4c57df key_type_keyring +EXPORT_SYMBOL vmlinux 0x3c66d8a3 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c8e4877 d_make_root +EXPORT_SYMBOL vmlinux 0x3c965217 file_open_root +EXPORT_SYMBOL vmlinux 0x3c9db9ca proc_mkdir +EXPORT_SYMBOL vmlinux 0x3cade841 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x3cae2a56 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x3cb8fc64 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x3cbce0d1 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x3cbf560e pnp_device_detach +EXPORT_SYMBOL vmlinux 0x3cc3f3f1 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x3ce1d4f0 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce83e09 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d1f6166 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2ec64a finish_no_open +EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload +EXPORT_SYMBOL vmlinux 0x3d58a7a1 agp_enable +EXPORT_SYMBOL vmlinux 0x3d5bb3fd refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3d5c5b30 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x3d702ca4 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x3d824992 check_disk_change +EXPORT_SYMBOL vmlinux 0x3d892e3c migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da4c234 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x3da5935a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3df437f5 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e146a1b sock_i_ino +EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc +EXPORT_SYMBOL vmlinux 0x3e2dbd47 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x3e33bdeb scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x3e369cf3 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x3e3d0cc9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x3e4210b8 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x3e647005 backlight_force_update +EXPORT_SYMBOL vmlinux 0x3e67b686 register_filesystem +EXPORT_SYMBOL vmlinux 0x3e6a210e vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x3e6ede18 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3ec14617 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x3ec274bf scsi_remove_target +EXPORT_SYMBOL vmlinux 0x3edbd0ce kern_unmount +EXPORT_SYMBOL vmlinux 0x3ee47cbd mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x3eeb2322 __wake_up +EXPORT_SYMBOL vmlinux 0x3eeb6df4 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f087916 dma_resv_reserve_shared +EXPORT_SYMBOL vmlinux 0x3f0c0aa5 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f2627a9 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x3f31b808 nvm_dev_dma_alloc +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4ad001 amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f6fa45f pci_dev_get +EXPORT_SYMBOL vmlinux 0x3f712608 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fac68e9 bio_uninit +EXPORT_SYMBOL vmlinux 0x3fad2286 ps2_drain +EXPORT_SYMBOL vmlinux 0x3fb132b4 elevator_alloc +EXPORT_SYMBOL vmlinux 0x3fb7358a block_truncate_page +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc0462e md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe14c79 passthru_features_check +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x4005f38c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x400afb16 tty_register_driver +EXPORT_SYMBOL vmlinux 0x401c4ec6 get_dev_data +EXPORT_SYMBOL vmlinux 0x401f4d40 km_state_notify +EXPORT_SYMBOL vmlinux 0x402f363a netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x40305c7a sock_no_getname +EXPORT_SYMBOL vmlinux 0x4042dff0 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x405a8c14 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x4064d3a0 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x40733924 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x407c25a3 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x407e7ad3 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x4083d967 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4084167f fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x40870c3e loop_register_transfer +EXPORT_SYMBOL vmlinux 0x4089616c blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409a00e0 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x409bcb62 mutex_unlock +EXPORT_SYMBOL vmlinux 0x40a78391 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b58a08 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x40b870a6 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x40bb7b01 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x40c6a59e xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams +EXPORT_SYMBOL vmlinux 0x40de89dc netdev_err +EXPORT_SYMBOL vmlinux 0x40e03ec6 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x40e93aea sock_no_connect +EXPORT_SYMBOL vmlinux 0x40ead16b param_ops_invbool +EXPORT_SYMBOL vmlinux 0x40f1bd1b simple_lookup +EXPORT_SYMBOL vmlinux 0x4108cf35 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x410acf87 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x411f15d4 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x4129cdd0 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x41336509 vme_master_request +EXPORT_SYMBOL vmlinux 0x4141024f rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414c72df devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x414f7b69 phy_device_register +EXPORT_SYMBOL vmlinux 0x4152d0fb vga_client_register +EXPORT_SYMBOL vmlinux 0x417f0ea5 dev_get_flags +EXPORT_SYMBOL vmlinux 0x417f2707 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x4182c36e tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4196eda9 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x41b8f77e dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x41c1d62c xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41fb404c pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x42019fca generic_start_io_acct +EXPORT_SYMBOL vmlinux 0x420fd58f dev_add_pack +EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL vmlinux 0x421c776c dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x42270153 put_cmsg +EXPORT_SYMBOL vmlinux 0x422af409 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x422ce162 unregister_key_type +EXPORT_SYMBOL vmlinux 0x422ddcd2 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4257925d dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42618af5 agp_backend_release +EXPORT_SYMBOL vmlinux 0x426a9c58 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x42a2e2da tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x42a68e45 pci_save_state +EXPORT_SYMBOL vmlinux 0x42b1da42 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x42bce75a vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42cdbbae dma_direct_map_sg +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4300bee1 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430fbbef skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433c983e tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x433ed544 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x43442fd4 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43584914 vfs_ioc_setflags_prepare +EXPORT_SYMBOL vmlinux 0x435a3922 fs_bio_set +EXPORT_SYMBOL vmlinux 0x4366fd06 locks_init_lock +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438f1493 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x439166cf __close_fd +EXPORT_SYMBOL vmlinux 0x43dc6c53 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key +EXPORT_SYMBOL vmlinux 0x440bc01c tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x440f5075 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x4446275b security_inode_init_security +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x445a81ce boot_cpu_data +EXPORT_SYMBOL vmlinux 0x4461607c skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x4467b8a3 inode_init_owner +EXPORT_SYMBOL vmlinux 0x448d09f4 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x44925265 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x449469e4 del_random_ready_callback +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ba2549 bio_reset +EXPORT_SYMBOL vmlinux 0x44c759ca flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x44df6671 d_instantiate +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450073cd mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x45013b0e _dev_info +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x45373e81 devm_clk_put +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4541af5e inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x45503933 dqget +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456bf594 security_sock_graft +EXPORT_SYMBOL vmlinux 0x4576c694 get_cached_acl +EXPORT_SYMBOL vmlinux 0x4577cf6b __page_pool_put_page +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457b8bc1 make_bad_inode +EXPORT_SYMBOL vmlinux 0x45854ccc kmem_cache_free +EXPORT_SYMBOL vmlinux 0x45a3b7b8 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x45cc8d2f pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45e5f71f devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45fbd08d fget +EXPORT_SYMBOL vmlinux 0x460363c2 lookup_one_len +EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x463219fb tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x4639aecd dev_uc_add +EXPORT_SYMBOL vmlinux 0x46549874 generic_end_io_acct +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46b0fbf4 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c64b7a __page_symlink +EXPORT_SYMBOL vmlinux 0x46cffd23 skb_dump +EXPORT_SYMBOL vmlinux 0x46df9090 inode_permission +EXPORT_SYMBOL vmlinux 0x46e83f6a security_path_mknod +EXPORT_SYMBOL vmlinux 0x47063086 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4713f715 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x471637e1 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x4719f511 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x4730ff9f amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x4750dd76 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x476040be netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x4766bd2e dev_load +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478fd4c8 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x47901ce7 mmc_start_request +EXPORT_SYMBOL vmlinux 0x479177ae tty_throttle +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47941711 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x479e5ea8 ip6_xmit +EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x47b21d6f find_vma +EXPORT_SYMBOL vmlinux 0x47b83922 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x47c42a22 cpu_tss_rw +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cad784 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x47e54efd mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x47f4f76d tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x48022ef3 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x4802b728 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x480ef5ce __register_nls +EXPORT_SYMBOL vmlinux 0x48170c00 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4836d087 start_tty +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x48476bcb intel_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x484ece0d noop_llseek +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4857f720 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x48596f5b genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x48861424 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x4891b40a nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x489814e6 uart_register_driver +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x489fb15a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x48a90de9 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b4d22a udp6_set_csum +EXPORT_SYMBOL vmlinux 0x48b59ae0 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bd422a buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c4253e sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x48c75ca7 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x48d45169 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48ddb2b8 sock_create_lite +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490ccf3e skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x4915a0e1 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x492530c2 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x492a002c pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x4944ab05 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x497e6653 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x49871bad netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize +EXPORT_SYMBOL vmlinux 0x49945c9f mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a79f1e vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x49ac8e1c tty_unthrottle +EXPORT_SYMBOL vmlinux 0x49adc5d6 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x49ae77ec neigh_ifdown +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b7d1b2 bmap +EXPORT_SYMBOL vmlinux 0x49bd8565 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x49c41a57 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x4a3f73cb d_set_d_op +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a736d6f get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x4a737d55 eth_type_trans +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a979cd9 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x4a9c3597 bdi_register_va +EXPORT_SYMBOL vmlinux 0x4a9c62c3 bioset_init +EXPORT_SYMBOL vmlinux 0x4ab208ba acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x4abd7a6c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x4ad79fed nf_log_trace +EXPORT_SYMBOL vmlinux 0x4ad7b98e __sb_start_write +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aef8c76 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x4af66284 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b010c0c mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b17d2ad scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x4b28ea54 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x4b4037a1 dma_dummy_ops +EXPORT_SYMBOL vmlinux 0x4b4ad351 input_close_device +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down +EXPORT_SYMBOL vmlinux 0x4b5f6e71 param_ops_bint +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b65b13e netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x4b705cc1 brioctl_set +EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final +EXPORT_SYMBOL vmlinux 0x4bbc98a8 mdio_device_free +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4be9576a xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c452228 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x4c4c2207 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x4c4d99a6 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x4c4e08d0 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x4c633479 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x4c73c226 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x4c83f7e8 _copy_from_iter_full +EXPORT_SYMBOL vmlinux 0x4c875e55 remove_conflicting_pci_framebuffers +EXPORT_SYMBOL vmlinux 0x4c87d181 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4caa9cf2 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x4cb47b99 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x4cb57aff compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x4cc2de71 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x4cc8fe32 uart_match_port +EXPORT_SYMBOL vmlinux 0x4cc941b2 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4d03a88b shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x4d1ff60a wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d3e5ec6 netdev_printk +EXPORT_SYMBOL vmlinux 0x4d40ea84 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x4d4c6776 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x4d6dc52e blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block +EXPORT_SYMBOL vmlinux 0x4d7b03f9 get_super +EXPORT_SYMBOL vmlinux 0x4d80ca26 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9f2f41 iptun_encaps +EXPORT_SYMBOL vmlinux 0x4da8e711 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x4dab19ad tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x4db064c5 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dd263dc xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dff9cfa mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x4e0ddbff generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x4e136691 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e22ab94 seq_read +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4e57e5 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6943ff mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e929b7c udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4e9ea227 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea32829 __breadahead_gfp +EXPORT_SYMBOL vmlinux 0x4eb86de0 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x4eb8a57c from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecad954 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x4ecae356 iov_iter_init +EXPORT_SYMBOL vmlinux 0x4ed17d88 ipv4_specific +EXPORT_SYMBOL vmlinux 0x4ed79ed7 fget_raw +EXPORT_SYMBOL vmlinux 0x4ef47e18 stop_tty +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1d3ba0 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x4f21ff52 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f39ea1e inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x4f497148 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f750f7c param_set_int +EXPORT_SYMBOL vmlinux 0x4f7e3f1f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x4f8f277b vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x4f97f011 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x4f9917ff pcim_iomap +EXPORT_SYMBOL vmlinux 0x4fadbeba vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x4fc02070 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x4fc3986e security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x4fcc8ad2 ex_handler_uaccess +EXPORT_SYMBOL vmlinux 0x4fd02a19 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x4fd0edc8 dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x4fd67559 irq_set_chip +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe7e99e hmm_range_dma_unmap +EXPORT_SYMBOL vmlinux 0x500501bb nvm_dev_dma_free +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5016b7bf d_prune_aliases +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5034e6ab netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x50472da3 kset_unregister +EXPORT_SYMBOL vmlinux 0x505d98a8 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5088079f input_set_capability +EXPORT_SYMBOL vmlinux 0x50920d6c tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a29206 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ee3852 zap_page_range +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x51198f15 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x5146302a param_get_short +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51668137 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x516cc86d nd_device_register +EXPORT_SYMBOL vmlinux 0x51737f46 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x51760917 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x519b3fa6 touch_buffer +EXPORT_SYMBOL vmlinux 0x51a9eb7c __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x51ad9923 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x51bd55b5 completion_done +EXPORT_SYMBOL vmlinux 0x51cc1699 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51db9311 genphy_loopback +EXPORT_SYMBOL vmlinux 0x51f2b364 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x51f558a5 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x51fcd8f9 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x5219b4c2 param_set_bool +EXPORT_SYMBOL vmlinux 0x5220c402 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x52236a76 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x5241baa2 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x5253d19a seq_hex_dump +EXPORT_SYMBOL vmlinux 0x5253fae5 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x528fd591 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529965af jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x529ec6fb kdb_current_task +EXPORT_SYMBOL vmlinux 0x52b8e72c tcp_filter +EXPORT_SYMBOL vmlinux 0x52c1eeb9 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x52d54d8d eth_validate_addr +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52da048d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x52de3d20 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x52e1c867 path_is_under +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ed2e8e tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x52f7388b param_get_invbool +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53183b38 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x532632fe input_get_timestamp +EXPORT_SYMBOL vmlinux 0x53296ec0 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x532b6059 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x53341a77 pci_get_device +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x537eb397 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x538f0064 sock_release +EXPORT_SYMBOL vmlinux 0x53a7b37c filemap_fault +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53d62840 param_set_short +EXPORT_SYMBOL vmlinux 0x53dd45f1 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x53dd709f __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock +EXPORT_SYMBOL vmlinux 0x53fb4e52 __sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x53feecc1 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x54029ee2 sock_no_accept +EXPORT_SYMBOL vmlinux 0x540eb340 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x541837ee rtc_add_groups +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542a6774 submit_bio +EXPORT_SYMBOL vmlinux 0x543871ac component_match_add_typed +EXPORT_SYMBOL vmlinux 0x543c957e d_tmpfile +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54aca2e4 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x54b0c97e sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x54b857d2 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x54d82127 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x54df7d48 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f063cb is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x54faee63 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550e0c5c inet_put_port +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5526a9cb __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x55297ee5 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x552ef45f __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x557700bf cfb_fillrect +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a84af0 search_binary_handler +EXPORT_SYMBOL vmlinux 0x55bb4384 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x55bb7dbd inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x55d1edcf phy_attach_direct +EXPORT_SYMBOL vmlinux 0x55d8956c elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f1014d proto_register +EXPORT_SYMBOL vmlinux 0x55f1e691 kern_path +EXPORT_SYMBOL vmlinux 0x55f818ec put_disk_and_module +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x56027ca1 to_nd_dax +EXPORT_SYMBOL vmlinux 0x56126be1 netdev_info +EXPORT_SYMBOL vmlinux 0x561464ad security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x56177ff3 nvm_register +EXPORT_SYMBOL vmlinux 0x562476e8 tty_hangup +EXPORT_SYMBOL vmlinux 0x56248334 dev_activate +EXPORT_SYMBOL vmlinux 0x56258019 set_device_ro +EXPORT_SYMBOL vmlinux 0x5630e329 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563e6dff sort_r +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564c44c8 write_inode_now +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56773567 mount_subtree +EXPORT_SYMBOL vmlinux 0x56776c6c read_code +EXPORT_SYMBOL vmlinux 0x567b2bfd vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568ab3ee vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames +EXPORT_SYMBOL vmlinux 0x56964bea ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x569abcca acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x56aacdb0 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x56b6e9c6 __put_devmap_managed_page +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e0a0ad skb_checksum_help +EXPORT_SYMBOL vmlinux 0x56e176cd phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x56e1771d ihold +EXPORT_SYMBOL vmlinux 0x56f80a30 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x570199ab bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x573717c4 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x574116b5 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575bd31d mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x5774a915 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x57761c93 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr +EXPORT_SYMBOL vmlinux 0x578a408b ZSTD_initDCtx +EXPORT_SYMBOL vmlinux 0x578c99ba complete_request_key +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579dd0d9 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x57a83d62 load_nls_default +EXPORT_SYMBOL vmlinux 0x57b463ff tcp_check_req +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c64fc9 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x5803b8ff __skb_pad +EXPORT_SYMBOL vmlinux 0x5813233e __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5826ea85 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x583216ba generic_write_end +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583e7915 vga_tryget +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58604e4d alloc_iova_mem +EXPORT_SYMBOL vmlinux 0x587717cf finish_swait +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588959e7 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block +EXPORT_SYMBOL vmlinux 0x589cace6 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c79bce dump_truncate +EXPORT_SYMBOL vmlinux 0x58d1d83f page_pool_destroy +EXPORT_SYMBOL vmlinux 0x58d2f5d2 build_skb_around +EXPORT_SYMBOL vmlinux 0x58d57493 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x58e0801a agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x59029a6d set_posix_acl +EXPORT_SYMBOL vmlinux 0x59047b56 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x5904f7d3 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x59078e14 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x5922b602 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x5929aa88 param_ops_short +EXPORT_SYMBOL vmlinux 0x592e3c58 param_ops_byte +EXPORT_SYMBOL vmlinux 0x593273cb mmc_put_card +EXPORT_SYMBOL vmlinux 0x593c1bac __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59539ae4 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x59588850 vsscanf +EXPORT_SYMBOL vmlinux 0x595e75c0 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x595fd198 pci_dev_put +EXPORT_SYMBOL vmlinux 0x59678b1d fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x596d9a62 new_inode +EXPORT_SYMBOL vmlinux 0x597f54c0 native_restore_fl +EXPORT_SYMBOL vmlinux 0x5994187a pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x59949668 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a23786 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a53312 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59f181d0 __ps2_command +EXPORT_SYMBOL vmlinux 0x59fe04b4 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x5a0851c4 sock_i_uid +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a233269 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x5a245f6d _raw_write_lock +EXPORT_SYMBOL vmlinux 0x5a3790b8 inet_add_offload +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a574281 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a5e2085 fb_set_var +EXPORT_SYMBOL vmlinux 0x5a887060 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a95cbad mmc_add_host +EXPORT_SYMBOL vmlinux 0x5aa51b27 inet_sendpage +EXPORT_SYMBOL vmlinux 0x5aabf520 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x5ab5b891 param_ops_int +EXPORT_SYMBOL vmlinux 0x5ab71bb8 pci_set_master +EXPORT_SYMBOL vmlinux 0x5ac6e19b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x5acac20a sock_kmalloc +EXPORT_SYMBOL vmlinux 0x5ad91ea2 pci_match_id +EXPORT_SYMBOL vmlinux 0x5ae99131 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x5af24fbc __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x5af717d0 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b312276 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4f0c9f dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b744570 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x5b9ba7aa flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x5bacc8ef arp_create +EXPORT_SYMBOL vmlinux 0x5bae07b9 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x5bb31b14 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x5bc0a98b neigh_seq_next +EXPORT_SYMBOL vmlinux 0x5bdfc71a dma_direct_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be7a62e bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x5c0a4671 page_readlink +EXPORT_SYMBOL vmlinux 0x5c0b3355 scsi_host_get +EXPORT_SYMBOL vmlinux 0x5c3104e8 fc_mount +EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x5c47d373 netdev_state_change +EXPORT_SYMBOL vmlinux 0x5c6972ab ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x5c8f4dba tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x5c9f73e3 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5cb20263 agp_copy_info +EXPORT_SYMBOL vmlinux 0x5cca0e2a proc_create_single_data +EXPORT_SYMBOL vmlinux 0x5cdea5d9 netdev_alert +EXPORT_SYMBOL vmlinux 0x5ce618e9 unregister_nls +EXPORT_SYMBOL vmlinux 0x5cec21b1 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d114c60 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x5d31b46a scsi_add_device +EXPORT_SYMBOL vmlinux 0x5d37c15c netlink_set_err +EXPORT_SYMBOL vmlinux 0x5d3cb586 map_kernel_range_noflush +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x5d863697 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x5d88585b dquot_resume +EXPORT_SYMBOL vmlinux 0x5d908c63 input_register_handler +EXPORT_SYMBOL vmlinux 0x5d956941 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5db97790 rproc_add +EXPORT_SYMBOL vmlinux 0x5ddddf83 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x5ddf816f mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x5debcef7 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x5df4f895 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict +EXPORT_SYMBOL vmlinux 0x5e2e328b thaw_bdev +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e35e4ac pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x5e3651eb pci_iomap +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e53dab3 con_is_visible +EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x5e5ceeb3 dst_destroy +EXPORT_SYMBOL vmlinux 0x5e65db9e user_path_at_empty +EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc +EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e994ce0 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ebce4e8 _dev_notice +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii +EXPORT_SYMBOL vmlinux 0x5ed43005 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5efbcbf5 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5eff43bc rio_query_mport +EXPORT_SYMBOL vmlinux 0x5eff5296 sock_alloc +EXPORT_SYMBOL vmlinux 0x5f03a1a6 mdio_device_register +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f26706c devm_request_resource +EXPORT_SYMBOL vmlinux 0x5f40dce0 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x5f4d0b1a amd_iommu_rlookup_table +EXPORT_SYMBOL vmlinux 0x5f4f4b2c xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f6a27be kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x5f6a5181 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7cd26e __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x5f924ddd kill_fasync +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f94aa2d devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x5f991b71 tty_port_close +EXPORT_SYMBOL vmlinux 0x5f9ecf74 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x5faa8f43 component_match_add_release +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fdfcbda jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602ea254 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x6031be2f seq_vprintf +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6041d3b9 register_sysctl +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6058d532 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x6071d890 arp_xmit +EXPORT_SYMBOL vmlinux 0x6085601b kobject_set_name +EXPORT_SYMBOL vmlinux 0x6086bce8 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60929397 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x609b2853 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a4512d neigh_event_ns +EXPORT_SYMBOL vmlinux 0x60a96022 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dffa23 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x60e9da7d generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x6100e2c5 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x611bf0f1 prepare_creds +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614007fe xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb +EXPORT_SYMBOL vmlinux 0x614375e3 serio_close +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6162d344 __put_user_ns +EXPORT_SYMBOL vmlinux 0x616682ec pnp_get_resource +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a01f93 I_BDEV +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c7b894 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x61dc549d param_get_ullong +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f2444f rtc_add_group +EXPORT_SYMBOL vmlinux 0x620d6a09 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621b047e poll_initwait +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6233355b scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x62369dbe dcache_dir_close +EXPORT_SYMBOL vmlinux 0x62587294 phy_print_status +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62890955 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x62b7ddf8 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin +EXPORT_SYMBOL vmlinux 0x62c6c8f8 call_fib_notifier +EXPORT_SYMBOL vmlinux 0x62d55b0f page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x62d56547 skb_copy_header +EXPORT_SYMBOL vmlinux 0x62fd0331 kobject_del +EXPORT_SYMBOL vmlinux 0x62fe26c4 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x62ffcb4c rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x6308b25a __skb_checksum +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x631fbdd6 blk_mq_queue_stopped +EXPORT_SYMBOL vmlinux 0x631fe715 uart_resume_port +EXPORT_SYMBOL vmlinux 0x6335e9e6 dentry_open +EXPORT_SYMBOL vmlinux 0x633d43aa dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x634af1f3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x634cee4b pcim_iounmap +EXPORT_SYMBOL vmlinux 0x635d4399 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x6362ae91 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6368a3fa from_kuid +EXPORT_SYMBOL vmlinux 0x6370d197 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x638cfd9c xdp_get_umem_from_qid +EXPORT_SYMBOL vmlinux 0x63918e92 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x63a3954e devm_memremap +EXPORT_SYMBOL vmlinux 0x63a4722b pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63c30967 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight +EXPORT_SYMBOL vmlinux 0x63c7f2c4 kernel_connect +EXPORT_SYMBOL vmlinux 0x63d2f82b pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fdac6b agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x6403078c generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641ea55d __cgroup_bpf_run_filter_sysctl +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free +EXPORT_SYMBOL vmlinux 0x64615894 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x646a7796 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x646fd2dd dev_get_valid_name +EXPORT_SYMBOL vmlinux 0x64706c26 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x6480a78b __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6491e4ef agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x6493d379 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a2f7ec ll_rw_block +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64cd8a25 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x64cdc1a7 read_dev_sector +EXPORT_SYMBOL vmlinux 0x64d3ddf0 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x6507ec12 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x650eb421 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65143a02 __frontswap_test +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653bd9ad _dev_crit +EXPORT_SYMBOL vmlinux 0x653fa1f4 pci_release_region +EXPORT_SYMBOL vmlinux 0x654020f2 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654bf7f4 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames +EXPORT_SYMBOL vmlinux 0x65630412 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x656bb0e5 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a472ad open_with_fake_path +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65c1aaa6 phy_device_remove +EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6642d35e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x664913e9 dquot_enable +EXPORT_SYMBOL vmlinux 0x664c1f57 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x664e1331 edac_mc_find +EXPORT_SYMBOL vmlinux 0x665796ce textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x6659f5ff pid_task +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66788155 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b09055 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b4e8c0 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec +EXPORT_SYMBOL vmlinux 0x670ad9f9 PageMovable +EXPORT_SYMBOL vmlinux 0x67264544 dma_direct_map_resource +EXPORT_SYMBOL vmlinux 0x6726f943 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x672ef766 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x6731164b sock_sendmsg +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674595be dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x67475273 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67596435 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x6763d0c3 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x6771604f prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x6771ffb8 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67a9f33b devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x67afe5a3 block_commit_write +EXPORT_SYMBOL vmlinux 0x67b1da5a __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b6ca43 do_SAK +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67ce2de7 param_set_long +EXPORT_SYMBOL vmlinux 0x67e96013 cdrom_release +EXPORT_SYMBOL vmlinux 0x67ec8351 pci_restore_state +EXPORT_SYMBOL vmlinux 0x67eec8cd file_path +EXPORT_SYMBOL vmlinux 0x67fe0525 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x6826571e generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6846afa0 user_path_create +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x685760a1 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort +EXPORT_SYMBOL vmlinux 0x6874ed13 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689c6377 sk_wait_data +EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages +EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font +EXPORT_SYMBOL vmlinux 0x68b9aae6 eth_header_parse +EXPORT_SYMBOL vmlinux 0x68c2f3d1 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x68c7e6eb try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x68d86f5f ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x68e15637 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x6902037a scmd_printk +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6914724f touch_atime +EXPORT_SYMBOL vmlinux 0x69157488 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x691b89a3 padata_start +EXPORT_SYMBOL vmlinux 0x691cb46a __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x691d503e set_anon_super +EXPORT_SYMBOL vmlinux 0x692a7b22 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x69381921 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 +EXPORT_SYMBOL vmlinux 0x694a75ab phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x69585523 __ksize +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697148f4 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x698966b8 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x698f7ccd con_is_bound +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69cf93c8 mdiobus_read +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e50b76 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x69f37e5f nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x69f415c3 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a05a02e inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6a08e36b qdisc_put +EXPORT_SYMBOL vmlinux 0x6a0ce41e iterate_dir +EXPORT_SYMBOL vmlinux 0x6a261b78 irq_stat +EXPORT_SYMBOL vmlinux 0x6a2620e5 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x6a539e30 pci_free_irq +EXPORT_SYMBOL vmlinux 0x6a5c0e7a watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6dc97e pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x6a713091 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x6a7df58d __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6a984ca1 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x6a99aa9b tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6aa231bf qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x6aaf0a3d tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x6ab50a5e __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6ac9d365 phy_driver_register +EXPORT_SYMBOL vmlinux 0x6ad04d2a sync_inode +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae20769 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x6aeec5a7 dma_pool_create +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6aff51b2 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x6b175cd9 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6b23a434 add_random_ready_callback +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b53a9f8 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b8283be convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b8cc8d6 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x6b9993b1 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x6ba978dc vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x6bb27a5f nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0b949 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x6bde0730 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x6be0d38b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be3795f bdi_put +EXPORT_SYMBOL vmlinux 0x6bf13b53 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x6c20031b scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c279db8 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x6c2e9dfc sk_stop_timer +EXPORT_SYMBOL vmlinux 0x6c4f28be security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c703e40 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x6c717245 clk_get +EXPORT_SYMBOL vmlinux 0x6c919db2 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x6c94dd58 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x6ca1a810 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cd386dd __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x6cd57933 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x6cecb9f3 kill_pid +EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6cfc8d56 d_exact_alias +EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d1ac4a9 dma_resv_init +EXPORT_SYMBOL vmlinux 0x6d24651e d_genocide +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d30c771 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d404591 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x6d40743a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d69c5a3 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x6d72eb32 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x6d76a682 mount_bdev +EXPORT_SYMBOL vmlinux 0x6d808aee jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x6da1264c skb_vlan_push +EXPORT_SYMBOL vmlinux 0x6da1c611 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x6da36a42 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd3fda7 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x6ddb4970 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x6dddc556 simple_readpage +EXPORT_SYMBOL vmlinux 0x6de13801 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6de3d2cb bd_set_size +EXPORT_SYMBOL vmlinux 0x6df17bb3 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df325ee genlmsg_put +EXPORT_SYMBOL vmlinux 0x6df3935f sock_create +EXPORT_SYMBOL vmlinux 0x6df936a7 simple_write_end +EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x6e1f13e0 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x6e2dc8d0 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x6e4d157d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e639b41 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x6e713b5b tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e97c5c8 param_set_uint +EXPORT_SYMBOL vmlinux 0x6e991f60 default_llseek +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea78b21 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0x6ee24770 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x6ee32857 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x6ee9655c blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x6eeb1647 mount_nodev +EXPORT_SYMBOL vmlinux 0x6f0442ec kobject_get +EXPORT_SYMBOL vmlinux 0x6f0eaba2 dqput +EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f5d77d4 soft_cursor +EXPORT_SYMBOL vmlinux 0x6f62c609 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x6f75e0a6 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x6f7aa3ad elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x6f8b8317 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f943283 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x6f9e2f8a simple_nosetlease +EXPORT_SYMBOL vmlinux 0x6faa9c02 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x6fadfba8 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb9f804 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc5c8c7 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcf502d udp_gro_receive +EXPORT_SYMBOL vmlinux 0x6fd131ab fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x6ff22389 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x70242e0d security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x704b93ed dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x7074c9c1 task_work_add +EXPORT_SYMBOL vmlinux 0x7084a39d inet_getname +EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put +EXPORT_SYMBOL vmlinux 0x70986966 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x709ed987 register_qdisc +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70afb736 udplite_prot +EXPORT_SYMBOL vmlinux 0x70b66f1c md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x70cdae82 vga_put +EXPORT_SYMBOL vmlinux 0x70cf990e ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x70f6ceb2 no_llseek +EXPORT_SYMBOL vmlinux 0x70f8d9c7 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x7108a2a3 audit_log_start +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x71579742 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x7164c91e ps2_command +EXPORT_SYMBOL vmlinux 0x716765b4 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717337e6 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x718a9dd4 __scsi_execute +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b461af inet_del_protocol +EXPORT_SYMBOL vmlinux 0x71c39985 pskb_extract +EXPORT_SYMBOL vmlinux 0x71d33ad5 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x71d666eb writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x72015cf6 d_alloc_name +EXPORT_SYMBOL vmlinux 0x72027e3b phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x72148fc0 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7240ad89 proc_remove +EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported +EXPORT_SYMBOL vmlinux 0x7253af81 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x725d059d inet_csk_accept +EXPORT_SYMBOL vmlinux 0x726cd8f6 iget_failed +EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x728cdfc0 __lock_page +EXPORT_SYMBOL vmlinux 0x7290fce4 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b4e316 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72e59f8d simple_transaction_release +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f5e3b3 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x732c206b fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x733ed24a key_payload_reserve +EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735a33e8 compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x735a4cc6 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x736b5662 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x7375b407 kfree_skb +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73883614 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x73936d16 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x739e73b1 add_to_pipe +EXPORT_SYMBOL vmlinux 0x73c99816 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x73ceffc0 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x73d9e0ac rfkill_alloc +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73f2ef97 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x73fe4776 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x740371c0 inet_addr_type +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740cbd17 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x740f0bc0 dma_direct_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked +EXPORT_SYMBOL vmlinux 0x74918cb9 kill_block_super +EXPORT_SYMBOL vmlinux 0x7496adef blk_get_queue +EXPORT_SYMBOL vmlinux 0x749a4ed0 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x749d0ef2 serio_interrupt +EXPORT_SYMBOL vmlinux 0x74b451b7 vfs_statfs +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c54529 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x74dc1407 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x74e3ce9d file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e89c09 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x74f22191 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x74f4aaf2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x74f9c5b6 hmm_range_dma_map +EXPORT_SYMBOL vmlinux 0x750bbc20 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x7515c222 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x753423f4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754327cf __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x7548bd81 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x754c20c5 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x7560636b blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x7564a5a2 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x75673723 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c875df fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75e60613 key_put +EXPORT_SYMBOL vmlinux 0x76046f79 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760c7277 generic_update_time +EXPORT_SYMBOL vmlinux 0x76173b71 dump_skip +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762b6620 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x762d9146 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x7632693f md_flush_request +EXPORT_SYMBOL vmlinux 0x763ba3ad ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765fb702 pps_event +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766c4fc7 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x768a332c input_allocate_device +EXPORT_SYMBOL vmlinux 0x7697dfaa netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76ad5b14 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x76b4f81b dev_deactivate +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76dc4737 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x76e21952 get_phy_device +EXPORT_SYMBOL vmlinux 0x76e6286e pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x76f24eef padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x76f50494 vlan_for_each +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x77106d4c release_firmware +EXPORT_SYMBOL vmlinux 0x771cc45b blk_put_queue +EXPORT_SYMBOL vmlinux 0x772383a2 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x772fa502 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x7730b845 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x7734684e is_nd_btt +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7748a126 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x77699568 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x77973fe9 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x7797b1c2 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b0fed9 __next_node_in +EXPORT_SYMBOL vmlinux 0x77b677f8 __module_get +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77dff6a7 build_skb +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ea31bc qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x78078442 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780e4d73 inet_select_addr +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x7812c047 __vmalloc +EXPORT_SYMBOL vmlinux 0x781a1dbb agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x7822a50b do_clone_file_range +EXPORT_SYMBOL vmlinux 0x783df68c dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784c45e0 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789461b7 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78ad3f4d mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x78b31de6 hmm_mirror_register +EXPORT_SYMBOL vmlinux 0x78d1fdec neigh_app_ns +EXPORT_SYMBOL vmlinux 0x78da217d skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ecf8f2 has_capability +EXPORT_SYMBOL vmlinux 0x78ed381e __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x78ef89b7 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x78f44845 cdev_del +EXPORT_SYMBOL vmlinux 0x793cf339 __alloc_skb +EXPORT_SYMBOL vmlinux 0x7951b525 sk_free +EXPORT_SYMBOL vmlinux 0x7952dc76 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x7959fdb6 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x796eb22c find_inode_nowait +EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin +EXPORT_SYMBOL vmlinux 0x797ab7cb rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79913021 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b25897 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x79de0f06 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79f52f0c pci_disable_msix +EXPORT_SYMBOL vmlinux 0x79f9c764 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x79faa381 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x7a16516a scsi_print_result +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1fe3ff register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x7a26192d free_buffer_head +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4c0322 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x7a5275e0 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x7a5ceb41 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7a6f598d send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x7a744aeb skb_copy_bits +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a8b9f2b blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa73c58 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac162a1 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x7ac9fc84 mmc_free_host +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad9853a __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae2eb9a netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x7ae95a91 __netif_schedule +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afe113a cdev_add +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 +EXPORT_SYMBOL vmlinux 0x7b2822be scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7b43984c md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b4f42aa sk_ns_capable +EXPORT_SYMBOL vmlinux 0x7b5d7b64 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x7b788c9a md_finish_reshape +EXPORT_SYMBOL vmlinux 0x7b7a2c9e dev_add_offload +EXPORT_SYMBOL vmlinux 0x7b7b9b0a eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x7b7fdfe0 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b857987 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x7b9892e0 param_set_copystring +EXPORT_SYMBOL vmlinux 0x7b9c25b9 mpage_writepages +EXPORT_SYMBOL vmlinux 0x7b9d2f22 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bb597f3 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x7bb84ff7 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bbd2476 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x7bd00ce8 mdiobus_free +EXPORT_SYMBOL vmlinux 0x7c012b1a acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x7c059995 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1a3f34 nvm_submit_io_sync +EXPORT_SYMBOL vmlinux 0x7c353e8b bdget_disk +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c584183 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x7c8aaa48 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x7c8b6e7d wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x7c913b11 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL vmlinux 0x7cc22e04 xsk_umem_consume_tx +EXPORT_SYMBOL vmlinux 0x7cd0cb1a agp_free_memory +EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce4a273 d_drop +EXPORT_SYMBOL vmlinux 0x7ceb2030 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4fc6c0 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x7d5e048c flush_signals +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d9011fa vfs_mknod +EXPORT_SYMBOL vmlinux 0x7da1cbb2 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x7da5ac9a get_thermal_instance +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db80ff6 pci_pme_active +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7ddbad2e key_task_permission +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0826e2 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x7e0a5c30 ex_handler_ext +EXPORT_SYMBOL vmlinux 0x7e164bfe wake_up_process +EXPORT_SYMBOL vmlinux 0x7e2939a1 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x7e2a74c9 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x7e2d8dd9 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e46edff rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x7e4af93d inet_gso_segment +EXPORT_SYMBOL vmlinux 0x7e526bfa __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x7e5cb4b4 dev_change_proto_down_generic +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e9f6229 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x7ea10909 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7eaa4fa3 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x7ebc74a5 tcp_poll +EXPORT_SYMBOL vmlinux 0x7ec78bdd rename_lock +EXPORT_SYMBOL vmlinux 0x7ed6b815 md_error +EXPORT_SYMBOL vmlinux 0x7eef31e5 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05225c bprm_change_interp +EXPORT_SYMBOL vmlinux 0x7f0679eb vme_bus_type +EXPORT_SYMBOL vmlinux 0x7f0a5546 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x7f17b6db cad_pid +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f327870 generic_make_request +EXPORT_SYMBOL vmlinux 0x7f4868c5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7f496706 simple_getattr +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f584d89 _dev_warn +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f5d4694 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x7f5e00ec fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x7f60ceaa tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f87ebc1 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x7fb7bfbc kernel_getpeername +EXPORT_SYMBOL vmlinux 0x7fc12132 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x7fca9bd8 mmc_get_card +EXPORT_SYMBOL vmlinux 0x7fdb28c7 phy_resume +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7feb5b20 rtnl_notify +EXPORT_SYMBOL vmlinux 0x7fedc28b buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x8018a2b7 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x80375445 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x8043afd0 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x804eecc3 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x8053c0f6 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x80799437 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x807dc366 sync_file_create +EXPORT_SYMBOL vmlinux 0x808cfa53 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x808f756e posix_lock_file +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80aac993 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb58d3 neigh_xmit +EXPORT_SYMBOL vmlinux 0x80cc5b81 netif_skb_features +EXPORT_SYMBOL vmlinux 0x80cdae6c km_policy_notify +EXPORT_SYMBOL vmlinux 0x80d30bdf register_quota_format +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e2be87 netdev_notice +EXPORT_SYMBOL vmlinux 0x80f60339 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x80f94eea security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x810fd8b4 inet_gro_receive +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811dead7 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x8133c67d complete_and_exit +EXPORT_SYMBOL vmlinux 0x8134b518 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x8166aec6 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818ec873 seq_escape_mem_ascii +EXPORT_SYMBOL vmlinux 0x819e476b pps_register_source +EXPORT_SYMBOL vmlinux 0x81b395b3 down_interruptible +EXPORT_SYMBOL vmlinux 0x81bf02a2 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ef3424 tcf_em_register +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x822a251f km_new_mapping +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x82638206 sk_common_release +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x8277dd02 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82810fd2 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x8287ef83 import_iovec +EXPORT_SYMBOL vmlinux 0x828a0d85 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x8291c4f0 set_groups +EXPORT_SYMBOL vmlinux 0x829d2f6a dump_page +EXPORT_SYMBOL vmlinux 0x82a8c751 zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d07ae7 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x82e3016f phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x82efa6d3 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x82f36010 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x82fa5dcb lookup_bdev +EXPORT_SYMBOL vmlinux 0x83233862 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x833cc7dd blk_rq_init +EXPORT_SYMBOL vmlinux 0x83426fec truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8363464f agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x837b85dd input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x8384647a acpi_map_pxm_to_online_node +EXPORT_SYMBOL vmlinux 0x838baf1b tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put +EXPORT_SYMBOL vmlinux 0x83a6215e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x83b0d583 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x83ba9747 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x83c3bc4c ___pskb_trim +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c9d8bd blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x83cd61d0 __blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x83f3e44d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x844b035d __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x844b8e3c seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x84521dc1 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x846504ca xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x84741f7e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x847898f8 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x847a12e5 dquot_release +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x849ab8ff md_cluster_ops +EXPORT_SYMBOL vmlinux 0x84a5c01c sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x84b6c410 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84c54050 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x84cf9149 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x84d48d39 proc_symlink +EXPORT_SYMBOL vmlinux 0x84d5fa8f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x84ed9776 submit_bh +EXPORT_SYMBOL vmlinux 0x84fb43c0 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x8531c740 iget5_locked +EXPORT_SYMBOL vmlinux 0x8549ea3e generic_listxattr +EXPORT_SYMBOL vmlinux 0x854c62cc dquot_disable +EXPORT_SYMBOL vmlinux 0x8551ef21 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x858b3fe3 free_iova_mem +EXPORT_SYMBOL vmlinux 0x85912e3e in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x859508d8 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x85b4cf2f utf8nlen +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85bdc611 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x85c18288 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x85ca013d setattr_prepare +EXPORT_SYMBOL vmlinux 0x85d337b2 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85fbbc44 mount_single +EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x861b01b1 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x862d5878 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86457682 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x864db3fb iov_iter_for_each_range +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8651a407 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x86569909 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x866e7e0a block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x86851181 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86918cba devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x86beecbc arp_tbl +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86d47d13 input_reset_device +EXPORT_SYMBOL vmlinux 0x86d8cf48 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x86f06f76 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant +EXPORT_SYMBOL vmlinux 0x87519cb8 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876978be devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x87784ca9 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x87819166 udp_set_csum +EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream +EXPORT_SYMBOL vmlinux 0x8787e5b9 ppp_input +EXPORT_SYMBOL vmlinux 0x8788151d amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87d42d87 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881efd34 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x885312c1 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x886e8ee6 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x888a1b4e vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock +EXPORT_SYMBOL vmlinux 0x88c26add blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x88d52355 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e11021 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e4ac53 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x88e861ac cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x89052497 pci_get_slot +EXPORT_SYMBOL vmlinux 0x89260c08 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x894ed320 override_creds +EXPORT_SYMBOL vmlinux 0x896a935c page_mapped +EXPORT_SYMBOL vmlinux 0x896ab5a9 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x8980c603 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x898257f0 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x89860359 skb_ext_add +EXPORT_SYMBOL vmlinux 0x898fb6df skb_pull +EXPORT_SYMBOL vmlinux 0x899046ad security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final +EXPORT_SYMBOL vmlinux 0x89ec86f6 proto_unregister +EXPORT_SYMBOL vmlinux 0x89f6fe82 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x8a0fd89f vm_map_pages +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1bec6c scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x8a247fa0 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a35fa6e cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x8a41efd4 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4f1b4d __napi_schedule +EXPORT_SYMBOL vmlinux 0x8a5deb91 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a869df7 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x8a8b4445 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab50f7d __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x8ad03a61 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x8ad178f2 sk_stream_error +EXPORT_SYMBOL vmlinux 0x8ad29bab _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x8aec466c devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x8af6eec2 inet_protos +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b1a9f61 ilookup5 +EXPORT_SYMBOL vmlinux 0x8b2f6aa2 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x8b484b56 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x8b5247c6 simple_setattr +EXPORT_SYMBOL vmlinux 0x8b527b1f vme_lm_request +EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b678a8d genl_unregister_family +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx +EXPORT_SYMBOL vmlinux 0x8bd88b76 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x8bdb2996 bio_endio +EXPORT_SYMBOL vmlinux 0x8bdea1ba mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x8c027856 mntget +EXPORT_SYMBOL vmlinux 0x8c061816 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x8c1e66e5 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c3253ec _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x8c406dc9 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x8c4ab1e4 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x8c4f5375 ping_prot +EXPORT_SYMBOL vmlinux 0x8c50fe3d seq_pad +EXPORT_SYMBOL vmlinux 0x8c730147 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x8c87ccf0 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x8c8a9c82 dev_addr_add +EXPORT_SYMBOL vmlinux 0x8c8ef94d hmm_range_register +EXPORT_SYMBOL vmlinux 0x8c8f8349 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x8c95e071 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca5e36f __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8cc3f082 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce770bc abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x8ce83336 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8cec7359 dump_emit +EXPORT_SYMBOL vmlinux 0x8cf61076 tty_port_open +EXPORT_SYMBOL vmlinux 0x8d3021e3 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8d426878 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x8d46cb5c ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x8d54815b mdio_device_create +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d737ea4 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x8d7665ca lock_page_memcg +EXPORT_SYMBOL vmlinux 0x8d83f8fd devfreq_update_status +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8da34e38 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8df7e8d6 cpumask_any_but +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e11f38b filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1a0f85 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve +EXPORT_SYMBOL vmlinux 0x8e296246 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x8e2d1236 ex_handler_wrmsr_unsafe +EXPORT_SYMBOL vmlinux 0x8e4e3b11 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x8e598281 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x8e64bc38 abort_creds +EXPORT_SYMBOL vmlinux 0x8e663d0f zalloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x8e7c1326 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8efdf1a5 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8f217e58 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8f22327b rproc_put +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f2c73eb configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x8f38d383 ex_handler_default +EXPORT_SYMBOL vmlinux 0x8f4bac8c is_bad_inode +EXPORT_SYMBOL vmlinux 0x8f4c6ed3 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x8f596b91 config_item_set_name +EXPORT_SYMBOL vmlinux 0x8f61c3e3 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x8f6ff8a2 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x8f7324ce mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8f761042 inode_insert5 +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f90c80e __close_fd_get_file +EXPORT_SYMBOL vmlinux 0x8f96189e mmput_async +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa08874 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa5860e clk_bulk_get +EXPORT_SYMBOL vmlinux 0x8fae8099 pci_disable_device +EXPORT_SYMBOL vmlinux 0x8fae8403 vme_irq_request +EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx +EXPORT_SYMBOL vmlinux 0x8fbe9ec2 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x8fc1b3a2 request_key_rcu +EXPORT_SYMBOL vmlinux 0x8fd4e461 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x8fe18f2a __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x8fe26f36 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x8fe3cbfc tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x8fe514c7 get_super_exclusive_thawed +EXPORT_SYMBOL vmlinux 0x8ff0a8ea iunique +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x9004523e inet6_add_offload +EXPORT_SYMBOL vmlinux 0x9012850d acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x9029eaa7 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x903392cb cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903bca67 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90859a8b devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x90904f8e tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x90917dd7 register_console +EXPORT_SYMBOL vmlinux 0x90980b68 proc_set_size +EXPORT_SYMBOL vmlinux 0x909c2a65 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x909dfb2d blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x90aadd21 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x90acf499 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x90afb35b request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x90b33b7a tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x91050575 current_task +EXPORT_SYMBOL vmlinux 0x9115a2c9 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x9124963b __seq_open_private +EXPORT_SYMBOL vmlinux 0x912e9ae8 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x9130f25e abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x915df84d bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x918d8767 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91b329df blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x91be1767 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x91d630d7 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x91dbc847 generic_permission +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x921ad559 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92b3670d __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92d06dc7 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x92d1dfbd fput +EXPORT_SYMBOL vmlinux 0x92e94e07 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9306d425 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x931f979d ip_getsockopt +EXPORT_SYMBOL vmlinux 0x932efdb0 __quota_error +EXPORT_SYMBOL vmlinux 0x9346a4d1 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x934cfb0a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x9363fffa param_get_uint +EXPORT_SYMBOL vmlinux 0x936d6d37 block_read_full_page +EXPORT_SYMBOL vmlinux 0x937500e8 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938a7911 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93be49a2 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x93ea3d82 phy_init_eee +EXPORT_SYMBOL vmlinux 0x93f26206 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x93ffc3cf inet6_release +EXPORT_SYMBOL vmlinux 0x94086881 nvmem_get_mac_address +EXPORT_SYMBOL vmlinux 0x940a94df param_get_ushort +EXPORT_SYMBOL vmlinux 0x94143832 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x94459fc6 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x94636852 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x94737963 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a79671 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x94af02b6 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x94b170a1 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94d334a6 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x94fbfe78 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x9500e402 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x950126e8 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x9505941d vm_map_ram +EXPORT_SYMBOL vmlinux 0x950bb2d8 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x95439939 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x9544d2f4 filemap_flush +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x954ae8a1 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9566a18d pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked +EXPORT_SYMBOL vmlinux 0x95957dad dev_change_flags +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95aa821f md_handle_request +EXPORT_SYMBOL vmlinux 0x95b67aae ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x95c2d9a4 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x95c49f41 _dev_err +EXPORT_SYMBOL vmlinux 0x95d72280 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add +EXPORT_SYMBOL vmlinux 0x95eb05bd kernel_write +EXPORT_SYMBOL vmlinux 0x95ed36e5 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x96240f2f get_acl +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x963dcba1 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x96492f69 set_wb_congested +EXPORT_SYMBOL vmlinux 0x9650f6ed skb_unlink +EXPORT_SYMBOL vmlinux 0x965275f1 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x965318c3 dquot_acquire +EXPORT_SYMBOL vmlinux 0x968326e6 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x96841bc2 flush_old_exec +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96bc0135 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x97019317 pci_release_resource +EXPORT_SYMBOL vmlinux 0x970f0ec4 empty_aops +EXPORT_SYMBOL vmlinux 0x9725bc3d tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9741fb6d sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x97431fc6 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict +EXPORT_SYMBOL vmlinux 0x9755e5e2 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x977dc9c5 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x977e57c7 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x977f511b __mutex_init +EXPORT_SYMBOL vmlinux 0x977fe8da skb_free_datagram +EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync +EXPORT_SYMBOL vmlinux 0x9796444a pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c44ef3 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x97d256dc unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x97eba9f4 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x97f214d7 d_add_ci +EXPORT_SYMBOL vmlinux 0x9802872e vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x98115f22 set_disk_ro +EXPORT_SYMBOL vmlinux 0x981597b7 vme_irq_free +EXPORT_SYMBOL vmlinux 0x981be892 set_security_override +EXPORT_SYMBOL vmlinux 0x981dd9c0 neigh_destroy +EXPORT_SYMBOL vmlinux 0x9829c8f4 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x983d7f84 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x983fbbca generic_fillattr +EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse +EXPORT_SYMBOL vmlinux 0x9886e550 pci_map_rom +EXPORT_SYMBOL vmlinux 0x98a2689d fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x98aa8e35 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x98b60274 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x98bc1717 inet_del_offload +EXPORT_SYMBOL vmlinux 0x98bd1573 netlink_ack +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98d445ea blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ecb956 amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993e0a50 iterate_fd +EXPORT_SYMBOL vmlinux 0x9948887a register_cdrom +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99555a74 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x996aa465 bio_chain +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999f25e3 param_ops_uint +EXPORT_SYMBOL vmlinux 0x99bc5113 request_key_tag +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99fb6bab amd_iommu_pc_set_reg +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1e7e87 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a1fdafc nd_device_notify +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a3e463d phy_connect_direct +EXPORT_SYMBOL vmlinux 0x9a4f1587 inet_frag_find +EXPORT_SYMBOL vmlinux 0x9a5363fd __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict +EXPORT_SYMBOL vmlinux 0x9a7ffe17 eisa_driver_register +EXPORT_SYMBOL vmlinux 0x9a93884e udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab58b07 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x9abe5434 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae5c578 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x9aec514a pci_select_bars +EXPORT_SYMBOL vmlinux 0x9afb1cd0 pagevec_lookup_range +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b30e22e kobject_init +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3d6306 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x9b4e19a4 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x9b50f299 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked +EXPORT_SYMBOL vmlinux 0x9b59b5fc pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x9b5f5c7e generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x9b6fd690 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b81f7e4 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x9b8cba9f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x9bab0388 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x9bb3799c find_get_entry +EXPORT_SYMBOL vmlinux 0x9bd8358b xsk_umem_complete_tx +EXPORT_SYMBOL vmlinux 0x9c042735 xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c23d3bb key_revoke +EXPORT_SYMBOL vmlinux 0x9c39a73b unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x9c44523c pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x9c511ad6 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x9c678ead d_rehash +EXPORT_SYMBOL vmlinux 0x9c7050b3 simple_release_fs +EXPORT_SYMBOL vmlinux 0x9c794399 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x9c7bd4cd dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x9c88e8a1 dm_put_table_device +EXPORT_SYMBOL vmlinux 0x9c942adc vprintk_emit +EXPORT_SYMBOL vmlinux 0x9c9e184f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd22099 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce0bb96 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x9ce0dc2c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x9cf432e1 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9cfd1b9f tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d2840db page_symlink +EXPORT_SYMBOL vmlinux 0x9d321a14 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x9d48afb6 simple_link +EXPORT_SYMBOL vmlinux 0x9d4c93b5 __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0x9d530532 md_write_end +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission +EXPORT_SYMBOL vmlinux 0x9dc82e45 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9dd46b71 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x9de6f6f6 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x9de71543 bd_start_claiming +EXPORT_SYMBOL vmlinux 0x9dffe25c sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e163a88 dma_direct_unmap_page +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e394004 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61ad3d nvm_submit_io +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e7add38 setattr_copy +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8d9987 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea0c6a6 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x9ea53d7f vsnprintf +EXPORT_SYMBOL vmlinux 0x9eab8d85 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9ebb4f22 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x9ebc2584 napi_disable +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecddc1f iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ee9d291 dst_alloc +EXPORT_SYMBOL vmlinux 0x9eef605c fb_pan_display +EXPORT_SYMBOL vmlinux 0x9ef4336e tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x9f0824d2 inc_nlink +EXPORT_SYMBOL vmlinux 0x9f25bfbe tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x9f2ed1bf inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x9f2fd9e1 nvm_alloc_dev +EXPORT_SYMBOL vmlinux 0x9f2ffe36 fscrypt_enqueue_decrypt_bio +EXPORT_SYMBOL vmlinux 0x9f3a9218 bdi_register +EXPORT_SYMBOL vmlinux 0x9f44a055 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4eb097 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f66a1dd netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x9f751b33 vfs_whiteout +EXPORT_SYMBOL vmlinux 0x9f79e896 set_user_nice +EXPORT_SYMBOL vmlinux 0x9f86196f __d_drop +EXPORT_SYMBOL vmlinux 0x9f8de745 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9a8305 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fa7ca43 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x9fa857cd skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid +EXPORT_SYMBOL vmlinux 0x9fbe85c2 nvdimm_revalidate_disk +EXPORT_SYMBOL vmlinux 0x9fcf7e7d mmc_detect_change +EXPORT_SYMBOL vmlinux 0x9fd0c2a4 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x9fda60e9 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe4e565 genl_register_family +EXPORT_SYMBOL vmlinux 0x9fe75ce3 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x9fe9def8 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0172dc8 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xa019d192 tso_start +EXPORT_SYMBOL vmlinux 0xa01ba51d scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xa02252cc peernet2id +EXPORT_SYMBOL vmlinux 0xa0289157 fb_class +EXPORT_SYMBOL vmlinux 0xa028cb3f __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa0402842 device_add_disk +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04df561 neigh_lookup +EXPORT_SYMBOL vmlinux 0xa05d1075 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xa07579d7 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa084f79f cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa096b889 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xa09c9f1e pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xa0a334dd inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa0ac2d88 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b4ddfa __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa0ce6806 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xa0d3ff25 pci_set_vpd_size +EXPORT_SYMBOL vmlinux 0xa0d96772 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dbb7cd inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa100fa39 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xa1089f2f pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1107638 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa127a79d xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa147723c __d_lookup_done +EXPORT_SYMBOL vmlinux 0xa14a2bf2 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xa16c8613 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xa17feddb tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xa1867265 devm_iounmap +EXPORT_SYMBOL vmlinux 0xa191a0ca napi_complete_done +EXPORT_SYMBOL vmlinux 0xa1a925f2 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xa1b82d35 page_pool_create +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c9f1c4 fqdir_exit +EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create +EXPORT_SYMBOL vmlinux 0xa1e812bf skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xa1f9a134 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20cae3c blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xa228e681 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23f35f6 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xa242bd1a xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa257f738 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte +EXPORT_SYMBOL vmlinux 0xa25de43a mmc_release_host +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2868dd0 vme_slave_request +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2bd6501 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xa2bd71a1 unlock_rename +EXPORT_SYMBOL vmlinux 0xa2bd7466 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xa2cbfeec simple_rename +EXPORT_SYMBOL vmlinux 0xa2dd3d3a get_user_pages_locked +EXPORT_SYMBOL vmlinux 0xa2f47d32 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xa2fbd9a7 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa3036ef8 cdev_init +EXPORT_SYMBOL vmlinux 0xa303fce1 set_cached_acl +EXPORT_SYMBOL vmlinux 0xa3275de9 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xa3393894 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xa33c0eac wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xa34fa8f2 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xa36f547f inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xa3731693 vfs_get_link +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3b853f7 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xa3bf04d8 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xa3bf6975 param_array_ops +EXPORT_SYMBOL vmlinux 0xa3dbf9e0 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xa3e29a16 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xa3ee9e12 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xa3ef385e padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa3f58351 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xa4096d56 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xa4099749 seq_path +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa4269dfa devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xa42940e2 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa43e0928 single_open_size +EXPORT_SYMBOL vmlinux 0xa47904d1 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xa47f0934 simple_statfs +EXPORT_SYMBOL vmlinux 0xa483b066 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xa48c8269 get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0xa48cbe0e devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xa48de993 kern_path_create +EXPORT_SYMBOL vmlinux 0xa4921fb4 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xa49df740 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4cb666f dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d5bed0 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xa4ed078a rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50b7b1b __devm_release_region +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa50dba77 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xa5139205 fscrypt_get_encryption_info +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa53d23ca mr_table_dump +EXPORT_SYMBOL vmlinux 0xa53fddd8 security_sb_remount +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa560045a delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xa58bb6d7 tty_set_operations +EXPORT_SYMBOL vmlinux 0xa5956abe ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound +EXPORT_SYMBOL vmlinux 0xa5b34efe pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xa5c07adb d_invalidate +EXPORT_SYMBOL vmlinux 0xa5c7b0ad gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xa5cc5d9f kthread_stop +EXPORT_SYMBOL vmlinux 0xa5d22ae2 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xa5db03f5 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xa5def498 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer +EXPORT_SYMBOL vmlinux 0xa619c73e add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa633652e phy_validate_pause +EXPORT_SYMBOL vmlinux 0xa63d575f pci_bus_type +EXPORT_SYMBOL vmlinux 0xa6431660 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xa6493df0 ata_print_version +EXPORT_SYMBOL vmlinux 0xa64b2a71 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xa65d57e5 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa6670944 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xa66b9b17 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xa66c2a2c pci_dev_driver +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp +EXPORT_SYMBOL vmlinux 0xa6904f4f padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xa697c5a6 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xa69e279c __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xa6b58a28 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xa6bb5e78 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xa6d2c472 simple_get_link +EXPORT_SYMBOL vmlinux 0xa6df0211 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71f30de page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa72cdfe1 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa72d8253 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xa74b2aa6 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa775f22f param_set_byte +EXPORT_SYMBOL vmlinux 0xa777777c phy_write_paged +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78de4e3 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa7918767 backlight_device_register +EXPORT_SYMBOL vmlinux 0xa7a8143a page_pool_unmap_page +EXPORT_SYMBOL vmlinux 0xa7b3f621 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xa7b862e8 bdgrab +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa80ba037 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa81c0007 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked +EXPORT_SYMBOL vmlinux 0xa8262817 dev_driver_string +EXPORT_SYMBOL vmlinux 0xa8264076 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xa82ae143 datagram_poll +EXPORT_SYMBOL vmlinux 0xa8325999 ip_options_compile +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa84d2a47 fb_deferred_io_mmap +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa881ae2a alloc_fcdev +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa8a027e6 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xa8ad9ef8 pci_find_bus +EXPORT_SYMBOL vmlinux 0xa8c839d7 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ce49b0 param_set_ushort +EXPORT_SYMBOL vmlinux 0xa8d07f41 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xa8d4b42e bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xa8dc3b0f eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xa8e574d7 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917eefe pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xa92b7f4c tso_build_hdr +EXPORT_SYMBOL vmlinux 0xa92ee5d4 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xa93caff5 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94db312 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xa9520a95 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa98516c0 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes +EXPORT_SYMBOL vmlinux 0xa9a2317c submit_bio_wait +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9b65c85 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9ec85af simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xaa00a21d dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa213b5e tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xaa2b3d4a agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xaa2d97e2 fb_find_mode +EXPORT_SYMBOL vmlinux 0xaa31a3cf generic_file_open +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa440cfa vme_slot_num +EXPORT_SYMBOL vmlinux 0xaa6c442c vfs_fadvise +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7ff199 input_register_device +EXPORT_SYMBOL vmlinux 0xaa8cfd65 inet6_bind +EXPORT_SYMBOL vmlinux 0xaa950f11 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xaa9ca699 netif_device_detach +EXPORT_SYMBOL vmlinux 0xaac6bd8e textsearch_register +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad15d9f legacy_pic +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae2589f phy_read_paged +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab2675ab tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab411b8f vfs_symlink +EXPORT_SYMBOL vmlinux 0xab4fa9e7 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab62e5d0 proc_create_data +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab82b5bc freeze_super +EXPORT_SYMBOL vmlinux 0xaba1a85c dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed +EXPORT_SYMBOL vmlinux 0xabb60cd1 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xabc9736c get_task_cred +EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc +EXPORT_SYMBOL vmlinux 0xabe3b8b8 param_set_ulong +EXPORT_SYMBOL vmlinux 0xabebccd9 udp_ioctl +EXPORT_SYMBOL vmlinux 0xabed2b19 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf8c05c udp6_csum_init +EXPORT_SYMBOL vmlinux 0xac0271f0 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xac02ec98 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac50cbeb ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac541586 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac645588 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xac68ccb4 input_match_device_id +EXPORT_SYMBOL vmlinux 0xac6bc914 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xac6c4980 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xac6c53eb neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xac706ccc inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xac76b2e1 from_kprojid +EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xac9068a3 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb0d27c iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xacc02df6 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad1d5cf9 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xad2951a9 ex_handler_rdmsr_unsafe +EXPORT_SYMBOL vmlinux 0xad32abfb __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xad43728f t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad555da1 vfs_getattr +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7d0690 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad88b13b read_cache_pages +EXPORT_SYMBOL vmlinux 0xad9670f1 seq_puts +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xada1ccad devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae3cd3 write_cache_pages +EXPORT_SYMBOL vmlinux 0xadb024d2 vfs_llseek +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc189aa qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadde428e pci_iounmap +EXPORT_SYMBOL vmlinux 0xadf61dbb dev_uc_flush +EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xadff2b4a mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xae2d5e70 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae384beb request_firmware +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae7e3a35 mutex_trylock_recursive +EXPORT_SYMBOL vmlinux 0xaeab0852 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaf117a43 init_pseudo +EXPORT_SYMBOL vmlinux 0xaf290418 security_path_rename +EXPORT_SYMBOL vmlinux 0xaf3cc160 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf40e99f tcp_seq_next +EXPORT_SYMBOL vmlinux 0xaf53cad2 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xaf55b486 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xaf58fe30 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init +EXPORT_SYMBOL vmlinux 0xaf8f1dd3 generic_write_checks +EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0xafabdfb7 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafda5f9f inetdev_by_index +EXPORT_SYMBOL vmlinux 0xafdb3781 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xafdcb9fc free_task +EXPORT_SYMBOL vmlinux 0xafe15b3c jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xafe2d8c2 km_report +EXPORT_SYMBOL vmlinux 0xafe6c50d compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xafeceff5 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xb0125c7e tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e73b8 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xb02024d5 __tcf_idr_release +EXPORT_SYMBOL vmlinux 0xb03dfa0e current_time +EXPORT_SYMBOL vmlinux 0xb04e02e6 find_lock_entry +EXPORT_SYMBOL vmlinux 0xb04efc5f phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xb05407af abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb061a98a mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb09ab6f7 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ac981a sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xb0e0a2ed pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0ebce5e param_ops_long +EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize +EXPORT_SYMBOL vmlinux 0xb0f39c26 inet6_protos +EXPORT_SYMBOL vmlinux 0xb0fb313a mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xb10e2e14 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb12051fa jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1327665 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xb143ba73 done_path_create +EXPORT_SYMBOL vmlinux 0xb145611f seq_release +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb15a8fe3 set_blocksize +EXPORT_SYMBOL vmlinux 0xb15ab250 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xb15cfab5 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xb15d9545 put_tty_driver +EXPORT_SYMBOL vmlinux 0xb1633790 __brelse +EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0xb17a8fd9 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xb191bb56 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xb19858fc nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb1adfe0c drop_nlink +EXPORT_SYMBOL vmlinux 0xb1b6c88e crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d51c11 dev_uc_del +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e12d81 krealloc +EXPORT_SYMBOL vmlinux 0xb1e2b47f netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xb1f44d80 wait_on_page_bit_killable +EXPORT_SYMBOL vmlinux 0xb202cacc devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xb203c6a5 seq_putc +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb21c02eb pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xb2297a22 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb241074b padata_stop +EXPORT_SYMBOL vmlinux 0xb257e337 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xb25f57bd padata_free_shell +EXPORT_SYMBOL vmlinux 0xb27b64ef ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb28ce29b netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xb28f232e current_in_userns +EXPORT_SYMBOL vmlinux 0xb2957fb8 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked +EXPORT_SYMBOL vmlinux 0xb29b3fb9 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xb2a66f20 phy_disconnect +EXPORT_SYMBOL vmlinux 0xb2a898a0 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xb2a9a88f xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xb2aa21a2 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append +EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2dd4089 thaw_super +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30f75b0 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3635b01 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36c0b5b dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb3753869 module_layout +EXPORT_SYMBOL vmlinux 0xb376ae1d sock_wake_async +EXPORT_SYMBOL vmlinux 0xb37b5d72 param_set_ullong +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb39cc4b9 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3c1a7f3 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xb3c8a4ff cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d5d656 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xb3e802e2 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xb3f13c66 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3ff156f xfrm_state_update +EXPORT_SYMBOL vmlinux 0xb401fc12 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4074482 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xb40ba8b1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4416331 igrab +EXPORT_SYMBOL vmlinux 0xb44ad4b3 _copy_to_user +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb478563d inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb47e7a60 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xb47f07f2 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49956cc xsk_umem_discard_addr +EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4b80e51 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xb4de9a31 vmap +EXPORT_SYMBOL vmlinux 0xb4e1db84 mpage_readpage +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f90f0b __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb5036428 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xb50e1c2f param_get_int +EXPORT_SYMBOL vmlinux 0xb519118e udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb52b25a4 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53ad02f vfs_mkobj +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb546960d dev_printk +EXPORT_SYMBOL vmlinux 0xb54759c2 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xb556f9c7 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xb5722109 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5adc906 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xb5b8af8f generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb5ce80b5 secpath_set +EXPORT_SYMBOL vmlinux 0xb5ddd22f ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xb5e022b2 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5eaf4a6 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xb5fa45c0 pci_find_resource +EXPORT_SYMBOL vmlinux 0xb601be4c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0xb6025cf2 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xb603be6a fsync_bdev +EXPORT_SYMBOL vmlinux 0xb619b44f csum_and_copy_from_iter_full +EXPORT_SYMBOL vmlinux 0xb622133a nf_log_packet +EXPORT_SYMBOL vmlinux 0xb623b363 skb_trim +EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb655b2a4 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xb65702b1 bio_devname +EXPORT_SYMBOL vmlinux 0xb6652c16 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xb665f56d __cachemode2pte_tbl +EXPORT_SYMBOL vmlinux 0xb670aaa2 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb6761b9d audit_log +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68f4afd dev_get_by_name +EXPORT_SYMBOL vmlinux 0xb6915c0e md_write_start +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69611b3 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6abc167 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xb6abccd0 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xb6c4c15c vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xb6d813fb page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ef76da devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xb6ef842d genphy_read_status +EXPORT_SYMBOL vmlinux 0xb70d6e67 get_tz_trend +EXPORT_SYMBOL vmlinux 0xb71a374a unlock_new_inode +EXPORT_SYMBOL vmlinux 0xb735c007 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73ae9ea iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xb750879f xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb76d4cc3 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xb77818ff __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xb77b5acb acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb792174a netdev_features_change +EXPORT_SYMBOL vmlinux 0xb7af789d __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xb7b06759 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7eefd1f __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb7f9dff4 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xb80595c4 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xb814c56e file_ns_capable +EXPORT_SYMBOL vmlinux 0xb814e18a on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0xb81a0bc6 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xb820b0e5 key_unlink +EXPORT_SYMBOL vmlinux 0xb82582b2 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue +EXPORT_SYMBOL vmlinux 0xb85f4de0 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb8736fb6 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xb882099b ip_frag_init +EXPORT_SYMBOL vmlinux 0xb893b480 dma_direct_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb8993e29 migrate_page_states +EXPORT_SYMBOL vmlinux 0xb89a2884 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89c078c input_free_device +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xb8d380d3 dma_resv_add_excl_fence +EXPORT_SYMBOL vmlinux 0xb8e06ea2 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f2630c page_mapping +EXPORT_SYMBOL vmlinux 0xb8f9706c param_get_charp +EXPORT_SYMBOL vmlinux 0xb8fe1672 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb93cc3bf sk_dst_check +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb94d9027 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xb960d212 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9950a98 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0xb99f0150 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xb9a3b580 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xb9add878 bd_finish_claiming +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b62631 compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fc4b5d rproc_del +EXPORT_SYMBOL vmlinux 0xba0e06ed blkdev_fsync +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba46fdef sock_wfree +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba539f57 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xba588299 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xba5e7ec6 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xba958440 sync_filesystem +EXPORT_SYMBOL vmlinux 0xbaac9bc9 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xbab2fb36 skb_clone +EXPORT_SYMBOL vmlinux 0xbab76fd8 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xbabc6d1f qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xbabf9a7f locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xbac58131 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbad6d914 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xbadae2a5 dev_addr_init +EXPORT_SYMBOL vmlinux 0xbb0037dd vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0bb5df __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xbb10a186 neigh_for_each +EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb26a94b blk_execute_rq +EXPORT_SYMBOL vmlinux 0xbb2b362c skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xbb383597 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbbac590c key_move +EXPORT_SYMBOL vmlinux 0xbbc7f2c8 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order +EXPORT_SYMBOL vmlinux 0xbbeb5449 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xbbf895a6 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xbc09dd0f agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xbc18c721 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc28f605 skb_split +EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc41bee6 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xbc509511 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xbc616855 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xbc6d1a7f __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xbc7b947a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xbc8cf85a dev_trans_start +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb18740 unload_nls +EXPORT_SYMBOL vmlinux 0xbcb32904 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xbcb8997e ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 +EXPORT_SYMBOL vmlinux 0xbcbea7b8 phy_attach +EXPORT_SYMBOL vmlinux 0xbcbfd98d nd_btt_version +EXPORT_SYMBOL vmlinux 0xbcc2168a dget_parent +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc36e67 dump_align +EXPORT_SYMBOL vmlinux 0xbccac232 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbccec827 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xbcd670e2 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xbcde6f46 phy_connect +EXPORT_SYMBOL vmlinux 0xbce9e9d2 may_umount_tree +EXPORT_SYMBOL vmlinux 0xbd346e22 __pagevec_release +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4f95f1 dst_dev_put +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd7cef84 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xbd923e16 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xbdc8bfb4 console_stop +EXPORT_SYMBOL vmlinux 0xbddf62d2 dma_direct_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe09045c vfs_link +EXPORT_SYMBOL vmlinux 0xbe0d17ef register_framebuffer +EXPORT_SYMBOL vmlinux 0xbe3552c9 param_set_invbool +EXPORT_SYMBOL vmlinux 0xbe3af24c deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5815ea sync_blockdev +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5bd6bc security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd +EXPORT_SYMBOL vmlinux 0xbe5f52bc jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe7e05a8 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xbe81898e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbea47443 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xbee4b280 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xbee67ce6 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xbee97ca8 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xbef3d486 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef7ee32 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xbefa4295 clear_wb_congested +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf026367 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xbf0d9c23 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xbf0dcb01 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xbf1c0020 dquot_file_open +EXPORT_SYMBOL vmlinux 0xbf2354fa get_user_pages +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf5d441a refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xbf6f264c vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbf7280ab seq_write +EXPORT_SYMBOL vmlinux 0xbf788fd1 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0xbf7d1462 config_item_put +EXPORT_SYMBOL vmlinux 0xbf89793c __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa22385 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xbfb86b5b sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfdcb43a __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0xbfea3cb9 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xbfeb801d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc009babc inode_nohighmem +EXPORT_SYMBOL vmlinux 0xc0206450 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xc060ba36 pnp_device_attach +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07afc91 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08594b8 __do_once_done +EXPORT_SYMBOL vmlinux 0xc089e356 pci_enable_device +EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0xc09a822f udp_gro_complete +EXPORT_SYMBOL vmlinux 0xc0a061e8 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL vmlinux 0xc0bca0f1 ZSTD_nextSrcSizeToDecompress +EXPORT_SYMBOL vmlinux 0xc0cee7d9 pipe_lock +EXPORT_SYMBOL vmlinux 0xc0cfe417 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xc0da69ed uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc0dc1e69 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xc0faa71d vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc101b21b vfs_create +EXPORT_SYMBOL vmlinux 0xc111ae64 intel_gtt_get +EXPORT_SYMBOL vmlinux 0xc1179daa kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xc11b1d15 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xc12e0bce pci_enable_msi +EXPORT_SYMBOL vmlinux 0xc1309340 sk_alloc +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc13e6faf blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xc14af7fa mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc14ea6e8 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc156c981 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1749e9f blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xc17b1e7e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xc1a1196b tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xc1c23633 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xc1d0c744 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2ea3b make_kgid +EXPORT_SYMBOL vmlinux 0xc228129e revert_creds +EXPORT_SYMBOL vmlinux 0xc234191a bio_put +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc2518d95 locks_free_lock +EXPORT_SYMBOL vmlinux 0xc26623ae dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc266ec84 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate +EXPORT_SYMBOL vmlinux 0xc26b0318 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc284e93d finalize_exec +EXPORT_SYMBOL vmlinux 0xc2905e02 simple_open +EXPORT_SYMBOL vmlinux 0xc29957c3 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a17ebe seqno_fence_ops +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31b0f13 is_nd_dax +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc32f013c agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xc33d006d skb_tx_error +EXPORT_SYMBOL vmlinux 0xc33df275 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xc33e233e ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc34d3bbd inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc36a3bd4 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37ea593 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3921ea2 framebuffer_release +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c891e8 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc3d4f48d simple_dir_operations +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0xc41d3b4c nf_reinject +EXPORT_SYMBOL vmlinux 0xc41f3b6f account_page_redirty +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc43cdb35 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xc4447806 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xc4519697 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xc4649176 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47aae08 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xc4917cb7 neigh_table_init +EXPORT_SYMBOL vmlinux 0xc4a058e1 md_register_thread +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b425ea input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xc4bc9343 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xc4e00fd2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc5021ea8 padata_do_serial +EXPORT_SYMBOL vmlinux 0xc517b67c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xc523abd9 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc531bfbe page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xc53361e0 rproc_alloc +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc57958fc udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57d832c udp_poll +EXPORT_SYMBOL vmlinux 0xc5850110 printk +EXPORT_SYMBOL vmlinux 0xc5971004 __check_sticky +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc599dba3 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xc5b5f534 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c1a237 key_link +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e4a5d1 cpumask_next +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc5f88bf6 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xc5fc3df9 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6396864 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc66308f7 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xc6665e83 clk_add_alias +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66b1100 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc68e82c1 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cf76b6 neigh_update +EXPORT_SYMBOL vmlinux 0xc6e6d37d __bforget +EXPORT_SYMBOL vmlinux 0xc6f3c108 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72c8297 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xc745cddc mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xc76a2dcf release_pages +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78897d2 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xc7e98f42 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xc80333b5 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81a5f6b mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xc81d0ddd blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop +EXPORT_SYMBOL vmlinux 0xc83af22d sock_wmalloc +EXPORT_SYMBOL vmlinux 0xc83f2185 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b65dff generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xc8c60e9b cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xc8e15aaa serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xc8e53389 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xc8e7622c inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xc8f59268 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc912c895 import_single_range +EXPORT_SYMBOL vmlinux 0xc9173efd udp_seq_start +EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97c2d5a poll_freewait +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc990ae5f phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xc9d58020 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ec2108 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f9e6e1 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca269770 rproc_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xca82a6e0 skb_append +EXPORT_SYMBOL vmlinux 0xca8f7009 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca955ea5 unregister_console +EXPORT_SYMBOL vmlinux 0xca979ced __serio_register_port +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9e2dc3 end_page_writeback +EXPORT_SYMBOL vmlinux 0xca9e9d2f param_ops_ushort +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae487f2 tty_do_resize +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf421ed tty_port_close_end +EXPORT_SYMBOL vmlinux 0xcaf4acdd bdget +EXPORT_SYMBOL vmlinux 0xcb1a107f unix_get_socket +EXPORT_SYMBOL vmlinux 0xcb22aec0 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb698537 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xcb6cf502 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb8f0c10 put_disk +EXPORT_SYMBOL vmlinux 0xcb9873b3 skb_copy +EXPORT_SYMBOL vmlinux 0xcb9e1a22 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbae9768 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xcbb947d9 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xcbbb17cd __getblk_gfp +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc88a23 ZSTD_isFrame +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbeb4cb9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xcbf052e7 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xcbf0ff49 xfrm_input +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc014dbf generic_fadvise +EXPORT_SYMBOL vmlinux 0xcc0264ad pci_get_class +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2e18bd nd_device_unregister +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc3fdf48 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5ea229 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xcc6408bf configfs_depend_item +EXPORT_SYMBOL vmlinux 0xcc66f266 vfs_unlink +EXPORT_SYMBOL vmlinux 0xcc70d254 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xcc7162ba get_super_thawed +EXPORT_SYMBOL vmlinux 0xcc73778d neigh_table_clear +EXPORT_SYMBOL vmlinux 0xcc78395e vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xcc7925dc fd_install +EXPORT_SYMBOL vmlinux 0xcc7ed3de d_delete +EXPORT_SYMBOL vmlinux 0xcc81353c pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xcc969d29 bio_free_pages +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccbc11be tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd2d041 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccef37e4 ZSTD_DStreamOutSize +EXPORT_SYMBOL vmlinux 0xccfa5fa1 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd08bce3 dquot_drop +EXPORT_SYMBOL vmlinux 0xcd1d09c5 prepare_binprm +EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd35a1f9 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xcd37cfae blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xcd58129a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xcd5bfa2c nonseekable_open +EXPORT_SYMBOL vmlinux 0xcd78e562 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xcd7ea4e6 seq_file_path +EXPORT_SYMBOL vmlinux 0xcd7fd3a0 simple_rmdir +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9fbe1e generic_writepages +EXPORT_SYMBOL vmlinux 0xcda3989d bioset_exit +EXPORT_SYMBOL vmlinux 0xcdadea12 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xcdb84ecb sk_capable +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde1ec84 phy_device_free +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf4daf5 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xce066476 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xce0909eb dcb_setapp +EXPORT_SYMBOL vmlinux 0xce128683 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xce15b9bb scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xce2398b8 alloc_pages_current +EXPORT_SYMBOL vmlinux 0xce241080 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2b68ad file_update_time +EXPORT_SYMBOL vmlinux 0xce380816 iput +EXPORT_SYMBOL vmlinux 0xce4ad718 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6477b2 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce8b1878 __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0xce8cc109 dquot_alloc +EXPORT_SYMBOL vmlinux 0xce90fd20 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xce981f1c phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xce9afc7b genphy_suspend +EXPORT_SYMBOL vmlinux 0xcea7f8b2 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xceaad73f filp_close +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcead90e6 is_subdir +EXPORT_SYMBOL vmlinux 0xceb656c0 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xceb823b1 node_data +EXPORT_SYMBOL vmlinux 0xcec26313 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xcec71449 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xcecb0050 __kfree_skb +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced4f529 set_pages_wb +EXPORT_SYMBOL vmlinux 0xceeb51d6 __free_pages +EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xcef0147c input_grab_device +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0xcf0d4bc4 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xcf239ad2 load_nls +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf41cad8 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf510290 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xcf631bf7 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xcf746292 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xcf83d83a __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xcf89c680 sock_from_file +EXPORT_SYMBOL vmlinux 0xcf8a0bd6 tty_register_device +EXPORT_SYMBOL vmlinux 0xcf931e97 phy_find_first +EXPORT_SYMBOL vmlinux 0xcfa353d4 param_ops_string +EXPORT_SYMBOL vmlinux 0xcfb8ae08 pagevec_lookup_range_nr_tag +EXPORT_SYMBOL vmlinux 0xcfbd4b73 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xcfd6ccb5 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xd0005de5 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd01fb87f blk_integrity_register +EXPORT_SYMBOL vmlinux 0xd03a76b0 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xd047d5e1 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xd0484dee tty_kref_put +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04d1327 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0b7a60e lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xd0b872e2 elv_rb_del +EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd0c4be0a tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd0c54d10 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xd0cc5e41 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xd0dca490 get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0xd0ebd2eb pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xd0ebe495 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put +EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd115009d discard_new_inode +EXPORT_SYMBOL vmlinux 0xd12795c8 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd140f7ef icmp6_send +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd181ea69 ps2_end_command +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19bd2e1 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0xd1ab8cc0 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd1cbb137 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd2018fb5 netif_rx +EXPORT_SYMBOL vmlinux 0xd20c40ef follow_pfn +EXPORT_SYMBOL vmlinux 0xd21ac648 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2387544 skb_queue_head +EXPORT_SYMBOL vmlinux 0xd23ce76d skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xd244ab4e unlock_page +EXPORT_SYMBOL vmlinux 0xd245ac91 dev_open +EXPORT_SYMBOL vmlinux 0xd247dc2d ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd262dfcb vscnprintf +EXPORT_SYMBOL vmlinux 0xd266d2b2 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd288bd9d jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xd299ab9b blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd2a11acc ppp_input_error +EXPORT_SYMBOL vmlinux 0xd2a964db xfrm_lookup +EXPORT_SYMBOL vmlinux 0xd2ae7c58 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xd2b204b6 register_netdev +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e069c5 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2ec0cad xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd2f6d0c5 sock_no_bind +EXPORT_SYMBOL vmlinux 0xd30ffe94 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xd32003d6 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xd32c8c7d netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xd338102d __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xd34096ed ip6_frag_next +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3751db0 genphy_update_link +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd3bb6fac pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xd3ca2f03 serio_open +EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd408a114 translation_pre_enabled +EXPORT_SYMBOL vmlinux 0xd4170ded flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xd424be4c pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xd44853d1 sock_edemux +EXPORT_SYMBOL vmlinux 0xd44af251 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xd45121c4 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4970a1a release_sock +EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create +EXPORT_SYMBOL vmlinux 0xd4b1b149 console_start +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4beaa53 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xd4beb838 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xd4bfd5da device_get_mac_address +EXPORT_SYMBOL vmlinux 0xd4c71525 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xd4ca80cc __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d80743 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xd4dc0a02 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xd4ea0779 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd50eb942 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xd516a86a skb_queue_tail +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53c9ba5 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xd54ca915 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xd551b9c3 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd5781fe6 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xd58e090a pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xd58f91e8 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b5eef1 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xd5bb8fcc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd5c064fe pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xd5d0a326 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xd5da9978 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xd5dcd5a0 km_query +EXPORT_SYMBOL vmlinux 0xd5e6d0ed generic_ro_fops +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60645b6 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd63077a2 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd635ff26 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd6451fcc redraw_screen +EXPORT_SYMBOL vmlinux 0xd65c5a35 lock_rename +EXPORT_SYMBOL vmlinux 0xd672ec12 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6973d3e qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xd697f9d3 can_nice +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ec17a0 notify_change +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f786ad filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71c240c dev_addr_del +EXPORT_SYMBOL vmlinux 0xd72e6156 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd740e07a vga_get +EXPORT_SYMBOL vmlinux 0xd74d9b98 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xd75ac21c mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xd75cd208 gro_cells_init +EXPORT_SYMBOL vmlinux 0xd76d6a22 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd771c446 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xd777a926 simple_write_begin +EXPORT_SYMBOL vmlinux 0xd77b37d9 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xd78321ef t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xd78ee6e3 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xd79faccb give_up_console +EXPORT_SYMBOL vmlinux 0xd7a5ecb3 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xd7cc04a8 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d440b1 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd8280f14 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xd83b33f9 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xd83ebb14 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame +EXPORT_SYMBOL vmlinux 0xd87b0d60 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xd88931ee inet_frags_init +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f7d78 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8eb6763 sget_fc +EXPORT_SYMBOL vmlinux 0xd8eb939e md_unregister_thread +EXPORT_SYMBOL vmlinux 0xd8fd6a9a dma_set_mask +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9404061 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xd947ab64 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94d5b2e rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xd952b6bc mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd979a547 __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0xd981b7ff seq_printf +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98a2052 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xd9950137 input_flush_device +EXPORT_SYMBOL vmlinux 0xd99e39c5 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9bb7aae nvm_register_tgt_type +EXPORT_SYMBOL vmlinux 0xd9bfe5a2 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xd9c7de39 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xd9cdd4e5 serio_reconnect +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9da26c7 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xd9e8aee7 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xd9ec20c8 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xd9f20cff vm_insert_page +EXPORT_SYMBOL vmlinux 0xd9f3cc8e sock_rfree +EXPORT_SYMBOL vmlinux 0xd9fedf81 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xda0520b9 migrate_page_move_mapping +EXPORT_SYMBOL vmlinux 0xda13f07a dquot_commit_info +EXPORT_SYMBOL vmlinux 0xda143c4c bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda3bfe63 file_modified +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType +EXPORT_SYMBOL vmlinux 0xda8547cf mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve +EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xdaa242de acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xdaac5ad3 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xdab18fa5 tty_port_put +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdae80403 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaed9270 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb3b9bb6 key_invalidate +EXPORT_SYMBOL vmlinux 0xdb55c076 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xdb56625e zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xdb59a12d proc_create +EXPORT_SYMBOL vmlinux 0xdb5b2304 bio_list_copy_data +EXPORT_SYMBOL vmlinux 0xdb61ed5c install_exec_creds +EXPORT_SYMBOL vmlinux 0xdb63d840 fqdir_init +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbac45b6 netdev_crit +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf1059d netdev_update_lockdep_key +EXPORT_SYMBOL vmlinux 0xdbf17652 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3193ab tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xdc3742e5 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc5b0f1a agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xdc76f640 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xdc983297 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xdcb430ee path_put +EXPORT_SYMBOL vmlinux 0xdcbff150 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xdcf04bc5 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xdcf64b32 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xdcff89a3 inode_set_flags +EXPORT_SYMBOL vmlinux 0xdd0e4bd2 phy_device_create +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd20a7b0 skb_checksum +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2e4c9c pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xdd412be9 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd668897 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table +EXPORT_SYMBOL vmlinux 0xdd7bab0c dma_ops +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd86bc5b skb_dequeue +EXPORT_SYMBOL vmlinux 0xdda29a4f dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xdda670c2 netlink_unicast +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb60484 hmm_range_unregister +EXPORT_SYMBOL vmlinux 0xddc5e2bc bio_clone_fast +EXPORT_SYMBOL vmlinux 0xdde0e4a6 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xddf849a3 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xddfef549 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xde0f06ab __destroy_inode +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3cf989 sock_no_listen +EXPORT_SYMBOL vmlinux 0xde49a54e dma_cache_sync +EXPORT_SYMBOL vmlinux 0xde4c1a24 param_ops_charp +EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde54cc41 sk_net_capable +EXPORT_SYMBOL vmlinux 0xde585b74 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xde5c1946 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xde77ebfa input_setup_polling +EXPORT_SYMBOL vmlinux 0xde7d7fad scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xde868c19 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded6a415 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0xdedd5e5d tcf_idr_create +EXPORT_SYMBOL vmlinux 0xdee365b0 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0xdeea8284 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdeffb019 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2d1c67 __cgroup_bpf_run_filter_getsockopt +EXPORT_SYMBOL vmlinux 0xdf2e7e04 scsi_init_io +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf40ccbc mpage_writepage +EXPORT_SYMBOL vmlinux 0xdf440cb4 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xdf46b88f cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf566a59 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xdf570f2a sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xdf5ab691 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xdf626753 to_ndd +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf7d66c4 put_user_pages +EXPORT_SYMBOL vmlinux 0xdf858dd8 udp_prot +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfb14029 down_read_killable +EXPORT_SYMBOL vmlinux 0xdfc9050b unregister_netdev +EXPORT_SYMBOL vmlinux 0xdfcb69d2 vfs_get_super +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi +EXPORT_SYMBOL vmlinux 0xdff868ca jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00bf00e kill_bdev +EXPORT_SYMBOL vmlinux 0xe012cc95 pipe_unlock +EXPORT_SYMBOL vmlinux 0xe017f3c0 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe04839e2 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xe0620420 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xe067b097 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xe07ba9fe handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool +EXPORT_SYMBOL vmlinux 0xe0955f76 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0c6db74 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xe0e3cea6 ns_capable +EXPORT_SYMBOL vmlinux 0xe0fba864 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1302dec request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xe13065ff __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xe147d64b serio_bus +EXPORT_SYMBOL vmlinux 0xe151c271 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xe17d0a3a pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xe1a3488b get_mm_exe_file +EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0xe1b59167 seg6_hmac_net_init +EXPORT_SYMBOL vmlinux 0xe1b63da9 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xe1bf6a21 cdev_alloc +EXPORT_SYMBOL vmlinux 0xe1c7515f skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xe1d12eb9 skb_find_text +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xe1ebdbfd bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe1ed698d _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xe1ee5639 param_get_string +EXPORT_SYMBOL vmlinux 0xe20d3993 first_ec +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe221f87c blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe240ec7c udp_pre_connect +EXPORT_SYMBOL vmlinux 0xe2581d6f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe25ee9d3 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe27383c0 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xe273d5d0 bdev_dax_pgoff +EXPORT_SYMBOL vmlinux 0xe27917a8 kernel_read +EXPORT_SYMBOL vmlinux 0xe289df19 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xe2919607 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xe2a000a9 arp_send +EXPORT_SYMBOL vmlinux 0xe2ab2457 netpoll_setup +EXPORT_SYMBOL vmlinux 0xe2c3fca7 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xe2cdad76 padata_free +EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2fd333d kill_pgrp +EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init +EXPORT_SYMBOL vmlinux 0xe3136454 inet_gro_complete +EXPORT_SYMBOL vmlinux 0xe323fefc would_dump +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32d26d6 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xe34bd025 genl_family_attrbuf +EXPORT_SYMBOL vmlinux 0xe3504927 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xe365d725 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xe369bdc6 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xe36cd0b0 of_find_backlight +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3ac961c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3dfc15b tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xe3e2b3a3 tcf_block_get +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f0cbaa skb_copy_expand +EXPORT_SYMBOL vmlinux 0xe3fa7984 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe3fffae9 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xe402880c dquot_initialize +EXPORT_SYMBOL vmlinux 0xe402e9fc lock_sock_fast +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe415ccef free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0xe45ce18d netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xe47266fc dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe49fe04a tty_name +EXPORT_SYMBOL vmlinux 0xe4ad1c2e vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xe4c251b5 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4daf8b6 sock_init_data +EXPORT_SYMBOL vmlinux 0xe51d480a dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe531e2ba security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xe5330b9a __cgroup_bpf_run_filter_setsockopt +EXPORT_SYMBOL vmlinux 0xe5392251 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe55a0a85 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname +EXPORT_SYMBOL vmlinux 0xe570fe64 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58f7c02 rt6_lookup +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5acc040 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe5af08c8 generic_setlease +EXPORT_SYMBOL vmlinux 0xe5b15a1d dquot_operations +EXPORT_SYMBOL vmlinux 0xe5b3a112 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe5ba5873 ata_port_printk +EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free +EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c86cce abx500_register_ops +EXPORT_SYMBOL vmlinux 0xe5e57431 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xe5ee3a51 vif_device_init +EXPORT_SYMBOL vmlinux 0xe5fc90f1 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xe61bdc72 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xe6240e73 user_revoke +EXPORT_SYMBOL vmlinux 0xe6278ff5 __register_chrdev +EXPORT_SYMBOL vmlinux 0xe63464db cdrom_open +EXPORT_SYMBOL vmlinux 0xe643cf47 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xe647d138 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xe64a03f5 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xe652e2a9 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xe65e5a55 __alloc_disk_node +EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin +EXPORT_SYMBOL vmlinux 0xe69d804e invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xe6c8bdd0 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xe6e0f515 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xe6ecdb4c md_reload_sb +EXPORT_SYMBOL vmlinux 0xe6ef5243 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xe6fc6575 inet_shutdown +EXPORT_SYMBOL vmlinux 0xe6fcac18 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe718f788 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe725f7e0 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf +EXPORT_SYMBOL vmlinux 0xe73664f2 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xe73cbe38 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xe747d598 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xe755a2a6 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xe77ad3c9 vfs_readlink +EXPORT_SYMBOL vmlinux 0xe781befd blkdev_put +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe79012a4 nf_log_set +EXPORT_SYMBOL vmlinux 0xe7954c8c netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xe7970688 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a5fa80 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xe7b00dfb __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0xe7c01b0d ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xe7cbaada dma_supported +EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d7a70e mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe806f9bf param_get_ulong +EXPORT_SYMBOL vmlinux 0xe807d7b4 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xe80a966d devm_ioremap +EXPORT_SYMBOL vmlinux 0xe82d0fb4 md_write_inc +EXPORT_SYMBOL vmlinux 0xe832a9b3 phy_suspend +EXPORT_SYMBOL vmlinux 0xe84abe79 unlock_page_memcg +EXPORT_SYMBOL vmlinux 0xe8547b51 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe886c693 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xe8931113 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xe897ba69 dev_uc_init +EXPORT_SYMBOL vmlinux 0xe8a7b437 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xe8a889e2 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe8b2bb64 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe8bc695c kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xe8c07ff2 PDE_DATA +EXPORT_SYMBOL vmlinux 0xe8cf4e7b iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xe8efd406 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xe8f8d3ce __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92716ca nlmsg_notify +EXPORT_SYMBOL vmlinux 0xe952a436 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b3c916 agp_bridge +EXPORT_SYMBOL vmlinux 0xe9bc6a76 mmc_request_done +EXPORT_SYMBOL vmlinux 0xe9c0653f stream_open +EXPORT_SYMBOL vmlinux 0xe9c08c1d dev_get_stats +EXPORT_SYMBOL vmlinux 0xe9d3e73e tty_devnum +EXPORT_SYMBOL vmlinux 0xe9e82ebb tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f06482 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea1c8648 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xea231bdc down_write_killable +EXPORT_SYMBOL vmlinux 0xea255238 tcf_register_action +EXPORT_SYMBOL vmlinux 0xea392e94 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea659ea8 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xea66e76d ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7150a0 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0xea7e8709 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xea8b7aaf migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeab9d5b7 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xeacb91a2 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xead0faea md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xead3d8e3 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xeaee704f ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xeaf48cdc follow_down +EXPORT_SYMBOL vmlinux 0xeaf9894e tcp_read_sock +EXPORT_SYMBOL vmlinux 0xeb17b34e mdio_device_remove +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3c867c napi_gro_frags +EXPORT_SYMBOL vmlinux 0xeb438ec4 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb59e8c3 native_load_gs_index +EXPORT_SYMBOL vmlinux 0xeb7a421f ppp_register_channel +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb81ed18 wireless_send_event +EXPORT_SYMBOL vmlinux 0xeb898f4e _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xeb8f78a1 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xeb9cc92b dquot_transfer +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xebb97938 sg_miter_next +EXPORT_SYMBOL vmlinux 0xebc976a4 xsk_umem_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xebd43296 send_sig_info +EXPORT_SYMBOL vmlinux 0xebd88f84 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xebddda46 simple_empty +EXPORT_SYMBOL vmlinux 0xec01448a generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xec07da4f xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xec0e2e01 bdput +EXPORT_SYMBOL vmlinux 0xec1d95e8 fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0xec1e132e kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xec212caf padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2c3784 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec58140f __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xec67ce4e blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xec6bfabf filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xec7dc456 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xec8c5a9e security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xec9626da lease_get_mtime +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecccab66 cpu_tlbstate +EXPORT_SYMBOL vmlinux 0xecd9f617 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xecde5a87 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xece48cc3 block_write_end +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0eabb6 input_get_keycode +EXPORT_SYMBOL vmlinux 0xed13f725 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xed2a4fed mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed46e15e noop_fsync +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5c8d8b blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed87bf66 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbedb94 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd54af5 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xededc3c3 param_ops_bool +EXPORT_SYMBOL vmlinux 0xedf13a77 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xedf41f4c kobject_put +EXPORT_SYMBOL vmlinux 0xedff4be5 acpi_load_table +EXPORT_SYMBOL vmlinux 0xee032acf flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5afd8a mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xee625d0a pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xee6ec9bf netlink_broadcast +EXPORT_SYMBOL vmlinux 0xee7a5286 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee826d94 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xee86bd09 cpu_info +EXPORT_SYMBOL vmlinux 0xee88eb5e ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xee88ee3d scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea6297f cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xeeb8819d tcp_ioctl +EXPORT_SYMBOL vmlinux 0xeed5acd6 __scm_send +EXPORT_SYMBOL vmlinux 0xeed62ba0 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xeeda9787 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xeee7ecb3 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xeeefa1a8 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xeef2c712 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xef1f79f5 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xef69facc scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xef6d911d __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xef91a5f0 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb75bdf scsi_dma_map +EXPORT_SYMBOL vmlinux 0xefc27df9 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefebbd40 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xeffa5475 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init +EXPORT_SYMBOL vmlinux 0xf00fdf5b inet_ioctl +EXPORT_SYMBOL vmlinux 0xf01a8a4b scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xf0250062 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xf027acef netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf055f278 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf08c1b25 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a5902f iov_iter_pipe +EXPORT_SYMBOL vmlinux 0xf0ad6183 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf0d2e4f9 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xf0d851ca dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember +EXPORT_SYMBOL vmlinux 0xf10abce3 phy_init_hw +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf111e6b9 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf11bd9d1 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xf169de30 dma_resv_add_shared_fence +EXPORT_SYMBOL vmlinux 0xf1741b67 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1b2019f backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dd661f blk_mq_init_sq_queue +EXPORT_SYMBOL vmlinux 0xf1df687d tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xf1df8ecf finish_open +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf2025eaf md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xf21017d9 mutex_trylock +EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xf23c960e ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24bc9d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xf24e7959 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xf25b6c8a bio_copy_data +EXPORT_SYMBOL vmlinux 0xf273039a sock_alloc_file +EXPORT_SYMBOL vmlinux 0xf274672d __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xf27db326 dst_release +EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xf2a5059b lease_modify +EXPORT_SYMBOL vmlinux 0xf2a6fed8 dma_direct_unmap_sg +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c60003 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2fd28ce kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xf308f540 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf30ca4b3 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3233fac kthread_blkcg +EXPORT_SYMBOL vmlinux 0xf3247650 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xf3297cd3 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf345f612 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf36ecfad consume_skb +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3a680fe flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xf3b23fb0 __find_get_block +EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest +EXPORT_SYMBOL vmlinux 0xf3b4f9d6 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xf3c4e256 vme_register_driver +EXPORT_SYMBOL vmlinux 0xf3cd06b5 registered_fb +EXPORT_SYMBOL vmlinux 0xf3d95233 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal +EXPORT_SYMBOL vmlinux 0xf3f00e30 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf40e7a73 __xa_alloc +EXPORT_SYMBOL vmlinux 0xf41e1bb1 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xf42efa44 __block_write_full_page +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xf456a238 file_remove_privs +EXPORT_SYMBOL vmlinux 0xf4595f28 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xf45c01d3 dput +EXPORT_SYMBOL vmlinux 0xf466e3be rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4840ec9 device_add_disk_no_queue_reg +EXPORT_SYMBOL vmlinux 0xf49230c5 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4b9aef6 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e6c7b4 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5150f83 __sb_end_write +EXPORT_SYMBOL vmlinux 0xf538e546 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5421c59 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xf567c6a9 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xf57ff459 phy_attached_print +EXPORT_SYMBOL vmlinux 0xf591753d nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf59aac81 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xf59e982d eth_change_mtu +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a513f0 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5c1a336 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xf5cb25c8 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xf5daec7f ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f8a3a6 kernel_bind +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf6289f5c mntput +EXPORT_SYMBOL vmlinux 0xf63048eb mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64892f6 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf65165b4 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf674a023 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6b55046 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f02b3f mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fa2eb9 single_open +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70dd620 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf751a4de km_policy_expired +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf759d8f7 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf75b2de2 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xf764ce6c write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf7672bb4 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xf768ed47 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xf76f9555 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xf7744a0f pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf77b56e2 seq_lseek +EXPORT_SYMBOL vmlinux 0xf77d8936 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xf7996a71 napi_get_frags +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7a810f5 dev_mc_del +EXPORT_SYMBOL vmlinux 0xf7bea6d9 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xf7c57701 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xf7cdb4e3 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf7e14b23 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf80446bd seq_escape +EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8386d97 cpumask_next_and +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8595510 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xf8713d99 __inet_hash +EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xf87b971f sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xf881e33a cdev_device_del +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf8958973 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf8abcd36 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xf8ae09d1 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf8b2b7f9 tty_port_init +EXPORT_SYMBOL vmlinux 0xf8b606d1 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xf8b999d9 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound +EXPORT_SYMBOL vmlinux 0xf8c1fe72 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xf8caded3 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2dfdd md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xf8eb360f md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xf8ec9866 kill_anon_super +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xf938e7b4 param_get_bool +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len +EXPORT_SYMBOL vmlinux 0xf973c2de netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xf97d7de2 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xf982f66c tty_unlock +EXPORT_SYMBOL vmlinux 0xf991dd4c inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xf994e33c genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xf996313c phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xf99b1b8f jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xf99bfef2 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a7d259 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0xf9c4d793 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xf9d78609 seq_open_private +EXPORT_SYMBOL vmlinux 0xf9d905c5 __register_binfmt +EXPORT_SYMBOL vmlinux 0xf9ddb693 revalidate_disk +EXPORT_SYMBOL vmlinux 0xf9eba360 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xfa08f4b8 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xfa1f60b8 processors +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2f0c83 tso_build_data +EXPORT_SYMBOL vmlinux 0xfa33f412 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5c1598 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xfa826c37 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed +EXPORT_SYMBOL vmlinux 0xfa8baa63 __bread_gfp +EXPORT_SYMBOL vmlinux 0xfaa1fdf7 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0xfaa32459 pci_choose_state +EXPORT_SYMBOL vmlinux 0xfaadf1d0 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xfab7387d xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xfab83b7d rt_dst_clone +EXPORT_SYMBOL vmlinux 0xfac1d990 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacf0723 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xfb18040c __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xfb251b8d kobject_add +EXPORT_SYMBOL vmlinux 0xfb2d46a3 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb481954 vprintk +EXPORT_SYMBOL vmlinux 0xfb4e4e43 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xfb5161ee tcp_release_cb +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6a6a64 __cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb746cc9 down_killable +EXPORT_SYMBOL vmlinux 0xfb9da3a2 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xfba1a815 get_amd_iommu +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbf1de0 vfs_fsync +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc4fd92 skb_push +EXPORT_SYMBOL vmlinux 0xfbd12bc5 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xfbdadab5 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xfbdc82ac rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfc101274 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xfc154f17 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xfc19d5bd sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfc23425a blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc50f0a5 input_release_device +EXPORT_SYMBOL vmlinux 0xfc5c46e2 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xfc7333d9 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xfc7e2596 down_trylock +EXPORT_SYMBOL vmlinux 0xfc8e3c98 register_key_type +EXPORT_SYMBOL vmlinux 0xfc8f0bc9 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xfca3c84c dev_set_group +EXPORT_SYMBOL vmlinux 0xfca6d694 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xfcaeb243 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xfcb79a33 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcbbb787 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns +EXPORT_SYMBOL vmlinux 0xfcdf5a53 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfbee3d fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xfd221006 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xfd3ce5c6 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xfd4267af softnet_data +EXPORT_SYMBOL vmlinux 0xfd47f031 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd618aee bio_advance +EXPORT_SYMBOL vmlinux 0xfd693f98 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd94814e complete_all +EXPORT_SYMBOL vmlinux 0xfda0bdf3 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xfda6d5ed dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 +EXPORT_SYMBOL vmlinux 0xfdaac72a sock_create_kern +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdc77b78 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfdc7e494 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfddd7caa __nlmsg_put +EXPORT_SYMBOL vmlinux 0xfde7b05b fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xfde8f5cf __put_page +EXPORT_SYMBOL vmlinux 0xfdef57f2 pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0xfdf67587 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe11f865 md_update_sb +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1fde20 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xfe2d6ec2 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xfe3230ae tcp_seq_start +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe499427 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xfe4bd84b truncate_setsize +EXPORT_SYMBOL vmlinux 0xfe539667 bio_split +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe77f838 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe97af08 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeab8e88 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xfeac6cdf reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef3ab84 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff100c1c get_disk_and_module +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff401be7 __breadahead +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7e4fcd get_fs_type +EXPORT_SYMBOL vmlinux 0xff817736 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff885d44 bdi_alloc_node +EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy +EXPORT_SYMBOL vmlinux 0xff9218dd ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xffac2672 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xffadc71b skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc627cd pci_set_mwi +EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x19711697 camellia_xts_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x2c8b5dbf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x339c33c5 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x67a94836 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x6f3a8de5 camellia_xts_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8b44ee75 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x9056f10d camellia_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0xc00f725a camellia_ctr_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0xfea2b457 camellia_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x0b901549 camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x315d28f7 camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69f4ff25 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d9b761c camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xc5e3cec8 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xee61eb71 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xfe729ed6 __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xff09bd65 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x30a7262e glue_cbc_decrypt_req_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x32252542 glue_ecb_req_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x47c4e08f glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xbb0d8c9a glue_ctr_req_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xc3fddeef glue_cbc_encrypt_req_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xd0bb3d81 glue_xts_req_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x194b2841 serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x2b1c0ae4 xts_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x38800636 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x4140192a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x5cea0c9c serpent_ctr_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x99341b41 serpent_xts_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xa0100109 serpent_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xb75988d7 __serpent_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xbdfa6cc0 serpent_xts_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xcee44453 serpent_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x2c7b3458 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x31ddef7a twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00e2fe90 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x012ad979 kvm_lapic_hv_timer_in_use +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01b460f5 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02146df9 kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0457cfc5 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04ef7fb3 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07ed2c5b kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0c5f270f kvm_get_dirty_log_protect +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0d8f4740 kvm_mce_cap_supported +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0dd69ec2 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x109a0739 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10c39c25 kvm_load_guest_xcr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11371e41 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1235000a kvm_tsc_scaling_ratio_frac_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1272b16e kvm_vector_hashing_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14abf373 kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15f5cf6a __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16077a96 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16d66b94 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a9bcbd3 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cb920ed kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cf65ffc kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d013832 kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1dd387a9 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1dd5cb88 kvm_mtrr_valid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1eac2714 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x202b4a8b kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x215af90a kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23f25379 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c3864c kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26dc800b kvm_unmap_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27953391 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28040fa2 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28411ed7 kvm_max_tsc_scaling_ratio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2aa74311 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ae7cd86 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2bdb9b1b __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2cbe68c2 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e35b76b kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ea4199a kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ef5388c kvm_lapic_reg_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f65b9a7 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2fa9dc57 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2fc502ff kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30c94072 __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32500cd3 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33bf3d52 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3417116e kvm_mmu_new_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34a1ae29 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3662c30a kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x36721855 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39f72548 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a3026d4 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b010ec1 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b4babdb gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c649c02 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3cc82f45 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e1f72e0 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f8da8a9 kvm_mmu_slot_largepage_remove_write_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4138d159 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x42541926 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a036251 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4abb292e x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ac71df0 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4af72a9a kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4cca1f95 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4dc1ae1c kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e26742f kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e881555 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4fffe233 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51e7ecc6 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5221552d kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52c9ef34 reset_shadow_zero_bits_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53efabbc load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x598e8a17 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5999fd62 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b35d489 kvm_vcpu_reload_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bb0dfe9 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c46eda7 kvm_lapic_reg_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dd7d926 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e15c1ef kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5efbd31a kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f41d18c kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x618cd998 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63270977 kvm_default_tsc_scaling_ratio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6400cb84 kvm_can_post_timer_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64330d9e kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6558f473 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65ece2a2 __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66349dc7 kvm_scale_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66c4423a kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66e482f3 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6882fc9f kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68f54e0f __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e31840f kvm_vcpu_is_reset_bsp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e4b29a6 reprogram_gp_counter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6fbdf36e kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72da0682 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x76242a0b kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x762cfb8c kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7763a671 __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x792c85f5 vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x799099d9 kvm_mmu_invpcid_gva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7cd1e7b8 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d14f389 kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7da5ac37 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f29c12c kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f73fbcd kvm_lapic_switch_to_sw_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x800dc40d kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82046d1a kvm_map_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x835618bb gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x844f96db current_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x849344cc __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x867690a7 __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86931b5d __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86c1a52e kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x87527e50 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x888d979f __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bb6edce kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c414fdb kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c788a90 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ceb65a5 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8cff5268 kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e3c76fd kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8eb4479b reprogram_counter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8fe2d5aa kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x904500f8 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x906c7d22 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90dae935 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91be6e29 pdptrs_changed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91d4d992 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x941386cd kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94abbd88 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94e3a777 kvm_mmu_slot_leaf_clear_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x96dbe382 kvm_mpx_supported +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97a1cc75 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97b28c1f kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9821a843 kvm_clear_dirty_log_protect +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x987db6a6 __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99ef08ed kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a699e77 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cc7e66a kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d231f5a kvm_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f6d78fc kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa293fc89 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa571354f kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa975020d kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa97ec7ef kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa0a0fc0 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xabf9c105 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacdaaf12 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafed54d9 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb097e540 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb14f3eb1 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1b5d1d7 kvm_mmu_clear_dirty_pt_masked +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1f29d1a gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4783177 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb534ac10 handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb71ed1cb kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc4e4d24 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc750eea kvm_mmu_slot_set_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf5b2922 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf9acd9b kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfc61ecf __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfd6b037 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1d769b7 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2301af5 kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc23c4a3e kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc330d235 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5e4f4ce kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc65eb122 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc8a2066f kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc956d5b3 cpuid_query_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca3ab5ad __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcab0c0a4 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcbe4a200 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcc306243 kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcc8b2422 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcfcb7541 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd184592a kvm_vcpu_gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5bcd55b kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5db9d5c kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd645cf3e kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6e6c4f5 kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7458ff2 kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8ae2ac3 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8c6aa15 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8c9aab9 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd9e7aeb kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xddf7df40 kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde26b891 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdfbedc14 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe02443c2 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe128e6e9 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1fb2be1 reprogram_fixed_counter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2cbb92a kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3ccde2b x86_fpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3fb6116 kvm_put_guest_xcr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe60c6b67 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7dd88f9 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebb9dc20 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec06defc __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec867d9c kvm_lapic_switch_to_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xecdea1be kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee8cd417 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf07a1813 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf14b115f kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1f00dca kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf249483b kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf47e3dba kvm_no_apic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf51ce2bc kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6ff8fc6 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8662d04 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8846e84 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf89817c7 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf9f90f89 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa541ffc __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfc6d8827 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd8581a8 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe8a6e9b kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfea25c14 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfef5789a kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL crypto/af_alg 0x2135ade0 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x2527b5a9 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x29cbaa9d af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x58e3d9ee af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x5a8ce728 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x8e04d916 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x8f7db1ed af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x9205c92f af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x9e9d3e36 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xaaec605e af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xbd7820c6 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xc273fd81 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0xd22dd099 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xd3d7b512 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd5d90911 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd9dd25da af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xf32a7951 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xf4d6375f af_alg_accept +EXPORT_SYMBOL_GPL crypto/asymmetric_keys/asym_tpm 0x38536919 asym_tpm_subtype +EXPORT_SYMBOL_GPL crypto/asymmetric_keys/asym_tpm 0x7430f97c tpm_key_create +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x01db3084 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x557c395e async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x5dcd8def async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1120bffd async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4c8fd5ab async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1f5802d1 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x2f75230b async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x35d6dbe2 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6e5cb877 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf0cc3398 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf7c414bf async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x22ec5edf blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x5f7a7c49 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x30b56bcd __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xde110647 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/chacha_generic 0x1ca59810 crypto_chacha12_setkey +EXPORT_SYMBOL_GPL crypto/chacha_generic 0x98d41fbc crypto_chacha20_setkey +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xcef14899 crypto_xchacha_crypt +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xe7436d31 crypto_chacha_init +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xf970099d crypto_chacha_crypt +EXPORT_SYMBOL_GPL crypto/cryptd 0x0e68a52a cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x29d6391e cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4b9bd808 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x56715f0d cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x5b037c78 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x5f6acea3 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x60e2cfc0 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xab01a968 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xb0720d75 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb332685f cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb62b1530 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xbea850a9 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xe1f98418 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0fbef4ed crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x11f2d699 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1ceeea1e crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2c3faa10 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x316fc2ac crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x440f15ae crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x53484277 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x875e187f crypto_transfer_ablkcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8c934d1e crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa3e39fdb crypto_finalize_ablkcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbe1c032d crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc538e154 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf415db0d crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf469035e crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x3814dff5 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x789a07d5 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x894bc07c simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x94ba5b97 simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x515ba532 crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7a395d76 crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xd5a29505 crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x0ddcca88 crypto_poly1305_final +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x299fbb2e poly1305_core_setkey +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x30dbed6e poly1305_core_blocks +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x5ef1870c poly1305_core_emit +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x65267047 crypto_poly1305_setdesckey +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x769988a0 crypto_poly1305_init +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0xa478f853 crypto_poly1305_update +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x946996ab serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4_generic 0x09a89410 crypto_sm4_expand_key +EXPORT_SYMBOL_GPL crypto/sm4_generic 0x167a6eb4 crypto_sm4_set_key +EXPORT_SYMBOL_GPL crypto/sm4_generic 0x69743974 crypto_sm4_decrypt +EXPORT_SYMBOL_GPL crypto/sm4_generic 0xa99c24a2 crypto_sm4_encrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0xb1e70801 __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xbae38b58 twofish_setkey +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0360653a ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0c83eaf6 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x15b936bf ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x317a6162 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x329690c8 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4843375e ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x61cbf486 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x65b48a64 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6f6f6920 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x73f22c65 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d208a1e ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7f947fe8 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8fe1fb92 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x98289f82 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9aa1f81b ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb018177e ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc432a10e ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcd98eb9a ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd3a2566f ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd5379141 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe363b1e2 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe6409ac8 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf2f8089f ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf4102f0e ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x06d13f3b ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x06e3a162 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1974083d ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2b5a8023 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3bc13610 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5204017d ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x743a7c71 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7be195d6 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7d14965f ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc0c11e71 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc192e77f ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc1a07926 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcc46c19a ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd364c767 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xeaf01c92 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf0cc1585 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x95555205 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x727ea304 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x9192a401 charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xa2a58bbe charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xac53a91b charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd0cc2e18 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0x8cf0443b __regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0xb8679802 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x53be7392 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x86063c19 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xd93723cd __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x21211193 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x25c7bc29 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x99d42347 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xa45f8cc1 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0488d64e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x06729173 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0a4ab020 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e36d624 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1fcdafd6 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2c6149ae bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x43d59b99 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4b68ef3f bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56598748 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x720b4d50 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x845fd6f0 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa11ba4d0 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa18057e1 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa603ca51 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa9b65a05 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb10079e7 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb459373e bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0a03457 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc5297c4b bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc89faac5 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc90e62e5 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xee0f21ab bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf760d44a bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfde63675 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0x01aab51b counter_count_direction_str +EXPORT_SYMBOL_GPL drivers/counter/counter 0x0b4f0aea counter_count_write_value_get +EXPORT_SYMBOL_GPL drivers/counter/counter 0x1a503b40 counter_signal_enum_available_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x235c1dc1 counter_signal_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x2656d875 counter_count_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x350f3c4f counter_register +EXPORT_SYMBOL_GPL drivers/counter/counter 0x3feccbbf counter_signal_read_value_set +EXPORT_SYMBOL_GPL drivers/counter/counter 0x73f7141c counter_device_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x78a46e8c counter_device_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0x7e0d754d devm_counter_register +EXPORT_SYMBOL_GPL drivers/counter/counter 0x8a523ebc counter_count_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0x8dfa7ec8 counter_unregister +EXPORT_SYMBOL_GPL drivers/counter/counter 0x9993d56f counter_count_enum_available_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x9eae2f75 devm_counter_unregister +EXPORT_SYMBOL_GPL drivers/counter/counter 0xa7de24f1 counter_signal_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0xee526d0f counter_count_mode_str +EXPORT_SYMBOL_GPL drivers/counter/counter 0xf79abbb2 counter_count_read_value_set +EXPORT_SYMBOL_GPL drivers/counter/counter 0xfb4b644a counter_device_enum_available_read +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x08224753 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x2e6a6147 psp_copy_user_blob +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3e059f28 sev_guest_activate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4073e924 sev_guest_deactivate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x843d6541 sev_guest_decommission +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xf5407bc9 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x05794bb6 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x07146b3c adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0a8b26fb adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ab8ac60 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0d024ea0 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0f67a786 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1d684854 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x27fed65e adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x36cebbf8 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3b553f3b adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3ba72129 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x40db24c2 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4deed435 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x53c139c3 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5434061f adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5d093b56 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f3278ae adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x640a1df8 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6e48e566 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x70cdd53d adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x71972e27 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ee5f946 qat_crypto_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x81a1a640 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x860098ff adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8f9e17e7 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x924674ca adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9824a385 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9aa09f22 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9f63fad4 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9fba18fe adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb04da545 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce75b134 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd5e8ba4e adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd80c6627 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdcaf7c3e adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe5938ba0 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe6bb00e4 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xede9f8ad adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xe5b58c2a dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dax/pmem/dax_pmem_core 0xb576263c __dax_pmem_probe +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x1a25d68d dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x62b6d807 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x83057b2b alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x91ea6757 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xa1564bf8 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xa6478f1f register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xaa634427 dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xce7dafa9 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xeca30b7d dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf0ed3d39 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1ac4feb5 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x354f6ef7 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7f1ea6c3 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb2d00fcb dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc796eff4 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcfb1acb0 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf286d444 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/hsu/hsu_dma 0x03ebe0d8 hsu_dma_do_irq +EXPORT_SYMBOL_GPL drivers/dma/hsu/hsu_dma 0x6dee01f3 hsu_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/hsu/hsu_dma 0xe54c8e6e hsu_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/hsu/hsu_dma 0xefef9cb6 hsu_dma_get_status +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x9af9b63a hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xa9601916 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x09a9a02a vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x28ad5fcb vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x400e257a vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x4bd2dca1 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xc9de581d vchan_tx_desc_free +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0xf4b246f3 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x830c469f amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xaf761418 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x23813a2a alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x99290e36 alt_pr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x111f4a9e dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1505b1bf dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a225014 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1aca2670 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x28700ce9 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2b412611 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2e009427 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x354d8b83 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3aa2f5ec dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x42f6ab28 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x44207945 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x66fd03a7 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6cc4a2bb dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x725a8dcd dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x89b4d313 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x90ea4fe9 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa5de1f17 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdb731a90 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf469a814 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x045fb224 devm_fpga_bridge_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1b897ecd of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x569cb404 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x725268f0 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x789748d5 fpga_bridge_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x87a6b768 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x87b5bb28 fpga_bridge_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa0f2d8a2 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa953818a fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa9f77a77 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe12fda8c fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe60eae8b fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3831e132 fpga_mgr_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x39559d23 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x508aae5b fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5e20905a fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x727f1144 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7f5e20d6 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x85fdac8b fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8eeb966c devm_fpga_mgr_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x92f4919f fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xba6d889c fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc7109d10 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcf8e1dee fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe1e0e907 fpga_mgr_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x39fb3cf3 fpga_region_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x57a6e1c1 fpga_region_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x69e5390c fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6d756450 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7fc23e61 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x92f3fdb7 devm_fpga_region_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x9ca5c07c fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x12b1e662 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3e3538ba gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x75721e1e gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xcc79a696 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfe0cbcfb gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x4b980d17 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7dfc423c gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7e8e632d gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xaa7ab238 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb5c420ce gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x50f70250 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x94e2ff8a __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e672bc5 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19440869 drm_gem_shmem_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x267ea0fb drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2b9f716c drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3170103a drm_gem_cma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x32932c17 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x405d3f8b drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4d44d611 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x67605600 drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8506e906 drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x895f2ed1 drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x946fc8a1 drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x955f6b39 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x97c240c7 drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bed2d3e drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9cab3796 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xab53bf2e drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae8070ce drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb1cf28bc drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbf406ec2 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc3d872e8 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc833cb77 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc899bd24 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd50bb946 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdcfb3f23 drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xde726bf6 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xec55cbce drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x27666f65 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x636d8767 drm_fb_cma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6922a156 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6e048868 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x988ad135 drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa5537ab4 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd42aa404 drm_gem_fb_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x6fbc5503 intel_gvt_unregister_hypervisor +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xdbc9ffde intel_gvt_register_hypervisor +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x8fa0096a ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xda740792 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe1f28f3f ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x00639cd8 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0442541b __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06168544 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1387cda6 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x13c0090e gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x18e739c6 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1e43a97e gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1f60cedb gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x219dd7ea gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24d7d28a gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x392fad66 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3d52d107 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ef75a08 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3fb188f7 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44c228d8 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x47e4a7d2 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4852288f gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5f37dcae gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62354d7d gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62598ba5 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x64cf6b22 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x66b5c7d0 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6f5880fc gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x832c9714 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83bc5bf6 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8d7b4673 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x90a799af gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9ff5a188 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa04b0e45 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa47b08a0 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaadc96ab gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae01c64f gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb0d7b846 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb876b84d gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbac9572e greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc397c10a __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb8c92cd __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd9362362 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe0620f6c gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe19a989b gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe3c856fd gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb4daef3 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeff8b0d4 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x073aabc2 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x13f2d5bf hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17720f9a hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f312b1a hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x244ac8a2 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x24dcd136 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ca02dd4 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d4ca347 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4e0e82d3 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4fa94364 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x552a20e2 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57a35915 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d6f7793 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e2f9dbd hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e834d95 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69cc9626 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ee07e80 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x867946c3 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x875a956b hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x89280099 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x901566d5 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae43e5ef hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf6b9685 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb16feef4 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb672b229 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbe6cbe7a hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbed84ab8 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf2f0854 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf336dc2 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2febfc0 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6c63c04 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb287d18 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd119ff1f hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd65a83b9 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6d2f4bd hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdf30a3a3 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe06ceb47 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe1e39edb hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe286eb6d hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe82f3458 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9ca4651 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec4aea3b hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf44a7149 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc5e9340 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xef7e116b roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x27af8407 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x49c39be4 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x59c1c9df roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8048ea82 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x84b4fb5b roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfb358849 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x38edae6f sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3cb02665 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x40d1e138 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6b95d933 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x75bb6ffd sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7b35c9c0 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7e3683ae hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x909b66ee sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb080c59b sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x43a59197 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x0950a54a uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x13830baf hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x4f9fd6a3 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20e46f51 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2119156c hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x35909e6b hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x592c5317 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x64c97570 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8814e423 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8ab1045a hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x92f3fc96 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa3197de9 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa74c6c24 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad62f3d0 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2d2aaef hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb4c72c2d hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc32e6355 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe391ed8a hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe8cd0bf3 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf4ce30c2 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04f39485 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x115df63d vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1ed8b928 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x35a944e7 hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x398ff3db vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x49db9fcf vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5b4a99ce __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x621494e8 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7189f5da vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8239a75d vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x83eb4c07 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8eef54ed vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8fc8ce2b vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9cffd189 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9f4f05ba hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa1129663 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa2c786a5 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa6d9ca05 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa7b2458d vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa88ccb20 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa8f09581 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb164bcec vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb5f2113d vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc4d619f3 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xde57e462 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe4733cde vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x48dfe65e adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xa04b051a adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xc2db0665 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x021cf4e8 pmbus_get_fan_rate_device +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0a42466a pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1799b67b pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x26de2c94 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x27b0ea26 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2a367b8a pmbus_update_fan +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x46bfd581 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4a827a51 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4b626115 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6f3656cd pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x700b16e3 pmbus_get_fan_rate_cached +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7103b071 pmbus_write_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x88da8b37 pmbus_update_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x89c4712a pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa665f081 pmbus_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbc1348ee pmbus_regulator_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc3c360a7 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd3b5bca1 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdac4a04d pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x15ea3143 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1710099f intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x18248895 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x191fb080 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4e8c80c2 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x976b5c19 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb37897d7 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb482c883 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf54bc388 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x18337831 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x765c1096 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xcbb7c1a6 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1a6ac8e0 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1da6e43c to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x360a5c0b stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4438e0a4 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4eca6d63 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9927bb29 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa42f2508 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbdba69af stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe41ba8cb stm_source_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x44be22e4 i2c_dw_probe +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x755cff13 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc27b354e i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x3b4b2504 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x0b8693bc i2c_for_each_dev +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x1adc2728 i2c_new_probed_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x33e2e569 i2c_client_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x35e7ce1a i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x3f764dd9 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x60806523 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6724c70b i2c_acpi_new_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6a8009aa i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x738529aa i2c_new_dummy +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x797d9c34 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x7ed97bfd i2c_bus_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x87fd8971 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x8d998251 i2c_match_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x98a09913 i2c_adapter_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x9cde2096 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xa326c545 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xb3ad5904 i2c_new_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xb9e0167d i2c_recover_bus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xc3eefddc devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xc4d18c16 i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xdae5ae9f i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xe58defd4 i2c_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xe78afb85 i2c_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xebe7e360 i2c_new_client_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xefd46f7f i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xfcf016ec i2c_adapter_depth +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3325f402 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x983f0cd1 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xade26f96 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe28fcd92 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x53261eae i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0161cd7b i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x030111a8 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x03216c93 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x28a10bca i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x28fb051f i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2bd0916d i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x44012fee i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x53678b0f i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x581efdf4 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5a381872 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5b0f9a6c i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x63f8b9d4 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x67eaed96 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6c41f9f8 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7b510491 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7e4529d5 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x890c4340 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x949d8789 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9bd5e6c5 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa487f819 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbdb3fc5a i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcef1f327 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdc0fb108 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xea3422c0 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf41d24ff i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/iio/accel/adxl372 0x5604368d adxl372_readable_noinc_reg +EXPORT_SYMBOL_GPL drivers/iio/accel/adxl372 0xfb65fe59 adxl372_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x35414d8b bmc150_regmap_conf +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x5d406516 bmc150_accel_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x6eaacaf6 bmc150_accel_core_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0xdd140791 bmc150_accel_core_remove +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0x8f7a9e4a mma7455_core_remove +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0xcf6c661d mma7455_core_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0xd2f2e930 mma7455_core_regmap +EXPORT_SYMBOL_GPL drivers/iio/adc/ad7606 0x14435208 ad7606_probe +EXPORT_SYMBOL_GPL drivers/iio/adc/ad7606 0xf4906786 ad7606_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x00a58300 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0ca5a551 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5536c937 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6cce9176 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x83348259 ad_sd_reset +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xae764da2 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcc3b3ac6 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe2e0a94d ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe345bda4 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe6eac2b2 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x376bd21c iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xe1546877 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xeb22658d iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x29d4ce66 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x5d4ab8d6 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xdf25f014 devm_iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x137cc606 devm_iio_triggered_buffer_cleanup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x744e847d devm_iio_triggered_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/chemical/bme680_core 0xcdf171e2 bme680_core_probe +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x046d0e20 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1fc0b777 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4428bb54 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4a4b4c5f cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x556633e7 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5746f4b5 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa525a337 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc8ef31b6 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcb37d783 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5686 0xb3f1abf0 ad5686_probe +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5686 0xf1b33c2f ad5686_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x0aaef27c bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x25285ecc bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xef4a8abe bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0x2517b568 fxas21002c_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0x46b2c51b fxas21002c_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0xfdb7b4f0 fxas21002c_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x062fe185 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0a616864 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0d150755 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0de19a94 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x24620927 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3f17b671 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x450fdb23 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x64360a43 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x65f3f313 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x824f915a adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd70b4b5f adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdfde6d02 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/bmi160/bmi160_core 0xd1504477 bmi160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0x2a11cf9b inv_mpu_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0x5d41b1f4 inv_mpu6050_set_power_itg +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0xe849a6b2 inv_mpu_pmops +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b5d6860 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1089e49b iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12eb246b iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c1890bd devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x30008283 iio_buffer_set_attrs +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x320c09a7 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33e84d5e iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3480a166 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x34cf25cb iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3a31c307 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5273648a iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x52fd532b iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5329dacd iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58be7e95 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6006900b iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6803b25c iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b057ba1 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7bb05178 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85eecffb iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x871f4048 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88f910e4 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d68da17 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8ff3fa1e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05afa36 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0666edf devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0dc9938 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa1a33491 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa535d8fb iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa6c58bc8 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa6ceb163 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa78398d4 devm_iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa1eccf4 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb0335809 devm_iio_device_match +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb936f3a iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcc4aabb devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc424ba76 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc74176f9 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcba65c11 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd2f2fa2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd19ac653 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd93361ce iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde01bb85 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe103c519 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe40d047d iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe46b4dca iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe4bf77fd iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe779b82d __devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf36cd00e iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf6ea9df7 devm_iio_trigger_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd3fe166 devm_iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0x0a1424e0 rm3100_volatile_table +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0xa5581c98 rm3100_common_probe +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0xaa911f08 rm3100_readable_table +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0xcc7209be rm3100_writable_table +EXPORT_SYMBOL_GPL drivers/iio/pressure/mpl115 0x3d1d89f2 mpl115_probe +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x7da53102 zpa2326_probe +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x91f1f5a3 zpa2326_isreg_writeable +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x966dcb01 zpa2326_isreg_precious +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x970db575 zpa2326_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0xabc78a6a zpa2326_isreg_readable +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0xfa77bcfa zpa2326_remove +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xdff2e7fb input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xd5ab01ad matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xcf172436 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x05ec767d rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0c35c356 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0da35f71 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x497ba287 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x65a8b2b6 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x70d90c54 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8d3fca3f rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xae5abdc1 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaf3fa54d rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcba81e44 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcd15453e rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd2cd821e rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd3a53339 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x0dbc2ba7 icc_set_tag +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x219f321b icc_put +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x2b1ad8e6 icc_set_bw +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x312b2caa icc_node_create +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x629912eb icc_provider_add +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x693896f5 icc_provider_del +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x6c429226 of_icc_get +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x82cdc906 icc_link_destroy +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xaaaee293 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xcccf2a86 icc_node_add +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xddbe7dfc icc_node_del +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xee59c23f icc_get +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xef95aab4 icc_link_create +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x07ceddee ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x103ad3cd ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x126de0f5 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2f412f95 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x33226b3d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5143b21c ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x77c1ece0 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xaa465e88 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb2d545dc ipack_get_device +EXPORT_SYMBOL_GPL drivers/leds/led-class 0x06ca12dc led_classdev_resume +EXPORT_SYMBOL_GPL drivers/leds/led-class 0x1313c292 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL drivers/leds/led-class 0x5d07a0a5 led_classdev_suspend +EXPORT_SYMBOL_GPL drivers/leds/led-class 0xbfc777d5 led_classdev_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class 0xc47f03fe led_classdev_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class 0xe4900844 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class 0xfe683997 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x16d68c68 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x223760cd mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x24edae99 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x34eaa154 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3dafbe6b mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x630daf2c __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x922f36fe mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9305613a mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x96d6ead5 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd5addbd9 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xeb2c8905 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xebebf938 mcb_get_resource +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf5d0fefa mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf9fc0a7c chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfd47aff3 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15b97715 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19b88bec __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2307b422 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b46c4b6 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b793afb __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fbf8560 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33554606 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x414c7765 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f6a4a3e __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65fb81f0 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b1045c7 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7260fb66 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x748968f6 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7574c715 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c8a33fe __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96bf5dba __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa353964f __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa4682eff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xab4c5652 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb22f8879 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf53dc9d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc00185bc __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc13b483f __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc36e201d __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8feefc9 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8da0f0e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f20dee __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe9c4d700 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee603d81 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5d8bf62 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8502c64 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x04c92c86 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x13208943 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3cfdb15b dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4638c1c0 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x47bebff3 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x49858b25 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4cc9c74e dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x50f80142 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x51bda1d3 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5209312d dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x674494f0 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6e8b36ae dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa8adecb6 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa9dd6462 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xafb351da dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb9d53fe6 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe4f9ac01 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x111ab12a dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x380db76c dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc90df7e5 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x36c9d5b5 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x3bd77ddc dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5de611a9 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7890d535 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x890723f7 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xadbefda4 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbf1a2968 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xccfe6409 btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcf8c2590 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe1bdae47 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa956d0c0 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xdd0f88c8 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2d6c94f4 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2ff03aec dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3087a65d dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x37f16bb8 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x475ae1f5 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcfa08e91 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x09cc81fa dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0a7e77f3 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0b25f6bc dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0b36102c dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0be67537 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0e198232 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x10e6ccea dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x16af9071 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ffd2732 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x23ebd5fb dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2417c5c4 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24621ca3 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2adee13f dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x34d45c77 dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x36a34e58 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x36b84cda dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3a797d19 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x432b8178 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4557b425 dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48d1c7dc dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49081644 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4a4cb558 dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5cf0d0bb dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b0c22d dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6af8a872 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bb4bf8f dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6e1e3821 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6f2fe3c4 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7485935a dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7551b46e dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x764567c8 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x885b0024 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89783bda dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x97263968 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x98db2687 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e98460e dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2ea5542 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa3cc1157 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa51fbedc dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaab0ef04 dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb6949944 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbb461fb7 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbbb5df05 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xc248bde2 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcedfc878 dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd51c29f1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd6711a58 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x03005a48 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4d1d285c tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x517e7ccd tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x579c6308 tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x6026aaf0 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x6960e899 tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x756516e7 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7a5d8c0b tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x86b4ddf7 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x975a1e29 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xc6110b6e tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xc6808be7 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf65c5e46 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x09449115 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x098185dc vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x16924934 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x18b947aa vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1b4fe512 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x254a90bc vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x270f8f61 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3e885a31 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3f623848 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4f3bfd95 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x53708c34 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x58b178f4 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5a51b799 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6d6208ec vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x73dbfcbd vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x74affa3a vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7a0913c3 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8a2ed303 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ddae992 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x90828029 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9bdfe818 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9d92d642 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9e5b8ccb vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9ee74f42 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbc823ffd vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc5887ed1 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc88264fe __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd4e638db vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfe14f908 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x1ed7fb84 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x30da82a4 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xf5b8ada2 vb2_dma_contig_clear_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x17699ede vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xb8cc8953 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06ca98f6 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06ff4abe vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0a5f4526 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x110ae24b vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x17cd3645 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1af92dc3 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2428c035 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3837968c vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x40fb189c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x43d2e3e6 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4ad39271 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x616eb9b2 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x663d7ed3 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7228993d vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8086e242 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8b9776a3 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x909176d5 vb2_find_timestamp +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x95164bde vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x966eefe6 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9cc66d12 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9d4dcbaf vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9f3059d4 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa9123221 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xae404004 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbec1b291 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcb18e06f vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcc7b5884 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcdcb0e0f vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcfb96e6c vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd219555b vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe077973d vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x18a1ec70 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x6a1fd644 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/smiapp-pll 0xd2c80bab smiapp_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0645d087 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0984b931 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2349f530 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2b4664de media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31904325 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x345da593 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x412e79c2 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x427835c8 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x502253cb media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5d084c1f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x62ea553c media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6532a173 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x667e9894 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7061f52e media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x729a3e8c media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x731c3ff0 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x76b6d259 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7a50e00a media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b5d730b __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7fd133ad media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7fd3f0c8 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x80a11e78 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8182cea0 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c0dc69d media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8ca1d8f0 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9284b626 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92d7a737 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9645340d media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa0c74fee __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa385a021 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa493cafe __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa96f0309 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa7c2648 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xac4d762c media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb78b2407 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd661e58 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe55b698 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbfd8b379 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc6f7eba7 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcd864794 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc581289 __media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdeb5712b media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe093c19e media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe846b23d media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe96eb0ce media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef150bc7 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9c3e01a media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x2f146c66 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x3a56ab92 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x42ec4e3e mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x60a58d5d mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0xed4f8ec3 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0489ef56 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09210478 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x183757be em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1a7d9362 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x24563543 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x29afdfe8 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3fdf0f09 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4bb849c5 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4e02ae5b em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x63f56d86 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x76297c7c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7d169965 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb8bab4a6 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc16a1356 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc79d101a em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc88354db em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd4bac63 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdde195f8 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xef15cc44 v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0e6c76e4 v4l2_async_notifier_parse_fwnode_sensor_common +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x371d3d08 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5bdda5f7 v4l2_async_notifier_parse_fwnode_endpoints_by_port +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x607bd0ef v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x66931f00 v4l2_async_register_fwnode_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x984f2049 v4l2_async_notifier_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xadd4ba2f v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb473ab18 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe4ecdb5f v4l2_async_register_subdev_sensor_common +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf99de976 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00f4521e v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x01798271 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0213b7fb v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2662686d v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2baf10c0 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x35f52d23 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3704b92e v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3925bd88 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3d68d80d v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x43bfcb8a v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x491ea871 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x55e469a4 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x58f869f6 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6bdeba62 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f301160 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x76d944b1 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b88e00f v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7d8001ba v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7e746d83 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82091881 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x833a4aa0 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x84d613b8 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8ca94f23 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x98537c58 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x988e0551 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa83276c2 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb06fc5c7 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd56ceb1f v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb94aae4 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6be95ae v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xef8882c9 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf1240b1b v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf63fda60 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf89826a7 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfca36996 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x05bba366 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x06699f6e videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x07825af8 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x09ec4640 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0bb42b9e videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x20569cb4 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3e59c103 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5f0d6550 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x61606b5f videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6789f9a7 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c484b20 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7081ccdf videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x73dd161b videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x800b5e87 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x86619712 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x99084e10 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9d21c9de videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad92fe76 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcb1d2dc1 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcf553851 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd152f03f videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd5966367 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7d4d14a videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeb5805a8 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x723bcfaf videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xa0f133e3 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xc29fb7e7 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x005d114f v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02ae4ef8 v4l2_async_notifier_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03b11962 v4l2_async_notifier_add_fwnode_remote_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06356490 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08b2ee1d v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0fc28004 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x128d2f52 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1d8cf797 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1f9e14bb v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a53ca39 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x300202b8 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32431a1e __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43996a8c __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45dfa4f6 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x487c944b v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b1f6af5 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b7f9a75 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4bc3bb65 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50d65b11 v4l2_subdev_free_pad_config +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5294e531 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56777934 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56d97ead v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57c32fc7 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a7a9d44 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x654a9867 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66109cf2 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66b0da5a v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79ecaa89 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d108ab9 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fa391ca v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81f251e1 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84f71aa4 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8fa82579 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x944a1bf0 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97a53f3a v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f7f45cc v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7ff5619 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaaac0b42 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae8195af v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb795f071 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7aaffdf v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb811222f v4l2_async_notifier_add_fwnode_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2cc4e92 v4l2_async_notifier_add_devname_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8179f3c v4l2_subdev_alloc_pad_config +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc855f10c v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcde99906 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf5f55e0 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4239d75 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd61197a3 v4l2_async_notifier_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8f4e12b v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb58ff2a v4l2_pipeline_pm_use +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedffc293 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xefa6a0d6 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xefb85244 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf14c082b v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf36d7785 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf56a7a35 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf85d639c v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8f39bb9 v4l2_async_notifier_add_i2c_subdev +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x11fef577 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8a9c5dc0 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa657d6b5 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x51d250d1 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x60c59c19 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x95a39614 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9dec39aa da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa32d6c6f da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd8af8617 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdde04c2d da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x1462d614 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x59a41467 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x7ca38c8c intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xab7907a0 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xd0fd93a6 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1d121ebf kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2dc72735 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x84eeee11 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8949b707 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xad4f030b kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc3ec97a1 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd5466175 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd5a8b77c kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1aa2b564 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2b8baf23 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb55c0329 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1311f012 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2289a394 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3eebdeda lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x952870ab lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xba4bd4cd lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe4322a36 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe4873578 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x672a12f2 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9b01d52e lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdd164fac lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x02b9cc37 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x05c4bada cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x05c9669a cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d11cd6a cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d1c112a cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2f635612 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2f6e8a52 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3245a127 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x32487d67 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4272b24d cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46f1a7d6 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46fc7b96 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5e24d066 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5e290c26 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5f34560b cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6c564b1e cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6c5b975e cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7170bc2b cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x717d606b cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x78036f63 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8df1b599 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa695e1d2 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa6983d92 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc9733ea4 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd09292a1 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe5a0fcde cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe5ad209e cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7a1cd22 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/max14577 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL drivers/mfd/max14577 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x59c32b41 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa005e63a mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xaa607d97 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb20a1352 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd99ff551 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe0bfad1a mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x196e0157 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5f1bb669 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9c3a687e pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9ef8db1d pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9f21c626 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbc9404e2 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbd8c400a pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc9a71f57 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc9fec977 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdd273cdc pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe827cbdc pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x2316ba1f pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xb4f7104b pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0f08c6fe pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4813e564 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6ea7164f pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcf065351 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe0d1a0a9 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x63e67547 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x05b0aa3d si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x06f436b4 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0786a9ec si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19a07b21 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b621b76 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1e41cff5 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x217cd86b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2952e332 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ec068cc si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x31070953 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39930d2e si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3bb1c987 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3cf8c0d3 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3edfeae1 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x40f62ef3 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47d095c2 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a93a6ad si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x653b566e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7025ce85 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x768d0004 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x76b5ec7b si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e05ed6d si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x852db6eb si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88638758 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa12aeb49 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa85b67c5 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa8db31c6 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1ebb913 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc434efe6 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc57c7347 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd0baf6c si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd8a48b11 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xef291a66 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0ff6d56 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1f8a2f96 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x42106482 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb8f6b083 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb96c45c5 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xda214b5b sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x34267540 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x41d4f4c9 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x72a9ba85 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb28c99b1 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1a52b9ce alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8b4673db alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa493534f alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb5876827 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd59434f9 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xecbbb0f7 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf1c2dcbe alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x090b4226 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x586e47ec cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x81713f4f cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd46395f7 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1f492e97 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2d635073 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x53bdf7ec enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x607167e5 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x768c5764 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba24ee65 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd8d0d8ed enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf98fe590 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x007ef5ac lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x33cd1254 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x37db3cf3 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x686bdfdf lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x776ad5f2 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xaba45cc6 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbe2b4c52 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe1febfc9 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0136a326 mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x01686890 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0667ce8c mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0813d6bf mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1345d972 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x14849a5a mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x22541499 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x250ebebb mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x29c8709a mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2f037c7c __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x49347c9e mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4ead83d5 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4f1dba0f mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x62e627b3 mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x660b07f3 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6cbd5adf mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x859d0042 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x85d5342d mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x882d00f1 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa7cad610 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xaec4211e mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xaf7a9306 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb0af4cde mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc4216cd1 mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdc0bcd24 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe9c4474f mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xea108f4f mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xffcb0b96 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/cosm_bus 0x03749f73 cosm_register_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/cosm_bus 0x0defa1bd cosm_find_cdev_by_id +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/cosm_bus 0x1e13e23d cosm_unregister_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/cosm_bus 0x901196c2 cosm_register_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/cosm_bus 0xfc4ddcc4 cosm_unregister_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/mic_bus 0x4fbecd7e mbus_unregister_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/mic_bus 0x5f46ba40 mbus_unregister_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/mic_bus 0xbd5c8685 mbus_register_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/mic_bus 0xfc8b17be mbus_register_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/scif_bus 0x5ddc938e scif_unregister_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/scif_bus 0x69ad1f23 scif_unregister_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/scif_bus 0xa3deb736 scif_register_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/scif_bus 0xe8c6975e scif_register_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0x15420fd6 vop_unregister_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0x5cce3cdf vop_unregister_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0x9b46cf14 vop_register_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0xccd15a02 vop_register_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x05c333b1 scif_vwriteto +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x1cb22030 scif_recv +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x283dced4 scif_register_pinned_pages +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x2c64b5e1 scif_fence_mark +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x332bb9bd scif_client_register +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x3ab26596 scif_send +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x3f9d5615 scif_put_pages +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x43876cdd scif_get_pages +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x43bcef18 scif_fence_wait +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x528b5a7b scif_writeto +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x5df9ed46 scif_poll +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x63b9b52c scif_open +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x7b185ec1 scif_client_unregister +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x80816b7c scif_register +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x83bf1cc6 scif_readfrom +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x889fde92 scif_fence_signal +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x8e09ce87 scif_vreadfrom +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0x8f2fed3f scif_get_node_ids +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xa6a91934 scif_accept +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xa84c57c4 scif_unregister +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xb852319e scif_bind +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xc0a74995 scif_connect +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xcaf29123 scif_close +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xccf3d091 scif_unpin_pages +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xde64ba00 scif_listen +EXPORT_SYMBOL_GPL drivers/misc/mic/scif/scif 0xe19e7312 scif_pin_pages +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x835dd421 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x8e3e3f4f st_unregister +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x24a9b6d9 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc26ffeb4 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcd24cbef vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0931ff76 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0a077640 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0e71bff7 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x10ba9325 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x14e2fbd8 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x178f8a69 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x276ec699 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b8ed48a sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2e1cd840 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2fd1ca10 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x384f66ef sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x38ff19c6 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3bdfd48a sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x40d5900e sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x427298b2 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x43b7b416 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x461d51dc sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x54b200a8 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5a331f54 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6028939b sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x637c8bee sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x75450db1 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x84f9b2d5 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x88a66025 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90d2c687 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa13c3baa sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa659f032 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb03c98a5 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb418759a sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb46aad7c sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb86c23c3 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbfb161f7 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe3dc9f8e __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe63098c7 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xebdee2e7 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf9bb8eae sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfab9649d sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfd516542 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff4c4f49 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x029b12af sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x37ef74a3 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x38a83ded sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4c4d5727 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x68fb08bc sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x721b2bfc sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7867f880 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x95dba4fc sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe8abe704 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x995590f1 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xed53b7b6 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x447b1eed register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4ebbdf21 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x62579d06 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc3b5f3f4 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xca2d6ce2 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf257c532 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5d9157dc alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x64ab74ab register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x92bc30a4 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa439194f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0f5daeec can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x156f73c5 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16081ffb can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1ab29878 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2818bdeb can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2e38dc01 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2f9bf391 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x306b5027 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x43d2f34f safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5ae46e12 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6190e529 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6264e519 can_rx_offload_queue_sorted +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8762619a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x88d12b2c can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8c9acf0f close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xadb144b1 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb13c70e5 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc2d4c688 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcf7e57e8 can_rx_offload_reset +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcfaa688c can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd7fe1b4b alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdf272083 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe14b7ed2 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe250c461 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeee14e5a can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf1b2f366 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf662ee85 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf8c91f8a register_candev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0d3ff7f0 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x115f21ff m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2422647b m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6071a467 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x80b7feef m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbfbdd892 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf994a08f m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xffc3bd17 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x24172732 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2d06ccad unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd23e4863 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe98ce31f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x10bc2561 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x045ad0ab ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x160cd444 ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2f5fad13 ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x36a2721e ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x4320e4f5 ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5abc07e7 ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x64ec0a64 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6a376fde ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6f56aef7 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x77936e6b ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7aba53a4 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x880b00ff ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb1044b74 ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc341a00e ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd7b172b6 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xdbffeb07 ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xec65b8fc ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x016a0f99 rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x054c00bb rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x096e92d1 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0bda1459 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x33089603 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x578e635a rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5aa00c9d rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x703fde15 rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x731ebcbb rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7be87aaf rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x8154e22b rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xa1ddce57 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb78d5e90 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd81d60d8 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xdb55aa15 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xeb225d87 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0737df88 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07520c7b mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x082af154 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ae33ad0 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e44c530 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13109676 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14507062 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1577efb2 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16f4706f mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18a20e94 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c74ac21 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c9b8c16 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f6678d8 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x224d8d62 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23a0e9e9 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25f7679b mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26a17409 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x282951f0 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x282db12b mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29651e6d mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29c1bcb1 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29ddcc77 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b57b56f mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bace54c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f7572df mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3629f1c7 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ffd5552 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42be1fa7 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x440e37e6 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x474b6082 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49ab617c mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49c6f8e6 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bc6eb69 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4be65041 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c3ad7ce mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eb25320 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ebe5bd6 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f0c0686 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f2cda57 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f5c8d17 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51d8cee6 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x594c876e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5956e52e mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c7c6456 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e006cd8 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e5e78d3 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e8be73b mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fae101c mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61b9b16f mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6246d02b mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63a8010a mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64bf9942 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65081d86 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x655d2b27 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65a10194 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66e1b282 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x671e89f0 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68aeee58 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a0024a7 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a70ddc6 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f754bbb mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x709eb4de mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75d75cbf __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x776ee845 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78e4a2b4 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bf87f83 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d62a11b mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed65304 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x829b497c mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x838721c9 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85b1a561 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86218147 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x870f3c3b mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b537718 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ddb17c9 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93cd7f8e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c599d23 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cf897df mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3197e89 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3f0e91f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa431842f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8b3a639 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaae13cc8 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacbf663e mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad30d5ef mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadca04cd mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaddede44 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae50f20f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3b0189e mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb41713a8 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6d64376 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb86163d3 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb89699bd mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc08766de mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc12a2910 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc16b1a11 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2cc51d1 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9955e8e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc37cc62 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd8ee98b mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd625b789 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7d0b0eb mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8abcb73 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9e38b91 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe16d4060 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1d2c6a9 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1e2f34e mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe37755d0 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe48610f7 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7889e08 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe80af6a8 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe93d2b7d mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea837164 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefea63c1 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3ddd5be mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4843587 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8449814 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf88b76b2 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8a5c22e mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf92368f7 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf923be21 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf95db2d2 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaf94a61 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc1269ba mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe869c1f mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff7c00dc mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ad44889 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bb82e2a mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cc41bfc mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0de0eca5 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10d5f8eb mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x190fcfc7 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20357521 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x247ef415 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d4a8fea mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e678c2f mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3477ec30 mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x392667bc mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a1dacd9 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bf2239a mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c0f07a6 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d52ed05 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48987398 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b95a9d2 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b99d5f9 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bb35bb5 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d04c634 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d18af6d mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52fbf9a5 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x546660b0 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x550915f3 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58f653b2 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59179590 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e7740f6 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60b49ace mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x627ef890 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62cfe61c mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64c9daaf mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bab96ec mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70c9b891 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73de8673 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x762d39e8 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a081aab mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ac3d4df mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7aed709f mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b3dd375 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ca7ecf2 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ec856de mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f2005d7 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8250df9c mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x862a88cd mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8966b3f7 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c3dbfc7 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9269ea76 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x949f3b74 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d33641d mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d430c13 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f65e5b8 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1483b79 mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4c53911 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5562c29 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5cda095 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa68adac6 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9b55e92 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac3c2dd6 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3df43a1 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb50e507b mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb733c524 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb75b8131 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbccb3a6 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd1112b6 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd50dfb0 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc07041b6 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99fb88f mlx5_core_res_put +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb80ca1d mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce5577bd mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2dd40ed mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4da84ef mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd86c7ce9 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda98782f mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd1931d9 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf642899 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfa419d3 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe09e299c mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeae07818 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb81c89b mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec8f6d2a mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecacadc1 mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed389621 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee3a136a mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf949f6b9 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf952a9b4 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x2ccc5ac6 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x336f6155 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5f1102e3 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xa367fa82 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd1cc24db stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xfbcd0531 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4fd39249 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8475daab stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8f2e516a stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb02a8694 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd8decd8b stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x77543d7d w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x92e374ff w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb6403cb5 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xddac8c50 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x4a74caeb geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x014f788c ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0a2968da ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x38ead7f9 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x952d326e ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x9ec7928b ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x381e9f9f macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5c408089 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x60934617 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa9ff0a97 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x32fed0cf net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xc957701a net_failover_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12d98df6 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1702dd26 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x42621cd1 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50bbf569 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x58d9092a bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5df53833 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e276b6f bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7724b533 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x81af4a71 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x892d3995 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9f02f180 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad6125cf bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad625130 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xba2d3773 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbdc9edf0 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcedd9433 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeddc1a10 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfc4155d6 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-i2c 0x1dae7124 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2fa5c8fb phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f0c1c6a phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3fa0e928 phylink_helper_basex_speed +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x56be148a phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x63e1a188 phylink_fixed_state_cb +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb18f9eec phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc11fc7f0 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdccfdecd phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/tap 0x31f24b4d tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x46c7e4a4 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x8fef9036 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xa86dc04b tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xb759a55c tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xbc694867 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xc63288c8 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xd03f7be3 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xf682bae5 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x36f104f6 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7ccdeae4 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9c3d0d4c usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb779db9a usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf3b0c9fe usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x02c89edc cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2647aa67 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2d5827de cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x50a61a29 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x73d746bf cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9946baa2 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbdfe20f8 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdfac9f67 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe5dddf33 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x121e5cf2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5638b049 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x59519b55 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7bf12485 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x81eeb8e2 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf2f8709b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x017c2dab usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0258a8b9 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x05e09dab usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1d54a4f3 usbnet_set_link_ksettings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2935fde4 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2dd6eaf5 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53272986 usbnet_get_stats64 +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53dadcbf usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x66583e2e usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6a504fc9 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x735afff6 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x77210272 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8a335686 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x92b94dfb usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa030d4f5 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa04f4179 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xabce4d80 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad6b906f usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xade79f74 usbnet_get_link_ksettings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaf16ecc2 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb1195b3c usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb4f54351 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb6349191 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd6152d0 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2f653cb usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7cd77bb usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc844e637 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5236656 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xddf22761 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdfaa9fbd usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf34df3c1 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd2945a4 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfe60ca8f usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3ba9030f vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x4681ce5e vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa8063068 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xef2b8305 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x29aad15c mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x92144edc nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xb9839a79 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2998c007 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb81c3b69 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc09b099f nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc9e16ddf nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0f3d96c9 pn533_unregister_device +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xb7ec3b89 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xca5cd14d pn533_register_device +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xd6821f8a pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x12242b3f st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x553b698c st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7d5b2755 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb6fd8e42 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb8b4afba st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbbcc8dcf st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc20ea7c5 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc2593feb st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x286f8566 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x6bdf4a30 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xc34bb74d st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3f1dab0c ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x59fabecd ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd0214ccd ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x50671dd8 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xa0a71cfd virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x201ddc14 nvmf_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x30cfd0ff nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4cf1181d nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5be795ed __nvmf_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5ebd0721 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x668f9221 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x79df4564 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7a96d0f2 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x88ea1e0f nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb0d35ec9 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xcd422cd4 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf66b6a40 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf91ebdd7 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcd7d2c3c nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1251635d nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x325e67a9 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5cddbe01 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x662569c3 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x70881203 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x75707a3a nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x95f5aafa nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xaa015f4b nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb9cec3cf nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xeb110214 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf0df2893 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0e1973ce nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x362dca4f switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/intel/pinctrl-intel 0x30734e71 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL drivers/pinctrl/intel/pinctrl-intel 0x369c7df8 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL drivers/pinctrl/intel/pinctrl-intel 0x5c68c7df intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL drivers/pinctrl/intel/pinctrl-intel 0xa22d2665 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x09c168fd wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x0e498ea3 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x5e594efb wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0xa3fd1d3a wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0xe3e7d413 wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x0b1d9955 dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x124d1722 dell_smbios_register_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x30398388 dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0x7fd2ce06 dell_smbios_find_token +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0x659f040f intel_pmc_ipc_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0x9bd9354b intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xa7f53967 intel_pmc_gcr_write +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xad38eacf intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xc49eaee5 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xc845c71a intel_pmc_ipc_raw_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xd2a5d365 intel_pmc_gcr_read +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xdea07053 intel_pmc_ipc_simple_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x6898d1bd isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x84a6e1bd isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x861369f8 isst_resume_common +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x3d2a8587 telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x4cb51f18 telemetry_pltconfig_valid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/pwm/pwm-lpss 0x2c10fa36 pwm_lpss_resume +EXPORT_SYMBOL_GPL drivers/pwm/pwm-lpss 0x7413850c pwm_lpss_probe +EXPORT_SYMBOL_GPL drivers/pwm/pwm-lpss 0x9f62cc41 pwm_lpss_suspend +EXPORT_SYMBOL_GPL drivers/pwm/pwm-lpss 0xbfa0d25b pwm_lpss_remove +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x6d70573a mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaa3d7369 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc2aaf479 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x73b9d16b qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07213762 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0de65e33 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20f37099 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x24ed40da cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x280ddc60 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a11469a cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2b0fd746 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2bfc29eb cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b3a2a38 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d541df9 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4034366f cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x416f6941 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45b58383 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4effb37f cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x53d74c11 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x55aa6ee0 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x60b9bbc1 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66a7ee9c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69791fa0 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70c035d7 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74205cb0 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74817e60 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74c85db6 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x787937cb cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x838b19fd cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x876a4142 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a0a9614 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94a96ea4 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b7efdd0 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f5e5b8c cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa610b84d cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xae74aa9a cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7812b57 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcaac9d13 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb3f2a24 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xceffd2df cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6ac10e3 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9252349 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfa3459e cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5b3c3bc cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe64c8cda cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeabec955 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec2399b7 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed7e94c3 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x023dc035 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0ed5553d fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2243c9c3 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2adbaca0 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x456e1a6f fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x498b63c8 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6cb370eb fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e92994b fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x94de0853 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d5b0811 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9f3d3c40 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb85478dc fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc2133da9 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc66e89e4 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd81f477c fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf00e137d fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfccd7e11 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x56d76f9f fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x8ce6b398 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0c7c6002 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5cf9e29e iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x61eabfa8 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7ff195b0 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc6125854 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd93b63bd iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe13e6489 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x02fc8b98 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0fdaa513 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1968e142 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bd5cc39 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x324162ee iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x348d5621 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34c5fa45 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3622606a iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3eac0bd0 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44e2483c iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x467edc05 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5274eb72 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5372c069 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70d164e1 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73770476 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7767587f iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79654ae8 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d2fd419 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7f013b7d iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83ea798d iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x843f0987 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90972828 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93adcec3 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9dd27394 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ee704a9 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3d23cb4 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbeb74861 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc567a030 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc8a716c3 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd536d03e iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5707b73 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda542da3 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdbaea7ee iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc6bc284 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd6ca77d iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe92fd674 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9b2189e __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea41047c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec84243b iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee889598 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4681c73 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf69fabaa iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x01998cb3 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x086ec104 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1b6a06e7 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31ad3840 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33979736 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x345b51ab iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3ec9d97f iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x71d9f1bd iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8e683744 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x913c3a17 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3bbc123 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc7238bff iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcd44e524 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd301dd2d iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdb422230 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdd2bc35f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xef851702 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f665c54 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1839f67e sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x28c711a2 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3c9675b8 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43581151 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4793dc3b sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5a87903f sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c554376 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x67195cfe sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x67b351ff sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x85aaadc8 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x90ed1f60 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91f96dd7 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x96f3d0c9 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a6f5324 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9dd897e5 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9ebfa96c sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb699b1d0 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbe12b6a5 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbf118c29 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc333b3b6 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd94c3a88 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd9f56afc sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdbd02b73 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe975d5c4 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04157a1c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x061a7998 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0cd31538 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e3aa602 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e7fbf01 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2093a36a iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29c194a4 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cd9ed14 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3090fb54 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3cfd5157 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4fd57e2d iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50cd8142 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d98ecce iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6bff1104 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d0981af iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f5d5299 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x739f77c9 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75ead047 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d49e1ed iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x836a4efa iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a830d28 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c9afc4f iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ccbe476 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fc61673 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c1abbed iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa02ba4ed iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab5d300d iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaeb53d20 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbe6ca11 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc095e749 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0e51837 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccbdefe5 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcfc6614a iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1d75c48 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7e54bf5 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd81df66b iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda51580b iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xea39f4f6 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1b14043 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf600ac4f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe1615c1 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x31d36e7f sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x540a30a1 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x647d3121 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7263c736 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xe9e84703 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x398a5386 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x50df4e47 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd89ee07c srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf8dba4d7 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf9e77cc8 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfc781c96 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x228e9a5b ufshcd_hold +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x2b3c9bf5 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x4fb64068 ufshcd_release +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x97f0e65a ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x99d26128 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x9de2c714 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xdeb8a076 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xe9aee5f7 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xef41a93a ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x1c6f5a33 ufshcd_pltfrm_runtime_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x228336d7 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x3cd142d6 ufshcd_pltfrm_runtime_idle +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x4369c001 ufshcd_pltfrm_runtime_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x4e50ed2e ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x5e706c25 ufshcd_pltfrm_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xb2d31a23 ufshcd_pltfrm_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xff85cd6b ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x51b2e842 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x63ba5c5f siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6f952d70 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe468a20c siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe87be305 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf1a624dd siox_device_synced +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x17da4a48 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1c84bb84 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x200535b3 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x29fd4a07 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2a5e7ce6 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3ed15625 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4707f379 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x47c3188f slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x47f6640d slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x53251644 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6b418f92 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6ccdbd18 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7eada757 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x88bce983 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8c750121 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa6aacc11 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa6dae75b slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb329d16d slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb3f040dc slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbe695c46 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd65d4449 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd9169fc1 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe23779c8 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe81d243e slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeab5ccb8 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xff065400 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2501e718 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa4dbdf12 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xe758e6c6 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x043db2fa spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x14a64581 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x65e1268b spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x69f81d83 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9248554f spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd1b13b7e spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x083967a0 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x81e44531 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x949d4a77 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb82d14dc dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc44373e0 dw_spi_set_cs +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x8a04b92d spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xd07fb6d6 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xe72f626c spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x090f9f1a spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x261c1399 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2a77a9e9 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x32163d84 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3925647e spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4caac39f spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5693e103 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x578558ec spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x71e37728 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x74fdc991 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa85daf02 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xadcc27c8 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaf0a69f7 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbfc8a678 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcd976287 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcfdc28e6 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdbe81589 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xedfac5f7 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x59cc9a0e ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x09470824 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x37a4d4f8 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x39c89ea4 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xb3be08b4 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x4e0b839a gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xf701959f gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x46d1606b gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xab0a97fc gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x53ee3272 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x222b1dfe most_get_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x2a3a94f2 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x2e4dc506 most_deregister_component +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x3afbe3f7 most_put_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x4f9fea25 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x55ac1aee most_register_interface +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x76e96bce most_register_component +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x8eab486f most_stop_channel +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xa3b17a0f most_start_channel +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xab0077ff channel_has_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xd8bb712e most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xddbb67d4 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xf7c0c529 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xff1d91a1 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x09e0c743 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x18af2e5b host_sleep_notify +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x2687c194 chip_wakeup +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x319eeb57 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x38f3331b wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x3930cf4a chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x666732e5 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x310b3287 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xbe6ff7f3 intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xbf618bab intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xd0210e30 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2009aece tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x280209d7 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2b3a8614 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d7c1f7f tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x48fab103 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6c8d6e0b tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x766f1fb3 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x80dde931 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x82d2843e tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x918f9b0d tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x99b6e7dc tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9fe40ece tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbf78775e tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc45b4d32 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc76c50d4 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcf5bb5c6 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd4bf150f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf11f096c tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x8a422e5e n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb249b3bc uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc5e07b3c uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc87520bc __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd0f254e0 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe070af9f usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4331a467 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x92d2f511 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa9cc1c48 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x0651bd58 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2ff3812b __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x55ce5fea ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x58287f60 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x738b70e1 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xc32faa65 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x010e5d43 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x11e93abf gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1705aa3c gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1b60acd6 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x27ee6934 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x457931cf gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x77aee37d gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7880c088 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x83cf8a9a gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcd2bf899 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcd37599c gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd5ed61dc gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xda913ee8 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfed82b30 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xff9b0ea2 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x01c1c372 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x57133707 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbe9964ce gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe10c8adc gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x57f469c5 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xdfbacc9e ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xe710b0d2 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x02681e18 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x092977e8 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0ea544a1 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x125fece4 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x14e833fb fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x17b366f3 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ebe195d fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x22af363d fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3df4d851 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4b264638 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x50f1558e fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5fb53e0c fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x87b19df4 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8ffa17be fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc7f4cc08 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdd7d2092 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf3c356c8 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x09feac99 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x120ed30d rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x12e1cf8f rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x324363e6 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x383a21ba rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4ecf36a3 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5326f8fb rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8f3879ad rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x965cdb43 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbde00f8f rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc8c38d95 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xca96f98d rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd1f04ea7 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd99a86ad rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdebc53e9 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1be6690e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1f8678a8 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1fbe4129 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21635079 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21bcfbb0 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x25c62151 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x29197ab8 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2ffd4612 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3884b40c usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38b9aba4 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3c4830fb usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3e29ad35 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3e808f5f usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x439fc2c6 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x565be041 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5a76cb40 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ab27f40 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6dc11b4d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x841873cc config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f297b91 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa0399b52 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaec47d3f usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfbe4dd3 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd564ec7d usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd5fdbdc1 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb2310fb usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb3177b3 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xddc0ffb3 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe66b650c usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe91adb02 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf37e1a04 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf783ea36 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfee8ba66 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x05e4c38a udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x26104519 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x49c022fa gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5a1954f2 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5cd60e71 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x87086043 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb2b24949 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc84618f9 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfed69510 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x032b672c usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0d073eda usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0ffaa944 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x14c82eca usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1cdd836f usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1fb445df usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x24d4303f usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28cb7cef usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x40f79de7 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x42bdf4d2 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4a2315f5 usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5591473d usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x57c5b605 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x58b9f0c1 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x63e14d80 usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6be1a295 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6bfad17f usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6e4e2b90 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8719d1d5 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8b1a877e usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x94727ae9 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x94816c92 usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa0e62d4b usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa15f99a8 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa36ea15e usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaa7d511e usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac235354 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbb2b9352 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc41263c7 usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ea074a usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xce869229 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd7a9d634 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdf608006 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe17cab0d usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe65c1a78 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe8c1aa39 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf0979a46 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf4fa2369 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x530c8c18 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x8f265a17 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x25e85e7a usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3d74c4ff usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x60057c8f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6b7a0fc6 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x79f6985d usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa2099699 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb18818bb usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc83b06e4 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe43b2101 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x251911e4 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2d9aee67 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6b11b059 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7bd47bfe musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xac26a8e6 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb517950a musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc3ae8b2b musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xccbfd39d musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xce423b28 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd529d966 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x37d1d6c3 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3948f31c usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5b4174aa usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x70043c84 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8e3d3ead usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x71d366ae isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0x0bd3960a usb_role_switch_register +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0x60ae79cf usb_role_switch_get +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0xcc8c10d8 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL drivers/usb/roles/roles 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x10dc3c26 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x10e1ba52 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x11b6147e usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x15867aae usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1b83b0fb usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1dac0e7d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2616ae7c usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x281eb441 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3ec18606 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4905f94a usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x51f43d9e usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6a1cbf38 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x77df4cb1 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79ae714e usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81262393 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa15229be usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa367655d usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7ef2c0f usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd3b551d2 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd4888dc9 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd4b1ce26 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf0e145e3 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x2af65e13 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x45f5efa9 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x8b2d7680 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x70256f91 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x03608f2a typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x15f246f6 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x16be107f typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x187217c5 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b90ac2b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31a80edd typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x33fd62de typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36852716 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3d2d0b2e typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x426285ea typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x493159cc typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54c93810 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5869adb2 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x59dc770e typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5ac3a632 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5ee82b93 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f2c6469 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x606a93bd typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x66702570 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x671d952f typec_altmode_register_notifier +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b63ce40 typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x727d28f6 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x72d35838 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e2998e7 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e578c73 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81d2f91d typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x847d3676 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x87a3a8de typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89c7967f typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ef13eb0 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a00a11c typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c245fd2 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9cad8da6 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xacfe9795 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb73753dc typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7f6cfbe typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba836717 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba8ad3a0 typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb960f50 typec_altmode_unregister_notifier +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd6b1ada typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce09070c typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xda0a9c4c typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe28e4826 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5306e5e typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5686f33 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe7483ae6 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xee19f4b1 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5845a19 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x46fdd3d4 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x89cb53cc ucsi_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xebc66774 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf4dfc0d7 ucsi_register_ppm +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf5af0b1f ucsi_unregister_ppm +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0788f096 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x26dab009 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4423c71b usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b62ef35 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x83f0cc4b usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x892a71ea usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa09f5a9c usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb0b9e729 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc4973d15 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd49d0c0b usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd8cc7f26 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd9b9931b usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1dd0525 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xef3983cb mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0d1e6acb vfio_external_group_match_file +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3f7babdc vfio_iommu_group_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4dec9ffa vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x57f6b8e4 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x58f3d130 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5b35c4f9 vfio_group_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x70095b2e vfio_iommu_group_get +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa447baea vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaeca9494 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xecb124c4 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio_virqfd 0x62128608 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio_virqfd 0xfd296af4 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x09f4bfc8 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0afeeaaf vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e001b1a vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1213d7aa vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x177c8ffa vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1a3ba862 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x252b164f vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2745ad41 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2dea656a vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2dfe8f3b vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2faf286f vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a4dcb89 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bed973f vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x43d0e8c5 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a52e791 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b54fc7f vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4cb416f5 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x542112aa vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56011f11 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x566ad7a3 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e2d18be vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x60a55fba vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77188c0c vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84214f21 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x85aa6883 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x92551fb3 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x926355d8 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x93cc76b1 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa376ad93 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad66a61a vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xadca9e39 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc04d553b vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc9e0730c vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd0714e4f vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd5503fac vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6649f7f vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb2daa88 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeee0444f vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfae06a08 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x23bcdff1 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5a874699 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x927e42d0 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x66c927c6 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x832869ad sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x9e1842d5 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4606f8d viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcd538333 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x0e338292 visorchannel_signalempty +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x145a7af4 visorbus_disable_channel_interrupts +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x4de03230 visorchannel_signalinsert +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x56401853 visorchannel_signalremove +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x7d1fed18 visorbus_unregister_visor_driver +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0x817d1584 visorbus_read_channel +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0xbe33261c visorbus_write_channel +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0xc455c651 visorchannel_get_guid +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0xc90ddf3c visorbus_register_visor_driver +EXPORT_SYMBOL_GPL drivers/visorbus/visorbus 0xcc677225 visorbus_enable_channel_interrupts +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x18626935 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x318ac81a xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x5e0f8f5a xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x769d3c75 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xa42e92be xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x83102ae3 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xf8c410ea xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x091b4dac dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x10fbe97b dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x14d53a46 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x647d6170 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6dbf6497 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x862d5140 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8fcbb878 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x967adc85 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc28d7a82 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xda8c8b62 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xed36b68b nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d39caf nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00e2f858 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x014a1d97 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05a910db nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x062bd613 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0954b1bd nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09e24117 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b918e16 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fa22f97 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10be16a0 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12c25c9c nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14eeb093 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x151d3198 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1569c5ff nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x166b5781 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x166fbd27 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x185ac745 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x197c7a34 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19e33ef5 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a0cd8d8 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x231dc7b4 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x242f6d91 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27142b04 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27751db4 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2869f59b nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a5c9c48 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c45f0ab nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e6d09c4 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35435c82 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36741039 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x379c4217 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39bff391 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39daf398 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ae47cd0 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fa1b9ba nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fb6fab7 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x427da5e1 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42e73239 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f8d243 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43a1aa6e nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45a5f2fa nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49bec2dc unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b9a3ee1 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fb2760b nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fe0e7f2 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51a9ea47 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52b968f8 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5558c521 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560bb888 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a53dcc7 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1cd51c nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63507a54 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x665aadc0 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6af12479 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b021c0b nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x703ec497 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7067484b nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71e757c7 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x764db0cd nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a42c4c3 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c5a7345 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cb8cdd5 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8174940c nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8341ef74 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x852904da nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x857275a8 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f4d2aa nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88453beb nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88868d34 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ace1bd6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b7e98ca nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ba89da4 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cb4a42c nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cef5c07 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8da518a7 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f4302be nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f8e9c4c nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x907fb028 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9427cfd0 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97645cd9 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9779f256 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98f10d65 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d663a1 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9aa0211c nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1416417 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa18203cd nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa22dd430 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25941e0 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3334e1c nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5d419d1 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7f9f03d nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa85f24a7 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae0308e7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae5a2889 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafa46dd0 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1104994 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4a90b56 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4f56a35 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5de628b nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb60fa56c nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb879e985 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8e47e42 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc09ff156 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a76a1d nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc60cc917 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c58851 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8620887 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8ca8ee8 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8ed801d nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd68b04c nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce2c29b2 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xceb65b02 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd37a565a nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c1219c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6b178df nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9e618a1 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe22c1988 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe467f999 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe51e4df2 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe82ec527 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed23c35c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeebc9bd7 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf001048a nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0d69e0c nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf108c556 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4184aa0 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7409a53 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa6136cb nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd0a91bc nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff99d2eb nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x8faec877 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02590818 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0368f513 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08ee1f0a nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x096a4210 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c139909 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f367a0e pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1321de3f nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x158601c2 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x162391a0 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b16cb6d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2748f8f7 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x280a1d5b nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x296bb164 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x384bf39f pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43fd9a8d nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46e5de2a pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x498a296b pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5981abd2 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60b2e556 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6756d048 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71ff71dc nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76d7dceb pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7736688b pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x775b43e2 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77cb9306 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x780f0432 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78fc73a3 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7acb2e5f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ecc3632 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86f99936 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b67d537 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b9ae2ac pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa079a5d3 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa462ffd3 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa579323d pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5e7f69c nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1415e0d nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4e0312a pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb51b6fde pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb52d4595 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6556353 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8c64686 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc514493 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd204166 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc74f185c pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc97a7a5a pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd428e999 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7eef342 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd8cfd9c nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe54a24fd pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6dc6a2a pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea883250 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb779aed nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed722683 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee4dc868 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf08f5dd2 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1dc2760 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3aeb67d pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4871b24 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x429b0c30 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xb863cc2d locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xd5833578 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4f87940d nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x98f3b0d4 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2886211b o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2a8ab46a o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x39db0a20 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x696fa2fa o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7ae385a5 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7bd2794d o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x93c266c1 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc02667a8 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x15ba0643 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2ae22787 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa8c890ab dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcafab4fb dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xdd4de6db dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xeb4da2e7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x165e7b48 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3feb18a1 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa93c9ec3 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe3944fbe ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x3e9619f5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0x3ff9be11 torture_online +EXPORT_SYMBOL_GPL kernel/torture 0x447d9c95 torture_offline +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5a12a7da torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x688e6a64 torture_cleanup_end +EXPORT_SYMBOL_GPL kernel/torture 0x6c3ff11a torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0x8080c5bd torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc67a49d4 torture_cleanup_begin +EXPORT_SYMBOL_GPL kernel/torture 0xc94a93e3 torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0xca12fb2f _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xceb25342 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe2430307 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crc64 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x363a5fd4 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xbb7db6f9 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x2b30f429 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x38861500 init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x4823d3c6 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xc5b9aa1f lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x0c09c1b1 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x8653d7b3 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xbadd220c garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd461e3d6 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xde6e4773 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xebd2f5f5 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x3287a305 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x403506a1 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x928375de mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xb59953f0 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xb63fd49b mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xeaef70cb mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x7b444d1e stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xbf382dc0 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x466c3eac p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa2dbec93 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x53a26984 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bridge/bridge 0x005cbfcd br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x194254b0 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x272cb1ca br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x44a9c52a br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x455652f8 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x46896bb3 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4d1176ac br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x632330e5 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x69936dd8 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x70df439a br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x833ebbda br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xad090c3d br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xca1e9dd2 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd9a2a458 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd9f7ce19 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf10d98bd br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf2af4d63 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf87d98ed br_vlan_get_proto +EXPORT_SYMBOL_GPL net/core/failover 0x26636d21 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xab09c6ff failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xc7e01bdc failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x036f1f98 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x047035fb dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x05feca0a compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0d7a5059 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0f3a35c1 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x188987cd dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ef737f7 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26c9bc1f dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f22d12e dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30d09edf dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34b95ffd dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36089d28 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x392e9648 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x40ff1385 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x479f1c2d dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4fc1d940 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x570e066a dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x578c06ba dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b3737c5 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c6a7be0 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x703f0237 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x722630de dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7257b86b dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7864552a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2624a42 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa60dbda7 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb0ffe9ce inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb163f19a dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3b6a26c dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4cc4e69 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd58a7fe5 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd8c89707 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe076a8fd dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe60d2f47 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4589dee dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb67264d dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x18dd2cf9 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x95a64d84 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9a4e862d dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbb8514e0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbe8b6c3f dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc2405886 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x03d0e4df dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x23379fd0 dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x25575946 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x298e48e8 dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2ad3cf94 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x38d03a79 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3f77cf70 dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x51f6dd3b call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x521d8764 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x643b5e3d dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7c6b4dc5 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf84f250 dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb03e92b9 dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd3bed73 dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc2b17b05 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe37988bb dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe5ebb7aa dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe6ad44fc dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf5a7d6b3 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf9fd11c3 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfffbfcc4 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x029c5c2b dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x788b7720 dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x8d66ee7b dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xe12b0ca3 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x230b2fce ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x536016d5 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6e24e13f ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9dbbaadc ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ife/ife 0x5a24e4d3 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x9c09eb60 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x781c6a1d esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcea4e580 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xd9f95bfb esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x5d3f906f gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb7c08408 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x27b8f790 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3c4951a7 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4f62a856 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5c0ba287 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa5b9cb43 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc342a09f inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xccafd52d inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd7dc2560 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdd0aa674 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x65c58caf gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0d90ab9d ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0e6651b8 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x12232800 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x27e58bcd ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4bf9639f ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x67d57614 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f5223ba ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8050a7ca ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x91014ee0 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb86c9a54 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb89c5b1a __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd8d5644 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc1f43e41 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd3ccb97f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf6e42637 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfade837a ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xc97b874b arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x75346aae ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xc32eea69 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x3d595c16 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x27e76bd0 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4cdd0587 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8f0918bc nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbecaecc7 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe6b6699d nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x66de6ffd nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x110f3b35 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x670c718c nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x925f928d nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x65befca7 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x737bdebe nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x195a32ce tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x80096703 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x94d3a0ca tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc7f333be tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdf749e94 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0e2a0286 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2869988c udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6a4708ff udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb1a304ad udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd68aad79 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1b9492a udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf6d67fde udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf7ae194c udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x2ca5eb04 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x62eb661e esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb71779ec esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8a0937bf ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8a10ebbe ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf37c256c ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x18cbd1d0 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4886c8f4 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x5a9ad603 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3a5440a3 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x534e6366 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xf6ff7b45 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x0dc1ffb6 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x378d42f5 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3d8b950b nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe0cad70a nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe718c87c nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xe1b9ce94 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x6cfb2625 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbc6cb96a nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xedb6efa1 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xdb69543c nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xf717aa35 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x06039aa8 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1d343294 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1f1e8da7 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2196276c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2eaafc97 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x319e1d18 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x44e7773f l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x46fb32be l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e9d33ca l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60b2d108 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x63b24dce l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90017437 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x96764108 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c3290ad l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd36895ab l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd079f49 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe06c864a l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x8410de0c l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1005a51f ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x18d514c3 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3422d65f ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3da137b5 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x489ec949 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5203e788 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5888199b ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x61135286 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80af7b76 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b689af5 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9f6bac4e ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa633b890 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xab3db530 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xac87b623 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb105a369 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbd42bcc3 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x04f33363 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6da6958a mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa7e96a0f nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf1e049bc mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xffe6ab31 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x09b4c767 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0df02fc2 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x202cf125 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3902a492 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x606ae616 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64c84b49 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6cc770ef ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x75532491 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x802dc75c ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8824d32c ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x887a174f ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9b49000b ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa778abba ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcdbd3be2 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1a8489d ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xed1dc304 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa34621f ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfe8dee97 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x28bc414e ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5bd8d70a ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa877b57b register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xaee30631 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x0ed54d7d nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ff55ad3 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x416c52c3 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6407b378 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7eede0d2 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c4cb9c3 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd95b6fa9 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05dea080 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0db299ad nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x127cdd15 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1534a636 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1749c590 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x183e57d1 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1974ecae nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ea0ecbe nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25f2300c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b21b61d nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x302fb107 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x332244f1 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3391d027 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3727f565 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37726447 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a1119a3 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42f3407e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44ac2f0f nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49cc601b nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fc448cd nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51193857 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51e6f2af nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53e5e268 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55ecd5bb nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55f906f9 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a326b06 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c18e690 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62bb5c42 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67df863e nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x689d8f13 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a27da72 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a8e33fe nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c359875 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d04b82d nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fce1fbb __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72c9e2bd nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x733bd739 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75588337 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76cc1513 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x775112a1 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a5e0d12 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ca63656 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ffd0ac6 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8506e872 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b8ee6b5 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8cb27ae0 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8de7fee1 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e5268f1 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93d0aad5 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93f31732 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x977180b6 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x989c8979 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bf35a58 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9eb93ab4 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa587d298 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa741453f nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb06a2b6e nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1a0c268 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb72613b6 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc48e9754 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7564698 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccd6fd78 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf7f7e0e nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd77f1294 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9ec4ebc nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdab45202 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdad4f13a nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf135634 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe15bb877 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe333bb17 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe735e804 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7f43c81 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe82cc7f7 nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed7630ea nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef962bf7 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3294bd5 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4a3dcad nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6f3c196 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9f0cc2a nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb887e3d nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffbc773c nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xf22b679a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xbd5f0396 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9c43f69b nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x17608a3b nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x408e7c5b set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4d387146 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x58e6d303 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x66ceb1fa nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x734ef033 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x771283c0 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8be7c891 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa30b195c nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeae95b10 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xfd1e2541 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7642dc5b nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x876af369 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8b5819a6 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbc13eb98 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x346fce99 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x46c5ff2a ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5678ab77 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7f22495e ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8b33bc29 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc482b77a ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcf99b8a4 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2c9f4dd0 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x81631e44 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3277253a nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x42f6face nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xc608c649 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0bd52251 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x24191de4 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2eec8bea nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x331d00c2 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3ecc0b36 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x48baae98 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6699caf6 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x760aa4ef flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8a0b2afa flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x993827af flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb6b53883 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbe90e1e9 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x66aa00f9 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xb681cd41 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xbac85c07 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xcaf6317f nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe04d69e6 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xeb9fe8bc nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0836dbe0 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1fd03102 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a7647e5 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5082d3d5 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x54157f85 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6c1ba43e nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6f26f85e nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7c155e3b nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8216e388 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9ff4396a nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa68f8c29 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb7ac5843 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbde144ab nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc94d489e nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd6fceb29 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9338d2a nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0678b14b nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x072caf59 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1723ff06 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x30cc79b7 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x40b5e11e nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x50c8f250 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6b159585 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8e2ac2e1 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbe33e78c nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd785f819 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf8feb7d9 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04c26b4c nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f9aec77 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x18a3f81b nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x224201e6 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x24daf5ef nft_set_gc_batch_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x271e0749 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c6140a3 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x319037ce nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b4040ee nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4df30f0d nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x590c9fcf __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x59d5875b nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x60a16c71 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x65d2cb1e nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6dddb7e5 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x70524fb3 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7692821f nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x81691517 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x872f5874 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d586ef2 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x942bd099 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9cfef367 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e428442 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad641910 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5a15ae7 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xba5ee388 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbda5f119 nft_validate_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe34ef40 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe811175 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc0f1ec9f nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2a04cdc nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea1b6745 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeb6f6540 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeed577d4 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4f83fe3 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfacf68fc nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfeefe06a nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff5592d9 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x59578814 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb9f43342 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd5705f7a nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd6fb2aa2 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe4b7b560 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe8923cc1 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x24b8fee1 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x400b39ff nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xdbd203e5 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x0856ea48 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x49f876ed nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x78872466 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7b81842d nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x94a196d1 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd42a2419 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x17d14b41 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3cf2f653 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x8bdd6bf1 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0b340937 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0ce6b0ae xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x41fc3c22 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a1fb35b xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d981e72 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b7c1493 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5ff35e32 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x67777f83 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x81d8296e xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa4ae4c3b xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7e86c80 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad0bd953 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb26eab2a xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb56c87e6 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb6c973ed xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc084639b xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc937e146 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcb07495f xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xceec9510 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd4b71760 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe7a32115 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x2d62d628 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x99208fa2 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x47c7020c nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x94fd5f8a nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xc6d12ca1 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x43e7d018 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x8d69f933 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf54c7296 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x41fe4cb8 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0x860eda00 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3de68597 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x53455fa1 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8883cf01 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8e7cba31 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc432fb1a ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe52d5ef0 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/psample/psample 0x30c2b6d7 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x73ab3960 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x7ad462ca psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe332c237 psample_sample_packet +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x1e474ada rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x479c7622 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x4bf8d855 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x4df84df5 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x536a9163 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x5b233791 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x62bc3418 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x7600534d rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x7d5e4f7e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x7ea32ed6 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x7f6cd57f rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x98a9b0e2 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xa0216008 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xa741faa6 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xad34221c rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xaf4009cc rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xba82580b rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbb452b8e rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc70a65a0 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc9c3446a rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xc9cd12a1 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xcdb95b55 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd12e5d3a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xdafcb44b rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xdf9211e5 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf7fc0219 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xfd22dd56 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xfe35a830 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xfef64cd2 rds_message_addref +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x27a8d7c1 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x369b9716 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3e58f312 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x85c7a613 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1479aa93 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x18abc31f smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x2423e60f smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x286418aa smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x58db08a2 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x6f9a3a37 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x76f9c27c smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x98292153 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xcd74635e smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xcde5c982 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x47450e90 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x72bf996b svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc8fca29e gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xee214a32 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0152729f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03fe0460 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x040025ab rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f28062 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06205041 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07033004 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x088e4ac0 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c0a3a11 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ce34d5d xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e10e22c svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ed9c040 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f1d0e38 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fab6831 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0faf67aa xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11be0a76 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12157b91 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14f829a5 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x150c1002 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x153ddc3f rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x156915f4 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x167f27ea xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x178fe668 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18196696 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf8489d auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e60874a xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fb8d4b1 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202cb7de cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ba8bfd0 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c464e08 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d567d75 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f23b6b3 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30851940 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3225de4d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33418290 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d5ad9f rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34f3f0f1 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x356c630e rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x371a325a xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x382e2c10 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3982c82f rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39ec9f55 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c886a2a rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed6d4c5 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c2db45 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4134a6c7 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41564844 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x422ac0c4 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4483345b rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x469a55d7 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4714676c unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x488da83d rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x496d80a9 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49750226 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49cd1426 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a7da1d6 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b568714 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d4901ae svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d62bf69 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dd11768 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5040c92e rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50829f0a xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50c42cfb svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x510bbd5b rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x528e7b96 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x553b6ccc rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56861042 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5755030b rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57ee5962 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a59b11c svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aef0e25 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6181139d svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62db29c5 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63d4333b cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63e68079 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65269588 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67db7b6e xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6809ffc2 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6870c849 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69762d98 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e8d322f rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fdab8f0 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x713486be rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7175a4bf xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7232afce xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d6a2d0 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x738fa29b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73c8b797 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x750547e5 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7599d139 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75dbf21c rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77f84781 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a25563c rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c948e1b svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de24622 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e44418d rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fb4cc7d rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fc3f0e rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8136f840 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x820712ca xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x821e5857 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82add0ad xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8492a0f9 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85787c1f cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86c595d1 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88136023 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890ba5e3 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x896771f0 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a165332 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e3a54a8 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ea4ae0b xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ee21cd5 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90239b5a rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90429f49 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90895fb2 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90aa14de rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x950f0321 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x959f11f5 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95ccf2c3 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x983ddc1d xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98f02f4f gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9980fc85 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99f033de svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a3487fc xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a82adff rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c34d71b rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e48dd9f put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e9ebe1c xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f739330 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0168496 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa05cc2ca svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1c58f8c rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20fda3d rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2b8a725 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa348fc38 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa371e96e xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3a5ff12 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa54831d7 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa557009a svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8eb19c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae6409c0 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafd7ce3f xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb04e8872 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1fe137b rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2cced4f sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2fed55e cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3250e88 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39385f6 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5794403 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb70e8af0 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7506de9 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb855e855 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8e7d1dc rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb90a9168 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb96d34c2 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba405697 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba53d33a rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbac9eada xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc2063b5 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd413d95 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc03a7a6a rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0474a9c rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc051653b rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3dbb439 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc516c2b0 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc55b1c6f auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc56d1a67 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7705c82 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc81b131e svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca82bce4 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccc6aa5e xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd1a7c6f svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd59e0ef svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd130dd4e rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4cbe720 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5a27726 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6e88bcb write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd82208ce rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd894e37a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8c1482a svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9691352 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd980348b auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd98788ce svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda885d00 xdr_buf_read_mic +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcc7208b rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd2eae5f xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddfe29c9 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde004831 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdecc68aa svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe064fbac xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0ad5d26 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1208c12 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe17b919a svc_return_autherr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe234944f svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2a608fc svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe42867a6 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe59354cc svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5be0464 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6fbe4fc rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7bca570 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea00300b rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed96c75c rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee1eb10e _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef5290e5 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf34c272c svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf43a1766 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4b23d44 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf58bb749 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5e7cc53 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf64eb0ee svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6abf74e cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf82fdf10 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8c7e77f svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9c17b04 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa46c0b4 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb1d8e5d svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe1e8280 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe61eb3b rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe7ee85b xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe83d3b1 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfec47ae8 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff4558c4 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffa73ea0 svc_set_client +EXPORT_SYMBOL_GPL net/tls/tls 0x12959292 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xe311fb97 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x11cff3b8 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1393ecb4 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ccd2368 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x29928b0b virtio_transport_set_min_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c63b3ea virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32b6ae22 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4076a137 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x47d18fba virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4f38c7de virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x53e29e8f virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5af0382e virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x65078bf7 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6609e805 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7eac31c0 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x814b35ad virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x821f9c4d virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85f8a363 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8a04bc85 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8a35d721 virtio_transport_get_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8b0c373e virtio_transport_get_max_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x94a6b08e virtio_transport_set_max_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x986195a0 virtio_transport_set_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9b367be1 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa5c111dc virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaa8766d3 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xadd3ec5c virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb4adaeed virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb6db4927 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb7dc23e1 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbfe0b666 virtio_transport_get_min_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc73de578 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc873d893 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc98de419 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xca8b8d46 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee42aa0c virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfc21438a virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x142db01b vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1ae13d88 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1bc492f9 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x28cf8c5e vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3cad83ea vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x477aef88 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x48675e87 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5557b68a vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x73879664 vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7657ead3 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x80692a2e vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x811ca246 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x86af9892 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9a5831e6 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9b1c805e __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb8e9777e vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc065f297 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc60dd494 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xea93c5b2 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0aed90e6 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x24ec3d71 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65fb87a0 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6cff71c9 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd54a6531 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x05886b1c ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x39a09cd9 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd7a91c58 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf7944420 ipcomp_init_state +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x00055d63 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x000de88b get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x000e2c03 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x002386b7 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x00243649 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x00255954 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x002bcd80 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x002c6a6c unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00531a17 xen_xlate_map_ballooned_pages +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x00623c56 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x00688765 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x007af81a acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0090f0a7 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x00a3f4b3 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x00b79e15 dma_resv_wait_timeout_rcu +EXPORT_SYMBOL_GPL vmlinux 0x00b9d063 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x00b9d46f fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x00ccccd2 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x00ef1257 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x00fa144a pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x00fe264c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x010d499b cec_notifier_conn_register +EXPORT_SYMBOL_GPL vmlinux 0x010e34ae trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x011f4679 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x011ff975 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x01442dfd spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x0148a257 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x015d319c platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x0160daba nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x017a8140 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018b3d1e intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0x0199a964 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x01b10fca ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x01b69455 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x01c09c2a __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c825d6 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01c864f3 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x01c8a906 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x01d3db5a dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01eb2c47 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f1cc85 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x01f7c9a5 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x01ff0d1d xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0205b0cd gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x02073ab4 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x02073b76 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x02094206 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x023bd8f6 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x023de500 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x024be667 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02600773 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x026b9d2b dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x026c1947 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0273013b spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x0275945b percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x0278051d watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x027def0b fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x027fa48c devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x02895f1b devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x028becf0 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x028cd36d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL vmlinux 0x029715eb xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x02a1e803 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x02ace8c1 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x02e114cc sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x032660af uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0328f00d do_splice_to +EXPORT_SYMBOL_GPL vmlinux 0x032c81ff devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x0336ff9a tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x03372453 force_irqthreads +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0338df9a pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034e70c1 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x0368aa31 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a6cc2c transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x03bd43cd ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03e69144 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x03ea6833 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x03f30d1a rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x03f3ead5 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x03f911c9 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03fad3b4 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x03fd0386 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04077e74 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x040b7d17 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x040ca041 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x040d4bef __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x040f89ac regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x0419e175 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x04249a74 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x043ae7b1 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL vmlinux 0x044683d5 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x045299df __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04773a2d trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x049921f6 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x049929c0 hv_stimer_free +EXPORT_SYMBOL_GPL vmlinux 0x049ab096 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c65a3c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x04c76e0b xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x04c95e23 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f59944 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x0503ecc7 xen_set_affinity_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x0513b39e validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0556f3f2 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x05577547 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x05628055 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059bf330 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x05c94eb0 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x05d373cb nvme_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x05dd4cc6 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x05de95d9 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x05e67ff3 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x05fc05a4 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06232014 udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0633886b blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x063c87bc iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x0645eb1a gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065fc4cb mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x06678765 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x066d2102 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x067dff71 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x067e7fd5 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x067f51a6 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x0682b655 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x0686273d virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x069e044a relay_open +EXPORT_SYMBOL_GPL vmlinux 0x06a63ebe nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x06ae3334 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x06afca38 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x06b0dcb3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x06bba4e1 flow_indr_block_cb_register +EXPORT_SYMBOL_GPL vmlinux 0x06edf500 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x07164faa usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0717801b nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x071b5215 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x071f3fdb skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072821db desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x072cd39c vfs_getxattr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x072dbaa7 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x072e9894 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x0741d140 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x074975de crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x074c13bc acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x0750c485 __devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x075dc9cc net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x07646cee ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x0794a104 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x079d3b95 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x07a965e1 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x07c23703 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x07ccf175 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x07d07f32 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x07d2469c pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x07e29638 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x07edeba7 hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x07f229ef devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x08023e43 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x0808d070 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08151356 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x08240323 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x0828d609 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x08651fb8 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x086f2f1e crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x087e3f01 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08851c5f irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x08931182 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x089805f6 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x089b060d perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x089ca9dd public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x08a3aff1 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x08a5cab6 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x08b4ab8b efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x08d41779 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x08ef3c95 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x08fba599 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090c9fca devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x094ccb38 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x096b2418 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x096cdd69 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x09922d81 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0998ff55 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x09aa879d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c0d48c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x09f361a7 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x09fab2c9 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0a05af15 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x0a09d841 serial8250_em485_init +EXPORT_SYMBOL_GPL vmlinux 0x0a0c9d45 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x0a235554 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0a2eb3dd crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x0a32b472 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x0a3702de phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x0a491301 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a57557f ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x0a6bee56 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0x0a81aae7 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x0a91bfcc devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0aa38f57 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x0aad46da sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x0acbbd39 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x0acd12df platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x0acf7842 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x0ad0e938 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad67dc0 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x0ae7d44b pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x0aec4d50 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x0aec682a dw_pcie_msi_init +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b109ed4 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x0b52af42 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x0b632cbe phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x0b729247 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x0b883788 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x0ba3fc78 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0ba426d6 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x0bcb1c51 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x0bd6b0af acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0be71cc5 cec_transmit_done_ts +EXPORT_SYMBOL_GPL vmlinux 0x0beab37f driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0bf0d5a1 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x0bfc26f5 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c17f1b0 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x0c270e25 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0c2ab3f1 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c4206f6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x0c549590 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x0c599581 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c678eb8 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x0c75e0f2 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x0c7ac278 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c88993e gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0ca4ec4b usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x0caf3093 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x0cb579c0 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0x0cc03753 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc3b29e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x0ce04021 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x0cec052d dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0ced5e72 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x0d049ced blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x0d0852ae __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x0d116ad0 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x0d301317 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x0d3b0b2b cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d906a93 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x0d9ef841 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x0da375fe regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x0dd4de1b regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de5748c devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0dea1b7e pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e14985c gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e1e8563 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x0e45d60d usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0e4a70c8 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0e52c7ea nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x0e583c34 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0e6afcb4 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6bba31 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e8f68d9 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x0e9061e4 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x0e911252 dma_resv_test_signaled_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0e9b427f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0ea2a5e3 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eb39710 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0ec0542d device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ee4dbcc devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ee87e1d sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x0efa318d blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f39c23c dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x0f4f1267 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f896dd3 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x0fa72534 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0fa889a4 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0fb6090b devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fcb03e3 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fdf846a cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x0fe7617c __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0fefb56f xdp_attachment_flags_ok +EXPORT_SYMBOL_GPL vmlinux 0x0ff44fd7 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0ff62df6 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10322a10 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x1032cbcc devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free +EXPORT_SYMBOL_GPL vmlinux 0x10492b64 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x1059b4be virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x105e3343 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x10742e80 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x1077143b pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109bc724 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x10aac2c3 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x10cad1f8 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x10d58759 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x10dd4ba3 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x10e89826 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110c721a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x1115c9ab crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x111c99ad relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x112306d2 clk_hw_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x116e9637 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x1172d487 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x118f2f01 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x1199224d ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0x11b128e6 nvme_start_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x11d850f1 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11e35889 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x11ea957f spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x11ff5b0a gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x12050a27 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x120fece5 devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0x1210473f regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12223f8e regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x12250bd2 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x122c807f devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x123b2807 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x124ec3a7 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12763336 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x127abe1d serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x12940a91 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x12a81ca7 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x12a938ec acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x12ab31f1 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x12b11a2a fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x12b7ff81 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x12c3a530 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL vmlinux 0x12c3d937 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x12ca8a66 input_class +EXPORT_SYMBOL_GPL vmlinux 0x12ce317e __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x12dbc8f6 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0x12e2356a ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x12f27de9 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x12fa70e9 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x13091604 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x130c5326 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132a89c2 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13578c0e blkdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x1357e941 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1377efa0 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x139de1ed usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x13b65f27 probe_user_read +EXPORT_SYMBOL_GPL vmlinux 0x13c19ee7 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x13c99fca proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x13ccef60 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x13cd8507 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e3aa9a smca_banks +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13eeb542 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x13faa0a9 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14105751 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1418238a __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14200c1e cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x143fc04b nvme_remove_namespaces +EXPORT_SYMBOL_GPL vmlinux 0x145edfb2 nvme_complete_rq +EXPORT_SYMBOL_GPL vmlinux 0x14c216dd usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x14c8000e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0x14d2b52a nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x14ddb286 mddev_create_wb_pool +EXPORT_SYMBOL_GPL vmlinux 0x14e43e81 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x150c76f7 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x152334fd virtio_config_enable +EXPORT_SYMBOL_GPL vmlinux 0x1524c011 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x15283f3e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x15364fd0 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1545319c nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1556ea93 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x156cdac8 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x1584aeb7 nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0x158c0c5e class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1595b4f0 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x15b22c7e usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x15b63278 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x15c53edc extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x15d5dcf3 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x15e52760 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x160f1617 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x16404120 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x16480a91 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1665fe51 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x166d6443 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x1674b97a vfs_writef +EXPORT_SYMBOL_GPL vmlinux 0x167acb1c sched_trace_rq_avg_irq +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x16941f83 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x1696df2c md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x1699dc0b mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x16a44cc4 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x16b3152d find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x16b8833b dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x16b949d1 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x16c16ee7 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x16c74c8b pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x16d4ef46 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16fbad66 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x173c7627 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174ef6c2 mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17617e4f pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x176e54e1 sched_trace_cfs_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x178223cc fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x17912144 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online +EXPORT_SYMBOL_GPL vmlinux 0x17a035a6 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17b38bd7 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x17bdb2fb ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x17cf22b7 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x17d8400a wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x17e7220a blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x17f56899 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x180e18dd dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x18127ad5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x1825556d devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x1846a1d2 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x185600e0 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18728552 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x1877ca13 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x187e6ffe pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x188d47a0 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x1893e4d7 alloc_empty_file +EXPORT_SYMBOL_GPL vmlinux 0x18965fae eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x18c40e0b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x18d6e0d4 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x18e164c0 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f51f3b clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1916b411 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x192fab73 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x19384abe fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x193db7af devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x193e3d1d pci_ats_page_aligned +EXPORT_SYMBOL_GPL vmlinux 0x1954eb05 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19679741 sched_setscheduler_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x198bdb21 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x19918edf user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b2a437 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x19ba0262 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x19ca649a sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19efceb9 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x19f142b0 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x19f69096 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x19fbc3c5 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x19fdc2e6 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x1a02f658 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x1a0d4edf ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a1cc028 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x1a37524d cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1a49057a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a9d8648 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x1ac389de led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x1ac79916 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x1acbc2b2 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad151ff pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1adac918 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x1ae03f45 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x1ae25109 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af4ead5 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x1af85c54 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x1afac76d ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b1471f3 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x1b5059ce ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x1b5aad42 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6131b9 alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x1b76d930 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b87b034 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b887d9e edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9a5b36 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1b9ea352 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bcdaac0 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x1bdef541 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bf4e855 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x1bfa4e94 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x1bfe2d1e extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x1c0621c5 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x1c0842b9 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1c16cfd6 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c3af3a7 sched_trace_cfs_rq_path +EXPORT_SYMBOL_GPL vmlinux 0x1c44b902 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1c47f72e dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c592b27 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c642567 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x1c6c1103 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x1c6d5af1 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c6f9b02 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x1c7d65ec __memcpy_mcsafe +EXPORT_SYMBOL_GPL vmlinux 0x1c7f2627 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c901da9 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL vmlinux 0x1c91f6df map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x1ca68a59 sched_trace_cfs_rq_avg +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbccff2 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cccdfe7 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1ccfbba6 regulator_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d180c97 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2f30a0 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x1d318001 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x1d48f8ed device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x1d4cc271 nvme_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x1d5036e3 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x1d71f9bf genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1d744d55 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7b1ef0 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x1d8ecdd4 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1da149a6 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x1da369b7 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x1da736a8 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x1dc51fbd usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x1dcfa8f2 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1dd741d5 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e08161f power_supply_set_input_current_limit_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x1e263b86 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x1e405799 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x1e4a75b0 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e51dabb __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e81ffb5 cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e945c05 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x1ea564e5 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x1ea866e7 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1eaec09e sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x1eb2fe2f sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x1eb90ec8 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec94a33 __raw_v4_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1ed9108a xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x1ee7d3cd hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x1ee82842 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1ef0b8bd genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1f0e74dc extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x1f155d1b vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1f3cac19 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f456360 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x1f4890b4 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5790ce crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x1f674337 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1f7ebfbb vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x1f81091b iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fb70eb9 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x1fb71fd3 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1fc7f6a7 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x1fd1ff7c inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x1fd45e3b __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x1fdb1bfb __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ff5aa71 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x1ffac09b devlink_port_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x2012efee wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2013421f bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x201e5274 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203fb2b2 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x2040c3d8 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x204a0594 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2058103f irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x205ba3f3 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x2061b3e3 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x2066b429 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x2085a783 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x2093f4dd clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x2096a312 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20ac1673 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x20c496da wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x20d37195 acpi_dev_gpio_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x20e5e024 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x20f2fcdf rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x21003334 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x212138f7 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x212342d0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x2127b751 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x212e58bf pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x21354a3b reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x21378ad1 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x2169d332 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x218be54e cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21aa0ad3 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c0f2c4 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x21c34c8f gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e75aec of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x21ee0925 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x21fb968e sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x220ed5fb nvme_enable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x223b4a8b bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x2246b4dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x226f3b6c dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x229490c7 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x22aadb1c ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x22bef18a iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x22e1dee8 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2317c413 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x23190028 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x23350075 add_dma_domain +EXPORT_SYMBOL_GPL vmlinux 0x23351c3c pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x233fa4a1 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234c62c9 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235d1dee pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap +EXPORT_SYMBOL_GPL vmlinux 0x2364f17d __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x236f2b01 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x237665a0 irq_state_clr_started +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23974bdf ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x239c605a tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x23a63e1d file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23b69790 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x23c68d61 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status +EXPORT_SYMBOL_GPL vmlinux 0x23ef5b5c nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x23f4a583 udp4_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x240040bd fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x2410c338 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x2418a899 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2427f23e acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x2439effa blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x243c1a23 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x2441feeb tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x245fb04a nd_blk_region_set_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x246df185 hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x246ebc42 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24898560 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x24a4e5c9 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x24ae401d gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x24c333cc sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x24e9894d __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x2510efcc blk_mq_request_started +EXPORT_SYMBOL_GPL vmlinux 0x252c049a nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253ac59d ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x253ec48c crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x256133f9 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x25784481 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x2584f916 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x2592731a tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25a3ee38 security_path_truncate +EXPORT_SYMBOL_GPL vmlinux 0x25aab67d gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x25bca9b5 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x25c18450 _copy_to_iter_mcsafe +EXPORT_SYMBOL_GPL vmlinux 0x25ca3ba2 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x25cee8a6 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x25cfbc5a shake_page +EXPORT_SYMBOL_GPL vmlinux 0x25d9463f usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x25dff230 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f03819 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x25f7a258 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x260de340 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x26177e35 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x263f039e xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x2648cc7f eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26554e6f acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266b6230 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26921087 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x26960755 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x26a8f9cc irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c622ee percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d6900d kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x26de97cc acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x26e650ac devm_acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26ee6b94 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x26ef974d iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x26f38385 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x271d62bd sock_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x2723adab tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x273aab74 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0x273db5d5 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x27406f32 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x27417015 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x27885e9f addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x278c2330 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x27b2850d xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x27bb6462 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x27bcbb25 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x27ea51cd __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x27f40443 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27ff9835 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2815428b usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x2832cdcd sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x28426723 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2867ede4 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28705a48 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x28944b80 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28ad2b2d device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x28c46134 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x28c4793c platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x28ce267f gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x28ce4add call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28f1801a set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x29008ac7 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x2906e126 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x2913e533 component_add +EXPORT_SYMBOL_GPL vmlinux 0x291d3573 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x29252e74 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x2926a8be syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2926d04a regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x2937a88f percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x293a3048 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x2942d380 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x2950596d fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2954b660 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x29649545 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0x297af215 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x299400f7 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a04929a pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x2a0494b1 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x2a29347d hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x2a344ca3 of_css +EXPORT_SYMBOL_GPL vmlinux 0x2a38fe28 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x2a3f54d4 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x2a47ed7b xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x2a4909ad sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x2a58ae55 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2a5d74d8 nvm_get_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a6aa2b3 nvme_shutdown_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x2aab21fe acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab0b26c blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x2ab2234b irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2ab99057 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2ac4f83a regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x2afd841f input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x2aff68f9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x2afff5aa pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x2b06d701 iomap_readpage +EXPORT_SYMBOL_GPL vmlinux 0x2b0765ca xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2b0fb1f7 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b11425b sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x2b1dad0b spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x2b215a8c __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x2b260a74 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x2b31ab3b md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2b3de71c nvme_disable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b535a7f vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6ff062 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x2b713898 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2b722d91 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x2b7fc385 hv_init_clocksource +EXPORT_SYMBOL_GPL vmlinux 0x2b91ae92 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2b925796 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bb7fda7 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2bca57a2 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x2bcb2b40 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x2bcc586b dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x2bdcb428 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2bdf8fde devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x2beec792 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2c1a51f5 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c34e73b devlink_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x2c3ef6f1 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x2c5d29a1 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c77b68b of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c822833 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c985945 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x2ce597a5 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x2ce65e5e iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d088ca2 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d225891 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2d237595 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x2d24766a iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x2d268c62 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x2d29c3ea blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x2d2c01c9 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d355fce tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d510561 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x2d6a2704 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x2d7349f3 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x2d8774ad balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2d894f0a ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x2da04be4 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x2dbe521a vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x2dbf7cd4 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2dc1940b bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x2dc7c7cb regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2dd49dbb ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x2dde9489 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2ddfb728 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x2deed80c extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x2dfd82b4 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e08ef9d skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x2e1ab3a3 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e23fd54 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e351a8c devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x2e4f0230 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x2e540f68 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2e678211 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x2e699fb6 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2e713ce3 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x2e82b7a1 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x2e9f91fb devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2eb1a45f clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x2eb703e1 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2edb7c8c efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x2edd5417 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef2fff7 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2f0c0e61 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f50505e netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x2f542f15 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x2f5446c7 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f5a3617 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x2f6bb9d5 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f880ef8 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x2f8fd89d xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2f982b21 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x2fad9d7c sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x2faee3bf ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2fb72e9b sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x2fcf3fa1 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x2fd0efda generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x2fd8732b regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2fdcfd28 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0x301fb724 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x30361f92 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x304432a8 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x30461339 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x304a0164 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x304c6123 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x305c37c3 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x3062dd79 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x3066086d blkg_lookup_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x30696661 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x30860710 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x308ccc23 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x3090cb05 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x30927ad3 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x30b6d7b7 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x30b9035c blk_mq_sched_request_inserted +EXPORT_SYMBOL_GPL vmlinux 0x30c235d4 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30daf1de irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x30f6d028 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x30f71532 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x31111880 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3119589a regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31439b9d sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x31532d4c nvme_uninit_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x3155c43e skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x31672292 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x31674f45 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x31785f08 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x317af04d bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x3187d588 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x318c161d pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319bd32c clk_register_gpio_gate +EXPORT_SYMBOL_GPL vmlinux 0x31b07029 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x31b5114b pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x31bd3a81 blk_set_queue_dying +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c924d3 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31ca65a4 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x31cd36ef sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x31d28975 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31f61fc0 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x31fb41bb cec_delete_adapter +EXPORT_SYMBOL_GPL vmlinux 0x32043b9f device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x32059b81 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x320adf57 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3210b898 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321c2d00 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x321d0162 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x322c5ebd device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x32389d16 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x324468e4 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x326760aa nvme_get_features +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326d8ce0 devlink_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3273159f shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327d705e mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x3291d85a clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x329b2b29 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b3a795 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c6a17f blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x32d09e13 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x32d209bd spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x32d87d9e fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32f79c12 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x32fe4cab con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330d35fb scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x331922da get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x332f7f55 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x3330e1e7 __phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x33425be0 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335e7cc5 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x3365d846 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x33741a94 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3390dc0f serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x33957f83 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x33963dba ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x33ac2868 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x33af760a sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x33b1a16c spi_res_release +EXPORT_SYMBOL_GPL vmlinux 0x33dd9940 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x33e0dbb8 dev_pm_opp_detach_genpd +EXPORT_SYMBOL_GPL vmlinux 0x33e39305 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL vmlinux 0x33e4dae2 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x33f4a1a6 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x33f9c0ab sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x33fbbd80 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x3419e9b9 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x341a99c9 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3421ca7c __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x34240e70 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x34524812 tty_kopen +EXPORT_SYMBOL_GPL vmlinux 0x3458837c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x3487a728 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x34a135eb gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x34ac35f4 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x34ad5d4c fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x34d34963 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f92a2f dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x34fdd51d led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x3503053b devres_release +EXPORT_SYMBOL_GPL vmlinux 0x351f8fec edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35315eed fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3554743e acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x3554d56d xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355c354c mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x358d3d36 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x35940778 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x35a277ed device_connection_find +EXPORT_SYMBOL_GPL vmlinux 0x35a666ef __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x35ac8de1 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x35b96934 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x35bbeda5 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x35c44ec4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x35cfb1a7 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e772c0 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x35fcef59 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3629572b xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x36709dbb blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x36863ff8 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x368f4a7e pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x36944e4f pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36c37348 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x36d86ce3 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x36d8f146 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x37122815 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x372c1139 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x372cfd6e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x37388f7b sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x373ba764 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x373f3a10 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x37400c7e devlink_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3740112c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x374c2088 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript +EXPORT_SYMBOL_GPL vmlinux 0x374dca97 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x3750c772 loop_backing_file +EXPORT_SYMBOL_GPL vmlinux 0x375f8c9f get_device +EXPORT_SYMBOL_GPL vmlinux 0x3764528a xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x3771dad7 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x377bc9cc relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a0e9e1 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x37b85d48 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x37bc3020 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x37bcaa31 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x37cbc8a5 cec_register_adapter +EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory +EXPORT_SYMBOL_GPL vmlinux 0x37f292c4 pmc_atom_write +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38068b3f devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x380cc70a page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x3819ea65 iomap_releasepage +EXPORT_SYMBOL_GPL vmlinux 0x3820b854 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38516c0f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x385e0acc serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x385e39b0 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x387211c1 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x38725e10 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x38735056 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x387f4c45 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3884367e pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389c865e dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x38a22fbd __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x38aca96c rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x38ae1486 sbitmap_any_bit_clear +EXPORT_SYMBOL_GPL vmlinux 0x38cda406 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x38d46ae7 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ebfc01 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x38ee7007 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x38f881fb serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x390a0b86 fuse_kill_sb_anon +EXPORT_SYMBOL_GPL vmlinux 0x391f6730 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3932794d __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x394ae608 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x394c3745 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x395b071b cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x396e2fd7 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x397b7b38 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x398775e8 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x398d69fc ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3999c9a1 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x399bb8c0 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x39a31abb ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x39a68e2e gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x39d71756 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module +EXPORT_SYMBOL_GPL vmlinux 0x3a0d906c usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3a159666 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x3a160fa2 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a44ec3c ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a4fcbb5 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a60ac0b pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3a73a132 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x3a766ddf ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x3a7b975b bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa288c7 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x3aa43386 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x3aa4b079 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3ac06cf9 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x3add9046 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3ae43bdb pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x3aec6cca ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3aef9ae9 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afcb27c bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x3b06ec45 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x3b289d9e regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b63bdd1 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x3b678016 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x3b6beadb devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x3b81c281 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x3b82ee39 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3b8979ea gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b9637dd gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3badab74 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c003438 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c0a0d1a pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c1a8564 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c212744 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x3c2726a8 dev_pm_opp_unregister_set_opp_helper +EXPORT_SYMBOL_GPL vmlinux 0x3c2a738c fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3c338b62 trace_call_bpf +EXPORT_SYMBOL_GPL vmlinux 0x3c59245f mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x3c6482e8 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x3c6b6b30 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3c75248e nd_mapping_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x3c7faa0f sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3c91e934 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3c95bf88 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x3c9d1a53 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3ca60da4 vfs_write +EXPORT_SYMBOL_GPL vmlinux 0x3cae9f45 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3cb942e3 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cec5931 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x3cf048fb fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x3cf2c8c4 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3d1173b3 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x3d2fb834 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3ab2d8 xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3d45364e __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x3d475266 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x3d47613a blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x3d4fe1a1 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d530e7e gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x3d7bbdf0 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x3d8b79d4 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d982213 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x3d9cfdc9 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3da2202e perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x3dc4c8b9 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3dca8bd3 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e035ce5 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x3e062cbb tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x3e44919c pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3e56426b iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x3e56eb1b dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x3e57d5a6 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e721ba2 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x3e81a354 scsi_device_from_queue +EXPORT_SYMBOL_GPL vmlinux 0x3e8978d2 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e9a58a4 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3e9c6422 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3ea1fdac nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x3ea3084d fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef45306 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x3f2196f8 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x3f2698c3 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3f4a6d3a clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x3f4b6caf housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x3f6c6148 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3f6ca37a switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put +EXPORT_SYMBOL_GPL vmlinux 0x3f8b655b __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x3f8c1b35 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x3fa17ac9 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb512df pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4020f8e5 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x40255760 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x40628661 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4064501f __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407908eb inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40888e0c phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40b3de1b rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x40b43bd0 sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x40e30d71 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x40e9cd51 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x40ee15c0 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f6e49b devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x41005272 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4107edac acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x410b7fe8 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x414a8103 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4161df91 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x417cc3ce cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41815daf usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x41857836 md_kick_rdev_from_array +EXPORT_SYMBOL_GPL vmlinux 0x4186a299 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x418d6d1f device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x418df1f3 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x419706a6 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x419cb8af crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x41b200f9 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x41bad535 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x41c61c47 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fda12f devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x420b93f5 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x420e63d5 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x42230915 sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0x422930d5 spi_statistics_add_transfer_stats +EXPORT_SYMBOL_GPL vmlinux 0x422ee559 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x42313219 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x424bd491 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x42519b0b xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x425603ec __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42837b2b spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x42846823 dev_pm_opp_set_supported_hw +EXPORT_SYMBOL_GPL vmlinux 0x42a745b5 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x42a936ad dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x42ac0d44 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x42b5e8da xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x42d60906 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x42e86adf ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42f93eed regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x42fba1c7 __sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x42fd08e7 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x43089b53 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x430cd1aa usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4325a2f6 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x433a9fca pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x434797ec ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x4348ca90 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x43593fec wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x435ef153 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a44884 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x43b5d791 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x43eea7c2 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x43f09cb5 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43fa2799 nvdimm_blk_region_create +EXPORT_SYMBOL_GPL vmlinux 0x43fc0c34 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x440e702e pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x441e051b scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x441e7eeb ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x442d56bf __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x44472de9 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x44537422 iomap_invalidatepage +EXPORT_SYMBOL_GPL vmlinux 0x445455ff dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x4467439f pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x446d1bc7 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x447de69a crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44aa2820 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x44ba92e9 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44de0e13 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e4d53e pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x44fd8dfa get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x45017f2e extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4510da49 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4512f1b3 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x4518b958 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45221b5b devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x4524210f tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x453a6e24 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x45465adc strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455d95a1 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4584552b nvme_cancel_tagset +EXPORT_SYMBOL_GPL vmlinux 0x459912ca list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x45c9723c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x45ccfd1f dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d75101 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x460fdc3d fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x461cbc14 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x461f3e7c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x462c9be8 devlink_region_shapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x462d774f regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x463d8290 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x4640182a crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x464c5914 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x46502036 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4655136a get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x466093fb init_iova_flush_queue +EXPORT_SYMBOL_GPL vmlinux 0x4661e6c8 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x46683051 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x466fb348 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a346be pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x46cbce9c firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x46cc2112 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x46ce91f7 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x46e0529b pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x46e3919a __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x46f152b6 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put +EXPORT_SYMBOL_GPL vmlinux 0x470df58c serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x471f734d pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472855e6 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x473056e0 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x47479912 __dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0x4756b6eb cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL vmlinux 0x475d99e1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x476167c8 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4783c9d0 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x479cc2de devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a89953 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ad6b41 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e4313f crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x480e01b1 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482a5103 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x482da354 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4841adbd usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x48446a78 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x487428f2 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x4881cd7b irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4897600f tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48b071a5 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x48b8c178 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x48c95234 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x48cfa254 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x48e863df pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x48ee1c54 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x4906718a perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x4913dc6e usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x491c7e7f iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x4920f197 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4926a961 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x492a94af device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x493b05ef pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x493e0cd1 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x495c4611 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x495d2ac8 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x4960f614 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x49624ea0 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4969828b usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x496a6627 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x497de3e0 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x498f5562 find_module +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49951708 sev_enable_key +EXPORT_SYMBOL_GPL vmlinux 0x49ba50a0 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x49bc742c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x49bd037e sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x49c14a61 ex_handler_fault +EXPORT_SYMBOL_GPL vmlinux 0x49c46636 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x49d81d12 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x49db27a4 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x49dcd14c kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49eb0c5b gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x49f17339 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x49f684ec serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x4a0314d8 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x4a034b78 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x4a0d809d unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4a2beb92 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a443376 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4a44d6f1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a4cf836 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a6127bc perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x4a64b5e6 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4a64dfe7 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x4a7ce446 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x4a867bcf ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x4a98d6cf md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x4a9c1510 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x4aa58bea inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4abf64ce pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x4acc2624 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4af756b7 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x4b06b248 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x4b1d94aa mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x4b288d55 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x4b29cdac extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4b2f72c4 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x4b450770 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b71390f pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b7688f2 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x4b86715a devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b9406f0 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4bb9ea07 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x4c17617b class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4c1c9c1c spi_res_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c1f2e94 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0x4c2a0d3b power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x4c2b1a17 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c2bc045 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4c4217b6 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x4c42a9b3 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x4c47267a serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x4c51c651 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x4c5a7656 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c8c4dbb inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x4ca0196b regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4ce124d0 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x4ce3121d dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x4cf1f9ec bsg_scsi_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d202b8c __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4d2d7e13 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x4d4c850c pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x4d6a3d80 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x4d6b523e ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x4d75ff92 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x4d7f1c53 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4d8a96ab xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x4da63515 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x4db38c88 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x4dbe1dcd gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x4dbf05bf fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x4dc4e237 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x4dcd6f9e blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4dce824f led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x4dda6f5d virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df08fef gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e154550 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e3394df fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x4e35ea05 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4e415b63 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x4e4a4e45 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x4e4fa2a3 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x4e642d30 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status +EXPORT_SYMBOL_GPL vmlinux 0x4e96b485 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x4e9810ac __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4ea1d60a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x4ea9c944 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb116ad pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x4eb92418 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x4ebe23f4 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed0070c pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4ee14dcf device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x4ee4d023 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x4eef50e6 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f1e6097 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f52a3d5 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x4f59428e get_hwpoison_page +EXPORT_SYMBOL_GPL vmlinux 0x4f61d34c dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4fac98a7 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x4fc02643 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fce90bf pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x4fcf43a9 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x4fd16735 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdfb503 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff3b426 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5001a488 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5012e608 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x5024c71c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50294870 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x50298136 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5036f08a sock_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x5037367a ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x503efa92 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5041bbc2 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x50511249 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x506c7d1e __vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x507a9eee edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x50818735 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509a8b49 cec_s_conn_info +EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x50ae55b2 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b165e4 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x50c60a88 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x50c79474 nvme_setup_cmd +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50dcc6de handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e856e2 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50ffca31 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x514769e3 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x5155e257 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x51840c51 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x518473eb ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51acd487 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x51b0c11a iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x51c3d99f regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x51db82b6 edac_device_handle_ue +EXPORT_SYMBOL_GPL vmlinux 0x5206675e pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x5256f76b __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5259809b driver_register +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x5265e8e3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x528e2a4e lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x529f99e5 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x52b7a91c phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52ed9588 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x52f7f846 dev_pm_opp_put_regulators +EXPORT_SYMBOL_GPL vmlinux 0x53010271 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x530e279e pci_msi_set_desc +EXPORT_SYMBOL_GPL vmlinux 0x53104947 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x5327cd5a __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5334fff9 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x53438e5d verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x536d950a crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53902c6b nd_device_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x5391cfad perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x5391f2c7 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53c47c53 apic +EXPORT_SYMBOL_GPL vmlinux 0x53d5e7d2 crypto_shash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x53f98b50 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x54085d0d __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x540db0c2 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54247796 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x543c55ff gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x544cc768 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x544fe022 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x545025e5 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5487bd3a acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x5492c5b2 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54955855 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x54a5968c pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x54a6e659 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x54ac3c48 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x54af5ab5 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x54b68c2d devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x54bfcc84 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x54cb2c8b del_dma_domain +EXPORT_SYMBOL_GPL vmlinux 0x54e00f33 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x54ed2186 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x54f11cc8 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x54f1964e clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x54f471f8 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x54fc986e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x55073861 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x551a8f54 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x551d3a85 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x55297435 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x552a5706 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5550f96d crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x555f9eca rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x5560cbbb sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x556a50cf iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x556d2606 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map +EXPORT_SYMBOL_GPL vmlinux 0x559d02ec crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x55c17b53 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x55c64736 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55d6f78d subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x55d73dda fwnode_get_named_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x55ee7495 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x5600aa0b power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560946be fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x56102dd8 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x56168916 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5622ab4e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564c2799 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x565c8b0a init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x5674b3cb rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x567ac138 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x56862950 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x56ce6021 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56d812ed rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x56df6a69 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x56e3ec64 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x56eea5e1 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x56f9e4e7 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x570a55e4 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x5720d1ea gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x574c8ba3 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x575a53b1 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x576ba408 md_start +EXPORT_SYMBOL_GPL vmlinux 0x576c7d8d efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57732438 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x578173a5 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x578853c6 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x578f52ce dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a070bb xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x57a7de74 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x57a97297 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x57aea915 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x57b4b95b mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x57c15597 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x57c39039 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x57c39727 kdb_register_flags +EXPORT_SYMBOL_GPL vmlinux 0x57d28397 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x57edaa24 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x57f24dbf regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x57f6ad73 iomap_dio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0x580072f8 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x580df730 spi_res_add +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5832bb31 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq +EXPORT_SYMBOL_GPL vmlinux 0x5851d418 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5854a429 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x586163d5 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x586e05dc __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587caa19 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x588140bd isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x58897640 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x58a6f23f pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x58a76393 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x58a93d9a ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x58b25529 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x58b36c71 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x58b7d7b2 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x58b84abd sfp_register_upstream +EXPORT_SYMBOL_GPL vmlinux 0x58bf59f4 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x58d42b7d efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58d9750e sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x58de3835 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58f03b99 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x58fec85d devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5909a1c1 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x590db794 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x59282a8c ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x59442fbf devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x59496599 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x595d8a79 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x596f143f serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5994a24e blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x599ba907 security_inode_permission +EXPORT_SYMBOL_GPL vmlinux 0x599cc313 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x59a72cb8 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59bb67fc platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x59c6aff4 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x59e1ad60 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x59e26ee4 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x59f4eb5e nvdimm_bus_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x5a00c375 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x5a22b3a1 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cba69 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a78a62a spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a96136e unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x5aa5665c dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5aa5b2e0 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x5ab01ffc sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab2b809 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x5ab8c059 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5ae00b76 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x5af1e3b9 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x5af963b2 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x5afc7e37 bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x5afce862 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x5b11afd3 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x5b11f4f2 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x5b139d85 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b28f174 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x5b352e91 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5b40aae5 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x5b5bf57b cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x5b669355 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b75eb8a devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x5b7e5c37 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x5b80135a __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x5b884364 hyperv_report_panic_msg +EXPORT_SYMBOL_GPL vmlinux 0x5bb2f032 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc31c3a pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x5bc346fb irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be1c37f phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x5be8303b serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x5c0145f2 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x5c038d2d cec_register_cec_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c0f630c anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5c17df60 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x5c1a4502 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x5c1c2fcd perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x5c2bcd37 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x5c4a12c1 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c7417af thermal_zone_set_trips +EXPORT_SYMBOL_GPL vmlinux 0x5c7ad5c2 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x5c8bc4e6 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x5c929687 bio_disassociate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x5c9a0e6f do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cf7ece9 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d4a2fec to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x5d5214a4 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5d6ed348 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5d8aab11 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x5d9e07dc ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc2a243 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5dd84d61 crypto_stats_ablkcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5de7447d __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5dec6f11 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x5df1914e fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5dfdb2ee crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x5e109e61 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5e10b63a dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x5e1388fd regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e3258ee crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x5e4648a1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x5e46ad28 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5e487967 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5407f1 devlink_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5e6d0246 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e83fd2f regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x5e92eff0 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x5eaf28f3 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5ef0227b key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x5efbcb84 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x5efcb086 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f06fe9e skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x5f09a843 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x5f19f285 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2ae7c9 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f41a56e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x5f49ecce blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5f58d6de ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f891ad0 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x5fa6a208 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x5facfe17 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5fcff4de devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5fd96456 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe49ebc pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x60069ee1 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601081e4 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x6014aaab account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x601ba3eb __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x60226a1f acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x60345891 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6049406b devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x6049d467 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60536dd7 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x605aa500 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x605d2dba spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6062cace blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6067fe36 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x60719ba8 fsnotify_get_group +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60824bad crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x6084951e usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x608bab1f sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60b18a7e nvme_wait_reset +EXPORT_SYMBOL_GPL vmlinux 0x60b3cea8 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x60bff0ce tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x60fa0853 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x6101b45a sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6108c1dd raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x611704a5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x6119593a usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x611a0815 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612cb2c3 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x613cc9f6 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x61493c9e debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x61555c18 sched_trace_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x619b14da fpstate_init +EXPORT_SYMBOL_GPL vmlinux 0x61a64380 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x61adb081 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x61ae1d2d xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x61be6ac4 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x61c58aa4 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x61ead5ea md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x61eb4873 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x61ee51e6 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6215eea3 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377848 d_exchange +EXPORT_SYMBOL_GPL vmlinux 0x625318f1 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625ace71 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x62632161 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x628f5a3b dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x62950159 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x62985dbd badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x629b37ce md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62ca1630 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x62cae61a sched_trace_rd_span +EXPORT_SYMBOL_GPL vmlinux 0x62d64b3f xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x62db5517 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x62ee488c devres_add +EXPORT_SYMBOL_GPL vmlinux 0x62f2539e kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x632a2ea2 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x633ef20e dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x633f5739 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x6346bf6f devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63598946 dm_get_table_device +EXPORT_SYMBOL_GPL vmlinux 0x637e70cf devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x637fe2d1 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6380d38c xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x6383b812 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x63851ea7 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x6387378f put_device +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x638c6409 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x63b7a0d2 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x63b9eced xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c68bb9 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x63c8fd2b hv_setup_stimer0_irq +EXPORT_SYMBOL_GPL vmlinux 0x63c95ade perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x63d9b2d5 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x63dbff52 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x64302b7f irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x643f5840 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x644eb7cb dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x645e9762 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x646654df efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x646c9e14 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x646ec79e devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x6472765c usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x64820e2d ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x648c5b86 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x648c807d fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x64934596 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x64960c59 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6498ce9e securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL vmlinux 0x64bbff99 msi_desc_to_pci_sysdata +EXPORT_SYMBOL_GPL vmlinux 0x64bdcaa8 hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x64d10cfc pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x64d3cc4e xas_load +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x651164a9 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x65167786 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x651870f5 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x6521a101 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652bda30 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x652d0a3d ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x6534dfef cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x6559c03c thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x6567c9fa usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x656994ac fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x656a787f ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x656ddf38 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x656f561b pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x657278fd devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6582cb16 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x65872a97 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cf5927 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x65d237d6 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x65e300e8 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x65f88af1 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x66000555 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x6606757b regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6632f2bb clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663cb5a4 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6643d5ad lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x66508778 edac_device_handle_ce +EXPORT_SYMBOL_GPL vmlinux 0x66521b10 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x66528970 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x666e8503 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x66772039 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x66799b9d query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668d01d7 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x66a6c061 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x66a6ce89 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x66ae4727 mdio_bus_init +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66ba810a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x66c3d77c extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x66ce1a7c xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x66d69e0e pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e6901e init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x66e831ce nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x66f30a20 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x67094522 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x671649fa get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x671e8397 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x676ee835 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x6786e073 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x67911176 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x6792e25a __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a31336 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67a50667 nvme_set_features +EXPORT_SYMBOL_GPL vmlinux 0x67a78378 nvme_start_freeze +EXPORT_SYMBOL_GPL vmlinux 0x67add6ef __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x67b4e230 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x67b6e221 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x67cc696e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67df0686 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x67ed07dd nvme_delete_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x6803cf01 device_register +EXPORT_SYMBOL_GPL vmlinux 0x68061cc4 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x68273f8e nvme_unfreeze +EXPORT_SYMBOL_GPL vmlinux 0x682db5e0 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x686ab873 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x68743a91 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x688660b8 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x688a60ba pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x688d0e03 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689b89b0 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x689cb943 nvme_sync_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x68a94ab0 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x68c35be4 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x68dbf8de nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x690ae920 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692734c2 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x693ada72 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x693e3b9b device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x6943a914 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x69490290 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x696371cb virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69881fe5 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x699d3539 dev_pm_opp_put_clkname +EXPORT_SYMBOL_GPL vmlinux 0x69bbe6b6 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x69bd2c2d fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ec2812 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1ac126 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x6a3b11ef device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a3e6bed dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a58bfc1 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a858aef __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x6a991fb8 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6abd5dd9 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x6aca5a24 iomap_migrate_page +EXPORT_SYMBOL_GPL vmlinux 0x6aceeb20 iommu_sva_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ad355c9 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6ad85eb0 skb_zerocopy_iter_dgram +EXPORT_SYMBOL_GPL vmlinux 0x6af22809 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x6afd3e64 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x6b00a857 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b101adf tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x6b127285 devlink_port_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x6b2928d1 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b43c79b ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b4a3f21 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6b580974 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b5a27bb rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6b725705 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7ba003 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b83878b fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x6b92d397 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x6b9956f6 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6b9df2f9 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6baa2bb4 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x6bc980b9 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x6bcc4007 udp_destruct_sock +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd32881 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6beac2ed crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x6bf1ac62 rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x6bfa9dbd cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x6bfbc344 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x6c09467a nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x6c0f1668 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x6c18e9f8 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4a80be irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c51f043 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6c51fcf9 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x6c745c60 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x6c769837 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6c9c3664 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c9d6445 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca929ca acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6cb91a87 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x6ccd0c4c pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x6ccdf21e pci_epf_match_device +EXPORT_SYMBOL_GPL vmlinux 0x6cdad578 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x6ced6117 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6cfb19d0 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3f3535 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6d4411b0 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6d5398da pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x6d58dea3 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6d5b3c32 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x6d5e295d irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x6d65b1b4 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d80eaa3 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x6d926522 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x6da2920c device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x6db2113c mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc1c108 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6dd5bad8 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ddf7796 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6e114829 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x6e2c2c06 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x6e2d6295 devm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x6e3aa4e2 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free +EXPORT_SYMBOL_GPL vmlinux 0x6e5007d5 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x6e57906c fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x6e628755 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x6e64570c irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x6e65d9a5 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x6e67c955 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e96016e __vfs_removexattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec40b11 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x6ed07805 spi_set_cs_timing +EXPORT_SYMBOL_GPL vmlinux 0x6ed7e159 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x6ee8c94b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x6eeaafb0 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ef833f1 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6f0a1dc7 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x6f0bae5d nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f238a48 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6f2a4846 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x6f343b4c rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6f55a7d7 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6f6333a1 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x6f928452 devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x6f9bac94 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x6f9d540b freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fb49169 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x6fb54f62 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x6fc298f2 nd_blk_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x6fd6049e fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x6fd96c1b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x6fdf8518 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffc316e bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7004abf4 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x701737c8 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x7018a5cf cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x702fc01b __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x7030567c fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x70327b16 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x704a234a device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x70542185 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x706dd8a7 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7073847b cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70a5b22d crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x70a91bd6 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x70b7c07a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c34e0c regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c6d93e rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x70c9b110 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d435d0 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x70d48de2 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x70d92565 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x70da1a4e crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x70e021a6 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x70f5332f sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0x710842d0 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710f36f9 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7125c1f0 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x71290542 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x713aac15 nvme_kill_queues +EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x71444e5d pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x714dd637 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness +EXPORT_SYMBOL_GPL vmlinux 0x71698d9a __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x716c7423 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x71755e8e acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7199b46a devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a39976 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x71c15d2b pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x71c40fa5 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x71c92786 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x71cded00 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x71ce34d2 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x71f20fa7 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x71f3f144 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x72119f59 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x72180403 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0x7248ca9d perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7255402d ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x7274055b __put_net +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7284ee66 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x72a85d4d tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72c1aeeb __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x72d1bb14 devm_clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d8f856 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x72dadb34 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x72e7ccef virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x72f60b09 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x7314728e __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x73186bae register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x733016d7 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x7355a72c regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c269f6 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x73ca5a41 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x73cb2937 to_nd_blk_region +EXPORT_SYMBOL_GPL vmlinux 0x73d53007 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73db0d63 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x73fd6995 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x74019cbe nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL vmlinux 0x7406c8fb blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x742a41a7 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744239aa clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x7445a908 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7448a566 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74603e24 ata_host_get +EXPORT_SYMBOL_GPL vmlinux 0x7463a25b inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x74760d5a pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x7490aa12 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x7492b3f6 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x749ff432 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x74b23b8d xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b9836f __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bee83c ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74caabe4 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x74cacc8c pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74efbf13 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75293432 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7538ec55 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x7551f5fc devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x755342b6 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x755d7d4f phy_get +EXPORT_SYMBOL_GPL vmlinux 0x755da731 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x75792186 get_xsave_addr +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x75ce9b09 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x75d25e7e __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x75d67795 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x75d821ac dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x75e8ddc9 devm_device_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x75f0e875 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x75feb464 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x761edd30 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x762203a9 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0x7677a8f0 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x767ab629 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769ae336 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x769e2751 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x76a68980 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x76c1dd8b mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x76c69ef3 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76c77ce7 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x76d951cd mce_inject_log +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dfa2f2 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x76e7e878 security_path_rmdir +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f0a2a4 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x76f4096d dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x76fe4aa7 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x77044afe devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77134c51 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x771af070 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772a41e3 do_splice_from +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77437134 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x7749b638 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x774be1ad ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775be2bb thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x776d5922 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL vmlinux 0x7772bc71 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x777796d2 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779d2726 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x779dedf4 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x779e084e usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77ae544f cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare +EXPORT_SYMBOL_GPL vmlinux 0x77dd1110 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x77eb2fe7 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x780b9f69 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x780bc0c3 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x781f6ec0 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x782afc5a irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x783506c2 flow_indr_block_cb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x783ebc49 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x78535463 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x7857095a pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x7857ab6b xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x785a3b46 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785b8393 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x787259c3 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787c9483 iommu_dev_feature_enabled +EXPORT_SYMBOL_GPL vmlinux 0x78811476 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x78812411 hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78b33bfa dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x78de118b bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78fb9f5c ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x79166107 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7924a6a1 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x793a01df strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x795dd2e7 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x795de4b3 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799aebb1 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x79a54fd1 __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x79a9096d __page_mapcount +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c82c26 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x79cf1043 fpu_kernel_xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x79dbc3f4 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79df04bb __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79ed9c8f bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a0367c0 dma_resv_get_fences_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7a0d719f pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7a23e30e crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x7a3fa796 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x7a4c14eb thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x7a5701a9 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a97c6a6 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x7abfca43 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ac90cf7 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x7ac9218d ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7b0d3b4d spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7b10a227 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x7b1dc5c8 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7b2d9476 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x7b43c8c4 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x7b4c9ba9 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x7b4ef438 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7b4f124a __compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7b4f5b55 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b706109 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7b7e5c8d blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x7b8b4b7b device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba6a736 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x7bb0c5af ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7bc32eff evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x7bc64eec mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x7bcfd6c1 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7bed72e4 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x7bf65897 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x7bfc8a98 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x7bfe0dca napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c262667 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7c414d54 trace_array_create +EXPORT_SYMBOL_GPL vmlinux 0x7c5c51fe netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x7c6238d1 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c681aba efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x7c683ea3 pci_prg_resp_pasid_required +EXPORT_SYMBOL_GPL vmlinux 0x7c6cbab2 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x7c76f086 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x7c964423 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c99ce79 __set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca47df8 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cba86ef xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x7cce1e8f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x7cce6a5a device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ce0a48a ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d3a2b84 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x7d540a91 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x7d5780b7 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6ab640 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x7d6c02d8 __fput_sync +EXPORT_SYMBOL_GPL vmlinux 0x7d82ab27 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7d881c4f fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7dac7387 cec_transmit_msg +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddb2718 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7deeef15 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7df6341f regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7e149504 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x7e149d2d page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7e21ce69 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x7e233232 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x7e23c4a2 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x7e3388a8 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x7e49c05e ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x7e4c473d mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7ca742 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7e7f3daf __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x7e819ce4 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e98d59e serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x7e99bd18 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2f5 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x7ea3f036 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea7a405 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7ea9032d usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ebc8026 udp_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x7ebd022a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x7ec7e6d1 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ec814de inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x7ed34a4a tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x7ed6c320 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7ee550d2 devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef47951 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f0194a1 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7f1271d9 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f1ac39b screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x7f2084b4 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7f212420 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x7f444f95 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7f47c651 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x7f55d1aa blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f9a4891 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x7fcd51ef tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7fd2fb0a fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x7fdb87ff pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7fea5659 dax_copy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x80025583 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x8006d008 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x803a5422 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x803bffea regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x80461de6 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x8049631b tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x804980bd param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x804d8033 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put +EXPORT_SYMBOL_GPL vmlinux 0x806790f6 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x809eec17 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x80a78cd4 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x80b091a8 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x80b109d4 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x80b2726f genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x80b3c20f ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x80b6e581 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x80c2e5f1 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d24817 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80da53be led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x80e4861c gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x80eef683 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x80fcd480 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x8134ba20 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x8137a858 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8156dad8 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81656e50 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a8fa37 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x81c04a53 pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0x81d75182 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x81dcd168 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x821112e2 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x821b42d9 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x821bf77c bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8220cbcf lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x8225a203 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8260ee03 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x8270fa25 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x8272cea1 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x82789ac5 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x82796a19 security_path_link +EXPORT_SYMBOL_GPL vmlinux 0x827a9677 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828c87fe wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8299a615 blkg_print_stat_ios +EXPORT_SYMBOL_GPL vmlinux 0x82a7f0b9 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x82b07172 nvme_try_sched_reset +EXPORT_SYMBOL_GPL vmlinux 0x82b4ed11 devm_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x82c40542 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82f7a790 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x83293b60 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833dc85d da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x8342a88f blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x834df655 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8369def2 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x836cab26 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x837398cc dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x8377e2a4 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838fc033 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x83980181 tcp_ca_get_key_by_name +EXPORT_SYMBOL_GPL vmlinux 0x839d0465 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x83abd9c7 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x83ad7245 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x83b2c4aa blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x83bb51e5 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x83bb856f devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x83c6e1e0 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x83dcef91 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x83def57f gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x83e39af6 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x83f15c4b tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x84005cd8 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8409676f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8417dad5 iommu_aux_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x8424ae0f blkdev_reset_zones +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8432f3cb input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x843b7e2c thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8441efee strp_init +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x84508d84 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x845681ae edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x845f7a5b __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8463e659 update_time +EXPORT_SYMBOL_GPL vmlinux 0x846c3be6 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x8471764b get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x848abeba uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x848bd53b cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x849027dc unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x84957b05 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x84baadc8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x84bb5c12 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x84d7595b regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x84e2eacb device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x84ee6ea7 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x84fb94d8 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x8520ef22 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x8523b983 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x85279ade pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x854500bc pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x854ae49b wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85575388 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x8573beb8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x857a38db devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x857f2461 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x85935a61 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x8596bc6e crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x859e352d pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0x85b1c626 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x85bb0b1b pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x85c54b61 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85ce3d6c setfl +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85e9ca7d crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x86195283 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x864519fc ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x8655136d ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x8655d37d pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8658bc78 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8692ce42 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x86997e94 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x86aea789 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86c4bc99 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x86c652bb fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x86de07a4 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x86f1f42f nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8711a714 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x875582b7 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x876d4541 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x877e7188 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x87871c5f __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x878eb4a4 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x87970e3c fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x87ac2236 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x87e35609 hv_stimer_init +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f579fc cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x88066be2 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x880a98f5 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x881eafef __sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x882ae1d0 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x8845512c find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x884a227a gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x8877755c task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x889a4e81 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x88a23788 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88c21593 flow_indr_add_block_cb +EXPORT_SYMBOL_GPL vmlinux 0x88c51809 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x88ed65bd iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x88ee5388 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x88f098f4 __flow_indr_block_cb_register +EXPORT_SYMBOL_GPL vmlinux 0x88f4228d sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x88f70e7e __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x88ff8635 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x89000f72 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x8906ba70 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x890b3209 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8911c32a user_read +EXPORT_SYMBOL_GPL vmlinux 0x891488a3 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x89447299 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894a3f01 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x89696218 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0x8981096d dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x8992722b gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x89a7abe5 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b04bef serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x89b81044 dev_pm_opp_register_set_opp_helper +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e72601 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x89e8f853 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8a1237cf devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x8a240bff __xas_next +EXPORT_SYMBOL_GPL vmlinux 0x8a3a22fc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4ca7be hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8a4ff33a devm_fwnode_get_index_gpiod_from_child +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6c2ae6 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x8a6c62c6 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a7d4d57 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x8a8d55c5 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x8a8f4fbf scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8a9361e8 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x8a9c70ed nvme_sec_submit +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ad397f7 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x8aed95a3 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8af3231d __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x8af78945 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x8b000224 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8b073cc2 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x8b0939eb xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8b111e90 clk_hw_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8b12b037 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b3dbc1c do_truncate +EXPORT_SYMBOL_GPL vmlinux 0x8b4cc5e4 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b4ce7e1 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x8b5a6553 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b7093c0 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b8033d1 mddev_congested +EXPORT_SYMBOL_GPL vmlinux 0x8b85816b alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x8b8baeb0 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8b8cbc98 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL vmlinux 0x8b8fa4db __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x8b9045e9 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x8b919aaa rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8ba25ae4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x8ba61701 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x8ba70ea5 efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x8bb8a5a9 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8bc1f2b1 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x8bc6b026 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x8bca9700 intel_svm_unbind_mm +EXPORT_SYMBOL_GPL vmlinux 0x8bd533a5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x8bffc1b3 pci_restore_pasid_state +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c175493 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4f089c device_del +EXPORT_SYMBOL_GPL vmlinux 0x8c5daa84 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8c62de53 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x8c673f1e gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c9447de fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x8c9449ff invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x8c9d1661 arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8c9ebbc3 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ca48a1e md_stop +EXPORT_SYMBOL_GPL vmlinux 0x8cb6b39d get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x8cbd6bd2 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x8cbfbe19 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x8cc71002 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x8ce62fea virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x8cf51f7b request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x8d0334fa __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x8d06c031 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x8d0766cd inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x8d1007f3 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x8d15bc5c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8d1b73f9 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d1ff732 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2bda93 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d415aeb scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x8d62ea07 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x8d707a4e devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8d724552 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8f8b74 dev_pm_opp_put_prop_name +EXPORT_SYMBOL_GPL vmlinux 0x8db2c04f software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x8dc3cff3 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x8dceb1c0 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x8dd3c88b ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x8ddafddb spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x8ddb1446 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x8deb69c7 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8e06b59e gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x8e087c70 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x8e111e35 xsk_reuseq_swap +EXPORT_SYMBOL_GPL vmlinux 0x8e1b838b ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8e3ee12e dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x8e595b76 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x8e5a8799 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8e5e174a xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x8e61fd1c pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8e8711c9 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x8e9ac41b bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8eae8dfd usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x8eae99ab register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8eb77e84 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x8ed0e958 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8edda5fc sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8ee53e31 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8ee785fe skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef6fa9a irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f11a5a5 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 +EXPORT_SYMBOL_GPL vmlinux 0x8f2e88c9 efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f42aab5 security_path_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8f44d146 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x8f651f3e ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f801d8d rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f92f704 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x8f97151b tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x8f9b3594 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8fb697e3 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x8fb875b6 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x8fedd149 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x8ff007f0 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9007d972 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x900a5091 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x900e3e23 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x9010821e __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x902bda51 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x9037ab8f __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9052c952 nvme_reset_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put +EXPORT_SYMBOL_GPL vmlinux 0x907e6f44 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x9081b5db btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x908ab307 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x909a5068 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x909d8a19 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x90a686eb crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90b5b130 devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x90cba601 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x90ce370d fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x90d44231 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x90dad44f pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90fa9cfa serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x90ff55d6 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream +EXPORT_SYMBOL_GPL vmlinux 0x91381944 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x913e586e ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x91449749 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x914aa0b7 hyperv_cs +EXPORT_SYMBOL_GPL vmlinux 0x91594445 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x9165a9b0 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x917e20b5 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x918007c8 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x919963fa tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x91a7371f phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x91be43f5 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x91c21072 clk_register_gpio_mux +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c8b5b5 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x91d50b9d irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x91e6f011 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920eddac rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x920eeb72 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x921cea1e fwnode_graph_get_remote_node +EXPORT_SYMBOL_GPL vmlinux 0x921ec64f debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x92256c04 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x92295424 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x92418cdd regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9258937a e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x925c1b6d to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x926d22bd pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x9271241e pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x928d694d devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x92b93831 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x92cd6be9 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x92cef5f7 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d4519f ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x92d8e56f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92df091f sched_trace_rq_avg_dl +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f310e9 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x92f7123f usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93148e34 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x9318586c clk_hw_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x9331f9c0 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x933bdcdc crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x933c92c6 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934950e3 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x934fc4d9 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x93689533 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x93725986 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x937570f2 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x937bd2a2 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x9383befc devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog +EXPORT_SYMBOL_GPL vmlinux 0x939b7fdf shmem_zero_setup +EXPORT_SYMBOL_GPL vmlinux 0x93ab2f1e tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x93b7e66d tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e2de07 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9405b483 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x94111b05 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9432a0b1 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94693b6f usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x946d3587 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9474cab2 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x948153f2 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x94877835 blk_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x948cfb0a dev_pm_opp_set_regulators +EXPORT_SYMBOL_GPL vmlinux 0x94907f3a cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94b234d4 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x94c11d3c __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x94ef14da tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a2c87 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9525ce58 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9527952a acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954bb905 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9564a19c dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x956b1fda dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x9587e5ef mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95bb8e00 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c52f0f netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x95ce4544 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x95e171b6 __generic_fsdax_supported +EXPORT_SYMBOL_GPL vmlinux 0x95e813aa __module_address +EXPORT_SYMBOL_GPL vmlinux 0x95ea3588 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x96230cbe device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9626a279 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x963b8b42 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x963d42aa __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965a665e tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x96743a5d efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x9688b217 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0x96b3e8ea pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x96b5ddb7 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x96bd16c7 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x96bfa7a9 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x96c62389 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x96cc5e98 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x96e4e054 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x96e7513c __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9706dc8f crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x970c230b kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x9714c3dd fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9719bcfd pmc_atom_read +EXPORT_SYMBOL_GPL vmlinux 0x97252495 device_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x973225e3 blk_mq_sched_free_hctx_data +EXPORT_SYMBOL_GPL vmlinux 0x973b1804 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975b472a led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x97623558 xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x97685a32 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x976ba49a device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x977ee258 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x979a2304 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x979bdcd9 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x97a37eef blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x97c5c50c devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x97d013ca sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x97d12355 hv_remove_stimer0_irq +EXPORT_SYMBOL_GPL vmlinux 0x97d3c0c4 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x97d6d546 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x97db0dfc wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x97ddb5b2 devlink_flash_update_end_notify +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x97f81924 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x98008076 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x98024df5 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x9804133e dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x98083ae7 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x980b814f ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98399ae1 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x984425af devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x986936d4 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987ab0a5 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x9882495e attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x98c23984 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98cb06d8 sock_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x98dfdbe9 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9906c356 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x99089800 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x991f2826 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x99231ec1 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x99285c25 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x9936cef8 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x99383178 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x993cc77e ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x99470a38 probe_user_write +EXPORT_SYMBOL_GPL vmlinux 0x994ad0b6 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x995049ce transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x99599c09 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x998caa9f sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99a3728e devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x99c011d8 mcsafe_key +EXPORT_SYMBOL_GPL vmlinux 0x99d488d4 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x99dcdbb2 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a15a22c spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x9a29e108 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5d30d1 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x9a622a05 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x9a68cb44 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x9a722018 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x9a75cfa1 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a79f09f spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x9a8143ef bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x9a8663ce usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9a880799 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ac6ac66 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x9acbe830 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9ae4191f sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af2e813 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x9b0bf73a usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b17a568 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b2c438b ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x9b4f82d2 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b59b590 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x9b6e8bc2 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9b776e33 sock_zerocopy_put +EXPORT_SYMBOL_GPL vmlinux 0x9b7fd10d devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bba9c1c regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9bc93e82 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bfde3ad balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x9c00cef5 sched_trace_rq_avg_rt +EXPORT_SYMBOL_GPL vmlinux 0x9c4d9d25 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9c50e4c2 devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x9c614a89 iomap_readpages +EXPORT_SYMBOL_GPL vmlinux 0x9c74fa98 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c85c2c7 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x9c9897b4 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9c9d21d5 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x9caab9ef acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x9caf361f cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x9cbda55e xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x9cbeaee7 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x9cc28929 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdcf256 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x9cdeacb0 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d16e47f set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x9d1abf15 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x9d1b0b12 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x9d31f01b serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x9d3df1c8 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9d4ef618 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x9d5691ec usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x9d5c58a8 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x9d5f5846 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x9d92c0f0 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x9d98210f skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x9daadd52 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9db7a1d6 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9dc0a9c9 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x9dd96d28 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e08291e rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x9e08d700 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x9e3ff826 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9e40c1e0 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x9e423bbc unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4e106d dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9e58f17f dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x9e5c74aa dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x9e6c616a rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9e797a9f wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9e8652db __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x9e9a0d00 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ec0e00a spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x9ed3e58f clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9f12b230 dm_remap_zone_report +EXPORT_SYMBOL_GPL vmlinux 0x9f36457e __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x9f48c38d devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x9f576422 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x9f5b5757 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x9f8f83a4 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x9f9e6203 d_walk +EXPORT_SYMBOL_GPL vmlinux 0x9fa9834f l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9fab32df arch_set_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd32c9c spi_async +EXPORT_SYMBOL_GPL vmlinux 0x9fe48406 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9feb9b36 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xa001a606 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xa01197ed __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xa0126bb4 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xa028fcc2 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa059bab4 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa05de848 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xa07920a0 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa07a415a ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xa08a427a to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xa0af56b7 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xa0bc0428 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa0c6befa hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa0c89641 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d82d77 tty_ldisc_release +EXPORT_SYMBOL_GPL vmlinux 0xa0fcafa5 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xa106b839 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xa10a409e devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa123a34b ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xa1595177 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa15ca5df crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa1691b63 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0xa16c3b3a gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xa177b6d2 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xa17b8610 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xa1869410 tpm_unseal_trusted +EXPORT_SYMBOL_GPL vmlinux 0xa1b7ff2c pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1e0f0b8 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa1e918a0 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1ed9c8b add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xa20c06b9 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f5649 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xa2147b2b dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xa2436849 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa244ec35 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2a0ac7b spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xa2be1aa1 blkg_print_stat_bytes +EXPORT_SYMBOL_GPL vmlinux 0xa2c38688 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xa2c74331 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e998da sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xa2eb1563 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array +EXPORT_SYMBOL_GPL vmlinux 0xa30ddc72 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xa30eeb36 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa31fbfbd dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xa3298b95 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xa32d3605 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa33eaa0a reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xa352d093 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xa35534ef ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa35f8445 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xa3613265 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa3659b5f __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0xa38235af clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xa3840647 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38e50ce uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0xa3af1c75 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c3d512 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa3e73e6a tpm_seal_trusted +EXPORT_SYMBOL_GPL vmlinux 0xa3e7a131 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa3e89ace kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa43462f4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa43cf5fa usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa43e4b06 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa471982d dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xa4775191 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xa47fee0a nvme_set_queue_count +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4881984 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa4b25605 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa4b45037 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xa4ec90ca crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xa4efca95 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xa4f6dd63 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xa4fc402e remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xa50335f4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xa5073cb6 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xa50db440 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xa5182952 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa518e669 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa527b6be irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xa52cc31c clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa538698d devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa543c188 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa553ae52 devlink_params_unpublish +EXPORT_SYMBOL_GPL vmlinux 0xa559417c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa56a019c pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xa57c9bcb crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa58debd1 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xa59fbf8f cec_unregister_adapter +EXPORT_SYMBOL_GPL vmlinux 0xa5a1e69f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cb2595 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xa5d0e4a6 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa5d409e9 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e4a2bb fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xa5e8447d __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa5ec313d sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fce4e9 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa603ce21 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xa60dff54 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa63f68b3 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xa6428c4f css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xa657a0df fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xa66cdfd4 xdp_attachment_query +EXPORT_SYMBOL_GPL vmlinux 0xa67e6002 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6824f3f __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa6864a81 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xa687bf06 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xa69ac201 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xa69b95a8 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6baadb4 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa6c2ed26 __tcp_bpf_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa6cb33bb kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xa6dd70e4 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f30f96 gpiochip_set_nested_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa708b9d1 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73427b3 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xa73eea91 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xa766ba52 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xa76f68d2 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa770dc2f vfs_read +EXPORT_SYMBOL_GPL vmlinux 0xa786a05e pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xa79ab00b unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xa7cbe2d5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa7d78a48 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa7e82ae5 cec_s_log_addrs +EXPORT_SYMBOL_GPL vmlinux 0xa8009666 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa81bd6be dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xa82f8c24 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xa84e148e dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8656254 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa871963a pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xa88fee99 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xa89ffcda subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xa8a12127 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa8a37459 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa8b977a9 __raw_v6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors +EXPORT_SYMBOL_GPL vmlinux 0xa8bebf51 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xa8c3c110 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa8c93aa6 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xa8ebec8e ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xa8fc0df6 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa917a071 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xa91b7806 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa92397b9 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa938c1a2 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xa93fe72b ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa9492e72 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa9854364 umc_normaddr_to_sysaddr +EXPORT_SYMBOL_GPL vmlinux 0xa993d340 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9bc8b74 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9ea3ebb kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xa9f048d0 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xa9f0ab2e nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xa9fd53bd usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaa195354 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xaa239d61 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xaa2e2b59 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xaa47475a __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xaa55e587 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xaa615067 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xaa61a7c9 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa704e6a nvme_start_queues +EXPORT_SYMBOL_GPL vmlinux 0xaa74b83a acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa871f61 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac868de inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xaadae126 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xaadb94bf ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaae5eee3 blkdev_read_iter +EXPORT_SYMBOL_GPL vmlinux 0xab00d0e4 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0xab1cab36 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab1fff47 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xab2bcb85 device_connection_remove +EXPORT_SYMBOL_GPL vmlinux 0xab38dbf2 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xab3e7f29 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xab434556 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xab5e07e8 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab760075 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xab774a0e splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xab7ec510 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabd515b2 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xabda66e7 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xac00a0b4 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xac02dd0e nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xac09a9a9 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xac423c98 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xac44ebde tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xac4e06aa device_remove_properties +EXPORT_SYMBOL_GPL vmlinux 0xac550d3c regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xac6108b5 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xac70781a __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xac710e19 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xac796bf1 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xac9196dc driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xac9b4704 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb537b5 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xacbc90e8 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xacc4badb pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xace3a980 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xacedd9ca inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xacf00662 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xad077aea bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xad0f2b6c unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xad41bb1a led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xad4674fd dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad51fbe0 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad7d14d9 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb8f873 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xadc0d74b tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xade28b52 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xae0dfca4 md_run +EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae2b022a devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xae3178cc device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae677dba serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae75099f regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xae755370 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xae7766e5 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8a1f82 clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xaeb12315 find_iova +EXPORT_SYMBOL_GPL vmlinux 0xaecb3c2e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeefaaf0 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xaef282d2 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xaef497e5 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xaef628ec __vfs_setxattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0xaef6fd40 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaf01a221 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0bee41 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xaf131579 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xaf1c15a4 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xaf1e8675 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xaf20c9e0 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xaf27cf10 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xaf2ae0f9 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xaf2bc98b hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL_GPL vmlinux 0xaf6846fe of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaf6ac6a2 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaf742f9b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xaf753477 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ef220 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xaf8231cb fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xaf82eddd cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf84deb2 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xaf88e79f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xaf96604e fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafde7961 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xafdf1bc7 acpi_dma_configure +EXPORT_SYMBOL_GPL vmlinux 0xaff26ee3 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xb00dd70e ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb02a29f8 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0312d2c edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb03800a7 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xb04e8823 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xb053a4e4 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb0583218 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xb06c9553 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07a0dc2 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xb07b1ae3 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xb08fc94b kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xb0913391 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0972a83 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xb098b63e devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0a9f47c devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ec7c05 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xb0ece640 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb1014a4b metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb1116b55 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xb119efa5 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1288d3c crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xb136de0f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb13923e2 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1661772 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb17457c6 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb185b087 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb1909443 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb1a6c0aa nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xb1b54cc1 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1bc54bb hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c3442e regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb1c35294 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb1cf85e3 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xb1d4d959 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0xb1e1bf8c ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ef0548 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xb1ffeff4 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xb20c4eb1 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xb21fa9c6 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb223b74a mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb234e0d3 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb25ebb0d trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2755b8a fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb281cb9f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xb285b8f8 xen_in_preemptible_hcall +EXPORT_SYMBOL_GPL vmlinux 0xb28a4a54 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xb28d7841 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xb28edb03 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2b15899 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xb2b86459 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xb2c0ea1d bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xb2fd5445 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0xb2ff538a pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xb304b0b4 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb311e86b crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb31d20b6 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3351c6c rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xb3379261 component_del +EXPORT_SYMBOL_GPL vmlinux 0xb3501885 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb354c00d blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xb356c301 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb35edeaf fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xb378fbd7 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb388f20f ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb3c72e65 firmware_config_table +EXPORT_SYMBOL_GPL vmlinux 0xb3e50f5f shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xb3f81773 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xb402f97d virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb405b6d4 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb41e4f65 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb41e8316 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb46629d2 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xb4a1b7eb screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xb4a62992 generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0xb4a8a5a3 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c5b87d fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xb4cfaec7 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xb4d9f286 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xb4e3c22b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4ff6bb6 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb506936a usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xb510c250 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xb5160d65 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xb51700b9 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5261733 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb5455b17 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb550d9ce lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xb55ceeb6 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xb56ff6fd hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5804036 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xb58f4fcb balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb590c517 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5c778ea devlink_reload_enable +EXPORT_SYMBOL_GPL vmlinux 0xb5cb5374 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb5ed48c8 bind_interdomain_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5fd4dcb security_file_permission +EXPORT_SYMBOL_GPL vmlinux 0xb605aeff hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb60a579f fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb630219d device_rename +EXPORT_SYMBOL_GPL vmlinux 0xb64a44f4 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xb65daff2 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb680443d usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb68dfac4 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xb6a9ab0b clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb6afaf0a regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xb6c6cc94 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f1131f nvm_set_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0xb6f71aff __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb6fcfc55 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xb6ffa4d6 devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0xb702838b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xb71c50f1 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73d826d rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xb741899b bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xb749bec4 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb74ef758 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb750d6a1 nvme_wait_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb761318b sev_active +EXPORT_SYMBOL_GPL vmlinux 0xb77a24c9 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xb7961b54 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xb79f1161 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xb7a72c8d addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xb7aa6379 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xb7b60a05 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xb7be0e1a ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cfb80d devlink_port_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7f1b5bd __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb7f3c0cf bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xb7f73ef8 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb81eb69a cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xb8389684 direct_make_request +EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb845d724 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb8460def crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xb847585f is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb84cd031 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb84eea4a phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xb853c2f7 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb868bff0 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xb86c364b clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb86ef173 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xb86ff1ba edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xb872f471 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xb87483de cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb87e02b6 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xb881a5ba bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xb8836f2c sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb88781ad nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xb8886a91 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ae021f gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xb8b0e654 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b52e80 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xb8cbf1a7 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d06ba0 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb8d1b35f restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb8d965be virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xb8deaa6f cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f1a50c __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xb8f2918f mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xb8f87e12 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9178cc9 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xb91edfff platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xb9232781 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb928a97e gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb92bcf42 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xb936a787 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb9579535 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xb9773674 security_path_chmod +EXPORT_SYMBOL_GPL vmlinux 0xb97b00d0 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xb97c32ac tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9a42fd1 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c2dbb9 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb9c3bb04 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e1e2ac md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xb9f165d4 nvme_sync_queues +EXPORT_SYMBOL_GPL vmlinux 0xb9f7486e fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xb9f89246 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xba016a3c __percpu_up_read +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba29a115 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba55881e regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xba56cc0b clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xba5b8ffe rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xba62e943 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xba771506 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xba799f55 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xba919e69 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xba97b2be net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xbaa9dea4 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xbab25e9d dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xbadfb46b crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb0e65eb rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xbb233615 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xbb2baa0c devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xbb2df218 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xbb349faf nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xbb51bdd0 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0xbb62d2f7 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb703e33 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xbb91728c pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xbb990a6d sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xbba2dbcf metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xbbb73730 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbc21e23 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xbbc6381d spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbbc687cd __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xbbcf7ab9 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbbd3f5df sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xbbde1f1c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xbbe04fef pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xbbe56d6f dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbbea7652 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xbbf2ce69 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xbc00949f pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xbc04bd46 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0xbc095433 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xbc0f56c3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xbc22411e cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xbc239fdd regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xbc417d52 iomap_set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xbc487880 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7e4c8a sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc878d1b gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xbc95b854 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbec706 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xbcbf0bd9 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdbf86a crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf7b8e2 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xbcf87f7b devlink_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xbd0fc9d0 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xbd1e4b15 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xbd23d939 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xbd280d92 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd617488 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xbd6a1496 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xbd7082a9 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xbd72a741 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbd740f14 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xbd78b4f8 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xbd7a7213 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd818a12 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbd829838 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xbd99af12 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xbde53605 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xbdf8f7ef crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xbe011dc7 devm_nsio_disable +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1d6ee3 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2a7ca0 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xbe47556a blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xbe48f06a __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xbe57603c usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xbe576f86 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbe5a62c0 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe8579de dev_pm_opp_attach_genpd +EXPORT_SYMBOL_GPL vmlinux 0xbe8e6b40 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xbe943e6a ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea702aa crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbeca6937 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbecd3cc7 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xbecdaf25 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xbed076e5 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xbed1c671 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xbef1225f dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xbefa6f12 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf05285a virtio_config_disable +EXPORT_SYMBOL_GPL vmlinux 0xbf061815 devlink_port_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xbf0bd35a dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xbf19de35 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xbf3d02c2 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbf40350e node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0xbf5b40d1 cec_notifier_get_conn +EXPORT_SYMBOL_GPL vmlinux 0xbf671e22 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbf830443 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xbf89e839 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbd1512 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbfcc7f52 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xbfda308e regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbff9f3a0 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc012b19b register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xc03b0776 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xc03c96f3 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc04098e7 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xc0497365 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc05da8a6 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc099421d events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xc0a5e9b5 sock_zerocopy_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0ee1668 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f5b3e6 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xc0f765c8 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xc102bffe __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11262cf init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc121e931 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xc1239092 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xc1358023 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc137d490 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xc137ee79 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc141228b usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc14968ab raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xc15f9d87 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc163f7b0 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xc1724c65 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17aa76f ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18cdf36 amd_df_indirect_read +EXPORT_SYMBOL_GPL vmlinux 0xc1ca28ef devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc20bfe30 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xc22541a3 devm_nsio_enable +EXPORT_SYMBOL_GPL vmlinux 0xc227880a pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xc22798a1 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e1222 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc2305a7d crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc24508d5 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xc2466396 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc246c5ff l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc282165e pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0xc288e41e phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28bb273 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xc28c534b acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc2a0719e cs47l24_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a6d411 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c6b97d fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xc2e5223f devlink_reload_disable +EXPORT_SYMBOL_GPL vmlinux 0xc311f875 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xc3159c49 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xc32277c2 dev_pm_opp_find_freq_ceil_by_volt +EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc32835c3 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xc329a592 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xc3396e4a rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc36eb814 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xc37e1740 __pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xc37fc7f9 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc389d0e7 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xc395f835 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xc398a58f disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xc3999250 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xc3a80035 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xc3c360aa led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c838eb x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xc3c9cefc sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xc3dd3266 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xc3e592e5 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3e8f2d0 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3edf6aa save_fsgs_for_kvm +EXPORT_SYMBOL_GPL vmlinux 0xc406a6ab cgroup_rstat_updated +EXPORT_SYMBOL_GPL vmlinux 0xc40f4e07 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc41d1af4 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xc41f3c02 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc429f9f1 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xc43c9a38 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc4409642 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc457656b shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xc45b3ded usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xc48a4fbe skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc48ae801 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc49820ce ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc498401d nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ac8eef __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xc4b84b35 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xc4cafb2f cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xc4cfbe2c skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xc4eb3b38 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f92842 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xc50f1e9e get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc513c3a2 vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0xc5156bf3 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xc52f0388 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0xc53b734f serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xc542f89c cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57c6d80 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xc57f08b6 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc58a58c7 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc594d840 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5bb1bc3 mmput +EXPORT_SYMBOL_GPL vmlinux 0xc5d789df alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xc5df6917 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xc5fe8552 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc604f44e usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6401e7c sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xc64a2a88 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc64e52f9 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc6584150 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xc6596ae9 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc65b5dcd dev_pm_opp_set_clkname +EXPORT_SYMBOL_GPL vmlinux 0xc65b6a17 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xc65c8fef tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b713d to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc67cd22b serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc68b8561 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xc6956b6d crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6b10427 ex_handler_fprestore +EXPORT_SYMBOL_GPL vmlinux 0xc6bf5eb7 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e908c1 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xc6ed4da7 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc6f2e9ac dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc70480af fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field +EXPORT_SYMBOL_GPL vmlinux 0xc729e3cf iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xc769e4d3 clk_hw_register_gpio_gate +EXPORT_SYMBOL_GPL vmlinux 0xc78f1525 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xc7965910 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c8f4ae cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL vmlinux 0xc7ce24b8 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc7d4be2d elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xc7e1cc1c injectm +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e77fd9 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xc7ef69e9 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc7f66d4a usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc841699b component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xc84f2a4a syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc85629fe debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85b066d enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc868a992 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xc86a57ae xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc87fb025 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b68ef5 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8c4c0bb ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f162c9 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xc8f3a7b5 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc8f81f7f nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8f91551 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc92761eb spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xc93dbee6 device_add_properties +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc947ba82 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9515f1b mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xc953c711 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95b0923 pm_runtime_get_if_in_use +EXPORT_SYMBOL_GPL vmlinux 0xc95d3c44 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc970212c __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc97a00c9 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98762bc ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xc9954701 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xc9a80f54 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xc9aad3d0 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9ad80d0 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9cfb100 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xc9d8c16a usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xc9e8f4b7 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca248578 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xca40fd51 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xca413a47 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca51453e devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xca710211 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xca722289 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca7ee357 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xcaa61abc __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcabaef77 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac23ecf sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xcacd88a0 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xcad2d414 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xcadd67ea devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcafb58af iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb5022b8 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xcb52c695 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0xcb78d051 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcb99509e fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xcb9e36b6 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xcbaca4a0 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xcbd6d498 nvme_init_identify +EXPORT_SYMBOL_GPL vmlinux 0xcbdbe85c edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbed7afe put_pid +EXPORT_SYMBOL_GPL vmlinux 0xcbff25aa ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xcc0b11ba nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc2e5d5f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc46d982 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xcc4cfc20 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xcc4fa405 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcc5e65fc blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xcc65be17 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc6a17e2 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xcc700547 nvme_stop_queues +EXPORT_SYMBOL_GPL vmlinux 0xcc8f4bd8 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccae6bea blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xccbdd6d8 noop_invalidatepage +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3b99f efi_mm +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd0ac598 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xcd0bd0a1 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd308d9c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xcd3e5c7c acpi_release_memory +EXPORT_SYMBOL_GPL vmlinux 0xcd56b280 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd83c34d __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xcd8cf24c inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xcd8ec677 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda1ca12 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xcdac7a7d device_create +EXPORT_SYMBOL_GPL vmlinux 0xcdad801d xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbbee50 blkg_print_stat_bytes_recursive +EXPORT_SYMBOL_GPL vmlinux 0xcdc71d10 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcc92ff pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde401bd balloon_aops +EXPORT_SYMBOL_GPL vmlinux 0xcde8a7ea sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xcdf1a4fa kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xcdf3c2d9 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xce06fefe __flow_indr_block_cb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0c34a8 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xce407b57 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xce483e53 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xce5b0ee8 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7b6b11 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xce921534 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xceaf3ad5 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xceb6e51b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xceba14f0 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xced10bf4 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xced8dff7 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceed8318 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xceeee768 store_sampling_rate +EXPORT_SYMBOL_GPL vmlinux 0xcefa5da8 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xcf1702cc page_endio +EXPORT_SYMBOL_GPL vmlinux 0xcf17e56e pci_epf_linkup +EXPORT_SYMBOL_GPL vmlinux 0xcf195927 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xcf2d2b32 path_noexec +EXPORT_SYMBOL_GPL vmlinux 0xcf30869a tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xcf332c28 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xcf4bfc1a __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5cfe49 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xcf6197bc regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xcf6a52c2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xcf6ed995 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xcf9e9fbc pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfa40016 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc15f4b rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xcfc37395 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe8b4b0 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xcfee0d3c unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0xd00e2a57 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd01ac742 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd02cf461 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04624ae __bio_try_merge_page +EXPORT_SYMBOL_GPL vmlinux 0xd04bb888 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd04c6477 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0824407 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xd0841ccc bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xd08c0b23 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xd08fe7ba device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0ae98f7 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d0c5c5 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d926b3 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dbe02a acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xd0dc7402 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xd0eb6a66 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd0ef9869 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd0fea125 iommu_aux_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd109d057 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xd10d07e9 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xd11bed9d usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xd1290e1f spi_replace_transfers +EXPORT_SYMBOL_GPL vmlinux 0xd14bb33d skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd1607c3b user_update +EXPORT_SYMBOL_GPL vmlinux 0xd16d8588 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd16e38b0 vfs_readf +EXPORT_SYMBOL_GPL vmlinux 0xd17fd34f crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xd17ffe19 e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0xd1820159 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xd19ac6bc acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xd1a1d16f devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd1a68916 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xd1ac90d9 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xd1b60fbb dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d01f4b uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd1dff62e flow_indr_del_block_cb +EXPORT_SYMBOL_GPL vmlinux 0xd1f0c21a _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f47b19 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd1fbc889 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xd1ff4afb ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xd2051d1d pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd2059dd4 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd20fcca0 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd21392ff blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xd213ed44 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd233c789 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2511053 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xd25da06f tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xd266bee9 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28cdbe1 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c3d6dd acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd2c5690f crypto_stats_ablkcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd2c8ae77 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2d95970 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xd2efb3a0 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd302bad7 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xd324860e phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd32694be sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xd334560c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xd33627a6 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37a94d4 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd37f9d28 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xd38c2d3b acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd39abd14 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config +EXPORT_SYMBOL_GPL vmlinux 0xd3bb483e irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd3bdf5fb rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd3bf923a dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xd3bfa753 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xd3d34a4f bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd3f72195 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd418aab7 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xd43d3e43 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44f126d regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4583c9a device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xd45a2bd3 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd47d8b00 __rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd4924c76 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xd49caa5a tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd513abc7 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xd5222426 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd539f1b5 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd53e95cc devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xd5411b1b pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xd542256c blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5797a7c xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xd588c086 is_current_mnt_ns +EXPORT_SYMBOL_GPL vmlinux 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xd5b57ab3 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ce15f3 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xd5e3a2de __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd5e9e8bf edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd6015d0c regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd6067115 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xd61e62c0 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd62e0b86 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xd63a8c7e led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xd64212d2 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xd64525ab crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd658d5c9 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68a1332 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xd6e2c600 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xd6e3c4bd edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd6f0cd91 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd711a15f clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd7211027 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7301a32 skcipher_walk_aead +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd73e9179 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xd746aed8 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xd746ebf6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xd74abfd8 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd74ef294 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76cd72c skcipher_walk_atomise +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7773351 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xd78716ae fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xd78e0b70 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd7b5dfee xas_split +EXPORT_SYMBOL_GPL vmlinux 0xd7c2cf18 cs47l24_patch +EXPORT_SYMBOL_GPL vmlinux 0xd7c39fff free_iova +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7e1abe5 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd7e3eda3 nvme_stop_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xd807760e __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0xd80c0956 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd817a484 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd82d067f device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd837f555 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xd840c901 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8608677 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xd8680656 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a34c8e open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xd8b43e8b fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xd8ba760a thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xd8ba9da3 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd8bf2ee2 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xd8e0a370 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xd8f8a449 blkg_print_stat_ios_recursive +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90464b5 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xd918afbd iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd92b6ea7 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd92ba438 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd938fc30 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xd93a5cb1 efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd96911b9 intel_svm_bind_mm +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9712243 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd99778f0 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xd998b96b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd9a96ce8 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xd9b57455 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd9bd50fc __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9bf3692 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd9cddd55 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xd9d5d879 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xd9d75e21 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd9d89ce2 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0aedde platform_device_add_properties +EXPORT_SYMBOL_GPL vmlinux 0xda0afac1 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xda15a15d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xda1b2858 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xda1ca85a strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda47668a iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xda47eb47 blk_mq_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xda605472 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xda6fc22b __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xda7958b4 noop_set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xda7cb3ab bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xda8fd370 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xda986786 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaab691a bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab67967 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xdabaeab5 split_page +EXPORT_SYMBOL_GPL vmlinux 0xdabbaa93 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdac8182b nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xdaf48f82 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xdafcdc3a ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xdaff8209 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdb014036 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xdb02fa60 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xdb0613af invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xdb13867a pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xdb14398a devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xdb26e1df regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb270ebe nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xdb38592d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xdb3c3e0c do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0xdb54bd40 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdb58ead4 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6887c5 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xdb735885 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdb7cee39 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xdb82b182 clk_gpio_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8a404a ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xdb8ad464 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdba0583f clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xdba05cdc dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xdba6c10c exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xdbb9222d skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xdbd83203 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdbddbd00 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbe8330a devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xdbf29726 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfdb118 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xdc0f14e3 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1e6fbc ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xdc21e866 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xdc21fc7d clk_register +EXPORT_SYMBOL_GPL vmlinux 0xdc27f3d9 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xdc2a30de inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4e0038 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xdc51c5d8 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc789710 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xdc78ec91 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdc7c9a7f xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8bb359 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca28016 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xdca3e559 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xdca6deb3 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xdca9ddbd fork_usermode_blob +EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xdcbdd233 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xdcc05c73 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xdcc78a39 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xdcc8c3fc wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xdcd18d2f queue_iova +EXPORT_SYMBOL_GPL vmlinux 0xdcd36190 nvme_cancel_request +EXPORT_SYMBOL_GPL vmlinux 0xdce23a83 sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xdce66cef bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xdd013aeb irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xdd0230c1 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xdd0494dc ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xdd04e3b8 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0c08b6 nvme_reset_ctrl_sync +EXPORT_SYMBOL_GPL vmlinux 0xdd2a8638 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd41bbd3 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd4ff086 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xdd57f147 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd632ecb dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xdd6e3d1c clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xdd717cf5 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdd76dcd5 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xdd8da896 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xdd9a3088 cec_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xddac7aa0 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xddaee561 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd9e561 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xdde802a0 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xddf0a001 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xddf23b17 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xde07a44f irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xde08a6ce fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xde09a94d xas_find +EXPORT_SYMBOL_GPL vmlinux 0xde0c3473 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xde0d7d39 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xde0f7f85 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xde0fd207 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xde12586e tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xde2280fa da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xde2d3af0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xde36d5df flow_indr_block_call +EXPORT_SYMBOL_GPL vmlinux 0xde68615c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xde6ea687 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde99160b smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d46d8 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xdea0ee65 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xdebfa0e4 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xdec8eb5a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xdecf4862 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xdecfcc0d device_connection_add +EXPORT_SYMBOL_GPL vmlinux 0xded2f8de perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf066db0 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xdf0818a5 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf11753b phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf141b89 clk_gpio_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf223247 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xdf25d8be iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf301aa0 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xdf35858c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xdf40ea30 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xdf44de77 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xdf46a5c9 init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0xdf48f07d iommu_dev_has_feature +EXPORT_SYMBOL_GPL vmlinux 0xdf779318 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xdf7e69d5 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xdf7f1145 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xdf9ef7d0 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xdfa1e3a7 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xdfa29ba9 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xdfa84388 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdfaba523 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdfb9a8cb xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xdfc895f3 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe90a66 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xdfe98fb5 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe009c1c2 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xe027f867 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xe02937b8 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xe02acf87 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03d06f0 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe05f53ff key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xe07ee098 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xe085227b __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe093d521 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xe098ff47 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xe09efff6 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4d920 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0c7a47c reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0d70d83 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe0de709f __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e2355c irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0ffe0f0 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe10c3501 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe116ff19 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe15d9f60 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe164597c clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe171ddd7 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17900a1 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe17e5220 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xe17e5db8 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe1956ce8 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1ba992f smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1bb4fd1 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1ded422 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xe1e9feea tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xe21e3d54 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xe21e70bc rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0xe224a175 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2443eb2 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xe244e0da serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xe24ad27f dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe2582a12 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xe25b6890 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xe2601e52 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe269e241 dax_copy_to_iter +EXPORT_SYMBOL_GPL vmlinux 0xe279077e gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe27c9108 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xe286b3a2 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe28c51f5 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe2931ec8 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2a8a919 device_move +EXPORT_SYMBOL_GPL vmlinux 0xe2abd556 nvme_complete_async_event +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c629b8 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xe2c6d32e genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2dda9fb thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xe2ddb1af blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe2ed08a6 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3123d1b tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xe3169c9b blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xe3362e73 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xe3383d36 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe338c5ac inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xe33f8cab ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe368a59a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe374723f __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe3891055 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe3948ff4 acpi_walk_dep_device_list +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3abe0c5 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c7348b sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3cfbafa tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xe3e237be dev_pm_opp_set_prop_name +EXPORT_SYMBOL_GPL vmlinux 0xe404189e phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe4046366 __fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe407cf15 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41b27da clk_hw_register_gpio_mux +EXPORT_SYMBOL_GPL vmlinux 0xe4233013 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xe42d9aae spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439ab3f __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xe454f5a1 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe4766753 ftrace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe4874aef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe489edad ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe4918080 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xe495926a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a0f97e fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xe4a4d940 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xe4a91fb0 cec_s_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xe4aae625 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4be4167 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4cb8d3e devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xe4d55588 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f256bd bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xe519d4be led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xe54c6d58 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0xe54e7bf3 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xe550c38e sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xe556ff81 pwmchip_add_with_polarity +EXPORT_SYMBOL_GPL vmlinux 0xe55e814c pm_genpd_syscore_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xe581ab1e __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5ab892c pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe5be30cc usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xe5cc148a usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5e6981b ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xe6002021 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe6068b54 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe6213da8 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xe6264be0 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xe6274e4d serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62ac8af nvdimm_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xe62e18b5 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xe63d6cbe gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xe6472779 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe667743b acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xe6c1e358 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e4e71a blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xe6e9acab net_dm_hw_report +EXPORT_SYMBOL_GPL vmlinux 0xe6ee494f ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f5e6f5 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fa9b75 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xe7171976 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xe71ca22a extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe723ed43 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe7364cdc usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xe73c887f alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xe740b377 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xe740b58a hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7560472 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xe7597c84 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xe7607705 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe771ec71 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a23755 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xe7b19901 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xe7b313f3 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xe7f4aa49 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xe7f57522 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe7f5cc78 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8097cfd fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xe80c4ce4 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0xe8222dc7 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe82fb899 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe853c6b0 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe866a735 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe8673aed sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe888bd15 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe88abe76 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe88da389 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe88fd626 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xe8a1fa1b ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8b40f33 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe8b9e329 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe8c8902b genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xe8d0753f ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe8de38b9 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xe8e07ecb pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xe9098a1a pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xe90a81fd __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xe91073db inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xe91e7cd6 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe93df860 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94337df do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xe95f7824 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe96c04cc iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xe9717373 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xe9ada4f0 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3eb1 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xe9ce1d9e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d2f11b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe9e0ecae pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xe9e9d903 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xea01f510 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea205e17 cec_allocate_adapter +EXPORT_SYMBOL_GPL vmlinux 0xea33e4cb acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xea6e3461 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xea827644 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xea877f24 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xeaad96f9 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xeab09c3b iomap_file_dirty +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf7fe0f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xeafbc7d2 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xeafe07b8 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeb0480d9 blk_mq_request_completed +EXPORT_SYMBOL_GPL vmlinux 0xeb08e7f5 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xeb1334b5 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb4d6fc2 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0xeb714c2a bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xebafe1cd isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xebc4ca8e root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0xebcff97f l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe35d0a skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xebeb0a1c __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xebf010b9 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xebff9d95 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xec0e9188 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xec1628e6 pv_info +EXPORT_SYMBOL_GPL vmlinux 0xec520d4b cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xec52c835 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec5966fa gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec660cd3 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xec6c5d7d dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xec6ee298 regulator_unlock +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec7c0687 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xec9acd91 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xeca5d40d software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xecb514ec crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbeefe5 cec_received_msg_ts +EXPORT_SYMBOL_GPL vmlinux 0xeccc4c9b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xece509fd sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xecf27912 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xecf70fa6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xed1bcb5d alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xed267369 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xed35472f gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xed40c481 kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0xed4648b6 mmc_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xed6a1318 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xed7c7b91 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xed7fca36 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed95982e md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xeda2d853 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xedc91316 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xedc9abf3 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xedc9e493 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xeddab741 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xedde898a usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xede4c939 nd_numa_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xede98ec5 intel_pt_validate_hw_cap +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf15d8b __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xee04c864 dax_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xee077dd2 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xee10e4da gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee2434c1 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xee296e7a fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4ddaed __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0xee5da440 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0xee5e2a35 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee8ea04a dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xee9f86bd pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xeeafd957 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xeec8e36f scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xeecc7f68 pm_genpd_syscore_poweron +EXPORT_SYMBOL_GPL vmlinux 0xeed0ebf6 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeee8c43b phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xeef1a6c8 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xef4036ef regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xef45dd09 device_add +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef651ec4 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xef67bbb6 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xef687d23 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef7cd180 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xef7d6f17 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xef896d5d pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb3850d ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xefbf2b30 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xefc2564c bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xefe2cf27 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xefe98137 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefff75da nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf003345f ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xf02808cd irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xf02d25bd serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xf0317121 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf057335e pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf08050c4 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf090228f cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xf09ebabb acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0a3ead0 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xf0afd198 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xf0b52a14 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xf0d656e0 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xf0ff0fb2 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xf1127592 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf1173368 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xf12b8b30 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xf1315cb7 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0xf142a137 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xf1540aba relay_close +EXPORT_SYMBOL_GPL vmlinux 0xf15c7908 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xf170b732 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xf17e6282 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18ece71 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf191f7aa ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b3a270 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xf1d3f4b9 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xf1d54abe usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf2055f2b led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xf205d4db blk_poll +EXPORT_SYMBOL_GPL vmlinux 0xf2127abc hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22284e5 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xf23770b6 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xf253acd2 nd_blk_region_to_dimm +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf29cdf27 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xf2a6f3f3 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c58f9c ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xf2c664a1 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xf2cbe1ba __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf2d5d831 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xf2f1ef50 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf3248a36 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32d5b78 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf340a95f crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf3410b61 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xf3411870 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf349f8e7 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35fa5c2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf388239f spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf390709a iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xf3954f31 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf3aca66b nvme_cleanup_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bb198f ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xf3d3b856 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3ef7799 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xf3ef9fb8 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xf4151954 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xf419699e transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xf42a4f33 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xf4355642 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xf4358b90 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xf4543c8c input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xf45a1900 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xf45d27ce rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xf4693a66 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf47e020f cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf49df4cc trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xf4a0fd4b usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf4ab5280 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4af6791 devprop_gpiochip_set_names +EXPORT_SYMBOL_GPL vmlinux 0xf4b345b2 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xf4b36df9 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4fe802d ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf50e911e copy_reserved_iova +EXPORT_SYMBOL_GPL vmlinux 0xf518a2c0 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xf51fbad1 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xf5272a67 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xf5349f24 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xf53eeca2 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf54065a3 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xf54212f7 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54f0d3c irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5595772 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xf55ea024 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xf561d269 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf57b092e devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf59e202e dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xf59f9dad gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5cc1d53 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0xf5e47e68 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5fbd7e1 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xf60f1d7d ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xf61aa41a ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf6230e49 fpregs_mark_activate +EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xf645ef2f pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xf65d27ea __bdev_dax_supported +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67b2024 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf67c187b xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xf67ec0dd tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xf691023d irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6c58ac1 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6c9228c sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xf6d6adb5 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf72c8b35 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf72d6776 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf75a8df1 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf76c0802 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xf7865e55 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf798ff45 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf7a2687e user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xf7ac8b21 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d2b5d1 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf7d72a54 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf7df59bf irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf7e05219 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf7f41368 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf872dffa bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf873ad00 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xf8741cb2 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xf87d9994 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883ec0b fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xf8848f33 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf8a311d9 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf8b58cb4 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8c6c319 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf8c8b186 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0xf8dbde30 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xf8e02db5 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8f2c50f devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf909ada8 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xf90b8182 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xf91ab2ed __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xf9245f20 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf92a60b5 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93a9679 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xf93c9c51 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf93e961b hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf945552a housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9578980 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xf969a12e preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf969eb85 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xf97227e6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf97dcda8 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf98013c3 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ab0c63 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf9b3d6f1 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf9b92c09 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xf9be8d4f usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf9cea855 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xf9e60e8f crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xf9ee9a0e usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xf9f38b72 nd_region_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xfa0a8896 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xfa1cc42f perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa2d0681 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xfa2fe620 iterate_mounts +EXPORT_SYMBOL_GPL vmlinux 0xfa2fe93e xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa5d1e94 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa67097a dax_supported +EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0xfa70ab25 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xfa82ccc4 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xfa874bb0 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfaa5de1a dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xfaab8ccd xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xfaad6307 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xfab18f6e intel_svm_is_pasid_valid +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfabc0cf8 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xfabceac2 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae25063 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xfae3d8cd arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xfaf97ca9 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xfb075447 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xfb13dd2e kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xfb219f72 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xfb2cfd90 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb33a3fe pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb40661a usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb43d99f devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xfb459b66 iommu_aux_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfb50f811 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfb60ca09 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfb66fe29 devm_device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb7bd87c ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xfb82ea6c crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfbb262be tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xfbb6d73c vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbe4d0c platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xfbbeb522 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfbc5a180 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xfbcba618 find_extend_vma +EXPORT_SYMBOL_GPL vmlinux 0xfbd410b5 set_pages_array_wt +EXPORT_SYMBOL_GPL vmlinux 0xfbdfc558 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfbf4c8af mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0647b3 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xfc0797e4 free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xfc115259 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc26b2c7 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc63c6ef fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0xfc710f5f gpiochip_irqchip_add_key +EXPORT_SYMBOL_GPL vmlinux 0xfc834a36 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xfc89eefe devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xfcaa1642 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xfcaf2bcb bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc71140 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd01061b __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xfd021309 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xfd118ede inode_congested +EXPORT_SYMBOL_GPL vmlinux 0xfd21573d console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xfd33f409 security_path_chown +EXPORT_SYMBOL_GPL vmlinux 0xfd4a0af5 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xfd7a5c3b device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfd7f5659 nd_blk_memremap_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd9239f4 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfd9c6f36 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xfdae0eda hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xfdb17259 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xfdb9b837 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc82478 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xfdd8222f regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xfdec5721 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfdee0a15 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xfdf0a50e devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xfdfa93a1 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfe05e2fc nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xfe1021ff fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5632e2 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfe675926 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xfe69325f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe84455e ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xfe962646 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeaa6318 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xfec4eecd gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed145c9 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xfed467b6 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xfef0185b platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xff0301e7 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff193ccf dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff3a2efd pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xff52e914 dev_pm_opp_put_supported_hw +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff643a7e usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xff73952a usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xff87e6e8 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable +EXPORT_SYMBOL_GPL vmlinux 0xff96d3f4 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae23be nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbace52 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xffccc3e8 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xffd76387 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xfff8f2b4 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xfffb4869 pci_set_cacheline_size +USB_STORAGE EXPORT_SYMBOL_GPL 0x016c79bd usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0ba05b01 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0f709eeb usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x266322e9 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x43e15d3b usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x44e69ca1 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x54b4fa49 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5d424707 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5dc99169 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x65b88c7d fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x73707ae7 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7a0938cd usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa424811c usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa5bbc07e usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaa4148f9 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc540336e usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xce546dfc usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd665eba4 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd8f97db7 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf6914468 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf6ded147 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf85a9913 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf9958a7e usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xff5bde92 usb_stor_Bulk_reset drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/amd64/generic.compiler b/debian.aws/abi/5.4.0-1078.84/amd64/aws.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/generic.compiler rename to debian.aws/abi/5.4.0-1078.84/amd64/aws.compiler diff --git a/debian.aws/abi/5.4.0-1078.84/amd64/aws.modules b/debian.aws/abi/5.4.0-1078.84/amd64/aws.modules new file mode 100644 index 0000000000000..a64907c59bc08 --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/amd64/aws.modules @@ -0,0 +1,3657 @@ +104-quad-8 +3c509 +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8250_exar +8250_lpss +8250_men_mcb +8250_mid +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +9p +9pnet +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a100u2w +aacraid +abituguru +abituguru3 +abp060mg +acecad +acenic +acer-wireless +acpi_configfs +acpi_power_meter +acpi_tad +acquirewdt +act8865-regulator +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5791 +ad5820 +ad5933 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9389b +ad9523 +ad9832 +ad9834 +ad_sigma_delta +adc-keys +adc128d818 +adcxx +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adf4371 +adf7242 +adfs +adiantum +adin +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16480 +adis_lib +adjd_s311 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm9240 +adp1653 +adp5061 +adp5588-keys +adp5589-keys +ads7828 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv7604 +adv7842 +advansys +advantechwdt +adxl34x +adxl34x-i2c +adxl34x-spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs450 +aegis128 +aegis128-aesni +aes_ti +aesni-intel +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aiptek +aircable +ak7375 +ak881x +ak8975 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alim1535_wdt +alim7101_wdt +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +ambassador +amc6821 +amd +amd-rng +amd-xgbe +amd5536udc_pci +amd64_edac_mod +amd8111e +amd_freq_sensitivity +amd_iommu_v2 +amdgpu +ams-iaq-core +analogix-anx78xx +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apds9960 +apex +appledisplay +applesmc +applespi +appletalk +applicom +aptina-pll +aqc111 +aquantia +arc-rawmode +arc-rimi +arc4 +arc_ps2 +arc_uart +arcfb +arcmsr +arcnet +arizona-i2c +arizona-spi +ark3116 +arkfb +arp_tables +arpt_mangle +arptable_filter +as370-hwmon +as3935 +asb100 +asc7621 +ashmem_linux +asix +aspeed-pwm-tacho +aspeed-video +ast +asus-wireless +asus_atk0110 +asym_tpm +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at803x +at86rf230 +aten +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ph-sensor +atlas_btns +atm +atmel-ecc +atmel-i2c +atmel-sha204a +atmtcp +atp +atp870u +atusb +atxp1 +aty128fb +atyfb +aufs +auth_rpcgss +authenc +authencesn +autofs4 +ax25 +ax88179_178a +ax88796b +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_adc +axp20x_usb_power +axp288_adc +axp288_charger +axp288_fuel_gauge +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm-phy-lib +bcm-sf2 +bcm590xx +bcm590xx-regulator +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bd9571mwv +bd9571mwv-regulator +bdc +be2iscsi +be2net +befs +belkin_sa +bfa +bfq +bfs +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blocklayoutdriver +blowfish-x86_64 +blowfish_common +blowfish_generic +bma150 +bma180 +bma220_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs-drm +bonding +bpck +bpfilter +bpqether +bq24190_charger +bq24257_charger +bq24735-charger +bq25890_charger +br2684 +br_netfilter +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +btrfs +c2port-duramar2150 +c67x00 +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence_wdt +cafe_ccic +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx-x86_64 +camellia-aesni-avx2 +camellia-x86_64 +camellia_generic +can +can-bcm +can-dev +can-gw +can-j1939 +can-raw +capmode +capsule-loader +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-pltfrm +cdns3 +cdns3-pci-wrap +ceph +cfag12864b +cfag12864bfb +cfb +cfg80211 +cfspi_slave +ch +ch341 +ch7006 +ch9200 +chacha-x86_64 +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chnl_net +chromeos_tbmc +chtls +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_usb2 +ci_hdrc_zevio +cicada +cifs +cio-dac +cirrus +cirrusfb +clip +clk-cdce706 +clk-cs2000-cp +clk-max9485 +clk-pwm +clk-si5341 +clk-si5351 +clk-si544 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cnic +coda +com20020 +com20020-pci +com90io +com90xx +comm +cops +cordic +core +coretemp +cortina +cosm_bus +cosm_client +counter +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpu5wdt +cpuid +cpuidle-haltpoll +cqhci +cramfs +crc-itu-t +crc32-pclmul +crc32_generic +crc4 +crc64 +crc7 +crc8 +crct10dif-pclmul +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_ishtp +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_lpcs +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_kbd_led_backlight +cros_usbpd-charger +cros_usbpd_logger +crvml +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cryptoloop +cs3308 +cs5345 +cs53l32a +cs89x0 +csiostor +ct82c710 +cuse +cx25840 +cx82310_eth +cxacru +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +da280 +da311 +da9052-hwmon +da9052-regulator +da9052_onkey +da9052_wdt +da9062-core +da9062-regulator +da9062_wdt +da9063 +da9063_onkey +da9063_wdt +da9150-core +da9150-gpadc +da9210-regulator +da9211-regulator +davicom +dax_pmem +dax_pmem_compat +dax_pmem_core +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +de2104x +de4x5 +decnet +defxx +dell-laptop +dell-smbios +dell-smm-hwmon +des3_ede-x86_64 +des_generic +device_dax +dfl +dfl-afu +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-pci +dht11 +diag +digi_acceleport +dl2k +dlci +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-era +dm-flakey +dm-integrity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm9601 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmx3191d +dn_rtmsg +dnet +dp83822 +dp83848 +dp83867 +dp83tc811 +dps310 +dpt_i2o +dptf_power +drbd +drm +drm_kms_helper +drm_mipi_dbi +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +ds1621 +ds1682 +ds1803 +ds4424 +ds620 +dsa_core +dstr +dummy +dummy-irq +dummy_stm +dw-edma +dw-edma-pcie +dw-i3c-master +dw9714 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-pci +dwmac-generic +e100 +e1000 +e1000e +e3x0-button +e752x_edac +ebc-c384_wdt +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec_bhf +ec_sys +ecc +ecdh_generic +echainiv +echo +ecrdsa_generic +edac_mce_amd +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +efa +efi-pstore +efi_test +efibc +efs +ehci-fsl +ehset +em28xx +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +eni +enic +epat +epia +epic100 +eql +erofs +esas2r +esd_usb2 +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +ethoc +eurotechwdt +evbug +exfat +extcon-adc-jack +extcon-axp288 +extcon-fsa9480 +extcon-gpio +extcon-intel-int3496 +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-ptn5150 +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +f81534 +f81601 +failover +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +firestream +fit2 +fit3 +fixed +fm10k +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fscache +fschmd +fsl-mph-dr-of +fsl_linflexuart +fsl_lpuart +ftdi-elan +ftdi_sio +ftsteutates +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +g450_pll +g760a +g762 +g_acm_ms +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +garmin_gps +garp +gasket +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gdth +generic-adc-battery +genet +geneve +genwqe_card +gfs2 +ghash-clmulni-intel +gl518sm +gl520sm +gl620a +glue_helper +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +goku_udc +gp2ap002a00f +gp2ap020a00f +gpd-pocket-fan +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-adp5588 +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-bt8xx +gpio-charger +gpio-da9052 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-f7188x +gpio-gpio-mm +gpio-ich +gpio-it87 +gpio-janz-ttl +gpio-kempld +gpio-lp3943 +gpio-lp873x +gpio-lynxpoint +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-ml-ioh +gpio-pca953x +gpio-pcf857x +gpio-pci-idio-16 +gpio-pisosr +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio-siox +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tqmx86 +gpio-vibra +gpio-viperboard +gpio-vx855 +gpio-wcove +gpio-winbond +gpio-wm831x +gpio-wm8994 +gpio-ws16c48 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpu-sched +gr_udc +grace +gre +greybus +gs1662 +gs_fpga +gs_usb +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +gtp +gve +habanalabs +hamachi +hangcheck-timer +hanwang +hci +hd44780 +hdc100x +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcdrv +hdma +hdma_mgmt +he +hecubafb +hfi1 +hfs +hfsplus +hgafb +hi311x +hi8435 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-primax +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hinic +hio +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +horizon +hp03 +hp100 +hp206c +hpfs +hpsa +hptiop +hsi +hsi_char +hso +hsr +hsu_dma +htc-pasic3 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357d +hyperv-keyboard +hyperv_fb +i10nm_edac +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-core +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-dln2 +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mlxcpld +i2c-multi-instantiate +i2c-mux +i2c-mux-gpio +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-reg +i2c-nforce2 +i2c-nforce2-s4985 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-robotfuzz-osif +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i3000_edac +i3200_edac +i3c +i3c-master-cdns +i40e +i40iw +i5000_edac +i5100_edac +i5400_edac +i5500_temp +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i82975x_edac +i915 +iTCO_vendor_support +iTCO_wdt +iavf +ib700wdt +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_qib +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibmaem +ibmasm +ibmasr +ibmpex +icc-core +ice +icp +icplus +ics932s401 +ideapad_slidebar +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ie31200_edac +ie6xx_wdt +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ife +ifi_canfd +igb +igbvf +igc +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili9225 +ili9341 +img-ascii-lcd +imm +ims-pcu +imx214 +imx258 +imx274 +imx319 +imx355 +ina209 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-configfs +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +initio +input-polldev +inspur-ipsps +int51x1 +intel-cstate +intel-hid +intel-ish-ipc +intel-ishtp +intel-ishtp-hid +intel-ishtp-loader +intel-lpss +intel-lpss-pci +intel-rng +intel-rst +intel-smartconnect +intel-xhci-usb-role-switch +intel-xway +intel_atomisp2_pm +intel_bxt_pmic_thermal +intel_bxtwc_tmu +intel_cht_int33fe +intel_chtdc_ti_pwrbtn +intel_int0002_vgpio +intel_ips +intel_pch_thermal +intel_pmc_ipc +intel_powerclamp +intel_punit_ipc +intel_qat +intel_quark_i2c_gpio +intel_soc_dts_iosf +intel_soc_dts_thermal +intel_soc_pmic_bxtwc +intel_soc_pmic_chtdc_ti +intel_telemetry_core +intel_telemetry_debugfs +intel_telemetry_pltdrv +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intelfb +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +ioatdma +ionic +iowarrior +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ir-usb +ir35221 +ir38064 +irps5401 +irq-madera +irqbypass +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl68137 +isl9305 +isofs +isp116x-hcd +isp1760 +isst_if_common +isst_if_mbox_msr +isst_if_mbox_pci +isst_if_mmio +it87 +it8712f_wdt +it87_wdt +itg3200 +iuu_phoenix +iw_cm +iw_cxgb3 +iw_cxgb4 +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jfs +jmb38x_ms +jme +joydev +jsa1212 +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kbic +kbtab +kcm +kempld-core +kempld_wdt +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khazad +kheaders +kl5kusb105 +kmem +kmx61 +kobil_sct +kpc2000 +kpc2000_i2c +kpc2000_spi +kpc_dma +ks0108 +ks0127 +ks7010 +ks8842 +ks8851 +ks8851_mll +ksz8795 +ksz8795_spi +ksz884x +ksz9477 +ksz9477_i2c +ksz9477_spi +ksz_common +ktti +kvaser_pci +kvaser_pciefd +kvaser_usb +kvm +kvm-amd +kvm-intel +kvmgt +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +ldusb +lec +led-class +leds-gpio +leds-lm3532 +leds-lm36274 +leds-lp3952 +leds-mlxreg +leds-ti-lmu-common +leds-wm831x-status +ledtrig-audio +ledtrig-gpio +ledtrig-netdev +ledtrig-pattern +ledtrig-usbport +legousbtower +lg-vl600 +libahci +libahci_platform +libarc4 +libceph +libcomposite +libcrc32c +libcxgb +libcxgbi +libdes +libfc +libfcoe +libiscsi +libiscsi_tcp +libsas +lineage-pem +linear +liquidio +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3560 +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lmp91000 +lockd +lp +lp3943 +lp3971 +lp3972 +lp872x +lp873x +lp8755 +lpc_ich +lpc_sch +lpfc +lru_cache +lrw +lt3651-charger +ltc1660 +ltc2471 +ltc2485 +ltc2497 +ltc2632 +ltc2945 +ltc2978 +ltc2990 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltpc +ltr501 +lv0104cs +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +m62332 +m_can +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac802154 +mac802154_hwsim +macb +macb_pci +machzwd +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +mailbox-altera +marvell +marvell10g +matrix-keymap +matrix_keypad +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max1363 +max14577 +max14577-regulator +max1586 +max16064 +max16065 +max1619 +max1668 +max197 +max20751 +max30100 +max30102 +max3100 +max31722 +max31785 +max31790 +max31856 +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max63xx_wdt +max6621 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77693 +max77693-haptic +max77693-regulator +max8649 +max8660 +max8688 +max8907 +max8907-regulator +max8952 +max9611 +maxim_thermocouple +mb1232 +mb862xxfb +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mce-inject +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs7830 +mcs_touchkey +mct_u232 +md-cluster +md4 +mdc800 +mdev +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-i2c +mdio-mscc-miim +mdio-thunder +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei-txe +mei_hdcp +mei_phy +mei_wdt +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +metro-usb +metronomefb +mgag200 +mi0283qt +mic_bus +mic_card +mic_cosm +mic_host +mic_x100_dma +michael_mic +micrel +microchip +microchip_t1 +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mkiss +ml86v7667 +mlx-platform +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mlx90632 +mlx_wdt +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mlxsw_switchib +mlxsw_switchx2 +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_block +mmc_spi +mos7720 +mos7840 +most_cdev +most_core +most_i2c +most_net +most_usb +moxa +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpr121_touchkey +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +mscc +mscc_ocelot_common +msdos +msm-vibrator +msp3400 +mspro_block +msr +mt6311-regulator +mt6323-regulator +mt6397 +mt6397-regulator +mt7530 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtip32xx +mtk-pmic-keys +mtk-sd +multipath +musb_hdrc +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwave +mxc4005 +mxc6255 +mxser +mxuport +myrb +myri10ge +myrs +n411 +n5pf +n_gsm +n_hdlc +n_tracerouter +n_tracesink +national +natsemi +nau7802 +navman +nb8800 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct7802 +nct7904 +nd_blk +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netlink_diag +netrom +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_flow_table_ipv4 +nf_flow_table_ipv6 +nf_log_arp +nf_log_bridge +nf_log_common +nf_log_ipv4 +nf_log_ipv6 +nf_log_netdev +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tables_set +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_counter +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_objref +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nozomi +npcm750-pwm-fan +ns83820 +nsh +ntb +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +null_blk +nv_tco +nvidiafb +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nxp-nci +nxp-nci_i2c +nxp-tja11xx +objagg +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +of_xilinx_wdt +ofb +omfs +omninet +on20 +on26 +opa_vnic +opencores-kbd +openvswitch +oprofile +opt3001 +opticon +option +orangefs +oti6858 +ov13858 +ov2640 +ov2659 +ov2680 +ov2685 +ov5647 +ov5670 +ov5675 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov9640 +ov9650 +overlay +oxu210hp-hcd +p4-clockmod +p8022 +pa12203001 +padlock-aes +padlock-sha +panel +panel-raspberrypi-touchscreen +paride +parkbd +parman +parport +parport_ax88796 +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pblk +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap-regulator +pcap_keys +pcbc +pcd +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci-hyperv +pci-hyperv-intf +pci-pf-stub +pci-stub +pci200syn +pcips2 +pcmcia_core +pcmcia_rsrc +pcnet32 +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_usb +pegasus +pegasus_notetaker +pf +pfuze100-regulator +pg +phantom +phonet +phy-bcm-kona-usb2 +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +pi3usb30532 +pi433 +pinctrl-broxton +pinctrl-cannonlake +pinctrl-cedarfork +pinctrl-cherryview +pinctrl-denverton +pinctrl-geminilake +pinctrl-icelake +pinctrl-intel +pinctrl-lewisburg +pinctrl-madera +pinctrl-mcp23s08 +pinctrl-sunrisepoint +pkcs7_test_key +pkcs8_key_parser +pktcdvd +pktgen +pl2303 +plip +plusb +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmcraid +pms7003 +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn544_mei +pn_pep +pnd2_edac +poly1305-x86_64 +poly1305_generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +pretimeout_panic +ps2-gpio +ps2mult +psample +psnap +pt +ptp_kvm +pulsedlight-lidar-lite-v2 +punit_atom_debug +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pwc +pwm-beeper +pwm-cros-ec +pwm-lp3943 +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +pwm-pca9685 +pwm-regulator +pwm-vibra +pxa27x_udc +pxe1610 +qat_dh895xcc +qat_dh895xccvf +qca8k +qcaux +qcom-emac +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-vadc +qcom-vadc-common +qcom_glink_native +qcom_glink_rpm +qcom_spmi-regulator +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1050 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r592 +r6040 +r8152 +r8169 +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +ramoops +rapl +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw +raw_diag +rbd +rcuperf +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rdmavt +rds +rds_rdma +rds_tcp +realtek +realtek-smi +reed_solomon +regmap-i2c +regmap-i3c +regmap-sccb +regmap-spmi +regulator-haptic +reiserfs +repaper +reset-ti-syscon +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfd77402 +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rm3100-core +rm3100-i2c +rm3100-spi +rmd128 +rmd160 +rmd256 +rmd320 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rndis_host +rockchip +rocker +rocket +roles +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpmsg_char +rpmsg_core +rpr0521 +rsxx +rt5033 +rt5033-regulator +rt9455_charger +rtc-88pm80x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-bq32k +rtc-bq4802 +rtc-cros-ec +rtc-da9052 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max8907 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-sd3078 +rtc-stk17ta8 +rtc-v3020 +rtc-wilco-ec +rtc-wm831x +rtc-x1205 +rtl8150 +rts5208 +rxrpc +s1d13xxxfb +s2255drv +s2io +s3fb +s3fwrn5 +s3fwrn5_i2c +s5c73m3 +s5k4ecgx +s5k5baf +s5k6a3 +s5k6aa +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa717x +saa7185 +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_dwc_460ex +savagefb +sb1000 +sb_edac +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbni +sbs-manager +sc1200wdt +sc16is7xx +sc92031 +sca3000 +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_etf +sch_fq +sch_fq_codel +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scif +scif_bus +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-xenon-driver +sdhci_f_sdh30 +sdio_uart +seed +sensorhub +serio_raw +serpent-avx-x86_64 +serpent-avx2 +serpent-sse2-x86_64 +serpent_generic +serport +ses +sfc +sfc-falcon +sfp +sgp30 +sh_veu +sha1-ssse3 +sha256-ssse3 +sha3_generic +sha512-ssse3 +shiftfs +sht15 +sht21 +sht3x +shtc1 +si1133 +si1145 +si476x-core +si7005 +si7020 +sierra +sierra_net +sil164 +sim710 +siox-bus-gpio +siox-core +sis-agp +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skd +skfp +skge +skx_edac +sky2 +sky81452 +sky81452-regulator +sl811-hcd +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +sm3_generic +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +smartpqi +smc +smc_diag +smiapp +smiapp-pll +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +snic +snps_udc_core +soc_button_array +softdog +softing +solos-pci +sony-btf-mpx +soundwire-bus +sp5100_tco +sparse-keymap +spcp8x5 +speedstep-lib +speedtch +spi-altera +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi-lm70llp +spi-loopback-test +spi-mxic +spi-nxp-fspi +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-sifive +spi-slave-system-control +spi-slave-time +spi-tle62x0 +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spl +spmi +sps30 +sr030pc30 +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +ste10Xp +stex +stk3310 +stk8312 +stk8ba50 +stkwebcam +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmmac +stmmac-platform +stowaway +stp +streebog_generic +stts751 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +surface3_button +svgalib +switchtec +sx8 +sx9500 +sym53c8xx +symbolserial +synclink +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t5403 +tag_8021q +tag_brcm +tag_dsa +tag_edsa +tag_gswip +tag_ksz +tag_lan9303 +tag_mtk +tag_qca +tag_sja1105 +tag_trailer +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc654 +tc74 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda7432 +tda9840 +tda9950 +tda998x +tdfxfb +tea +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tehuti +teranetics +test_power +tg3 +tgr192 +thermal-generic-adc +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt-net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads7950 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-lmu +ti-tlc4541 +ti_am335x_adc +ti_am335x_tscadc +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tlclk +tls +tlv320aic23b +tm2-touchkey +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp401 +tmp421 +torture +toshsd +tpci200 +tpl0102 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_key_parser +tpm_nsc +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_spi +tpm_vtpm_proxy +tps40422 +tps51632-regulator +tps53679 +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps65086 +tps65086-regulator +tps65132-regulator +tps6524x-regulator +tps65912-i2c +tps65912-regulator +tps6598x +tqmx86 +tqmx86_wdt +trancevibrator +trf7970a +tridentfb +ts_bm +ts_fsm +ts_kmp +tsi568 +tsi57x +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2772 +tsl4531 +tsys01 +tsys02d +ttm +ttynull +tulip +tuner +tunnel4 +tunnel6 +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw9903 +tw9906 +tw9910 +twofish-avx-x86_64 +twofish-x86_64 +twofish-x86_64-3way +twofish_common +twofish_generic +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +u132-hcd +uPD60620 +uPD98402 +u_ether +u_serial +uartlite +uas +ucan +ucd9000 +ucd9200 +ucsi_acpi +ucsi_ccg +uda1342 +udc-core +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uvc +usb_wwan +usbatm +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usdhi6rol0 +userio +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +v4l2-dv-timings +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +vboxvideo +vcan +vcnl4000 +vcnl4035 +veml6070 +veth +vfio +vfio-pci +vfio_iommu_type1 +vfio_mdev +vfio_virqfd +vga16fb +vgastate +vgem +vhci-hcd +vhost +vhost_net +vhost_scsi +vhost_vsock +via-cputemp +via-rhine +via-rng +via-sdmmc +via-velocity +via686a +via_wdt +viafb +vicodec +video +video-i2c +videobuf-core +videobuf-vmalloc +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +viperboard +viperboard_adc +virt-dma +virtio-gpu +virtio-rng +virtio_blk +virtio_crypto +virtio_input +virtio_net +virtio_pmem +virtio_rpmsg_bus +virtio_scsi +virtiofs +virtual +visor +visorbus +visorhba +visorinput +visornic +vitesse +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vmd +vme_ca91cx42 +vme_fake +vme_tsi148 +vme_user +vme_vmivme7805 +vmlfb +vmw_balloon +vmw_pvrdma +vmw_pvscsi +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vop +vop_bus +vp27smpx +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vs6624 +vsock +vsock_diag +vsockmon +vt1211 +vt6655_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxge +vxlan +vz89x +w5100 +w5100-spi +w5300 +w83627ehf +w83627hf +w83627hf_wdt +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977f_wdt +w83l785ts +w83l786ng +wacom +wacom_serial4 +wafer5823wdt +wanxl +wbsd +wd719x +wdat_wdt +wdt_pci +whiteheat +wilc1000 +wilc1000-sdio +wilc1000-spi +wilco-charger +wilco_ec +wilco_ec_debugfs +wilco_ec_events +wilco_ec_telem +winbond-840 +wireguard +wishbone-serial +wl1273-core +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_backup +wm831x_power +wm831x_wdt +wm8739 +wm8775 +wm8994 +wm8994-regulator +wp512 +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +x_tables +xcbc +xen-blkback +xen-evtchn +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-netback +xen-netfront +xen-pciback +xen-pcifront +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-hwmon +xhci-plat-hcd +xilinx-pr-decoupler +xilinx-spi +xilinx-xadc +xilinx_emac +xilinx_gmii2rgmii +xilinx_sdfec +xillybus_core +xillybus_pcie +xircom_cb +xlnx_vcu +xor +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z3fold +zatm +zaurus +zavl +zcommon +zfs +ziirave_wdt +zl6100 +zlua +znvpair +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zr364xx +zram +zstd +zstd_compress +zunicode diff --git a/debian.master/abi/5.4.0-110.124/amd64/generic.retpoline b/debian.aws/abi/5.4.0-1078.84/amd64/aws.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/generic.retpoline rename to debian.aws/abi/5.4.0-1078.84/amd64/aws.retpoline diff --git a/debian.aws/abi/5.4.0-1078.84/arm64/aws b/debian.aws/abi/5.4.0-1078.84/arm64/aws new file mode 100644 index 0000000000000..97ff823a04e45 --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/arm64/aws @@ -0,0 +1,22220 @@ +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x901d8ed8 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0xcdb6a418 sha512_block_data_order +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xd4671463 xor_block_inner_neon +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x2fe686ce crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x69d83dc3 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x94d16bb4 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xb660bed3 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xc133d800 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xf6976686 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/sha3_generic 0x2e063d69 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x49625b62 crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xf052f4e2 crypto_sha3_update +EXPORT_SYMBOL crypto/sm3_generic 0x1536a2ff crypto_sm3_update +EXPORT_SYMBOL crypto/sm3_generic 0x914905be crypto_sm3_finup +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0xceec93be to_nfit_uuid +EXPORT_SYMBOL drivers/atm/suni 0x5739eee4 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x4d9e2510 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x7b9300d6 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x31cab048 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3d1bde74 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78853a70 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x885bf2cb ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9f53f528 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x13aa1a27 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3a89c774 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x76f40f4c st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xe4b0fab1 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x5b5cda61 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xc9175159 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xd064f116 xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x1aa6c4ad atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x34c9341b atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x7e9dfb4b atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xfaab573f atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x10d0e5ca caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x4091c9bc caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x6f03ae49 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xb75997eb caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2ef4462d caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x317e9e63 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x47c508c4 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x98e34e0e caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe67fb342 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0xea6cd84d dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/crypto/caam/error 0xd25da602 caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xf0b2e54b caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xbfc85ce3 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0b52c338 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x183b3f93 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1bea0ede fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1c488c31 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x20526272 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23db9fc2 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x252dee95 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x311385f3 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x40d2a7ae fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x41f22a14 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4597f3c5 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e52e37b fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5619dfc4 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x62e2840c fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x733e63be fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8342289e fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90902d2b fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9c236994 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb83733a5 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbb12592b fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1e23bac fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd4e33bd4 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdbc3b921 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0091497 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf07d4e44 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf404643c fw_iso_resource_manage +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0000e3d3 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ad9878 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x021c5c26 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x021efa2e drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02cefec1 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0320fc2e drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04c0af5c drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x055bbb29 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f95b0d drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x076c934d drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x079ebc1d drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x093cac5a drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09747bb8 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09efb092 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a38e31d drm_mode_create_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a60b52a drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dc2e565 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df7c921 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e16008c drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e785ee3 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e8681ae drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12315932 drm_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c1d3dc drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1307acb0 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139cfc27 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14623e1e __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a8223f drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm 0x155d1b58 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16062542 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1652d0fc drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ac2597 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c66718 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16d1d26d drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x170c28f3 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a9c8354 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca2dc5b drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d28e68b drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d813b7a drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d99e74d drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dae6962 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e0607c9 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e4271d0 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ee1e4da drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ee6d73c drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fe408bb drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x204c4af1 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20742985 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20abdac4 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20cc1b4e drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21352da1 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x217709e9 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22947359 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x232e8057 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2357f8e2 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b18bb9 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x261a1e57 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x266f367d drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x270805fc drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2764adad drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2831e6ec drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2881bd7e drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29169b03 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29fab546 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b342f9d drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b5e1558 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d3585b3 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d692440 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df1f19b drm_bridge_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9d4e3c drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9de5b0 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec2ae45 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f074fe9 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f15b9b5 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f2590f4 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fee2b8c drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31a599af drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3334c7fd drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33bb68c0 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33d62e0a drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3402c8a9 drm_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34180b23 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3578e062 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35933121 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364e233e drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a4bb37 drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36adc3cc drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3750caad drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b77c6f4 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9054fa drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3baba089 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bc873ac drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c8400ff drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cd049a6 drm_gem_fence_array_add_implicit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e4f4505 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e50b109 drm_gem_fence_array_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e77fecf drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ec174ff drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f3c0014 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f8e380a drm_connector_init_panel_orientation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fbe0aac drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fe74c5a drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4030033d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4060d0de drm_gem_cma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40cbc161 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41303a5f devm_drm_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4250cd45 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42781228 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x430a6c30 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46146392 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47f985aa drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48bc1cba drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f46830 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x492ca747 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4955dace drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a8ed751 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b45748c drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c019440 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c02bee5 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c5ce06d drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d043374 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0280b6 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4edfe9b9 drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ef8740f drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x510be0c2 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5174f714 drm_hdmi_avi_infoframe_colorspace +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51c4efd3 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc3803 drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521c94e8 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x522c7a86 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527e3205 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5313c7e5 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x537953fe drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x537d5193 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5491446c drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56b33042 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f52645 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x571dd2de drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5807ce26 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b704ed drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59bdb1da drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59fcb720 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aab2929 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c60d9cb drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8ccd59 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9ff98e drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4a20f5 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5da33cba drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1eef62 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e9fe3b1 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eaf4ec5 drm_atomic_bridge_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eecdce6 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f807782 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc3a33f __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd43696 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x602e7d81 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6047e001 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x618f1ad7 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63aaec9f drm_legacy_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63d0df00 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ff6bb4 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6468ccc8 drm_bridge_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65746030 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66208e31 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x663ae61a drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66551bc7 drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6661bd33 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0x681d2642 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x687dc8e3 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x690ada2e drm_bridge_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6975eac6 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aa3c338 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aeb5dc8 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b3427cb drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bb48aae drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc3bd74 drm_gem_cma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6caf77f1 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cd931b8 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0bbabe drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ebadfe7 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x705f5382 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70793237 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ec6398 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x712a0852 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x718388f6 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71d5759c drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d900fe drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73827eab drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d16e4b drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d2cf98 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76a89eed drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77334274 drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77a901bb drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79d5871e drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a234146 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b982195 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7babac31 drm_legacy_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bd3c761 drm_cma_gem_create_object_default_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca0833d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7de02dd6 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e9a9a46 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f8cea4c drm_ioctl_permit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fa457d6 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fb9401d drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fc21537 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fd4f20c drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80935c79 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80d9ea89 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81440d31 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8177108a drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ee53b4 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8210770d drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8369dccf drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b4cb79 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853eada1 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8563a554 drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85e46599 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8716fe33 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ffd42 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8931b00c drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8acdd908 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c06514e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c431232 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c4e17e1 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d18dc23 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d6bf8f2 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e2fbd23 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ee68bff drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fa574a1 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9017f9a9 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90abefa1 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x921d144f drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92a1e8df drm_atomic_set_fence_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93367e99 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93400235 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9358e939 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x938eed11 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x957f27f1 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96600574 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96fbc79c drm_gem_object_put_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97fd2d8b drm_gem_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9893a65d drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98bb133f drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9903666c drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x997d45d0 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99ce8152 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a3fc0ba drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9acaff57 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ae78204 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b36ec1d drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b6d47ca drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b80cb3e drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5cdbef drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cd44ef8 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d7e9593 drm_legacy_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd26089 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9effea51 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f96b206 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fca6e3f drm_add_override_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0713087 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0c5a514 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b590b9 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2179305 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa27a1b3c drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2b7c6d8 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5482f1a drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa59f68c1 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5a3c7a0 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa74b7d18 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa76bba51 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ad5d01 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d0de0d of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9879d6f drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d57061 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f43e03 drm_client_modeset_commit_force +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa8ceba0 drm_bridge_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac39ff3 __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad5092f2 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae107577 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaebeeed2 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaee2d33e drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafbf1ed0 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb17c05d3 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e0f24c drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26bf25d drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32fc961 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3baae35 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb407ef71 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4ba18be drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4d85772 drm_gem_shmem_create_with_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7abb97a drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de4121 drm_atomic_bridge_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb81fb6c0 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97a9934 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9e3c2f drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbac27c06 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbacb3077 drm_atomic_bridge_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb6b6666 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbe9de37 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbfad0cc drm_bridge_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc2c8d49 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbddc46a6 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfa258d drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbecb4a54 drm_legacy_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf49a58c drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc18c2713 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ea6258 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc307a10c drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc324efb9 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3f301f4 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4035a36 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc42aeaa2 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5991fe0 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc633780b drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6d3c618 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc73cda3c drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7a3cd22 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc93c02cd drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc95336a1 drm_atomic_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcadef538 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc255689 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd475ce1 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd5314f8 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd70dd66 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceece06b drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf6f3b5c drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd00cb017 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0a98b86 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0fd2631 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd19ea02d drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25f19c6 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd27ee36f drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd428e1a4 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd64a2d60 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd697f922 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7fd8409 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd98abe4a drm_legacy_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda30d79b drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda40cf47 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcec995f drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd592615 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd7890f6 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdde73a4d drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeb8b5e4 drm_bridge_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf06b8c2 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfaf9dff drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00bea84 drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe06d9b40 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1587bbd drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe267cb6c drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe43fcbe1 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe448875f drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4919f10 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e0c886 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5176be8 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe57ae0e9 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5a8fa8a drm_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8bc144c drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe98c4341 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea5a81fa drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf3d12f drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec4d0109 drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecb3958a drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed104a2e drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed3b6bc3 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed940b69 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef357c71 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf307e2e4 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3169d4d drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf48549e5 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf584cd6f drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6062510 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf75705a4 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf82715bb drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf836262f drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8c61e43 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9aedfd0 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa2d291c drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa7aac20 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa94b2e8 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb0f9ec6 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe87084 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc57c7a9 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda069c6 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda9e6f2 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe28c86c drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfea6ecb8 drm_dev_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfecbc925 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0c8c43 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff53947c drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5d901b drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02ade903 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03004ad1 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x030d54b8 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x032d6b9f drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04d23dcc drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a6a181e drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0aa76181 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b4f7910 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b5b338f drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0caeb9e2 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d8d3880 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f76bc91 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11140e3c drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127f5c3d drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13b7591f drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15b3f0b9 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x161c5d62 drm_fb_memcpy_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1658f53f drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17b0b662 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x182be6be drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x193ea333 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a74ab02 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a77db3c drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b7db72d drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bcf5d70 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c2ebf03 drm_dp_mst_allocate_vcpi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d17cead drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21a0b6f2 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x278a44ef drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27f2954c drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x285dcd9d drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29da9980 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a39916b drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ac8558e drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d1c530b drm_dp_atomic_find_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d210065 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d2ad9e0 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f376c9e drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30d0f33b drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31bbf972 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33288f55 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x344827dd drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35d2b6b7 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37bbb6ef drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37d12912 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x392872de drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ad7e0fc drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bd555d0 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d35c90c drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x406287f8 drm_fb_helper_fbdev_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x409b666b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4152cbb0 drm_fb_helper_fbdev_teardown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x467d780a drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4724bc1a devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47672569 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48b62a57 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x490756ae drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a793aa9 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a7a7988 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4af02676 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b0663be drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b9abf47 drm_fb_helper_unregister_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bc24758 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c1eab7e drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c6a72e7 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x521072de drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x529777e4 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x536c711d drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x543f4b16 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x544f9360 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56120a56 drm_dp_update_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a660340 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aa73b99 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b0264c5 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b87634f drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bc328ad drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bf474bb drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d5258c9 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f6c3ed9 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6154269c drm_fb_swab16 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6179fbe9 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63106ada drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65c90d0d drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ab15db1 drm_gem_fb_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cba9c97 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e9c50ac drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70df8fa1 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x731d7d17 drm_fb_helper_unlink_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x737454ee drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x771340df drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7820cad1 drm_dp_mst_deallocate_vcpi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78ed40b3 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79f7c19e drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ca99140 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d02bc8a drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d3151e6 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ed85f04 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7efba69b drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x805032bb __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80cbfdda drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x839c97c6 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83cda098 drm_fb_helper_alloc_fbi +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83e81274 drm_atomic_helper_legacy_gamma_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86add0d6 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88c611c9 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8aca705a drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b7f2882 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ca06596 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cdf3366 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d33a8a8 drm_dp_mst_hpd_irq +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f386e0d drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fbd0072 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9311e794 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95765eac drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9749506f drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97952c8e drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x979d1c96 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97a4625d drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97bf4a9d drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99aa13ec drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99b748eb drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b7c2837 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f61590d drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0db6538 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0eeaaad drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa24f21de drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa27b7cc4 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2c11fdb drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2f5c65b drm_dp_get_edid_quirks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3ff705e drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa47826e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6de89ef drm_dp_mst_reset_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6ff9496 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7d3767a drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9d1a147 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9f5c720 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa7d7efb drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab1df610 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab37059f drm_dp_link_power_down +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac15da91 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacc8529d drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad0f9b80 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad1ff424 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae9f776f drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf5a7a1b drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3c93133 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4d51275 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4e86388 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb51a629d drm_fb_xrgb8888_to_rgb888_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb5a6e61a __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb99dd58 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc8eaf8b drm_fb_helper_defio_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbca5ff4b drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd23b0c0 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf18e408 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc055a960 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0a50a65 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3d8d56d drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc475683e drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4e7a7c9 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc514288a drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc537598f drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc76378de drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7ebd67f drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc88fa029 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc94be12a drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9c26797 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca05cd23 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0caa66a __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1ae41b7 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd308717b drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd381b245 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd618e4ef drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd65e399d drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6676e23 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd680c8e5 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd80dbb67 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc5dd8e0 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcfca9a0 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdefce4af drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe02abfbb drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3b7091f drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4b516ab drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe551cc22 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5b1c0fc drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6f97043 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe711b452 drm_dp_update_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7137def drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7f00a81 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb01cb14 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecf83f29 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed7cbe35 drm_dp_mst_get_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed965b63 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef423a12 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf17bd237 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf222794c drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2329e89 drm_dp_downstream_max_clock +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3ab6c51 drm_fb_xrgb8888_to_rgb565_dstclip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4bb4fb3 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf503fdcc drm_dp_find_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf51ffc7c drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf98abc3a __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9f195c5 drm_fb_helper_generic_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb3d6a88 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfca8d74d drm_dp_mst_port_has_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd9c411c drm_fb_helper_modinit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe6cc763 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe759da8 drm_dp_atomic_release_vcpi_slots +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff15decc drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x06b043d9 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x16d48bd1 mipi_dbi_release +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x20a09c14 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2dd769d4 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x41214d45 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5f2e784d mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x65417224 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x661e6341 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6af72632 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x80693a8f mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8a095950 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa808cb11 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaec2b88a mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xba576075 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd685f0ed mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd9d82a3e mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe166f3b1 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf9dac1f7 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x289cdec0 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x29412fb4 drm_gem_vram_bo_driver_verify_access +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x33f2eefe drm_gem_vram_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x35556b7e drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x392650ec drm_gem_vram_kunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x463711c0 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x657f4d04 drm_vram_helper_release_mm +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x75811edb drm_gem_vram_driver_dumb_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x98e1fd14 drm_vram_mm_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa08b45ab drm_gem_vram_kmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xab8eafa3 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xac762e62 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd0a135a0 drm_gem_vram_mm_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd30c34f3 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd349454b drm_vram_helper_alloc_mm +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe306953e drm_gem_vram_bo_driver_evict_flags +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe3a243a8 drm_vram_mm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xea42cae3 drm_vram_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf499eeed drm_vram_mm_file_operations_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf8838652 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0985bfd7 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x13336e40 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1629be8d drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x19b96283 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4ab62da6 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x51574a11 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6633f1ff drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x68249914 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x76741b55 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7e09aee8 drm_sched_dependency_optimized +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x82297d85 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8ccdfd24 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x91f1d795 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9ee23191 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb51e930c drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe0847d39 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe28e600a drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf4fa2101 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf5b2af15 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x024fba61 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ab4bb89 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1035cd80 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x130585ed ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16ce3eec ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x215f70bd ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x234335b9 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3141b990 ttm_unmap_and_unpopulate_pages +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3177bee5 ttm_get_kernel_zone_memory_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37b65fcc ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3810dfad ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b786c29 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cb056b3 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45138cea ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45c0818c ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b5e5a7f ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d02b1d2 ttm_bo_bulk_move_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x53981eec ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5480c923 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55377f24 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55543130 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x576c02c5 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59211211 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a73c966 ttm_mem_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x604466b7 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x647f203d ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6748152e ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a89746f ttm_bo_mem_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6db1757a ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7410d41b ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x742c67b4 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7879a998 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d35b677 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f110d81 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81b453b5 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81c72050 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81e9281d ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81ed8f31 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x844deca2 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86d0f2af ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89f91506 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f656fda ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x943a7c9b ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b18ea5d ttm_bo_pipeline_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fad26a8 ttm_kmap_atomic_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa01d84e9 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa08537c6 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad2b8ccf ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0d19531 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0e25010 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3a60510 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc31616c0 ttm_check_under_lowerlimit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4f12b25 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc55eb153 ttm_populate_and_map_pages +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6453f60 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbb1fdae ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde0ed454 ttm_kunmap_atomic_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9605dd9 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeac019ef ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf062b2a9 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf69cc374 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf774c665 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfa6d7104 ttm_bo_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbff8b9a ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/hid/hid 0x1ac8469a hid_bus_type +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x16c29ae8 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x3d431e31 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x4d99cdb7 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x70124d7e i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x298a76d2 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x60089200 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xf648d993 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0x93945f63 kxsd9_dev_pm_ops +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0xd4ffc427 kxsd9_common_remove +EXPORT_SYMBOL drivers/iio/accel/kxsd9 0xdcf4a1c9 kxsd9_common_probe +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x06d7d99f mma9551_read_status_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x10167298 mma9551_update_config_bits +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x1e07bba1 mma9551_read_config_word +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x2bffe36c mma9551_set_device_state +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x41ef446c mma9551_read_accel_scale +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x49228c4b mma9551_read_config_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x5a1a2be1 mma9551_write_config_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x74b8f5b8 mma9551_set_power_state +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x74c985bb mma9551_read_config_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x7b5e065d mma9551_read_status_word +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0x883de6f1 mma9551_read_accel_chan +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xa046b613 mma9551_read_status_byte +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xa6a42e18 mma9551_gpio_config +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xb0b2eb5d mma9551_write_config_word +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xbcd7fe96 mma9551_sleep +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xd4e3e38e mma9551_write_config_words +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xd50fce09 mma9551_app_reset +EXPORT_SYMBOL drivers/iio/accel/mma9551_core 0xf68d2f3f mma9551_read_version +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x1b86b5c6 st_accel_get_settings +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xb858532e st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xc59906f7 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xcae36995 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xf253ae31 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x60def6f2 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xafeae2ab iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x4daaef46 devm_iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x584ceb91 devm_iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x8dd333a1 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xe5c05996 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/chemical/bme680_core 0x1c287e27 bme680_regmap_config +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x026fa285 hid_sensor_get_report_latency +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x0d21175c hid_sensor_set_report_latency +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x25cac3f2 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3bb3cfc1 hid_sensor_batch_mode_supported +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x486b7c7e hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7f7621ec hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x80125429 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x9b27d854 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xebb48164 hid_sensor_convert_timestamp +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf9c87679 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xfb5b807d hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x3606d00e hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x37256657 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x56082faf hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xcdf681d9 hid_sensor_pm_ops +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x045688dd ms_sensors_read_prom_word +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x11ae91b9 ms_sensors_read_serial +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x2d2f5cd5 ms_sensors_reset +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x33b5e355 ms_sensors_show_heater +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x3dac7ffe ms_sensors_show_battery_low +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x42b6a050 ms_sensors_convert_and_read +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x6e5b1be9 ms_sensors_read_temp_and_pressure +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0x8149e85f ms_sensors_tp_read_prom +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xa0661a17 ms_sensors_ht_read_temperature +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xa8f67c92 ms_sensors_ht_read_humidity +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xaf7ce6d2 ms_sensors_write_heater +EXPORT_SYMBOL drivers/iio/common/ms_sensors/ms_sensors_i2c 0xef135bb9 ms_sensors_write_resolution +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0x9a6b7e29 ssp_enable_sensor +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xafc16fe7 ssp_disable_sensor +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xb60ebbc3 ssp_register_consumer +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xd10838e3 ssp_change_delay +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/sensorhub 0xfe21594d ssp_get_sensor_delay +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0x0d0361ed ssp_common_process_data +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0x99aff8ac ssp_common_buffer_postenable +EXPORT_SYMBOL drivers/iio/common/ssp_sensors/ssp_iio 0xa3fedfaf ssp_common_buffer_postdisable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x00fdf273 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x02135be4 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2593b13f st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x32be58dc st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x55fd012c st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x586b338c st_sensors_of_name_probe +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x66c7cf64 st_sensors_get_settings_index +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7262f217 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x766990c4 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7c260ad2 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x828a7f33 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9129ecc1 st_sensors_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x947ed993 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x992ef518 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x996f0c4c st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb0b12c34 st_sensors_validate_device +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbd9fff57 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd66b22c0 st_sensors_verify_id +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x6ee3b99c st_sensors_match_acpi_device +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x8b5e41d0 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x38eb28f0 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0x42968037 mpu3050_dev_pm_ops +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0x52af6f24 mpu3050_common_remove +EXPORT_SYMBOL drivers/iio/gyro/mpu3050 0xbc01441d mpu3050_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x3cbe731d st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x42c53ffb st_gyro_get_settings +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x78b266f9 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/humidity/hts221 0x8fa3ce11 hts221_pm_ops +EXPORT_SYMBOL drivers/iio/humidity/hts221 0xe9db396c hts221_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x7e70dcdb adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xa6f15216 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/bmi160/bmi160_core 0x68ff8993 bmi160_regmap_config +EXPORT_SYMBOL drivers/iio/imu/bmi160/bmi160_core 0xca19cfae bmi160_enable_irq +EXPORT_SYMBOL drivers/iio/imu/st_lsm6dsx/st_lsm6dsx 0x47d0b6bb st_lsm6dsx_probe +EXPORT_SYMBOL drivers/iio/imu/st_lsm6dsx/st_lsm6dsx 0x5e80bb2f st_lsm6dsx_pm_ops +EXPORT_SYMBOL drivers/iio/industrialio 0x04db9429 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x0d4663f2 iio_get_time_res +EXPORT_SYMBOL drivers/iio/industrialio 0x14496713 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1e6fca43 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x2840b90d iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3c28890c iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x3c8b7ac4 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x3fb2bd0c __iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x4388e8bc iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x57dbab92 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x5be76c14 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x7e55e459 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x92010a45 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xaf66b7d9 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xb3f1b530 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xb8322fc5 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xbf14c6b8 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xc0ee5c75 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xddb95170 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeafda8b4 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xf08c0097 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xf838be40 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xfba54785 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x30c4f3d0 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1bf4f5e8 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x34b4d24f iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xc172b15a iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xe0a640a4 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x80064afb iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xb6524fa8 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd6504095 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xfd7ebd1c iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xc15edce2 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xfc23dc50 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/light/st_uvis25_core 0x7e78fe14 st_uvis25_pm_ops +EXPORT_SYMBOL drivers/iio/light/st_uvis25_core 0xe4c98d9c st_uvis25_probe +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0x3cc58b83 bmc150_magn_regmap_config +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xa2ad6598 bmc150_magn_remove +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xc9784c19 bmc150_magn_probe +EXPORT_SYMBOL drivers/iio/magnetometer/bmc150_magn 0xefcb651c bmc150_magn_pm_ops +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0x3788d7fe hmc5843_common_suspend +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0x91f9c4f9 hmc5843_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0x981461b3 hmc5843_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/hmc5843_core 0xf11892fa hmc5843_common_resume +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x02536549 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x148a1e02 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xd331f45a st_magn_get_settings +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x3d969a20 bmp280_common_remove +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x4915b3df bmp280_regmap_config +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x6e49b322 bmp280_common_probe +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xa3936ebd bmp180_regmap_config +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xc7dc342a bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x3e488a63 ms5611_probe +EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x8c999dc1 ms5611_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x0a643493 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x1de29f88 st_press_get_settings +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xffffae18 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x068f3f4a ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x07648b46 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0eaef854 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x15b774d0 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1f9d71a7 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x285ed912 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x28da3970 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x35f51150 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6062e244 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x681ec2f5 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6c0bb850 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x88465336 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8d5ca17e ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9330fe0c cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x988500d8 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdd57a259 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf7ac7ca0 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xffdd7b0e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0038f7c4 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x004f794c ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x017efbee ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02f5e74b ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05634836 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05890053 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x068161f0 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x082b70d6 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x084784cb ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x088f94c4 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9f96d3 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0baab875 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c9459a2 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d989077 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f8a7a8b _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1500cc89 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16981a18 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16cce154 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19c59d0e __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de7bf6c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e401e57 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e5b4972 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fca4b8a ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2290dce4 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24073d6b ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x241fb88b ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25e675b8 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27845980 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e25a9ba ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e633603 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eed807d ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30fba7b8 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31f01d9b rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32585e9a ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x333efa8b rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x336c5c5d ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x346779ca ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34fbb36c rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a99227 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c322262 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c90d951 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f5724e3 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40564923 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40fcf598 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41438ee1 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42232365 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43a4fe39 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48d6c9a9 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ad2ae5d ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b141b38 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ca2a889 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d33df6e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4df525d5 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5164c1d3 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x528349b5 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5405cc8e ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55a42fb5 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57e44d12 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5837a330 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5937f138 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b66008e ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e01156b ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efa6669 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60779b73 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x617cf421 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x674f151b ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x674f5b9f ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a295497 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6add3660 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b40d473 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c8b2ee1 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dd043fd ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fd11ba0 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74afb2d0 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7584b2e6 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x776e24a7 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7891f99a ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b16a64b rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e4c9e02 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7eb56834 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f62121e rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80035ac0 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x807ae194 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81c5f729 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81ea5ad6 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x832e0f08 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83ef319e ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x851c0ed7 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8562783e rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x857524aa ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x876a5e01 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87bd1b9f ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8820aa54 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b999b3b ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c7a82d7 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d7199de ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f7808b3 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x930ff20a rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93f373b2 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x942240fd ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94b30b62 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94d680bd rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95bb57dd ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ef193a ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x974f5ffe ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9962219b ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f65957b ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fd56a29 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fd93bbc rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa01853db ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0deaed2 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa10afcbe ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa93061b5 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacf9f231 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad07c2cc rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xada93fca rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae8ebb15 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb246899a rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2c3fe94 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4d69bee ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4f9896f ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5a4da14 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7b5a3d2 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7da21e9 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb80ce765 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba7e2825 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba9b6e3a ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0ddd4e rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2661cd6 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2d52dcc rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc710747c ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7cafae3 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc87b7e7c ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbb84270 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd642038 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xceebc1dd ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0f0b60b ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd27ac76c rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2ddccd0 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3024e0d ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3fec43d __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd42e3c9a ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd446fcc6 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5135c96 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd52d5ada ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5f6eb4c ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6b41b51 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8733477 ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda66b5d0 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddea209e rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf0f6547 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf4f95a5 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe265d783 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe28fa812 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2b8b4d9 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe52027e9 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe529a17a rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5585868 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7bfb649 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe83bb719 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ea37e7 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea384a63 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea8a07a3 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec491bbf ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecb40726 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedd4de29 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefd7ace0 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf06e1d18 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf19d9d8f rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf295ac0a __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf32f42e3 ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3d2679f rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf51dde81 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6b18f17 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf70733a3 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9c10619 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa32c66d rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa60a123 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfaa8d9f0 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfafdbbc7 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc478467 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc87a6b1 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe4efdee ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfee0db7d ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff84f916 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08b3e688 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16516609 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2951db12 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x299fbda3 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d800390 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3861a661 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4049ba45 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x480d1bce ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4e77dbb4 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x56441818 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5db62bd9 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63678c1b uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x693d9dd4 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x700c8e30 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7316eae1 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7377428f uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x81b74300 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8585d272 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a548b6f flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8eb3dfaa _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9a6c790a ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3ba3e6f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbdaf51f1 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4a14b92 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf338dcf uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf611ea6 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd9e15383 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xea111c4b ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf3524ef4 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd90d216 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0fc159d5 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2071f480 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x285bdb4f iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4c887903 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8cc31fc1 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8d538472 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6b5646a iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf467cddc iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01bb65bc rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x04a2e682 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05a4ed8c rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x070468ab rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07364f97 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09f14469 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d4caa9d rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2bb04557 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2f75aa8f rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x378b5076 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x409e2991 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4161bb80 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42991c59 rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x493a727f rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68d61517 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6e29bb67 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x748fe810 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7940188a rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x863944cf __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x89c4c288 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3eb2159 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa67c8519 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa171770 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xafc614c2 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbc43d151 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2259ea7 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe05eb4f7 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe85421bf rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xebdc0011 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf51660d5 rdma_disconnect +EXPORT_SYMBOL drivers/input/gameport/gameport 0x12f74964 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4090daf3 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4973354c gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x578dc2dd gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x67d31c6c gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x798e8a82 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa6c4b2ce gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc322afdf gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf93e82c2 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x07c6347c devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x0aa4c5fa input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3b9d6a38 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x8a77e514 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xceadb182 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x39c85046 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xb19de843 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xb389edbd iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x465682a6 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x50732e5f ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8b626d4b ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9d2d59a4 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x7159a860 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xfa97a135 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x014cd01f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2f9f2964 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x549a0b9d sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x587c81cc sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd437420d sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x895ecb5e ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xca7f697b ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x01f8b2db capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0b328eb1 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x32aa05f2 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x32fa6fe2 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4bbf47d3 capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4c6c047a attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6be7a92b capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6fc65d87 capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7303e8c7 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x904907ba capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xada907a4 capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb0ad34ee capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb7041aa2 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb8ccfab6 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbd178539 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc025ef5d capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc42d9ec1 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcbc3d086 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcde1026b capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcecb2b04 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf5eee0a4 capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2d3a2d16 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x560e5366 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x795028bc mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf704908d mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x946b567a mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc3dc4256 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x00dcf0ff recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x05507797 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c95d6dc bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1283e081 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1aff698c get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x278a60f9 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x460b20e8 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4f18a3f3 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x655a7c64 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6ce72a33 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70b1d2e5 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x76223d85 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7668e90c recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8fb1da18 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x93ad3201 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c96aca0 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaacbfb28 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb3f054a3 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc58b1627 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcd51c7d0 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd818d653 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdcf4be1b bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf6d69379 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x29bf4f57 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xcf2c262d ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x2e8d1b8c omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x9e7800a9 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xddbb7305 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/bcache/bcache 0x05cf0f13 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d417ce9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3252bf55 __closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x407edad2 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x55b72831 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5a7ad8fc bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6081c558 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x742923d8 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7c1e7807 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7fca83ba __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9b7c44b6 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa8a5afa3 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb5c2723a bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc2797b61 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc401d489 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdad35e82 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdef248f2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf076bc57 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/dm-log 0x1beb9531 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x3d3dea0c dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xa437fb41 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xa6b7f7ef dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2bc11888 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x58293993 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x960db9e0 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xaa9d198e dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb8c7d7c4 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xff14bacf dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0xc2fe2dcc r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xdc4d0323 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x04496be3 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x061d619e flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x13e27f4f flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x16a2bd8a flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x41246e99 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x92f57362 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x96013e81 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9e134160 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc13d737 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbfa479ca flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xce42b35f flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe8981214 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf5bdaa81 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/cx2341x 0x31b5a240 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x402b4895 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x52f93cca cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8d3a49fd cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb9c8f3f1 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc16677b0 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc889377e cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdaff62f9 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xeb854f47 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf4d81106 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x8845de82 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xea3649ce tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xd93581b1 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe068f111 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x3e94ba82 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5bb15d65 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5e56bf8d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5ef7fa5d vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6702b076 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf3435218 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0x52e96379 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xdc4d0092 vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xf9a023fd vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x001f75b9 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x065a9aee dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09eb7837 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fbb38e9 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x38b0bd33 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3feecaf6 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x588ced38 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f8cd9d8 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6659fcb6 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x67480317 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7751ad77 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7b0d51ce dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80985cc4 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a8482d4 dvb_free_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9523b190 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x96c44f60 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987afebc dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9e41ea41 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9e690dd5 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa5c26c67 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaaadc2fd dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xab548c6e dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb4269716 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb08a979 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdcf60586 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf3be10e dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe23d6ac2 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9c88268 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeafd3edd dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfee07f4d dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0xaed0439c ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xca0f4178 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0d9309da au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2d5bb59e au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3265177d au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x824000c8 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa92e86a5 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xaaf7335a au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xba666171 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc7874853 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf906ea16 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xd8557711 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x7744b8a0 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xc15228a6 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x5add5a15 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x5d6b1ef2 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x25894d5b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x87278495 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xc772798d cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x3851bfd0 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x41823ae2 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x61141443 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x2c500de4 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x1a0957c0 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x51efd93d cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x280d119f cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5291fd65 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x53fb40d6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb1b46b92 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc751e31b dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xfe28cc33 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1ee37781 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x269a0a07 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2c8c0b8c dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x32299bad dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7038e2a8 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x738f7644 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x742194d0 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x83e53e7e dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x85cf2bed dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x85f75ecb dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8f49d26a dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9a5eb43c dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe362d7b9 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xed32230e dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xff078a50 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x565f93a7 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1ea5961d dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x25740dc2 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x45968408 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9e82e7e6 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9f8a096e dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf227dd6e dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x393a085d dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x63a70177 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb0eb75c7 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd597d73c dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc356752d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x18cd3eb7 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0e74539d dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x12271591 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1965a3d5 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4ea2dc63 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x74bbf3b5 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7b6b64cb dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8581dcec dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x92c9ce8a dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xaa5bf546 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xab584d28 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcd1f5135 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe93a94ad dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xed9f916e dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x47ce056f dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x90b995d4 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xacb29fb7 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xbc922906 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc967aa10 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x27a70f7c drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x4a7c8498 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x81936fd6 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xf930eaa6 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x18c7f32a dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x71302742 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xcb6317d3 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xdafe032a dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xc8b1402c ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x514b7295 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x739e5204 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x09c04150 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x295013d6 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xf3a1b83c isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x730fd2ae isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xe8a75eb9 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x3ccd975c ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x0709a242 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x901ca15b lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x8576c8fc lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0xcd10f3b6 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xc1171893 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xb1d6875d lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x7911b99b lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x75149394 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xfa585b03 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa5157d05 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xe1459e12 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x2668d68f lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x82ebb380 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xb0fc0a51 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x30913b6a m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x96f5c1e6 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xad23e8a2 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x6e599d50 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x85887fb1 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xed9b3c68 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x28649a97 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x527e734a or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xdb9ecb4e or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x8164ffef s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xcbf6467f s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x7b2bb2f0 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8b4db3da s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x63a71ce6 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xd95ec0be s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x8286e50e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x66fb4fc9 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x7c1e1da4 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x9c7c42f1 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xd8dddcb9 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x358c7fbe stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x2eef4510 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xf98ef0d8 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa4265d07 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x2d494fe0 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xcbae95a2 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf5c9be73 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x274ea834 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xe278660c stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x29a0fe40 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xf73c1c5b stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xb944487e tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x1ae38f3a tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xc302fe49 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xceb2ccfa tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xeac6c415 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xa3f0c6e9 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xf87b7627 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x6fa3c4ab tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x83d573b1 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x915bb4ea tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x3241b50c ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xe41c0d78 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xdd15bd54 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xe638743b ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x10396eb6 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x301a4efc zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x224ab355 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x7409296e zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x61eed465 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x07af4874 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1d9ba0b5 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5bc5ab10 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x73ae5ca9 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd836ab01 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xda4d3b6b flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf122a0ea flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2bfe0bb2 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x852f3af1 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x853f8f1d bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdaa5d300 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6567c842 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe4fb9d28 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xee0670c3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0074b7de dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x01fe70e8 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x12216f62 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x14d0c6bf dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3597a207 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x658c5b1e dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8dc6361b dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfb5928ae write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfcb80fad dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x416e1cfd dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0ad5cdd6 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2b752b27 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5a7c08c3 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x739cd643 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x84012672 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3a7aa9ac cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5743d122 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x81169e2f cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9331683c cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa6f9ef84 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcd349945 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe6d88a5e cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x0055100c vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x6f783dd1 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x06e469c9 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3b129cf2 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7281dd0e cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc77502f2 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x26834a29 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x551e814e cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x55c74459 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x600eab9a cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xcaffdbd6 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xcb8f2a42 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd6b3851c cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x00d20e75 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x09642e08 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0af217ff cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14afe219 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2136a0b2 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2dec22b8 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2ffb0460 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x35912961 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38dfa735 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3e9df887 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x94acde11 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9573f935 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbab852ee cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbabe0a22 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc61f7daa cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc6c981b3 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc929b8fb cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc95c6abf cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdd354790 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf1adf719 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a3ba3d1 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2d228c1c ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x383f58b3 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x565cafe0 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5afad0a4 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6de3af8d ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8bb1affc ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9116c1ed ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa861d352 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb4c79271 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb516bcb0 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb63f35dc ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd21a0145 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd70f2f89 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe06a9a2e ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xed56d51b ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf38fb55b ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x19f6135e saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2c518c5e saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x389b49a5 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4285ba09 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x581824fa saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5cbf7c28 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9d267c84 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa102c894 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8708873 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc512ed04 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcd4f8cd6 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf63a1d8d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x08de6b49 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0b3c704c snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x1722d425 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x33d6705c snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4a67dbf3 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x68468a4f snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x86393d8d snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x98053280 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2ad91f6e ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x3131b773 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x4725eda1 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7cf52901 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0x80dc1a7c ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x9e12e343 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0xfbc7080f ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x10b003b8 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xbd1a77b6 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x4264b8df fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x53f82ad1 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc5969ea6 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x793af3b7 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xa8810447 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xc7a352b7 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x8aadb583 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x1ccd7645 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x3741ab8d mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x5690556c qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x267cea56 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x04100023 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x4777b06d xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x22f21f01 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x776f8d24 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc886dda1 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x419d57de dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x62d26100 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6dc6a757 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7d24f786 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x813ddf46 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x977f52d9 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbaeebeca dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbb66ca41 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfedef94c dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0e4b4f7c dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x18a3e282 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x281bca4d dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x472314bd dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb689478c dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc11a8c53 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf9876d16 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x782cbc90 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x979bcc3a af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x105e34e1 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2dac5cb0 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8909f10d dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8b3ca115 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9b55a2f9 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9e69246c dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd7dbb1fa dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdfbba290 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf661f809 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfd2f737b dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x2744d633 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xac9e89d4 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x5032e9e9 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xa3b549fa em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x43555911 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5aa17b84 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x65a48060 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x900d2131 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd2a3253e gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe7c42f67 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xebd12584 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf5875fde gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x63f595d3 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x737f13e7 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xaaa50c54 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x4b15bdbe ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x60d2bc74 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x42e09cc2 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc27c267d v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xea031192 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04fa5244 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x054de738 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09412128 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0aca3cca v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1491aa73 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x151c501b v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b5c0864 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f224da9 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f08a5ee video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30249987 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30be69e8 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30f003e6 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x31bd9340 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37e68399 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b23ce0e v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b7e1b18 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c2e2e6c v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c3dfd94 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3decdbf4 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e9a1ec6 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ffb68ae __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a182fc0 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b77c88d v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c8f27b3 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52822f64 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56e44bbf v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5805b906 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5817f428 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5db10d33 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x607940af v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6386a4f7 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68d7e717 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6901d698 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6a885b21 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73cfed8e __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7695817e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7cae1e5e __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7cd3b6cf __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x863ba776 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8acd0036 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f67f59c v4l2_async_notifier_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f913576 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96d2dbdc v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa38b29e4 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa604ed64 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8dadb03 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb473ec64 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb546711e v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb4a0b8f __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb67a395 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8a0758c v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcaa989f9 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcaf3fb9c v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf942b70 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd10af560 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6958ca7 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd70759e4 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1c6c847 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1deb8cd v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1ea9447 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb867f75 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec63d2f4 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf4cbab91 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf552f210 v4l2_async_subdev_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf751d27d v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8364957 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc4abea5 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc7f6c47 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/memstick/core/memstick 0x053fbb35 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x088d79b2 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c79837a memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a4e5778 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7afc0bf7 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x973c1b61 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9e4ae486 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xabdd9d13 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xae50437c memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb5f2ffcf memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc517859d memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe226184e memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf651a286 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfdf891ab memstick_free_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x05dd1bc0 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x08edf280 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e972659 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1950e571 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1c98a1cd mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x21700078 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5392b162 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x584bc78c mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5dbfffae mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b4be1b1 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x795b02cc mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x83bdebe2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b287a85 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e6c6c5f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e76c63e mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x941aa39c mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa343ce9f mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa614bcb2 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaab8afcf mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabb383c9 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xacbd2b49 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0ecc117 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb621f9de mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbcff890b mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd21d831b mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd558f30e mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf0fde7d0 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf687a1d4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa61dbda mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0c39764a mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x224c13b0 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3186ad97 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38090ed2 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e7ecd1d mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40b4f2e0 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44c1fac9 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6370711e mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x63e746d9 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c150524 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7ad9dd75 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x803416e8 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8892357c mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x906bbf7b mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94be5486 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ebc77fc mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7e2a21f mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa8bfc325 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa52c3f6 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac0de3f9 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb93bddfd mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbcbdd2bf mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbde794bf mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd19f731e mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd391893e mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe093f939 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf14aa649 mptscsih_abort +EXPORT_SYMBOL drivers/mfd/axp20x 0x9ff2c61c axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xd48349ca axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xf298daff axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x5a1d3ab0 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xc30f6d0f dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xc54fd1b9 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x47c4bdf3 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x904e5df2 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x04b95f8e mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0813f8a8 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x331c7bea mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5910bf23 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x73692889 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x76dd8985 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9ce8c5a5 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdb1206e1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xde1b32e8 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe01d1765 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe7c51e46 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x3d029f89 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x5b58efa4 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6962543d wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6b65e91d wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x846f8fe2 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xc43aed89 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x52d5df9a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x6e4f7f68 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x54fcdc66 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xc75f8664 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xf3ba80fa c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x13695269 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x25929d7c tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x490378c4 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4dee9f5d tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x4fe6194d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x741b29cd tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x78b3eded tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8e545a3a tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x9ba57cbc tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa1f869e9 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xaef3d372 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf5040f96 tifm_unmap_sg +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x2a7fc392 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x6fdd886e cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x965e5b18 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xd55280c3 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xeab9861f cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x06fc24e5 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x1378bba0 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x3c66409b dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xac027b9d dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x396d2d03 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xeb1acf3c mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x09c8258a cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x17e5d7f6 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x49e6a5f2 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x91ef066d cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x95ca9b20 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb4b0bbcc cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc07e022a cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x054a7c51 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11df09ae unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x8176cc11 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa6fb5f50 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x4a8d3860 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x5e4911c6 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x72a204c3 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x0e444632 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xe4b6dfb0 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x12db1aa5 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xbc2cf8ad flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x6bb09d91 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x7f0814ee denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x58c64c7f of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x14682dea nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x17b3bbec nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x216bb203 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x51565ac0 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x73350a34 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x82227863 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8f114aa4 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xba9dcb3c nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc18a8f32 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfec5d610 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0x358110a3 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa43d1c72 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb1f0e75b nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb636dd73 __nand_calculate_ecc +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x025deb64 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3188fc2c arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3b012981 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x44151471 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5af04159 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x75732c43 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9307a9f6 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa1c9a982 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd2846193 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xde5f5ecd arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5215cc0c com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x723fc921 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf0f670f4 com20020_found +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0060d038 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x03ae6997 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0cb92a2b b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1076f6f5 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1527d0d6 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1660e46a b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1bcf2eb7 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x24afa7da b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c22bcc6 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x33dfbcfe b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39d2519f b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x42527201 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4e63f3cb b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4e97c806 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x72368b6d b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75b0813c b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x78ae06f7 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x79a6b98a b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8142e965 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x81776006 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x97f7e909 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9868581e b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x99be0cad b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9fd133d7 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa34d8b3f b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab753e9e b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac0ff564 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac84a0fa b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb01b7670 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2076c04 b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc7a582d8 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd38dd4a1 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdff28deb b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe29c6353 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf5040e0e b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf85b6263 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfc32f892 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfe00f1f2 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x44b3bb7e b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x46c69244 b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7a300d51 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa67c1dd1 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xbd967098 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf1e6d2d3 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xa852695b lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xc6d7b943 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x0e5e5054 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0xe9010294 ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x73d3d6ac ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xa9b04a2d ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xba17fa1f ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x72877c78 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xd77aee61 vsc73xx_probe +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1f33ff85 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x251875f8 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5173a00b NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5394c6c8 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6b326657 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x740e9f72 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x933f439e ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaac279de ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe80431ac ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfd9c6a8e ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x33a11bda cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x23baa82e cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xc170d629 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x088fd5b9 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2818d12c cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4742b62c cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4b4dfa6e cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4e06bf40 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x54c7dc11 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5d00a8b1 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6c1739f2 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x77fdd07f cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xab650f36 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc042427e cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc3fb3f86 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xceeaf7f2 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd65e3665 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdadcfe56 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf505eba4 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07da0e50 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18177641 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1ccd96e1 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x253a6f0c cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3b3eeb27 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3b58fab4 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49d0e7de cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a476cbd cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d3c2988 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e361c74 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x57fa03f4 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5b878596 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72fd3641 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a092fcf cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b06c405 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7df78666 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e1bba12 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e5b71a1 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x82115d9b cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85ff3683 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91b15767 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c737ebf cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa04e637b cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a7b848 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0ff7472 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa38712b1 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa6523b39 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa851dcae cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xabb54011 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb09da159 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb68352bd cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc277d204 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc6fb57d1 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbf2991c cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd15b62fd cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdd6a0dd5 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe02e1e32 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe84920f2 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9d2ed27 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeb4943b6 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xef5bc8b6 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf28fefcb cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf8c30c8e t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf8eff567 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x24f35e4a cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3905e598 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x979bc249 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc3068375 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd4209a99 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe0e7e582 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe6dfcae8 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0271d4e7 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x062534f6 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x33ffc1f7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x436e0895 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8e39d644 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd36d2026 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x404395b2 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7452b724 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x288d4ee6 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xbb5d5197 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xccf9594d hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xebcd9993 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xf5618cb2 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x40b21e44 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1bb99f82 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2c1615df hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3fdbf0cb hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6d578443 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x963d7fbb hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd9ab3336 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xdb9096d9 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xee04b96b hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x0b56153b i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x5f93ef21 i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x22f7bf15 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x6a5bd457 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x0cee09c5 cgx_lmac_linkup_start +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x0ff59a9a cgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x27c65569 cgx_get_lmac_cnt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x380cb7a1 cgx_lmac_evh_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x399852d2 cgx_get_cgxcnt_max +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x3e6f11a1 cgx_get_pdata +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x45a34f51 cgx_get_mkex_prfl_info +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x54d178c8 cgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x68dff5d5 cgx_lmac_evh_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x93295045 cgx_lmac_addr_get +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xa90238f3 cgx_lmac_promisc_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xce7b3103 cgx_set_pkind +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xdaec7b61 cgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xdbeffa32 cgx_get_link_info +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xf66092a2 cgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xfbd0b5b6 cgx_lmac_addr_set +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x0c933581 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x57b001ae otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x5ebad239 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x791da467 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x9cdd178a otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x9ddbe25d otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xb85a85b4 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xe76e87ee otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xf88f72f8 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xfe048f0d otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x025a4c5d mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09e282fd mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0af3d8b8 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c4ed32f mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1553e924 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e860063 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x207601fa set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23610857 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d9726df mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x399ced6b mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x418b2347 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4430ce0d mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x460e428a mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46c93b71 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54aab3c3 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59999d8d mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7075f603 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7813745c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7da03c02 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f676729 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x821b1c0d get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83babcbd mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9035c502 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x965dd6dd mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9daf0ba0 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa043c2 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3810fe4 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac67b8f5 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb17fca03 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb38df4ff mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcbc476f mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc842f951 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1ad8085 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1c6c9d7 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd361fd6f mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad9f278 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdda46ebf mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfea4ec4 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0420564 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe056abc2 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1ee0c1c mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3899775 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8a2b827 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc70aaa3 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05ee9934 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08beaaa1 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b6db6ea mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c822f42 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cf6df42 mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f3365a0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x124d48e2 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x161c3ad5 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18807a6f mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d8c74c0 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e50bd7f mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22f7b1e3 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x265cb752 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26a76803 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29bb44f5 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e3c5fae mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33a0715d mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x394e2d05 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3994ee1b mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x399afee4 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c35197b mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c71bf4c mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40fb2ea8 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42f87630 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43d1a818 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x448a088e mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44a1695f mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a68891d mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a87ccb2 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ff066d9 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50dcf589 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5303a37a mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x532113b5 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ba0103e mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63be53af mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d147d44 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6df5988f mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7063536c mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71e1384b mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7268ed8d mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7555b7cb mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ed26e5 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x784f5cc9 mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a299a0a mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dadbca4 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7de3a200 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f7b31d8 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fbdd233 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835091bc mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x862aea89 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88449fda mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b9f35f5 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f07f9c4 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x923a9988 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9334225b mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93d63d8f mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96faf6f1 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x972774c6 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x994c7116 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b3edfa1 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bd67c27 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f465233 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ffc3cd6 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa10c5335 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2e9e284 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58f9a45 mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6e53868 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa76fc982 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad048518 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae97f355 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaef177f0 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf4ffc81 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0da3c71 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3787b04 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb80d0a02 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9e6c269 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc388be8 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc83b8de mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd5b50eb mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf9dfcf8 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1f36fd8 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4f0e975 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc62e8354 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8ccfffa mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca60cf6a mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce30ea3c mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfdb2bc5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2500a67 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e8bef5 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe25119ad mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5307de4 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6ed9e1a mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe922ac99 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe93b522a mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe970ed9c mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9abe304 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9cdd387 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeab0db9b mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec16d8a1 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed038005 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeee35d2c mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefd4f8ba mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1a313cb mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2ba06ca mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52f7d97 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf568c2c2 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6ceab02 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9f4cf3a mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa11b0c8 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdc3931e mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdef1b39 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x306560be mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x00643553 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x051ebc50 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0bfc1956 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e2b5842 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1f93326b mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2decde87 mlxsw_core_fw_flash_start +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x35ba2254 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f123442 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47fd6eee mlxsw_core_fw_flash_end +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a4a62bd mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a6ed376 mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5908f979 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5be7a16c mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5dbdedec mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x665bc41b mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71e1d813 mlxsw_core_port_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x76a18401 mlxsw_core_port_eth_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x76a65e3b mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x76ec21ce mlxsw_core_trap_action_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x784724ae mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7d4695fd mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x85153949 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8ba5fa7e mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x97f30366 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa3d0d2b6 mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb0717797 mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb566106a mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5e762fa mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbe82d6cc mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbeac05cd mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbef81ecf mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfd01f33 mlxsw_core_port_ib_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc03fd6bb mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc9c2e4cc mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1a82f0b mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd252e62d mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd80c210c mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeff4950 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe23aa988 mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf2ca3bae mlxsw_core_res_query_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf4909bea mlxsw_core_port_type_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf76df3e2 mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x6ed299c1 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xf5b8aa72 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x8a15e63b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xa6e23132 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x17e62aa2 __ocelot_write_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x1ff39676 ocelot_chip_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x23bd1c1a ocelot_probe_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x3623d03a ocelot_port_readl +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4dd8672c ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x5344a1ef ocelot_port_writel +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x631a3e67 ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x65c205db __ocelot_rmw_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x66222f74 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x70e225b2 __ocelot_read_ix +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x8dc51f44 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xdca73314 ocelot_io_platform_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe8470910 ocelot_regfields_init +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x221c4004 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x81001014 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb3cd2fe0 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xc9e3fc00 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x0022c34b qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x39d25094 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1ab96138 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x367b3210 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5374e0e3 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x698047fd hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xeccc1fac hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7db84a25 mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xb0458dcc bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x50343c03 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xe692fd62 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0x3e3a59b9 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0xcef9b7db cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/phy/mdio-octeon 0x8a1d5c26 octeon_mdiobus_force_mod_depencency +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x18a0549c xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x1dbe2753 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x2875513b xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xb89bcc36 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xfed7ac1a xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0ac038d9 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0c3a68b6 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x1b1ce2c4 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6afa4e8d pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xc2ba74ea sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x13450175 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x260938aa team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x783deeca team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x85fe58ff team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x94350a1c team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x9724b5c5 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xc03185d8 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xe45dfa10 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x16a1b50b usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x9d5509f7 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb442ea05 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0179267b hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x19bc8fa6 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1c0e1405 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x23b7b4e4 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2cf81361 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x385fdef2 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x66d7e2f0 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x75138678 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x833224b7 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa725b21d alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xb1d68917 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x044b751b ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0ac1e70f ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x19cebbf4 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x40961d53 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x421605e4 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4b32114a ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8674dd3e ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x991d62df dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc7379a2e ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcd4701f6 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcfb4be62 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd94e4c72 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf06f5099 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08d6729e ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1357d73e ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14a1d318 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x177152fd ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1867e5bf ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1aff71e0 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1eef1ef3 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23f260c2 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a320eda ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d904032 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2e3e8c8d ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ce0dbaf ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x40e1efab ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x416787f1 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4526d7cf ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4c3e2e35 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50dd77c4 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5113a5d8 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d2fc9e0 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x618c55d5 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x653fa0da ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x660374dc ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x702db9c5 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72e2c6b2 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x73dc505d ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x741f698b ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7b5a1683 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c10beb6 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7e837dfa ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x814ac47b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81e2372f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x83aa8927 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8cd0f4e6 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9473407d ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9f7421a7 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0dc8532 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0dd29e8 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb74b8481 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xba43573b ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb78cfb4 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbc97dc24 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6ae32fc ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcdff565d ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd4d60b75 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe5e29ad5 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0a1d0bb ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf88fdf60 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe51481e ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x06a70cd2 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x302536af ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x38b8e20c ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6b19a8a8 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8a3bb72c ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x98f0cfe3 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa0103760 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa6f32908 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaea63cb1 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc3c69271 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfb88de0b ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x00e2fc54 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0b7c1a6e ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12f1da19 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1cc0d3cd ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2dbeaf48 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3ff9034e ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3ff9c6d3 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x496638b0 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4975ad70 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4d149c02 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x64bb02f7 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6c3664a6 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ffc8bd1 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7e19839c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8084b798 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa1c02ce9 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde76c2c3 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe198f594 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0220d7b6 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02c1b6cd ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03dbddff ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x041ddee1 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09b77dd1 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1108015e ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x113fa019 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1641f178 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x201dc134 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x243b2fff ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27815d49 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x294364d0 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bb1a18f ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c5bf667 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d2f8bb7 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d8637f3 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30b9346a ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30c6699a ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39f04011 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c525183 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d143b71 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3dc19a2e ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e7e8066 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4338fbfe ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48b8361c ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a00a2ae ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e303cf4 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f7c33ff ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50de16c1 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51d4627b ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d3e246a ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dbb26c6 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dc83821 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63550d46 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63f56923 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67ab7f2c ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6875b7bb ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6883628a ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a9d6598 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6aaffe65 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d1ca685 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x716041ec ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7243b490 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x729846c6 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7537ac27 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78dbc271 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79322dd5 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a8b1c4b ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d3e5eee ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e37fa60 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81d3569c ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82211e7e ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84002eca ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x846c7194 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85d5671b ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89c3c183 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b927f12 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x906bd7c2 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92b6bc9e ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9460bda9 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9658521c ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b87c94e ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d6ab889 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d8210b4 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5c78b73 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9ffbb2d ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab6a3de0 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab9f74b4 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xadf0ae12 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0715199 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1217c3c ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb380114b ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb614cd30 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba5d4404 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba5e4940 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbac1c6c6 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb8a3026 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe33599a ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfd18821 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc19006b5 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5191ea1 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc722be9f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc89375ec ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9462b5f ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd138b589 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2596b3a ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd845eb1d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb7d0c2e ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcc5108e ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcda65b4 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddd0c4af ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1c452cc ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2aaa448 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3a271dd ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7da00a2 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb3e71e0 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec47ff3f ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefb7693e ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0e7d6d2 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1bcfa59 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2413e09 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2550f8d ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3761bd8 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3dd03ef ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf51b6f29 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf71072ab ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf94470d4 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x142ca958 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x25ee0ea3 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x33d8f6a7 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0804bb5d brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1b0fd9ef brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x28ad1b4a brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x36d4992c brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9c4b19e5 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9e54a453 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb751dd15 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcfef7271 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd130116e brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6856bb0 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe32cbd3c brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe49d8d3b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf6d587cb brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x01a26f69 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0373b878 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x180a01e7 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x24a61963 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3df8add5 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x486141a3 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x521a0f0b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6835ce71 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x724f35e8 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x894075dd libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9e2ec3a1 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa1169825 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa6d5ad6c libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xaef3d25b libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc94a688f libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xca209f5a free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcf53ea2c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd5a42abb libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8857ccb libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xebb07826 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0445681e il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04c78f62 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07249d47 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b2fd751 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fec55b4 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x13952500 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14b71296 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x160fb135 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aa79b61 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b8f6280 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e6d2b3b il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x203cc70e il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24dc853f _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27a7fdb8 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27be38bd il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b907617 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3075380e il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x327eaf56 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35edd646 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36e7f4f0 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3779a962 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39388d01 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d482a30 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e76f212 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41e47c9d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x463b28b7 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47e83239 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a92908a il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4df3e7e9 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5403a500 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x555f403c il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57daab7c il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a762002 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c540386 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fc237ae il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6069a3c9 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6093368e il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61038e3a il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x614bce53 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6157534f il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x626e2e73 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x680a9934 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68225f2e il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c2127d9 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d287e83 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ee08aa6 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72887454 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x733abfef il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75bee070 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77094322 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c538979 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7fc53e57 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80eae074 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80fad82c _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83683a34 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86775064 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89f7ac3b il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b419ab6 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8fe5bd03 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x91b85563 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9428184d il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9da50ce7 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e3cedad il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e5d8ed0 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5240b3a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6097a4a il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab2f313d il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf324233 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafa73f63 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb071afd8 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb107aae9 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb612fe8e il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb86c6748 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba06c900 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbec7465a il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf0a8b6a il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3d41185 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc84757bf il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xced78dad il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd15a0d95 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2724f24 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3088115 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd32a9b55 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd50d04c5 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6e271a9 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6f4ada4 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda22643b il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdaaf1f0a il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc377ea4 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcaf6ad2 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdeed8e4b il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf52b551 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe29615ee il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe69466d6 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf160eb49 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4c007c7 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9f0d2d5 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc5935df il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ee9c199 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x20a6a247 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb72ade7d __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x03a9dea8 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x03c62e58 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x13abdd5a hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x20e92b71 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x216cfc02 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x240ec75e hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x29a3773e hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x37452e7a hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x40765ab3 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x46259395 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5bb5b489 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x62252f80 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6614ec29 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6702dd70 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x79e66254 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8411d92d hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x889cd70c hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x90be32b1 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa4977cc7 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa8afab37 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb2cc20c0 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb84e2d69 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd11d7fd1 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdb252759 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdcff1471 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf4a589fc hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x20b542b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2c9d2682 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x483f8c00 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5224f95a __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x65de0bc6 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6c49b82d orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x899a9253 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8d6bf939 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x929932c6 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb372bd9d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd886e4a5 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdaa43d73 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdb783c8c orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfaf6f5f5 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffebf3c6 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfffa69fa orinoco_up +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x871c0153 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x9ecfbecd rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00055160 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x15cb172b _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x172d835f rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17a87828 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e9be6ad rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1ff10191 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21d265db rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x26968093 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2be5ee5d _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d40040b rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x389daa71 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x40eae7ee rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46ee126d rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x47f4f814 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x495f41c1 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4a953c91 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x540527de rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x562fe0c9 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5b07c449 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5eb31c22 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6f388430 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6f99e06b _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8263d06a rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x85d6141a rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x871193a9 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8994527d rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c9455ae rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x941aa8f6 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa18343ee rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2a2b9e5 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa9bd15bf rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbea9b8af rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc528e8a3 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd48c696f rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdd397645 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdf0b8b30 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe6b36e01 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8e0d51d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf93d5bef _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa1940c0 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfe891db2 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3b090b04 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x81e074f4 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa94a264f rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd40de7dd rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5e68a69c rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x658edb93 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x80f02941 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xcd0944f4 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01c0f171 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x05574aa1 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x071ddd88 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0fad6820 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1300ea4e rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x265e6640 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27a96453 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3de6c613 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x44e735c2 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x44f3182f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45b5bc65 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49e411c1 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5f2a7f2a efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62e4e4f3 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x682b0120 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x72403965 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75ad1f7d rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78b43933 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81d0cf69 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83961ce1 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90553809 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92e18e7b rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97ab0b0d rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7d7ddfc rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaecfc6d4 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb085b85e rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2c0d5c3 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7c56171 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc8a41532 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeb9b5f8a rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf094382f rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfb742d9d rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x2d1fc1f4 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x381d80b5 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa3db7a8c wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xaa1acadb wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe3805dae wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x3c50ca75 fdp_nci_recv_frame +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5c44cdd1 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xdb039584 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe1495d1f microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xfd530376 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x48821b7d nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x72d5c5cd nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x962e3086 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xc864aaab pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x4c3626d5 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xd984bba5 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x3b33d9a3 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x9501aebf s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xe94253ac s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0d4030c2 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x19c503e0 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1a5f90fe ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4652db0c ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5c687574 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x71314feb ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x767d4db0 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x94ac853e st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd93eebf2 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf7a2385e st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x14742df9 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x181abdce st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1e6dc137 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1fccf017 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2a1e7496 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2a375a4e st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3f0363ad st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x40b0f9d9 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x43f7e811 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x45c22563 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6a60563d st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6fac44ef st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7025e61e st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8be8c444 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa4a8c28d st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc25b7524 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc4ec53ad st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd838c38d st21nfca_se_init +EXPORT_SYMBOL drivers/ntb/ntb 0x015ea2d8 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x03195c0d ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0c316d57 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0d13bdbf ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x0d3ef0c8 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x23740dae ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x23917007 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x31f162b0 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x3d00b48a ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x568af42f ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x64e894ae ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x6508d0c7 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x67f9bbdb ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa7dfbf41 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xb47673c6 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc71fabf5 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xdd37d231 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xdff2e8e7 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xedf05ca8 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf27ff03a ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x6ffd502d nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xc5eb9aa0 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0473a96a parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x072cff41 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x07ffa08b parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x0b92c553 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x19aa71d7 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x1a4b82ea parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x20752477 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x25a2d6bb parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x2c6e3b73 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x2f8bbf01 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x357a8330 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5f10942f parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x65f06251 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x80540745 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x8057cbcc parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8264515e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x8a868e88 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x8bdaab77 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x8d9b0ecb parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x902deee8 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x9171fa81 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x961f15b8 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xa97c74c6 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xaa802f7b parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb572bbb7 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xb73d4975 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xba5bad8b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xbcc8f10f parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc3da8bff parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xc595e0a3 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xf63f5932 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xf8c42dbf parport_write +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0x8bb2e5cc iproc_pcie_setup +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0xdebee70f iproc_pcie_remove +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0067839d pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x01b817f4 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4703c5cb pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4b6e029e pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4c758541 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9b2ab260 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9fc7d121 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa5ee1a66 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdd5b58d3 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf018b2b8 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb69d1d47 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x2b26390e cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x424652da cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x42858f36 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6c50165f cros_ec_register +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xb50e4807 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x096d74c8 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3ade0202 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x60ebca8b rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x71568e14 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7351a21a rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x741fbf45 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8db4ed68 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa6935c63 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb14c3cd2 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xccb7b333 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdd6f5222 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdf5f7eb1 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe274d997 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfa95f777 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0xc41bc1ef ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x11765878 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x38699afb scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x64916db7 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xd63fead7 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x012869fd fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0dcf6928 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1520c16b fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3130e3f2 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x341a1e3b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3f9b2018 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7da1ef8b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x902dc44d fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaecf6979 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb777ef2f fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdedb06ab fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01d4963a fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0461dce0 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x079af3d2 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08f353f4 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c6e556e fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e8047ce fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0fa7fc52 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11accfb2 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x19191a73 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x20dc7314 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21cc70d2 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x324595f6 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35037169 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f56778f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43cc3eff fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4d8b6f0c fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f5911b2 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x522f96a2 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52e03fdd fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x54ff0f8b fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c5e929d fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f711725 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fc3c331 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62a76889 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62ebdde7 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x649005ea fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c72d953 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7290596f fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74410477 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x76fd83ba fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x775fb871 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7acab61f fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b1f643d fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b55fb88 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d0b231b _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7dee9206 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8188b9d5 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x86788944 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b03b413 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e60e539 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x937753eb fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a81f9e1 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9375390 fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xadec3263 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb53c3c10 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7e82215 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc42192ac fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd600c7b3 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdde29327 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0d2d9aa fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3cba491 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9a0d422 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6944b16 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfabe59f6 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb5a0ba4 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb6a1517 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfba0ffcd fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfda9bad9 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x271b6402 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8bd521f4 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa0a9a181 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xc2663969 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x16b74037 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17953539 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x244b3c84 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x261dc522 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3e9cb6a7 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x47872d4a qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5b217b55 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x77243bb0 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x91766919 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaa8d8544 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdb8f54db qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xece01f9b qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0x0cdf0d79 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x67922784 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xdc230341 raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1eb4abc9 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x318cc8ad fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3efec04a fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x493d6034 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4a6541ad scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4f3307c9 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5563b1c2 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x59786220 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x622e8b17 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6da1d7d5 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6f4e559a fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaeaa4395 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb8d7233b fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd21d6b68 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf179f159 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xff4dc428 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x03432aad sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x037e6fba sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x19dd128e sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1aa9166a scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24d82a67 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2c852af0 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31e4ca9e sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c85c0fe sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x433ef1af sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x47be7c3b sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x48d5302c sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b55be12 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4df31e61 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x528d7d8c sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54e5b034 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5fcadfc1 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x70909337 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7460728e sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x828ab597 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x89414755 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90a6e51a sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9592fa7f sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a26b11d sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a2f5efd sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd5e98ea sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc43dad3e sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd61dc552 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe4f33187 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf66796bc sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0d278bac spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2ccbcb85 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x751798ff spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x76ffa158 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc9a63c88 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x54c2fc55 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5b15a9b9 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9ffb2ce1 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb77db2c5 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbdb41114 srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/tc-dwc-g210 0x39f02a0d tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/scsi/ufs/tc-dwc-g210 0x8f6689b4 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x09b8e5ef ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x29dcf346 ufshcd_alloc_host +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x3286c39c ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x42fb1c9f ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0x99f3284c ufshcd_system_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xa6be2657 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xaa7ac8ea ufshcd_system_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xda05ba47 ufshcd_shutdown +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-core 0xe5357175 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-dwc 0x37207697 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd-dwc 0x95d535fd ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x0348ce8f cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x23d0b9f2 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x34f6582d cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x39e74a13 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x4785e563 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x50396152 cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x882d09b5 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa066b5c3 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa9dc86da cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xede9ce4c cmdq_pkt_flush +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0ef12cc9 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x21ce5888 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x22dde682 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2e58edf0 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3c55dcde qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5ce9970b qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5fbc39f8 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x68772745 qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb298fd25 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb72fefd6 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc9ccfb20 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe1fc1a8a qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe226ceca qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x9f5c2027 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1ff513fc sdw_add_bus_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x26507ede sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x69a28207 sdw_delete_bus_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6cc412c1 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x723521e6 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x78797fb7 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7a54809d sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8e7df514 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xacc5f004 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb7231542 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc41ab71f sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe1b684b2 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfccb1460 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/ssb/ssb 0x02b47411 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x1e4017f2 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x26c1f050 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x514cfb97 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6339baa7 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6de2aa01 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x740a9602 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x81082ecf ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9ba02ed8 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9cae998a ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x9e531f63 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xab99622c ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xac247260 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb0e6e5b1 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xb95fff5e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd62fe0a0 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdb612327 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe8e34e85 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xe9a9e693 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xfcebdafa ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0a9df8db fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1cbd9633 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x302e728b fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x36a8c909 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3a39e703 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3bdfb080 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4657b40d fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x588c4c3b fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x842c2d3c fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x852019a3 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x87d0a4c6 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8d04669a fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x91e9dc59 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa0a269ec fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa1673880 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb674a5b9 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb8c9ca7c fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc36c4b87 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd07690bd fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd11a082c fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd2722cc6 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd52acb6 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe21bf01e fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xeda58826 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf03f4237 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x01577017 gasket_sysfs_create_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x065f9c9d gasket_page_table_max_size +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x0d2ba7c7 gasket_register_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x1ccfeff8 gasket_unregister_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x25847c6c gasket_get_ioctl_permissions_cb +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x339c2b95 gasket_page_table_map +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x372973e0 gasket_page_table_are_addrs_bad +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x38c3d415 gasket_page_table_num_active_pages +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x3d379af7 gasket_wait_with_reschedule +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4109757c gasket_page_table_partition +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4292ff96 gasket_page_table_is_dev_addr_bad +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x77311f6a gasket_page_table_unmap_all +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x7b93336d gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8c92da47 gasket_page_table_num_simple_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x97fb656b gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb26514a7 gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb5ee9cdc gasket_sysfs_get_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaa2668a gasket_num_name_lookup +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaf2f8cd gasket_page_table_unmap +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc1c2092f gasket_pci_add_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc225208c gasket_page_table_num_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc92319ab gasket_sysfs_register_store +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd1d0048a gasket_enable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd6c48355 gasket_pci_remove_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe4343b4d gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe789ac3a gasket_sysfs_get_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf0eaa3ad gasket_disable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xffc76683 gasket_sysfs_put_device_data +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5d664cbf adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x83de1eaa ade7854_probe +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x060136f5 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1bae4524 b1_alloc_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x34736ee1 b1_proc_show +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x482dbb40 b1_load_firmware +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x5fe1c1f7 b1_reset_ctr +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x6099fe5f b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x8be51a69 avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x8fd661e9 b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd3e4846d b1_register_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd558a350 b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe6428e86 b1_free_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe7f683f0 avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xed455dee b1_release_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf79832f1 b1_load_t4file +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfed6100f b1_send_message +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x4869d18b t1pci_detect +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x51762d5c b1dma_send_message +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x6333e09f b1pciv4_detect +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x808e57b8 b1dma_register_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xa0912c3d b1dma_load_firmware +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xa8632179 b1dma_reset_ctr +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xafb407ae b1dma_proc_show +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xc40f405c b1dma_reset +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xe3830abf b1dma_release_appl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09458a56 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e964d43 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0eca4ee8 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c8d4c6f rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f2e2412 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f4f6255 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f56bd38 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x236a8b0d rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24bafa1f rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2dc2273e rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e889531 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3852a06f rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x38fef94b rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x458c8665 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4bc6c061 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d890d39 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e2c26ce dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5374b02b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54dff224 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x556d6c10 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63f2b3ba rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6e26c4ee notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81716e65 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8376b6ec rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84a5408d HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x87e25078 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c4fe534 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8ed6d3dd rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8faa581b rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98026cea rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a018f58 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a2049f1 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b6f175e rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2b0aebd rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0d7df46 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb3fb5f85 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb429fd80 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5bed9c2 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb56bcb7 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc897e749 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce25798f rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd1b0d980 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd64d42ce rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd92451a RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe31d7d58 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xea4541ca rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedec0ec1 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf52e34e1 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfeac2292 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05eb19ed ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b65572f ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x156fb8ae ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x16da436f is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1710fbe6 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1afe81b4 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d66a0ff ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d84d39b ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x274f50bf ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2bc75647 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e2a6cd2 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x30100309 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x33082430 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x33a89c31 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x351d7ca2 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d49ec1f ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4522d3c0 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x454c2235 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e5df920 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x506de1b3 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x553237a0 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55e7b266 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a31ab1e ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6659507f ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e0d8603 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x726e67f3 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x730fa7e9 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b04f223 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d86c6b5 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ed47b47 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87ca5383 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b59e0da rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90ebea9e dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x961ee5fd notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa420616f to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4f88cd3 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa81c8dc5 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb811bd95 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba2a306b ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb017f0e ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb3a9cd0 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd7156d4 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc574f688 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd478fd52 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd48c5a7c dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda61eada ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbb00b44 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdfbcaee4 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe23b788e ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9e74b4a ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb644af7 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecc5fb1b ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf17d8500 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3903a06 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf833a7fc ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x03ec8e32 vchi_connect +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x04390690 vchi_service_use +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x18bb8ba7 vchi_get_peer_version +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x3317ac58 vchiq_initialise +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x347e59c9 vchi_initialise +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x36331e4f vchi_held_msg_release +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x45a172d0 vchi_queue_kernel_message +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x4784c007 vchi_service_close +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x49a7510f vchi_disconnect +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x6216493d vchi_msg_peek +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x6ae198f8 vchi_service_release +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x7b2177c7 vchiq_open_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x8561e970 vchi_bulk_queue_receive +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x940e4bdd vchi_queue_user_message +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x94535fd6 vchiq_bulk_transmit +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xa22e9df3 vchiq_add_connected_callback +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xa7fc046a vchi_msg_dequeue +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xa90297a8 vchiq_connect +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xbbb12b82 vchi_msg_hold +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xc8b507b7 vchiq_shutdown +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xda468542 vchi_bulk_queue_transmit +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xdaf25f60 vchi_service_open +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xdfae4319 vchiq_add_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xe03ce8ca vchi_service_destroy +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xe928e745 vchi_service_set_option +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xfc90ea41 vchi_msg_remove +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xfe69bc62 vchiq_bulk_receive +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04ce03fe iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x08bc4032 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e1353c5 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12eeef1c iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16bd07bf iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1aa704e0 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1cdb30ac iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1dabede8 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2052e6a6 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23be7011 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x24c7012e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2abef1ce iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33dfd6a1 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3853488e iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cd23d73 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x42b75380 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x50a09555 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x567c5186 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d9ebdda iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6052bd0d iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61bd8879 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x667590b9 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6c3e3e9d iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90a90c4e iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x92d28bea iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x93456a2e iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x945fc351 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8d27f37 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaecd6627 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb4c50999 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbce77217 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf127a1d iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0d7e099 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3711aac iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcffa1bc2 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdf00e1a6 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe5bd3b11 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe621a541 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeddae309 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf760349d iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa052629 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfaab14e9 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfcdd6f73 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfde1c29f iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/target_core_mod 0x0447ec91 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x06796bba transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x07676c09 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09afeabe transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x09cd0505 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0aeddc75 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c9011b0 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x18b4e920 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cf26f7b target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cfd5f50 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d273f42 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x22559057 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x270bd57a transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x2afeb62a target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b2b3b0d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x32bc2f15 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3352e35c target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x33fd77f5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x356a118e core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x368aa447 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x39876421 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bed0075 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ca0a61b spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x435ba6d2 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x47ec663c transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d56b2ce transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d5f611f sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f529f5f transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x534cf0f5 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x54a3547b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b63939d sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c5f978b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f73a715 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x70babfb2 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x7253391d target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x7967c4f1 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x79dbf5e7 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x87616d99 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x876ae4ff target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x89ba2ba1 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c664a9e target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ea2f1d6 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x989f9a2d sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b5e4542 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bd8f8b1 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fa335f8 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xab932896 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2b3e773 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3252c4f target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbdcb1db0 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2d9dfee __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3bbe944 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xc57394d8 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6745fc6 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7c22151 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9a8699d transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xca71a797 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcbf68f3c target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc42f5dd target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdc84dc3 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xceb1c42d transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd23080d5 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd54fda7a target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7a7e0cf transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xecb52990 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1a0b988 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1c45658 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2427785 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2ac20b7 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3381b0e transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf802d301 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xed9edd7d usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x3f0bf9c8 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x822d6ea0 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0f1c845d usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1974aaa8 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x42ce7fdf usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4cb3a408 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7bb62a3d usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7fa4a8be usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f8540c5 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb6f12a8a usb_wwan_set_serial_info +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbd6baaaa usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc4b82370 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xce2d00ee usb_wwan_get_serial_info +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdd66eafb usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf3f4a64d usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x116b8281 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x624e6ed9 usb_serial_suspend +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x0bb8f7d2 mdev_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x134a89c6 mdev_parent_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1b8f672a mdev_uuid +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1da254dc mdev_from_dev +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x250125ea mdev_unregister_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x27368d04 mdev_get_drvdata +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x2dc2e692 mdev_set_drvdata +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x895e7f65 mdev_register_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x8ad55faf mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb614e666 mdev_get_iommu_device +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xc071c176 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xd457bef5 mdev_set_iommu_device +EXPORT_SYMBOL drivers/vfio/vfio 0x01f74dfc vfio_register_notifier +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x67fedbd2 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x85a22dbf vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x8754c80e vfio_unregister_notifier +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vhost/vhost 0x29c77137 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x5e36bdce vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x029cea78 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x0765a1e4 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1537fdb8 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1851abb6 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1ad4f052 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2e0989c7 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4d7e3b8b vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6036936b vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x831227bb vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbc66815e vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc520b616 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc9b4a67b vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd099974a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0xdc2d9f94 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe42f476d vringh_notify_disable_kern +EXPORT_SYMBOL drivers/video/backlight/lcd 0x17bad2a6 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x876caf0f devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa0101339 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe0559bec lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x05895f6d svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x461229f2 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6b0757d1 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x73159ad6 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8b110e6f svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe8af6cf2 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xebe714ab svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xc6406223 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xc1f552e8 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xc3ebfc04 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xbfc5b566 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x3d63c412 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x38bc0499 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3e613a11 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd4ad5ad4 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x30b343b1 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xac286fc0 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe4541606 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf9e11af2 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xf152d8c2 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x7c488e62 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x27d72b99 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5122cde7 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdb776ef2 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xddee584e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6897b64b matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb68a76fc matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1e130f77 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x486eb206 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4ca244d9 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb30762cb matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc95910a4 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xf1cd69e1 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x7b57f666 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xbc8bfb37 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x092308c5 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x91e5976b w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x027777b1 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x07dea7b2 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x4d6b6f44 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x910c61ab w1_add_master_device +EXPORT_SYMBOL drivers/watchdog/bd70528_wdt 0x487e9464 bd70528_wdt_set +EXPORT_SYMBOL drivers/watchdog/bd70528_wdt 0xca9f2b8d bd70528_wdt_lock +EXPORT_SYMBOL drivers/watchdog/bd70528_wdt 0xe1fefb9f bd70528_wdt_unlock +EXPORT_SYMBOL fs/fscache/fscache 0x02598006 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x184a7a97 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x1aa4da16 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x226ccbe5 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x22cad2bd __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x22d9c2bf fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x32695e77 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x361b9c08 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x47aebdf1 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x496d1c64 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4a5ae60f __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x546ec4a6 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x5c50b64e __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5e8c8b98 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x6acefa42 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x742c3440 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7641f13e fscache_object_retrying_stale +EXPORT_SYMBOL fs/fscache/fscache 0x76df1e28 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x835c32b6 fscache_object_mark_killed +EXPORT_SYMBOL fs/fscache/fscache 0x8514401c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x85b027c8 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x8a1a1355 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x921dcfdc fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9e343c6d fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xa01acdcc fscache_operation_init +EXPORT_SYMBOL fs/fscache/fscache 0xa6976487 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xacceabec __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xb623d742 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xbe28fe08 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xbe46f3dc __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xc11a0a52 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc193846d __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc52e4853 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xc89321e8 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xcbf01a4b fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd1f495ac __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xd8e56261 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xd9fda8f2 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xde48bfc7 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe7ce0c8a __fscache_update_cookie +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x25e8085d qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x39ec14fc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x8250a85e qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x83e132ef qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdeb0467c qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xfeb0362b qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xe2aae5cc crc8 +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/libcrc32c 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0641307b lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x098d2ed9 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x2d47ac83 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x2f3dcecb lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x4522d82a lc_reset +EXPORT_SYMBOL lib/lru_cache 0x4cf5f5a8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x5752f31b lc_del +EXPORT_SYMBOL lib/lru_cache 0x7257beee lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x7c762fd0 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x9134feb7 lc_get +EXPORT_SYMBOL lib/lru_cache 0x94c3b313 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xb672aa97 lc_create +EXPORT_SYMBOL lib/lru_cache 0xbfbe53d5 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xc3a98c1d lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xcc979a91 lc_set +EXPORT_SYMBOL lib/lru_cache 0xefec290a lc_find +EXPORT_SYMBOL lib/lru_cache 0xfd525ec7 lc_put +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL lib/zstd/zstd_compress 0x0e27a2dd ZSTD_initCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1278221d ZSTD_compressBegin_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1a107de2 ZSTD_compressCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1df63e88 ZSTD_compressBegin +EXPORT_SYMBOL lib/zstd/zstd_compress 0x1f03912b ZSTD_flushStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2524ba17 ZSTD_getCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0x279be432 ZSTD_copyCCtx +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2833f577 ZSTD_compressBegin_advanced +EXPORT_SYMBOL lib/zstd/zstd_compress 0x2914ea2d ZSTD_compressBlock +EXPORT_SYMBOL lib/zstd/zstd_compress 0x30af45a1 ZSTD_initCStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x371e7f3a ZSTD_initCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x430ecc96 ZSTD_initCStream_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0x49ed86a0 ZSTD_endStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0x56466e42 ZSTD_CStreamInSize +EXPORT_SYMBOL lib/zstd/zstd_compress 0x5c00d810 ZSTD_CDictWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0x61577694 ZSTD_compressEnd +EXPORT_SYMBOL lib/zstd/zstd_compress 0x74725e69 ZSTD_compressContinue +EXPORT_SYMBOL lib/zstd/zstd_compress 0x94e481cf ZSTD_adjustCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0x9f65c857 ZSTD_checkCParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0xa155c071 ZSTD_compressBegin_usingDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xa4c8127c ZSTD_maxCLevel +EXPORT_SYMBOL lib/zstd/zstd_compress 0xb0aed408 ZSTD_compressStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0xb4985beb ZSTD_resetCStream +EXPORT_SYMBOL lib/zstd/zstd_compress 0xbaffff96 ZSTD_CStreamWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0xce3864eb ZSTD_compress_usingDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xce50e5de ZSTD_compress_usingCDict +EXPORT_SYMBOL lib/zstd/zstd_compress 0xd90cb249 ZSTD_getBlockSizeMax +EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams +EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound +EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize +EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound +EXPORT_SYMBOL net/6lowpan/6lowpan 0x0961582b lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3f8ba87c lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x5b59cd6c lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x82a0abb5 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8b40b65d lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf58ccdb4 lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x58b958c0 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x6b4b2dd8 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x3291d4ef register_snap_client +EXPORT_SYMBOL net/802/psnap 0x5ce2b471 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x045eff4e p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x05447f75 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0b0ed355 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x15677180 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x1ffd52d2 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x22199757 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x29523255 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x2cbc9725 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x37c1e34c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x3a4c8244 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x3b82ed7e p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d9d6b83 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x40936021 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4588da98 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4988ba11 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4b641218 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x4c150118 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x585c4245 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x6249d1a8 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x6a8b0ff1 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x6c36e95b p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x7edb59f4 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x7f34f056 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x8e2d28bf p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x964ebede p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x984c5e73 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x9a7101b1 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xa16fe6d4 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xa749ea8c p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xabaf60f4 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xae49252f p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb0c8787a p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xb1ae0a04 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xb5e2617a v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xb6c4506a p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb79f25fd p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0xb931298a v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xc29c68cb p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xcf10d961 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xcff09894 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe1f490c1 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf9565406 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xfe93b17e p9_client_wstat +EXPORT_SYMBOL net/appletalk/appletalk 0x6ba6086f aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x77a737e4 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xbae8e1ef atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xe20453d9 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x1d1b5c17 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x1f0936b3 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x25b19944 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3464b084 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x5b06a0ff vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x85c967e9 atm_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc4913d5c vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe52b5e11 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xe7122dfe atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xeccbbaaa atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf769db27 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xfa38868c deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xfd3e5742 vcc_process_recv_queue +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4de22554 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x6877fba6 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x8d4d664e ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb0dc6c1f ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xb4bca95f ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xbd3e63b9 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd269fd6e ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd5a2ec62 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x36f077f6 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x82a9f322 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe6b0f93a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfab96586 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2b7d883c caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x74575912 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x7ccc88ab caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd04a8bde caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xfcd2016c cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x0513367e can_rx_unregister +EXPORT_SYMBOL net/can/can 0x23fc4b79 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x3fb566d1 can_send +EXPORT_SYMBOL net/can/can 0x4e029a49 can_rx_register +EXPORT_SYMBOL net/can/can 0x4fa1e7be can_proto_unregister +EXPORT_SYMBOL net/can/can 0x96f857c2 can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x00968f0e ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x03538d19 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x077621e3 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x0976b02e ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x0ad05371 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x0b82ae85 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x0bce7c83 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x0c5319f9 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x0e003da2 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x11b2e638 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x11d52ef0 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x171d47fd ceph_messenger_fini +EXPORT_SYMBOL net/ceph/libceph 0x1b3cec9a ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x1d9686be ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x24f80cb3 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2c188020 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x2e84a4b0 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2ff5669e ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x30b7e43c ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x3628a80b ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x37e80e72 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x38848bc3 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x393842ba osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e1c4b5b ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3f08e960 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x3f83c079 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x4134602d ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x45c6b2ad ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x47f4d64c ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x4b21fe1e osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x54e9814b ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x558a4ac7 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5685fd08 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a15bbb9 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5ee939d6 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x5f63246a ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x5fa9d06a ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x61fc8112 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6482477b osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x664ad459 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x67dc2d05 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6b14d446 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x6bb3f652 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x6d8d271b ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x72744f40 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x7303e889 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x7367e198 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x73dd8e8a ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x75e5d170 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x78f8bd2c ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x8074ca07 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x80c6ef6d ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x82060aa9 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x82fd70c8 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8d565803 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8dd881cd ceph_osdc_copy_from +EXPORT_SYMBOL net/ceph/libceph 0x8f1c5945 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x90bb3b56 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy +EXPORT_SYMBOL net/ceph/libceph 0x92813f4b ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x9568a217 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x9b54f4a2 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa42a1bf0 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xa438c5bc ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa5f45f43 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa73b9289 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xacc94742 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xace81187 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae8a0601 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5ad49b5 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xb62eb705 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb89e5de0 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xb95afd18 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xba54e175 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xbaa7d390 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbd7628b6 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe448eac ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbededfd1 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xbf422d01 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbf7f18ef ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xbfbca51c osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xc20825f4 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xc35ac7e5 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc570aa8c ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xca4269da ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xca758380 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xca80eb72 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xceb2821d osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xcfa16e5b ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xd25cdfcb osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy +EXPORT_SYMBOL net/ceph/libceph 0xda18c94f ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xdba7eb4e ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xdbda7658 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xdc17170e ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xddb3ec23 ceph_monc_blacklist_add +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe09af1cb ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xe1ecf7c3 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xe2abe573 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xe71fd855 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf17b13b7 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xf251b279 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xf40701ab ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xf6fbf7e8 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xfa400e9a ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xfd3adc6c ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x460016ca dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x46eb505b dccp_req_err +EXPORT_SYMBOL net/dsa/dsa_core 0x62f27237 dsa_port_vid_del +EXPORT_SYMBOL net/dsa/dsa_core 0x89fadbb0 dsa_port_vid_add +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1c68455a wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2b94a66d wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x31d48413 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x42a346e2 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbc5659d1 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xded6c082 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x2c9e42a3 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xba8e06e3 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xf5ff41a8 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x1406d427 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x37606911 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9b55d416 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb52305ef ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x70ded7b1 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa8b045df arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb2869c25 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xfdbe0ba7 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x2d7f808e ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x51320c63 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9c443033 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x495cad13 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x5ce0eb61 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xaef777c0 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x05125e21 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3f90ccf7 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x417088c4 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4ed6b21e ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x68213502 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x93e9288c ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa5ef4114 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xabe8cb15 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd81fbe3d ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0c467fae ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x28584123 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc92ee8e7 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x0ebfa5f0 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x97b7748e xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3e2d5c57 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x9b736c94 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/l2tp/l2tp_core 0x740a35f0 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0xfeb387c3 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0x2f7d3ed7 l2tp_ioctl +EXPORT_SYMBOL net/lapb/lapb 0x2bfb5472 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x39fd3dbe lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x726f81d4 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x7536fb08 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x8ce88776 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xe0c85141 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xe870456e lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xee34aa5c lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x65a136c2 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x7076986b llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x91922322 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x95c12f33 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xf238b30c llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xf4e900ad llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xff5a91e0 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x004aeda4 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x00ce0d72 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x07132ea9 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x085ea707 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x10f7a882 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x125a8168 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x14746622 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1634f79a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1e4e6c96 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x1f9cbd19 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x20b34508 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x214031be ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x21fde223 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x25fa33dd ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x266fdfea ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x2b5cb441 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x2ba4b482 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x332f3f5a ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x33cc752e ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x3cd74ef4 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x413cde4a ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x42d551e2 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x44225d48 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x47d9c251 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x4992f140 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x4d52de6f ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x54e7bc6c ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x5570c472 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x56218cd9 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5788297d ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x580c216f ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5c9cc820 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x63bbe175 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x68776b0e ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x7682c9c6 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x768539ea ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7947cb65 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x79b09e58 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x8034920d ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x85682c81 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x908baae3 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x94a71a72 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x9684b4b4 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x973cd262 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x998894e3 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x9ad34b49 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x9b7d2472 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x9edd69a3 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xa3023adf ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xa460612f ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xa765abce ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xa8b52abb ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb3612f31 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb3c1cbcb ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xb4d0989a ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xb5ffb7fe ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xb790ea6c ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb94bf4f8 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbaefad04 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xbcf4eddc ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xbf59e693 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xbf6a7541 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xc00a25a5 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xc05898cb ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xc0f4b1c9 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xc93106cc ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xcacc4cb6 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xcb2c49c3 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xcbc739b9 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcdfaa4c4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd49b0cc5 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xd896812f ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xda34e0f9 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdb757fee __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdc228f4f ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xdca4feea ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xdde7ceb5 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xde46d120 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe24a9e17 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe6da8cdc ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xe6f8ffc1 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xe9a8fe54 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xec4272eb ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xedf3f540 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xf40fc31c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf45e368a ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xf7c7a288 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xf9f170ee ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfa92d5f7 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xfc7f2643 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfe2ff225 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xfffb4f71 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac802154/mac802154 0x1cec2da8 ieee802154_stop_queue +EXPORT_SYMBOL net/mac802154/mac802154 0x31251a40 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x51b5a7d5 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x580d7250 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x604c40cc ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x60be44a8 ieee802154_wake_queue +EXPORT_SYMBOL net/mac802154/mac802154 0xde7082c9 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf05a09ac ieee802154_register_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x058ed17d ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x13895780 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x20dafa1d unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x47cf17b2 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4a38d803 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6c456ac7 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7885ecaf register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x85e5befb unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8b02b1a0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9cb40a1 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xccaeaf37 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xce7efb6b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd250f3dc ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe1f57fd5 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf008bb61 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0e2e254d nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x4a1a9a42 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x668085ac nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x679b3f27 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6f3e7bb5 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xd96e5611 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xf3c0be10 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x212a2362 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x222ecb02 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x521ca121 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7cfbeee5 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x833d607a xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x8571bd93 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x890cc674 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xd89e5bc5 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xf47fc1bd xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0a8c37e1 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x19edafb6 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x1a8f332b nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x3820660e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x38d9e0c3 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3f24f320 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x573d249f nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x6037270a nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x6e1d268e nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x86baa4a2 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8d094d01 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x97a9dc55 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb0f5828c nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xb9150e2b nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xbc7333fe nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xc46df9f8 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xcb2f6681 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xd166ed45 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd35057a4 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe69b9ec2 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xf39f2a37 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/nci/nci 0x10092c9b nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x22a44aa7 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x2681cb28 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x338bfe08 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x4180fb26 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x46c74649 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x46e159ee nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x4aa32769 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x5370f491 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x576dc8a3 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x59e863ed nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x646747e3 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x67e688bd nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x6815180e nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x6a04780d nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x72b1317e nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x79cd31b1 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x7b829636 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x92cc7c7b nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa68b8e2d nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xab54673a nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xaebfd491 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xb29eaf51 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xb4c232d6 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcd3d4f19 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xd93f8a3f nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xe0485b99 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xeb740fb6 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf8e25976 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nfc 0x003e67b8 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x055c4817 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x06178d68 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x071d8cb5 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x129cc3c2 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x1e42cda6 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x207be125 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x29319995 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x2ac98ab1 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x2f8383c6 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x3518f7e9 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x3a1b37e4 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x5de74110 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x6b52767d nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x88b2691d nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x98f04768 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x9bc8a8cf nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xb4878979 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc57e4ef7 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xdcee8f4a nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xde1fa256 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xede20c95 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xf3281f82 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xf4a154a9 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xf9632d15 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc_digital 0x451aa91a nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x551d20c3 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8ae2f3db nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe71956fc nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x10cb6fcf pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x5bbfdb3d phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x5e469b5a phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xabb15d86 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xb6b04b91 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xbe66bb04 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xcae3141f pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xf0960b09 phonet_stream_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0615034c rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x07795531 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x173cfacf rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x214fc9b9 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x264c4f78 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x424b6d47 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5aec615a rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x71fb7502 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x894bab3c rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa7599dfc rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaf159d57 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcd715f14 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe85b5111 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf23a035b rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf6cbafb4 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xff81e59a rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfffabefe key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0xa9112791 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x215ed38f gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6355dcdd gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf5e70672 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa791d41e xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xace2080f xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe412f053 svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x00cdeb23 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x29ccd553 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x38d8cb23 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x976f9d5e tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0x0cd08b51 tls_get_record +EXPORT_SYMBOL net/tls/tls 0xc3f0b275 tls_register_device +EXPORT_SYMBOL net/tls/tls 0xe2a27694 tls_unregister_device +EXPORT_SYMBOL net/wimax/wimax 0x38eae396 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x5c989ffd wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x08601f49 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a5e91a9 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0b58cefa cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x0d349171 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x0dd601d7 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x10ff47ac cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x12aeb7e4 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x12ec0335 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x199e9766 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x28c3b957 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x299c2248 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x2aab80d1 regulatory_set_wiphy_regd_sync_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x2e1fb2b4 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x38de20bd cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x399e0306 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x3bd8aaa1 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x3cd8b0ca cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3d596593 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x4050a1d0 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x40a5090a cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x43f5efcf cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x444606eb cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x46312808 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x4730c5ee cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x49c48a09 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x4a59d0eb cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4b2e5c34 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x532cafb1 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x5479a12b cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x59fc2483 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5a9f637d cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x65363714 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x664dd46a cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x6806e66f cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a21e54b cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x6b0fa68a cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6c77b030 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x6efbb922 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x74810dbd wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x7605f39f cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x763850b6 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a794c1d cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7c1ca47c cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x7eb2ee0c cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef9f5e0 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x8684a888 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x868ceac9 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x8dba83e7 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x8e21b7bb cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x8ea2dd7f cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x8fb0e49f cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x90b60a2c cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x9416b557 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x962b6f52 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0x982cfac5 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x983614d6 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9c00f719 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0xa69549cc cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa7a23808 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0xad821d83 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xae7cd5ba cfg80211_abandon_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0xb18a4133 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xb4aff29e cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xb85422d5 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xbb87880a cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbcac2091 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xbead52e3 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbf204bf8 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xbf81183a cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc09b637a cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xca9d5d17 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xcb9f2457 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcd149318 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xce079638 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xce4b288b ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xcefec4f1 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xcf069ed9 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd16dc5a1 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xd244b1eb wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xd2f0d206 ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xd53f4338 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd639bcff wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xd6400a62 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd74e288e ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xd7c4c475 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd8f84347 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd049caf __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xdf44c783 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe13f139d cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xe307260a cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe86d80ff cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xecae864d wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xefd7ec2e cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf1ea56f6 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xf40b2612 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf5b8579b cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfc18e307 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xfc917d04 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/lib80211 0x706109a8 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x76fc5778 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x81c3f3e9 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc145327e lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xc8d3615e lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xe78c612a lib80211_get_crypto_ops +EXPORT_SYMBOL vmlinux 0x0000c734 mdio_device_create +EXPORT_SYMBOL vmlinux 0x00058ab6 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x000821be request_key_tag +EXPORT_SYMBOL vmlinux 0x0020b7b3 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x002b08c3 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0034396d pagecache_get_page +EXPORT_SYMBOL vmlinux 0x00386dab inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x00536ccb sk_mc_loop +EXPORT_SYMBOL vmlinux 0x005a2842 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x005c8bb9 inet6_release +EXPORT_SYMBOL vmlinux 0x006229e3 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x0084ffed acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x008f12bf mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x00a616df of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x00c3b15f mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x00d333ac phy_modify_paged +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d846c1 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x00fdb0ce generic_setlease +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0107c34e ptp_clock_event +EXPORT_SYMBOL vmlinux 0x011a20b3 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x012ac88a i2c_release_client +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0153b71d __sk_dst_check +EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags +EXPORT_SYMBOL vmlinux 0x015af7f4 system_state +EXPORT_SYMBOL vmlinux 0x016948f8 neigh_table_init +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018fd530 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x01a45b14 unix_get_socket +EXPORT_SYMBOL vmlinux 0x01b47a5d block_truncate_page +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01b8887f inode_init_always +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01f13713 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x01f38308 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021bf059 bdget_disk +EXPORT_SYMBOL vmlinux 0x021ce753 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x02460740 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups +EXPORT_SYMBOL vmlinux 0x02599e24 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02781c6d ata_dev_printk +EXPORT_SYMBOL vmlinux 0x027a72c9 locks_init_lock +EXPORT_SYMBOL vmlinux 0x02831151 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x02900538 mount_nodev +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02ac2216 pnp_is_active +EXPORT_SYMBOL vmlinux 0x02ac5e61 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x02b8ab42 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x02bc4610 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x02d54923 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x02da9591 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string +EXPORT_SYMBOL vmlinux 0x02f180ed ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x03031bdf key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x030ff01a seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x031f3e0b abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033b8b8a acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x0357478d inet6_del_offload +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x03799bb3 follow_down_one +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0383644d netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x0393699d fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x03978417 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a19f5f km_query +EXPORT_SYMBOL vmlinux 0x03a2bb74 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x03a8133c inet_frags_init +EXPORT_SYMBOL vmlinux 0x03ac567a put_cmsg +EXPORT_SYMBOL vmlinux 0x03b6970c sk_dst_check +EXPORT_SYMBOL vmlinux 0x03d692be from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03feea40 cpumask_next +EXPORT_SYMBOL vmlinux 0x0410a9cd set_nlink +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0458eaa6 simple_getattr +EXPORT_SYMBOL vmlinux 0x045c0240 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x046587b4 get_gendisk +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0479d386 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048cf372 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x048e1ba5 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x048e85f4 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x0495b841 put_fs_context +EXPORT_SYMBOL vmlinux 0x04a5d8d7 netdev_warn +EXPORT_SYMBOL vmlinux 0x04b27ab5 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x04ca90fc serio_open +EXPORT_SYMBOL vmlinux 0x04d163a2 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x04d7464c seq_escape_mem_ascii +EXPORT_SYMBOL vmlinux 0x04da1ce4 vm_mmap +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0509a876 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05249472 proc_create_data +EXPORT_SYMBOL vmlinux 0x0538db98 lock_page_memcg +EXPORT_SYMBOL vmlinux 0x0544171b sk_capable +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0548d808 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x0551bbf8 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x05682c27 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x057508fb vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x05893117 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x05a461ab dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x05a5d022 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x05b97c8c dcache_dir_close +EXPORT_SYMBOL vmlinux 0x05cb71bc tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x05cc921c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x05e12853 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x060373ec dump_truncate +EXPORT_SYMBOL vmlinux 0x06086cec scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061bbce0 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x06290592 mii_check_media +EXPORT_SYMBOL vmlinux 0x062cb484 bd_start_claiming +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0634f96a xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x064c0e58 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x06640de0 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x0667adab nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x0675e26a devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x067db652 bdput +EXPORT_SYMBOL vmlinux 0x068089d6 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x06ab72c4 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x06baa2c2 dquot_drop +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress +EXPORT_SYMBOL vmlinux 0x06efd60e inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x07102a40 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x071e1634 get_tz_trend +EXPORT_SYMBOL vmlinux 0x071eaa9c fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x0721d842 pipe_unlock +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073a44b4 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x073fb3de dev_mc_add +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07473f0a skb_queue_purge +EXPORT_SYMBOL vmlinux 0x074922df md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x07573799 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x075ffc1f vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x0769ad27 dquot_release +EXPORT_SYMBOL vmlinux 0x076a7d0a ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x0773421f register_qdisc +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c84921 tty_lock +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d88dde d_find_any_alias +EXPORT_SYMBOL vmlinux 0x07dd7caf fb_blank +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f6e810 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x07ffe7e4 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x08121e97 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x081a8354 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x082b7be5 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082e7bb2 vmap +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084e0d81 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x084ec384 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x085d5f21 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x085efe4e __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x08d27649 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x08d3bfa6 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e963ac skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x08ea1542 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x08ebaef3 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x090bcf9a end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x0912a5e9 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x0917490b wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x0934977a udp_disconnect +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093c8c66 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x0948c1e5 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x09573f18 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc +EXPORT_SYMBOL vmlinux 0x09682235 down_timeout +EXPORT_SYMBOL vmlinux 0x0970e45f ilookup5 +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098bb3aa pci_dev_put +EXPORT_SYMBOL vmlinux 0x09a22f1b is_subdir +EXPORT_SYMBOL vmlinux 0x09be49dc textsearch_prepare +EXPORT_SYMBOL vmlinux 0x09c17516 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x09c4b8e7 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf724a redraw_screen +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d73cae tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f1d05f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x09f61906 __sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a143d6e clocksource_unregister +EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key +EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class +EXPORT_SYMBOL vmlinux 0x0a30ca7d fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x0a3453a3 f_setown +EXPORT_SYMBOL vmlinux 0x0a368912 write_cache_pages +EXPORT_SYMBOL vmlinux 0x0a378801 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x0a4e5c8b dev_trans_start +EXPORT_SYMBOL vmlinux 0x0a67add6 bio_reset +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a805e54 fscrypt_get_encryption_info +EXPORT_SYMBOL vmlinux 0x0a85c7a4 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab0c5a4 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x0ac3b035 softnet_data +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae8254f security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x0af20eae down_read_interruptible +EXPORT_SYMBOL vmlinux 0x0af4c7f1 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x0b15b2d7 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b233863 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b34934e blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x0b371732 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x0b3b1d61 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0b49e38b mmc_put_card +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7d79ab udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x0b91d950 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x0ba5452e kern_path_create +EXPORT_SYMBOL vmlinux 0x0bbef67a bdev_read_only +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd1cf31 inode_init_owner +EXPORT_SYMBOL vmlinux 0x0bd963c9 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x0be4b9aa skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x0be7dc3e security_sk_clone +EXPORT_SYMBOL vmlinux 0x0bedf9b2 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0c008838 __d_lookup_done +EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame +EXPORT_SYMBOL vmlinux 0x0c2049e5 vme_master_request +EXPORT_SYMBOL vmlinux 0x0c25c406 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c305324 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x0c34905e ps2_handle_response +EXPORT_SYMBOL vmlinux 0x0c363bd8 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x0c46da66 vm_event_states +EXPORT_SYMBOL vmlinux 0x0c57d179 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x0c866597 bmap +EXPORT_SYMBOL vmlinux 0x0cb5d825 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x0cc2c9e0 make_kprojid +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cd77688 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0cedd757 kern_unmount +EXPORT_SYMBOL vmlinux 0x0cef0139 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x0d078f9a amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1ded22 md_write_end +EXPORT_SYMBOL vmlinux 0x0d1ea741 __module_get +EXPORT_SYMBOL vmlinux 0x0d350df4 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d48f11f dns_query +EXPORT_SYMBOL vmlinux 0x0d4df401 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5c1615 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset +EXPORT_SYMBOL vmlinux 0x0d63841a insert_inode_locked +EXPORT_SYMBOL vmlinux 0x0d661b44 vfs_statfs +EXPORT_SYMBOL vmlinux 0x0d85d453 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x0d88fbfb phy_attached_info +EXPORT_SYMBOL vmlinux 0x0da549c6 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0da9af90 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x0da9d2d9 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x0dc07ff3 proto_unregister +EXPORT_SYMBOL vmlinux 0x0de8d91f devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e26b4f7 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x0e36d13f tcf_block_put +EXPORT_SYMBOL vmlinux 0x0e3ec037 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4719ef xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor +EXPORT_SYMBOL vmlinux 0x0e7c7857 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x0e8a1759 km_new_mapping +EXPORT_SYMBOL vmlinux 0x0eb83494 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0eba6481 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec636f7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x0ee1aff0 from_kprojid +EXPORT_SYMBOL vmlinux 0x0ef1512e twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x0ef790b5 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x0efb2252 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0efc10cb brioctl_set +EXPORT_SYMBOL vmlinux 0x0efd4d9e rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x0f0219c1 kobject_put +EXPORT_SYMBOL vmlinux 0x0f08ec59 input_open_device +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ac7ef ip6_frag_next +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3b6af0 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x0f3f3a14 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x0f574609 soft_cursor +EXPORT_SYMBOL vmlinux 0x0f59b714 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x0f7d8d3b dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x0f8431e7 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8df1a3 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x0f92bcf7 mr_table_dump +EXPORT_SYMBOL vmlinux 0x0f935629 generic_end_io_acct +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fab92af of_phy_attach +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fcefa57 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x0fd377bd register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x100c594b __f_setown +EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x102a010b bdi_register_va +EXPORT_SYMBOL vmlinux 0x10327316 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x1033900d create_empty_buffers +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x10485df4 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x105f2ed0 md_flush_request +EXPORT_SYMBOL vmlinux 0x1061304c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106807d5 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10746f3f pid_task +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10885ed7 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x1097340f netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x10be9452 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x10bfe942 keyring_clear +EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10eb2780 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111f4f65 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x116bdbe1 iov_iter_init +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11c2e896 peernet2id +EXPORT_SYMBOL vmlinux 0x11c5c6d6 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg +EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1200bee4 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x120f0448 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x1211dc3a bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x1228b682 dma_find_channel +EXPORT_SYMBOL vmlinux 0x122c10f1 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x122e7e14 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x123e074f param_ops_ulong +EXPORT_SYMBOL vmlinux 0x1250c6aa tty_write_room +EXPORT_SYMBOL vmlinux 0x1254be7c devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x1258bf75 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x12820c65 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dca813 seq_release +EXPORT_SYMBOL vmlinux 0x12e45f93 qdisc_put +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x13205982 md_check_recovery +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132b2b40 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x133653ab csum_and_copy_from_iter_full +EXPORT_SYMBOL vmlinux 0x1341e22d mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x134b21f0 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x134f714b xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x1373dc6f phy_init_hw +EXPORT_SYMBOL vmlinux 0x1374eb7f ppp_input_error +EXPORT_SYMBOL vmlinux 0x13794be8 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x137f5d6a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x139cee21 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a9ea9d phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x13b6f8d2 sock_from_file +EXPORT_SYMBOL vmlinux 0x13b8a4de pci_choose_state +EXPORT_SYMBOL vmlinux 0x13ca1415 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f29af2 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x140c73fa flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x140ff140 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x1410a5d2 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14235580 pci_find_bus +EXPORT_SYMBOL vmlinux 0x142f9910 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x1441f0c0 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146ff27a init_net +EXPORT_SYMBOL vmlinux 0x147c8a1d dst_dev_put +EXPORT_SYMBOL vmlinux 0x148b733f bdi_register_owner +EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x14a5c684 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x14aa7311 unlock_page +EXPORT_SYMBOL vmlinux 0x14b89635 arm64_const_caps_ready +EXPORT_SYMBOL vmlinux 0x14ba0582 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c6f9de uart_resume_port +EXPORT_SYMBOL vmlinux 0x14c95898 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x14d6d9b2 kthread_blkcg +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x14fd6781 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo +EXPORT_SYMBOL vmlinux 0x150c9272 fget +EXPORT_SYMBOL vmlinux 0x15173261 tcp_prot +EXPORT_SYMBOL vmlinux 0x1518bf71 default_llseek +EXPORT_SYMBOL vmlinux 0x151e97bb phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152ce5c2 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154d6f65 d_genocide +EXPORT_SYMBOL vmlinux 0x157264c5 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x1590a135 arp_xmit +EXPORT_SYMBOL vmlinux 0x1591c82b buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x15a7a0fc tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x15af7525 of_get_next_child +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15cac369 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x15cfc24e of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x15e62b53 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x15ea4898 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x15ea5e92 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x15fd8271 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x1606344c of_get_pci_address +EXPORT_SYMBOL vmlinux 0x160b208e pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x161bbc7c dma_free_attrs +EXPORT_SYMBOL vmlinux 0x16205782 __cgroup_bpf_run_filter_setsockopt +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize +EXPORT_SYMBOL vmlinux 0x1637aa2a inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x163ed7f0 __skb_checksum +EXPORT_SYMBOL vmlinux 0x164a63c2 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x1660870f xsk_umem_complete_tx +EXPORT_SYMBOL vmlinux 0x166e0e25 udp_prot +EXPORT_SYMBOL vmlinux 0x167874d5 key_alloc +EXPORT_SYMBOL vmlinux 0x167c586b xfrm_register_km +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x168736b6 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16ad1039 kernel_listen +EXPORT_SYMBOL vmlinux 0x16b5d6e4 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x16bc18e5 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16cf2937 fs_parse +EXPORT_SYMBOL vmlinux 0x16da1e65 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x16dcde88 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e3f9d9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16e8dcb2 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x16f6e5e2 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x170493e8 nvm_unregister +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1716ac74 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x174d244c tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x175f47cf of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x1765ea1f __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x179733d7 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x17b764de sk_wait_data +EXPORT_SYMBOL vmlinux 0x17cb9dfe pnp_device_attach +EXPORT_SYMBOL vmlinux 0x17ccdad2 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x17dda11f neigh_seq_start +EXPORT_SYMBOL vmlinux 0x17dfff80 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x17ebf2fe dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x17ecdb4f proc_set_user +EXPORT_SYMBOL vmlinux 0x17f5a284 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x18042a26 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x180966f5 netif_napi_del +EXPORT_SYMBOL vmlinux 0x180a1ae2 cdev_device_add +EXPORT_SYMBOL vmlinux 0x182db23b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x184195da filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x184e6be6 fd_install +EXPORT_SYMBOL vmlinux 0x18773a40 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18995217 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18cc98fe of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x18e245c5 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x19231a0b iterate_dir +EXPORT_SYMBOL vmlinux 0x19242e38 efi +EXPORT_SYMBOL vmlinux 0x1936f222 ether_setup +EXPORT_SYMBOL vmlinux 0x194d5318 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195bdf6b i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x195e0245 nf_log_register +EXPORT_SYMBOL vmlinux 0x195f194a inet_add_offload +EXPORT_SYMBOL vmlinux 0x197b39a6 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt +EXPORT_SYMBOL vmlinux 0x19902c81 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a0d991 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x19aaf017 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x19b58955 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x19bc282f sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x19bc71f4 vme_bus_type +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19ebb6d1 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx +EXPORT_SYMBOL vmlinux 0x1a21ad9c lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1a3ba69a get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4ce570 of_node_get +EXPORT_SYMBOL vmlinux 0x1a5305ae __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x1a5aa818 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x1a63c4df tty_check_change +EXPORT_SYMBOL vmlinux 0x1a6aa349 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x1a6e122b generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x1a75e967 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x1a92c4fd inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aaf49e9 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1af4db0d serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b42bfbb phy_write_paged +EXPORT_SYMBOL vmlinux 0x1b42faad flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5aab45 kern_path +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b71a423 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b78cbeb dquot_acquire +EXPORT_SYMBOL vmlinux 0x1b91affc i2c_del_driver +EXPORT_SYMBOL vmlinux 0x1b9396da dev_addr_del +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bbc779f dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x1bd405c8 sdei_event_register +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be769d2 mmc_add_host +EXPORT_SYMBOL vmlinux 0x1bef0c54 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x1bff352e scsi_print_sense +EXPORT_SYMBOL vmlinux 0x1c0111c4 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x1c174ed2 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x1c1c42ef qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat +EXPORT_SYMBOL vmlinux 0x1c388a07 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c6c0de5 block_write_full_page +EXPORT_SYMBOL vmlinux 0x1c9495f8 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x1ca1b5b6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x1ca83e49 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x1cac42da jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce019fe _copy_to_iter +EXPORT_SYMBOL vmlinux 0x1ce1cde1 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x1ce86532 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x1cebc284 alloc_pages_vma +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1970e4 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x1d31727e __scm_destroy +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d47de77 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x1d493790 d_add +EXPORT_SYMBOL vmlinux 0x1d4aac01 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x1d4d6052 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x1d4f65e7 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x1d648a5a reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x1d8807c2 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x1d8db721 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x1d9075d7 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x1da2a97d pci_release_resource +EXPORT_SYMBOL vmlinux 0x1da531ae phy_start_aneg +EXPORT_SYMBOL vmlinux 0x1db30a11 d_invalidate +EXPORT_SYMBOL vmlinux 0x1dc9dadd cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddc6d85 input_allocate_device +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de798b8 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0374ca path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1287ae pci_release_region +EXPORT_SYMBOL vmlinux 0x1e1475d7 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1e2c56e9 hmm_range_register +EXPORT_SYMBOL vmlinux 0x1e310b62 read_code +EXPORT_SYMBOL vmlinux 0x1e40d072 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x1e494bd3 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e867abc phy_stop +EXPORT_SYMBOL vmlinux 0x1e8868c0 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x1e8c4043 bdevname +EXPORT_SYMBOL vmlinux 0x1e8f454f bdi_register +EXPORT_SYMBOL vmlinux 0x1e943033 should_remove_suid +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea87539 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x1eb47700 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked +EXPORT_SYMBOL vmlinux 0x1ef07a77 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x1efcd700 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x1f1fbc24 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x1f45f352 sk_net_capable +EXPORT_SYMBOL vmlinux 0x1f5c954d __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x1f70fb88 dma_supported +EXPORT_SYMBOL vmlinux 0x1f77c4d3 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc18d92 inet_gso_segment +EXPORT_SYMBOL vmlinux 0x1fc64d58 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate +EXPORT_SYMBOL vmlinux 0x1fcd4ea1 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd21955 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x1fdc7df2 _mcount +EXPORT_SYMBOL vmlinux 0x1fe0c030 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x1fe674fb fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2030812b vfs_create_mount +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x2058034f __put_cred +EXPORT_SYMBOL vmlinux 0x2070d590 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x207b1e30 key_type_keyring +EXPORT_SYMBOL vmlinux 0x20a1b519 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b4eb6c dev_addr_add +EXPORT_SYMBOL vmlinux 0x20b9d09c input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ff7879 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize +EXPORT_SYMBOL vmlinux 0x21001a28 skb_tx_error +EXPORT_SYMBOL vmlinux 0x21347995 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x21348781 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21467dbb netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x214f2bfa abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init +EXPORT_SYMBOL vmlinux 0x21647ad9 dma_virt_ops +EXPORT_SYMBOL vmlinux 0x216e934e kmalloc_caches +EXPORT_SYMBOL vmlinux 0x21822e61 netdev_change_features +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21cd869e alloc_fddidev +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x220e55d0 mem_section +EXPORT_SYMBOL vmlinux 0x221275ec mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x22209cc0 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x2225fca7 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x22265a81 fsync_bdev +EXPORT_SYMBOL vmlinux 0x2226810b fman_bind +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224b93a1 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x224cab07 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x22663ab4 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x22709ad9 dev_addr_init +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22860062 get_mm_exe_file +EXPORT_SYMBOL vmlinux 0x22a3884e scsi_host_put +EXPORT_SYMBOL vmlinux 0x22aadb34 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x22b09183 tty_vhangup +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c17d62 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x22d53048 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x22d81945 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x22dc1fbe devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x22e15132 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x22e8f2b1 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x22e976f4 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x22eedce0 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x22eefc17 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x230cbfab devm_memremap +EXPORT_SYMBOL vmlinux 0x230cc225 PDE_DATA +EXPORT_SYMBOL vmlinux 0x2319ff4f cdev_init +EXPORT_SYMBOL vmlinux 0x231ca585 _dev_crit +EXPORT_SYMBOL vmlinux 0x231fac0a __break_lease +EXPORT_SYMBOL vmlinux 0x2364da19 key_validate +EXPORT_SYMBOL vmlinux 0x236e3f92 tty_register_driver +EXPORT_SYMBOL vmlinux 0x2378486f scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x237cab0f prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x2384432d security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x238af3c3 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239d871e dev_uc_del +EXPORT_SYMBOL vmlinux 0x23b91049 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23beee06 of_get_address +EXPORT_SYMBOL vmlinux 0x23c84e69 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d12100 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e62ef6 setattr_prepare +EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x23eecc07 framebuffer_release +EXPORT_SYMBOL vmlinux 0x23f1d2b3 devm_free_irq +EXPORT_SYMBOL vmlinux 0x23f56f69 iproc_msi_init +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241d7e0b blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24232d90 irq_to_desc +EXPORT_SYMBOL vmlinux 0x243ea743 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244c01bd remove_conflicting_pci_framebuffers +EXPORT_SYMBOL vmlinux 0x244da768 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246feee9 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248d32bb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x24a4c849 udp_ioctl +EXPORT_SYMBOL vmlinux 0x24aa3355 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x24aebac8 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x24b48205 try_to_release_page +EXPORT_SYMBOL vmlinux 0x24c65dff key_unlink +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e20535 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x251dd645 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x25207cff simple_get_link +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x254f6603 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x2552dba8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string +EXPORT_SYMBOL vmlinux 0x25754c76 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x257df6c2 serio_close +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x258d18f9 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25991df5 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x25a65511 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x25dea3dd clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f59db2 skb_dump +EXPORT_SYMBOL vmlinux 0x25f8044b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x25fbfb9b pci_reenable_device +EXPORT_SYMBOL vmlinux 0x26035c69 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26114126 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x26152e3e nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x262e823a wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2630dfc5 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x2639aa85 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2665db8c posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x26734003 audit_log +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26a6a26a vga_tryget +EXPORT_SYMBOL vmlinux 0x26d2582e fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x26dc1026 inet_shutdown +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e5667c __dquot_transfer +EXPORT_SYMBOL vmlinux 0x2718db6e serio_interrupt +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272140de phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272f63d1 input_match_device_id +EXPORT_SYMBOL vmlinux 0x2730480f sock_recvmsg +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2740899d fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x2758822e xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x27661473 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x2766cda7 submit_bh +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2781b085 tty_port_open +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27875e72 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x27a2d1f8 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27cdefbe __frontswap_test +EXPORT_SYMBOL vmlinux 0x27df8fdf mmc_release_host +EXPORT_SYMBOL vmlinux 0x27e6d7b9 hmm_range_dma_unmap +EXPORT_SYMBOL vmlinux 0x27e80f52 inet_listen +EXPORT_SYMBOL vmlinux 0x28155895 dquot_destroy +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28195ef3 __cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x28207b9d blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x282262d4 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x28255c5c dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x283c7798 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x284d92c5 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x28500a09 bd_finish_claiming +EXPORT_SYMBOL vmlinux 0x28645df8 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x2868af89 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x2873dd84 __block_write_begin +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28800bee alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x289e6199 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x28ba3955 search_binary_handler +EXPORT_SYMBOL vmlinux 0x28bcc209 param_ops_byte +EXPORT_SYMBOL vmlinux 0x28f05dca ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x2902b547 lock_rename +EXPORT_SYMBOL vmlinux 0x290404cd sget +EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0x2914d518 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x291af24c seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x29361773 complete +EXPORT_SYMBOL vmlinux 0x293f10d8 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x29484934 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu +EXPORT_SYMBOL vmlinux 0x296644f8 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x296cb509 __xa_insert +EXPORT_SYMBOL vmlinux 0x298840fd kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x29cd038b simple_rename +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e2198a dquot_commit_info +EXPORT_SYMBOL vmlinux 0x29ea29db __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x29f3d3ef tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x29f4d138 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x2a00655b __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x2a013f2d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x2a034623 serio_bus +EXPORT_SYMBOL vmlinux 0x2a113e16 finalize_exec +EXPORT_SYMBOL vmlinux 0x2a1a2834 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x2a1ccf32 fman_set_mac_active_pause +EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a54a692 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x2a5e05ec security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x2a60c2d7 node_states +EXPORT_SYMBOL vmlinux 0x2a8911ef seq_open_private +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9ac1d3 touch_atime +EXPORT_SYMBOL vmlinux 0x2a9e1c28 input_setup_polling +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ab7989d mutex_lock +EXPORT_SYMBOL vmlinux 0x2aff6659 netdev_printk +EXPORT_SYMBOL vmlinux 0x2b059880 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b36aaf8 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x2b3f3893 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b662006 vfs_symlink +EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer +EXPORT_SYMBOL vmlinux 0x2b78c318 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x2b7b2ab3 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x2b7b8ae5 rproc_boot +EXPORT_SYMBOL vmlinux 0x2b811614 bdi_put +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2baf0485 phy_init_eee +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb9af28 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x2bc99dff sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c02b326 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x2c22589c scsi_remove_target +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c3244e6 dev_mc_init +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5f0865 file_path +EXPORT_SYMBOL vmlinux 0x2c6da904 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8480dc xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x2c85e384 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x2c86eb2f of_platform_device_create +EXPORT_SYMBOL vmlinux 0x2c90ed6f alloc_pages_current +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9562ef nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x2c9ec075 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x2ca0e4e4 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x2cb67049 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x2cbd29ea tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x2cc85f4f vlan_vid_add +EXPORT_SYMBOL vmlinux 0x2cc969d9 is_bad_inode +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd8bf20 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x2cd9aef6 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2ce65f3d consume_skb +EXPORT_SYMBOL vmlinux 0x2cf03db9 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3b721e remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d6ec1be __register_chrdev +EXPORT_SYMBOL vmlinux 0x2d7d8f98 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da322bf config_group_init +EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user +EXPORT_SYMBOL vmlinux 0x2db3d320 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2db6162b simple_fill_super +EXPORT_SYMBOL vmlinux 0x2dc22cb0 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2dc81b92 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2df1482e dev_change_carrier +EXPORT_SYMBOL vmlinux 0x2dfa6c22 mii_link_ok +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e324f4c tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e5761cb jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x2e7006ef pci_select_bars +EXPORT_SYMBOL vmlinux 0x2e75be4b tty_port_close +EXPORT_SYMBOL vmlinux 0x2e782aa0 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x2e7d3665 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x2e88b8bd mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x2eba2c21 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x2ec0409a vme_irq_request +EXPORT_SYMBOL vmlinux 0x2ec3453b qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed62ce2 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x2edbd71d input_set_abs_params +EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin +EXPORT_SYMBOL vmlinux 0x2ee0bcd3 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2eee771e xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x2ef9b93f nf_setsockopt +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0aa454 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x2f15c0cb dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x2f1b8be8 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x2f2dc022 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x2f5f907b devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2f6da070 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f874b2f rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x2f9f4d03 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x2fa36297 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc3212a simple_transaction_set +EXPORT_SYMBOL vmlinux 0x2fc8ed6f mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x2fdc4652 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2ff7a5e4 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x2ff83cef __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x3007b01c vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x300adca8 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x30647bca input_release_device +EXPORT_SYMBOL vmlinux 0x307991bc blk_register_region +EXPORT_SYMBOL vmlinux 0x3085ee25 md_reload_sb +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30bc0609 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x30bd5ee0 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3100cff9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310bd5b0 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x311a6e05 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3160cb8f bioset_exit +EXPORT_SYMBOL vmlinux 0x3161b459 dump_skip +EXPORT_SYMBOL vmlinux 0x318d6fec mutex_is_locked +EXPORT_SYMBOL vmlinux 0x319457f2 touch_buffer +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x319d7762 ip6_xmit +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31d1e001 poll_initwait +EXPORT_SYMBOL vmlinux 0x31d30615 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x31f04250 d_alloc +EXPORT_SYMBOL vmlinux 0x31f978a4 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x3207a1d0 __ps2_command +EXPORT_SYMBOL vmlinux 0x322c36d9 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x32400e81 migrate_page_copy +EXPORT_SYMBOL vmlinux 0x3246c532 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x3257c9b7 set_anon_super +EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x325dbbae pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x326bad16 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x326e602b tty_kref_put +EXPORT_SYMBOL vmlinux 0x3271771c node_data +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3293af64 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x329519ce netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32dde0ab ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32eb2cd0 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x3301c86c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x33059cf0 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x331b69be send_sig_info +EXPORT_SYMBOL vmlinux 0x333b5fb3 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x3340e6a0 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x3351d5ac iterate_fd +EXPORT_SYMBOL vmlinux 0x3355a8d7 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3357291c vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x335bb9d6 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x336937aa seq_open +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3382b901 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x3382c7ff new_inode +EXPORT_SYMBOL vmlinux 0x338464f3 get_tree_single +EXPORT_SYMBOL vmlinux 0x339d9a18 page_symlink +EXPORT_SYMBOL vmlinux 0x33a5ce01 devm_iounmap +EXPORT_SYMBOL vmlinux 0x33b551d1 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x33c02ffb vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x33d86403 blkdev_put +EXPORT_SYMBOL vmlinux 0x33db40ab param_set_ulong +EXPORT_SYMBOL vmlinux 0x33e048a5 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x33e1f187 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fbfb73 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34111a0f finish_swait +EXPORT_SYMBOL vmlinux 0x3415dae3 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x341ddf8f pci_bus_type +EXPORT_SYMBOL vmlinux 0x3432861b of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x344ca9d4 qman_init_fq +EXPORT_SYMBOL vmlinux 0x344e080b simple_setattr +EXPORT_SYMBOL vmlinux 0x345cbb8f km_state_notify +EXPORT_SYMBOL vmlinux 0x346333f8 release_pages +EXPORT_SYMBOL vmlinux 0x3488162b neigh_for_each +EXPORT_SYMBOL vmlinux 0x349ac524 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b38d4b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x34ba4ae5 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x34bfcdf8 d_drop +EXPORT_SYMBOL vmlinux 0x34e7280c pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0x34ef11bf inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3516da43 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35298be4 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x352cdc8f napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x352da9e4 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35426c0b pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x35465e15 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x354813dd iov_iter_for_each_range +EXPORT_SYMBOL vmlinux 0x354b4e5f bd_set_size +EXPORT_SYMBOL vmlinux 0x3551c517 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x357897c0 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x358365ee netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x359ec42f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x359fb4c4 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35c12ec2 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x35c6ad55 tcf_classify +EXPORT_SYMBOL vmlinux 0x36069148 param_ops_string +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360e28d7 generic_perform_write +EXPORT_SYMBOL vmlinux 0x3614dcba ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x363f31e2 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x364d0ebd vfs_link +EXPORT_SYMBOL vmlinux 0x364ed9ac sget_fc +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36775084 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x3684bd1f elevator_alloc +EXPORT_SYMBOL vmlinux 0x368b6cee iget_failed +EXPORT_SYMBOL vmlinux 0x36957859 netdev_state_change +EXPORT_SYMBOL vmlinux 0x36aa32e0 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x36bcd404 page_mapped +EXPORT_SYMBOL vmlinux 0x36d3896c i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x36da6e3b setup_new_exec +EXPORT_SYMBOL vmlinux 0x36de65dc vfs_get_tree +EXPORT_SYMBOL vmlinux 0x36eea24f skb_split +EXPORT_SYMBOL vmlinux 0x370ae9f2 devm_memunmap +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x373517f0 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound +EXPORT_SYMBOL vmlinux 0x373e57f8 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37479847 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x37486550 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x374a96e8 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x374cb3c1 register_console +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378c2156 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x37a1909f gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x37ac2a38 free_buffer_head +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37bfec63 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x37c1e735 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x37c41b31 get_phy_device +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f4d98a devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3800ab6c phy_register_fixup +EXPORT_SYMBOL vmlinux 0x380f8dc8 set_posix_acl +EXPORT_SYMBOL vmlinux 0x38158f81 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38210f83 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x382865f5 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x38434568 kill_litter_super +EXPORT_SYMBOL vmlinux 0x384d1de4 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x384d7b2f __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38bb0b92 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x38c8c080 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x38d2ee48 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x38d55823 dev_get_flags +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38fa5904 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x38fb6aa7 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x3901e8ae tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x3909dab7 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x390f8f35 input_get_keycode +EXPORT_SYMBOL vmlinux 0x3914dbd6 unload_nls +EXPORT_SYMBOL vmlinux 0x39215824 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393e967c dst_alloc +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396b4f76 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x39752215 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x3979c8b2 of_node_put +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a28242 blk_queue_split +EXPORT_SYMBOL vmlinux 0x39a672d9 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x39ad8a5b phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x39af5ce3 file_remove_privs +EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and +EXPORT_SYMBOL vmlinux 0x39c82761 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x39df597e irq_set_chip +EXPORT_SYMBOL vmlinux 0x39e9be7d nvm_register_tgt_type +EXPORT_SYMBOL vmlinux 0x39f9769f irq_stat +EXPORT_SYMBOL vmlinux 0x3a09323f get_super_exclusive_thawed +EXPORT_SYMBOL vmlinux 0x3a0b23af blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a1be5a8 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a3b110f jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x3a416296 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5065ee __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x3a50e3ca __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3a7d46e6 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3a895d1f mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x3a94407c pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x3a97f90c fb_class +EXPORT_SYMBOL vmlinux 0x3a99f362 __napi_schedule +EXPORT_SYMBOL vmlinux 0x3aad6b56 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acd9020 param_ops_bint +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ad8f5ce neigh_update +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae56adb mount_subtree +EXPORT_SYMBOL vmlinux 0x3ae9503f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b16c925 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b4042b0 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x3b441ed3 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x3b58541b mdiobus_free +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6975da scsi_device_get +EXPORT_SYMBOL vmlinux 0x3b7e1656 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x3b825fc1 commit_creds +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba33187 get_task_exe_file +EXPORT_SYMBOL vmlinux 0x3bd7601d netdev_crit +EXPORT_SYMBOL vmlinux 0x3be0c814 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x3bfd1f6d dump_align +EXPORT_SYMBOL vmlinux 0x3c185232 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c5b0a99 get_user_pages +EXPORT_SYMBOL vmlinux 0x3c69880d xsk_umem_consume_tx +EXPORT_SYMBOL vmlinux 0x3c6b92a5 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3c72a74b simple_lookup +EXPORT_SYMBOL vmlinux 0x3c79be91 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x3c8038f9 unregister_nls +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c879d89 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x3c9947f6 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x3ca6a37b skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x3caf2d3f scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x3cb83c5a dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x3cd7e03c pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cedb86c input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d17eb27 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d295087 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3d35878e neigh_connected_output +EXPORT_SYMBOL vmlinux 0x3d4ad075 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x3d4e3394 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x3d536640 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload +EXPORT_SYMBOL vmlinux 0x3d5bb3fd refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3d6b5e00 keyring_alloc +EXPORT_SYMBOL vmlinux 0x3d6f4969 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x3d7f303a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x3d80dbb2 edac_mc_find +EXPORT_SYMBOL vmlinux 0x3d8e1517 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3d9f4980 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x3d9f5cee d_obtain_alias +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3db91ea6 import_single_range +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3dda8703 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x3dec5274 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x3dedb9f8 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0a0b8b bio_split +EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc +EXPORT_SYMBOL vmlinux 0x3e34a3c3 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x3e7bf1bf jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e91b503 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x3eb92dc5 elv_rb_find +EXPORT_SYMBOL vmlinux 0x3ebee6d7 inet_put_port +EXPORT_SYMBOL vmlinux 0x3eeb2322 __wake_up +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f10a221 __netif_schedule +EXPORT_SYMBOL vmlinux 0x3f160134 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x3f1afc2a filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3f27d37a lookup_one_len +EXPORT_SYMBOL vmlinux 0x3f2c58f9 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x3f3c3230 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x3f3df8e1 register_cdrom +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f625a24 revalidate_disk +EXPORT_SYMBOL vmlinux 0x3f654a26 path_is_under +EXPORT_SYMBOL vmlinux 0x3f7037e3 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f935dcb kset_unregister +EXPORT_SYMBOL vmlinux 0x3f9dd5f6 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x3f9faa1d sock_create_kern +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fbfa89c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fda54bf of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x3fdb1595 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fead3aa dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x4005f38c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x402e616f blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x40454178 get_vm_area +EXPORT_SYMBOL vmlinux 0x4074c1af pnp_get_resource +EXPORT_SYMBOL vmlinux 0x40816f9a tso_build_hdr +EXPORT_SYMBOL vmlinux 0x408f69ef blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409bcb62 mutex_unlock +EXPORT_SYMBOL vmlinux 0x409d3ce6 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x40a4d952 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b0ffc1 fs_bio_set +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams +EXPORT_SYMBOL vmlinux 0x40d8c873 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x40e852bb param_ops_ullong +EXPORT_SYMBOL vmlinux 0x40f1ee71 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x40ff0000 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x4119f4dd tty_devnum +EXPORT_SYMBOL vmlinux 0x41253700 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x413cc1b5 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x413e0850 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x41413fa7 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41632e47 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x4170c44d ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418d49af skb_queue_head +EXPORT_SYMBOL vmlinux 0x41917e61 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x41a53545 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x41c29400 param_set_bool +EXPORT_SYMBOL vmlinux 0x41dad87e skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41ffebc7 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x42088eb8 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL vmlinux 0x421e5482 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x4228a902 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x422ce162 unregister_key_type +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c3ef9f dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x42cb7873 fb_pan_display +EXPORT_SYMBOL vmlinux 0x42d60165 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x42efe952 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x42f08857 _dev_err +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f443a7 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x42f567b8 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x42f8cef2 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430abf97 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x4321eb1a __invalidate_device +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43396868 vga_client_register +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x434b16f6 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4358cfac tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x4371b94d security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x4378a6eb pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437b8af2 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x437ebec1 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43ad37b5 md_handle_request +EXPORT_SYMBOL vmlinux 0x43b43846 param_get_invbool +EXPORT_SYMBOL vmlinux 0x43bb05eb scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x43bcad00 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x43c3a1f6 notify_change +EXPORT_SYMBOL vmlinux 0x43ecc9b1 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x43f3e6c5 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key +EXPORT_SYMBOL vmlinux 0x43fba9df rpmh_write_async +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x4408a524 netdev_emerg +EXPORT_SYMBOL vmlinux 0x4418e3e6 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x44272f33 fb_get_mode +EXPORT_SYMBOL vmlinux 0x4429e9e9 tc_cleanup_flow_action +EXPORT_SYMBOL vmlinux 0x44321408 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444c28f9 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x44571400 vlan_for_each +EXPORT_SYMBOL vmlinux 0x44575039 no_llseek +EXPORT_SYMBOL vmlinux 0x445d2c80 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x4473f0da dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x44875fc0 proto_register +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44aa0dcd inet_release +EXPORT_SYMBOL vmlinux 0x44aca979 phy_detach +EXPORT_SYMBOL vmlinux 0x44b990dd pci_get_subsys +EXPORT_SYMBOL vmlinux 0x44d0d655 bio_put +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f4d15c __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x4514ab5f vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x45168293 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x45236126 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452dabfa mount_single +EXPORT_SYMBOL vmlinux 0x452ec88f __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x45345914 param_ops_short +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454ab314 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x454d6955 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4558728a __breadahead +EXPORT_SYMBOL vmlinux 0x455c61f6 bio_endio +EXPORT_SYMBOL vmlinux 0x45612f23 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x4576fddc truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x457725ef serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457d7e2f gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x457fdf99 genl_family_attrbuf +EXPORT_SYMBOL vmlinux 0x45876fcb bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x45a855b8 rproc_del +EXPORT_SYMBOL vmlinux 0x45c240a4 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x45cf0b23 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x45e20c38 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x45e23834 phy_read_paged +EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x462035fd block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4628789d __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x463219fb tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x465b7185 param_get_byte +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x4662dde5 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x467ed0bc sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469d8c87 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x46ab88b3 dev_change_proto_down_generic +EXPORT_SYMBOL vmlinux 0x46bcff4a fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x46bdcc60 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d5ac60 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x46dc9195 __bforget +EXPORT_SYMBOL vmlinux 0x46f4d36a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x470e3f36 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x471575e2 done_path_create +EXPORT_SYMBOL vmlinux 0x4715f41d fb_deferred_io_mmap +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477801d0 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x477df5d1 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x478be996 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x478c2e98 address_space_init_once +EXPORT_SYMBOL vmlinux 0x478d167c jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x47af128f device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x47b5d587 of_device_is_available +EXPORT_SYMBOL vmlinux 0x47b81763 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x47b93780 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x47c1acab security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x47c1fb72 filp_close +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ce5e23 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x47e24c52 poll_freewait +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482bc51b page_pool_destroy +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x48780a82 nd_device_register +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a0bc46 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b07754 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x48b68d9a of_root +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48ba97ac security_path_rename +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c185f4 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x48e452b9 gro_cells_init +EXPORT_SYMBOL vmlinux 0x48e51e87 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x48f8e606 inet_getname +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490ae953 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x4918a48a kmem_cache_free +EXPORT_SYMBOL vmlinux 0x4918c961 genphy_suspend +EXPORT_SYMBOL vmlinux 0x49196432 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a6fe11 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x49abb496 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49c0e9a1 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x49c3cc00 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x49cfb9b5 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x49fd1107 uart_register_driver +EXPORT_SYMBOL vmlinux 0x49ff5154 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x4a1707ab crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x4a2596e7 bio_free_pages +EXPORT_SYMBOL vmlinux 0x4a271cca devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x4a2e2a8a vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x4a7af983 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x4a8125d8 __quota_error +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9959cf kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x4ab208ba acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x4ab7b6a7 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x4ac8aa3c inet_recvmsg +EXPORT_SYMBOL vmlinux 0x4ad6d9dc xfrm_state_update +EXPORT_SYMBOL vmlinux 0x4ae04697 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b24eb69 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down +EXPORT_SYMBOL vmlinux 0x4b54c23a imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b670e2e vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x4b8b9c63 param_set_invbool +EXPORT_SYMBOL vmlinux 0x4b8ede7e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4b96320a skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final +EXPORT_SYMBOL vmlinux 0x4bb35045 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x4bb4c5eb udp_seq_next +EXPORT_SYMBOL vmlinux 0x4bb745b1 devm_nvmem_unregister +EXPORT_SYMBOL vmlinux 0x4bc51e6e genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd5f0d2 skb_find_text +EXPORT_SYMBOL vmlinux 0x4bd8b6bf input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x4bd9262f security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x4bd96b4b blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x4be7ebad ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4bf570ba tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c09a384 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x4c0cc0dd phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x4c19755a vc_resize +EXPORT_SYMBOL vmlinux 0x4c21f519 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x4c2678ff md_bitmap_free +EXPORT_SYMBOL vmlinux 0x4c2700f2 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x4c2aef5a generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c6c78c6 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x4cae6ea5 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x4ce47b71 netif_device_detach +EXPORT_SYMBOL vmlinux 0x4ced113f igrab +EXPORT_SYMBOL vmlinux 0x4d0040a0 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x4d0b81bf dev_change_proto_down +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1ff60a wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d3166a9 file_ns_capable +EXPORT_SYMBOL vmlinux 0x4d3ddbd9 dqput +EXPORT_SYMBOL vmlinux 0x4d59e2d7 prepare_binprm +EXPORT_SYMBOL vmlinux 0x4d61f81c i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6f970d i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block +EXPORT_SYMBOL vmlinux 0x4d781f29 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x4d7cf220 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x4d902b85 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4db98a7b pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x4dbb5549 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dca502c kdb_current_task +EXPORT_SYMBOL vmlinux 0x4dd60667 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x4ddfc70f bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x4de816b8 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e1a587a arp_send +EXPORT_SYMBOL vmlinux 0x4e2005c2 dev_uc_init +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2bce86 simple_write_end +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e33203a sync_blockdev +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3e7e61 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x4e42ec0c ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x4e4d6d61 iget5_locked +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e715171 iput +EXPORT_SYMBOL vmlinux 0x4e7d857b napi_gro_frags +EXPORT_SYMBOL vmlinux 0x4e8123a5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x4e9b630b scsi_register_interface +EXPORT_SYMBOL vmlinux 0x4e9e9b99 truncate_setsize +EXPORT_SYMBOL vmlinux 0x4ea088ce bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea93532 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ede67e0 cdev_alloc +EXPORT_SYMBOL vmlinux 0x4ee8de8d __serio_register_driver +EXPORT_SYMBOL vmlinux 0x4eecdc56 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x4ef6caf2 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x4efaf4d6 vc_cons +EXPORT_SYMBOL vmlinux 0x4efd01bd d_alloc_name +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f589428 xattr_full_name +EXPORT_SYMBOL vmlinux 0x4f7673f8 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x4f76cca8 __destroy_inode +EXPORT_SYMBOL vmlinux 0x4f7d2f64 __put_user_ns +EXPORT_SYMBOL vmlinux 0x4f924df7 security_path_mknod +EXPORT_SYMBOL vmlinux 0x4f929611 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x4fa11bdb submit_bio_wait +EXPORT_SYMBOL vmlinux 0x4fa68a1a hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x4fb62107 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4fc3986e security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x4fcb141e __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x4fd412b9 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x500240ed locks_free_lock +EXPORT_SYMBOL vmlinux 0x5007591f param_set_long +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x500f5622 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5027be7e PageMovable +EXPORT_SYMBOL vmlinux 0x504bc786 page_readlink +EXPORT_SYMBOL vmlinux 0x50558c25 kset_register +EXPORT_SYMBOL vmlinux 0x5065afae dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x506a06f7 mpage_writepages +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50995f02 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a1394d pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a78cb1 dev_printk +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50bc7177 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x50bdc0b1 i2c_use_client +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c87036 of_find_property +EXPORT_SYMBOL vmlinux 0x50cb7c36 neigh_lookup +EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50cfd4ac seq_printf +EXPORT_SYMBOL vmlinux 0x50f4d3a2 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x50f7a7f0 cdrom_release +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x51019877 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510f5d97 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x513133b6 bio_init +EXPORT_SYMBOL vmlinux 0x514d4368 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x515fed99 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x517ccbd0 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x519b5437 is_nd_btt +EXPORT_SYMBOL vmlinux 0x51acaec4 netlink_set_err +EXPORT_SYMBOL vmlinux 0x51bd55b5 completion_done +EXPORT_SYMBOL vmlinux 0x51c0aa8a tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x51c487e9 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x51d09838 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51e87ec9 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5206723b i2c_transfer +EXPORT_SYMBOL vmlinux 0x520fedf7 may_umount_tree +EXPORT_SYMBOL vmlinux 0x5260385a mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x526f9ee2 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x5278952a rproc_put +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52af196b param_set_short +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52eaae99 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f01cfb dma_direct_unmap_page +EXPORT_SYMBOL vmlinux 0x52f22c1d sync_file_create +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x533ab8ca dput +EXPORT_SYMBOL vmlinux 0x534f029e ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x536b7c66 map_kernel_range_noflush +EXPORT_SYMBOL vmlinux 0x536bbf76 put_disk +EXPORT_SYMBOL vmlinux 0x536fe1fa nvm_end_io +EXPORT_SYMBOL vmlinux 0x537aa6d0 sdei_event_enable +EXPORT_SYMBOL vmlinux 0x537aa8ff nvm_submit_io +EXPORT_SYMBOL vmlinux 0x5389edf2 fman_port_bind +EXPORT_SYMBOL vmlinux 0x53959a0e netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x53985f49 input_register_handler +EXPORT_SYMBOL vmlinux 0x53a9413b blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x53aeda19 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x53b18934 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53ca15e6 migrate_page_states +EXPORT_SYMBOL vmlinux 0x53da39b8 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x53ef83a9 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x53efa171 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x5430b370 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x5457bc29 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x5461cf87 block_write_begin +EXPORT_SYMBOL vmlinux 0x5494f11f netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x549a1117 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c1c034 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x54e38fd2 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54edd967 dcb_setapp +EXPORT_SYMBOL vmlinux 0x54fa39e5 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550fa978 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x552e093c tty_register_device +EXPORT_SYMBOL vmlinux 0x5542cc3a netif_rx +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user +EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x5575fabc inode_needs_sync +EXPORT_SYMBOL vmlinux 0x55770398 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x55855567 passthru_features_check +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5590c00c pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x559b976e page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x55a797b7 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x55daa87e padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x55e2e3ab nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e6f188 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x55ec34c4 sock_init_data +EXPORT_SYMBOL vmlinux 0x55f95a88 of_device_register +EXPORT_SYMBOL vmlinux 0x5602d914 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x5621927d cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x56258e7e register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x56314e29 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563e6dff sort_r +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564ae0e0 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x564db723 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5653c02d blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x567640b5 seq_dentry +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames +EXPORT_SYMBOL vmlinux 0x569abcca acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x56b9f952 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x56bc16b1 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56c8867c filemap_flush +EXPORT_SYMBOL vmlinux 0x56c99bb8 dquot_file_open +EXPORT_SYMBOL vmlinux 0x56f8b668 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x5700ffc4 genl_notify +EXPORT_SYMBOL vmlinux 0x570728c2 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x57306b49 mii_check_link +EXPORT_SYMBOL vmlinux 0x57318eea dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x57331d41 twl6040_power +EXPORT_SYMBOL vmlinux 0x5734f9ab vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575cf8d1 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57751d06 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x57855973 genlmsg_put +EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr +EXPORT_SYMBOL vmlinux 0x578a408b ZSTD_initDCtx +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x57927f80 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579dfa51 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bed9a2 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x57cd7203 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x57d59e40 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x57db3b01 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x581b1365 module_layout +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583fe545 con_is_visible +EXPORT_SYMBOL vmlinux 0x58457083 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x585345a5 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x585749cf pcibus_to_node +EXPORT_SYMBOL vmlinux 0x585d349e netif_carrier_off +EXPORT_SYMBOL vmlinux 0x58602ca1 register_md_personality +EXPORT_SYMBOL vmlinux 0x58604e4d alloc_iova_mem +EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block +EXPORT_SYMBOL vmlinux 0x58a8a1e7 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b598b9 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58be9ad4 backlight_device_register +EXPORT_SYMBOL vmlinux 0x58d4b36f eth_gro_complete +EXPORT_SYMBOL vmlinux 0x58db65bb netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e350ed __skb_ext_del +EXPORT_SYMBOL vmlinux 0x58fe5b7f twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x58ffaa63 clk_add_alias +EXPORT_SYMBOL vmlinux 0x591cff16 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x59226f41 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x59325079 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x593280fc handle_edge_irq +EXPORT_SYMBOL vmlinux 0x59466f7a tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x59588850 vsscanf +EXPORT_SYMBOL vmlinux 0x5961284c devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x596616d4 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x597887e9 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b83c1e __kernel_write +EXPORT_SYMBOL vmlinux 0x59c0d705 give_up_console +EXPORT_SYMBOL vmlinux 0x59c3add4 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x59c9f48c user_revoke +EXPORT_SYMBOL vmlinux 0x59dea0ba pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x59eb1072 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x5a035f11 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x5a0660fd da903x_query_status +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a1465cb udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x5a2536e1 skb_copy_header +EXPORT_SYMBOL vmlinux 0x5a2e0038 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x5a2ef65e devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x5a31a862 pci_save_state +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5a9b74 set_bh_page +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a64e2b5 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x5a75acd3 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5a7f1bc8 md_integrity_register +EXPORT_SYMBOL vmlinux 0x5a882ec6 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9eb60c neigh_destroy +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5adb5f25 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x5ae394a2 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x5aef1409 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x5b054b5e udp_sendmsg +EXPORT_SYMBOL vmlinux 0x5b09b9c4 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x5b0e6906 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x5b187e7a acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b36ac0e inode_set_bytes +EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax +EXPORT_SYMBOL vmlinux 0x5b39d4e9 current_in_userns +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b6c9b97 free_netdev +EXPORT_SYMBOL vmlinux 0x5b743c53 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x5b7b730a input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x5b80128d cdev_device_del +EXPORT_SYMBOL vmlinux 0x5b925cc4 mmc_free_host +EXPORT_SYMBOL vmlinux 0x5b9730ab keyring_search +EXPORT_SYMBOL vmlinux 0x5b973448 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x5b9ded1a mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x5b9e0759 devm_ioremap +EXPORT_SYMBOL vmlinux 0x5bbed9f4 tty_port_put +EXPORT_SYMBOL vmlinux 0x5bd2a7ce jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x5bde95e9 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bfb4a78 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x5c1228c8 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5c23e277 block_read_full_page +EXPORT_SYMBOL vmlinux 0x5c296fd5 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x5c2bcf39 netdev_update_features +EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x5c5b087d file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x5c5f694e phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x5c6632db seq_path +EXPORT_SYMBOL vmlinux 0x5c767ea0 set_create_files_as +EXPORT_SYMBOL vmlinux 0x5c89dbcf fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x5c9d3e8b generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x5ca15ea7 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x5cd33296 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x5ce449d0 pci_enable_device +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf75d6f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d38aae1 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x5d405cee pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d79fdf9 seq_write +EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x5d937bef xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x5da65ac7 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5db5f35e __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x5dcaf241 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x5de382af __inet_hash +EXPORT_SYMBOL vmlinux 0x5df0f4c9 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x5df3b46e tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x5df44858 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict +EXPORT_SYMBOL vmlinux 0x5e067bc3 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x5e11884c inet6_bind +EXPORT_SYMBOL vmlinux 0x5e188aca __pagevec_release +EXPORT_SYMBOL vmlinux 0x5e26dd15 console_start +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e344410 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e42307f dma_direct_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x5e50ef49 lookup_bdev +EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x5e5d6177 pci_request_region +EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc +EXPORT_SYMBOL vmlinux 0x5e72e753 dma_direct_map_sg +EXPORT_SYMBOL vmlinux 0x5e73c400 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eafea87 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ec00ef9 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5eecece0 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x5ef6e8b5 audit_log_start +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f15823e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x5f26a5cb md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x5f330b12 hmm_range_unregister +EXPORT_SYMBOL vmlinux 0x5f37dace lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x5f415035 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x5f5324af pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f79b0b2 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x5f80d895 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9bbe15 pps_register_source +EXPORT_SYMBOL vmlinux 0x5fbbd6d5 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x5fc46d2d jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fccf466 read_cache_page +EXPORT_SYMBOL vmlinux 0x5fd53a10 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x5feb95e7 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x5ff316b2 from_kgid +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x5ffeeb26 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600d2cf2 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6028302c cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6041d3b9 register_sysctl +EXPORT_SYMBOL vmlinux 0x60433ed1 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x60457320 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x604c05cf tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x604d3b54 vfs_mknod +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6072dd8b simple_write_begin +EXPORT_SYMBOL vmlinux 0x60840eb5 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x6098cb39 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0x609a8f66 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x609b2853 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60ae740f xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60b34a95 __kfree_skb +EXPORT_SYMBOL vmlinux 0x60b40e92 param_get_ulong +EXPORT_SYMBOL vmlinux 0x60b510dc security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x60d67cb6 __put_page +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f79be4 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x60fd0f58 bio_advance +EXPORT_SYMBOL vmlinux 0x6104977d super_setup_bdi +EXPORT_SYMBOL vmlinux 0x611bf0f1 prepare_creds +EXPORT_SYMBOL vmlinux 0x612742cd phy_loopback +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6161e80a fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x61620993 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x6176e02a mmc_detect_change +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x617ef57c inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618b2070 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x61915336 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61ab2ee3 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x61abaf7e iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e77a3a tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f3cc9d ip_setsockopt +EXPORT_SYMBOL vmlinux 0x61fa344e __sb_start_write +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621debb0 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x62270925 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623c21e4 phy_device_free +EXPORT_SYMBOL vmlinux 0x624684a7 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x625646fe scm_detach_fds +EXPORT_SYMBOL vmlinux 0x625be1f1 cad_pid +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62890955 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x6296e73c tty_unlock +EXPORT_SYMBOL vmlinux 0x62a11bb5 vme_bus_num +EXPORT_SYMBOL vmlinux 0x62a5b782 sock_no_listen +EXPORT_SYMBOL vmlinux 0x62ade088 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x62b07474 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin +EXPORT_SYMBOL vmlinux 0x62c9be57 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62ddd028 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x6300f551 end_page_writeback +EXPORT_SYMBOL vmlinux 0x63047752 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x6304c008 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x630be30d serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x631ff94e i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6321c1ea phy_aneg_done +EXPORT_SYMBOL vmlinux 0x6326113a tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x635f3c85 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x6376f885 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x638771d6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x63992402 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight +EXPORT_SYMBOL vmlinux 0x63c70d52 vme_dma_request +EXPORT_SYMBOL vmlinux 0x63c8129d nmi_panic +EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x63e5fa00 clk_get +EXPORT_SYMBOL vmlinux 0x63e78c1e nobh_writepage +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fd1f1f md_cluster_ops +EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss +EXPORT_SYMBOL vmlinux 0x6410be53 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641ea55d __cgroup_bpf_run_filter_sysctl +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free +EXPORT_SYMBOL vmlinux 0x6445208f fasync_helper +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x644bf96c __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x645506eb balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x645908e0 submit_bio +EXPORT_SYMBOL vmlinux 0x646a1c0e amba_request_regions +EXPORT_SYMBOL vmlinux 0x64790559 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x6488f836 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a29a89 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64bd0cfb blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x64c14d71 of_phy_connect +EXPORT_SYMBOL vmlinux 0x64c6e0aa inode_permission +EXPORT_SYMBOL vmlinux 0x64dafa04 skb_push +EXPORT_SYMBOL vmlinux 0x64ec4b7e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x64f39e39 ata_port_printk +EXPORT_SYMBOL vmlinux 0x6504f092 dma_direct_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6513b181 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6530031f netif_receive_skb +EXPORT_SYMBOL vmlinux 0x65364c70 compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x65475361 param_get_int +EXPORT_SYMBOL vmlinux 0x65528438 posix_test_lock +EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames +EXPORT_SYMBOL vmlinux 0x655ff9b8 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6585162a jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x658ae04a tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d84e9b vfs_ioc_fssetxattr_check +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65dda6f0 __skb_pad +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65f4f408 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x65fc9794 dma_direct_map_page +EXPORT_SYMBOL vmlinux 0x65fe60a5 kill_block_super +EXPORT_SYMBOL vmlinux 0x66065628 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x661b205f skb_copy_bits +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663108c7 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x6631515b scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x66493cf3 finish_no_open +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x6657adcc __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x6661fe22 hmm_mirror_register +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6664ea60 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x66720f34 generic_update_time +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667d38ef processors +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x66934fb9 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b87d23 bio_list_copy_data +EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec +EXPORT_SYMBOL vmlinux 0x66edcceb vme_irq_free +EXPORT_SYMBOL vmlinux 0x66f7e2f6 page_get_link +EXPORT_SYMBOL vmlinux 0x66fd9d4c d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x67031221 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x6707f897 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x673d6852 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67502186 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x6781fc56 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678dfcf3 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x678e75f8 pskb_extract +EXPORT_SYMBOL vmlinux 0x678ef49a inet_addr_type +EXPORT_SYMBOL vmlinux 0x67abd22f xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bbdc00 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x67bfbfd1 nvm_dev_dma_free +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67d079da security_task_getsecid +EXPORT_SYMBOL vmlinux 0x67fb40e9 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x67fba91e simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x680b938a nd_device_unregister +EXPORT_SYMBOL vmlinux 0x681728a9 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x68304327 freeze_bdev +EXPORT_SYMBOL vmlinux 0x684f4dad sock_setsockopt +EXPORT_SYMBOL vmlinux 0x685562c0 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68826704 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x6888c9e6 fqdir_init +EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages +EXPORT_SYMBOL vmlinux 0x689f9730 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font +EXPORT_SYMBOL vmlinux 0x68b794aa filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x68ce6e42 tcp_req_err +EXPORT_SYMBOL vmlinux 0x68ef04f2 devm_clk_put +EXPORT_SYMBOL vmlinux 0x68fea1aa pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69084759 netlink_capable +EXPORT_SYMBOL vmlinux 0x690ae282 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x691606b5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x6919c543 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x69465e77 bio_chain +EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 +EXPORT_SYMBOL vmlinux 0x694942bd mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x69585523 __ksize +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696c64b2 d_lookup +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6971c13e jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x699d4be9 blk_put_queue +EXPORT_SYMBOL vmlinux 0x69a39baa inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b9d42c __nd_driver_register +EXPORT_SYMBOL vmlinux 0x69cf5745 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a1c7c66 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x6a229577 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x6a270817 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x6a340247 devm_release_resource +EXPORT_SYMBOL vmlinux 0x6a34de2a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a3b8d70 dm_put_device +EXPORT_SYMBOL vmlinux 0x6a439a39 simple_release_fs +EXPORT_SYMBOL vmlinux 0x6a462ff3 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x6a4d4412 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x6a5b6d02 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a692225 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x6a84b2e4 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x6a8b7f18 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6afd0907 find_get_entry +EXPORT_SYMBOL vmlinux 0x6b0c7f7d skb_append +EXPORT_SYMBOL vmlinux 0x6b12f604 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x6b255871 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2941b2 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4024b4 cpumask_any_but +EXPORT_SYMBOL vmlinux 0x6b4b2933 __ioremap +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6a9ecc dma_resv_add_shared_fence +EXPORT_SYMBOL vmlinux 0x6b74db32 from_kuid +EXPORT_SYMBOL vmlinux 0x6b7c17f3 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x6b81cb68 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6bae735c pnp_device_detach +EXPORT_SYMBOL vmlinux 0x6bb65e78 sock_release +EXPORT_SYMBOL vmlinux 0x6bb9c07e console_stop +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcccd56 phy_device_remove +EXPORT_SYMBOL vmlinux 0x6be0d38b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be568b9 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x6c1bb65a __icmp_send +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c2a2e9e xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6c35c205 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x6c5bb7b3 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c65c2e2 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x6c7a0984 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x6c8a836d find_vma +EXPORT_SYMBOL vmlinux 0x6c9518a5 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x6ca054de blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x6ca27f90 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x6ca33bb6 ping_prot +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbe2d9a dev_change_flags +EXPORT_SYMBOL vmlinux 0x6cd28c38 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x6cdf1d90 register_framebuffer +EXPORT_SYMBOL vmlinux 0x6cecbd58 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x6cf1e541 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x6cf229f0 dma_cache_sync +EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d510a96 generic_fillattr +EXPORT_SYMBOL vmlinux 0x6d5b6a6d vfs_tmpfile +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d60a3fa i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6d72c47e pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d81ba58 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x6d9c7f11 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x6db73710 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x6dbb7c71 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc87b42 nvm_register +EXPORT_SYMBOL vmlinux 0x6dc883b5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6de13801 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6de8f417 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x6e05f4f6 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x6e0cdfaa compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6e2560dd tcp_peek_len +EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x6e35615c ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x6e37dab8 xfrm_input +EXPORT_SYMBOL vmlinux 0x6e40f653 drop_super +EXPORT_SYMBOL vmlinux 0x6e48c099 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e734fc0 vfs_setpos +EXPORT_SYMBOL vmlinux 0x6e77eae6 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x6e7f684d kernel_read +EXPORT_SYMBOL vmlinux 0x6e802ac8 init_task +EXPORT_SYMBOL vmlinux 0x6e8a5605 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6e8bc655 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x6e97d6a3 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaa1e0f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x6ebbd3a9 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x6ec0156d dm_table_get_md +EXPORT_SYMBOL vmlinux 0x6ec099b8 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x6ec5705b netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0x6f0de8e6 dst_init +EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x6f30f5bc from_kgid_munged +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x6f85d10c i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fae3358 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb6627a reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x6fb8abff pci_dev_get +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd37f5e copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x6fdf3244 dev_add_pack +EXPORT_SYMBOL vmlinux 0x6ff8f5c3 imx_dsp_ring_doorbell +EXPORT_SYMBOL vmlinux 0x6ffea9cb pps_event +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7048c7c3 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x704fcfb4 pci_get_device +EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x707efbfd nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x7085a16c ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put +EXPORT_SYMBOL vmlinux 0x70a3215f vga_get +EXPORT_SYMBOL vmlinux 0x70a3b341 fput +EXPORT_SYMBOL vmlinux 0x70a51652 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x70ab3a24 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70ada0bd fman_set_port_params +EXPORT_SYMBOL vmlinux 0x70b5e877 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x710f2cb0 registered_fb +EXPORT_SYMBOL vmlinux 0x711a3fee kobject_add +EXPORT_SYMBOL vmlinux 0x7127abfb dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714357f6 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x71547da2 generic_write_checks +EXPORT_SYMBOL vmlinux 0x7170c9af max8998_read_reg +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71802fc6 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x718c90c5 bdi_alloc_node +EXPORT_SYMBOL vmlinux 0x718dff85 fman_get_pause_cfg +EXPORT_SYMBOL vmlinux 0x7198a125 phy_disconnect +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71adda80 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x71e49d83 config_item_put +EXPORT_SYMBOL vmlinux 0x71fd3de5 kernel_write +EXPORT_SYMBOL vmlinux 0x72168d4d bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x722cafb1 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x7234652f rpmh_flush +EXPORT_SYMBOL vmlinux 0x723f92d5 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported +EXPORT_SYMBOL vmlinux 0x724e165d kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x72698861 inet6_offloads +EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x7274ba6c tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x727d5388 vm_map_pages +EXPORT_SYMBOL vmlinux 0x72976df7 bh_submit_read +EXPORT_SYMBOL vmlinux 0x72a829df sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72cf18a1 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x72dc7301 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x730ebfd8 hmm_mirror_unregister +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x733ed24a key_payload_reserve +EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7391e4a5 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x739dfda2 tcp_child_process +EXPORT_SYMBOL vmlinux 0x73bce673 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x73c28e5f devm_of_clk_del_provider +EXPORT_SYMBOL vmlinux 0x73d49e39 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x73e88c43 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x73ecc8a6 bio_add_page +EXPORT_SYMBOL vmlinux 0x73f07dd8 __scsi_execute +EXPORT_SYMBOL vmlinux 0x73f1ea72 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x7409bd0d of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x74112e4a _copy_from_iter_full_nocache +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413dd1c proc_create +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7431657a update_region +EXPORT_SYMBOL vmlinux 0x74394216 tcp_connect +EXPORT_SYMBOL vmlinux 0x743e0a32 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x745d89c4 zap_page_range +EXPORT_SYMBOL vmlinux 0x746c57c8 skb_unlink +EXPORT_SYMBOL vmlinux 0x7474c25b sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x74762b28 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x747c6c0a nvmem_get_mac_address +EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked +EXPORT_SYMBOL vmlinux 0x74b3ac4c sock_no_bind +EXPORT_SYMBOL vmlinux 0x74ba02b8 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c1c24e rt_dst_clone +EXPORT_SYMBOL vmlinux 0x74cee230 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x74e1aab1 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x75192b39 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x75214e64 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x753c7b00 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x75685c0b md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x759078c2 sock_wake_async +EXPORT_SYMBOL vmlinux 0x7590afe7 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x75a571d0 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x75ad1711 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x75adf06a fifo_set_limit +EXPORT_SYMBOL vmlinux 0x75b0d807 add_random_ready_callback +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c183d0 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x75c634ad dma_resv_init +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75dbac91 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x75e60613 key_put +EXPORT_SYMBOL vmlinux 0x75fdc482 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7603f5f4 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762a9fcf __getblk_gfp +EXPORT_SYMBOL vmlinux 0x762c1717 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x762c3640 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x76314ba8 blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x7632866e set_binfmt +EXPORT_SYMBOL vmlinux 0x76380d23 dquot_enable +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764d0ff4 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x764de4fa rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x765a4e1d blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766e6b5f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x76933cc3 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a1b38d get_tree_keyed +EXPORT_SYMBOL vmlinux 0x76b091e3 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x76b33292 account_page_redirty +EXPORT_SYMBOL vmlinux 0x76d36255 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d777fa iunique +EXPORT_SYMBOL vmlinux 0x76e13aa6 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x76ec37d1 kill_anon_super +EXPORT_SYMBOL vmlinux 0x770e2d52 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x77261423 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x773fc759 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7760cbef security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x777f1fbc input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7782b96d seg6_hmac_net_init +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cd8b48 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x77e6b1e8 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77fc6b97 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x7804d2af dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x78071d9b __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780caf7a input_register_device +EXPORT_SYMBOL vmlinux 0x7811fc19 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x781e93d5 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x78313237 phy_attach +EXPORT_SYMBOL vmlinux 0x7846217c redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x787fb8f9 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788e5377 input_register_handle +EXPORT_SYMBOL vmlinux 0x789442a1 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a77fd1 scsi_print_command +EXPORT_SYMBOL vmlinux 0x78b5a6eb udp_pre_connect +EXPORT_SYMBOL vmlinux 0x78b714f9 bioset_init_from_src +EXPORT_SYMBOL vmlinux 0x78c81097 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e0777a skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x78e2e44a simple_transaction_get +EXPORT_SYMBOL vmlinux 0x78f74b29 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x79024b51 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7910df23 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x79136b9d netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x79351e29 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x793c4fc5 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x794045ab uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x7956b3ba generic_block_bmap +EXPORT_SYMBOL vmlinux 0x796149c9 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x796c816a blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79911514 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x799ded07 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x799eabdd netlink_unicast +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b5550d nf_log_unset +EXPORT_SYMBOL vmlinux 0x79b55f86 napi_complete_done +EXPORT_SYMBOL vmlinux 0x79ce60d5 param_ops_int +EXPORT_SYMBOL vmlinux 0x79fb5ff4 ps2_end_command +EXPORT_SYMBOL vmlinux 0x7a0191a1 bdget +EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x7a19934a inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1bfa12 sock_create_lite +EXPORT_SYMBOL vmlinux 0x7a1c237b netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a33e801 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a625cd8 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab0f73e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad02c1a pcim_iounmap +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 +EXPORT_SYMBOL vmlinux 0x7b1a95d9 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x7b20e4c6 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x7b23efc7 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x7b3c922a kill_bdev +EXPORT_SYMBOL vmlinux 0x7b4b67c5 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b541a01 kernel_param_lock +EXPORT_SYMBOL vmlinux 0x7b5a0872 kill_pgrp +EXPORT_SYMBOL vmlinux 0x7b5ff13e mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x7b7c7d44 dma_resv_add_excl_fence +EXPORT_SYMBOL vmlinux 0x7b7fd504 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b90e783 rtc_add_group +EXPORT_SYMBOL vmlinux 0x7b9c9c56 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc50bed textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x7bd46935 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x7bef4a4e get_user_pages_locked +EXPORT_SYMBOL vmlinux 0x7c11fd20 cdrom_open +EXPORT_SYMBOL vmlinux 0x7c164be7 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x7c171b5e __lock_buffer +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1b72d8 xsk_umem_discard_addr +EXPORT_SYMBOL vmlinux 0x7c26b46a abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x7c3318c0 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c478cc7 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x7c796585 nvm_submit_io_sync +EXPORT_SYMBOL vmlinux 0x7c7a85fe tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ca262fd ppp_channel_index +EXPORT_SYMBOL vmlinux 0x7ca37c4c tcf_idr_search +EXPORT_SYMBOL vmlinux 0x7ca3eaab dev_set_alias +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL vmlinux 0x7cb5156f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x7cc9664c ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x7cce81b2 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cebdbd1 mmc_start_request +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d048c32 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x7d066657 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0e3651 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x7d12393b xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4f4f4c pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x7d51f10b dget_parent +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d806010 napi_get_frags +EXPORT_SYMBOL vmlinux 0x7d888cd7 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x7da58c8a bprm_change_interp +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db51bf5 proc_set_size +EXPORT_SYMBOL vmlinux 0x7dd89071 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x7dd8dcbf input_event +EXPORT_SYMBOL vmlinux 0x7ddaf04a __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x7ddbad2e key_task_permission +EXPORT_SYMBOL vmlinux 0x7de00619 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x7de0e911 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x7defb5f2 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df32686 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x7dfb133d skb_seq_read +EXPORT_SYMBOL vmlinux 0x7e0826e2 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e38e986 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x7e46faf5 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x7e4c200c of_clk_get +EXPORT_SYMBOL vmlinux 0x7e5b9d33 param_set_uint +EXPORT_SYMBOL vmlinux 0x7e76cf65 param_set_copystring +EXPORT_SYMBOL vmlinux 0x7e77e94b xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x7e7f7059 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x7e9452f2 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7eae38f8 put_user_pages +EXPORT_SYMBOL vmlinux 0x7eb19303 phy_resume +EXPORT_SYMBOL vmlinux 0x7ec355e4 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x7ec78bdd rename_lock +EXPORT_SYMBOL vmlinux 0x7ed11a57 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7eec0d8e tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x7ef6d2ae eth_header_parse +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f170ab8 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f338e35 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7f39c55d kernel_getpeername +EXPORT_SYMBOL vmlinux 0x7f3a07e3 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x7f3e4c4d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x7f41fe85 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f56fa01 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x7f588ecc tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f64dd1c configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x7f708a89 mmc_get_card +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8f9c95 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x7f9752f7 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x7fabfdbc dentry_path_raw +EXPORT_SYMBOL vmlinux 0x7fbaff00 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x801d7ac2 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x801da639 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x802c6f94 fb_show_logo +EXPORT_SYMBOL vmlinux 0x804a2159 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x807d78c5 discard_new_inode +EXPORT_SYMBOL vmlinux 0x80809c0c inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80c6c9cf xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80eb8885 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x80ec63cb netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x80fbd066 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811db294 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x8133c67d complete_and_exit +EXPORT_SYMBOL vmlinux 0x813c0aa1 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81734854 blk_get_queue +EXPORT_SYMBOL vmlinux 0x817f14b5 noop_qdisc +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8188a27b inet6_protos +EXPORT_SYMBOL vmlinux 0x818b0b77 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x81b2062d pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x81b395b3 down_interruptible +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e3dc6f input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81f40a47 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x81fd582c migrate_page_move_mapping +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82112643 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x821186ce drop_nlink +EXPORT_SYMBOL vmlinux 0x8216fbad mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x821a6516 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x821d3b0c amba_device_register +EXPORT_SYMBOL vmlinux 0x8221639a blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8221dfbb fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x824eedc4 param_set_charp +EXPORT_SYMBOL vmlinux 0x82600445 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x826b9d71 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x826dae31 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8291c4f0 set_groups +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d07ae7 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x82f36010 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x8307c848 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x831f0521 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x832029b3 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x8329c42f dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836118fd pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x8362d2e7 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x8384647a acpi_map_pxm_to_online_node +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put +EXPORT_SYMBOL vmlinux 0x83b02e04 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x83b82fe6 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x83bab29c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x83bfea17 tso_start +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c98564 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x83db85fd flush_dcache_page +EXPORT_SYMBOL vmlinux 0x83e08098 thaw_super +EXPORT_SYMBOL vmlinux 0x83f8def2 rproc_alloc +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x840a1be3 pci_free_irq +EXPORT_SYMBOL vmlinux 0x844362b9 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x84539d94 serio_reconnect +EXPORT_SYMBOL vmlinux 0x84581f33 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x845b4fce get_cached_acl +EXPORT_SYMBOL vmlinux 0x84812c8b phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x8485c0c7 pagevec_lookup_range +EXPORT_SYMBOL vmlinux 0x848e24b4 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x84b26867 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x84b8a484 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84d026c1 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x84db31a4 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x84f2731c tcp_close +EXPORT_SYMBOL vmlinux 0x8500d2af dm_unregister_target +EXPORT_SYMBOL vmlinux 0x850d010c load_nls +EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x851b88b8 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x8559849a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85696718 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x8581a3a7 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x858b3fe3 free_iova_mem +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x859508d8 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x859a4fe8 get_task_cred +EXPORT_SYMBOL vmlinux 0x85a0edc9 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x85b4cf2f utf8nlen +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e196d0 seq_file_path +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f430d6 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x85f86ba0 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x86156e88 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x861626fa xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x861e506b register_netdev +EXPORT_SYMBOL vmlinux 0x861f6077 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x862fcd52 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8662a6e6 input_inject_event +EXPORT_SYMBOL vmlinux 0x8670984c seq_puts +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86ad48ce netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x86b5173b rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x86c18b81 clear_wb_congested +EXPORT_SYMBOL vmlinux 0x86d00d10 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x86dd1e90 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant +EXPORT_SYMBOL vmlinux 0x8724ba39 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x87272a1d qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x87285154 inet_frag_find +EXPORT_SYMBOL vmlinux 0x873859b9 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87664fe0 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x877a9531 module_refcount +EXPORT_SYMBOL vmlinux 0x877f41f4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream +EXPORT_SYMBOL vmlinux 0x879dff32 km_report +EXPORT_SYMBOL vmlinux 0x879e4ce3 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x87accf83 km_policy_expired +EXPORT_SYMBOL vmlinux 0x87b615c6 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87bf1fd6 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x87d177ad inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x87fce881 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x88069006 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x881276f3 inet_gro_complete +EXPORT_SYMBOL vmlinux 0x8813f25d sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x882b3460 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x883664e3 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x8838ac01 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x884014c8 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x8845d677 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x88528b41 dst_destroy +EXPORT_SYMBOL vmlinux 0x8858898a xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x885a500d scsi_print_result +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889a9f8a vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x88a51c71 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock +EXPORT_SYMBOL vmlinux 0x88ad55d4 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e2891e ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x88fe76af iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x88fed8a9 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x89297a7c __SetPageMovable +EXPORT_SYMBOL vmlinux 0x893a1a5e simple_open +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894be463 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x894ed320 override_creds +EXPORT_SYMBOL vmlinux 0x89689fe4 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x89800ce5 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x8996136a netif_skb_features +EXPORT_SYMBOL vmlinux 0x89b35214 tty_hangup +EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final +EXPORT_SYMBOL vmlinux 0x89c13628 of_dev_put +EXPORT_SYMBOL vmlinux 0x89d6778b nf_reinject +EXPORT_SYMBOL vmlinux 0x89ebe3fd blk_rq_init +EXPORT_SYMBOL vmlinux 0x8a0b802a d_path +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a21ea78 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x8a25f9f0 nvm_alloc_dev +EXPORT_SYMBOL vmlinux 0x8a3dddb8 dump_page +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a544980 __alloc_skb +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80e185 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8a8fab10 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa6c06b mfd_add_devices +EXPORT_SYMBOL vmlinux 0x8aac41d9 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x8abe290d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac3453b vfs_whiteout +EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x8ad04c96 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b74de3c of_match_device +EXPORT_SYMBOL vmlinux 0x8b77251e netif_device_attach +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9c8c94 __find_get_block +EXPORT_SYMBOL vmlinux 0x8b9e97e5 pci_set_vpd_size +EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx +EXPORT_SYMBOL vmlinux 0x8bb6470c empty_aops +EXPORT_SYMBOL vmlinux 0x8bc11eb1 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x8bc97691 phy_driver_register +EXPORT_SYMBOL vmlinux 0x8bee4a9e gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c481dd6 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x8c65a03c padata_stop +EXPORT_SYMBOL vmlinux 0x8c82ae15 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8cb206bd dquot_alloc +EXPORT_SYMBOL vmlinux 0x8cb2594c dm_kobject_release +EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8cb878ee fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x8cc1e1ab __page_symlink +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d0a5894 ilookup +EXPORT_SYMBOL vmlinux 0x8d307674 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x8d45d20d devm_request_resource +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d574c9a block_invalidatepage +EXPORT_SYMBOL vmlinux 0x8d648835 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x8d6c4a88 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8daa2c33 input_set_keycode +EXPORT_SYMBOL vmlinux 0x8db56974 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x8dd869c8 ip_defrag +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de9c20c __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x8deb7c46 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x8df08614 mmc_erase +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfab10c put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x8dfdf56a sdei_event_disable +EXPORT_SYMBOL vmlinux 0x8e020420 con_is_bound +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve +EXPORT_SYMBOL vmlinux 0x8e40e390 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x8e5ebe2b mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8e64bc38 abort_creds +EXPORT_SYMBOL vmlinux 0x8e6ece42 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x8e724b4d nobh_write_end +EXPORT_SYMBOL vmlinux 0x8e85c83e nvm_dev_dma_alloc +EXPORT_SYMBOL vmlinux 0x8e8949fa sock_kmalloc +EXPORT_SYMBOL vmlinux 0x8e8b8523 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x8e94c307 km_policy_notify +EXPORT_SYMBOL vmlinux 0x8e9d4851 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x8ebe2deb of_match_node +EXPORT_SYMBOL vmlinux 0x8ec576e7 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x8eca65ba skb_store_bits +EXPORT_SYMBOL vmlinux 0x8ed45b8f _dev_alert +EXPORT_SYMBOL vmlinux 0x8ee44261 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0e28b2 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x8f1f6f5e jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x8f223512 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x8f2f69b6 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x8f3744ec blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x8f52e9d4 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x8f694a2d acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x8f7146f1 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x8f740286 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x8f778735 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x8f83cf31 vme_slave_request +EXPORT_SYMBOL vmlinux 0x8f87c875 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x8f96b592 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx +EXPORT_SYMBOL vmlinux 0x8fc56f6c invalidate_partition +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd54d43 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x8fda6a7f __next_node_in +EXPORT_SYMBOL vmlinux 0x8fdb3078 sock_efree +EXPORT_SYMBOL vmlinux 0x8ff80dcb config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x9012e395 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x90209eaa __close_fd +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x902f5199 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90443e3c param_get_charp +EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x906c190a xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x9071444d napi_gro_receive +EXPORT_SYMBOL vmlinux 0x909c1f68 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x909ebec6 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x90ad0ae1 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x90bbf599 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x90c582d5 iommu_put_dma_cookie +EXPORT_SYMBOL vmlinux 0x90eac802 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x90ee3991 mpage_readpages +EXPORT_SYMBOL vmlinux 0x91229d3d jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x912b85d5 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x913a0036 kobject_set_name +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168dc37 set_user_nice +EXPORT_SYMBOL vmlinux 0x917444c8 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x9176f33a udp_set_csum +EXPORT_SYMBOL vmlinux 0x919a9ff9 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919ee92e fman_reset_mac +EXPORT_SYMBOL vmlinux 0x91a0f0bd remap_pfn_range +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91a81eef dev_remove_offload +EXPORT_SYMBOL vmlinux 0x91db8a83 amba_release_regions +EXPORT_SYMBOL vmlinux 0x91e747a2 amba_find_device +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x920accd2 dev_uc_add +EXPORT_SYMBOL vmlinux 0x920cd20d padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x9215d331 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x9220df0f elv_rb_add +EXPORT_SYMBOL vmlinux 0x9224fb87 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923dbb27 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92681cbd inc_node_page_state +EXPORT_SYMBOL vmlinux 0x926d95cd xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9291e06b eth_type_trans +EXPORT_SYMBOL vmlinux 0x92a7cb1a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x92af4b0b inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x92b566d7 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x92b988e7 seq_release_private +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92d79259 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x92e7fddb ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x92e9a92c adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x92eb3cae vfs_rmdir +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fae3ed pci_read_vpd +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9321aa36 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x932247bf input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x9333fea4 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x933edcd2 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x9345e6e6 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9379f1b8 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x939e305f ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b6aad2 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x93dd4479 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x93dd6acd of_device_alloc +EXPORT_SYMBOL vmlinux 0x93dfb6b2 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x94203bca stop_tty +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x94632297 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x947e4b33 cont_write_begin +EXPORT_SYMBOL vmlinux 0x948ad936 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x9490b3c7 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x9493b235 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x9495c01a sock_rfree +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94ad0d60 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bc52af posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c2001a tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x94e175d7 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x94f79729 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x950d2122 dquot_initialize +EXPORT_SYMBOL vmlinux 0x951380b5 kfree_skb +EXPORT_SYMBOL vmlinux 0x952eb6ce sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9560a50a dma_direct_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x95634f22 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x956d6d46 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x956f8d0d udplite_prot +EXPORT_SYMBOL vmlinux 0x9575be8b compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked +EXPORT_SYMBOL vmlinux 0x958582c4 dev_load +EXPORT_SYMBOL vmlinux 0x958ba22a md_done_sync +EXPORT_SYMBOL vmlinux 0x958c3392 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x959136f2 generic_write_end +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b22ffc __frontswap_load +EXPORT_SYMBOL vmlinux 0x95d8f0b3 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add +EXPORT_SYMBOL vmlinux 0x95f6d18d call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x9621a36c dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x9649fc0f __brelse +EXPORT_SYMBOL vmlinux 0x965cdf19 __frontswap_store +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96917bd4 tty_port_init +EXPORT_SYMBOL vmlinux 0x96961ad3 inode_init_once +EXPORT_SYMBOL vmlinux 0x9697c5a9 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x96991572 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x9699d55f nonseekable_open +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b98677 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x96c114cf show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x970c4820 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x972227c9 release_firmware +EXPORT_SYMBOL vmlinux 0x97300ce5 nf_log_set +EXPORT_SYMBOL vmlinux 0x973c19ee d_obtain_root +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97431fc6 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict +EXPORT_SYMBOL vmlinux 0x974dc4ba mdiobus_read +EXPORT_SYMBOL vmlinux 0x974f122f blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x974feb67 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x9764cc77 netdev_alert +EXPORT_SYMBOL vmlinux 0x97700138 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x977bb120 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x977f511b __mutex_init +EXPORT_SYMBOL vmlinux 0x978b866d inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979fe899 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97ac39bb ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97e7727f ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x97f81731 padata_do_serial +EXPORT_SYMBOL vmlinux 0x98012ec5 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x9806ab5c blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x9810106f netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x9814c33f vfs_get_link +EXPORT_SYMBOL vmlinux 0x9816c216 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x981be892 set_security_override +EXPORT_SYMBOL vmlinux 0x982790c8 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x983877e0 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse +EXPORT_SYMBOL vmlinux 0x986aaa22 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x986b521e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x987e0a71 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x98b5cc71 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c37117 qdisc_reset +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98c9e91f truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d2a7ec vfs_unlink +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f48b2b __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x99024a26 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x9903c537 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99084a71 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99189e2b blkdev_fsync +EXPORT_SYMBOL vmlinux 0x991d897a pci_scan_bus +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994143be csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9965409c ppp_register_channel +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x99888323 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a8553c kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99f39096 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x9a0a7e60 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a177b61 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a3231e5 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x9a39e8dd __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x9a42300f tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x9a52932c pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict +EXPORT_SYMBOL vmlinux 0x9a7467bf qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x9a98796a bdev_dax_pgoff +EXPORT_SYMBOL vmlinux 0x9aa600cc pmem_sector_size +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9af08f50 __phy_resume +EXPORT_SYMBOL vmlinux 0x9b022bc6 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x9b10b319 deactivate_super +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b13951d mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3e4bdc pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x9b468ee5 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked +EXPORT_SYMBOL vmlinux 0x9b6bccd6 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b72619f dev_activate +EXPORT_SYMBOL vmlinux 0x9bae389b dquot_get_state +EXPORT_SYMBOL vmlinux 0x9bdda706 seq_pad +EXPORT_SYMBOL vmlinux 0x9be5a8c7 __sock_create +EXPORT_SYMBOL vmlinux 0x9bed2882 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x9bfef2f4 set_device_ro +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c23d3bb key_revoke +EXPORT_SYMBOL vmlinux 0x9c30e6ab kernel_sendpage +EXPORT_SYMBOL vmlinux 0x9c37da7d prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x9c39db14 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x9c4bb4f4 ps2_drain +EXPORT_SYMBOL vmlinux 0x9c5331ce d_delete +EXPORT_SYMBOL vmlinux 0x9c5e20ef pcie_set_mps +EXPORT_SYMBOL vmlinux 0x9c67a794 vfs_readlink +EXPORT_SYMBOL vmlinux 0x9c7f3d92 param_ops_bool +EXPORT_SYMBOL vmlinux 0x9c8e5d99 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x9c942adc vprintk_emit +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb38d8b dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d11f364 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d2d8237 vfs_rename +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d69c23c xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9513df tty_name +EXPORT_SYMBOL vmlinux 0x9da80971 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9dbb2516 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x9dc1193a pci_find_resource +EXPORT_SYMBOL vmlinux 0x9dc192ec mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission +EXPORT_SYMBOL vmlinux 0x9de93429 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9dfbbc8a neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e20a561 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9e24a053 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e4b41a0 datagram_poll +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5a8db3 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x9e5ce2cb jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6bb475 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x9e6ce378 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e833b8f pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x9e836964 secpath_set +EXPORT_SYMBOL vmlinux 0x9e90147d inet_accept +EXPORT_SYMBOL vmlinux 0x9e9b312d ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea53d7f vsnprintf +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9ec0b2e7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eedaf34 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9ef29d9f inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x9efe13fe dev_get_valid_name +EXPORT_SYMBOL vmlinux 0x9eff662b put_disk_and_module +EXPORT_SYMBOL vmlinux 0x9f305c4c kill_pid +EXPORT_SYMBOL vmlinux 0x9f3461eb _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x9f3a0397 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x9f3dff68 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f51f042 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f8658c6 vfs_get_super +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa00ffc genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9faf903b kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid +EXPORT_SYMBOL vmlinux 0x9fcd0a8c pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff1b52a md_update_sb +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffe30c0 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa024997c sock_no_accept +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa0336df0 start_tty +EXPORT_SYMBOL vmlinux 0xa03eab2a tcf_exts_change +EXPORT_SYMBOL vmlinux 0xa041018b migrate_page +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0451cdb to_ndd +EXPORT_SYMBOL vmlinux 0xa0557072 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa075b9e2 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa096b889 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b64125 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xa0bebef0 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xa0c283e1 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e7c25e __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f99f48 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa13a37dc free_task +EXPORT_SYMBOL vmlinux 0xa167eaa5 sg_miter_next +EXPORT_SYMBOL vmlinux 0xa16a01d8 import_iovec +EXPORT_SYMBOL vmlinux 0xa16f3a88 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xa1759fc0 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xa19abed6 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xa19f4b99 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xa1a1f2cb no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xa1b8527d icmp6_send +EXPORT_SYMBOL vmlinux 0xa1bf6d77 __serio_register_port +EXPORT_SYMBOL vmlinux 0xa1c4718f send_sig +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c78206 netlink_ack +EXPORT_SYMBOL vmlinux 0xa1c9e0ed dev_driver_string +EXPORT_SYMBOL vmlinux 0xa1cca113 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create +EXPORT_SYMBOL vmlinux 0xa1e99291 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xa1ea5a25 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xa2035ac6 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa21c1b2d inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa24930a2 sock_create +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte +EXPORT_SYMBOL vmlinux 0xa25ca156 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26f5891 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2accf37 generic_fadvise +EXPORT_SYMBOL vmlinux 0xa2c7b096 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xa2ef4546 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xa3156de4 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xa32dcc85 open_exec +EXPORT_SYMBOL vmlinux 0xa33c0eac wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xa345f91a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xa373f656 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xa388350c d_set_fallthru +EXPORT_SYMBOL vmlinux 0xa38fdb67 phy_device_register +EXPORT_SYMBOL vmlinux 0xa3b8291b ps2_command +EXPORT_SYMBOL vmlinux 0xa3b9dda2 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xa3c7176b dma_direct_unmap_sg +EXPORT_SYMBOL vmlinux 0xa3c75dfd generic_file_mmap +EXPORT_SYMBOL vmlinux 0xa3d08128 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xa3de324c dcache_dir_open +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa42ef02e param_set_int +EXPORT_SYMBOL vmlinux 0xa438956c __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa461e67a rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0xa46f1870 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xa473287a vm_insert_page +EXPORT_SYMBOL vmlinux 0xa479f34f dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa49665b1 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xa4bb017f fqdir_exit +EXPORT_SYMBOL vmlinux 0xa4c986b3 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xa4d7639b xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xa513db41 vme_slot_num +EXPORT_SYMBOL vmlinux 0xa529beb5 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5473b8d blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xa5520173 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5529196 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xa5759354 _dev_info +EXPORT_SYMBOL vmlinux 0xa57b583e genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xa586d3bd inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a72d73 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound +EXPORT_SYMBOL vmlinux 0xa5cb2485 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xa5d373ea mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa5d9f944 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xa5e88b27 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa5ef6bdc max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa5f8d874 generic_file_open +EXPORT_SYMBOL vmlinux 0xa601ccfa can_nice +EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer +EXPORT_SYMBOL vmlinux 0xa613e1bb vme_register_driver +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa61f3be6 init_pseudo +EXPORT_SYMBOL vmlinux 0xa626101f sock_no_connect +EXPORT_SYMBOL vmlinux 0xa6268565 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xa6295e1b sk_free +EXPORT_SYMBOL vmlinux 0xa62c2d8c register_quota_format +EXPORT_SYMBOL vmlinux 0xa63b8af3 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xa64ad636 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa64ecddc _copy_from_iter +EXPORT_SYMBOL vmlinux 0xa662643a __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xa6759b7e ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xa681dfff xsk_umem_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp +EXPORT_SYMBOL vmlinux 0xa69e279c __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xa6a07b31 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xa6a2acda fc_mount +EXPORT_SYMBOL vmlinux 0xa6a36374 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xa6b88291 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xa6b902f2 eth_header +EXPORT_SYMBOL vmlinux 0xa6f08ad8 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa6f1adf6 write_inode_now +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa728ec62 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xa72bb2c9 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xa73a4267 noop_fsync +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75bcde9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xa75e51ac open_with_fake_path +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7894567 nd_namespace_blk_validate +EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa7912c45 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xa799a5bd tcp_mmap +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f36bb8 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xa806baaf rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xa81151e2 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85cc47f uart_add_one_port +EXPORT_SYMBOL vmlinux 0xa8600288 make_kgid +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa877feb2 dev_set_group +EXPORT_SYMBOL vmlinux 0xa8838dfc netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89efc6f compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8a94634 make_kuid +EXPORT_SYMBOL vmlinux 0xa8c80255 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8cdb55f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xa8d53cdb current_time +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa900ca34 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xa90393cd inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9258d8c cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xa93934af pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xa9572c08 get_disk_and_module +EXPORT_SYMBOL vmlinux 0xa9609284 __register_nls +EXPORT_SYMBOL vmlinux 0xa9656aa1 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96f91d1 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xa970143b qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xa973937f pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xa98516c0 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes +EXPORT_SYMBOL vmlinux 0xa99dd491 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xa9a001ac pci_request_irq +EXPORT_SYMBOL vmlinux 0xa9a8c9bd pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa9c31e5c generic_file_fsync +EXPORT_SYMBOL vmlinux 0xa9c3c0eb arp_create +EXPORT_SYMBOL vmlinux 0xa9c7e9fb mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xa9d34e2b pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xa9d58942 genl_register_family +EXPORT_SYMBOL vmlinux 0xa9f26e8a cdev_add +EXPORT_SYMBOL vmlinux 0xa9f55bb4 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xa9fea705 sock_alloc +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa04e2b5 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xaa11b74d sockfd_lookup +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa4a99a2 param_set_byte +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7354c2 skb_clone +EXPORT_SYMBOL vmlinux 0xaa777e34 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xaa7d23ba dma_pool_create +EXPORT_SYMBOL vmlinux 0xaa97ee1b compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xaaab9587 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xaab16eff debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xaac6fccc fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab19ebeb generic_permission +EXPORT_SYMBOL vmlinux 0xab2d7265 d_exact_alias +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab420182 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xab426abd of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab629fec ip_options_compile +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab8e475b tcf_register_action +EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed +EXPORT_SYMBOL vmlinux 0xaba866e3 input_set_capability +EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0c9b48 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac28f7ee forget_cached_acl +EXPORT_SYMBOL vmlinux 0xac29cae6 pipe_lock +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac35b66e write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xac4c08db __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xac5053d1 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac55fc1e unlock_new_inode +EXPORT_SYMBOL vmlinux 0xac5a6ee2 param_get_bool +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf +EXPORT_SYMBOL vmlinux 0xac9f874a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacad7814 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xacaf0d2a pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xacb6455a jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xacbba716 misc_deregister +EXPORT_SYMBOL vmlinux 0xacc1ff0d qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0xacc4ed65 phy_attached_print +EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx +EXPORT_SYMBOL vmlinux 0xacc9694c check_disk_change +EXPORT_SYMBOL vmlinux 0xacd55189 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xacd64050 bio_devname +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xace6d6aa vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xace9b173 dev_get_stats +EXPORT_SYMBOL vmlinux 0xacefc58c pagevec_lookup_range_nr_tag +EXPORT_SYMBOL vmlinux 0xacf3e587 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad399545 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xad3d35aa flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad45ae63 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xad57f169 param_set_bint +EXPORT_SYMBOL vmlinux 0xad62b735 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad762be7 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad852657 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xad88c607 xdp_get_umem_from_qid +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xada222af dquot_transfer +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd63fd7 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xadf6ac4d abx500_register_ops +EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xae079ab4 config_group_find_item +EXPORT_SYMBOL vmlinux 0xae24e1d3 phy_connect +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae364eac pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xae407896 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae742bb5 qman_enqueue +EXPORT_SYMBOL vmlinux 0xae7ced28 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xae7e3a35 mutex_trylock_recursive +EXPORT_SYMBOL vmlinux 0xaeb8ac2d locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaebd717d netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xaec72d0f netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xaee6dcc3 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xaf02d1aa blk_mq_init_sq_queue +EXPORT_SYMBOL vmlinux 0xaf0fb0a2 read_dev_sector +EXPORT_SYMBOL vmlinux 0xaf24f6c8 fscrypt_enqueue_decrypt_bio +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf48ae4b unix_attach_fds +EXPORT_SYMBOL vmlinux 0xaf507de1 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init +EXPORT_SYMBOL vmlinux 0xaf7834f0 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xaf84ecc5 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xaf9a0f08 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xaf9a74ee jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0xafc87e53 nf_log_packet +EXPORT_SYMBOL vmlinux 0xafcb5f8d unregister_filesystem +EXPORT_SYMBOL vmlinux 0xafd183b5 pci_disable_device +EXPORT_SYMBOL vmlinux 0xafe37815 path_nosuid +EXPORT_SYMBOL vmlinux 0xaffd94d9 key_link +EXPORT_SYMBOL vmlinux 0xaffe12c7 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb00d2f1b skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0448582 proc_remove +EXPORT_SYMBOL vmlinux 0xb051a413 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb061a98a mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb06cee7d unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xb07cc47c ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb081a654 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xb0965259 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xb09ff32b flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ad84a0 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xb0d2fe21 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xb0d49103 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xb0d7e367 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e2bc2e __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb1207aef security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125b8b9 pci_set_master +EXPORT_SYMBOL vmlinux 0xb1292707 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1376ad7 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb15ab250 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xb16772fd mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0xb16fde05 phy_device_create +EXPORT_SYMBOL vmlinux 0xb17cd63e netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb17f2d7b rfkill_alloc +EXPORT_SYMBOL vmlinux 0xb17f61fc inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xb1800094 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xb19a3eab dev_addr_flush +EXPORT_SYMBOL vmlinux 0xb1ab3bae __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d63415 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e12d81 krealloc +EXPORT_SYMBOL vmlinux 0xb1ebfb25 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb1fe25a4 vfs_getattr +EXPORT_SYMBOL vmlinux 0xb22ca3f8 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb26d91e0 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xb284c537 ll_rw_block +EXPORT_SYMBOL vmlinux 0xb28d8482 simple_unlink +EXPORT_SYMBOL vmlinux 0xb28ded6a ptp_clock_index +EXPORT_SYMBOL vmlinux 0xb28e5e34 kobject_del +EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked +EXPORT_SYMBOL vmlinux 0xb2aa21a2 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append +EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt +EXPORT_SYMBOL vmlinux 0xb2b2f0b5 sock_i_ino +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c0b795 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xb2e528a6 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f631d2 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31685d1 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xb317dfb9 filemap_fault +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb3275fd1 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xb32ceb9b security_inode_init_security +EXPORT_SYMBOL vmlinux 0xb3460f24 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xb360f498 dma_direct_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36bc66e kernel_bind +EXPORT_SYMBOL vmlinux 0xb37bbec1 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xb383103b kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xb38466ef kill_fasync +EXPORT_SYMBOL vmlinux 0xb395db71 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xb3ba9c68 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb3c1e784 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xb3c79420 vfs_create +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e726bb zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xb3e9987c max8925_set_bits +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4001aea _dev_notice +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4089acf netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xb4163fb8 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb422f58a d_add_ci +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb4750f41 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xb486d1aa xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48d7e67 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xb49a14df mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4ef8c8d of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4ff566b jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xb50c2cd1 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xb522eb04 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xb52d5281 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb54e0418 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xb555c688 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xb56c0af0 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb594f475 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xb597d502 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ade6d7 padata_free +EXPORT_SYMBOL vmlinux 0xb5af099d udp_poll +EXPORT_SYMBOL vmlinux 0xb5b08a1d phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xb5bae4d0 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xb5c41764 __d_drop +EXPORT_SYMBOL vmlinux 0xb5d0e647 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ecaa55 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb5fd12ec __register_binfmt +EXPORT_SYMBOL vmlinux 0xb6079d24 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb61b1054 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xb6268b63 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63463b7 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xb64cce09 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e0848 sk_stream_error +EXPORT_SYMBOL vmlinux 0xb676cd0b qman_create_fq +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a4429 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a8f812 dev_mc_del +EXPORT_SYMBOL vmlinux 0xb6dc2d53 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xb6dfd67c kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ed0ad4 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xb6fcc568 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xb722d3c9 mpage_writepage +EXPORT_SYMBOL vmlinux 0xb7266dc5 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xb72d7c0d ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xb732179f ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73bafaf tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb74ad493 blk_put_request +EXPORT_SYMBOL vmlinux 0xb74db347 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xb782dfc2 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb792a9c1 devm_clk_release_clkdev +EXPORT_SYMBOL vmlinux 0xb7c52738 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xb7c55ffd eth_gro_receive +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue +EXPORT_SYMBOL vmlinux 0xb857fef2 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb860c392 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xb8674692 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89e43f2 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b4188c wake_up_process +EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xb8c892a5 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xb8cef3a3 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xb8d58e3c cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xb8ec8590 pci_request_regions +EXPORT_SYMBOL vmlinux 0xb903738e sdei_event_unregister +EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9082b1c rio_query_mport +EXPORT_SYMBOL vmlinux 0xb90971d9 device_add_disk +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb91729cc single_open +EXPORT_SYMBOL vmlinux 0xb9288da9 sock_wfree +EXPORT_SYMBOL vmlinux 0xb92cf2a7 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xb93d64aa uart_get_divisor +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb97950cc kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xb98b625b skb_copy +EXPORT_SYMBOL vmlinux 0xb9a78349 proc_mkdir +EXPORT_SYMBOL vmlinux 0xb9a94363 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xb9aaabc6 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9bdaac8 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xb9c88a4b vme_master_mmap +EXPORT_SYMBOL vmlinux 0xb9dc6fc0 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xb9ddedb8 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f8f306 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba079daa dma_resv_fini +EXPORT_SYMBOL vmlinux 0xba0b2d43 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba190780 inet_ioctl +EXPORT_SYMBOL vmlinux 0xba1bfa70 pci_get_slot +EXPORT_SYMBOL vmlinux 0xba1fb3e7 complete_request_key +EXPORT_SYMBOL vmlinux 0xba2ece8c add_to_pipe +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba6fb3d1 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xba7edde4 dst_release +EXPORT_SYMBOL vmlinux 0xba88879a rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xba8e657f sk_reset_timer +EXPORT_SYMBOL vmlinux 0xbaab26c2 path_get +EXPORT_SYMBOL vmlinux 0xbaaf8586 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xbab13822 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xbabab2cb neigh_xmit +EXPORT_SYMBOL vmlinux 0xbabd4e42 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xbac58131 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbae2e3ca single_release +EXPORT_SYMBOL vmlinux 0xbae417e9 km_state_expired +EXPORT_SYMBOL vmlinux 0xbaea8915 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xbafacf41 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2d3e35 input_reset_device +EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb8e6c7f scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xbba3d74e del_gendisk +EXPORT_SYMBOL vmlinux 0xbbbf1db1 tso_build_data +EXPORT_SYMBOL vmlinux 0xbbe804c8 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order +EXPORT_SYMBOL vmlinux 0xbbebb2f1 pci_pme_active +EXPORT_SYMBOL vmlinux 0xbc06bbb8 filp_open +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc272720 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc434541 request_firmware +EXPORT_SYMBOL vmlinux 0xbc55bdef blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xbc6350a7 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xbc64807e thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbc990dd6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xbcab0cba mmc_can_trim +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb2b558 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbceaf0fa __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xbcf1356f phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xbcfcc04d amba_driver_register +EXPORT_SYMBOL vmlinux 0xbd11f13e of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbd1a2c36 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xbd1a8647 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xbd1b7759 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xbd1bd277 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xbd3a23a3 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xbd3d830b setattr_copy +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4c6c21 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xbd4fe845 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xbd533293 param_get_short +EXPORT_SYMBOL vmlinux 0xbd5b5eb5 of_iomap +EXPORT_SYMBOL vmlinux 0xbd67693f iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6df28f nvdimm_revalidate_disk +EXPORT_SYMBOL vmlinux 0xbd7081ca netdev_err +EXPORT_SYMBOL vmlinux 0xbd7157fd pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xbd724567 padata_free_shell +EXPORT_SYMBOL vmlinux 0xbd798d80 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xbd7b863a fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xbd9606c1 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xbda461fa mdiobus_write +EXPORT_SYMBOL vmlinux 0xbdad0c77 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xbde96262 rproc_free +EXPORT_SYMBOL vmlinux 0xbdeb5bd9 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xbdf60cb1 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xbdf67a95 key_move +EXPORT_SYMBOL vmlinux 0xbe21a4a9 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xbe245a17 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xbe28c298 dquot_resume +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5165ac fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5bd6bc security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe7e05a8 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xbe81898e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbe85203b tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xbe87e246 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xbe9668fa inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xbe9f9aca tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xbea2c38e inet_offloads +EXPORT_SYMBOL vmlinux 0xbebd66d1 mpage_readpage +EXPORT_SYMBOL vmlinux 0xbed52e2b reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xbed6b72c block_write_end +EXPORT_SYMBOL vmlinux 0xbedc3e99 param_set_ullong +EXPORT_SYMBOL vmlinux 0xbede683a tcf_action_exec +EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xbee5344e sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xbef34486 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef73a25 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf1a4e02 uart_match_port +EXPORT_SYMBOL vmlinux 0xbf1fb1c1 d_splice_alias +EXPORT_SYMBOL vmlinux 0xbf480f2a locks_remove_posix +EXPORT_SYMBOL vmlinux 0xbf89793c __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9e3474 __breadahead_gfp +EXPORT_SYMBOL vmlinux 0xbfa29ae9 param_array_ops +EXPORT_SYMBOL vmlinux 0xbfaec86b __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xbfb4fcfb unregister_cdrom +EXPORT_SYMBOL vmlinux 0xbfc0989c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xbfc78529 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfcdc37c pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xbfd07c5d mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xbfd17948 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xbfd6251f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xbfd7dbab compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xbfd8a76a mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbfdc1aab __check_sticky +EXPORT_SYMBOL vmlinux 0xbfe48cf1 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff576a9 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xbff6352a fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xbffd18c6 __neigh_create +EXPORT_SYMBOL vmlinux 0xc0125018 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xc01db74e devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xc035885e kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xc036c95e fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xc06c1daa fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08b94eb nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xc08ef892 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0abfabb iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL vmlinux 0xc0bbd0c2 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xc0bca0f1 ZSTD_nextSrcSizeToDecompress +EXPORT_SYMBOL vmlinux 0xc0c42b74 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xc0d41b03 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xc0d6bdc4 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xc0dbe80e devm_clk_get +EXPORT_SYMBOL vmlinux 0xc0dc0e8b xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc0e1a97b __do_once_done +EXPORT_SYMBOL vmlinux 0xc0f55511 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xc0f947a2 dqget +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc1179daa kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xc11aaf0d dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xc1381460 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc14f7e76 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc156c981 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc179300f param_ops_long +EXPORT_SYMBOL vmlinux 0xc179a151 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xc18c5163 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xc1b981c9 write_one_page +EXPORT_SYMBOL vmlinux 0xc1c3f5a3 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc1cafd90 config_item_set_name +EXPORT_SYMBOL vmlinux 0xc1cfaec8 compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1da6447 unregister_netdev +EXPORT_SYMBOL vmlinux 0xc1f2414d mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20ced34 pci_clear_master +EXPORT_SYMBOL vmlinux 0xc21d2550 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xc228129e revert_creds +EXPORT_SYMBOL vmlinux 0xc22a8b61 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc251e9b8 param_ops_charp +EXPORT_SYMBOL vmlinux 0xc252fa3c xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate +EXPORT_SYMBOL vmlinux 0xc28c79aa freeze_super +EXPORT_SYMBOL vmlinux 0xc28f4c6a i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a17ebe seqno_fence_ops +EXPORT_SYMBOL vmlinux 0xc2e32f62 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xc2e541ea md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e61ffd netpoll_print_options +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc +EXPORT_SYMBOL vmlinux 0xc30aa8a5 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc32e57df __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xc33a27b5 logfc +EXPORT_SYMBOL vmlinux 0xc3442dbf of_get_parent +EXPORT_SYMBOL vmlinux 0xc34e72cf dma_dummy_ops +EXPORT_SYMBOL vmlinux 0xc35c924b tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xc36a3bd4 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc378543a rtnl_create_link +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc38cc2a1 __devm_request_region +EXPORT_SYMBOL vmlinux 0xc399993a of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xc3aaefdf genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xc3b56d97 blkdev_get +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c09e63 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xc3f50b1d iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40302f8 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc40768e0 may_umount +EXPORT_SYMBOL vmlinux 0xc40d6d20 rproc_add +EXPORT_SYMBOL vmlinux 0xc411bfd2 proc_symlink +EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc4230bda vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc43e33cc blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc4475c26 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xc44bc9d4 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xc462cc30 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xc4760d24 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47d9dde scsi_init_io +EXPORT_SYMBOL vmlinux 0xc48c156b scsi_host_get +EXPORT_SYMBOL vmlinux 0xc4970992 __blkdev_reread_part +EXPORT_SYMBOL vmlinux 0xc49a7978 mdio_device_reset +EXPORT_SYMBOL vmlinux 0xc49d225a blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xc4a41b58 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4c50ea4 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xc4f2476c dup_iter +EXPORT_SYMBOL vmlinux 0xc5003f01 scmd_printk +EXPORT_SYMBOL vmlinux 0xc50f7352 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc516bac9 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xc523a1ae __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc54334e6 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xc555088e I_BDEV +EXPORT_SYMBOL vmlinux 0xc55558ba sock_register +EXPORT_SYMBOL vmlinux 0xc55bd2a4 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xc56a41e6 vabits_actual +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc5850110 printk +EXPORT_SYMBOL vmlinux 0xc588e1a0 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc58df054 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xc5971060 xsk_umem_consume_tx_done +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a16202 of_dev_get +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5b7b646 kobject_init +EXPORT_SYMBOL vmlinux 0xc5c3caff fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xc5d959e9 tcp_filter +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc618c021 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xc61eba3f cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6302a39 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc634387b max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xc651b462 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xc65312c1 skb_dequeue +EXPORT_SYMBOL vmlinux 0xc654b157 dquot_disable +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc6702ab2 path_has_submounts +EXPORT_SYMBOL vmlinux 0xc68fe048 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xc69298ed md_write_start +EXPORT_SYMBOL vmlinux 0xc6a11ffb vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xc6b354ff ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xc6bfea09 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xc6c3da7f bioset_init +EXPORT_SYMBOL vmlinux 0xc6c3fca1 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc707edb9 inet_gro_receive +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70e41c4 build_skb +EXPORT_SYMBOL vmlinux 0xc712419d dump_emit +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7383d74 __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0xc7520191 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xc7650605 vif_device_init +EXPORT_SYMBOL vmlinux 0xc76e031d user_path_create +EXPORT_SYMBOL vmlinux 0xc7760baa iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xc77cc216 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc794bbb2 param_get_ushort +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79d2c5e __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b2515a fb_set_var +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xc7ef8c65 __free_pages +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc8161509 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop +EXPORT_SYMBOL vmlinux 0xc82a6ec7 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc83d96b5 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc851cbf9 flush_old_exec +EXPORT_SYMBOL vmlinux 0xc86928c9 follow_down +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89527de padata_start +EXPORT_SYMBOL vmlinux 0xc8958fad call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc8a1a9c1 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b93217 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc8bf193b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xc8c03db0 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xc8d6d1b0 fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0xc8d83f82 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xc8e7622c inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xc9023573 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xc910e5ac blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xc9232728 inet6_getname +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc940dba4 generic_writepages +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d2805 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9887731 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xc993b654 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xc9957204 __arch_copy_in_user +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9abd559 seq_read +EXPORT_SYMBOL vmlinux 0xc9b1b27d kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xc9d5250c sk_stop_timer +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xca127895 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream +EXPORT_SYMBOL vmlinux 0xca19dc5a __page_pool_put_page +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca272bc5 install_exec_creds +EXPORT_SYMBOL vmlinux 0xca30693d get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xca38b88b tcp_release_cb +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4b0b8f page_mapping +EXPORT_SYMBOL vmlinux 0xca4f6210 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xca52942a netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xca53b582 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xca7426ba unregister_console +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca973c3f sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa8b22e dev_uc_sync +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcadc2b99 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xcae9e47b simple_transaction_read +EXPORT_SYMBOL vmlinux 0xcaf0c699 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0557b2 tcf_em_register +EXPORT_SYMBOL vmlinux 0xcb17178a kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xcb2cdb57 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3cc6ee blk_get_request +EXPORT_SYMBOL vmlinux 0xcb41a223 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xcb44df76 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xcb48580b input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xcb4c962b mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb8524c7 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xcb9143ac forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xcb9e1a22 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xcba3b22b of_phy_find_device +EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbb1798f md_register_thread +EXPORT_SYMBOL vmlinux 0xcbb63bfa sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc88a23 ZSTD_isFrame +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe8701c md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xcbfb2618 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfdac9a inode_dio_wait +EXPORT_SYMBOL vmlinux 0xcc111d83 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc3e9fd1 nvm_unregister_tgt_type +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc4810ac inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc9d018d mmput_async +EXPORT_SYMBOL vmlinux 0xcca25851 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccef37e4 ZSTD_DStreamOutSize +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd04e773 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xcd20e606 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3e8c5b twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xcd50436c ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xcd678719 param_get_long +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcdba1ef5 __sb_end_write +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcddafa95 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcddf45c2 __vmalloc +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcde87a6c mmc_command_done +EXPORT_SYMBOL vmlinux 0xce036f24 sg_split +EXPORT_SYMBOL vmlinux 0xce1316d6 nd_btt_version +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3078be elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xce392af7 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xce3968fa file_open_root +EXPORT_SYMBOL vmlinux 0xce3f82be md_error +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce51a4ec iov_iter_zero +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6477b2 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xce69a4c0 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xce6f9175 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xce746249 d_make_root +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7ac502 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce856f2c pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xce91ce4d d_find_alias +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceaee177 sock_i_uid +EXPORT_SYMBOL vmlinux 0xceb44ef8 pci_restore_state +EXPORT_SYMBOL vmlinux 0xcecc92c7 bio_uninit +EXPORT_SYMBOL vmlinux 0xcecca551 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcedc58a7 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xcee86a12 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0xcf04a20f netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xcf0a3416 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xcf2006f4 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xcf24bd88 single_open_size +EXPORT_SYMBOL vmlinux 0xcf28a0a3 generic_start_io_acct +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf4cefb8 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf70ac6f cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xcf72c943 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xcf794c63 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xcf82322e finish_open +EXPORT_SYMBOL vmlinux 0xcf83d83a __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfb924a5 try_module_get +EXPORT_SYMBOL vmlinux 0xcfc59ef5 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xcfd4f443 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xcfd82907 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcff2f2bc mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xd002e062 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xd0034f02 xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0xd01b274a netdev_info +EXPORT_SYMBOL vmlinux 0xd022cd28 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xd03c173f fman_register_intr +EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd071574f noop_llseek +EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init +EXPORT_SYMBOL vmlinux 0xd0a42787 of_translate_address +EXPORT_SYMBOL vmlinux 0xd0a699c4 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd0c4c036 security_sock_graft +EXPORT_SYMBOL vmlinux 0xd0c79014 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xd0e50d10 device_add_disk_no_queue_reg +EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put +EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xd1063ebe is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xd1086c24 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd10bbd90 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xd10cdb1a inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd11d1a5f netpoll_setup +EXPORT_SYMBOL vmlinux 0xd120ed67 vme_lm_request +EXPORT_SYMBOL vmlinux 0xd125bd00 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xd12a6b9e user_path_at_empty +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1469e0b param_get_uint +EXPORT_SYMBOL vmlinux 0xd15767b2 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd186ecf8 set_page_dirty +EXPORT_SYMBOL vmlinux 0xd18fbf28 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1af139a eth_header_cache +EXPORT_SYMBOL vmlinux 0xd1ba1514 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xd1be4eeb blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xd1cedd98 __seq_open_private +EXPORT_SYMBOL vmlinux 0xd1d6175f pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd209de68 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xd20d70e1 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2320013 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xd24e1cf7 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd262dfcb vscnprintf +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd29f03b4 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xd2ab9ef3 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xd2b0a862 netif_napi_add +EXPORT_SYMBOL vmlinux 0xd2d48261 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xd2d5c34c setup_arg_pages +EXPORT_SYMBOL vmlinux 0xd2d65416 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dbbb48 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xd2de4376 __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e81db5 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2ef794d genphy_update_link +EXPORT_SYMBOL vmlinux 0xd2fba3ce ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xd312eb42 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd31b3b0a generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32b9ac0 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xd32c683a genphy_read_status +EXPORT_SYMBOL vmlinux 0xd33e9830 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xd35065db ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35ae706 fget_raw +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37a59fb backlight_force_update +EXPORT_SYMBOL vmlinux 0xd3a79442 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xd3b678f1 del_random_ready_callback +EXPORT_SYMBOL vmlinux 0xd3cfbd3e xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xd3e53dd0 module_put +EXPORT_SYMBOL vmlinux 0xd3e71f81 dev_get_phys_port_name +EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL vmlinux 0xd3efeb42 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xd3f4c437 fman_get_revision +EXPORT_SYMBOL vmlinux 0xd3fba534 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd420f4d5 pci_release_regions +EXPORT_SYMBOL vmlinux 0xd43380d2 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xd4339de8 qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0xd4396179 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xd4422bdb acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd493926e set_cached_acl +EXPORT_SYMBOL vmlinux 0xd4950621 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xd49b0687 nd_device_notify +EXPORT_SYMBOL vmlinux 0xd49f2192 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4b41465 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53cbd26 fscrypt_inherit_context +EXPORT_SYMBOL vmlinux 0xd5409932 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xd5418db5 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xd54df4f3 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xd5518ec3 register_gifconf +EXPORT_SYMBOL vmlinux 0xd59149f4 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5ba251f jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xd5f19d54 of_get_property +EXPORT_SYMBOL vmlinux 0xd5fb3012 bio_copy_data +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd5ff8ceb napi_disable +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd618a757 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xd619aa30 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xd63f0c95 update_devfreq +EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64ad392 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xd6648cb9 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xd6660631 simple_nosetlease +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6941e8a scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd6a7d7a2 dm_put_table_device +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ab4e94 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xd6acb395 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd6e55b89 nf_log_trace +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f1b493 __bread_gfp +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7049eda dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xd7081a98 loop_register_transfer +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd7381b01 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd745b46f ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xd7564a20 mount_bdev +EXPORT_SYMBOL vmlinux 0xd75b5729 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xd762065a find_lock_entry +EXPORT_SYMBOL vmlinux 0xd763a869 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xd76a1077 path_put +EXPORT_SYMBOL vmlinux 0xd777fdab dmam_pool_create +EXPORT_SYMBOL vmlinux 0xd78d4a38 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xd7a3669b param_get_ullong +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ef3424 cdev_del +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd80005fa serio_rescan +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd82251d6 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xd8382dbb devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xd83fcee6 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xd85233bb nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame +EXPORT_SYMBOL vmlinux 0xd8682261 ipv4_specific +EXPORT_SYMBOL vmlinux 0xd8936296 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f5f19 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xd8a6c9fb configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b82ed3 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xd8d3cf63 rproc_report_crash +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8ea8e88 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xd905fdb8 scsi_add_device +EXPORT_SYMBOL vmlinux 0xd923990d md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xd92b75e3 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd957ddfb _dev_warn +EXPORT_SYMBOL vmlinux 0xd95f09c4 input_flush_device +EXPORT_SYMBOL vmlinux 0xd978d713 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd97af313 dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99f6943 simple_rmdir +EXPORT_SYMBOL vmlinux 0xd9a4f807 read_cache_pages +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9bf5c9e phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e8aee7 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xda1433c6 locks_delete_block +EXPORT_SYMBOL vmlinux 0xda1692a0 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xda20a08d ip_frag_init +EXPORT_SYMBOL vmlinux 0xda33b00a skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda51ce09 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xda5b72bf security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType +EXPORT_SYMBOL vmlinux 0xda7feb8f request_key_rcu +EXPORT_SYMBOL vmlinux 0xda8904d1 dev_open +EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve +EXPORT_SYMBOL vmlinux 0xda8b6da5 inode_set_flags +EXPORT_SYMBOL vmlinux 0xda8f1745 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac8e170 elv_rb_del +EXPORT_SYMBOL vmlinux 0xdaca81bf cpu_hwcaps +EXPORT_SYMBOL vmlinux 0xdad184da xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaebfbe8 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xdaf2aa04 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xdb16eebd of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xdb2184eb dquot_quota_off +EXPORT_SYMBOL vmlinux 0xdb223489 textsearch_register +EXPORT_SYMBOL vmlinux 0xdb37c087 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xdb3b9bb6 key_invalidate +EXPORT_SYMBOL vmlinux 0xdb475ba5 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xdb503f02 input_grab_device +EXPORT_SYMBOL vmlinux 0xdb510c45 put_tty_driver +EXPORT_SYMBOL vmlinux 0xdb55c076 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xdb5f0573 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7d113e fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xdbadf707 scsi_device_put +EXPORT_SYMBOL vmlinux 0xdbb3ec7b iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0xdbcec46c inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd4ec94 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf01f1d tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xdbf4810b of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xdbf958c5 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xdc04bdab tty_do_resize +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1c0898 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xdc1c5640 dma_set_mask +EXPORT_SYMBOL vmlinux 0xdc1e3e77 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xdc2b7dc7 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc36e9fd seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc526bb8 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xdc826c1d scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xdc93ff4b tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcaf9b0c netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xdcb0f221 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xdcb3de79 pci_match_id +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcc581a4 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xdcd30491 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xdcd3b0da sk_common_release +EXPORT_SYMBOL vmlinux 0xdcefd902 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xdcf4b84a xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xdcfe906d phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2c69ee kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xdd418d0c phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xdd46f087 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xdd528ee5 seq_putc +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd83b79d get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd963512 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xdd9bc2c0 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb7670e kernel_getsockname +EXPORT_SYMBOL vmlinux 0xddedc218 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xddf5c978 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xddf638cd kthread_stop +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats +EXPORT_SYMBOL vmlinux 0xde5b786a devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xde707ea4 configfs_register_group +EXPORT_SYMBOL vmlinux 0xde76740c iproc_msi_exit +EXPORT_SYMBOL vmlinux 0xde80c995 dm_get_device +EXPORT_SYMBOL vmlinux 0xde8f4166 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xdeb95478 __scm_send +EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded6a415 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0xded80e67 tty_throttle +EXPORT_SYMBOL vmlinux 0xdee365b0 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0xdee55f06 genphy_loopback +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf487ac8 skb_ext_add +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5f89aa get_acl +EXPORT_SYMBOL vmlinux 0xdf608cce __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xdf6764f3 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xdf6a383a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf6d74cc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xdf707e5c device_get_mac_address +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfb14029 down_read_killable +EXPORT_SYMBOL vmlinux 0xdfb449fe grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xdfba9881 of_find_backlight +EXPORT_SYMBOL vmlinux 0xdfc8265f make_bad_inode +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi +EXPORT_SYMBOL vmlinux 0xdff77353 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe010a6eb jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xe011be85 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xe015ae38 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xe0179f62 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xe018c35e phy_start +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0310f0a sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe03286a3 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xe038c2b7 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe03f04f7 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xe04e3ce6 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xe0621813 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xe06eaa74 inet_select_addr +EXPORT_SYMBOL vmlinux 0xe07a5ecc hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool +EXPORT_SYMBOL vmlinux 0xe089b256 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xe08c5f99 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xe08f23e2 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xe091aaf4 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe0955f76 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe0a53d75 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xe0ac484e sk_ns_capable +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b22bf6 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xe0c473ab tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xe0e3cea6 ns_capable +EXPORT_SYMBOL vmlinux 0xe0f92663 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1167c53 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13ca48b mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xe15121ae blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xe15e8ece rpmh_write +EXPORT_SYMBOL vmlinux 0xe1613e72 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xe17332e7 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xe1762d49 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xe192b313 ip_frag_next +EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xe1ef2b61 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xe1fac0a4 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xe2042dde arp_tbl +EXPORT_SYMBOL vmlinux 0xe20a47ed copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xe20b40fe scsi_remove_host +EXPORT_SYMBOL vmlinux 0xe20d3993 first_ec +EXPORT_SYMBOL vmlinux 0xe21b970e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22e8f69 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xe22eebd4 dquot_operations +EXPORT_SYMBOL vmlinux 0xe24a6116 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xe2610a77 thaw_bdev +EXPORT_SYMBOL vmlinux 0xe2780aab skb_checksum +EXPORT_SYMBOL vmlinux 0xe29917d9 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe2c4fe91 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xe2c97b8a flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xe2d3ccae seq_escape +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e0c7c6 __flush_icache_range +EXPORT_SYMBOL vmlinux 0xe2e502e1 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init +EXPORT_SYMBOL vmlinux 0xe30d8ffd dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xe327eac0 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32b48fe rt6_lookup +EXPORT_SYMBOL vmlinux 0xe33ea798 would_dump +EXPORT_SYMBOL vmlinux 0xe3409ef2 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xe359e0cb mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xe35af02a __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe361e8b0 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xe365e07c blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xe36b6b0e dev_add_offload +EXPORT_SYMBOL vmlinux 0xe37f32b1 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xe396b22e mntget +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3aa0cae xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe3ca7385 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xe3d31f99 tcf_block_get +EXPORT_SYMBOL vmlinux 0xe3da7131 dev_close +EXPORT_SYMBOL vmlinux 0xe3e583dd xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f7dddf pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe4169d8c dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xe41f3cd9 dcb_getapp +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0xe44fa2f3 input_unregister_device +EXPORT_SYMBOL vmlinux 0xe45130fc vlan_vid_del +EXPORT_SYMBOL vmlinux 0xe462bf9a jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xe46d80c7 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xe4714407 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xe48d9e52 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xe49a4bb4 kobject_get +EXPORT_SYMBOL vmlinux 0xe4a6a569 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe4aa8627 load_nls_default +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on +EXPORT_SYMBOL vmlinux 0xe4dea713 input_close_device +EXPORT_SYMBOL vmlinux 0xe4f51a0e filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xe4f57a0a skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xe5038864 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54bb1f6 __block_write_full_page +EXPORT_SYMBOL vmlinux 0xe54bd554 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xe560ea22 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname +EXPORT_SYMBOL vmlinux 0xe56fbb47 config_item_get +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe59de85e component_match_add_release +EXPORT_SYMBOL vmlinux 0xe5bb3451 unlock_page_memcg +EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free +EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5dd2ffb dst_discard_out +EXPORT_SYMBOL vmlinux 0xe5e7d858 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xe5ef07f3 file_modified +EXPORT_SYMBOL vmlinux 0xe5fd99ef pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xe60feda5 vfs_llseek +EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xe6212efb dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xe623e60a pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xe64246ea alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xe650bc61 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xe6540585 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe669c35f input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xe66dc304 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin +EXPORT_SYMBOL vmlinux 0xe6935053 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xe69bd254 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe69f6fac ppp_input +EXPORT_SYMBOL vmlinux 0xe6ddd339 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xe6e3a004 kthread_bind +EXPORT_SYMBOL vmlinux 0xe6ebeaff jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xe6fce4b5 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf +EXPORT_SYMBOL vmlinux 0xe7619651 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xe7698027 ioremap_cache +EXPORT_SYMBOL vmlinux 0xe7736b38 param_get_string +EXPORT_SYMBOL vmlinux 0xe7743e9b has_capability +EXPORT_SYMBOL vmlinux 0xe792f27d inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a5447c vfs_ioc_setflags_prepare +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b16b7c mr_dump +EXPORT_SYMBOL vmlinux 0xe7bc8d27 posix_lock_file +EXPORT_SYMBOL vmlinux 0xe7cd6cff neigh_event_ns +EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d83e57 sk_alloc +EXPORT_SYMBOL vmlinux 0xe7da789a xsk_umem_has_addrs +EXPORT_SYMBOL vmlinux 0xe7ddb7dc security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xe7e0d447 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xe7e61b41 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xe7eb88b1 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xe7fac0fa xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe80ddbb2 param_ops_uint +EXPORT_SYMBOL vmlinux 0xe81a5e02 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xe823c187 pci_iomap +EXPORT_SYMBOL vmlinux 0xe82d4296 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xe82f3b03 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe86131c8 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xe86e876a netdev_update_lockdep_key +EXPORT_SYMBOL vmlinux 0xe87fb057 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xe8801db5 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xe8a5151e netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xe8ad28b2 genphy_resume +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe907475e pci_assign_resource +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe916d74e __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xe92fb5f8 to_nd_btt +EXPORT_SYMBOL vmlinux 0xe93e1bcb vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9727afe serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xe98e1fa8 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xe9a33a8d tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9bb887c __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xe9c9ea5d nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xe9d09f01 hmm_range_dma_map +EXPORT_SYMBOL vmlinux 0xe9d16603 __lock_page +EXPORT_SYMBOL vmlinux 0xe9ddcb47 d_set_d_op +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ebbb8d devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f732e9 flush_signals +EXPORT_SYMBOL vmlinux 0xea036d35 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xea231bdc down_write_killable +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea421219 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xea455ac2 iget_locked +EXPORT_SYMBOL vmlinux 0xea673eaf of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea72ce1e __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xea821d6b md_write_inc +EXPORT_SYMBOL vmlinux 0xea85267a generic_delete_inode +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xead810d4 skb_trim +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaecc941 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xeaeefd88 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xeafca796 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xeb208b10 clear_nlink +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3d3db4 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb50f102 netdev_features_change +EXPORT_SYMBOL vmlinux 0xeb55bcc4 input_free_device +EXPORT_SYMBOL vmlinux 0xeb7cd5b9 inet_sendpage +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb889b41 mmc_request_done +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xeba1f976 _dev_emerg +EXPORT_SYMBOL vmlinux 0xebd6b4f0 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xebff63a7 mdio_device_register +EXPORT_SYMBOL vmlinux 0xec01448a generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xec08f10e xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xec2075fe inet6_add_offload +EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed +EXPORT_SYMBOL vmlinux 0xec2a7eb9 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec4e8408 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xec5ec8c3 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xec6d69e4 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xec809d0d dquot_commit +EXPORT_SYMBOL vmlinux 0xec8c5a9e security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xeca7dc64 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xecbf1aad i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xecc6d8da fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xeccb4755 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xecd5701b dst_release_immediate +EXPORT_SYMBOL vmlinux 0xecd7337e security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xecdd9b05 ata_print_version +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf01caa __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed010f53 set_wb_congested +EXPORT_SYMBOL vmlinux 0xed0aee38 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xed1ef90e page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xed2b713c dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xed33856e kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed67830b dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xed7882a3 pci_irq_get_node +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed95a179 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xedae0657 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcef549 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xedd11039 tcp_check_req +EXPORT_SYMBOL vmlinux 0xededf112 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xedff4be5 acpi_load_table +EXPORT_SYMBOL vmlinux 0xee035747 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0xee1f1526 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xee28245f backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xee2b5eb1 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2f942f mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xee3b0bf6 ata_link_printk +EXPORT_SYMBOL vmlinux 0xee3e4919 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee8a4b01 wait_on_page_bit_killable +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xef016e61 get_super +EXPORT_SYMBOL vmlinux 0xef123ad9 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xef231a04 of_device_unregister +EXPORT_SYMBOL vmlinux 0xef2770d9 pci_find_capability +EXPORT_SYMBOL vmlinux 0xef2931e6 simple_link +EXPORT_SYMBOL vmlinux 0xef32331a dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xef49671a ps2_init +EXPORT_SYMBOL vmlinux 0xef4972f1 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xef53fcbf simple_statfs +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xefa37903 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb01d66 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xefc0173d mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefda0003 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xeff6a9ea kernel_accept +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init +EXPORT_SYMBOL vmlinux 0xf01448ab tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xf01aa940 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xf01af1dc register_shrinker +EXPORT_SYMBOL vmlinux 0xf03019cd nobh_write_begin +EXPORT_SYMBOL vmlinux 0xf03c6f85 get_super_thawed +EXPORT_SYMBOL vmlinux 0xf042e8e9 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf07ad68f iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xf07d6b2a seq_lseek +EXPORT_SYMBOL vmlinux 0xf081e7d8 zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag +EXPORT_SYMBOL vmlinux 0xf098aeb5 block_commit_write +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b688bd fb_validate_mode +EXPORT_SYMBOL vmlinux 0xf0e74b69 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember +EXPORT_SYMBOL vmlinux 0xf11a8dd6 page_pool_unmap_page +EXPORT_SYMBOL vmlinux 0xf11f5185 ihold +EXPORT_SYMBOL vmlinux 0xf1352da5 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xf1402785 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xf15d02ac udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xf176cab4 tty_set_operations +EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1841f23 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xf18b93f5 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1c1664b generic_make_request +EXPORT_SYMBOL vmlinux 0xf1ca9af0 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ef78c1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xf1fe1b8b nlmsg_notify +EXPORT_SYMBOL vmlinux 0xf1feddd4 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xf21017d9 mutex_trylock +EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xf2273749 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xf22a8d83 profile_pc +EXPORT_SYMBOL vmlinux 0xf230f7b0 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xf23a4757 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24bc9d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xf24cd8a6 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xf25f0da8 pci_get_class +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26fd616 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL vmlinux 0xf288cbae lease_modify +EXPORT_SYMBOL vmlinux 0xf28a45a7 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29cba25 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xf29f33cd security_sb_remount +EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xf2bb2226 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d99df2 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xf2e0163d dev_deactivate +EXPORT_SYMBOL vmlinux 0xf2e2d900 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f70c25 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xf2fed7a4 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xf300377b tso_count_descs +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31a2e49 __alloc_disk_node +EXPORT_SYMBOL vmlinux 0xf33b6948 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf348806f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35b31f3 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xf37465af jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf380f0de register_netdevice +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3918522 qman_retire_fq +EXPORT_SYMBOL vmlinux 0xf3959582 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xf39bf763 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf39e52d2 netdev_notice +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest +EXPORT_SYMBOL vmlinux 0xf3bdcff6 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xf3c2df51 dma_direct_map_resource +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal +EXPORT_SYMBOL vmlinux 0xf3ecac14 cpu_hwcap_keys +EXPORT_SYMBOL vmlinux 0xf3f1492f wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xf407bc57 do_SAK +EXPORT_SYMBOL vmlinux 0xf40e7a73 __xa_alloc +EXPORT_SYMBOL vmlinux 0xf434f421 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xf43d0ae9 clear_inode +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43f362e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xf4634d24 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xf46bc9a8 wireless_send_event +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4924e7f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xf49385b5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xf4a8d859 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xf4b0cc25 page_pool_create +EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4ce4864 vm_map_ram +EXPORT_SYMBOL vmlinux 0xf4da9994 __tcf_idr_release +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50aad39 mntput +EXPORT_SYMBOL vmlinux 0xf5118992 simple_readpage +EXPORT_SYMBOL vmlinux 0xf52a5092 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xf52f4067 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf549d609 d_tmpfile +EXPORT_SYMBOL vmlinux 0xf57e5556 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xf585244d mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xf5915ba3 dma_resv_reserve_shared +EXPORT_SYMBOL vmlinux 0xf591753d nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a9c20f put_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e856c0 phy_suspend +EXPORT_SYMBOL vmlinux 0xf5eab8c3 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xf5f462db security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xf5f71c7e inc_nlink +EXPORT_SYMBOL vmlinux 0xf609c347 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xf60ac7c8 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xf61471d5 dcache_readdir +EXPORT_SYMBOL vmlinux 0xf6282b39 inet_del_offload +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf654322e simple_transaction_release +EXPORT_SYMBOL vmlinux 0xf6579abd ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xf65aeb16 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xf65fd407 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf6800dff dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6879f49 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xf68e698f xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xf69c4d14 iptun_encaps +EXPORT_SYMBOL vmlinux 0xf6ac1ba9 seq_vprintf +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf6fd8c61 d_move +EXPORT_SYMBOL vmlinux 0xf7115089 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xf721c4a0 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf745af66 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75ff669 dm_io +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77f7528 file_update_time +EXPORT_SYMBOL vmlinux 0xf7845e28 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xf786c0da unlock_buffer +EXPORT_SYMBOL vmlinux 0xf79a5618 rtnl_notify +EXPORT_SYMBOL vmlinux 0xf79df7fd udp_seq_start +EXPORT_SYMBOL vmlinux 0xf7acfd4e dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xf7d50209 sync_filesystem +EXPORT_SYMBOL vmlinux 0xf7e1c660 build_skb_around +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7fc9bff xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83d9448 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xf8745fff follow_up +EXPORT_SYMBOL vmlinux 0xf8803727 tcp_poll +EXPORT_SYMBOL vmlinux 0xf882f4ce sync_inode +EXPORT_SYMBOL vmlinux 0xf8868184 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf8b10aad phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xf8b2c903 skb_put +EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound +EXPORT_SYMBOL vmlinux 0xf8c8438f nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d5a833 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xf8d62e9f mdio_device_free +EXPORT_SYMBOL vmlinux 0xf8da97b2 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xf8dc9531 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xf8e96d57 d_rehash +EXPORT_SYMBOL vmlinux 0xf8ec2c3b vga_put +EXPORT_SYMBOL vmlinux 0xf8ecf03c fman_unregister_intr +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90bd2f3 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91ea311 set_blocksize +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9645f20 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xf9671266 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf9697214 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97406dc vfs_fsync +EXPORT_SYMBOL vmlinux 0xf97d7de2 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xf986b2d5 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xf99e648b sock_no_getname +EXPORT_SYMBOL vmlinux 0xf99fceb3 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b1781a scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xf9beb37d release_sock +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0xf9d34652 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xf9dd30c9 __devm_release_region +EXPORT_SYMBOL vmlinux 0xf9dec651 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xf9e9993f netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xfa08f4b8 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e9de8 init_special_inode +EXPORT_SYMBOL vmlinux 0xfa3765d0 skb_pull +EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa67aa03 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xfa76ef0c netlink_net_capable +EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed +EXPORT_SYMBOL vmlinux 0xfa8d6e6f sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xfa90dfdb dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xfa983b88 follow_pfn +EXPORT_SYMBOL vmlinux 0xfaa04e8c blk_mq_queue_stopped +EXPORT_SYMBOL vmlinux 0xfac00510 sock_edemux +EXPORT_SYMBOL vmlinux 0xfac19518 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xfac1dcad unregister_shrinker +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad61929 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xfaefb1f9 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xfb0bfb49 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xfb18040c __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xfb247d63 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb424dda skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xfb4729ba _copy_from_iter_full +EXPORT_SYMBOL vmlinux 0xfb481954 vprintk +EXPORT_SYMBOL vmlinux 0xfb547e24 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xfb69f485 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xfb6a6f38 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb746cc9 down_killable +EXPORT_SYMBOL vmlinux 0xfb83381f request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xfb89e589 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe717c9 phy_find_first +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbf213a1 task_work_add +EXPORT_SYMBOL vmlinux 0xfbf2b3cf register_filesystem +EXPORT_SYMBOL vmlinux 0xfbf5aecd vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xfc00fecd inet_protos +EXPORT_SYMBOL vmlinux 0xfc2852cf tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xfc2f8d1a sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load +EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xfc3cfdeb get_fs_type +EXPORT_SYMBOL vmlinux 0xfc3df2a6 set_disk_ro +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc41ae92 __close_fd_get_file +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc584d6e devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xfc5c46e2 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xfc5d90f7 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xfc68915d pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xfc6f1d5a fb_find_mode +EXPORT_SYMBOL vmlinux 0xfc79f443 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xfc7e2596 down_trylock +EXPORT_SYMBOL vmlinux 0xfc82fe94 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8e3c98 register_key_type +EXPORT_SYMBOL vmlinux 0xfc9ad4ce iommu_get_dma_cookie +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfccb3bac reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd4c305 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xfcdb6402 misc_register +EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd1f242e udp_seq_ops +EXPORT_SYMBOL vmlinux 0xfd40ca1d pneigh_lookup +EXPORT_SYMBOL vmlinux 0xfd4ee0ad genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xfd58f60a pci_map_rom +EXPORT_SYMBOL vmlinux 0xfd664f13 security_path_unlink +EXPORT_SYMBOL vmlinux 0xfd72de45 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xfd7e0875 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xfd7e5869 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xfd852096 simple_empty +EXPORT_SYMBOL vmlinux 0xfd88b04c dm_register_target +EXPORT_SYMBOL vmlinux 0xfd90f6ec ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xfd94814e complete_all +EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 +EXPORT_SYMBOL vmlinux 0xfdb3709c reuseport_alloc +EXPORT_SYMBOL vmlinux 0xfdbffcba bdgrab +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd0b7bf unlock_rename +EXPORT_SYMBOL vmlinux 0xfdd0f43d jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xfdd41b01 inet_bind +EXPORT_SYMBOL vmlinux 0xfdd64b75 inode_insert5 +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe404b31 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe52a3f3 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5db29c blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xfe7dee7b blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xfe8bbc80 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeacdc0c skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info +EXPORT_SYMBOL vmlinux 0xfec45fa8 do_splice_direct +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx +EXPORT_SYMBOL vmlinux 0xfefae81c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xfefc8389 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff1c21ab kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff250f2d bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xff36a0cb dentry_open +EXPORT_SYMBOL vmlinux 0xff39955a d_instantiate +EXPORT_SYMBOL vmlinux 0xff4035be pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xff42118e kernel_connect +EXPORT_SYMBOL vmlinux 0xff6476f3 stream_open +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7fbe90 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8aa00c phy_print_status +EXPORT_SYMBOL vmlinux 0xff8d5b1b netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy +EXPORT_SYMBOL vmlinux 0xffa93478 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc2b0c4 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xffd164b1 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xffd34e87 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xffde3048 __cgroup_bpf_run_filter_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff3f9b7 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xfff5ae8a neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xfffd1c39 generic_listxattr +EXPORT_SYMBOL_GPL crypto/af_alg 0x244d5407 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d4a520a af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x335f116c af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x364305ab af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x3e2838cc af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x4fe7eed7 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x63ae596e af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x7dd4af1b af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x80696d1a af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x834f9389 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x89582196 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x9174a260 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x9f8b8e13 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0xb7dca4cc af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xcf2229c8 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xeaddc135 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf08b5c68 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xf4768b11 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/asymmetric_keys/asym_tpm 0x7430f97c tpm_key_create +EXPORT_SYMBOL_GPL crypto/asymmetric_keys/asym_tpm 0x8b21e31f asym_tpm_subtype +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xc24cc30c async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7758dd6a async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9def385d async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x6110c2c4 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x89d39378 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x191924fd async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1a63e492 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1bc4c010 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xffdba8fe async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x10555512 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xb08e411f async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xa9819c6e blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x332a11ba cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x30b56bcd __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x460a0636 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/chacha_generic 0x659577d3 crypto_chacha20_setkey +EXPORT_SYMBOL_GPL crypto/chacha_generic 0x66b6767e crypto_chacha12_setkey +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xb147b663 crypto_xchacha_crypt +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xde970562 crypto_chacha_crypt +EXPORT_SYMBOL_GPL crypto/chacha_generic 0xe7436d31 crypto_chacha_init +EXPORT_SYMBOL_GPL crypto/cryptd 0x000e511b cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x061d71e5 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x18d9994e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x23c4dede cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x268d6a4b cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x30a7b26d cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x6c226e56 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x714f0ac3 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7db95342 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x87ef54eb cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa5f27773 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xaed93c6c cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xcbe92d38 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x03f9a889 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x21d3bba5 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x272785f7 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2f8b247e crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x349063ed crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4f4bb02f crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5a0fe376 crypto_transfer_ablkcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x74125d61 crypto_finalize_ablkcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa144ef85 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xac70d1b3 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb7dfcd56 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbcaebfc6 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc30128ce crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf91a830a crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x5941c2c9 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x7bbf202f simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xc7c8d609 simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xeb8c0792 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x515ba532 crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7a395d76 crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xd5a29505 crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x299fbb2e poly1305_core_setkey +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x30dbed6e poly1305_core_blocks +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x33731391 crypto_poly1305_update +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x50829fd2 crypto_poly1305_init +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x5ef1870c poly1305_core_emit +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0x65267047 crypto_poly1305_setdesckey +EXPORT_SYMBOL_GPL crypto/poly1305_generic 0xd1095bb4 crypto_poly1305_final +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbb53ea81 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4_generic 0x09a89410 crypto_sm4_expand_key +EXPORT_SYMBOL_GPL crypto/sm4_generic 0x4f886f2c crypto_sm4_decrypt +EXPORT_SYMBOL_GPL crypto/sm4_generic 0xb661683a crypto_sm4_encrypt +EXPORT_SYMBOL_GPL crypto/sm4_generic 0xf9112255 crypto_sm4_set_key +EXPORT_SYMBOL_GPL crypto/twofish_common 0xb1e70801 __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xc8eaa30c twofish_setkey +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x149ffa1b acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x232045d8 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x7d337870 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x8487b134 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xa194900e acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x14505390 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1c323e6d ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1face3e8 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1fbe913a ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x33102b21 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x59557f10 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6140af5c ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x629a7313 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x76a9d41d ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8046e4e9 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa023e28d ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa351e24f ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa6d24ca5 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaaf66acf ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xade0e98d ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaf0c3683 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xba91a396 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcddaf4b8 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcff59e36 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdb21f654 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdbef881e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe5ea5ada ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf745d819 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf99a88fc ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0315ffd7 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0416dc53 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0783d18a ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0bccdb95 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x486fdb1c ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x559a1396 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x581227da ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7e9b2b1b ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8d03bf5a ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x90774f40 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9423a077 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x96d2aac3 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa127426a ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa50744a4 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa573ad5d ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc57ca450 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xb6d0bd87 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x8a787d90 sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x727ea304 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x9192a401 charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xa2a58bbe charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xac53a91b charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd0cc2e18 charlcd_free +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x0f338d3c __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x1d1740f4 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x3c3c2144 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x1446e100 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x1c72bf19 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x4d5f32ed __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xe7cb2f31 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x32f78bbc __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xf6301166 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1756b977 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18191ef2 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1829d9d1 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18362694 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19b43fd1 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1e17ef16 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x243ed6dd __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29109d77 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4036ed93 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x40444f33 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x41ed936b bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55db5f08 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x851199b0 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c5de553 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1147a2e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xafd152b5 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb2c26fcc bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0f65787 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd864b5e6 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf883bcd bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8dd7e60 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9b16497 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xee04b6d9 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3b29476 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x4ab548d2 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x8214d136 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x8923c4b5 moxtet_bus_type +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x9dc7eff4 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xe23cb85b moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x18d55bdb sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x8ee7d5ee __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x00d9e064 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x04bf3163 clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0650a0db clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x065574e3 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x09bd8332 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ac38699 clk_trion_fixed_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0cabeb2a clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x12ac7e1e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ed919be clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x205a2ef5 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d89517e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x33e55c5b clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x39bc786e qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x40e5accd clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x428b605a clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x46e37d43 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4ad24f3b clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x51fb21a3 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x524628c8 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d5f07eb clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64447760 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x653458b6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66489e5b clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b303ccf qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6ca8a88d clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6fd1452e qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73f8eedb clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7404b809 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7708b673 clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x81ec30bf clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8218c7e1 clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x83811bbd qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8cb1c5b3 clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x911def65 clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x951258d4 clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x99f60998 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb32992 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1839eaf clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa821f919 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbbe74972 clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbf2a80f4 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc78100cd clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xccc2b431 clk_trion_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcce7e449 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd8fc3e8e qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda15b634 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda35a32d clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda967930 clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdb687f64 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdf674942 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe3b34b5b clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5bc1f18 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7c36713 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeeb1d9ae qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef6a0edc clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf196beb5 clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/counter/counter 0x01aab51b counter_count_direction_str +EXPORT_SYMBOL_GPL drivers/counter/counter 0x0b4f0aea counter_count_write_value_get +EXPORT_SYMBOL_GPL drivers/counter/counter 0x19b675ce counter_signal_enum_available_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x2816e8f6 counter_device_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0x38334d62 counter_register +EXPORT_SYMBOL_GPL drivers/counter/counter 0x3fc0c7b4 devm_counter_register +EXPORT_SYMBOL_GPL drivers/counter/counter 0x3feccbbf counter_signal_read_value_set +EXPORT_SYMBOL_GPL drivers/counter/counter 0x4e488e94 counter_unregister +EXPORT_SYMBOL_GPL drivers/counter/counter 0x4e947d16 counter_count_enum_available_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x7c119464 counter_count_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0x95fc410d counter_count_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0x981755cb counter_signal_enum_write +EXPORT_SYMBOL_GPL drivers/counter/counter 0xa6353910 counter_signal_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0xaef561ce counter_device_enum_available_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0xe74cb5e6 devm_counter_unregister +EXPORT_SYMBOL_GPL drivers/counter/counter 0xec00ac8b counter_device_enum_read +EXPORT_SYMBOL_GPL drivers/counter/counter 0xee526d0f counter_count_mode_str +EXPORT_SYMBOL_GPL drivers/counter/counter 0xf79abbb2 counter_count_read_value_set +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xfdffc1fa ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0b22bd13 hisi_qm_get_vft +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0b7920a4 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1154679b hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x30e3af05 hisi_qm_set_vft +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3574c3de hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x40821b2b hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4f6d72e1 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x676f3d74 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x77e9e503 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x78e69fdb hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7cdeaf5c hisi_qm_create_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x85b3e066 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x889a9786 hisi_qm_get_free_qp_num +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8e84e313 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a7a563a hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9bb09674 hisi_qm_get_hw_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbbd06ae0 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd0f33c6f hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe076bda4 hisi_qm_release_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe8c0ee3b hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xed5d154d hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf0174f21 hisi_qm_hw_error_handle +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x979f2249 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x5d87940e dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xe80761f5 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0fde4561 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x12b94d1b dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x43cbba84 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9519c85c dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa0efedf0 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa87b1a7a do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf5f8347e idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x07b2168b fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x127f4a1f fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x210ce9b9 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x34d1c40f fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3cd0d1b0 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4222e232 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4beb01a6 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5695fbea fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x62e46221 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x64b92f85 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9035b342 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xab2b9a87 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb096caf8 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xbbdc8775 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcbc12e27 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd0f1f01d fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x141a516d hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x191c9bf6 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x48034c9a get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xdd439273 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x337a2f01 alt_pr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x76e241fb alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x07460d07 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0bcc73b4 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0cdef672 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x18ca6a5d dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1fa113a7 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x24679cdf dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2851c6ac dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3bc64c67 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3f96e80d dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x60de05e6 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6e066dc4 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x834ae28c dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x848899c7 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb79d41de dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc97afe4b dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcc419aae dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd61c8b44 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xea6b3995 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf84577ef dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x054cbebd fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x10b070ad fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x215272c4 devm_fpga_bridge_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2a17121f fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x383a1ecf fpga_bridge_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x46d458dd fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x570f189e fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb08fd3c2 fpga_bridge_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb5481e5c fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xcd3bce81 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd3fc935f fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xfe1dd007 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1203430a of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x15bd4917 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1910e377 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1e5172ea fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2ac648aa fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4eaca6d8 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x53956702 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x563759ee fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6d6f060b fpga_mgr_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x77763584 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8a26039a fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc89c9fb1 devm_fpga_mgr_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe19e2b36 fpga_mgr_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x3778240d devm_fpga_region_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x392e19c6 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x3970ccf2 fpga_region_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x3aee72ca fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x8098339d fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb21629d1 fpga_region_create +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf44bae7c fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0e309de4 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3eccd15c fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x440322c8 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4f674305 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x991435a3 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9d1c0a95 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xb1fe332e fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xb85c54d4 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd06bcd02 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe8c36170 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x777753d6 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x1e6bca77 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xf5b01807 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x16bab9a7 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4e5c7231 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x91a35665 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xefadce2e gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfe0786de gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2c94e941 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x3e697acc gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x50b5f372 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x73be6b4d gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xec8f40b7 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0b03ddfb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcef94066 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x157e02b6 dw_hdmi_phy_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x220274b6 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x61e237ed dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x822671f9 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0ced80c5 drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1eddc3b1 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x264af07f drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x26f07812 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2d288945 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x35389970 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x35ce1f4b drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x47779b7b drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4a801269 drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4d44d611 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4de36fc0 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5da56957 drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6a0b4924 drm_gem_shmem_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x806dfef7 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8287bd11 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x87fbefa8 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x99c9f67f drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa84ec8d9 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaaa24ecc drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb0e169a2 drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb3ac5489 drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb61fbfbf drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb966b7fe of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc531b240 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc9c96181 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd5432f49 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe2afd0da drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xec55cbce drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xecc9e840 drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf071342c drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf2e4d927 drm_gem_cma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x036782d7 drm_fb_cma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1ca84458 drm_gem_fb_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2eb9360f drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x40d53e2d drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4bf79de7 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x69ca5a8e drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd0b3da6b drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x3563dbba pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x8225825f rcar_lvds_clk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xe0e38081 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xf2e6b6d5 rcar_lvds_clk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x46822f66 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x78188e81 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xf232fcbb ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x00639cd8 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0442541b __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x04ae8248 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0d728fe9 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0fc3b0d7 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x116b7a09 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1752d19b gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x193be1e3 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x19b25cf3 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1df85e3e gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x26c95bf2 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x298132bb gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3b0240aa gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3b508ec1 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3d52d107 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ef75a08 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44f1d9a1 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x55f11763 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6aee5380 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d6f74e3 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7121b9a3 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x713a1ecd gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ba5fe61 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x80de8fd1 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83aa8253 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8cdac50d gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9b80d214 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9d6d2229 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa3a3f2c7 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb27631fc gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbb39e530 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbd372236 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc397c10a __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc902b42d gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcaa28a25 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcabd23e3 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb8c92cd __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd328f9df gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd350ba57 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1c7c603 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe2f3c544 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf4001763 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfecde309 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02271b8c hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0359b225 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x16b9189b hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1e5d899d hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f2be56d hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x34f54e89 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x35c66ce7 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3db88464 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4234d967 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43491e6b hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x473d0b26 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4e6571b0 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x61aefde2 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x658ae709 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x662fb1af hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69678511 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x698cb73d __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6abc5875 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x706005d0 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7212bba1 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7c6d9ace hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81d9f92b hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x92637764 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x96e79864 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x994c1480 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b6f440d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa025c4d4 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa328eb12 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa9d52172 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xac2bcc4e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaff7c650 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb12181ea hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7090c3c hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd4b8cd69 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd837c6e7 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda60d97d hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdad376de hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe00a0e67 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe06f8b98 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xee6dfdeb hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7c758cf hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8733b75 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb2e085f hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfeb6142d hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x0603a178 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2c43828a roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4dfd3882 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x89b33815 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x95859591 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc7204f3e roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf2709d4c roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0ea6ce7b sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x19601fce sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x20e46c36 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3d29e814 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x441d39b2 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x66231983 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6a0e2a93 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7a58c9c9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8ad5c8c1 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x6b73ca33 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x16234a2f uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x4db8b68e usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6d64b77a hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x03971c90 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x284c7ba3 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x353ace5b hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4889f81d hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4ac1b142 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5066780b hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5c32f030 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x61777dcf hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6182318f hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6935b6ce hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x698cb71d hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6b0c0018 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9c89fa0b hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9ff859b2 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa3b51e8e hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaeaf2ef3 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb9fbe7f1 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe1f356bf hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xacade899 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xf59735f0 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xfe6744a2 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x02ca7655 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x03c1e6b2 pmbus_update_fan +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0acf64dc pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1cca2b18 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2e464bc4 pmbus_regulator_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x33f9bdd8 pmbus_get_fan_rate_device +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x47aa38a0 pmbus_get_fan_rate_cached +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4db40f23 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6702c400 pmbus_write_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7601e171 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xaf454e55 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc0a0ecd6 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc2737c14 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd9748d7e pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdfca3784 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe97f2f65 pmbus_update_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xebc0c399 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfaa5f42b pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfc05030d pmbus_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x073a8cc3 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2c3e3a1b intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x33a2e2b8 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x371c9bcc intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4a612e03 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8ac8dd79 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9e02d843 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc8d1b743 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xebcdcd71 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x65175473 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xd0564005 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xe4f269a6 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x108aa212 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23fa9c24 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4904af86 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x54221855 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8d934d46 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc139001f stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xcfe41808 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xeba125dc stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf4817316 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0ed0d47d i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x1f4ea0ff i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd68e7ebf i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd7dcbc6d i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x29b4b051 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x029f3f71 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x057d37c7 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0c53244b i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x184d0510 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1b67078b i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2025336a i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x33cf031a i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4e21159f i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4fa218b5 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x527462aa i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5632cf56 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5cf2d554 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6c8bba6f i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x70c494c1 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x81b37b51 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa29d0dbc i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa53c8c75 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa70d6370 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb15c4740 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcd0b4258 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe11a5b6a i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xebc5c086 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf211759a i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf4a7eefa i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xff96b8fc i3c_master_register +EXPORT_SYMBOL_GPL drivers/iio/accel/adxl372 0x044be7d8 adxl372_readable_noinc_reg +EXPORT_SYMBOL_GPL drivers/iio/accel/adxl372 0x6e16abee adxl372_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x009a0ff8 bmc150_accel_core_remove +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x6e9f3c70 bmc150_accel_core_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x71cf65aa bmc150_regmap_conf +EXPORT_SYMBOL_GPL drivers/iio/accel/bmc150-accel-core 0x81e06fba bmc150_accel_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0x2901762b mma7455_core_probe +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0x75a33a60 mma7455_core_regmap +EXPORT_SYMBOL_GPL drivers/iio/accel/mma7455_core 0x80ba88fb mma7455_core_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/ad7606 0x59b33b46 ad7606_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/adc/ad7606 0x5c16862a ad7606_probe +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x13336868 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x13461536 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3abaed9c ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x4598cb89 ad_sd_reset +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x57250c09 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x67b32b4c ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x839b47ad ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbc61e0a8 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe9186de8 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xfa21d3e2 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x67538734 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x777fb49a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x85234aec iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x15e8474c devm_iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x78f14cf5 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x8e5f61a3 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x3667829b devm_iio_triggered_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0xfbccbe7e devm_iio_triggered_buffer_cleanup +EXPORT_SYMBOL_GPL drivers/iio/chemical/bme680_core 0x9bc80433 bme680_core_probe +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x07501516 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0b7a52bd cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x152a8338 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x3da80290 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x96585c9e cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb754c15b cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb9acef4f cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc02b283c cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc904eb19 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5592r-base 0x2d03086b ad5592r_remove +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5592r-base 0x4c9f04f0 ad5592r_probe +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5686 0x9d7d2c00 ad5686_probe +EXPORT_SYMBOL_GPL drivers/iio/dac/ad5686 0xc74c3019 ad5686_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x15d7c38c bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4519cb5c bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x454067dc bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0x07648a14 fxas21002c_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0x581ed415 fxas21002c_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/fxas21002c_core 0x8007648e fxas21002c_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x08b9c378 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0f406a1c adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0f967c82 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5b9822ea adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6600d0f7 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x73254ab8 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9610ef11 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9bf19335 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa1a12d60 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc50223dc adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xcc158b28 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf53280d0 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/bmi160/bmi160_core 0x884a42b8 bmi160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0xd8b63bf2 inv_mpu_pmops +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0xedf405ee inv_mpu6050_set_power_itg +EXPORT_SYMBOL_GPL drivers/iio/imu/inv_mpu6050/inv-mpu6050 0xefec544d inv_mpu_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0af8a4e1 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b9ddade iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d315f31 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26891356 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x29ac192f devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x320ab390 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x373bbf0f iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x37dc3cfc devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x38e66867 devm_iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x429338ee iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x458b4398 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50f92851 devm_iio_trigger_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61e2fb37 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x683d1927 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b16ce03 devm_iio_device_match +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6d04c200 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f3e466a iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f5db296 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7015dda1 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x71a7931f devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x71c0f430 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76b3f1e6 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8075dcf9 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x810f9a08 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8334f68e __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87f33035 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8b7ae9fc iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c3ec15e iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d0f8c5b iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9494ffde devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9b395ff0 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f847f1e iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0e9ccc7 iio_buffer_set_attrs +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad7c3fda iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb279be49 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb33fc453 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbfaea260 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc2afb81c iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc37d8dad __devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc7dd3860 devm_iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd0ad4136 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2afd11b iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe2a91961 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6f49ef4 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeadab9cf iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf31eb607 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf427129a iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf70cdad0 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfbfc6478 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdacce41 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0x0a1424e0 rm3100_volatile_table +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0x3a6df27d rm3100_common_probe +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0xaa911f08 rm3100_readable_table +EXPORT_SYMBOL_GPL drivers/iio/magnetometer/rm3100-core 0xcc7209be rm3100_writable_table +EXPORT_SYMBOL_GPL drivers/iio/pressure/mpl115 0x841c1369 mpl115_probe +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x0cc45499 zpa2326_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x395919d7 zpa2326_probe +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x5a061983 zpa2326_remove +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x6c354f3f zpa2326_isreg_writeable +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0x6d201cab zpa2326_isreg_readable +EXPORT_SYMBOL_GPL drivers/iio/pressure/zpa2326 0xc764352c zpa2326_isreg_precious +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x9b7e409f input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xada4b63f matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x59453ea3 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x17cdd692 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4691eaf7 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4b09be29 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x596f5fea rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x59704936 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7603ded7 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7a7191db rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x87fad557 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa959da6b rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaee5353f rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbe30e27b __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd8b192fb rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd95b7414 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x80f24574 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa6b82a62 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd02ed6b5 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe5d435f9 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf21fca99 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x879ebc09 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xceb76cd8 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x1219e266 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x5a45c458 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x60838c27 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xf165dc2e tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x0b1f3b09 icc_node_create +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x0dbc2ba7 icc_set_tag +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x219f321b icc_put +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x2b1ad8e6 icc_set_bw +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x56a32659 icc_provider_add +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0x9124b026 of_icc_get +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xb4acbc81 icc_node_add +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xdc9d7d01 icc_node_del +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xe02d1987 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xe5f8753c icc_get +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xe63d0b4e icc_link_create +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xed59e074 icc_provider_del +EXPORT_SYMBOL_GPL drivers/interconnect/icc-core 0xf42df915 icc_link_destroy +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x070e7fd7 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1754efe5 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x21a2b345 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x63a58414 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x862ca07c ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8aac2e13 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x914214c3 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc95a4eb9 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdebd41f2 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x053ae2eb led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x21b85c7a led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5c6c0b53 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x935b7a68 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xcd067ba6 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf1a9d743 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x14031625 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x230f9cdc lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x45591805 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x859e8b19 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8759ae3c lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8b981da4 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9f152cd0 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xba03b38d lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xce623b60 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd73571d6 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe91ae124 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x30721734 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x36c12559 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3e086a7e mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x58ebce5e mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5ec79f2a chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x68b7112c mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6fa2621a __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9ff495a0 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa1c977b5 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcc01b196 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcc09e2f3 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe64f2c56 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xeb2c8905 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf5025dfa mcb_get_resource +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfc5835e5 mcb_device_register +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15b97715 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19b88bec __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2307b422 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b46c4b6 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b793afb __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fbf8560 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33554606 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x414c7765 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f6a4a3e __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65fb81f0 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b1045c7 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7260fb66 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x748968f6 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7574c715 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c8a33fe __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96bf5dba __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa353964f __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa4682eff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xab4c5652 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb22f8879 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf53dc9d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc00185bc __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc13b483f __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc36e201d __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8feefc9 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8da0f0e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f20dee __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe9c4d700 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee603d81 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5d8bf62 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8502c64 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0d4da180 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x31b44f95 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3a47d88c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x41afa96e dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x41d2ba2d dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x53f93cfa dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5bf616ef dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x65a01360 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x68f459e0 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6be2e953 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x960e8c2e dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb47d3c33 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc73dd57e dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0be6a7c dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xec3dcbf6 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf2e04bdd dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf5f9ae40 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x111ab12a dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x35fd1c43 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc90df7e5 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5de611a9 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7890d535 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x890723f7 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xadbefda4 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xaf8f1865 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb57827b8 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbf1a2968 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xccfe6409 btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcf8c2590 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe1bdae47 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x92bc0cf4 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xd40e9642 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1f240ce6 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2b993dc6 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5b72c07a dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x614ed5e3 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x989e63e3 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe93a069d dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x09cc81fa dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0a7e77f3 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0b25f6bc dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0b36102c dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0be67537 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0e198232 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x10e6ccea dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x16af9071 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x23ebd5fb dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2417c5c4 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24621ca3 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2adee13f dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x34d45c77 dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x36a34e58 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x36b84cda dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3a797d19 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x432b8178 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4557b425 dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48d1c7dc dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49081644 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4a4cb558 dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5cf0d0bb dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b0c22d dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6af8a872 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bb4bf8f dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6e1e3821 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6f2fe3c4 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7485935a dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7551b46e dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x764567c8 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x885b0024 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89783bda dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x97263968 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x98db2687 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e98460e dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2ea5542 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa3cc1157 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa51fbedc dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaab0ef04 dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb6949944 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbb461fb7 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbbb5df05 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xc248bde2 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcedfc878 dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd51c29f1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd6711a58 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdcfeac65 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1a54593d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x23fe1081 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x599f2cf3 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60bf07c9 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x741fea02 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9529a627 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x99527300 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa066fb5e saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc1696424 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf4d37721 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x05894649 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3df0420e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x549e28a1 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb150cc24 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb9655d0b saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc385c61a saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd27bcbea saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0e00dcaf smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1eb9a2a5 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x484cb08b smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x580793f9 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f87502b sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x834faa05 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e3e3cd4 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa63fc9d7 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaad33da9 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xacd19d2a smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbea08d0d smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcceffd33 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd9ad2eb9 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdb4c9897 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdba509fc sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdde53331 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfa0cdc86 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x03005a48 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4d1d285c tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x517e7ccd tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x579c6308 tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x6026aaf0 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x6960e899 tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x756516e7 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7a5d8c0b tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x86b4ddf7 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x975a1e29 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xc6110b6e tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xc6808be7 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf65c5e46 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0905874e vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0d1b6c65 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0da1064a vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2c5742a3 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x328a02a8 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x35c48f1a vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3a09ceb7 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3f623848 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x74d9f05c vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x765eca09 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7b6ce9e5 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee29e6e vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8996cd8f vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x89d9e61a vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ddae992 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x90828029 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x94bd946b vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9b1e3ca3 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa99c279e vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaf985c4c vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc77ffc9d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc88264fe __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xce4e31b4 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd2ae5e8a vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3f9331a vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd46622aa vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd5c5b779 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdb6d2b2c vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdc8e8d3a vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x02a24ace vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x5035a601 vb2_dma_contig_clear_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x8babc8ba vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xf9f5732a vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x7a800085 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0f32b30b vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x111b587c vb2_find_timestamp +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x166ce704 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x190cadfc _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x199e79f6 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x22fedcb4 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a961330 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f20f385 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x37a24d2e vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x426d9415 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x48092f32 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x52e9650d vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x55a50953 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5737b8bd vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x69523a27 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6b4657a3 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6c9027ab vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x75f864fc vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8ca7818c vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d864bde vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9a87e1a7 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaaa59412 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xad8d2341 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb10f3719 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb570a699 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc40beaa0 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcfe71cd1 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd06f9528 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdee70d98 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe6c80e08 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf452ea6f vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xa29f4698 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x1cd160f8 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x2a3ac924 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x43970edd dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xca61a01b as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x32a55273 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xd6db59d5 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x0195199d mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xd0e51af6 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x28c5acc2 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x257b6e32 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x96d278c9 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/smiapp-pll 0x44828409 smiapp_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x048fe129 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x071f4f16 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0bc35a3f media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fb5ea6a media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1ee15dc6 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x221ef370 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23686e3c media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x270855a4 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2db0727c media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c7413e7 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x422215ab media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x49fd468a media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50e3c40b media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x651b99ab media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x687c7bc7 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77aef1d4 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b06b40f media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7e2012f5 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f1c32c5 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9bc6c0d0 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9e0ce896 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9ea694a1 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa7651b34 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb1b9dc06 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb34e1a64 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbbaf3679 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbc22f326 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbf8b857c media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc5494f81 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc54ab861 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd7819b30 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdafa35ed media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc485bef media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc581289 __media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdcb8d911 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xde92e4c8 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdf923ec6 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe00afd1f media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe315cb77 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe34f83f0 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe7b787fb __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xefc7b1ce media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf03ece7c media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf366967d __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf38da8e3 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8b74018 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfde99145 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x7df2b7f0 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04a16b0b mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x13aaf1be mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x34a75590 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x46646dc0 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x486b4f92 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x504e6485 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x64c3cda7 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c22a6ae mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72e9c4e2 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8d17fc41 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9ec98260 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xabe24bad mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb04050f2 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb35082a2 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc0b18986 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd1195801 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd846a2ca mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeccb0be8 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf59e73b1 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x03a3fd73 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x23cfa417 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2a20ea68 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x398d4ac1 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x578722de saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5b056d6f saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x73dc48a7 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7f7463e0 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8413134b saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8cc3a9c2 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x980a69ec saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9c623a79 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e24bd39 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb28e988b saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb2b01adb saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbf8a337e saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcc31f712 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd1256733 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xda47fc76 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x18cd6713 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1afebc92 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x32a393b7 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4b60a2bb ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xbaeef5b4 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc139ff2e ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf23d8123 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x3779eb43 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x5571b1c4 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x6486d49d mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0xa22bf250 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0xc8f7f56a mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x13a4b4a8 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x2e36a75d vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x30a66d0f vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x62fe971d vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x6f3dcf58 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0x9cd49663 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0xd3133333 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mtk-vpu/mtk-vpu 0xffef381d vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x19bd0f0e hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1dd71361 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1f0c013f hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2417aaff venus_helper_load_scale_clocks +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x307d8404 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x36cfc3cf venus_helper_power_enable +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3a987ab2 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3ca015e2 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d59771d venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x42215316 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x455e5633 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x46afbf8f venus_helper_set_core_usage +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x51d9cbf1 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x570683d7 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x59c69e2e venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ac3da9d venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5faf2ba1 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6045262a venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6883927d hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6d6d2327 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x74250eae venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x783dd9b9 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7f52424a venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7fd3c08d venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8902fa1e hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x995a634e venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9a968526 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9dadd121 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa20fb008 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa4a7b286 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa5a6c290 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa6f61282 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb1d25061 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbb27410a hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc13aa126 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcfe79351 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd43a4abd hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd563db29 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd71e2a61 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd7dab9c0 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe7abb148 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xec238c9d venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xec974548 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xee325083 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf0961ffa hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf1d78573 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf39841cf venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf50bbe6a venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf8d0678f hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/rcar-fcp 0x2f24bb5a rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0x023d94d3 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0x0c18b7f2 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0x1329d4e8 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0x3bc8ec87 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0xbc210574 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0xd28e0c2f vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/vsp1/vsp1 0xd70d26bc vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x06b178c5 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x293b2fc7 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3321a8aa xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3c7eb685 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x56e12b71 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x6b977e59 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x88548bbb xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9eb32902 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xdf6b3709 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x07bac2c5 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x09722205 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x11b79c7b si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3011eee0 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd32b85c3 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe569a1e5 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xff8e6333 si470x_start +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x033d7cd3 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b6e332f rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e35ab3e devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28aec048 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2b29ae6c rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2c80297a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2dd6f512 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2de8063b ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x366ac4a3 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x42500f86 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x43b855f6 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7af31540 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa245d07d ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa37210b6 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb3bb5709 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbf0fb030 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcf9b3f20 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdf479669 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1413c6a rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfb566577 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x6d70ad6f mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x33060fbc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xd9598760 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x3c18b953 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x5a28275a tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x943b758b tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x0c7f53a5 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xc59950ea tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x0de050d2 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x531d0b1e tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xbce327ae tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6143131f tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb5227368 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x814a24f7 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x04655d27 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x17f7f78e cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x246e17a8 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f1fd000 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4fb7a14e cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x53610d7e cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x63752046 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6df97484 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7923f6d7 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x927430f3 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9d038166 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e56981c is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9f851c82 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb82d57ff cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd0bd0e90 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdf58d241 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xed1b5811 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf89067b5 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfd152621 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfd4f8ea2 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x60159686 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x5683b363 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x029b6cc1 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x06cabc5b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x108647ce em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x16fdf85b em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x16ff45b7 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x18d19131 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x30397479 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x31fb30ec em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48290fa4 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5491d7d5 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6a587579 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x91e20ece em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaafa8ac0 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc224ad98 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd40cf87c em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdd24f639 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe18d3b6f em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfadd6a57 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2b6c73b6 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2d37d4a6 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x318090e6 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x9731d96a tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xef15cc44 v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x0e245481 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x5d2613f2 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xefd18ba3 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x1b8b11f7 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x26b83845 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2eac82ac v4l2_async_notifier_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x34cb6f72 v4l2_async_notifier_parse_fwnode_sensor_common +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x3dc52b25 v4l2_async_register_fwnode_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x52cc0d90 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8b47e452 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8e11bce9 v4l2_async_register_subdev_sensor_common +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa3766987 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xab962f9c v4l2_async_notifier_parse_fwnode_endpoints_by_port +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b7d9883 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x260cf6ee v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2c4bbf6b v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x36278b0a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3d70006b v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3f499d98 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4268ab4f v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4993dc45 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c9084fc v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4cee7b02 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ec01d88 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x54ac904c v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5551004b v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x71f83dae v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ced9872 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7e51637b v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7efc0d84 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80bda749 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8a3bbfad v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa039ff22 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa21f61d4 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9c86ca5 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaaeff2e8 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf0d3b5d v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb3f4b11c v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc780f908 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xce07f653 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdac3cda1 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe594c932 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe653c1e3 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeab90545 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee8eaea7 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf45087b1 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9e6a1b2 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfacb3f47 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x129bb293 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x136bace1 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x254e7c06 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2645ff7b videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3472723f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3c9fd817 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x401a7e86 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x52b6383a videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6422d160 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x647ab14d videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x692cc65d videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a0e799e videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b17fef8 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x81b20ef4 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8576aeba videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x87ff39c0 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8f36cf01 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb650afa4 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8228203 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb3f7a4d videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe2daebf7 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf6f0eb1e videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfb4d5f07 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfdfb3e91 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x30adf9ca videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x40381f8a videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9c8d9938 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf16837c8 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1ffaa13f videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x42899c56 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xdf0cb924 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x002e867a v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x033dfc92 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x05cab638 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06d5da50 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08c15a53 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09df761a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0a69ce30 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e22b633 v4l2_subdev_alloc_pad_config +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x112b0feb v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1429ad50 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x238c6a4e v4l2_async_notifier_add_devname_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2634bddf v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29988ef9 v4l2_async_notifier_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a53ca39 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3229e6ee v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32431a1e __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x346c169b v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34a385d3 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x37263b7e v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3abaada5 v4l2_async_notifier_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bbbcd66 v4l2_pipeline_pm_use +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x432f25e0 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4354d7aa v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43996a8c __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44576f0c v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x466b8270 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b676dc1 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4fde7e74 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50d65b11 v4l2_subdev_free_pad_config +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54306e3c v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x548d1d82 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ac1511d v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5dc098ae v4l2_async_notifier_add_fwnode_remote_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5fce943f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6be8ecbd v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6fb7c465 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72b0b8df v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74df696e v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7bd28d97 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7cc21458 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89cc9057 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c41ee4f v4l2_async_notifier_add_i2c_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f71cf3d v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8bfe2ad v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xacdccf70 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae0d41f0 v4l2_async_notifier_add_fwnode_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb795f071 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc540b453 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9b00cee v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdebf6b57 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf896167 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2f4b7e3 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3b48c44 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a3d2af v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1993cd4 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf24c4cde v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf56da5c4 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfbe06322 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc881137 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x3819d43f pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x95017e66 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xea00c11f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1fcd1db8 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x291270ba da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x599d7842 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x74e703d7 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x75fcba1f da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd0f87734 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf38cf46c da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x037a4475 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2143ea39 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x298707f5 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2d191640 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7dcdd03f kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaa85ed83 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbaa0c853 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfdd59aa5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2df7b49e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xacbd198d lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xc93d620b lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2d240c5e lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8034740d lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8a61a1c6 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xad569130 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcdbc02c6 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xdfb2e991 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfcc44a40 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x167a4093 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xa6478c62 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd4dea025 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x05673bbe madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0c68445f cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0d235d9c cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0d2e81dc cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1005aaa9 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x100876e9 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2784b154 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x27896d14 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x29cf7bce madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3f51c6e4 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3f5c1aa4 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4e164090 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4e1b9cd0 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5330b7a5 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x533d6be5 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x64b1ac58 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x64bc7018 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7839f5dc cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c64dbe8 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c6907a8 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x84d5ea5c cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x84d8361c cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8b6c173d madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc7e0f750 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc7ed2b10 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd0641440 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdb55012c cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf579c6d1 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x14b36bcb mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x866e10a6 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x93da4bda mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9461e5ce mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xab6410d9 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc6d45b86 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x124b1db4 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x17aa5081 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x22a43d11 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2e799d03 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x38e1dfe8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6781ca6d pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9339ee4f pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb94ede99 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xce4b7991 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe9aa9ba3 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfdc54742 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6bd1f957 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xfebda943 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x017784af pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1b87b4f2 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x87782fc9 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcacbe48d pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd38965a1 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x17e465bf devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x176ef349 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x203ac03e si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x21dc7209 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c88c2b2 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ecb483f si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x31141d67 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x375cd923 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d37a54d si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41ad9b7a si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47d6a1b0 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ab0821e si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6cd6c5a2 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6cf8e5e9 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e96ae4b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d396a12 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x924d6578 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x952682af si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95e3364c si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x975e396a si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9e989552 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaac41966 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb76148df si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb773dbd7 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc52616fb si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc816039a si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcadc0099 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd4d645d5 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd8d4d763 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdb3992ac si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xde8be1bd si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe973b042 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xecd5e626 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf4284749 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf697ca82 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x0a364fb5 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2339ae59 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x3e0a55c3 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x412fc8c3 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x60668d2a sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6110b84f stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x72b28be0 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x10d8e984 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1dcbf3e5 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4a2c4b17 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd02c4b3e am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x383db0e8 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x78905c7f tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x7a8cf51f tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xef709ac3 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x673c35fe tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x850de65e tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb01874d5 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x18c4b778 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2c84e1e9 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x69e5fb25 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaba1dc44 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc0129cda alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd440d53a alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe5770ccd alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08b5e113 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x205e50e0 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x380a4629 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x51089f62 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x60a0bfd3 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x69d30e35 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6d0022f1 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x71274a3a rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7143c155 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7642eda5 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7ee97264 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x84c9e4fb rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8788dc56 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x90c23826 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbbdfac34 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc953000b rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcacf31ad rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd2be6477 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe15173f1 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe2420648 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe2616c0e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xed1311f5 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfc156d6e rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xff010e71 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x10653d77 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2d49721a rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3136e7fd rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x34e09abb rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5212c7ae rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x786b91d0 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7ce578b3 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x88086d46 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9e245e5c rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9ea1e07e rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa9d1418d rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xba4e065a rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe985b1aa rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x25357bed cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x449551ea cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x78715ef1 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xea547d03 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x42547436 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x75908bfd enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8e39f538 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x95ab4f9e enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9fe33d97 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc8e65a84 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xda5fa73c enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf3fb810a enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0dff29cb lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x317002c4 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x46a261bf lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9456a747 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xca0a5e8d lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd1b8c8fe lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd7f0d2e3 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf7a2a310 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0xa2db5d86 vop_register_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0xa31b96de vop_unregister_driver +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0xb8ed494a vop_register_device +EXPORT_SYMBOL_GPL drivers/misc/mic/bus/vop_bus 0xd0f497eb vop_unregister_device +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x835dd421 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x8e3e3f4f st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x9b1f7c5c dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xafcfc5d5 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xdbe8e040 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x0508cb68 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x92647d8e renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x08d89138 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0b77272c sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x154748cf sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1b9c7fc3 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1f1f0ce1 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x20072b42 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x24c5bafc __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2be68c7e sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2d074c82 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2d54696a sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3909cac5 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x425fe1a1 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4442ad29 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x561ec3ac sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x572a436d sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x59646911 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6eaea019 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x77bc3d86 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x79115d77 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7968d81c sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x79b71916 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7de30f0f sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8430001a sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8441a822 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8ad3e049 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9a952bf1 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9e385e7c sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa099a9b0 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa63c96fe sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb66df184 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb8ce676a sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd6eb2336 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xddf1d3e0 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe040eded sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe7703ce8 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf431c5fa sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf65e7dfa __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf8800c73 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa19492c sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d239ee1 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x419609ad sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x434abc21 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x72d936f7 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7f64f655 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9f61ede8 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbdd7a153 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbe790f43 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd2075f48 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1830dadd tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1f59ed8f tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3f9b96cf tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x48bbfd92 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x70faab86 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xaf1e819e tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xb23324ab tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc3680dda tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xfaf3185c tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x0f65f44e cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x304cd1a6 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xcd52f430 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x2fd84352 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x518a0882 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xdc218cd4 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xbe1f25d5 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0b88f238 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x503ffc06 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x52ab6065 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x87403518 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xaecf0f9f hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x01261b19 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x018abd34 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04d810ae mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0955015b get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0eaac372 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10bd3110 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10e6973f mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x17d2ff01 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23e5d536 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x27c7dfef __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2bedb009 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d60cab2 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f2ca540 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x35460b05 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d79a993 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43432ff6 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x454762ba mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x460374c7 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e40d39d mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fb0695b mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5069e7aa kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x52ef6b2b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5447b324 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57a14e6a mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a3ff8bb __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x726308e7 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x73ccb6e1 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85989e81 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ef646cc mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c4fc6a3 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa4a1fa3c mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa962df2d mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab3abc5e mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab68ea34 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xacbc4b8e deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf9be84a mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1a4fa4a mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb3ed9af5 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb51dd3e5 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbf76526a mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc1713c0b mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc3d959fc mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xce753f77 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd68cf57b get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe077f55d mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe337a8e6 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3e58e26 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe62c1ea0 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb0c204e mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee39a3fe mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf2417cd9 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf29034bd register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf9dd7981 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfad9156a mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3c65f6d5 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x461f9cd9 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4fadd80a register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x911d8d7f mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xea76b795 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x37c5cbea nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3fa9e1a0 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x44c492cf nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x487c78e9 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5baec237 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x72c19396 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7b41deae nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x897290e0 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xae455188 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xae7a9e96 nanddev_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaeec052c nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbd15b846 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf67b569f nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x9b27c470 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x9c63df24 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x25daff98 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x3291ff55 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x5d4888fe brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xb13d8c03 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x14327b8f nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x154d4346 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1cfe4e63 nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x21a3e0bd nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x228bc853 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x31729252 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3941355e nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4c236b6d nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4fb0d554 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5d0c5b18 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6513407f nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x69e01648 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x72e281f5 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x776e5de9 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7a3716d0 nand_ooblayout_sp_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7c88e03e nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7e0c93bd nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7ee0e981 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8013cefc nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x807400ca nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x87f6e669 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9d4c088d nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa439c2a4 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb1e7d328 nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc3b7a603 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc7c54c5e nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd77cb845 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdd5b1f66 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeba1faf7 nand_ooblayout_lp_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeca1d8b7 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x946ee21e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x0421c100 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xee2d0fd9 spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x05cdb095 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x137d6690 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x170703b6 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x23d1806b ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x57c9ef52 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5fa2b988 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66b7fd1e ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70efeb25 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x74a35cb0 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8e97e4e1 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa1216a97 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc3ab3046 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcf13bd27 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5f6da93 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1b9a7630 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2c484619 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2c8a42ab mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x350c8a3c mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x36986c8b mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x56c30e50 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5edbd9fa devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8275fbb0 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb243e6e9 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb2da00aa mux_control_select +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7f74696 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf2377197 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf9d5d4bd mux_control_try_select +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x2510cca2 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xc141645c arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0269f3eb register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4801b714 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4f64d526 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaba9a864 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbccbf270 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc6c62e5b c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x41d6d3cd alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7b665239 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb8d41bb5 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc421c759 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x08238844 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16081ffb can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x25c7a400 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x284284c9 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d256390 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x47a238a6 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x571fd575 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5ae8845f can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5d15b392 can_rx_offload_queue_sorted +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6399825e can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x699ae430 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75c7384e can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8762619a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8c72ba43 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8eac23b9 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x958942a6 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x96d9d85b register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb040ac07 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb2012e35 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb7fdd5e4 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb946e9e4 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba68bc71 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xccce8065 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd0fd63be close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd26be022 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd49ab81a can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xea529a6f can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf92a6946 can_rx_offload_reset +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfdcda98b can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x15361f95 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x288a5941 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8cc5b543 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xaa5050f6 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbd1fa6e4 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe7690c26 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfc46c211 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfebe6397 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x50809b71 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x64f42c63 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x816c9f48 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfcc2c1a2 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x10dd854d lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x06563cbc ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x144ed457 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2d8d1b8c ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x312434ac ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x407699c6 ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x48ce0f8e ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6a8a9cad ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6fb675f5 ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7d5d2ad4 ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x921468f0 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9ff35f7c ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa7d27f28 ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd17cec01 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xdf80ed17 ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe73047a9 ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe8f8fca7 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xeabcff9e ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0eb5a619 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1062e8ed rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x13e03f7b rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2669a983 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x31386bec rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3c7f2d39 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x4e843b73 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5049113e rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7655da54 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9eb78176 rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbd09b8fd rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xc92539ff rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xca324db5 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd9009813 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xe163dd67 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfdcb98f3 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00bea4db mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0206959d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02cebf66 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06804ec7 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x081ce676 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09f1d7a1 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a2e4fd1 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b232e2b mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c616c6d mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cb5d655 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ed9de3a mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fa1a903 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x114502e9 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12370e22 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17621570 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18451782 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1af608a0 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c72e342 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ce80d37 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e2aee66 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f243ab5 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x209fa976 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25bb5112 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x261cd452 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2af86f81 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bb9547a mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c905dae mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e7a41a2 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2edfe74d mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33b21310 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34ed8fcb mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x360ff114 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3731e3eb mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38ed36bf mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39370402 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b2394bd mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b71cafa mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fa728cd mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x423ccb96 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46fe94e2 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47d9bb7b mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4905b148 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a073df7 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50c08be3 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5133cf47 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a7a1b17 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab4d7e2 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cf57b78 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e8420e4 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f37bacd mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60866bb7 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63331eb1 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x683606db mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x725e9436 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7523d211 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76af48bb mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x796fdb5b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dad712c mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f063096 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x804fabc5 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81aafd3d mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81fb9ea7 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x828a33e1 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84abc840 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8573a91b mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88163e19 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8af9a109 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b2ea67a mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d17dfd2 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x933fa93e mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x941ea5eb mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94ee32bb mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x993ae3ca mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9974a506 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b528312 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b9acba4 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e992e92 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1f850a5 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa37a94cd mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa60f4a41 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa78068e0 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa83393e6 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabfcf010 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb061ad65 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb11ac12c mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1d46ede mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb40b0a0c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb62ef536 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb795e656 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9127bf6 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba02dc3f mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1a3013f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1d358ad mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1de02c6 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc21c6cd8 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2b828b4 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc51893d0 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6c1ae45 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc70269bf mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce5dc029 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd05896a0 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd56a80c2 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd779d72f mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8b93632 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9b064c3 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf961d26 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe10e2e5a mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe238e02c mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe459e23a mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe467131f mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4ba3f48 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe89ea203 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8c5b597 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9a502b1 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9b2f6ac mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea51f3b3 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed269af4 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeddb5fec mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee7a6cbd __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeeac170 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf08db2ce mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0c80295 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0cadf84 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3635a7c mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb52e798 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff7f066a mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x027ba6a9 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02c5790a mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09d40705 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ac372ce mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f3a0de2 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13777f3b mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17c3f307 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1eb36d2c mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x219adf1a mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x230175a9 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25551ffc mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bf16e89 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3320f255 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33a2ce46 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x348a7c11 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e30f70f mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f50cfec mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x404a6fbe mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41dd6e53 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4215928b mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x421f6dfd mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x461fb21b mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49656b47 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a3a25f1 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b6ae000 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cb0eeb0 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ef7a179 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50130993 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x524d9021 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53315b04 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x579d0ff8 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59e4fef6 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6098123e mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60e6c196 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x654f7a80 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c00138b mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e75bacd mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70b64f80 mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78f46b36 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a922111 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c0b5b3c mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ef4a61d mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x811d4d76 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82bac006 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8351eab9 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85549072 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x876e067a mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88639af8 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88dfb097 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a7dba14 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8effcdcd mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x905971a8 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93068370 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9351cae6 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9362fa80 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93ddba0d mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95b3ae8a mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x981d5752 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d96832d mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1f6290b mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2281911 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa239787b mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58c3fb9 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa793f676 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadb46702 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb982ed0a mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbac487ec mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb3e92a2 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2f98139 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc504733e mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8587959 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99fb88f mlx5_core_res_put +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca23ee1c mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf9ca07f mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd08f15ca mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5dfea83 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6422ed1 mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd747016a mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd99228c7 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf2ebe1f mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2278b3a mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7c83341 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb6d7241 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf61633f6 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8535157 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd31aba5 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x400bdce2 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x018ecbcb stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2b858979 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x55ba0d0c stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8806eccf stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd1cc24db stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x0925b4ee stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x474ec9ae stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x64b63498 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7b4d519f stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x90b3f07c stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2db3691a w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc046519f w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xdc243298 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe1049a2d w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0x74a2ac8a geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0da793ed ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5061416b ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x6db625d5 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb7017415 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc335749f ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x195e1b3b macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x49df23c9 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa4127975 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa6665ebc macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x0468a3f0 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xe2816a82 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0136cc70 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x16611ab4 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2721e6d2 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2d7340b2 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3057971e bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x341a5877 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x44b8be12 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x46d12ba3 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4a66b1c3 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f5d8c17 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5b6bf757 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x753e68f6 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7bf305a4 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc7c2cd2f bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda7be608 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xec706d8f bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf84c0242 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfef36ba8 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-i2c 0x0ecf2017 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3fa0e928 phylink_helper_basex_speed +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x56be148a phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x78ac9cdd phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x7b7073bc phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb18f9eec phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdccfdecd phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdceb6ed8 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe9e4be43 phylink_fixed_state_cb +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/tap 0x17c5a340 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x25bc56ab tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x3fb0a983 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x48d12f54 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x658e30dc tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x7c1ae566 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xb96b4a89 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xc8990a0f tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xfd7c9d10 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x49c2b23a usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4a5b2f5b usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6a4c4aa4 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc34936ae usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc7d24dfe usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3ba22fac cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3c91bfcc cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5bedf532 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7610f65f cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x94dd4cfe cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa9cc9349 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbacaaf6c cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf09bd36d cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf4aa2370 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1813dad8 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4d7197fa rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x82e4522b rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9b552c47 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xdbc949be rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf804d116 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x04e6a312 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x06e9c656 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x07be612c usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0b33f906 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c9aa7e4 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0f8cf0ea usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17b2018c usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1a78d161 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25397aff usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2ac0bb35 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f95b38f usbnet_get_stats64 +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3902d4d9 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b8bb146 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x425278f6 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x43e83004 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4a626511 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4affc2de usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4fbac540 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x52f7e1ed usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6014d0a4 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61526f1a usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7e68135c usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x893172f4 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9f12ffc0 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa641ba12 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6f37ea7 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa74f6392 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaaec8e23 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xae98c0f5 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd93c4f8 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xda41faf6 usbnet_set_link_ksettings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7f1efa0 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf5f0ea69 usbnet_get_link_ksettings +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0152d109 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x2b6096a6 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3f355a53 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc379c06f vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x00e2aa14 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x327d177d i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x39a361e9 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x512c35e5 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x525b6af7 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x641ad4a1 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x860372f5 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xaec75957 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb38e4497 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc5ac60df i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xce622992 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcff86653 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd0526601 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe41f0db5 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe4fda97d i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xffb49d14 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x96644c70 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23519f54 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e55a8fb il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae5a4a02 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc34f1270 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9080b83 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x01388acd iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x09757246 iwl_fw_error_print_fseq_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0d1c26dc __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1332e4de iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x163fbb54 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1dfbeaf1 iwl_free_fw_paging +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x22453c63 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x22d15713 iwl_get_nvm +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x25481ee8 iwl_fw_dbg_stop_sync +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2710c362 iwl_dump_desc_assert +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x27f1867a iwl_fw_dbg_error_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x28909e77 iwl_acpi_get_pwr_limit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2c3c959d iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2dc0b785 iwl_fw_dbg_read_d3_debug_data +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x32ea0cc1 _iwl_fw_dbg_ini_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x40664876 iwl_finish_nic_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x53578774 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x548fc4b8 iwl_fw_runtime_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x55263b48 iwl_write_prph64_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5575f6c7 iwl_write_prph_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x55bce355 iwl_write8 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5988395c iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5b2df225 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5de1dfe3 iwl_get_shared_mem_conf +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x605ef434 iwl_cmd_groups_verify_sorted +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x60ad09de __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x611859a1 iwl_fw_runtime_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x61e68fa4 iwl_fw_start_dbg_conf +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6efc2826 iwl_write64 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6f8e3c2f iwl_read_external_nvm +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7648ead1 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x774571d1 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7cfe9dcb __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7dfe38c0 iwl_fw_dbg_collect_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x881a16d2 iwl_write32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x90cc2c95 iwl_parse_nvm_mcc_info +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x922a4a81 iwl_acpi_get_eckv +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x93e13104 iwl_read32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9495be48 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9c3317e7 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9e278290 iwl_fw_runtime_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9e5c08b2 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9ece8107 iwl_fw_dbg_stop_restart_recording +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa4b5d310 iwl_dbg_tlv_time_point +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa64e6996 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaa152a5b iwl_acpi_get_wifi_pkg +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xadeb955f iwl_init_paging +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xae11f384 iwl_fw_dbg_collect_trig +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaef72886 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xafedf747 iwl_trans_send_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb266e09d iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb4b71ba3 iwl_dbg_tlv_del_timers +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb543b93b iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc2133070 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc35009d4 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc3b3fa74 iwl_read_prph_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc813cb8d iwl_get_cmd_string +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcadaab69 iwl_write_direct64 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcb7b9030 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xce0c6460 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd181e271 iwl_acpi_get_mcc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xda121c53 iwl_fw_dbg_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xdc5cbe3f iwl_fw_dbg_ini_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xdf95221a iwl_acpi_get_object +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe0eb5838 iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe75b7e77 iwl_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xea1b26fc iwl_nvm_fixups +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf88964e4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfecb3f70 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x13de5e87 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x30974f6a p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x434e289d p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8ac3a996 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9b076638 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa6358055 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xca82fea7 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcda37a83 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe6aaa90d p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x17bc123b lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x305aa0b9 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x384599c5 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x42f532c0 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x51292820 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x52d9ebba lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x65c10f78 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7d807ff2 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7d94a767 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x81c2eedc lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8622af50 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x918842d7 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9c246a77 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb6ce8cc7 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xef8c3634 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf5162305 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x02d78a23 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0e23f750 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0e7a31d0 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x15ff4a3d lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8310aa3e lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9f52820f __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa1ecd032 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd558be59 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0137da92 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x06cca302 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x103bae8a mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2212f383 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x34f1672a mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4253af32 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4637f4e8 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x477d1157 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x512098d1 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x52b9dcd7 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6140db82 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x71c7d3ee mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7f4b0266 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa60f09c7 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb107b5da mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb2ea5f1b mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbb41d8f5 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbbdfdb2e mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbdb467d8 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc1710f09 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc95ec6f7 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd309c0f0 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd7067ff3 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf2d9bf3c mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0738318b mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11e74a43 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12198944 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x125bb5ec mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12693b5e mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1344944d mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bfa755a mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2756f9f4 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d239fb6 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d61ede7 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x374105e2 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3751f73d mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39f09f13 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3daa87a0 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ea43194 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4140df0c mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53b115aa mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54057a89 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x577fc3ba mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x67d6ebbf mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a2c00ca mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x704b3717 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7093af51 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b214c8d mt76_txq_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c1c717d mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e2e39f8 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81a4665d mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81b853d8 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x829342a9 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83231b07 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x855f77c1 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x86c9d62c mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8e8cfccf __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9855d72f mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99ef5daf mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b78029d mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc22a5e89 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc362651f mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc3fd4a05 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc490d476 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc7065fcb mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc9c125f5 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0b1259f mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd30c793b mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd547ca28 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd698b71d __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdab66c91 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe158853b mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe789563f mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe88c9ea9 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb218646 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb4205ef mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfbc92171 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x082def9c mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x362315fc mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x38e96b4f mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x54c8a7cc mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x82c49926 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8a20942f mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9aa14aa9 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xefb202d8 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x34e4c9be mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x461c5e6d mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5c09d9ae mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8a715136 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd3d1e3c7 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd4be3125 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe4c91198 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x048b960a mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05ca2391 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05d0f437 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a69b16b mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0aeaf04f mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f4a4ff4 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12fce39e mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1321c47b mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d919ef9 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1de9603b mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28872949 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x299fe8e4 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c2f2231 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d64100a mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30efc6f9 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39af5d04 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c884db8 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x401715fd mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40f576cb mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x477d5801 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x589eaed0 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ae0ffef mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5af1294f mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x609c4a07 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61d55f50 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69aacda0 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b683e34 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6cbce31d mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6fc38525 mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x762b4fe2 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8523c5b7 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8767c419 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e269500 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x944a4552 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9505cef9 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x964a8cd2 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97dc9048 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9871003d mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9fed0ac9 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1791bf6 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa311eaf9 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4f87911 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa834d460 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8782e01 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8bded57 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaeed0eaa mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb780af2e mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb83740b3 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb89544fe mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbabc8c1c mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc8b74ff mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc141a211 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1909d32 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc8d0863b mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd50038b mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce352c6e mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd74ed3bf mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd299c50 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdef004cd mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3330eb3 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe855d4f5 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe867208e mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed17b8f8 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0d9783cf mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x231272c8 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x486be6a6 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4988dcaa mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x78313ece mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf903980c mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfcff72de mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0b41c2ea mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x15c5e137 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x24c1c010 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x270b1e7f mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x27df8bd1 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x306922d8 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x332c9370 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x47cbfdcc mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5daa912d mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6f991111 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x79e3c900 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x98209d84 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa26b543d mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc696aef1 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc77c6a90 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc7a076e8 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd63931ae mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xeaf13e08 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xff8301c4 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0dc9452d qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x3734cd4c qtnf_update_rx_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5f53e1ee qtnf_update_tx_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8593be80 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8819cbca qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb2536e0b qtnf_packet_send_hi_pri +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xba5b59a0 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xbb825d87 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf418e1c2 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b1accea rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1de6d374 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x229cab7a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x286e1bcd rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2a43d504 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2ded353a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f1ecda4 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x345ea72f rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x428572a0 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x47e0f254 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55ea72ae rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59afaab9 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x61a090e0 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x720c6d87 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x739a73dc rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x748219f7 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x76f07484 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b99fd1b rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8a718915 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b7a32b9 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8cbc88e7 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8dfab077 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x90333f09 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x99936cf8 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9c714590 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa5890910 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa75a7ebb rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb7beee57 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb876cfbd rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbd9ccdf5 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbda2fc9b rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc63dfe4a rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc76167be rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcb954b2e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcbfd8511 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc758976 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xccb03f5c rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xda85c500 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc45af46 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdcee4943 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeacf6bdf rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xebf36a66 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2e7f28b rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfd162e1d rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0b82a785 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1e01c297 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x24ab4a5b rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3a8b1e88 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x457b3d60 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5d7061cd rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6728bcc3 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x681aa064 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7ebb91b0 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x83427e4e rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc9069d0c rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc92534b1 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd333c2a9 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xedd85af3 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf17dfa21 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf283f10e rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x00911ff7 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x00d7fc55 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17146351 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1f7155d0 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27362f19 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2be46254 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2c6ad372 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x350693ab rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3720622e rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3821f85b rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d98c8ae rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4bd07d77 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4c4d045d rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f9c71fa rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51434585 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62b0a17e rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x64619333 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x65d04779 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6825018e rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85b2fafb rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x867b623e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d5718f7 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d8c2d97 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8fc7600b rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x926d4886 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9b85d097 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa57ec5f5 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa9e61cc7 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xabd18a04 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xae50e8e3 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xafc8627f rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbdc9ceeb rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe3cbc5e rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe85b389 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7fec13d rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8ced014 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe4457f39 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe68daad2 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeac809f9 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeef788f6 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf390b991 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3b4ba19 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf62a57d4 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf6b57fe8 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfc03e1e6 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe1eace9 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3e9c9c3d rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3f004746 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x56a24b01 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xafe13b7c rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf31cfb06 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1dfadad7 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x66c41f98 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd1d4523d rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf4c7d279 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x033f3ff5 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x141447a4 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x342608f4 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3e0c111f rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x41fa7d6a rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4ee63d8a rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x56d86a56 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x86db2cb2 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8a4d6ec9 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb141c455 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb5efd27a rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb6ea9b03 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbf6112ea rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc3abf92c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xddc1cb8b rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xee9b6ed7 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x39461bd4 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50cd7bb5 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6ea35586 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7afa51ec dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x103c6203 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x11b75718 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x14819b08 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1ce6a845 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2d24b54b rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x373b808d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3d74d1ea rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x694cf3f8 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x699cc302 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6a2ddb13 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6e947462 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7b7267f9 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7ea14bd9 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9584c55e rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x996f87ee rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa81c948d rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa823cef2 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaa1b4d14 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xae8eb25c rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb3d1b834 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbaf84aa4 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc3984a64 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xce2c2c11 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf53b0996 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff38f04e rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0665f498 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1054b6ae rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x34e8c4e6 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x487a70b6 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a4eddfc rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4f180d3e rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x55f8db52 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63800757 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b732a84 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75419928 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7c1711b4 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x806fc4e9 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87e13f33 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8cf9ae76 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9554873a rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9ffb05f4 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa38ddab0 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaec83bcb rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaee13447 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc05c8c87 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb9e1b98 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdea1153b rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf165e391 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf1d0a08f read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf3564f3c rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x25169eef rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x55cbbeb1 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb66ba355 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xec008c11 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf4b8e91e rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x0e8cc2b7 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x1d39fb08 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x7f1f8556 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa553d3f2 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x06bfa59d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xb7e3a40c wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfca69d35 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00b2db6c wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02e99595 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x04a5c3be wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06b415e5 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b2b6199 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x10b733db wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12c27606 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ee389b7 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20edec97 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x273eb4b2 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d4e751e wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2df65cab wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ec96faa wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34c8cd2a wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3c5892b8 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4799bbec wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d416ac2 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54284cc3 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54544a8c wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6063fb13 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6762f849 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6998a5f4 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x77770a15 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x836f04c2 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c346ae2 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9366ba27 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x941cd6ed wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b661a72 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9bde9db3 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9dcfd367 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9f17a5c4 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa8bf190c wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa955098e wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac0a10fc wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb75cd964 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb959d7c2 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc772cf7f wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfc4d4a2 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf0187e0 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe320ed0b wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeff7cd57 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf2956034 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf29f956b wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x46d7fba3 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6826fb05 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x72b0ed8c nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8e8a37e4 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x2266703d pn533_register_device +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x23228593 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x631e57f3 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf3e484ce pn533_unregister_device +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6052f271 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6b87e480 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x731cf37b st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x8ffed87d st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xdc49c057 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xdde8f808 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xe95b9f32 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfae30886 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x073bccd6 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x296f1997 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xc4730f69 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x07349ecd ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x1b7746db ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x64a439ee ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xa6fc7ffd async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xe928f426 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0e382af2 __nvmf_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x20ef2286 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x42a8ea16 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x532a669a nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6ebbc39c nvmf_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x706020dc nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x71ae0ed4 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7461d960 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x79df4564 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8825b7a2 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xcaef3eb6 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd8150039 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf6999061 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x6a835027 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x058db1d5 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2a90d7d8 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4fbad742 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x53251926 nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5325c16d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x58810c35 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5931e913 nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x85652af1 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbb82f3d3 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xca2bff27 nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcde75a4f nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xbce36fc9 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pcie-iproc 0xb3787f58 iproc_pcie_shutdown +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xe29cf946 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x05af99fc hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x05df3b2d hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x13edab8f hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x366d9906 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x48c4ab7a hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x56ec5254 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5ddd838a hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x86c170f3 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9e844f4c hisi_uncore_pmu_counter_valid +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa21f63f9 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xac7d0109 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb776438b hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xbb253dd4 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcc140266 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfe2a3f02 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x41e353ad sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x1189e8a2 ufs_qcom_phy_set_tx_lane_enable +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x32072e1d ufs_qcom_phy_calibrate +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x33e61ed6 ufs_qcom_phy_generic_probe +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x3a8f7eb2 ufs_qcom_phy_power_off +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x77d4de42 ufs_qcom_phy_init_vregulators +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0xa630d7ab get_ufs_qcom_phy +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0xaeb26975 ufs_qcom_phy_power_on +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0xeb8e44e3 ufs_qcom_phy_save_controller_version +EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0xfe56eafa ufs_qcom_phy_init_clks +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x1c3c754f devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x58a62775 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xcf9d1878 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xfd11562c devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x17b8a2f6 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x1f749b23 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xba1dd63b bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x46429ece pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x589ad2b5 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x5c785dfb pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x40edbfdd ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x681d4598 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x72723295 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x8ac84248 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb48d0fe2 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb59df236 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf6e3134d ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x8bb9f390 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa40f75ed mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd3fc8f5e mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe44db5d3 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf02ffce0 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2bc5a557 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x32e65a32 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3c64b785 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb42f85bd wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xdf243ce8 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe1004fbb wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x834e2a2f wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x09583cf2 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x2398a91a qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x31bfd40e qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x68ba1f1b qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x74c6fa71 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x86a84622 qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8dbe9db1 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xbd7b804a qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf6525698 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x52634b09 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6a986532 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6edaf96c qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x9ade27d1 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xfdff8491 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x74a46700 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x8d553630 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05ffeee2 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x098836ec cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12561f0a cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14b1deef cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25940a86 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c0c1798 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f124a51 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x320a7474 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3abbee8f cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b91d052 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x423da632 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45215f98 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45e50b93 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e04c4a0 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e45a257 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5026067c cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81cc9102 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82a3a720 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8390258a cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x83e1a51e cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88f03fbd cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d76cf4d cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x943ae49c cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9a010793 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b7853df cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xadd182ef cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf8d5a40 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb0056c02 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb21f5be4 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb28c9890 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4fa2731 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb9b5518b cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf1c9e6d cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd62590fc cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd86b7370 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0de675d cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe581b55b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe66d5767 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1311d3c cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf3b0a18f cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf494a92f cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7164d3e cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb3015f7 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff33166c cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0b86d905 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2aed59f1 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x55e118b7 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5858aa85 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5e7f7e31 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x635043bc fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x648af680 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x69149f94 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6fff7965 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e92994b fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8536299f fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x86ebd331 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x972f0260 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb78582c9 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc378cd44 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd45a6bfe fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfdf6c029 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x64eec4f2 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xf8bd8b06 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0350d1cb hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x094568fc hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0c94ffbe hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0cf9f5ae hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x10db460c hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x242b99ef hisi_sas_debugfs_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3539e8e5 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3710a6a1 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fcb26bb hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5bf870dd hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5cf10916 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6c8c3cca hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6d99006a hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9076159e hisi_sas_debugfs_exit +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9b807c91 hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9d29dffb hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9dc9f784 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9eaa19c9 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9fdee3ac hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xaf2c2329 hisi_sas_debugfs_init +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb635e207 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc2fff90 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcebca367 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xda8ef6c3 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe7a999b0 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xef93af20 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x07108a85 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0c26efd9 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6acc4ecb iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xacba58c2 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xddd458a6 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf20f56d2 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf94cdcb8 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0745b8a7 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x114e33dc iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22e1c7d6 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25a41f13 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31729511 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3489fe90 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f42a9f5 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x483930b6 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x52e38931 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57e6d162 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x587dc1f8 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58b4da1c iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58ed8f5b iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d93fccb iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62a34d5e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63e901e0 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ed1f058 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e7b29ae iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7f0ae9d5 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b884908 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a88d123 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3d7da28 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7c47f74 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0cd417f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1461a29 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb538b029 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb72027f1 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8f017cc __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb2477ed iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdc24b28 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3537720 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd55920c4 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe009f5c0 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe04d33a2 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe3998183 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7b34053 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0f52327 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf60f7c2c iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8e2cf43 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9b35445 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcee25c6 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd132d47 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x067bfe95 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c318480 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x28299836 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2eb11a10 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x39fc994d iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5df5c1a3 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8515a985 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96ca06c4 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2a6ebb8 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcabc9e31 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xceaf9e4a iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd2bf2d1c iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd9d012d1 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdeb0fb1b iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf03d1d13 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf638c015 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xff92b17e iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07d20381 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x18cf81af sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2dc8c977 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x377667a4 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3cae006f sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x481b3aa4 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x490c4980 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5809ca17 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6982838f sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72be207d sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7de1fd42 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9885226c sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c08ee1e sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e3e76e4 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa1bb2c2d sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3e438c4 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb52ffbd3 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba4c5f32 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc6b9d42 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc010362b sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc9d9712 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xce02a758 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe459f73b sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf35bb617 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xff0f43ba sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01781cb5 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06213543 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07c72308 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bcbeb8a iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fd1a1c7 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11ce5e4c iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15392a98 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c9c2601 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e706a34 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x28715a13 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c6214e1 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x406430d6 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x41c02de1 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4291d9b3 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44a704bd iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x455c863a iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x458a51d5 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46682d24 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5067e1cc iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52bd4bd5 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58f864d6 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x685a9fc4 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68c1ecd5 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x709a0366 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x759472a6 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77ed95c6 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e3c74c9 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x902dbc25 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xacd27728 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb444ff31 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf35a170 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2a5ba9b iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xea3d2f98 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec47569a iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed3b2725 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf152549f iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1fb8e0e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf47cbe0d iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9dcd903 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa072590 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff6a6993 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x71811056 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x96e6c1bb sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb30d4f7b sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc99d70d8 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x2df4f86a spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x622eacf0 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x6a065cad srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x85bfb69d srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x89172b3e srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd4d6457b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xeaffcb24 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x0571f6e5 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x071992f5 ufshcd_release +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x0feed2b3 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x32ddb180 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x7f37ab25 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0x987998b0 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xa720753e ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xa814db6d ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-core 0xde3a532f ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x25a5bd5f ufshcd_pltfrm_runtime_idle +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x3d916ce6 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x6ebcad3c ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0x7c93c357 ufshcd_pltfrm_runtime_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xaa0f77aa ufshcd_pltfrm_runtime_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xcfb55ad2 ufshcd_pltfrm_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xeaecdc52 ufshcd_pltfrm_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd-pltfrm 0xff85cd6b ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x00200e6a siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x0c57ac91 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5cf1e9b2 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x65b04d34 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8f259b8e __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd33e2d97 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x035f1ed3 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x06bf5937 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x11d0254d slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x161fea9c slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1b569a00 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x25ff028c __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28576295 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x306b7f6c slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x35b1b939 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4c5720b9 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4c5bfdda slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4ff18274 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5073eb22 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5f099b90 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64338027 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6b8ba5a0 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x91c0593f slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa3c18dbb slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaf82b8a2 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc2093b02 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc609755f slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcaa9fe03 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xda57e74b slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdcaa9b25 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe03f8da6 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe76121ab slim_get_device +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x06fa7ecd dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3a1b84a2 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x5ce210d1 dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0x71c79f9b qcom_llcc_probe +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0x805d6fc2 qcom_llcc_remove +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-slice 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x213e4405 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x400dde58 qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x4f87c341 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xc9c43bc0 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x3a5993b0 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x4980d8bd sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc53ee2f7 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0x40f9c674 bcm_qspi_pm_ops +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0x98ac5c1b bcm_qspi_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0xaceea700 bcm_qspi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x239744b6 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x25166ea0 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2888ebda spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x595e2855 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb3e2a158 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd388ba42 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x635a3788 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9c551e26 dw_spi_set_cs +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb03478a2 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xd5a3372f dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf3909599 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x205a2525 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xab927f47 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xebbf47f3 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x182b8bd5 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1a5a3f4d spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1f36ff26 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4239ae7b spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x47c2f6b5 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x560feb64 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7eb78b54 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x85b7899c spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8cf6ce02 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x914d3175 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x96af815b spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb4cef2b3 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb56dd421 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1eab5bd spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd6595622 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdb44e804 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf9d64e70 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfaa19513 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb6d9a1c3 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b692391 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x19ab8f61 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1c8b9a59 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1e381624 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x211e56eb comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21dc5b7f comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x228e7e3d comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2a09d6d2 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x317eb527 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x33a8de08 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x361d423e comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x37f26def comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38248476 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3cdfdb69 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x428ef55e comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4e8a8fbf comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x535429f2 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x691d79be comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x69fe79b6 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6a19de07 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x87194d6e comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb34869bc comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbcd1bcd6 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbf190ff1 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc8582505 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcf0b194e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd2087d71 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd4837648 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd5461930 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdfa1751f comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe4be7f4d comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe52b3ebf comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe6cb037d comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xee24eed3 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfbf196f5 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfff7feff comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x0cc55ffa comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x34f9d069 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x57e0fa8f comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x82898016 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x86503f59 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x8ec40bf6 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa5fc5d8c comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xc99fccd0 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x20da7983 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x2e623ddf comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x6bf3d85f comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0xa11d54bd comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0xa36d4ac1 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0xead86a1a comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x2075d530 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x8f829fb3 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xb52c3877 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_pc236_common 0x6ebb0dfb amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0x1036306e comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0x3d7da2e3 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0x58b859ea comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0x5daf8216 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0x8cbd5714 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xa0605874 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xbb338602 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xc40c7836 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xca706aa9 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xd959936b comedi_8254_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xdbcd49de comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xdf9b0241 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8254 0xeaa8e271 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x201b4e58 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x34387279 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0xcf27b1cf subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x512380b0 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x04cba1c1 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0c89f460 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3a814ca5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7ce3c66f mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7d1d574a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x855435f9 mite_request_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x97caf96b mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9b8896df mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa2b75113 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaa9f4efb mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xab00f958 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xad058f19 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb8761908 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc6ddc1ee mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xec6d8f31 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xecd75f16 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x60e94934 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xc0ce8cc8 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0xf6399e4e ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x03828959 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x07dedf35 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x08633ed2 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x12f21cc7 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x18d236d0 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4ab4acbe ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x7f6a8d61 ni_tio_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x83361e27 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8e5a2755 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x906c945e ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa63963d3 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa6769a5e ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xad6f3217 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc054f7c7 ni_tio_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcec0cbff ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdc203b7f ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x02213815 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x101a511d ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x4792633a ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x6e8d47cc ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc199ddca ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xef7f6aa9 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x064d8c4b comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x1ea4351d comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4115d68c comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x6ab97655 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x6d6585e3 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd2683877 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xebbfe8a6 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x045ce6e5 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x14f42576 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x28f999f6 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x328a63a1 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4bb0a793 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5126d353 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5c9dce07 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7a2a05cc anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x9862d04d anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc1879d81 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd58ebf23 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe64fb423 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xee7482a5 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x2e848df7 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x54d00376 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xdc0e65b2 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xecb84c56 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x0a404c8c gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x45d7264d gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x2d0a57cf gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xb1eaf0b4 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x6f9fb910 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x09e75403 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x42cae32b gigaset_stop +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x59441cbb gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x7fe82d26 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x89e19182 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x8d85bedc gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x985591f3 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0x99c58262 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xa3e3b664 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xb153af0b gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xbd65b33f gigaset_start +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xbfd9a8cd gigaset_add_event +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xc1ea1b21 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xcb2ad5fd gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xd321ac5b gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xfaafedce gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/staging/isdn/gigaset/gigaset 0xfcc4c6bb gigaset_freecs +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0x39a4284a nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0x58e12c84 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0x90bdbbca nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0xb566d63c nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0xb7a7bb7c nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/staging/media/allegro-dvt/allegro 0xd791b95a nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x24b88674 most_put_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x3b56432d most_get_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x46a75afb most_register_component +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x75c60dc0 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x824a3de8 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x833c8ab3 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0x9746e79d most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xbb359551 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xcb37e27b most_register_interface +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xd2c68f86 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xd50e863e most_stop_channel +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xe69ed9ea most_start_channel +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xfc59c184 most_deregister_component +EXPORT_SYMBOL_GPL drivers/staging/most/most_core 0xfdfc8478 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x03209731 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x05ba8027 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x29dcae58 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3d2ed8c1 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4b207de0 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x628a751d spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6361033e spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6fb5ac00 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x73df4d1d spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e50055a spk_stop_serial_interrupt +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x996c9ce6 spk_serial_io_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9997d946 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9e4636cc spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xae050b78 spk_serial_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xae7d6424 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbf50b1b7 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc975f3f1 synth_current +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xda67788a spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf721d583 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf881bbda spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0xa82ecfbd i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0xc84bed7f i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0xd167e4eb i1480_cmd +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x22a569ee umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x285d6baf umc_device_create +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x3ba3eb8f umc_controller_reset +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x415af4ab umc_bus_type +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x481b6381 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x64287c00 umc_device_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x82c9e0da umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x8d4f2753 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x05135148 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x08710785 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x19d8b6a6 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x23316db6 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x2c6845d3 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x2ce599ea uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x3862c28b uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x3a1d8ddc uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x3a7ccfa2 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x40a3e2a0 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x41c9d484 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x5a5bcae2 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x6a0fdefc uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x6dfd22e4 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x703d97be uwb_pal_init +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x75e8ed6c uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x77c5dc71 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x7bdc7a37 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x84ed4645 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x861db41f uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x87b5adf0 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x8a3fc01e uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x8da102ae uwb_pal_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x91dce908 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x944dd225 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x984bba4b uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x9b6437cf uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xa488ca35 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xa5b19c6c uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xad23c13c uwb_rc_add +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xb139ba6f __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xbf1d8c8f uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xc3413f9a uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xc3b1bf6e uwb_radio_start +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xdfd5e625 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xebca13fd uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xee53fa30 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xf5fc2f2d uwb_ie_next +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xf9e82859 uwb_est_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xfff9899d uwb_rc_put +EXPORT_SYMBOL_GPL drivers/staging/uwb/whci 0x4170114a whci_wait_for +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x18839f13 chip_wakeup +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x7b69dda1 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x8380ccf0 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x94aedfde chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0xa732ba2c wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0xb41aa005 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0xf1eab17b wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x29bfac93 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x4f45453a wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x6db5499f wa_dti_start +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x723dbcd9 wa_create +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x7490c654 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x7c10bdc0 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0x927191e5 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0xad517188 wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0xd2361fb9 __wa_destroy +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusb-wa 0xf5548a34 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x20e3c893 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x23c3255c wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x280b4e18 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x2ddcbfb1 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x3f596ad4 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x3fc73cf6 wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x4706f75f wusbhc_create +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x4bae5223 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0x6b9ef188 wusb_et_name +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xa27292b2 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xa867abf0 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xad6f1562 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xaf084371 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xb028379b wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xc8b65bdd wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xe448ccfa wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xf7fb3e75 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/staging/wusbcore/wusbcore 0xf9894ed0 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0dbe7acb tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1905aba0 tee_shm_pool_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x204ba794 tee_shm_pool_mgr_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x23e103b1 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2f6015f5 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x39cbc1d3 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3d6cb847 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4a8548c5 tee_shm_pool_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5342a79a tee_shm_va2pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65f3ea03 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x77c4a221 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7831d593 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x78ff358b tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x97f5d725 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9e73b5f1 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa5636f2a tee_shm_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa6b14481 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa71933be tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb091c8a0 tee_shm_priv_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb77a36c9 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb80ec0f1 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc0363abc teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc315833e tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xceb5b259 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdf066d59 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xeee6e059 tee_shm_pa2va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf148fa7e tee_shm_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf2e02663 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x8a422e5e n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x4a21e02b __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6821120f uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe433213d uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xa7147c75 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xa8d9f0e3 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x36c8e6af hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x535b2a7a ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xf914c7f6 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x730e1e37 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x83cf3bfb imx_usbmisc_hsic_set_clk +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xe0e82d2f imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xeb98d9bf imx_usbmisc_set_wakeup +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf453f442 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x04388275 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x225e7fe6 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x538660ff ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x606766b8 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdb41a580 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf4ed17e0 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x14ff1bd3 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x16e667a0 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1a7d5c77 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1cc2db71 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1cec42bc gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2c83e309 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x453e1564 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4ed6fbb2 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5013d357 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7d20c430 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x819413d5 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x98930e27 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa1df87f8 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa5c3f9e7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf5da816b gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4ae45de0 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x57133707 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbe9964ce gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd4b04309 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x57f469c5 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xb9f5ce8a ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xd66621b9 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1fcb3c7d fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3a62f130 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4c7d6fb2 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5143b354 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5617cfa7 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5ba2e0f7 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x654d0c96 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x67565c92 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x74fbaa9e fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7d38df67 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7da55c17 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x957165c4 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa0de7ea9 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f3b182 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xda2865bd fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xea60b4da fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeeb8e8de fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x01800ce3 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0f4b6dee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2ed66fe5 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6fe5be41 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8c86e721 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xabcb7590 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaeda478c rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb1fc10a6 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb22d181a rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb4947bda rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe51b846c rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf40948f6 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf4639b69 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf6fcb3b9 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfcafd670 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0414099c usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a7fbb22 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0d151564 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10c72389 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x18dcece6 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x26e224e5 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x27b65a6e config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2becfab3 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x311c5cc1 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x37bc9a1d usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43fa9621 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4894401e usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x531d5f6d usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x580547e9 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x58e11f12 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6dc11b4d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8c775bc1 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f81c211 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93b3df94 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa3d0a927 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa41b23e7 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa81df7d9 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf91542c usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfe7a2e4 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc2081893 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcf1f0842 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd1c6e123 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd3c2b1b5 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd5fdbdc1 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xda63e23d usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbeb50df usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe59d64ad usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xedd5bebd usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x127e7d7f udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x36a628b3 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3a716bda udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4ef9cdbb udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x97d7f9c5 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb8920f02 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc75a0c83 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe81deafc udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xea62ac36 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0458278c usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x092b2ee0 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0ffaa944 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1a83f268 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1fba7d8c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28cb7cef usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c1768d8 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3959a37e usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3f8ffcaf usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x40f79de7 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x44bc047a gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x485a3ebf usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4a2315f5 usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4deccba7 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5591473d usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5b2453af usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5e38955c usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x63e14d80 usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6bfad17f usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8618f5ac usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8e86a685 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x923b702d usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x94816c92 usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa0e62d4b usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa36ea15e usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb523e49d usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb7c2224c usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3211c30 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc41263c7 usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ea074a usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcf838214 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd41e471f usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdf0a0fe0 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdfa0d6cc usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe4a0285b usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe501293e usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf0979a46 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfebb64ec usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xa021e4c7 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc349d1a9 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x14136b59 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1c21ab33 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4d022444 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6c844021 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x75063763 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8c868852 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb4b7cc73 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd3a2371e usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe41fb134 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x31292ec4 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x619164cb musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6b11b059 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7bd47bfe musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x8da21730 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb517950a musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc3ae8b2b musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xccbfd39d musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xce423b28 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd0023137 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x26a4857f usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x476c574e usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x656588d6 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa088d661 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf2a37286 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xeb510534 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xa8f9b90b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x01539ede usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0533e283 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0f2f4e83 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x138c6845 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x27be4ae8 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5345787f usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5bd58685 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6bf2397c usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d537e2b usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9849363b usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa2848a07 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa96e2923 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xac8889f9 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xace966dd usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbef50b69 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcf686833 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd04b0352 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdbe023b7 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe62138de usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xebde230c usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf3e832fc usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3a2bca5f dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xf90ce7c2 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xd7708ba9 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb29c22f7 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01659637 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x03608f2a typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0464b6f5 typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x07dc0a69 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c13e0fa typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ae6c2b7 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b90ac2b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1bbfc9fe typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e04fbdd typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b321581 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x33fd62de typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x367453c8 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36852716 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3fd22574 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x426285ea typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x493159cc typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x49c0faea typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ac7d4dc typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54179802 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54c93810 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5869adb2 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5ac3a632 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5b17ef49 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f2c6469 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bf2cd96 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74102eea typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e2998e7 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7eaf45d1 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8899069f typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x917e7d5c __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a00a11c typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c245fd2 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9cad8da6 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa35789c8 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa977ceba typec_altmode_unregister_notifier +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb285de84 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb6d92755 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc1877dc typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd2b50eb typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf1fb64a typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd885d496 typec_altmode_register_notifier +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xda0a9c4c typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xde3bcc64 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdefe2894 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5f9e519 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xee19f4b1 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1912828 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfca115e6 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0d6e9e18 ucsi_register_ppm +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3f2f669c ucsi_unregister_ppm +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x47fcf6c6 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa47e8e1c ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xae9e0279 ucsi_notify +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x10ef333e usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2864cd26 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x297f193c usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3515e179 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x579a6679 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x582930e0 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7c1d1b86 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x867db59f usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x87a74a5b usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x93d86dd9 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbca1d4cd usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc6fb788d usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc7ddf137 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xdef69ab5 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x08b0bfc9 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0d6aae1f vfio_platform_probe_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x9ff12c3c vfio_platform_remove_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc017e5be __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x40d97e95 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x442cca7a vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4c91ebba vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5b35c4f9 vfio_group_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6008a6e5 vfio_external_group_match_file +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6c2a1f38 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x848dd032 vfio_iommu_group_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x87d72c6c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad59ca04 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc9045b24 vfio_iommu_group_get +EXPORT_SYMBOL_GPL drivers/vfio/vfio_virqfd 0x898ab7de vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio_virqfd 0xbccdeaf0 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01fb5ba5 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x02f653ce vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x090797c0 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0b6c9fc9 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0c245fd7 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1078192f vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1277b8ef vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x168acf32 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1a463e7a vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1de0b8f0 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x202efa74 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x215a5b6a vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x299b9212 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2bfd7690 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2edafd60 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x435e7862 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b54fc7f vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4fbdff43 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x518b1a39 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x579a4ba2 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b064fef vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7532ef26 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x78dc2968 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x796a45f4 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7c648a93 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97902e7e vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9da3fbf2 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa214150c vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa2359b22 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xabf5282c vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad10f950 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb529b790 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb7e9462 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd96fec97 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdac23459 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdc2273da vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe65bcb15 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xef2a8da2 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfea3c22a vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x053bbc89 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1ec8e96d ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5aef986c ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x668f2889 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x66b201d4 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x72a42978 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xceb937e1 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xcec2f0bd fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x16872993 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x675a6b66 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x05cc81fc sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x0e5feb90 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x148de33d w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1de0d24b w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4e11c457 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x658bdd97 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x75f6914c w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7b514e4e w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8791f8cd w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaecd08a7 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcb3b48e6 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd2c02578 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe5ac2df4 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x54b320b7 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xa5fc53f5 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc9d25ff0 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xcb8b9c14 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xdb2f068c xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x4922ba0e xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xabe41c57 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x647d6170 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7bef5b08 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8de9a7e3 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xced24542 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x49b2f802 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x501a9611 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6bf3b8ad nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6e1f6860 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb79742ca nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc977aab5 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfa5f690c lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04a0ab88 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x051e5164 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05f3f4af nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x060587f4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x090f69ad nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09179ac4 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a39f405 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a457fb2 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d214da0 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x109f274d nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x117dea8a nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1248654c nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1436eb67 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1544db6a nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15ce820a nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18c96a57 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b49a4d7 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ba9b041 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c7caae1 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d880cbd nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dac92e3 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2039724f nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23fda6dc nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24d882c9 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x266d118b nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aeb41e1 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b642c8e nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d4f1a48 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e617088 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ea2c158 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f2de18d nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x340cb6bd nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34d3b165 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x360296d0 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3691d200 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36df284a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bdcfb80 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f335c3e nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x421e0146 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x435ee83c nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48e8bac3 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x496afb9f nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d878cbf nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x515920c9 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52fc95e1 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5359ac76 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x561f5b48 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x574ada4f nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x603ebd1b nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61225d48 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65433699 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c10f321 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d4a25ec nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6def7fab nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f512f44 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70e9c602 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73cf6cca nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x751c92f1 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x762e345a nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77e1c033 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x783dd17a nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78839b48 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78ee5f73 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7925c8fa nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a2fa3d8 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf28c20 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80cb35ff nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x822fcd57 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82a28d07 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8535d722 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88df9f51 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89e7873f nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a788ab7 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b8cd4da nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ca0f00a nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ee3a22c nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x911f934d nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9251e318 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99eba95c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b9789e2 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d5d518e nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e68a3b1 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2fd1720 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa52b274a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa7769ab nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabdb26bf nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacb24e34 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaef7bd25 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0f4cd20 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb18b008a nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5a67078 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7dcaf06 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbad3ef11 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc0f8ce1 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd27e52f nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd9916a6 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2295352 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc31682bb nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc935b786 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca096113 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca22a531 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccfe51c2 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdc743fc nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xced0ad65 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1111e3d nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2cc09af nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3f21a94 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd49c5a3c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c1219c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd54ef77c nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd730e170 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd82a7693 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9463645 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9f35457 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda111134 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdaf5bf08 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbf37fe0 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc1e481b nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf7b57ba nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b66112 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1d9878b nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe89256d5 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeae313eb nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca25d75 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf153d73c nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf239e6d6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf479b9fa nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ab938f nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c8f7cd nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfcc45434 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x4f4905fe nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01f7d354 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b9a1c3f nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ef1ce73 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1963dd1d nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20594315 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21380a8c nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22f06f80 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25b8053d pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cd5188f nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fcd872e nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32038984 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37527a68 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c96ec1d pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ced7435 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41bccb1b nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46d0e782 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4cb46147 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ee582c5 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5537e9f1 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55cc02b1 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a2e51cc nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x64c60896 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6857ed2b pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6abd1d22 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c9c9657 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6cb483f8 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7226fbcd pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bac6050 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d9d1cbd pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80094655 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83ecb2e2 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84b78ef1 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8527e8b0 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85544c88 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8841243f nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ed72f5c pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9492ed37 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99af625d pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a9c7e9d nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9da6da7a pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0e14639 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadd8ad60 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb55d186d pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbee992e5 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7f6f976 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9a0dca2 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcde6cece pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce82ebb0 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1a94269 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd302ed8e pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbe09a12 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdca5bd1a pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd0adbe7 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe069a4ec pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe078c1e6 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7e67a75 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf12ff6b5 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4e4fc08 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfee75096 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x429b0c30 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xb863cc2d locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xd5833578 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x34d19499 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7d842480 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x57e655f6 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x620146cf o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x696fa2fa o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8a27c8d3 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8cd25e12 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbc295f79 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xdb85d596 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfa5a4657 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x029a1096 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4b6af428 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7bc41809 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8303add7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8d3f537 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe015e6cc dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x24f3ae63 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc7297b90 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd5a6b48b ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd935ec1a ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x1410794f _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x3e9619f5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0x3ff9be11 torture_online +EXPORT_SYMBOL_GPL kernel/torture 0x447d9c95 torture_offline +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5a12a7da torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x688e6a64 torture_cleanup_end +EXPORT_SYMBOL_GPL kernel/torture 0x6c3ff11a torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0x83203c6e _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xb892fa1a torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc67a49d4 torture_cleanup_begin +EXPORT_SYMBOL_GPL kernel/torture 0xc94a93e3 torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe2430307 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x441f57ff free_bch +EXPORT_SYMBOL_GPL lib/bch 0x995d31f0 encode_bch +EXPORT_SYMBOL_GPL lib/bch 0xa94ce654 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0xf17a44fd init_bch +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crc64 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x9bac6873 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff88eb99 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x2b30f429 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x38861500 init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x51410142 decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x088de9ba lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x100cf2f4 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x0c513b17 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7227d53d garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x88d28430 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc0386406 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xca83f639 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe3bb6954 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x0eb470c3 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x1090cd31 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x6eaa1e54 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc26045d2 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe86ac62b mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xf2966a16 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0xdeed85b7 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xfb5041d7 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x414c3b61 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x98247de4 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xa658c127 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bridge/bridge 0x06796415 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x341cd102 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3bd66ea0 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4898858c br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5075908b br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x72b47a85 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x825d9b38 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x88c2d049 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9237c389 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5c88cf9 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbf0e2b0f br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc4ffa1a3 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4bfb07e br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe5e94682 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf3c55cdb br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf4e9e288 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf5126759 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf8f958f0 br_forward +EXPORT_SYMBOL_GPL net/core/failover 0x2fe654ec failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x36bc275d failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x3f6fdb51 failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04340eb9 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b68306a dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1e0784f9 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1e1a9a39 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22f27b52 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x338c6168 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b18ac01 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4525e2b7 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x46a724fc dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4796e329 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ad36aff dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69bf3c8e dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c30eb29 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x708bbfe8 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x722630de dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x75cab67b dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x794dbd7e dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x869d4b81 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x870a24c0 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87ff505e compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ccfa2b4 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2624a42 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab6ef840 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb99fbf7 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbdcc6e27 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3aa5826 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3b6a26c dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6bbef6a dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdfd1c068 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe698b7a3 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb0a1890 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf66cbe40 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa4d27d6 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfc80aa33 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff619247 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff7bc74c dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0db641a0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5dd99b52 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7fc26539 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd120d3e3 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd2dd27c4 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfecc5de6 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a656db3 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0eb1bcb6 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0fe3e7a6 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2006a802 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x29dbe0b1 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x30549137 dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x39af846a dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x473f9e7b dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4eda1e94 dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x61b22f8b dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x810506f2 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x83ab7ab3 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8f656284 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x952de74c dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xacd63c87 dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xba818875 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc42afa89 dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd9557403 dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe165e8dc dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe69b8358 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf138bc59 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0d0cb70d dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xd779a24c dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xe093037c dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xf60aa1e4 dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5aed2627 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa1bbf83e ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb2fadc37 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb5c96e56 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ife/ife 0x45b70003 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xadace14e ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x3ca679c6 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8167df13 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcea0401a esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x516194d2 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x998f2aba gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x76cb40d4 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84604fd6 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8bd390c1 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa8941461 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xab10cb1a inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc238c227 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xeb2bc677 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf4c9b4e8 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf4d1713c inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x6bf62f4a gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0965882e ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x14ea3504 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2ad74a4f __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4508e26e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x56358e72 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6b1f5c4b ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ac6cf97 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8b365457 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x96ce9a8c ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9bbc2286 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e8968d8 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9f9e4052 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa4f2cdd4 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd2c8ff2e ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf0894661 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf5fe6fa7 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x390a7c57 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x5e78f191 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xa2e05524 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xfcc831ab nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x19840df1 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc0bf0b11 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd3d7e3dd nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xdd212e02 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe62eddf9 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x15079424 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x18032381 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1b2e98a0 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xc3a911ae nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x373a8060 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x563da401 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1f385003 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6eff3d76 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7b49f18b tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xae3da55a tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb8912281 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x141451c8 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5080e246 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5a63548d setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5fe9bf60 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x670303f4 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7cf81b69 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdf577af8 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf72767ef udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x03bf0c82 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x2569ebb1 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3bf313aa esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x06fd9113 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0a4e25df ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x32a28483 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x0c3aa8f1 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4cd1095d udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x41832ce8 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x929dfd4e nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xdb2cd6f8 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x4a90b9f6 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x28604189 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x72151e6b nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x823b7492 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x92d951d6 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb310c9aa nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x9260354d nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x8ca9824e nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa926d4c4 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf8387a9d nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x2b8962f0 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x6348e9c9 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1031b71b l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x149efee0 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1ece72da l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3b3a87b0 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x610a950e l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x63e2fd89 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67b1752a l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7b087b7e l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9af8078d l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaef6ea59 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd16cfad2 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd5384026 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd7c32256 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdc6ff930 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe0170785 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf8431fb2 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfd3fb1b7 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xa619faf0 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d1cc1a4 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x13dd4c81 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x24a09ac6 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x28d5a62d ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b505bff ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x60e9d3c9 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x73190587 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x75ac2226 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80fc1748 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x932b0699 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x97460a37 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xacc985e2 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb7354a28 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd58403d8 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd98f5f34 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe6f6044a ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1c0418b8 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x96e55a1c mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb1acf135 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xbe782e5d mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xbfd88e70 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0d8bbfb1 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x14e6046a ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2194e3c9 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2da73b47 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3f36d1fe ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x42643346 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d54e864 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64504b45 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x664d0ce4 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x74c86e82 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76fc35a3 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9a7d0c3b ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5b16ea2 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbccee2c4 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea39cf40 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xebd1fa99 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf2135340 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfd897c10 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5840eedf register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5b85f9e3 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x6e0572f4 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x702a34ab ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1b819464 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ff55ad3 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5b639b87 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6253e980 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c4cb9c3 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb9dcef71 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe44d9afc nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04f6190f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06ceb115 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x092b5576 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ef44116 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x121192c8 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12bfa53b nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12db96b6 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18c34033 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b8b6096 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2184b699 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25e3c5ac __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ba7660a nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3096f636 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33c8f8ec nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x371e5eec nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38590c0a nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38bd0946 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3be57e5c nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3dd9e3bb nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4034e077 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44688e51 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44850bff nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x450e4d9b nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x467c8b67 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48e9b723 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dce096e nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x533a1cc5 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x538da0b2 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693065fa nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x725f8bb5 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73d1711a nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7467f34b nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78a30875 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a2fa8de nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8314e3a7 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x891aee3a __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89a243df nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b134a8d nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8bb58134 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d104547 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d2713e9 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f510872 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95cdc167 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9727c164 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x998aadd0 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a6c3742 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9eeec74a nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa08c8824 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa684c1c2 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6b6e16c nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa867b5a5 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab4d5597 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad5493a6 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafb18a7b nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb185ffc3 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb51ba280 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8cdfbaa nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb951044b nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb96c5c5e nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb324db2 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc15611b __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc41292e nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc4dcd65 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbdb192d3 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc54cb630 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc60e1d13 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc71628a3 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc96f0fe8 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce62f85d nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf8e7203 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd355f517 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda4487e4 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda7dd17c nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc2ab3da nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddaba35b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe30a39d1 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe350e3f7 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe498c226 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea807832 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf46f763a nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8b6ce90 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x37c4e125 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xd001a2c4 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x94ea9d62 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x03d4cc1d set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0acf04ae nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2b1a8429 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4a3e9593 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5e94ca5f set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7a479fc9 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8b7f195f nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xaf6d375e nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcdc7e8f3 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xed726fa4 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xf606c7f9 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe49adf03 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xebbce04d nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xee750cae nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xf7af6dc6 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0096c2b2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x503148fe ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x51f673c6 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x76c84d31 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd2ac2765 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe00e37b5 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xea56506c ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x7e38ba0f nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x63ef0c15 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x092ce2cf nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x1aab3056 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x52ee1f35 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2c125bb4 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x490628cc flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c70a9b1 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c922235 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5fec0978 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6f1b6ff2 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb3cc92f3 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb9ca7ee2 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb9e9c30b nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xceb671f6 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdfd146c5 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe4c67409 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x184393fd nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x1b557bb8 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x2fd15563 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x5564483e nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xce39159f nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xf4bace2e nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x06467b1a nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2085b5c4 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x291050c2 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2c11d3bf nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x523555ce nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7653879b nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x97d73597 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa241a40d nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xaa290378 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb598b39d nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb60a0445 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc013e624 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc3b59568 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd43778b0 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe039a56f nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf8c22181 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2f69c927 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x39bf6e2d nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7a2c2307 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7c46eb61 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7c8fa5a7 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8ef78b2a synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x93b61c4f nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa4d08506 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd64f9903 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd928b4de synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf209f26b synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x01c3a73c nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04c26b4c nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x098ae967 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x19e93fec nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20ac99ae nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x28529c24 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c8af35d nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x332abe07 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49884da3 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66672c8a nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x71913f5d nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7692821f nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x890a2e48 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x89ea5b7d nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cc4f781 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x90be938f nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a220fec nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c7fd9ce nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa0fc9c64 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3dd5c15 nft_validate_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3e65ac4 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa7591012 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa84c020c nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa915be3b nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad5bcb7a nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaeb14a5e nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaf4bfe64 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb625a3db nft_set_gc_batch_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc92926c nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe811175 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc34763b8 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcdc35101 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe17b8ec4 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xec272fb7 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xef3080ef nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf0592b52 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfa0b2a5e nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb491fae nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1fbc28b7 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1fe47c6a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3d60b589 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xaded06b8 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xce1eb741 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf138ef84 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5ef290cf nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x82f6942f nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8f64045b nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2c138a59 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x8523f837 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2ed483a2 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x36a3c188 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6c10c69b nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe7503ff5 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x65c2db8a nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe3a3615b nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe9a6fcc8 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20abea03 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20b04d7f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x241a96c1 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2effc218 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a2163c8 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4e602047 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x54a26c28 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5deb39a0 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6421c2fe xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x743b7d0c xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7a3a5231 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x80996298 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x81fc3042 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8ba99d6e xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x95c7d75c xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9b41acb4 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa48e1a33 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa91ed61c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xac0a0cec xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdda9bce9 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf593baa8 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x8347dd54 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xb9089d23 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x18d518b5 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x9d771910 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xdba87cc6 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x01eafe60 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa853664d nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xe9ae4d1b nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0x15907005 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xf73ef696 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x0b8b0a56 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x75978d44 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x76639f7f ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc0fda7a7 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf24837b8 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf4e76022 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/psample/psample 0x31577789 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x328ab157 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x51ce5ba3 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x981e70a7 psample_group_get +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x0e942903 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa1de52c9 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xdd730d9f qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x001327b2 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x06a15884 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x1ddfe53e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x21acb6ed rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x22b9ad0f rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x33e1b35a rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x45e68af3 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x4834d5e6 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x5654542e rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x599d4890 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x60a9bb31 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x65494098 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x6a65ab76 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x773931f0 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x87c37d1a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8b25ef94 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xa205f7cc rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xa4b7c21f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xa56e54b8 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xa5bcc2d5 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xb526b77c rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcfd9a353 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xd19268c9 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xd642be4f rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xd9f64a54 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe98553a9 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xec4ba334 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf83f108e rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xfd22dd56 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x4a6fb6c5 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x6650e31a sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x9f1907e4 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcbda784a sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x10d42f00 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x45059745 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x591df257 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x63d7256c smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x9b73bfdf smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xef516a02 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xf1ee6eba smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xf2bab21b smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xf307ca1a smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xfc2cb46d smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0a2130e8 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5691ed86 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc3445dc5 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xff914d80 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02e93c77 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03b6ae59 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05d2e1a5 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x062db555 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07611b83 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0926d69a rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09d47cb4 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a219daf rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ca2e609 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ce21fb3 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d56aa59 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e481324 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e79aa67 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10068356 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x164709ff rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171f0d75 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1787c14b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1872b370 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1872d109 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aaba994 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ba9ce78 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1befc589 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c5343d3 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1da93bd5 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ee81567 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f15431c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fcff259 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20803b12 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x212bf10d rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21a36b25 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x244a7635 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x246e242d xdr_buf_read_mic +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2511b191 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25796af2 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26ab74b0 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27ba200f xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27eb0937 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290b8dbd svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2955c4f9 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29bfffb6 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f4a20b rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a63ca1d rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c638f9e rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c642d39 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d9acdac rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dded7c5 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f66e9e0 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f957274 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fbf152d rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2feb7384 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3072c116 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32093d73 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32587596 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x357e1119 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3774da70 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x382f102c xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39fc1d7e rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a41e3d4 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3af496bb rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bf1370b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3df8827e xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e9f0605 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f3ce161 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f63ebb2 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fbc2d4f rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40153085 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41328c24 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42292032 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x450ea2f6 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4736586d cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x477780f1 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47cf2042 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47f09a52 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48616fd5 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48bc05dc svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49159f85 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bdc30ae svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d56e441 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5041711a rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x507df179 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51f10bf4 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55589b8a svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5596d62c rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59bec34d xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59cfb398 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aadb101 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cc8a169 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ea6793a rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec520f4 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ecc29b6 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60709517 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61ca00d1 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x645675e0 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x660a3e1a svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x664ad573 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x668fc86b xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66bee177 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68d67f47 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68f82222 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x698a634d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cc817d8 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e5eacef cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e6230f4 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f5725d1 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70aac738 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72e1b24d sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x773df27c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x781e561f xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x791f12e5 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79c01fb0 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b26a215 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bb0acff xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7daea70a cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fc3f0e rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x812112bf __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84470af0 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84d944be svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x853c6aa7 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8660dee8 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x872d6c55 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87cfea8e rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88270b4a xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89699624 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d4fabf6 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df5459c xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e5bfe15 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3f1edd rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f9b10f0 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90c81050 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x942dbdd9 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x954be240 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95906a01 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a9e138 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96388105 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9638d3fe xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97c28aea sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98d42e3c svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99814aba svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9993e72a xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a0ea740 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ac7714a sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ba7149e svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9daefd36 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e732744 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f50376e xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0fda6ec auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2c452ed rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa48fd525 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa500ba6b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa59c9c9c rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5cb783d svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa645ddda svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa64749f4 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8f6722e rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab9a40cb svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad3f9218 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf703246 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafa5f357 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0055592 svc_return_autherr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0500e6f rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0da65ad rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1f195e3 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2601071 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2d6b18d csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6ea1789 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb97760c8 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb7c5802 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbda0d890 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0153135 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc263d87b svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc320722e rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc70be141 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc71d51ee xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7ad2bcc xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8210746 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc854c286 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d00c9f rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf255201 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf70bea2 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf8ec754 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0a22133 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0a92589 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd492e303 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d8e5b2 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5a26f53 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd80ce9ad xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8b32038 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9975754 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb5ff6ac svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc11956b rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0731355 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe12f83df rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe15cbaab rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1804cb3 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2d089a6 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe398dec6 svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3a5aedb rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5afb0fc xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe862be15 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe896d48d xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaeb0a5c rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb396930 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec53bf23 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeca3716f rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed1706a1 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeebecefe rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf16d2f5e rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf19b57c9 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf578e4dc auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5e7a78d xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8113bdd rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf857e011 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8698772 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf87fd7d7 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa5142a0 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb07d0fc rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd880199 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfea107e9 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfefc2e49 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff55c0e3 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffede5ac xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfffb9c2b svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/tls/tls 0x580701ef tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xf4d7daa5 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x16386fb7 virtio_transport_set_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x19cfdf4e virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x24f67a05 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x30259233 virtio_transport_get_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3d02f961 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4261ea14 virtio_transport_get_min_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x467a0e19 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x48d6bcbb virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e4a8f27 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x51f0783c virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5ac6e5de virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x63b2cba8 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x676afc89 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x792a5daa virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7e435742 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8842e41d virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9069cd43 virtio_transport_set_min_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x91e22339 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa093558a virtio_transport_get_max_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa2f88e5f virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa58e53ae virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa6cca18b virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaf5162ee virtio_transport_set_max_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbebb53a1 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc36f9d8d virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc79f4c33 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc9d08951 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd44d72b8 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd75a5840 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8f2d253 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe92821f3 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee930702 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf3035ecf virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfcdde862 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfea15b74 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfec74d57 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x03ad099a vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x051f0833 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10be5487 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3b47fcc3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3eb3ca23 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x42f19c24 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x49f29189 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x711c9d48 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x73879664 vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x84c4d9cc vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90c57175 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90f867b7 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x98ef21b7 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9f38011f __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaebc1799 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf230dc6 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcc904039 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe437df69 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe5e7c099 vsock_remove_pending +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1640059b wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1f648fc5 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2343d554 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x239dc34e wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x27df7639 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x42700cd0 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4a65e4b6 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x81672aab wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8182f281 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc9f93f46 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd77477e6 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe47a366e wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xeb00268b wimax_dev_rm +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x010289ad cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x26e37c8a cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x35ae4e61 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x491c756e cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x719e20b3 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x73f47bba cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8eaf17be cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9aa3bee9 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9ac73f5b cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaa89f479 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb0056fed cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb4055ed6 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb4dfbfb3 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc0de5e6c cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde7ec677 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf4034d0a cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9dec86ad ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xb4809233 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc78894ed ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd120eb7a ipcomp_output +EXPORT_SYMBOL_GPL vmlinux 0x000d9c1a nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x001601d0 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x002077e6 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x002c7e2b spi_res_release +EXPORT_SYMBOL_GPL vmlinux 0x004c598c fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x005112eb __percpu_up_read +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x007c249e nvme_set_features +EXPORT_SYMBOL_GPL vmlinux 0x009038f0 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x00c078e6 dev_pm_opp_attach_genpd +EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x00d834f3 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x00d9693f nvm_get_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0x00de459d edac_device_handle_ue +EXPORT_SYMBOL_GPL vmlinux 0x00f80d5c perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x00f925f8 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x01066696 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0113deb1 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x011b4724 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x011f4679 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x0123e7b8 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x012db6f9 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01353226 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x013dd0c6 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x01407c53 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x01463a58 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x01515c8b ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x01548558 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x01598785 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x016f3099 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x019f6bd1 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x01a45891 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x01b0f563 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x01b9b256 skcipher_walk_atomise +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d5372c ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x01d7ddb3 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ec132c phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x020cb43f call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x0222029e stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x0223caa6 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0231dec8 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x023873d1 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x0251864b __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x0254b129 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x02859d34 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL vmlinux 0x029dd9d5 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x02d2ee22 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x02e501a4 dev_pm_opp_unregister_set_opp_helper +EXPORT_SYMBOL_GPL vmlinux 0x02ec9dbd nvme_complete_async_event +EXPORT_SYMBOL_GPL vmlinux 0x02ee4a18 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x02fe8afd mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x02ff53d8 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x030c663a serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x0310be24 bgmac_enet_resume +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03197012 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x031bda6d bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032b7243 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x032c75cd genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x03372453 force_irqthreads +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0347064a inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x034d2493 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x035773eb gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x036dac1d gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x037a3fdc mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x038b003e kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x03925e27 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x03935ba9 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x0396333f pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x039a88b2 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x03be115a ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c3fe03 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x03cb58cf clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d3a7af sprd_div_ops +EXPORT_SYMBOL_GPL vmlinux 0x03d70deb genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x03edebd0 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040c2819 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x0419e175 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x04227e77 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x04242c87 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x042e695e xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x043cb518 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x044c5cfb pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x044d33d3 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x04578715 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x04878541 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049942d8 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x049df920 iomap_invalidatepage +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x049ea61c virtio_config_disable +EXPORT_SYMBOL_GPL vmlinux 0x04b2b613 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x04b75c06 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04ca7344 device_register +EXPORT_SYMBOL_GPL vmlinux 0x04cb3f1c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x04ccbc6f md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x04ccc660 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e519be __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x04eba60b security_path_symlink +EXPORT_SYMBOL_GPL vmlinux 0x04f1f465 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x04f2c061 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x04f805e2 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0507e265 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0x051c8e6d of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052ea3cf blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x0545b4ca tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x054c66a3 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056dd7cb pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x058284be security_inode_permission +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058ef53f gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x059379e0 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x059d5f8f device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x05c7b625 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x05ccc8e5 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x05d2432e pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x05f49f81 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x05fcbbfb unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0602fee1 dev_pm_opp_find_freq_ceil_by_volt +EXPORT_SYMBOL_GPL vmlinux 0x0608c811 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x060d01e1 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x06128882 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x06201248 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063ad338 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x064d6089 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064f1f69 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x065bd1db housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x0676be46 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x0677a793 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0695f725 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x06a2be4f iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x06a81f5d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x06b07e93 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x06b0e55e disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x06b3068d __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x06b98d72 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x06c5fbbb devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x06dc21b1 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x06defa00 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e99fad arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x06f6cd49 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x06f6f34e regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0700cb6b thermal_zone_set_trips +EXPORT_SYMBOL_GPL vmlinux 0x07021cee ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x0719f077 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07283ac8 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x0747679f iommu_dev_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x07502d21 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x07646cee ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x077d7f31 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x07a42747 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x07a6ab60 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x07b03245 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x07c23703 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x07dcae55 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x07ecc640 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x07f74132 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x07fb17d5 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x080c373a of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08243aa1 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x0824453b __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x0826484e crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x082f6fd4 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x08343918 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x083b56c6 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x084c8f77 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x08603427 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x087da7af dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x087f94d5 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x088a90e0 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x088d811a wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x088e2363 get_device +EXPORT_SYMBOL_GPL vmlinux 0x08a67303 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09127f67 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x0937a249 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x094634ea dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0948f1ff iomap_file_dirty +EXPORT_SYMBOL_GPL vmlinux 0x094d95b4 bgmac_adjust_link +EXPORT_SYMBOL_GPL vmlinux 0x0958b55b edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x096b2418 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x096e3357 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x09701c07 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x0979ee11 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x097eae9c hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x0981e3af nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x09890cb8 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0989c24e dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x0990f9ce sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x09a77998 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x09ac642c of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09d240d2 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x09eb11a5 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x09f890f0 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0a0893fd proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x0a0c9d45 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x0a0dd7b6 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x0a1d9f38 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0a60c4bf init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0a6bdf43 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0x0a7f8db2 xdp_attachment_flags_ok +EXPORT_SYMBOL_GPL vmlinux 0x0a80360a acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x0a82415e tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x0a936085 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0ab57a3d direct_make_request +EXPORT_SYMBOL_GPL vmlinux 0x0acf957e __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x0ad2f052 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x0ae354a3 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x0af4e662 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b217ec1 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b29c0f5 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b40e3e4 bsg_scsi_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b4df9d4 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b579624 sprd_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b5a02d0 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x0b654736 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0b97660c ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb4219d kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x0bbd74e5 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x0bc6ae5f pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0bcebb5e serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0bd80d49 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x0be1bbdc __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x0bfbd408 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x0c03d631 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x0c0c4edb arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c184ea2 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0c208af0 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x0c20f4b3 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x0c22285f __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x0c270e25 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0c287060 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c444c02 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0c5d5ecb arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x0c81ae3b devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x0c90c021 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x0c9ad79b switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x0cb137cd bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x0cb579c0 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0x0cc2609b devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc3b29e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x0cc64e63 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x0cd6c473 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce7e60e screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0cf1116f __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x0d116ad0 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x0d3246c7 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x0d3ec87a acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x0d40d8be ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d7b47b3 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x0d8a0dda dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x0d8fb05e dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x0d9d6da0 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x0da4dde2 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x0da6696e check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x0db5ab59 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x0db9ef4b regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x0dbb15d2 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x0dc1db2a thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x0dd3ae77 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x0dd5c670 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dea1b7e pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e30dbe2 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x0e31d6f3 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x0e346e5a set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0e42eedc scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x0e6a1bca sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7ab113 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x0e89ea8e fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x0e8f91cd spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e930eeb init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x0e98e11e gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x0e9a639f __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x0e9abf90 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x0ea2dd76 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ed494b3 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0ef41524 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x0f1340ef devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0f2173bf kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x0f2ed1e5 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f5e516a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x0f647ba9 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x0f6f0e21 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0f742247 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0f74f31f __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0f760ec0 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f891149 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x0fc81efe rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0fe7617c __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ff69a3a dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101bd06e virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x10232bfd regulator_lock +EXPORT_SYMBOL_GPL vmlinux 0x103b44a7 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free +EXPORT_SYMBOL_GPL vmlinux 0x10474182 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x10496b46 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x104d0477 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x1053e118 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x106af58e scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108c066b kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x10924d05 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x109e75ed register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x10ab5186 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x10b37767 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10c14aee blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x10c24c19 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x10c92818 spi_replace_transfers +EXPORT_SYMBOL_GPL vmlinux 0x10d39cfa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x10d8f7f3 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x10ded4e0 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x10e9b5ad dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x10eaadb5 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10ed89fa iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x10f809d7 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11014b7d __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1106f89b crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x110809ad sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x11106c0c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x1112aff6 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x1115cc05 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x1127225d xhci_mtk_sch_init +EXPORT_SYMBOL_GPL vmlinux 0x11312b73 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x114e925c __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11549b35 __vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x11559893 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x1157895b usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x116db261 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x116dbb67 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1172d487 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x11746b91 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x1185c249 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x119ae766 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0x11b25ef2 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x11c6f5f8 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x11d0ae38 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11f2ae28 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x11fe5f7e event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x1210d69b gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x12141b32 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x1215f6d5 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122f87bb debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x1233dcfe ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123c577b blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x124ce0f2 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x12652730 dev_pm_opp_set_clkname +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1280b602 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x12898586 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x1290af19 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x1298ea4d input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x12a32a27 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x12a733da fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x12ab31f1 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x12ac12e4 __rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x12b7ff41 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x12c9e4af fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x12d6d719 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x12d720ed pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x12dbc8f6 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0x12f3c115 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x12f46608 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x12fa9cd5 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x130fa43c phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x131797ea blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x131a3114 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1327f43e acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1341f476 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x1346c5de sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x1349f38c find_module +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136aefc5 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x13821a86 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x138419c1 iommu_dev_feature_enabled +EXPORT_SYMBOL_GPL vmlinux 0x138970b0 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1391b89e tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x139d0389 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x13a7d2f9 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x13af3cba dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x13b363c4 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x13b45f57 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x13b65f27 probe_user_read +EXPORT_SYMBOL_GPL vmlinux 0x13b80b1f tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x13c19ee7 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e648b6 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f682c3 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14091acc nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x140b6030 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x141097b4 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1418238a __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1422a7bb relay_close +EXPORT_SYMBOL_GPL vmlinux 0x142491b3 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x143a63e4 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x14842fe8 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x1485a307 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x148e698b udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x14960cf5 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x149f2a3b dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x14cbca03 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0x14d82f84 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x1503eb60 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x152104cd acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x153144c0 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x1533dc63 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1548ef31 devm_thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x154c3c1c ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155b00f9 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x1565e33f vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x156cdac8 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x15767afa relay_open +EXPORT_SYMBOL_GPL vmlinux 0x1578a122 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x157dda60 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x157e8c66 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x1584d402 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x15867cae fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x158b140e sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x15b30bc8 nvme_stop_queues +EXPORT_SYMBOL_GPL vmlinux 0x15b4702e fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x15b6d361 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x15d08e21 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15d33180 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f67fea usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x16068ffb sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x161cdaf7 vfs_getxattr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x162da485 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x162f1a49 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x16367fc1 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x163a81a9 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x163e20af dma_resv_test_signaled_rcu +EXPORT_SYMBOL_GPL vmlinux 0x164d5a97 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165677e4 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x165cd304 __fput_sync +EXPORT_SYMBOL_GPL vmlinux 0x16670bce pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x166d6443 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x1678334c flow_indr_block_call +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x16878834 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x169a3787 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x16b2c1ce devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x16b55650 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x16c92395 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x16d3226c rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x16d790a7 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16e5c239 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x16e9f961 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1708eb35 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17140066 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x17181333 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x171f1ee8 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x172a1047 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x173a68ee clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174d2c37 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x175c2722 __pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online +EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x17b1c7a4 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x17db17f8 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e0cbde ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x17e578c2 blkg_print_stat_ios_recursive +EXPORT_SYMBOL_GPL vmlinux 0x17f3be9a crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x17fdebab fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x180740a8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x180f92f1 nvme_init_identify +EXPORT_SYMBOL_GPL vmlinux 0x1810f3bc devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x182f0a60 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x182ff34d pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x1838fd14 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x183c4c8b of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x1848f77c gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x184adbff vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x1854e408 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x1862ff19 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18728552 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x1893068f udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1897e304 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x189aa354 is_current_mnt_ns +EXPORT_SYMBOL_GPL vmlinux 0x18b00461 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x18e05590 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f82762 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1903e61b usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x1904aee3 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x19192be4 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x191d24b2 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x191e0cdd pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x1926ab24 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x192f1683 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x1937d3ed nvme_sync_queues +EXPORT_SYMBOL_GPL vmlinux 0x19419183 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x1970329f bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x19705569 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1971e1c8 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x19730d82 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x199341a6 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x199b2ddf pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a37eed tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x19aa550a device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x19b50f56 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19ca6c88 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19f2c5a9 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a282a77 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x1a2c2b84 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a340e7f device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x1a471cd0 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x1a4b2aad gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1a5afca7 sched_trace_cfs_rq_path +EXPORT_SYMBOL_GPL vmlinux 0x1a5f84dd pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x1a681e32 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a77903a of_alias_get_alias_list +EXPORT_SYMBOL_GPL vmlinux 0x1a9caa3e crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x1aa10cbd usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x1aae3793 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x1ac594ef gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x1ac5dcf7 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1acb66c3 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad1d3dc pci_ats_page_aligned +EXPORT_SYMBOL_GPL vmlinux 0x1ad3d2ac power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x1ad562e2 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x1af20661 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af57b43 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x1afe665a usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x1b052c5e __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1b07b4b2 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x1b10443e kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x1b1471f3 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x1b1a3d69 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x1b2b3f81 dw_pcie_msi_init +EXPORT_SYMBOL_GPL vmlinux 0x1b2bee73 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x1b332455 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x1b3483b5 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x1b35364f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x1b4a9cf1 shmem_zero_setup +EXPORT_SYMBOL_GPL vmlinux 0x1b5059ce ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x1b5d7efc devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6131b9 alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x1b6f11fe devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b96b2a5 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x1b96fa07 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x1b984c0d public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x1ba12686 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x1bb24757 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1be9dedd irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1c0a8a37 nvme_delete_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x1c151473 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1c328eec devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x1c44b902 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1c52c5a3 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8a8446 cec_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb19be8 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbb2742 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1ce0ee76 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x1ce343dc sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1ce6a4fe tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x1cfe9824 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d281a30 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1d318001 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x1d4356cd pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x1d477b1f ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x1d491188 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x1d4b138d ata_host_get +EXPORT_SYMBOL_GPL vmlinux 0x1d4fcaf4 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x1d5a191d kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x1d5e6205 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x1d610f55 xhci_mtk_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x1d6d37b7 nd_region_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x1d74031f of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d8a61f4 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x1d989d2f pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d9af9c1 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x1daaedfd pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1db16f82 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1df35973 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1e0065a1 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e149107 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1e17a38a ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x1e26ad89 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x1e346000 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x1e3ad83e tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x1e49fb45 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1e51692a __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x1e51dabb __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x1e5cd516 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x1e5e6235 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x1e681dfb pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x1e6a21cf crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1ea3b094 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x1eaec09e sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x1eb2ff0f sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec55be7 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x1ee7d3cd hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x1eee04a3 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1f0171c6 security_path_link +EXPORT_SYMBOL_GPL vmlinux 0x1f0190c8 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1f1e95e9 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x1f25621c debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1f35a828 __flow_indr_block_cb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f3baecd mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x1f41d79f peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f49eaa0 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f58d219 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x1f64aa55 of_css +EXPORT_SYMBOL_GPL vmlinux 0x1f68a4ee nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x1f6abd55 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1f7a4d7e blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9a57dd devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fae13de perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x1fb1f074 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1fb70eb9 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x1fd261e9 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x1fd823da device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1fd88722 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ffbf1ed security_path_chmod +EXPORT_SYMBOL_GPL vmlinux 0x1ffcd13f iomap_migrate_page +EXPORT_SYMBOL_GPL vmlinux 0x202764f1 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202f55ba __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x20372f00 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x20395cf2 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2077e182 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x20832e59 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x2093f4dd clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20bdd064 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x20c1456f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e969aa sprd_sc_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x20ebc63a irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x215409e8 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2158e58f clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x215a8ad2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217e31f9 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x218e04e1 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x218ec483 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x21a45c59 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a9d793 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c34c8f gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x21c968e0 pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21cdaf9e edac_device_handle_ce +EXPORT_SYMBOL_GPL vmlinux 0x21d046f3 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x21d6696c pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x21e3cb48 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x21ff1eb1 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x220d8ecf strp_done +EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x221c801e skcipher_walk_aead +EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x223e1721 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x2246b4dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x22596884 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x226b222f dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x227ef56a dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x22990881 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x229fd72e xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x22b8540c nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x22d55d37 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x22fc9ae1 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23084a6f spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x230b62eb pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x23145050 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x2316a097 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x2317c413 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x2326717e gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2338a9b6 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap +EXPORT_SYMBOL_GPL vmlinux 0x2369a581 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x2370ba74 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x237f07ff irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238a5616 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x238d5628 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2392226d devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2399b6bb tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x23aed789 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x23d4e544 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status +EXPORT_SYMBOL_GPL vmlinux 0x23da55c7 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x23e89f47 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x23e8ea86 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x23eb3fb7 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x23ef8b35 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x24093a32 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x2414fccb regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x24272a78 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x244ebe7e param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x2453076b cec_s_log_addrs +EXPORT_SYMBOL_GPL vmlinux 0x245558f3 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x245dece6 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24811d1d dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2489de7c devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x24c5086e fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x24d8154d store_sampling_rate +EXPORT_SYMBOL_GPL vmlinux 0x24e747db mddev_create_wb_pool +EXPORT_SYMBOL_GPL vmlinux 0x24e86205 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x250140aa __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x2512cb28 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x25221f1c crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x25273f59 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x252fc0cb rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25351773 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2557d346 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x255ad58c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x255c2809 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x25663516 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x256a784c disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x25724b43 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x258b4c1f serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259780bc led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x25b15a60 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x25bb7404 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x25d7b7c1 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x25df95ed virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x25dfe0d9 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x26062997 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x26072fc1 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2628d4f8 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x262ec13f pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x263f039e xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2669540b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26838db8 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x2684c8ab devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x26892a7e ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b2b8fa __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x26be770f devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x26c622ee percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cbafbe inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f648fe virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x26f78fe5 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x27022b7a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2705de19 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x2706780f devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x270a9364 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x270c1de4 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x270c4fc6 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x271d62bd sock_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x2724870c devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x27442195 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x274be277 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x27598ae4 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x27715e4a enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2775ba12 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x27813dca skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x27822de4 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x27844a74 udp_destruct_sock +EXPORT_SYMBOL_GPL vmlinux 0x2785644e perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x27aa51ef mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x27c0f19a vfs_read +EXPORT_SYMBOL_GPL vmlinux 0x27d17aa4 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x27e9f607 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x27f041d6 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x27f043a5 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28011a0c ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281ea5ca crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28325289 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x28347801 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x2839e03c fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x284b4c5b __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x2854f88a cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286852e6 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x286b7c36 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28716897 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x287e2618 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28955b79 iomap_readpage +EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28becbfa usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x28bf9a0e ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x28d909b8 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x28e1d970 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x28e80aa9 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x28f26684 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x290a88e0 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x291d4adb of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x29252e74 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x29279d1c debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x292b41fa spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x292da477 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x293c45bc ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x293eba0b debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x2944f346 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x295724c3 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x29623141 device_create +EXPORT_SYMBOL_GPL vmlinux 0x2969bca0 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x2986f55b of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x29a93ea1 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x29c7acc7 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x29cd1383 fsnotify_get_group +EXPORT_SYMBOL_GPL vmlinux 0x29ce95f3 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a0a40fa mdio_bus_init +EXPORT_SYMBOL_GPL vmlinux 0x2a17beeb tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x2a3ba430 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2a3d94d2 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x2a3f77e8 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x2a41ce70 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x2a4229ba dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x2a482c8a iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x2a491c7b cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x2a537c7f driver_find +EXPORT_SYMBOL_GPL vmlinux 0x2a5c3f94 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a71eee1 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x2a759c39 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x2a772d2f crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2a7c1fea device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x2a7e1ded gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab9f7e9 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x2abcb46f of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x2abd5eb2 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2ad5a965 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2ad88e1b l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2aecfefa xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x2af5e712 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x2b02fd1f regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x2b0765ca xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b22886f devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x2b2341e3 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2b25f1f5 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x2b260a74 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x2b32e287 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b3405f0 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x2b3a702d xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4e51b8 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x2b5badce acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x2b5c9ebb mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x2b5d00f8 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x2b6c8bca pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x2b6d07d3 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bbcd2d1 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x2bc3ef3f of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x2bcdd17d i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x2bd3d16f fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x2c0b3963 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x2c1a2206 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x2c1aa13a uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c216c1d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x2c263991 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c372d04 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x2c3eadf9 iterate_mounts +EXPORT_SYMBOL_GPL vmlinux 0x2c4a36df nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x2c4cb627 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c63790d nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x2c66178f nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c697f18 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c94a8f7 dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9ad754 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c9cf12c usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x2ca1e03f pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x2cc495c5 rpi_firmware_property_list +EXPORT_SYMBOL_GPL vmlinux 0x2ccf10e2 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2cde045d seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2ceed050 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x2cf625ef stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2d0ae51b is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x2d14eb6b blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d237595 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x2d23a401 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x2d2873b2 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d40c0fb pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4f87a9 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL vmlinux 0x2d6aa0f0 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x2d8eec0c of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x2d930505 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dcd4545 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x2ddf433c edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2de6975d clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2dfac98c i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x2dfb4fac iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0929f8 device_connection_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0d8aa2 cs47l24_patch +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e214289 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e32f0a5 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2e33239d mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x2e35a1db devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x2e3b7c35 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x2e43aa2c phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x2e4ae0a0 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x2e4ed580 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x2e63f533 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x2e678211 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x2e814d77 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x2e822894 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2e981a69 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2eaf2527 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x2eb232c5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x2eb8c0d1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed0cfb8 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x2ed1784b clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x2ed7eccd rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x2ee06b31 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x2ee1840a devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee7e4ad acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2efcf2ec __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x2f034783 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f10490c mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2f263817 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f324949 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f44f66b pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x2f6f6be6 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2f71e777 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x2f859a7a nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x2f8fd89d xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2fa86f94 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x2fb72e9b sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x2fbc7d00 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2fc4f170 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2fcb856c rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2fcc25d1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fd43abf perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x2fd8931c of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x3002e9b4 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3005c034 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x3007d33c irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x301ef3ae of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x304f4533 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x3050e8e3 device_connection_find +EXPORT_SYMBOL_GPL vmlinux 0x305a1cfc sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x305b878b usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x30651080 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x3074a0dd serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x30791717 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x307b7539 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x30840aed regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x3090cb05 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x309c8ede devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x30a71b64 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x30b4fd23 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x30ba6404 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x30bf79e7 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x311168e4 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x31226180 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31270515 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x31277d32 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x312949ee fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x312d5708 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x3151fb4f __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x317321bc device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x31785f08 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x31922d5e linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31be208a kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x31bf620d fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ca29f4 crypto_stats_ablkcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x31dc03b1 cec_transmit_done_ts +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31de1607 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x31ee15bb pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x31f26065 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x32137b7f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x32249d20 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x32255e6a devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x325bf15c perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x3274fca1 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327e837b fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x32945abe kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b00672 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x32b54c8f sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x32df535a ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x32e50a14 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x32e68ffc sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x32f23a81 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x32f4d1c5 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x33020b98 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x3310b0d5 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x33205373 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x334be841 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336a5618 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x336f7239 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x337356da ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x337424e2 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x33830e70 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x339ddeb7 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x339e938d of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x33a5aac9 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33aaec97 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x33af7a16 iommu_aux_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x33b01909 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x33dda8d1 blkg_print_stat_ios +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33fde37c blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x33ffc3ea pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x3410d81b sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x341b74cd gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x341b8539 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x341ed0f8 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x34207b30 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x3421ca7c __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x34250ab9 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x3426fda0 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x34306fa5 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x34331de3 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343b8bf7 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3445ed03 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x344cedf5 pm_runtime_get_if_in_use +EXPORT_SYMBOL_GPL vmlinux 0x3477f939 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x347c1959 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x3483964c list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x349318cd fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x34966c1d crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x34af5505 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x34b6cc4d xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x34c9e2bd md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x34d3994b device_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x34e11ece crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x35046f3a qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x350b27cf tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x351a0646 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x352364e0 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x354aa61d request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x354d6fe8 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x356466df acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x3564aa61 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x35681f9e gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x357cdd21 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359b65ee dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x359d788c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x35a40180 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x35a666ef __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x35b60498 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x35bbf311 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x35c44ec4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d4673f thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x35d69bc7 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x35de38fe bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x35e33082 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x35e7b2d8 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x35f866a2 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3609441d cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x360d16d3 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x3614ecc7 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36324f02 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x363acc20 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3644b62a cec_transmit_msg +EXPORT_SYMBOL_GPL vmlinux 0x3663f36c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x367b0b5b ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x36971f03 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x369a5367 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x369d239c nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a93739 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x36b4b191 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x36b9dd56 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36d4740d nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x36db1c68 mdio_mux_init +EXPORT_SYMBOL_GPL vmlinux 0x3714e507 dma_resv_wait_timeout_rcu +EXPORT_SYMBOL_GPL vmlinux 0x37200b06 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x37276545 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x372cfd6e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x3731f72a spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x37329f0f blk_mq_sched_free_hctx_data +EXPORT_SYMBOL_GPL vmlinux 0x373fc2f9 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x37440a59 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x374c2088 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript +EXPORT_SYMBOL_GPL vmlinux 0x374dbaad nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3753ec33 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x375561da blkdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x37641313 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37b4ae92 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x37ba7a53 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x37bc3020 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x37c28ed9 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x37cf131b tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory +EXPORT_SYMBOL_GPL vmlinux 0x38003ec2 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380e1958 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x3810f82e dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3826860b __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x382e2566 inode_congested +EXPORT_SYMBOL_GPL vmlinux 0x3836e4c3 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383dfc7e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3858a7fc class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x3872829c nvme_kill_queues +EXPORT_SYMBOL_GPL vmlinux 0x38770d1a pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x387c4fc8 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x3899012b tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38ae1486 sbitmap_any_bit_clear +EXPORT_SYMBOL_GPL vmlinux 0x38c62bcd kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x38c8c084 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x38dd2bc0 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x38dfc86b crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e6a552 nvme_reset_ctrl_sync +EXPORT_SYMBOL_GPL vmlinux 0x38f62e69 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x391d9cd0 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x392e67f3 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3940521b nvdimm_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x39583b2a ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39623ba7 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x39662687 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x396f3ee9 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x397fd353 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x399322d7 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x399bb8c0 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x399c3809 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x39adb0c0 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x39c90e43 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x39cf25d5 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x39d2b0a0 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e2bf19 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module +EXPORT_SYMBOL_GPL vmlinux 0x39ed013f gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a034685 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a203dfe tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x3a321b65 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a424358 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3a46868b xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5bab80 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3a5ce494 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a749461 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3a879c16 dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x3a8f4a0e dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a92d182 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x3a9868a4 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa2a049 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acef7e0 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ad9ae6d __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x3ae6c4b8 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x3aff3cfb rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x3b0b2e77 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3b0deda8 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x3b1c8f92 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x3b213142 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3b2d5b6b of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x3b369903 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x3b3de887 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b410932 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x3b48693c power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b57e93f ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3b58ac58 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x3b69055c nvme_complete_rq +EXPORT_SYMBOL_GPL vmlinux 0x3b6a392e usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x3b6d8820 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x3b6e86c6 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7d72a8 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x3b8979ea gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3b8fc2bf regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x3b96b451 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb350f2 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3bc64558 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3bc9fccf crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3bcf5a49 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x3bd1394f ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x3bd99514 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c212744 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x3c285764 clk_hw_register_gpio_mux +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c54f27e rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3c6966fd subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x3c69c8b5 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x3cb8f5c0 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3cc631f7 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x3cca8768 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd67129 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ce77caf register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x3cecd5db ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x3cf1e848 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x3cf3e449 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x3d02bef1 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3d065004 clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x3d0f8d02 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x3d2c1599 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d50b9c9 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d511abc dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d5278aa key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3d528b3f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x3d56f60f wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3d7ba95b dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x3d82af01 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d98026e shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x3dc1786e devm_nsio_enable +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dcd88b2 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3de1bd3e xsk_reuseq_swap +EXPORT_SYMBOL_GPL vmlinux 0x3de911ed bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e0ba687 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x3e1b6141 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x3e1f72e0 kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x3e2deffa to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x3e359cf4 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x3e3c8743 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3e42722b cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x3e517035 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x3e58f699 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x3e5d4bfb security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3e5d8e93 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x3e605145 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e8568fc aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x3e94ec05 do_truncate +EXPORT_SYMBOL_GPL vmlinux 0x3e9ad8c5 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ec0333a fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x3ec43723 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x3ec71133 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x3ec868eb usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3ed57edb bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x3edd53ed simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efcf00b serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x3f06eaeb fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x3f0d5ebd fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f0fc00e sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x3f208385 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x3f2196f8 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x3f3edd8b blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x3f42f3f1 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x3f466880 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3f4d2b03 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x3f51b98d of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x3f821271 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f872b89 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x3f88c07a kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put +EXPORT_SYMBOL_GPL vmlinux 0x3fa45264 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x3fb6018e blk_mq_request_completed +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3fef7c59 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4001abb2 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4028beb6 nvdimm_bus_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4050f468 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x40547fde crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x40710d84 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40816ee9 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x4089cd95 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4089e0a2 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a70d36 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x40a985e9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x40b43bd0 sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x40b44509 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x40c69c62 sprd_clk_probe +EXPORT_SYMBOL_GPL vmlinux 0x40d51e2b rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x40e36e14 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x40e7714d devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x410fc399 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x411571cb regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x41203717 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412466e9 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4126a71b acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x412d678e of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x41327693 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4132f326 pwmchip_add_with_polarity +EXPORT_SYMBOL_GPL vmlinux 0x413b2540 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x41411ed6 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x414a8103 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415a6222 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x415c0c7e regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x41605302 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x416cbc17 user_update +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419123ae __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x419bf242 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x41ad2295 sched_trace_cfs_rq_avg +EXPORT_SYMBOL_GPL vmlinux 0x41ad6af9 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x41b200f9 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x41b216c4 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x41bc7b6b acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x41c02269 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x41c7a41d crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x41e1ba0c anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41eeb2ea serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x41f39d34 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x41f7e53d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x41faa9ef pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x41fcd501 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42010656 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420dc87b palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x420e674f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421f44b3 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x42230915 sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0x422b7a5a create_signature +EXPORT_SYMBOL_GPL vmlinux 0x424e1c00 tty_kopen +EXPORT_SYMBOL_GPL vmlinux 0x424e208f crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x425603ec __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x425bf0fb virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42767bc9 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x4279a470 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428efd50 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x4290ca91 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x42944146 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x429ac714 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x42a059e1 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x42a19c43 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x42a8b13d devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42aa77ae serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x42b1fa3f virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x42b9a0f3 __page_mapcount +EXPORT_SYMBOL_GPL vmlinux 0x42d820fb iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x42e5531a __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x42e7c715 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fba1c7 __sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x42fcd6a0 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x430e7217 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4313263e debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4314900f clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x431be667 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x432680ac devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x4338c6e4 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x4341ee71 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x4350e1bf usb_string +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4389df40 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a5d8f7 flow_indr_del_block_cb +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x43b956b9 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x43c2a786 __cpu_clear_user_page +EXPORT_SYMBOL_GPL vmlinux 0x43cc0916 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x43cfe72c of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x43d08113 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x43e25ba1 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43f661b4 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x4406ee54 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x441bd9a8 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x441ee9e4 dev_pm_opp_put_supported_hw +EXPORT_SYMBOL_GPL vmlinux 0x442421f1 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x44329f4a fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445604be fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x44574673 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x4480a909 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44916ec4 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x449a2420 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x449c2946 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x449d8318 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44ba09dc bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bf78ba ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x44cb3598 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x44d80225 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44efdfc7 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x45071ae6 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450a866c skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x4528d9f1 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x452b955e ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x45350ef6 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x45494bff raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x454b9249 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4583b28e devlink_flash_update_end_notify +EXPORT_SYMBOL_GPL vmlinux 0x459252dd dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x45963e53 msi_desc_to_pci_sysdata +EXPORT_SYMBOL_GPL vmlinux 0x45b5baef device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x45b938a5 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x45bbf52d fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x45c610b7 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x45fba983 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x461d3651 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x4638d478 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x46524a2e devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x46588d6b kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x466093fb init_iova_flush_queue +EXPORT_SYMBOL_GPL vmlinux 0x4681744a fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x4686c7e6 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x46876b8c nvme_start_queues +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468b624a pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x468f8626 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x469b3a86 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x46bb850b dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x46c814b2 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x46f281f1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put +EXPORT_SYMBOL_GPL vmlinux 0x47149731 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x471f94d6 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47254d4b blk_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x474cc673 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47634dce irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4764d30e device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x477347bf __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x47874cd3 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a89953 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47cb4c5a __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d76062 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47eb4321 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x47edb50a i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x480f1f5c max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x48185737 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x4821cf6d md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x48309a0e dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4867053e __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4869c5c5 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x48760b29 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4877858f crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x487b9443 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x4897f4e8 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x489af3ac __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x489c1f48 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48bed249 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x48c04377 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL vmlinux 0x48dc0250 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x48f2fdf2 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x48f49400 apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0x48f721a2 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x48fc6e8f mmc_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x491a1559 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492a6a72 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x492d3d66 sched_trace_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x49304013 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4958d7ee crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x495cf16b uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x495f1ae2 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x496bd6c9 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a7d836 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x49b35934 update_time +EXPORT_SYMBOL_GPL vmlinux 0x49c09a19 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x49d7dcf0 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x49dd50d9 dm_get_table_device +EXPORT_SYMBOL_GPL vmlinux 0x49e08e00 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x49e0fd21 __cpu_copy_user_page +EXPORT_SYMBOL_GPL vmlinux 0x49e1214e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ed13a9 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x49efb484 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x49fb3714 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x49fc8a9e of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4a0e0fc5 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4a23be82 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x4a263607 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4a2e1dae gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0x4a405ba0 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4eaa68 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x4a5da125 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x4a65a06d ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x4a81074e mtk_smi_larb_get +EXPORT_SYMBOL_GPL vmlinux 0x4a9d9314 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x4aa58bea inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4aa77eed vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x4aa8b532 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x4aaada85 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab1d504 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x4ac4b43f kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4ae79c83 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x4af638e7 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x4af6fbca ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x4afdb1c8 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4b096172 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x4b174ea7 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x4b58b787 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x4b8e46bc phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4bb593a8 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bef8785 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x4bf0e283 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x4bf6f580 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4bfb6824 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x4c0f2e11 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x4c234f29 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x4c46ab06 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x4c4ffb55 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x4c53a9a9 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x4c5dd489 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x4c5ff530 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x4c63a465 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4c7ed934 do_splice_to +EXPORT_SYMBOL_GPL vmlinux 0x4c890370 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x4c930337 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4ca58417 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x4cd6988f ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4cee438f devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d01a287 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4d05bf0a __fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x4d106da7 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4d1673c0 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x4d1fce3c clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x4d202b8c __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4d26ebb5 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4d2b3d0a raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4d3050b5 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4d43a46f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x4d54ab3a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x4d5a6433 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4d5c23d3 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x4d6031b3 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x4d8a96ab xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4d9bff88 sprd_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x4dacda0f amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dbdb767 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x4dc8ba91 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4dcf5cd3 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x4ddb8c12 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dee984c acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4dfc05c5 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e1e4610 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4e2a1524 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x4e2d036d da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x4e2f5269 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4e326a6a vfs_writef +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4158e2 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x4e5c1577 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x4e619382 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x4e6ba714 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status +EXPORT_SYMBOL_GPL vmlinux 0x4ea93d06 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x4eaab290 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ebf0c49 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x4ec4db7a get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed48c0f rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f02dca8 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x4f0ab56d virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f66c3c8 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x4f67d96d dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7b4c97 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4f805e04 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fbdf030 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x4fc02643 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fce744d pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdceb18 xen_set_affinity_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fee21b1 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x4ff53e92 nvme_enable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4ff6db36 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x4ff8f4e4 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x502178f2 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503f7da5 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x507de3e9 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x50810c52 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x5081b5fe component_del +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50974c51 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x509afb57 md_kick_rdev_from_array +EXPORT_SYMBOL_GPL vmlinux 0x509c401e raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x50c2ae54 rpi_firmware_property +EXPORT_SYMBOL_GPL vmlinux 0x50c9bb44 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e73e42 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x50e9422c mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x50ec7822 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x50ecd18e pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x50f65f3f device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x50fa9c91 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510123ee iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x511bcb6a pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x512197e0 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x5136e8f8 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x514cfbc4 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x514f2118 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5155f58a bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x51714c3d addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x517a7228 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x519262da ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x519568ce amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x51a13f2d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x51a61a81 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x51afae42 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x51b19bfc led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x51cd9335 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL vmlinux 0x51d193e0 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x51fcf713 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x5203aad5 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x5204d2c6 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x520a5a6f pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5210fa39 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522c2b1c get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x5230d49f gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523a038d ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5252aced dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x525d95e3 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x526a9ea0 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x528088a3 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x5299e436 udp_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x52ac3218 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x52d2e0fe powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dc5fe2 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x52f1c850 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x52f9a155 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5314768f blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x531ce008 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x532cef2e of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x533ea602 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x53460d71 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x536357a3 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x5391f2c7 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x53bdf687 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x5402ccf9 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x54085d0d __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x5408a3c8 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x54139833 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5426a993 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x54439e48 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x5445e8b8 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x54473c9f sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x544ec706 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x545025e5 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5452934f pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x547ee996 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54955855 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x549ec474 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a38d30 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x54a644e3 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x54af8d22 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x54b0f4e3 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x54c4e8ca sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x54c76be0 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x54d08eae pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x54d0beec dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x54e3abdc rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x54f4bc4b mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x5506f9e1 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x550bff7e devlink_reload_enable +EXPORT_SYMBOL_GPL vmlinux 0x5512a9a6 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x551b2db3 __set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55420b7d of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x55486bbf sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x5550deed bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x5558fe00 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x555f9eca rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x5568efba dax_copy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x556d2606 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5590d90e arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x55948b11 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x55997c24 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map +EXPORT_SYMBOL_GPL vmlinux 0x55a54f2f rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x55bac9db skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55d25700 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x55d2e257 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x566e64b5 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x5674b3cb rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5688b726 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x569958ab inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x56a0cea4 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x56a806ca xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x56aaac73 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x56bf4d47 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x56c6673c crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56da7260 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56e63973 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x56e65108 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9a9b5 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x56f23da2 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x56f69bfa device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x56fa4fbe usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x57058250 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5716bab5 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57265428 __devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x57357603 bio_disassociate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x575f4fbd tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57732438 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x577a91cd acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x579008c0 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5793ecc5 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5793fcf0 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x57975c12 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57c1dae8 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x57c39727 kdb_register_flags +EXPORT_SYMBOL_GPL vmlinux 0x57d38657 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x57da79ce iommu_sva_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x57e3cf07 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x57e4c92e serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x57eb3ae8 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0x57fb5247 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x57fd274e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x58221d7c pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x58302eec rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq +EXPORT_SYMBOL_GPL vmlinux 0x5862395d led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x586f7dff sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x5875c63b fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587b8145 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x58a4aac8 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x58a76393 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x58a83640 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x58a9ddae gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x58cc5e1f power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x58d13ea7 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x58dc2448 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58ec2d34 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x58efe8f3 devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x5917139a tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x593da2c2 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x595f61b1 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x597106f1 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599435b8 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x599c4166 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x599de9e5 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x599ecef5 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b61226 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x59bbfb42 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x59c1e5df bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59d42d3b ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59fe70a8 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5a072507 net_dm_hw_report +EXPORT_SYMBOL_GPL vmlinux 0x5a117a2a devlink_reload_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a1b5f8b xdp_attachment_query +EXPORT_SYMBOL_GPL vmlinux 0x5a1b8781 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x5a1e8305 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x5a2ee99c devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4baece pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7ebf3c tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x5a7f5c43 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x5aaf2d39 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac00725 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x5ace8cf5 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5ad15608 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5ad49a81 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x5adca850 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x5aeddd6f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5aef1a47 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5af1e3b9 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x5af9a048 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x5afc7e37 bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x5afe8ed0 __dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0x5b02fee9 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x5b03aecd ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x5b0c69f3 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b23e6e8 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5b244415 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x5b305fd2 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x5b50bba9 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b77719f apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x5b7bac9d pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x5b7d6e07 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5b80135a __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x5b87e746 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5b90a426 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be00117 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x5be88ca4 sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x5bfdc882 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5c0248c4 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c21b2e9 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x5c2bcd37 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x5c489263 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c6760b4 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5c780d7d rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x5c866ef2 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x5c972c96 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cade149 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5cb4c071 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x5cb80e19 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x5cdbb494 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x5cef1f56 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x5cf38d5f scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d0ce52c spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d36f4e7 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x5d4549d4 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d5d2a3b debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x5d60a3b8 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x5d816adf dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da6f07b pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x5daa62e4 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x5db2f915 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5ddbecac get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x5de7447d __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5dfaf7a4 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x5e14bfdc sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1cb090 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7c29fa device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x5e7e7361 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x5e9bba3b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x5ec41e51 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5ed75d3d aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5ede4828 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x5edfcb2a pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5ee7f56b usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x5f1f8ad6 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f36ae53 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x5f5b9e64 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x5f61e035 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x5f6e5c3d tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f7e6fa4 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x5f8c0245 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x5fa3fcf6 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc90bde usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x5fcd56f8 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x5fd3378e ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x5fdca6fa dax_copy_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x5fdd5491 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5fdfaca7 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x5fe3904f dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x5ff737fe to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5fffc311 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x60069ee1 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600ca1a3 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x60161441 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x601a39e6 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x601ba3eb __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x601c75f9 of_i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL vmlinux 0x60279026 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x602af3a2 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605b5958 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x6065c62f open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x6077615c metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60806523 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x608bab1f sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x608e4031 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6090f998 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60b2877c alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x60c40cf7 __phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x60d4c2c8 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x60dbec72 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x60ea0097 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x60f374fa nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x60f9c187 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x61331c78 rpi_firmware_get +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x615c6683 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x6165ffd7 pci_prg_resp_pasid_required +EXPORT_SYMBOL_GPL vmlinux 0x6175bcdb mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61935368 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x619577ea acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x61ae1d2d xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622d9ce4 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x62367a52 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6257a369 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x62632161 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62686f84 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x62785c94 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x627f8f1c class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x628e4205 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x629933d2 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x629cb668 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x62b3d8e3 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62ca80a7 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x62ebcb71 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x62f42ff3 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x62fbcaf1 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x630a773a nvm_set_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0x630ca04f pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6310fd7c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x631430eb rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63168efa to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x6316f07c iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631b3efe usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x632425b7 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x6341c53a dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x636cff89 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x636e39ec wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x63a0ffe0 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x63bbe52c rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63cd6dca led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ff1291 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x63fff6a2 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x6401614c skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x64055138 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x6405cfc7 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x640d5e7a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x6417b649 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x642d088a fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x64567ab8 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x64a4125d i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x64b40ae0 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL vmlinux 0x64d3cc4e xas_load +EXPORT_SYMBOL_GPL vmlinux 0x64e2a572 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0x64fffb5a __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6502bb78 devlink_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65090777 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x651591bf wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x65279321 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x65564a63 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x655e4879 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x657ada62 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x658ebdcb ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x6598488c pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x65a4a31c register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x65b1bf74 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x65c5ed4e of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x65c7ef94 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dfacb2 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e4737a pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x65ef455d nvme_start_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x65f131b6 probe_user_write +EXPORT_SYMBOL_GPL vmlinux 0x6614aa61 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661aa8fc power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x662052b6 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6632f2bb clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x66543db7 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x666f0480 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x66748ef8 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x66772039 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6679e8cb ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x667f529f skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668f9556 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x66a6c061 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x66a8bbea of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66cb5420 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dcfa4a pci_restore_pasid_state +EXPORT_SYMBOL_GPL vmlinux 0x66ee233e fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x66eedc95 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x66f5d902 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x66fa1ad6 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x66fe72b9 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x671abd88 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x677616e3 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x6792e25a __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a2bb22 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x67a5b9b1 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x67a707ba crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x67da5174 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dbf68d posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x67deac3a sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x67e6c543 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x67eef090 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67f1aee2 dax_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x67f693c6 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x68220766 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x682664fa call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x68341719 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x6842eea3 blkg_print_stat_bytes +EXPORT_SYMBOL_GPL vmlinux 0x68551217 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x685a1d35 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x685aa09b i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL vmlinux 0x686083f7 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x6869c8eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x686b2ff7 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x6870810e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x687220f6 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x6878e0e2 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x688d0e03 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x688e6dbb crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x688fcaa4 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x68903b01 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a94ab0 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x68b1cdef fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x68b4ae07 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x68c73e97 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x68c8c178 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x68cd6da9 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x68e43e8b pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x68ee0352 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x68f71c03 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x68f7fb10 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x691e6e7b of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69276ce8 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x69514cad posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host +EXPORT_SYMBOL_GPL vmlinux 0x695ec13d kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x6977aa12 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697e89d7 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x69aa069e cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x69b7fbd7 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x69b9faa3 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x69c6a3d2 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x69d0f9ae of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x69d623fa dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x69e1d98b mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a134203 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a256380 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6a341fc9 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5535fc i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a6d4629 regulator_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6a82676b usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aaa02eb probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aaec965 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x6ac71a5c ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6ae5fbd3 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6aee7bd7 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6af69916 blkdev_reset_zones +EXPORT_SYMBOL_GPL vmlinux 0x6b067bd8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b10c9ef pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6b12008a devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x6b23923c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b5d038c device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b8d132d cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x6b91c857 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bc7b055 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdc2349 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x6bdccfca get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be0919b device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x6bebd91d dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x6bf76a8e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c08e896 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6c0c1e11 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x6c326637 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x6c3725dd dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4834f7 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5179c8 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x6c55fa07 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x6c57aaaa wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6baba5 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c77d0df dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x6c811a2f nd_blk_region_to_dimm +EXPORT_SYMBOL_GPL vmlinux 0x6c94aee7 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x6c9ff31e devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb5a8d6 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x6cb7d7cb pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cbd931a serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x6ccad9f6 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x6ccf521f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cfb19d0 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6d05b509 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d127284 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6d22227b __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d337d95 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d34c84f i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d3b2c2e bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x6d3beb05 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x6d616f84 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x6d6fbd51 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7426ae srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x6d788994 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d7f88c7 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x6d855d28 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x6d880048 devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0x6d926522 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x6daba6cd tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6db2db0a ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x6db50952 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc5ae38 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x6de889e9 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x6df1e694 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL vmlinux 0x6df5e664 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6dfa2037 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x6dfd4973 d_exchange +EXPORT_SYMBOL_GPL vmlinux 0x6e0ff4a3 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e201de6 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free +EXPORT_SYMBOL_GPL vmlinux 0x6e521139 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e94273a sched_setscheduler_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec2a9de blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x6ecae2cb usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x6ed9a22b regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6ede3499 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x6ede5e0d acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ee8c94b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f00661b __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6f092324 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f14e614 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x6f206c41 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6f24f5e7 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x6f25a017 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6f2f4b03 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x6f3966c8 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x6f4700d2 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x6f57766a devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x6f657f76 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x6f7237bb vfs_write +EXPORT_SYMBOL_GPL vmlinux 0x6f7b5ade bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x6f807141 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x6f91d2ba devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x6f9d540b freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa0b4e4 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fabaada usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6facc96c ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x6fae54f5 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x6fe41c0c usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffd8ac2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70192c8c of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x704b94d8 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x705862ef mmput +EXPORT_SYMBOL_GPL vmlinux 0x706b00aa devlink_port_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x706c994b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x70734e67 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x709cc745 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x70b0629d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x70b7c07a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x70bd2e0f serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x70bd8e63 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x70bed376 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d570c1 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x70e1a299 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x70fef704 serial8250_em485_init +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710e127a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x712631ce regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x71274560 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x71331bca bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x713d72e8 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x714299a9 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x71583600 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness +EXPORT_SYMBOL_GPL vmlinux 0x7173e64f irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x717f9a89 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718479c9 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x7186d04c devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x719fee89 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x71a84428 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x71ca5287 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x7207518e hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x720d01e8 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x722754b8 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x722bcc22 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x723738b8 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x725277e6 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x726ad0d9 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7291fb0a serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x729ef074 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x72c1aeeb __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x72ce0f51 mtk_smi_larb_put +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d5c8f9 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x72d72650 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x72d750d6 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x72e271cf devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x72f331e7 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x72f90936 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x731a1441 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x731a66ea pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x73242dcd cpu_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x734c70e2 blk_mq_sched_request_inserted +EXPORT_SYMBOL_GPL vmlinux 0x734da653 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x7369961d rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x736d4917 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x737b6122 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x7385593c devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x738eee4d rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x7396e605 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x73a3252e __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x73a35945 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e11a5b crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x73f9a0cf sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7401feaf netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x742098e0 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x742a8b67 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x742aac89 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x7431a683 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x7437d0a6 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x743edd86 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7455f3f7 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x74802e84 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x74840fca iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x74b4c749 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c2add3 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x74c54eed user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74cc19d2 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x74deeabb dev_pm_opp_set_supported_hw +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f68b99 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x7501c383 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75275d77 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x75363670 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x75435844 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7544e5fc of_dma_configure +EXPORT_SYMBOL_GPL vmlinux 0x75455cb5 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x754cd4fa devlink_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7551f51e relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x755bc9ce i2c_acpi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x758a15d9 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x758c043d ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7590b2d5 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x7598f093 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x759a154f security_path_truncate +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a08e6d __vfs_setxattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0x75ab96cd inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x75b023ba devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x75ce1e80 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x75d25e7e __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x75d6ea11 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75f0e875 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x75f179a6 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x75fc75a0 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x75fdefc8 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x76160a05 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7618a16c mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x761c3f4d nvme_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x7623d9b2 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x7644cae8 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x7652dd31 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x76536136 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x765d904f devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x76605785 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0x766bdc8a phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x7673bbf7 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x76803ba8 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769fe0e7 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x76bae792 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x76cab3d6 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x76d43792 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7720878d __flow_indr_block_cb_register +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x7744cce5 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775dd928 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x776f49f6 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x7780644b efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779543dc acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x77a59b66 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x77a768ea bgmac_alloc +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77ba3bf8 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x77bd9b75 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x77c689d4 blk_mq_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare +EXPORT_SYMBOL_GPL vmlinux 0x77eb2fe7 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x7817f332 ti_sci_inta_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7819d83b mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x78329f60 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x78491724 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x78507505 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7853c205 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x78561ed2 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x78590d51 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785d137a irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x785d5b3e kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x7861119b pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x7877174a phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7894d0c7 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x789b7b28 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x78ac8414 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x78b28ffe usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78dc2dba nvme_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x79006f17 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x790269d8 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x791791c3 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7931a7f8 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x79375bfb pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x79380010 tpm_seal_trusted +EXPORT_SYMBOL_GPL vmlinux 0x7940cf23 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x795228b1 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7959aad0 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x796504cb security_file_permission +EXPORT_SYMBOL_GPL vmlinux 0x7967a95f kvm_unmap_gfn +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x799aebb1 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x79acfd18 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c99893 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x79d1e09e l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f27caf acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a04177a phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x7a19d996 blkg_lookup_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x7a1c5ba3 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x7a227a45 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7a48b4a2 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7a5927f5 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x7a672569 xen_xlate_map_ballooned_pages +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a868e58 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7a87c4ef devres_get +EXPORT_SYMBOL_GPL vmlinux 0x7a987af7 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa91ef0 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x7aaf3855 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x7abfca43 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x7ac0c5e9 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7afc246a __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0a5bbf genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x7b214a3b attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x7b2163bd HYPERVISOR_tmem_op +EXPORT_SYMBOL_GPL vmlinux 0x7b220a8a vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x7b2ef6fa flow_indr_add_block_cb +EXPORT_SYMBOL_GPL vmlinux 0x7b4c9ba9 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7bac4321 devm_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x7bb48c67 do_splice_from +EXPORT_SYMBOL_GPL vmlinux 0x7bb56557 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x7bb5f96b __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x7bbb41bc driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7bcdbf69 nvme_start_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7bd21f90 devm_of_pci_get_host_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x7bd7fced xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x7be070a8 path_noexec +EXPORT_SYMBOL_GPL vmlinux 0x7bf9f941 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x7c04e072 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7c0aa45a pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x7c0ab598 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7c0d692b dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x7c1b00a7 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x7c1ed880 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x7c2fc618 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x7c323ae6 clk_register_gpio_gate +EXPORT_SYMBOL_GPL vmlinux 0x7c3ae191 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x7c3da03b __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x7c542ee7 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x7c5e45bc fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x7c5fb74d clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7c681aba efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x7c6fbef7 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x7c89daa3 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x7c8fe414 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x7cb42123 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd2079f mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfad87b debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d07c1c3 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d2cf02b pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x7d35aada kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x7d3e546a inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7d4a4d8e ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7d4da5eb strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5b577e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x7d609cca usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d951d73 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x7d9ba621 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x7da6d746 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x7db2210c xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x7db55786 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7dc1fc8f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x7dc5559f md_start +EXPORT_SYMBOL_GPL vmlinux 0x7dc6cd05 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7dc75f21 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x7dd7784d ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddb2718 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x7ddbf06b crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7deb3c03 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7debcddd usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7e23e8f0 devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x7e28698a device_del +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e618c10 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6c1af7 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7e7019df cec_delete_adapter +EXPORT_SYMBOL_GPL vmlinux 0x7e7c08ce cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7e7fb49d usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x7e81559f __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x7e82acdb ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e9ca999 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x7ea2a716 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x7ea6178d scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ead264d __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec4949f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x7ec814de inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x7ed21bc1 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7ee19299 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef1d4d1 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7efde3b9 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x7f098377 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x7f128d01 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x7f35b990 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL vmlinux 0x7f3f1c81 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x7f4e84d1 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x7f52a815 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x7f72f1ae irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7f76de46 nvme_cancel_request +EXPORT_SYMBOL_GPL vmlinux 0x7f7860ce usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f976224 irq_state_clr_started +EXPORT_SYMBOL_GPL vmlinux 0x7fa53a22 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc01701 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x7fd41fc6 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fe57f10 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x7ff741f5 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x802bfa40 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x80490917 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put +EXPORT_SYMBOL_GPL vmlinux 0x8064b09d ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x806fc84b sched_trace_cfs_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x80723ad3 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x808716cf dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x80a07a66 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x80a895fb do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x80ab4c35 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x80b109d4 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x80b24285 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x80b781b5 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d7ddb3 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x80dd7fa7 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x811183dc crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x811488b8 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120dcd1 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x81280276 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x814909e9 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8158ce05 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817cbd23 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x8180a9cd ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8181b958 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x818aa6a5 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8193deb6 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x819546f0 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x81958eee acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a4586e usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x81a8039d pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x81b0fca7 d_walk +EXPORT_SYMBOL_GPL vmlinux 0x81d11bb4 spi_statistics_add_transfer_stats +EXPORT_SYMBOL_GPL vmlinux 0x81d7bd43 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x81e0a233 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x81e4a77d stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x81e95e0c nd_blk_region_set_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x81eccb73 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x81f27879 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x82258938 dma_resv_get_fences_rcu +EXPORT_SYMBOL_GPL vmlinux 0x822abfa7 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x822c3573 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x823282dd devm_clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x823a579b acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82438ea3 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x8245c6dc regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x827e88c5 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x82a46ed2 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x82a630ae regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x82a67edc acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x82ab2778 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x82acd864 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x82af7a3a xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x82bd8fbe inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x82d532e3 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e5548b dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x82e910c4 devm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x83017495 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x83044910 nd_blk_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x830a1813 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0x83118d07 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x8326572d wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8328b803 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x832aadc8 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x834bb923 kvm_get_dirty_log_protect +EXPORT_SYMBOL_GPL vmlinux 0x834d4424 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83582e50 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x838098a6 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838fb59d gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x839bb3e2 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x839f0d1c devres_release +EXPORT_SYMBOL_GPL vmlinux 0x83a6e09c debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x83a83560 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x83ad9ca5 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x83cf0950 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x83d2adaf crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x83da7857 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x83fc0111 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x83fccf8d gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x8406eaf5 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8438ed5d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x84390f40 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84448bf3 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x84493e05 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845bbc93 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846b7e2b extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x846e5e68 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x847950cb ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x847b045e sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x84a7e113 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84b5faee input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x84cb2c97 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x84d47e33 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x84ded9bd dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x84df225e bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x84e49676 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x84ec7e32 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850a3794 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8514337a generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x851d4249 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x851dff37 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x8523abbe tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x85292e4b usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x85298dc1 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x8534f076 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85552f1e sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x857debdf hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x85928fc6 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x85935a61 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x85937598 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x859c0f18 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0x85ae36ed devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x85b1c626 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x85bd64d9 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x85c123d3 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x85c54b61 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0x85dcd2fd devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x85fcdf5b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x861c1b6f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x86206e75 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862a0ff5 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8678c00e relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x869720df rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86c0e9b8 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x86e82b4e sprd_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86f9181b dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x8700aede __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x8702e060 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8737601a devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x87430bd6 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x874b43f5 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x875582b7 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x875839ff i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x875b8953 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x875bff8d devres_find +EXPORT_SYMBOL_GPL vmlinux 0x877713ee nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x87a4d9b4 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x87b6306c devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x87c453be fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x87c52b5d xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x87cc9302 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x87d5b185 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x87e418ee regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x87e8d764 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x87eccf1f led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x87f75a04 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88066be2 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x881a7cd7 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x881b7ebd mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x881f2f80 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x882daa3e regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x882ea19c shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x88300a5a gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8838fe6d blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x883a2f42 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x88442788 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x884b5591 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x88691fd0 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x88738904 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x887f5e10 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x8880ca95 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88a973ec devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88bd6882 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x88c62700 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x88e93a51 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x88f1c5c3 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x8944fd2f wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x89478a4e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894e96a3 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x894f1d39 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x89515680 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x8955ff7c device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x89696218 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0x896bd4fd set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x89934f5c vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8994c320 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x89989ac6 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c76b27 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x89cb4f89 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x89e2c438 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89efd33c rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x89f24d36 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x89fc8c4f debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a05687c wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8a1652ea i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x8a22fd75 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x8a240bff __xas_next +EXPORT_SYMBOL_GPL vmlinux 0x8a2a22ec shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8a2a9dc1 nd_numa_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x8a366ce5 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x8a37b96b pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x8a3a22fc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a48b74c of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8a491859 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a716b3e dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a79e46c scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x8a9c70ed nvme_sec_submit +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abd3fc2 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8ac7302e crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8ae5b1ef dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8aea91f8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8afa3a73 security_path_rmdir +EXPORT_SYMBOL_GPL vmlinux 0x8b04d4b1 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x8b111e90 clk_hw_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b17caec usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8b263b39 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x8b3994a4 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x8b536621 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x8b53c14e devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x8b5a882f arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x8b63e668 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b69a44a fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8b94b372 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x8b97b0e2 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba99a7d i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x8bc49997 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL vmlinux 0x8bc5e956 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8bc94592 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8be68f72 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c2c3752 i2c_dw_probe +EXPORT_SYMBOL_GPL vmlinux 0x8c3f3235 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x8c423643 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4f4bb0 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x8c5f3e56 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x8c631355 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c6b7c45 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x8c6df18a gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c6edd2b iomap_set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8c6f855e __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c81b197 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c948a83 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8c9aa35b devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ca205d2 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x8ca5e25e md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x8cc05155 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x8ccae16c usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x8cee2d37 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8cf0b6c0 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x8d06b5a1 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d132a40 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d197579 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x8d21126c acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d254fda srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x8d25e820 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x8d2bdbab regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3fed31 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x8d4165b0 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8d48bcb0 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x8d60a426 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d807004 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x8da3e611 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x8db2c04f software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd0c91d uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8ddfff62 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x8deb69c7 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8ded4ddd driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8dfa4e91 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x8e2014e8 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x8e26e3d5 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x8e2cc812 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x8e2ec74e acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8e2ffd75 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8e42d4d8 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e54b513 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x8e550d53 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x8e5bdd03 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e74c001 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x8e7731da trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x8e77eae2 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x8e7e28ca iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e856bcf ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e86396a __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8e88134c dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x8e97b6c0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8ea094e7 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x8ea95280 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x8eae8dfd usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x8eb27228 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x8eb60cd3 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x8eb90c50 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x8ecfbdd1 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8ee11a35 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8ee19a72 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8ee1d732 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef2daea __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 +EXPORT_SYMBOL_GPL vmlinux 0x8f28b328 cgroup_rstat_updated +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f489969 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f738100 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x8f73cb1a bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f801d8d rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f97ce43 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x8fae9548 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x8fb0b1d7 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x8fb7c702 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x8fc7cf34 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x8fdc748d edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x8fe52c68 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x8fe68a6d fwnode_get_named_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x9007d972 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x9018476a extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9018b56c nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x901928b0 trace_call_bpf +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904252e4 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x90557283 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put +EXPORT_SYMBOL_GPL vmlinux 0x90774560 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x907a0940 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x9081b5db btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x908c5900 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x90943f0a pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x90a9997d balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d8253a irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x90e51094 clk_hw_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x90e58597 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x90ff6847 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x9104fe97 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream +EXPORT_SYMBOL_GPL vmlinux 0x913164bb cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x91479362 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x91586c06 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x91594445 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x915c03a3 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x9160f6f5 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x91924cdc blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x919425fd pv_ops +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91972d13 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91a3baf2 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x91aca73d skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x91b0110a blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x91b94e7f inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x91bfdb8e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c8b5b5 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x91d29904 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91df5058 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x92032bac rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x92085621 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92177559 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x92289c26 kvm_map_gfn +EXPORT_SYMBOL_GPL vmlinux 0x92295424 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x92349e88 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x923555d0 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924384c7 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x924838e7 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9251a17e fuse_kill_sb_anon +EXPORT_SYMBOL_GPL vmlinux 0x925fc42f devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x926d8a3b subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x927a80df dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x92845608 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x929e5a8a xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x92b005dd dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x92b52907 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x92b715de platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x92be8f8b vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d55b5c save_stack_trace_regs +EXPORT_SYMBOL_GPL vmlinux 0x92d8e56f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x92dafc5d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e5e30c of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x9301d468 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x93117496 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x9318586c clk_hw_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x93205443 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9333ee5b get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934051e6 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x93725986 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x938a2429 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog +EXPORT_SYMBOL_GPL vmlinux 0x9399bd8b spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x93af42ae kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x93c9919a gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d5b312 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93fd5de9 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94102e9d task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x942f102e bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x943be1bc sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944881f1 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x944c67a7 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x9456d50f spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9456e5f5 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x9457f87a tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x945d2603 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x9463eb04 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x9467daeb __raw_v6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9476d1a2 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x947cd044 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x94904c2b ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x949d8959 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a97a83 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x94ace624 nvme_try_sched_reset +EXPORT_SYMBOL_GPL vmlinux 0x94bf53a4 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x94c8804b sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x94cc2f4a crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x94cd16ac devlink_region_shapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x94d24a63 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x94d5f288 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94e06d0b led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f9ee06 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a68ae gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95574178 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9559e37c blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9581d139 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x958a2fb1 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9591f768 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x959d27bd kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x959f1481 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x95a900a4 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c46936 cec_unregister_adapter +EXPORT_SYMBOL_GPL vmlinux 0x95c6c528 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x95d3dcb6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x95e7e363 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x95ed4d5a regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f2626f netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x9613b173 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x962c24f1 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x963d42aa __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x964ab677 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96586e71 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x966e0aa0 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x967cd56f tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x9680e55c devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x9686ba8a udp4_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0x969d3322 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x969eff4d serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x96b0d552 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x96ce0c54 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x96ce1221 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x96e44fc4 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x96e59f00 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x96f3f1c5 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x96fbed08 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x9702b1ce irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x970cd8a2 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x9714ada3 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x972e8aab kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x9734b2e6 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x97354547 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x973f6cb3 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x9748f52e kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97623558 xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x976eb042 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9787eae1 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x979e77a6 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x97c86f38 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x97d08c7a __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x97d5c87d pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x97d66480 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x97da8b04 devlink_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e150f0 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x97e18937 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x97f217a2 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x97fb505a pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x97ffede5 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x9814f05f __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x9828ea34 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x982a03af ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9834f3f7 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9857e2b0 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x98612450 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9864f6eb ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x98666ad2 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x986f7ebd gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x9871ebed ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x9873277c put_pid +EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x9877247b blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987c5f77 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x989389ad ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x9895dafc ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x989c7883 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x98b59288 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x98b6bdbc gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x98b954ad usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x98b9aa5b regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x98b9f4f3 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x98cb06d8 sock_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x98cb8bcf __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98d5d2cf dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x98e7a7d0 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x98e7c27e regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x98f30007 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99070a1a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x9914a6e6 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x99199ac3 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x994c632b skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9963a099 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x9963c568 xhci_mtk_add_ep_quirk +EXPORT_SYMBOL_GPL vmlinux 0x9966e372 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x9972b9ee tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x99755698 pm_genpd_syscore_poweron +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99b84851 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x99b930f6 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x99c4ea3c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x99ccb33a cec_s_conn_info +EXPORT_SYMBOL_GPL vmlinux 0x99dec3ad __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x99dee811 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x99e24702 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x99e4a325 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a11fb97 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x9a246e2b serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x9a308990 platform_device_add_properties +EXPORT_SYMBOL_GPL vmlinux 0x9a33340d tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x9a384ff4 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a63de1f kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x9a720cba ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x9a7b891d scsi_device_from_queue +EXPORT_SYMBOL_GPL vmlinux 0x9a87506c debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9a8f72ff lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x9a93350a mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac5546a register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9ae4191f sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af2ebad of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x9af56975 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x9b18fdb1 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x9b2871cc devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x9b3ac6d8 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b6568a8 device_add_properties +EXPORT_SYMBOL_GPL vmlinux 0x9b689068 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x9b6b8940 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b7418e4 sock_zerocopy_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b776e33 sock_zerocopy_put +EXPORT_SYMBOL_GPL vmlinux 0x9b838167 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill +EXPORT_SYMBOL_GPL vmlinux 0x9b8bcd3a usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba1aa22 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bc42488 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9bca5aed list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x9bdc2e59 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x9bdef3e8 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x9be66714 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bfffd11 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9c07e9c4 __sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x9c1355ca xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x9c3d7ad9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x9c63b575 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x9c747575 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x9c7864f1 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c821248 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9c991f24 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x9c9e5c05 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x9ca09abf regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9ca98771 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9caab9ef acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x9cab87a9 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x9cad2004 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x9cb89192 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9cc10ea9 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ce013c0 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9cf2a74d edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d062667 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d08340f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x9d08b140 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d151484 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x9d198dfd thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9d1c121b irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x9d2ac444 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9d35164f devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x9d7aa07f altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9d826649 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x9d8385a5 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x9da21c7d pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9daca835 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9db8a57f fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x9dc1fc4d of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x9dd3ce05 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x9dd638e4 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9df147db gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x9df36258 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x9df9dc3f srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x9dfa3a64 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x9dfcd3d9 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x9dfefbbc key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e08d700 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x9e163f09 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x9e17b778 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x9e2382b8 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x9e2be3f0 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x9e3865cc nvme_stop_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e669a24 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x9e74c399 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x9e8b151c crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eddd9ba gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9ef85628 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x9f0ced71 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9f1e6461 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x9f36457e __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x9f38c997 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x9f4448ed pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x9f482ac0 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x9f4b32c0 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f4bacea debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f52c5aa perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9f53a76d rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x9f5d1b8a platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9f6d78fc kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x9f741aaa trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x9f7f6c3f fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9f8b61a0 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x9f947cea of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x9f995aae sprd_clk_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9fa34cfa blkg_print_stat_bytes_recursive +EXPORT_SYMBOL_GPL vmlinux 0x9faf6cd0 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdb7f61 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9fe20aff smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x9fe7a592 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa002c35c da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xa00fdacd debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xa030e7a0 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa03eea59 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa03f8c4e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xa04e4184 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0676759 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa06f135f cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xa0726ac8 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xa0788508 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xa08274a9 dax_supported +EXPORT_SYMBOL_GPL vmlinux 0xa08bcd1a xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xa09614a1 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xa09a28f5 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xa0a7ad56 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xa0accdb1 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xa0c6befa hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa0ce4167 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa1092b01 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1186daf hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xa11e6957 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xa121a921 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xa12d9d43 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xa13caa01 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa1462614 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa159cbc2 dev_pm_opp_set_regulators +EXPORT_SYMBOL_GPL vmlinux 0xa1691b63 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0xa169f6f9 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa16bf1a9 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xa16f4c04 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xa1784161 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xa185f012 sock_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xa18ea822 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa1959fb7 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xa198d2b7 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa1b2b3e3 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1cfe40f iommu_aux_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1db796f of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xa1ed9c8b add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xa1fe800b to_nd_blk_region +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa231d74c pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xa23aba66 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xa25f07d6 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa272624f rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa2827b55 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xa297bf7e pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xa2a621cb console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa2a96b26 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xa2b80ed9 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xa2b87edf dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa2c74331 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xa2db0886 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xa2de49ae virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ef8917 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array +EXPORT_SYMBOL_GPL vmlinux 0xa318f223 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa329f701 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xa32d418a sched_trace_rq_avg_irq +EXPORT_SYMBOL_GPL vmlinux 0xa3396552 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xa34bffe8 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xa358dd3b i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa35f5cbc fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xa3659b5f __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xa36ed87b ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa39c29cd wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa3a0130f netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3e4d68c ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa416f1a1 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa42d6793 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa459038d pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa46b5e9f devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa471982d dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xa47f200c blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48dc29c pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4a0f683 sprd_comp_ops +EXPORT_SYMBOL_GPL vmlinux 0xa4ab95be inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa4e79cf1 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4fe85e6 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xa50335f4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xa507a72b acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xa5182b30 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xa52c94f9 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xa52cc31c clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa550fe5c platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa57300ba device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xa5a3ec60 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xa5a4c80e pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xa5a725be iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xa5b21d59 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e28e03 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa5e2dcc6 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f75c97 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa6045383 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xa61482ae rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xa61c3a30 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa6382b3f pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xa64d8fbf extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xa64ed7a6 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xa64f0ddd hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa65829bd perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa67129e7 blk_mq_request_started +EXPORT_SYMBOL_GPL vmlinux 0xa674d3e2 device_add +EXPORT_SYMBOL_GPL vmlinux 0xa6824f3f __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa68926fc spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa68e2852 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0xa6978c06 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa6a1c83e __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b2baf3 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xa6b8ccbb __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xa6cb1bc1 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xa6d720e2 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e8f6e7 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa6f0a0e1 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xa6f8ade9 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa708b9d1 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa715664a pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xa7231f7c hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa736fd52 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa73c1350 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa76ec6c1 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xa772fc89 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xa7856098 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xa7895cf8 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xa78ccd92 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xa79cbd86 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa7a8bd1c dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xa7e1b30c ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xa80ddf11 cec_allocate_adapter +EXPORT_SYMBOL_GPL vmlinux 0xa81198c7 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xa82d1836 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa82eda42 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xa83e8ce8 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa87af4c3 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa87d0d7a xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa881b0da balloon_aops +EXPORT_SYMBOL_GPL vmlinux 0xa884506d rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa8904bb4 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa8a9f693 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa8aa1be3 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa8af224d kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xa8b40772 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors +EXPORT_SYMBOL_GPL vmlinux 0xa8bf6e17 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xa8c13d43 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa8c3aa48 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa8caba7d driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa8de06a8 md_run +EXPORT_SYMBOL_GPL vmlinux 0xa8fa7cd0 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa8fa8dca clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xa9004c10 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xa9095ec7 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xa90dc28f switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xa91d84c4 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xa92962a0 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa94e7c2c power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa94fba41 generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa9562954 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xa995be4b perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a77c5b sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xa9bc8b74 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xa9c84521 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa9cf9fd1 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xa9d46f36 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xa9df75ae mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f02015 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa05b6be fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xaa0b1ddb device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xaa0d0d49 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xaa1e243b ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xaa2b530e devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xaa470e01 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xaa5487ae cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa65d950 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa7cbe39 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xaa8bd04c kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xaa8bd31b register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xaa9bddd8 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xaaa21763 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac04c1 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xaab3e449 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaabedea3 bgmac_enet_remove +EXPORT_SYMBOL_GPL vmlinux 0xaad15b97 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xaaed9a6d tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xaaf3709e soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xaaf5acd3 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xab00d0e4 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0xab08e310 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xab09590c kill_device +EXPORT_SYMBOL_GPL vmlinux 0xab13dbae sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xab27e65d inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xab2a948a nvme_setup_cmd +EXPORT_SYMBOL_GPL vmlinux 0xab2aff56 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xab379edc net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xab601ff5 cec_notifier_get_conn +EXPORT_SYMBOL_GPL vmlinux 0xab67b636 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6f8353 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xab75fff0 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xab877e99 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xaba1033e __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xaba58993 devlink_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabaee7eb of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xabbd5260 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xabc091b9 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xabc37bc7 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabcf926f pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd56523 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xabde2f90 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xabfa54ca timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xac02e7a0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xac0760a1 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xac1164d0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xac17958e pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xac2d0a25 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xac44e005 amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0xac46abe5 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xac46c408 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xac570675 pci_epf_match_device +EXPORT_SYMBOL_GPL vmlinux 0xac5e8db8 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xac67ee51 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xac82b628 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xac8bdd2d da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xac975362 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xacaa5270 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xacb2c37d nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbaa64d devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xacbf7c8f irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xacc3b520 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xacd83504 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xad0f2b6c unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xad259786 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xad4105ef gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init +EXPORT_SYMBOL_GPL vmlinux 0xad5a1b7a find_extend_vma +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad691521 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xad8503d1 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xad8a4c88 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xad9be208 spi_res_alloc +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada7b532 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xadad2afa gpiochip_irqchip_add_key +EXPORT_SYMBOL_GPL vmlinux 0xadb8b0ca __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xadc26408 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadc4c64e efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0xadce7b12 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xadcf6644 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xadde53cd trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xade5294f devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xadf01e29 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xadfaf491 clk_register_gpio_mux +EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae285a8d tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae420aea blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xae424c7a devlink_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae44c03b ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xae46baac devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xae4f4fcc gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xae60609f genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae77b6b8 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8a1f82 clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xae9048d4 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xae929e2d __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xae96987a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaea93177 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaeb12315 find_iova +EXPORT_SYMBOL_GPL vmlinux 0xaeb3ac5b regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaece1358 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xaed38a59 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xaed9801c clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf1017bb i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL vmlinux 0xaf171984 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaf20d37d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xaf21d7f9 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xaf33ffee hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf419bdf devlink_port_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf44619e pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xaf6cf98f __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7b18d9 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xaf81bfb3 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaf921cfe con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xaf928044 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xafaaa8d7 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xafaeaa21 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb641c9 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xafbf496e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe50418 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xafe5f153 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xafe84dd1 nd_blk_memremap_flags +EXPORT_SYMBOL_GPL vmlinux 0xb002e7df devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb00d5a84 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02cee48 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb04b7ba9 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xb04c7a6f edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xb055481e page_endio +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07a0dc2 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb08a495b pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb09021ea pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xb095dc40 of_map_rid +EXPORT_SYMBOL_GPL vmlinux 0xb097b8fd sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0ac0af6 component_add +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ed66b4 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xb0f193b0 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xb0f814de tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xb0fac8cc cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb113cb85 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb13e656d dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb14f9d79 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xb15ceaf8 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb167ea9b pm_genpd_syscore_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb1790641 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb189c632 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb19ef5f0 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xb1b3315c gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xb1b7b098 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb1bad946 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ee5f8d kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xb21ccbcd blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb239bab9 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xb23f6239 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb260d3ff device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26a81b9 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb285b8f8 xen_in_preemptible_hcall +EXPORT_SYMBOL_GPL vmlinux 0xb29082a0 crypto_shash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2c4f71a ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xb2c5bc15 bgmac_phy_connect_direct +EXPORT_SYMBOL_GPL vmlinux 0xb2d76d8c get_hwpoison_page +EXPORT_SYMBOL_GPL vmlinux 0xb2e3e5f0 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fdad62 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30fd22e nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xb32bb3f3 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb3351c6c rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xb3871983 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xb38f6218 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3b692e5 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb3c72e65 firmware_config_table +EXPORT_SYMBOL_GPL vmlinux 0xb3c82fef mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xb3dce343 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xb3ee0445 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb3ffc1e0 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xb405396b proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb4073361 xhci_mtk_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb40971fe efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb414c83a clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xb416e038 pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0xb43696c4 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xb43d71c7 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44bbd0d scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4511b02 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb45c576e fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb460b5c3 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb471f04a rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xb4780087 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xb48842bd gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xb48a346f ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xb49161d5 nvme_reset_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xb49cc4dc devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xb4ac9faf pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bd28a3 iomap_dio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xb4ca2a07 kvm_vcpu_gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4ff6bb6 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb502cb95 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xb502de37 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xb50c4830 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xb510c250 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52447d6 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb5251cae tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xb53bf445 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xb54d5c78 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xb55891d6 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xb55b245c simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb5887950 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xb58d2fc5 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b64bc1 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb5c0e60d usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb5c3a41c save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xb5c4e820 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5d203bb vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xb5d5cf31 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xb5dd96d6 crypto_stats_ablkcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb5e593c6 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xb5ed48c8 bind_interdomain_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5eee2de akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb5fa1bb1 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xb605aeff hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb60ef5d7 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xb6164f2e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb617b078 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62a8c78 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xb63e9c8f xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xb6413166 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xb643d1dd crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb65cedd9 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6791b61 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xb683c14c class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb684aec6 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xb68f77f4 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb6987be2 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xb69e41b1 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xb6b7972d class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6bcf3ff power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xb6ceaac8 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xb6e655ad rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb702838b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xb70b9806 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xb70e6eef crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xb70f9cd4 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xb710c68b perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73bc977 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb73fdca8 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xb758407b od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xb7702a92 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xb79ca638 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xb7b2ce05 nvme_set_queue_count +EXPORT_SYMBOL_GPL vmlinux 0xb7b7f129 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c832e1 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xb7c8d07d rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb7dfd767 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb7ed4f36 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xb7f73ef8 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xb7f8dae3 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb809d4bd usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xb82365fc devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb847585f is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb84eea4a phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xb851c0a3 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xb85463e6 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xb85dde43 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xb86c364b clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb8891daf hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb897d735 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a7fc7d fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb8b5eaa4 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8bdba04 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xb8c38028 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8dd7a07 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xb8e3f7d2 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fe29ee pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xb90bc2f1 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91f59e4 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xb928bdb8 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb92e8f1a ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xb9326630 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xb9445559 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb944da4b irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb94c1a70 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xb99103ed vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xb994c951 acpi_dev_gpio_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xb998ac95 user_read +EXPORT_SYMBOL_GPL vmlinux 0xb99fbba7 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xb9a49b0a of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d39053 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0xb9d42232 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9dd2e91 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xb9def50b dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xb9e84528 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xb9f89246 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xba225e3e xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba340d84 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xba3743a2 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xba46e881 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xba492e02 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xba4b5de0 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xba4dfa76 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0xba51e61a __bdev_dax_supported +EXPORT_SYMBOL_GPL vmlinux 0xba56cc0b clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xba589a61 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xba5aa7f7 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xba788466 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xba78e611 nvme_sync_io_queues +EXPORT_SYMBOL_GPL vmlinux 0xbaa26a76 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbab4b187 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbaca80ec ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xbacd23d8 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xbacf5c12 tty_ldisc_release +EXPORT_SYMBOL_GPL vmlinux 0xbadd9b4f zynqmp_pm_get_eemi_ops +EXPORT_SYMBOL_GPL vmlinux 0xbae52386 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xbae727e2 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbaf44dee tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xbaf5cf60 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbafd1120 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb12b7c5 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbb175c87 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xbb207f3c css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xbb2e2a4a dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xbb36afe3 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xbb5663ac cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xbb5d5cf0 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7a5505 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xbbba3bd2 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xbbbc4b6b crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0xbbec7a91 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xbc060716 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xbc0627d3 devm_device_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xbc17b033 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xbc1adc0d serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xbc330e8e ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xbc367377 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xbc440bf9 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xbc47b7e8 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xbc5bad96 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6d3838 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xbc881b49 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xbc8cb267 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xbc923349 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xbc966466 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb92c87 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd3ba9f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xbcdb3c60 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcdd71ee crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xbce195cb device_move +EXPORT_SYMBOL_GPL vmlinux 0xbce55c1a page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xbcec85f9 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xbcefe6d1 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd2024c1 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4c2db5 __generic_fsdax_supported +EXPORT_SYMBOL_GPL vmlinux 0xbd508078 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd65c766 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbd7bb6e7 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xbd89b95c mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd9ee41f dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xbda7ce53 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xbdb37e6d devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xbdc066a3 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xbde3d211 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xbdee5cfa cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xbdf2c5b6 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xbe08df90 cec_register_cec_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbe0c5f0b kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xbe161a96 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2b4ae7 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xbe2f3814 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xbe30e541 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xbe52628c ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbe5c1b70 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5df7b8 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xbe5fb579 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe80ec0e cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xbe8207a2 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0xbe8b1727 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea25241 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaaad8f bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbead41b5 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xbeadec4e fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xbeb88331 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xbeb9fc11 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed886f3 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xbef3c422 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xbef466e9 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xbefa703f setfl +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf07f050 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbf0927fc wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbf0974bf devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xbf09a536 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xbf0e99d4 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xbf1906c6 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xbf26f4d1 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xbf2c692f add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xbf2f0f85 virtio_config_enable +EXPORT_SYMBOL_GPL vmlinux 0xbf31dc07 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xbf34639b fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xbf42927f cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xbf5daf84 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xbf600b35 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xbf6633b2 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xbf66925c nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xbf7cc691 ti_sci_inta_msi_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xbf7fb11f security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xbf8742d0 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xbf8893d6 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xbf8e213b phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xbfb760cb alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfcd5aa3 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xbfd8b858 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc025d3f7 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xc0282823 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xc043f3c1 mddev_congested +EXPORT_SYMBOL_GPL vmlinux 0xc045a3ba watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc04ef1e8 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xc053f281 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc0644656 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xc0653bad inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xc06b54af kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc09f0917 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc0a7affa vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0acb427 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc104bf12 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xc1081898 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xc10ae79e ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc118bc34 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc1195be5 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc13df570 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc1482ecf extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc1852ff2 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xc189a6b7 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc1a69494 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1b4fd7d n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1b54d25 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xc1d2be54 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xc1db877e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xc1defceb find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc1f4bd2b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc236cef6 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xc25cbf8f gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc26598dc tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xc274fa34 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc297ca0c vfs_readf +EXPORT_SYMBOL_GPL vmlinux 0xc29b9f6a regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2acedc0 __vfs_removexattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0xc2c19781 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c1ce99 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc2c3aecc devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2ff3de4 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc3079fea skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc3188689 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xc31a1d1c pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xc3215251 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc32727ea serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xc33f75dd iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34dc336 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xc36301e7 nvme_disable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xc37aea37 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3853627 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc39850bc housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xc3a35a32 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xc3b75c5f usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc3bcad4b fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xc3c0e19d iommu_aux_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c838eb x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xc3cee92f wm8998_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc3d96105 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xc3e0bb8d gpiochip_set_nested_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xc3e276f5 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xc3e3f4b2 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xc3e64117 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xc3e8f2d0 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ecf214 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xc3ee10a0 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xc3eff1e8 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xc3f19c00 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xc3f54126 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xc40c057e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xc40f4e07 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc431888e dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xc43b7c3d bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc466f65b noop_invalidatepage +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc479b4a9 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc48cbbca __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc49b2c95 ftrace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a4632f xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc4a6f801 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4a900b7 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4aa580a gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xc4abc50c __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xc4ac8eef __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xc4b05d52 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xc4b0d892 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xc4bca943 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc4eae733 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4ec2796 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f94f40 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xc4fcb16d devm_fwnode_get_index_gpiod_from_child +EXPORT_SYMBOL_GPL vmlinux 0xc5092f73 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xc50953a4 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xc5156bf3 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xc51a9624 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xc52f0388 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0xc53ed381 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xc54b479c anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc54c1d87 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc550643c usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc570f4df uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57c6d80 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xc594d840 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc5a10f36 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5ac1f38 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xc5b9bb25 noop_set_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xc5c875cb pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xc5cd6e1d usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xc5d3e685 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xc5d789df alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xc5e69844 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5e92ee6 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xc5fce834 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc60a732e is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc62cfc99 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xc639c5e5 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0xc640ab27 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc64ab3d2 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xc64fe5c8 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xc651bada cec_s_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xc655ada3 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6895045 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xc698064f regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a16d95 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a7f10c dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xc6b0f151 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc6b3dfe2 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6b53cb3 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xc6bd3c9a devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc6bfff30 kvm_clear_dirty_log_protect +EXPORT_SYMBOL_GPL vmlinux 0xc6c552fb pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6face4e user_describe +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc717acd4 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field +EXPORT_SYMBOL_GPL vmlinux 0xc74ac173 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc7689347 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xc773fc85 nvme_get_features +EXPORT_SYMBOL_GPL vmlinux 0xc775b634 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xc77e54ba acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xc79413b2 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7adaee6 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xc7aee99b crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7d18cbf regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xc7d421ba __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xc7d4d886 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f06991 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc81ab896 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xc829643c __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc82b90ed rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc831559f of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85b1c97 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xc86c3d55 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc876b275 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc87eb7cb screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xc87fb025 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xc88575ea ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xc8915c3d of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc8a4f41f rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b690eb rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xc8bb13d6 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e5e67a dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xc8e857e1 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xc8f87543 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc8f9eeb3 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xc90caf9a anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc926e547 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc94d1072 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xc9504c54 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc963f631 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97a00c9 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98af594 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xc996742f serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xc9b082c5 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xc9b282fe sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xc9c5e41e usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xc9c764fd edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xc9d1a965 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc9e65872 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca004120 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xca05cf48 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xca05d354 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0xca0c3a29 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xca2984ff dev_pm_opp_put_prop_name +EXPORT_SYMBOL_GPL vmlinux 0xca374f08 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xca40fd51 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xca417baa of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xca42fd31 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xca52968b wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xca630c72 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xca7aa207 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xca7c371c nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8215f3 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xca8481c2 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xca861f3f ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xca9048c3 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcacd88a0 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xcad3e8d3 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcae46e50 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xcae8a1e2 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xcb0d42f5 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xcb0e7804 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb20976c tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xcb2435fe sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb3864d8 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xcb398283 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xcb3e509e iomap_releasepage +EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0xcb762584 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcb772754 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xcb775514 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xcb793f3f platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xcb7c2267 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xcb810c4b __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xcb82f0b8 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xcba54fc6 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xcbc20944 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xcbcf061b pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xcbdab0d0 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc19318d __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xcc230cad ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xcc265d6e of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc31865b serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xcc4aff8b acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xcc6cc568 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc893830 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcca5558c strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xccc507d8 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3aca1 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdcc3a5 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xccdd85dc of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf990b3 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xccfcd59b kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd255f60 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xcd28fe1f skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xcd3e5c7c acpi_release_memory +EXPORT_SYMBOL_GPL vmlinux 0xcd52025f kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xcd540811 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xcd60553b iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xcd6d4668 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd858ec8 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdabb3fe flow_indr_block_cb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd44fe3 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcdd53435 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdf5acd9 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xcdff6ac3 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xce07ac1a dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce1677f5 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xce1b3ba4 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xce1fc91a clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xce20ca33 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xce295dbc verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xce2c761b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xce438eaf sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xce4b3e3f class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xce5d0a12 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xce6579de pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7843af rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xce7fc808 devm_acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xce8ec9b5 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce95f31e watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xce99304e ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xcea43f1a devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced693ae pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xceda92a4 clk_hw_register_gpio_gate +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee51de9 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xcee6ad7c blkdev_read_iter +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcefa75a2 bgmac_enet_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcf07f0e2 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xcf0b188e iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf1a88dc pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xcf1bc520 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xcf2524eb device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xcf25389a sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf399b80 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf54f529 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xcf5d1dc5 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xcf958604 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xcf95ea40 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xcf9979c8 fwnode_graph_get_remote_node +EXPORT_SYMBOL_GPL vmlinux 0xcfa4919f of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc15f4b rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfcd2984 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcfd0e0d6 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe542a4 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xcfe6945e edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcfeb30a9 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xcffff9ab fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xd001dce9 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd0037d31 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd00aaa8c xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xd00c8dcf __tcp_bpf_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xd00ebbef acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd01da01f rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xd0233997 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd05cbe9a usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06c4612 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xd071ecdc gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd09025ec i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xd096330c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a25413 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xd0bbc5aa da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c7be5b virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0f38829 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xd0f8db4f gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xd0f9e097 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd0fc6010 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xd0fda6b0 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd0ff170a __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd1204007 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xd132de71 __compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd13b1745 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xd13d918f fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xd1487aa8 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xd14dc1ea sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd153035a led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xd154d8c1 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd1580e4c of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd165e58b fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xd1671d4d crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd168c1d2 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xd16d3108 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd190c676 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xd1947afb add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xd19ab3de devm_device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xd1a91b79 dm_remap_zone_report +EXPORT_SYMBOL_GPL vmlinux 0xd1c8b17a genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1fa235b decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd210128c sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xd216eee1 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21d2281 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd22e294a handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xd23c3fdb wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd23cd31d irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd2401fd2 nvdimm_blk_region_create +EXPORT_SYMBOL_GPL vmlinux 0xd24162c1 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xd243b110 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd245bb00 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd260d6ad blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xd266643a tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xd2697792 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd291b0a7 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd2923b01 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c20fad usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xd2c6df8e devlink_params_unpublish +EXPORT_SYMBOL_GPL vmlinux 0xd2c8ae77 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2e9fe7a pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xd3020990 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xd30c3604 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xd3109be2 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd314209a firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd319fd95 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd32694be sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xd3328444 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3464009 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xd3475c29 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xd3577322 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xd3585489 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36caa9f fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd377bd04 spi_res_add +EXPORT_SYMBOL_GPL vmlinux 0xd37a6291 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd383e882 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xd38ba5bf tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd38d0b1a xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xd39e6a2f netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a8c21e cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config +EXPORT_SYMBOL_GPL vmlinux 0xd3b100c2 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xd3bfa753 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xd3c07a7a regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd3c22e10 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xd3c2e33b dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xd3c3c5ef vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0xd3cb24c0 cec_register_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd3e195cb blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xd3f6d247 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd3f72195 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0xd3f77979 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xd3f78aa4 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd408f5a3 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4136dda crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0xd4138571 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xd4224f7a virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42fdfde xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xd43f4651 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xd447a12f blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4506734 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46fac1a da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd47137c9 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xd47a985b crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xd49196ee pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xd49a44bf ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xd49b21ac pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xd49d5357 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xd4ac113a phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4ccf45b bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xd4d9d60b spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xd504067f xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd508fc7d dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd51bad88 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xd51f5704 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd576fb2d devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xd57b3f66 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xd58a7fef hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL vmlinux 0xd59a412d __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xd5b57ab3 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c9933d mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xd5dbff57 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd5f38896 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xd5f7fff8 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd62ac2fa rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xd63c512f fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xd653ff33 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd658e3d0 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xd6657b32 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68838c5 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xd6937afc cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd6c26280 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd6ca58a2 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6d97306 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd6db0bf2 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd6f10f80 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd70a1ecf blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xd71b998a mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xd7239841 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd73ec612 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xd74ab1ea fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd74bcae6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xd74eea5b follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xd75aee17 devm_thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768bd0f flow_indr_block_cb_register +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76b479a ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd76db6e1 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd778c02a blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xd77ed643 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd7801786 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd79f8c0d nd_mapping_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xd7a7c034 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7a9189b of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0xd7b07b7c bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xd7b5dfee xas_split +EXPORT_SYMBOL_GPL vmlinux 0xd7c39fff free_iova +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d197d2 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd7dd01e2 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xd7ee4b4e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xd7fd1d4b mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd7fe48bc sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd80127a6 devlink_port_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xd80b3506 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd8219198 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xd833bf8f devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd841b2c4 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xd84ab996 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8509a3a pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd86abd28 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xd86d8a44 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xd872a54c irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xd877d2e2 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8809a42 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0xd8956c42 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xd89a794e acpi_dma_configure +EXPORT_SYMBOL_GPL vmlinux 0xd8af5237 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xd8d24416 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xd8e578cb powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e82746 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90f3dc4 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xd922f9a8 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xd9262f32 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd93a5cb1 efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0xd9424158 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9581c91 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xd9627487 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97263d4 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xd9731ec2 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd97e33fa pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd98546a2 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xd99581d9 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xd995b530 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd9ad7ff3 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xd9b2e8bb regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd9b7cfeb of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xd9bedb6d input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xd9c10c5f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xd9c6deed ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd9c72ef4 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd9c81c8c unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd9d4bd90 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xd9d5d879 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9f94b94 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xd9fc8ae6 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xd9fd42bd devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda02df27 nvme_unfreeze +EXPORT_SYMBOL_GPL vmlinux 0xda112b92 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xda136cd0 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xda15a15d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xda31812d regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xda37b868 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xda403454 dev_pm_opp_detach_genpd +EXPORT_SYMBOL_GPL vmlinux 0xda40b813 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xda429735 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda43f6ef i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xda572548 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xda5b01fe wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xda60dc7f serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xda6c39da regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xda7d0293 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xda933a52 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdaeda2ab tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xdafcdc3a ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xdb01504b ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xdb02fa60 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xdb34b808 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb65dfcd gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdb693b26 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdb6c6df0 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xdb728e8f sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xdb735885 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdb741796 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xdb82b182 clk_gpio_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba0583f clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xdba4c848 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xdbb7b303 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdbb8e46e efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0xdbe1e56f usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xdbf0c412 of_find_spi_device_by_node +EXPORT_SYMBOL_GPL vmlinux 0xdbf1f37f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdbf29726 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc052ee5 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc21e866 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xdc2fb569 power_supply_set_input_current_limit_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xdc31b3e4 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xdc3329f5 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4e8657 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdc55197c nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdc63feb0 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc703bdc ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc979850 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca35625 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xdcb99b5b of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xdcbb9591 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xdcc7fe9c skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xdccd03e5 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xdccdaf36 split_page +EXPORT_SYMBOL_GPL vmlinux 0xdcd18d2f queue_iova +EXPORT_SYMBOL_GPL vmlinux 0xdcdaa1a8 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xdcdd94a4 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xdce23a83 sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xdce23d33 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xdcee26bd xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdd052471 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd1f238e xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xdd263323 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd3f076a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xdd7f64f0 cpu_logical_map +EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa84 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xdd987ad7 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xddb4d9a6 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddda6c8a serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xde097cbd uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xde09a94d xas_find +EXPORT_SYMBOL_GPL vmlinux 0xde143126 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xde288dff debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xde2d3af0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xde4ceabb of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xde5948ef inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xde6d122a fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde70baf3 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xde7e1408 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xde8293c9 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xde8f78ee pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xde8fa3a4 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xde8fd212 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xde960d65 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xdebee84e ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xdec3a79c acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdecd328c tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xded6d61c of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xdee730cd tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xdee8cd9c kvm_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xdeebfc46 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdef56bd5 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf12d314 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xdf141b89 clk_gpio_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xdf223247 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf373620 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xdf413b8d dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xdf41e13d pci_epf_linkup +EXPORT_SYMBOL_GPL vmlinux 0xdf46a5c9 init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0xdf4db599 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xdf85b4c6 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xdfa090c9 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xdfa5835b to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xdfb27057 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdfb4866b handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xdfbb24c2 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xdfca59c9 security_path_chown +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe09b3a rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xdfe689c9 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdffb1b6d srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xdfffc510 iomap_readpages +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe015a8d2 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xe01861d3 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xe02c7a2c usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe02d82aa fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xe02d8bdc hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xe02da883 skb_zerocopy_iter_dgram +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe030a97b acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe037666e unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe03fe2ad genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xe040b6e0 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xe051727d __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe063bc37 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xe0772db3 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xe09a6a69 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0a31cad __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b28e0e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xe0c66966 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xe0c7e9c6 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe0cd73fb devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xe0d26754 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xe0d37f9f tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0f3d23a hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xe0f78db4 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe12be28f kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xe1460a9b xhci_mtk_sch_exit +EXPORT_SYMBOL_GPL vmlinux 0xe1473de0 __raw_v4_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe1502aa5 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe15084a2 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xe160925a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xe164d1e5 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xe1701269 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xe1734a23 nvme_shutdown_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17e5220 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xe183a25b crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xe1930e9b usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1b34e0a rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1b6ba65 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c012f5 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xe1c756b3 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xe1c8430d devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xe1c864be devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1cf170d crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe1d44338 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe1ecbfa9 blk_poll +EXPORT_SYMBOL_GPL vmlinux 0xe1ef5356 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xe1fb11c7 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xe219a1ad usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe21e70bc rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0xe21f4e83 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe21fdf88 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xe22a8b48 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xe22ccef3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23c3eac kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xe24ede1c virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe24f65ac bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe24ff6d0 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xe25535a7 tcp_ca_get_key_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe2582a12 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xe25a5672 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe2705eec dev_pm_opp_register_set_opp_helper +EXPORT_SYMBOL_GPL vmlinux 0xe275560f gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xe2a10da3 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b95c02 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d48100 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xe2f2a549 device_connection_remove +EXPORT_SYMBOL_GPL vmlinux 0xe2f68999 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe313bdd1 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xe31776e1 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe3255514 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xe338c5ac inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xe3675f88 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe379ffb1 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xe386c0d2 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe38b8da1 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0xe38e6695 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe3934259 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe3948ff4 acpi_walk_dep_device_list +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a631d0 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe3b57728 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d2ae89 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe3ebf9bd arch_set_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xe3f3b5fd nd_device_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xe400ff6b bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4233013 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe424bb28 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xe4265a06 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe431c041 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xe4537f18 sched_trace_rq_avg_dl +EXPORT_SYMBOL_GPL vmlinux 0xe46ce2e5 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xe47fe2f9 blk_set_queue_dying +EXPORT_SYMBOL_GPL vmlinux 0xe4874aef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe495926a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe498d072 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xe4a0ba48 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe4a62769 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xe4afa692 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bf5b1d tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c45bec of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4cfb6d7 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe4e00fe9 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ea553f cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xe4ee50e1 put_device +EXPORT_SYMBOL_GPL vmlinux 0xe523b8fb spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xe53b7b16 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xe53f247b ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xe5419542 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe547e054 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xe54bb6f9 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe54c6d58 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0xe551b87c gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xe5538557 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xe5769736 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xe576eba2 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xe58775f6 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5897f73 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe59b002e ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xe5b71f48 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe5c86ada thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ccd209 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe5ed6ce2 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a3082 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62faa41 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xe638880d sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xe63e006b usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xe65a6813 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe6625392 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xe673b95b i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe67ac0ca bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe698ecb3 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xe69f18cf devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe6a049e9 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe6ac8f3f rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xe6c3b232 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe6dd5771 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6f4a397 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f5e6f5 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe70a9646 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xe70fb43c PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xe71c6076 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xe71c6efc clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xe71f4e7a gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xe72eec95 __bio_try_merge_page +EXPORT_SYMBOL_GPL vmlinux 0xe730d20b devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe740a491 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78d8962 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe78e2446 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xe7a2dc6a devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe7a447f1 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe7a9f228 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xe7d5a105 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xe7f5838f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe7fe297c regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8180eda device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0xe82255b0 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xe82a6e92 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe83fc2ae phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe84503b0 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe854d540 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85d94a2 loop_backing_file +EXPORT_SYMBOL_GPL vmlinux 0xe860b189 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8661aa6 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe874c86b pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xe88e77c0 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xe8916c4d thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xe8a3ee0e usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8b40f33 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe8b6ddba dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xe8cc2035 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8d23584 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe8d6978d cec_notifier_conn_register +EXPORT_SYMBOL_GPL vmlinux 0xe8daec33 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe91358b4 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xe914a990 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe925487d xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xe93a4bed acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe945d257 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe951da84 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe995f5b6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe9980fb5 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xe9b9a552 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe9bba398 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xe9cc6a71 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d6e6b4 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xea0b1b42 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xea0f1218 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xea0fa8a2 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea25fbce pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xea2c895f led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xea3a3ceb spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xea42ad9f efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0xea488f05 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xea61acba efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xea6db619 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xea718367 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xea746eaa policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xea756bba __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xea77bb66 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xea7f344f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xea9b868a tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xeaad1e1b i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xeaad96f9 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xeab79ba1 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xeac9acc4 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xeaceed81 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae23bb7 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xeaf7fe0f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xeafe07b8 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeb0cdaae ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xeb0e0b2f iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xeb1ffff4 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xeb2487d6 iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xeb24b1db add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xeb2acf0c devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xeb2c4f8a regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb3cab1d rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xeb3f8466 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb40dce6 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xeb53b37a devlink_port_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xeb707011 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xeb78ef06 input_class +EXPORT_SYMBOL_GPL vmlinux 0xeb7a0db7 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xeb87ad25 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xeb9dbb91 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xebb99601 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xebc4a92a gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xebc8ae17 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0xebd0c2cf pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xec1f395c sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xec33985e spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xec399137 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xec49358e task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xec543f10 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec660cd3 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xec7442d6 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec96a6c6 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xeca5d40d software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xecac4ce3 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xecb65b46 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc15208 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xecc1ee52 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdeffbe fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xece2961b eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xecefba6f __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xecf19a4b usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xed0b2dfc ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xed1bcb5d alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xed1cc48f usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xed3bb41a power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xed7c7b91 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed942d50 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xedad033b i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xedc81150 nvme_wait_freeze +EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xede6233f edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedfaf0e4 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xee0f4756 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xee171aba dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xee1e2fe9 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xee3404db of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3f5f68 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xee5c20a3 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xee6038ac kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xee69a1e4 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6e1627 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xee9a42cf nvme_remove_namespaces +EXPORT_SYMBOL_GPL vmlinux 0xeeac7d30 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xeeaeee91 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xeeb9d954 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xeedbdf69 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run +EXPORT_SYMBOL_GPL vmlinux 0xeeef5f97 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xef01364e mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xef0a2328 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5603ea sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xef60a4aa of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef7f7fe3 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9cc917 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xef9e5d4b cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xef9e8427 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa704d2 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xefc9d923 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xefca23a1 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xefcd3f74 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xefcdf83b scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xefea5de2 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff19575 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xeffdb391 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xeffefcd7 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xf00f3168 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xf024209a irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xf034260d ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xf0350bef devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04aa37d udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xf06369f1 xhci_mtk_drop_ep_quirk +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07a6edf of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf08050c4 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf094b0df gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xf09b9632 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xf0ad76e2 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xf0adec6f perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xf0bbd9e8 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xf0c1af76 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xf0cce5d3 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xf0d136b2 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xf0d68e1e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf0dc447e powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xf10dc494 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xf116bb6f dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0xf13525fd phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0xf138b1f0 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xf13c4846 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf14a3414 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf14b9cf5 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xf1557488 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf160da31 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf16f6482 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xf17395be scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf174f37b iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xf17e6282 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1897914 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xf18d30d3 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xf19440ee efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xf19ec216 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b6ea74 spi_set_cs_timing +EXPORT_SYMBOL_GPL vmlinux 0xf1e45cb8 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1e9cda9 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf1f019bc xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xf1f07067 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xf1f10a58 trace_array_create +EXPORT_SYMBOL_GPL vmlinux 0xf1f69989 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf1fdf656 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf20936ae crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xf20fc67f of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xf21475bc md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xf216d787 sched_trace_rd_span +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21eb9e2 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xf220e452 dev_pm_opp_set_prop_name +EXPORT_SYMBOL_GPL vmlinux 0xf25bc9ef power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xf25ca5f7 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xf26ac8ab driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xf26c5593 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xf2719df1 dev_pm_opp_put_clkname +EXPORT_SYMBOL_GPL vmlinux 0xf2799334 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf29cdf27 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xf2a344dd srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xf2a9d130 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bc3df7 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xf2c819e5 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf2d7b773 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xf2ea3601 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf2eb28b9 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xf2f4cf27 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xf2f9a3a1 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf322c831 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xf32b6d0b class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33a7a6c inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xf33d59d1 bgmac_enet_probe +EXPORT_SYMBOL_GPL vmlinux 0xf349b540 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf34d2803 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf356684a regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf363d4fd xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf399cfe5 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xf39c9368 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xf3a1f344 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3ccb0ef bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xf3d0b176 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf3dbf85d fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf3dfc30b extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf3fc24a3 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf421339f srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4264a6d kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf42ac4a8 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xf448c9c8 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf44a430d serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xf48e9ba0 device_remove_properties +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b77283 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xf4cdf310 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xf4ce14a2 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf4cf44f1 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf4d51dd7 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf4f2a0a9 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf4f47102 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf4fae11a devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf50e911e copy_reserved_iova +EXPORT_SYMBOL_GPL vmlinux 0xf53008e7 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf53e1df4 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b9b759 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xf5d0de74 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0xf5d85e88 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xf5e76d5f dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0xf5eff748 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf5f1e061 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf60474df iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xf60bfa55 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xf6134c26 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xf61bcd0f stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xf6339b22 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xf6637046 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6704a4e gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xf6816f40 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xf6898cbc fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xf68ac0eb spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xf68c090f usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf694d05a regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xf69bfe10 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a6e810 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xf6a807e7 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xf6aa3b5c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xf6b66389 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xf6c5b4b6 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6c8e267 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xf6c9228c sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ebffa5 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f406e1 nvme_cancel_tagset +EXPORT_SYMBOL_GPL vmlinux 0xf70eb4c5 nvme_wait_reset +EXPORT_SYMBOL_GPL vmlinux 0xf70f9ef9 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf71070a3 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xf7184f98 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xf7290f24 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf753838c regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7602881 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xf7626db9 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xf76e59c6 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xf7748eae sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf78912eb rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf78e71d6 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xf78fade8 fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xf7a2687e user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xf7b75872 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bdd9af bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xf7bf5172 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7cacad6 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf7f60d69 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf7f843d8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf81dc8e2 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xf82343e6 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xf82c939b i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xf82cc74a devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf832205e rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xf848584e dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xf872dffa bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf876f56b wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xf8803961 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf889a3a0 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xf88ab9e7 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xf890b97f handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xf8b0faa0 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xf8b83362 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xf8bbc2e6 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf8bbc512 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0xf8f128ff of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fbbc51 devm_nsio_disable +EXPORT_SYMBOL_GPL vmlinux 0xf90bbf6e regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xf90e3172 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xf91ab2ed __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xf9249dab serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955940a devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9773979 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf97b0ae8 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xf997ff97 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xf99abead cec_received_msg_ts +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a50e3c regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xf9b924bf pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xf9c38dfb blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf9c9d142 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xf9d83cee platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf9ec2de9 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa0a8896 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa22f304 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0xfa86d2e9 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa9084af pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xfa9f6c0a ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xfaa8f008 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfac09371 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xfacdafd9 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xfad0a799 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xfad64224 devprop_gpiochip_set_names +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaed4aaa unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xfb146274 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xfb178547 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3fed02 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xfb5c0494 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb7e466a tpm_unseal_trusted +EXPORT_SYMBOL_GPL vmlinux 0xfb889683 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xfb8e0eb2 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xfba20930 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfbb921d6 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc052af of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xfbc6918d sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xfbccc913 fork_usermode_blob +EXPORT_SYMBOL_GPL vmlinux 0xfbcde509 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xfbcf16b4 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xfbdcf6ba sfp_register_upstream +EXPORT_SYMBOL_GPL vmlinux 0xfbdfc558 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0797e4 free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xfc115259 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc18980c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc20cdc8 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3762c1 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc489f69 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xfc4bddac nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xfc587abf fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0xfc87f7e9 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xfca0ab2f ping_close +EXPORT_SYMBOL_GPL vmlinux 0xfcaa1642 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xfcbda0ec sched_trace_rq_avg_rt +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfce5e302 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xfcebbacf ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfd22bc0d crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xfd44f7ae pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xfd5ebcb3 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfd629249 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd75825c alloc_empty_file +EXPORT_SYMBOL_GPL vmlinux 0xfd7d1bbb irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xfda53cea ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfdb508a6 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdd06e3b usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdde28ca syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfde22997 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfde4ad1d crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xfdfd0f21 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xfe0dbc65 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe2ddd6a dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xfe4246b4 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe450f4b ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe489d26 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xfe69325f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xfe8772aa regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xfe8b81b6 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9e1d81 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfe9eb641 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xfeb6f764 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfec3c474 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xfec69071 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed54d5a fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfeef3c1a blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xfef9569f usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xfefdc50f clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff07bf68 dev_pm_opp_put_regulators +EXPORT_SYMBOL_GPL vmlinux 0xff1b08b6 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff58dfd5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff65c1a7 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xff8fc021 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa538c5 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbac1db devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xffbaf89b tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xffbfb50e ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xffc00584 bus_get_device_klist +USB_STORAGE EXPORT_SYMBOL_GPL 0x03d576a2 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x05af7e36 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x089c3f67 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1f304da0 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x22125081 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x29e8f84b usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x37bd3ac3 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3e418753 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4248f980 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4547e8a4 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x48f5f917 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x49ad36bd usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x49cedf8f usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5002f553 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x50357c6c usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5e1dced4 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x773d4b0d usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x98275a58 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb14c2df1 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb6f5075d usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb85d180d usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xddd010f0 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdf59dcc0 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdfb2e732 usb_stor_probe1 drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/amd64/lowlatency.compiler b/debian.aws/abi/5.4.0-1078.84/arm64/aws.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/lowlatency.compiler rename to debian.aws/abi/5.4.0-1078.84/arm64/aws.compiler diff --git a/debian.aws/abi/5.4.0-1078.84/arm64/aws.modules b/debian.aws/abi/5.4.0-1078.84/arm64/aws.modules new file mode 100644 index 0000000000000..4ab9e099cf9bc --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/arm64/aws.modules @@ -0,0 +1,5379 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_aspeed_vuart +8250_exar +8250_men_mcb +8250_omap +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_rdma +9pnet_virtio +9pnet_xen +a100u2w +a3d +a53-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +ab3100 +ab3100-otp +abp060mg +acard-ahci +acecad +acenic +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5791 +ad5820 +ad5933 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9389b +ad9523 +ad9832 +ad9834 +ad_sigma_delta +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adf4371 +adf7242 +adfs +adi +adiantum +adin +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511_drm +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl34x +adxl34x-i2c +adxl34x-spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_brcm +ahci_ceva +ahci_imx +ahci_mtk +ahci_platform +ahci_qoriq +ahci_seattle +ahci_xgene +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alim7101_wdt +allegro +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +analog +analogix-anx78xx +anatop-regulator +ansi_cprng +anubis +anybuss_core +aoe +apbps2 +apcs-msm8916 +apds9300 +apds9802als +apds990x +apds9960 +apex +appledisplay +appletalk +appletouch +applicom +aptina-pll +aqc111 +aquantia +ar1021_i2c +ar5523 +ar7part +arc-rawmode +arc-rimi +arc4 +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +arizona-i2c +arizona-spi +ark3116 +arkfb +arm_mhu +arm_scpi +arm_smmuv3_pmu +arm_spe_pmu +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +asc7621 +ascot2e +ashmem_linux +asix +aspeed-pwm-tacho +aspeed-video +ast +asym_tpm +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ph-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +axp288_fuel_gauge +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +bam_dma +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-flexrm-mailbox +bcm-keypad +bcm-pdc-mailbox +bcm-phy-lib +bcm-sba-raid +bcm-sf2 +bcm2835 +bcm2835-rng +bcm2835-v4l2 +bcm2835_thermal +bcm2835_wdt +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7038_wdt +bcm7xxx +bcm87xx +bcm_crypto_spu +bcm_iproc_adc +bcm_iproc_tsc +bcma +bcma-hcd +bcmsysport +bd6107 +bd70528-charger +bd70528-regulator +bd70528_wdt +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bdc +be2iscsi +be2net +befs +belkin_sa +berlin2-adc +bfa +bfq +bfs +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bma150 +bma180 +bma220_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs-drm +bonding +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq25890_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmnand +brcmsmac +brcmstb-avs-cpufreq +brcmstb_nand +brcmstb_thermal +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btcoexist +btrfs +bttv +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c4 +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-quadspi +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sdm845 +camellia_generic +can +can-bcm +can-dev +can-gw +can-j1939 +can-raw +cap11xx +capi +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-dphy +cdns-pltfrm +cdns3 +cdns3-pci-wrap +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +ch9200 +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone_icn8318 +chipreg +chnl_net +chromeos_tbmc +chtls +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +ci_hdrc_zevio +cicada +cifs +cirrus +cirrusfb +clip +clk-bd718x7 +clk-cdce706 +clk-cdce925 +clk-cs2000-cp +clk-hi3519 +clk-hi655x +clk-lochnagar +clk-max77686 +clk-max9485 +clk-palmas +clk-pwm +clk-qcom +clk-raspberrypi +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-twl6040 +clk-versaclock5 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_parport +comedi_pci +comedi_test +comedi_usb +contec_pci_dio +cordic +core +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cpia2 +cppc_cpufreq +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc64 +crc7 +crc8 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-cec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_vbc +cros_kbd_led_backlight +cros_usbpd-charger +cros_usbpd_logger +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cryptoloop +cs3308 +cs5345 +cs53l32a +csiostor +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx22700 +cx22702 +cx231xx +cx231xx-dvb +cx2341x +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25840 +cx82310_eth +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +de2104x +decnet +defxx +denali +denali_dt +denali_pci +des_generic +device_dax +dfl +dfl-afu +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-sdm845 +dl2k +dlci +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-era +dm-flakey +dm-integrity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dn_rtmsg +dnet +docg3 +dp83822 +dp83848 +dp83867 +dp83tc811 +dpaa2-console +dpaa2_caam +dpot-dac +dps310 +drbd +drm +drm_kms_helper +drm_mipi_dbi +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dumb-vga-dac +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-cec +dw-i3c-master +dw9714 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mmc +dw_mmc-exynos +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-keystone +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwmac-dwc-qos-eth +dwmac-generic +dwmac-ipq806x +dwmac-mediatek +dwmac-qcom-ethqos +dwmac-sun8i +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecdh_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-mxc +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epic100 +eql +erofs +error +esas2r +esd_usb2 +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +failover +fakelb +fan53555 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fb_watterott +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +fec +ff-memless +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +fscache +fsi-core +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_usb2_udc +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +ftsteutates +fujitsu_ts +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +g450_pll +g760a +g762 +g_acm_ms +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gasket +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-apq8084 +gcc-ipq4019 +gcc-ipq806x +gcc-ipq8074 +gcc-mdm9615 +gcc-msm8660 +gcc-msm8916 +gcc-msm8960 +gcc-msm8974 +gcc-msm8994 +gcc-msm8996 +gcc-qcs404 +gcc-sdm660 +gcc-sdm845 +gcc-sm8150 +gdmtty +gdmulte +gdth +gen_probe +generic +generic-adc-battery +generic_bl +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gigaset +gl518sm +gl520sm +gl620a +glink_ssr +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +goku_udc +goodix +gp2ap002a00f +gp2ap020a00f +gp8psk-fe +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-altera +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd70528 +gpio-bd9571mwv +gpio-beeper +gpio-brcmstb +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-grgpio +gpio-gw-pld +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-moxtet +gpio-pca953x +gpio-pcf857x +gpio-pci-idio-16 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-raspberrypi-exp +gpio-rcar +gpio-rdc321x +gpio-regulator +gpio-sama5d2-piobu +gpio-siox +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi_nand +gpu-sched +gpucc-sdm845 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_fpga +gs_usb +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +gtp +guillemot +gunze +gve +habanalabs +hackrf +hamachi +hampshire +hanwang +hbmc-am654 +hci +hclge +hclgevf +hd44780 +hdc100x +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421v530-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-primax +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hideep +hih6130 +hinic +hip04_eth +hisi-rng +hisi-sfc +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hpre +hisi_powerkey +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pmu +hisi_zip +hix5hd2_gmac +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v1 +hns-roce-hw-v2 +hns3 +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +hostap +hostap_pci +hostap_plx +hp03 +hp100 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hyperbus-core +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-bcm-iproc +i2c-bcm2835 +i2c-brcmstb +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-nvidia-gpu +i2c-ocores +i2c-omap +i2c-owl +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i40iw +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibmaem +ibmpex +icc-core +icc-smd-rpm +ice +ice40-spi +icp +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9225 +ili922x +ili9320 +ili9341 +img-ascii-lcd +imon +ims-pcu +imx +imx-cpufreq-dt +imx-dma +imx-mailbox +imx-pxp +imx-rngc +imx-sdma +imx214 +imx258 +imx274 +imx2_wdt +imx319 +imx355 +imx6q-cpufreq +imx6ul_tsc +imx7d_adc +imx7ulp_wdt +imx_keypad +imx_rproc +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-configfs +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +input-polldev +inspur-ipsps +int51x1 +intel-xway +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +ionic +iowarrior +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc-rng200 +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs5xx +ir-hix5hd2 +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-usb +ir-xmp-decoder +ir35221 +ir38064 +irps5401 +irq-madera +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtvfb +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3dma +kafs +kalmia +kaweth +kbtab +kcm +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khazad +kheaders +kirin-drm +kl5kusb105 +kmem +kmx61 +kobil_sct +komeda +kpc2000 +kpc2000_i2c +kpc2000_spi +kpc_dma +kpss-xcc +ks0127 +ks7010 +ks8842 +ks8851 +ks8851_mll +ksz8795 +ksz8795_spi +ksz884x +ksz9477 +ksz9477_i2c +ksz9477_spi +ksz_common +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +layerscape_edac_mod +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +ldusb +lec +led-class-flash +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-bcm6328 +leds-bcm6358 +leds-bd2802 +leds-blinkm +leds-cpcap +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm36274 +leds-lm3642 +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-usbport +lego_ev3_battery +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libcomposite +libcrc32c +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libsas +lightning +lima +lineage-pem +linear +liquidio +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lkkbd +llc +llc2 +llcc-sdm845 +llcc-slice +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpasscc-sdm845 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +ltc1660 +ltc2471 +ltc2485 +ltc2497 +ltc2632 +ltc2941-battery-gauge +ltc2945 +ltc2978 +ltc2990 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lv0104cs +lv5207lp +lvds-encoder +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11801_ts +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20751 +max2165 +max2175 +max30100 +max30102 +max3100 +max31722 +max31785 +max31790 +max31856 +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6621 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77802-regulator +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9611 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mcp16502 +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +md-cluster +md4 +mdc800 +mdev +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-mscc-miim +mdio-mux-gpio +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-octeon +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek-cpufreq +mediatek-drm +mediatek-drm-hdmi +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mi0283qt +michael_mic +micrel +microchip +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mite +mk712 +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mlx90632 +mlx_wdt +mlxbf-tmfifo +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mlxsw_switchib +mlxsw_switchx2 +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_spi +mmcc-apq8084 +mmcc-msm8960 +mmcc-msm8974 +mmcc-msm8996 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_i2c +most_net +most_usb +motorola-cpcap +moxa +moxtet +mpc624 +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpr121_touchkey +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +mscc +mscc_ocelot_common +msdos +msi001 +msi2500 +msm +msm-vibrator +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6323-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt7530 +mt76 +mt76-usb +mt7601u +mt7603e +mt7615e +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2u +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdram +mtdswap +mtip32xx +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-pmic-keys +mtk-pmic-wrap +mtk-quadspi +mtk-rng +mtk-sd +mtk-uart-apdma +mtk-vpu +mtk_ecc +mtk_nand +mtk_thermal +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mx3fb +mxb +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxs-dcp +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +n_tracerouter +n_tracesink +nand +nand_ecc +nandcore +nandsim +national +natsemi +nau7802 +navman +nb8800 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct7802 +nct7904 +nd_blk +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_flow_table_ipv4 +nf_flow_table_ipv6 +nf_log_arp +nf_log_bridge +nf_log_common +nf_log_ipv4 +nf_log_ipv6 +nf_log_netdev +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tables_set +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_counter +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_objref +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm750-pwm-fan +nps_enet +ns-thermal +ns558 +ns83820 +nsh +ntb +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +null_blk +nuvoton-cir +nvidiafb +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-bcm-ocotp +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-sc27xx-efuse +nvmem_qfprom +nvmem_snvs_lpgpr +nvmem_sunxi_sid +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +objagg +ocelot_board +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +octeontx2_af +octeontx2_mbox +of_mmc_spi +of_xilinx_wdt +ofb +ofpart +ohci-platform +omap-mailbox +omap4-keypad +omap_hwspinlock +omfs +omninet +onenand +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +ov13858 +ov2640 +ov2659 +ov2680 +ov2685 +ov5640 +ov5645 +ov5647 +ov5670 +ov5675 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov9640 +ov9650 +overlay +owl-dma +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-feiyang-fy07024di26a30d +panel-ilitek-ili9881c +panel-innolux-p079zca +panel-jdi-lt070me05000 +panel-kingdisplay-kd097d04 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-nec-nl8048hl11 +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-rocktech-jh057n00900 +panel-ronbo-rb070d30 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e8aa0 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panfrost +parade-ps8622 +parkbd +parman +parport +parport_ax88796 +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pblk +pc300too +pc87360 +pc87427 +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-pf-stub +pci-stub +pci200syn +pcie-iproc +pcie-iproc-platform +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_usb +pegasus +pegasus_notetaker +penmount +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-bcm-kona-usb2 +phy-bcm-ns-usb2 +phy-bcm-ns-usb3 +phy-bcm-ns2-usbdrd +phy-bcm-sr-pcie +phy-bcm-sr-usb +phy-berlin-sata +phy-berlin-usb +phy-brcm-usb-dvr +phy-cadence-dp +phy-cadence-sierra +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8mq-usb +phy-generic +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi6220-usb +phy-isp1301 +phy-mtk-tphy +phy-mtk-ufs +phy-mxs-usb +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-ipq806x-sata +phy-qcom-pcie2 +phy-qcom-qmp +phy-qcom-qusb2 +phy-qcom-ufs +phy-qcom-ufs-qmp-14nm +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-sun4i-usb +phy-sun6i-mipi-dphy +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pinctrl-apq8064 +pinctrl-apq8084 +pinctrl-ipq4019 +pinctrl-ipq8064 +pinctrl-ipq8074 +pinctrl-lochnagar +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mdm9615 +pinctrl-msm8660 +pinctrl-msm8916 +pinctrl-msm8960 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8x74 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sdm660 +pinctrl-sm8150 +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktcdvd +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +plip +plusb +pluto2 +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8941-wled +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pms7003 +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305_generic +port100 +powermate +powr1220 +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +pretimeout_panic +prism2_usb +ps2-gpio +ps2mult +psample +psmouse +psnap +psxpad-spi +ptp-qoriq +ptp_dte +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-bcm-iproc +pwm-bcm2835 +pwm-beeper +pwm-berlin +pwm-brcmstb +pwm-cros-ec +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-lp3943 +pwm-mediatek +pwm-mtk-disp +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-sprd +pwm-sun4i +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom_aoss +qcom_common +qcom_edac +qcom_glink_native +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_tsens +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-qcs404 +qnoc-sdm845 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r592 +r6040 +r8152 +r8169 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +raspberrypi-cpufreq +raspberrypi-hwmon +raspberrypi-ts +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw +raw_diag +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tango +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-vin +rcar_can +rcar_canfd +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_thermal +rcuperf +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-i3c +regmap-sccb +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbhs +renesas_wdt +repaper +reset-brcmstb +reset-hi3660 +reset-qcom-pdc +reset-ti-sci +reset-ti-syscon +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk805-pwrkey +rk808 +rk808-regulator +rm3100-core +rm3100-i2c +rm3100-spi +rmd128 +rmd160 +rmd256 +rmd320 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-regulator +rn5t618_wdt +rndis_host +rndis_wlan +rockchip +rocker +rocket +rohm-bd70528 +rohm-bd718x7 +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpmsg_char +rpmsg_core +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt5033 +rt5033-regulator +rt5033_battery +rt61pci +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-ab3100 +rtc-abx80x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-brcmstb-waketimer +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxrpc +rza_wdt +s1d13xxxfb +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k4ecgx +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sc16is7xx +sc2731_charger +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_etf +sch_fq +sch_fq_codel +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sdhci +sdhci-acpi +sdhci-brcmstb +sdhci-cadence +sdhci-esdhc-imx +sdhci-iproc +sdhci-msm +sdhci-of-arasan +sdhci-of-aspeed +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +seed +sensorhub +ser_gigaset +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sfc +sfc-falcon +sfp +sgi_w1 +sgp30 +sh-sci +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sh_veu +sha1-ce +sha2-ce +sha256-arm64 +sha3_generic +sha512-arm64 +shark2 +shiftfs +sht15 +sht21 +sht3x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +siox-bus-gpio +siox-core +sir_ir +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skd +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm3_generic +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smiapp +smiapp-pll +smipcie +smm665 +smp2p +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snic +snps_udc_core +snps_udc_plat +soc_button_array +socinfo +softdog +softing +solos-pci +sony-btf-mpx +soundwire-bus +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-axi-spi-engine +spi-bcm-qspi +spi-bcm2835 +spi-bcm2835aux +spi-bitbang +spi-brcmstb-qspi +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-gpio +spi-hisi-sfc-v3xx +spi-imx +spi-iproc-qspi +spi-lm70llp +spi-loopback-test +spi-mt65xx +spi-mxic +spi-nor +spi-nxp-fspi +spi-oc-tiny +spi-omap2-mcspi +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rspi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sprd +spi-sprd-adi +spi-sun6i +spi-synquacer +spi-thunderx +spi-tle62x0 +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-pmic-arb +sprd-dma +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sps30 +sr-thermal +sr030pc30 +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stkwebcam +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-gpadc +sun50i-cpufreq-nvmem +sun6i-csi +sun6i-dma +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sunxi +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +svgalib +switchtec +sx8 +sx8654 +sx9500 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synclinkmp +synopsys_edac +syscon-reboot-mode +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +t5403 +tag_8021q +tag_brcm +tag_dsa +tag_edsa +tag_gswip +tag_ksz +tag_lan9303 +tag_mtk +tag_qca +tag_sja1105 +tag_trailer +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358764 +tc358767 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tehuti +teranetics +test_power +tg3 +tgr192 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads124s08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-lmu +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_sci_pm_domains +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tm6000 +tm6000-dvb +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp401 +tmp421 +torture +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_key_parser +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_spi +tpm_vtpm_proxy +tps40422 +tps51632-regulator +tps53679 +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6598x +tps80031-regulator +tqmx86 +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi568 +tsi57x +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2772 +tsl4531 +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +u132-hcd +uPD60620 +u_ether +u_serial +uartlite +uas +ubi +ubifs +ucan +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +umc +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uvc +usb_gigaset +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbvision +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +vcan +vchiq +vcnl4000 +vcnl4035 +vctrl-regulator +veml6070 +venus-core +venus-dec +venus-enc +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-pci +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vfio_mdev +vfio_platform_bcmflexrm +vfio_virqfd +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_crypto +virtio_input +virtio_net +virtio_pmem +virtio_rpmsg_bus +virtio_scsi +virtiofs +virtual +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmw_pvrdma +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmxnet3 +vop +vop_bus +vp27smpx +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vs6624 +vsock +vsock_diag +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxge +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +whc-rc +whci +whci-hcd +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +wimax +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wp512 +wusb-cbaf +wusb-wa +wusbcore +x25 +x25_asy +x_tables +xbox_remote +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-netfront +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-mtk +xhci-plat-hcd +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinxfb +xillybus_core +xillybus_of +xillybus_pcie +xircom_cb +xlnx_vcu +xor +xor-neon +xpad +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zr364xx +zram +zstd +zstd_compress +zunicode +zynqmp-fpga +zynqmp_dma diff --git a/debian.master/abi/5.4.0-110.124/arm64/generic.retpoline b/debian.aws/abi/5.4.0-1078.84/arm64/aws.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/arm64/generic.retpoline rename to debian.aws/abi/5.4.0-1078.84/arm64/aws.retpoline diff --git a/debian.aws/abi/5.4.0-1078.84/fwinfo b/debian.aws/abi/5.4.0-1078.84/fwinfo new file mode 100644 index 0000000000000..b10dcab5a61bf --- /dev/null +++ b/debian.aws/abi/5.4.0-1078.84/fwinfo @@ -0,0 +1,1409 @@ +firmware: 3826.arm +firmware: 3com/typhoon.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: amd/amd_sev_fam17h_model0xh.sbin +firmware: amd/amd_sev_fam17h_model3xh.sbin +firmware: amd/amd_sev_fam19h_model0xh.sbin +firmware: amdgpu/banks_k_2_smc.bin +firmware: amdgpu/bonaire_ce.bin +firmware: amdgpu/bonaire_k_smc.bin +firmware: amdgpu/bonaire_mc.bin +firmware: amdgpu/bonaire_me.bin +firmware: amdgpu/bonaire_mec.bin +firmware: amdgpu/bonaire_pfp.bin +firmware: amdgpu/bonaire_rlc.bin +firmware: amdgpu/bonaire_sdma.bin +firmware: amdgpu/bonaire_sdma1.bin +firmware: amdgpu/bonaire_smc.bin +firmware: amdgpu/bonaire_uvd.bin +firmware: amdgpu/bonaire_vce.bin +firmware: amdgpu/carrizo_ce.bin +firmware: amdgpu/carrizo_me.bin +firmware: amdgpu/carrizo_mec.bin +firmware: amdgpu/carrizo_mec2.bin +firmware: amdgpu/carrizo_pfp.bin +firmware: amdgpu/carrizo_rlc.bin +firmware: amdgpu/carrizo_sdma.bin +firmware: amdgpu/carrizo_sdma1.bin +firmware: amdgpu/carrizo_uvd.bin +firmware: amdgpu/carrizo_vce.bin +firmware: amdgpu/fiji_ce.bin +firmware: amdgpu/fiji_me.bin +firmware: amdgpu/fiji_mec.bin +firmware: amdgpu/fiji_mec2.bin +firmware: amdgpu/fiji_pfp.bin +firmware: amdgpu/fiji_rlc.bin +firmware: amdgpu/fiji_sdma.bin +firmware: amdgpu/fiji_sdma1.bin +firmware: amdgpu/fiji_smc.bin +firmware: amdgpu/fiji_uvd.bin +firmware: amdgpu/fiji_vce.bin +firmware: amdgpu/hainan_ce.bin +firmware: amdgpu/hainan_k_smc.bin +firmware: amdgpu/hainan_mc.bin +firmware: amdgpu/hainan_me.bin +firmware: amdgpu/hainan_pfp.bin +firmware: amdgpu/hainan_rlc.bin +firmware: amdgpu/hainan_smc.bin +firmware: amdgpu/hawaii_ce.bin +firmware: amdgpu/hawaii_k_smc.bin +firmware: amdgpu/hawaii_mc.bin +firmware: amdgpu/hawaii_me.bin +firmware: amdgpu/hawaii_mec.bin +firmware: amdgpu/hawaii_pfp.bin +firmware: amdgpu/hawaii_rlc.bin +firmware: amdgpu/hawaii_sdma.bin +firmware: amdgpu/hawaii_sdma1.bin +firmware: amdgpu/hawaii_smc.bin +firmware: amdgpu/hawaii_uvd.bin +firmware: amdgpu/hawaii_vce.bin +firmware: amdgpu/kabini_ce.bin +firmware: amdgpu/kabini_me.bin +firmware: amdgpu/kabini_mec.bin +firmware: amdgpu/kabini_pfp.bin +firmware: amdgpu/kabini_rlc.bin +firmware: amdgpu/kabini_sdma.bin +firmware: amdgpu/kabini_sdma1.bin +firmware: amdgpu/kabini_uvd.bin +firmware: amdgpu/kabini_vce.bin +firmware: amdgpu/kaveri_ce.bin +firmware: amdgpu/kaveri_me.bin +firmware: amdgpu/kaveri_mec.bin +firmware: amdgpu/kaveri_mec2.bin +firmware: amdgpu/kaveri_pfp.bin +firmware: amdgpu/kaveri_rlc.bin +firmware: amdgpu/kaveri_sdma.bin +firmware: amdgpu/kaveri_sdma1.bin +firmware: amdgpu/kaveri_uvd.bin +firmware: amdgpu/kaveri_vce.bin +firmware: amdgpu/mullins_ce.bin +firmware: amdgpu/mullins_me.bin +firmware: amdgpu/mullins_mec.bin +firmware: amdgpu/mullins_pfp.bin +firmware: amdgpu/mullins_rlc.bin +firmware: amdgpu/mullins_sdma.bin +firmware: amdgpu/mullins_sdma1.bin +firmware: amdgpu/mullins_uvd.bin +firmware: amdgpu/mullins_vce.bin +firmware: amdgpu/navi10_asd.bin +firmware: amdgpu/navi10_ce.bin +firmware: amdgpu/navi10_gpu_info.bin +firmware: amdgpu/navi10_me.bin +firmware: amdgpu/navi10_mec.bin +firmware: amdgpu/navi10_mec2.bin +firmware: amdgpu/navi10_pfp.bin +firmware: amdgpu/navi10_rlc.bin +firmware: amdgpu/navi10_sdma.bin +firmware: amdgpu/navi10_sdma1.bin +firmware: amdgpu/navi10_smc.bin +firmware: amdgpu/navi10_sos.bin +firmware: amdgpu/navi10_vcn.bin +firmware: amdgpu/navi14_asd.bin +firmware: amdgpu/navi14_ce.bin +firmware: amdgpu/navi14_ce_wks.bin +firmware: amdgpu/navi14_gpu_info.bin +firmware: amdgpu/navi14_me.bin +firmware: amdgpu/navi14_me_wks.bin +firmware: amdgpu/navi14_mec.bin +firmware: amdgpu/navi14_mec2.bin +firmware: amdgpu/navi14_mec2_wks.bin +firmware: amdgpu/navi14_mec_wks.bin +firmware: amdgpu/navi14_pfp.bin +firmware: amdgpu/navi14_pfp_wks.bin +firmware: amdgpu/navi14_rlc.bin +firmware: amdgpu/navi14_sdma.bin +firmware: amdgpu/navi14_sdma1.bin +firmware: amdgpu/navi14_smc.bin +firmware: amdgpu/navi14_sos.bin +firmware: amdgpu/navi14_vcn.bin +firmware: amdgpu/oland_ce.bin +firmware: amdgpu/oland_k_smc.bin +firmware: amdgpu/oland_mc.bin +firmware: amdgpu/oland_me.bin +firmware: amdgpu/oland_pfp.bin +firmware: amdgpu/oland_rlc.bin +firmware: amdgpu/oland_smc.bin +firmware: amdgpu/picasso_asd.bin +firmware: amdgpu/picasso_ce.bin +firmware: amdgpu/picasso_gpu_info.bin +firmware: amdgpu/picasso_me.bin +firmware: amdgpu/picasso_mec.bin +firmware: amdgpu/picasso_mec2.bin +firmware: amdgpu/picasso_pfp.bin +firmware: amdgpu/picasso_rlc.bin +firmware: amdgpu/picasso_rlc_am4.bin +firmware: amdgpu/picasso_sdma.bin +firmware: amdgpu/picasso_vcn.bin +firmware: amdgpu/pitcairn_ce.bin +firmware: amdgpu/pitcairn_k_smc.bin +firmware: amdgpu/pitcairn_mc.bin +firmware: amdgpu/pitcairn_me.bin +firmware: amdgpu/pitcairn_pfp.bin +firmware: amdgpu/pitcairn_rlc.bin +firmware: amdgpu/pitcairn_smc.bin +firmware: amdgpu/polaris10_ce.bin +firmware: amdgpu/polaris10_ce_2.bin +firmware: amdgpu/polaris10_k2_smc.bin +firmware: amdgpu/polaris10_k_mc.bin +firmware: amdgpu/polaris10_k_smc.bin +firmware: amdgpu/polaris10_mc.bin +firmware: amdgpu/polaris10_me.bin +firmware: amdgpu/polaris10_me_2.bin +firmware: amdgpu/polaris10_mec.bin +firmware: amdgpu/polaris10_mec2.bin +firmware: amdgpu/polaris10_mec2_2.bin +firmware: amdgpu/polaris10_mec_2.bin +firmware: amdgpu/polaris10_pfp.bin +firmware: amdgpu/polaris10_pfp_2.bin +firmware: amdgpu/polaris10_rlc.bin +firmware: amdgpu/polaris10_sdma.bin +firmware: amdgpu/polaris10_sdma1.bin +firmware: amdgpu/polaris10_smc.bin +firmware: amdgpu/polaris10_smc_sk.bin +firmware: amdgpu/polaris10_uvd.bin +firmware: amdgpu/polaris10_vce.bin +firmware: amdgpu/polaris11_ce.bin +firmware: amdgpu/polaris11_ce_2.bin +firmware: amdgpu/polaris11_k2_smc.bin +firmware: amdgpu/polaris11_k_mc.bin +firmware: amdgpu/polaris11_k_smc.bin +firmware: amdgpu/polaris11_mc.bin +firmware: amdgpu/polaris11_me.bin +firmware: amdgpu/polaris11_me_2.bin +firmware: amdgpu/polaris11_mec.bin +firmware: amdgpu/polaris11_mec2.bin +firmware: amdgpu/polaris11_mec2_2.bin +firmware: amdgpu/polaris11_mec_2.bin +firmware: amdgpu/polaris11_pfp.bin +firmware: amdgpu/polaris11_pfp_2.bin +firmware: amdgpu/polaris11_rlc.bin +firmware: amdgpu/polaris11_sdma.bin +firmware: amdgpu/polaris11_sdma1.bin +firmware: amdgpu/polaris11_smc.bin +firmware: amdgpu/polaris11_smc_sk.bin +firmware: amdgpu/polaris11_uvd.bin +firmware: amdgpu/polaris11_vce.bin +firmware: amdgpu/polaris12_ce.bin +firmware: amdgpu/polaris12_ce_2.bin +firmware: amdgpu/polaris12_k_mc.bin +firmware: amdgpu/polaris12_k_smc.bin +firmware: amdgpu/polaris12_mc.bin +firmware: amdgpu/polaris12_me.bin +firmware: amdgpu/polaris12_me_2.bin +firmware: amdgpu/polaris12_mec.bin +firmware: amdgpu/polaris12_mec2.bin +firmware: amdgpu/polaris12_mec2_2.bin +firmware: amdgpu/polaris12_mec_2.bin +firmware: amdgpu/polaris12_pfp.bin +firmware: amdgpu/polaris12_pfp_2.bin +firmware: amdgpu/polaris12_rlc.bin +firmware: amdgpu/polaris12_sdma.bin +firmware: amdgpu/polaris12_sdma1.bin +firmware: amdgpu/polaris12_smc.bin +firmware: amdgpu/polaris12_uvd.bin +firmware: amdgpu/polaris12_vce.bin +firmware: amdgpu/raven2_asd.bin +firmware: amdgpu/raven2_ce.bin +firmware: amdgpu/raven2_gpu_info.bin +firmware: amdgpu/raven2_me.bin +firmware: amdgpu/raven2_mec.bin +firmware: amdgpu/raven2_mec2.bin +firmware: amdgpu/raven2_pfp.bin +firmware: amdgpu/raven2_rlc.bin +firmware: amdgpu/raven2_sdma.bin +firmware: amdgpu/raven2_vcn.bin +firmware: amdgpu/raven_asd.bin +firmware: amdgpu/raven_ce.bin +firmware: amdgpu/raven_dmcu.bin +firmware: amdgpu/raven_gpu_info.bin +firmware: amdgpu/raven_kicker_rlc.bin +firmware: amdgpu/raven_me.bin +firmware: amdgpu/raven_mec.bin +firmware: amdgpu/raven_mec2.bin +firmware: amdgpu/raven_pfp.bin +firmware: amdgpu/raven_rlc.bin +firmware: amdgpu/raven_sdma.bin +firmware: amdgpu/raven_vcn.bin +firmware: amdgpu/renoir_asd.bin +firmware: amdgpu/renoir_ce.bin +firmware: amdgpu/renoir_gpu_info.bin +firmware: amdgpu/renoir_me.bin +firmware: amdgpu/renoir_mec.bin +firmware: amdgpu/renoir_mec2.bin +firmware: amdgpu/renoir_pfp.bin +firmware: amdgpu/renoir_rlc.bin +firmware: amdgpu/renoir_sdma.bin +firmware: amdgpu/renoir_vcn.bin +firmware: amdgpu/si58_mc.bin +firmware: amdgpu/stoney_ce.bin +firmware: amdgpu/stoney_me.bin +firmware: amdgpu/stoney_mec.bin +firmware: amdgpu/stoney_pfp.bin +firmware: amdgpu/stoney_rlc.bin +firmware: amdgpu/stoney_sdma.bin +firmware: amdgpu/stoney_uvd.bin +firmware: amdgpu/stoney_vce.bin +firmware: amdgpu/tahiti_ce.bin +firmware: amdgpu/tahiti_mc.bin +firmware: amdgpu/tahiti_me.bin +firmware: amdgpu/tahiti_pfp.bin +firmware: amdgpu/tahiti_rlc.bin +firmware: amdgpu/tahiti_smc.bin +firmware: amdgpu/tonga_ce.bin +firmware: amdgpu/tonga_k_smc.bin +firmware: amdgpu/tonga_mc.bin +firmware: amdgpu/tonga_me.bin +firmware: amdgpu/tonga_mec.bin +firmware: amdgpu/tonga_mec2.bin +firmware: amdgpu/tonga_pfp.bin +firmware: amdgpu/tonga_rlc.bin +firmware: amdgpu/tonga_sdma.bin +firmware: amdgpu/tonga_sdma1.bin +firmware: amdgpu/tonga_smc.bin +firmware: amdgpu/tonga_uvd.bin +firmware: amdgpu/tonga_vce.bin +firmware: amdgpu/topaz_ce.bin +firmware: amdgpu/topaz_k_smc.bin +firmware: amdgpu/topaz_mc.bin +firmware: amdgpu/topaz_me.bin +firmware: amdgpu/topaz_mec.bin +firmware: amdgpu/topaz_pfp.bin +firmware: amdgpu/topaz_rlc.bin +firmware: amdgpu/topaz_sdma.bin +firmware: amdgpu/topaz_sdma1.bin +firmware: amdgpu/topaz_smc.bin +firmware: amdgpu/vega10_acg_smc.bin +firmware: amdgpu/vega10_asd.bin +firmware: amdgpu/vega10_ce.bin +firmware: amdgpu/vega10_gpu_info.bin +firmware: amdgpu/vega10_me.bin +firmware: amdgpu/vega10_mec.bin +firmware: amdgpu/vega10_mec2.bin +firmware: amdgpu/vega10_pfp.bin +firmware: amdgpu/vega10_rlc.bin +firmware: amdgpu/vega10_sdma.bin +firmware: amdgpu/vega10_sdma1.bin +firmware: amdgpu/vega10_smc.bin +firmware: amdgpu/vega10_sos.bin +firmware: amdgpu/vega10_uvd.bin +firmware: amdgpu/vega10_vce.bin +firmware: amdgpu/vega12_asd.bin +firmware: amdgpu/vega12_ce.bin +firmware: amdgpu/vega12_gpu_info.bin +firmware: amdgpu/vega12_me.bin +firmware: amdgpu/vega12_mec.bin +firmware: amdgpu/vega12_mec2.bin +firmware: amdgpu/vega12_pfp.bin +firmware: amdgpu/vega12_rlc.bin +firmware: amdgpu/vega12_sdma.bin +firmware: amdgpu/vega12_sdma1.bin +firmware: amdgpu/vega12_smc.bin +firmware: amdgpu/vega12_sos.bin +firmware: amdgpu/vega12_uvd.bin +firmware: amdgpu/vega12_vce.bin +firmware: amdgpu/vega20_asd.bin +firmware: amdgpu/vega20_ce.bin +firmware: amdgpu/vega20_me.bin +firmware: amdgpu/vega20_mec.bin +firmware: amdgpu/vega20_mec2.bin +firmware: amdgpu/vega20_pfp.bin +firmware: amdgpu/vega20_rlc.bin +firmware: amdgpu/vega20_sdma.bin +firmware: amdgpu/vega20_sdma1.bin +firmware: amdgpu/vega20_smc.bin +firmware: amdgpu/vega20_sos.bin +firmware: amdgpu/vega20_uvd.bin +firmware: amdgpu/vega20_vce.bin +firmware: amdgpu/vegam_ce.bin +firmware: amdgpu/vegam_me.bin +firmware: amdgpu/vegam_mec.bin +firmware: amdgpu/vegam_mec2.bin +firmware: amdgpu/vegam_pfp.bin +firmware: amdgpu/vegam_rlc.bin +firmware: amdgpu/vegam_sdma.bin +firmware: amdgpu/vegam_sdma1.bin +firmware: amdgpu/vegam_smc.bin +firmware: amdgpu/vegam_uvd.bin +firmware: amdgpu/vegam_vce.bin +firmware: amdgpu/verde_ce.bin +firmware: amdgpu/verde_k_smc.bin +firmware: amdgpu/verde_mc.bin +firmware: amdgpu/verde_me.bin +firmware: amdgpu/verde_pfp.bin +firmware: amdgpu/verde_rlc.bin +firmware: amdgpu/verde_smc.bin +firmware: ar5523.bin +firmware: ast_dp501_fw.bin +firmware: ath10k/QCA6174/hw2.1/board-2.bin +firmware: ath10k/QCA6174/hw2.1/board.bin +firmware: ath10k/QCA6174/hw2.1/firmware-4.bin +firmware: ath10k/QCA6174/hw2.1/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/board-2.bin +firmware: ath10k/QCA6174/hw3.0/board.bin +firmware: ath10k/QCA6174/hw3.0/firmware-4.bin +firmware: ath10k/QCA6174/hw3.0/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/firmware-6.bin +firmware: ath10k/QCA9377/hw1.0/board.bin +firmware: ath10k/QCA9377/hw1.0/firmware-5.bin +firmware: ath10k/QCA9377/hw1.0/firmware-6.bin +firmware: ath10k/QCA9887/hw1.0/board-2.bin +firmware: ath10k/QCA9887/hw1.0/board.bin +firmware: ath10k/QCA9887/hw1.0/firmware-5.bin +firmware: ath10k/QCA988X/hw2.0/board-2.bin +firmware: ath10k/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath10k/QCA988X/hw2.0/firmware-3.bin +firmware: ath10k/QCA988X/hw2.0/firmware-4.bin +firmware: ath10k/QCA988X/hw2.0/firmware-5.bin +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: ath9k_htc/htc_7010-1.4.0.fw +firmware: ath9k_htc/htc_9271-1.4.0.fw +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmel_at76c506.bin +firmware: atmsar11.fw +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_lp.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode24_lcn.fw +firmware: b43/ucode25_lcn.fw +firmware: b43/ucode25_mimo.fw +firmware: b43/ucode26_mimo.fw +firmware: b43/ucode29_mimo.fw +firmware: b43/ucode30_mimo.fw +firmware: b43/ucode33_lcn40.fw +firmware: b43/ucode40.fw +firmware: b43/ucode42.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.13.11.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.11.0.fw +firmware: bnx2x/bnx2x-e2-7.13.11.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmfmac43012-sdio.bin +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b5-sdio.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac43340-sdio.bin +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac43430-sdio.bin +firmware: brcm/brcmfmac43430a0-sdio.bin +firmware: brcm/brcmfmac43455-sdio.bin +firmware: brcm/brcmfmac43456-sdio.bin +firmware: brcm/brcmfmac4350-pcie.bin +firmware: brcm/brcmfmac4350c2-pcie.bin +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4356-pcie.bin +firmware: brcm/brcmfmac4356-sdio.bin +firmware: brcm/brcmfmac43569.bin +firmware: brcm/brcmfmac43570-pcie.bin +firmware: brcm/brcmfmac4358-pcie.bin +firmware: brcm/brcmfmac4359-pcie.bin +firmware: brcm/brcmfmac43602-pcie.bin +firmware: brcm/brcmfmac4365b-pcie.bin +firmware: brcm/brcmfmac4365c-pcie.bin +firmware: brcm/brcmfmac4366b-pcie.bin +firmware: brcm/brcmfmac4366c-pcie.bin +firmware: brcm/brcmfmac4371-pcie.bin +firmware: brcm/brcmfmac4373-sdio.bin +firmware: brcm/brcmfmac4373.bin +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: carl9170-1.fw +firmware: cavium/cnn55xx_se.fw +firmware: cbfw-3.2.5.1.bin +firmware: cmmb_ming_app.inp +firmware: cmmb_vega_12mhz.inp +firmware: cmmb_venice_12mhz.inp +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cpia2/stv0672_vp4.bin +firmware: ct2fw-3.2.5.1.bin +firmware: ctfw-3.2.5.1.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cxgb4/t5fw.bin +firmware: cxgb4/t6fw.bin +firmware: cyzfirm.bin +firmware: daqboard2000_firmware.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-demod-m88ds3103.fw +firmware: dvb-demod-m88rs6000.fw +firmware: dvb-demod-mn88472-02.fw +firmware: dvb-demod-mn88473-01.fw +firmware: dvb-demod-si2165.fw +firmware: dvb-demod-si2168-a20-01.fw +firmware: dvb-demod-si2168-a30-01.fw +firmware: dvb-demod-si2168-b40-01.fw +firmware: dvb-demod-si2168-d60-01.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-cx24117.fw +firmware: dvb-fe-drxj-mc-1.0.8.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc4000-1.4.1.fw +firmware: dvb-fe-xc4000-1.4.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-tuner-si2141-a10-01.fw +firmware: dvb-tuner-si2157-a30-01.fw +firmware: dvb-tuner-si2158-a20-01.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-dw2101.fw +firmware: dvb-usb-dw2102.fw +firmware: dvb-usb-dw2104.fw +firmware: dvb-usb-dw3101.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9303-01.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-p1100.fw +firmware: dvb-usb-p7500.fw +firmware: dvb-usb-s630.fw +firmware: dvb-usb-s660.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: dvb_nova_12mhz.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_rio.inp +firmware: dvbh_rio.inp +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: edgeport/boot.fw +firmware: edgeport/boot2.fw +firmware: edgeport/down.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: f2255usb.bin +firmware: fm_radio.inp +firmware: fm_radio_rio.inp +firmware: fw.ram.bin +firmware: hfi1_dc8051.fw +firmware: hfi1_fabric.fw +firmware: hfi1_pcie.fw +firmware: hfi1_sbus.fw +firmware: i1480-phy-0.0.bin +firmware: i1480-pre-phy-0.0.bin +firmware: i1480-usb-0.0.bin +firmware: i2400m-fw-usb-1.5.sbcf +firmware: i6050-fw-usb-1.5.sbcf +firmware: i915/bxt_dmc_ver1_07.bin +firmware: i915/bxt_guc_33.0.0.bin +firmware: i915/bxt_huc_ver01_8_2893.bin +firmware: i915/cnl_dmc_ver1_07.bin +firmware: i915/glk_dmc_ver1_04.bin +firmware: i915/glk_guc_33.0.0.bin +firmware: i915/glk_huc_ver03_01_2893.bin +firmware: i915/icl_dmc_ver1_07.bin +firmware: i915/icl_guc_33.0.0.bin +firmware: i915/icl_huc_ver8_4_3238.bin +firmware: i915/kbl_dmc_ver1_04.bin +firmware: i915/kbl_guc_33.0.0.bin +firmware: i915/kbl_huc_ver02_00_1810.bin +firmware: i915/skl_dmc_ver1_27.bin +firmware: i915/skl_guc_33.0.0.bin +firmware: i915/skl_huc_ver01_07_1398.bin +firmware: i915/tgl_dmc_ver2_04.bin +firmware: intel/ice/ddp/ice.pkg +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2100-1.3.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isi4608.bin +firmware: isi4616.bin +firmware: isi608.bin +firmware: isi608em.bin +firmware: isi616em.bin +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-17.ucode +firmware: iwlwifi-3168-29.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-6.ucode +firmware: iwlwifi-6000g2a-6.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-17.ucode +firmware: iwlwifi-7265-17.ucode +firmware: iwlwifi-7265D-29.ucode +firmware: iwlwifi-8000C-36.ucode +firmware: iwlwifi-8265-36.ucode +firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode +firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode +firmware: iwlwifi-Qu-a0-hr-a0-50.ucode +firmware: iwlwifi-Qu-a0-jf-b0-50.ucode +firmware: iwlwifi-Qu-b0-jf-b0-50.ucode +firmware: iwlwifi-Qu-c0-hr-b0-50.ucode +firmware: iwlwifi-QuQnj-a0-hr-a0-50.ucode +firmware: iwlwifi-QuQnj-b0-hr-b0-50.ucode +firmware: iwlwifi-QuQnj-b0-jf-b0-50.ucode +firmware: iwlwifi-QuQnj-f0-hr-a0-50.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-50.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-50.ucode +firmware: iwlwifi-cc-a0-50.ucode +firmware: iwlwifi-so-a0-gf-a0-50.ucode +firmware: iwlwifi-so-a0-hr-b0-50.ucode +firmware: iwlwifi-so-a0-jf-b0-50.ucode +firmware: iwlwifi-ty-a0-gf-a0-50.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7650e.bin +firmware: mellanox/mlxsw_spectrum-13.2000.1886.mfa2 +firmware: moxa/moxa-1110.fw +firmware: moxa/moxa-1130.fw +firmware: moxa/moxa-1131.fw +firmware: moxa/moxa-1150.fw +firmware: moxa/moxa-1151.fw +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/sd8887_uapsta.bin +firmware: mrvl/sd8897_uapsta.bin +firmware: mrvl/sd8987_uapsta.bin +firmware: mrvl/sdsd8977_combo_v2.bin +firmware: mrvl/sdsd8997_combo_v4.bin +firmware: mrvl/usb8766_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8801_uapsta.bin +firmware: mrvl/usbusb8997_combo_v4.bin +firmware: mt7601u.bin +firmware: mt7603_e1.bin +firmware: mt7603_e2.bin +firmware: mt7628_e1.bin +firmware: mt7628_e2.bin +firmware: mt7662.bin +firmware: mt7662_rom_patch.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8366_ap-3.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: netronome/nic_AMDA0058-0011_2x40.nffw +firmware: netronome/nic_AMDA0058-0012_2x40.nffw +firmware: netronome/nic_AMDA0081-0001_1x40.nffw +firmware: netronome/nic_AMDA0081-0001_4x10.nffw +firmware: netronome/nic_AMDA0096-0001_2x10.nffw +firmware: netronome/nic_AMDA0097-0001_2x40.nffw +firmware: netronome/nic_AMDA0097-0001_4x10_1x40.nffw +firmware: netronome/nic_AMDA0097-0001_8x10.nffw +firmware: netronome/nic_AMDA0099-0001_1x10_1x25.nffw +firmware: netronome/nic_AMDA0099-0001_2x10.nffw +firmware: netronome/nic_AMDA0099-0001_2x25.nffw +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: nvidia/gm200/acr/bl.bin +firmware: nvidia/gm200/acr/ucode_load.bin +firmware: nvidia/gm200/acr/ucode_unload.bin +firmware: nvidia/gm200/gr/fecs_bl.bin +firmware: nvidia/gm200/gr/fecs_data.bin +firmware: nvidia/gm200/gr/fecs_inst.bin +firmware: nvidia/gm200/gr/fecs_sig.bin +firmware: nvidia/gm200/gr/gpccs_bl.bin +firmware: nvidia/gm200/gr/gpccs_data.bin +firmware: nvidia/gm200/gr/gpccs_inst.bin +firmware: nvidia/gm200/gr/gpccs_sig.bin +firmware: nvidia/gm200/gr/sw_bundle_init.bin +firmware: nvidia/gm200/gr/sw_ctx.bin +firmware: nvidia/gm200/gr/sw_method_init.bin +firmware: nvidia/gm200/gr/sw_nonctx.bin +firmware: nvidia/gm204/acr/bl.bin +firmware: nvidia/gm204/acr/ucode_load.bin +firmware: nvidia/gm204/acr/ucode_unload.bin +firmware: nvidia/gm204/gr/fecs_bl.bin +firmware: nvidia/gm204/gr/fecs_data.bin +firmware: nvidia/gm204/gr/fecs_inst.bin +firmware: nvidia/gm204/gr/fecs_sig.bin +firmware: nvidia/gm204/gr/gpccs_bl.bin +firmware: nvidia/gm204/gr/gpccs_data.bin +firmware: nvidia/gm204/gr/gpccs_inst.bin +firmware: nvidia/gm204/gr/gpccs_sig.bin +firmware: nvidia/gm204/gr/sw_bundle_init.bin +firmware: nvidia/gm204/gr/sw_ctx.bin +firmware: nvidia/gm204/gr/sw_method_init.bin +firmware: nvidia/gm204/gr/sw_nonctx.bin +firmware: nvidia/gm206/acr/bl.bin +firmware: nvidia/gm206/acr/ucode_load.bin +firmware: nvidia/gm206/acr/ucode_unload.bin +firmware: nvidia/gm206/gr/fecs_bl.bin +firmware: nvidia/gm206/gr/fecs_data.bin +firmware: nvidia/gm206/gr/fecs_inst.bin +firmware: nvidia/gm206/gr/fecs_sig.bin +firmware: nvidia/gm206/gr/gpccs_bl.bin +firmware: nvidia/gm206/gr/gpccs_data.bin +firmware: nvidia/gm206/gr/gpccs_inst.bin +firmware: nvidia/gm206/gr/gpccs_sig.bin +firmware: nvidia/gm206/gr/sw_bundle_init.bin +firmware: nvidia/gm206/gr/sw_ctx.bin +firmware: nvidia/gm206/gr/sw_method_init.bin +firmware: nvidia/gm206/gr/sw_nonctx.bin +firmware: nvidia/gp100/acr/bl.bin +firmware: nvidia/gp100/acr/ucode_load.bin +firmware: nvidia/gp100/acr/ucode_unload.bin +firmware: nvidia/gp100/gr/fecs_bl.bin +firmware: nvidia/gp100/gr/fecs_data.bin +firmware: nvidia/gp100/gr/fecs_inst.bin +firmware: nvidia/gp100/gr/fecs_sig.bin +firmware: nvidia/gp100/gr/gpccs_bl.bin +firmware: nvidia/gp100/gr/gpccs_data.bin +firmware: nvidia/gp100/gr/gpccs_inst.bin +firmware: nvidia/gp100/gr/gpccs_sig.bin +firmware: nvidia/gp100/gr/sw_bundle_init.bin +firmware: nvidia/gp100/gr/sw_ctx.bin +firmware: nvidia/gp100/gr/sw_method_init.bin +firmware: nvidia/gp100/gr/sw_nonctx.bin +firmware: nvidia/gp102/acr/bl.bin +firmware: nvidia/gp102/acr/ucode_load.bin +firmware: nvidia/gp102/acr/ucode_unload.bin +firmware: nvidia/gp102/acr/unload_bl.bin +firmware: nvidia/gp102/gr/fecs_bl.bin +firmware: nvidia/gp102/gr/fecs_data.bin +firmware: nvidia/gp102/gr/fecs_inst.bin +firmware: nvidia/gp102/gr/fecs_sig.bin +firmware: nvidia/gp102/gr/gpccs_bl.bin +firmware: nvidia/gp102/gr/gpccs_data.bin +firmware: nvidia/gp102/gr/gpccs_inst.bin +firmware: nvidia/gp102/gr/gpccs_sig.bin +firmware: nvidia/gp102/gr/sw_bundle_init.bin +firmware: nvidia/gp102/gr/sw_ctx.bin +firmware: nvidia/gp102/gr/sw_method_init.bin +firmware: nvidia/gp102/gr/sw_nonctx.bin +firmware: nvidia/gp102/nvdec/scrubber.bin +firmware: nvidia/gp102/sec2/desc-1.bin +firmware: nvidia/gp102/sec2/desc.bin +firmware: nvidia/gp102/sec2/image-1.bin +firmware: nvidia/gp102/sec2/image.bin +firmware: nvidia/gp102/sec2/sig-1.bin +firmware: nvidia/gp102/sec2/sig.bin +firmware: nvidia/gp104/acr/bl.bin +firmware: nvidia/gp104/acr/ucode_load.bin +firmware: nvidia/gp104/acr/ucode_unload.bin +firmware: nvidia/gp104/acr/unload_bl.bin +firmware: nvidia/gp104/gr/fecs_bl.bin +firmware: nvidia/gp104/gr/fecs_data.bin +firmware: nvidia/gp104/gr/fecs_inst.bin +firmware: nvidia/gp104/gr/fecs_sig.bin +firmware: nvidia/gp104/gr/gpccs_bl.bin +firmware: nvidia/gp104/gr/gpccs_data.bin +firmware: nvidia/gp104/gr/gpccs_inst.bin +firmware: nvidia/gp104/gr/gpccs_sig.bin +firmware: nvidia/gp104/gr/sw_bundle_init.bin +firmware: nvidia/gp104/gr/sw_ctx.bin +firmware: nvidia/gp104/gr/sw_method_init.bin +firmware: nvidia/gp104/gr/sw_nonctx.bin +firmware: nvidia/gp104/nvdec/scrubber.bin +firmware: nvidia/gp104/sec2/desc-1.bin +firmware: nvidia/gp104/sec2/desc.bin +firmware: nvidia/gp104/sec2/image-1.bin +firmware: nvidia/gp104/sec2/image.bin +firmware: nvidia/gp104/sec2/sig-1.bin +firmware: nvidia/gp104/sec2/sig.bin +firmware: nvidia/gp106/acr/bl.bin +firmware: nvidia/gp106/acr/ucode_load.bin +firmware: nvidia/gp106/acr/ucode_unload.bin +firmware: nvidia/gp106/acr/unload_bl.bin +firmware: nvidia/gp106/gr/fecs_bl.bin +firmware: nvidia/gp106/gr/fecs_data.bin +firmware: nvidia/gp106/gr/fecs_inst.bin +firmware: nvidia/gp106/gr/fecs_sig.bin +firmware: nvidia/gp106/gr/gpccs_bl.bin +firmware: nvidia/gp106/gr/gpccs_data.bin +firmware: nvidia/gp106/gr/gpccs_inst.bin +firmware: nvidia/gp106/gr/gpccs_sig.bin +firmware: nvidia/gp106/gr/sw_bundle_init.bin +firmware: nvidia/gp106/gr/sw_ctx.bin +firmware: nvidia/gp106/gr/sw_method_init.bin +firmware: nvidia/gp106/gr/sw_nonctx.bin +firmware: nvidia/gp106/nvdec/scrubber.bin +firmware: nvidia/gp106/sec2/desc-1.bin +firmware: nvidia/gp106/sec2/desc.bin +firmware: nvidia/gp106/sec2/image-1.bin +firmware: nvidia/gp106/sec2/image.bin +firmware: nvidia/gp106/sec2/sig-1.bin +firmware: nvidia/gp106/sec2/sig.bin +firmware: nvidia/gp107/acr/bl.bin +firmware: nvidia/gp107/acr/ucode_load.bin +firmware: nvidia/gp107/acr/ucode_unload.bin +firmware: nvidia/gp107/acr/unload_bl.bin +firmware: nvidia/gp107/gr/fecs_bl.bin +firmware: nvidia/gp107/gr/fecs_data.bin +firmware: nvidia/gp107/gr/fecs_inst.bin +firmware: nvidia/gp107/gr/fecs_sig.bin +firmware: nvidia/gp107/gr/gpccs_bl.bin +firmware: nvidia/gp107/gr/gpccs_data.bin +firmware: nvidia/gp107/gr/gpccs_inst.bin +firmware: nvidia/gp107/gr/gpccs_sig.bin +firmware: nvidia/gp107/gr/sw_bundle_init.bin +firmware: nvidia/gp107/gr/sw_ctx.bin +firmware: nvidia/gp107/gr/sw_method_init.bin +firmware: nvidia/gp107/gr/sw_nonctx.bin +firmware: nvidia/gp107/nvdec/scrubber.bin +firmware: nvidia/gp107/sec2/desc-1.bin +firmware: nvidia/gp107/sec2/desc.bin +firmware: nvidia/gp107/sec2/image-1.bin +firmware: nvidia/gp107/sec2/image.bin +firmware: nvidia/gp107/sec2/sig-1.bin +firmware: nvidia/gp107/sec2/sig.bin +firmware: nvidia/gp108/acr/bl.bin +firmware: nvidia/gp108/acr/ucode_load.bin +firmware: nvidia/gp108/acr/ucode_unload.bin +firmware: nvidia/gp108/acr/unload_bl.bin +firmware: nvidia/gp108/gr/fecs_bl.bin +firmware: nvidia/gp108/gr/fecs_data.bin +firmware: nvidia/gp108/gr/fecs_inst.bin +firmware: nvidia/gp108/gr/fecs_sig.bin +firmware: nvidia/gp108/gr/gpccs_bl.bin +firmware: nvidia/gp108/gr/gpccs_data.bin +firmware: nvidia/gp108/gr/gpccs_inst.bin +firmware: nvidia/gp108/gr/gpccs_sig.bin +firmware: nvidia/gp108/gr/sw_bundle_init.bin +firmware: nvidia/gp108/gr/sw_ctx.bin +firmware: nvidia/gp108/gr/sw_method_init.bin +firmware: nvidia/gp108/gr/sw_nonctx.bin +firmware: nvidia/gp108/nvdec/scrubber.bin +firmware: nvidia/gp108/sec2/desc.bin +firmware: nvidia/gp108/sec2/image.bin +firmware: nvidia/gp108/sec2/sig.bin +firmware: nvidia/gv100/acr/bl.bin +firmware: nvidia/gv100/acr/ucode_load.bin +firmware: nvidia/gv100/acr/ucode_unload.bin +firmware: nvidia/gv100/acr/unload_bl.bin +firmware: nvidia/gv100/gr/fecs_bl.bin +firmware: nvidia/gv100/gr/fecs_data.bin +firmware: nvidia/gv100/gr/fecs_inst.bin +firmware: nvidia/gv100/gr/fecs_sig.bin +firmware: nvidia/gv100/gr/gpccs_bl.bin +firmware: nvidia/gv100/gr/gpccs_data.bin +firmware: nvidia/gv100/gr/gpccs_inst.bin +firmware: nvidia/gv100/gr/gpccs_sig.bin +firmware: nvidia/gv100/gr/sw_bundle_init.bin +firmware: nvidia/gv100/gr/sw_ctx.bin +firmware: nvidia/gv100/gr/sw_method_init.bin +firmware: nvidia/gv100/gr/sw_nonctx.bin +firmware: nvidia/gv100/nvdec/scrubber.bin +firmware: nvidia/gv100/sec2/desc.bin +firmware: nvidia/gv100/sec2/image.bin +firmware: nvidia/gv100/sec2/sig.bin +firmware: orinoco_ezusb_fw +firmware: pca200e_ecd.bin2 +firmware: phanfw.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: qat_895xcc.bin +firmware: qat_895xcc_mmp.bin +firmware: qcom/a300_pfp.fw +firmware: qcom/a300_pm4.fw +firmware: qcom/a330_pfp.fw +firmware: qcom/a330_pm4.fw +firmware: qcom/a420_pfp.fw +firmware: qcom/a420_pm4.fw +firmware: qcom/a530_pfp.fw +firmware: qcom/a530_pm4.fw +firmware: qcom/a530_zap.b00 +firmware: qcom/a530_zap.b01 +firmware: qcom/a530_zap.b02 +firmware: qcom/a530_zap.mdt +firmware: qcom/a530v3_gpmu.fw2 +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qed/qed_init_values_zipped-8.37.7.0.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r8a779x_usb3_v1.dlmem +firmware: r8a779x_usb3_v2.dlmem +firmware: r8a779x_usb3_v3.dlmem +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BARTS_smc.bin +firmware: radeon/BONAIRE_ce.bin +firmware: radeon/BONAIRE_mc.bin +firmware: radeon/BONAIRE_mc2.bin +firmware: radeon/BONAIRE_me.bin +firmware: radeon/BONAIRE_mec.bin +firmware: radeon/BONAIRE_pfp.bin +firmware: radeon/BONAIRE_rlc.bin +firmware: radeon/BONAIRE_sdma.bin +firmware: radeon/BONAIRE_smc.bin +firmware: radeon/BONAIRE_uvd.bin +firmware: radeon/BONAIRE_vce.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAICOS_smc.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CAYMAN_smc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CEDAR_smc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/CYPRESS_smc.bin +firmware: radeon/CYPRESS_uvd.bin +firmware: radeon/HAINAN_ce.bin +firmware: radeon/HAINAN_mc.bin +firmware: radeon/HAINAN_mc2.bin +firmware: radeon/HAINAN_me.bin +firmware: radeon/HAINAN_pfp.bin +firmware: radeon/HAINAN_rlc.bin +firmware: radeon/HAINAN_smc.bin +firmware: radeon/HAWAII_ce.bin +firmware: radeon/HAWAII_mc.bin +firmware: radeon/HAWAII_mc2.bin +firmware: radeon/HAWAII_me.bin +firmware: radeon/HAWAII_mec.bin +firmware: radeon/HAWAII_pfp.bin +firmware: radeon/HAWAII_rlc.bin +firmware: radeon/HAWAII_sdma.bin +firmware: radeon/HAWAII_smc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/JUNIPER_smc.bin +firmware: radeon/KABINI_ce.bin +firmware: radeon/KABINI_me.bin +firmware: radeon/KABINI_mec.bin +firmware: radeon/KABINI_pfp.bin +firmware: radeon/KABINI_rlc.bin +firmware: radeon/KABINI_sdma.bin +firmware: radeon/KAVERI_ce.bin +firmware: radeon/KAVERI_me.bin +firmware: radeon/KAVERI_mec.bin +firmware: radeon/KAVERI_pfp.bin +firmware: radeon/KAVERI_rlc.bin +firmware: radeon/KAVERI_sdma.bin +firmware: radeon/MULLINS_ce.bin +firmware: radeon/MULLINS_me.bin +firmware: radeon/MULLINS_mec.bin +firmware: radeon/MULLINS_pfp.bin +firmware: radeon/MULLINS_rlc.bin +firmware: radeon/MULLINS_sdma.bin +firmware: radeon/OLAND_ce.bin +firmware: radeon/OLAND_mc.bin +firmware: radeon/OLAND_mc2.bin +firmware: radeon/OLAND_me.bin +firmware: radeon/OLAND_pfp.bin +firmware: radeon/OLAND_rlc.bin +firmware: radeon/OLAND_smc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_mc2.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/PITCAIRN_smc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R600_uvd.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/REDWOOD_smc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RS780_uvd.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV710_smc.bin +firmware: radeon/RV710_uvd.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV730_smc.bin +firmware: radeon/RV740_smc.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/RV770_smc.bin +firmware: radeon/RV770_uvd.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/SUMO_uvd.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_mc2.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TAHITI_smc.bin +firmware: radeon/TAHITI_uvd.bin +firmware: radeon/TAHITI_vce.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/TURKS_smc.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_mc2.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: radeon/VERDE_smc.bin +firmware: radeon/banks_k_2_smc.bin +firmware: radeon/bonaire_ce.bin +firmware: radeon/bonaire_k_smc.bin +firmware: radeon/bonaire_mc.bin +firmware: radeon/bonaire_me.bin +firmware: radeon/bonaire_mec.bin +firmware: radeon/bonaire_pfp.bin +firmware: radeon/bonaire_rlc.bin +firmware: radeon/bonaire_sdma.bin +firmware: radeon/bonaire_smc.bin +firmware: radeon/bonaire_uvd.bin +firmware: radeon/hainan_ce.bin +firmware: radeon/hainan_k_smc.bin +firmware: radeon/hainan_mc.bin +firmware: radeon/hainan_me.bin +firmware: radeon/hainan_pfp.bin +firmware: radeon/hainan_rlc.bin +firmware: radeon/hainan_smc.bin +firmware: radeon/hawaii_ce.bin +firmware: radeon/hawaii_k_smc.bin +firmware: radeon/hawaii_mc.bin +firmware: radeon/hawaii_me.bin +firmware: radeon/hawaii_mec.bin +firmware: radeon/hawaii_pfp.bin +firmware: radeon/hawaii_rlc.bin +firmware: radeon/hawaii_sdma.bin +firmware: radeon/hawaii_smc.bin +firmware: radeon/kabini_ce.bin +firmware: radeon/kabini_me.bin +firmware: radeon/kabini_mec.bin +firmware: radeon/kabini_pfp.bin +firmware: radeon/kabini_rlc.bin +firmware: radeon/kabini_sdma.bin +firmware: radeon/kaveri_ce.bin +firmware: radeon/kaveri_me.bin +firmware: radeon/kaveri_mec.bin +firmware: radeon/kaveri_mec2.bin +firmware: radeon/kaveri_pfp.bin +firmware: radeon/kaveri_rlc.bin +firmware: radeon/kaveri_sdma.bin +firmware: radeon/mullins_ce.bin +firmware: radeon/mullins_me.bin +firmware: radeon/mullins_mec.bin +firmware: radeon/mullins_pfp.bin +firmware: radeon/mullins_rlc.bin +firmware: radeon/mullins_sdma.bin +firmware: radeon/oland_ce.bin +firmware: radeon/oland_k_smc.bin +firmware: radeon/oland_mc.bin +firmware: radeon/oland_me.bin +firmware: radeon/oland_pfp.bin +firmware: radeon/oland_rlc.bin +firmware: radeon/oland_smc.bin +firmware: radeon/pitcairn_ce.bin +firmware: radeon/pitcairn_k_smc.bin +firmware: radeon/pitcairn_mc.bin +firmware: radeon/pitcairn_me.bin +firmware: radeon/pitcairn_pfp.bin +firmware: radeon/pitcairn_rlc.bin +firmware: radeon/pitcairn_smc.bin +firmware: radeon/si58_mc.bin +firmware: radeon/tahiti_ce.bin +firmware: radeon/tahiti_mc.bin +firmware: radeon/tahiti_me.bin +firmware: radeon/tahiti_pfp.bin +firmware: radeon/tahiti_rlc.bin +firmware: radeon/tahiti_smc.bin +firmware: radeon/verde_ce.bin +firmware: radeon/verde_k_smc.bin +firmware: radeon/verde_mc.bin +firmware: radeon/verde_me.bin +firmware: radeon/verde_pfp.bin +firmware: radeon/verde_rlc.bin +firmware: radeon/verde_smc.bin +firmware: rp2.fw +firmware: rs9113_wlan_qspi.rps +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt73.bin +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-2.fw +firmware: rtl_nic/rtl8107e-1.fw +firmware: rtl_nic/rtl8107e-2.fw +firmware: rtl_nic/rtl8125a-3.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168fp-3.fw +firmware: rtl_nic/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.fw +firmware: rtl_nic/rtl8168h-1.fw +firmware: rtl_nic/rtl8168h-2.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtl_nic/rtl8411-2.fw +firmware: rtlwifi/rtl8188efw.bin +firmware: rtlwifi/rtl8188eufw.bin +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.bin +firmware: rtlwifi/rtl8192eu_nic.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aufw_A.bin +firmware: rtlwifi/rtl8723aufw_B.bin +firmware: rtlwifi/rtl8723aufw_B_NoBT.bin +firmware: rtlwifi/rtl8723befw.bin +firmware: rtlwifi/rtl8723befw_36.bin +firmware: rtlwifi/rtl8723bu_bt.bin +firmware: rtlwifi/rtl8723bu_nic.bin +firmware: rtlwifi/rtl8723efw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: rtlwifi/rtl8821aefw_29.bin +firmware: s5k4ecgx.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vxge/X3fw-pxe.ncf +firmware: vxge/X3fw.ncf +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur diff --git a/debian.aws/abi/perm-blacklist b/debian.aws/abi/perm-blacklist new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/debian.aws/changelog b/debian.aws/changelog new file mode 100644 index 0000000000000..2ddb675bf6c8c --- /dev/null +++ b/debian.aws/changelog @@ -0,0 +1,37731 @@ +linux-aws (5.4.0-1080.87) focal; urgency=medium + + [ Ubuntu: 5.4.0-120.136 ] + + * CVE-2022-21123 // CVE-2022-21125 // CVE-2022-21166 + - cpu/speculation: Add prototype for cpu_show_srbds() + - x86/cpu: Add Jasper Lake to Intel family + - x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel + CPU family + - x86/cpu: Add another Alder Lake CPU to the Intel family + - Documentation: Add documentation for Processor MMIO Stale Data + - x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug + - x86/speculation: Add a common function for MD_CLEAR mitigation update + - x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data + - x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations + - x86/speculation/mmio: Enable CPU Fill buffer clearing on idle + - x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data + - x86/speculation/srbds: Update SRBDS mitigation selection + - x86/speculation/mmio: Reuse SRBDS mitigation for SBDS + - KVM: x86/speculation: Disable Fill buffer clear within guests + - x86/speculation/mmio: Print SMT warning + + -- Thadeu Lima de Souza Cascardo Fri, 10 Jun 2022 10:43:32 -0300 + +linux-aws (5.4.0-1078.84) focal; urgency=medium + + [ Ubuntu: 5.4.0-117.132 ] + + * CVE-2022-1966 + - netfilter: nf_tables: add nft_set_elem_expr_alloc() + - netfilter: nf_tables: disallow non-stateful expression in sets earlier + + -- Thadeu Lima de Souza Cascardo Wed, 01 Jun 2022 21:39:00 -0300 + +linux-aws (5.4.0-1076.81) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1076.81 -proposed tracker (LP: #1974356) + + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] aws: CONFIG_HISI_PMU=m + + [ Ubuntu: 5.4.0-115.129 ] + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + [ Ubuntu: 5.4.0-114.128 ] + + * focal/linux: 5.4.0-114.128 -proposed tracker (LP: #1974391) + * 32 GT/s PCI link speeds reporting "Unknown speed" in sysfs (LP: #1970798) + - PCI: Add 32 GT/s decoding in some macros + - PCI: Add pci_speed_string() + - PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings + - PCI: Add PCIE_LNKCAP2_SLS2SPEED() macro + * issuing invalid ioctl to /dev/vsock may spam dmesg (LP: #1971480) + - vsock: remove ratelimit unknown ioctl message + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers + - [Config] CONFIG_HISI_PMU=m + * Focal update: v5.4.189 upstream stable release (LP: #1971497) + - swiotlb: fix info leak with DMA_FROM_DEVICE + - USB: serial: pl2303: add IBM device IDs + - USB: serial: simple: add Nokia phone driver + - netdevice: add the case if dev is NULL + - HID: logitech-dj: add new lightspeed receiver id + - xfrm: fix tunnel model fragmentation behavior + - virtio_console: break out of buf poll on remove + - ethernet: sun: Free the coherent when failing in probing + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - spi: Fix erroneous sgs value with min_t() + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - iommu/iova: Improve 32-bit free space estimate + - tpm: fix reference counting for struct tpm_chip + - block: Add a helper to validate the block size + - virtio-blk: Use blk_validate_block_size() to validate block size + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - coresight: Fix TRCCONFIGR.QE sysfs interface + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: uniphier: Fix fixed-rate initialization + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - pinctrl: samsung: drop pin banks references on error paths + - spi: mxic: Fix the transmit path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: Fix fill_callchain return value + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - udp: call udp_encap_enable for v6 sockets when enabling encap + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - mailbox: tegra-hsp: Flush whole channel + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - carl9170: fix missing bit-wise or operator for tx_params + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - DEC: Limit PMAX memory probing to R3k systems + - media: davinci: vpif: fix unbalanced runtime PM get + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - PCI: pciehp: Clear cmd_busy bit in polling mode + - regulator: qcom_smd: fix for_each_child.cocci warnings + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - selftests/x86: Add validity check and allow field splitting + - audit: log AUDIT_TIME_* records only from rules + - crypto: ccree - don't attempt 0 len DMA mappings + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - hwrng: atmel - disable trng on failure path + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - f2fs: fix to avoid potential deadlock + - media: bttv: fix WARNING regression on tunerless devices + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: hantro: Fix overfill bottom register field name + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: video/hdmi: handle short reads of hdmi info frame. + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - udmabuf: validate ubuf->pagecount + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - ath9k_htc: fix uninit value bugs + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix abort all task initialization + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - PCI: Reduce warnings on possible RW1C corruption + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - powerpc/sysdev: fix incorrect use to determine if list is empty + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - MIPS: RB532: fix return value of __setup handler + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - misc: alcor_pci: Fix an error handling path + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - NFS: Return valid errors from nfs2/3_decode_dirent() + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - clk: qcom: gcc-msm8994: Fix gpll4 width + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - lib/test: use after free in register_test_dev_kmod() + - LSM: general protection fault in legacy_parse_param + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - spi: tegra20: Use of_device_get_match_data() + - ext4: don't BUG if someone dirty pages without asking ext4 first + - ntfs: add sanity check on allocation size + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: cx88-mpeg: clear interrupt status register before streaming video + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Fix build errors with newer binutils + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: rename_whiteout: correct old_dir size computing + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - XArray: Update the LRU list in xas_split() + - rtc: check if __rtc_read_time was successful + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - powerpc/kasan: Fix early region not updated correctly + - ASoC: soc-compress: Change the check for codec_dai + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: topology: Allow TLV control to be either read or write + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - um: Fix uml_mconsole stop/go + - openvswitch: Fixed nd target mask field in the flow dump. + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - rtc: wm8350: Handle error for wm8350_register_irq + - riscv module: remove (NOLOAD) + - ARM: 9187/1: JIVE: fix return value of __setup handler + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - ptp: replace snprintf with sysfs_emit + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - power: supply: axp20x_battery: properly report current when discharging + - ipv6: make mc_forwarding atomic + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - power: supply: axp288-charger: Set Vhold to 4.4V + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - drm/amdkfd: make CRAT table missing message informational only + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - bnxt_en: Eliminate unintended link toggle during FW reset + - MIPS: fix fortify panic when copying asm exception handlers + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - xtensa: fix DTC warning unit_address_format + - Bluetooth: Fix use after free in hci_send_acl + - netlabel: fix out-of-bounds memory accesses + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4: Protect the state recovery thread against direct reclaim + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULL + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - bnxt_en: reserve space inside receive page for skb_shared_info + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ipv6: Fix stats accounting in ip6_pkt_drop + - net: openvswitch: don't send internal clone attribute to the userspace. + - rxrpc: fix a race in rxrpc_exit_net() + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - lz4: fix LZ4_decompress_safe_partial read out of bound + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - btrfs: fix qgroup reserve overflow the qgroup limit + - arm64: patch_text: Fixup last cpu should be master + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - mmc: mmci_sdmmc: Replace sg_dma_xxx macros + - mmc: mmci: stm32: correctly check all elements of sg list + - mm: don't skip swap entry even if zap_details specified + - arm64: module: remove (NOLOAD) from linker script + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - drm/amdkfd: add missing void argument to function kgd2kfd_init + - drm/amdkfd: Fix -Wstrict-prototypes from + amdgpu_amdkfd_gfx_10_0_get_functions() + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - Linux 5.4.189 + * Focal update: v5.4.188 upstream stable release (LP: #1971496) + - nfsd: cleanup nfsd_file_lru_dispose() + - nfsd: Containerise filecache laundrette + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - staging: fbtft: fb_st7789v: reset display before initialization + - thermal: int340x: fix memory leak in int3400_notify() + - llc: fix netdevice reference leaks in llc_ui_bind() + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - rcu: Don't deboost before reporting expedited quiescent state + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.4.188 + * Focal update: v5.4.187 upstream stable release (LP: #1971493) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - efi: fix return value of __setup handlers + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - hv_netvsc: Add check for kvmalloc_array + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - Linux 5.4.187 + * Focal update: v5.4.186 upstream stable release (LP: #1969678) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - sctp: fix the processing for INIT chunk + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - kselftest/vm: fix tests build with old libc + - fixup for "arm64 entry: Add macro for reading symbol address from the + trampoline" + - Linux 5.4.186 + * Focal update: v5.4.185 upstream stable release (LP: #1969672) + - clk: qcom: gdsc: Add support to update GDSC transition delay + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - qed: return status of qed_iov_get_link + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - ARM: dts: aspeed: Fix AST2600 quad spi group + - ethernet: Fix error handling in xemaclite_of_probe + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net-sysfs: add check for netdevice being present to speed_show + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix pipe buffer lifetime for direct_io + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - ARM: fix Thumb2 regression with Spectre BHB + - ext4: add check to prevent attempting to resize an fs with sparse_super2 + - x86/cpufeatures: Mark two free bits in word 3 + - x86/cpu: Add hardware-enforced cache coherency as a CPUID feature + - x86/mm/pat: Don't flush cache if hardware enforces cache coherency across + encryption domnains + - KVM: SVM: Don't flush cache if hardware enforces cache coherency across + encryption domains + - Linux 5.4.185 + * Focal update: v5.4.184 upstream stable release (LP: #1969242) + - arm/arm64: Provide a wrapper for SMCCC 1.1 calls + - arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit() + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - [Config] updateconfigs for HARDEN_BRANCH_HISTORY + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - ARM: fix build error when BPF_SYSCALL is disabled + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Linux 5.4.184 + * Focal update: v5.4.183 upstream stable release (LP: #1969239) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - cifs: fix double free race when mount fails in cifs_get_root() + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - ata: pata_hpt37x: fix PCI clock detection + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - xfrm: enforce validity of offload input flags + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: dcb: flush lingering app table entries for unregistered devices + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - block: Fix fsync always failed if once failed + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - sched/topology: Make sched_init_numa() use a set for the deduplicating sort + - sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() + - ia64: ensure proper NUMA distance and possible map initialization + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - efivars: Respect "block" flag in efivar_entry_set_safe() + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - can: gs_usb: change active_channels's type from atomic_t to u8 + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - soc: fsl: qe: Check of ioremap return value + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - nl80211: Handle nla_memdup failures in handle_nan_filter + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - net: dcb: disable softirqs in dcbnl_flush_dev() + - hamradio: fix macro redefine warning + - Linux 5.4.183 + * Focal update: v5.4.182 upstream stable release (LP: #1969236) + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - clk: jz4725b: fix mmc0 clock gating + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - drm/amdgpu: disable MMHUB PG for Picasso + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - x86/fpu: Correct pkru/xstate inconsistency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - ping: remove pr_err from ping_lookup + - perf data: Fix double free in perf_session__delete() + - bpf: Do not try bpf_msg_push_data with len 0 + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Have traceon and traceoff trigger honor the instance + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: Fix error handling for PM + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - gpio: tegra186: Fix chip_data type confusion + - Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of + DEVINIT/PREOS/ACR" + - memblock: use kfree() to release kmalloced memblock regions + - fget: clarify and improve __fget_files() implementation + - Linux 5.4.182 + * CVE-2022-28390 + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + + -- Tim Gardner Thu, 26 May 2022 12:50:42 -0600 + +linux-aws (5.4.0-1075.80) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1075.80 -proposed tracker (LP: #1973946) + + [ Ubuntu: 5.4.0-113.127 ] + + * focal/linux: 5.4.0-113.127 -proposed tracker (LP: #1973980) + * CVE-2022-29581 + - net/sched: cls_u32: fix netns refcount changes in u32_change() + * CVE-2022-1116 + - io_uring: fix fs->users overflow + * ext4: limit length to bitmap_maxbytes (LP: #1972281) + - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole + * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP + option (LP: #1972740) + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + + -- Tim Gardner Thu, 19 May 2022 06:05:01 -0600 + +linux-aws (5.4.0-1073.78) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1073.78 -proposed tracker (LP: #1969020) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2022.03.21) + + [ Ubuntu: 5.4.0-110.124 ] + + * focal/linux: 5.4.0-110.124 -proposed tracker (LP: #1969053) + * net/mlx5e: Fix page DMA map/unmap attributes (LP: #1967292) + - net/mlx5e: Fix page DMA map/unmap attributes + * xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() + (LP: #1966803) + - xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() + * LRMv6: add multi-architecture support (LP: #1968774) + - [Packaging] resync dkms-build{,--nvidia-N} + * xfrm interface cannot be changed anymore (LP: #1968591) + - xfrm: fix the if_id check in changelink + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * vmx_ldtr_test in ubuntu_kvm_unit_tests failed (FAIL: Expected 0 for L1 LDTR + selector (got 50)) (LP: #1956315) + - KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit + * [SRU][Regression] Revert "PM: ACPI: reboot: Use S5 for reboot" which causes + Bus Fatal Error when rebooting system with BCM5720 NIC (LP: #1917471) + - Revert "PM: ACPI: reboot: Use S5 for reboot" + * Focal update: v5.4.181 upstream stable release (LP: #1967582) + - Makefile.extrawarn: Move -Wunaligned-access to W=1 + - HID:Add support for UGTABLET WP5540 + - Revert "svm: Add warning message for AVIC IPI invalid target" + - serial: parisc: GSC: fix build when IOSAPIC is not set + - parisc: Drop __init from map_pages declaration + - parisc: Fix data TLB miss in sba_unmap_sg + - parisc: Fix sglist access in ccio-dma.c + - btrfs: send: in case of IO error log it + - platform/x86: ISST: Fix possible circular locking dependency detected + - selftests: rtc: Increase test timeout so that all tests run + - net: ieee802154: at86rf230: Stop leaking skb's + - selftests/zram: Skip max_comp_streams interface on newer kernel + - selftests/zram01.sh: Fix compression ratio calculation + - selftests/zram: Adapt the situation that /dev/zram0 is being used + - ax25: improve the incomplete fix to avoid UAF and NPD bugs + - vfs: make freeze_super abort when sync_filesystem returns error + - quota: make dquot_quota_sync return errors from ->sync_fs + - nvme: fix a possible use-after-free in controller reset during load + - nvme-tcp: fix possible use-after-free in transport error_recovery work + - nvme-rdma: fix possible use-after-free in transport error_recovery work + - drm/amdgpu: fix logic inversion in check + - Revert "module, async: async_synchronize_full() on module init iff async is + used" + - ftrace: add ftrace_init_nop() + - module/ftrace: handle patchable-function-entry + - arm64: module: rework special section handling + - arm64: module/ftrace: intialize PLT at load time + - iwlwifi: fix use-after-free + - drm/radeon: Fix backlight control on iMac 12,1 + - ext4: check for out-of-order index extents in ext4_valid_extent_entries() + - ext4: check for inconsistent extents between index and leaf block + - ext4: prevent partial update of the extent blocks + - taskstats: Cleanup the use of task->exit_code + - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending + - vsock: remove vsock from connected table when connect is interrupted by a + signal + - mmc: block: fix read single on recovery logic + - iwlwifi: pcie: fix locking when "HW not ready" + - iwlwifi: pcie: gen2: fix locking when "HW not ready" + - netfilter: nft_synproxy: unregister hooks on init error path + - net: dsa: lan9303: fix reset on probe + - net: ieee802154: ca8210: Fix lifs/sifs periods + - ping: fix the dif and sdif check in ping_lookup + - bonding: force carrier update when releasing slave + - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit + - bonding: fix data-races around agg_select_timer + - libsubcmd: Fix use-after-free for realloc(..., 0) + - ALSA: hda: Fix regression on forced probe mask option + - ALSA: hda: Fix missing codec probe on Shenker Dock 15 + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() + - powerpc/lib/sstep: fix 'ptesync' build error + - mtd: rawnand: gpmi: don't leak PM reference in error path + - block/wbt: fix negative inflight counter when remove scsi device + - NFS: LOOKUP_DIRECTORY is also ok with symlinks + - NFS: Do not report writeback errors in nfs_getattr() + - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop + - EDAC: Fix calculation of returned address and next offset in + edac_align_ptr() + - net: sched: limit TC_ACT_REPEAT loops + - dmaengine: sh: rcar-dmac: Check for error num after setting mask + - copy_process(): Move fd_install() out of sighand->siglock critical section + - i2c: brcmstb: fix support for DSL and CM variants + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW + - ARM: OMAP2+: hwmod: Add of_node_put() before break + - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of + - irqchip/sifive-plic: Add missing thead,c900-plic match string + - netfilter: conntrack: don't refresh sctp entries in closed state + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 + - kconfig: let 'shell' return enough output for deep path names + - ata: libata-core: Disable TRIM on M88V29 + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot + - net: usb: qmi_wwan: Add support for Dell DW5829e + - net: macb: Align the dma and coherent dma masks + - kconfig: fix failing to generate auto.conf + - Linux 5.4.181 + * Focal update: v5.4.180 upstream stable release (LP: #1966118) + - integrity: check the return value of audit_log_start() + - ima: Remove ima_policy file before directory + - ima: Allow template selection with ima_template[_fmt]= after ima_hash= + - ima: Do not print policy rule with inactive LSM labels + - mmc: sdhci-of-esdhc: Check for error num after setting mask + - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs + - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs + - NFS: Fix initialisation of nfs_client cl_flags field + - NFSD: Clamp WRITE offsets + - NFSD: Fix offset type in I/O trace points + - NFSv4 only print the label when its queried + - nfs: nfs4clinet: check the return value of kstrdup() + - NFSv4.1: Fix uninitialised variable in devicenotify + - NFSv4 remove zero number of fs_locations entries error check + - NFSv4 expose nfs_parse_server_name function + - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer + - net: sched: Clarify error message when qdisc kind is unknown + - scsi: target: iscsi: Make sure the np under each tpg is unique + - scsi: qedf: Fix refcount issue when LOGO is received during TMF + - scsi: myrs: Fix crash in error case + - PM: hibernate: Remove register_nosave_region_late() + - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER + - riscv: fix build with binutils 2.38 + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + - ARM: socfpga: fix missing RESET_CONTROLLER + - nvme-tcp: fix bogus request completion when failing to send AER + - ACPI/IORT: Check node revision for PMCG resources + - PM: s2idle: ACPI: Fix wakeup interrupts handling + - net: bridge: fix stale eth hdr pointer in br_dev_xmit + - perf probe: Fix ppc64 'perf probe add events failed' case + - ARM: dts: meson: Fix the UART compatible strings + - staging: fbtft: Fix error path in fbtft_driver_module_init() + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect + - usb: f_fs: Fix use-after-free for epfile + - misc: fastrpc: avoid double fput() on failed usercopy + - ixgbevf: Require large buffers for build_skb on 82599VF + - bonding: pair enable_port with slave_arr_updates + - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path + - nfp: flower: fix ida_idx not being released + - net: do not keep the dst cache when uncloning an skb dst and its metadata + - net: fix a memleak when uncloning an skb dst and its metadata + - veth: fix races around rq->rx_notify_masked + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE + - tipc: rate limit warning for received illegal binding update + - net: amd-xgbe: disable interrupts during pci removal + - vt_ioctl: fix array_index_nospec in vt_setactivate + - vt_ioctl: add array_index_nospec to VT_ACTIVATE + - n_tty: wake up poll(POLLRDNORM) on receiving data + - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup + - usb: ulpi: Move of_node_put to ulpi_dev_release + - usb: ulpi: Call of_node_put correctly + - usb: dwc3: gadget: Prevent core from processing stale TRBs + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition + - USB: gadget: validate interface OS descriptor requests + - usb: gadget: rndis: check size of RNDIS_MSG_SET command + - usb: gadget: f_uac2: Define specific wTerminalType + - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 + - USB: serial: option: add ZTE MF286D modem + - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices + - USB: serial: cp210x: add NCR Retail IO box id + - USB: serial: cp210x: add CPI Bulk Coin Recycler id + - seccomp: Invalidate seccomp mode to catch death failures + - hwmon: (dell-smm) Speed up setting of fan speed + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled + - perf: Fix list corruption in perf_cgroup_switch() + - Linux 5.4.180 + * Focal update: v5.4.179 upstream stable release (LP: #1965591) + - moxart: fix potential use-after-free on remove path + - Linux 5.4.179 + * CVE-2020-27820 + - drm/nouveau: Add a dedicated mutex for the clients list + - drm/nouveau: clean up all clients on device removal + * CVE-2022-1016 + - netfilter: nf_tables: initialize registers in nft_do_chain() + * CVE-2022-27223 + - USB: gadget: validate endpoint index for xilinx udc + * CVE-2022-26490 + - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION + * CVE-2021-26401 + - x86/speculation: Use generic retpoline by default on AMD + - x86/speculation: Update link to AMD speculation whitepaper + - x86/speculation: Warn about Spectre v2 LFENCE mitigation + - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT + * CVE-2022-0001 + - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation + reporting + + [ Ubuntu: 5.4.0-109.123 ] + + * focal/linux: 5.4.0-109.123 -proposed tracker (LP: #1968290) + * USB devices not detected during boot on USB 3.0 hubs (LP: #1968210) + - SAUCE: Revert "Revert "xhci: Set HCD flag to defer primary roothub + registration"" + - SAUCE: Revert "Revert "usb: core: hcd: Add support for deferring roothub + registration"" + + -- Tim Gardner Mon, 25 Apr 2022 10:50:31 -0600 + +linux-aws (5.4.0-1072.77) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1072.77 -proposed tracker (LP: #1967362) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2022.02.21) + + [ Ubuntu: 5.4.0-108.122 ] + + * focal/linux: 5.4.0-108.122 -proposed tracker (LP: #1966740) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + - debian/dkms-versions -- update from kernel-versions (main/2022.03.21) + * Low RX performance for 40G Solarflare NICs (LP: #1964512) + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + * [UBUNTU 20.04] KVM: Enable storage key checking for intercepted instruction + (LP: #1962831) + - selftests: kvm: add _vm_ioctl + - selftests: kvm: Introduce the TEST_FAIL macro + - KVM: selftests: Add GUEST_ASSERT variants to pass values to host + - KVM: s390: gaccess: Refactor gpa and length calculation + - KVM: s390: gaccess: Refactor access address range check + - KVM: s390: gaccess: Cleanup access to guest pages + - s390/uaccess: introduce bit field for OAC specifier + - s390/uaccess: fix compile error + - s390/uaccess: Add copy_from/to_user_key functions + - KVM: s390: Honor storage keys when accessing guest memory + - KVM: s390: handle_tprot: Honor storage keys + - KVM: s390: selftests: Test TEST PROTECTION emulation + - KVM: s390: Add optional storage key checking to MEMOP IOCTL + - KVM: s390: Add vm IOCTL for key checked guest absolute memory access + - KVM: s390: Rename existing vcpu memop functions + - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL + - KVM: s390: Update api documentation for memop ioctl + - KVM: s390: Clarify key argument for MEM_OP in api docs + - KVM: s390: Add missing vm MEM_OP size check + * 【sec-0911】 fail to reset sec module (LP: #1943301) + - crypto: hisilicon/sec2 - Add workqueue for SEC driver. + - crypto: hisilicon/sec2 - update SEC initialization and reset + * Lots of hisi_qm zombie task slow down system after stress test + (LP: #1932117) + - crypto: hisilicon - Use one workqueue per qm instead of per qp + * Lots of hisi_qm zombie task slow down system after stress test + (LP: #1932117) // 【sec-0911】 fail to reset sec module (LP: #1943301) + - crypto: hisilicon - Unify hardware error init/uninit into QM + * [UBUNTU 20.04] Fix SIGP processing on KVM/s390 (LP: #1962578) + - KVM: s390: Simplify SIGP Set Arch handling + - KVM: s390: Add a routine for setting userspace CPU state + * Move virtual graphics drivers from linux-modules-extra to linux-modules + (LP: #1960633) + - [Packaging] Move VM DRM drivers into modules + * Focal update: v5.4.178 upstream stable release (LP: #1964634) + - audit: improve audit queue handling when "audit=1" on cmdline + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() + - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() + - ALSA: usb-audio: Simplify quirk entries with a macro + - ALSA: hda/realtek: Add quirk for ASUS GU603 + - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 + quirks + - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer + chipset) + - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after + reboot from Windows + - btrfs: fix deadlock between quota disable and qgroup rescan worker + - drm/nouveau: fix off by one in BIOS boundary checking + - mm/kmemleak: avoid scanning potential huge holes + - block: bio-integrity: Advance seed correctly for larger interval sizes + - memcg: charge fs_context and legacy_fs_context + - IB/rdmavt: Validate remote_addr during loopback atomic tests + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic. + - RDMA/mlx4: Don't continue event handler after memory allocation failure + - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() + - spi: bcm-qspi: check for valid cs before applying chip select + - spi: mediatek: Avoid NULL pointer crash in interrupt + - spi: meson-spicc: add IRQ check in meson_spicc_probe + - net: ieee802154: hwsim: Ensure proper channel selection at probe time + - net: ieee802154: mcr20a: Fix lifs/sifs periods + - net: ieee802154: ca8210: Stop leaking skb's + - net: ieee802154: Return meaningful error codes from the netlink helpers + - net: macsec: Verify that send_sci is on when setting Tx sci explicitly + - net: stmmac: dump gmac4 DMA registers correctly + - net: stmmac: ensure PTP time register reads are consistent + - drm/i915/overlay: Prevent divide by zero bugs in scaling + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes + - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name + - ASoC: max9759: fix underflow in speaker_gain_control_put() + - pinctrl: bcm2835: Fix a few error paths + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. + - selftests: futex: Use variable MAKE instead of make + - rtc: cmos: Evaluate century appropriate + - EDAC/altera: Fix deferred probing + - EDAC/xgene: Fix deferred probing + - ext4: fix error handling in ext4_restore_inline_data() + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning + - Linux 5.4.178 + * Focal update: v5.4.177 upstream stable release (LP: #1964628) + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault + - psi: Fix uaf issue when psi trigger is destroyed while being polled + - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback + - net: amd-xgbe: ensure to reset the tx_timer_active flag + - net: amd-xgbe: Fix skb data length underflow + - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() + - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() + - af_packet: fix data-race in packet_setsockopt / packet_setsockopt + - Linux 5.4.177 + * Focal update: v5.4.176 upstream stable release (LP: #1962345) + - s390/hypfs: include z/VM guests with access control group set + - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP + devices + - udf: Restore i_lenAlloc when inode expansion fails + - udf: Fix NULL ptr deref when converting from inline format + - PM: wakeup: simplify the output logic of pm_show_wakelocks() + - tracing/histogram: Fix a potential memory leak for kstrdup() + - tracing: Don't inc err_log entry count if entry allocation fails + - fsnotify: fix fsnotify hooks in pseudo filesystems + - drm/etnaviv: relax submit size limits + - arm64: errata: Fix exec handling in erratum 1418040 workaround + - netfilter: nft_payload: do not update layer 4 checksum when mangling + fragments + - serial: 8250: of: Fix mapped region size when using reg-offset property + - serial: stm32: fix software flow control transfer + - tty: n_gsm: fix SW flow control encoding/handling + - tty: Add support for Brainboxes UC cards. + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge + - usb: common: ulpi: Fix crash in ulpi_match() + - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS + - USB: core: Fix hang in usb_kill_urb by adding memory barriers + - usb: typec: tcpm: Do not disconnect while receiving VBUS off + - ucsi_ccg: Check DEV_INT bit only when starting CCG4 + - net: sfp: ignore disabled SFP node + - powerpc/32: Fix boot failure with GCC latent entropy plugin + - i40e: Increase delay to 1 s after global EMP reset + - i40e: Fix issue when maximum queues is exceeded + - i40e: Fix queues reservation for XDP + - i40e: fix unsigned stat widths + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev + - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put() + - ipv6_tunnel: Rate limit warning messages + - net: fix information leakage in /proc/net/ptype + - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 + - hwmon: (lm90) Mark alert as broken for MAX6680 + - ping: fix the sk_bound_dev_if match in ping_lookup + - ipv4: avoid using shared IP generator for connected sockets + - hwmon: (lm90) Reduce maximum conversion rate for G781 + - NFSv4: Handle case where the lookup of a directory fails + - NFSv4: nfs_atomic_open() can race when looking up a non-regular file + - net-procfs: show net devices bound packet types + - drm/msm: Fix wrong size calculation + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy + - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable + - ipv6: annotate accesses to fn->fn_sernum + - NFS: Ensure the server has an up to date ctime before hardlinking + - NFS: Ensure the server has an up to date ctime before renaming + - netfilter: conntrack: don't increment invalid counter on NF_REPEAT + - net: phy: broadcom: hook up soft_reset for BCM54616S + - phylib: fix potential use-after-free + - rxrpc: Adjust retransmission backoff + - hwmon: (lm90) Mark alert as broken for MAX6654 + - ibmvnic: init ->running_cap_crqs early + - ibmvnic: don't spin in tasklet + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy + - yam: fix a memory leak in yam_siocdevprivate() + - net: hns3: handle empty unknown interrupt for VF + - ipv4: raw: lock the socket in raw_bind() + - ipv4: tcp: send zero IPID in SYNACK messages + - ipv4: remove sparse error in ip_neigh_gw4() + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config + - fsnotify: invalidate dcache before IN_DELETE event + - block: Fix wrong offset in bio_truncate() + - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip() + - Linux 5.4.176 + * Focal update: v5.4.175 upstream stable release (LP: #1962330) + - rcu: Tighten rcu_advance_cbs_nowake() checks + - pinctrl: bcm2835: Drop unused define + - pinctrl: bcm2835: Refactor platform data + - pinctrl: bcm2835: Add support for all GPIOs on BCM2711 + - pinctrl: bcm2835: Match BCM7211 compatible string + - pinctrl: bcm2835: Add support for wake-up interrupts + - pinctrl: bcm2835: Change init order for gpio hogs + - ARM: dts: gpio-ranges property is now required + - mmc: sdhci-esdhc-imx: disable CMDQ support + - select: Fix indefinitely sleeping task in poll_schedule_timeout() + - Linux 5.4.175 + + -- Tim Gardner Thu, 07 Apr 2022 12:52:32 -0600 + +linux-aws (5.4.0-1071.76) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1071.76 -proposed tracker (LP: #1966242) + + * AWS: Hibernate resume crashes when platform changes (LP: #1965002) + - PM: hibernate: Allow ACPI hardware signature to be honoured + - PM: hibernate: Honour ACPI hardware signature by default for virtual guests + + [ Ubuntu: 5.4.0-107.121 ] + + * focal/linux: 5.4.0-107.121 -proposed tracker (LP: #1966275) + * CVE-2022-27666 + - esp: Fix possible buffer overflow in ESP transformation + * CVE-2022-1055 + - net: sched: fix use-after-free in tc_new_tfilter() + * Pick fixup from v5.4.176 upstream stable release to address cert + failure with clock jitter test in NUC7i3DNHE (LP: #1964204) + - Bluetooth: refactor malicious adv data check + + -- Tim Gardner Mon, 28 Mar 2022 08:40:36 -0600 + +linux-aws (5.4.0-1069.73) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1069.73 -proposed tracker (LP: #1964175) + + * Miscellaneous Ubuntu changes + - [Config]: aws: Update gcc version to 90400 + + [ Ubuntu: 5.4.0-105.119 ] + + * CVE-2022-0847 + - lib/iov_iter: initialize "flags" in new pipe_buffer + * Broken network on some AWS instances with focal/impish kernels + (LP: #1961968) + - SAUCE: Revert "PCI/MSI: Mask MSI-X vectors only on success" + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7 + (LP: #1960182) + - s390/cpumf: Support for CPU Measurement Facility CSVN 7 + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit + * Hipersocket page allocation failure on Ubuntu 20.04 based SSC environments + (LP: #1959529) + - s390/qeth: use memory reserves to back RX buffers + * CVE-2022-0516 + - KVM: s390: Return error on SIDA memop on normal guest + * CVE-2022-0435 + - tipc: improve size validations for received domain records + * CVE-2022-0492 + - cgroup-v1: Require capabilities to set release_agent + * Recalled NFSv4 files delegations overwhelm server (LP: #1957986) + - NFSv4: Fix delegation handling in update_open_stateid() + - NFSv4: nfs4_callback_getattr() should ignore revoked delegations + - NFSv4: Delegation recalls should not find revoked delegations + - NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was + revoked + - NFS: Rename nfs_inode_return_delegation_noreclaim() + - NFSv4: Don't remove the delegation from the super_list more than once + - NFSv4: Hold the delegation spinlock when updating the seqid + - NFSv4: Clear the NFS_DELEGATION_REVOKED flag in + nfs_update_inplace_delegation() + - NFSv4: Update the stateid seqid in nfs_revoke_delegation() + - NFSv4: Revoke the delegation on success in nfs4_delegreturn_done() + - NFSv4: Ignore requests to return the delegation if it was revoked + - NFSv4: Don't reclaim delegations that have been returned or revoked + - NFSv4: nfs4_return_incompatible_delegation() should check delegation + validity + - NFSv4: Fix nfs4_inode_make_writeable() + - NFS: nfs_inode_find_state_and_recover() fix stateid matching + - NFSv4: Fix races between open and delegreturn + - NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn + - NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done() + - NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING + - NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned + - NFSv4: Try to return the delegation immediately when marked for return on + close + - NFSv4: Add accounting for the number of active delegations held + - NFSv4: Limit the total number of cached delegations + - NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation() + - NFSv4: Ensure the delegation cred is pinned when we call delegreturn + * Focal update: v5.4.174 upstream stable release (LP: #1960566) + - HID: uhid: Fix worker destroying device without any protection + - HID: wacom: Reset expected and received contact counts at the same time + - HID: wacom: Ignore the confidence flag when a touch is removed + - HID: wacom: Avoid using stale array indicies to read contact count + - f2fs: fix to do sanity check in is_alive() + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed + bind() + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 + - x86/gpu: Reserve stolen memory for first integrated Intel GPU + - tools/nolibc: x86-64: Fix startup code bug + - tools/nolibc: i386: fix initial stack alignment + - tools/nolibc: fix incorrect truncation of exit code + - rtc: cmos: take rtc_lock while reading from CMOS + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE + - media: flexcop-usb: fix control-message timeouts + - media: mceusb: fix control-message timeouts + - media: em28xx: fix control-message timeouts + - media: cpia2: fix control-message timeouts + - media: s2255: fix control-message timeouts + - media: dib0700: fix undefined behavior in tuner shutdown + - media: redrat3: fix control-message timeouts + - media: pvrusb2: fix control-message timeouts + - media: stk1160: fix control-message timeouts + - can: softing_cs: softingcs_probe(): fix memleak on registration failure + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() + - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure + - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller + - mm_zone: add function to check if managed dma zone exists + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed + pages + - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind + - drm/rockchip: dsi: Reconfigure hardware on resume() + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure + - drm/panel: innolux-p079zca: Delete panel on attach() failure + - drm/rockchip: dsi: Fix unbalanced clock on probe error + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails + - clk: bcm-2835: Pick the closest clock rate + - clk: bcm-2835: Remove rounding up the dividers + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND + - wcn36xx: Release DMA channel descriptor allocations + - media: videobuf2: Fix the size printk format + - media: aspeed: fix mode-detect always time out at 2nd run + - media: em28xx: fix memory leak in em28xx_init_dev + - media: aspeed: Update signal status immediately to ensure sane hw state + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding + - Bluetooth: stop proccessing malicious adv data + - tee: fix put order in teedev_close_context() + - media: dmxdev: fix UAF when dvb_register_device() fails + - crypto: qce - fix uaf on qce_ahash_register_one + - arm64: dts: ti: k3-j721e: correct cache-sets info + - tty: serial: atmel: Check return code of dmaengine_submit() + - tty: serial: atmel: Call dma_async_issue_pending() + - media: rcar-csi2: Correct the selection of hsfreqrange + - media: imx-pxp: Initialize the spinlock prior to using it + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released + - media: venus: core: Fix a resource leak in the error handling path of + 'venus_probe()' + - netfilter: bridge: add support for pppoe filtering + - arm64: dts: qcom: msm8916: fix MMC controller aliases + - ACPI: EC: Rework flushing of EC work while suspended to idle + - drm/amdgpu: Fix a NULL pointer dereference in + amdgpu_connector_lcd_native_mode() + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in + radeon_driver_open_kms() + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets + - tty: serial: uartlite: allow 64 bit address + - serial: amba-pl011: do not request memory region twice + - floppy: Fix hang in watchdog when disk is ejected + - staging: rtl8192e: return error code from rtllib_softmac_init() + - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() + - Bluetooth: btmtksdio: fix resume failure + - media: dib8000: Fix a memleak in dib8000_init() + - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() + - media: si2157: Fix "warm" tuner state detection + - sched/rt: Try to restart rt period timer when rt runtime exceeded + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass + - mwifiex: Fix possible ABBA deadlock + - xfrm: fix a small bug in xfrm_sa_len() + - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests + - crypto: stm32/cryp - fix double pm exit + - crypto: stm32/cryp - fix lrw chaining mode + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors + - media: dw2102: Fix use after free + - media: msi001: fix possible null-ptr-deref in msi001_probe() + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes + - drm/msm/dpu: fix safe status debugfs file + - drm/bridge: ti-sn65dsi86: Set max register for regmap + - media: hantro: Fix probe func error path + - xfrm: interface with if_id 0 should return error + - xfrm: state and policy should fail if XFRMA_IF_ID 0 + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding + - usb: ftdi-elan: fix memory leak on device disconnect + - ARM: dts: armada-38x: Add generic compatible to UART nodes + - mmc: meson-mx-sdio: add IRQ check + - selinux: fix potential memleak in selinux_add_opt() + - bpftool: Enable line buffering for stdout + - x86/mce/inject: Avoid out-of-bounds write when setting flags + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + __nonstatic_find_io_region() + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + nonstatic_find_mem_region() + - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). + - ppp: ensure minimum packet size in ppp_write() + - rocker: fix a sleeping in atomic bug + - staging: greybus: audio: Check null pointer + - fsl/fman: Check for null pointer after calling devm_ioremap + - Bluetooth: hci_bcm: Check for error irq + - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_get_str_desc + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_huion_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_frame_init_v1_buttonpad + - debugfs: lockdown: Allow reading debugfs files that are not world readable + - net/mlx5e: Don't block routes with nexthop objects in SW + - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" + - net/mlx5: Set command entry semaphore up once got index free + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe + - tpm: add request_locality before write TPM_INT_ENABLE + - can: softing: softing_startstop(): fix set but not used variable warning + - can: xilinx_can: xcan_probe(): check for error irq + - pcmcia: fix setting of kthread task states + - net: mcs7830: handle usb read errors properly + - ext4: avoid trim error on fs with small groups + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls + - RDMA/hns: Validate the pkey index + - clk: imx8mn: Fix imx8mn_clko1_sels + - powerpc/prom_init: Fix improper check of prom_getprop() + - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA + - ALSA: oss: fix compile error when OSS_DEBUG is enabled + - char/mwave: Adjust io port register size + - binder: fix handling of error during copy + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting + - scsi: ufs: Fix race conditions related to driver data + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() + - powerpc/powermac: Add additional missing lockdep_register_key() + - RDMA/core: Let ib_find_gid() continue search even after empty entry + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry + - ASoC: rt5663: Handle device_property_read_u32_array error codes + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system + enter shell + - dmaengine: pxa/mmp: stop referencing config->slave_id + - iommu/iova: Fix race between FQ timeout and teardown + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register + - ASoC: samsung: idma: Check of ioremap return value + - misc: lattice-ecp3-config: Fix task hung when firmware load failed + - mips: lantiq: add support for clk_set_parent() + - mips: bcm63xx: add support for clk_set_parent() + - RDMA/cxgb4: Set queue pair state when being queried + - of: base: Fix phandle argument length mismatch error message + - Bluetooth: Fix debugfs entry leak in hci_register_dev() + - fs: dlm: filter user dlm messages for kernel locks + - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR + - ARM: shmobile: rcar-gen2: Add missing of_node_put() + - batman-adv: allow netlink usage in unprivileged containers + - usb: gadget: f_fs: Use stream_open() for endpoint files + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L + - HID: apple: Do not reset quirks when the Fn key is not found + - media: b2c2: Add missing check in flexcop_pci_isr: + - EDAC/synopsys: Use the quirk for version instead of ddr version + - mlxsw: pci: Add shutdown method in PCI driver + - drm/bridge: megachips: Ensure both bridges are probed before registration + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use + - HSI: core: Fix return freed object in hsi_new_client + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv() + - rsi: Fix use-after-free in rsi_rx_done_handler() + - rsi: Fix out-of-bounds read in rsi_read_pkt() + - usb: uhci: add aspeed ast2600 uhci support + - floppy: Add max size check for user space request + - x86/mm: Flush global TLB when switching to trampoline page-table + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in + hexium_attach() + - media: m920x: don't use stack on USB reads + - iwlwifi: mvm: synchronize with FW after multicast commands + - ath10k: Fix tx hanging + - net-sysfs: update the queue counts in the unregistration path + - net: phy: prefer 1000baseT over 1000baseKX + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock + - x86/mce: Mark mce_panic() noinstr + - x86/mce: Mark mce_end() noinstr + - x86/mce: Mark mce_read_aux() noinstr + - net: bonding: debug: avoid printing debug logs when bond is not notifying + peers + - bpf: Do not WARN in bpf_warn_invalid_xdp_action() + - HID: quirks: Allow inverting the absolute X/Y values + - media: igorplugusb: receiver overflow should be reported + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in + hexium_attach() + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO + - audit: ensure userspace is penalized the same as the kernel when under + pressure + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region + - cpufreq: Fix initialization of min and max frequency QoS requests + - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - iwlwifi: fix leaks/bad data after failed firmware load + - iwlwifi: remove module loading failure message + - iwlwifi: mvm: Fix calculation of frame length + - um: registers: Rename function names to avoid conflicts and build problems + - jffs2: GC deadlock reading a page that is used in jffs2_write_begin() + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions + - ACPICA: Utilities: Avoid deleting the same object twice in a row + - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() + - ACPICA: Fix wrong interpretation of PCC address + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 + - drm/amdgpu: fixup bad vram size on gmc v8 + - ACPI: battery: Add the ThinkPad "Not Charging" quirk + - btrfs: remove BUG_ON() in find_parent_nodes() + - btrfs: remove BUG_ON(!eie) in find_parent_nodes + - net: mdio: Demote probed message to debug print + - mac80211: allow non-standard VHT MCS-10/11 + - dm btree: add a defensive bounds check to insert_at() + - dm space map common: add bounds check to sm_ll_lookup_bitmap() + - net: phy: marvell: configure RGMII delays for 88E1118 + - net: gemini: allow any RGMII interface mode + - regulator: qcom_smd: Align probe function with rpmh-regulator + - serial: pl010: Drop CR register reset on set_termios + - serial: core: Keep mctrl register state and cached copy in sync + - random: do not throw away excess input to crng_fast_load + - parisc: Avoid calling faulthandler_disabled() twice + - powerpc/6xx: add missing of_node_put + - powerpc/powernv: add missing of_node_put + - powerpc/cell: add missing of_node_put + - powerpc/btext: add missing of_node_put + - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race + - i2c: i801: Don't silently correct invalid transfer size + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING + - i2c: mpc: Correct I2C reset procedure + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB + - powerpc/powermac: Add missing lockdep_register_key() + - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST + - w1: Misuse of get_user()/put_user() reported by sparse + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup + - ALSA: seq: Set upper limit of processed events + - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option + - MIPS: OCTEON: add put_device() after of_find_device_by_node() + - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters + - MIPS: Octeon: Fix build errors using clang + - scsi: sr: Don't use GFP_DMA + - ASoC: mediatek: mt8173: fix device_node leak + - power: bq25890: Enable continuous conversion for ADC at charging + - rpmsg: core: Clean up resources on announce_create failure. + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe() + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers + - fuse: Pass correct lend value to filemap_write_and_wait_range() + - serial: Fix incorrect rs485 polarity on uart open + - cputime, cpuacct: Include guest time in user time in cpuacct.stat + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds + - s390/mm: fix 2KB pgtable release race + - drm/etnaviv: limit submit sizes + - drm/nouveau/kms/nv04: use vzalloc for nv04_display + - drm/bridge: analogix_dp: Make PSR-exit block less + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space + - PCI: pci-bridge-emul: Correctly set PCIe capabilities + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device + - xfrm: fix policy lookup for ipv6 gre packets + - btrfs: fix deadlock between quota enable and other quota operations + - btrfs: check the root node for uptodate before returning it + - btrfs: respect the max size in the header when activating swap file + - ext4: make sure to reset inode lockdep class when quota enabling fails + - ext4: make sure quota gets properly shutdown on error + - ext4: set csum seed in tmp inode while migrating to extents + - ext4: Fix BUG_ON in ext4_bread when write quota data + - ext4: don't use the orphan list when migrating an inode + - drm/radeon: fix error handling in radeon_driver_open_kms + - of: base: Improve argument length mismatch error + - firmware: Update Kconfig help text for Google firmware + - media: rcar-csi2: Optimize the selection PHTW register + - Documentation: dmaengine: Correctly describe dmatest with channel unset + - Documentation: ACPI: Fix data node reference documentation + - Documentation: refer to config RANDOMIZE_BASE for kernel address-space + randomization + - Documentation: fix firewire.rst ABI file path error + - scsi: core: Show SCMD_LAST in text form + - RDMA/hns: Modify the mapping attribute of doorbell to device + - RDMA/rxe: Fix a typo in opcode name + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK + - Revert "net/mlx5: Add retry mechanism to the command entry index allocation" + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses + - bpftool: Remove inclusion of utilities.mak from Makefiles + - ipv4: avoid quadratic behavior in netns dismantle + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries + - f2fs: fix to reserve space for IO align feature + - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress + - clk: si5341: Fix clock HW provider cleanup + - net: axienet: limit minimum TX ring size + - net: axienet: fix number of TX ring slots for available check + - net: axienet: increase default TX ring size to 128 + - rtc: pxa: fix null pointer dereference + - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh + - netns: add schedule point in ops_exit_list() + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4() + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() + - perf script: Fix hex dump character output + - dmaengine: at_xdmac: Don't start transactions at tx_submit level + - dmaengine: at_xdmac: Print debug message after realeasing the lock + - dmaengine: at_xdmac: Fix concurrency over xfers_list + - dmaengine: at_xdmac: Fix lld view setting + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition + - arm64: dts: qcom: msm8996: drop not documented adreno properties + - net_sched: restore "mpu xxx" handling + - bcmgenet: add WOL IRQ check + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() + - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property + - scripts/dtc: dtx_diff: remove broken example from help text + - lib82596: Fix IRQ check in sni_82596_probe + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test + - mtd: nand: bbt: Fix corner case in bad block table handling + - Revert "ia64: kprobes: Use generic kretprobe trampoline handler" + - Linux 5.4.174 + * Focal update: v5.4.173 upstream stable release (LP: #1959701) + - kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' test + - devtmpfs regression fix: reconfigure on each mount + - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() + - perf: Protect perf_guest_cbs with RCU + - KVM: s390: Clarify SIGP orders versus STOP/RESTART + - media: uvcvideo: fix division by zero at stream start + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with + interrupts enabled + - firmware: qemu_fw_cfg: fix sysfs information leak + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries + - firmware: qemu_fw_cfg: fix kobject leak in probe error path + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after + reboot from Windows + - mtd: fixup CFI on ixp4xx + - ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD + - Linux 5.4.173 + * Focal update: v5.4.172 upstream stable release (LP: #1959698) + - workqueue: Fix unbind_workers() VS wq_worker_running() race + - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb() + - Bluetooth: bfusb: fix division by zero in send path + - USB: core: Fix bug in resuming hub's handling of wakeup requests + - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status + - mmc: sdhci-pci: Add PCI ID for Intel ADL + - veth: Do not record rx queue hint in veth_xmit + - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() + - drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) + functions + - can: gs_usb: fix use of uninitialized variable, detach device on reception + of invalid USB data + - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} + - random: fix data race on crng_node_pool + - random: fix data race on crng init time + - random: fix crash on multiple early calls to add_bootloader_randomness() + - media: Revert "media: uvcvideo: Set unique vdev name based in type" + - staging: wlan-ng: Avoid bitwise vs logical OR warning in + hfa384x_usb_throttlefn() + - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() + - staging: greybus: fix stack size warning with UBSAN + - Linux 5.4.172 + * Focal update: v5.4.171 upstream stable release (LP: #1959437) + - f2fs: quota: fix potential deadlock + - Input: touchscreen - Fix backport of + a02dcde595f7cbd240ccd64de96034ad91cffc40 + - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv() + - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() + - tracing: Tag trace_percpu_buffer as a percpu pointer + - ieee802154: atusb: fix uninit value in atusb_set_extended_addr + - iavf: Fix limit of total number of queues to active queues of VF + - RDMA/core: Don't infoleak GRH fields + - RDMA/uverbs: Check for null return of kmalloc_array + - mac80211: initialize variable have_higher_than_11mbit + - i40e: fix use-after-free in i40e_sync_filters_subtask() + - i40e: Fix for displaying message regarding NVM version + - i40e: Fix incorrect netdev's real number of RX/TX queues + - ipv4: Check attribute length for RTA_GATEWAY in multipath route + - ipv4: Check attribute length for RTA_FLOW in multipath route + - ipv6: Check attribute length for RTA_GATEWAY in multipath route + - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route + - lwtunnel: Validate RTA_ENCAP_TYPE attribute length + - batman-adv: mcast: don't send link-local multicast to mcast routers + - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc + - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081 + - power: supply: core: Break capacity loop + - power: reset: ltc2952: Fix use of floating point literals + - rndis_host: support Hytera digital radios + - phonet: refcount leak in pep_sock_accep + - ipv6: Continue processing multipath route even if gateway attribute is + invalid + - ipv6: Do cleanup if attribute validation fails in multipath route + - usb: mtu3: fix interval value for intr and isoc + - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() + - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate + - net: udp: fix alignment problem in udp4_seq_show() + - atlantic: Fix buff_ring OOB in aq_ring_rx_clean + - mISDN: change function names to avoid conflicts + - Linux 5.4.171 + * Focal update: v5.4.170 upstream stable release (LP: #1958898) + - tee: handle lookup of shm with reference count 0 + - Input: i8042 - add deferred probe support + - Input: i8042 - enable deferred probe quirk for ASUS UM325UA + - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). + - platform/x86: apple-gmux: use resource_size() with res + - memblock: fix memblock_phys_alloc() section mismatch error + - recordmcount.pl: fix typo in s390 mcount regex + - selinux: initialize proto variable in selinux_ip_postroute_compat() + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources + - sctp: use call_rcu to free endpoint + - net: usb: pegasus: Do not drop long Ethernet frames + - net: lantiq_xrx200: fix statistics of received bytes + - NFC: st21nfca: Fix memory leak in device probe and remove + - ionic: Initialize the 'lif->dbid_inuse' bitmap + - net/mlx5e: Fix wrong features assignment in case of error + - selftests/net: udpgso_bench_tx: fix dst ip argument + - net/ncsi: check for error return from call to nla_put_u32 + - fsl/fman: Fix missing put_device() call in fman_port_probe + - i2c: validate user data in compat ioctl + - nfc: uapi: use kernel size_t to fix user-space builds + - uapi: fix linux/nfc.h userspace compilation errors + - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. + - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. + - usb: mtu3: add memory barrier before set GPD's HWO + - usb: mtu3: fix list_head check warning + - usb: mtu3: set interval of FS intr and isoc endpoint + - binder: fix async_free_space accounting for empty parcels + - scsi: vmw_pvscsi: Set residual data length conditionally + - Input: appletouch - initialize work before device registration + - Input: spaceball - fix parsing of movement data packets + - net: fix use-after-free in tw_timer_handler + - perf script: Fix CPU filtering of a script's switch events + - Linux 5.4.170 + * Focal update: v5.4.170 upstream stable release (LP: #1958898) // HID_ASUS + should depend on USB_HID in stable v4.15 backports (LP: #1959762) + - HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option + * Focal update: v5.4.169 upstream stable release (LP: #1958557) + - net: usb: lan78xx: add Allied Telesis AT29M2-AF + - serial: 8250_fintek: Fix garbled text for console + - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode + - spi: change clk_disable_unprepare to clk_unprepare + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() + - netfilter: fix regression in looped (broad|multi)cast's MAC handling + - qlcnic: potential dereference null pointer of rx_queue->page_ring + - net: accept UFOv6 packages in virtio_net_hdr_to_skb + - net: skip virtio_net_hdr_set_proto if protocol already set + - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module + - bonding: fix ad_actor_system option setting to default + - fjes: Check for error irq + - drivers: net: smc911x: Check for error irq + - sfc: falcon: Check null pointer of rx_queue->page_ring + - Input: elantech - fix stack out of bound access in + elantech_change_report_id() + - hwmon: (lm90) Fix usage of CONFIG2 register in detect function + - hwmon: (lm90) Add max6654 support to lm90 driver + - hwmon: (lm90) Add basic support for TI TMP461 + - hwmon: (lm90) Introduce flag indicating extended temperature support + - hwmon: (lm90) Drop critical attribute support for MAX6654 + - ALSA: jack: Check the return value of kstrdup() + - ALSA: drivers: opl3: Fix incorrect use of vp->state + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 + - Input: atmel_mxt_ts - fix double free in mxt_read_info_block + - ipmi: bail out if init_srcu_struct fails + - ipmi: ssif: initialize ssif_info->client early + - ipmi: fix initialization when workqueue allocation fails + - parisc: Correct completer in lws start + - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines + - mmc: sdhci-tegra: Fix switch to HS400ES mode + - mmc: core: Disable card detect during shutdown + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling + - tee: optee: Fix incorrect page free bug + - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() + - usb: gadget: u_ether: fix race in setting MAC address in setup phase + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state + - mm: mempolicy: fix THP allocations escaping mempolicy restrictions + - pinctrl: mediatek: fix global-out-of-bounds issue + - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 + - hwmon: (lm90) Do not report 'busy' status bit as alarm + - ax25: NPD bug when detaching AX25 device + - hamradio: defer ax25 kfree after unregister_netdev + - hamradio: improve the incomplete fix to avoid NPD + - phonet/pep: refuse to enable an unbound pipe + - Linux 5.4.169 + * Focal update: v5.4.168 upstream stable release (LP: #1957991) + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE + - mac80211: mark TX-during-stop for TX in in_reconfig + - mac80211: send ADDBA requests using the tid/queue of the aggregation session + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver + - virtio_ring: Fix querying of maximum DMA mapping size for virtio device + - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 + - dm btree remove: fix use after free in rebalance_children() + - audit: improve robustness of the audit queue handling + - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda + - nfsd: fix use-after-free due to delegation race + - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas- + edge + - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply + - arm64: dts: rockchip: fix audio-supply for Rock Pi 4 + - mac80211: track only QoS data frames for admission control + - ARM: socfpga: dts: fix qspi node compatible + - clk: Don't parent clks until the parent is fully registered + - selftests: net: Correct ping6 expected rc from 2 to 1 + - s390/kexec_file: fix error handling when applying relocations + - sch_cake: do not call cake_destroy() from cake_init() + - inet_diag: use jiffies_delta_to_msecs() + - inet_diag: fix kernel-infoleak for UDP sockets + - selftests: Fix raw socket bind tests with VRF + - selftests: Fix IPv6 address bind tests + - dmaengine: st_fdma: fix MODULE_ALIAS + - selftest/net/forwarding: declare NETIFS p9 p10 + - mac80211: agg-tx: refactor sending addba + - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock + - mac80211: accept aggregation sessions on 6 GHz + - mac80211: fix lookup when adding AddBA extension element + - net: sched: lock action when translating it to flow_action infra + - flow_offload: return EOPNOTSUPP for the unsupported mpls action type + - rds: memory leak in __rds_conn_create() + - soc/tegra: fuse: Fix bitwise vs. logical OR warning + - igb: Fix removal of unicast MAC filters of VFs + - igbvf: fix double free in `igbvf_probe` + - ixgbe: set X550 MDIO speed before talking to PHY + - netdevsim: Zero-initialize memory for new map's value in function + nsim_bpf_map_alloc + - net: Fix double 0x prefix print in SKB dump + - net/smc: Prevent smc_release() from long blocking + - net: systemport: Add global locking for descriptor lifecycle + - sit: do not call ipip6_dev_free() from sit_init_net() + - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) + - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error + - PCI/MSI: Mask MSI-X vectors only on success + - usb: xhci: Extend support for runtime power management for AMD's Yellow + carp. + - USB: serial: cp210x: fix CP2105 GPIO registration + - USB: serial: option: add Telit FN990 compositions + - timekeeping: Really make sure wall_to_monotonic isn't positive + - libata: if T_LENGTH is zero, dma direction should be DMA_NONE + - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE + - mac80211: validate extended element ID is present + - mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO + - Input: touchscreen - avoid bitwise vs logical OR warning + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name + - xsk: Do not sleep in poll() when need_wakeup set + - media: mxl111sf: change mutex_init() location + - fuse: annotate lock in fuse_reverse_inval_entry() + - ovl: fix warning in ovl_create_real() + - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() + - rcu: Mark accesses to rcu_state.n_force_qs + - mac80211: fix regression in SSN handling of addba tx + - net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info + - Revert "xsk: Do not sleep in poll() when need_wakeup set" + - xen/blkfront: harden blkfront against event channel storms + - xen/netfront: harden netfront against event channel storms + - xen/console: harden hvc_xen against event channel storms + - xen/netback: fix rx queue stall detection + - xen/netback: don't queue unlimited number of packages + - Linux 5.4.168 + * Focal update: v5.4.167 upstream stable release (LP: #1957987) + - nfc: fix segfault in nfc_genl_dump_devices_done + - drm/msm/dsi: set default num_data_lanes + - net/mlx4_en: Update reported link modes for 1/10G + - parisc/agp: Annotate parisc agp init functions with __init + - i2c: rk3x: Handle a spurious start completion interrupt flag + - net: netlink: af_netlink: Prevent empty skb by adding a check on len. + - drm/amd/display: Fix for the no Audio bug with Tiled Displays + - drm/amd/display: add connector type check for CRC source set + - tracing: Fix a kmemleak false positive in tracing_map + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req + - selinux: fix race condition when computing ocontext SIDs + - bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error + - memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER + - memblock: align freed memory map on pageblock boundaries with SPARSEMEM + - memblock: ensure there is no overflow in memblock_overlaps_region() + - arm: extend pfn_valid to take into account freed memory map alignment + - arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM + - Linux 5.4.167 + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + [ Ubuntu: 5.4.0-104.118 ] + + * CVE-2022-23960 + - SAUCE: kvm: arm: fix build on 32-bit + + -- Tim Gardner Mon, 14 Mar 2022 09:38:35 -0600 + +linux-aws (5.4.0-1068.72) focal; urgency=medium + + * CVE-2022-23960 + - SAUCE: arm64: fix build error in cpu_errata + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations with security options + + [ Ubuntu: 5.4.0-103.117 ] + + * CVE-2022-23960 + - arm64: Add part number for Arm Cortex-A77 + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition + - arm64: Add Cortex-X2 CPU part definition + - arm64: add ID_AA64ISAR2_EL1 sys register + - SAUCE: arm64: entry.S: Add ventry overflow sanity checks + - SAUCE: arm64: entry: Make the trampoline cleanup optional + - SAUCE: arm64: entry: Free up another register on kpti's tramp_exit path + - SAUCE: arm64: entry: Move the trampoline data page before the text page + - SAUCE: arm64: entry: Allow tramp_alias to access symbols after the 4K + boundary + - SAUCE: arm64: entry: Don't assume tramp_vectors is the start of the vectors + - SAUCE: arm64: entry: Move trampoline macros out of ifdef'd section + - SAUCE: arm64: entry: Make the kpti trampoline's kpti sequence optional + - SAUCE: arm64: entry: Allow the trampoline text to occupy multiple pages + - SAUCE: arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations + - SAUCE: arm64: entry: Add vectors that have the bhb mitigation sequences + - SAUCE: arm64: entry: Add macro for reading symbol addresses from the + trampoline + - SAUCE: arm64: Add percpu vectors for EL1 + - SAUCE: arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of + Spectre-v2 + - SAUCE: KVM: arm64: Add templates for BHB mitigation sequences + - SAUCE: arm64: Mitigate spectre style branch history side channels + - SAUCE: KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and + migrated + - SAUCE: arm64: Use the clearbhb instruction in mitigations + - [Config]: set CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * CVE-2022-0001 + - x86/speculation: Merge one test in spectre_v2_user_select_mitigation() + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd + - SAUCE: x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE + - SAUCE: x86/speculation: Add eIBRS + Retpoline options + - SAUCE: Documentation/hw-vuln: Update spectre doc + * Disable unprivileged BPF by default (LP: #1961338) + - bpf: Add kconfig knob for disabling unpriv bpf by default + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y + + -- Andrea Righi Wed, 02 Mar 2022 12:43:19 +0100 + +linux-aws (5.4.0-1066.69) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1066.69 -proposed tracker (LP: #1959246) + + * tcm_loop requires '-extras' for EKS optimised AMIs (LP: #1959593) + - [Packaging] aws: Include tcm_loop.ko + + [ Ubuntu: 5.4.0-100.113 ] + + * focal/linux: 5.4.0-100.113 -proposed tracker (LP: #1959900) + * CVE-2022-22942 + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy + * CVE-2022-0330 + - drm/i915: Flush TLBs before releasing backing store + * Focal update: v5.4.166 upstream stable release (LP: #1957008) + - netfilter: selftest: conntrack_vrf.sh: fix file permission + - Linux 5.4.166 + - net/packet: rx_owner_map depends on pg_vec + - USB: gadget: bRequestType is a bitfield, not a enum + - HID: holtek: fix mouse probing + - udp: using datalen to cap ipv6 udp max gso segments + - selftests: Calculate udpgso segment count without header adjustment + * Focal update: v5.4.165 upstream stable release (LP: #1957007) + - serial: tegra: Change lower tolerance baud rate limit for tegra20 and + tegra30 + - ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover + - HID: google: add eel USB id + - HID: add hid_is_usb() function to make it simpler for USB detection + - HID: add USB_HID dependancy to hid-prodikeys + - HID: add USB_HID dependancy to hid-chicony + - HID: add USB_HID dependancy on some USB HID drivers + - HID: bigbenff: prevent null pointer dereference + - HID: wacom: fix problems when device is not a valid USB device + - HID: check for valid USB device for many HID drivers + - can: kvaser_usb: get CAN clock frequency from device + - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct + stats->{rx,tx}_errors counter + - can: sja1000: fix use after free in ems_pcmcia_add_card() + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done + - selftests: netfilter: add a vrf+conntrack testcase + - vrf: don't run conntrack on vrf with !dflt qdisc + - bpf: Fix the off-by-two error in range markings + - ice: ignore dropped packets during init + - bonding: make tx_rebalance_counter an atomic + - nfp: Fix memory leak in nfp_cpp_area_cache_add() + - seg6: fix the iif in the IPv6 socket control block + - udp: using datalen to cap max gso segments + - iavf: restore MSI state on reset + - iavf: Fix reporting when setting descriptor count + - IB/hfi1: Correct guard on eager buffer deallocation + - mm: bdi: initialize bdi_min_ratio when bdi is unregistered + - ALSA: ctl: Fix copy of updated id with element read/write + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform + - ALSA: pcm: oss: Fix negative period/buffer sizes + - ALSA: pcm: oss: Limit the period size to 16MB + - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() + - btrfs: clear extent buffer uptodate when we fail to write it + - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling + - nfsd: Fix nsfd startup race (again) + - tracefs: Have new files inherit the ownership of their parent + - clk: qcom: regmap-mux: fix parent clock lookup + - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. + - can: pch_can: pch_can_rx_normal: fix use after free + - can: m_can: Disable and ignore ELO interrupt + - x86/sme: Explicitly map new EFI memmap table as encrypted + - libata: add horkage for ASMedia 1092 + - wait: add wake_up_pollfree() + - SAUCE: binder: export __wake_up_pollfree for binder module + - binder: use wake_up_pollfree() + - signalfd: use wake_up_pollfree() + - aio: keep poll requests on waitqueue until completed + - aio: fix use-after-free due to missing POLLFREE handling + - tracefs: Set all files to the same group ownership as the mount option + - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) + - qede: validate non LSO skb length + - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer + - i40e: Fix failed opcode appearing if handling messages from VF + - i40e: Fix pre-set max number of queues for VF + - mtd: rawnand: fsmc: Take instruction delay into account + - mtd: rawnand: fsmc: Fix timing computation + - dt-bindings: net: Reintroduce PHY no lane swap binding + - tools build: Remove needless libpython-version feature check that breaks + test-all fast path + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero + - net: altera: set a couple error code in probe() + - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue() + - net, neigh: clear whole pneigh_entry at alloc time + - net/qla3xxx: fix an error code in ql_adapter_up() + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for + rp_filter tests" + - selftests/fib_tests: Rework fib_rp_filter_test() + - USB: gadget: detect too-big endpoint 0 requests + - USB: gadget: zero allocate endpoint 0 buffers + - usb: core: config: fix validation of wMaxPacketValue entries + - xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime + suspending + - usb: core: config: using bit mask instead of individual bits + - xhci: avoid race between disable slot command and host runtime suspend + - iio: trigger: Fix reference counting + - iio: trigger: stm32-timer: fix MODULE_ALIAS + - iio: stk3310: Don't return error code in interrupt handler + - iio: mma8452: Fix trigger reference couting + - iio: ltr501: Don't return error code in trigger handler + - iio: kxsd9: Don't return error code in trigger handler + - iio: itg3200: Call iio_trigger_notify_done() on error + - iio: dln2-adc: Fix lockdep complaint + - iio: dln2: Check return value of devm_iio_trigger_register() + - iio: at91-sama5d2: Fix incorrect sign extension + - iio: adc: axp20x_adc: fix charging current reporting on AXP22x + - iio: ad7768-1: Call iio_trigger_notify_done() on error + - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove + - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL + - irqchip: nvic: Fix offset for Interrupt Priority Offsets + - misc: fastrpc: fix improper packet size calculation + - bpf: Add selftests to cover packet access corner cases + - Linux 5.4.165 + * Focal update: v5.4.164 upstream stable release (LP: #1956381) + - NFSv42: Fix pagecache invalidation after COPY/CLONE + - of: clk: Make self-contained + - arm64: dts: mcbin: support 2W SFP modules + - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM + - gfs2: Fix length of holes reported at end-of-file + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY + - mac80211: do not access the IV when it was stripped + - net/smc: Transfer remaining wait queue entries during fallback + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait + - net: return correct error code + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep + - s390/setup: avoid using memblock_enforce_memory_limit + - btrfs: check-integrity: fix a warning on write caching disabled disk + - thermal: core: Reset previous low and high trip during thermal zone init + - scsi: iscsi: Unblock session then wake up error handler + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile + - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in + hns_dsaf_ge_srst_by_port() + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of + bound + - net: ethernet: dec: tulip: de4x5: fix possible array overflows in + type3_infoblock() + - perf hist: Fix memory leak of a perf_hpp_fmt + - perf report: Fix memory leaks around perf_tip() + - net/smc: Avoid warning of possible recursive locking + - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit + - kprobes: Limit max data_size of the kretprobe instances + - rt2x00: do not mark device gone on EPROTO errors during start + - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() + - s390/pci: move pseudo-MMIO to prevent MIO overlap + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl + - i2c: stm32f7: flush TX FIFO upon transfer errors + - i2c: stm32f7: recover the bus on access timeout + - i2c: stm32f7: stop dma transfer in case of NACK + - i2c: cbus-gpio: set atomic transfer callback + - natsemi: xtensa: fix section mismatch warnings + - net: qlogic: qlcnic: Fix a NULL pointer dereference in + qlcnic_83xx_add_rings() + - net: mpls: Fix notifications when deleting a device + - siphash: use _unaligned version by default + - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() + - selftests: net: Correct case name + - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() + - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ + is available + - net: marvell: mvpp2: Fix the computation of shared CPUs + - net: annotate data-races on txq->xmit_lock_owner + - ipv4: convert fib_num_tclassid_users to atomic_t + - net/rds: correct socket tunable error in rds_tcp_tune() + - net/smc: Keep smc_close_final rc during active close + - drm/msm: Do hw_init() before capturing GPU state + - ipv6: fix memory leak in fib6_rule_suppress + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register + - sched/uclamp: Fix rq->uclamp_max not set on first enqueue + - parisc: Fix KBUILD_IMAGE for self-extracting kernel + - parisc: Fix "make install" on newer debian releases + - vgacon: Propagate console boot parameters before calling `vc_resize' + - xhci: Fix commad ring abort, write all 64 bits to CRCR register. + - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect + - x86/tsc: Add a timer to make sure TSC_adjust is always checked + - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms + - x86/64/mm: Map all kernel memory into trampoline_pgd + - tty: serial: msm_serial: Deactivate RX DMA for polling support + - serial: pl011: Add ACPI SBSA UART match id + - serial: core: fix transmit-buffer reset and memleak + - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array + - serial: 8250_pci: rewrite pericom_do_set_divisor() + - iwlwifi: mvm: retry init flow if failed + - parisc: Mark cr16 CPU clocksource unstable on all SMP machines + - net/tls: Fix authentication failure in CCM mode + - Linux 5.4.164 + * Focal update: v5.4.163 upstream stable release (LP: #1956380) + - USB: serial: option: add Telit LE910S1 0x9200 composition + - USB: serial: option: add Fibocom FM101-GL variants + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames + - usb: dwc2: hcd_queue: Fix use of floating point literal + - net: nexthop: fix null pointer dereference when IPv6 is not enabled + - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts + - usb: hub: Fix usb enumeration issue due to address0 race + - usb: hub: Fix locking issues with address0_mutex + - binder: fix test regression due to sender_euid change + - ALSA: ctxfi: Fix out-of-range access + - media: cec: copy sequence field for the reply + - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts + - staging/fbtft: Fix backlight + - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() + - xen: don't continue xenstore initialization in case of errors + - xen: detect uninitialized xenbus in xenbus_init + - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB + - tracing/uprobe: Fix uprobe_perf_open probes iteration + - tracing: Fix pid filtering when triggers are attached + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB + - mdio: aspeed: Fix "Link is Down" issue + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf() + - PCI: aardvark: Wait for endpoint to be ready before training link + - PCI: aardvark: Fix big endian support + - PCI: aardvark: Train link immediately after enabling training + - PCI: aardvark: Improve link training + - PCI: aardvark: Issue PERST via GPIO + - PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macros + - PCI: aardvark: Don't touch PCIe registers if no card connected + - PCI: aardvark: Fix compilation on s390 + - PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link() + - PCI: aardvark: Update comment about disabling link training + - PCI: pci-bridge-emul: Fix array overruns, improve safety + - PCI: aardvark: Configure PCIe resources from 'ranges' DT property + - PCI: aardvark: Fix PCIe Max Payload Size setting + - PCI: aardvark: Implement re-issuing config requests on CRS response + - PCI: aardvark: Simplify initialization of rootcap on virtual bridge + - PCI: aardvark: Fix link training + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated + bridge + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - pinctrl: armada-37xx: Correct PWM pins definitions + - arm64: dts: marvell: armada-37xx: Set pcie_reset_pin to gpio function + - proc/vmcore: fix clearing user buffer by properly using clear_user() + - netfilter: ipvs: Fix reuse connection if RS weight is 0 + - ARM: dts: BCM5301X: Fix I2C controller interrupt + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls + - net: ieee802154: handle iftypes as u32 + - firmware: arm_scmi: pm: Propagate return value to caller + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed + - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE + - scsi: mpt3sas: Fix kernel panic during drive powercycle test + - drm/vc4: fix error code in vc4_create_object() + - iavf: Prevent changing static ITR values if adaptive moderation is on + - ipv6: fix typos in __ip6_finish_output() + - nfp: checking parameter process for rx-usecs/tx-usecs is invalid + - net: ipv6: add fib6_nh_release_dsts stub + - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group + - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING + - net/smc: Ensure the active closing peer first closes clcsock + - nvmet-tcp: fix incomplete data digest send + - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets + - PM: hibernate: use correct mode for swsusp_close() + - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited + flows + - nvmet: use IOCB_NOWAIT only if the filesystem supports it + - igb: fix netpoll exit with traffic + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 + - net: vlan: fix underflow for the real_dev refcnt + - net/smc: Don't call clcsock shutdown twice when smc shutdown + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs + - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP + - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found + - smb3: do not error on fsync when readonly + - vhost/vsock: fix incorrect used length reported to the guest + - tracing: Check pid filtering when creating events + - s390/mm: validate VMA in PGSTE manipulation functions + - shm: extend forced shm destroy to support objects from several IPC nses + - NFC: add NCI_UNREG flag to eliminate the race + - fuse: release pipe buf after last use + - xen: sync include/xen/interface/io/ring.h with Xen's newest version + - xen/blkfront: read response from backend only once + - xen/blkfront: don't take local copy of a request from the ring page + - xen/blkfront: don't trust the backend response data blindly + - xen/netfront: read response from backend only once + - xen/netfront: don't read data from request on the ring page + - xen/netfront: disentangle tx_skb_freelist + - xen/netfront: don't trust the backend response data blindly + - tty: hvc: replace BUG_ON() with negative return value + - Linux 5.4.163 + * net/mlx5e: EPERM on vlan 0 programming (LP: #1957753) + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager + * CVE-2021-4083 + - fget: check that the fd still exists after getting a ref to it + * CVE-2021-4155 + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate + + -- Tim Gardner Wed, 09 Feb 2022 06:59:38 -0700 + +linux-aws (5.4.0-1065.68) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1065.68 -proposed tracker (LP: #1959785) + + [ Ubuntu: 5.4.0-99.112 ] + + * focal/linux: 5.4.0-99.112 -proposed tracker (LP: #1959817) + * linux-image-5.4.0-97.110 freezes by accessing cifs shares (LP: #1959665) + - Revert "cifs: To match file servers, make sure the server hostname matches" + - Revert "cifs: set a minimum of 120s for next dns resolution" + - Revert "cifs: use the expiry output of dns_query to schedule next + resolution" + + -- Tim Gardner Thu, 03 Feb 2022 08:25:41 -0700 + +linux-aws (5.4.0-1064.67) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1064.67 -proposed tracker (LP: #1955214) + + * Enable arm64 nitro enclaves (LP: #1951873) + - nitro_enclaves: Fixup type and simplify logic of the poll mask setup + - nitro_enclaves: Fix stale file descriptors on failed usercopy + - nitro_enclaves: Set Bus Master for the NE PCI device + - nitro_enclaves: Enable Arm64 support + - nitro_enclaves: Update documentation for Arm64 support + - nitro_enclaves: Add fix for the kernel-doc report + - nitro_enclaves: Update copyright statement to include 2021 + - nitro_enclaves: Add fixes for checkpatch match open parenthesis reports + - nitro_enclaves: Add fixes for checkpatch spell check reports + - nitro_enclaves: Add fixes for checkpatch blank line reports + + [ Ubuntu: 5.4.0-97.110 ] + + * icmp_redirect from selftests fails on F/kvm (unary operator expected) + (LP: #1938964) + - selftests: icmp_redirect: pass xfail=0 to log_test() + * Focal: CIFS stable updates (LP: #1954926) + - cifs: use the expiry output of dns_query to schedule next resolution + - cifs: set a minimum of 120s for next dns resolution + - cifs: To match file servers, make sure the server hostname matches + * seccomp_bpf in seccomp from ubuntu_kernel_selftests failed to build on B-5.4 + (LP: #1896420) + - SAUCE: selftests/seccomp: fix "storage size of 'md' isn't known" build issue + - SAUCE: selftests/seccomp: Fix s390x regs not defined issue + * system crash when removing ipmi_msghandler module (LP: #1950666) + - ipmi: Move remove_work to dedicated workqueue + - ipmi: msghandler: Make symbol 'remove_work_wq' static + * zcrypt DD: Toleration for new IBM Z Crypto Hardware - (Backport to Ubuntu + 20.04) (LP: #1954680) + - s390/AP: support new dynamic AP bus size limit + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel - + kernel part (LP: #1953334) + - s390/setup: diag 318: refactor struct + - s390/kvm: diagnose 0x318 sync and reset + - KVM: s390: remove diag318 reset code + - KVM: s390: add debug statement for diag 318 CPNC data + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206) + - SAUCE: RDMA/core: Updated ib_peer_memory + * Include Infiniband Peer Memory interface (LP: #1923104) + - IB: Allow calls to ib_umem_get from kernel ULPs + - SAUCE: RDMA/core: Introduce peer memory interface + * Focal update: v5.4.162 upstream stable release (LP: #1954834) + - arm64: zynqmp: Do not duplicate flash partition label property + - arm64: zynqmp: Fix serial compatible string + - ARM: dts: NSP: Fix mpcore, mmc node names + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() + - arm64: dts: hisilicon: fix arm,sp805 compatible string + - RDMA/bnxt_re: Check if the vlan is valid before reporting + - usb: musb: tusb6010: check return value after calling + platform_get_resource() + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency + - arm64: dts: freescale: fix arm,sp805 compatible string + - ASoC: SOF: Intel: hda-dai: fix potential locking issue + - clk: imx: imx6ul: Move csi_sel mux to correct base register + - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect + - scsi: advansys: Fix kernel pointer leak + - firmware_loader: fix pre-allocated buf built-in firmware use + - ARM: dts: omap: fix gpmc,mux-add-data type + - usb: host: ohci-tmio: check return value after calling + platform_get_resource() + - ARM: dts: ls1021a: move thermal-zones node out of soc/ + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash + - ALSA: ISA: not for M68K + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc + - MIPS: sni: Fix the build + - scsi: target: Fix ordered tag handling + - scsi: target: Fix alua_tg_pt_gps_count tracking + - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr() + - powerpc/5200: dts: fix memory node unit name + - ALSA: gus: fix null pointer dereference on pointer block + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli + - sh: check return code of request_irq + - maple: fix wrong return value of maple_bus_init(). + - f2fs: fix up f2fs_lookup tracepoints + - sh: fix kconfig unmet dependency warning for FRAME_POINTER + - sh: math-emu: drop unused functions + - sh: define __BIG_ENDIAN for math-emu + - clk: ingenic: Fix bugs with divided dividers + - clk/ast2600: Fix soc revision for AHB + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set + - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() + - tracing: Save normal string variables + - tracing/histogram: Do not copy the fixed-size char array field over the + field size + - RDMA/netlink: Add __maybe_unused to static inline in C file + - perf bpf: Avoid memory leak from perf_env__insert_btf() + - perf bench futex: Fix memory leak of perf_cpu_map__new() + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh + - net: bnx2x: fix variable dereferenced before check + - iavf: check for null in iavf_fix_features + - iavf: free q_vectors before queues in iavf_disable_vf + - iavf: Fix failure to exit out from last all-multicast mode + - iavf: prevent accidental free of filter structure + - iavf: validate pointers + - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset + - MIPS: generic/yamon-dt: fix uninitialized variable error + - mips: bcm63xx: add support for clk_get_parent() + - mips: lantiq: add support for clk_get_parent() + - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' + - scsi: core: sysfs: Fix hang when device state is set via sysfs + - net: sched: act_mirred: drop dst for the direction from egress to ingress + - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove + - net: virtio_net_hdr_to_skb: count transport header in UFO + - i40e: Fix correct max_pkt_size on VF RX queue + - i40e: Fix NULL ptr dereference on VSI filter sync + - i40e: Fix changing previously set num_queue_pairs for PFs + - i40e: Fix ping is lost after configuring ADq on VF + - i40e: Fix creation of first queue by omitting it if is not power of two + - i40e: Fix display error code in dmesg + - NFC: reorganize the functions in nci_request + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame + - NFC: reorder the logic in nfc_{un,}register_device + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server + - s390/kexec: fix return code handling + - arm64: vdso32: suppress error message for 'make mrproper' + - tun: fix bonding active backup with arp monitoring + - hexagon: export raw I/O routines for modules + - ipc: WARN if trying to remove ipc object which is absent + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails + - s390/kexec: fix memory leak of ipl report buffer + - udf: Fix crash after seekdir + - btrfs: fix memory ordering between normal and ordered work functions + - parisc/sticon: fix reverse colors + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type + - drm/udl: fix control-message timeout + - drm/nouveau: use drm_dev_unplug() during device removal + - drm/i915/dp: Ensure sink rate values are always valid + - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga + and dvi connectors + - Revert "net: mvpp2: disable force link UP during port init procedure" + - perf/core: Avoid put_page() when GUP fails + - batman-adv: Consider fragmentation for needed_headroom + - batman-adv: Reserve needed_*room for fragments + - batman-adv: Don't always reallocate the fragmentation skb head + - ASoC: DAPM: Cover regression by kctl change notification fix + - usb: max-3421: Use driver data instead of maintaining a list of bound + devices + - ice: Delete always true check of PF pointer + - ALSA: hda: hdac_ext_stream: fix potential locking issues + - ALSA: hda: hdac_stream: fix potential locking issue in + snd_hdac_stream_assign() + - Linux 5.4.162 + * Focal update: v5.4.161 upstream stable release (LP: #1954828) + - scsi: ufs: Fix interrupt error message for shared interrupts + - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL + - ext4: fix lazy initialization next schedule time computation in more + granular unit + - scsi: ufs: Fix tm request when non-fatal error happens + - fortify: Explicitly disable Clang support + - parisc/entry: fix trace test in syscall exit path + - PCI/MSI: Destroy sysfs before freeing entries + - PCI/MSI: Deal with devices lying about their MSI mask capability + - PCI: Add MSI masking quirk for Nvidia ION AHCI + - erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() + - erofs: fix unsafe pagevec reuse of hooked pclusters + - Linux 5.4.161 + * Focal update: v5.4.160 upstream stable release (LP: #1953387) + - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good + delay + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform + - binder: use euid from cred instead of using task + - binder: use cred instead of task for selinux checks + - binder: use cred instead of task for getsecid + - Input: iforce - fix control-message timeout + - Input: elantench - fix misreporting trackpoint coordinates + - Input: i8042 - Add quirk for Fujitsu Lifebook T725 + - libata: fix read log timeout value + - ocfs2: fix data corruption on truncate + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file + - scsi: qla2xxx: Fix use after free in eh_abort path + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error + - parisc: Fix ptrace check on syscall return + - tpm: Check for integer overflow in tpm2_map_response_body() + - firmware/psci: fix application of sizeof to pointer + - crypto: s5p-sss - Add error handling in s5p_aes_probe() + - media: ite-cir: IR receiver stop working after receive overflow + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers + - media: v4l2-ioctl: Fix check_ext_ctrls + - ALSA: hda/realtek: Add quirk for Clevo PC70HS + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N + - ALSA: hda/realtek: Add quirk for ASUS UX550VE + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED + - ALSA: ua101: fix division by zero at probe + - ALSA: 6fire: fix control and bulk message timeouts + - ALSA: line6: fix control and interrupt message timeouts + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400 + - ALSA: synth: missing check for possible NULL after the call to kstrdup + - ALSA: timer: Fix use-after-free problem + - ALSA: timer: Unconditionally unlink slave instances, too + - fuse: fix page stealing + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL + - x86/irq: Ensure PI wakeup handler is unregistered before module unload + - cavium: Return negative value when pci_alloc_irq_vectors() fails + - scsi: qla2xxx: Return -ENOMEM if kzalloc() fails + - scsi: qla2xxx: Fix unmap of already freed sgl + - cavium: Fix return values of the probe function + - sfc: Don't use netif_info before net_device setup + - hyperv/vmbus: include linux/bitops.h + - ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode + - reset: socfpga: add empty driver allowing consumers to probe + - mmc: winbond: don't build on M68K + - drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 + - bpf: Define bpf_jit_alloc_exec_limit for arm64 JIT + - bpf: Prevent increasing bpf_jit_limit above max + - xen/netfront: stop tx queues during live migration + - nvmet-tcp: fix a memory leak when releasing a queue + - spi: spl022: fix Microwire full duplex mode + - net: multicast: calculate csum of looped-back and forwarded packets + - watchdog: Fix OMAP watchdog early handling + - drm: panel-orientation-quirks: Add quirk for GPD Win3 + - nvmet-tcp: fix header digest verification + - r8169: Add device 10ec:8162 to driver r8169 + - vmxnet3: do not stop tx queues after netif_device_detach() + - nfp: bpf: relax prog rejection for mtu check through max_pkt_offset + - net/smc: Correct spelling mistake to TCPF_SYN_RECV + - btrfs: clear MISSING device status bit in btrfs_close_one_device + - btrfs: fix lost error handling when replaying directory deletes + - btrfs: call btrfs_check_rw_degradable only if there is a missing device + - ia64: kprobes: Fix to pass correct trampoline address to the handler + - hwmon: (pmbus/lm25066) Add offset coefficients + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is + disabled + - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default- + dvs-idx property + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell + - mwifiex: fix division by zero in fw download path + - ath6kl: fix division by zero in send path + - ath6kl: fix control-message timeout + - ath10k: fix control-message timeout + - ath10k: fix division by zero in send path + - PCI: Mark Atheros QCA6174 to avoid bus reset + - rtl8187: fix control-message timeouts + - evm: mark evm_fixmode as __ro_after_init + - wcn36xx: Fix HT40 capability for 2Ghz band + - mwifiex: Read a PCI register after writing the TX ring write pointer + - libata: fix checking of DMA state + - wcn36xx: handle connection loss indication + - rsi: fix occasional initialisation failure with BT coex + - rsi: fix key enabled check causing unwanted encryption for vap_id > 0 + - rsi: fix rate mask set leading to P2P failure + - rsi: Fix module dev_oper_mode parameter description + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP + - signal: Remove the bogus sigkill_pending in ptrace_stop + - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT + - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold + - power: supply: max17042_battery: use VFSOC for capacity when no rsns + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport + - can: j1939: j1939_can_recv(): ignore messages with invalid source address + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found + - serial: core: Fix initializing and restoring termios speed + - ALSA: mixer: oss: Fix racy access to slots + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume + - xen/balloon: add late_initcall_sync() for initial ballooning done + - PCI: pci-bridge-emul: Fix emulation of W1C bits + - PCI: aardvark: Do not clear status bits of masked interrupts + - PCI: aardvark: Fix checking for link up via LTSSM state + - PCI: aardvark: Do not unmask unused interrupts + - PCI: aardvark: Fix reporting Data Link Layer Link Active + - PCI: aardvark: Fix return value of MSI domain .alloc() method + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG + - quota: check block number when reading the block in quota file + - quota: correct error number in free_dqentry() + - pinctrl: core: fix possible memory leak in pinctrl_enable() + - iio: dac: ad5446: Fix ad5622_write() return value + - USB: serial: keyspan: fix memleak on probe errors + - USB: iowarrior: fix control-message timeouts + - USB: chipidea: fix interrupt deadlock + - dma-buf: WARN on dmabuf release with pending attachments + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2) + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1 + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6 + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() + - Bluetooth: fix use-after-free error in lock_sock_nested() + - drm/panel-orientation-quirks: add Valve Steam Deck + - platform/x86: wmi: do not fail if disabling fails + - MIPS: lantiq: dma: add small delay after reset + - MIPS: lantiq: dma: reset correct number of channel + - locking/lockdep: Avoid RCU-induced noinstr fail + - net: sched: update default qdisc visibility after Tx queue cnt changes + - smackfs: Fix use-after-free in netlbl_catmap_walk() + - x86: Increase exception stack sizes + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type + - mwifiex: Properly initialize private structure on interface type changes + - ath10k: high latency fixes for beacon buffer + - media: mt9p031: Fix corrupted frame after restarting stream + - media: netup_unidvb: handle interrupt properly according to the firmware + - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread() + - media: uvcvideo: Set capability in s_param + - media: uvcvideo: Return -EIO for control errors + - media: uvcvideo: Set unique vdev name based in type + - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe() + - media: s5p-mfc: Add checking to s5p_mfc_probe(). + - media: imx: set a media_device bus_info string + - media: mceusb: return without resubmitting URB in case of -EPROTO error. + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet + - media: rcar-csi2: Add checking to rcsi2_start_receiver() + - ipmi: Disable some operations during a panic + - ACPICA: Avoid evaluating methods too early during system resume + - media: ipu3-imgu: imgu_fmt: Handle properly try + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info + - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte() + - net-sysfs: try not to restart the syscall if it will fail eventually + - tracefs: Have tracefs directories not set OTH permission bits by default + - ath: dfs_pattern_detector: Fix possible null-pointer dereference in + channel_detector_create() + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value + - ACPI: battery: Accept charges over the design capacity as full + - leaking_addresses: Always print a trailing newline + - memstick: r592: Fix a UAF bug when removing the driver + - lib/xz: Avoid overlapping memcpy() with invalid input with in-place + decompression + - lib/xz: Validate the value before assigning it to an enum variable + - workqueue: make sysfs of unbound kworker cpumask more clever + - tracing/cfi: Fix cmp_entries_* functions signature mismatch + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine() + - block: remove inaccurate requeue check + - nvmet: fix use-after-free when a port is removed + - nvmet-tcp: fix use-after-free when a port is removed + - nvme: drop scan_lock and always kick requeue list when removing namespaces + - PM: hibernate: Get block device exclusively in swsusp_check() + - selftests: kvm: fix mismatched fclose() after popen() + - iwlwifi: mvm: disable RX-diversity in powersave + - smackfs: use __GFP_NOFAIL for smk_cipso_doi() + - ARM: clang: Do not rely on lr register for stacktrace + - gre/sit: Don't generate link-local addr if addr_gen_mode is + IN6_ADDR_GEN_MODE_NONE + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32 + - vrf: run conntrack only in context of lower/physdev for locally generated + packets + - net: annotate data-race in neigh_output() + - btrfs: do not take the uuid_mutex in btrfs_rm_device + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in + bcm_qspi_probe() + - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted + - parisc: fix warning in flush_tlb_all + - task_stack: Fix end_of_stack() for architectures with upwards-growing stack + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream + state + - selftests/bpf: Fix strobemeta selftest regression + - Bluetooth: fix init and cleanup of sco_conn.timeout_work + - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() + - drm/v3d: fix wait for TMU write combiner flush + - virtio-gpu: fix possible memory allocation failure + - net: net_namespace: Fix undefined member in key_remove_domain() + - cgroup: Make rebind_subsystems() disable v2 controllers all at once + - wilc1000: fix possible memory leak in cfg_scan_result() + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync + - crypto: caam - disable pkc for non-E SoCs + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies() + - net: dsa: rtl8366rb: Fix off-by-one bug + - ath10k: Fix missing frame timestamp for beacon/probe-resp + - drm/amdgpu: fix warning for overflow check + - media: em28xx: add missing em28xx_close_extension + - media: cxd2880-spi: Fix a null pointer dereference on error handling path + - media: dvb-usb: fix ununit-value in az6027_rc_query + - media: TDA1997x: handle short reads of hdmi info frame. + - media: mtk-vpu: Fix a resource leak in the error handling path of + 'mtk_vpu_probe()' + - media: radio-wl1273: Avoid card name truncation + - media: si470x: Avoid card name truncation + - media: tm6000: Avoid card name truncation + - media: cx23885: Fix snd_card_free call on null card pointer + - kprobes: Do not use local variable when creating debugfs file + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency + - cpuidle: Fix kobject memory leaks in error paths + - media: em28xx: Don't use ops->suspend if it is NULL + - ath9k: Fix potential interrupt storm on queue reset + - EDAC/amd64: Handle three rank interleaving mode + - netfilter: nft_dynset: relax superfluous check on set updates + - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() + - crypto: qat - detect PFVF collision after ACK + - crypto: qat - disregard spurious PFVF interrupts + - hwrng: mtk - Force runtime pm ops for sleep ops + - b43legacy: fix a lower bounds test + - b43: fix a lower bounds test + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured + - memstick: avoid out-of-range warning + - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE + - hwmon: Fix possible memleak in __hwmon_device_register() + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of + lm25066_coeff + - ath10k: fix max antenna gain unit + - drm/msm: uninitialized variable in msm_gem_import() + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() + - mmc: mxs-mmc: disable regulator on error and in the remove function + - block: ataflop: fix breakage introduced at blk-mq refactoring + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c + - rsi: stop thread firstly in rsi_91x_init() error handling + - mwifiex: Send DELBA requests according to spec + - phy: micrel: ksz8041nl: do not use power down mode + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl + - PM: hibernate: fix sparse warnings + - clocksource/drivers/timer-ti-dm: Select TIMER_OF + - drm/msm: Fix potential NULL dereference in DPU SSPP + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi + - libbpf: Fix BTF data layout checks and allow empty BTF + - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() + - irq: mips: avoid nested irq_enter() + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() + - samples/kretprobes: Fix return value if register_kretprobe() failed + - KVM: s390: Fix handle_sske page fault handling + - libertas_tf: Fix possible memory leak in probe and disconnect + - libertas: Fix possible memory leak in probe and disconnect + - wcn36xx: add proper DMA memory barriers in rx path + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits + - net: amd-xgbe: Toggle PLL settings during rate change + - net: phylink: avoid mvneta warning when setting pause parameters + - crypto: pcrypt - Delay write to padata->info + - selftests/bpf: Fix fclose/pclose mismatch in test_progs + - udp6: allow SO_MARK ctrl msg to affect routing + - ibmvnic: don't stop queue in xmit + - ibmvnic: Process crqs after enabling interrupts + - RDMA/rxe: Fix wrong port_cap_flags + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths + - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() + - arm64: dts: rockchip: Fix GPU register width for RK3328 + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY + - RDMA/bnxt_re: Fix query SRQ failure + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties + - ARM: dts: at91: tse850: the emac<->phy interface is rmii + - scsi: dc395: Fix error case unwinding + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT + - JFS: fix memleak in jfs_mount + - ALSA: hda: Reduce udelay() at SKL+ position reporting + - arm: dts: omap3-gta04a4: accelerometer irq fix + - soc/tegra: Fix an error handling path in tegra_powergate_power_up() + - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe + - clk: at91: check pmc node status before registering syscore ops + - video: fbdev: chipsfb: use memset_io() instead of memset() + - serial: 8250_dw: Drop wrong use of ACPI_PTR() + - usb: gadget: hid: fix error code in do_config() + - power: supply: rt5033_battery: Change voltage values to µV + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() + - RDMA/mlx4: Return missed an error if device doesn't support steering + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC + - ARM: dts: stm32: fix SAI sub nodes register range + - ASoC: cs42l42: Correct some register default values + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER + - phy: qcom-qusb2: Fix a memory leak on probe + - serial: xilinx_uartps: Fix race condition causing stuck TX + - HID: u2fzero: clarify error check and length calculations + - HID: u2fzero: properly handle timeouts in usb_submit_urb + - powerpc/44x/fsp2: add missing of_node_put + - mips: cm: Convert to bitfield API to fix out-of-bounds access + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error + - apparmor: fix error check + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds + - drm/plane-helper: fix uninitialized variable reference + - PCI: aardvark: Don't spam about PIO Response Status + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge + - opp: Fix return in _opp_add_static_v2() + - NFS: Fix deadlocks in nfs_scan_commit_list() + - fs: orangefs: fix error return code of orangefs_revalidate_lookup() + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare() + - mtd: core: don't remove debugfs directory if device is in use + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string + - auxdisplay: ht16k33: Connect backlight to fbdev + - auxdisplay: ht16k33: Fix frame buffer device blanking + - soc: fsl: dpaa2-console: free buffer before returning from + dpaa2_console_read + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared + - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` + - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) + - m68k: set a default value for MEMORY_RESERVE + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT + - ar7: fix kernel builds for compiler test + - scsi: qla2xxx: Fix gnl list corruption + - scsi: qla2xxx: Turn off target reset during issue_lip + - NFSv4: Fix a regression in nfs_set_open_stateid_locked() + - i2c: xlr: Fix a resource leak in the error handling path of + 'xlr_i2c_probe()' + - xen-pciback: Fix return in pm_ctrl_init() + - net: davinci_emac: Fix interrupt pacing disable + - net: vlan: fix a UAF in vlan_dev_real_dev() + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and + zs_unregister_migration() + - zram: off by one in read_block_state() + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info() + - llc: fix out-of-bound array index in llc_sk_dev_hash() + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any + - net: hns3: allow configure ETS bandwidth of all TCs + - vsock: prevent unnecessary refcnt inc for nonblocking connect + - net/smc: fix sk_refcnt underflow on linkdown and fallback + - cxgb4: fix eeprom len when diagnostics not implemented + - selftests/net: udpgso_bench_rx: fix port argument + - ARM: 9155/1: fix early early_iounmap() + - ARM: 9156/1: drop cc-option fallbacks for architecture selection + - parisc: Fix set_fixmap() on PA1.x CPUs + - irqchip/sifive-plic: Fixup EOI failed when masked + - f2fs: should use GFP_NOFS for directory inodes + - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE + - 9p/net: fix missing error check in p9_check_errors + - ovl: fix deadlock in splice write + - powerpc/lib: Add helper to check if offset is within conditional branch + range + - powerpc/bpf: Validate branch ranges + - powerpc/bpf: Fix BPF_SUB when imm == 0x80000000 + - powerpc/security: Add a helper to query stf_barrier type + - powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC + - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks + - mm, oom: do not trigger out_of_memory from the #PF + - video: backlight: Drop maximum brightness override for brightness zero + - s390/cio: check the subchannel validity for dev_busid + - s390/tape: fix timer initialization in tape_std_assign() + - s390/cio: make ccw_device_dma_* more robust + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros + - SUNRPC: Partial revert of commit 6f9f17287e78 + - ath10k: fix invalid dma_addr_t token assignment + - selftests/bpf: Fix also no-alu32 strobemeta selftest + - Linux 5.4.160 + - soc/tegra: pmc: Fix imbalanced clock disabling in error code path + * Focal update: v5.4.159 upstream stable release (LP: #1953071) + - Revert "x86/kvm: fix vcpu-id indexed array sizes" + - usb: ehci: handshake CMD_RUN instead of STS_HALT + - usb: gadget: Mark USB_FSL_QE broken on 64-bit + - usb: musb: Balance list entry in musb_gadget_queue + - usb-storage: Add compatibility quirk flags for iODD 2531/2541 + - binder: don't detect sender/target during buffer cleanup + - printk/console: Allow to disable console output by using console="" or + console=null + - isofs: Fix out of bound access for corrupted isofs image + - comedi: dt9812: fix DMA buffers on stack + - comedi: ni_usb6501: fix NULL-deref in command paths + - comedi: vmk80xx: fix transfer-buffer overflows + - comedi: vmk80xx: fix bulk-buffer overflow + - comedi: vmk80xx: fix bulk and interrupt message timeouts + - staging: r8712u: fix control-message timeout + - staging: rtl8192u: fix control-message timeouts + - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init + - rsi: fix control-message timeout + - Linux 5.4.159 + * Focal update: v5.4.158 upstream stable release (LP: #1953066) + - scsi: core: Put LLD module refcnt after SCSI device is released + - vrf: Revert "Reset skb conntrack connection..." + - net: ethernet: microchip: lan743x: Fix skb allocation failure + - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() + - Revert "xhci: Set HCD flag to defer primary roothub registration" + - Revert "usb: core: hcd: Add support for deferring roothub registration" + - sfc: Fix reading non-legacy supported link modes + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" + - Linux 5.4.158 + * [Ubuntu 20.04] Problem leading IUCV service down (on s390x) (LP: #1913442) + - usercopy: mark dma-kmalloc caches as usercopy caches + + -- Kleber Sacilotto de Souza Mon, 17 Jan 2022 12:56:21 +0100 + +linux-aws (5.4.0-1063.66) focal; urgency=medium + + [ Ubuntu: 5.4.0-96.109 ] + + * Support builtin revoked certificates (LP: #1932029) + - [Config]: add i386 to CONFIG_SYSTEM_REVOCATION_KEYS annotation + * CVE-2022-0185 + - SAUCE: vfs: Out-of-bounds write of heap buffer in fs_context.c + - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE + + [ Ubuntu: 5.4.0-94.106 ] + + * focal/linux: 5.4.0-94.106 -proposed tracker (LP: #1956628) + * [Regression] Focal kernel 5.4.0-92.103 fails to boot when Secure Encrypted + Virtualization(SEV) is enabled (LP: #1956575) + - x86/ioremap: Map EFI-reserved memory as encrypted for SEV + + -- Stefan Bader Wed, 12 Jan 2022 18:05:09 +0100 + +linux-aws (5.4.0-1061.64) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1061.64 -proposed tracker (LP: #1952285) + + * Re-enable DEBUG_INFO_BTF where it was disabled (LP: #1945632) + - [Config] aws: Enable CONFIG_DEBUG_INFO_BTF on all arches + + * Support builtin revoked certificates (LP: #1932029) + - [Config] aws: Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + + * linux-aws: Make a signed kernel (LP: #1951011) + - [Packaging] aws: Enable signed kernel + + [ Ubuntu: 5.4.0-92.103 ] + + * focal/linux: 5.4.0-92.103 -proposed tracker (LP: #1952316) + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/2021.11.29) + * CVE-2021-4002 + - tlb: mmu_gather: add tlb_flush_*_range APIs + - hugetlbfs: flush TLBs correctly after huge_pmd_unshare + * Re-enable DEBUG_INFO_BTF where it was disabled (LP: #1945632) + - [Config] Enable CONFIG_DEBUG_INFO_BTF on all arches + * Focal linux-azure: Vm crash on Dv5/Ev5 (LP: #1950462) + - KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again + - jump_label: Fix usage in module __init + * Support builtin revoked certificates (LP: #1932029) + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() not complain about + cert lists that aren't present." + - integrity: Move import of MokListRT certs to a separate routine + - integrity: Load certs from the EFI MOK config table + - certs: Add ability to preload revocation certs + - integrity: Load mokx variables into the blacklist keyring + - certs: add 'x509_revocation_list' to gitignore + - SAUCE: Dump stack when X.509 certificates cannot be loaded + - [Packaging] build canonical-revoked-certs.pem from branch/arch certs + - [Packaging] Revoke 2012 UEFI signing certificate as built-in + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) + - efi: Support for MOK variable config table + - efi: mokvar-table: fix some issues in new code + - efi: mokvar: add missing include of asm/early_ioremap.h + - efi/mokvar: Reserve the table only if it is in boot services data + - SAUCE: integrity: add informational messages when revoking certs + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via + MokListXRT. + - SAUCE: integrity: Load mokx certs from the EFI MOK config table + * Focal update: v5.4.157 upstream stable release (LP: #1951883) + - ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned + - ARM: 9134/1: remove duplicate memcpy() definition + - ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype + - ARM: 9141/1: only warn about XIP address when not compile testing + - ipv6: use siphash in rt6_exception_hash() + - ipv4: use siphash instead of Jenkins in fnhe_hashfun() + - usbnet: sanity check for maxpacket + - usbnet: fix error return code in usbnet_probe() + - Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode" + - ata: sata_mv: Fix the error handling of mv_chip_id() + - nfc: port100: fix using -ERRNO as command type mask + - net/tls: Fix flipped sign in tls_err_abort() calls + - mmc: vub300: fix control-message timeouts + - mmc: cqhci: clear HALT state after CQE enable + - mmc: dw_mmc: exynos: fix the finding clock sample value + - mmc: sdhci: Map more voltage level to SDHCI_POWER_330 + - mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning + circuit + - cfg80211: scan: fix RCU in cfg80211_add_nontrans_list() + - net: lan78xx: fix division by zero in send path + - tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function + - IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields + - IB/hfi1: Fix abba locking issue with sc_disable() + - nvmet-tcp: fix data digest pointer calculation + - nvme-tcp: fix data digest pointer calculation + - RDMA/mlx5: Set user priority for DCT + - arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node + - regmap: Fix possible double-free in regcache_rbtree_exit() + - net: batman-adv: fix error handling + - net: Prevent infinite while loop in skb_tx_hash() + - RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string + - nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST + - net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume + fails + - net: ethernet: microchip: lan743x: Fix dma allocation failure by using + dma_set_mask_and_coherent + - net: nxp: lpc_eth.c: avoid hang when bringing interface down + - net/tls: Fix flipped sign in async_wait.err assignment + - phy: phy_ethtool_ksettings_get: Lock the phy for consistency + - phy: phy_start_aneg: Add an unlocked version + - sctp: use init_tag from inithdr for ABORT chunk + - sctp: fix the processing for INIT_ACK chunk + - sctp: fix the processing for COOKIE_ECHO chunk + - sctp: add vtag check in sctp_sf_violation + - sctp: add vtag check in sctp_sf_do_8_5_1_E_sa + - sctp: add vtag check in sctp_sf_ootb + - net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT + - cfg80211: correct bridge/4addr mode check + - KVM: s390: clear kicked_mask before sleeping again + - KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu + - perf script: Check session->header.env.arch before using it + - Linux 5.4.157 + * keyboard not working on Medion notebook s17 series (LP: #1950536) + - ACPI: resources: Add one more Medion model in IRQ override quirk + * creat09 from ubuntu_ltp_syscalls and cve-2018-13405 from ubuntu_ltp/cve + failed with XFS (LP: #1950239) + - xfs: ensure that the inode uid/gid match values match the icdinode ones + - xfs: merge the projid fields in struct xfs_icdinode + - xfs: remove the icdinode di_uid/di_gid members + - xfs: fix up non-directory creation in SGID directories + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le + (LP: #1867570) + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes + * Focal update: v5.4.156 upstream stable release (LP: #1951295) + - parisc: math-emu: Fix fall-through warnings + - net: switchdev: do not propagate bridge updates across bridges + - tee: optee: Fix missing devices unregister during optee_remove + - ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default + - xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF + - xtensa: xtfpga: Try software restart before simulating CPU reset + - NFSD: Keep existing listeners on portlist error + - dma-debug: fix sg checks in debug_dma_map_sg() + - ASoC: wm8960: Fix clock configuration on slave mode + - netfilter: ipvs: make global sysctl readonly in non-init netns + - lan78xx: select CRC32 + - net: dsa: lantiq_gswip: fix register definition + - NIOS2: irqflags: rename a redefined register name + - net: hns3: reset DWRR of unused tc to zero + - net: hns3: add limit ets dwrr bandwidth cannot be 0 + - net: hns3: disable sriov before unload hclge layer + - net: stmmac: Fix E2E delay mechanism + - net: enetc: fix ethtool counter name for PM0_TERR + - can: rcar_can: fix suspend/resume + - can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state + notification + - can: peak_pci: peak_pci_remove(): fix UAF + - can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer + - can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv + - can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with + error length + - can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes + - ceph: fix handling of "meta" errors + - ocfs2: fix data corruption after conversion from inline format + - ocfs2: mount fails with buffer overflow in strlen + - elfcore: correct reference to CONFIG_UML + - ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset + - ALSA: hda/realtek: Add quirk for Clevo PC50HS + - ASoC: DAPM: Fix missing kctl change notifications + - audit: fix possible null-pointer dereference in audit_filter_rules + - powerpc64/idle: Fix SP offsets when saving GPRs + - KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest() + - KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to + guest + - powerpc/idle: Don't corrupt back chain when going idle + - mm, slub: fix mismatch between reconstructed freelist depth and cnt + - mm, slub: fix potential memoryleak in kmem_cache_open() + - nfc: nci: fix the UAF of rf_conn_info object + - isdn: cpai: check ctr->cnr to avoid array index out of bound + - netfilter: Kconfig: use 'default y' instead of 'm' for bool config option + - selftests: netfilter: remove stray bash debug line + - gcc-plugins/structleak: add makefile var for disabling structleak + - btrfs: deal with errors when checking if a dir entry exists during log + replay + - net: stmmac: add support for dwmac 3.40a + - ARM: dts: spear3xx: Fix gmac node + - isdn: mISDN: Fix sleeping function called from invalid context + - platform/x86: intel_scu_ipc: Update timeout value in comment + - ALSA: hda: avoid write to STATESTS if controller is in reset + - Input: snvs_pwrkey - add clk handling + - scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma() + - tracing: Have all levels of checks prevent recursion + - ARM: 9122/1: select HAVE_FUTEX_CMPXCHG + - pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume() + - Linux 5.4.156 + * ubuntu_ltp / finit_module02 fails on v4.15 and other kernels + (LP: #1950644) // Focal update: v5.4.156 upstream stable release + (LP: #1951295) + - vfs: check fd has read access in kernel_read_file_from_fd() + * Focal update: v5.4.155 upstream stable release (LP: #1951291) + - ovl: simplify file splice + - ALSA: usb-audio: Add quirk for VF0770 + - ALSA: seq: Fix a potential UAF by wrong private_free call order + - ALSA: hda/realtek: Complete partial device name to avoid ambiguity + - ALSA: hda/realtek: Add quirk for Clevo X170KM-G + - ALSA: hda/realtek - ALC236 headset MIC recording issue + - ALSA: hda/realtek: Fix the mic type detection issue for ASUS G551JW + - nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^' + - s390: fix strrchr() implementation + - csky: don't let sigreturn play with priveleged bits of status register + - csky: Fixup regs.sr broken in ptrace + - btrfs: unlock newly allocated extent buffer after error + - btrfs: deal with errors when replaying dir entry during log replay + - btrfs: deal with errors when adding inode reference during log replay + - btrfs: check for error when looking up inode during dir entry replay + - watchdog: orion: use 0 for unset heartbeat + - x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails + - mei: me: add Ice Lake-N device id. + - xhci: guard accesses to ep_state in xhci_endpoint_reset() + - xhci: Fix command ring pointer corruption while aborting a command + - xhci: Enable trust tx length quirk for Fresco FL11 USB controller + - cb710: avoid NULL pointer subtraction + - efi/cper: use stack buffer for error record decoding + - efi: Change down_interruptible() in virt_efi_reset_system() to + down_trylock() + - usb: musb: dsps: Fix the probe error path + - Input: xpad - add support for another USB ID of Nacon GC-100 + - USB: serial: qcserial: add EM9191 QDL support + - USB: serial: option: add Quectel EC200S-CN module support + - USB: serial: option: add Telit LE910Cx composition 0x1204 + - USB: serial: option: add prod. id for Quectel EG91 + - EDAC/armada-xp: Fix output of uncorrectable error counter + - nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells + - x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automatically + - powerpc/xive: Discard disabled interrupts in get_irqchip_state() + - iio: adc: aspeed: set driver data when adc probe. + - iio: adc128s052: Fix the error handling path of 'adc128_probe()' + - iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSED + - iio: light: opt3001: Fixed timeout error when 0 lux + - iio: ssp_sensors: add more range checking in ssp_parse_dataframe() + - iio: ssp_sensors: fix error code in ssp_print_mcu_debug() + - iio: dac: ti-dac5571: fix an error code in probe() + - sctp: account stream padding length for reconf chunk + - gpio: pca953x: Improve bias setting + - net: arc: select CRC32 + - net: korina: select CRC32 + - net/mlx5e: Mutually exclude RX-FCS and RX-port-timestamp + - net: stmmac: fix get_hw_feature() on old hardware + - net: encx24j600: check error in devm_regmap_init_encx24j600 + - ethernet: s2io: fix setting mac address during resume + - nfc: fix error handling of nfc_proto_register() + - NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() + - NFC: digital: fix possible memory leak in digital_in_send_sdd_req() + - pata_legacy: fix a couple uninitialized variable bugs + - ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators() + - mlxsw: thermal: Fix out-of-bounds memory accesses + - platform/mellanox: mlxreg-io: Fix argument base in kstrtou32() call + - drm/panel: olimex-lcd-olinuxino: select CRC32 + - drm/msm: Fix null pointer dereference on pointer edp + - drm/msm/dsi: Fix an error code in msm_dsi_modeset_init() + - drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling + - acpi/arm64: fix next_platform_timer() section mismatch error + - mqprio: Correct stats in mqprio_dump_class_stats(). + - qed: Fix missing error code in qed_slowpath_start() + - r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256 + - ionic: don't remove netdev->dev_addr when syncing uc list + - Linux 5.4.155 + * [UBUNTU 20.04] kernel: unable to read partitions on virtio-block dasd (kvm) + (LP: #1950144) // Focal update: v5.4.155 upstream stable release + (LP: #1951291) + - virtio: write back F_VERSION_1 before validate + * Focal update: v5.4.154 upstream stable release (LP: #1951288) + - net: phy: bcm7xxx: Fixed indirect MMD operations + - ext4: correct the error path of ext4_write_inline_data_end() + - HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS + - netfilter: ip6_tables: zero-initialize fragment offset + - HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs + - netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic + - netfilter: nf_nat_masquerade: defer conntrack walk to work queue + - mac80211: Drop frames from invalid MAC address in ad-hoc mode + - m68k: Handle arrivals of multiple signals correctly + - net: prevent user from passing illegal stab size + - mac80211: check return value of rhashtable_init + - net: sun: SUNVNET_COMMON should depend on INET + - drm/amdgpu: fix gart.bo pin_count leak + - scsi: ses: Fix unsigned comparison with less than zero + - scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" + - sched: Always inline is_percpu_thread() + - Linux 5.4.154 + * Focal update: v5.4.153 upstream stable release (LP: #1950014) + - Partially revert "usb: Kconfig: using select for USB_COMMON dependency" + - USB: cdc-acm: fix racy tty buffer accesses + - USB: cdc-acm: fix break reporting + - usb: typec: tcpm: handle SRC_STARTUP state if cc changes + - xen/privcmd: fix error handling in mmap-resource processing + - mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk + - ovl: fix missing negative dentry check in ovl_rename() + - nfsd: fix error handling of register_pernet_subsys() in init_nfsd() + - nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero + - xen/balloon: fix cancelled balloon action + - ARM: dts: omap3430-sdp: Fix NAND device node + - ARM: dts: qcom: apq8064: use compatible which contains chipid + - MIPS: BPF: Restore MIPS32 cBPF JIT + - bpf, mips: Validate conditional branch offsets + - soc: qcom: socinfo: Fixed argument passed to platform_set_data() + - ARM: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference + - soc: qcom: mdt_loader: Drop PT_LOAD check on hash segment + - ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo + - ARM: dts: imx: Fix USB host power regulator polarity on M53Menlo + - arm64: dts: qcom: pm8150: use qcom,pm8998-pon binding + - xtensa: move XCHAL_KIO_* definitions to kmem_layout.h + - xtensa: use CONFIG_USE_OF instead of CONFIG_OF + - xtensa: call irqchip_init only when CONFIG_USE_OF is selected + - bpf, arm: Fix register clobbering in div/mod implementation + - bpf: Fix integer overflow in prealloc_elems_and_freelist() + - phy: mdio: fix memory leak + - net_sched: fix NULL deref in fifo_set_limit() + - powerpc/fsl/dts: Fix phy-connection-type for fm1mac3 + - ptp_pch: Load module automatically if ID matches + - arm64: dts: freescale: Fix SP805 clock-names + - arm64: dts: ls1028a: add missing CAN nodes + - ARM: imx6: disable the GIC CPU interface before calling stby-poweroff + sequence + - net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size() + - net/sched: sch_taprio: properly cancel timer from taprio_destroy() + - net: sfp: Fix typo in state machine debug string + - netlink: annotate data races around nlk->bound + - bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893 + - video: fbdev: gbefb: Only instantiate device when built for IP32 + - drm/nouveau/debugfs: fix file release memory leak + - gve: Correct available tx qpl check + - rtnetlink: fix if_nlmsg_stats_size() under estimation + - gve: fix gve_get_stats() + - i40e: fix endless loop under rtnl + - i40e: Fix freeing of uninitialized misc IRQ vector + - net: prefer socket bound to interface when not in VRF + - i2c: acpi: fix resource leak in reconfiguration device addition + - bpf, s390: Fix potential memory leak about jit_data + - RISC-V: Include clone3() on rv32 + - x86/platform/olpc: Correct ifdef symbol to intended CONFIG_OLPC_XO15_SCI + - x86/hpet: Use another crystalball to evaluate HPET usability + - x86/Kconfig: Correct reference to MWINCHIP3D + - Linux 5.4.153 + * Focal update: v5.4.152 upstream stable release (LP: #1950009) + - net: mdio: introduce a shutdown method to mdio device drivers + - xen-netback: correct success/error reporting for the SKB-with-fraglist case + - sparc64: fix pci_iounmap() when CONFIG_PCI is not set + - ext2: fix sleeping in atomic bugs on error + - scsi: sd: Free scsi_disk device via put_device() + - usb: testusb: Fix for showing the connection speed + - usb: dwc2: check return value after calling platform_get_resource() + - selftests: be sure to make khdr before other targets + - selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn + - scsi: ses: Retry failed Send/Receive Diagnostic commands + - tools/vm/page-types: remove dependency on opt_file for idle page tracking + - KVM: do not shrink halt_poll_ns below grow_start + - kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[] + - perf/x86: Reset destroy callback on event init failure + - silence nfscache allocation warnings with kvzalloc + - libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD. + - Linux 5.4.152 + * linux-aws: Fix backport of RDMA/efa: Expose maximum TX doorbell batch + (LP: #1949882) + - SAUCE: aws: Fix backport of RDMA/efa: Expose maximum TX doorbell batch + + -- Tim Gardner Thu, 02 Dec 2021 11:20:57 -0700 + +linux-aws (5.4.0-1060.63) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1060.63 -proposed tracker (LP: #1949811) + + * linux-aws: Fix backport of RDMA/efa: Expose maximum TX doorbell batch + (LP: #1949882) + - SAUCE: aws: Fix backport of RDMA/efa: Expose maximum TX doorbell batch + + [ Ubuntu: 5.4.0-91.102 ] + + * focal/linux: 5.4.0-91.102 -proposed tracker (LP: #1949840) + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - debian/dkms-versions -- update from kernel-versions (main/2021.11.08) + * KVM emulation failure when booting into VM crash kernel with multiple CPUs + (LP: #1948862) + - KVM: x86: Properly reset MMU context at vCPU RESET/INIT + * aufs: kernel bug with apparmor and fuseblk (LP: #1948470) + - SAUCE: aufs: bugfix, stop omitting path->mnt + * ebpf: bpf_redirect fails with ip6 gre interfaces (LP: #1947164) + - net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit() + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516) + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc + * ACL updates on OCFS2 are not revalidated (LP: #1947161) + - ocfs2: fix remounting needed after setfacl command + * ppc64 BPF JIT mod by 1 will not return 0 (LP: #1948351) + - powerpc/bpf: Fix BPF_MOD when imm == 1 + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" (LP: #1947709) + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" + * Reassign I/O Path of ConnectX-5 Port 1 before Port 2 causes NULL dereference + (LP: #1943464) + - s390/pci: fix leak of PCI device structure + - s390/pci: fix use after free of zpci_dev + - s390/pci: fix zpci_zdev_put() on reserve + * [SRU][F] USB: serial: pl2303: add support for PL2303HXN (LP: #1948377) + - USB: serial: pl2303: add support for PL2303HXN + - USB: serial: pl2303: fix line-speed handling on newer chips + * Focal update: v5.4.151 upstream stable release (LP: #1947888) + - tty: Fix out-of-bound vmalloc access in imageblit + - cpufreq: schedutil: Use kobject release() method to free sugov_tunables + - cpufreq: schedutil: Destroy mutex before kobject_put() frees the memory + - usb: cdns3: fix race condition before setting doorbell + - fs-verity: fix signed integer overflow with i_size near S64_MAX + - hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary + structure field + - hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary + structure field + - hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary + structure field + - scsi: ufs: Fix illegal offset in UPIU event trace + - mac80211: fix use-after-free in CCMP/GCMP RX + - x86/kvmclock: Move this_cpu_pvti into kvmclock.h + - drm/amd/display: Pass PCI deviceid into DC + - ipvs: check that ip_vs_conn_tab_bits is between 8 and 20 + - hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced + from sysfs + - mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug + - mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap + - mac80211: mesh: fix potentially unaligned access + - mac80211-hwsim: fix late beacon hrtimer handling + - sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb + - hwmon: (tmp421) report /PVLD condition as fault + - hwmon: (tmp421) fix rounding for negative values + - net: ipv4: Fix rtnexthop len when RTA_FLOW is present + - e100: fix length calculation in e100_get_regs_len + - e100: fix buffer overrun in e100_get_regs + - selftests, bpf: test_lwt_ip_encap: Really disable rp_filter + - scsi: csiostor: Add module softdep on cxgb4 + - net: hns3: do not allow call hns3_nic_net_open repeatedly + - net: sched: flower: protect fl_walk() with rcu + - af_unix: fix races in sk_peer_pid and sk_peer_cred accesses + - perf/x86/intel: Update event constraints for ICX + - elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings + - debugfs: debugfs_create_file_size(): use IS_ERR to check for error + - ipack: ipoctal: fix stack information leak + - ipack: ipoctal: fix tty registration race + - ipack: ipoctal: fix tty-registration error handling + - ipack: ipoctal: fix missing allocation-failure check + - ipack: ipoctal: fix module reference leak + - ext4: fix loff_t overflow in ext4_max_bitmap_size() + - ext4: fix reserved space counter leakage + - ext4: fix potential infinite loop in ext4_dx_readdir() + - HID: u2fzero: ignore incomplete packets without data + - net: udp: annotate data race around udp_sk(sk)->corkflag + - net: stmmac: don't attach interface until resume finishes + - PCI: Fix pci_host_bridge struct device release/free handling + - libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbind + - hso: fix bailout in error case of probe + - usb: hso: fix error handling code of hso_create_net_device + - usb: hso: remove the bailout parameter + - crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd() + - HID: betop: fix slab-out-of-bounds Write in betop_probe + - netfilter: ipset: Fix oversized kvmalloc() calls + - HID: usbhid: free raw_report buffers in usbhid_stop + - Linux 5.4.151 + * Focal update: v5.4.150 upstream stable release (LP: #1947886) + - usb: gadget: r8a66597: fix a loop in set_feature() + - usb: dwc2: gadget: Fix ISOC flow for BDMA and Slave + - usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMA + - usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned() + - cifs: fix incorrect check for null pointer in header_assemble + - xen/x86: fix PV trap handling on secondary processors + - usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6c + - USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter + - USB: cdc-acm: fix minor-number release + - binder: make sure fd closes complete + - staging: greybus: uart: fix tty use after free + - Re-enable UAS for LaCie Rugged USB3-FW with fk quirk + - USB: serial: mos7840: remove duplicated 0xac24 device ID + - USB: serial: option: add Telit LN920 compositions + - USB: serial: option: remove duplicate USB device ID + - USB: serial: option: add device id for Foxconn T99W265 + - mcb: fix error handling in mcb_alloc_bus() + - erofs: fix up erofs_lookup tracepoint + - btrfs: prevent __btrfs_dump_space_info() to underflow its free space + - serial: mvebu-uart: fix driver's tx_empty callback + - net: hso: fix muxed tty registration + - afs: Fix incorrect triggering of sillyrename on 3rd-party invalidation + - platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR() + - enetc: Fix illegal access when reading affinity_hint + - bnxt_en: Fix TX timeout when TX ring size is set to the smallest + - net/smc: add missing error check in smc_clc_prfx_set() + - gpio: uniphier: Fix void functions to remove return value + - qed: rdma - don't wait for resources under hw error recovery flow + - net/mlx4_en: Don't allow aRFS for encapsulated packets + - scsi: iscsi: Adjust iface sysfs attr detection + - tty: synclink_gt, drop unneeded forward declarations + - tty: synclink_gt: rename a conflicting function name + - fpga: machxo2-spi: Return an error on failure + - fpga: machxo2-spi: Fix missing error code in machxo2_write_complete() + - thermal/core: Potential buffer overflow in thermal_build_list_of_policies() + - cifs: fix a sign extension bug + - scsi: qla2xxx: Restore initiator in dual mode + - scsi: lpfc: Use correct scnprintf() limit + - irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build + - irqchip/gic-v3-its: Fix potential VPE leak on error + - md: fix a lock order reversal in md_alloc + - blktrace: Fix uaf in blk_trace access after removing by sysfs + - net: macb: fix use after free on rmmod + - net: stmmac: allow CSR clock of 300MHz + - m68k: Double cast io functions to unsigned long + - ipv6: delay fib6_sernum increase in fib6_add + - bpf: Add oversize check before call kvcalloc() + - xen/balloon: use a kernel thread instead a workqueue + - nvme-multipath: fix ANA state updates when a namespace is not present + - sparc32: page align size in arch_dma_alloc + - blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd + - compiler.h: Introduce absolute_pointer macro + - net: i825xx: Use absolute_pointer for memcpy from fixed memory location + - sparc: avoid stringop-overread errors + - qnx4: avoid stringop-overread errors + - parisc: Use absolute_pointer() to define PAGE0 + - arm64: Mark __stack_chk_guard as __ro_after_init + - alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile + - net: 6pack: Fix tx timeout and slot time + - spi: Fix tegra20 build with CONFIG_PM=n + - EDAC/synopsys: Fix wrong value type assignment for edac_mode + - thermal/drivers/int340x: Do not set a wrong tcc offset on resume + - arm64: dts: marvell: armada-37xx: Extend PCIe MEM space + - xen/balloon: fix balloon kthread freezing + - qnx4: work around gcc false positive warning bug + - Linux 5.4.150 + * ACL updates on OCFS2 are not revalidated (LP: #1947161) // Focal update: + v5.4.150 upstream stable release (LP: #1947886) + - ocfs2: drop acl cache for directories too + * Focal update: v5.4.149 upstream stable release (LP: #1947885) + - PCI: pci-bridge-emul: Fix big-endian support + - PCI: aardvark: Indicate error in 'val' when config read fails + - PCI: pci-bridge-emul: Add PCIe Root Capabilities Register + - PCI: aardvark: Fix reporting CRS value + - PCI/ACPI: Add Ampere Altra SOC MCFG quirk + - KVM: remember position in kvm->vcpus array + - console: consume APC, DM, DCS + - s390/pci_mmio: fully validate the VMA before calling follow_pte() + - ARM: Qualify enabling of swiotlb_init() + - apparmor: remove duplicate macro list_entry_is_head() + - ARM: 9077/1: PLT: Move struct plt_entries definition to header + - ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link() + - ARM: 9079/1: ftrace: Add MODULE_PLTS support + - ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE + - sctp: validate chunk size in __rcv_asconf_lookup + - sctp: add param size validation for SCTP_PARAM_SET_PRIMARY + - staging: rtl8192u: Fix bitwise vs logical operator in + TranslateRxSignalStuff819xUsb() + - um: virtio_uml: fix memory leak on init failures + - dmaengine: acpi: Avoid comparison GSI with Linux vIRQ + - thermal/drivers/exynos: Fix an error code in exynos_tmu_probe() + - 9p/trans_virtio: Remove sysfs file on probe failure + - prctl: allow to setup brk for et_dyn executables + - nilfs2: use refcount_dec_and_lock() to fix potential UAF + - profiling: fix shift-out-of-bounds bugs + - pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was + registered + - phy: avoid unnecessary link-up delay in polling mode + - net: stmmac: reset Tx desc base address before restarting Tx + - Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH + - thermal/core: Fix thermal_cooling_device_register() prototype + - drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION() + - parisc: Move pci_dev_is_behind_card_dino to where it is used + - dmaengine: sprd: Add missing MODULE_DEVICE_TABLE + - dmaengine: ioat: depends on !UML + - dmaengine: xilinx_dma: Set DMA mask for coherent APIs + - ceph: request Fw caps before updating the mtime in ceph_write_iter + - ceph: lockdep annotations for try_nonblocking_invalidate + - btrfs: fix lockdep warning while mounting sprout fs + - nilfs2: fix memory leak in nilfs_sysfs_create_device_group + - nilfs2: fix NULL pointer in nilfs_##name##_attr_release + - nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group + - nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group + - nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group + - nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group + - pwm: img: Don't modify HW state in .remove() callback + - pwm: rockchip: Don't modify HW state in .remove() callback + - pwm: stm32-lp: Don't modify HW state in .remove() callback + - blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() + - rtc: rx8010: select REGMAP_I2C + - drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV + - Linux 5.4.149 + + -- Tim Gardner Fri, 12 Nov 2021 11:19:15 -0700 + +linux-aws (5.4.0-1059.62) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1059.62 -proposed tracker (LP: #1947230) + + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + + [ Ubuntu: 5.4.0-90.101 ] + + * focal/linux: 5.4.0-90.101 -proposed tracker (LP: #1947260) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2021.10.18) + * Add final-checks to check certificates (LP: #1947174) + - [Packaging] Add system trusted and revocation keys final check + * No sound on Lenovo laptop models Legion 15IMHG05, Yoga 7 14ITL5, and 13s + Gen2 (LP: #1939052) + - ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i + 15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops. + - ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s + Gen2 + * CVE-2020-36385 + - RDMA/cma: Add missing locking to rdma_accept() + - RDMA/ucma: Fix the locking of ctx->file + - RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy + * Focal update: v5.4.148 upstream stable release (LP: #1946802) + - rtc: tps65910: Correct driver module alias + - btrfs: wake up async_delalloc_pages waiters after submit + - btrfs: reset replace target device to allocation state on close + - blk-zoned: allow zone management send operations without CAP_SYS_ADMIN + - blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN + - PCI/MSI: Skip masking MSI-X on Xen PV + - powerpc/perf/hv-gpci: Fix counter value parsing + - xen: fix setting of max_pfn in shared_info + - include/linux/list.h: add a macro to test if entry is pointing to the head + - 9p/xen: Fix end of loop tests for list_for_each_entry + - tools/thermal/tmon: Add cross compiling support + - pinctrl: stmfx: Fix hazardous u8[] to unsigned long cast + - pinctrl: ingenic: Fix incorrect pull up/down info + - soc: qcom: aoss: Fix the out of bound usage of cooling_devs + - soc: aspeed: lpc-ctrl: Fix boundary check for mmap + - soc: aspeed: p2a-ctrl: Fix boundary check for mmap + - arm64: head: avoid over-mapping in map_memory + - crypto: public_key: fix overflow during implicit conversion + - block: bfq: fix bfq_set_next_ioprio_data() + - power: supply: max17042: handle fails of reading status register + - dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc() + - VMCI: fix NULL pointer dereference when unmapping queue pair + - media: uvc: don't do DMA on stack + - media: rc-loopback: return number of emitters rather than error + - Revert "dmaengine: imx-sdma: refine to load context only once" + - dmaengine: imx-sdma: remove duplicated sdma_load_context + - libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs + - ARM: 9105/1: atags_to_fdt: don't warn about stack size + - PCI/portdrv: Enable Bandwidth Notification only if port supports it + - PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported + - PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure + - PCI: xilinx-nwl: Enable the clock through CCF + - PCI: aardvark: Fix checking for PIO status + - PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO response + - PCI: aardvark: Fix masking and unmasking legacy INTx interrupts + - HID: input: do not report stylus battery state as "full" + - f2fs: quota: fix potential deadlock + - scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND + - IB/hfi1: Adjust pkey entry in index 0 + - RDMA/iwcm: Release resources if iw_cm module initialization fails + - docs: Fix infiniband uverbs minor number + - pinctrl: samsung: Fix pinctrl bank pin count + - vfio: Use config not menuconfig for VFIO_NOIOMMU + - powerpc/stacktrace: Include linux/delay.h + - RDMA/efa: Remove double QP type assignment + - f2fs: show f2fs instance in printk_ratelimited + - f2fs: reduce the scope of setting fsck tag when de->name_len is zero + - openrisc: don't printk() unconditionally + - dma-debug: fix debugfs initialization order + - SUNRPC: Fix potential memory corruption + - scsi: fdomain: Fix error return code in fdomain_probe() + - pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry() + - scsi: smartpqi: Fix an error code in pqi_get_raid_map() + - scsi: qedi: Fix error codes in qedi_alloc_global_queues() + - scsi: qedf: Fix error codes in qedf_alloc_global_queues() + - powerpc/config: Renable MTD_PHYSMAP_OF + - scsi: target: avoid per-loop XCOPY buffer allocations + - HID: i2c-hid: Fix Elan touchpad regression + - KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs + are live + - platform/x86: dell-smbios-wmi: Add missing kfree in error-exit from + run_smbios_call + - fscache: Fix cookie key hashing + - clk: at91: sam9x60: Don't use audio PLL + - clk: at91: clk-generated: pass the id of changeable parent at registration + - clk: at91: clk-generated: Limit the requested rate to our range + - KVM: PPC: Fix clearing never mapped TCEs in realmode + - f2fs: fix to account missing .skipped_gc_rwsem + - f2fs: fix unexpected ENOENT comes from f2fs_map_blocks() + - f2fs: fix to unmap pages from userspace process in punch_hole() + - MIPS: Malta: fix alignment of the devicetree buffer + - kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y + - userfaultfd: prevent concurrent API initialization + - drm/amdgpu: Fix amdgpu_ras_eeprom_init() + - ASoC: atmel: ATMEL drivers don't need HAS_DMA + - media: dib8000: rewrite the init prbs logic + - crypto: mxs-dcp - Use sg_mapping_iter to copy data + - PCI: Use pci_update_current_state() in pci_enable_device_flags() + - tipc: keep the skb in rcv queue until the whole data is read + - iio: dac: ad5624r: Fix incorrect handling of an optional regulator. + - iavf: do not override the adapter state in the watchdog task + - iavf: fix locking of critical sections + - ARM: dts: qcom: apq8064: correct clock names + - video: fbdev: kyro: fix a DoS bug by restricting user input + - netlink: Deal with ESRCH error in nlmsg_notify() + - Smack: Fix wrong semantics in smk_access_entry() + - drm: avoid blocking in drm_clients_info's rcu section + - igc: Check if num of q_vectors is smaller than max before array access + - usb: host: fotg210: fix the endpoint's transactional opportunities + calculation + - usb: host: fotg210: fix the actual_length of an iso packet + - usb: gadget: u_ether: fix a potential null pointer dereference + - USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable() + - usb: gadget: composite: Allow bMaxPower=0 if self-powered + - staging: board: Fix uninitialized spinlock when attaching genpd + - tty: serial: jsm: hold port lock when reporting modem line changes + - drm/amd/display: Fix timer_per_pixel unit error + - drm/amd/amdgpu: Update debugfs link_settings output link_rate field in hex + - bpf/tests: Fix copy-and-paste error in double word test + - bpf/tests: Do not PASS tests without actually testing the result + - video: fbdev: asiliantfb: Error out if 'pixclock' equals zero + - video: fbdev: kyro: Error out if 'pixclock' equals zero + - video: fbdev: riva: Error out if 'pixclock' equals zero + - ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() + - flow_dissector: Fix out-of-bounds warnings + - s390/jump_label: print real address in a case of a jump label bug + - s390: make PCI mio support a machine flag + - serial: 8250: Define RX trigger levels for OxSemi 950 devices + - xtensa: ISS: don't panic in rs_init + - hvsi: don't panic on tty_register_driver failure + - serial: 8250_pci: make setup_port() parameters explicitly unsigned + - staging: ks7010: Fix the initialization of the 'sleep_status' structure + - samples: bpf: Fix tracex7 error raised on the missing argument + - ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init() + - Bluetooth: skip invalid hci_sync_conn_complete_evt + - workqueue: Fix possible memory leaks in wq_numa_init() + - bonding: 3ad: fix the concurrency between __bond_release_one() and + bond_3ad_state_machine_handler() + - arm64: tegra: Fix Tegra194 PCIe EP compatible string + - ASoC: Intel: bytcr_rt5640: Move "Platform Clock" routes to the maps for the + matching in-/output + - media: imx258: Rectify mismatch of VTS value + - media: imx258: Limit the max analogue gain to 480 + - media: v4l2-dv-timings.c: fix wrong condition in two for-loops + - media: TDA1997x: fix tda1997x_query_dv_timings() return value + - media: tegra-cec: Handle errors of clk_prepare_enable() + - ARM: dts: imx53-ppd: Fix ACHC entry + - arm64: dts: qcom: sdm660: use reg value for memory node + - net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe() + - drm/msm: mdp4: drop vblank get/put from prepare/complete_commit + - selftests/bpf: Fix xdp_tx.c prog section name + - Bluetooth: schedule SCO timeouts with delayed_work + - Bluetooth: avoid circular locks in sco_sock_connect + - net/mlx5: Fix variable type to match 64bit + - gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable + access in amdgpu_i2c_router_select_ddc_port() + - drm/display: fix possible null-pointer dereference in dcn10_set_clock() + - mac80211: Fix monitor MTU limit so that A-MSDUs get through + - ARM: tegra: tamonten: Fix UART pad setting + - arm64: tegra: Fix compatible string for Tegra132 CPUs + - arm64: dts: ls1046a: fix eeprom entries + - nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data + - Bluetooth: Fix handling of LE Enhanced Connection Complete + - opp: Don't print an error if required-opps is missing + - serial: sh-sci: fix break handling for sysrq + - tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD + - rpc: fix gss_svc_init cleanup on failure + - staging: rts5208: Fix get_ms_information() heap buffer size + - gfs2: Don't call dlm after protocol is unmounted + - usb: chipidea: host: fix port index underflow and UBSAN complains + - lockd: lockd server-side shouldn't set fl_ops + - drm/exynos: Always initialize mapping in exynos_drm_register_dma() + - m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-arch + - btrfs: tree-log: check btrfs_lookup_data_extent return value + - ASoC: Intel: Skylake: Fix module configuration for KPB and MIXER + - ASoC: Intel: Skylake: Fix passing loadable flag for module + - of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFS + - mmc: sdhci-of-arasan: Check return value of non-void funtions + - mmc: rtsx_pci: Fix long reads when clock is prescaled + - selftests/bpf: Enlarge select() timeout for test_maps + - mmc: core: Return correct emmc response in case of ioctl error + - cifs: fix wrong release in sess_alloc_buffer() failed path + - Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST + quirk set" + - usb: musb: musb_dsps: request_irq() after initializing musb + - usbip: give back URBs for unsent unlink requests during cleanup + - usbip:vhci_hcd USB port can get stuck in the disabled state + - ASoC: rockchip: i2s: Fix regmap_ops hang + - ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B + - drm/amdkfd: Account for SH/SE count when setting up cu masks. + - iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed + - iwlwifi: mvm: avoid static queue number aliasing + - iwlwifi: mvm: fix access to BSS elements + - net/mlx5: DR, Enable QP retransmission + - parport: remove non-zero check on count + - ath9k: fix OOB read ar9300_eeprom_restore_internal + - ath9k: fix sleeping in atomic context + - net: fix NULL pointer reference in cipso_v4_doi_free + - fix array-index-out-of-bounds in taprio_change + - net: w5100: check return value after calling platform_get_resource() + - parisc: fix crash with signals and alloca + - ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup() + - scsi: BusLogic: Fix missing pr_cont() use + - scsi: qla2xxx: Changes to support kdump kernel + - scsi: qla2xxx: Sync queue idx with queue_pair_map idx + - cpufreq: powernv: Fix init_chip_info initialization in numa=off + - s390/pv: fix the forcing of the swiotlb + - mm/hugetlb: initialize hugetlb_usage in mm_init + - mm,vmscan: fix divide by zero in get_scan_count + - memcg: enable accounting for pids in nested pid namespaces + - platform/chrome: cros_ec_proto: Send command again when timeout occurs + - lib/test_stackinit: Fix static initializer test + - net: dsa: lantiq_gswip: fix maximum frame length + - drm/msi/mdp4: populate priv->kms in mdp4_kms_init + - drm/amdgpu: Fix BUG_ON assert + - drm/panfrost: Simplify lock_region calculation + - drm/panfrost: Use u64 for size in lock_region + - drm/panfrost: Clamp lock region to Bifrost minimum + - btrfs: fix upper limit for max_inline for page size 64K + - xen: reset legacy rtc flag for PV domU + - bnx2x: Fix enabling network interfaces without VFs + - arm64/sve: Use correct size when reinitialising SVE state + - PM: base: power: don't try to use non-existing RTC for storing data + - PCI: Add AMD GPU multi-function power dependencies + - drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10 + - drm/etnaviv: return context from etnaviv_iommu_context_get + - drm/etnaviv: put submit prev MMU context when it exists + - drm/etnaviv: stop abusing mmu_context as FE running marker + - drm/etnaviv: keep MMU context across runtime suspend/resume + - drm/etnaviv: exec and MMU state is lost when resetting the GPU + - drm/etnaviv: fix MMU context leak on GPU reset + - drm/etnaviv: reference MMU context when setting up hardware state + - drm/etnaviv: add missing MMU context put when reaping MMU mapping + - s390/sclp: fix Secure-IPL facility detection + - x86/mm: Fix kern_addr_valid() to cope with existing but not present entries + - tipc: fix an use-after-free issue in tipc_recvmsg + - net-caif: avoid user-triggerable WARN_ON(1) + - ptp: dp83640: don't define PAGE0 + - net/l2tp: Fix reference count leak in l2tp_udp_recv_core + - r6040: Restore MDIO clock frequency after MAC reset + - tipc: increase timeout in tipc_sk_enqueue() + - perf machine: Initialize srcline string member in add_location struct + - net/mlx5: FWTrace, cancel work on alloc pd error flow + - net/mlx5: Fix potential sleeping in atomic context + - events: Reuse value read using READ_ONCE instead of re-reading it + - vhost_net: fix OoB on sendmsg() failure. + - net/af_unix: fix a data-race in unix_dgram_poll + - net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup + - tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() + - qed: Handle management FW error + - dt-bindings: arm: Fix Toradex compatible typo + - ibmvnic: check failover_pending in login response + - KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing + registers + - net: hns3: pad the short tunnel frame before sending to hardware + - net: hns3: change affinity_mask to numa node range + - net: hns3: disable mac in flr process + - net: hns3: fix the timing issue of VF clearing interrupt sources + - mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() + - dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation + - mfd: db8500-prcmu: Adjust map to reality + - PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platforms + - fuse: fix use after free in fuse_read_interrupt() + - mfd: Don't use irq_create_mapping() to resolve a mapping + - tracing/probes: Reject events which have the same name of existing one + - PCI: Add ACS quirks for Cavium multi-function devices + - Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 + - net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920 + - PCI: ibmphp: Fix double unmap of io_mem + - ethtool: Fix an error code in cxgb2.c + - NTB: Fix an error code in ntb_msit_probe() + - NTB: perf: Fix an error code in perf_setup_inbuf() + - mfd: axp20x: Update AXP288 volatile ranges + - PCI: Fix pci_dev_str_match_path() alloc while atomic bug + - mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is set + - KVM: arm64: Handle PSCI resets before userspace touches vCPU state + - PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n + - mtd: rawnand: cafe: Fix a resource leak in the error handling path of + 'cafe_nand_probe()' + - ARC: export clear_user_page() for modules + - perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64} + - net: dsa: b53: Fix calculating number of switch ports + - netfilter: socket: icmp6: fix use-after-scope + - fq_codel: reject silly quantum parameters + - qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom + - ip_gre: validate csum_start only on pull + - net: renesas: sh_eth: Fix freeing wrong tx descriptor + - Linux 5.4.148 + * Focal update: v5.4.147 upstream stable release (LP: #1946795) + - Linux 5.4.147 + - upstream stable to v5.4.147 + * CVE-2021-3428 + - ext4: save the error code which triggered an ext4_error() in the superblock + - ext4: simulate various I/O and checksum errors when reading metadata + - ext4: save all error info in save_error_info() and drop ext4_set_errno() + - ext4: check journal inode extents more carefully + * ip6gretap / erspan / ip6erspan in rtnetlink.sh from net of + ubuntu_kernel_selftests failed on B-5.4-aws / B-5.4-gke / B-5.4-oracle / + B-5.4-azure / B-5.4 (LP: #1896448) + - SAUCE: selftests: rtnetlink: fixes for older iproute2 + * CVE-2019-19449 + - f2fs: fix wrong total_sections check and fsmeta check + - f2fs: fix to do sanity check on segment/section count + * kernel bug found when disconnecting one fiber channel interface on Cisco + Chassis with fnic DRV_VERSION "1.6.0.47" (LP: #1944586) + - scsi: fnic: Do not call 'scsi_done()' for unhandled commands + * memfd from ubuntu_kernel_selftests failed to build on B-5.4 (unknown type + name ‘__u64’) (LP: #1944613) + - SAUCE: selftests/memfd: fix __u64 not defined build issue + * Medion Notebook Keyboard not working (LP: #1909814) + - ACPI: resources: Add DMI-based legacy IRQ override quirk + * vrf: fix refcnt leak with vxlan slaves (LP: #1945180) + - ipv4: Fix device used for dst_alloc with local routes + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add a new fips-checks script + - [Packaging] Add fips-checks as part of finalchecks + * Fix cold plugged USB device on certain PCIe USB cards (LP: #1945211) + - Revert "UBUNTU: SAUCE: Revert "usb: core: reduce power-on-good delay time of + root hub"" + - usb: core: hcd: Add support for deferring roothub registration + - xhci: Set HCD flag to defer primary roothub registration + - usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd() + * CVE-2021-3759 + - memcg: enable accounting of ipc resources + * Focal update: v5.4.146 upstream stable release (LP: #1946024) + - locking/mutex: Fix HANDOFF condition + - regmap: fix the offset of register error log + - crypto: mxs-dcp - Check for DMA mapping errors + - sched/deadline: Fix reset_on_fork reporting of DL tasks + - power: supply: axp288_fuel_gauge: Report register-address on readb / writeb + errors + - crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop() + - sched/deadline: Fix missing clock update in migrate_task_rq_dl() + - rcu/tree: Handle VM stoppage in stall detection + - hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns() + - hrtimer: Ensure timerfd notification for HIGHRES=n + - udf: Check LVID earlier + - udf: Fix iocharset=utf8 mount option + - isofs: joliet: Fix iocharset=utf8 mount option + - bcache: add proper error unwinding in bcache_device_init + - nvme-tcp: don't update queue count when failing to set io queues + - nvme-rdma: don't update queue count when failing to set io queues + - nvmet: pass back cntlid on successful completion + - power: supply: max17042_battery: fix typo in MAx17042_TOFF + - s390/cio: add dev_busid sysfs entry for each subchannel + - libata: fix ata_host_start() + - crypto: qat - do not ignore errors from enable_vf2pf_comms() + - crypto: qat - handle both source of interrupt in VF ISR + - crypto: qat - fix reuse of completion variable + - crypto: qat - fix naming for init/shutdown VF to PF notifications + - crypto: qat - do not export adf_iov_putmsg() + - fcntl: fix potential deadlock for &fasync_struct.fa_lock + - udf_get_extendedattr() had no boundary checks. + - s390/kasan: fix large PMD pages address alignment check + - s390/debug: fix debug area life cycle + - m68k: emu: Fix invalid free in nfeth_cleanup() + - sched: Fix UCLAMP_FLAG_IDLE setting + - spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config + - spi: spi-pic32: Fix issue with uninitialized dma_slave_config + - genirq/timings: Fix error return code in irq_timings_test_irqs() + - lib/mpi: use kcalloc in mpi_resize + - clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock + source channel + - crypto: qat - use proper type for vf_mask + - certs: Trigger creation of RSA module signing key if it's not an RSA key + - regulator: vctrl: Use locked regulator_get_voltage in probe path + - regulator: vctrl: Avoid lockdep warning in enable/disable ops + - spi: sprd: Fix the wrong WDG_LOAD_VAL + - spi: spi-zynq-qspi: use wait_for_completion_timeout to make + zynq_qspi_exec_mem_op not interruptible + - EDAC/i10nm: Fix NVDIMM detection + - drm/panfrost: Fix missing clk_disable_unprepare() on error in + panfrost_clk_init() + - media: TDA1997x: enable EDID support + - soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally + - media: cxd2880-spi: Fix an error handling path + - bpf: Fix a typo of reuseport map in bpf.h. + - bpf: Fix potential memleak and UAF in the verifier. + - ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi + - arm64: dts: renesas: r8a77995: draak: Remove bogus adv7511w properties + - soc: qcom: rpmhpd: Use corner in power_off + - media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init + - media: dvb-usb: fix uninit-value in vp702x_read_mac_addr + - media: dvb-usb: Fix error handling in dvb_usb_i2c_init + - media: go7007: remove redundant initialization + - media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats + - Bluetooth: sco: prevent information leak in sco_conn_defer_accept() + - 6lowpan: iphc: Fix an off-by-one check of array index + - netns: protect netns ID lookups with RCU + - tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos + - ARM: dts: meson8: Use a higher default GPU clock frequency + - ARM: dts: meson8b: odroidc1: Fix the pwm regulator supply properties + - ARM: dts: meson8b: mxq: Fix the pwm regulator supply properties + - ARM: dts: meson8b: ec100: Fix the pwm regulator supply properties + - net/mlx5e: Prohibit inner indir TIRs in IPoIB + - cgroup/cpuset: Fix a partition bug with hotplug + - net: cipso: fix warnings in netlbl_cipsov4_add_std + - i2c: highlander: add IRQ check + - leds: lt3593: Put fwnode in any case during ->probe() + - leds: trigger: audio: Add an activate callback to ensure the initial + brightness is set + - media: em28xx-input: fix refcount bug in em28xx_usb_disconnect + - media: venus: venc: Fix potential null pointer dereference on pointer fmt + - PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently + - PCI: PM: Enable PME if it can be signaled from D3cold + - soc: qcom: smsm: Fix missed interrupts if state changes while masked + - debugfs: Return error during {full/open}_proxy_open() on rmmod + - Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow + - PM: EM: Increase energy calculation precision + - drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary LMs + - arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 + - counter: 104-quad-8: Return error when invalid mode during ceiling_write + - Bluetooth: fix repeated calls to sco_sock_kill + - drm/msm/dsi: Fix some reference counted resource leaks + - usb: gadget: udc: at91: add IRQ check + - usb: phy: fsl-usb: add IRQ check + - usb: phy: twl6030: add IRQ checks + - usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuse + - usb: host: ohci-tmio: add IRQ check + - usb: phy: tahvo: add IRQ check + - mac80211: Fix insufficient headroom issue for AMSDU + - lockd: Fix invalid lockowner cast after vfs_test_lock + - nfsd4: Fix forced-expiry locking + - usb: gadget: mv_u3d: request_irq() after initializing UDC + - mm/swap: consider max pages in iomap_swapfile_add_extent + - Bluetooth: add timeout sanity check to hci_inquiry + - i2c: iop3xx: fix deferred probing + - i2c: s3c2410: fix IRQ check + - rsi: fix error code in rsi_load_9116_firmware() + - rsi: fix an error code in rsi_probe() + - ASoC: Intel: Skylake: Leave data as is when invoking TLV IPCs + - ASoC: Intel: Skylake: Fix module resource and format selection + - mmc: dw_mmc: Fix issue with uninitialized dma_slave_config + - mmc: moxart: Fix issue with uninitialized dma_slave_config + - bpf: Fix possible out of bound write in narrow load handling + - CIFS: Fix a potencially linear read overflow + - i2c: mt65xx: fix IRQ check + - usb: ehci-orion: Handle errors of clk_prepare_enable() in probe + - usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA + config is available + - tty: serial: fsl_lpuart: fix the wrong mapbase value + - ASoC: wcd9335: Fix a double irq free in the remove function + - ASoC: wcd9335: Fix a memory leak in the error handling path of the probe + function + - ASoC: wcd9335: Disable irq on slave ports in the remove function + - ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() + - bcma: Fix memory leak for internally-handled cores + - brcmfmac: pcie: fix oops on failure to resume and reprobe + - ipv6: make exception cache less predictible + - ipv4: make exception cache less predictible + - net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed + - net: qualcomm: fix QCA7000 checksum handling + - octeontx2-af: Fix loop in free and unmap counter + - ipv4: fix endianness issue in inet_rtm_getroute_build_skb() + - bpf: Introduce BPF nospec instruction for mitigating Spectre v4 + - bpf: Fix leakage due to insufficient speculative store bypass mitigation + - bpf: verifier: Allocate idmap scratch in verifier env + - bpf: Fix pointer arithmetic mask tightening under state pruning + - tty: Fix data race between tiocsti() and flush_to_ldisc() + - perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS Op + - x86/resctrl: Fix a maybe-uninitialized build warning treated as error + - KVM: s390: index kvm->arch.idle_mask by vcpu_idx + - KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is + adjusted + - KVM: nVMX: Unconditionally clear nested.pi_pending on nested VM-Enter + - fuse: truncate pagecache on atomic_o_trunc + - fuse: flush extending writes + - IMA: remove -Wmissing-prototypes warning + - IMA: remove the dependency on CRYPTO_MD5 + - fbmem: don't allow too huge resolutions + - backlight: pwm_bl: Improve bootloader/kernel device handover + - clk: kirkwood: Fix a clocking boot regression + - Linux 5.4.146 + * AMD A8-7680 (amdgpu): broken Xorg acceleration and hibernation + (LP: #1920674) // Focal update: v5.4.146 upstream stable release + (LP: #1946024) + - drm/amdgpu/acp: Make PM domain really work + * Focal update: v5.4.145 upstream stable release (LP: #1945517) + - fscrypt: add fscrypt_symlink_getattr() for computing st_size + - ext4: report correct st_size for encrypted symlinks + - f2fs: report correct st_size for encrypted symlinks + - ubifs: report correct st_size for encrypted symlinks + - kthread: Fix PF_KTHREAD vs to_kthread() race + - xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG + - gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V + formats + - reset: reset-zynqmp: Fixed the argument data type + - qed: Fix the VF msix vectors flow + - net: macb: Add a NULL check on desc_ptp + - qede: Fix memset corruption + - perf/x86/intel/pt: Fix mask of num_address_ranges + - perf/x86/amd/ibs: Work around erratum #1197 + - perf/x86/amd/power: Assign pmu.module + - cryptoloop: add a deprecation warning + - ARM: 8918/2: only build return_address() if needed + - ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17 + - ALSA: pcm: fix divide error in snd_pcm_lib_ioctl + - ARC: wireup clone3 syscall + - media: stkwebcam: fix memory leak in stk_camera_probe + - igmp: Add ip_mc_list lock in ip_check_mc_rcu + - USB: serial: mos7720: improve OOM-handling in read_mos_reg() + - ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing + table (v2) + - powerpc/boot: Delete unneeded .globl _zimage_start + - net: ll_temac: Remove left-over debug message + - mm/page_alloc: speed up the iteration of max_order + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables + ASPM" + - x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating + - Revert "btrfs: compression: don't try to compress if we don't have enough + pages" + - ALSA: usb-audio: Add registration quirk for JBL Quantum 800 + - usb: host: xhci-rcar: Don't reload firmware after the completion + - usb: mtu3: use @mult for HS isoc or intr + - usb: mtu3: fix the wrong HS mult value + - xhci: fix unsafe memory usage in xhci tracing + - x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions + - PCI: Call Max Payload Size-related fixup quirks early + - Linux 5.4.145 + * Focal update: v5.4.144 upstream stable release (LP: #1944756) + - net: qrtr: fix another OOB Read in qrtr_endpoint_post + - ARC: Fix CONFIG_STACKDEPOT + - netfilter: conntrack: collect all entries in one cycle + - once: Fix panic when module unload + - ovl: fix uninitialized pointer read in ovl_lookup_real_one() + - mmc: sdhci-msm: Update the software timeout value for sdhc + - mm, oom: make the calculation of oom badness more accurate + - can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX + and TX error counters + - Revert "USB: serial: ch341: fix character loss at high transfer rates" + - USB: serial: option: add new VID/PID to support Fibocom FG150 + - usb: dwc3: gadget: Fix dwc3_calc_trbs_left() + - usb: dwc3: gadget: Stop EP0 transfers during pullup disable + - scsi: core: Fix hang of freezing queue between blocking and running device + - RDMA/bnxt_re: Add missing spin lock initialization + - IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs() + - e1000e: Fix the max snoop/no-snoop latency for 10M + - RDMA/efa: Free IRQ vectors on error flow + - ip_gre: add validation for csum_start + - xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' + - net: marvell: fix MVNETA_TX_IN_PRGRS bit number + - rtnetlink: Return correct error on changing device netns + - net: hns3: clear hardware resource when loading driver + - net: hns3: fix duplicate node in VLAN list + - net: hns3: fix get wrong pfc_en when query PFC configuration + - drm/i915: Fix syncmap memory leak + - usb: gadget: u_audio: fix race condition on endpoint stop + - perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32 + - opp: remove WARN when no valid OPPs remain + - virtio: Improve vq->broken access to avoid any compiler optimization + - virtio_pci: Support surprise removal of virtio pci device + - vringh: Use wiov->used to check for read/write desc order + - qed: qed ll2 race condition fixes + - qed: Fix null-pointer dereference in qed_rdma_create_qp() + - drm: Copy drm_wait_vblank to user before returning + - drm/nouveau/disp: power down unused DP links during init + - net/rds: dma_map_sg is entitled to merge entries + - btrfs: fix race between marking inode needs to be logged and log syncing + - vt_kdsetmode: extend console locking + - bpf: Track contents of read-only maps as scalars + - bpf: Fix cast to pointer from integer of different size warning + - net: dsa: mt7530: fix VLAN traffic leaks again + - KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs + - arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88 + - btrfs: fix NULL pointer dereference when deleting device by invalid id + - Revert "floppy: reintroduce O_NDELAY fix" + - Revert "parisc: Add assembly implementations for memset, strlen, strcpy, + strncpy and strcat" + - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls + - audit: move put_tree() to avoid trim_trees refcount underflow and UAF + - Linux 5.4.144 + + -- Tim Gardner Thu, 21 Oct 2021 12:03:58 -0600 + +linux-aws (5.4.0-1058.61) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1058.61 -proposed tracker (LP: #1944873) + + * linux-tools-aws package does not contain libperf-jvmti.so (LP: #1944754) + - [Packaging] aws: Support building libperf-jvmti.so + + [ Ubuntu: 5.4.0-89.100 ] + + * focal/linux: 5.4.0-89.100 -proposed tracker (LP: #1944901) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2021.09.27) + * ext4 journal recovery fails w/ data=journal + mmap (LP: #1847340) + - jbd2: introduce/export functions + jbd2_journal_submit|finish_inode_data_buffers() + - jbd2, ext4, ocfs2: introduce/use journal callbacks + j_submit|finish_inode_data_buffers() + - ext4: data=journal: fixes for ext4_page_mkwrite() + - ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() + - ext4: fix mmap write protection for data=journal mode + * CVE-2021-40490 + - ext4: fix race writing to an inline_data file while its xattrs are changing + * Obsolete patch "UBUNTU: SAUCE: ext4: fix directory index node split + corruption" (LP: #1942902) + - Revert "UBUNTU: SAUCE: ext4: fix directory index node split corruption" + * psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with + focal/groovy/hirsute/impish (LP: #1892213) + - selftests/net: remove min gso test in packet_snd + * Focal update: v5.4.143 upstream stable release (LP: #1944212) + - ext4: fix EXT4_MAX_LOGICAL_BLOCK macro + - x86/fpu: Make init_fpstate correct with optimized XSAVE + - ath: Use safer key clearing with key cache entries + - ath9k: Clear key cache explicitly on disabling hardware + - ath: Export ath_hw_keysetmac() + - ath: Modify ath_key_delete() to not need full key entry + - ath9k: Postpone key cache entry deletion for TXQ frames reference it + - mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cards + - media: zr364xx: propagate errors from zr364xx_start_readpipe() + - media: zr364xx: fix memory leaks in probe() + - media: drivers/media/usb: fix memory leak in zr364xx_probe + - USB: core: Avoid WARNings for 0-length descriptor requests + - dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfers + - dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe() + - ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218 + - dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not + yet available + - scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry() + - scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach() + - scsi: core: Avoid printing an error if target_alloc() returns -ENXIO + - scsi: core: Fix capacity set to zero after offlinining device + - ARM: dts: nomadik: Fix up interrupt controller node names + - net: usb: lan78xx: don't modify phy_device state concurrently + - drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1X + - Bluetooth: hidp: use correct wait queue when removing ctrl_wait + - iommu: Check if group is NULL before remove device + - cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant + - dccp: add do-while-0 stubs for dccp_pr_debug macros + - virtio: Protect vqs list access + - vhost: Fix the calculation in vhost_overflow() + - bpf: Clear zext_dst of dead insns + - bnxt: don't lock the tx queue from napi poll + - bnxt: disable napi before canceling DIM + - net: 6pack: fix slab-out-of-bounds in decode_data + - ptp_pch: Restore dependency on PCI + - bnxt_en: Add missing DMA memory barriers + - vrf: Reset skb conntrack connection on VRF rcv + - virtio-net: support XDP when not more queues + - virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO + - net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32 + - net: mdio-mux: Don't ignore memory allocation errors + - net: mdio-mux: Handle -EPROBE_DEFER correctly + - ovs: clear skb->tstamp in forwarding path + - i40e: Fix ATR queue selection + - iavf: Fix ping is lost after untrusted VF had tried to change MAC + - ovl: add splice file read write helper + - mmc: dw_mmc: Fix hang on data CRC error + - ALSA: hda - fix the 'Capture Switch' value change notifications + - tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event + name + - slimbus: messaging: start transaction ids from 1 instead of zero + - slimbus: messaging: check for valid transaction id + - slimbus: ngd: reset dma setup during runtime pm + - ipack: tpci200: fix many double free issues in tpci200_pci_probe + - ipack: tpci200: fix memory leak in the tpci200_register + - btrfs: prevent rename2 from exchanging a subvol with a directory from + different parents + - PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI + - ASoC: intel: atom: Fix breakage for PCM buffer address setup + - mm, memcg: avoid stale protection values when cgroup is above protection + - mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim + - fs: warn about impending deprecation of mandatory locks + - netfilter: nft_exthdr: fix endianness of tcp option cast + - Linux 5.4.143 + * Focal update: v5.4.142 upstream stable release (LP: #1944202) + - iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels + - iio: humidity: hdc100x: Add margin to the conversion time + - iio: adc: Fix incorrect exit of for-loop + - ASoC: xilinx: Fix reference to PCM buffer address + - ASoC: intel: atom: Fix reference to PCM buffer address + - i2c: dev: zero out array used for i2c reads from userspace + - ceph: reduce contention in ceph_check_delayed_caps() + - ACPI: NFIT: Fix support for virtual SPA ranges + - libnvdimm/region: Fix label activation vs errors + - ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi + - ieee802154: hwsim: fix GPF in hwsim_new_edge_nl + - ASoC: cs42l42: Correct definition of ADC Volume control + - ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_J + - ASoC: cs42l42: Fix inversion of ADC Notch Switch control + - ASoC: cs42l42: Remove duplicate control for WNF filter frequency + - netfilter: nf_conntrack_bridge: Fix memory leak when error + - ASoC: cs42l42: Fix LRCLK frame start edge + - net: dsa: mt7530: add the missing RxUnicast MIB counter + - platform/x86: pcengines-apuv2: revert wiring up simswitch GPIO as LED + - platform/x86: pcengines-apuv2: Add missing terminating entries to gpio- + lookup tables + - net: phy: micrel: Fix link detection on ksz87xx switch" + - ppp: Fix generating ifname when empty IFLA_IFNAME is specified + - net: sched: act_mirred: Reset ct info when mirror/redirect skb + - iavf: Set RSS LUT and key in reset handle path + - psample: Add a fwd declaration for skbuff + - net/mlx5: Fix return value from tracer initialization + - drm/meson: fix colour distortion from HDR set during vendor u-boot + - net: dsa: microchip: Fix ksz_read64() + - net: Fix memory leak in ieee802154_raw_deliver + - net: igmp: fix data-race in igmp_ifc_timer_expire() + - net: dsa: lan9303: fix broken backpressure in .port_fdb_dump + - net: dsa: lantiq: fix broken backpressure in .port_fdb_dump + - net: dsa: sja1105: fix broken backpressure in .port_fdb_dump + - net: bridge: fix memleak in br_add_if() + - net: linkwatch: fix failure to restore device state across suspend/resume + - tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B + packets + - net: igmp: increase size of mr_ifc_count + - xen/events: Fix race in set_evtchn_to_irq + - vsock/virtio: avoid potential deadlock when vsock device remove + - nbd: Aovid double completion of a request + - powerpc/kprobes: Fix kprobe Oops happens in booke + - x86/tools: Fix objdump version check again + - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP + - x86/msi: Force affinity setup before startup + - x86/ioapic: Force affinity setup before startup + - x86/resctrl: Fix default monitoring groups reporting + - genirq/msi: Ensure deactivation on teardown + - genirq/timings: Prevent potential array overflow in __irq_timings_store() + - PCI/MSI: Enable and mask MSI-X early + - PCI/MSI: Mask all unused MSI-X entries + - PCI/MSI: Enforce that MSI-X table entry is masked for update + - PCI/MSI: Enforce MSI[X] entry updates to be visible + - PCI/MSI: Do not set invalid bits in MSI mask + - PCI/MSI: Correct misleading comments + - PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown() + - PCI/MSI: Protect msi_desc::masked for multi-MSI + - KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulation + - ceph: add some lockdep assertions around snaprealm handling + - ceph: clean up locking annotation for ceph_get_snap_realm and + __lookup_snap_realm + - ceph: take snap_empty_lock atomically with snaprealm refcount change + - vmlinux.lds.h: Handle clang's module.{c,d}tor sections + - iommu/vt-d: Fix agaw for a supported 48 bit guest address width + - Linux 5.4.142 + * Focal update: v5.4.141 upstream stable release (LP: #1943484) + - KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB + - tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag + - media: v4l2-mem2mem: always consider OUTPUT queue during poll + - tracing: Reject string operand in the histogram expression + - usb: dwc3: Stop active transfers before halting the controller + - usb: dwc3: gadget: Allow runtime suspend if UDC unbinded + - usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup + - usb: dwc3: gadget: Prevent EP queuing while stopping transfers + - usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable + - usb: dwc3: gadget: Disable gadget IRQ during pullup disable + - usb: dwc3: gadget: Avoid runtime resume if disabling pullup + - KVM: X86: MMU: Use the correct inherited permissions to get shadow page + - USB:ehci:fix Kunpeng920 ehci hardware problem + - ALSA: hda: Add quirk for ASUS Flow x13 + - ppp: Fix generating ppp unit id when ifname is not specified + - ovl: prevent private clone if bind mount is not allowed + - btrfs: make qgroup_free_reserved_data take btrfs_inode + - btrfs: make btrfs_qgroup_reserve_data take btrfs_inode + - btrfs: qgroup: allow to unreserve range without releasing other ranges + - btrfs: qgroup: try to flush qgroup space when we get -EDQUOT + - btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED + - btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry- + after-EDQUOT + - btrfs: fix lockdep splat when enabling and disabling qgroups + - net: xilinx_emaclite: Do not print real IOMEM pointer + - btrfs: qgroup: don't commit transaction when we already hold the handle + - btrfs: export and rename qgroup_reserve_meta + - btrfs: don't flush from btrfs_delayed_inode_reserve_metadata + - Linux 5.4.141 + + [ Ubuntu: 5.4.0-88.99 ] + + * focal/linux: 5.4.0-88.99 -proposed tracker (LP: #1944747) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2021.09.06) + * please drop virtualbox-guest-dkms virtualbox-guest-source (LP: #1933248) + - Revert "UBUNTU: [Config] Disable virtualbox dkms build" + + [ Ubuntu: 5.4.0-86.97 ] + + * s390x BPF JIT vulnerabilities (LP: #1943960) + - SAUCE: s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant + - SAUCE: s390/bpf: Fix optimizing out zero-extensions + + -- Tim Gardner Tue, 28 Sep 2021 12:14:49 -0600 + +linux-aws (5.4.0-1057.60) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1057.60 -proposed tracker (LP: #1942529) + + [ Ubuntu: 5.4.0-85.95 ] + + * focal/linux: 5.4.0-85.95 -proposed tracker (LP: #1942557) + * please drop virtualbox-guest-dkms virtualbox-guest-source (LP: #1933248) + - [Config] Disable virtualbox dkms build + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2021.09.06) + * LRMv5: switch primary version handling to kernel-versions data set + (LP: #1928921) + - [Packaging] switch to kernel-versions + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771) + - Disable CONFIG_HISI_DMA + - [Config] Record hisi_dma no longer built for arm64 + * memory leaking when removing a profile (LP: #1939915) + - apparmor: Fix memory leak of profile proxy + * CryptoExpress EP11 cards are going offline (LP: #1939618) + - s390/zcrypt: Support for CCA protected key block version 2 + - s390: Replace zero-length array with flexible-array member + - s390/zcrypt: Use scnprintf() for avoiding potential buffer overflow + - s390/zcrypt: replace snprintf/sprintf with scnprintf + - s390/ap: Remove ap device suspend and resume callbacks + - s390/zcrypt: use fallthrough; + - s390/zcrypt: use kvmalloc instead of kmalloc for 256k alloc + - s390/ap: remove power management code from ap bus and drivers + - s390/ap: introduce new ap function ap_get_qdev() + - s390/zcrypt: use kzalloc + - s390/zcrypt: fix smatch warnings + - s390/zcrypt: code beautification and struct field renames + - s390/zcrypt: split ioctl function into smaller code units + - s390/ap: rename and clarify ap state machine related stuff + - s390/zcrypt: provide cex4 cca sysfs attributes for cex3 + - s390/ap: rework crypto config info and default domain code + - s390/zcrypt: simplify cca_findcard2 loop code + - s390/zcrypt: remove set_fs() invocation in zcrypt device driver + - s390/ap: remove unnecessary spin_lock_init() + - s390/zcrypt: Support for CCA APKA master keys + - s390/zcrypt: introduce msg tracking in zcrypt functions + - s390/ap: split ap queue state machine state from device state + - s390/ap: add error response code field for ap queue devices + - s390/ap: add card/queue deconfig state + - s390/sclp: Add support for SCLP AP adapter config/deconfig + - s390/ap: Support AP card SCLP config and deconfig operations + - s390/ap/zcrypt: revisit ap and zcrypt error handling + - s390/zcrypt: move ap_msg param one level up the call chain + - s390/zcrypt: Introduce Failure Injection feature + - s390/zcrypt: fix wrong format specifications + - s390/ap: fix ap devices reference counting + - s390/zcrypt: return EIO when msg retry limit reached + - s390/zcrypt: fix zcard and zqueue hot-unplug memleak + - s390/ap: Fix hanging ioctl caused by wrong msg counter + * memfd from ubuntu_kernel_selftests failed to build on B-5.4 (LP: #1926142) + - SAUCE: selftests/memfd: fix build when F_SEAL_FUTURE_WRITE is not defined + * [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with ethtool + specific register commands (LP: #1939855) + - ice: Fix bad register reads + * ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with + dump_page() (LP: #1941829) + - selftests: memory-hotplug: avoid spamming logs with dump_page(), ratio limit + hot-remove error test + * e1000e blocks the boot process when it tried to write checksum to its NVM + (LP: #1936998) + - e1000e: Do not take care about recovery NVM checksum + * Focal update: v5.4.140 upstream stable release (LP: #1941798) + - Revert "ACPICA: Fix memory leak caused by _CID repair function" + - ALSA: seq: Fix racy deletion of subscriber + - arm64: dts: ls1028a: fix node name for the sysclk + - ARM: imx: add missing iounmap() + - ARM: imx: add missing clk_disable_unprepare() + - ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10ms + - ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz + - ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init + - ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins + - arm64: dts: armada-3720-turris-mox: remove mrvl,i2c-fast-mode + - ALSA: usb-audio: fix incorrect clock source setting + - clk: stm32f4: fix post divisor setup for I2S/SAI PLLs + - ARM: dts: am437x-l4: fix typo in can@0 node + - omap5-board-common: remove not physically existing vdds_1v8_main fixed- + regulator + - spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay + - spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation + - scsi: sr: Return correct event when media event code is 3 + - media: videobuf2-core: dequeue if start_streaming fails + - dmaengine: imx-dma: configure the generic DMA type to make it work + - net, gro: Set inner transport header offset in tcp/udp GRO hook + - net: dsa: sja1105: overwrite dynamic FDB entries with static ones in + .port_fdb_add + - net: dsa: sja1105: invalidate dynamic FDB entries learned concurrently with + statically added ones + - net: phy: micrel: Fix detection of ksz87xx switch + - net: natsemi: Fix missing pci_disable_device() in probe and remove + - gpio: tqmx86: really make IRQ optional + - sctp: move the active_key update after sh_keys is added + - nfp: update ethtool reporting of pauseframe control + - net: ipv6: fix returned variable type in ip6_skb_dst_mtu + - mips: Fix non-POSIX regexp + - bnx2x: fix an error code in bnx2x_nic_load() + - net: pegasus: fix uninit-value in get_interrupt_interval + - net: fec: fix use-after-free in fec_drv_remove + - net: vxge: fix use-after-free in vxge_device_unregister + - blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() + - Bluetooth: defer cleanup of resources in hci_unregister_dev() + - USB: usbtmc: Fix RCU stall warning + - USB: serial: option: add Telit FD980 composition 0x1056 + - USB: serial: ch341: fix character loss at high transfer rates + - USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 + - firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback + - firmware_loader: fix use-after-free in firmware_fallback_sysfs + - ALSA: hda/realtek: add mic quirk for Acer SF314-42 + - ALSA: usb-audio: Add registration quirk for JBL Quantum 600 + - usb: cdns3: Fixed incorrect gadget state + - usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlers + - usb: gadget: f_hid: fixed NULL pointer dereference + - usb: gadget: f_hid: idle uses the highest byte for duration + - usb: otg-fsm: Fix hrtimer list corruption + - clk: fix leak on devm_clk_bulk_get_all() unwind + - scripts/tracing: fix the bug that can't parse raw_trace_func + - tracing / histogram: Give calculation hist_fields a size + - optee: Clear stale cache entries during initialization + - tee: add tee_shm_alloc_kernel_buf() + - optee: Fix memory leak when failing to register shm pages + - tpm_ftpm_tee: Free and unregister TEE shared memory during kexec + - staging: rtl8723bs: Fix a resource leak in sd_int_dpc + - staging: rtl8712: get rid of flush_scheduled_work + - media: rtl28xxu: fix zero-length control request + - pipe: increase minimum default pipe size to 2 pages + - ext4: fix potential htree corruption when growing large_dir directories + - serial: tegra: Only print FIFO error message when an error occurs + - serial: 8250_mtk: fix uart corruption issue when rx power off + - serial: 8250: Mask out floating 16/32-bit bus bits + - MIPS: Malta: Do not byte-swap accesses to the CBUS UART + - serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver + - serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts. + - timers: Move clearing of base::timer_running under base:: Lock + - pcmcia: i82092: fix a null pointer dereference bug + - md/raid10: properly indicate failure when ending a failed write request + - KVM: x86: accept userspace interrupt only if no event is injected + - KVM: Do not leak memory for duplicate debugfs directories + - KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds + - arm64: vdso: Avoid ISB after reading from cntvct_el0 + - soc: ixp4xx: fix printing resources + - spi: meson-spicc: fix memory leak in meson_spicc_remove + - soc: ixp4xx/qmgr: fix invalid __iomem access + - perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest + - bpf, selftests: Adjust few selftest result_unpriv outcomes + - libata: fix ata_pio_sector for CONFIG_HIGHMEM + - reiserfs: add check for root_inode in reiserfs_fill_super + - reiserfs: check directory items on read from disk + - virt_wifi: fix error on connect + - alpha: Send stop IPI to send to online CPUs + - net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and + ql_adapter_reset + - arm64: fix compat syscall return truncation + - Linux 5.4.140 + * Focal update: v5.4.139 upstream stable release (LP: #1941796) + - btrfs: delete duplicated words + other fixes in comments + - btrfs: do not commit logs and transactions during link and rename operations + - btrfs: fix race causing unnecessary inode logging during link and rename + - btrfs: fix lost inode on log replay after mix of fsync, rename and inode + eviction + - regulator: rt5033: Fix n_voltages settings for BUCK and LDO + - spi: stm32h7: fix full duplex irq handler handling + - ASoC: tlv320aic31xx: fix reversed bclk/wclk master bits + - r8152: Fix potential PM refcount imbalance + - qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union() + - net: Fix zero-copy head len calculation. + - nvme: fix nvme_setup_command metadata trace event + - ACPI: fix NULL pointer dereference + - Revert "Bluetooth: Shutdown controller after workqueues are flushed or + cancelled" + - firmware: arm_scmi: Ensure drivers provide a probe function + - firmware: arm_scmi: Add delayed response status check + - bpf: Inherit expanded/patched seen count from old aux data + - bpf: Do not mark insn as seen under speculative path verification + - bpf: Fix leakage under speculation on mispredicted branches + - bpf: Test_verifier, add alu32 bounds tracking tests + - bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit + ones + - bpf, selftests: Adjust few selftest outcomes wrt unreachable code + - spi: mediatek: Fix fifo transfer + - Linux 5.4.139 + * Focal update: v5.4.138 upstream stable release (LP: #1940559) + - net_sched: check error pointer in tcf_dump_walker() + - x86/asm: Ensure asm/proto.h can be included stand-alone + - btrfs: fix rw device counting in __btrfs_free_extra_devids + - btrfs: mark compressed range uptodate only if all bio succeed + - x86/kvm: fix vcpu-id indexed array sizes + - KVM: add missing compat KVM_CLEAR_DIRTY_LOG + - ocfs2: fix zero out valid data + - ocfs2: issue zeroout to EOF blocks + - can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive + TP.DT to 750ms + - can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF + - can: mcba_usb_start(): add missing urb->transfer_dma initialization + - can: usb_8dev: fix memory leak + - can: ems_usb: fix memory leak + - can: esd_usb2: fix memory leak + - HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT + - NIU: fix incorrect error return, missed in previous revert + - nfc: nfcsim: fix use after free during module unload + - cfg80211: Fix possible memory leak in function cfg80211_bss_update + - netfilter: conntrack: adjust stop timestamp to real expiry value + - netfilter: nft_nat: allow to specify layer 4 protocol NAT only + - i40e: Fix logic of disabling queues + - i40e: Fix firmware LLDP agent related warning + - i40e: Fix queue-to-TC mapping on Tx + - i40e: Fix log TC creation failure when max num of queues is exceeded + - tipc: fix sleeping in tipc accept routine + - net: Set true network header for ECN decapsulation + - mlx4: Fix missing error code in mlx4_load_one() + - net: llc: fix skb_over_panic + - net/mlx5: Fix flow table chaining + - net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev() + - sctp: fix return value check in __sctp_rcv_asconf_lookup + - tulip: windbond-840: Fix missing pci_disable_device() in probe and remove + - sis900: Fix missing pci_disable_device() in probe and remove + - can: hi311x: fix a signedness bug in hi3110_cmd() + - PCI: mvebu: Setup BAR0 in order to fix MSI + - powerpc/pseries: Fix regression while building external modules + - i40e: Add additional info to PHY type error + - can: j1939: j1939_session_deactivate(): clarify lifetime of session object + - Linux 5.4.138 + * Focal update: v5.4.137 upstream stable release (LP: #1940557) + - selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c + - tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include + - KVM: x86: determine if an exception has an error code only when injecting + it. + - af_unix: fix garbage collect vs MSG_PEEK + - workqueue: fix UAF in pwq_unbound_release_workfn() + - cgroup1: fix leaked context root causing sporadic NULL deref in LTP + - net/802/mrp: fix memleak in mrp_request_join() + - net/802/garp: fix memleak in garp_request_join() + - net: annotate data race around sk_ll_usec + - sctp: move 198 addresses from unusable to private scope + - ipv6: allocate enough headroom in ip6_finish_output2() + - hfs: add missing clean-up in hfs_fill_super + - hfs: fix high memory mapping in hfs_bnode_read + - hfs: add lock nesting notation to hfs_find_init + - firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow + - firmware: arm_scmi: Fix range check for the maximum number of pending + messages + - cifs: fix the out of range assignment to bit fields in + parse_server_interfaces + - iomap: remove the length variable in iomap_seek_data + - iomap: remove the length variable in iomap_seek_hole + - ARM: dts: versatile: Fix up interrupt controller node names + - ipv6: ip6_finish_output2: set sk into newly allocated nskb + - Linux 5.4.137 + * Focal update: v5.4.136 upstream stable release (LP: #1939899) + - igc: Fix use-after-free error during reset + - igb: Fix use-after-free error during reset + - igc: change default return of igc_read_phy_reg() + - ixgbe: Fix an error handling path in 'ixgbe_probe()' + - igc: Prefer to use the pci_release_mem_regions method + - igc: Fix an error handling path in 'igc_probe()' + - igb: Fix an error handling path in 'igb_probe()' + - fm10k: Fix an error handling path in 'fm10k_probe()' + - e1000e: Fix an error handling path in 'e1000_probe()' + - iavf: Fix an error handling path in 'iavf_probe()' + - igb: Check if num of q_vectors is smaller than max before array access + - igb: Fix position of assignment to *ring + - gve: Fix an error handling path in 'gve_probe()' + - ipv6: fix 'disable_policy' for fwd packets + - selftests: icmp_redirect: remove from checking for IPv6 route get + - selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirect + - pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped + - cxgb4: fix IRQ free race during driver unload + - nvme-pci: do not call nvme_dev_remove_admin from nvme_remove + - perf probe: Fix dso->nsinfo refcounting + - perf env: Fix sibling_dies memory leak + - perf test session_topology: Delete session->evlist + - perf test event_update: Fix memory leak of evlist + - perf dso: Fix memory leak in dso__new_map() + - perf script: Fix memory 'threads' and 'cpus' leaks on exit + - perf lzma: Close lzma stream on exit + - perf probe-file: Delete namelist in del_events() on the error path + - perf data: Close all files in close_dir() + - spi: imx: add a check for speed_hz before calculating the clock + - spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() + - spi: stm32: fixes pm_runtime calls in probe/remove + - regulator: hi6421: Use correct variable type for regmap api val argument + - regulator: hi6421: Fix getting wrong drvdata + - spi: mediatek: fix fifo rx mode + - ASoC: rt5631: Fix regcache sync errors on resume + - liquidio: Fix unintentional sign extension issue on left shift of u16 + - s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1] + - bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats + - bpftool: Check malloc return value in mount_bpffs_for_pin + - net: fix uninit-value in caif_seqpkt_sendmsg + - efi/tpm: Differentiate missing and invalid final event log table. + - net: decnet: Fix sleeping inside in af_decnet + - KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crash + - KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak + - net: sched: fix memory leak in tcindex_partial_destroy_work + - netrom: Decrease sock refcount when sock timers expire + - scsi: iscsi: Fix iface sysfs attr detection + - scsi: target: Fix protect handling in WRITE SAME(32) + - spi: cadence: Correct initialisation of runtime PM again + - bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence. + - bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe() + - bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task() + - bnxt_en: Check abort error state in bnxt_half_open_nic() + - net: hisilicon: rename CACHE_LINE_MASK to avoid redefinition + - net/tcp_fastopen: fix data races around tfo_active_disable_stamp + - net: hns3: fix rx VLAN offload state inconsistent issue + - net/sched: act_skbmod: Skip non-Ethernet packets + - ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions + - nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING + - Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem" + - afs: Fix tracepoint string placement with built-in AFS + - r8169: Avoid duplicate sysfs entry creation error + - nvme: set the PRACT bit when using Write Zeroes with T10 PI + - sctp: update active_key for asoc when old key is being replaced + - net: sched: cls_api: Fix the the wrong parameter + - drm/panel: raspberrypi-touchscreen: Prevent double-free + - proc: Avoid mixing integer types in mem_rw() + - s390/ftrace: fix ftrace_update_ftrace_func implementation + - s390/boot: fix use of expolines in the DMA code + - ALSA: usb-audio: Add missing proc text entry for BESPOKEN type + - ALSA: usb-audio: Add registration quirk for JBL Quantum headsets + - ALSA: sb: Fix potential ABBA deadlock in CSP driver + - ALSA: hdmi: Expose all pins on MSI MS-7C94 board + - xhci: Fix lost USB 2 remote wake + - KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow + - KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state + - usb: hub: Disable USB 3 device initiated lpm if exit latency is too high + - usb: hub: Fix link power management max exit latency (MEL) calculations + - USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UAS + - usb: max-3421: Prevent corruption of freed memory + - usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop() + - USB: serial: option: add support for u-blox LARA-R6 family + - USB: serial: cp210x: fix comments for GE CS1000 + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick + - usb: dwc2: gadget: Fix sending zero length packet in DDMA mode. + - firmware/efi: Tell memblock about EFI iomem reservations + - tracing/histogram: Rename "cpu" to "common_cpu" + - tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. + - btrfs: check for missing device in btrfs_trim_fs + - media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() + - ixgbe: Fix packet corruption due to missing DMA sync + - selftest: use mmap instead of posix_memalign to allocate memory + - userfaultfd: do not untag user pointers + - hugetlbfs: fix mount mode command line processing + - rbd: don't hold lock_rwsem while running_list is being drained + - rbd: always kick acquire on "acquired" and "released" notifications + - nds32: fix up stack guard gap + - drm: Return -ENOTTY for non-drm ioctls + - net: dsa: mv88e6xxx: use correct .stats_set_histogram() on Topaz + - net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear + - iio: accel: bma180: Use explicit member assignment + - iio: accel: bma180: Fix BMA25x bandwidth register values + - btrfs: compression: don't try to compress if we don't have enough pages + - PCI: Mark AMD Navi14 GPU ATS as broken + - perf inject: Close inject.output on exit + - xhci: add xhci_get_virt_ep() helper + - Linux 5.4.136 + * Focal update: v5.4.135 upstream stable release (LP: #1939442) + - ARM: dts: gemini: rename mdio to the right name + - ARM: dts: gemini: add device_type on pci + - ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288 + - arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsi + - ARM: dts: rockchip: Fix the timer clocks order + - ARM: dts: rockchip: Fix IOMMU nodes properties on rk322x + - ARM: dts: rockchip: Fix power-controller node names for rk3066a + - ARM: dts: rockchip: Fix power-controller node names for rk3188 + - ARM: dts: rockchip: Fix power-controller node names for rk3288 + - arm64: dts: rockchip: Fix power-controller node names for px30 + - arm64: dts: rockchip: Fix power-controller node names for rk3328 + - reset: ti-syscon: fix to_ti_syscon_reset_data macro + - ARM: brcmstb: dts: fix NAND nodes names + - ARM: Cygnus: dts: fix NAND nodes names + - ARM: NSP: dts: fix NAND nodes names + - ARM: dts: BCM63xx: Fix NAND nodes names + - ARM: dts: Hurricane 2: Fix NAND nodes names + - ARM: dts: imx6: phyFLEX: Fix UART hardware flow control + - ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info + - rtc: mxc_v2: add missing MODULE_DEVICE_TABLE + - kbuild: sink stdout from cmd for silent build + - ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios + - ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios + - ARM: dts: stm32: fix gpio-keys node on STM32 MCU boards + - ARM: dts: stm32: fix RCC node name on stm32f429 MCU + - ARM: dts: stm32: fix timer nodes on STM32 MCU to prevent warnings + - arm64: dts: juno: Update SCPI nodes as per the YAML schema + - ARM: dts: rockchip: fix supply properties in io-domains nodes + - ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings + - ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15 + - soc/tegra: fuse: Fix Tegra234-only builds + - firmware: tegra: bpmp: Fix Tegra234-only builds + - arm64: dts: ls208xa: remove bus-num from dspi node + - arm64: dts: imx8mq: assign PCIe clocks + - thermal/core: Correct function name thermal_zone_device_unregister() + - kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set + - rtc: max77686: Do not enforce (incorrect) interrupt trigger type + - scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 + - scsi: libsas: Add LUN number check in .slave_alloc callback + - scsi: libfc: Fix array index out of bound exception + - scsi: qedf: Add check to synchronize abort and flush + - sched/fair: Fix CFS bandwidth hrtimer expiry type + - s390: introduce proper type handling call_on_stack() macro + - cifs: prevent NULL deref in cifs_compose_mount_options() + - arm64: dts: armada-3720-turris-mox: add firmware node + - firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible + string + - arm64: dts: marvell: armada-37xx: move firmware node to generic dtsi file + - f2fs: Show casefolding support only when supported + - usb: cdns3: Enable TDL_CHK only for OUT ep + - Revert "UBUNTU: SAUCE: Revert "mm: memcg/slab: fix memory leak at non-root + kmem_cache destroy"" + - mm: slab: fix kmem_cache_create failed when sysfs node not destroyed + - dm writecache: return the exact table values that were set + - net: dsa: mv88e6xxx: enable .port_set_policy() on Topaz + - net: dsa: mv88e6xxx: enable .rmu_disable() on Topaz + - net: ipv6: fix return value of ip6_skb_dst_mtu + - netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo + - net/sched: act_ct: fix err check for nf_conntrack_confirm + - net: bridge: sync fdb to new unicast-filtering ports + - net: bcmgenet: Ensure all TX/RX queues DMAs are disabled + - net: ip_tunnel: fix mtu calculation for ETHER tunnel devices + - net: moxa: fix UAF in moxart_mac_probe + - net: qcom/emac: fix UAF in emac_remove + - net: ti: fix UAF in tlan_remove_one + - net: send SYNACK packet with accepted fwmark + - net: validate lwtstate->data before returning from skb_tunnel_info() + - net: fddi: fix UAF in fza_probe + - dma-buf/sync_file: Don't leak fences on merge failure + - tcp: annotate data races around tp->mtu_info + - ipv6: tcp: drop silly ICMPv6 packet too big messages + - bpftool: Properly close va_list 'ap' by va_end() on error + - perf test bpf: Free obj_buf + - udp: annotate data races around unix_sk(sk)->gso_size + - Linux 5.4.135 + * Focal update: v5.4.134 upstream stable release (LP: #1939440) + - KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio + - KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled + - KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() + - scsi: core: Fix bad pointer dereference when ehandler kthread is invalid + - tracing: Do not reference char * as a string in histograms + - cgroup: verify that source is a string + - fbmem: Do not delete the mode that is still in use + - net: moxa: Use devm_platform_get_and_ioremap_resource() + - dmaengine: fsl-qdma: check dma_set_mask return value + - srcu: Fix broken node geometry after early ssp init + - tty: serial: fsl_lpuart: fix the potential risk of division or modulo by + zero + - misc/libmasm/module: Fix two use after free in ibmasm_init_one + - misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge + - iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get(). + - iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get() + - ALSA: usx2y: Don't call free_pages_exact() with NULL address + - Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" + - w1: ds2438: fixing bug that would always get page0 + - scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw() + - scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology + - scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the + SGLs + - scsi: core: Cap scsi_host cmd_per_lun at can_queue + - ALSA: ac97: fix PM reference leak in ac97_bus_remove() + - tty: serial: 8250: serial_cs: Fix a memory leak in error handling path + - scsi: scsi_dh_alua: Check for negative result value + - fs/jfs: Fix missing error code in lmLogInit() + - scsi: megaraid_sas: Fix resource leak in case of probe failure + - scsi: megaraid_sas: Early detection of VD deletion through RaidMap update + - scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQs + - scsi: iscsi: Add iscsi_cls_conn refcount helpers + - scsi: iscsi: Fix conn use after free during resets + - scsi: iscsi: Fix shost->max_id use + - scsi: qedi: Fix null ref during abort handling + - mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE + - mfd: cpcap: Fix cpcap dmamask not set warnings + - ASoC: img: Fix PM reference leak in img_i2s_in_probe() + - serial: tty: uartlite: fix console setup + - s390/sclp_vt220: fix console name to match device + - ALSA: sb: Fix potential double-free of CSP mixer elements + - powerpc/ps3: Add dma_mask to ps3_dma_region + - iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get + fails + - iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation + - gpio: zynq: Check return value of pm_runtime_get_sync + - ALSA: ppc: fix error return code in snd_pmac_probe() + - selftests/powerpc: Fix "no_handler" EBB selftest + - gpio: pca953x: Add support for the On Semi pca9655 + - ASoC: soc-core: Fix the error return code in + snd_soc_of_parse_audio_routing() + - s390/processor: always inline stap() and __load_psw_mask() + - s390/ipl_parm: fix program check new psw handling + - s390/mem_detect: fix diag260() program check new psw handling + - s390/mem_detect: fix tprot() program check new psw handling + - Input: hideep - fix the uninitialized use in hideep_nvm_unlock() + - ALSA: bebob: add support for ToneWeal FW66 + - ALSA: usb-audio: scarlett2: Fix 18i8 Gen 2 PCM Input count + - ALSA: usb-audio: scarlett2: Fix data_mutex lock + - ALSA: usb-audio: scarlett2: Fix scarlett2_*_ctl_put() return values + - usb: gadget: f_hid: fix endianness issue with descriptors + - usb: gadget: hid: fix error return code in hid_bind() + - powerpc/boot: Fixup device-tree on little endian + - ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters + - backlight: lm3630a: Fix return code of .update_status() callback + - ALSA: hda: Add IRQ check for platform_get_irq() + - ALSA: usb-audio: scarlett2: Fix 6i6 Gen 2 line out descriptions + - staging: rtl8723bs: fix macro value for 2.4Ghz only device + - intel_th: Wait until port is in reset before programming it + - i2c: core: Disable client irq on reboot/shutdown + - power: supply: sc27xx: Add missing MODULE_DEVICE_TABLE + - power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE + - pwm: spear: Don't modify HW state in .remove callback + - power: supply: ab8500: Avoid NULL pointers + - power: supply: max17042: Do not enforce (incorrect) interrupt trigger type + - power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE + - ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 + - PCI/P2PDMA: Avoid pci_get_slot(), which may sleep + - watchdog: Fix possible use-after-free in wdt_startup() + - watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() + - watchdog: Fix possible use-after-free by calling del_timer_sync() + - watchdog: imx_sc_wdt: fix pretimeout + - x86/fpu: Return proper error codes from user access functions + - PCI: tegra: Add missing MODULE_DEVICE_TABLE + - orangefs: fix orangefs df output. + - ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty + - NFS: nfs_find_open_context() may only select open files + - power: supply: charger-manager: add missing MODULE_DEVICE_TABLE + - power: supply: ab8500: add missing MODULE_DEVICE_TABLE + - pwm: img: Fix PM reference leak in img_pwm_enable() + - pwm: tegra: Don't modify HW state in .remove callback + - ACPI: AMBA: Fix resource name in /proc/iomem + - ACPI: video: Add quirk for the Dell Vostro 3350 + - virtio-blk: Fix memory leak among suspend/resume procedure + - virtio_net: Fix error handling in virtnet_restore() + - virtio_console: Assure used length from device is limited + - x86/signal: Detect and prevent an alternate signal stack overflow + - f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs + - PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun + - power: supply: rt5033_battery: Fix device tree enumeration + - NFSv4: Initialise connection to the server in nfs4_alloc_client() + - um: fix error return code in slip_open() + - um: fix error return code in winch_tramp() + - watchdog: aspeed: fix hardware timeout calculation + - nfs: fix acl memory leak of posix_acl_create() + - ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode + - PCI: iproc: Fix multi-MSI base vector number allocation + - PCI: iproc: Support multi-MSI only on uniprocessor kernel + - x86/fpu: Limit xstate copy size in xstateregs_set() + - pwm: imx1: Don't disable clocks at device remove time + - virtio_net: move tx vq operation under tx queue lock + - nvme-tcp: can't set sk_user_data without write_lock + - ALSA: isa: Fix error return code in snd_cmi8330_probe() + - NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times + - hexagon: use common DISCARDS macro + - ARM: dts: gemini-rut1xx: remove duplicate ethernet node + - reset: a10sr: add missing of_match_table reference + - ARM: exynos: add missing of_node_put for loop iteration + - ARM: dts: exynos: fix PWM LED max brightness on Odroid XU/XU3 + - ARM: dts: exynos: fix PWM LED max brightness on Odroid HC1 + - ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4 + - memory: atmel-ebi: add missing of_node_put for loop iteration + - reset: brcmstb: Add missing MODULE_DEVICE_TABLE + - memory: pl353: Fix error return code in pl353_smc_probe() + - rtc: fix snprintf() checking in is_rtc_hctosys() + - arm64: dts: renesas: v3msk: Fix memory size + - ARM: dts: r8a7779, marzen: Fix DU clock names + - firmware: tegra: Fix error return code in tegra210_bpmp_init() + - firmware: arm_scmi: Reset Rx buffer to max size during async commands + - ARM: dts: BCM5301X: Fixup SPI binding + - reset: bail if try_module_get() fails + - memory: fsl_ifc: fix leak of IO mapping on probe failure + - memory: fsl_ifc: fix leak of private memory on probe failure + - ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema + - ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema + - ARM: dts: imx6q-dhcom: Fix ethernet reset time properties + - ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems + - ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery + - thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations + - firmware: turris-mox-rwtm: fix reply status decoding function + - firmware: turris-mox-rwtm: report failures better + - firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng + - scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() + - mips: always link byteswap helpers into decompressor + - mips: disable branch profiling in boot/decompress.o + - MIPS: vdso: Invalid GIC access through VDSO + - scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg() + - misc: alcor_pci: fix inverted branch condition + - Linux 5.4.134 + + [ Ubuntu: 5.4.0-84.94 ] + + * focal/linux: 5.4.0-84.94 -proposed tracker (LP: #1941767) + * Server boot failure after adding checks for ACPI IRQ override (LP: #1941657) + - Revert "ACPI: resources: Add checks for ACPI IRQ override" + + -- Tim Gardner Tue, 07 Sep 2021 11:42:21 -0600 + +linux-aws (5.4.0-1056.59) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1056.59 -proposed tracker (LP: #1939772) + + * Focal update: v5.4.129 upstream stable release (LP: #1936242) + - [Config] aws: enable CONFIG_SYSTEM_REVOCATION_LIST + + [ Ubuntu: 5.4.0-83.93 ] + + * focal/linux: 5.4.0-83.93 -proposed tracker (LP: #1940159) + * fails to launch linux L2 guests on AMD (LP: #1940134) // CVE-2021-3653 + - KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl + (CVE-2021-3653) + * fails to launch linux L2 guests on AMD (LP: #1940134) + - SAUCE: Revert "UBUNTU: SAUCE: KVM: nSVM: avoid picking up unsupported bits + from L2 in int_ctl" + + [ Ubuntu: 5.4.0-82.92 ] + + * focal/linux: 5.4.0-82.92 -proposed tracker (LP: #1939799) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2021.08.16) + * CVE-2021-3656 + - SAUCE: KVM: nSVM: always intercept VMLOAD/VMSAVE when nested + * CVE-2021-3653 + - SAUCE: KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl + * [regression] USB device is not detected during boot (LP: #1939638) + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub" + * dev_forward_skb: do not scrub skb mark within the same name space + (LP: #1935040) + - dev_forward_skb: do not scrub skb mark within the same name space + * XPS 9510 (TGL) Screen Brightness could not be changed (LP: #1933566) + - SAUCE: drm/i915: Force DPCD backlight mode for Dell XPS 9510(TGL) + * Acer Aspire 5 sound driver issues (LP: #1930188) + - ALSA: hda/realtek: headphone and mic don't work on an Acer laptop + * Sony Dualshock 4 usb dongle crashes the whole system (LP: #1935846) + - HID: sony: Workaround for DS4 dongle hotplug kernel crash. + * [21.10 FEAT] KVM: Provide a secure guest indication (LP: #1933173) + - s390/uv: add prot virt guest/host indication files + - s390/uv: fix prot virt host indication compilation + * Skip rtcpie test in kselftests/timers if the default RTC device does not + exist (LP: #1937991) + - selftests: timers: rtcpie: skip test if default RTC device does not exist + * Focal update: v5.4.133 upstream stable release (LP: #1938713) + - drm/mxsfb: Don't select DRM_KMS_FB_HELPER + - drm/zte: Don't select DRM_KMS_FB_HELPER + - drm/amd/amdgpu/sriov disable all ip hw status by default + - drm/vc4: fix argument ordering in vc4_crtc_get_margins() + - net: pch_gbe: Use proper accessors to BE data in pch_ptp_match() + - drm/amd/display: fix use_max_lb flag for 420 pixel formats + - hugetlb: clear huge pte during flush function on mips platform + - atm: iphase: fix possible use-after-free in ia_module_exit() + - mISDN: fix possible use-after-free in HFC_cleanup() + - atm: nicstar: Fix possible use-after-free in nicstar_cleanup() + - net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT + - drm/mediatek: Fix PM reference leak in mtk_crtc_ddp_hw_init() + - reiserfs: add check for invalid 1st journal block + - drm/virtio: Fix double free on probe failure + - drm/sched: Avoid data corruptions + - udf: Fix NULL pointer dereference in udf_symlink function + - e100: handle eeprom as little endian + - igb: handle vlan types with checker enabled + - drm/bridge: cdns: Fix PM reference leak in cdns_dsi_transfer() + - clk: renesas: r8a77995: Add ZA2 clock + - clk: tegra: Ensure that PLLU configuration is applied properly + - ipv6: use prandom_u32() for ID generation + - RDMA/cxgb4: Fix missing error code in create_qp() + - dm space maps: don't reset space map allocation cursor when committing + - pinctrl: mcp23s08: fix race condition in irq handler + - ice: set the value of global config lock timeout longer + - virtio_net: Remove BUG() to avoid machine dead + - net: bcmgenet: check return value after calling platform_get_resource() + - net: mvpp2: check return value after calling platform_get_resource() + - net: micrel: check return value after calling platform_get_resource() + - drm/amd/display: Update scaling settings on modeset + - drm/amd/display: Release MST resources on switch from MST to SST + - drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7 + - drm/amdkfd: use allowed domain for vmbo validation + - fjes: check return value after calling platform_get_resource() + - selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC + - r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM + - drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check + - xfrm: Fix error reporting in xfrm_state_construct. + - wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP + - wl1251: Fix possible buffer overflow in wl1251_cmd_scan + - cw1200: add missing MODULE_DEVICE_TABLE + - bpf: Fix up register-based shifts in interpreter to silence KUBSAN + - mt76: mt7615: fix fixed-rate tx status reporting + - net: fix mistake path for netdev_features_strings + - net: sched: fix error return code in tcf_del_walker() + - drm/amdkfd: Walk through list with dqm lock hold + - rtl8xxxu: Fix device info for RTL8192EU devices + - atm: nicstar: use 'dma_free_coherent' instead of 'kfree' + - atm: nicstar: register the interrupt handler in the right place + - vsock: notify server to shutdown when client has pending signal + - RDMA/rxe: Don't overwrite errno from ib_umem_get() + - iwlwifi: mvm: don't change band on bound PHY contexts + - iwlwifi: pcie: free IML DMA memory allocation + - iwlwifi: pcie: fix context info freeing + - sfc: avoid double pci_remove of VFs + - sfc: error code if SRIOV cannot be disabled + - wireless: wext-spy: Fix out-of-bounds warning + - media, bpf: Do not copy more entries than user space requested + - net: ip: avoid OOM kills with large UDP sends over loopback + - RDMA/cma: Fix rdma_resolve_route() memory leak + - Bluetooth: btusb: Fixed too many in-token issue for Mediatek Chip. + - Bluetooth: Fix the HCI to MGMT status conversion table + - Bluetooth: Shutdown controller after workqueues are flushed or cancelled + - Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc. + - sctp: validate from_addr_param return + - sctp: add size validation when walking chunks + - MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops + - MIPS: set mips32r5 for virt extensions + - fscrypt: don't ignore minor_hash when hash is 0 + - crypto: ccp - Annotate SEV Firmware file names + - perf bench: Fix 2 memory sanitizer warnings + - powerpc/mm: Fix lockup on kernel exec fault + - powerpc/barrier: Avoid collision with clang's __lwsync macro + - drm/amdgpu: Update NV SIMD-per-CU to 2 + - drm/radeon: Add the missed drm_gem_object_put() in + radeon_user_framebuffer_create() + - drm/rockchip: dsi: remove extra component_del() call + - drm/amd/display: fix incorrrect valid irq check + - pinctrl/amd: Add device HID for new AMD GPIO controller + - drm/tegra: Don't set allow_fb_modifiers explicitly + - drm/msm/mdp4: Fix modifier support enabling + - drm/arm/malidp: Always list modifiers + - mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode + - mmc: core: clear flags before allowing to retune + - mmc: core: Allow UHS-I voltage switch for SDSC cards if supported + - ata: ahci_sunxi: Disable DIPM + - cpu/hotplug: Cure the cpusets trainwreck + - clocksource/arm_arch_timer: Improve Allwinner A64 timer workaround + - fpga: stratix10-soc: Add missing fpga_mgr_free() call + - MIPS: fix "mipsel-linux-ld: decompress.c:undefined reference to `memmove'" + - ASoC: tegra: Set driver_name=tegra for all machine drivers + - qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute + - ipmi/watchdog: Stop watchdog timer when the current action is 'none' + - thermal/drivers/int340x/processor_thermal: Fix tcc setting + - ubifs: Fix races between xattr_{set|get} and listxattr operations + - power: supply: ab8500: Fix an old bug + - nvmem: core: add a missing of_node_put + - extcon: intel-mrfld: Sync hardware and software state on init + - seq_buf: Fix overflow in seq_buf_putmem_hex() + - rq-qos: fix missed wake-ups in rq_qos_throttle try two + - tracing: Simplify & fix saved_tgids logic + - tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT + - ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe + - coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer() + - dm btree remove: assign new_root only when removal succeeds + - PCI: Leave Apple Thunderbolt controllers on for s2idle or standby + - PCI: aardvark: Fix checking for PIO Non-posted Request + - PCI: aardvark: Implement workaround for the readback value of VEND_ID + - media: subdev: disallow ioctl for saa6588/davinci + - media: dtv5100: fix control-request directions + - media: zr364xx: fix memory leak in zr364xx_start_readpipe + - media: gspca/sq905: fix control-request direction + - media: gspca/sunplus: fix zero-length control requests + - pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() + - jfs: fix GPF in diFree + - smackfs: restrict bytes count in smk_set_cipso() + - Linux 5.4.133 + * Focal update: v5.4.132 upstream stable release (LP: #1938199) + - ALSA: usb-audio: fix rate on Ozone Z90 USB headset + - ALSA: usb-audio: Fix OOB access at proc output + - ALSA: usb-audio: scarlett2: Fix wrong resume call + - ALSA: intel8x0: Fix breakage at ac97 clock measurement + - ALSA: hda/realtek: Add another ALC236 variant support + - ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx + - ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D + - ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too + - media: dvb-usb: fix wrong definition + - Input: usbtouchscreen - fix control-request directions + - net: can: ems_usb: fix use-after-free in ems_usb_disconnect() + - usb: gadget: eem: fix echo command packet response issue + - USB: cdc-acm: blacklist Heimann USB Appset device + - usb: dwc3: Fix debugfs creation flow + - usb: typec: Add the missed altmode_id_remove() in typec_register_altmode() + - xhci: solve a double free problem while doing s4 + - ntfs: fix validity check for file name attribute + - copy_page_to_iter(): fix ITER_DISCARD case + - iov_iter_fault_in_readable() should do nothing in xarray case + - Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl + - arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode + - ARM: dts: at91: sama5d4: fix pinctrl muxing + - btrfs: send: fix invalid path for unlink operations after parent + orphanization + - btrfs: clear defrag status of a root if starting transaction fails + - ext4: cleanup in-core orphan list if ext4_truncate() failed to get a + transaction handle + - ext4: fix kernel infoleak via ext4_extent_header + - ext4: return error code when ext4_fill_flex_info() fails + - ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit + - ext4: remove check for zero nr_to_scan in ext4_es_scan() + - ext4: fix avefreec in find_group_orlov + - ext4: use ext4_grp_locked_error in mb_find_extent + - can: gw: synchronize rcu operations before removing gw job entry + - can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after + RCU is done + - can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in + TX path + - mac80211: remove iwlwifi specific workaround that broke sta NDP tx + - SUNRPC: Fix the batch tasks count wraparound. + - SUNRPC: Should wake up the privileged task firstly. + - perf/smmuv3: Don't trample existing events with global filter + - KVM: PPC: Book3S HV: Workaround high stack usage with clang + - s390/cio: dont call css_wait_for_slow_path() inside a lock + - rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path + - iio: light: tcs3472: do not free unallocated IRQ + - iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA + as volatile, too + - iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR + - iio: ltr501: ltr501_read_ps(): add missing endianness conversion + - serial: mvebu-uart: fix calculation of clock divisor + - serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() + - serial_cs: Add Option International GSM-Ready 56K/ISDN modem + - serial_cs: remove wrong GLOBETROTTER.cis entry + - ath9k: Fix kernel NULL pointer dereference during ath_reset_internal() + - ssb: sdio: Don't overwrite const buffer if block_write fails + - rsi: Assign beacon rate settings to the correct rate_info descriptor field + - rsi: fix AP mode with WPA failure due to encrypted EAPOL + - tracing/histograms: Fix parsing of "sym-offset" modifier + - tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing + - seq_buf: Make trace_seq_putmem_hex() support data longer than 8 + - powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi() + - evm: Execute evm_inode_init_security() only when an HMAC key is loaded + - evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded + - fuse: ignore PG_workingset after stealing + - fuse: check connected before queueing on fpq->io + - fuse: reject internal errno + - spi: Make of_register_spi_device also set the fwnode + - media: mdk-mdp: fix pm_runtime_get_sync() usage count + - media: s5p: fix pm_runtime_get_sync() usage count + - media: sh_vou: fix pm_runtime_get_sync() usage count + - media: mtk-vcodec: fix PM runtime get logic + - media: s5p-jpeg: fix pm_runtime_get_sync() usage count + - media: sti/bdisp: fix pm_runtime_get_sync() usage count + - media: exynos-gsc: fix pm_runtime_get_sync() usage count + - spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' + - spi: spi-topcliff-pch: Fix potential double free in + pch_spi_process_messages() + - spi: omap-100k: Fix the length judgment problem + - regulator: uniphier: Add missing MODULE_DEVICE_TABLE + - hwrng: exynos - Fix runtime PM imbalance on error + - crypto: nx - add missing MODULE_DEVICE_TABLE + - media: sti: fix obj-$(config) targets + - media: cpia2: fix memory leak in cpia2_usb_probe + - media: cobalt: fix race condition in setting HPD + - media: pvrusb2: fix warning in pvr2_i2c_core_done + - media: imx: imx7_mipi_csis: Fix logging of only error event counters + - crypto: qat - check return code of qat_hal_rd_rel_reg() + - crypto: qat - remove unused macro in FW loader + - sched/fair: Fix ascii art by relpacing tabs + - media: em28xx: Fix possible memory leak of em28xx struct + - media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release + - media: bt8xx: Fix a missing check bug in bt878_probe + - media: st-hva: Fix potential NULL pointer dereferences + - Makefile: fix GDB warning with CONFIG_RELR + - media: dvd_usb: memory leak in cinergyt2_fe_attach + - memstick: rtsx_usb_ms: fix UAF + - mmc: sdhci-sprd: use sdhci_sprd_writew + - mmc: via-sdmmc: add a check against NULL pointer dereference + - crypto: shash - avoid comparing pointers to exported functions under CFI + - media: dvb_net: avoid speculation from net slot + - media: siano: fix device register error path + - media: imx-csi: Skip first few frames from a BT.656 source + - hwmon: (max31790) Report correct current pwm duty cycles + - hwmon: (max31790) Fix pwmX_enable attributes + - drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe() + - KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 + processors + - btrfs: fix error handling in __btrfs_update_delayed_inode + - btrfs: abort transaction if we fail to update the delayed inode + - btrfs: disable build on platforms having page size 256K + - locking/lockdep: Fix the dep path printing for backwards BFS + - lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage() + - KVM: s390: get rid of register asm usage + - regulator: mt6358: Fix vdram2 .vsel_mask + - regulator: da9052: Ensure enough delay time for .set_voltage_time_sel + - media: Fix Media Controller API config checks + - HID: do not use down_interruptible() when unbinding devices + - EDAC/ti: Add missing MODULE_DEVICE_TABLE + - ACPI: processor idle: Fix up C-state latency if not ordered + - hv_utils: Fix passing zero to 'PTR_ERR' warning + - lib: vsprintf: Fix handling of number field widths in vsscanf + - ACPI: EC: Make more Asus laptops use ECDT _GPE + - block_dump: remove block_dump feature in mark_inode_dirty() + - fs: dlm: cancel work sync othercon + - random32: Fix implicit truncation warning in prandom_seed_state() + - fs: dlm: fix memory leak when fenced + - ACPICA: Fix memory leak caused by _CID repair function + - ACPI: bus: Call kobject_put() in acpi_init() error path + - block: fix race between adding/removing rq qos and normal IO + - platform/x86: toshiba_acpi: Fix missing error code in + toshiba_acpi_setup_keyboard() + - nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() + - EDAC/Intel: Do not load EDAC driver when running as a guest + - PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() + - clocksource: Retry clock read if long delays detected + - ACPI: tables: Add custom DSDT file as makefile prerequisite + - HID: wacom: Correct base usage for capacitive ExpressKey status bits + - cifs: fix missing spinlock around update to ses->status + - block: fix discard request merge + - kthread_worker: fix return value when kthread_mod_delayed_work() races with + kthread_cancel_delayed_work_sync() + - ia64: mca_drv: fix incorrect array size calculation + - writeback, cgroup: increment isw_nr_in_flight before grabbing an inode + - media: s5p_cec: decrement usage count if disabled + - crypto: ixp4xx - dma_unmap the correct address + - crypto: ux500 - Fix error return code in hash_hw_final() + - sata_highbank: fix deferred probing + - pata_rb532_cf: fix deferred probing + - media: I2C: change 'RST' to "RSET" to fix multiple build errors + - sched/uclamp: Fix wrong implementation of cpu.uclamp.min + - sched/uclamp: Fix locking around cpu_util_update_eff() + - kbuild: run the checker after the compiler + - kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_ := n' + - pata_octeon_cf: avoid WARN_ON() in ata_host_activate() + - evm: fix writing /evm overflow + - crypto: ccp - Fix a resource leak in an error handling path + - media: rc: i2c: Fix an error message + - pata_ep93xx: fix deferred probing + - media: exynos4-is: Fix a use after free in isp_video_release + - media: au0828: fix a NULL vs IS_ERR() check + - media: tc358743: Fix error return code in tc358743_probe_of() + - media: gspca/gl860: fix zero-length control requests + - m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning + - media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() + - crypto: nitrox - fix unchecked variable in nitrox_register_interrupts + - crypto: omap-sham - Fix PM reference leak in omap sham ops + - mmc: usdhi6rol0: fix error return code in usdhi6_probe() + - arm64: consistently use reserved_pg_dir + - arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan + - media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx + - hwmon: (max31722) Remove non-standard ACPI device IDs + - hwmon: (max31790) Fix fan speed reporting for fan7..12 + - KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap + - regulator: hi655x: Fix pass wrong pointer to config.driver_data + - btrfs: clear log tree recovering status if starting transaction fails + - sched/rt: Fix RT utilization tracking during policy change + - sched/rt: Fix Deadline utilization tracking during policy change + - sched/uclamp: Fix uclamp_tg_restrict() + - spi: spi-sun6i: Fix chipselect/clock bug + - crypto: nx - Fix RCU warning in nx842_OF_upd_status + - ACPI: sysfs: Fix a buffer overrun problem with description_show() + - extcon: extcon-max8997: Fix IRQ freeing at error path + - blk-wbt: introduce a new disable state to prevent false positive by + rwb_enabled() + - blk-wbt: make sure throttle is enabled properly + - ACPI: Use DEVICE_ATTR_ macros + - ACPI: bgrt: Fix CFI violation + - cpufreq: Make cpufreq_online() call driver->offline() on errors + - ocfs2: fix snprintf() checking + - dax: fix ENOMEM handling in grab_mapping_entry() + - xfrm: xfrm_state_mtu should return at least 1280 for ipv6 + - video: fbdev: imxfb: Fix an error message + - net: mvpp2: Put fwnode in error case during ->probe() + - net: pch_gbe: Propagate error from devm_gpio_request_one() + - pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin + - pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities + - clk: meson: g12a: fix gp0 and hifi ranges + - net: ftgmac100: add missing error return code in ftgmac100_probe() + - drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in + cdn_dp_grf_write() + - drm/rockchip: dsi: move all lane config except LCDC mux to bind() + - ehea: fix error return code in ehea_restart_qps() + - net/sched: act_vlan: Fix modify to allow 0 + - RDMA/core: Sanitize WQ state received from the userspace + - RDMA/rxe: Fix failure during driver load + - drm: qxl: ensure surf.data is ininitialized + - tools/bpftool: Fix error return code in do_batch() + - ath10k: go to path err_unsupported when chip id is not supported + - ath10k: add missing error return code in ath10k_pci_probe() + - wireless: carl9170: fix LEDS build errors & warnings + - ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others + - wcn36xx: Move hal_buf allocation to devm_kmalloc in probe + - ssb: Fix error return code in ssb_bus_scan() + - brcmfmac: fix setting of station info chains bitmask + - brcmfmac: correctly report average RSSI in station info + - brcmsmac: mac80211_if: Fix a resource leak in an error handling path + - ath10k: Fix an error code in ath10k_add_interface() + - netlabel: Fix memory leak in netlbl_mgmt_add_common + - RDMA/mlx5: Don't add slave port to unaffiliated list + - netfilter: nft_exthdr: check for IPv6 packet before further processing + - netfilter: nft_osf: check for TCP packet before further processing + - netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols + - RDMA/rxe: Fix qp reference counting for atomic ops + - samples/bpf: Fix the error return code of xdp_redirect's main() + - net: ethernet: aeroflex: fix UAF in greth_of_remove + - net: ethernet: ezchip: fix UAF in nps_enet_remove + - net: ethernet: ezchip: fix error handling + - vrf: do not push non-ND strict packets with a source LLA through packet taps + again + - net: sched: add barrier to ensure correct ordering for lockless qdisc + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE + - pkt_sched: sch_qfq: fix qfq_change_class() error path + - vxlan: add missing rcu_read_lock() in neigh_reduce() + - net/ipv4: swap flow ports when validating source + - tc-testing: fix list handling + - ieee802154: hwsim: Fix memory leak in hwsim_add_one + - ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() + - mac80211: remove iwlwifi specific workaround NDPs of null_response + - net: bcmgenet: Fix attaching to PYH failed on RPi 4B + - ipv6: exthdrs: do not blindly use init_net + - bpf: Do not change gso_size during bpf_skb_change_proto() + - i40e: Fix error handling in i40e_vsi_open + - i40e: Fix autoneg disabling for non-10GBaseT links + - Revert "ibmvnic: remove duplicate napi_schedule call in open function" + - ibmvnic: free tx_pool if tso_pool alloc fails + - ipv6: fix out-of-bound access in ip6_parse_tlv() + - e1000e: Check the PCIm state + - bpfilter: Specify the log level for the kmsg message + - gve: Fix swapped vars when fetching max queues + - Revert "be2net: disable bh with spin_lock in be_process_mcc" + - Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid + - Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event + - clk: actions: Fix UART clock dividers on Owl S500 SoC + - clk: actions: Fix SD clocks factor table on Owl S500 SoC + - clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC + - clk: si5341: Avoid divide errors due to bogus register contents + - clk: si5341: Update initialization magic + - writeback: fix obtain a reference to a freeing memcg css + - net: lwtunnel: handle MTU calculation in forwading + - net: sched: fix warning in tcindex_alloc_perfect_hash + - RDMA/mlx5: Don't access NULL-cleared mpi pointer + - MIPS: Fix PKMAP with 32-bit MIPS huge page support + - staging: fbtft: Rectify GPIO handling + - rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread() + - tty: nozomi: Fix a resource leak in an error handling function + - mwifiex: re-fix for unaligned accesses + - iio: adis_buffer: do not return ints in irq handlers + - iio: adis16400: do not return ints in irq handlers + - iio: accel: bma180: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: accel: bma220: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: accel: hid: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: accel: kxcjk-1013: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read calls + - iio: accel: mxc4005: Fix overread of data and alignment issue. + - iio: accel: stk8312: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: accel: stk8ba50: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: adc: ti-ads1015: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: adc: vf610: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: gyro: bmg160: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: humidity: am2315: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: prox: srf08: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: prox: pulsed-light: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: prox: as3935: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: magn: hmc5843: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: magn: bmc150: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: light: isl29125: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: light: tcs3414: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: light: tcs3472: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: cros_ec_sensors: Fix alignment of buffer in + iio_push_to_buffers_with_timestamp() + - iio: potentiostat: lmp91000: Fix alignment of buffer in + iio_push_to_buffers_with_timestamp() + - ASoC: rk3328: fix missing clk_disable_unprepare() on error in + rk3328_platform_probe() + - ASoC: hisilicon: fix missing clk_disable_unprepare() on error in + hi6210_i2s_startup() + - backlight: lm3630a_bl: Put fwnode in error case during ->probe() + - ASoC: rsnd: tidyup loop on rsnd_adg_clk_query() + - Input: hil_kbd - fix error return code in hil_dev_connect() + - mtd: partitions: redboot: seek fis-index-block in the right node + - char: pcmcia: error out if 'num_bytes_read' is greater than 4 in + set_protocol() + - firmware: stratix10-svc: Fix a resource leak in an error handling path + - tty: nozomi: Fix the error handling path of 'nozomi_card_init()' + - leds: lm3532: select regmap I2C API + - leds: lm36274: cosmetic: rename lm36274_data to chip + - leds: lm3692x: Put fwnode in any case during ->probe() + - scsi: FlashPoint: Rename si_flags field + - fsi: core: Fix return of error values on failures + - fsi: scom: Reset the FSI2PIB engine for any error + - fsi: occ: Don't accept response from un-initialized OCC + - fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE + - fsi/sbefifo: Fix reset timeout + - visorbus: fix error return code in visorchipset_init() + - s390: appldata depends on PROC_SYSCTL + - iommu/dma: Fix IOVA reserve dma ranges + - ASoC: mediatek: mtk-btcvsd: Fix an error handling path in + 'mtk_btcvsd_snd_probe()' + - usb: gadget: f_fs: Fix setting of device and driver data cross-references + - usb: dwc2: Don't reset the core after setting turnaround time + - eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() + - eeprom: idt_89hpesx: Restore printing the unsupported fwnode name + - iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper + - iio: adc: at91-sama5d2: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: adc: hx711: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: adc: mxs-lradc: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: adc: ti-ads8688: Fix alignment of buffer in + iio_push_to_buffers_with_timestamp() + - iio: magn: rm3100: Fix alignment of buffer in + iio_push_to_buffers_with_timestamp() + - staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt() + - staging: gdm724x: check for overflow in gdm_lte_netif_rx() + - staging: rtl8712: remove redundant check in r871xu_drv_init + - staging: rtl8712: fix memory leak in rtl871x_load_fw_cb + - staging: mt7621-dts: fix pci address for PCI memory range + - serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates + - iio: light: vcnl4035: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - iio: prox: isl29501: Fix buffer alignment in + iio_push_to_buffers_with_timestamp() + - ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK + - of: Fix truncation of memory sizes on 32-bit platforms + - mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in + marvell_nfc_resume() + - scsi: mpt3sas: Fix error return value in _scsih_expander_add() + - soundwire: stream: Fix test for DP prepare complete + - phy: uniphier-pcie: Fix updating phy parameters + - phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() + - extcon: sm5502: Drop invalid register write in sm5502_reg_data + - extcon: max8997: Add missing modalias string + - ASoC: atmel-i2s: Fix usage of capture and playback at the same time + - configfs: fix memleak in configfs_release_bin_file + - leds: as3645a: Fix error return code in as3645a_parse_node() + - leds: ktd2692: Fix an error handling path + - powerpc: Offline CPU in stop_this_cpu() + - serial: mvebu-uart: do not allow changing baudrate when uartclk is not + available + - serial: mvebu-uart: correctly calculate minimal possible baudrate + - arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART + - vfio/pci: Handle concurrent vma faults + - mm/huge_memory.c: don't discard hugepage if other processes are mapping it + - mm/z3fold: fix potential memory leak in z3fold_destroy_pool() + - selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random + - perf llvm: Return -ENOMEM when asprintf() fails + - scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() + - mmc: block: Disable CMDQ on the ioctl path + - mmc: vub3000: fix control-request direction + - scsi: core: Retry I/O for Notify (Enable Spinup) Required error + - iommu/dma: Fix compile warning in 32-bit builds + - Linux 5.4.132 + * Keyboard not working (LP: #1909814) // Focal update: v5.4.132 upstream + stable release (LP: #1938199) + - ACPI: resources: Add checks for ACPI IRQ override + * Focal update: v5.4.131 upstream stable release (LP: #1936245) + - KVM: SVM: Periodically schedule when unregistering regions on destroy + - s390/stack: fix possible register corruption with stack switch helper + - KVM: SVM: Call SEV Guest Decommission if ASID binding fails + - xen/events: reset active flag for lateeoi events later + - Linux 5.4.131 + * Focal update: v5.4.130 upstream stable release (LP: #1936244) + - scsi: sr: Return appropriate error code when disk is ejected + - drm/nouveau: fix dma_address check for CPU/GPU sync + - gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP + - RDMA/mlx5: Block FDB rules when not in switchdev mode + - Linux 5.4.130 + * Focal update: v5.4.129 upstream stable release (LP: #1936242) + - module: limit enabling module.sig_enforce + - drm/nouveau: wait for moving fence after pinning v2 + - drm/radeon: wait for moving fence after pinning + - ARM: 9081/1: fix gcc-10 thumb2-kernel regression + - mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk + - kbuild: add CONFIG_LD_IS_LLD + - arm64: link with -z norelro for LLD or aarch64-elf + - MIPS: generic: Update node names to avoid unit addresses + - spi: spi-nxp-fspi: move the register operation after the clock enable + - Revert "PCI: PM: Do not read power state in pci_enable_device_flags()" + - dmaengine: zynqmp_dma: Fix PM reference leak in + zynqmp_dma_alloc_chan_resourc() + - mac80211: remove warning in ieee80211_get_sband() + - mac80211_hwsim: drop pending frames on stop + - cfg80211: call cfg80211_leave_ocb when switching away from OCB + - dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe() + - dmaengine: mediatek: free the proper desc in desc_free handler + - dmaengine: mediatek: do not issue a new desc if one is still current + - dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma + - net: ipv4: Remove unneed BUG() function + - mac80211: drop multicast fragments + - net: ethtool: clear heap allocations for ethtool function + - ping: Check return value of function 'ping_queue_rcv_skb' + - inet: annotate date races around sk->sk_txhash + - net: phy: dp83867: perform soft reset and retain established link + - net: caif: fix memory leak in ldisc_open + - net/packet: annotate accesses to po->bind + - net/packet: annotate accesses to po->ifindex + - r8152: Avoid memcpy() over-reading of ETH_SS_STATS + - sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS + - r8169: Avoid memcpy() over-reading of ETH_SS_STATS + - KVM: selftests: Fix kvm_check_cap() assertion + - net: qed: Fix memcpy() overflow of qed_dcbx_params() + - recordmcount: Correct st_shndx handling + - PCI: Add AMD RS690 quirk to enable 64-bit DMA + - net: ll_temac: Add memory-barriers for TX BD access + - net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY + - pinctrl: stm32: fix the reported number of GPIO lines per bank + - nilfs2: fix memory leak in nilfs_sysfs_delete_device_group + - KVM: do not allow mapping valid but non-reference-counted pages + - i2c: robotfuzz-osif: fix control-request directions + - kthread_worker: split code for canceling the delayed work timer + - kthread: prevent deadlock when kthread_mod_delayed_work() races with + kthread_cancel_delayed_work_sync() + - mm: add VM_WARN_ON_ONCE_PAGE() macro + - mm/rmap: remove unneeded semicolon in page_not_mapped() + - mm/rmap: use page_not_mapped in try_to_unmap() + - mm, thp: use head page in __migration_entry_wait() + - mm/thp: fix __split_huge_pmd_locked() on shmem migration entry + - mm/thp: make is_huge_zero_pmd() safe and quicker + - mm/thp: try_to_unmap() use TTU_SYNC for safe splitting + - mm/thp: fix vma_address() if virtual address below file offset + - mm/thp: fix page_address_in_vma() on file THP tails + - mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() + - mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split + - mm: page_vma_mapped_walk(): use page for pvmw->page + - mm: page_vma_mapped_walk(): settle PageHuge on entry + - mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd + - mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block + - mm: page_vma_mapped_walk(): crossing page table boundary + - mm: page_vma_mapped_walk(): add a level of indentation + - mm: page_vma_mapped_walk(): use goto instead of while (1) + - mm: page_vma_mapped_walk(): get vma_address_end() earlier + - mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes + - mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() + - mm, futex: fix shared futex pgoff on shmem huge page + - [Config] enable CONFIG_SYSTEM_REVOCATION_LIST + - certs: Add EFI_CERT_X509_GUID support for dbx entries + - certs: Move load_system_certificate_list to a common function + - Linux 5.4.129 + * Patch To Fix Bug in the Linux Block Layer Responsible For Merging BIOs + (LP: #1931497) + - block: return the correct bvec when checking for gaps + + -- Tim Gardner Fri, 20 Aug 2021 08:15:10 -0600 + +linux-aws (5.4.0-1055.58) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1055.58 -proposed tracker (LP: #1936512) + + * Enable v4l2loopback (LP: #1935052) + - [Config] aws: CONFIG_MEDIA_CAMERA_SUPPORT=y + + [ Ubuntu: 5.4.0-81.91 ] + + * Packaging resync (LP: #1786013) + - update dkms package versions + * large_dir in ext4 broken (LP: #1933074) + - SAUCE: ext4: fix directory index node split corruption + * Some test in kselftest/net on focal source tree were not tested at all + (LP: #1934282) + - selftests/net: add missing tests to Makefile + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427) + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293) + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test" + * icmp_redirect.sh in net from ubuntu_kernel_selftests failed on F-OEM-5.6 / + F-OEM-5.10 / F-OEM-5.13 / F / G / H (LP: #1880645) + - selftests: icmp_redirect: support expected failures + * Focal update: v5.4.128 upstream stable release (LP: #1934179) + - dmaengine: ALTERA_MSGDMA depends on HAS_IOMEM + - dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM + - dmaengine: stedma40: add missing iounmap() on error in d40_probe() + - afs: Fix an IS_ERR() vs NULL check + - mm/memory-failure: make sure wait for page writeback in memory_failure + - kvm: LAPIC: Restore guard to prevent illegal APIC register access + - batman-adv: Avoid WARN_ON timing related checks + - net: ipv4: fix memory leak in netlbl_cipsov4_add_std + - vrf: fix maximum MTU + - net: rds: fix memory leak in rds_recvmsg + - net: lantiq: disable interrupt before sheduling NAPI + - udp: fix race between close() and udp_abort() + - rtnetlink: Fix regression in bridge VLAN configuration + - net/sched: act_ct: handle DNAT tuple collision + - net/mlx5e: Remove dependency in IPsec initialization flows + - net/mlx5e: Fix page reclaim for dead peer hairpin + - net/mlx5: Consider RoCE cap before init RDMA resources + - net/mlx5e: allow TSO on VXLAN over VLAN topologies + - net/mlx5e: Block offload of outer header csum for UDP tunnels + - netfilter: synproxy: Fix out of bounds when parsing TCP options + - sch_cake: Fix out of bounds when parsing TCP options and header + - alx: Fix an error handling path in 'alx_probe()' + - net: stmmac: dwmac1000: Fix extended MAC address registers definition + - net: make get_net_ns return error if NET_NS is disabled + - qlcnic: Fix an error handling path in 'qlcnic_probe()' + - netxen_nic: Fix an error handling path in 'netxen_nic_probe()' + - net: qrtr: fix OOB Read in qrtr_endpoint_post + - ptp: improve max_adj check against unreasonable values + - net: cdc_ncm: switch to eth%d interface naming + - lantiq: net: fix duplicated skb in rx descriptor ring + - net: usb: fix possible use-after-free in smsc75xx_bind + - net: fec_ptp: fix issue caused by refactor the fec_devtype + - net: ipv4: fix memory leak in ip_mc_add1_src + - net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock + - be2net: Fix an error handling path in 'be_probe()' + - net: hamradio: fix memory leak in mkiss_close + - net: cdc_eem: fix tx fixup skb leak + - cxgb4: fix wrong shift. + - bnxt_en: Rediscover PHY capabilities after firmware reset + - bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path + - icmp: don't send out ICMP messages with a source address of 0.0.0.0 + - net: ethernet: fix potential use-after-free in ec_bhf_remove + - regulator: bd70528: Fix off-by-one for buck123 .n_voltages setting + - ASoC: rt5659: Fix the lost powers for the HDA header + - spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd() + - pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled + - radeon: use memcpy_to/fromio for UVD fw upload + - hwmon: (scpi-hwmon) shows the negative temperature properly + - can: bcm: fix infoleak in struct bcm_msg_head + - can: bcm/raw/isotp: use per module netdevice notifier + - can: j1939: fix Use-after-Free, hold skb ref while in use + - can: mcba_usb: fix memory leak in mcba_usb + - usb: core: hub: Disable autosuspend for Cypress CY7C65632 + - tracing: Do not stop recording cmdlines when tracing is off + - tracing: Do not stop recording comms if the trace file is being read + - tracing: Do no increment trace_clock_global() by one + - PCI: Mark TI C667X to avoid bus reset + - PCI: Mark some NVIDIA GPUs to avoid bus reset + - PCI: aardvark: Don't rely on jiffies while holding spinlock + - PCI: aardvark: Fix kernel panic during PIO transfer + - PCI: Add ACS quirk for Broadcom BCM57414 NIC + - PCI: Work around Huawei Intelligent NIC VF FLR erratum + - KVM: x86: Immediately reset the MMU context when the SMM flag is cleared + - ARCv2: save ABI registers across signal handling + - x86/process: Check PF_KTHREAD and not current->mm for kernel threads + - x86/pkru: Write hardware init value to PKRU when xstate is init + - x86/fpu: Reset state for all signal restore failures + - dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc + - cfg80211: make certificate generation more robust + - cfg80211: avoid double free of PMSR request + - net: ll_temac: Make sure to free skb when it is completely used + - net: ll_temac: Fix TX BD buffer overwrite + - net: bridge: fix vlan tunnel dst null pointer dereference + - net: bridge: fix vlan tunnel dst refcnt when egressing + - mm/slub: clarify verification reporting + - mm/slub: fix redzoning for small allocations + - mm/slub.c: include swab.h + - net: stmmac: disable clocks in stmmac_remove_config_dt() + - net: fec_ptp: add clock rate zero check + - tools headers UAPI: Sync linux/in.h copy with the kernel sources + - KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read + - ARM: OMAP: replace setup_irq() by request_irq() + - clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support + - clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap issue + - clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940 + - usb: dwc3: debugfs: Add and remove endpoint dirs dynamically + - usb: dwc3: core: fix kernel panic when do reboot + - Linux 5.4.128 + * linux-azure CIFS DFS oops (LP: #1935833) + - cifs: get rid of unused parameter in reconn_setup_dfs_targets() + - cifs: handle empty list of targets in cifs_reconnect() + * pmtu.sh from net in ubuntu_kernel_selftests failed with no error message + (LP: #1887661) + - selftests: pmtu.sh: improve the test result processing + * cifs: On cifs_reconnect, resolve the hostname again (LP: #1929831) + - cifs: rename reconn_inval_dfs_target() + - cifs: Simplify reconnect code when dfs upcall is enabled + - cifs: Avoid error pointer dereference + - cifs: On cifs_reconnect, resolve the hostname again. + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367) + - (upstream) media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K + * Focal update: v5.4.127 upstream stable release (LP: #1933851) + - net: ieee802154: fix null deref in parse dev addr + - HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65 + - HID: hid-input: add mapping for emoji picker key + - HID: hid-sensor-hub: Return error for hid_set_field() failure + - HID: quirks: Add quirk for Lenovo optical mouse + - HID: multitouch: set Stylus suffix for Stylus-application devices, too + - HID: Add BUS_VIRTUAL to hid_connect logging + - HID: usbhid: fix info leak in hid_submit_ctrl + - drm/tegra: sor: Do not leak runtime PM reference + - ARM: OMAP2+: Fix build warning when mmc_omap is not built + - gfs2: Prevent direct-I/O write fallback errors from getting lost + - HID: gt683r: add missing MODULE_DEVICE_TABLE + - riscv: Use -mno-relax when using lld linker + - gfs2: Fix use-after-free in gfs2_glock_shrink_scan + - scsi: target: core: Fix warning on realtime kernels + - ethernet: myri10ge: Fix missing error code in myri10ge_probe() + - scsi: qedf: Do not put host in qedf_vport_create() unconditionally + - scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V + - nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues() + - nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() + fails + - nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue() + - net: ipconfig: Don't override command-line hostnames or domains + - drm/amd/display: Allow bandwidth validation for 0 streams. + - rtnetlink: Fix missing error code in rtnl_bridge_notify() + - net/x25: Return the correct errno code + - net: Return the correct errno code + - fib: Return the correct errno code + - Linux 5.4.127 + * Focal update: v5.4.126 upstream stable release (LP: #1933369) + - proc: Check /proc/$pid/attr/ writes against file opener + - proc: Track /proc/$pid/attr/ opener mm_struct + - ASoC: max98088: fix ni clock divider calculation + - spi: Fix spi device unregister flow + - net/nfc/rawsock.c: fix a permission check bug + - usb: cdns3: Fix runtime PM imbalance on error + - ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L tablet + - ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830 tablet + - vfio-ccw: Serialize FSM IDLE state with I/O completion + - ASoC: sti-sas: add missing MODULE_DEVICE_TABLE + - spi: sprd: Add missing MODULE_DEVICE_TABLE + - isdn: mISDN: netjet: Fix crash in nj_probe: + - bonding: init notify_work earlier to avoid uninitialized use + - netlink: disable IRQs for netlink_lock_table() + - net: mdiobus: get rid of a BUG_ON() + - cgroup: disable controllers at parse time + - wq: handle VM suspension in stall detection + - net/qla3xxx: fix schedule while atomic in ql_sem_spinlock + - RDS tcp loopback connection can hang + - scsi: bnx2fc: Return failure if io_req is already in ABTS processing + - scsi: vmw_pvscsi: Set correct residual data length + - scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq + - scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal + - net: macb: ensure the device is available before accessing GEMGXL control + registers + - net: appletalk: cops: Fix data race in cops_probe1 + - net: dsa: microchip: enable phy errata workaround on 9567 + - nvme-fabrics: decode host pathing error for connect + - MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACER + - dm verity: fix require_signatures module_param permissions + - bnx2x: Fix missing error code in bnx2x_iov_init_one() + - nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME + - powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers + - powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers + - spi: Don't have controller clean up spi device before driver unbind + - spi: Cleanup on failure of initial setup + - i2c: mpc: Make use of i2c_recover_bus() + - i2c: mpc: implement erratum A-004447 workaround + - x86/boot: Add .text.* to setup.ld + - spi: bcm2835: Fix out-of-bounds access with more than 4 slaves + - drm: Fix use-after-free read in drm_getunique() + - drm: Lock pointer access in drm_master_release() + - kvm: avoid speculation-based attacks from out-of-range memslot accesses + - staging: rtl8723bs: Fix uninitialized variables + - btrfs: return value from btrfs_mark_extent_written() in case of error + - btrfs: promote debugging asserts to full-fledged checks in validate_super + - cgroup1: don't allow '\n' in renaming + - USB: f_ncm: ncm_bitrate (speed) is unsigned + - usb: f_ncm: only first packet of aggregate needs to start timer + - usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms + - usb: dwc3: ep0: fix NULL pointer exception + - usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling + - usb: typec: wcove: Use LE to CPU conversion when accessing msg->header + - usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path + - usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind + - USB: serial: ftdi_sio: add NovaTech OrionMX product ID + - USB: serial: omninet: add device id for Zyxel Omni 56K Plus + - USB: serial: quatech2: fix control-request directions + - USB: serial: cp210x: fix alternate function for CP2102N QFN20 + - usb: gadget: eem: fix wrong eem header operation + - usb: fix various gadgets null ptr deref on 10gbps cabling. + - usb: fix various gadget panics on 10gbps cabling + - regulator: core: resolve supply for boot-on/always-on regulators + - regulator: max77620: Use device_set_of_node_from_dev() + - usb: typec: mux: Fix copy-paste mistake in typec_mux_match + - RDMA/ipoib: Fix warning caused by destroying non-initial netns + - RDMA/mlx4: Do not map the core_clock page to user space unless enabled + - vmlinux.lds.h: Avoid orphan section with !SMP + - perf: Fix data race between pin_count increment/decrement + - sched/fair: Make sure to update tg contrib for blocked load + - KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message + - IB/mlx5: Fix initializing CQ fragments buffer + - NFS: Fix a potential NULL dereference in nfs_get_client() + - NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() + - perf session: Correct buffer copying when peeking events + - kvm: fix previous commit for 32-bit builds + - NFS: Fix use-after-free in nfs4_init_client() + - NFSv4: Fix second deadlock in nfs4_evict_inode() + - NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. + - scsi: core: Fix error handling of scsi_host_alloc() + - scsi: core: Fix failure handling of scsi_add_host_with_dma() + - scsi: core: Put .shost_dev in failure path if host state changes to RUNNING + - scsi: core: Only put parent device if host state differs from SHOST_CREATED + - ftrace: Do not blindly read the ip address in ftrace_bug() + - tracing: Correct the length check which causes memory corruption + - proc: only require mm_struct for writing + - Linux 5.4.126 + * Focal update: v5.4.125 upstream stable release (LP: #1932957) + - btrfs: tree-checker: do not error out if extent ref hash doesn't match + - net: usb: cdc_ncm: don't spew notifications + - ALSA: usb: update old-style static const declaration + - nl80211: validate key indexes for cfg80211_registered_device + - hwmon: (dell-smm-hwmon) Fix index values + - netfilter: conntrack: unregister ipv4 sockopts on error unwind + - efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared + - efi: cper: fix snprintf() use in cper_dimm_err_location() + - vfio/pci: Fix error return code in vfio_ecap_init() + - vfio/pci: zap_vma_ptes() needs MMU + - samples: vfio-mdev: fix error handing in mdpy_fb_probe() + - vfio/platform: fix module_put call in error flow + - ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service + - HID: pidff: fix error return code in hid_pidff_init() + - HID: i2c-hid: fix format string mismatch + - net/sched: act_ct: Fix ct template allocation for zone 0 + - ACPICA: Clean up context mutex during object deletion + - netfilter: nft_ct: skip expectations for confirmed conntrack + - netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches + - ieee802154: fix error return code in ieee802154_add_iface() + - ieee802154: fix error return code in ieee802154_llsec_getparams() + - ixgbevf: add correct exception tracing for XDP + - ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions + - ice: write register with correct offset + - ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared + - ice: Allow all LLDP packets from PF to Tx + - i2c: qcom-geni: Add shutdown callback for i2c + - i40e: optimize for XDP_REDIRECT in xsk path + - i40e: add correct exception tracing for XDP + - arm64: dts: ls1028a: fix memory node + - arm64: dts: zii-ultra: fix 12V_MAIN voltage + - ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property + - ARM: dts: imx7d-pico: Fix the 'tuning-step' property + - ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells + - bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act + - tipc: add extack messages for bearer/media failure + - tipc: fix unique bearer names sanity check + - Bluetooth: fix the erroneous flush_work() order + - Bluetooth: use correct lock to prevent UAF of hdev object + - net: caif: added cfserl_release function + - net: caif: add proper error handling + - net: caif: fix memory leak in caif_device_notify + - net: caif: fix memory leak in cfusbl_device_notify + - HID: i2c-hid: Skip ELAN power-on command after reset + - HID: magicmouse: fix NULL-deref on disconnect + - HID: multitouch: require Finger field to mark Win8 reports as MT + - ALSA: timer: Fix master timer notification + - ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx + - ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch + - ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators + - ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed + - usb: dwc2: Fix build in periphal-only mode + - pid: take a reference when initializing `cad_pid` + - ocfs2: fix data corruption by fallocate + - nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect + - drm/amdgpu: Don't query CE and UE errors + - drm/amdgpu: make sure we unpin the UVD BO + - x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing + - btrfs: mark ordered extent and inode with error if we fail to finish + - btrfs: fix error handling in btrfs_del_csums + - btrfs: return errors from btrfs_del_csums in cleanup_ref_head + - btrfs: fixup error handling in fixup_inode_link_counts + - mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY + - bnxt_en: Remove the setting of dev_port. + - mm: add thp_order + - XArray: add xa_get_order + - XArray: add xas_split + - mm/filemap: fix storing to a THP shadow entry + - btrfs: fix unmountable seed device after fstrim + - KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode + - KVM: arm64: Fix debug register indexing + - lib/lz4: explicitly support in-place decompression + - xen-pciback: redo VF placement in the virtual topology + - i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops + - neighbour: allow NUD_NOARP entries to be forced GCed + - Linux 5.4.125 + + -- Tim Gardner Fri, 23 Jul 2021 09:31:03 -0600 + +linux-aws (5.4.0-1054.57) focal; urgency=medium + + [ Ubuntu: 5.4.0-80.90 ] + + * CVE-2021-33909 + - SAUCE: seq_file: Disallow extremely large seq buffer allocations + + -- Thadeu Lima de Souza Cascardo Wed, 14 Jul 2021 16:17:12 -0300 + +linux-aws (5.4.0-1053.55) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1053.55 -proposed tracker (LP: #1934318) + + [ Ubuntu: 5.4.0-79.88 ] + + * focal/linux: 5.4.0-79.88 -proposed tracker (LP: #1934343) + * lxd exec fails (LP: #1934187) + - SAUCE: Revert "proc: Check /proc/$pid/attr/ writes against file opener" + + -- Stefan Bader Fri, 02 Jul 2021 16:40:33 +0200 + +linux-aws (5.4.0-1052.54) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1052.54 -proposed tracker (LP: #1932453) + + [ Ubuntu: 5.4.0-78.87 ] + + * focal/linux: 5.4.0-78.87 -proposed tracker (LP: #1932478) + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + - update dkms package versions + * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081) + - [Packaging]: Add kernel command line condition to hv-kvp-daemon service + * QLogic Direct-Connect host can't discover SCSI-FC or NVMe/FC devices + (LP: #1860724) + - scsi: qla2xxx: Serialize fc_port alloc in N2N + - scsi: qla2xxx: Set Nport ID for N2N + - scsi: qla2xxx: Fix point-to-point (N2N) device discovery issue + - scsi: qla2xxx: Fix N2N and NVMe connect retry failure + * [SRU] Add support for E810 NIC to Ice Driver in Focal (LP: #1912511) + - ice: add additional E810 device id + * Focal update: v5.4.124 upstream stable release (LP: #1931166) + - ALSA: hda/realtek: Headphone volume is controlled by Front mixer + - ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci + - ALSA: usb-audio: scarlett2: Improve driver startup messages + - cifs: set server->cipher_type to AES-128-CCM for SMB3.0 + - NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() + - iommu/vt-d: Fix sysfs leak in alloc_iommu() + - perf intel-pt: Fix sample instruction bytes + - perf intel-pt: Fix transaction abort handling + - perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top + Calls by elapsed Time report + - perf scripts python: exported-sql-viewer.py: Fix Array TypeError + - perf scripts python: exported-sql-viewer.py: Fix warning display + - proc: Check /proc/$pid/attr/ writes against file opener + - net: hso: fix control-request directions + - ath10k: Validate first subframe of A-MSDU before processing the list + - dm snapshot: properly fix a crash when an origin has no snapshots + - drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate + - drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate + - drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate + - selftests/gpio: Use TEST_GEN_PROGS_EXTENDED + - selftests/gpio: Move include of lib.mk up + - selftests/gpio: Fix build when source tree is read only + - kgdb: fix gcc-11 warnings harder + - Documentation: seccomp: Fix user notification documentation + - serial: core: fix suspicious security_locked_down() call + - misc/uss720: fix memory leak in uss720_probe + - thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue + - mei: request autosuspend after sending rx flow control + - staging: iio: cdc: ad7746: avoid overwrite of num_channels + - iio: gyro: fxas21002c: balance runtime power in error path + - iio: adc: ad7768-1: Fix too small buffer passed to + iio_push_to_buffers_with_timestamp() + - iio: adc: ad7124: Fix missbalanced regulator enable / disable on error. + - iio: adc: ad7124: Fix potential overflow due to non sequential channel + numbers + - iio: adc: ad7793: Add missing error code in ad7793_setup() + - serial: 8250_pci: Add support for new HPE serial device + - serial: 8250_pci: handle FL_NOIRQ board flag + - USB: trancevibrator: fix control-request direction + - USB: usbfs: Don't WARN about excessively large memory allocations + - serial: tegra: Fix a mask operation that is always true + - serial: sh-sci: Fix off-by-one error in FIFO threshold register setting + - serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' + - USB: serial: ti_usb_3410_5052: add startech.com device id + - USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011 + - USB: serial: ftdi_sio: add IDs for IDS GmbH Products + - USB: serial: pl2303: add device id for ADLINK ND-6530 GC + - thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID + - usb: dwc3: gadget: Properly track pending and queued SG + - usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen() + - net: usb: fix memory leak in smsc75xx_bind + - spi: spi-geni-qcom: Fix use-after-free on unbind + - Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails + - fs/nfs: Use fatal_signal_pending instead of signal_pending + - NFS: fix an incorrect limit in filelayout_decode_layout() + - NFS: Fix an Oopsable condition in __nfs_pageio_add_request() + - NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() + - NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config + - drm/meson: fix shutdown crash when component not probed + - net/mlx5e: Fix multipath lag activation + - net/mlx5e: Fix nullptr in add_vlan_push_action() + - net/mlx4: Fix EEPROM dump support + - Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" + - tipc: wait and exit until all work queues are done + - tipc: skb_linearize the head skb when reassembling msgs + - spi: spi-fsl-dspi: Fix a resource leak in an error handling path + - net: dsa: mt7530: fix VLAN traffic leaks + - net: dsa: fix a crash if ->get_sset_count() fails + - net: dsa: sja1105: error out on unsupported PHY mode + - i2c: s3c2410: fix possible NULL pointer deref on read message after write + - i2c: i801: Don't generate an interrupt on bus reset + - i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E + - perf jevents: Fix getting maximum number of fds + - platform/x86: hp_accel: Avoid invoking _INI to speed up resume + - gpio: cadence: Add missing MODULE_DEVICE_TABLE + - Revert "media: usb: gspca: add a missed check for goto_low_power" + - Revert "ALSA: sb: fix a missing check of snd_ctl_add" + - Revert "serial: max310x: pass return value of spi_register_driver" + - serial: max310x: unregister uart driver in case of failure and abort + - Revert "net: fujitsu: fix a potential NULL pointer dereference" + - net: fujitsu: fix potential null-ptr-deref + - Revert "net/smc: fix a NULL pointer dereference" + - net: caif: remove BUG_ON(dev == NULL) in caif_xmit + - Revert "char: hpet: fix a missing check of ioremap" + - char: hpet: add checks after calling ioremap + - Revert "ALSA: gus: add a check of the status of snd_ctl_add" + - Revert "ALSA: usx2y: Fix potential NULL pointer dereference" + - Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference" + - isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io + - Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()" + - ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() + - Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc" + - isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info + - Revert "dmaengine: qcom_hidma: Check for driver register failure" + - dmaengine: qcom_hidma: comment platform_driver_register call + - Revert "libertas: add checks for the return value of sysfs_create_group" + - libertas: register sysfs groups properly + - Revert "ASoC: cs43130: fix a NULL pointer dereference" + - ASoC: cs43130: handle errors in cs43130_probe() properly + - Revert "media: dvb: Add check on sp8870_readreg" + - media: dvb: Add check on sp8870_readreg return + - Revert "media: gspca: mt9m111: Check write_bridge for timeout" + - media: gspca: mt9m111: Check write_bridge for timeout + - Revert "media: gspca: Check the return value of write_bridge for timeout" + - media: gspca: properly check for errors in po1030_probe() + - Revert "net: liquidio: fix a NULL pointer dereference" + - net: liquidio: Add missing null pointer checks + - Revert "brcmfmac: add a check for the status of usb_register" + - brcmfmac: properly check for bus register errors + - btrfs: return whole extents in fiemap + - scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic + - openrisc: Define memory barrier mb + - btrfs: do not BUG_ON in link_to_fixup_dir + - platform/x86: hp-wireless: add AMD's hardware id to the supported list + - platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI + - platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 + tablet + - SMB3: incorrect file id in requests compounded with open + - drm/amd/display: Disconnect non-DP with no EDID + - drm/amd/amdgpu: fix refcount leak + - drm/amdgpu: Fix a use-after-free + - drm/amd/amdgpu: fix a potential deadlock in gpu reset + - net: netcp: Fix an error message + - net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count + - ASoC: cs42l42: Regmap must use_single_read/write + - vfio-ccw: Check initialized flag in cp_init() + - net: really orphan skbs tied to closing sk + - net: fec: fix the potential memory leak in fec_enet_init() + - net: mdio: thunder: Fix a double free issue in the .remove function + - net: mdio: octeon: Fix some double free issues + - openvswitch: meter: fix race when getting now_ms. + - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT + - net: sched: fix packet stuck problem for lockless qdisc + - net: sched: fix tx action rescheduling issue during deactivation + - net: sched: fix tx action reschedule issue with stopped queue + - net: hso: check for allocation failure in hso_create_bulk_serial_device() + - net: bnx2: Fix error return code in bnx2_init_board() + - bnxt_en: Include new P5 HV definition in VF check. + - mld: fix panic in mld_newpack() + - gve: Check TX QPL was actually assigned + - gve: Update mgmt_msix_idx if num_ntfy changes + - gve: Add NULL pointer checks when freeing irqs. + - gve: Upgrade memory barrier in poll routine + - gve: Correct SKB queue index validation. + - cxgb4: avoid accessing registers when clearing filters + - staging: emxx_udc: fix loop in _nbu2ss_nuke() + - ASoC: cs35l33: fix an error code in probe() + - bpf: Set mac_len in bpf_skb_change_head + - ixgbe: fix large MTU request from VF + - scsi: libsas: Use _safe() loop in sas_resume_port() + - net: lantiq: fix memory corruption in RX ring + - ipv6: record frag_max_size in atomic fragments in input path + - ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create() can be + static + - net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88 + - sch_dsmark: fix a NULL deref in qdisc_reset() + - MIPS: alchemy: xxs1500: add gpio-au1000.h header file + - MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c + - drm/i915/display: fix compiler warning about array overrun + - i915: fix build warning in intel_dp_get_link_status() + - drivers/net/ethernet: clean up unused assignments + - net: hns3: check the return of skb_checksum_help() + - Revert "Revert "ALSA: usx2y: Fix potential NULL pointer dereference"" + - net: hso: bail out on interrupt URB allocation failure + - neighbour: Prevent Race condition in neighbour subsytem + - usb: core: reduce power-on-good delay time of root hub + - Linux 5.4.124 + * Focal update: v5.4.123 upstream stable release (LP: #1931160) + - usb: dwc3: gadget: Enable suspend events + - perf unwind: Fix separate debug info files when using elfutils' libdw's + unwinder + - perf unwind: Set userdata for all __report_module() paths + - NFC: nci: fix memory leak in nci_allocate_device + - Linux 5.4.123 + * Focal update: v5.4.122 upstream stable release (LP: #1931159) + - firmware: arm_scpi: Prevent the ternary sign expansion bug + - openrisc: Fix a memory leak + - RDMA/siw: Properly check send and receive CQ pointers + - RDMA/siw: Release xarray entry + - RDMA/rxe: Clear all QP fields if creation failed + - scsi: ufs: core: Increase the usable queue depth + - scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword() + - RDMA/mlx5: Recover from fatal event in dual port mode + - RDMA/core: Don't access cm_id after its destruction + - platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue + - platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios + - RDMA/uverbs: Fix a NULL vs IS_ERR() bug + - ptrace: make ptrace() fail if the tracee changed its pid unexpectedly + - nvmet: seset ns->file when open fails + - locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal + - btrfs: avoid RCU stalls while running delayed iputs + - cifs: fix memory leak in smb2_copychunk_range + - ALSA: dice: fix stream format for TC Electronic Konnekt Live at high + sampling transfer frequency + - ALSA: intel8x0: Don't update period unless prepared + - ALSA: line6: Fix racy initialization of LINE6 MIDI + - ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26 + - ALSA: firewire-lib: fix calculation for size of IR context payload + - ALSA: usb-audio: Validate MS endpoint descriptors + - ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro + - ALSA: hda: fixup headset for ASUS GU502 laptop + - Revert "ALSA: sb8: add a check for request_region" + - ALSA: firewire-lib: fix check for the size of isochronous packet payload + - ALSA: hda/realtek: reset eapd coeff to default value for alc287 + - ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 + - ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA + - ALSA: hda/realtek: Add fixup for HP OMEN laptop + - ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx + - uio_hv_generic: Fix a memory leak in error handling paths + - Revert "rapidio: fix a NULL pointer dereference when create_workqueue() + fails" + - rapidio: handle create_workqueue() failure + - Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer + dereference" + - drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang + - drm/amdgpu: update gc golden setting for Navi12 + - drm/amdgpu: update sdma golden setting for Navi12 + - mmc: sdhci-pci-gli: increase 1.8V regulator wait + - xen-pciback: reconfigure also from backend watch handler + - dm snapshot: fix crash with transient storage and zero chunk size + - Revert "video: hgafb: fix potential NULL pointer dereference" + - Revert "net: stmicro: fix a missing check of clk_prepare" + - Revert "leds: lp5523: fix a missing check of return value of lp55xx_read" + - Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe" + - Revert "video: imsttfb: fix potential NULL pointer dereferences" + - Revert "ecryptfs: replace BUG_ON with error handling code" + - Revert "scsi: ufs: fix a missing check of devm_reset_control_get" + - Revert "gdrom: fix a memory leak bug" + - cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom + - cdrom: gdrom: initialize global variable at init time + - Revert "media: rcar_drif: fix a memory disclosure" + - Revert "rtlwifi: fix a potential NULL pointer dereference" + - Revert "qlcnic: Avoid potential NULL pointer dereference" + - Revert "niu: fix missing checks of niu_pci_eeprom_read" + - ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() + - net: stmicro: handle clk_prepare() failure during init + - scsi: ufs: handle cleanup correctly on devm_reset_control_get error + - net: rtlwifi: properly check for alloc_workqueue() failure + - ics932s401: fix broken handling of errors when word reading fails + - leds: lp5523: check return value of lp5xx_read and jump to cleanup code + - qlcnic: Add null check after calling netdev_alloc_skb + - video: hgafb: fix potential NULL pointer dereference + - vgacon: Record video mode changes with VT_RESIZEX + - vt: Fix character height handling with VT_RESIZEX + - tty: vt: always invoke vc->vc_sw->con_resize callback + - nvme-multipath: fix double initialization of ANA state + - ext4: fix error handling in ext4_end_enable_verity() + - Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS + - nvmet: use new ana_log_size instead the old one + - video: hgafb: correctly handle card detect failure during probe + - Bluetooth: SMP: Fail if remote and local public keys are identical + - Linux 5.4.122 + * Focal update: v5.4.121 upstream stable release (LP: #1931158) + - x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes + - kgdb: fix gcc-11 warning on indentation + - usb: sl811-hcd: improve misleading indentation + - cxgb4: Fix the -Wmisleading-indentation warning + - isdn: capi: fix mismatched prototypes + - pinctrl: ingenic: Improve unreachable code generation + - xsk: Simplify detection of empty and full rings + - virtio_net: Do not pull payload in skb->head + - PCI: thunder: Fix compile testing + - dmaengine: dw-edma: Fix crash on loading/unloading driver + - ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend() + - ACPI / hotplug / PCI: Fix reference count leak in enable_slot() + - Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated + devices + - Input: silead - add workaround for x86 BIOS-es which bring the chip up in a + stuck state + - um: Mark all kernel symbols as local + - um: Disable CONFIG_GCOV with MODULES + - ARM: 9075/1: kernel: Fix interrupted SMC calls + - scripts/recordmcount.pl: Fix RISC-V regex for clang + - riscv: Workaround mcount name prior to clang-13 + - scsi: lpfc: Fix illegal memory access on Abort IOCBs + - ceph: fix fscache invalidation + - scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not + found + - bridge: Fix possible races between assigning rx_handler_data and setting + IFF_BRIDGE_PORT bit + - drm/amd/display: Fix two cursor duplication when using overlay + - gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 + - ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP + - block: reexpand iov_iter after read/write + - lib: stackdepot: turn depot_lock spinlock to raw_spinlock + - net: stmmac: Do not enable RX FIFO overflow interrupts + - ip6_gre: proper dev_{hold|put} in ndo_[un]init methods + - sit: proper dev_{hold|put} in ndo_[un]init methods + - ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods + - ipv6: remove extra dev_hold() for fallback tunnels + - KVM: arm64: Initialize VCPU mdcr_el2 before loading it + - tweewide: Fix most Shebang lines + - scripts: switch explicitly to Python 3 + - Linux 5.4.121 + * Focal update: v5.4.120 upstream stable release (LP: #1930474) + - tpm: fix error return code in tpm2_get_cc_attrs_tbl() + - tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt() + - tpm, tpm_tis: Reserve locality in tpm_tis_resume() + - KVM: x86/mmu: Remove the defunct update_pte() paging hook + - PM: runtime: Fix unpaired parent child_count for force_resume + - fs: dlm: fix debugfs dump + - tipc: convert dest node's address to network order + - ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus T100TAF + - net: stmmac: Set FIFO sizes for ipq806x + - ASoC: rsnd: core: Check convert rate in rsnd_hw_params + - i2c: bail out early when RDWR parameters are wrong + - ALSA: hdsp: don't disable if not enabled + - ALSA: hdspm: don't disable if not enabled + - ALSA: rme9652: don't disable if not enabled + - ALSA: bebob: enable to deliver MIDI messages for multiple ports + - Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default + - Bluetooth: initialize skb_queue_head at l2cap_chan_create() + - net: bridge: when suppression is enabled exclude RARP packets + - Bluetooth: check for zapped sk before connecting + - ip6_vti: proper dev_{hold|put} in ndo_[un]init methods + - ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet + - i2c: Add I2C_AQ_NO_REP_START adapter quirk + - mac80211: clear the beacon's CRC after channel switch + - pinctrl: samsung: use 'int' for register masks in Exynos + - mt76: mt76x0: disable GTK offloading + - cuse: prevent clone + - ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init() + - Revert "iommu/amd: Fix performance counter initialization" + - iommu/amd: Remove performance counter pre-initialization test + - drm/amd/display: Force vsync flip when reconfiguring MPCC + - selftests: Set CC to clang in lib.mk if LLVM is set + - kconfig: nconf: stop endless search loops + - ALSA: hda/hdmi: fix race in handling acomp ELD notification at resume + - sctp: Fix out-of-bounds warning in sctp_process_asconf_param() + - flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() + - powerpc/smp: Set numa node before updating mask + - ASoC: rt286: Generalize support for ALC3263 codec + - ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() + - net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule + - samples/bpf: Fix broken tracex1 due to kprobe argument change + - powerpc/pseries: Stop calling printk in rtas_stop_self() + - drm/amd/display: fixed divide by zero kernel crash during dsc enablement + - wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt + - wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join + - qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth + - powerpc/iommu: Annotate nested lock for lockdep + - iavf: remove duplicate free resources calls + - net: ethernet: mtk_eth_soc: fix RX VLAN offload + - bnxt_en: Add PCI IDs for Hyper-V VF devices. + - ia64: module: fix symbolizer crash on fdescr + - ASoC: rt286: Make RT286_SET_GPIO_* readable and writable + - thermal: thermal_of: Fix error return code of + thermal_of_populate_bind_params() + - f2fs: fix a redundant call to f2fs_balance_fs if an error occurs + - PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc() + - PCI: Release OF node in pci_scan_device()'s error path + - ARM: 9064/1: hw_breakpoint: Do not directly check the event's + overflow_handler hook + - rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() + - NFSv4.2: Always flush out writes in nfs42_proc_fallocate() + - NFS: Deal correctly with attribute generation counter overflow + - PCI: endpoint: Fix missing destroy_workqueue() + - pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() + - NFSv4.2 fix handling of sr_eof in SEEK's reply + - rtc: fsl-ftm-alarm: add MODULE_TABLE() + - ceph: fix inode leak on getattr error in __fh_to_dentry + - rtc: ds1307: Fix wday settings for rx8130 + - net: hns3: fix incorrect configuration for igu_egu_hw_err + - net: hns3: initialize the message content in hclge_get_link_mode() + - net: hns3: add check for HNS3_NIC_STATE_INITED in + hns3_reset_notify_up_enet() + - net: hns3: fix for vxlan gpe tx checksum bug + - net: hns3: use netif_tx_disable to stop the transmit queue + - net: hns3: disable phy loopback setting in hclge_mac_start_phy + - sctp: do asoc update earlier in sctp_sf_do_dupcook_a + - RISC-V: Fix error code returned by riscv_hartid_to_cpuid() + - sunrpc: Fix misplaced barrier in call_decode + - ethernet:enic: Fix a use after free bug in enic_hard_start_xmit + - sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b + - netfilter: xt_SECMARK: add new revision to fix structure layout + - drm/radeon: Fix off-by-one power_state index heap overwrite + - drm/radeon: Avoid power table parsing memory leaks + - khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() + - mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() + - mm/migrate.c: fix potential indeterminate pte entry in + migrate_vma_insert_page() + - ksm: fix potential missing rmap_item for stable_node + - net: fix nla_strcmp to handle more then one trailing null character + - smc: disallow TCP_ULP in smc_setsockopt() + - netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check + - can: m_can: m_can_tx_work_queue(): fix tx_skb race condition + - sched: Fix out-of-bound access in uclamp + - sched/fair: Fix unfairness caused by missing load decay + - kernel: kexec_file: fix error return code of kexec_calculate_store_digests() + - netfilter: nftables: avoid overflows in nft_hash_buckets() + - i40e: Fix use-after-free in i40e_client_subtask() + - i40e: fix the restart auto-negotiation after FEC modified + - i40e: Fix PHY type identifiers for 2.5G and 5G adapters + - ARC: entry: fix off-by-one error in syscall number validation + - ARC: mm: PAE: use 40-bit physical page mask + - powerpc/64s: Fix crashes when toggling stf barrier + - powerpc/64s: Fix crashes when toggling entry flush barrier + - hfsplus: prevent corruption in shrinking truncate + - squashfs: fix divide error in calculate_skip() + - userfaultfd: release page in error path to avoid BUG_ON + - mm/hugetlb: fix F_SEAL_FUTURE_WRITE + - drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors + are connected + - drm/i915: Avoid div-by-zero on gen2 + - iio: proximity: pulsedlight: Fix rumtime PM imbalance on error + - usb: fotg210-hcd: Fix an error message + - hwmon: (occ) Fix poll rate limiting + - ACPI: scan: Fix a memory leak in an error handling path + - kyber: fix out of bounds access when preempted + - nbd: Fix NULL pointer in flush_workqueue + - blk-mq: Swap two calls in blk_mq_exit_queue() + - iomap: fix sub-page uptodate handling + - usb: dwc3: omap: improve extcon initialization + - usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield + - usb: xhci: Increase timeout for HC halt + - usb: dwc2: Fix gadget DMA unmap direction + - usb: core: hub: fix race condition about TRSMRCY of resume + - usb: dwc3: gadget: Return success always for kick transfer in ep queue + - xhci: Do not use GFP_KERNEL in (potentially) atomic context + - xhci: Add reset resume quirk for AMD xhci controller. + - iio: gyro: mpu3050: Fix reported temperature value + - iio: tsl2583: Fix division by a zero lux_val + - cdc-wdm: untangle a circular dependency between callback and softint + - KVM: x86: Cancel pvclock_gtod_work on module removal + - mm: fix struct page layout on 32-bit systems + - FDDI: defxx: Make MMIO the configuration default except for EISA + - MIPS: Reinstate platform `__div64_32' handler + - MIPS: Avoid DIVU in `__div64_32' is result would be zero + - MIPS: Avoid handcoded DIVU in `__div64_32' altogether + - thermal/core/fair share: Lock the thermal zone while looping over instances + - f2fs: fix error handling in f2fs_end_enable_verity() + - ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address + - ARM: 9012/1: move device tree mapping out of linear region + - ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual + address + - ARM: 9027/1: head.S: explicitly map DT even if it lives in the first + physical section + - usb: typec: tcpm: Fix error while calculating PPS out values + - kobject_uevent: remove warning in init_uevent_argv() + - netfilter: conntrack: Make global sysctls readonly in non-init netns + - clk: exynos7: Mark aclk_fsys1_200 as critical + - nvme: do not try to reconfigure APST when the controller is not live + - ASoC: rsnd: check all BUSIF status when error + - Linux 5.4.120 + * scsi: storvsc: Parameterize number hardware queues (LP: #1930626) + - scsi: storvsc: Parameterize number hardware queues + + -- Tim Gardner Wed, 23 Jun 2021 11:36:49 -0600 + +linux-aws (5.4.0-1051.53) focal; urgency=medium + + [ Ubuntu: 5.4.0-77.86 ] + + * UAF on CAN J1939 j1939_can_recv (LP: #1932209) + - SAUCE: can: j1939: delay release of j1939_priv after synchronize_rcu + * UAF on CAN BCM bcm_rx_handler (LP: #1931855) + - SAUCE: can: bcm: delay release of struct bcm_op after synchronize_rcu + + [ Ubuntu: 5.4.0-76.85 ] + + * focal/linux: 5.4.0-76.85 -proposed tracker (LP: #1932123) + * Upstream v5.9 introduced 'module' patches that removed exported symbols + (LP: #1932065) + - SAUCE: Revert "modules: inherit TAINT_PROPRIETARY_MODULE" + - SAUCE: Revert "modules: return licensing information from find_symbol" + - SAUCE: Revert "modules: rename the licence field in struct symsearch to + license" + - SAUCE: Revert "modules: unexport __module_address" + - SAUCE: Revert "modules: unexport __module_text_address" + - SAUCE: Revert "modules: mark each_symbol_section static" + - SAUCE: Revert "modules: mark find_symbol static" + - SAUCE: Revert "modules: mark ref_module static" + + -- Stefan Bader Thu, 17 Jun 2021 19:23:21 +0200 + +linux-aws (5.4.0-1050.52) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1050.52 -proposed tracker (LP: #1930005) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * kvm: properly tear down PV features on hibernate (LP: #1920944) + - Revert "UBUNTU: SAUCE: aws: kvm: double the size of hv_clock_boot" + + [ Ubuntu: 5.4.0-75.84 ] + + * focal/linux: 5.4.0-75.84 -proposed tracker (LP: #1930032) + * Packaging resync (LP: #1786013) + - update dkms package versions + * CVE-2021-33200 + - bpf: Wrap aux data inside bpf_sanitize_info container + - bpf: Fix mask direction swap upon off reg sign change + - bpf: No need to simulate speculative domain for immediates + * Realtek USB hubs in Dell WD19SC/DC/TB fail to work after exiting s2idle + (LP: #1928242) + - USB: Verify the port status when timeout happens during port suspend + * CVE-2020-26145 + - ath10k: drop fragments with multicast DA for SDIO + - ath10k: add CCMP PN replay protection for fragmented frames for PCIe + - ath10k: drop fragments with multicast DA for PCIe + * CVE-2020-26141 + - ath10k: Fix TKIP Michael MIC verification for PCIe + * CVE-2020-24588 + - mac80211: properly handle A-MSDUs that start with an RFC 1042 header + - cfg80211: mitigate A-MSDU aggregation attacks + - mac80211: drop A-MSDUs on old ciphers + - ath10k: drop MPDU which has discard flag set by firmware for SDIO + * CVE-2020-26139 + - mac80211: do not accept/forward invalid EAPOL frames + * CVE-2020-24586 // CVE-2020-24587 // CVE-2020-24587 for such cases. + - mac80211: extend protection against mixed key and fragment cache attacks + * CVE-2020-24586 // CVE-2020-24587 + - mac80211: prevent mixed key and fragment cache attacks + - mac80211: add fragment cache to sta_info + - mac80211: check defrag PN against current frame + - mac80211: prevent attacks on TKIP/WEP as well + * CVE-2020-26147 + - mac80211: assure all fragments are encrypted + * raid10: Block discard is very slow, causing severe delays for mkfs and + fstrim operations (LP: #1896578) + - md: add md_submit_discard_bio() for submitting discard bio + - md/raid10: extend r10bio devs to raid disks + - md/raid10: pull the code that wait for blocked dev into one function + - md/raid10: improve raid10 discard request + - md/raid10: improve discard request for far layout + - dm raid: remove unnecessary discard limits for raid0 and raid10 + * [SRU] mpt3sas: only one vSES is handy even IOC has multi vSES (LP: #1926517) + - scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES + * kvm: properly tear down PV features on hibernate (LP: #1920944) + - x86/kvm: Fix pr_info() for async PF setup/teardown + - x86/kvm: Teardown PV features on boot CPU as well + - x86/kvm: Disable kvmclock on all CPUs on shutdown + - x86/kvm: Disable all PV features on crash + - x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline() + * Focal update: v5.4.119 upstream stable release (LP: #1929615) + - Bluetooth: verify AMP hci_chan before amp_destroy + - hsr: use netdev_err() instead of WARN_ONCE() + - bluetooth: eliminate the potential race condition when removing the HCI + controller + - net/nfc: fix use-after-free llcp_sock_bind/connect + - Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL" + - tty: moxa: fix TIOCSSERIAL jiffies conversions + - tty: amiserial: fix TIOCSSERIAL permission check + - USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions + - staging: greybus: uart: fix TIOCSSERIAL jiffies conversions + - USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check + - staging: fwserial: fix TIOCSSERIAL jiffies conversions + - tty: moxa: fix TIOCSSERIAL permission check + - staging: fwserial: fix TIOCSSERIAL permission check + - usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply + - usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply + - usb: typec: tcpm: update power supply once partner accepts + - usb: xhci-mtk: remove or operator for setting schedule parameters + - usb: xhci-mtk: improve bandwidth scheduling with TT + - ASoC: samsung: tm2_wm5110: check of of_parse return value + - ASoC: Intel: kbl_da7219_max98927: Fix kabylake_ssp_fixup function + - MIPS: pci-mt7620: fix PLL lock check + - MIPS: pci-rt2880: fix slot 0 configuration + - FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR + - PCI: Allow VPD access for QLogic ISP2722 + - iio:accel:adis16201: Fix wrong axis assignment that prevents loading + - misc: lis3lv02d: Fix false-positive WARN on various HP models + - misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct + - misc: vmw_vmci: explicitly initialize vmci_datagram payload + - md/bitmap: wait for external bitmap writes to complete during tear down + - md-cluster: fix use-after-free issue when removing rdev + - md: split mddev_find + - md: factor out a mddev_find_locked helper from mddev_find + - md: md_open returns -EBUSY when entering racing area + - md: Fix missing unused status line of /proc/mdstat + - ipw2x00: potential buffer overflow in libipw_wx_set_encodeext() + - cfg80211: scan: drop entry from hidden_list on overflow + - rtw88: Fix array overrun in rtw_get_tx_power_params() + - drm/panfrost: Clear MMU irqs before handling the fault + - drm/panfrost: Don't try to map pages that are already mapped + - drm/radeon: fix copy of uninitialized variable back to userspace + - drm/amd/display: Reject non-zero src_y and src_x for video planes + - ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries + - ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries + - ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entries + - ALSA: hda/realtek: Re-order ALC269 HP quirk table entries + - ALSA: hda/realtek: Re-order ALC269 Acer quirk table entries + - ALSA: hda/realtek: Re-order ALC269 Dell quirk table entries + - ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entries + - ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries + - ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries + - ALSA: hda/realtek: Re-order remaining ALC269 quirk table entries + - ALSA: hda/realtek: Re-order ALC662 quirk table entries + - ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices + - ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable + - KVM: s390: split kvm_s390_logical_to_effective + - KVM: s390: fix guarded storage control register handling + - s390: fix detection of vector enhancements facility 1 vs. vector packed + decimal facility + - KVM: s390: split kvm_s390_real_to_abs + - KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit + - KVM: Stop looking for coalesced MMIO zones if the bus is destroyed + - Revert "i3c master: fix missing destroy_workqueue() on error in + i3c_master_register" + - ovl: fix missing revert_creds() on error path + - usb: gadget: pch_udc: Revert d3cb25a12138 completely + - memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] + - ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family + - ARM: dts: exynos: correct MUIC interrupt trigger level on Midas family + - ARM: dts: exynos: correct PMIC interrupt trigger level on Midas family + - ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family + - ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250 + - ARM: dts: exynos: correct PMIC interrupt trigger level on Snow + - serial: stm32: fix incorrect characters on console + - serial: stm32: fix tx_empty condition + - usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS + - regmap: set debugfs_name to NULL after it is freed + - mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() + - mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC + - mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions() + - mtd: rawnand: qcom: Return actual error code instead of -ENODEV + - arm64: dts: qcom: sm8150: fix number of pins in 'gpio-ranges' + - spi: stm32: drop devres version of spi_register_master + - arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding + - x86/microcode: Check for offline CPUs before requesting new microcode + - usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits() + - usb: gadget: pch_udc: Check if driver is present before calling ->setup() + - usb: gadget: pch_udc: Check for DMA mapping error + - crypto: qat - don't release uninitialized resources + - crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init + - fotg210-udc: Fix DMA on EP0 for length > max packet size + - fotg210-udc: Fix EP0 IN requests bigger than two packets + - fotg210-udc: Remove a dubious condition leading to fotg210_done + - fotg210-udc: Mask GRP2 interrupts we don't handle + - fotg210-udc: Don't DMA more than the buffer can take + - fotg210-udc: Complete OUT requests on short packets + - mtd: require write permissions for locking and badblock ioctls + - bus: qcom: Put child node before return + - soundwire: bus: Fix device found flag correctly + - phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, + unconditionally + - crypto: qat - fix error path in adf_isr_resource_alloc() + - usb: gadget: aspeed: fix dma map failure + - USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() + - memory: pl353: fix mask of ECC page_size config register + - soundwire: stream: fix memory leak in stream config error path + - m68k: mvme147,mvme16x: Don't wipe PCC timer config bits + - mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init + - irqchip/gic-v3: Fix OF_BAD_ADDR error handling + - staging: rtl8192u: Fix potential infinite loop + - staging: greybus: uart: fix unprivileged TIOCCSERIAL + - PM / devfreq: Use more accurate returned new_freq as resume_freq + - spi: Fix use-after-free with devm_spi_alloc_* + - soc: qcom: mdt_loader: Validate that p_filesz < p_memsz + - soc: qcom: mdt_loader: Detect truncated read of segments + - ACPI: CPPC: Replace cppc_attr with kobj_attribute + - crypto: qat - Fix a double free in adf_create_ring + - cpufreq: armada-37xx: Fix setting TBG parent for load levels + - clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock + - cpufreq: armada-37xx: Fix the AVS value for load L1 + - clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz + - clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 + - cpufreq: armada-37xx: Fix driver cleanup when registration failed + - cpufreq: armada-37xx: Fix determining base CPU frequency + - spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware() + - usb: gadget: r8a66597: Add missing null check on return from + platform_get_resource + - USB: cdc-acm: fix unprivileged TIOCCSERIAL + - USB: cdc-acm: fix TIOCGSERIAL implementation + - tty: fix return value for unsupported ioctls + - serial: core: return early on unsupported ioctls + - firmware: qcom-scm: Fix QCOM_SCM configuration + - node: fix device cleanups in error handling code + - usbip: vudc: fix missing unlock on error in usbip_sockfd_store() + - platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with + critclk_systems DMI table + - x86/platform/uv: Fix !KEXEC build failure + - usb: dwc2: Fix host mode hibernation exit with remote wakeup flow. + - usb: dwc2: Fix hibernation between host and device modes. + - ttyprintk: Add TTY hangup callback. + - xen-blkback: fix compatibility bug with single page rings + - soc: aspeed: fix a ternary sign expansion bug + - media: vivid: fix assignment of dev->fbuf_out_flags + - media: omap4iss: return error code when omap4iss_get() failed + - media: aspeed: fix clock handling logic + - media: platform: sunxi: sun6i-csi: fix error return code of + sun6i_video_start_streaming() + - media: m88rs6000t: avoid potential out-of-bounds reads on arrays + - drm/amdkfd: fix build error with AMD_IOMMU_V2=m + - x86/kprobes: Fix to check non boostable prefixes correctly + - pata_arasan_cf: fix IRQ check + - pata_ipx4xx_cf: fix IRQ check + - sata_mv: add IRQ checks + - ata: libahci_platform: fix IRQ check + - nvme-tcp: block BH in sk state_change sk callback + - nvmet-tcp: fix incorrect locking in state_change sk callback + - nvme: retrigger ANA log update if group descriptor isn't found + - media: v4l2-ctrls.c: fix race condition in hdl->requests list + - vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer + - clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback + - clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE + - clk: uniphier: Fix potential infinite loop + - scsi: hisi_sas: Fix IRQ checks + - scsi: jazz_esp: Add IRQ check + - scsi: sun3x_esp: Add IRQ check + - scsi: sni_53c710: Add IRQ check + - scsi: ibmvfc: Fix invalid state machine BUG_ON() + - mfd: stm32-timers: Avoid clearing auto reload register + - nvme-pci: don't simple map sgl when sgls are disabled + - HSI: core: fix resource leaks in hsi_add_client_from_dt() + - x86/events/amd/iommu: Fix sysfs type mismatch + - sched/debug: Fix cgroup_path[] serialization + - drivers/block/null_blk/main: Fix a double free in null_init. + - HID: plantronics: Workaround for double volume key presses + - perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of + printed chars + - net: lapbether: Prevent racing when checking whether the netif is running + - powerpc/fadump: Mark fadump_calculate_reserve_size as __init + - powerpc/prom: Mark identical_pvr_fixup as __init + - inet: use bigger hash table for IP ID generation + - powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration + - ALSA: core: remove redundant spin_lock pair in snd_card_disconnect + - bug: Remove redundant condition check in report_bug + - nfc: pn533: prevent potential memory corruption + - net: hns3: Limiting the scope of vector_ring_chain variable + - mips: bmips: fix syscon-reboot nodes + - ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls + - ASoC: simple-card: fix possible uninitialized single_cpu local variable + - liquidio: Fix unintented sign extension of a left shift of a u16 + - powerpc/64s: Fix pte update for kernel memory on radix + - powerpc/perf: Fix PMU constraint check for EBB events + - powerpc: iommu: fix build when neither PCI or IBMVIO is set + - mac80211: bail out if cipher schemes are invalid + - mt7601u: fix always true expression + - KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit + - RDMA/qedr: Fix error return code in qedr_iw_connect() + - IB/hfi1: Fix error return code in parse_platform_config() + - cxgb4: Fix unintentional sign extension issues + - net: thunderx: Fix unintentional sign extension issue + - RDMA/srpt: Fix error return code in srpt_cm_req_recv() + - i2c: img-scb: fix reference leak when pm_runtime_get_sync fails + - i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails + - i2c: omap: fix reference leak when pm_runtime_get_sync fails + - i2c: sprd: fix reference leak when pm_runtime_get_sync fails + - i2c: cadence: add IRQ check + - i2c: emev2: add IRQ check + - i2c: jz4780: add IRQ check + - i2c: sh7760: add IRQ check + - powerpc/xive: Fix xmon command "dxi" + - ASoC: ak5558: correct reset polarity + - drm/i915/gvt: Fix error code in intel_gvt_init_device() + - perf beauty: Fix fsconfig generator + - MIPS: pci-legacy: stop using of_pci_range_to_resource + - powerpc/pseries: extract host bridge from pci_bus prior to bus removal + - rtlwifi: 8821ae: upgrade PHY and RF parameters + - i2c: sh7760: fix IRQ error path + - mwl8k: Fix a double Free in mwl8k_probe_hw + - vsock/vmci: log once the failed queue pair allocation + - gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check + - RDMA/cxgb4: add missing qpid increment + - RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails + - ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check fails + - net: davinci_emac: Fix incorrect masking of tx and rx error channel + - net: renesas: ravb: Fix a stuck issue when a lot of frames are received + - net: phy: intel-xway: enable integrated led functions + - ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices + - ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock + - powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add') + - bnxt_en: fix ternary sign extension bug in bnxt_show_temp() + - ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for + RTL8211E + - arm64: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for + RTL8211E + - net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb + - selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static + - bnxt_en: Fix RX consumer index logic in the error path. + - net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send + - RDMA/siw: Fix a use after free in siw_alloc_mr + - RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res + - net: bridge: mcast: fix broken length + header check for MRDv6 Adv. + - net:nfc:digital: Fix a double free in digital_tg_recv_dep_req + - kfifo: fix ternary sign extension bugs + - mm/sparse: add the missing sparse_buffer_fini() in error branch + - mm/memory-failure: unnecessary amount of unmapping + - net: Only allow init netns to set default tcp cong to a restricted algo + - smp: Fix smp_call_function_single_async prototype + - Revert "net/sctp: fix race condition in sctp_destroy_sock" + - sctp: delay auto_asconf init until binding the first addr + - Revert "of/fdt: Make sure no-map does not remove already reserved regions" + - Revert "fdt: Properly handle "no-map" field in the memory region" + - Linux 5.4.119 + * seccomp_bpf:syscall_faked from kselftests fail on s390x (LP: #1928522) + - selftests/seccomp: s390 shares the syscall and return value register + * Can't detect intel wifi 6235 (LP: #1920180) + - SAUCE: iwlwifi: add new pci id for 6235 + * Mark kprobe_args_user.tc in kselftest/ftrace as unsupported (LP: #1929527) + - selftests/ftrace: Return unsupported for the unconfigured features + * pmtu.sh from net in ubuntu_kernel_selftests failed with no error message + (LP: #1887661) + - selftests: pmtu.sh: use $ksft_skip for skipped return code + * alsa/sof: make sof driver work in the case of without i915 (focal kernel) + (LP: #1927672) + - SAUCE: ASoC: SOF: Intel: hda: move the probe_bus ahead of creation of mach + device + * Fix kdump failures (LP: #1927518) + - video: hyperv_fb: Add ratelimit on error message + - Drivers: hv: vmbus: Increase wait time for VMbus unload + - Drivers: hv: vmbus: Initialize unload_event statically + * Ubuntu 20.04 - 'Support flow counters offset for bulk counters' + (LP: #1922494) + - IB/mlx5: Support flow counters offset for bulk counters + * Focal update: v5.4.118 upstream stable release (LP: #1928825) + - s390/disassembler: increase ebpf disasm buffer size + - ACPI: custom_method: fix potential use-after-free issue + - ACPI: custom_method: fix a possible memory leak + - ftrace: Handle commands when closing set_ftrace_filter file + - ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld + - arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node + - arm64: dts: mt8173: fix property typo of 'phys' in dsi node + - ecryptfs: fix kernel panic with null dev_name + - mtd: spinand: core: add missing MODULE_DEVICE_TABLE() + - mtd: rawnand: atmel: Update ecc_stats.corrected counter + - erofs: add unsupported inode i_format check + - spi: spi-ti-qspi: Free DMA resources + - scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() + - scsi: mpt3sas: Block PCI config access from userspace during reset + - mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe() + - mmc: uniphier-sd: Fix a resource leak in the remove function + - mmc: sdhci: Check for reset prior to DMA address unmap + - mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based + controllers + - mmc: block: Update ext_csd.cache_ctrl if it was written + - mmc: block: Issue a cache flush only when it's enabled + - mmc: core: Do a power cycle when the CMD11 fails + - mmc: core: Set read only for SD cards with permanent write protect bit + - mmc: core: Fix hanging on I/O during system suspend for removable cards + - modules: mark ref_module static + - modules: mark find_symbol static + - modules: mark each_symbol_section static + - modules: unexport __module_text_address + - modules: unexport __module_address + - modules: rename the licence field in struct symsearch to license + - modules: return licensing information from find_symbol + - modules: inherit TAINT_PROPRIETARY_MODULE + - irqchip/gic-v3: Do not enable irqs when handling spurious interrups + - cifs: Return correct error code from smb2_get_enc_key + - btrfs: fix metadata extent leak after failure to create subvolume + - intel_th: pci: Add Rocket Lake CPU support + - posix-timers: Preserve return value in clock_adjtime32() + - fbdev: zero-fill colormap in fbcmap.c + - bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first + - staging: wimax/i2400m: fix byte-order issue + - spi: ath79: always call chipselect function + - spi: ath79: remove spi-master setup and cleanup assignment + - crypto: api - check for ERR pointers in crypto_destroy_tfm() + - crypto: qat - fix unmap invalid dma address + - usb: gadget: uvc: add bInterval checking for HS mode + - usb: webcam: Invalid size of Processing Unit Descriptor + - genirq/matrix: Prevent allocation counter corruption + - usb: gadget: f_uac2: validate input parameters + - usb: gadget: f_uac1: validate input parameters + - usb: dwc3: gadget: Ignore EP queue requests during bus reset + - usb: xhci: Fix port minor revision + - PCI: PM: Do not read power state in pci_enable_device_flags() + - x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) + - tee: optee: do not check memref size on return from Secure World + - perf/arm_pmu_platform: Fix error handling + - usb: xhci-mtk: support quirk to disable usb2 lpm + - xhci: check control context is valid before dereferencing it. + - xhci: fix potential array out of bounds with several interrupters + - spi: dln2: Fix reference leak to master + - spi: omap-100k: Fix reference leak to master + - spi: qup: fix PM reference leak in spi_qup_remove() + - usb: musb: fix PM reference leak in musb_irq_work() + - usb: core: hub: Fix PM reference leak in usb_port_resume() + - tty: n_gsm: check error while registering tty devices + - intel_th: Consistency and off-by-one fix + - phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove() + - crypto: stm32/hash - Fix PM reference leak on stm32-hash.c + - crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c + - crypto: omap-aes - Fix PM reference leak on omap-aes.c + - platform/x86: intel_pmc_core: Don't use global pmcdev in quirks + - btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s + - drm: Added orientation quirk for OneGX1 Pro + - drm/qxl: release shadow on shutdown + - drm/amd/display: Check for DSC support instead of ASIC revision + - drm/amd/display: Don't optimize bandwidth before disabling planes + - scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe + - scsi: lpfc: Fix pt2pt connection does not recover after LOGO + - scsi: target: pscsi: Fix warning in pscsi_complete_cmd() + - media: ite-cir: check for receive overflow + - media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB + - media: imx: capture: Return -EPIPE from __capture_legacy_try_fmt() + - power: supply: bq27xxx: fix power_avg for newer ICs + - extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has + been unplugged + - extcon: arizona: Fix various races on driver unbind + - media: media/saa7164: fix saa7164_encoder_register() memory leak bugs + - media: gspca/sq905.c: fix uninitialized variable + - power: supply: Use IRQF_ONESHOT + - drm/amdgpu: mask the xgmi number of hops reported from psp to kfd + - drm/amdkfd: Fix UBSAN shift-out-of-bounds warning + - drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f + - drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool' + - drm/amd/display: fix dml prefetch validation + - scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() + - drm/vkms: fix misuse of WARN_ON + - scsi: qla2xxx: Fix use after free in bsg + - mmc: sdhci-pci: Add PCI IDs for Intel LKF + - ata: ahci: Disable SXS for Hisilicon Kunpeng920 + - scsi: smartpqi: Correct request leakage during reset operations + - scsi: smartpqi: Add new PCI IDs + - scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() + - media: em28xx: fix memory leak + - media: vivid: update EDID + - clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return + - power: supply: generic-adc-battery: fix possible use-after-free in + gab_remove() + - power: supply: s3c_adc_battery: fix possible use-after-free in + s3c_adc_bat_remove() + - media: tc358743: fix possible use-after-free in tc358743_remove() + - media: adv7604: fix possible use-after-free in adv76xx_remove() + - media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove() + - media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove() + - media: i2c: adv7842: fix possible use-after-free in adv7842_remove() + - media: platform: sti: Fix runtime PM imbalance in regs_show + - media: dvb-usb: fix memory leak in dvb_usb_adapter_init + - media: gscpa/stv06xx: fix memory leak + - sched/fair: Ignore percpu threads for imbalance pulls + - drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal + - drm/msm/mdp5: Do not multiply vclk line count by 100 + - drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bug + - amdgpu: avoid incorrect %hu format string + - drm/amdgpu: fix NULL pointer dereference + - scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO + response + - scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode + - scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic + - mfd: arizona: Fix rumtime PM imbalance on error + - scsi: libfc: Fix a format specifier + - s390/archrandom: add parameter check for s390_arch_random_generate + - ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer + - ALSA: hda/conexant: Re-order CX5066 quirk table entries + - ALSA: sb: Fix two use after free in snd_sb_qsound_build + - ALSA: usb-audio: Explicitly set up the clock selector + - ALSA: usb-audio: More constifications + - ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset + PC 8 + - ALSA: hda/realtek: GA503 use same quirks as GA401 + - ALSA: hda/realtek: fix mic boost on Intel NUC 8 + - ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptops + - ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx + - btrfs: fix race when picking most recent mod log operation for an old root + - arm64/vdso: Discard .note.gnu.property sections in vDSO + - Makefile: Move -Wno-unused-but-set-variable out of GCC only block + - virtiofs: fix memory leak in virtio_fs_probe() + - ubifs: Only check replay with inode type to judge if inode linked + - f2fs: fix to avoid out-of-bounds memory access + - mlxsw: spectrum_mr: Update egress RIF list before route's action + - openvswitch: fix stack OOB read while fragmenting IPv4 packets + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure + - NFS: Don't discard pNFS layout segments that are marked for return + - NFSv4: Don't discard segments marked for return in _pnfs_return_layout() + - Input: ili210x - add missing negation for touch indication on ili210x + - jffs2: Fix kasan slab-out-of-bounds problem + - powerpc/eeh: Fix EEH handling for hugepages in ioremap space. + - powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h + - intel_th: pci: Add Alder Lake-M support + - tpm: efi: Use local variable for calculating final log size + - tpm: vtpm_proxy: Avoid reading host log when using a virtual device + - crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS + - md/raid1: properly indicate failure when ending a failed write request + - dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload + sequences + - fuse: fix write deadlock + - security: commoncap: fix -Wstringop-overread warning + - Fix misc new gcc warnings + - jffs2: check the validity of dstlen in jffs2_zlib_compress() + - Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op") + - x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported + - kbuild: update config_data.gz only when the content of .config is changed + - ext4: fix check to prevent false positive report of incorrect used inodes + - ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() + - ext4: fix error code in ext4_commit_super + - media: dvbdev: Fix memory leak in dvb_media_device_free() + - media: dvb-usb: Fix use-after-free access + - media: dvb-usb: Fix memory leak at error in dvb_usb_device_init() + - media: staging/intel-ipu3: Fix memory leak in imu_fmt + - media: staging/intel-ipu3: Fix set_fmt error handling + - media: staging/intel-ipu3: Fix race condition during set_fmt + - usb: gadget: dummy_hcd: fix gpf in gadget_setup + - usb: gadget: Fix double free of device descriptor pointers + - usb: gadget/function/f_fs string table fix for multiple languages + - usb: dwc3: gadget: Fix START_TRANSFER link state check + - usb: dwc2: Fix session request interrupt handler + - tty: fix memory leak in vc_deallocate + - rsi: Use resume_noirq for SDIO + - tracing: Map all PIDs to command lines + - tracing: Restructure trace_clock_global() to never block + - dm persistent data: packed struct should have an aligned() attribute too + - dm space map common: fix division bug in sm_ll_find_free_block() + - dm integrity: fix missing goto in bitmap_flush_interval error handling + - dm rq: fix double free of blk_mq_tag_set in dev remove after table load + fails + - Linux 5.4.118 + * Focal update: v5.4.117 upstream stable release (LP: #1928823) + - mips: Do not include hi and lo in clobber list for R6 + - ACPI: tables: x86: Reserve memory occupied by ACPI tables + - ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade() + - net: usb: ax88179_178a: initialize local variables before use + - igb: Enable RSS for Intel I211 Ethernet Controller + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() + - bpf: Fix masking negation logic upon negative dst register + - bpf: Fix leakage of uninitialized bpf stack under speculation + - avoid __memcat_p link failure + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() + - perf data: Fix error return code in perf_data__create_dir() + - perf ftrace: Fix access to pid in array when setting a pid filter + - ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX + - USB: Add reset-resume quirk for WD19's Realtek Hub + - platform/x86: thinkpad_acpi: Correct thermal sensor allocation + - scsi: ufs: Unlock on a couple error paths + - ovl: allow upperdir inside lowerdir + - perf/core: Fix unconditional security_locked_down() call + - vfio: Depend on MMU + - Linux 5.4.117 + * r8152 tx status -71 (LP: #1922651) // Focal update: v5.4.117 upstream stable + release (LP: #1928823) + - USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet + * Focal update: v5.4.116 upstream stable release (LP: #1928821) + - bpf: Move off_reg into sanitize_ptr_alu + - bpf: Ensure off_reg has no mixed signed bounds for all types + - bpf: Rework ptr_limit into alu_limit and add common error path + - bpf: Improve verifier error messages for users + - bpf: Refactor and streamline bounds check into helper + - bpf: Move sanitize_val_alu out of op switch + - bpf: Tighten speculative pointer arithmetic mask + - bpf: Update selftests to reflect new error states + - Linux 5.4.116 + * Focal update: v5.4.115 upstream stable release (LP: #1927997) + - gpio: omap: Save and restore sysconfig + - pinctrl: lewisburg: Update number of pins in community + - arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS + - perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3 + - perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[] + - perf auxtrace: Fix potential NULL pointer dereference + - HID: google: add don USB id + - HID: alps: fix error return code in alps_input_configured() + - HID: wacom: Assign boolean values to a bool variable + - ARM: dts: Fix swapped mmc order for omap3 + - net: geneve: check skb is large enough for IPv4/IPv6 header + - s390/entry: save the caller of psw_idle + - xen-netback: Check for hotplug-status existence before watching + - cavium/liquidio: Fix duplicate argument + - csky: change a Kconfig symbol name to fix e1000 build error + - ia64: fix discontig.c section mismatches + - ia64: tools: remove duplicate definition of ia64_mf() on ia64 + - x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access + - net: hso: fix NULL-deref on disconnect regression + - USB: CDC-ACM: fix poison/unpoison imbalance + - Linux 5.4.115 + + -- Ian May Fri, 11 Jun 2021 14:23:48 -0500 + +linux-aws (5.4.0-1049.51) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1049.51 -proposed tracker (LP: #1927595) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * AWS: out of entropy on Graviton 2 instances types (mg6.*) (LP: #1927692) + - random: add GRND_INSECURE to return best-effort non-cryptographic bytes + - random: Don't wake crng_init_wait when crng_init == 1 + - random: Add a urandom_read_nowait() for random APIs that don't warn + - random: ignore GRND_RANDOM in getentropy(2) + - random: make /dev/random be almost like /dev/urandom + + [ Ubuntu: 5.4.0-74.83 ] + + * focal/linux: 5.4.0-74.83 -proposed tracker (LP: #1927619) + * Introduce the 465 driver series, fabric-manager, and libnvidia-nscq + (LP: #1925522) + - debian/dkms-versions -- add NVIDIA 465 and migrate 450 to 460 + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files + * Enable CIFS GCM256 (LP: #1921916) + - smb3: add defines for new crypto algorithms + - smb3.1.1: add new module load parm require_gcm_256 + - smb3.1.1: add new module load parm enable_gcm_256 + - smb3.1.1: print warning if server does not support requested encryption type + - smb3.1.1: rename nonces used for GCM and CCM encryption + - smb3.1.1: set gcm256 when requested + - cifs: Adjust key sizes and key generation routines for AES256 encryption + * locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (LP: #1926184) + - locking/qrwlock: Fix ordering in queued_write_lock_slowpath() + * [Ubuntu 21.04] net/mlx5: Fix HW spec violation configuring uplink + (LP: #1925452) + - net/mlx5: Fix HW spec violation configuring uplink + * Focal update: v5.4.114 upstream stable release (LP: #1926493) + - Revert "scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure" + - Revert "scsi: qla2xxx: Fix stuck login session using prli_pend_timer" + - scsi: qla2xxx: Dual FCP-NVMe target port support + - scsi: qla2xxx: Fix device connect issues in P2P configuration + - scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure + - scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport + - scsi: qla2xxx: Fix stuck login session using prli_pend_timer + - scsi: qla2xxx: Fix fabric scan hang + - net/sctp: fix race condition in sctp_destroy_sock + - Input: nspire-keypad - enable interrupts only when opened + - gpio: sysfs: Obey valid_mask + - dmaengine: dw: Make it dependent to HAS_IOMEM + - ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race + - ARM: dts: Fix moving mmc devices with aliases for omap4 & 5 + - lockdep: Add a missing initialization hint to the "INFO: Trying to register + non-static key" message + - arc: kernel: Return -EFAULT if copy_to_user() fails + - ASoC: max98373: Added 30ms turn on/off time delay + - neighbour: Disregard DEAD dst in neigh_update + - ARM: keystone: fix integer overflow warning + - ARM: omap1: fix building with clang IAS + - drm/msm: Fix a5xx/a6xx timestamps + - ASoC: fsl_esai: Fix TDM slot setup for I2S mode + - scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state + - net: ieee802154: stop dump llsec keys for monitors + - net: ieee802154: forbid monitor for add llsec key + - net: ieee802154: forbid monitor for del llsec key + - net: ieee802154: stop dump llsec devs for monitors + - net: ieee802154: forbid monitor for add llsec dev + - net: ieee802154: forbid monitor for del llsec dev + - net: ieee802154: stop dump llsec devkeys for monitors + - net: ieee802154: forbid monitor for add llsec devkey + - net: ieee802154: forbid monitor for del llsec devkey + - net: ieee802154: stop dump llsec seclevels for monitors + - net: ieee802154: forbid monitor for add llsec seclevel + - pcnet32: Use pci_resource_len to validate PCI resource + - mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN + - virt_wifi: Return micros for BSS TSF values + - Input: s6sy761 - fix coordinate read bit shift + - Input: i8042 - fix Pegatron C15B ID entry + - HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices + - dm verity fec: fix misaligned RS roots IO + - readdir: make sure to verify directory entry for legacy interfaces too + - arm64: fix inline asm in load_unaligned_zeropad() + - arm64: alternatives: Move length validation in alternative_{insn, endif} + - vfio/pci: Add missing range check in vfio_pci_mmap + - riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" + - scsi: libsas: Reset num_scatter if libata marks qc as NODATA + - netfilter: conntrack: do not print icmpv6 as unknown via /proc + - libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC + - netfilter: bridge: add pre_exit hooks for ebtable unregistration + - netfilter: arp_tables: add pre_exit hook for table unregister + - net: macb: fix the restore of cmp registers + - netfilter: nft_limit: avoid possible divide error in nft_limit_init + - net: davicom: Fix regulator not turned off on failed probe + - net: sit: Unregister catch-all devices + - net: ip6_tunnel: Unregister catch-all devices + - i40e: fix the panic when running bpf in xdpdrv mode + - ibmvnic: avoid calling napi_disable() twice + - ibmvnic: remove duplicate napi_schedule call in do_reset function + - ibmvnic: remove duplicate napi_schedule call in open function + - gro: ensure frag0 meets IP header alignment + - ARM: footbridge: fix PCI interrupt mapping + - arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems + - r8169: remove fiddling with the PCIe max read request size + - r8169: simplify setting PCI_EXP_DEVCTL_NOSNOOP_EN + - r8169: fix performance regression related to PCIe max read request size + - r8169: improve rtl_jumbo_config + - r8169: tweak max read request size for newer chips also in jumbo mtu mode + - r8169: don't advertise pause in jumbo mode + - ARM: 9071/1: uprobes: Don't hook on thumb instructions + - net: phy: marvell: fix detection of PHY on Topaz switches + - Linux 5.4.114 + * Focal update: v5.4.113 upstream stable release (LP: #1926490) + - interconnect: core: fix error return code of icc_link_destroy() + - KVM: arm64: Hide system instruction access to Trace registers + - KVM: arm64: Disable guest access to trace filter controls + - drm/imx: imx-ldb: fix out of bounds array access warning + - gfs2: report "already frozen/thawed" errors + - drm/tegra: dc: Don't set PLL clock to 0Hz + - block: only update parent bi_status when bio fail + - radix tree test suite: Register the main thread with the RCU library + - idr test suite: Take RCU read lock in idr_find_test_1 + - idr test suite: Create anchor before launching throbber + - riscv,entry: fix misaligned base for excp_vect_table + - block: don't ignore REQ_NOWAIT for direct IO + - netfilter: x_tables: fix compat match/target pad out-of-bound write + - driver core: Fix locking bug in deferred_probe_timeout_work_func() + - perf tools: Use %define api.pure full instead of %pure-parser + - perf tools: Use %zd for size_t printf formats on 32-bit + - perf map: Tighten snprintf() string precision to pass gcc check on some + 32-bit arches + - xen/events: fix setting irq affinity + - Linux 5.4.113 + * Focal update: v5.4.112 upstream stable release (LP: #1926489) + - counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register + - ALSA: aloop: Fix initialization of controls + - ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1 + - ASoC: intel: atom: Stop advertising non working S24LE support + - nfc: fix refcount leak in llcp_sock_bind() + - nfc: fix refcount leak in llcp_sock_connect() + - nfc: fix memory leak in llcp_sock_connect() + - nfc: Avoid endless loops caused by repeated llcp_sock_connect() + - xen/evtchn: Change irq_info lock to raw_spinlock_t + - net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh + - net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock + - drm/i915: Fix invalid access to ACPI _DSM objects + - gcov: re-fix clang-11+ support + - ia64: fix user_stack_pointer() for ptrace() + - nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff + - ocfs2: fix deadlock between setattr and dio_end_io_write + - fs: direct-io: fix missing sdio->boundary + - parisc: parisc-agp requires SBA IOMMU driver + - parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers + - ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin + - batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field + - ice: Increase control queue timeout + - ice: Fix for dereference of NULL pointer + - ice: Cleanup fltr list in case of allocation issues + - net: hso: fix null-ptr-deref during tty device unregistration + - ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx + - bpf, sockmap: Fix sk->prot unhash op reset + - net: ensure mac header is set in virtio_net_hdr_to_skb() + - i40e: Fix sparse warning: missing error code 'err' + - i40e: Fix sparse error: 'vsi->netdev' could be null + - net: sched: sch_teql: fix null-pointer dereference + - mac80211: fix TXQ AC confusion + - net: hsr: Reset MAC header for Tx path + - net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() + - net: let skb_orphan_partial wake-up waiters. + - usbip: add sysfs_lock to synchronize sysfs code paths + - usbip: stub-dev synchronize sysfs code paths + - usbip: vudc synchronize sysfs code paths + - usbip: synchronize event handler with sysfs code paths + - i2c: turn recovery error on init to debug + - virtio_net: Add XDP meta data support + - net: dsa: lantiq_gswip: Don't use PHY auto polling + - net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits + - xfrm: interface: fix ipv4 pmtu check to honor ip header df + - regulator: bd9571mwv: Fix AVS and DVFS voltage range + - net: xfrm: Localize sequence counter per network namespace + - esp: delete NETIF_F_SCTP_CRC bit from features for esp offload + - ASoC: SOF: Intel: hda: remove unnecessary parentheses + - ASoC: SOF: Intel: HDA: fix core status verification + - ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chips + - xfrm: Fix NULL pointer dereference on policy lookup + - i40e: Added Asym_Pause to supported link modes + - i40e: Fix kernel oops when i40e driver removes VF's + - hostfs: Use kasprintf() instead of fixed buffer formatting + - hostfs: fix memory handling in follow_link() + - amd-xgbe: Update DMA coherency values + - sch_red: fix off-by-one checks in red_check_params() + - arm64: dts: imx8mm/q: Fix pad control of SD1_DATA0 + - can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE + - gianfar: Handle error code at MAC address change + - cxgb4: avoid collecting SGE_QBASE regs during traffic + - net:tipc: Fix a double free in tipc_sk_mcast_rcv + - ARM: dts: imx6: pbab01: Set vmmc supply for both SD interfaces + - net/ncsi: Avoid channel_monitor hrtimer deadlock + - nfp: flower: ignore duplicate merge hints from FW + - net: phy: broadcom: Only advertise EEE for supported modes + - ASoC: sunxi: sun4i-codec: fill ASoC card owner + - net/mlx5e: Fix ethtool indication of connector type + - net/mlx5: Don't request more than supported EQs + - net/rds: Fix a use after free in rds_message_map_pages + - soc/fsl: qbman: fix conflicting alignment attributes + - i40e: Fix display statistics for veb_tc + - drm/msm: Set drvdata to NULL when msm_drm_init() fails + - net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); + - scsi: ufs: Fix irq return code + - scsi: ufs: Avoid busy-waiting by eliminating tag conflicts + - scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFs + - scsi: ufs: core: Fix task management request completion timeout + - scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs + - net: macb: restore cmp registers on resume path + - clk: fix invalid usage of list cursor in register + - clk: fix invalid usage of list cursor in unregister + - workqueue: Move the position of debug_work_activate() in __queue_work() + - s390/cpcmd: fix inline assembly register clobbering + - perf inject: Fix repipe usage + - net: openvswitch: conntrack: simplify the return expression of + ovs_ct_limit_get_default_limit() + - openvswitch: fix send of uninitialized stack memory in ct limit reply + - net: hns3: clear VF down state bit before request link status + - net/mlx5: Fix placement of log_max_flow_counter + - net/mlx5: Fix PBMC register mapping + - RDMA/cxgb4: check for ipv6 address properly while destroying listener + - RDMA/addr: Be strict with gid size + - RAS/CEC: Correct ce_add_elem()'s returned values + - clk: socfpga: fix iomem pointer cast on 64-bit + - dt-bindings: net: ethernet-controller: fix typo in NVMEM + - net: sched: bump refcount for new action in ACT replace mode + - cfg80211: remove WARN_ON() in cfg80211_sme_connect + - net: tun: set tun->dev->addr_len during TUNSETLINK processing + - drivers: net: fix memory leak in atusb_probe + - drivers: net: fix memory leak in peak_usb_create_dev + - net: mac802154: Fix general protection fault + - net: ieee802154: nl-mac: fix check on panid + - net: ieee802154: fix nl802154 del llsec key + - net: ieee802154: fix nl802154 del llsec dev + - net: ieee802154: fix nl802154 add llsec key + - net: ieee802154: fix nl802154 del llsec devkey + - net: ieee802154: forbid monitor for set llsec params + - net: ieee802154: forbid monitor for del llsec seclevel + - net: ieee802154: stop dump llsec params for monitors + - Linux 5.4.112 + * crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL + (LP: #1919275) + - arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo + * Focal update: v5.4.111 upstream stable release (LP: #1923874) + - ARM: dts: am33xx: add aliases for mmc interfaces + - bus: ti-sysc: Fix warning on unbind if reset is not deasserted + - platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 + - bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp + - net/mlx5e: Enforce minimum value check for ICOSQ size + - net: pxa168_eth: Fix a potential data race in pxa168_eth_remove + - mISDN: fix crash in fritzpci + - mac80211: choose first enabled channel for monitor + - drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs + - drm/msm: Ratelimit invalid-fence message + - netfilter: conntrack: Fix gre tunneling over ipv6 + - platform/x86: thinkpad_acpi: Allow the FnLock LED to change state + - x86/build: Turn off -fcf-protection for realmode targets + - scsi: target: pscsi: Clean up after failure in pscsi_map_sg() + - ia64: mca: allocate early mca with GFP_ATOMIC + - ia64: fix format strings for err_inject + - cifs: revalidate mapping when we open files for SMB1 POSIX + - cifs: Silently ignore unknown oplock break handle + - nvme-mpath: replace direct_make_request with generic_make_request + - init/Kconfig: make COMPILE_TEST depend on !S390 + - init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM + - Linux 5.4.111 + * Focal update: v5.4.110 upstream stable release (LP: #1923869) + - selinux: vsock: Set SID for socket returned by accept() + - ipv6: weaken the v4mapped source check + - modsign: print module name along with error message + - module: merge repetitive strings in module_sig_check() + - module: avoid *goto*s in module_sig_check() + - module: harden ELF info handling + - ext4: shrink race window in ext4_should_retry_alloc() + - ext4: fix bh ref count on error paths + - fs: nfsd: fix kconfig dependency warning for NFSD_V4 + - rpc: fix NULL dereference on kmalloc failure + - iomap: Fix negative assignment to unsigned sis->pages in + iomap_swapfile_activate + - ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 + - ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 + - ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe + - ASoC: es8316: Simplify adc_pga_gain_tlv table + - ASoC: cs42l42: Fix Bitclock polarity inversion + - ASoC: cs42l42: Fix channel width support + - ASoC: cs42l42: Fix mixer volume control + - ASoC: cs42l42: Always wait at least 3ms after reset + - NFSD: fix error handling in NFSv4.0 callbacks + - powerpc: Force inlining of cpu_has_feature() to avoid build failure + - vhost: Fix vhost_vq_reset() + - scsi: st: Fix a use after free in st_open() + - scsi: qla2xxx: Fix broken #endif placement + - staging: comedi: cb_pcidas: fix request_irq() warn + - staging: comedi: cb_pcidas64: fix request_irq() warn + - ASoC: rt5659: Update MCLK rate in set_sysclk() + - thermal/core: Add NULL pointer check before using cooling device stats + - locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling + - ext4: do not iput inode under running transaction in ext4_rename() + - net: mvpp2: fix interrupt mask/unmask skip condition + - flow_dissector: fix TTL and TOS dissection on IPv4 fragments + - can: dev: move driver related infrastructure into separate subdir + - net: introduce CAN specific pointer in the struct net_device + - can: tcan4x5x: fix max register value + - brcmfmac: clear EAP/association status bits on linkdown events + - ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() + - net: ethernet: aquantia: Handle error cleanup of start on open + - appletalk: Fix skb allocation size in loopback case + - net: wan/lmc: unregister device when no matching device is found + - bpf: Remove MTU check in __bpf_skb_max_len + - ALSA: usb-audio: Apply sample rate quirk to Logitech Connect + - ALSA: hda: Re-add dropped snd_poewr_change_state() calls + - ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks + - ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO + - ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook + - xtensa: move coprocessor_flush to the .text section + - PM: runtime: Fix race getting/putting suppliers at probe + - PM: runtime: Fix ordering in pm_runtime_get_suppliers() + - tracing: Fix stack trace event size + - mm: fix race by making init_zero_pfn() early_initcall + - drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() + - drm/amdgpu: check alignment on CPU page for bo map + - reiserfs: update reiserfs_xattrs_initialized() condition + - vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends + - pinctrl: rockchip: fix restore error in resume + - extcon: Add stubs for extcon_register_notifier_all() functions + - extcon: Fix error handling in extcon_dev_register + - firewire: nosy: Fix a use-after-free bug in nosy_ioctl() + - usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() + - USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem + - usb: musb: Fix suspend with devices connected for a64 + - usb: xhci-mtk: fix broken streams issue on 0.96 xHCI + - cdc-acm: fix BREAK rx code path adding necessary calls + - USB: cdc-acm: untangle a circular dependency between callback and softint + - USB: cdc-acm: downgrade message to debug + - USB: cdc-acm: fix double free on probe failure + - USB: cdc-acm: fix use-after-free after probe failure + - usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference + - usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. + - usb: dwc2: Prevent core suspend when port connection flag is 0 + - staging: rtl8192e: Fix incorrect source in memcpy() + - staging: rtl8192e: Change state information from u16 to u8 + - drivers: video: fbcon: fix NULL dereference in fbcon_cursor() + - Linux 5.4.110 + * Focal update: v5.4.109 upstream stable release (LP: #1923220) + - hugetlbfs: hugetlb_fault_mutex_hash() cleanup + - net: fec: ptp: avoid register access when ipg clock is disabled + - powerpc/4xx: Fix build errors from mfdcr() + - atm: eni: dont release is never initialized + - atm: lanai: dont run lanai_dev_close if not open + - Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" + - ALSA: hda: ignore invalid NHLT table + - ixgbe: Fix memleak in ixgbe_configure_clsu32 + - net: tehuti: fix error return code in bdx_probe() + - net: intel: iavf: fix error return code of iavf_init_get_resources() + - sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count + - gianfar: fix jumbo packets+napi+rx overrun crash + - cifs: ask for more credit on async read/write code paths + - cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev + - gpiolib: acpi: Add missing IRQF_ONESHOT + - nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default + - NFS: Correct size calculation for create reply length + - net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() + - net: wan: fix error return code of uhdlc_init() + - net: davicom: Use platform_get_irq_optional() + - atm: uPD98402: fix incorrect allocation + - atm: idt77252: fix null-ptr-dereference + - cifs: change noisy error message to FYI + - irqchip/ingenic: Add support for the JZ4760 + - sparc64: Fix opcode filtering in handling of no fault loads + - habanalabs: Call put_pid() when releasing control device + - u64_stats,lockdep: Fix u64_stats_init() vs lockdep + - regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck + - drm/amd/display: Revert dram_clock_change_latency for DCN2.1 + - drm/amdgpu: fb BO should be ttm_bo_type_device + - drm/radeon: fix AGP dependency + - nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() + - nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted + - nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a + - nfs: we don't support removing system.nfs4_acl + - block: Suppress uevent for hidden device when removed + - ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls + - ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign + - netsec: restore phy power state after controller reset + - platform/x86: intel-vbtn: Stop reporting SW_DOCK events + - squashfs: fix inode lookup sanity checks + - squashfs: fix xattr id and id lookup sanity checks + - kasan: fix per-page tags for non-page_alloc pages + - gcov: fix clang-11+ support + - ACPI: video: Add missing callback back for Sony VPCEH3U1E + - arm64: dts: ls1046a: mark crypto engine dma coherent + - arm64: dts: ls1012a: mark crypto engine dma coherent + - arm64: dts: ls1043a: mark crypto engine dma coherent + - ARM: dts: at91-sama5d27_som1: fix phy address to 7 + - integrity: double check iint_cache was initialized + - dm verity: fix DM_VERITY_OPTS_MAX value + - dm ioctl: fix out of bounds array access when no devices + - bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD + - veth: Store queue_mapping independently of XDP prog presence + - libbpf: Fix INSTALL flag order + - net/mlx5e: Don't match on Geneve options in case option masks are all zero + - ipv6: fix suspecious RCU usage warning + - macvlan: macvlan_count_rx() needs to be aware of preemption + - net: sched: validate stab values + - net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port + - igc: Fix Pause Frame Advertising + - igc: Fix Supported Pause Frame Link Setting + - e1000e: add rtnl_lock() to e1000_reset_task + - e1000e: Fix error handling in e1000_set_d0_lplu_state_82571 + - net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template + - ftgmac100: Restart MAC HW once + - selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed + - netfilter: ctnetlink: fix dump of the expect mask attribute + - tcp: relookup sock for RST+ACK packets handled by obsolete req sock + - can: peak_usb: add forgotten supported devices + - can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate + - can: kvaser_pciefd: Always disable bus load reporting + - can: c_can_pci: c_can_pci_remove(): fix use-after-free + - can: c_can: move runtime PM enable/disable to c_can_platform + - can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning + - can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors + - mac80211: fix rate mask reset + - nfp: flower: fix pre_tun mask id allocation + - libbpf: Use SOCK_CLOEXEC when opening the netlink socket + - octeontx2-af: Fix irq free in rvu teardown + - octeontx2-af: fix infinite loop in unmapping NPC counter + - net: cdc-phonet: fix data-interface release on probe failure + - r8152: limit the RX buffer size of RTL8153A for USB 2.0 + - net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes + - selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value + - libbpf: Fix BTF dump of pointer-to-array-of-struct + - drm/msm: fix shutdown hook in case GPU components failed to bind + - arm64: kdump: update ppos when reading elfcorehdr + - PM: runtime: Defer suspending suppliers + - net/mlx5e: Fix error path for ethtool set-priv-flag + - PM: EM: postpone creating the debugfs dir till fs_initcall + - RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening + server + - bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs + - ACPI: scan: Rearrange memory allocation in acpi_device_add() + - ACPI: scan: Use unique number for instance_no + - perf auxtrace: Fix auxtrace queue conflict + - block: recalculate segment count for multi-segment discards correctly + - scsi: Revert "qla2xxx: Make sure that aborted commands are freed" + - scsi: qedi: Fix error return code of qedi_alloc_global_queues() + - scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() + - locking/mutex: Fix non debug version of mutex_lock_io_nested() + - x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() + - can: dev: Move device back to init netns on owning netns delete + - net: dsa: b53: VLAN filtering is global to all users + - net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() + - mac80211: fix double free in ibss_leave + - ext4: add reclaim checks to xattr code + - can: peak_usb: Revert "can: peak_usb: add forgotten supported devices" + - xen-blkback: don't leak persistent grants from xen_blkbk_map() + - Linux 5.4.109 + * Focal update: v5.4.108 upstream stable release (LP: #1923214) + - ASoC: ak4458: Add MODULE_DEVICE_TABLE + - ASoC: ak5558: Add MODULE_DEVICE_TABLE + - ALSA: dice: fix null pointer dereference when node is disconnected + - ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro + - ALSA: hda: generic: Fix the micmute led init state + - ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air + - Revert "PM: runtime: Update device status before letting suppliers suspend" + - ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel + mode + - ARM: 9044/1: vfp: use undef hook for VFP support detection + - btrfs: fix race when cloning extent buffer during rewind of an old root + - btrfs: fix slab cache flags for free space tree bitmap + - ASoC: fsl_ssi: Fix TDM slot setup for I2S mode + - ASoC: SOF: Intel: unregister DMIC device on probe error + - ASoC: SOF: intel: fix wrong poll bits in dsp power down + - ASoC: simple-card-utils: Do not handle device clock + - afs: Stop listxattr() from listing "afs.*" attributes + - nvme: fix Write Zeroes limitations + - nvme-tcp: fix possible hang when failing to set io queues + - nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU + - nvmet: don't check iosqes,iocqes for discovery controllers + - nfsd: Don't keep looking up unhashed files in the nfsd file cache + - NFSD: Repair misuse of sv_lock in 5.10.16-rt30. + - svcrdma: disable timeouts on rdma backchannel + - vfio: IOMMU_API should be selected + - sunrpc: fix refcount leak for rpc auth modules + - net/qrtr: fix __netdev_alloc_skb call + - kbuild: Fix for empty SUBLEVEL or PATCHLEVEL again + - riscv: Correct SPARSEMEM configuration + - scsi: lpfc: Fix some error codes in debugfs + - scsi: myrs: Fix a double free in myrs_cleanup() + - counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED + - nvme-rdma: fix possible hang when failing to set io queues + - usb-storage: Add quirk to defeat Kindle's automatic unload + - usbip: Fix incorrect double assignment to udc->ud.tcp_rx + - USB: replace hardcode maximum usb string length by definition + - usb: gadget: configfs: Fix KASAN use-after-free + - usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- + - iio:adc:stm32-adc: Add HAS_IOMEM dependency + - iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel + - iio: adis16400: Fix an error code in adis16400_initial_setup() + - iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler + - iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask + - iio: hid-sensor-humidity: Fix alignment issue of timestamp channel + - iio: hid-sensor-prox: Fix scale not correct issue + - iio: hid-sensor-temperature: Fix issues of timestamp channel + - counter: stm32-timer-cnt: fix ceiling write max value + - PCI: rpadlpar: Fix potential drc_name corruption in store functions + - perf/x86/intel: Fix a crash caused by zero PEBS status + - x86/ioapic: Ignore IRQ2 again + - kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() + - x86: Move TS_COMPAT back to asm/thread_info.h + - x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() + - ext4: find old entry again if failed to rename whiteout + - ext4: do not try to set xattr into ea_inode if value is empty + - ext4: fix potential error in ext4_do_update_inode + - efi: use 32-bit alignment for efi_guid_t literals + - firmware/efi: Fix a use after bug in efi_mem_reserve_persistent + - genirq: Disable interrupts for force threaded handlers + - x86/apic/of: Fix CPU devicetree-node lookups + - cifs: Fix preauth hash corruption + - Linux 5.4.108 + * Focal update: v5.4.107 upstream stable release (LP: #1923210) + - KVM: arm64: nvhe: Save the SPE context early + - btrfs: scrub: Don't check free space before marking a block group RO + - drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang + - drm/i915/gvt: Fix mmio handler break on BXT/APL. + - drm/i915/gvt: Fix virtual display setup for BXT/APL + - drm/i915/gvt: Fix port number for BDW on EDID region setup + - drm/i915/gvt: Fix vfio_edid issue for BXT/APL + - fuse: fix live lock in fuse_iget() + - crypto: x86 - Regularize glue function prototypes + - crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg + - crypto: x86/aes-ni-xts - use direct calls to and 4-way stride + - net: dsa: tag_mtk: fix 802.1ad VLAN egress + - net: dsa: b53: Support setting learning on port + - Linux 5.4.107 + + -- Tim Gardner Tue, 11 May 2021 10:13:01 -0600 + +linux-aws (5.4.0-1048.50) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1048.50 -proposed tracker (LP: #1926967) + + * Focal update: v5.4.106 upstream stable release (LP: #1920246) + - [Config] aws: update abi for rc-cec + + [ Ubuntu: 5.4.0-73.82 ] + + * focal/linux: 5.4.0-73.82 -proposed tracker (LP: #1923781) + * Packaging resync (LP: #1786013) + - update dkms package versions + * CIFS DFS entries not accessible with 5.4.0-71.74-generic (LP: #1923670) + - Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting + cifs_sb->prepath." + * CVE-2021-29650 + - Revert "netfilter: x_tables: Update remaining dereference to RCU" + - Revert "netfilter: x_tables: Switch synchronization to RCU" + - netfilter: x_tables: Use correct memory barriers. + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key + (LP: #1918134) + - [Packaging] dkms-build{,--nvidia-N} sync back from LRMv4 + * 5.4 kernel: when iommu is on crashdump fails (LP: #1922738) + - iommu/vt-d: Refactor find_domain() helper + - iommu/vt-d: Add attach_deferred() helper + - iommu/vt-d: Move deferred device attachment into helper function + - iommu/vt-d: Do deferred attachment in iommu_need_mapping() + - iommu/vt-d: Remove deferred_attach_domain() + - iommu/vt-d: Simplify check in identity_mapping() + * Backport mlx5e fix for tunnel offload (LP: #1921769) + - net/mlx5e: Check tunnel offload is required before setting SWP + * Bcache bypasse writeback on caching device with fragmentation (LP: #1900438) + - bcache: consider the fragmentation when update the writeback rate + * Fix implicit declaration warnings for kselftests/memfd test on newer + releases (LP: #1910323) + - selftests/memfd: Fix implicit declaration warnings + * net/mlx5e: Add missing capability check for uplink follow (LP: #1921104) + - net/mlx5e: Add missing capability check for uplink follow + * [UBUNUT 21.04] s390/vtime: fix increased steal time accounting + (LP: #1921498) + - s390/vtime: fix increased steal time accounting + * Mute/Mic-mute LEDs are not work on HP 850/840/440 G8 Laptops (LP: #1920030) + - ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8 + - ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8 + - ALSA: hda/realtek: fix mute/micmute LEDs for HP 850 G8 + * Focal update: v5.4.106 upstream stable release (LP: #1920246) + - uapi: nfnetlink_cthelper.h: fix userspace compilation error + - powerpc/pseries: Don't enforce MSI affinity with kdump + - ath9k: fix transmitting to stations in dynamic SMPS mode + - net: Fix gro aggregation for udp encaps with zero csum + - net: check if protocol extracted by virtio_net_hdr_set_proto is correct + - net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 + - sh_eth: fix TRSCER mask for SH771x + - can: skb: can_skb_set_owner(): fix ref counting if socket was closed before + setting skb ownership + - can: flexcan: assert FRZ bit in flexcan_chip_freeze() + - can: flexcan: enable RX FIFO after FRZ/HALT valid + - can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode + - can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before + entering Normal Mode + - tcp: add sanity tests to TCP_QUEUE_SEQ + - netfilter: nf_nat: undo erroneous tcp edemux lookup + - netfilter: x_tables: gpf inside xt_find_revision() + - selftests/bpf: No need to drop the packet when there is no geneve opt + - selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier + - samples, bpf: Add missing munmap in xdpsock + - ibmvnic: always store valid MAC address + - mt76: dma: do not report truncated frames to mac80211 + - powerpc/603: Fix protection of user pages mapped with PROT_NONE + - mount: fix mounting of detached mounts onto targets that reside on shared + mounts + - cifs: return proper error code in statfs(2) + - Revert "mm, slub: consider rest of partial list if acquire_slab() fails" + - net: enetc: don't overwrite the RSS indirection table when initializing + - net/mlx4_en: update moderation when config reset + - net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10 + - nexthop: Do not flush blackhole nexthops when loopback goes down + - net: sched: avoid duplicates in classes dump + - net: usb: qmi_wwan: allow qmimux add/del with master up + - netdevsim: init u64 stats for 32bit hardware + - cipso,calipso: resolve a number of problems with the DOI refcounts + - net: lapbether: Remove netif_start_queue / netif_stop_queue + - net: davicom: Fix regulator not turned off on failed probe + - net: davicom: Fix regulator not turned off on driver removal + - net: qrtr: fix error return code of qrtr_sendmsg() + - ixgbe: fail to create xfrm offload of IPsec tunnel mode SA + - net: stmmac: stop each tx channel independently + - net: stmmac: fix watchdog timeout during suspend/resume stress test + - selftests: forwarding: Fix race condition in mirror installation + - perf traceevent: Ensure read cmdlines are null terminated. + - net: hns3: fix query vlan mask value error for flow director + - net: hns3: fix bug when calculating the TCAM table info + - s390/cio: return -EFAULT if copy_to_user() fails again + - bnxt_en: reliably allocate IRQ table on reset to avoid crash + - drm/compat: Clear bounce structures + - drm/shmem-helper: Check for purged buffers in fault handler + - drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff + - drm: meson_drv add shutdown function + - s390/cio: return -EFAULT if copy_to_user() fails + - s390/crypto: return -EFAULT if copy_to_user() fails + - qxl: Fix uninitialised struct field head.surface_id + - sh_eth: fix TRSCER mask for R7S9210 + - media: usbtv: Fix deadlock on suspend + - media: v4l: vsp1: Fix uif null pointer access + - media: v4l: vsp1: Fix bru null pointer access + - media: rc: compile rc-cec.c into rc-core + - [Config] update abi for rc-cec + - net: hns3: fix error mask definition of flow director + - net: enetc: initialize RFS/RSS memories for unused ports too + - net: phy: fix save wrong speed and duplex problem if autoneg is on + - i2c: rcar: faster irq code to minimize HW race condition + - i2c: rcar: optimize cacheline to minimize HW race condition + - udf: fix silent AED tagLocation corruption + - mmc: mxs-mmc: Fix a resource leak in an error handling path in + 'mxs_mmc_probe()' + - mmc: mediatek: fix race condition between msdc_request_timeout and irq + - Platform: OLPC: Fix probe error handling + - powerpc/pci: Add ppc_md.discover_phbs() + - spi: stm32: make spurious and overrun interrupts visible + - powerpc: improve handling of unrecoverable system reset + - powerpc/perf: Record counter overflow always if SAMPLE_IP is unset + - HID: logitech-dj: add support for the new lightspeed connection iteration + - powerpc/64: Fix stack trace not displaying final frame + - iommu/amd: Fix performance counter initialization + - sparc32: Limit memblock allocation to low memory + - sparc64: Use arch_validate_flags() to validate ADI flag + - Input: applespi - don't wait for responses to commands indefinitely. + - PCI: xgene-msi: Fix race in installing chained irq handler + - PCI: mediatek: Add missing of_node_put() to fix reference leak + - kbuild: clamp SUBLEVEL to 255 + - PCI: Fix pci_register_io_range() memory leak + - i40e: Fix memory leak in i40e_probe + - s390/smp: __smp_rescan_cpus() - move cpumask away from stack + - sysctl.c: fix underflow value setting risk in vm_table + - scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling + - scsi: target: core: Add cmd length set before cmd complete + - scsi: target: core: Prevent underflow for service actions + - ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk + - ALSA: hda/hdmi: Cancel pending works before suspend + - ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support + - ALSA: hda: Drop the BATCH workaround for AMD controllers + - ALSA: hda: Flush pending unsolicited events before suspend + - ALSA: hda: Avoid spurious unsol event handling during S3/S4 + - ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar + - ALSA: usb-audio: Apply the control quirk to Plantronics headsets + - Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file + capabilities") + - arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL + - s390/dasd: fix hanging DASD driver unbind + - s390/dasd: fix hanging IO request during DASD driver unbind + - software node: Fix node registration + - mmc: core: Fix partition switch time for eMMC + - mmc: cqhci: Fix random crash when remove mmc module/card + - Goodix Fingerprint device is not a modem + - USB: gadget: u_ether: Fix a configfs return code + - usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio + slot + - usb: gadget: f_uac1: stop playback on function disable + - usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement + - usb: dwc3: qcom: Honor wakeup enabled/disabled state + - USB: usblp: fix a hang in poll() if disconnected + - usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM + - usb: xhci: do not perform Soft Retry for some xHCI hosts + - xhci: Improve detection of device initiated wake signal. + - usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing + - xhci: Fix repeated xhci wake after suspend due to uncleared internal wake + state + - USB: serial: io_edgeport: fix memory leak in edge_startup + - USB: serial: ch341: add new Product ID + - USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter + - USB: serial: cp210x: add some more GE USB IDs + - usbip: fix stub_dev to check for stream socket + - usbip: fix vhci_hcd to check for stream socket + - usbip: fix vudc to check for stream socket + - usbip: fix stub_dev usbip_sockfd_store() races leading to gpf + - usbip: fix vhci_hcd attach_store() races leading to gpf + - usbip: fix vudc usbip_sockfd_store races leading to gpf + - misc/pvpanic: Export module FDT device table + - misc: fastrpc: restrict user apps from sending kernel RPC messages + - staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan() + - staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan() + - staging: rtl8712: unterminated string leads to read overflow + - staging: rtl8188eu: fix potential memory corruption in + rtw_check_beacon_data() + - staging: ks7010: prevent buffer overflow in ks_wlan_set_scan() + - staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd + - staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan + - staging: comedi: addi_apci_1032: Fix endian problem for COS sample + - staging: comedi: addi_apci_1500: Fix endian problem for command sample + - staging: comedi: adv_pci1710: Fix endian problem for AI command data + - staging: comedi: das6402: Fix endian problem for AI command data + - staging: comedi: das800: Fix endian problem for AI command data + - staging: comedi: dmm32at: Fix endian problem for AI command data + - staging: comedi: me4000: Fix endian problem for AI command data + - staging: comedi: pcl711: Fix endian problem for AI command data + - staging: comedi: pcl818: Fix endian problem for AI command data + - sh_eth: fix TRSCER mask for R7S72100 + - arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory + - SUNRPC: Set memalloc_nofs_save() for sync tasks + - NFS: Don't revalidate the directory permissions on a lookup failure + - NFS: Don't gratuitously clear the inode cache when lookup failed + - NFSv4.2: fix return value of _nfs4_get_security_label() + - block: rsxx: fix error return code of rsxx_pci_probe() + - configfs: fix a use-after-free in __configfs_open_file + - arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds + - hrtimer: Update softirq_expires_next correctly after + __hrtimer_get_next_event() + - stop_machine: mark helpers __always_inline + - include/linux/sched/mm.h: use rcu_dereference in in_vfork() + - zram: fix return value on writeback_store + - sched/membarrier: fix missing local execution of ipi_sync_rq_state() + - powerpc/64s: Fix instruction encoding for lis in ppc_function_entry() + - binfmt_misc: fix possible deadlock in bm_register_write + - x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2 + - KVM: arm64: Fix exclusive limit for IPA size + - nvme: unlink head after removing last namespace + - nvme: release namespace head reference on error + - KVM: arm64: Ensure I-cache isolation between vcpus of a same VM + - KVM: arm64: Reject VM creation when the default IPA size is unsupported + - xen/events: reset affinity of 2-level event when tearing it down + - xen/events: don't unmask an event channel when an eoi is pending + - xen/events: avoid handling the same event on two cpus at the same time + - Linux 5.4.106 + * Focal update: v5.4.105 upstream stable release (LP: #1920244) + - net: dsa: add GRO support via gro_cells + - dm table: fix iterate_devices based device capability checks + - dm table: fix DAX iterate_devices based device capability checks + - dm table: fix zoned iterate_devices based device capability checks + - ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter + handling + - iommu/amd: Fix sleeping in atomic in increase_address_space() + - mwifiex: pcie: skip cancel_work_sync() on reset failure path + - platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines + - platform/x86: acer-wmi: Cleanup accelerometer device handling + - platform/x86: acer-wmi: Add new force_caps module parameter + - platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag + - platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices + - platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch + 10E SW3-016 + - HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter + - media: cx23885: add more quirks for reset DMA on some AMD IOMMU + - ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 + - ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140 + - PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller + - misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom + - drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register + - mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN + - HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo + Winpad A15 + - nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. + - nvme-pci: add quirks for Lexar 256GB SSD + - Linux 5.4.105 + * Focal update: v5.4.104 upstream stable release (LP: #1920238) + - tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality() + - tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality() + - btrfs: raid56: simplify tracking of Q stripe presence + - btrfs: fix raid6 qstripe kmap + - btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl + - btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata + - btrfs: unlock extents in btrfs_zero_range in case of quota reservation + errors + - btrfs: fix warning when creating a directory with smack enabled + - PM: runtime: Update device status before letting suppliers suspend + - dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size + - dm verity: fix FEC for RS roots unaligned to block size + - drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie + - arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL) + - crypto - shash: reduce minimum alignment of shash_desc structure + - usbip: tools: fix build error for multiple definition + - ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits + - RDMA/rxe: Fix missing kconfig dependency on CRYPTO + - IB/mlx5: Add missing error code + - ALSA: hda: intel-nhlt: verify config type + - ftrace: Have recordmcount use w8 to read relp->r_info in + arm64_is_fake_mcount + - rsxx: Return -EFAULT if copy_to_user() fails + - r8169: fix resuming from suspend on RTL8105e if machine runs on battery + - Linux 5.4.104 + * Focal update: v5.4.103 upstream stable release (LP: #1920235) + - net: usb: qmi_wwan: support ZTE P685M modem + - nvme-pci: refactor nvme_unmap_data + - nvme-pci: fix error unwind in nvme_map_data + - arm64 module: set plt* section addresses to 0x0 + - MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target=' + - JFS: more checks for invalid superblock + - udlfb: Fix memory leak in dlfb_usb_probe + - media: mceusb: sanity check for prescaler value + - erofs: fix shift-out-of-bounds of blkszbits + - media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate + - xfs: Fix assert failure in xfs_setattr_size() + - net/af_iucv: remove WARN_ONCE on malformed RX packets + - smackfs: restrict bytes count in smackfs write functions + - net: fix up truesize of cloned skb in skb_prepare_for_shift() + - nbd: handle device refs for DESTROY_ON_DISCONNECT properly + - mm/hugetlb.c: fix unnecessary address expansion of pmd sharing + - net: bridge: use switchdev for port flags set through sysfs too + - net: ag71xx: remove unnecessary MTU reservation + - net: fix dev_ifsioc_locked() race condition + - dt-bindings: ethernet-controller: fix fixed-link specification + - dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ + - MIPS: Drop 32-bit asm string functions + - drm/virtio: use kvmalloc for large allocations + - rsi: Fix TX EAPOL packet handling against iwlwifi AP + - rsi: Move card interrupt handling to RX thread + - staging: fwserial: Fix error handling in fwserial_create + - x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk + - vt/consolemap: do font sum unsigned + - wlcore: Fix command execute failure 19 for wl12xx + - Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl + - pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() + - ath10k: fix wmi mgmt tx queue full due to race condition + - x86/build: Treat R_386_PLT32 relocation as R_386_PC32 + - Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data + - staging: most: sound: add sanity check for function argument + - staging: bcm2835-audio: Replace unsafe strcpy() with strscpy() + - brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet + - brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet + - drm/hisilicon: Fix use-after-free + - crypto: tcrypt - avoid signed overflow in byte count + - drm/amdgpu: Add check to prevent IH overflow + - PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse + - drm/amd/display: Guard against NULL pointer deref when get_i2c_info fails + - media: uvcvideo: Allow entities with no pads + - f2fs: handle unallocated section and zone on pinned/atgc + - f2fs: fix to set/clear I_LINKABLE under i_lock + - nvme-core: add cancel tagset helpers + - nvme-rdma: add clean action for failed reconnection + - nvme-tcp: add clean action for failed reconnection + - ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() + - btrfs: fix error handling in commit_fs_roots + - perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[] + - parisc: Bump 64-bit IRQ stack size to 64 KB + - sched/features: Fix hrtick reprogramming + - ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R + tablet + - ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tablet + - ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet + - ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet + - Xen/gnttab: handle p2m update errors on a per-slot basis + - xen-netback: respect gnttab_map_refs()'s return value + - zsmalloc: account the number of compacted pages correctly + - swap: fix swapfile read/write offset + - media: v4l: ioctl: Fix memory leak in video_usercopy + - ALSA: hda/realtek: Add quirk for Clevo NH55RZQ + - ALSA: hda/realtek: Add quirk for Intel NUC 10 + - ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board + - Linux 5.4.103 + * Focal update: v5.4.102 upstream stable release (LP: #1918974) + - vmlinux.lds.h: add DWARF v5 sections + - kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host + - debugfs: be more robust at handling improper input in debugfs_lookup() + - debugfs: do not attempt to create a new file before the filesystem is + initalized + - kdb: Make memory allocations more robust + - PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 + - PCI: Decline to resize resources if boot config must be preserved + - virt: vbox: Do not use wait_event_interruptible when called from kernel + context + - bfq: Avoid false bfq queue merging + - ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode + - MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section + - random: fix the RNDRESEEDCRNG ioctl + - ath10k: Fix error handling in case of CE pipe init failure + - Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the + probe function + - Bluetooth: hci_uart: Fix a race for write_work scheduling + - Bluetooth: Fix initializing response id after clearing struct + - ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5 + - ARM: dts: exynos: correct PMIC interrupt trigger level on Monk + - ARM: dts: exynos: correct PMIC interrupt trigger level on Rinato + - ARM: dts: exynos: correct PMIC interrupt trigger level on Spring + - ARM: dts: exynos: correct PMIC interrupt trigger level on Arndale Octa + - ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid XU3 family + - arm64: dts: exynos: correct PMIC interrupt trigger level on TM2 + - arm64: dts: exynos: correct PMIC interrupt trigger level on Espresso + - memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops + - bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h + - bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args + - arm64: dts: allwinner: A64: properly connect USB PHY to port 0 + - arm64: dts: allwinner: H6: properly connect USB PHY to port 0 + - arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card + - arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency + - arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz + - cpufreq: brcmstb-avs-cpufreq: Free resources in error path + - cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove() + - ACPICA: Fix exception code class checks + - usb: gadget: u_audio: Free requests only after callback + - Bluetooth: drop HCI device reference before return + - Bluetooth: Put HCI device if inquiry procedure interrupts + - memory: ti-aemif: Drop child node when jumping out loop + - ARM: dts: Configure missing thermal interrupt for 4430 + - usb: dwc2: Do not update data length if it is 0 on inbound transfers + - usb: dwc2: Abort transaction after errors with unknown reason + - usb: dwc2: Make "trimming xfer length" a debug message + - staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rules + - ARM: dts: armada388-helios4: assign pinctrl to LEDs + - ARM: dts: armada388-helios4: assign pinctrl to each fan + - arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to + a53-firmware + - Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recv + - arm64: dts: msm8916: Fix reserved and rfsa nodes unit address + - ARM: s3c: fix fiq for clang IAS + - soc: aspeed: snoop: Add clock control logic + - bpf_lru_list: Read double-checked variable once without lock + - ath9k: fix data bus crash when setting nf_override via debugfs + - ibmvnic: Set to CLOSED state even on error + - bnxt_en: reverse order of TX disable and carrier off + - xen/netback: fix spurious event detection for common event case + - mac80211: fix potential overflow when multiplying to u32 integers + - bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx + - tcp: fix SO_RCVLOWAT related hangs under mem pressure + - net: axienet: Handle deferred probe on clock properly + - cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 + and ulds + - b43: N-PHY: Fix the update of coef for the PHY revision >= 3case + - ibmvnic: add memory barrier to protect long term buffer + - ibmvnic: skip send_request_unmap for timeout reset + - net: amd-xgbe: Reset the PHY rx data path when mailbox command timeout + - net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warning + - net: amd-xgbe: Reset link when the link never comes back + - net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFP + - net: mvneta: Remove per-cpu queue mapping for Armada 3700 + - fbdev: aty: SPARC64 requires FB_ATY_CT + - drm/gma500: Fix error return code in psb_driver_load() + - gma500: clean up error handling in init + - drm/fb-helper: Add missed unlocks in setcmap_legacy() + - crypto: sun4i-ss - linearize buffers content must be kept + - crypto: sun4i-ss - fix kmap usage + - crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled + - drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition + - MIPS: c-r4k: Fix section mismatch for loongson2_sc_init + - MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0 + - media: i2c: ov5670: Fix PIXEL_RATE minimum value + - media: imx: Unregister csc/scaler only if registered + - media: imx: Fix csc/scaler unregister + - media: camss: missing error code in msm_video_register() + - media: vsp1: Fix an error handling path in the probe function + - media: em28xx: Fix use-after-free in em28xx_alloc_urbs + - media: media/pci: Fix memleak in empress_init + - media: tm6000: Fix memleak in tm6000_start_stream + - media: aspeed: fix error return code in aspeed_video_setup_video() + - ASoC: cs42l56: fix up error handling in probe + - evm: Fix memleak in init_desc + - crypto: bcm - Rename struct device_private to bcm_device_private + - drm/sun4i: tcon: fix inverted DCLK polarity + - MIPS: properly stop .eh_frame generation + - bsg: free the request before return error code + - drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction. + - drm/amd/display: Fix HDMI deep color output for DCE 6-11. + - media: software_node: Fix refcounts in software_node_get_next_child() + - media: lmedm04: Fix misuse of comma + - media: qm1d1c0042: fix error return code in qm1d1c0042_init() + - media: cx25821: Fix a bug when reallocating some dma memory + - media: pxa_camera: declare variable when DEBUG is defined + - media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex values + - sched/eas: Don't update misfit status if the task is pinned + - mtd: parser: imagetag: fix error codes in + bcm963xx_parse_imagetag_partitions() + - crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error) + - drm/nouveau: bail out of nouveau_channel_new if channel init fails + - ata: ahci_brcm: Add back regulators management + - ASoC: cpcap: fix microphone timeslot mask + - mtd: parsers: afs: Fix freeing the part name memory in failure + - f2fs: fix to avoid inconsistent quota data + - drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask() + - f2fs: fix a wrong condition in __submit_bio + - Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() + - ASoC: SOF: debug: Fix a potential issue on string buffer termination + - btrfs: clarify error returns values in __load_free_space_cache + - hwrng: timeriomem - Fix cooldown period calculation + - crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() + - ima: Free IMA measurement buffer on error + - ima: Free IMA measurement buffer after kexec syscall + - ASoC: simple-card-utils: Fix device module clock + - fs/jfs: fix potential integer overflow on shift of a int + - jffs2: fix use after free in jffs2_sum_write_data() + - ubifs: Fix memleak in ubifs_init_authentication + - ubifs: Fix error return code in alloc_wbufs() + - capabilities: Don't allow writing ambiguous v3 file capabilities + - HSI: Fix PM usage counter unbalance in ssi_hw_init + - clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLL + - clk: meson: clk-pll: make "ret" a signed integer + - clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate() + - quota: Fix memory leak when handling corrupted quota file + - i2c: iproc: handle only slave interrupts which are enabled + - i2c: iproc: update slave isr mask (ISR_MASK_SLAVE) + - i2c: iproc: handle master read request + - spi: cadence-quadspi: Abort read if dummy cycles required are too many + - clk: sunxi-ng: h6: Fix CEC clock + - HID: core: detect and skip invalid inputs to snto32() + - RDMA/siw: Fix handling of zero-sized Read and Receive Queues. + - dmaengine: fsldma: Fix a resource leak in the remove function + - dmaengine: fsldma: Fix a resource leak in an error handling path of the + probe function + - dmaengine: owl-dma: Fix a resource leak in the remove function + - dmaengine: hsu: disable spurious interrupt + - mfd: bd9571mwv: Use devm_mfd_add_devices() + - fdt: Properly handle "no-map" field in the memory region + - of/fdt: Make sure no-map does not remove already reserved regions + - power: reset: at91-sama5d2_shdwc: fix wkupdbc mask + - rtc: s5m: select REGMAP_I2C + - clocksource/drivers/ixp4xx: Select TIMER_OF when needed + - clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is defined + - RDMA/mlx5: Use the correct obj_id upon DEVX TIR creation + - clk: sunxi-ng: h6: Fix clock divider range on some clocks + - regulator: axp20x: Fix reference cout leak + - certs: Fix blacklist flag type confusion + - regulator: s5m8767: Fix reference count leak + - spi: atmel: Put allocated master before return + - regulator: s5m8767: Drop regulators OF node reference + - regulator: core: Avoid debugfs: Directory ... already present! error + - isofs: release buffer head before return + - auxdisplay: ht16k33: Fix refresh rate handling + - objtool: Fix error handling for STD/CLD warnings + - objtool: Fix ".cold" section suffix check for newer versions of GCC + - IB/umad: Return EIO in case of when device disassociated + - IB/umad: Return EPOLLERR in case of when device disassociated + - KVM: PPC: Make the VMX instruction emulation routines static + - powerpc/47x: Disable 256k page size + - mmc: sdhci-sprd: Fix some resource leaks in the remove function + - mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probe + - mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to + 128-bytes + - ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ cores + - i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev struct + - amba: Fix resource leak for drivers without .remove + - IB/mlx5: Return appropriate error code instead of ENOMEM + - IB/cm: Avoid a loop when device has 255 ports + - tracepoint: Do not fail unregistering a probe due to memory failure + - perf tools: Fix DSO filtering when not finding a map for a sampled address + - perf vendor events arm64: Fix Ampere eMag event typo + - RDMA/rxe: Fix coding error in rxe_recv.c + - RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt + - RDMA/rxe: Correct skb on loopback path + - spi: stm32: properly handle 0 byte transfer + - mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq() + - powerpc/pseries/dlpar: handle ibm, configure-connector delay status + - powerpc/8xx: Fix software emulation interrupt + - clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLs + - RDMA/hns: Fixed wrong judgments in the goto branch + - RDMA/siw: Fix calculation of tx_valid_cpus size + - RDMA/hns: Fix type of sq_signal_bits + - spi: pxa2xx: Fix the controller numbering for Wildcat Point + - regulator: qcom-rpmh: fix pm8009 ldo7 + - clk: aspeed: Fix APLL calculate formula from ast2600-A2 + - nfsd: register pernet ops last, unregister first + - RDMA/hns: Fixes missing error code of CMDQ + - Input: sur40 - fix an error code in sur40_probe() + - perf intel-pt: Fix missing CYC processing in PSB + - perf intel-pt: Fix premature IPC + - perf test: Fix unaligned access in sample parsing test + - Input: elo - fix an error code in elo_connect() + - sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is set + - misc: eeprom_93xx46: Fix module alias to enable module autoprobe + - phy: rockchip-emmc: emmc_phy_init() always return 0 + - misc: eeprom_93xx46: Add module alias to avoid breaking support for non + device tree users + - soundwire: cadence: fix ACK/NAK handling + - pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() + - VMCI: Use set_page_dirty_lock() when unregistering guest memory + - PCI: Align checking of syscall user config accessors + - mei: hbm: call mei_set_devstate() on hbm stop response + - drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY) + - drm/msm/mdp5: Fix wait-for-commit for cmd panels + - vfio/iommu_type1: Fix some sanity checks in detach group + - ext4: fix potential htree index checksum corruption + - nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of() + - nvmem: core: skip child nodes not matching binding + - regmap: sdw: use _no_pm functions in regmap_read/write + - i40e: Fix flow for IPv6 next header (extension header) + - i40e: Add zero-initialization of AQ command structures + - i40e: Fix overwriting flow control settings during driver loading + - i40e: Fix addition of RX filters after enabling FW LLDP agent + - i40e: Fix VFs not created + - i40e: Fix add TC filter for IPv6 + - vfio/type1: Use follow_pte() + - net/mlx4_core: Add missed mlx4_free_cmd_mailbox() + - vxlan: move debug check after netdev unregister + - ocfs2: fix a use after free on error + - mm/memory.c: fix potential pte_unmap_unlock pte error + - mm/hugetlb: fix potential double free in hugetlb_register_node() error path + - mm/compaction: fix misbehaviors of fast_find_migrateblock() + - r8169: fix jumbo packet handling on RTL8168e + - arm64: Add missing ISB after invalidating TLB in __primary_switch + - i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition + - mm/rmap: fix potential pte_unmap on an not mapped pte + - scsi: bnx2fc: Fix Kconfig warning & CNIC build errors + - blk-settings: align max_sectors on "logical_block_size" boundary + - ACPI: property: Fix fwnode string properties matching + - ACPI: configfs: add missing check after configfs_register_default_group() + - HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming + - HID: wacom: Ignore attempts to overwrite the touch_max value from HID + - Input: raydium_ts_i2c - do not send zero length + - Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox + Series X|S + - Input: joydev - prevent potential read overflow in ioctl + - Input: i8042 - add ASUS Zenbook Flip to noselftest list + - media: mceusb: Fix potential out-of-bounds shift + - USB: serial: option: update interface mapping for ZTE P685M + - usb: musb: Fix runtime PM race in musb_queue_resume_work + - usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1 + - usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt + - USB: serial: ftdi_sio: fix FTX sub-integer prescaler + - USB: serial: mos7840: fix error code in mos7840_write() + - USB: serial: mos7720: fix error code in mos7720_write() + - ALSA: hda: Add another CometLake-H PCI ID + - ALSA: hda/realtek: modify EAPD in the ALC886 + - Revert "bcache: Kill btree_io_wq" + - bcache: Give btree_io_wq correct semantics again + - bcache: Move journal work to new flush wq + - drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1 + - drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2) + - drm/nouveau/kms: handle mDP connectors + - drm/sched: Cancel and flush all outstanding jobs before finish. + - erofs: initialized fields can only be observed after bit is set + - tpm_tis: Fix check_locality for correct locality acquisition + - tpm_tis: Clean up locality release + - KEYS: trusted: Fix migratable=1 failing + - btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root + - btrfs: fix reloc root leak with 0 ref reloc roots on recovery + - btrfs: splice remaining dirty_bg's onto the transaction dirty bg list + - btrfs: fix extent buffer leak on failure to copy root + - crypto: arm64/sha - add missing module aliases + - crypto: aesni - prevent misaligned buffers on the stack + - crypto: sun4i-ss - checking sg length is not sufficient + - crypto: sun4i-ss - handle BigEndian for cipher + - crypto: sun4i-ss - initialize need_fallback + - seccomp: Add missing return in non-void function + - misc: rtsx: init of rts522a add OCP power off when no card is present + - drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue + - pstore: Fix typo in compression option name + - dts64: mt7622: fix slow sd card access + - staging/mt7621-dma: mtk-hsdma.c->hsdma-mt7621.c + - staging: gdm724x: Fix DMA from stack + - staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table + - media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt() + - x86/virt: Eat faults on VMXOFF in reboot flows + - x86/reboot: Force all cpus to exit VMX root if VMX is supported + - powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan + - rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers + - rcu/nocb: Perform deferred wake up before last idle's need_resched() check + - floppy: reintroduce O_NDELAY fix + - arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() + fails + - arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing + - watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ + - watchdog: mei_wdt: request stop on unregister + - mtd: spi-nor: sfdp: Fix last erase region marking + - mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region + - mtd: spi-nor: core: Fix erase type discovery for overlaid region + - mtd: spi-nor: core: Add erase size check for erase command initialization + - mtd: spi-nor: hisi-sfc: Put child node np on error path + - fs/affs: release old buffer head on error path + - seq_file: document how per-entry resources are managed. + - x86: fix seq_file iteration for pat/memtype.c + - hugetlb: fix update_and_free_page contig page struct assumption + - hugetlb: fix copy_huge_page_from_user contig page struct assumption + - arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55 + - media: smipcie: fix interrupt handling and IR timeout + - module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols + - mmc: sdhci-esdhc-imx: fix kernel panic when remove module + - powerpc/32s: Add missing call to kuep_lock on syscall entry + - spmi: spmi-pmic-arb: Fix hw_irq overflow + - gpio: pcf857x: Fix missing first interrupt + - printk: fix deadlock when kernel panic + - cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if + available + - s390/vtime: fix inline assembly clobber list + - virtio/s390: implement virtio-ccw revision 2 correctly + - um: mm: check more comprehensively for stub changes + - f2fs: fix out-of-repair __setattr_copy() + - sparc32: fix a user-triggerable oops in clear_user() + - spi: spi-synquacer: fix set_cs handling + - gfs2: Don't skip dlm unlock if glock has an lvb + - gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end + - dm: fix deadlock when swapping to encrypted device + - dm writecache: fix writing beyond end of underlying device when shrinking + - dm era: Recover committed writeset after crash + - dm era: Verify the data block size hasn't changed + - dm era: Fix bitset memory leaks + - dm era: Use correct value size in equality function of writeset tree + - dm era: Reinitialize bitset cache before digesting a new writeset + - dm era: only resize metadata in preresume + - drm/i915: Reject 446-480MHz HDMI clock on GLK + - icmp: introduce helper for nat'd source address in network device context + - icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=n + - gtp: use icmp_ndo_send helper + - sunvnet: use icmp_ndo_send helper + - xfrm: interface: use icmp_ndo_send helper + - ipv6: icmp6: avoid indirect call for icmpv6_send() + - ipv6: silence compilation warning for non-IPV6 builds + - net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending + - net: sched: fix police ext initialization + - dm era: Update in-core bitset after committing the metadata + - net: qrtr: Fix memory leak in qrtr_tun_open + - ARM: dts: aspeed: Add LCLK to lpc-snoop + - Linux 5.4.102 + * eeh-basic.sh from powerpc in ubuntu_kernel_selftests failed with unexpected + operator on F-5.8 (LP: #1909428) + - selftests/powerpc: Make the test check in eeh-basic.sh posix compliant + + -- Tim Gardner Mon, 03 May 2021 11:51:49 -0600 + +linux-aws (5.4.0-1047.49) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1047.49 -proposed tracker (LP: #1926522) + + * locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (LP: #1926184) + - locking/qrwlock: Fix ordering in queued_write_lock_slowpath() + + -- Kelsey Skunberg Wed, 28 Apr 2021 16:08:07 -0600 + +linux-aws (5.4.0-1045.47) focal; urgency=medium + + [ Ubuntu: 5.4.0-72.80 ] + + * overlayfs calls vfs_setxattr without cap_convert_nscap + - vfs: move cap_convert_nscap() call into vfs_setxattr() + * CVE-2021-3492 + - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace() + error paths + - SAUCE: shiftfs: handle copy_to_user() return values correctly + * CVE-2021-29154 + - SAUCE: bpf, x86: Validate computation of branch displacements for x86-64 + - SAUCE: bpf, x86: Validate computation of branch displacements for x86-32 + + -- Ian May Mon, 12 Apr 2021 23:09:11 -0500 + +linux-aws (5.4.0-1043.45) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1043.45 -proposed tracker (LP: #1923247) + + * linux-aws 5.4.0-1042.44 has incorrect DKMS versions (LP: #1923245) + - [Packaging] Fix incorrect DKMS versions + + -- Tim Gardner Fri, 09 Apr 2021 14:09:00 -0600 + +linux-aws (5.4.0-1042.44) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1042.44 -proposed tracker (LP: #1921016) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enforce CONFIG_DRM_BOCHS=m (LP: #1916290) + - [Config] aws: Enforce CONFIG_DRM_BOCHS=m + + * aws: fix hibernation issues on c5.18xlarge (LP: #1918694) + - SAUCE: aws: kvm: double the size of hv_clock_boot + + * aws: update Xen hibernation patch set (LP: #1913410) + - Revert "UBUNTU: SAUCE: xen-netfront: prevent unnecessary close on hibernate" + - Revert "UBUNTU: SAUCE: xen: Update sched clock offset to avoid system + instability in hibernation" + - Revert "UBUNTU: SAUCE: xen: Introduce wrapper for save/restore sched clock + offset" + - Revert "UBUNTU: SAUCE: x86/xen: save and restore steal clock" + - Revert "UBUNTU: SAUCE: xen/time: introduce xen_{save,restore}_steal_clock" + - Revert "UBUNTU: SAUCE: xen-netfront: add callbacks for PM suspend and + hibernation" + - Revert "UBUNTU: SAUCE: xen-blkfront: add callbacks for PM suspend and + hibernation" + - Revert "UBUNTU: SAUCE: genirq: Shutdown irq chips in suspend/resume during + hibernation" + - Revert "UBUNTU: SAUCE: x86/xen: add system core suspend and resume + callbacks" + - Revert "UBUNTU: SAUCE: x86/xen: Introduce new function to map + HYPERVISOR_shared_info on Resume" + - Revert "UBUNTU: SAUCE: xenbus: add freeze/thaw/restore callbacks support" + - Revert "UBUNTU: SAUCE: xen/manage: keep track of the on-going suspend mode" + - SAUCE: xen/manage: keep track of the on-going suspend mode + - SAUCE: xen/manage: introduce helper function to know the on-going suspend + mode + - SAUCE: xenbus: add freeze/thaw/restore callbacks support + - SAUCE: x86/xen: Introduce new function to map HYPERVISOR_shared_info on + Resume + - SAUCE: x86/xen: add system core suspend and resume callbacks + - SAUCE: xen-blkfront: add callbacks for PM suspend and hibernation + - SAUCE: xen-netfront: add callbacks for PM suspend and hibernation support + - SAUCE: xen/time: introduce xen_{save,restore}_steal_clock + - SAUCE: x86/xen: save and restore steal clock + - SAUCE: xen/events: add xen_shutdown_pirqs helper function + - SAUCE: x86/xen: close event channels for PIRQs in system core suspend + callback + - SAUCE: xen-blkfront: add 'persistent_grants' parameter + - SAUCE: Revert "xen: dont fiddle with event channel masking in + suspend/resume" + - SAUCE: xen-blkfront: Fixed blkfront_restore to remove a call to negotiate_mq + - SAUCE: block: xen-blkfront: consider new dom0 features on restore + - SAUCE: xen: restore pirqs on resume from hibernation. + - SAUCE: xen: Only restore the ACPI SCI interrupt in xen_restore_pirqs. + - SAUCE: xen-netfront: call netif_device_attach on resume + - SAUCE: xen: Restore xen-pirqs on resume from hibernation + - SAUCE: block/xen-blkfront: bump the maximum number of indirect segments up + to 64 + - SAUCE: x86: tsc: avoid system instability in hibernation + - SAUCE: ACPICA: Enable sleep button on ACPI legacy wake + - SAUCE: xen-netfront: prevent unnecessary close on hibernate + + * aws: update patch to batch hibernate and resume IO requests (LP: #1902864) + - Revert "UBUNTU: SAUCE: [aws] PM / hibernate: Speed up hibernation by + batching requests" + - PM: hibernate: Batch hibernate and resume IO requests + + [ Ubuntu: 5.4.0-71.79 ] + + * focal/linux: 5.4.0-71.79 -proposed tracker (LP: #1921040) + * selftests: bpf verifier fails after sanitize_ptr_alu fixes (LP: #1920995) + - bpf: Simplify alu_limit masking for pointer arithmetic + - bpf: Add sanity check for upper ptr_limit + - bpf, selftests: Fix up some test_verifier cases for unprivileged + * Packaging resync (LP: #1786013) + - update dkms package versions + * Fix missing HDMI/DP audio on NVidia card after S3 (LP: #1918228) + - ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handling + - ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacks + - ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs() + - ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld() + * Focal update: v5.4.101 upstream stable release (LP: #1918170) + - HID: make arrays usage and value to be the same + - USB: quirks: sort quirk entries + - usb: quirks: add quirk to start video capture on ELMO L-12F document camera + reliable + - ntfs: check for valid standard information attribute + - arm64: tegra: Add power-domain for Tegra210 HDA + - scripts: use pkg-config to locate libcrypto + - scripts: set proper OpenSSL include dir also for sign-file + - mm: unexport follow_pte_pmd + - mm: simplify follow_pte{,pmd} + - KVM: do not assume PTE is writable after follow_pfn + - mm: provide a saner PTE walking API for modules + - KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() + - NET: usb: qmi_wwan: Adding support for Cinterion MV31 + - cxgb4: Add new T6 PCI device id 0x6092 + - cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. + - scripts/recordmcount.pl: support big endian for ARCH sh + - Linux 5.4.101 + * Focal update: v5.4.100 upstream stable release (LP: #1918168) + - KVM: SEV: fix double locking due to incorrect backport + - net: qrtr: Fix port ID for control messages + - net: bridge: Fix a warning when del bridge sysfs + - Xen/x86: don't bail early from clear_foreign_p2m_mapping() + - Xen/x86: also check kernel mapping in set_foreign_p2m_mapping() + - Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages() + - Xen/gntdev: correct error checking in gntdev_map_grant_pages() + - xen/arm: don't ignore return errors from set_phys_to_machine + - xen-blkback: don't "handle" error by BUG() + - xen-netback: don't "handle" error by BUG() + - xen-scsiback: don't "handle" error by BUG() + - xen-blkback: fix error handling in xen_blkbk_map() + - media: pwc: Use correct device for DMA + - btrfs: fix backport of 2175bf57dc952 in 5.4.95 + - Linux 5.4.100 + * Focal update: v5.4.99 upstream stable release (LP: #1918167) + - gpio: ep93xx: fix BUG_ON port F usage + - gpio: ep93xx: Fix single irqchip with multi gpiochips + - tracing: Do not count ftrace events in top level enable output + - tracing: Check length before giving out the filter buffer + - arm/xen: Don't probe xenbus as part of an early initcall + - cgroup: fix psi monitor for root cgroup + - arm64: dts: rockchip: Fix PCIe DT properties on rk3399 + - arm64: dts: qcom: sdm845: Reserve LPASS clocks in gcc + - ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled + - platform/x86: hp-wmi: Disable tablet-mode reporting by default + - ovl: perform vfs_getxattr() with mounter creds + - cap: fix conversions on getxattr + - ovl: skip getxattr of security labels + - nvme-pci: ignore the subsysem NQN on Phison E16 + - drm/amd/display: Add more Clock Sources to DCN2.1 + - drm/amd/display: Fix dc_sink kref count in emulated_link_detect + - drm/amd/display: Free atomic state after drm_atomic_commit + - drm/amd/display: Decrement refcount of dc_sink before reassignment + - riscv: virt_addr_valid must check the address belongs to linear mapping + - bfq-iosched: Revert "bfq: Fix computation of shallow depth" + - ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL + - ARM: ensure the signal page contains defined contents + - ARM: kexec: fix oops after TLB are invalidated + - vmlinux.lds.h: Create section for protection against instrumentation + - lkdtm: don't move ctors to .rodata + - mt76: dma: fix a possible memory leak in mt76_add_fragment() + - drm/vc4: hvs: Fix buffer overflow with the dlist handling + - bpf: Check for integer overflow when using roundup_pow_of_two() + - netfilter: xt_recent: Fix attempt to update deleted entry + - netfilter: nftables: fix possible UAF over chains from packet path in netns + - netfilter: flowtable: fix tcp and udp header checksum update + - xen/netback: avoid race in xenvif_rx_ring_slots_available() + - net: enetc: initialize the RFS and RSS memories + - selftests: txtimestamp: fix compilation issue + - net: stmmac: set TxQ mode back to DCB after disabling CBS + - ibmvnic: Clear failover_pending if unable to schedule + - netfilter: conntrack: skip identical origin tuple in same zone only + - x86/build: Disable CET instrumentation in the kernel for 32-bit too + - net: hns3: add a check for queue_id in hclge_reset_vf_queue() + - firmware_loader: align .builtin_fw to 8 + - drm/sun4i: tcon: set sync polarity for tcon1 channel + - drm/sun4i: Fix H6 HDMI PHY configuration + - drm/sun4i: dw-hdmi: Fix max. frequency for H6 + - clk: sunxi-ng: mp: fix parent rate change flag check + - i2c: stm32f7: fix configuration of the digital filter + - h8300: fix PREEMPTION build, TI_PRE_COUNT undefined + - usb: dwc3: ulpi: fix checkpatch warning + - usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one + - rxrpc: Fix clearance of Tx/Rx ring when releasing a call + - udp: fix skb_copy_and_csum_datagram with odd segment sizes + - net: dsa: call teardown method on probe failure + - net: gro: do not keep too many GRO packets in napi->rx_list + - net: fix iteration for sctp transport seq_files + - net/vmw_vsock: improve locking in vsock_connect_timeout() + - net: watchdog: hold device global xmit lock during tx disable + - vsock/virtio: update credit only if socket is not closed + - vsock: fix locking in vsock_shutdown() + - net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS + - net/qrtr: restrict user-controlled length in qrtr_tun_write_iter() + - ovl: expand warning in ovl_d_real() + - Linux 5.4.99 + * Focal update: v5.4.98 upstream stable release (LP: #1918158) + - tracing/kprobe: Fix to support kretprobe events on unloaded modules + - af_key: relax availability checks for skb size calculation + - regulator: core: avoid regulator_resolve_supply() race condition + - mac80211: 160MHz with extended NSS BW in CSA + - ASoC: Intel: Skylake: Zero snd_ctl_elem_value + - chtls: Fix potential resource leak + - pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() + - ASoC: ak4458: correct reset polarity + - iwlwifi: mvm: skip power command when unbinding vif during CSA + - iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time() + - iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap + - iwlwifi: pcie: fix context info memory leak + - iwlwifi: mvm: invalidate IDs of internal stations at mvm start + - iwlwifi: mvm: guard against device removal in reprobe + - SUNRPC: Move simple_get_bytes and simple_get_netobj into private header + - SUNRPC: Handle 0 length opaque XDR object data properly + - i2c: mediatek: Move suspend and resume handling to NOIRQ phase + - blk-cgroup: Use cond_resched() when destroy blkgs + - regulator: Fix lockdep warning resolving supplies + - Fix unsynchronized access to sev members through svm_register_enc_region + - squashfs: add more sanity checks in id lookup + - squashfs: add more sanity checks in inode lookup + - squashfs: add more sanity checks in xattr id lookup + - Linux 5.4.98 + * Enforce CONFIG_DRM_BOCHS=m (LP: #1916290) + - [Config] Enforce CONFIG_DRM_BOCHS=m + * powerpc/eeh-basic.sh in kselftest make P8 node stopped working + (LP: #1916468) + - selftests/eeh: Skip ahci adapters + * Focal update: v5.4.97 upstream stable release (LP: #1916066) + - USB: serial: cp210x: add pid/vid for WSDA-200-USB + - USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000 + - USB: serial: option: Adding support for Cinterion MV31 + - arm64: dts: qcom: c630: keep both touchpad devices enabled + - arm64: dts: amlogic: meson-g12: Set FL-adj property value + - arm64: dts: rockchip: fix vopl iommu irq on px30 + - bpf, cgroup: Fix optlen WARN_ON_ONCE toctou + - bpf, cgroup: Fix problematic bounds check + - um: virtio: free vu_dev only with the contained struct device + - rxrpc: Fix deadlock around release of dst cached on udp tunnel + - arm64: dts: ls1046a: fix dcfg address range + - igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr + - igc: check return value of ret_val in igc_config_fc_after_link_up + - i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues" + - net/mlx5: Fix leak upon failure of rule creation + - net: lapb: Copy the skb before sending a packet + - net: mvpp2: TCAM entry enable should be written after SRAM data + - r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set + - ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode + - nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs + - memblock: do not start bottom-up allocations with kernel_end + - USB: gadget: legacy: fix an error code in eth_bind() + - USB: usblp: don't call usb_set_interface if there's a single alt + - usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop() + - usb: dwc2: Fix endpoint direction check in ep_from_windex + - usb: dwc3: fix clock issue during resume in OTG mode + - usb: xhci-mtk: fix unreleased bandwidth data + - usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints + - usb: xhci-mtk: break loop when find the endpoint to drop + - usb: host: xhci-plat: add priv quirk for skip PHY initialization + - ovl: fix dentry leak in ovl_get_redirect + - mac80211: fix station rate table updates on assoc + - fgraph: Initialize tracing_graph_pause at task creation + - kretprobe: Avoid re-registration of the same kretprobe earlier + - libnvdimm/dimm: Avoid race between probe and available_slots_show() + - genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set + - xhci: fix bounce buffer usage for non-sg list case + - cifs: report error instead of invalid when revalidating a dentry fails + - smb3: Fix out-of-bounds bug in SMB2_negotiate() + - smb3: fix crediting for compounding when only one request in flight + - mmc: core: Limit retries when analyse of SDIO tuples fails + - drm/amd/display: Revert "Fix EDID parsing after resume from suspend" + - nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs + - KVM: SVM: Treat SVM as unsupported when running as an SEV guest + - KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode + - ARM: footbridge: fix dc21285 PCI configuration accessors + - mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page + - mm: hugetlb: fix a race between freeing and dissolving the page + - mm: hugetlb: fix a race between isolating and freeing page + - mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active + - mm, compaction: move high_pfn to the for loop scope + - mm: thp: fix MADV_REMOVE deadlock on shmem THP + - x86/build: Disable CET instrumentation in the kernel + - x86/apic: Add extra serialization for non-serializing MSRs + - iwlwifi: mvm: don't send RFH_QUEUE_CONFIG_CMD with no queues + - Input: xpad - sync supported devices with fork on GitHub + - iommu/vt-d: Do not use flush-queue when caching-mode is on + - md: Set prev_flush_start and flush_bio in an atomic way + - neighbour: Prevent a dead entry from updating gc_list + - net: ip_tunnel: fix mtu calculation + - net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_add + - net: sched: replaced invalid qdisc tree flush helper in qdisc_replace + - usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720 + - Linux 5.4.97 + * Focal update: v5.4.96 upstream stable release (LP: #1916061) + - net: dsa: bcm_sf2: put device node before return + - net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP + - ibmvnic: Ensure that CRQ entry read are correctly ordered + - Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and + REQ_NOWAIT"" + - ACPI: thermal: Do not call acpi_thermal_check() directly + - arm64: Fix kernel address detection of __is_lm_address() + - arm64: Do not pass tagged addresses to __is_lm_address() + - tcp: make TCP_USER_TIMEOUT accurate for zero window probes + - btrfs: backref, only collect file extent items matching backref offset + - btrfs: backref, don't add refs from shared block when resolving normal + backref + - btrfs: backref, only search backref entries from leaves of the same root + - btrfs: backref, use correct count to resolve normal data refs + - net_sched: gen_estimator: support large ewma log + - phy: cpcap-usb: Fix warning for missing regulator_disable + - platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix touchscreen on + Estar Beauty HD tablet + - platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352 + - x86: __always_inline __{rd,wr}msr() + - scsi: scsi_transport_srp: Don't block target in failfast state + - scsi: libfc: Avoid invoking response handler twice if ep is already + completed + - scsi: fnic: Fix memleak in vnic_dev_init_devcmd2 + - ASoC: SOF: Intel: hda: Resume codec to do jack detection + - mac80211: fix fast-rx encryption check + - scsi: ibmvfc: Set default timeout to avoid crash during migration + - udf: fix the problem that the disc content is not displayed + - nvme: check the PRINFO bit before deciding the host buffer length + - selftests/powerpc: Only test lwm/stmw on big endian + - drm/amd/display: Update dram_clock_change_latency for DCN2.1 + - drm/amd/display: Change function decide_dp_link_settings to avoid infinite + looping + - objtool: Don't fail on missing symbol table + - kthread: Extract KTHREAD_IS_PER_CPU + - workqueue: Restrict affinity change to rescuer + - Linux 5.4.96 + * Focal update: v5.4.95 upstream stable release (LP: #1916056) + - ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition + - IPv6: reply ICMP error if the first fragment don't include all headers + - nbd: freeze the queue while we're adding connections + - ACPI: sysfs: Prefer "compatible" modalias + - kernel: kexec: remove the lock operation of system_transition_mutex + - ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 + - ALSA: hda/via: Apply the workaround generically for Clevo machines + - media: rc: ensure that uevent can be read directly after rc device register + - ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming + - wext: fix NULL-ptr-dereference with cfg80211's lack of commit() + - net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family + - s390/vfio-ap: No need to disable IRQ after queue reset + - PM: hibernate: flush swap writer after marking + - drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs + - drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[] + - btrfs: fix possible free space tree corruption with online conversion + - KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in + intel_arch_events[] + - KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh() + - KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration + - KVM: x86: get smi pending status correctly + - KVM: Forbid the use of tagged userspace addresses for memslots + - xen: Fix XenStore initialisation for XS_LOCAL + - leds: trigger: fix potential deadlock with libata + - arm64: dts: broadcom: Fix USB DMA address translation for Stingray + - mt7601u: fix kernel crash unplugging the device + - mt7601u: fix rx buffer refcounting + - drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices + - drm/i915: Check for all subplatform bits + - tee: optee: replace might_sleep with cond_resched + - xen-blkfront: allow discard-* nodes to be optional + - ARM: imx: build suspend-imx6.S with arm instruction set + - netfilter: nft_dynset: add timeout extension to template + - xfrm: Fix oops in xfrm_replay_advance_bmp + - xfrm: fix disable_xfrm sysctl when used on xfrm interfaces + - selftests: xfrm: fix test return value override issue in xfrm_policy.sh + - xfrm: Fix wraparound in xfrm_policy_addr_delta() + - arm64: dts: ls1028a: fix the offset of the reset register + - ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status + - firmware: imx: select SOC_BUS to fix firmware build + - RDMA/cxgb4: Fix the reported max_recv_sge value + - ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete + - pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process() + - iwlwifi: pcie: use jiffies for memory read spin time limit + - iwlwifi: pcie: reschedule in long-running memory reads + - mac80211: pause TX while changing interface type + - i40e: acquire VSI pointer only after VF is initialized + - igc: fix link speed advertising + - net/mlx5: Fix memory leak on flow table creation error flow + - net/mlx5e: E-switch, Fix rate calculation for overflow + - net/mlx5e: Reduce tc unsupported key print level + - can: dev: prevent potential information leak in can_fill_info() + - nvme-multipath: Early exit if no path is available + - selftests: forwarding: Specify interface when invoking mausezahn + - iommu/vt-d: Gracefully handle DMAR units with no supported address widths + - iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built + - rxrpc: Fix memory leak in rxrpc_lookup_local + - NFC: fix resource leak when target index is invalid + - NFC: fix possible resource leak + - ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values() + - team: protect features update by RCU to avoid deadlock + - tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN + - Linux 5.4.95 + + -- Tim Gardner Fri, 26 Mar 2021 11:37:37 -0600 + +linux-aws (5.4.0-1041.43) focal; urgency=medium + + [ Ubuntu: 5.4.0-70.78 ] + + * CVE-2020-27170 + - bpf: Fix off-by-one for area size in creating mask to left + * CVE-2020-27171 + - bpf: Prohibit alu ops for pointer types not defining ptr_limit + * binary assembly failures with CONFIG_MODVERSIONS present (LP: #1919315) + - [Packaging] quiet (nomially) benign errors in BUILD script + + -- Ian May Fri, 19 Mar 2021 10:44:55 -0500 + +linux-aws (5.4.0-1040.42) focal; urgency=medium + + * binary assembly failures with CONFIG_MODVERSIONS present (LP: #1919315) + - [Packaging] quiet (nomially) benign errors in BUILD script + + [ Ubuntu: 5.4.0-69.77 ] + + * CVE-2021-3444 + - bpf: Fix 32 bit src register truncation on div/mod + - bpf: Fix truncation handling for mod32 dst reg wrt zero + * CVE-2021-27365 + - scsi: iscsi: Verify lengths on passthrough PDUs + - sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output + - scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE + * CVE-2021-27363 // CVE-2021-27364 + - scsi: iscsi: Restrict sessions and handles to admin capabilities + + -- Kleber Sacilotto de Souza Wed, 17 Mar 2021 15:22:23 +0100 + +linux-aws (5.4.0-1039.41) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1039.41 -proposed tracker (LP: #1916146) + + * Focal update: v5.4.93 upstream stable release (LP: #1915195) + - aws: [Config] updateconfigs for USB_BDC_PCI + + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - aws: [Config] enable CONFIG_MODVERSIONS=y + - aws: [Packaging] build canonical-certs.pem from branch/arch certs + - aws: [Config] Allow ASM_MODVERSIONS + + [ Ubuntu: 5.4.0-67.75 ] + + * focal/linux: 5.4.0-67.75 -proposed tracker (LP: #1916169) + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - [Config] enable CONFIG_MODVERSIONS=y + - [Packaging] build canonical-certs.pem from branch/arch certs + - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS + - [Config] Allow ASM_MODVERSIONS and MODULE_REL_CRCS + * geneve overlay network on vlan interface broken with offload enabled + (LP: #1914447) + - net/mlx5e: Fix SWP offsets when vlan inserted by driver + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Fix ODM support in actual build + * devlink: don't do reporter recovery if the state is healthy (LP: #1915403) + - devlink: don't do reporter recovery if the state is healthy + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver + (LP: #1914543) + - HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID + * Focal update: v5.4.94 upstream stable release (LP: #1915200) + - gpio: mvebu: fix pwm .get_state period calculation + - futex: Ensure the correct return value from futex_lock_pi() + - futex: Replace pointless printk in fixup_owner() + - futex: Provide and use pi_state_update_owner() + - rtmutex: Remove unused argument from rt_mutex_proxy_unlock() + - futex: Use pi_state_update_owner() in put_pi_state() + - futex: Simplify fixup_pi_state_owner() + - futex: Handle faults correctly for PI futexes + - HID: wacom: Correct NULL dereference on AES pen proximity + - io_uring: Fix current->fs handling in io_sq_wq_submit_work() + - tracing: Fix race in trace_open and buffer resize call + - arm64: mm: use single quantity to represent the PA to VA translation + - SMB3.1.1: do not log warning message if server doesn't populate salt + - tools: Factor HOSTCC, HOSTLD, HOSTAR definitions + - dm integrity: conditionally disable "recalculate" feature + - writeback: Drop I_DIRTY_TIME_EXPIRE + - fs: fix lazytime expiration handling in __writeback_single_inode() + - Linux 5.4.94 + * Focal update: v5.4.93 upstream stable release (LP: #1915195) + - i2c: bpmp-tegra: Ignore unknown I2C_M flags + - platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634 + - ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() + - ALSA: hda/via: Add minimum mute flag + - ACPI: scan: Make acpi_bus_get_device() clear return pointer on error + - btrfs: don't get an EINTR during drop_snapshot for reloc + - btrfs: fix lockdep splat in btrfs_recover_relocation + - btrfs: don't clear ret in btrfs_start_dirty_block_groups + - btrfs: send: fix invalid clone operations when cloning from the same file + and root + - mmc: core: don't initialize block size from ext_csd if not present + - mmc: sdhci-xenon: fix 1.8v regulator stabilization + - dm: avoid filesystem lookup in dm_get_dev_t() + - dm integrity: fix a crash if "recalculate" used without "internal_hash" + - drm/atomic: put state on error path + - drm/syncobj: Fix use-after-free + - drm/i915/gt: Prevent use of engine->wa_ctx after error + - ASoC: Intel: haswell: Add missing pm_ops + - dm integrity: select CRYPTO_SKCIPHER + - scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback + - scsi: qedi: Correct max length of CHAP secret + - scsi: sd: Suppress spurious errors when WRITE SAME is being disabled + - riscv: Fix kernel time_init() + - riscv: Fix sifive serial driver + - HID: logitech-dj: add the G602 receiver + - HID: Ignore battery for Elan touchscreen on ASUS UX550 + - clk: tegra30: Add hda clock default rates to clock driver + - arm64: make atomic helpers __always_inline + - xen: Fix event channel callback via INTX/GSI + - x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery + - dts: phy: fix missing mdio device and probe failure of vsc8541-01 device + - riscv: defconfig: enable gpio support for HiFive Unleashed + - drm/amdgpu/psp: fix psp gfx ctrl cmds + - drm/amd/display: Fix to be able to stop crc calculation + - drm/nouveau/bios: fix issue shadowing expansion ROMs + - drm/nouveau/privring: ack interrupts the same way as RM + - drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields + - drm/nouveau/mmu: fix vram heap sizing + - drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0 + - powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S + - pinctrl: aspeed: g6: Fix PWMG0 pinctrl setting + - scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression + - powerpc: Fix alignment bug within the init sections + - i2c: octeon: check correct size of maximum RECV_LEN packet + - platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11 from allow- + list + - selftests: net: fib_tests: remove duplicate log test + - can: dev: can_restart: fix use after free bug + - can: vxcan: vxcan_xmit: fix use after free bug + - can: peak_usb: fix use after free bugs + - iio: ad5504: Fix setting power-down state + - cifs: do not fail __smb_send_rqst if non-fatal signals are pending + - irqchip/mips-cpu: Set IPI domain parent chip + - x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state + - x86/topology: Make __max_die_per_package available unconditionally + - x86/mmx: Use KFPU_387 for MMX string operations + - intel_th: pci: Add Alder Lake-P support + - stm class: Fix module init return on allocation failure + - serial: mvebu-uart: fix tx lost characters at power off + - ehci: fix EHCI host controller initialization sequence + - USB: ehci: fix an interrupt calltrace error + - usb: gadget: aspeed: fix stop dma register setting. + - usb: udc: core: Use lock when write to soft_connect + - [Config] updateconfigs for USB_BDC_PCI + - usb: bdc: Make bdc pci driver depend on BROKEN + - xhci: make sure TRB is fully written before giving it to the controller + - xhci: tegra: Delay for disabling LFPS detector + - driver core: Extend device_is_dependent() + - pinctrl: ingenic: Fix JZ4760 support + - x86/cpu/amd: Set __max_die_per_package on AMD + - netfilter: rpfilter: mask ecn bits before fib lookup + - sh: dma: fix kconfig dependency for G2_DMA + - net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext + - sh_eth: Fix power down vs. is_opened flag ordering + - lightnvm: fix memory leak when submit fails + - skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too + - kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow + - kasan: fix incorrect arguments passing in kasan_add_zero_shadow + - udp: mask TOS bits in udp_v4_early_demux() + - ipv6: create multicast route with RTPROT_KERNEL + - net_sched: avoid shift-out-of-bounds in tcindex_set_parms() + - net_sched: reject silly cell_log in qdisc_get_rtab() + - ipv6: set multicast flag on the multicast route + - net: mscc: ocelot: allow offloading of bridge on top of LAG + - net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled + - net: dsa: b53: fix an off by one in checking "vlan->vid" + - tcp: do not mess with cloned skbs in tcp_add_backlog() + - tcp: fix TCP_USER_TIMEOUT with zero window + - Linux 5.4.93 + * High load from process irq/65-i2c-INT3 - kernel module tps6598x + (LP: #1883511) // Focal update: v5.4.93 upstream stable release + (LP: #1915195) + - platform/x86: i2c-multi-instantiate: Don't create platform device for + INT3515 ACPI nodes + * Focal update: v5.4.92 upstream stable release (LP: #1915186) + - usb: ohci: Make distrust_firmware param default to false + - compiler.h: Raise minimum version of GCC to 5.1 for arm64 + - xen/privcmd: allow fetching resource sizes + - elfcore: fix building with clang + - scsi: lpfc: Make lpfc_defer_acc_rsp static + - spi: npcm-fiu: simplify the return expression of npcm_fiu_probe() + - spi: npcm-fiu: Disable clock in probe error path + - nfsd4: readdirplus shouldn't return parent of export + - bpf: Don't leak memory in bpf getsockopt when optlen == 0 + - bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback + - udp: Prevent reuseport_select_sock from reading uninitialized socks + - netxen_nic: fix MSI/MSI-x interrupts + - net: introduce skb_list_walk_safe for skb segment walking + - net: skbuff: disambiguate argument and member for skb_list_walk_safe helper + - net: ipv6: Validate GSO SKB before finish IPv6 processing + - mlxsw: core: Add validation of transceiver temperature thresholds + - mlxsw: core: Increase critical threshold for ASIC thermal zone + - net: mvpp2: Remove Pause and Asym_Pause support + - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request + - esp: avoid unneeded kmap_atomic call + - net: dcb: Validate netlink message in DCB handler + - net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands + - rxrpc: Call state should be read with READ_ONCE() under some circumstances + - net: stmmac: Fixed mtu channged by cache aligned + - net: sit: unregister_netdevice on newlink's error path + - net: avoid 32 x truesize under-estimation for tiny skbs + - rxrpc: Fix handling of an unsupported token type in rxrpc_read() + - net, sctp, filter: remap copy_from_user failure error + - tipc: fix NULL deref in tipc_link_xmit() + - mac80211: do not drop tx nulldata packets on encrypted links + - mac80211: check if atf has been disabled in __ieee80211_schedule_txq + - spi: cadence: cache reference clock rate during probe + - Linux 5.4.92 + * intel-hid is not loaded on new Intel platform (LP: #1907160) + - platform/x86: intel-hid: Add Tiger Lake ACPI device ID + - platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID + - platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the table + - platform/x86: intel-hid: add Rocket Lake ACPI device ID + * Support Advantech UNO-420 platform (LP: #1902672) + - ODM: MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry + - ODM: mfd: ahc1ec0: Add Advantech EC include file used by dt-bindings + - ODM: dt-bindings: mfd: ahc1ec0.yaml: Add Advantech embedded controller - + AHC1EC0 + - ODM: mfd: ahc1ec0: Add support for Advantech embedded controller + - ODM: hwmon: ahc1ec0-hwmon: Add sub-device hwmon for Advantech embedded + controller + - ODM: watchdog: ahc1ec0-wdt: Add sub-device watchdog for Advantech embedded + controller + - ODM: [Config] update config for Advantech devices + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263) + - rtw88: reduce the log level for failure of tx report + * Focal update: v5.4.91 upstream stable release (LP: #1914654) + - kbuild: enforce -Werror=return-type + - btrfs: prevent NULL pointer dereference in extent_io_tree_panic + - ASoC: dapm: remove widget from dirty list on free + - x86/hyperv: check cpu mask after interrupt has been disabled + - tracing/kprobes: Do the notrace functions check without kprobes on ftrace + - [Config] update annotations for KPROBE_EVENTS_ON_NOTRACE + - mips: fix Section mismatch in reference + - mips: lib: uncached: fix non-standard usage of variable 'sp' + - MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB + - MIPS: relocatable: fix possible boot hangup with KASLR enabled + - RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd() + - ACPI: scan: Harden acpi_device_add() against device ID overflows + - mm/hugetlb: fix potential missing huge page size info + - dm raid: fix discard limits for raid1 + - dm snapshot: flush merged data before committing metadata + - dm integrity: fix the maximum number of arguments + - r8152: Add Lenovo Powered USB-C Travel Hub + - btrfs: tree-checker: check if chunk item end overflows + - drm/i915/backlight: fix CPU mode backlight takeover on LPT + - ext4: fix bug for rename with RENAME_WHITEOUT + - ext4: don't leak old mountpoint samples + - cifs: fix interrupted close commands + - dm integrity: fix flush with external metadata device + - ARC: build: remove non-existing bootpImage from KBUILD_IMAGE + - ARC: build: add uImage.lzma to the top-level target + - ARC: build: add boot_targets to PHONY + - ARC: build: move symlink creation to arch/arc/Makefile to avoid race + - netfilter: ipset: fixes possible oops in mtype_resize + - btrfs: fix transaction leak and crash after RO remount caused by qgroup + rescan + - regulator: bd718x7: Add enable times + - ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram + - habanalabs: register to pci shutdown callback + - habanalabs: Fix memleak in hl_device_reset + - hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values + - lib/raid6: Let $(UNROLL) rules work with macOS userland + - bfq: Fix computation of shallow depth + - arch/arc: add copy_user_page() to to fix build error on ARC + - misdn: dsp: select CONFIG_BITREVERSE + - net: ethernet: fs_enet: Add missing MODULE_LICENSE + - nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN + - nvmet-rdma: Fix list_del corruption on queue establishment failure + - drm/amdgpu: fix a GPU hang issue when remove device + - usb: typec: Fix copy paste error for NVIDIA alt-mode description + - ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI + - drm/msm: Call msm_init_vram before binding the gpu + - ARM: picoxcell: fix missing interrupt-parent properties + - perf intel-pt: Fix 'CPU too large' error + - dump_common_audit_data(): fix racy accesses to ->d_name + - ASoC: meson: axg-tdm-interface: fix loopback + - ASoC: meson: axg-tdmin: fix axg skew offset + - ASoC: Intel: fix error code cnl_set_dsp_D0() + - nvme-tcp: fix possible data corruption with bio merges + - NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock + - pNFS: We want return-on-close to complete when evicting the inode + - pNFS: Mark layout for return if return-on-close was not sent + - pNFS: Stricter ordering of layoutget and layoutreturn + - NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter + - NFS: nfs_igrab_and_active must first reference the superblock + - ext4: fix superblock checksum failure when setting password salt + - RDMA/restrack: Don't treat as an error allocation ID wrapping + - RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp + - bnxt_en: Improve stats context resource accounting with RDMA driver loaded. + - RDMA/mlx5: Fix wrong free of blue flame register on error + - IB/mlx5: Fix error unwinding when set_has_smi_cap fails + - drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is + no reset-deassert MIPI-sequence + - mm, slub: consider rest of partial list if acquire_slab() fails + - iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev() + - net: sunrpc: interpret the return value of kstrtou32 correctly + - dm: eliminate potential source of excessive kernel log noise + - ALSA: fireface: Fix integer overflow in transmit_midi_msg() + - ALSA: firewire-tascam: Fix integer overflow in midi_port_work() + - netfilter: conntrack: fix reading nf_conntrack_buckets + - netfilter: nf_nat: Fix memleak in nf_nat_init + - netfilter: nft_compat: remove flush counter optimization + - Linux 5.4.91 + * Focal update: v5.4.90 upstream stable release (LP: #1913487) + - x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_* + - vfio iommu: Add dma available capability + - net: cdc_ncm: correct overhead in delayed_ndp_size + - net: hns3: fix the number of queues actually used by ARQ + - net: hns3: fix a phy loopback fail issue + - net: stmmac: dwmac-sun8i: Balance internal PHY resource references + - net: stmmac: dwmac-sun8i: Balance internal PHY power + - net: vlan: avoid leaks on register_vlan_dev() failures + - net/sonic: Fix some resource leaks in error handling paths + - net: ipv6: fib: flush exceptions when purging route + - tools: selftests: add test for changing routes with PTMU exceptions + - net: fix pmtu check in nopmtudisc mode + - net: ip: always refragment ip defragmented packets + - octeontx2-af: fix memory leak of lmac and lmac->name + - nexthop: Fix off-by-one error in error path + - nexthop: Unlink nexthop group entry in error path + - s390/qeth: fix L2 header access in qeth_l3_osa_features_check() + - net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE + - net/mlx5: Use port_num 1 instead of 0 when delete a RoCE address + - net/mlx5e: ethtool, Fix restriction of autoneg with 56G + - chtls: Fix hardware tid leak + - chtls: Remove invalid set_tcb call + - chtls: Fix panic when route to peer not configured + - chtls: Replace skb_dequeue with skb_peek + - chtls: Added a check to avoid NULL pointer dereference + - chtls: Fix chtls resources release sequence + - x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR + - x86/resctrl: Don't move a task to the same resource group + - exfat: Month timestamp metadata accidentally incremented + - vmlinux.lds.h: Add PGO and AutoFDO input sections + - iio: imu: st_lsm6dsx: fix edge-trigger interrupts + - HID: wacom: Fix memory leakage caused by kfifo_alloc + - ARM: OMAP2+: omap_device: fix idling of devices during probe + - i2c: sprd: use a specific timeout to avoid system hang up issue + - dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk() + - can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver + - can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop() + - can: kvaser_pciefd: select CONFIG_CRC32 + - cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get() + - spi: stm32: FIFO threshold level - fix align packet size + - i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated + - dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling + path of the probe function + - dmaengine: xilinx_dma: check dma_async_device_register return value + - dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() + - dmaengine: xilinx_dma: fix mixed_enum_type coverity warning + - qed: select CONFIG_CRC32 + - wil6210: select CONFIG_CRC32 + - block: rsxx: select CONFIG_CRC32 + - lightnvm: select CONFIG_CRC32 + - iommu/intel: Fix memleak in intel_irq_remapping_alloc + - bpftool: Fix compilation failure for net.o with older glibc + - net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups + - net/mlx5e: Fix two double free cases + - regmap: debugfs: Fix a memory leak when calling regmap_attach_dev + - wan: ds26522: select CONFIG_BITREVERSE + - regulator: qcom-rpmh-regulator: correct hfsmps515 definition + - net: mvpp2: disable force link UP during port init procedure + - KVM: arm64: Don't access PMCR_EL0 when no PMU is available + - block: fix use-after-free in disk_part_iter_next + - net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed + packet + - regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() + - Linux 5.4.90 + * Focal update: v5.4.89 upstream stable release (LP: #1913486) + - workqueue: Kick a worker based on the actual activation of delayed works + - scsi: ufs: Fix wrong print message in dev_err() + - scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk + ->poweroff() + - scsi: ide: Do not set the RQF_PREEMPT flag for sense requests + - scsi: scsi_transport_spi: Set RQF_PM for domain validation commands + - lib/genalloc: fix the overflow when size is too big + - depmod: handle the case of /sbin/depmod without /sbin in PATH + - proc: change ->nlink under proc_subdir_lock + - proc: fix lookup in /proc/net subdirectories after setns(2) + - i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs + - iavf: fix double-release of rtnl_lock + - net: mvpp2: Add TCAM entry to drop flow control pause frames + - net: mvpp2: prs: fix PPPoE with ipv6 packet parse + - net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE + - ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() + - ethernet: ucc_geth: set dev->max_mtu to 1518 + - atm: idt77252: call pci_disable_device() on error path + - net: mvpp2: Fix GoP port 3 Networking Complex Control configurations + - ibmvnic: continue fatal error reset after passive init + - net: ethernet: mvneta: Fix error handling in mvneta_probe + - virtio_net: Fix recursive call to cpus_read_lock() + - net/ncsi: Use real net-device for response handler + - net: ethernet: Fix memleak in ethoc_probe + - net-sysfs: take the rtnl lock when storing xps_cpus + - net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc + - net-sysfs: take the rtnl lock when storing xps_rxqs + - net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc + - net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered + - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS + - net: mvpp2: fix pkt coalescing int-threshold configuration + - ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() + - net: sched: prevent invalid Scell_log shift count + - net: hns: fix return value check in __lb_other_process() + - erspan: fix version 1 check in gre_parse_header() + - net: hdlc_ppp: Fix issues when mod_timer is called while timer is running + - r8169: work around power-saving bug on some chip versions + - net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYs + - net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access + - CDC-NCM: remove "connected" log message + - net: usb: qmi_wwan: add Quectel EM160R-GL + - vhost_net: fix ubuf refcount incorrectly when sendmsg fails + - ionic: account for vlan tag len in rx buffer len + - net/sched: sch_taprio: ensure to reset/destroy all child qdiscs + - kbuild: don't hardcode depmod path + - Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close + - video: hyperv_fb: Fix the mmap() regression for v5.4.y and older + - crypto: ecdh - avoid buffer overflow in ecdh_set_secret() + - crypto: asym_tpm: correct zero out potential secrets + - powerpc: Handle .text.{hot,unlikely}.* in linker script + - staging: mt7621-dma: Fix a resource leak in an error handling path + - usb: gadget: enable super speed plus + - USB: cdc-acm: blacklist another IR Droid device + - USB: cdc-wdm: Fix use after free in service_outstanding_interrupt(). + - usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion + - usb: chipidea: ci_hdrc_imx: add missing put_device() call in + usbmisc_get_init_data() + - USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set + - usb: usbip: vhci_hcd: protect shift size + - usb: uas: Add PNY USB Portable SSD to unusual_uas + - USB: serial: iuu_phoenix: fix DMA from stack + - USB: serial: option: add LongSung M5710 module support + - USB: serial: option: add Quectel EM160R-GL + - USB: yurex: fix control-URB timeout handling + - USB: usblp: fix DMA to stack + - ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks + - usb: gadget: select CONFIG_CRC32 + - usb: gadget: f_uac2: reset wMaxPacketSize + - usb: gadget: function: printer: Fix a memory leak for interface descriptor + - usb: gadget: u_ether: Fix MTU size mismatch with RX packet size + - USB: gadget: legacy: fix return error code in acm_ms_bind() + - usb: gadget: Fix spinlock lockup on usb_function_deactivate + - usb: gadget: configfs: Preserve function ordering after bind failure + - usb: gadget: configfs: Fix use-after-free issue with udc_name + - USB: serial: keyspan_pda: remove unused variable + - x86/mm: Fix leak of pmd ptlock + - kvm: check tlbs_dirty directly + - ALSA: hda/via: Fix runtime PM for Clevo W35xSS + - ALSA: hda/conexant: add a new hda codec CX11970 + - ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 + - ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256. + - btrfs: send: fix wrong file path when there is an inode with a pending rmdir + - Revert "device property: Keep secondary firmware node secondary by type" + - dmabuf: fix use-after-free of dmabuf's file->f_inode + - drm/i915: clear the gpu reloc batch + - netfilter: x_tables: Update remaining dereference to RCU + - netfilter: ipset: fix shift-out-of-bounds in htable_bits() + - netfilter: xt_RATEEST: reject non-null terminated string from userspace + - netfilter: nft_dynset: report EOPNOTSUPP on missing set feature + - x86/mtrr: Correct the range check before performing MTRR type lookups + - KVM: x86: fix shift out of bounds reported by UBSAN + - Linux 5.4.89 + * Focal update: v5.4.88 upstream stable release (LP: #1913223) + - Revert "drm/amd/display: Fix memory leaks in S3 resume" + - Revert "mtd: spinand: Fix OOB read" + - dmaengine: at_hdmac: Substitute kzalloc with kmalloc + - dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() + - dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() + - kdev_t: always inline major/minor helper functions + - iio:imu:bmi160: Fix alignment and data leak issues + - fuse: fix bad inode + - perf: Break deadlock involving exec_update_mutex + - rwsem: Implement down_read_killable_nested + - rwsem: Implement down_read_interruptible + - exec: Transform exec_update_mutex into a rw_semaphore + - mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start + - Linux 5.4.88 + * Focal update: v5.4.87 upstream stable release (LP: #1912681) + - net/sched: sch_taprio: reset child qdiscs before freeing them + - md/raid10: initialize r10_bio->read_slot before use. + - thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has + changed + - ext4: prevent creating duplicate encrypted filenames + - ubifs: prevent creating duplicate encrypted filenames + - f2fs: prevent creating duplicate encrypted filenames + - fscrypt: add fscrypt_is_nokey_name() + - fscrypt: remove kernel-internal constants from UAPI header + - vfio/pci: Move dummy_resources_list init in vfio_pci_probe() + - btrfs: fix race when defragmenting leads to unnecessary IO + - ext4: don't remount read-only with errors=continue on reboot + - KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL + - KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses + - KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits + - powerpc/bitops: Fix possible undefined behaviour with fls() and fls64() + - jffs2: Allow setting rp_size to zero during remounting + - jffs2: Fix NULL pointer dereference in rp_size fs option parsing + - scsi: block: Fix a race in the runtime power management code + - uapi: move constants from to + - tools headers UAPI: Sync linux/const.h with the kernel headers + - null_blk: Fix zone size initialization + - of: fix linker-section match-table corruption + - cgroup: Fix memory leak when parsing multiple source parameters + - scsi: cxgb4i: Fix TLS dependency + - Bluetooth: hci_h5: close serdev device and free hu in h5_close + - reiserfs: add check for an invalid ih_entry_count + - misc: vmw_vmci: fix kernel info-leak by initializing dbells in + vmci_ctx_get_chkpt_doorbells() + - media: gp8psk: initialize stats at power control logic + - f2fs: fix shift-out-of-bounds in sanity_check_raw_super() + - ALSA: seq: Use bool for snd_seq_queue internal flags + - ALSA: rawmidi: Access runtime->avail always in spinlock + - bfs: don't use WARNING: string when it's just info. + - fcntl: Fix potential deadlock in send_sig{io, urg}() + - rtc: sun6i: Fix memleak in sun6i_rtc_clk_init + - module: set MODULE_STATE_GOING state when a module fails to load + - quota: Don't overflow quota file offsets + - rtc: pl031: fix resource leak in pl031_probe + - powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() + - i3c master: fix missing destroy_workqueue() on error in i3c_master_register + - NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode + - f2fs: avoid race condition for shrinker count + - module: delay kobject uevent until after module init call + - fs/namespace.c: WARN if mnt_count has become negative + - um: ubd: Submit all data segments atomically + - tick/sched: Remove bogus boot "safety" check + - ALSA: pcm: Clear the full allocated memory at hw_params + - dm verity: skip verity work if I/O error when system is shutting down + - Linux 5.4.87 + + -- Ian May Wed, 24 Feb 2021 16:02:31 -0600 + +linux-aws (5.4.0-1038.40) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1038.40 -proposed tracker (LP: #1913135) + + * Focal update: v5.4.85 upstream stable release (LP: #1910817) + - [Config] aws: updateconfigs for USB_SISUSBVGA_CON + + * Focal update: v5.4.84 upstream stable release (LP: #1910816) + - [Config] aws: updateconfigs for PGTABLE_MAPPING + + * Focal update: v5.4.80 upstream stable release (LP: #1908561) + - [Config] aws: updateconfigs for INFINIBAND_VIRT_DMA + + * Disable Bluetooth in cloud kernels (LP: #1840488) + - aws: [Config] disable CONFIG_BT + - aws: [Config] remove disabled BT modules + + * aws: properly support instance types with > 255 cpu cores (LP: #1913739) + - iommu/vt-d: Gracefully handle DMAR units with no supported address widths + + [ Ubuntu: 5.4.0-66.74 ] + + * focal/linux: 5.4.0-66.74 -proposed tracker (LP: #1913152) + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Add support for ODM drivers + - [Packaging] Turn on ODM support for amd64 + * Packaging resync (LP: #1786013) + - update dkms package versions + - update dkms package versions + * Introduce the new NVIDIA 460-server series and update the 460 series + (LP: #1913200) + - [Config] dkms-versions -- drop NVIDIA 435 455 and 440-server + - [Config] dkms-versions -- add the 460-server nvidia driver + * Enable mute and micmute LED on HP EliteBook 850 G7 (LP: #1910102) + - ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7 + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all + (LP: #1908992) + - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device + * HD Audio Device PCI ID for the Intel Cometlake-R platform (LP: #1912427) + - SAUCE: ALSA: hda: Add Cometlake-R PCI ID + * switch to an autogenerated nvidia series based core via dkms-versions + (LP: #1912803) + - [Packaging] nvidia -- use dkms-versions to define versions built + - [Packaging] update-version-dkms -- maintain flags fields + - [Config] dkms-versions -- add transitional/skip information for nvidia + packages + * udpgro.sh in net from ubuntu_kernel_selftests seems not reflecting sub-test + result (LP: #1908499) + - selftests: fix the return value for UDP GRO test + * qede: Kubernetes Internal DNS Failure due to QL41xxx NIC not supporting IPIP + tx csum offload (LP: #1909062) + - qede: fix offload for IPIP tunnel packets + * Use DCPD to control HP DreamColor panel (LP: #1911001) + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix + * kvm: Windows 2k19 with Hyper-v role gets stuck on pending hypervisor + requests on cascadelake based kvm hosts (LP: #1911848) + - KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set + * Ubuntu 20.10 four needed fixes to 'Add driver for Mellanox Connect-IB + adapters' (LP: #1905574) + - net/mlx5: Fix a race when moving command interface to polling mode + * Fix right sounds and mute/micmute LEDs for HP ZBook Fury 15/17 G7 Mobile + Workstation (LP: #1910561) + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines + * Ubuntu 20.04 - multicast counter is not increased in ip -s (LP: #1901842) + - net/mlx5e: Fix multicast counter not up-to-date in "ip -s" + * eeh-basic.sh in powerpc from ubuntu_kernel_selftests timeout with 5.4 P8 / + P9 (LP: #1882503) + - selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639) + - Input: i8042 - unbreak Pegatron C15B + * CVE-2020-29372 + - mm: check that mm is still valid in madvise() + * update ENA driver, incl. new ethtool stats (LP: #1910291) + - net: ena: Change WARN_ON expression in ena_del_napi_in_range() + - net: ena: ethtool: convert stat_offset to 64 bit resolution + - net: ena: ethtool: Add new device statistics + - net: ena: ethtool: add stats printing to XDP queues + - net: ena: xdp: add queue counters for xdp actions + - net: ena: Change license into format to SPDX in all files + - net: ena: Change log message to netif/dev function + - net: ena: Capitalize all log strings and improve code readability + - net: ena: Remove redundant print of placement policy + - net: ena: Change RSS related macros and variables names + - net: ena: Fix all static chekers' warnings + - drivers/net/ethernet: remove incorrectly formatted doc + - net: ena: handle bad request id in ena_netdev + - net: ena: fix packet's addresses for rx_offset feature + * s390x broken with unknown syscall number on kernels < 5.8 (LP: #1895132) + - s390/ptrace: return -ENOSYS when invalid syscall is supplied + * Focal update: v5.4.86 upstream stable release (LP: #1910822) + - ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator + - ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node + - pinctrl: merrifield: Set default bias in case no particular value given + - pinctrl: baytrail: Avoid clearing debounce value when turning it off + - ARM: dts: sun8i: v3s: fix GIC node memory range + - ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY + - ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp + - ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin + - PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter + - gpio: zynq: fix reference leak in zynq_gpio functions + - gpio: mvebu: fix potential user-after-free on probe + - scsi: bnx2i: Requires MMU + - xsk: Fix xsk_poll()'s return type + - xsk: Replace datagram_poll by sock_poll_wait + - can: softing: softing_netdev_open(): fix error handling + - clk: renesas: r9a06g032: Drop __packed for portability + - block: Simplify REQ_OP_ZONE_RESET_ALL handling + - block: factor out requeue handling from dispatch code + - blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick + - pinctrl: aspeed: Fix GPIO requests on pass-through banks + - netfilter: x_tables: Switch synchronization to RCU + - netfilter: nft_compat: make sure xtables destructors have run + - netfilter: nft_dynset: fix timeouts later than 23 days + - afs: Fix memory leak when mounting with multiple source parameters + - Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()" + - gpio: eic-sprd: break loop when getting NULL device resource + - netfilter: nft_ct: Remove confirmation check for NFT_CT_ID + - selftests/bpf/test_offload.py: Reset ethtool features after failed setting + - RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait + - i40e: Refactor rx_bi accesses + - i40e: optimise prefetch page refcount + - i40e: avoid premature Rx buffer reuse + - ixgbe: avoid premature Rx buffer reuse + - selftests: fix poll error in udpgro.sh + - net: mvpp2: add mvpp2_phylink_to_port() helper + - drm/tegra: replace idr_init() by idr_init_base() + - kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling + - drm/tegra: sor: Disable clocks on error in tegra_sor_init() + - habanalabs: put devices before driver removal + - arm64: syscall: exit userspace before unmasking exceptions + - vxlan: Add needed_headroom for lower device + - vxlan: Copy needed_tailroom from lowerdev + - scsi: mpt3sas: Increase IOCInit request timeout to 30s + - dm table: Remove BUG_ON(in_interrupt()) + - iwlwifi: pcie: add one missing entry for AX210 + - drm/amd/display: Init clock value by current vbios CLKs + - perf/x86/intel: Check PEBS status correctly + - kbuild: avoid split lines in .mod files + - soc/tegra: fuse: Fix index bug in get_process_id + - usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + - USB: serial: option: add interface-number sanity check to flag handling + - USB: gadget: f_acm: add support for SuperSpeed Plus + - USB: gadget: f_midi: setup SuperSpeed Plus descriptors + - usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + - USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + - usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul + - ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + - ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on + Exynos5410 + - ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU + - coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf() + - coresight: tmc-etr: Check if page is valid before dma_map_page() + - coresight: tmc-etr: Fix barrier packet insertion for perf buffer + - coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf() + - scsi: megaraid_sas: Check user-provided offsets + - HID: i2c-hid: add Vero K147 to descriptor override + - serial_core: Check for port state when tty is in error state + - Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt() + - quota: Sanity-check quota file headers on load + - media: msi2500: assign SPI bus number dynamically + - crypto: af_alg - avoid undefined behavior accessing salg_name + - md: fix a warning caused by a race between concurrent md_ioctl()s + - drm/gma500: fix double free of gma_connector + - drm/aspeed: Fix Kconfig warning & subsequent build errors + - drm/mcde: Fix handling of platform_get_irq() error + - drm/tve200: Fix handling of platform_get_irq() error + - arm64: dts: renesas: hihope-rzg2-ex: Drop rxc-skew-ps from ethernet-phy node + - arm64: dts: renesas: cat875: Remove rxc-skew-ps from ethernet-phy node + - soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains() + - soc: mediatek: Check if power domains can be powered on at boot time + - soc: qcom: geni: More properly switch to DMA mode + - Revert "i2c: i2c-qcom-geni: Fix DMA transfer race" + - RDMA/bnxt_re: Set queue pair state when being queried + - rtc: pcf2127: fix pcf2127_nvmem_read/write() returns + - selinux: fix error initialization in inode_doinit_with_dentry() + - ARM: dts: aspeed: s2600wf: Fix VGA memory region location + - RDMA/rxe: Compute PSN windows correctly + - x86/mm/ident_map: Check for errors from ident_pud_init() + - ARM: p2v: fix handling of LPAE translation in BE mode + - x86/apic: Fix x2apic enablement without interrupt remapping + - sched/deadline: Fix sched_dl_global_validate() + - sched: Reenable interrupts in do_sched_yield() + - drm/amdgpu: fix incorrect enum type + - crypto: talitos - Endianess in current_desc_hdr() + - crypto: talitos - Fix return type of current_desc_hdr() + - crypto: inside-secure - Fix sizeof() mismatch + - ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified mode + - ARM: dts: aspeed: tiogapass: Remove vuart + - drm/amdgpu: fix build_coefficients() argument + - powerpc/64: Set up a kernel stack for secondaries before cpu_restore() + - spi: img-spfi: fix reference leak in img_spfi_resume + - f2fs: call f2fs_get_meta_page_retry for nat page + - drm/msm/dsi_pll_10nm: restore VCO rate during restore_state + - spi: spi-mem: fix reference leak in spi_mem_access_start + - ASoC: pcm: DRAIN support reactivation + - selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling + - spi: stm32: fix reference leak in stm32_spi_resume + - brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free} + - arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7 + - arm64: dts: exynos: Correct psci compatible used on Exynos7 + - Bluetooth: Fix null pointer dereference in hci_event_packet() + - Bluetooth: hci_h5: fix memory leak in h5_close + - spi: spi-ti-qspi: fix reference leak in ti_qspi_setup + - spi: mt7621: fix missing clk_disable_unprepare() on error in + mt7621_spi_probe + - spi: tegra20-slink: fix reference leak in slink ops of tegra20 + - spi: tegra20-sflash: fix reference leak in tegra_sflash_resume + - spi: tegra114: fix reference leak in tegra spi ops + - spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in + bcm63xx_hsspi_resume + - mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure + - selftest/bpf: Add missed ip6ip6 test back + - ASoC: wm8998: Fix PM disable depth imbalance on error + - spi: sprd: fix reference leak in sprd_spi_remove + - ASoC: arizona: Fix a wrong free in wm8997_probe + - RDMa/mthca: Work around -Wenum-conversion warning + - MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA + - crypto: qat - fix status check in qat_hal_put_rel_rd_xfer() + - staging: greybus: codecs: Fix reference counter leak in error handling + - staging: gasket: interrupt: fix the missed eventfd_ctx_put() in + gasket_interrupt.c + - media: tm6000: Fix sizeof() mismatches + - media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm() + - media: mtk-vcodec: add missing put_device() call in + mtk_vcodec_release_dec_pm() + - media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm() + - media: v4l2-fwnode: Return -EINVAL for invalid bus-type + - ASoC: meson: fix COMPILE_TEST error + - scsi: core: Fix VPD LUN ID designator priorities + - media: solo6x10: fix missing snd_card_free in error handling case + - video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init() + - drm/omap: dmm_tiler: fix return error code in omap_dmm_probe() + - Input: ads7846 - fix race that causes missing releases + - Input: ads7846 - fix integer overflow on Rt calculation + - Input: ads7846 - fix unaligned access on 7845 + - usb/max3421: fix return error code in max3421_probe() + - spi: mxs: fix reference leak in mxs_spi_probe + - selftests/bpf: Fix broken riscv build + - powerpc: Avoid broken GCC __attribute__((optimize)) + - powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32 + - EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId + - crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd + - crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probe + - spi: fix resource leak for drivers without .remove callback + - soc: ti: knav_qmss: fix reference leak in knav_queue_probe + - soc: ti: Fix reference imbalance in knav_dma_probe + - drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe + - Input: omap4-keypad - fix runtime PM error handling + - clk: meson: Kconfig: fix dependency for G12A + - RDMA/cxgb4: Validate the number of CQEs + - memstick: fix a double-free bug in memstick_check + - ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host + - ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host + - mmc: pxamci: Fix error return code in pxamci_probe + - orinoco: Move context allocation after processing the skb + - qtnfmac: fix error return code in qtnf_pcie_probe() + - rsi: fix error return code in rsi_reset_card() + - cw1200: fix missing destroy_workqueue() on error in cw1200_init_common + - dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe() + - arm64: tegra: Fix DT binding for IO High Voltage entry + - media: siano: fix memory leak of debugfs members in smsdvb_hotplug + - platform/x86: mlx-platform: Remove PSU EEPROM from default platform + configuration + - platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x platform + configuration + - samples: bpf: Fix lwt_len_hist reusing previous BPF map + - media: imx214: Fix stop streaming + - mips: cdmm: fix use-after-free in mips_cdmm_bus_discover + - media: max2175: fix max2175_set_csm_mode() error code + - slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI + - HSI: omap_ssi: Don't jump to free ID in ssi_add_controller() + - ARM: dts: Remove non-existent i2c1 from 98dx3236 + - arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name + - arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc + - power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matching + - power: supply: bq24190_charger: fix reference leak + - genirq/irqdomain: Don't try to free an interrupt that has no mapping + - arm64: dts: ls1028a: fix ENETC PTP clock input + - arm64: dts: qcom: c630: Polish i2c-hid devices + - PCI: Bounds-check command-line resource alignment requests + - PCI: Fix overflow in command-line resource alignment requests + - PCI: iproc: Fix out-of-bound array accesses + - arm64: dts: meson: fix spi-max-frequency on Khadas VIM2 + - arm64: dts: meson-sm1: fix typo in opp table + - soc: amlogic: canvas: add missing put_device() call in meson_canvas_get() + - ARM: dts: at91: at91sam9rl: fix ADC triggers + - platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init + - ath10k: Fix the parsing error in service available event + - ath10k: Fix an error handling path + - ath10k: Release some resources in an error handling path + - SUNRPC: rpc_wake_up() should wake up tasks in the correct order + - NFSv4.2: condition READDIR's mask for security label based on LSM state + - SUNRPC: xprt_load_transport() needs to support the netid "rdma6" + - NFSv4: Fix the alignment of page data in the getdeviceinfo reply + - net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs' + - lockd: don't use interval-based rebinding over TCP + - NFS: switch nfsiod to be an UNBOUND workqueue. + - selftests/seccomp: Update kernel config + - vfio-pci: Use io_remap_pfn_range() for PCI IO memory + - hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable + - media: saa7146: fix array overflow in vidioc_s_audio() + - powerpc/perf: Fix crash with is_sier_available when pmu is not set + - powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S + - clocksource/drivers/orion: Add missing clk_disable_unprepare() on error path + - clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent() + - iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context + - ARM: dts: at91: sama5d2: map securam as device + - bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address() + - pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe() + - arm64: dts: rockchip: Fix UART pull-ups on rk3328 + - memstick: r592: Fix error return in r592_probe() + - MIPS: Don't round up kernel sections size for memblock_add() + - net/mlx5: Properly convey driver version to firmware + - ASoC: jz4740-i2s: add missed checks for clk_get() + - dm ioctl: fix error return code in target_message + - phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failure + - clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sne + - clocksource/drivers/arm_arch_timer: Correct fault programming of + CNTKCTL_EL1.EVNTI + - cpufreq: ap806: Add missing MODULE_DEVICE_TABLE + - cpufreq: highbank: Add missing MODULE_DEVICE_TABLE + - cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE + - cpufreq: qcom: Add missing MODULE_DEVICE_TABLE + - cpufreq: st: Add missing MODULE_DEVICE_TABLE + - cpufreq: sun50i: Add missing MODULE_DEVICE_TABLE + - cpufreq: loongson1: Add missing MODULE_ALIAS + - cpufreq: scpi: Add missing MODULE_ALIAS + - Bluetooth: btusb: Add the missed release_firmware() in + btusb_mtk_setup_firmware() + - Bluetooth: btmtksdio: Add the missed release_firmware() in + mtk_setup_firmware() + - arm64: dts: meson: fix PHY deassert timing requirements + - ARM: dts: meson: fix PHY deassert timing requirements + - arm64: dts: meson: g12a: x96-max: fix PHY deassert timing requirements + - scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe + - scsi: pm80xx: Fix error return in pm8001_pci_probe() + - seq_buf: Avoid type mismatch for seq_buf_init + - scsi: fnic: Fix error return code in fnic_probe() + - platform/x86: mlx-platform: Fix item counter assignment for MSN2700, MSN24xx + systems + - powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops + - powerpc/pseries/hibernation: remove redundant cacheinfo update + - drm/mediatek: avoid dereferencing a null hdmi_phy on an error message + - ASoC: amd: change clk_get() to devm_clk_get() and add missed checks + - powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S + - usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe + - usb: oxu210hp-hcd: Fix memory leak in oxu_create + - speakup: fix uninitialized flush_lock + - nfsd: Fix message level for normal termination + - nfs_common: need lock during iterate through the list + - x86/kprobes: Restore BTF if the single-stepping is cancelled + - platform/chrome: cros_ec_spi: Don't overwrite spi::mode + - bus: fsl-mc: fix error return code in fsl_mc_object_allocate() + - s390/cio: fix use-after-free in ccw_device_destroy_console + - iwlwifi: mvm: hook up missing RX handlers + - erofs: avoid using generic_block_bmap + - can: m_can: m_can_config_endisable(): remove double clearing of clock stop + request bit + - RDMA/core: Do not indicate device ready when device enablement fails + - remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable + - remoteproc: qcom: fix reference leak in adsp_start + - remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio() + - clk: tegra: Fix duplicated SE clock entry + - mtd: rawnand: gpmi: fix reference count leak in gpmi ops + - mtd: rawnand: meson: Fix a resource leak in init + - mtd: rawnand: gpmi: Fix the random DMA timeout issue + - extcon: max77693: Fix modalias string + - crypto: atmel-i2c - select CONFIG_BITREVERSE + - mac80211: don't set set TDLS STA bandwidth wider than possible + - ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control() + - irqchip/alpine-msi: Fix freeing of interrupts on allocation error path + - watchdog: armada_37xx: Add missing dependency on HAS_IOMEM + - watchdog: sirfsoc: Add missing dependency on HAS_IOMEM + - watchdog: sprd: remove watchdog disable from resume fail path + - watchdog: sprd: check busy bit before new loading rather than after that + - watchdog: Fix potential dereferencing of null pointer + - ubifs: Fix error return code in ubifs_init_authentication() + - um: Monitor error events in IRQ controller + - um: tty: Fix handling of close in tty lines + - um: chan_xterm: Fix fd leak + - sunrpc: fix xs_read_xdr_buf for partial pages receive + - RDMA/cma: Don't overwrite sgid_attr after device is released + - nfc: s3fwrn5: Release the nfc firmware + - powerpc/ps3: use dma_mapping_error() + - sparc: fix handling of page table constructor failure + - mm: don't wake kswapd prematurely when watermark boosting is disabled + - checkpatch: fix unescaped left brace + - lan743x: fix rx_napi_poll/interrupt ping-pong + - net: bcmgenet: Fix a resource leak in an error handling path in the probe + functin + - net: allwinner: Fix some resources leak in the error handling path of the + probe and in the remove function + - net: korina: fix return value + - libnvdimm/label: Return -ENXIO for no slot in __blk_label_update + - watchdog: qcom: Avoid context switch in restart handler + - watchdog: coh901327: add COMMON_CLK dependency + - clk: ti: Fix memleak in ti_fapll_synth_setup + - pwm: zx: Add missing cleanup in error path + - pwm: lp3943: Dynamically allocate PWM chip base + - perf record: Fix memory leak when using '--user-regs=?' to list registers + - qlcnic: Fix error code in probe + - virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed() + - virtio_net: Fix error code in probe() + - virtio_ring: Fix two use after free bugs + - clk: at91: sam9x60: remove atmel,osc-bypass support + - clk: s2mps11: Fix a resource leak in error handling paths in the probe + function + - clk: sunxi-ng: Make sure divider tables have sentinel + - kconfig: fix return value of do_error_if() + - perf probe: Fix memory leak when synthesizing SDT probes + - ARM: sunxi: Add machine match for the Allwinner V3 SoC + - cfg80211: initialize rekey_data + - fix namespaced fscaps when !CONFIG_SECURITY + - lwt: Disable BH too in run_lwt_bpf() + - drm/amd/display: Prevent bandwidth overflow + - drm/amdkfd: Fix leak in dmabuf import + - Input: cros_ec_keyb - send 'scancodes' in addition to key events + - initramfs: fix clang build failure + - Input: goodix - add upside-down quirk for Teclast X98 Pro tablet + - vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU + - media: gspca: Fix memory leak in probe + - media: sunxi-cir: ensure IR is handled when it is continuous + - media: netup_unidvb: Don't leak SPI master in probe error path + - media: ipu3-cio2: Remove traces of returned buffers + - media: ipu3-cio2: Return actual subdev format + - media: ipu3-cio2: Serialise access to pad format + - media: ipu3-cio2: Validate mbus format in setting subdev format + - media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONE + - Input: cyapa_gen6 - fix out-of-bounds stack access + - ALSA: hda/ca0132 - Change Input Source enum strings. + - Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources + walks" + - ACPI: PNP: compare the string length in the matching_id() + - ALSA: hda: Fix regressions on clear and reconfig sysfs + - ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg. + - ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptop + - ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256 + - ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255 + - ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button + - ALSA: pcm: oss: Fix a few more UBSAN fixes + - ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G + - ALSA: hda/realtek: Add quirk for MSI-GP73 + - ALSA: hda/realtek: Apply jack fixup for Quanta NL3 + - ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices + - ALSA: usb-audio: Disable sample read check if firmware doesn't give back + - ALSA: core: memalloc: add page alignment for iram + - s390/smp: perform initial CPU reset also for SMT siblings + - s390/kexec_file: fix diag308 subcode when loading crash kernel + - s390/dasd: fix hanging device offline processing + - s390/dasd: prevent inconsistent LCU device data + - s390/dasd: fix list corruption of pavgroup group list + - s390/dasd: fix list corruption of lcu list + - binder: add flag to clear buffer on txn complete + - ASoC: cx2072x: Fix doubly definitions of Playback and Capture streams + - staging: comedi: mf6x4: Fix AI end-of-conversion detection + - perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANY + - perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake + - powerpc/perf: Exclude kernel samples while counting events in user space. + - crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() + - crypto: arm/aes-ce - work around Cortex-A57/A72 silion errata + - EDAC/i10nm: Use readl() to access MMIO registers + - EDAC/amd64: Fix PCI component registration + - cpuset: fix race between hotplug work and later CPU offline + - USB: serial: mos7720: fix parallel-port state restore + - USB: serial: digi_acceleport: fix write-wakeup deadlocks + - USB: serial: keyspan_pda: fix dropped unthrottle interrupts + - USB: serial: keyspan_pda: fix write deadlock + - USB: serial: keyspan_pda: fix stalled writes + - USB: serial: keyspan_pda: fix write-wakeup use-after-free + - USB: serial: keyspan_pda: fix tx-unthrottle use-after-free + - USB: serial: keyspan_pda: fix write unthrottling + - btrfs: do not shorten unpin len for caching block groups + - ext4: fix a memory leak of ext4_free_data + - ext4: fix deadlock with fs freezing and EA inodes + - KVM: arm64: Introduce handling of AArch32 TTBCR2 traps + - ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES + - ARM: dts: at91: sama5d2: fix CAN message ram offset and size + - xprtrdma: Fix XDRBUF_SPARSE_PAGES support + - powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at + - powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter + - powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE + - powerpc/xmon: Change printk() to pr_cont() + - powerpc/8xx: Fix early debug when SMC1 is relocated + - powerpc/mm: Fix verification of MMU_FTR_TYPE_44x + - powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU + - powerpc/powernv/memtrace: Don't leak kernel memory to user space + - powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrently + - ima: Don't modify file descriptor mode on the fly + - um: Remove use of asprinf in umid.c + - ceph: fix race in concurrent __ceph_remove_cap invocations + - SMB3: avoid confusing warning message on mount to Azure + - ubifs: wbuf: Don't leak kernel memory to flash + - jffs2: Fix GC exit abnormally + - jffs2: Fix ignoring mounting options problem during remounting + - jfs: Fix array index bounds check in dbAdjTree + - platform/x86: mlx-platform: remove an unused variable + - drm/amd/display: Fix memory leaks in S3 resume + - drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor() + - drm/i915: Fix mismatch between misplaced vma check and vma insert + - spi: pxa2xx: Fix use-after-free on unbind + - spi: spi-sh: Fix use-after-free on unbind + - spi: atmel-quadspi: Fix use-after-free on unbind + - spi: davinci: Fix use-after-free on unbind + - spi: fsl: fix use of spisel_boot signal on MPC8309 + - spi: gpio: Don't leak SPI master in probe error path + - spi: mxic: Don't leak SPI master in probe error path + - spi: pic32: Don't leak DMA channels in probe error path + - spi: rb4xx: Don't leak SPI master in probe error path + - spi: sc18is602: Don't leak SPI master in probe error path + - spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path + - spi: synquacer: Disable clock in probe error path + - spi: mt7621: Disable clock in probe error path + - spi: mt7621: Don't leak SPI master in probe error path + - spi: atmel-quadspi: Disable clock in probe error path + - spi: atmel-quadspi: Fix AHB memory accesses + - soc: qcom: smp2p: Safely acquire spinlock without IRQs + - mtd: spinand: Fix OOB read + - mtd: parser: cmdline: Fix parsing of part-names with colons + - mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read + - mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments + - scsi: qla2xxx: Fix crash during driver load on big endian machines + - scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc() + - scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free() + - iio: buffer: Fix demux update + - iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in + rockchip_saradc_resume + - iio:light:rpr0521: Fix timestamp alignment and prevent data leak. + - iio:light:st_uvis25: Fix timestamp alignment and prevent data leak. + - iio:magnetometer:mag3110: Fix alignment and data leak issues. + - iio:pressure:mpl3115: Force alignment of buffer + - iio:imu:bmi160: Fix too large a buffer. + - iio:adc:ti-ads124s08: Fix buffer being too long. + - iio:adc:ti-ads124s08: Fix alignment and data leak issues. + - md/cluster: block reshape with remote resync job + - md/cluster: fix deadlock when node is doing resync job + - pinctrl: sunxi: Always call chained_irq_{enter, exit} in + sunxi_pinctrl_irq_handler + - clk: ingenic: Fix divider calculation with div tables + - clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 + - clk: tegra: Do not return 0 on failure + - device-dax/core: Fix memory leak when rmmod dax.ko + - dma-buf/dma-resv: Respect num_fences when initializing the shared fence + list. + - xen-blkback: set ring->xenblkd to NULL after kthread_stop() + - xen/xenbus: Allow watches discard events before queueing + - xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() + - xen/xenbus/xen_bus_type: Support will_handle watch callback + - xen/xenbus: Count pending messages for each watch + - xenbus/xenbus_backend: Disallow pending watch messages + - libnvdimm/namespace: Fix reaping of invalidated block-window-namespace + labels + - platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12 + - PCI: Fix pci_slot_release() NULL pointer dereference + - regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x + - rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time + - Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS" + - x86/CPU/AMD: Save AMD NodeId as cpu_die_id + - Linux 5.4.86 + * Focal update: v5.4.85 upstream stable release (LP: #1910817) + - ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info() + - ipv4: fix error return code in rtm_to_fib_config() + - mac80211: mesh: fix mesh_pathtbl_init() error path + - net: bridge: vlan: fix error return code in __vlan_add() + - vrf: packets with lladdr src needs dst at input with orig_iif when needs + strict + - net: hns3: remove a misused pragma packed + - udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments + - enetc: Fix reporting of h/w packet counters + - bridge: Fix a deadlock when enabling multicast snooping + - net: stmmac: free tx skb buffer in stmmac_resume() + - tcp: select sane initial rcvq_space.space for big MSS + - tcp: fix cwnd-limited bug for TSO deferral where we send nothing + - net/mlx4_en: Avoid scheduling restart task if it is already running + - lan743x: fix for potential NULL pointer dereference with bare card + - net/mlx4_en: Handle TX error CQE + - net: ll_temac: Fix potential NULL dereference in temac_probe() + - net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux + - net: stmmac: delete the eee_ctrl_timer after napi disabled + - ktest.pl: If size of log is too big to email, email error message + - USB: dummy-hcd: Fix uninitialized array use in init() + - USB: add RESET_RESUME quirk for Snapscan 1212 + - ALSA: usb-audio: Fix potential out-of-bounds shift + - ALSA: usb-audio: Fix control 'access overflow' errors from chmap + - xhci: Give USB2 ports time to enter U3 in bus suspend + - xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP + - USB: UAS: introduce a quirk to set no_write_same + - USB: sisusbvga: Make console support depend on BROKEN + - [Config] updateconfigs for USB_SISUSBVGA_CON + - ALSA: pcm: oss: Fix potential out-of-bounds shift + - serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access + - KVM: mmu: Fix SPTE encoding of MMIO generation upper half + - membarrier: Explicitly sync remote cores when SYNC_CORE is requested + - x86/resctrl: Remove unused struct mbm_state::chunks_bw + - x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled + - Linux 5.4.85 + * Focal update: v5.4.84 upstream stable release (LP: #1910816) + - Kbuild: do not emit debug info for assembly with LLVM_IAS=1 + - x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S + - iwlwifi: pcie: limit memory read spin time + - arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards. + - iwlwifi: pcie: set LTR to avoid completion timeout + - iwlwifi: mvm: fix kernel panic in case of assert during CSA + - powerpc: Drop -me200 addition to build flags + - arm64: dts: broadcom: clear the warnings caused by empty dma-ranges + - ARC: stack unwinding: don't assume non-current task is sleeping + - scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE + - interconnect: qcom: qcs404: Remove GPU and display RPM IDs + - ibmvnic: skip tx timeout reset while in resetting + - irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend + - spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts + - soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) + - arm64: tegra: Disable the ACONNECT for Jetson TX2 + - platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e + - platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad + Yoga 11e 4th gen + - platform/x86: acer-wmi: add automatic keyboard background light toggle key + as KEY_LIGHTS_TOGGLE + - platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC + - platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet + - can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0 + - ktest.pl: Fix incorrect reboot for grub2bls + - Input: cm109 - do not stomp on control URB + - Input: i8042 - add Acer laptops to the i8042 reset list + - mmc: block: Fixup condition for CMD13 polling for RPMB requests + - drm/i915/display/dp: Compute the correct slice count for VDSC on DP + - kbuild: avoid static_assert for genksyms + - proc: use untagged_addr() for pagemap_read addresses + - scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()" + - x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP + - x86/membarrier: Get rid of a dubious optimization + - x86/apic/vector: Fix ordering in vector assignment + - mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING + - [Config] updateconfigs for PGTABLE_MAPPING + - compiler.h: fix barrier_data() on clang + - Linux 5.4.84 + * MSFT Touchpad not working on Lenovo Legion-5 15ARH05 (LP: #1887190) // Focal + update: v5.4.84 upstream stable release (LP: #1910816) + - pinctrl: amd: remove debounce filter setting in IRQ type setting + * Focal update: v5.4.83 upstream stable release (LP: #1910784) + - pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq + pin to output + - pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., + GPIOD_OUT_HIGH) + - usb: gadget: f_fs: Use local copy of descriptors for userspace copy + - USB: serial: kl5kusb105: fix memleak on open + - USB: serial: ch341: add new Product ID for CH341A + - USB: serial: ch341: sort device-id entries + - USB: serial: option: add Fibocom NL668 variants + - USB: serial: option: add support for Thales Cinterion EXS82 + - USB: serial: option: fix Quectel BG96 matching + - tty: Fix ->pgrp locking in tiocspgrp() + - tty: Fix ->session locking + - ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14 + - ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model + - ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294 + - ALSA: hda/realtek - Add new codec supported for ALC897 + - ALSA: hda/generic: Add option to enforce preferred_dacs pairs + - ftrace: Fix updating FTRACE_FL_TRAMP + - cifs: allow syscalls to be restarted in __smb_send_rqst() + - cifs: fix potential use-after-free in cifs_echo_request() + - i2c: imx: Don't generate STOP condition if arbitration has been lost + - thunderbolt: Fix use-after-free in remove_unplugged_switch() + - drm/i915/gt: Program mocs:63 for cache eviction on gen9 + - scsi: mpt3sas: Fix ioctl timeout + - dm writecache: fix the maximum number of arguments + - powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE + - genirq/irqdomain: Add an irq_create_mapping_affinity() function + - powerpc/pseries: Pass MSI affinity to irq_create_mapping() + - dm: fix bug with RCU locking in dm_blk_report_zones + - dm: remove invalid sparse __acquires and __releases annotations + - x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes + - coredump: fix core_pattern parse error + - mm: list_lru: set shrinker map bit when child nr_items is not zero + - mm/swapfile: do not sleep with a spin lock held + - speakup: Reject setting the speakup line discipline outside of speakup + - i2c: imx: Fix reset of I2SR_IAL flag + - i2c: imx: Check for I2SR_IAL after every byte + - spi: bcm2835: Release the DMA channel if probe fails after dma_init + - iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs + - tracing: Fix userstacktrace option for instances + - lib/syscall: fix syscall registers retrieval on 32-bit platforms + - can: af_can: can_rx_unregister(): remove WARN() statement from list + operation sanity check + - gfs2: check for empty rgrp tree in gfs2_ri_update + - netfilter: ipset: prevent uninit-value in hash_ip6_add + - tipc: fix a deadlock when flushing scheduled work + - ASoC: wm_adsp: fix error return code in wm_adsp_load() + - rtw88: debug: Fix uninitialized memory in debugfs code + - i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc() + - dm writecache: remove BUG() and fail gracefully instead + - Input: i8042 - fix error return code in i8042_setup_aux() + - netfilter: nf_tables: avoid false-postive lockdep splat + - netfilter: nftables_offload: set address type in control dissector + - x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes + bytes + - Linux 5.4.83 + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels + (LP: #1908529) + - [dep-8] Allow all hwe kernels + * failing ftrace self tests from 5.7+ onwards (LP: #1893024) + - SAUCE: Revert "selftests/ftrace: check for do_sys_openat2 in user-memory + test" + * selftests: test_vxlan_under_vrf: mute unnecessary error message + (LP: #1908342) + - selftests: test_vxlan_under_vrf: mute unnecessary error message + * Focal update: v5.4.82 upstream stable release (LP: #1908564) + - devlink: Hold rtnl lock while reading netdev attributes + - ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init + - net/af_iucv: set correct sk_protocol for child sockets + - net/tls: missing received data after fast remote close + - net/tls: Protect from calling tls_dev_del for TLS RX twice + - rose: Fix Null pointer dereference in rose_send_frame() + - sock: set sk_err to ee_errno on dequeue from errq + - tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control + - tun: honor IOCB_NOWAIT flag + - usbnet: ipheth: fix connectivity with iOS 14 + - bonding: wait for sysfs kobject destruction before freeing struct slave + - staging/octeon: fix up merge error + - ima: extend boot_aggregate with kernel measurements + - sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list + - netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal + - ipv4: Fix tos mask in inet_rtm_getroute() + - dt-bindings: net: correct interrupt flags in examples + - chelsio/chtls: fix panic during unload reload chtls + - ibmvnic: Ensure that SCRQ entry reads are correctly ordered + - ibmvnic: Fix TX completion error handling + - inet_ecn: Fix endianness of checksum update when setting ECT(1) + - net: ip6_gre: set dev->hard_header_len when using header_ops + - net/x25: prevent a couple of overflows + - cxgb3: fix error return code in t3_sge_alloc_qset() + - net: pasemi: fix error return code in pasemi_mac_open() + - vxlan: fix error return code in __vxlan_dev_create() + - chelsio/chtls: fix a double free in chtls_setkey() + - net: mvpp2: Fix error return code in mvpp2_open() + - net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl + - net: openvswitch: ensure LSE is pullable before reading it + - net/sched: act_mpls: ensure LSE is pullable before reading it + - net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering + - net/mlx5: Fix wrong address reclaim when command interface is down + - ALSA: usb-audio: US16x08: fix value count for level meters + - Input: xpad - support Ardwiino Controllers + - tracing: Remove WARN_ON in start_thread() + - RDMA/i40iw: Address an mmap handler exploit in i40iw + - Linux 5.4.82 + * Focal update: v5.4.81 upstream stable release (LP: #1908562) + - spi: bcm-qspi: Fix use-after-free on unbind + - spi: bcm2835: Fix use-after-free on unbind + - ipv4: use IS_ENABLED instead of ifdef + - netfilter: clear skb->next in NF_HOOK_LIST() + - btrfs: tree-checker: add missing return after error in root_item + - btrfs: tree-checker: add missing returns after data_ref alignment checks + - btrfs: don't access possibly stale fs_info data for printing duplicate + device + - btrfs: fix lockdep splat when reading qgroup config on mount + - wireless: Use linux/stddef.h instead of stddef.h + - smb3: Call cifs reconnect from demultiplex thread + - smb3: Avoid Mid pending list corruption + - smb3: Handle error case during offload read path + - cifs: fix a memleak with modefromsid + - KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page + - KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace + - KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint + - KVM: x86: Fix split-irqchip vs interrupt injection window request + - trace: fix potenial dangerous pointer + - arm64: pgtable: Fix pte_accessible() + - arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect() + - HID: uclogic: Add ID for Trust Flex Design Tablet + - HID: ite: Replace ABS_MISC 120/121 events with touchpad on/off keypresses + - HID: cypress: Support Varmilo Keyboards' media hotkeys + - HID: add support for Sega Saturn + - Input: i8042 - allow insmod to succeed on devices without an i8042 + controller + - HID: hid-sensor-hub: Fix issue with devices with no report ID + - staging: ralink-gdma: fix kconfig dependency bug for DMA_RALINK + - HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice devices + - dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant + - x86/xen: don't unbind uninitialized lock_kicker_irq + - HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo + Edge + - HID: Add Logitech Dinovo Edge battery quirk + - proc: don't allow async path resolution of /proc/self components + - nvme: free sq/cq dbbuf pointers when dbbuf set fails + - vhost scsi: fix cmd completion race + - dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size + - scsi: libiscsi: Fix NOP race condition + - scsi: target: iscsi: Fix cmd abort fabric stop race + - perf/x86: fix sysfs type mismatches + - xtensa: uaccess: Add missing __user to strncpy_from_user() prototype + - net: dsa: mv88e6xxx: Wait for EEPROM done after HW reset + - bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw + - ARM: OMAP2+: Manage MPU state properly for omap_enter_idle_coupled() + - phy: tegra: xusb: Fix dangling pointer on probe failure + - iwlwifi: mvm: write queue_sync_state only for sync + - batman-adv: set .owner to THIS_MODULE + - arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed + - ARM: dts: dra76x: m_can: fix order of clocks + - scsi: ufs: Fix race between shutdown and runtime resume flow + - bnxt_en: fix error return code in bnxt_init_one() + - bnxt_en: fix error return code in bnxt_init_board() + - video: hyperv_fb: Fix the cache type when mapping the VRAM + - bnxt_en: Release PCI regions when DMA mask setup fails during probe. + - cxgb4: fix the panic caused by non smac rewrite + - s390/qeth: make af_iucv TX notification call more robust + - s390/qeth: fix af_iucv notification race + - s390/qeth: fix tear down of async TX buffers + - ibmvnic: fix call_netdevice_notifiers in do_reset + - ibmvnic: notify peers when failover and migration happen + - powerpc/64s: Fix allnoconfig build since uaccess flush + - IB/mthca: fix return value of error branch in mthca_init_cq() + - i40e: Fix removing driver while bare-metal VFs pass traffic + - nfc: s3fwrn5: use signed integer for parsing GPIO numbers + - net: ena: set initial DMA width to avoid intel iommu issue + - ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues + - ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq + - optee: add writeback to valid memory type + - arm64: tegra: Wrong AON HSP reg property size + - efivarfs: revert "fix memory leak in efivarfs_create()" + - efi: EFI_EARLYCON should depend on EFI + - can: gs_usb: fix endianess problem with candleLight firmware + - platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup time + - platform/x86: toshiba_acpi: Fix the wrong variable assignment + - RDMA/hns: Fix retry_cnt and rnr_cnt when querying QP + - RDMA/hns: Bugfix for memory window mtpt configuration + - can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from + request_threaded_irq()'s flags + - can: m_can: fix nominal bitiming tseg2 min for version >= 3.1 + - perf stat: Use proper cpu for shadow stats + - perf probe: Fix to die_entrypc() returns error correctly + - spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe + - USB: core: Change %pK for __user pointers to %px + - usb: gadget: f_midi: Fix memleak in f_midi_alloc + - USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO + built-in usb-audio card + - usb: gadget: Fix memleak in gadgetfs_fill_super + - irqchip/exiu: Fix the index of fwspec for IRQ type + - x86/mce: Do not overwrite no_way_out if mce_end() fails + - x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb + - x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leak + - x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leak + - USB: core: Fix regression in Hercules audio card + - ASoC: Intel: Skylake: Remove superfluous chip initialization + - ASoC: Intel: Skylake: Select hda configuration permissively + - ASoC: Intel: Skylake: Enable codec wakeup during chip init + - ASoC: Intel: Skylake: Shield against no-NHLT configurations + - ASoC: Intel: Allow for ROM init retry on CNL platforms + - ASoC: Intel: Skylake: Await purge request ack on CNL + - ASoC: Intel: Multiple I/O PCM format support for pipe + - ASoC: Intel: Skylake: Automatic DMIC format configuration according to + information from NHLT + - Linux 5.4.81 + * Focal update: v5.4.80 upstream stable release (LP: #1908561) + - ah6: fix error return code in ah6_input() + - atm: nicstar: Unmap DMA on send error + - bnxt_en: read EEPROM A2h address using page 0 + - devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill() + - Exempt multicast addresses from five-second neighbor lifetime + - inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill() + - ipv6: Fix error path to cancel the meseage + - lan743x: fix issue causing intermittent kernel log warnings + - lan743x: prevent entire kernel HANG on open, for some platforms + - mlxsw: core: Use variable timeout for EMAD retries + - net: b44: fix error return code in b44_init_one() + - net: bridge: add missing counters to ndo_get_stats64 callback + - net: dsa: mv88e6xxx: Avoid VTU corruption on 6097 + - net: ethernet: ti: cpsw: fix error return code in cpsw_probe() + - net: Have netpoll bring-up DSA management interface + - netlabel: fix our progress tracking in netlbl_unlabel_staticlist() + - netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist() + - net: lantiq: Wait for the GPHY firmware to be ready + - net/mlx4_core: Fix init_hca fields offset + - net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup + - net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() + - net/tls: fix corrupted data in recvmsg + - net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request + - page_frag: Recover from memory pressure + - qed: fix error return code in qed_iwarp_ll2_start() + - qlcnic: fix error return code in qlcnic_83xx_restart_hw() + - sctp: change to hold/put transport for proto_unreach_timer + - tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate + - net/mlx5: Add handling of port type in rule deletion + - net/mlx5: Disable QoS when min_rates on all VFs are zero + - net: usb: qmi_wwan: Set DTR quirk for MR400 + - net/ncsi: Fix netlink registration + - net: ftgmac100: Fix crash when removing driver + - pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq + - scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold() + - selftests: kvm: Fix the segment descriptor layout to match the actual layout + - ACPI: button: Add DMI quirk for Medion Akoya E2228T + - arm64: errata: Fix handling of 1418040 with late CPU onlining + - arm64: psci: Avoid printing in cpu_psci_cpu_die() + - arm64: smp: Tell RCU about CPUs that fail to come online + - vfs: remove lockdep bogosity in __sb_start_write + - gfs2: fix possible reference leak in gfs2_check_blk_type + - hwmon: (pwm-fan) Fix RPM calculation + - arm64: dts: allwinner: beelink-gs1: Enable both RGMII RX/TX delay + - arm64: dts: allwinner: Pine H64: Enable both RGMII RX/TX delay + - arm64: dts: allwinner: a64: OrangePi Win: Fix ethernet node + - arm64: dts: allwinner: a64: Pine64 Plus: Fix ethernet node + - arm64: dts: allwinner: h5: OrangePi PC2: Fix ethernet node + - ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix ethernet node + - Revert "arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high" + - ARM: dts: sun6i: a31-hummingbird: Enable RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sun7i: cubietruck: Enable RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sun7i: bananapi-m1-plus: Enable RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sun8i: h3: orangepi-plus2e: Enable RGMII RX/TX delay on Ethernet + PHY + - ARM: dts: sun8i: a83t: Enable both RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sun9i: Enable both RGMII RX/TX delay on Ethernet PHY + - ARM: dts: sunxi: bananapi-m2-plus: Enable RGMII RX/TX delay on Ethernet PHY + - arm64: dts: allwinner: a64: bananapi-m64: Enable RGMII RX/TX delay on PHY + - Input: adxl34x - clean up a data type in adxl34x_probe() + - MIPS: export has_transparent_hugepage() for modules + - arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node + - arm64: dts imx8mn: Remove non-existent USB OTG2 + - arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy + - swiotlb: using SIZE_MAX needs limits.h included + - arm64: dts: imx8mm: fix voltage for 1.6GHz CPU operating point + - ARM: dts: imx50-evk: Fix the chip select 1 IOMUX + - Input: resistive-adc-touch - fix kconfig dependency on IIO_BUFFER + - rfkill: Fix use-after-free in rfkill_resume() + - RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device() + - [Config] updateconfigs for INFINIBAND_VIRT_DMA + - RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs + - perf lock: Don't free "lock_seq_stat" if read_count isn't zero + - tools, bpftool: Add missing close before bpftool net attach exit + - ip_tunnels: Set tunnel option flag when tunnel metadata is present + - can: af_can: prevent potential access of uninitialized member in can_rcv() + - can: af_can: prevent potential access of uninitialized member in canfd_rcv() + - can: dev: can_restart(): post buffer from the right context + - can: ti_hecc: Fix memleak in ti_hecc_probe + - can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to + can_put_echo_skb() + - can: peak_usb: fix potential integer overflow on shift of a int + - can: flexcan: fix failure handling of pm_runtime_get_sync() + - can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPI + - can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for + devm_regmap_init() + - can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistration + - can: m_can: m_can_handle_state_change(): fix state change + - can: m_can: m_can_class_free_dev(): introduce new function + - can: m_can: m_can_stop(): set device to software init mode before closing + - ASoC: qcom: lpass-platform: Fix memory leak + - selftests/bpf: Fix error return code in run_getsockopt_test() + - MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu + - drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind() + - net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabled + - bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made + - bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect + - can: kvaser_pciefd: Fix KCAN bittiming limits + - can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limits + - iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU header + - iommu/vt-d: Avoid panic if iommu init fails in tboot system + - can: flexcan: flexcan_chip_start(): fix erroneous + flexcan_transceiver_enable() during bus-off recovery + - can: m_can: process interrupt only when not runtime suspended + - xfs: fix the minrecs logic when dealing with inode root child blocks + - xfs: strengthen rmap record flags checking + - xfs: return corresponding errcode if xfs_initialize_perag() fail + - regulator: ti-abb: Fix array out of bound read access on the first + transition + - fail_function: Remove a redundant mutex unlock + - xfs: revert "xfs: fix rmap key and record comparison functions" + - bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits + - bpf, sockmap: On receive programs try to fast track SK_PASS ingress + - bpf, sockmap: Use truesize with sk_rmem_schedule() + - bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self + - efi/x86: Free efi_pgd with free_pages() + - libfs: fix error cast of negative value in simple_attr_write() + - HID: logitech-hidpp: Add PID for MX Anywhere 2 + - HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin trackpad + - HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiver + - speakup: Do not let the line discipline be used several times + - ALSA: firewire: Clean up a locking issue in copy_resp_to_buf() + - ALSA: usb-audio: Add delay quirk for all Logitech USB devices + - ALSA: ctl: fix error path at adding user-defined element set + - ALSA: mixart: Fix mutex deadlock + - ALSA: hda/realtek - Add supported for Lenovo ThinkPad Headset Button + - ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220) + - tty: serial: imx: fix potential deadlock + - tty: serial: imx: keep console clocks always on + - HID: logitech-dj: Fix an error in mse_bluetooth_descriptor + - efivarfs: fix memory leak in efivarfs_create() + - staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids + - iio: light: fix kconfig dependency bug for VCNL4035 + - ext4: fix bogus warning in ext4_update_dx_flag() + - iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enum + - iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet- + mode + - iio: adc: mediatek: fix unset field + - spi: lpspi: Fix use-after-free on unbind + - spi: Introduce device-managed SPI controller allocation + - spi: npcm-fiu: Don't leak SPI master in probe error path + - spi: bcm2835aux: Fix use-after-free on unbind + - regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200} + - regulator: fix memory leak with repeated set_machine_constraints() + - regulator: avoid resolve_supply() infinite recursion + - regulator: workaround self-referent regulators + - xtensa: fix TLBTEMP area placement + - xtensa: disable preemption around cache alias management calls + - mac80211: minstrel: remove deferred sampling code + - mac80211: minstrel: fix tx status processing corner case + - mac80211: free sta in sta_info_insert_finish() on errors + - s390/cpum_sf.c: fix file permission for cpum_sfb_size + - s390/dasd: fix null pointer dereference for ERP requests + - Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected + - drm/amd/display: Add missing pflip irq for dcn2.0 + - drm/i915: Handle max_bpc==16 + - mmc: sdhci-pci: Prefer SDR25 timing for High Speed mode for BYT-based Intel + controllers + - ptrace: Set PF_SUPERPRIV when checking capability + - seccomp: Set PF_SUPERPRIV when checking capability + - x86/microcode/intel: Check patch signature before saving microcode for early + loading + - mm: memcg/slab: fix root memcg vmstats + - mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() + - mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations + - sched/fair: Fix overutilized update in enqueue_task_fair() + - Linux 5.4.80 + * [SRU][F/G/H/U/OEM-5.6] Fix i2c report error on elan trackpoint + (LP: #1908335) + - Input: elan_i2c - add support for high resolution reports + - Input: elan_i2c - add new trackpoint report type 0x5F + - Input: elantech - fix protocol errors for some trackpoints in SMBus mode + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200) + - SAUCE: rtw88: 8723de: let cpu enter c10 + * [UBUNTU 21.04] s390/pci: vfio-pci mmio being disabled erroneously + (LP: #1907265) + - s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY + * Touchpad not detected on ByteSpeed C15B laptop (LP: #1906128) + - Input: i8042 - add ByteSpeed touchpad to noloop table + * Fix reading speed and duplex sysfs on igc device (LP: #1906851) + - SAUCE: igc: Report speed and duplex as unknown when device is runtime + suspended + * stack trace in kernel (LP: #1903596) + - net: napi: remove useless stack trace + * Refresh ACPI wakeup power to make Thunderbolt hotplug detection work + (LP: #1906229) + - PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() + - PM: ACPI: Refresh wakeup device power configuration every time + * CVE-2020-27777 + - [Config]: Set CONFIG_PPC_RTAS_FILTER + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + * Focal update: v5.4.79 upstream stable release (LP: #1907151) + - powerpc: Only include kup-radix.h for 64-bit Book3S + - MIPS: PCI: Fix MIPS build + - powerpc/8xx: Always fault when _PAGE_ACCESSED is not set + - net: lantiq: Add locking for TX DMA channel + - Input: sunkbd - avoid use-after-free in teardown paths + - mac80211: always wind down STA state + - can: proc: can_remove_proc(): silence remove_proc_entry warning + - KVM: x86: clflushopt should be treated as a no-op by emulation + - ACPI: GED: fix -Wformat + - Linux 5.4.79 + + [ Ubuntu: 5.4.0-65.73 ] + + * focal/linux: 5.4.0-65.73 -proposed tracker (LP: #1912220) + * initramfs unpacking failed (LP: #1835660) + - SAUCE: lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + * overlay: permission regression in 5.4.0-51.56 due to patches related to + CVE-2020-16120 (LP: #1900141) + - ovl: do not fail because of O_NOATIME + * Focal update: v5.4.79 upstream stable release (LP: #1907151) + - net/mlx5: Use async EQ setup cleanup helpers for multiple EQs + - net/mlx5: poll cmd EQ in case of command timeout + - net/mlx5: Fix a race when moving command interface to events mode + - net/mlx5: Add retry mechanism to the command entry index allocation + * Kernel 5.4.0-56 Wi-Fi does not connect (LP: #1906770) + - mt76: fix fix ampdu locking + * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports + topology where zoning is enabled in expander (LP: #1899802) + - scsi: mpt3sas: Define hba_port structure + - scsi: mpt3sas: Allocate memory for hba_port objects + - scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device() + - scsi: mpt3sas: Update hba_port's sas_address & phy_mask + - scsi: mpt3sas: Get device objects using sas_address & portID + - scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port() + - scsi: mpt3sas: Get sas_device objects using device's rphy + - scsi: mpt3sas: Update hba_port objects after host reset + - scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough + - scsi: mpt3sas: Handling HBA vSES device + - scsi: mpt3sas: Add bypass_dirty_port_flag parameter + - scsi: mpt3sas: Handle vSES vphy object during HBA reset + - scsi: mpt3sas: Add module parameter multipath_on_hba + - scsi: mpt3sas: Bump driver version to 35.101.00.00 + + [ Ubuntu: 5.4.0-64.72 ] + + * Packaging resync (LP: #1786013) + - update dkms package versions + + -- Kelsey Skunberg Fri, 05 Feb 2021 13:05:59 -0700 + +linux-aws (5.4.0-1037.39) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1037.39 -proposed tracker (LP: #1911314) + + * aws: network performance regression due to initial TCP receive buffer size + change (LP: #1910200) + - tcp: select sane initial rcvq_space.space for big MSS + + * Disable Atari partition support for linux-aws (LP: #1908264) + - [Config] Disable Atari partition support + + * aws: xen-netfront: prevent potential error on hibernate (LP: #1906850) + - SAUCE: xen-netfront: prevent unnecessary close on hibernate + + [ Ubuntu: 5.4.0-63.71 ] + + * focal/linux: 5.4.0-63.71 -proposed tracker (LP: #1911333) + * overlay: permission regression in 5.4.0-51.56 due to patches related to + CVE-2020-16120 (LP: #1900141) + - ovl: do not fail because of O_NOATIME + * Focal update: v5.4.79 upstream stable release (LP: #1907151) + - net/mlx5: Use async EQ setup cleanup helpers for multiple EQs + - net/mlx5: poll cmd EQ in case of command timeout + - net/mlx5: Fix a race when moving command interface to events mode + - net/mlx5: Add retry mechanism to the command entry index allocation + * Kernel 5.4.0-56 Wi-Fi does not connect (LP: #1906770) + - mt76: fix fix ampdu locking + * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports + topology where zoning is enabled in expander (LP: #1899802) + - scsi: mpt3sas: Define hba_port structure + - scsi: mpt3sas: Allocate memory for hba_port objects + - scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device() + - scsi: mpt3sas: Update hba_port's sas_address & phy_mask + - scsi: mpt3sas: Get device objects using sas_address & portID + - scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port() + - scsi: mpt3sas: Get sas_device objects using device's rphy + - scsi: mpt3sas: Update hba_port objects after host reset + - scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough + - scsi: mpt3sas: Handling HBA vSES device + - scsi: mpt3sas: Add bypass_dirty_port_flag parameter + - scsi: mpt3sas: Handle vSES vphy object during HBA reset + - scsi: mpt3sas: Add module parameter multipath_on_hba + - scsi: mpt3sas: Bump driver version to 35.101.00.00 + + [ Ubuntu: 5.4.0-62.70 ] + + * focal/linux: 5.4.0-62.70 -proposed tracker (LP: #1911144) + * CVE-2020-28374 + - SAUCE: target: fix XCOPY NAA identifier lookup + * Packaging resync (LP: #1786013) + - update dkms package versions + + -- Kelsey Skunberg Wed, 13 Jan 2021 19:01:10 -0700 + +linux-aws (5.4.0-1035.37) focal; urgency=medium + + [ Ubuntu: 5.4.0-60.67 ] + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - update dkms package versions + * CVE-2021-1052 // CVE-2021-1053 + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver + + -- Marcelo Henrique Cerri Wed, 06 Jan 2021 15:38:19 -0300 + +linux-aws (5.4.0-1034.35) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1034.35 -proposed tracker (LP: #1908586) + + * arm64: prevent losing page dirty state (LP: #1908503) + - arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect() + + -- Khalid Elmously Thu, 17 Dec 2020 18:14:11 -0500 + +linux-aws (5.4.0-1033.34) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1033.34 -proposed tracker (LP: #1907586) + + * Focal update: v5.4.75 upstream stable release (LP: #1904450) + - [Config] aws: update config for DW_APB_TIMER + + [ Ubuntu: 5.4.0-59.65 ] + + * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604) + * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or + directory (LP: #1906866) + - SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element" + * Packaging resync (LP: #1786013) + - update dkms package versions + * memory is leaked when tasks are moved to net_prio (LP: #1886859) + - netprio_cgroup: Fix unlimited memory leak of v2 cgroups + * Focal update: v5.4.78 upstream stable release (LP: #1905618) + - drm/i915/gem: Flush coherency domains on first set-domain-ioctl + - time: Prevent undefined behaviour in timespec64_to_ns() + - nbd: don't update block size after device is started + - KVM: arm64: Force PTE mapping on fault resulting in a device mapping + - PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0 + - usb: dwc3: gadget: Continue to process pending requests + - usb: dwc3: gadget: Reclaim extra TRBs after request completion + - btrfs: tracepoints: output proper root owner for trace_find_free_extent() + - btrfs: sysfs: init devices outside of the chunk_mutex + - btrfs: reschedule when cloning lots of extents + - ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function + - genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY + - hv_balloon: disable warning when floor reached + - net: xfrm: fix a race condition during allocing spi + - ASoC: codecs: wcd9335: Set digital gain range correctly + - xfs: set xefi_discard when creating a deferred agfl free log intent item + - netfilter: use actual socket sk rather than skb sk when routing harder + - netfilter: nf_tables: missing validation from the abort path + - netfilter: ipset: Update byte and packet counters regardless of whether they + match + - powerpc/eeh_cache: Fix a possible debugfs deadlock + - perf trace: Fix segfault when trying to trace events by cgroup + - perf tools: Add missing swap for ino_generation + - ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link() + - iommu/vt-d: Fix a bug for PDP check in prq_event_thread + - afs: Fix warning due to unadvanced marshalling pointer + - can: rx-offload: don't call kfree_skb() from IRQ context + - can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ + context + - can: dev: __can_get_echo_skb(): fix real payload length return value for RTR + frames + - can: can_create_echo_skb(): fix echo skb generation: always use skb_clone() + - can: j1939: swap addr and pgn in the send example + - can: j1939: j1939_sk_bind(): return failure if netdev is down + - can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error + path + - can: xilinx_can: handle failure cases of pm_runtime_get_sync + - can: peak_usb: add range checking in decode operations + - can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping + - can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is + on + - can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A + - can: flexcan: flexcan_remove(): disable wakeup completely + - xfs: flush new eof page on truncate to avoid post-eof corruption + - xfs: fix scrub flagging rtinherit even if there is no rt device + - tpm: efi: Don't create binary_bios_measurements file for an empty log + - random32: make prandom_u32() output unpredictable + - KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return + SMCCC_RET_NOT_REQUIRED + - KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally + - ath9k_htc: Use appropriate rs_datalen type + - ASoC: qcom: sdm845: set driver name correctly + - ASoC: cs42l51: manage mclk shutdown delay + - usb: dwc3: pci: add support for the Intel Alder Lake-S + - opp: Reduce the size of critical section in _opp_table_kref_release() + - usb: gadget: goku_udc: fix potential crashes in probe + - selftests/ftrace: check for do_sys_openat2 in user-memory test + - selftests: pidfd: fix compilation errors due to wait.h + - ALSA: hda: Separate runtime and system suspend + - ALSA: hda: Reinstate runtime_allow() for all hda controllers + - gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free + - gfs2: Add missing truncate_inode_pages_final for sd_aspace + - gfs2: check for live vs. read-only file system in gfs2_fitrim + - scsi: hpsa: Fix memory leak in hpsa_init_one() + - drm/amdgpu: perform srbm soft reset always on SDMA resume + - drm/amd/pm: perform SMC reset on suspend/hibernation + - drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running + - mac80211: fix use of skb payload instead of header + - cfg80211: initialize wdev data earlier + - cfg80211: regulatory: Fix inconsistent format argument + - tracing: Fix the checking of stackidx in __ftrace_trace_stack + - scsi: scsi_dh_alua: Avoid crash during alua_bus_detach() + - scsi: mpt3sas: Fix timeouts observed while reenabling IRQ + - nvme: introduce nvme_sync_io_queues + - nvme-rdma: avoid race between time out and tear down + - nvme-tcp: avoid race between time out and tear down + - nvme-rdma: avoid repeated request completion + - nvme-tcp: avoid repeated request completion + - iommu/amd: Increase interrupt remapping table limit to 512 entries + - s390/smp: move rcu_cpu_starting() earlier + - vfio: platform: fix reference leak in vfio_platform_open + - vfio/pci: Bypass IGD init in case of -ENODEV + - i2c: mediatek: move dma reset before i2c reset + - amd/amdgpu: Disable VCN DPG mode for Picasso + - selftests: proc: fix warning: _GNU_SOURCE redefined + - riscv: Set text_offset correctly for M-Mode + - i2c: sh_mobile: implement atomic transfers + - tpm_tis: Disable interrupts on ThinkPad T490s + - spi: bcm2835: remove use of uninitialized gpio flags variable + - tick/common: Touch watchdog in tick_unfreeze() on all CPUs + - mfd: sprd: Add wakeup capability for PMIC IRQ + - pinctrl: intel: Set default bias in case no particular value given + - ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe template + - bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE + - pinctrl: aspeed: Fix GPI only function problem. + - net/mlx5: Fix deletion of duplicate rules + - SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow() + - bpf: Zero-fill re-used per-cpu map element + - nbd: fix a block_device refcount leak in nbd_release + - igc: Fix returning wrong statistics + - xfs: fix flags argument to rmap lookup when converting shared file rmaps + - xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents + - xfs: fix rmap key and record comparison functions + - xfs: fix brainos in the refcount scrubber's rmap fragment processor + - lan743x: fix "BUG: invalid wait context" when setting rx mode + - xfs: fix a missing unlock on error in xfs_fs_map_blocks + - of/address: Fix of_node memory leak in of_dma_is_coherent + - cosa: Add missing kfree in error path of cosa_write + - vrf: Fix fast path output packet handling with async Netfilter rules + - perf: Fix get_recursion_context() + - erofs: derive atime instead of leaving it empty + - ext4: correctly report "not supported" for {usr,grp}jquota when + !CONFIG_QUOTA + - ext4: unlock xattr_sem properly in ext4_inline_data_truncate() + - btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod + - btrfs: fix min reserved size calculation in merge_reloc_root + - btrfs: dev-replace: fail mount if we don't have replace item with target + device + - KVM: arm64: Don't hide ID registers from userspace + - thunderbolt: Fix memory leak if ida_simple_get() fails in + enumerate_services() + - thunderbolt: Add the missed ida_simple_remove() in ring_request_msix() + - uio: Fix use-after-free in uio_unregister_device() + - usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode + - xhci: hisilicon: fix refercence leak in xhci_histb_probe + - virtio: virtio_console: fix DMA memory allocation for rproc serial + - mei: protect mei_cl_mtu from null dereference + - futex: Don't enable IRQs unconditionally in put_pi_state() + - jbd2: fix up sparse warnings in checkpoint code + - mm/slub: fix panic in slab_alloc_node() + - Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint" + - reboot: fix overflow parsing reboot cpu number + - ocfs2: initialize ip_next_orphan + - btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch + - selinux: Fix error return code in sel_ib_pkey_sid_slow() + - gpio: pcie-idio-24: Fix irq mask when masking + - gpio: pcie-idio-24: Fix IRQ Enable Register value + - gpio: pcie-idio-24: Enable PEX8311 interrupts + - mmc: sdhci-of-esdhc: Handle pulse width detection erratum for more SoCs + - mmc: renesas_sdhi_core: Add missing tmio_mmc_host_free() at remove + - don't dump the threads that had been already exiting when zapped. + - drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[] + - pinctrl: amd: use higher precision for 512 RtcClk + - pinctrl: amd: fix incorrect way to disable debounce filter + - swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" + - IPv6: Set SIT tunnel hard_header_len to zero + - net/af_iucv: fix null pointer dereference on shutdown + - net: udp: fix UDP header access on Fast/frag0 UDP GRO + - net: Update window_clamp if SOCK_RCVBUF is set + - net/x25: Fix null-ptr-deref in x25_connect + - tipc: fix memory leak in tipc_topsrv_start() + - r8169: fix potential skb double free in an error path + - drm/i915: Correctly set SFC capability for video engines + - powerpc/603: Always fault when _PAGE_ACCESSED is not set + - x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always- + on STIBP + - perf scripting python: Avoid declaring function pointers with a visibility + attribute + - net: sch_generic: fix the missing new qdisc assignment bug + - Convert trailing spaces and periods in path components + - Linux 5.4.78 + * Focal update: v5.4.77 upstream stable release (LP: #1905614) + - Linux 5.4.77 + * Focal update: v5.4.76 upstream stable release (LP: #1905612) + - drm/i915: Break up error capture compression loops with cond_resched() + - drm/i915/gt: Delay execlist processing for tgl + - drm/i915: Drop runtime-pm assert from vgpu io accessors + - ASoC: Intel: Skylake: Add alternative topology binary name + - update dkms package versions + - linkage: Introduce new macros for assembler symbols + - arm64: asm: Add new-style position independent function annotations + - arm64: lib: Use modern annotations for assembly functions + - arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S + - tipc: fix use-after-free in tipc_bcast_get_mode + - ptrace: fix task_join_group_stop() for the case when current is traced + - cadence: force nonlinear buffers to be cloned + - chelsio/chtls: fix memory leaks caused by a race + - chelsio/chtls: fix always leaking ctrl_skb + - gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP + - gianfar: Account for Tx PTP timestamp in the skb headroom + - ionic: check port ptr before use + - ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags + - net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition + - powerpc/vnic: Extend "failover pending" window + - sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms + - sfp: Fix error handing in sfp_probe() + - Fonts: Replace discarded const qualifier + - ALSA: hda/realtek - Fixed HP headset Mic can't be detected + - ALSA: hda/realtek - Enable headphone for ASUS TM420 + - ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2 + - ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devices + - ALSA: usb-audio: Add implicit feedback quirk for Qu-16 + - ALSA: usb-audio: Add implicit feedback quirk for MODX + - mm: mempolicy: fix potential pte_unmap_unlock pte error + - lib/crc32test: remove extra local_irq_disable/enable + - kthread_worker: prevent queuing delayed work from timer_fn when it is being + canceled + - mm: always have io_remap_pfn_range() set pgprot_decrypted() + - gfs2: Wake up when sd_glock_disposal becomes zero + - ring-buffer: Fix recursion protection transitions between interrupt context + - mtd: spi-nor: Don't copy self-pointing struct around + - ftrace: Fix recursion check for NMI test + - ftrace: Handle tracing when switching between context + - regulator: defer probe when trying to get voltage from unresolved supply + - spi: bcm2835: fix gpio cs level inversion + - tracing: Fix out of bounds write in get_trace_buf + - futex: Handle transient "ownerless" rtmutex state correctly + - ARM: dts: sun4i-a10: fix cpu_alert temperature + - arm64: dts: meson: add missing g12 rng clock + - x86/kexec: Use up-to-dated screen_info copy to fill boot params + - of: Fix reserved-memory overlap detection + - drm/sun4i: frontend: Rework a bit the phase data + - drm/sun4i: frontend: Reuse the ch0 phase for RGB formats + - drm/sun4i: frontend: Fix the scaler phase on A33 + - blk-cgroup: Fix memleak on error path + - blk-cgroup: Pre-allocate tree node on blkg_conf_prep + - scsi: core: Don't start concurrent async scan on same host + - drm/amdgpu: add DID for navi10 blockchain SKU + - scsi: ibmvscsi: Fix potential race after loss of transport + - vsock: use ns_capable_noaudit() on socket create + - nvme-rdma: handle unexpected nvme completion data length + - nvmet: fix a NULL pointer dereference when tracing the flush command + - drm/vc4: drv: Add error handding for bind + - ACPI: NFIT: Fix comparison to '-ENXIO' + - usb: cdns3: gadget: suspicious implicit sign extension + - drm/nouveau/nouveau: fix the start/end range for migration + - drm/nouveau/gem: fix "refcount_t: underflow; use-after-free" + - arm64/smp: Move rcu_cpu_starting() earlier + - vt: Disable KD_FONT_OP_COPY + - fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent + - s390/pkey: fix paes selftest failure with paes and pkey static build + - serial: 8250_mtk: Fix uart_get_baud_rate warning + - serial: txx9: add missing platform_driver_unregister() on error in + serial_txx9_init + - USB: serial: cyberjack: fix write-URB completion race + - USB: serial: option: add Quectel EC200T module support + - USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231 + - USB: serial: option: add Telit FN980 composition 0x1055 + - tty: serial: fsl_lpuart: add LS1028A support + - tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028A + - usb: dwc3: ep0: Fix delay status handling + - USB: Add NO_LPM quirk for Kingston flash drive + - usb: mtu3: fix panic in mtu3_gadget_stop() + - drm/panfrost: Fix a deadlock between the shrinker and madvise path + - ARC: stack unwinding: avoid indefinite looping + - PM: runtime: Drop runtime PM references to supplier on link removal + - PM: runtime: Drop pm_runtime_clean_up_links() + - PM: runtime: Resume the device earlier in __device_release_driver() + - xfs: flush for older, xfs specific ioctls + - perf/core: Fix a memory leak in perf_event_parse_addr_filter() + - arm64: dts: marvell: espressobin: Add ethernet switch aliases + - Linux 5.4.76 + * s390: dbginfo.sh triggers kernel panic, reading from + /sys/kernel/mm/page_idle/bitmap (LP: #1904884) + - mm/page_idle.c: skip offline pages + * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221) + - Bluetooth: btrtl: Ask 8821C to drop old firmware + - Bluetooth: btrtl: fix incorrect skb allocation failure check + * Use ACPI S5 for reboot (LP: #1904225) + - PM: ACPI: reboot: Use S5 for reboot + * Focal update: v5.4.75 upstream stable release (LP: #1904450) + - xen/events: avoid removing an event channel while handling it + - xen/events: add a proper barrier to 2-level uevent unmasking + - xen/events: fix race in evtchn_fifo_unmask() + - xen/events: add a new "late EOI" evtchn framework + - xen/blkback: use lateeoi irq binding + - xen/netback: use lateeoi irq binding + - xen/scsiback: use lateeoi irq binding + - xen/pvcallsback: use lateeoi irq binding + - xen/pciback: use lateeoi irq binding + - xen/events: switch user event channels to lateeoi model + - xen/events: use a common cpu hotplug hook for event channels + - xen/events: defer eoi in case of excessive number of events + - xen/events: block rogue events for some time + - firmware: arm_scmi: Fix ARCH_COLD_RESET + - firmware: arm_scmi: Add missing Rx size re-initialisation + - x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 + compiled kernels + - mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish() + - RDMA/qedr: Fix memory leak in iWARP CM + - ata: sata_nv: Fix retrieving of active qcs + - futex: Fix incorrect should_fail_futex() handling + - powerpc/powernv/smp: Fix spurious DBG() warning + - [Config] update config for ARCH_WANT_IRQS_OFF_ACTIVATE_MM + - mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race + - powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM + - sparc64: remove mm_cpumask clearing to fix kthread_use_mm race + - f2fs: add trace exit in exception path + - f2fs: fix uninit-value in f2fs_lookup + - f2fs: fix to check segment boundary during SIT page readahead + - s390/startup: avoid save_area_sync overflow + - um: change sigio_spinlock to a mutex + - f2fs: handle errors of f2fs_get_meta_page_nofail + - ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addresses + - NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source + - power: supply: bq27xxx: report "not charging" on all types + - xfs: fix realtime bitmap/summary file truncation when growing rt volume + - video: fbdev: pvr2fb: initialize variables + - ath10k: start recovery process when payload length exceeds max htc length + for sdio + - ath10k: fix VHT NSS calculation when STBC is enabled + - drm/brige/megachips: Add checking if ge_b850v3_lvds_init() is working + correctly + - selftests/x86/fsgsbase: Reap a forgotten child + - media: videodev2.h: RGB BT2020 and HSV are always full range + - media: platform: Improve queue set up flow for bug fixing + - usb: typec: tcpm: During PR_SWAP, source caps should be sent only after + tSwapSourceStart + - media: tw5864: check status of tw5864_frameinterval_get + - media: imx274: fix frame interval handling + - mmc: via-sdmmc: Fix data race bug + - drm/bridge/synopsys: dsi: add support for non-continuous HS clock + - arm64: topology: Stop using MPIDR for topology information + - printk: reduce LOG_BUF_SHIFT range for H8300 + - ia64: kprobes: Use generic kretprobe trampoline handler + - kgdb: Make "kgdbcon" work properly with "kgdb_earlycon" + - bpf: Permit map_ptr arithmetic with opcode add and offset 0 + - media: uvcvideo: Fix dereference of out-of-bound list iterator + - selftests/bpf: Define string const as global for test_sysctl_prog.c + - samples/bpf: Fix possible deadlock in xdpsock + - riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO + - cpufreq: sti-cpufreq: add stih418 support + - USB: adutux: fix debugging + - uio: free uio id after uio file node is freed + - usb: xhci: omit duplicate actions when suspending a runtime suspended host. + - SUNRPC: Mitigate cond_resched() in xprt_transmit() + - arm64/mm: return cpu_all_mask when node is NUMA_NO_NODE + - can: flexcan: disable clocks during stop mode + - xfs: don't free rt blocks when we're doing a REMAP bunmapi call + - ACPI: Add out of bounds and numa_off protections to pxm_to_node() + - brcmfmac: Fix warning message after dongle setup failed + - drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values + - bus/fsl_mc: Do not rely on caller to provide non NULL mc_io + - ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3 + - power: supply: test_power: add missing newlines when printing parameters by + sysfs + - drm/amd/display: HDMI remote sink need mode validation for Linux + - ARC: [dts] fix the errors detected by dtbs_check + - btrfs: fix replace of seed device + - md/bitmap: md_bitmap_get_counter returns wrong blocks + - bnxt_en: Log unknown link speed appropriately. + - rpmsg: glink: Use complete_all for open states + - clk: ti: clockdomain: fix static checker warning + - net: 9p: initialize sun_server.sun_path to have addr's value only when addr + is valid + - drivers: watchdog: rdc321x_wdt: Fix race condition bugs + - ext4: Detect already used quota file early + - KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest + - gfs2: use-after-free in sysfs deregistration + - gfs2: add validation checks for size of superblock + - cifs: handle -EINTR in cifs_setattr + - arm64: dts: renesas: ulcb: add full-pwr-cycle-in-suspend into eMMC nodes + - ARM: dts: omap4: Fix sgx clock rate for 4430 + - memory: emif: Remove bogus debugfs error handling + - ARM: dts: s5pv210: remove DMA controller bus node name to fix dtschema + warnings + - ARM: dts: s5pv210: move fixed clocks under root node + - ARM: dts: s5pv210: move PMU node out of clock controller + - ARM: dts: s5pv210: remove dedicated 'audio-subsystem' node + - nbd: make the config put is called before the notifying the waiter + - sgl_alloc_order: fix memory leak + - nvme-rdma: fix crash when connect rejected + - md/raid5: fix oops during stripe resizing + - mmc: sdhci: Add LTR support for some Intel BYT based controllers + - mmc: sdhci-acpi: AMDI0040: Set SDHCI_QUIRK2_PRESET_VALUE_BROKEN + - seccomp: Make duplicate listener detection non-racy + - selftests/x86/fsgsbase: Test PTRACE_PEEKUSER for GSBASE with invalid LDT GS + - perf/x86/intel: Fix Ice Lake event constraint table + - perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count() + - perf/x86/amd/ibs: Fix raw sample data accumulation + - spi: sprd: Release DMA channel also on probe deferral + - extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chips + - leds: bcm6328, bcm6358: use devres LED registering function + - media: uvcvideo: Fix uvc_ctrl_fixup_xu_info() not having any effect + - fs: Don't invalidate page buffers in block_write_full_page() + - NFS: fix nfs_path in case of a rename retry + - ACPI: button: fix handling lid state changes when input device closed + - ACPI / extlog: Check for RDMSR failure + - ACPI: debug: don't allow debugging when ACPI is disabled + - PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPI + - ACPI: EC: PM: Flush EC work unconditionally after wakeup + - ACPI: EC: PM: Drop ec_no_wakeup check from acpi_ec_dispatch_gpe() + - acpi-cpufreq: Honor _PSD table setting on new AMD CPUs + - w1: mxc_w1: Fix timeout resolution problem leading to bus error + - scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove() + - scsi: qla2xxx: Fix crash on session cleanup with unload + - PM: runtime: Remove link state checks in rpm_get/put_supplier() + - btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode + - btrfs: improve device scanning messages + - btrfs: reschedule if necessary when logging directory items + - btrfs: send, orphanize first all conflicting inodes when processing + references + - btrfs: send, recompute reference path after orphanization of a directory + - btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send() + - btrfs: tree-checker: fix false alert caused by legacy btrfs root item + - btrfs: cleanup cow block on error + - btrfs: tree-checker: validate number of chunk stripes and parity + - btrfs: fix use-after-free on readahead extent after failure to create it + - btrfs: fix readahead hang and use-after-free after removing a device + - Revert "UBUNTU: SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC" + - usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHC + - usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM + functionality + - usb: dwc3: ep0: Fix ZLP for OUT ep0 requests + - usb: dwc3: gadget: Check MPS of the request length + - usb: dwc3: core: add phy cleanup for probe error handling + - usb: dwc3: core: don't trigger runtime pm when remove driver + - usb: dwc3: gadget: Resume pending requests after CLEAR_STALL + - usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL command + - usb: cdc-acm: fix cooldown mechanism + - usb: typec: tcpm: reset hard_reset_count for any disconnect + - usb: host: fsl-mph-dr-of: check return of dma_set_mask() + - drm/i915: Force VT'd workarounds when running as a guest OS + - vt: keyboard, simplify vt_kdgkbsent + - vt: keyboard, extend func_buf_lock to readers + - HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery + - udf: Fix memory leak when mounting + - dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_status + - iio:light:si1145: Fix timestamp alignment and prevent data leak. + - iio: adc: gyroadc: fix leak of device node iterator + - iio:adc:ti-adc0832 Fix alignment issue with timestamp + - iio:adc:ti-adc12138 Fix alignment issue with timestamp + - iio:gyro:itg3200: Fix timestamp alignment and prevent data leak. + - powerpc/drmem: Make lmb_size 64 bit + - MIPS: DEC: Restore bootmem reservation for firmware working memory area + - s390/stp: add locking to sysfs functions + - [Config] update config for PPC_RTAS_FILTER + - powerpc/rtas: Restrict RTAS requests from userspace + - powerpc: Warn about use of smt_snooze_delay + - powerpc/memhotplug: Make lmb size 64bit + - powerpc/powernv/elog: Fix race while processing OPAL error log event. + - powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP + - NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE + - NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag + - NFSD: Add missing NFSv2 .pc_func methods + - ubifs: dent: Fix some potential memory leaks while iterating entries + - ubifs: xattr: Fix some potential memory leaks while iterating entries + - ubifs: journal: Make sure to not dirty twice for auth nodes + - ubifs: Fix a memleak after dumping authentication mount options + - ubifs: Don't parse authentication mount options in remount process + - ubifs: mount_ubifs: Release authentication resource in error handling path + - perf python scripting: Fix printable strings in python3 scripts + - ARC: perf: redo the pct irq missing in device-tree handling + - ubi: check kthread_should_stop() after the setting of task state + - ia64: fix build error with !COREDUMP + - rtc: rx8010: don't modify the global rtc ops + - i2c: imx: Fix external abort on interrupt in exit paths + - drm/amdgpu: don't map BO in reserved region + - drm/amd/display: Increase timeout for DP Disable + - drm/amdgpu: correct the gpu reset handling for job != NULL case + - drm/amdkfd: Use same SQ prefetch setting as amdgpu + - drm/amd/display: Avoid MST manager resource leak. + - drm/amdgpu: increase the reserved VM size to 2MB + - drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally + - drm/amd/display: Fix kernel panic by dal_gpio_open() error + - ceph: promote to unsigned long long before shifting + - libceph: clear con->out_msg on Policy::stateful_server faults + - 9P: Cast to loff_t before multiplying + - ring-buffer: Return 0 on success from ring_buffer_resize() + - vringh: fix __vringh_iov() when riov and wiov are different + - ext4: fix leaking sysfs kobject after failed mount + - ext4: fix error handling code in add_new_gdb + - ext4: fix invalid inode checksum + - drm/ttm: fix eviction valuable range check. + - mmc: sdhci-of-esdhc: set timeout to max before tuning + - mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true + - drm/amd/pm: increase mclk switch threshold to 200 us + - tty: make FONTX ioctl use the tty pointer they were actually passed + - arm64: berlin: Select DW_APB_TIMER_OF + - [Config] update annotations for DW_APB_TIMER + - cachefiles: Handle readpage error correctly + - hil/parisc: Disable HIL driver when it gets stuck + - arm: dts: mt7623: add missing pause for switchport + - ARM: samsung: fix PM debug build with DEBUG_LL but !MMU + - ARM: s3c24xx: fix missing system reset + - device property: Keep secondary firmware node secondary by type + - device property: Don't clear secondary pointer for shared primary firmware + node + - KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR + - staging: fieldbus: anybuss: jump to correct label in an error path + - staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdevice + - staging: octeon: repair "fixed-link" support + - staging: octeon: Drop on uncorrectable alignment or FCS error + - Linux 5.4.75 + * [HP 635] Radeon 6310 brightness control does not work (LP: #1894667) // + Focal update: v5.4.75 upstream stable release (LP: #1904450) + - ACPI: video: use ACPI backlight for HP 635 Notebook + * Focal update: v5.4.74 upstream stable release (LP: #1904445) + - netfilter: nftables_offload: KASAN slab-out-of-bounds Read in + nft_flow_rule_create + - socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled + - objtool: Support Clang non-section symbols in ORC generation + - scripts/setlocalversion: make git describe output more reliable + - arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs + - arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs + - arm64: link with -z norelro regardless of CONFIG_RELOCATABLE + - x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled + - bnxt_en: Check abort error state in bnxt_open_nic(). + - bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally. + - chelsio/chtls: fix deadlock issue + - chelsio/chtls: fix memory leaks in CPL handlers + - chelsio/chtls: fix tls record info to user + - cxgb4: set up filter action after rewrites + - gtp: fix an use-before-init in gtp_newlink() + - ibmvnic: fix ibmvnic_set_mac + - mlxsw: core: Fix memory leak on module removal + - netem: fix zero division in tabledist + - net/sched: act_mpls: Add softdep on mpls_gso.ko + - r8169: fix issue with forced threading in combination with shared interrupts + - ravb: Fix bit fields checking in ravb_hwtstamp_get() + - tcp: Prevent low rmem stalls with SO_RCVLOWAT. + - tipc: fix memory leak caused by tipc_buf_append() + - net: hns3: Clear the CMDQ registers before unmapping BAR region + - bnxt_en: Re-write PCI BARs after PCI fatal error. + - bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one(). + - bnxt_en: Invoke cancel_delayed_work_sync() for PFs also. + - erofs: avoid duplicated permission check for "trusted." xattrs + - arch/x86/amd/ibs: Fix re-arming IBS Fetch + - x86/xen: disable Firmware First mode for correctable memory errors + - ata: ahci: mvebu: Make SATA PHY optional for Armada 3720 + - fuse: fix page dereference after free + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - evm: Check size of security.evm before using it + - p54: avoid accessing the data mapped to streaming DMA + - cxl: Rework error message for incompatible slots + - RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel() + - mtd: lpddr: Fix bad logic in print_drs_error + - serial: qcom_geni_serial: To correct QUP Version detection logic + - serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt + - PM: runtime: Fix timer_expires data type on 32-bit arches + - ata: sata_rcar: Fix DMA boundary mask + - xen/gntdev.c: Mark pages as dirty + - crypto: x86/crc32c - fix building with clang ias + - openrisc: Fix issue with get_user for 64-bit values + - misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp() + - phy: marvell: comphy: Convert internal SMCC firmware return codes to errno + - Linux 5.4.74 + * Bionic: btrfs: kernel BUG at /build/linux- + eTBZpZ/linux-4.15.0/fs/btrfs/ctree.c:3233! (LP: #1902254) + - btrfs: tree-checker: fix incorrect printk format + * NULL pointer dereference when configuring multi-function with devfn != 0 + before devfn == 0 (LP: #1903682) + - s390/pci: fix hot-plug of PCI function missing bus + + -- Kleber Sacilotto de Souza Mon, 14 Dec 2020 14:22:41 +0100 + +linux-aws (5.4.0-1032.33) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1032.33 -proposed tracker (LP: #1907372) + + [ Ubuntu: 5.4.0-58.64 ] + + * focal/linux: 5.4.0-58.64 -proposed tracker (LP: #1907390) + * Packaging resync (LP: #1786013) + - update dkms package versions + * raid10: discard leads to corrupted file system (LP: #1907262) + - Revert "dm raid: remove unnecessary discard limits for raid10" + - Revert "dm raid: fix discard limits for raid1 and raid10" + - Revert "md/raid10: improve discard request for far layout" + - Revert "md/raid10: improve raid10 discard request" + - Revert "md/raid10: pull codes that wait for blocked dev into one function" + - Revert "md/raid10: extend r10bio devs to raid disks" + - Revert "md: add md_submit_discard_bio() for submitting discard bio" + + [ Ubuntu: 5.4.0-56.62 ] + + * focal/linux: 5.4.0-56.62 -proposed tracker (LP: #1905300) + * CVE-2020-4788 + - selftests/powerpc: rfi_flush: disable entry flush if present + - powerpc/64s: flush L1D on kernel entry + - powerpc/64s: flush L1D after user accesses + - selftests/powerpc: entry flush test + + -- Marcelo Henrique Cerri Wed, 09 Dec 2020 10:13:51 -0300 + +linux-aws (5.4.0-1030.31) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1030.31 -proposed tracker (LP: #1903158) + + * Focal update: v5.4.66 upstream stable release (LP: #1896824) + - [Config] [aws] updateconfigs for VGACON_SOFT_SCROLLBACK + + * aws: disable strict IOMMU TLB invalidation by default (LP: #1902281) + - SAUCE: [aws] iommu: set the default iommu-dma mode as non-strict + + * AWS: add the nitro_enclaves driver (LP: #1903087) + - cpu/hotplug: Add new {add,remove}_cpu() functions + - [Config][aws] update config for NITRO_ENCLAVES + - nitro_enclaves: Add ioctl interface definition + - nitro_enclaves: Define the PCI device interface + - nitro_enclaves: Define enclave info for internal bookkeeping + - nitro_enclaves: Init PCI device driver + - nitro_enclaves: Handle PCI device command requests + - nitro_enclaves: Handle out-of-band PCI device events + - nitro_enclaves: Init misc device providing the ioctl interface + - nitro_enclaves: Add logic for creating an enclave VM + - nitro_enclaves: Add logic for setting an enclave vCPU + - nitro_enclaves: Add logic for getting the enclave image load info + - nitro_enclaves: Add logic for setting an enclave memory region + - nitro_enclaves: Add logic for starting an enclave + - nitro_enclaves: Add logic for terminating an enclave + - nitro_enclaves: Add Kconfig for the Nitro Enclaves driver + - nitro_enclaves: Add Makefile for the Nitro Enclaves driver + - nitro_enclaves: Add sample for ioctl interface usage + - nitro_enclaves: Add overview documentation + - MAINTAINERS: Add entry for the Nitro Enclaves driver + + [ Ubuntu: 5.4.0-55.61 ] + + * focal/linux: 5.4.0-55.61 -proposed tracker (LP: #1903175) + * Update kernel packaging to support forward porting kernels (LP: #1902957) + - [Debian] Update for leader included in BACKPORT_SUFFIX + * Avoid double newline when running insertchanges (LP: #1903293) + - [Packaging] insertchanges: avoid double newline + * EFI: Fails when BootCurrent entry does not exist (LP: #1899993) + - efivarfs: Replace invalid slashes with exclamation marks in dentries. + * CVE-2020-14351 + - perf/core: Fix race in the perf_mmap_close() function + * raid10: Block discard is very slow, causing severe delays for mkfs and + fstrim operations (LP: #1896578) + - md: add md_submit_discard_bio() for submitting discard bio + - md/raid10: extend r10bio devs to raid disks + - md/raid10: pull codes that wait for blocked dev into one function + - md/raid10: improve raid10 discard request + - md/raid10: improve discard request for far layout + - dm raid: fix discard limits for raid1 and raid10 + - dm raid: remove unnecessary discard limits for raid10 + * Bionic: btrfs: kernel BUG at /build/linux- + eTBZpZ/linux-4.15.0/fs/btrfs/ctree.c:3233! (LP: #1902254) + - btrfs: drop unnecessary offset_in_page in extent buffer helpers + - btrfs: extent_io: do extra check for extent buffer read write functions + - btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent() + - btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref() + - btrfs: ctree: check key order before merging tree blocks + * Ethernet no link lights after reboot (Intel i225-v 2.5G) (LP: #1902578) + - igc: Add PHY power management control + * Undetected Data corruption in MPI workloads that use VSX for reductions on + POWER9 DD2.1 systems (LP: #1902694) + - powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation + - selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load + workaround + * [20.04 FEAT] Support/enhancement of NVMe IPL (LP: #1902179) + - s390: nvme ipl + - s390: nvme reipl + - s390/ipl: support NVMe IPL kernel parameters + * uvcvideo: add mapping for HEVC payloads (LP: #1895803) + - media: uvcvideo: Add mapping for HEVC payloads + * Focal update: v5.4.73 upstream stable release (LP: #1902115) + - ibmveth: Switch order of ibmveth_helper calls. + - ibmveth: Identify ingress large send packets. + - ipv4: Restore flowi4_oif update before call to xfrm_lookup_route + - mlx4: handle non-napi callers to napi_poll + - net: fec: Fix phy_device lookup for phy_reset_after_clk_enable() + - net: fec: Fix PHY init after phy_reset_after_clk_enable() + - net: fix pos incrementment in ipv6_route_seq_next + - net/smc: fix valid DMBE buffer sizes + - net/tls: sendfile fails with ktls offload + - net: usb: qmi_wwan: add Cellient MPL200 card + - tipc: fix the skb_unshare() in tipc_buf_append() + - socket: fix option SO_TIMESTAMPING_NEW + - can: m_can_platform: don't call m_can_class_suspend in runtime suspend + - can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt + - net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt + - net/ipv4: always honour route mtu during forwarding + - net_sched: remove a redundant goto chain check + - r8169: fix data corruption issue on RTL8402 + - cxgb4: handle 4-tuple PEDIT to NAT mode translation + - binder: fix UAF when releasing todo list + - ALSA: bebob: potential info leak in hwdep_read() + - ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close + - nvme-pci: disable the write zeros command for Intel 600P/P3100 + - chelsio/chtls: fix socket lock + - chelsio/chtls: correct netdevice for vlan interface + - chelsio/chtls: correct function return and return type + - ibmvnic: save changed mac address to adapter->mac_addr + - net: ftgmac100: Fix Aspeed ast2600 TX hang issue + - net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device + - net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling + ether_setup + - net: Properly typecast int values to set sk_max_pacing_rate + - net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels + - nexthop: Fix performance regression in nexthop deletion + - nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in + nfc_genl_fw_download() + - r8169: fix operation under forced interrupt threading + - selftests: forwarding: Add missing 'rp_filter' configuration + - tcp: fix to update snd_wl1 in bulk receiver fast path + - icmp: randomize the global rate limiter + - ALSA: hda/realtek - set mic to auto detect on a HP AIO machine + - ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7 + - ALSA: hda/realtek: Enable audio jacks of ASUS D700SA with ALC887 + - cifs: remove bogus debug code + - cifs: Return the error from crypt_message when enc/dec key not found. + - SMB3: Resolve data corruption of TCP server info fields + - KVM: nVMX: Reset the segment cache when stuffing guest segs + - KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails + - KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpages + - KVM: SVM: Initialize prev_ga_tag before use + - ima: Don't ignore errors from crypto_shash_update() + - crypto: algif_aead - Do not set MAY_BACKLOG on the async path + - crypto: caam/qi - add fallback for XTS with more than 8B IV + - EDAC/i5100: Fix error handling order in i5100_init_one() + - EDAC/aspeed: Fix handling of platform_get_irq() error + - EDAC/ti: Fix handling of platform_get_irq() error + - perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBS + - x86/fpu: Allow multiple bits in clearcpuid= parameter + - drivers/perf: xgene_pmu: Fix uninitialized resource struct + - drivers/perf: thunderx2_pmu: Fix memory resource error handling + - sched/fair: Fix wrong cpu selecting from isolated domain + - perf/x86/intel/uncore: Update Ice Lake uncore units + - perf/x86/intel/uncore: Reduce the number of CBOX counters + - x86/nmi: Fix nmi_handle() duration miscalculation + - x86/events/amd/iommu: Fix sizeof mismatch + - crypto: algif_skcipher - EBUSY on aio should be an error + - crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc() + - crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call + - crypto: picoxcell - Fix potential race condition bug + - media: tuner-simple: fix regression in simple_set_radio_freq + - media: Revert "media: exynos4-is: Add missed check for + pinctrl_lookup_state()" + - media: ov5640: Correct Bit Div register in clock tree diagram + - media: m5mols: Check function pointer in m5mols_sensor_power + - media: uvcvideo: Set media controller entity functions + - media: uvcvideo: Silence shift-out-of-bounds warning + - media: staging/intel-ipu3: css: Correctly reset some memory + - media: omap3isp: Fix memleak in isp_probe + - media: i2c: ov5640: Remain in power down for DVP mode unless streaming + - media: i2c: ov5640: Separate out mipi configuration from s_power + - media: i2c: ov5640: Enable data pins on poweron for DVP mode + - media: rcar_drif: Fix fwnode reference leak when parsing DT + - media: rcar_drif: Allocate v4l2_async_subdev dynamically + - media: rcar-csi2: Allocate v4l2_async_subdev dynamically + - crypto: omap-sham - fix digcnt register handling with export/import + - hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61} + - cypto: mediatek - fix leaks in mtk_desc_ring_alloc + - media: mx2_emmaprp: Fix memleak in emmaprp_probe + - media: tc358743: initialize variable + - media: tc358743: cleanup tc358743_cec_isr + - media: rcar-vin: Fix a reference count leak. + - media: rockchip/rga: Fix a reference count leak. + - media: platform: fcp: Fix a reference count leak. + - media: camss: Fix a reference count leak. + - media: s5p-mfc: Fix a reference count leak + - media: stm32-dcmi: Fix a reference count leak + - media: ti-vpe: Fix a missing check and reference count leak + - regulator: resolve supply after creating regulator + - pinctrl: bcm: fix kconfig dependency warning when !GPIOLIB + - spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath() + - spi: spi-s3c64xx: Check return values + - blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue + - ath10k: provide survey info as accumulated data + - drm/vkms: fix xrgb on compute crc + - Bluetooth: hci_uart: Cancel init work before unregistering + - drm/amd/display: Fix wrong return value in dm_update_plane_state() + - drm: panel: Fix bus format for OrtusTech COM43H4M85ULC panel + - ath6kl: prevent potential array overflow in ath6kl_add_new_sta() + - ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb() + - ath10k: Fix the size used in a 'dma_free_coherent()' call in an error + handling path + - wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680 + - ASoC: qcom: lpass-platform: fix memory leak + - ASoC: qcom: lpass-cpu: fix concurrency issue + - brcmfmac: check ndev pointer + - mwifiex: Do not use GFP_KERNEL in atomic context + - staging: rtl8192u: Do not use GFP_KERNEL in atomic context + - drm/gma500: fix error check + - scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()' + - scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg() + - scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba() + - scsi: csiostor: Fix wrong return value in csio_hw_prep_fw() + - backlight: sky81452-backlight: Fix refcount imbalance on error + - staging: emxx_udc: Fix passing of NULL to dma_alloc_coherent() + - VMCI: check return value of get_user_pages_fast() for errors + - mm/error_inject: Fix allow_error_inject function signatures. + - drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel + - drm/crc-debugfs: Fix memleak in crc_control_write + - binder: Remove bogus warning on failed same-process transaction + - tty: serial: earlycon dependency + - pty: do tty_flip_buffer_push without port->lock in pty_write + - pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare() + - pwm: lpss: Add range limit check for the base_unit register value + - drivers/virt/fsl_hypervisor: Fix error handling path + - video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value error + - video: fbdev: sis: fix null ptr dereference + - video: fbdev: radeon: Fix memleak in radeonfb_pci_register + - ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe() + - HID: roccat: add bounds checking in kone_sysfs_write_settings() + - drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check() + - drm/panfrost: Ensure GPU quirks are always initialised + - iomap: Clear page error before beginning a write + - pinctrl: mcp23s08: Fix mcp23x17_regmap initialiser + - pinctrl: mcp23s08: Fix mcp23x17 precious range + - net/mlx5: Don't call timecounter cyc2time directly from 1PPS flow + - scsi: mpt3sas: Fix sync irqs + - net: stmmac: use netif_tx_start|stop_all_queues() function + - cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLE + - drm: mxsfb: check framebuffer pitch + - coresight: etm4x: Handle unreachable sink in perf mode + - xhci: don't create endpoint debugfs entry before ring buffer is set. + - net: dsa: rtl8366: Check validity of passed VLANs + - net: dsa: rtl8366: Refactor VLAN/PVID init + - net: dsa: rtl8366: Skip PVID setting if not requested + - net: wilc1000: clean up resource in error path of init mon interface + - ASoC: tlv320aic32x4: Fix bdiv clock rate derivation + - net: dsa: rtl8366rb: Support all 4096 VLANs + - spi: omap2-mcspi: Improve performance waiting for CHSTAT + - ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd() + - dmaengine: dmatest: Check list for emptiness before access its last entry + - misc: mic: scif: Fix error handling path + - ALSA: seq: oss: Avoid mutex lock for a long-time ioctl + - usb: dwc2: Fix parameter type in function pointer prototype + - quota: clear padding in v2r1_mem2diskdqb() + - slimbus: core: check get_addr before removing laddr ida + - slimbus: core: do not enter to clock pause mode in core + - slimbus: qcom-ngd-ctrl: disable ngd in qmi server down callback + - ASoC: fsl_sai: Instantiate snd_soc_dai_driver + - HID: hid-input: fix stylus battery reporting + - nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell() + - nl80211: fix OBSS PD min and max offset validation + - coresight: etm: perf: Fix warning caused by etm_setup_aux failure + - ibmvnic: set up 200GBPS speed + - qtnfmac: fix resource leaks on unsupported iftype error return path + - iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling + - net: enic: Cure the enic api locking trainwreck + - mfd: sm501: Fix leaks in probe() + - iwlwifi: mvm: split a print to avoid a WARNING in ROC + - usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above. + - usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well + - nl80211: fix non-split wiphy information + - usb: dwc2: Fix INTR OUT transfers in DDMA mode. + - scsi: target: tcmu: Fix warning: 'page' may be used uninitialized + - scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs() + - ipmi_si: Fix wrong return value in try_smi_init() + - platform/x86: mlx-platform: Remove PSU EEPROM configuration + - mwifiex: fix double free + - ipvs: clear skb->tstamp in forwarding path + - net: korina: fix kfree of rx/tx descriptor array + - netfilter: nf_log: missing vlan offload tag and proto + - mm/swapfile.c: fix potential memory leak in sys_swapon + - mm/memcg: fix device private memcg accounting + - mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary + - fs: fix NULL dereference due to data race in prepend_path() + - selftests/ftrace: Change synthetic event name for inter-event-combined test + - i3c: master add i3c_master_attach_boardinfo to preserve boardinfo + - IB/mlx4: Fix starvation in paravirt mux/demux + - IB/mlx4: Adjust delayed work when a dup is observed + - powerpc/pseries: Fix missing of_node_put() in rng_init() + - powerpc/icp-hv: Fix missing of_node_put() in success path + - RDMA/ucma: Fix locking for ctx->events_reported + - RDMA/ucma: Add missing locking around rdma_leave_multicast() + - mtd: lpddr: fix excessive stack usage with clang + - RDMA/hns: Add a check for current state before modifying QP + - RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz() + - powerpc/pseries: explicitly reschedule during drmem_lmb list traversal + - pseries/drmem: don't cache node id in drmem_lmb struct + - RDMA/mlx5: Fix potential race between destroy and CQE poll + - mtd: mtdoops: Don't write panic data twice + - ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT values + - arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER + - ida: Free allocated bitmap in error path + - xfs: limit entries returned when counting fsmap records + - xfs: fix deadlock and streamline xfs_getfsmap performance + - xfs: fix high key handling in the rt allocator's query_range function + - RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page + boundary + - RDMA/umem: Prevent small pages from being returned by + ib_umem_find_best_pgsz() + - RDMA/qedr: Fix qp structure memory leak + - RDMA/qedr: Fix use of uninitialized field + - RDMA/qedr: Fix return code if accept is called on a destroyed qp + - RDMA/qedr: Fix inline size returned for iWARP + - powerpc/book3s64/hash/4k: Support large linear mapping range with 4K + - powerpc/tau: Use appropriate temperature sample interval + - powerpc/tau: Convert from timer to workqueue + - powerpc/tau: Remove duplicated set_thresholds() call + - powerpc/tau: Check processor type before enabling TAU interrupt + - powerpc/tau: Disable TAU between measurements + - powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm + - RDMA/cma: Remove dead code for kernel rdmacm multicast + - RDMA/cma: Consolidate the destruction of a cma_multicast in one place + - perf intel-pt: Fix "context_switch event has no tid" error + - RDMA/hns: Set the unsupported wr opcode + - RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't work + - i40iw: Add support to make destroy QP synchronous + - perf stat: Skip duration_time in setup_system_wide + - RDMA/hns: Fix the wrong value of rnr_retry when querying qp + - RDMA/hns: Fix missing sq_sig_type when querying QP + - mtd: rawnand: vf610: disable clk on error handling path in probe + - mtd: spinand: gigadevice: Only one dummy byte in QUADIO + - mtd: spinand: gigadevice: Add QE Bit + - kdb: Fix pager search for multi-line strings + - overflow: Include header file with SIZE_MAX declaration + - RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces + - powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraints + - powerpc/perf/hv-gpci: Fix starting index value + - i3c: master: Fix error return in cdns_i3c_master_probe() + - cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifier + - IB/rdmavt: Fix sizeof mismatch + - RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt() + - maiblox: mediatek: Fix handling of platform_get_irq() error + - selftests/powerpc: Fix eeh-basic.sh exit codes + - f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info + - RDMA/rxe: Handle skb_clone() failure in rxe_recv.c + - mm/page_owner: change split_page_owner to take a count + - lib/crc32.c: fix trivial typo in preprocessor condition + - ramfs: fix nommu mmap with gaps in the page cache + - rapidio: fix error handling path + - rapidio: fix the missed put_device() for rio_mport_add_riodev + - mailbox: avoid timer start from callback + - i2c: rcar: Auto select RESET_CONTROLLER + - clk: meson: g12a: mark fclk_div2 as critical + - PCI: aardvark: Check for errors from pci_bridge_emul_init() call + - PCI: iproc: Set affinity mask on MSI interrupts + - rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge() + - PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY + - vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn + - clk: qcom: gcc-sdm660: Fix wrong parent_map + - clk: keystone: sci-clk: fix parsing assigned-clock data during probe + - pwm: img: Fix null pointer access in probe + - clk: rockchip: Initialize hw to error to avoid undefined behavior + - clk: mediatek: add UART0 clock support + - module: statically initialize init section freeing data + - clk: at91: clk-main: update key before writing AT91_CKGR_MOR + - clk: bcm2835: add missing release if devm_clk_hw_register fails + - watchdog: Fix memleak in watchdog_cdev_register + - watchdog: Use put_device on error + - watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3 + - svcrdma: fix bounce buffers for unaligned offsets and multiple pages + - ext4: limit entries returned when counting fsmap records + - vfio/pci: Clear token on bypass registration failure + - vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages + - clk: imx8mq: Fix usdhc parents order + - SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() + - Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume() + - Input: stmfts - fix a & vs && typo + - Input: ep93xx_keypad - fix handling of platform_get_irq() error + - Input: omap4-keypad - fix handling of platform_get_irq() error + - Input: twl4030_keypad - fix handling of platform_get_irq() error + - Input: sun4i-ps2 - fix handling of platform_get_irq() error + - KVM: x86: emulating RDPID failure shall return #UD rather than #GP + - scsi: bfa: Fix error return in bfad_pci_init() + - netfilter: conntrack: connection timeout after re-register + - netfilter: ebtables: Fixes dropping of small packets in bridge nat + - netfilter: nf_fwd_netdev: clear timestamp in forwarding path + - arm64: dts: meson: vim3: correct led polarity + - ARM: dts: imx6sl: fix rng node + - ARM: at91: pm: of_node_put() after its usage + - ARM: s3c24xx: fix mmc gpio lookup tables + - ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix dcdc1 regulator + - arm64: dts: allwinner: h5: remove Mali GPU PMU module + - memory: omap-gpmc: Fix a couple off by ones + - memory: omap-gpmc: Fix build error without CONFIG_OF + - memory: fsl-corenet-cf: Fix handling of platform_get_irq() error + - arm64: dts: imx8mq: Add missing interrupts to GPC + - arm64: dts: qcom: msm8916: Remove one more thermal trip point unit name + - arm64: dts: qcom: pm8916: Remove invalid reg size from wcd_codec + - arm64: dts: qcom: msm8916: Fix MDP/DSI interrupts + - arm64: dts: renesas: r8a77990: Fix MSIOF1 DMA channels + - arm64: dts: renesas: r8a774c0: Fix MSIOF1 DMA channels + - arm64: dts: actions: limit address range for pinctrl node + - ARM: dts: owl-s500: Fix incorrect PPI interrupt specifiers + - soc: fsl: qbman: Fix return value on success + - ARM: OMAP2+: Restore MPU power domain if cpu_cluster_pm_enter() fails + - arm64: dts: zynqmp: Remove additional compatible string for i2c IPs + - ARM: dts: meson8: remove two invalid interrupt lines from the GPU node + - lightnvm: fix out-of-bounds write to array devices->info[] + - powerpc/powernv/dump: Fix race while processing OPAL dump + - powerpc/pseries: Avoid using addr_to_pfn in real mode + - nvmet: fix uninitialized work for zero kato + - NTB: hw: amd: fix an issue about leak system resources + - sched/features: Fix !CONFIG_JUMP_LABEL case + - perf: correct SNOOPX field offset + - i2c: core: Restore acpi_walk_dep_device_list() getting called after + registering the ACPI i2c devs + - md/bitmap: fix memory leak of temporary bitmap + - block: ratelimit handle_bad_sector() message + - crypto: ccp - fix error handling + - x86/asm: Replace __force_order with a memory clobber + - x86/mce: Add Skylake quirk for patrol scrub reported errors + - media: firewire: fix memory leak + - media: ati_remote: sanity check for both endpoints + - media: st-delta: Fix reference count leak in delta_run_work + - media: sti: Fix reference count leaks + - media: exynos4-is: Fix several reference count leaks due to + pm_runtime_get_sync + - media: exynos4-is: Fix a reference count leak due to pm_runtime_get_sync + - media: exynos4-is: Fix a reference count leak + - media: vsp1: Fix runtime PM imbalance on error + - media: platform: s3c-camif: Fix runtime PM imbalance on error + - media: platform: sti: hva: Fix runtime PM imbalance on error + - media: bdisp: Fix runtime PM imbalance on error + - media: media/pci: prevent memory leak in bttv_probe + - x86/mce: Make mce_rdmsrl() panic on an inaccessible MSR + - media: uvcvideo: Ensure all probed info is returned to v4l2 + - mmc: sdio: Check for CISTPL_VERS_1 buffer size + - media: saa7134: avoid a shift overflow + - media: venus: fixes for list corruption + - fs: dlm: fix configfs memory leak + - media: venus: core: Fix runtime PM imbalance in venus_probe + - ntfs: add check for mft record size in superblock + - ip_gre: set dev->hard_header_len and dev->needed_headroom properly + - mac80211: handle lack of sband->bitrates in rates + - PM: hibernate: remove the bogus call to get_gendisk() in software_resume() + - scsi: mvumi: Fix error return in mvumi_io_attach() + - scsi: target: core: Add CONTROL field for trace events + - mic: vop: copy data to kernel space then write to io memory + - misc: vop: add round_up(x,4) for vring_size to avoid kernel panic + - usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc + - usb: gadget: function: printer: fix use-after-free in __lock_acquire + - udf: Limit sparing table size + - udf: Avoid accessing uninitialized data on failed inode read + - rtw88: increse the size of rx buffer size + - USB: cdc-acm: handle broken union descriptors + - usb: dwc3: simple: add support for Hikey 970 + - can: flexcan: flexcan_chip_stop(): add error handling and propagate error + value + - ath9k: hif_usb: fix race condition between usb_get_urb() and + usb_kill_anchored_urbs() + - drm/panfrost: add amlogic reset quirk callback + - bpf: Limit caller's stack depth 256 for subprogs with tailcalls + - misc: rtsx: Fix memory leak in rtsx_pci_probe + - reiserfs: only call unlock_new_inode() if I_NEW + - opp: Prevent memory leak in dev_pm_opp_attach_genpd() + - xfs: make sure the rt allocator doesn't run off the end + - usb: ohci: Default to per-port over-current protection + - Bluetooth: Only mark socket zapped after unlocking + - drm/msm/a6xx: fix a potential overflow issue + - iomap: fix WARN_ON_ONCE() from unprivileged users + - scsi: ibmvfc: Fix error return in ibmvfc_probe() + - scsi: qla2xxx: Warn if done() or free() are called on an already freed srb + - selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change + - brcmsmac: fix memory leak in wlc_phy_attach_lcnphy + - rtl8xxxu: prevent potential memory leak + - Fix use after free in get_capset_info callback. + - HID: ite: Add USB id match for Acer One S1003 keyboard dock + - scsi: qedf: Return SUCCESS if stale rport is encountered + - scsi: qedi: Protect active command list to avoid list corruption + - scsi: qedi: Fix list_del corruption while removing active I/O + - fbmem: add margin check to fb_check_caps() + - tty: ipwireless: fix error handling + - Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb + - ipvs: Fix uninit-value in do_ip_vs_set_ctl() + - reiserfs: Fix memory leak in reiserfs_parse_options() + - mwifiex: don't call del_timer_sync() on uninitialized timer + - ALSA: hda/ca0132 - Add AE-7 microphone selection commands. + - ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7. + - scsi: smartpqi: Avoid crashing kernel for controller issues + - brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach + - usb: core: Solve race condition in anchor cleanup functions + - scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config() + - dmaengine: dw: Add DMA-channels mask cell support + - dmaengine: dw: Activate FIFO-mode for memory peripherals only + - ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n() + - net: korina: cast KSEG0 address to pointer in kfree + - s390/qeth: don't let HW override the configured port role + - tty: serial: lpuart: fix lpuart32_write usage + - tty: serial: fsl_lpuart: fix lpuart32_poll_get_char + - usb: cdc-acm: add quirk to blacklist ETAS ES58X devices + - USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync(). + - usb: cdns3: gadget: free interrupt after gadget has deleted + - eeprom: at25: set minimum read/write access stride to 1 + - usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets. + - Linux 5.4.73 + * Focal update: v5.4.72 upstream stable release (LP: #1902111) + - perf cs-etm: Move definition of 'traceid_list' global variable from header + file + - btrfs: don't pass system_chunk into can_overcommit + - btrfs: take overcommit into account in inc_block_group_ro + - ARM: 8939/1: kbuild: use correct nm executable + - ACPI: Always build evged in + - Bluetooth: Consolidate encryption handling in hci_encrypt_cfm + - Bluetooth: Fix update of connection state in `hci_encrypt_cfm` + - Bluetooth: Disconnect if E0 is used for Level 4 + - media: usbtv: Fix refcounting mixup + - USB: serial: option: add Cellient MPL200 card + - USB: serial: option: Add Telit FT980-KS composition + - staging: comedi: check validity of wMaxPacketSize of usb endpoints found + - USB: serial: pl2303: add device-id for HP GC device + - USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters + - reiserfs: Initialize inode keys properly + - reiserfs: Fix oops during mount + - xen/events: don't use chip_data for legacy IRQs + - crypto: bcm - Verify GCM/CCM key length in setkey + - crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA + - Linux 5.4.72 + * Focal update: v5.4.71 upstream stable release (LP: #1902110) + - fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h + - Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts + - fbcon: Fix global-out-of-bounds read in fbcon_get_font() + - Revert "ravb: Fixed to be able to unload modules" + - io_uring: Fix resource leaking when kill the process + - io_uring: Fix missing smp_mb() in io_cancel_async_work() + - io_uring: Fix remove irrelevant req from the task_list + - io_uring: Fix double list add in io_queue_async_work() + - net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key() + - drm/nouveau/mem: guard against NULL pointer access in mem_del + - vhost: Don't call access_ok() when using IOTLB + - vhost: Use vhost_get_used_size() in vhost_vring_set_addr() + - usermodehelper: reset umask to default before executing user process + - Platform: OLPC: Fix memleak in olpc_ec_probe + - platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP + Pavilion 11 x360 + - platform/x86: thinkpad_acpi: initialize tp_nvram_state variable + - bpf: Fix sysfs export of empty BTF section + - bpf: Prevent .BTF section elimination + - platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE + reporting + - platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse + - driver core: Fix probe_count imbalance in really_probe() + - perf test session topology: Fix data path + - perf top: Fix stdio interface input handling with glibc 2.28+ + - i2c: i801: Exclude device from suspend direct complete optimization + - arm64: dts: stratix10: add status to qspi dts node + - Btrfs: send, allow clone operations within the same file + - Btrfs: send, fix emission of invalid clone operations within the same file + - btrfs: volumes: Use more straightforward way to calculate map length + - btrfs: Ensure we trim ranges across block group boundary + - btrfs: fix RWF_NOWAIT write not failling when we need to cow + - btrfs: allow btrfs_truncate_block() to fallback to nocow for data space + reservation + - nvme-core: put ctrl ref when module ref get fail + - macsec: avoid use-after-free in macsec_handle_frame() + - mm/khugepaged: fix filemap page_to_pgoff(page) != offset + - net: introduce helper sendpage_ok() in include/linux/net.h + - tcp: use sendpage_ok() to detect misused .sendpage + - nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() + - xfrmi: drop ignore_df check before updating pmtu + - cifs: Fix incomplete memory allocation on setxattr path + - i2c: meson: fix clock setting overwrite + - i2c: meson: fixup rate calculation with filter delay + - i2c: owl: Clear NACK and BUS error bits + - sctp: fix sctp_auth_init_hmacs() error path + - team: set dev->needed_headroom in team_setup_by_port() + - net: team: fix memory leak in __team_options_register + - openvswitch: handle DNAT tuple collision + - drm/amdgpu: prevent double kfree ttm->sg + - iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() + - xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate + - xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate + - xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate + - xfrm: clone whole liftime_cur structure in xfrm_do_migrate + - net: stmmac: removed enabling eee in EEE set callback + - platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP + - xfrm: Use correct address family in xfrm_state_find + - iavf: use generic power management + - iavf: Fix incorrect adapter get in iavf_resume + - net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop + - bonding: set dev->needed_headroom in bond_setup_by_slave() + - mdio: fix mdio-thunder.c dependency & build error + - mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error path + - r8169: fix RTL8168f/RTL8411 EPHY config + - net: usb: ax88179_178a: fix missing stop entry in driver_info + - virtio-net: don't disable guest csum when disable LRO + - net/mlx5: Avoid possible free of command entry while timeout comp handler + - net/mlx5: Fix request_irqs error flow + - net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU + - net/mlx5e: Fix VLAN cleanup flow + - net/mlx5e: Fix VLAN create flow + - rxrpc: Fix rxkad token xdr encoding + - rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() + - rxrpc: Fix some missing _bh annotations on locking conn->state_lock + - rxrpc: The server keyring isn't network-namespaced + - rxrpc: Fix server keyring leak + - perf: Fix task_function_call() error handling + - mmc: core: don't set limits.discard_granularity as 0 + - mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected + by khugepaged + - tcp: fix receive window update in tcp_add_backlog() + - net/core: check length before updating Ethertype in skb_mpls_{push,pop} + - net/tls: race causes kernel panic + - net/mlx5e: Fix driver's declaration to support GRE offload + - Input: ati_remote2 - add missing newlines when printing module parameters + - net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails + - net_sched: defer tcf_idr_insert() in tcf_action_init_1() + - net_sched: commit action insertions together + - Linux 5.4.71 + * kci_test_encap_fou() in rtnetlink.sh from kselftests/net failed with "FAIL: + can't add fou port 7777, skipping test" (LP: #1891421) + - selftests: rtnetlink: load fou module for kci_test_encap_fou() test + * alsa/hda/realtek - The front Mic on a HP machine doesn't work (LP: #1899508) + - ALSA: hda/realtek - The front Mic on a HP machine doesn't work + * Enable brightness control on HP DreamColor panel (LP: #1898865) + - drm/i915/dpcd_bl: Unbreak enable_dpcd_backlight modparam + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD + quirk + - SAUCE: drm/dp: HP DreamColor panel brigntness fix + * Fix non-working Intel NVMe after S3 (LP: #1900847) + - SAUCE: PCI: Enable ACS quirk on all CML root ports + * bcache: Issues with large IO wait in bch_mca_scan() when shrinker is enabled + (LP: #1898786) + - bcache: remove member accessed from struct btree + - bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan() + - bcache: reap from tail of c->btree_cache in bch_mca_scan() + * Improve descriptions for XFAIL cases in kselftests/net/psock_snd + (LP: #1900088) + - selftests/net: improve descriptions for XFAIL cases in psock_snd.sh + * ceph: fix inode number handling on arches with 32-bit ino_t (LP: #1899582) + - ceph: fix inode number handling on arches with 32-bit ino_t + * Fix system reboot when disconnecting WiFi (LP: #1899726) + - iwlwifi: msix: limit max RX queues for 9000 family + * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586) + - ALSA: hda: fix jack detection with Realtek codecs when in D3 + * Focal update: v5.4.70 upstream stable release (LP: #1900632) + - btrfs: fix filesystem corruption after a device replace + - mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS + models + - USB: gadget: f_ncm: Fix NDP16 datagram validation + - gpio: siox: explicitly support only threaded irqs + - gpio: mockup: fix resource leak in error path + - gpio: tc35894: fix up tc35894 interrupt configuration + - clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk + - vsock/virtio: add transport parameter to the + virtio_transport_reset_no_sock() + - net: virtio_vsock: Enhance connection semantics + - xfs: trim IO to found COW extent limit + - Input: i8042 - add nopnp quirk for Acer Aspire 5 A515 + - iio: adc: qcom-spmi-adc5: fix driver name + - ftrace: Move RCU is watching check after recursion check + - memstick: Skip allocating card when removing host + - drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config + - clocksource/drivers/timer-gx6605s: Fixup counter reload + - libbpf: Remove arch-specific include path in Makefile + - drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices + - drm/sun4i: mixer: Extend regmap max_register + - net: dec: de2104x: Increase receive ring size for Tulip + - rndis_host: increase sleep time in the query-response loop + - nvme-core: get/put ctrl and transport module in nvme_dev_open/release() + - fuse: fix the ->direct_IO() treatment of iov_iter + - drivers/net/wan/lapbether: Make skb->protocol consistent with the header + - drivers/net/wan/hdlc: Set skb->protocol before transmitting + - mac80211: Fix radiotap header channel flag for 6GHz band + - mac80211: do not allow bigger VHT MPDUs than the hardware supports + - tracing: Make the space reserved for the pid wider + - tools/io_uring: fix compile breakage + - spi: fsl-espi: Only process interrupts for expected events + - nvme-pci: fix NULL req in completion handler + - nvme-fc: fail new connections to a deleted host or remote port + - gpio: sprd: Clear interrupt when setting the type as edge + - phy: ti: am654: Fix a leak in serdes_am654_probe() + - pinctrl: mvebu: Fix i2c sda definition for 98DX3236 + - nfs: Fix security label length not being reset + - clk: tegra: Always program PLL_E when enabled + - clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED + - iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate() + - gpio/aspeed-sgpio: enable access to all 80 input & output sgpios + - gpio/aspeed-sgpio: don't enable all interrupts by default + - gpio: aspeed: fix ast2600 bank properties + - i2c: cpm: Fix i2c_ram structure + - Input: trackpoint - enable Synaptics trackpoints + - scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting + - random32: Restore __latent_entropy attribute on net_rand_state + - block/diskstats: more accurate approximation of io_ticks for slow disks + - mm: replace memmap_context by meminit_context + - mm: don't rely on system state to detect hot-plug operations + - nvme: Cleanup and rename nvme_block_nr() + - nvme: Introduce nvme_lba_to_sect() + - nvme: consolidate chunk_sectors settings + - epoll: do not insert into poll queues until all sanity checks are done + - epoll: replace ->visited/visited_list with generation count + - epoll: EPOLL_CTL_ADD: close the race in decision to take fast path + - ep_create_wakeup_source(): dentry name can change under you... + - netfilter: ctnetlink: add a range check for l3/l4 protonum + - Linux 5.4.70 + * Focal update: v5.4.69 upstream stable release (LP: #1900624) + - kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() + - selinux: allow labeling before policy is loaded + - media: mc-device.c: fix memleak in media_device_register_entity + - drm/amd/display: Do not double-buffer DTO adjustments + - drm/amdkfd: Fix race in gfx10 context restore handler + - dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) + - scsi: qla2xxx: Add error handling for PLOGI ELS passthrough + - ath10k: fix array out-of-bounds access + - ath10k: fix memory leak for tpc_stats_final + - PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes + - mm: fix double page fault on arm64 if PTE_AF is cleared + - scsi: aacraid: fix illegal IO beyond last LBA + - m68k: q40: Fix info-leak in rtc_ioctl + - xfs: fix inode fork extent count overflow + - gma/gma500: fix a memory disclosure bug due to uninitialized bytes + - ASoC: kirkwood: fix IRQ error handling + - soundwire: intel/cadence: fix startup sequence + - media: smiapp: Fix error handling at NVM reading + - drm/amd/display: Free gamma after calculating legacy transfer function + - xfs: properly serialise fallocate against AIO+DIO + - leds: mlxreg: Fix possible buffer overflow + - dm table: do not allow request-based DM to stack on partitions + - PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out + - scsi: fnic: fix use after free + - powerpc/64s: Always disable branch profiling for prom_init.o + - net: silence data-races on sk_backlog.tail + - dax: Fix alloc_dax_region() compile warning + - iomap: Fix overflow in iomap_page_mkwrite + - f2fs: avoid kernel panic on corruption test + - clk/ti/adpll: allocate room for terminating null + - drm/amdgpu/powerplay: fix AVFS handling with custom powerplay table + - ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBx + - mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of + cfi_amdstd_setup() + - mfd: mfd-core: Protect against NULL call-back function pointer + - drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay table + - tpm_crb: fix fTPM on AMD Zen+ CPUs + - tracing: Verify if trace array exists before destroying it. + - tracing: Adding NULL checks for trace_array descriptor pointer + - bcache: fix a lost wake-up problem caused by mca_cannibalize_lock + - dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq + fails + - x86/kdump: Always reserve the low 1M when the crashkernel option is + specified + - RDMA/qedr: Fix potential use after free + - RDMA/i40iw: Fix potential use after free + - PCI: Avoid double hpmemsize MMIO window assignment + - fix dget_parent() fastpath race + - xfs: fix attr leaf header freemap.size underflow + - RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()' + - ubi: Fix producing anchor PEBs + - mmc: core: Fix size overflow for mmc partitions + - gfs2: clean up iopen glock mess in gfs2_create_inode + - scsi: pm80xx: Cleanup command when a reset times out + - mt76: do not use devm API for led classdev + - mt76: add missing locking around ampdu action + - debugfs: Fix !DEBUG_FS debugfs_create_automount + - SUNRPC: Capture completion of all RPC tasks + - CIFS: Use common error handling code in smb2_ioctl_query_info() + - CIFS: Properly process SMB3 lease breaks + - f2fs: stop GC when the victim becomes fully valid + - ASoC: max98090: remove msleep in PLL unlocked workaround + - xtensa: fix system_call interaction with ptrace + - s390: avoid misusing CALL_ON_STACK for task stack setup + - xfs: fix realtime file data space leak + - drm/amdgpu: fix calltrace during kmd unload(v3) + - arm64: insn: consistently handle exit text + - selftests/bpf: De-flake test_tcpbpf + - kernel/notifier.c: intercept duplicate registrations to avoid infinite loops + - kernel/sys.c: avoid copying possible padding bytes in copy_to_user + - KVM: arm/arm64: vgic: Fix potential double free dist->spis in + __kvm_vgic_destroy() + - module: Remove accidental change of module_enable_x() + - xfs: fix log reservation overflows when allocating large rt extents + - ALSA: hda: enable regmap internal locking + - tipc: fix link overflow issue at socket shutdown + - vcc_seq_next should increase position index + - neigh_stat_seq_next() should increase position index + - rt_cpu_seq_next should increase position index + - ipv6_route_seq_next should increase position index + - drm/mcde: Handle pending vblank while disabling display + - seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier + - drm/scheduler: Avoid accessing freed bad job. + - media: ti-vpe: cal: Restrict DMA to avoid memory corruption + - opp: Replace list_kref with a local counter + - scsi: qla2xxx: Fix stuck session in GNL + - sctp: move trace_sctp_probe_path into sctp_outq_sack + - ACPI: EC: Reference count query handlers under lock + - scsi: ufs: Make ufshcd_add_command_trace() easier to read + - scsi: ufs: Fix a race condition in the tracing code + - drm/amd/display: Initialize DSC PPS variables to 0 + - i2c: tegra: Prevent interrupt triggering after transfer timeout + - btrfs: tree-checker: Check leaf chunk item size + - dmaengine: zynqmp_dma: fix burst length configuration + - s390/cpum_sf: Use kzalloc and minor changes + - nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create() + - powerpc/eeh: Only dump stack once if an MMIO loop is detected + - Bluetooth: btrtl: Use kvmalloc for FW allocations + - tracing: Set kernel_stack's caller size properly + - ARM: 8948/1: Prevent OOB access in stacktrace + - ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter + - ceph: ensure we have a new cap before continuing in fill_inode + - selftests/ftrace: fix glob selftest + - tools/power/x86/intel_pstate_tracer: changes for python 3 compatibility + - Bluetooth: Fix refcount use-after-free issue + - mm/swapfile.c: swap_next should increase position index + - mm: pagewalk: fix termination condition in walk_pte_range() + - Bluetooth: prefetch channel before killing sock + - ALSA: hda: Clear RIRB status before reading WP + - skbuff: fix a data race in skb_queue_len() + - nfsd: Fix a perf warning + - drm/amd/display: fix workaround for incorrect double buffer register for DLG + ADL and TTU + - audit: CONFIG_CHANGE don't log internal bookkeeping as an event + - selinux: sel_avc_get_stat_idx should increase position index + - drm/omap: fix possible object reference leak + - locking/lockdep: Decrement IRQ context counters when removing lock chain + - clk: stratix10: use do_div() for 64-bit calculation + - crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi + test + - mt76: clear skb pointers from rx aggregation reorder buffer during cleanup + - mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_raw + - ALSA: usb-audio: Don't create a mixer element with bogus volume range + - perf test: Fix test trace+probe_vfs_getname.sh on s390 + - RDMA/rxe: Fix configuration of atomic queue pair attributes + - KVM: x86: fix incorrect comparison in trace event + - KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow + - dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_all + - media: staging/imx: Missing assignment in + imx_media_capture_device_register() + - x86/pkeys: Add check for pkey "overflow" + - bpf: Remove recursion prevention from rcu free callback + - dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all + - dmaengine: tegra-apb: Prevent race conditions on channel's freeing + - soundwire: bus: disable pm_runtime in sdw_slave_delete + - drm/amd/display: dal_ddc_i2c_payloads_create can fail causing panic + - drm/omap: dss: Cleanup DSS ports on initialisation failure + - iavf: use tc_cls_can_offload_and_chain0() instead of chain check + - firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhp + - random: fix data races at timer_rand_state + - bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host + removal + - ASoC: SOF: ipc: check ipc return value before data copy + - media: go7007: Fix URB type for interrupt handling + - Bluetooth: guard against controllers sending zero'd events + - timekeeping: Prevent 32bit truncation in scale64_check_overflow() + - powerpc/book3s64: Fix error handling in mm_iommu_do_alloc() + - drm/amd/display: fix image corruption with ODM 2:1 DSC 2 slice + - ext4: fix a data race at inode->i_disksize + - perf jevents: Fix leak of mapfile memory + - mm: avoid data corruption on CoW fault into PFN-mapped VMA + - drm/amdgpu: increase atombios cmd timeout + - ARM: OMAP2+: Handle errors for cpu_pm + - clk: imx: Fix division by zero warning on pfdv2 + - cpu-topology: Fix the potential data corruption + - s390/irq: replace setup_irq() by request_irq() + - perf cs-etm: Swap packets for instruction samples + - perf cs-etm: Correct synthesizing instruction samples + - ath10k: use kzalloc to read for ath10k_sdio_hif_diag_read + - scsi: aacraid: Disabling TM path and only processing IOP reset + - Bluetooth: L2CAP: handle l2cap config request during open state + - media: tda10071: fix unsigned sign extension overflow + - tty: sifive: Finish transmission before changing the clock + - xfs: don't ever return a stale pointer from __xfs_dir3_free_read + - xfs: mark dir corrupt when lookup-by-hash fails + - ext4: mark block bitmap corrupted when found instead of BUGON + - tpm: ibmvtpm: Wait for buffer to be set before proceeding + - rtc: sa1100: fix possible race condition + - rtc: ds1374: fix possible race condition + - nfsd: Don't add locks to closed or closing open stateids + - RDMA/cm: Remove a race freeing timewait_info + - intel_th: Disallow multi mode on devices where it's broken + - KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like + the valid ones + - drm/msm: fix leaks if initialization fails + - drm/msm/a5xx: Always set an OPP supported hardware value + - tracing: Use address-of operator on section symbols + - thermal: rcar_thermal: Handle probe error gracefully + - KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard + interrupt context + - perf parse-events: Fix 3 use after frees found with clang ASAN + - btrfs: do not init a reloc root if we aren't relocating + - btrfs: free the reloc_control in a consistent way + - r8169: improve RTL8168b FIFO overflow workaround + - serial: 8250_port: Don't service RX FIFO if throttled + - serial: 8250_omap: Fix sleeping function called from invalid context during + probe + - serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout + - perf cpumap: Fix snprintf overflow check + - net: axienet: Convert DMA error handler to a work queue + - net: axienet: Propagate failure of DMA descriptor setup + - cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fn + - tools: gpio-hammer: Avoid potential overflow in main + - exec: Add exec_update_mutex to replace cred_guard_mutex + - exec: Fix a deadlock in strace + - selftests/ptrace: add test cases for dead-locks + - kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve + - proc: Use new infrastructure to fix deadlocks in execve + - proc: io_accounting: Use new infrastructure to fix deadlocks in execve + - perf: Use new infrastructure to fix deadlocks in execve + - nvme-multipath: do not reset on unknown status + - nvme: Fix ctrl use-after-free during sysfs deletion + - nvme: Fix controller creation races with teardown flow + - brcmfmac: Fix double freeing in the fmac usb data path + - xfs: prohibit fs freezing when using empty transactions + - RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices + - IB/iser: Always check sig MR before putting it to the free pool + - scsi: hpsa: correct race condition in offload enabled + - SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' + - svcrdma: Fix leak of transport addresses + - netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup() + - PCI: Use ioremap(), not phys_to_virt() for platform ROM + - ubifs: ubifs_jnl_write_inode: Fix a memory leak bug + - ubifs: ubifs_add_orphan: Fix a memory leak bug + - ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len + - ALSA: usb-audio: Fix case when USB MIDI interface has more than one extra + endpoint descriptor + - PCI: pciehp: Fix MSI interrupt race + - NFS: Fix races nfs_page_group_destroy() vs + nfs_destroy_unlinked_subrequests() + - drm/amdgpu/vcn2.0: stall DPG when WPTR/RPTR reset + - powerpc/perf: Implement a global lock to avoid races between trace, core and + thread imc events. + - mm/kmemleak.c: use address-of operator on section symbols + - mm/filemap.c: clear page error before actual read + - mm/swapfile: fix data races in try_to_unuse() + - mm/vmscan.c: fix data races using kswapd_classzone_idx + - SUNRPC: Don't start a timer on an already queued rpc task + - nvmet-rdma: fix double free of rdma queue + - workqueue: Remove the warning in wq_worker_sleeping() + - drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset + - mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area + - ALSA: hda: Skip controller resume if not needed + - scsi: qedi: Fix termination timeouts in session logout + - serial: uartps: Wait for tx_empty in console setup + - btrfs: fix setting last_trans for reloc roots + - KVM: Remove CREATE_IRQCHIP/SET_PIT2 race + - perf stat: Force error in fallback on :k events + - bdev: Reduce time holding bd_mutex in sync in blkdev_close() + - drivers: char: tlclk.c: Avoid data race between init and interrupt handler + - KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy + - KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() + - net: openvswitch: use u64 for meter bucket + - scsi: aacraid: Fix error handling paths in aac_probe_one() + - staging:r8188eu: avoid skb_clone for amsdu to msdu conversion + - sparc64: vcc: Fix error return code in vcc_probe() + - arm64: cpufeature: Relax checks for AArch32 support at EL[0-2] + - sched/fair: Eliminate bandwidth race between throttling and distribution + - dpaa2-eth: fix error return code in setup_dpni() + - dt-bindings: sound: wm8994: Correct required supplies based on actual + implementaion + - devlink: Fix reporter's recovery condition + - atm: fix a memory leak of vcc->user_back + - media: venus: vdec: Init registered list unconditionally + - perf mem2node: Avoid double free related to realloc + - mm/slub: fix incorrect interpretation of s->offset + - i2c: tegra: Restore pinmux on system resume + - power: supply: max17040: Correct voltage reading + - phy: samsung: s5pv210-usb2: Add delay after reset + - Bluetooth: Handle Inquiry Cancel error after Inquiry Complete + - USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe() + - KVM: x86: handle wrap around 32-bit address space + - tipc: fix memory leak in service subscripting + - tty: serial: samsung: Correct clock selection logic + - ALSA: hda: Fix potential race in unsol event handler + - drm/exynos: dsi: Remove bridge node reference in error handling path in + probe function + - ipmi:bt-bmc: Fix error handling and status check + - powerpc/traps: Make unrecoverable NMIs die instead of panic + - svcrdma: Fix backchannel return code + - fuse: don't check refcount after stealing page + - fuse: update attr_version counter on fuse_notify_inval_inode() + - USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned int + - coresight: etm4x: Fix use-after-free of per-cpu etm drvdata + - arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work + - scsi: cxlflash: Fix error return code in cxlflash_probe() + - arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register + - drm/amdkfd: fix restore worker race condition + - e1000: Do not perform reset in reset_task if we are already down + - drm/nouveau/debugfs: fix runtime pm imbalance on error + - drm/nouveau: fix runtime pm imbalance on error + - drm/nouveau/dispnv50: fix runtime pm imbalance on error + - printk: handle blank console arguments passed in. + - usb: dwc3: Increase timeout for CmdAct cleared by device controller + - btrfs: don't force read-only after error in drop snapshot + - btrfs: fix double __endio_write_update_ordered in direct I/O + - gpio: rcar: Fix runtime PM imbalance on error + - vfio/pci: fix memory leaks of eventfd ctx + - KVM: PPC: Book3S HV: Close race with page faults around memslot flushes + - perf evsel: Fix 2 memory leaks + - perf trace: Fix the selection for architectures to generate the errno name + tables + - perf stat: Fix duration_time value for higher intervals + - perf util: Fix memory leak of prefix_if_not_in + - perf metricgroup: Free metric_events on error + - perf kcore_copy: Fix module map when there are no modules loaded + - PCI: tegra194: Fix runtime PM imbalance on error + - ASoC: img-i2s-out: Fix runtime PM imbalance on error + - wlcore: fix runtime pm imbalance in wl1271_tx_work + - wlcore: fix runtime pm imbalance in wlcore_regdomain_config + - mtd: rawnand: gpmi: Fix runtime PM imbalance on error + - mtd: rawnand: omap_elm: Fix runtime PM imbalance on error + - PCI: tegra: Fix runtime PM imbalance on error + - ceph: fix potential race in ceph_check_caps + - mm/swap_state: fix a data race in swapin_nr_pages + - mm: memcontrol: fix stat-corrupting race in charge moving + - rapidio: avoid data race between file operation callbacks and + mport_cdev_add(). + - mtd: parser: cmdline: Support MTD names containing one or more colons + - x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline + - NFS: nfs_xdr_status should record the procedure name + - vfio/pci: Clear error and request eventfd ctx after releasing + - cifs: Fix double add page to memcg when cifs_readpages + - nvme: fix possible deadlock when I/O is blocked + - mac80211: skip mpath lookup also for control port tx + - scsi: libfc: Handling of extra kref + - scsi: libfc: Skip additional kref updating work event + - selftests/x86/syscall_nt: Clear weird flags after each test + - vfio/pci: fix racy on error and request eventfd ctx + - btrfs: qgroup: fix data leak caused by race between writeback and truncate + - perf tests: Fix test 68 zstd compression for s390 + - scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure + - ubi: fastmap: Free unused fastmap anchor peb during detach + - mt76: fix LED link time failure + - opp: Increase parsed_static_opps in _of_add_opp_table_v1() + - perf parse-events: Use strcmp() to compare the PMU name + - ALSA: hda: Always use jackpoll helper for jack update after resume + - ALSA: hda: Workaround for spurious wakeups on some Intel platforms + - net: openvswitch: use div_u64() for 64-by-32 divisions + - nvme: explicitly update mpath disk capacity on revalidation + - device_cgroup: Fix RCU list debugging warning + - ASoC: pcm3168a: ignore 0 Hz settings + - ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811 + - ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions + - ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1 + - RISC-V: Take text_mutex in ftrace_init_nop() + - i2c: aspeed: Mask IRQ status to relevant bits + - s390/init: add missing __init annotations + - lockdep: fix order in trace_hardirqs_off_caller() + - EDAC/ghes: Check whether the driver is on the safe list correctly + - drm/amdkfd: fix a memory leak issue + - drm/amd/display: update nv1x stutter latencies + - drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is + - objtool: Fix noreturn detection for ignored functions + - ieee802154: fix one possible memleak in ca8210_dev_com_init + - ieee802154/adf7242: check status of adf7242_read_reg + - clocksource/drivers/h8300_timer8: Fix wrong return value in + h8300_8timer_init() + - batman-adv: bla: fix type misuse for backbone_gw hash indexing + - atm: eni: fix the missed pci_disable_device() for eni_init_one() + - batman-adv: mcast/TT: fix wrongly dropped or rerouted packets + - netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled + - mac802154: tx: fix use-after-free + - bpf: Fix clobbering of r2 in bpf_gen_ld_abs + - drm/vc4/vc4_hdmi: fill ASoC card owner + - net: qed: Disable aRFS for NPAR and 100G + - net: qede: Disable aRFS for NPAR and 100G + - net: qed: RDMA personality shouldn't fail VF load + - drm/sun4i: sun8i-csc: Secondary CSC register correction + - batman-adv: Add missing include for in_interrupt() + - nvme-tcp: fix kconfig dependency warning when !CRYPTO + - batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN + - batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh + - batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh + - bpf: Fix a rcu warning for bpffs map pretty-print + - lib80211: fix unmet direct dependendices config warning when !CRYPTO + - ALSA: asihpi: fix iounmap in error handler + - regmap: fix page selection for noinc reads + - regmap: fix page selection for noinc writes + - MIPS: Add the missing 'CPU_1074K' into __get_cpu_type() + - regulator: axp20x: fix LDO2/4 description + - KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE + - KVM: SVM: Add a dedicated INVD intercept routine + - mm: validate pmd after splitting + - arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback + - x86/ioapic: Unbreak check_timer() + - scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported + - ALSA: usb-audio: Add delay quirk for H570e USB headsets + - ALSA: hda/realtek - Couldn't detect Mic if booting with headset plugged + - ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation + P520 + - lib/string.c: implement stpcpy + - tracing: fix double free + - s390/dasd: Fix zero write for FBA devices + - kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() + - kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot + - btrfs: fix overflow when copying corrupt csums for a message + - dmabuf: fix NULL pointer dereference in dma_buf_release() + - mm, THP, swap: fix allocating cluster for swapfile by mistake + - mm/gup: fix gup_fast with dynamic page table folding + - s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl + - KVM: arm64: Assume write fault on S1PTW permission fault on instruction + fetch + - dm: fix bio splitting and its bio completion order for regular IO + - ata: define AC_ERR_OK + - ata: make qc_prep return ata_completion_errors + - ata: sata_mv, avoid trigerrable BUG_ON + - Linux 5.4.69 + * Focal update: v5.4.68 upstream stable release (LP: #1899511) + - af_key: pfkey_dump needs parameter validation + - ibmvnic fix NULL tx_pools and rx_tools issue at do_reset + - ibmvnic: add missing parenthesis in do_reset() + - kprobes: fix kill kprobe which has been marked as gone + - mm/thp: fix __split_huge_pmd_locked() for migration PMD + - act_ife: load meta modules before tcf_idr_check_alloc() + - bnxt_en: Avoid sending firmware messages when AER error is detected. + - bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task() + - cxgb4: fix memory leak during module unload + - cxgb4: Fix offset when clearing filter byte counters + - geneve: add transport ports in route lookup for geneve + - hdlc_ppp: add range checks in ppp_cp_parse_cr() + - ip: fix tos reflection in ack and reset packets + - ipv4: Initialize flowi4_multipath_hash in data path + - ipv4: Update exception handling for multipath routes via same device + - ipv6: avoid lockdep issue in fib6_del() + - net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under + RCU + - net: DCB: Validate DCB_ATTR_DCB_BUFFER argument + - net: dsa: rtl8366: Properly clear member config + - net: Fix bridge enslavement failure + - net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC + - net/mlx5: Fix FTE cleanup + - net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc + - net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant + - nfp: use correct define to return NONE fec + - taprio: Fix allowing too small intervals + - tipc: Fix memory leak in tipc_group_create_member() + - tipc: fix shutdown() of connection oriented socket + - tipc: use skb_unshare() instead in tipc_buf_append() + - net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported + - net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported + - bnxt_en: return proper error codes in bnxt_show_temp + - bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex. + - net: lantiq: Wake TX queue again + - net: lantiq: use netif_tx_napi_add() for TX NAPI + - net: lantiq: Use napi_complete_done() + - net: lantiq: Disable IRQs only if NAPI gets scheduled + - net: phy: Avoid NPD upon phy_detach() when driver is unbound + - net: phy: Do not warn in phy_stop() on PHY_DOWN + - net: qrtr: check skb_put_padto() return value + - net: add __must_check to skb_put_padto() + - mm: memcg: fix memcg reclaim soft lockup + - iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE + - Linux 5.4.68 + * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903) + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ + * tc/ebpf: unable to use BPF_FUNC_skb_change_head (LP: #1896504) + - net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head + * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel + (LP: #1897501) + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID + 19-15 + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + * debian/rules editconfigs does not work on s390x to change s390x only configs + (LP: #1863116) + - [Packaging] kernelconfig -- only update/edit configurations on architectures + we have compiler support + * acpi event detection crashes (LP: #1896482) + - ACPI: EC: tweak naming in preparation for GpioInt support + - ACPI: EC: add support for hardware-reduced systems + - ACPI: EC: Avoid passing redundant argument to functions + - ACPI: EC: Consolidate event handler installation code + * mwifiex stops working after kernel upgrade (LP: #1897299) + - mwifiex: Increase AES key storage size to 256 bits + * Remove NVMe suspend-to-idle workaround (LP: #1897227) + - Revert "UBUTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3" + - Revert "UBUNTU: SAUCE: pci: prevent sk hynix nvme from entering D3" + * Request for CIFS patches to be available in 5.4 kernel (LP: #1896642) + - smb3: remove unused flag passed into close functions + - smb3: query attributes on file close + * Lenovo ThinkBook 14-IML Touchpad not showing up in /proc/bus/input/devices + (LP: #1853277) + - i2c: core: Call i2c_acpi_install_space_handler() before + i2c_acpi_register_devices() + * [Ubuntu 20.10] zPCI DMA tables and bitmap leak on hard unplug (PCI Event + 0x0304) (LP: #1896216) + - s390/pci: fix leak of DMA tables on hard unplug + * Thunderbolt3 daisy chain sometimes doesn't work (LP: #1895606) + - thunderbolt: Retry DROM read once if parsing fails + * btrfs: trimming a btrfs device which has been shrunk previously fails and + fills root disk with garbage data (LP: #1896154) + - btrfs: trim: fix underflow in trim length to prevent access beyond device + boundary + * EFA: add support for 0xefa1 devices (LP: #1896791) + - RDMA/efa: Expose maximum TX doorbell batch + - RDMA/efa: Expose minimum SQ size + - RDMA/efa: User/kernel compatibility handshake mechanism + - RDMA/efa: Add EFA 0xefa1 PCI ID + * Focal update: v5.4.67 upstream stable release (LP: #1896828) + - gfs2: initialize transaction tr_ailX_lists earlier + - RDMA/bnxt_re: Restrict the max_gids to 256 + - dsa: Allow forwarding of redirected IGMP traffic + - net: handle the return value of pskb_carve_frag_list() correctly + - hv_netvsc: Remove "unlikely" from netvsc_select_queue + - firmware_loader: fix memory leak for paged buffer + - NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recall + - scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort + - scsi: libfc: Fix for double free() + - scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discovery + - regulator: pwm: Fix machine constraints application + - spi: spi-loopback-test: Fix out-of-bounds read + - NFS: Zero-stateid SETATTR should first return delegation + - SUNRPC: stop printk reading past end of string + - rapidio: Replace 'select' DMAENGINES 'with depends on' + - cifs: fix DFS mount with cifsacl/modefromsid + - openrisc: Fix cache API compile issue when not inlining + - nvme-fc: cancel async events before freeing event struct + - nvme-rdma: cancel async events before freeing event struct + - nvme-tcp: cancel async events before freeing event struct + - block: only call sched requeue_request() for scheduled requests + - f2fs: fix indefinite loop scanning for free nid + - f2fs: Return EOF on unaligned end of file DIO read + - i2c: algo: pca: Reapply i2c bus settings after reset + - spi: Fix memory leak on splited transfers + - KVM: MIPS: Change the definition of kvm type + - clk: davinci: Use the correct size when allocating memory + - clk: rockchip: Fix initialization of mux_pll_src_4plls_p + - ASoC: qcom: Set card->owner to avoid warnings + - ASoC: qcom: common: Fix refcount imbalance on error + - powerpc/book3s64/radix: Fix boot failure with large amount of guest memory + - ASoC: meson: axg-toddr: fix channel order on g12 platforms + - Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume() + - scsi: libsas: Fix error path in sas_notify_lldd_dev_found() + - arm64: Allow CPUs unffected by ARM erratum 1418040 to come in late + - Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload + - perf test: Fix the "signal" test inline assembly + - MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT + - perf evlist: Fix cpu/thread map leak + - perf parse-event: Fix memory leak in evsel->unit + - perf test: Free formats for perf pmu parse test + - fbcon: Fix user font detection test at fbcon_resize(). + - MIPS: SNI: Fix spurious interrupts + - drm/mediatek: Add exception handing in mtk_drm_probe() if component init + fail + - drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata() + - arm64: bpf: Fix branch offset in JIT + - iommu/amd: Fix potential @entry null deref + - i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK + - riscv: Add sfence.vma after early page table changes + - drm/i915: Filter wake_flags passed to default_wake_function + - USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin + notebook + - USB: UAS: fix disconnect by unplugging a hub + - usblp: fix race between disconnect() and read() + - i2c: i801: Fix resume bug + - Revert "ALSA: hda - Fix silent audio output and corrupted input on MSI + X570-A PRO" + - ALSA: hda: fixup headset for ASUS GX502 laptop + - ALSA: hda/realtek - The Mic on a RedmiBook doesn't work + - percpu: fix first chunk size calculation for populated bitmap + - Input: trackpoint - add new trackpoint variant IDs + - Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset lists + - serial: 8250_pci: Add Realtek 816a and 816b + - x86/boot/compressed: Disable relocation relaxation + - s390/zcrypt: fix kmalloc 256k failure + - ehci-hcd: Move include to keep CRC stable + - powerpc/dma: Fix dma_map_ops::get_required_mask + - selftests/vm: fix display of page size in map_hugetlb + - dm/dax: Fix table reference counts + - mm/memory_hotplug: drain per-cpu pages again during memory offline + - dm: Call proper helper to determine dax support + - dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX + - Linux 5.4.67 + * Focal update: v5.4.67 upstream stable release (LP: #1896828) // Cherry Pick + needed for Critical upstream patch for Kernel null pointer dereference - + usb-c altmode (LP: #1897963) + - usb: typec: ucsi: Prevent mode overrun + * Focal update: v5.4.66 upstream stable release (LP: #1896824) + - ARM: dts: logicpd-torpedo-baseboard: Fix broken audio + - ARM: dts: logicpd-som-lv-baseboard: Fix broken audio + - ARM: dts: logicpd-som-lv-baseboard: Fix missing video + - regulator: push allocation in regulator_ena_gpio_request() out of lock + - regulator: remove superfluous lock in regulator_resolve_coupling() + - ARM: dts: socfpga: fix register entry for timer3 on Arria10 + - ARM: dts: ls1021a: fix QuadSPI-memory reg range + - ARM: dts: imx7ulp: Correct gpio ranges + - RDMA/rxe: Fix memleak in rxe_mem_init_user + - RDMA/rxe: Drop pointless checks in rxe_init_ports + - RDMA/rxe: Fix panic when calling kmem_cache_create() + - RDMA/bnxt_re: Do not report transparent vlan from QP1 + - drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux() + - arm64: dts: imx8mq: Fix TMU interrupt property + - drm/sun4i: Fix dsi dcs long write function + - iio: adc: mcp3422: fix locking on error path + - iio: adc: mcp3422: fix locking scope + - scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATA + - RDMA/core: Fix reported speed and width + - scsi: megaraid_sas: Don't call disable_irq from process IRQ poll + - scsi: mpt3sas: Don't call disable_irq from IRQ poll handler + - soundwire: fix double free of dangling pointer + - drm/sun4i: backend: Support alpha property on lowest plane + - drm/sun4i: backend: Disable alpha on the lowest plane on the A20 + - mmc: sdhci-acpi: Clear amd_sdhci_host on reset + - mmc: sdhci-msm: Add retries when all tuning phases are found valid + - spi: stm32: Rate-limit the 'Communication suspended' message + - nvme-fabrics: allow to queue requests for live queues + - spi: stm32: fix pm_runtime_get_sync() error checking + - block: Set same_page to false in __bio_try_merge_page if ret is false + - IB/isert: Fix unaligned immediate-data handling + - ARM: dts: bcm: HR2: Fixed QSPI compatible string + - ARM: dts: NSP: Fixed QSPI compatible string + - ARM: dts: BCM5301X: Fixed QSPI compatible string + - arm64: dts: ns2: Fixed QSPI compatible string + - ARC: HSDK: wireup perf irq + - dmaengine: acpi: Put the CSRT table after using it + - netfilter: conntrack: allow sctp hearbeat after connection re-use + - drivers/net/wan/lapbether: Added needed_tailroom + - NFC: st95hf: Fix memleak in st95hf_in_send_cmd + - firestream: Fix memleak in fs_open + - ALSA: hda: Fix 2 channel swapping for Tegra + - ALSA: hda/tegra: Program WAKEEN register for Tegra + - drivers/dma/dma-jz4780: Fix race condition between probe and irq handler + - net: hns3: Fix for geneve tx checksum bug + - xfs: fix off-by-one in inode alloc block reservation calculation + - drivers/net/wan/lapbether: Set network_header before transmitting + - cfg80211: Adjust 6 GHz frequency to channel conversion + - xfs: initialize the shortform attr header padding entry + - irqchip/eznps: Fix build error for !ARC700 builds + - nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu + - nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance + - nvme: have nvme_wait_freeze_timeout return if it timed out + - nvme-tcp: serialize controller teardown sequences + - nvme-tcp: fix timeout handler + - nvme-tcp: fix reset hang if controller died in the middle of a reset + - nvme-rdma: serialize controller teardown sequences + - nvme-rdma: fix timeout handler + - nvme-rdma: fix reset hang if controller died in the middle of a reset + - nvme-pci: cancel nvme device request before disabling + - HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devices + - HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controller + - drivers/net/wan/hdlc_cisco: Add hard_header_len + - HID: elan: Fix memleak in elan_input_configured + - ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-id + - cpufreq: intel_pstate: Refuse to turn off with HWP enabled + - cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabled + - arm64/module: set trampoline section flags regardless of + CONFIG_DYNAMIC_FTRACE + - ALSA: hda: hdmi - add Rocketlake support + - ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabled + - drm/amdgpu: Fix bug in reporting voltage for CIK + - iommu/amd: Do not use IOMMUv2 functionality when SME is active + - gcov: Disable gcov build with GCC 10 + - iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set + - iio: cros_ec: Set Gyroscope default frequency to 25Hz + - iio:light:ltr501 Fix timestamp alignment issue. + - iio:proximity:mb1232: Fix timestamp alignment and prevent data leak. + - iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak. + - iio:adc:ti-adc084s021 Fix alignment and data leak issues. + - iio:adc:ina2xx Fix timestamp alignment issue. + - iio:adc:max1118 Fix alignment of timestamp and data leak issues + - iio:adc:ti-adc081c Fix alignment and data leak issues + - iio:magnetometer:ak8975 Fix alignment and data leak issues. + - iio:light:max44000 Fix timestamp alignment and prevent data leak. + - iio:chemical:ccs811: Fix timestamp alignment and prevent data leak. + - iio: accel: kxsd9: Fix alignment of local buffer. + - iio:accel:mma7455: Fix timestamp alignment and prevent data leak. + - iio:accel:mma8452: Fix timestamp alignment and prevent data leak. + - staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb() + - btrfs: require only sector size alignment for parent eb bytenr + - btrfs: fix lockdep splat in add_missing_dev + - btrfs: fix wrong address when faulting in pages in the search ioctl + - kobject: Restore old behaviour of kobject_del(NULL) + - regulator: push allocation in regulator_init_coupling() outside of lock + - regulator: push allocations in create_regulator() outside of lock + - regulator: push allocation in set_consumer_device_supply() out of lock + - regulator: plug of_node leak in regulator_register()'s error path + - regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive() + - scsi: target: iscsi: Fix data digest calculation + - scsi: target: iscsi: Fix hang in iscsit_access_np() when getting + tpg->np_login_sem + - drm/i915/gvt: do not check len & max_len for lri + - drm/tve200: Stabilize enable/disable + - drm/msm: Disable preemption on all 5xx targets + - mmc: sdio: Use mmc_pre_req() / mmc_post_req() + - mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt + - rbd: require global CAP_SYS_ADMIN for mapping and unmapping + - RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars + - RDMA/mlx4: Read pkey table length instead of hardcoded value + - fbcon: remove soft scrollback code + - fbcon: remove now unusued 'softback_lines' cursor() argument + - vgacon: remove software scrollback support + - [Config] updateconfigs for VGACON_SOFT_SCROLLBACK + - KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit + - KVM: arm64: Do not try to map PUDs when they are folded into PMD + - KVM: fix memory leak in kvm_io_bus_unregister_dev() + - debugfs: Fix module state check condition + - ARM: dts: vfxxx: Add syscon compatible with OCOTP + - video: fbdev: fix OOB read in vga_8planes_imageblit() + - staging: greybus: audio: fix uninitialized value issue + - phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY init + - usb: core: fix slab-out-of-bounds Read in read_descriptors + - USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter + - USB: serial: option: support dynamic Quectel USB compositions + - USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modules + - usb: Fix out of sync data toggle if a configured device is reconfigured + - usb: typec: ucsi: acpi: Check the _DEP dependencies + - drm/msm/gpu: make ringbuffer readonly + - drm/msm: Disable the RPTR shadow + - gcov: add support for GCC 10.1 + - Linux 5.4.66 + + [ Ubuntu: 5.4.0-54.60 ] + + * Packaging resync (LP: #1786013) + - update dkms package versions + * Introduce the new NVIDIA 455 series (LP: #1902093) + - [Packaging] NVIDIA -- Add the NVIDIA 455 driver + + [ Ubuntu: 5.4.0-53.59 ] + + * CVE-2020-8694 + - powercap: make attributes only readable by root + + -- Kleber Sacilotto de Souza Thu, 12 Nov 2020 19:27:27 +0100 + +linux-aws (5.4.0-1029.30) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1029.30 -proposed tracker (LP: #1900671) + + * CVE-2020-12351 // CVE-2020-12352 // CVE-2020-24490 + - [Config] [aws] Disable BlueZ highspeed support + + * EFA: add support for 0xefa1 devices (LP: #1896791) + - RDMA/efa: Expose maximum TX doorbell batch + - RDMA/efa: Expose minimum SQ size + - RDMA/efa: User/kernel compatibility handshake mechanism + - RDMA/efa: Add EFA 0xefa1 PCI ID + + * aws: enable PCI write-combine for arm64 (LP: #1893817) + - SAUCE: arm64: Enable PCI write-combine resources under sysfs + + * AWS: enable FPGA support in amd64 AWS kernels (LP: #1898781) + - [Config] aws: enable FPGA for amd64 also + + [ Ubuntu: 5.4.0-52.57 ] + + * focal/linux: 5.4.0-52.57 -proposed tracker (LP: #1899920) + * CVE-2020-12351 // CVE-2020-12352 // CVE-2020-24490 + - Bluetooth: Disable High Speed by default + - Bluetooth: MGMT: Fix not checking if BT_HS is enabled + - [Config] Disable BlueZ highspeed support + * CVE-2020-12351 + - Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel + * CVE-2020-12352 + - Bluetooth: A2MP: Fix not initializing all members + + -- Andrea Righi Tue, 20 Oct 2020 11:32:33 +0200 + +linux-aws (5.4.0-1028.29) focal; urgency=medium + + [ Ubuntu: 5.4.0-51.56 ] + + * Packaging resync (LP: #1786013) + - update dkms package versions + + -- Kleber Sacilotto de Souza Mon, 05 Oct 2020 16:58:43 +0200 + +linux-aws (5.4.0-1027.28) focal; urgency=medium + + [ Ubuntu: 5.4.0-50.55 ] + + * CVE-2020-16119 + - SAUCE: dccp: avoid double free of ccid on child socket + * CVE-2020-16120 + - Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when reading + directories" + - ovl: pass correct flags for opening real directory + - ovl: switch to mounter creds in readdir + - ovl: verify permissions in ovl_path_open() + - ovl: call secutiry hook in ovl_real_ioctl() + - ovl: check permission to open real file + + -- Thadeu Lima de Souza Cascardo Wed, 30 Sep 2020 14:51:11 -0300 + +linux-aws (5.4.0-1026.26) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1026.26 -proposed tracker (LP: #1895991) + + * Focal update: v5.4.61 upstream stable release (LP: #1893115) + - aws: [Config] update config for SPI_DYNAMIC + + [ Ubuntu: 5.4.0-49.53 ] + + * focal/linux: 5.4.0-49.53 -proposed tracker (LP: #1896007) + * Comet Lake PCH-H RAID not support on Ubuntu20.04 (LP: #1892288) + - ahci: Add Intel Comet Lake PCH-H PCI ID + * Novalink (mkvterm command failure) (LP: #1892546) + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() + * Oops and hang when starting LVM snapshots on 5.4.0-47 (LP: #1894780) + - SAUCE: Revert "mm: memcg/slab: fix memory leak at non-root kmem_cache + destroy" + * Intel x710 LOMs do not work on Focal (LP: #1893956) + - i40e: Fix LED blinking flow for X710T*L devices + - i40e: enable X710 support + * Add/Backport EPYC-v3 and EPYC-Rome CPU model (LP: #1887490) + - kvm: svm: Update svm_xsaves_supported + * Fix non-working NVMe after S3 (LP: #1895718) + - SAUCE: PCI: Enable ACS quirk on CML root port + * Focal update: v5.4.65 upstream stable release (LP: #1895881) + - ipv4: Silence suspicious RCU usage warning + - ipv6: Fix sysctl max for fib_multipath_hash_policy + - netlabel: fix problems with mapping removal + - net: usb: dm9601: Add USB ID of Keenetic Plus DSL + - sctp: not disable bh in the whole sctp_get_port_local() + - taprio: Fix using wrong queues in gate mask + - tipc: fix shutdown() of connectionless socket + - net: disable netpoll on fresh napis + - Linux 5.4.65 + * Focal update: v5.4.64 upstream stable release (LP: #1895880) + - HID: quirks: Always poll three more Lenovo PixArt mice + - drm/msm/dpu: Fix scale params in plane validation + - tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup + - drm/msm: add shutdown support for display platform_driver + - hwmon: (applesmc) check status earlier. + - nvmet: Disable keep-alive timer when kato is cleared to 0h + - drm/msm: enable vblank during atomic commits + - habanalabs: validate FW file size + - habanalabs: check correct vmalloc return code + - drm/msm/a6xx: fix gmu start on newer firmware + - ceph: don't allow setlease on cephfs + - drm/omap: fix incorrect lock state + - cpuidle: Fixup IRQ state + - nbd: restore default timeout when setting it to zero + - s390: don't trace preemption in percpu macros + - drm/amd/display: Reject overlay plane configurations in multi-display + scenarios + - drivers: gpu: amd: Initialize amdgpu_dm_backlight_caps object to 0 in + amdgpu_dm_update_backlight_caps + - drm/amd/display: Retry AUX write when fail occurs + - drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init + - xen/xenbus: Fix granting of vmalloc'd memory + - fsldma: fix very broken 32-bit ppc ioread64 functionality + - dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling + - batman-adv: Avoid uninitialized chaddr when handling DHCP + - batman-adv: Fix own OGM check in aggregated OGMs + - batman-adv: bla: use netif_rx_ni when not in interrupt context + - dmaengine: at_hdmac: check return value of of_find_device_by_node() in + at_dma_xlate() + - rxrpc: Keep the ACK serial in a var in rxrpc_input_ack() + - rxrpc: Make rxrpc_kernel_get_srtt() indicate validity + - MIPS: mm: BMIPS5000 has inclusive physical caches + - MIPS: BMIPS: Also call bmips_cpu_setup() for secondary cores + - mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040 + - netfilter: nf_tables: add NFTA_SET_USERDATA if not null + - netfilter: nf_tables: incorrect enum nft_list_attributes definition + - netfilter: nf_tables: fix destination register zeroing + - net: hns: Fix memleak in hns_nic_dev_probe + - net: systemport: Fix memleak in bcm_sysport_probe + - ravb: Fixed to be able to unload modules + - net: arc_emac: Fix memleak in arc_mdio_probe + - dmaengine: pl330: Fix burst length if burst size is smaller than bus width + - gtp: add GTPA_LINK info to msg sent to userspace + - net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host port + - bnxt_en: Don't query FW when netif_running() is false. + - bnxt_en: Check for zero dir entries in NVRAM. + - bnxt_en: Fix PCI AER error recovery flow + - bnxt_en: Fix possible crash in bnxt_fw_reset_task(). + - bnxt_en: fix HWRM error when querying VF temperature + - xfs: fix boundary test in xfs_attr_shortform_verify + - bnxt: don't enable NAPI until rings are ready + - media: vicodec: add missing v4l2_ctrl_request_hdl_put() + - media: cedrus: Add missing v4l2_ctrl_request_hdl_put() + - selftests/bpf: Fix massive output from test_maps + - net: dsa: mt7530: fix advertising unsupported 1000baseT_Half + - netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS + - nvmet-fc: Fix a missed _irqsave version of spin_lock in + 'nvmet_fc_fod_op_done()' + - nvme: fix controller instance leak + - cxgb4: fix thermal zone device registration + - perf tools: Correct SNOOPX field offset + - net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init() + - fix regression in "epoll: Keep a reference on files added to the check list" + - net: gemini: Fix another missing clk_disable_unprepare() in probe + - MIPS: add missing MSACSR and upper MSA initialization + - xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files + - perf jevents: Fix suspicious code in fixregex() + - tg3: Fix soft lockup when tg3_reset_task() fails. + - x86, fakenuma: Fix invalid starting node ID + - iommu/vt-d: Serialize IOMMU GCMD register modifications + - thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430 + - thermal: qcom-spmi-temp-alarm: Don't suppress negative temp + - iommu/amd: Restore IRTE.RemapEn bit after programming IRTE + - include/linux/log2.h: add missing () around n in roundup_pow_of_two() + - iommu/vt-d: Handle 36bit addressing for x86-32 + - tracing/kprobes, x86/ptrace: Fix regs argument order for i386 + - ext2: don't update mtime on COW faults + - xfs: don't update mtime on COW faults + - ARC: perf: don't bail setup if pct irq missing in device-tree + - btrfs: drop path before adding new uuid tree entry + - btrfs: allocate scrub workqueues outside of locks + - btrfs: set the correct lockdep class for new nodes + - btrfs: set the lockdep class for log tree extent buffers + - btrfs: tree-checker: fix the error message for transid error + - net: core: use listified Rx for GRO_NORMAL in napi_gro_receive() + - btrfs: fix potential deadlock in the search ioctl + - ALSA: ca0106: fix error code handling + - ALSA: usb-audio: Add implicit feedback quirk for UR22C + - ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check + - ALSA: hda/hdmi: always check pin power status in i915 pin fixup + - ALSA: firewire-digi00x: exclude Avid Adrenaline from detection + - ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRO + - ALSA; firewire-tascam: exclude Tascam FE-8 from detection + - ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion NT950XCJ-X716A + - ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th Gen + - arm64: dts: mt7622: add reset node for mmc device + - mmc: mediatek: add optional module reset property + - mmc: dt-bindings: Add resets/reset-names for Mediatek MMC bindings + - mmc: cqhci: Add cqhci_deactivate() + - mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based + controllers + - media: rc: do not access device via sysfs after rc_unregister_device() + - media: rc: uevent sysfs file races with rc_unregister_device() + - affs: fix basic permission bits to actually work + - block: allow for_each_bvec to support zero len bvec + - block: ensure bdi->io_pages is always initialized + - libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks + - blk-iocost: ioc_pd_free() shouldn't assume irq disabled + - dmaengine: dw-edma: Fix scatter-gather address calculation + - drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp setting + - dm writecache: handle DAX to partitions on persistent memory correctly + - dm mpath: fix racey management of PG initialization + - dm integrity: fix error reporting in bitmap mode after creation + - dm crypt: Initialize crypto wait structures + - dm cache metadata: Avoid returning cmd->bm wild pointer on error + - dm thin metadata: Avoid returning cmd->bm wild pointer on error + - dm thin metadata: Fix use-after-free in dm_bm_set_read_only + - mm: slub: fix conversion of freelist_corrupted() + - mm: madvise: fix vma user-after-free + - vfio/pci: Fix SR-IOV VF handling with MMIO blocking + - perf record: Correct the help info of option "--no-bpf-event" + - sdhci: tegra: Add missing TMCLK for data timeout + - checkpatch: fix the usage of capture group ( ... ) + - mm/hugetlb: fix a race between hugetlb sysctl handlers + - mm/khugepaged.c: fix khugepaged's request size in collapse_file + - cfg80211: regulatory: reject invalid hints + - net: usb: Fix uninit-was-stored issue in asix_read_phy_addr() + - Linux 5.4.64 + * Focal update: v5.4.63 upstream stable release (LP: #1895879) + - HID: core: Correctly handle ReportSize being zero + - HID: core: Sanitize event code and type when mapping input + - perf record/stat: Explicitly call out event modifiers in the documentation + - drm/sched: Fix passing zero to 'PTR_ERR' warning v2 + - drm/etnaviv: fix TS cache flushing on GPUs with BLT engine + - KVM: arm64: Add kvm_extable for vaxorcism code + - KVM: arm64: Survive synchronous exceptions caused by AT instructions + - KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception + - dt-bindings: mmc: tegra: Add tmclk for Tegra210 and later + - arm64: tegra: Add missing timeout clock to Tegra194 SDMMC nodes + - arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes + - arm64: tegra: Add missing timeout clock to Tegra210 SDMMC + - sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210 + - sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186 + - scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range + - scsi: target: tcmu: Optimize use of flush_dcache_page + - Linux 5.4.63 + * Focal update: v5.4.62 upstream stable release (LP: #1895174) + - binfmt_flat: revert "binfmt_flat: don't offset the data start" + - gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY + - net: Fix potential wrong skb->protocol in skb_vlan_untag() + - net: nexthop: don't allow empty NHA_GROUP + - net: qrtr: fix usage of idr in port assignment to socket + - net: sctp: Fix negotiation of the number of data streams. + - net/smc: Prevent kernel-infoleak in __smc_diag_dump() + - tipc: fix uninit skb->data in tipc_nl_compat_dumpit() + - net: ena: Make missed_tx stat incremental + - net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error + flow + - ipvlan: fix device features + - ALSA: pci: delete repeated words in comments + - ASoC: img: Fix a reference count leak in img_i2s_in_set_fmt + - ASoC: img-parallel-out: Fix a reference count leak + - ASoC: tegra: Fix reference count leaks. + - mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDs + - arm64: dts: qcom: msm8916: Pull down PDM GPIOs during sleep + - powerpc/xive: Ignore kmemleak false positives + - media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA + value in debiirq() + - blktrace: ensure our debugfs dir exists + - scsi: target: tcmu: Fix crash on ARM during cmd completion + - mfd: intel-lpss: Add Intel Tiger Lake PCH-H PCI IDs + - iommu/iova: Don't BUG on invalid PFNs + - drm/amdkfd: Fix reference count leaks. + - drm/radeon: fix multiple reference count leak + - drm/amdgpu: fix ref count leak in amdgpu_driver_open_kms + - drm/amd/display: fix ref count leak in amdgpu_drm_ioctl + - drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config + - drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync fails + - scsi: lpfc: Fix shost refcount mismatch when deleting vport + - xfs: Don't allow logging of XFS_ISTALE inodes + - scsi: target: Fix xcopy sess release leak + - selftests/powerpc: Purge extra count_pmc() calls of ebb selftests + - f2fs: fix error path in do_recover_data() + - omapfb: fix multiple reference count leaks due to pm_runtime_get_sync + - PCI: Fix pci_create_slot() reference count leak + - ARM: dts: ls1021a: output PPS signal on FIPER2 + - rtlwifi: rtl8192cu: Prevent leaking urb + - mips/vdso: Fix resource leaks in genvdso.c + - cec-api: prevent leaking memory through hole in structure + - HID: quirks: add NOGET quirk for Logitech GROUP + - f2fs: fix use-after-free issue + - drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_open + - drm/nouveau: fix reference count leak in nv50_disp_atomic_commit + - drm/nouveau: Fix reference count leak in nouveau_connector_detect + - locking/lockdep: Fix overflow in presentation of average lock-time + - btrfs: file: reserve qgroup space after the hole punch range is locked + - btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode + - scsi: iscsi: Do not put host in iscsi_set_flashnode_param() + - ceph: fix potential mdsc use-after-free crash + - ceph: do not access the kiocb after aio requests + - scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del() + - EDAC/ie31200: Fallback if host bridge device is already initialized + - hugetlbfs: prevent filesystem stacking of hugetlbfs + - media: davinci: vpif_capture: fix potential double free + - KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe + - powerpc/spufs: add CONFIG_COREDUMP dependency + - USB: sisusbvga: Fix a potential UB casued by left shifting a negative value + - brcmfmac: Set timeout value when configuring power save + - efi: provide empty efi_enter_virtual_mode implementation + - arm64: Fix __cpu_logical_map undefined issue + - Revert "ath10k: fix DMA related firmware crashes on multiple devices" + - sched/uclamp: Protect uclamp fast path code with static key + - sched/uclamp: Fix a deadlock when enabling uclamp static key + - usb: cdns3: gadget: always zeroed TRB buffer when enable endpoint + - PM / devfreq: rk3399_dmc: Add missing of_node_put() + - PM / devfreq: rk3399_dmc: Disable devfreq-event device when fails + - PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent + - drm/xen: fix passing zero to 'PTR_ERR' warning + - drm/xen-front: Fix misused IS_ERR_OR_NULL checks + - s390/numa: set node distance to LOCAL_DISTANCE + - btrfs: factor out inode items copy loop from btrfs_log_inode() + - btrfs: only commit the delayed inode when doing a full fsync + - btrfs: only commit delayed items at fsync if we are logging a directory + - mm/shuffle: don't move pages between zones and don't read garbage memmaps + - mm: fix kthread_use_mm() vs TLB invalidate + - mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocation + - cma: don't quit at first error when activating reserved areas + - gpu/drm: ingenic: Use the plane's src_[x,y] to configure DMA length + - drm/ingenic: Fix incorrect assumption about plane->index + - drm/amd/display: Trigger modesets on MST DSC connectors + - drm/amd/display: Add additional config guards for DCN + - drm/amd/display: Fix dmesg warning from setting abm level + - mm/vunmap: add cond_resched() in vunmap_pmd_range + - EDAC: sb_edac: get rid of unused vars + - EDAC: skx_common: get rid of unused type var + - EDAC/{i7core,sb,pnd2,skx}: Fix error event severity + - PCI: qcom: Add missing ipq806x clocks in PCIe driver + - PCI: qcom: Change duplicate PCI reset to phy reset + - PCI: qcom: Add missing reset for ipq806x + - cpufreq: intel_pstate: Fix EPP setting via sysfs in active mode + - ALSA: usb-audio: Add capture support for Saffire 6 (USB 1.1) + - media: gpio-ir-tx: improve precision of transmitted signal due to scheduling + - block: respect queue limit of max discard segment + - block: virtio_blk: fix handling single range discard request + - drm/msm/adreno: fix updating ring fence + - block: Fix page_is_mergeable() for compound pages + - bfq: fix blkio cgroup leakage v4 + - hwmon: (nct7904) Correct divide by 0 + - blk-mq: insert request not through ->queue_rq into sw/scheduler queue + - blkcg: fix memleak for iolatency + - nvme-fc: Fix wrong return value in __nvme_fc_init_request() + - nvme: multipath: round-robin: fix single non-optimized path case + - null_blk: fix passing of REQ_FUA flag in null_handle_rq + - i2c: core: Don't fail PRP0001 enumeration when no ID table exist + - i2c: rcar: in slave mode, clear NACK earlier + - usb: gadget: f_tcm: Fix some resource leaks in some error paths + - spi: stm32: clear only asserted irq flags on interrupt + - jbd2: make sure jh have b_transaction set in refile/unfile_buffer + - ext4: don't BUG on inconsistent journal feature + - ext4: handle read only external journal device + - jbd2: abort journal if free a async write error metadata buffer + - ext4: handle option set by mount flags correctly + - ext4: handle error of ext4_setup_system_zone() on remount + - ext4: correctly restore system zone info when remount fails + - fs: prevent BUG_ON in submit_bh_wbc() + - spi: stm32h7: fix race condition at end of transfer + - spi: stm32: fix fifo threshold level in case of short transfer + - spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate + - spi: stm32: always perform registers configuration prior to transfer + - drm/amd/powerplay: correct Vega20 cached smu feature state + - drm/amd/powerplay: correct UVD/VCE PG state on custom pptable uploading + - drm/amd/display: Switch to immediate mode for updating infopackets + - netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency + - can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect + corruptions + - ALSA: hda/realtek: Add model alc298-samsung-headphone + - s390/cio: add cond_resched() in the slow_eval_known_fn() loop + - ASoC: wm8994: Avoid attempts to read unreadable registers + - selftests: disable rp_filter for icmp_redirect.sh + - scsi: fcoe: Fix I/O path allocation + - scsi: ufs: Fix possible infinite loop in ufshcd_hold + - scsi: ufs: Improve interrupt handling for shared interrupts + - scsi: ufs: Clean up completed request without interrupt notification + - scsi: qla2xxx: Fix login timeout + - scsi: qla2xxx: Check if FW supports MQ before enabling + - scsi: qla2xxx: Fix null pointer access during disconnect from subsystem + - Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command" + - macvlan: validate setting of multiple remote source MAC addresses + - net: gianfar: Add of_node_put() before goto statement + - powerpc/perf: Fix soft lockups due to missed interrupt accounting + - arm64: Move handling of erratum 1418040 into C code + - arm64: Allow booting of late CPUs affected by erratum 1418040 + - block: fix get_max_io_size() + - block: loop: set discard granularity and alignment for block device backed + loop + - HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commands + - blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART + - btrfs: reset compression level for lzo on remount + - btrfs: check the right error variable in btrfs_del_dir_entries_in_log + - btrfs: fix space cache memory leak after transaction abort + - btrfs: detect nocow for swap after snapshot delete + - fbcon: prevent user font height or width change from causing potential out- + of-bounds access + - USB: lvtest: return proper error code in probe + - vt: defer kfree() of vc_screenbuf in vc_do_resize() + - vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() + - serial: samsung: Removes the IRQ not found warning + - serial: pl011: Fix oops on -EPROBE_DEFER + - serial: pl011: Don't leak amba_ports entry on driver register error + - serial: stm32: avoid kernel warning on absence of optional IRQ + - serial: 8250_exar: Fix number of ports for Commtech PCIe cards + - serial: 8250: change lock order in serial8250_do_startup() + - writeback: Protect inode->i_io_list with inode->i_lock + - writeback: Avoid skipping inode writeback + - writeback: Fix sync livelock due to b_dirty_time processing + - XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN + data pointer which contains XEN specific information. + - usb: host: xhci: fix ep context print mismatch in debugfs + - xhci: Do warm-reset when both CAS and XDEV_RESUME are set + - xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed + - ARM64: vdso32: Install vdso32 from vdso_install + - arm64: vdso32: make vdso32 install conditional + - PM: sleep: core: Fix the handling of pending runtime resume requests + - powerpc/perf: Fix crashes with generic_compat_pmu & BHRB + - device property: Fix the secondary firmware node handling in + set_primary_fwnode() + - crypto: af_alg - Work around empty control messages without MSG_MORE + - genirq/matrix: Deal with the sillyness of for_each_cpu() on UP + - irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by + mistake + - x86/hotplug: Silence APIC only after all interrupts are migrated + - drm/amdgpu: Fix buffer overflow in INFO ioctl + - drm/amdgpu/gfx10: refine mgcg setting + - drm/amd/powerplay: Fix hardmins not being sent to SMU for RV + - drm/amd/pm: correct Vega10 swctf limit setting + - drm/amd/pm: correct Vega12 swctf limit setting + - drm/amd/pm: correct Vega20 swctf limit setting + - drm/amd/pm: correct the thermal alert temperature limit settings + - USB: yurex: Fix bad gfp argument + - usb: uas: Add quirk for PNY Pro Elite + - USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-D + - USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge + - usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe() + - USB: gadget: u_f: add overflow checks to VLA macros + - USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb() + - USB: gadget: u_f: Unbreak offset calculation in VLAs + - USB: cdc-acm: rework notification_buffer resizing + - usb: storage: Add unusual_uas entry for Sony PSZ drives + - drm/i915: Fix cmd parser desc matching with masks + - usb: dwc3: gadget: Don't setup more than requested + - usb: dwc3: gadget: Fix handling ZLP + - usb: dwc3: gadget: Handle ZLP for sg requests + - fbmem: pull fbcon_update_vcs() out of fb_set_var() + - kheaders: remove unneeded 'cat' command piped to 'head' / 'tail' + - kheaders: optimize md5sum calculation for in-tree builds + - kheaders: optimize header copy for in-tree builds + - kheaders: remove the last bashism to allow sh to run it + - kheaders: explain why include/config/autoconf.h is excluded from md5sum + - kbuild: add variables for compression tools + - kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables + - HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage() + - ALSA: usb-audio: Update documentation comment for MS2109 quirk + - io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work() + - Linux 5.4.62 + * DELL LATITUDE 5491 touchscreen doesn't work (LP: #1889446) // Focal update: + v5.4.62 upstream stable release (LP: #1895174) + - USB: quirks: Add no-lpm quirk for another Raydium touchscreen + * [NUC8CCHK][HDA-Intel - HDA Intel PCH, playback] No sound at all + (LP: #1875199) // Focal update: v5.4.62 upstream stable release + (LP: #1895174) + - ALSA: hda/realtek: Fix pin default on Intel NUC 8 Rugged + * Focal update: v5.4.61 upstream stable release (LP: #1893115) + - Documentation/llvm: add documentation on building w/ Clang/LLVM + - Documentation/llvm: fix the name of llvm-size + - net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding + firmware + - net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmware + - x86/boot: kbuild: allow readelf executable to be specified + - kbuild: remove PYTHON2 variable + - kbuild: remove AS variable + - kbuild: replace AS=clang with LLVM_IAS=1 + - kbuild: support LLVM=1 to switch the default tools to Clang/LLVM + - drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset() + - gfs2: Improve mmap write vs. punch_hole consistency + - gfs2: Never call gfs2_block_zero_range with an open transaction + - perf probe: Fix memory leakage when the probe point is not found + - khugepaged: khugepaged_test_exit() check mmget_still_valid() + - khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() + - bcache: avoid nr_stripes overflow in bcache_device_init() + - btrfs: export helpers for subvolume name/id resolution + - btrfs: don't show full path of bind mounts in subvol= + - btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases + - btrfs: add wrapper for transaction abort predicate + - ALSA: hda/realtek: Add quirk for Samsung Galaxy Flex Book + - ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion + - can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in + j1939_tp_txtimer() + - can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated + - [Config] update config for SPI_DYNAMIC + - spi: Prevent adding devices below an unregistering controller + - romfs: fix uninitialized memory leak in romfs_dev_read() + - kernel/relay.c: fix memleak on destroy relay channel + - uprobes: __replace_page() avoid BUG in munlock_vma_page() + - mm: include CMA pages in lowmem_reserve at boot + - mm, page_alloc: fix core hung in free_pcppages_bulk() + - RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request + - ext4: fix checking of directory entry validity for inline directories + - jbd2: add the missing unlock_buffer() in the error path of + jbd2_write_superblock() + - scsi: zfcp: Fix use-after-free in request timeout handlers + - drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal + - drm/amd/display: Fix EDID parsing after resume from suspend + - drm/amd/display: fix pow() crashing when given base 0 + - kthread: Do not preempt current task if it is going to call schedule() + - opp: Enable resources again if they were disabled earlier + - scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices + - scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM + - media: budget-core: Improve exception handling in budget_register() + - rtc: goldfish: Enable interrupt in set_alarm() when necessary + - media: vpss: clean up resources in init + - Input: psmouse - add a newline when printing 'proto' by sysfs + - MIPS: Fix unable to reserve memory for Crash kernel + - m68knommu: fix overwriting of bits in ColdFire V3 cache control + - svcrdma: Fix another Receive buffer leak + - xfs: fix inode quota reservation checks + - drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access + - jffs2: fix UAF problem + - ceph: fix use-after-free for fsc->mdsc + - swiotlb-xen: use vmalloc_to_page on vmalloc virt addresses + - cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0 + - scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases + - virtio_ring: Avoid loop when vq is broken in virtqueue_poll + - media: camss: fix memory leaks on error handling paths in probe + - tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null + pointer dereference + - xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init + - alpha: fix annotation of io{read,write}{16,32}be() + - fs/signalfd.c: fix inconsistent return codes for signalfd4 + - ext4: fix potential negative array index in do_split() + - ext4: don't allow overlapping system zones + - netfilter: nf_tables: nft_exthdr: the presence return value should be + little-endian + - spi: stm32: fixes suspend/resume management + - ASoC: q6afe-dai: mark all widgets registers as SND_SOC_NOPM + - ASoC: q6routing: add dummy register read/write function + - bpf: sock_ops sk access may stomp registers when dst_reg = src_reg + - can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can() + - can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send + not by J1939 stack + - can: j1939: transport: add j1939_session_skb_find_by_offset() function + - i40e: Set RX_ONLY mode for unicast promiscuous on VLAN + - i40e: Fix crash during removing i40e driver + - net: fec: correct the error path for regulator disable in probe + - bonding: show saner speed for broadcast mode + - can: j1939: fix support for multipacket broadcast message + - can: j1939: cancel rxtimer on multipacket broadcast session complete + - can: j1939: abort multipacket broadcast session when timeout occurs + - can: j1939: add rxtimer for multipacket broadcast session + - bonding: fix a potential double-unregister + - s390/runtime_instrumentation: fix storage key handling + - s390/ptrace: fix storage key handling + - ASoC: msm8916-wcd-analog: fix register Interrupt offset + - ASoC: intel: Fix memleak in sst_media_open + - vfio/type1: Add proper error unwind for vfio_iommu_replay() + - kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode + - kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode + - Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe" + - kconfig: qconf: do not limit the pop-up menu to the first row + - kconfig: qconf: fix signal connection to invalid slots + - efi: avoid error message when booting under Xen + - Fix build error when CONFIG_ACPI is not set/enabled: + - RDMA/bnxt_re: Do not add user qps to flushlist + - afs: Fix NULL deref in afs_dynroot_depopulate() + - bonding: fix active-backup failover for current ARP slave + - net: ena: Prevent reset after device destruction + - net: gemini: Fix missing free_netdev() in error path of + gemini_ethernet_port_probe() + - hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit() + - net: dsa: b53: check for timeout + - powerpc/pseries: Do not initiate shutdown when system is running on UPS + - efi: add missed destroy_workqueue when efisubsys_init fails + - epoll: Keep a reference on files added to the check list + - do_epoll_ctl(): clean the failure exits up a bit + - mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible + - xen: don't reschedule in preemption off sections + - KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() + - KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set + - Linux 5.4.61 + * [UBUNTU 20.04] zPCI device hot-plug during boot may result in unusable + device (LP: #1893778) + - s390/pci: ignore stale configuration request event + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3 + (LP: #1893914) + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC + + -- William Breathitt Gray Mon, 21 Sep 2020 11:14:48 -0400 + +linux-aws (5.4.0-1025.25) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1025.25 -proposed tracker (LP: #1894638) + + [ Ubuntu: 5.4.0-48.52 ] + + * focal/linux: 5.4.0-48.52 -proposed tracker (LP: #1894654) + * mm/slub kernel oops on focal kernel 5.4.0-45 (LP: #1895109) + - SAUCE: Revert "mm/slub: fix a memory leak in sysfs_slab_add()" + * Packaging resync (LP: #1786013) + - update dkms package versions + - update dkms package versions + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674) + - [packaging] add signed modules for nvidia 450 and 450-server + * [UBUNTU 20.04] zPCI attach/detach issues with PF/VF linking support + (LP: #1892849) + - s390/pci: fix zpci_bus_link_virtfn() + - s390/pci: re-introduce zpci_remove_device() + - s390/pci: fix PF/VF linking on hot plug + * [UBUNTU 20.04] kernel: s390/cpum_cf,perf: changeDFLT_CCERROR counter name + (LP: #1891454) + - s390/cpum_cf, perf: change DFLT_CCERROR counter name + * [UBUNTU 20.04] zPCI: Enabling of a reserved PCI function regression + introduced by multi-function support (LP: #1891437) + - s390/pci: fix enabling a reserved PCI function + * CVE-2020-12888 + - vfio/type1: Support faulting PFNMAP vmas + - vfio-pci: Fault mmaps to enable vma tracking + - vfio-pci: Invalidate mmaps and block MMIO access on disabled memory + * [Hyper-V] VSS and File Copy daemons intermittently fails to start + (LP: #1891224) + - [Packaging] Bind hv_vss_daemon startup to hv_vss device + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device + * alsa/hdmi: support nvidia mst hdmi/dp audio (LP: #1867704) + - ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_sense + - ALSA: hda - Add DP-MST jack support + - ALSA: hda - Add DP-MST support for non-acomp codecs + - ALSA: hda - Add DP-MST support for NVIDIA codecs + - ALSA: hda: hdmi - fix regression in connect list handling + - ALSA: hda: hdmi - fix kernel oops caused by invalid PCM idx + - ALSA: hda: hdmi - preserve non-MST PCM routing for Intel platforms + - ALSA: hda: hdmi - Keep old slot assignment behavior for Intel platforms + - ALSA: hda - Fix DP-MST support for NVIDIA codecs + * Focal update: v5.4.60 upstream stable release (LP: #1892899) + - smb3: warn on confusing error scenario with sec=krb5 + - genirq/affinity: Make affinity setting if activated opt-in + - genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq() + - PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context() + - PCI: Add device even if driver attach failed + - PCI: qcom: Define some PARF params needed for ipq8064 SoC + - PCI: qcom: Add support for tx term offset for rev 2.1.0 + - btrfs: allow use of global block reserve for balance item deletion + - btrfs: free anon block device right after subvolume deletion + - btrfs: don't allocate anonymous block device for user invisible roots + - btrfs: ref-verify: fix memory leak in add_block_entry + - btrfs: stop incremening log_batch for the log root tree when syncing log + - btrfs: remove no longer needed use of log_writers for the log root tree + - btrfs: don't traverse into the seed devices in show_devname + - btrfs: open device without device_list_mutex + - btrfs: move the chunk_mutex in btrfs_read_chunk_tree + - btrfs: relocation: review the call sites which can be interrupted by signal + - btrfs: add missing check for nocow and compression inode flags + - btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on + relocation tree + - btrfs: sysfs: use NOFS for device creation + - btrfs: don't WARN if we abort a transaction with EROFS + - btrfs: fix race between page release and a fast fsync + - btrfs: fix messages after changing compression level by remount + - btrfs: only search for left_info if there is no right_info in + try_merge_free_space + - btrfs: inode: fix NULL pointer dereference if inode doesn't need compression + - btrfs: fix memory leaks after failure to lookup checksums during inode + logging + - btrfs: make sure SB_I_VERSION doesn't get unset by remount + - btrfs: fix return value mixup in btrfs_get_extent + - arm64: perf: Correct the event index in sysfs + - dt-bindings: iio: io-channel-mux: Fix compatible string in example code + - iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw() + - xtensa: add missing exclusive access state management + - xtensa: fix xtensa_pmu_setup prototype + - cifs: Fix leak when handling lease break for cached root fid + - powerpc/ptdump: Fix build failure in hashpagetable.c + - powerpc: Allow 4224 bytes of stack expansion for the signal frame + - powerpc: Fix circular dependency between percpu.h and mmu.h + - pinctrl: ingenic: Enhance support for IRQ_TYPE_EDGE_BOTH + - media: vsp1: dl: Fix NULL pointer dereference on unbind + - net: ethernet: stmmac: Disable hardware multicast filter + - net: stmmac: dwmac1000: provide multicast filter fallback + - net/compat: Add missing sock updates for SCM_RIGHTS + - md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 + - bcache: allocate meta data pages as compound pages + - bcache: fix overflow in offset_to_stripe() + - mac80211: fix misplaced while instead of if + - driver core: Avoid binding drivers to dead devices + - MIPS: CPU#0 is not hotpluggable + - MIPS: qi_lb60: Fix routing to audio amplifier + - ext2: fix missing percpu_counter_inc + - khugepaged: collapse_pte_mapped_thp() flush the right range + - khugepaged: collapse_pte_mapped_thp() protect the pmd lock + - ocfs2: change slot number type s16 to u16 + - mm/page_counter.c: fix protection usage propagation + - mm/memory_hotplug: fix unpaired mem_hotplug_begin/done + - ftrace: Setup correct FTRACE_FL_REGS flags for module + - kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler + - tracing/hwlat: Honor the tracing_cpumask + - tracing: Use trace_sched_process_free() instead of exit() for pid tracing + - tracing: Move pipe reference to trace array instead of current_tracer + - watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in + watchdog_info.options + - watchdog: f71808e_wdt: remove use of wrong watchdog_info option + - watchdog: f71808e_wdt: clear watchdog timeout occurred flag + - ceph: set sec_context xattr on symlink creation + - ceph: handle zero-length feature mask in session messages + - pseries: Fix 64 bit logical memory block panic + - module: Correctly truncate sysfs sections output + - perf intel-pt: Fix FUP packet state + - perf intel-pt: Fix duplicate branch after CBR + - remoteproc: qcom: q6v5: Update running state before requesting stop + - remoteproc: qcom_q6v5_mss: Validate MBA firmware size before load + - remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before load + - drm/imx: imx-ldb: Disable both channels for split mode in enc->disable() + - orangefs: get rid of knob code... + - pinctrl: ingenic: Properly detect GPIO direction when configured for IRQ + - crypto: algif_aead - Only wake up when ctx->more is zero + - mfd: arizona: Ensure 32k clock is put on driver unbind and error + - octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 + - mtd: rawnand: fsl_upm: Remove unused mtd var + - platform/chrome: cros_ec_ishtp: Fix a double-unlock issue + - RDMA/ipoib: Return void from ipoib_ib_dev_stop() + - RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah() + - media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logic + - media: rockchip: rga: Only set output CSC mode for RGB input + - IB/uverbs: Set IOVA on IB MR in uverbs layer + - selftests/bpf: Test_progs indicate to shell on non-actions + - selftests/bpf: test_progs use another shell exit on non-actions + - USB: serial: ftdi_sio: make process-packet buffer unsigned + - USB: serial: ftdi_sio: clean up receive processing + - crypto: af_alg - Fix regression on empty requests + - devres: keep both device name and resource name in pretty name + - RDMA/counter: Only bind user QPs in auto mode + - RDMA/counter: Allow manually bind QPs with different pids to same counter + - mmc: renesas_sdhi_internal_dmac: clean up the code for dma complete + - crypto: caam - Remove broken arc4 support + - gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlers + - gpu: ipu-v3: image-convert: Wait for all EOFs before completing a tile + - dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue() + - clk: actions: Fix h_clk for Actions S500 SoC + - selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow + code + - selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey + correctly + - selftests/powerpc: ptrace-pkey: Don't update expected UAMOR value + - iommu/omap: Check for failure of a call to omap_iommu_dump_ctx + - clk: qcom: gcc: fix sm8150 GPU and NPU clocks + - clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VAL + - iommu/vt-d: Enforce PASID devTLB field mask + - i2c: rcar: slave: only send STOP event when we have been addressed + - clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clk + - clk: clk-atlas6: fix return value check in atlas6_clk_init() + - pwm: bcm-iproc: handle clk_get_rate() return + - tools build feature: Use CC and CXX from parent + - i2c: rcar: avoid race when unregistering slave + - nfs: ensure correct writeback errors are returned on close() + - ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename + - clk: bcm2835: Do not use prediv with bcm2711's PLLs + - libnvdimm/security: fix a typo + - libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr + - openrisc: Fix oops caused when dumping stack + - scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying + targetport + - nfs: nfs_file_write() should check for writeback errors + - watchdog: initialize device before misc_register + - md-cluster: Fix potential error pointer dereference in resize_bitmaps() + - x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoC + - Input: sentelic - fix error return when fsp_reg_write fails + - recordmcount: Fix build failure on non arm64 + - drm/vmwgfx: Use correct vmw_legacy_display_unit pointer + - drm/vmwgfx: Fix two list_for_each loop exit tests + - net: qcom/emac: add missed clk_disable_unprepare in error path of + emac_clks_phase1_init + - nfs: Fix getxattr kernel panic and memory overflow + - fs/minix: set s_maxbytes correctly + - fs/minix: fix block limit check for V1 filesystems + - fs/minix: remove expected error message in block_to_path() + - fs/ufs: avoid potential u32 multiplication overflow + - test_kmod: avoid potential double free in trigger_config_run_type() + - i2c: iproc: fix race between client unreg and isr + - mfd: dln2: Run event handler loop under spinlock + - crypto: algif_aead - fix uninitialized ctx->init + - ALSA: echoaudio: Fix potential Oops in snd_echo_resume() + - perf bench mem: Always memset source before memcpy + - tools build feature: Quote CC and CXX for their arguments + - perf/x86/rapl: Fix missing psys sysfs attributes + - sh: landisk: Add missing initialization of sh_io_port_base + - khugepaged: retract_page_tables() remember to test exit + - arm64: dts: marvell: espressobin: add ethernet alias + - drm/panfrost: Use kvfree() to free bo->sgts + - drm: Added orientation quirk for ASUS tablet model T103HAF + - drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi + - drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume + - drm/amd/display: dchubbub p-state warning during surface planes switch + - Linux 5.4.60 + - kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE + * Focal update: v5.4.59 upstream stable release (LP: #1892417) + - tracepoint: Mark __tracepoint_string's __used + - HID: input: Fix devices that return multiple bytes in battery report + - nvme: add a Identify Namespace Identification Descriptor list quirk + - fs/io_uring.c: Fix uninitialized variable is referenced in io_submit_sqe + - clk: qcom: clk-rpmh: Wait for completion when enabling clocks + - x86/mce/inject: Fix a wrong assignment of i_mce.status + - sched/fair: Fix NOHZ next idle balance + - sched: correct SD_flags returned by tl->sd_flags() + - arm64: dts: rockchip: fix rk3368-lion gmac reset gpio + - arm64: dts: rockchip: fix rk3399-puma vcc5v0-host gpio + - arm64: dts: rockchip: fix rk3399-puma gmac reset gpio + - EDAC: Fix reference count leaks + - crc-t10dif: Fix potential crypto notify dead-lock + - arm64: dts: qcom: msm8916: Replace invalid bias-pull-none property + - crypto: ccree - fix resource leak on error path + - ARM: exynos: MCPM: Restore big.LITTLE cpuidle support + - firmware: arm_scmi: Fix SCMI genpd domain probing + - arm64: dts: exynos: Fix silent hang after boot on Espresso + - sched/uclamp: Fix initialization of struct uclamp_rq + - clk: scmi: Fix min and max rate when registering clocks with discrete rates + - m68k: mac: Don't send IOP message until channel is idle + - m68k: mac: Fix IOP status/control register writes + - platform/x86: intel-hid: Fix return value check in check_acpi_dev() + - platform/x86: intel-vbtn: Fix return value check in check_acpi_dev() + - ARM: dts: gose: Fix ports node name for adv7180 + - ARM: dts: gose: Fix ports node name for adv7612 + - ARM: at91: pm: add missing put_device() call in at91_pm_sram_init() + - ARM: dts: sunxi: bananapi-m2-plus-v1.2: Add regulator supply to all CPU + cores + - ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages + - spi: lantiq: fix: Rx overflow error in full duplex mode + - tpm: Require that all digests are present in TCG_PCR_EVENT2 structures + - recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64. + - regulator: fix memory leak on error path of regulator_register() + - io_uring: fix sq array offset calculation + - spi: rockchip: Fix error in SPI slave pio read + - ARM: socfpga: PM: add missing put_device() call in + socfpga_setup_ocram_self_refresh() + - iocost: Fix check condition of iocg abs_vdebt + - irqchip/ti-sci-inta: Fix return value about devm_ioremap_resource() + - seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID + - md: raid0/linear: fix dereference before null check on pointer mddev + - nvme-tcp: fix controller reset hang during traffic + - nvme-rdma: fix controller reset hang during traffic + - nvme-multipath: fix logic for non-optimized paths + - nvme-multipath: do not fall back to __nvme_find_path() for non-optimized + paths + - drm/tilcdc: fix leak & null ref in panel_connector_get_modes + - soc: qcom: rpmh-rsc: Set suppress_bind_attrs flag + - Bluetooth: add a mutex lock to avoid UAF in do_enale_set + - loop: be paranoid on exit and prevent new additions / removals + - fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls + - drm/amdgpu: avoid dereferencing a NULL pointer + - drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync + - crypto: aesni - Fix build with LLVM_IAS=1 + - video: fbdev: savage: fix memory leak on error handling path in probe + - video: fbdev: neofb: fix memory leak in neo_scan_monitor() + - bus: ti-sysc: Add missing quirk flags for usb_host_hs + - md-cluster: fix wild pointer of unlock_all_bitmaps() + - drm/nouveau/kms/nv50-: Fix disabling dithering + - arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding + - drm/etnaviv: fix ref count leak via pm_runtime_get_sync + - drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peek + - drm/nouveau: fix multiple instances of reference count leaks + - mmc: sdhci-cadence: do not use hardware tuning for SD mode + - btrfs: fix lockdep splat from btrfs_dump_space_info + - usb: mtu3: clear dual mode of u3port when disable device + - drm: msm: a6xx: fix gpu failure after system resume + - drm/msm: Fix a null pointer access in msm_gem_shrinker_count() + - drm/debugfs: fix plain echo to connector "force" attribute + - drm/radeon: disable AGP by default + - irqchip/irq-mtk-sysirq: Replace spinlock with raw_spinlock + - mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls + - drm/amdgpu/display bail early in dm_pp_get_static_clocks + - drm/amd/powerplay: fix compile error with ARCH=arc + - bpf: Fix fds_example SIGSEGV error + - brcmfmac: keep SDIO watchdog running when console_interval is non-zero + - brcmfmac: To fix Bss Info flag definition Bug + - brcmfmac: set state of hanger slot to FREE when flushing PSQ + - platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15 + - iwlegacy: Check the return value of pcie_capability_read_*() + - gpu: host1x: debug: Fix multiple channels emitting messages simultaneously + - ionic: update eid test for overflow + - mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1 + - usb: gadget: net2280: fix memory leak on probe error handling paths + - bdc: Fix bug causing crash after multiple disconnects + - usb: bdc: Halt controller on suspend + - dyndbg: fix a BUG_ON in ddebug_describe_flags + - bcache: fix super block seq numbers comparision in register_cache_set() + - ACPICA: Do not increment operation_region reference counts for field units + - drm/msm: ratelimit crtc event overflow error + - drm/gem: Fix a leak in drm_gem_objects_lookup() + - drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfers + - agp/intel: Fix a memory leak on module initialisation failure + - mwifiex: Fix firmware filename for sd8977 chipset + - mwifiex: Fix firmware filename for sd8997 chipset + - btmrvl: Fix firmware filename for sd8977 chipset + - btmrvl: Fix firmware filename for sd8997 chipset + - video: fbdev: sm712fb: fix an issue about iounmap for a wrong address + - console: newport_con: fix an issue about leak related system resources + - video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' call + - ath10k: Acquire tx_lock in tx error paths + - iio: improve IIO_CONCENTRATION channel type description + - drm/etnaviv: Fix error path on failure to enable bus clk + - drm/arm: fix unintentional integer overflow on left shift + - clk: bcm63xx-gate: fix last clock availability + - leds: lm355x: avoid enum conversion warning + - Bluetooth: btusb: fix up firmware download sequence + - Bluetooth: btmtksdio: fix up firmware download sequence + - media: cxusb-analog: fix V4L2 dependency + - media: marvell-ccic: Add missed v4l2_async_notifier_cleanup() + - media: omap3isp: Add missed v4l2_ctrl_handler_free() for + preview_init_entities() + - ASoC: SOF: nocodec: add missing .owner field + - ASoC: Intel: bxt_rt298: add missing .owner field + - scsi: cumana_2: Fix different dev_id between request_irq() and free_irq() + - drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline + - cxl: Fix kobject memleak + - drm/radeon: fix array out-of-bounds read and write issues + - staging: vchiq_arm: Add a matching unregister call + - iavf: fix error return code in iavf_init_get_resources() + - iavf: Fix updating statistics + - RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued() + - scsi: powertec: Fix different dev_id between request_irq() and free_irq() + - scsi: eesox: Fix different dev_id between request_irq() and free_irq() + - ipvs: allow connection reuse for unconfirmed conntrack + - media: firewire: Using uninitialized values in node_probe() + - media: exynos4-is: Add missed check for pinctrl_lookup_state() + - media: cros-ec-cec: do not bail on device_init_wakeup failure + - xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork + - xfs: fix reflink quota reservation accounting error + - RDMA/rxe: Skip dgid check in loopback mode + - PCI: Fix pci_cfg_wait queue locking problem + - drm/stm: repair runtime power management + - kobject: Avoid premature parent object freeing in kobject_cleanup() + - leds: core: Flush scheduled work for system suspend + - drm: panel: simple: Fix bpc for LG LB070WV8 panel + - phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHY + - drm/bridge: sil_sii8620: initialize return of sii8620_readb + - scsi: scsi_debug: Add check for sdebug_max_queue during module init + - mwifiex: Prevent memory corruption handling keys + - kernfs: do not call fsnotify() with name without a parent + - powerpc/rtas: don't online CPUs for partition suspend + - powerpc/vdso: Fix vdso cpu truncation + - RDMA/qedr: SRQ's bug fixes + - RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue + - ima: Have the LSM free its audit rule + - staging: rtl8192u: fix a dubious looking mask before a shift + - ASoC: meson: fixes the missed kfree() for axg_card_add_tdm_loopback + - PCI/ASPM: Add missing newline in sysfs 'policy' + - phy: renesas: rcar-gen3-usb2: move irq registration to init + - powerpc/book3s64/pkeys: Use PVR check instead of cpu feature + - drm/imx: fix use after free + - drm/imx: tve: fix regulator_disable error path + - gpu: ipu-v3: Restore RGB32, BGR32 + - spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIM + - USB: serial: iuu_phoenix: fix led-activity helpers + - usb: core: fix quirks_param_set() writing to a const pointer + - thermal: ti-soc-thermal: Fix reversed condition in + ti_thermal_expose_sensor() + - coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb() + - powerpc/perf: Fix missing is_sier_aviable() during build + - mt76: mt7615: fix potential memory leak in mcu message handler + - phy: armada-38x: fix NETA lockup when repeatedly switching speeds + - MIPS: OCTEON: add missing put_device() call in dwc3_octeon_device_init() + - usb: dwc2: Fix error path in gadget registration + - usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength + - scsi: megaraid_sas: Clear affinity hint + - scsi: mesh: Fix panic after host or bus reset + - net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration + - macintosh/via-macii: Access autopoll_devs when inside lock + - PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID register + - RDMA/core: Fix return error value in _ib_modify_qp() to negative + - Smack: fix another vsscanf out of bounds + - Smack: prevent underflow in smk_set_cipso() + - power: supply: check if calc_soc succeeded in pm860x_init_battery + - Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags + - Bluetooth: hci_serdev: Only unregister device if it was registered + - net: dsa: rtl8366: Fix VLAN semantics + - net: dsa: rtl8366: Fix VLAN set-up + - xfs: fix inode allocation block res calculation precedence + - selftests/powerpc: Squash spurious errors due to device removal + - powerpc/32s: Fix CONFIG_BOOK3S_601 uses + - powerpc/boot: Fix CONFIG_PPC_MPC52XX references + - selftests/powerpc: Fix CPU affinity for child process + - RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP + - PCI: Release IVRS table in AMD ACS quirk + - [Config] update config for ARMADA_AP_CPU_CLK + - cpufreq: ap806: fix cpufreq driver needs ap cpu clk + - selftests/powerpc: Fix online CPU selection + - ASoC: meson: axg-tdm-interface: fix link fmt setup + - ASoC: meson: axg-tdmin: fix g12a skew + - ASoC: meson: axg-tdm-formatters: fix sclk inversion + - ASoC: fsl_sai: Fix value of FSL_SAI_CR1_RFW_MASK + - s390/qeth: don't process empty bridge port events + - ice: Graceful error handling in HW table calloc failure + - rtw88: fix LDPC field for RA info + - rtw88: fix short GI capability based on current bandwidth + - rtw88: coex: only skip coex triggered by BT info + - wl1251: fix always return 0 error + - tools, build: Propagate build failures from tools/build/Makefile.build + - tools, bpftool: Fix wrong return value in do_dump() + - net/mlx5: DR, Change push vlan action sequence + - net/mlx5: Delete extra dump stack that gives nothing + - net: ethernet: aquantia: Fix wrong return value + - liquidio: Fix wrong return value in cn23xx_get_pf_num() + - net: spider_net: Fix the size used in a 'dma_free_coherent()' call + - fsl/fman: use 32-bit unsigned integer + - fsl/fman: fix dereference null return value + - fsl/fman: fix unreachable code + - fsl/fman: check dereferencing null pointer + - fsl/fman: fix eth hash table allocation + - net: thunderx: initialize VF's mailbox mutex before first usage + - dlm: Fix kobject memleak + - ocfs2: fix unbalanced locking + - pinctrl-single: fix pcs_parse_pinconf() return value + - svcrdma: Fix page leak in svc_rdma_recv_read_chunk() + - x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task + - crypto: aesni - add compatibility with IAS + - af_packet: TPACKET_V3: fix fill status rwlock imbalance + - drivers/net/wan/lapbether: Added needed_headroom and a skb->len check + - net: Fix potential memory leak in proto_register() + - net/nfc/rawsock.c: add CAP_NET_RAW check. + - net: phy: fix memory leak in device-create error path + - net: Set fput_needed iff FDPUT_FPUT is set + - net/tls: Fix kmap usage + - vmxnet3: use correct tcp hdr length when packet is encapsulated + - net: refactor bind_bucket fastreuse into helper + - net: initialize fastreuse on inet_inherit_port + - USB: serial: cp210x: re-enable auto-RTS on open + - USB: serial: cp210x: enable usb generic throttle/unthrottle + - ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO + - ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob support + - ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109 + - ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109 + - 9p: Fix memory leak in v9fs_mount + - media: media-request: Fix crash if memory allocation fails + - drm/ttm/nouveau: don't call tt destroy callback on alloc failure. + - io_uring: set ctx sq/cq entry count earlier + - NFS: Don't move layouts to plh_return_segs list while in use + - NFS: Don't return layout segments that are in use + - cpufreq: Fix locking issues with governors + - cpufreq: dt: fix oops on armada37xx + - include/asm-generic/vmlinux.lds.h: align ro_after_init + - spi: spidev: Align buffers for DMA + - mtd: rawnand: qcom: avoid write to unavailable register + - erofs: fix extended inode could cross boundary + - Revert "parisc: Drop LDCW barrier in CAS code when running UP" + - Revert "parisc: Use ldcw instruction for SMP spinlock release barrier" + - Revert "parisc: Revert "Release spinlocks using ordered store"" + - parisc: Do not use an ordered store in pa_tlb_lock() + - parisc: Implement __smp_store_release and __smp_load_acquire barriers + - parisc: mask out enable and reserved bits from sba imask + - ARM: 8992/1: Fix unwind_frame for clang-built kernels + - irqdomain/treewide: Free firmware node after domain removal + - ALSA: usb-audio: add quirk for Pioneer DDJ-RB + - tpm: Unify the mismatching TPM space buffer sizes + - pstore: Fix linking when crypto API disabled + - crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not + specified + - crypto: qat - fix double free in qat_uclo_create_batch_init_list + - crypto: ccp - Fix use of merged scatterlists + - crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified + - bitfield.h: don't compile-time validate _val in FIELD_FIT + - fs/minix: check return value of sb_getblk() + - fs/minix: don't allow getting deleted inodes + - fs/minix: reject too-large maximum file size + - xen/balloon: fix accounting in alloc_xenballooned_pages error path + - xen/balloon: make the balloon wait interruptible + - xen/gntdev: Fix dmabuf import with non-zero sgt offset + - s390/dasd: fix inability to use DASD with DIAG driver + - s390/gmap: improve THP splitting + - io_uring: Fix NULL pointer dereference in loop_rw_iter() + - Linux 5.4.59 + * Regression on NFS: unable to handle page fault in mempool_alloc_slab + (LP: #1886277) // Focal update: v5.4.59 upstream stable release + (LP: #1892417) + - SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()") + * Focal update: v5.4.59 upstream stable release (LP: #1892417) // + CVE-2019-19770 which shows this issue is not a core debugfs issue, but + - blktrace: fix debugfs use after free + * update ENA driver for LLQ acceleration mode, new hw support (LP: #1890845) + - net: ena: change num_queues to num_io_queues for clarity and consistency + - net: ena: multiple queue creation related cleanups + - net: ena: ethtool: get_channels: use combined only + - net: ena: make ethtool -l show correct max number of queues + - net: ena: remove redundant print of number of queues + - net: ena: ethtool: support set_channels callback + - net: ena: implement XDP drop support + - net: ena: Implement XDP_TX action + - net: ena: Add first_interrupt field to napi struct + - net: ena: fix default tx interrupt moderation interval + - net: ena: remove set but not used variable 'rx_ring' + - net: ena: remove set but not used variable 'hash_key' + - net: ena: ethtool: remove redundant non-zero check on rc + - net/amazon: Ensure that driver version is aligned to the linux kernel + - net: ena: fix broken interface between ENA driver and FW + - net: ena: ethtool: clean up minor indentation issue + - net: ena: fix incorrect setting of the number of msix vectors + - net: ena: fix request of incorrect number of IRQ vectors + - net: ena: avoid memory access violation by validating req_id properly + - net: ena: fix continuous keep-alive resets + - net: ena: Make some functions static + - net: ena: avoid unnecessary admin command when RSS function set fails + - net: ena: allow setting the hash function without changing the key + - net: ena: change default RSS hash function to Toeplitz + - net: ena: changes to RSS hash key allocation + - net: ena: remove code that does nothing + - net: ena: add unmask interrupts statistics to ethtool + - net: ena: add support for reporting of packet drops + - net: ena: drop superfluous prototype + - net: ena: use SHUTDOWN as reset reason when closing interface + - net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros + - net: ena: cosmetic: extract code to ena_indirection_table_set() + - net: ena: add support for the rx offset feature + - net: ena: rename ena_com_free_desc to make API more uniform + - net: ena: use explicit variable size for clarity + - net: ena: fix ena_com_comp_status_to_errno() return value + - net: ena: simplify ena_com_update_intr_delay_resolution() + - net: ena: cosmetic: set queue sizes to u32 for consistency + - net: ena: cosmetic: fix spelling and grammar mistakes in comments + - net: ena: cosmetic: fix line break issues + - net: ena: cosmetic: remove unnecessary code + - net: ena: cosmetic: code reorderings + - net: ena: cosmetic: fix spacing issues + - net: ena: cosmetic: minor code changes + - net: ena: reduce driver load time + - net: ena: xdp: XDP_TX: fix memory leak + - net: ena: xdp: update napi budget for DROP and ABORTED + - ena_netdev: use generic power management + - net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_range + - net: ena: avoid unnecessary rearming of interrupt vector when busy-polling + - net: ena: add reserved PCI device ID + - net: ena: cosmetic: satisfy gcc warning + - net: ena: cosmetic: change ena_com_stats_admin stats to u64 + - net: ena: add support for traffic mirroring + - net: ena: enable support of rss hash key and function changes + - net: ena: move llq configuration from ena_probe to ena_device_init() + - net: ena: support new LLQ acceleration mode + * [SRU] Fix acpi backlight issue on some thinkpads (LP: #1892010) + - platform/x86: thinkpad_acpi: not loading brightness_init when _BCL invalid + * [SRU][F/OEM-5.6] add a new OLED panel support for brightness control + (LP: #1887909) + - drm/dp: Lenovo X13 Yoga OLED panel brightness fix + * Realtek [10ec:c82f] Subsystem [17aa:c02f] Wifi adapter not found + (LP: #1886247) + - SAUCE: rtw88: 8822ce: add support for device ID 0xc82f + * KVM: Fix zero_page reference counter overflow when using KSM on KVM compute + host (LP: #1837810) + - KVM: fix overflow of zero page refcount with ksm running + * Fix missing HDMI Audio on another HP Desktop (LP: #1891617) + - ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop + * alsa/sof: support 1 and 3 dmics (LP: #1891585) + - SAUCE: ASoC: SOF: intel: hda: support also devices with 1 and 3 dmics + * tcp_fastopen_backup_key.sh from net in ubuntu_kernel_selftests failed on + Eoan LPAR (LP: #1869134) + - tcp: correct read of TFO keys on big endian systems + * Fix false-negative return value for rtnetlink.sh in kselftests/net + (LP: #1890136) + - selftests: rtnetlink: correct the final return value for the test + - selftests: rtnetlink: make kci_test_encap() return sub-test result + * Focal update: v5.4.58 upstream stable release (LP: #1891387) + - USB: serial: qcserial: add EM7305 QDL product ID + - perf/core: Fix endless multiplex timer + - USB: iowarrior: fix up report size handling for some devices + - usb: xhci: define IDs for various ASMedia host controllers + - usb: xhci: Fix ASMedia ASM1142 DMA addressing + - io_uring: prevent re-read of sqe->opcode + - io_uring: Fix use-after-free in io_sq_wq_submit_work() + - Revert "ALSA: hda: call runtime_allow() for all hda controllers" + - ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptops + - ALSA: hda/ca0132 - Add new quirk ID for Recon3D. + - ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value. + - ALSA: hda/ca0132 - Fix AE-5 microphone selection commands. + - ALSA: seq: oss: Serialize ioctls + - staging: android: ashmem: Fix lockdep warning for write operation + - staging: rtl8712: handle firmware load failure + - Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmode + - Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt() + - Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt() + - Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt() + - omapfb: dss: Fix max fclk divider for omap36xx + - binder: Prevent context manager from incrementing ref 0 + - Smack: fix use-after-free in smk_write_relabel_self() + - scripts: add dummy report mode to add_namespace.cocci + - vgacon: Fix for missing check in scrollback handling + - mtd: properly check all write ioctls for permissions + - leds: wm831x-status: fix use-after-free on unbind + - leds: lm36274: fix use-after-free on unbind + - leds: da903x: fix use-after-free on unbind + - leds: lm3533: fix use-after-free on unbind + - leds: 88pm860x: fix use-after-free on unbind + - net/9p: validate fds in p9_fd_open + - drm/nouveau/fbcon: fix module unload when fbcon init has failed for some + reason + - drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure + - drm/drm_fb_helper: fix fbdev with sparc64 + - i2c: slave: improve sanity check when registering + - i2c: slave: add sanity check when unregistering + - usb: hso: check for return value in hso_serial_common_create() + - net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623 + - ALSA: hda: fix NULL pointer dereference during suspend + - firmware: Fix a reference count leak. + - cfg80211: check vendor command doit pointer before use + - igb: reinit_locked() should be called with rtnl_lock + - atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent + - tools lib traceevent: Fix memory leak in process_dynamic_array_len + - Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) + - xattr: break delegations in {set,remove}xattr + - Revert "powerpc/kasan: Fix shadow pages allocation failure" + - PCI: tegra: Revert tegra124 raw_violation_fixup + - ipv4: Silence suspicious RCU usage warning + - ipv6: fix memory leaks on IPV6_ADDRFORM path + - ipv6: Fix nexthop refcnt leak when creating ipv6 route info + - net: ethernet: mtk_eth_soc: fix MTU warnings + - rxrpc: Fix race between recvmsg and sendmsg on immediate call failure + - vxlan: Ensure FDB dump is performed under RCU + - net: lan78xx: replace bogus endpoint lookup + - appletalk: Fix atalk_proc_init() return path + - dpaa2-eth: Fix passing zero to 'PTR_ERR' warning + - hv_netvsc: do not use VF device if link is down + - net: gre: recompute gre csum for sctp over gre tunnels + - net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task() + - openvswitch: Prevent kernel-infoleak in ovs_ct_put_key() + - Revert "vxlan: fix tos value before xmit" + - tcp: apply a floor of 1 for RTT samples from TCP timestamps + - ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime + - [Config] update annotations for IMA_APPRAISE_BOOTPARAM + - nfsd: Fix NFSv4 READ on RDMA when using readv + - Linux 5.4.58 + * Focal update: v5.4.57 upstream stable release (LP: #1891064) + - random32: update the net random state on interrupt and activity + - ARM: percpu.h: fix build error + - random: fix circular include dependency on arm64 after addition of percpu.h + - random32: remove net_rand_state from the latent entropy gcc plugin + - random32: move the pseudo-random 32-bit definitions to prandom.h + - arm64: Workaround circular dependency in pointer_auth.h + - ext4: fix direct I/O read error + - selftests: bpf: Fix detach from sockmap tests + - bpf: sockmap: Require attach_bpf_fd when detaching a program + - Linux 5.4.57 + * Focal update: v5.4.56 upstream stable release (LP: #1891063) + - crypto: ccp - Release all allocated memory if sha type is invalid + - media: rc: prevent memory leak in cx23888_ir_probe + - sunrpc: check that domain table is empty at module unload. + - ath10k: enable transmit data ack RSSI for QCA9884 + - PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge + - mm/filemap.c: don't bother dropping mmap_sem for zero size readahead + - ALSA: usb-audio: Add implicit feedback quirk for SSL2 + - ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G15(GA502) series + with ALC289 + - ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus + G14(GA401) series with ALC289 + - ALSA: hda/realtek: Fix add a "ultra_low_power" function for intel reference + board (alc256) + - ALSA: hda/hdmi: Fix keep_power assignment for non-component devices + - IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE + - vhost/scsi: fix up req type endian-ness + - 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work + - wireless: Use offsetof instead of custom macro. + - ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess + watchpoints + - ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2 + - ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2 + - ARM: dts: imx6qdl-icore: Fix OTG_ID pin and sdcard detect + - virtio_balloon: fix up endian-ness for free cmd id + - Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" + - drm/amd/display: Clear dm_state for fast updates + - drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl() + - drm/dbi: Fix SPI Type 1 (9-bit) transfer + - drm: hold gem reference until object is no longer accessed + - rds: Prevent kernel-infoleak in rds_notify_queue_get() + - libtraceevent: Fix build with binutils 2.35 + - net/x25: Fix x25_neigh refcnt leak when x25 disconnect + - net/x25: Fix null-ptr-deref in x25_disconnect + - ARM: dts sunxi: Relax a bit the CMA pool allocation range + - xfrm: Fix crash when the hold queue is used. + - ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds + - nvme-tcp: fix possible hang waiting for icresp response + - selftests/net: rxtimestamp: fix clang issues for target arch PowerPC + - selftests/net: psock_fanout: fix clang issues for target arch PowerPC + - selftests/net: so_txtime: fix clang issues for target arch PowerPC + - sh/tlb: Fix PGTABLE_LEVELS > 2 + - sh: Fix validation of system call number + - net: hns3: fix a TX timeout issue + - net: hns3: fix aRFS FD rules leftover after add a user FD rule + - net/mlx5: E-switch, Destroy TSAR when fail to enable the mode + - net/mlx5e: Fix error path of device attach + - net/mlx5: Verify Hardware supports requested ptp function on a given pin + - net/mlx5e: Modify uplink state on interface up/down + - net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev + - net: lan78xx: add missing endpoint sanity check + - net: lan78xx: fix transfer-buffer memory leak + - rhashtable: Fix unprotected RCU dereference in __rht_ptr + - mlx4: disable device on shutdown + - mlxsw: core: Increase scope of RCU read-side critical section + - mlxsw: core: Free EMAD transactions using kfree_rcu() + - ibmvnic: Fix IRQ mapping disposal in error path + - bpf: Fix map leak in HASH_OF_MAPS map + - mac80211: mesh: Free ie data when leaving mesh + - mac80211: mesh: Free pending skb when destroying a mpath + - arm64/alternatives: move length validation inside the subsection + - arm64: csum: Fix handling of bad packets + - Bluetooth: fix kernel oops in store_pending_adv_report + - net: nixge: fix potential memory leak in nixge_probe() + - net: gemini: Fix missing clk_disable_unprepare() in error path of + gemini_ethernet_port_probe() + - net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq + - perf tools: Fix record failure when mixed with ARM SPE event + - vxlan: fix memleak of fdb + - usb: hso: Fix debug compile warning on sparc32 + - selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion + - qed: Disable "MFW indication via attention" SPAM every 5 minutes + - selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support + - nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame + - scsi: core: Run queue in case of I/O resource contention failure + - parisc: add support for cmpxchg on u8 pointers + - net: ethernet: ravb: exit if re-initialization fails in tx timeout + - Revert "i2c: cadence: Fix the hold bit setting" + - x86/unwind/orc: Fix ORC for newly forked tasks + - x86/stacktrace: Fix reliable check for empty user task stacks + - cxgb4: add missing release on skb in uld_send() + - xen-netfront: fix potential deadlock in xennet_remove() + - RISC-V: Set maximum number of mapped pages correctly + - drivers/net/wan: lapb: Corrected the usage of skb_cow + - KVM: arm64: Don't inherit exec permission across page-table levels + - KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw + disabled + - x86/i8259: Use printk_deferred() to prevent deadlock + - perf tests bp_account: Make global variable static + - perf env: Do not return pointers to local variables + - perf bench: Share some global variables to fix build with gcc 10 + - Linux 5.4.56 + + -- Ian May Thu, 10 Sep 2020 12:04:43 -0500 + +linux-aws (5.4.0-1024.24) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1024.24 -proposed tracker (LP: #1894300) + + [ Ubuntu: 5.4.0-47.51 ] + + * focal/linux: 5.4.0-47.51 -proposed tracker (LP: #1894315) + * CVE-2020-14386 + - SAUCE: net/packet: fix overflow in tpacket_rcv + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + [ Ubuntu: 5.4.0-45.49 ] + + * focal/linux: 5.4.0-45.49 -proposed tracker (LP: #1893050) + * [Potential Regression] dscr_inherit_exec_test from powerpc in + ubuntu_kernel_selftests failed on B/E/F (LP: #1888332) + - powerpc/64s: Don't init FSCR_DSCR in __init_FSCR() + + -- Ian May Fri, 04 Sep 2020 17:28:09 -0500 + +linux-aws (5.4.0-1022.22) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1022.22 -proposed tracker (LP: #1890734) + + * Focal update: v5.4.51 upstream stable release (LP: #1886995) + - [Config] aws: updateconfigs for EFI_CUSTOM_SSDT_OVERLAYS + + * Focal update: v5.4.53 upstream stable release (LP: #1888560) + - [Config] aws: updateconfigs for BLK_DEV_SR_VENDOR + + * Focal update: v5.4.52 upstream stable release (LP: #1887853) + - [Packaging] aws: module intel-rapl-perf rename + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + + * add pvtime support for arm64 guests (LP: #1889282) + - arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit() + - arm64: errata: use arm_smccc_1_1_get_conduit() + - arm: spectre-v2: use arm_smccc_1_1_get_conduit() + - firmware/psci: use common SMCCC_CONDUIT_* + - firmware: arm_sdei: use common SMCCC_CONDUIT_* + - KVM: arm64: Document PV-time interface + - KVM: arm/arm64: Factor out hypercall handling from PSCI code + - KVM: arm64: Implement PV_TIME_FEATURES call + - KVM: Implement kvm_put_guest() + - KVM: arm64: Support stolen time reporting via shared structure + - KVM: Allow kvm_device_ops to be const + - KVM: arm64: Provide VCPU attributes for stolen time + - arm/arm64: Provide a wrapper for SMCCC 1.1 calls + - arm/arm64: Make use of the SMCCC 1.1 wrapper + - arm64: Retrieve stolen time as paravirtualized guest + + * overlayfs regression - internal getxattr operations without sepolicy + checking (LP: #1864669) + - SAUCE: overlayfs: internal getxattr operations without sepolicy checking + + [ Ubuntu: 5.4.0-44.48 ] + + * focal/linux: 5.4.0-44.48 -proposed tracker (LP: #1891049) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * ipsec: policy priority management is broken (LP: #1890796) + - xfrm: policy: match with both mark and mask on user interfaces + + [ Ubuntu: 5.4.0-43.47 ] + + * focal/linux: 5.4.0-43.47 -proposed tracker (LP: #1890746) + * Packaging resync (LP: #1786013) + - update dkms package versions + * Devlink - add RoCE disable kernel support (LP: #1877270) + - devlink: Add new "enable_roce" generic device param + - net/mlx5: Document flow_steering_mode devlink param + - net/mlx5: Handle "enable_roce" devlink param + - IB/mlx5: Rename profile and init methods + - IB/mlx5: Load profile according to RoCE enablement state + - net/mlx5: Remove unneeded variable in mlx5_unload_one + - net/mlx5: Add devlink reload + - IB/mlx5: Do reverse sequence during device removal + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620) + - selftests/net: relax cpu affinity requirement in msg_zerocopy test + * Enlarge hisi_sec2 capability (LP: #1890222) + - Revert "UBUNTU: [Config] Disable hisi_sec2 temporarily" + - crypto: hisilicon - update SEC driver module parameter + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441) + - ALSA: hda/hdmi: Add quirk to force connectivity + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306) + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken + * ASoC:amd:renoir: the dmic can't record sound after suspend and resume + (LP: #1890220) + - SAUCE: ASoC: amd: renoir: restore two more registers during resume + * No sound, Dummy output on Acer Swift 3 SF314-57G with Ice Lake core-i7 CPU + (LP: #1877757) + - ASoC: SOF: Intel: hda: fix generic hda codec support + * Fix right speaker of HP laptop (LP: #1889375) + - SAUCE: hda/realtek: Fix right speaker of HP laptop + * blk_update_request error when mount nvme partition (LP: #1872383) + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734) + - ASoC: amd: add logic to check dmic hardware runtime + - ASoC: amd: add ACPI dependency check + - ASoC: amd: fixed kernel warnings + * soc/amd/renoir: change the module name to make it work with ucm3 + (LP: #1888166) + - AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel + module + - SAUCE: remove a kernel module since its name is changed + * Focal update: v5.4.55 upstream stable release (LP: #1890343) + - AX.25: Fix out-of-bounds read in ax25_connect() + - AX.25: Prevent out-of-bounds read in ax25_sendmsg() + - dev: Defer free of skbs in flush_backlog + - drivers/net/wan/x25_asy: Fix to make it work + - ip6_gre: fix null-ptr-deref in ip6gre_init_net() + - net-sysfs: add a newline when printing 'tx_timeout' by sysfs + - net: udp: Fix wrong clean up for IS_UDPLITE macro + - qrtr: orphan socket in qrtr_release() + - rtnetlink: Fix memory(net_device) leak when ->newlink fails + - rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA + - tcp: allow at most one TLP probe per flight + - AX.25: Prevent integer overflows in connect and sendmsg + - sctp: shrink stream outq only when new outcnt < old outcnt + - sctp: shrink stream outq when fails to do addstream reconf + - udp: Copy has_conns in reuseport_grow(). + - udp: Improve load balancing for SO_REUSEPORT. + - regmap: debugfs: check count when read regmap file + - PM: wakeup: Show statistics for deleted wakeup sources again + - Revert "dpaa_eth: fix usage as DSA master, try 3" + - Linux 5.4.55 + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - net: atlantic: simplify hw_get_fw_version() usage + - net: atlantic: align return value of ver_match function with function name + - net: atlantic: add support for FW 4.x + * perf vendor events s390: Add new deflate counters for IBM z15 (LP: #1888551) + - perf vendor events s390: Add new deflate counters for IBM z15 + * Focal update: v5.4.54 upstream stable release (LP: #1889669) + - soc: qcom: rpmh: Dirt can only make you dirtier, not cleaner + - gpio: arizona: handle pm_runtime_get_sync failure case + - gpio: arizona: put pm_runtime in case of failure + - pinctrl: amd: fix npins for uart0 in kerncz_groups + - mac80211: allow rx of mesh eapol frames with default rx key + - scsi: scsi_transport_spi: Fix function pointer check + - xtensa: fix __sync_fetch_and_{and,or}_4 declarations + - xtensa: update *pos in cpuinfo_op.next + - scsi: mpt3sas: Fix unlock imbalance + - drivers/net/wan/lapbether: Fixed the value of hard_header_len + - ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later + - net: sky2: initialize return of gm_phy_read + - drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout + - scsi: mpt3sas: Fix error returns in BRM_status_show + - scsi: dh: Add Fujitsu device to devinfo and dh lists + - dm: use bio_uninit instead of bio_disassociate_blkg + - drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups() + - fuse: fix weird page warning + - irqdomain/treewide: Keep firmware node unconditionally allocated + - ARM: dts: imx6qdl-gw551x: Do not use 'simple-audio-card,dai-link' + - ARM: dts: imx6qdl-gw551x: fix audio SSI + - dmabuf: use spinlock to access dmabuf->name + - drm/amd/display: Check DMCU Exists Before Loading + - SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO + compeletion") + - btrfs: reloc: fix reloc root leak and NULL pointer dereference + - btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway + balance + - uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix + GDB regression + - ALSA: hda/realtek: Fixed ALC298 sound bug by adding quirk for Samsung + Notebook Pen S + - ALSA: info: Drop WARN_ON() from buffer NULL sanity check + - ASoC: rt5670: Correct RT5670_LDO_SEL_MASK + - btrfs: fix double free on ulist after backref resolution failure + - btrfs: fix mount failure caused by race with umount + - btrfs: fix page leaks after failure to lock page for delalloc + - bnxt_en: Fix race when modifying pause settings. + - bnxt_en: Fix completion ring sizing with TPA enabled. + - fpga: dfl: pci: reduce the scope of variable 'ret' + - fpga: dfl: fix bug in port reset handshake + - hippi: Fix a size used in a 'pci_free_consistent()' in an error handling + path + - vsock/virtio: annotate 'the_virtio_vsock' RCU pointer + - ax88172a: fix ax88172a_unbind() failures + - RDMA/mlx5: Use xa_lock_irq when access to SRQ table + - ASoC: Intel: bytcht_es8316: Add missed put_device() + - net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual + configuration + - ieee802154: fix one possible memleak in adf7242_probe + - drm: sun4i: hdmi: Fix inverted HPD result + - net: smc91x: Fix possible memory leak in smc_drv_probe() + - bonding: check error value of register_netdevice() immediately + - mlxsw: destroy workqueue when trap_register in mlxsw_emad_init + - ionic: use offset for ethtool regs data + - ionic: fix up filter locks and debug msgs + - net: ag71xx: add missed clk_disable_unprepare in error path of probe + - net: hns3: fix error handling for desc filling + - net: dsa: microchip: call phy_remove_link_mode during probe + - netdevsim: fix unbalaced locking in nsim_create() + - qed: suppress "don't support RoCE & iWARP" flooding on HW init + - qed: suppress false-positives interrupt error messages on HW init + - ipvs: fix the connection sync failed in some cases + - net: ethernet: ave: Fix error returns in ave_init + - Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms" + - nfsd4: fix NULL dereference in nfsd/clients display code + - enetc: Remove the mdio bus on PF probe bailout + - i2c: rcar: always clear ICSAR to avoid side effects + - i2c: i2c-qcom-geni: Fix DMA transfer race + - bonding: check return value of register_netdevice() in bond_newlink() + - geneve: fix an uninitialized value in geneve_changelink() + - serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X + - scripts/decode_stacktrace: strip basepath from all paths + - scripts/gdb: fix lx-symbols 'gdb.error' while loading modules + - HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor override + - HID: alps: support devices with report id 2 + - HID: steam: fixes race in handling device list. + - HID: apple: Disable Fn-key key-re-mapping on clone keyboards + - dmaengine: tegra210-adma: Fix runtime PM imbalance on error + - Input: add `SW_MACHINE_COVER` + - ARM: dts: n900: remove mmc1 card detect gpio + - spi: mediatek: use correct SPI_CFG2_REG MACRO + - regmap: dev_get_regmap_match(): fix string comparison + - hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow + - dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu + - dmaengine: ioat setting ioat timeout as module parameter + - Input: synaptics - enable InterTouch for ThinkPad X1E 1st gen + - Input: elan_i2c - only increment wakeup count on touch + - usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant + - usb: dwc3: pci: add support for the Intel Jasper Lake + - usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init() + - usb: cdns3: ep0: fix some endian issues + - usb: cdns3: trace: fix some endian issues + - hwmon: (adm1275) Make sure we are reading enough data for different chips + - drm/amdgpu/gfx10: fix race condition for kiq + - drm/amdgpu: fix preemption unit test + - hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798D + - platform/x86: ISST: Add new PCI device ids + - platform/x86: asus-wmi: allow BAT1 battery name + - hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe() + - ALSA: hda/realtek - fixup for yet another Intel reference board + - drivers/perf: Fix kernel panic when rmmod PMU modules during perf sampling + - arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP + - x86: math-emu: Fix up 'cmp' insn for clang ias + - asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible() + - drivers/perf: Prevent forced unbinding of PMU drivers + - RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw + - binder: Don't use mmput() from shrinker function. + - usb: xhci-mtk: fix the failure of bandwidth allocation + - usb: xhci: Fix ASM2142/ASM3142 DMA addressing + - Revert "cifs: Fix the target file was deleted when rename failed." + - iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU + - tty: xilinx_uartps: Really fix id assignment + - staging: wlan-ng: properly check endpoint types + - staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift + - staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support + - staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift + - staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift + - serial: tegra: fix CREAD handling for PIO + - serial: 8250: fix null-ptr-deref in serial8250_start_tx() + - serial: 8250_mtk: Fix high-speed baud rates clamping + - /dev/mem: Add missing memory barriers for devmem_inode + - fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins. + - vt: Reject zero-sized screen buffer size. + - Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation + - mm/mmap.c: close race between munmap() and expand_upwards()/downwards() + - mm/memcg: fix refcount error while moving and swapping + - mm: memcg/slab: fix memory leak at non-root kmem_cache destroy + - khugepaged: fix null-pointer dereference due to race + - io-mapping: indicate mapping failure + - mmc: sdhci-of-aspeed: Fix clock divider calculation + - drm/amdgpu: Fix NULL dereference in dpm sysfs handlers + - drm/amd/powerplay: fix a crash when overclocking Vega M + - parisc: Add atomic64_set_release() define to avoid CPU soft lockups + - x86, vmlinux.lds: Page-align end of ..page_aligned sections + - ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on the Lenovo + Miix 2 10 + - ASoC: qcom: Drop HAS_DMA dependency to fix link failure + - ASoC: topology: fix kernel oops on route addition error + - ASoC: topology: fix tlvs in error handling for widget_dmixer + - dm integrity: fix integrity recalculation that is improperly skipped + - ath9k: Fix regression with Atheros 9271 + - Linux 5.4.54 + * Focal update: v5.4.53 upstream stable release (LP: #1888560) + - crypto: atmel - Fix selection of CRYPTO_AUTHENC + - crypto: atmel - Fix build error of CRYPTO_AUTHENC + - net: atlantic: fix ip dst and ipv6 address filters + - net: rmnet: fix lower interface leak + - bridge: mcast: Fix MLD2 Report IPv6 payload length check + - genetlink: remove genl_bind + - ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg + - ipv6: fib6_select_path can not use out path for nexthop objects + - ipv6: Fix use of anycast address with loopback + - l2tp: remove skb_dst_set() from l2tp_xmit_skb() + - llc: make sure applications use ARPHRD_ETHER + - net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb + - net_sched: fix a memory leak in atm_tc_init() + - sched: consistently handle layer3 header accesses in the presence of VLANs + - tcp: fix SO_RCVLOWAT possible hangs under high mem pressure + - tcp: make sure listeners don't initialize congestion-control state + - tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() + - tcp: md5: do not send silly options in SYNCOOKIES + - vlan: consolidate VLAN parsing code and limit max parsing depth + - tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers + - tcp: md5: allow changing MD5 keys in all socket states + - cgroup: fix cgroup_sk_alloc() for sk_clone_lock() + - cgroup: Fix sock_cgroup_data on big-endian. + - ip: Fix SO_MARK in RST, ACK and ICMP packets + - arm64: Introduce a way to disable the 32bit vdso + - arm64: arch_timer: Allow an workaround descriptor to disable compat vdso + - arm64: arch_timer: Disable the compat vdso for cores affected by + ARM64_WORKAROUND_1418040 + - drm/msm: fix potential memleak in error branch + - drm/msm/dpu: allow initialization of encoder locks during encoder init + - drm/exynos: Properly propagate return value in drm_iommu_attach_device() + - drm/exynos: fix ref count leak in mic_pre_enable + - x86/fpu: Reset MXCSR to default in kernel_fpu_begin() + - thermal/drivers: imx: Fix missing of_node_put() at probe time + - blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags + - m68k: nommu: register start of the memory with memblock + - m68k: mm: fix node memblock init + - dt-bindings: mailbox: zynqmp_ipi: fix unit address + - cifs: prevent truncation from long to int in wait_for_free_credits + - arm64/alternatives: use subsections for replacement sequences + - tpm_tis: extra chip->ops check on error path in tpm_tis_core_init + - gfs2: read-only mounts should grab the sd_freeze_gl glock + - i2c: eg20t: Load module automatically if ID matches + - arm64/alternatives: don't patch up internal branches + - iio:magnetometer:ak8974: Fix alignment and data leak issues + - iio:humidity:hdc100x Fix alignment and data leak issues + - iio: magnetometer: ak8974: Fix runtime PM imbalance on error + - iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers + - iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe() + - iio: pressure: zpa2326: handle pm_runtime_get_sync failure + - iio:humidity:hts221 Fix alignment and data leak issues + - iio:pressure:ms5611 Fix buffer element alignment + - iio:health:afe4403 Fix timestamp alignment and prevent data leak. + - spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer + - net: dsa: bcm_sf2: Fix node reference count + - of: of_mdio: Correct loop scanning logic + - net: macb: call pm_runtime_put_sync on failure path + - net: ethernet: mvneta: Do not error out in non serdes modes + - net: ethernet: mvneta: Add back interface mode validation + - Revert "usb/ohci-platform: Fix a warning when hibernating" + - Revert "usb/ehci-platform: Set PM runtime as active on resume" + - Revert "usb/xhci-plat: Set PM runtime as active on resume" + - net: sfp: add support for module quirks + - net: sfp: add some quirks for GPON modules + - ARM: OMAP4+: remove pdata quirks for omap4+ iommus + - ARM: OMAP2+: Add workaround for DRA7 DSP MStandby errata i879 + - ARM: OMAP2+: use separate IOMMU pdata to fix DRA7 IPU1 boot + - mmc: mmci: Support any block sizes for ux500v2 and qcom variant + - HID: quirks: Remove ITE 8595 entry from hid_have_special_driver + - ARM: at91: pm: add quirk for sam9x60's ulp1 + - drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20 + - scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabled + - [Config] updateconfigs for BLK_DEV_SR_VENDOR + - bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirks + - bus: ti-sysc: Consider non-existing registers too when matching quirks + - bus: ti-sysc: Handle module unlock quirk needed for some RTC + - bus: ti-sysc: Detect display subsystem related devices + - arm64: dts: g12-common: add parkmode_disable_ss_quirk on DWC3 controller + - bus: ti-sysc: Detect EDMA and set quirk flags for tptc + - ALSA: usb-audio: Add support for MOTU MicroBook IIc + - Input: goodix - fix touch coordinates on Cube I15-TC + - ALSA: usb-audio: Create a registration quirk for Kingston HyperX Amp + (0951:16d8) + - doc: dt: bindings: usb: dwc3: Update entries for disabling SS instances in + park mode + - mmc: sdhci: do not enable card detect interrupt for gpio cd type + - ALSA: usb-audio: Rewrite registration quirk handling + - ACPI: video: Use native backlight on Acer Aspire 5783z + - ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S + - ALSA: usb-audio: Add quirk for Focusrite Scarlett 2i2 + - Input: mms114 - add extra compatible for mms345l + - ACPI: video: Use native backlight on Acer TravelMate 5735Z + - bus: ti-sysc: Use optional clocks on for enable and wait for softreset bit + - ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Flight S + - iio:health:afe4404 Fix timestamp alignment and prevent data leak. + - soundwire: intel: fix memory leak with devm_kasprintf + - dmaengine: sh: usb-dmac: set tx_result parameters + - phy: sun4i-usb: fix dereference of pointer phy0 before it is null checked + - arm64: dts: meson: add missing gxl rng clock + - arm64: dts: meson-gxl-s805x: reduce initial Mali450 core frequency + - bus: ti-sysc: Fix wakeirq sleeping function called from invalid context + - bus: ti-sysc: Fix sleeping function called from invalid context for RTC + quirk + - bus: ti-sysc: Do not disable on suspend for no-idle + - iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()' + - dmaengine: dw: Initialize channel before each transfer + - dmaengine: dmatest: stop completed threads when running without set channel + - spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate + - usb: gadget: udc: atmel: fix uninitialized read in debug printk + - staging: comedi: verify array index is correct before using it + - clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPER + - clk: AST2600: Add mux for EMMC clock + - NFS: Fix interrupted slots by sending a solo SEQUENCE operation + - fuse: don't ignore errors from fuse_writepages_fill() + - ARM: dts: Fix dcan driver probe failed on am437x platform + - Revert "thermal: mediatek: fix register index error" + - xprtrdma: fix incorrect header size calculations + - ARM: dts: socfpga: Align L2 cache-controller nodename with dtschema + - arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema + - keys: asymmetric: fix error return code in software_key_query() + - regmap: debugfs: Don't sleep while atomic for fast_io regmaps + - copy_xstate_to_kernel: Fix typo which caused GDB regression + - arm: dts: mt7623: add phy-mode property for gmac2 + - soc: qcom: socinfo: add missing soc_id sysfs entry + - habanalabs: Align protection bits configuration of all TPCs + - PCI/PM: Call .bridge_d3() hook only if non-NULL + - perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode + - soc: qcom: rpmh: Update dirty flag only when data changes + - soc: qcom: rpmh: Invalidate SLEEP and WAKE TCSes before flushing new data + - soc: qcom: rpmh-rsc: Clear active mode configuration for wake TCS + - soc: qcom: rpmh-rsc: Allow using free WAKE TCS for active request + - RDMA/mlx5: Verify that QP is created with RQ or SQ + - mtd: rawnand: marvell: Fix the condition on a return code + - mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet + registered + - mtd: rawnand: marvell: Fix probe error path + - mtd: rawnand: timings: Fix default tR_max and tCCS_min timings + - mtd: rawnand: brcmnand: correctly verify erased pages + - mtd: rawnand: brcmnand: fix CS0 layout + - mtd: rawnand: oxnas: Keep track of registered devices + - mtd: rawnand: oxnas: Unregister all devices on error + - mtd: rawnand: oxnas: Release all devices in the _remove() path + - clk: qcom: gcc: Add GPU and NPU clocks for SM8150 + - clk: qcom: gcc: Add missing UFS clocks for SM8150 + - slimbus: core: Fix mismatch in of_node_get/put + - HID: logitech-hidpp: avoid repeated "multiplier = " log messages + - HID: magicmouse: do not set up autorepeat + - HID: quirks: Always poll Obins Anne Pro 2 keyboard + - HID: quirks: Ignore Simply Automated UPB PIM + - ALSA: line6: Perform sanity check for each URB creation + - ALSA: line6: Sync the pending work cancel at disconnection + - ALSA: usb-audio: Fix race against the error recovery URB submission + - ALSA: hda/realtek - change to suitable link model for ASUS platform + - ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G14(G401) series + with ALC289 + - ALSA: hda/realtek: Enable headset mic of Acer TravelMate B311R-31 with + ALC256 + - ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534 + - ALSA: hda/realtek - Enable Speaker for ASUS UX563 + - USB: c67x00: fix use after free in c67x00_giveback_urb + - usb: dwc2: Fix shutdown callback in platform + - usb: chipidea: core: add wakeup support for extcon + - usb: gadget: function: fix missing spinlock in f_uac1_legacy + - USB: serial: iuu_phoenix: fix memory corruption + - USB: serial: cypress_m8: enable Simply Automated UPB PIM + - USB: serial: ch341: add new Product ID for CH340 + - USB: serial: option: add GosunCn GM500 series + - virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match + upstream + - virt: vbox: Fix guest capabilities mask check + - Revert "tty: xilinx_uartps: Fix missing id assignment to the console" + - virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial + - serial: mxs-auart: add missed iounmap() in probe failure and remove + - ovl: fix regression with re-formatted lower squashfs + - ovl: inode reference leak in ovl_is_inuse true case. + - ovl: relax WARN_ON() when decoding lower directory file handle + - ovl: fix unneeded call to ovl_change_flags() + - fuse: ignore 'data' argument of mount(..., MS_REMOUNT) + - fuse: use ->reconfigure() instead of ->remount_fs() + - fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS + - Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()" + - mei: bus: don't clean driver pointer + - Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux list + - uio_pdrv_genirq: Remove warning when irq is not specified + - uio_pdrv_genirq: fix use without device tree and no interrupt + - scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro + - timer: Prevent base->clk from moving backward + - timer: Fix wheel index calculation on last level + - riscv: use 16KB kernel stack on 64-bit + - hwmon: (emc2103) fix unable to change fan pwm1_enable attribute + - powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkey + - powerpc/pseries/svm: Fix incorrect check for shared_lppaca_size + - intel_th: pci: Add Jasper Lake CPU support + - intel_th: pci: Add Tiger Lake PCH-H support + - intel_th: pci: Add Emmitsburg PCH support + - intel_th: Fix a NULL dereference when hub driver is not loaded + - dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handler + - dmaengine: mcf-edma: Fix NULL pointer exception in mcf_edma_tx_handler + - dmaengine: fsl-edma-common: correct DSIZE_32BYTE + - misc: atmel-ssc: lock with mutex instead of spinlock + - thermal: int3403_thermal: Downgrade error message + - thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power + - arm64: ptrace: Override SPSR.SS when single-stepping is enabled + - arm64: ptrace: Consistently use pseudo-singlestep exceptions + - arm64: compat: Ensure upper 32 bits of x0 are zero on syscall return + - sched: Fix unreliable rseq cpu_id for new tasks + - sched/fair: handle case of task_h_load() returning 0 + - genirq/affinity: Handle affinity setting on inactive interrupts correctly + - drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() + - drm/i915/gt: Ignore irq enabling on the virtual engines + - block: fix splitting segments on boundary masks + - block: fix get_max_segment_size() overflow on 32bit arch + - libceph: don't omit recovery_deletes in target_copy() + - rxrpc: Fix trace string + - spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGH + - ionic: export features for vlans to use + - iommu/vt-d: Make Intel SVM code 64-bit only + - drm/i915/gvt: Fix two CFL MMIO handling caused by regression. + - gpio: pca953x: disable regmap locking for automatic address incrementing + - Linux 5.4.53 + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation + (LP: #1886188) + - [Packaging] Produce linux-libc-dev package for riscv64 + - [Debian] Disallow building linux-libc-dev from linux-riscv + * [UBUNTU 20.04] DIF and DIX support in zfcp (s390x) is broken and the kernel + crashes unconditionally (LP: #1887124) + - scsi: zfcp: signal incomplete or error for sync exchange config/port data + - scsi: zfcp: diagnostics buffer caching and use for exchange port data + - scsi: zfcp: add diagnostics buffer for exchange config data + - scsi: zfcp: support retrieval of SFP Data via Exchange Port Data + - scsi: zfcp: introduce sysfs interface for diagnostics of local SFP + transceiver + - scsi: zfcp: implicitly refresh port-data diagnostics when reading sysfs + - scsi: zfcp: introduce sysfs interface to read the local B2B-Credit + - scsi: zfcp: implicitly refresh config-data diagnostics when reading sysfs + - scsi: zfcp: move maximum age of diagnostic buffers into a per-adapter + variable + - scsi: zfcp: proper indentation to reduce confusion in zfcp_erp_required_act + - scsi: zfcp: fix wrong data and display format of SFP+ temperature + - scsi: zfcp: expose fabric name as common fc_host sysfs attribute + - scsi: zfcp: wire previously driver-specific sysfs attributes also to fc_host + - scsi: zfcp: fix fc_host attributes that should be unknown on local link down + - scsi: zfcp: auto variables for dereferenced structs in open port handler + - scsi: zfcp: report FC Endpoint Security in sysfs + - scsi: zfcp: log FC Endpoint Security of connections + - scsi: zfcp: trace FC Endpoint Security of FCP devices and connections + - scsi: zfcp: enhance handling of FC Endpoint Security errors + - scsi: zfcp: log FC Endpoint Security errors + - scsi: zfcp: use fallthrough; + - scsi: zfcp: Move shost modification after QDIO (re-)open into fenced + function + - scsi: zfcp: Move shost updates during xconfig data handling into fenced + function + - scsi: zfcp: Move fc_host updates during xport data handling into fenced + function + - scsi: zfcp: Fence fc_host updates during link-down handling + - scsi: zfcp: Move p-t-p port allocation to after xport data + - scsi: zfcp: Fence adapter status propagation for common statuses + - scsi: zfcp: Fence early sysfs interfaces for accesses of shost objects + - scsi: zfcp: Move allocation of the shost object to after xconf- and xport- + data + * Enable Quectel EG95 LTE modem [2c7c:0195] (LP: #1886744) + - net: usb: qmi_wwan: add support for Quectel EG95 LTE modem + - USB: serial: option: add Quectel EG95 LTE modem + * Kernel Regression between 5.4.0-26 and 5.4.0-40 causes laptop internal audio + devices to fail to load w/o unacceptable workaround (Lenovo IdeaPad 5 + 15IIL05) (LP: #1886341) + - ASoC: SOF: intel: hda: Modify signature for hda_codec_probe_bus() + - ASoC: SOF: Intel: drop HDA codec upon probe failure + - ASoC: SOF: Intel: hda: move i915 init earlier + * [UBUNTU 20.04] smc: SMC connections hang with later-level implementations + (LP: #1882088) + - net/smc: tolerate future SMCD versions + * zfs: backport AES-GCM performance accelleration (LP: #1881107) + - debian/dkms-versions: update ZFS dkms package version (LP: #1881107) + * Regression in kernel 4.15.0-91 causes kernel panic with Bcache + (LP: #1867916) + - bcache: check and adjust logical block size for backing devices + * [SRU][OEM-5.6/U] Fix r8117 firmware base issue (LP: #1885072) + - r8169: add helper r8168g_phy_param + - r8169: add support for RTL8117 + - r8169: load firmware for RTL8168fp/RTL8117 + - r8169: fix OCP access on RTL8117 + - r8169: fix firmware not resetting tp->ocp_base + * [UBUNTU 20.04] Deflate counters reported by lscpumf are not valid or + available with perf (LP: #1881096) + - s390/cpum_cf: Add new extended counters for IBM z15 + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups + * shiftfs: fix btrfs regression (LP: #1884767) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation" + * Focal update: v5.4.52 upstream stable release (LP: #1887853) + - KVM: s390: reduce number of IO pins to 1 + - spi: spi-fsl-dspi: Adding shutdown hook + - spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer + - regmap: fix alignment issue + - perf/x86/rapl: Move RAPL support to common x86 code + - perf/x86/rapl: Fix RAPL config variable bug + - [Packaging] module intel-rapl-perf rename + - ARM: dts: omap4-droid4: Fix spi configuration and increase rate + - drm/ttm: Fix dma_fence refcnt leak when adding move fence + - drm/tegra: hub: Do not enable orphaned window group + - gpu: host1x: Detach driver on unregister + - drm: mcde: Fix display initialization problem + - ASoC: SOF: Intel: add PCI ID for CometLake-S + - ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKL + - spi: spidev: fix a race between spidev_release and spidev_remove + - spi: spidev: fix a potential use-after-free in spidev_release() + - net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy + - net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphy + - ixgbe: protect ring accesses with READ- and WRITE_ONCE + - i40e: protect ring accesses with READ- and WRITE_ONCE + - ibmvnic: continue to init in CRQ reset returns H_CLOSED + - powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL + - iommu/vt-d: Don't apply gfx quirks to untrusted devices + - drm: panel-orientation-quirks: Add quirk for Asus T101HA panel + - drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003 + - s390/kasan: fix early pgm check handler execution + - cifs: update ctime and mtime during truncate + - ARM: imx6: add missing put_device() call in imx6q_suspend_init() + - scsi: mptscsih: Fix read sense data size + - usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work + - block: release bip in a right way in error path + - nvme-rdma: assign completion vector correctly + - x86/entry: Increase entry_stack size to a full page + - sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to + fix mask corruption + - net: qrtr: Fix an out of bounds read qrtr_endpoint_post() + - gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2 + - gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 + - nl80211: don't return err unconditionally in nl80211_start_ap() + - drm/mediatek: Check plane visibility in atomic_update + - bpf, sockmap: RCU splat with redirect and strparser error or TLS + - bpf, sockmap: RCU dereferenced psock may be used outside RCU block + - netfilter: ipset: call ip_set_free() instead of kfree() + - net: mvneta: fix use of state->speed + - net: cxgb4: fix return error value in t4_prep_fw + - IB/sa: Resolv use-after-free in ib_nl_make_request() + - net: dsa: microchip: set the correct number of ports + - netfilter: conntrack: refetch conntrack after nf_conntrack_update() + - perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() + - perf intel-pt: Fix recording PEBS-via-PT with registers + - perf intel-pt: Fix PEBS sample for XMM registers + - smsc95xx: check return value of smsc95xx_reset + - smsc95xx: avoid memory leak in smsc95xx_bind + - net: hns3: add a missing uninit debugfs when unload driver + - net: hns3: fix use-after-free when doing self test + - ALSA: compress: fix partial_drain completion state + - RDMA/siw: Fix reporting vendor_part_id + - arm64: kgdb: Fix single-step exception handling oops + - nbd: Fix memory leak in nbd_add_socket + - cxgb4: fix all-mask IP address comparison + - IB/mlx5: Fix 50G per lane indication + - qed: Populate nvm-file attributes while reading nvm config partition. + - net/mlx5: Fix eeprom support for SFP module + - net/mlx5e: Fix 50G per lane indication + - bnxt_en: fix NULL dereference in case SR-IOV configuration fails + - net: macb: fix wakeup test in runtime suspend/resume routines + - net: macb: mark device wake capable when "magic-packet" property present + - net: macb: fix call to pm_runtime in the suspend/resume functions + - mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON() + - mlxsw: pci: Fix use-after-free in case of failed devlink reload + - IB/hfi1: Do not destroy hfi1_wq when the device is shut down + - IB/hfi1: Do not destroy link_wq when the device is shut down + - ALSA: opl3: fix infoleak in opl3 + - ALSA: hda - let hs_mic be picked ahead of hp_mic + - ALSA: usb-audio: add quirk for MacroSilicon MS2109 + - ALSA: usb-audio: Add implicit feedback quirk for RTX6001 + - ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id + - ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC + - ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VC + - ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VC + - KVM: arm64: Fix definition of PAGE_HYP_DEVICE + - KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART + - KVM: arm64: Annotate hyp NMI-related functions as __always_inline + - KVM: x86: bit 8 of non-leaf PDPEs is not reserved + - KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode + - KVM: x86: Mark CR4.TSD as being possibly owned by the guest + - KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE + - kallsyms: Refactor kallsyms_show_value() to take cred + - module: Refactor section attr into bin attribute + - module: Do not expose section addresses to non-CAP_SYSLOG + - kprobes: Do not expose probe addresses to non-CAP_SYSLOG + - bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() + - btrfs: fix fatal extent_buffer readahead vs releasepage race + - btrfs: fix double put of block group with nocow + - drm/radeon: fix double free + - drm/amdgpu: don't do soft recovery if gpu_recovery=0 + - dm: use noio when sending kobject event + - mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed + - ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE + - ARC: elf: use right ELF_ARCH + - s390/setup: init jump labels before command line parsing + - s390/mm: fix huge pte soft dirty copying + - blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight() + - dm writecache: reject asynchronous pmem devices + - perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument + - perf scripts python: exported-sql-viewer.py: Fix zero id in call graph + 'Find' result + - perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' + result + - perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result + - pwm: jz4740: Fix build failure + - s390: Change s390_kernel_write() return type to match memcpy() + - s390/maccess: add no DAT mode to kernel_write + - Linux 5.4.52 + * Focal update: v5.4.45 upstream stable release (LP: #1882802) // Focal + update: v5.4.52 upstream stable release (LP: #1887853) + - Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race + window" + * Focal update: v5.4.51 upstream stable release (LP: #1886995) + - io_uring: make sure async workqueue is canceled on exit + - mm: fix swap cache node allocation mask + - EDAC/amd64: Read back the scrub rate PCI register on F15h + - usbnet: smsc95xx: Fix use-after-free after removal + - sched/debug: Make sd->flags sysctl read-only + - mm/slub.c: fix corrupted freechain in deactivate_slab() + - mm/slub: fix stack overruns with SLUB_STATS + - rxrpc: Fix race between incoming ACK parser and retransmitter + - usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect + - tools lib traceevent: Add append() function helper for appending strings + - tools lib traceevent: Handle __attribute__((user)) in field names + - s390/debug: avoid kernel warning on too large number of pages + - nvme-multipath: set bdi capabilities once + - nvme-multipath: fix deadlock between ana_work and scan_work + - nvme-multipath: fix deadlock due to head->lock + - nvme-multipath: fix bogus request queue reference put + - kgdb: Avoid suspicious RCU usage warning + - selftests: tpm: Use /bin/sh instead of /bin/bash + - crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() + - drm/msm/dpu: fix error return code in dpu_encoder_init + - rxrpc: Fix afs large storage transmission performance drop + - RDMA/counter: Query a counter before release + - cxgb4: use unaligned conversion for fetching timestamp + - cxgb4: parse TC-U32 key values and masks natively + - cxgb4: fix endian conversions for L4 ports in filters + - cxgb4: use correct type for all-mask IP address comparison + - cxgb4: fix SGE queue dump destination buffer context + - hwmon: (max6697) Make sure the OVERT mask is set correctly + - hwmon: (acpi_power_meter) Fix potential memory leak in + acpi_power_meter_add() + - thermal/drivers/mediatek: Fix bank number settings on mt8183 + - thermal/drivers/rcar_gen3: Fix undefined temperature if negative + - nfsd4: fix nfsdfs reference count loop + - nfsd: fix nfsdfs inode reference count leak + - drm: sun4i: hdmi: Remove extra HPD polling + - virtio-blk: free vblk-vqs in error path of virtblk_probe() + - SMB3: Honor 'posix' flag for multiuser mounts + - nvme: fix identify error status silent ignore + - nvme: fix a crash in nvme_mpath_add_disk + - samples/vfs: avoid warning in statx override + - i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665 + - i2c: mlxcpld: check correct size of maximum RECV_LEN packet + - spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths + - nfsd: apply umask on fs without ACL support + - Revert "ALSA: usb-audio: Improve frames size computation" + - SMB3: Honor 'seal' flag for multiuser mounts + - SMB3: Honor persistent/resilient handle flags for multiuser mounts + - SMB3: Honor lease disabling for multiuser mounts + - SMB3: Honor 'handletimeout' flag for multiuser mounts + - cifs: Fix the target file was deleted when rename failed. + - MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias names + - MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen + - drm/amd/display: Only revalidate bandwidth on medium and fast updates + - drm/amdgpu: use %u rather than %d for sclk/mclk + - drm/amdgpu/atomfirmware: fix vram_info fetching for renoir + - dma-buf: Move dma_buf_release() from fops to dentry_ops + - irqchip/gic: Atomically update affinity + - mm, compaction: fully assume capture is not NULL in compact_zone_order() + - mm, compaction: make capture control handling safe wrt interrupts + - x86/resctrl: Fix memory bandwidth counter width for AMD + - dm zoned: assign max_io_len correctly + - [Config] updateconfigs for EFI_CUSTOM_SSDT_OVERLAYS + - efi: Make it possible to disable efivar_ssdt entirely + - Linux 5.4.51 + * Focal update: v5.4.50 upstream stable release (LP: #1885942) + - block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed + - enetc: Fix tx rings bitmap iteration range, irq handling + - geneve: allow changing DF behavior after creation + - ibmveth: Fix max MTU limit + - mld: fix memory leak in ipv6_mc_destroy_dev() + - mvpp2: ethtool rxtx stats fix + - net: bridge: enfore alignment for ethernet address + - net: core: reduce recursion limit value + - net: Do not clear the sock TX queue in sk_set_socket() + - net: fix memleak in register_netdevice() + - net: Fix the arp error in some cases + - net: increment xmit_recursion level in dev_direct_xmit() + - net: usb: ax88179_178a: fix packet alignment padding + - openvswitch: take into account de-fragmentation/gso_size in + execute_check_pkt_len + - rocker: fix incorrect error handling in dma_rings_init + - rxrpc: Fix notification call on completion of discarded calls + - sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket + - tcp: don't ignore ECN CWR on pure ACK + - tcp: grow window for OOO packets only for SACK flows + - tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes + - ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() + - net: phy: Check harder for errors in get_phy_id() + - ip_tunnel: fix use-after-free in ip_tunnel_lookup() + - sch_cake: don't try to reallocate or unshare skb unconditionally + - sch_cake: don't call diffserv parsing code when it is not needed + - sch_cake: fix a few style nits + - tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT + - Revert "i2c: tegra: Fix suspending in active runtime PM state" + - btrfs: fix a block group ref counter leak after failure to remove block + group + - net: sched: export __netdev_watchdog_up() + - fix a braino in "sparc32: fix register window handling in + genregs32_[gs]et()" + - ALSA: usb-audio: Fix potential use-after-free of streams + - binder: fix null deref of proc->context + - USB: ohci-sm501: Add missed iounmap() in remove + - usb: dwc2: Postponed gadget registration to the udc class driver + - usb: add USB_QUIRK_DELAY_INIT for Logitech C922 + - USB: ehci: reopen solution for Synopsys HC bug + - usb: host: xhci-mtk: avoid runtime suspend when removing hcd + - xhci: Poll for U0 after disabling USB2 LPM + - usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() + - usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs + - ALSA: usb-audio: Add implicit feedback quirk for SSL2+. + - ALSA: usb-audio: add quirk for Denon DCD-1500RE + - ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) + - ALSA: usb-audio: Fix OOB access of mixer element list + - usb: cdns3: trace: using correct dir value + - usb: cdns3: ep0: fix the test mode set incorrectly + - usb: cdns3: ep0: add spinlock for cdns3_check_new_setup + - scsi: qla2xxx: Keep initiator ports after RSCN + - scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP action + - cifs: Fix cached_fid refcnt leak in open_shroot + - cifs/smb3: Fix data inconsistent when punch hole + - cifs/smb3: Fix data inconsistent when zero file range + - xhci: Fix incorrect EP_STATE_MASK + - xhci: Fix enumeration issue when setting max packet size for FS devices. + - xhci: Return if xHCI doesn't support LPM + - cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip + - loop: replace kill_bdev with invalidate_bdev + - IB/mad: Fix use after free when destroying MAD agent + - IB/hfi1: Fix module use count flaw due to leftover module put calls + - bus: ti-sysc: Flush posted write on enable and disable + - bus: ti-sysc: Ignore clockactivity unless specified as a quirk + - ARM: OMAP2+: Fix legacy mode dss_reset + - xfrm: Fix double ESP trailer insertion in IPsec crypto offload. + - ASoC: q6asm: handle EOS correctly + - efi/tpm: Verify event log header before parsing + - efi/esrt: Fix reference count leak in esre_create_sysfs_entry. + - ASoc: q6afe: add support to get port direction + - ASoC: qcom: common: set correct directions for dailinks + - regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 + - RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() + - ASoC: fsl_ssi: Fix bclk calculation for mono channel + - samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS + - bpf, xdp, samples: Fix null pointer dereference in *_user code + - ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect + - ARM: dts: Fix duovero smsc interrupt for suspend + - x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in + rdt_cdp_peer_get() + - regmap: Fix memory leak from regmap_register_patch + - devmap: Use bpf_map_area_alloc() for allocating hash buckets + - bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE + - ARM: dts: NSP: Correct FA2 mailbox node + - rxrpc: Fix handling of rwind from an ACK packet + - RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq + - RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 + - RDMA/cma: Protect bind_list and listen_list while finding matching cm id + - ASoC: rockchip: Fix a reference count leak. + - s390/qeth: fix error handling for isolation mode cmds + - RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() + - selftests/net: report etf errors correctly + - iommu/vt-d: Enable PCI ACS for platform opt in hint + - iommu/vt-d: Update scalable mode paging structure coherency + - net: qed: fix left elements count calculation + - net: qed: fix async event callbacks unregistering + - net: qede: stop adding events on an already destroyed workqueue + - net: qed: fix NVMe login fails over VFs + - net: qed: fix excessive QM ILT lines consumption + - net: qede: fix PTP initialization on recovery + - net: qede: fix use-after-free on recovery and AER handling + - cxgb4: move handling L2T ARP failures to caller + - ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram() + - scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset() + - usb: gadget: udc: Potential Oops in error handling code + - usb: renesas_usbhs: getting residue from callback_result + - nvme: don't protect ns mutation with ns->head->lock + - netfilter: ipset: fix unaligned atomic access + - net: bcmgenet: use hardware padding of runt frames + - clk: sifive: allocate sufficient memory for struct __prci_data + - i2c: fsi: Fix the port number field in status register + - i2c: core: check returned size of emulated smbus block read + - afs: Fix storage of cell names + - sched/deadline: Initialize ->dl_boosted + - sched/core: Fix PI boosting between RT and DEADLINE tasks + - sata_rcar: handle pm_runtime_get_sync failure cases + - ata/libata: Fix usage of page address by page_address in + ata_scsi_mode_select_xlat function + - drm/amd/display: Use kfree() to free rgb_user in + calculate_user_regamma_ramp() + - riscv/atomic: Fix sign extension for RV64I + - hwrng: ks-sa - Fix runtime PM imbalance on error + - ibmvnic: Harden device login requests + - net: alx: fix race condition in alx_remove + - test_objagg: Fix potential memory leak in error handling + - pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage + - pinctrl: tegra: Use noirq suspend/resume callbacks + - s390/ptrace: pass invalid syscall numbers to tracing + - s390/ptrace: fix setting syscall number + - s390/vdso: Use $(LD) instead of $(CC) to link vDSO + - s390/vdso: fix vDSO clock_getres() + - arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n + - kbuild: improve cc-option to clean up all temporary files + - recordmcount: support >64k sections + - kprobes: Suppress the suspicious RCU warning on kprobes + - blktrace: break out of blktrace setup on concurrent calls + - block: update hctx map when use multiple maps + - RISC-V: Don't allow write+exec only page mapping request in mmap + - ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table + - ALSA: hda/realtek - Add quirk for MSI GE63 laptop + - ACPI: sysfs: Fix pm_profile_attr type + - erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup + - KVM: X86: Fix MSR range of APIC registers in X2APIC mode + - KVM: nVMX: Plumb L2 GPA through to PML emulation + - KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL + - x86/cpu: Use pinning mask for CR4 bits needing to be 0 + - x86/asm/64: Align start of __clear_user() loop to 16-bytes + - btrfs: fix bytes_may_use underflow when running balance and scrub in + parallel + - btrfs: fix data block group relocation failure due to concurrent scrub + - btrfs: check if a log root exists before locking the log_mutex on unlink + - btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof + - mm/slab: use memzero_explicit() in kzfree() + - ocfs2: avoid inode removal while nfsd is accessing it + - ocfs2: load global_inode_alloc + - ocfs2: fix value of OCFS2_INVALID_SLOT + - ocfs2: fix panic on nfs server over ocfs2 + - mm/memcontrol.c: add missed css_put() + - arm64: perf: Report the PC value in REGS_ABI_32 mode + - arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range + - arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range + - tracing: Fix event trigger to accept redundant spaces + - ring-buffer: Zero out time extend if it is nested and not absolute + - drm/amd: fix potential memleak in err branch + - drm: rcar-du: Fix build error + - drm/radeon: fix fb_div check in ni_init_smc_spll_table() + - drm/amdgpu: add fw release for sdma v5_0 + - Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate() + - sunrpc: fixed rollback in rpc_gssd_dummy_populate() + - SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() + - pNFS/flexfiles: Fix list corruption if the mirror count changes + - NFSv4 fix CLOSE not waiting for direct IO compeletion + - xprtrdma: Fix handling of RDMA_ERROR replies + - dm writecache: correct uncommitted_block when discarding uncommitted entry + - dm writecache: add cond_resched to loop in persistent_memory_claim() + - xfs: add agf freeblocks verify in xfs_agf_verify + - Revert "tty: hvc: Fix data abort due to race in hvc_open" + - Linux 5.4.50 + * Focal update: v5.4.49 upstream stable release (LP: #1885322) + - power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select + - clk: sunxi: Fix incorrect usage of round_down() + - ASoC: tegra: tegra_wm8903: Support nvidia, headset property + - i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets + - ASoC: SOF: imx8: Fix randbuild error + - iio: pressure: bmp280: Tolerate IRQ before registering + - remoteproc: Fix IDR initialisation in rproc_alloc() + - clk: qcom: msm8916: Fix the address location of pll->config_reg + - ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet + - backlight: lp855x: Ensure regulators are disabled on probe failure + - ARM: dts: renesas: Fix IOMMU device node names + - ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type + - ARM: integrator: Add some Kconfig selections + - ARM: dts: stm32: Add missing ethernet PHY reset on AV96 + - scsi: core: free sgtables in case command setup fails + - scsi: qedi: Check for buffer overflow in qedi_set_path() + - arm64: dts: meson: fixup SCP sram nodes + - ALSA: isa/wavefront: prevent out of bounds write in ioctl + - PCI: Allow pci_resize_resource() for devices on root bus + - scsi: qla2xxx: Fix issue with adapter's stopping state + - Input: edt-ft5x06 - fix get_default register write access + - powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT + - rtc: mc13xxx: fix a double-unlock issue + - iio: bmp280: fix compensation of humidity + - f2fs: report delalloc reserve as non-free in statfs for project quota + - i2c: pxa: clear all master action bits in i2c_pxa_stop_message() + - remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use + - clk: samsung: Mark top ISP and CAM clocks on Exynos542x as critical + - usblp: poison URBs upon disconnect + - serial: 8250: Fix max baud limit in generic 8250 port + - misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe() + - misc: fastrpc: fix potential fastrpc_invoke_ctx leak + - dm mpath: switch paths in dm_blk_ioctl() code path + - arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes + - arm64: dts: armada-3720-turris-mox: fix SFP binding + - arm64: dts: juno: Fix GIC child nodes + - pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2 + - clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling + - ASoC: SOF: Do nothing when DSP PM callbacks are not set + - arm64: dts: fvp: Fix GIC child nodes + - PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only + register + - ps3disk: use the default segment boundary + - arm64: dts: fvp/juno: Fix node address fields + - vfio/pci: fix memory leaks in alloc_perm_bits() + - coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb() + - RDMA/mlx5: Add init2init as a modify command + - scsi: hisi_sas: Do not reset phy timer to wait for stray phy up + - PCI: pci-bridge-emul: Fix PCIe bit conflicts + - m68k/PCI: Fix a memory leak in an error handling path + - gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de- + registration + - usb: gadget: core: sync interrupt before unbind the udc + - powerpc/ptdump: Add _PAGE_COHERENT flag + - mfd: wm8994: Fix driver operation if loaded as modules + - scsi: cxgb3i: Fix some leaks in init_act_open() + - clk: zynqmp: fix memory leak in zynqmp_register_clocks + - scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited event + - scsi: vhost: Notify TCM about the maximum sg entries supported per command + - clk: clk-flexgen: fix clock-critical handling + - IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command + - powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 + events run + - nfsd: Fix svc_xprt refcnt leak when setup callback client failed + - PCI: vmd: Filter resource type bits from shadow register + - RDMA/core: Fix several reference count leaks. + - cifs: set up next DFS target before generic_ip_connect() + - ASoC: qcom: q6asm-dai: kCFI fix + - powerpc/crashkernel: Take "mem=" option into account + - pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case + - sparc32: mm: Don't try to free page-table pages if ctor() fails + - yam: fix possible memory leak in yam_init_driver + - NTB: ntb_pingpong: Choose doorbells based on port number + - NTB: Fix the default port and peer numbers for legacy drivers + - mksysmap: Fix the mismatch of '.L' symbols in System.map + - apparmor: fix introspection of of task mode for unconfined tasks + - net: dsa: lantiq_gswip: fix and improve the unsupported interface error + - f2fs: handle readonly filesystem in f2fs_ioc_shutdown() + - ASoC: meson: add missing free_irq() in error path + - bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free + - scsi: sr: Fix sr_probe() missing deallocate of device minor + - scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM + - x86/purgatory: Disable various profiling and sanitizing options + - staging: greybus: fix a missing-check bug in gb_lights_light_config() + - arm64: dts: mt8173: fix unit name warnings + - scsi: qedi: Do not flush offload work if ARP not resolved + - arm64: dts: qcom: msm8916: remove unit name for thermal trip points + - ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity + - RDMA/mlx5: Fix udata response upon SRQ creation + - gpio: dwapb: Append MODULE_ALIAS for platform driver + - scsi: qedf: Fix crash when MFW calls for protocol stats while function is + still probing + - pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries + - virtiofs: schedule blocking async replies in separate worker + - arm64: dts: qcom: fix pm8150 gpio interrupts + - firmware: qcom_scm: fix bogous abuse of dma-direct internals + - staging: gasket: Fix mapping refcnt leak when put attribute fails + - staging: gasket: Fix mapping refcnt leak when register/store fails + - ALSA: usb-audio: Improve frames size computation + - ALSA: usb-audio: Fix racy list management in output queue + - s390/qdio: put thinint indicator after early error + - tty: hvc: Fix data abort due to race in hvc_open + - slimbus: ngd: get drvdata from correct device + - clk: meson: meson8b: Fix the first parent of vid_pll_in_sel + - clk: meson: meson8b: Fix the polarity of the RESET_N lines + - clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bits + - gpio: pca953x: fix handling of automatic address incrementing + - thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR + - clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers + - ASoC: max98373: reorder max98373_reset() in resume + - soundwire: slave: don't init debugfs on device registration error + - HID: intel-ish-hid: avoid bogus uninitialized-variable warning + - usb: dwc3: gadget: Properly handle ClearFeature(halt) + - usb: dwc3: gadget: Properly handle failed kick_transfer + - staging: wilc1000: Increase the size of wid_list array + - staging: sm750fb: add missing case while setting FB_VISUAL + - PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths + - i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output + - serial: amba-pl011: Make sure we initialize the port.lock spinlock + - drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a + driver developer is foolish + - PCI: rcar: Fix incorrect programming of OB windows + - PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges + - scsi: qla2xxx: Fix warning after FC target reset + - ALSA: firewire-lib: fix invalid assignment to union data for directional + parameter + - power: supply: lp8788: Fix an error handling path in + 'lp8788_charger_probe()' + - power: supply: smb347-charger: IRQSTAT_D is volatile + - ASoC: SOF: core: fix error return code in sof_probe_continue() + - arm64: dts: msm8996: Fix CSI IRQ types + - scsi: target: loopback: Fix READ with data and sensebytes + - scsi: mpt3sas: Fix double free warnings + - SoC: rsnd: add interrupt support for SSI BUSIF buffer + - ASoC: ux500: mop500: Fix some refcounted resources issues + - ASoC: ti: omap-mcbsp: Fix an error handling path in 'asoc_mcbsp_probe()' + - pinctrl: rockchip: fix memleak in rockchip_dt_node_to_map + - dlm: remove BUG() before panic() + - USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe() + - clk: ti: composite: fix memory leak + - PCI: Fix pci_register_host_bridge() device_register() error handling + - powerpc/64: Don't initialise init_task->thread.regs + - tty: n_gsm: Fix SOF skipping + - tty: n_gsm: Fix waking up upper tty layer when room available + - ALSA: usb-audio: Add duplex sound support for USB devices using implicit + feedback + - HID: Add quirks for Trust Panora Graphic Tablet + - PCI/PM: Assume ports without DLL Link Active train links in 100 ms + - habanalabs: increase timeout during reset + - ipmi: use vzalloc instead of kmalloc for user creation + - powerpc/64s/exception: Fix machine check no-loss idle wakeup + - powerpc/pseries/ras: Fix FWNMI_VALID off by one + - drivers: phy: sr-usb: do not use internal fsm for USB2 phy init + - powerpc/ps3: Fix kexec shutdown hang + - vfio-pci: Mask cap zero + - usb/ohci-platform: Fix a warning when hibernating + - drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocation + - ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT8-A tablet + - USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() + - tty: n_gsm: Fix bogus i++ in gsm_data_kick + - fpga: dfl: afu: Corrected error handling levels + - clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1 + - RDMA/hns: Bugfix for querying qkey + - RDMA/hns: Fix cmdq parameter of querying pf timer resource + - scsi: target: tcmu: Userspace must not complete queued commands + - firmware: imx: scu: Fix possible memory leak in imx_scu_probe() + - fuse: fix copy_file_range cache issues + - fuse: copy_file_range should truncate cache + - arm64: tegra: Fix ethernet phy-mode for Jetson Xavier + - arm64: tegra: Fix flag for 64-bit resources in 'ranges' property + - powerpc/64s/pgtable: fix an undefined behaviour + - dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone + - PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port + - PCI: dwc: Fix inner MSI IRQ domain registration + - PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link + - IB/cma: Fix ports memory leak in cma_configfs + - watchdog: da9062: No need to ping manually before setting timeout + - usb: dwc2: gadget: move gadget resume after the core is in L0 state + - USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in + s3c2410_udc_nuke + - usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check + - usb: gadget: fix potential double-free in m66592_probe. + - usb: gadget: Fix issue with config_ep_by_speed function + - scripts: headers_install: Exit with error on config leak + - RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove + - x86/apic: Make TSC deadline timer detection message visible + - mfd: stmfx: Reset chip on resume as supply was disabled + - mfd: stmfx: Fix stmfx_irq_init error path + - mfd: stmfx: Disable IRQ in suspend to avoid spurious interrupt + - powerpc/32s: Don't warn when mapping RO data ROX. + - ASoC: fix incomplete error-handling in img_i2s_in_probe. + - scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd() + - clk: bcm2835: Fix return type of bcm2835_register_gate + - scsi: ufs-qcom: Fix scheduling while atomic issue + - KVM: PPC: Book3S HV: Ignore kmemleak false positives + - KVM: PPC: Book3S: Fix some RCU-list locks + - clk: sprd: return correct type of value for _sprd_pll_recalc_rate + - clk: ast2600: Fix AHB clock divider for A1 + - misc: xilinx-sdfec: improve get_user_pages_fast() error handling + - /dev/mem: Revoke mappings when a driver claims the region + - net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' + - NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION + - of: Fix a refcounting bug in __of_attach_node_sysfs() + - input: i8042 - Remove special PowerPC handling + - powerpc/4xx: Don't unmap NULL mbase + - extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' + - ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failed + - vfio/mdev: Fix reference count leak in add_mdev_supported_type + - rtc: rv3028: Add missed check for devm_regmap_init_i2c() + - mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe() + - rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID + - openrisc: Fix issue with argument clobbering for clone/fork + - drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selection + - ceph: don't return -ESTALE if there's still an open file + - nfsd4: make drc_slab global, not per-net + - gfs2: Allow lock_nolock mount to specify jid=X + - scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj + - scsi: ufs: Don't update urgent bkops level when toggling auto bkops + - pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' + - pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' + - nfsd: safer handling of corrupted c_type + - drm/amd/display: Revalidate bandwidth before commiting DC updates + - crypto: omap-sham - add proper load balancing support for multicore + - geneve: change from tx_error to tx_dropped on missing metadata + - lib/zlib: remove outdated and incorrect pre-increment optimization + - include/linux/bitops.h: avoid clang shift-count-overflow warnings + - selftests/vm/pkeys: fix alloc_random_pkey() to make it really random + - blktrace: use errno instead of bi_status + - blktrace: fix endianness in get_pdu_int() + - blktrace: fix endianness for blk_log_remap() + - gfs2: fix use-after-free on transaction ail lists + - net: marvell: Fix OF_MDIO config check + - ntb_perf: pass correct struct device to dma_alloc_coherent + - ntb_tool: pass correct struct device to dma_alloc_coherent + - NTB: ntb_tool: reading the link file should not end in a NULL byte + - NTB: Revert the change to use the NTB device dev for DMA allocations + - NTB: perf: Don't require one more memory window than number of peers + - NTB: perf: Fix support for hardware that doesn't have port numbers + - NTB: perf: Fix race condition when run with ntb_test + - NTB: ntb_test: Fix bug when counting remote files + - i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n + - drivers/perf: hisi: Fix wrong value for all counters enable + - selftests/net: in timestamping, strncpy needs to preserve null byte + - f2fs: don't return vmalloc() memory from f2fs_kmalloc() + - afs: Fix memory leak in afs_put_sysnames() + - ASoC: core: only convert non DPCM link to DPCM link + - ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flags + - ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet + - ASoC: rt5645: Add platform-data for Asus T101HA + - bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg + - bpf, sockhash: Synchronize delete from bucket list on map free + - tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes + - drm/sun4i: hdmi ddc clk: Fix size of m divider + - libbpf: Handle GCC noreturn-turned-volatile quirk + - scsi: acornscsi: Fix an error handling path in acornscsi_probe() + - x86/idt: Keep spurious entries unset in system_vectors + - net/filter: Permit reading NET in load_bytes_relative when MAC not set + - nvme-pci: use simple suspend when a HMB is enabled + - nfs: set invalid blocks after NFSv4 writes + - xdp: Fix xsk_generic_xmit errno + - iavf: fix speed reporting over virtchnl + - bpf: Fix memlock accounting for sock_hash + - usb/xhci-plat: Set PM runtime as active on resume + - usb: host: ehci-platform: add a quirk to avoid stuck + - usb/ehci-platform: Set PM runtime as active on resume + - perf report: Fix NULL pointer dereference in + hists__fprintf_nr_sample_events() + - perf stat: Fix NULL pointer dereference + - ext4: stop overwrite the errcode in ext4_setup_super + - bcache: fix potential deadlock problem in btree_gc_coalesce + - powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL + - afs: Fix non-setting of mtime when writing into mmap + - afs: afs_write_end() should change i_size under the right lock + - afs: Fix EOF corruption + - afs: Always include dir in bulk status fetch from afs_do_lookup() + - afs: Set error flag rather than return error from file status decode + - afs: Fix the mapping of the UAEOVERFLOW abort code + - bnxt_en: Return from timer if interface is not in open state. + - scsi: ufs-bsg: Fix runtime PM imbalance on error + - block: Fix use-after-free in blkdev_get() + - mvpp2: remove module bugfix + - arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints + - drm: encoder_slave: fix refcouting error for modules + - ext4: fix partial cluster initialization when splitting extent + - ext4: avoid utf8_strncasecmp() with unstable name + - drm/dp_mst: Reformat drm_dp_check_act_status() a bit + - drm/qxl: Use correct notify port address when creating cursor ring + - drm/amdgpu: Replace invalid device ID with a valid device ID + - selinux: fix double free + - jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() + - ext4: avoid race conditions when remounting with options that change dax + - drm/dp_mst: Increase ACT retry timeout to 3s + - drm/amd/display: Use swap() where appropriate + - x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld + - block: nr_sects_write(): Disable preemption on seqcount write + - net/mlx5: DR, Fix freeing in dr_create_rc_qp() + - f2fs: split f2fs_d_compare() from f2fs_match_name() + - f2fs: avoid utf8_strncasecmp() with unstable name + - s390: fix syscall_get_error for compat processes + - drm/i915: Fix AUX power domain toggling across TypeC mode resets + - drm/msm: Check for powered down HW in the devfreq callbacks + - drm/i915/gem: Avoid iterating an empty list + - drm/i915: Whitelist context-local timestamp in the gen9 cmdparser + - drm/connector: notify userspace on hotplug after register complete + - drm/amd/display: Use kvfree() to free coeff in build_regamma() + - drm/i915/icl+: Fix hotplug interrupt disabling after storm detection + - Revert "drm/amd/display: disable dcn20 abm feature for bring up" + - crypto: algif_skcipher - Cap recv SG list at ctx->used + - crypto: algboss - don't wait during notifier callback + - tracing/probe: Fix memleak in fetch_op_data operations + - kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex + - kretprobe: Prevent triggering kretprobe from within kprobe_flush_task + - e1000e: Do not wake up the system via WOL if device wakeup is disabled + - net: octeon: mgmt: Repair filling of RX ring + - pwm: jz4740: Enhance precision in calculation of duty cycle + - sched/rt, net: Use CONFIG_PREEMPTION.patch + - net: core: device_rename: Use rwsem instead of a seqcount + - Linux 5.4.49 + * Computer is frozen after suspend (LP: #1867983) // Focal update: v5.4.49 + upstream stable release (LP: #1885322) + - libata: Use per port sync for detach + * Focal update: v5.4.48 upstream stable release (LP: #1885023) + - ACPI: GED: use correct trigger type field in _Exx / _Lxx handling + - drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4 + - ath10k: Fix the race condition in firmware dump work queue + - drm: bridge: adv7511: Extend list of audio sample rates + - media: staging: imgu: do not hold spinlock during freeing mmu page table + - media: imx: imx7-mipi-csis: Cleanup and fix subdev pad format handling + - crypto: ccp -- don't "select" CONFIG_DMADEVICES + - media: vicodec: Fix error codes in probe function + - media: si2157: Better check for running tuner in init + - objtool: Ignore empty alternatives + - spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices + - drm/amdgpu: Init data to avoid oops while reading pp_num_states. + - arm64/kernel: Fix range on invalidating dcache for boot page tables + - libbpf: Fix memory leak and possible double-free in hashmap__clear + - spi: pxa2xx: Apply CS clk quirk to BXT + - x86,smap: Fix smap_{save,restore}() alternatives + - sched/fair: Refill bandwidth before scaling + - net: atlantic: make hw_get_regs optional + - net: ena: fix error returning in ena_com_get_hash_function() + - efi/libstub/x86: Work around LLVM ELF quirk build regression + - ath10k: remove the max_sched_scan_reqs value + - arm64: cacheflush: Fix KGDB trap detection + - media: staging: ipu3: Fix stale list entries on parameter queue failure + - rtw88: fix an issue about leak system resources + - spi: dw: Zero DMA Tx and Rx configurations on stack + - ACPICA: Dispatcher: add status checks + - block: alloc map and request for new hardware queue + - arm64: insn: Fix two bugs in encoding 32-bit logical immediates + - block: reset mapping if failed to update hardware queue count + - drm: rcar-du: Set primary plane zpos immutably at initializing + - lockdown: Allow unprivileged users to see lockdown status + - ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K + - platform/x86: dell-laptop: don't register micmute LED if there is no token + - MIPS: Loongson: Build ATI Radeon GPU driver as module + - Bluetooth: Add SCO fallback for invalid LMP parameters error + - kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb + - kgdb: Prevent infinite recursive entries to the debugger + - pmu/smmuv3: Clear IRQ affinity hint on device removal + - ACPI/IORT: Fix PMCG node single ID mapping handling + - mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUs + - spi: dw: Enable interrupts in accordance with DMA xfer mode + - clocksource: dw_apb_timer: Make CPU-affiliation being optional + - clocksource: dw_apb_timer_of: Fix missing clockevent timers + - media: dvbdev: Fix tuner->demod media controller link + - btrfs: account for trans_block_rsv in may_commit_transaction + - btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums + - ARM: 8978/1: mm: make act_mm() respect THREAD_SIZE + - batman-adv: Revert "disable ethtool link speed detection when auto + negotiation off" + - ice: Fix memory leak + - ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFS + - mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC error + - Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe() + - spi: dw: Fix Rx-only DMA transfers + - x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit + - net: vmxnet3: fix possible buffer overflow caused by bad DMA value in + vmxnet3_get_rss() + - x86: fix vmap arguments in map_irq_stack + - staging: android: ion: use vmap instead of vm_map_ram + - ath10k: fix kernel null pointer dereference + - media: staging/intel-ipu3: Implement lock for stream on/off operations + - spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource + - brcmfmac: fix wrong location to get firmware feature + - regulator: qcom-rpmh: Fix typos in pm8150 and pm8150l + - tools api fs: Make xxx__mountpoint() more scalable + - e1000: Distribute switch variables for initialization + - dt-bindings: display: mediatek: control dpi pins mode to avoid leakage + - drm/mediatek: set dpi pin mode to gpio low to avoid leakage current + - audit: fix a net reference leak in audit_send_reply() + - media: dvb: return -EREMOTEIO on i2c transfer failure. + - media: platform: fcp: Set appropriate DMA parameters + - MIPS: Make sparse_init() using top-down allocation + - ath10k: add flush tx packets for SDIO chip + - Bluetooth: btbcm: Add 2 missing models to subver tables + - audit: fix a net reference leak in audit_list_rules_send() + - Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 + - dpaa2-eth: fix return codes used in ndo_setup_tc + - netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported + - selftests/bpf: Fix memory leak in extract_build_id() + - net: bcmgenet: set Rx mode before starting netif + - net: bcmgenet: Fix WoL with password after deep sleep + - lib/mpi: Fix 64-bit MIPS build with Clang + - exit: Move preemption fixup up, move blocking operations down + - sched/core: Fix illegal RCU from offline CPUs + - drivers/perf: hisi: Fix typo in events attribute array + - iocost_monitor: drop string wrap around numbers when outputting json + - net: lpc-enet: fix error return code in lpc_mii_init() + - selinux: fix error return code in policydb_read() + - drivers: net: davinci_mdio: fix potential NULL dereference in + davinci_mdio_probe() + - media: cec: silence shift wrapping warning in __cec_s_log_addrs() + - net: allwinner: Fix use correct return type for ndo_start_xmit() + - powerpc/spufs: fix copy_to_user while atomic + - libertas_tf: avoid a null dereference in pointer priv + - xfs: clean up the error handling in xfs_swap_extents + - Crypto/chcr: fix for ccm(aes) failed test + - MIPS: Truncate link address into 32bit for 32bit kernel + - mips: cm: Fix an invalid error code of INTVN_*_ERR + - kgdb: Fix spurious true from in_dbg_master() + - xfs: reset buffer write failure state on successful completion + - xfs: fix duplicate verification from xfs_qm_dqflush() + - platform/x86: intel-vbtn: Use acpi_evaluate_integer() + - platform/x86: intel-vbtn: Split keymap into buttons and switches parts + - platform/x86: intel-vbtn: Do not advertise switches to userspace if they are + not there + - platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and + "Portable" chassis-types + - iwlwifi: avoid debug max amsdu config overwriting itself + - nvme: refine the Qemu Identify CNS quirk + - nvme-pci: align io queue count with allocted nvme_queue in nvme_probe + - nvme-tcp: use bh_lock in data_ready + - ath10k: Remove msdu from idr when management pkt send fails + - wcn36xx: Fix error handling path in 'wcn36xx_probe()' + - net: qed*: Reduce RX and TX default ring count when running inside kdump + kernel + - drm/mcde: dsi: Fix return value check in mcde_dsi_bind() + - mt76: avoid rx reorder buffer overflow + - md: don't flush workqueue unconditionally in md_open + - raid5: remove gfp flags from scribble_alloc() + - iocost: don't let vrate run wild while there's no saturation signal + - veth: Adjust hard_start offset on redirect XDP frames + - net/mlx5e: IPoIB, Drop multicast packets that this interface sent + - rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup() + - mwifiex: Fix memory corruption in dump_station + - kgdboc: Use a platform device to handle tty drivers showing up late + - x86/boot: Correct relocation destination on old linkers + - sched: Defend cfs and rt bandwidth quota against overflow + - mips: MAAR: Use more precise address mask + - mips: Add udelay lpj numbers adjustment + - crypto: stm32/crc32 - fix ext4 chksum BUG_ON() + - crypto: stm32/crc32 - fix run-time self test issue. + - crypto: stm32/crc32 - fix multi-instance + - drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and + raven + - drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode + - selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o + - x86/mm: Stop printing BRK addresses + - MIPS: tools: Fix resource leak in elf-entry.c + - m68k: mac: Don't call via_flush_cache() on Mac IIfx + - btrfs: improve global reserve stealing logic + - btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new + qgroup + - macvlan: Skip loopback packets in RX handler + - PCI: Don't disable decoding when mmio_always_on is set + - MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe() + - bcache: fix refcount underflow in bcache_device_free() + - mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk + - staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc core + - mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc core + - ice: fix potential double free in probe unrolling + - ixgbe: fix signed-integer-overflow warning + - iwlwifi: mvm: fix aux station leak + - mmc: sdhci-esdhc-imx: fix the mask for tuning start point + - spi: dw: Return any value retrieved from the dma_transfer callback + - cpuidle: Fix three reference count leaks + - platform/x86: hp-wmi: Convert simple_strtoul() to kstrtou32() + - platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015) + - platform/x86: intel-vbtn: Only blacklist SW_TABLET_MODE on the 9 / "Laptop" + chasis-type + - platform/x86: asus_wmi: Reserve more space for struct bias_args + - libbpf: Fix perf_buffer__free() API for sparse allocs + - bpf: Fix map permissions check + - bpf: Refactor sockmap redirect code so its easy to reuse + - bpf: Fix running sk_skb program types with ktls + - selftests/bpf, flow_dissector: Close TAP device FD after the test + - kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE + - string.h: fix incompatibility between FORTIFY_SOURCE and KASAN + - btrfs: free alien device after device add + - btrfs: include non-missing as a qualifier for the latest_bdev + - btrfs: send: emit file capabilities after chown + - btrfs: force chunk allocation if our global rsv is larger than metadata + - btrfs: fix error handling when submitting direct I/O bio + - btrfs: fix wrong file range cleanup after an error filling dealloc range + - btrfs: fix space_info bytes_may_use underflow after nocow buffered write + - btrfs: fix space_info bytes_may_use underflow during space cache writeout + - powerpc/mm: Fix conditions to perform MMU specific management by blocks on + PPC32. + - mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() + - mm: initialize deferred pages with interrupts enabled + - mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in + deferred init + - mm: call cond_resched() from deferred_init_memmap() + - ima: Fix ima digest hash table key calculation + - ima: Switch to ima_hash_algo for boot aggregate + - ima: Evaluate error in init_ima() + - ima: Directly assign the ima_default_policy pointer to ima_rules + - ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init() + - ima: Remove __init annotation from ima_pcrread() + - evm: Fix possible memory leak in evm_calc_hmac_or_hash() + - ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max + - ext4: fix error pointer dereference + - ext4: fix race between ext4_sync_parent() and rename() + - PCI: Add ACS quirk for Intel Root Complex Integrated Endpoints + - PCI: Add Loongson vendor ID + - x86/amd_nb: Add AMD family 17h model 60h PCI IDs + - ima: Remove redundant policy rule set in add_rules() + - ima: Set again build_ima_appraise variable + - PCI: Program MPS for RCiEP devices + - e1000e: Relax condition to trigger reset for ME workaround + - carl9170: remove P2P_GO support + - media: go7007: fix a miss of snd_card_free + - media: cedrus: Program output format during each run + - serial: 8250: Avoid error message on reprobe + - Bluetooth: hci_bcm: fix freeing not-requested IRQ + - b43legacy: Fix case where channel status is corrupted + - b43: Fix connection problem with WPA3 + - b43_legacy: Fix connection problem with WPA3 + - media: ov5640: fix use of destroyed mutex + - clk: mediatek: assign the initial value to clk_init_data of mtk_mux + - hwmon: (k10temp) Add AMD family 17h model 60h PCI match + - EDAC/amd64: Add AMD family 17h model 60h PCI IDs + - power: vexpress: add suppress_bind_attrs to true + - power: supply: core: fix HWMON temperature labels + - power: supply: core: fix memory leak in HWMON error path + - pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210 + - pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs + - gnss: sirf: fix error return code in sirf_probe() + - sparc32: fix register window handling in genregs32_[gs]et() + - sparc64: fix misuses of access_process_vm() in genregs32_[sg]et() + - dm crypt: avoid truncating the logical block size + - alpha: fix memory barriers so that they conform to the specification + - powerpc/fadump: use static allocation for reserved memory ranges + - powerpc/fadump: consider reserved ranges while reserving memory + - powerpc/fadump: Account for memory_limit while reserving memory + - kernel/cpu_pm: Fix uninitted local in cpu_pm + - ARM: tegra: Correct PL310 Auxiliary Control Register initialization + - soc/tegra: pmc: Select GENERIC_PINCONF + - ARM: dts: exynos: Fix GPIO polarity for thr GalaxyS3 CM36651 sensor's bus + - ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin + - ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on Aries + - drivers/macintosh: Fix memleak in windfarm_pm112 driver + - powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUG + - powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END + - powerpc/kasan: Fix shadow pages allocation failure + - powerpc/32: Disable KASAN with pages bigger than 16k + - powerpc/64s: Don't let DT CPU features set FSCR_DSCR + - powerpc/64s: Save FSCR to init_task.thread.fscr after feature init + - kbuild: force to build vmlinux if CONFIG_MODVERSION=y + - sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate + registrations. + - sunrpc: clean up properly in gss_mech_unregister() + - mtd: rawnand: Fix nand_gpio_waitrdy() + - mtd: rawnand: onfi: Fix redundancy detection check + - mtd: rawnand: brcmnand: fix hamming oob layout + - mtd: rawnand: diskonchip: Fix the probe error path + - mtd: rawnand: sharpsl: Fix the probe error path + - mtd: rawnand: ingenic: Fix the probe error path + - mtd: rawnand: xway: Fix the probe error path + - mtd: rawnand: orion: Fix the probe error path + - mtd: rawnand: socrates: Fix the probe error path + - mtd: rawnand: oxnas: Fix the probe error path + - mtd: rawnand: sunxi: Fix the probe error path + - mtd: rawnand: plat_nand: Fix the probe error path + - mtd: rawnand: pasemi: Fix the probe error path + - mtd: rawnand: mtk: Fix the probe error path + - mtd: rawnand: tmio: Fix the probe error path + - w1: omap-hdq: cleanup to add missing newline for some dev_dbg + - f2fs: fix checkpoint=disable:%u%% + - perf probe: Do not show the skipped events + - perf probe: Fix to check blacklist address correctly + - perf probe: Check address correctness by map instead of _etext + - perf symbols: Fix debuginfo search for Ubuntu + - perf symbols: Fix kernel maps for kcore and eBPF + - Linux 5.4.48 + * The thread level parallelism would be a bottleneck when searching for the + shared pmd by using hugetlbfs (LP: #1882039) + - hugetlbfs: take read_lock on i_mmap for PMD sharing + * Support Audio Mute LED for two new HP laptops (LP: #1884251) + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems + * Focal update: v5.4.47 upstream stable release (LP: #1884089) + - ipv6: fix IPV6_ADDRFORM operation logic + - mlxsw: core: Use different get_trend() callbacks for different thermal zones + - net_failover: fixed rollback in net_failover_open() + - tun: correct header offsets in napi frags mode + - bridge: Avoid infinite loop when suppressing NS messages with invalid + options + - vxlan: Avoid infinite loop when suppressing NS messages with invalid options + - bpf: Support llvm-objcopy for vmlinux BTF + - elfnote: mark all .note sections SHF_ALLOC + - Input: mms114 - fix handling of mms345l + - ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook + - sched/fair: Don't NUMA balance for kthreads + - Input: synaptics - add a second working PNP_ID for Lenovo T470s + - csky: Fixup abiv2 syscall_trace break a4 & a5 + - gfs2: Even more gfs2_find_jhead fixes + - drivers/net/ibmvnic: Update VNIC protocol version reporting + - powerpc/xive: Clear the page tables for the ESB IO mapping + - spi: dw: Fix native CS being unset + - ath9k_htc: Silence undersized packet warnings + - smack: avoid unused 'sip' variable warning + - RDMA/uverbs: Make the event_queue fds return POLLERR when disassociated + - padata: add separate cpuhp node for CPUHP_PADATA_DEAD + - s390/pci: Log new handle in clp_disable_fh() + - x86/cpu/amd: Make erratum #1054 a legacy erratum + - KVM: x86: only do L1TF workaround on affected processors + - PCI/PM: Adjust pcie_wait_for_link_delay() for caller delay + - perf probe: Accept the instance number of kretprobe event + - mm: add kvfree_sensitive() for freeing sensitive data objects + - selftests: fix flower parent qdisc + - fanotify: fix ignore mask logic for events on child and on dir + - aio: fix async fsync creds + - ipv4: fix a RCU-list lock in fib_triestat_seq_show + - iwlwifi: mvm: fix NVM check for 3168 devices + - sctp: fix possibly using a bad saddr with a given dst + - sctp: fix refcount bug in sctp_wfree + - x86_64: Fix jiffies ODR violation + - x86/PCI: Mark Intel C620 MROMs as having non-compliant BARs + - x86/speculation: Prevent rogue cross-process SSBD shutdown + - x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced + IBRS. + - x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches. + - x86/reboot/quirks: Add MacBook6,1 reboot quirk + - perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel + Tremont + - KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated + - KVM: x86: respect singlestep when emulating instruction + - KVM: x86: Fix APIC page invalidation race + - powerpc/ptdump: Properly handle non standard page size + - ASoC: max9867: fix volume controls + - io_uring: use kvfree() in io_sqe_buffer_register() + - efi/efivars: Add missing kobject_put() in sysfs entry creation error path + - smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64K + - smb3: add indatalen that can be a non-zero value to calculation of credit + charge in smb2 ioctl + - watchdog: imx_sc_wdt: Fix reboot on crash + - ALSA: es1688: Add the missed snd_card_free() + - ALSA: fireface: fix configuration error for nominal sampling transfer + frequency + - ALSA: hda/realtek - add a pintbl quirk for several Lenovo machines + - ALSA: pcm: disallow linking stream to itself + - ALSA: pcm: fix snd_pcm_link() lockdep splat + - ALSA: usb-audio: Fix inconsistent card PM state after resume + - ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt + Dock + - ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile() + - ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe() + - ACPI: GED: add support for _Exx / _Lxx handler methods + - ACPI: PM: Avoid using power resources if there are none for D0 + - arm64: acpi: fix UBSAN warning + - lib/lzo: fix ambiguous encoding bug in lzo-rle + - nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() + - spi: dw: Fix controller unregister order + - spi: Fix controller unregister order + - spi: pxa2xx: Fix controller unregister order + - spi: pxa2xx: Fix runtime PM ref imbalance on probe error + - spi: bcm2835: Fix controller unregister order + - spi: bcm2835aux: Fix controller unregister order + - spi: bcm-qspi: Handle clock probe deferral + - spi: bcm-qspi: when tx/rx buffer is NULL set to 0 + - PM: runtime: clk: Fix clk_pm_runtime_get() error path + - gup: document and work around "COW can break either way" issue + - crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is + fully iterated + - crypto: algapi - Avoid spurious modprobe on LOADED + - crypto: drbg - fix error return code in drbg_alloc_state() + - x86/{mce,mm}: Unmap the entire page if the whole page is affected and + poisoned + - firmware: imx: warn on unexpected RX + - firmware: imx-scu: Support one TX and one RX + - firmware: imx: scu: Fix corruption of header + - crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() + - crypto: virtio: Fix src/dst scatterlist calculation in + __virtio_crypto_skcipher_do_req() + - crypto: virtio: Fix dest length calculation in + __virtio_crypto_skcipher_do_req() + - dccp: Fix possible memleak in dccp_init and dccp_fini + - selftests/net: in rxtimestamp getopt_long needs terminating null entry + - net/mlx5: drain health workqueue in case of driver load error + - net/mlx5: Fix fatal error handling during device load + - net/mlx5e: Fix repeated XSK usage on one channel + - ovl: initialize error in ovl_copy_xattr + - proc: Use new_inode not new_inode_pseudo + - remoteproc: Fall back to using parent memory pool if no dedicated available + - remoteproc: Fix and restore the parenting hierarchy for vdev + - cpufreq: Fix up cpufreq_boost_set_sw() + - EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enable + - video: vt8500lcdfb: fix fallthrough warning + - video: fbdev: w100fb: Fix a potential double free. + - KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 + - KVM: nSVM: fix condition for filtering async PF + - KVM: nSVM: leave ASID aside in copy_vmcb_control_area + - KVM: nVMX: Consult only the "basic" exit reason when routing nested exit + - KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data) + - KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits + - KVM: arm64: Stop writing aarch32's CSSELR into ACTLR + - KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts + - scsi: megaraid_sas: TM command refire leads to controller firmware crash + - scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4type + - selftests/ftrace: Return unsupported if no error_log file + - ath9k: Fix use-after-free Read in htc_connect_service + - ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rx + - ath9k: Fix use-after-free Write in ath9k_htc_rx_msg + - ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb + - ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb + - Smack: slab-out-of-bounds in vsscanf + - drm/vkms: Hold gem object while still in-use + - mm/slub: fix a memory leak in sysfs_slab_add() + - fat: don't allow to mount if the FAT length == 0 + - perf: Add cond_resched() to task_function_call() + - agp/intel: Reinforce the barrier after GTT updates + - mmc: sdhci-msm: Clear tuning done flag while hs400 tuning + - mmc: mmci_sdmmc: fix DMA API warning overlapping mappings + - mmc: tmio: Further fixup runtime PM management at remove + - mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe() + - ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description + - mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card() + - mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card() + - block/floppy: fix contended case in floppy_queue_rq() + - xen/pvcalls-back: test for errors when calling backend_connect() + - KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception + - KVM: arm64: Save the host's PtrAuth keys in non-preemptible context + - Linux 5.4.47 + * apparmor reference leak causes refcount_t overflow with af_alg_accept() + (LP: #1883962) + - apparmor: check/put label on apparmor_sk_clone_security() + * Focal update: v5.4.46 upstream stable release (LP: #1883184) + - devinet: fix memleak in inetdev_init() + - l2tp: add sk_family checks to l2tp_validate_socket + - l2tp: do not use inet_hash()/inet_unhash() + - net/mlx5: Fix crash upon suspend/resume + - net: stmmac: enable timestamp snapshot for required PTP packets in dwmac + v5.10a + - net: usb: qmi_wwan: add Telit LE910C1-EUX composition + - NFC: st21nfca: add missed kfree_skb() in an error path + - nfp: flower: fix used time of merge flow statistics + - vsock: fix timeout in vsock_accept() + - net: check untrusted gso_size at kernel entry + - net: be more gentle about silly gso requests coming from user + - USB: serial: qcserial: add DW5816e QDL support + - USB: serial: usb_wwan: do not resubmit rx urb on fatal errors + - USB: serial: option: add Telit LE910C1-EUX compositions + - USB: serial: ch341: add basis for quirk detection + - iio:chemical:sps30: Fix timestamp alignment + - iio: vcnl4000: Fix i2c swapped word reading. + - iio:chemical:pms7003: Fix timestamp alignment and prevent data leak. + - iio: adc: stm32-adc: fix a wrong error message when probing interrupts + - usb: musb: start session in resume for host port + - usb: musb: Fix runtime PM imbalance on error + - vt: keyboard: avoid signed integer overflow in k_ascii + - tty: hvc_console, fix crashes on parallel open/close + - staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK + - CDC-ACM: heed quirk also in error handling + - nvmem: qfprom: remove incorrect write support + - uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly + aligned + - Revert "net/mlx5: Annotate mutex destroy for root ns" + - Linux 5.4.46 + * Focal update: v5.4.45 upstream stable release (LP: #1882802) + - mm: Fix mremap not considering huge pmd devmap + - HID: sony: Fix for broken buttons on DS3 USB dongles + - HID: multitouch: enable multi-input as a quirk for some devices + - HID: i2c-hid: add Schneider SCL142ALM to descriptor override + - p54usb: add AirVasT USB stick device-id + - mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter + - mmc: fix compilation of user API + - media: Revert "staging: imgu: Address a compiler warning on alignment" + - media: staging: ipu3-imgu: Move alignment attribute to field + - scsi: ufs: Release clock if DMA map fails + - net: dsa: mt7530: set CPU port to fallback mode + - airo: Fix read overflows sending packets + - RDMA/qedr: Fix qpids xarray api used + - RDMA/qedr: Fix synchronization methods and memory leaks in qedr + - ARC: Fix ICCM & DCCM runtime size checks + - ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT + - evm: Fix RCU list related warnings + - scsi: pm: Balance pm_only counter of request queue during system resume + - i2c: altera: Fix race between xfer_msg and isr thread + - io_uring: initialize ctx->sqo_wait earlier + - x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables + - net: bmac: Fix read of MAC address from ROM + - drm/edid: Add Oculus Rift S to non-desktop list + - s390/mm: fix set_huge_pte_at() for empty ptes + - null_blk: return error for invalid zone size + - net/ethernet/freescale: rework quiesce/activate for ucc_geth + - net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x + - selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer + - net: smsc911x: Fix runtime PM imbalance on error + - Linux 5.4.45 + + -- Ian May Tue, 11 Aug 2020 16:20:45 -0500 + +linux-aws (5.4.0-1021.21) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1021.21 -proposed tracker (LP: #1888811) + + * xen-netfront: potential deadlock in xennet_remove() (LP: #1888510) + - SAUCE: xen-netfront: fix potential deadlock in xennet_remove() + + -- Stefan Bader Fri, 24 Jul 2020 11:24:21 +0200 + +linux-aws (5.4.0-1020.20) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1020.20 -proposed tracker (LP: #1887058) + + [ Ubuntu: 5.4.0-42.46 ] + + * focal/linux: 5.4.0-42.46 -proposed tracker (LP: #1887069) + * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668) + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups" + + -- Khalid Elmously Fri, 10 Jul 2020 01:33:58 -0400 + +linux-aws (5.4.0-1019.19) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1019.19 -proposed tracker (LP: #1885843) + + [ Ubuntu: 5.4.0-41.45 ] + + * focal/linux: 5.4.0-41.45 -proposed tracker (LP: #1885855) + * Packaging resync (LP: #1786013) + - update dkms package versions + * CVE-2019-19642 + - kernel/relay.c: handle alloc_percpu returning NULL in relay_open + * CVE-2019-16089 + - SAUCE: nbd_genl_status: null check for nla_nest_start + * CVE-2020-11935 + - aufs: do not call i_readcount_inc() + * ip_defrag.sh in net from ubuntu_kernel_selftests failed with 5.0 / 5.3 / 5.4 + kernel (LP: #1826848) + - selftests: net: ip_defrag: ignore EPERM + * Update lockdown patches (LP: #1884159) + - SAUCE: acpi: disallow loading configfs acpi tables when locked down + * seccomp_bpf fails on powerpc (LP: #1885757) + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc + * Introduce the new NVIDIA 418-server and 440-server series, and update the + current NVIDIA drivers (LP: #1881137) + - [packaging] add signed modules for the 418-server and the 440-server + flavours + + -- Ian May Mon, 06 Jul 2020 11:00:46 -0500 + +linux-aws (5.4.0-1018.18) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1016.16 -proposed tracker (LP: #1882686) + + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - [Config] aws: do not enable amd renoir ASoC audio + + * Focal update: v5.4.42 upstream stable release (LP: #1879759) + - [Config] updateconfigs for CC_HAS_WARN_MAYBE_UNINITIALIZED + + * linux-aws: Xen / hibernation: xen-netfront panic + resume hangs + (LP: #1881869) + - Revert "UBUNTU SAUCE [aws]: xen: Only restore the ACPI SCI interrupt in + xen_restore_pirqs." + - Revert "UBUNTU SAUCE [aws]: xen: restore pirqs on resume from hibernation." + - Revert "UBUNTU SAUCE [aws]: block: xen-blkfront: consider new dom0 features + on restore" + - Revert "UBUNTU SAUCE [aws]: ACPICA: Enable sleep button on ACPI legacy wake" + - Revert "UBUNTU SAUCE [aws]: mm: swap: improve swap readahead heuristic" + - Revert "UBUNTU SAUCE [aws] PM / hibernate: reduce memory pressure during + image writing" + - Revert "UBUNTU: SAUCE [aws] x86/xen: close event channels for PIRQs in + system core suspend callback" + - Revert "UBUNTU: SAUCE [aws] xen/events: add xen_shutdown_pirqs helper + function" + - Revert "UBUNTU: SAUCE [aws] x86/xen: save and restore steal clock" + - Revert "UBUNTU: SAUCE [aws] xen-time-introduce-xen_-save-restore- + _steal_clock" + - Revert "UBUNTU: SAUCE [aws] xen-netfront: add callbacks for PM suspend and + hibernation support" + - Revert "UBUNTU: SAUCE [aws] x86/xen: add system core suspend and resume + callbacks" + - Revert "UBUNTU: SAUCE [aws] x86/xen: Introduce new function to map + HYPERVISOR_shared_info on Resume" + - Revert "UBUNTU: SAUCE: xen-blkfront: Fixed blkfront_restore to remove a call + to negotiate_mq" + - Revert "UBUNTU: SAUCE: xen-blkfront: add callbacks for PM suspend and + hibernation" + - Revert "UBUNTU: SAUCE: xenbus: add freeze/thaw/restore callbacks support" + - Revert "UBUNTU: SAUCE: xen/manage: introduce helper function to know the on- + going suspend mode" + - Revert "UBUNTU: SAUCE: xen/manage: keep track of the on-going suspend mode" + - xen/blkfront: fix ring info addressing + - [Config] aws: compile xen-netfront as module + - SAUCE: mm: swap: properly update readahead statistics in unuse_pte_range() + - UBUNTU SAUCE [aws]: mm: swap: increase default swap readahead size + - [Config] aws: compile xen-netfront as module (update the right config) + + * Restore request-based mode to xen-blkfront for AWS kernels (LP: #1801305) + - SAUCE: xen/manage: keep track of the on-going suspend mode + - SAUCE: xenbus: add freeze/thaw/restore callbacks support + - SAUCE: x86/xen: Introduce new function to map HYPERVISOR_shared_info on + Resume + - SAUCE: x86/xen: add system core suspend and resume callbacks + - SAUCE: genirq: Shutdown irq chips in suspend/resume during hibernation + - SAUCE: xen-blkfront: add callbacks for PM suspend and hibernation + - SAUCE: xen-netfront: add callbacks for PM suspend and hibernation + - SAUCE: xen/time: introduce xen_{save,restore}_steal_clock + - SAUCE: x86/xen: save and restore steal clock + - SAUCE: xen: Introduce wrapper for save/restore sched clock offset + - SAUCE: xen: Update sched clock offset to avoid system instability in + hibernation + + * Binder and ashmem drivers are missing from AWS kernel (LP: #1876165) + - [Config] enable binder and ashmem as modules + + * aws: disable CONFIG_DMA_CMA (LP: #1879711) + - [Config] aws: disable CONFIG_DMA_CMA + + * Miscellaneous Ubuntu changes + - [Config] aws: update modules list + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] aws: compile xen-netfront as module" + + [ Ubuntu: 5.4.0-40.44 ] + + * linux-oem-5.6-tools-common and -tools-host should be dropped (LP: #1881120) + - [Packaging] Add Conflicts/Replaces to remove linux-oem-5.6-tools-common and + -tools-host + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691) + - e1000e: Disable TSO for buffer overrun workaround + * CVE-2020-0543 + - UBUNTU/SAUCE: x86/speculation/srbds: do not try to turn mitigation off when + not supported + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147) + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before + association for 11N chip" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being + connected" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support" + - rtw88: add a debugfs entry to dump coex's info + - rtw88: add a debugfs entry to enable/disable coex mechanism + - rtw88: 8723d: Add coex support + - SAUCE: rtw88: coex: 8723d: set antanna control owner + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier + * CPU stress test fails with focal kernel (LP: #1867900) + - [Config] Disable hisi_sec2 temporarily + * Enforce all config annotations (LP: #1879327) + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE + - [Config]: prepare to enforce all + - [Config]: enforce all config options + * Focal update: v5.4.44 upstream stable release (LP: #1881927) + - ax25: fix setsockopt(SO_BINDTODEVICE) + - dpaa_eth: fix usage as DSA master, try 3 + - net: don't return invalid table id error when we fall back to PF_UNSPEC + - net: dsa: mt7530: fix roaming from DSA user ports + - net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend + - __netif_receive_skb_core: pass skb by reference + - net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* + - net: ipip: fix wrong address family in init error path + - net/mlx5: Add command entry handling completion + - net: mvpp2: fix RX hashing for non-10G ports + - net: nlmsg_cancel() if put fails for nhmsg + - net: qrtr: Fix passing invalid reference to qrtr_local_enqueue() + - net: revert "net: get rid of an signed integer overflow in + ip_idents_reserve()" + - net sched: fix reporting the first-time use timestamp + - net/tls: fix race condition causing kernel panic + - nexthop: Fix attribute checking for groups + - r8152: support additional Microsoft Surface Ethernet Adapter variant + - sctp: Don't add the shutdown timer if its already been added + - sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and + socket is closed + - tipc: block BH before using dst_cache + - net/mlx5e: kTLS, Destroy key object after destroying the TIS + - net/mlx5e: Fix inner tirs handling + - net/mlx5: Fix memory leak in mlx5_events_init + - net/mlx5e: Update netdev txq on completions during closure + - net/mlx5: Fix error flow in case of function_setup failure + - net/mlx5: Annotate mutex destroy for root ns + - net/tls: fix encryption error checking + - net/tls: free record only on encryption error + - net: sun: fix missing release regions in cas_init_one(). + - net/mlx4_core: fix a memory leak bug. + - mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload + fails + - ARM: dts: rockchip: fix phy nodename for rk3228-evb + - ARM: dts: rockchip: fix phy nodename for rk3229-xms6 + - arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts + - arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu node + - ARM: dts: rockchip: swap clock-names of gpu nodes + - ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi + - gpio: tegra: mask GPIO IRQs during IRQ shutdown + - ALSA: usb-audio: add mapping for ASRock TRX40 Creator + - net: microchip: encx24j600: add missed kthread_stop + - gfs2: move privileged user check to gfs2_quota_lock_check + - gfs2: Grab glock reference sooner in gfs2_add_revoke + - drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungate + - drm/amd/powerplay: perform PG ungate prior to CG ungate + - drm/amdgpu: Use GEM obj reference for KFD BOs + - cachefiles: Fix race between read_waiter and read_copier involving op->to_do + - usb: dwc3: pci: Enable extcon driver for Intel Merrifield + - usb: phy: twl6030-usb: Fix a resource leak in an error handling path in + 'twl6030_usb_probe()' + - usb: gadget: legacy: fix redundant initialization warnings + - net: freescale: select CONFIG_FIXED_PHY where needed + - IB/i40iw: Remove bogus call to netdev_master_upper_dev_get() + - riscv: stacktrace: Fix undefined reference to `walk_stackframe' + - clk: ti: am33xx: fix RTC clock parent + - csky: Fixup msa highest 3 bits mask + - csky: Fixup perf callchain unwind + - csky: Fixup remove duplicate irq_disable + - hwmon: (nct7904) Fix incorrect range of temperature limit registers + - cifs: Fix null pointer check in cifs_read + - csky: Fixup raw_copy_from_user() + - samples: bpf: Fix build error + - drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c + - Input: usbtouchscreen - add support for BonXeon TP + - Input: evdev - call input_flush_device() on release(), not flush() + - Input: xpad - add custom init packet for Xbox One S controllers + - Input: dlink-dir685-touchkeys - fix a typo in driver name + - Input: i8042 - add ThinkPad S230u to i8042 reset list + - Input: synaptics-rmi4 - really fix attn_data use-after-free + - Input: synaptics-rmi4 - fix error return code in rmi_driver_probe() + - ARM: 8970/1: decompressor: increase tag size + - ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h + - ARM: uaccess: integrate uaccess_save and uaccess_restore + - ARM: uaccess: fix DACR mismatch with nested exceptions + - gpio: exar: Fix bad handling for ida_simple_get error path + - arm64: dts: mt8173: fix vcodec-enc clock + - soc: mediatek: cmdq: return send msg error code + - gpu/drm: Ingenic: Fix opaque pointer casted to wrong type + - IB/qib: Call kobject_put() when kobject_init_and_add() fails + - ARM: dts/imx6q-bx50v3: Set display interface clock parents + - ARM: dts: bcm2835-rpi-zero-w: Fix led polarity + - ARM: dts: bcm: HR2: Fix PPI interrupt types + - mmc: block: Fix use-after-free issue for rpmb + - gpio: pxa: Fix return value of pxa_gpio_probe() + - gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe() + - RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe() + - ALSA: hwdep: fix a left shifting 1 by 31 UB bug + - ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaround + - ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC + - exec: Always set cap_ambient in cap_bprm_set_creds + - clk: qcom: gcc: Fix parent for gpll0_out_even + - ALSA: usb-audio: Quirks for Gigabyte TRX40 Aorus Master onboard audio + - ALSA: hda/realtek - Add new codec supported for ALC287 + - libceph: ignore pool overlay and cache logic on redirects + - ceph: flush release queue when handling caps for unknown inode + - RDMA/core: Fix double destruction of uobject + - drm/amd/display: drop cursor position check in atomic test + - IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode + - mm,thp: stop leaking unreleased file pages + - mm: remove VM_BUG_ON(PageSlab()) from page_mapcount() + - fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() + - include/asm-generic/topology.h: guard cpumask_of_node() macro argument + - Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and + REQ_NOWAIT" + - gpio: fix locking open drain IRQ lines + - iommu: Fix reference count leak in iommu_group_alloc. + - parisc: Fix kernel panic in mem_init() + - cfg80211: fix debugfs rename crash + - x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long" + - mac80211: mesh: fix discovery timer re-arming issue / crash + - x86/dma: Fix max PFN arithmetic overflow on 32 bit systems + - copy_xstate_to_kernel(): don't leave parts of destination uninitialized + - xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input + - xfrm: do pskb_pull properly in __xfrm_transport_prep + - xfrm: remove the xfrm_state_put call becofe going to out_reset + - xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output + - xfrm interface: fix oops when deleting a x-netns interface + - xfrm: fix a warning in xfrm_policy_insert_list + - xfrm: fix a NULL-ptr deref in xfrm_local_error + - xfrm: fix error in comment + - ip_vti: receive ipip packet by calling ip_tunnel_rcv + - netfilter: nft_reject_bridge: enable reject with bridge vlan + - netfilter: ipset: Fix subcounter update skip + - netfilter: conntrack: make conntrack userspace helpers work again + - netfilter: nfnetlink_cthelper: unbreak userspace helper support + - netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code + - esp6: get the right proto for transport mode in esp6_gso_encap + - bnxt_en: Fix accumulation of bp->net_stats_prev. + - ieee80211: Fix incorrect mask for default PE duration + - xsk: Add overflow check for u64 division, stored into u32 + - qlcnic: fix missing release in qlcnic_83xx_interrupt_test. + - crypto: chelsio/chtls: properly set tp->lsndtime + - nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry + - nexthops: don't modify published nexthop groups + - nexthop: Expand nexthop_is_multipath in a few places + - ipv4: nexthop version of fib_info_nh_uses_dev + - net: dsa: declare lockless TX feature for slave ports + - bonding: Fix reference count leak in bond_sysfs_slave_add. + - netfilter: conntrack: comparison of unsigned in cthelper confirmation + - netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update + - netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build + - perf: Make perf able to build with latest libbfd + - Linux 5.4.44 + * Focal update: v5.4.43 upstream stable release (LP: #1881178) + - i2c: dev: Fix the race between the release of i2c_dev and cdev + - KVM: SVM: Fix potential memory leak in svm_cpu_init() + - ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash() + - evm: Check also if *tfm is an error pointer in init_desc() + - ima: Fix return value of ima_write_policy() + - ubifs: fix wrong use of crypto_shash_descsize() + - ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive + - mtd: spinand: Propagate ECC information to the MTD structure + - fix multiplication overflow in copy_fdtable() + - ubifs: remove broken lazytime support + - i2c: fix missing pm_runtime_put_sync in i2c_device_probe + - iommu/amd: Fix over-read of ACPI UID from IVRS table + - evm: Fix a small race in init_desc() + - i2c: mux: demux-pinctrl: Fix an error handling path in + 'i2c_demux_pinctrl_probe()' + - ubi: Fix seq_file usage in detailed_erase_block_info debugfs file + - afs: Don't unlock fetched data pages until the op completes successfully + - mtd: Fix mtd not registered due to nvmem name collision + - kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check + - net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report() + - gcc-common.h: Update for GCC 10 + - HID: multitouch: add eGalaxTouch P80H84 support + - HID: alps: Add AUI1657 device ID + - HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY instead + - scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV + - scsi: qla2xxx: Delete all sessions before unregister local nvme port + - configfs: fix config_item refcnt leak in configfs_rmdir() + - vhost/vsock: fix packet delivery order to monitoring devices + - aquantia: Fix the media type of AQC100 ethernet controller in the driver + - component: Silence bind error on -EPROBE_DEFER + - net/ena: Fix build warning in ena_xdp_set() + - scsi: ibmvscsi: Fix WARN_ON during event pool release + - HID: i2c-hid: reset Synaptics SYNA2393 on resume + - x86/mm/cpa: Flush direct map alias during cpa + - ibmvnic: Skip fatal error reset after passive init + - x86/apic: Move TSC deadline timer debug printk + - gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp() + - HID: quirks: Add HID_QUIRK_NO_INIT_REPORTS quirk for Dell K12A keyboard-dock + - ceph: fix double unlock in handle_cap_export() + - stmmac: fix pointer check after utilization in stmmac_interrupt + - USB: core: Fix misleading driver bug report + - platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA + - iommu/amd: Call domain_flush_complete() in update_domain() + - drm/amd/display: Prevent dpcd reads with passive dongles + - KVM: selftests: Fix build for evmcs.h + - ARM: futex: Address build warning + - scripts/gdb: repair rb_first() and rb_last() + - ALSA: hda - constify and cleanup static NodeID tables + - ALSA: hda: patch_realtek: fix empty macro usage in if block + - ALSA: hda: Manage concurrent reg access more properly + - ALSA: hda/realtek - Add supported new mute Led for HP + - ALSA: hda/realtek - Add HP new mute led supported for ALC236 + - ALSA: hda/realtek: Add quirk for Samsung Notebook + - ALSA: hda/realtek - Enable headset mic of ASUS GL503VM with ALC295 + - ALSA: hda/realtek - Enable headset mic of ASUS UX550GE with ALC295 + - ALSA: hda/realtek: Enable headset mic of ASUS UX581LV with ALC295 + - KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c + - ALSA: iec1712: Initialize STDSP24 properly when using the model=staudio + option + - ALSA: pcm: fix incorrect hw_base increase + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Xtreme + - ALSA: hda/realtek - Add more fixup entries for Clevo machines + - scsi: qla2xxx: Do not log message when reading port speed via sysfs + - scsi: target: Put lun_ref at end of tmr processing + - arm64: Fix PTRACE_SYSEMU semantics + - drm/etnaviv: fix perfmon domain interation + - apparmor: Fix aa_label refcnt leak in policy_update + - dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' + - drm/etnaviv: Fix a leak in submit_pin_objects() + - dmaengine: dmatest: Restore default for channel + - dmaengine: owl: Use correct lock in owl_dma_get_pchan() + - vsprintf: don't obfuscate NULL and error pointers + - drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of inheritance. + - drm/i915: Propagate error from completed fences + - powerpc: Remove STRICT_KERNEL_RWX incompatibility with RELOCATABLE + - powerpc/64s: Disable STRICT_KERNEL_RWX + - bpf: Avoid setting bpf insns pages read-only when prog is jited + - kbuild: Remove debug info from kallsyms linking + - Revert "gfs2: Don't demote a glock until its revokes are written" + - media: fdp1: Fix R-Car M3-N naming in debug message + - staging: iio: ad2s1210: Fix SPI reading + - staging: kpc2000: fix error return code in kp2000_pcie_probe() + - staging: greybus: Fix uninitialized scalar variable + - iio: sca3000: Remove an erroneous 'get_device()' + - iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()' + - iio: adc: ti-ads8344: Fix channel selection + - misc: rtsx: Add short delay after exit from ASPM + - tty: serial: add missing spin_lock_init for SiFive serial console + - mei: release me_cl object reference + - ipack: tpci200: fix error return code in tpci200_register() + - s390/kaslr: add support for R_390_JMP_SLOT relocation type + - device-dax: don't leak kernel memory to user space after unloading kmem + - rapidio: fix an error in get_user_pages_fast() error handling + - kasan: disable branch tracing for core runtime + - rxrpc: Fix the excessive initial retransmission timeout + - rxrpc: Fix a memory leak in rxkad_verify_response() + - s390/kexec_file: fix initrd location for kdump kernel + - flow_dissector: Drop BPF flow dissector prog ref on netns cleanup + - x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks + - iio: adc: stm32-adc: Use dma_request_chan() instead + dma_request_slave_channel() + - iio: adc: stm32-adc: fix device used to request dma + - iio: adc: stm32-dfsdm: Use dma_request_chan() instead + dma_request_slave_channel() + - iio: adc: stm32-dfsdm: fix device used to request dma + - rxrpc: Trace discarded ACKs + - rxrpc: Fix ack discard + - tpm: check event log version before reading final events + - sched/fair: Reorder enqueue/dequeue_task_fair path + - sched/fair: Fix reordering of enqueue/dequeue_task_fair() + - sched/fair: Fix enqueue_task_fair() warning some more + - Linux 5.4.43 + * Focal update: v5.4.42 upstream stable release (LP: #1879759) + - net: dsa: Do not make user port errors fatal + - shmem: fix possible deadlocks on shmlock_user_lock + - net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy. + - KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read + - gpio: pca953x: Fix pca953x_gpio_set_config + - SUNRPC: Add "@len" parameter to gss_unwrap() + - SUNRPC: Fix GSS privacy computation of auth->au_ralign + - net/sonic: Fix a resource leak in an error handling path in + 'jazz_sonic_probe()' + - net: moxa: Fix a potential double 'free_irq()' + - ftrace/selftests: workaround cgroup RT scheduling issues + - drop_monitor: work around gcc-10 stringop-overflow warning + - virtio-blk: handle block_device_operations callbacks after hot unplug + - sun6i: dsi: fix gcc-4.8 + - net_sched: fix tcm_parent in tc filter dump + - scsi: sg: add sg_remove_request in sg_write + - mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040 + - dpaa2-eth: properly handle buffer size restrictions + - net: fix a potential recursive NETDEV_FEAT_CHANGE + - netlabel: cope with NULL catmap + - net: phy: fix aneg restart in phy_ethtool_set_eee + - net: stmmac: fix num_por initialization + - pppoe: only process PADT targeted at local interfaces + - Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu" + - tcp: fix error recovery in tcp_zerocopy_receive() + - tcp: fix SO_RCVLOWAT hangs with fat skbs + - virtio_net: fix lockdep warning on 32 bit + - dpaa2-eth: prevent array underflow in update_cls_rule() + - hinic: fix a bug of ndo_stop + - net: dsa: loop: Add module soft dependency + - net: ipv4: really enforce backoff for redirects + - netprio_cgroup: Fix unlimited memory leak of v2 cgroups + - net: tcp: fix rx timestamp behavior for tcp_recvmsg + - nfp: abm: fix error return code in nfp_abm_vnic_alloc() + - r8169: re-establish support for RTL8401 chip version + - umh: fix memory leak on execve failure + - riscv: fix vdso build with lld + - dmaengine: pch_dma.c: Avoid data race between probe and irq handler + - dmaengine: mmp_tdma: Do not ignore slave config validation errors + - dmaengine: mmp_tdma: Reset channel error on release + - selftests/ftrace: Check the first record for kprobe_args_type.tc + - cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode once + - ALSA: hda/hdmi: fix race in monitor detection during probe + - drm/amd/powerplay: avoid using pm_en before it is initialized revised + - drm/amd/display: check if REFCLK_CNTL register is present + - drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1 + - drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper() + - drm/amdgpu: simplify padding calculations (v2) + - drm/amdgpu: invalidate L2 before SDMA IBs (v2) + - ipc/util.c: sysvipc_find_ipc() incorrectly updates position index + - gfs2: Another gfs2_walk_metadata fix + - mmc: sdhci-pci-gli: Fix no irq handler from suspend + - IB/hfi1: Fix another case where pq is left on waitlist + - ACPI: EC: PM: Avoid premature returns from acpi_s2idle_wake() + - pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H + - pinctrl: baytrail: Enable pin configuration setting for GPIO chip + - pinctrl: qcom: fix wrong write in update_dual_edge + - pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler + - bpf: Fix error return code in map_lookup_and_delete_elem() + - ALSA: firewire-lib: fix 'function sizeof not defined' error of tracepoints + format + - i40iw: Fix error handling in i40iw_manage_arp_cache() + - drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabled + - bpf, sockmap: msg_pop_data can incorrecty set an sge length + - bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size + - mmc: alcor: Fix a resource leak in the error path for ->probe() + - mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows 10 + - mmc: core: Check request type before completing the request + - mmc: core: Fix recursive locking issue in CQE recovery path + - mmc: block: Fix request completion in the CQE timeout path + - gfs2: More gfs2_find_jhead fixes + - fork: prevent accidental access to clone3 features + - drm/amdgpu: force fbdev into vram + - NFS: Fix fscache super_cookie index_key from changing after umount + - nfs: fscache: use timespec64 in inode auxdata + - NFSv4: Fix fscache cookie aux_data to ensure change_attr is included + - netfilter: conntrack: avoid gcc-10 zero-length-bounds warning + - drm/i915/gvt: Fix kernel oops for 3-level ppgtt guest + - arm64: fix the flush_icache_range arguments in machine_kexec + - nfs: fix NULL deference in nfs4_get_valid_delegation + - SUNRPC: Signalled ASYNC tasks need to exit + - netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start() + - netfilter: nft_set_rbtree: Add missing expired checks + - RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info() + - IB/mlx4: Test return value of calls to ib_get_cached_pkey + - IB/core: Fix potential NULL pointer dereference in pkey cache + - RDMA/core: Fix double put of resource + - RDMA/iw_cxgb4: Fix incorrect function parameters + - hwmon: (da9052) Synchronize access with mfd + - s390/ism: fix error return code in ism_probe() + - mm, memcg: fix inconsistent oom event behavior + - NFSv3: fix rpc receive buffer size for MOUNT call + - pnp: Use list_for_each_entry() instead of open coding + - net/rds: Use ERR_PTR for rds_message_alloc_sgs() + - Stop the ad-hoc games with -Wno-maybe-initialized + - [Config] updateconfigs for CC_HAS_WARN_MAYBE_UNINITIALIZED + - gcc-10: disable 'zero-length-bounds' warning for now + - gcc-10: disable 'array-bounds' warning for now + - gcc-10: disable 'stringop-overflow' warning for now + - gcc-10: disable 'restrict' warning for now + - gcc-10 warnings: fix low-hanging fruit + - gcc-10: mark more functions __init to avoid section mismatch warnings + - gcc-10: avoid shadowing standard library 'free()' in crypto + - usb: usbfs: correct kernel->user page attribute mismatch + - USB: usbfs: fix mmap dma mismatch + - ALSA: hda/realtek - Limit int mic boost for Thinkpad T530 + - ALSA: hda/realtek - Add COEF workaround for ASUS ZenBook UX431DA + - ALSA: rawmidi: Fix racy buffer resize under concurrent accesses + - ALSA: usb-audio: Add control message quirk delay for Kingston HyperX headset + - usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534B + - usb: host: xhci-plat: keep runtime active when removing host + - usb: cdns3: gadget: prev_req->trb is NULL for ep0 + - usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list + - Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE() + - ARM: dts: dra7: Fix bus_dma_limit for PCIe + - ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries + - ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection + - drm/amd/display: add basic atomic check for cursor plane + - powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG + - cifs: fix leaked reference on requeued write + - x86: Fix early boot crash on gcc-10, third try + - x86/unwind/orc: Fix error handling in __unwind_start() + - exec: Move would_dump into flush_old_exec + - clk: rockchip: fix incorrect configuration of rk3228 aclk_gpu* clocks + - dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg() + - fanotify: fix merging marks masks with FAN_ONDIR + - usb: gadget: net2272: Fix a memory leak in an error handling path in + 'net2272_plat_probe()' + - usb: gadget: audio: Fix a missing error return value in audio_bind() + - usb: gadget: legacy: fix error return code in gncm_bind() + - usb: gadget: legacy: fix error return code in cdc_bind() + - clk: Unlink clock if failed to prepare or enable + - arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status property + - arm64: dts: meson-g12-common: fix dwc2 clock names + - arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic" on rk3328 + boards + - arm64: dts: rockchip: Rename dwc3 device nodes on rk3399 to make dtc happy + - arm64: dts: imx8mn: Change SDMA1 ahb clock for imx8mn + - ARM: dts: r8a73a4: Add missing CMT1 interrupts + - arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodes + - ARM: dts: r8a7740: Add missing extal2 to CPG node + - SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()") + - bpf: Fix sk_psock refcnt leak when receiving message + - KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce + - Makefile: disallow data races on gcc-10 as well + - Linux 5.4.42 + * upgrading to 4.15.0-99-generic breaks the sound and the trackpad + (LP: #1875916) // Focal update: v5.4.42 upstream stable release + (LP: #1879759) + - Revert "ALSA: hda/realtek: Fix pop noise on ALC225" + * Pop sound from build-in speaker during cold boot and resume from S3 + (LP: #1866357) // Focal update: v5.4.42 upstream stable release + (LP: #1879759) + - ALSA: hda/realtek - Fix S3 pop noise on Dell Wyse + * tpm: fix TIS locality timeout problems (LP: #1881710) + - SAUCE: tpm: fix TIS locality timeout problems + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction + devices (LP: #1879704) + - PCI/IOV: Introduce pci_iov_sysfs_link() function + - s390/pci: create links between PFs and VFs + * Performing function level reset of AMD onboard USB and audio devices causes + system lockup (LP: #1865988) + - SAUCE: PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0 + - SAUCE: PCI: Avoid FLR for AMD Starship USB 3.0 + * seccomp_benchmark times out on eoan (LP: #1881576) + - SAUCE: selftests/seccomp: use 90s as timeout + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - ASoC: amd: add Renoir ACP3x IP register header + - ASoC: amd: add Renoir ACP PCI driver + - ASoC: amd: add acp init/de-init functions + - ASoC: amd: create acp3x pdm platform device + - ASoC: amd: add ACP3x PDM platform driver + - ASoC: amd: irq handler changes for ACP3x PDM dma driver + - ASoC: amd: add acp3x pdm driver dma ops + - ASoC: amd: add ACP PDM DMA driver dai ops + - ASoC: amd: add Renoir ACP PCI driver PM ops + - ASoC: amd: add ACP PDM DMA driver pm ops + - ASoC: amd: enable Renoir acp3x drivers build + - ASoC: amd: create platform devices for Renoir + - ASoC: amd: RN machine driver using dmic + - ASoC: amd: enable build for RN machine driver + - ASoC: amd: fix kernel warning + - ASoC: amd: refactoring dai_hw_params() callback + - ASoC: amd: return error when acp de-init fails + - [Config]: enable amd renoir ASoC audio + * Fix for secure boot rules in IMA arch policy on powerpc (LP: #1877955) + - powerpc/ima: Fix secure boot rules in ima arch policy + * [UBUNTU 20.04] s390x/pci: s390_pci_mmio_write/read fail when MIO + instructions are available (LP: #1874055) + - s390/pci: Fix s390_mmio_read/write with MIO + * security: lockdown: remove trailing semicolon before function body + (LP: #1880660) + - SAUCE: (lockdown) security: lockdown: remove trailing semicolon before + function body + * Fix incorrect speed/duplex when I210 device is runtime suspended + (LP: #1880656) + - igb: Report speed and duplex as unknown when device is runtime suspended + * [OMEN by HP Laptop 15-dh0xxx, Realtek ALC285, Black Mic, Left] Recording + problem (LP: #1874698) + - ASoC: SOF: Intel: hda: allow operation without i915 gfx + - ASoC: intel/skl/hda - add no-HDMI cases to generic HDA driver + * CVE-2020-13143 + - USB: gadget: fix illegal array access in binding with UDC + * rtl8723bu wifi issue after being turned off (LP: #1878296) + - rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driver + - rtl8xxxu: add bluetooth co-existence support for single antenna + - rtl8xxxu: remove set but not used variable 'rate_mask' + - rtl8xxxu: Remove set but not used variable 'vif', 'dev', 'len' + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321) + - serial: 8250_pci: Move Pericom IDs to pci_ids.h + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect + * shiftfs: fix btrfs snapshot deletion (LP: #1879688) + - SAUCE: shiftfs: let userns root destroy subvolumes from other users + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter + (LP: #1874056) + - s390/pci: Improve handling of unset UID + - s390/pci: embedding hotplug_slot in zdev + - s390/pci: Expose new port attribute for PCIe functions + - s390/pci: adaptation of iommu to multifunction + - s390/pci: define kernel parameters for PCI multifunction + - s390/pci: define RID and RID available + - s390/pci: create zPCI bus + - s390/pci: adapt events for zbus + - s390/pci: Handling multifunctions + - s390/pci: Do not disable PF when VFs exist + - s390/pci: Documentation for zPCI + - s390/pci: removes wrong PCI multifunction assignment + * update-initramfs complains of missing amdgpu firmware files (LP: #1873325) + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from + modinfo + + -- Thadeu Lima de Souza Cascardo Tue, 23 Jun 2020 21:04:49 -0300 + +linux-aws (5.4.0-1017.17) focal; urgency=medium + + + [ Ubuntu: 5.4.0-39.43 ] + + * dkms-build: downloads fail in private PPAs (LP: #1883874) + - dkms-build: apt-cache policy elides username:password information + * Packaging resync (LP: #1786013) + - update dkms package versions + + -- Kleber Sacilotto de Souza Fri, 19 Jun 2020 18:06:35 +0200 + +linux-aws (5.4.0-1015.15) focal; urgency=medium + + + [ Ubuntu: 5.4.0-37.41 ] + + * CVE-2020-0543 + - SAUCE: x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2 + - SAUCE: x86/cpu: Add a steppings field to struct x86_cpu_id + - SAUCE: x86/cpu: Add 'table' argument to cpu_matches() + - SAUCE: x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) + mitigation + - SAUCE: x86/speculation: Add SRBDS vulnerability and mitigation documentation + - SAUCE: x86/speculation: Add Ivy Bridge to affected list + + -- Thadeu Lima de Souza Cascardo Thu, 04 Jun 2020 18:06:07 -0300 + +linux-aws (5.4.0-1012.12) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1012.12 -proposed tracker (LP: #1878792) + + [ Ubuntu: 5.4.0-34.38 ] + + * focal/linux: 5.4.0-34.38 -proposed tracker (LP: #1880118) + * debian/scripts/file-downloader does not handle positive failures correctly + (LP: #1878897) + - [Packaging] file-downloader not handling positive failures correctly + * Focal update: v5.4.41 upstream stable release (LP: #1878649) + - USB: serial: qcserial: Add DW5816e support + - nvme: refactor nvme_identify_ns_descs error handling + - nvme: fix possible hang when ns scanning fails during error recovery + - tracing/kprobes: Fix a double initialization typo + - net: macb: Fix runtime PM refcounting + - drm/amdgpu: move kfd suspend after ip_suspend_phase1 + - drm/amdgpu: drop redundant cg/pg ungate on runpm enter + - vt: fix unicode console freeing with a common interface + - tty: xilinx_uartps: Fix missing id assignment to the console + - devlink: fix return value after hitting end in region read + - dp83640: reverse arguments to list_add_tail + - fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks + - ipv6: Use global sernum for dst validation with nexthop objects + - mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properly + - neigh: send protocol value in neighbor create notification + - net: dsa: Do not leave DSA master with NULL netdev_ops + - net: macb: fix an issue about leak related system resources + - net: macsec: preserve ingress frame ordering + - net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc() + - net_sched: sch_skbprio: add message validation to skbprio_change() + - net: stricter validation of untrusted gso packets + - net: tc35815: Fix phydev supported/advertising mask + - net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict() + - net/tls: Fix sk_psock refcnt leak when in tls_data_ready() + - net: usb: qmi_wwan: add support for DW5816e + - nfp: abm: fix a memory leak bug + - sch_choke: avoid potential panic in choke_reset() + - sch_sfq: validate silly quantum values + - tipc: fix partial topology connection closure + - tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040 + - bnxt_en: Fix VF anti-spoof filter setup. + - bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF. + - bnxt_en: Improve AER slot reset. + - bnxt_en: Return error when allocating zero size context memory. + - bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features(). + - net/mlx5: DR, On creation set CQ's arm_db member to right value + - net/mlx5: Fix forced completion access non initialized command entry + - net/mlx5: Fix command entry leak in Internal Error State + - net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx() + - net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del() + - HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices + - sctp: Fix bundling of SHUTDOWN with COOKIE-ACK + - Revert "HID: wacom: generic: read the number of expected touches on a per + collection basis" + - HID: usbhid: Fix race between usbhid_close() and usbhid_stop() + - HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT + - USB: uas: add quirk for LaCie 2Big Quadra + - usb: chipidea: msm: Ensure proper controller reset using role switch API + - USB: serial: garmin_gps: add sanity checking for data length + - tracing: Add a vmalloc_sync_mappings() for safe measure + - crypto: arch/nhpoly1305 - process in explicit 4k chunks + - KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction + - KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path + - KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER + - KVM: arm64: Fix 32bit PC wrap-around + - arm64: hugetlb: avoid potential NULL dereference + - drm: ingenic-drm: add MODULE_DEVICE_TABLE + - ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() + - epoll: atomically remove wait entry on wake up + - eventpoll: fix missing wakeup for ovflist in ep_poll_callback + - mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() + - mm: limit boost_watermark on small zones + - ceph: demote quotarealm lookup warning to a debug message + - staging: gasket: Check the return value of gasket_get_bar_index() + - coredump: fix crash when umh is disabled + - iocost: protect iocg->abs_vdebt with iocg->waitq.lock + - batman-adv: fix batadv_nc_random_weight_tq + - batman-adv: Fix refcnt leak in batadv_show_throughput_override + - batman-adv: Fix refcnt leak in batadv_store_throughput_override + - batman-adv: Fix refcnt leak in batadv_v_ogm_process + - x86/entry/64: Fix unwind hints in register clearing code + - x86/entry/64: Fix unwind hints in kernel exit path + - x86/entry/64: Fix unwind hints in rewind_stack_do_exit() + - x86/unwind/orc: Don't skip the first frame for inactive tasks + - x86/unwind/orc: Prevent unwinding before ORC initialization + - x86/unwind/orc: Fix error path for bad ORC entry type + - x86/unwind/orc: Fix premature unwind stoppage due to IRET frames + - KVM: x86: Fixes posted interrupt check for IRQs delivery modes + - arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory() + - netfilter: nat: never update the UDP checksum when it's 0 + - netfilter: nf_osf: avoid passing pointer to local var + - objtool: Fix stack offset tracking for indirect CFAs + - iommu/virtio: Reverse arguments to list_add + - scripts/decodecode: fix trapping instruction formatting + - mm, memcg: fix error return value of mem_cgroup_css_alloc() + - bdi: move bdi_dev_name out of line + - bdi: add a ->dev_name field to struct backing_dev_info + - fsnotify: replace inode pointer with an object id + - fanotify: merge duplicate events on parent and child + - Linux 5.4.41 + * Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) + i915_active_acquire (LP: #1868551) + - drm/i915: Hold reference to intel_frontbuffer as we track activity + - drm/i915: fix uninitialized pointer reads on pointers to and from + * Kernel panic due to NULL ringbuffer vaddr dereference in i915 (LP: #1877394) + - Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks" + - drm/i915/gt: Make intel_ring_unpin() safe for concurrent pint + * add 16-bit width registers support for EEPROM at24 device (LP: #1876699) + - regmap-i2c: add 16-bit width registers support + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044) + - Ubuntu: [Config] Set CONFIG_PSI_DEFAULT_DISABLED=y on s390x + * Focal update: v5.4.40 upstream stable release (LP: #1878040) + - vhost: vsock: kick send_pkt worker once device is started + - drm/bridge: analogix_dp: Split bind() into probe() and real bind() + - ASoC: topology: Check return value of soc_tplg_create_tlv + - ASoC: topology: Check return value of soc_tplg_*_create + - ASoC: topology: Check soc_tplg_add_route return value + - ASoC: topology: Check return value of pcm_new_ver + - ASoC: topology: Check return value of soc_tplg_dai_config + - selftests/ipc: Fix test failure seen after initial test run + - ASoC: sgtl5000: Fix VAG power-on handling + - ASoC: topology: Fix endianness issue + - usb: dwc3: gadget: Properly set maxpacket limit + - ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode + - ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode + - ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry + - remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe() + - drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay + table v0 (e.g Hawaii) + - wimax/i2400m: Fix potential urb refcnt leak + - net: stmmac: fix enabling socfpga's ptp_ref_clock + - net: stmmac: Fix sub-second increment + - ASoC: rsnd: Don't treat master SSI in multi SSI setup as parent + - ASoC: rsnd: Fix "status check failed" spam for multi-SSI + - cifs: protect updating server->dstaddr with a spinlock + - scripts/config: allow colons in option strings for sed + - cifs: do not share tcons with DFS + - tracing: Fix memory leaks in trace_events_hist.c + - lib/mpi: Fix building for powerpc with clang + - mac80211: sta_info: Add lockdep condition for RCU list usage + - net: bcmgenet: suppress warnings on failed Rx SKB allocations + - net: systemport: suppress warnings on failed Rx SKB allocations + - drm/i915: Extend WaDisableDARBFClkGating to icl,ehl,tgl + - sctp: Fix SHUTDOWN CTSN Ack in the peer restart case + - Revert "software node: Simplify software_node_release() function" + - hexagon: clean up ioremap + - hexagon: define ioremap_uc + - ALSA: hda: Match both PCI ID and SSID for driver blacklist + - x86/kvm: fix a missing-prototypes "vmread_error" + - platform/x86: GPD pocket fan: Fix error message when temp-limits are out of + range + - ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late() + - mac80211: add ieee80211_is_any_nullfunc() + - cgroup, netclassid: remove double cond_resched + - libbpf: Fix readelf output parsing for Fedora + - mm/mremap: Add comment explaining the untagging behaviour of mremap() + - Revert "drm/amd/display: setting the DIG_MODE to the correct value." + - tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel + sources + - udp: document udp_rcv_segment special case for looped packets + - PM / devfreq: Add missing locking while setting suspend_freq + - Linux 5.4.40 + * Focal update: v5.4.39 upstream stable release (LP: #1877592) + - dma-buf: Fix SET_NAME ioctl uapi + - drm/edid: Fix off-by-one in DispID DTD pixel clock + - drm/amd/display: Fix green screen issue after suspend + - drm/qxl: qxl_release leak in qxl_draw_dirty_fb() + - drm/qxl: qxl_release leak in qxl_hw_surface_alloc() + - drm/qxl: qxl_release use after free + - NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION + - btrfs: fix transaction leak in btrfs_recover_relocation + - btrfs: fix block group leak when removing fails + - btrfs: fix partial loss of prealloc extent past i_size after fsync + - btrfs: transaction: Avoid deadlock due to bad initialization timing of + fs_info::journal_info + - mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout + loop + - mmc: sdhci-xenon: fix annoying 1.8V regulator warning + - mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers + - mmc: sdhci-msm: Enable host capabilities pertains to R1b response + - mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY + - mmc: meson-mx-sdio: remove the broken ->card_busy() op + - crypto: caam - fix the address of the last entry of S/G + - ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter + - ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID + - ALSA: hda/hdmi: fix without unlocked before return + - ALSA: line6: Fix POD HD500 audio playback + - ALSA: pcm: oss: Place the plugin buffer overflow checks correctly + - i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling + - Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM + - dlmfs_file_write(): fix the bogosity in handling non-zero *ppos + - IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() + - PM: ACPI: Output correct message on target power state + - PM: hibernate: Freeze kernel threads in software_resume() + - dm verity fec: fix hash block number in verity_fec_decode + - dm writecache: fix data corruption when reloading the target + - dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath + - ARM: dts: imx6qdl-sr-som-ti: indicate powering off wifi is safe + - scsi: qla2xxx: set UNLOADING before waiting for session deletion + - scsi: qla2xxx: check UNLOADING before posting async work + - RDMA/mlx5: Set GRH fields in query QP on RoCE + - RDMA/mlx4: Initialize ib_spec on the stack + - RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr() + - RDMA/core: Prevent mixed use of FDs between shared ufiles + - RDMA/core: Fix race between destroy and release FD object + - RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id() + - RDMA/cm: Fix an error check in cm_alloc_id_priv() + - i2c: iproc: generate stop event for slave writes + - vfio: avoid possible overflow in vfio_iommu_type1_pin_pages + - vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn() + - iommu/qcom: Fix local_base status check + - scsi: target/iblock: fix WRITE SAME zeroing + - iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system + - i2c: aspeed: Avoid i2c interrupt status clear race condition. + - ALSA: opti9xx: shut up gcc-10 range warning + - Fix use after free in get_tree_bdev() + - nvme: prevent double free in nvme_alloc_ns() error handling + - nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl + - dmaengine: dmatest: Fix iteration non-stop logic + - dmaengine: dmatest: Fix process hang when reading 'wait' parameter + - arm64: vdso: Add -fasynchronous-unwind-tables to cflags + - selinux: properly handle multiple messages in selinux_netlink_send() + - Linux 5.4.39 + * Focal update: v5.4.38 upstream stable release (LP: #1876767) + - Linux 5.4.38 + * Focal update: v5.4.37 upstream stable release (LP: #1876765) + - remoteproc: Fix wrong rvring index computation + - ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans() + - printk: queue wake_up_klogd irq_work only if per-CPU areas are ready + - ASoC: stm32: sai: fix sai probe + - usb: dwc3: gadget: Do link recovery for SS and SSP + - kbuild: fix DT binding schema rule again to avoid needless rebuilds + - usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete + - usb: gadget: udc: atmel: Fix vbus disconnect handling + - afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate + - afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH + - iio:ad7797: Use correct attribute_group + - propagate_one(): mnt_set_mountpoint() needs mount_lock + - counter: 104-quad-8: Add lock guards - generic interface + - s390/ftrace: fix potential crashes when switching tracers + - ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs + - ASoC: tas571x: disable regulators on failed probe + - ASoC: wm8960: Fix wrong clock after suspend & resume + - drivers: soc: xilinx: fix firmware driver Kconfig dependency + - nfsd: memory corruption in nfsd4_lock() + - bpf: Forbid XADD on spilled pointers for unprivileged users + - i2c: altera: use proper variable to hold errno + - rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket + - net/cxgb4: Check the return from t4_query_params properly + - xfs: acquire superblock freeze protection on eofblocks scans + - svcrdma: Fix trace point use-after-free race + - svcrdma: Fix leak of svc_rdma_recv_ctxt objects + - net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ + overruns + - net/mlx5e: Get the latest values from counters in switchdev mode + - PCI: Add ACS quirk for Zhaoxin multi-function devices + - PCI: Make ACS quirk implementations more uniform + - PCI: Unify ACS quirk desired vs provided checking + - PCI: Add Zhaoxin Vendor ID + - PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports + - PCI: Move Apex Edge TPU class quirk to fix BAR assignment + - ARM: dts: bcm283x: Disable dsi0 node + - cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled + - s390/pci: do not set affinity for floating irqs + - net/mlx5: Fix failing fw tracer allocation on s390 + - sched/core: Fix reset-on-fork from RT with uclamp + - perf/core: fix parent pid/tid in task exit events + - netfilter: nat: fix error handling upon registering inet hook + - PM: sleep: core: Switch back to async_schedule_dev() + - blk-iocost: Fix error on iocost_ioc_vrate_adj + - um: ensure `make ARCH=um mrproper` removes + arch/$(SUBARCH)/include/generated/ + - bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension + - bpf, x86_32: Fix clobbering of dst for BPF_JSET + - bpf, x86_32: Fix logic error in BPF_LDX zero-extension + - mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy + path + - xfs: clear PF_MEMALLOC before exiting xfsaild thread + - bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B + - libbpf: Initialize *nl_pid so gcc 10 is happy + - net: fec: set GPR bit on suspend by DT configuration. + - x86: hyperv: report value of misc_features + - signal: check sig before setting info in kill_pid_usb_asyncio + - afs: Fix length of dump of bad YFSFetchStatus record + - xfs: fix partially uninitialized structure in xfs_reflink_remap_extent + - ALSA: hda: Release resources at error in delayed probe + - ALSA: hda: Keep the controller initialization even if no codecs found + - ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported + - scsi: target: fix PR IN / READ FULL STATUS for FC + - scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN + - objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings + - objtool: Support Clang non-section symbols in ORC dump + - xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status + - ALSA: hda: call runtime_allow() for all hda controllers + - net: stmmac: socfpga: Allow all RGMII modes + - mac80211: fix channel switch trigger from unknown mesh peer + - arm64: Delete the space separator in __emit_inst + - ext4: use matching invalidatepage in ext4_writepage + - ext4: increase wait time needed before reuse of deleted inode numbers + - ext4: convert BUG_ON's to WARN_ON's in mballoc.c + - blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget + - hwmon: (jc42) Fix name to have no illegal characters + - taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions + - qed: Fix race condition between scheduling and destroying the slowpath + workqueue + - Crypto: chelsio - Fixes a hang issue during driver registration + - net: use indirect call wrappers for skb_copy_datagram_iter() + - qed: Fix use after free in qed_chain_free + - ext4: check for non-zero journal inum in ext4_calculate_overhead + - ASoC: soc-core: disable route checks for legacy devices + - ASoC: stm32: spdifrx: fix regmap status check + - Linux 5.4.37 + * Focal update: v5.4.36 upstream stable release (LP: #1876361) + - ext4: fix extent_status fragmentation for plain files + - f2fs: fix to avoid memory leakage in f2fs_listxattr + - net, ip_tunnel: fix interface lookup with no key + - [Config] updateconfigs for ARM64_ERRATUM_1542419 + - arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419 + - arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419 + - arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-space + - arm64: Silence clang warning on mismatched value/register sizes + - tools/testing/nvdimm: Fix compilation failure without + CONFIG_DEV_DAX_PMEM_COMPAT + - watchdog: reset last_hw_keepalive time at start + - scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login + - scsi: lpfc: Fix crash after handling a pci error + - scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG + - scsi: libfc: If PRLI rejected, move rport to PLOGI state + - ceph: return ceph_mdsc_do_request() errors from __get_parent() + - ceph: don't skip updating wanted caps when cap is stale + - pwm: rcar: Fix late Runtime PM enablement + - nvme-tcp: fix possible crash in write_zeroes processing + - scsi: iscsi: Report unbind session event when the target has been removed + - tools/test/nvdimm: Fix out of tree build + - ASoC: Intel: atom: Take the drv->lock mutex before calling + sst_send_slot_map() + - nvme: fix deadlock caused by ANA update wrong locking + - drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax + - dma-direct: fix data truncation in dma_direct_get_required_mask() + - kernel/gcov/fs.c: gcov_seq_next() should increase position index + - selftests: kmod: fix handling test numbers above 9 + - ipc/util.c: sysvipc_find_ipc() should increase position index + - kconfig: qconf: Fix a few alignment issues + - lib/raid6/test: fix build on distros whose /bin/sh is not bash + - s390/cio: generate delayed uevent for vfio-ccw subchannels + - s390/cio: avoid duplicated 'ADD' uevents + - loop: Better discard support for block devices + - Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs + enabled" + - powerpc/pseries: Fix MCE handling on pseries + - nvme: fix compat address handling in several ioctls + - pwm: renesas-tpu: Fix late Runtime PM enablement + - pwm: bcm2835: Dynamically allocate base + - perf/core: Disable page faults when getting phys address + - drm/amd/display: Calculate scaling ratios on every medium/full update + - ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet + - ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk + - drm/amd/display: Not doing optimize bandwidth if flip pending. + - cxgb4: fix adapter crash due to wrong MC size + - cxgb4: fix large delays in PTP synchronization + - ipv4: Update fib_select_default to handle nexthop objects + - ipv6: fix restrict IPV6_ADDRFORM operation + - macsec: avoid to set wrong mtu + - macvlan: fix null dereference in macvlan_device_event() + - mlxsw: Fix some IS_ERR() vs NULL bugs + - net: bcmgenet: correct per TX/RX ring statistics + - net/mlx4_en: avoid indirect call in TX completion + - net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node + - net: openvswitch: ovs_ct_exit to be done under ovs_lock + - net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array + - net/x25: Fix x25_neigh refcnt leak when receiving frame + - sched: etf: do not assume all sockets are full blown + - selftests: Fix suppress test in fib_tests.sh + - tcp: cache line align MAX_TCP_HEADER + - team: fix hang in team_mode_get() + - vrf: Fix IPv6 with qdisc and xfrm + - net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled + - net: dsa: b53: Fix valid setting for MDB entries + - net: dsa: b53: Fix ARL register definitions + - net: dsa: b53: Rework ARL bin logic + - net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL + - vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR + - geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR + - xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish + - vrf: Check skb for XFRM_TRANSFORMED flag + - KEYS: Avoid false positive ENOMEM error on key read + - ALSA: hda: Remove ASUS ROG Zenith from the blacklist + - ALSA: usb-audio: Add static mapping table for ALC1220-VB-based mobos + - ALSA: usb-audio: Add connector notifier delegation + - iio: core: remove extra semi-colon from devm_iio_device_register() macro + - iio: st_sensors: rely on odr mask to know if odr can be set + - iio: adc: stm32-adc: fix sleep in atomic context + - iio: adc: ti-ads8344: properly byte swap value + - iio: xilinx-xadc: Fix ADC-B powerdown + - iio: xilinx-xadc: Fix clearing interrupt when enabling trigger + - iio: xilinx-xadc: Fix sequencer configuration for aux channels in + simultaneous mode + - iio: xilinx-xadc: Make sure not exceed maximum samplerate + - USB: sisusbvga: Change port variable from signed to unsigned + - USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 + RGB RAPIDFIRE + - USB: early: Handle AMD's spec-compliant identifiers, too + - USB: core: Fix free-while-in-use bug in the USB S-Glibrary + - USB: hub: Fix handling of connect changes during sleep + - USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme + first for high speed devices") + - tty: serial: owl: add "much needed" clk_prepare_enable() + - vmalloc: fix remap_vmalloc_range() bounds checks + - staging: gasket: Fix incongruency in handling of sysfs entries creation + - coredump: fix null pointer dereference on coredump + - mm/hugetlb: fix a addressing exception caused by huge_pte_offset + - mm/ksm: fix NULL pointer dereference when KSM zero page is enabled + - tools/vm: fix cross-compile build + - ALSA: usx2y: Fix potential NULL dereference + - ALSA: hda/realtek - Fix unexpected init_amp override + - ALSA: hda/realtek - Add new codec supported for ALC245 + - ALSA: hda/hdmi: Add module option to disable audio component binding + - ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif + - ALSA: usb-audio: Filter out unsupported sample rates on Focusrite devices + - tpm/tpm_tis: Free IRQ if probing fails + - tpm: fix wrong return value in tpm_pcr_extend + - tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send() + - KVM: s390: Return last valid slot if approx index is out-of-bounds + - KVM: Check validity of resolved slot when searching memslots + - KVM: VMX: Enable machine check support for 32bit targets + - tty: hvc: fix buffer overflow during hvc_alloc(). + - tty: rocket, avoid OOB access + - usb-storage: Add unusual_devs entry for JMicron JMS566 + - signal: Avoid corrupting si_pid and si_uid in do_notify_parent + - audit: check the length of userspace generated audit records + - ASoC: dapm: fixup dapm kcontrol widget + - mac80211: populate debugfs only after cfg80211 init + - SUNRPC: Fix backchannel RPC soft lockups + - iwlwifi: pcie: actually release queue memory in TVQM + - iwlwifi: mvm: beacon statistics shouldn't go backwards + - iwlwifi: mvm: limit maximum queue appropriately + - iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation + - iwlwifi: mvm: fix inactive TID removal return value usage + - cifs: fix uninitialised lease_key in open_shroot() + - ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y + - powerpc/setup_64: Set cache-line-size based on cache-block-size + - staging: comedi: dt2815: fix writing hi byte of analog output + - staging: comedi: Fix comedi_device refcnt leak in comedi_open + - vt: don't hardcode the mem allocation upper bound + - vt: don't use kmalloc() for the unicode screen buffer + - staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default. + - staging: vt6656: Fix calling conditions of vnt_set_bss_mode + - staging: vt6656: Fix drivers TBTT timing counter. + - staging: vt6656: Fix pairwise key entry save. + - staging: vt6656: Power save stop wake_up_count wrap around. + - cdc-acm: close race betrween suspend() and acm_softint + - cdc-acm: introduce a cool down + - UAS: no use logging any details in case of ENODEV + - UAS: fix deadlock in error handling and PM flushing work + - fpga: dfl: pci: fix return value of cci_pci_sriov_configure + - usb: dwc3: gadget: Fix request completion check + - usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() + - usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change + - usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an + invalid pointer + - xhci: Fix handling halted endpoint even if endpoint ring appears empty + - xhci: prevent bus suspend if a roothub port detected a over-current + condition + - xhci: Don't clear hub TT buffer on ep0 protocol stall + - serial: sh-sci: Make sure status register SCxSR is read in correct sequence + - Revert "serial: uartps: Fix uartps_major handling" + - Revert "serial: uartps: Use the same dynamic major number for all ports" + - Revert "serial: uartps: Fix error path when alloc failed" + - Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES" + - Revert "serial: uartps: Change uart ID port allocation" + - Revert "serial: uartps: Move Port ID to device data structure" + - Revert "serial: uartps: Register own uart console and driver structures" + - powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAP + - powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32 + - compat: ARM64: always include asm-generic/compat.h + - Linux 5.4.36 + * Focal update: v5.4.35 upstream stable release (LP: #1875660) + - ext4: use non-movable memory for superblock readahead + - watchdog: sp805: fix restart handler + - xsk: Fix out of boundary write in __xsk_rcv_memcpy + - arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 + - arm, bpf: Fix offset overflow for BPF_MEM BPF_DW + - objtool: Fix switch table detection in .text.unlikely + - scsi: sg: add sg_remove_request in sg_common_write + - ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops + - ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN. + - kbuild, btf: Fix dependencies for DEBUG_INFO_BTF + - netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object type + - irqchip/mbigen: Free msi_desc on device teardown + - ALSA: hda: Don't release card at firmware loading error + - xsk: Add missing check on user supplied headroom size + - of: unittest: kmemleak on changeset destroy + - of: unittest: kmemleak in of_unittest_platform_populate() + - of: unittest: kmemleak in of_unittest_overlay_high_level() + - of: overlay: kmemleak in dup_and_fixup_symbol_prop() + - x86/Hyper-V: Unload vmbus channel in hv panic callback + - x86/Hyper-V: Trigger crash enlightenment only once during system crash. + - x86/Hyper-V: Report crash register data or kmsg before running crash kernel + - x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not + set + - x86/Hyper-V: Report crash data in die() when panic_on_oops is set + - afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() + - afs: Fix decoding of inline abort codes from version 1 status records + - afs: Fix rename operation status delivery + - afs: Fix afs_d_validate() to set the right directory version + - afs: Fix race between post-modification dir edit and readdir/d_revalidate + - block, bfq: turn put_queue into release_process_ref in + __bfq_bic_change_cgroup + - block, bfq: make reparent_leaf_entity actually work only on leaf entities + - block, bfq: invoke flush_idle_tree after reparent_active_queues in + pd_offline + - rbd: avoid a deadlock on header_rwsem when flushing notifies + - rbd: call rbd_dev_unprobe() after unwatching and flushing notifies + - x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump + - drm/ttm: flush the fence on the bo after we individualize the reservation + object + - clk: Don't cache errors from clk_ops::get_phase() + - clk: at91: usb: continue if clk_hw_round_rate() return zero + - net/mlx5e: Enforce setting of a single FEC mode + - f2fs: fix the panic in do_checkpoint() + - ARM: dts: rockchip: fix vqmmc-supply property name for rk3188-bqedison2qc + - arm64: dts: allwinner: a64: Fix display clock register range + - power: supply: bq27xxx_battery: Silence deferred-probe error + - clk: tegra: Fix Tegra PMC clock out parents + - arm64: tegra: Add PCIe endpoint controllers nodes for Tegra194 + - arm64: tegra: Fix Tegra194 PCIe compatible string + - arm64: dts: clearfog-gt-8k: set gigabit PHY reset deassert delay + - soc: imx: gpc: fix power up sequencing + - dma-coherent: fix integer overflow in the reserved-memory dma allocation + - rtc: 88pm860x: fix possible race condition + - NFS: alloc_nfs_open_context() must use the file cred when available + - NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() + - NFSv4.2: error out when relink swapfile + - ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc + - KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests + - f2fs: fix to show norecovery mount option + - phy: uniphier-usb3ss: Add Pro5 support + - NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails + - f2fs: Fix mount failure due to SPO after a successful online resize FS + - f2fs: Add a new CP flag to help fsck fix resize SPO issues + - s390/cpuinfo: fix wrong output when CPU0 is offline + - hibernate: Allow uswsusp to write to swap + - btrfs: add RCU locks around block group initialization + - powerpc/prom_init: Pass the "os-term" message to hypervisor + - powerpc/maple: Fix declaration made after definition + - s390/cpum_sf: Fix wrong page count in error message + - ext4: do not commit super on read-only bdev + - um: ubd: Prevent buffer overrun on command completion + - cifs: Allocate encryption header through kmalloc + - mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS + - drm/nouveau/svm: check for SVM initialized before migrating + - drm/nouveau/svm: fix vma range check for migration + - include/linux/swapops.h: correct guards for non_swap_entry() + - percpu_counter: fix a data race at vm_committed_as + - compiler.h: fix error in BUILD_BUG_ON() reporting + - KVM: s390: vsie: Fix possible race when shadowing region 3 tables + - drm/nouveau: workaround runpm fail by disabling PCI power management on + certain intel bridges + - leds: core: Fix warning message when init_data + - x86: ACPI: fix CPU hotplug deadlock + - csky: Fixup cpu speculative execution to IO area + - drm/amdkfd: kfree the wrong pointer + - NFS: Fix memory leaks in nfs_pageio_stop_mirroring() + - csky: Fixup get wrong psr value from phyical reg + - f2fs: fix NULL pointer dereference in f2fs_write_begin() + - ACPICA: Fixes for acpiExec namespace init file + - um: falloc.h needs to be directly included for older libc + - drm/vc4: Fix HDMI mode validation + - iommu/virtio: Fix freeing of incomplete domains + - iommu/vt-d: Fix mm reference leak + - ext2: fix empty body warnings when -Wextra is used + - iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr() + - iommu/vt-d: Fix page request descriptor size + - ext2: fix debug reference to ext2_xattr_cache + - sunrpc: Fix gss_unwrap_resp_integ() again + - csky: Fixup init_fpu compile warning with __init + - power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute + Sticks. + - libnvdimm: Out of bounds read in __nd_ioctl() + - iommu/amd: Fix the configuration of GCR3 table root pointer + - f2fs: fix to wait all node page writeback + - drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init + - net: dsa: bcm_sf2: Fix overflow checks + - dma-debug: fix displaying of dma allocation type + - fbdev: potential information leak in do_fb_ioctl() + - ARM: dts: sunxi: Fix DE2 clocks register range + - iio: si1133: read 24-bit signed integer for measurement + - fbmem: Adjust indentation in fb_prepare_logo and fb_blank + - tty: evh_bytechan: Fix out of bounds accesses + - locktorture: Print ratio of acquisitions, not failures + - mtd: rawnand: free the nand_device object + - mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to + OOB + - docs: Fix path to MTD command line partition parser + - mtd: lpddr: Fix a double free in probe() + - mtd: phram: fix a double free issue in error path + - KEYS: Don't write out to userspace while holding key semaphore + - bpf: fix buggy r0 retval refinement for tracing helpers + - bpf: Test_verifier, bpf_get_stack return value add <0 + - bpf: Test_progs, add test to catch retval refine error handling + - SAUCE: bpf: Test_progs, fix test_get_stack_rawtp_err.c build + - bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test + - Linux 5.4.35 + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW), + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found + due to firmware crash (LP: #1874685) + - iwlwifi: pcie: handle QuZ configs with killer NICs as well + * Support DMIC micmute LED on HP platforms (LP: #1876859) + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO + - ALSA: hda/realtek - Enable micmute LED on and HP system + - ALSA: hda/realtek - Add LED class support for micmute LED + - ALSA: hda/realtek - Fix unused variable warning w/o + CONFIG_LEDS_TRIGGER_AUDIO + - ASoC: SOF: Update correct LED status at the first time usage of + update_mute_led() + * linux: riscv: set max_pfn to the PFN of the last page (LP: #1876885) + - riscv: set max_pfn to the PFN of the last page + * Dell XPS 13 9300 mirror mode doesn't work sometimes with WD19TB + (LP: #1877013) + - drm/i915/perf: Do not clear pollin for small user read buffers + * [UBUNTU 20.04] s390x/pci: do not allow to create more pci functions than + configured via CONFIG_PCI_NR_FUNCTIONS (LP: #1874057) + - s390/pci: Fix zpci_alloc_domain() over allocation + * [Ubuntu 20.04] net/mlx5e: Fix endianness handling in pedit mask + (LP: #1872726) + - net/mlx5e: Fix endianness handling in pedit mask + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after + upgrade to 20.04 (LP: #1875665) + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere + * ceph -- Unable to mount ceph volume on s390x (LP: #1875863) + - ceph: fix endianness bug when handling MDS session feature bits + * Do not treat unresolved test case in ftrace from ubuntu_kernel_selftests as + failure (LP: #1877958) + - ftrace/selftest: make unresolved cases cause failure if --fail-unresolved + set + * Add support for Ambiq micro AM1805 RTC chip (LP: #1876667) + - SAUCE: rtc: add am-1805 RTC driver + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a + regression in the asoc machine driver) (LP: #1874359) + - SAUCE: ASoC: intel/skl/hda - fix oops on systems without i915 audio codec + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610) + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop + + [ Ubuntu: 5.4.0-33.37 ] + + * focal/linux: 5.4.0-33.37 -proposed tracker (LP: #1879926) + * Docker registry doesn't stay up and keeps restarting (LP: #1879690) + - Revert "UBUNTU: SAUCE: overlayfs: fix shitfs special-casing" + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as + underlay" + + -- Kleber Sacilotto de Souza Tue, 26 May 2020 12:58:49 +0200 + +linux-aws (5.4.0-1011.11) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1011.11 -proposed tracker (LP: #1877997) + + [ Ubuntu: 5.4.0-31.35 ] + + * focal/linux: 5.4.0-31.35 -proposed tracker (LP: #1877253) + * Intermittent display blackouts on event (LP: #1875254) + - drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK only + * Unable to handle kernel pointer dereference in virtual kernel address space + on Eoan (LP: #1876645) + - SAUCE: overlayfs: fix shitfs special-casing + + -- Stefan Bader Mon, 11 May 2020 15:07:17 +0200 + +linux-aws (5.4.0-1010.10) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1010.10 -proposed tracker (LP: #1875379) + + * Packaging resync (LP: #1786013) + - [Packaging] add libcap-dev dependency + + [ Ubuntu: 5.4.0-30.34 ] + + * focal/linux: 5.4.0-30.34 -proposed tracker (LP: #1875385) + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506) + - [Packaging] Move virtualbox modules to linux-modules + - [Packaging] Remove vbox and zfs modules from generic.inclusion-list + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay + * shiftfs: broken shiftfs nesting (LP: #1872094) + - SAUCE: shiftfs: record correct creator credentials + * Add debian/rules targets to compile/run kernel selftests (LP: #1874286) + - [Packaging] add support to compile/run selftests + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: fix dentry revalidation + * LIO hanging in iscsit_free_session and iscsit_stop_session (LP: #1871688) + - scsi: target: iscsi: calling iscsit_stop_session() inside + iscsit_close_session() has no effect + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD + (LP: #1868936) + - SAUCE: drm/i915: Align power domain names with port names + - SAUCE: drm/i915/display: Move out code to return the digital_port of the aux + ch + - SAUCE: drm/i915/display: Add intel_legacy_aux_to_power_domain() + - SAUCE: drm/i915/display: Split hsw_power_well_enable() into two + - SAUCE: drm/i915/tc/icl: Implement TC cold sequences + - SAUCE: drm/i915/tc: Skip ref held check for TC legacy aux power wells + - SAUCE: drm/i915/tc/tgl: Implement TC cold sequences + - SAUCE: drm/i915/tc: Catch TC users accessing FIA registers without enable + aux + - SAUCE: drm/i915/tc: Do not warn when aux power well of static TC ports + timeout + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops + (LP: #1872569) + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs + * amdgpu kernel errors in Linux 5.4 (LP: #1871248) + - drm/amd/display: Stop if retimer is not available + * Focal update: v5.4.34 upstream stable release (LP: #1874111) + - amd-xgbe: Use __napi_schedule() in BH context + - hsr: check protocol version in hsr_newlink() + - l2tp: Allow management of tunnels and session in user namespace + - net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode + - net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin + - net: ipv6: do not consider routes via gateways for anycast address check + - net: phy: micrel: use genphy_read_status for KSZ9131 + - net: qrtr: send msgs from local of same id as broadcast + - net: revert default NAPI poll timeout to 2 jiffies + - net: tun: record RX queue in skb before do_xdp_generic() + - net: dsa: mt7530: move mt7623 settings out off the mt7530 + - net: ethernet: mediatek: move mt7623 settings out off the mt7530 + - net/mlx5: Fix frequent ioread PCI access during recovery + - net/mlx5e: Add missing release firmware call + - net/mlx5e: Fix nest_level for vlan pop action + - net/mlx5e: Fix pfnum in devlink port attribute + - net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes + - ovl: fix value of i_ino for lower hardlink corner case + - scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic + - platform/chrome: cros_ec_rpmsg: Fix race with host event + - jbd2: improve comments about freeing data buffers whose page mapping is NULL + - acpi/nfit: improve bounds checking for 'func' + - perf report: Fix no branch type statistics report issue + - pwm: pca9685: Fix PWM/GPIO inter-operation + - ext4: fix incorrect group count in ext4_fill_super error message + - ext4: fix incorrect inodes per group in error message + - clk: at91: sam9x60: fix usb clock parents + - clk: at91: usb: use proper usbs_mask + - ARM: dts: imx7-colibri: fix muxing of usbc_det pin + - arm64: dts: librem5-devkit: add a vbus supply to usb0 + - usb: dwc3: gadget: Don't clear flags before transfer ended + - ASoC: Intel: mrfld: fix incorrect check on p->sink + - ASoC: Intel: mrfld: return error codes when an error occurs + - ALSA: hda/realtek - Enable the headset mic on Asus FX505DT + - ALSA: usb-audio: Filter error from connector kctl ops, too + - ALSA: usb-audio: Don't override ignore_ctl_error value from the map + - ALSA: usb-audio: Don't create jack controls for PCM terminals + - ALSA: usb-audio: Check mapping at creating connector controls, too + - arm64: vdso: don't free unallocated pages + - keys: Fix proc_keys_next to increase position index + - tracing: Fix the race between registering 'snapshot' event trigger and + triggering 'snapshot' operation + - btrfs: check commit root generation in should_ignore_root + - nl80211: fix NL80211_ATTR_FTM_RESPONDER policy + - mac80211: fix race in ieee80211_register_hw() + - mac80211_hwsim: Use kstrndup() in place of kasprintf() + - net/mlx5e: Encapsulate updating netdev queues into a function + - net/mlx5e: Rename hw_modify to preactivate + - net/mlx5e: Use preactivate hook to set the indirection table + - drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled + - drm/amdgpu: fix the hw hang during perform system reboot and reset + - i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT + - ext4: do not zeroout extents beyond i_disksize + - irqchip/ti-sci-inta: Fix processing of masked irqs + - x86/resctrl: Preserve CDP enable over CPU hotplug + - x86/resctrl: Fix invalid attempt at removing the default resource group + - scsi: target: remove boilerplate code + - scsi: target: fix hang when multiple threads try to destroy the same iscsi + session + - x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE + - Linux 5.4.34 + * Focal update: v5.4.33 upstream stable release (LP: #1873481) + - ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage + - bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads + - ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode + - bpf: Fix deadlock with rq_lock in bpf_send_signal() + - iwlwifi: mvm: Fix rate scale NSS configuration + - Input: tm2-touchkey - add support for Coreriver TC360 variant + - soc: fsl: dpio: register dpio irq handlers after dpio create + - rxrpc: Abstract out the calculation of whether there's Tx space + - rxrpc: Fix call interruptibility handling + - net: stmmac: platform: Fix misleading interrupt error msg + - net: vxge: fix wrong __VA_ARGS__ usage + - hinic: fix a bug of waitting for IO stopped + - hinic: fix the bug of clearing event queue + - hinic: fix out-of-order excution in arm cpu + - hinic: fix wrong para of wait_for_completion_timeout + - hinic: fix wrong value of MIN_SKB_LEN + - selftests/net: add definition for SOL_DCCP to fix compilation errors for old + libc + - cxgb4/ptp: pass the sign of offset delta in FW CMD + - drm/scheduler: fix rare NULL ptr race + - cfg80211: Do not warn on same channel at the end of CSA + - qlcnic: Fix bad kzalloc null test + - i2c: st: fix missing struct parameter description + - i2c: pca-platform: Use platform_irq_get_optional + - media: rc: add keymap for Videostrong KII Pro + - cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL + - staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex + - media: venus: hfi_parser: Ignore HEVC encoding for V1 + - firmware: arm_sdei: fix double-lock on hibernate with shared events + - null_blk: Fix the null_add_dev() error path + - null_blk: Handle null_add_dev() failures properly + - null_blk: fix spurious IO errors after failed past-wp access + - media: imx: imx7_mipi_csis: Power off the source when stopping streaming + - media: imx: imx7-media-csi: Fix video field handling + - xhci: bail out early if driver can't accress host in resume + - x86: Don't let pgprot_modify() change the page encryption bit + - dma-mapping: Fix dma_pgprot() for unencrypted coherent pages + - block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices + - debugfs: Check module state before warning in {full/open}_proxy_open() + - irqchip/versatile-fpga: Handle chained IRQs properly + - time/sched_clock: Expire timer in hardirq context + - media: allegro: fix type of gop_length in channel_create message + - sched: Avoid scale real weight down to zero + - selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault + - PCI/switchtec: Fix init_completion race condition with poll_wait() + - block, bfq: move forward the getting of an extra ref in bfq_bfqq_move + - media: i2c: video-i2c: fix build errors due to 'imply hwmon' + - libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() + - pstore/platform: fix potential mem leak if pstore_init_fs failed + - gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty + - gfs2: Don't demote a glock until its revokes are written + - cpufreq: imx6q: fix error handling + - x86/boot: Use unsigned comparison for addresses + - efi/x86: Ignore the memory attributes table on i386 + - genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() + - block: Fix use-after-free issue accessing struct io_cq + - media: i2c: ov5695: Fix power on and off sequences + - usb: dwc3: core: add support for disabling SS instances in park mode + - irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency + - md: check arrays is suspended in mddev_detach before call quiesce operations + - firmware: fix a double abort case with fw_load_sysfs_fallback + - spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion + - locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() + - block, bfq: fix use-after-free in bfq_idle_slice_timer_body + - btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is + at least queued + - btrfs: remove a BUG_ON() from merge_reloc_roots() + - btrfs: restart relocate_tree_blocks properly + - btrfs: track reloc roots based on their commit root bytenr + - ASoC: fix regwmask + - ASoC: dapm: connect virtual mux with default value + - ASoC: dpcm: allow start or stop during pause for backend + - ASoC: topology: use name_prefix for new kcontrol + - usb: gadget: f_fs: Fix use after free issue as part of queue failure + - usb: gadget: composite: Inform controller driver of self-powered + - ALSA: usb-audio: Add mixer workaround for TRX40 and co + - ALSA: hda: Add driver blacklist + - ALSA: hda: Fix potential access overflow in beep helper + - ALSA: ice1724: Fix invalid access for enumerated ctl items + - ALSA: pcm: oss: Fix regression by buffer overflow fix + - ALSA: hda/realtek - a fake key event is triggered by running shutup + - ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 + - ALSA: hda/realtek - Set principled PC Beep configuration for ALC256 + - ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups + - ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen + - ALSA: hda/realtek - Add quirk for MSI GL63 + - media: venus: firmware: Ignore secure call error on first resume + - media: hantro: Read be32 words starting at every fourth byte + - media: ti-vpe: cal: fix disable_irqs to only the intended target + - media: ti-vpe: cal: fix a kernel oops when unloading module + - seccomp: Add missing compat_ioctl for notify + - acpi/x86: ignore unspecified bit positions in the ACPI global lock field + - ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE + - ACPI: PM: s2idle: Refine active GPEs check + - thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n + - nvmet-tcp: fix maxh2cdata icresp parameter + - efi/x86: Add TPM related EFI tables to unencrypted mapping checks + - PCI: pciehp: Fix indefinite wait on sysfs requests + - PCI/ASPM: Clear the correct bits when enabling L1 substates + - PCI: Add boot interrupt quirk mechanism for Xeon chipsets + - PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM + - PCI: endpoint: Fix for concurrent memory allocation in OB address region + - sched/fair: Fix enqueue_task_fair warning + - tpm: Don't make log failures fatal + - tpm: tpm1_bios_measurements_next should increase position index + - tpm: tpm2_bios_measurements_next should increase position index + - cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() + - genirq/debugfs: Add missing sanity checks to interrupt injection + - irqchip/versatile-fpga: Apply clear-mask earlier + - io_uring: remove bogus RLIMIT_NOFILE check in file registration + - pstore: pstore_ftrace_seq_next should increase position index + - MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 + - MIPS: OCTEON: irq: Fix potential NULL pointer dereference + - PM / Domains: Allow no domain-idle-states DT property in genpd when parsing + - PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there + - ath9k: Handle txpower changes even when TPC is disabled + - signal: Extend exec_id to 64bits + - x86/tsc_msr: Use named struct initializers + - x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices + - x86/tsc_msr: Make MSR derived TSC frequency more accurate + - x86/entry/32: Add missing ASM_CLAC to general_protection entry + - platform/x86: asus-wmi: Support laptops where the first battery is named + BATT + - KVM: nVMX: Properly handle userspace interrupt window request + - KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks + - KVM: s390: vsie: Fix delivery of addressing exceptions + - KVM: x86: Allocate new rmap and large page tracking when moving memslot + - KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support + - KVM: x86: Gracefully handle __vmalloc() failure during VM allocation + - KVM: VMX: Add a trampoline to fix VMREAD error handling + - KVM: VMX: fix crash cleanup when KVM wasn't used + - smb3: fix performance regression with setting mtime + - CIFS: Fix bug which the return value by asynchronous read is error + - mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers + - mtd: spinand: Do not erase the block before writing a bad block marker + - btrfs: Don't submit any btree write bio if the fs has errors + - Btrfs: fix crash during unmount due to race with delayed inode workers + - btrfs: reloc: clean dirty subvols if we fail to start a transaction + - btrfs: set update the uuid generation as soon as possible + - btrfs: drop block from cache on error in relocation + - btrfs: fix missing file extent item for hole after ranged fsync + - btrfs: unset reloc control if we fail to recover + - btrfs: fix missing semaphore unlock in btrfs_sync_file + - btrfs: use nofs allocations for running delayed items + - remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown + - remoteproc: qcom_q6v5_mss: Reload the mba region on coredump + - remoteproc: Fix NULL pointer dereference in rproc_virtio_notify + - crypto: rng - Fix a refcounting bug in crypto_rng_reset() + - crypto: mxs-dcp - fix scatterlist linearization for hash + - erofs: correct the remaining shrink objects + - io_uring: honor original task RLIMIT_FSIZE + - mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versions + - powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init() + - tools: gpio: Fix out-of-tree build regression + - net: qualcomm: rmnet: Allow configuration updates to existing devices + - arm64: dts: allwinner: h6: Fix PMU compatible + - sched/core: Remove duplicate assignment in sched_tick_remote() + - arm64: dts: allwinner: h5: Fix PMU compatible + - mm, memcg: do not high throttle allocators based on wraparound + - dm writecache: add cond_resched to avoid CPU hangs + - dm integrity: fix a crash with unusually large tag size + - dm verity fec: fix memory leak in verity_fec_dtr + - dm clone: Add overflow check for number of regions + - dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() + - XArray: Fix xas_pause for large multi-index entries + - xarray: Fix early termination of xas_for_each_marked + - crypto: caam/qi2 - fix chacha20 data size error + - crypto: caam - update xts sector size for large input length + - crypto: ccree - protect against empty or NULL scatterlists + - crypto: ccree - only try to map auth tag if needed + - crypto: ccree - dec auth tag size from cryptlen map + - scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point + - scsi: ufs: fix Auto-Hibern8 error detection + - ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board + - arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes + - arm64: armv8_deprecated: Fix undef_hook mask for thumb setend + - selftests: vm: drop dependencies on page flags from mlock2 tests + - selftests/vm: fix map_hugetlb length used for testing read and write + - selftests/powerpc: Add tlbie_test in .gitignore + - vfio: platform: Switch to platform_get_irq_optional() + - drm/i915/gem: Flush all the reloc_gpu batch + - drm/etnaviv: rework perfmon query infrastructure + - drm: Remove PageReserved manipulation from drm_pci_alloc + - drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK + - drm/amdgpu: unify fw_write_wait for new gfx9 asics + - powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable + - nfsd: fsnotify on rmdir under nfsd/clients/ + - NFS: Fix use-after-free issues in nfs_pageio_add_request() + - NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() + - ext4: fix a data race at inode->i_blocks + - fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() + - ocfs2: no need try to truncate file beyond i_size + - perf tools: Support Python 3.8+ in Makefile + - s390/diag: fix display of diagnose call statistics + - Input: i8042 - add Acer Aspire 5738z to nomux list + - ftrace/kprobe: Show the maxactive number on kprobe_events + - clk: ingenic/jz4770: Exit with error if CGU init failed + - clk: ingenic/TCU: Fix round_rate returning error + - kmod: make request_module() return an error when autoloading is disabled + - cpufreq: powernv: Fix use-after-free + - hfsplus: fix crash and filesystem corruption when deleting files + - ipmi: fix hung processes in __get_guid() + - xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() + - powerpc/64/tm: Don't let userspace set regs->trap via sigreturn + - powerpc/fsl_booke: Avoid creating duplicate tlb1 entry + - powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE + entries + - powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs + - powerpc/64: Setup a paca before parsing device tree etc. + - powerpc/xive: Fix xmon support on the PowerNV platform + - powerpc/kprobes: Ignore traps that happened in real mode + - powerpc/64: Prevent stack protection in early boot + - scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug + - powerpc: Make setjmp/longjmp signature standard + - arm64: Always force a branch protection mode when the compiler has one + - dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() + - dm clone: replace spin_lock_irqsave with spin_lock_irq + - dm clone: Fix handling of partial region discards + - dm clone: Add missing casts to prevent overflows and data corruption + - Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" + - drm/dp_mst: Fix clearing payload state on topology disable + - drm/amdgpu: fix gfx hang during suspend with video playback (v2) + - drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode + - powerpc/kasan: Fix kasan_remap_early_shadow_ro() + - mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static + - mmc: sdhci: Refactor sdhci_set_timeout() + - bpf: Fix tnum constraints for 32-bit comparisons + - mfd: dln2: Fix sanity checking for endpoints + - efi/x86: Fix the deletion of variables in mixed mode + - ASoC: stm32: sai: Add missing cleanup + - Linux 5.4.33 + - SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize + * Panic on suspend/resume Kernel panic - not syncing: stack-protector: Kernel + stack is corrupted in: sata_pmp_eh_recover+0xa2b/0xa40 (LP: #1821434) // + Focal update: v5.4.33 upstream stable release (LP: #1873481) + - libata: Return correct status in sata_pmp_eh_recover_pm() when + ATA_DFLAG_DETACH is set + * Focal update: v5.4.32 upstream stable release (LP: #1873292) + - cxgb4: fix MPS index overwrite when setting MAC address + - ipv6: don't auto-add link-local address to lag ports + - net: dsa: bcm_sf2: Do not register slave MDIO bus with OF + - net: dsa: bcm_sf2: Ensure correct sub-node is parsed + - net: dsa: mt7530: fix null pointer dereferencing in port5 setup + - net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before + accessing PHY registers + - net_sched: add a temporary refcnt for struct tcindex_data + - net_sched: fix a missing refcnt in tcindex_init() + - net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting + - tun: Don't put_page() for all negative return values from XDP program + - mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE + - r8169: change back SG and TSO to be disabled by default + - s390: prevent leaking kernel address in BEAR + - random: always use batched entropy for get_random_u{32,64} + - usb: dwc3: gadget: Wrap around when skip TRBs + - uapi: rename ext2_swab() to swab() and share globally in swab.h + - slub: improve bit diffusion for freelist ptr obfuscation + - tools/accounting/getdelays.c: fix netlink attribute length + - hwrng: imx-rngc - fix an error path + - ACPI: PM: Add acpi_[un]register_wakeup_handler() + - platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler() + - ASoC: jz4740-i2s: Fix divider written at incorrect offset in register + - IB/hfi1: Call kobject_put() when kobject_init_and_add() fails + - IB/hfi1: Fix memory leaks in sysfs registration and unregistration + - IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads + - ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D + - ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A + - ceph: remove the extra slashes in the server path + - ceph: canonicalize server path in place + - include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for + swap + - RDMA/ucma: Put a lock around every call to the rdma_cm layer + - RDMA/cma: Teach lockdep about the order of rtnl and lock + - RDMA/siw: Fix passive connection establishment + - Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl + - RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow + - blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync + - fbcon: fix null-ptr-deref in fbcon_switch + - iommu/vt-d: Allow devices with RMRRs to use identity domain + - Linux 5.4.32 + * Focal update: v5.4.31 upstream stable release (LP: #1871651) + - nvme-rdma: Avoid double freeing of async event data + - kconfig: introduce m32-flag and m64-flag + - drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017 + - drm/bochs: downgrade pci_request_region failure from error to warning + - initramfs: restore default compression behavior + - drm/amdgpu: fix typo for vcn1 idle check + - [Packaging] add libcap-dev dependency + - tools/power turbostat: Fix gcc build warnings + - tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks + - tools/power turbostat: Fix 32-bit capabilities warning + - net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flow + - XArray: Fix xa_find_next for large multi-index entries + - padata: fix uninitialized return value in padata_replace() + - brcmfmac: abort and release host after error + - misc: rtsx: set correct pcr_ops for rts522A + - misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices + - misc: pci_endpoint_test: Avoid using module parameter to determine irqtype + - PCI: sysfs: Revert "rescan" file renames + - coresight: do not use the BIT() macro in the UAPI header + - mei: me: add cedar fork device ids + - nvmem: check for NULL reg_read and reg_write before dereferencing + - extcon: axp288: Add wakeup support + - power: supply: axp288_charger: Add special handling for HP Pavilion x2 10 + - Revert "dm: always call blk_queue_split() in dm_process_bio()" + - ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated sound on EVGA X99 + Classified motherboard + - soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ helper + - net/mlx5e: kTLS, Fix wrong value in record tracker enum + - iwlwifi: consider HE capability when setting LDPC + - iwlwifi: yoyo: don't add TLV offset when reading FIFOs + - iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails + - rxrpc: Fix sendmsg(MSG_WAITALL) handling + - IB/hfi1: Ensure pq is not left on waitlist + - tcp: fix TFO SYNACK undo to avoid double-timestamp-undo + - watchdog: iTCO_wdt: Export vendorsupport + - watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional + - i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device + - net: Fix Tx hash bound checking + - padata: always acquire cpu_hotplug_lock before pinst->lock + - mm: mempolicy: require at least one nodeid for MPOL_PREFERRED + - Linux 5.4.31 + * Add hw timestamps to received skbs in peak_canfd (LP: #1874124) + - can: peak_canfd: provide hw timestamps in rx skbs + * kselftest: seccomp kill_after_ptrace() timeout (LP: #1872047) + - SAUCE: kselftest/runner: allow to properly deliver signals to tests + + [ Ubuntu: 5.4.0-29.33 ] + + * focal/linux: 5.4.0-29.33 -proposed tracker (LP: #1875858) + * Packaging resync (LP: #1786013) + - update dkms package versions + * Add signed modules for the 435 NVIDIA driver (LP: #1875888) + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver + * built-using constraints preventing uploads (LP: #1875601) + - temporarily drop Built-Using data + + [ Ubuntu: 5.4.0-28.32 ] + + * CVE-2020-11884 + - SAUCE: s390/mm: fix page table upgrade vs 2ndary address mode accesses + + [ Ubuntu: 5.4.0-26.30 ] + + * focal/linux: 5.4.0-26.30 -proposed tracker (LP: #1873882) + * Packaging resync (LP: #1786013) + - update dkms package versions + * swap storms kills interactive use (LP: #1861359) + - SAUCE: drm/i915: prevent direct writeback from the shrinker + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315) + - [Config] lowlatency: turn off RT_GROUP_SCHED + * [RTL810xE] No ethernet connection (LP: #1871182) + - net: phy: realtek: fix handling of RTL8105e-integrated PHY + + [ Ubuntu: 5.4.0-25.29 ] + + * focal/linux: 5.4.0-25.29 -proposed tracker (LP: #1873459) + * [TGL] VMD support in TGL (LP: #1855954) + - PCI: vmd: Add bus 224-255 restriction decode + - PCI: vmd: Add device id for VMD device 8086:9A0B + * Can not see the storage with Intel RAID On mode enabled on Intel Comet Lake + (LP: #1871812) + - ahci: Add Intel Comet Lake PCH RAID PCI ID + + -- Stefan Bader Tue, 05 May 2020 14:51:01 +0200 + +linux-aws (5.4.0-1009.9) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1009.9 -proposed tracker (LP: #1871933) + + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + + * Miscellaneous Ubuntu changes + - [Config] Remove PCIEASPM_DEBUG from annotations + + [ Ubuntu: 5.4.0-24.28 ] + + * focal/linux: 5.4.0-24.28 -proposed tracker (LP: #1871939) + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + * 12d1:1038 Dual-Role OTG device on non-HNP port - unable to enumerate USB + device on port 1 (LP: #1047527) + - [Config] USB_OTG_FSM policy not needed + * Add DCPD backlight support for HP CML system (LP: #1871589) + - SAUCE: drm/i915: Force DPCD backlight mode for HP CML 2020 system + * Backlight brightness cannot be adjusted using keys (LP: #1860303) + - SAUCE drm/i915: Force DPCD backlight mode for HP Spectre x360 Convertible + 13t-aw100 + * CVE-2020-11494 + - slcan: Don't transmit uninitialized stack data in padding + * Ubuntu Kernel Support for OpenPOWER NV Secure & Trusted Boot (LP: #1866909) + - powerpc: Detect the secure boot mode of the system + - powerpc/ima: Add support to initialize ima policy rules + - powerpc: Detect the trusted boot state of the system + - powerpc/ima: Define trusted boot policy + - ima: Make process_buffer_measurement() generic + - certs: Add wrapper function to check blacklisted binary hash + - ima: Check against blacklisted hashes for files with modsig + - powerpc/ima: Update ima arch policy to check for blacklist + - powerpc/ima: Indicate kernel modules appended signatures are enforced + - powerpc/powernv: Add OPAL API interface to access secure variable + - powerpc: expose secure variables to userspace via sysfs + - x86/efi: move common keyring handler functions to new file + - powerpc: Load firmware trusted keys/hashes into kernel keyring + - x86/efi: remove unused variables + * [roce-0227]sync mainline kernel 5.6rc3 roce patchset into ubuntu HWE kernel + branch (LP: #1864950) + - RDMA/hns: Cleanups of magic numbers + - RDMA/hns: Optimize eqe buffer allocation flow + - RDMA/hns: Add the workqueue framework for flush cqe handler + - RDMA/hns: Delayed flush cqe process with workqueue + - RDMA/hns: fix spelling mistake: "attatch" -> "attach" + - RDMA/hns: Initialize all fields of doorbells to zero + - RDMA/hns: Treat revision HIP08_A as a special case + - RDMA/hns: Use flush framework for the case in aeq + - RDMA/hns: Stop doorbell update while qp state error + - RDMA/hns: Optimize qp destroy flow + - RDMA/hns: Optimize qp context create and destroy flow + - RDMA/hns: Optimize qp number assign flow + - RDMA/hns: Optimize qp buffer allocation flow + - RDMA/hns: Optimize qp param setup flow + - RDMA/hns: Optimize kernel qp wrid allocation flow + - RDMA/hns: Optimize qp doorbell allocation flow + - RDMA/hns: Check if depth of qp is 0 before configure + * [hns3-0316]sync mainline kernel 5.6rc4 hns3 patchset into ubuntu HWE kernel + branch (LP: #1867586) + - net: hns3: modify an unsuitable print when setting unknown duplex to fibre + - net: hns3: add enabled TC numbers and DWRR weight info in debugfs + - net: hns3: add support for dump MAC ID and loopback status in debugfs + - net: hns3: add missing help info for QS shaper in debugfs + - net: hns3: fix some mixed type assignment + - net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH + - net: hns3: remove an unnecessary resetting check in + hclge_handle_hw_ras_error() + - net: hns3: delete some reduandant code + - net: hns3: add a check before PF inform VF to reset + - net: hns3: print out status register when VF receives unknown source + interrupt + - net: hns3: print out command code when dump fails in debugfs + - net: hns3: synchronize some print relating to reset issue + - net: hns3: delete unnecessary logs after kzalloc fails + * [SRU][F/U/OEM-5.6] UBUNTU: SAUCE: Fix amdgpu hang during acpi event + (LP: #1871316) + - SAUCE: drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event + * alsa: make the dmic detection align to the mainline kernel-5.6 + (LP: #1871284) + - ALSA: hda: add Intel DSP configuration / probe code + - ALSA: hda: fix intel DSP config + - ALSA: hda: Allow non-Intel device probe gracefully + - ALSA: hda: More constifications + - ALSA: hda: Rename back to dmic_detect option + - [Config] SND_INTEL_DSP_CONFIG=m + * add_key05 from ubuntu_ltp_syscalls failed (LP: #1869644) + - KEYS: reaching the keys quotas correctly + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300) + - SAUCE: rtw88: No retry and report for auth and assoc + - SAUCE: rtw88: fix rate for a while after being connected + - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip + * Add Mute LED support for an HP laptop (LP: #1871090) + - ALSA: hda/realtek: Enable mute LED on an HP system + * dscr_sysfs_test / futex_bench / tm-unavailable in powerpc from + ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3 (LP: #1864642) + - Revert "UBUNTU: SAUCE: selftests/powerpc -- Disable timeout for benchmark + and tm tests" + - selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm + * Update 20.0.4 NVMe Core, NVMe FC Transport and nvme-cli for Broadcom Emulex + lpfc driver 12.6.0.x dependencies (LP: #1856340) + - nvme-fc: Sync nvme-fc header to FC-NVME-2 + - nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes + - nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu + - nvme-fc: clarify error messages + - nvme-fc: ensure association_id is cleared regardless of a Disconnect LS + - nvme: resync include/linux/nvme.h with nvmecli + - nvme: Fix parsing of ANA log page + * Update Broadcom Emulex lpfc driver in 5.4 to 12.6.0.x from 5.5 + (LP: #1855303) + - scsi: lpfc: Fix pt2pt discovery on SLI3 HBAs + - scsi: lpfc: Fix premature re-enabling of interrupts in lpfc_sli_host_down + - scsi: lpfc: Fix miss of register read failure check + - scsi: lpfc: Fix NVME io abort failures causing hangs + - scsi: lpfc: Fix device recovery errors after PLOGI failures + - scsi: lpfc: Fix GPF on scsi command completion + - scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTS + - scsi: lpfc: Fix coverity errors on NULL pointer checks + - scsi: lpfc: Fix host hang at boot or slow boot + - scsi: lpfc: Update async event logging + - scsi: lpfc: Complete removal of FCoE T10 PI support on SLI-4 adapters + - scsi: lpfc: cleanup: remove unused fcp_txcmlpq_cnt + - scsi: lpfc: Update lpfc version to 12.4.0.1 + - scsi: lpfc: Make function lpfc_defer_pt2pt_acc static + - scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue count + - scsi: lpfc: Fix reporting of read-only fw error errors + - scsi: lpfc: Fix lockdep errors in sli_ringtx_put + - scsi: lpfc: fix coverity error of dereference after null check + - scsi: lpfc: Slight fast-path performance optimizations + - scsi: lpfc: Remove lock contention target write path + - scsi: lpfc: Revise interrupt coalescing for missing scenarios + - scsi: lpfc: Make FW logging dynamically configurable + - scsi: lpfc: Add log macros to allow print by serverity or verbosity setting + - scsi: lpfc: Add FA-WWN Async Event reporting + - scsi: lpfc: Add FC-AL support to lpe32000 models + - scsi: lpfc: Add additional discovery log messages + - scsi: lpfc: Update lpfc version to 12.6.0.0 + - scsi: lpfc: lpfc_attr: Fix Use plain integer as NULL pointer + - scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointer + - scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc + - scsi: lpfc: fix spelling error in MAGIC_NUMER_xxx + - scsi: lpfc: Fix NULL check before mempool_destroy is not needed + - scsi: lpfc: Make lpfc_debugfs_ras_log_data static + - scsi: lpfc: Fix configuration of BB credit recovery in service parameters + - scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port + bounce + - scsi: lpfc: Fix dynamic fw log enablement check + - scsi: lpfc: Sync with FC-NVMe-2 SLER change to require Conf with SLER + - scsi: lpfc: Clarify FAWNN error message + - scsi: lpfc: Add registration for CPU Offline/Online events + - scsi: lpfc: Change default IRQ model on AMD architectures + - scsi: lpfc: Add enablement of multiple adapter dumps + - scsi: lpfc: Update lpfc version to 12.6.0.1 + - scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr() + - scsi: lpfc: Fix lpfc_cpumask_of_node_init() + - scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list() + - scsi: lpfc: Initialize cpu_map for not present cpus + - scsi: lpfc: revise nvme max queues to be hdwq count + - scsi: lpfc: Update lpfc version to 12.6.0.2 + - scsi: lpfc: size cpu map by last cpu id set + - scsi: lpfc: Fix incomplete NVME discovery when target + - scsi: lpfc: Fix missing check for CSF in Write Object Mbox Rsp + - scsi: lpfc: Fix Fabric hostname registration if system hostname changes + - scsi: lpfc: Fix ras_log via debugfs + - scsi: lpfc: Fix disablement of FC-AL on lpe35000 models + - scsi: lpfc: Fix unmap of dpp bars affecting next driver load + - scsi: lpfc: Fix MDS Latency Diagnostics Err-drop rates + - scsi: lpfc: Fix improper flag check for IO type + - scsi: lpfc: Update lpfc version to 12.6.0.3 + - scsi: lpfc: Fix RQ buffer leakage when no IOCBs available + - scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path + - scsi: lpfc: Fix broken Credit Recovery after driver load + - scsi: lpfc: Fix registration of ELS type support in fdmi + - scsi: lpfc: Fix release of hwq to clear the eq relationship + - scsi: lpfc: Fix compiler warning on frame size + - scsi: lpfc: Fix coverity errors in fmdi attribute handling + - scsi: lpfc: Remove handler for obsolete ELS - Read Port Status (RPS) + - scsi: lpfc: Clean up hba max_lun_queue_depth checks + - scsi: lpfc: Update lpfc version to 12.6.0.4 + - scsi: lpfc: Copyright updates for 12.6.0.4 patches + - scsi: fc: Update Descriptor definition and add RDF and Link Integrity FPINs + - scsi: lpfc: add RDF registration and Link Integrity FPIN logging + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV + Secure & Trusted Boot (LP: #1866909) + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + * Focal update: v5.4.30 upstream stable release (LP: #1870571) + - mac80211: Check port authorization in the ieee80211_tx_dequeue() case + - mac80211: fix authentication with iwlwifi/mvm + - serial: sprd: Fix a dereference warning + - vt: selection, introduce vc_is_sel + - vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines + - vt: switch vt_dont_switch to bool + - vt: vt_ioctl: remove unnecessary console allocation checks + - vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console + - vt: vt_ioctl: fix use-after-free in vt_in_use() + - platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table + - bpf: Explicitly memset the bpf_attr structure + - bpf: Explicitly memset some bpf info structures declared on the stack + - gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model + - net: ks8851-ml: Fix IO operations, again + - clk: imx: Align imx sc clock msg structs to 4 + - clk: imx: Align imx sc clock parent msg structs to 4 + - clk: ti: am43xx: Fix clock parent for RTC clock + - libceph: fix alloc_msg_with_page_vector() memory leaks + - arm64: alternative: fix build with clang integrated assembler + - perf map: Fix off by one in strncpy() size argument + - ARM: dts: oxnas: Fix clear-mask property + - ARM: bcm2835-rpi-zero-w: Add missing pinctrl name + - ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage + - ARM: dts: N900: fix onenand timings + - ARM: dts: sun8i: r40: Move AHCI device node based on address order + - arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id + - arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode + - Linux 5.4.30 + * Miscellaneous Ubuntu changes + - [Config] CONFIG_RT_GROUP_SCHED=y + - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not + enabled + - SAUCE: Update aufs to 5.4.3 20200302 + - SAUCE: drm/amdgpu: Remove missing firmware files from modinfo + - SAUCE: drm/i915: Fix ref->mutex deadlock in i915_active_wait() + - SAUCE: drm/i915: Synchronize active and retire callbacks + - SAUCE: apparmor: add a valid state flags check + - SAUCE: aapparmor: add consistency check between state and dfa diff encode + flags + - SAUCE: aapparmor: remove useless aafs_create_symlink + - SAUCE: aapparmor: fail unpack if profile mode is unknown + - SAUCE: apparmor: ensure that dfa state tables have entries + - SAUCE: apparmor: fix potential label refcnt leak in aa_change_profile + - SAUCE: security/apparmor/label.c: Clean code by removing redundant + instructions + - [Config] Remove PCIEASPM_DEBUG from annotations + - [Config] Remove HEADER_TEST from annotations + - SAUCE: selftests/seccomp: allow clock_nanosleep instead of nanosleep + - [Debian] Allow building linux-libc-dev from linux-riscv + - [Packaging] Remove riscv64 packaging from master kernel + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations + * Miscellaneous upstream changes + - net/bpfilter: remove superfluous testing message + - apparmor: increase left match history buffer size + + [ Ubuntu: 5.4.0-23.27 ] + + * Miscellaneous Ubuntu changes + - [Packaging] Enable riscv64 build + + -- Andrea Righi Fri, 10 Apr 2020 17:17:26 +0200 + +linux-aws (5.4.0-1008.8) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1008.8 -proposed tracker (LP: #1870497) + + * Focal update: v5.4.29 upstream stable release (LP: #1870142) + - [Config] aws: Update config for DPAA_ERRATUM_A050385 + - [Config] aws: Update config for NET_REDIRECT + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + [ Ubuntu: 5.4.0-22.26 ] + + * focal/linux: 5.4.0-22.26 -proposed tracker (LP: #1870502) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + - update dkms package versions + * [SFC-0316]sync mainline kernel 5.7rc1 SFC patchset into ubuntu HWE kernel + branch (LP: #1867588) + - spi: Allow SPI controller override device buswidth + - spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modes + - spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth override bits + * [hns3-0316]sync mainline kernel 5.6rc4 hns3 patchset into ubuntu HWE kernel + branch (LP: #1867586) + - net: hns3: fix VF VLAN table entries inconsistent issue + - net: hns3: fix RMW issue for VLAN filter switch + - net: hns3: clear port base VLAN when unload PF + * [sas-0316]sync mainline kernel 5.6rc1 roce patchset into ubuntu HWE kernel + branch (LP: #1867587) + - scsi: hisi_sas: use threaded irq to process CQ interrupts + - scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with + spin_lock/spin_unlock + - scsi: hisi_sas: Replace magic number when handle channel interrupt + - scsi: hisi_sas: Modify the file permissions of trigger_dump to write only + - scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic + affinity + - scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask + * Revert "nvme_fc: add module to ops template to allow module references" + (LP: #1869947) + - SAUCE: Revert "nvme_fc: add module to ops template to allow module + references" + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - Revert "UBUNTU: SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th" + - SAUCE: e1000e: bump up timeout to wait when ME un-configure ULP mode + * Focal update: v5.4.29 upstream stable release (LP: #1870142) + - mmc: core: Allow host controllers to require R1B for CMD6 + - mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard + - mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command + - mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY + - mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY + - ACPI: PM: s2idle: Rework ACPI events synchronization + - cxgb4: fix throughput drop during Tx backpressure + - cxgb4: fix Txq restart check during backpressure + - geneve: move debug check after netdev unregister + - hsr: fix general protection fault in hsr_addr_is_self() + - ipv4: fix a RCU-list lock in inet_dump_fib() + - macsec: restrict to ethernet devices + - mlxsw: pci: Only issue reset when system is ready + - mlxsw: spectrum_mr: Fix list iteration in error path + - net/bpfilter: fix dprintf usage for /dev/kmsg + - net: cbs: Fix software cbs to consider packet sending time + - net: dsa: Fix duplicate frames flooded by learning + - net: dsa: mt7530: Change the LINK bit to reflect the link status + - net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop + - net: ena: Add PCI shutdown handler to allow safe kexec + - net: mvneta: Fix the case where the last poll did not process all rx + - net/packet: tpacket_rcv: avoid a producer race condition + - net: phy: dp83867: w/a for fld detect threshold bootstrapping issue + - net: phy: mdio-bcm-unimac: Fix clock handling + - net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value + - net: qmi_wwan: add support for ASKEY WWHC050 + - net/sched: act_ct: Fix leak of ct zone template on replace + - net_sched: cls_route: remove the right filter from hashtable + - net_sched: hold rtnl lock in tcindex_partial_destroy_work() + - net_sched: keep alloc_hash updated after hash allocation + - net: stmmac: dwmac-rk: fix error path in rk_gmac_probe + - NFC: fdp: Fix a signedness bug in fdp_nci_send_patch() + - r8169: re-enable MSI on RTL8168c + - slcan: not call free_netdev before rtnl_unlock in slcan_open + - tcp: also NULL skb->dev when copy was needed + - tcp: ensure skb->dev is NULL before leaving TCP stack + - tcp: repair: fix TCP_QUEUE_SEQ implementation + - vxlan: check return value of gro_cells_init() + - bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S. + - bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets() + - bnxt_en: Return error if bnxt_alloc_ctx_mem() fails. + - bnxt_en: Free context memory after disabling PCI in probe error path. + - bnxt_en: Reset rings if ring reservation fails during open() + - net: ip_gre: Separate ERSPAN newlink / changelink callbacks + - net: ip_gre: Accept IFLA_INFO_DATA-less configuration + - hsr: use rcu_read_lock() in hsr_get_node_{list/status}() + - hsr: add restart routine into hsr_get_node_list() + - hsr: set .netnsok flag + - net/mlx5: DR, Fix postsend actions write length + - net/mlx5e: Enhance ICOSQ WQE info fields + - net/mlx5e: Fix missing reset of SW metadata in Striding RQ reset + - net/mlx5e: Fix ICOSQ recovery flow with Striding RQ + - net/mlx5e: Do not recover from a non-fatal syndrome + - cgroup-v1: cgroup_pidlist_next should update position index + - nfs: add minor version to nfs_server_key for fscache + - cpupower: avoid multiple definition with gcc -fno-common + - drivers/of/of_mdio.c:fix of_mdiobus_register() + - cgroup1: don't call release_agent when it is "" + - [Config] updateconfigs for DPAA_ERRATUM_A050385 + - dt-bindings: net: FMan erratum A050385 + - arm64: dts: ls1043a: FMan erratum A050385 + - fsl/fman: detect FMan erratum A050385 + - drm/amd/display: update soc bb for nv14 + - drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20 + - drm/exynos: Fix cleanup of IOMMU related objects + - iommu/vt-d: Silence RCU-list debugging warnings + - s390/qeth: don't reset default_out_queue + - s390/qeth: handle error when backing RX buffer + - scsi: ipr: Fix softlockup when rescanning devices in petitboot + - mac80211: Do not send mesh HWMP PREQ if HWMP is disabled + - dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom + - sxgbe: Fix off by one in samsung driver strncpy size arg + - net: hns3: fix "tc qdisc del" failed issue + - iommu/vt-d: Fix debugfs register reads + - iommu/vt-d: Populate debugfs if IOMMUs are detected + - iwlwifi: mvm: fix non-ACPI function + - i2c: hix5hd2: add missed clk_disable_unprepare in remove + - Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger() + - Input: fix stale timestamp on key autorepeat events + - Input: synaptics - enable RMI on HP Envy 13-ad105ng + - Input: avoid BIT() macro usage in the serio.h UAPI header + - IB/rdmavt: Free kernel completion queue when done + - RDMA/core: Fix missing error check on dev_set_name() + - gpiolib: Fix irq_disable() semantics + - RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET + - RDMA/mad: Do not crash if the rdma device does not have a umad interface + - ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL + - ceph: fix memory leak in ceph_cleanup_snapid_map() + - ARM: dts: dra7: Add bus_dma_limit for L3 bus + - ARM: dts: omap5: Add bus_dma_limit for L3 bus + - x86/ioremap: Fix CONFIG_EFI=n build + - perf probe: Fix to delete multiple probe event + - perf probe: Do not depend on dwfl_module_addrsym() + - rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44 + - tools: Let O= makes handle a relative path with -C option + - scripts/dtc: Remove redundant YYLOC global declaration + - scsi: sd: Fix optimal I/O size for devices that change reported values + - nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type + - mac80211: drop data frames without key on encrypted links + - mac80211: mark station unauthorized before key removal + - mm/swapfile.c: move inode_lock out of claim_swapfile + - drivers/base/memory.c: indicate all memory blocks as removable + - mm/sparse: fix kernel crash with pfn_section_valid check + - mm: fork: fix kernel_stack memcg stats for various stack implementations + - gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk + - gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option + - gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model + - bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory + - RDMA/core: Ensure security pkey modify is not lost + - afs: Fix handling of an abort from a service handler + - genirq: Fix reference leaks on irq affinity notifiers + - xfrm: handle NETDEV_UNREGISTER for xfrm device + - vti[6]: fix packet tx through bpf_redirect() in XinY cases + - RDMA/mlx5: Fix the number of hwcounters of a dynamic counter + - RDMA/mlx5: Fix access to wrong pointer while performing flush due to error + - RDMA/mlx5: Block delay drop to unprivileged users + - xfrm: fix uctx len check in verify_sec_ctx_len + - xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire + - xfrm: policy: Fix doulbe free in xfrm_policy_timer + - afs: Fix client call Rx-phase signal handling + - afs: Fix some tracing details + - afs: Fix unpinned address list during probing + - ieee80211: fix HE SPR size calculation + - mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX + - netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6} + - netfilter: nft_fwd_netdev: validate family and chain type + - netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress + - i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status() + - bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits + - bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer + - bpf/btf: Fix BTF verification of enum members in struct/union + - bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free + - ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection + - vti6: Fix memory leak of skb if input policy check fails + - r8169: fix PHY driver check on platforms w/o module softdeps + - clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources + - USB: serial: option: add support for ASKEY WWHC050 + - USB: serial: option: add BroadMobi BM806U + - USB: serial: option: add Wistron Neweb D19Q1 + - USB: cdc-acm: restore capability check order + - USB: serial: io_edgeport: fix slab-out-of-bounds read in + edge_interrupt_callback + - usb: musb: fix crash with highmen PIO and usbmon + - media: flexcop-usb: fix endpoint sanity check + - media: usbtv: fix control-message timeouts + - staging: kpc2000: prevent underflow in cpld_reconfigure() + - staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table + - staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb + - staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback + - ahci: Add Intel Comet Lake H RAID PCI ID + - libfs: fix infoleak in simple_attr_read() + - media: ov519: add missing endpoint sanity checks + - media: dib0700: fix rc endpoint lookup + - media: stv06xx: add missing descriptor sanity checks + - media: xirlink_cit: add missing descriptor sanity checks + - media: v4l2-core: fix a use-after-free bug of sd->devnode + - update wireguard dkms package version + - [Config] updateconfigs for NET_REDIRECT + - net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build + - Linux 5.4.29 + * Restore kernel control of PCIe DPC via option (LP: #1869423) + - PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control + * swap storms kills interactive use (LP: #1861359) + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default + * sysfs: incorrect network device permissions on network namespace change + (LP: #1865359) + - sysfs: add sysfs_file_change_owner() + - sysfs: add sysfs_link_change_owner() + - sysfs: add sysfs_group{s}_change_owner() + - sysfs: add sysfs_change_owner() + - device: add device_change_owner() + - drivers/base/power: add dpm_sysfs_change_owner() + - net-sysfs: add netdev_change_owner() + - net-sysfs: add queue_change_owner() + - net: fix sysfs permssions when device changes network namespace + - sysfs: fix static inline declaration of sysfs_groups_change_owner() + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after + disconnecting thunderbolt docking station (LP: #1864754) + - SAUCE: ptp: free ptp clock properly + * [Selftests] Apply various fixes and improvements (LP: #1870543) + - SAUCE: selftests: net: ip_defrag: limit packet to 1000 fragments + - SAUCE: kselftest/runner: avoid using timeout if timeout is disabled + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests + * Focal update: v5.4.28 upstream stable release (LP: #1869061) + - locks: fix a potential use-after-free problem when wakeup a waiter + - locks: reinstate locks_delete_block optimization + - spi: spi-omap2-mcspi: Support probe deferral for DMA channels + - drm/mediatek: Find the cursor plane instead of hard coding it + - phy: ti: gmii-sel: fix set of copy-paste errors + - phy: ti: gmii-sel: do not fail in case of gmii + - ARM: dts: dra7-l4: mark timer13-16 as pwm capable + - spi: qup: call spi_qup_pm_resume_runtime before suspending + - powerpc: Include .BTF section + - cifs: fix potential mismatch of UNC paths + - cifs: add missing mount option to /proc/mounts + - ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes + - spi: pxa2xx: Add CS control clock quirk + - spi/zynqmp: remove entry that causes a cs glitch + - drm/exynos: dsi: propagate error value and silence meaningless warning + - drm/exynos: dsi: fix workaround for the legacy clock name + - drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe fails + - drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition + - drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer + - altera-stapl: altera_get_note: prevent write beyond end of 'key' + - dm bio record: save/restore bi_end_io and bi_integrity + - dm integrity: use dm_bio_record and dm_bio_restore + - riscv: avoid the PIC offset of static percpu data in module beyond 2G limits + - ASoC: stm32: sai: manage rebind issue + - spi: spi_register_controller(): free bus id on error paths + - riscv: Force flat memory model with no-mmu + - riscv: Fix range looking for kernel image memblock + - drm/amdgpu: clean wptr on wb when gpu recovery + - drm/amd/display: Clear link settings on MST disable connector + - drm/amd/display: fix dcc swath size calculations on dcn1 + - xenbus: req->body should be updated before req->state + - xenbus: req->err should be updated before req->state + - block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() + - parse-maintainers: Mark as executable + - binderfs: use refcount for binder control devices too + - Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" + - usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters + - USB: serial: option: add ME910G1 ECM composition 0x110b + - usb: host: xhci-plat: add a shutdown + - USB: serial: pl2303: add device-id for HP LD381 + - usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c + - usb: typec: ucsi: displayport: Fix NULL pointer dereference + - usb: typec: ucsi: displayport: Fix a potential race during registration + - USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL + - USB: cdc-acm: fix rounding error in TIOCSSERIAL + - ALSA: line6: Fix endless MIDI read loop + - ALSA: hda/realtek - Enable headset mic of Acer X2660G with ALC662 + - ALSA: hda/realtek - Enable the headset of Acer N50-600 with ALC662 + - ALSA: seq: virmidi: Fix running status after receiving sysex + - ALSA: seq: oss: Fix running status after receiving sysex + - ALSA: pcm: oss: Avoid plugin buffer overflow + - ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks + - tty: fix compat TIOCGSERIAL leaking uninitialized memory + - tty: fix compat TIOCGSERIAL checking wrong function ptr + - iio: chemical: sps30: fix missing triggered buffer dependency + - iio: st_sensors: remap SMO8840 to LIS2DH12 + - iio: trigger: stm32-timer: disable master mode when stopping + - iio: accel: adxl372: Set iio_chan BE + - iio: magnetometer: ak8974: Fix negative raw values in sysfs + - iio: adc: stm32-dfsdm: fix sleep in atomic context + - iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode + - iio: light: vcnl4000: update sampling periods for vcnl4200 + - iio: light: vcnl4000: update sampling periods for vcnl4040 + - mmc: rtsx_pci: Fix support for speed-modes that relies on tuning + - mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2 + - mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier + - CIFS: fiemap: do not return EINVAL if get nothing + - kbuild: Disable -Wpointer-to-enum-cast + - staging: rtl8188eu: Add device id for MERCUSYS MW150US v2 + - staging: greybus: loopback_test: fix poll-mask build breakage + - staging/speakup: fix get_word non-space look-ahead + - intel_th: msu: Fix the unexpected state warning + - intel_th: Fix user-visible error codes + - intel_th: pci: Add Elkhart Lake CPU support + - modpost: move the namespace field in Module.symvers last + - rtc: max8907: add missing select REGMAP_IRQ + - arm64: compat: Fix syscall number of compat_clock_getres + - xhci: Do not open code __print_symbolic() in xhci trace events + - btrfs: fix log context list corruption after rename whiteout error + - drm/amd/amdgpu: Fix GPR read from debugfs (v2) + - drm/lease: fix WARNING in idr_destroy + - stm class: sys-t: Fix the use of time_after() + - memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event + - mm, memcg: fix corruption on 64-bit divisor in memory.high throttling + - mm, memcg: throttle allocators based on ancestral memory.high + - mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case + - mm: do not allow MADV_PAGEOUT for CoW pages + - epoll: fix possible lost wakeup on epoll_ctl() path + - mm: slub: be more careful about the double cmpxchg of freelist + - mm, slub: prevent kmalloc_node crashes and memory leaks + - page-flags: fix a crash at SetPageError(THP_SWAP) + - x86/mm: split vmalloc_sync_all() + - futex: Fix inode life-time issue + - futex: Unbreak futex hashing + - arm64: smp: fix smp_send_stop() behaviour + - arm64: smp: fix crash_smp_send_stop() behaviour + - nvmet-tcp: set MSG_MORE only if we actually have more to send + - drm/bridge: dw-hdmi: fix AVI frame colorimetry + - staging: greybus: loopback_test: fix potential path truncation + - staging: greybus: loopback_test: fix potential path truncations + - Linux 5.4.28 + * Pop sound from build-in speaker during cold boot and resume from S3 + (LP: #1866357) // Focal update: v5.4.28 upstream stable release + (LP: #1869061) + - ALSA: hda/realtek: Fix pop noise on ALC225 + * Focal update: v5.4.28 upstream stable release (LP: #1869061) + - perf/x86/amd: Add support for Large Increment per Cycle Events + - EDAC/amd64: Add family ops for Family 19h Models 00h-0Fh + - x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaType + - EDAC/mce_amd: Always load on SMCA systems + - x86/amd_nb: Add Family 19h PCI IDs + - EDAC/amd64: Drop some family checks for newer systems + * Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04 (LP: #1863574) + - scsi: mpt3sas: Register trace buffer based on NVDATA settings + - scsi: mpt3sas: Display message before releasing diag buffer + - scsi: mpt3sas: Free diag buffer without any status check + - scsi: mpt3sas: Maintain owner of buffer through UniqueID + - scsi: mpt3sas: clear release bit when buffer reregistered + - scsi: mpt3sas: Reuse diag buffer allocated at load time + - scsi: mpt3sas: Add app owned flag support for diag buffer + - scsi: mpt3sas: Fail release cmnd if diag buffer is released + - scsi: mpt3sas: Use Component img header to get Package ver + - scsi: mpt3sas: Fix module parameter max_msix_vectors + - scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00 + - scsi: mpt3sas: Clean up some indenting + - scsi: mpt3sas: change allocation option + - scsi: mpt3sas: Update MPI Headers to v02.00.57 + - scsi: mpt3sas: Add support for NVMe shutdown + - scsi: mpt3sas: renamed _base_after_reset_handler function + - scsi: mpt3sas: Add support IOCs new state named COREDUMP + - scsi: mpt3sas: Handle CoreDump state from watchdog thread + - scsi: mpt3sas: print in which path firmware fault occurred + - scsi: mpt3sas: Optimize mpt3sas driver logging + - scsi: mpt3sas: Print function name in which cmd timed out + - scsi: mpt3sas: Remove usage of device_busy counter + - scsi: mpt3sas: Update drive version to 33.100.00.00 + * Ubuntu 20.04: megaraid_sas driver update to version 07.713.01.00-rc1 + (LP: #1863581) + - scsi: megaraid_sas: Unique names for MSI-X vectors + - scsi: megaraid_sas: remove unused variables 'debugBlk','fusion' + - compat_ioctl: use correct compat_ptr() translation in drivers + - scsi: megaraid_sas: Make poll_aen_lock static + - scsi: megaraid_sas: Reset adapter if FW is not in READY state after device + resume + - scsi: megaraid_sas: Set no_write_same only for Virtual Disk + - scsi: megaraid_sas: Update optimal queue depth for SAS and NVMe devices + - scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already dead + - scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is + disabled + - scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational + state + - scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUS + - scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing + firmware fault + - scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO + requests + - scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1 + - scsi: megaraid_sas: fixup MSIx interrupt setup during resume + + -- Stefan Bader Fri, 03 Apr 2020 18:08:20 +0200 + +linux-aws (5.4.0-1007.7) focal; urgency=medium + + + [ Ubuntu: 5.4.0-21.25 ] + + * CVE-2020-8835 + - SAUCE: bpf: undo incorrect __reg_bound_offset32 handling + + -- Thadeu Lima de Souza Cascardo Fri, 27 Mar 2020 17:06:08 -0300 + +linux-aws (5.4.0-1006.6) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1006.6 -proposed tracker (LP: #1868342) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * hibernation support for linux-aws (LP: #1831940) + - UBUNTU SAUCE [aws] PM / hibernate: reduce memory pressure during image + writing + - UBUNTU SAUCE [aws]: PM / hibernate: make sure pm_async is always disabled + - UBUNTU SAUCE [aws]: PM / hibernate: set image_size to 0 by default + - UBUNTU SAUCE [aws]: ACPICA: Enable sleep button on ACPI legacy wake + - UBUNTU SAUCE [aws]: block: xen-blkfront: consider new dom0 features on + restore + - UBUNTU SAUCE [aws]: xen: restore pirqs on resume from hibernation. + - UBUNTU SAUCE [aws]: xen: Only restore the ACPI SCI interrupt in + xen_restore_pirqs. + + * linux-aws: swapoff optimization (LP: #1858618) + - UBUNTU SAUCE [aws]: mm: swap: improve swap readahead heuristic + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.4.0-20.24 rebase + + [ Ubuntu: 5.4.0-20.24 ] + + * Miscellaneous Ubuntu changes + - SAUCE: (lockdown) Reduce lockdown level to INTEGRITY for secure boot + + [ Ubuntu: 5.4.0-19.23 ] + + * focal/linux: 5.4.0-19.23 -proposed tracker (LP: #1868347) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + * Focal update: v5.4.27 upstream stable release (LP: #1868538) + - netfilter: hashlimit: do not use indirect calls during gc + - netfilter: xt_hashlimit: unregister proc file before releasing mutex + - drm/amdgpu: Fix TLB invalidation request when using semaphore + - ACPI: watchdog: Allow disabling WDAT at boot + - HID: apple: Add support for recent firmware on Magic Keyboards + - ACPI: watchdog: Set default timeout in probe + - HID: hid-bigbenff: fix general protection fault caused by double kfree + - HID: hid-bigbenff: call hid_hw_stop() in case of error + - HID: hid-bigbenff: fix race condition for scheduled work during removal + - selftests/rseq: Fix out-of-tree compilation + - tracing: Fix number printing bug in print_synth_event() + - cfg80211: check reg_rule for NULL in handle_channel_custom() + - scsi: libfc: free response frame from GPN_ID + - net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch + - net: ks8851-ml: Fix IRQ handling and locking + - mac80211: rx: avoid RCU list traversal under mutex + - net: ll_temac: Fix race condition causing TX hang + - net: ll_temac: Add more error handling of dma_map_single() calls + - net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure + - net: ll_temac: Handle DMA halt condition caused by buffer underrun + - blk-mq: insert passthrough request into hctx->dispatch directly + - drm/amdgpu: fix memory leak during TDR test(v2) + - kbuild: add dtbs_check to PHONY + - kbuild: add dt_binding_check to PHONY in a correct place + - signal: avoid double atomic counter increments for user accounting + - slip: not call free_netdev before rtnl_unlock in slip_open + - net: phy: mscc: fix firmware paths + - hinic: fix a irq affinity bug + - hinic: fix a bug of setting hw_ioctxt + - hinic: fix a bug of rss configuration + - net: rmnet: fix NULL pointer dereference in rmnet_newlink() + - net: rmnet: fix NULL pointer dereference in rmnet_changelink() + - net: rmnet: fix suspicious RCU usage + - net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device() + - net: rmnet: do not allow to change mux id if mux id is duplicated + - net: rmnet: use upper/lower device infrastructure + - net: rmnet: fix bridge mode bugs + - net: rmnet: fix packet forwarding in rmnet bridge mode + - sfc: fix timestamp reconstruction at 16-bit rollover points + - jbd2: fix data races at struct journal_head + - blk-mq: insert flush request to the front of dispatch queue + - net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue + - ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional() + - ARM: 8958/1: rename missed uaccess .fixup section + - mm: slub: add missing TID bump in kmem_cache_alloc_bulk() + - HID: google: add moonball USB id + - HID: add ALWAYS_POLL quirk to lenovo pixart mouse + - ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC plugin + - ipv4: ensure rcu_read_lock() in cipso_v4_error() + - Linux 5.4.27 + * This laptop contains a touchpadwhich is not recognized. (LP: #1858299) // + Focal update: v5.4.27 upstream stable release (LP: #1868538) + - HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + * Make Dell WD19 dock more reliable after suspend (LP: #1868217) + - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 + - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 + - xhci: Finetune host initiated USB3 rootport link suspend and resume + - USB: Disable LPM on WD19's Realtek Hub + * update-version-dkms doesn't add a BugLink (LP: #1867790) + - [Packaging] Add BugLink to update-version-dkms commit + * enable realtek ethernet device ASPM function (LP: #1836030) + - PCI/ASPM: Add L1 PM substate support to pci_disable_link_state() + - PCI/ASPM: Allow re-enabling Clock PM + - PCI/ASPM: Remove pcie_aspm_enabled() unnecessary locking + - PCI/ASPM: Add pcie_aspm_get_link() + - PCI/ASPM: Add sysfs attributes for controlling ASPM link states + * Update SmartPQI driver in Focal to 1.2.10-025 (LP: #1864484) + - scsi: smartpqi: clean up indentation of a statement + - scsi: smartpqi: remove set but not used variable 'ctrl_info' + - scsi: smartpqi: clean up an indentation issue + - scsi: smartpqi: fix controller lockup observed during force reboot + - scsi: smartpqi: fix call trace in device discovery + - scsi: smartpqi: add inquiry timeouts + - scsi: smartpqi: fix LUN reset when fw bkgnd thread is hung + - scsi: smartpqi: change TMF timeout from 60 to 30 seconds + - scsi: smartpqi: correct syntax issue + - scsi: smartpqi: fix problem with unique ID for physical device + - scsi: smartpqi: remove unused manifest constants + - scsi: smartpqi: Align driver syntax with oob + - scsi: smartpqi: bump version + * [roce-0111]sync mainline kernel 5.5rc6 roce patchset into ubuntu HWE kernel + branch (LP: #1859269) + - RDMA/hns: Modify variable/field name from vlan to vlan_id + - RDMA/hns: Fix a spelling mistake in a macro + - RDMA/hns: Delete BITS_PER_BYTE redefinition + - RDMA/core: Move core content from ib_uverbs to ib_core + - RDMA/core: Create mmap database and cookie helper functions + - RDMA: Connect between the mmap entry and the umap_priv structure + - RDMA/hns: Remove unsupported modify_port callback + - RDMA/hns: Delete unnecessary variable max_post + - RDMA/hns: Remove unnecessary structure hns_roce_sqp + - RDMA/hns: Delete unnecessary uar from hns_roce_cq + - RDMA/hns: Modify fields of struct hns_roce_srq + - RDMA/hns: Replace not intuitive function/macro names + - RDMA/hns: Simplify doorbell initialization code + - RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the code + - RDMA/hns: Fix non-standard error codes + - RDMA/hns: Modify appropriate printings + - dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag + - IB/umem: remove the dmasync argument to ib_umem_get + - RDMA/hns: Redefine interfaces used in creating cq + - RDMA/hns: Redefine the member of hns_roce_cq struct + - RDMA/hns: Rename the functions used inside creating cq + - RDMA/hns: Delete unnecessary callback functions for cq + - RDMA/hns: Remove unused function hns_roce_init_eq_table() + - RDMA/hns: Update the value of qp type + - RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify() + - RDMA/hns: Remove redundant print information + - RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP + - RDMA/hns: Fix coding style issues + - RDMA/hns: Add support for reporting wc as software mode + - RDMA/hns: Remove some redundant variables related to capabilities + - RDMA/hns: Add interfaces to get pf capabilities from firmware + - RDMA/hns: Get pf capabilities from firmware + - RDMA/hns: Add support for extended atomic in userspace + * dmaengine: hisilicon: Add Kunpeng DMA engine support (LP: #1864442) + - dmaengine: hisilicon: Add Kunpeng DMA engine support + - [Config] CONFIG_HISI_DMA=m + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - rtw88: 8822c: fix boolreturn.cocci warnings + - rtw88: remove redundant flag check helper function + - rtw88: pci: reset H2C queue indexes in a single write + - rtw88: not to enter or leave PS under IRQ + - rtw88: not to control LPS by each vif + - rtw88: remove unused lps state check helper + - rtw88: LPS enter/leave should be protected by lock + - rtw88: leave PS state for dynamic mechanism + - rtw88: add deep power save support + - rtw88: not to enter LPS by coex strategy + - rtw88: select deep PS mode when module is inserted + - rtw88: add deep PS PG mode for 8822c + - rtw88: remove misleading module parameter rtw_fw_support_lps + - mac80211: simplify TX aggregation start + - rtw88: check firmware leave lps successfully + - rtw88: allows to set RTS in TX descriptor + - rtw88: add driver TX queue support + - rtw88: take over rate control from mac80211 + - rtw88: report tx rate to mac80211 stack + - rtw88: add TX-AMSDU support + - rtw88: flush hardware tx queues + - rtw88: Don't set RX_FLAG_DECRYPTED if packet has no encryption + - rtw88: configure TX queue EDCA parameters + - rtw88: raise firmware version debug level + - rtw88: use struct rtw_fw_hdr to access firmware header + - rtw88: Fix an error message + - rtw88: config 8822c multicast address in MAC init flow + - rtw88: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support + - rtw88: Use rtw_write8_set to set SYS_FUNC + - rtw88: pci: config phy after chip info is setup + - rtw88: use a for loop in rtw_power_mode_change(), not goto + - rtw88: include interrupt.h for tasklet_struct + - rtw88: mark rtw_fw_hdr __packed + - rtw88: use macro to check the current band + - rtw88: add power tracking support + - rtw88: Enable 802.11ac beamformee support + - rtw88: add set_bitrate_mask support + - rtw88: add phy_info debugfs to show Tx/Rx physical status + - rtw88: fix GENMASK_ULL for u64 + - rtw88: fix sparse warnings for DPK + - rtw88: fix sparse warnings for power tracking + - rtw88: 8822b: add RFE type 3 support + - rtw88: use rtw_phy_pg_cfg_pair struct, not arrays + - rtw88: rearrange if..else statements for rx rate indexes + - rtw88: avoid FW info flood + - rtw88: remove redundant null pointer check on arrays + - rtw88: raise LPS threshold to 50, for less power consumption + - rtw88: fix potential NULL pointer access for firmware + - rtw88: signal completion even on firmware-request failure + - rtw88: remove duplicated include from ps.c + - rtw88: pci: use macros to access PCI DBI/MDIO registers + - rtw88: pci: use for loop instead of while loop for DBI/MDIO + - rtw88: pci: enable CLKREQ function if host supports it + - rtw88: allows to enable/disable HCI link PS mechanism + - rtw88: pci: reset ring index when release skbs in tx ring + - rtw88: pci: reset dma when reset pci trx ring + - rtw88: add interface config for 8822c + - rtw88: load wowlan firmware if wowlan is supported + - rtw88: support wowlan feature for 8822c + - rtw88: Add wowlan pattern match support + - rtw88: Add wowlan net-detect support + - rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40M + - rtw88: 8822c: update power sequence to v15 + - rtw88: remove unused spinlock + - rtw88: remove unused variable 'in_lps' + - rtw88: remove unused vif pointer in struct rtw_vif + - rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop() + - rtw88: assign NULL to skb after being kfree()'ed + - rtw88: change max_num_of_tx_queue() definition to inline in pci.h + - rtw88: use true,false for bool variable + - rtw88: use shorter delay time to poll PS state + - rtw88: Fix return value of rtw_wow_check_fw_status + - SAUCE: rtw88: add regulatory process strategy for different chipset + - SAUCE: rtw88: support dynamic user regulatory setting + - SAUCE: rtw88: Use secondary channel offset enumeration + - SAUCE: rtw88: 8822c: modify rf protection setting + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band" + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get() + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask + - SAUCE: rtw88: pci: 8822c should set clock delay to zero + - SAUCE: rtw88: move rtw_enter_ips() to the last when config + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync() + - SAUCE: rtw88: add ciphers to suppress error message + - SAUCE: rtw88: 8822c: update power sequence to v16 + - SAUCE: rtw88: Fix incorrect beamformee role setting + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines + - SAUCE: rtw88: associate reserved pages with each vif + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: 8723d: Add basic chip capabilities + - SAUCE: rtw88: 8723d: add beamform wrapper functions + - SAUCE: rtw88: 8723d: Add power sequence + - SAUCE: rtw88: 8723d: Add RF read/write ops + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25 + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map + - SAUCE: rtw88: add legacy firmware download for 8723D devices + - SAUCE: rtw88: no need to send additional information to legacy firmware + - SAUCE: rtw88: 8723d: Add mac power-on/-off function + - SAUCE: rtw88: decompose while(1) loop of power sequence polling command + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions + - SAUCE: rtw88: 8723d: Add DIG parameter + - SAUCE: rtw88: 8723d: Add query_rx_desc + - SAUCE: rtw88: 8723d: Add set_channel + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC + - SAUCE: rtw88: set default port to firmware + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: add SAR of TX power limit + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics + - SAUCE: rtw88: 8723d: Set IG register for CCK rate + - SAUCE: rtw88: 8723d: add interface configurations table + - SAUCE: rtw88: 8723d: Add LC calibration + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile + - [Config] CONFIG_RTW88_8723DE=y + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal + (LP: #1867753) + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531) + - KVM: s390: Cleanup kvm_arch_init error path + - KVM: s390: Cleanup initial cpu reset + - KVM: s390: Add new reset vcpu API + - s390/protvirt: introduce host side setup + - s390/protvirt: add ultravisor initialization + - s390/mm: provide memory management functions for protected KVM guests + - s390/mm: add (non)secure page access exceptions handlers + - s390/protvirt: Add sysfs firmware interface for Ultravisor information + - KVM: s390/interrupt: do not pin adapter interrupt pages + - KVM: s390: protvirt: Add UV debug trace + - KVM: s390: add new variants of UV CALL + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling + - KVM: s390: protvirt: Secure memory is not mergeable + - KVM: s390/mm: Make pages accessible before destroying the guest + - KVM: s390: protvirt: Handle SE notification interceptions + - KVM: s390: protvirt: Instruction emulation + - KVM: s390: protvirt: Implement interrupt injection + - KVM: s390: protvirt: Add SCLP interrupt handling + - KVM: s390: protvirt: Handle spec exception loops + - KVM: s390: protvirt: Add new gprs location handling + - KVM: S390: protvirt: Introduce instruction data area bounce buffer + - KVM: s390: protvirt: handle secure guest prefix pages + - KVM: s390/mm: handle guest unpin events + - KVM: s390: protvirt: Write sthyi data to instruction data area + - KVM: s390: protvirt: STSI handling + - KVM: s390: protvirt: disallow one_reg + - KVM: s390: protvirt: Do only reset registers that are accessible + - KVM: s390: protvirt: Only sync fmt4 registers + - KVM: s390: protvirt: Add program exception injection + - KVM: s390: protvirt: UV calls in support of diag308 0, 1 + - KVM: s390: protvirt: Report CPU state to Ultravisor + - KVM: s390: protvirt: Support cmd 5 operation state + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112 + - KVM: s390: protvirt: do not inject interrupts after start + - KVM: s390: protvirt: Add UV cpu reset calls + - DOCUMENTATION: Protected virtual machine introduction and IPL + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED + - KVM: s390: protvirt: Add KVM api documentation + - mm/gup/writeback: add callbacks for inaccessible pages + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64 + (LP: #1866772) + - ACPI: sysfs: copy ACPI data using io memory copying + * Focal update: v5.4.26 upstream stable release (LP: #1867903) + - virtio_balloon: Adjust label in virtballoon_probe + - ALSA: hda/realtek - More constifications + - cgroup, netclassid: periodically release file_lock on classid updating + - gre: fix uninit-value in __iptunnel_pull_header + - inet_diag: return classid for all socket types + - ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface + - ipvlan: add cond_resched_rcu() while processing muticast backlog + - ipvlan: do not add hardware address of master to its unicast filter list + - ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast() + - ipvlan: don't deref eth hdr before checking it's set + - macvlan: add cond_resched() during multicast processing + - net: dsa: fix phylink_start()/phylink_stop() calls + - net: dsa: mv88e6xxx: fix lockup on warm boot + - net: fec: validate the new settings in fec_enet_set_coalesce() + - net: hns3: fix a not link up issue when fibre port supports autoneg + - net/ipv6: use configured metric when add peer route + - netlink: Use netlink header as base to calculate bad attribute offset + - net: macsec: update SCI upon MAC address change. + - net: nfc: fix bounds checking bugs on "pipe" + - net/packet: tpacket_rcv: do not increment ring index on drop + - net: phy: bcm63xx: fix OOPS due to missing driver name + - net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used + - net: systemport: fix index check to avoid an array out of bounds access + - sfc: detach from cb_page in efx_copy_channel() + - slip: make slhc_compress() more robust against malicious packets + - taprio: Fix sending packets without dequeueing them + - bonding/alb: make sure arp header is pulled before accessing it + - bnxt_en: reinitialize IRQs when MTU is modified + - bnxt_en: fix error handling when flashing from file + - cgroup: memcg: net: do not associate sock with unrelated cgroup + - net: memcg: late association of sock to memcg + - net: memcg: fix lockdep splat in inet_csk_accept() + - devlink: validate length of param values + - devlink: validate length of region addr/len + - fib: add missing attribute validation for tun_id + - nl802154: add missing attribute validation + - nl802154: add missing attribute validation for dev_type + - can: add missing attribute validation for termination + - macsec: add missing attribute validation for port + - net: fq: add missing attribute validation for orphan mask + - net: taprio: add missing attribute validation for txtime delay + - team: add missing attribute validation for port ifindex + - team: add missing attribute validation for array index + - tipc: add missing attribute validation for MTU property + - nfc: add missing attribute validation for SE API + - nfc: add missing attribute validation for deactivate target + - nfc: add missing attribute validation for vendor subcommand + - net: phy: avoid clearing PHY interrupts twice in irq handler + - net: phy: fix MDIO bus PM PHY resuming + - net/ipv6: need update peer route when modify metric + - net/ipv6: remove the old peer route if change it to a new one + - selftests/net/fib_tests: update addr_metric_test for peer route testing + - net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed + - net: phy: Avoid multiple suspends + - cgroup: cgroup_procs_next should increase position index + - cgroup: Iterate tasks that did not finish do_exit() + - netfilter: nf_tables: fix infinite loop when expr is not available + - iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices + - iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + + add_taint + - netfilter: nf_conntrack: ct_cpu_seq_next should increase position index + - netfilter: synproxy: synproxy_cpu_seq_next should increase position index + - netfilter: xt_recent: recent_seq_next should increase position index + - netfilter: x_tables: xt_mttg_seq_next should increase position index + - workqueue: don't use wq_select_unbound_cpu() for bound works + - drm/amd/display: remove duplicated assignment to grph_obj_type + - drm/i915: be more solid in checking the alignment + - drm/i915: Defer semaphore priority bumping to a workqueue + - mmc: sdhci-pci-gli: Enable MSI interrupt for GL975x + - pinctrl: falcon: fix syntax error + - ktest: Add timeout for ssh sync testing + - cifs_atomic_open(): fix double-put on late allocation failure + - gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache + - KVM: x86: clear stale x86_emulate_ctxt->intercept value + - KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs + - ARC: define __ALIGN_STR and __ALIGN symbols for ARC + - fuse: fix stack use after return + - s390/dasd: fix data corruption for thin provisioned devices + - ipmi_si: Avoid spurious errors for optional IRQs + - blk-iocost: fix incorrect vtime comparison in iocg_is_idle() + - fscrypt: don't evict dirty inodes after removing key + - macintosh: windfarm: fix MODINFO regression + - x86/ioremap: Map EFI runtime services data as encrypted for SEV + - efi: Fix a race and a buffer overflow while reading efivars via sysfs + - efi: Add a sanity check to efivar_store_raw() + - i2c: designware-pci: Fix BUG_ON during device removal + - mt76: fix array overflow on receiving too many fragments for a packet + - perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag + - x86/mce: Fix logic and comments around MSR_PPIN_CTL + - iommu/dma: Fix MSI reservation allocation + - iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint + - iommu/vt-d: Fix RCU list debugging warnings + - iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page + - batman-adv: Don't schedule OGM for disabled interface + - clk: imx8mn: Fix incorrect clock defines + - pinctrl: meson-gxl: fix GPIOX sdio pins + - pinctrl: imx: scu: Align imx sc msg structs to 4 + - virtio_ring: Fix mem leak with vring_new_virtqueue() + - drm/i915/gvt: Fix dma-buf display blur issue on CFL + - pinctrl: core: Remove extra kref_get which blocks hogs being freed + - drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exits + - driver code: clarify and fix platform device DMA mask allocation + - iommu/vt-d: Fix RCU-list bugs in intel_iommu_init() + - i2c: gpio: suppress error on probe defer + - nl80211: add missing attribute validation for critical protocol indication + - nl80211: add missing attribute validation for beacon report scanning + - nl80211: add missing attribute validation for channel switch + - perf bench futex-wake: Restore thread count default to online CPU count + - netfilter: cthelper: add missing attribute validation for cthelper + - netfilter: nft_payload: add missing attribute validation for payload csum + flags + - netfilter: nft_tunnel: add missing attribute validation for tunnels + - netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attribute + - netfilter: nft_chain_nat: inet family is missing module ownership + - iommu/vt-d: Fix the wrong printing in RHSA parsing + - iommu/vt-d: Ignore devices with out-of-spec domain number + - i2c: acpi: put device when verifying client fails + - iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE + - ipv6: restrict IPV6_ADDRFORM operation + - net/smc: check for valid ib_client_data + - net/smc: cancel event worker during device removal + - Linux 5.4.26 + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099) + - [Config] CONFIG_EROFS_FS_ZIP=y + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 + * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3 + (LP: #1866734) + - SAUCE: Input: i8042 - fix the selftest retry logic + * [UBUNTU 20.04] virtio-blk disks can go dissfunctional when swiotlb fills up + (LP: #1867109) + - virtio-blk: fix hw_queue stopped on arbitrary error + - virtio-blk: improve virtqueue error to BLK_STS + * Focal update: v5.4.25 upstream stable release (LP: #1867178) + - block, bfq: get extra ref to prevent a queue from being freed during a group + move + - block, bfq: do not insert oom queue into position tree + - net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/sec + - net: stmmac: fix notifier registration + - dm thin metadata: fix lockdep complaint + - RDMA/core: Fix pkey and port assignment in get_new_pps + - RDMA/core: Fix use of logical OR in get_new_pps + - kbuild: fix 'No such file or directory' warning when cleaning + - kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic + - blktrace: fix dereference after null check + - ALSA: hda: do not override bus codec_mask in link_get() + - serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE + - selftests: fix too long argument + - usb: gadget: composite: Support more than 500mA MaxPower + - usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags + - usb: gadget: serial: fix Tx stall after buffer overflow + - habanalabs: halt the engines before hard-reset + - habanalabs: do not halt CoreSight during hard reset + - habanalabs: patched cb equals user cb in device memset + - drm/msm/mdp5: rate limit pp done timeout warnings + - drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFI + - drm/modes: Make sure to parse valid rotation value from cmdline + - drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode parameters + - scsi: megaraid_sas: silence a warning + - drm/msm/dsi: save pll state before dsi host is powered off + - drm/msm/dsi/pll: call vco set rate explicitly + - selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing + - selftests: forwarding: vxlan_bridge_1d: fix tos value + - net: atlantic: check rpc result and wait for rpc address + - net: ks8851-ml: Remove 8-bit bus accessors + - net: ks8851-ml: Fix 16-bit data access + - net: ks8851-ml: Fix 16-bit IO operation + - net: ethernet: dm9000: Handle -EPROBE_DEFER in dm9000_parse_dt() + - watchdog: da9062: do not ping the hw during stop() + - s390/cio: cio_ignore_proc_seq_next should increase position index + - s390: make 'install' not depend on vmlinux + - efi: Only print errors about failing to get certs if EFI vars are found + - net/mlx5: DR, Fix matching on vport gvmi + - nvme/pci: Add sleep quirk for Samsung and Toshiba drives + - nvme-pci: Use single IRQ vector for old Apple models + - x86/boot/compressed: Don't declare __force_order in kaslr_64.c + - s390/qdio: fill SL with absolute addresses + - nvme: Fix uninitialized-variable warning + - ice: Don't tell the OS that link is going down + - x86/xen: Distribute switch variables for initialization + - net: thunderx: workaround BGX TX Underflow issue + - csky/mm: Fixup export invalid_pte_table symbol + - csky: Set regs->usp to kernel sp, when the exception is from kernel + - csky/smp: Fixup boot failed when CONFIG_SMP + - csky: Fixup ftrace modify panic + - csky: Fixup compile warning for three unimplemented syscalls + - arch/csky: fix some Kconfig typos + - selftests: forwarding: vxlan_bridge_1d: use more proper tos value + - firmware: imx: scu: Ensure sequential TX + - binder: prevent UAF for binderfs devices + - binder: prevent UAF for binderfs devices II + - ALSA: hda/realtek - Add Headset Mic supported + - ALSA: hda/realtek - Add Headset Button supported for ThinkPad X1 + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master + - ALSA: hda/realtek - Enable the headset of ASUS B9450FA with ALC294 + - cifs: don't leak -EAGAIN for stat() during reconnect + - cifs: fix rename() by ensuring source handle opened with DELETE bit + - usb: storage: Add quirk for Samsung Fit flash + - usb: quirks: add NO_LPM quirk for Logitech Screen Share + - usb: dwc3: gadget: Update chain bit correctly when using sg list + - usb: cdns3: gadget: link trb should point to next request + - usb: cdns3: gadget: toggle cycle bit before reset endpoint + - usb: core: hub: fix unhandled return by employing a void function + - usb: core: hub: do error out if usb_autopm_get_interface() fails + - usb: core: port: do error out if usb_autopm_get_interface() fails + - vgacon: Fix a UAF in vgacon_invert_region + - mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking + page tables prot_numa + - mm: fix possible PMD dirty bit lost in set_pmd_migration_entry() + - mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled + - fat: fix uninit-memory access for partial initialized inode + - btrfs: fix RAID direct I/O reads with alternate csums + - arm64: dts: socfpga: agilex: Fix gmac compatible + - arm: dts: dra76x: Fix mmc3 max-frequency + - tty:serial:mvebu-uart:fix a wrong return + - tty: serial: fsl_lpuart: free IDs allocated by IDA + - serial: 8250_exar: add support for ACCES cards + - vt: selection, close sel_buffer race + - vt: selection, push console lock down + - vt: selection, push sel_lock up + - media: hantro: Fix broken media controller links + - media: mc-entity.c: use & to check pad flags, not == + - media: vicodec: process all 4 components for RGB32 formats + - media: v4l2-mem2mem.c: fix broken links + - perf intel-pt: Fix endless record after being terminated + - perf intel-bts: Fix endless record after being terminated + - perf cs-etm: Fix endless record after being terminated + - perf arm-spe: Fix endless record after being terminated + - spi: spidev: Fix CS polarity if GPIO descriptors are used + - x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changes + - s390/pci: Fix unexpected write combine on resource + - s390/mm: fix panic in gup_fast on large pud + - dmaengine: imx-sdma: fix context cache + - dmaengine: imx-sdma: Fix the event id check to include RX event for UART6 + - dmaengine: tegra-apb: Fix use-after-free + - dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list + - dm integrity: fix recalculation when moving from journal mode to bitmap mode + - dm integrity: fix a deadlock due to offloading to an incorrect workqueue + - dm integrity: fix invalid table returned due to argument count mismatch + - dm cache: fix a crash due to incorrect work item cancelling + - dm: report suspended device during destroy + - dm writecache: verify watermark during resume + - dm zoned: Fix reference counter initial value of chunk works + - dm: fix congested_fn for request-based device + - arm64: dts: meson-sm1-sei610: add missing interrupt-names + - ARM: dts: ls1021a: Restore MDIO compatible to gianfar + - spi: bcm63xx-hsspi: Really keep pll clk enabled + - drm/virtio: make resource id workaround runtime switchable. + - drm/virtio: fix resource id creation race + - ASoC: topology: Fix memleak in soc_tplg_link_elems_load() + - ASoC: topology: Fix memleak in soc_tplg_manifest_load() + - ASoC: SOF: Fix snd_sof_ipc_stream_posn() + - ASoC: intel: skl: Fix pin debug prints + - ASoC: intel: skl: Fix possible buffer overflow in debug outputs + - powerpc: define helpers to get L1 icache sizes + - powerpc: Convert flush_icache_range & friends to C + - powerpc/mm: Fix missing KUAP disable in flush_coherent_icache() + - ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs output + - ASoC: pcm512x: Fix unbalanced regulator enable call in probe error path + - ASoC: Intel: Skylake: Fix available clock counter incrementation + - ASoC: dapm: Correct DAPM handling of active widgets during shutdown + - spi: atmel-quadspi: fix possible MMIO window size overrun + - drm/panfrost: Don't try to map on error faults + - drm: kirin: Revert "Fix for hikey620 display offset problem" + - drm/sun4i: Add separate DE3 VI layer formats + - drm/sun4i: Fix DE2 VI layer format support + - drm/sun4i: de2/de3: Remove unsupported VI layer formats + - drm/i915: Program MBUS with rmw during initialization + - drm/i915/selftests: Fix return in assert_mmap_offset() + - phy: mapphone-mdm6600: Fix timeouts by adding wake-up handling + - phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle interval + - ARM: dts: imx6: phycore-som: fix emmc supply + - arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHY + - firmware: imx: misc: Align imx sc msg structs to 4 + - firmware: imx: scu-pd: Align imx sc msg structs to 4 + - firmware: imx: Align imx_sc_msg_req_cpu_start to 4 + - soc: imx-scu: Align imx sc msg structs to 4 + - Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow" + - RDMA/rw: Fix error flow during RDMA context initialization + - RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missing + - RDMA/siw: Fix failure handling during device creation + - RDMA/iwcm: Fix iwcm work deallocation + - RDMA/core: Fix protection fault in ib_mr_pool_destroy + - regulator: stm32-vrefbuf: fix a possible overshoot when re-enabling + - RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen() + - IB/hfi1, qib: Ensure RCU is locked when accessing list + - ARM: imx: build v7_cpu_resume() unconditionally + - ARM: dts: am437x-idk-evm: Fix incorrect OPP node names + - ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source + - ARM: dts: imx7-colibri: Fix frequency for sd/mmc + - hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT() + - dma-buf: free dmabuf->name in dma_buf_release() + - dmaengine: coh901318: Fix a double lock bug in dma_tc_handle() + - arm64: dts: meson: fix gxm-khadas-vim2 wifi + - bus: ti-sysc: Fix 1-wire reset quirk + - EDAC/synopsys: Do not print an error with back-to-back snprintf() calls + - powerpc: fix hardware PMU exception bug on PowerVM compatibility mode + systems + - efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper + - efi/x86: Handle by-ref arguments covering multiple pages in mixed mode + - efi: READ_ONCE rng seed size before munmap + - block, bfq: get a ref to a group when adding it to a service tree + - block, bfq: remove ifdefs from around gets/puts of bfq groups + - csky: Implement copy_thread_tls + - drm/virtio: module_param_named() requires linux/moduleparam.h + - Linux 5.4.25 + * Miscellaneous Ubuntu changes + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration + - [Config] Add initial riscv64 config + - [Config] Bring riscv64 in line with other arches + - [Packaging] Add riscv64 arch support + - [Packaging] Add initial riscv64 abi + - [Config] updateconfigs for riscv64 + - [Config] Update annotations for riscv64 + - SAUCE: r8169: disable ASPM L1.1 + - update wireguard dkms package version + - [Config] garbage collect PCIEASPM_DEBUG + - [Config] gcc version updateconfigs + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block" + - RISC-V: Do not invoke SBI call if cpumask is empty + - RISC-V: Issue a local tlbflush if possible. + - RISC-V: Issue a tlb page flush if possible + - riscv: add support for SECCOMP and SECCOMP_FILTER + - riscv: reject invalid syscalls below -1 + - mtd: spi-nor: Add support for is25wp256 + - PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related code + + -- Paolo Pisati Tue, 24 Mar 2020 12:14:38 +0100 + +linux-aws (5.4.0-1005.5) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1005.5 -proposed tracker (LP: #1866483) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs for rebase to 5.4.0-18.22 + + [ Ubuntu: 5.4.0-18.22 ] + + * focal/linux: 5.4.0-18.22 -proposed tracker (LP: #1866488) + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + * Add sysfs attribute to show remapped NVMe (LP: #1863621) + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208) + - lib/zlib: add s390 hardware support for kernel zlib_deflate + - s390/boot: rename HEAP_SIZE due to name collision + - lib/zlib: add s390 hardware support for kernel zlib_inflate + - s390/boot: add dfltcc= kernel command line parameter + - lib/zlib: add zlib_deflate_dfltcc_enabled() function + - btrfs: use larger zlib buffer for s390 hardware compression + - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel + config (LP: #1866056) + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal + on s390x + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332) + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y + * Dell XPS 13 9300 Intel 1650S wifi [34f0:1651] fails to load firmware + (LP: #1865962) + - iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560 + - iwlwifi: 22000: fix some indentation + - iwlwifi: pcie: rx: use rxq queue_size instead of constant + - iwlwifi: allocate more receive buffers for HE devices + - iwlwifi: remove some outdated iwl22000 configurations + - iwlwifi: assume the driver_data is a trans_cfg, but allow full cfg + * [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled + (LP: #1861521) + - Revert "USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision + 4K sku" + - Revert "UBUNTU: SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd + Gen 4K AMOLED panel" + - SAUCE: drm/dp: Introduce EDID-based quirks + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED + panel + - SAUCE: drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels + * [20.04 FEAT] Enable proper kprobes on ftrace support (LP: #1865858) + - s390/ftrace: save traced function caller + - s390: support KPROBES_ON_FTRACE + * alsa/sof: load different firmware on different platforms (LP: #1857409) + - ASoC: SOF: Intel: hda: use fallback for firmware name + - ASoC: Intel: acpi-match: split CNL tables in three + - ASoC: SOF: Intel: Fix CFL and CML FW nocodec binary names. + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x + starting with focal (LP: #1865452) + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting + with focal + * Focal update: v5.4.24 upstream stable release (LP: #1866333) + - io_uring: grab ->fs as part of async offload + - EDAC: skx_common: downgrade message importance on missing PCI device + - net: dsa: b53: Ensure the default VID is untagged + - net: fib_rules: Correctly set table field when table number exceeds 8 bits + - net: macb: ensure interface is not suspended on at91rm9200 + - net: mscc: fix in frame extraction + - net: phy: restore mdio regs in the iproc mdio driver + - net: sched: correct flower port blocking + - net/tls: Fix to avoid gettig invalid tls record + - nfc: pn544: Fix occasional HW initialization failure + - qede: Fix race between rdma destroy workqueue and link change event + - Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" + - udp: rehash on disconnect + - sctp: move the format error check out of __sctp_sf_do_9_1_abort + - bnxt_en: Improve device shutdown method. + - bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs. + - bonding: add missing netdev_update_lockdep_key() + - net: export netdev_next_lower_dev_rcu() + - bonding: fix lockdep warning in bond_get_stats() + - ipv6: Fix route replacement with dev-only route + - ipv6: Fix nlmsg_flags when splitting a multipath route + - ipmi:ssif: Handle a possible NULL pointer reference + - drm/msm: Set dma maximum segment size for mdss + - sched/core: Don't skip remote tick for idle CPUs + - timers/nohz: Update NOHZ load in remote tick + - sched/fair: Prevent unlimited runtime on throttled group + - dax: pass NOWAIT flag to iomap_apply + - mac80211: consider more elements in parsing CRC + - cfg80211: check wiphy driver existence for drvinfo report + - s390/zcrypt: fix card and queue total counter wrap + - qmi_wwan: re-add DW5821e pre-production variant + - qmi_wwan: unconditionally reject 2 ep interfaces + - NFSv4: Fix races between open and dentry revalidation + - perf/smmuv3: Use platform_get_irq_optional() for wired interrupt + - perf/x86/intel: Add Elkhart Lake support + - perf/x86/cstate: Add Tremont support + - perf/x86/msr: Add Tremont support + - ceph: do not execute direct write in parallel if O_APPEND is specified + - ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi + - drm/amd/display: Do not set optimized_require to false after plane disable + - RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready() + - drm/amd/display: Check engine is not NULL before acquiring + - drm/amd/display: Limit minimum DPPCLK to 100MHz. + - drm/amd/display: Add initialitions for PLL2 clock source + - amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags + - soc/tegra: fuse: Fix build with Tegra194 configuration + - i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps + - net: ena: fix potential crash when rxfh key is NULL + - net: ena: fix uses of round_jiffies() + - net: ena: add missing ethtool TX timestamping indication + - net: ena: fix incorrect default RSS key + - net: ena: rss: do not allocate key when not supported + - net: ena: rss: fix failure to get indirection table + - net: ena: rss: store hash function as values and not bits + - net: ena: fix incorrectly saving queue numbers when setting RSS indirection + table + - net: ena: fix corruption of dev_idx_to_host_tbl + - net: ena: ethtool: use correct value for crc32 hash + - net: ena: ena-com.c: prevent NULL pointer dereference + - ice: update Unit Load Status bitmask to check after reset + - cifs: Fix mode output in debugging statements + - cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE + - mac80211: fix wrong 160/80+80 MHz setting + - nvme/tcp: fix bug on double requeue when send fails + - nvme: prevent warning triggered by nvme_stop_keep_alive + - nvme/pci: move cqe check after device shutdown + - ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() + - audit: fix error handling in audit_data_to_entry() + - audit: always check the netlink payload length in audit_receive_msg() + - ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro + - ACPI: watchdog: Fix gas->access_width usage + - KVM: VMX: check descriptor table exits on instruction emulation + - HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dock + - HID: core: fix off-by-one memset in hid_report_raw_event() + - HID: core: increase HID report buffer size to 8KiB + - drm/amdgpu: Drop DRIVER_USE_AGP + - drm/radeon: Inline drm_get_pci_dev + - macintosh: therm_windtunnel: fix regression when instantiating devices + - tracing: Disable trace_printk() on post poned tests + - Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs" + - amdgpu/gmc_v9: save/restore sdpif regs during S3 + - cpufreq: Fix policy initialization for internal governor drivers + - io_uring: fix 32-bit compatability with sendmsg/recvmsg + - netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports + - net/smc: transfer fasync_list in case of fallback + - vhost: Check docket sk_family instead of call getname + - netfilter: ipset: Fix forceadd evaluation path + - netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put() + - HID: alps: Fix an error handling path in 'alps_input_configured()' + - HID: hiddev: Fix race in in hiddev_disconnect() + - MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()' + - i2c: altera: Fix potential integer overflow + - i2c: jz4780: silence log flood on txabrt + - drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime + - drm/i915/gvt: Separate display reset from ALL_ENGINES reset + - nl80211: fix potential leak in AP start + - mac80211: Remove a redundant mutex unlock + - kbuild: fix DT binding schema rule to detect command line changes + - hv_netvsc: Fix unwanted wakeup in netvsc_attach() + - usb: charger: assign specific number for enum value + - nvme-pci: Hold cq_poll_lock while completing CQEs + - s390/qeth: vnicc Fix EOPNOTSUPP precedence + - net: netlink: cap max groups which will be considered in netlink_bind() + - net: atlantic: fix use after free kasan warn + - net: atlantic: fix potential error handling + - net: atlantic: fix out of range usage of active_vlans array + - net/smc: no peer ID in CLC decline for SMCD + - net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE + - selftests: Install settings files to fix TIMEOUT failures + - kbuild: remove header compile test + - kbuild: move headers_check rule to usr/include/Makefile + - kbuild: remove unneeded variable, single-all + - kbuild: make single target builds even faster + - namei: only return -ECHILD from follow_dotdot_rcu() + - mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame() + - mwifiex: delete unused mwifiex_get_intf_num() + - KVM: SVM: Override default MMIO mask if memory encryption is enabled + - KVM: Check for a bad hva before dropping into the ghc slow path + - sched/fair: Optimize select_idle_cpu + - f2fs: fix to add swap extent correctly + - RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs + - RDMA/hns: Bugfix for posting a wqe with sge + - drivers: net: xgene: Fix the order of the arguments of + 'alloc_etherdev_mqs()' + - ima: ima/lsm policy rule loading logic bug fixes + - kprobes: Set unoptimized flag after unoptimizing code + - lib/vdso: Make __arch_update_vdso_data() logic understandable + - lib/vdso: Update coarse timekeeper unconditionally + - pwm: omap-dmtimer: put_device() after of_find_device_by_node() + - perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc + - perf ui gtk: Add missing zalloc object + - x86/resctrl: Check monitoring static key in the MBM overflow handler + - KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path + - KVM: x86: Remove spurious clearing of async #PF MSR + - rcu: Allow only one expedited GP to run concurrently with wakeups + - ubifs: Fix ino_t format warnings in orphan_delete() + - thermal: db8500: Depromote debug print + - thermal: brcmstb_thermal: Do not use DT coefficients + - netfilter: nft_tunnel: no need to call htons() when dumping ports + - netfilter: nf_flowtable: fix documentation + - bus: tegra-aconnect: Remove PM_CLK dependency + - xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE + - locking/lockdep: Fix lockdep_stats indentation problem + - mm/debug.c: always print flags in dump_page() + - mm/gup: allow FOLL_FORCE for get_user_pages_fast() + - mm/huge_memory.c: use head to check huge zero page + - mm, thp: fix defrag setting if newline is not used + - kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field + - kvm: nVMX: VMWRITE checks unsupported field before read-only field + - blktrace: Protect q->blk_trace with RCU + - Linux 5.4.24 + * Focal update: v5.4.23 upstream stable release (LP: #1866165) + - iommu/qcom: Fix bogus detach logic + - ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs + - ALSA: hda/realtek - Apply quirk for MSI GP63, too + - ALSA: hda/realtek - Apply quirk for yet another MSI laptop + - ASoC: codec2codec: avoid invalid/double-free of pcm runtime + - ASoC: sun8i-codec: Fix setting DAI data format + - tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST + - ecryptfs: fix a memory leak bug in parse_tag_1_packet() + - ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() + - btrfs: handle logged extent failure properly + - thunderbolt: Prevent crash if non-active NVMem file is read + - USB: misc: iowarrior: add support for 2 OEMed devices + - USB: misc: iowarrior: add support for the 28 and 28L devices + - USB: misc: iowarrior: add support for the 100 device + - e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm + - floppy: check FDC index for errors before assigning it + - vt: fix scrollback flushing on background consoles + - vt: selection, handle pending signals in paste_selection + - vt: vt_ioctl: fix race in VT_RESIZEX + - staging: android: ashmem: Disallow ashmem memory from being remapped + - staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi. + - xhci: Force Maximum Packet size for Full-speed bulk devices to valid range. + - xhci: fix runtime pm enabling for quirky Intel hosts + - xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms + - xhci: Fix memory leak when caching protocol extended capability PSI tables - + take 2 + - usb: host: xhci: update event ring dequeue pointer on purpose + - USB: core: add endpoint-blacklist quirk + - USB: quirks: blacklist duplicate ep on Sound Devices USBPre2 + - usb: uas: fix a plug & unplug racing + - USB: Fix novation SourceControl XL after suspend + - USB: hub: Don't record a connect-change event during reset-resume + - USB: hub: Fix the broken detection of USB3 device in SMSC hub + - usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows + - usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields + - usb: dwc3: debug: fix string position formatting mixup with ret and len + - scsi: Revert "target/core: Inline transport_lun_remove_cmd()" + - staging: rtl8188eu: Fix potential security hole + - staging: rtl8188eu: Fix potential overuse of kernel memory + - staging: rtl8723bs: Fix potential security hole + - staging: rtl8723bs: Fix potential overuse of kernel memory + - drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU + context + - powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss + - powerpc/eeh: Fix deadlock handling dead PHB + - powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal + delivery + - powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S + - powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size + - powerpc/hugetlb: Fix 8M hugepages on 8xx + - arm64: memory: Add missing brackets to untagged_addr() macro + - jbd2: fix ocfs2 corrupt when clearing block group bits + - x86/ima: use correct identifier for SetupMode variable + - x86/mce/amd: Publish the bank pointer only after setup has succeeded + - x86/mce/amd: Fix kobject lifetime + - x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF + - serial: 8250: Check UPF_IRQ_SHARED in advance + - tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode + - tty: serial: imx: setup the correct sg entry for tx dma + - tty: serial: qcom_geni_serial: Fix RX cancel command failure + - serdev: ttyport: restore client ops on deregistration + - MAINTAINERS: Update drm/i915 bug filing URL + - ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake() + - mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() + - nvme-multipath: Fix memory leak with ana_log_buf + - genirq/irqdomain: Make sure all irq domain flags are distinct + - mm/vmscan.c: don't round up scan size for online memory cgroup + - mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM + - lib/stackdepot.c: fix global out-of-bounds in stack_slabs + - mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() + - drm/amdgpu/soc15: fix xclk for raven + - drm/amdgpu/gfx9: disable gfxoff when reading rlc clock + - drm/amdgpu/gfx10: disable gfxoff when reading rlc clock + - drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets + - drm/i915: Wean off drm_pci_alloc/drm_pci_free + - drm/i915: Update drm/i915 bug filing URL + - sched/psi: Fix OOB write when writing 0 bytes to PSI files + - KVM: nVMX: Don't emulate instructions in guest mode + - KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI + - ext4: fix a data race in EXT4_I(inode)->i_disksize + - ext4: add cond_resched() to __ext4_find_entry() + - ext4: fix potential race between online resizing and write operations + - ext4: fix potential race between s_group_info online resizing and access + - ext4: fix potential race between s_flex_groups online resizing and access + - ext4: fix mount failure with quota configured as module + - ext4: rename s_journal_flag_rwsem to s_writepages_rwsem + - ext4: fix race between writepages and enabling EXT4_EXTENTS_FL + - KVM: nVMX: Refactor IO bitmap checks into helper function + - KVM: nVMX: Check IO instruction VM-exit conditions + - KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when + apicv is globally disabled + - KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 + - KVM: apic: avoid calculating pending eoi from an uninitialized val + - btrfs: destroy qgroup extent records on transaction abort + - btrfs: fix bytes_may_use underflow in prealloc error condtition + - btrfs: reset fs_root to NULL on error in open_ctree + - btrfs: do not check delayed items are empty for single transaction cleanup + - Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered + extents + - Btrfs: fix race between shrinking truncate and fiemap + - btrfs: don't set path->leave_spinning for truncate + - Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond + eof + - Revert "dmaengine: imx-sdma: Fix memory leak" + - drm/i915/gvt: more locking for ppgtt mm LRU list + - drm/bridge: tc358767: fix poll timeouts + - drm/i915/gt: Protect defer_request() from new waiters + - drm/msm/dpu: fix BGR565 vs RGB565 confusion + - scsi: Revert "RDMA/isert: Fix a recently introduced regression related to + logout" + - scsi: Revert "target: iscsi: Wait for all commands to finish before freeing + a session" + - usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus + - usb: dwc2: Fix in ISOC request length checking + - staging: rtl8723bs: fix copy of overlapping memory + - staging: greybus: use after free in gb_audio_manager_remove_all() + - ASoC: atmel: fix atmel_ssc_set_audio link failure + - ASoC: fsl_sai: Fix exiting path on probing failure + - ecryptfs: replace BUG_ON with error handling code + - iommu/vt-d: Fix compile warning from intel-svm.h + - crypto: rename sm3-256 to sm3 in hash_algo_name + - genirq/proc: Reject invalid affinity masks (again) + - bpf, offload: Replace bitwise AND by logical AND in + bpf_prog_offload_info_fill + - arm64: lse: Fix LSE atomics with LLVM + - io_uring: fix __io_iopoll_check deadlock in io_sq_thread + - ALSA: rawmidi: Avoid bit fields for state flags + - ALSA: seq: Avoid concurrent access to queue flags + - ALSA: seq: Fix concurrent access to queue current tick/time + - netfilter: xt_hashlimit: limit the max size of hashtable + - rxrpc: Fix call RCU cleanup using non-bh-safe locks + - io_uring: prevent sq_thread from spinning when it should stop + - ata: ahci: Add shutdown to freeze hardware resources of ahci + - xen: Enable interrupts when calling _cond_resched() + - net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY + - net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa + - net/mlx5e: Fix crash in recovery flow without devlink reporter + - s390/kaslr: Fix casts in get_random + - s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in + storage_key_init_range + - bpf: Selftests build error in sockmap_basic.c + - ASoC: SOF: Intel: hda: Add iDisp4 DAI + - Linux 5.4.23 + * Miscellaneous Ubuntu changes + - SAUCE: selftests/net -- disable timeout + - SAUCE: selftests/net -- disable l2tp.sh test + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error + tests + - SAUCE: selftests/powerpc -- Disable timeout for benchmark and tm tests + - SAUCE: selftests/ftrace: Escape additional strings in kprobe syntax error + tests + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset + make_request_fn" + - [Packaging] prevent duplicated entries in modules.ignore + - update dkms package versions + + [ Ubuntu: 5.4.0-17.21 ] + + * focal/linux: 5.4.0-17.20 -proposed tracker (LP: #1865025) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * Miscellaneous Ubuntu changes + - SAUCE: drm/i915/execlists: fix off by one in execlists_update_context() + + -- Seth Forshee Sat, 07 Mar 2020 13:36:43 -0600 + +linux-aws (5.4.0-1004.4) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1004.4 -proposed tracker (LP: #1865020) + + [ Ubuntu: 5.4.0-17.20 ] + + * focal/linux: 5.4.0-17.20 -proposed tracker (LP: #1865025) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * Miscellaneous Ubuntu changes + - SAUCE: drm/i915/execlists: fix off by one in execlists_update_context() + + -- Seth Forshee Thu, 27 Feb 2020 14:18:26 -0600 + +linux-aws (5.4.0-1003.3) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1003.3 -proposed tracker (LP: #1864883) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following rebase to 5.4.0-15.18 + + [ Ubuntu: 5.4.0-16.19 ] + + * focal/linux: 5.4.0-16.19 -proposed tracker (LP: #1864889) + * system hang: i915 Resetting rcs0 for hang on rcs0 (LP: #1861395) + - drm/i915/execlists: Always force a context reload when rewinding RING_TAIL + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626) + - selftests/timers: Turn off timeout setting + * [sfc-0121]enable the HiSilicon v3xx SFC driver (LP: #1860401) + - spi: Add HiSilicon v3xx SPI NOR flash controller driver + - MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driver + - [Config] CONFIG_SPI_HISI_SFC_V3XX=m + * [hns3-0217]sync mainline kernel 5.6rc1 hns3 patchset into ubuntu HWE kernel + branch (LP: #1863575) + - net: hns3: add management table after IMP reset + - net: hns3: fix VF bandwidth does not take effect in some case + - net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples() + * [hns3-0111]sync mainline kernel 5.5rc6 hns3 patchset into ubuntu HWE kernel + branch Edit (LP: #1859261) + - net: hns3: schedule hclgevf_service by using delayed workqueue + - net: hns3: remove mailbox and reset work in hclge_main + - net: hns3: remove unnecessary work in hclgevf_main + - net: hns3: allocate WQ with WQ_MEM_RECLAIM flag + - net: hns3: do not schedule the periodic task when reset fail + - net: hns3: check FE bit before calling hns3_add_frag() + - net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_dev + - net: hns3: optimization for CMDQ uninitialization + - net: hns3: get FD rules location before dump in debugfs + - net: hns3: implement ndo_features_check ops for hns3 driver + - net: hns3: add some VF VLAN information for command "ip link show" + - net: hns3: add a log for getting chain failure in + hns3_nic_uninit_vector_data() + - net: hns3: only print misc interrupt status when handling fails + - net: hns3: add trace event support for HNS3 driver + - net: hns3: re-organize vector handle + - net: hns3: modify the IRQ name of TQP vector + - net: hns3: modify an unsuitable log in hclge_map_ring_to_vector() + - net: hns3: modify the IRQ name of misc vectors + - net: hns3: add protection when get SFP speed as 0 + - net: hns3: replace an unsuitable variable type in + hclge_inform_reset_assert_to_vf() + - net: hns3: modify an unsuitable reset level for hardware error + - net: hns3: split hclge_reset() into preparing and rebuilding part + - net: hns3: split hclgevf_reset() into preparing and rebuilding part + - net: hns3: refactor the precedure of PF FLR + - net: hns3: refactor the procedure of VF FLR + - net: hns3: enlarge HCLGE_RESET_WAIT_CNT + - net: hns3: modify hclge_func_reset_sync_vf()'s return type to void + - net: hns3: refactor the notification scheme of PF reset + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon + (LP: #1864576) + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 + * ipc/sem.c : process loops infinitely in exit_sem() (LP: #1858834) + - Revert "ipc, sem: remove uneeded sem_undo_list lock usage in exit_sem()" + * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC + during hotplug (LP: #1864284) + - UBUNTU SAUCE: r8151: check disconnect status after long sleep + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal + (LP: #1864198) + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU + * ftrace test in ubuntu_kernel_selftests will timeout randomly (LP: #1864172) + - tracing/selftests: Turn off timeout setting + * Another Dell AIO backlight issue (LP: #1863880) + - SAUCE: platform/x86: dell-uart-backlight: move retry block + * Backport GetFB2 ioctl (LP: #1863874) + - SAUCE: drm: Add getfb2 ioctl + * [20.04] Allow to reset an opencapi adapter (LP: #1862121) + - powerpc/powernv/ioda: Fix ref count for devices with their own PE + - powerpc/powernv/ioda: Protect PE list + - powerpc/powernv/ioda: set up PE on opencapi device when enabling + - powerpc/powernv/ioda: Release opencapi device + - powerpc/powernv/ioda: Find opencapi slot for a device node + - pci/hotplug/pnv-php: Remove erroneous warning + - pci/hotplug/pnv-php: Improve error msg on power state change failure + - pci/hotplug/pnv-php: Register opencapi slots + - pci/hotplug/pnv-php: Relax check when disabling slot + - pci/hotplug/pnv-php: Wrap warnings in macro + - ocxl: Add PCI hotplug dependency to Kconfig + * alsa/asoc: export the number of dmic to userspace to work with the latest + ucm2 (focal) (LP: #1864400) + - ASoC: add control components management + - ASoC: intel/skl/hda - export number of digital microphones via control + components + * alsa/sof: let sof driver work with topology with volume and led control + (focal) (LP: #1864398) + - ASoC: SOF: enable dual control for pga + - AsoC: SOF: refactor control load code + - ASoC: SOF: acpi led support for switch controls + - ASoC: SOF: topology: check errors when parsing LED tokens + * machine doesn't come up after suspend and re-opening the lid (LP: #1861837) + - ASoC: SOF: trace: fix unconditional free in trace release + * 5.3.0-23-generic causes fans to spin when idle (LP: #1853044) + - drm/i915/gt: Close race between engine_park and intel_gt_retire_requests + - drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire + - drm/i915/gt: Schedule request retirement when timeline idles + * Focal update: 5.4.22 upstream stable release (LP: #1864488) + - core: Don't skip generic XDP program execution for cloned SKBs + - enic: prevent waking up stopped tx queues over watchdog reset + - net/smc: fix leak of kernel memory to user space + - net: dsa: tag_qca: Make sure there is headroom for tag + - net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS + - net/sched: flower: add missing validation of TCA_FLOWER_FLAGS + - drm/gma500: Fixup fbdev stolen size usage evaluation + - ath10k: Fix qmi init error handling + - wil6210: fix break that is never reached because of zero'ing of a retry + counter + - drm/qxl: Complete exception handling in qxl_device_init() + - rcu/nocb: Fix dump_tree hierarchy print always active + - rcu: Fix missed wakeup of exp_wq waiters + - rcu: Fix data-race due to atomic_t copy-by-value + - f2fs: preallocate DIO blocks when forcing buffered_io + - f2fs: call f2fs_balance_fs outside of locked page + - media: meson: add missing allocation failure check on new_buf + - clk: meson: pll: Fix by 0 division in __pll_params_to_rate() + - cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order + - brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev() + - brcmfmac: Fix use after free in brcmf_sdio_readframes() + - PCI: Fix pci_add_dma_alias() bitmask size + - drm/amd/display: Map ODM memory correctly when doing ODM combine + - leds: pca963x: Fix open-drain initialization + - ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT + - ALSA: ctl: allow TLV read operation for callback type of element in locked + case + - gianfar: Fix TX timestamping with a stacked DSA driver + - pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs + - printk: fix exclusive_console replaying + - drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank() + - drm/msm/adreno: fix zap vs no-zap handling + - pxa168fb: Fix the function used to release some memory in an error handling + path + - media: ov5640: Fix check for PLL1 exceeding max allowed rate + - media: i2c: mt9v032: fix enum mbus codes and frame sizes + - media: sun4i-csi: Deal with DRAM offset + - media: sun4i-csi: Fix data sampling polarity handling + - media: sun4i-csi: Fix [HV]sync polarity handling + - clk: at91: sam9x60: fix programmable clock prescaler + - powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE + number + - clk: meson: meson8b: make the CCF use the glitch-free mali mux + - gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in + grgpio_irq_map/unmap() + - iommu/vt-d: Fix off-by-one in PASID allocation + - x86/fpu: Deactivate FPU state after failure during state load + - char/random: silence a lockdep splat with printk() + - media: sti: bdisp: fix a possible sleep-in-atomic-context bug in + bdisp_device_run() + - kernel/module: Fix memleak in module_add_modinfo_attrs() + - IB/core: Let IB core distribute cache update events + - pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins + - efi/x86: Map the entire EFI vendor string before copying it + - MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init() + - sparc: Add .exit.data section. + - net: ethernet: ixp4xx: Standard module init + - raid6/test: fix a compilation error + - uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() + - drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov + - spi: fsl-lpspi: fix only one cs-gpio working + - drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst + - usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe() + - usb: dwc2: Fix IN FIFO allocation + - clocksource/drivers/bcm2835_timer: Fix memory leak of timer + - drm/amd/display: Clear state after exiting fixed active VRR state + - kselftest: Minimise dependency of get_size on C library interfaces + - jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info + when load journal + - ext4: fix deadlock allocating bio_post_read_ctx from mempool + - clk: ti: dra7: fix parent for gmac_clkctrl + - x86/sysfb: Fix check for bad VRAM size + - pwm: omap-dmtimer: Simplify error handling + - udf: Allow writing to 'Rewritable' partitions + - dmaengine: fsl-qdma: fix duplicated argument to && + - wan/hdlc_x25: fix skb handling + - powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov() + - tracing: Fix tracing_stat return values in error handling paths + - tracing: Fix very unlikely race of registering two stat tracers + - ARM: 8952/1: Disable kmemleak on XIP kernels + - ext4, jbd2: ensure panic when aborting with zero errno + - ath10k: Correct the DMA direction for management tx buffers + - rtw88: fix rate mask for 1SS chip + - brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362 + - selftests: settings: tests can be in subsubdirs + - rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed + - drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero + - tracing: Simplify assignment parsing for hist triggers + - nbd: add a flush_workqueue in nbd_start_device + - KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups + - Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker + - drivers/block/zram/zram_drv.c: fix error return codes not being returned in + writeback_store + - block, bfq: do not plug I/O for bfq_queues with no proc refs + - kconfig: fix broken dependency in randconfig-generated .config + - clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq() + - clk: qcom: rcg2: Don't crash if our parent can't be found; return an error + - drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode + - bpf, sockhash: Synchronize_rcu before free'ing map + - drm/amdgpu: remove 4 set but not used variable in + amdgpu_atombios_get_connector_info_from_object_table + - ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start + - drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG + - drm/panel: simple: Add Logic PD Type 28 display support + - arm64: dts: rockchip: Fix NanoPC-T4 cooling maps + - modules: lockdep: Suppress suspicious RCU usage warning + - ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's + - ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682 + - regulator: rk808: Lower log level on optional GPIOs being not available + - net/wan/fsl_ucc_hdlc: reject muram offsets above 64K + - NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use + le16_add_cpu(). + - arm64: dts: allwinner: H6: Add PMU mode + - arm64: dts: allwinner: H5: Add PMU node + - arm: dts: allwinner: H3: Add PMU node + - opp: Free static OPPs on errors while adding them + - selinux: ensure we cleanup the internal AVC counters on error in + avc_insert() + - arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core + - padata: validate cpumask without removed CPU during offline + - clk: imx: Add correct failure handling for clk based helpers + - ARM: exynos_defconfig: Bring back explicitly wanted options + - ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3 + - ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed + - bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO + - PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in + - media: cx23885: Add support for AVerMedia CE310B + - PCI: Add generic quirk for increasing D3hot delay + - PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers + - gpu/drm: ingenic: Avoid null pointer deference in plane atomic update + - selftests/net: make so_txtime more robust to timer variance + - media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device + macros + - reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling + - samples/bpf: Set -fno-stack-protector when building BPF programs + - r8169: check that Realtek PHY driver module is loaded + - fore200e: Fix incorrect checks of NULL pointer dereference + - netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy + - ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status + - PCI: Add nr_devfns parameter to pci_add_dma_alias() + - PCI: Add DMA alias quirk for PLX PEX NTB + - b43legacy: Fix -Wcast-function-type + - ipw2x00: Fix -Wcast-function-type + - iwlegacy: Fix -Wcast-function-type + - rtlwifi: rtl_pci: Fix -Wcast-function-type + - orinoco: avoid assertion in case of NULL pointer + - drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV + - clk: qcom: smd: Add missing bimc clock + - ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 + - nfsd: Clone should commit src file metadata too + - scsi: ufs: Complete pending requests in host reset and restore path + - scsi: aic7xxx: Adjust indentation in ahc_find_syncrate + - crypto: inside-secure - add unspecified HAS_IOMEM dependency + - drm/mediatek: handle events when enabling/disabling crtc + - clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks + - ARM: dts: r8a7779: Add device node for ARM global timer + - selinux: ensure we cleanup the internal AVC counters on error in + avc_update() + - scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration + - arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk + - iommu/amd: Check feature support bit before accessing MSI capability + registers + - iommu/amd: Only support x2APIC with IVHD type 11h/40h + - iommu/iova: Silence warnings under memory pressure + - clk: actually call the clock init before any other callback of the clock + - dmaengine: Store module owner in dma_device struct + - dmaengine: imx-sdma: Fix memory leak + - bpf: Print error message for bpftool cgroup show + - net: phy: realtek: add logging for the RGMII TX delay configuration + - crypto: chtls - Fixed memory leak + - x86/vdso: Provide missing include file + - PM / devfreq: exynos-ppmu: Fix excessive stack usage + - PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency + - drm/fbdev: Fallback to non tiled mode if all tiles not present + - pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs + - reset: uniphier: Add SCSSI reset control for each channel + - ASoC: soc-topology: fix endianness issues + - fbdev: fix numbering of fbcon options + - RDMA/rxe: Fix error type of mmap_offset + - clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock + - ALSA: sh: Fix unused variable warnings + - clk: Use parent node pointer during registration if necessary + - clk: uniphier: Add SCSSI clock gate for each channel + - ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too + - ALSA: sh: Fix compile warning wrt const + - net: phy: fixed_phy: fix use-after-free when checking link GPIO + - tools lib api fs: Fix gcc9 stringop-truncation compilation error + - vfio/spapr/nvlink2: Skip unpinning pages on error exit + - ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isn't one. + - ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch + - iommu/vt-d: Match CPU and IOMMU paging mode + - iommu/vt-d: Avoid sending invalid page response + - drm/amdkfd: Fix permissions of hang_hws + - mlx5: work around high stack usage with gcc + - RDMA/hns: Avoid printing address of mtt page + - drm: remove the newline for CRC source name. + - usb: dwc3: use proper initializers for property entries + - ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco + - usbip: Fix unsafe unaligned pointer usage + - udf: Fix free space reporting for metadata and virtual partitions + - drm/mediatek: Add gamma property according to hardware capability + - staging: rtl8188: avoid excessive stack usage + - IB/hfi1: Add software counter for ctxt0 seq drop + - IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats + - soc/tegra: fuse: Correct straps' address for older Tegra124 device trees + - efi/x86: Don't panic or BUG() on non-critical error conditions + - rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls + - Input: edt-ft5x06 - work around first register access error + - bnxt: Detach page from page pool before sending up the stack + - x86/nmi: Remove irq_work from the long duration NMI handler + - wan: ixp4xx_hss: fix compile-testing on 64-bit + - clocksource: davinci: only enable clockevents once tim34 is initialized + - arm64: dts: rockchip: fix dwmmc clock name for px30 + - arm64: dts: rockchip: add reg property to brcmf sub-nodes + - ARM: dts: rockchip: add reg property to brcmf sub node for + rk3188-bqedison2qc + - ALSA: usb-audio: Add boot quirk for MOTU M Series + - ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m + - raid6/test: fix a compilation warning + - tty: synclinkmp: Adjust indentation in several functions + - tty: synclink_gt: Adjust indentation in several functions + - misc: xilinx_sdfec: fix xsdfec_poll()'s return type + - visorbus: fix uninitialized variable access + - driver core: platform: Prevent resouce overflow from causing infinite loops + - driver core: Print device when resources present in really_probe() + - ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare + - bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map + - vme: bridges: reduce stack usage + - drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new() + - drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw + - drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler + - drm/nouveau/drm/ttm: Remove set but not used variable 'mem' + - drm/nouveau/fault/gv100-: fix memory leak on module unload + - dm thin: don't allow changing data device during thin-pool reload + - gpiolib: Set lockdep class for hierarchical irq domains + - drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add + - perf/imx_ddr: Fix cpu hotplug state cleanup + - usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue + - kbuild: remove *.tmp file when filechk fails + - iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE + - ALSA: usb-audio: unlock on error in probe + - f2fs: set I_LINKABLE early to avoid wrong access by vfs + - f2fs: free sysfs kobject + - scsi: ufs: pass device information to apply_dev_quirks + - scsi: ufs-mediatek: add apply_dev_quirks variant operation + - scsi: iscsi: Don't destroy session if there are outstanding connections + - crypto: essiv - fix AEAD capitalization and preposition use in help text + - ALSA: usb-audio: add implicit fb quirk for MOTU M Series + - RDMA/mlx5: Don't fake udata for kernel path + - arm64: lse: fix LSE atomics with LLVM's integrated assembler + - arm64: fix alternatives with LLVM's integrated assembler + - drm/amd/display: fixup DML dependencies + - EDAC/sifive: Fix return value check in ecc_register() + - KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt' + - arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu + - sched/core: Fix size of rq::uclamp initialization + - sched/topology: Assert non-NUMA topology masks don't (partially) overlap + - perf/x86/amd: Constrain Large Increment per Cycle events + - watchdog/softlockup: Enforce that timestamp is valid on boot + - debugobjects: Fix various data races + - ASoC: SOF: Intel: hda: Fix SKL dai count + - regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage + - f2fs: fix memleak of kobject + - x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd + - pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional + - cmd64x: potential buffer overflow in cmd64x_program_timings() + - ide: serverworks: potential overflow in svwks_set_pio_mode() + - pwm: Remove set but not set variable 'pwm' + - btrfs: fix possible NULL-pointer dereference in integrity checks + - btrfs: safely advance counter when looking up bio csums + - btrfs: device stats, log when stats are zeroed + - module: avoid setting info->name early in case we can fall back to + info->mod->name + - remoteproc: Initialize rproc_class before use + - regulator: core: Fix exported symbols to the exported GPL version + - irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems + - ALSA: hda/hdmi - add retry logic to parse_intel_hdmi() + - spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations + - kbuild: use -S instead of -E for precise cc-option test in Kconfig + - objtool: Fix ARCH=x86_64 build error + - x86/decoder: Add TEST opcode to Group3-2 + - s390: adjust -mpacked-stack support check for clang 10 + - s390/ftrace: generate traced function stack frame + - driver core: platform: fix u32 greater or equal to zero comparison + - bpf, btf: Always output invariant hit in pahole DWARF to BTF transform + - ALSA: hda - Add docking station support for Lenovo Thinkpad T420s + - sunrpc: Fix potential leaks in sunrpc_cache_unhash() + - drm/nouveau/mmu: fix comptag memory leak + - powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV + - media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value + - btrfs: separate definition of assertion failure handlers + - btrfs: Fix split-brain handling when changing FSID to metadata uuid + - bcache: cached_dev_free needs to put the sb page + - bcache: rework error unwinding in register_bcache + - bcache: fix use-after-free in register_bcache() + - iommu/vt-d: Remove unnecessary WARN_ON_ONCE() + - alarmtimer: Make alarmtimer platform device child of RTC device + - selftests: bpf: Reset global state between reuseport test runs + - jbd2: switch to use jbd2_journal_abort() when failed to submit the commit + record + - jbd2: make sure ESHUTDOWN to be recorded in the journal superblock + - powerpc/pseries/lparcfg: Fix display of Maximum Memory + - selftests/eeh: Bump EEH wait time to 60s + - ARM: 8951/1: Fix Kexec compilation issue. + - ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82 + - hostap: Adjust indentation in prism2_hostapd_add_sta + - rtw88: fix potential NULL skb access in TX ISR + - iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop + - cifs: fix unitialized variable poential problem with network I/O cache lock + patch + - cifs: Fix mount options set in automount + - cifs: fix NULL dereference in match_prepath + - bpf: map_seq_next should always increase position index + - powerpc/mm: Don't log user reads to 0xffffffff + - ceph: check availability of mds cluster on mount after wait timeout + - rbd: work around -Wuninitialized warning + - drm/amd/display: do not allocate display_mode_lib unnecessarily + - irqchip/gic-v3: Only provision redistributors that are enabled in ACPI + - drm/nouveau/disp/nv50-: prevent oops when no channel method map provided + - char: hpet: Fix out-of-bounds read bug + - ftrace: fpid_next() should increase position index + - trigger_next should increase position index + - radeon: insert 10ms sleep in dce5_crtc_load_lut + - powerpc: Do not consider weak unresolved symbol relocations as bad + - btrfs: do not do delalloc reservation under page lock + - ocfs2: make local header paths relative to C files + - ocfs2: fix a NULL pointer dereference when call + ocfs2_update_inode_fsync_trans() + - lib/scatterlist.c: adjust indentation in __sg_alloc_table + - reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() + - bcache: fix memory corruption in bch_cache_accounting_clear() + - bcache: explicity type cast in bset_bkey_last() + - bcache: fix incorrect data type usage in btree_flush_write() + - irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building + INVALL + - nvmet: Pass lockdep expression to RCU lists + - nvme-pci: remove nvmeq->tags + - iwlwifi: mvm: Fix thermal zone registration + - iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta() + - asm-generic/tlb: add missing CONFIG symbol + - microblaze: Prevent the overflow of the start + - brd: check and limit max_part par + - drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency + - drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage + - NFS: Fix memory leaks + - help_next should increase position index + - i40e: Relax i40e_xsk_wakeup's return value when PF is busy + - cifs: log warning message (once) if out of disk space + - virtio_balloon: prevent pfn array overflow + - fuse: don't overflow LLONG_MAX with end offset + - mlxsw: spectrum_dpipe: Add missing error path + - drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2) + - bcache: properly initialize 'path' and 'err' in register_bcache() + - rtc: Kconfig: select REGMAP_I2C when necessary + - Linux 5.4.22 + * Focal update: 5.4.22 upstream stable release (LP: #1864488) // + CVE-2019-19076. + - Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace" + * Miscellaneous Ubuntu changes + - [Debian] Revert "UBUNTU: [Debian] Update linux source package name in + debian/tests/*" + - SAUCE: selftests: fix undefined lable cleanup build error + - SAUCE: selftests: fix undefined macro RET_IF() build error + - [Packaging] Include modules.builtin.modinfo in linux-modules + - update dkms package versions + - Revert "UBUNTU: [Debian] Update package name in getabis repo list" + * Miscellaneous upstream changes + - libbpf: Extract and generalize CPU mask parsing logic + + -- Seth Forshee Wed, 26 Feb 2020 15:43:23 -0600 + +linux-aws (5.4.0-1002.2) focal; urgency=medium + + * focal/linux-aws: 5.4.0-1002.2 -proposed tracker (LP: #1864080) + + * installing linux-modules-nvidia does not remove nvidia-dkms, and the kernel + prioritizes the wrong version of the module from disk (LP: #1856414) + - Revert "UBUNTU: [Packaging] dkms -- add Provides: specifiers" + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - updateconfigs following rebase to 5.4.0-15.18 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Debian] Add upstream version to packagenames in getabis" + + [ Ubuntu: 5.4.0-15.18 ] + + * focal/linux: 5.4.0-15.18 -proposed tracker (LP: #1864085) + * Focal update: v5.4.21 upstream stable release (LP: #1864046) + - Input: synaptics - switch T470s to RMI4 by default + - Input: synaptics - enable SMBus on ThinkPad L470 + - Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list + - ALSA: usb-audio: Fix UAC2/3 effect unit parsing + - ALSA: hda/realtek - Add more codec supported Headset Button + - ALSA: hda/realtek - Fix silent output on MSI-GL73 + - ALSA: usb-audio: Apply sample rate quirk for Audioengine D1 + - ACPI: EC: Fix flushing of pending work + - ACPI: PM: s2idle: Avoid possible race related to the EC GPE + - ACPICA: Introduce acpi_any_gpe_status_set() + - ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system + - ALSA: usb-audio: sound: usb: usb true/false for bool return type + - ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000 + - ext4: don't assume that mmp_nodename/bdevname have NUL + - ext4: fix support for inode sizes > 1024 bytes + - ext4: fix checksum errors with indexed dirs + - ext4: add cond_resched() to ext4_protect_reserved_inode + - ext4: improve explanation of a mount failure caused by a misconfigured + kernel + - Btrfs: fix race between using extent maps and merging them + - btrfs: ref-verify: fix memory leaks + - btrfs: print message when tree-log replay starts + - btrfs: log message when rw remount is attempted with unclean tree-log + - ARM: npcm: Bring back GPIOLIB support + - gpio: xilinx: Fix bug where the wrong GPIO register is written to + - arm64: ssbs: Fix context-switch when SSBS is present on all CPUs + - xprtrdma: Fix DMA scatter-gather list mapping imbalance + - cifs: make sure we do not overflow the max EA buffer size + - EDAC/sysfs: Remove csrow objects on errors + - EDAC/mc: Fix use-after-free and memleaks during device removal + - KVM: nVMX: Use correct root level for nested EPT shadow page tables + - perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map + - s390/pkey: fix missing length of protected key on return + - s390/uv: Fix handling of length extensions + - drm/vgem: Close use-after-free race in vgem_gem_create + - drm/panfrost: Make sure the shrinker does not reclaim referenced BOs + - bus: moxtet: fix potential stack buffer overflow + - nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info + - drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds + write + - IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported + - IB/hfi1: Acquire lock to release TID entries when user file is closed + - IB/hfi1: Close window for pq and request coliding + - IB/rdmavt: Reset all QPs when the device is shut down + - IB/umad: Fix kernel crash while unloading ib_umad + - RDMA/core: Fix invalid memory access in spec_filter_size + - RDMA/iw_cxgb4: initiate CLOSE when entering TERM + - RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create + - RDMA/rxe: Fix soft lockup problem due to using tasklets in softirq + - RDMA/core: Fix protection fault in get_pkey_idx_qp_list + - s390/time: Fix clk type in get_tod_clock + - sched/uclamp: Reject negative values in cpu_uclamp_write() + - spmi: pmic-arb: Set lockdep class for hierarchical irq domains + - perf/x86/intel: Fix inaccurate period in context switch for auto-reload + - hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions. + - mac80211: fix quiet mode activation in action frames + - cifs: fix mount option display for sec=krb5i + - arm64: dts: fast models: Fix FVP PCI interrupt-map property + - KVM: x86: Mask off reserved bit from #DB exception payload + - perf stat: Don't report a null stalled cycles per insn metric + - NFSv4.1 make cachethis=no for writes + - Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode config" + - jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() + - jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer + - ext4: choose hardlimit when softlimit is larger than hardlimit in + ext4_statfs_project() + - KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging + - gpio: add gpiod_toggle_active_low() + - mmc: core: Rework wp-gpio handling + - Linux 5.4.21 + * Fix AMD Stoney Ridge screen flickering under 4K resolution (LP: #1864005) + - iommu/amd: Disable IOMMU on Stoney Ridge systems + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810) + - [Config] CONFIG_X86_UV=y + * [UBUNTU 20.04] Enable proper reset/recovery of s390x/pci functions in error + state (LP: #1863768) + - s390/pci: Recover handle in clp_set_pci_fn() + - s390/pci: Fix possible deadlock in recover_store() + * [20.04 FEAT] Enhanced handling of secure keys and protected keys + (LP: #1853303) + - s390/zcrypt: enable card/domain autoselect on ep11 cprbs + - s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprb + - s390/zcrypt: add new low level ep11 functions support file + - s390/zcrypt: extend EP11 card and queue sysfs attributes + - s390/pkey/zcrypt: Support EP11 AES secure keys + * [20.04 FEAT] paes self test (LP: #1854948) + - s390/pkey: use memdup_user() to simplify code + - s390/pkey: Add support for key blob with clear key value + - s390/crypto: Rework on paes implementation + - s390/crypto: enable clear key values for paes ciphers + - crypto/testmgr: enable selftests for paes-s390 ciphers + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885) + - SAUCE: platform/x86: dell-uart-backlight: increase retry times + * change the ASoC card name and card longname to meet the requirement of alsa- + lib-1.2.1 (Focal) (LP: #1862712) + - ASoC: improve the DMI long card code in asoc-core + - ASoC: DMI long name - avoid to add board name if matches with product name + - ASoC: intel - fix the card names + * Support Headset Mic on HP cPC (LP: #1862313) + - ALSA: hda/realtek - Add Headset Mic supported for HP cPC + - ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supported + * [hns3-0205]sync mainline kernel 5.5rc7 hns3 patchset into ubuntu HWE kernel + branch (LP: #1861972) + - net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read + - net: hns3: replace snprintf with scnprintf in hns3_update_strings + - net: hns3: limit the error logging in the hns3_clean_tx_ring() + - net: hns3: do not reuse pfmemalloc pages + - net: hns3: set VF's default reset_type to HNAE3_NONE_RESET + - net: hns3: move duplicated macro definition into header + - net: hns3: refine the input parameter 'size' for snprintf() + - net: hns3: rewrite a log in hclge_put_vector() + - net: hns3: delete unnecessary blank line and space for cleanup + - net: hns3: remove redundant print on ENOMEM + * [acc-0205]sync mainline kernel 5.5rc6 acc patchset into ubuntu HWE kernel + branch (LP: #1861976) + - crypto: hisilicon/sec2 - Use atomics instead of __sync + - crypto: hisilicon - still no need to check return value of debugfs_create + functions + - crypto: hisilicon - Update debugfs usage of SEC V2 + - crypto: hisilicon - fix print/comment of SEC V2 + - crypto: hisilicon - Update some names on SEC V2 + - crypto: hisilicon - Update QP resources of SEC V2 + - crypto: hisilicon - Adjust some inner logic + - crypto: hisilicon - Add callback error check + - crypto: hisilicon - Add branch prediction macro + - crypto: hisilicon - redefine skcipher initiation + - crypto: hisilicon - Add aead support on SEC2 + - crypto: hisilicon - Bugfixed tfm leak + - crypto: hisilicon - Fixed some tiny bugs of HPRE + - crypto: hisilicon - adjust hpre_crt_para_get + - crypto: hisilicon - add branch prediction macro + - crypto: hisilicon - fix spelling mistake "disgest" -> "digest" + * [spi-0115]spi: dw: use "smp_mb()" to avoid sending spi data error + (LP: #1859744) + - spi: dw: use "smp_mb()" to avoid sending spi data error + * [tpm-0115]EFI/stub: tpm: enable tpm eventlog function for ARM64 platform + (LP: #1859743) + - efi: libstub/tpm: enable tpm eventlog function for ARM platforms + * Restrict xmon to read-only-mode if kernel is locked down (LP: #1863562) + - powerpc/xmon: Restrict when kernel is locked down + * [CML-H] Add intel_thermal_pch driver support Comet Lake -H (LP: #1853219) + - thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform support + * Root can lift kernel lockdown via USB/IP (LP: #1861238) + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel + lockdown" + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947) + - SAUCE: drm/i915: Disable PSR by default on all platforms + * Focal update: v5.4.20 upstream stable release (LP: #1863589) + - ASoC: pcm: update FE/BE trigger order based on the command + - hv_sock: Remove the accept port restriction + - IB/mlx4: Fix memory leak in add_gid error flow + - IB/srp: Never use immediate data if it is disabled by a user + - IB/mlx4: Fix leak in id_map_find_del + - RDMA/netlink: Do not always generate an ACK for some netlink operations + - RDMA/i40iw: fix a potential NULL pointer dereference + - RDMA/core: Fix locking in ib_uverbs_event_read + - RDMA/uverbs: Verify MR access flags + - RDMA/cma: Fix unbalanced cm_id reference count during address resolve + - RDMA/umem: Fix ib_umem_find_best_pgsz() + - scsi: ufs: Fix ufshcd_probe_hba() reture value in case + ufshcd_scsi_add_wlus() fails + - PCI/IOV: Fix memory leak in pci_iov_add_virtfn() + - ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe + - PCI/switchtec: Use dma_set_mask_and_coherent() + - PCI/switchtec: Fix vep_vector_number ioread width + - PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30 + - PCI: Don't disable bridge BARs when assigning bus resources + - PCI/AER: Initialize aer_fifo + - iwlwifi: mvm: avoid use after free for pmsr request + - bpftool: Don't crash on missing xlated program instructions + - bpf, sockmap: Don't sleep while holding RCU lock on tear-down + - bpf, sockhash: Synchronize_rcu before free'ing map + - selftests/bpf: Test freeing sockmap/sockhash with a socket in it + - bpf: Improve bucket_log calculation logic + - bpf, sockmap: Check update requirements after locking + - nfs: NFS_SWAP should depend on SWAP + - NFS: Revalidate the file size on a fatal write error + - NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() + - NFS: Fix fix of show_nfs_errors + - NFSv4: pnfs_roc() must use cred_fscmp() to compare creds + - NFSv4: try lease recovery on NFS4ERR_EXPIRED + - NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals + - x86/boot: Handle malformed SRAT tables during early ACPI parsing + - rtc: hym8563: Return -EINVAL if the time is known to be invalid + - rtc: cmos: Stop using shared IRQ + - watchdog: qcom: Use platform_get_irq_optional() for bark irq + - ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node + - platform/x86: intel_mid_powerbtn: Take a copy of ddata + - arm64: dts: qcom: msm8998: Fix tcsr syscon size + - arm64: dts: uDPU: fix broken ethernet + - ARM: dts: at91: Reenable UART TX pull-ups + - ARM: dts: am43xx: add support for clkout1 clock + - arm64: dts: renesas: r8a77990: ebisu: Remove clkout-lr-synchronous from + sound + - arm64: dts: marvell: clearfog-gt-8k: fix switch cpu port node + - ARM: dts: meson8: use the actual frequency for the GPU's 182.1MHz OPP + - ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP + - ARM: dts: at91: sama5d3: fix maximum peripheral clock rates + - ARM: dts: at91: sama5d3: define clock rate range for tcb1 + - tools/power/acpi: fix compilation error + - soc: qcom: rpmhpd: Set 'active_only' for active only power domains + - Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" + - powerpc/ptdump: Fix W+X verification call in mark_rodata_ro() + - powerpc/ptdump: Only enable PPC_CHECK_WX with STRICT_KERNEL_RWX + - powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some paths + - powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning + - powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce + for DDW + - iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA + - ARM: at91: pm: use SAM9X60 PMC's compatible + - ARM: at91: pm: use of_device_id array to find the proper shdwc node + - KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections + - ARM: 8949/1: mm: mark free_memmap as __init + - sched/uclamp: Fix a bug in propagating uclamp value in new cgroups + - arm64: cpufeature: Fix the type of no FP/SIMD capability + - arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly + - arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations + - KVM: arm/arm64: Fix young bit from mmu notifier + - KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests + - KVM: arm: Make inject_abt32() inject an external abort instead + - KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset + - KVM: arm64: pmu: Fix chained SW_INCR counters + - KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer + - arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly + - mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock + - mtd: sharpslpart: Fix unsigned comparison to zero + - crypto: testmgr - don't try to decrypt uninitialized buffers + - crypto: artpec6 - return correct error code for failed setkey() + - crypto: atmel-sha - fix error handling when setting hmac key + - crypto: caam/qi2 - fix typo in algorithm's driver name + - drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe + - media: i2c: adv748x: Fix unsafe macros + - dt-bindings: iio: adc: ad7606: Fix wrong maxItems value + - bcache: avoid unnecessary btree nodes flushing in btree_flush_write() + - selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link" + - selinux: fix regression introduced by move_mount(2) syscall + - pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control + - pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B + - regmap: fix writes to non incrementing registers + - mfd: max77650: Select REGMAP_IRQ in Kconfig + - clk: meson: g12a: fix missing uart2 in regmap table + - dmaengine: axi-dmac: add a check for devm_regmap_init_mmio + - mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status() + - mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv() + - libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held + - libertas: make lbs_ibss_join_existing() return error code on rates overflow + - selinux: fall back to ref-walk if audit is required + - Linux 5.4.20 + * Focal update: v5.4.19 upstream stable release (LP: #1863588) + - sparc32: fix struct ipc64_perm type definition + - bnxt_en: Move devlink_register before registering netdev + - cls_rsvp: fix rsvp_policy + - gtp: use __GFP_NOWARN to avoid memalloc warning + - l2tp: Allow duplicate session creation with UDP + - net: hsr: fix possible NULL deref in hsr_handle_frame() + - net_sched: fix an OOB access in cls_tcindex + - net: stmmac: Delete txtimer in suspend() + - bnxt_en: Fix TC queue mapping. + - rxrpc: Fix use-after-free in rxrpc_put_local() + - rxrpc: Fix insufficient receive notification generation + - rxrpc: Fix missing active use pinning of rxrpc_local object + - rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect + - tcp: clear tp->total_retrans in tcp_disconnect() + - tcp: clear tp->delivered in tcp_disconnect() + - tcp: clear tp->data_segs{in|out} in tcp_disconnect() + - tcp: clear tp->segs_{in|out} in tcp_disconnect() + - ionic: fix rxq comp packet type mask + - MAINTAINERS: correct entries for ISDN/mISDN section + - netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init() + - bnxt_en: Fix logic that disables Bus Master during firmware reset. + - media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptors + - mfd: dln2: More sanity checking for endpoints + - netfilter: ipset: fix suspicious RCU usage in find_set_and_id + - ipc/msg.c: consolidate all xxxctl_down() functions + - tracing/kprobes: Have uname use __get_str() in print_fmt + - tracing: Fix sched switch start/stop refcount racy updates + - rcu: Use *_ONCE() to protect lockless ->expmask accesses + - rcu: Avoid data-race in rcu_gp_fqs_check_wake() + - srcu: Apply *_ONCE() to ->srcu_last_gp_end + - rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special() + - nvmet: Fix error print message at nvmet_install_queue function + - nvmet: Fix controller use after free + - Bluetooth: btusb: fix memory leak on fw + - Bluetooth: btusb: Disable runtime suspend on Realtek devices + - brcmfmac: Fix memory leak in brcmf_usbdev_qinit + - usb: dwc3: gadget: Check END_TRANSFER completion + - usb: dwc3: gadget: Delay starting transfer + - usb: typec: tcpci: mask event interrupts when remove driver + - objtool: Silence build output + - usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer + - usb: gadget: legacy: set max_speed to super-speed + - usb: gadget: f_ncm: Use atomic_t to track in-flight request + - usb: gadget: f_ecm: Use atomic_t to track in-flight request + - ALSA: usb-audio: Fix endianess in descriptor validation + - ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk + - ALSA: dummy: Fix PCM format loop in proc output + - memcg: fix a crash in wb_workfn when a device disappears + - mm/sparse.c: reset section's mem_map when fully deactivated + - mmc: sdhci-pci: Make function amd_sdhci_reset static + - utimes: Clamp the timestamps in notify_change() + - mm/memory_hotplug: fix remove_memory() lockdep splat + - mm: thp: don't need care deferred split queue in memcg charge move path + - mm: move_pages: report the number of non-attempted pages + - media/v4l2-core: set pages dirty upon releasing DMA buffers + - media: v4l2-core: compat: ignore native command codes + - media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments + - lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() + - irqdomain: Fix a memory leak in irq_domain_push_irq() + - x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEAR + - platform/x86: intel_scu_ipc: Fix interrupt support + - ALSA: hda: Apply aligned MMIO access only conditionally + - ALSA: hda: Add Clevo W65_67SB the power_save blacklist + - ALSA: hda: Add JasperLake PCI ID and codec vid + - arm64: acpi: fix DAIF manipulation with pNMI + - KVM: arm64: Correct PSTATE on exception entry + - KVM: arm/arm64: Correct CPSR on exception entry + - KVM: arm/arm64: Correct AArch32 SPSR on exception entry + - KVM: arm64: Only sign-extend MMIO up to register width + - MIPS: syscalls: fix indentation of the 'SYSNR' message + - MIPS: fix indentation of the 'RELOCS' message + - MIPS: boot: fix typo in 'vmlinux.lzma.its' target + - s390/mm: fix dynamic pagetable upgrade for hugetlbfs + - powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case + - powerpc/ptdump: Fix W+X verification + - powerpc/xmon: don't access ASDR in VMs + - powerpc/pseries: Advance pfn if section is not present in lmb_is_removable() + - powerpc/32s: Fix bad_kuap_fault() + - powerpc/32s: Fix CPU wake-up from sleep mode + - tracing: Fix now invalid var_ref_vals assumption in trace action + - PCI: tegra: Fix return value check of pm_runtime_get_sync() + - PCI: keystone: Fix outbound region mapping + - PCI: keystone: Fix link training retries initiation + - PCI: keystone: Fix error handling when "num-viewport" DT property is not + populated + - mmc: spi: Toggle SPI polarity, do not hardcode it + - ACPI: video: Do not export a non working backlight interface on MSI MS-7721 + boards + - ACPI / battery: Deal with design or full capacity being reported as -1 + - ACPI / battery: Use design-cap for capacity calculations if full-cap is not + available + - ACPI / battery: Deal better with neither design nor full capacity not being + reported + - alarmtimer: Unregister wakeup source when module get fails + - fscrypt: don't print name of busy file when removing key + - ubifs: don't trigger assertion on invalid no-key filename + - ubifs: Fix wrong memory allocation + - ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag + - ubifs: Fix deadlock in concurrent bulk-read and writepage + - mmc: sdhci-of-at91: fix memleak on clk_get failure + - ASoC: SOF: core: free trace on errors + - hv_balloon: Balloon up according to request page number + - mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile + - nvmem: core: fix memory abort in cleanup path + - crypto: api - Check spawn->alg under lock in crypto_drop_spawn + - crypto: ccree - fix backlog memory leak + - crypto: ccree - fix AEAD decrypt auth fail + - crypto: ccree - fix pm wrongful error reporting + - crypto: ccree - fix FDE descriptor sequence + - crypto: ccree - fix PM race condition + - padata: Remove broken queue flushing + - fs: allow deduplication of eof block into the end of the destination file + - scripts/find-unused-docs: Fix massive false positives + - erofs: fix out-of-bound read for shifted uncompressed block + - scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state + - scsi: qla2xxx: Fix mtcp dump collection failure + - cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e + - power: supply: axp20x_ac_power: Fix reporting online status + - power: supply: ltc2941-battery-gauge: fix use-after-free + - ovl: fix wrong WARN_ON() in ovl_cache_update_ino() + - ovl: fix lseek overflow on 32bit + - f2fs: choose hardlimit when softlimit is larger than hardlimit in + f2fs_statfs_project() + - f2fs: fix miscounted block limit in f2fs_statfs_project() + - f2fs: code cleanup for f2fs_statfs_project() + - f2fs: fix dcache lookup of !casefolded directories + - f2fs: fix race conditions in ->d_compare() and ->d_hash() + - PM: core: Fix handling of devices deleted during system-wide resume + - cpufreq: Avoid creating excessively large stack frames + - of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc + - ARM: dma-api: fix max_pfn off-by-one error in __dma_supported() + - dm zoned: support zone sizes smaller than 128MiB + - dm space map common: fix to ensure new block isn't already in use + - dm writecache: fix incorrect flush sequence when doing SSD mode commit + - dm crypt: fix GFP flags passed to skcipher_request_alloc() + - dm crypt: fix benbi IV constructor crash if used in authenticated mode + - dm thin metadata: use pool locking at end of dm_pool_metadata_close + - scsi: qla2xxx: Fix stuck login session using prli_pend_timer + - ASoC: SOF: Introduce state machine for FW boot + - ASoC: SOF: core: release resources on errors in probe_continue + - tracing: Annotate ftrace_graph_hash pointer with __rcu + - tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu + - ftrace: Add comment to why rcu_dereference_sched() is open coded + - ftrace: Protect ftrace_graph_hash with ftrace_sync + - crypto: pcrypt - Avoid deadlock by using per-instance padata queues + - btrfs: fix improper setting of scanned for range cyclic write cache pages + - btrfs: Handle another split brain scenario with metadata uuid feature + - riscv, bpf: Fix broken BPF tail calls + - selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs + - bpf, devmap: Pass lockdep expression to RCU lists + - libbpf: Fix realloc usage in bpf_core_find_cands + - tc-testing: fix eBPF tests failure on linux fresh clones + - samples/bpf: Don't try to remove user's homedir on clean + - samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach + - selftests/bpf: Fix test_attach_probe + - selftests/bpf: Skip perf hw events test if the setup disabled it + - selftests: bpf: Use a temporary file in test_sockmap + - selftests: bpf: Ignore FIN packets for reuseport tests + - crypto: api - fix unexpectedly getting generic implementation + - crypto: hisilicon - Use the offset fields in sqe to avoid need to split + scatterlists + - crypto: ccp - set max RSA modulus size for v3 platform devices as well + - crypto: arm64/ghash-neon - bump priority to 150 + - crypto: pcrypt - Do not clear MAY_SLEEP flag in original request + - crypto: atmel-aes - Fix counter overflow in CTR mode + - crypto: api - Fix race condition in crypto_spawn_alg + - crypto: picoxcell - adjust the position of tasklet_init and fix missed + tasklet_kill + - powerpc/futex: Fix incorrect user access blocking + - scsi: qla2xxx: Fix unbound NVME response length + - NFS: Fix memory leaks and corruption in readdir + - NFS: Directory page cache pages need to be locked when read + - nfsd: fix filecache lookup + - jbd2_seq_info_next should increase position index + - ext4: fix deadlock allocating crypto bounce page from mempool + - ext4: fix race conditions in ->d_compare() and ->d_hash() + - Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES + - Btrfs: make deduplication with range including the last block work + - Btrfs: fix infinite loop during fsync after rename operations + - btrfs: set trans->drity in btrfs_commit_transaction + - btrfs: drop log root for dropped roots + - Btrfs: fix race between adding and putting tree mod seq elements and nodes + - btrfs: flush write bio if we loop in extent_write_cache_pages + - btrfs: Correctly handle empty trees in find_first_clear_extent_bit + - ARM: tegra: Enable PLLP bypass during Tegra124 LP1 + - iwlwifi: don't throw error when trying to remove IGTK + - mwifiex: fix unbalanced locking in mwifiex_process_country_ie() + - sunrpc: expiry_time should be seconds not timeval + - gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 + - gfs2: move setting current->backing_dev_info + - gfs2: fix O_SYNC write handling + - drm: atmel-hlcdc: use double rate for pixel clock only if supported + - drm: atmel-hlcdc: enable clock before configuring timing engine + - drm: atmel-hlcdc: prefer a lower pixel-clock than requested + - drm/rect: Avoid division by zero + - media: iguanair: fix endpoint sanity check + - media: rc: ensure lirc is initialized before registering input device + - tools/kvm_stat: Fix kvm_exit filter name + - xen/balloon: Support xend-based toolstack take two + - watchdog: fix UAF in reboot notifier handling in watchdog core code + - bcache: add readahead cache policy options via sysfs interface + - eventfd: track eventfd_signal() recursion depth + - aio: prevent potential eventfd recursion on poll + - KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks + - KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks + - KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks + - KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks + - KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks + - KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF + attacks + - KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks + - KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF + attacks + - KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks + - KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks + in x86.c + - KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks + - KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() + from Spectre-v1/L1TF attacks + - KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform + - KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails + - KVM: PPC: Book3S PR: Free shared page if mmu initialization fails + - kvm/svm: PKU not currently supported + - KVM: VMX: Add non-canonical check on writes to RTIT address MSRs + - KVM: x86: Don't let userspace set host-reserved cr4 bits + - KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails + - KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu() + - KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation + - KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest" + - KVM: s390: do not clobber registers during guest reset/store status + - ocfs2: fix oops when writing cloned file + - mm/page_alloc.c: fix uninitialized memmaps on a partially populated last + section + - arm64: dts: qcom: qcs404-evb: Set vdd_apc regulator in high power mode + - mm/mmu_gather: invalidate TLB correctly on batch allocation failure and + flush + - clk: tegra: Mark fuse clock as critical + - drm/amd/dm/mst: Ignore payload update failures + - virtio-balloon: initialize all vq callbacks + - virtio-pci: check name when counting MSI-X vectors + - fix up iter on short count in fuse_direct_io() + - broken ping to ipv6 linklocal addresses on debian buster + - percpu: Separate decrypted varaibles anytime encryption can be enabled + - ASoC: meson: axg-fifo: fix fifo threshold setup + - scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return type + - scsi: csiostor: Adjust indentation in csio_device_reset + - scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free + - scsi: ufs: Recheck bkops level if bkops is disabled + - mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two + - phy: qualcomm: Adjust indentation in read_poll_timeout + - ext2: Adjust indentation in ext2_fill_super + - powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize + - drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable + - NFC: pn544: Adjust indentation in pn544_hci_check_presence + - ppp: Adjust indentation into ppp_async_input + - net: smc911x: Adjust indentation in smc911x_phy_configure + - net: tulip: Adjust indentation in {dmfe, uli526x}_init_module + - IB/mlx5: Fix outstanding_pi index for GSI qps + - IB/core: Fix ODP get user pages flow + - nfsd: fix delay timer on 32-bit architectures + - nfsd: fix jiffies/time_t mixup in LRU list + - nfsd: Return the correct number of bytes written to the file + - virtio-balloon: Fix memory leak when unloading while hinting is in progress + - virtio_balloon: Fix memory leaks on errors in virtballoon_probe() + - ubi: fastmap: Fix inverted logic in seen selfcheck + - ubi: Fix an error pointer dereference in error handling code + - ubifs: Fix memory leak from c->sup_node + - regulator: core: Add regulator_is_equal() helper + - ASoC: sgtl5000: Fix VDDA and VDDIO comparison + - bonding/alb: properly access headers in bond_alb_xmit() + - devlink: report 0 after hitting end in region read + - dpaa_eth: support all modes with rate adapting PHYs + - net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan() + - net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP port + - net: dsa: microchip: enable module autoprobe + - net: mvneta: move rx_dropped and rx_errors in per-cpu stats + - net_sched: fix a resource leak in tcindex_set_parms() + - net: stmmac: fix a possible endless loop + - net: systemport: Avoid RBUF stuck in Wake-on-LAN mode + - net/mlx5: IPsec, Fix esp modify function attribute + - net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctx + - net: macb: Remove unnecessary alignment check for TSO + - net: macb: Limit maximum GEM TX length in TSO + - taprio: Fix enabling offload with wrong number of traffic classes + - taprio: Fix still allowing changing the flags during runtime + - taprio: Add missing policy validation for flags + - taprio: Use taprio_reset_tc() to reset Traffic Classes configuration + - taprio: Fix dropping packets when using taprio + ETF offloading + - ipv6/addrconf: fix potential NULL deref in inet6_set_link_af() + - qed: Fix timestamping issue for L2 unicast ptp packets. + - drop_monitor: Do not cancel uninitialized work item + - net/mlx5: Fix deadlock in fs_core + - net/mlx5: Deprecate usage of generic TLS HW capability bit + - ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug + - mfd: da9062: Fix watchdog compatible string + - mfd: rn5t618: Mark ADC control register volatile + - mfd: bd70528: Fix hour register mask + - x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode + - btrfs: use bool argument in free_root_pointers() + - btrfs: free block groups after free'ing fs trees + - drm/dp_mst: Remove VCPI while disabling topology mgr + - KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM + - KVM: x86: use CPUID to locate host page table reserved bits + - KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM + - KVM: x86: fix overlap between SPTE_MMIO_MASK and generation + - KVM: nVMX: vmread should not set rflags to specify success in case of #PF + - KVM: Use vcpu-specific gva->hva translation when querying host page size + - KVM: Play nice with read-only memslots when querying host page size + - cifs: fail i/o on soft mounts if sessionsetup errors out + - x86/apic/msi: Plug non-maskable MSI affinity race + - clocksource: Prevent double add_timer_on() for watchdog_timer + - perf/core: Fix mlock accounting in perf_mmap() + - rxrpc: Fix service call disconnection + - regulator fix for "regulator: core: Add regulator_is_equal() helper" + - powerpc/kuap: Fix set direction in allow/prevent_user_access() + - Linux 5.4.19 + - [Config] updateconfigs following v5.4.19 stable update + * 5.4.0-11 crash on cryptsetup open (LP: #1860231) // Focal update: v5.4.19 + upstream stable release (LP: #1863588) + - dm: fix potential for q->make_request_fn NULL pointer + * Miscellaneous Ubuntu changes + - update dkms package versions + - [debian] ignore missing wireguard module + - debian: remove snapdragon config, rules and flavour + - [Config] updateconfigs following snapdragon removal + - remove snapdragon abi files + + -- Seth Forshee Thu, 20 Feb 2020 14:53:20 -0600 + +linux-aws (5.4.0-1001.1) focal; urgency=medium + + * Empty entry. + + -- Seth Forshee Thu, 20 Feb 2020 14:27:03 -0600 + +linux-aws-5.4 (5.4.0-1001.1) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update helper scripts + + * dkms artifacts may expire from the pool (LP: #1850958) + - [packaging] handle downloads from the librarian better + + * Miscellaneous Ubuntu changes + - aws: remove python2 build dependencies + - remove any control references to i386 + - [Debian] Add upstream version to packagenames in getabis + - aws: enable wireguard dkms + - [Packaging] dkms -- add Provides: specifiers + - [Config]: Update config based on master + - [Config]: remove modules from ABI + + -- Thadeu Lima de Souza Cascardo Wed, 12 Feb 2020 13:24:23 -0300 + +linux-aws-5.4 (5.4.0-1000.0) focal; urgency=medium + + * Rebase to focal 5.4 kernel. + + -- Thadeu Lima de Souza Cascardo Mon, 10 Feb 2020 10:34:59 -0300 + +linux-aws (5.3.0-1011.12) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1011.12 -proposed tracker (LP: #1861199) + + * RANDOM_TRUST_BOOTLOADER support on AWS Graviton (LP: #1859192) + - aws: [Config] CONFIG_RANDOM_TRUST_BOOTLOADER=y for arm64 + - fdt: add support for rng-seed + - efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomness + + [ Ubuntu: 5.3.0-40.32 ] + + * eoan/linux: 5.3.0-40.32 -proposed tracker (LP: #1861214) + * No sof soundcard for 'ASoC: CODEC DAI intel-hdmi-hifi1 not registered' after + modprobe sof (LP: #1860248) + - ASoC: SOF: Intel: fix HDA codec driver probe with multiple controllers + * ocfs2-tools is causing kernel panics in Ubuntu Focal (Ubuntu-5.4.0-9.12) + (LP: #1852122) + - ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less + * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959) + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and + CRYPTO_DEV_QAT_DH895xCC=m + * Eoan update: upstream stable patchset 2020-01-24 (LP: #1860816) + - scsi: lpfc: Fix discovery failures when target device connectivity bounces + - scsi: mpt3sas: Fix clear pending bit in ioctl status + - scsi: lpfc: Fix locking on mailbox command completion + - Input: atmel_mxt_ts - disable IRQ across suspend + - f2fs: fix to update time in lazytime mode + - iommu: rockchip: Free domain on .domain_free + - iommu/tegra-smmu: Fix page tables in > 4 GiB memory + - dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset + - scsi: target: compare full CHAP_A Algorithm strings + - scsi: lpfc: Fix SLI3 hba in loop mode not discovering devices + - scsi: csiostor: Don't enable IRQs too early + - scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec() + - powerpc/pseries: Mark accumulate_stolen_time() as notrace + - powerpc/pseries: Don't fail hash page table insert for bolted mapping + - powerpc/tools: Don't quote $objdump in scripts + - dma-debug: add a schedule point in debug_dma_dump_mappings() + - leds: lm3692x: Handle failure to probe the regulator + - clocksource/drivers/asm9260: Add a check for of_clk_get + - clocksource/drivers/timer-of: Use unique device name instead of timer + - powerpc/security/book3s64: Report L1TF status in sysfs + - powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning + - ext4: update direct I/O read lock pattern for IOCB_NOWAIT + - ext4: iomap that extends beyond EOF should be marked dirty + - jbd2: Fix statistics for the number of logged blocks + - scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6) + - scsi: lpfc: Fix duplicate unreg_rpi error in port offline flow + - f2fs: fix to update dir's i_pino during cross_rename + - clk: qcom: Allow constant ratio freq tables for rcg + - clk: clk-gpio: propagate rate change to parent + - irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary + - irqchip: ingenic: Error out if IRQ domain creation failed + - fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long + - scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferences + - PCI: rpaphp: Fix up pointer to first drc-info entry + - scsi: ufs: fix potential bug which ends in system hang + - powerpc/pseries/cmm: Implement release() function for sysfs device + - PCI: rpaphp: Don't rely on firmware feature to imply drc-info support + - PCI: rpaphp: Annotate and correctly byte swap DRC properties + - PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc- + info + - powerpc/security: Fix wrong message when RFI Flush is disable + - scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE + - clk: pxa: fix one of the pxa RTC clocks + - bcache: at least try to shrink 1 node in bch_mca_scan() + - HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse + - HID: logitech-hidpp: Silence intermittent get_battery_capacity errors + - ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening + - libnvdimm/btt: fix variable 'rc' set but not used + - HID: Improve Windows Precision Touchpad detection. + - HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI + transport device + - watchdog: Fix the race between the release of watchdog_core_data and cdev + - scsi: pm80xx: Fix for SATA device discovery + - scsi: ufs: Fix error handing during hibern8 enter + - scsi: scsi_debug: num_tgts must be >= 0 + - scsi: NCR5380: Add disconnect_mask module parameter + - scsi: iscsi: Don't send data to unbound connection + - scsi: target: iscsi: Wait for all commands to finish before freeing a + session + - gpio: mpc8xxx: Don't overwrite default irq_set_type callback + - apparmor: fix unsigned len comparison with less than zero + - scripts/kallsyms: fix definitely-lost memory leak + - powerpc: Don't add -mabi= flags when building with Clang + - cdrom: respect device capabilities during opening action + - perf script: Fix brstackinsn for AUXTRACE + - perf regs: Make perf_reg_name() return "unknown" instead of NULL + - s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR + - libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h + - s390/cpum_sf: Check for SDBT and SDB consistency + - ocfs2: fix passing zero to 'PTR_ERR' warning + - mailbox: imx: Fix Tx doorbell shutdown path + - kernel: sysctl: make drop_caches write-only + - userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK + - net, sysctl: Fix compiler warning when only cBPF is present + - netfilter: nf_queue: enqueue skbs with NULL dst + - ALSA: hda - Downgrade error message for single-cmd fallback + - bonding: fix active-backup transition after link failure + - netfilter: ebtables: compat: reject all padding in matches/watchers + - 6pack,mkiss: fix possible deadlock + - netfilter: bridge: make sure to pull arp header in br_nf_forward_arp() + - inetpeer: fix data-race in inet_putpeer / inet_putpeer + - net: add a READ_ONCE() in skb_peek_tail() + - net: icmp: fix data-race in cmp_global_allow() + - hrtimer: Annotate lockless access to timer->state + - net: ena: fix napi handler misbehavior when the napi budget is zero + - net/mlxfw: Fix out-of-memory error in mfa2 flash burning + - net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCs + - ptp: fix the race between the release of ptp_clock and cdev + - tcp: Fix highest_sack and highest_sack_seq + - udp: fix integer overflow while computing available space in sk_rcvbuf + - vhost/vsock: accept only packets with the right dst_cid + - net: add bool confirm_neigh parameter for dst_ops.update_pmtu + - ip6_gre: do not confirm neighbor when do pmtu update + - gtp: do not confirm neighbor when do pmtu update + - net/dst: add new function skb_dst_update_pmtu_no_confirm + - tunnel: do not confirm neighbor when do pmtu update + - vti: do not confirm neighbor when do pmtu update + - sit: do not confirm neighbor when do pmtu update + - net/dst: do not confirm neighbor for vxlan and geneve pmtu update + - gtp: do not allow adding duplicate tid and ms_addr pdp context + - net: marvell: mvpp2: phylink requires the link interrupt + - tcp/dccp: fix possible race __inet_lookup_established() + - tcp: do not send empty skb from tcp_write_xmit() + - gtp: fix wrong condition in gtp_genl_dump_pdp() + - gtp: fix an use-after-free in ipv4_pdp_find() + - gtp: avoid zero size hashtable + - scsi: lpfc: Fix spinlock_irq issues in lpfc_els_flush_cmd() + - scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBA + - gpio: mxc: Only get the second IRQ when there is more than one IRQ + - powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set} + - scsi: lpfc: Fix hardlockup in lpfc_abort_handler + - scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe fails + - Input: st1232 - do not reset the chip too early + - selftests/powerpc: Fixup clobbers for TM tests + - dma-mapping: Add vmap checks to dma_map_single() + - dma-mapping: fix handling of dma-ranges for reserved memory (again) + - dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQ + - leds: an30259a: add a check for devm_regmap_init_i2c + - leds: trigger: netdev: fix handling on interface rename + - dtc: Use pkg-config to locate libyaml + - selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not available + - scsi: lpfc: Fix unexpected error messages during RSCN handling + - clk: qcom: smd: Add missing pnoc clock + - dma-direct: check for overflows on 32 bit DMA addresses + - i2c: stm32f7: fix & reorder remove & probe error handling + - iomap: fix return value of iomap_dio_bio_actor on 32bit systems + - Input: ili210x - handle errors from input_mt_init_slots() + - scsi: zorro_esp: Limit DMA transfers to 65536 bytes (except on Fastlane) + - powerpc/book3s/mm: Update Oops message to print the correct translation in + use + - powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt() + - scsi: target: core: Release SPC-2 reservations when closing a session + - scsi: ufs: Fix up auto hibern8 enablement + - habanalabs: skip VA block list update in reset flow + - platform/x86: intel_pmc_core: Fix the SoC naming inconsistency + - gpio: lynxpoint: Setup correct IRQ handlers + - tools/power/x86/intel-speed-select: Ignore missing config level + - cifs: Fix use-after-free bug in cifs_reconnect() + - of: unittest: fix memory leak in attach_node_and_children + - mailbox: imx: Clear the right interrupts at shutdown + - s390/unwind: filter out unreliable bogus %r14 + - s390: disable preemption when switching to nodat stack with CALL_ON_STACK + - selftests: vm: add fragment CONFIG_TEST_VMALLOC + - mm/hugetlbfs: fix error handling when setting up mounts + - sctp: fix err handling of stream initialization + - Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection" + - powerpc: Fix __clear_user() with KUAP enabled + - net/smc: add fallback check to connect() + - tomoyo: Don't use nifty names on sockets. + - uaccess: disallow > INT_MAX copy sizes + - drm: limit to INT_MAX in create_blob ioctl + - xfs: fix mount failure crash on invalid iclog memory access + - cxgb4/cxgb4vf: fix flow control display for auto negotiation + - net: dsa: bcm_sf2: Fix IP fragment location and behavior + - net: phy: aquantia: add suspend / resume ops for AQR105 + - net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit device + - net/sched: add delete_empty() to filters and use it in cls_flower + - net_sched: sch_fq: properly set sk->sk_pacing_status + - bnxt_en: Fix MSIX request logic for RDMA driver. + - bnxt_en: Return error if FW returns more data than dump length + - mlxsw: spectrum_router: Skip loopback RIFs during MAC validation + - mlxsw: spectrum: Use dedicated policer for VRRP packets + - net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and + P/Q/R/S + - hv_netvsc: Fix tx_table init in rndis_set_subchannel() + - bnxt: apply computed clamp value for coalece parameter + - ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is + set + - net: phylink: fix interface passed to mac_link_up + - mmc: sdhci-of-esdhc: fix up erratum A-008171 workaround + - mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaround + - mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() + - md: make sure desc_nr less than MD_SB_DISKS + * Eoan update: upstream stable patchset 2020-01-21 (LP: #1860490) + - af_packet: set defaule value for tmo + - fjes: fix missed check in fjes_acpi_add + - mod_devicetable: fix PHY module format + - net: dst: Force 4-byte alignment of dst_metrics + - net: gemini: Fix memory leak in gmac_setup_txqs + - net: hisilicon: Fix a BUG trigered by wrong bytes_compl + - net: nfc: nci: fix a possible sleep-in-atomic-context bug in + nci_uart_tty_receive() + - net: qlogic: Fix error paths in ql_alloc_large_buffers() + - net: usb: lan78xx: Fix suspend/resume PHY register access error + - qede: Disable hardware gro when xdp prog is installed + - qede: Fix multicast mac configuration + - sctp: fully initialize v4 addr in some functions + - selftests: forwarding: Delete IPv6 address at the end + - btrfs: don't double lock the subvol_sem for rename exchange + - btrfs: do not call synchronize_srcu() in inode_tree_del + - Btrfs: fix missing data checksums after replaying a log tree + - btrfs: send: remove WARN_ON for readonly mount + - btrfs: abort transaction after failed inode updates in create_subvol + - btrfs: skip log replay on orphaned roots + - btrfs: do not leak reloc root if we fail to read the fs root + - btrfs: handle ENOENT in btrfs_uuid_tree_iterate + - Btrfs: fix removal logic of the tree mod log that leads to use-after-free + issues + - ALSA: pcm: Avoid possible info leaks from PCM stream buffers + - ALSA: hda/ca0132 - Keep power on during processing DSP response + - ALSA: hda/ca0132 - Avoid endless loop + - ALSA: hda/ca0132 - Fix work handling in delayed HP detection + - drm: mst: Fix query_payload ack reply struct + - drm/panel: Add missing drm_panel_init() in panel drivers + - drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warnings + - iio: light: bh1750: Resolve compiler warning and make code more readable + - drm/amdgpu: grab the id mgr lock while accessing passid_mapping + - spi: Add call to spi_slave_abort() function when spidev driver is released + - staging: rtl8192u: fix multiple memory leaks on error path + - staging: rtl8188eu: fix possible null dereference + - rtlwifi: prevent memory leak in rtl_usb_probe + - libertas: fix a potential NULL pointer dereference + - ath10k: fix backtrace on coredump + - IB/iser: bound protection_sg size by data_sg size + - media: am437x-vpfe: Setting STD to current value is not an error + - media: i2c: ov2659: fix s_stream return value + - media: ov6650: Fix crop rectangle alignment not passed back + - media: i2c: ov2659: Fix missing 720p register config + - media: ov6650: Fix stored frame format not in sync with hardware + - media: ov6650: Fix stored crop rectangle not in sync with hardware + - tools/power/cpupower: Fix initializer override in hsw_ext_cstates + - media: venus: core: Fix msm8996 frequency table + - ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freq + - pinctrl: devicetree: Avoid taking direct reference to device name string + - drm/amdkfd: fix a potential NULL pointer dereference (v2) + - selftests/bpf: Correct path to include msg + path + - media: venus: Fix occasionally failures to suspend + - usb: renesas_usbhs: add suspend event support in gadget mode + - hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled + - regulator: max8907: Fix the usage of uninitialized variable in + max8907_regulator_probe() + - media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init() + - media: cec-funcs.h: add status_req checks + - drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller + - samples: pktgen: fix proc_cmd command result check logic + - block: Fix writeback throttling W=1 compiler warnings + - mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring + - drm/drm_vblank: Change EINVAL by the correct errno + - media: cx88: Fix some error handling path in 'cx8800_initdev()' + - media: ti-vpe: vpe: Fix Motion Vector vpdma stride + - media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel format + - media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence + number + - media: ti-vpe: vpe: Make sure YUYV is set as default format + - media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panic + - media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort cases + - media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimage + - syscalls/x86: Use the correct function type in SYSCALL_DEFINE0 + - drm/amd/display: Fix dongle_caps containing stale information. + - extcon: sm5502: Reset registers during initialization + - x86/mm: Use the correct function type for native_set_fixmap() + - ath10k: Correct error handling of dma_map_single() + - drm/bridge: dw-hdmi: Restore audio when setting a mode + - perf test: Report failure for mmap events + - perf report: Add warning when libunwind not compiled in + - usb: usbfs: Suppress problematic bind and unbind uevents. + - iio: adc: max1027: Reset the device at probe time + - Bluetooth: missed cpu_to_le16 conversion in hci_init4_req + - Bluetooth: Workaround directed advertising bug in Broadcom controllers + - Bluetooth: hci_core: fix init for HCI_USER_CHANNEL + - bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack() + - x86/mce: Lower throttling MCE messages' priority to warning + - perf tests: Disable bp_signal testing for arm64 + - drm/gma500: fix memory disclosures due to uninitialized bytes + - rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot + - ipmi: Don't allow device module unload when in use + - x86/ioapic: Prevent inconsistent state when moving an interrupt + - media: smiapp: Register sensor after enabling runtime PM on the device + - md/bitmap: avoid race window between md_bitmap_resize and + bitmap_file_clear_bit + - arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill() + - i40e: initialize ITRN registers with correct values + - net: phy: dp83867: enable robust auto-mdix + - drm/tegra: sor: Use correct SOR index on Tegra210 + - spi: sprd: adi: Add missing lock protection when rebooting + - ACPI: button: Add DMI quirk for Medion Akoya E2215T + - RDMA/qedr: Fix memory leak in user qp and mr + - gpu: host1x: Allocate gather copy for host1x + - net: dsa: LAN9303: select REGMAP when LAN9303 enable + - phy: qcom-usb-hs: Fix extcon double register after power cycle + - s390/time: ensure get_clock_monotonic() returns monotonic values + - s390/mm: add mm_pxd_folded() checks to pxd_free() + - net: hns3: add struct netdev_queue debug info for TX timeout + - libata: Ensure ata_port probe has completed before detach + - loop: fix no-unmap write-zeroes request behavior + - pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B + - iio: dln2-adc: fix iio_triggered_buffer_postenable() position + - libbpf: Fix error handling in bpf_map__reuse_fd() + - Bluetooth: Fix advertising duplicated flags + - pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler() + - ixgbe: protect TX timestamping from API misuse + - media: rcar_drif: fix a memory disclosure + - media: v4l2-core: fix touch support in v4l_g_fmt + - nvmem: imx-ocotp: reset error status on probe + - rfkill: allocate static minor + - bnx2x: Fix PF-VF communication over multi-cos queues. + - spi: img-spfi: fix potential double release + - ALSA: timer: Limit max amount of slave instances + - rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt() + - perf probe: Fix to find range-only function instance + - perf probe: Fix to list probe event with correct line number + - perf jevents: Fix resource leak in process_mapfile() and main() + - perf probe: Walk function lines in lexical blocks + - perf probe: Fix to probe an inline function which has no entry pc + - perf probe: Fix to show ranges of variables in functions without entry_pc + - perf probe: Fix to show inlined function callsite without entry_pc + - libsubcmd: Use -O0 with DEBUG=1 + - perf probe: Fix to probe a function which has no entry pc + - perf tools: Splice events onto evlist even on error + - drm/amdgpu: disallow direct upload save restore list from gfx driver + - drm/amdgpu: fix potential double drop fence reference + - xen/gntdev: Use select for DMA_SHARED_BUFFER + - perf parse: If pmu configuration fails free terms + - perf probe: Skip overlapped location on searching variables + - perf probe: Return a better scope DIE if there is no best scope + - perf probe: Fix to show calling lines of inlined functions + - perf probe: Skip end-of-sequence and non statement lines + - perf probe: Filter out instances except for inlined subroutine and + subprogram + - ath10k: fix get invalid tx rate for Mesh metric + - fsi: core: Fix small accesses and unaligned offsets via sysfs + - media: pvrusb2: Fix oops on tear-down when radio support is not present + - soundwire: intel: fix PDI/stream mapping for Bulk + - crypto: atmel - Fix authenc support when it is set to m + - ice: delay less + - media: si470x-i2c: add missed operations in remove + - EDAC/ghes: Fix grain calculation + - spi: pxa2xx: Add missed security checks + - ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatile + - iio: dac: ad5446: Add support for new AD5600 DAC + - ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format constraint + - s390/disassembler: don't hide instruction addresses + - parport: load lowlevel driver if ports not found + - bcache: fix static checker warning in bcache_device_free() + - cpufreq: Register drivers only after CPU devices have been registered + - x86/crash: Add a forward declaration of struct kimage + - tracing: use kvcalloc for tgid_map array allocation + - tracing/kprobe: Check whether the non-suffixed symbol is notrace + - iwlwifi: mvm: fix unaligned read of rx_pkt_status + - ASoC: wm8904: fix regcache handling + - spi: tegra20-slink: add missed clk_unprepare + - tun: fix data-race in gro_normal_list() + - crypto: virtio - deal with unsupported input sizes + - mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requests + - btrfs: don't prematurely free work in end_workqueue_fn() + - btrfs: don't prematurely free work in run_ordered_work() + - ASoC: wm2200: add missed operations in remove and probe failure + - spi: st-ssc4: add missed pm_runtime_disable + - ASoC: wm5100: add missed pm_runtime_disable + - ASoC: Intel: bytcr_rt5640: Update quirk for Acer Switch 10 SW5-012 2-in-1 + - x86/insn: Add some Intel instructions to the opcode map + - brcmfmac: remove monitor interface when detaching + - iwlwifi: check kasprintf() return value + - fbtft: Make sure string is NULL terminated + - net: ethernet: ti: ale: clean ale tbl on init and intf restart + - crypto: sun4i-ss - Fix 64-bit size_t warnings + - crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c + - mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED + - crypto: vmx - Avoid weird build failures + - libtraceevent: Fix memory leakage in copy_filter_type + - mips: fix build when "48 bits virtual memory" is enabled + - drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2 + - net: phy: initialise phydev speed and duplex sanely + - btrfs: don't prematurely free work in reada_start_machine_worker() + - btrfs: don't prematurely free work in scrub_missing_raid56_worker() + - Revert "mmc: sdhci: Fix incorrect switch to HS mode" + - mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 mode + - can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices + - usb: xhci: Fix build warning seen with CONFIG_PM=n + - drm/amdgpu: fix uninitialized variable pasid_mapping_needed + - s390/ftrace: fix endless recursion in function_graph tracer + - btrfs: return error pointer from alloc_test_extent_buffer + - usbip: Fix receive error in vhci-hcd when using scatter-gather + - usbip: Fix error path of vhci_recv_ret_submit() + - cpufreq: Avoid leaving stale IRQ work items during CPU offline + - USB: EHCI: Do not return -EPIPE when hub is disconnected + - intel_th: pci: Add Comet Lake PCH-V support + - intel_th: pci: Add Elkhart Lake SOC support + - platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY 128 bytes + - staging: comedi: gsc_hpdi: check dma_alloc_coherent() return value + - ext4: fix ext4_empty_dir() for directories with holes + - ext4: check for directory entries too close to block end + - ext4: unlock on error in ext4_expand_extra_isize() + - KVM: arm64: Ensure 'params' is initialised when looking up sys register + - x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure() + - x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[] + - powerpc/irq: fix stack overflow verification + - mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG register + - mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum A-009204 + support" + - mmc: sdhci: Update the tuning failed messages to pr_debug level + - mmc: sdhci-of-esdhc: fix P2020 errata handling + - mmc: sdhci: Workaround broken command queuing on Intel GLK + - mmc: sdhci: Add a quirk for broken command queuing + - nbd: fix shutdown and recv work deadlock v2 + - perf probe: Fix to show function entry line as probe-able + - net: phy: ensure that phy IDs are correctly typed + - nfp: flower: fix stats id allocation + - sctp: fix memleak on err handling of stream initialization + - neighbour: remove neigh_cleanup() method + - bonding: fix bond_neigh_init() + - net: ena: fix default tx interrupt moderation interval + - dpaa2-ptp: fix double free of the ptp_qoriq IRQ + - mlxsw: spectrum_router: Remove unlikely user-triggerable warning + - net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA + memory with different size" + - net: stmmac: platform: Fix MDIO init for platforms without PHY + - Btrfs: make tree checker detect checksum items with overlapping ranges + - drm/vc4/vc4_hdmi: fill in connector info + - drm/mipi-dbi: fix a loop in debugfs code + - drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register + - drm: Use EOPNOTSUPP, not ENOTSUPP + - drm/amd/display: verify stream link before link test + - iio: max31856: add missing of_node and parent references to iio_dev + - drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 code + - ath10k: add cleanup in ath10k_sta_state() + - drm/amd/display: Handle virtual signal type in disable_link() + - ath10k: Check if station exists before forwarding tx airtime report + - Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 + and SSI_WS2" + - Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D" + - drm/komeda: Workaround for broken FLIP_COMPLETE timestamps + - spi: gpio: prevent memory leak in spi_gpio_probe + - media: cedrus: fill in bus_info for media device + - media: seco-cec: Add a missing 'release_region()' in an error handling path + - media: vim2m: Fix abort issue + - media: vim2m: Fix BUG_ON in vim2m_device_release() + - media: max2175: Fix build error without CONFIG_REGMAP_I2C + - media: ov6650: Fix control handler not freed on init error + - media: vimc: Fix gpf in rmmod path when stream is active + - drm/amd/display: Set number of pipes to 1 if the second pipe was disabled + - drm/sun4i: dsi: Fix TCON DRQ set bits + - x86/math-emu: Check __copy_from_user() result + - drm/amd/powerplay: A workaround to GPU RESET on APU + - rtw88: fix NSS of hw_cap + - drm/amd/display: fix struct init in update_bounding_box + - tools/memory-model: Fix data race detection for unordered store and load + - drm/amdkfd: Fix MQD size calculation + - selftests/bpf: Fix btf_dump padding test case + - libbpf: Fix struct end padding in btf_dump + - libbpf: Fix passing uninitialized bytes to setsockopt + - net/smc: increase device refcount for added link group + - team: call RCU read lock when walking the port_list + - misc: fastrpc: fix memory leak from miscdev->name + - drm/amd/display: Properly round nominal frequency for SPD + - drm/amd/display: wait for set pipe mcp command completion + - drm/amd/display: Program DWB watermarks from correct state + - rtw88: coex: Set 4 slot mode for A2DP + - perf test: Avoid infinite loop for task exit case + - perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname + - drm/amd/powerplay: avoid disabling ECC if RAS is enabled for VEGA20 + - Bluetooth: btusb: avoid unused function warning + - drm/amdgpu: fix amdgpu trace event print string format error + - staging: iio: ad9834: add a check for devm_clk_get + - power: supply: cpcap-battery: Check voltage before orderly_poweroff + - net: hns3: log and clear hardware error after reset complete + - ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue + - RDMA/siw: Fix SQ/RQ drain logic + - media: cedrus: Fix undefined shift with a SHIFT_AND_MASK_BITS macro + - media: aspeed: set hsync and vsync polarities to normal before starting mode + detection + - drm/nouveau: Don't grab runtime PM refs for HPD IRQs + - media: ov6650: Fix stored frame interval not in sync with hardware + - media: ad5820: Define entity function + - media: ov5640: Make 2592x1944 mode only available at 15 fps + - media: st-mipid02: add a check for devm_gpiod_get_optional + - media: imx7-mipi-csis: Add a check for devm_regulator_get + - media: aspeed: clear garbage interrupts + - staging: wilc1000: potential corruption in wilc_parse_join_bss_param() + - drm: Don't free jobs in wait_event_interruptible() + - EDAC/amd64: Set grain per DIMM + - drm/amd/display: setting the DIG_MODE to the correct value. + - drm/amd/display: correctly populate dpp refclk in fpga + - regulator: core: Release coupled_rdevs on regulator_init_coupling() error + - ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in + uaccess regions + - RDMA/hns: Fix memory leak on 'context' on error return path + - RDMA/qedr: Fix srqs xarray initialization + - RDMA/core: Set DMA parameters correctly + - phy: renesas: phy-rcar-gen2: Fix the array off by one warning + - s390: add error handling to perf_callchain_kernel + - net/mlx5e: Verify that rule has at least one fwd/drop action + - ALSA: bebob: expand sleep just after breaking connections for protocol + version 1 + - ALSA: pcm: Fix missing check of the new non-cached buffer type + - spi: sifive: disable clk when probe fails and remove + - media: staging/imx: Use a shorter name for driver + - nvmem: core: fix nvmem_cell_write inline function + - ASoC: SOF: topology: set trigger order for FE DAI link + - media: vivid: media_device_cleanup was called too early + - spi: dw: Fix Designware SPI loopback + - RDMA/core: Fix return code when modify_port isn't supported + - drm: msm: a6xx: fix debug bus register configuration + - perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR + - ice: Check for null pointer dereference when setting rings + - net: avoid potential false sharing in neighbor related code + - libbpf: Fix negative FD close() in xsk_setup_xdp_prog() + - s390/bpf: Use kvcalloc for addrs array + - cgroup: freezer: don't change task and cgroups status unnecessarily + - selftests: proc: Make va_max 1MB + - drm/amdgpu: Avoid accidental thread reactivation. + - media: exynos4-is: fix wrong mdev and v4l2 dev order in error path + - selftests: net: Fix printf format warnings on arm + - media: v4l2-ctrl: Lock main_hdl on operations of requests_queued. + - media: vicodec: media_device_cleanup was called too early + - media: vim2m: media_device_cleanup was called too early + - bpf, testing: Workaround a verifier failure for test_progs + - net: dsa: sja1105: Disallow management xmit during switch reset + - net: ethernet: ti: Add dependency for TI_DAVINCI_EMAC + - qtnfmac: fix debugfs support for multiple cards + - qtnfmac: fix invalid channel information output + - qtnfmac: fix using skb after free + - RDMA/efa: Clear the admin command buffer prior to its submission + - regulator: core: Let boot-on regulators be powered off + - xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCI + - perf/core: Fix the mlock accounting, again + - selftests, bpf: Fix test_tc_tunnel hanging + - selftests, bpf: Workaround an alu32 sub-register spilling issue + - net: phy: avoid matching all-ones clause 45 PHY IDs + - firmware_loader: Fix labels with comma for builtin firmware + - net-af_xdp: Use correct number of channels from ethtool + - s390/kasan: support memcpy_real with TRACE_IRQFLAGS + - ASoC: soc-pcm: check symmetry before hw_params + - s390/cpumf: Adjust registration of s390 PMU device drivers + - ice: Only disable VF state when freeing each VF resources + - RDMA/bnxt_re: Fix missing le16_to_cpu + - bpf: Provide better register bounds after jmp32 instructions + - RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series + - tpm: fix invalid locking in NONBLOCKING mode + - iommu: set group default domain before creating direct mappings + - iommu/vt-d: Fix dmar pte read access not set error + - iommu/vt-d: Set ISA bridge reserved region as relaxable + - iommu/vt-d: Allocate reserved region for ISA with correct permission + - can: xilinx_can: Fix missing Rx can packets on CANFD2.0 + - can: flexcan: fix possible deadlock and out-of-order reception after wakeup + - can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode + acknowledgment + - selftests: net: tls: remove recv_rcvbuf test + - spi: dw: Correct handling of native chipselect + - spi: cadence: Correct handling of native chipselect + - ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()" + - RDMA/siw: Fix post_recv QP state locking + - ARM: dts: Fix vcsi regulator to be always-on for droid4 to prevent hangs + - can: flexcan: add low power enter/exit acknowledgment helper + - spi: fsl: don't map irq during probe + - spi: fsl: use platform_get_irq() instead of of_irq_to_resource() + - efi/memreserve: Register reservations as 'reserved' in /proc/iomem + - KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails + - mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG + - intel_th: Fix freeing IRQs + - intel_th: msu: Fix window switching without windows + - tty/serial: atmel: fix out of range clock divider handling + - serial: sprd: Add clearing break interrupt operation + - pinctrl: baytrail: Really serialize all register accesses + - clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_table + - clk: imx: clk-composite-8m: add lock to gate/mux + - clk: imx: pll14xx: fix clk_pll14xx_wait_lock + - KVM: arm/arm64: Properly handle faulting of device mappings + - x86/mce: Fix possibly incorrect severity calculation on AMD + - ocxl: Fix concurrent AFU open and device removal + - md: no longer compare spare disk superblock events in super_load + - md: avoid invalid memory access for array sb->dev_roles + * CVE-2019-19965 + - scsi: libsas: stop discovering if oob mode is disconnected + * Eoan update: upstream stable patchset 2020-01-17 (LP: #1860179) + - mmc: block: Make card_busy_detect() a bit more generic + - mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response + - mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan() + - mmc: core: Re-work HW reset for SDIO cards + - PCI/switchtec: Read all 64 bits of part_event_bitmap + - PCI/PM: Always return devices to D0 when thawing + - PCI: pciehp: Avoid returning prematurely from sysfs requests + - PCI: Fix Intel ACS quirk UPDCR register address + - PCI/MSI: Fix incorrect MSI-X masking on resume + - PCI: Do not use bus number zero from EA capability + - PCI: rcar: Fix missing MACCTLR register setting in initialization sequence + - PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3 + - xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map + - gfs2: Multi-block allocations in gfs2_page_mkwrite + - gfs2: fix glock reference problem in gfs2_trans_remove_revoke + - xtensa: fix TLB sanity checker + - xtensa: fix syscall_set_return_value + - rpmsg: glink: Set tail pointer to 0 at end of FIFO + - rpmsg: glink: Fix reuse intents memory leak issue + - rpmsg: glink: Fix use after free in open_ack TIMEOUT case + - rpmsg: glink: Put an extra reference during cleanup + - rpmsg: glink: Fix rpmsg_register_device err handling + - rpmsg: glink: Don't send pending rx_done during remove + - rpmsg: glink: Free pending deferred work on remove + - cifs: smbd: Return -EAGAIN when transport is reconnecting + - cifs: smbd: Only queue work for error recovery on memory registration + - cifs: smbd: Add messages on RDMA session destroy and reconnection + - cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE + - cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state + - cifs: Don't display RDMA transport on reconnect + - CIFS: Respect O_SYNC and O_DIRECT flags during reconnect + - CIFS: Close open handle after interrupted close + - CIFS: Do not miss cancelled OPEN responses + - CIFS: Fix NULL pointer dereference in mid callback + - ARM: dts: s3c64xx: Fix init order of clock providers + - ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume() + - vfio/pci: call irq_bypass_unregister_producer() before freeing irq + - dma-buf: Fix memory leak in sync_file_merge() + - drm/mgag200: Extract device type from flags + - drm/mgag200: Store flags from PCI driver data in device structure + - drm/mgag200: Add workaround for HW that does not support 'startadd' + - drm/mgag200: Flag all G200 SE A machines as broken wrt + - drm: meson: venc: cvbs: fix CVBS mode matching + - dm mpath: remove harmful bio-based optimization + - dm btree: increase rebalance threshold in __rebalance2() + - dm thin metadata: Add support for a pre-commit callback + - dm thin: Flush data device before committing metadata + - scsi: ufs: Disable autohibern8 feature in Cadence UFS + - scsi: iscsi: Fix a potential deadlock in the timeout handler + - scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd + - scsi: qla2xxx: Initialize free_work before flushing it + - scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XX + - scsi: qla2xxx: Correctly retrieve and interpret active flash region + - scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB Cmd + - drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN + - drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom + - drm/nouveau/kms/nv50-: Limit MST BPC to 8 + - drm/i915/fbc: Disable fbc by default on all glk+ + - drm/radeon: fix r1xx/r2xx register checker for POT textures + - drm/dp_mst: Correct the bug in drm_dp_update_payload_part1() + - drm/amd/display: re-enable wait in pipelock, but add timeout + - drm/amd/display: add default clocks if not able to fetch them + - drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt + - drm/amdgpu/gfx10: re-init clear state buffer after gpu reset + - ALSA: hda: Fix regression by strip mask fix + * fstrim on nvme / AMD CPU fails and produces kernel error messages + (LP: #1856603) + - nvme: Discard workaround for non-conformant devices + * multi-zone raid0 corruption (LP: #1850540) + - md/raid0: avoid RAID0 data corruption due to layout confusion. + - md: add feature flag MD_FEATURE_RAID0_LAYOUT + - md/raid0: fix warning message for parameter default_layout + - md/raid0: Fix an error message in raid0_make_request() + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout + migration + - SAUCE: md/raid0: Use kernel specific layout + * Dell AIO can't adjust brightness (LP: #1858761) + - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on + Lenovo E41-25/45 (LP: #1859561) + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45 + * debian/tests/corosync: gfs2_jadd fails with ENOTTY for i386 package on amd64 + kernel (LP: #1859827) + - gfs2: add compat_ioctl support + * Smartpqi updates for 18.04.4 (LP: #1860690) + - scsi: smartpqi: add module param for exposure order + - scsi: smartpqi: add pci ids for fiberhome controller + - scsi: smartpqi: add module param to hide vsep + - scsi: smartpqi: add sysfs entries + - scsi: smartpqi: add bay identifier + - scsi: smartpqi: correct hang when deleting 32 lds + - scsi: smartpqi: add gigabyte controller + - scsi: smartpqi: correct REGNEWD return status + - scsi: smartpqi: add new pci ids + - scsi: smartpqi: update copyright + - scsi: smartpqi: bump version + * Fix misleading error message: Configuring the VNIC characteristics failed + (LP: #1860523) + - (upstream) s390/qeth: fix false reporting of VNIC CHAR config failure + * Disable ECKD Thin Provisioning to prevent data loss (LP: #1860535) + - SAUCE: s390/dasd: disable ese support due to possible data corruption + * alsa/sof: change to use hda hdmi codec driver to make hdmi audio on the + docking station work (LP: #1855666) + - ALSA: hda/hdmi - implement mst_no_extra_pcms flag + - ASoC: hdac_hda: add support for HDMI/DP as a HDA codec + - ASoC: Intel: skl-hda-dsp-generic: use snd-hda-codec-hdmi + - ASoC: Intel: skl-hda-dsp-generic: fix include guard name + - ASoC: SOF: Intel: add support for snd-hda-codec-hdmi + - ASoC: Intel: bxt-da7219-max98357a: common hdmi codec support + - ASoC: Intel: glk_rt5682_max98357a: common hdmi codec support + - ASoC: intel: sof_rt5682: common hdmi codec support + - ASoC: Intel: bxt_rt298: common hdmi codec support + - ASoC: SOF: enable sync_write in hdac_bus + - [config]: SND_SOC_SOF_HDA_COMMON_HDMI_CODEC=y + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + * [sas-1126]scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset() + (LP: #1853992) + - scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset() + * [sas-1126]scsi: hisi_sas: Assign NCQ tag for all NCQ commands (LP: #1853995) + - scsi: hisi_sas: Assign NCQ tag for all NCQ commands + * [sas-1126]scsi: hisi_sas: Fix the conflict between device gone and host + reset (LP: #1853997) + - scsi: hisi_sas: Fix the conflict between device gone and host reset + * scsi: hisi_sas: Check sas_port before using it (LP: #1855952) + - scsi: hisi_sas: Check sas_port before using it + * The system cannot resume from S3 if user unplugs the TB16 during suspend + state (LP: #1849269) + - PCI: pciehp: Do not disable interrupt twice on suspend + - PCI: pciehp: Prevent deadlock on disconnect + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support + (LP: #1857541) + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support + * cifs: DFS Caching feature causing problems traversing multi-tier DFS setups + (LP: #1854887) + - cifs: Fix retrieval of DFS referrals in cifs_mount() + * Fix Realtek Bluetooth firmware download (LP: #1856079) + - Bluetooth: btrtl: Fix an issue that failing to download the FW which size is + over 32K bytes + * usb-audio: the mic can't record any sound after resume on Dell Dock WD19 + (LP: #1857496) + - ALSA: usb-audio: set the interface format after resume on Dell WD19 + * [mgag200] Ubuntu 19.10 upgrade results in invisible mouse cursor on Matrox + G200eR2 (LP: #1851340) + - drm/mgag200: add in missing { } around if block + - drm/mgag200: Don't unpin the current cursor image's buffer. + - drm/mgag200: Set cursor scanout address to correct BO + - drm/mgag200: Pin displayed cursor BO to video memory + * [roce-1126]RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driver + (LP: #1853989) + - RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driver + - RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driver + * [hns-1126]net: hns3: revert to old channel when setting new channel num fail + (LP: #1853983) + - net: hns3: revert to old channel when setting new channel num fail + * [hns-1126]net: hns3: fix port setting handle for fibre port + (LP: #1853984) + - net: hns3: fix port setting handle for fibre port + * alsa/hda/realtek: the line-out jack doens't work on a dell AIO + (LP: #1855999) + - ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO + * change kconfig of the soundwire bus driver from y to m (LP: #1855685) + - [config]: SOUNDWIRE=m + * CVE-2019-19082 + - drm/amd/display: prevent memory leak + * Eoan update: 5.3.18 upstream stable release (LP: #1856870) + - inet: protect against too small mtu values. + - mqprio: Fix out-of-bounds access in mqprio_dump + - net: bridge: deny dev_set_mac_address() when unregistering + - net: dsa: fix flow dissection on Tx path + - net: ethernet: ti: cpsw: fix extra rx interrupt + - net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues + - net: thunderx: start phy before starting autonegotiation + - net/tls: Fix return values to avoid ENOTSUPP + - openvswitch: support asymmetric conntrack + - tcp: md5: fix potential overestimation of TCP option space + - tipc: fix ordering of tipc module init and exit routine + - net/mlx5e: Query global pause state before setting prio2buffer + - net: ipv6: add net argument to ip6_dst_lookup_flow + - net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup + - tcp: fix rejected syncookies due to stale timestamps + - tcp: tighten acceptance of ACKs not matching a child socket + - tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() + - gre: refetch erspan header from skb->data after pskb_may_pull() + - Fixed updating of ethertype in function skb_mpls_pop + - hsr: fix a NULL pointer dereference in hsr_dev_xmit() + - net: Fixed updating of ethertype in skb_mpls_push() + - net/mlx5e: Fix TXQ indices to be sequential + - page_pool: do not release pool until inflight == 0. + - xdp: obtain the mem_id mutex before trying to remove an entry. + - Linux 5.3.18 + * Eoan update: 5.3.17 upstream stable release (LP: #1856869) + - usb: gadget: configfs: Fix missing spin_lock_init() + - usb: gadget: pch_udc: fix use after free + - Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T" + - scsi: zfcp: trace channel log even for FCP command responses + - scsi: qla2xxx: Fix driver unload hang + - scsi: qla2xxx: Fix memory leak when sending I/O fails + - media: venus: remove invalid compat_ioctl32 handler + - USB: uas: honor flag to avoid CAPACITY16 + - USB: uas: heed CAPACITY_HEURISTICS + - USB: documentation: flags on usb-storage versus UAS + - usb: Allow USB device to be warm reset in suspended state + - usb: host: xhci-tegra: Correct phy enable sequence + - binder: fix incorrect calculation for num_valid + - staging: rtl8188eu: fix interface sanity check + - staging: rtl8712: fix interface sanity check + - staging: vchiq: call unregister_chrdev_region() when driver registration + fails + - staging: gigaset: fix general protection fault on probe + - staging: gigaset: fix illegal free on probe errors + - staging: gigaset: add endpoint-type sanity check + - usb: xhci: only set D3hot for pci device + - xhci: Fix memory leak in xhci_add_in_port() + - xhci: fix USB3 device initiated resume race with roothub autosuspend + - xhci: Increase STS_HALT timeout in xhci_suspend() + - xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour. + - xhci: make sure interrupts are restored to correct state + - interconnect: qcom: sdm845: Walk the list safely on node removal + - ARM: dts: pandora-common: define wl1251 as child node of mmc3 + - iio: adis16480: Add debugfs_reg_access entry + - iio: adis16480: Fix scales factors + - iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting + - iio: imu: inv_mpu6050: fix temperature reporting using bad unit + - iio: adc: ad7606: fix reading unnecessary data from device + - iio: adc: ad7124: Enable internal reference + - USB: atm: ueagle-atm: add missing endpoint check + - USB: idmouse: fix interface sanity checks + - USB: serial: io_edgeport: fix epic endpoint lookup + - usb: roles: fix a potential use after free + - USB: adutux: fix interface sanity check + - usb: core: urb: fix URB structure initialization function + - usb: mon: Fix a deadlock in usbmon between mmap and read + - tpm: add check after commands attribs tab allocation + - EDAC/altera: Use fast register IO for S10 IRQs + - brcmfmac: disable PCIe interrupts before bus reset + - mtd: spear_smi: Fix Write Burst mode + - mtd: rawnand: Change calculating of position page containing BBM + - virt_wifi: fix use-after-free in virt_wifi_newlink() + - virtio-balloon: fix managed page counts when migrating pages between zones + - usb: dwc3: gadget: Fix logical condition + - usb: dwc3: gadget: Clear started flag for non-IOC + - usb: dwc3: ep0: Clear started flag on completion + - phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role" + - usb: typec: fix use after free in typec_register_port() + - iwlwifi: pcie: fix support for transmitting SKBs with fraglist + - btrfs: check page->mapping when loading free space cache + - btrfs: use refcount_inc_not_zero in kill_all_nodes + - Btrfs: fix metadata space leak on fixup worker failure to set range as + delalloc + - Btrfs: fix negative subv_writers counter and data space leak after buffered + write + - btrfs: Avoid getting stuck during cyclic writebacks + - btrfs: Remove btrfs_bio::flags member + - Btrfs: send, skip backreference walking for extents with many references + - btrfs: record all roots for rename exchange on a subvol + - rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address + - rtlwifi: rtl8192de: Fix missing callback that tests for hw release of buffer + - rtlwifi: rtl8192de: Fix missing enable interrupt flag + - lib: raid6: fix awk build warnings + - Revert "UBUNTU: SAUCE: ovl: fix lookup failure on multi lower squashfs" + - ovl: fix lookup failure on multi lower squashfs + - ovl: fix corner case of non-unique st_dev;st_ino + - ovl: relax WARN_ON() on rename to self + - hwrng: omap - Fix RNG wait loop timeout + - dm writecache: handle REQ_FUA + - dm zoned: reduce overhead of backing device checks + - workqueue: Fix spurious sanity check failures in destroy_workqueue() + - workqueue: Fix pwq ref leak in rescuer_thread() + - ASoC: rt5645: Fixed buddy jack support. + - ASoC: rt5645: Fixed typo for buddy jack support. + - ASoC: Jack: Fix NULL pointer dereference in snd_soc_jack_report + - ASoC: fsl_audmix: Add spin lock to protect tdms + - md: improve handling of bio with REQ_PREFLUSH in md_flush_request() + - blk-mq: avoid sysfs buffer overflow with too many CPU cores + - cgroup: pids: use atomic64_t for pids->limit + - wil6210: check len before memcpy() calls + - ar5523: check NULL before memcpy() in ar5523_cmd() + - s390/mm: properly clear _PAGE_NOEXEC bit when it is not supported + - media: hantro: Fix s_fmt for dynamic resolution changes + - media: bdisp: fix memleak on release + - media: radio: wl1273: fix interrupt masking on release + - media: cec.h: CEC_OP_REC_FLAG_ values were swapped + - cpuidle: Do not unset the driver if it is there already + - cpuidle: teo: Ignore disabled idle states that are too deep + - cpuidle: teo: Rename local variable in teo_select() + - cpuidle: teo: Consider hits and misses metrics of disabled states + - cpuidle: teo: Fix "early hits" handling for disabled idle states + - erofs: zero out when listxattr is called with no xattr + - powerpc/perf: Disable trace_imc pmu + - intel_th: Fix a double put_device() in error path + - intel_th: pci: Add Ice Lake CPU support + - intel_th: pci: Add Tiger Lake CPU support + - PM / devfreq: Lock devfreq in trans_stat_show + - cpufreq: powernv: fix stack bloat and hard limit on number of CPUs + - ALSA: fireface: fix return value in error path of isochronous resources + reservation + - ALSA: oxfw: fix return value in error path of isochronous resources + reservation + - ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI + - ACPI: LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links + - ACPI: LPSS: Add LNXVIDEO -> BYT I2C1 to lpss_device_links + - ACPI: LPSS: Add dmi quirk for skipping _DEP check for some device-links + - ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug + bridge + - ACPI: OSL: only free map once in osl.c + - ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data() + - ACPI: PM: Avoid attaching ACPI PM domain to certain devices + - pinctrl: rza2: Fix gpio name typos + - pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type() + - pinctrl: samsung: Add of_node_put() before return in error path + - pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller + init + - pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup + controller init + - pinctrl: samsung: Fix device node refcount leaks in init code + - pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup + controller init + - mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of + pandora_wl1251_init_card + - ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO polarity + - RDMA/core: Fix ib_dma_max_seg_size() + - ppdev: fix PPGETTIME/PPSETTIME ioctls + - stm class: Lose the protocol driver when dropping its reference + - coresight: Serialize enabling/disabling a link device. + - powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB + - powerpc/xive: Prevent page fault issues in the machine crash handler + - powerpc: Allow flush_icache_range to work across ranges >4GB + - powerpc/xive: Skip ioremap() of ESB pages for LSI interrupts + - video/hdmi: Fix AVI bar unpack + - quota: Check that quota is not dirty before release + - ext2: check err when partial != NULL + - Revert "UBUNTU: SAUCE: seccomp: avoid overflow in implicit constant + conversion" + - seccomp: avoid overflow in implicit constant conversion + - quota: fix livelock in dquot_writeback_dquots + - ext4: Fix credit estimate for final inode freeing + - reiserfs: fix extended attributes on the root directory + - scsi: lpfc: Fix bad ndlp ptr in xri aborted handling + - scsi: qla2xxx: Fix abort timeout race condition. + - scsi: qla2xxx: Do command completion on abort timeout + - scsi: qla2xxx: Fix premature timer expiration + - scsi: qla2xxx: Fix DMA unmap leak + - scsi: qla2xxx: Fix different size DMA Alloc/Unmap + - scsi: qla2xxx: Fix NVMe port discovery after a short device port loss + - scsi: qla2xxx: Fix hang in fcport delete path + - scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference + count + - scsi: qla2xxx: Really fix qla2xxx_eh_abort() + - scsi: qla2xxx: Fix session lookup in qlt_abort_work() + - scsi: qla2xxx: Fix qla24xx_process_bidir_cmd() + - scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value + - scsi: qla2xxx: Check secondary image if reading the primary image fails + - scsi: qla2xxx: Make sure that aborted commands are freed + - scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft + - scsi: qla2xxx: Fix message indicating vectors used by driver + - scsi: qla2xxx: Fix flash read for Qlogic ISPs + - scsi: qla2xxx: Fix driver reload for ISP82xx + - scsi: qla2xxx: Fix stuck login session + - scsi: qla2xxx: Fix stale session + - scsi: qla2xxx: Fix SRB leak on switch command timeout + - scsi: qla2xxx: Fix a dma_pool_free() call + - Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails" + - scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI + command + - scsi: qla2xxx: Fix double scsi_done for abort path + - scsi: qla2xxx: Introduce the function qla2xxx_init_sp() + - iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settings + - iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_raw + - iio: ad7949: kill pointless "readback"-handling code + - iio: ad7949: fix channels mixups + - omap: pdata-quirks: revert pandora specific gpiod additions + - omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251 + - powerpc: Avoid clang warnings around setjmp and longjmp + - powerpc: Fix vDSO clock_getres() + - mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings + - Revert "UBUNTU: SAUCE: mfd: rk808: Fix RK818 ID template" + - mfd: rk808: Fix RK818 ID template + - mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache + destruction + - ext4: work around deleting a file with i_nlink == 0 safely + - firmware: qcom: scm: Ensure 'a0' status code is treated as signed + - s390/smp,vdso: fix ASCE handling + - s390/kaslr: store KASLR offset for early dumps + - mm/shmem.c: cast the type of unmap_start to u64 + - rtc: disable uie before setting time and enable after + - splice: only read in as much information as there is pipe buffer space + - ext4: fix a bug in ext4_wait_for_tail_page_commit + - blk-mq: make sure that line break can be printed + - workqueue: Fix missing kfree(rescuer) in destroy_workqueue() + - raid5: need to set STRIPE_HANDLE for batch head + - scsi: qla2xxx: Change discovery state before PLOGI + - SUNRPC: Fix another issue with MIC buffer space + - net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + - arm64: dts: allwinner: a64: Re-add PMU node + - block: fix "check bi_size overflow before merge" + - EDAC/ghes: Do not warn when incrementing refcount on 0 + - Linux 5.3.17 + * Add new PCH ID for the Intel Comet Lake -H variant (LP: #1856642) + - usb: dwc3: pci: add ID for the Intel Comet Lake -H variant + * CVE-2019-19078 + - ath10k: fix memory leak + * CVE-2019-19077 + - RDMA: Fix goto target to release the allocated memory + * Eoan update: 5.3.16 upstream stable release (LP: #1856334) + - rsi: release skb if rsi_prepare_beacon fails + - arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulator + - perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite + - sparc64: implement ioremap_uc + - lp: fix sparc64 LPSETTIMEOUT ioctl + - time: Zero the upper 32-bits in __kernel_timespec on 32-bit + - usb: gadget: u_serial: add missing port entry locking + - tty: serial: fsl_lpuart: use the sg count from dma_map_sg + - tty: serial: msm_serial: Fix flow control + - serial: pl011: Fix DMA ->flush_buffer() + - serial: serial_core: Perform NULL checks for break_ctl ops + - serial: stm32: fix clearing interrupt error flags + - serial: ifx6x60: add missed pm_runtime_disable + - aio: Fix io_pgetevents() struct __compat_aio_sigset layout + - autofs: fix a leak in autofs_expire_indirect() + - MIPS: SGI-IP27: fix exception handler replication + - RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN + - RDMA/hns: Correct the value of srq_desc_size + - iwlwifi: pcie: don't consider IV len in A-MSDU + - cgroup: don't put ERR_PTR() into fc->root + - exportfs_decode_fh(): negative pinned may become positive without the parent + locked + - audit_get_nd(): don't unlock parent too early + - ecryptfs: fix unlink and rmdir in face of underlying fs modifications + - Revert "UBUNTU: SAUCE: ALSA: hda: Add Cometlake-S PCI ID" + - ALSA: hda: Add Cometlake-S PCI ID + - NFC: nxp-nci: Fix NULL pointer dereference after I2C communication error + - xfrm: release device reference for invalid state + - block: check bi_size overflow before merge + - Input: cyttsp4_core - fix use after free bug + - sched/core: Avoid spurious lock dependencies + - sched/pelt: Fix update of blocked PELT ordering + - perf/core: Consistently fail fork on allocation failures + - ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed() + - x86/resctrl: Fix potential lockdep warning + - drm/sun4i: tcon: Set min division of TCON0_DCLK to 1. + - selftests: kvm: fix build with glibc >= 2.30 + - rbd: silence bogus uninitialized warning in rbd_object_map_update_finish() + - rsxx: add missed destroy_workqueue calls in remove + - ravb: implement MTU change while device is up + - net: hns3: reallocate SSU' buffer size when pfc_en changes + - net: hns3: fix ETS bandwidth validation bug + - afs: Fix race in commit bulk status fetch + - net: ep93xx_eth: fix mismatch of request_mem_region in remove + - i2c: core: fix use after free in of_i2c_notify + - io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR + - fuse: verify nlink + - fuse: verify attributes + - io_uring: ensure req->submit is copied when req is deferred + - SUNRPC: Avoid RPC delays when exiting suspend + - ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC + - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Dell headphone has noise on + unmute for ALC236" + - ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + - ALSA: pcm: oss: Avoid potential buffer overflows + - ALSA: hda - Add mute led support for HP ProBook 645 G4 + - ALSA: hda: Modify stream stripe mask only when needed + - Input: synaptics - switch another X1 Carbon 6 to RMI/SMbus + - Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash + - Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers + - Input: goodix - add upside-down quirk for Teclast X89 tablet + - coresight: etm4x: Fix input validation for sysfs. + - Input: Fix memory leak in psxpad_spi_probe + - media: rc: mark input device as pointing stick + - x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all() + - CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks + - CIFS: Fix SMB2 oplock break processing + - tty: vt: keyboard: reject invalid keycodes + - can: slcan: Fix use-after-free Read in slcan_open + - nfsd: Ensure CLONE persists data and metadata changes to the target file + - nfsd: restore NFSv3 ACL support + - kernfs: fix ino wrap-around detection + - jbd2: Fix possible overflow in jbd2_log_space_left() + - drm/msm: fix memleak on release + - drm: damage_helper: Fix race checking plane->state->fb + - drm/i810: Prevent underflow in ioctl + - arm64: dts: exynos: Revert "Remove unneeded address space mapping for soc + node" + - KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one + - KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path + - KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated + - KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter + - KVM: arm/arm64: vgic: Don't rely on the wrong pending table + - KVM: x86: do not modify masked bits of shared MSRs + - KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES + - KVM: x86: Remove a spurious export of a static function + - KVM: x86: Grab KVM's srcu lock when setting nested state + - crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr + - crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize + - crypto: af_alg - cast ki_complete ternary op to int + - crypto: geode-aes - switch to skcipher for cbc(aes) fallback + - crypto: ccp - fix uninitialized list head + - crypto: ecdh - fix big endian bug in ECC library + - crypto: user - fix memory leak in crypto_report + - spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register + - spi: stm32-qspi: Fix kernel oops when unbinding driver + - spi: atmel: Fix CS high support + - spi: Fix SPI_CS_HIGH setting when using native and GPIO CS + - spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS + - can: ucan: fix non-atomic allocation in completion handler + - RDMA/qib: Validate ->show()/store() callbacks before calling them + - iomap: Fix pipe page leakage during splicing + - thermal: Fix deadlock in thermal thermal_zone_device_check + - vcs: prevent write access to vcsu devices + - binder: Fix race between mmap() and binder_alloc_print_pages() + - binder: Prevent repeated use of ->mmap() via NULL mapping + - binder: Handle start==NULL in binder_update_page_range() + - KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332) + - ALSA: hda - Fix pending unsol events at shutdown + - cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade value + - drm/mcde: Fix an error handling path in 'mcde_probe()' + - watchdog: aspeed: Fix clock behaviour for ast2600 + - EDAC/ghes: Fix locking and memory barrier issues + - perf script: Fix invalid LBR/binary mismatch error + - kselftest: Fix NULL INSTALL_PATH for TARGETS runlist + - ALSA: hda: hdmi - fix pin setup on Tigerlake + - Linux 5.3.16 + * Realtek ALC256M with DTS Audio Processing internal microphone doesn't work + on Redmi Book 14 2019 (LP: #1846148) // Eoan update: 5.3.16 upstream stable + release (LP: #1856334) + - ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop + * CVE-2019-19050 + - crypto: user - fix memory leak in crypto_reportstat + * Fix MST support on Ice Lake (LP: #1854432) + - drm/i915: fix port checks for MST support on gen >= 11 + * headphone has noise as not mute on dell machines with alc236/256 + (LP: #1854401) + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + * Eoan update: 5.3.15 upstream stable release (LP: #1855306) + - io_uring: async workers should inherit the user creds + - net: separate out the msghdr copy from ___sys_{send,recv}msg() + - net: disallow ancillary data for __sys_{send,recv}msg_file() + - XArray: Fix xas_next() with a single entry at 0 + - clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate + - clk: at91: sam9x60: fix programmable clock + - thunderbolt: Read DP IN adapter first two dwords in one go + - thunderbolt: Fix lockdep circular locking depedency warning + - clocksource/drivers/mediatek: Fix error handling + - soundwire: intel: fix intel_register_dai PDI offsets and numbers + - ASoC: msm8916-wcd-analog: Fix RX1 selection in RDAC2 MUX + - ASoC: compress: fix unsigned integer overflow check + - reset: Fix memory leak in reset_control_array_put() + - clk: samsung: exynos5433: Fix error paths + - clk: samsung: exynos542x: Move G3D subsystem clocks to its sub-CMU + - ASoC: kirkwood: fix external clock probe defer + - ASoC: kirkwood: fix device remove ordering + - arm64: dts: ls1028a: fix a compatible issue + - clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume + - pinctrl: cherryview: Allocate IRQ chip dynamic + - ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interrupts + - soc: imx: gpc: fix initialiser format + - reset: fix reset_control_ops kerneldoc comment + - arm64: dts: imx8mm: fix compatible string for sdma + - ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_data + - ASoC: ti: sdma-pcm: Add back the flags parameter for non standard dma names + - ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset detection + - clk: at91: avoid sleeping early + - clk: sunxi: Fix operator precedence in sunxi_divs_clk_setup + - clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18 + - ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend + - bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 + - samples/bpf: fix build by setting HAVE_ATTR_TEST to zero + - bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}() + - powerpc/bpf: Fix tail call implementation + - idr: Fix idr_get_next_ul race with idr_remove + - idr: Fix integer overflow in idr_for_each_entry + - idr: Fix idr_alloc_u32 on 32-bit systems + - x86/resctrl: Prevent NULL pointer dereference when reading mondata + - arm64: dts: zii-ultra: fix ARM regulator GPIO handle + - fbdev: c2p: Fix link failure on non-inlining + - ASoC: hdac_hda: fix race in device removal + - clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call + - clk: ti: clkctrl: Fix failed to enable error with double udelay timeout + - net: fec: add missed clk_disable_unprepare in remove + - netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICT + - bridge: ebtables: don't crash when using dnat target in output chains + - netfilter: nf_tables: bogus EOPNOTSUPP on basechain update + - netfilter: nf_tables_offload: skip EBUSY on chain update + - stacktrace: Don't skip first entry on noncurrent tasks + - can: peak_usb: report bus recovery as well + - can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open + - can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb + mem leak + - can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue + beyond skb_queue_len_max + - can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on + queue overflow or OOM + - can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate + error value in case of errors + - can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error + - can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error + - can: flexcan: increase error counters if skb enqueueing via + can_rx_offload_queue_sorted() fails + - x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_early + - perf scripting engines: Iterate on tep event arrays directly + - can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race + condition + - nvme-rdma: fix a segmentation fault during module unload + - nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths + - watchdog: pm8916_wdt: fix pretimeout registration flow + - watchdog: meson: Fix the wrong value of left time + - watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware format + - watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading + - ASoC: stm32: sai: add restriction on mmap support + - ALSA: hda: hdmi - add Tigerlake support + - ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157c + - ASoC: SOF: topology: Fix bytes control size checks + - mm/gup_benchmark: fix MAP_HUGETLB case + - scripts/gdb: fix debugging modules compiled with hot/cold partitioning + - net: bcmgenet: use RGMII loopback for MAC reset + - net: bcmgenet: reapply manual settings to the PHY + - drm/amdgpu: dont schedule jobs while in reset + - net/mlx5e: Fix eswitch debug print of max fdb flow + - net/mlx5e: Use correct enum to determine uplink port + - net: mscc: ocelot: fix __ocelot_rmw_ix prototype + - drm/amd/swSMU: fix smu workload bit map error + - drm/amdgpu: register gpu instance before fan boost feature enablment + - drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9 + - net: stmmac: gmac4: bitrev32 returns u32 + - net: stmmac: xgmac: bitrev32 returns u32 + - net: stmmac: xgmac: Fix TSA selection + - net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AV + - ceph: return -EINVAL if given fsc mount option on kernel w/o support + - mac80211: fix ieee80211_txq_setup_flows() failure path + - net/fq_impl: Switch to kvmalloc() for memory allocation + - mac80211: fix station inactive_time shortly after boot + - block: drbd: remove a stray unlock in __drbd_send_protocol() + - pwm: bcm-iproc: Prevent unloading the driver module while in use + - ice: fix potential infinite loop because loop counter being too small + - iavf: initialize ITRN registers with correct values + - i40e: Fix for ethtool -m issue on X722 NIC + - clk: at91: fix update bit maps on CFG_MOR write + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param() + - staging: rtl8192e: fix potential use after free + - staging: rtl8723bs: Drop ACPI device ids + - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + - mei: bus: prefix device names on bus with the bus name + - mei: me: add comet point V device id + - thunderbolt: Power cycle the router if NVM authentication fails + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + - gve: Fix the queue page list allocated pages count + - macvlan: schedule bc_work even if error + - mdio_bus: don't use managed reset-controller + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + - net: macb: add missed tasklet_kill + - net: psample: fix skb_over_panic + - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues + - openvswitch: fix flow command message size + - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook + - slip: Fix use-after-free Read in slip_open + - sctp: cache netns in sctp_ep_common + - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + - openvswitch: remove another BUG_ON() + - net/tls: take into account that bpf_exec_tx_verdict() may free the record + - net/tls: free the record on encryption error + - net: skmsg: fix TLS 1.3 crash with full sk_msg + - selftests/tls: add a test for fragmented messages + - net/tls: remove the dead inplace_crypto code + - net/tls: use sg_next() to walk sg entries + - selftests: bpf: test_sockmap: handle file creation failures gracefully + - selftests: bpf: correct perror strings + - tipc: fix link name length check + - selftests: pmtu: use -oneline for ip route list cache + - ext4: add more paranoia checking in ext4_expand_extra_isize handling + - HID: core: check whether Usage Page item is after Usage ID items + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size + - net: fec: fix clock count mis-match + - Linux 5.3.15 + * Eoan update: 5.3.14 upstream stable release (LP: #1854861) + - mlxsw: spectrum_router: Fix determining underlay for a GRE tunnel + - net/mlx4_en: fix mlx4 ethtool -N insertion + - net/mlx4_en: Fix wrong limitation for number of TX rings + - net: rtnetlink: prevent underflows in do_setvfinfo() + - net/sched: act_pedit: fix WARN() in the traffic path + - net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key + - sfc: Only cancel the PPS workqueue if it exists + - net/mlxfw: Verify FSM error code translation doesn't exceed array size + - net/mlx5e: Fix set vf link state error flow + - net/mlx5: Fix auto group size calculation + - net/tls: enable sk_msg redirect to tls socket egress + - ipv6/route: return if there is no fib_nh_gw_family + - taprio: don't reject same mqprio settings + - net/ipv4: fix sysctl max for fib_multipath_hash_policy + - net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6 + - net/mlx5e: Do not use non-EXT link modes in EXT mode + - net/mlx5: Update the list of the PCI supported devices + - vhost/vsock: split packets to send using multiple buffers + - gpio: max77620: Fixup debounce delays + - gpio: bd70528: Use correct unit for debounce times + - tools: gpio: Correctly add make dependencies for gpio_utils + - fork: fix pidfd_poll()'s return type + - nbd:fix memory leak in nbd_get_socket() + - virtio_console: allocate inbufs in add_port() only if it is needed + - virtio_ring: fix return code on DMA mapping fails + - virtio_balloon: fix shrinker count + - Revert "fs: ocfs2: fix possible null-pointer dereferences in + ocfs2_xa_prepare_entry()" + - mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span() + - mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() + - drm/amdgpu: disable gfxoff when using register read interface + - drm/amdgpu: disable gfxoff on original raven + - drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs + - drm/i915: Don't oops in dumb_create ioctl if we have no crtcs + - drm/i915/pmu: "Frequency" is reported as accumulated cycles + - drm/i915/userptr: Try to acquire the page lock around set_page_dirty() + - Bluetooth: Fix invalid-free in bcsp_close() + - ath10k: restore QCA9880-AR1A (v1) detection + - ath10k: Fix HOST capability QMI incompatibility + - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe + - ath9k_hw: fix uninitialized variable data + - Revert "Bluetooth: hci_ll: set operational frequency earlier" + - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" + - md/raid10: prevent access of uninitialized resync_pages offset + - mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n + - ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary + - x86/insn: Fix awk regexp warnings + - x86/speculation: Fix incorrect MDS/TAA mitigation status + - x86/speculation: Fix redundant MDS mitigation message + - nbd: prevent memory leak + - gve: fix dma sync bug where not all pages synced + - x86/stackframe/32: Repair 32-bit Xen PV + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup() + - x86/doublefault/32: Fix stack canaries in the double fault handler + - x86/pti/32: Size initial_page_table correctly + - x86/cpu_entry_area: Add guard page for entry stack on 32bit + - x86/entry/32: Fix IRET exception + - x86/entry/32: Use %ss segment where required + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry + - x86/entry/32: Fix NMI vs ESPFIX + - selftests/x86/mov_ss_trap: Fix the SYSENTER test + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make + the CPU_ENTRY_AREA_PAGES assert precise + - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 + - futex: Prevent robust futex exit race + - ALSA: usb-audio: Fix NULL dereference at parsing BADD + - nfc: port100: handle command failure cleanly + - media: vivid: Set vid_cap_streaming and vid_out_streaming to true + - media: vivid: Fix wrong locking that causes race conditions on streaming + stop + - media: usbvision: Fix invalid accesses after device disconnect + - media: usbvision: Fix races among open, close, and disconnect + - cpufreq: Add NULL checks to show() and store() methods of cpufreq + - media: uvcvideo: Fix error path in control parsing failure + - media: b2c2-flexcop-usb: add sanity checking + - media: cxusb: detect cxusb_ctrl_msg error in query + - media: imon: invalid dereference in imon_touch_event + - media: mceusb: fix out of bounds read in MCE receiver buffer + - mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocations + - USBIP: add config dependency for SGL_ALLOC + - usbip: tools: fix fd leakage in the function of read_attr_usbip_status + - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() + - usb-serial: cp201x: support Mark-10 digital force gauge + - USB: chaoskey: fix error case of a timeout + - appledisplay: fix error handling in the scheduled work + - USB: serial: mos7840: add USB ID to support Moxa UPort 2210 + - USB: serial: mos7720: fix remote wakeup + - USB: serial: mos7840: fix remote wakeup + - USB: serial: option: add support for DW5821e with eSIM support + - USB: serial: option: add support for Foxconn T77W968 LTE modules + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error + - Linux 5.3.14 + + [ Ubuntu: 5.3.0-29.31 ] + + * eoan/linux: 5.3.0-29.31 -proposed tracker (LP: #1860119) + * Integrate Intel SGX driver into linux-azure (LP: #1844245) + - [Packaging] Add systemd service to load intel_sgx + + -- Sultan Alsawaf Mon, 03 Feb 2020 16:28:39 -0800 + +linux-aws (5.3.0-1010.11) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1010.11 -proposed tracker (LP: #1859817) + + * Update EFA driver to 1.5.0 (LP: #1850195) + - SAUCE: Port EFA 1.4.0 + - SAUCE: linux/efa: Fix incorrect error print + - SAUCE: linux/efa: Fix ‘err’ may be used uninitialized in this function + warning + - SAUCE: linux/efa: Add support for CentOS 7.7 + - SAUCE: linux/efa: Clear the admin command buffer prior to its submission + - SAUCE: linux/efa: Bump driver version to 1.4.1 + - SAUCE: linux/efa: Store network attributes in device attributes + - SAUCE: linux/efa: Support remote read access in MR registration + - SAUCE: linux/efa: Expose RDMA read related attributes + - SAUCE: linux/efa: Add ib_uverbs as a soft dependency + - SAUCE: linux/efa: Use the ib_port_phys_state enum values + - SAUCE: linux/efa: Backport missing driver id + - SAUCE: linux/efa: Check sscanf return value + - SAUCE: linux/efa: SuSE 15.1 support + - SAUCE: linux/efa: Bump driver version to 1.5.0 + + [ Ubuntu: 5.3.0-28.30 ] + + * eoan/linux: 5.3.0-28.30 -proposed tracker (LP: #1859694) + * CVE-2019-14615 + - drm/i915/gen9: Clear residual context state on context switch + * PAN is broken for execute-only user mappings on ARMv8 (LP: #1858815) + - arm64: Revert support for execute-only user mappings + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Ubuntu: 5.3.0-27.29 ] + + * eoan/linux: 5.3.0-27.29 -proposed tracker (LP: #1858943) + * [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is bad? + (LP: #1856608) + - SAUCE: Revert "usb: handle warm-reset port requests on hub resume" + + [ Ubuntu: 5.3.0-26.28 ] + + * eoan/linux: 5.3.0-26.28 -proposed tracker (LP: #1856807) + * nvidia-435 is in eoan, linux-restricted-modules only builds against 430, + ubiquity gives me the self-signed modules experience instead of using the + Canonical-signed modules (LP: #1856407) + - Add nvidia-435 dkms build + + -- Khalid Elmously Thu, 16 Jan 2020 01:37:39 -0500 + +linux-aws (5.3.0-1009.10) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1009.10 -proposed tracker (LP: #1854746) + + [ Ubuntu: 5.3.0-25.27 ] + + * eoan/linux: 5.3.0-25.27 -proposed tracker (LP: #1854762) + * CVE-2019-14901 + - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() + * CVE-2019-14896 // CVE-2019-14897 + - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor + * CVE-2019-14895 + - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie() + * [CML] New device id's for CMP-H (LP: #1846335) + - mmc: sdhci-pci: Add another Id for Intel CML + - i2c: i801: Add support for Intel Comet Lake PCH-H + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs + * i915: Display flickers (monitor loses signal briefly) during "flickerfree" + boot, while showing the BIOS logo on a black background (LP: #1836858) + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y + * Please add patch fixing RK818 ID detection (LP: #1853192) + - SAUCE: mfd: rk808: Fix RK818 ID template + * Kernel build log filled with "/bin/bash: line 5: warning: command + substitution: ignored null byte in input" (LP: #1853843) + - [Debian] Fix warnings when checking for modules signatures + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961) + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 + * Dell XPS 13 9350/9360 headphone audio hiss (LP: #1654448) // [XPS 13 9360, + Realtek ALC3246, Black Headphone Out, Front] High noise floor (LP: #1845810) + - ALSA: hda/realtek: Reduce the Headphone static noise on XPS 9350/9360 + * no HDMI video output since GDM greeter after linux-oem-osp1 version + 5.0.0-1026 (LP: #1852386) + - drm/i915: Add new CNL PCH ID seen on a CML platform + - SAUCE: drm/i915: Fix detection for a CMP-V PCH + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer + works on Dell Venue 11 Pro 7140 (LP: #1846539) + - [Config] Drop snd-sof-intel-bdw build + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy + driver + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2 + (LP: #1847451) + - SAUCE: tools/power turbostat: Add Cometlake support + * External microphone can't work on some dell machines with the codec alc256 + or alc236 (LP: #1853791) + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table + * Memory leak in net/xfrm/xfrm_state.c - 8 pages per ipsec connection + (LP: #1853197) + - xfrm: Fix memleak on xfrm state destroy + * CVE-2019-18660: patches for Ubuntu (LP: #1853142) // CVE-2019-18660 + - powerpc/64s: support nospectre_v2 cmdline option + - powerpc/book3s64: Fix link stack flush on context switch + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721) + - HID: i2c-hid: fix no irq after reset on raydium 3118 + * Make Goodix I2C touchpads work (LP: #1853842) + - HID: i2c-hid: Remove runtime power management + - HID: i2c-hid: Send power-on command after reset + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + - lib: devres: add a helper function for ioremap_uc + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO + * CVE-2019-19055 + - nl80211: fix memory leak in nl80211_get_ftm_responder_stats + * CML: perf enabling for core (LP: #1848978) + - perf/x86/intel: Add Comet Lake CPU support + - perf/x86/msr: Add Comet Lake CPU support + - perf/x86/cstate: Add Comet Lake CPU support + - perf/x86/msr: Add new CPU model numbers for Ice Lake + - perf/x86/cstate: Update C-state counters for Ice Lake + * Boot hangs after "Loading initial ramdisk ..." (LP: #1852586) + - SAUCE: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for + interrupts" + - SAUCE: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's" + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2 + (LP: #1847454) + - powercap/intel_rapl: add support for CometLake Mobile + - powercap/intel_rapl: add support for Cometlake desktop + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2 + (LP: #1847450) + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support + to intel_pmc_core driver + * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180) + - net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it + - net: ena: switch to dim algorithm for rx adaptive interrupt moderation + - net: ena: reimplement set/get_coalesce() + - net: ena: enable the interrupt_moderation in driver_supported_features + - net: ena: remove code duplication in + ena_com_update_nonadaptive_moderation_interval _*() + - net: ena: remove old adaptive interrupt moderation code from ena_netdev + - net: ena: remove ena_restore_ethtool_params() and relevant fields + - net: ena: remove all old adaptive rx interrupt moderation code from ena_com + - net: ena: fix update of interrupt moderation register + - net: ena: fix retrieval of nonadaptive interrupt moderation intervals + - net: ena: fix incorrect update of intr_delay_resolution + - net: ena: Select DIMLIB for ENA_ETHERNET + - SAUCE: net: ena: fix issues in setting interrupt moderation params in + ethtool + - SAUCE: net: ena: fix too long default tx interrupt moderation interval + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222) + - [Config] Enable ROCKCHIP support for arm64 + * remount of multilower moved pivoted-root overlayfs root, results in I/O + errors on some modified files (LP: #1824407) + - SAUCE: ovl: fix lookup failure on multi lower squashfs + * Eoan update: 5.3.13 upstream stable release (LP: #1853882) + - net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size() + - block, bfq: deschedule empty bfq_queues not referred by any process + - mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span() + - mm/memory_hotplug: fix updating the node span + - arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault + - fbdev: Ditch fb_edid_add_monspecs + - Linux 5.3.13 + * Eoan update: 5.3.12 upstream stable release (LP: #1853475) + - scsi: core: Handle drivers which set sg_tablesize to zero + - ax88172a: fix information leak on short answers + - devlink: disallow reload operation during device cleanup + - ipmr: Fix skb headroom in ipmr_get_route(). + - mlxsw: core: Enable devlink reload only on probe + - net: gemini: add missed free_netdev + - net/smc: fix fastopen for non-blocking connect() + - net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules + - slip: Fix memory leak in slip_open error path + - tcp: remove redundant new line from tcp_event_sk_skb + - dpaa2-eth: free already allocated channels on probe defer + - devlink: Add method for time-stamp on reporter's dump + - net/smc: fix refcount non-blocking connect() -part 2 + - ALSA: usb-audio: Fix missing error check at mixer resolution test + - ALSA: usb-audio: not submit urb for stopped endpoint + - ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk() + - ALSA: usb-audio: Fix incorrect size check for processing/extension units + - Btrfs: fix log context list corruption after rename exchange operation + - cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in + ptrace_stop() + - Input: ff-memless - kill timer in destroy() + - Input: synaptics-rmi4 - fix video buffer size + - Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver + - Input: synaptics-rmi4 - do not consume more data than we have (F11, F12) + - Input: synaptics-rmi4 - clear IRQ enables for F54 + - Input: synaptics-rmi4 - destroy F54 poller workqueue when removing + - KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved + - IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet + - IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA + - IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR + - IB/hfi1: Ensure full Gen3 speed in a Gen4 system + - IB/hfi1: Use a common pad buffer for 9B and 16B packets + - i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present + - SAUCE: Revert "UBUNTU: SAUCE: x86/intel: Disable HPET on Intel Coffe Lake + platforms" + - x86/quirks: Disable HPET on Intel Coffe Lake platforms + - ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable + - ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either + - io_uring: ensure registered buffer import returns the IO length + - drm/i915: update rawclk also on resume + - Revert "drm/i915/ehl: Update MOCS table for EHL" + - ntp/y2038: Remove incorrect time_t truncation + - net: ethernet: dwmac-sun8i: Use the correct function in exit path + - iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros + - mm: mempolicy: fix the wrong return value and potential pages leak of mbind + - mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() + - mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() + - mm: slub: really fix slab walking for init_on_free + - mm/memory_hotplug: fix try_offline_node() + - mm/page_io.c: do not free shared swap slots + - mmc: sdhci-of-at91: fix quirk2 overwrite + - slcan: Fix memory leak in error path + - Linux 5.3.12 + * Eoan update: 5.3.11 upstream stable release (LP: #1852338) + - bonding: fix state transition issue in link monitoring + - CDC-NCM: handle incomplete transfer of MTU + - ipv4: Fix table id reference in fib_sync_down_addr + - net: ethernet: octeon_mgmt: Account for second possible VLAN header + - net: fix data-race in neigh_event_send() + - net: qualcomm: rmnet: Fix potential UAF when unregistering + - net/tls: fix sk_msg trim on fallback to copy mode + - net: usb: qmi_wwan: add support for DW5821e with eSIM support + - NFC: fdp: fix incorrect free object + - nfc: netlink: fix double device reference drop + - NFC: st21nfca: fix double free + - qede: fix NULL pointer deref in __qede_remove() + - net: mscc: ocelot: don't handle netdev events for other netdevs + - net: mscc: ocelot: fix NULL pointer on LAG slave removal + - net/tls: don't pay attention to sk_write_pending when pushing partial + records + - net/tls: add a TX lock + - selftests/tls: add test for concurrent recv and send + - ipv6: fixes rt6_probe() and fib6_nh->last_probe init + - net: hns: Fix the stray netpoll locks causing deadlock in NAPI path + - net: prevent load/store tearing on sk->sk_stamp + - net: sched: prevent duplicate flower rules from tcf_proto destroy race + - net/smc: fix ethernet interface refcounting + - vsock/virtio: fix sock refcnt holding during the shutdown + - r8169: fix page read in r8168g_mdio_read + - ALSA: timer: Fix incorrectly assigned timer instance + - ALSA: bebob: fix to detect configured source of sampling clock for Focusrite + Saffire Pro i/o series + - ALSA: hda/ca0132 - Fix possible workqueue stall + - mm: memcontrol: fix NULL-ptr deref in percpu stats flush + - mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges + - mm, meminit: recalculate pcpu batch and high limits after init completes + - mm: thp: handle page cache THP correctly in PageTransCompoundMap + - mm, vmstat: hide /proc/pagetypeinfo from normal users + - dump_stack: avoid the livelock of the dump_lock + - mm: slab: make page_cgroup_ino() to recognize non-compound slab pages + properly + - btrfs: Consider system chunk array size for new SYSTEM chunks + - btrfs: tree-checker: Fix wrong check on max devid + - btrfs: save i_size to avoid double evaluation of i_size_read in + compress_file_range + - tools: gpio: Use !building_out_of_srctree to determine srctree + - pinctrl: intel: Avoid potential glitches if pin is in GPIO mode + - perf tools: Fix time sorting + - perf map: Use zalloc for map_groups + - drm/radeon: fix si_enable_smc_cac() failed issue + - HID: wacom: generic: Treat serial number and related fields as unsigned + - mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y + - soundwire: depend on ACPI + - soundwire: depend on ACPI || OF + - soundwire: bus: set initial value to port_status + - blkcg: make blkcg_print_stat() print stats only for online blkgs + - arm64: Do not mask out PTE_RDONLY in pte_same() + - ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address + - ceph: fix use-after-free in __ceph_remove_cap() + - ceph: fix RCU case handling in ceph_d_revalidate() + - ceph: add missing check in d_revalidate snapdir handling + - ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open + - ceph: don't allow copy_file_range when stripe_count != 1 + - iio: adc: stm32-adc: fix stopping dma + - iio: imu: adis16480: make sure provided frequency is positive + - iio: imu: inv_mpu6050: fix no data on MPU6050 + - iio: srf04: fix wrong limitation in distance measuring + - ARM: sunxi: Fix CPU powerdown on A83T + - ARM: dts: imx6-logicpd: Re-enable SNVS power key + - cpufreq: intel_pstate: Fix invalid EPB setting + - clone3: validate stack arguments + - netfilter: nf_tables: Align nft_expr private data to 64-bit + - netfilter: ipset: Fix an error code in ip_set_sockfn_get() + - intel_th: gth: Fix the window switching sequence + - intel_th: pci: Add Comet Lake PCH support + - intel_th: pci: Add Jasper Lake PCH support + - x86/dumpstack/64: Don't evaluate exception stacks before setup + - x86/apic/32: Avoid bogus LDR warnings + - SMB3: Fix persistent handles reconnect + - can: usb_8dev: fix use-after-free on disconnect + - can: flexcan: disable completely the ECC mechanism + - can: c_can: c_can_poll(): only read status register after status IRQ + - can: peak_usb: fix a potential out-of-sync while decoding packets + - can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid + skb mem leak + - can: gs_usb: gs_can_open(): prevent memory leak + - can: dev: add missing of_node_put() after calling of_get_child_by_name() + - can: mcba_usb: fix use-after-free on disconnect + - can: peak_usb: fix slab info leak + - configfs: fix a deadlock in configfs_symlink() + - ALSA: usb-audio: More validations of descriptor units + - ALSA: usb-audio: Simplify parse_audio_unit() + - ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects + - ALSA: usb-audio: Remove superfluous bLength checks + - ALSA: usb-audio: Clean up check_input_term() + - ALSA: usb-audio: Fix possible NULL dereference at create_yamaha_midi_quirk() + - ALSA: usb-audio: remove some dead code + - ALSA: usb-audio: Fix copy&paste error in the validator + - usbip: Implement SG support to vhci-hcd and stub driver + - HID: google: add magnemite/masterball USB ids + - dmaengine: sprd: Fix the link-list pointer register configuration issue + - bpf: lwtunnel: Fix reroute supplying invalid dst + - dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer + - dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config + - dmaengine: sprd: Fix the possible memory leak issue + - HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring() + - powerpc/32s: fix allow/prevent_user_access() when crossing segment + boundaries. + - RDMA/mlx5: Clear old rate limit when closing QP + - iw_cxgb4: fix ECN check on the passive accept + - RDMA/siw: free siw_base_qp in kref release routine + - RDMA/qedr: Fix reported firmware version + - IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields + - net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow + - net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flow + - net/mlx5e: TX, Fix consumer index of error cqe dump + - net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq + - net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump + - selftests/bpf: More compatible nc options in test_tc_edt + - scsi: qla2xxx: fixup incorrect usage of host_byte + - scsi: lpfc: Check queue pointer before use + - scsi: ufs-bsg: Wake the device before sending raw upiu commands + - ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC + - RDMA/uverbs: Prevent potential underflow + - bpf: Fix use after free in subprog's jited symbol removal + - net: stmmac: Fix the problem of tso_xmit + - net: openvswitch: free vport unless register_netdevice() succeeds + - scsi: lpfc: Honor module parameter lpfc_use_adisc + - scsi: qla2xxx: Initialized mailbox to prevent driver load failure + - bpf: Fix use after free in bpf_get_prog_name + - iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc + - iwlwifi: pcie: fix all 9460 entries for qnj + - iwlwifi: pcie: 0x2720 is qu and 0x30DC is not + - netfilter: nf_flow_table: set timeout before insertion into hashes + - drm/v3d: Fix memory leak in v3d_submit_cl_ioctl + - xsk: Fix registration of Rx-only sockets + - net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag + - ipvs: don't ignore errors in case refcounting ip_vs module fails + - ipvs: move old_secure_tcp into struct netns_ipvs + - netfilter: nft_payload: fix missing check for matching length in offloads + - RDMA/nldev: Skip counter if port doesn't match + - bonding: fix unexpected IFF_BONDING bit unset + - bonding: use dynamic lockdep key instead of subclass + - macsec: fix refcnt leak in module exit routine + - virt_wifi: fix refcnt leak in module exit routine + - scsi: sd: define variable dif as unsigned int instead of bool + - usb: dwc3: select CONFIG_REGMAP_MMIO + - usb: fsl: Check memory resource before releasing it + - usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode. + - usb: gadget: composite: Fix possible double free memory bug + - usb: dwc3: pci: prevent memory leak in dwc3_pci_probe + - usb: gadget: configfs: fix concurrent issue between composite APIs + - usb: dwc3: remove the call trace of USBx_GFLADJ + - perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise + RIP validity + - perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) + - perf/x86/uncore: Fix event group support + - USB: Skip endpoints with 0 maxpacket length + - USB: ldusb: use unsigned size format specifiers + - usbip: tools: Fix read_usb_vudc_device() error path handling + - RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case + - RDMA/hns: Prevent memory leaks of eq->buf_list + - hwmon: (ina3221) Fix read timeout issue + - scsi: qla2xxx: stop timer in shutdown path + - sched/topology: Don't try to build empty sched domains + - sched/topology: Allow sched_asym_cpucapacity to be disabled + - nvme-multipath: fix possible io hang after ctrl reconnect + - fjes: Handle workqueue allocation failure + - net: hisilicon: Fix "Trying to free already-free IRQ" + - wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle + - net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link + is up + - net: mscc: ocelot: refuse to overwrite the port's native vlan + - iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41 + - mt76: dma: fix buffer unmap with non-linear skbs + - drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) + - drm/sched: Set error to s_fence if HW job submission failed. + - drm/amdgpu: If amdgpu_ib_schedule fails return back the error. + - drm/amd/display: do not synchronize "drr" displays + - drm/amd/display: add 50us buffer as WA for pstate switch in active + - drm/amd/display: Passive DP->HDMI dongle detection fix + - dc.c:use kzalloc without test + - SUNRPC: The TCP back channel mustn't disappear while requests are + outstanding + - SUNRPC: The RDMA back channel mustn't disappear while requests are + outstanding + - SUNRPC: Destroy the back channel when we destroy the host transport + - hv_netvsc: Fix error handling in netvsc_attach() + - efi/tpm: Return -EINVAL when determining tpm final events log size fails + - efi: libstub/arm: Account for firmware reserved memory at the base of RAM + - x86, efi: Never relocate kernel below lowest acceptable address + - arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo + - usb: dwc3: gadget: fix race when disabling ep with cancelled xfers + - arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core + - arm64: Brahma-B53 is SSB and spectre v2 safe + - arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core + - NFSv4: Don't allow a cached open with a revoked delegation + - net: ethernet: arc: add the missed clk_disable_unprepare + - igb: Fix constant media auto sense switching when no cable is connected + - e1000: fix memory leaks + - gve: Fixes DMA synchronization. + - ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() + - pinctrl: cherryview: Fix irq_valid_mask calculation + - clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM + - timekeeping/vsyscall: Update VDSO data unconditionally + - mm/filemap.c: don't initiate writeback if mapping has no dirty pages + - cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is + dead + - ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1 + - ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing + - usbip: Fix free of unallocated memory in vhci tx + - bonding: fix using uninitialized mode_lock + - netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets + - arm64: errata: Update stale comment + - net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run + - SAUCE: Revert "UBUNTU: SAUCE: kvm: x86: mmu: Recovery of shattered NX large + pages" + - SAUCE: Revert "UBUNTU: SAUCE: kvm: Add helper function for creating VM + worker threads" + - SAUCE: Revert "UBUNTU: SAUCE: kvm: mmu: ITLB_MULTIHIT mitigation" + - SAUCE: Revert "kvm: x86, powerpc: do not allow clearing largepages debugfs + entry" + - SAUCE: Revert "UBUNTU: SAUCE: cpu/speculation: Uninline and export CPU + mitigations helpers" + - SAUCE: Revert "UBUNTU: SAUCE: x86: Add ITLB_MULTIHIT bug infrastructure" + - SAUCE: Revert "x86/tsx: Add config options to set tsx=on|off|auto" + - SAUCE: Revert "x86/speculation/taa: Add documentation for TSX Async Abort" + - SAUCE: Revert "x86/tsx: Add "auto" option to the tsx= cmdline parameter" + - SAUCE: Revert "kvm/x86: Export MDS_NO=0 to guests when TSX is enabled" + - SAUCE: Revert "x86/speculation/taa: Add sysfs reporting for TSX Async Abort" + - SAUCE: Revert "x86/speculation/taa: Add mitigation for TSX Async Abort" + - SAUCE: Revert "x86/cpu: Add a "tsx=" cmdline option with TSX disabled by + default" + - SAUCE: Revert "x86/cpu: Add a helper function x86_read_arch_cap_msr()" + - SAUCE: Revert "x86/msr: Add the IA32_TSX_CTRL MSR" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Fix jump whitelist + clearing" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/gen8+: Add RC6 CTX corruption WA" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Lower RM timeout to avoid DSI hard + hangs" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Ignore Length operands + during command matching" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Add support for backward + jumps" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Use explicit goto for + error paths" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add gen9 BCS cmdparsing" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Allow parsing of unsized batches" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Support ro ppgtt mapped cmdparser + shadow buffers" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add support for mandatory + cmdparsing" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Remove Master tables from cmdparser" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Disable Secure Batches for gen6+" + - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Rename gen7 cmdparser tables" + - drm/i915: Rename gen7 cmdparser tables + - drm/i915: Disable Secure Batches for gen6+ + - drm/i915: Remove Master tables from cmdparser + - drm/i915: Add support for mandatory cmdparsing + - drm/i915: Support ro ppgtt mapped cmdparser shadow buffers + - drm/i915: Allow parsing of unsized batches + - drm/i915: Add gen9 BCS cmdparsing + - drm/i915/cmdparser: Use explicit goto for error paths + - drm/i915/cmdparser: Add support for backward jumps + - drm/i915/cmdparser: Ignore Length operands during command matching + - drm/i915: Lower RM timeout to avoid DSI hard hangs + - drm/i915/gen8+: Add RC6 CTX corruption WA + - drm/i915/cmdparser: Fix jump whitelist clearing + - x86/msr: Add the IA32_TSX_CTRL MSR + - x86/cpu: Add a helper function x86_read_arch_cap_msr() + - x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default + - x86/speculation/taa: Add mitigation for TSX Async Abort + - x86/speculation/taa: Add sysfs reporting for TSX Async Abort + - kvm/x86: Export MDS_NO=0 to guests when TSX is enabled + - x86/tsx: Add "auto" option to the tsx= cmdline parameter + - x86/speculation/taa: Add documentation for TSX Async Abort + - x86/tsx: Add config options to set tsx=on|off|auto + - x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs + - x86/bugs: Add ITLB_MULTIHIT bug infrastructure + - x86/cpu: Add Tremont to the cpu vulnerability whitelist + - cpu/speculation: Uninline and export CPU mitigations helpers + - Documentation: Add ITLB_MULTIHIT documentation + - kvm: x86, powerpc: do not allow clearing largepages debugfs entry + - kvm: mmu: ITLB_MULTIHIT mitigation + - kvm: Add helper function for creating VM worker threads + - kvm: x86: mmu: Recovery of shattered NX large pages + - Linux 5.3.11 + * The alsa hda driver is not loaded due to the missing of PCIID for Comet + Lake-S [8086:a3f0] (LP: #1852070) + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877) + - SAUCE: platform/x86: dell-uart-backlight: add missing status command + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status + - SAUCE: platform/x86: dell-uart-backlight: add force parameter + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms + * Disable unreliable HPET on CFL-H system (LP: #1852216) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms + * i40e: Setting VF MAC address causes General Protection Fault (LP: #1852432) + - i40e: Fix crash caused by stress setting of VF MAC addresses + * CVE-2019-19072 + - tracing: Have error path in predicate_parse() free its allocated memory + * i40e: general protection fault in i40e_config_vf_promiscuous_mode + (LP: #1852663) + - SAUCE: i40e Fix GPF when deleting VMs + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO + (LP: #1852581) + - [Packaging] Fix module signing with older modinfo + + -- Connor Kuehl Wed, 04 Dec 2019 15:07:36 -0800 + +linux-aws (5.3.0-1008.9) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1008.9 -proposed tracker (LP: #1852223) + + * Eoan update: v5.3.8 upstream stable release (LP: #1850456) + - [Config] aws: CONFIG_CAVIUM_TX2_ERRATUM_219=y + + * Eoan update: 5.3.9 upstream stable release (LP: #1851550) + - [Config] aws: Remove CONFIG_GENERIC_COMPAT_VDSO and + CONFIG_CROSS_COMPILE_COMPAT_VDSO + + * autofs module missing from linux-modules in 5+ kernels (LP: #1850950) + - [Config] Update autofs4 path in aws.inclusion-list + + * ARM CPU support update (LP: #1850675) + - SAUCE: arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 + #1542419 + - SAUCE: arm64: Fake the IminLine size on systems affected by Neoverse-N1 + #1542419 + - SAUCE: arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-space + - [Config] updateconfigs for arm64 errata + + [ Ubuntu: 5.3.0-24.26 ] + + * eoan/linux: 5.3.0-24.26 -proposed tracker (LP: #1852232) + * Eoan update: 5.3.9 upstream stable release (LP: #1851550) + - io_uring: fix up O_NONBLOCK handling for sockets + - dm snapshot: introduce account_start_copy() and account_end_copy() + - dm snapshot: rework COW throttling to fix deadlock + - Btrfs: fix inode cache block reserve leak on failure to allocate data space + - btrfs: qgroup: Always free PREALLOC META reserve in + btrfs_delalloc_release_extents() + - iio: adc: meson_saradc: Fix memory allocation order + - iio: fix center temperature of bmc150-accel-core + - libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature + - perf tests: Avoid raising SEGV using an obvious NULL dereference + - perf map: Fix overlapped map handling + - perf script brstackinsn: Fix recovery from LBR/binary mismatch + - perf jevents: Fix period for Intel fixed counters + - perf tools: Propagate get_cpuid() error + - perf annotate: Propagate perf_env__arch() error + - perf annotate: Fix the signedness of failure returns + - perf annotate: Propagate the symbol__annotate() error return + - perf annotate: Fix arch specific ->init() failure errors + - perf annotate: Return appropriate error code for allocation failures + - perf annotate: Don't return -1 for error when doing BPF disassembly + - staging: rtl8188eu: fix null dereference when kzalloc fails + - RDMA/siw: Fix serialization issue in write_space() + - RDMA/hfi1: Prevent memory leak in sdma_init + - RDMA/iw_cxgb4: fix SRQ access from dump_qp() + - RDMA/iwcm: Fix a lock inversion issue + - HID: hyperv: Use in-place iterator API in the channel callback + - kselftest: exclude failed TARGETS from runlist + - selftests/kselftest/runner.sh: Add 45 second timeout per test + - nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request + - arm64: cpufeature: Effectively expose FRINT capability to userspace + - arm64: Fix incorrect irqflag restore for priority masking for compat + - arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419 + - tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()' + - tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()' + - serial/sifive: select SERIAL_EARLYCON + - tty: n_hdlc: fix build on SPARC + - misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach + - RDMA/core: Fix an error handling path in 'res_get_common_doit()' + - RDMA/cm: Fix memory leak in cm_add/remove_one + - RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error path + - RDMA/mlx5: Do not allow rereg of a ODP MR + - RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu + - RDMA/mlx5: Add missing synchronize_srcu() for MW cases + - gpio: max77620: Use correct unit for debounce times + - fs: cifs: mute -Wunused-const-variable message + - arm64: vdso32: Fix broken compat vDSO build warnings + - arm64: vdso32: Detect binutils support for dmb ishld + - serial: mctrl_gpio: Check for NULL pointer + - serial: 8250_omap: Fix gpio check for auto RTS/CTS + - arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANG + - arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally + - efi/cper: Fix endianness of PCIe class code + - efi/x86: Do not clean dummy variable in kexec path + - MIPS: include: Mark __cmpxchg as __always_inline + - riscv: avoid kernel hangs when trapped in BUG() + - riscv: avoid sending a SIGTRAP to a user thread trapped in WARN() + - riscv: Correct the handling of unexpected ebreak in do_trap_break() + - x86/xen: Return from panic notifier + - ocfs2: clear zero in unaligned direct IO + - fs: ocfs2: fix possible null-pointer dereferences in + ocfs2_xa_prepare_entry() + - fs: ocfs2: fix a possible null-pointer dereference in + ocfs2_write_end_nolock() + - fs: ocfs2: fix a possible null-pointer dereference in + ocfs2_info_scan_inode_alloc() + - btrfs: silence maybe-uninitialized warning in clone_range + - arm64: armv8_deprecated: Checking return value for memory allocation + - sched/fair: Scale bandwidth quota and period without losing quota/period + ratio precision + - sched/vtime: Fix guest/system mis-accounting on task switch + - perf/core: Rework memory accounting in perf_mmap() + - perf/core: Fix corner case in perf_rotate_context() + - perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp + - drm/amdgpu: fix memory leak + - iio: imu: adis16400: release allocated memory on failure + - iio: imu: adis16400: fix memory leak + - iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller + - MIPS: include: Mark __xchg as __always_inline + - MIPS: fw: sni: Fix out of bounds init of o32 stack + - s390/cio: fix virtio-ccw DMA without PV + - virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr + - nbd: fix possible sysfs duplicate warning + - NFSv4: Fix leak of clp->cl_acceptor string + - SUNRPC: fix race to sk_err after xs_error_report + - s390/uaccess: avoid (false positive) compiler warnings + - tracing: Initialize iter->seq after zeroing in tracing_read_pipe() + - perf annotate: Fix multiple memory and file descriptor leaks + - perf/aux: Fix tracking of auxiliary trace buffer allocation + - USB: legousbtower: fix a signedness bug in tower_probe() + - nbd: verify socket is supported during setup + - fuse: flush dirty data/metadata before non-truncate setattr + - fuse: truncate pending writes on O_TRUNC + - ALSA: bebob: Fix prototype of helper function to return negative value + - ALSA: timer: Fix mutex deadlock at releasing card + - ath10k: fix latency issue for QCA988x + - UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather + segments") + - nl80211: fix validation of mesh path nexthop + - USB: gadget: Reject endpoints with 0 maxpacket value + - usb-storage: Revert commit 747668dbc061 ("usb-storage: Set + virt_boundary_mask to avoid SG overflows") + - USB: ldusb: fix ring-buffer locking + - USB: ldusb: fix control-message timeout + - usb: xhci: fix Immediate Data Transfer endianness + - usb: xhci: fix __le32/__le64 accessors in debugfs code + - USB: serial: whiteheat: fix potential slab corruption + - USB: serial: whiteheat: fix line-speed endianness + - xhci: Fix use-after-free regression in xhci clear hub TT implementation + - scsi: qla2xxx: Fix partial flash write of MBI + - scsi: target: cxgbit: Fix cxgbit_fw4_ack() + - HID: i2c-hid: add Trekstor Primebook C11B to descriptor override + - HID: Fix assumption that devices have inputs + - HID: fix error message in hid_open_report() + - HID: logitech-hidpp: split g920_get_config() + - HID: logitech-hidpp: rework device validation + - HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy() + - um-ubd: Entrust re-queue to the upper layers + - s390/unwind: fix mixing regs and sp + - s390/cmm: fix information leak in cmm_timeout_handler() + - s390/idle: fix cpu idle time calculation + - ARC: perf: Accommodate big-endian CPU + - IB/hfi1: Avoid excessive retry for TID RDMA READ request + - arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default + - arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003 + - virtio_ring: fix stalls for packed rings + - rtlwifi: rtl_pci: Fix problem of too small skb->len + - dmaengine: qcom: bam_dma: Fix resource leak + - dmaengine: tegra210-adma: fix transfer failure + - dmaengine: imx-sdma: fix size check for sdma script_number + - dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle + - drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE + - drm/i915: Fix PCH reference clock for FDI on HSW/BDW + - drm/amdgpu/gfx10: update gfx golden settings + - drm/amdgpu/powerplay/vega10: allow undervolting in p7 + - drm/amdgpu: Fix SDMA hang when performing VKexample test + - NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() + - io_uring: ensure we clear io_kiocb->result before each issue + - iommu/vt-d: Fix panic after kexec -p for kdump + - batman-adv: Avoid free/alloc race when handling OGM buffer + - llc: fix sk_buff leak in llc_sap_state_process() + - llc: fix sk_buff leak in llc_conn_service() + - rxrpc: Fix call ref leak + - rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record + - rxrpc: Fix trace-after-put looking at the put peer record + - NFC: pn533: fix use-after-free and memleaks + - bonding: fix potential NULL deref in bond_update_slave_arr + - netfilter: conntrack: avoid possible false sharing + - net: usb: sr9800: fix uninitialized local variable + - sch_netem: fix rcu splat in netem_enqueue() + - net: sched: sch_sfb: don't call qdisc_put() while holding tree lock + - iwlwifi: exclude GEO SAR support for 3168 + - sched/fair: Fix low cpu usage with high throttling by removing expiration of + cpu-local slices + - ALSA: usb-audio: DSD auto-detection for Playback Designs + - ALSA: usb-audio: Update DSD support quirks for Oppo and Rotel + - ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB Interface + - RDMA/mlx5: Use irq xarray locking for mkey_table + - sched/fair: Fix -Wunused-but-set-variable warnings + - powerpc/powernv: Fix CPU idle to be called with IRQs disabled + - Revert "nvme: allow 64-bit results in passthru commands" + - Revert "ALSA: hda: Flush interrupts on disabling" + - Linux 5.3.9 + - [Config] Remove CONFIG_GENERIC_COMPAT_VDSO and + CONFIG_CROSS_COMPILE_COMPAT_VDSO + * Eoan update: v5.3.8 upstream stable release (LP: #1850456) + - drm: Free the writeback_job when it with an empty fb + - drm: Clear the fence pointer when writeback job signaled + - clk: ti: dra7: Fix mcasp8 clock bits + - ARM: dts: Fix wrong clocks for dra7 mcasp + - nvme-pci: Fix a race in controller removal + - scsi: ufs: skip shutdown if hba is not powered + - scsi: megaraid: disable device when probe failed after enabled device + - scsi: qla2xxx: Silence fwdump template message + - scsi: qla2xxx: Fix unbound sleep in fcport delete path. + - scsi: qla2xxx: Fix stale mem access on driver unload + - scsi: qla2xxx: Fix N2N link reset + - scsi: qla2xxx: Fix N2N link up fail + - ARM: dts: Fix gpio0 flags for am335x-icev2 + - ARM: OMAP2+: Fix missing reset done flag for am3 and am43 + - ARM: OMAP2+: Add missing LCDC midlemode for am335x + - ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage() + - nvme-tcp: fix wrong stop condition in io_work + - nvme-pci: Save PCI state before putting drive into deepest state + - nvme: fix an error code in nvme_init_subsystem() + - nvme-rdma: Fix max_hw_sectors calculation + - Added QUIRKs for ADATA XPG SX8200 Pro 512GB + - nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T + - nvme: allow 64-bit results in passthru commands + - drm/komeda: prevent memory leak in komeda_wb_connector_add + - nvme-rdma: fix possible use-after-free in connect timeout + - blk-mq: honor IO scheduler for multiqueue devices + - ieee802154: ca8210: prevent memory leak + - ARM: dts: am4372: Set memory bandwidth limit for DISPC + - net: dsa: qca8k: Use up to 7 ports for all operations + - MIPS: dts: ar9331: fix interrupt-controller size + - xen/efi: Set nonblocking callbacks + - loop: change queue block size to match when using DIO + - nl80211: fix null pointer dereference + - mac80211: fix txq null pointer dereference + - netfilter: nft_connlimit: disable bh on garbage collection + - net: mscc: ocelot: add missing of_node_put after calling + of_get_child_by_name + - net: dsa: rtl8366rb: add missing of_node_put after calling + of_get_child_by_name + - net: stmmac: xgmac: Not all Unicast addresses may be available + - net: stmmac: dwmac4: Always update the MAC Hash Filter + - net: stmmac: Correctly take timestamp for PTPv2 + - net: stmmac: Do not stop PHY if WoL is enabled + - net: ag71xx: fix mdio subnode support + - RISC-V: Clear load reservations while restoring hart contexts + - riscv: Fix memblock reservation for device tree blob + - drm/amdgpu: fix multiple memory leaks in acp_hw_init + - drm/amd/display: memory leak + - mips: Loongson: Fix the link time qualifier of 'serial_exit()' + - net: hisilicon: Fix usage of uninitialized variable in function + mdio_sc_cfg_reg_write() + - net: stmmac: Avoid deadlock on suspend/resume + - selftests: kvm: Fix libkvm build error + - lib: textsearch: fix escapes in example code + - s390/mm: fix -Wunused-but-set-variable warnings + - net: phy: allow for reset line to be tied to a sleepy GPIO controller + - net: phy: fix write to mii-ctrl1000 register + - namespace: fix namespace.pl script to support relative paths + - Convert filldir[64]() from __put_user() to unsafe_put_user() + - elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings + - Make filldir[64]() verify the directory entry filename is valid + - uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to + it + - filldir[64]: remove WARN_ON_ONCE() for bad directory entries + - net_sched: fix backward compatibility for TCA_KIND + - net_sched: fix backward compatibility for TCA_ACT_KIND + - libata/ahci: Fix PCS quirk application + - Revert "drm/radeon: Fix EEH during kexec" + - ocfs2: fix panic due to ocfs2_wq is null + - nvme-pci: Set the prp2 correctly when using more than 4k page + - ipv4: fix race condition between route lookup and invalidation + - ipv4: Return -ENETUNREACH if we can't create route but saddr is valid + - net: avoid potential infinite loop in tc_ctl_action() + - net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3 + - net: bcmgenet: Set phydev->dev_flags only for internal PHYs + - net: i82596: fix dma_alloc_attr for sni_82596 + - net/ibmvnic: Fix EOI when running in XIVE mode. + - net: ipv6: fix listify ip6_rcv_finish in case of forwarding + - net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow + - rxrpc: Fix possible NULL pointer access in ICMP handling + - sched: etf: Fix ordering of packets with same txtime + - sctp: change sctp_prot .no_autobind with true + - net: aquantia: temperature retrieval fix + - net: aquantia: when cleaning hw cache it should be toggled + - net: aquantia: do not pass lro session with invalid tcp checksum + - net: aquantia: correctly handle macvlan and multicast coexistence + - net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs + - net: phy: micrel: Update KSZ87xx PHY name + - net: avoid errors when trying to pop MLPS header on non-MPLS packets + - net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions + - netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit + - net: ethernet: broadcom: have drivers select DIMLIB as needed + - net: phy: Fix "link partner" information disappear issue + - rxrpc: use rcu protection while reading sk->sk_user_data + - io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD + - io_uring: Fix corrupted user_data + - USB: legousbtower: fix memleak on disconnect + - ALSA: hda/realtek - Add support for ALC711 + - ALSA: hda/realtek - Enable headset mic on Asus MJ401TA + - ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers + - ALSA: hda - Force runtime PM on Nvidia HDMI codecs + - usb: udc: lpc32xx: fix bad bit shift operation + - USB: serial: ti_usb_3410_5052: fix port-close races + - USB: ldusb: fix memleak on disconnect + - USB: usblp: fix use-after-free on disconnect + - USB: ldusb: fix read info leaks + - binder: Don't modify VMA bounds in ->mmap handler + - MIPS: tlbex: Fix build_restore_pagemask KScratch restore + - staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS + - scsi: zfcp: fix reaction on bit error threshold notification + - scsi: sd: Ignore a failure to sync cache due to lack of authorization + - scsi: core: save/restore command resid for error handling + - scsi: core: try to get module before removing device + - scsi: ch: Make it possible to open a ch device multiple times again + - Revert "Input: elantech - enable SMBus on new (2018+) systems" + - Input: da9063 - fix capability and drop KEY_SLEEP + - Input: synaptics-rmi4 - avoid processing unknown IRQs + - Input: st1232 - fix reporting multitouch coordinates + - ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting + - ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit() + - ACPI: NFIT: Fix unlock on error in scrub_show() + - iwlwifi: pcie: change qu with jf devices to use qu configuration + - cfg80211: wext: avoid copying malformed SSIDs + - mac80211: Reject malformed SSID elements + - drm/ttm: Restore ttm prefaulting + - drm/panfrost: Handle resetting on timeout better + - drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1 + - drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync + - drm/i915/userptr: Never allow userptr into the mappable GGTT + - drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pin + - drm/amdgpu/vce: fix allocation size in enc ring test + - drm/amdgpu/vcn: fix allocation size in enc ring test + - drm/amdgpu/uvd6: fix allocation size in enc ring test (v2) + - drm/amdgpu/uvd7: fix allocation size in enc ring test (v2) + - drm/amdgpu: user pages array memory leak fix + - drivers/base/memory.c: don't access uninitialized memmaps in + soft_offline_page_store() + - fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c + - io_uring: Fix broken links with offloading + - io_uring: Fix race for sqes with userspace + - io_uring: used cached copies of sq->dropped and cq->overflow + - mmc: mxs: fix flags passed to dmaengine_prep_slave_sg + - mmc: cqhci: Commit descriptors before setting the doorbell + - mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C + - mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() + - mm/slub: fix a deadlock in show_slab_objects() + - mm/page_owner: don't access uninitialized memmaps when reading + /proc/pagetypeinfo + - mm/memunmap: don't access uninitialized memmap in memunmap_pages() + - mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer + release + - mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() + - mm: memcg: get number of pages on the LRU list in memcgroup base on + lru_zone_size + - mm: memblock: do not enforce current limit for memblock_phys* family + - hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() + - mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped + more than once + - zram: fix race between backing_dev_show and backing_dev_store + - xtensa: drop EXPORT_SYMBOL for outs*/ins* + - xtensa: fix change_bit in exclusive access option + - s390/zcrypt: fix memleak at release + - s390/kaslr: add support for R_390_GLOB_DAT relocation type + - lib/vdso: Make clock_getres() POSIX compliant again + - parisc: Fix vmap memory leak in ioremap()/iounmap() + - EDAC/ghes: Fix Use after free in ghes_edac remove path + - arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is set + - arm64: Avoid Cavium TX2 erratum 219 when switching TTBR + - arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT + - arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected + - CIFS: avoid using MID 0xFFFF + - cifs: Fix missed free operations + - CIFS: Fix use after free of file info structures + - perf/aux: Fix AUX output stopping + - tracing: Fix race in perf_trace_buf initialization + - fs/dax: Fix pmd vs pte conflict detection + - dm cache: fix bugs when a GFP_NOWAIT allocation fails + - irqchip/sifive-plic: Switch to fasteoi flow + - x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area + - x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpu + - x86/hyperv: Make vapic support x2apic mode + - pinctrl: cherryview: restore Strago DMI workaround for all versions + - pinctrl: armada-37xx: fix control of pins 32 and up + - pinctrl: armada-37xx: swap polarity on LED group + - btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group() + - Btrfs: add missing extents release on file extent cluster relocation error + - btrfs: don't needlessly create extent-refs kernel thread + - Btrfs: fix qgroup double free after failure to reserve metadata for delalloc + - Btrfs: check for the full sync flag while holding the inode lock during + fsync + - btrfs: tracepoints: Fix wrong parameter order for qgroup events + - btrfs: tracepoints: Fix bad entry members of qgroup events + - KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use + - memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()' + - cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown + - ceph: just skip unrecognized info in ceph_reply_info_extra + - xen/netback: fix error path of xenvif_connect_data() + - PCI: PM: Fix pci_power_up() + - opp: of: drop incorrect lockdep_assert_held() + - of: reserved_mem: add missing of_node_put() for proper ref-counting + - blk-rq-qos: fix first node deletion of rq_qos_del() + - RDMA/cxgb4: Do not dma memory off of the stack + - Linux 5.3.8 + - [Config] CONFIG_CAVIUM_TX2_ERRATUM_219=y + * Eoan update: 5.3.10 upstream stable release (LP: #1852111) + - regulator: of: fix suspend-min/max-voltage parsing + - ASoC: samsung: arndale: Add missing OF node dereferencing + - ASoC: wm8994: Do not register inapplicable controls for WM1811 + - regulator: da9062: fix suspend_enable/disable preparation + - ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create() + - arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay + - arm64: dts: allwinner: a64: Drop PMU node + - arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay + - arm64: dts: Fix gpio to pinmux mapping + - regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone + - pinctrl: intel: Allocate IRQ chip dynamic + - ASoC: SOF: loader: fix kernel oops on firmware boot failure + - ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types + - ASoC: SOF: Intel: hda: fix warnings during FW load + - ASoC: SOF: Intel: initialise and verify FW crash dump data. + - ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture + - ASoC: rt5682: add NULL handler to set_jack function + - ASoC: intel: sof_rt5682: add remove function to disable jack + - ASoC: intel: bytcr_rt5651: add null check to support_button_press + - regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() + could be uninitialized + - ASoC: wm_adsp: Don't generate kcontrols without READ flags + - ASoc: rockchip: i2s: Fix RPM imbalance + - arm64: dts: rockchip: fix Rockpro64 RK808 interrupt line + - ARM: dts: logicpd-torpedo-som: Remove twl_keypad + - arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings + - arm64: dts: rockchip: fix RockPro64 sdhci settings + - pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable() + - pinctrl: stmfx: fix null pointer on remove + - arm64: dts: zii-ultra: fix ARM regulator states + - ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage + - ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2 + - ASoC: simple_card_utils.h: Fix potential multiple redefinition error + - ARM: dts: Use level interrupt for omap4 & 5 wlcore + - ARM: mm: fix alignment handler faults under memory pressure + - scsi: qla2xxx: fix a potential NULL pointer dereference + - scsi: scsi_dh_alua: handle RTPG sense code correctly during state + transitions + - scsi: sni_53c710: fix compilation error + - scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE + - ARM: 8908/1: add __always_inline to functions called from __get_user_check() + - ARM: 8914/1: NOMMU: Fix exc_ret for XIP + - arm64: dts: rockchip: fix RockPro64 sdmmc settings + - arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box + - arm64: dts: lx2160a: Correct CPU core idle state name + - ARM: dts: imx6q-logicpd: Re-Enable SNVS power key + - ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect' + - ARM: dts: imx7s: Correct GPT's ipg clock source + - arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk + - arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk + - perf tools: Fix resource leak of closedir() on the error paths + - perf c2c: Fix memory leak in build_cl_output() + - 8250-men-mcb: fix error checking when get_num_ports returns -ENODEV + - perf kmem: Fix memory leak in compact_gfp_flags() + - ARM: davinci: dm365: Fix McBSP dma_slave_map entry + - drm/amdgpu: fix potential VM faults + - drm/amdgpu: fix error handling in amdgpu_bo_list_create + - scsi: target: core: Do not overwrite CDB byte 1 + - scsi: hpsa: add missing hunks in reset-patch + - ASoC: Intel: sof-rt5682: add a check for devm_clk_get + - ASoC: SOF: control: return true when kcontrol values change + - tracing: Fix "gfp_t" format for synthetic events + - ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue + - i2c: aspeed: fix master pending state handling + - drm/komeda: Don't flush inactive pipes + - ARM: 8926/1: v7m: remove register save to stack before svc + - selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice + - selftests: kvm: fix sync_regs_test with newer gccs + - ALSA: hda: Add Tigerlake/Jasperlake PCI ID + - of: unittest: fix memory leak in unittest_data_add + - MIPS: bmips: mark exception vectors as char arrays + - irqchip/gic-v3-its: Use the exact ITSList for VMOVP + - i2c: mt65xx: fix NULL ptr dereference + - i2c: stm32f7: fix first byte to send in slave mode + - i2c: stm32f7: fix a race in slave mode with arbitration loss irq + - i2c: stm32f7: remove warning when compiling with W=1 + - cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs + - irqchip/sifive-plic: Skip contexts except supervisor in plic_init() + - nbd: protect cmd->status with cmd->lock + - nbd: handle racing with error'ed out commands + - cxgb4: fix panic when attaching to ULD fail + - cxgb4: request the TX CIDX updates to status page + - dccp: do not leak jiffies on the wire + - erspan: fix the tun_info options_len check for erspan + - inet: stop leaking jiffies on the wire + - net: annotate accesses to sk->sk_incoming_cpu + - net: annotate lockless accesses to sk->sk_napi_id + - net: dsa: bcm_sf2: Fix IMP setup for port different than 8 + - net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum + - net: fix sk_page_frag() recursion from memory reclaim + - net: hisilicon: Fix ping latency when deal with high throughput + - net/mlx4_core: Dynamically set guaranteed amount of counters per VF + - netns: fix GFP flags in rtnl_net_notifyid() + - net: rtnetlink: fix a typo fbd -> fdb + - net: usb: lan78xx: Disable interrupts before calling generic_handle_irq() + - SAUCE: Revert "UBUNTU: SAUCE: (no-up) net: Zeroing the structure + ethtool_wolinfo in ethtool_get_wol()" + - net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() + - selftests: net: reuseport_dualstack: fix uninitalized parameter + - udp: fix data-race in udp_set_dev_scratch() + - vxlan: check tun_info options_len properly + - net: add skb_queue_empty_lockless() + - udp: use skb_queue_empty_lockless() + - net: use skb_queue_empty_lockless() in poll() handlers + - net: use skb_queue_empty_lockless() in busy poll contexts + - net: add READ_ONCE() annotation in __skb_wait_for_more_packets() + - ipv4: fix route update on metric change. + - selftests: fib_tests: add more tests for metric update + - net/smc: fix closing of fallback SMC sockets + - net/smc: keep vlan_id for SMC-R in smc_listen_work() + - keys: Fix memory leak in copy_net_ns + - net: phylink: Fix phylink_dbg() macro + - rxrpc: Fix handling of last subpacket of jumbo packet + - net/mlx5e: Determine source port properly for vlan push action + - net/mlx5e: Remove incorrect match criteria assignment line + - net/mlx5e: Initialize on stack link modes bitmap + - net/mlx5: Fix flow counter list auto bits struct + - net/smc: fix refcounting for non-blocking connect() + - net/mlx5: Fix rtable reference leak + - mlxsw: core: Unpublish devlink parameters during reload + - r8169: fix wrong PHY ID issue with RTL8168dp + - net/mlx5e: Fix ethtool self test: link speed + - net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget + - ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation + - net: bcmgenet: don't set phydev->link from MAC + - net: dsa: b53: Do not clear existing mirrored port mask + - net: dsa: fix switch tree list + - net: ensure correct skb->tstamp in various fragmenters + - net: hns3: fix mis-counting IRQ vector numbers issue + - net: netem: fix error path for corrupted GSO frames + - net: reorder 'struct net' fields to avoid false sharing + - net: usb: lan78xx: Connect PHY before registering MAC + - r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2 + - net: netem: correct the parent's backlog when corrupted packet was dropped + - net: phy: bcm7xxx: define soft_reset for 40nm EPHY + - net: bcmgenet: reset 40nm EPHY on energy detect + - net/flow_dissector: switch to siphash + - platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to critclk_systems DMI + table + - CIFS: Fix retry mid list corruption on reconnects + - selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue + - selftests/powerpc: Fix compile error on tlbie_test due to newer gcc + - ASoC: pcm3168a: The codec does not support S32_LE + - arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address + - usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending + driver fails + - Linux 5.3.10 + - [Config] SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1=n + * Some EFI systems fail to boot in efi_init() when booted via maas + (LP: #1851810) + - efi: efi_get_memory_map -- increase map headroom + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] dkms -- try launchpad librarian for pool downloads + - [Packaging] dkms -- dkms-build quieten wget verbiage + * update ENA driver to version 2.1.0 (LP: #1850175) + - net: ena: don't wake up tx queue when down + - net: ena: clean up indentation issue + * drm/i915: Add support for another CMP-H PCH (LP: #1848491) + - drm/i915/cml: Add second PCH ID for CMP + * Add Intel Comet Lake ethernet support (LP: #1848555) + - SAUCE: e1000e: Add support for Comet Lake + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: avoid overflow in implicit constant conversion + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms + * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled + cloud (LP: #1848481) + - [Packaging] include iavf/i40evf in generic + * High power consumption using 5.0.0-25-generic (LP: #1840835) + - PCI: Add a helper to check Power Resource Requirements _PR3 existence + - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a + driver + - PCI: Fix missing inline for pci_pr3_present() + * CML CPUIDs (LP: #1843794) + - x86/cpu: Add Comet Lake to the Intel CPU models header + * shiftfs: prevent exceeding project quotas (LP: #1849483) + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities + * shiftfs: fix fallocate() (LP: #1849482) + - SAUCE: shiftfs: setup correct s_maxbytes limit + * Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message + (LP: #1850443) + - Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message + * [SRU][B/OEM-B/OEM-OSP1/D/E] UBUNTU: SAUCE: add rtl623 codec support and fix + mic issues (LP: #1850599) + - SAUCE: ALSA: hda/realtek - Add support for ALC623 + - SAUCE: ALSA: hda/realtek - Fix 2 front mics of codec 0x623 + * Suppress "hid_field_extract() called with n (192) > 32!" message floods + (LP: #1850600) + - HID: core: reformat and reduce hid_printk macros + - HID: core: Add printk_once variants to hid_warn() etc + - HID: core: fix dmesg flooding if report field larger than 32bit + * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs + error path (LP: #1850994) // CVE-2019-15794 + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails + * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677) + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags + * root can lift kernel lockdown (LP: #1851380) + - SAUCE: (efi-lockdown) Really don't allow lifting lockdown from userspace + * Colour banding in Lenovo G50-80 laptop display (i915) (LP: #1819968) // Eoan + update: v5.3.8 upstream stable release (LP: #1850456) + - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 + + [ Ubuntu: 5.3.0-23.25 ] + + * Incomplete i915 fix for 64-bit x86 kernels (LP: #1852141) // CVE-2019-0155 + - SAUCE: drm/i915/cmdparser: Fix jump whitelist clearing + + -- Sultan Alsawaf Thu, 14 Nov 2019 22:08:24 -0800 + +linux-aws (5.3.0-1007.8) eoan; urgency=medium + + * CVE-2019-11135 + - [Config] aws: Disable TSX by default when possible + + [ Ubuntu: 5.3.0-22.24 ] + + * [REGRESSION] md/raid0: cannot assemble multi-zone RAID0 with default_layout + setting (LP: #1849682) + - Revert "md/raid0: avoid RAID0 data corruption due to layout confusion." + * refcount underflow and type confusion in shiftfs (LP: #1850867) // CVE-2019-15793 + - SAUCE: shiftfs: Correct id translation for lower fs operations + - SAUCE: shiftfs: prevent type confusion + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling + * CVE-2018-12207 + - kvm: x86, powerpc: do not allow clearing largepages debugfs entry + - SAUCE: KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is + active + - SAUCE: x86: Add ITLB_MULTIHIT bug infrastructure + - SAUCE: kvm: mmu: ITLB_MULTIHIT mitigation + - SAUCE: kvm: Add helper function for creating VM worker threads + - SAUCE: kvm: x86: mmu: Recovery of shattered NX large pages + - SAUCE: cpu/speculation: Uninline and export CPU mitigations helpers + - SAUCE: kvm: x86: mmu: Apply global mitigations knob to ITLB_MULTIHIT + * CVE-2019-11135 + - x86/msr: Add the IA32_TSX_CTRL MSR + - x86/cpu: Add a helper function x86_read_arch_cap_msr() + - x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default + - x86/speculation/taa: Add mitigation for TSX Async Abort + - x86/speculation/taa: Add sysfs reporting for TSX Async Abort + - kvm/x86: Export MDS_NO=0 to guests when TSX is enabled + - x86/tsx: Add "auto" option to the tsx= cmdline parameter + - x86/speculation/taa: Add documentation for TSX Async Abort + - x86/tsx: Add config options to set tsx=on|off|auto + - [Config] Disable TSX by default when possible + * CVE-2019-0154 + - SAUCE: drm/i915: Lower RM timeout to avoid DSI hard hangs + - SAUCE: drm/i915/gen8+: Add RC6 CTX corruption WA + * CVE-2019-0155 + - SAUCE: drm/i915: Rename gen7 cmdparser tables + - SAUCE: drm/i915: Disable Secure Batches for gen6+ + - SAUCE: drm/i915: Remove Master tables from cmdparser + - SAUCE: drm/i915: Add support for mandatory cmdparsing + - SAUCE: drm/i915: Support ro ppgtt mapped cmdparser shadow buffers + - SAUCE: drm/i915: Allow parsing of unsized batches + - SAUCE: drm/i915: Add gen9 BCS cmdparsing + - SAUCE: drm/i915/cmdparser: Use explicit goto for error paths + - SAUCE: drm/i915/cmdparser: Add support for backward jumps + - SAUCE: drm/i915/cmdparser: Ignore Length operands during command matching + + -- Juerg Haefliger Mon, 11 Nov 2019 11:17:53 +0100 + +linux-aws (5.3.0-1006.6) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1006.6 -proposed tracker (LP: #1850477) + + [ Ubuntu: 5.3.0-21.22 ] + + * eoan/linux: 5.3.0-21.22 -proposed tracker (LP: #1850486) + * Fix signing of staging modules in eoan (LP: #1850234) + - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink + + -- Sultan Alsawaf Tue, 29 Oct 2019 16:23:06 -0700 + +linux-aws (5.3.0-1005.5) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1005.5 -proposed tracker (LP: #1849057) + + * Eoan update: 5.3.7 upstream stable release (LP: #1848750) + - [Config] Remove CONFIG_USB_RIO500 + - [Config] Remove deselected modules + + [ Ubuntu: 5.3.0-20.21 ] + + * eoan/linux: 5.3.0-20.21 -proposed tracker (LP: #1849064) + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490) + - [Config] Enable SOF_HDA link and codec + * Eoan update: 5.3.7 upstream stable release (LP: #1848750) + - panic: ensure preemption is disabled during panic() + - [Config] updateconfigs for USB_RIO500 + - USB: rio500: Remove Rio 500 kernel driver + - USB: yurex: Don't retry on unexpected errors + - USB: yurex: fix NULL-derefs on disconnect + - USB: usb-skeleton: fix runtime PM after driver unbind + - USB: usb-skeleton: fix NULL-deref on disconnect + - xhci: Fix false warning message about wrong bounce buffer write length + - xhci: Prevent device initiated U1/U2 link pm if exit latency is too long + - xhci: Check all endpoints for LPM timeout + - xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts + - usb: xhci: wait for CNR controller not ready bit in xhci resume + - xhci: Prevent deadlock when xhci adapter breaks during init + - xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete() + - USB: adutux: fix use-after-free on disconnect + - USB: adutux: fix NULL-derefs on disconnect + - USB: adutux: fix use-after-free on release + - USB: iowarrior: fix use-after-free on disconnect + - USB: iowarrior: fix use-after-free on release + - USB: iowarrior: fix use-after-free after driver unbind + - USB: usblp: fix runtime PM after driver unbind + - USB: chaoskey: fix use-after-free on release + - USB: ldusb: fix NULL-derefs on driver unbind + - serial: uartlite: fix exit path null pointer + - serial: uartps: Fix uartps_major handling + - USB: serial: keyspan: fix NULL-derefs on open() and write() + - USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20 + - USB: serial: option: add Telit FN980 compositions + - USB: serial: option: add support for Cinterion CLS8 devices + - USB: serial: fix runtime PM after driver unbind + - USB: usblcd: fix I/O after disconnect + - USB: microtek: fix info-leak at probe + - USB: dummy-hcd: fix power budget for SuperSpeed mode + - usb: renesas_usbhs: gadget: Do not discard queues in + usb_ep_set_{halt,wedge}() + - usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior + - usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in + tcpm_fw_get_caps() + - usb: typec: ucsi: ccg: Remove run_isr flag + - usb: typec: ucsi: displayport: Fix for the mode entering routine + - USB: legousbtower: fix slab info leak at probe + - USB: legousbtower: fix deadlock on disconnect + - USB: legousbtower: fix potential NULL-deref on disconnect + - USB: legousbtower: fix open after failed reset request + - USB: legousbtower: fix use-after-free on release + - mei: me: add comet point (lake) LP device ids + - mei: avoid FW version request on Ibex Peak and earlier + - gpio: eic: sprd: Fix the incorrect EIC offset when toggling + - staging/fbtft: Depend on OF + - staging: bcm2835-audio: Fix draining behavior regression + - Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc + - staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E() + - staging: vt6655: Fix memory leak in vt6655_probe + - iio: adc: hx711: fix bug in sampling of data + - iio: adc: ad799x: fix probe error handling + - iio: adc: axp288: Override TS pin bias current for some models + - iio: adc: stm32-adc: move registers definitions + - iio: adc: stm32-adc: fix a race when using several adcs with dma and irq + - iio: light: opt3001: fix mutex unlock race + - iio: light: add missing vcnl4040 of_compatible + - iio: accel: adxl372: Fix/remove limitation for FIFO samples + - iio: accel: adxl372: Fix push to buffers lost samples + - iio: accel: adxl372: Perform a reset at start up + - efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified + - perf llvm: Don't access out-of-scope array + - perf inject jit: Fix JIT_CODE_MOVE filename + - drm/i915: Perform GGTT restore much earlier during resume + - selinux: fix context string corruption in convert_context() + - CIFS: Gracefully handle QueryInfo errors during open + - CIFS: Force revalidate inode when dentry is stale + - CIFS: Force reval dentry if LOOKUP_REVAL flag is set + - cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic + - kernel/sysctl.c: do not override max_threads provided by userspace + - mm/z3fold.c: claim page in the beginning of free + - mm/page_alloc.c: fix a crash in free_pages_prepare() + - mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() + - IB/core: Fix wrong iterating on ports + - firmware: google: increment VPD key_len properly + - gpio: fix getting nonexclusive gpiods from DT + - gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source + - btrfs: relocation: fix use-after-free on dead relocation roots + - btrfs: allocate new inode in NOFS context + - btrfs: fix balance convert to single on 32-bit host CPUs + - Btrfs: fix memory leak due to concurrent append writes with fiemap + - btrfs: fix incorrect updating of log root tree + - btrfs: fix uninitialized ret in ref-verify + - NFS: Fix O_DIRECT accounting of number of bytes read/written + - MIPS: Disable Loongson MMI instructions for kernel build + - MIPS: elf_hwcap: Export userspace ASEs + - RDMA/vmw_pvrdma: Free SRQ only once + - ACPI/PPTT: Add support for ACPI 6.3 thread flag + - arm64: topology: Use PPTT to determine if PE is a thread + - iio: light: fix vcnl4000 devicetree hooks + - Fix the locking in dcache_readdir() and friends + - drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled + - drm/i915: Whitelist COMMON_SLICE_CHICKEN2 + - drm/i915: Mark contents as dirty on a write fault + - drm/msm: Use the correct dma_sync calls harder + - media: stkwebcam: fix runtime PM after driver unbind + - arm64/sve: Fix wrong free for task->thread.sve_state + - tracing/hwlat: Report total time spent in all NMIs during the sample + - tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency + - ftrace: Get a reference counter for the trace_array on filter files + - tracing: Get trace_array reference for available_tracers files + - hwmon: Fix HWMON_P_MIN_ALARM mask + - mtd: rawnand: au1550nd: Fix au_read_buf16() prototype + - x86/asm: Fix MWAITX C-state hint value + - io_uring: only flush workqueues on fileset removal + - efi/tpm: Fix sanity check of unsigned tbl_size being less than zero + - Linux 5.3.7 + - [Packaging] Remove now un-used modules for amd64 + - [Config] Remove Rio500 + - [Config] Remove deselected modules + * Eoan update: v5.3.5 upstream stable release (LP: #1848047) + - drm/vkms: Fix crc worker races + - drm/mcde: Fix uninitialized variable + - drm/bridge: tc358767: Increase AUX transfer length limit + - drm/vkms: Avoid assigning 0 for possible_crtc + - drm/panel: simple: fix AUO g185han01 horizontal blanking + - drm/amd/display: add monitor patch to add T7 delay + - drm/amd/display: Power-gate all DSCs at driver init time + - drm/amd/display: fix not calling ppsmu to trigger PME + - drm/amd/display: Clear FEC_READY shadow register if DPCD write fails + - drm/amd/display: Copy GSL groups when committing a new context + - video: ssd1307fb: Start page range at page_offset + - drm/tinydrm/Kconfig: drivers: Select BACKLIGHT_CLASS_DEVICE + - drm/stm: attach gem fence to atomic state + - drm/bridge: sii902x: fix missing reference to mclk clock + - drm/panel: check failure cases in the probe func + - drm/rockchip: Check for fast link training before enabling psr + - drm/amdgpu: Fix hard hang for S/G display BOs. + - drm/amd/display: Use proper enum conversion functions + - drm/radeon: Fix EEH during kexec + - gpu: drm: radeon: Fix a possible null-pointer dereference in + radeon_connector_set_property() + - clk: imx8mq: Mark AHB clock as critical + - PCI: rpaphp: Avoid a sometimes-uninitialized warning + - pinctrl: stmfx: update pinconf settings + - ipmi_si: Only schedule continuously in the thread in maintenance mode + - clk: qoriq: Fix -Wunused-const-variable + - clk: ingenic/jz4740: Fix "pll half" divider not read/written properly + - clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks + - drm/amd/display: fix issue where 252-255 values are clipped + - drm/amd/display: Fix frames_to_insert math + - drm/amd/display: reprogram VM config when system resume + - drm/amd/display: Register VUPDATE_NO_LOCK interrupts for DCN2 + - powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA + window + - clk: actions: Don't reference clk_init_data after registration + - clk: sirf: Don't reference clk_init_data after registration + - clk: meson: axg-audio: Don't reference clk_init_data after registration + - clk: sprd: Don't reference clk_init_data after registration + - clk: zx296718: Don't reference clk_init_data after registration + - clk: sunxi: Don't call clk_hw_get_name() on a hw that isn't registered + - powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL + - powerpc/rtas: use device model APIs and serialization during LPM + - powerpc/ptdump: fix walk_pagetables() address mismatch + - powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this + function + - powerpc/64s/radix: Fix memory hotplug section page table creation + - powerpc/pseries/mobility: use cond_resched when updating device tree + - powerpc/perf: fix imc allocation failure handling + - pinctrl: tegra: Fix write barrier placement in pmx_writel + - powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag + - vfio_pci: Restore original state on release + - drm/amdgpu/sdma5: fix number of sdma5 trap irq types for navi1x + - drm/nouveau/kms/tu102-: disable input lut when input is already FP16 + - drm/nouveau/volt: Fix for some cards having 0 maximum voltage + - pinctrl: amd: disable spurious-firing GPIO IRQs + - clk: renesas: mstp: Set GENPD_FLAG_ALWAYS_ON for clock domain + - clk: renesas: cpg-mssr: Set GENPD_FLAG_ALWAYS_ON for clock domain + - drm/amd/display: support spdif + - drm/amd/powerpaly: fix navi series custom peak level value error + - drm/amd/display: fix MPO HUBP underflow with Scatter Gather + - drm/amd/display: fix trigger not generated for freesync + - selftests/powerpc: Retry on host facility unavailable + - kbuild: Do not enable -Wimplicit-fallthrough for clang for now + - drm/amdgpu/si: fix ASIC tests + - powerpc/64s/exception: machine check use correct cfar for late handler + - pstore: fs superblock limits + - powerpc/eeh: Clean up EEH PEs after recovery finishes + - clk: qcom: gcc-sdm845: Use floor ops for sdcc clks + - powerpc/pseries: correctly track irq state in default idle + - pinctrl: meson-gxbb: Fix wrong pinning definition for uart_c + - mailbox: mediatek: cmdq: clear the event in cmdq initial flow + - ARM: dts: dir685: Drop spi-cpol from the display + - arm64: fix unreachable code issue with cmpxchg + - clk: at91: select parent if main oscillator or bypass is enabled + - clk: imx: pll14xx: avoid glitch when set rate + - clk: imx: clk-pll14xx: unbypass PLL by default + - clk: Make clk_bulk_get_all() return a valid "id" + - powerpc: dump kernel log before carrying out fadump or kdump + - mbox: qcom: add APCS child device for QCS404 + - clk: sprd: add missing kfree + - scsi: core: Reduce memory required for SCSI logging + - dma-buf/sw_sync: Synchronize signal vs syncpt free + - f2fs: fix to drop meta/node pages during umount + - ext4: fix potential use after free after remounting with noblock_validity + - MIPS: Ingenic: Disable broken BTB lookup optimization. + - MIPS: Don't use bc_false uninitialized in __mm_isBranchInstr + - MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean + - i2c-cht-wc: Fix lockdep warning + - PCI: tegra: Fix OF node reference leak + - HID: wacom: Fix several minor compiler warnings + - rtc: bd70528: fix driver dependencies + - mips/atomic: Fix loongson_llsc_mb() wreckage + - PCI: pci-hyperv: Fix build errors on non-SYSFS config + - PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driver + - livepatch: Nullify obj->mod in klp_module_coming()'s error path + - mips/atomic: Fix smp_mb__{before,after}_atomic() + - ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as + writes + - soundwire: intel: fix channel number reported by hardware + - PCI: mobiveil: Fix the CPU base address setup in inbound window + - ARM: 8875/1: Kconfig: default to AEABI w/ Clang + - rtc: snvs: fix possible race condition + - rtc: pcf85363/pcf85263: fix regmap error in set_time + - power: supply: register HWMON devices with valid names + - selinux: fix residual uses of current_security() for the SELinux blob + - PCI: Add pci_info_ratelimited() to ratelimit PCI separately + - HID: apple: Fix stuck function keys when using FN + - PCI: rockchip: Propagate errors for optional regulators + - PCI: histb: Propagate errors for optional regulators + - PCI: imx6: Propagate errors for optional regulators + - PCI: exynos: Propagate errors for optional PHYs + - security: smack: Fix possible null-pointer dereferences in + smack_socket_sock_rcv_skb() + - PCI: Use static const struct, not const static struct + - ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer + - ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned + address + - i2c: tegra: Move suspend handling to NOIRQ phase + - block, bfq: push up injection only after setting service time + - fat: work around race with userspace's read via blockdev while mounting + - pktcdvd: remove warning on attempting to register non-passthrough dev + - hypfs: Fix error number left in struct pointer member + - tools/power/x86/intel-speed-select: Fix high priority core mask over count + - crypto: hisilicon - Fix double free in sec_free_hw_sgl() + - mm: add dummy can_do_mlock() helper + - kbuild: clean compressed initramfs image + - ocfs2: wait for recovering done after direct unlock request + - kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K + - arm64: consider stack randomization for mmap base only when necessary + - mips: properly account for stack randomization and stack guard gap + - arm: properly account for stack randomization and stack guard gap + - arm: use STACK_TOP when computing mmap base address + - cxgb4:Fix out-of-bounds MSI-X info array access + - erspan: remove the incorrect mtu limit for erspan + - hso: fix NULL-deref on tty open + - ipv6: drop incoming packets having a v4mapped source address + - ipv6: Handle missing host route in __ipv6_ifa_notify + - net: ipv4: avoid mixed n_redirects and rate_tokens usage + - net: qlogic: Fix memory leak in ql_alloc_large_buffers + - net: sched: taprio: Fix potential integer overflow in + taprio_set_picos_per_byte + - net: Unpublish sk from sk_reuseport_cb before call_rcu + - nfc: fix memory leak in llcp_sock_bind() + - qmi_wwan: add support for Cinterion CLS8 devices + - rxrpc: Fix rxrpc_recvmsg tracepoint + - sch_cbq: validate TCA_CBQ_WRROPT to avoid crash + - sch_dsmark: fix potential NULL deref in dsmark_init() + - tipc: fix unlimited bundling of small messages + - udp: fix gso_segs calculations + - vsock: Fix a lockdep warning in __vsock_release() + - net: dsa: rtl8366: Check VLAN ID and not ports + - tcp: adjust rto_base in retransmits_timed_out() + - udp: only do GSO if # of segs > 1 + - net/rds: Fix error handling in rds_ib_add_one() + - net: dsa: sja1105: Initialize the meta_lock + - xen-netfront: do not use ~0U as error return value for xennet_fill_frags() + - net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set + - ptp_qoriq: Initialize the registers' spinlock before calling + ptp_qoriq_settime + - net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the + past + - net: dsa: sja1105: Prevent leaking memory + - net: socionext: netsec: always grab descriptor lock + - net: sched: cbs: Avoid division by zero when calculating the port rate + - net: sched: taprio: Avoid division by zero on invalid link speed + - Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is set + - smack: use GFP_NOFS while holding inode_smack::smk_lock + - dm raid: fix updating of max_discard_sectors limit + - dm zoned: fix invalid memory access + - NFC: fix attrs checks in netlink interface + - kexec: bail out upon SIGKILL when allocating memory. + - KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o + lapic_in_kernel + - 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie + - vfs: set fs_context::user_ns for reconfigure + - Linux 5.3.5 + - [Config] add rtc-bd70528 to modules.ignore + - [Packaging] remove rtc-bd70528 from modules + * Suspend stopped working from 4.4.0-157 onwards (LP: #1844021) // Eoan + update: 5.3.7 upstream stable release (LP: #1848750) + - xhci: Increase STS_SAVE timeout in xhci_suspend() + * CVE-2019-17666 + - SAUCE: rtlwifi: Fix potential overflow on P2P code + * md raid0/linear doesn't show error state if an array member is removed and + allows successful writes (LP: #1847773) + - md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone + * linux won't build when new virtualbox version is present on the archive + (LP: #1848788) + - [Packaging]: download virtualbox from sources + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744) + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes + to no (LP: #1848492) + - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x + from yes to no + * shiftfs: rework how shiftfs opens files (LP: #1846265) + - SAUCE: shiftfs: rework how shiftfs opens files + * fdatasync performance regression on 5.0 kernels (LP: #1847641) + - blk-wbt: fix performance regression in wbt scale_up/scale_down + * bcache: Performance degradation when querying priority_stats (LP: #1840043) + - bcache: add cond_resched() in __bch_cache_cmp() + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL + platforms (LP: #1847192) + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms + * Add installer support for iwlmvm adapters (LP: #1848236) + - d-i: Add iwlmvm to nic-modules + * Eoan update: v5.3.6 upstream stable release (LP: #1848039) + - s390/process: avoid potential reading of freed stack + - KVM: s390: Test for bad access register and size at the start of S390_MEM_OP + - s390/topology: avoid firing events before kobjs are created + - s390/cio: avoid calling strlen on null pointer + - s390/cio: exclude subchannels with no parent from pseudo check + - KVM: s390: fix __insn32_query() inline assembly + - KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required + functions + - KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the + VP + - KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device + - KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts + - KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores + - KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9 + - KVM: X86: Fix userspace set invalid CR4 + - nbd: fix max number of supported devs + - PM / devfreq: tegra: Fix kHz to Hz conversion + - ASoC: Define a set of DAPM pre/post-up events + - ASoC: sgtl5000: Improve VAG power and mute control + - powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown + race + - powerpc/mce: Fix MCE handling for huge pages + - powerpc/mce: Schedule work from irq_work + - powerpc/603: Fix handling of the DIRTY flag + - powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN. + - powerpc/ptdump: Fix addresses display on PPC32 + - powerpc/powernv: Restrict OPAL symbol map to only be readable by root + - powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt() + - powerpc/powernv/ioda: Fix race in TCE level allocation + - powerpc/kasan: Fix parallel loading of modules. + - powerpc/kasan: Fix shadow area set up for modules. + - powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions + - powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag + - powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLY + - powerpc/mm: Fix an Oops in kasan_mmu_init() + - powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9 + - can: mcp251x: mcp251x_hw_reset(): allow more time after a reset + - tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file + - tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure + - crypto: qat - Silence smp_processor_id() warning + - crypto: skcipher - Unmap pages after an external error + - crypto: cavium/zip - Add missing single_release() + - crypto: caam/qi - fix error handling in ERN handler + - crypto: caam - fix concurrency issue in givencrypt descriptor + - crypto: ccree - account for TEE not ready to report + - crypto: ccree - use the full crypt length value + - MIPS: Treat Loongson Extensions as ASEs + - power: supply: sbs-battery: use correct flags field + - power: supply: sbs-battery: only return health when battery present + - tracing: Make sure variable reference alias has correct var_ref_idx + - usercopy: Avoid HIGHMEM pfn warning + - timer: Read jiffies once when forwarding base clk + - PCI: vmd: Fix config addressing when using bus offsets + - PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it + - PCI: vmd: Fix shadow offsets to reflect spec changes + - selftests/tpm2: Add the missing TEST_FILES assignment + - selftests: pidfd: Fix undefined reference to pthread_create() + - watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout + - perf tools: Fix segfault in cpu_cache_level__read() + - perf stat: Fix a segmentation fault when using repeat forever + - drm/i915/dp: Fix dsc bpp calculations, v5. + - drm/atomic: Reject FLIP_ASYNC unconditionally + - drm/atomic: Take the atomic toys away from X + - drm: mali-dp: Mark expected switch fall-through + - drm/omap: fix max fclk divider for omap36xx + - drm/msm/dsi: Fix return value check for clk_get_parent + - drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors + - drm/amd/powerplay: change metrics update period from 1ms to 100ms + - drm/i915/gvt: update vgpu workload head pointer correctly + - drm/i915: to make vgpu ppgtt notificaiton as atomic operation + - mac80211: keep BHs disabled while calling drv_tx_wake_queue() + - mmc: tegra: Implement ->set_dma_mask() + - mmc: sdhci: improve ADMA error reporting + - mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence + - mmc: sdhci: Let drivers define their DMA mask + - Revert "locking/pvqspinlock: Don't wait if vCPU is preempted" + - libnvdimm/altmap: Track namespace boundaries in altmap + - DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again + - xen/balloon: Set pages PageOffline() in balloon_add_region() + - xen/xenbus: fix self-deadlock after killing user process + - ieee802154: atusb: fix use-after-free at disconnect + - nl80211: validate beacon head + - cfg80211: validate SSID/MBSSID element ordering assumption + - cfg80211: initialize on-stack chandefs + - drivers: thermal: qcom: tsens: Fix memory leak from qfprom read + - ima: always return negative code for error + - ima: fix freeing ongoing ahash_request + - fs: nfs: Fix possible null-pointer dereferences in encode_attrs() + - xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods + - xprtrdma: Send Queue size grows after a reconnect + - 9p: Transport error uninitialized + - 9p: avoid attaching writeback_fid on mmap with type PRIVATE + - xen/pci: reserve MCFG areas earlier + - fuse: fix request limit + - ceph: fix directories inode i_blkbits initialization + - ceph: fetch cap_gen under spinlock in ceph_add_cap + - ceph: reconnect connection if session hang in opening state + - SUNRPC: RPC level errors should always set task->tk_rpc_status + - watchdog: aspeed: Add support for AST2600 + - netfilter: nf_tables: allow lookups in dynamic sets + - drm/amdgpu: Fix KFD-related kernel oops on Hawaii + - drm/amdgpu: Check for valid number of registers to read + - perf probe: Fix to clear tev->nargs in clear_probe_trace_event() + - pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors + - SUNRPC: Don't try to parse incomplete RPC messages + - pwm: stm32-lp: Add check in case requested period cannot be achieved + - selftests/seccomp: fix build on older kernels + - x86/purgatory: Disable the stackleak GCC plugin for the purgatory + - ntb: point to right memory window index + - thermal: Fix use-after-free when unregistering thermal zone device + - thermal_hwmon: Sanitize thermal_zone type + - iommu/amd: Fix downgrading default page-sizes in alloc_pte() + - libnvdimm/region: Initialize bad block for volatile namespaces + - libnvdimm: Fix endian conversion issues + - fuse: fix memleak in cuse_channel_open + - libnvdimm/nfit_test: Fix acpi_handle redefinition + - sched/membarrier: Call sync_core only before usermode for same mm + - sched/membarrier: Fix private expedited registration check + - sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() + - perf build: Add detection of java-11-openjdk-devel package + - include/trace/events/writeback.h: fix -Wstringop-truncation warnings + - selftests/bpf: adjust strobemeta loop to satisfy latest clang + - kernel/elfcore.c: include proper prototypes + - libbpf: fix false uninitialized variable warning + - blk-mq: move lockdep_assert_held() into elevator_exit + - bpf: Fix bpf_event_output re-entry issue + - net: dsa: microchip: Always set regmap stride to 1 + - perf unwind: Fix libunwind build failure on i386 systems + - mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions + - nfp: abm: fix memory leak in nfp_abm_u32_knode_replace + - drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed + - Btrfs: fix selftests failure due to uninitialized i_mode in test inodes + - KVM: nVMX: Fix consistency check on injected exception error code + - tick: broadcast-hrtimer: Fix a race in bc_set_next + - perf stat: Reset previous counts on repeat with interval + - riscv: Avoid interrupts being erroneously enabled in handle_exception() + - vfs: Fix EOVERFLOW testing in put_compat_statfs64 + - coresight: etm4x: Use explicit barriers on enable/disable + - staging: erofs: fix an error handling in erofs_readdir() + - staging: erofs: some compressed cluster should be submitted for corrupted + images + - staging: erofs: add two missing erofs_workgroup_put for corrupted images + - staging: erofs: avoid endless loop of invalid lookback distance 0 + - staging: erofs: detect potential multiref due to corrupted images + - libnvdimm: prevent nvdimm from requesting key when security is disabled + - Linux 5.3.6 + * Eoan update: v5.3.4 upstream stable release (LP: #1848046) + - arcnet: provide a buffer big enough to actually receive packets + - cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSize + - macsec: drop skb sk before calling gro_cells_receive + - net/phy: fix DP83865 10 Mbps HDX loopback disable function + - net: qrtr: Stop rx_worker before freeing node + - net/sched: act_sample: don't push mac header on ip6gre ingress + - net_sched: add max len check for TCA_KIND + - net: stmmac: Fix page pool size + - nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs + - nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprs + - openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC + - ppp: Fix memory leak in ppp_write + - sch_netem: fix a divide by zero in tabledist() + - selftests: Update fib_tests to handle missing ping6 + - skge: fix checksum byte order + - tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth + - usbnet: ignore endpoints with invalid wMaxPacketSize + - usbnet: sanity checking of packet sizes and device mtu + - net/rds: Check laddr_check before calling it + - net/mlx5e: Fix matching on tunnel addresses type + - ipv6: fix a typo in fib6_rule_lookup() + - selftests: Update fib_nexthop_multiprefix to handle missing ping6 + - net: phy: micrel: add Asym Pause workaround for KSZ9021 + - net/sched: cbs: Fix not adding cbs instance to list + - ipv4: Revert removal of rt_uses_gateway + - net_sched: add policy validation for action attributes + - vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled + - net/mlx5e: Fix traffic duplication in ethtool steering + - net: sched: fix possible crash in tcf_action_destroy() + - tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state + - net/mlx5: Add device ID of upcoming BlueField-2 + - ALSA: hda: Flush interrupts on disabling + - ASoC: SOF: Intel: hda: Make hdac_device device-managed + - cpufreq: ap806: Add NULL check after kcalloc + - ALSA: hda/hdmi - Don't report spurious jack state changes + - regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vneg + - regulator: lm363x: Fix n_voltages setting for lm36274 + - spi: dw-mmio: Clock should be shut when error occurs + - ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFER + - ASoC: sgtl5000: Fix of unmute outputs on probe + - ASoC: sgtl5000: Fix charge pump source assignment + - firmware: qcom_scm: Use proper types for dma mappings + - dmaengine: bcm2835: Print error in case setting DMA mask fails + - leds: leds-lp5562 allow firmware files up to the maximum length + - ASoC: SOF: reset DMA state in prepare + - media: dib0700: fix link error for dibx000_i2c_set_speed + - media: mtk-cir: lower de-glitch counter for rc-mm protocol + - ASoC: SOF: pci: mark last_busy value at runtime PM init + - media: exynos4-is: fix leaked of_node references + - media: vivid:add sanity check to avoid divide error and set value to 1 if 0. + - media: vb2: reorder checks in vb2_poll() + - media: vivid: work around high stack usage with clang + - media: hdpvr: Add device num check and handling + - media: i2c: ov5640: Check for devm_gpiod_get_optional() error + - time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint + - sched/fair: Fix imbalance due to CPU affinity + - sched/core: Fix CPU controller for !RT_GROUP_SCHED + - x86/apic: Make apic_pending_intr_clear() more robust + - sched/deadline: Fix bandwidth accounting at all levels after offline + migration + - x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI + fails + - rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic + region + - x86/apic: Soft disable APIC before initializing it + - ALSA: hda - Show the fatal CORB/RIRB error more clearly + - ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in + build_adc_controls() + - rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK() + - EDAC/mc: Fix grain_bits calculation + - arm64: dts: imx8mq: Correct OPP table according to latest datasheet + - media: iguanair: add sanity checks + - cpuidle: teo: Allow tick to be stopped if PM QoS is used + - gpio: madera: Add support for Cirrus Logic CS47L15 + - gpio: madera: Add support for Cirrus Logic CS47L92 + - arm64: mm: free the initrd reserved memblock in a aligned manner + - soc: amlogic: meson-clk-measure: protect measure with a mutex + - base: soc: Export soc_device_register/unregister APIs + - ALSA: usb-audio: Skip bSynchAddress endpoint check if it is invalid + - ia64:unwind: fix double free for mod->arch.init_unw_table + - EDAC/altera: Use the proper type for the IRQ status bits + - ASoC: rsnd: don't call clk_get_rate() under atomic context + - arm64/prefetch: fix a -Wtype-limits warning + - md/raid1: end bio when the device faulty + - md: don't call spare_active in md_reap_sync_thread if all member devices + can't work + - md: don't set In_sync if array is frozen + - media: media/platform: fsl-viu.c: fix build for MICROBLAZE + - media: staging: tegra-vde: Fix build error + - RAS: Build debugfs.o only when enabled in Kconfig + - ASoC: hdac_hda: fix page fault issue by removing race + - ACPI / processor: don't print errors for processorIDs == 0xff + - loop: Add LOOP_SET_DIRECT_IO to compat ioctl + - perf tools: Fix paths in include statements + - EDAC, pnd2: Fix ioremap() size in dnv_rd_reg() + - efi: cper: print AER info of PCIe fatal error + - firmware: arm_scmi: Check if platform has released shmem before using + - sched/fair: Use rq_lock/unlock in online_fair_sched_group + - idle: Prevent late-arriving interrupts from disrupting offline + - blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling + - media: gspca: zero usb_buf on error + - perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig + - perf test vfs_getname: Disable ~/.perfconfig to get default output + - media: mtk-mdp: fix reference count on old device tree + - media: i2c: tda1997x: prevent potential NULL pointer access + - media: fdp1: Reduce FCP not found message level to debug + - media: em28xx: modules workqueue not inited for 2nd device + - arm64/efi: Move variable assignments after SECTIONS + - perf unwind: Fix libunwind when tid != pid + - media: rc: imon: Allow iMON RC protocol for ffdc 7e device + - dmaengine: iop-adma: use correct printk format strings + - ARM: xscale: fix multi-cpu compilation + - perf record: Support aarch64 random socket_id assignment + - media: vsp1: fix memory leak of dl on error return path + - media: i2c: ov5645: Fix power sequence + - media: omap3isp: Don't set streaming state on random subdevs + - media: imx: mipi csi-2: Don't fail if initial state times-out + - kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINE + - net: lpc-enet: fix printk format strings + - m68k: Prevent some compiler warnings in Coldfire builds + - ARM: dts: imx7d: cl-som-imx7: make ethernet work again + - arm64: dts: qcom: qcs404-evb: Mark WCSS clocks protected + - ARM: dts: imx7-colibri: disable HS400 + - x86/platform/intel/iosf_mbi Rewrite locking + - media: radio/si470x: kill urb on error + - media: hdpvr: add terminating 0 at end of string + - ASoC: uniphier: Fix double reset assersion when transitioning to suspend + state + - powerpc/Makefile: Always pass --synthetic to nm if supported + - tools headers: Fixup bitsperlong per arch includes + - ASoC: sun4i-i2s: Don't use the oversample to calculate BCLK + - ASoC: mchp-i2s-mcc: Wait for RX/TX RDY only if controller is running + - led: triggers: Fix a memory leak bug + - ASoC: mchp-i2s-mcc: Fix unprepare of GCLK + - nbd: add missing config put + - ACPI / APEI: Release resources if gen_pool_add() fails + - arm64: entry: Move ct_user_exit before any other exception + - s390/kasan: provide uninstrumented __strlen + - media: mceusb: fix (eliminate) TX IR signal length limit + - media: dvb-frontends: use ida for pll number + - posix-cpu-timers: Sanitize bogus WARNONS + - media: dvb-core: fix a memory leak bug + - EDAC/amd64: Support more than two controllers for chip selects handling + - cpufreq: imx-cpufreq-dt: Add i.MX8MN support + - libperf: Fix alignment trap with xyarray contents in 'perf stat' + - EDAC/amd64: Recognize DRAM device type ECC capability + - EDAC/amd64: Decode syndrome before translating address + - ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91 + - soc: renesas: rmobile-sysc: Set GENPD_FLAG_ALWAYS_ON for always-on domain + - soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9 + - PM / devfreq: Fix kernel oops on governor module load + - ARM: OMAP2+: move platform-specific asm-offset.h to arch/arm/mach-omap2 + - PM / devfreq: passive: Use non-devm notifiers + - PM / devfreq: exynos-bus: Correct clock enable sequence + - media: cec-notifier: clear cec_adap in cec_notifier_unregister + - media: saa7146: add cleanup in hexium_attach() + - media: cpia2_usb: fix memory leaks + - media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate() + - perf trace beauty ioctl: Fix off-by-one error in cmd->string table + - perf report: Fix --ns time sort key output + - perf script: Fix memory leaks in list_scripts() + - media: aspeed-video: address a protential usage of an unitialized var + - media: ov9650: add a sanity check + - leds: lm3532: Fixes for the driver for stability + - ASoC: es8316: fix headphone mixer volume table + - ACPI / CPPC: do not require the _PSD method + - sched/cpufreq: Align trace event behavior of fast switching + - arm64: dts: meson: fix boards regulators states format + - x86/apic/vector: Warn when vector space exhaustion breaks affinity + - arm64: kpti: ensure patched kernel text is fetched from PoU + - perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) + work + - arm64: Use correct ll/sc atomic constraints + - jump_label: Don't warn on __exit jump entries + - x86/mm/pti: Do not invoke PTI functions when PTI is disabled + - ASoC: fsl_ssi: Fix clock control issue in master mode + - x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable() + - nvmet: fix data units read and written counters in SMART log + - nvme-multipath: fix ana log nsid lookup when nsid is not found + - ALSA: firewire-motu: add support for MOTU 4pre + - iommu/amd: Silence warnings under memory pressure + - ASoC: Intel: Haswell: Adjust machine device private context + - libata/ahci: Drop PCS quirk for Denverton and beyond + - iommu/iova: Avoid false sharing on fq_timer_on + - libtraceevent: Change users plugin directory + - ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning + - ARM: dts: exynos: Mark LDO10 as always-on on Peach Pit/Pi Chromebooks + - x86/amd_nb: Add PCI device IDs for family 17h, model 70h + - ACPI: custom_method: fix memory leaks + - ACPI / PCI: fix acpi_pci_irq_enable() memory leak + - closures: fix a race on wakeup from closure_sync + - hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUs + - hwmon: (acpi_power_meter) Change log level for 'unsafe software power cap' + - md/raid1: fail run raid1 array when active disk less than one + - dmaengine: ti: edma: Do not reset reserved paRAM slots + - kprobes: Prohibit probing on BUG() and WARN() address + - x86/mm: Fix cpumask_of_node() error condition + - irqchip/sifive-plic: set max threshold for ignored handlers + - s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding + - irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices + - x86/cpu: Add Tiger Lake to Intel family + - platform/x86: intel_pmc_core: Do not ioremap RAM + - platform/x86: intel_pmc_core_pltdrv: Module removal warning fix + - ASoC: dmaengine: Make the pcm->name equal to pcm->id if the name is not set + - tools/power/x86/intel-speed-select: Fix memory leak + - spi: bcm2835: Work around DONE bit erratum + - io_uring: fix wrong sequence setting logic + - block: make rq sector size accessible for block stats + - raid5: don't set STRIPE_HANDLE to stripe which is in batch list + - mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREAD + - sched/psi: Correct overly pessimistic size calculation + - mmc: sdhci: Fix incorrect switch to HS mode + - mmc: core: Add helper function to indicate if SDIO IRQs is enabled + - mmc: dw_mmc: Re-store SDIO IRQs mask at system resume + - raid5: don't increment read_errors on EILSEQ return + - mmc: mtk-sd: Re-store SDIO IRQs mask at system resume + - libertas: Add missing sentinel at end of if_usb.c fw_table + - ALSA: hda - Add a quirk model for fixing Huawei Matebook X right speaker + - ALSA: hda - Drop unsol event handler for Intel HDMI codecs + - drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2) + - media: ttusb-dec: Fix info-leak in ttusb_dec_send_command() + - drm: fix module name in edid_firmware log message + - ALSA: hda/realtek - Blacklist PC beep for Lenovo ThinkCentre M73/93 + - zd1211rw: remove false assertion from zd_mac_clear() + - btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index() + - btrfs: extent-tree: Make sure we only allocate extents from block groups + with the same type + - btrfs: tree-checker: Add ROOT_ITEM check + - btrfs: Detect unbalanced tree with empty leaf before crashing btree + operations + - kvm: Nested KVM MMUs need PAE root too + - media: omap3isp: Set device on omap3isp subdevs + - PM / devfreq: passive: fix compiler warning + - ARM: dts: logicpd-torpedo-baseboard: Fix missing video + - ARM: omap2plus_defconfig: Fix missing video + - iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36 + - ALSA: firewire-tascam: handle error code when getting current source of + clock + - ALSA: firewire-tascam: check intermediate state of clock status and retry + - scsi: scsi_dh_rdac: zero cdb in send_mode_select() + - scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flag + - printk: Do not lose last line in kmsg buffer dump + - IB/mlx5: Free mpi in mp_slave mode + - IB/hfi1: Define variables as unsigned long to fix KASAN warning + - IB/hfi1: Do not update hcrc for a KDETH packet during fault injection + - RDMA: Fix double-free in srq creation error flow + - randstruct: Check member structs in is_pure_ops_struct() + - ARM: dts: am3517-evm: Fix missing video + - rcu/tree: Fix SCHED_FIFO params + - ALSA: hda/realtek - PCI quirk for Medion E4254 + - blk-mq: add callback of .cleanup_rq + - scsi: implement .cleanup_rq callback + - powerpc/imc: Dont create debugfs files for cpu-less nodes + - tpm_tis_core: Turn on the TPM before probing IRQ's + - tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts + - tpm: Wrap the buffer from the caller to tpm_buf in tpm_send() + - fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock + - fuse: fix missing unlock_page in fuse_writepage() + - fuse: fix beyond-end-of-page access in fuse_parse_cache() + - parisc: Disable HP HSC-PCI Cards to prevent kernel crash + - platform/x86: intel_int0002_vgpio: Fix wakeups not working on Cherry Trail + - KVM: x86: always stop emulation on page fault + - KVM: x86: set ctxt->have_exception in x86_decode_insn() + - KVM: x86: Manually calculate reserved bits when loading PDPTRS + - KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes + - kvm: x86: Add "significant index" flag to a few CPUID leaves + - KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes + - media: videobuf-core.c: poll_wait needs a non-NULL buf pointer + - media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_table + - media: hantro: Set DMA max segment size + - media: don't drop front-end reference count for ->detach + - media: vivid: fix device init when no_error_inj=1 and fb disabled + - spi: ep93xx: Repair SPI CS lookup tables + - spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours + - binfmt_elf: Do not move brk for INTERP-less ET_EXEC + - ASoC: Intel: NHLT: Fix debug print format + - ASoC: Intel: Skylake: Use correct function to access iomem space + - ASoC: Intel: Fix use of potentially uninitialized variable + - staging: erofs: cannot set EROFS_V_Z_INITED_BIT if fill_inode_lazy fails + - ARM: samsung: Fix system restart on S3C6410 + - ARM: zynq: Use memcpy_toio instead of memcpy on smp bring-up + - arm64: tlb: Ensure we execute an ISB following walk cache invalidation + - arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328 + - iommu/arm-smmu-v3: Disable detection of ATS and PRI + - alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP + - iommu/vt-d: Fix wrong analysis whether devices share the same bus + - regulator: Defer init completion for a while after late_initcall + - efifb: BGRT: Improve efifb_bgrt_sanity_check + - gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps + - z3fold: fix retry mechanism in page reclaim + - z3fold: fix memory leak in kmem cache + - mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new + zone + - memcg, oom: don't require __GFP_FS when invoking memcg OOM killer + - memcg, kmem: do not fail __GFP_NOFAIL charges + - lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle + - mt76: round up length on mt76_wr_copy + - KEYS: trusted: correctly initialize digests and fix locking issue + - ath10k: fix channel info parsing for non tlv target + - i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtask + - block: mq-deadline: Fix queue restart handling + - block: fix null pointer dereference in blk_mq_rq_timed_out() + - smb3: allow disabling requesting leases + - smb3: fix unmount hang in open_shroot + - smb3: fix leak in "open on server" perf counter + - ovl: Fix dereferencing possible ERR_PTR() + - ovl: filter of trusted xattr results in audit + - btrfs: fix allocation of free space cache v1 bitmap pages + - Btrfs: fix use-after-free when using the tree modification log + - btrfs: Relinquish CPUs in btrfs_compare_trees + - btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer + - btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space + - btrfs: qgroup: Fix reserved data space leak if we have multiple reserve + calls + - Btrfs: fix race setting up and completing qgroup rescan workers + - btrfs: Fix a regression which we can't convert to SINGLE profile + - SUNRPC: Dequeue the request from the receive queue while we're re-encoding + - SUNRPC: Fix buffer handling of GSS MIC without slack + - ACPI / LPSS: Save/restore LPSS private registers also on Lynxpoint + - md/raid6: Set R5_ReadError when there is read failure on parity disk + - md: don't report active array_state until after revalidate_disk() completes. + - md: only call set_in_sync() when it is expected to succeed. + - cfg80211: Purge frame registrations on iftype change + - /dev/mem: Bail out upon SIGKILL. + - fs: Export generic_fadvise() + - mm: Handle MADV_WILLNEED through vfs_fadvise() + - xfs: Fix stale data exposure when readahead races with hole punch + - ipmi: move message error checking to avoid deadlock + - mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option + - ext4: fix warning inside ext4_convert_unwritten_extents_endio + - ext4: fix punch hole for inline_data file systems + - quota: fix wrong condition in is_quota_modification() + - hwrng: core - don't wait on add_early_randomness() + - i2c: riic: Clear NACK in tend isr + - CIFS: fix max ea value size + - CIFS: Fix oplock handling for SMB 2.1+ protocols + - drm/amd/display: Restore backlight brightness after system resume + - drm/amd/display: dce11.x /dce12 update formula input + - drm/amd/display: Add missing HBM support and raise Vega20's uclk. + - drm/amdgpu/display: fix 64 bit divide + - md/raid0: avoid RAID0 data corruption due to layout confusion. + - mt76: mt7615: always release sem in mt7615_load_patch + - mt76: mt7615: fix mt7615 firmware path definitions + - platform/chrome: cros_ec_rpmsg: Fix race with host command when probe failed + - Linux 5.3.4 + * ELAN469D touch pad not working (LP: #1795292) // Ubuntu won't boot on Dell + Inspiron 7375 (LP: #1837688) // Eoan update: v5.3.4 upstream stable release + (LP: #1848046) + - iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems + * Eoan update: v5.3.3 upstream stable release (LP: #1848045) + - Linux 5.3.2 + - Revert "Linux 5.3.2" + - Linux 5.3.3 + * Eoan update: v5.3.2 upstream stable release (LP: #1848042) + - netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file. + - clocksource/drivers/timer-of: Do not warn on deferred probe + - clocksource/drivers: Do not warn on probe defer + - drm/amd/display: Allow cursor async updates for framebuffer swaps + - drm/amd/display: Skip determining update type for async updates + - drm/amd/display: Don't replace the dc_state for fast updates + - drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to + undefined SW FP routines + - powerpc/xive: Fix bogus error code returned by OPAL + - HID: prodikeys: Fix general protection fault during probe + - HID: sony: Fix memory corruption issue on cleanup. + - HID: logitech: Fix general protection fault caused by Logitech driver + - HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices + fails + - HID: hidraw: Fix invalid read in hidraw_ioctl + - HID: Add quirk for HP X500 PIXART OEM mouse + - mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() + - crypto: talitos - fix missing break in switch statement + - clk: imx: imx8mm: fix audio pll setting + - Revert "mm/z3fold.c: fix race between migration and destruction" + - ALSA: usb-audio: Add Hiby device family to quirks for native DSD support + - ALSA: usb-audio: Add DSD support for EVGA NU Audio + - ALSA: dice: fix wrong packet parameter for Alesis iO26 + - ALSA: hda - Add laptop imic fixup for ASUS M9V laptop + - ALSA: hda - Apply AMD controller workaround for Raven platform + - platform/x86: i2c-multi-instantiate: Derive the device name from parent + - objtool: Clobber user CFLAGS variable + - Linux 5.3.2 + * Check for CPU Measurement sampling (LP: #1847590) + - s390/cpumsf: Check for CPU Measurement sampling + * revert the revert of ext4: make __ext4_get_inode_loc plug (LP: #1846486) + - random: try to actively add entropy rather than passively wait for it + - Revert "Revert "ext4: make __ext4_get_inode_loc plug"" + * Fix non-working Realtek USB ethernet after system resume (LP: #1847063) + - r8152: Set macpassthru in reset_resume callback + * overlayfs: allow with shiftfs as underlay (LP: #1846272) + - SAUCE: overlayfs: allow with shiftfs as underlay + * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186) + - SAUCE: apparmor: fix nnp subset test for unconfined + * PM / hibernate: fix potential memory corruption (LP: #1847118) + - PM / hibernate: memory_bm_find_bit(): Tighten node optimisation + * Miscellaneous Ubuntu changes + - update dkms package versions + + -- Khalid Elmously Wed, 23 Oct 2019 23:12:57 -0400 + +linux-aws (5.3.0-1004.4) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1004.4 -proposed tracker (LP: #1848631) + + [ Ubuntu: 5.3.0-19.20 ] + + * eoan/linux: 5.3.0-19.20 -proposed tracker (LP: #1848648) + * eoan kernel does not contain "ipv6: do not free rt if FIB_LOOKUP_NOREF is + set on suppress rule" (LP: #1847478) + - ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule + + -- Kleber Sacilotto de Souza Fri, 18 Oct 2019 12:04:57 +0200 + +linux-aws (5.3.0-1003.3) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1003.3 -proposed tracker (LP: #1847291) + + [ Ubuntu: 5.3.0-18.19 ] + + * eoan/linux: 5.3.0-18.19 -proposed tracker (LP: #1847298) + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704) + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour + - [Packaging] arm64: snapdragon: switch kernel format to Image + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y + + [ Ubuntu: 5.3.0-17.18 ] + + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) + * CVE-2019-17056 + - nfc: enforce CAP_NET_RAW for raw sockets + * CVE-2019-17055 + - mISDN: enforce CAP_NET_RAW for raw sockets + * CVE-2019-17054 + - appletalk: enforce CAP_NET_RAW for raw sockets + * CVE-2019-17053 + - ieee802154: enforce CAP_NET_RAW for raw sockets + * CVE-2019-17052 + - ax25: enforce CAP_NET_RAW for raw sockets + * CVE-2019-15098 + - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices. + (LP: #1846470) + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect + * Re-enable linux-libc-dev build on i386 (LP: #1846508) + - [Packaging] Build only linux-libc-dev for i386 + - [Debian] final-checks -- ignore archtictures with no binaries + * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic- + proposed (LP: #1845820) + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT + * Revert ESE DASD discard support (LP: #1846219) + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes" + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Ubuntu: 5.3.0-16.17 ] + + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204) + * zfs fails to build on s390x with debug symbols enabled (LP: #1846143) + - SAUCE: s390: Mark atomic const ops always inline + + -- Andrea Righi Wed, 09 Oct 2019 16:29:08 +0200 + +linux-aws (5.3.0-1002.2) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1002.2 -proposed tracker (LP: #1845720) + + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + [ Ubuntu: 5.3.0-15.16 ] + + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987) + * Drop i386 build for 19.10 (LP: #1845714) + - [Packaging] Remove x32 arch references from control files + - [Debian] final-checks -- Get arch list from debian/control + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian] Fix conditional for setting zfs debug package path + * Use pyhon3-sphinx instead of python-sphinx for building html docs + (LP: #1845808) + - [Packaging] Update sphinx build dependencies to python3 packages + * Kernel panic with 19.10 beta image (LP: #1845454) + - efi/tpm: Don't access event->count when it isn't mapped. + - efi/tpm: don't traverse an event log with no events + - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing + + [ Ubuntu: 5.3.0-14.15 ] + + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728) + * Drop i386 build for 19.10 (LP: #1845714) + - [Debian] Remove support for producing i386 kernels + - [Debian] Don't use CROSS_COMPILE for i386 configs + * udevadm trigger will fail when trying to add /sys/devices/vio/ + (LP: #1845572) + - SAUCE: powerpc/vio: drop bus_type from parent device + * Trying to online dasd drive results in invalid input/output from the kernel + on z/VM (LP: #1845323) + - SAUCE: s390/dasd: Fix error handling during online processing + * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584) + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1 + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + - crypto: hisilicon - add queue management driver for HiSilicon QM module + - crypto: hisilicon - add hardware SGL support + - crypto: hisilicon - add HiSilicon ZIP accelerator support + - crypto: hisilicon - add SRIOV support for ZIP + - Documentation: Add debugfs doc for hisi_zip + - crypto: hisilicon - add debugfs for ZIP and QM + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver + - crypto: hisilicon - fix kbuild warnings + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP + - crypto: hisilicon - init curr_sgl_dma to fix compile warning + - crypto: hisilicon - add missing single_release + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t + - crypto: hisilicon - Fix return value check in hisi_zip_acompress() + - crypto: hisilicon - avoid unused function warning + * SafeSetID LSM should be built but disabled by default (LP: #1845391) + - LSM: SafeSetID: Stop releasing uninitialized ruleset + - [Config] Build SafeSetID LSM but don't enable it by default + * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383) + - [Config] loadpin shouldn't be in CONFIG_LSM + * Add new pci-id's for CML-S, ICL (LP: #1845317) + - drm/i915/icl: Add missing device ID + - drm/i915/cml: Add Missing PCI IDs + * Thunderbolt support for ICL (LP: #1844680) + - thunderbolt: Correct path indices for PCIe tunnel + - thunderbolt: Move NVM upgrade support flag to struct icm + - thunderbolt: Use 32-bit writes when writing ring producer/consumer + - thunderbolt: Do not fail adding switch if some port is not implemented + - thunderbolt: Hide switch attributes that are not set + - thunderbolt: Expose active parts of NVM even if upgrade is not supported + - thunderbolt: Add support for Intel Ice Lake + - ACPI / property: Add two new Thunderbolt property GUIDs to the list + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668) + - s390/pci: fix MSI message data + * Enhanced Hardware Support - Finalize Naming (LP: #1842774) + - s390: add support for IBM z15 machines + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n + * Eoan update: v5.3.1 upstream stable release (LP: #1845642) + - USB: usbcore: Fix slab-out-of-bounds bug during device reset + - media: tm6000: double free if usb disconnect while streaming + - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current + - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit + - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc + - net_sched: let qdisc_put() accept NULL pointer + - udp: correct reuseport selection with connected sockets + - xen-netfront: do not assume sk_buff_head list is empty in error handling + - net: dsa: Fix load order between DSA drivers and taggers + - net: stmmac: Hold rtnl lock in suspend/resume callbacks + - KVM: coalesced_mmio: add bounds checking + - Documentation: sphinx: Add missing comma to list of strings + - firmware: google: check if size is valid when decoding VPD data + - serial: sprd: correct the wrong sequence of arguments + - tty/serial: atmel: reschedule TX after RX was started + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" + - ovl: fix regression caused by overlapping layers detection + - phy: qcom-qmp: Correct ready status, again + - floppy: fix usercopy direction + - media: technisat-usb2: break out of loop at end of buffer + - Linux 5.3.1 + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling + - [Debian]: Handle debug symbols for modules in extras too + - [Debian]: Check/link modules with debug symbols after DKMS modules + - [Debian]: Warn about modules without debug symbols + - [Debian]: dkms-build: new parameter for debug package directory + - [Debian]: dkms-build: zfs: support for debug symbols + - [Debian]: dkms-build: Avoid executing post-processor scripts twice + - [Debian]: dkms-build: Move zfs special-casing into configure script + * /proc/self/maps paths missing on live session (was vlc won't start; eoan + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies) + (LP: #1842382) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" + + [ Ubuntu: 5.3.0-13.14 ] + + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * Miscellaneous Ubuntu changes + - [Debian] Remove binutils-dev build dependency + + [ Ubuntu: 5.3.0-12.13 ] + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Packaging] Add lz4 build dependency for s390x + * Miscellaneous Ubuntu changes + - SAUCE: Remove spl and zfs source + + [ Ubuntu: 5.3.0-11.12 ] + + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144) + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas + adapters(SAS3.5 onwards) (LP: #1838751) + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs + * s390/setup: Actually init kernel lock down (LP: #1843961) + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down + * cherrypick has_sipl fix (LP: #1843960) + - SAUCE: s390/sclp: Fix bit checked for has_sipl + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config]: Switch kernel compression from LZO to LZ4 on s390x + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726) + - [Config] CONFIG_NVRAM=y for ppc64el + * Miscellaneous Ubuntu changes + - [Config]: remove nvram from ppc64el modules ABI + - [Config] Update annotations for recent config changes + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630 + - update dkms package versions + * Rebase to v5.3 + + [ Ubuntu: 5.3.0-10.11 ] + + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232) + * No sound inputs from the external microphone and headset on a Dell machine + (LP: #1842265) + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family + * Horizontal corrupted line at top of screen caused by framebuffer compression + (LP: #1840236) + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake + * Add bpftool to linux-tools-common (LP: #1774815) + - [Debian] package bpftool in linux-tools-common + * Miscellaneous Ubuntu changes + - update dkms package versions + * Rebase to v5.3-rc8 + + [ Ubuntu: 5.3.0-9.10 ] + + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393) + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059) + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT + * shiftfs: drop entries from cache on unlink (LP: #1841977) + - SAUCE: shiftfs: fix buggy unlink logic + * Fix touchpad IRQ storm after S3 (LP: #1841396) + - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin + * Please include DTBs for arm64 laptops (LP: #1842050) + - arm64: dts: qcom: Add Lenovo Miix 630 + - arm64: dts: qcom: Add HP Envy x2 + - arm64: dts: qcom: Add Asus NovaGo TP370QL + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging]: ignore vbox modules when vbox is disabled + * Rebase to v5.3-rc7 + + [ Ubuntu: 5.3.0-8.9 ] + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config] change kernel compression method to improve boot speed + - [Packaging] add build dependencies for compression algorithms + * realtek r8822be kernel module fails after update to linux kernel-headers + 5.0.0-21 (LP: #1838133) + - rtw88: Fix misuse of GENMASK macro + - rtw88: pci: Rearrange the memory usage for skb in RX ISR + - rtw88: pci: Use DMA sync instead of remapping in RX ISR + - rtw88: debug: dump tx power indexes in use + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays + - rtw88: pci: remove set but not used variable 'ip_sel' + - rtw88: allow c2h operation in irq context + - rtw88: enclose c2h cmd handle with mutex + - rtw88: add BT co-existence support + - SAUCE: rtw88: pci: enable MSI interrupt + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482) + - [Config] Enable VIMC module + * Goodix touchpad may drop first input event (LP: #1840075) + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c + quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk" + - mfd: intel-lpss: Remove D3cold delay + * Include Sunix serial/parallel driver (LP: #1826716) + - serial: 8250_pci: Add support for Sunix serial boards + - parport: parport_serial: Add support for Sunix Multi I/O boards + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622) + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x. + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231) + - SAUCE: shiftfs: pass correct point down + * shiftfs: add O_DIRECT support (LP: #1837223) + - SAUCE: shiftfs: add O_DIRECT support + * Miscellaneous Ubuntu changes + - [Config] enable secureboot signing on s390x + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m + - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests + - [Debian] disable dkms builds for autopktest rebuilds + - update dkms package versions + - [Config] updateconfigs after v5.3-rc6 rebase + * Rebase to v5.3-rc5 + + [ Ubuntu: 5.3.0-7.8 ] + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after v5.3-rc5 rebase + - remove missing module after updateconfigs + * Rebase to v5.3-rc5 + + [ Ubuntu: 5.3.0-6.7 ] + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: prevent headers to be compiled as C code + + [ Ubuntu: 5.3.0-5.6 ] + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] enable zfs build + + [ Ubuntu: 5.3.0-4.5 ] + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight + timeout for bcache removal causes spurious failures (LP: #1796292) + - SAUCE: bcache: fix deadlock in bcache_allocator + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + * Miscellaneous Ubuntu changes + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux + modpost" + - update dkms package versions + - enable nvidia dkms build + * Rebase to v5.3-rc4 + + [ Ubuntu: 5.3.0-3.4 ] + + * Miscellaneous Ubuntu changes + - update dkms package versions + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] add mux-* to modules.ignore + * Rebase to v5.3-rc3 + + [ Ubuntu: 5.3.0-2.3 ] + + * Miscellaneous Ubuntu changes + - [Packaging] add build dependincy on fontconfig + + [ Ubuntu: 5.3.0-1.2 ] + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332) + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530) + - [Config] enable ARCH_MESON + - remove missing module + - [Config] update annotations after enabling ARCH_MESON for arm64 + * Miscellaneous Ubuntu changes + - SAUCE: KVM: PPC: comment implicit fallthrough + - update dkms package versions + - [Config] enable vbox dkms build + * Rebase to v5.3-rc2 + + [ Ubuntu: 5.3.0-0.1 ] + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - [Config] disable zfs dkms build + - [Config] disable nvidia dkms build + - [Config] disable vbox dkms build + - SAUCE: perf diff: use llabs for s64 vaules + * Rebase to v5.3-rc1 + + [ Ubuntu: 5.3.0-0.0 ] + + * Dummy entry. + + [ Ubuntu: 5.2.0-9.10 ] + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device + - SAUCE: Input: alps - fix a mismatch between a condition check and its + comment + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - SAUCE: ALSA: hda/hdmi - Remove duplicated define + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + * First click on Goodix touchpad doesn't be recognized after runtime suspended + (LP: #1836836) + - SAUCE: i2c: designware: add G3 3590 into i2c quirk + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + * Doing multiple squashfs (and other loop?) mounts in parallel breaks + (LP: #1836914) + - SAUCE: Revert "loop: Don't change loop device under exclusive opener" + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - [Config] add hibmc-drm to modules.ignore + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - e1000e: Make watchdog use delayed work + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - e1000e: add workaround for possible stalled packet + - e1000e: disable force K1-off feature + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + * fcf-protection=none patch with new version + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + * Eoan update: v5.2.1 upstream stable release (LP: #1836622) + - crypto: lrw - use correct alignmask + - crypto: talitos - rename alternative AEAD algos. + - fscrypt: don't set policy for a dead directory + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length + - media: stv0297: fix frequency range limit + - ALSA: usb-audio: Fix parse of UAC2 Extension Units + - ALSA: hda/realtek - Headphone Mic can't record after S3 + - tpm: Actually fail on TPM errors during "get random" + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations + - block: fix .bi_size overflow + - block, bfq: NULL out the bic when it's no longer valid + - perf intel-pt: Fix itrace defaults for perf script + - perf auxtrace: Fix itrace defaults for perf script + - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation + - perf pmu: Fix uncore PMU alias list for ARM64 + - perf thread-stack: Fix thread stack return from kernel for kernel-only case + - perf header: Assign proper ff->ph in perf_event__synthesize_features() + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() + - x86/tls: Fix possible spectre-v1 in do_get_thread_area() + - Documentation: Add section about CPU vulnerabilities for Spectre + - Documentation/admin: Remove the vsyscall=native documentation + - mwifiex: Don't abort on small, spec-compliant vendor IEs + - USB: serial: ftdi_sio: add ID for isodebug v1 + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode + - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" + - p54usb: Fix race between disconnect and firmware loading + - usb: gadget: f_fs: data_len used before properly set + - usb: gadget: ether: Fix race between gether_disconnect and rx_submit + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() + - usb: renesas_usbhs: add a workaround for a race condition of workqueue + - drivers/usb/typec/tps6598x.c: fix portinfo width + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write + - p54: fix crash during initialization + - staging: comedi: dt282x: fix a null pointer deref on interrupt + - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() + - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro + - HID: Add another Primax PIXART OEM mouse quirk + - lkdtm: support llvm-objcopy + - binder: fix memory leak in error path + - binder: return errors from buffer copy functions + - iio: adc: stm32-adc: add missing vdda-supply + - coresight: Potential uninitialized variable in probe() + - coresight: etb10: Do not call smp_processor_id from preemptible + - coresight: tmc-etr: Do not call smp_processor_id() from preemptible + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from + preemptible + - coresight: tmc-etf: Do not call smp_processor_id from preemptible + - carl9170: fix misuse of device driver API + - Revert "x86/build: Move _etext to actual end of .text" + - VMCI: Fix integer overflow in VMCI handle arrays + - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" + - staging: vchiq: make wait events interruptible + - staging: vchiq: revert "switch to wait_for_completion_killable" + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work + - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex + - staging: bcm2835-camera: Ensure all buffers are returned on disable + - staging: bcm2835-camera: Remove check of the number of buffers supplied + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming + - staging: rtl8712: reduce stack usage, again + - Linux 5.2.1 + - [Config] updateconfigs after v5.2.1 stable update + * fcf-protection=none patch with upstream version + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags + * Miscellaneous Ubuntu changes + - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace + function + - SAUCE: selftests/powerpc/ptrace: fix build failure + - update dkms package versions + - [Packaging] add zlua to zfs-modules.ignore + - update dkms package versions + + [ Ubuntu: 5.2.0-8.9 ] + + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700) + * Miscellaneous Ubuntu changes + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1 + - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on + s390 + - SAUCE: add -fcf-protection=none to retpoline flags + - SAUCE: usbip: ensure strings copied using strncpy are null-terminated + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS + - SAUCE: perf jvmti: ensure strncpy result is null-terminated + - update dkms package versions + - add removed zfs modules to modules.ignore + * Rebase to v5.2 + + [ Ubuntu: 5.2.0-7.8 ] + + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - RDMa/hns: Don't stuck in endless timeout loop + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + * Miscellaneous Ubuntu changes + - SAUCE: selftests/powerpc: disable signal_fuzzer test + * Rebase to v5.2-rc7 + + [ Ubuntu: 5.2.0-6.7 ] + + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + * Miscellaneous Ubuntu changes + - rebase to v5.2-rc6 + * Rebase to v5.2-rc6 + + [ Ubuntu: 5.2.0-5.6 ] + + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Packaging] replace nvidia-418 dkms build with nvidia-430 + - SAUCE: import aufs driver + * Rebase to v5.2-rc5 + + [ Ubuntu: 5.2.0-4.5 ] + + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + * Miscellaneous Ubuntu changes + - [Config] CONFIG_MFD_TQMX86=n for s390x + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae + - [Config] CONFIG_DRM_NOUVEAU_SVM=n + - [Config] CONFIG_HWMON=n for s390x + - [Config] CONFIG_NEW_LEDS=n for s390x + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches + - [Config] CONFIG_TI_CPSW_PHY_SEL=n + - [Config] CONFIG_INTERCONNECT=n for s390x + - [Config] CONFIG_SCSI_GDTH=n for s390x + - [Config] CONFIG_PACKING=n for s390x + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf + - [Config] update annotations following config review + - update dkms package versions + - [Config] enable nvidia dkms build + * Rebase to v5.2-rc4 + + [ Ubuntu: 5.2.0-3.4 ] + + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + * Miscellaneous Ubuntu changes + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections" + - update dkms package versions + - [Config] enable zfs + - rebase to v5.2-rc3 + * Rebase to v5.2-rc3 + + [ Ubuntu: 5.2.0-2.3 ] + + * Miscellaneous Ubuntu changes + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of + the kernel + + [ Ubuntu: 5.2.0-1.2 ] + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y + - update dkms package versions + - [Config] enable vbox dkms build + - update dkms package versions + * Rebase to v5.2-rc2 + + [ Ubuntu: 5.2.0-0.1 ] + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - update dkms package versions + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - update dkms package versions + - [Config] disable vbox build + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as + __always_inline + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing + * Rebase to v5.2-rc1 + + [ Ubuntu: 5.2.0-0.0 ] + + * Dummy entry. + + [ Ubuntu: 5.1.0-2.2 ] + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + * Eoan update: v5.1.2 upstream stable release (LP: #1829050) + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + - powerpc/speculation: Support 'mitigations=' cmdline option + - s390/speculation: Support 'mitigations=' cmdline option + - x86/speculation/mds: Add 'mitigations=' support for MDS + - x86/mds: Add MDSUM variant to the MDS documentation + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + - Linux 5.1.2 + * Eoan update: v5.1.1 upstream stable release (LP: #1829046) + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - genirq: Prevent use-after-free and work list corruption + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Set remote port devloss timeout to 0 + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: hidp: fix buffer overflow + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.1.1 + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + * Miscellaneous Ubuntu changes + - [Packaging] autoreconstruct -- remove for -rc kernels + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - [Config] (efi-lockdown): update configs after efi lockdown patch refresh + - [Packaging] don't delete efi_parser.c + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD + - ubuntu: vbox -- update to 6.0.6-dfsg-2 + - add nvidia-418 dkms build + - remove virtualbox guest drivers + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - [Config] update configs for v5.1(-rc7)? rebase + - update dkms package versions + - Add the ability to lock down access to the running kernel image + - Enforce module signatures if the kernel is locked down + - Restrict /dev/{mem,kmem,port} when the kernel is locked down + - kexec_load: Disable at runtime if the kernel is locked down + - Copy secure_boot flag in boot params across kexec reboot + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE + - kexec_file: Restrict at runtime if the kernel is locked down + - hibernate: Disable when the kernel is locked down + - uswsusp: Disable when the kernel is locked down + - PCI: Lock down BAR access when the kernel is locked down + - x86: Lock down IO port access when the kernel is locked down + - x86/msr: Restrict MSR access when the kernel is locked down + - ACPI: Limit access to custom_method when the kernel is locked down + - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down + - acpi: Disable ACPI table override if the kernel is locked down + - acpi: Disable APEI error injection if the kernel is locked down + - Prohibit PCMCIA CIS storage when the kernel is locked down + - Lock down TIOCSSERIAL + - Lock down module params that specify hardware parameters (eg. ioport) + - x86/mmiotrace: Lock down the testmmiotrace module + - Lock down /proc/kcore + - Lock down kprobes + - bpf: Restrict kernel image access functions when the kernel is locked down + - Lock down perf + - debugfs: Restrict debugfs when the kernel is locked down + - lockdown: Print current->comm in restriction messages + - kexec: Allow kexec_file() with appropriate IMA policy when locked down + - Make get_cert_list() not complain about cert lists that aren't present. + - Add efi_status_to_str() and rework efi_status_to_err(). + - Make get_cert_list() use efi_status_to_str() to print error messages. + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - efi: Lock down the kernel if booted in secure boot mode + - KEYS: Make use of platform keyring for module signature verify + * Miscellaneous upstream changes + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14) + + [ Ubuntu: 5.1.0-1.1 ] + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging]: really drop snapdragon + * Miscellaneous Ubuntu changes + - SAUCE: fix vbox use of MAP_SHARED + - SAUCE: fix vbox use of vm_fault_t + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation + - [Config]: updateconfig after rebase to v5.1-rc + - [Config]: build ETNAVIV only on arm platforms + - [Config]: Disable CMA on non-arm platforms + - [Config]: MMC_CQHCI is needed by some built-in drivers + - [Config]: a.out support has been deprecated + - [Config]: R3964 was marked as BROKEN + - [Config]: Add SENSIRION_SGP30 module + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search + path" + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK" + + [ Ubuntu: 5.1.0-0.0 ] + + * Dummy entry. + + -- Andrea Righi Tue, 01 Oct 2019 14:51:23 +0200 + +linux-aws (5.3.0-1001.1) eoan; urgency=medium + + * eoan/linux-aws: 5.3.0-1001.1 -proposed tracker (LP: #1844138) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Config] update configs after rebase to 5.3.0-12.13 + - [Packaging] Enable bpftool in linux-tools + + -- Andrea Righi Tue, 24 Sep 2019 19:13:15 +0200 + +linux-aws (5.3.0-1000.0) eoan; urgency=medium + + * Empty entry + + -- Andrea Righi Fri, 20 Sep 2019 14:15:15 +0200 + +linux-aws (5.0.0-1013.15) disco; urgency=medium + + * disco/linux-aws: 5.0.0-1013.15 -proposed tracker (LP: #1839953) + + * Disco update: 5.0.20 upstream stable release (LP: #1837517) + - [Config] Add CONFIG_ARM64_ERRATUM_1463225 + + * Add the EFA driver into linux-aws (LP: #1837638) + - RDMA/efa: Add EFA device definitions + - RDMA/efa: Add the ABI definitions + - RDMA/efa: Add the efa.h header file + - RDMA/efa: Add the efa_com.h file + - RDMA/efa: Add the com service API definitions + - RDMA/efa: Implement functions that submit and complete admin commands + - RDMA/efa: Add common command handlers + - RDMA/efa: Add EFA verbs implementation + - RDMA/efa: Add the efa module + - RDMA/efa: Add driver to Kconfig/Makefile + - [Config] aws: CONFIG_INFINIBAND_EFA=m + - RDMA/efa: Remove MAYEXEC flag check from mmap flow + - RDMA/efa: Fix success return value in case of error + - RDMA/efa: Handle mmap insertions overflow + - SAUCE: Add kernel compatibility fixups + - SAUCE: linux/efa: Be consistent with success flow return value + - SAUCE: linux/efa: Entropy in admin commands id + - SAUCE: linux/efa: Fix modify QP udata check backport + + [ Ubuntu: 5.0.0-26.27 ] + + * disco/linux: 5.0.0-26.27 -proposed tracker (LP: #1839972) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - ALSA: hda: hdmi - add Icelake support + - ALSA: hda/hdmi - Remove duplicated define + - ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - Input: alps - don't handle ALPS cs19 trackpoint-only device + - Input: alps - fix a mismatch between a condition check and its comment + * [18.04 FEAT] Enhanced hardware support (LP: #1836857) + - s390: report new CPU capabilities + - s390: add alignment hints to vector load and store + * System does not auto detect disconnection of external monitor (LP: #1835001) + - drm/i915: Add support for retrying hotplug + - drm/i915: Enable hotplug retry + * [18.04 FEAT] Enhanced CPU-MF hardware counters - kernel part (LP: #1836860) + - s390/cpum_cf: Add support for CPU-MF SVN 6 + - s390/cpumf: Add extended counter set definitions for model 8561 and 8562 + * EeePC 1005px laptop backlight is off after system boot up (LP: #1837117) + - platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from + asus_nb_wmi + * br_netfilter: namespace sysctl operations (LP: #1836910) + - netfilter: bridge: port sysctls to use brnf_net + - netfilter: bridge: namespace bridge netfilter sysctls + - netfilter: bridge: prevent UAF in brnf_exit_net() + * ideapad_laptop disables WiFi/BT radios on Lenovo Y540 (LP: #1837136) + - platform/x86: ideapad-laptop: Remove no_hw_rfkill_list + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) + - bcache: never writeback a discard operation + - bcache: improve bcache_reboot() + - SAUCE: bcache: fix deadlock in bcache_allocator + * Regressions in CMA allocation rework (LP: #1839395) + - dma-contiguous: do not overwrite align in dma_alloc_contiguous() + - dma-contiguous: page-align the size in dma_free_contiguous() + * CVE-2019-3900 + - vhost: introduce vhost_exceeds_weight() + - vhost_net: fix possible infinite loop + - vhost: vsock: add weight support + - vhost: scsi: add weight support + * Disco update: 5.0.21 upstream stable release (LP: #1837518) + - bonding/802.3ad: fix slave link initialization transition states + - cxgb4: offload VLAN flows regardless of VLAN ethtype + - inet: switch IP ID generator to siphash + - ipv4/igmp: fix another memory leak in igmpv3_del_delrec() + - ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST + - ipv6: Consider sk_bound_dev_if when binding a raw socket to an address + - ipv6: Fix redirect with VRF + - llc: fix skb leak in llc_build_and_send_ui_pkt() + - mlxsw: spectrum_acl: Avoid warning after identical rules insertion + - net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORT + - net: fec: fix the clk mismatch in failed_reset path + - net-gro: fix use-after-free read in napi_gro_frags() + - net: mvneta: Fix err code path of probe + - net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value + - net: phy: marvell10g: report if the PHY fails to boot firmware + - net: sched: don't use tc_action->order during action dump + - net: stmmac: fix reset gpio free missing + - r8169: fix MAC address being lost in PCI D3 + - usbnet: fix kernel crash after disconnect + - net/mlx5: Avoid double free in fs init error unwinding path + - tipc: Avoid copying bytes beyond the supplied data + - net/mlx5: Allocate root ns memory using kzalloc to match kfree + - net/mlx5e: Disable rxhash when CQE compress is enabled + - net: stmmac: fix ethtool flow control not able to get/set + - net: stmmac: dma channel control register need to be init first + - bnxt_en: Fix aggregation buffer leak under OOM condition. + - bnxt_en: Fix possible BUG() condition when calling pci_disable_msix(). + - bnxt_en: Reduce memory usage when running in kdump kernel. + - net/tls: fix state removal with feature flags off + - net/tls: don't ignore netdev notifications if no TLS features + - cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size" + - net: correct zerocopy refcnt with udp MSG_MORE + - crypto: vmx - ghash: do nosimd fallback manually + - xen/pciback: Don't disable PCI_COMMAND on PCI device reset. + - Revert "tipc: fix modprobe tipc failed after switch order of device + registration" + - tipc: fix modprobe tipc failed after switch order of device registration + - Linux 5.0.21 + * Disco update: 5.0.20 upstream stable release (LP: #1837517) + - x86: Hide the int3_emulate_call/jmp functions from UML + - ext4: do not delete unlinked inode from orphan list on failed truncate + - ext4: wait for outstanding dio during truncate in nojournal mode + - KVM: x86: fix return value for reserved EFER + - bio: fix improper use of smp_mb__before_atomic() + - sbitmap: fix improper use of smp_mb__before_atomic() + - Revert "scsi: sd: Keep disk read-only when re-reading partition" + - crypto: hash - fix incorrect HASH_MAX_DESCSIZE + - crypto: vmx - CTR: always increment IV as quadword + - mmc: sdhci-iproc: cygnus: Set NO_HISPD bit to fix HS50 data hold time + problem + - mmc: sdhci-iproc: Set NO_HISPD bit to fix HS50 data hold time problem + - kvm: svm/avic: fix off-by-one in checking host APIC ID + - libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead + - arm64/kernel: kaslr: reduce module randomization range to 2 GB + - arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable + - gfs2: Fix sign extension bug in gfs2_update_stats + - btrfs: don't double unlock on error in btrfs_punch_hole + - Btrfs: do not abort transaction at btrfs_update_root() after failure to COW + path + - Btrfs: avoid fallback to transaction commit during fsync of files with holes + - Btrfs: fix race between ranged fsync and writeback of adjacent ranges + - btrfs: sysfs: Fix error path kobject memory leak + - btrfs: sysfs: don't leak memory when failing add fsid + - fbdev: fix divide error in fb_var_to_videomode + - cifs: fix credits leak for SMB1 oplock breaks + - arm64: errata: Add workaround for Cortex-A76 erratum #1463225 + - [Config] Add CONFIG_ARM64_ERRATUM_1463225 + - btrfs: honor path->skip_locking in backref code + - ovl: relax WARN_ON() for overlapping layers use case + - fbdev: fix WARNING in __alloc_pages_nodemask bug + - media: cpia2: Fix use-after-free in cpia2_exit + - media: serial_ir: Fix use-after-free in serial_ir_init_module + - media: vb2: add waiting_in_dqbuf flag + - media: vivid: use vfree() instead of kfree() for dev->bitmap_cap + - ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit + - bpf: devmap: fix use-after-free Read in __dev_map_entry_free + - batman-adv: mcast: fix multicast tt/tvlv worker locking + - at76c50x-usb: Don't register led_trigger if usb_register_driver failed + - acct_on(): don't mess with freeze protection + - netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression + - Revert "btrfs: Honour FITRIM range constraints during free space trim" + - gfs2: Fix lru_count going negative + - cxgb4: Fix error path in cxgb4_init_module + - afs: Fix getting the afs.fid xattr + - NFS: make nfs_match_client killable + - gfs2: fix race between gfs2_freeze_func and unmount + - IB/hfi1: Fix WQ_MEM_RECLAIM warning + - gfs2: Fix occasional glock use-after-free + - mmc: core: Verify SD bus width + - tools/bpf: fix perf build error with uClibc (seen on ARC) + - selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c + - bpftool: exclude bash-completion/bpftool from .gitignore pattern + - ice: Separate if conditions for ice_set_features() + - blk-mq: split blk_mq_alloc_and_init_hctx into two parts + - blk-mq: grab .q_usage_counter when queuing request from plug code path + - dmaengine: tegra210-dma: free dma controller in remove() + - net: ena: gcc 8: fix compilation warning + - net: ena: fix: set freed objects to NULL to avoid failing future allocations + - hv_netvsc: fix race that may miss tx queue wakeup + - Bluetooth: Ignore CC events not matching the last HCI command + - pinctrl: zte: fix leaked of_node references + - ASoC: Intel: kbl_da7219_max98357a: Map BTN_0 to KEY_PLAYPAUSE + - usb: dwc2: gadget: Increase descriptors count for ISOC's + - usb: dwc3: move synchronize_irq() out of the spinlock protected block + - usb: gadget: f_fs: don't free buffer prematurely + - ASoC: hdmi-codec: unlock the device on startup errors + - powerpc/perf: Return accordingly on invalid chip-id in + - powerpc/boot: Fix missing check of lseek() return value + - powerpc/perf: Fix loop exit condition in nest_imc_event_init + - spi: atmel-quadspi: fix crash while suspending + - ASoC: imx: fix fiq dependencies + - spi: pxa2xx: fix SCR (divisor) calculation + - brcm80211: potential NULL dereference in + brcmf_cfg80211_vndr_cmds_dcmd_handler() + - ACPI / property: fix handling of data_nodes in acpi_get_next_subnode() + - drm/nouveau/bar/nv50: ensure BAR is mapped + - media: stm32-dcmi: return appropriate error codes during probe + - ARM: vdso: Remove dependency with the arch_timer driver internals + - arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable + - x86/ftrace: Set trampoline pages as executable + - powerpc/watchdog: Use hrtimers for per-CPU heartbeat + - sched/cpufreq: Fix kobject memleak + - scsi: qla2xxx: Fix a qla24xx_enable_msix() error path + - scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending() + - scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in + tcm_qla2xxx_close_session() + - scsi: qla2xxx: Fix hardirq-unsafe locking + - x86/modules: Avoid breaking W^X while loading modules + - Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota + reserve + - btrfs: fix panic during relocation after ENOSPC before writeback happens + - btrfs: Don't panic when we can't find a root key + - iwlwifi: pcie: don't crash on invalid RX interrupt + - rtc: 88pm860x: prevent use-after-free on device remove + - rtc: stm32: manage the get_irq probe defer case + - scsi: qedi: Abort ep termination if offload not scheduled + - s390/kexec_file: Fix detection of text segment in ELF loader + - ALSA: hda: fix unregister device twice on ASoC driver + - sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs + - net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode + - w1: fix the resume command API + - net: phy: improve genphy_soft_reset + - s390: qeth: address type mismatch warning + - dmaengine: pl330: _stop: clear interrupt status + - mac80211/cfg80211: update bss channel on channel switch + - libbpf: fix samples/bpf build failure due to undefined UINT32_MAX + - slimbus: fix a potential NULL pointer dereference in + of_qcom_slim_ngd_register + - ASoC: fsl_sai: Update is_slave_mode with correct value + - Fix nfs4.2 return -EINVAL when do dedupe operation + - mwifiex: prevent an array overflow + - rsi: Fix NULL pointer dereference in kmalloc + - net: cw1200: fix a NULL pointer dereference + - nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE + - nvme-rdma: fix a NULL deref when an admin connect times out + - nvme-tcp: fix a NULL deref when an admin connect times out + - crypto: sun4i-ss - Fix invalid calculation of hash end + - bcache: avoid potential memleak of list of journal_replay(s) in the + CACHE_SYNC branch of run_cache_set + - bcache: return error immediately in bch_journal_replay() + - bcache: fix failure in journal relplay + - bcache: add failure check to run_cache_set() for journal replay + - bcache: avoid clang -Wunintialized warning + - RDMA/cma: Consider scope_id while binding to ipv6 ll address + - vfio-ccw: Do not call flush_workqueue while holding the spinlock + - vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev + - x86/build: Move _etext to actual end of .text + - smpboot: Place the __percpu annotation correctly + - x86/uaccess: Dont leak the AC flag into __put_user() argument evaluation + - x86/mm: Remove in_nmi() warning from 64-bit implementation of + vmalloc_fault() + - mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC + versions + - Bluetooth: hci_qca: Give enough time to ROME controller to bootup. + - Bluetooth: btbcm: Add default address for BCM43341B + - HID: logitech-hidpp: use RAP instead of FAP to get the protocol version + - pinctrl: pistachio: fix leaked of_node references + - pinctrl: st: fix leaked of_node references + - pinctrl: samsung: fix leaked of_node references + - clk: rockchip: undo several noc and special clocks as critical on rk3288 + - perf/arm-cci: Remove broken race mitigation + - dmaengine: at_xdmac: remove BUG_ON macro in tasklet + - media: coda: clear error return value before picture run + - media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helper + - media: au0828: stop video streaming only when last user stops + - media: ov2659: make S_FMT succeed even if requested format doesn't match + - audit: fix a memory leak bug + - media: stm32-dcmi: fix crash when subdev do not expose any formats + - media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable() + - media: pvrusb2: Prevent a buffer overflow + - iio: adc: stm32-dfsdm: fix unmet direct dependencies detected + - block: fix use-after-free on gendisk + - powerpc/numa: improve control of topology updates + - powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX + - random: fix CRNG initialization when random.trust_cpu=1 + - random: add a spinlock_t to struct batched_entropy + - cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock + - sched/core: Check quota and period overflow at usec to nsec conversion + - sched/rt: Check integer overflow at usec to nsec conversion + - sched/core: Handle overflow in cpu_shares_write_u64 + - staging: vc04_services: handle kzalloc failure + - drm/msm/dpu: release resources on modeset failure + - drm/msm: a5xx: fix possible object reference leak + - drm/msm: dpu: Don't set frame_busy_mask for async updates + - drm/msm: Fix NULL pointer dereference + - irq_work: Do not raise an IPI when queueing work on the local CPU + - thunderbolt: Take domain lock in switch sysfs attribute callbacks + - s390/qeth: handle error from qeth_update_from_chp_desc() + - USB: core: Don't unbind interfaces following device reset failure + - x86/irq/64: Limit IST stack overflow check to #DB stack + - drm: etnaviv: avoid DMA API warning when importing buffers + - dt-bindings: phy-qcom-qmp: Add UFS PHY reset + - phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral mode + - phy: mapphone-mdm6600: add gpiolib dependency + - dpaa2-eth: Fix Rx classification status + - i40e: Able to add up to 16 MAC filters on an untrusted VF + - i40e: don't allow changes to HW VLAN stripping on active port VLANs + - ACPI/IORT: Reject platform device creation on NUMA node mapping failure + - arm64: vdso: Fix clock_getres() for CLOCK_REALTIME + - RDMA/cxgb4: Fix null pointer dereference on alloc_skb failure + - perf/x86/msr: Add Icelake support + - perf/x86/intel/rapl: Add Icelake support + - perf/x86/intel/cstate: Add Icelake support + - PM / devfreq: Fix static checker warning in try_then_request_governor + - hwmon: (vt1211) Use request_muxed_region for Super-IO accesses + - hwmon: (smsc47m1) Use request_muxed_region for Super-IO accesses + - hwmon: (smsc47b397) Use request_muxed_region for Super-IO accesses + - hwmon: (pc87427) Use request_muxed_region for Super-IO accesses + - hwmon: (f71805f) Use request_muxed_region for Super-IO accesses + - mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllers + - mmc_spi: add a status check for spi_sync_locked + - mmc: sdhci-of-esdhc: add erratum eSDHC5 support + - mmc: sdhci-of-esdhc: add erratum A-009204 support + - mmc: sdhci-of-esdhc: add erratum eSDHC-A001 and A-008358 support + - drm/amdgpu: fix old fence check in amdgpu_fence_emit + - PM / core: Propagate dev->power.wakeup_path when no callbacks + - clk: rockchip: Fix video codec clocks on rk3288 + - extcon: arizona: Disable mic detect if running when driver is removed + - clk: rockchip: Make rkpwm a critical clock on rk3288 + - clk: zynqmp: fix check for fractional clock + - s390: zcrypt: initialize variables before_use + - x86/microcode: Fix the ancient deprecated microcode loading method + - s390/mm: silence compiler warning when compiling without CONFIG_PGSTE + - s390: cio: fix cio_irb declaration + - selftests: cgroup: fix cleanup path in test_memcg_subtree_control() + - qmi_wwan: Add quirk for Quectel dynamic config + - cpufreq: ppc_cbe: fix possible object reference leak + - cpufreq/pasemi: fix possible object reference leak + - cpufreq: pmac32: fix possible object reference leak + - cpufreq: kirkwood: fix possible object reference leak + - cpufreq: imx6q: fix possible object reference leak + - block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR + - samples/bpf: fix build with new clang + - x86/build: Keep local relocations with ld.lld + - regulator: core: Avoid potential deadlock on regulator_unregister + - drm/pl111: fix possible object reference leak + - iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertion + - iio: hmc5843: fix potential NULL pointer dereferences + - iio: common: ssp_sensors: Initialize calculated_time in + ssp_common_process_data + - iio: adc: ti-ads7950: Fix improper use of mlock + - selftests/bpf: ksym_search won't check symbols exists + - rtlwifi: fix a potential NULL pointer dereference + - mwifiex: Fix mem leak in mwifiex_tm_cmd + - brcmfmac: fix missing checks for kmemdup + - b43: shut up clang -Wuninitialized variable warning + - brcmfmac: convert dev_init_lock mutex to completion + - brcmfmac: fix WARNING during USB disconnect in case of unempty psq + - brcmfmac: fix race during disconnect when USB completion is in progress + - brcmfmac: fix Oops when bringing up interface during USB disconnect + - rtc: xgene: fix possible race condition + - rtlwifi: fix potential NULL pointer dereference + - scsi: ufs: Fix regulator load and icc-level configuration + - scsi: ufs: Avoid configuring regulator with undefined voltage range + - drm/panel: otm8009a: Add delay at the end of initialization + - drm/amd/display: Prevent cursor hotspot overflow for RV overlay planes + - arm64: cpu_ops: fix a leaked reference by adding missing of_node_put + - locking/static_key: Fix false positive warnings on concurrent dec/inc + - wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_ext + - x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP + - x86/uaccess, signal: Fix AC=1 bloat + - x86/ia32: Fix ia32_restore_sigcontext() AC leak + - x86/uaccess: Fix up the fixup + - chardev: add additional check for minor range overlap + - sh: sh7786: Add explicit I/O cast to sh7786_mm_sel() + - HID: core: move Usage Page concatenation to Main item + - ASoC: eukrea-tlv320: fix a leaked reference by adding missing of_node_put + - ASoC: fsl_utils: fix a leaked reference by adding missing of_node_put + - cxgb3/l2t: Fix undefined behaviour + - clk: renesas: rcar-gen3: Correct parent clock of SYS-DMAC + - block: pass page to xen_biovec_phys_mergeable + - clk: renesas: rcar-gen3: Correct parent clock of Audio-DMAC + - HID: logitech-hidpp: change low battery level threshold from 31 to 30 + percent + - spi: tegra114: reset controller on probe + - kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice. + - media: video-mux: fix null pointer dereferences + - media: wl128x: prevent two potential buffer overflows + - media: gspca: Kill URBs on USB device disconnect + - efifb: Omit memory map check on legacy boot + - thunderbolt: property: Fix a missing check of kzalloc + - thunderbolt: Fix to check the return value of kmemdup + - drm: rcar-du: lvds: Set LVEN and LVRES bits together on D3 + - timekeeping: Force upper bound for setting CLOCK_REALTIME + - scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload + check + - virtio_console: initialize vtermno value for ports + - tty: ipwireless: fix missing checks for ioremap + - staging: mt7621-mmc: Initialize completions a single time during probe + - overflow: Fix -Wtype-limits compilation warnings + - x86/mce: Fix machine_check_poll() tests for error types + - rcutorture: Fix cleanup path for invalid torture_type strings + - x86/mce: Handle varying MCA bank counts + - rcuperf: Fix cleanup path for invalid perf_type strings + - rcu: Do a single rhp->func read in rcu_head_after_call_rcu() + - spi: stm32-qspi: add spi_master_put in release function + - usb: core: Add PM runtime calls to usb_hcd_platform_shutdown + - scsi: qla4xxx: avoid freeing unallocated dma memory + - scsi: lpfc: avoid uninitialized variable warning + - ice: Prevent unintended multiple chain resets + - selinux: avoid uninitialized variable warning + - batman-adv: allow updating DAT entry timeouts on incoming ARP Replies + - dmaengine: tegra210-adma: use devm_clk_*() helpers + - x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processors + - staging: mt7621-mmc: Check for nonzero number of scatterlist entries + - hwrng: omap - Set default quality + - thunderbolt: Fix to check return value of ida_simple_get + - thunderbolt: Fix to check for kmemdup failure + - drm/amd/display: fix releasing planes when exiting odm + - drm/amd/display: Link train only when link is DP and backend is enabled + - drm/amd/display: Reset alpha state for planes to the correct values + - thunderbolt: property: Fix a NULL pointer dereference + - media: v4l2-fwnode: The first default data lane is 0 on C-PHY + - media: staging/intel-ipu3: mark PM function as __maybe_unused + - tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfers + - igb: Exclude device from suspend direct complete optimization + - media: si2165: fix a missing check of return value + - media: dvbsky: Avoid leaking dvb frontend + - media: m88ds3103: serialize reset messages in m88ds3103_set_frontend + - drm/amd/display: add pipe lock during stream update + - media: staging: davinci_vpfe: disallow building with COMPILE_TEST + - drm/amd/display: Fix Divide by 0 in memory calculations + - drm/amd/display: Set stream->mode_changed when connectors change + - scsi: ufs: fix a missing check of devm_reset_control_get + - media: vimc: stream: fix thread state before sleep + - media: gspca: do not resubmit URBs when streaming has stopped + - media: go7007: avoid clang frame overflow warning with KASAN + - media: vimc: zero the media_device on probe + - media: vim2m: replace devm_kzalloc by kzalloc + - media: cedrus: Add a quirk for not setting DMA offset + - scsi: lpfc: Fix FDMI manufacturer attribute value + - scsi: lpfc: Fix fc4type information for FDMI + - media: saa7146: avoid high stack usage with clang + - scsi: lpfc: Fix SLI3 commands being issued on SLI4 devices + - scsi: lpfc: Fix use-after-free mailbox cmd completion + - audit: fix a memleak caused by auditing load module + - spi : spi-topcliff-pch: Fix to handle empty DMA buffers + - drm: writeback: Fix leak of writeback job + - drm/omap: dsi: Fix PM for display blank with paired dss_pll calls + - drm/omap: Notify all devices in the pipeline of output disconnection + - spi: rspi: Fix sequencer reset during initialization + - regulator: wm831x ldo: Fix notifier mutex lock warning + - regulator: wm831x isink: Fix notifier mutex lock warning + - regulator: ltc3676: Fix notifier mutex lock warning + - regulator: ltc3589: Fix notifier mutex lock warning + - regulator: pv88060: Fix notifier mutex lock warning + - spi: imx: stop buffer overflow in RX FIFO flush + - regulator: lp8755: Fix notifier mutex lock warning + - regulator: da9211: Fix notifier mutex lock warning + - regulator: da9063: Fix notifier mutex lock warning + - regulator: pv88080: Fix notifier mutex lock warning + - regulator: wm831x: Fix notifier mutex lock warning + - regulator: pv88090: Fix notifier mutex lock warning + - regulator: da9062: Fix notifier mutex lock warning + - regulator: da9055: Fix notifier mutex lock warning + - spi: Fix zero length xfer bug + - ASoC: davinci-mcasp: Fix clang warning without CONFIG_PM + - ASoC: ti: fix davinci_mcasp_probe dependencies + - drm/v3d: Handle errors from IRQ setup. + - drm/drv: Hold ref on parent device during drm_device lifetime + - drm: Wake up next in drm_read() chain if we are forced to putback the event + - drm/sun4i: dsi: Change the start delay calculation + - vfio-ccw: Prevent quiesce function going into an infinite loop + - ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset + - drm/sun4i: dsi: Enforce boundaries on the start delay + - NFS: Fix a double unlock from nfs_match,get_client + - Linux 5.0.20 + * Disco update: 5.0.19 upstream stable release (LP: #1837516) + - ipv6: fix src addr routing with the exception table + - ipv6: prevent possible fib6 leaks + - net: Always descend into dsa/ + - net: avoid weird emergency message + - net/mlx4_core: Change the error print to info print + - net: test nouarg before dereferencing zerocopy pointers + - net: usb: qmi_wwan: add Telit 0x1260 and 0x1261 compositions + - nfp: flower: add rcu locks when accessing netdev for tunnels + - ppp: deflate: Fix possible crash in deflate_init + - rtnetlink: always put IFLA_LINK for links with a link-netnsid + - tipc: switch order of device registration to fix a crash + - vsock/virtio: free packets during the socket release + - tipc: fix modprobe tipc failed after switch order of device registration + - vsock/virtio: Initialize core virtio vsock before registering the driver + - net/mlx5e: Add missing ethtool driver info for representors + - net/mlx5e: Additional check for flow destination comparison + - net/mlx5: Imply MLXFW in mlx5_core + - net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC is disabled + - blk-mq: free hw queue's resource in hctx's release handler + - regulator: core: fix error path for regulator_set_voltage_unlocked + - parisc: Export running_on_qemu symbol for modules + - parisc: Add memory clobber to TLB purges + - parisc: Skip registering LED when running in QEMU + - parisc: Add memory barrier to asm pdc and sync instructions + - parisc: Allow live-patching of __meminit functions + - parisc: Use PA_ASM_LEVEL in boot code + - parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code + - stm class: Fix channel free in stm output free path + - stm class: Fix channel bitmap on 32-bit systems + - brd: re-enable __GFP_HIGHMEM in brd_insert_page() + - proc: prevent changes to overridden credentials + - Revert "MD: fix lock contention for flush bios" + - md: batch flush requests. + - md: add mddev->pers to avoid potential NULL pointer dereference + - md: add a missing endianness conversion in check_sb_changes + - dcache: sort the freeing-without-RCU-delay mess for good. + - intel_th: msu: Fix single mode with IOMMU + - p54: drop device reference count if fails to enable device + - of: fix clang -Wunsequenced for be32_to_cpu() + - brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCs + - phy: ti-pipe3: fix missing bit-wise or operator when assigning val + - media: ov6650: Fix sensor possibly not detected on probe + - media: imx: csi: Allow unknown nearest upstream entities + - media: imx: Clear fwnode link struct for each endpoint iteration + - RDMA/mlx5: Use get_zeroed_page() for clock_info + - RDMA/ipoib: Allow user space differentiate between valid dev_port + - NFS4: Fix v4.0 client state corruption when mount + - PNFS fallback to MDS if no deviceid found + - clk: hi3660: Mark clk_gate_ufs_subsys as critical + - clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides divider + - clk: mediatek: Disable tuner_en before change PLL rate + - clk: rockchip: fix wrong clock definitions for rk3328 + - udlfb: delete the unused parameter for dlfb_handle_damage + - udlfb: fix sleeping inside spinlock + - udlfb: introduce a rendering mutex + - fuse: fix writepages on 32bit + - fuse: honor RLIMIT_FSIZE in fuse_file_fallocate + - ovl: fix missing upper fs freeze protection on copy up for ioctl + - gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6 + - iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114 + - ceph: flush dirty inodes before proceeding with remount + - x86_64: Add gap to int3 to allow for call emulation + - x86_64: Allow breakpoints to emulate call instructions + - ftrace/x86_64: Emulate call function while updating in breakpoint handler + - tracing: Fix partial reading of trace event's id file + - tracing: probeevent: Fix to make the type of $comm string + - memory: tegra: Fix integer overflow on tick value calculation + - perf intel-pt: Fix instructions sampling rate + - perf intel-pt: Fix improved sample timestamp + - perf intel-pt: Fix sample timestamp wrt non-taken branches + - MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabled + - objtool: Allow AR to be overridden with HOSTAR + - x86/mpx, mm/core: Fix recursive munmap() corruption + - fbdev/efifb: Ignore framebuffer memmap entries that lack any memory types + - fbdev: sm712fb: fix brightness control on reboot, don't set SR30 + - fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75 + - fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3F + - fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGA + - fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping + VRAM + - fbdev: sm712fb: fix support for 1024x768-16 mode + - fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled display + - fbdev: sm712fb: fix crashes and garbled display during DPMS modesetting + - PCI: Mark AMD Stoney Radeon R7 GPU ATS as broken + - PCI: Mark Atheros AR9462 to avoid bus reset + - PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessary + - PCI: Init PCIe feature bits for managed host bridge alloc + - PCI/AER: Change pci_aer_init() stub to return void + - PCI: rcar: Add the initialization of PCIe link in resume_noirq() + - PCI: Factor out pcie_retrain_link() function + - PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratum + - dm cache metadata: Fix loading discard bitset + - dm zoned: Fix zone report handling + - dm delay: fix a crash when invalid device is specified + - dm crypt: move detailed message into debug level + - dm integrity: correctly calculate the size of metadata area + - dm mpath: always free attached_handler_name in parse_path() + - fuse: Add FOPEN_STREAM to use stream_open() + - xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink + - xfrm: Reset secpath in xfrm failure + - xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module + - vti4: ipip tunnel deregistration fixes. + - xfrm: clean up xfrm protocol checks + - esp4: add length check for UDP encapsulation + - xfrm: Honor original L3 slave device in xfrmi policy lookup + - xfrm4: Fix uninitialized memory read in _decode_session4 + - ARC: PAE40: don't panic and instead turn off hw ioc + - clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0) + - KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit + - KVM: PPC: Book3S: Protect memslots while validating user address + - power: supply: cpcap-battery: Fix division by zero + - securityfs: fix use-after-free on symlink traversal + - apparmorfs: fix use-after-free on symlink traversal + - PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored + - x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012 + - mac80211: Fix kernel panic due to use of txq after free + - net: ieee802154: fix missing checks for regmap_update_bits + - KVM: arm/arm64: Ensure vcpu target is unset on reset failure + - power: supply: sysfs: prevent endless uevent loop with + CONFIG_POWER_SUPPLY_DEBUG + - tools: bpftool: fix infinite loop in map create + - bpf: Fix preempt_enable_no_resched() abuse + - qmi_wwan: new Wistron, ZTE and D-Link devices + - iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb() + - sched/cpufreq: Fix kobject memleak + - x86/mm/mem_encrypt: Disable all instrumentation for early SME setup + - KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size + - KVM: selftests: make hyperv_cpuid test pass on AMD + - ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour + - i2c: designware: ratelimit 'transfer when suspended' errors + - perf bench numa: Add define for RUSAGE_THREAD if not present + - perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet + - perf/x86/intel: Fix race in intel_pmu_disable_event() + - Revert "Don't jump to compute_result state from check_result state" + - md/raid: raid5 preserve the writeback action after the parity check + - driver core: Postpone DMA tear-down until after devres release for probe + failure + - bpf: relax inode permission check for retrieving bpf program + - bpf: add map_lookup_elem_sys_only for lookups from syscall side + - bpf, lru: avoid messing with eviction heuristics upon syscall lookup + - fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthrough + - Linux 5.0.19 + * CVE-2019-13648 + - powerpc/tm: Fix oops on sigreturn on systems without TM + * bcache kernel warning when attaching device (LP: #1837788) + - bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached + * CVE-2019-14283 + - floppy: fix out-of-bounds read in copy_buffer + * CVE-2019-14284 + - floppy: fix div-by-zero in setup_format_params + * alsa/hda: neither mute led nor mic-mute led work on several Lenovo laptops + (LP: #1837963) + - SAUCE: ALSA: hda - Add a conexant codec entry to let mute led work + + [ Ubuntu: 5.0.0-25.26 ] + + * CVE-2019-1125 + - x86/cpufeatures: Carve out CQM features retrieval + - x86/cpufeatures: Combine word 11 and 12 into a new scattered features word + - x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations + - x86/speculation: Enable Spectre v1 swapgs mitigations + - x86/entry/64: Use JMP instead of JMPQ + - x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS + + [ Ubuntu: 5.0.0-24.25 ] + + * disco/linux: 5.0.0-24.25 -proposed tracker (LP: #1838395) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + * [18.04 FEAT] zKVM: Add hardware CPU Model - kernel part (LP: #1836153) + - KVM: s390: add debug logging for cpu model subfunctions + - KVM: s390: implement subfunction processor calls + - KVM: s390: add vector enhancements facility 2 to cpumodel + - KVM: s390: add vector BCD enhancements facility to cpumodel + - KVM: s390: add MSA9 to cpumodel + - KVM: s390: provide query function for instructions returning 32 byte + - KVM: s390: add enhanced sort facilty to cpu model + - KVM: s390: add deflate conversion facilty to cpu model + - KVM: s390: enable MSA9 keywrapping functions depending on cpu model + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - SAUCE: e1000e: add workaround for possible stalled packet + - SAUCE: e1000e: disable force K1-off feature + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - SAUCE: e1000e: Make watchdog use delayed work + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + * Two crashes on raid0 error path (during a member device removal) + (LP: #1836806) + - block: Fix a NULL pointer dereference in generic_make_request() + - md/raid0: Do not bypass blocking queue entered for raid0 bios + * CVE-2019-13233 + - x86/insn-eval: Fix use-after-free access to LDT entry + * cifs set_oplock buffer overflow in strcat (LP: #1824981) + - cifs: fix strcat buffer overflow and reduce raciness in + smb21_set_oplock_level() + * CVE-2019-13272 + - ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + * Sometimes touchpad detected as mouse(i2c designware fails to get adapter + number) (LP: #1835150) + - i2c: i2c-designware-platdrv: Cleanup setting of the adapter number + - i2c: i2c-designware-platdrv: Always use a dynamic adapter number + * Disco update: 5.0.18 upstream stable release (LP: #1836614) + - locking/rwsem: Prevent decrement of reader count before increment + - x86/speculation/mds: Revert CPU buffer clear on double fault exit + - x86/speculation/mds: Improve CPU buffer clear documentation + - objtool: Fix function fallthrough detection + - arm64: dts: rockchip: fix IO domain voltage setting of APIO5 on rockpro64 + - arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller. + - ARM: dts: qcom: ipq4019: enlarge PCIe BAR range + - ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260 + - ARM: dts: exynos: Fix audio (microphone) routing on Odroid XU3 + - mmc: sdhci-of-arasan: Add DTS property to disable DCMDs. + - ARM: exynos: Fix a leaked reference by adding missing of_node_put + - power: supply: axp288_charger: Fix unchecked return value + - power: supply: axp288_fuel_gauge: Add ACEPC T8 and T11 mini PCs to the + blacklist + - arm64: mmap: Ensure file offset is treated as unsigned + - arm64: arch_timer: Ensure counter register reads occur with seqlock held + - arm64: compat: Reduce address limit + - arm64: Clear OSDLR_EL1 on CPU boot + - arm64: Save and restore OSDLR_EL1 across suspend/resume + - sched/x86: Save [ER]FLAGS on context switch + - x86/MCE: Add an MCE-record filtering function + - x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models + - x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk + - x86/MCE: Group AMD function prototypes in + - x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models + - crypto: crypto4xx - fix ctr-aes missing output IV + - crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issues + - crypto: salsa20 - don't access already-freed walk.iv + - crypto: lrw - don't access already-freed walk.iv + - crypto: chacha-generic - fix use as arm64 no-NEON fallback + - crypto: chacha20poly1305 - set cra_name correctly + - crypto: ccp - Do not free psp_master when PLATFORM_INIT fails + - crypto: vmx - fix copy-paste error in CTR mode + - crypto: skcipher - don't WARN on unprocessed data after slow walk step + - crypto: crct10dif-generic - fix use via crypto_shash_digest() + - crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest() + - crypto: arm64/gcm-aes-ce - fix no-NEON fallback code + - crypto: gcm - fix incompatibility between "gcm" and "gcm_base" + - crypto: rockchip - update IV buffer to contain the next IV + - crypto: caam/qi2 - fix zero-length buffer DMA mapping + - crypto: caam/qi2 - fix DMA mapping of stack memory + - crypto: caam/qi2 - generate hash keys in-place + - crypto: arm/aes-neonbs - don't access already-freed walk.iv + - crypto: arm64/aes-neonbs - don't access already-freed walk.iv + - mmc: tegra: fix ddr signaling for non-ddr modes + - mmc: core: Fix tag set memory leak + - mmc: sdhci-pci: Fix BYT OCP setting + - ALSA: line6: toneport: Fix broken usage of timer for delayed execution + - ALSA: usb-audio: Fix a memory leak bug + - ALSA: hda/realtek - EAPD turn on later + - ASoC: max98090: Fix restore of DAPM Muxes + - ASoC: RT5677-SPI: Disable 16Bit SPI Transfers + - ASoC: fsl_esai: Fix missing break in switch statement + - ASoC: codec: hdac_hdmi add device_link to card device + - bpf, arm64: remove prefetch insn in xadd mapping + - crypto: ccree - remove special handling of chained sg + - crypto: ccree - fix mem leak on error path + - crypto: ccree - don't map MAC key on stack + - crypto: ccree - use correct internal state sizes for export + - crypto: ccree - don't map AEAD key and IV on stack + - crypto: ccree - pm resume first enable the source clk + - crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during + suspend + - crypto: ccree - add function to handle cryptocell tee fips error + - crypto: ccree - handle tee fips error during power management resume + - mm/mincore.c: make mincore() more conservative + - mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned + addresses + - mm/hugetlb.c: don't put_page in lock of hugetlb_lock + - hugetlb: use same fault hash key for shared and private mappings + - ocfs2: fix ocfs2 read inode data panic in ocfs2_iget + - userfaultfd: use RCU to free the task struct when fork fails + - ACPI: PM: Set enable_for_wake for wakeup GPEs during suspend-to-idle + - mfd: da9063: Fix OTP control register names to match datasheets for + DA9063/63L + - mfd: max77620: Fix swapped FPS_PERIOD_MAX_US values + - mtd: spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write + - mtd: maps: physmap: Store gpio_values correctly + - mtd: maps: Allow MTD_PHYSMAP with MTD_RAM + - tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0 + - tty/vt: fix write/write race in ioctl(KDSKBSENT) handler + - jbd2: check superblock mapped prior to committing + - ext4: make sanity check in mballoc more strict + - ext4: ignore e_value_offs for xattrs with value-in-ea-inode + - ext4: avoid drop reference to iloc.bh twice + - ext4: fix use-after-free race with debug_want_extra_isize + - ext4: actually request zeroing of inode table after grow + - ext4: fix ext4_show_options for file systems w/o journal + - btrfs: Check the first key and level for cached extent buffer + - btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages + fails + - btrfs: Honour FITRIM range constraints during free space trim + - Btrfs: send, flush dellaloc in order to avoid data loss + - Btrfs: do not start a transaction during fiemap + - Btrfs: do not start a transaction at iterate_extent_inodes() + - Btrfs: fix race between send and deduplication that lead to failures and + crashes + - bcache: fix a race between cache register and cacheset unregister + - bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim() + - ipmi:ssif: compare block number correctly for multi-part return messages + - crypto: ccm - fix incompatibility between "ccm" and "ccm_base" + - fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going + into workqueue when umount + - tty: Don't force RISCV SBI console as preferred console + - ext4: fix data corruption caused by overlapping unaligned and aligned IO + - ext4: fix use-after-free in dx_release() + - ext4: avoid panic during forced reboot due to aborted journal + - ALSA: hda/realtek - Fix for Lenovo B50-70 inverted internal microphone bug + - jbd2: fix potential double free + - KVM: Fix the bitmap range to copy during clear dirty + - KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes + - KVM: lapic: Busy wait for timer to expire when using hv_timer + - kbuild: turn auto.conf.cmd into a mandatory include file + - xen/pvh: set xen_domain_type to HVM in xen_pvh_init + - xen/pvh: correctly setup the PV EFI interface for dom0 + - libnvdimm/namespace: Fix label tracking error + - iov_iter: optimize page_copy_sane() + - mm/gup: Remove the 'write' parameter from gup_fast_permitted() + - s390/mm: make the pxd_offset functions more robust + - s390/mm: convert to the generic get_user_pages_fast code + - ext4: fix compile error when using BUFFER_TRACE + - ext4: don't update s_rev_level if not required + - Linux 5.0.18 + * Disco update: 5.0.17 upstream stable release (LP: #1836577) + - bfq: update internal depth state when queue depth changes + - platform/x86: sony-laptop: Fix unintentional fall-through + - platform/x86: thinkpad_acpi: Disable Bluetooth for some machines + - platform/x86: dell-laptop: fix rfkill functionality + - hwmon: (pwm-fan) Disable PWM if fetching cooling data fails + - hwmon: (occ) Fix extended status bits + - selftests/seccomp: Handle namespace failures gracefully + - kernfs: fix barrier usage in __kernfs_new_node() + - virt: vbox: Sanity-check parameter types for hgcm-calls coming from + userspace + - USB: serial: fix unthrottle races + - iio: adc: xilinx: fix potential use-after-free on remove + - iio: adc: xilinx: fix potential use-after-free on probe + - iio: adc: xilinx: prevent touching unclocked h/w on remove + - acpi/nfit: Always dump _DSM output payload + - libnvdimm/namespace: Fix a potential NULL pointer dereference + - HID: input: add mapping for Expose/Overview key + - HID: input: add mapping for keyboard Brightness Up/Down/Toggle keys + - HID: input: add mapping for "Toggle Display" key + - libnvdimm/btt: Fix a kmemdup failure check + - s390/dasd: Fix capacity calculation for large volumes + - mac80211: fix unaligned access in mesh table hash function + - mac80211: Increase MAX_MSG_LEN + - cfg80211: Handle WMM rules in regulatory domain intersection + - mac80211: fix memory accounting with A-MSDU aggregation + - nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands + - libnvdimm/security: provide fix for secure-erase to use zero-key + - libnvdimm/pmem: fix a possible OOB access when read and write pmem + - tools/testing/nvdimm: Retain security state after overwrite + - s390/3270: fix lockdep false positive on view->lock + - drm/ttm: fix dma_fence refcount imbalance on error path + - drm/amd/display: extending AUX SW Timeout + - clocksource/drivers/npcm: select TIMER_OF + - clocksource/drivers/oxnas: Fix OX820 compatible + - selftests: fib_tests: Fix 'Command line is not complete' errors + - drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in + sriov TDR + - mISDN: Check address length before reading address family + - vxge: fix return of a free'd memblock on a failed dma mapping + - qede: fix write to free'd pointer error and double free of ptp + - afs: Unlock pages for __pagevec_release() + - afs: Fix in-progess ops to ignore server-level callback invalidation + - qed: Delete redundant doorbell recovery types + - qed: Fix the doorbell address sanity check + - qed: Fix missing DORQ attentions + - qed: Fix the DORQ's attentions handling + - drm/amd/display: If one stream full updates, full update all planes + - s390/pkey: add one more argument space for debug feature entry + - x86/build/lto: Fix truncated .bss with -fdata-sections + - x86/mm: Prevent bogus warnings with "noexec=off" + - x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T + - KVM: nVMX: always use early vmcs check when EPT is disabled + - KVM: fix spectrev1 gadgets + - KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in + tracing + - tools lib traceevent: Fix missing equality check for strcmp + - perf top: Always sample time to satisfy needs of use of ordered queuing + - ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash + - ocelot: Don't sleep in atomic context (irqs_disabled()) + - perf tools: Fix map reference counting + - scsi: aic7xxx: fix EISA support + - slab: store tagged freelist for off-slab slabmgmt + - mm/hotplug: treat CMA pages as unmovable + - mm: fix inactive list balancing between NUMA nodes and cgroups + - init: initialize jump labels before command line option parsing + - drm: bridge: dw-hdmi: Fix overflow workaround for Rockchip SoCs + - selftests: netfilter: check icmp pkttoobig errors are set as related + - ipvs: do not schedule icmp errors from tunnels + - netfilter: ctnetlink: don't use conntrack/expect object addresses as id + - netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook() + - netfilter: nat: fix icmp id randomization + - MIPS: perf: ath79: Fix perfcount IRQ assignment + - IB/mlx5: Fix scatter to CQE in DCT QP creation + - s390: ctcm: fix ctcm_new_device error return code + - drm/sun4i: Set device driver data at bind time for use in unbind + - drm/sun4i: Fix component unbinding and component master deletion + - of_net: Fix residues after of_get_nvmem_mac_address removal + - selftests/net: correct the return value for run_afpackettests + - netfilter: never get/set skb->tstamp + - netfilter: fix nf_l4proto_log_invalid to log invalid packets + - dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sg + - gpu: ipu-v3: dp: fix CSC handling + - drm/imx: don't skip DP channel disable for background plane + - ARM: fix function graph tracer and unwinder dependencies + - ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is + disabled + - spi: Micrel eth switch: declare missing of table + - spi: ST ST95HF NFC: declare missing of table + - ceph: handle the case where a dentry has been renamed on outstanding req + - Revert "drm/virtio: drop prime import/export callbacks" + - drm/sun4i: Unbind components before releasing DRM and memory + - Input: snvs_pwrkey - make it depend on ARCH_MXC + - Input: synaptics-rmi4 - fix possible double free + - net: vrf: Fix operation not supported when set vrf mac + - gpio: Fix gpiochip_add_data_with_key() error path + - mm/memory_hotplug.c: drop memory device reference after find_memory_block() + - mm/page_alloc.c: avoid potential NULL pointer dereference + - bpf: only test gso type on gso packets + - net: sched: fix cleanup NULL pointer exception in act_mirr + - net: mvpp2: fix validate for PPv2.1 + - drm/rockchip: fix for mailbox read validation. + - cw1200: fix missing unlock on error in cw1200_hw_scan() + - mwl8k: Fix rate_idx underflow + - rtlwifi: rtl8723ae: Fix missing break in switch statement + - Don't jump to compute_result state from check_result state + - bonding: fix arp_validate toggling in active-backup mode + - bridge: Fix error path for kobject_init_and_add() + - dpaa_eth: fix SG frame cleanup + - fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL + not supplied + - ipv4: Fix raw socket lookup for local traffic + - net: dsa: Fix error cleanup path in dsa_init_module + - net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering + - net: macb: Change interrupt and napi enable order in open + - net: seeq: fix crash caused by not set dev.parent + - net: ucc_geth - fix Oops when changing number of buffers in the ring + - packet: Fix error path in packet_init + - selinux: do not report error on connect(AF_UNSPEC) + - tipc: fix hanging clients using poll with EPOLLOUT flag + - vlan: disable SIOCSHWTSTAMP in container + - vrf: sit mtu should not be updated when vrf netdev is the link + - tuntap: fix dividing by zero in ebpf queue selection + - tuntap: synchronize through tfiles array instead of tun->numqueues + - net: phy: fix phy_validate_pause + - flow_dissector: disable preemption around BPF calls + - isdn: bas_gigaset: use usb_fill_int_urb() properly + - drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl + - drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl + - powerpc/book3s/64: check for NULL pointer in pgd_alloc() + - powerpc/powernv/idle: Restore IAMR after idle + - powerpc/booke64: set RI in default MSR + - virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed + - PCI: hv: Fix a memory leak in hv_eject_device_work() + - PCI: hv: Add hv_pci_remove_slots() when we unload the driver + - PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary + - f2fs: Fix use of number of devices + - Linux 5.0.17 + - [Config] update configs after update to 5.0.17 + * Disco update: 5.0.16 upstream stable release (LP: #1835580) + - Linux 5.0.16 + * CVE-2019-10126 + - mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies() + * CVE-2019-3846 + - mwifiex: Fix possible buffer overflows at parsing bss descriptor + * CVE-2019-12984 + - nfc: Ensure presence of required attributes in the deactivate_target handler + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + * proc_thermal flooding dmesg (LP: #1824690) + - drivers: thermal: processor_thermal: Downgrade error message + + [ Ubuntu: 5.0.0-23.24 ] + + * disco/linux: 5.0.0-23.24 -proposed tracker (LP: #1838271) + * linux hwe i386 kernel 5.0.0-21.22~18.04.1 crashes on Lenovo x220 + (LP: #1838115) + - x86/mm: Check for pfn instead of page in vmalloc_sync_one() + - x86/mm: Sync also unmappings in vmalloc_sync_all() + - mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy() + - mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() + + -- Khalid Elmously Wed, 14 Aug 2019 01:18:14 -0400 + +linux-aws (5.0.0-1012.13) disco; urgency=medium + + * add support for Amazon Graviton PCIe controller (LP: #1834962) + - PCI: al: Add Amazon Annapurna Labs PCIe host controller driver + - genirq/msi: Add a new field in msi_desc to store an IOMMU cookie + - iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two parts + - irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg() + - SAUCE: irqchip/gic: Add support for Amazon Graviton variant of GICv3+GICv2m + - SAUCE: [aws] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI + setup + - [Config] aws: set CONFIG_IRQ_MSI_IOMMU=y + + * CVE-2019-1125 + - x86/cpufeatures: Carve out CQM features retrieval + - x86/cpufeatures: Combine word 11 and 12 into a new scattered features word + - x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations + - x86/speculation: Enable Spectre v1 swapgs mitigations + - x86/entry/64: Use JMP instead of JMPQ + - x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS + + * linux-aws builds modules which are not shipped (LP: #1836706) + - [Packaging] Start shipping modules-extra + + -- Kleber Sacilotto de Souza Fri, 02 Aug 2019 12:32:10 +0200 + +linux-aws (5.0.0-1011.12) disco; urgency=medium + + * linux-aws: 5.0.0-1011.12 -proposed tracker (LP: #1834886) + + * AX88772A USB to Ethernet dongle doesn't work (LP: #1834114) + - [Config] aws: update configs for ASIX rename + + [ Ubuntu: 5.0.0-21.22 ] + + * linux: 5.0.0-21.22 -proposed tracker (LP: #1834902) + * Disco update: 5.0.15 upstream stable release (LP: #1834529) + - net: stmmac: Use bfsize1 in ndesc_init_rx_desc + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - ASoC: tlv320aic3x: fix reset gpio reference counting + - ASoC: hdmi-codec: fix S/PDIF DAI + - ASoC: stm32: sai: fix iec958 controls indexation + - ASoC: stm32: sai: fix exposed capabilities in spdif mode + - ASoC: stm32: sai: fix race condition in irq handler + - ASoC:soc-pcm:fix a codec fixup issue in TDM case + - ASoC:hdac_hda:use correct format to setup hda codec + - ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform + - ASoC: dpcm: prevent snd_soc_dpcm use after free + - ASoC: nau8824: fix the issue of the widget with prefix name + - ASoC: nau8810: fix the issue of widget with prefixed name + - ASoC: samsung: odroid: Fix clock configuration for 44100 sample rate + - ASoC: rt5682: Check JD status when system resume + - ASoC: rt5682: fix jack type detection issue + - ASoC: rt5682: recording has no sound after booting + - ASoC: wm_adsp: Add locking to wm_adsp2_bus_error + - clk: meson-gxbb: round the vdec dividers to closest + - ASoC: stm32: dfsdm: manage multiple prepare + - ASoC: stm32: dfsdm: fix debugfs warnings on entry creation + - ASoC: cs4270: Set auto-increment bit for register writes + - ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrol + - drm/omap: hdmi4_cec: Fix CEC clock handling for PM + - IB/hfi1: Clear the IOWAIT pending bits when QP is put into error state + - IB/hfi1: Eliminate opcode tests on mr deref + - IB/hfi1: Fix the allocation of RSM table + - MIPS: KGDB: fix kgdb support for SMP platforms. + - ASoC: tlv320aic32x4: Fix Common Pins + - drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata() + - perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS + - perf/x86/intel: Initialize TFA MSR + - linux/kernel.h: Use parentheses around argument in u64_to_user_ptr() + - iov_iter: Fix build error without CONFIG_CRYPTO + - xtensa: fix initialization of pt_regs::syscall in start_thread + - ASoC: rockchip: pdm: fix regmap_ops hang issue + - drm/amdkfd: Add picasso pci id + - drm/amdgpu: Adjust IB test timeout for XGMI configuration + - drm/amdgpu: amdgpu_device_recover_vram always failed if only one node in + shadow_list + - drm/amd/display: fix cursor black issue + - ASoC: cs35l35: Disable regulators on driver removal + - objtool: Add rewind_stack_do_exit() to the noreturn list + - slab: fix a crash by reading /proc/slab_allocators + - drm/sun4i: tcon top: Fix NULL/invalid pointer dereference in + sun8i_tcon_top_un/bind + - virtio_pci: fix a NULL pointer reference in vp_del_vqs + - RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_remove + - RDMA/hns: Fix bug that caused srq creation to fail + - KEYS: trusted: fix -Wvarags warning + - scsi: csiostor: fix missing data copy in csio_scsi_err_handler() + - drm/mediatek: fix possible object reference leak + - drm/mediatek: fix the rate and divder of hdmi phy for MT2701 + - drm/mediatek: make implementation of recalc_rate() for MT2701 hdmi phy + - drm/mediatek: remove flag CLK_SET_RATE_PARENT for MT2701 hdmi phy + - drm/mediatek: using new factor for tvdpll for MT2701 hdmi phy + - drm/mediatek: no change parent rate in round_rate() for MT2701 hdmi phy + - ASoC: Intel: kbl: fix wrong number of channels + - ASoC: stm32: sai: fix master clock management + - ALSA: hda: Fix racy display power access + - virtio-blk: limit number of hw queues by nr_cpu_ids + - blk-mq: introduce blk_mq_complete_request_sync() + - nvme: cancel request synchronously + - nvme-fc: correct csn initialization and increments on error + - nvmet: fix discover log page when offsets are used + - platform/x86: pmc_atom: Drop __initconst on dmi table + - NFSv4.1 fix incorrect return value in copy_file_range + - perf/core: Fix perf_event_disable_inatomic() race + - genirq: Prevent use-after-free and work list corruption + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.0.15 + - Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR + connections" + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + * Cache line contention prevents scaling of 100Gbps performance (LP: #1832909) + - iommu/iova: Separate atomic variables to improve performance + * net: hns: Fix loopback test failed at copper ports (LP: #1833132) + - net: hns: Fix loopback test failed at copper ports + * hns: fix ICMP6 neighbor solicitation messages discard problem (LP: #1833140) + - net: hns: fix unsigned comparison to less than zero + * [UBUNTU] pkey: Indicate old mkvp only if old and curr. mkvp are different + (LP: #1832625) + - pkey: Indicate old mkvp only if old and current mkvp are different + * [UBUNTU] kernel: Fix gcm-aes-s390 wrong scatter-gather list processing + (LP: #1832623) + - s390/crypto: fix gcm-aes-s390 selftest failures + * AX88772A USB to Ethernet dongle doesn't work (LP: #1834114) + - net: phy: rename Asix Electronics PHY driver + - [Config] update configs and annotations for ASIX renamed + * Add nvidia-418 dkms build support to disco (LP: #1834476) + - add nvidia-418 dkms build + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - ethtool: Added support for 50Gbps per lane link modes + - net: hns3: Make hclgevf_update_link_mode static + - net: hns3: Make hclge_destroy_cmd_queue static + - RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is set + - RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is set + - RDMA/hns: Update the range of raq_psn field of qp context + - RDMA/hns: Only assgin some fields if the relatived attr_mask is set + - RDMA/hns: Hide error print information with roce vf device + - RDMA/hns: Bugfix for sending with invalidate + - RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp function + - RDMA/hns: Limit scope of hns_roce_cmq_send() + - RDMA/hns: Convert cq_table to XArray + - RDMA/hns: Convert qp_table_tree to XArray + - RDMA/hns: Fix bad endianess of port_pd variable + - net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettings + - net: hns3: reduce resources use in kdump kernel + - net: hns3: modify the VF network port media type acquisition method + - net: hns3: return 0 and print warning when hit duplicate MAC + - net: hns3: minor optimization for ring_space + - net: hns3: minor optimization for datapath + - net: hns3: simplify hclgevf_cmd_csq_clean + - net: hns3: add protect when handling mac addr list + - net: hns3: check resetting status in hns3_get_stats() + - net: hns3: prevent change MTU when resetting + - net: hns3: modify HNS3_NIC_STATE_INITED flag in + hns3_reset_notify_uninit_enet + - net: hns3: split function hnae3_match_n_instantiate() + - RDMA/hns: Dump detailed driver-specific CQ + - RDMA/hns: Support to create 1M srq queue + - RDMA/hns: Bugfix for SCC hem free + - net: hns3: set vport alive state to default while resetting + - net: hns3: set up the vport alive state while reinitializing + - net: hns3: not reset vport who not alive when PF reset + - net: hns3: adjust the timing of hns3_client_stop when unloading + - net: hns3: deactive the reset timer when reset successfully + - net: hns3: ignore lower-level new coming reset + - net: hns3: do not request reset when hardware resetting + - net: hns3: handle pending reset while reset fail + - net: hns3: stop mailbox handling when command queue need re-init + - net: hns3: add error handler for initializing command queue + - net: hns3: remove resetting check in hclgevf_reset_task_schedule + - net: hns3: fix keep_alive_timer not stop problem + - scsi: hisi_sas: add host reset interface for test + - scsi: hisi_sas: Remedy inconsistent PHY down state in software + - scsi: hisi_sas: Fix for setting the PHY linkrate when disconnected + - scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device() + - scsi: hisi_sas: allocate different SAS address for directly attached + situation + - scsi: hisi_sas: Support all RAS events with MSI interrupts + - scsi: hisi_sas: Don't hard reset disk during controller reset + - scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeout + - scsi: hisi_sas: Some misc tidy-up + - net: hns3: modify VLAN initialization to be compatible with port based VLAN + - net: hns3: fix VLAN offload handle for VLAN inserted by port + - net: hns3: fix set port based VLAN for PF + - net: hns3: fix set port based VLAN issue for VF + - net: hns3: minor refactor for hns3_rx_checksum + - net: hns3: add hns3_gro_complete for HW GRO process + - net: hns3: always assume no drop TC for performance reason + - net: hns3: divide shared buffer between TC + - net: hns3: set dividual reset level for all RAS and MSI-X errors + - net: hns3: do not initialize MDIO bus when PHY is inexistent + - net: hns3: free the pending skb when clean RX ring + - net: hns3: code optimization for command queue' spin lock + - net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw() + - net: hns3: fix for vport->bw_limit overflow problem + - net: hns3: add reset statistics info for PF + - net: hns3: add reset statistics for VF + - net: hns3: add some debug information for hclge_check_event_cause + - net: hns3: add some debug info for hclgevf_get_mbx_resp() + - net: hns3: refine tx timeout count handle + - net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info() + - net: hns3: dump more information when tx timeout happens + - net: hns3: Add support for netif message level settings + - net: hns3: add support for dump ncl config by debugfs + - net: hns3: Add handling of MAC tunnel interruption + - net: hns3: add queue's statistics update to service task + - net: hns3: add function type check for debugfs help information + - RDMA/hns: Bugfix for mapping user db + - net: hns3: fix data race between ring->next_to_clean + - net: hns3: fix for TX clean num when cleaning TX BD + - net: hns3: handle the BD info on the last BD of the packet + - net: hns3: stop sending keep alive msg when VF command queue needs reinit + - net: hns3: use atomic_t replace u32 for arq's count + - net: hns3: use a reserved byte to identify need_resp flag + - net: hns3: not reset TQP in the DOWN while VF resetting + - net: hns3: fix pause configure fail problem + - net: hns3: extend the loopback state acquisition time + - net: hns3: prevent double free in hns3_put_ring_config() + - net: hns3: remove reset after command send failed + - net: hns3: add support for multiple media type + - net: hns3: add autoneg and change speed support for fibre port + - net: hns3: add support for FEC encoding control + - net: hns3: unify maybe_stop_tx for TSO and non-TSO case + - net: hns3: use napi_schedule_irqoff in hard interrupts handlers + - net: hns3: add counter for times RX pages gets allocated + - net: hns3: add linearizing checking for TSO case + - net: hns3: fix for tunnel type handling in hns3_rx_checksum + - net: hns3: refactor BD filling for l2l3l4 info + - net: hns3: combine len and checksum handling for inner and outer header. + - net: hns3: fix error handling for desc filling + - net: hns3: optimize the barrier using when cleaning TX BD + - net: hns3: unify the page reusing for page size 4K and 64K + - net: hns3: some cleanup for struct hns3_enet_ring + - net: hns3: use devm_kcalloc when allocating desc_cb + - net: hns3: remove redundant assignment of l2_hdr to itself + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - net: hns3: Fix inconsistent indenting + - RDMa/hns: Don't stuck in endless timeout loop + * Kernel modules generated incorrectly when system is localized to a non- + English language (LP: #1828084) + - scripts: override locale from environment when running recordmcount.pl + * [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs + (LP: #1832624) + - s390/zcrypt: Fix wrong dispatching for control domain CPRBs + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + * Sound device not detected after resume from hibernate (LP: #1826868) + - drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled + - drm/i915: Save the old CDCLK atomic state + - drm/i915: Remove redundant store of logical CDCLK state + - drm/i915: Skip modeset for cdclk changes if possible + * [raven] fix screen corruption on modprobe (LP: #1831846) + - drm/amdgpu: keep stolen memory on picasso + - drm/amdgpu: reserve stollen vram for raven series + * Handle overflow in proc_get_long of sysctl (LP: #1833935) + - sysctl: handle overflow in proc_get_long + * Oops during sas expander hotplugging (LP: #1831799) + - scsi: libsas: delete sas port if expander discover failed + * [SRU][B/B-OEM/C/D/OEM-OSP1] Add RTL8822 wifi driver rtw88 (LP: #1831828) + - rtw88: new Realtek 802.11ac driver + - rtw88: fix shift of more than 32 bits of a integer + - rtw88: phy: mark expected switch fall-throughs + - rtw88: Make RA_MASK macros ULL + - [Config] Add realtek wifi RTW88 support + * Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep, NVMe + drains lots of power under s2idle (LP: #1808957) + - Revert "UBUNTU: SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 + and being disabled" + - Revert "UBUNTU: SAUCE: nvme: add quirk to not call disable function when + suspending" + - Revert "UBUTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3" + - Revert "UBUNTU: SAUCE: nvme: add quirk to not call disable function when + suspending" + - Revert "UBUNTU: SAUCE: pci: prevent sk hynix nvme from entering D3" + - PCI: PM: Avoid possible suspend-to-idle issue + - PCI: PM: Skip devices in D0 for suspend-to-idle + - nvme-pci: Sync queues on reset + - nvme: Export get and set features + - nvme-pci: Use host managed power state for suspend + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc, free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + * libsas: old linkrate advertised after phy disabled (LP: #1830435) + - scsi: libsas: Inject revalidate event for root port event + - scsi: libsas: Do discovery on empty PHY to update PHY info + * fanotify06 from ubuntu_ltp_syscalls failed (LP: #1833028) + - ovl: do not generate duplicate fsnotify events for "fake" path + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + * ubuntu 18.04 flickering screen with Radeon X1600 (LP: #1791312) + - drm/radeon: prefer lower reference dividers + * [ALSA] [PATCH] Headset fixup for System76 Gazelle (gaze14) (LP: #1827555) + - ALSA: hda/realtek - Headset fixup for System76 Gazelle (gaze14) + - ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14) + * ftrace in ubuntu_kernel_selftests complains "Illegal number" because of the + absence of tput (LP: #1828989) + - selftests/ftrace: Handle the absence of tput + * CVE-2019-11833 + - ext4: zero out the unused memory region in the extent tree block + * Disco update: 5.0.14 upstream stable release (LP: #1832775) + - selftests/seccomp: Prepare for exclusive seccomp flags + - seccomp: Make NEW_LISTENER and TSYNC flags exclusive + - ARC: memset: fix build with L1_CACHE_SHIFT != 6 + - iwlwifi: fix driver operation for 5350 + - mwifiex: Make resume actually do something useful again on SDIO cards + - mtd: rawnand: marvell: Clean the controller state before each operation + - mac80211: don't attempt to rename ERR_PTR() debugfs dirs + - i2c: synquacer: fix enumeration of slave devices + - i2c: imx: correct the method of getting private data in notifier_call + - i2c: Prevent runtime suspend of adapter when Host Notify is required + - ALSA: hda/realtek - Add new Dell platform for headset mode + - USB: yurex: Fix protection fault after device removal + - USB: w1 ds2490: Fix bug caused by improper use of altsetting array + - USB: dummy-hcd: Fix failure to give back unlinked URBs + - usb: usbip: fix isoc packet num validation in get_pipe + - USB: core: Fix unterminated string returned by usb_string() + - USB: core: Fix bug caused by duplicate interface PM usage counter + - KVM: lapic: Disable timer advancement if adaptive tuning goes haywire + - KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short + - KVM: lapic: Track lapic timer advance per vCPU + - KVM: lapic: Allow user to disable adaptive tuning of timer advancement + - KVM: lapic: Convert guest TSC to host time domain if necessary + - arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay + - HID: logitech: check the return value of create_singlethread_workqueue + - HID: debug: fix race condition with between rdesc_show() and device removal + - rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configured + - rtc: sh: Fix invalid alarm warning for non-enabled alarm + - ARM: OMAP2+: add missing of_node_put after of_device_is_available + - batman-adv: Reduce claim hash refcnt only for removed entry + - batman-adv: Reduce tt_local hash refcnt only for removed entry + - batman-adv: Reduce tt_global hash refcnt only for removed entry + - batman-adv: fix warning in function batadv_v_elp_get_throughput + - ARM: dts: rockchip: Fix gpu opp node names for rk3288 + - reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev + - ARM: dts: Fix dcan clkctrl clock for am3 + - i40e: fix i40e_ptp_adjtime when given a negative delta + - ixgbe: fix mdio bus registration + - i40e: fix WoL support check + - riscv: fix accessing 8-byte variable from RV32 + - HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630 + - net: hns3: fix compile error + - xdp: fix cpumap redirect SKB creation bug + - net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table + - net/mlx5: E-Switch, Fix esw manager vport indication for more vport commands + - bonding: show full hw address in sysfs for slave entries + - net: stmmac: use correct DMA buffer size in the RX descriptor + - net: stmmac: ratelimit RX error logs + - net: stmmac: don't stop NAPI processing when dropping a packet + - net: stmmac: don't overwrite discard_frame status + - net: stmmac: fix dropping of multi-descriptor RX frames + - net: stmmac: don't log oversized frames + - jffs2: fix use-after-free on symlink traversal + - debugfs: fix use-after-free on symlink traversal + - mfd: twl-core: Disable IRQ while suspended + - block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctx + - rtc: da9063: set uie_unsupported when relevant + - HID: input: add mapping for Assistant key + - vfio/pci: use correct format characters + - scsi: core: add new RDAC LENOVO/DE_Series device + - scsi: storvsc: Fix calculation of sub-channel count + - arm/mach-at91/pm : fix possible object reference leak + - blk-mq: do not reset plug->rq_count before the list is sorted + - arm64: fix wrong check of on_sdei_stack in nmi context + - net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw() + - net: hns: Fix probabilistic memory overwrite when HNS driver initialized + - net: hns: fix ICMP6 neighbor solicitation messages discard problem + - net: hns: Fix WARNING when remove HNS driver with SMMU enabled + - libcxgb: fix incorrect ppmax calculation + - KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow + - kmemleak: powerpc: skip scanning holes in the .bss section + - hugetlbfs: fix memory leak for resv_map + - sh: fix multiple function definition build errors + - null_blk: prevent crash from bad home_node value + - xsysace: Fix error handling in ace_setup + - fs: stream_open - opener for stream-like files so that read and write can + run simultaneously without deadlock + - ARM: orion: don't use using 64-bit DMA masks + - ARM: iop: don't use using 64-bit DMA masks + - perf/x86/amd: Update generic hardware cache events for Family 17h + - Bluetooth: btusb: request wake pin with NOAUTOEN + - Bluetooth: mediatek: fix up an error path to restore bdev->tx_state + - clk: qcom: Add missing freq for usb30_master_clk on 8998 + - usb: dwc3: Reset num_trbs after skipping + - staging: iio: adt7316: allow adt751x to use internal vref for all dacs + - staging: iio: adt7316: fix the dac read calculation + - staging: iio: adt7316: fix handling of dac high resolution option + - staging: iio: adt7316: fix the dac write calculation + - scsi: RDMA/srpt: Fix a credit leak for aborted commands + - ASoC: Intel: bytcr_rt5651: Revert "Fix DMIC map headsetmic mapping" + - ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register address + - ASoC: sunxi: sun50i-codec-analog: Rename hpvcc regulator supply to cpvdd + - ASoC: wm_adsp: Correct handling of compressed streams that restart + - ASoC: dpcm: skip missing substream while applying symmetry + - ASoC: stm32: fix sai driver name initialisation + - KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob + - KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw() + - kvm: vmx: Fix typos in vmentry/vmexit control setting + - KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer + - platform/x86: intel_pmc_core: Fix PCH IP name + - platform/x86: intel_pmc_core: Handle CFL regmap properly + - IB/core: Unregister notifier before freeing MAD security + - IB/core: Fix potential memory leak while creating MAD agents + - IB/core: Destroy QP if XRC QP fails + - Input: snvs_pwrkey - initialize necessary driver data before enabling IRQ + - Input: stmfts - acknowledge that setting brightness is a blocking call + - gpio: mxc: add check to return defer probe if clock tree NOT ready + - selinux: avoid silent denials in permissive mode under RCU walk + - selinux: never allow relabeling on context mounts + - mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN mode + - powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown + search + - x86/mce: Improve error message when kernel cannot recover, p2 + - clk: x86: Add system specific quirk to mark clocks as critical + - x86/mm/KASLR: Fix the size of the direct mapping section + - x86/mm: Fix a crash with kmemleak_scan() + - x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" + - i2c: i2c-stm32f7: Fix SDADEL minimum formula + - media: v4l2: i2c: ov7670: Fix PLL bypass register values + - ASoC: wm_adsp: Check for buffer in trigger stop + - mm/kmemleak.c: fix unused-function warning + - Linux 5.0.14 + * [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all + (LP: #1784485) // Disco update: 5.0.14 upstream stable release + (LP: #1832775) + - ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR + * Support new ums-realtek device (LP: #1831840) + - USB: usb-storage: Add new ID to ums-realtek + * amd_iommu possible data corruption (LP: #1823037) + - iommu/amd: Set exclusion range correctly + * Add new sound card PCIID into the alsa driver (LP: #1832299) + - ALSA: hda/intel: add CometLake PCI IDs + * idle-page oopses when accessing page frames that are out of range + (LP: #1833410) + - mm/page_idle.c: fix oops because end_pfn is larger than max_pfn + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + * Disco update: 5.0.13 upstream stable release (LP: #1832749) + - ipv4: ip_do_fragment: Preserve skb_iif during fragmentation + - ipv6: A few fixes on dereferencing rt->from + - ipv6: fix races in ip6_dst_destroy() + - ipv6/flowlabel: wait rcu grace period before put_pid() + - ipv6: invert flowlabel sharing check in process and user mode + - l2ip: fix possible use-after-free + - l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() + - net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc + - net: phy: marvell: Fix buffer overrun with stats counters + - net/tls: avoid NULL pointer deref on nskb->sk in fallback + - rxrpc: Fix net namespace cleanup + - sctp: avoid running the sctp state machine recursively + - selftests: fib_rule_tests: print the result and return 1 if any tests failed + - packet: validate msg_namelen in send directly + - packet: in recvmsg msg_name return at least sizeof sockaddr_ll + - selftests: fib_rule_tests: Fix icmp proto with ipv6 + - tcp: add sanity tests in tcp_add_backlog() + - udp: fix GRO reception in case of length mismatch + - udp: fix GRO packet of death + - bnxt_en: Improve multicast address setup logic. + - bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one() + - bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions. + - bnxt_en: Pass correct extended TX port statistics size to firmware. + - bnxt_en: Fix statistics context reservation logic. + - bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt(). + - net/tls: don't copy negative amounts of data in reencrypt + - net/tls: fix copy to fragments in reencrypt + - KVM: x86: Whitelist port 0x7e for pre-incrementing %rip + - KVM: nVMX: Fix size checks in vmx_set_nested_state + - ALSA: line6: use dynamic buffers + - iwlwifi: mvm: properly check debugfs dentry before using it + - ath10k: Drop WARN_ON()s that always trigger during system resume + - Linux 5.0.13 + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + - SAUCE: HID: multitouch: Add pointstick support for ALPS Touchpad + * [SRU][B/B-OEM/B-OEM-OSP-1/C/D/E] Add trackpoint middle button support of 2 + new thinpads (LP: #1833637) + - Input: elantech - enable middle button support on 2 ThinkPads + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + * CVE-2019-11884 + - Bluetooth: hidp: fix buffer overflow + * TPM module can not initial (LP: #1826142) + - spi: Optionally use GPIO descriptors for CS GPIOs + - spi: dw: Convert to use CS GPIO descriptors + - spi: dw: fix warning unused variable 'ret' + - spi: Support high CS when using descriptors + - spi: dw: Fix default polarity of native chipselect + - gpio: of: Fix logic inversion + - spi: Add missing error handling for CS GPIOs + * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130 // CVE-2019-11091 + - SAUCE: Synchronize MDS mitigations with upstream + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + * CVE-2019-11091 + - x86/mds: Add MDSUM variant to the MDS documentation + * Regression for ubuntu_kernel_selftests [net] ubuntu_bpf test case fails to + build on disco (LP: #1829812) + - tools: bpftool: add basic probe capability, probe syscall availability + - tools: bpftool: add probes for eBPF program types + * POSIX fix for ftrace test in ubuntu_kernel_selftests (LP: #1828995) + - selftests/ftrace: Replace \e with \033 + - selftests/ftrace: Replace echo -e with printf + * Disco update: 5.0.12 upstream stable release (LP: #1830934) + - selinux: use kernel linux/socket.h for genheaders and mdp + - Revert "ACPICA: Clear status of GPEs before enabling them" + - drm/i915: Do not enable FEC without DSC + - mm: make page ref count overflow check tighter and more explicit + - mm: add 'try_get_page()' helper function + - mm: prevent get_user_pages() from overflowing page refcount + - fs: prevent page refcount overflow in pipe_buf_get + - arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels + - ARM: dts: bcm283x: Fix hdmi hpd gpio pull + - s390: limit brk randomization to 32MB + - mt76x02: fix hdr pointer in write txwi for USB + - mt76: mt76x2: fix external LNA gain settings + - mt76: mt76x2: fix 2.4 GHz channel gain settings + - net: ieee802154: fix a potential NULL pointer dereference + - ieee802154: hwsim: propagate genlmsg_reply return code + - Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO + writes + - net: stmmac: don't set own bit too early for jumbo frames + - net: stmmac: fix jumbo frame sending with non-linear skbs + - qlcnic: Avoid potential NULL pointer dereference + - xsk: fix umem memory leak on cleanup + - staging: axis-fifo: add CONFIG_OF dependency + - staging, mt7621-pci: fix build without pci support + - netfilter: nft_set_rbtree: check for inactive element after flag mismatch + - netfilter: bridge: set skb transport_header before entering + NF_INET_PRE_ROUTING + - netfilter: fix NETFILTER_XT_TARGET_TEE dependencies + - netfilter: ip6t_srh: fix NULL pointer dereferences + - s390/qeth: fix race when initializing the IP address table + - ARM: imx51: fix a leaked reference by adding missing of_node_put + - sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init() + - serial: ar933x_uart: Fix build failure with disabled console + - KVM: arm64: Reset the PMU in preemptible context + - arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled + - KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory + - KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots + - usb: dwc3: pci: add support for Comet Lake PCH ID + - usb: gadget: net2280: Fix overrun of OUT messages + - usb: gadget: net2280: Fix net2280_dequeue() + - usb: gadget: net2272: Fix net2272_dequeue() + - ARM: dts: pfla02: increase phy reset duration + - i2c: i801: Add support for Intel Comet Lake + - KVM: arm/arm64: Fix handling of stage2 huge mappings + - net: ks8851: Dequeue RX packets explicitly + - net: ks8851: Reassert reset pin if chip ID check fails + - net: ks8851: Delay requesting IRQ until opened + - net: ks8851: Set initial carrier state to down + - staging: rtl8188eu: Fix potential NULL pointer dereference of kcalloc + - staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereference + - staging: rtl8712: uninitialized memory in read_bbreg_hdl() + - staging: rtlwifi: Fix potential NULL pointer dereference of kzalloc + - net: phy: Add DP83825I to the DP83822 driver + - net: macb: Add null check for PCLK and HCLK + - net/sched: don't dereference a->goto_chain to read the chain index + - ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi + - drm/tegra: hub: Fix dereference before check + - NFS: Fix a typo in nfs_init_timeout_values() + - net: xilinx: fix possible object reference leak + - net: ibm: fix possible object reference leak + - net: ethernet: ti: fix possible object reference leak + - drm: Fix drm_release() and device unplug + - gpio: aspeed: fix a potential NULL pointer dereference + - drm/meson: Fix invalid pointer in meson_drv_unbind() + - drm/meson: Uninstall IRQ handler + - ARM: davinci: fix build failure with allnoconfig + - sbitmap: order READ/WRITE freed instance and setting clear bit + - staging: vc04_services: Fix an error code in vchiq_probe() + - scsi: mpt3sas: Fix kernel panic during expander reset + - scsi: aacraid: Insure we don't access PCIe space during AER/EEH + - scsi: qla4xxx: fix a potential NULL pointer dereference + - usb: usb251xb: fix to avoid potential NULL pointer dereference + - leds: trigger: netdev: fix refcnt leak on interface rename + - SUNRPC: fix uninitialized variable warning + - x86/realmode: Don't leak the trampoline kernel address + - usb: u132-hcd: fix resource leak + - ceph: fix use-after-free on symlink traversal + - scsi: zfcp: reduce flood of fcrscn1 trace records on multi-element RSCN + - x86/mm: Don't exceed the valid physical address space + - libata: fix using DMA buffers on stack + - kbuild: skip parsing pre sub-make code for recursion + - afs: Fix StoreData op marshalling + - gpio: of: Check propname before applying "cs-gpios" quirks + - gpio: of: Check for "spi-cs-high" in child instead of parent node + - KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPT + - KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation) + - kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs + - x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init + - KVM: selftests: assert on exit reason in CR4/cpuid sync test + - KVM: selftests: explicitly disable PIE for tests + - KVM: selftests: disable stack protector for all KVM tests + - KVM: selftests: complete IO before migrating guest state + - gpio: of: Fix of_gpiochip_add() error path + - nvme-multipath: relax ANA state check + - nvmet: fix building bvec from sg list + - nvmet: fix error flow during ns enable + - perf cs-etm: Add missing case value + - perf machine: Update kernel map address and re-order properly + - kconfig/[mn]conf: handle backspace (^H) key + - iommu/amd: Reserve exclusion range in iova-domain + - kasan: fix variable 'tag' set but not used warning + - ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK + - leds: pca9532: fix a potential NULL pointer dereference + - leds: trigger: netdev: use memcpy in device_name_store + - Linux 5.0.12 + - [Config] Document drop of axis-fifo for amd64/i386 + * Disco update: 5.0.11 upstream stable release (LP: #1830929) + - netfilter: nf_tables: bogus EBUSY when deleting set after flush + - netfilter: nf_tables: bogus EBUSY in helper removal from transaction + - intel_th: gth: Fix an off-by-one in output unassigning + - powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 + - ALSA: hda/realtek - Move to ACT_INIT state + - fs/proc/proc_sysctl.c: Fix a NULL pointer dereference + - block, bfq: fix use after free in bfq_bfqq_expire + - cifs: fix memory leak in SMB2_read + - cifs: fix page reference leak with readv/writev + - cifs: do not attempt cifs operation on smb2+ rename error + - tracing: Fix a memory leak by early error exit in trace_pid_write() + - tracing: Fix buffer_ref pipe ops + - crypto: xts - Fix atomic sleep when walking skcipher + - crypto: lrw - Fix atomic sleep when walking skcipher + - gpio: eic: sprd: Fix incorrect irq type setting for the sync EIC + - zram: pass down the bvec we need to read into in the work struct + - lib/Kconfig.debug: fix build error without CONFIG_BLOCK + - MIPS: scall64-o32: Fix indirect syscall number load + - trace: Fix preempt_enable_no_resched() abuse + - mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory + model + - arm64: mm: Ensure tail of unaligned initrd is reserved + - IB/rdmavt: Fix frwr memory registration + - RDMA/mlx5: Do not allow the user to write to the clock page + - RDMA/mlx5: Use rdma_user_map_io for mapping BAR pages + - RDMA/ucontext: Fix regression with disassociate + - sched/numa: Fix a possible divide-by-zero + - ceph: only use d_name directly when parent is locked + - ceph: ensure d_name stability in ceph_dentry_hash() + - ceph: fix ci->i_head_snapc leak + - nfsd: Don't release the callback slot unless it was actually held + - nfsd: wake waiters blocked on file_lock before deleting it + - nfsd: wake blocked file lock waiters before sending callback + - sunrpc: don't mark uninitialised items as VALID. + - perf/x86/intel: Update KBL Package C-state events to also include + PC8/PC9/PC10 counters + - Input: synaptics-rmi4 - write config register values to the right offset + - dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid + - dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status + - dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_start + - ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cache + - powerpc/mm/radix: Make Radix require HUGETLB_PAGE + - drm/vc4: Fix memory leak during gpu reset. + - drm/ttm: fix re-init of global structures + - drm/vc4: Fix compilation error reported by kbuild test bot + - ext4: fix some error pointer dereferences + - loop: do not print warn message if partition scan is successful + - tipc: handle the err returned from cmd header function + - slip: make slhc_free() silently accept an error pointer + - workqueue: Try to catch flush_work() without INIT_WORK(). + - sched/deadline: Correctly handle active 0-lag timers + - mac80211_hwsim: calculate if_combination.max_interfaces + - NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. + - netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON + - fm10k: Fix a potential NULL pointer dereference + - tipc: check bearer name with right length in tipc_nl_compat_bearer_enable + - tipc: check link name with right length in tipc_nl_compat_link_set + - net: netrom: Fix error cleanup path of nr_proto_init + - net/rds: Check address length before reading address family + - rxrpc: fix race condition in rxrpc_input_packet() + - pin iocb through aio. + - aio: fold lookup_kiocb() into its sole caller + - aio: keep io_event in aio_kiocb + - aio: store event at final iocb_put() + - Fix aio_poll() races + - x86, retpolines: Raise limit for generating indirect calls from switch-case + - x86/retpolines: Disable switch jump tables when retpolines are enabled + - rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use + - ipv4: add sanity checks in ipv4_link_failure() + - ipv4: set the tcp_min_rtt_wlen range from 0 to one day + - mlxsw: spectrum: Fix autoneg status in ethtool + - net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query + - net: rds: exchange of 8K and 1M pool + - net/rose: fix unbound loop in rose_loopback_timer() + - net: stmmac: move stmmac_check_ether_addr() to driver probe + - net/tls: fix refcount adjustment in fallback + - stmmac: pci: Adjust IOT2000 matching + - team: fix possible recursive locking when add slaves + - net: socionext: replace napi_alloc_frag with the netdev variant on init + - net/ncsi: handle overflow when incrementing mac address + - mlxsw: pci: Reincrease PCI reset timeout + - mlxsw: spectrum: Put MC TCs into DWRR mode + - net/mlx5e: Fix the max MTU check in case of XDP + - net/mlx5e: Fix use-after-free after xdp_return_frame + - net/tls: avoid potential deadlock in tls_set_device_offload_rx() + - net/tls: don't leak IV and record seq when offload fails + - Linux 5.0.11 + * Disco update: 5.0.10 upstream stable release (LP: #1830922) + - bonding: fix event handling for stacked bonds + - failover: allow name change on IFF_UP slave interfaces + - net: atm: Fix potential Spectre v1 vulnerabilities + - net: bridge: fix per-port af_packet sockets + - net: bridge: multicast: use rcu to access port list from + br_multicast_start_querier + - net: fec: manage ahb clock in runtime pm + - net: Fix missing meta data in skb with vlan packet + - net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv + - tcp: tcp_grow_window() needs to respect tcp_space() + - team: set slave to promisc if team is already in promisc mode + - tipc: missing entries in name table of publications + - vhost: reject zero size iova range + - ipv4: recompile ip options in ipv4_link_failure + - ipv4: ensure rcu_read_lock() in ipv4_link_failure() + - mlxsw: spectrum_switchdev: Add MDB entries in prepare phase + - mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueue + - mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueue + - mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueue + - mlxsw: spectrum_router: Do not check VRF MAC address + - net: thunderx: raise XDP MTU to 1508 + - net: thunderx: don't allow jumbo frames with XDP + - net/tls: fix the IV leaks + - net/tls: don't leak partially sent record in device mode + - net: strparser: partially revert "strparser: Call skb_unclone conditionally" + - net/tls: fix build without CONFIG_TLS_DEVICE + - net: bridge: fix netlink export of vlan_stats_per_port option + - net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded + - net/mlx5e: Protect against non-uplink representor for encap + - net/mlx5e: Switch to Toeplitz RSS hash by default + - net/mlx5e: Rx, Fixup skb checksum for packets with tail padding + - net/mlx5e: Rx, Check ip headers sanity + - Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 + packets" + - net/mlx5: FPGA, tls, hold rcu read lock a bit longer + - net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded() + - net/mlx5: FPGA, tls, idr remove on flow delete + - route: Avoid crash from dereferencing NULL rt->from + - nfp: flower: replace CFI with vlan present + - nfp: flower: remove vlan CFI bit from push vlan action + - sch_cake: Use tc_skb_protocol() helper for getting packet protocol + - sch_cake: Make sure we can write the IP header before changing DSCP bits + - NFC: nci: Add some bounds checking in nci_hci_cmd_received() + - nfc: nci: Potential off by one in ->pipes[] array + - sch_cake: Simplify logic in cake_select_tin() + - CIFS: keep FileInfo handle live during oplock break + - cifs: Fix lease buffer length error + - cifs: Fix use-after-free in SMB2_write + - cifs: Fix use-after-free in SMB2_read + - cifs: fix handle leak in smb2_query_symlink() + - fs/dax: Deposit pagetable even when installing zero page + - KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU + - KVM: x86: svm: make sure NMI is injected after nmi_singlestep + - Staging: iio: meter: fixed typo + - staging: iio: ad7192: Fix ad7193 channel address + - iio: gyro: mpu3050: fix chip ID reading + - iio/gyro/bmg160: Use millidegrees for temperature scale + - iio:chemical:bme680: Fix, report temperature in millidegrees + - iio:chemical:bme680: Fix SPI read interface + - iio: cros_ec: Fix the maths for gyro scale calculation + - iio: ad_sigma_delta: select channel when reading register + - iio: dac: mcp4725: add missing powerdown bits in store eeprom + - iio: Fix scan mask selection + - iio: adc: at91: disable adc channel interrupt in timeout case + - iio: core: fix a possible circular locking dependency + - io: accel: kxcjk1013: restore the range after resume. + - staging: most: core: use device description as name + - staging: comedi: vmk80xx: Fix use of uninitialized semaphore + - staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf + - staging: comedi: ni_usb6501: Fix use of uninitialized mutex + - staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf + - ALSA: core: Fix card races between register and disconnect + - Input: elan_i2c - add hardware ID for multiple Lenovo laptops + - serial: sh-sci: Fix HSCIF RX sampling point adjustment + - serial: sh-sci: Fix HSCIF RX sampling point calculation + - vt: fix cursor when clearing the screen + - scsi: core: set result when the command cannot be dispatched + - Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO" + - i3c: dw: Fix dw_i3c_master_disable controller by using correct mask + - i3c: Fix the verification of random PID + - Revert "svm: Fix AVIC incomplete IPI emulation" + - coredump: fix race condition between mmget_not_zero()/get_task_mm() and core + dumping + - x86/kvm: move kvm_load/put_guest_xcr0 into atomic context + - ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier + - crypto: x86/poly1305 - fix overflow during partial reduction + - drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 + - arm64: futex: Restore oldval initialization to work around buggy compilers + - x86/kprobes: Verify stack frame on kretprobe + - kprobes: Mark ftrace mcount handler functions nokprobe + - x86/kprobes: Avoid kretprobe recursion bug + - kprobes: Fix error check when reusing optimized probes + - rt2x00: do not increment sequence number while re-transmitting + - mac80211: do not call driver wake_tx_queue op during reconfig + - s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) + - drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming + - perf/x86/amd: Add event map for AMD Family 17h + - x86/cpu/bugs: Use __initconst for 'const' init data + - perf/x86: Fix incorrect PEBS_REGS + - x86/speculation: Prevent deadlock on ssb_state::lock + - timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze() + - nfit/ars: Remove ars_start_flags + - nfit/ars: Introduce scrub_flags + - nfit/ars: Allow root to busy-poll the ARS state machine + - nfit/ars: Avoid stale ARS results + - tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete + - tpm: Fix the type of the return value in calc_tpm2_event_size() + - Revert "kbuild: use -Oz instead of -Os when using clang" + - sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup + - tpm: fix an invalid condition in tpm_common_poll + - mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependency + - device_cgroup: fix RCU imbalance in error case + - perf/ring_buffer: Fix AUX record suppression + - mm/memory_hotplug: do not unlock after failing to take the + device_hotplug_lock + - mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y + CONFIG_SMP=n + - ALSA: info: Fix racy addition/deletion of nodes + - percpu: stop printing kernel addresses + - kernel/sysctl.c: fix out-of-bounds access when setting file-max + - Linux 5.0.10 + * Disco update: 5.0.9 upstream stable release (LP: #1830906) + - ARC: u-boot args: check that magic number is correct + - arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM + - perf/core: Restore mmap record type correctly + - mips: bcm47xx: Enable USB power on Netgear WNDR3400v2 + - ext4: avoid panic during forced reboot + - ext4: add missing brelse() in add_new_gdb_meta_bg() + - ext4: report real fs size after failed resize + - ALSA: echoaudio: add a check for ioremap_nocache + - ALSA: sb8: add a check for request_region + - auxdisplay: hd44780: Fix memory leak on ->remove() + - drm/udl: use drm_gem_object_put_unlocked. + - IB/mlx4: Fix race condition between catas error reset and aliasguid flows + - i40iw: Avoid panic when handling the inetdev event + - mmc: davinci: remove extraneous __init annotation + - ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and + declaration + - paride/pf: cleanup queues when detection fails + - paride/pcd: cleanup queues when detection fails + - thermal/intel_powerclamp: fix __percpu declaration of worker_data + - thermal: samsung: Fix incorrect check after code merge + - thermal: bcm2835: Fix crash in bcm2835_thermal_debugfs + - thermal/int340x_thermal: Add additional UUIDs + - thermal/int340x_thermal: fix mode setting + - thermal/intel_powerclamp: fix truncated kthread name + - scsi: iscsi: flush running unbind operations when removing a session + - sched/cpufreq: Fix 32-bit math overflow + - sched/core: Fix buffer overflow in cgroup2 property cpu.max + - x86/mm: Don't leak kernel addresses + - tools/power turbostat: return the exit status of a command + - scsi: core: Also call destroy_rcu_head() for passthrough requests + - scsi: qla2xxx: Fix NULL pointer crash due to stale CPUID + - perf stat: Fix --no-scale + - perf list: Don't forget to drop the reference to the allocated thread_map + - perf tools: Fix errors under optimization level '-Og' + - perf config: Fix an error in the config template documentation + - perf config: Fix a memory leak in collect_config() + - perf build-id: Fix memory leak in print_sdt_events() + - perf top: Fix error handling in cmd_top() + - perf hist: Add missing map__put() in error case + - perf map: Remove map from 'names' tree in __maps__remove() + - perf maps: Purge all maps from the 'names' tree + - perf top: Fix global-buffer-overflow issue + - perf evsel: Free evsel->counts in perf_evsel__exit() + - perf tests: Fix a memory leak of cpu_map object in the + openat_syscall_event_on_all_cpus test + - perf tests: Fix memory leak by expr__find_other() in test__expr() + - perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() + - ACPI / utils: Drop reference in test for device presence + - PM / Domains: Avoid a potential deadlock + - blk-iolatency: #include "blk.h" + - drm/exynos/mixer: fix MIXER shadow registry synchronisation code + - irqchip/stm32: Don't clear rising/falling config registers at init + - irqchip/stm32: Don't set rising configuration registers at init + - irqchip/mbigen: Don't clear eventid when freeing an MSI + - x86/hpet: Prevent potential NULL pointer dereference + - x86/hyperv: Prevent potential NULL pointer dereference + - x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors + - drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure + - iommu/vt-d: Check capability before disabling protected memory + - iommu/vt-d: Save the right domain ID used by hardware + - x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return + an error + - cifs: fix that return -EINVAL when do dedupe operation + - fix incorrect error code mapping for OBJECTID_NOT_FOUND + - cifs: Fix slab-out-of-bounds when tracing SMB tcon + - x86/gart: Exclude GART aperture from kcore + - ext4: prohibit fstrim in norecovery mode + - lkdtm: Print real addresses + - lkdtm: Add tests for NULL pointer dereference + - drm/amdgpu: psp_ring_destroy cause psp->km_ring.ring_mem NULL + - drm/panel: panel-innolux: set display off in innolux_panel_unprepare + - crypto: axis - fix for recursive locking from bottom half + - Revert "ACPI / EC: Remove old CLEAR_ON_RESUME quirk" + - coresight: cpu-debug: Support for CA73 CPUs + - PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe ports + - PCI/ASPM: Save LTR Capability for suspend/resume + - f2fs: sync filesystem after roll-forward recovery + - drm/nouveau/volt/gf117: fix speedo readout register + - platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown + - ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_t + - drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI) + - appletalk: Fix use-after-free in atalk_proc_exit + - cifs: return -ENODATA when deleting an xattr that does not exist + - lib/div64.c: off by one in shift + - rxrpc: Fix client call connect/disconnect race + - f2fs: fix to dirty inode for i_mode recovery + - f2fs: fix to use kvfree instead of kzfree + - f2fs: fix to add refcount once page is tagged PG_private + - include/linux/swap.h: use offsetof() instead of custom __swapoffset macro + - bpf: fix use after free in bpf_evict_inode + - IB/hfi1: Failed to drain send queue when QP is put into error state + - paride/pf: Fix potential NULL pointer dereference + - paride/pcd: Fix potential NULL pointer dereference and mem leak + - Linux 5.0.9 + * crashdump fails on HiSilicon D06 (LP: #1828868) + - iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel + * Eletrical noise occurred when external headset enter powersaving mode on a + DEll machine (LP: #1828798) + - ALSA: hda/realtek - Fixup headphone noise via runtime suspend + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + * ethtool identify command doesn't blink LED on Hi1620 NICs (LP: #1829306) + - net: phy: marvell: add new default led configure for m88e151x + * Add support to Comet Lake LPSS (LP: #1830175) + - mfd: intel-lpss: Add Intel Comet Lake PCI IDs + * Reduce NAPI weight in hns driver from 256 to 64 (LP: #1830587) + - net: hns: Use NAPI_POLL_WEIGHT for hns driver + + -- Kleber Sacilotto de Souza Tue, 02 Jul 2019 18:58:27 +0200 + +linux-aws (5.0.0-1010.11) disco; urgency=medium + + * linux-aws: 5.0.0-1010.11 -proposed tracker (LP: #1833922) + + [ Ubuntu: 5.0.0-20.21 ] + + * linux: 5.0.0-20.21 -proposed tracker (LP: #1833934) + * CVE-2019-11479 + - SAUCE: tcp: add tcp_min_snd_mss sysctl + - SAUCE: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() + * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard + manipulation (LP: #1831638) // CVE-2019-11478 + - tcp: refine memory limit test in tcp_fragment() + + [ Ubuntu: 5.0.0-19.20 ] + + * CVE-2019-12817 + - SAUCE: powerpc/mm/64s/hash: Reallocate context ids on fork + + -- Kleber Sacilotto de Souza Tue, 25 Jun 2019 14:31:54 +0200 + +linux-aws (5.0.0-1008.8) disco; urgency=medium + + + [ Ubuntu: 5.0.0-17.18 ] + + * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard + manipulation (LP: #1831638) + - SAUCE: tcp: tcp_fragment() should apply sane memory limits + * Remote denial of service (system crash) caused by integer overflow in TCP + SACK handling (LP: #1831637) + - SAUCE: tcp: limit payload size of sacked skbs + + -- Thadeu Lima de Souza Cascardo Tue, 04 Jun 2019 16:23:54 -0300 + +linux-aws (5.0.0-1007.7) disco; urgency=medium + + * linux-aws: 5.0.0-1007.7 -proposed tracker (LP: #1829165) + + * Disco update: 5.0.8 upstream stable release (LP: #1828415) + - [Config] aws: set CONFIG_LDISC_AUTOLOAD=y + - [Config] aws: remove CONFIG_R3964 + + [ Ubuntu: 5.0.0-16.17 ] + + * linux: 5.0.0-16.17 -proposed tracker (LP: #1829173) + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + * Disco update: 5.0.8 upstream stable release (LP: #1828415) + - drm/i915/gvt: do not let pin count of shadow mm go negative + - kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile + - netfilter: nft_compat: use .release_ops and remove list of extension + - netfilter: nf_tables: use-after-free in dynamic operations + - netfilter: nf_tables: add missing ->release_ops() in error path of newrule() + - hv_netvsc: Fix unwanted wakeup after tx_disable + - ibmvnic: Fix completion structure initialization + - ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type + - ipv6: Fix dangling pointer when ipv6 fragment + - ipv6: sit: reset ip header pointer in ipip6_rcv + - kcm: switch order of device registration to fix a crash + - net: ethtool: not call vzalloc for zero sized memory request + - net-gro: Fix GRO flush when receiving a GSO packet. + - net/mlx5: Decrease default mr cache size + - netns: provide pure entropy for net_hash_mix() + - net: rds: force to destroy connection if t_sock is NULL in + rds_tcp_kill_sock(). + - net/sched: act_sample: fix divide by zero in the traffic path + - net/sched: fix ->get helper of the matchall cls + - qmi_wwan: add Olicard 600 + - r8169: disable ASPM again + - sctp: initialize _pad of sockaddr_in before copying to user memory + - tcp: Ensure DCTCP reacts to losses + - tcp: fix a potential NULL pointer dereference in tcp_sk_exit + - vrf: check accept_source_route on the original netdevice + - net/mlx5e: Fix error handling when refreshing TIRs + - net/mlx5e: Add a lock on tir list + - nfp: validate the return code from dev_queue_xmit() + - nfp: disable netpoll on representors + - bnxt_en: Improve RX consumer index validity check. + - bnxt_en: Reset device on RX buffer errors. + - net: ip_gre: fix possible use-after-free in erspan_rcv + - net: ip6_gre: fix possible use-after-free in ip6erspan_rcv + - net: bridge: always clear mcast matching struct on reports and leaves + - net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop + - net: vrf: Fix ping failed when vrf mtu is set to 0 + - net: core: netif_receive_skb_list: unlist skb before passing to pt->func + - r8169: disable default rx interrupt coalescing on RTL8168 + - net: mlx5: Add a missing check on idr_find, free buf + - net/mlx5e: Update xoff formula + - net/mlx5e: Update xon formula + - kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LD + - lib/string.c: implement a basic bcmp + - Revert "clk: meson: clean-up clock registration" + - tty: mark Siemens R3964 line discipline as BROKEN + - [Config]: remove CONFIG_R3964 + - [Config]: add CONFIG_LDISC_AUTOLOAD=y + - tty: ldisc: add sysctl to prevent autoloading of ldiscs + - hwmon: (w83773g) Select REGMAP_I2C to fix build error + - hwmon: (occ) Fix power sensor indexing + - SMB3: Allow persistent handle timeout to be configurable on mount + - HID: logitech: Handle 0 scroll events for the m560 + - ACPICA: Clear status of GPEs before enabling them + - ACPICA: Namespace: remove address node from global list after method + termination + - ALSA: seq: Fix OOB-reads from strlcpy + - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate B114-21 with ALC233 + - ALSA: hda/realtek - Add quirk for Tuxedo XC 1509 + - ALSA: xen-front: Do not use stream buffer size before it is set + - mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() + - arm64: dts: rockchip: fix rk3328 sdmmc0 write errors + - mmc: alcor: don't write data before command has completed + - mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning + - parisc: Detect QEMU earlier in boot process + - parisc: regs_return_value() should return gpr28 + - parisc: also set iaoq_b in instruction_pointer_set() + - alarmtimer: Return correct remaining time + - drm/i915/gvt: do not deliver a workload if its creation fails + - drm/sun4i: DW HDMI: Lower max. supported rate for H6 + - drm/udl: add a release method and delay modeset teardown + - kvm: svm: fix potential get_num_contig_pages overflow + - include/linux/bitrev.h: fix constant bitrev + - mm: writeback: use exact memcg dirty counts + - ASoC: intel: Fix crash at suspend/resume after failed codec registration + - ASoC: fsl_esai: fix channel swap issue when stream starts + - Btrfs: do not allow trimming when a fs is mounted with the nologreplay + option + - btrfs: prop: fix zstd compression parameter validation + - btrfs: prop: fix vanished compression property after failed set + - riscv: Fix syscall_get_arguments() and syscall_set_arguments() + - block: Revert v5.0 blk_mq_request_issue_directly() changes + - block: do not leak memory in bio_copy_user_iov() + - block: fix the return errno for direct IO + - genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent() + - genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n + - virtio: Honour 'may_reduce_num' in vring_create_virtqueue + - ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation + - ARM: dts: rockchip: fix rk3288 cpu opp node reference + - ARM: dts: am335x-evmsk: Correct the regulators for the audio codec + - ARM: dts: am335x-evm: Correct the regulators for the audio codec + - ARM: dts: rockchip: Fix SD card detection on rk3288-tinker + - ARM: dts: at91: Fix typo in ISC_D0 on PC9 + - arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value + - arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64 + - arm64: dts: rockchip: fix rk3328 rgmii high tx error rate + - arm64: backtrace: Don't bother trying to unwind the userspace stack + - IB/mlx5: Reset access mask when looping inside page fault handler + - xen: Prevent buffer overflow in privcmd ioctl + - sched/fair: Do not re-read ->h_load_next during hierarchical load + calculation + - xtensa: fix return_address + - csky: Fix syscall_get_arguments() and syscall_set_arguments() + - x86/asm: Remove dead __GNUC__ conditionals + - x86/asm: Use stricter assembly constraints in bitops + - x86/perf/amd: Resolve race condition when disabling PMC + - x86/perf/amd: Resolve NMI latency issues for active PMCs + - x86/perf/amd: Remove need to check "running" bit in NMI handler + - PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller + - PCI: pciehp: Ignore Link State Changes after powering off a slot + - xprtrdma: Fix helper that drains the transport + - powerpc/64s/radix: Fix radix segment exception handling + - dm integrity: change memcmp to strncmp in dm_integrity_ctr + - dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * + PAGE_SIZE") + - dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors + - dm: disable DISCARD if the underlying storage no longer supports it + - dm integrity: fix deadlock with overlapping I/O + - drm/virtio: do NOT reuse resource ids + - Linux 5.0.8 + * Disco update: 5.0.7 upstream stable release (LP: #1828410) + - ext4: cleanup bh release code in ext4_ind_remove_space() + - CIFS: fix POSIX lock leak and invalid ptr deref + - nvme-fc: fix numa_node when dev is null + - nvme-loop: init nvmet_ctrl fatal_err_work when allocate + - h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux- + - f2fs: fix to adapt small inline xattr space in __find_inline_xattr() + - f2fs: fix to avoid deadlock in f2fs_read_inline_dir() + - tracing: kdb: Fix ftdump to not sleep + - net/mlx5e: Fix access to non-existing receive queue + - net/mlx5: Avoid panic when setting vport rate + - net/mlx5: Avoid panic when setting vport mac, getting vport config + - xsk: fix to reject invalid flags in xsk_bind + - clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPAT + - gpio: gpio-omap: fix level interrupt idling + - include/linux/relay.h: fix percpu annotation in struct rchan + - sysctl: handle overflow for file-max + - net: stmmac: Avoid sometimes uninitialized Clang warnings + - enic: fix build warning without CONFIG_CPUMASK_OFFSTACK + - libbpf: force fixdep compilation at the start of the build + - iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver + - x86/hyperv: Fix kernel panic when kexec on HyperV + - perf c2c: Fix c2c report for empty numa node + - mm/sparse: fix a bad comparison + - mm/cma.c: cma_declare_contiguous: correct err handling + - mm/page_ext.c: fix an imbalance with kmemleak + - mm, swap: bounds check swap_info array accesses to avoid NULL derefs + - docs/core-api/mm: fix user memory accessors formatting + - mm,oom: don't kill global init via memory.oom.group + - memcg: killed threads should not invoke memcg OOM killer + - mm, mempolicy: fix uninit memory access + - mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! + - mm/slab.c: kmemleak no scan alien caches + - ocfs2: fix a panic problem caused by o2cb_ctl + - f2fs: do not use mutex lock in atomic context + - f2fs: fix to data block override node segment by mistake + - fs/file.c: initialize init_files.resize_wait + - page_poison: play nicely with KASAN + - kasan: fix kasan_check_read/write definitions + - cifs: use correct format characters + - dm thin: add sanity checks to thin-pool and external snapshot creation + - f2fs: fix to check inline_xattr_size boundary correctly + - cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED + - cifs: Fix NULL pointer dereference of devname + - perf beauty msg_flags: Add missing %s lost when adding prefix suppression + logic + - netfilter: nf_tables: check the result of dereferencing base_chain->stats + - PCI: mediatek: Fix memory mapped IO range size computation + - netfilter: conntrack: tcp: only close if RST matches exact sequence + - iommu/vt-d: Disable ATS support on untrusted devices + - jbd2: fix invalid descriptor block checksum + - ext4: fix bigalloc cluster freeing when hole punching under load + - fs: fix guard_bio_eod to check for real EOD errors + - tools lib traceevent: Fix buffer overflow in arg_eval + - mm/resource: Return real error codes from walk failures + - PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove() + - wil6210: check null pointer in _wil_cfg80211_merge_extra_ies + - mt76: fix a leaked reference by adding a missing of_node_put + - ath10k: Fix the wrong updation of BW in tx_stats debugfs entry + - lockdep/lib/tests: Fix run_tests.sh + - crypto: crypto4xx - add missing of_node_put after of_device_is_available + - crypto: cavium/zip - fix collision with generic cra_driver_name + - tools/bpf: selftests: add map lookup to test_map_in_map bpf prog + - usb: chipidea: Grab the (legacy) USB PHY by phandle first + - powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables + - scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.c + - kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing + - kbuild: make -r/-R effective in top Makefile for old Make versions + - btrfs: save drop_progress if we drop refs at all + - drm/amd/display: Fix reference counting for struct dc_sink. + - ath10k: don't report unset rssi values to mac80211 + - powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc + - coresight: etm4x: Add support to enable ETMv4.2 + - serial: 8250_pxa: honor the port number from devicetree + - ARM: 8840/1: use a raw_spinlock_t in unwind + - ARM: 8845/1: use unified assembler in c files + - iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables + - powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area + callback + - net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390X + - ice: fix ice_remove_rule_internal vsi_list handling + - perf script: Handle missing fields with -F +.. + - btrfs: qgroup: Make qgroup async transaction commit more aggressive + - btrfs: don't enospc all tickets on flush failure + - mmc: omap: fix the maximum timeout setting + - net: dsa: mv88e6xxx: Add lockdep classes to fix false positive splat + - veth: Fix -Wformat-truncation + - e1000e: Fix -Wformat-truncation warnings + - mlxsw: spectrum: Avoid -Wformat-truncation warnings + - i2c: Allow recovery of the initial IRQ by an I2C client device. + - platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER + R720-15IKBN + - platform/mellanox: mlxreg-hotplug: Fix KASAN warning + - loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part() + - i2c: designware: Do not allow i2c_dw_xfer() calls while suspended + - IB/mlx4: Increase the timeout for CM cache + - clk: fractional-divider: check parent rate only if flag is set + - perf annotate: Fix getting source line failure + - powerpc/44x: Force PCI on for CURRITUCK + - ASoC: qcom: Fix of-node refcount unbalance in qcom_snd_parse_of() + - cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies + - efi: cper: Fix possible out-of-bounds access + - s390/ism: ignore some errors during deregistration + - scsi: megaraid_sas: return error when create DMA pool failed + - scsi: fcoe: make use of fip_mode enum complete + - drm/amd/display: Clear stream->mode_changed after commit + - perf test: Fix failure of 'evsel-tp-sched' test on s390 + - mwifiex: don't advertise IBSS features without FW support + - perf report: Don't shadow inlined symbol with different addr range + - SoC: imx-sgtl5000: add missing put_device() + - media: ov7740: fix runtime pm initialization + - media: sh_veu: Correct return type for mem2mem buffer helpers + - media: s5p-jpeg: Correct return type for mem2mem buffer helpers + - media: rockchip/rga: Correct return type for mem2mem buffer helpers + - media: s5p-g2d: Correct return type for mem2mem buffer helpers + - media: mx2_emmaprp: Correct return type for mem2mem buffer helpers + - media: mtk-jpeg: Correct return type for mem2mem buffer helpers + - media: rockchip/vpu: Correct return type for mem2mem buffer helpers + - mt76: usb: do not run mt76u_queues_deinit twice + - gpio: of: Apply regulator-gpio quirk only to enable-gpios + - xen/gntdev: Do not destroy context while dma-bufs are in use + - vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 + - HID: intel-ish-hid: avoid binding wrong ishtp_cl_device + - cgroup, rstat: Don't flush subtree root unless necessary + - efi: Fix build error due to enum collision between efi.h and ima.h + - drm/sched: Fix entities with 0 rqs. + - regulator: core: Take lock before applying system load + - jbd2: fix race when writing superblock + - leds: lp55xx: fix null deref on firmware load failure + - tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio + - tools build: Add test-reallocarray.c to test-all.c to fix the build + - perf beauty waitid options: Fix up prefix showing logic + - perf trace: Check if the 'fd' is negative when mapping it to pathname + - perf report: Add s390 diagnosic sampling descriptor size + - perf coresight: Do not test for libopencsd by default + - iwlwifi: pcie: fix emergency path + - ACPI / video: Refactor and fix dmi_is_desktop() + - selftests: ir: fix warning: "%s" directive output may be truncated ’ + directive output may be truncated + - selftests: skip seccomp get_metadata test if not real root + - kprobes: Prohibit probing on bsearch() + - kprobes: Prohibit probing on RCU debug routine + - netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in + __nf_conntrack_confirm + - ARM: 8833/1: Ensure that NEON code always compiles with Clang + - ARM: dts: meson8b: fix the Ethernet data line signals in eth_rgmii_pins + - ALSA: PCM: check if ops are defined before suspending PCM + - ath10k: fix shadow register implementation for WCN3990 + - usb: f_fs: Avoid crash due to out-of-scope stack ptr access + - sched/topology: Fix percpu data types in struct sd_data & struct s_data + - bcache: fix input overflow to cache set sysfs file io_error_halflife + - bcache: fix input overflow to sequential_cutoff + - bcache: fix potential div-zero error of writeback_rate_i_term_inverse + - bcache: improve sysfs_strtoul_clamp() + - genirq: Avoid summation loops for /proc/stat + - net: marvell: mvpp2: fix stuck in-band SGMII negotiation + - iw_cxgb4: fix srqidx leak during connection abort + - net: phy: consider latched link-down status in polling mode + - fbdev: fbmem: fix memory access if logo is bigger than the screen + - cdrom: Fix race condition in cdrom_sysctl_register + - drm: rcar-du: add missing of_node_put + - drm/amd/display: Don't re-program planes for DPMS changes + - bpf: test_maps: fix possible out of bound access warning + - x86/kexec: Fill in acpi_rsdp_addr from the first kernel + - powerpc/ptrace: Mitigate potential Spectre v1 + - drm/amd/display: Disconnect mpcc when changing tg + - perf/aux: Make perf_event accessible to setup_aux() + - e1000e: fix cyclic resets at link up with active tx + - e1000e: Exclude device from suspend direct complete optimization + - platform/x86: intel_pmc_core: Fix PCH IP sts reading + - i2c: of: Try to find an I2C adapter matching the parent + - staging: spi: mt7621: Add return code check on device_reset() + - iwlwifi: mvm: fix RFH config command with >=10 CPUs + - ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe + - sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK + - efi/memattr: Don't bail on zero VA if it equals the region's PA + - sched/core: Use READ_ONCE()/WRITE_ONCE() in + move_queued_task()/task_rq_lock() + - drm/vkms: Bugfix racing hrtimer vblank handle + - drm/vkms: Bugfix extra vblank frame + - ARM: dts: lpc32xx: Remove leading 0x and 0s from bindings notation + - soc: qcom: gsbi: Fix error handling in gsbi_probe() + - drm/msm/dpu: Convert to a chained irq chip + - mt7601u: bump supported EEPROM version + - ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care of + - ARM: avoid Cortex-A9 livelock on tight dmb loops + - block, bfq: fix in-service-queue check for queue merging + - block, bfq: fix queue removal from weights tree + - bpf: fix missing prototype warnings + - selftests/bpf: skip verifier tests for unsupported program types + - powerpc/64s: Clear on-stack exception marker upon exception return + - cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix + the accounting + - backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state + - tty: increase the default flip buffer limit to 2*640K + - powerpc/pseries: Perform full re-add of CPU for topology update post- + migration + - drm/amd/display: Enable vblank interrupt during CRC capture + - ALSA: dice: add support for Solid State Logic Duende Classic/Mini + - regulator: mcp16502: Include linux/gpio/consumer.h to fix build error + - usb: dwc3: gadget: Fix OTG events when gadget driver isn't loaded + - platform/x86: intel-hid: Missing power button release on some Dell models + - perf trace: Fixup etcsnoop example + - perf script python: Use PyBytes for attr in trace-event-python + - perf script python: Add trace_context extension module to sys.modules + - media: mt9m111: set initial frame size other than 0x0 + - hwrng: virtio - Avoid repeated init of completion + - soc/tegra: fuse: Fix illegal free of IO base address + - selftests/bpf: suppress readelf stderr when probing for BTF support + - HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR + busy_clear bit + - f2fs: UBSAN: set boolean value iostat_enable correctly + - f2fs: fix to initialize variable to avoid UBSAN/smatch warning + - hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable + - pinctrl: meson: fix G12A ao pull registers base address + - pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numbering + - pinctrl: sh-pfc: r8a77995: Fix MOD_SEL bit numbering + - cpu/hotplug: Mute hotplug lockdep during init + - dmaengine: imx-dma: fix warning comparison of distinct pointer types + - dmaengine: qcom_hidma: assign channel cookie correctly + - dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_* + - netfilter: physdev: relax br_netfilter dependency + - media: rcar-vin: Allow independent VIN link enablement + - media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration + - PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardware + - audit: hand taken context to audit_kill_trees for syscall logging + - regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting + - pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pins + - drm: Auto-set allow_fb_modifiers when given modifiers at plane init + - drm/nouveau: Stop using drm_crtc_force_disable + - x86/build: Specify elf_i386 linker emulation explicitly for i386 objects + - selinux: do not override context on context mounts + - brcmfmac: Use firmware_request_nowarn for the clm_blob + - wlcore: Fix memory leak in case wl12xx_fetch_firmware failure + - x86/build: Mark per-CPU symbols as absolute explicitly for LLD + - drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setup + - clk: meson: clean-up clock registration + - ARM: shmobile: Fix R-Car Gen2 regulator quirk + - clk: rockchip: fix frac settings of GPLL clock for rk3328 + - dmaengine: tegra: avoid overflow of byte tracking + - staging: iio: adt7316: fix dac_bits assignment + - Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 device + - ASoC: simple-card-utils: check "reg" property on + asoc_simple_card_get_dai_id() + - drm: Reorder set_property_atomic to avoid returning with an active ww_ctx + - drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers + - net: stmmac: Avoid one more sometimes uninitialized Clang warning + - appletalk: Fix compile regression + - gpio: of: Restrict enable-gpio quirk to regulator-gpio + - ACPI / video: Extend chassis-type detection with a "Lunch Box" check + - bcache: fix potential div-zero error of writeback_rate_p_term_inverse + - kbuild: add workaround for Debian make-kpkg + - kbuild: skip sub-make for in-tree build with GNU Make 4.x + - Linux 5.0.7 + * enabling ftrace on Hi1620 CS causes an Oops (LP: #1822871) + - arm64/ftrace: fix inadvertent BUG() in trampoline check + - arm64/module: ftrace: deal with place relative nature of PLTs + * The noise keeps occurring when Headset is plugged in on a Dell machine + (LP: #1827972) + - ALSA: hda/realtek - Fixed Dell AIO speaker noise + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + * False positive test result in run_netsocktests from net in + ubuntu_kernel_selftest (LP: #1825777) + - selftests/net: correct the return value for run_netsocktests + + -- Stefan Bader Thu, 16 May 2019 12:51:04 +0200 + +linux-aws (5.0.0-1006.6) disco; urgency=medium + + + [ Ubuntu: 5.0.0-15.16 ] + + * CVE-2019-11683 + - udp: fix GRO reception in case of length mismatch + - udp: fix GRO packet of death + * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130 + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - x86/speculation/mds: Add 'mitigations=' support for MDS + * CVE-2017-5715 // CVE-2017-5753 + - s390/speculation: Support 'mitigations=' cmdline option + * CVE-2017-5715 // CVE-2017-5753 // CVE-2017-5754 // CVE-2018-3639 + - powerpc/speculation: Support 'mitigations=' cmdline option + * CVE-2017-5715 // CVE-2017-5754 // CVE-2018-3620 // CVE-2018-3639 // + CVE-2018-3646 + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Stefan Bader Tue, 07 May 2019 11:25:26 +0200 + +linux-aws (5.0.0-1005.5) disco; urgency=medium + + * linux-aws: 5.0.0-1005.5 -proposed tracker (LP: #1826141) + + [ Ubuntu: 5.0.0-14.15 ] + + * linux: 5.0.0-14.15 -proposed tracker (LP: #1826150) + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + * Intel I210 Ethernet card not working after hotplug [8086:1533] + (LP: #1818490) + - igb: Fix WARN_ONCE on runtime suspend + * [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 + upgrade (LP: #1821663) + - ALSA: hda - Add two more machines to the power_save_blacklist + * CVE-2019-9500 + - brcmfmac: assure SSID length from firmware is limited + * CVE-2019-9503 + - brcmfmac: add subtype check for event handling in data path + * CVE-2019-3882 + - vfio/type1: Limit DMA mappings per container + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260 + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + * headset-mic doesn't work on two Dell laptops. (LP: #1825272) + - ALSA: hda/realtek - add two more pin configuration sets to quirk table + * CVE-2019-3887 + - KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887) + - KVM: x86: nVMX: fix x2APIC VTPR read intercept + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + * CVE-2019-1999 + - binder: fix race between munmap() and direct reclaim + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + + -- Stefan Bader Thu, 25 Apr 2019 15:48:48 +0200 + +linux-aws (5.0.0-1004.4) disco; urgency=medium + + * linux-aws: 5.0.0-1004.4 -proposed tracker (LP: #1824833) + + [ Ubuntu: 5.0.0-13.14 ] + + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819) + * Display only has 640x480 (LP: #1824677) + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default" + * shiftfs: use after free when checking mount options (LP: #1824735) + - SAUCE: shiftfs: prevent use-after-free when verifying mount options + + [ Ubuntu: 5.0.0-12.13 ] + + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726) + * Linux 5.0 black screen on boot, display flickers (i915 regression with + certain laptop panels) (LP: #1824216) + - drm/i915/dp: revert back to max link rate and lane count on eDP + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717) + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr + + -- Seth Forshee Mon, 15 Apr 2019 10:22:48 -0500 + +linux-aws (5.0.0-1003.3) disco; urgency=medium + + * linux-aws: 5.0.0-1003.3 -proposed tracker (LP: #1824375) + + [ Ubuntu: 5.0.0-11.12 ] + + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383) + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1] + (LP: #1824194) + - net: hns3: fix for not calculating tx bd num correctly + * disco: unable to use iptables/enable ufw under -virtual kernel + (LP: #1823862) + - [Packaging] add bpfilter to linux-modules + * Make shiftfs a module rather than built-in (LP: #1824354) + - [Config] CONFIG_SHIFT_FS=m + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350) + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063) + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device + + -- Seth Forshee Thu, 11 Apr 2019 10:37:24 -0500 + +linux-aws (5.0.0-1002.2) disco; urgency=medium + + * linux-aws: 5.0.0-1002.2 -proposed tracker (LP: #1823219) + + * Set CONFIG_RANDOM_TRUST_CPU=y (LP: #1823754) + - [Config] CONFIG_RANDOM_TRUST_CPU=y + + * net and ftrace selftests failures due to missing test modules (LP: #1823407) + - SAUCE: selftests: net: don't fail test_bpf when module is not present + - SAUCE: selftests: ftrace: don't fail for unresolved tests + + * Please ship the ib_uverbs driver module in the main modules package + (LP: #1822692) + - [config] AWS: ib_uverbs.ko, ib_umad.ko moved to linux-modules package + + * Miscellaneous Ubuntu changes + - [Config] update configs following rebase to 5.0.0-10.11 + + -- Seth Forshee Tue, 09 Apr 2019 11:13:53 -0500 + +linux-aws (5.0.0-1001.1) disco; urgency=medium + + * linux-aws: 5.0.0-1001.1 -proposed tracker (LP: #1820878) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Config] update configs after rebase to 5.0.0-8.9 + - [Packaging] sync packaging updates from master + - [Packaging] enable nvidia dkms build + + -- Seth Forshee Tue, 19 Mar 2019 13:31:19 -0500 + +linux-aws (5.0.0-1000.0) disco; urgency=medium + + * Empty entry + + -- Seth Forshee Tue, 19 Mar 2019 09:13:52 -0500 + +linux-aws (4.18.0-1011.13) cosmic; urgency=medium + + * linux-aws: 4.18.0-1011.13 -proposed tracker (LP: #1814757) + + * PAGE_POISONING / PAGE_POISONING_NO_SANITY / PAGE_POISONING_ZERO option was + expected to be set in C-KVM (LP: #1812624) + - [Config]: enable PAGE_POISONING, PAGE_POISONING_NO_SANITY, + PAGE_POISONING_ZERO + + * Update ENA driver to version 2.0.3K (LP: #1816806) + - net: ena: fix crash during failed resume from hibernation + - net: ena: fix race between link up and device initalization + - net: ena: update driver version from 2.0.2 to 2.0.3 + + * xen hibernation support for linux-aws (bionic+) (LP: #1804533) + - SAUCE [aws] x86/xen: Introduce new function to map HYPERVISOR_shared_info on + Resume + - SAUCE [aws] x86/xen: add system core suspend and resume callbacks + - SAUCE [aws] xen-netfront: add callbacks for PM suspend and hibernation + support + - SAUCE [aws] xen-time-introduce-xen_-save-restore-_steal_clock + - SAUCE [aws] x86/xen: save and restore steal clock + - SAUCE [aws] xen/events: add xen_shutdown_pirqs helper function + - SAUCE [aws] x86/xen: close event channels for PIRQs in system core suspend + callback + - SAUCE [aws] PM / hibernate: update the resume offset on + SNAPSHOT_SET_SWAP_AREA + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + -- Kamal Mostafa Tue, 05 Mar 2019 13:51:19 -0800 + +linux-aws (4.18.0-1010.12) cosmic; urgency=medium + + * linux-aws: 4.18.0-1010.12 -proposed tracker (LP: #1814757) + + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - [Config] Disable BT_QCOMSMD_HACK for AWS + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + [ Ubuntu: 4.18.0-16.17 ] + + * linux: 4.18.0-16.17 -proposed tracker (LP: #1814749) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * CVE-2018-16880 + - vhost: fix OOB in get_rx_bufs() + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472) + - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n + - SAUCE: Add r8822be to signature inclusion list + * kernel oops in bcache module (LP: #1793901) + - SAUCE: bcache: never writeback a discard operation + * CVE-2018-18397 + - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails + - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem + - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas + - userfaultfd: shmem: add i_size checks + - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733) + - HID: i2c-hid: Ignore input report if there's no data present on Elan + touchpanels + * Vsock connect fails with ENODEV for large CID (LP: #1813934) + - vhost/vsock: fix vhost vsock cid hashing inconsistent + * Fix non-working pinctrl-intel (LP: #1811777) + - pinctrl: intel: Do pin translation in other GPIO operations as well + * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875) + - ip6_gre: fix tunnel list corruption for x-netns + * Backported commit breaks audio (fixed upstream) (LP: #1811566) + - ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards using pmc_plt_clk_0 + - ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook + Clapper + - ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook + Gnawty + * kvm_stat : missing python dependency (LP: #1798776) + - tools/kvm_stat: switch to python3 + * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr + (LP: #1812797) + - vgaarb: Add support for 64-bit frame buffer address + - vgaarb: Keep adding VGA device in queue + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812) + - USB: Add new USB LPM helpers + - USB: Consolidate LPM checks to avoid enabling LPM twice + * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453) + - scsi: megaraid_sas: Use 63-bit DMA addressing + * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000 + (LP: #1813532) + - x86/mm: Do not warn about PCI BIOS W+X mappings + * CVE-2019-6133 + - fork: record start_time late + * Fix not working Goodix touchpad (LP: #1811929) + - HID: i2c-hid: Disable runtime PM on Goodix touchpad + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y + * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755) + - nvme-core: rework a NQN copying operation + - nvme: pad fake subsys NQN vid and ssvid with zeros + - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN + * Crash on "ip link add foo type ipip" (LP: #1811803) + - SAUCE: fan: Fix NULL pointer dereference + + -- Stefan Bader Tue, 12 Feb 2019 10:57:54 +0100 + +linux-aws (4.18.0-1009.11) cosmic; urgency=medium + + + [ Ubuntu: 4.18.0-15.16 ] + + * Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot) (LP: #1814555) + - Revert "drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5" + * Userspace break as a result of missing patch backport (LP: #1813873) + - tty: Don't hold ldisc lock in tty_reopen() if ldisc present + + -- Stefan Bader Fri, 08 Feb 2019 16:05:16 +0100 + +linux-aws (4.18.0-1008.10) cosmic; urgency=medium + + * linux-aws: 4.18.0-1008.10 -proposed tracker (LP: #1811414) + + * Cosmic update: 4.18.19 upstream stable release (LP: #1810820) // Add Cavium + ThunderX2 SoC UNCORE PMU driver (LP: #1811200) + - [Config] Update configs after 4.18.0-14.15 rebase + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - [Packaging] update update.conf + + [ Ubuntu: 4.18.0-14.15 ] + + * linux: 4.18.0-14.15 -proposed tracker (LP: #1811406) + * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998) + - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait + - blk-wbt: move disable check into get_limit() + - blk-wbt: use wq_has_sleeper() for wq active check + - blk-wbt: fix has-sleeper queueing check + - blk-wbt: abstract out end IO completion handler + - blk-wbt: improve waking of tasks + * To reduce the Realtek USB cardreader power consumption (LP: #1811337) + - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM + - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led + - mmc: rtsx_usb_sdmmc: Re-work runtime PM support + - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support + - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function + - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection + - memstick: Prevent memstick host from getting runtime suspended during card + detection + - memstick: rtsx_usb_ms: Use ms_dev() helper + - memstick: rtsx_usb_ms: Support runtime power management + * Support non-strict iommu mode on arm64 (LP: #1806488) + - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap() + - iommu/arm-smmu-v3: Implement flush_iotlb_all hook + - iommu/dma: Add support for non-strict mode + - iommu: Add "iommu.strict" command line option + - iommu/io-pgtable-arm: Add support for non-strict mode + - iommu/arm-smmu-v3: Add support for non-strict mode + - iommu/io-pgtable-arm-v7s: Add support for non-strict mode + - iommu/arm-smmu: Support non-strict mode + * [Regression] crashkernel fails on HiSilicon D05 (LP: #1806766) + - efi: honour memory reservations passed via a linux specific config table + - efi/arm: libstub: add a root memreserve config table + - efi: add API to reserve memory persistently across kexec reboot + - irqchip/gic-v3-its: Change initialization ordering for LPIs + - irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage + - irqchip/gic-v3-its: Split property table clearing from allocation + - irqchip/gic-v3-its: Move pending table allocation to init time + - irqchip/gic-v3-its: Keep track of property table's PA and VA + - irqchip/gic-v3-its: Allow use of pre-programmed LPI tables + - irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump + kernels + - irqchip/gic-v3-its: Check that all RDs have the same property table + - irqchip/gic-v3-its: Register LPI tables with EFI config table + - irqchip/gic-v3-its: Allow use of LPI tables in reserved memory + - arm64: memblock: don't permit memblock resizing until linear mapping is up + - efi/arm: Defer persistent reservations until after paging_init() + - efi: Permit calling efi_mem_reserve_persistent() from atomic context + - efi: Prevent GICv3 WARN() by mapping the memreserve table before first use + * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335) + - pinctrl: cannonlake: Fix community ordering for H variant + - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant + * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200) + - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver + - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver + - [Config] New config CONFIG_THUNDERX2_PMU=m + * iptables connlimit allows more connections than the limit when using + multiple CPUs (LP: #1811094) + - netfilter: nf_conncount: don't skip eviction when age is negative + * CVE-2018-16882 + - KVM: Fix UAF in nested posted interrupt processing + * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046) + - scsi: libsas: check the ata device status by ata_dev_enabled() + * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912) + - scsi: libsas: fix a race condition when smp task timeout + * CVE-2018-14625 + - vhost/vsock: fix use-after-free in network stack callers + * Fix and issue that LG I2C touchscreen stops working after reboot + (LP: #1805085) + - HID: i2c-hid: Disable runtime PM for LG touchscreen + * Drivers: hv: vmbus: Offload the handling of channels to two workqueues + (LP: #1807757) + - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl() + - Drivers: hv: vmbus: Offload the handling of channels to two workqueues + * Disable LPM for Raydium Touchscreens (LP: #1802248) + - USB: quirks: Add no-lpm quirk for Raydium touchscreens + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network + Adapter (LP: #1805607) + - SAUCE: ath10k: provide reset function for QCA9377 chip + * CVE-2018-19407 + - KVM: X86: Fix scan ioapic use-before-initialization + * Fix USB2 device wrongly detected as USB1 (LP: #1806534) + - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc + * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334) + - SAUCE: ASoC: rt5660: (no-up) Move platform code to board file + - ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660 + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m + * armhf guests fail to boot in EFI mode (LP: #1809488) + - efi/arm: Revert deferred unmap of early memmap mapping + * audio output has constant noise on a Dell machine (LP: #1810891) + - ALSA: hda/realtek - Fixed headphone issue for ALC700 + * ldisc crash on reopened tty (LP: #1791758) + - tty: Hold tty_ldisc_lock() during tty_reopen() + - tty: Don't block on IO when ldisc change is pending + - tty: Simplify tty->count math in tty_reopen() + * efi-lockdown patch causes -EPERM for some debugfs files even though + CONFIG_LOCK_DOWN_KERNEL is not set (LP: #1807686) + - SAUCE: debugfs: avoid EPERM when no open file operation defined + * SATA device is not going to DEVSLP (LP: #1781533) + - ata: ahci: Support state with min power but Partial low power state + - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0 + * Console got stuck using serial tty after logout (LP: #1808097) + - tty: do not set TTY_IO_ERROR flag if console port + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838) + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC + * Add pointstick support for Cirque Touchpad (LP: #1805081) + - HID: multitouch: Add pointstick support for Cirque Touchpad + * Update hisilicon SoC-specific drivers (LP: #1810457) + - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD" + - net: hns3: remove redundant variable 'protocol' + - scsi: hisi_sas: Drop hisi_sas_slot_abort() + - net: hns: Make many functions static + - net: hns: make hns_dsaf_roce_reset non static + - net: hisilicon: hns: Replace mdelay() with msleep() + - net: hns3: fix return value error while hclge_cmd_csq_clean failed + - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key' + - net: hns: Mark expected switch fall-through + - net: hns3: Mark expected switch fall-through + - net: hns3: Remove tx ring BD len register in hns3_enet + - net: hns: modify variable type in hns_nic_reuse_page + - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen + - net: hns3: modify variable type in hns3_nic_reuse_page + - net: hns3: Fix for multicast failure + - net: hns3: Fix error of checking used vlan id + - net: hns3: Implement shutdown ops in hns3 pci driver + - net: hns3: Fix for loopback selftest failed problem + - net: hns3: Only update mac configuation when necessary + - net: hns3: Change the dst mac addr of loopback packet + - net: hns3: Remove redundant codes of query advertised flow control abilitiy + - net: hns3: Refine hns3_get_link_ksettings() + - net: hns: make function hns_gmac_wait_fifo_clean() static + - net: hns3: Add default irq affinity + - net: hns3: Add unlikely for buf_num check + - net: hns3: Remove tx budget to clean more TX descriptors in a napi + - net: hns3: Remove packet statistics of public + - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl + - net: hns3: Fix for setting speed for phy failed problem + - net: hns3: Fix cmdq registers initialization issue for vf + - net: hns3: Clear client pointer when initialize client failed or unintialize + finished + - net: hns3: Fix client initialize state issue when roce client initialize + failed + - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg() + - net: hns3: Unify the type convert for desc.data + - net: hns3: Adjust prefix of tx/rx statistic names + - net: hns3: Fix tqp array traversal condition for vf + - net: hns3: Unify the prefix of vf functions + - net: hns3: Add handle for default case + - net: hns3: Add unlikely for dma_mapping_error check + - net: hns3: Remove print messages for error packet + - net: hns3: Add get_media_type ops support for VF + - net: hns3: Fix speed/duplex information loss problem when executing ethtool + ethx cmd of VF + - net: hns3: Remove redundant hclge_get_port_type() + - net: hns3: Add support for sctp checksum offload + - net: hns3: Set extra mac address of pause param for HW + - net: hns3: Rename loop mode + - net: hns3: Rename mac loopback to app loopback + - net: hns3: Add serdes parallel inner loopback support + - net: hns3: Fix for netdev not up problem when setting mtu + - net: hns3: Change return type of hclge_tm_schd_info_update() + - net: hns3: Modify hns3_get_max_available_channels + - net: hns3: Fix loss of coal configuration while doing reset + - net: hns: remove ndo_poll_controller + - hns3: Fix the build. + - hns3: Another build fix. + - net: hns3: Add flow director initialization + - net: hns3: Add input key and action config support for flow director + - net: hns3: Add support for rule add/delete for flow director + - net: hns3: Add support for rule query of flow director + - net: hns3: Add reset handle for flow director + - net: hns3: Remove all flow director rules when unload hns3 driver + - net: hns3: Add support for enable/disable flow director + - net: hns3: Remove the default mask configuration for mac vlan table + - net: hns3: Clear mac vlan table entries when unload driver or function reset + - net: hns3: Optimize for unicast mac vlan table + - net: hns3: Drop depricated mta table support + - net: hns3: Add egress/ingress vlan filter for revision 0x21 + - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware + - net: hns3: Add new RSS hash algorithm support for PF + - net: hns3: Add RSS general configuration support for VF + - net: hns3: Add RSS tuples support for VF + - net: hns3: Add HW RSS hash information to RX skb + - net: hns3: Enable promisc mode when mac vlan table is full + - net: hns3: Resume promisc mode and vlan filter status after reset + - net: hns3: Resume promisc mode and vlan filter status after loopback test + - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached + - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep() + - scsi: hisi_sas: Fix the race between IO completion and timeout for + SMP/internal IO + - scsi: hisi_sas: Free slot later in slot_complete_vx_hw() + - scsi: hisi_sas: unmask interrupts ent72 and ent74 + - scsi: hisi_sas: Use block layer tag instead for IPTT + - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values + - net: hns3: remove hns3_fill_desc_tso + - net: hns3: move DMA map into hns3_fill_desc + - net: hns3: add handling for big TX fragment + - net: hns3: rename hns_nic_dma_unmap + - net: hns3: fix for multiple unmapping DMA problem + - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw() + - scsi: hisi_sas: Fix NULL pointer dereference + - net: hns3: Add PCIe AER callback error_detected + - net: hns3: Add PCIe AER error recovery + - net: hns3: Add support to enable and disable hw errors + - net: hns3: Add enable and process common ecc errors + - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI + - net: hns3: Add enable and process hw errors from PPP + - net: hns3: Add enable and process hw errors of TM scheduler + - net: hns3: Fix for warning uninitialized symbol hw_err_lst3 + - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt" + - net: hns3: add error handler for hns3_nic_init_vector_data() + - net: hns3: bugfix for buffer not free problem during resetting + - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem + - net: hns3: bugfix for the initialization of command queue's spin lock + - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring() + - net: hns3: bugfix for is_valid_csq_clean_head() + - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read + - net: hns3: fix incorrect return value/type of some functions + - net: hns3: bugfix for handling mailbox while the command queue reinitialized + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset() + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() + - net: hns3: Fix for out-of-bounds access when setting pfc back pressure + - scsi: hisi_sas: Remove set but not used variable 'dq_list' + - net: hns3: bugfix for not checking return value + - net: hns: Incorrect offset address used for some registers. + - net: hns: All ports can not work when insmod hns ko after rmmod. + - net: hns: Some registers use wrong address according to the datasheet. + - net: hns: Fixed bug that netdev was opened twice + - net: hns: Clean rx fbd when ae stopped. + - net: hns: Free irq when exit from abnormal branch + - net: hns: Avoid net reset caused by pause frames storm + - net: hns: Fix ntuple-filters status error. + - net: hns: Add mac pcs config when enable|disable mac + - net: hns: Fix ping failed when use net bridge and send multicast + - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of + enet + - net: hns3: add set_default_reset_request in the hnae3_ae_ops + - net: hns3: provide some interface & information for the client + - net: hns3: adjust the location of clearing the table when doing reset + - net: hns3: enable/disable ring in the enet while doing UP/DOWN + - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting + - net: hns3: ignore new coming low-level reset while doing high-level reset + - net: hns3: move some reset information from hnae3_handle into + hclge_dev/hclgevf_dev + - net: hns3: adjust the process of PF reset + - net: hns3: call roce's reset notify callback when resetting + - net: hns3: add error handler for hclge_reset() + - net: hns3: fix for cmd queue memory not freed problem during reset + - net: hns3: Remove set but not used variable 'reset_level' + - net: hns3: fix spelling mistake, "assertting" -> "asserting" + - net: hns3: add reset_hdev to reinit the hdev in VF's reset process + - net: hns3: adjust VF's reset process + - net: hns3: add reset handling for VF when doing PF reset + - net: hns3: add reset handling for VF when doing Core/Global/IMP reset + - net: hns3: stop handling command queue while resetting VF + - net: hns3: add error handler for hclgevf_reset() + - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set + - net: hns3: implement the IMP reset processing for PF + - net: hns3: add PCIe FLR support for PF + - net: hns3: do VF's pci re-initialization while PF doing FLR + - net: hns3: add PCIe FLR support for VF + - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware + - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll + - net: hns3: Add support for ethtool -K to enable/disable HW GRO + - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS + - net: hns3: Adds GRO params to SKB for the stack + - scsi: hisi_sas: use dma_set_mask_and_coherent + - scsi: hisi_sas: Create separate host attributes per HBA + - scsi: hisi_sas: Add support for interrupt converge for v3 hw + - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw + - scsi: hisi_sas: Relocate some codes to avoid an unused check + - scsi: hisi_sas: change the time of SAS SSP connection + - net: hns3: fix spelling mistake "failded" -> "failed" + - net: hns3: Support two vlan header when setting mtu + - net: hns3: Refactor mac mtu setting related functions + - net: hns3: Add vport alive state checking support + - net: hns3: Add mtu setting support for vf + - net: hns3: up/down netdev in hclge module when setting mtu + - net: hns3: add common validation in hclge_dcb + - net: hns3: Add debugfs framework registration + - net: hns3: Add "queue info" query function + - net: hns3: Add "FD flow table" info query function + - net: hns3: Add "tc config" info query function + - net: hns3: Add "tm config" info query function + - net: hns3: Add "qos pause" config info query function + - net: hns3: Add "qos prio map" info query function + - net: hns3: Add "qos buffer" config info query function + - net: hns3: Support "ethtool -d" for HNS3 VF driver + - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver + - net: hns3: remove existing process error functions and reorder hw_blk table + - net: hns3: rename enable error interrupt functions + - net: hns3: re-enable error interrupts on hw reset + - net: hns3: deletes unnecessary settings of the descriptor data + - net: hns3: rename process_hw_error function + - net: hns3: add optimization in the hclge_hw_error_set_state + - net: hns3: add handling of hw ras errors using new set of commands + - net: hns3: deleted logging 1 bit errors + - net: hns3: add handling of hw errors reported through MSIX + - net: hns3: add handling of hw errors of MAC + - net: hns3: handle hw errors of PPP PF + - net: hns3: handle hw errors of PPU(RCB) + - net: hns3: handle hw errors of SSU + - net: hns3: add handling of RDMA RAS errors + - net: hns3: fix spelling mistake "offser" -> "offset" + - scsi: hisi_sas: Fix warnings detected by sparse + - scsi: hisi_sas: Relocate some code to reduce complexity + - scsi: hisi_sas: Make sg_tablesize consistent value + - hns3: prevent building without CONFIG_INET + - net: hns3: Add "bd info" query function + - net: hns3: Add "manager table" information query function + - net: hns3: Add "status register" information query function + - net: hns3: Add "dcb register" status information query function + - net: hns3: Add "queue map" information query function + - net: hns3: Add "tm map" status information query function + - net: hns3: fix error handling int the hns3_get_vector_ring_chain + - net: hns3: uninitialize pci in the hclgevf_uninit + - net: hns3: fix napi_disable not return problem + - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done + - net: hns3: remove unnecessary configuration recapture while resetting + - net: hns3: fix incomplete uninitialization of IRQ in the + hns3_nic_uninit_vector_data() + - net: hns3: update coalesce param per second + - net: hns3: remove 1000M/half support of phy + - net: hns3: synchronize speed and duplex from phy when phy link up + - net: hns3: getting tx and dv buffer size through firmware + - net: hns3: aligning buffer size in SSU to 256 bytes + - net: hns3: fix a SSU buffer checking bug + - scsi: hisi_sas: Add support for DIF feature for v2 hw + - net: hns3: refine the handle for hns3_nic_net_open/stop() + - net: hns3: change default tc state to close + - net: hns3: fix a bug caused by udelay + - net: hns3: add max vector number check for pf + - net: hns3: reset tqp while doing DOWN operation + - net: hns3: fix vf id check issue when add flow director rule + - net: hns3: don't restore rules when flow director is disabled + - net: hns3: fix the descriptor index when get rss type + - net: hns3: remove redundant variable initialization + - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT + * Cosmic update: 4.18.20 upstream stable release (LP: #1810821) + - powerpc/traps: restore recoverability of machine_check interrupts + - powerpc/64/module: REL32 relocation range check + - powerpc/mm: Fix page table dump to work on Radix + - powerpc/mm: fix always true/false warning in slice.c + - drm/amd/display: fix bug of accessing invalid memory + - Input: wm97xx-ts - fix exit path + - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS + - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() + - tty: check name length in tty_find_polling_driver() + - tracing/kprobes: Check the probe on unloaded module correctly + - drm/amdgpu/powerplay: fix missing break in switch statements + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL + - powerpc/nohash: fix undefined behaviour when testing page size support + - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak + - drm/omap: fix memory barrier bug in DMM driver + - drm/amd/display: fix gamma not being applied + - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer + - media: pci: cx23885: handle adding to list failure + - media: coda: don't overwrite h.264 profile_idc on decoder instance + - MIPS: kexec: Mark CPU offline before disabling local IRQ + - powerpc/boot: Ensure _zimage_start is a weak symbol + - powerpc/memtrace: Remove memory in chunks + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS + - sc16is7xx: Fix for multi-channel stall + - media: tvp5150: fix width alignment during set_selection() + - powerpc/selftests: Wait all threads to join + - staging:iio:ad7606: fix voltage scales + - drm: rcar-du: Update Gen3 output limitations + - drm/amdgpu: Fix SDMA TO after GPU reset v3 + - staging: most: video: fix registration of an empty comp core_component + - 9p locks: fix glock.client_id leak in do_lock + - udf: Prevent write-unsupported filesystem to be remounted read-write + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and + i.MX6ULL + - 9p: clear dangling pointers in p9stat_free + - ovl: fix error handling in ovl_verify_set_fh() + - ovl: check whiteout in ovl_create_over_whiteout() + - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout + - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters + - scsi: qla2xxx: Fix process response queue for ISP26XX and above + - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx + - scsi: qla2xxx: shutdown chip if reset fail + - scsi: qla2xxx: Fix duplicate switch database entries + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured + - fuse: Fix use-after-free in fuse_dev_do_read() + - fuse: Fix use-after-free in fuse_dev_do_write() + - fuse: fix blocked_waitq wakeup + - fuse: set FR_SENT while locked + - ovl: fix recursive oi->lock in ovl_link() + - scsi: qla2xxx: Fix re-using LoopID when handle is in use + - scsi: qla2xxx: Fix NVMe session hang on unload + - arm64: dts: stratix10: Support Ethernet Jumbo frame + - arm64: dts: stratix10: fix multicast filtering + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL + - clk: meson: axg: mark fdiv2 and fdiv3 as critical + - zram: close udev startup race condition as default groups + - MIPS: Loongson-3: Fix CPU UART irq delivery problem + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem + - xtensa: add NOTES section to the linker script + - xtensa: make sure bFLT stack is 16 byte aligned + - xtensa: fix boot parameters address translation + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP + - clk: s2mps11: Fix matching when built as module and DT node contains + compatible + - clk: at91: Fix division by zero in PLL recalc_rate() + - clk: sunxi-ng: h6: fix bus clocks' divider position + - clk: rockchip: fix wrong mmc sample phase shift for rk3328 + - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call + - libceph: bump CEPH_MSG_MAX_DATA_LEN + - Revert "ceph: fix dentry leak in splice_dentry()" + - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs + - mach64: fix display corruption on big endian machines + - mach64: fix image corruption due to reading accelerator registers + - acpi/nfit, x86/mce: Handle only uncorrectable machine checks + - acpi/nfit, x86/mce: Validate a MCE's address before using it + - acpi, nfit: Fix ARS overflow continuation + - reset: hisilicon: fix potential NULL pointer dereference + - vhost/scsi: truncate T10 PI iov_iter to prot_bytes + - scsi: qla2xxx: Initialize port speed to avoid setting lower speed + - SCSI: fix queue cleanup race before queue initialization is done + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for + CONFIG_SWAP" + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint + - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry + - ocfs2: free up write context when direct IO failed + - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings + - memory_hotplug: cond_resched in __remove_pages + - netfilter: conntrack: fix calculation of next bucket number in early_drop + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm + - bonding/802.3ad: fix link_failure_count tracking + - mtd: spi-nor: cadence-quadspi: Return error code in + cqspi_direct_read_execute() + - mtd: nand: Fix nanddev_neraseblocks() + - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option + - hwmon: (core) Fix double-free in __hwmon_device_register() + - perf stat: Handle different PMU names with common prefix + - of, numa: Validate some distance map rules + - x86/cpu/vmware: Do not trace vmware_sched_clock() + - x86/hyper-v: Enable PIT shutdown quirk + - termios, tty/tty_baudrate.c: fix buffer overrun + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 + - watchdog/core: Add missing prototypes for weak functions + - btrfs: fix pinned underflow after transaction aborted + - Btrfs: fix cur_offset in the error case for nocow + - Btrfs: fix infinite loop on inode eviction after deduplication of eof block + - Btrfs: fix data corruption due to cloning of eof block + - clockevents/drivers/i8253: Add support for PIT shutdown quirk + - ext4: add missing brelse() update_backups()'s error path + - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path + - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path + - ext4: avoid potential extra brelse in setup_new_flex_group_blocks() + - ext4: missing !bh check in ext4_xattr_inode_write() + - ext4: fix possible inode leak in the retry loop of ext4_resize_fs() + - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() + - ext4: avoid buffer leak in ext4_orphan_add() after prior errors + - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing + - ext4: avoid possible double brelse() in add_new_gdb() on error path + - ext4: fix possible leak of sbi->s_group_desc_leak in error path + - ext4: fix possible leak of s_journal_flag_rwsem in error path + - ext4: fix buffer leak in ext4_xattr_get_block() on error path + - ext4: release bs.bh before re-using in ext4_xattr_block_find() + - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path + - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path + - ext4: fix buffer leak in __ext4_read_dirblock() on error path + - mount: Prevent MNT_DETACH from disconnecting locked mounts + - mnt: fix __detach_mounts infinite loop + - kdb: use correct pointer when 'btc' calls 'btt' + - kdb: print real address of pointers instead of hashed addresses + - sunrpc: correct the computation for page_ptr when truncating + - NFSv4: Don't exit the state manager without clearing + NFS4CLNT_MANAGER_RUNNING + - nfsd: COPY and CLONE operations require the saved filehandle to be set + - rtc: hctosys: Add missing range error reporting + - fuse: fix use-after-free in fuse_direct_IO() + - fuse: fix leaked notify reply + - selinux: check length properly in SCTP bind hook + - configfs: replace strncpy with memcpy + - gfs2: Put bitmap buffers in put_super + - gfs2: Fix metadata read-ahead during truncate (2) + - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD + - crypto: user - fix leaking uninitialized memory to userspace + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation + - efi/arm/libstub: Pack FDT after populating it + - drm/rockchip: Allow driver to be shutdown on reboot/kexec + - drm/msm: fix OF child-node lookup + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type + - drm/nouveau: Check backlight IDs are >= 0, not > 0 + - drm/nouveau: Fix nv50_mstc->best_encoder() + - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD + - drm/etnaviv: fix bogus fence complete check in timeout handler + - drm/dp_mst: Check if primary mstb is null + - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit + panel's native mode + - drm/i915: Restore vblank interrupts earlier + - drm/i915: Don't unset intel_connector->mst_port + - drm/i915: Skip vcpi allocation for MSTB ports that are gone + - drm/i915: Large page offsets for pread/pwrite + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() + - drm/i915/dp: Restrict link retrain workaround to external monitors + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values + - drm/i915: Fix error handling for the NV12 fb dimensions check + - drm/i915: Fix ilk+ watermarks when disabling pipes + - drm/i915: Compare user's 64b GTT offset even on 32b + - drm/i915: Don't oops during modeset shutdown after lpe audio deinit + - drm/i915: Mark pin flags as u64 + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 + - drm/i915/execlists: Force write serialisation into context image vs + execution + - drm/i915: Fix possible race in intel_dp_add_mst_connector() + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM + - Linux 4.18.20 + * Cosmic update: 4.18.19 upstream stable release (LP: #1810820) + - mtd: rawnand: marvell: fix the IRQ handler complete() condition + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus + - spi: spi-mem: Adjust op len based on message/transfer size limitations + - spi: bcm-qspi: switch back to reading flash using smaller chunks + - spi: bcm-qspi: fix calculation of address length + - bcache: trace missed reading by cache_missed + - bcache: correct dirty data statistics + - bcache: fix miss key refill->end in writeback + - hwmon: (pmbus) Fix page count auto-detection. + - jffs2: free jffs2_sb_info through jffs2_kill_sb() + - block: setup bounce bio_sets properly + - block: don't deal with discard limit in blkdev_issue_discard() + - block: make sure discard bio is aligned with logical block size + - block: make sure writesame bio is aligned with logical block size + - cpufreq: conservative: Take limits changes into account properly + - dma-mapping: fix panic caused by passing empty cma command line argument + - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges + - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended + opcodes + - kprobes/x86: Use preempt_enable() in optimized_callback() + - mailbox: PCC: handle parse error + - acpi, nfit: Fix Address Range Scrub completion tracking + - parisc: Fix address in HPMC IVA + - parisc: Fix map_pages() to not overwrite existing pte entries + - parisc: Fix exported address of os_hpmc handler + - ALSA: hda - Add quirk for ASUS G751 laptop + - ALSA: hda - Fix headphone pin config for ASUS G751 + - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) + - ALSA: hda: Add 2 more models to the power_save blacklist + - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation + - x86/xen: Fix boot loader version reported for PVH guests + - x86/corruption-check: Fix panic in memory_corruption_check() when boot + option without value is provided + - x86/mm/pat: Disable preemption around __flush_tlb_all() + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen + - drm: fix use of freed memory in drm_mode_setcrtc + - bpf: do not blindly change rlimit in reuseport net selftest + - nvme: remove ns sibling before clearing path + - Revert "perf tools: Fix PMU term format max value calculation" + - selftests: usbip: add wait after attach and before checking port status + - xsk: do not call synchronize_net() under RCU read lock + - xfrm: policy: use hlist rcu variants on insert + - perf vendor events intel: Fix wrong filter_band* values for uncore events + - nfp: flower: fix pedit set actions for multiple partial masks + - nfp: flower: use offsets provided by pedit instead of index for ipv6 + - sched/fair: Fix the min_vruntime update logic in dequeue_entity() + - perf evsel: Store ids for events with their own cpus + perf_event__synthesize_event_update_cpus + - perf tools: Fix use of alternatives to find JDIR + - perf cpu_map: Align cpu map synthesized events properly. + - perf report: Don't crash on invalid inline debug information + - x86/fpu: Remove second definition of fpu in __fpu__restore_sig() + - net: qla3xxx: Remove overflowing shift statement + - drm: Get ref on CRTC commit object when waiting for flip_done + - selftests: ftrace: Add synthetic event syntax testcase + - i2c: rcar: cleanup DMA for all kinds of failure + - net: socionext: Reset tx queue in ndo_stop + - locking/lockdep: Fix debug_locks off performance problem + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges + - ataflop: fix error handling during setup + - swim: fix cleanup on setup error + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs + - nfp: devlink port split support for 1x100G CXP NIC + - tun: Consistently configure generic netdev params via rtnetlink + - s390/sthyi: Fix machine name validity indication + - hwmon: (pwm-fan) Set fan speed to 0 on suspend + - lightnvm: pblk: fix race on sysfs line state + - lightnvm: pblk: fix two sleep-in-atomic-context bugs + - lightnvm: pblk: fix race condition on metadata I/O + - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} + - perf tools: Free temporary 'sys' string in read_event_files() + - perf tools: Cleanup trace-event-info 'tdata' leak + - perf strbuf: Match va_{add,copy} with va_end + - cpupower: Fix coredump on VMWare + - bcache: Populate writeback_rate_minimum attribute + - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 + - sdhci: acpi: add free_slot callback + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset + - iwlwifi: pcie: avoid empty free RB queue + - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface + - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI + - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC + - ACPI/PPTT: Handle architecturally unknown cache types + - ACPI / PM: LPIT: Register sysfs attributes based on FADT + - ACPI / processor: Fix the return value of acpi_processor_ids_walk() + - cpufreq: dt: Try freeing static OPPs only if we have added them + - x86/intel_rdt: Show missing resctrl mount options + - mtd: rawnand: atmel: Fix potential NULL pointer dereference + - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack + - ice: fix changing of ring descriptor size (ethtool -G) + - ice: update fw version check logic + - net: hns3: Fix for packet buffer setting bug + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth + - x86: boot: Fix EFI stub alignment + - net: hns3: Add nic state check before calling netif_tx_wake_queue + - net: hns3: Fix ets validate issue + - pinctrl: sunxi: fix 'pctrl->functions' allocation in + sunxi_pinctrl_build_state + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux + - brcmfmac: fix for proper support of 160MHz bandwidth + - net: hns3: Check hdev state when getting link status + - net: hns3: Set STATE_DOWN bit of hdev state when stopping net + - net: phy: phylink: ensure the carrier is off when starting phylink + - block, bfq: correctly charge and reset entity service in all cases + - arm64: entry: Allow handling of undefined instructions from EL1 + - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() + - spi: gpio: No MISO does not imply no RX + - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers + - pinctrl: qcom: spmi-mpp: Fix drive strength setting + - bpf/verifier: fix verifier instability + - failover: Add missing check to validate 'slave_dev' in + net_failover_slave_unregister + - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant + - net: hns3: Preserve vlan 0 in hardware table + - net: hns3: Fix ping exited problem when doing lp selftest + - net: hns3: Fix for vf vlan delete failed problem + - net: dsa: mv88e6xxx: Fix writing to a PHY page. + - rsi: fix memory alignment issue in ARM32 platforms + - iwlwifi: mvm: fix BAR seq ctrl reporting + - gpio: brcmstb: allow 0 width GPIO banks + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode + - ixgbevf: VF2VF TCP RSS + - ath10k: schedule hardware restart if WMI command times out + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 + - thermal: rcar_thermal: Prevent doing work after unbind + - thermal: da9062/61: Prevent hardware access during system suspend + - cgroup, netclassid: add a preemption point to write_classid + - net: stmmac: dwmac-sun8i: fix OF child-node lookup + - f2fs: fix to account IO correctly for cgroup writeback + - MD: Memory leak when flush bio size is zero + - md: fix memleak for mempool + - scsi: esp_scsi: Track residual for PIO transfers + - scsi: ufs: Schedule clk gating work on correct queue + - UAPI: ndctl: Fix g++-unsupported initialisation in headers + - KVM: nVMX: Clear reserved bits of #DB exit qualification + - scsi: megaraid_sas: fix a missing-check bug + - RDMA/core: Do not expose unsupported counters + - IB/ipoib: Clear IPCB before icmp_send + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel + - usb: host: ohci-at91: fix request of irq for optional gpio + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic + - PCI: cadence: Use AXI region 0 to signal interrupts from EP + - usb: typec: tcpm: Report back negotiated PPS voltage and current + - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated + - f2fs: clear PageError on the read path + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask + - VMCI: Resource wildcard match fixed + - PCI / ACPI: Enable wake automatically for power managed bridges + - xprtrdma: Reset credit grant properly after a disconnect + - irqchip/pdc: Setup all edge interrupts as rising edge at GIC + - usb: dwc2: fix a race with external vbus supply + - usb: gadget: udc: atmel: handle at91sam9rl PMC + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT + - MD: fix invalid stored role for a disk + - nvmem: check the return value of nvmem_add_cells() + - xhci: Avoid USB autosuspend when resuming USB2 ports. + - f2fs: fix to recover inode's crtime during POR + - f2fs: fix to recover inode's i_flags during POR + - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice + - coresight: etb10: Fix handling of perf mode + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode + - crypto: caam - fix implicit casts in endianness helpers + - usb: chipidea: Prevent unbalanced IRQ disable + - Smack: ptrace capability use fixes + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock + - firmware: coreboot: Unmap ioregion after device population + - IB/mlx5: Allow transition of DCI QP to reset + - uio: ensure class is registered before devices + - scsi: lpfc: Correct soft lockup when running mds diagnostics + - scsi: lpfc: Correct race with abort on completion path + - f2fs: avoid sleeping under spin_lock + - f2fs: report error if quota off error during umount + - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace + init + - mfd: menelaus: Fix possible race condition and leak + - dmaengine: dma-jz4780: Return error if not probed from DT + - IB/rxe: fix for duplicate request processing and ack psns + - ALSA: hda: Check the non-cached stream buffers more explicitly + - cpupower: Fix AMD Family 0x17 msr_pstate size + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" + - f2fs: fix to recover cold bit of inode block during POR + - f2fs: fix to account IO correctly + - OPP: Free OPP table properly on performance state irregularities + - arm: dts: exynos: Add missing cooling device properties for CPUs + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings + - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250 + - xen-swiotlb: use actually allocated size on check physical continuous + - tpm: Restore functionality to xen vtpm driver. + - xen/blkfront: avoid NULL blkfront_info dereference on device removal + - xen/balloon: Support xend-based toolstack + - xen: fix race in xen_qlock_wait() + - xen: make xen_qlock_wait() nestable + - xen/pvh: increase early stack size + - xen/pvh: don't try to unplug emulated devices + - libertas: don't set URB_ZERO_PACKET on IN USB transfer + - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten + - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" + - mt76: mt76x2: fix multi-interface beacon configuration + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate() + - net/ipv4: defensive cipso option parsing + - dmaengine: ppc4xx: fix off-by-one build failure + - libnvdimm: Hold reference on parent while scheduling async init + - libnvdimm, region: Fail badblocks listing for inactive regions + - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token() + - ASoC: sta32x: set ->component pointer in private struct + - IB/mlx5: Fix MR cache initialization + - IB/rxe: Revise the ib_wr_opcode enum + - jbd2: fix use after free in jbd2_log_do_checkpoint() + - gfs2_meta: ->mount() can get NULL dev_name + - ext4: fix EXT4_IOC_SWAP_BOOT + - ext4: initialize retries variable in ext4_da_write_inline_data_begin() + - ext4: fix setattr project check in fssetxattr ioctl + - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR + - ext4: fix use-after-free race in ext4_remount()'s error path + - selinux: fix mounting of cgroup2 under older policies + - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452 + - HID: hiddev: fix potential Spectre v1 + - EDAC, amd64: Add Family 17h, models 10h-2fh support + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting + - EDAC, skx_edac: Fix logical channel intermediate decoding + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP + - PCI/ASPM: Fix link_state teardown on device removal + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk + - PCI: vmd: White list for fast interrupt handlers + - signal/GenWQE: Fix sending of SIGKILL + - signal: Guard against negative signal numbers in copy_siginfo_from_user32 + - crypto: lrw - Fix out-of bounds access on counter overflow + - crypto: tcrypt - fix ghash-generic speed test + - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross + a page in gcm + - crypto: morus/generic - fix for big endian systems + - crypto: aegis/generic - fix for big endian systems + - [config] remove deprecated CRYPTO_SPECK, CRYPTO_SPECK_NEON + - crypto: speck - remove Speck + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() + - ima: fix showing large 'violations' or 'runtime_measurements_count' + - hugetlbfs: dirty pages as they are added to pagecache + - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly + - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback + - KVM: arm/arm64: Ensure only THP is candidate for adjustment + - KVM: arm64: Fix caching of host MDCR_EL2 value + - kbuild: fix kernel/bounds.c 'W=1' warning + - iio: ad5064: Fix regulator handling + - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs() + - iio: adc: at91: fix acking DRDY irq on simple conversions + - iio: adc: at91: fix wrong channel number in triggered buffer mode + - w1: omap-hdq: fix missing bus unregister at removal + - smb3: allow stats which track session and share reconnects to be reset + - smb3: do not attempt cifs operation in smb3 query info error path + - smb3: on kerberos mount if server doesn't specify auth type use krb5 + - printk: Fix panic caused by passing log_buf_len to command line + - genirq: Fix race on spurious interrupt detection + - NFC: nfcmrvl_uart: fix OF child-node lookup + - NFSv4.1: Fix the r/wsize checking + - nfs: Fix a missed page unlock after pg_doio() + - nfsd: correctly decrement odstate refcount in error path + - nfsd: Fix an Oops in free_session() + - lockd: fix access beyond unterminated strings in prints + - dm ioctl: harden copy_params()'s copy_from_user() from malicious users + - dm zoned: fix metadata block ref counting + - dm zoned: fix various dmz_get_mblock() issues + - media: ov7670: make "xclk" clock optional + - fsnotify: Fix busy inodes during unmount + - powerpc/msi: Fix compile error on mpc83xx + - powerpc/tm: Fix HFSCR bit for no suspend case + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 + - MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression + - MIPS: OCTEON: fix out of bounds array access on CN68XX + - rtc: ds1307: fix ds1339 wakealarm support + - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' + - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI + - power: supply: twl4030-charger: fix OF sibling-node lookup + - ocxl: Fix access to the AFU Descriptor Data + - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI + - TC: Set DMA masks for devices + - net: bcmgenet: fix OF child-node lookup + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD + - Revert "media: dvbsky: use just one mutex for serializing device R/W ops" + - kgdboc: Passing ekgdboc to command line causes panic + - media: cec: make cec_get_edid_spa_location() an inline function + - media: cec: integrate cec_validate_phys_addr() in cec-api.c + - xen: fix xen_qlock_wait() + - xen: remove size limit of privcmd-buf mapping interface + - xen-blkfront: fix kernel panic with negotiate_mq error path + - media: cec: add new tx/rx status bits to detect aborts/timeouts + - media: cec: fix the Signal Free Time calculation + - media: cec: forgot to cancel delayed work + - media: em28xx: use a default format if TRY_FMT fails + - media: tvp5150: avoid going past array on v4l2_querymenu() + - media: em28xx: fix input name for Terratec AV 350 + - media: em28xx: make v4l2-compliance happier by starting sequence on zero + - media: em28xx: fix handler for vidioc_s_input() + - media: adv7604: when the EDID is cleared, unconfigure CEC as well + - media: adv7842: when the EDID is cleared, unconfigure CEC as well + - drm/mediatek: fix OF sibling-node lookup + - media: media colorspaces*.rst: rename AdobeRGB to opRGB + - media: replace ADOBERGB by OPRGB + - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC + - arm64: lse: remove -fcall-used-x0 flag + - rpmsg: smd: fix memory leak on channel create + - Cramfs: fix abad comparison when wrap-arounds occur + - ARM: dts: socfpga: Fix SDRAM node address for Arria10 + - arm64: dts: stratix10: Correct System Manager register size + - soc: qcom: rmtfs-mem: Validate that scm is available + - soc/tegra: pmc: Fix child-node lookup + - selftests/ftrace: Fix synthetic event test to delete event correctly + - selftests/powerpc: Fix ptrace tm failure + - tracing: Return -ENOENT if there is no target synthetic event + - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled + - btrfs: Handle owner mismatch gracefully when walking up tree + - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock + - btrfs: fix error handling in free_log_tree + - btrfs: fix error handling in btrfs_dev_replace_start + - btrfs: Enhance btrfs_trim_fs function to handle error better + - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem + - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list + - btrfs: don't attempt to trim devices that don't support it + - btrfs: keep trim from interfering with transaction commits + - btrfs: wait on caching when putting the bg cache + - Btrfs: don't clean dirty pages during buffered writes + - btrfs: release metadata before running delayed refs + - btrfs: protect space cache inode alloc with GFP_NOFS + - btrfs: reset max_extent_size on clear in a bitmap + - btrfs: make sure we create all new block groups + - Btrfs: fix warning when replaying log after fsync of a tmpfile + - Btrfs: fix wrong dentries after fsync of file that got its parent replaced + - btrfs: qgroup: Dirty all qgroups before rescan + - Btrfs: fix null pointer dereference on compressed write path error + - Btrfs: fix assertion on fsync of regular file when using no-holes feature + - Btrfs: fix deadlock when writing out free space caches + - btrfs: reset max_extent_size properly + - btrfs: set max_extent_size properly + - btrfs: don't use ctl->free_space for max_extent_size + - btrfs: only free reserved extent if we didn't insert it + - btrfs: fix insert_reserved error handling + - btrfs: don't run delayed_iputs in commit + - btrfs: move the dio_sem higher up the callchain + - Btrfs: fix use-after-free during inode eviction + - Btrfs: fix use-after-free when dumping free space + - net: sched: Remove TCA_OPTIONS from policy + - bpf: wait for running BPF programs when updating map-in-map + - MD: fix invalid stored role for a disk - try2 + - Linux 4.18.19 + * Cosmic update: 4.18.18 upstream stable release (LP: #1810818) + - eeprom: at24: Add support for address-width property + - vfs: swap names of {do,vfs}_clone_file_range() + - bpf: fix partial copy of map_ptr when dst is scalar + - gpio: mxs: Get rid of external API call + - clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting + - fscache: Fix incomplete initialisation of inline key space + - cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) + - fscache: Fix out of bound read in long cookie keys + - ptp: fix Spectre v1 vulnerability + - drm/edid: VSDB yCBCr420 Deep Color mode bit definitions + - drm: fb-helper: Reject all pixel format changing requests + - RDMA/ucma: Fix Spectre v1 vulnerability + - IB/ucm: Fix Spectre v1 vulnerability + - cdc-acm: do not reset notification buffer index upon urb unlinking + - cdc-acm: correct counting of UART states in serial state notification + - cdc-acm: fix race between reset and control messaging + - usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() + - usb: gadget: storage: Fix Spectre v1 vulnerability + - usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable + - usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platforms + - USB: fix the usbfs flag sanitization for control transfers + - tracing: Fix synthetic event to accept unsigned modifier + - tracing: Fix synthetic event to allow semicolon at end + - Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM + - drm/sun4i: Fix an ulong overflow in the dotclock driver + - sched/fair: Fix throttle_list starvation with low CFS quota + - x86/tsc: Force inlining of cyc2ns bits + - x86, hibernate: Fix nosave_regions setup for hibernation + - x86/percpu: Fix this_cpu_read() + - x86/time: Correct the attribute on jiffies' definition + - x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels + - x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context + switch if there is an FPU + - Linux 4.18.18 + * Colour banding in HP Pavilion 15-n233sl integrated display (LP: #1794387) // + Cosmic update: 4.18.18 upstream stable release (LP: #1810818) + - drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl + * lineout jack can't work on a Dell machine (LP: #1810892) + - ALSA: hda/realtek - Support Dell headset mode for New AIO platform + * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64 + (LP: #1809847) + - r8169: Enable MSI-X on RTL8106e + - r8169: re-enable MSI-X on RTL8168g + * Support new Realtek ethernet chips (LP: #1811055) + - r8169: Add support for new Realtek Ethernet + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle + (LP: #1805775) + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being + disabled + * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF) + (LP: #1804588) + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + * mpt3sas - driver using the wrong register to update a queue index in FW + (LP: #1810781) + - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 + controllers when HBA supports more than 16 MSI-x vectors. + * Enable new Realtek card reader (LP: #1806335) + - USB: usb-storage: Add new IDs to ums-realtek + - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek + * The line-out on the Dell Dock station can't work (LP: #1806532) + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] getabis -- handle all known package combinations + - [Packaging] getabis -- support parsing a simple version + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818) + - igb: Fix an issue that PME is not enabled during runtime suspend + * Fix Terminus USB hub that may breaks connected USB devices after S3 + (LP: #1806850) + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub + * Add support for 0cf3:535b QCA_ROME device (LP: #1807333) + - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device + * the new Steam Controller driver breaks it on Steam (LP: #1798583) + - HID: steam: remove input device when a hid client is running. + * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465) + - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon + * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) // + click/pop noise in the headphone on several lenovo laptops (LP: #1805079) + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops + * MAC address pass through on RTL8153-BND for docking station (LP: #1808729) + - r8152: Add support for MAC address pass through on RTL8153-BND + * powerpc test in ubuntu_kernel_selftest failed on Cosmic P8/P9 (LP: #1808318) + - selftests/powerpc: Fix Makefiles for headers_install change + * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414) + - s390/zcrypt: reinit ap queue state machine during device probe + * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802) + - s390/qeth: fix length check in SNMP processing + * ASPEED server console output extremely slow after upgrade to 18.04 + (LP: #1808183) + - drm/ast: Remove existing framebuffers before loading driver + + -- Stefan Bader Mon, 14 Jan 2019 11:56:40 +0100 + +linux-aws (4.18.0-1007.9) cosmic; urgency=medium + + * linux-aws: 4.18.0-1007.9 -proposed tracker (LP: #1806420) + + [ Ubuntu: 4.18.0-13.14 ] + + * linux: 4.18.0-13.14 -proposed tracker (LP: #1806409) + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] limit preparation to linux-libc-dev in headers + - [Packaging] commonise debhelper invocation + - [Packaging] ABI -- accumulate abi information at the end of the build + - [Packaging] buildinfo -- add basic build information + - [Packaging] buildinfo -- add firmware information to the flavour ABI + - [Packaging] buildinfo -- add compiler information to the flavour ABI + - [Packaging] buildinfo -- add buildinfo support to getabis + * linux packages should own /usr/lib/linux/triggers (LP: #1770256) + - [Packaging] own /usr/lib/linux/triggers + * Regression: hinic performance degrades over time (LP: #1805248) + - Revert "net-next/hinic: add checksum offload and TSO support" + * CVE-2018-18710 + - cdrom: fix improper type cast, which can leat to information leak. + + -- Khalid Elmously Thu, 06 Dec 2018 18:17:37 +0000 + +linux-aws (4.18.0-1006.7) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] linux-aws: enable arm64 build + + -- Kamal Mostafa Mon, 19 Nov 2018 13:43:51 -0800 + +linux-aws (4.18.0-1005.6) cosmic; urgency=medium + + * linux-aws: 4.18.0-1005.6 -proposed tracker (LP: #1802749) + + * Improve AWS hibernation performance (LP: #1803613) + - SAUCE: [aws] PM / hibernate: Speed up hibernation by batching requests + + * Restore request-based mode to xen-blkfront for AWS kernels (LP: #1801305) + - SAUCE: xen/manage: keep track of the on-going suspend mode + - SAUCE: xen/manage: introduce helper function to know the on-going suspend + mode + - SAUCE: xenbus: add freeze/thaw/restore callbacks support + - SAUCE: xen-blkfront: add callbacks for PM suspend and hibernation + - SAUCE: xen-blkfront: resurrect request-based mode + - SAUCE: xen-blkfront: Fixed blkfront_restore to remove a call to negotiate_mq + + [ Ubuntu: 4.18.0-12.13 ] + + * linux: 4.18.0-12.13 -proposed tracker (LP: #1802743) + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405) + - s390/zcrypt: Add ZAPQ inline function. + - s390/zcrypt: Review inline assembler constraints. + - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h. + - s390/zcrypt: fix ap_instructions_available() returncodes + - KVM: s390: vsie: simulate VCPU SIE entry/exit + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART + - KVM: s390: refactor crypto initialization + - s390: vfio-ap: base implementation of VFIO AP device driver + - s390: vfio-ap: register matrix device with VFIO mdev framework + - s390: vfio-ap: sysfs interfaces to configure adapters + - s390: vfio-ap: sysfs interfaces to configure domains + - s390: vfio-ap: sysfs interfaces to configure control domains + - s390: vfio-ap: sysfs interface to view matrix mdev matrix + - KVM: s390: interface to clear CRYCB masks + - s390: vfio-ap: implement mediated device open callback + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl + - s390: vfio-ap: zeroize the AP queues + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl + - KVM: s390: Clear Crypto Control Block when using vSIE + - KVM: s390: vsie: Do the CRYCB validation first + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear + - KVM: s390: vsie: Allow CRYCB FORMAT-2 + - KVM: s390: vsie: allow CRYCB FORMAT-1 + - KVM: s390: vsie: allow CRYCB FORMAT-0 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 + - KVM: s390: device attrs to enable/disable AP interpretation + - KVM: s390: CPU model support for AP virtualization + - s390: doc: detailed specifications for AP virtualization + - KVM: s390: fix locking for crypto setting error path + - KVM: s390: Tracing APCB changes + - s390: vfio-ap: setup APCB mask using KVM dedicated function + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module. + * Bypass of mount visibility through userns + mount propagation (LP: #1789161) + - mount: Retest MNT_LOCKED in do_umount + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts + * CVE-2018-18955: nested user namespaces with more than five extents + incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955 + - userns: also map extents in the reverse map to kernel IDs + * kdump fail due to an IRQ storm (LP: #1797990) + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot + - SAUCE: x86/quirks: Scan all busses for early PCI quirks + * crash in ENA driver on removing an interface (LP: #1802341) + - SAUCE: net: ena: fix crash during ena_remove() + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding + (LP: #1797367) + - s390/qeth: reduce hard-coded access to ccw channels + - s390/qeth: sanitize strings in debug messages + * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664) + - net-next/hinic: add checksum offload and TSO support + * smartpqi updates for ubuntu 18.04.2 (LP: #1798208) + - scsi: smartpqi: improve handling for sync requests + - scsi: smartpqi: improve error checking for sync requests + - scsi: smartpqi: add inspur advantech ids + - scsi: smartpqi: fix critical ARM issue reading PQI index registers + - scsi: smartpqi: bump driver version to 1.1.4-130 + * [GLK/CLX] Enhanced IBRS (LP: #1786139) + - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation + - x86/speculation: Support Enhanced IBRS on future CPUs + * Enable keyboard wakeup for S2Idle laptops (LP: #1798552) + - Input: i8042 - enable keyboard wakeups by default when s2idle is used + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: remove ndo_poll_controller + - net: ena: fix auto casting to boolean + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + * Cosmic update: 4.18.17 upstream stable release (LP: #1802119) + - xfrm: Validate address prefix lengths in the xfrm selector. + - xfrm6: call kfree_skb when skb is toobig + - xfrm: reset transport header back to network header after all input + transforms ahave been applied + - xfrm: reset crypto_done when iterating over multiple input xfrms + - mac80211: Always report TX status + - cfg80211: reg: Init wiphy_idx in regulatory_hint_core() + - mac80211: fix pending queue hang due to TX_DROP + - cfg80211: Address some corner cases in scan result channel updating + - mac80211: TDLS: fix skb queue/priority assignment + - mac80211: fix TX status reporting for ieee80211s + - ARM: 8799/1: mm: fix pci_ioremap_io() offset check + - xfrm: validate template mode + - drm/i2c: tda9950: fix timeout counter check + - drm/i2c: tda9950: set MAX_RETRIES for errors only + - netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev + - netfilter: conntrack: get rid of double sizeof + - arm64: hugetlb: Fix handling of young ptes + - ARM: dts: BCM63xx: Fix incorrect interrupt specifiers + - net: macb: Clean 64b dma addresses if they are not detected + - soc: fsl: qbman: qman: avoid allocating from non existing gen_pool + - soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() + - nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT + - mac80211_hwsim: fix locking when iterating radios during ns exit + - mac80211_hwsim: fix race in radio destruction from netlink notifier + - mac80211_hwsim: do not omit multicast announce of first added radio + - Bluetooth: SMP: fix crash in unpairing + - pxa168fb: prepare the clock + - qed: Avoid implicit enum conversion in qed_set_tunn_cls_info + - qed: Fix mask parameter in qed_vf_prep_tunn_req_tlv + - qed: Avoid implicit enum conversion in qed_roce_mode_to_flavor + - qed: Avoid constant logical operation warning in qed_vf_pf_acquire + - qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pkt + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - scsi: qedi: Initialize the stats mutex lock + - rxrpc: Fix checks as to whether we should set up a new call + - rxrpc: Fix RTT gathering + - rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket + - rxrpc: Fix error distribution + - netfilter: nft_set_rbtree: add missing rb_erase() in GC routine + - netfilter: avoid erronous array bounds warning + - asix: Check for supported Wake-on-LAN modes + - ax88179_178a: Check for supported Wake-on-LAN modes + - lan78xx: Check for supported Wake-on-LAN modes + - sr9800: Check for supported Wake-on-LAN modes + - r8152: Check for supported Wake-on-LAN Modes + - smsc75xx: Check for Wake-on-LAN modes + - smsc95xx: Check for Wake-on-LAN modes + - cfg80211: fix use-after-free in reg_process_hint() + - KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled + - KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly + - KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS + - perf/core: Fix perf_pmu_unregister() locking + - perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded + physical package ID 0 + - perf/ring_buffer: Prevent concurent ring buffer access + - perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX + - perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events + - thunderbolt: Do not handle ICM events after domain is stopped + - thunderbolt: Initialize after IOMMUs + - net: fec: fix rare tx timeout + - declance: Fix continuation with the adapter identification message + - RISCV: Fix end PFN for low memory + - Revert "serial: 8250_dw: Fix runtime PM handling" + - locking/ww_mutex: Fix runtime warning in the WW mutex selftest + - drm/amd/display: Signal hw_done() after waiting for flip_done() + - be2net: don't flip hw_features when VXLANs are added/deleted + - powerpc/numa: Skip onlining a offline node in kdump path + - net: cxgb3_main: fix a missing-check bug + - yam: fix a missing-check bug + - ocfs2: fix crash in ocfs2_duplicate_clusters_by_page() + - mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl + - mm/migrate.c: split only transparent huge pages when allocation fails + - x86/paravirt: Fix some warning messages + - clk: mvebu: armada-37xx-periph: Remove unused var num_parents + - libertas: call into generic suspend code before turning off power + - perf report: Don't try to map ip to invalid map + - tls: Fix improper revert in zerocopy_from_iter + - HID: i2c-hid: Remove RESEND_REPORT_DESCR quirk and its handling + - compiler.h: Allow arch-specific asm/compiler.h + - ARM: dts: imx53-qsb: disable 1.2GHz OPP + - perf python: Use -Wno-redundant-decls to build with PYTHON=python3 + - perf record: Use unmapped IP for inline callchain cursors + - rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window() + - rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window() + - rxrpc: Only take the rwind and mtu values from latest ACK + - rxrpc: Fix connection-level abort handling + - KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m + - net: ena: fix warning in rmmod caused by double iounmap + - net: ena: fix rare bug when failed restart/resume is followed by driver + removal + - net: ena: fix NULL dereference due to untimely napi initialization + - gpio: Assign gpio_irq_chip::parents to non-stack pointer + - IB/mlx5: Unmap DMA addr from HCA before IOMMU + - rds: RDS (tcp) hangs on sendto() to unresponding address + - selftests: rtnetlink.sh explicitly requires bash. + - selftests: udpgso_bench.sh explicitly requires bash + - vmlinux.lds.h: Fix incomplete .text.exit discards + - vmlinux.lds.h: Fix linker warnings about orphan .LPBX sections + - afs: Fix cell proc list + - fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() + - Revert "mm: slowly shrink slabs with a relatively small number of objects" + - Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing" + - perf tools: Disable parallelism for 'make clean' + - bridge: do not add port to router list when receives query with source + 0.0.0.0 + - ipv6: mcast: fix a use-after-free in inet6_mc_check + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are + called + - ipv6: rate-limit probes for neighbourless routes + - llc: set SOCK_RCU_FREE in llc_sap_add_socket() + - net: fec: don't dump RX FIFO register when not available + - net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs + - net/mlx5e: fix csum adjustments caused by RXFCS + - net: sched: gred: pass the right attribute to gred_change_table_def() + - net: socket: fix a missing-check bug + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules + - net: udp: fix handling of CHECKSUM_COMPLETE packets + - r8169: fix NAPI handling under high load + - rtnetlink: Disallow FDB configuration for non-Ethernet device + - sctp: fix race on sctp_id2asoc + - tipc: fix unsafe rcu locking when accessing publication list + - udp6: fix encap return code for resubmitting + - vhost: Fix Spectre V1 vulnerability + - virtio_net: avoid using netif_tx_disable() for serializing tx routine + - ethtool: fix a privilege escalation bug + - bonding: fix length of actor system + - ip6_tunnel: Fix encapsulation layout + - openvswitch: Fix push/pop ethernet validation + - net: ipmr: fix unresolved entry dumps + - net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type + - net: bcmgenet: Poll internal PHY for GENETv5 + - net: sched: Fix for duplicate class dump + - net/sched: cls_api: add missing validation of netlink attributes + - net/ipv6: Allow onlink routes to have a device mismatch if it is the default + route + - sctp: fix the data size calculation in sctp_data_size + - sctp: not free the new asoc when sctp_wait_for_connect returns err + - net/mlx5: Fix memory leak when setting fpga ipsec caps + - net/smc: fix smc_buf_unuse to use the lgr pointer + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs + - net: bpfilter: use get_pid_task instead of pid_task + - net: drop skb on failure in ip_check_defrag() + - net: fix pskb_trim_rcsum_slow() with odd trim offset + - mlxsw: core: Fix devlink unregister flow + - sparc64: Export __node_distance. + - sparc64: Make corrupted user stacks more debuggable. + - sparc64: Make proc_id signed. + - sparc64: Set %l4 properly on trap return after handling signals. + - sparc64: Wire up compat getpeername and getsockname. + - sparc: Fix single-pcr perf event counter management. + - sparc: Fix syscall fallback bugs in VDSO. + - sparc: Throttle perf events properly. + - net: bridge: remove ipv6 zero address check in mcast queries + - Linux 4.18.17 + * Cosmic update: 4.18.16 upstream stable release (LP: #1802100) + - soundwire: Fix duplicate stream state assignment + - soundwire: Fix incorrect exit after configuring stream + - soundwire: Fix acquiring bus lock twice during master release + - media: af9035: prevent buffer overflow on write + - spi: gpio: Fix copy-and-paste error + - batman-adv: Avoid probe ELP information leak + - batman-adv: Fix segfault when writing to throughput_override + - batman-adv: Fix segfault when writing to sysfs elp_interval + - batman-adv: Prevent duplicated gateway_node entry + - batman-adv: Prevent duplicated nc_node entry + - batman-adv: Prevent duplicated softif_vlan entry + - batman-adv: Prevent duplicated global TT entry + - batman-adv: Prevent duplicated tvlv handler + - batman-adv: fix backbone_gw refcount on queue_work() failure + - batman-adv: fix hardif_neigh refcount on queue_work() failure + - cxgb4: fix abort_req_rss6 struct + - clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non- + am43 SoCs + - scsi: ibmvscsis: Fix a stringop-overflow warning + - scsi: ibmvscsis: Ensure partition name is properly NUL terminated + - intel_th: pci: Add Ice Lake PCH support + - Input: atakbd - fix Atari keymap + - Input: atakbd - fix Atari CapsLock behaviour + - selftests: pmtu: properly redirect stderr to /dev/null + - net: emac: fix fixed-link setup for the RTL8363SB switch + - ravb: do not write 1 to reserved bits + - net/smc: fix non-blocking connect problem + - net/smc: fix sizeof to int comparison + - qed: Fix populating the invalid stag value in multi function mode. + - qed: Do not add VLAN 0 tag to untagged frames in multi-function mode. + - PCI: dwc: Fix scheduling while atomic issues + - RDMA/uverbs: Fix validity check for modify QP + - scsi: lpfc: Synchronize access to remoteport via rport + - drm: mali-dp: Call drm_crtc_vblank_reset on device init + - scsi: ipr: System hung while dlpar adding primary ipr adapter back + - scsi: sd: don't crash the host on invalid commands + - bpf: sockmap only allow ESTABLISHED sock state + - bpf: sockmap, fix transition through disconnect without close + - bpf: test_maps, only support ESTABLISHED socks + - net/mlx4: Use cpumask_available for eq->affinity_mask + - clocksource/drivers/fttmr010: Fix set_next_event handler + - RDMA/bnxt_re: Fix system crash during RDMA resource initialization + - RISC-V: include linux/ftrace.h in asm-prototypes.h + - iommu/rockchip: Free irqs in shutdown handler + - pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type + - powerpc/tm: Fix userspace r13 corruption + - powerpc/tm: Avoid possible userspace r1 corruption on reclaim + - powerpc/numa: Use associativity if VPHN hcall is successful + - iommu/amd: Return devid as alias for ACPI HID devices + - x86/boot: Fix kexec booting failure in the SEV bit detection code + - Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs" + - mremap: properly flush TLB before releasing the page + - ARC: build: Get rid of toolchain check + - ARC: build: Don't set CROSS_COMPILE in arch's Makefile + - Linux 4.18.16 + * Cosmic update: 4.18.15 upstream stable release (LP: #1802082) + - bnxt_en: Fix TX timeout during netpoll. + - bnxt_en: free hwrm resources, if driver probe fails. + - bonding: avoid possible dead-lock + - ip6_tunnel: be careful when accessing the inner header + - ip_tunnel: be careful when accessing the inner header + - ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() + - ipv6: take rcu lock in rawv6_send_hdrinc() + - net: dsa: bcm_sf2: Call setup during switch resume + - net: hns: fix for unmapping problem when SMMU is on + - net: ipv4: update fnhe_pmtu when first hop's MTU changes + - net/ipv6: Display all addresses in output of /proc/net/if_inet6 + - netlabel: check for IPV4MASK in addrinfo_get + - net: mvpp2: Extract the correct ethtype from the skb for tx csum offload + - net: mvpp2: fix a txq_done race condition + - net: sched: Add policy validation for tc attributes + - net: sched: cls_u32: fix hnode refcounting + - net: systemport: Fix wake-up interrupt race during resume + - net/usb: cancel pending work when unbinding smsc75xx + - qlcnic: fix Tx descriptor corruption on 82xx devices + - qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface + - rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 + - sctp: update dst pmtu with the correct daddr + - team: Forbid enslaving team device to itself + - tipc: fix flow control accounting for implicit connect + - udp: Unbreak modules that rely on external __skb_recv_udp() availability + - net: qualcomm: rmnet: Skip processing loopback packets + - net: qualcomm: rmnet: Fix incorrect allocation flag in transmit + - net: qualcomm: rmnet: Fix incorrect allocation flag in receive path + - tun: remove unused parameters + - tun: initialize napi_mutex unconditionally + - tun: napi flags belong to tfile + - net: stmmac: Fixup the tail addr setting in xmit path + - net/packet: fix packet drop as of virtio gso + - net: dsa: bcm_sf2: Fix unbind ordering + - net/mlx5e: Set vlan masks for all offloaded TC rules + - net: aquantia: memory corruption on jumbo frames + - net/mlx5: E-Switch, Fix out of bound access when setting vport rate + - bonding: pass link-local packets to bonding master also. + - bonding: fix warning message + - net: stmmac: Rework coalesce timer and fix multi-queue races + - nfp: avoid soft lockups under control message storm + - bnxt_en: don't try to offload VLAN 'modify' action + - net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN + - net: phy: phylink: fix SFP interface autodetection + - sfp: fix oops with ethtool -m + - tcp/dccp: fix lockdep issue when SYN is backlogged + - inet: make sure to grab rcu_read_lock before using ireq->ireq_opt + - net: dsa: b53: Keep CPU port as tagged in all VLANs + - rtnetlink: Fail dump if target netnsid is invalid + - bnxt_en: Fix VNIC reservations on the PF. + - net: ipv4: don't let PMTU updates increase route MTU + - net/mlx5: Check for SQ and not RQ state when modifying hairpin SQ + - bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG request + - bnxt_en: get the reduced max_irqs by the ones used by RDMA + - net/ipv6: Remove extra call to ip6_convert_metrics for multipath case + - net/ipv6: stop leaking percpu memory in fib6 info + - net: mscc: fix the frame extraction into the skb + - qed: Fix shmem structure inconsistency between driver and the mfw. + - r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFO + - r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips + - vxlan: fill ttl inherit info + - ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs + - ASoC: max98373: Added speaker FS gain cotnrol register to volatile. + - ASoC: rt5514: Fix the issue of the delay volume applied again + - selftests: android: move config up a level + - selftests: kselftest: Remove outdated comment + - ASoC: max98373: Added 10ms sleep after amp software reset + - ASoC: wm8804: Add ACPI support + - ASoC: sigmadsp: safeload should not have lower byte limit + - ASoC: q6routing: initialize data correctly + - selftests: add headers_install to lib.mk + - selftests/efivarfs: add required kernel configs + - selftests: memory-hotplug: add required configs + - ASoC: rsnd: adg: care clock-frequency size + - ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER + - hwmon: (nct6775) Fix access to fan pulse registers + - Fix cg_read_strcmp() + - ASoC: AMD: Ensure reset bit is cleared before configuring + - drm/pl111: Make sure of_device_id tables are NULL terminated + - Bluetooth: SMP: Fix trying to use non-existent local OOB data + - Bluetooth: Use correct tfm to generate OOB data + - Bluetooth: hci_ldisc: Free rw_semaphore on close + - mfd: omap-usb-host: Fix dts probe of children + - KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size + - scsi: iscsi: target: Don't use stack buffer for scatterlist + - scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted() + - sound: enable interrupt after dma buffer initialization + - sound: don't call skl_init_chip() to reset intel skl soc + - bpf: btf: Fix end boundary calculation for type section + - bpf: use __GFP_COMP while allocating page + - hwmon: (nct6775) Fix virtual temperature sources for NCT6796D + - hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D + - stmmac: fix valid numbers of unicast filter entries + - hwmon: (nct6775) Use different register to get fan RPM for fan7 + - net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency + - net: macb: disable scatter-gather for macb on sama5d3 + - ARM: dts: at91: add new compatibility string for macb on sama5d3 + - PCI: hv: support reporting serial number as slot information + - clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail + - clk: x86: Stop marking clocks as CLK_IS_CRITICAL + - pinctrl: cannonlake: Fix gpio base for GPP-E + - x86/kvm/lapic: always disable MMIO interface in x2APIC mode + - drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 + - drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9 + - drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs + - mm: slowly shrink slabs with a relatively small number of objects + - mm/vmstat.c: fix outdated vmstat_text + - afs: Fix afs_server struct leak + - afs: Fix clearance of reply + - MIPS: Fix CONFIG_CMDLINE handling + - MIPS: VDSO: Always map near top of user memory + - mach64: detect the dot clock divider correctly on sparc + - vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced + pointers + - percpu: stop leaking bitmap metadata blocks + - perf script python: Fix export-to-postgresql.py occasional failure + - perf script python: Fix export-to-sqlite.py sample columns + - s390/cio: Fix how vfio-ccw checks pinned pages + - dm cache: destroy migration_cache if cache target registration failed + - dm: fix report zone remapping to account for partition offset + - dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled + - dm linear: fix linear_end_io conditional definition + - cgroup: Fix dom_cgrp propagation when enabling threaded mode + - Input: xpad - add support for Xbox1 PDP Camo series gamepad + - drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect() + - mmc: block: avoid multiblock reads for the last sector in SPI mode + - pinctrl: mcp23s08: fix irq and irqchip setup order + - arm64: perf: Reject stand-alone CHAIN events for PMUv3 + - mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE + - mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 + - filesystem-dax: Fix dax_layout_busy_page() livelock + - mm: Preserve _PAGE_DEVMAP across mprotect() calls + - i2c: i2c-scmi: fix for i2c_smbus_write_block_data + - KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault + - Linux 4.18.15 + * Cosmic update: 4.18.14 upstream stable release (LP: #1801986) + - perf/core: Add sanity check to deal with pinned event failure + - mm: migration: fix migration of huge PMD shared pages + - mm, thp: fix mlocking THP page with migration enabled + - mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly + - KVM: VMX: check for existence of secondary exec controls before accessing + - blk-mq: I/O and timer unplugs are inverted in blktrace + - pstore/ram: Fix failure-path memory leak in ramoops_init + - clocksource/drivers/timer-atmel-pit: Properly handle error cases + - fbdev/omapfb: fix omapfb_memory_read infoleak + - mmc: core: Fix debounce time to use microseconds + - mmc: slot-gpio: Fix debounce time to use miliseconds again + - mac80211: allocate TXQs for active monitor interfaces + - drm/amdgpu: Fix vce work queue was not cancelled when suspend + - drm: fix use-after-free read in drm_mode_create_lease_ioctl() + - x86/vdso: Fix asm constraints on vDSO syscall fallbacks + - selftests/x86: Add clock_gettime() tests to test_vdso + - x86/vdso: Only enable vDSO retpolines when enabled and supported + - x86/vdso: Fix vDSO syscall fallback asm constraint regression + - Revert "UBUNTU: SAUCE: PCI: Reprogram bridge prefetch registers on resume" + - PCI: Reprogram bridge prefetch registers on resume + - mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys + - PM / core: Clear the direct_complete flag on errors + - dm mpath: fix attached_handler_name leak and dangling hw_handler_name + pointer + - dm cache metadata: ignore hints array being too small during resize + - dm cache: fix resize crash if user doesn't reload cache table + - xhci: Add missing CAS workaround for Intel Sunrise Point xHCI + - usb: xhci-mtk: resume USB3 roothub first + - USB: serial: simple: add Motorola Tetra MTP6550 id + - USB: serial: option: improve Quectel EP06 detection + - USB: serial: option: add two-endpoints device-id flag + - usb: cdc_acm: Do not leak URB buffers + - tty: Drop tty->count on tty_reopen() failure + - of: unittest: Disable interrupt node tests for old world MAC systems + - powerpc: Avoid code patching freed init sections + - powerpc/lib: fix book3s/32 boot failure due to code patching + - ARC: clone syscall to setp r25 as thread pointer + - f2fs: fix invalid memory access + - tipc: call start and done ops directly in __tipc_nl_compat_dumpit() + - ucma: fix a use-after-free in ucma_resolve_ip() + - ubifs: Check for name being NULL while mounting + - rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead + - ath10k: fix scan crash due to incorrect length calculation + - Linux 4.18.14 + * Cosmic update: 4.18.13 upstream stable release (LP: #1801931) + - rseq/selftests: fix parametrized test with -fpie + - mac80211: Run TXQ teardown code before de-registering interfaces + - mac80211_hwsim: require at least one channel + - Btrfs: fix unexpected failure of nocow buffered writes after snapshotting + when low on space + - KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function + - cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule) + - btrfs: btrfs_shrink_device should call commit transaction at the end + - scsi: csiostor: add a check for NULL pointer after kmalloc() + - scsi: csiostor: fix incorrect port capabilities + - scsi: libata: Add missing newline at end of file + - scsi: aacraid: fix a signedness bug + - bpf, sockmap: fix potential use after free in bpf_tcp_close + - bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg + - bpf: sockmap, decrement copied count correctly in redirect error case + - mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X + - mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X + - cfg80211: make wmm_rule part of the reg_rule structure + - mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_custom + - nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOP + - nl80211: Pass center frequency in kHz instead of MHz + - bpf: fix several offset tests in bpf_msg_pull_data + - gpio: adp5588: Fix sleep-in-atomic-context bug + - mac80211: mesh: fix HWMP sequence numbering to follow standard + - mac80211: avoid kernel panic when building AMSDU from non-linear SKB + - gpiolib: acpi: Switch to cansleep version of GPIO library call + - gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall + - gpio: dwapb: Fix error handling in dwapb_gpio_probe() + - bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data + - bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data + - bpf: fix sg shift repair start offset in bpf_msg_pull_data + - tipc: switch to rhashtable iterator + - sh_eth: Add R7S9210 support + - net: mvpp2: initialize port of_node pointer + - tc-testing: add test-cases for numeric and invalid control action + - cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE + - mac80211: do not convert to A-MSDU if frag/subframe limited + - mac80211: always account for A-MSDU header changes + - tools/kvm_stat: fix python3 issues + - tools/kvm_stat: fix handling of invalid paths in debugfs provider + - tools/kvm_stat: fix updates for dead guests + - gpio: Fix crash due to registration race + - ARC: atomics: unbork atomic_fetch_##op() + - Revert "blk-throttle: fix race between blkcg_bio_issue_check() and + cgroup_rmdir()" + - md/raid5-cache: disable reshape completely + - RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0 + - selftests: pmtu: maximum MTU for vti4 is 2^16-1-20 + - selftests: pmtu: detect correct binary to ping ipv6 addresses + - ibmvnic: Include missing return code checks in reset function + - bpf: Fix bpf_msg_pull_data() + - bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP + - i2c: uniphier: issue STOP only for last message or I2C_M_STOP + - i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP + - net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx() + - fs/cifs: don't translate SFM_SLASH (U+F026) to backslash + - mac80211: fix an off-by-one issue in A-MSDU max_subframe computation + - cfg80211: fix a type issue in ieee80211_chandef_to_operating_class() + - mac80211: fix WMM TXOP calculation + - mac80211: fix a race between restart and CSA flows + - mac80211: Fix station bandwidth setting after channel switch + - mac80211: don't Tx a deauth frame if the AP forbade Tx + - mac80211: shorten the IBSS debug messages + - fsnotify: fix ignore mask logic in fsnotify() + - net/ibm/emac: wrong emac_calc_base call was used by typo + - nds32: fix logic for module + - nds32: add NULL entry to the end of_device_id array + - nds32: Fix empty call trace + - nds32: Fix get_user/put_user macro expand pointer problem + - nds32: fix build error because of wrong semicolon + - tools/vm/slabinfo.c: fix sign-compare warning + - tools/vm/page-types.c: fix "defined but not used" warning + - nds32: linker script: GCOV kernel may refers data in __exit + - ceph: avoid a use-after-free in ceph_destroy_options() + - firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero + - afs: Fix cell specification to permit an empty address list + - mm: madvise(MADV_DODUMP): allow hugetlbfs pages + - bpf: 32-bit RSH verification must truncate input before the ALU op + - netfilter: xt_cluster: add dependency on conntrack module + - netfilter: xt_checksum: ignore gso skbs + - HID: intel-ish-hid: Enable Sunrise Point-H ish driver + - HID: add support for Apple Magic Keyboards + - usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i] + - HID: hid-saitek: Add device ID for RAT 7 Contagion + - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values + fails + - scsi: iscsi: target: Fix conn_ops double free + - scsi: qedi: Add the CRC size within iSCSI NVM image + - perf annotate: Properly interpret indirect call + - perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() + - perf util: Fix bad memory access in trace info. + - perf probe powerpc: Ignore SyS symbols irrespective of endianness + - perf annotate: Fix parsing aarch64 branch instructions after objdump update + - netfilter: kconfig: nat related expression depend on nftables core + - netfilter: nf_tables: release chain in flushing set + - Revert "iio: temperature: maxim_thermocouple: add MAX31856 part" + - iio: imu: st_lsm6dsx: take into account ts samples in wm configuration + - RDMA/ucma: check fd type in ucma_migrate_id() + - riscv: Do not overwrite initrd_start and initrd_end + - HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report + - usb: host: xhci-plat: Iterate over parent nodes for finding quirks + - USB: yurex: Check for truncation in yurex_read() + - nvmet-rdma: fix possible bogus dereference under heavy load + - bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces + - net/mlx5: Consider PCI domain in search for next dev + - dm raid: fix reshape race on small devices + - drm/nouveau: fix oops in client init failure path + - drm/nouveau/mmu: don't attempt to dereference vmm without valid instance + pointer + - drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS + - drm/nouveau/disp: fix DP disable race + - drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP + panels + - dm raid: fix stripe adding reshape deadlock + - dm raid: fix rebuild of specific devices by updating superblock + - dm raid: fix RAID leg rebuild errors + - r8169: set TxConfig register after TX / RX is enabled, just like RxConfig + - fs/cifs: suppress a string overflow warning + - perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing + CPUs + - sched/topology: Set correct NUMA topology type + - dm thin metadata: try to avoid ever aborting transactions + - netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT + - netfilter: xt_hashlimit: use s->file instead of s->private + - arch/hexagon: fix kernel/dma.c build warning + - hexagon: modify ffs() and fls() to return int + - drm/amdgpu: Fix SDMA hang in prt mode v2 + - arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto" + - drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk + - r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED + - s390/qeth: don't dump past end of unknown HW header + - cifs: read overflow in is_valid_oplock_break() + - asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && + CONFIG_INDIRECT_PIO + - xen/manage: don't complain about an empty value in control/sysrq node + - xen: avoid crash in disable_hotplug_cpu + - xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage + - x86/APM: Fix build warning when PROC_FS is not enabled + - new primitive: discard_new_inode() + - vfs: don't evict uninitialized inode + - ovl: set I_CREATING on inode being created + - ovl: fix access beyond unterminated strings + - ovl: fix memory leak on unlink of indexed file + - ovl: fix format of setxattr debug + - sysfs: Do not return POSIX ACL xattrs via listxattr + - b43: fix DMA error related regression with proprietary firmware + - firmware: Fix security issue with request_firmware_into_buf() + - firmware: Always initialize the fw_priv list object + - cpufreq: qcom-kryo: Fix section annotations + - smb2: fix missing files in root share directory listing + - iommu/amd: Clear memory encryption mask from physical address + - crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe() + - crypto: chelsio - Fix memory corruption in DMA Mapped buffers. + - crypto: mxs-dcp - Fix wait logic on chan threads + - crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic + - gpiolib: Free the last requested descriptor + - Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect() + - tools: hv: fcopy: set 'error' in case an unknown operation was requested + - proc: restrict kernel stack dumps to root + - ocfs2: fix locking for res->tracking and dlm->tracking_list + - HID: i2c-hid: disable runtime PM operations on hantick touchpad + - ixgbe: check return value of napi_complete_done() + - dm thin metadata: fix __udivdi3 undefined on 32-bit + - Revert "drm/amd/pp: Send khz clock values to DC for smu7/8" + - Linux 4.18.13 + * Volume control not working Dell XPS 27 (7760) (LP: #1775068) // Cosmic + update: 4.18.13 upstream stable release (LP: #1801931) + - ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760 + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281) + - ipmi: Fix timer race with module unload + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater + than 255 bytes (LP: #1799794) + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts + * 18.10 kernel does not appear to validate kernel module signatures correctly + (LP: #1798863) // CVE-2018-18653 + - SAUCE: (efi-lockdown) module: remove support for deferring module signature + verification to IMA + * 18.10 kernel does not appear to validate kernel module signatures correctly + (LP: #1798863) + - SAUCE: (efi-lockdown) module: trust keys from secondary keyring for module + signing + * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639) + - net/af_iucv: drop inbound packets with invalid flags + - net/af_iucv: fix skb handling on HiperTransport xmit error + * Power consumption during s2idle is higher than long idle(sk hynix) + (LP: #1801875) + - SAUCE: pci: prevent sk hynix nvme from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + * NULL pointer dereference at 0000000000000020 when access + dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878) + - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry. + * hns3: map tx ring to tc (LP: #1802023) + - net: hns3: Set tx ring' tc info when netdev is up + * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641) + - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function + - s390: qeth: Fix potential array overrun in cmd/rc lookup + * Mellanox CX5 stops pinging with rx_wqe_err (mlx5_core) (LP: #1799393) + - net/mlx5: WQ, fixes for fragmented WQ buffers API + * Vulkan applications cause permanent memory leak with Intel GPU + (LP: #1798165) + - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set + * Packaging resync (LP: #1786013) + - [Package] add support for specifying the primary makefile + + -- Khalid Elmously Fri, 16 Nov 2018 22:11:16 +0000 + +linux-aws (4.18.0-1004.5) cosmic; urgency=medium + + * linux-aws: 4.18.0-1004.5 -proposed tracker (LP: #1801114) + + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: remove ndo_poll_controller + - net: ena: fix warning in rmmod caused by double iounmap + - net: ena: fix rare bug when failed restart/resume is followed by driver + removal + - net: ena: fix NULL dereference due to untimely napi initialization + - net: ena: fix auto casting to boolean + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + + -- Khalid Elmously Fri, 02 Nov 2018 01:34:25 +0000 + +linux-aws (4.18.0-1003.4) cosmic; urgency=medium + + * linux-aws: 4.18.0-1003.4 -proposed tracker (LP: #1799450) + + [ Ubuntu: 4.18.0-11.12 ] + + * linux: 4.18.0-11.12 -proposed tracker (LP: #1799445) + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271 + reserve_memblock_reserved_regions (LP: #1797139) + - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 + gic_irq_domain_translate (LP: #1797143) + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings + * The front MIC can't work on the Lenovo M715 (LP: #1797292) + - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 + * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957) + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same + VM + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314) + - SAUCE: fscache: Fix race in decrementing refcount of op->npages + * hns3: autoneg settings get lost on down/up (LP: #1797654) + - net: hns3: Fix for information of phydev lost problem when down/up + * not able to unwind the stack from within __kernel_clock_gettime in the Linux + vDSO (LP: #1797963) + - powerpc/vdso: Correct call frame information + * Signal 7 error when running GPFS tracing in cluster (LP: #1792195) + - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid. + - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition + * Support Edge Gateway's WIFI LED (LP: #1798330) + - SAUCE: mwifiex: Switch WiFi LED state according to the device status + * Support Edge Gateway's Bluetooth LED (LP: #1798332) + - SAUCE: Bluetooth: Support for LED on Edge Gateways + * kvm doesn't work on 36 physical bits systems (LP: #1798427) + - KVM: x86: fix L1TF's MMIO GFN calculation + * CVE-2018-15471 + - xen-netback: fix input validation in xenvif_set_hash_mapping() + * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748) + - rtnetlink: fix rtnl_fdb_dump() for ndmsg header + + [ Ubuntu: 4.18.0-10.11 ] + + * linux: 4.18.0-10.11 -proposed tracker (LP: #1797379) + * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca, + 1002:15dd) often hangs randomly (LP: #1796789) + - drm/amd: Add missing fields in atom_integrated_system_info_v1_11 + * Miscellaneous Ubuntu changes + - [Config] CONFIG_VBOXGUEST=n + - ubuntu: vbox -- update to 5.2.18-dfsg-2 + - ubuntu: enable vbox build + + -- Stefan Bader Wed, 24 Oct 2018 10:43:31 +0200 + +linux-aws (4.18.0-1002.3) cosmic; urgency=medium + + * linux-aws: 4.18.0-1002.3 -proposed tracker (LP: #1796944) + + * iptables --list --numeric fails on -virtual kernel / -virtual missing + bpfilter (LP: #1795036) + - [Config] add bpfilter.ko to generic inclusion list + + [ Ubuntu: 4.18.0-9.10 ] + + * linux: 4.18.0-9.10 -proposed tracker (LP: #1796346) + * Cosmic update: v4.18.12 upstream stable release (LP: #1796139) + - crypto: skcipher - Fix -Wstringop-truncation warnings + - iio: adc: ina2xx: avoid kthread_stop() with stale task_struct + - tsl2550: fix lux1_input error in low light + - misc: ibmvmc: Use GFP_ATOMIC under spin lock + - vmci: type promotion bug in qp_host_get_user_memory() + - siox: don't create a thread without starting it + - x86/numa_emulation: Fix emulated-to-physical node mapping + - staging: rts5208: fix missing error check on call to rtsx_write_register + - power: supply: axp288_charger: Fix initial constant_charge_current value + - misc: sram: enable clock before registering regions + - serial: sh-sci: Stop RX FIFO timer during port shutdown + - uwb: hwa-rc: fix memory leak at probe + - power: vexpress: fix corruption in notifier registration + - iommu/amd: make sure TLB to be flushed before IOVA freed + - Bluetooth: Add a new Realtek 8723DE ID 0bda:b009 + - USB: serial: kobil_sct: fix modem-status error handling + - 6lowpan: iphc: reset mac_header after decompress to fix panic + - iommu/msm: Don't call iommu_device_{,un}link from atomic context + - s390/mm: correct allocate_pgste proc_handler callback + - power: remove possible deadlock when unregistering power_supply + - drm/amd/display/dc/dce: Fix multiple potential integer overflows + - drm/amd/display: fix use of uninitialized memory + - md-cluster: clear another node's suspend_area after the copy is finished + - cxgb4: Fix the condition to check if the card is T5 + - RDMA/bnxt_re: Fix a couple off by one bugs + - RDMA/i40w: Hold read semaphore while looking after VMA + - RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c + - IB/core: type promotion bug in rdma_rw_init_one_mr() + - media: exynos4-is: Prevent NULL pointer dereference in __isp_video_try_fmt() + - IB/mlx4: Test port number before querying type. + - powerpc/kdump: Handle crashkernel memory reservation failure + - media: fsl-viu: fix error handling in viu_of_probe() + - vhost_net: Avoid tx vring kicks during busyloop + - media: staging/imx: fill vb2_v4l2_buffer field entry + - IB/mlx5: Fix GRE flow specification + - include/rdma/opa_addr.h: Fix an endianness issue + - x86/tsc: Add missing header to tsc_msr.c + - ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled + - x86/entry/64: Add two more instruction suffixes + - ARM: dts: ls1021a: Add missing cooling device properties for CPUs + - scsi: target/iscsi: Make iscsit_ta_authentication() respect the output + buffer size + - thermal: i.MX: Allow thermal probe to fail gracefully in case of bad + calibration. + - scsi: klist: Make it safe to use klists in atomic context + - scsi: ibmvscsi: Improve strings handling + - scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion + - usb: wusbcore: security: cast sizeof to int for comparison + - ath10k: sdio: use same endpoint id for all packets in a bundle + - ath10k: sdio: set skb len for all rx packets + - powerpc/powernv/ioda2: Reduce upper limit for DMA window size + - platform/x86: asus-wireless: Fix uninitialized symbol usage + - ACPI / button: increment wakeup count only when notified + - s390/sysinfo: add missing #ifdef CONFIG_PROC_FS + - alarmtimer: Prevent overflow for relative nanosleep + - s390/dasd: correct numa_node in dasd_alloc_queue + - s390/scm_blk: correct numa_node in scm_blk_dev_setup + - s390/extmem: fix gcc 8 stringop-overflow warning + - mtd: rawnand: atmel: add module param to avoid using dma + - iio: accel: adxl345: convert address field usage in iio_chan_spec + - posix-timers: Make forward callback return s64 + - posix-timers: Sanitize overrun handling + - ALSA: snd-aoa: add of_node_put() in error path + - selftests: forwarding: Tweak tc filters for mirror-to-gretap tests + - ath10k: use locked skb_dequeue for rx completions + - media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_power + - media: soc_camera: ov772x: correct setting of banding filter + - media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial data + - media: ov772x: add checks for register read errors + - staging: android: ashmem: Fix mmap size validation + - media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLING + - staging: mt7621-eth: Fix memory leak in mtk_add_mac() error path + - drivers/tty: add error handling for pcmcia_loop_config + - arm64: dts: renesas: salvator-common: Fix adv7482 decimal unit addresses + - serial: pxa: Fix an error handling path in 'serial_pxa_probe()' + - staging: mt7621-dts: Fix remaining pcie warnings + - media: tm6000: add error handling for dvb_register_adapter + - ASoC: qdsp6: qdafe: fix some off by one bugs + - net: phy: xgmiitorgmii: Check read_status results + - ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lock + - drm/sun4i: Enable DW HDMI PHY clock + - net: phy: xgmiitorgmii: Check phy_driver ready before accessing + - drm/sun4i: Fix releasing node when enumerating enpoints + - ath10k: transmit queued frames after processing rx packets + - mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status() + - rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication() + - brcmsmac: fix wrap around in conversion from constant to s16 + - bitfield: fix *_encode_bits() + - wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout() + - drm/omap: gem: Fix mm_list locking + - ARM: mvebu: declare asm symbols as character arrays in pmsu.c + - RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTR + - Documentation/process: fix reST table border error + - perf/hw_breakpoint: Split attribute parse and commit + - arm: dts: mediatek: Add missing cooling device properties for CPUs + - HID: hid-ntrig: add error handling for sysfs_create_group + - HID: i2c-hid: Use devm to allocate i2c_hid struct + - MIPS: boot: fix build rule of vmlinux.its.S + - arm64: dts: renesas: Fix VSPD registers range + - drm/v3d: Take a lock across GPU scheduler job creation and queuing. + - perf/x86/intel/lbr: Fix incomplete LBR call stack + - scsi: bnx2i: add error handling for ioremap_nocache + - iomap: complete partial direct I/O writes synchronously + - spi: orion: fix CS GPIO handling again + - scsi: megaraid_sas: Update controller info during resume + - ASoC: Intel: bytcr_rt5640: Fix Acer Iconia 8 over-current detect threshold + - ASoC: rt1305: Use ULL suffixes for 64-bit constants + - ASoC: rsnd: SSI parent cares SWSP bit + - EDAC, i7core: Fix memleaks and use-after-free on probe and remove + - ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIs + - module: exclude SHN_UNDEF symbols from kallsyms api + - gpio: Fix wrong rounding in gpio-menz127 + - nfsd: fix corrupted reply to badly ordered compound + - EDAC: Fix memleak in module init error path + - EDAC, altera: Fix an error handling path in altr_s10_sdram_probe() + - staging: pi433: fix race condition in pi433_ioctl + - ath10k: fix incorrect size of dma_free_coherent in + ath10k_ce_alloc_src_ring_64 + - ath10k: snoc: use correct bus-specific pointer in RX retry + - fs/lock: skip lock owner pid translation in case we are in init_pid_ns + - ath10k: fix memory leak of tpc_stats + - Input: xen-kbdfront - fix multi-touch XenStore node's locations + - iio: 104-quad-8: Fix off-by-one error in register selection + - drm/vc4: Add missing formats to vc4_format_mod_supported(). + - ARM: dts: dra7: fix DCAN node addresses + - drm/vc4: plane: Expand the lower bits by repeating the higher bits + - perf tests: Fix indexing when invoking subtests + - gpio: tegra: Fix tegra_gpio_irq_set_type() + - block: fix deadline elevator drain for zoned block devices + - x86/mm: Expand static page table for fixmap space + - tty: serial: lpuart: avoid leaking struct tty_struct + - serial: imx: restore handshaking irq for imx1 + - serial: mvebu-uart: Fix reporting of effective CSIZE to userspace + - serial: cpm_uart: return immediately from console poll + - intel_th: Fix device removal logic + - intel_th: Fix resource handling for ACPI glue layer + - spi: tegra20-slink: explicitly enable/disable clock + - spi: sh-msiof: Fix invalid SPI use during system suspend + - spi: sh-msiof: Fix handling of write value for SISTR register + - spi: rspi: Fix invalid SPI use during system suspend + - spi: rspi: Fix interrupted DMA transfers + - regulator: fix crash caused by null driver data + - regulator: Fix 'do-nothing' value for regulators without suspend state + - USB: fix error handling in usb_driver_claim_interface() + - USB: handle NULL config in usb_find_alt_setting() + - usb: roles: Take care of driver module reference counting + - usb: musb: dsps: do not disable CPPI41 irq in driver teardown + - USB: usbdevfs: sanitize flags more + - USB: usbdevfs: restore warning for nonsensical flags + - Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in + service_outstanding_interrupt()" + - USB: remove LPM management from usb_driver_claim_interface() + - uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe() + - ext2, dax: set ext2_dax_aops for dax files + - filesystem-dax: Fix use of zero page + - IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop + - IB/hfi1: Fix SL array bounds check + - IB/hfi1: Invalid user input can result in crash + - IB/hfi1: Fix context recovery when PBC has an UnsupportedVL + - IB/hfi1: Fix destroy_qp hang after a link down + - ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not + bridge + - RDMA/uverbs: Atomically flush and mark closed the comp event queue + - arm64: KVM: Tighten guest core register access from userspace + - ARM: OMAP2+: Fix null hwmod for ti-sysc debug + - ARM: OMAP2+: Fix module address for modules using mpu_rt_idx + - bus: ti-sysc: Fix module register ioremap for larger offsets + - qed: Wait for ready indication before rereading the shmem + - qed: Wait for MCP halt and resume commands to take place + - qed: Prevent a possible deadlock during driver load and unload + - qed: Avoid sending mailbox commands when MFW is not responsive + - thermal: of-thermal: disable passive polling when thermal zone is disabled + - isofs: reject hardware sector size > 2048 bytes + - mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion + - mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer conversion + - bus: ti-sysc: Fix no_console_suspend handling + - ARM: dts: omap4-droid4: fix vibrations on Droid 4 + - bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys + - bpf, sockmap: fix sock hash count in alloc_sock_hash_elem + - tls: possible hang when do_tcp_sendpages hits sndbuf is full case + - bpf: sockmap: write_space events need to be passed to TCP handler + - drm/amdgpu: fix VM clearing for the root PD + - drm/amdgpu: fix preamble handling + - amdgpu: fix multi-process hang issue + - net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler + - tcp_bbr: add bbr_check_probe_rtt_done() helper + - tcp_bbr: in restart from idle, see if we should exit PROBE_RTT + - net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES + - net: hns: fix skb->truesize underestimation + - net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES + - ice: Fix multiple static analyser warnings + - ice: Report stats for allocated queues via ethtool stats + - ice: Clean control queues only when they are initialized + - ice: Fix bugs in control queue processing + - ice: Use order_base_2 to calculate higher power of 2 + - ice: Set VLAN flags correctly + - tools: bpftool: return from do_event_pipe() on bad arguments + - ice: Fix a few null pointer dereference issues + - ice: Fix potential return of uninitialized value + - e1000: check on netif_running() before calling e1000_up() + - e1000: ensure to free old tx/rx rings in set_ringparam() + - ixgbe: fix driver behaviour after issuing VFLR + - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled + - i40e: fix condition of WARN_ONCE for stat strings + - crypto: chtls - fix null dereference chtls_free_uld() + - crypto: cavium/nitrox - fix for command corruption in queue full case with + backlog submissions. + - hwmon: (ina2xx) fix sysfs shunt resistor read access + - hwmon: (adt7475) Make adt7475_read_word() return errors + - Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping" + - drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode + - drm/amdgpu: Update power state at the end of smu hw_init. + - ata: ftide010: Add a quirk for SQ201 + - nvme-fcloop: Fix dropped LS's to removed target port + - ARM: dts: omap4-droid4: Fix emmc errors seen on some devices + - drm/amdgpu: Need to set moved to true when evict bo + - arm/arm64: smccc-1.1: Make return values unsigned long + - arm/arm64: smccc-1.1: Handle function result as parameters + - i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus + - clk: x86: Set default parent to 48Mhz + - x86/pti: Fix section mismatch warning/error + - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds + - powerpc: fix csum_ipv6_magic() on little endian platforms + - powerpc/pkeys: Fix reading of ibm, processor-storage-keys property + - powerpc/pseries: Fix unitialized timer reset on migration + - arm64: KVM: Sanitize PSTATE.M when being set from userspace + - media: v4l: event: Prevent freeing event subscriptions while accessed + - Linux 4.18.12 + * Fix usbcore.quirks when used at boot (LP: #1795784) + - usb: core: safely deal with the dynamic quirk lists + * Dell new AIO requires a new uart backlight driver (LP: #1727235) + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO + - updateconfigs for Dell UART backlight driver + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to + make brightness adjustment working on various BayTrail/CherryTrail-based + devices (LP: #1783964) + - [Config]: Make PWM_LPSS_* built-in + * CVE-2018-5391 + - SAUCE: Revert "net: increase fragment memory usage limits" + * check and fix zkey required kernel modules locations in debs, udebs, and + initramfs (LP: #1794346) + - [Config] add s390 crypto modules to crypt-modules udeb + * iptables --list --numeric fails on -virtual kernel / -virtual missing + bpfilter (LP: #1795036) + - [Config] add bpfilter.ko to generic inclusion list + * fails to build on armhf because of module rename (LP: #1795665) + - [Config] omapfb was renamed to omap2fb + * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086) + - s390/qeth: use vzalloc for QUERY OAT buffer + * Cosmic update to 4.18.11 stable release (LP: #1795486) + - gso_segment: Reset skb->mac_len after modifying network header + - ipv6: fix possible use-after-free in ip6_xmit() + - net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT + - net: hp100: fix always-true check for link up state + - pppoe: fix reception of frames with no mac header + - qmi_wwan: set DTR for modems in forced USB2 mode + - udp4: fix IP_CMSG_CHECKSUM for connected sockets + - tls: don't copy the key out of tls12_crypto_info_aes_gcm_128 + - tls: zero the crypto information from tls_context before freeing + - tls: clear key material from kernel memory when do_tls_setsockopt_conf fails + - neighbour: confirm neigh entries when ARP packet is received + - udp6: add missing checks on edumux packet processing + - net/sched: act_sample: fix NULL dereference in the data path + - hv_netvsc: fix schedule in RCU context + - net: dsa: mv88e6xxx: Fix ATU Miss Violation + - socket: fix struct ifreq size in compat ioctl + - tls: fix currently broken MSG_PEEK behavior + - ipv6: use rt6_info members when dst is set in rt6_fill_node + - net/ipv6: do not copy dst flags on rt init + - net: mvpp2: let phylink manage the carrier state + - net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags + - NFC: Fix possible memory corruption when handling SHDLC I-Frame commands + - NFC: Fix the number of pipes + - ASoC: wm9712: fix replace codec to component + - ASoC: cs4265: fix MMTLR Data switch control + - ASoC: tas6424: Save last fault register even when clear + - ASoC: rsnd: fixup not to call clk_get/set under non-atomic + - ASoC: uapi: fix sound/skl-tplg-interface.h userspace compilation errors + - ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error + path + - ALSA: bebob: use address returned by kmalloc() instead of kernel stack for + streaming DMA mapping + - ALSA: emu10k1: fix possible info leak to userspace on + SNDRV_EMU10K1_IOCTL_INFO + - ALSA: fireface: fix memory leak in ff400_switch_fetching_mode() + - ALSA: firewire-digi00x: fix memory leak of private data + - ALSA: firewire-tascam: fix memory leak of private data + - ALSA: fireworks: fix memory leak of response buffer at error path + - ALSA: oxfw: fix memory leak for model-dependent data at error path + - ALSA: oxfw: fix memory leak of discovered stream formats at error path + - ALSA: oxfw: fix memory leak of private data + - mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able + - mtd: rawnand: denali: fix a race condition when DMA is kicked + - platform/x86: dell-smbios-wmi: Correct a memory leak + - platform/x86: alienware-wmi: Correct a memory leak + - xen/netfront: don't bug in case of too many frags + - xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code + - spi: fix IDR collision on systems with both fixed and dynamic SPI bus + numbers + - Revert "PCI: Add ACS quirk for Intel 300 series" + - ring-buffer: Allow for rescheduling when removing pages + - crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2 + - fork: report pid exhaustion correctly + - mm: disable deferred struct page for 32-bit arches + - mm: shmem.c: Correctly annotate new inodes for lockdep + - Revert "rpmsg: core: add support to power domains for devices" + - bpf/verifier: disallow pointer subtraction + - Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct + member name" + - scsi: target: iscsi: Use bin2hex instead of a re-implementation + - Revert "ubifs: xattr: Don't operate on deleted inodes" + - libata: mask swap internal and hardware tag + - ocfs2: fix ocfs2 read block panic + - drm/i915/bdw: Increase IPS disable timeout to 100ms + - drm/nouveau: Reset MST branching unit before enabling + - drm/nouveau: Only write DP_MSTM_CTRL when needed + - drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend() + - drm/nouveau: Fix deadlocks in nouveau_connector_detect() + - drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unload + - drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement + - drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requests + - drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect() + - drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too early + - drm/vc4: Fix the "no scaling" case on multi-planar YUV formats + - drm: udl: Destroy framebuffer only if it was initialized + - drm/amdgpu: add new polaris pci id + - tty: vt_ioctl: fix potential Spectre v1 + - ext4: check to make sure the rename(2)'s destination is not freed + - ext4: avoid divide by zero fault when deleting corrupted inline directories + - ext4: avoid arithemetic overflow that can trigger a BUG + - ext4: recalucate superblock checksum after updating free blocks/inodes + - ext4: fix online resize's handling of a too-small final block group + - ext4: fix online resizing for bigalloc file systems with a 1k block size + - ext4: don't mark mmp buffer head dirty + - ext4: show test_dummy_encryption mount option in /proc/mounts + - ext4, dax: add ext4_bmap to ext4_dax_aops + - ext4, dax: set ext4_dax_aops for dax files + - sched/fair: Fix vruntime_normalized() for remote non-migration wakeup + - vmw_balloon: include asm/io.h + - iw_cxgb4: only allow 1 flush on user qps + - spi: Fix double IDR allocation with DT aliases + - Linux 4.18.11 + * CVE-2018-14633 + - scsi: target: iscsi: Use hex2bin instead of a re-implementation + * Cosmic update to 4.18.10 stable release (LP: #1794597) + - be2net: Fix memory leak in be_cmd_get_profile_config() + - net/mlx5: Fix use-after-free in self-healing flow + - net: qca_spi: Fix race condition in spi transfers + - rds: fix two RCU related problems + - tipc: orphan sock in tipc_release() + - net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables + - net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC + - net/mlx5: Check for error in mlx5_attach_interface + - net/mlx5: Fix debugfs cleanup in the device init/remove flow + - erspan: fix error handling for erspan tunnel + - erspan: return PACKET_REJECT when the appropriate tunnel is not found + - tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY + - net/mlx5: Fix not releasing read lock when adding flow rules + - net/mlx5: Fix possible deadlock from lockdep when adding fte to fg + - net/mlx5: Use u16 for Work Queue buffer fragment size + - usb: dwc3: change stream event enable bit back to 13 + - iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register + - iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the + PTE + - iommu/io-pgtable-arm: Fix pgtable allocation in selftest + - ALSA: msnd: Fix the default sample sizes + - ALSA: usb-audio: Add support for Encore mDSD USB DAC + - ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macro + - xfrm: fix 'passing zero to ERR_PTR()' warning + - amd-xgbe: use dma_mapping_error to check map errors + - nfp: don't fail probe on pci_sriov_set_totalvfs() errors + - iwlwifi: cancel the injective function between hw pointers to tfd entry + index + - gfs2: Special-case rindex for gfs2_grow + - clk: imx6ul: fix missing of_node_put() + - clk: imx6sll: fix missing of_node_put() + - clk: mvebu: armada-37xx-periph: Fix wrong return value in get_parent + - Input: pxrc - fix freeing URB on device teardown + - clk: core: Potentially free connection id + - clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure + - kbuild: add .DELETE_ON_ERROR special target + - kbuild: do not update config when running install targets + - media: tw686x: Fix oops on buffer alloc failure + - dmaengine: pl330: fix irq race with terminate_all + - MIPS: ath79: fix system restart + - media: videobuf2-core: check for q->error in vb2_core_qbuf() + - IB/rxe: Drop QP0 silently + - block: allow max_discard_segments to be stacked + - IB/ipoib: Fix error return code in ipoib_dev_init() + - mtd/maps: fix solutionengine.c printk format warnings + - media: ov5645: Supported external clock is 24MHz + - perf test: Fix subtest number when showing results + - gfs2: Don't reject a supposedly full bitmap if we have blocks reserved + - perf tools: Synthesize GROUP_DESC feature in pipe mode + - perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 + - perf tests: Fix record+probe_libc_inet_pton.sh when event exists + - perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanups + - fbdev: omapfb: off by one in omapfb_register_client() + - perf tools: Fix struct comm_str removal crash + - video: goldfishfb: fix memory leak on driver remove + - fbdev/via: fix defined but not used warning + - perf powerpc: Fix callchain ip filtering when return address is in a + register + - video: fbdev: pxafb: clear allocated memory for video modes + - fbdev: Distinguish between interlaced and progressive modes + - omapfb: rename omap2 module to omap2fb.ko + - ARM: exynos: Clear global variable on init error path + - perf powerpc: Fix callchain ip filtering + - nvmet: fix file discard return status + - nvme-rdma: unquiesce queues when deleting the controller + - KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr() + - powerpc/powernv: opal_put_chars partial write fix + - perf script: Show correct offsets for DWARF-based unwinding + - staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeout + - staging: bcm2835-camera: handle wait_for_completion_timeout return properly + - ASoC: rt5514: Fix the issue of the delay volume applied + - MIPS: jz4740: Bump zload address + - mac80211: restrict delayed tailroom needed decrement + - Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets + - wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc + - arm64: fix possible spectre-v1 write in ptrace_hbp_set_event() + - reset: imx7: Fix always writing bits as 0 + - ALSA: usb-audio: Generic DSD detection for Thesycon-based implementations + - nfp: avoid buffer leak when FW communication fails + - xen-netfront: fix queue name setting + - arm64: dts: qcom: db410c: Fix Bluetooth LED trigger + - ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci + - soc: qcom: smem: Correct check for global partition + - s390/qeth: fix race in used-buffer accounting + - s390/qeth: reset layer2 attribute on layer switch + - platform/x86: toshiba_acpi: Fix defined but not used build warnings + - KVM: arm/arm64: Fix vgic init race + - drivers/base: stop new probing during shutdown + - i2c: aspeed: Fix initial values of master and slave state + - drm/amd/pp: Set Max clock level to display by default + - regulator: qcom_spmi: Use correct regmap when checking for error + - regulator: qcom_spmi: Fix warning Bad of_node_put() + - iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3 + - dmaengine: mv_xor_v2: kill the tasklets upon exit + - crypto: sharah - Unregister correct algorithms for SAHARA 3 + - x86/pti: Check the return value of pti_user_pagetable_walk_p4d() + - x86/pti: Check the return value of pti_user_pagetable_walk_pmd() + - x86/mm/pti: Add an overflow check to pti_clone_pmds() + - PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRST + - xen-netfront: fix warn message as irq device name has '/' + - RDMA/cma: Protect cma dev list with lock + - pstore: Fix incorrect persistent ram buffer mapping + - xen/netfront: fix waiting for xenbus state change + - IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler + - mmc: omap_hsmmc: fix wakeirq handling on removal + - ipmi: Rework SMI registration failure + - ipmi: Move BT capabilities detection to the detect call + - ipmi: Fix I2C client removal in the SSIF driver + - ovl: fix oopses in ovl_fill_super() failure paths + - vmbus: don't return values for uninitalized channels + - Tools: hv: Fix a bug in the key delete code + - misc: ibmvsm: Fix wrong assignment of return code + - misc: hmc6352: fix potential Spectre v1 + - xhci: Fix use after free for URB cancellation on a reallocated endpoint + - usb: Don't die twice if PCI xhci host is not responding in resume + - usb: xhci: fix interrupt transfer error happened on MTK platforms + - usb: mtu3: fix error of xhci port id when enable U3 dual role + - mei: ignore not found client in the enumeration + - mei: bus: fix hw module get/put balance + - mei: bus: need to unlink client before freeing + - dm verity: fix crash on bufio buffer that was allocated with vmalloc + - USB: Add quirk to support DJI CineSSD + - usb: uas: add support for more quirk flags + - usb: Avoid use-after-free by flushing endpoints early in usb_set_interface() + - usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame() + - USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller + - usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0 + - USB: net2280: Fix erroneous synchronization change + - USB: serial: io_ti: fix array underflow in completion handler + - usb: misc: uss720: Fix two sleep-in-atomic-context bugs + - USB: serial: ti_usb_3410_5052: fix array underflow in completion handler + - USB: yurex: Fix buffer over-read in yurex_write() + - usb: cdc-wdm: Fix a sleep-in-atomic-context bug in + service_outstanding_interrupt() + - Revert "cdc-acm: implement put_char() and flush_chars()" + - cifs: prevent integer overflow in nxt_dir_entry() + - CIFS: fix wrapping bugs in num_entries() + - cifs: integer overflow in in SMB2_ioctl() + - xtensa: ISS: don't allocate memory in platform_setup + - perf/core: Force USER_DS when recording user stack data + - perf tools: Fix maps__find_symbol_by_name() + - of: fix phandle cache creation for DTs with no phandles + - x86/EISA: Don't probe EISA bus for Xen PV guests + - NFSv4: Fix a tracepoint Oops in initiate_file_draining() + - NFSv4.1 fix infinite loop on I/O. + - of: add helper to lookup compatible child node + - mmc: meson-mx-sdio: fix OF child-node lookup + - binfmt_elf: Respect error return from `regset->active' + - net/mlx5: Add missing SET_DRIVER_VERSION command translation + - arm64: dts: uniphier: Add missing cooling device properties for CPUs + - audit: fix use-after-free in audit_add_watch + - mtdchar: fix overflows in adjustment of `count` + - vfs: fix freeze protection in mnt_want_write_file() for overlayfs + - bpf: fix rcu annotations in compute_effective_progs() + - spi: dw: fix possible race condition + - Bluetooth: Use lock_sock_nested in bt_accept_enqueue + - evm: Don't deadlock if a crypto algorithm is unavailable + - KVM: PPC: Book3S HV: Add of_node_put() in success path + - security: check for kstrdup() failure in lsm_append() + - PM / devfreq: use put_device() instead of kfree() + - KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables + - MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads + - configfs: fix registered group removal + - pinctrl: mt7622: Fix probe fail by misuse the selector + - pinctrl: rza1: Fix selector use for groups and functions + - arm64: dts: mt7622: update a clock property for UART0 + - sched/core: Use smp_mb() in wake_woken_function() + - efi/esrt: Only call efi_mem_reserve() for boot services memory + - ARM: hisi: handle of_iomap and fix missing of_node_put + - ARM: hisi: fix error handling and missing of_node_put + - ARM: hisi: check of_iomap and fix missing of_node_put + - liquidio: fix hang when re-binding VF host drv after running DPDK VF driver + - gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes + - ASoC: hdmi-codec: fix routing + - serial: 8250: of: Correct of_platform_serial_setup() error handling + - tty: fix termios input-speed encoding when using BOTHER + - tty: fix termios input-speed encoding + - mmc: sdhci-of-esdhc: set proper dma mask for ls104x chips + - mmc: tegra: prevent HS200 on Tegra 3 + - mmc: sdhci: do not try to use 3.3V signaling if not supported + - drm/nouveau: Fix runtime PM leak in drm_open() + - drm/nouveau/debugfs: Wake up GPU before doing any reclocking + - drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping + - tls: Fix zerocopy_from_iter iov handling + - parport: sunbpp: fix error return code + - sched/fair: Fix util_avg of new tasks for asymmetric systems + - coresight: Handle errors in finding input/output ports + - coresight: tpiu: Fix disabling timeouts + - coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35 + - f2fs: do checkpoint in kill_sb + - tools/testing/nvdimm: Fix support for emulating controller temperature + - drm/amd/display: support access ddc for mst branch + - ASoC: qdsp6: q6afe-dai: fix a range check in of_q6afe_parse_dai_data() + - lightnvm: pblk: assume that chunks are closed on 1.2 devices + - lightnvm: pblk: enable line minor version detection + - staging: bcm2835-audio: Don't leak workqueue if open fails + - gpio: pxa: Fix potential NULL dereference + - gpiolib: Mark gpio_suffixes array with __maybe_unused + - net: gemini: Allow multiple ports to instantiate + - net: mvpp2: make sure we use single queue mode on PPv2.1 + - rcutorture: Use monotonic timestamp for stall detection + - mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) + - input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) + - drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculation + - drm/amdkfd: Fix error codes in kfd_get_process + - rtc: bq4802: add error handling for devm_ioremap + - selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run + - selftests/android: initialize heap_type to avoid compiling warning + - ALSA: pcm: Fix snd_interval_refine first/last with open min/max + - scsi: libfc: fixup 'sleeping function called from invalid context' + - scsi: lpfc: Fix NVME Target crash in defer rcv logic + - scsi: lpfc: Fix panic if driver unloaded when port is offline + - remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvote + - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock + adjustments are in progress + - ASoC: rt5651: Fix workqueue cancel vs irq free race on remove + - drm/panel: type promotion bug in s6e8aa0_read_mtp_id() + - arm64: perf: Disable PMU while processing counter overflows + - drm/amd/pp: Send khz clock values to DC for smu7/8 + - dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0 + - staging: fsl-dpaa2/eth: Fix DMA mapping direction + - block/DAC960.c: fix defined but not used build warnings + - IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers + - blk-mq: only attempt to merge bio if there is rq in sw queue + - blk-mq: avoid to synchronize rcu inside blk_cleanup_queue() + - pinctrl: msm: Fix msm_config_group_get() to be compliant + - pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant + - clk: tegra: bpmp: Don't crash when a clock fails to register + - mei: bus: type promotion bug in mei_nfc_if_version() + - crypto: ccp - add timeout support in the SEV command + - Linux 4.18.10 + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - x86/mce: Fix set_mce_nospec() to avoid #GP fault + * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt. + (LP: #1794294) + - s390/crypto: Fix return code checking in cbc_paes_crypt() + * Oracle cosmic image does not find broadcom network device in Shape + VMStandard2.1 (LP: #1790652) + - SAUCE: bnxt_en: Fix VF mac address regression. + * Page leaking in cachefiles_read_backing_file while vmscan is active + (LP: #1793430) + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan + is active + * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394) + - net: hns3: Add vlan filter setting by ethtool command -K + * hns3: Modifying channel parameters will reset ring parameters back to + defaults (LP: #1793404) + - net: hns3: Fix desc num set to default when setting channel + * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151) + - scsi: hisi_sas: Add SATA FIS check for v3 hw + * Fix potential corruption using SAS controller on HiSilicon arm64 boards + (LP: #1794156) + - scsi: hisi_sas: add memory barrier in task delivery function + * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165) + - scsi: hisi_sas: Tidy hisi_sas_task_prep() + * Add functional level reset support for the SAS controller on HiSilicon D06 + systems (LP: #1794166) + - scsi: hisi_sas: tidy host controller reset function a bit + - scsi: hisi_sas: relocate some common code for v3 hw + - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw + * HiSilicon SAS controller doesn't recover from PHY STP link timeout + (LP: #1794172) + - scsi: hisi_sas: tidy channel interrupt handler for v3 hw + - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout + * Cosmic update to 4.18.9 stable release (LP: #1793682) + - i2c: xiic: Make the start and the byte count write atomic + - i2c: i801: fix DNV's SMBCTRL register offset + - HID: multitouch: fix Elan panels with 2 input modes declaration + - HID: core: fix grouping by application + - HID: input: fix leaking custom input node name + - mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported. + - memory_hotplug: fix kernel_panic on offline page processing + - mac80211: don't update the PM state of a peer upon a multicast frame + - scsi: lpfc: Correct MDS diag and nvmet configuration + - nbd: don't allow invalid blocksize settings + - block: don't warn when doing fsync on read-only devices + - block: bfq: swap puts in bfqg_and_blkg_put + - android: binder: fix the race mmap and alloc_new_buf_locked + - MIPS: VDSO: Match data page cache colouring when D$ aliases + - SMB3: Backup intent flag missing for directory opens with backupuid mounts + - smb3: check for and properly advertise directory lease support + - cifs: connect to servername instead of IP for IPC$ share + - btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata + - Btrfs: fix data corruption when deduplicating between different files + - arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD + - KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW + - KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix() + - KVM: s390: vsie: copy wrapping keys to right place + - KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation + - KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr + - KVM: x86: Invert emulation re-execute behavior to make it opt-in + - KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE + - KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault + - KVM: x86: Do not re-{try,execute} after failed emulation in L2 + - ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel + - ACPI / LPSS: Force LPSS quirks on boot + - memory: ti-aemif: fix a potential NULL-pointer dereference + - ALSA: hda - Fix cancel_work_sync() stall from jackpoll work + - cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun() + - cpu/hotplug: Prevent state corruption on error rollback + - x86/microcode: Make sure boot_cpu_data.microcode is up-to-date + - x86/microcode: Update the new microcode revision unconditionally + - x86/process: Don't mix user/kernel regs in 64bit __show_regs() + - x86/apic/vector: Make error return value negative + - switchtec: Fix Spectre v1 vulnerability + - ARC: [plat-axs*]: Enable SWAP + - tc-testing: flush gact actions on test teardown + - tc-testing: remove duplicate spaces in connmark match patterns + - misc: mic: SCIF Fix scif_get_new_port() error handling + - ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360 + - ethtool: Remove trailing semicolon for static inline + - i2c: aspeed: Add an explicit type casting for *get_clk_reg_val + - Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV + - pinctrl: berlin: fix 'pctrl->functions' allocation in + berlin_pinctrl_build_state + - gpio: tegra: Move driver registration to subsys_init level + - powerpc/4xx: Fix error return path in ppc4xx_msi_probe() + - selftests/bpf: fix a typo in map in map test + - media: davinci: vpif_display: Mix memory leak on probe error path + - media: dw2102: Fix memleak on sequence of probes + - net: phy: Fix the register offsets in Broadcom iProc mdio mux driver + - scsi: qla2xxx: Fix unintended Logout + - scsi: qla2xxx: Fix session state stuck in Get Port DB + - scsi: qla2xxx: Silent erroneous message + - clk: scmi: Fix the rounding of clock rate + - blk-mq: fix updating tags depth + - scsi: lpfc: Fix driver crash when re-registering NVME rports. + - scsi: target: fix __transport_register_session locking + - md/raid5: fix data corruption of replacements after originals dropped + - timers: Clear timer_base::must_forward_clk with timer_base::lock held + - media: camss: csid: Configure data type and decode format properly + - gpu: ipu-v3: default to id 0 on missing OF alias + - misc: ti-st: Fix memory leak in the error path of probe() + - uio: potential double frees if __uio_register_device() fails + - firmware: vpd: Fix section enabled flag on vpd_section_destroy + - Drivers: hv: vmbus: Cleanup synic memory free path + - tty: rocket: Fix possible buffer overwrite on register_PCI + - uio: fix possible circular locking dependency + - iwlwifi: pcie: don't access periphery registers when not available + - IB/IPoIB: Set ah valid flag in multicast send flow + - f2fs: fix to active page in lru list for read path + - f2fs: do not set free of current section + - f2fs: Keep alloc_valid_block_count in sync + - f2fs: issue discard align to section in LFS mode + - f2fs: fix defined but not used build warnings + - f2fs: fix to detect looped node chain correctly + - ASoC: soc-pcm: Use delay set in component pointer function + - perf tools: Allow overriding MAX_NR_CPUS at compile time + - device-dax: avoid hang on error before devm_memremap_pages() + - NFSv4.0 fix client reference leak in callback + - perf c2c report: Fix crash for empty browser + - perf evlist: Fix error out while applying initial delay and LBR + - powerpc/pseries: fix EEH recovery of some IOV devices + - macintosh/via-pmu: Add missing mmio accessors + - perf build: Fix installation directory for eBPF + - ath9k: report tx status on EOSP + - ath9k_hw: fix channel maximum power level test + - ath10k: prevent active scans on potential unusable channels + - wlcore: Set rx_status boottime_ns field on rx + - rpmsg: core: add support to power domains for devices + - mtd: rawnand: make subop helpers return unsigned values + - scsi: tcmu: do not set max_blocks if data_bitmap has been setup + - MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET + - ata: libahci: Allow reconfigure of DEVSLP register + - ata: libahci: Correct setting of DEVSLP register + - nfs: Referrals not inheriting proto setting from parent + - scsi: 3ware: fix return 0 on the error path of probe + - tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access() + - ath10k: disable bundle mgmt tx completion event support + - media: em28xx: explicitly disable TS packet filter + - PCI: mobiveil: Add missing ../pci.h include + - PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type + - powerpc/mm: Don't report PUDs as memory leaks when using kmemleak + - Bluetooth: hidp: Fix handling of strncpy for hid->name information + - x86/mm: Remove in_nmi() warning from vmalloc_fault() + - regulator: tps65217: Fix NULL pointer dereference on probe + - pinctrl: imx: off by one in imx_pinconf_group_dbg_show() + - gpio: pxa: disable pinctrl calls for PXA3xx + - gpio: ml-ioh: Fix buffer underwrite on probe error path + - pinctrl/amd: only handle irq if it is pending and unmasked + - net: mvneta: fix mtu change on port without link + - f2fs: try grabbing node page lock aggressively in sync scenario + - pktcdvd: Fix possible Spectre-v1 for pkt_devs + - f2fs: fix to skip GC if type in SSA and SIT is inconsistent + - tpm_tis_spi: Pass the SPI IRQ down to the driver + - tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) + - f2fs: fix to do sanity check with reserved blkaddr of inline inode + - MIPS: Octeon: add missing of_node_put() + - MIPS: generic: fix missing of_node_put() + - thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources + - thermal_hwmon: Sanitize attribute name passed to hwmon + - net: dcb: For wild-card lookups, use priority -1, not 0 + - dm cache: only allow a single io_mode cache feature to be requested + - Input: atmel_mxt_ts - only use first T9 instance + - media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} + functions + - media: rcar-csi2: update stream start for V3M + - media: helene: fix xtal frequency setting at power on + - drm/amd/display: Prevent PSR from being enabled if initialization fails + - media: em28xx: Fix dual transport stream operation + - iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel + - f2fs: fix to wait on page writeback before updating page + - f2fs: Fix uninitialized return in f2fs_ioc_shutdown() + - media: em28xx: Fix DualHD disconnect oops + - f2fs: avoid potential deadlock in f2fs_sbi_store + - f2fs: fix to do sanity check with secs_per_zone + - mfd: rave-sp: Initialize flow control and parity of the port + - iommu/ipmmu-vmsa: Fix allocation in atomic context + - mfd: ti_am335x_tscadc: Fix struct clk memory leak + - f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize + - f2fs: fix to propagate return value of scan_nat_page() + - f2fs: fix to do sanity check with extra_attr feature + - RDMA/hns: Add illegal hop_num judgement + - NFSv4.1: Fix a potential layoutget/layoutrecall deadlock + - RDMA/hns: Update the data type of immediate data + - MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON + - MIPS: mscc: ocelot: fix length of memory address space for MIIM + - RDMA/cma: Do not ignore net namespace for unbound cm_id + - clocksource: Revert "Remove kthread" + - autofs: fix autofs_sbi() does not check super block type + - mm: get rid of vmacache_flush_all() entirely + - Linux 4.18.9 + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463) + - Input: elantech - enable middle button of touchpad on ThinkPad P72 + * Improvements to the kernel source package preparation (LP: #1793461) + - [Packaging] startnewrelease: add support for backport kernels + * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221) + - net: hns3: Fix MSIX allocation issue for VF + - net: hns3: Refine the MSIX allocation for PF + * Fix unusable NVIDIA GPU after S3 (LP: #1793338) + - SAUCE: PCI: Reprogram bridge prefetch registers on resume + * net: hns: Avoid hang when link is changed while handling packets + (LP: #1792209) + - net: hns: add the code for cleaning pkt in chip + - net: hns: add netif_carrier_off before change speed and duplex + * Cosmic update to v4.18.8 stable release (LP: #1793069) + - act_ife: fix a potential use-after-free + - ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT + state + - net: bcmgenet: use MAC link status for fixed phy + - net: macb: do not disable MDIO bus at open/close time + - net: sched: Fix memory exposure from short TCA_U32_SEL + - qlge: Fix netdev features configuration. + - r8169: add support for NCube 8168 network card + - tcp: do not restart timewait timer on rst reception + - vti6: remove !skb->ignore_df check from vti6_xmit() + - act_ife: move tcfa_lock down to where necessary + - act_ife: fix a potential deadlock + - net: sched: action_ife: take reference to meta module + - bnxt_en: Clean up unused functions. + - bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA. + - net/sched: act_pedit: fix dump of extended layered op + - tipc: fix a missing rhashtable_walk_exit() + - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe() + - tipc: fix the big/little endian issue in tipc_dest + - sctp: remove useless start_fail from sctp_ht_iter in proc + - erspan: set erspan_ver to 1 by default when adding an erspan dev + - net: macb: Fix regression breaking non-MDIO fixed-link PHYs + - ipv6: don't get lwtstate twice in ip6_rt_copy_init() + - net/ipv6: init ip6 anycast rt->dst.input as ip6_input + - net/ipv6: Only update MTU metric if it set + - net/ipv6: Put lwtstate when destroying fib6_info + - net/mlx5: Fix SQ offset in QPs with small RQ + - r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devices + - Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit" + - ip6_vti: fix creating fallback tunnel device for vti6 + - ip6_vti: fix a null pointer deference when destroy vti6 tunnel + - nfp: wait for posted reconfigs when disabling the device + - sctp: hold transport before accessing its asoc in sctp_transport_get_next + - mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge + - vhost: correctly check the iova range when waking virtqueue + - hv_netvsc: ignore devices that are not PCI + - cifs: check if SMB2 PDU size has been padded and suppress the warning + - hfsplus: don't return 0 when fill_super() failed + - hfs: prevent crash on exit from failed search + - sunrpc: Don't use stack buffer with scatterlist + - fork: don't copy inconsistent signal handler state to child + - fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds + - reiserfs: change j_timestamp type to time64_t + - iommu/rockchip: Handle errors returned from PM framework + - hfsplus: fix NULL dereference in hfsplus_lookup() + - iommu/rockchip: Move irq request past pm_runtime_enable + - fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries + - fat: validate ->i_start before using + - workqueue: skip lockdep wq dependency in cancel_work_sync() + - workqueue: re-add lockdep dependencies for flushing + - scripts: modpost: check memory allocation results + - apparmor: fix an error code in __aa_create_ns() + - virtio: pci-legacy: Validate queue pfn + - x86/mce: Add notifier_block forward declaration + - i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return + value + - IB/hfi1: Invalid NUMA node information can cause a divide by zero + - pwm: meson: Fix mux clock names + - powerpc/topology: Get topology for shared processors at boot + - mm/fadvise.c: fix signed overflow UBSAN complaint + - mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM + - fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot() + - platform/x86: intel_punit_ipc: fix build errors + - bpf, sockmap: fix map elem deletion race with smap_stop_sock + - tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach + - bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist + - net/xdp: Fix suspicious RCU usage warning + - bpf, sockmap: fix leakage of smap_psock_map_entry + - samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM + - netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses + - s390/kdump: Fix memleak in nt_vmcoreinfo + - ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest() + - mfd: sm501: Set coherent_dma_mask when creating subdevices + - netfilter: x_tables: do not fail xt_alloc_table_info too easilly + - platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360 + - netfilter: fix memory leaks on netlink_dump_start error + - tcp, ulp: add alias for all ulp modules + - ubi: Initialize Fastmap checkmapping correctly + - RDMA/hns: Fix usage of bitmap allocation functions return values + - ACPICA: ACPICA: add status check for acpi_hw_read before assigning return + value + - perf arm spe: Fix uninitialized record error variable + - net: hns3: Fix for command format parsing error in + hclge_is_all_function_id_zero + - block: don't warn for flush on read-only device + - PCI: Match Root Port's MPS to endpoint's MPSS as necessary + - drm/amd/display: Guard against null crtc in CRC IRQ + - coccicheck: return proper error code on fail + - perf tools: Check for null when copying nsinfo. + - f2fs: avoid race between zero_range and background GC + - f2fs: fix avoid race between truncate and background GC + - RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSO + - irqchip/stm32: Fix init error handling + - irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP + - net/9p/trans_fd.c: fix race by holding the lock + - net/9p: fix error path of p9_virtio_probe + - f2fs: fix to clear PG_checked flag in set_page_dirty() + - pinctrl: axp209: Fix NULL pointer dereference after allocation + - bpf: fix bpffs non-array map seq_show issue + - powerpc/uaccess: Enable get_user(u64, *p) on 32-bit + - powerpc: Fix size calculation using resource_size() + - perf probe powerpc: Fix trace event post-processing + - block: bvec_nr_vecs() returns value for wrong slab + - brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereference + - s390/dasd: fix hanging offline processing due to canceled worker + - s390/dasd: fix panic for failed online processing + - ACPI / scan: Initialize status to ACPI_STA_DEFAULT + - blk-mq: count the hctx as active before allocating tag + - scsi: aic94xx: fix an error code in aic94xx_init() + - NFSv4: Fix error handling in nfs4_sp4_select_mode() + - Input: do not use WARN() in input_alloc_absinfo() + - xen/balloon: fix balloon initialization for PVH Dom0 + - PCI: mvebu: Fix I/O space end address calculation + - dm kcopyd: avoid softlockup in run_complete_job + - staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice + - ASoC: rt5677: Fix initialization of rt5677_of_match.data + - iommu/omap: Fix cache flushes on L2 table entries + - selftests/powerpc: Kill child processes on SIGINT + - selinux: cleanup dentry and inodes on error in selinuxfs + - RDS: IB: fix 'passing zero to ERR_PTR()' warning + - cfq: Suppress compiler warnings about comparisons + - smb3: fix reset of bytes read and written stats + - CIFS: fix memory leak and remove dead code + - SMB3: Number of requests sent should be displayed for SMB3 not just CIFS + - smb3: if server does not support posix do not allow posix mount option + - powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning + - powerpc/64s: Make rfi_flush_fallback a little more robust + - um: fix parallel building with O= option + - powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX. + - clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399 + - drm/amd/display: Read back max backlight value at boot + - KVM: vmx: track host_state.loaded using a loaded_vmcs pointer + - kvm: nVMX: Fix fault vector for VMX operation at CPL > 0 + - drm/etnaviv: fix crash in GPU suspend when init failed due to buffer + placement + - btrfs: Exit gracefully when chunk map cannot be inserted to the tree + - btrfs: replace: Reset on-disk dev stats value after replace + - btrfs: fix in-memory value of total_devices after seed device deletion + - btrfs: relocation: Only remove reloc rb_trees if reloc control has been + initialized + - btrfs: tree-checker: Detect invalid and empty essential trees + - btrfs: check-integrity: Fix NULL pointer dereference for degraded mount + - btrfs: lift uuid_mutex to callers of btrfs_open_devices + - btrfs: Don't remove block group that still has pinned down bytes + - btrfs: Fix a C compliance issue + - arm64: rockchip: Force CONFIG_PM on Rockchip systems + - ARM: rockchip: Force CONFIG_PM on Rockchip systems + - btrfs: do btrfs_free_stale_devices outside of device_list_add + - btrfs: extend locked section when adding a new device in device_list_add + - btrfs: rename local devices for fs_devices in btrfs_free_stale_devices( + - btrfs: use device_list_mutex when removing stale devices + - btrfs: lift uuid_mutex to callers of btrfs_scan_one_device + - btrfs: lift uuid_mutex to callers of btrfs_parse_early_options + - btrfs: reorder initialization before the mount locks uuid_mutex + - btrfs: fix mount and ioctl device scan ioctl race + - drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks" + - drm/i915: Nuke the LVDS lid notifier + - drm/i915: Increase LSPCON timeout + - drm/i915: Free write_buf that we allocated with kzalloc. + - drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet + - drm/amdgpu: fix a reversed condition + - drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode + - drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/ST + - drm/amd/powerplay: fixed uninitialized value + - drm/amd/pp/Polaris12: Fix a chunk of registers missed to program + - drm/edid: Quirk Vive Pro VR headset non-desktop. + - drm/amd/display: fix type of variable + - drm/amd/display: Don't share clk source between DP and HDMI + - drm/amd/display: update clk for various HDMI color depths + - drm/amd/display: Use requested HDMI aspect ratio + - drm/amd/display: Report non-DP display as disconnected without EDID + - drm/rockchip: lvds: add missing of_node_put + - drm/rockchip: vop: split out core clock enablement into separate functions + - drm/rockchip: vop: fix irq disabled after vop driver probed + - drm/amd/display: Pass connector id when executing VBIOS CT + - drm/amd/display: Check if clock source in use before disabling + - drm/amdgpu: update tmr mc address + - drm/amdgpu:add tmr mc address into amdgpu_firmware_info + - drm/amdgpu:add new firmware id for VCN + - drm/amdgpu:add VCN support in PSP driver + - drm/amdgpu:add VCN booting with firmware loaded by PSP + - drm/amdgpu: fix incorrect use of fcheck + - drm/amdgpu: fix incorrect use of drm_file->pid + - drm/i915: Re-apply "Perform link quality check, unconditionally during long + pulse" + - uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name + - mm: respect arch_dup_mmap() return value + - drm/i915: set DP Main Stream Attribute for color range on DDI platforms + - x86/tsc: Prevent result truncation on 32bit + - drm/amdgpu: Keep track of amount of pinned CPU visible VRAM + - drm/amdgpu: Make pin_size values atomic + - drm/amdgpu: Warn and update pin_size values when destroying a pinned BO + - drm/amdgpu: Don't warn on destroying a pinned BO + - debugobjects: Make stack check warning more informative + - x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear + - x86/xen: don't write ptes directly in 32-bit PV guests + - kbuild: make missing $DEPMOD a Warning instead of an Error + - kvm: x86: Set highest physical address bits in non-present/reserved SPTEs + - x86: kvm: avoid unused variable warning + - HID: redragon: fix num lock and caps lock LEDs + - ASoC: wm8994: Fix missing break in switch + - Linux 4.18.8 + * [Regression] Colour banding appears on Lenovo B50-80 integrated display + (LP: #1788308) // Cosmic update to v4.18.8 stable release (LP: #1793069) + - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80 + * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309) + - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen + - HID: i2c-hid: Don't reset device upon system resume + * Error reported when creating ZFS pool with "-t" option, despite successful + pool creation (LP: #1769937) + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6 + * update ENA driver to latest mainline version (LP: #1792044) + - net: ena: fix surprise unplug NULL dereference kernel crash + - net: ena: fix driver when PAGE_SIZE == 64kB + - net: ena: fix device destruction to gracefully free resources + - net: ena: fix potential double ena_destroy_device() + - net: ena: fix missing lock during device destruction + - net: ena: fix missing calls to READ_ONCE + - net: ena: fix incorrect usage of memory barriers + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + * [AEP-bug] ext4: more rare direct I/O vs unmap failures (LP: #1787089) + - dax: dax_layout_busy_page() warn on !exceptional + - ext4: handle layout changes to pinned DAX mappings + - xfs: Close race between direct IO and xfs_break_layouts() + * [Bug][CLX]assertion failure with util_range_rw using libpmemlog, possible + kernel DAX bug (LP: #1789146) + - dax: remove VM_MIXEDMAP for fsdax and device dax + * [Feature] Optimize huge page clear/copy cache behavior (LP: #1730836) + - mm, clear_huge_page: move order algorithm into a separate function + - mm, huge page: copy target sub-page last when copy huge page + - mm, hugetlbfs: rename address to haddr in hugetlb_cow() + - mm, hugetlbfs: pass fault address to cow handler + * [ICL] Touch support (LP: #1771245) + - mfd: intel-lpss: Add Ice Lake PCI IDs + * Miscellaneous Ubuntu changes + - [Packaging] retpoline -- fix temporary filenaming + - SAUCE: update aufs to aufs4.18 20180910 + - CONFIG_BCH_CONST_PARAMS=n + - Packaging: final-checks: remove trailing backport suffix + + -- Marcelo Henrique Cerri Tue, 09 Oct 2018 16:04:37 -0300 + +linux-aws (4.18.0-1001.2) cosmic; urgency=medium + + * linux-aws: 4.18.0-1001.2 -proposed tracker (LP: #1795492) + - link-to-tracker: update tracking bug + + [ Ubuntu: 4.18.0-8.9 ] + + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663) + * Cosmic update to v4.18.7 stable release (LP: #1791660) + - rcu: Make expedited GPs handle CPU 0 being offline + - net: 6lowpan: fix reserved space for single frames + - net: mac802154: tx: expand tailroom if necessary + - 9p/net: Fix zero-copy path in the 9p virtio transport + - spi: davinci: fix a NULL pointer dereference + - spi: pxa2xx: Add support for Intel Ice Lake + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe + - spi: cadence: Change usleep_range() to udelay(), for atomic context + - mmc: block: Fix unsupported parallel dispatch of requests + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS + - readahead: stricter check for bdi io_pages + - block: fix infinite loop if the device loses discard capability + - block: blk_init_allocated_queue() set q->fq as NULL in the fail case + - block: really disable runtime-pm for blk-mq + - blkcg: Introduce blkg_root_lookup() + - block: Introduce blk_exit_queue() + - block: Ensure that a request queue is dissociated from the cgroup controller + - apparmor: fix bad debug check in apparmor_secid_to_secctx() + - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace + - libertas: fix suspend and resume for SDIO connected cards + - media: Revert "[media] tvp5150: fix pad format frame height" + - mailbox: xgene-slimpro: Fix potential NULL pointer dereference + - Replace magic for trusting the secondary keyring with #define + - Fix kexec forbidding kernels signed with keys in the secondary keyring to + boot + - powerpc/fadump: handle crash memory ranges array index overflow + - powerpc/64s: Fix page table fragment refcount race vs speculative references + - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler. + - powerpc/pkeys: Give all threads control of their key permissions + - powerpc/pkeys: Deny read/write/execute by default + - powerpc/pkeys: key allocation/deallocation must not change pkey registers + - powerpc/pkeys: Save the pkey registers before fork + - powerpc/pkeys: Fix calculation of total pkeys. + - powerpc/pkeys: Preallocate execute-only key + - powerpc/nohash: fix pte_access_permitted() + - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls + - powerpc/powernv/pci: Work around races in PCI bridge enabling + - cxl: Fix wrong comparison in cxl_adapter_context_get() + - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id + - IB/mlx5: Fix leaking stack memory to userspace + - IB/srpt: Fix srpt_cm_req_recv() error path (1/2) + - IB/srpt: Fix srpt_cm_req_recv() error path (2/2) + - IB/srpt: Support HCAs with more than two ports + - overflow.h: Add arithmetic shift helper + - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq + - ib_srpt: Fix a use-after-free in srpt_close_ch() + - ib_srpt: Fix a use-after-free in __srpt_close_all_ch() + - RDMA/rxe: Set wqe->status correctly if an unexpected response is received + - 9p: fix multiple NULL-pointer-dereferences + - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed + - 9p/virtio: fix off-by-one error in sg list bounds check + - net/9p/client.c: version pointer uninitialized + - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the + kfree() + - dm integrity: change 'suspending' variable from bool to int + - dm thin: stop no_space_timeout worker when switching to write-mode + - dm cache metadata: save in-core policy_hint_size to on-disk superblock + - dm cache metadata: set dirty on all cache blocks after a crash + - dm crypt: don't decrease device limits + - dm writecache: fix a crash due to reading past end of dirty_bitmap + - uart: fix race between uart_put_char() and uart_shutdown() + - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() + - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() + - iio: sca3000: Fix missing return in switch + - iio: ad9523: Fix displayed phase + - iio: ad9523: Fix return value for ad952x_store() + - extcon: Release locking when sending the notification of connector state + - eventpoll.h: wrap casts in () properly + - vmw_balloon: fix inflation of 64-bit GFNs + - vmw_balloon: do not use 2MB without batching + - vmw_balloon: VMCI_DOORBELL_SET does not check status + - vmw_balloon: fix VMCI use when balloon built into kernel + - rtc: omap: fix resource leak in registration error path + - rtc: omap: fix potential crash on power off + - tracing: Do not call start/stop() functions when tracing_on does not change + - tracing/blktrace: Fix to allow setting same value + - printk/tracing: Do not trace printk_nmi_enter() + - livepatch: Validate module/old func name length + - uprobes: Use synchronize_rcu() not synchronize_sched() + - mfd: hi655x: Fix regmap area declared size for hi655x + - ovl: fix wrong use of impure dir cache in ovl_iterate() + - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure + - ACPICA: Clear status of all events when entering sleep states + - drivers/block/zram/zram_drv.c: fix bug storing backing_dev + - sched: idle: Avoid retaining the tick when it has been stopped + - cpuidle: menu: Handle stopped tick more aggressively + - cpufreq: governor: Avoid accessing invalid governor_data + - PM / sleep: wakeup: Fix build error caused by missing SRCU support + - ALSA: ac97: fix device initialization in the compat layer + - ALSA: ac97: fix check of pm_runtime_get_sync failure + - ALSA: ac97: fix unbalanced pm_runtime_enable + - i2c: designware: Re-init controllers with pm_disabled set on resume + - KVM: VMX: fixes for vmentry_l1d_flush module parameter + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages + - xtensa: limit offsets in __loop_cache_{all,page} + - xtensa: increase ranges in ___invalidate_{i,d}cache_all + - block, bfq: return nbytes and not zero from struct cftype .write() method + - pnfs/blocklayout: off by one in bl_map_stripe() + - nfsd: fix leaked file lock with nfs exported overlayfs + - NFSv4 client live hangs after live data migration recovery + - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs + - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset + - ARM: dts: am57xx-idk: Enable dual role for USB2 port + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data + - mm/tlb: Remove tlb_remove_table() non-concurrent condition + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU- + VMSA + - iommu/vt-d: Add definitions for PFSID + - iommu/vt-d: Fix dev iotlb pfsid use + - sys: don't hold uts_sem while accessing userspace memory + - userns: move user access out of the mutex + - ubifs: Fix memory leak in lprobs self-check + - Revert "UBIFS: Fix potential integer overflow in allocation" + - ubifs: Check data node size before truncate + - ubifs: xattr: Don't operate on deleted inodes + - ubifs: Fix directory size calculation for symlinks + - ubifs: Fix synced_i_size calculation for xattr inodes + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output + - pwm: tiehrpwm: Fix disabling of output of PWMs + - fb: fix lost console when the user unplugs a USB adapter + - udlfb: fix semaphore value leak + - udlfb: fix display corruption of the last line + - udlfb: don't switch if we are switching to the same videomode + - udlfb: set optimal write delay + - udlfb: make a local copy of fb_ops + - udlfb: handle allocation failure + - udlfb: set line_length in dlfb_ops_set_par + - getxattr: use correct xattr length + - libnvdimm: Use max contiguous area for namespace size + - libnvdimm: fix ars_status output length calculation + - bcache: release dc->writeback_lock properly in bch_writeback_thread() + - kconfig: fix "Can't open ..." in parallel build + - perf auxtrace: Fix queue resize + - crypto: vmx - Fix sleep-in-atomic bugs + - crypto: aesni - Use unaligned loads from gcm_context_data + - crypto: arm64/sm4-ce - check for the right CPU feature bit + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 + - crypto: caam/jr - fix descriptor DMA unmapping + - crypto: caam/qi - fix error path in xts setkey + - fs/quota: Fix spectre gadget in do_quotactl + - udf: Fix mounting of Win7 created UDF filesystems + - cpuidle: menu: Retain tick when shallow state is selected + - arm64: mm: always enable CONFIG_HOLES_IN_ZONE + - Linux 4.18.7 + * CVE-2017-5715 + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934) + - s390/ism: add device driver for internal shared memory + - CONFIG_ISM=y for s390 + * Cosmic update to v4.18.6 stable release (LP: #1791105) + - PATCH scripts/kernel-doc + - scripts/kernel-doc: Escape all literal braces in regexes + - scsi: libsas: dynamically allocate and free ata host + - xprtrdma: Fix disconnect regression + - mei: don't update offset in write + - cifs: add missing support for ACLs in SMB 3.11 + - CIFS: fix uninitialized ptr deref in smb2 signing + - cifs: add missing debug entries for kconfig options + - cifs: use a refcount to protect open/closing the cached file handle + - cifs: check kmalloc before use + - smb3: enumerating snapshots was leaving part of the data off end + - smb3: Do not send SMB3 SET_INFO if nothing changed + - smb3: don't request leases in symlink creation and query + - smb3: fill in statfs fsid and correct namelen + - btrfs: use correct compare function of dirty_metadata_bytes + - btrfs: don't leak ret from do_chunk_alloc + - Btrfs: fix mount failure after fsync due to hard link recreation + - Btrfs: fix btrfs_write_inode vs delayed iput deadlock + - Btrfs: fix send failure when root has deleted files still open + - Btrfs: send, fix incorrect file layout after hole punching beyond eof + - hwmon: (k10temp) 27C Offset needed for Threadripper2 + - bpf, arm32: fix stack var offset in jit + - regulator: arizona-ldo1: Use correct device to get enable GPIO + - iommu/arm-smmu: Error out only if not enough context interrupts + - printk: Split the code for storing a message into the log buffer + - printk: Create helper function to queue deferred console handling + - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI + - kprobes/arm64: Fix %p uses in error messages + - arm64: Fix mismatched cache line size detection + - arm64: Handle mismatched cache type + - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() + - arm64: dts: rockchip: corrected uart1 clock-names for rk3328 + - KVM: arm/arm64: Fix potential loss of ptimer interrupts + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked + - KVM: arm/arm64: Skip updating PMD entry if no change + - KVM: arm/arm64: Skip updating PTE entry if no change + - s390/kvm: fix deadlock when killed by oom + - perf kvm: Fix subcommands on s390 + - stop_machine: Reflow cpu_stop_queue_two_works() + - stop_machine: Atomically queue and wake stopper threads + - ext4: check for NUL characters in extended attribute's name + - ext4: use ext4_warning() for sb_getblk failure + - ext4: sysfs: print ext4_super_block fields as little-endian + - ext4: reset error code in ext4_find_entry in fallback + - ext4: fix race when setting the bitmap corrupted flag + - x86/gpu: reserve ICL's graphics stolen memory + - platform/x86: wmi: Do not mix pages and kmalloc + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too + - mm: move tlb_table_flush to tlb_flush_mmu_free + - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Suggest what to do on systems with too much RAM + - x86/vdso: Fix vDSO build if a retpoline is emitted + - x86/process: Re-export start_thread() + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd + - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled + - fuse: Don't access pipe->buffers without pipe_lock() + - fuse: fix initial parallel dirops + - fuse: fix double request_end() + - fuse: fix unlocked access to processing queue + - fuse: umount should wait for all requests + - fuse: Fix oops at process_init_reply() + - fuse: Add missed unlock_page() to fuse_readpages_fill() + - lib/vsprintf: Do not handle %pO[^F] as %px + - udl-kms: change down_interruptible to down + - udl-kms: handle allocation failure + - udl-kms: fix crash due to uninitialized memory + - udl-kms: avoid division + - b43legacy/leds: Ensure NUL-termination of LED name string + - b43/leds: Ensure NUL-termination of LED name string + - ASoC: dpcm: don't merge format from invalid codec dai + - ASoC: zte: Fix incorrect PCM format bit usages + - ASoC: sirf: Fix potential NULL pointer dereference + - ASoC: wm_adsp: Correct DSP pointer for preloader control + - soc: qcom: rmtfs-mem: fix memleak in probe error paths + - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() + - scsi: qla2xxx: Fix stalled relogin + - x86/vdso: Fix lsl operand order + - x86/nmi: Fix NMI uaccess race against CR3 switching + - x86/irqflags: Mark native_restore_fl extern inline + - x86/spectre: Add missing family 6 check to microcode check + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + - hwmon: (nct6775) Fix potential Spectre v1 + - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() + - x86: Allow generating user-space headers without a compiler + - s390/mm: fix addressing exception after suspend/resume + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - s390/qdio: reset old sbal_state flags + - s390/numa: move initial setup of node_to_cpumask_map + - s390/purgatory: Fix crash with expoline enabled + - s390/purgatory: Add missing FORCE to Makefile targets + - kprobes: Show blacklist addresses as same as kallsyms does + - kprobes: Replace %p with other pointer types + - kprobes/arm: Fix %p uses in error messages + - kprobes: Make list and blacklist root user read only + - MIPS: Correct the 64-bit DSP accumulator register size + - MIPS: memset.S: Fix byte_fixup for MIPSr6 + - MIPS: Always use -march=, not - shortcuts + - MIPS: Change definition of cpu_relax() for Loongson-3 + - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 + - tpm: Return the actual size when receiving an unsupported command + - tpm: separate cmd_ready/go_idle from runtime_pm + - scsi: mpt3sas: Fix calltrace observed while running IO & reset + - scsi: mpt3sas: Fix _transport_smp_handler() error path + - scsi: sysfs: Introduce sysfs_{un,}break_active_protection() + - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock + - iscsi target: fix session creation failure handling + - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() + - mtd: rawnand: fsmc: Stop using chip->read_buf() + - mtd: rawnand: marvell: add suspend and resume hooks + - mtd: rawnand: qcom: wait for desc completion in all BAM channels + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399 + - clk: npcm7xx: fix memory allocation + - PM / clk: signedness bug in of_pm_clk_add_clks() + - power: generic-adc-battery: fix out-of-bounds write when copying channel + properties + - power: generic-adc-battery: check for duplicate properties copied from iio + channels + - watchdog: Mark watchdog touch functions as notrace + - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status + - x86/dumpstack: Don't dump kernel memory based on usermode RIP + - Linux 4.18.6 + - updateconfigs after v4.18.6 stable update + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver + binding (LP: #1784331) + - s390/zcrypt: code beautify + - s390/zcrypt: AP bus support for alternate driver(s) + - s390/zcrypt: hex string mask improvements for apmask and aqmask. + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - device-dax: Convert to vmf_insert_mixed and vm_fault_t + - device-dax: Enable page_mapping() + - device-dax: Set page->index + - filesystem-dax: Set page->index + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages + - mm, dev_pagemap: Do not clear ->mapping on final put + - mm, madvise_inject_error: Let memory_failure() optionally take a page + reference + - mm, memory_failure: Collect mapping size in collect_procs() + - filesystem-dax: Introduce dax_lock_mapping_entry() + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses + - x86/memory_failure: Introduce {set, clear}_mce_nospec() + - libnvdimm, pmem: Restore page attributes when clearing errors + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce + callback function" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback + function when link status change" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying + roce client" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + * Please enable CONFIG_PAGE_POISONING (LP: #1783651) + - [Config] Enable CONFIG_PAGE_POISONING configs + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + * [18.10 FEAT] SMC-Direct (LP: #1786902) + - net/smc: determine port attributes independent from pnet table + - net/smc: add pnetid support + - net/smc: add base infrastructure for SMC-D and ISM + - net/smc: add pnetid support for SMC-D and ISM + - net/smc: add SMC-D support in CLC messages + - net/smc: add SMC-D support in data transfer + - net/smc: add SMC-D support in af_smc + - net/smc: add SMC-D diag support + - net/smc: provide smc mode in smc_diag.c + - net/smc: eliminate cursor read and write calls + - net/smc: add function to get link group from link + - net/smc: use DECLARE_BITMAP for rtokens_used_mask + - net/smc: remove local variable page in smc_rx_splice() + - net/smc: Remove a WARN_ON() statement + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls + - net/smc: fewer parameters for smc_llc_send_confirm_link() + - net/smc: use correct vlan gid of RoCE device + - net/smc: provide fallback reason code + - net/smc: improve delete link processing + - net: simplify sock_poll_wait + - net/smc: send response to test link signal + * Miscellaneous Ubuntu changes + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK + + [ Ubuntu: 4.18.0-7.8 ] + + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459) + * pmtu.sh fails on 4.18 kernel (LP: #1789436) + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" + + [ Ubuntu: 4.18.0-6.7 ] + + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881) + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440) + - Config: Disable BPF_JIT_ALWAYS_ON on i386 + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729) + - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() + * Cosmic update to v4.18.5 stable release (LP: #1788874) + - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] + - pty: fix O_CLOEXEC for TIOCGPTPEER + - mm: Allow non-direct-map arguments to free_reserved_area() + - x86/mm/init: Pass unconverted symbol addresses to free_init_pages() + - x86/mm/init: Add helper for freeing kernel image pages + - x86/mm/init: Remove freed kernel image areas from alias mapping + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 + - ext4: fix spectre gadget in ext4_mb_regular_allocator() + - drm/i915/kvmgt: Fix potential Spectre v1 + - drm/amdgpu/pm: Fix potential Spectre v1 + - parisc: Remove unnecessary barriers from spinlock.h + - parisc: Remove ordered stores from syscall.S + - PCI: Restore resized BAR state on resume + - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM + - PCI: hotplug: Don't leak pci_slot on registration failure + - PCI: aardvark: Size bridges before resources allocation + - PCI: Skip MPS logic for Virtual Functions (VFs) + - PCI: pciehp: Fix use-after-free on unplug + - PCI: pciehp: Fix unprotected list iteration in IRQ handler + - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes + - i2c: imx: Fix race condition in dma read + - reiserfs: fix broken xattr handling (heap corruption, bad retval) + - Linux 4.18.5 + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + * Cosmic update to v4.18.4 stable release (LP: #1788454) + - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache + - net_sched: fix NULL pointer dereference when delete tcindex filter + - net_sched: Fix missing res info when create new tc_index filter + - r8169: don't use MSI-X on RTL8168g + - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs + - ALSA: hda - Turn CX8200 into D3 as well upon reboot + - ALSA: vx222: Fix invalid endian conversions + - ALSA: virmidi: Fix too long output trigger loop + - ALSA: cs5535audio: Fix invalid endian conversion + - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 + - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry + - ALSA: memalloc: Don't exceed over the requested size + - ALSA: vxpocket: Fix invalid endian conversions + - ALSA: seq: Fix poll() error return + - media: gl861: fix probe of dvb_usb_gl861 + - USB: serial: sierra: fix potential deadlock at close + - USB: serial: pl2303: add a new device id for ATEN + - USB: option: add support for DW5821e + - ACPI / PM: save NVS memory for ASUS 1025C laptop + - tty: serial: 8250: Revert NXP SC16C2552 workaround + - serial: 8250_exar: Read INT0 from slave device, too + - serial: 8250_dw: always set baud rate in dw8250_set_termios + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC + - uio: fix wrong return value from uio_mmap() + - misc: sram: fix resource leaks in probe error path + - Revert "uio: use request_threaded_irq instead" + - Bluetooth: avoid killing an already killed socket + - isdn: Disable IIOCDBGVAR + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() + - hv/netvsc: Fix NULL dereference at single queue mode fallback + - r8169: don't use MSI-X on RTL8106e + - ip_vti: fix a null pointer deferrence when create vti fallback tunnel + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700 + - net: mvneta: fix mvneta_config_rss on armada 3700 + - cls_matchall: fix tcf_unbind_filter missing + - Linux 4.18.4 + * Cosmic update to v4.18.3 stable release (LP: #1788453) + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion + - Linux 4.18.3 + * Cosmic update to v4.18.2 stable release (LP: #1788452) + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled + - x86: i8259: Add missing include file + - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() + - x86/platform/UV: Mark memblock related init code and data correctly + - x86/mm/pti: Clear Global bit more aggressively + - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits + - x86/mm: Disable ioremap free page handling on x86-PAE + - kbuild: verify that $DEPMOD is installed + - crypto: ccree - fix finup + - crypto: ccree - fix iv handling + - crypto: ccp - Check for NULL PSP pointer at module unload + - crypto: ccp - Fix command completion detection race + - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() + - crypto: vmac - require a block cipher with 128-bit block size + - crypto: vmac - separate tfm and request context + - crypto: blkcipher - fix crash flushing dcache in error path + - crypto: ablkcipher - fix crash flushing dcache in error path + - crypto: skcipher - fix aligning block size in skcipher_copy_iv() + - crypto: skcipher - fix crash flushing dcache in error path + - ioremap: Update pgtable free interfaces with addr + - x86/mm: Add TLB purge to free pmd/pte page interfaces + - Linux 4.18.2 + * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363 + - Bluetooth: hidp: buffer overflow in hidp_process_report + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + * Miscellaneous Ubuntu changes + - SAUCE: ipvs: remove nbsp characters from Kconfig + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x + - [Config] update annotations following config review + - [Debian] set CROSS_COMPILE when generating kernel configs + - [Config] Disable the Speck cipher + + [ Ubuntu: 4.18.0-5.6 ] + + * Cosmic update to v4.18.1 stable release (LP: #1787264) + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + - x86/speculation: Protect against userspace-userspace spectreRSB + - kprobes/x86: Fix %p uses in error messages + - x86/irqflags: Provide a declaration for native_save_fl + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + - x86/mm/kmmio: Make the tracer robust against L1TF + - tools headers: Synchronise x86 cpufeatures.h for L1TF additions + - x86/microcode: Allow late microcode loading with SMT disabled + - x86/smp: fix non-SMP broken build due to redefinition of + apic_id_is_primary_thread + - cpu/hotplug: Non-SMP machines do not make use of booted_once + - x86/init: fix build with CONFIG_SWAP=n + - Linux 4.18.1 + - [Config] updateconfigs after v4.18.1 stable update + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816) + - [Config] Enable timestamping in network PHY devices + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SYSCTL_SYSCALL=n + * Rebase to v4.18 + + [ Ubuntu: 4.18.0-4.5 ] + + * Rebase to v4.18-rc8 + + [ Ubuntu: 4.18.0-3.4 ] + + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + * libvirtd is unable to configure bridge devices inside of LXD containers + (LP: #1784501) + - kernfs: allow creating kernfs objects with arbitrary uid/gid + - sysfs, kobject: allow creating kobject belonging to arbitrary users + - kobject: kset_create_and_add() - fetch ownership info from parent + - driver core: set up ownership of class devices in sysfs + - net-sysfs: require net admin in the init ns for setting tx_maxrate + - net-sysfs: make sure objects belong to container's owner + - net: create reusable function for getting ownership info of sysfs inodes + - bridge: make sure objects belong to container's owner + - sysfs: Fix regression when adding a file to an existing group + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + * Rebase to v4.18-rc7 + + [ Ubuntu: 4.18.0-2.3 ] + + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4 + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + * Cloud-init causes potentially huge boot delays with 4.15 kernels + (LP: #1780062) + - random: Make getrandom() ready earlier + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3 + - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL + - Enable zfs build + - SAUCE: Import aufs driver + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64" + - [Config] retpoline -- review and accept retpoline changes + * Rebase to v4.18-rc5 + * Rebase to v4.18-rc6 + + [ Ubuntu: 4.18.0-1.2 ] + + * Rebase to v4.18-rc4 + + [ Ubuntu: 4.18.0-0.1 ] + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature + verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + - SAUCE: Import aufs driver + - Update dropped.txt + - [Config] updateconfigs after 4.18-rc3 rebase + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18 + * Rebase to v4.18-rc3 + + [ Ubuntu: 4.18.0-0.0 ] + + * Dummy entry. + + [ Ubuntu: 4.17.0-4.5 ] + + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399) + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + * glibc pkeys test fail on powerpc (LP: #1776967) + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1 + + [ Ubuntu: 4.17.0-3.4 ] + + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124) + * Cosmic update to v4.17.3 stable release (LP: #1778997) + - net: aquantia: fix unsigned numvecs comparison with less than zero + - bonding: re-evaluate force_primary when the primary slave name changes + - cdc_ncm: avoid padding beyond end of skb + - ipv6: allow PMTU exceptions to local routes + - net: dsa: add error handling for pskb_trim_rcsum + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 + - net/sched: act_simple: fix parsing of TCA_DEF_DATA + - tcp: verify the checksum of the first data segment in a new connection + - tls: fix use-after-free in tls_push_record + - tls: fix waitall behavior in tls_sw_recvmsg + - socket: close race condition between sock_close() and sockfs_setattr() + - udp: fix rx queue len reported by diag and proc interface + - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds + vlan + - hv_netvsc: Fix a network regression after ifdown/ifup + - ACPICA: AML parser: attempt to continue loading table after error + - ext4: fix hole length detection in ext4_ind_map_blocks() + - ext4: update mtime in ext4_punch_hole even if no blocks are released + - ext4: do not allow external inodes for inline data + - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + - ext4: fix fencepost error in check for inode count overflow during resize + - driver core: Don't ignore class_dir_create_and_add() failure. + - Btrfs: allow empty subvol= again + - Btrfs: fix clone vs chattr NODATASUM race + - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() + - btrfs: return error value if create_io_em failed in cow_file_range + - btrfs: scrub: Don't use inode pages for device replace + - ALSA: usb-audio: Disable the quirk for Nura headset + - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation + - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream() + - ALSA: hda: add dock and led support for HP EliteBook 830 G5 + - ALSA: hda: add dock and led support for HP ProBook 640 G4 + - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() + - smb3: fix various xid leaks + - smb3: on reconnect set PreviousSessionId field + - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session + expiry + - cifs: For SMB2 security informaion query, check for minimum sized security + descriptor instead of sizeof FileAllInformation class + - nbd: fix nbd device deletion + - nbd: update size when connected + - nbd: use bd_set_size when updating disk size + - blk-mq: reinit q->tag_set_list entry only after grace period + - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue + - cpufreq: Fix new policy initialization during limits updates via sysfs + - cpufreq: ti-cpufreq: Fix an incorrect error return value + - cpufreq: governors: Fix long idle detection logic in load calculation + - libata: zpodd: small read overflow in eject_tray() + - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk + - nvme/pci: Sync controller reset for AER slot_reset + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it + - x86/vector: Fix the args of vector_alloc tracepoint + - x86/apic/vector: Prevent hlist corruption and leaks + - x86/apic: Provide apic_ack_irq() + - x86/ioapic: Use apic_ack_irq() + - x86/platform/uv: Use apic_ack_irq() + - irq_remapping: Use apic_ack_irq() + - genirq/generic_pending: Do not lose pending affinity update + - genirq/affinity: Defer affinity setting if irq chip is busy + - genirq/migration: Avoid out of line call if pending is not set + - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping + - media: uvcvideo: Prevent setting unavailable flags + - media: rc: ensure input/lirc device can be opened after register + - iwlwifi: fw: harden page loading code + - orangefs: set i_size on new symlink + - orangefs: report attributes_mask and attributes for statx + - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation + - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large + - vhost: fix info leak due to uninitialized memory + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset + - Linux 4.17.3 + * Use-after-free in sk_peer_label (LP: #1778646) + - SAUCE: apparmor: fix use after free in sk_peer_label + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + * Network installs fail on SocioNext board (LP: #1775884) + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - powerpc/powernv/cpuidle: Init all present cpus for deep states + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + * Expose arm64 CPU topology to userspace (LP: #1770231) + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + * hns3 driver updates (LP: #1768670) + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + * Cosmic update to v4.17.2 stable release (LP: #1779117) + - crypto: chelsio - request to HW should wrap + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - kvm: fix typo in flag name + - kvm: nVMX: Enforce cpl=0 for VMX instructions + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: core: message: remove extra endianness conversion in + usb_set_isoch_delay + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - doc: fix sysfs ABI documentation + - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default + - tty: pl011: Avoid spuriously stuck-off interrupts + - crypto: ccree - correct host regs offset + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - Linux 4.17.2 + * Cosmic update to v4.17.1 stable release (LP: #1779116) + - netfilter: nf_flow_table: attach dst to skbs + - bnx2x: use the right constant + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ipv6: omit traffic class when calculating flow hash + - l2tp: fix refcount leakage on PPPoL2TP sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - rtnetlink: validate attributes in do_setlink() + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vrf: check the original netdevice for generating redirect + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - ipmr: fix error path when ipmr_new_table fails + - PCI: hv: Do not wait forever on a device that has disappeared + - Linux 4.17.1 + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface" + - SAUCE: apparmor: userspace queries + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: af_unix mediation + + [ Ubuntu: 4.17.0-2.3 ] + + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276) + * Miscellaneous Ubuntu changes + - Config: remove IrDA from annotations + - Config: remove scsi drivers from annotations + - Config: remove BT_HCIBTUART from annotations + - Config: pstore zlib support was renamed + - Config: disable NVRAM for armhf on annotations + - Config: Disable VT on s390x + - Config: Update SSB and B43/B44 options + - Config: some options not supported on some arches anymore + - Config: renamed and removed options + - Config: TCG_CRB is required for IMA on ACPI systems + - Config: EXTCON_AXP288 depends on X86 + - Config: CONFIG_FSI depends on OF + - Config: DRM_RCAR_LVDS now depends on DRM + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386 + - Config: Enable HINIC on arm64 + - Config: Set PPS and PTP_1588_CLOCK as y + - Config: Some NF_TABLES options are built-in now + - Config: GENERIC_CPU for ppc64el + - Config: KEXEC_FILE=n for s390x + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS + - Config: Disable STM32 support + - Config: Enable FORTIFY_SOURCE for armhf + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR + * Rebase to v4.17 + + [ Ubuntu: 4.17.0-1.2 ] + + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516) + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64 + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17 + - enable zfs build + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in + lockdown mode" + - Rebased to v4.17-rc6 + + [ Ubuntu: 4.17.0-0.1 ] + + * Rebase to v4.17-rc4 + + [ Ubuntu: 4.17.0-0.0 ] + + * Dummy entry. + + [ Ubuntu: 4.16.0-4.5 ] + + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + * Bionic update to v4.16.2 stable release (LP: #1763388) + - sparc64: Oracle DAX driver depends on SPARC64 + - arp: fix arp_filter on l3slave devices + - net: dsa: Discard frames from unused ports + - net/ipv6: Increment OUTxxx counters after netfilter hook + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vlan: also check phy_driver ts_info for vlan's real device + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net_sched: fix a missing idr_remove() in u32_delete_key() + - nfp: use full 40 bits of the NSP buffer address + - Linux 4.16.2 + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable + release (LP: #1763388) + - sky2: Increase D3 delay to sky2 stops working after suspend + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - [Packaging] fix up snapdragon abi paths + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + * Bionic update to v4.16.1 stable release (LP: #1763170) + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: ccp - Fill the result buffer only on digest, finup, and final ops + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs + - Btrfs: fix unexpected cow in run_delalloc_nocow + - siox: fix possible buffer overflow in device_add_store + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - Fix slab name "biovec-(1<<(21-12))" + - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k + - Linux 4.16.1 + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + * Use med_with_dipm SATA LPM to save more power for mobile platforms + (LP: #1759547) + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3 + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + [ Ubuntu: 4.16.0-3.4 ] + + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + * CAPI Flash (cxlflash) update (LP: #1752672) + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + * Miscellaneous Ubuntu changes + - [Packaging] final-checks -- remove check for empty retpoline files + - [Packaging] skip cloud tools packaging when not building package + * Rebase to v4.16 + + [ Ubuntu: 4.16.0-2.3 ] + + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - [Config] CONFIG_USB_XHCI_DBGCAP=y + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + * Miscellaneous Ubuntu changes + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - [Config] fix up retpoline abi files + - d-i: Add netsec to nic-modules + * Rebase to v4.16-rc6 + + [ Ubuntu: 4.16.0-1.2 ] + + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + * Miscellaneous Ubuntu changes + - SAUCE: tools: use CC for linking acpi tools + * Rebase to v4.16-rc3 + + [ Ubuntu: 4.16.0-0.1 ] + + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + * Miscellaneous upstream changes + - disable vbox build + - Disable zfs build + * Rebase to v4.16-rc2 + + [ Ubuntu: 4.16.0-0.0 ] + + * Dummy entry + + -- Marcelo Henrique Cerri Wed, 03 Oct 2018 13:51:23 -0300 + +linux-aws (4.18.0-1000.0) cosmic; urgency=medium + + * Moving to 4.18.0. + + -- Marcelo Henrique Cerri Mon, 01 Oct 2018 09:22:19 -0300 + +linux-aws (4.15.0-1023.23) bionic; urgency=medium + + [ Ubuntu: 4.15.0-36.39 ] + + * CVE-2018-14633 + - iscsi target: Use hex2bin instead of a re-implementation + * CVE-2018-17182 + - mm: get rid of vmacache_flush_all() entirely + + -- Kleber Sacilotto de Souza Mon, 24 Sep 2018 16:23:48 +0200 + +linux-aws (4.15.0-1022.22) bionic; urgency=medium + + * linux-aws: 4.15.0-1022.22 -proposed tracker (LP: #1791725) + + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + + [ Ubuntu: 4.15.0-35.38 ] + + * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719) + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + * L1TF mitigation not effective in some CPU and RAM combinations + (LP: #1788563) + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + * CVE-2018-15594 + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + * CVE-2017-5715 (Spectre v2 s390x) + - KVM: s390: implement CPU model only facilities + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT + * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state + disabled (performance) (LP: #1790602) + - cpuidle: powernv: Fix promotion from snooze if next state disabled + * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636) + - powerpc: hard disable irqs in smp_send_stop loop + - powerpc: Fix deadlock with multiple calls to smp_send_stop + - powerpc: smp_send_stop do not offline stopped CPUs + - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled + * Security fix: check if IOMMU page is contained in the pinned physical page + (LP: #1785675) + - vfio/spapr: Use IOMMU pageshift rather than pagesize + - KVM: PPC: Check if IOMMU page is contained in the pinned physical page + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/kbl: Add KBL GT2 sku + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + * CVE-2018-15572 + - x86/speculation: Protect against userspace-userspace spectreRSB + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Handle NULL boot ACL entries properly + - thunderbolt: Notify userspace when boot_acl is changed + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support + for arm64 using SMC firmware call to set a hardware chicken bit + (LP: #1787993) // CVE-2018-3639 (arm64) + - arm64: alternatives: Add dynamic patching feature + - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state + - KVM: arm64: Avoid storing the vcpu pointer on the stack + - arm/arm64: smccc: Add SMCCC-specific return codes + - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1 + - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2 + - arm64: Add ARCH_WORKAROUND_2 probing + - arm64: Add 'ssbd' command-line option + - arm64: ssbd: Add global mitigation state accessor + - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation + - arm64: ssbd: Restore mitigation status on CPU resume + - arm64: ssbd: Introduce thread flag to control userspace mitigation + - arm64: ssbd: Add prctl interface for per-thread mitigation + - arm64: KVM: Add HYP per-cpu accessors + - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests + - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests + - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID + - [Config] ARM64_SSBD=y + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching + process" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown + message" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF + response" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF + driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove unused hclgevf_cfg_func_mta_filter + - net: hns3: Fix for VF mailbox cannot receiving PF response + - net: hns3: Fix for VF mailbox receiving unknown message + - net: hns3: Optimize PF CMDQ interrupt switching process + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + * CVE-2018-6555 + - SAUCE: irda: Only insert new objects into the global database via setsockopt + * CVE-2018-6554 + - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket + * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188) + - netfilter: nf_tables: fix NULL pointer dereference on + nft_ct_helper_obj_dump() + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - af_key: Always verify length of provided sadb_key + - gpio: No NULL owner + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - tty: pl011: Avoid spuriously stuck-off interrupts + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666) + - scsi: sd_zbc: Avoid that resetting a zone fails sporadically + - mmap: introduce sane default mmap limits + - mmap: relax file size limit for regular files + - btrfs: define SUPER_FLAG_METADUMP_V2 + - kconfig: Avoid format overflow warning from GCC 8.1 + - be2net: Fix error detection logic for BE3 + - bnx2x: use the right constant + - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect() + - enic: set DMA mask to 47 bit + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ip6_tunnel: remove magic mtu value 0xFFF8 + - ipmr: properly check rhltable_init() return value + - ipv4: remove warning in ip_recv_error + - ipv6: omit traffic class when calculating flow hash + - isdn: eicon: fix a missing-check bug + - kcm: Fix use-after-free caused by clonned sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - net: phy: broadcom: Fix bcm_write_exp() + - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP + - packet: fix reserve calculation + - qed: Fix mask for physical address in ILT entry + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vhost: synchronize IOTLB message with dev cleanup + - vrf: check the original netdevice for generating redirect + - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline + - net: phy: broadcom: Fix auxiliary control register reads + - net-sysfs: Fix memory leak in XPS configuration + - virtio-net: correctly transmit XDP buff after linearizing + - net/mlx4: Fix irq-unsafe spinlock usage + - tun: Fix NULL pointer dereference in XDP redirect + - virtio-net: correctly check num_buf during err path + - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation + - virtio-net: fix leaking page for gso packet during mergeable XDP + - rtnetlink: validate attributes in do_setlink() + - cls_flower: Fix incorrect idr release when failing to modify rule + - PCI: hv: Do not wait forever on a device that has disappeared + - drm: set FMODE_UNSIGNED_OFFSET for drm files + - l2tp: fix refcount leakage on PPPoL2TP sockets + - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG + - net: ethernet: ti: cpdma: correct error handling for chan create + - net: ethernet: davinci_emac: fix error handling in probe() + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - net : sched: cls_api: deal with egdev path only if needed + * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897) + - fix io_destroy()/aio_complete() race + - mm: fix the NULL mapping case in __isolate_lru_page() + - objtool: Support GCC 8's cold subfunctions + - objtool: Support GCC 8 switch tables + - objtool: Detect RIP-relative switch table references + - objtool: Detect RIP-relative switch table references, part 2 + - objtool: Fix "noreturn" detection for recursive sibling calls + - xfs: convert XFS_AGFL_SIZE to a helper function + - xfs: detect agfl count corruption and reset agfl + - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI + - Input: synaptics - add Lenovo 80 series ids to SMBus + - Input: elan_i2c_smbus - fix corrupted stack + - tracing: Fix crash when freeing instances with event triggers + - tracing: Make the snapshot trigger work with instances + - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity + - cfg80211: further limit wiphy names to 64 bytes + - drm/amd/powerplay: Fix enum mismatch + - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c + - platform/chrome: cros_ec_lpc: remove redundant pointer request + - kbuild: clang: disable unused variable warnings only when constant + - tcp: avoid integer overflows in tcp_rcv_space_adjust() + - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ + - iio:buffer: make length types match kfifo types + - iio:kfifo_buf: check for uint overflow + - iio: adc: select buffer for at91-sama5d2_adc + - MIPS: lantiq: gphy: Drop reboot/remove reset asserts + - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs + - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests + - scsi: scsi_transport_srp: Fix shost to rport translation + - stm class: Use vmalloc for the master map + - hwtracing: stm: fix build error on some arches + - IB/core: Fix error code for invalid GID entry + - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() + - Revert "rt2800: use TXOP_BACKOFF for probe frames" + - intel_th: Use correct device when freeing buffers + - drm/psr: Fix missed entry in PSR setup time table. + - drm/i915/lvds: Move acpi lid notification registration to registration phase + - drm/i915: Disable LVDS on Radiant P845 + - drm/vmwgfx: Use kasprintf + - drm/vmwgfx: Fix host logging / guestinfo reading error paths + - nvme: fix extended data LBA supported setting + - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after + resume + - x86/MCE/AMD: Define a function to get SMCA bank type + - x86/mce/AMD: Pass the bank number to smca_get_bank_type() + - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type + - x86/mce/AMD: Carve out SMCA get_block_address() code + - x86/MCE/AMD: Cache SMCA MISC block addresses + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772) + - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call + __ptep_set_access_flags directly + - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c + - powerpc/mm: Change function prototype + - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + * dell_wmi: Unknown key codes (LP: #1762385) + - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + * r8169 no internet after suspending (LP: #1779817) + - r8169: restore previous behavior to accept BIOS WoL settings + - r8169: don't use MSI-X on RTL8168g + - r8169: don't use MSI-X on RTL8106e + * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790) + - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + + -- Khalid Elmously Thu, 13 Sep 2018 16:19:43 -0400 + +linux-aws (4.15.0-1021.21) bionic; urgency=medium + + * linux-aws: 4.15.0-1021.21 -proposed tracker (LP: #1788750) + + + [ Ubuntu: 4.15.0-34.37 ] + + * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744) + * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352) + - MIPS: c-r4k: Fix data corruption related to cache coherence + - MIPS: ptrace: Expose FIR register through FP regset + - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs + - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable" + - affs_lookup(): close a race with affs_remove_link() + - fs: don't scan the inode cache before SB_BORN is set + - aio: fix io_destroy(2) vs. lookup_ioctx() race + - ALSA: timer: Fix pause event notification + - do d_instantiate/unlock_new_inode combinations safely + - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v + - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register + - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus + - libata: Blacklist some Sandisk SSDs for NCQ + - libata: blacklist Micron 500IT SSD with MU01 firmware + - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent + - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros + - arm64: lse: Add early clobbers to some input/output asm operands + - powerpc/64s: Clear PCR on boot + - IB/hfi1: Use after free race condition in send context error path + - IB/umem: Use the correct mm during ib_umem_release + - idr: fix invalid ptr dereference on item delete + - Revert "ipc/shm: Fix shmat mmap nil-page protection" + - ipc/shm: fix shmat() nil address after round-down when remapping + - mm/kasan: don't vfree() nonexistent vm_area + - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE + - kasan: fix memory hotplug during boot + - kernel/sys.c: fix potential Spectre v1 issue + - KVM: s390: vsie: fix < 8k check for the itdba + - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed + - kvm: x86: IA32_ARCH_CAPABILITIES is always supported + - powerpc/64s: Improve RFI L1-D cache flush fallback + - powerpc/pseries: Restore default security feature flags on setup + - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush() + - MIPS: generic: Fix machine compatible matching + - mac80211: mesh: fix wrong mesh TTL offset calculation + - ARC: Fix malformed ARC_EMUL_UNALIGNED default + - ptr_ring: prevent integer overflow when calculating size + - arm64: dts: rockchip: fix rock64 gmac2io stability issues + - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire + - libata: Fix compile warning with ATA_DEBUG enabled + - selftests: sync: missing CFLAGS while compiling + - selftest/vDSO: fix O= + - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m + - selftests: memfd: add config fragment for fuse + - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt + - ARM: OMAP3: Fix prm wake interrupt for resume + - ARM: OMAP2+: Fix sar_base inititalization for HS omaps + - ARM: OMAP1: clock: Fix debugfs_create_*() usage + - tls: retrun the correct IV in getsockopt + - xhci: workaround for AMD Promontory disabled ports wakeup + - IB/uverbs: Fix method merging in uverbs_ioctl_merge + - IB/uverbs: Fix possible oops with duplicate ioctl attributes + - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy + - arm64: dts: rockchip: Fix DWMMC clocks + - ARM: dts: rockchip: Fix DWMMC clocks + - iwlwifi: mvm: fix security bug in PN checking + - iwlwifi: mvm: fix IBSS for devices that support station type API + - iwlwifi: mvm: always init rs with 20mhz bandwidth rates + - NFC: llcp: Limit size of SDP URI + - rxrpc: Work around usercopy check + - MD: Free bioset when md_run fails + - md: fix md_write_start() deadlock w/o metadata devices + - s390/dasd: fix handling of internal requests + - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos + - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4 + - mac80211: fix a possible leak of station stats + - mac80211: fix calling sleeping function in atomic context + - cfg80211: clear wep keys after disconnection + - mac80211: Do not disconnect on invalid operating class + - mac80211: Fix sending ADDBA response for an ongoing session + - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle + - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle + - md raid10: fix NULL deference in handle_write_completed() + - drm/exynos: g2d: use monotonic timestamps + - drm/exynos: fix comparison to bitshift when dealing with a mask + - drm/meson: fix vsync buffer update + - arm64: perf: correct PMUVer probing + - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails + - RDMA/bnxt_re: Fix system crash during load/unload + - net/mlx5e: Return error if prio is specified when offloading eswitch vlan + push + - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() + - md: raid5: avoid string overflow warning + - virtio_net: fix XDP code path in receive_small() + - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE + - bug.h: work around GCC PR82365 in BUG() + - selftests/memfd: add run_fuse_test.sh to TEST_FILES + - seccomp: add a selftest for get_metadata + - soc: imx: gpc: de-register power domains only if initialized + - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access + - s390/cio: fix ccw_device_start_timeout API + - s390/cio: fix return code after missing interrupt + - s390/cio: clear timer when terminating driver I/O + - selftests/bpf/test_maps: exit child process without error in ENOMEM case + - PKCS#7: fix direct verification of SignerInfo signature + - arm64: dts: cavium: fix PCI bus dtc warnings + - nfs: system crashes after NFS4ERR_MOVED recovery + - ARM: OMAP: Fix dmtimer init for omap1 + - smsc75xx: fix smsc75xx_set_features() + - regulatory: add NUL to request alpha2 + - integrity/security: fix digsig.c build error with header file + - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub- + directory in resctrl file system + - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs + - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across + CPU hotplug operations + - mac80211: drop frames with unexpected DS bits from fast-rx to slow path + - arm64: fix unwind_frame() for filtered out fn for function graph tracing + - macvlan: fix use-after-free in macvlan_common_newlink() + - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2 + - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds + - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 + DualLite/Solo RQS + - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add + - fs: dcache: Use READ_ONCE when accessing i_dir_seq + - md: fix a potential deadlock of raid5/raid10 reshape + - md/raid1: fix NULL pointer dereference + - batman-adv: fix packet checksum in receive path + - batman-adv: invalidate checksum on fragment reassembly + - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct + refcount + - netfilter: ipt_CLUSTERIP: put config instead of freeing it + - netfilter: ebtables: convert BUG_ONs to WARN_ONs + - batman-adv: Ignore invalid batadv_iv_gw during netlink send + - batman-adv: Ignore invalid batadv_v_gw during netlink send + - batman-adv: Fix netlink dumping of BLA claims + - batman-adv: Fix netlink dumping of BLA backbones + - nvme-pci: Fix nvme queue cleanup if IRQ setup fails + - clocksource/drivers/fsl_ftm_timer: Fix error return checking + - libceph, ceph: avoid memory leak when specifying same option several times + - ceph: fix dentry leak when failing to init debugfs + - xen/pvcalls: fix null pointer dereference on map->sock + - ARM: orion5x: Revert commit 4904dbda41c8. + - qrtr: add MODULE_ALIAS macro to smd + - selftests/futex: Fix line continuation in Makefile + - r8152: fix tx packets accounting + - virtio-gpu: fix ioctl and expose the fixed status to userspace. + - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3 + - bcache: fix kcrashes with fio in RAID5 backend dev + - ip_gre: fix IFLA_MTU ignored on NEWLINK + - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK + - sit: fix IFLA_MTU ignored on NEWLINK + - nbd: fix return value in error handling path + - ARM: dts: NSP: Fix amount of RAM on BCM958625HR + - ARM: dts: bcm283x: Fix unit address of local_intc + - powerpc/boot: Fix random libfdt related build errors + - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data + - gianfar: Fix Rx byte accounting for ndev stats + - net/tcp/illinois: replace broken algorithm reference link + - nvmet: fix PSDT field check in command format + - net/smc: use link_id of server in confirm link reply + - mlxsw: core: Fix flex keys scratchpad offset conflict + - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast + - spectrum: Reference count VLAN entries + - ARC: mcip: halt GFRC counter when ARC cores halt + - ARC: mcip: update MCIP debug mask when the new cpu came online + - ARC: setup cpu possible mask according to possible-cpus dts property + - ipvs: remove IPS_NAT_MASK check to fix passive FTP + - IB/mlx: Set slid to zero in Ethernet completion struct + - RDMA/bnxt_re: Unconditionly fence non wire memory operations + - RDMA/bnxt_re: Fix incorrect DB offset calculation + - RDMA/bnxt_re: Fix the ib_reg failure cleanup + - xen/pirq: fix error path cleanup when binding MSIs + - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9 + - xfrm: Fix ESN sequence number handling for IPsec GSO packets. + - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset) + - drm/sun4i: Fix dclk_set_phase + - btrfs: use kvzalloc to allocate btrfs_fs_info + - Btrfs: send, fix issuing write op when processing hole in no data mode + - Btrfs: fix log replay failure after linking special file and fsync + - ceph: fix potential memory leak in init_caches() + - block: display the correct diskname for bio + - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable + - net: ethtool: don't ignore return from driver get_fecparam method + - iwlwifi: mvm: fix TX of CCMP 256 + - iwlwifi: mvm: Fix channel switch for count 0 and 1 + - iwlwifi: mvm: fix assert 0x2B00 on older FWs + - iwlwifi: avoid collecting firmware dump if not loaded + - iwlwifi: mvm: Direct multicast frames to the correct station + - iwlwifi: mvm: Correctly set the tid for mcast queue + - rds: Incorrect reference counting in TCP socket creation + - watchdog: f71808e_wdt: Fix magic close handling + - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag + - hv_netvsc: use napi_schedule_irqoff + - hv_netvsc: filter multicast/broadcast + - hv_netvsc: propagate rx filters to VF + - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288 + - e1000e: Fix check_for_link return value with autoneg off + - e1000e: allocate ring descriptors with dma_zalloc_coherent + - ia64/err-inject: Use get_user_pages_fast() + - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA + - RDMA/qedr: Fix iWARP write and send with immediate + - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs + - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE + - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp() + - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in + sbusfb_ioctl_helper(). + - fsl/fman: avoid sleeping in atomic context while adding an address + - qed: Free RoCE ILT Memory on rmmod qedr + - net: qcom/emac: Use proper free methods during TX + - net: smsc911x: Fix unload crash when link is up + - IB/core: Fix possible crash to access NULL netdev + - cxgb4: do not set needs_free_netdev for mgmt dev's + - xen-blkfront: move negotiate_mq to cover all cases of new VBDs + - xen: xenbus: use put_device() instead of kfree() + - hv_netvsc: fix filter flags + - hv_netvsc: fix locking for rx_mode + - hv_netvsc: fix locking during VF setup + - ARM: davinci: fix the GPIO lookup for omapl138-hawk + - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery + - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus + - lib/test_kmod.c: fix limit check on number of test devices created + - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock + - netfilter: ebtables: fix erroneous reject of last rule + - can: m_can: change comparison to bitshift when dealing with a mask + - can: m_can: select pinctrl state in each suspend/resume function + - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa(). + - workqueue: use put_device() instead of kfree() + - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu + - sunvnet: does not support GSO for sctp + - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending + - gpu: ipu-v3: prg: avoid possible array underflow + - drm/imx: move arming of the vblank event to atomic_flush + - drm/nouveau/bl: fix backlight regression + - xfrm: fix rcu_read_unlock usage in xfrm_local_error + - iwlwifi: mvm: set the correct tid when we flush the MCAST sta + - iwlwifi: mvm: Correctly set IGTK for AP + - iwlwifi: mvm: fix error checking for multi/broadcast sta + - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off + - vlan: Fix out of order vlan headers with reorder header off + - batman-adv: fix header size check in batadv_dbg_arp() + - batman-adv: Fix skbuff rcsum on packet reroute + - vti4: Don't count header length twice on tunnel setup + - ip_tunnel: Clamp MTU to bounds on new link + - vti6: Fix dev->max_mtu setting + - iwlwifi: mvm: Increase session protection time after CS + - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue + - iwlwifi: mvm: make sure internal station has a valid id + - iwlwifi: mvm: fix array out of bounds reference + - drm/tegra: Shutdown on driver unbind + - perf/cgroup: Fix child event counting bug + - brcmfmac: Fix check for ISO3166 code + - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races + - RDMA/ucma: Correct option size check using optlen + - RDMA/qedr: fix QP's ack timeout configuration + - RDMA/qedr: Fix rc initialization on CNQ allocation failure + - RDMA/qedr: Fix QP state initialization race + - net/sched: fix idr leak on the error path of tcf_bpf_init() + - net/sched: fix idr leak in the error path of tcf_simp_init() + - net/sched: fix idr leak in the error path of tcf_act_police_init() + - net/sched: fix idr leak in the error path of tcp_pedit_init() + - net/sched: fix idr leak in the error path of __tcf_ipt_init() + - net/sched: fix idr leak in the error path of tcf_skbmod_init() + - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY + - drm/ast: Fixed 1280x800 Display Issue + - mm/mempolicy.c: avoid use uninitialized preferred_node + - mm, thp: do not cause memcg oom for thp + - xfrm: Fix transport mode skb control buffer usage. + - selftests: ftrace: Add probe event argument syntax testcase + - selftests: ftrace: Add a testcase for string type with kprobe_event + - selftests: ftrace: Add a testcase for probepoint + - drm/amdkfd: Fix scratch memory with HWS enabled + - batman-adv: fix multicast-via-unicast transmission with AP isolation + - batman-adv: fix packet loss for broadcasted DHCP packets to a server + - ARM: 8748/1: mm: Define vdso_start, vdso_end as array + - lan78xx: Set ASD in MAC_CR when EEE is enabled. + - net: qmi_wwan: add BroadMobi BM806U 2020:2033 + - bonding: fix the err path for dev hwaddr sync in bond_enslave + - net: dsa: mt7530: fix module autoloading for OF platform drivers + - net/mlx5: Make eswitch support to depend on switchdev + - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs + - x86/alternatives: Fixup alternative_call_2 + - llc: properly handle dev_queue_xmit() return value + - builddeb: Fix header package regarding dtc source links + - qede: Fix barrier usage after tx doorbell write. + - mm, slab: memcg_link the SLAB's kmem_cache + - mm/page_owner: fix recursion bug after changing skip entries + - mm/kmemleak.c: wait for scan completion before disabling free + - hv_netvsc: enable multicast if necessary + - qede: Do not drop rx-checksum invalidated packets. + - net: Fix untag for vlan packets without ethernet header + - vlan: Fix vlan insertion for packets without ethernet header + - net: mvneta: fix enable of all initialized RXQs + - sh: fix debug trap failure to process signals before return to user + - firmware: dmi_scan: Fix UUID length safety check + - nvme: don't send keep-alives to the discovery controller + - Btrfs: clean up resources during umount after trans is aborted + - Btrfs: fix loss of prealloc extents past i_size after fsync log replay + - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries + - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl + table + - swap: divide-by-zero when zero length swap file on ssd + - z3fold: fix memory leak + - sr: get/drop reference to device in revalidate and check_events + - Force log to disk before reading the AGF during a fstrim + - cpufreq: CPPC: Initialize shared perf capabilities of CPUs + - powerpc/fscr: Enable interrupts earlier before calling get_user() + - perf tools: Fix perf builds with clang support + - perf clang: Add support for recent clang versions + - dp83640: Ensure against premature access to PHY registers after reset + - ibmvnic: Zero used TX descriptor counter on reset + - mm/ksm: fix interaction with THP + - mm: fix races between address_space dereference and free in page_evicatable + - mm: thp: fix potential clearing to referenced flag in + page_idle_clear_pte_refs_one() + - Btrfs: bail out on error during replay_dir_deletes + - Btrfs: fix NULL pointer dereference in log_dir_items + - btrfs: Fix possible softlock on single core machines + - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch + - ocfs2/dlm: don't handle migrate lockres if already in shutdown + - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep + - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning + - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of + this_cpu_has() in build_cr3_noflush() + - KVM: VMX: raise internal error for exception during invalid protected mode + state + - lan78xx: Connect phy early + - sparc64: Make atomic_xchg() an inline function rather than a macro. + - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free() + - net: bgmac: Correctly annotate register space + - btrfs: tests/qgroup: Fix wrong tree backref level + - Btrfs: fix copy_items() return value when logging an inode + - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers + - btrfs: qgroup: Fix root item corruption when multiple same source snapshots + are created with quota enabled + - rxrpc: Fix Tx ring annotation after initial Tx failure + - rxrpc: Don't treat call aborts as conn aborts + - xen/acpi: off by one in read_acpi_id() + - drivers: macintosh: rack-meter: really fix bogus memsets + - ACPI: acpi_pad: Fix memory leak in power saving threads + - powerpc/mpic: Check if cpu_possible() in mpic_physmask() + - ieee802154: ca8210: fix uninitialised data read + - ath10k: advertize beacon_int_min_gcd + - iommu/amd: Take into account that alloc_dev_data() may return NULL + - intel_th: Use correct method of finding hub + - m68k: set dma and coherent masks for platform FEC ethernets + - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq + - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode + - hwmon: (nct6775) Fix writing pwmX_mode + - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer + - powerpc/perf: Fix kernel address leak via sampling registers + - rsi: fix kernel panic observed on 64bit machine + - tools/thermal: tmon: fix for segfault + - selftests: Print the test we're running to /dev/kmsg + - net/mlx5: Protect from command bit overflow + - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe() + - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk) + - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A + - ath9k: fix crash in spectral scan + - cxgb4: Setup FW queues before registering netdev + - ima: Fix Kconfig to select TPM 2.0 CRB interface + - ima: Fallback to the builtin hash algorithm + - watchdog: aspeed: Allow configuring for alternate boot + - arm: dts: socfpga: fix GIC PPI warning + - ext4: don't complain about incorrect features when probing + - drm/vmwgfx: Unpin the screen object backup buffer when not used + - iommu/mediatek: Fix protect memory setting + - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path + - IB/mlx5: Set the default active rate and width to QDR and 4X + - zorro: Set up z->dev.dma_mask for the DMA API + - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set + - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()' + - dt-bindings: add device tree binding for Allwinner H6 main CCU + - ACPICA: Events: add a return on failure from acpi_hw_register_read + - ACPICA: Fix memory leak on unusual memory leak + - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c + - cxgb4: Fix queue free path of ULD drivers + - i2c: mv64xxx: Apply errata delay only in standard mode + - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use + - perf top: Fix top.call-graph config option reading + - perf stat: Fix core dump when flag T is used + - IB/core: Honor port_num while resolving GID for IB link layer + - drm/amdkfd: add missing include of mm.h + - coresight: Use %px to print pcsr instead of %p + - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()' + - spi: bcm-qspi: fIX some error handling paths + - net/smc: pay attention to MAX_ORDER for CQ entries + - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset + - watchdog: dw: RMW the control register + - watchdog: aspeed: Fix translation of reset mode to ctrl register + - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()' + - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()' + - powerpc: Add missing prototype for arch_irq_work_raise() + - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range + - f2fs: fix to clear CP_TRIMMED_FLAG + - f2fs: fix to check extent cache in f2fs_drop_extent_tree + - perf/core: Fix installing cgroup events on CPU + - max17042: propagate of_node to power supply device + - perf/core: Fix perf_output_read_group() + - drm/panel: simple: Fix the bus format for the Ontat panel + - hwmon: (pmbus/max8688) Accept negative page register values + - hwmon: (pmbus/adm1275) Accept negative page register values + - perf/x86/intel: Properly save/restore the PMU state in the NMI handler + - cdrom: do not call check_disk_change() inside cdrom_open() + - efi/arm*: Only register page tables when they exist + - perf/x86/intel: Fix large period handling on Broadwell CPUs + - perf/x86/intel: Fix event update for auto-reload + - arm64: dts: qcom: Fix SPI5 config on MSM8996 + - soc: qcom: wcnss_ctrl: Fix increment in NV upload + - gfs2: Fix fallocate chunk size + - x86/devicetree: Initialize device tree before using it + - x86/devicetree: Fix device IRQ settings in DT + - phy: rockchip-emmc: retry calpad busy trimming + - ALSA: vmaster: Propagate slave error + - phy: qcom-qmp: Fix phy pipe clock gating + - drm/bridge: sii902x: Retry status read after DDI I2C + - tools: hv: fix compiler warnings about major/target_fname + - block: null_blk: fix 'Invalid parameters' when loading module + - dmaengine: pl330: fix a race condition in case of threaded irqs + - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue() + - enic: enable rq before updating rq descriptors + - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe() + - hwrng: stm32 - add reset during probe + - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs + - pinctrl: artpec6: dt: add missing pin group uart5nocts + - vfio-ccw: fence off transport mode + - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt + - drm: omapdrm: dss: Move initialization code from component bind to probe + - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage + - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini + - drm/amdgpu: adjust timeout for ib_ring_tests(v2) + - net: stmmac: ensure that the device has released ownership before reading + data + - net: stmmac: ensure that the MSS desc is the last desc to set the own bit + - cpufreq: Reorder cpufreq_online() error code path + - dpaa_eth: fix SG mapping + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220 + - udf: Provide saner default for invalid uid / gid + - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode + - sh_eth: fix TSU init on SH7734/R8A7740 + - power: supply: ltc2941-battery-gauge: Fix temperature units + - ARM: dts: bcm283x: Fix probing of bcm2835-i2s + - ARM: dts: bcm283x: Fix pin function of JTAG pins + - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle + - audit: return on memory error to avoid null pointer dereference + - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing() + - rcu: Call touch_nmi_watchdog() while printing stall warnings + - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins + group + - dpaa_eth: fix pause capability advertisement logic + - MIPS: Octeon: Fix logging messages with spurious periods after newlines + - drm/rockchip: Respect page offset for PRIME mmap calls + - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' + specified + - perf test: Fix test case inet_pton to accept inlines. + - perf report: Fix wrong jump arrow + - perf tests: Use arch__compare_symbol_names to compare symbols + - perf report: Fix memory corruption in --branch-history mode --branch-history + - perf tests: Fix dwarf unwind for stripped binaries + - selftests/net: fixes psock_fanout eBPF test case + - netlabel: If PF_INET6, check sk_buff ip header version + - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3 + - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2 + - ARM: dts: at91: tse850: use the correct compatible for the eeprom + - regmap: Correct comparison in regmap_cached + - i40e: Add delay after EMP reset for firmware to recover + - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet + - ARM: dts: porter: Fix HDMI output routing + - regulator: of: Add a missing 'of_node_put()' in an error handling path of + 'of_regulator_match()' + - pinctrl: mcp23s08: spi: Fix regmap debugfs entries + - kdb: make "mdr" command repeat + - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful + - perf tools: Add trace/beauty/generated/ into .gitignore + - tools: sync up .h files with the repective arch and uapi .h files + - MIPS: xilfpga: Stop generating useless dtb.o + - MIPS: xilfpga: Actually include FDT in fitImage + - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770 + - fix breakage caused by d_find_alias() semantics change + - Btrfs: fix error handling in btrfs_truncate() + - mmc: block: propagate correct returned value in mmc_rpmb_ioctl + - arm64: export tishift functions to modules + - bcma: fix buffer size caused crash in bcma_core_mips_print_irq() + - PM / core: Fix direct_complete handling for devices with no callbacks + - ARM: dts: sun4i: Fix incorrect clocks for displays + - bnxt_en: Ignore src port field in decap filter nodes + - kasan, slub: fix handling of kasan_slab_free hook + - riscv/spinlock: Strengthen implementations with fences + - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs() + - rxrpc: Fix resend event time calculation + - i40e: hold the RTNL lock while changing interrupt schemes + - hv_netvsc: Fix the return status in RX path + - firmware: fix checking for return values for fw_add_devm_name() + - bcache: set writeback_rate_update_seconds in range [1, 60] seconds + - bcache: fix cached_dev->count usage for bch_cache_set_error() + - bcache: stop dc->writeback_rate_update properly + - ibmvnic: Fix reset return from closed state + - powerpc/vas: Fix cleanup when VAS is not configured + - f2fs: flush cp pack except cp pack 2 page at first + - drm/amdgpu: Clean sdma wptr register when only enable wptr polling + - powerpc/mm/slice: Remove intermediate bitmap copy + - powerpc/mm/slice: create header files dedicated to slices + - powerpc/mm/slice: Enhance for supporting PPC32 + - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx + - ibmvnic: Allocate statistics buffers during probe + - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props + - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2 + - soc: renesas: r8a77970-sysc: fix power area parents + - drm/vblank: Data type fixes for 64-bit vblank sequences. + - selftests: Add FIB onlink tests + - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is + powered off + * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282) + - ACPICA: iasl: Add SMMUv3 device ID mapping index support + - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard + * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel + 4.15.0-20-generic (LP: #1772467) + - scsi: hpsa: disable device during shutdown + * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981) + - i2c: xlp9xx: Add support for SMBAlert + * qeth: don't clobber buffer on async TX completion (LP: #1786057) + - s390/qeth: don't clobber buffer on async TX completion + * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle + kernel NULL pointer dereference" message (LP: #1777338) + - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early + (LP: #1787240) + - i2c: xlp9xx: Fix case where SSIF read transaction completes early + * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469) + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: cavium - Prevent division by zero + - crypto: cavium - Fix statistics pending request value + - crypto: cavium - Fix smp_processor_id() warnings + * Bugfix for handling of shadow doorbell buffer (LP: #1788222) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + * nvme devices namespace assigned to the wrong controller (LP: #1789227) + - nvme/multipath: Fix multipath disabled naming collisions + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3 + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835) + - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices + * CacheFiles: Error: Overlong wait for old active object to go away. + (LP: #1776254) + - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag + - cachefiles: Wait rather than BUG'ing on "Unexpected object collision" + * fscache cookie refcount updated incorrectly during fscache object allocation + (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache + object allocation (LP: #1776277) + - fscache: Fix reference overput in fscache_attach_object() error handling + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race" + - fscache: Allow cancelled operations to be enqueued + - cachefiles: Fix refcounting bug in backing-file read monitoring + * SMB3: Fix regression in server reconnect detection (LP: #1786110) + - smb3: on reconnect set PreviousSessionId field + * CVE-2018-1118 + - vhost: fix info leak due to uninitialized memory + + -- Khalid Elmously Mon, 27 Aug 2018 11:33:23 -0400 + +linux-aws (4.15.0-1020.20) bionic; urgency=medium + + * linux-aws: 4.15.0-1020.20 -proposed tracker (LP: #1787154) + + + [ Ubuntu: 4.15.0-33.36 ] + + * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149) + * RTNL assertion failure on ipvlan (LP: #1776927) + - ipvlan: drop ipv6 dependency + - ipvlan: use per device spinlock to protect addrs list updates + - SAUCE: fix warning from "ipvlan: drop ipv6 dependency" + * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941) + - test_bpf: flag tests that cannot be jited on s390 + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type + - drm/radeon: fix radeon_atpx_get_client_id()'s return type + - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type + - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + * netns: unable to follow an interface that moves to another netns + (LP: #1774225) + - net: core: Expose number of link up/down transitions + - dev: always advertise the new nsid when the netns iface changes + - dev: advertise the new ifindex when the netns iface changes + * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066) + - block, bfq: fix occurrences of request finish method's old name + - block, bfq: remove batches of confusing ifdefs + - block, bfq: add requeue-request hook + * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763) + - ALSA: hda: add mute led support for HP ProBook 455 G5 + * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver + (LP: #1781476) + - i2c: xlp9xx: Fix issue seen when updating receive length + - i2c: xlp9xx: Make sure the transfer size is not more than + I2C_SMBUS_BLOCK_SIZE + * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486) + - x86/kvm: fix LAPIC timer drift when guest uses periodic mode + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + * Nvidia fails after switching its mode (LP: #1778658) + - PCI: Restore config space on runtime resume despite being unbound + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3 + * CVE-2018-12232 + - PATCH 1/1] socket: close race condition between sock_close() and + sockfs_setattr() + * CVE-2018-10323 + - xfs: set format back to extents if xfs_bmap_extents_to_btree + * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316) + - ALSA: hda/realtek - Fix the problem of two front mics on more machines + - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION + * Cephfs + fscache: unable to handle kernel NULL pointer dereference at + 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246) + - ceph: track read contexts in ceph_file_info + * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte" + (LP: #1779802) + - Input: elantech - fix V4 report decoding for module with middle key + - Input: elantech - enable middle button of touchpads on ThinkPad P52 + * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823) + - usb: xhci: dbc: Fix lockdep warning + - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started + * CVE-2018-13406 + - video: uvesafb: Fix integer overflow in allocation + * CVE-2018-10840 + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + * CVE-2018-11412 + - ext4: do not allow external inodes for inline data + * CVE-2018-10881 + - ext4: clear i_data in ext4_inode_info when removing inline data + * CVE-2018-12233 + - jfs: Fix inconsistency between memory allocation and ea_buf->max_size + * CVE-2018-12904 + - kvm: nVMX: Enforce cpl=0 for VMX instructions + * Error parsing PCC subspaces from PCCT (LP: #1528684) + - mailbox: PCC: erroneous error message when parsing ACPI PCCT + * CVE-2018-13094 + - xfs: don't call xfs_da_shrink_inode with NULL bp + * other users' coredumps can be read via setgid directory and killpriv bypass + (LP: #1779923) // CVE-2018-13405 + - Fix up non-directory creation in SGID directories + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + * CVE-2018-11506 + - sr: pass down correctly sized SCSI sense buffer + * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418) + - net: Fix a bug in removing queues from XPS map + - net/mlx4_core: Fix error handling in mlx4_init_port_info. + - net/sched: fix refcnt leak in the error path of tcf_vlan_init() + - net: sched: red: avoid hashing NULL child + - net/smc: check for missing nlattrs in SMC_PNETID messages + - net: test tailroom before appending to linear skb + - packet: in packet_snd start writing at link layer allocation + - sock_diag: fix use-after-free read in __sk_free + - tcp: purge write queue in tcp_connect_init() + - vmxnet3: set the DMA mask before the first DMA map operation + - vmxnet3: use DMA memory barriers where required + - hv_netvsc: empty current transmit aggregation if flow blocked + - hv_netvsc: Use the num_online_cpus() for channel limit + - hv_netvsc: avoid retry on send during shutdown + - hv_netvsc: only wake transmit queue if link is up + - hv_netvsc: fix error unwind handling if vmbus_open fails + - hv_netvsc: cancel subchannel setup before halting device + - hv_netvsc: fix race in napi poll when rescheduling + - hv_netvsc: defer queue selection to VF + - hv_netvsc: disable NAPI before channel close + - hv_netvsc: use RCU to fix concurrent rx and queue changes + - hv_netvsc: change GPAD teardown order on older versions + - hv_netvsc: common detach logic + - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown + - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() + - hv_netvsc: Ensure correct teardown message sequence order + - hv_netvsc: Fix a network regression after ifdown/ifup + - sparc: vio: use put_device() instead of kfree() + - ext2: fix a block leak + - s390: add assembler macros for CPU alternatives + - s390: move expoline assembler macros to a header + - s390/crc32-vx: use expoline for indirect branches + - s390/lib: use expoline for indirect branches + - s390/ftrace: use expoline for indirect branches + - s390/kernel: use expoline for indirect branches + - s390: move spectre sysfs attribute code + - s390: extend expoline to BC instructions + - s390: use expoline thunks in the BPF JIT + - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect() + - scsi: zfcp: fix infinite iteration on ERP ready list + - loop: don't call into filesystem while holding lo_ctl_mutex + - loop: fix LOOP_GET_STATUS lock imbalance + - cfg80211: limit wiphy names to 128 bytes + - hfsplus: stop workqueue when fill_super() failed + - x86/kexec: Avoid double free_page() upon do_kexec_load() failure + - usb: gadget: f_uac2: fix bFirstInterface in composite gadget + - usb: dwc3: Undo PHY init if soft reset fails + - usb: dwc3: omap: don't miss events during suspend/resume + - usb: gadget: core: Fix use-after-free of usb_request + - usb: gadget: fsl_udc_core: fix ep valid checks + - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected() + - usb: cdc_acm: prevent race at write to acm while system resumes + - net: usbnet: fix potential deadlock on 32bit hosts + - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name + - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume + timing" + - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM + - net/usb/qmi_wwan.c: Add USB id for lt4120 modem + - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1 + - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB + - ALSA: usb-audio: Add native DSD support for Luxman DA-06 + - usb: dwc3: Add SoftReset PHY synchonization delay + - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields + - usb: dwc3: Makefile: fix link error on randconfig + - xhci: zero usb device slot_id member when disabling and freeing a xhci slot + - usb: dwc2: Fix interval type issue + - usb: dwc2: hcd: Fix host channel halt flow + - usb: dwc2: host: Fix transaction errors in host mode + - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS + - usb: gadget: ffs: Execute copy_to_user() with USER_DS set + - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS + - usb: gadget: udc: change comparison to bitshift when dealing with a mask + - usb: gadget: composite: fix incorrect handling of OS desc requests + - media: lgdt3306a: Fix module count mismatch on usb unplug + - media: em28xx: USB bulk packet size fix + - Bluetooth: btusb: Add device ID for RTL8822BE + - xhci: Show what USB release number the xHC supports from protocol capablity + - staging: bcm2835-audio: Release resources on module_exit() + - staging: lustre: fix bug in osc_enter_cache_try + - staging: fsl-dpaa2/eth: Fix incorrect casts + - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr + - staging: ks7010: Use constants from ieee80211_eid instead of literal ints. + - staging: lustre: lmv: correctly iput lmo_root + - crypto: inside-secure - wait for the request to complete if in the backlog + - crypto: atmel-aes - fix the keys zeroing on errors + - crypto: ccp - don't disable interrupts while setting up debugfs + - crypto: inside-secure - do not process request if no command was issued + - crypto: inside-secure - fix the cache_len computation + - crypto: inside-secure - fix the extra cache computation + - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss + - crypto: inside-secure - fix the invalidation step during cra_exit + - scsi: mpt3sas: fix an out of bound write + - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command + - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request + - scsi: sym53c8xx_2: iterator underflow in sym_getsync() + - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() + - scsi: qla2xxx: Avoid triggering undefined behavior in + qla2x00_mbx_completion() + - scsi: storvsc: Increase cmd_per_lun for higher speed devices + - scsi: qedi: Fix truncation of CHAP name and secret + - scsi: aacraid: fix shutdown crash when init fails + - scsi: qla4xxx: skip error recovery in case of register disconnect. + - scsi: qedi: Fix kernel crash during port toggle + - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM + - scsi: sd: Keep disk read-only when re-reading partition + - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled + - scsi: aacraid: Insure command thread is not recursively stopped + - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD + - scsi: mvsas: fix wrong endianness of sgpio api + - ASoC: hdmi-codec: Fix module unloading caused kernel crash + - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs + - ASoC: samsung: odroid: Fix 32000 sample rate handling + - ASoC: topology: create TLV data for dapm widgets + - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined + - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228 + - clk: Don't show the incorrect clock phase + - clk: hisilicon: mark wdt_mux_p[] as const + - clk: tegra: Fix pll_u rate configuration + - clk: rockchip: Prevent calculating mmc phase if clock rate is zero + - clk: samsung: s3c2410: Fix PLL rates + - clk: samsung: exynos7: Fix PLL rates + - clk: samsung: exynos5260: Fix PLL rates + - clk: samsung: exynos5433: Fix PLL rates + - clk: samsung: exynos5250: Fix PLL rates + - clk: samsung: exynos3250: Fix PLL rates + - media: dmxdev: fix error code for invalid ioctls + - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array + - media: ov5645: add missing of_node_put() in error path + - media: cx23885: Override 888 ImpactVCBe crystal frequency + - media: cx23885: Set subdev host data to clk_freq pointer + - media: s3c-camif: fix out-of-bounds array access + - media: lgdt3306a: Fix a double kfree on i2c device remove + - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models + - media: v4l: vsp1: Fix display stalls when requesting too many inputs + - media: i2c: adv748x: fix HDMI field heights + - media: vb2: Fix videobuf2 to map correct area + - media: vivid: fix incorrect capabilities for radio + - media: cx25821: prevent out-of-bounds read on array card + - serial: xuartps: Fix out-of-bounds access through DT alias + - serial: sh-sci: Fix out-of-bounds access through DT alias + - serial: samsung: Fix out-of-bounds access through serial port index + - serial: mxs-auart: Fix out-of-bounds access through serial port index + - serial: imx: Fix out-of-bounds access through serial port index + - serial: fsl_lpuart: Fix out-of-bounds access through DT alias + - serial: arc_uart: Fix out-of-bounds access through DT alias + - serial: 8250: Don't service RX FIFO if interrupts are disabled + - serial: altera: ensure port->regshift is honored consistently + - rtc: snvs: Fix usage of snvs_rtc_enable + - rtc: hctosys: Ensure system time doesn't overflow time_t + - rtc: rk808: fix possible race condition + - rtc: m41t80: fix race conditions + - rtc: tx4939: avoid unintended sign extension on a 24 bit shift + - rtc: rp5c01: fix possible race condition + - rtc: goldfish: Add missing MODULE_LICENSE + - cxgb4: Correct ntuple mask validation for hash filters + - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule + - net: dsa: Do not register devlink for unused ports + - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID + - net: dsa: bcm_sf2: Fix IPv6 rule half deletion + - 3c59x: convert to generic DMA API + - net: ip6_gre: Request headroom in __gre6_xmit() + - net: ip6_gre: Split up ip6gre_tnl_link_config() + - net: ip6_gre: Split up ip6gre_tnl_change() + - net: ip6_gre: Split up ip6gre_newlink() + - net: ip6_gre: Split up ip6gre_changelink() + - qed: LL2 flush isles when connection is closed + - qed: Fix possibility of list corruption during rmmod flows + - qed: Fix LL2 race during connection terminate + - powerpc: Move default security feature flags + - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026] + - staging: fsl-dpaa2/eth: Fix incorrect kfree + - crypto: inside-secure - move the digest to the request context + - scsi: lpfc: Fix NVME Initiator FirstBurst + - serial: mvebu-uart: fix tx lost characters + * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846) + - usbip: usbip_host: refine probe and disconnect debug msgs to be useful + - usbip: usbip_host: delete device from busid_table after rebind + - usbip: usbip_host: run rebind from exit when module is removed + - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors + - usbip: usbip_host: fix bad unlock balance during stub_probe() + - ALSA: usb: mixer: volume quirk for CM102-A+/102S+ + - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist + - ALSA: control: fix a redundant-copy issue + - spi: pxa2xx: Allow 64-bit DMA + - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master + - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL + - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls + - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock + - vfio: ccw: fix cleanup if cp_prefetch fails + - tracing/x86/xen: Remove zero data size trace events + trace_xen_mmu_flush_tlb{_all} + - tee: shm: fix use-after-free via temporarily dropped reference + - netfilter: nf_tables: free set name in error path + - netfilter: nf_tables: can't fail after linking rule into active rule list + - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6} + - i2c: designware: fix poll-after-enable regression + - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing + - drm: Match sysfs name in link removal to link creation + - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly + - radix tree: fix multi-order iteration race + - mm: don't allow deferred pages with NEED_PER_CPU_KM + - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk + - s390/qdio: fix access to uninitialized qdio_q fields + - s390/qdio: don't release memory in qdio_setup_irq() + - s390: remove indirect branch from do_softirq_own_stack + - x86/pkeys: Override pkey when moving away from PROT_EXEC + - x86/pkeys: Do not special case protection key 0 + - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' + definition for mixed mode + - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr + - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall + - tick/broadcast: Use for_each_cpu() specially on UP kernels + - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed + - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback + - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions + - Btrfs: fix xattr loss after power failure + - Btrfs: send, fix invalid access to commit roots due to concurrent + snapshotting + - btrfs: property: Set incompat flag if lzo/zstd compression is set + - btrfs: fix crash when trying to resume balance without the resume flag + - btrfs: Split btrfs_del_delalloc_inode into 2 functions + - btrfs: Fix delalloc inodes invalidation during transaction abort + - btrfs: fix reading stale metadata blocks after degraded raid1 mounts + - xhci: Fix USB3 NULL pointer dereference at logical disconnect. + - KVM: arm/arm64: Properly protect VGIC locks from IRQs + - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity + - hwmon: (k10temp) Fix reading critical temperature register + - hwmon: (k10temp) Use API function to access System Management Network + - vsprintf: Replace memory barrier with static_key for random_ptr_key update + - x86/amd_nb: Add support for Raven Ridge CPUs + - x86/apic/x2apic: Initialize cluster ID properly + * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858) + - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller() + - bridge: check iface upper dev when setting master via ioctl + - dccp: fix tasklet usage + - ipv4: fix fnhe usage by non-cached routes + - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg + - llc: better deal with too small mtu + - net: ethernet: sun: niu set correct packet size in skb + - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode + - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()' + - net/mlx4_en: Verify coalescing parameters are in range + - net/mlx5e: Err if asked to offload TC match on frag being first + - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics + - net sched actions: fix refcnt leak in skbmod + - net_sched: fq: take care of throttled flows before reuse + - net: support compat 64-bit time in {s,g}etsockopt + - net/tls: Don't recursively call push_record during tls_write_space callbacks + - net/tls: Fix connection stall on partial tls record + - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found + - qmi_wwan: do not steal interfaces from class drivers + - r8169: fix powering up RTL8168h + - rds: do not leak kernel memory to user land + - sctp: delay the authentication for the duplicated cookie-echo chunk + - sctp: fix the issue that the cookie-ack with auth can't get processed + - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr + - sctp: remove sctp_chunk_put from fail_mark err path in + sctp_ulpevent_make_rcvmsg + - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d + - tcp_bbr: fix to zero idle_restart only upon S/ACKed data + - tcp: ignore Fast Open on repair mode + - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent(). + - bonding: do not allow rlb updates to invalid mac + - bonding: send learning packets for vlans on slave + - net: sched: fix error path in tcf_proto_create() when modules are not + configured + - net/mlx5e: TX, Use correct counter in dma_map error flow + - net/mlx5: Avoid cleaning flow steering table twice during error flow + - hv_netvsc: set master device + - ipv6: fix uninit-value in ip6_multipath_l3_keys() + - net/mlx5e: Allow offloading ipv4 header re-write for icmp + - nsh: fix infinite loop + - udp: fix SO_BINDTODEVICE + - l2tp: revert "l2tp: fix missing print session offset info" + - proc: do not access cmdline nor environ from file-backed areas + - net/smc: restrict non-blocking connect finish + - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list + - net/mlx5e: DCBNL fix min inline header size for dscp + - net: systemport: Correclty disambiguate driver instances + - sctp: clear the new asoc's stream outcnt in sctp_stream_update + - tcp: restore autocorking + - tipc: fix one byte leak in tipc_sk_set_orig_addr() + - hv_netvsc: Fix net device attach on older Windows hosts + * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499) + - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS + - ipvs: fix rtnl_lock lockups caused by start_sync_thread + - netfilter: ebtables: don't attempt to allocate 0-sized compat array + - kcm: Call strp_stop before strp_done in kcm_attach + - crypto: af_alg - fix possible uninit-value in alg_bind() + - netlink: fix uninit-value in netlink_sendmsg + - net: fix rtnh_ok() + - net: initialize skb->peeked when cloning + - net: fix uninit-value in __hw_addr_add_ex() + - dccp: initialize ireq->ir_mark + - ipv4: fix uninit-value in ip_route_output_key_hash_rcu() + - soreuseport: initialise timewait reuseport field + - inetpeer: fix uninit-value in inet_getpeer + - memcg: fix per_node_info cleanup + - perf: Remove superfluous allocation error check + - tcp: fix TCP_REPAIR_QUEUE bound checking + - bdi: wake up concurrent wb_shutdown() callers. + - bdi: Fix oops in wb_workfn() + - gpioib: do not free unrequested descriptors + - gpio: fix aspeed_gpio unmask irq + - gpio: fix error path in lineevent_create + - rfkill: gpio: fix memory leak in probe error path + - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs + - dm integrity: use kvfree for kvmalloc'd memory + - tracing: Fix regex_match_front() to not over compare the test string + - z3fold: fix reclaim lock-ups + - mm: sections are not offlined during memory hotremove + - mm, oom: fix concurrent munlock and oom reaper unmap, v3 + - ceph: fix rsize/wsize capping in ceph_direct_read_write() + - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg() + - can: hi311x: Acquire SPI lock on ->do_get_berr_counter + - can: hi311x: Work around TX complete interrupt erratum + - drm/vc4: Fix scaling of uni-planar formats + - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log + - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear() + - drm/atomic: Clean private obj old_state/new_state in + drm_atomic_state_default_clear() + - net: atm: Fix potential Spectre v1 + - atm: zatm: Fix potential Spectre v1 + - cpufreq: schedutil: Avoid using invalid next_freq + - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174" + - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome + chipsets + - thermal: exynos: Reading temperature makes sense only when TMU is turned on + - thermal: exynos: Propagate error value from tmu_read() + - nvme: add quirk to force medium priority for SQ creation + - smb3: directory sync should not return an error + - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] + - tracing/uprobe_event: Fix strncpy corner case + - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_* + - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr + - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver + - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] + - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map() + - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr() + - bdi: Fix use after free bug in debugfs_remove() + - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages + - drm/i915: Adjust eDP's logical vco in a reliable place. + - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client + - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] + * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759) + - percpu: include linux/sched.h for cond_resched() + - ACPI / button: make module loadable when booted in non-ACPI mode + - USB: serial: option: Add support for Quectel EP06 + - ALSA: hda - Fix incorrect usage of IS_REACHABLE() + - ALSA: pcm: Check PCM state at xfern compat ioctl + - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger() + - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation + for array index + - ALSA: aloop: Mark paused device as inactive + - ALSA: aloop: Add missing cable lock to ctl API callbacks + - tracepoint: Do not warn on ENOMEM + - scsi: target: Fix fortify_panic kernel exception + - Input: leds - fix out of bound access + - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro + - rtlwifi: btcoex: Add power_on_setting routine + - rtlwifi: cleanup 8723be ant_sel definition + - xfs: prevent creating negative-sized file via INSERT_RANGE + - RDMA/cxgb4: release hw resources on device removal + - RDMA/ucma: Allow resolving address w/o specifying source address + - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow + - RDMA/mlx5: Protect from shift operand overflow + - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2 + - IB/mlx5: Use unlimited rate when static rate is not supported + - IB/hfi1: Fix handling of FECN marked multicast packet + - IB/hfi1: Fix loss of BECN with AHG + - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used + - iw_cxgb4: Atomically flush per QP HW CQEs + - drm/vmwgfx: Fix a buffer object leak + - drm/bridge: vga-dac: Fix edid memory leak + - test_firmware: fix setting old custom fw path back on exit, second try + - errseq: Always report a writeback error once + - USB: serial: visor: handle potential invalid device configuration + - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue + - USB: Accept bulk endpoints with 1024-byte maxpacket + - USB: serial: option: reimplement interface masking + - USB: serial: option: adding support for ublox R410M + - usb: musb: host: fix potential NULL pointer dereference + - usb: musb: trace: fix NULL pointer dereference in musb_g_tx() + - platform/x86: asus-wireless: Fix NULL pointer dereference + - irqchip/qcom: Fix check for spurious interrupts + - tracing: Fix bad use of igrab in trace_uprobe.c + - [Config] CONFIG_ARM64_ERRATUM_1024718=y + - arm64: Add work around for Arm Cortex-A55 Erratum 1024718 + - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro + - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m + - btrfs: Take trans lock before access running trans in check_delayed_ref + - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced + - xhci: Fix use-after-free in xhci_free_virt_device + - platform/x86: Kconfig: Fix dell-laptop dependency chain. + - KVM: x86: remove APIC Timer periodic/oneshot spikes + - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources + - clocksource: Initialize cs->wd_list + - clocksource: Consistent de-rate when marking unstable + * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) + - ext4: set h_journal if there is a failure starting a reserved handle + - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs + - ext4: add validity checks for bitmap block numbers + - ext4: fix bitmap position validation + - random: fix possible sleeping allocation from irq context + - random: rate limit unseeded randomness warnings + - usbip: usbip_event: fix to not print kernel pointer address + - usbip: usbip_host: fix to hold parent lock for device_attach() calls + - usbip: vhci_hcd: Fix usb device and sockfd leaks + - usbip: vhci_hcd: check rhport before using in vhci_hub_control() + - Revert "xhci: plat: Register shutdown for xhci_plat" + - USB: serial: simple: add libtransistor console + - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster + - USB: serial: cp210x: add ID for NI USB serial console + - usb: core: Add quirk for HP v222w 16GB Mini + - USB: Increment wakeup count on remote wakeup. + - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio + - virtio: add ability to iterate over vqs + - virtio_console: don't tie bufs to a vq + - virtio_console: free buffers after reset + - virtio_console: drop custom control queue cleanup + - virtio_console: move removal code + - virtio_console: reset on out of memory + - drm/virtio: fix vq wait_event condition + - tty: Don't call panic() at tty_ldisc_init() + - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode + - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set + - tty: Avoid possible error pointer dereference at tty_ldisc_restore(). + - tty: Use __GFP_NOFAIL for tty_ldisc_get() + - ALSA: dice: fix OUI for TC group + - ALSA: dice: fix error path to destroy initialized stream data + - ALSA: hda - Skip jack and others for non-existing PCM streams + - ALSA: opl3: Hardening for potential Spectre v1 + - ALSA: asihpi: Hardening for potential Spectre v1 + - ALSA: hdspm: Hardening for potential Spectre v1 + - ALSA: rme9652: Hardening for potential Spectre v1 + - ALSA: control: Hardening for potential Spectre v1 + - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY. + - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr + - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device + - ALSA: seq: oss: Hardening for potential Spectre v1 + - ALSA: hda: Hardening for potential Spectre v1 + - ALSA: hda/realtek - Add some fixes for ALC233 + - ALSA: hda/realtek - Update ALC255 depop optimize + - ALSA: hda/realtek - change the location for one of two front mics + - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic + - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block. + - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug. + - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block. + - mtd: rawnand: tango: Fix struct clk memory leak + - kobject: don't use WARN for registration failures + - scsi: sd: Defer spinning up drive while SANITIZE is in progress + - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request + - vfio: ccw: process ssch with interrupts disabled + - ANDROID: binder: prevent transactions into own process. + - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf() + - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf() + - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode + - PCI: aardvark: Fix PCIe Max Read Request Size setting + - ARM: amba: Make driver_override output consistent with other buses + - ARM: amba: Fix race condition with driver_override + - ARM: amba: Don't read past the end of sysfs "driver_override" buffer + - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force + - KVM: arm/arm64: Close VMID generation race + - crypto: drbg - set freed buffers to NULL + - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio + - libceph: un-backoff on tick when we have a authenticated session + - libceph: reschedule a tick in finish_hunting() + - libceph: validate con->state at the top of try_write() + - fpga-manager: altera-ps-spi: preserve nCONFIG state + - earlycon: Use a pointer table to fix __earlycon_table stride + - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders + - drm/i915: Enable display WA#1183 from its correct spot + - objtool, perf: Fix GCC 8 -Wrestrict error + - tools/lib/subcmd/pager.c: do not alias select() params + - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds + - x86/smpboot: Don't use mwait_play_dead() on AMD systems + - x86/microcode/intel: Save microcode patch unconditionally + - x86/microcode: Do not exit early from __reload_late() + - tick/sched: Do not mess with an enqueued hrtimer + - arm/arm64: KVM: Add PSCI version selection API + - powerpc/eeh: Fix race with driver un/bind + - serial: mvebu-uart: Fix local flags handling on termios update + - block: do not use interruptible wait anywhere + - ASoC: dmic: Fix clock parenting + - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is + set + - module: Fix display of wrong module .text address + - drm/edid: Reset more of the display info + - drm/i915/fbdev: Enable late fbdev initial configuration + - drm/i915/audio: set minimum CD clock to twice the BCLK + - drm/amd/display: Fix deadlock when flushing irq + - drm/amd/display: Disallow enabling CRTC without primary plane with FB + * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) // + CVE-2018-1108. + - random: set up the NUMA crng instances after the CRNG is fully initialized + * Ryzen/Raven Ridge USB ports do not work (LP: #1756700) + - xhci: Fix USB ports for Dell Inspiron 5775 + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + * Need fix to aacraid driver to prevent panic (LP: #1770095) + - scsi: aacraid: Correct hba_send to include iu_type + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Remove function write_timebase_ctrl_psl9() for PSL9 + - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode + - cxl: Report the tunneled operations status + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029) + - fscache: Fix hanging wait on page discarded by writeback + + [ Ubuntu: 4.15.0-32.35 ] + + * CVE-2018-3620 // CVE-2018-3646 + - cpu: Fix per-cpu regression on ARM64 + + -- Khalid Elmously Thu, 16 Aug 2018 04:55:07 +0000 + +linux-aws (4.15.0-1019.19) bionic; urgency=medium + + [ Ubuntu: 4.15.0-32.34 ] + + * CVE-2018-5391 + - Revert "net: increase fragment memory usage limits" + * CVE-2018-3620 // CVE-2018-3646 + - x86/Centaur: Initialize supported CPU features properly + - x86/Centaur: Report correct CPU/cache topology + - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present + - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id + - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c + - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads + - x86/CPU: Modify detect_extended_topology() to return result + - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available + - x86/CPU: Move cpu local function declarations to local header + - x86/CPU: Make intel_num_cpu_cores() generic + - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo() + - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to + detect_num_cpu_cores() + - x86/CPU/AMD: Fix LLC ID bit-shift calculation + - x86/mm: Factor out pageattr _PAGE_GLOBAL setting + - x86/mm: Undo double _PAGE_PSE clearing + - x86/mm: Introduce "default" kernel PTE mask + - x86/espfix: Document use of _PAGE_GLOBAL + - x86/mm: Do not auto-massage page protections + - x86/mm: Remove extra filtering in pageattr code + - x86/mm: Comment _PAGE_GLOBAL mystery + - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init + - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct() + - x86/power/64: Fix page-table setup for temporary text mapping + - x86/pti: Filter at vma->vm_page_prot population + - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask' + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: x86: Add a framework for supporting MSR-based features + - KVM: X86: Introduce kvm_get_msr_feature() + - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + + -- Stefan Bader Fri, 10 Aug 2018 11:05:53 +0200 + +linux-aws (4.15.0-1017.17) bionic; urgency=medium + + [ Ubuntu: 4.15.0-30.32 ] + + * CVE-2018-5390 + - tcp: free batches of packets in tcp_prune_ofo_queue() + - tcp: avoid collapses in tcp_prune_queue() if possible + - tcp: detect malicious patterns in tcp_collapse_ofo_queue() + - tcp: call tcp_drop() from tcp_data_queue_ofo() + - tcp: add tcp_ooo_try_coalesce() helper + + -- Stefan Bader Thu, 26 Jul 2018 19:50:14 +0200 + +linux-aws (4.15.0-1016.16) bionic; urgency=medium + + * linux-aws: 4.15.0-1016.16 -proposed tracker (LP: #1782176) + + + [ Ubuntu: 4.15.0-29.31 ] + + * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173) + * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler + (LP: #1777716) + - ipmi_ssif: Fix kernel panic at msg_done_handler + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - misc: ocxl: use put_device() instead of device_unregister() + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after + suspend (LP: #1776887) + - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL + * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194) + - powerpc: use NMI IPI for smp_send_stop + - powerpc: Fix smp_send_stop NMI IPI handling + * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on + CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964) + - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops + * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383: + comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709) + - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm + stress-ng: Corrupt inode bitmap" + - SAUCE: ext4: check for allocation block validity with block group locked + + -- Khalid Elmously Wed, 18 Jul 2018 01:49:39 +0000 + +linux-aws (4.15.0-1015.15) bionic; urgency=medium + + * linux-aws: 4.15.0-1015.15 -proposed tracker (LP: #1781435) + + + [ Ubuntu: 4.15.0-28.30 ] + + * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433) + * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413) + - xen-netfront: Fix mismatched rtnl_unlock + - xen-netfront: Update features after registering netdev + + -- Khalid Elmously Thu, 12 Jul 2018 20:21:09 -0400 + +linux-aws (4.15.0-1014.14) bionic; urgency=medium + + * linux-aws: 4.15.0-1014.14 -proposed tracker (LP: #1781065) + + [ Ubuntu: 4.15.0-27.29 ] + + * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062) + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + + -- Khalid Elmously Tue, 10 Jul 2018 21:26:22 -0400 + +linux-aws (4.15.0-1013.13) bionic; urgency=medium + + * linux-aws: 4.15.0-1013.13 -proposed tracker (LP: #1780115) + + + [ Ubuntu: 4.15.0-26.28 ] + + * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112) + * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud- + init causes potentially huge boot delays with 4.15 kernels (LP: #1780062) + - random: Make getrandom() ready earlier + + -- Khalid Elmously Wed, 04 Jul 2018 21:45:16 -0400 + +linux-aws (4.15.0-1012.12) bionic; urgency=medium + + * linux-aws: 4.15.0-1012.12 -proposed tracker (LP: #1779358) + + [ Ubuntu: 4.15.0-25.27 ] + + * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354) + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: use dma_zalloc_coherent() + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + * large KVM instances run out of IRQ routes (LP: #1778261) + - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86 + + -- Khalid Elmously Sun, 01 Jul 2018 22:47:45 -0400 + +linux-aws (4.15.0-1011.11) bionic; urgency=medium + + * linux-aws: 4.15.0-1011.11 -proposed tracker (LP: #1776341) + + * update ENA driver to latest mainline version 1.5.0K (LP: #1774490) + - net: ena: add detection and recovery mechanism for handling missed/misrouted + MSI-X + - net: ena: increase ena driver version to 1.5.0 + - net: ena: Eliminate duplicate barriers on weakly-ordered archs + + [ Ubuntu: 4.15.0-24.26 ] + + * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338) + * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483) + - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs + - i40e: Fix attach VF to VM issue + - tpm: cmd_ready command can be issued only after granting locality + - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc + - tpm: add retry logic + - Revert "ath10k: send (re)assoc peer command when NSS changed" + - bonding: do not set slave_dev npinfo before slave_enable_netpoll in + bond_enslave + - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy + - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts + - KEYS: DNS: limit the length of option strings + - l2tp: check sockaddr length in pppol2tp_connect() + - net: validate attribute sizes in neigh_dump_table() + - llc: delete timers synchronously in llc_sk_free() + - tcp: don't read out-of-bounds opsize + - net: af_packet: fix race in PACKET_{R|T}X_RING + - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets + - net: fix deadlock while clearing neighbor proxy table + - team: avoid adding twice the same option to the event list + - net/smc: fix shutdown in state SMC_LISTEN + - team: fix netconsole setup over team + - packet: fix bitfield update race + - tipc: add policy for TIPC_NLA_NET_ADDR + - pppoe: check sockaddr length in pppoe_connect() + - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi + - amd-xgbe: Add pre/post auto-negotiation phy hooks + - sctp: do not check port in sctp_inet6_cmp_addr + - amd-xgbe: Improve KR auto-negotiation and training + - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX + - amd-xgbe: Only use the SFP supported transceiver signals + - strparser: Fix incorrect strp->need_bytes value. + - net: sched: ife: signal not finding metaid + - tcp: clear tp->packets_out when purging write queue + - net: sched: ife: handle malformed tlv length + - net: sched: ife: check on metadata length + - llc: hold llc_sap before release_sock() + - llc: fix NULL pointer deref for SOCK_ZAPPED + - net: ethernet: ti: cpsw: fix tx vlan priority mapping + - virtio_net: split out ctrl buffer + - virtio_net: fix adding vids on big-endian + - KVM: s390: force bp isolation for VSIE + - s390: correct module section names for expoline code revert + - microblaze: Setup dependencies for ASM optimized lib functions + - commoncap: Handle memory allocation failure. + - scsi: mptsas: Disable WRITE SAME + - cdrom: information leak in cdrom_ioctl_media_changed() + - m68k/mac: Don't remap SWIM MMIO region + - block/swim: Check drive type + - block/swim: Don't log an error message for an invalid ioctl + - block/swim: Remove extra put_disk() call from error path + - block/swim: Rename macros to avoid inconsistent inverted logic + - block/swim: Select appropriate drive on device open + - block/swim: Fix array bounds check + - block/swim: Fix IO error at end of medium + - tracing: Fix missing tab for hwlat_detector print format + - s390/cio: update chpid descriptor after resource accessibility event + - s390/dasd: fix IO error for newly defined devices + - s390/uprobes: implement arch_uretprobe_is_alive() + - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_ + - docs: ip-sysctl.txt: fix name of some ipv6 variables + - net: mvpp2: Fix DMA address mask size + - net: stmmac: Disable ACS Feature for GMAC >= 4 + - l2tp: hold reference on tunnels in netlink dumps + - l2tp: hold reference on tunnels printed in pppol2tp proc file + - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file + - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow + - s390/qeth: fix error handling in adapter command callbacks + - s390/qeth: avoid control IO completion stalls + - s390/qeth: handle failure on workqueue creation + - bnxt_en: Fix memory fault in bnxt_ethtool_init() + - virtio-net: add missing virtqueue kick when flushing packets + - VSOCK: make af_vsock.ko removable again + - hwmon: (k10temp) Add temperature offset for Ryzen 2700X + - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics + - s390/cpum_cf: rename IBM z13/z14 counter names + - kprobes: Fix random address output of blacklist file + - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip" + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360 + (LP: #1775217) + - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table + * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378) + - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary + - PCI: hv: Remove the bogus test in hv_eject_device_work() + - PCI: hv: Fix a comment typo in _hv_pcifront_read_config() + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + * CVE-2018-11508 + - compat: fix 4-byte infoleak via uninitialized struct field + * Network installs fail on SocioNext board (LP: #1775884) + - net: netsec: reduce DMA mask to 40 bits + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + * r8169 ethernet card don't work after returning from suspension + (LP: #1752772) + - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi() + - r8169: switch to device-managed functions in probe + - r8169: remove netif_napi_del in probe error path + - r8169: remove some WOL-related dead code + - r8169: disable WOL per default + - r8169: improve interrupt handling + - r8169: fix interrupt number after adding support for MSI-X interrupts + * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs + after hotplug CPU add operation. (LP: #1759723) + - genirq/affinity: assign vectors to all possible CPUs + - genirq/affinity: Don't return with empty affinity masks on error + - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask + - genirq/affinity: Move actual irq vector spreading into a helper function + - genirq/affinity: Allow irq spreading from a given starting point + - genirq/affinity: Spread irq vectors among present CPUs as far as possible + - blk-mq: simplify queue mapping & schedule with each possisble CPU + - blk-mq: make sure hctx->next_cpu is set correctly + - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays + - blk-mq: make sure that correct hctx->next_cpu is set + - blk-mq: avoid to write intermediate result to hctx->next_cpu + - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu + - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue() + - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors + - scsi: hpsa: fix selection of reply queue + - scsi: megaraid_sas: fix selection of reply queue + - scsi: core: introduce force_blk_mq + - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity + - scsi: virtio_scsi: unify scsi_host_template + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Use structs to describe the uABI instead of opencoding + - RDMA/hns: Remove unnecessary platform_get_resource() error check + - RDMA/hns: Remove unnecessary operator + - RDMA/hns: Add names to function arguments in function pointers + - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table + - RDMA/hns: Fix a bug with modifying mac address + - RDMA/hns: Use free_pages function instead of free_page + - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*() + - RDMA/hns: Bugfix for init hem table + - RDMA/hns: Intercept illegal RDMA operation when use inline data + - RDMA/hns: Fix the qp context state diagram + - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set + - RDMA/hns: Remove some unnecessary attr_mask judgement + - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set + - RDMA/hns: Adjust the order of cleanup hem table + - RDMA/hns: Update assignment method for owner field of send wqe + - RDMA/hns: Submit bad wr + - RDMA/hns: Fix a couple misspellings + - RDMA/hns: Add rq inline flags judgement + - RDMA/hns: Bugfix for rq record db for kernel + - RDMA/hns: Load the RoCE dirver automatically + - RDMA/hns: Update convert function of endian format + - RDMA/hns: Add return operation when configured global param fail + - RDMA/hns: Not support qp transition from reset to reset for hip06 + - RDMA/hns: Fix the bug with rq sge + - RDMA/hns: Set desc_dma_addr for zero when free cmq desc + - RDMA/hns: Enable inner_pa_vld filed of mpt + - RDMA/hns: Set NULL for __internal_mr + - RDMA/hns: Fix the bug with NULL pointer + - RDMA/hns: Bugfix for cq record db for kernel + - RDMA/hns: Move the location for initializing tmp_len + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + * vmxnet3: update to latest ToT (LP: #1768143) + - vmxnet3: avoid xmit reset due to a race in vmxnet3 + - vmxnet3: use correct flag to indicate LRO feature + - vmxnet3: fix incorrect dereference when rxvlan is disabled + * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec + supported) (LP: #1773162) + - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel + entry/exit" + - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit + * Decode ARM CPER records in kernel (LP: #1770244) + - [Config] CONFIG_UEFI_CPER_ARM=y + - efi: Move ARM CPER code to new file + - efi: Parse ARM error information value + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - SAUCE: cpuidle/powernv : init all present cpus for deep states + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia + driver on bare metal (LP: #1772991) + - powerpc/powernv/npu: Fix deadlock in mmio_invalidate() + - powerpc/powernv/mce: Don't silently restart the machine + - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure + - powerpc/mm: Flush cache on memory hot(un)plug + - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache + - powerpc/powernv/npu: Add lock to prevent race in concurrent context + init/destroy + - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback + parameters + - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large + address range + - powerpc/mce: Fix a bug where mce loops on memory UE. + * cpum_sf: ensure sample freq is non-zero (LP: #1772593) + - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero + * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243) + - PCI: Add decoding for 16 GT/s link speed + * False positive ACPI _PRS error messages (LP: #1773295) + - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level + * Dell systems crash when disabling Nvidia dGPU (LP: #1773299) + - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3 + * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22) + (LP: #1720930) + - iwlwifi: mvm: fix "failed to remove key" message + * Expose arm64 CPU topology to userspace (LP: #1770231) + - ACPICA: ACPI 6.2: Additional PPTT flags + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: initialize dq spinlock before use + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if + available." + * ELANPAD ELAN0612 does not work, patch available (LP: #1773509) + - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + * hns3 driver updates (LP: #1768670) + - net: hns3: VF should get the real rss_size instead of rss_size_max + - net: hns3: set the cmdq out_vld bit to 0 after used + - net: hns3: fix endian issue when PF get mbx message flag + - net: hns3: fix the queue id for tqp enable&&reset + - net: hns3: set the max ring num when alloc netdev + - net: hns3: add support for VF driver inner interface + hclgevf_ops.get_tqps_and_rss_info + - net: hns3: refactor the hclge_get/set_rss function + - net: hns3: refactor the hclge_get/set_rss_tuple function + - net: hns3: fix for RSS configuration loss problem during reset + - net: hns3: fix for pause configuration lost during reset + - net: hns3: fix for use-after-free when setting ring parameter + - net: hns3: refactor the get/put_vector function + - net: hns3: fix for coalesce configuration lost during reset + - net: hns3: refactor the coalesce related struct + - net: hns3: fix for coal configuation lost when setting the channel + - net: hns3: add existence check when remove old uc mac address + - net: hns3: fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: fix for ipv6 address loss problem after setting channels + - net: hns3: unify the pause params setup function + - net: hns3: fix rx path skb->truesize reporting bug + - net: hns3: add support for querying pfc puase packets statistic + - net: hns3: fix for loopback failure when vlan filter is enable + - net: hns3: fix for buffer overflow smatch warning + - net: hns3: fix error type definition of return value + - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status() + - net: hns3: add existence checking before adding unicast mac address + - net: hns3: add result checking for VF when modify unicast mac address + - net: hns3: reallocate tx/rx buffer after changing mtu + - net: hns3: fix the VF queue reset flow error + - net: hns3: fix for vlan table lost problem when resetting + - net: hns3: increase the max time for IMP handle command + - net: hns3: change GL update rate + - net: hns3: change the time interval of int_gl calculating + - net: hns3: fix for getting wrong link mode problem + - net: hns3: add get_link support to VF + - net: hns3: add querying speed and duplex support to VF + - net: hns3: fix for not returning problem in get_link_ksettings when phy + exists + - net: hns3: Changes to make enet watchdog timeout func common for PF/VF + - net: hns3: Add VF Reset Service Task to support event handling + - net: hns3: Add VF Reset device state and its handling + - net: hns3: Add support to request VF Reset to PF + - net: hns3: Add support to reset the enet/ring mgmt layer + - net: hns3: Add support to re-initialize the hclge device + - net: hns3: Changes to support ARQ(Asynchronous Receive Queue) + - net: hns3: Add *Asserting Reset* mailbox message & handling in VF + - net: hns3: Changes required in PF mailbox to support VF reset + - net: hns3: hclge_inform_reset_assert_to_vf() can be static + - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size + - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size + - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo + - net: hns3: fix for not initializing VF rss_hash_key problem + - net: hns3: never send command queue message to IMP when reset + - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree() + - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063) + - cifs: do not allow creating sockets except with SMB1 posix exensions + - btrfs: fix unaligned access in readdir + - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted + - clocksource/imx-tpm: Correct -ETIME return condition check + - x86/tsc: Prevent 32bit truncation in calc_hpet_ref() + - drm/vc4: Fix memory leak during BO teardown + - drm/i915/gvt: throw error on unhandled vfio ioctls + - drm/i915/audio: Fix audio detection issue on GLK + - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value + - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state + - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing + - usb: musb: fix enumeration after resume + - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers + - usb: musb: Fix external abort in musb_remove on omap2430 + - firewire-ohci: work around oversized DMA reads on JMicron controllers + - x86/tsc: Allow TSC calibration without PIT + - NFSv4: always set NFS_LOCK_LOST when a lock is lost. + - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources + - ALSA: hda - Use IS_REACHABLE() for dependency on input + - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read() + - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl + - RDMA/core: Clarify rdma_ah_find_type + - KVM: PPC: Book3S HV: Enable migration of decrementer register + - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460 + - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into + account + - KVM: s390: use created_vcpus in more places + - platform/x86: dell-laptop: Filter out spurious keyboard backlight change + events + - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps + - selftest: ftrace: Fix to pick text symbols for kprobes + - PCI: Add function 1 DMA alias quirk for Marvell 9128 + - Input: psmouse - fix Synaptics detection when protocol is disabled + - libbpf: Makefile set specified permission mode + - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes + - i40iw: Free IEQ resources + - i40iw: Zero-out consumer key on allocate stag for FMR + - perf unwind: Do not look just at the global callchain_param.record_mode + - tools lib traceevent: Simplify pointer print logic and fix %pF + - perf callchain: Fix attr.sample_max_stack setting + - tools lib traceevent: Fix get_field_str() for dynamic strings + - perf record: Fix failed memory allocation for get_cpuid_str + - iommu/exynos: Don't unconditionally steal bus ops + - powerpc: System reset avoid interleaving oops using die synchronisation + - iommu/vt-d: Use domain instead of cache fetching + - dm thin: fix documentation relative to low water mark threshold + - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure + - ubifs: Fix uninitialized variable in search_dh_cookie() + - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b + - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock + - spi: a3700: Clear DATA_OUT when performing a read + - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct + - nfs: Do not convert nfs_idmap_cache_timeout to jiffies + - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec} + - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build + - watchdog: sp5100_tco: Fix watchdog disable bit + - kconfig: Don't leak main menus during parsing + - kconfig: Fix automatic menu creation mem leak + - kconfig: Fix expr_free() E_NOT leak + - ipmi/powernv: Fix error return code in ipmi_powernv_probe() + - Btrfs: set plug for fsync + - btrfs: Fix out of bounds access in btrfs_search_slot + - Btrfs: fix scrub to repair raid6 corruption + - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP + - Btrfs: fix unexpected EEXIST from btrfs_get_extent + - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io + - RDMA/cma: Check existence of netdevice during port validation + - f2fs: avoid hungtask when GC encrypted block if io_bits is set + - scsi: devinfo: fix format of the device list + - scsi: fas216: fix sense buffer initialization + - Input: stmfts - set IRQ_NOAUTOEN to the irq flag + - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated() + - nfp: fix error return code in nfp_pci_probe() + - block: Set BIO_TRACE_COMPLETION on new bio during split + - bpf: test_maps: cleanup sockmaps when test ends + - i40evf: Don't schedule reset_task when device is being removed + - i40evf: ignore link up if not running + - platform/x86: thinkpad_acpi: suppress warning about palm detection + - KVM: s390: vsie: use READ_ONCE to access some SCB fields + - blk-mq-debugfs: don't allow write on attributes with seq_operations set + - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink + - igb: Allow to remove administratively set MAC on VFs + - igb: Clear TXSTMP when ptp_tx_work() is timeout + - fm10k: fix "failed to kill vid" message for VF + - x86/hyperv: Stop suppressing X86_FEATURE_PCID + - tty: serial: exar: Relocate sleep wake-up handling + - device property: Define type of PROPERTY_ENRTY_*() macros + - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384 + - RDMA/uverbs: Use an unambiguous errno for method not supported + - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path + - ixgbe: don't set RXDCTL.RLPML for 82599 + - i40e: program fragmented IPv4 filter input set + - i40e: fix reported mask for ntuple filters + - samples/bpf: Partially fixes the bpf.o build + - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes + - powerpc/numa: Ensure nodes initialized for hotplug + - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure + - ntb_transport: Fix bug with max_mw_size parameter + - gianfar: prevent integer wrapping in the rx handler + - x86/hyperv: Check for required priviliges in hyperv_init() + - netfilter: x_tables: fix pointer leaks to userspace + - tcp_nv: fix potential integer overflow in tcpnv_acked + - kvm: Map PFN-type memory regions as writable (if possible) + - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when + running nested + - fs/dax.c: release PMD lock even when there is no PMD support in DAX + - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid + - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute + - ocfs2: return error when we attempt to access a dirty bh in jbd2 + - mm/mempolicy: fix the check of nodemask from user + - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages + - asm-generic: provide generic_pmdp_establish() + - sparc64: update pmdp_invalidate() to return old pmd value + - mm: thp: use down_read_trylock() in khugepaged to avoid long block + - mm: pin address_space before dereferencing it while isolating an LRU page + - mm/fadvise: discard partial page if endbyte is also EOF + - openvswitch: Remove padding from packet before L3+ conntrack processing + - blk-mq: fix discard merge with scheduler attached + - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race + - IB/hfi1: Fix for potential refcount leak in hfi1_open_file() + - IB/ipoib: Fix for potential no-carrier state + - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type + - drm/nouveau/pmu/fuc: don't use movw directly anymore + - s390/eadm: fix CONFIG_BLOCK include dependency + - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure + - x86/power: Fix swsusp_arch_resume prototype + - x86/dumpstack: Avoid uninitlized variable + - firmware: dmi_scan: Fix handling of empty DMI strings + - ACPI: processor_perflib: Do not send _PPC change notification if not ready + - ACPI / bus: Do not call _STA on battery devices with unmet dependencies + - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs + - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS + - perf record: Fix period option handling + - MIPS: Generic: Support GIC in EIC mode + - perf evsel: Fix period/freq terms setup + - xen-netfront: Fix race between device setup and open + - xen/grant-table: Use put_page instead of free_page + - bpf: sockmap, fix leaking maps with attached but not detached progs + - RDS: IB: Fix null pointer issue + - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics + - proc: fix /proc/*/map_files lookup + - PM / domains: Fix up domain-idle-states OF parsing + - cifs: silence compiler warnings showing up with gcc-8.0.0 + - bcache: properly set task state in bch_writeback_thread() + - bcache: fix for allocator and register thread race + - bcache: fix for data collapse after re-attaching an attached device + - bcache: return attach error when no cache set exist + - cpufreq: intel_pstate: Enable HWP during system resume on CPU0 + - selftests/ftrace: Add some missing glob checks + - rxrpc: Don't put crypto buffers on the stack + - svcrdma: Fix Read chunk round-up + - net: Extra '_get' in declaration of arch_get_platform_mac_address + - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames + - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context + - net: stmmac: discard disabled flags in interrupt status register + - bpf: fix rlimit in reuseport net selftest + - ACPI / EC: Restore polling during noirq suspend/resume phases + - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq + - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page + - powerpc/mm/hash64: Zero PGD pages on allocation + - x86/platform/UV: Fix GAM Range Table entries less than 1GB + - locking/qspinlock: Ensure node->count is updated before initialising node + - powerpc/powernv: IMC fix out of bounds memory access at shutdown + - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x + - irqchip/gic-v3: Ignore disabled ITS nodes + - cpumask: Make for_each_cpu_wrap() available on UP as well + - irqchip/gic-v3: Change pr_debug message to pr_devel + - RDMA/core: Reduce poll batch for direct cq polling + - alarmtimer: Init nanosleep alarm timer on stack + - netfilter: x_tables: cap allocations at 512 mbyte + - netfilter: x_tables: add counters allocation wrapper + - netfilter: compat: prepare xt_compat_init_offsets to return errors + - netfilter: compat: reject huge allocation requests + - netfilter: x_tables: limit allocation requests for blob rule heads + - perf: Fix sample_max_stack maximum check + - perf: Return proper values for user stack errors + - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs + - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown" + - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net + - btrfs: Fix race condition between delayed refs and blockgroup removal + - mm,vmscan: Allow preallocating memory for register_shrinker(). + * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233) + - tty: make n_tty_read() always abort if hangup is in progress + - cpufreq: CPPC: Use transition_delay_us depending transition_latency + - ubifs: Check ubifs_wbuf_sync() return code + - ubi: fastmap: Don't flush fastmap work on detach + - ubi: Fix error for write access + - ubi: Reject MLC NAND + - mm/ksm.c: fix inconsistent accounting of zero pages + - mm/hmm: hmm_pfns_bad() was accessing wrong struct + - task_struct: only use anon struct under randstruct plugin + - fs/reiserfs/journal.c: add missing resierfs_warning() arg + - resource: fix integer overflow at reallocation + - ipc/shm: fix use-after-free of shm file via remap_file_pages() + - mm, slab: reschedule cache_reap() on the same CPU + - usb: musb: gadget: misplaced out of bounds check + - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS + - usb: gadget: udc: core: update usb_ep_queue() documentation + - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate + - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list + - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210 + - arm: dts: mt7623: fix USB initialization fails on bananapi-r2 + - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property + - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250 + - ARM: dts: at91: sama5d4: fix pinctrl compatible string + - spi: atmel: init FIFOs before spi enable + - spi: Fix scatterlist elements size in spi_map_buf + - spi: Fix unregistration of controller with fixed SPI bus number + - media: atomisp_fops.c: disable atomisp_compat_ioctl32 + - media: vivid: check if the cec_adapter is valid + - media: vsp1: Fix BRx conditional path in WPF + - x86/xen: Delay get_cpu_cap until stack canary is established + - regmap: Fix reversed bounds check in regmap_raw_write() + - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E + - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status() + - USB: gadget: f_midi: fixing a possible double-free in f_midi + - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw + - usb: dwc3: prevent setting PRTCAP to OTG from debugfs + - usb: dwc3: pci: Properly cleanup resource + - usb: dwc3: gadget: never call ->complete() from ->ep_queue() + - cifs: fix memory leak in SMB2_open() + - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y + - smb3: Fix root directory when server returns inode number of zero + - HID: i2c-hid: fix size check and type usage + - i2c: i801: Save register SMBSLVCMD value only once + - i2c: i801: Restore configuration at shutdown + - CIFS: refactor crypto shash/sdesc allocation&free + - CIFS: add sha512 secmech + - CIFS: fix sha512 check in cifs_crypto_secmech_release + - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits + - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9 + - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently + - powerpc/kprobes: Fix call trace due to incorrect preempt count + - powerpc/kexec_file: Fix error code when trying to load kdump kernel + - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops + - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops + - HID: Fix hid_report_len usage + - HID: core: Fix size as type u32 + - soc: mediatek: fix the mistaken pointer accessed when subdomains are added + - ASoC: ssm2602: Replace reg_default_raw with reg_default + - ASoC: topology: Fix kcontrol name string handling + - irqchip/gic: Take lock when updating irq type + - random: use a tighter cap in credit_entropy_bits_safe() + - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO + - block: use 32-bit blk_status_t on Alpha + - jbd2: if the journal is aborted then don't allow update of the log tail + - ext4: shutdown should not prevent get_write_access + - ext4: eliminate sleep from shutdown ioctl + - ext4: pass -ESHUTDOWN code to jbd2 layer + - ext4: don't update checksum of new initialized bitmaps + - ext4: protect i_disksize update by i_data_sem in direct write path + - ext4: limit xattr size to INT_MAX + - ext4: always initialize the crc32c checksum driver + - ext4: don't allow r/w mounts if metadata blocks overlap the superblock + - ext4: move call to ext4_error() into ext4_xattr_check_block() + - ext4: add bounds checking to ext4_xattr_find_entry() + - ext4: add extra checks to ext4_xattr_block_get() + - dm crypt: limit the number of allocated pages + - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device + - RDMA/mlx5: Protect from NULL pointer derefence + - RDMA/rxe: Fix an out-of-bounds read + - ALSA: pcm: Fix UAF at PCM release via PCM timer access + - IB/srp: Fix srp_abort() + - IB/srp: Fix completion vector assignment algorithm + - dmaengine: at_xdmac: fix rare residue corruption + - cxl: Fix possible deadlock when processing page faults from cxllib + - tpm: self test failure should not cause suspend to fail + - libnvdimm, dimm: fix dpa reservation vs uninitialized label area + - libnvdimm, namespace: use a safe lookup for dimm device name + - nfit, address-range-scrub: fix scrub in-progress reporting + - nfit: skip region registration for incomplete control regions + - ring-buffer: Check if memory is available before allocation + - um: Compile with modern headers + - um: Use POSIX ucontext_t instead of struct ucontext + - iommu/vt-d: Fix a potential memory leak + - mmc: jz4740: Fix race condition in IRQ mask update + - mmc: tmio: Fix error handling when issuing CMD23 + - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken + - clk: mvebu: armada-38x: add support for missing clocks + - clk: fix false-positive Wmaybe-uninitialized warning + - clk: mediatek: fix PWM clock source by adding a fixed-factor clock + - clk: bcm2835: De-assert/assert PLL reset signal when appropriate + - pwm: rcar: Fix a condition to prevent mismatch value setting to duty + - thermal: imx: Fix race condition in imx_thermal_probe() + - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4 + - watchdog: f71808e_wdt: Fix WD_EN register read + - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation + - ALSA: pcm: Avoid potential races between OSS ioctls and read/write + - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams + - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls + - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation + - drm/amdgpu: Add an ATPX quirk for hybrid laptop + - drm/amdgpu: Fix always_valid bos multiple LRU insertions. + - drm/amdgpu/sdma: fix mask in emit_pipeline_sync + - drm/amdgpu: Fix PCIe lane width calculation + - drm/amdgpu/si: implement get/set pcie_lanes asic callback + - drm/rockchip: Clear all interrupts before requesting the IRQ + - drm/radeon: add PX quirk for Asus K73TK + - drm/radeon: Fix PCIe lane width calculation + - ALSA: line6: Use correct endpoint type for midi output + - ALSA: rawmidi: Fix missing input substream checks in compat ioctls + - ALSA: hda - New VIA controller suppor no-snoop path + - random: fix crng_ready() test + - random: use a different mixing algorithm for add_device_randomness() + - random: crng_reseed() should lock the crng instance that it is modifying + - random: add new ioctl RNDRESEEDCRNG + - HID: input: fix battery level reporting on BT mice + - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device + - HID: wacom: bluetooth: send exit report for recent Bluetooth devices + - MIPS: uaccess: Add micromips clobbers to bzero invocation + - MIPS: memset.S: EVA & fault support for small_memset + - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup + - MIPS: memset.S: Fix clobber of v1 in last_fixup + - powerpc/eeh: Fix enabling bridge MMIO windows + - powerpc/lib: Fix off-by-one in alternate feature patching + - udf: Fix leak of UTF-16 surrogates into encoded strings + - fanotify: fix logic of events on child + - mmc: sdhci-pci: Only do AMD tuning for HS200 + - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV + - jffs2_kill_sb(): deal with failed allocations + - hypfs_kill_super(): deal with failed allocations + - orangefs_kill_sb(): deal with allocation failures + - rpc_pipefs: fix double-dput() + - Don't leak MNT_INTERNAL away from internal mounts + - autofs: mount point create should honour passed in mode + - mm/filemap.c: fix NULL pointer in page_cache_tree_insert() + - Revert "media: lirc_zilog: driver only sends LIRCCODE" + - media: staging: lirc_zilog: incorrect reference counting + - writeback: safer lock nesting + - Bluetooth: hci_bcm: Add irq_polarity module option + - mm: hwpoison: disable memory error handling on 1GB hugepage + - media: rc: oops in ir_timer_keyup after device unplug + - acpi, nfit: rework NVDIMM leaf method detection + - ceph: always update atime/mtime/ctime for new inode + - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin() + - ext4: force revalidation of directory pointer after seekdir(2) + - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access + - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients + - xprtrdma: Fix corner cases when handling device removal + - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write() + - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4 + - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4 + - mmc: core: Prevent bus reference leak in mmc_blk_init() + - drm/amd/display: HDMI has no sound after Panel power off/on + - trace_uprobe: Use %lx to display offset + - clk: tegra: Mark HCLK, SCLK and EMC as critical + - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623 + - pwm: mediatek: Improve precision in rate calculation + - HID: i2c-hid: Fix resume issue on Raydium touchscreen device + - s390: add support for IBM z14 Model ZR1 + - drm/i915: Fix hibernation with ACPI S0 target state + - libnvdimm, dimm: handle EACCES failures from label reads + - device-dax: allow MAP_SYNC to succeed + - HID: i2c-hid: fix inverted return value from i2c_hid_command() + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + + -- Kleber Sacilotto de Souza Thu, 14 Jun 2018 12:31:09 +0200 + +linux-aws (4.15.0-1010.10) bionic; urgency=medium + + * linux-aws: 4.15.0-1010.10 -proposed tracker (LP: #1772931) + + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + + [ Ubuntu: 4.15.0-23.25 ] + + * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927) + * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630) + - arm64: mmu: add the entry trampolines start/end section markers into + sections.h + - arm64: sdei: Add trampoline code for remapping the kernel + * Some PCIe errors not surfaced through rasdaemon (LP: #1769730) + - ACPI: APEI: handle PCIe AER errors in separate function + - ACPI: APEI: call into AER handling regardless of severity + * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003) + - scsi: qla2xxx: Fix session cleanup for N2N + - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion() + - scsi: qla2xxx: Serialize session deletion by using work_lock + - scsi: qla2xxx: Serialize session free in qlt_free_session_done + - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled. + - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout() + - scsi: qla2xxx: Prevent relogin trigger from sending too many commands + - scsi: qla2xxx: Fix double free bug after firmware timeout + - scsi: qla2xxx: Fixup locking for session deletion + * Several hisi_sas bug fixes (LP: #1768974) + - scsi: hisi_sas: dt-bindings: add an property of signal attenuation + - scsi: hisi_sas: support the property of signal attenuation for v2 hw + - scsi: hisi_sas: fix the issue of link rate inconsistency + - scsi: hisi_sas: fix the issue of setting linkrate register + - scsi: hisi_sas: increase timer expire of internal abort task + - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req + - scsi: hisi_sas: fix return value of hisi_sas_task_prep() + - scsi: hisi_sas: Code cleanup and minor bug fixes + * [bionic] machine stuck and bonding not working well when nvmet_rdma module + is loaded (LP: #1764982) + - nvmet-rdma: Don't flush system_wq by default during remove_one + - nvme-rdma: Don't flush delete_wq by default during remove_one + * Warnings/hang during error handling of SATA disks on SAS controller + (LP: #1768971) + - scsi: libsas: defer ata device eh commands to libata + * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948) + - ata: do not schedule hot plug if it is a sas host + * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU + ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927) + - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write() + - powerpc/64s: return more carefully from sreset NMI + - powerpc/64s: sreset panic if there is no debugger or crash dump handlers + * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564) + - fsnotify: Fix fsnotify_mark_connector race + * Hang on network interface removal in Xen virtual machine (LP: #1771620) + - xen-netfront: Fix hang on device removal + * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977) + - net: hns: Avoid action name truncation + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898) + - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer + interrupt + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + * unregister_netdevice: waiting for eth0 to become free. Usage count = 5 + (LP: #1746474) + - xfrm: reuse uncached_list to track xdsts + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679) + - x86/xen: Reset VCPU0 info pointer after shared_info remap + * CVE-2018-3639 (x86) + - x86/bugs: Fix the parameters alignment and missing void + - KVM: SVM: Move spec control call after restore of GS + - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP + - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS + - x86/cpufeatures: Disentangle SSBD enumeration + - x86/cpufeatures: Add FEATURE_ZEN + - x86/speculation: Handle HT correctly on AMD + - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL + - x86/speculation: Add virtualized speculative store bypass disable support + - x86/speculation: Rework speculative_store_bypass_update() + - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host} + - x86/bugs: Expose x86_spec_ctrl_base directly + - x86/bugs: Remove x86_spec_ctrl_set() + - x86/bugs: Rework spec_ctrl base and mask logic + - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG + - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD + - x86/bugs: Rename SSBD_NO to SSB_NO + - bpf: Prevent memory disambiguation attack + - KVM: VMX: Expose SSBD properly to guests. + * Suspend to idle: Open lid didn't resume (LP: #1771542) + - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle + * Fix initialization failure detection in SDEI for device-tree based systems + (LP: #1768663) + - firmware: arm_sdei: Fix return value check in sdei_present_dt() + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + * CVE-2018-1092 + - ext4: fail ext4_iget for root directory if unallocated + * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189) + - drm/nouveau: Fix deadlock in nv50_mstm_register_connector() + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + * Battery drains when laptop is off (shutdown) (LP: #1745646) + - PCI / PM: Check device_may_wakeup() in pci_enable_wake() + * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot + (LP: #1764194) + - drm/i915/bios: filter out invalid DDC pins from VBT child devices + * Intel 9462 A370:42A4 doesn't work (LP: #1748853) + - iwlwifi: add shared clock PHY config flag for some devices + - iwlwifi: add a bunch of new 9000 PCI IDs + * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684) + - PCI / PM: Always check PME wakeup capability for runtime wakeup support + * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696) + - init: fix false positives in W+X checking + * Bionic update to v4.15.18 stable release (LP: #1769723) + - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to + ip_set_net_exit() + - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN + - rds: MP-RDS may use an invalid c_path + - slip: Check if rstate is initialized before uncompressing + - vhost: fix vhost_vq_access_ok() log check + - l2tp: fix races in tunnel creation + - l2tp: fix race in duplicate tunnel detection + - ip_gre: clear feature flags when incompatible o_flags are set + - vhost: Fix vhost_copy_to_user() + - lan78xx: Correctly indicate invalid OTP + - media: v4l2-compat-ioctl32: don't oops on overlay + - media: v4l: vsp1: Fix header display list status check in continuous mode + - ipmi: Fix some error cleanup issues + - parisc: Fix out of array access in match_pci_device() + - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes + - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device + - PCI: hv: Serialize the present and eject work items + - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() + - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode + - perf/core: Fix use-after-free in uprobe_perf_close() + - x86/mce/AMD: Get address from already initialized block + - hwmon: (ina2xx) Fix access to uninitialized mutex + - ath9k: Protect queue draining by rcu_read_lock() + - x86/apic: Fix signedness bug in APIC ID validity checks + - f2fs: fix heap mode to reset it back + - block: Change a rcu_read_{lock,unlock}_sched() pair into + rcu_read_{lock,unlock}() + - nvme: Skip checking heads without namespaces + - lib: fix stall in __bitmap_parselist() + - blk-mq: order getting budget and driver tag + - blk-mq: don't keep offline CPUs mapped to hctx 0 + - ovl: fix lookup with middle layer opaque dir and absolute path redirects + - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling + - hugetlbfs: fix bug in pgoff overflow checking + - nfsd: fix incorrect umasks + - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure + - block/loop: fix deadlock after loop_set_status + - nfit: fix region registration vs block-data-window ranges + - s390/qdio: don't retry EQBS after CCQ 96 + - s390/qdio: don't merge ERROR output buffers + - s390/ipl: ensure loadparm valid flag is set + - get_user_pages_fast(): return -EFAULT on access_ok failure + - mm/gup_benchmark: handle gup failures + - getname_kernel() needs to make sure that ->name != ->iname in long case + - Bluetooth: Fix connection if directed advertising and privacy is used + - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active- + low + - rtl8187: Fix NULL pointer dereference in priv->conf_mutex + - ovl: set lower layer st_dev only if setting lower st_ino + - Linux 4.15.18 + * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller + dead (LP: #1768852) + - xhci: Fix Kernel oops in xhci dbgtty + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + * CVE-2018-8087 + - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl() + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721) + - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup + * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel + NULL pointer dereference at 0000000000000980 (LP: #1768292) + - thunderbolt: Prevent crash when ICM firmware is not running + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ? + (LP: #1767088) + - net: aquantia: Regression on reset with 1.x firmware + - net: aquantia: oops when shutdown on already stopped device + * e1000e msix interrupts broken in linux-image-4.15.0-15-generic + (LP: #1764892) + - e1000e: Remove Other from EIAC + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398) + - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags + * Change the location for one of two front mics on a lenovo thinkcentre + machine (LP: #1766477) + - ALSA: hda/realtek - adjust the location of one mic + * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690) + - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690) + * [8086:3e92] display becomes blank after S3 (LP: #1763271) + - drm/i915/edp: Do not do link training fallback or prune modes on EDP + + -- Khalid Elmously Thu, 24 May 2018 04:04:39 +0000 + +linux-aws (4.15.0-1009.9) bionic; urgency=medium + + [ Ubuntu: 4.15.0-22.24 ] + + * CVE-2018-3639 (powerpc) + - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit + - stf-barrier: set eieio instruction bit 6 for future optimisations + * CVE-2018-3639 (x86) + - x86/nospec: Simplify alternative_msr_write() + - x86/bugs: Concentrate bug detection into a separate function + - x86/bugs: Concentrate bug reporting into a separate function + - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits + - x86/bugs, KVM: Support the combination of guest and host IBRS + - x86/bugs: Expose /sys/../spec_store_bypass + - x86/cpufeatures: Add X86_FEATURE_RDS + - x86/bugs: Provide boot parameters for the spec_store_bypass_disable + mitigation + - x86/bugs/intel: Set proper CPU features and setup RDS + - x86/bugs: Whitelist allowed SPEC_CTRL MSR values + - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested + - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest + - x86/speculation: Create spec-ctrl.h to avoid include hell + - prctl: Add speculation control prctls + - x86/process: Allow runtime control of Speculative Store Bypass + - x86/speculation: Add prctl for Speculative Store Bypass mitigation + - nospec: Allow getting/setting on non-current task + - proc: Provide details on speculation flaw mitigations + - seccomp: Enable speculation flaw mitigations + - x86/bugs: Make boot modes __ro_after_init + - prctl: Add force disable speculation + - seccomp: Use PR_SPEC_FORCE_DISABLE + - seccomp: Add filter flag to opt-out of SSB mitigation + - seccomp: Move speculation migitation control to arch code + - x86/speculation: Make "seccomp" the default mode for Speculative Store + Bypass + - x86/bugs: Rename _RDS to _SSBD + - proc: Use underscores for SSBD in 'status' + - Documentation/spec_ctrl: Do some minor cleanups + - x86/bugs: Fix __ssb_select_mitigation() return type + - x86/bugs: Make cpu_show_common() static + * LSM Stacking prctl values should be redefined as to not collide with + upstream prctls (LP: #1769263) // CVE-2018-3639 + - SAUCE: LSM stacking: adjust prctl values + + -- Stefan Bader Wed, 16 May 2018 16:33:06 +0200 + +linux-aws (4.15.0-1008.8) bionic; urgency=medium + + * linux-aws: 4.15.0-1008.8 -proposed tracker (LP: #1767403) + + * linux-image-4.15.0-20-generic install after upgrade from xenial breaks + (LP: #1767133) + - Packaging: Depends on linux-base that provides the necessary tools + + [ Ubuntu: 4.15.0-21.22 ] + + * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397) + * initramfs-tools exception during pm.DoInstall with do-release-upgrade from + 16.04 to 18.04 (LP: #1766727) + - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3) + * linux-image-4.15.0-20-generic install after upgrade from xenial breaks + (LP: #1767133) + - Packaging: Depends on linux-base that provides the necessary tools + * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2 + (LP: #1766629) + - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2) + + -- Thadeu Lima de Souza Cascardo Tue, 08 May 2018 09:32:21 -0300 + +linux-aws (4.15.0-1007.7) bionic; urgency=medium + + * linux-aws: 4.15.0-1007.7 -proposed tracker (LP: #1766464) + + + [ Ubuntu: 4.15.0-20.21 ] + + * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452) + * package shim-signed (not installed) failed to install/upgrade: installed + shim-signed package post-installation script subprocess returned error exit + status 5 (LP: #1766391) + - [Packaging] fix invocation of header postinst hooks + + -- Khalid Elmously Tue, 24 Apr 2018 03:41:58 -0400 + +linux-aws (4.15.0-1006.6) bionic; urgency=medium + + * linux-aws: 4.15.0-1006.6 -proposed tracker (LP: #1766024) + + [ Ubuntu: 4.15.0-19.20 ] + + * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021) + * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232) + - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU" + - Revert "genirq/affinity: assign vectors to all possible CPUs" + + -- Seth Forshee Sat, 21 Apr 2018 21:41:41 -0500 + +linux-aws (4.15.0-1005.5) bionic; urgency=medium + + * linux-aws: 4.15.0-1005.5 -proposed tracker (LP: #1765494) + + + [ Ubuntu: 4.15.0-18.19 ] + + * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490) + * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: + meltdown: rfi/fallback displacement flush not enabled bydefault (kvm) + (LP: #1765429) + - powerpc/pseries: Fix clearing of security feature flags + * signing: only install a signed kernel (LP: #1764794) + - [Packaging] update to Debian like control scripts + - [Packaging] switch to triggers for postinst.d postrm.d handling + - [Packaging] signing -- switch to raw-signing tarballs + - [Packaging] signing -- switch to linux-image as signed when available + - [Config] signing -- enable Opal signing for ppc64el + - [Packaging] printenv -- add signing options + * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154) + - [Packaging] signing -- add support for signing Opal kernel binaries + * Please cherrypick s390 unwind fix (LP: #1765083) + - s390/compat: fix setup_frame32 + * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] + [ipr] (LP: #1751813) + - d-i: move ipr to storage-core-modules on ppc64el + * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816) + - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm + * Miscellaneous Ubuntu changes + - [Packaging] Add linux-oem to rebuild test blacklist. + + [ Ubuntu: 4.15.0-17.18 ] + + * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498) + * Eventual OOM with profile reloads (LP: #1750594) + - SAUCE: apparmor: fix memory leak when duplicate profile load + + -- Thadeu Lima de Souza Cascardo Fri, 20 Apr 2018 13:07:28 -0300 + +linux-aws (4.15.0-1004.4) bionic; urgency=medium + + * linux-aws: 4.15.0-1004.4 -proposed tracker (LP: #1763788) + + + [ Ubuntu: 4.15.0-16.17 ] + + * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785) + * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346) + - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y + * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797) + - SAUCE: usb: typec: ucsi: Increase command completion timeout value + * Fix trying to "push" an already active pool VP (LP: #1763386) + - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP + * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824) + - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to + userspace" + - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES" + - scsi: hisi_sas: modify some register config for hip08 + - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE() + * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673) + - misc: rtsx: Move Realtek Card Reader Driver to misc + - updateconfigs for Realtek Card Reader Driver + - misc: rtsx: Add support for RTS5260 + - misc: rtsx: Fix symbol clashes + * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in + ./include/linux/net_dim.h (LP: #1763269) + - net/mlx5e: Fix int overflow + * apparmor bug fixes for bionic (LP: #1763427) + - apparmor: fix logging of the existence test for signals + - apparmor: make signal label match work when matching stacked labels + - apparmor: audit unknown signal numbers + - apparmor: fix memory leak on buffer on error exit path + - apparmor: fix mediation of prlimit + * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug + fixes for bionic (LP: #1763427) + - apparmor: fix dangling symlinks to policy rawdata after replacement + * [OPAL] Assert fail: + core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock) + (LP: #1762913) + - powerpc/watchdog: remove arch_trigger_cpumask_backtrace + * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest + (LP: #1762928) + - powerpc/tm: Fix endianness flip on trap + * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674) + - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail + - SAUCE: (no-up) ASoC: rt5660: Add ACPI support + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks + - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m + * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812) + - i2c: xlp9xx: return ENXIO on slave address NACK + - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly + - i2c: xlp9xx: Check for Bus state before every transfer + - i2c: xlp9xx: Handle NACK on DATA properly + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: simplify the sortkey function + - tools/kvm_stat: use a namedtuple for storing the values + - tools/kvm_stat: use a more pythonic way to iterate over dictionaries + - tools/kvm_stat: avoid 'is' for equality checks + - tools/kvm_stat: fix crash when filtering out all non-child trace events + - tools/kvm_stat: print error on invalid regex + - tools/kvm_stat: fix debugfs handling + - tools/kvm_stat: mark private methods as such + - tools/kvm_stat: eliminate extra guest/pid selection dialog + - tools/kvm_stat: separate drilldown and fields filtering + - tools/kvm_stat: group child events indented after parent + - tools/kvm_stat: print 'Total' line for multiple events only + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + * Bionic update to v4.15.17 stable release (LP: #1763366) + - i40iw: Fix sequence number for the first partial FPDU + - i40iw: Correct Q1/XF object count equation + - i40iw: Validate correct IRD/ORD connection parameters + - clk: meson: mpll: use 64-bit maths in params_from_rate + - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node + - Bluetooth: Add a new 04ca:3015 QCA_ROME device + - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT + - thermal: power_allocator: fix one race condition issue for thermal_instances + list + - perf probe: Find versioned symbols from map + - perf probe: Add warning message if there is unexpected event name + - perf evsel: Fix swap for samples with raw data + - perf evsel: Enable ignore_missing_thread for pid option + - l2tp: fix missing print session offset info + - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path + - ACPI / video: Default lcd_only to true on Win8-ready and newer machines + - IB/mlx5: Report inner RSS capability + - VFS: close race between getcwd() and d_move() + - watchdog: dw_wdt: add stop watchdog operation + - clk: divider: fix incorrect usage of container_of + - PM / devfreq: Fix potential NULL pointer dereference in governor_store + - gpiolib: don't dereference a desc before validation + - net_sch: red: Fix the new offload indication + - selftests/net: fix bugs in address and port initialization + - thermal/drivers/hisi: Remove bogus const from function return type + - RDMA/cma: Mark end of CMA ID messages + - hwmon: (ina2xx) Make calibration register value fixed + - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem + - clk: sunxi-ng: a83t: Add M divider to TCON1 clock + - media: videobuf2-core: don't go out of the buffer range + - ASoC: Intel: Skylake: Disable clock gating during firmware and library + download + - ASoC: Intel: cht_bsw_rt5645: Analog Mic support + - drm/msm: Fix NULL deref in adreno_load_gpu + - IB/ipoib: Fix for notify send CQ failure messages + - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers + - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag. + - irqchip/ompic: fix return value check in ompic_of_init() + - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry + - ACPI: EC: Fix debugfs_create_*() usage + - mac80211: Fix setting TX power on monitor interfaces + - vfb: fix video mode and line_length being set when loaded + - crypto: crypto4xx - perform aead icv check in the driver + - gpio: label descriptors using the device name + - arm64: asid: Do not replace active_asids if already 0 + - powernv-cpufreq: Add helper to extract pstate from PMSR + - IB/rdmavt: Allocate CQ memory on the correct node + - blk-mq: avoid to map CPU into stale hw queue + - blk-mq: fix race between updating nr_hw_queues and switching io sched + - backlight: tdo24m: Fix the SPI CS between transfers + - nvme-fabrics: protect against module unload during create_ctrl + - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport + - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts + - nvme_fcloop: disassocate local port structs + - nvme_fcloop: fix abort race condition + - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented + - perf report: Fix a no annotate browser displayed issue + - staging: lustre: disable preempt while sampling processor id. + - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()' + - power: supply: axp288_charger: Properly stop work on probe-error / remove + - rt2x00: do not pause queue unconditionally on error path + - wl1251: check return from call to wl1251_acx_arp_ip_filter + - net/mlx5: Fix race for multiple RoCE enable + - bcache: ret IOERR when read meets metadata error + - bcache: stop writeback thread after detaching + - bcache: segregate flash only volume write streams + - net: Fix netdev_WARN_ONCE macro + - net/mlx5e: IPoIB, Use correct timestamp in child receive flow + - blk-mq: fix kernel oops in blk_mq_tag_idle() + - tty: n_gsm: Allow ADM response in addition to UA for control dlci + - block, bfq: put async queues for root bfq groups too + - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers + - EDAC, mv64x60: Fix an error handling path + - uio_hv_generic: check that host supports monitor page + - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO + - Bluetooth: hci_bcm: Validate IRQ before using it + - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional + - i40evf: don't rely on netif_running() outside rtnl_lock() + - drm/amd/powerplay: fix memory leakage when reload (v2) + - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages + - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks + - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware + in RAID map + - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is + called + - RDMA/cma: Fix rdma_cm path querying for RoCE + - gpio: thunderx: fix error return code in thunderx_gpio_probe() + - x86/gart: Exclude GART aperture from vmcore + - sdhci: Advertise 2.0v supply on SDIO host controller + - Input: goodix - disable IRQs while suspended + - mtd: mtd_oobtest: Handle bitflips during reads + - crypto: aes-generic - build with -Os on gcc-7+ + - perf tools: Fix copyfile_offset update of output offset + - tcmu: release blocks for partially setup cmds + - thermal: int3400_thermal: fix error handling in int3400_thermal_probe() + - drm/i915/cnp: Ignore VBT request for know invalid DDC pin. + - drm/i915/cnp: Properly handle VBT ddc pin out of bounds. + - x86/microcode: Propagate return value from updating functions + - x86/CPU: Add a microcode loader callback + - x86/CPU: Check CPU feature bits after microcode upgrade + - x86/microcode: Get rid of struct apply_microcode_ctx + - x86/microcode/intel: Check microcode revision before updating sibling + threads + - x86/microcode/intel: Writeback and invalidate caches before updating + microcode + - x86/microcode: Do not upload microcode if CPUs are offline + - x86/microcode/intel: Look into the patch cache first + - x86/microcode: Request microcode on the BSP + - x86/microcode: Synchronize late microcode loading + - x86/microcode: Attempt late loading only when new microcode is present + - x86/microcode: Fix CPU synchronization routine + - arp: fix arp_filter on l3slave devices + - ipv6: the entire IPv6 header chain must fit the first fragment + - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events + lan78xx_deferred_multicast_write) + - net: dsa: Discard frames from unused ports + - net: fix possible out-of-bound read in skb_network_protocol() + - net/ipv6: Fix route leaking between VRFs + - net/ipv6: Increment OUTxxx counters after netfilter hook + - netlink: make sure nladdr has correct size in netlink_connect() + - net/mlx5e: Verify coalescing parameters in range + - net sched actions: fix dumping which requires several messages to user space + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - r8169: fix setting driver_data after register_netdev + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vhost: correctly remove wait queue during poll failure + - vlan: also check phy_driver ts_info for vlan's real device + - vrf: Fix use after free and double free in vrf_finish_output + - bonding: fix the err path for dev hwaddr sync in bond_enslave + - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave + - bonding: process the err returned by dev_set_allmulti properly in + bond_enslave + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net/mlx5e: Set EQE based as default TX interrupt moderation mode + - net_sched: fix a missing idr_remove() in u32_delete_key() + - net/sched: fix NULL dereference in the error path of tcf_vlan_init() + - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path + - net/mlx5e: Fix memory usage issues in offloading TC flows + - net/sched: fix NULL dereference in the error path of tcf_sample_init() + - nfp: use full 40 bits of the NSP buffer address + - ipv6: sr: fix seg6 encap performances with TSO enabled + - net/mlx5e: Don't override vport admin link state in switchdev mode + - net/mlx5e: Sync netdev vxlan ports at open + - net/sched: fix NULL dereference in the error path of tunnel_key_init() + - net/sched: fix NULL dereference on the error path of tcf_skbmod_init() + - strparser: Fix sign of err codes + - net/mlx4_en: Fix mixed PFC and Global pause user control requests + - net/mlx5e: Fix traffic being dropped on VF representor + - vhost: validate log when IOTLB is enabled + - route: check sysctl_fib_multipath_use_neigh earlier than hash + - team: move dev_mc_sync after master_upper_dev_link in team_port_add + - vhost_net: add missing lock nesting notation + - net/mlx4_core: Fix memory leak while delete slave's resources + - Linux 4.15.17 + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable + release (LP: #1763366) + - sky2: Increase D3 delay to sky2 stops working after suspend + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer" + - drm/msm: fix msm_rd_dump_submit prototype + - drm/msm: gpu: Only sync fences on rings that exist + - wcn36xx: set default BTLE coexistence config + - wcn36xx: Add hardware scan offload support + - wcn36xx: Reduce spinlock in indication handler + - wcn36xx: fix incorrect assignment to msg_body.min_ch_time + - wcn36xx: release DMA memory in case of error + - mailbox: qcom: Convert APCS IPC driver to use regmap + - mailbox: qcom: Create APCS child device for clock controller + - clk: qcom: Add A53 PLL support + - clk: qcom: Add regmap mux-div clocks support + - clk: qcom: Add APCS clock controller support + - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe() + - media: venus: venc: set correctly GOP size and number of B-frames + - media: venus: venc: configure entropy mode + - media: venus: venc: Apply inloop deblocking filter + - media: venus: cleanup set_property controls + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - arm64: defconfig: enable new trigger modes for leds + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - dt-bindings: mailbox: qcom: Document the APCS clock binding + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - packaging: snapdragon: fixup ABI paths + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + * RDMA/hns: ensure for-loop actually iterates and free's buffers + (LP: #1762757) + - RDMA/hns: ensure for-loop actually iterates and free's buffers + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Fix the endian problem for hns + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + * Bionic update to 4.15.16 stable release (LP: #1762370) + - ARM: OMAP: Fix SRAM W+X mapping + - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[] + - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties + - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators + - mtd: jedec_probe: Fix crash in jedec_read_mfr() + - mtd: nand: atmel: Fix get_sectorsize() function + - ALSA: usb-audio: Add native DSD support for TEAC UD-301 + - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() + - ALSA: pcm: potential uninitialized return values + - x86/platform/uv/BAU: Add APIC idt entry + - perf/hwbp: Simplify the perf-hwbp code, fix documentation + - ceph: only dirty ITER_IOVEC pages for direct read + - ipc/shm.c: add split function to shm_vm_ops + - i2c: i2c-stm32f7: fix no check on returned setup + - powerpc/mm: Add tracking of the number of coprocessors using a context + - powerpc/mm: Workaround Nest MMU bug with TLB invalidations + - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs + - partitions/msdos: Unable to mount UFS 44bsd partitions + - xfrm_user: uncoditionally validate esn replay attribute struct + - RDMA/ucma: Check AF family prior resolving address + - RDMA/ucma: Fix use-after-free access in ucma_close + - RDMA/ucma: Ensure that CM_ID exists prior to access it + - RDMA/rdma_cm: Fix use after free race with process_one_req + - RDMA/ucma: Check that device is connected prior to access it + - RDMA/ucma: Check that device exists prior to accessing it + - RDMA/ucma: Introduce safer rdma_addr_size() variants + - ipv6: fix possible deadlock in rt6_age_examine_exception() + - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms() + - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems + - percpu: add __GFP_NORETRY semantics to the percpu balancing path + - netfilter: x_tables: make allocation less aggressive + - netfilter: bridge: ebt_among: add more missing match size checks + - l2tp: fix races with ipv4-mapped ipv6 addresses + - netfilter: drop template ct when conntrack is skipped. + - netfilter: x_tables: add and use xt_check_proc_name + - phy: qcom-ufs: add MODULE_LICENSE tag + - Bluetooth: Fix missing encryption refresh on Security Request + - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub. + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Btrfs: fix unexpected cow in run_delalloc_nocow + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - ARM: dts: DRA76-EVM: Set powerhold property for tps65917 + - net: hns: Fix ethtool private flags + - Fix slab name "biovec-(1<<(21-12))" + - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin" + - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin" + - Revert "cpufreq: Fix governor module removal race" + - Revert "ip6_vti: adjust vti mtu according to mtu of lower device" + - Linux 4.15.16 + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + + -- Kamal Mostafa Fri, 13 Apr 2018 13:03:41 -0700 + +linux-aws (4.15.0-1003.3) bionic; urgency=medium + + * linux-aws: 4.15.0-1003.3 -proposed tracker (LP: #1761179) + + + [ Ubuntu: 4.15.0-15.16 ] + + * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177) + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910) + - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9 + * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16 + namespaces (Bolt / NVMe) (LP: #1757497) + - powerpc/64s: Fix lost pending interrupt due to race causing lost update to + irq_happened + * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module + failed to build (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + + [ Ubuntu: 4.15.0-14.15 ] + + * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678) + * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor + (LP: #1758662) + - net/mlx4_en: Change default QoS settings + * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10 + (LP: #1759312) + - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features + * Bionic update to 4.15.15 stable release (LP: #1760585) + - net: dsa: Fix dsa_is_user_port() test inversion + - openvswitch: meter: fix the incorrect calculation of max delta_t + - qed: Fix MPA unalign flow in case header is split across two packets. + - tcp: purge write queue upon aborting the connection + - qed: Fix non TCP packets should be dropped on iWARP ll2 connection + - sysfs: symlink: export sysfs_create_link_nowarn() + - net: phy: relax error checking when creating sysfs link netdev->phydev + - devlink: Remove redundant free on error path + - macvlan: filter out unsupported feature flags + - net: ipv6: keep sk status consistent after datagram connect failure + - ipv6: old_dport should be a __be16 in __ip6_datagram_connect() + - ipv6: sr: fix NULL pointer dereference when setting encap source address + - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state + - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic + - net: phy: Tell caller result of phy_change() + - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes + - net sched actions: return explicit error when tunnel_key mode is not + specified + - ppp: avoid loop in xmit recursion detection code + - rhashtable: Fix rhlist duplicates insertion + - test_rhashtable: add test case for rhltable with duplicate objects + - kcm: lock lower socket in kcm_attach + - sch_netem: fix skb leak in netem_enqueue() + - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event() + - net: use skb_to_full_sk() in skb_update_prio() + - net: Fix hlist corruptions in inet_evict_bucket() + - s390/qeth: free netdevice when removing a card + - s390/qeth: when thread completes, wake up all waiters + - s390/qeth: lock read device while queueing next buffer + - s390/qeth: on channel error, reject further cmd requests + - soc/fsl/qbman: fix issue in qman_delete_cgr_safe() + - dpaa_eth: fix error in dpaa_remove() + - dpaa_eth: remove duplicate initialization + - dpaa_eth: increment the RX dropped counter when needed + - dpaa_eth: remove duplicate increment of the tx_errors counter + - dccp: check sk for closed state in dccp_sendmsg() + - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option() + - l2tp: do not accept arbitrary sockets + - net: ethernet: arc: Fix a potential memory leak if an optional regulator is + deferred + - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY + interface + - net: fec: Fix unbalanced PM runtime calls + - net/iucv: Free memory obtained by kzalloc + - netlink: avoid a double skb free in genlmsg_mcast() + - net: Only honor ifindex in IP_PKTINFO if non-0 + - net: systemport: Rewrite __bcm_sysport_tx_reclaim() + - qede: Fix qedr link update + - skbuff: Fix not waking applications when errors are enqueued + - team: Fix double free in error path + - Linux 4.15.15 + * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to + capture dump when smt=2 or off. (LP: #1758206) + - powerpc/crash: Remove the test for cpu_online in the IPI callback + - powernv/kdump: Fix cases where the kdump kernel can get HMI's + - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n + * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID + rebuild target (LP: #1759279) + - md: document lifetime of internal rdev pointer. + * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub- + table in ACPI 6.2A (LP: #1730829) + - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table + - acpi: nfit: Add support for detect platform CPU cache flush on power loss + - acpi: nfit: add persistent memory control flag for nd_region + - libnvdimm: expose platform persistence attribute for nd_region + - libnvdimm: re-enable deep flush for pmem devices via fsync() + - libnvdimm, nfit: fix persistence domain reporting + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + * Update Aquantia driver to fix various issues (LP: #1759303) + - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE + - net: aquantia: Cleanup status flags accesses + - net: aquantia: Cleanup hardware access modules + - net: aquantia: Remove duplicate hardware descriptors declarations + - net: aquantia: Add const qualifiers for hardware ops tables + - net: aquantia: Simplify dependencies between pci modules + - net: aquantia: Eliminate aq_nic structure abstraction + - net: aquantia: Fix register definitions to linux style + - net: aquantia: Prepend hw access functions declarations with prefix + - net: aquantia: Fix internal stats calculation on rx + - net: aquantia: Introduce new device ids and constants + - net: aquantia: Introduce new AQC devices and capabilities + - net: aquantia: Convert hw and caps structures to const static pointers + - net: aquantia: Cleanup pci functions module + - net: aquantia: Remove create/destroy from hw ops + - net: aquantia: Change confusing no_ff_addr to more meaningful name + - net: aquantia: Introduce firmware ops callbacks + - net: aquantia: Introduce support for new firmware on AQC cards + - net: aquantia: Introduce global AQC hardware reset sequence + - net: aquantia: Report correct mediatype via ethtool + - net: aquantia: bump driver version to match aquantia internal numbering + - net: aquantia: Fix hardware reset when SPI may rarely hangup + - net: aquantia: Fix a regression with reset on old firmware + - net: aquantia: Change inefficient wait loop on fw data reads + - net: aquantia: Add tx clean budget and valid budget handling logic + - net: aquantia: Allow live mac address changes + - net: aquantia: Implement pci shutdown callback + - net: aquantia: driver version bump + * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest + dumping call traces continuously. (LP: #1759722) + - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk + * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs + after hotplug CPU add operation. (LP: #1759723) + - genirq/affinity: assign vectors to all possible CPUs + - blk-mq: simplify queue mapping & schedule with each possisble CPU + * test_bpf fails (LP: #1756150) + - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches + * Bionic update to v4.15.14 stable release (LP: #1759655) + - MIPS: ralink: Remove ralink_halt() + - MIPS: ralink: Fix booting on MT7621 + - MIPS: lantiq: Fix Danube USB clock + - MIPS: lantiq: Enable AHB Bus for USB + - MIPS: lantiq: ase: Enable MFD_SYSCON + - iio: chemical: ccs811: Corrected firmware boot/application mode transition + - iio: st_pressure: st_accel: pass correct platform data to init + - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock() + - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit + - ALSA: aloop: Sync stale timer before release + - ALSA: aloop: Fix access to not-yet-ready substream via cable + - ALSA: hda - Force polling mode on CFL for fixing codec communication + - ALSA: hda/realtek - Fix speaker no sound after system resume + - ALSA: hda/realtek - Fix Dell headset Mic can't record + - ALSA: hda/realtek - Always immediately update mute LED with pin VREF + - mmc: core: Fix tracepoint print of blk_addr and blksz + - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards + - mmc: block: fix updating ext_csd caches on ioctl call + - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems + - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433 + - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs + - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L + - ahci: Add PCI-id for the Highpoint Rocketraid 644L card + - lockdep: fix fs_reclaim warning + - clk: bcm2835: Fix ana->maskX definitions + - clk: bcm2835: Protect sections updating shared registers + - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops + - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory + - Drivers: hv: vmbus: Fix ring buffer signaling + - pinctrl: samsung: Validate alias coming from DT + - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table + - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table + - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174 + - libata: fix length validation of ATAPI-relayed SCSI commands + - libata: remove WARN() for DMA or PIO command without data + - libata: don't try to pass through NCQ commands to non-NCQ devices + - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs + - libata: Enable queued TRIM for Samsung SSD 860 + - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs + - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions + - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version + - sched, cgroup: Don't reject lower cpu.max on ancestors + - cgroup: fix rule checking for threaded mode switching + - nfsd: remove blocked locks on client teardown + - media: tegra-cec: reset rx_buf_cnt when start bit detected + - hugetlbfs: check for pgoff value overflow + - h8300: remove extraneous __BIG_ENDIAN definition + - mm/vmalloc: add interfaces to free unmapped page table + - x86/mm: implement free pmd/pte page interfaces + - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail + - mm/thp: do not wait for lock_page() in deferred_split_scan() + - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() + - Revert "mm: page_alloc: skip over regions of invalid pfns where possible" + - drm/vmwgfx: Fix black screen and device errors when running without fbdev + - drm/vmwgfx: Fix a destoy-while-held mutex problem. + - drm/radeon: Don't turn off DP sink when disconnected + - drm/amd/display: We shouldn't set format_default on plane as atomic driver + - drm/amd/display: Add one to EDID's audio channel count when passing to DC + - drm: Reject getfb for multi-plane framebuffers + - drm: udl: Properly check framebuffer mmap offsets + - mm/vmscan: wake up flushers for legacy cgroups too + - module: propagate error in modules_open() + - acpi, numa: fix pxm to online numa node associations + - ACPI / watchdog: Fix off-by-one error at resource assignment + - libnvdimm, {btt, blk}: do integrity setup before add_disk() + - brcmfmac: fix P2P_DEVICE ethernet address generation + - rtlwifi: rtl8723be: Fix loss of signal + - tracing: probeevent: Fix to support minus offset from symbol + - mtdchar: fix usage of mtd_ooblayout_ecc() + - mtd: nand: fsl_ifc: Fix nand waitfunc return value + - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0 + - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0 + - staging: ncpfs: memory corruption in ncp_read_kernel() + - can: peak/pcie_fd: fix echo_skb is occupied! bug + - can: peak/pcie_fd: remove useless code when interface starts + - can: ifi: Repair the error handling + - can: ifi: Check core revision upon probe + - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack + - can: cc770: Fix queue stall & dropped RTR reply + - can: cc770: Fix use after free in cc770_tx_interrupt() + - tty: vt: fix up tabstops properly + - x86/entry/64: Don't use IST entry for #BP stack + - selftests/x86/ptrace_syscall: Fix for yet more glibc interference + - x86/vsyscall/64: Use proper accessor to update P4D entry + - x86/efi: Free efi_pgd with free_pages() + - posix-timers: Protect posix clock array access against speculation + - kvm/x86: fix icebp instruction handling + - x86/build/64: Force the linker to use 2MB page size + - x86/boot/64: Verify alignment of the LOAD segment + - hwmon: (k10temp) Only apply temperature offset if result is positive + - hwmon: (k10temp) Add temperature offset for Ryzen 1900X + - perf/x86/intel/uncore: Fix Skylake UPI event format + - perf stat: Fix CVS output format for non-supported counters + - perf/core: Fix ctx_event_type in ctx_resched() + - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type + programs + - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period() + - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake + servers + - iio: ABI: Fix name of timestamp sysfs file + - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot() + - iio: imu: st_lsm6dsx: introduce conf_lock mutex + - staging: android: ion: Zero CMA allocated memory + - kbuild: disable clang's default use of -fmerge-all-constants + - bpf: skip unnecessary capability check + - bpf, x64: increase number of passes + - Linux 4.15.14 + * System fails to start (boot) on battery due to read-only root file-system + (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655) + - libata: disable LPM for Crucial BX100 SSD 500GB drive + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - Documentation/admin-guide: fixes for thunderbolt.rst + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828) + - nfp: bpf: require ETH table + - nfp: don't advertise hw-tc-offload on non-port netdevs + - nfp: forbid disabling hw-tc-offload on representors while offload active + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + * Important KVM fixes for ppc64el (LP: #1759045) + - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded + - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code + - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9 + - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions + - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions + - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry + - KVM: PPC: Book3S HV: Fix duplication of host SLB entries + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + * Update to ocxl driver (LP: #1755161) + - ocxl: fix signed comparison with less than zero + - ocxl: Fix potential bad errno on irq allocation + - ocxl: Add get_metadata IOCTL to share OCXL information to userspace + * CAPI Flash (cxlflash) update (LP: #1752672) + - scsi: cxlflash: Update cxl-specific arguments to generic cookie + - scsi: cxlflash: Explicitly cache number of interrupts per context + - scsi: cxlflash: Remove embedded CXL work structures + - scsi: cxlflash: Adapter context init can return error + - scsi: cxlflash: Staging to support future accelerators + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770) + - platform/x86: intel_pmc_core: Remove unused EXPORTED API + - platform/x86: intel_pmc_core: Change driver to a module + - platform/x86: intel_pmc_core: Fix file permission warnings + - platform/x86: intel_pmc_core: Refactor debugfs entries + - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration + - platform/x86: intel_pmc_core: Convert to ICPU macro + - platform/x86: intel_pmc_core: Remove unused header file + - ACPI / LPIT: Export lpit_read_residency_count_address() + - platform/x86: intel_pmc_core: Read base address from LPIT + - x86/cpu: Add Cannonlake to Intel family + - platform/x86: intel_pmc_core: Add CannonLake PCH support + - platform/x86: intel_pmc_core: Special case for Coffeelake + * Cpu utilization showing system time for kvm guests (performance) (sysstat) + (LP: #1755979) + - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + * [Bug] ISH support for CFL-H (LP: #1739522) + - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop + * ath9k can't connect to wifi AP (LP: #1727228) + - ath9k: add MSI support + - ath9k: add a quirk to set use_msi automatically + * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is + not listed under perf list (LP: #1755470) + - iperf vendor events: Use more flexible pattern matching for CPU + identification for mapfile.csv + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + * Bionic update to 4.15.13 stable release (LP: #1758886) + - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura + controllers + - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl + - drm/amdgpu: use polling mem to set SDMA3 wptr for VF + - Bluetooth: hci_qca: Avoid setup failure on missing rampatch + - Bluetooth: btqcomsmd: Fix skb double free corruption + - cpufreq: longhaul: Revert transition_delay_us to 200 ms + - media: c8sectpfe: fix potential NULL pointer dereference in + c8sectpfe_timer_interrupt + - drm/msm: fix leak in failed get_pages + - IB/ipoib: Warn when one port fails to initialize + - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo() + - hv_netvsc: Fix the receive buffer size limit + - hv_netvsc: Fix the TX/RX buffer default sizes + - tcp: allow TLP in ECN CWR + - spi: sh-msiof: Avoid writing to registers from spi_master.setup() + - libbpf: prefer global symbols as bpf program name source + - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled. + - rtlwifi: always initialize variables given to RT_TRACE() + - media: bt8xx: Fix err 'bt878_probe()' + - ath10k: handling qos at STA side based on AP WMM enable/disable + - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart + - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect + - tty: goldfish: Enable 'earlycon' only if built-in + - serial: 8250_dw: Disable clock on error + - cros_ec: fix nul-termination for firmware build info + - watchdog: Fix potential kref imbalance when opening watchdog + - watchdog: Fix kref imbalance seen if handle_boot_enabled=0 + - platform/chrome: Use proper protocol transfer function + - dmaengine: zynqmp_dma: Fix race condition in the probe + - drm/tilcdc: ensure nonatomic iowrite64 is not used + - mmc: avoid removing non-removable hosts during suspend + - mmc: block: fix logical error to avoid memory leak + - /dev/mem: Add bounce buffer for copy-out + - net: phy: meson-gxl: check phy_write return value + - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs + - sfp: fix non-detection of PHY + - media: s5p-mfc: Fix lock contention - request_firmware() once + - rtc: ac100: Fix multiple race conditions + - IB/ipoib: Avoid memory leak if the SA returns a different DGID + - RDMA/cma: Use correct size when writing netlink stats + - IB/umem: Fix use of npages/nmap fields + - iser-target: avoid reinitializing rdma contexts for isert commands + - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog + - vgacon: Set VGA struct resource types + - omapdrm: panel: fix compatible vendor string for td028ttec1 + - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable + - drm/omap: DMM: Check for DMM readiness after successful transaction commit + - pty: cancel pty slave port buf's work in tty_release + - coresight: Fix disabling of CoreSight TPIU + - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit + - PCI: endpoint: Fix find_first_zero_bit() usage + - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures + - media: davinci: fix a debug printk + - clk: check ops pointer on clock register + - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000 + - clk: use round rate to bail out early in set_rate + - pinctrl: Really force states during suspend/resume + - pinctrl: rockchip: enable clock when reading pin direction register + - iommu/vt-d: clean up pr_irq if request_threaded_irq fails + - ip6_vti: adjust vti mtu according to mtu of lower device + - ip_gre: fix error path when erspan_rcv failed + - ip_gre: fix potential memory leak in erspan_rcv + - soc: qcom: smsm: fix child-node lookup + - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS + - ARM: dts: aspeed-evb: Add unit name to memory node + - nfsd4: permit layoutget of executable-only files + - clk: at91: pmc: Wait for clocks when resuming + - clk: Don't touch hardware when reparenting during registration + - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate() + - clk: si5351: Rename internal plls to avoid name collisions + - crypto: artpec6 - set correct iv size for gcm(aes) + - hwrng: core - Clean up RNG list when last hwrng is unregistered + - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63 + - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq + - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq + - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file + - serial: 8250_pci: Don't fail on multiport card class + - RDMA/core: Do not use invalid destination in determining port reuse + - clk: migrate the count of orphaned clocks at init + - RDMA/ucma: Fix access to non-initialized CM_ID object + - RDMA/ucma: Don't allow join attempts for unsupported AF family + - Linux 4.15.13 + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + * Bionic update to 4.15.12 stable release (LP: #1757465) + - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature + - x86/cpufeatures: Add Intel PCONFIG cpufeature + - selftests/x86/entry_from_vm86: Exit with 1 if we fail + - selftests/x86/entry_from_vm86: Add test cases for POPF + - x86/vm86/32: Fix POPF emulation + - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on + 32-bit kernels + - x86/speculation: Remove Skylake C2 from Speculation Control microcode + blacklist + - KVM: x86: Fix device passthrough when SME is active + - x86/mm: Fix vmalloc_fault to use pXd_large + - parisc: Handle case where flush_cache_range is called with no context + - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() + - ALSA: hda - Revert power_save option default value + - ALSA: seq: Fix possible UAF in snd_seq_check_queue() + - ALSA: seq: Clear client entry before deleting else at closing + - drm/nouveau/bl: Fix oops on driver unbind + - drm/nouveau/mmu: ALIGN_DOWN correct variable + - drm/amdgpu: fix prime teardown order + - drm/radeon: fix prime teardown order + - drm/amdgpu/dce: Don't turn off DP sink when disconnected + - fs: Teach path_connected to handle nfs filesystems with multiple roots. + - KVM: arm/arm64: Reduce verbosity of KVM init log + - KVM: arm/arm64: Reset mapped IRQs on VM reset + - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 + - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid + - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it + - fs/aio: Add explicit RCU grace period when freeing kioctx + - fs/aio: Use RCU accessors for kioctx_table->table[] + - RDMAVT: Fix synchronization around percpu_ref + - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis + - nvme: fix subsystem multiple controllers support check + - xfs: preserve i_rdev when recycling a reclaimable inode + - btrfs: Fix NULL pointer exception in find_bio_stripe + - btrfs: add missing initialization in btrfs_check_shared + - btrfs: alloc_chunk: fix DUP stripe size handling + - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale + device + - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes + - btrfs: Fix memory barriers usage with device stats counters + - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que + - scsi: qla2xxx: Fix NULL pointer access for fcport structure + - scsi: qla2xxx: Fix logo flag for qlt_free_session_done() + - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure + - usb: dwc2: fix STM32F7 USB OTG HS compatible + - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding + - USB: gadget: udc: Add missing platform_device_put() on error in + bdc_pci_probe() + - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values + - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode + - usb: dwc3: of-simple: fix oops by unbalanced clk disable call + - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove() + - phy: phy-brcm-usb: Fix two DT properties to match bindings doc + - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271 + - phy: phy-brcm-usb-init: DRD mode can cause crash on startup + - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled + - Linux 4.15.12 + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873) + - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature + - x86/intel_rdt: Add command line parameter to control L2_CDP + * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page + (LP: #1751724) + - mm, dax: introduce pfn_t_special() + - ext2: auto disable dax instead of failing mount + - ext4: auto disable dax instead of failing mount + - dax: require 'struct page' by default for filesystem dax + - Config: Enable CONFIG_FS_DAX_LIMITED + * Bionic update to 4.15.11 stable release (LP: #1756978) + - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 + - ASoC: sun4i-i2s: Fix RX slot number of SUN8I + - ASoC: sgtl5000: Fix suspend/resume + - ASoC: wm_adsp: For TLV controls only register TLV get/set + - ASoC: rt5651: Fix regcache sync errors on resume + - usb: host: xhci-rcar: add support for r8a77965 + - xhci: Fix front USB ports on ASUS PRIME B350M-A + - xhci: fix endpoint context tracer output + - serial: sh-sci: prevent lockup on full TTY buffers + - tty/serial: atmel: add new version check for usart + - uas: fix comparison for error code + - staging: comedi: fix comedi_nsamples_left. + - staging: android: ashmem: Fix lockdep issue during llseek + - scsi: sd_zbc: Fix potential memory leak + - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h + - usbip: vudc: fix null pointer dereference on udc->lock + - usb: quirks: add control message delay for 1b1c:1b20 + - usb: usbmon: Read text within supplied buffer size + - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() + - usb: dwc3: Fix lock-up on ID change during system suspend/resume + - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device + - serial: core: mark port as initialized in autoconfig + - earlycon: add reg-offset to physical address before mapping + - dm mpath: fix passing integrity data + - Revert "btrfs: use proper endianness accessors for super_copy" + - gfs2: Clean up {lookup,fillup}_metapath + - gfs2: Fixes to "Implement iomap for block_map" (2) + - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read() + - spi: imx: Fix failure path leak on GPIO request error correctly + - HID: multitouch: Only look at non touch fields in first packet of a frame + - KVM: PPC: Book3S HV: Avoid shifts by negative amounts + - drm/edid: set ELD connector type in drm_edid_to_eld() + - dma-buf/fence: Fix lock inversion within dma-fence-array + - video/hdmi: Allow "empty" HDMI infoframes + - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix() + - HID: elo: clear BTN_LEFT mapping + - iwlwifi: mvm: rs: don't override the rate history in the search cycle + - ARM: dts: koelsch: Move cec_clock to root node + - clk: meson: gxbb: fix wrong clock for SARADC/SANA + - ARM: dts: exynos: Correct Trats2 panel reset line + - drm/amdgpu: fix get_max_engine_clock_in_mhz + - staging: rtl8822be: fix missing null check on dev_alloc_skb return + - typec: tcpm: fusb302: Resolve out of order messaging events + - USB: ledtrig-usbport: fix of-node leak + - dt-bindings: serial: Add common rs485 binding for RTS polarity + - sched: Stop switched_to_rt() from sending IPIs to offline CPUs + - sched: Stop resched_cpu() from sending IPIs to offline CPUs + - crypto: chelsio - Fix an error code in chcr_hash_dma_map() + - crypto: ecc - Fix NULL pointer deref. on no default_rng + - crypto: keywrap - Add missing ULL suffixes for 64-bit constants + - crypto: cavium - fix memory leak on info + - test_firmware: fix setting old custom fw path back on exit + - drm/vblank: Fix vblank timestamp debugs + - net: ieee802154: adf7242: Fix bug if defined DEBUG + - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe() + - perf report: Fix -D output for user metadata events + - net: xfrm: allow clearing socket xfrm policies. + - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously + - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]() + - net: thunderx: Set max queue count taking XDP_TX into account + - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin + - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin + - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0 + - userns: Don't fail follow_automount based on s_user_ns + - xfrm: Fix xfrm_replay_overflow_offload_esn + - leds: pm8058: Silence pointer to integer size warning + - bpf: fix stack state printing in verifier log + - power: supply: sbs-message: double left shift bug in sbsm_select() + - power: supply: ab8500_charger: Fix an error handling path + - power: supply: ab8500_charger: Bail out in case of error in + 'ab8500_charger_init_hw_registers()' + - drm/etnaviv: make THERMAL selectable + - iio: adc: ina2xx: Shift bus voltage register to mask flag bits + - iio: health: max30102: Add power enable parameter to get_temp function + - ath10k: update tdls teardown state to target + - cpufreq: Fix governor module removal race + - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled + - drm/amdgpu:fix random missing of FLR NOTIFY + - scsi: ses: don't ask for diagnostic pages repeatedly during probe + - pwm: stmpe: Fix wrong register offset for hwpwm=2 case + - drm/sun4i: Fix format mask in DE2 driver + - pinctrl: sh-pfc: r8a7791: Add can_clk function + - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using + STP_ISEN_1_D + - perf annotate: Fix unnecessary memory allocation for s390x + - perf annotate: Fix objdump comment parsing for Intel mov dissassembly + - iwlwifi: mvm: avoid dumping assert log when device is stopped + - drm/amdgpu:fix virtual dce bug + - drm/amdgpu: fix amdgpu_sync_resv v2 + - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions() + - clk: qcom: msm8916: fix mnd_width for codec_digcodec + - mwifiex: cfg80211: do not change virtual interface during scan processing + - ath10k: fix invalid STS_CAP_OFFSET_MASK + - tools/usbip: fixes build with musl libc toolchain + - spi: sun6i: disable/unprepare clocks on remove + - bnxt_en: Don't print "Link speed -1 no longer supported" messages. + - scsi: core: scsi_get_device_flags_keyed(): Always return device flags + - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP + - scsi: dh: add new rdac devices + - clk: renesas: r8a77970: Add LVDS clock + - staging: fsl-dpaa2/eth: Fix access to FAS field + - media: vsp1: Prevent suspending and resuming DRM pipelines + - dm raid: fix raid set size revalidation + - media: cpia2: Fix a couple off by one bugs + - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value + - virtio_net: Disable interrupts if napi_complete_done rescheduled napi + - net: sched: drop qdisc_reset from dev_graft_qdisc + - veth: set peer GSO values + - drm/amdkfd: Fix memory leaks in kfd topology + - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled + context + - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset + - agp/intel: Flush all chipset writes after updating the GGTT + - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED + - mac80211: remove BUG() when interface type is invalid + - crypto: caam/qi - use correct print specifier for size_t + - ASoC: nuc900: Fix a loop timeout test + - mmc: mmc_test: Ensure command queue is disabled for testing + - Fix misannotated out-of-line _copy_to_user() + - ipvlan: add L2 check for packets arriving via virtual devices + - rcutorture/configinit: Fix build directory error message + - locking/locktorture: Fix num reader/writer corner cases + - ima: relax requiring a file signature for new files with zero length + - IB/mlx5: revisit -Wmaybe-uninitialized warning + - dmaengine: qcom_hidma: check pending interrupts + - drm/i915/glk: Disable Guc and HuC on GLK + - Linux 4.15.11 + - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y + * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665) + - KVM: x86: add support for UMIP + - KVM: Expose new cpu features to guest + * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode + guests(ubuntu14.04.5) (kvm) (LP: #1756254) + - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2 + * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206) + - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing + * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with + device DAX backend (LP: #1745899) + - x86/mm: add a function to check if a pfn is UC/UC-/WC + - KVM: MMU: consider host cache mode in MMIO page check + * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818) + - nfp: add TLV capabilities to the BAR + - nfp: read ME frequency from vNIC ctrl memory + - nfp: fix TLV offset calculation + * Miscellaneous Ubuntu changes + - [Packaging] skip cloud tools packaging when not building package + - [Packaging] final-checks -- remove check for empty retpoline files + + -- Kamal Mostafa Wed, 04 Apr 2018 11:48:05 -0700 + +linux-aws (4.15.0-1002.2) bionic; urgency=medium + + * linux-aws: 4.15.0-1002.2 -proposed tracker (LP: #1757166) + + [ Ubuntu: 4.15.0-13.14 ] + + * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408) + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC + (LP: #1756097) + - RDMA/hns: Refactor eq code for hip06 + - RDMA/hns: Add eq support of hip08 + - RDMA/hns: Add detailed comments for mb() call + - RDMA/hns: Add rq inline data support for hip08 RoCE + - RDMA/hns: Update the usage of sr_max and rr_max field + - RDMA/hns: Set access flags of hip08 RoCE + - RDMA/hns: Filter for zero length of sge in hip08 kernel mode + - RDMA/hns: Fix QP state judgement before sending work requests + - RDMA/hns: Assign dest_qp when deregistering mr + - RDMA/hns: Fix endian problems around imm_data and rkey + - RDMA/hns: Assign the correct value for tx_cqn + - RDMA/hns: Create gsi qp in hip08 + - RDMA/hns: Add gsi qp support for modifying qp in hip08 + - RDMA/hns: Fill sq wqe context of ud type in hip08 + - RDMA/hns: Assign zero for pkey_index of wc in hip08 + - RDMA/hns: Update the verbs of polling for completion + - RDMA/hns: Set the guid for hip08 RoCE device + - net: hns3: Refactor of the reset interrupt handling logic + - net: hns3: Add reset service task for handling reset requests + - net: hns3: Refactors the requested reset & pending reset handling code + - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface + - net: hns3: Add mailbox support to VF driver + - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support + - net: hns3: Add HNS3 VF driver to kernel build framework + - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC + - net: hns3: Add mailbox support to PF driver + - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox + - net: hns3: Add mailbox interrupt handling to PF driver + - net: hns3: add support to query tqps number + - net: hns3: add support to modify tqps number + - net: hns3: change the returned tqp number by ethtool -x + - net: hns3: free the ring_data structrue when change tqps + - net: hns3: get rss_size_max from configuration but not hardcode + - net: hns3: add a mask initialization for mac_vlan table + - net: hns3: add vlan offload config command + - net: hns3: add ethtool related offload command + - net: hns3: add handling vlan tag offload in bd + - net: hns3: cleanup mac auto-negotiation state query + - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg + - net: hns3: add support for set_pauseparam + - net: hns3: add support to update flow control settings after autoneg + - net: hns3: add Asym Pause support to phy default features + - net: hns3: add support for querying advertised pause frame by ethtool ethx + - net: hns3: Increase the default depth of bucket for TM shaper + - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled + - net: hns3: hns3_get_channels() can be static + - net: hns3: Add ethtool interface for vlan filter + - net: hns3: Disable VFs change rxvlan offload status + - net: hns3: Unify the strings display of packet statistics + - net: hns3: Fix spelling errors + - net: hns3: Remove repeat statistic of rx_errors + - net: hns3: Modify the update period of packet statistics + - net: hns3: Mask the packet statistics query when NIC is down + - net: hns3: Fix an error of total drop packet statistics + - net: hns3: Fix a loop index error of tqp statistics query + - net: hns3: Fix an error macro definition of HNS3_TQP_STAT + - net: hns3: Remove a useless member of struct hns3_stats + - net: hns3: Add packet statistics of netdev + - net: hns3: Fix a response data read error of tqp statistics query + - net: hns3: fix for updating fc_mode_last_time + - net: hns3: fix for setting MTU + - net: hns3: fix for changing MTU + - net: hns3: add MTU initialization for hardware + - net: hns3: fix for not setting pause parameters + - net: hns3: remove redundant semicolon + - net: hns3: Add more packet size statisctics + - Revert "net: hns3: Add packet statistics of netdev" + - net: hns3: report the function type the same line with hns3_nic_get_stats64 + - net: hns3: add ethtool_ops.get_channels support for VF + - net: hns3: remove TSO config command from VF driver + - net: hns3: add ethtool_ops.get_coalesce support to PF + - net: hns3: add ethtool_ops.set_coalesce support to PF + - net: hns3: refactor interrupt coalescing init function + - net: hns3: refactor GL update function + - net: hns3: remove unused GL setup function + - net: hns3: change the unit of GL value macro + - net: hns3: add int_gl_idx setup for TX and RX queues + - net: hns3: add feature check when feature changed + - net: hns3: check for NULL function pointer in hns3_nic_set_features + - net: hns: Fix for variable may be used uninitialized warnings + - net: hns3: add support for get_regs + - net: hns3: add manager table initialization for hardware + - net: hns3: add ethtool -p support for fiber port + - net: hns3: add net status led support for fiber port + - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning + - net: hns3: add get/set_coalesce support to VF + - net: hns3: add int_gl_idx setup for VF + - [Config]: enable CONFIG_HNS3_HCLGEVF as module. + * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096) + - KVM: arm64: Store vcpu on the stack during __guest_enter() + - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation + - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2 + - arm64: alternatives: use tpidr_el2 on VHE hosts + - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE + - Docs: dt: add devicetree binding for describing arm64 SDEI firmware + - firmware: arm_sdei: Add driver for Software Delegated Exceptions + - arm64: Add vmap_stack header file + - arm64: uaccess: Add PAN helper + - arm64: kernel: Add arch-specific SDEI entry code and CPU masking + - firmware: arm_sdei: Add support for CPU and system power states + - firmware: arm_sdei: add support for CPU private events + - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI + - firmware: arm_sdei: Discover SDEI support via ACPI + - arm64: sysreg: Move to use definitions for all the SCTLR bits + - arm64: cpufeature: Detect CPU RAS Extentions + - arm64: kernel: Survive corrected RAS errors notified by SError + - arm64: Unconditionally enable IESB on exception entry/return for firmware- + first + - arm64: kernel: Prepare for a DISR user + - KVM: arm/arm64: mask/unmask daif around VHE guests + - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2. + - KVM: arm64: Save/Restore guest DISR_EL1 + - KVM: arm64: Save ESR_EL2 on guest SError + - KVM: arm64: Handle RAS SErrors from EL1 on guest exit + - KVM: arm64: Handle RAS SErrors from EL2 on guest exit + - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA + - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - scsi: hisi_sas: fix dma_unmap_sg() parameter + - scsi: ata: enhance the definition of SET MAX feature field value + - scsi: hisi_sas: relocate clearing ITCT and freeing device + - scsi: hisi_sas: optimise port id refresh function + - scsi: hisi_sas: some optimizations of host controller reset + - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset + - scsi: hisi_sas: add an mechanism to do reset work synchronously + - scsi: hisi_sas: change ncq process for v3 hw + - scsi: hisi_sas: add RAS feature for v3 hw + - scsi: hisi_sas: add some print to enhance debugging + - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw + - scsi: hisi_sas: add v2 hw port AXI error handling support + - scsi: hisi_sas: use an general way to delay PHY work + - scsi: hisi_sas: do link reset for some CHL_INT2 ints + - scsi: hisi_sas: judge result of internal abort + - scsi: hisi_sas: add internal abort dev in some places + - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO + - scsi: hisi_sas: re-add the lldd_port_deformed() + - scsi: hisi_sas: add v3 hw suspend and resume + - scsi: hisi_sas: Change frame type for SET MAX commands + - scsi: hisi_sas: make local symbol host_attrs static + - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone() + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + - PM / core: Add LEAVE_SUSPENDED driver flag + - PCI / PM: Support for LEAVE_SUSPENDED driver flag + - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI + - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics + - PCI/ASPM: Enable Latency Tolerance Reporting when supported + - PCI/ASPM: Unexport internal ASPM interfaces + - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports + - PCI/AER: Return error if AER is not supported + - PCI/DPC: Enable DPC only if AER is available + * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580) + - s390: scrub registers on kernel entry and KVM exit + - s390: add optimized array_index_mask_nospec + - s390/alternative: use a copy of the facility bit mask + - s390: add options to change branch prediction behaviour for the kernel + - s390: run user space and KVM guests with modified branch prediction + - s390: introduce execute-trampolines for branches + - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*) + - s390: do not bypass BPENTER for interrupt system calls + - s390/entry.S: fix spurious zeroing of r0 + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: FLOGI failures are reported when connected to a private loop. + - scsi: lpfc: Expand WQE capability of every NVME hardware queue + - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ + - scsi: lpfc: Fix NVME LS abort_xri + - scsi: lpfc: Raise maximum NVME sg list size for 256 elements + - scsi: lpfc: Driver fails to detect direct attach storage array + - scsi: lpfc: Fix display for debugfs queInfo + - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq + - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN + - scsi: lpfc: Linux LPFC driver does not process all RSCNs + - scsi: lpfc: correct port registrations with nvme_fc + - scsi: lpfc: Correct driver deregistrations with host nvme transport + - scsi: lpfc: Fix crash during driver unload with running nvme traffic + - scsi: lpfc: Fix driver handling of nvme resources during unload + - scsi: lpfc: small sg cnt cleanup + - scsi: lpfc: Fix random heartbeat timeouts during heavy IO + - scsi: lpfc: update driver version to 11.4.0.5 + - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv + - scsi: lpfc: Fix receive PRLI handling + - scsi: lpfc: Increase SCSI CQ and WQ sizes. + - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled + - scsi: lpfc: Fix issues connecting with nvme initiator + - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port. + - scsi: lpfc: Beef up stat counters for debug + - scsi: lpfc: update driver version to 11.4.0.6 + - scsi: lpfc: correct sg_seg_cnt attribute min vs default + - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names + - scsi: lpfc: don't dereference localport before it has been null checked + - scsi: lpfc: fix a couple of minor indentation issues + - treewide: Use DEVICE_ATTR_RW + - treewide: Use DEVICE_ATTR_RO + - treewide: Use DEVICE_ATTR_WO + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + * CVE-2018-8043 + - net: phy: mdio-bcm-unimac: fix potential NULL dereference in + unimac_mdio_probe() + * Bionic update to 4.15.10 stable release (LP: #1756100) + - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL + WYSE" + - RDMA/ucma: Limit possible option size + - RDMA/ucma: Check that user doesn't overflow QP state + - RDMA/mlx5: Fix integer overflow while resizing CQ + - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() + - IB/uverbs: Improve lockdep_check + - mac80211_hwsim: don't use WQ_MEM_RECLAIM + - net/smc: fix NULL pointer dereference on sock_create_kern() error path + - regulator: stm32-vrefbuf: fix check on ready flag + - drm/i915: Check for fused or unused pipes + - drm/i915/audio: fix check for av_enc_map overflow + - drm/i915: Fix rsvd2 mask when out-fence is returned + - drm/i915: Clear the in-use marker on execbuf failure + - drm/i915: Disable DC states around GMBUS on GLK + - drm/i915: Update watermark state correctly in sanitize_watermarks + - drm/i915: Try EDID bitbanging on HDMI after failed read + - drm/i915/perf: fix perf stream opening lock + - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops + - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS + - drm/i915: Always call to intel_display_set_init_power() in resume_early. + - workqueue: Allow retrieval of current task's work struct + - drm: Allow determining if current task is output poll worker + - drm/nouveau: Fix deadlock on runtime suspend + - drm/radeon: Fix deadlock on runtime suspend + - drm/amdgpu: Fix deadlock on runtime suspend + - drm/nouveau: prefer XBGR2101010 for addfb ioctl + - drm/amd/powerplay/smu7: allow mclk switching with no displays + - drm/amd/powerplay/vega10: allow mclk switching with no displays + - Revert "drm/radeon/pm: autoswitch power state when in balanced mode" + - drm/amd/display: check for ipp before calling cursor operations + - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE + - drm/amd/powerplay: fix power over limit on Fiji + - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error. + - drm/amdgpu: used cached pcie gen info for SI (v2) + - drm/amdgpu: Notify sbios device ready before send request + - drm/radeon: fix KV harvesting + - drm/amdgpu: fix KV harvesting + - drm/amdgpu:Correct max uvd handles + - drm/amdgpu:Always save uvd vcpu_bo in VM Mode + - ovl: redirect_dir=nofollow should not follow redirect for opaque lower + - MIPS: BMIPS: Do not mask IPIs during suspend + - MIPS: ath25: Check for kzalloc allocation failure + - MIPS: OCTEON: irq: Check for null return on kzalloc allocation + - PCI: dwc: Fix enumeration end when reaching root subordinate + - Input: matrix_keypad - fix race when disabling interrupts + - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI" + - bug: use %pB in BUG and stack protector failure + - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() + - mm/memblock.c: hardcode the end_pfn being -1 + - Documentation/sphinx: Fix Directive import error + - loop: Fix lost writes caused by missing flag + - virtio_ring: fix num_free handling in error case + - KVM: s390: fix memory overwrites when not using SCA entries + - arm64: mm: fix thinko in non-global page table attribute check + - IB/core: Fix missing RDMA cgroups release in case of failure to register + device + - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers" + - kbuild: Handle builtin dtb file names containing hyphens + - dm bufio: avoid false-positive Wmaybe-uninitialized warning + - IB/mlx5: Fix incorrect size of klms in the memory region + - bcache: fix crashes in duplicate cache device register + - bcache: don't attach backing with duplicate UUID + - x86/MCE: Save microcode revision in machine check records + - x86/MCE: Serialize sysfs changes + - perf tools: Fix trigger class trigger_on() + - x86/spectre_v2: Don't check microcode versions when running under + hypervisors + - ALSA: hda/realtek - Add support headset mode for DELL WYSE + - ALSA: hda/realtek - Add headset mode support for Dell laptop + - ALSA: hda/realtek: Limit mic boost on T480 + - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520 + - ALSA: hda/realtek - Make dock sound work on ThinkPad L570 + - ALSA: seq: More protection for concurrent write and ioctl races + - ALSA: hda: add dock and led support for HP EliteBook 820 G3 + - ALSA: hda: add dock and led support for HP ProBook 640 G2 + - scsi: qla2xxx: Fix NULL pointer crash due to probe failure + - scsi: qla2xxx: Fix recursion while sending terminate exchange + - dt-bindings: Document mti,mips-cpc binding + - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base() + - nospec: Kill array_index_nospec_mask_check() + - nospec: Include dependency + - x86/entry: Reduce the code footprint of the 'idtentry' macro + - x86/entry/64: Use 'xorl' for faster register clearing + - x86/mm: Remove stale comment about KMEMCHECK + - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers + - x86/IO-APIC: Avoid warning in 32-bit builds + - x86/LDT: Avoid warning in 32-bit builds with older gcc + - x86-64/realmode: Add instruction suffix + - Revert "x86/retpoline: Simplify vmexit_fill_RSB()" + - x86/speculation: Use IBRS if available before calling into firmware + - x86/retpoline: Support retpoline builds with Clang + - x86/speculation, objtool: Annotate indirect calls/jumps for objtool + - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP + - x86/paravirt, objtool: Annotate indirect calls + - x86/boot, objtool: Annotate indirect jump in secondary_startup_64() + - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute() + - objtool: Use existing global variables for options + - objtool: Add retpoline validation + - objtool: Add module specific retpoline rules + - objtool, retpolines: Integrate objtool with retpoline support more closely + - objtool: Fix another switch table detection issue + - objtool: Fix 32-bit build + - x86/kprobes: Fix kernel crash when probing .entry_trampoline code + - watchdog: hpwdt: SMBIOS check + - watchdog: hpwdt: Check source of NMI + - watchdog: hpwdt: fix unused variable warning + - watchdog: hpwdt: Remove legacy NMI sourcing. + - netfilter: add back stackpointer size checks + - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation + - netfilter: xt_hashlimit: fix lock imbalance + - netfilter: x_tables: fix missing timer initialization in xt_LED + - netfilter: nat: cope with negative port range + - netfilter: IDLETIMER: be syzkaller friendly + - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets + - netfilter: bridge: ebt_among: add missing match size checks + - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt + - netfilter: use skb_to_full_sk in ip6_route_me_harder + - tpm_tis: Move ilb_base_addr to tpm_tis_data + - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() + - tpm: delete the TPM_TIS_CLK_ENABLE flag + - tpm: remove unused variables + - tpm: only attempt to disable the LPC CLKRUN if is already enabled + - x86/xen: Calculate __max_logical_packages on PV domains + - scsi: qla2xxx: Fix system crash for Notify ack timeout handling + - scsi: qla2xxx: Fix gpnid error processing + - scsi: qla2xxx: Move session delete to driver work queue + - scsi: qla2xxx: Skip IRQ affinity for Target QPairs + - scsi: qla2xxx: Fix re-login for Nport Handle in use + - scsi: qla2xxx: Retry switch command on time out + - scsi: qla2xxx: Serialize GPNID for multiple RSCN + - scsi: qla2xxx: Fix login state machine stuck at GPDB + - scsi: qla2xxx: Fix NPIV host cleanup in target mode + - scsi: qla2xxx: Relogin to target port on a cable swap + - scsi: qla2xxx: Fix Relogin being triggered too fast + - scsi: qla2xxx: Fix PRLI state check + - scsi: qla2xxx: Fix abort command deadlock due to spinlock + - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport + - scsi: qla2xxx: Fix scan state field for fcport + - scsi: qla2xxx: Clear loop id after delete + - scsi: qla2xxx: Defer processing of GS IOCB calls + - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout. + - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref + - scsi: qla2xxx: Fix memory leak in dual/target mode + - NFS: Fix an incorrect type in struct nfs_direct_req + - pNFS: Prevent the layout header refcount going to zero in pnfs_roc() + - NFS: Fix unstable write completion + - Linux 4.15.10 + * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004. + - ALSA: seq: Don't allow resizing pool in use + * nfp: prioritize stats updates (LP: #1752061) + - nfp: flower: prioritize stats updates + * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe) + (LP: #1753371) + - nvme-pci: Fix EEH failure on ppc + * sbsa watchdog crashes thunderx2 system (LP: #1755595) + - watchdog: sbsa: use 32-bit read for WCV + * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132) + - KVM: s390: diagnoses are instructions as well + - KVM: s390: add vcpu stat counters for many instruction + * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572) + - CIFS: make IPC a regular tcon + - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl + - CIFS: dump IPC tcon in debug proc file + * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076) + - i2c: octeon: Prevent error message on bus error + * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest + that caused KVM host crashed in qlt_free_session_done call (LP: #1750441) + - scsi: qla2xxx: Fix memory corruption during hba reset test + * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM + (LP: #1752236) + - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + * Bionic update to 4.15.9 stable release (LP: #1755275) + - bpf: fix mlock precharge on arraymaps + - bpf: fix memory leak in lpm_trie map_free callback function + - bpf: fix rcu lockdep warning for lpm_trie map_free callback + - bpf, x64: implement retpoline for tail call + - bpf, arm64: fix out of bounds access in tail call + - bpf: add schedule points in percpu arrays management + - bpf: allow xadd only on aligned memory + - bpf, ppc64: fix out of bounds access in tail call + - scsi: mpt3sas: fix oops in error handlers after shutdown/unload + - scsi: mpt3sas: wait for and flush running commands on shutdown/unload + - KVM: x86: fix backward migration with async_PF + - Linux 4.15.9 + * Bionic update to 4.15.8 stable release (LP: #1755179) + - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) + - ipmi_si: Fix error handling of platform device + - platform/x86: dell-laptop: Allocate buffer on heap rather than globally + - powerpc/pseries: Enable RAS hotplug events later + - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking + - ixgbe: fix crash in build_skb Rx code path + - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the + bus + - tpm: fix potential buffer overruns caused by bit glitches on the bus + - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on + the bus + - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the + bus + - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus + - ALSA: usb-audio: Add a quirck for B&W PX headphones + - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read + - ALSA: x86: Fix missing spinlock and mutex initializations + - ALSA: hda: Add a power_save blacklist + - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock + - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers + - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias + - mmc: dw_mmc: Avoid accessing registers in runtime suspended state + - mmc: dw_mmc: Factor out dw_mci_init_slot_caps + - mmc: dw_mmc: Fix out-of-bounds access for slot's caps + - timers: Forward timer base before migrating timers + - parisc: Use cr16 interval timers unconditionally on qemu + - parisc: Reduce irq overhead when run in qemu + - parisc: Fix ordering of cache and TLB flushes + - parisc: Hide virtual kernel memory layout + - btrfs: use proper endianness accessors for super_copy + - block: fix the count of PGPGOUT for WRITE_SAME + - block: kyber: fix domain token leak during requeue + - block: pass inclusive 'lend' parameter to truncate_inode_pages_range + - vfio: disable filesystem-dax page pinning + - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init() + - dax: fix vma_is_fsdax() helper + - direct-io: Fix sleep in atomic due to sync AIO + - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend + - x86/platform/intel-mid: Handle Intel Edison reboot correctly + - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table + - bridge: check brport attr show in brport_show + - fib_semantics: Don't match route with mismatching tclassid + - hdlc_ppp: carrier detect ok, don't turn off negotiation + - ipv6 sit: work around bogus gcc-8 -Wrestrict warning + - net: amd-xgbe: fix comparison to bitshift when dealing with a mask + - net: ethernet: ti: cpsw: fix net watchdog timeout + - net: fix race on decreasing number of TX queues + - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 + - netlink: ensure to loop over all netns in genlmsg_multicast_allns() + - net: sched: report if filter is too large to dump + - ppp: prevent unregistered channels from connecting to PPP units + - sctp: verify size of a new chunk in _sctp_make_chunk() + - udplite: fix partial checksum initialization + - net/mlx5e: Fix TCP checksum in LRO buffers + - sctp: fix dst refcnt leak in sctp_v4_get_dst + - mlxsw: spectrum_switchdev: Check success of FDB add operation + - net/mlx5e: Specify numa node when allocating drop rq + - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT + - tcp: Honor the eor bit in tcp_mtu_probe + - rxrpc: Fix send in rxrpc_send_data_packet() + - tcp_bbr: better deal with suboptimal GSO + - doc: Change the min default value of tcp_wmem/tcp_rmem. + - net/mlx5e: Fix loopback self test when GRO is off + - net_sched: gen_estimator: fix broken estimators based on percpu stats + - net/sched: cls_u32: fix cls_u32 on filter replace + - sctp: do not pr_err for the duplicated node in transport rhlist + - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create + - net: ipv4: Set addr_type in hash_keys for forwarded case + - sctp: fix dst refcnt leak in sctp_v6_get_dst() + - bridge: Fix VLAN reference count problem + - net/mlx5e: Verify inline header size do not exceed SKB linear size + - tls: Use correct sk->sk_prot for IPV6 + - amd-xgbe: Restore PCI interrupt enablement setting on resume + - cls_u32: fix use after free in u32_destroy_key() + - mlxsw: spectrum_router: Do not unconditionally clear route offload + indication + - netlink: put module reference if dump start fails + - tcp: purge write queue upon RST + - tuntap: correctly add the missing XDP flush + - tuntap: disable preemption during XDP processing + - virtio-net: disable NAPI only when enabled during XDP set + - cxgb4: fix trailing zero in CIM LA dump + - net/mlx5: Fix error handling when adding flow rules + - net: phy: Restore phy_resume() locking assumption + - tcp: tracepoint: only call trace_tcp_send_reset with full socket + - l2tp: don't use inet_shutdown on tunnel destroy + - l2tp: don't use inet_shutdown on ppp session destroy + - l2tp: fix races with tunnel socket close + - l2tp: fix race in pppol2tp_release with session object destroy + - l2tp: fix tunnel lookup use-after-free race + - s390/qeth: fix underestimated count of buffer elements + - s390/qeth: fix SETIP command handling + - s390/qeth: fix overestimated count of buffer elements + - s390/qeth: fix IP removal on offline cards + - s390/qeth: fix double-free on IP add/remove race + - Revert "s390/qeth: fix using of ref counter for rxip addresses" + - s390/qeth: fix IP address lookup for L3 devices + - s390/qeth: fix IPA command submission race + - tcp: revert F-RTO middle-box workaround + - tcp: revert F-RTO extension to detect more spurious timeouts + - blk-mq: don't call io sched's .requeue_request when requeueing rq to + ->dispatch + - media: m88ds3103: don't call a non-initalized function + - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL + - KVM: s390: take care of clock-comparator sign control + - KVM: s390: provide only a single function for setting the tod (fix SCK) + - KVM: s390: consider epoch index on hotplugged CPUs + - KVM: s390: consider epoch index on TOD clock syncs + - nospec: Allow index argument to have const-qualified type + - x86/mm: Fix {pmd,pud}_{set,clear}_flags() + - ARM: orion: fix orion_ge00_switch_board_info initialization + - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som + - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects + - ARM: kvm: fix building with gcc-8 + - KVM: X86: Fix SMRAM accessing even if VM is shutdown + - KVM: mmu: Fix overlap between public and private memslots + - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL + - KVM: x86: move LAPIC initialization after VMCS creation + - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR + path as unlikely() + - KVM: x86: fix vcpu initialization with userspace lapic + - KVM/x86: remove WARN_ON() for when vm_munmap() fails + - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530 + - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux + - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux + - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID + - md: only allow remove_and_add_spares when no sync_thread running. + - platform/x86: dell-laptop: fix kbd_get_state's request value + - Linux 4.15.8 + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297) + - vsprintf: avoid misleading "(null)" for %px + * Miscellaneous Ubuntu changes + - d-i: Add netsec to nic-modules + - [Config] fix up retpoline abi files + - [Config] set NOBP and expoline options for s390 + + [ Ubuntu: 4.15.0-12.13 ] + + * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059) + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + * ppc64el: Support firmware disable of RFI flush (LP: #1751994) + - powerpc/pseries: Support firmware disable of RFI flush + - powerpc/powernv: Support firmware disable of RFI flush + * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed) + (LP: #1751714) + - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation + - pinctrl: intel: Allow custom GPIO base for pad groups + - pinctrl: cannonlake: Align GPIO number space with Windows + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - usb: xhci: Make some static functions global + - usb: xhci: Add DbC support in xHCI driver + - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42. + * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347) + - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer + * headset mic can't be detected on two Dell machines (LP: #1748807) + - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines + * hisi_sas: Add disk LED support (LP: #1752695) + - scsi: hisi_sas: directly attached disk LED feature for v2 hw + * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds + (LP: #1742561) + - drm/i915/cfl: Adding more Coffee Lake PCI IDs. + * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in + trace, Disable of device-initiated U1/U2 failed and rebind failed: -517 + during suspend/resume with usb storage. (LP: #1730599) + - usb: Don't print a warning if interface driver rebind is deferred at resume + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn + callback") (LP: #1738334) + - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn + * [Asus UX360UA] battery status in unity-panel is not changing when battery is + being charged (LP: #1661876) // AC adapter status not detected on Asus + ZenBook UX410UAK (LP: #1745032) + - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK + * ASUS UX305LA - Battery state not detected correctly (LP: #1482390) + - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA + * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver + (LP: #1747639) + - s390/diag: add diag26c support for VNIC info + - s390/qeth: support early setup for z/VM NICs + * Bionic update to v4.15.7 stable release (LP: #1752317) + - netfilter: drop outermost socket lock in getsockopt() + - arm64: mm: don't write garbage into TTBR1_EL1 register + - kconfig.h: Include compiler types to avoid missed struct attributes + - MIPS: boot: Define __ASSEMBLY__ for its.S build + - xtensa: fix high memory/reserved memory collision + - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info + - MIPS: Drop spurious __unused in struct compat_flock + - cfg80211: fix cfg80211_beacon_dup + - i2c: designware: must wait for enable + - i2c: bcm2835: Set up the rising/falling edge delays + - X.509: fix BUG_ON() when hash algorithm is unsupported + - X.509: fix NULL dereference when restricting key with unsupported_sig + - PKCS#7: fix certificate chain verification + - PKCS#7: fix certificate blacklisting + - extcon: int3496: process id-pin first so that we start with the right status + - genirq/matrix: Handle CPU offlining proper + - RDMA/uverbs: Protect from races between lookup and destroy of uobjects + - RDMA/uverbs: Protect from command mask overflow + - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd + - RDMA/uverbs: Fix circular locking dependency + - RDMA/uverbs: Sanitize user entered port numbers prior to access it + - iio: adc: stm32: fix stm32h7_adc_enable error handling + - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined + - iio: buffer: check if a buffer has been set up when poll is called + - iio: adis_lib: Initialize trigger before requesting interrupt + - Kbuild: always define endianess in kconfig.h + - x86/apic/vector: Handle vector release on CPU unplug correctly + - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() + - mm, swap, frontswap: fix THP swap if frontswap enabled + - mm: don't defer struct page initialization for Xen pv guests + - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define + - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() + - irqchip/mips-gic: Avoid spuriously handling masked interrupts + - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices + - net: thunderbolt: Tear down connection properly on suspend + - net: thunderbolt: Run disconnect flow asynchronously when logout is received + - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and + io_watchdog_func() + - usb: ohci: Proper handling of ed_rm_list to handle race condition between + usb_kill_urb() and finish_unlinks() + - arm64: Remove unimplemented syscall log message + - arm64: Disable unhandled signal log messages by default + - arm64: cpufeature: Fix CTR_EL0 field definitions + - Add delay-init quirk for Corsair K70 RGB keyboards + - usb: host: ehci: use correct device pointer for dma ops + - usb: dwc3: gadget: Set maxpacket size for ep0 IN + - usb: dwc3: ep0: Reset TRB counter for ep0 IN + - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28 + - usb: ldusb: add PIDs for new CASSY devices supported by this driver + - Revert "usb: musb: host: don't start next rx urb if current one failed" + - usb: gadget: f_fs: Process all descriptors during bind + - usb: gadget: f_fs: Use config_ep_by_speed() + - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path + - drm/cirrus: Load lut in crtc_commit + - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits + - drm: Handle unexpected holes in color-eviction + - drm/amdgpu: disable MMHUB power gating on raven + - drm/amdgpu: fix VA hole handling on Vega10 v3 + - drm/amdgpu: Add dpm quirk for Jet PRO (v2) + - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji + - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) + - drm/amdgpu: add new device to use atpx quirk + - arm64: __show_regs: Only resolve kernel symbols when running at EL1 + - drm/i915/breadcrumbs: Ignore unsubmitted signalers + - microblaze: fix endian handling + - Linux 4.15.7 + * [regression] Colour banding and artefacts appear system-wide on an Asus + Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update + to v4.15.7 stable release (LP: #1752317) + - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA + * errors with sas hotplug (LP: #1752146) + - scsi: libsas: fix memory leak in sas_smp_get_phy_events() + - scsi: libsas: fix error when getting phy events + - scsi: libsas: initialize sas_phy status according to response of DISCOVER + - scsi: libsas: Use dynamic alloced work to avoid sas event lost + - scsi: libsas: shut down the PHY if events reached the threshold + - scsi: libsas: make the event threshold configurable + - scsi: libsas: Use new workqueue to run sas event and disco event + - scsi: libsas: use flush_workqueue to process disco events synchronously + - scsi: libsas: direct call probe and destruct + - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation() + * rtnetlink: enable namespace identifying properties in rtnetlink requests + (LP: #1748232) + - rtnetlink: enable IFLA_IF_NETNSID in do_setlink() + - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK + - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK + - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK + - rtnetlink: remove check for IFLA_IF_NETNSID + - rtnetlink: require unique netns identifier + * Bionic update to v4.15.6 stable release (LP: #1752119) + - tun: fix tun_napi_alloc_frags() frag allocator + - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE + - ptr_ring: try vmalloc() when kmalloc() fails + - selinux: ensure the context is NUL terminated in + security_context_to_sid_core() + - selinux: skip bounded transition processing if the policy isn't loaded + - media: pvrusb2: properly check endpoint types + - crypto: x86/twofish-3way - Fix %rbp usage + - staging: android: ion: Add __GFP_NOWARN for system contig heap + - staging: android: ion: Switch from WARN to pr_warn + - blk_rq_map_user_iov: fix error override + - KVM: x86: fix escape of guest dr6 to the host + - kcov: detect double association with a single task + - netfilter: x_tables: fix int overflow in xt_alloc_table_info() + - netfilter: x_tables: avoid out-of-bounds reads in + xt_request_find_{match|target} + - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() + - netfilter: on sockopt() acquire sock lock only in the required scope + - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1() + - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert + - rds: tcp: correctly sequence cleanup on netns deletion. + - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns + delete + - net: avoid skb_warn_bad_offload on IS_ERR + - net_sched: gen_estimator: fix lockdep splat + - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - ASoC: ux500: add MODULE_LICENSE tag + - video: fbdev/mmp: add MODULE_LICENSE + - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag + - arm64: dts: add #cooling-cells to CPU nodes + - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock + - ANDROID: binder: remove WARN() for redundant txn error + - ANDROID: binder: synchronize_rcu() when using POLLFREE. + - staging: android: ashmem: Fix a race condition in pin ioctls + - binder: check for binder_thread allocation failure in binder_poll() + - binder: replace "%p" with "%pK" + - staging: fsl-mc: fix build testing on x86 + - staging: iio: adc: ad7192: fix external frequency setting + - staging: iio: ad5933: switch buffer mode to software + - xhci: Fix NULL pointer in xhci debugfs + - xhci: Fix xhci debugfs devices node disappearance after hibernation + - xhci: xhci debugfs device nodes weren't removed after device plugged out + - xhci: fix xhci debugfs errors in xhci_stop + - usbip: keep usbip_device sockfd state in sync with tcp_socket + - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode + - mei: me: add cannon point device ids + - mei: me: add cannon point device ids for 4th device + - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems + - Linux 4.15.6 + * Unable to insert test_bpf module on Bionic s390x (LP: #1751234) + - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y + * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988) + - powerpc/powernv: Introduce new PHB type for opencapi links + - powerpc/powernv: Set correct configuration space size for opencapi devices + - powerpc/powernv: Add opal calls for opencapi + - powerpc/powernv: Add platform-specific services for opencapi + - powerpc/powernv: Capture actag information for the device + - ocxl: Driver code for 'generic' opencapi devices + - ocxl: Add AFU interrupt support + - ocxl: Add a kernel API for other opencapi drivers + - ocxl: Add trace points + - ocxl: Add Makefile and Kconfig + - [Config] CONFIG_OCXL=m for ppc64el + - cxl: Remove support for "Processing accelerators" class + - ocxl: Documentation + - ocxl: add MAINTAINERS entry + - cxl: Add support for ASB_Notify on POWER9 + * Request to update 18.04 kernel aacraid to upstream 4.16 version + (LP: #1746801) + - scsi: aacraid: remove unused variable managed_request_id + - scsi: aacraid: Do not attempt abort when Fw panicked + - scsi: aacraid: Do not remove offlined devices + - scsi: aacraid: Fix ioctl reset hang + - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw + - scsi: aacraid: Refactor reset_host store function + - scsi: aacraid: Move code to wait for IO completion to shutdown func + - scsi: aacraid: Create bmic submission function from bmic identify + - scsi: aacraid: Change phy luns function to use common bmic function + - scsi: aacraid: Refactor and rename to make mirror existing changes + - scsi: aacraid: Add target setup helper function + - scsi: aacraid: Untangle targets setup from report phy luns + - scsi: aacraid: Move function around to match existing code + - scsi: aacraid: Create helper functions to get lun info + - scsi: aacraid: Save bmic phy information for each phy + - scsi: aacraid: Add helper function to set queue depth + - scsi: aacraid: Merge func to get container information + - scsi: aacraid: Process hba and container hot plug events in single function + - scsi: aacraid: Added macros to help loop through known buses and targets + - scsi: aacraid: Refactor resolve luns code and scsi functions + - scsi: aacraid: Merge adapter setup with resolve luns + - scsi: aacraid: Block concurrent hotplug event handling + - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host + - scsi: aacraid: Reschedule host scan in case of failure + - scsi: aacraid: Fix hang while scanning in eh recovery + - scsi: aacraid: Skip schedule rescan in case of kdump + - scsi: aacraid: Remove unused rescan variable + - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command + - scsi: aacraid: Update driver version to 50877 + - scsi: aacraid: Fix driver oops with dead battery + - scsi: aacraid: remove redundant setting of variable c + - scsi: aacraid: Get correct lun count + - scsi: aacraid: Delay for rescan worker needs to be 10 seconds + * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992) + - powerpc/modules: Add REL24 relocation support of livepatch symbols + - powerpc/modules: Don't try to restore r2 after a sibling call + - powerpc/modules: Improve restore_r2() error message + * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517) + - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES + - ibmvnic: Increase maximum number of RX/TX queues + - ibmvnic: Include header descriptor support for ARP packets + - ibmvnic: Don't handle RX interrupts when not up. + - ibmvnic: Wait for device response when changing MAC + - ibmvnic: fix firmware version when no firmware level has been provided by + the VIOS server + - ibmvnic: fix empty firmware version and errors cleanup + - ibmvnic: Fix rx queue cleanup for non-fatal resets + - ibmvnic: Ensure that buffers are NULL after free + - ibmvnic: queue reset when CRQ gets closed during reset + - ibmvnic: Reset long term map ID counter + - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit + - ibmvnic: Wait until reset is complete to set carrier on + - ibmvnic: Fix login buffer memory leaks + - ibmvnic: Fix NAPI structures memory leak + - ibmvnic: Free RX socket buffer in case of adapter error + - ibmvnic: Clean RX pool buffers during device close + - ibmvnic: Check for NULL skb's in NAPI poll routine + - ibmvnic: Fix early release of login buffer + * Power9 DD 2.2 needs HMI fixup backport of upstream + patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834) + - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9 + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and + driver (LP: #1751337) + - tg3: APE heartbeat changes + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.2.6-dfsg-5 + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format" + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - ubuntu: vbox -- update to 5.2.8-dfsg-2 + + [ Ubuntu: 4.15.0-11.12 ] + + * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285) + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + * Bionic update to v4.15.5 stable release (LP: #1751131) + - scsi: smartpqi: allow static build ("built-in") + - IB/umad: Fix use of unprotected device pointer + - IB/qib: Fix comparison error with qperf compare/swap test + - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports + - IB/core: Fix two kernel warnings triggered by rxe registration + - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary + - IB/core: Avoid a potential OOPs for an unused optional parameter + - selftests: seccomp: fix compile error seccomp_bpf + - kselftest: fix OOM in memory compaction test + - RDMA/rxe: Fix a race condition related to the QP error state + - RDMA/rxe: Fix a race condition in rxe_requester() + - RDMA/rxe: Fix rxe_qp_cleanup() + - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin + - PM / devfreq: Propagate error from devfreq_add_device() + - mwifiex: resolve reset vs. remove()/shutdown() deadlocks + - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE + - trace_uprobe: Display correct offset in uprobe_events + - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all + - powerpc/kernel: Block interrupts when updating TIDR + - powerpc/vas: Don't set uses_vas for kernel windows + - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove + - powerpc/mm: Flush radix process translations when setting MMU type + - powerpc/xive: Use hw CPU ids when configuring the CPU queues + - dma-buf: fix reservation_object_wait_timeout_rcu once more v2 + - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls + - arm64: dts: msm8916: Correct ipc references for smsm + - ARM: lpc3250: fix uda1380 gpio numbers + - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property + - ARM: dts: nomadik: add interrupt-parent for clcd + - arm: dts: mt7623: fix card detection issue on bananapi-r2 + - arm: spear600: Add missing interrupt-parent of rtc + - arm: spear13xx: Fix dmas cells + - arm: spear13xx: Fix spics gpio controller's warning + - x86/gpu: add CFL to early quirks + - x86/kexec: Make kexec (mostly) work in 5-level paging mode + - x86/xen: init %gs very early to avoid page faults with stack protector + - x86: PM: Make APM idle driver initialize polling state + - mm, memory_hotplug: fix memmap initialization + - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce + speculation attack surface + - x86/entry/64/compat: Clear registers for compat syscalls, to reduce + speculation attack surface + - compiler-gcc.h: Introduce __optimize function attribute + - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up + - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate + - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate + - powerpc/mm/radix: Split linear mapping on hot-unplug + - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64() + - x86/speculation: Update Speculation Control microcode blacklist + - x86/speculation: Correct Speculation Control microcode blacklist again + - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" + - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), + by always inlining iterator helper methods + - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs + - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR + bitmap + - x86/speculation: Clean up various Spectre related details + - PM / runtime: Update links_count also if !CONFIG_SRCU + - PM: cpuidle: Fix cpuidle_poll_state_init() prototype + - platform/x86: wmi: fix off-by-one write in wmi_dev_probe() + - x86/entry/64: Clear registers for exceptions/interrupts, to reduce + speculation attack surface + - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused + extensions + - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single + POP_REGS macro + - x86/entry/64: Interleave XOR register clearing with PUSH instructions + - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro + - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases + - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and + SAVE_AND_CLEAR_REGS macros + - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly + - x86/entry/64: Fix paranoid_entry() frame pointer warning + - x86/entry/64: Remove the unused 'icebp' macro + - selftests/x86: Fix vDSO selftest segfault for vsyscall=none + - selftests/x86: Clean up and document sscanf() usage + - selftests/x86/pkeys: Remove unused functions + - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to + the VM directory + - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c + - gfs2: Fixes to "Implement iomap for block_map" + - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c + - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems + - objtool: Fix segfault in ignore_unreachable_insn() + - x86/debug, objtool: Annotate WARN()-related UD2 as reachable + - x86/debug: Use UD2 for WARN() + - x86/speculation: Fix up array_index_nospec_mask() asm constraint + - nospec: Move array_index_nospec() parameter checking into separate macro + - x86/speculation: Add dependency + - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to + __flush_tlb_one_[user|kernel]() + - selftests/x86/mpx: Fix incorrect bounds with old _sigfault + - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping + - x86/spectre: Fix an error message + - x86/cpu: Change type of x86_cache_size variable to unsigned int + - x86/entry/64: Fix CR3 restore in paranoid_exit() + - drm/ttm: Don't add swapped BOs to swap-LRU list + - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2) + - drm/qxl: unref cursor bo when finished with it + - drm/qxl: reapply cursor after resetting primary + - drm/amd/powerplay: Fix smu_table_entry.handle type + - drm/ast: Load lut in crtc_commit + - drm: Check for lessee in DROP_MASTER ioctl + - arm64: Add missing Falkor part number for branch predictor hardening + - drm/radeon: Add dpm quirk for Jet PRO (v2) + - drm/radeon: adjust tested variable + - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a + physical CPU + - rtc-opal: Fix handling of firmware error codes, prevent busy loops + - mbcache: initialize entry->e_referenced in mb_cache_entry_create() + - mmc: sdhci: Implement an SDHCI-specific bounce buffer + - mmc: bcm2835: Don't overwrite max frequency unconditionally + - Revert "mmc: meson-gx: include tx phase in the tuning process" + - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0 + - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes" + - jbd2: fix sphinx kernel-doc build warnings + - ext4: fix a race in the ext4 shutdown path + - ext4: save error to disk in __ext4_grp_locked_error() + - ext4: correct documentation for grpid mount option + - mm: hide a #warning for COMPILE_TEST + - mm: Fix memory size alignment in devm_memremap_pages_release() + - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN + - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout + - MIPS: Fix incorrect mem=X@Y handling + - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode + - PCI: iproc: Fix NULL pointer dereference for BCMA + - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports + - PCI: keystone: Fix interrupt-controller-node lookup + - video: fbdev: atmel_lcdfb: fix display-timings lookup + - console/dummy: leave .con_font_get set to NULL + - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit + - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests + - xenbus: track caller request id + - seq_file: fix incomplete reset on read from zero offset + - tracing: Fix parsing of globs with a wildcard at the beginning + - mpls, nospec: Sanitize array index in mpls_label_ok() + - rtlwifi: rtl8821ae: Fix connection lost problem correctly + - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice + - xprtrdma: Fix calculation of ri_max_send_sges + - xprtrdma: Fix BUG after a device removal + - blk-wbt: account flush requests correctly + - target/iscsi: avoid NULL dereference in CHAP auth error path + - iscsi-target: make sure to wake up sleeping login worker + - dm: correctly handle chained bios in dec_pending() + - Btrfs: fix deadlock in run_delalloc_nocow + - Btrfs: fix crash due to not cleaning up tree log block's dirty bits + - Btrfs: fix extent state leak from tree log + - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly + - Btrfs: fix use-after-free on root->orphan_block_rsv + - Btrfs: fix unexpected -EEXIST when creating new inode + - 9p/trans_virtio: discard zero-length reply + - mtd: nand: vf610: set correct ooblayout + - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute + - ALSA: hda/realtek - Add headset mode support for Dell laptop + - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform + - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7 + - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204 + - ALSA: usb: add more device quirks for USB DSD devices + - ALSA: seq: Fix racy pool initializations + - mvpp2: fix multicast address filter + - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT + - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages + - ARM: dts: exynos: fix RTC interrupt for exynos5410 + - ARM: pxa/tosa-bt: add MODULE_LICENSE tag + - arm64: dts: msm8916: Add missing #phy-cells + - ARM: dts: s5pv210: add interrupt-parent for ohci + - arm: dts: mt7623: Update ethsys binding + - arm: dts: mt2701: Add reset-cells + - ARM: dts: Delete bogus reference to the charlcd + - media: r820t: fix r820t_write_reg for KASAN + - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec + - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb + - Linux 4.15.5 + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + - [Config] Disable i386 retpoline check for next upload + * Bionic update to v4.15.4 stable release (LP: #1751064) + - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG + - cifs: Fix missing put_xid in cifs_file_strict_mmap + - cifs: Fix autonegotiate security settings mismatch + - CIFS: zero sensitive data when freeing + - cpufreq: mediatek: add mediatek related projects into blacklist + - dmaengine: dmatest: fix container_of member in dmatest_callback + - ssb: Do not disable PCI host on non-Mips + - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop + - Revert "drm/i915: mark all device info struct with __initconst" + - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() + - sched/rt: Up the root domain ref count when passing it around via IPIs + - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start + - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner + - media: hdpvr: Fix an error handling path in hdpvr_probe() + - arm64: mm: Use non-global mappings for kernel space + - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN + - arm64: mm: Move ASID from TTBR0 to TTBR1 + - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 + - arm64: mm: Rename post_ttbr0_update_workaround + - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN + - arm64: mm: Allocate ASIDs in pairs + - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper + - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI + - arm64: entry: Add exception trampoline page for exceptions from EL0 + - arm64: mm: Map entry trampoline into trampoline and kernel page tables + - arm64: entry: Explicitly pass exception level to kernel_ventry macro + - arm64: entry: Hook up entry trampoline to exception vectors + - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code + - arm64: cpu_errata: Add Kryo to Falkor 1003 errata + - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks + - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 + - arm64: kaslr: Put kernel vectors address in separate data page + - arm64: use RET instruction for exiting the trampoline + - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 + - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry + - arm64: Take into account ID_AA64PFR0_EL1.CSV3 + - arm64: capabilities: Handle duplicate entries for a capability + - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR + - arm64: kpti: Fix the interaction between ASID switching and software PAN + - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs + - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() + - arm64: mm: Permit transitioning from Global to Non-Global without BBM + - arm64: kpti: Add ->enable callback to remap swapper using nG mappings + - arm64: Force KPTI to be disabled on Cavium ThunderX + - arm64: entry: Reword comment about post_ttbr_update_workaround + - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives + - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() + - arm64: barrier: Add CSDB macros to control data-value prediction + - arm64: Implement array_index_mask_nospec() + - arm64: Make USER_DS an inclusive limit + - arm64: Use pointer masking to limit uaccess speculation + - arm64: entry: Ensure branch through syscall table is bounded under + speculation + - arm64: uaccess: Prevent speculative use of the current addr_limit + - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user + - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user + - arm64: futex: Mask __user pointers prior to dereference + - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early + - arm64: Run enable method for errata work arounds on late CPUs + - arm64: cpufeature: Pass capability structure to ->enable callback + - drivers/firmware: Expose psci_get_version through psci_ops structure + - arm64: Move post_ttbr_update_workaround to C code + - arm64: Add skeleton to harden the branch predictor against aliasing attacks + - arm64: Move BP hardening to check_and_switch_context + - arm64: KVM: Use per-CPU vector when BP hardening is enabled + - arm64: entry: Apply BP hardening for high-priority synchronous exceptions + - arm64: entry: Apply BP hardening for suspicious interrupts from EL0 + - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 + - arm64: Implement branch predictor hardening for affected Cortex-A CPUs + - arm64: Implement branch predictor hardening for Falkor + - arm64: Branch predictor hardening for Cavium ThunderX2 + - arm64: KVM: Increment PC after handling an SMC trap + - arm/arm64: KVM: Consolidate the PSCI include files + - arm/arm64: KVM: Add PSCI_VERSION helper + - arm/arm64: KVM: Add smccc accessors to PSCI code + - arm/arm64: KVM: Implement PSCI 1.0 support + - arm/arm64: KVM: Advertise SMCCC v1.1 + - arm64: KVM: Make PSCI_VERSION a fast path + - arm/arm64: KVM: Turn kvm_psci_version into a static inline + - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support + - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling + - firmware/psci: Expose PSCI conduit + - firmware/psci: Expose SMCCC version through psci_ops + - arm/arm64: smccc: Make function identifiers an unsigned quantity + - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive + - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support + - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround + - mtd: cfi: convert inline functions to macros + - mtd: nand: brcmnand: Disable prefetch by default + - mtd: nand: Fix nand_do_read_oob() return value + - mtd: nand: sunxi: Fix ECC strength choice + - ubi: Fix race condition between ubi volume creation and udev + - ubi: fastmap: Erase outdated anchor PEBs during attach + - ubi: block: Fix locking for idr_alloc/idr_remove + - ubifs: free the encrypted symlink target + - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds + - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE + - NFS: Add a cond_resched() to nfs_commit_release_pages() + - NFS: Fix nfsstat breakage due to LOOKUPP + - NFS: commit direct writes even if they fail partially + - NFS: reject request for id_legacy key without auxdata + - NFS: Fix a race between mmap() and O_DIRECT + - nfsd: Detect unhashed stids in nfsd4_verify_open_stid() + - kernfs: fix regression in kernfs_fop_write caused by wrong type + - ahci: Annotate PCI ids for mobile Intel chipsets as such + - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI + - ahci: Add Intel Cannon Lake PCH-H PCI ID + - crypto: hash - introduce crypto_hash_alg_has_setkey() + - crypto: cryptd - pass through absence of ->setkey() + - crypto: mcryptd - pass through absence of ->setkey() + - crypto: poly1305 - remove ->setkey() method + - crypto: hash - annotate algorithms taking optional key + - crypto: hash - prevent using keyed hashes without setting key + - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt + - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY + - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF + - media: v4l2-compat-ioctl32.c: fix the indentation + - media: v4l2-compat-ioctl32.c: move 'helper' functions to + __get/put_v4l2_format32 + - media: v4l2-compat-ioctl32.c: avoid sizeof(type) + - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 + - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer + - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 + - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type + - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors + - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic + - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs + - crypto: caam - fix endless loop when DECO acquire fails + - crypto: sha512-mb - initialize pending lengths correctly + - crypto: talitos - fix Kernel Oops on hashing an empty file + - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls + - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 + - KVM: nVMX: Fix bug of injecting L2 exception into L1 + - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded + - KVM: PPC: Book3S HV: Drop locks before reading guest memory + - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED + - KVM: PPC: Book3S PR: Fix broken select due to misspelling + - ASoC: acpi: fix machine driver selection based on quirk + - ASoC: rockchip: i2s: fix playback after runtime resume + - ASoC: skl: Fix kernel warning due to zero NHTL entry + - ASoC: compress: Correct handling of copy callback + - watchdog: imx2_wdt: restore previous timeout after suspend+resume + - afs: Add missing afs_put_cell() + - afs: Need to clear responded flag in addr cursor + - afs: Fix missing cursor clearance + - afs: Fix server list handling + - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker + - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all + - kasan: don't emit builtin calls when sanitization is off + - kasan: rework Kconfig settings + - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code + - media: dvb-frontends: fix i2c access helpers for KASAN + - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages + - media: ts2020: avoid integer overflows on 32 bit machines + - media: vivid: fix module load error when enabling fb and no_error_inj=1 + - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH + - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() + - kernel/async.c: revert "async: simplify lowest_in_progress()" + - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" + - pipe: actually allow root to exceed the pipe buffer limits + - pipe: fix off-by-one error when checking buffer limits + - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working + - Bluetooth: btsdio: Do not bind to non-removable BCM43341 + - ipmi: use dynamic memory for DMI driver override + - signal/openrisc: Fix do_unaligned_access to send the proper signal + - signal/sh: Ensure si_signo is initialized in do_divide_error + - alpha: fix crash if pthread_create races with signal delivery + - alpha: osf_sys.c: fix put_tv32 regression + - alpha: Fix mixed up args in EXC macro in futex operations + - alpha: fix reboot on Avanti platform + - alpha: fix formating of stack content + - xtensa: fix futex_atomic_cmpxchg_inatomic + - EDAC, octeon: Fix an uninitialized variable warning + - genirq: Make legacy autoprobing work again + - pinctrl: intel: Initialize GPIO properly when used through irqchip + - pinctrl: mcp23s08: fix irq setup order + - pinctrl: sx150x: Unregister the pinctrl on release + - pinctrl: sx150x: Register pinctrl before adding the gpiochip + - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping + - pktcdvd: Fix pkt_setup_dev() error path + - pktcdvd: Fix a recently introduced NULL pointer dereference + - blk-mq: quiesce queue before freeing queue + - clocksource/drivers/stm32: Fix kernel panic with multiple timers + - lib/ubsan.c: s/missaligned/misaligned/ + - lib/ubsan: add type mismatch handler for new GCC/Clang + - objtool: Fix switch-table detection + - arm64: dts: marvell: add Ethernet aliases + - drm/i915: Avoid PPS HW/SW state mismatch due to rounding + - ACPI: sbshc: remove raw pointer from printk() message + - acpi, nfit: fix register dimm error handling + - ovl: force r/o mount when index dir creation fails + - ovl: fix failure to fsync lower dir + - ovl: take mnt_want_write() for work/index dir setup + - ovl: take mnt_want_write() for removing impure xattr + - ovl: hash directory inodes for fsnotify + - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy + - devpts: fix error handling in devpts_mntget() + - ftrace: Remove incorrect setting of glob search field + - scsi: core: Ensure that the SCSI error handler gets woken up + - scsi: lpfc: Fix crash after bad bar setup on driver attachment + - scsi: cxlflash: Reset command ioasc + - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules + - Linux 4.15.4 + - updateconfigs after v4.14.4 stable updates + * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and + do not need KPTI when KASLR is off. + - arm64: Turn on KPTI only on CPUs that need it + * Miscellaneous Ubuntu changes + - [Config] fix up removed retpoline call sites + + -- Kamal Mostafa Tue, 20 Mar 2018 10:49:59 -0700 + +linux-aws (4.15.0-1001.1) bionic; urgency=medium + + [ Kamal Mostafa ] + + * Initial linux-aws packaging based on linux (4.15.0-11.12) bionic + + -- Kamal Mostafa Fri, 23 Feb 2018 13:45:39 -0800 + +linux-aws (4.15.0-1000.0) bionic; urgency=medium + + * Empty entry + + -- Kamal Mostafa Wed, 21 Feb 2018 14:36:49 -0800 diff --git a/debian.aws/config/amd64/config.common.amd64 b/debian.aws/config/amd64/config.common.amd64 new file mode 100644 index 0000000000000..be12d7eabc3db --- /dev/null +++ b/debian.aws/config/amd64/config.common.amd64 @@ -0,0 +1,184 @@ +# +# Config options for config.common.amd64 automatically generated by splitconfig.pl +# +# CONFIG_ACPI_ALS is not set +# CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BGRT is not set +# CONFIG_ACPI_DOCK is not set +# CONFIG_ACPI_FAN is not set +# CONFIG_ACPI_HED is not set +# CONFIG_ACPI_IPMI is not set +# CONFIG_ACPI_NFIT is not set +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +# CONFIG_ACPI_THERMAL is not set +# CONFIG_AD5592R is not set +# CONFIG_AD5593R is not set +CONFIG_ARCH_MMAP_RND_BITS=28 +CONFIG_ARCH_MMAP_RND_BITS_MAX=32 +CONFIG_ARCH_MMAP_RND_BITS_MIN=28 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ATA_GENERIC=y +CONFIG_ATA_PIIX=y +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_DA9052 is not set +# CONFIG_BACKLIGHT_GENERIC is not set +# CONFIG_BACKLIGHT_LM3533 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LP855X is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_PCF50633 is not set +# CONFIG_BACKLIGHT_PM8941_WLED is not set +# CONFIG_BACKLIGHT_PWM is not set +# CONFIG_BACKLIGHT_SKY81452 is not set +# CONFIG_BACKLIGHT_WM831X is not set +# CONFIG_BATTERY_AXP20X is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_DA9052 is not set +# CONFIG_BATTERY_DA9150 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_AXP20X is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_DA9150 is not set +# CONFIG_CHARGER_ISP1704 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_MAX14577 is not set +# CONFIG_CHARGER_MAX77693 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_PCF50633 is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_CHARGER_SMB347 is not set +# CONFIG_COMEDI is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_DMA_CMA is not set +CONFIG_DMA_VIRTUAL_CHANNELS=m +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_FIREWIRE is not set +# CONFIG_FUJITSU_ES is not set +# CONFIG_GAMEPORT is not set +CONFIG_HIBERNATION=y +CONFIG_HIO=m +# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set +# CONFIG_HP_ILO is not set +CONFIG_I2C=m +CONFIG_I2C_CHARDEV=m +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PLATFORM=m +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_LEDS is not set +# CONFIG_INPUT_MOUSE is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set +CONFIG_IRQ_BYPASS_MANAGER=m +# CONFIG_ISDN is not set +CONFIG_KVM=m +# CONFIG_LCD_CLASS_DEVICE is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_BLINKM is not set +CONFIG_LEDS_CLASS=m +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_DA9052 is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3533 is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP5521 is not set +# CONFIG_LEDS_LP5523 is not set +# CONFIG_LEDS_LP5562 is not set +# CONFIG_LEDS_LP8501 is not set +# CONFIG_LEDS_MC13783 is not set +# CONFIG_LEDS_MENF21BMC is not set +# CONFIG_LEDS_MT6323 is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PWM is not set +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set +# CONFIG_LEDS_TRIGGER_ONESHOT is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_TIMER is not set +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +CONFIG_LOG_BUF_SHIFT=18 +# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set +# CONFIG_MEDIA_CEC_SUPPORT is not set +# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +# CONFIG_MEDIA_RADIO_SUPPORT is not set +# CONFIG_MEDIA_SDR_SUPPORT is not set +CONFIG_MFD_DA9063=m +CONFIG_MFD_MAX14577=m +CONFIG_MFD_MAX77693=m +CONFIG_MFD_TPS65912_I2C=m +CONFIG_MII=m +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +CONFIG_MMC_BLOCK=m +# CONFIG_MTD is not set +CONFIG_NODES_SHIFT=10 +CONFIG_NR_CPUS=8192 +# CONFIG_OF is not set +CONFIG_PATA_SIS=y +# CONFIG_POWERCAP is not set +# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +# CONFIG_RC_CORE is not set +# CONFIG_REFCOUNT_FULL is not set +CONFIG_REGMAP_I2C=m +CONFIG_RTC_I2C_AND_SPI=m +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_MV is not set +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_SX4 is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set +# CONFIG_SATA_ZPODD is not set +CONFIG_SERIAL_8250_DW=m +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +# CONFIG_SPEAKUP is not set +# CONFIG_SPI_ROCKCHIP is not set +# CONFIG_STANDALONE is not set +# CONFIG_SUSPEND is not set +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_ROLE_SWITCH=m +# CONFIG_USB_XHCI_DBGCAP is not set +# CONFIG_UWB is not set +# CONFIG_W1 is not set +# CONFIG_WIMAX is not set +# CONFIG_WLAN is not set +# CONFIG_XEN_BALLOON is not set +# CONFIG_XEN_FBDEV_FRONTEND is not set diff --git a/debian.aws/config/amd64/config.flavour.aws b/debian.aws/config/amd64/config.flavour.aws new file mode 100644 index 0000000000000..b37b93769508a --- /dev/null +++ b/debian.aws/config/amd64/config.flavour.aws @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.aws automatically generated by splitconfig.pl +# diff --git a/debian.aws/config/annotations b/debian.aws/config/annotations new file mode 100644 index 0000000000000..07d4ee7a05767 --- /dev/null +++ b/debian.aws/config/annotations @@ -0,0 +1,12084 @@ +# Menu: HEADER +# FORMAT: 3 +# ARCH: x86 arm arm64 s390 powerpc + +include ../../debian.master/config/annotations + +# Mark debugging symbols. +# exceptions +CONFIG_DEBUG_FS note +CONFIG_DEBUG_KERNEL note + +# Menu: ROOT +CONFIG_LIVEPATCH policy<{'amd64': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: ACPI (Advanced Configuration and Power Interface) Support +CONFIG_ACPI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_DEBUGGER policy<{'amd64': 'y', 'arm64': 'n', 'i386': 'n'}> +CONFIG_ACPI_DEBUGGER_USER policy<{'amd64': 'y'}> +CONFIG_ACPI_PROCFS_POWER policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACPI_EC_DEBUGFS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ACPI_AC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACPI_BATTERY policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACPI_BUTTON policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_VIDEO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_FAN policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_DOCK policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_PROCESSOR policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_IPMI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ACPI_PROCESSOR_AGGREGATOR policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_NUMA policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_ACPI_CUSTOM_DSDT_FILE policy<{'amd64': '""', 'i386': '""'}> +CONFIG_ACPI_TABLE_UPGRADE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_DEBUG policy<{'amd64': 'y', 'arm64': 'n', 'i386': 'n'}> +CONFIG_ACPI_PCI_SLOT policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_X86_PM_TIMER policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACPI_CONTAINER policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_HOTPLUG_MEMORY policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACPI_SBS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_HED policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_CUSTOM_METHOD policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> +CONFIG_ACPI_BGRT policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_REDUCED_HARDWARE_ONLY policy<{'amd64': 'n', 'arm64': 'y', 'i386': 'n'}> +CONFIG_ACPI_NFIT policy<{'amd64': 'm', 'arm64': 'm'}> +CONFIG_DPTF_POWER policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_EXTLOG policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_CONFIGFS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_TPS68470_PMIC_OPREGION policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +# +CONFIG_ACPI_PROCFS_POWER mark +CONFIG_ACPI_CUSTOM_METHOD mark note +CONFIG_ACPI_CUSTOM_DSDT_FILE note + +# Menu: ACPI (Advanced Configuration and Power Interface) Support >> ACPI Platform Error Interface (APEI) +CONFIG_ACPI_APEI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_APEI_GHES policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_APEI_PCIEAER policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ACPI_APEI_SEA policy<{'arm64': 'y'}> +CONFIG_ACPI_APEI_MEMORY_FAILURE policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_ACPI_APEI_EINJ policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ACPI_APEI_ERST_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> + +# Menu: ACPI (Advanced Configuration and Power Interface) Support >> PMIC (Power Management Integrated Circuit) operation region support +CONFIG_PMIC_OPREGION policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> + +# Menu: ARM Accelerated Cryptographic Algorithms +CONFIG_CRYPTO_CHACHA20_NEON policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: ARM Accelerated Cryptographic Algorithms >> Architecture: arm +CONFIG_ARM_CRYPTO policy<{'armhf': 'y'}> +CONFIG_CRYPTO_SHA1_ARM policy<{'armhf': 'm'}> +CONFIG_CRYPTO_SHA1_ARM_NEON policy<{'armhf': 'm'}> +CONFIG_CRYPTO_SHA1_ARM_CE policy<{'armhf': 'm'}> +CONFIG_CRYPTO_SHA2_ARM_CE policy<{'armhf': 'm'}> +CONFIG_CRYPTO_SHA256_ARM policy<{'armhf': 'm'}> +CONFIG_CRYPTO_SHA512_ARM policy<{'armhf': 'm'}> +CONFIG_CRYPTO_AES_ARM policy<{'armhf': 'm'}> +CONFIG_CRYPTO_AES_ARM_BS policy<{'armhf': 'm'}> +CONFIG_CRYPTO_AES_ARM_CE policy<{'armhf': 'm'}> +CONFIG_CRYPTO_GHASH_ARM_CE policy<{'armhf': 'm'}> +CONFIG_CRYPTO_CRCT10DIF_ARM_CE policy<{'armhf': 'm'}> +CONFIG_CRYPTO_CRC32_ARM_CE policy<{'armhf': 'm'}> + +# Menu: ARM64 Accelerated Cryptographic Algorithms + +# Menu: ARM64 Accelerated Cryptographic Algorithms >> Architecture: arm64 +CONFIG_ARM64_CRYPTO policy<{'arm64': 'y'}> +CONFIG_CRYPTO_SHA256_ARM64 policy<{'arm64': 'm'}> +CONFIG_CRYPTO_SHA512_ARM64 policy<{'arm64': 'm'}> +CONFIG_CRYPTO_SHA1_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_SHA2_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_GHASH_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_CRC32_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64 policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64_CE policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64_CE_CCM policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64_CE_BLK policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64_NEON_BLK policy<{'arm64': 'm'}> +CONFIG_CRYPTO_AES_ARM64_BS policy<{'arm64': 'm'}> + +# Menu: Advanced setup >> Architecture: powerpc + +# Menu: Advanced setup >> Prompt for advanced kernel configuration options >> Architecture: powerpc + +# Menu: Advanced setup >> Prompt for advanced kernel configuration options >> Pinned Kernel TLBs (860 ONLY) >> Architecture: powerpc + +# Menu: Architecture: arm +CONFIG_ARM_DMA_IOMMU_ALIGNMENT policy<{'armhf': '8'}> +CONFIG_ARM_PATCH_PHYS_VIRT policy<{'armhf': 'y'}> + +# Menu: Architecture: powerpc +CONFIG_PPC64 policy<{'ppc64el': 'y'}> +CONFIG_NR_IRQS policy<{'ppc64el': '512'}> +CONFIG_SCOM_DEBUGFS policy<{'ppc64el': 'y'}> + +# Menu: Architecture: s390 +CONFIG_KMSG_IDS policy<{'s390x': 'y'}> + +# Menu: Architecture: x86 +CONFIG_64BIT policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'n', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Boot options +CONFIG_CMDLINE policy<{'arm64': '"console=ttyAMA0"', 'armhf': '""'}> +CONFIG_KEXEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRASH_DUMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EFI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y'}> +CONFIG_DMI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_CMDLINE_FORCE policy<{'arm64': 'n'}> +# +CONFIG_CRASH_DUMP mark note +CONFIG_EFI flag + +# Menu: Boot options >> Architecture: arm +CONFIG_USE_OF policy<{'armhf': 'y'}> +CONFIG_ATAGS policy<{'armhf': 'y'}> +CONFIG_DEPRECATED_PARAM_STRUCT policy<{'armhf': 'n'}> +CONFIG_ARM_APPENDED_DTB policy<{'armhf': 'y'}> +CONFIG_ARM_ATAG_DTB_COMPAT policy<{'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_ATAGS_PROC policy<{'armhf': 'y'}> +CONFIG_AUTO_ZRELADDR policy<{'armhf': 'y'}> +# +CONFIG_ARM_ATAG_DTB_COMPAT flag + +# Menu: Boot options >> Architecture: arm64 +CONFIG_ARM64_ACPI_PARKING_PROTOCOL policy<{'arm64': 'y'}> + +# Menu: Boot options >> Kernel command line type + +# Menu: Boot options >> Kernel command line type >> Architecture: arm +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER policy<{'armhf-generic': 'n'}> +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND policy<{'armhf-generic': 'y'}> + +# Menu: Bus options (PCI etc.) +CONFIG_ISA policy<{'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> Architecture: arm + +# Menu: Bus options (PCI etc.) >> Architecture: arm64 + +# Menu: Bus options (PCI etc.) >> Architecture: powerpc +CONFIG_FSL_LBC policy<{'ppc64el': 'y'}> + +# Menu: Bus options (PCI etc.) >> Architecture: s390 +CONFIG_QDIO policy<{'s390x': 'm'}> +CONFIG_CHSC_SCH policy<{'s390x': 'm'}> +CONFIG_SCM_BUS policy<{'s390x': 'y'}> +CONFIG_EADM_SCH policy<{'s390x': 'm'}> +CONFIG_VFIO_CCW policy<{'s390x': 'm'}> + +# Menu: Bus options (PCI etc.) >> Architecture: x86 +CONFIG_ISA_BUS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ISA_DMA_API policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCx200 policy<{'i386': 'm'}> +CONFIG_SCx200HR_TIMER policy<{'i386': 'm'}> +CONFIG_ALIX policy<{'i386': 'y'}> +CONFIG_NET5501 policy<{'i386': 'y'}> +CONFIG_GEOS policy<{'i386': 'y'}> +CONFIG_X86_SYSFB policy<{'amd64': 'n', 'i386': 'n'}> +# +CONFIG_X86_SYSFB flag + +# Menu: Bus options (PCI etc.) >> DesignWare PCI Core Support +CONFIG_PCI_DRA7XX policy<{'armhf': 'y'}> +CONFIG_PCI_DRA7XX_HOST policy<{'armhf': 'y'}> +CONFIG_PCI_DRA7XX_EP policy<{'armhf': 'y'}> +CONFIG_PCIE_DW_PLAT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_PCI_EXYNOS policy<{'armhf': 'y'}> +CONFIG_PCI_IMX6 policy<{'armhf-generic': 'y'}> +CONFIG_PCI_LAYERSCAPE policy<{'arm64': 'y', 'armhf': 'n'}> +CONFIG_PCI_HISI policy<{'arm64': 'y'}> +CONFIG_PCIE_QCOM policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_PCIE_ARMADA_8K policy<{'armhf': 'y'}> +CONFIG_PCIE_KIRIN policy<{'arm64': 'y'}> +CONFIG_PCIE_HISI_STB policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Bus options (PCI etc.) >> EISA support +CONFIG_EISA_VLB_PRIMING policy<{'i386': 'y'}> +CONFIG_EISA_PCI_EISA policy<{'i386': 'y'}> +CONFIG_EISA_VIRTUAL_ROOT policy<{'i386': 'y'}> +CONFIG_EISA_NAMES policy<{'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> EISA support >> Architecture: x86 +CONFIG_EISA policy<{'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> PCCard (PCMCIA/CardBus) support +CONFIG_PCCARD policy<{'amd64': 'm', 'armhf': 'n', 'i386': 'm', 'ppc64el': 'n'}> +CONFIG_CARDBUS policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> PCCard (PCMCIA/CardBus) support >> 16-bit PCMCIA support +CONFIG_PCMCIA policy<{'amd64': 'm', 'i386': 'm', 's390x': 'n'}> +CONFIG_PCMCIA_LOAD_CIS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PD6729 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I82092 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I82365 policy<{'i386': 'm'}> +CONFIG_TCIC policy<{'i386': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCCard (PCMCIA/CardBus) support >> CardBus yenta-compatible bridge support +CONFIG_YENTA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_YENTA_O2 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_YENTA_RICOH policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_YENTA_TI policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_YENTA_ENE_TUNE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_YENTA_TOSHIBA policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> PCI Endpoint +CONFIG_PCI_ENDPOINT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_ENDPOINT_CONFIGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_EPF_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Bus options (PCI etc.) >> PCI support +CONFIG_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_MSI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PCI_REALLOC_ENABLE_AUTO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_STUB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_XEN_PCIDEV_FRONTEND policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCI_IOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCI_PRI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PCI_PASID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PCI_HYPERV policy<{'amd64': 'm'}> +CONFIG_PCI_QUIRKS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> Architecture: s390 +CONFIG_PCI_NR_FUNCTIONS policy<{'s390x': '64'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> Architecture: x86 +CONFIG_PCI_MMCONFIG policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PCI_CNB20LE_QUIRK policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> DesignWare PCI Core Support + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI Endpoint + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI Express Port Bus support +CONFIG_PCIEPORTBUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_HOTPLUG_PCI_PCIE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_PCIEAER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_PCIE_ECRC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_PCIEAER_INJECT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_PCIEASPM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_PCIE_DPC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_PCIE_PTM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +# +CONFIG_PCIEPORTBUS mark note +CONFIG_HOTPLUG_PCI_PCIE mark note +CONFIG_PCIEAER_INJECT flag + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI Express Port Bus support >> Default ASPM policy +CONFIG_PCIEASPM_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_PCIEASPM_POWERSAVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_PCIEASPM_POWER_SUPERSAVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_PCIEASPM_PERFORMANCE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +# +CONFIG_PCIEASPM_DEFAULT note + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI access mode >> Architecture: x86 +CONFIG_PCI_GOBIOS policy<{'i386': 'n'}> +CONFIG_PCI_GOMMCONFIG policy<{'i386': 'n'}> +CONFIG_PCI_GODIRECT policy<{'i386': 'n'}> +CONFIG_PCI_GOANY policy<{'i386': 'y'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI host controller drivers +CONFIG_PCI_MVEBU policy<{'armhf': 'y'}> +CONFIG_PCIE_XILINX_NWL policy<{'arm64': 'y'}> +CONFIG_PCI_FTPCI100 policy<{'armhf': 'y'}> +CONFIG_PCI_TEGRA policy<{'armhf-generic': 'y'}> +CONFIG_PCI_RCAR_GEN2 policy<{'armhf': 'y'}> +CONFIG_PCIE_RCAR policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_PCI_HOST_GENERIC policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_PCI_XGENE policy<{'arm64': 'y'}> +CONFIG_PCI_XGENE_MSI policy<{'arm64': 'y'}> +CONFIG_PCI_V3_SEMI policy<{'armhf': 'y'}> +CONFIG_PCIE_IPROC_PLATFORM policy<{'arm64': 'm'}> +CONFIG_PCIE_IPROC_MSI policy<{'arm64': 'y'}> +CONFIG_PCIE_ALTERA policy<{'armhf': 'n'}> +CONFIG_PCI_HOST_THUNDER_PEM policy<{'arm64': 'y'}> +CONFIG_PCI_HOST_THUNDER_ECAM policy<{'arm64': 'y'}> +CONFIG_PCIE_ROCKCHIP policy<{'armhf': 'y'}> +CONFIG_PCIE_MEDIATEK policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_VMD policy<{'amd64': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> PCI switch controller drivers +CONFIG_PCI_SW_SWITCHTEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> RapidIO support +CONFIG_RAPIDIO policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RAPIDIO_TSI721 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_RAPIDIO_DISC_TIMEOUT policy<{'amd64': '30', 'i386': '30', 'ppc64el': '30'}> +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RAPIDIO_DMA_ENGINE policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RAPIDIO_DEBUG policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RAPIDIO_CHMAN policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RAPIDIO_MPORT_CDEV policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> RapidIO support >> Architecture: powerpc + +# Menu: Bus options (PCI etc.) >> PCI support >> RapidIO support >> Enumeration method +CONFIG_RAPIDIO_ENUM_BASIC policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> RapidIO support >> RapidIO Switch drivers +CONFIG_RAPIDIO_TSI57X policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RAPIDIO_CPS_XX policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RAPIDIO_TSI568 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RAPIDIO_CPS_GEN2 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RAPIDIO_RXS_GEN3 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Bus options (PCI etc.) >> PCI support >> Support for PCI Hotplug +CONFIG_HOTPLUG_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HOTPLUG_PCI_COMPAQ policy<{'i386': 'm'}> +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM policy<{'i386': 'y'}> +CONFIG_HOTPLUG_PCI_IBM policy<{'i386': 'm'}> +CONFIG_HOTPLUG_PCI_ACPI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_HOTPLUG_PCI_ACPI_IBM policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_HOTPLUG_PCI_CPCI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HOTPLUG_PCI_CPCI_ZT5550 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HOTPLUG_PCI_CPCI_GENERIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HOTPLUG_PCI_SHPC policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_HOTPLUG_PCI_POWERNV policy<{'ppc64el': 'm'}> +CONFIG_HOTPLUG_PCI_RPA policy<{'ppc64el': 'm'}> +CONFIG_HOTPLUG_PCI_RPA_DLPAR policy<{'ppc64el': 'm'}> +CONFIG_HOTPLUG_PCI_S390 policy<{'s390x': 'y'}> +# +CONFIG_HOTPLUG_PCI_SHPC note + +# Menu: Cryptographic API +CONFIG_CRYPTO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_RSA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_DH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_ECDH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_MANAGER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_USER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_GF128MUL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_NULL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_PCRYPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CRYPTD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_MCRYPTD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_AUTHENC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_GCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_CHACHA20POLY1305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SEQIV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_ECHAINIV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CBC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_CTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_CTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_ECB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_LRW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_PCBC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_XTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_KEYWRAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_HMAC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_XCBC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_VMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CRC32C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_CRC32C_INTEL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CRYPTO_CRC32C_VPMSUM policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_CRC32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CRC32_PCLMUL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_CRCT10DIF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_CRCT10DIF_PCLMUL policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CRCT10DIF_VPMSUM policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_VPMSUM_TESTER policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_GHASH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_POLY1305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_POLY1305_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_MD4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_MD5 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_MD5_PPC policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_MICHAEL_MIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_RMD128 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_RMD160 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_RMD256 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_RMD320 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SHA1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_SHA1_SSSE3 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA256_SSSE3 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA512_SSSE3 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA1_PPC policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_SHA1_MB policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA256_MB policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA512_MB policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SHA256 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_SHA512 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_SHA3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SM3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_TGR192 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_WP512 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL policy<{'amd64': 'm'}> +CONFIG_CRYPTO_AES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_AES_TI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_AES_586 policy<{'i386': 'm'}> +CONFIG_CRYPTO_AES_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_AES_NI_INTEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_ANUBIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_ARC4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_BLOWFISH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_BLOWFISH_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CAMELLIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CAMELLIA_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CAST5 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CAST5_AVX_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CAST6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CAST6_AVX_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_DES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_DES3_EDE_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_FCRYPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_KHAZAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SALSA20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SALSA20_586 policy<{'i386': 'm'}> +CONFIG_CRYPTO_SALSA20_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_CHACHA20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CHACHA20_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SEED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SERPENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_SERPENT_SSE2_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SERPENT_SSE2_586 policy<{'i386': 'm'}> +CONFIG_CRYPTO_SERPENT_AVX_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_SERPENT_AVX2_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_TEA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_TWOFISH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_TWOFISH_586 policy<{'i386': 'm'}> +CONFIG_CRYPTO_TWOFISH_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY policy<{'amd64': 'm'}> +CONFIG_CRYPTO_TWOFISH_AVX_X86_64 policy<{'amd64': 'm'}> +CONFIG_CRYPTO_DEFLATE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_LZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_842 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_LZ4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_LZ4HC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_ANSI_CPRNG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_JITTERENTROPY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_USER_API_HASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_USER_API_SKCIPHER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_USER_API_RNG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_USER_API_AEAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS flag +CONFIG_CRYPTO_TEST flag +CONFIG_CRYPTO_SHA512 note + +# Menu: Cryptographic API >> Asymmetric (public-key cryptographic) key type +CONFIG_ASYMMETRIC_KEY_TYPE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_X509_CERTIFICATE_PARSER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PKCS7_MESSAGE_PARSER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PKCS7_TEST_KEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SIGNED_PE_FILE_VERIFICATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_ASYMMETRIC_KEY_TYPE note +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE note +CONFIG_X509_CERTIFICATE_PARSER note + +# Menu: Cryptographic API >> Certificates for signature checking +CONFIG_MODULE_SIG_KEY policy<{'amd64': '"certs/signing_key.pem"', 'arm64': '"certs/signing_key.pem"', 'armhf': '"certs/signing_key.pem"', 'i386': '"certs/signing_key.pem"', 'ppc64el': '"certs/signing_key.pem"', 's390x': '"certs/signing_key.pem"'}> +CONFIG_SYSTEM_BLACKLIST_KEYRING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSTEM_BLACKLIST_HASH_LIST policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +#CONFIG_EFI_SIGNATURE_LIST_PARSER policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_LOAD_UEFI_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +# +#CONFIG_EFI_SIGNATURE_LIST_PARSER mark +CONFIG_LOAD_UEFI_KEYS mark +CONFIG_SYSTEM_BLACKLIST_KEYRING mark + +# Menu: Cryptographic API >> Certificates for signature checking >> Provide system-wide ring of trusted keys +CONFIG_SYSTEM_TRUSTED_KEYRING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSTEM_TRUSTED_KEYS policy<{'amd64': '"debian/canonical-certs.pem"', 'arm64': '"debian/canonical-certs.pem"', 'armhf': '"debian/canonical-certs.pem"', 'ppc64el': '"debian/canonical-certs.pem"', 's390x': '"debian/canonical-certs.pem"'}> +CONFIG_SYSTEM_EXTRA_CERTIFICATE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE policy<{'amd64': '4096', 'arm64': '4096', 'armhf': '4096', 'i386': '4096', 'ppc64el': '4096', 's390x': '4096'}> +CONFIG_SECONDARY_TRUSTED_KEYRING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Cryptographic API >> Hardware crypto devices +CONFIG_CRYPTO_HW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_DEV_PADLOCK policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CRYPTO_DEV_PADLOCK_AES policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_PADLOCK_SHA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_GEODE policy<{'i386': 'm'}> +CONFIG_ZCRYPT policy<{'s390x': 'm'}> +CONFIG_PKEY policy<{'s390x': 'm'}> +CONFIG_CRYPTO_PAES_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_SHA1_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_SHA256_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_SHA512_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_DES_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_AES_S390 policy<{'s390x': 'm'}> +CONFIG_S390_PRNG policy<{'s390x': 'm'}> +CONFIG_CRYPTO_GHASH_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_CRC32_S390 policy<{'s390x': 'm'}> +CONFIG_CRYPTO_DEV_MARVELL_CESA policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_HIFN_795X policy<{'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_HIFN_795X_RNG policy<{'armhf-generic': 'y'}> +CONFIG_CRYPTO_DEV_FSL_CAAM policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG policy<{'arm64': 'n', 'armhf-generic': 'n'}> +CONFIG_CRYPTO_DEV_SAHARA policy<{'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_MXC_SCC policy<{'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_EXYNOS_RNG policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_S5P policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_NX policy<{'ppc64el': 'y'}> +CONFIG_CRYPTO_DEV_NX_COMPRESS policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_CCP policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_CRYPTO_DEV_CCP_DD policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_SP_CCP policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_CRYPTO_DEV_CCP_CRYPTO policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_MXS_DCP policy<{'armhf-generic': 'n'}> +CONFIG_CRYPTO_DEV_QAT_DH895xCC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_QAT_C3XXX policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_CRYPTO_DEV_QAT_C62X policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_CRYPTO_DEV_QAT_DH895xCCVF policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CRYPTO_DEV_QAT_C3XXXVF policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_CRYPTO_DEV_QAT_C62XVF policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_CAVIUM_CPT policy<{'arm64': 'm'}> +CONFIG_CRYPTO_DEV_NITROX_CNN55XX policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CRYPTO_DEV_CAVIUM_ZIP policy<{'arm64': 'm'}> +CONFIG_CRYPTO_DEV_QCE policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CRYPTO_DEV_VMX policy<{'ppc64el': 'y'}> +CONFIG_CRYPTO_DEV_VMX_ENCRYPT policy<{'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_ROCKCHIP policy<{'armhf': 'n'}> +CONFIG_CRYPTO_DEV_MEDIATEK policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_CHELSIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_DEV_BCM_SPU policy<{'arm64': 'm'}> +CONFIG_CRYPTO_DEV_ARTPEC6 policy<{'armhf': 'm'}> + +# Menu: Cryptographic API >> Hardware crypto devices >> Freescale CAAM Job Ring driver backend +CONFIG_CRYPTO_DEV_FSL_CAAM_JR policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE policy<{'arm64': '9', 'armhf-generic': '9'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC policy<{'arm64': 'y', 'armhf-generic': 'y'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD policy<{'arm64': '255', 'armhf-generic': '255'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD policy<{'arm64': '2048', 'armhf-generic': '2048'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI policy<{'arm64': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API policy<{'arm64': 'm', 'armhf-generic': 'm'}> + +# Menu: Cryptographic API >> Hardware crypto devices >> Support for OMAP crypto HW accelerators +CONFIG_CRYPTO_DEV_OMAP policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_OMAP_SHAM policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_OMAP_AES policy<{'armhf': 'm'}> +CONFIG_CRYPTO_DEV_OMAP_DES policy<{'armhf': 'm'}> + +# Menu: Cryptographic API >> NIST SP800-90A DRBG +CONFIG_CRYPTO_DRBG_MENU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_DRBG_HASH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRYPTO_DRBG_CTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Device Drivers +CONFIG_CHARLCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARM_CHARLCD policy<{'armhf': 'y'}> +CONFIG_THUNDERBOLT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TEE policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) +CONFIG_IDE policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) >> IDE Mode for AMD Alchemy Au1200 + +# Menu: Device Drivers >> Accessibility support +CONFIG_ACCESSIBILITY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_ACCESSIBILITY flag + +# Menu: Device Drivers >> Adaptive Voltage Scaling class support +CONFIG_POWER_AVS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ROCKCHIP_IODOMAIN policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Android +CONFIG_ANDROID policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> Android >> Android Binder IPC Driver + +# Menu: Device Drivers >> Auxiliary Display support +CONFIG_AUXDISPLAY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HD44780 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KS0108 policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KS0108_DELAY policy<{'amd64': '2', 'armhf': '2', 'i386': '2', 'ppc64el': '2'}> +CONFIG_CFAG12864B policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CFAG12864B_RATE policy<{'amd64': '20', 'i386': '20'}> +CONFIG_IMG_ASCII_LCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HT16K33 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Block devices +CONFIG_BLK_DEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_NULL_BLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BLK_DEV_FD policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BLK_DEV_PCIESSD_MTIP32XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ZRAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ZRAM_WRITEBACK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_DAC960 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_UMEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_LOOP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_LOOP_MIN_COUNT policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8', 's390x': '8'}> +CONFIG_BLK_DEV_CRYPTOLOOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_DRBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DRBD_FAULT_INJECTION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BLK_DEV_NBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BLK_DEV_SKD policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_SX8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CDROM_PKTCDVD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CDROM_PKTCDVD_BUFFERS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_CDROM_PKTCDVD_WCACHE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATA_OVER_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_XPRAM policy<{'s390x': 'n'}> +CONFIG_DCSSBLK policy<{'s390x': 'm'}> +CONFIG_SCM_BLOCK policy<{'s390x': 'm'}> +CONFIG_XEN_BLKDEV_FRONTEND policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_BLKDEV_BACKEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_VIRTIO_BLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VIRTIO_BLK_SCSI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_RBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BLK_DEV_RSXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BLK_DEV_RAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BLK_DEV_RAM_COUNT policy<{'amd64': '16', 'arm64': '16', 'armhf': '16', 'i386': '16', 'ppc64el': '16', 's390x': '16'}> +CONFIG_BLK_DEV_RAM_SIZE policy<{'amd64': '65536', 'arm64': '65536', 'armhf': '65536', 'i386': '65536', 'ppc64el': '65536', 's390x': '65536'}> +# +CONFIG_BLK_DEV_UMEM note +CONFIG_CDROM_PKTCDVD_WCACHE mark +CONFIG_XEN_BLKDEV_FRONTEND note +CONFIG_VIRTIO_BLK note +CONFIG_BLK_DEV_RAM note +CONFIG_BLK_DEV_RAM_SIZE mark note flag + +# Menu: Device Drivers >> Block devices >> Parallel port IDE device support +CONFIG_PARIDE policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_PD policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_PCD policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_PF policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_PT policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_PG policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_ATEN policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_BPCK policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_BPCK6 policy<{'armhf': 'm', 'i386': 'm'}> +CONFIG_PARIDE_COMM policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_DSTR policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_FIT2 policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_FIT3 policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_EPAT policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_EPATC8 policy<{'amd64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PARIDE_EPIA policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_FRIQ policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_FRPW policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_KBIC policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_KTTI policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_ON20 policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARIDE_ON26 policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Block devices >> Support for DASD devices +CONFIG_DASD policy<{'s390x': 'm'}> +CONFIG_DASD_PROFILE policy<{'s390x': 'y'}> +CONFIG_DASD_ECKD policy<{'s390x': 'm'}> +CONFIG_DASD_FBA policy<{'s390x': 'm'}> +CONFIG_DASD_DIAG policy<{'s390x': 'm'}> +CONFIG_DASD_EER policy<{'s390x': 'y'}> + +# Menu: Device Drivers >> Board level reset or power off +CONFIG_POWER_RESET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_POWER_RESET_AS3722 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_AXXIA policy<{'armhf-generic-lpae': 'y'}> +CONFIG_POWER_RESET_BRCMKONA policy<{'armhf': 'y'}> +CONFIG_POWER_RESET_BRCMSTB policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_POWER_RESET_GPIO policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_GPIO_RESTART policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_HISI policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_POWER_RESET_IMX policy<{'armhf-generic': 'n'}> +CONFIG_POWER_RESET_MSM policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_POWER_RESET_LTC2952 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_QNAP policy<{'armhf': 'n'}> +CONFIG_POWER_RESET_RESTART policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_POWER_RESET_VERSATILE policy<{'armhf': 'y'}> +CONFIG_POWER_RESET_VEXPRESS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_POWER_RESET_XGENE policy<{'arm64': 'n'}> +CONFIG_POWER_RESET_SYSCON policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_SYSCON_POWEROFF policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_POWER_RESET_RMOBILE policy<{'armhf': 'm'}> +CONFIG_SYSCON_REBOOT_MODE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Broadcom specific AMBA +CONFIG_BCMA_HOST_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BCMA_HOST_SOC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA_DRIVER_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA_SFLASH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA_DRIVER_GMAC_CMN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA_DRIVER_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BCMA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Bus devices +CONFIG_ARM_CCI400_PMU policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARM_CCI5xx_PMU policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARM_CCN policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_BRCMSTB_GISB_ARB policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_IMX_WEIM policy<{'armhf-generic': 'y'}> +CONFIG_OMAP_INTERCONNECT policy<{'armhf': 'y'}> +CONFIG_OMAP_OCP2SCP policy<{'armhf': 'm'}> +CONFIG_QCOM_EBI2 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SIMPLE_PM_BUS policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_SUNXI_RSB policy<{'arm64': 'm'}> +CONFIG_TEGRA_GMI policy<{'armhf-generic': 'm'}> +CONFIG_TI_SYSC policy<{'armhf': 'y'}> +CONFIG_UNIPHIER_SYSTEM_BUS policy<{'armhf': 'y'}> +CONFIG_VEXPRESS_CONFIG policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Character devices +CONFIG_DEVMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEVKMEM policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TTY_PRINTK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PRINTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LP_CONSOLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PPDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HVC_CONSOLE policy<{'ppc64el': 'y'}> +CONFIG_HVC_OLD_HVSI policy<{'ppc64el': 'y'}> +CONFIG_HVC_OPAL policy<{'ppc64el': 'y'}> +CONFIG_HVC_RTAS policy<{'ppc64el': 'y'}> +CONFIG_HVC_IUCV policy<{'s390x': 'y'}> +CONFIG_HVC_XEN policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_HVC_XEN_FRONTEND policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_HVC_UDBG policy<{'ppc64el': 'n'}> +CONFIG_HVC_DCC policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_HVCS policy<{'ppc64el': 'm'}> +CONFIG_VIRTIO_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IBM_BSR policy<{'ppc64el': 'm'}> +CONFIG_POWERNV_OP_PANEL policy<{'ppc64el': 'm'}> +CONFIG_NVRAM policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_DTLK policy<{'i386': 'm'}> +CONFIG_R3964 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_APPLICOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SONYPI policy<{'i386': 'm'}> +CONFIG_MWAVE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SCx200_GPIO policy<{'i386': 'm'}> +CONFIG_PC8736x_GPIO policy<{'i386': 'm'}> +CONFIG_NSC_GPIO policy<{'i386': 'm'}> +CONFIG_RAW_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MAX_RAW_DEVS policy<{'amd64': '256', 'arm64': '256', 'armhf': '256', 'i386': '256', 'ppc64el': '256'}> +CONFIG_HPET policy<{'amd64': 'y', 'arm64': 'n', 'i386': 'y'}> +CONFIG_HPET_MMAP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HPET_MMAP_DEFAULT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HANGCHECK_TIMER policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TELCLOCK policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DEVPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TN3270 policy<{'s390x': 'y'}> +CONFIG_TN3270_TTY policy<{'s390x': 'y'}> +CONFIG_TN3270_FS policy<{'s390x': 'm'}> +CONFIG_TN3270_CONSOLE policy<{'s390x': 'y'}> +CONFIG_TN3215 policy<{'s390x': 'y'}> +CONFIG_TN3215_CONSOLE policy<{'s390x': 'y'}> +CONFIG_SCLP_TTY policy<{'s390x': 'y'}> +CONFIG_SCLP_CONSOLE policy<{'s390x': 'y'}> +CONFIG_SCLP_VT220_TTY policy<{'s390x': 'y'}> +CONFIG_SCLP_VT220_CONSOLE policy<{'s390x': 'y'}> +CONFIG_SCLP_ASYNC policy<{'s390x': 'm'}> +CONFIG_SCLP_ASYNC_ID policy<{'s390x': '"000000000"'}> +CONFIG_HMC_DRV policy<{'s390x': 'm'}> +CONFIG_SCLP_OFB policy<{'s390x': 'n'}> +CONFIG_S390_TAPE policy<{'s390x': 'm'}> +CONFIG_S390_TAPE_34XX policy<{'s390x': 'm'}> +CONFIG_S390_TAPE_3590 policy<{'s390x': 'm'}> +CONFIG_VMLOGRDR policy<{'s390x': 'm'}> +CONFIG_VMCP policy<{'s390x': 'y'}> +CONFIG_VMCP_CMA_SIZE policy<{'s390x': '4'}> +CONFIG_MONREADER policy<{'s390x': 'm'}> +CONFIG_MONWRITER policy<{'s390x': 'm'}> +CONFIG_S390_VMUR policy<{'s390x': 'm'}> +CONFIG_XILLYBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_XILLYBUS_PCIE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_XILLYBUS_OF policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +# +CONFIG_DEVKMEM mark note +CONFIG_HVC_UDBG mark note + +# Menu: Device Drivers >> Character devices >> Enable TTY +CONFIG_TTY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CONSOLE_TRANSLATIONS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VT_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VT_HW_CONSOLE_BINDING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_UNIX98_PTYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_LEGACY_PTYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_LEGACY_PTY_COUNT policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0', 's390x': '0'}> +CONFIG_NOZOMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_N_GSM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_TRACE_ROUTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TRACE_SINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PPC_EPAPR_HV_BYTECHAN policy<{'ppc64el': 'n'}> +# +CONFIG_N_GSM note + +# Menu: Device Drivers >> Character devices >> Enable TTY >> Non-standard serial port support +CONFIG_SERIAL_NONSTANDARD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ROCKETPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CYCLADES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CYZ_INTR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MOXA_INTELLIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOXA_SMARTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SYNCLINK policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SYNCLINKMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SYNCLINK_GT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_N_HDLC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Character devices >> Hardware Random Number Generator Core support +CONFIG_HW_RANDOM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HW_RANDOM_TIMERIOMEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_HW_RANDOM_INTEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HW_RANDOM_AMD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HW_RANDOM_BCM2835 policy<{'arm64': 'm'}> +CONFIG_HW_RANDOM_IPROC_RNG200 policy<{'arm64': 'm'}> +CONFIG_HW_RANDOM_GEODE policy<{'i386': 'm'}> +CONFIG_HW_RANDOM_VIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HW_RANDOM_OMAP policy<{'armhf': 'm'}> +CONFIG_HW_RANDOM_OMAP3_ROM policy<{'armhf-generic': 'm'}> +CONFIG_HW_RANDOM_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_HW_RANDOM_IMX_RNGC policy<{'armhf-generic': 'm'}> +CONFIG_HW_RANDOM_PSERIES policy<{'ppc64el': 'm'}> +CONFIG_HW_RANDOM_POWERNV policy<{'ppc64el': 'm'}> +CONFIG_HW_RANDOM_TPM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_HW_RANDOM_HISI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HW_RANDOM_MSM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HW_RANDOM_XGENE policy<{'arm64': 'm'}> +CONFIG_HW_RANDOM_MESON policy<{'armhf': 'm'}> +CONFIG_HW_RANDOM_CAVIUM policy<{'arm64': 'm'}> +CONFIG_HW_RANDOM_MTK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HW_RANDOM_S390 policy<{'s390x': 'm'}> + +# Menu: Device Drivers >> Character devices >> IPMI top-level message handler +CONFIG_IPMI_HANDLER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IPMI_PROC_INTERFACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPMI_PANIC_EVENT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IPMI_DEVICE_INTERFACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPMI_SI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPMI_SSIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPMI_POWERNV policy<{'ppc64el': 'm'}> +CONFIG_IPMI_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPMI_POWEROFF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Character devices >> PCMCIA character devices +CONFIG_SYNCLINK_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CARDMAN_4000 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CARDMAN_4040 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SCR24X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_IPWIRELESS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Character devices >> Serial device bus +CONFIG_SERIAL_DEV_BUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SERIAL_DEV_CTRL_TTYPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SERIAL_DEV_BUS note +CONFIG_SERIAL_DEV_CTRL_TTYPORT note + +# Menu: Device Drivers >> Character devices >> Serial drivers +CONFIG_SERIAL_AMBA_PL010 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SERIAL_AMBA_PL011 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_AMBA_PL011_CONSOLE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_KGDB_NMI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_MESON policy<{'armhf': 'm'}> +CONFIG_SERIAL_SAMSUNG policy<{'armhf': 'm'}> +CONFIG_SERIAL_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_SERIAL_MAX3100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_MAX310X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_IMX policy<{'armhf-generic': 'y'}> +CONFIG_SERIAL_IMX_CONSOLE policy<{'armhf-generic': 'y'}> +CONFIG_SERIAL_UARTLITE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SERIAL_UARTLITE_NR_UARTS policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1', 's390x': '1'}> +CONFIG_SERIAL_ICOM policy<{'ppc64el': 'm'}> +CONFIG_SERIAL_JSM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_MSM policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_MSM_CONSOLE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_OMAP policy<{'armhf': 'y'}> +CONFIG_SERIAL_OMAP_CONSOLE policy<{'armhf': 'y'}> +CONFIG_SERIAL_SCCNXP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SERIAL_SCCNXP_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_SC16IS7XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_SC16IS7XX_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_SC16IS7XX_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_TIMBERDALE policy<{'i386': 'm'}> +CONFIG_SERIAL_BCM63XX policy<{'armhf': 'm'}> +CONFIG_SERIAL_ALTERA_JTAGUART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_IFX6X60 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SERIAL_PCH_UART policy<{'i386': 'm'}> +CONFIG_SERIAL_XILINX_PS_UART policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_ARC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_ARC_NR_PORTS policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1'}> +CONFIG_SERIAL_RP2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_RP2_NR_UARTS policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32'}> +CONFIG_SERIAL_FSL_LPUART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_CONEXANT_DIGICOLOR policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_ST_ASC policy<{'armhf': 'm'}> +CONFIG_SERIAL_MEN_Z135 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_SPRD policy<{'arm64': 'm'}> +CONFIG_SERIAL_MVEBU_UART policy<{'armhf': 'y'}> +CONFIG_SERIAL_MVEBU_CONSOLE policy<{'armhf': 'y'}> +CONFIG_SERIAL_OWL policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_OWL_CONSOLE policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> 8250/16550 and compatible serial support +CONFIG_SERIAL_8250 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SERIAL_8250_PNP policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_SERIAL_8250_FINTEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'n'}> +CONFIG_SERIAL_8250_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_EXAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_8250_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SERIAL_8250_MEN_MCB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_8250_NR_UARTS policy<{'amd64': '48', 'arm64': '48', 'armhf': '48', 'i386': '48', 'ppc64el': '48'}> +CONFIG_SERIAL_8250_RUNTIME_UARTS policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32'}> +CONFIG_SERIAL_8250_ASPEED_VUART policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_8250_DW policy<{'amd64': 'm', 'arm64': 'y', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_8250_EM policy<{'armhf': 'n'}> +CONFIG_SERIAL_8250_RT288X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_OMAP policy<{'armhf': 'm'}> +CONFIG_SERIAL_8250_MT6577 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SERIAL_8250_UNIPHIER policy<{'armhf': 'm'}> +CONFIG_SERIAL_8250_LPSS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SERIAL_8250_MID policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SERIAL_8250_MOXA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_OF_PLATFORM policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> 8250/16550 and compatible serial support >> Extended 8250/16550 serial driver options +CONFIG_SERIAL_8250_EXTENDED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_SHARE_IRQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_DETECT_IRQ policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SERIAL_8250_RSA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_BCM2835AUX policy<{'arm64': 'n'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> 8250/16550 and compatible serial support >> Extended 8250/16550 serial driver options >> Support more than 4 legacy serial ports +CONFIG_SERIAL_8250_MANY_PORTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIAL_8250_FOURPORT policy<{'i386': 'm'}> +CONFIG_SERIAL_8250_ACCENT policy<{'i386': 'm'}> +CONFIG_SERIAL_8250_BOCA policy<{'i386': 'm'}> +CONFIG_SERIAL_8250_EXAR_ST16C554 policy<{'i386': 'm'}> +CONFIG_SERIAL_8250_HUB6 policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> AT91 on-chip serial port support + +# Menu: Device Drivers >> Character devices >> Serial drivers >> Altera UART support +CONFIG_SERIAL_ALTERA_UART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SERIAL_ALTERA_UART_MAXPORTS policy<{'amd64': '4', 'arm64': '4', 'armhf': '4', 'i386': '4', 'ppc64el': '4'}> +CONFIG_SERIAL_ALTERA_UART_BAUDRATE policy<{'amd64': '115200', 'arm64': '115200', 'armhf': '115200', 'i386': '115200', 'ppc64el': '115200'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> Blackfin SPORT emulate UART + +# Menu: Device Drivers >> Character devices >> Serial drivers >> Blackfin serial port support + +# Menu: Device Drivers >> Character devices >> Serial drivers >> Blackfin serial port support >> UART Mode + +# Menu: Device Drivers >> Character devices >> Serial drivers >> SuperH SCI(F) serial port support +CONFIG_SERIAL_SH_SCI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SERIAL_SH_SCI_NR_UARTS policy<{'arm64': '2', 'armhf': '2'}> +CONFIG_SERIAL_SH_SCI_DMA policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Character devices >> Serial drivers >> TMPTX39XX/49XX SIO support + +# Menu: Device Drivers >> Character devices >> TPM Hardware Support +CONFIG_TCG_TPM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TCG_TIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TCG_TIS_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCG_TIS_I2C_ATMEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y'}> +CONFIG_TCG_TIS_I2C_INFINEON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y'}> +CONFIG_TCG_TIS_I2C_NUVOTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y'}> +CONFIG_TCG_NSC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TCG_ATMEL policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCG_INFINEON policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_TCG_IBMVTPM policy<{'ppc64el': 'y'}> +CONFIG_TCG_XEN policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_TCG_CRB policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_TCG_VTPM_PROXY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCG_TIS_ST33ZP24_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCG_TIS_ST33ZP24_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_TCG_TPM note +CONFIG_TCG_TIS_I2C_ATMEL note +CONFIG_TCG_TIS_I2C_INFINEON note +CONFIG_TCG_TIS_I2C_NUVOTON note + +# Menu: Device Drivers >> Clock Source drivers +CONFIG_DW_APB_TIMER policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_ROCKCHIP_TIMER policy<{'armhf': 'y'}> +CONFIG_ARMADA_370_XP_TIMER policy<{'armhf': 'y'}> +CONFIG_MESON6_TIMER policy<{'armhf': 'y'}> +CONFIG_ORION_TIMER policy<{'armhf': 'y'}> +CONFIG_OWL_TIMER policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_TEGRA_TIMER policy<{'armhf-generic': 'y'}> +CONFIG_CLKSRC_TI_32K policy<{'armhf': 'y'}> +CONFIG_ARM_ARCH_TIMER_EVTSTREAM policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_FSL_ERRATUM_A008585 policy<{'arm64': 'y'}> +CONFIG_HISILICON_ERRATUM_161010101 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_858921 policy<{'arm64': 'y'}> +CONFIG_ARM_GLOBAL_TIMER policy<{'armhf': 'y'}> +CONFIG_ARM_TIMER_SP804 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLKSRC_EXYNOS_MCT policy<{'armhf': 'y'}> +CONFIG_MTK_TIMER policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SH_TIMER_CMT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SH_TIMER_MTU2 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RENESAS_OSTM policy<{'armhf': 'y'}> +CONFIG_SH_TIMER_TMU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_EM_TIMER_STI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CLKSRC_QCOM policy<{'armhf': 'y'}> +CONFIG_CLKSRC_VERSATILE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLKSRC_TANGO_XTAL policy<{'armhf': 'y'}> +CONFIG_CLKSRC_IMX_GPT policy<{'armhf-generic': 'y'}> +# +CONFIG_ARM64_ERRATUM_858921 mark note + +# Menu: Device Drivers >> Common Clock Framework +CONFIG_COMMON_CLK_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_VERSATILE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_SP810 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_VEXPRESS_OSC policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_HSDK policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_MAX77686 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_RK808 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_HI655X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_SCPI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_SI5351 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_SI514 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_SI570 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_CDCE706 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_CDCE925 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_CS2000_CP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_S2MPS11 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_CLK_TWL6040 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_CLK_QORIQ policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_XGENE policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_PALMAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_PWM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_COMMON_CLK_VC5 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CLK_BCM_NS2 policy<{'arm64': 'y'}> +CONFIG_CLK_BCM_SR policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_HI3516CV300 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_HI3519 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_HI3660 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_HI3798CV200 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_CLK_HI6220 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_RESET_HISI policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_STUB_CLK_HI6220 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_MT8135 policy<{'armhf': 'y'}> +CONFIG_COMMON_CLK_MT8173 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_SAMSUNG policy<{'armhf': 'y'}> +CONFIG_EXYNOS_AUDSS_CLK_CON policy<{'armhf': 'm'}> +CONFIG_COMMON_CLK_TI_ADPLL policy<{'armhf': 'y'}> +CONFIG_CLK_UNIPHIER policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Clock driver for MediaTek MT7622 +CONFIG_COMMON_CLK_MT7622 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_MT7622_ETHSYS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_MT7622_HIFSYS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_COMMON_CLK_MT7622_AUDSYS policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Clock driver for Mediatek MT2701 +CONFIG_COMMON_CLK_MT2701 policy<{'armhf': 'n'}> + +# Menu: Device Drivers >> Common Clock Framework >> Clock driver for Mediatek MT2712 +CONFIG_COMMON_CLK_MT2712 policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_BDPSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_IMGSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_JPGDECSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_MFGCFG policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_MMSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_VDECSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT2712_VENCSYS policy<{'arm64': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Clock driver for Mediatek MT6797 +CONFIG_COMMON_CLK_MT6797 policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT6797_MMSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT6797_IMGSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT6797_VDECSYS policy<{'arm64': 'y'}> +CONFIG_COMMON_CLK_MT6797_VENCSYS policy<{'arm64': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Clock support for Allwinner SoCs +CONFIG_SUNXI_CCU policy<{'arm64': 'y'}> +CONFIG_SUN50I_A64_CCU policy<{'arm64': 'y'}> +CONFIG_SUN8I_A83T_CCU policy<{'arm64': 'y'}> +CONFIG_SUN8I_H3_CCU policy<{'arm64': 'y'}> +CONFIG_SUN8I_DE2_CCU policy<{'arm64': 'y'}> +CONFIG_SUN8I_R_CCU policy<{'arm64': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Renesas SoC clock support +CONFIG_CLK_RENESAS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_RENESAS_LEGACY policy<{'armhf': 'y'}> +CONFIG_CLK_EMEV2 policy<{'armhf': 'y'}> +CONFIG_CLK_RZA1 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7740 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7743 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7745 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7778 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7779 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7790 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7791 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7792 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7794 policy<{'armhf': 'y'}> +CONFIG_CLK_R8A7795 policy<{'arm64': 'y'}> +CONFIG_CLK_R8A7796 policy<{'arm64': 'y'}> +CONFIG_CLK_R8A77970 policy<{'arm64': 'y'}> +CONFIG_CLK_R8A77995 policy<{'arm64': 'y'}> +CONFIG_CLK_SH73A0 policy<{'armhf': 'y'}> +CONFIG_CLK_RCAR_GEN2 policy<{'armhf': 'y'}> +CONFIG_CLK_RCAR_GEN2_CPG policy<{'armhf': 'y'}> +CONFIG_CLK_RCAR_GEN3_CPG policy<{'arm64': 'y'}> +CONFIG_CLK_RCAR_USB2_CLOCK_SEL policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_RENESAS_CPG_MSSR policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_CLK_RENESAS_CPG_MSTP policy<{'armhf': 'y'}> +CONFIG_CLK_RENESAS_DIV6 policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Common Clock Framework >> Support for Qualcomm's clock controllers +CONFIG_COMMON_CLK_QCOM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_CLK_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_CLK_SMD_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_APQ_GCC_8084 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_APQ_MMCC_8084 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_IPQ_GCC_4019 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_IPQ_GCC_806X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_IPQ_LCC_806X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_IPQ_GCC_8074 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8660 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8916 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8960 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_LCC_8960 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MDM_GCC_9615 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MDM_LCC_9615 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_MMCC_8960 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8974 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_MMCC_8974 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8994 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_GCC_8996 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MSM_MMCC_8996 policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Connector - unified userspace <-> kernelspace linker +CONFIG_CONNECTOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_EVENTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Device Drivers >> DAX: direct access to differentiated memory +CONFIG_DAX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEV_DAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DEV_DAX_PMEM policy<{'amd64': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> DMA Engine support +CONFIG_DMADEVICES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_DMADEVICES_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ALTERA_MSGDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AMBA_PL08X policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_BCM_SBA_RAID policy<{'arm64': 'm'}> +CONFIG_DMA_BCM2835 policy<{'arm64': 'y'}> +CONFIG_DMA_OMAP policy<{'armhf': 'y'}> +CONFIG_DMA_SUN6I policy<{'arm64': 'm'}> +CONFIG_FSL_EDMA policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IMX_DMA policy<{'armhf-generic': 'm'}> +CONFIG_IMX_SDMA policy<{'armhf-generic': 'm'}> +CONFIG_INTEL_IDMA64 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INTEL_IOATDMA policy<{'amd64': 'm'}> +CONFIG_INTEL_MIC_X100_DMA policy<{'amd64': 'm'}> +CONFIG_K3_DMA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MV_XOR policy<{'armhf': 'y'}> +CONFIG_MV_XOR_V2 policy<{'arm64': 'y'}> +CONFIG_MXS_DMA policy<{'armhf-generic': 'y'}> +CONFIG_MX3_IPU policy<{'armhf-generic': 'y'}> +CONFIG_MX3_IPU_IRQS policy<{'armhf-generic': '4'}> +CONFIG_NBPFAXI_DMA policy<{'armhf': 'm'}> +CONFIG_PCH_DMA policy<{'i386': 'm'}> +CONFIG_PL330_DMA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPRD_DMA policy<{'arm64': 'm'}> +CONFIG_TEGRA20_APB_DMA policy<{'armhf-generic': 'y'}> +CONFIG_TIMB_DMA policy<{'i386': 'm'}> +CONFIG_TI_CPPI41 policy<{'armhf': 'm'}> +CONFIG_TI_EDMA policy<{'armhf': 'y'}> +CONFIG_XGENE_DMA policy<{'arm64': 'm'}> +CONFIG_XILINX_DMA policy<{'arm64': 'm'}> +CONFIG_XILINX_ZYNQMP_DMA policy<{'arm64': 'm'}> +CONFIG_QCOM_BAM_DMA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_HIDMA_MGMT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QCOM_HIDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DW_DMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DW_DMAC_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SH_DMAE_BASE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SH_DMAE policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RCAR_DMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RENESAS_USB_DMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SUDMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ASYNC_TX_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DMATEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_DMATEST flag + +# Menu: Device Drivers >> DMABUF options +CONFIG_SYNC_FILE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SW_SYNC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Device Drivers >> Dallas's 1-wire support +CONFIG_W1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_W1_CON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Dallas's 1-wire support >> 1-wire Bus Masters +CONFIG_W1_MASTER_MATROX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_MASTER_DS2490 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_MASTER_DS2482 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_MASTER_MXC policy<{'armhf-generic': 'm'}> +CONFIG_W1_MASTER_DS1WM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_MASTER_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDQ_MASTER_OMAP policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Dallas's 1-wire support >> 1-wire Slaves +CONFIG_W1_SLAVE_THERM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_SMEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2405 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2408 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2408_READBACK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_W1_SLAVE_DS2413 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2406 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2423 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2805 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2431 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2433 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2433_CRC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_W1_SLAVE_DS2438 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2760 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2780 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS2781 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS28E04 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_W1_SLAVE_DS28E17 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Device Tree and Open Firmware support +CONFIG_OF policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_OF_UNITTEST policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> +CONFIG_OF_DYNAMIC policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_OF_OVERLAY policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +# +CONFIG_OF_UNITTEST flag + +# Menu: Device Drivers >> EDAC (Error Detection And Correction) reporting +CONFIG_EDAC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_EDAC_LEGACY_SYSFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_EDAC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_EDAC_DECODE_MCE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_GHES policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_EDAC_AMD64 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_AMD64_ERROR_INJECTION policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_EDAC_AMD76X policy<{'i386': 'm'}> +CONFIG_EDAC_E7XXX policy<{'i386': 'm'}> +CONFIG_EDAC_E752X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I82875P policy<{'i386': 'm'}> +CONFIG_EDAC_I82975X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I3000 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I3200 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_IE31200 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_X38 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I5400 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I7CORE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I82860 policy<{'i386': 'm'}> +CONFIG_EDAC_R82600 policy<{'i386': 'm'}> +CONFIG_EDAC_I5000 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I5100 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_I7300 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EDAC_SBRIDGE policy<{'amd64': 'm'}> +CONFIG_EDAC_SKX policy<{'amd64': 'm'}> +CONFIG_EDAC_PND2 policy<{'amd64': 'm'}> +CONFIG_EDAC_LAYERSCAPE policy<{'arm64': 'm'}> +CONFIG_EDAC_CPC925 policy<{'ppc64el': 'm'}> +CONFIG_EDAC_HIGHBANK_MC policy<{'armhf': 'm'}> +CONFIG_EDAC_HIGHBANK_L2 policy<{'armhf': 'm'}> +CONFIG_EDAC_THUNDERX policy<{'arm64': 'm'}> +CONFIG_EDAC_XGENE policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> EDAC (Error Detection And Correction) reporting >> Altera SOCFPGA ECC + +# Menu: Device Drivers >> External Connector Class (extcon) support +CONFIG_EXTCON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EXTCON_ADC_JACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_ARIZONA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_AXP288 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_INTEL_INT3496 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EXTCON_INTEL_CHT_WC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EXTCON_MAX14577 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_MAX3355 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_MAX77693 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_MAX77843 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_MAX8997 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_PALMAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_QCOM_SPMI_MISC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_EXTCON_RT8973A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_SM5502 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_USB_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EXTCON_USBC_CROS_EC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> FMC support +CONFIG_FMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_FMC_FAKEDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FMC_TRIVIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FMC_WRITE_EEPROM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FMC_CHARDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> FPGA Configuration Framework +CONFIG_FPGA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FPGA_REGION policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_FPGA_MGR_ICE40_SPI policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_FPGA_MGR_ALTERA_CVP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FPGA_MGR_ALTERA_PS_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FPGA_MGR_XILINX_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ALTERA_PR_IP_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ALTERA_PR_IP_CORE_PLAT policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> FPGA Configuration Framework >> FPGA Bridge Framework +CONFIG_FPGA_BRIDGE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_XILINX_PR_DECOUPLER policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> FSI support + +# Menu: Device Drivers >> FSI support >> FSI support +CONFIG_FSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FSI_MASTER_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FSI_MASTER_HUB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FSI_SCOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Fusion MPT device support +CONFIG_FUSION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_FUSION_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FUSION_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FUSION_SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FUSION_MAX_SGE policy<{'amd64': '128', 'arm64': '128', 'armhf': '128', 'i386': '128', 'ppc64el': '128'}> +CONFIG_FUSION_CTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FUSION_LAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FUSION_LOGGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> GPIO Support +CONFIG_GPIOLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_GPIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_GPIO_SYSFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_GPIO_SYSFS note + +# Menu: Device Drivers >> GPIO Support >> I2C GPIO expanders +CONFIG_GPIO_ADP5588 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_ADNP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MAX7300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MAX732X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_PCA953X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_PCF857X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TPIC2810 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TS4900 policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> GPIO Support >> MFD GPIO expanders +CONFIG_GPIO_ADP5520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_ARIZONA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_BD9571MWV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_CRYSTAL_COVE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_CS5535 policy<{'i386': 'm'}> +CONFIG_GPIO_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_DA9055 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_DLN2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HTC_EGPIO policy<{'armhf': 'y'}> +CONFIG_GPIO_JANZ_TTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_KEMPLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_LP3943 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_LP873X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_LP87565 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MAX77620 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MSIC policy<{'i386': 'y'}> +CONFIG_GPIO_PALMAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_RC5T583 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_STMPE policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_TC3589X policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_TIMBERDALE policy<{'i386': 'y'}> +CONFIG_GPIO_TPS65086 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TPS65218 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TPS6586X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_TPS65910 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_TPS65912 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TPS68470 policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_GPIO_TWL4030 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TWL6040 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_UCB1400 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_WHISKEY_COVE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_WM8350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_WM8994 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> GPIO Support >> Memory mapped GPIO drivers +CONFIG_GPIO_74XX_MMIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_ALTERA policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_AMDPT policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_GPIO_AXP209 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_GPIO_DWAPB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GPIO_EM policy<{'armhf': 'n'}> +CONFIG_GPIO_EXAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_FTGPIO010 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_GENERIC_PLATFORM policy<{'amd64': 'm', 'arm64': 'y', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GPIO_GRGPIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_ICH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_LYNXPOINT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_GPIO_MB86S7X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_GPIO_MENZ127 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MOCKUP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_GPIO_MPC8XXX policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_GPIO_OMAP policy<{'armhf': 'y'}> +CONFIG_GPIO_PL061 policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_GPIO_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_GPIO_SYSCON policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_TEGRA policy<{'armhf-generic': 'y'}> +CONFIG_GPIO_TS4800 policy<{'armhf-generic': 'm'}> +CONFIG_GPIO_THUNDERX policy<{'arm64': 'm'}> +CONFIG_GPIO_UNIPHIER policy<{'armhf': 'm'}> +CONFIG_GPIO_VX855 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_XGENE policy<{'arm64': 'y'}> +CONFIG_GPIO_XGENE_SB policy<{'arm64': 'm'}> +CONFIG_GPIO_XILINX policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_GPIO_XLP policy<{'arm64': 'm'}> +CONFIG_GPIO_ZEVIO policy<{'armhf': 'y'}> +CONFIG_GPIO_ZYNQ policy<{'arm64': 'm'}> +# +CONFIG_GPIO_EM note + +# Menu: Device Drivers >> GPIO Support >> PCI GPIO expanders +CONFIG_GPIO_AMD8111 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_BT8XX policy<{'s390x': 'm'}> +CONFIG_GPIO_INTEL_MID policy<{'i386': 'y'}> +CONFIG_GPIO_MERRIFIELD policy<{'i386': 'n'}> +CONFIG_GPIO_ML_IOH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_PCH policy<{'i386': 'm'}> +CONFIG_GPIO_PCI_IDIO_16 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GPIO_RDC321X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> GPIO Support >> Port-mapped I/O GPIO drivers +CONFIG_GPIO_104_DIO_48E policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_104_IDIO_16 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_104_IDI_48 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_F7188X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_GPIO_MM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_IT87 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_SCH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_SCH311X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_GPIO_WS16C48 policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> GPIO Support >> SPI GPIO expanders +CONFIG_GPIO_74X164 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MAX3191X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MAX7301 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_MC33880 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_PISOSR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_XRA1403 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> GPIO Support >> USB GPIO expanders +CONFIG_GPIO_VIPERBOARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Generic Driver Options +CONFIG_UEVENT_HELPER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UEVENT_HELPER_PATH policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +CONFIG_DEVTMPFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEVTMPFS_MOUNT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_STANDALONE policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PREVENT_FIRMWARE_BUILD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ALLOW_DEV_COREDUMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_DRIVER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_DEVRES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_TEST_DRIVER_REMOVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_ASYNC_DRIVER_PROBE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DMA_FENCE_TRACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_DEVTMPFS note note +CONFIG_DEVTMPFS_MOUNT note note + +# Menu: Device Drivers >> Generic Driver Options >> DMA Contiguous Memory Allocator +CONFIG_DMA_CMA policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'y', 'i386': 'n', 's390x': 'n'}> +CONFIG_CMA_SIZE_MBYTES policy<{'arm64': '32', 'armhf': '32', }> +CONFIG_CMA_ALIGNMENT policy<{'arm64': '8', 'armhf': '8', }> +# +CONFIG_DMA_CMA mark note note +CONFIG_CMA_SIZE_MBYTES mark note + +# Menu: Device Drivers >> Generic Driver Options >> DMA Contiguous Memory Allocator >> Selected region size +CONFIG_CMA_SIZE_SEL_MBYTES policy<{'armhf-generic': 'y'}> +CONFIG_CMA_SIZE_SEL_PERCENTAGE policy<{'armhf-generic': 'n'}> +CONFIG_CMA_SIZE_SEL_MIN policy<{'armhf-generic': 'n'}> +CONFIG_CMA_SIZE_SEL_MAX policy<{'armhf-generic': 'n'}> + +# Menu: Device Drivers >> Generic Driver Options >> Userspace firmware loading support +CONFIG_FW_LOADER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FIRMWARE_IN_KERNEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EXTRA_FIRMWARE policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +CONFIG_FW_LOADER_USER_HELPER_FALLBACK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_FW_LOADER_USER_HELPER_FALLBACK mark note + +# Menu: Device Drivers >> Generic Dynamic Voltage and Frequency Scaling (DVFS) support +CONFIG_PM_DEVFREQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEVFREQ_GOV_PERFORMANCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEVFREQ_GOV_POWERSAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEVFREQ_GOV_USERSPACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEVFREQ_GOV_PASSIVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ARM_EXYNOS_BUS_DEVFREQ policy<{'armhf': 'y'}> +CONFIG_ARM_TEGRA_DEVFREQ policy<{'armhf-generic': 'm'}> +CONFIG_ARM_RK3399_DMC_DEVFREQ policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Generic Dynamic Voltage and Frequency Scaling (DVFS) support >> DEVFREQ-Event device Support +CONFIG_PM_DEVFREQ_EVENT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP policy<{'armhf': 'y'}> +CONFIG_DEVFREQ_EVENT_EXYNOS_PPMU policy<{'armhf': 'y'}> +CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Generic Target Core Mod (TCM) and ConfigFS Infrastructure +CONFIG_TARGET_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCM_IBLOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCM_FILEIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCM_PSCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCM_USER2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_LOOPBACK_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCM_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ISCSI_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ISCSI_TARGET_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SBP_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver +CONFIG_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_THERMAL_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_WRITABLE_TRIPS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_GOV_FAIR_SHARE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_GOV_STEP_WISE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_GOV_BANG_BANG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_GOV_USER_SPACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_GOV_POWER_ALLOCATOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CLOCK_THERMAL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> +CONFIG_DEVFREQ_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_EMULATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISI_THERMAL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MAX77620_THERMAL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_ROCKCHIP_THERMAL policy<{'armhf': 'm'}> +CONFIG_RCAR_THERMAL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RCAR_GEN3_THERMAL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DOVE_THERMAL policy<{'armhf': 'm'}> +CONFIG_ARMADA_THERMAL policy<{'armhf': 'y'}> +CONFIG_DA9062_THERMAL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_INTEL_POWERCLAMP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_X86_PKG_TEMP_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_SOC_DTS_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_BXT_PMIC_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_PCH_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTK_THERMAL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_TANGO_THERMAL policy<{'armhf': 'n'}> +CONFIG_QCOM_SPMI_TEMP_ALARM policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_GENERIC_ADC_THERMAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> ACPI INT340X thermal drivers +CONFIG_INT340X_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INT3406_THERMAL policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> APIs to parse thermal data out of device tree +CONFIG_THERMAL_OF policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_THERMAL policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_IMX_THERMAL policy<{'armhf-generic': 'm'}> +CONFIG_QORIQ_THERMAL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_UNIPHIER_THERMAL policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Broadcom thermal drivers +CONFIG_BCM2835_THERMAL policy<{'arm64': 'm'}> +CONFIG_BRCMSTB_THERMAL policy<{'arm64': 'm'}> +CONFIG_BCM_NS_THERMAL policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Default Thermal governor +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> NVIDIA Tegra thermal drivers +CONFIG_TEGRA_SOCTHERM policy<{'armhf-generic': 'n'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Qualcomm thermal drivers +CONFIG_QCOM_TSENS policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> STMicroelectronics thermal drivers + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Samsung thermal drivers +CONFIG_EXYNOS_THERMAL policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Texas Instruments thermal drivers + +# Menu: Device Drivers >> Generic Thermal sysfs driver >> Texas Instruments thermal drivers >> Texas Instruments SoCs temperature sensor driver +CONFIG_TI_SOC_THERMAL policy<{'armhf': 'm'}> +CONFIG_TI_THERMAL policy<{'armhf': 'y'}> +CONFIG_OMAP3_THERMAL policy<{'armhf-generic': 'n'}> +CONFIG_OMAP4_THERMAL policy<{'armhf-generic': 'y'}> +CONFIG_DRA752_THERMAL policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Generic powercap sysfs driver +CONFIG_POWERCAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_INTEL_RAPL policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Graphics support +CONFIG_VGA_ARB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VGA_ARB_MAX_GPUS policy<{'amd64': '16', 'arm64': '16', 'armhf': '16', 'i386': '16', 'ppc64el': '16'}> +CONFIG_VGA_SWITCHEROO policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_TEGRA_HOST1X policy<{'armhf-generic': 'm'}> +CONFIG_TEGRA_HOST1X_FIREWALL policy<{'armhf-generic': 'y'}> +CONFIG_IMX_IPUV3_CORE policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Graphics support >> /dev/agpgart (AGP Support) +CONFIG_AGP policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AGP_ALI policy<{'i386': 'm'}> +CONFIG_AGP_ATI policy<{'i386': 'm'}> +CONFIG_AGP_AMD policy<{'i386': 'y'}> +CONFIG_AGP_AMD64 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_AGP_INTEL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_AGP_NVIDIA policy<{'i386': 'y'}> +CONFIG_AGP_SIS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_AGP_SWORKS policy<{'i386': 'm'}> +CONFIG_AGP_VIA policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_AGP_EFFICEON policy<{'i386': 'm'}> +# +CONFIG_AGP note flag + +# Menu: Device Drivers >> Graphics support >> ACP (Audio CoProcessor) Configuration +CONFIG_DRM_AMD_ACP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> AMD Library routines +CONFIG_CHASH_STATS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CHASH_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Backlight & LCD device support +CONFIG_BACKLIGHT_LCD_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Backlight & LCD device support >> Lowlevel Backlight controls +CONFIG_BACKLIGHT_CLASS_DEVICE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BACKLIGHT_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LM3533 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_CARILLO_RANCH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BACKLIGHT_PWM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_DA903X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_MAX8925 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_APPLE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BACKLIGHT_PM8941_WLED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_SAHARA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BACKLIGHT_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_ADP5520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_ADP8860 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_ADP8870 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_PCF50633 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_AAT2870 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LM3630A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LM3639 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LP855X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LP8788 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_PANDORA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_SKY81452 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_TPS65217 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_BACKLIGHT_AS3711 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_LV5207LP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_BD6107 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BACKLIGHT_ARCXCNN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Backlight & LCD device support >> Lowlevel LCD controls +CONFIG_LCD_CLASS_DEVICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_L4F00242T03 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_LMS283GF05 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_LTV350QV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_ILI922X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_ILI9320 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_TDO24M policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_VGG2432A4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_S6E63M0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_LD9040 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_AMS369FG06 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_LMS501KF03 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LCD_HX8357 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Bootup logo +CONFIG_LOGO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Console display driver support +CONFIG_VGA_CONSOLE policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MDA_CONSOLE policy<{'i386': 'm'}> +CONFIG_DUMMY_CONSOLE_COLUMNS policy<{'amd64': '80', 'arm64': '80', 'i386': '80', 'ppc64el': '80'}> +CONFIG_DUMMY_CONSOLE_ROWS policy<{'amd64': '25', 'arm64': '25', 'i386': '25', 'ppc64el': '25'}> +CONFIG_FRAMEBUFFER_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +# +CONFIG_FRAMEBUFFER_CONSOLE mark note + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) +CONFIG_DRM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_DRM_DP_AUX_CHARDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_DEBUG_MM_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DRM_FBDEV_EMULATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_FBDEV_OVERALLOC policy<{'amd64': '100', 'arm64': '100', 'armhf': '100', 'i386': '100', 'ppc64el': '100'}> +CONFIG_DRM_LOAD_EDID_FIRMWARE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_HDLCD policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_HDLCD_SHOW_UNDERRUN policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_DRM_MALI_DISPLAY policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_RADEON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_RADEON_USERPTR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DRM_VGEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_VMWGFX policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DRM_VMWGFX_FBCON policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_UDL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_AST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_MGAG200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_CIRRUS_QEMU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_ARMADA policy<{'armhf': 'm'}> +CONFIG_DRM_ATMEL_HLCDC policy<{'armhf': 'm'}> +CONFIG_DRM_RCAR_DU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_RCAR_DW_HDMI policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_RCAR_LVDS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_RCAR_VSP policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_SHMOBILE policy<{'armhf': 'm'}> +CONFIG_DRM_OMAP policy<{'armhf': 'n'}> +CONFIG_DRM_TILCDC policy<{'armhf': 'm'}> +CONFIG_DRM_QXL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_BOCHS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_VIRTIO_GPU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_FSL_DCU policy<{'armhf': 'm'}> +CONFIG_DRM_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_DRM_TEGRA_DEBUG policy<{'armhf-generic': 'n'}> +CONFIG_DRM_TEGRA_STAGING policy<{'armhf-generic': 'y'}> +CONFIG_DRM_STM policy<{'armhf': 'm'}> +CONFIG_DRM_STM_DSI policy<{'armhf': 'm'}> +CONFIG_DRM_STI policy<{'armhf': 'n'}> +CONFIG_DRM_VC4 policy<{'arm64': 'm'}> +CONFIG_DRM_VC4_HDMI_CEC policy<{'arm64': 'y'}> +CONFIG_DRM_ETNAVIV policy<{'amd64': 'n', 'arm64': 'm', 'armhf': 'm', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DRM_ETNAVIV_THERMAL policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_ARCPGU policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_HISI_HIBMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_HISI_KIRIN policy<{'arm64': 'm'}> +CONFIG_HISI_KIRIN_DW_DSI policy<{'arm64': 'm'}> +CONFIG_DRM_MEDIATEK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_MEDIATEK_HDMI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_MXSFB policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_MESON policy<{'armhf': 'm'}> +CONFIG_DRM_MESON_DW_HDMI policy<{'armhf': 'm'}> +CONFIG_DRM_PL111 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_TVE200 policy<{'armhf': 'm'}> +# +CONFIG_DRM_MGAG200 note +CONFIG_DRM_BOCHS note +CONFIG_DRM_STI note + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> AMD GPU +CONFIG_DRM_AMDGPU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_AMDGPU_SI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_AMDGPU_CIK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_AMDGPU_USERPTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_AMDGPU_GART_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HSA_AMD policy<{'amd64': 'm'}> +# +CONFIG_DRM_AMDGPU_CIK note +CONFIG_DRM_AMDGPU_CIK note + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> AMD GPU >> Display Engine Configuration +CONFIG_DRM_AMD_DC_PRE_VEGA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> AMD GPU >> Display Engine Configuration >> AMD DC - Enable new display engine +CONFIG_DRM_AMD_DC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_AMD_DC_FBC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DRM_AMD_DC_DCN1_0 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DEBUG_KERNEL_DC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> DRM Support for Allwinner A10 Display Engine + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> DRM Support for Freescale i.MX +CONFIG_DRM_IMX policy<{'armhf': 'm'}> +CONFIG_DRM_IMX_PARALLEL_DISPLAY policy<{'armhf': 'm'}> +CONFIG_DRM_IMX_TVE policy<{'armhf': 'm'}> +CONFIG_DRM_IMX_LDB policy<{'armhf': 'm'}> +CONFIG_DRM_IMX_HDMI policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> DRM Support for Rockchip +CONFIG_DRM_ROCKCHIP policy<{'armhf': 'm'}> +CONFIG_ROCKCHIP_ANALOGIX_DP policy<{'armhf': 'y'}> +CONFIG_ROCKCHIP_CDN_DP policy<{'armhf': 'y'}> +CONFIG_ROCKCHIP_DW_HDMI policy<{'armhf': 'y'}> +CONFIG_ROCKCHIP_DW_MIPI_DSI policy<{'armhf': 'y'}> +CONFIG_ROCKCHIP_INNO_HDMI policy<{'armhf': 'y'}> +CONFIG_ROCKCHIP_LVDS policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> DRM Support for Samsung SoC EXYNOS Series +CONFIG_DRM_EXYNOS policy<{'armhf': 'm'}> +CONFIG_DRM_EXYNOS_FIMD policy<{'armhf': 'n'}> +CONFIG_DRM_EXYNOS5433_DECON policy<{'armhf': 'y'}> +CONFIG_DRM_EXYNOS7_DECON policy<{'armhf': 'n'}> +CONFIG_DRM_EXYNOS_MIXER policy<{'armhf': 'y'}> +CONFIG_DRM_EXYNOS_VIDI policy<{'armhf': 'n'}> +CONFIG_DRM_EXYNOS_DSI policy<{'armhf': 'y'}> +CONFIG_DRM_EXYNOS_HDMI policy<{'armhf': 'y'}> +CONFIG_DRM_EXYNOS_MIC policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> DRM Support for Samsung SoC EXYNOS Series >> Image Post Processor +CONFIG_DRM_EXYNOS_IPP policy<{'armhf': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Display Interface Bridges +CONFIG_DRM_ANALOGIX_ANX78XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_DUMB_VGA_DAC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_LVDS_ENCODER policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_NXP_PTN3460 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PARADE_PS8622 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_SIL_SII8620 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_SII902X policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_SII9234 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_TOSHIBA_TC358767 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_TI_TFP410 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_DW_HDMI_AHB_AUDIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_DW_HDMI_I2S_AUDIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_DW_HDMI_CEC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Display Interface Bridges >> AV7511 encoder +CONFIG_DRM_I2C_ADV7511 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_I2C_ADV7511_AUDIO policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_I2C_ADV7533 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_DRM_I2C_ADV7511_CEC policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Display Panels +CONFIG_DRM_PANEL_LVDS policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SIMPLE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_INNOLUX_P079ZCA policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_JDI_LT070ME05000 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SAMSUNG_LD9040 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_LG_LG4573 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_ORISETECH_OTM8009A policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SEIKO_43WVF1G policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SHARP_LS043T1LE01 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_PANEL_SITRONIX_ST7789V policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Enable legacy drivers (DANGEROUS) +CONFIG_DRM_LEGACY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_DRM_LEGACY flag note + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> I2C encoder or helper chips +CONFIG_DRM_I2C_CH7006 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_I2C_SIL164 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_I2C_NXP_TDA998X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Intel 8xx/9xx/G3x/G4x/HD Graphics +CONFIG_DRM_I915 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DRM_I915_ALPHA_SUPPORT policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_CAPTURE_ERROR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_I915_COMPRESS_ERROR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_I915_USERPTR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_I915_GVT policy<{'amd64': 'y'}> +CONFIG_DRM_I915_GVT_KVMGT policy<{'amd64': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Intel 8xx/9xx/G3x/G4x/HD Graphics >> drm/i915 Debugging +CONFIG_DRM_I915_WERROR policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_SW_FENCE_CHECK_DAG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_SELFTEST policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DRM_I915_DEBUG_VBLANK_EVADE policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Intel GMA5/600 KMS Framebuffer +CONFIG_DRM_GMA500 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DRM_GMA600 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_GMA3600 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DRM_MEDFIELD policy<{'i386': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> MSM DRM +CONFIG_DRM_MSM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DRM_MSM_REGISTER_LOGGING policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_HDMI_HDCP policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> MSM DRM >> Enable DSI support in MSM DRM driver +CONFIG_DRM_MSM_DSI policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_DSI_PLL policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_DSI_28NM_PHY policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_DSI_20NM_PHY policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_DSI_28NM_8960_PHY policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_DRM_MSM_DSI_14NM_PHY policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Nouveau (NVIDIA) cards +CONFIG_DRM_NOUVEAU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NOUVEAU_PLATFORM_DRIVER policy<{'armhf-generic': 'y'}> +CONFIG_NOUVEAU_DEBUG policy<{'amd64': '5', 'arm64': '5', 'armhf': '5', 'i386': '5', 'ppc64el': '5'}> +CONFIG_NOUVEAU_DEBUG_DEFAULT policy<{'amd64': '3', 'arm64': '3', 'armhf': '3', 'i386': '3', 'ppc64el': '3'}> +CONFIG_NOUVEAU_DEBUG_MMU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DRM_NOUVEAU_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> OMAP2+ Display Subsystem support + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> OMAPDRM External Display Device Drivers + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Support for simple displays +CONFIG_DRM_TINYDRM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TINYDRM_MI0283QT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TINYDRM_REPAPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TINYDRM_ST7586 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices +CONFIG_FB_SH_MOBILE_MERAM policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Marvell MMP Display Subsystem support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices +CONFIG_FB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_FIRMWARE_EDID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MODE_HELPERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_TILEBLITTING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_CIRRUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_PM2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_PM2_FIFO_DISCONNECT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_ARMCLCD policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_FB_IMX policy<{'armhf-generic': 'm'}> +CONFIG_FB_CYBER2000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_CYBER2000_DDC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_ARC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_OF policy<{'ppc64el': 'y'}> +CONFIG_FB_ASILIANT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_IMSTT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_VGA16 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_UVESA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_VESA policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_FB_EFI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_FB_N411 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_HGA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_OPENCORES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_S1D13XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_I740 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_I810 policy<{'i386': 'm'}> +CONFIG_FB_I810_GTF policy<{'i386': 'n'}> +CONFIG_FB_LE80578 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_CARILLO_RANCH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_INTEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_INTEL_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_FB_INTEL_I2C policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_FB_ATY128 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_ATY128_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_S3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_S3_DDC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_SAVAGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SAVAGE_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_SAVAGE_ACCEL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_SIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SIS_300 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_SIS_315 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_VIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_VIA_DIRECT_PROCFS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_FB_VIA_X_COMPATIBILITY policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_FB_NEOMAGIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_KYRO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_3DFX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_3DFX_ACCEL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_3DFX_I2C policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_VOODOO1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_VT8623 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TRIDENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_ARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_PM3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_CARMINE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SH_MOBILE_LCDC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_FB_TMIO policy<{'armhf': 'm'}> +CONFIG_FB_TMIO_ACCELL policy<{'armhf': 'y'}> +CONFIG_FB_S3C policy<{'armhf': 'm'}> +CONFIG_FB_S3C_DEBUG_REGWRITE policy<{'armhf': 'n'}> +CONFIG_FB_SM501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SMSCUFX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_UDL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_IBM_GXT4500 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'y'}> +CONFIG_FB_XILINX policy<{'arm64': 'm'}> +CONFIG_FB_DA8XX policy<{'armhf-generic': 'm'}> +CONFIG_FB_VIRTUAL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_XEN_FBDEV_FRONTEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_FB_METRONOME policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_MB862XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_MB862XX_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MX3 policy<{'armhf-generic': 'y'}> +CONFIG_FB_BROADSHEET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_AUO_K190X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_AUO_K1900 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_AUO_K1901 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_MXS policy<{'armhf-generic': 'm'}> +CONFIG_FB_HYPERV policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FB_SIMPLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_SSD1307 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SM712 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_FB_VIRTUAL flag + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> AMD Geode family framebuffer support +CONFIG_FB_GEODE policy<{'i386': 'y'}> +CONFIG_FB_GEODE_LX policy<{'i386': 'm'}> +CONFIG_FB_GEODE_GX policy<{'i386': 'm'}> +CONFIG_FB_GEODE_GX1 policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> ATI Mach64 display support +CONFIG_FB_ATY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_ATY_CT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_ATY_GENERIC_LCD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_ATY_GX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_ATY_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> ATI Radeon display support +CONFIG_FB_RADEON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_RADEON_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_RADEON_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_RADEON_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Amiga native chipset support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> DRAM timing +CONFIG_FB_CARMINE_DRAM_EVAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CARMINE_DRAM_CUSTOM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Framebuffer foreign endianness support +CONFIG_FB_FOREIGN_ENDIAN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Framebuffer foreign endianness support >> Choice endianness support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> GDC variant +CONFIG_FB_MB862XX_PCI_GDC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MB862XX_LIME policy<{'ppc64el': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Matrox acceleration +CONFIG_FB_MATROX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_MATROX_MILLENIUM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MATROX_MYSTIQUE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MATROX_G policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_MATROX_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_MATROX_MAVEN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> OMAP frame buffer support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> OMAP2+ frame buffer support +CONFIG_FB_OMAP2 policy<{'armhf': 'm'}> +CONFIG_FB_OMAP2_DEBUG_SUPPORT policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_NUM_FBS policy<{'armhf': '3'}> +CONFIG_FB_OMAP2_DSS_DEBUG policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_DSS_DEBUGFS policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_DSS_DPI policy<{'armhf': 'y'}> +CONFIG_FB_OMAP2_DSS_VENC policy<{'armhf': 'y'}> +CONFIG_FB_OMAP4_DSS_HDMI policy<{'armhf': 'y'}> +CONFIG_FB_OMAP5_DSS_HDMI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_DSS_SDI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_DSS_DSI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_DSS_MIN_FCK_PER_PCK policy<{'armhf': '0'}> +CONFIG_FB_OMAP2_DSS_SLEEP_AFTER_VENC_RESET policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> OMAP2+ frame buffer support >> OMAPFB Panel and Encoder Drivers +CONFIG_FB_OMAP2_ENCODER_OPA362 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_ENCODER_TFP410 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_ENCODER_TPD12S015 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_CONNECTOR_DVI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_CONNECTOR_HDMI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_CONNECTOR_ANALOG_TV policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_DPI policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_DSI_CM policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_SONY_ACX565AKM policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_LGPHILIPS_LB035Q02 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_SHARP_LS037V7DW01 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_TPO_TD028TTEC1 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_TPO_TD043MTEA1 policy<{'armhf': 'n'}> +CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11 policy<{'armhf': 'n'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> PXA LCD framebuffer support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> SBUS and UPA framebuffers + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Size of ADV7393 frame buffer memory Single/Double Size + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> Video mode support + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> nVidia Framebuffer Support +CONFIG_FB_NVIDIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_NVIDIA_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_NVIDIA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_NVIDIA_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Graphics support >> Frame buffer Devices >> Support for frame buffer devices >> nVidia Riva support +CONFIG_FB_RIVA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_RIVA_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FB_RIVA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FB_RIVA_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> HID support + +# Menu: Device Drivers >> HID support >> HID bus support +CONFIG_HID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_BATTERY_STRENGTH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HIDRAW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_UHID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> HID support >> HID bus support >> Special HID drivers +CONFIG_HID_A4TECH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ACCUTOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ACRUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ACRUX_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_APPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_APPLEIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ASUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_AUREAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_BELKIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_BETOP_FF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CHERRY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CHICONY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CORSAIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PRODIKEYS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CMEDIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CP2112 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_CYPRESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_DRAGONRISE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DRAGONRISE_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_EMS_FF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ELECOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ELO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_EZKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_GEMBIRD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_GFRM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_HOLTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HOLTEK_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_GT683R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_KEYTOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_KYE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_UCLOGIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_WALTOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_GYRATION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ICADE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ITE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_TWINHAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_KENSINGTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_LCPOWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_LED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_LENOVO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_MAGICMOUSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_MAYFLASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_MICROSOFT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_MONTEREY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_MULTITOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_NTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_NTRIG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ORTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PANTHERLORD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PANTHERLORD_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_PENMOUNT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PETALYNX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PLANTRONICS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PRIMAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_RETRODE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ROCCAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SAITEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SAMSUNG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SONY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SONY_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_SPEEDLINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_STEELSERIES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SUNPLUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_RMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_GREENASIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREENASIA_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_HYPERV_MOUSE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HID_SMARTJOYPLUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SMARTJOYPLUS_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_TIVO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_TOPSEED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_THINGM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_THRUSTMASTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_THRUSTMASTER_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_UDRAW_PS3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_WACOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_WIIMOTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_XINMO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ZEROPLUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ZEROPLUS_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_ZYDACRON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_HUB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_CUSTOM_SENSOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_ALPS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> HID support >> HID bus support >> Special HID drivers >> Logitech devices +CONFIG_HID_LOGITECH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_LOGITECH_DJ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_LOGITECH_HIDPP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LOGITECH_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LOGIRUMBLEPAD2_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LOGIG940_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LOGIWHEELS_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> HID support >> HID bus support >> Special HID drivers >> PicoLCD (graphic version) +CONFIG_HID_PICOLCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PICOLCD_FB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_PICOLCD_BACKLIGHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_PICOLCD_LCD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_PICOLCD_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HID_PICOLCD_CIR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> HID support >> I2C HID support +CONFIG_I2C_HID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> HID support >> Intel ISH HID support +CONFIG_INTEL_ISH_HID policy<{'amd64': 'm'}> + +# Menu: Device Drivers >> HID support >> USB HID support +CONFIG_USB_HID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_PID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_HIDDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> HID support >> USB HID support >> USB HID Boot Protocol drivers +CONFIG_USB_KBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MOUSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> HSI support +CONFIG_HSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_OMAP_SSI policy<{'armhf-generic': 'm'}> +CONFIG_NOKIA_MODEM policy<{'armhf-generic': 'm'}> +CONFIG_CMT_SPEECH policy<{'armhf-generic': 'm'}> +CONFIG_SSI_PROTOCOL policy<{'armhf-generic': 'm'}> +CONFIG_HSI_CHAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Hardware Monitoring support +CONFIG_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HWMON_DEBUG_CHIP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SENSORS_ABITUGURU policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_ABITUGURU3 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_AD7314 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_AD7414 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_AD7418 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1021 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1025 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1026 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1029 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1031 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM9240 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7310 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7410 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7411 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7462 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7470 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADT7475 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ASC7621 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_K8TEMP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_K10TEMP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_FAM15H_POWER policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_APPLESMC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_ARM_SCPI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SENSORS_ASB100 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_ASPEED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ATXP1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_DS620 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_DS1621 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_DELL_SMM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_DA9052_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_DA9055 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_I5K_AMB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_F71805F policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_F71882FG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_F75375S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MC13783_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_FSCHMD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_FTSTEUTATES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_GL518SM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_GL520SM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_G760A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_G762 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_GPIO_FAN policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_HIH6130 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_IBMAEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_IBMPEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_IBMPOWERNV policy<{'ppc64el': 'm'}> +CONFIG_SENSORS_IIO_HWMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_I5500 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_CORETEMP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_IT87 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_JC42 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_POWR1220 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LINEAGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC2945 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC2990 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4151 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4215 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4222 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4245 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4260 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC4261 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX1111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX16065 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX1619 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX1668 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX197 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX31722 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX6621 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX6639 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX6642 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX6650 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX6697 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX31790 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MCP3021 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TC654 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MENF21BMC_HWMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADCXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM63 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM70 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM73 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM75 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM77 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM78 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM80 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM83 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM85 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM87 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM90 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM92 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM93 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM95234 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM95241 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM95245 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_PC87360 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_PC87427 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_NTC_THERMISTOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_NCT6683 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_NCT6775 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_NCT7802 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_NCT7904 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_PCF8591 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_PWM_FAN policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SHT15 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SHT21 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SHT3x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SHTC1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SIS5595 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_DME1737 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_EMC1403 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_EMC2103 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_EMC6W201 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SMSC47M1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_SMSC47M192 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SMSC47B397 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_SCH5627 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_SCH5636 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_STTS751 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_SMM665 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADC128D818 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADS1015 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADS7828 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADS7871 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_AMC6821 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_INA209 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_INA2XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_INA3221 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TC74 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_THMC50 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TMP102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TMP103 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TMP108 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TMP401 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TMP421 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_VEXPRESS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SENSORS_VIA_CPUTEMP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_VIA686A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_VT1211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_VT8231 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83781D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83791D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83792D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83793 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83795 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83795_FANCTRL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SENSORS_W83L785TS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83L786NG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_W83627HF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_W83627EHF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SENSORS_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_WM8350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_XGENE policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_ACPI_POWER policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_ATK0110 policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Hardware Monitoring support >> PMBus support +CONFIG_PMBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_PMBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ADM1275 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_IBM_CFFPS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_IR35221 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM25066 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC2978 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LTC2978_REGULATOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SENSORS_LTC3815 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX16064 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX20751 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX31785 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX34440 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_MAX8688 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TPS40422 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TPS53679 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_UCD9000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_UCD9200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ZL6100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Hardware Spinlock drivers +CONFIG_HWSPINLOCK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HWSPINLOCK_OMAP policy<{'armhf': 'm'}> +CONFIG_HWSPINLOCK_QCOM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HWSPINLOCK_SPRD policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> I2C support + +# Menu: Device Drivers >> I2C support >> I2C support +CONFIG_I2C policy<{'amd64': 'm', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ACPI_I2C_OPREGION policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_I2C_COMPAT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I2C_CHARDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I2C_MUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_HELPER_AUTO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I2C_SMBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_STUB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SLAVE policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_I2C_SLAVE_EEPROM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_DEBUG_CORE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_I2C_DEBUG_ALGO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_I2C_DEBUG_BUS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_I2C mark note +CONFIG_I2C_CHARDEV note + +# Menu: Device Drivers >> I2C support >> I2C support >> I2C Algorithms +CONFIG_I2C_ALGOBIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ALGOPCA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> I2C support >> I2C support >> I2C Hardware Bus support +CONFIG_I2C_ALI1535 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ALI1563 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ALI15X3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_AMD756 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_AMD756_S4882 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I2C_AMD8111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_HIX5HD2 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_I801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ISCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ISMT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I2C_PIIX4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_CHT_WC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I2C_NFORCE2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_NFORCE2_S4985 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I2C_SIS5595 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SIS630 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SIS96X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_VIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_VIAPRO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SCMI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_I2C_AXXIA policy<{'armhf-generic-lpae': 'm'}> +CONFIG_I2C_BCM2835 policy<{'arm64': 'm'}> +CONFIG_I2C_BCM_IPROC policy<{'arm64': 'm'}> +CONFIG_I2C_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_I2C_CADENCE policy<{'arm64': 'n'}> +CONFIG_I2C_CBUS_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_DESIGNWARE_PLATFORM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I2C_DESIGNWARE_SLAVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_I2C_DESIGNWARE_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_DESIGNWARE_BAYTRAIL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_I2C_EG20T policy<{'i386': 'm'}> +CONFIG_I2C_EMEV2 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'm', 'i386': 'n'}> +CONFIG_I2C_EXYNOS5 policy<{'armhf': 'm'}> +CONFIG_I2C_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_IMX policy<{'arm64': 'm', 'armhf-generic': 'y'}> +CONFIG_I2C_IMX_LPI2C policy<{'armhf-generic': 'm'}> +CONFIG_I2C_KEMPLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MESON policy<{'armhf': 'm'}> +CONFIG_I2C_MPC policy<{'ppc64el': 'm'}> +CONFIG_I2C_MT65XX policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_MV64XXX policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_NOMADIK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_OCORES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_OMAP policy<{'armhf': 'y'}> +CONFIG_I2C_PCA_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_PXA policy<{'armhf': 'm'}> +CONFIG_I2C_PXA_SLAVE policy<{'armhf': 'y'}> +CONFIG_I2C_QUP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_RIIC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_RK3X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_S3C2410 policy<{'armhf': 'y'}> +CONFIG_I2C_SH_MOBILE policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_SIMTEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SPRD policy<{'arm64': 'y'}> +CONFIG_I2C_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_I2C_UNIPHIER policy<{'armhf': 'n'}> +CONFIG_I2C_UNIPHIER_F policy<{'armhf': 'n'}> +CONFIG_I2C_VERSATILE policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_THUNDERX policy<{'arm64': 'm'}> +CONFIG_I2C_XILINX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_XLR policy<{'armhf': 'n'}> +CONFIG_I2C_XLP9XX policy<{'arm64': 'm'}> +CONFIG_I2C_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_I2C_DIOLAN_U2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_DLN2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_PARPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_PARPORT_LIGHT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_ROBOTFUZZ_OSIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_TAOS_EVM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_TINY_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_VIPERBOARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MLXCPLD policy<{'amd64': 'm'}> +CONFIG_I2C_PCA_ISA policy<{'i386': 'm'}> +CONFIG_I2C_CROS_EC_TUNNEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_I2C_XGENE_SLIMPRO policy<{'arm64': 'm'}> +CONFIG_SCx200_ACB policy<{'i386': 'm'}> +CONFIG_I2C_OPAL policy<{'ppc64el': 'y'}> + +# Menu: Device Drivers >> I2C support >> I2C support >> Multiplexer I2C Chip support +CONFIG_I2C_ARB_GPIO_CHALLENGE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_GPMUX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_LTC4306 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_PCA9541 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_PCA954x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_PINCTRL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_REG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_DEMUX_PINCTRL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_MUX_MLXCPLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> IEEE 1394 (FireWire) support +CONFIG_FIREWIRE_NOSY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> + +# Menu: Device Drivers >> IEEE 1394 (FireWire) support >> FireWire driver stack +CONFIG_FIREWIRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_FIREWIRE_OHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FIREWIRE_SBP2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FIREWIRE_NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> IOMMU Hardware Support +CONFIG_IOMMU_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MSM_IOMMU policy<{'armhf': 'n'}> +CONFIG_AMD_IOMMU policy<{'amd64': 'y'}> +CONFIG_AMD_IOMMU_V2 policy<{'amd64': 'm'}> +CONFIG_IRQ_REMAP policy<{'amd64': 'y'}> +CONFIG_OMAP_IOMMU policy<{'armhf': 'y'}> +CONFIG_OMAP_IOMMU_DEBUG policy<{'armhf': 'n'}> +CONFIG_ROCKCHIP_IOMMU policy<{'armhf': 'y'}> +CONFIG_TEGRA_IOMMU_GART policy<{'armhf-generic': 'y'}> +CONFIG_TEGRA_IOMMU_SMMU policy<{'armhf-generic': 'y'}> +CONFIG_EXYNOS_IOMMU policy<{'armhf': 'y'}> +CONFIG_EXYNOS_IOMMU_DEBUG policy<{'armhf': 'n'}> +CONFIG_IPMMU_VMSA policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_SPAPR_TCE_IOMMU policy<{'ppc64el': 'y'}> +CONFIG_ARM_SMMU policy<{'arm64': 'y', 'armhf': 'n'}> +CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT policy<{'arm64': 'y'}> +CONFIG_ARM_SMMU_V3 policy<{'arm64': 'y'}> +CONFIG_S390_CCW_IOMMU policy<{'s390x': 'y'}> +CONFIG_MTK_IOMMU policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_MTK_IOMMU_V1 policy<{'armhf': 'n'}> +CONFIG_QCOM_IOMMU policy<{'arm64': 'y', 'armhf': 'y'}> +# +CONFIG_IPMMU_VMSA note + +# Menu: Device Drivers >> IOMMU Hardware Support >> Generic IOMMU Pagetable Support +CONFIG_IOMMU_IO_PGTABLE_LPAE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_IOMMU_IO_PGTABLE_ARMV7S policy<{'arm64': 'n', 'armhf': 'n'}> + +# Menu: Device Drivers >> IOMMU Hardware Support >> Support for Intel IOMMU using DMA Remapping Devices +CONFIG_INTEL_IOMMU policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_IOMMU_SVM policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_IOMMU_DEFAULT_ON policy<{'amd64': 'n', 'i386': 'n'}> +# +CONFIG_INTEL_IOMMU_DEFAULT_ON note flag + +# Menu: Device Drivers >> IRQ chip support +CONFIG_TS4800_IRQ policy<{'armhf-generic': 'm'}> +CONFIG_QCOM_IRQ_COMBINER policy<{'arm64': 'y'}> +CONFIG_IRQ_UNIPHIER_AIDET policy<{'armhf': 'y'}> +CONFIG_MESON_IRQ_GPIO policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> ISDN support +CONFIG_ISDN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HYSDN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HYSDN_CAPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem +CONFIG_ISDN_CAPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAPI_TRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_CAPI_CAPI20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_CAPI_MIDDLEWARE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_CAPI_CAPIDRV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_CAPI_CAPIDRV_VERBOSE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active AVM cards +CONFIG_CAPI_AVM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_DRV_AVMB1_B1ISA policy<{'i386': 'm'}> +CONFIG_ISDN_DRV_AVMB1_B1PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_DRV_AVMB1_B1PCIV4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_DRV_AVMB1_T1ISA policy<{'i386': 'm'}> +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ISDN_DRV_AVMB1_AVM_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ISDN_DRV_AVMB1_T1PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_DRV_AVMB1_C4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active Eicon DIVA Server cards +CONFIG_CAPI_EICON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active Eicon DIVA Server cards >> Support Eicon DIVA Server cards +CONFIG_ISDN_DIVAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_DIVAS_BRIPCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_DIVAS_PRIPCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_DIVAS_DIVACAPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_DIVAS_USERIDI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_DIVAS_MAINT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> Modular ISDN driver +CONFIG_MISDN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_DSP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_L1OIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_HFCPCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_HFCMULTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_HFCUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_AVMFRITZ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_SPEEDFAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_INFINEON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_W6692 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MISDN_NETJET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) +CONFIG_ISDN_I4L policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISDN_AUDIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_TTY_FAX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_X25 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +# +CONFIG_ISDN_I4L flag + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) >> ISDN feature submodules +CONFIG_ISDN_DIVERSION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) >> Passive cards + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) >> Passive cards >> HiSax SiemensChipSet driver support +CONFIG_ISDN_DRV_HISAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HISAX_1TR6 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_NI1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_MAX_CARDS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_HISAX_16_0 policy<{'i386': 'y'}> +CONFIG_HISAX_16_3 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_TELESPCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_HISAX_S0BOX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_AVM_A1 policy<{'i386': 'y'}> +CONFIG_HISAX_FRITZPCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_HISAX_AVM_A1_PCMCIA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_ELSA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_IX1MICROR2 policy<{'i386': 'y'}> +CONFIG_HISAX_DIEHLDIVA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_ASUSCOM policy<{'i386': 'y'}> +CONFIG_HISAX_TELEINT policy<{'i386': 'y'}> +CONFIG_HISAX_HFCS policy<{'i386': 'y'}> +CONFIG_HISAX_SEDLBAUER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_SPORTSTER policy<{'i386': 'y'}> +CONFIG_HISAX_MIC policy<{'i386': 'y'}> +CONFIG_HISAX_NETJET policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HISAX_NETJET_U policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HISAX_NICCY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_ISURF policy<{'i386': 'y'}> +CONFIG_HISAX_HSTSAPHIR policy<{'i386': 'y'}> +CONFIG_HISAX_BKM_A4T policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_SCT_QUADRO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_GAZEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_HFC_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_HISAX_W6692 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_HFC_SX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_ENTERNOW_PCI policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HISAX_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HISAX_SEDLBAUER_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HISAX_ELSA_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HISAX_AVM_A1_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HISAX_TELES_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HISAX_ST5481 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HISAX_HFCUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HISAX_HFC4S8S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HISAX_FRITZ_PCIPNP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) >> Passive cards >> HiSax SiemensChipSet driver support >> HiSax Support for EURO/DSS1 +CONFIG_HISAX_EURO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DE_AOC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HISAX_NO_SENDCOMPLETE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HISAX_NO_LLC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HISAX_NO_KEYPAD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) >> Support synchronous PPP +CONFIG_ISDN_PPP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_PPP_VJ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_MPP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPPP_FILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ISDN_PPP_BSDCOMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> ISDN support >> Siemens Gigaset support +CONFIG_ISDN_DRV_GIGASET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GIGASET_CAPI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_GIGASET_BASE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GIGASET_M105 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GIGASET_M101 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GIGASET_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Industrial I/O support +CONFIG_IIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IIO_BUFFER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IIO_BUFFER_CB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_KFIFO_BUF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_CONFIGFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_TRIGGER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IIO_CONSUMERS_PER_TRIGGER policy<{'amd64': '2', 'arm64': '2', 'armhf': '2', 'i386': '2', 'ppc64el': '2'}> +CONFIG_IIO_SW_DEVICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_SW_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_CROS_EC_SENSORS_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_IIO_CROS_EC_SENSORS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Accelerometers +CONFIG_BMA180 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMA220 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMC150_ACCEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DA280 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DA311 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DMARD06 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DMARD09 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DMARD10 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_ACCEL_3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_CROS_EC_ACCEL_LEGACY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_ST_ACCEL_3AXIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KXSD9 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KXSD9_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KXSD9_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KXCJK1013 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MC3230 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA7455_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA7455_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA7660 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA8452 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA9551 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMA9553 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MXC4005 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MXC6255 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCA3000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_STK8312 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_STK8BA50 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Amplifiers +CONFIG_AD8366 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Analog to digital converters +CONFIG_AD7266 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7291 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7298 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7476 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7766 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7791 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7793 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7887 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7923 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD799X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AXP20X_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AXP288_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BCM_IPROC_ADC policy<{'arm64': 'm'}> +CONFIG_BERLIN2_ADC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CC10001_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_CPCAP_ADC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DA9150_GPADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DLN2_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ENVELOPE_DETECTOR policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_EXYNOS_ADC policy<{'armhf': 'm'}> +CONFIG_HI8435 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HX711 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INA2XX_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IMX7D_ADC policy<{'armhf-generic': 'm'}> +CONFIG_LP8788_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTC2471 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTC2485 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTC2497 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX1027 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX11100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX1118 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX1363 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX9611 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP320X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP3422 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIATEK_MT6577_AUXADC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MEN_Z188_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MESON_SARADC policy<{'armhf': 'm'}> +CONFIG_NAU7802 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PALMAS_GPADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QCOM_PM8XXX_XOADC policy<{'armhf': 'm'}> +CONFIG_QCOM_SPMI_IADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QCOM_SPMI_VADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RCAR_GYRO_ADC policy<{'armhf': 'm'}> +CONFIG_ROCKCHIP_SARADC policy<{'armhf': 'm'}> +CONFIG_STX104 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SUN4I_GPADC policy<{'arm64': 'n'}> +CONFIG_TI_ADC081C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC0832 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC084S021 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC12138 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC108S102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC128S052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADC161S626 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADS1015 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADS7950 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_ADS8688 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TI_AM335X_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_TLC4541 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TWL4030_MADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TWL6030_GPADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VF610_ADC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_VIPERBOARD_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Chemical Sensors +CONFIG_ATLAS_PH_SENSOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CCS811 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IAQCORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VZ89X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Counters +CONFIG_104_QUAD_8 policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Digital gyroscope sensors +CONFIG_ADIS16080 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16130 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16136 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16260 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADXRS450 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMG160 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_GYRO_3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MPU3050_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_ST_GYRO_3AXIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ITG3200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Digital potentiometers +CONFIG_DS1803 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX5481 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX5487 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP4131 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP4531 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TPL0102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Digital potentiostats +CONFIG_LMP91000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Digital to analog converters +CONFIG_AD5064 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5360 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5380 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5421 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5446 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5449 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5592R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5593R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5504 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5624R_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTC2632 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5686 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5755 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5761 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5764 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD5791 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7303 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CIO_DAC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_AD8801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DPOT_DAC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DS4424 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_M62332 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX517 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX5821 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MCP4725 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP4922 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_DAC082S085 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VF610_DAC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Frequency Synthesizers DDS/PLL + +# Menu: Device Drivers >> Industrial I/O support >> Frequency Synthesizers DDS/PLL >> Clock Generator/Distribution +CONFIG_AD9523 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Frequency Synthesizers DDS/PLL >> Phase-Locked Loop (PLL) frequency synthesizers +CONFIG_ADF4350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Health Sensors + +# Menu: Device Drivers >> Industrial I/O support >> Health Sensors >> Heart Rate Monitors +CONFIG_AFE4403 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AFE4404 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX30100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX30102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Hid Sensor IIO Common +CONFIG_HID_SENSOR_IIO_COMMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_IIO_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Humidity sensors +CONFIG_AM2315 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DHT11 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDC100X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_HUMIDITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HTS221 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HTU21 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SI7005 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SI7020 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> IIO dummy driver +CONFIG_IIO_SIMPLE_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_SIMPLE_DUMMY_EVENTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IIO_SIMPLE_DUMMY_BUFFER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_IIO_SIMPLE_DUMMY_EVENTS note +CONFIG_IIO_SIMPLE_DUMMY_BUFFER note + +# Menu: Device Drivers >> Industrial I/O support >> Inclinometer sensors +CONFIG_HID_SENSOR_INCLINOMETER_3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_DEVICE_ROTATION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Inertial measurement units +CONFIG_ADIS16400 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16480 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMI160_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMI160_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KMX61 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INV_MPU6050_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INV_MPU6050_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_ST_LSM6DSX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Light sensors +CONFIG_ACPI_ALS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ADJD_S311 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AL3320A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_APDS9300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_APDS9960 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BH1750 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BH1780 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CM32181 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CM3232 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CM3323 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CM3605 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_CM36651 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_CROS_EC_LIGHT_PROX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_GP2AP020A00F policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ISL29018 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_ISL29028 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISL29125 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_ALS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_PROX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JSA1212 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RPR0521 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LM3533 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTR501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX44000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_OPT3001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PA12203001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SI1145 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_STK3310 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCS3414 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCS3472 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TSL2563 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TSL2583 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TSL4531 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_US5182D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VCNL4000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VEML6070 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VL6180 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Lightning sensors +CONFIG_AS3935 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Magnetometer sensors +CONFIG_AK8974 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_AK8975 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AK09911 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMC150_MAGN_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMC150_MAGN_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAG3110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_MAGNETOMETER_3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC35240 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_ST_MAGN_3AXIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_HMC5843_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_HMC5843_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Multiplexers +CONFIG_IIO_MUX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Pressure sensors +CONFIG_ABP060MG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BMP280 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_CROS_EC_BARO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_HID_SENSOR_PRESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HP03 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MPL115_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MPL115_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MPL3115 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MS5611 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MS5611_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MS5611_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MS5637 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_ST_PRESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_T5403 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HP206C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ZPA2326 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Proximity and distance sensors +CONFIG_LIDAR_LITE_V2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RFD77402 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SRF04 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SX9500 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SRF08 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> SSP Sensor Common +CONFIG_IIO_SSP_SENSORS_COMMONS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_SSP_SENSORHUB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Temperature sensors +CONFIG_MAXIM_THERMOCOUPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HID_SENSOR_TEMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLX90614 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TMP006 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TMP007 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TSYS01 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TSYS02D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Industrial I/O support >> Triggers - standalone +CONFIG_IIO_HRTIMER_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_INTERRUPT_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_TIGHTLOOP_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IIO_SYSFS_TRIGGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> IndustryPack bus support +CONFIG_IPACK_BUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BOARD_TPCI200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIAL_IPOCTAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> InfiniBand support +CONFIG_INFINIBAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_USER_MAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_USER_ACCESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_EXP_USER_ACCESS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_INFINIBAND_ON_DEMAND_PAGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INFINIBAND_MTHCA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_MTHCA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_INFINIBAND_QIB policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_INFINIBAND_QIB_DCA policy<{'amd64': 'y'}> +CONFIG_INFINIBAND_CXGB3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INFINIBAND_CXGB3_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_INFINIBAND_CXGB4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INFINIBAND_I40IW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLX4_INFINIBAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MLX5_INFINIBAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_NES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_INFINIBAND_NES_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_INFINIBAND_OCRDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_INFINIBAND_VMWARE_PVRDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_INFINIBAND_USNIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INFINIBAND_HNS policy<{'arm64': 'm'}> +CONFIG_INFINIBAND_HNS_HIP06 policy<{'arm64': 'm'}> +CONFIG_INFINIBAND_HNS_HIP08 policy<{'arm64': 'm'}> +CONFIG_INFINIBAND_IPOIB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_IPOIB_CM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INFINIBAND_IPOIB_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_INFINIBAND_SRP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_SRPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_ISER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_ISERT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_OPA_VNIC policy<{'amd64': 'm'}> +CONFIG_INFINIBAND_RDMAVT policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RDMA_RXE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INFINIBAND_HFI1 policy<{'amd64': 'm'}> +CONFIG_HFI1_DEBUG_SDMA_ORDER policy<{'amd64': 'n'}> +CONFIG_SDMA_VERBOSITY policy<{'amd64': 'n'}> +CONFIG_INFINIBAND_QEDR policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_INFINIBAND_BNXT_RE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> + +# Menu: Device Drivers >> Input device support + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) +CONFIG_INPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_INPUT_LEDS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_FF_MEMLESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_POLLDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_SPARSEKMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_MATRIXKMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_JOYDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_EVDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INPUT_EVBUG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Joysticks/Gamepads +CONFIG_INPUT_JOYSTICK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JOYSTICK_ANALOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_A3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_ADI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_COBRA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_GF2K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_GRIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_GRIP_MP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_GUILLEMOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_INTERACT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_SIDEWINDER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_TMDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_IFORCE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_IFORCE_USB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JOYSTICK_IFORCE_232 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JOYSTICK_WARRIOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_MAGELLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_SPACEORB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_SPACEBALL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_STINGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_TWIDJOY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_ZHENHUA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_DB9 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_GAMECON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_TURBOGRAFX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_AS5011 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_JOYDUMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_XPAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_XPAD_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JOYSTICK_XPAD_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JOYSTICK_WALKERA0701 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_PSXPAD_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JOYSTICK_PSXPAD_SPI_FF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Keyboards +CONFIG_INPUT_KEYBOARD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KEYBOARD_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_ADP5520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_ADP5588 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_ADP5589 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_ATKBD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KEYBOARD_QT1070 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_QT2160 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_DLINK_DIR685 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_LKKBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_GPIO_POLLED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TCA6416 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TCA8418 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_MATRIX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_LM8323 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_LM8333 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_MAX7359 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_MCS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_MPR121 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_SNVS_PWRKEY policy<{'armhf-generic': 'm'}> +CONFIG_KEYBOARD_IMX policy<{'armhf-generic': 'm'}> +CONFIG_KEYBOARD_NEWTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_KEYBOARD_OPENCORES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_PMIC8XXX policy<{'armhf': 'm'}> +CONFIG_KEYBOARD_SAMSUNG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_KEYBOARD_STOWAWAY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_SUNKBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_SH_KEYSC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_KEYBOARD_STMPE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_SUN4I_LRADC policy<{'arm64': 'n'}> +CONFIG_KEYBOARD_OMAP4 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TC3589X policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TM2_TOUCHKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_TWL4030 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_XTKBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_CROS_EC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_KEYBOARD_CAP11XX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_KEYBOARD_BCM policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Mice +CONFIG_INPUT_MOUSE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_APPLETOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_BCM5974 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_CYAPA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_ELAN_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_ELAN_I2C_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_ELAN_I2C_SMBUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_INPORT policy<{'i386': 'n'}> +CONFIG_MOUSE_LOGIBM policy<{'i386': 'm'}> +CONFIG_MOUSE_PC110PAD policy<{'i386': 'm'}> +CONFIG_MOUSE_VSXXXAA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_SYNAPTICS_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_SYNAPTICS_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_MOUSE_INPORT note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Mice >> PS/2 mouse +CONFIG_MOUSE_PS2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOUSE_PS2_ALPS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_BYD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_LOGIPS2PP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_SYNAPTICS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_CYPRESS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_LIFEBOOK policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_MOUSE_PS2_TRACKPOINT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_ELANTECH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_SENTELIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_TOUCHKIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_FOCALTECH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MOUSE_PS2_VMMOUSE policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Miscellaneous devices +CONFIG_INPUT_MISC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INPUT_88PM860X_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_88PM80X_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_AD714X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_AD714X_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_AD714X_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_ARIZONA_HAPTICS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_ATMEL_CAPTOUCH policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_BMA150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_E3X0_BUTTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PCSPKR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PM8941_PWRKEY policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_INPUT_PM8XXX_VIBRATOR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_INPUT_PMIC8XXX_PWRKEY policy<{'armhf': 'm'}> +CONFIG_INPUT_MAX77693_HAPTIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_MAX8925_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_MAX8997_HAPTIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_MC13783_PWRBUTTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_MMA8450 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_APANEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INPUT_GP2A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_GPIO_BEEPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_GPIO_TILT_POLLED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_GPIO_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_CPCAP_PWRBUTTON policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_WISTRON_BTNS policy<{'i386': 'm'}> +CONFIG_INPUT_ATLAS_BTNS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INPUT_ATI_REMOTE2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_KEYSPAN_REMOTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_KXTJ9 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_KXTJ9_POLLED_MODE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_INPUT_POWERMATE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_YEALINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_CM109 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_REGULATOR_HAPTIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_RETU_PWRBUTTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_TPS65218_PWRBUTTON policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_AXP20X_PEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_TWL4030_PWRBUTTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_TWL4030_VIBRA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_TWL6040_VIBRA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_UINPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INPUT_PALMAS_PWRBUTTON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PCF50633_PMU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PCF8574 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PWM_BEEPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PWM_VIBRA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_RK805_PWRKEY policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_GPIO_ROTARY_ENCODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DA9052_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DA9055_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DA9063_ONKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_WM831X_ON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_PCAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_ADXL34X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_ADXL34X_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_ADXL34X_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_IMS_PCU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_CMA3000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_CMA3000_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_XEN_KBDDEV_FRONTEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_INPUT_IDEAPAD_SLIDEBAR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_SOC_BUTTON_ARRAY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DRV260X_HAPTICS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DRV2665_HAPTICS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_DRV2667_HAPTICS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INPUT_HISI_POWERKEY policy<{'arm64': 'm', 'armhf': 'm'}> +# +CONFIG_INPUT_UINPUT mark note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Mouse interface +CONFIG_INPUT_MOUSEDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INPUT_MOUSEDEV_PSAUX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INPUT_MOUSEDEV_SCREEN_X policy<{'amd64': '1024', 'arm64': '1024', 'armhf': '1024', 'i386': '1024', 'ppc64el': '1024'}> +CONFIG_INPUT_MOUSEDEV_SCREEN_Y policy<{'amd64': '768', 'arm64': '768', 'armhf': '768', 'i386': '768', 'ppc64el': '768'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Synaptics RMI4 bus support +CONFIG_RMI4_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RMI4_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RMI4_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RMI4_SMB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RMI4_F03 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F11 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F12 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F30 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F34 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F54 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RMI4_F55 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Tablets +CONFIG_INPUT_TABLET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TABLET_USB_ACECAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_USB_AIPTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_USB_GTCO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_USB_HANWANG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_USB_KBTAB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_USB_PEGASUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TABLET_SERIAL_WACOM4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Touchscreens +CONFIG_INPUT_TOUCHSCREEN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ADS7846 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_AD7877 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_AD7879 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_AD7879_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_AD7879_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_AR1021_I2C policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ATMEL_MXT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_AUO_PIXCIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_BU21013 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CY8CTMG110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP4_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP4_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_CYTTSP4_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_DA9034 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_DYNAPRO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_HAMPSHIRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EETI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EGALAX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EGALAX_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EXC3000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_FUJITSU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_GOODIX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_HIDEEP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ILI210X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_IPROC policy<{'arm64': 'm'}> +CONFIG_TOUCHSCREEN_S6SY761 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_GUNZE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EKTF2127 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ELAN policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ELO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_WACOM_W8001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_WACOM_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MAX11801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MCS5000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MMS114 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MELFAS_MIP4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MTOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_IMX6UL_TSC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_INEXIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MK712 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_HTCPEN policy<{'i386': 'm'}> +CONFIG_TOUCHSCREEN_PENMOUNT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_EDT_FT5X06 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TOUCHRIGHT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TOUCHWIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TI_AM335X_TSC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_UCB1400 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_PIXCIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_WDT87XX_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_MC13783 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TOUCHIT213 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TS4800 policy<{'armhf-generic': 'm'}> +CONFIG_TOUCHSCREEN_TSC_SERIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TSC2004 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TSC2005 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TSC2007 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TSC2007_IIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_PCAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_RM_TS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_SILEAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_SIS_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ST1232 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_STMFTS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_STMPE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_SUN4I policy<{'arm64': 'n'}> +CONFIG_TOUCHSCREEN_SUR40 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_SURFACE3_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_SX8654 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_TPS6507X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ZET6223 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ZFORCE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_COLIBRI_VF50 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_ROHM_BU21023 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +# CONFIG_TOUCHSCREEN_ELAN mark note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Touchscreens >> Support for WM97xx AC97 touchscreen controllers +CONFIG_TOUCHSCREEN_WM97XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_WM9705 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_WM9712 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_WM9713 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Touchscreens >> USB Touchscreen Driver +CONFIG_TOUCHSCREEN_USB_COMPOSITE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOUCHSCREEN_USB_EGALAX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_PANJIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_3M policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_ITM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_ETURBO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_GUNZE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_DMC_TSC10 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_IRTOUCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_IDEALTEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_GOTOP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_JASTEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_ELO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_E2I policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_ZYTRONIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_NEXIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TOUCHSCREEN_USB_EASYTOUCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Input device support >> Hardware I/O ports + +# Menu: Device Drivers >> Input device support >> Hardware I/O ports >> Gameport support +CONFIG_GAMEPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_GAMEPORT_NS558 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GAMEPORT_L4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GAMEPORT_EMU10K1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GAMEPORT_FM801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Input device support >> Hardware I/O ports >> Serial I/O support +CONFIG_SERIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SERIO_I8042 policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIO_SERPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_CT82C710 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SERIO_PARKBD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_AMBAKMI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SERIO_PCIPS2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_LIBPS2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SERIO_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_XILINX_XPS_PS2 policy<{'ppc64el': 'm'}> +CONFIG_SERIO_ALTERA_PS2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_PS2MULT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_ARC_PS2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SERIO_APBPS2 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_HYPERV_KEYBOARD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SERIO_SUN4I_PS2 policy<{'arm64': 'n'}> +CONFIG_SERIO_GPIO_PS2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USERIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Intel(R) Trace Hub controller +CONFIG_INTEL_TH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_GTH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_STH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_MSU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_PTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_TH_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> LED Support +CONFIG_NEW_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_LEDS_LP55XX_COMMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> LED Support >> LED Class Support +CONFIG_LEDS_CLASS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_BRIGHTNESS_HW_CHANGED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_APU policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LEDS_BCM6328 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_BCM6358 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_CPCAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LM3530 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LM3533 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LM3642 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_MT6323 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_NET48XX policy<{'i386': 'm'}> +CONFIG_LEDS_WRAP policy<{'i386': 'm'}> +CONFIG_LEDS_PCA9532 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_PCA9532_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP3944 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP3952 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP5521 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP5523 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP5562 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP8501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP8788 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LP8860 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_CLEVO_MAIL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LEDS_PCA955X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_PCA955X_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_PCA963X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_WM831X_STATUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_WM8350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_DA903X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_DAC124S085 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_PWM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_REGULATOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_BD2802 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_INTEL_SS4200 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LEDS_LT3593 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_ADP5520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_MC13783 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_NS2 policy<{'armhf': 'm'}> +CONFIG_LEDS_ASIC3 policy<{'armhf': 'y'}> +CONFIG_LEDS_TCA6507 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TLC591XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_MAX8997 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_LM355x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_OT200 policy<{'i386': 'm'}> +CONFIG_LEDS_MENF21BMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_IS31FL319X policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_IS31FL32XX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_BLINKM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_POWERNV policy<{'ppc64el': 'm'}> +CONFIG_LEDS_SYSCON policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_PM8058 policy<{'armhf': 'm'}> +CONFIG_LEDS_MLXCPLD policy<{'amd64': 'm'}> +CONFIG_LEDS_USER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_NIC78BX policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> LED Support >> LED Class Support >> LED Flash Class Support +CONFIG_LEDS_CLASS_FLASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_AAT1290 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_AS3645A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_MAX77693 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_KTD2692 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> LED Support >> LED Class Support >> LED Trigger support +CONFIG_LEDS_TRIGGERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_TRIGGER_TIMER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_ONESHOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_DISK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_TRIGGER_MTD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_TRIGGER_HEARTBEAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_BACKLIGHT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_CPU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LEDS_TRIGGER_ACTIVITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_DEFAULT_ON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_TRANSIENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_CAMERA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LEDS_TRIGGER_PANIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> MCB support +CONFIG_MCB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MCB_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCB_LPC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> MIPS Platform Specific Device Drivers + +# Menu: Device Drivers >> MMC/SD/SDIO card support +CONFIG_MMC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PWRSEQ_EMMC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PWRSEQ_SD8787 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PWRSEQ_SIMPLE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_BLOCK policy<{'amd64': 'm', 'arm64': 'y', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_BLOCK_MINORS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_SDIO_UART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MMC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MMC_ARMMMCI policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_MMC_QCOM_DML policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_MMC_MESON_GX policy<{'armhf': 'm'}> +CONFIG_MMC_MESON_MX_SDIO policy<{'armhf': 'm'}> +CONFIG_MMC_OMAP policy<{'armhf': 'm'}> +CONFIG_MMC_OMAP_HS policy<{'armhf': 'y'}> +CONFIG_MMC_WBSD policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_MXC policy<{'armhf-generic': 'm'}> +CONFIG_MMC_TIFM_SD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_MVSDIO policy<{'armhf': 'm'}> +CONFIG_MMC_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDRICOH_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MMC_TMIO policy<{'armhf': 'm'}> +CONFIG_MMC_SDHI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_SDHI_SYS_DMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_SDHI_INTERNAL_DMAC policy<{'arm64': 'm'}> +CONFIG_MMC_CB710 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_VIA_SDMMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_CAVIUM_THUNDERX policy<{'arm64': 'm'}> +CONFIG_MMC_SH_MMCIF policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_VUB300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_USHC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_USDHI6ROL0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_REALTEK_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_REALTEK_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SUNXI policy<{'arm64': 'm'}> +CONFIG_MMC_TOSHIBA_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_BCM2835 policy<{'arm64': 'm'}> +CONFIG_MMC_MTK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_MMC_BLOCK note +CONFIG_MMC_TEST flag +CONFIG_MMC_OMAP_HS note + +# Menu: Device Drivers >> MMC/SD/SDIO card support >> Samsung S3C SD/MMC transfer code + +# Menu: Device Drivers >> MMC/SD/SDIO card support >> Secure Digital Host Controller Interface support +CONFIG_MMC_SDHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_RICOH_MMC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MMC_SDHCI_ACPI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_MMC_SDHCI_S3C policy<{'armhf': 'm'}> +CONFIG_MMC_SDHCI_S3C_DMA policy<{'armhf': 'y'}> +# +CONFIG_MMC_SDHCI note + +# Menu: Device Drivers >> MMC/SD/SDIO card support >> Secure Digital Host Controller Interface support >> SDHCI platform and OF driver helper +CONFIG_MMC_SDHCI_PLTFM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_OF_ARASAN policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_SDHCI_OF_AT91 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_OF_ESDHC policy<{'arm64': 'm', 'armhf-generic': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_OF_HLWD policy<{'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_CADENCE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_ESDHC_IMX policy<{'armhf-generic': 'y'}> +CONFIG_MMC_SDHCI_DOVE policy<{'armhf': 'm'}> +CONFIG_MMC_SDHCI_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_MMC_SDHCI_PXAV3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_SDHCI_F_SDH30 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_IPROC policy<{'arm64': 'm'}> +CONFIG_MMC_SDHCI_MSM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_SDHCI_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_MMC_SDHCI_XENON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MMC_SDHCI_OMAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +# +CONFIG_MMC_SDHCI_PLTFM note + +# Menu: Device Drivers >> MMC/SD/SDIO card support >> Synopsys DesignWare Memory Card Interface +CONFIG_MMC_DW policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_DW_PLTFM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_DW_EXYNOS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_DW_K3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_DW_PCI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MMC_DW_ROCKCHIP policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Macintosh device drivers +CONFIG_MACINTOSH_DRIVERS policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC_EMUMOUSEBTN policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Macintosh device drivers >> Apple Desktop Bus (ADB) support + +# Menu: Device Drivers >> Macintosh device drivers >> New PowerMac thermal control infrastructure +CONFIG_WINDFARM policy<{'ppc64el': 'm'}> + +# Menu: Device Drivers >> Macintosh device drivers >> Support for PMU based PowerMacs + +# Menu: Device Drivers >> Mailbox Hardware Support +CONFIG_MAILBOX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ARM_MHU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PLATFORM_MHU policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PL320_MBOX policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_OMAP2PLUS_MBOX policy<{'armhf': 'm'}> +CONFIG_OMAP_MBOX_KFIFO_SIZE policy<{'armhf': '256'}> +CONFIG_ROCKCHIP_MBOX policy<{'armhf': 'y'}> +CONFIG_PCC policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_ALTERA_MBOX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BCM2835_MBOX policy<{'arm64': 'y'}> +CONFIG_HI6220_MBOX policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MAILBOX_TEST policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_QCOM_APCS_IPC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_XGENE_SLIMPRO_MBOX policy<{'arm64': 'm'}> +CONFIG_BCM_PDC_MBOX policy<{'arm64': 'm'}> +CONFIG_BCM_FLEXRM_MBOX policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Memory Controller drivers +CONFIG_MEMORY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ARM_PL172_MPMC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_TI_EMIF policy<{'armhf': 'm'}> +CONFIG_OMAP_GPMC_DEBUG policy<{'armhf': 'n'}> +CONFIG_MVEBU_DEVBUS policy<{'armhf': 'y'}> +CONFIG_TEGRA20_MC policy<{'armhf-generic': 'y'}> +CONFIG_SAMSUNG_MC policy<{'armhf': 'y'}> +CONFIG_EXYNOS_SROM policy<{'armhf': 'y'}> +CONFIG_TEGRA_MC policy<{'armhf-generic': 'y'}> +CONFIG_TEGRA124_EMC policy<{'armhf-generic': 'y'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support +CONFIG_MTD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MTD_TESTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_CMDLINE_PARTS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_AFS_PARTS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTD_OF_PARTS policy<{'arm64': 'm', 'armhf': 'y', 'ppc64el': 'm'}> +CONFIG_MTD_AR7_PARTS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_BLOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_BLOCK_RO policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFTL_RW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_INFTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RFD_FTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SSFDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SM_FTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_OOPS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_SWAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PARTITIONED_MASTER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_NAND_ECC_SMC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_MTD note +CONFIG_MTD_CMDLINE_PARTS flag +CONFIG_MTD_BLOCK note +CONFIG_MTD_OF_PARTS note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Enable UBI - Unsorted block images +CONFIG_MTD_UBI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_UBI_WL_THRESHOLD policy<{'amd64': '4096', 'arm64': '4096', 'armhf': '4096', 'i386': '4096', 'ppc64el': '4096'}> +CONFIG_MTD_UBI_BEB_LIMIT policy<{'amd64': '20', 'arm64': '20', 'armhf': '20', 'i386': '20', 'ppc64el': '20'}> +CONFIG_MTD_UBI_FASTMAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_UBI_GLUEBI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_UBI_BLOCK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> LPDDR & LPDDR2 PCM memory drivers +CONFIG_MTD_LPDDR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_QINFO_PROBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_LPDDR2_NVM policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Mapping drivers for chip access +CONFIG_MTD_PHYSMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PHYSMAP_COMPAT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_PHYSMAP_OF policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PHYSMAP_OF_VERSATILE policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_PHYSMAP_OF_GEMINI policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_SCx200_DOCFLASH policy<{'i386': 'm'}> +CONFIG_MTD_AMD76XROM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_ICHXROM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_ESB2ROM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_CK804XROM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_SCB2_FLASH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_NETtel policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_L440GX policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_IMPA7 policy<{'armhf': 'm'}> +CONFIG_MTD_INTEL_VR_NOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PLATRAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Mapping drivers for chip access >> Maximum mappable memory available for flash IO + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Mapping drivers for chip access >> Support non-linear mappings of flash chips +CONFIG_MTD_COMPLEX_MAPPINGS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_SBC_GXX policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MTD_PCMCIA_ANONYMOUS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MTD_GPIO_ADDR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_LATCH_ADDR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> NAND Device Support +CONFIG_MTD_NAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_ECC_BCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_NAND_DENALI_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_DENALI_DT policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTD_NAND_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_OMAP2 policy<{'armhf': 'y'}> +CONFIG_MTD_NAND_OMAP_BCH policy<{'armhf': 'y'}> +CONFIG_MTD_NAND_RICOH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_TANGO policy<{'armhf': 'm'}> +CONFIG_MTD_NAND_DISKONCHIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_NAND_DOCG4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_CAFE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_CS553X policy<{'i386': 'm'}> +CONFIG_MTD_NAND_PXA3xx policy<{'armhf': 'm'}> +CONFIG_MTD_NAND_TMIO policy<{'armhf': 'm'}> +CONFIG_MTD_NAND_NANDSIM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_GPMI_NAND policy<{'armhf-generic': 'm'}> +CONFIG_MTD_NAND_BRCMNAND policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTD_NAND_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_NAND_ORION policy<{'armhf': 'm'}> +CONFIG_MTD_NAND_FSL_IFC policy<{'arm64': 'm'}> +CONFIG_MTD_NAND_VF610_NFC policy<{'armhf-generic': 'n'}> +CONFIG_MTD_NAND_MXC policy<{'armhf-generic': 'm'}> +CONFIG_MTD_NAND_SUNXI policy<{'arm64': 'n'}> +CONFIG_MTD_NAND_HISI504 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTD_NAND_QCOM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTD_NAND_MTK policy<{'arm64': 'm', 'armhf': 'm'}> +# +CONFIG_MTD_NAND note +CONFIG_MTD_NAND_OMAP2 note +CONFIG_MTD_NAND_OMAP_BCH note +CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> OneNAND Device Support +CONFIG_MTD_ONENAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_ONENAND_VERIFY_WRITE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_ONENAND_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_ONENAND_OMAP2 policy<{'armhf-generic': 'm'}> +CONFIG_MTD_ONENAND_OTP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_ONENAND_2X_PROGRAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +# +CONFIG_MTD_ONENAND_VERIFY_WRITE note +CONFIG_MTD_ONENAND_OTP flag + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Partition parsers +CONFIG_MTD_SHARPSL_PARTS policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers +CONFIG_MTD_CFI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_JEDECPROBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_CFI_INTELEXT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_CFI_AMDSTD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_CFI_STAA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_RAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_ROM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_ABSENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers >> Flash chip driver advanced configuration options +CONFIG_MTD_CFI_ADV_OPTIONS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers >> Flash chip driver advanced configuration options >> Flash cmd/query data swapping + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers >> Flash chip driver advanced configuration options >> Specific CFI Flash geometry selection +CONFIG_MTD_MAP_BANK_WIDTH_1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_MAP_BANK_WIDTH_2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_MAP_BANK_WIDTH_4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_MAP_BANK_WIDTH_8 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_MAP_BANK_WIDTH_16 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_MAP_BANK_WIDTH_32 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_CFI_I1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_CFI_I2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_CFI_I4 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_CFI_I8 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RedBoot partition table parsing +CONFIG_MTD_REDBOOT_PARTS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK policy<{'amd64': '-1', 'arm64': '-1', 'armhf': '-1', 'i386': '-1', 'ppc64el': '-1'}> +CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_REDBOOT_PARTS_READONLY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> SPI-NOR device support +CONFIG_MTD_SPI_NOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_MT81xx_NOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SPI_CADENCE_QUADSPI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_FSL_QUADSPI policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_SPI_HISI_SFC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_INTEL_SPI_PCI policy<{'amd64': '-', 'i386': 'n'}> +CONFIG_SPI_INTEL_SPI_PLATFORM policy<{'amd64': '-', 'i386': 'n'}> +# +CONFIG_SPI_INTEL_SPI_PCI mark note +CONFIG_SPI_INTEL_SPI_PLATFORM mark note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Self-contained MTD device drivers +CONFIG_MTD_PMC551 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PMC551_BUGFIX policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_PMC551_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_DATAFLASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_DATAFLASH_WRITE_VERIFY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MTD_DATAFLASH_OTP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MTD_M25P80 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_MCHP23K256 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_SST25L policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_BCM47XXSFLASH policy<{'armhf': 'm'}> +CONFIG_MTD_SLRAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_PHRAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_MTDRAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTDRAM_TOTAL_SIZE policy<{'amd64': '4096', 'arm64': '4096', 'armhf': '4096', 'i386': '4096', 'ppc64el': '4096'}> +CONFIG_MTDRAM_ERASE_SIZE policy<{'amd64': '128', 'arm64': '128', 'armhf': '128', 'i386': '128', 'ppc64el': '128'}> +CONFIG_MTD_BLOCK2MTD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_POWERNV_FLASH policy<{'ppc64el': 'm'}> +CONFIG_MTD_DOCG3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Microsoft Hyper-V guest support +CONFIG_HYPERV policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HYPERV_UTILS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HYPERV_BALLOON policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Misc devices +CONFIG_AD525X_DPOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD525X_DPOT_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD525X_DPOT_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DUMMY_IRQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IBM_ASM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PHANTOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_INTEL_MID_PTI policy<{'i386': 'm'}> +CONFIG_SGI_IOC4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_TIFM_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_TIFM_7XX1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ICS932S401 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ENCLOSURE_SERVICES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CS5535_MFGPT policy<{'i386': 'n'}> +CONFIG_HP_ILO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QCOM_COINCELL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_APDS9802ALS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISL29003 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ISL29020 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_TSL2550 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_BH1770 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_APDS990X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HMC6352 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DS1682 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VMWARE_BALLOON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCH_PHUB policy<{'i386': 'm'}> +CONFIG_USB_SWITCH_FSA9480 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LATTICE_ECP3_CONFIG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SRAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_VEXPRESS_SYSCFG policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_PCI_ENDPOINT_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CB710_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CB710_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SENSORS_LIS3_SPI policy<{'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SENSORS_LIS3_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ALTERA_STAPL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_INTEL_MEI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_MEI_ME policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_MEI_TXE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VMWARE_VMCI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ECHO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CXL policy<{'ppc64el': 'm'}> +CONFIG_CXL_BIMODAL policy<{'ppc64el': 'y'}> +# +CONFIG_CS5535_MFGPT note + +# Menu: Device Drivers >> Misc devices >> EEPROM support +CONFIG_EEPROM_AT24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EEPROM_AT25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EEPROM_LEGACY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EEPROM_MAX6875 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EEPROM_93CX6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_EEPROM_93XX46 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EEPROM_IDT_89HPESX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Misc devices >> GenWQE PCIe Accelerator +CONFIG_GENWQE policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY policy<{'amd64': '0', 'arm64': '0', 'ppc64el': '0', 's390x': '0'}> + +# Menu: Device Drivers >> Misc devices >> Intel MIC & related support +CONFIG_INTEL_MIC_BUS policy<{'amd64': 'm'}> +CONFIG_SCIF_BUS policy<{'amd64': 'm'}> +CONFIG_SCIF policy<{'amd64': 'm'}> +CONFIG_MIC_COSM policy<{'amd64': 'm'}> + +# Menu: Device Drivers >> Misc devices >> Intel MIC & related support >> VOP Bus Driver +CONFIG_VOP_BUS policy<{'amd64': 'm'}> +CONFIG_INTEL_MIC_HOST policy<{'amd64': 'm'}> +CONFIG_INTEL_MIC_CARD policy<{'amd64': 'm'}> +CONFIG_VOP policy<{'amd64': 'm'}> + +# Menu: Device Drivers >> Misc devices >> Silicon Labs C2 port support +CONFIG_C2PORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_C2PORT_DURAMAR_2150 policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Misc devices >> Texas Instruments shared transport line discipline +CONFIG_TI_ST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Multifunction device drivers +CONFIG_MFD_CS5535 policy<{'i386': 'm'}> +CONFIG_MFD_ACT8945A policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_SUN4I_GPADC policy<{'arm64': 'm'}> +CONFIG_MFD_AS3711 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_AS3722 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_PMIC_ADP5520 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_AAT2870_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_ATMEL_FLEXCOM policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_ATMEL_HLCDC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_BCM590XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_BD9571MWV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_AC100 policy<{'arm64': 'n'}> +CONFIG_MFD_AXP20X_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_AXP20X_RSB policy<{'arm64': 'm'}> +CONFIG_MFD_CROS_EC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_MFD_CROS_EC_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_MFD_CROS_EC_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_MFD_ASIC3 policy<{'armhf': 'y'}> +CONFIG_PMIC_DA903X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_DA9052_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_DA9052_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_DA9055 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_DA9062 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_DA9063 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_DA9150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_DLN2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_EXYNOS_LPASS policy<{'armhf': 'm'}> +CONFIG_MFD_MC13XXX_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_MC13XXX_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_HI6421_PMIC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_HI655X_PMIC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HTC_PASIC3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_HTC_I2CPLD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_INTEL_QUARK_I2C_GPIO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LPC_ICH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_LPC_SCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_INTEL_SOC_PMIC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_SOC_PMIC_BXTWC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_SOC_PMIC_CHTWC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_SOC_PMIC_CHTDC_TI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MFD_INTEL_LPSS_ACPI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MFD_INTEL_LPSS_PCI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MFD_INTEL_MSIC policy<{'i386': 'y'}> +CONFIG_MFD_JANZ_CMODIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_KEMPLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_88PM800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_88PM805 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_88PM860X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX14577 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX77620 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX77686 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX77693 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX77843 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX8907 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_MAX8925 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX8997 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MAX8998 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_MT6397 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_MENF21BMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_EZX_PCAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_CPCAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_VIPERBOARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_RETU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_PCF50633 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCF50633_ADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCF50633_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_UCB1400_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_PM8XXX policy<{'armhf': 'm'}> +CONFIG_MFD_QCOM_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MFD_SPMI_PMIC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MFD_RDC321X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MFD_RTSX_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_RT5033 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_RTSX_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_RC5T583 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_RK808 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_RN5T618 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_SEC_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_SI476X_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_SM501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_SM501_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_SKY81452 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_SMSC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_SC27XX_PMIC policy<{'arm64': 'm'}> +CONFIG_ABX500_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_AB3100_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AB3100_OTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_STMPE policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_SUN6I_PRCM policy<{'arm64': 'y'}> +CONFIG_MFD_SYSCON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MFD_TI_AM335X_TSCADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MFD_LP3943 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_LP8788 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TI_LMU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_OMAP_USB_HOST policy<{'armhf': 'y'}> +CONFIG_MFD_PALMAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TPS6105X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TPS65010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TPS6507X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TPS65086 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TPS65090 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TPS65217 policy<{'arm64': 'm', 'armhf': 'y', 'ppc64el': 'n'}> +CONFIG_MFD_TPS68470 policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_MFD_TI_LP873X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TI_LP87565 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TPS65218 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TPS6586X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TPS65910 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TPS65912_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TPS65912_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_TPS80031 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TWL4030_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TWL4030_POWER policy<{'armhf': 'y'}> +CONFIG_MFD_TWL4030_AUDIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_TWL6040_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WL1273_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_LM3533 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_TIMBERDALE policy<{'i386': 'm'}> +CONFIG_MFD_TC3589X policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_T7L66XB policy<{'armhf': 'y'}> +CONFIG_MFD_TC6387XB policy<{'armhf': 'y'}> +CONFIG_MFD_TC6393XB policy<{'armhf': 'y'}> +CONFIG_MFD_VX855 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MFD_ARIZONA_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_ARIZONA_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_CS47L24 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM5102 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM5110 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM8997 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM8998 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM8400 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM831X_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM831X_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM8350_I2C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MFD_WM8994 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MFD_VEXPRESS_SYSREG policy<{'arm64': 'y', 'armhf': 'y'}> +# +CONFIG_MFD_SM501 note +CONFIG_MFD_TPS65217 mark note + +# Menu: Device Drivers >> Multifunction device drivers >> Multimedia Capabilities Port drivers + +# Menu: Device Drivers >> Multifunction device drivers >> STMicroelectronics STMPE Interface Drivers +CONFIG_STMPE_I2C policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_STMPE_SPI policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Multimedia support +CONFIG_MEDIA_SUPPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MEDIA_ANALOG_TV_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_DIGITAL_TV_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_RADIO_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_CEC_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_CEC_RC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_CONTROLLER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_CONTROLLER_DVB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_V4L2_SUBDEV_API policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_ADV_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_FIXED_MINOR_RANGES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_PCI_SKELETON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_V4L2_FLASH_LED_CLASS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_NET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DVB_MAX_ADAPTERS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_DVB_DYNAMIC_MINORS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DVB_DEMUX_SECTION_LOSS_LOG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SMS_SDIO_DRV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_FIREDTV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CYPRESS_FIRMWARE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SMS_SIANO_RC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SMS_SIANO_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Multimedia support >> CEC platform devices +CONFIG_CEC_PLATFORM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_MESON_AO_CEC policy<{'armhf': 'm'}> +CONFIG_CEC_GPIO policy<{'amd64-lowlatency': 'm', 'i386-lowlatency': 'm'}> +CONFIG_VIDEO_SAMSUNG_S5P_CEC policy<{'armhf': 'm'}> +CONFIG_VIDEO_TEGRA_HDMI_CEC policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support +CONFIG_MEDIA_CAMERA_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Media test drivers +CONFIG_V4L_TEST_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_VIMC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_VIVID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_VIVID_CEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_VIVID_MAX_DEVS policy<{'amd64': '64', 'arm64': '64', 'armhf': '64', 'i386': '64', 'ppc64el': '64'}> +CONFIG_VIDEO_VIM2M policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Memory-to-memory multimedia devices +CONFIG_V4L_MEM2MEM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_CODA policy<{'armhf-generic': 'm'}> +CONFIG_VIDEO_MEDIATEK_VPU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_MEM2MEM_DEINTERLACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAMSUNG_S5P_G2D policy<{'armhf': 'm'}> +CONFIG_VIDEO_SAMSUNG_S5P_JPEG policy<{'armhf': 'm'}> +CONFIG_VIDEO_SAMSUNG_S5P_MFC policy<{'armhf': 'm'}> +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC policy<{'armhf': 'm'}> +CONFIG_VIDEO_SH_VEU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_RENESAS_FDP1 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_RENESAS_JPU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_RENESAS_FCP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_RENESAS_VSP1 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_ROCKCHIP_RGA policy<{'armhf': 'm'}> +CONFIG_VIDEO_TI_VPE policy<{'armhf': 'm'}> +CONFIG_VIDEO_TI_VPE_DEBUG policy<{'armhf': 'n'}> +CONFIG_VIDEO_QCOM_VENUS policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> V4L platform devices +CONFIG_V4L_PLATFORM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_CAFE_CCIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_VIA_CAMERA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_OMAP2_VOUT policy<{'armhf-generic': 'm'}> +CONFIG_VIDEO_SH_VOU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_MUX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_OMAP3 policy<{'armhf-generic': 'm'}> +CONFIG_VIDEO_OMAP3_DEBUG policy<{'armhf-generic': 'n'}> +CONFIG_VIDEO_QCOM_CAMSS policy<{'arm64': 'm'}> +CONFIG_SOC_CAMERA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SH_MOBILE_CEU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_XILINX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_XILINX_TPG policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_XILINX_VTC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_RCAR_VIN policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VIDEO_TI_CAL policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> V4L platform devices >> Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver +CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS policy<{'armhf': 'n'}> + +# Menu: Device Drivers >> Multimedia support >> Customise DVB Frontends +CONFIG_DVB_STB0899 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STB6100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV090x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0910 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV6110x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV6111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MXL5XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_M88DS3103 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DRXK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA18271C2DD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SI2165 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MN88472 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MN88473 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX24110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX24123 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MT312 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ZL10036 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ZL10039 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_S5H1420 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0288 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STB6000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0299 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV6110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0900 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA8083 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA10086 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA8261 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_VES1X93 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TUNER_ITD1000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TUNER_CX24113 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA826X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TUA6100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX24116 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX24117 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX24120 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SI21XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TS2020 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DS3000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MB86A16 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA10071 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SP8870 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SP887X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX22700 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CX22702 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DRXD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_L64781 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA1004X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_NXT6000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MT352 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ZL10353 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DIB3000MB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DIB3000MC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DIB7000M policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DIB7000P policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA10048 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AF9013 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_EC100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0367 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CXD2820R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CXD2841ER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_RTL2830 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_RTL2832 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_RTL2832_SDR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SI2168 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ZD1301_DEMOD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_VES1820 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA10021 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA10023 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_STV0297 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_NXT200X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_OR51211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_OR51132 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BCM3510 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LGDT330X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LGDT3305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LGDT3306A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LG2160 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_S5H1409 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AU8522_DTV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AU8522_V4L policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_S5H1411 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_S921 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DIB8000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MB86A20S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TC90522 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_PLL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TUNER_DIB0070 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TUNER_DIB0090 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DRX39XYJ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LNBH25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LNBP21 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LNBP22 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ISL6405 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ISL6421 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ISL6423 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_A8293 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_SP2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_LGS8GXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ATBM8830 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TDA665x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_IX2505V policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_M88RS2000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AF9033 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_HORUS3A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_ASCOT2E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_HELENE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DUMMY_FE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_DVB_DUMMY_FE note + +# Menu: Device Drivers >> Multimedia support >> DVB platform devices +CONFIG_DVB_PLATFORM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DVB_C8SECTPFE policy<{'armhf': 'n'}> +# +CONFIG_DVB_C8SECTPFE flag + +# Menu: Device Drivers >> Multimedia support >> I2C Encoders, decoders, sensors and other helper chips +CONFIG_VIDEO_TVAUDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TDA7432 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TDA9840 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TEA6415C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TEA6420 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_MSP3400 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CS3308 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CS5345 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CS53L32A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_UDA1342 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_WM8775 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_WM8739 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_VP27SMPX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SONY_BTF_MPX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA6588 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_ADV7604 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_ADV7842 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_BT819 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_BT856 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_BT866 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_KS0127 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_SAA7110 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_SAA711X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TVP5150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW2804 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW9903 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW9906 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_VPX3220 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_SAA717X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX25840 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7127 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7185 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ADV7170 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ADV7175 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ADV7511 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_OV2640 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_OV7640 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_OV7670 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_MT9M111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_MT9V011 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_UPD64031A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_UPD64083 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA6752HS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_M52790 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters +CONFIG_MEDIA_PCI_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_MEYE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_SOLO6X10 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW5864 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW68 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TW686X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_ZORAN policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_DC30 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_HEXIUM_GEMINI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_HEXIUM_ORION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_MXB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_DT3155 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX18 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX18_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX23885 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_ALTERA_CI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX25821 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX25821_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_BT848 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BT8XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7164 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_COBALT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AV7110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_AV7110_OSD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DVB_B2C2_FLEXCOP_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DVB_PLUTO2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DM1105 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_PT1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_PT3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MANTIS_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_MANTIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_HOPPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_NGENE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DDBRIDGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_DDBRIDGE_MSIENABLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DVB_SMIPCIE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_NETUP_UNIDVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters >> Conexant 2388x (bt878 successor) support +CONFIG_VIDEO_CX88 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX88_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX88_BLACKBIRD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX88_DVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX88_ENABLE_VP3054 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters >> Conexant cx23416/cx23415 MPEG encoder/decoder support +CONFIG_VIDEO_IVTV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_IVTV_DEPRECATED_IOCTLS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_IVTV_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_FB_IVTV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters >> Philips SAA7134 support +CONFIG_VIDEO_SAA7134 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7134_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7134_RC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_SAA7134_DVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_SAA7134_GO7007 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters >> SAA7146 DVB cards (aka Budget, Nova-PCI) +CONFIG_DVB_BUDGET_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BUDGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BUDGET_CI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BUDGET_AV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_BUDGET_PATCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters >> Zoran ZR36060 +CONFIG_VIDEO_ZORAN_ZR36060 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_BUZ policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_DC10 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_LML33 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_LML33R10 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIDEO_ZORAN_AVS6EYES policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters +CONFIG_MEDIA_USB_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_VIDEO_CLASS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_PWC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_PWC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_PWC_INPUT_EVDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_CPIA2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ZR364XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STKWEBCAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_S2255 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_USBTV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_PVRUSB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_PVRUSB2_SYSFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_PVRUSB2_DVB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_PVRUSB2_DEBUGIFC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_VIDEO_HDPVR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_USBVISION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_STK1160_COMMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_GO7007 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_GO7007_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_GO7007_LOADER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_GO7007_USB_S2250_BOARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_AU0828 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_AU0828_V4L2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_AU0828_RC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_TM6000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TM6000_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_TM6000_DVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TTUSB_BUDGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_TTUSB_DEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SMS_USB_DRV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_B2C2_FLEXCOP_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DVB_AS102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_AIRSPY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HACKRF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MSI2500 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_PULSE8_CEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RAINSHADOW_CEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> Conexant cx231xx USB video capture support +CONFIG_VIDEO_CX231XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX231XX_RC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_CX231XX_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_CX231XX_DVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> Empia EM28xx USB devices support +CONFIG_VIDEO_EM28XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_EM28XX_V4L2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_EM28XX_ALSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_EM28XX_DVB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_EM28XX_RC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> GSPCA based webcams +CONFIG_USB_GSPCA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_M5602 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STV06XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GL860 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_BENQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_CONEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_CPIA1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_DTCS033 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_ETOMS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_FINEPIX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_JEILINJ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_JL2005BCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_KINECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_KONICA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_MARS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_MR97310A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_NW80X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_OV519 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_OV534 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_OV534_9 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_PAC207 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_PAC7302 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_PAC7311 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SE401 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SN9C2028 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SN9C20X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SONIXB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SONIXJ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA500 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA505 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA506 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA508 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA561 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SPCA1528 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SQ905 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SQ905C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SQ930X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_STK014 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_STK1135 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_STV0680 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_SUNPLUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_T613 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_TOPRO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_TOUPTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_TV8532 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_VC032X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_VICAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_XIRLINK_CIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GSPCA_ZC3XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> Support for various USB DVB devices +CONFIG_DVB_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DVB_USB_A800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DIBUSB_MB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DIBUSB_MB_FAULTY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DVB_USB_DIBUSB_MC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DIB0700 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_UMT_010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_CXUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_M920X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DIGITV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_VP7045 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_VP702X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_GP8PSK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_NOVA_T_USB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_TTUSB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DTT200U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_OPERA1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AF9005 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AF9005_REMOTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_PCTV452E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DW2102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_CINERGY_T2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DTV5100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_FRIIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AZ6027 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_TECHNISAT_USB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> Support for various USB DVB devices v2 +CONFIG_DVB_USB_V2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AF9015 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AF9035 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_ANYSEE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AU6610 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_AZ6007 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_CE6230 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_EC168 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_GL861 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_LME2510 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_MXL111SF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_RTL28XXU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_DVBSKY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_USB_ZD1301 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Radio Adapters +CONFIG_RADIO_ADAPTERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RADIO_SI470X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SI470X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SI470X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_SI476X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MR800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_DSBR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_MAXIRADIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_SHARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_SHARK2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_KEENE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RAREMONO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MA901 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_TEA5764 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_SAA7706H policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_TEF6862 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RADIO_TIMBERDALE policy<{'i386': 'm'}> +CONFIG_RADIO_WL1273 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Radio Adapters >> ISA radio devices +CONFIG_V4L_RADIO_ISA_DRIVERS policy<{'i386': 'y'}> +CONFIG_RADIO_CADET policy<{'i386': 'm'}> +CONFIG_RADIO_RTRACK policy<{'i386': 'm'}> +CONFIG_RADIO_RTRACK2 policy<{'i386': 'm'}> +CONFIG_RADIO_AZTECH policy<{'i386': 'm'}> +CONFIG_RADIO_GEMTEK policy<{'i386': 'm'}> +CONFIG_RADIO_MIROPCM20 policy<{'i386': 'm'}> +CONFIG_RADIO_SF16FMI policy<{'i386': 'm'}> +CONFIG_RADIO_SF16FMR2 policy<{'i386': 'm'}> +CONFIG_RADIO_TERRATEC policy<{'i386': 'm'}> +CONFIG_RADIO_TRUST policy<{'i386': 'm'}> +CONFIG_RADIO_TYPHOON policy<{'i386': 'm'}> +CONFIG_RADIO_ZOLTRIX policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Radio Adapters >> Silicon Labs Si4713 FM Radio with RDS Transmitter support +CONFIG_RADIO_SI4713 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SI4713 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PLATFORM_SI4713 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I2C_SI4713 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Radio Adapters >> Texas Instruments WL128x FM driver (ST based) +CONFIG_RADIO_WL128X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> SPI helper chips + +# Menu: Device Drivers >> Multimedia support >> Sensors used on soc_camera driver +CONFIG_SOC_CAMERA_IMX074 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_MT9M001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_MT9M111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_MT9T031 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_MT9T112 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_MT9V022 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_OV5642 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_OV772X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_OV9640 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_OV9740 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_RJ54N1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SOC_CAMERA_TW9910 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Software defined radio support +CONFIG_MEDIA_SDR_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MEDIA_SUBDRV_AUTOSELECT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_IR_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Software defined radio support >> Customize TV tuners +CONFIG_MEDIA_TUNER_SIMPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA8290 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA827X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA18271 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA9887 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TEA5761 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TEA5767 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MSI001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MT20XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MT2060 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MT2063 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MT2266 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MT2131 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_QT1010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_XC2028 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_XC5000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_XC4000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MXL5005S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MXL5007T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MC44S803 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MAX2165 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA18218 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_FC0011 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_FC0012 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_FC0013 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TDA18212 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_E4000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_FC2580 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_M88RS6000T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_TUA9001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_SI2157 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_IT913X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_R820T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_MXL301RF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEDIA_TUNER_QM1D1C0042 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Multimedia support >> Software defined radio support >> SDR platform devices +CONFIG_SDR_PLATFORM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIDEO_RCAR_DRIF policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Multiple devices driver support (RAID and LVM) +CONFIG_MD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BCACHE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BCACHE_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BCACHE_CLOSURES_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> Multiple devices driver support (RAID and LVM) >> Device mapper support +CONFIG_BLK_DEV_DM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DM_MQ_DEFAULT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_DM_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_DM_CRYPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_SNAPSHOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_THIN_PROVISIONING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_CACHE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_CACHE_SMQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_ERA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_MIRROR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_LOG_USERSPACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_RAID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_ZERO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_MULTIPATH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_MULTIPATH_QL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_MULTIPATH_ST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_DELAY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_UEVENT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DM_FLAKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_VERITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_VERITY_FEC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DM_SWITCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_LOG_WRITES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_INTEGRITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DM_ZONED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_BLK_DEV_DM mark note + +# Menu: Device Drivers >> Multiple devices driver support (RAID and LVM) >> RAID support +CONFIG_BLK_DEV_MD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MD_AUTODETECT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MD_LINEAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_RAID0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_RAID1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_RAID10 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_RAID456 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_MULTIPATH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'y'}> +CONFIG_MD_FAULTY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MD_CLUSTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Multiplexer drivers +CONFIG_MUX_ADG792A policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MUX_GPIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MUX_MMIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> NVDIMM (Non-Volatile Memory Device) Support +CONFIG_LIBNVDIMM policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_BLK_DEV_PMEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ND_BLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BTT policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NVDIMM_PFN policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_NVDIMM_DAX policy<{'amd64': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> NVME Support +CONFIG_BLK_DEV_NVME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NVME_MULTIPATH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NVME_RDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVME_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> NVME Support >> NVMe Target support +CONFIG_NVME_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVME_TARGET_LOOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVME_TARGET_RDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVME_TARGET_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVME_TARGET_FCLOOP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> NVMEM Support +CONFIG_NVMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NVMEM_IMX_IIM policy<{'armhf-generic': 'm'}> +CONFIG_NVMEM_IMX_OCOTP policy<{'armhf-generic': 'm'}> +CONFIG_MTK_EFUSE policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_QCOM_QFPROM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ROCKCHIP_EFUSE policy<{'armhf': 'm'}> +CONFIG_NVMEM_BCM_OCOTP policy<{'arm64': 'm'}> +CONFIG_NVMEM_SUNXI_SID policy<{'arm64': 'm'}> +CONFIG_UNIPHIER_EFUSE policy<{'armhf': 'm'}> +CONFIG_NVMEM_VF610_OCOTP policy<{'armhf-generic': 'n'}> +CONFIG_MESON_MX_EFUSE policy<{'armhf': 'm'}> +CONFIG_NVMEM_SNVS_LPGPR policy<{'armhf-generic': 'm'}> +# +CONFIG_NVMEM flag note + +# Menu: Device Drivers >> Network device support +CONFIG_NETDEVICES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CAIF_TTY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAIF_SPI_SLAVE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAIF_SPI_SYNC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CAIF_HSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAIF_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FDDI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_DEFXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DEFXX_MMIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SKFP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HIPPI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NET_SB1000 policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_MDIO_DEVICE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MDIO_BCM_IPROC policy<{'arm64': 'n'}> +CONFIG_MDIO_BCM_UNIMAC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_BITBANG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MDIO_BUS_MUX_BCM_IPROC policy<{'arm64': 'y'}> +CONFIG_MDIO_BUS_MUX_GPIO policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_BUS_MUX_MMIOREG policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_HISI_FEMAC policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_OCTEON policy<{'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_MDIO_SUN4I policy<{'arm64': 'n'}> +CONFIG_MDIO_THUNDER policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MDIO_XGENE policy<{'arm64': 'm'}> +CONFIG_MICREL_KS8995MA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PLIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_XEN_NETDEV_FRONTEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XEN_NETDEV_BACKEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_VMXNET3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 's390x': 'n'}> +CONFIG_FUJITSU_ES policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_THUNDERBOLT_NET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HYPERV_NET policy<{'amd64': 'm', 'i386': 'm'}> +# +CONFIG_HIPPI note +CONFIG_XEN_NETDEV_FRONTEND note +CONFIG_DEFXX_MMIO flag + +# Menu: Device Drivers >> Network device support >> ARCnet support +CONFIG_ARCNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ARCNET_1201 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_1051 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_CAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_COM90xx policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_COM90xxIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_RIM_I policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> ARCnet support >> ARCnet COM20020 chipset driver +CONFIG_ARCNET_COM20020 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_COM20020_ISA policy<{'i386': 'm'}> +CONFIG_ARCNET_COM20020_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARCNET_COM20020_CS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Network device support >> ATM drivers +CONFIG_ATM_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATM_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_TCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_LANAI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_ENI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_ENI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_FIRESTREAM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ATM_ZATM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ATM_ZATM_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_ATM_NICSTAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_NICSTAR_USE_SUNI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_NICSTAR_USE_IDT77105 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_IDT77252 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_IDT77252_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_IDT77252_RCV_ALL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_AMBASSADOR policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ATM_AMBASSADOR_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_ATM_HORIZON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ATM_HORIZON_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_ATM_IA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_IA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_HE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_HE_USE_SUNI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATM_SOLOS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_ATM_NICSTAR_USE_IDT77105 flag + +# Menu: Device Drivers >> Network device support >> ATM drivers >> FORE Systems 200E-series +CONFIG_ATM_FORE200E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_FORE200E_USE_TASKLET policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_FORE200E_TX_RETRY policy<{'amd64': '16', 'arm64': '16', 'armhf': '16', 'i386': '16', 'ppc64el': '16'}> +CONFIG_ATM_FORE200E_DEBUG policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> + +# Menu: Device Drivers >> Network device support >> ATM drivers >> Fine-tune burst settings +CONFIG_ATM_ENI_TUNE_BURST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Distributed Switch Architecture drivers +CONFIG_NET_DSA_BCM_SF2 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_LOOP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NET_DSA_MT7530 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_MV88E6060 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_MV88E6XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_MV88E6XXX_GLOBAL2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NET_DSA_QCA8K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_SMSC_LAN9303_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_DSA_SMSC_LAN9303_MDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_NET_DSA_LOOP flag + +# Menu: Device Drivers >> Network device support >> Distributed Switch Architecture drivers >> Broadcom BCM53xx managed switch support +CONFIG_B53 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B53_SPI_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B53_MDIO_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B53_MMAP_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B53_SRAB_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Distributed Switch Architecture drivers >> Microchip KSZ series switch support +CONFIG_MICROCHIP_KSZ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MICROCHIP_KSZ_SPI_DRIVER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support +CONFIG_ETHERNET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_VENDOR_ADAPTEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ADAPTEC_STARFIRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_AGERE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ET131X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_ALACRITECH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLICOSS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_VENDOR_ALLWINNER policy<{'arm64': 'y'}> +CONFIG_SUN4I_EMAC policy<{'arm64': 'n'}> +CONFIG_NET_VENDOR_ALTEON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ACENIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ACENIC_OMIT_TIGON_I policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ALTERA_TSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NET_VENDOR_AMAZON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ENA_ETHERNET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NET_XGENE policy<{'arm64': 'm'}> +CONFIG_NET_XGENE_V2 policy<{'arm64': 'm'}> +CONFIG_NET_VENDOR_AQUANTIA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AQTION policy<{'amd64': 'm'}> +CONFIG_NET_VENDOR_ARC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EMAC_ROCKCHIP policy<{'armhf': 'm'}> +CONFIG_NET_VENDOR_AURORA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AURORA_NB8800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CADENCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MACB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MACB_USE_HWSTAMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MACB_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_NET_VENDOR_BROCADE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_BNA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_CALXEDA_XGMAC policy<{'armhf': 'm'}> +CONFIG_NET_VENDOR_CISCO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ENIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CX_ECAT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DM9000 policy<{'armhf': 'm'}> +CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL policy<{'armhf': 'n'}> +CONFIG_DNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NET_VENDOR_DEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NET_VENDOR_DLINK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_DL2K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SUNDANCE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SUNDANCE_MMIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NET_VENDOR_EMULEX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_BE2NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BE2NET_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NET_VENDOR_EZCHIP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EZCHIP_NPS_MANAGEMENT_ENET policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_EXAR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_S2IO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VXGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VXGE_DEBUG_TRACE_ALL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NET_VENDOR_FARADAY policy<{'armhf': 'y'}> +CONFIG_FTMAC100 policy<{'armhf': 'm'}> +CONFIG_FTGMAC100 policy<{'armhf': 'm'}> +CONFIG_NET_VENDOR_FUJITSU policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PCMCIA_FMVJ18X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NET_VENDOR_HP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HP100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_HUAWEI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HINIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_JME policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NET_VENDOR_MEDIATEK policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_NET_VENDOR_MICROCHIP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ENC28J60 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ENC28J60_WRITEVERIFY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ENCX24J600 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_MYRI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MYRI10GE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MYRI10GE_DCA policy<{'amd64': 'y'}> +CONFIG_FEALNX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NET_VENDOR_NETRONOME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NFP_APP_FLOWER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NFP_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NET_VENDOR_NVIDIA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_FORCEDETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_OKI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PCH_GBE policy<{'i386': 'm'}> +CONFIG_ETHOC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NET_PACKET_ENGINE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HAMACHI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_YELLOWFIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_RENESAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SH_ETH policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RAVB policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_NET_VENDOR_RDC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_R6040 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_ROCKER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ROCKER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_SAMSUNG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SXGBE_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_SEEQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NET_VENDOR_SILAN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SC92031 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_SIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SIS900 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SIS190 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_SOLARFLARE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SFC_FALCON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SFC_FALCON_MTD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NET_VENDOR_SOCIONEXT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SNI_NETSEC policy<{'arm64': 'm'}> +CONFIG_NET_VENDOR_STMICRO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_STMMAC_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_STMMAC_PCI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NET_VENDOR_TEHUTI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_TEHUTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_VIA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_VIA_RHINE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIA_RHINE_MMIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIA_VELOCITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_WIZNET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_WIZNET_W5100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WIZNET_W5300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WIZNET_W5100_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_VENDOR_XIRCOM policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PCMCIA_XIRC2PS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NET_VENDOR_SYNOPSYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DWC_XLGMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DWC_XLGMAC_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_NET_VENDOR_EMULEX note + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> 3Com devices +CONFIG_NET_VENDOR_3COM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EL3 policy<{'i386': 'm'}> +CONFIG_3C515 policy<{'i386': 'm'}> +CONFIG_PCMCIA_3C574 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_3C589 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VORTEX policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TYPHOON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> AMD devices +CONFIG_NET_VENDOR_AMD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_AMD8111_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LANCE policy<{'i386': 'm'}> +CONFIG_PCNET32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_NMCLAN policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NI65 policy<{'i386': 'm'}> +CONFIG_AMD_XGBE policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_AMD_XGBE_DCB policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Apple devices + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Atheros devices +CONFIG_NET_VENDOR_ATHEROS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ATL2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATL1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATL1E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATL1C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ALX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Blackfin on-chip MAC support + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Broadcom devices +CONFIG_NET_VENDOR_BROADCOM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_B44 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BCMGENET policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_BNX2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CNIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TIGON3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TIGON3_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BNX2X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BNX2X_SRIOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BGMAC_PLATFORM policy<{'arm64': 'y'}> +CONFIG_SYSTEMPORT policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +# +CONFIG_TIGON3 flag + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Broadcom devices >> Broadcom NetXtreme-C/E support +CONFIG_BNXT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BNXT_SRIOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BNXT_FLOWER_OFFLOAD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BNXT_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Cavium ethernet drivers +CONFIG_NET_VENDOR_CAVIUM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_THUNDER_NIC_PF policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_THUNDER_NIC_VF policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_THUNDER_NIC_BGX policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_THUNDER_NIC_RGX policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_LIQUIDIO policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_LIQUIDIO_VF policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Chelsio devices +CONFIG_NET_VENDOR_CHELSIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_CHELSIO_T1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHELSIO_T1_1G policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CHELSIO_T3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHELSIO_T4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHELSIO_T4_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CHELSIO_T4_FCOE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CHELSIO_T4VF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Cirrus devices +CONFIG_NET_VENDOR_CIRRUS policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_CS89x0 policy<{'armhf': 'm', 'i386': 'm'}> +CONFIG_CS89x0_PLATFORM policy<{'armhf': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> DEC - Tulip devices +CONFIG_NET_TULIP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DE2104X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DE2104X_DSL policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_DE4X5 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WINBOND_840 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DM9102 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ULI526X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_XIRCOM policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> DEC - Tulip devices >> DECchip Tulip (dc2114x) PCI support +CONFIG_TULIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TULIP_MWI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_TULIP_MMIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_TULIP_NAPI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_TULIP_NAPI flag + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Freescale devices +CONFIG_NET_VENDOR_FREESCALE policy<{'arm64': 'y', 'armhf-generic': 'y'}> +CONFIG_FEC policy<{'armhf-generic': 'y'}> +CONFIG_FSL_FMAN policy<{'arm64': 'y'}> +CONFIG_FSL_PQ_MDIO policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_FSL_XGMAC_MDIO policy<{'arm64': 'y', 'armhf-generic': 'y'}> +CONFIG_GIANFAR policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_FSL_DPAA_ETH policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Freescale devices >> Freescale Ethernet Driver + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Hisilicon devices +CONFIG_NET_VENDOR_HISILICON policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_HIX5HD2_GMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HISI_FEMAC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HIP04_ETH policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS_DSAF policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS_ENET policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS3_HCLGE policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_HNS3_ENET policy<{'arm64': 'm'}> +CONFIG_HNS3_DCB policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> IBM devices +CONFIG_NET_VENDOR_IBM policy<{'ppc64el': 'y'}> +CONFIG_IBMVETH policy<{'ppc64el': 'm'}> +CONFIG_IBMVNIC policy<{'ppc64el': 'm'}> +# +CONFIG_IBMVNIC mark note + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> IBM devices >> IBM EMAC Ethernet support + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Intel (82586/82593/82596) devices +CONFIG_NET_VENDOR_I825XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Intel devices +CONFIG_NET_VENDOR_INTEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_E100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_E1000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_E1000E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_E1000E_HWTS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IGB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IGB_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IGB_DCA policy<{'amd64': 'y'}> +CONFIG_IGBVF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IXGB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IXGBEVF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I40E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_I40E_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I40EVF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FM10K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Intel devices >> Intel(R) 10GbE PCI Express adapters support +CONFIG_IXGBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IXGBE_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IXGBE_DCA policy<{'amd64': 'y'}> +CONFIG_IXGBE_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Marvell devices +CONFIG_NET_VENDOR_MARVELL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MV643XX_ETH policy<{'armhf': 'm'}> +CONFIG_MVMDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MVNETA_BM_ENABLE policy<{'armhf': 'n'}> +CONFIG_MVNETA policy<{'armhf': 'm'}> +CONFIG_MVPP2 policy<{'armhf': 'm'}> +CONFIG_PXA168_ETH policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SKGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SKGE_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SKGE_GENESIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SKY2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SKY2_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Mellanox devices +CONFIG_NET_VENDOR_MELLANOX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX4_EN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MLX4_EN_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX4_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX4_CORE_GEN2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MLX5_FPGA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLXFW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Mellanox devices >> Mellanox Technologies ConnectX-4 Ethernet support +CONFIG_MLX5_CORE_EN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_MPFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_ESWITCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_CORE_EN_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_CORE_IPOIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MLX5_EN_IPSEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Mellanox devices >> Mellanox Technologies Switch ASICs support +CONFIG_MLXSW_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MLXSW_CORE_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MLXSW_CORE_THERMAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MLXSW_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLXSW_MINIMAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Mellanox devices >> Mellanox Technologies Switch ASICs support >> PCI bus implementation for Mellanox Technologies Switch ASICs +CONFIG_MLXSW_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MLXSW_SWITCHIB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLXSW_SWITCHX2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLXSW_SPECTRUM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MLXSW_SPECTRUM_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Micrel devices +CONFIG_NET_VENDOR_MICREL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_KS8842 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KS8851 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KS8851_MLL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KSZ884X_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> National Semi-conductor 8390 devices +CONFIG_NET_VENDOR_8390 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PCMCIA_AXNET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_AX88796 policy<{'armhf': 'm'}> +CONFIG_AX88796_93CX6 policy<{'armhf': 'n'}> +CONFIG_NE2000 policy<{'i386': 'm'}> +CONFIG_NE2K_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_PCNET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ULTRA policy<{'i386': 'm'}> +CONFIG_WD80x3 policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> National Semi-conductor devices +CONFIG_NET_VENDOR_NATSEMI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NATSEMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NS83820 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> QLogic devices +CONFIG_NET_VENDOR_QLOGIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_QLA3XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QLGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NETXEN_NIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QED_SRIOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_QEDE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> QLogic devices >> QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support +CONFIG_QLCNIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_QLCNIC_SRIOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_QLCNIC_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_QLCNIC_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Qualcomm devices +CONFIG_NET_VENDOR_QUALCOMM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_QCA7000_SPI policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_QCA7000_UART policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_QCOM_EMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RMNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Realtek devices +CONFIG_NET_VENDOR_REALTEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ATP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_8139CP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_R8169 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Realtek devices >> RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support +CONFIG_8139TOO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_8139TOO_PIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_8139TOO_TUNE_TWISTER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_8139TOO_8129 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_8139_OLD_RX_RESET policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_8139TOO_TUNE_TWISTER flag + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> SMC (SMSC)/Western Digital devices +CONFIG_NET_VENDOR_SMSC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SMC9194 policy<{'i386': 'm'}> +CONFIG_SMC91X policy<{'arm64': 'y', 'armhf': 'm'}> +CONFIG_PCMCIA_SMC91C92 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EPIC100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SMC911X policy<{'armhf': 'm'}> +CONFIG_SMSC911X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SMSC9420 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> STMMAC Platform bus support +CONFIG_STMMAC_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DWMAC_DWC_QOS_ETH policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DWMAC_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DWMAC_IPQ806X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_DWMAC_MESON policy<{'armhf': 'm'}> +CONFIG_DWMAC_ROCKCHIP policy<{'armhf': 'm'}> +CONFIG_DWMAC_SUNXI policy<{'arm64': 'n'}> +CONFIG_DWMAC_SUN8I policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Solarflare SFC9000/SFC9100-family support +CONFIG_SFC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SFC_MTD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SFC_MCDI_MON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SFC_SRIOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SFC_MCDI_LOGGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Sun devices +CONFIG_NET_VENDOR_SUN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HAPPYMEAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SUNGEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CASSINI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NIU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Texas Instruments (TI) devices +CONFIG_NET_VENDOR_TI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_TI_DAVINCI_EMAC policy<{'armhf-generic': 'm'}> +CONFIG_TI_DAVINCI_MDIO policy<{'armhf': 'y'}> +CONFIG_TI_DAVINCI_CPDMA policy<{'armhf': 'y'}> +CONFIG_TI_CPSW_ALE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TI_CPSW policy<{'armhf': 'y'}> +CONFIG_TI_CPTS policy<{'armhf': 'y'}> +CONFIG_TLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Toshiba devices + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> WIZnet interface mode +CONFIG_WIZNET_BUS_DIRECT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_WIZNET_BUS_INDIRECT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_WIZNET_BUS_ANY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Ethernet driver support >> Xilinx devices +CONFIG_NET_VENDOR_XILINX policy<{'ppc64el': 'y'}> +CONFIG_XILINX_LL_TEMAC policy<{'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> IEEE 802.15.4 drivers +CONFIG_IEEE802154_DRIVERS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_FAKELB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_AT86RF230 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_AT86RF230_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IEEE802154_MRF24J40 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_CC2520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_ATUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_ADF7242 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_CA8210 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_IEEE802154_CA8210_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> Network device support >> Network core driver support +CONFIG_NET_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BONDING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_EQUALIZER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_FC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IFB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MACVLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MACVTAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPVLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPVTAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VXLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GENEVE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MACSEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETCONSOLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETCONSOLE_DYNAMIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NTB_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RIONET policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RIONET_TX_SIZE policy<{'amd64': '128', 'i386': '128', 'ppc64el': '128'}> +CONFIG_RIONET_RX_SIZE policy<{'amd64': '128', 'i386': '128', 'ppc64el': '128'}> +CONFIG_TUN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TUN_VNET_CROSS_LE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_VETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VIRTIO_NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_VRF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VSOCKMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_VIRTIO_NET note flag + +# Menu: Device Drivers >> Network device support >> Network core driver support >> Ethernet team driver support +CONFIG_NET_TEAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TEAM_MODE_BROADCAST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TEAM_MODE_ROUNDROBIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TEAM_MODE_RANDOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TEAM_MODE_ACTIVEBACKUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TEAM_MODE_LOADBALANCE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Network device support >> PHY Device support and infrastructure +CONFIG_PHYLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_LED_TRIGGER_PHY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AMD_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AQUANTIA_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AT803X_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BCM7XXX_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BCM87XX_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BROADCOM_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CICADA_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CORTINA_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DAVICOM_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DP83822_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DP83848_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DP83867_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FIXED_PHY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_ICPLUS_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INTEL_XWAY_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_LSI_ET1011C_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_LXT_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MARVELL_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MARVELL_10G_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MESON_GXL_PHY policy<{'armhf': 'm'}> +CONFIG_MICREL_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MICROCHIP_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MICROSEMI_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NATIONAL_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_QSEMI_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_REALTEK_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RENESAS_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ROCKCHIP_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SMSC_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_STE10XP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TERANETICS_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VITESSE_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_XILINX_GMII2RGMII policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Network device support >> PPP (point-to-point protocol) support +CONFIG_PPP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PPP_BSDCOMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPP_DEFLATE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPP_FILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PPP_MPPE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPP_MULTILINK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PPPOATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPPOE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPPOL2TP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPP_ASYNC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPP_SYNC_TTY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> S/390 network device drivers +CONFIG_LCS policy<{'s390x': 'm'}> +CONFIG_CTCM policy<{'s390x': 'm'}> +CONFIG_NETIUCV policy<{'s390x': 'm'}> +CONFIG_SMSGIUCV policy<{'s390x': 'y'}> +CONFIG_SMSGIUCV_EVENT policy<{'s390x': 'm'}> +CONFIG_QETH policy<{'s390x': 'm'}> +CONFIG_QETH_L2 policy<{'s390x': 'm'}> +CONFIG_QETH_L3 policy<{'s390x': 'm'}> + +# Menu: Device Drivers >> Network device support >> SLIP (serial line) support +CONFIG_SLIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SLIP_COMPRESSED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SLIP_SMART policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SLIP_MODE_SLIP6 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> USB Network Adapters +CONFIG_USB_NET_DRIVERS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CATC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_KAWETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_PEGASUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RTL8150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RTL8152 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_LAN78XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HSO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_IPHETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> USB Network Adapters >> Multi-purpose USB Networking Framework +CONFIG_USB_USBNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_AX8817X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_AX88179_178A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CDCETHER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CDC_EEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CDC_NCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_HUAWEI_CDC_NCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CDC_MBIM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_DM9601 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_SR9700 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_SR9800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_SMSC75XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_SMSC95XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_GL620A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_NET1080 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_PLUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_MCS7830 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_RNDIS_HOST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_ZAURUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CX82310_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_KALMIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_QMI_WWAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_INT51X1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CDC_PHONET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SIERRA_NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_VL600 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_CH9200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> USB Network Adapters >> Multi-purpose USB Networking Framework >> Simple USB Network Links (CDC Ethernet subset) +CONFIG_USB_NET_CDC_SUBSET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ALI_M5632 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_AN2720 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_BELKIN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ARMLINUX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_EPSON2888 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_KC2190 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wan interfaces support +CONFIG_WAN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HOSTESS_SV11 policy<{'i386': 'm'}> +CONFIG_COSA policy<{'i386': 'm'}> +CONFIG_LANMEDIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SEALEVEL_4021 policy<{'i386': 'm'}> +CONFIG_SLIC_DS26522 policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_DLCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DLCI_MAX policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_SDLA policy<{'i386': 'm'}> +CONFIG_LAPBETHER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_X25_ASY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SBNI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SBNI_MULTILINE policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wan interfaces support >> Generic HDLC layer +CONFIG_HDLC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_RAW_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_CISCO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_FR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_PPP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDLC_X25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCI200SYN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WANXL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PC300TOO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_N2 policy<{'i386': 'm'}> +CONFIG_C101 policy<{'i386': 'm'}> +CONFIG_FARSYNC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DSCC4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DSCC4_PCISYNC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DSCC4_PCI_RST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> WiMAX Wireless Broadband devices +CONFIG_WIMAX_I2400M_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WIMAX_I2400M_DEBUG_LEVEL policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN +CONFIG_WLAN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WIRELESS_WDS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_WLAN_VENDOR_ADMTEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ADM8211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLAN_VENDOR_ATMEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATMEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCI_ATMEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_ATMEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_AT76C50X_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLAN_VENDOR_CISCO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AIRO policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AIRO_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_WLAN_VENDOR_MEDIATEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MT7601U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLAN_VENDOR_RALINK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WLAN_VENDOR_RSI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WLAN_VENDOR_ST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CW1200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CW1200_WLAN_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CW1200_WLAN_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLAN_VENDOR_ZYDAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ZD1201 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ZD1211RW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ZD1211RW_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_WLAN_VENDOR_QUANTENNA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_QTNFMAC_PEARL_PCIE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_RAYCS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_WL3501 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MAC80211_HWSIM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET_RNDIS_WLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices +CONFIG_WLAN_VENDOR_ATH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATH5K_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_BTCOEX_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_HTC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH9K_HTC_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AR5523 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WCN36XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WCN36XX_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Atheros 5xxx wireless cards support +CONFIG_ATH5K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH5K_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATH5K_TRACER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Atheros 802.11ac wireless cards support +CONFIG_ATH10K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH10K_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH10K_AHB policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_ATH10K_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH10K_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH10K_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATH10K_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH10K_TRACING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Atheros 802.11n wireless cards support +CONFIG_ATH9K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH9K_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_AHB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_STATION_STATISTICS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_DYNACK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATH9K_WOW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_RFKILL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_CHANNEL_CONTEXT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_PCOEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATH9K_HWRNG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Atheros mobile chipsets support +CONFIG_ATH6KL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH6KL_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH6KL_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATH6KL_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATH6KL_TRACING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Linux Community AR9170 802.11n USB support +CONFIG_CARL9170 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CARL9170_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CARL9170_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CARL9170_HWRNG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros/Qualcomm devices >> Wilocity 60g WiFi card wil6210 support +CONFIG_WIL6210 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WIL6210_ISR_COR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WIL6210_TRACING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WIL6210_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Broadcom devices +CONFIG_WLAN_VENDOR_BROADCOM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43LEGACY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B43LEGACY_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BRCMSMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Broadcom devices >> Broadcom 43xx wireless support (mac80211 stack) +CONFIG_B43 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_B43_SDIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_B43_PHY_G policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43_PHY_N policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43_PHY_LP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43_PHY_HT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Broadcom devices >> Broadcom 43xx wireless support (mac80211 stack) >> Supported bus types +CONFIG_B43_BUSES_BCMA_AND_SSB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43_BUSES_BCMA policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_B43_BUSES_SSB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Broadcom devices >> Broadcom 43xx-legacy data transfer mode +CONFIG_B43LEGACY_DMA_AND_PIO_MODE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_B43LEGACY_DMA_MODE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_B43LEGACY_PIO_MODE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Broadcom devices >> Broadcom FullMAC WLAN driver +CONFIG_BRCMFMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BRCMFMAC_SDIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BRCMFMAC_USB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BRCMFMAC_PCIE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BRCM_TRACING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BRCMDBG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_BRCMDBG flag + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel devices +CONFIG_WLAN_VENDOR_INTEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPW2100_MONITOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2100_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_LIBIPW_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IWL4965 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IWL3945 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel devices >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection +CONFIG_IPW2200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IPW2200_MONITOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2200_RADIOTAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2200_PROMISCUOUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2200_QOS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IPW2200_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel devices >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) +CONFIG_IWLWIFI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IWLDVM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IWLMVM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IWLWIFI_BCAST_FILTERING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IWLWIFI_PCIE_RTPM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel devices >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) >> Debugging Options +CONFIG_IWLWIFI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IWLWIFI_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IWLWIFI_DEVICE_TRACING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel devices >> iwl3945 / iwl4965 Debugging Options +CONFIG_IWLEGACY_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IWLEGACY_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intersil devices +CONFIG_WLAN_VENDOR_INTERSIL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PRISM54 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intersil devices >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) +CONFIG_HERMES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HERMES_PRISM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HERMES_CACHE_FW_ON_INIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PLX_HERMES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TMD_HERMES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NORTEL_HERMES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PCMCIA_HERMES policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_SPECTRUM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ORINOCO_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intersil devices >> IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) +CONFIG_HOSTAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HOSTAP_FIRMWARE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HOSTAP_FIRMWARE_NVRAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HOSTAP_PLX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HOSTAP_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HOSTAP_CS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intersil devices >> Softmac Prism54 support +CONFIG_P54_COMMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_P54_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_P54_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_P54_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_P54_SPI_DEFAULT_EEPROM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Marvell devices +CONFIG_WLAN_VENDOR_MARVELL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LIBERTAS_THINFIRM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LIBERTAS_THINFIRM_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_LIBERTAS_THINFIRM_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MWL8K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Marvell devices >> Marvell 8xxx Libertas WLAN driver support +CONFIG_LIBERTAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LIBERTAS_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LIBERTAS_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LIBERTAS_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LIBERTAS_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LIBERTAS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_LIBERTAS_MESH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Marvell devices >> Marvell WiFi-Ex Driver +CONFIG_MWIFIEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MWIFIEX_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MWIFIEX_PCIE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MWIFIEX_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Ralink driver support +CONFIG_RT2X00 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2400PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2500PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT61PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2500USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT73USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2X00_LIB_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RT2X00_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Ralink driver support >> Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support +CONFIG_RT2800PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2800PCI_RT33XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800PCI_RT35XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800PCI_RT53XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800PCI_RT3290 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Ralink driver support >> Ralink rt27xx/rt28xx/rt30xx (USB) support +CONFIG_RT2800USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RT2800USB_RT33XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800USB_RT35XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800USB_RT3573 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800USB_RT53XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800USB_RT55XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RT2800USB_UNKNOWN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Realtek devices +CONFIG_WLAN_VENDOR_REALTEK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTL8180 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8187 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8XXXU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8XXXU_UNTESTED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Realtek devices >> Realtek rtlwifi family of devices +CONFIG_RTL_CARDS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192CE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192SE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192DE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8723AE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8723BE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8188EE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192EE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8821AE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192CU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTLWIFI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Redpine Signals Inc 91x WLAN driver support +CONFIG_RSI_91X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RSI_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RSI_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RSI_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Texas Instrument devices +CONFIG_WLAN_VENDOR_TI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_WL1251 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WL1251_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WL1251_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WL12XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WL18XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLCORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WLCORE_SPI policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_WLCORE_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WILINK_PLATFORM_DATA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Non-Transparent Bridge support +CONFIG_NTB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NTB_AMD policy<{'amd64': 'n'}> +CONFIG_NTB_IDT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NTB_INTEL policy<{'amd64': 'm'}> +CONFIG_NTB_SWITCHTEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NTB_PINGPONG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NTB_TOOL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NTB_PERF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NTB_TRANSPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Open-Channel SSD target support +CONFIG_NVM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NVM_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NVM_RRPC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NVM_PBLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> PHY Subsystem +CONFIG_GENERIC_PHY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PHY_XGENE policy<{'arm64': 'y'}> +CONFIG_PHY_SUN4I_USB policy<{'arm64': 'm'}> +CONFIG_PHY_SUN9I_USB policy<{'arm64': 'n'}> +CONFIG_PHY_MESON8B_USB2 policy<{'armhf': 'm'}> +CONFIG_PHY_MESON_GXL_USB2 policy<{'armhf': 'm'}> +CONFIG_BCM_KONA_USB2_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PHY_BCM_NS_USB2 policy<{'arm64': 'm'}> +CONFIG_PHY_BCM_NS_USB3 policy<{'arm64': 'm'}> +CONFIG_PHY_NS2_PCIE policy<{'arm64': 'y'}> +CONFIG_PHY_NS2_USB_DRD policy<{'arm64': 'm'}> +CONFIG_PHY_BRCM_SATA policy<{'arm64': 'y'}> +CONFIG_PHY_BRCM_USB policy<{'arm64': 'm'}> +CONFIG_PHY_HI6220_USB policy<{'arm64': 'm'}> +CONFIG_PHY_HIX5HD2_SATA policy<{'armhf': 'm'}> +CONFIG_PHY_BERLIN_SATA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_BERLIN_USB policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_MVEBU_CP110_COMPHY policy<{'armhf': 'm'}> +CONFIG_PHY_PXA_28NM_HSIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PHY_PXA_28NM_USB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PHY_MTK_TPHY policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_CPCAP_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PHY_QCOM_APQ8064_SATA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_QCOM_IPQ806X_SATA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_QCOM_QMP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_QCOM_QUSB2 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_QCOM_UFS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_QCOM_USB_HS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PHY_QCOM_USB_HSIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PHY_RCAR_GEN2 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_RCAR_GEN3_USB2 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_RCAR_GEN3_USB3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_DP policy<{'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_EMMC policy<{'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_INNO_USB2 policy<{'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_PCIE policy<{'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_TYPEC policy<{'armhf': 'm'}> +CONFIG_PHY_ROCKCHIP_USB policy<{'armhf': 'm'}> +CONFIG_PHY_EXYNOS_DP_VIDEO policy<{'armhf': 'y'}> +CONFIG_PHY_EXYNOS_MIPI_VIDEO policy<{'armhf': 'y'}> +CONFIG_PHY_EXYNOS_PCIE policy<{'armhf': 'y'}> +CONFIG_PHY_SAMSUNG_USB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PHY_EXYNOS5_USBDRD policy<{'armhf': 'm'}> +CONFIG_PHY_EXYNOS5250_SATA policy<{'armhf': 'y'}> +CONFIG_PHY_TEGRA_XUSB policy<{'armhf-generic': 'm'}> +CONFIG_PHY_DM816X_USB policy<{'armhf': 'm'}> +CONFIG_OMAP_CONTROL_PHY policy<{'armhf': 'm'}> +CONFIG_OMAP_USB2 policy<{'armhf': 'm'}> +CONFIG_TI_PIPE3 policy<{'armhf': 'm'}> +CONFIG_PHY_TUSB1210 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TWL4030_USB policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> PPS support +CONFIG_PPS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_PPS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PPS_CLIENT_KTIMER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PPS_CLIENT_LDISC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PPS_CLIENT_PARPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PPS_CLIENT_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +# +CONFIG_PPS_CLIENT_KTIMER flag +CONFIG_PPS flag + +# Menu: Device Drivers >> PTP clock support +CONFIG_PTP_1588_CLOCK_PCH policy<{'i386': 'm'}> + +# Menu: Device Drivers >> PTP clock support >> PTP clock support +CONFIG_PTP_1588_CLOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_PTP_1588_CLOCK_DTE policy<{'arm64': 'm'}> +CONFIG_PTP_1588_CLOCK_GIANFAR policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_PTP_1588_CLOCK_KVM policy<{'amd64': 'm', 'i386': 'm'}> +# +CONFIG_PTP_1588_CLOCK flag + +# Menu: Device Drivers >> Parallel port LCD/Keypad Panel support +CONFIG_PANEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PANEL_PARPORT policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_PANEL_PROFILE policy<{'amd64': '5', 'arm64': '5', 'armhf': '5', 'i386': '5', 'ppc64el': '5'}> +CONFIG_PANEL_CHANGE_MESSAGE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Parallel port LCD/Keypad Panel support >> LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom) + +# Menu: Device Drivers >> Parallel port LCD/Keypad Panel support >> LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom) >> LCD communication mode (0=parallel 8 bits, 1=serial) + +# Menu: Device Drivers >> Parallel port support +CONFIG_PARPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PARPORT_AX88796 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARPORT_1284 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Parallel port support >> PC-style hardware +CONFIG_PARPORT_PC policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARPORT_SERIAL policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PARPORT_PC_FIFO policy<{'amd64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PARPORT_PC_SUPERIO policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PARPORT_PC_PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Performance monitor support +CONFIG_ARM_PMU policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_QCOM_L2_PMU policy<{'arm64': 'y'}> +CONFIG_QCOM_L3_PMU policy<{'arm64': 'y'}> +CONFIG_XGENE_PMU policy<{'arm64': 'y'}> +CONFIG_ARM_SPE_PMU policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Pin controllers +CONFIG_PINCTRL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PINMUX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PINCONF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_DEBUG_PINCTRL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PINCTRL_AS3722 policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_PINCTRL_AMD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PINCTRL_MCP23S08 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PINCTRL_RZA1 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_SINGLE policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_PINCTRL_SX150X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PINCTRL_MAX77620 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PINCTRL_PALMAS policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_PINCTRL_RK805 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PINCTRL_IPROC_GPIO policy<{'arm64': 'y'}> +CONFIG_PINCTRL_NS2_MUX policy<{'arm64': 'y'}> +CONFIG_PINCTRL_BERLIN_BG4CT policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_PINCTRL_IMX50 policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX51 policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX6Q policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX6SL policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX6SX policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX6UL policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_IMX7D policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_VF610 policy<{'armhf-generic': 'y'}> +CONFIG_PINCTRL_BAYTRAIL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PINCTRL_CHERRYVIEW policy<{'amd64': 'y', 'i386': 'm'}> +CONFIG_PINCTRL_MERRIFIELD policy<{'i386': 'n'}> +CONFIG_PINCTRL_BROXTON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_CANNONLAKE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_CEDARFORK policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_DENVERTON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_GEMINILAKE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_LEWISBURG policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_SUNRISEPOINT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PINCTRL_APQ8064 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_APQ8084 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_IPQ4019 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_IPQ8064 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_IPQ8074 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8660 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8960 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MDM9615 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8X74 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8916 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8994 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_MSM8996 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_QDF2XXX policy<{'arm64': 'm'}> +CONFIG_PINCTRL_QCOM_SPMI_PMIC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_QCOM_SSBI_PMIC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PINCTRL_EXYNOS policy<{'armhf': 'y'}> +CONFIG_PINCTRL_EXYNOS_ARM policy<{'armhf': 'y'}> +CONFIG_PINCTRL_EXYNOS5440 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_SPRD policy<{'arm64': 'y'}> +CONFIG_PINCTRL_SPRD_SC9860 policy<{'arm64': 'y'}> +CONFIG_PINCTRL_TI_IODELAY policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MT2701 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MT8135 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MT8127 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MT8173 policy<{'arm64': 'y'}> +CONFIG_PINCTRL_MT6397 policy<{'arm64': 'y', 'armhf': 'y'}> +# +CONFIG_PINCTRL_MT8135 flag +CONFIG_PINCTRL_MT8127 flag +# CONFIG_PINCTRL_CHERRYVIEW mark note + +# Menu: Device Drivers >> Pin controllers >> Amlogic SoC pinctrl drivers +CONFIG_PINCTRL_MESON policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MESON8 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_MESON8B policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Pin controllers >> Nomadik pin controller driver + +# Menu: Device Drivers >> Pin controllers >> ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions + +# Menu: Device Drivers >> Pin controllers >> UniPhier SoC pinctrl drivers +CONFIG_PINCTRL_UNIPHIER policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_LD4 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_PRO4 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_SLD8 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_PRO5 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_PXS2 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_LD6B policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_LD11 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_LD20 policy<{'armhf': 'y'}> +CONFIG_PINCTRL_UNIPHIER_PXS3 policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> Platform support for Chrome hardware +CONFIG_CHROME_PLATFORMS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_CHROMEOS_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CHROMEOS_PSTORE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CROS_EC_CHARDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_CROS_EC_LPC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CROS_EC_LPC_MEC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CROS_KBD_LED_BACKLIGHT policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Platform support for Goldfish virtual devices +CONFIG_GOLDFISH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> + +# Menu: Device Drivers >> Plug and Play support +CONFIG_PNP policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_PNP_DEBUG_MESSAGES policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> +CONFIG_ISAPNP policy<{'i386': 'y'}> +CONFIG_PNPBIOS policy<{'i386': 'y'}> +CONFIG_PNPBIOS_PROC_FS policy<{'i386': 'y'}> + +# Menu: Device Drivers >> Power supply class support +CONFIG_POWER_SUPPLY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_POWER_SUPPLY_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PDA_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GENERIC_ADC_BATTERY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAX8925_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WM831X_BACKUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WM831X_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WM8350_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TEST_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_ACT8945A policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_CPCAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DS2760 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DS2780 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DS2781 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DS2782 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_LEGO_EV3 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_SBS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_SBS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MANAGER_SBS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_BQ27XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_BQ27XXX_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_BQ27XXX_HDQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BATTERY_DA9030 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_DA9150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_DA9150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_AXP20X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_AXP20X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AXP20X_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AXP288_CHARGER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AXP288_FUEL_GAUGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_MAX17040 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_MAX17042 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_MAX1721X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_TWL4030_MADC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_PCF50633 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_RX51 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_CPCAP policy<{'armhf': 'm'}> +CONFIG_CHARGER_ISP1704 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MAX8903 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_TWL4030 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_LP8727 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_LP8788 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MANAGER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CHARGER_LTC3651 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MAX14577 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_DETECTOR_MAX14656 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MAX77693 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MAX8997 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_MAX8998 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_QCOM_SMBB policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CHARGER_BQ2415X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_BQ24190 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_BQ24257 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_BQ24735 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_BQ25890 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_SMB347 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_TPS65090 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_TPS65217 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_BATTERY_GAUGE_LTC2941 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BATTERY_RT5033 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CHARGER_RT9455 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Pulse-Width Modulation (PWM) Support +CONFIG_PWM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PWM_ATMEL_HLCDC_PWM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_BCM_IPROC policy<{'arm64': 'm'}> +CONFIG_PWM_BCM2835 policy<{'arm64': 'm'}> +CONFIG_PWM_BERLIN policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_PWM_CRC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PWM_CROS_EC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_PWM_FSL_FTM policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PWM_HIBVT policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_IMX policy<{'armhf-generic': 'm'}> +CONFIG_PWM_LP3943 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PWM_LPSS_PCI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PWM_LPSS_PLATFORM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PWM_MESON policy<{'armhf': 'm'}> +CONFIG_PWM_MTK_DISP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_MEDIATEK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_OMAP_DMTIMER policy<{'armhf': 'm'}> +CONFIG_PWM_PCA9685 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PWM_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_RENESAS_TPU policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_PWM_ROCKCHIP policy<{'armhf': 'm'}> +CONFIG_PWM_SAMSUNG policy<{'armhf': 'm'}> +CONFIG_PWM_STMPE policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_PWM_SUN4I policy<{'arm64': 'm'}> +CONFIG_PWM_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_PWM_TIECAP policy<{'armhf-generic': 'm', 'armhf-generic-lpae': 'n'}> +CONFIG_PWM_TIEHRPWM policy<{'armhf-generic': 'm', 'armhf-generic-lpae': 'n'}> +CONFIG_PWM_TWL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PWM_TWL_LED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Real Time Clock +CONFIG_RTC_CLASS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_HCTOSYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_HCTOSYS_DEVICE policy<{'amd64': '"rtc0"', 'arm64': '"rtc0"', 'armhf': '"rtc0"', 'i386': '"rtc0"', 'ppc64el': '"rtc0"'}> +CONFIG_RTC_SYSTOHC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_SYSTOHC_DEVICE policy<{'amd64': '"rtc0"', 'arm64': '"rtc0"', 'armhf': '"rtc0"', 'i386': '"rtc0"', 'ppc64el': '"rtc0"'}> +CONFIG_RTC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_NVMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_INTF_SYSFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_INTF_PROC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_INTF_DEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_INTF_DEV_UIE_EMUL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DRV_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DRV_88PM860X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_88PM80X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_ABB5ZES3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_ABX80X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_RTC_DRV_AS3722 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1307 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1307_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_DS1307_CENTURY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_DS1374 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1374_WDT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_DS1672 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_HYM8563 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_LP8788 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX6900 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX8907 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX8925 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX8998 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX8997 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX77686 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RK808 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RS5C372 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_ISL1208 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_ISL12022 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_X1205 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF8523 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic': 'y', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF85063 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF85363 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF8563 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF8583 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M41T80 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M41T80_WDT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_BQ32K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_TWL4030 policy<{'arm64': 'm', 'armhf': 'y', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PALMAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_TPS6586X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_TPS65910 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_TPS80031 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RC5T583 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_S35390A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_FM3130 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RX8010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RX8581 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RX8025 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_EM3027 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RV8803 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_S5M policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M41T93 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M41T94 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1302 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1343 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1347 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1390 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX6916 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_R9701 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RX4581 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RX6110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RS5C348 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MAX6902 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCF2123 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MCP795 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS3232 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS3232_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_PCF2127 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RV3029C2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RV3029_HWMON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_CMOS policy<{'amd64': 'y', 'armhf': 'm', 'i386': 'y', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_VRTC policy<{'i386': 'm'}> +CONFIG_RTC_DRV_DS1286 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1511 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1553 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS1742 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DS2404 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DA9055 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_DA9063 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_EFI policy<{'arm64': 'y'}> +CONFIG_RTC_DRV_STK17TA8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M48T86 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M48T35 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_M48T59 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MSM6242 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_BQ4802 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RP5C01 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_V3020 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_WM8350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_SC27XX policy<{'arm64': 'm'}> +CONFIG_RTC_DRV_PCF50633 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_AB3100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_OPAL policy<{'ppc64el': 'y'}> +CONFIG_RTC_DRV_ZYNQMP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_IMXDI policy<{'armhf-generic': 'm'}> +CONFIG_RTC_DRV_OMAP policy<{'armhf': 'y'}> +CONFIG_RTC_DRV_S3C policy<{'armhf': 'y'}> +CONFIG_RTC_DRV_SH policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RTC_DRV_PL030 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RTC_DRV_PL031 policy<{'arm64': 'm', 'armhf': 'y'}> +CONFIG_RTC_DRV_GENERIC policy<{'ppc64el': 'y'}> +CONFIG_RTC_DRV_SUN6I policy<{'arm64': 'y'}> +CONFIG_RTC_DRV_MV policy<{'armhf': 'y'}> +CONFIG_RTC_DRV_ARMADA38X policy<{'armhf': 'm'}> +CONFIG_RTC_DRV_FTRTC010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PCAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MC13XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_PM8XXX policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RTC_DRV_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_RTC_DRV_MXC policy<{'armhf-generic': 'm'}> +CONFIG_RTC_DRV_SNVS policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MT6397 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_MT7622 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RTC_DRV_XGENE policy<{'arm64': 'y'}> +CONFIG_RTC_DRV_R7301 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_CPCAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DRV_RTD119X policy<{'arm64': 'y'}> +CONFIG_RTC_DRV_HID_SENSOR_TIME policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_RTC_DRV_TEST flag +CONFIG_RTC_DRV_CMOS note +CONFIG_RTC_DRV_EFI note +CONFIG_RTC_DRV_TWL4030 note + +# Menu: Device Drivers >> Real Time Clock >> Dallas/Maxim DS1685 Family +CONFIG_RTC_DRV_DS1685_FAMILY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTC_DS1685_PROC_REGS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DS1685_SYSFS_REGS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Real Time Clock >> Dallas/Maxim DS1685 Family >> Subtype +CONFIG_RTC_DRV_DS1685 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RTC_DRV_DS1689 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DRV_DS17285 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DRV_DS17485 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RTC_DRV_DS17885 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Reliability, Availability and Serviceability (RAS) features +CONFIG_RAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RAS_CEC policy<{'amd64': 'y'}> + +# Menu: Device Drivers >> Remote Controller support +CONFIG_RC_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RC_MAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Remote Controller support >> Remote Controller devices +CONFIG_RC_DEVICES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RC_ATI_REMOTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_ENE policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_IR_HIX5HD2 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IR_IMON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_MCEUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_ITE_CIR policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_IR_FINTEK policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_IR_MESON policy<{'armhf': 'm'}> +CONFIG_IR_MTK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_IR_NUVOTON policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_IR_REDRAT3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SPI policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IR_STREAMZAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_WINBOND_CIR policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_IR_IGORPLUGUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_IGUANA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_TTUSBIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_RX51 policy<{'armhf': 'm'}> +CONFIG_RC_LOOPBACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_GPIO_CIR policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IR_GPIO_TX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IR_PWM_TX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SUNXI policy<{'arm64': 'm'}> +CONFIG_IR_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SERIAL_TRANSMITTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IR_SIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_TANGO policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Remote Controller support >> Remote Controller devices >> Hardware decoder + +# Menu: Device Drivers >> Remote Controller support >> Remote controller decoders +CONFIG_RC_DECODERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LIRC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_LIRC_CODEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_NEC_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_RC5_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_RC6_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_JVC_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SONY_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SANYO_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_SHARP_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_MCE_KBD_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IR_XMP_DECODER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Remoteproc drivers + +# Menu: Device Drivers >> Remoteproc drivers >> Support for Remote Processor subsystem +CONFIG_IMX_REMOTEPROC policy<{'armhf-generic': 'm'}> +CONFIG_OMAP_REMOTEPROC policy<{'armhf-generic': 'm'}> +CONFIG_WKUP_M3_RPROC policy<{'armhf-generic': 'm'}> +CONFIG_QCOM_ADSP_PIL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_Q6V5_PIL policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_QCOM_WCNSS_PIL policy<{'arm64': 'n', 'armhf': 'n'}> + +# Menu: Device Drivers >> Reset Controller Support +CONFIG_RESET_CONTROLLER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_RESET_ATH79 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_AXS10X policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_BERLIN policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_IMX7 policy<{'amd64': 'n', 'arm64': 'n', 'armhf-generic': 'y', 'armhf-generic-lpae': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_LANTIQ policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_LPC18XX policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_MESON policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_PISTACHIO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_SIMPLE policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_SUNXI policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_RESET_TI_SYSCON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RESET_UNIPHIER policy<{'armhf': 'm'}> +CONFIG_RESET_ZYNQ policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_COMMON_RESET_HI3660 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_COMMON_RESET_HI6220 policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Rpmsg drivers +CONFIG_RPMSG_CHAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RPMSG_QCOM_GLINK_RPM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RPMSG_QCOM_GLINK_SMEM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RPMSG_QCOM_SMD policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RPMSG_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> + +# Menu: Device Drivers >> SCSI device support +CONFIG_RAID_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support +CONFIG_SCSI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCSI_MQ_DEFAULT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_SCSI_PROC_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_SD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CHR_DEV_ST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CHR_DEV_OSST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BLK_DEV_SR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CHR_DEV_SG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CHR_DEV_SCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_ENCLOSURE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_CONSTANTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCSI_LOGGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCSI_SCAN_ASYNC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SCSI flag +CONFIG_CHR_DEV_SG note +CONFIG_BLK_DEV_SD mark note +CONFIG_BLK_DEV_SR mark note + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> OSD-Initiator library +CONFIG_SCSI_OSD_INITIATOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_OSD_ULD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_OSD_DPRINT_SENSE policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1', 's390x': '1'}> +CONFIG_SCSI_OSD_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> PCMCIA SCSI adapter support +CONFIG_SCSI_LOWLEVEL_PCMCIA policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_PCMCIA_AHA152X policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_FDOMAIN policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_NINJA_SCSI policy<{'i386': 'm'}> +CONFIG_PCMCIA_QLOGIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PCMCIA_SYM53C500 policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Device Handlers +CONFIG_SCSI_DH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCSI_DH_RDAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_DH_HP_SW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_DH_EMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_DH_ALUA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Transports +CONFIG_SCSI_SPI_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_FC_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_ISCSI_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_SAS_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_SAS_LIBSAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_SAS_ATA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCSI_SAS_HOST_SMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCSI_SRP_ATTRS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y', 's390x': 'm'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers +CONFIG_SCSI_LOWLEVEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ISCSI_TCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ISCSI_BOOT_SYSFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_CXGB3_ISCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_CXGB4_ISCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_BNX2_ISCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_BNX2X_FCOE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BE2ISCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CXLFLASH policy<{'ppc64el': 'm'}> +CONFIG_BLK_DEV_3W_XXXX_RAID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_HPSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_3W_9XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_3W_SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_ACARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_AHA152X policy<{'i386': 'm'}> +CONFIG_SCSI_AHA1542 policy<{'i386': 'm'}> +CONFIG_SCSI_AHA1740 policy<{'i386': 'm'}> +CONFIG_SCSI_AACRAID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_AIC94XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_AIC94XX_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_HISI_SAS policy<{'arm64': 'm'}> +CONFIG_SCSI_HISI_SAS_PCI policy<{'arm64': 'm'}> +CONFIG_SCSI_MVSAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_MVSAS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_MVSAS_TASKLET policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_MVUMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_DPT_I2O policy<{'amd64': 'm', 'i386': 'm', 's390x': 'n'}> +CONFIG_SCSI_ADVANSYS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_ARCMSR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_ESAS2R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MEGARAID_NEWGEN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MEGARAID_MM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEGARAID_MAILBOX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEGARAID_LEGACY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MEGARAID_SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_MPT3SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_MPT2SAS_MAX_SGE policy<{'amd64': '128', 'arm64': '128', 'armhf': '128', 'i386': '128', 'ppc64el': '128', 's390x': '128'}> +CONFIG_SCSI_MPT3SAS_MAX_SGE policy<{'amd64': '128', 'arm64': '128', 'armhf': '128', 'i386': '128', 'ppc64el': '128', 's390x': '128'}> +CONFIG_SCSI_MPT2SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_SMARTPQI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_UFSHCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_UFSHCD_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_UFS_DWC_TC_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_UFSHCD_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_UFS_DWC_TC_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_UFS_QCOM policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_SCSI_HPTIOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_BUSLOGIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SCSI_FLASHPOINT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_VMWARE_PVSCSI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_XEN_SCSI_FRONTEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_HYPERV_STORAGE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_LIBFC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_SNIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_SNIC_DEBUG_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_DMX3191D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_FUTURE_DOMAIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_GDTH policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_ISCI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SCSI_GENERIC_NCR5380 policy<{'i386': 'm'}> +CONFIG_SCSI_IPS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_IBMVSCSI policy<{'ppc64el': 'm'}> +CONFIG_SCSI_IBMVSCSIS policy<{'ppc64el': 'm'}> +CONFIG_SCSI_IBMVFC policy<{'ppc64el': 'm'}> +CONFIG_SCSI_IBMVFC_TRACE policy<{'ppc64el': 'y'}> +CONFIG_SCSI_INITIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_INIA100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_PPA policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_IMM policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_IZIP_EPP16 policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_IZIP_SLOW_CTR policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_NCR53C406A policy<{'i386': 'm'}> +CONFIG_SCSI_STEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_IPR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_IPR_TRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCSI_IPR_DUMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCSI_QLOGIC_FAS policy<{'i386': 'm'}> +CONFIG_SCSI_QLOGIC_1280 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_QLA_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_TCM_QLA2XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TCM_QLA2XXX_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_QLA_ISCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QEDI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_LPFC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_LPFC_DEBUG_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SCSI_SIM710 policy<{'i386': 'm'}> +CONFIG_SCSI_SYM53C416 policy<{'i386': 'm'}> +CONFIG_SCSI_DC395x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_AM53C974 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_NSP32 policy<{'armhf': 'm', 'i386': 'm'}> +CONFIG_SCSI_WD719X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_DEBUG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ZFCP policy<{'s390x': 'm'}> +CONFIG_SCSI_PMCRAID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_PM8001 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_BFA_FC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCSI_CHELSIO_FCOE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +# +CONFIG_SCSI_IPR_TRACE note +CONFIG_SCSI_IPR_DUMP note +CONFIG_SCSI_VIRTIO note + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> Adaptec AIC79xx U320 support +CONFIG_SCSI_AIC79XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_AIC79XX_CMDS_PER_DEVICE policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32'}> +CONFIG_AIC79XX_RESET_DELAY_MS policy<{'amd64': '5000', 'arm64': '5000', 'armhf': '5000', 'i386': '5000', 'ppc64el': '5000'}> +CONFIG_AIC79XX_DEBUG_ENABLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_AIC79XX_DEBUG_MASK policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_AIC79XX_REG_PRETTY_PRINT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> Adaptec AIC7xxx Fast -> U160 support (New Driver) +CONFIG_SCSI_AIC7XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_AIC7XXX_CMDS_PER_DEVICE policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_AIC7XXX_RESET_DELAY_MS policy<{'amd64': '5000', 'arm64': '5000', 'armhf': '5000', 'i386': '5000', 'ppc64el': '5000'}> +CONFIG_AIC7XXX_DEBUG_ENABLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_AIC7XXX_DEBUG_MASK policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_AIC7XXX_REG_PRETTY_PRINT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support +CONFIG_SCSI_EATA policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCSI_EATA_TAGGED_QUEUE policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCSI_EATA_LINKED_COMMANDS policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SCSI_EATA_MAX_TAGS policy<{'amd64': '16', 'i386': '16', 'ppc64el': '16'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> LibFCoE module +CONFIG_LIBFCOE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FCOE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FCOE_FNIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_QEDF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> NCR Quad 720 MCA SCSI support + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers >> SYM53C8XX Version 2 SCSI support +CONFIG_SCSI_SYM53C8XX_2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1'}> +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS policy<{'amd64': '16', 'arm64': '16', 'armhf': '16', 'i386': '16', 'ppc64el': '16'}> +CONFIG_SCSI_SYM53C8XX_MAX_TAGS policy<{'amd64': '64', 'arm64': '64', 'armhf': '64', 'i386': '64', 'ppc64el': '64'}> +CONFIG_SCSI_SYM53C8XX_MMIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers +CONFIG_OWL_PM_DOMAINS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ROCKCHIP_PM_DOMAINS policy<{'armhf': 'y'}> +CONFIG_ARCH_TEGRA_2x_SOC policy<{'armhf-generic': 'y'}> +CONFIG_ARCH_TEGRA_3x_SOC policy<{'armhf-generic': 'y'}> +CONFIG_ARCH_TEGRA_114_SOC policy<{'armhf-generic': 'y'}> +CONFIG_ARCH_TEGRA_124_SOC policy<{'armhf-generic': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Amlogic SoC drivers +CONFIG_MESON_GX_SOCINFO policy<{'armhf': 'y'}> +CONFIG_MESON_GX_PM_DOMAINS policy<{'armhf': 'y'}> +CONFIG_MESON_MX_SOCINFO policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Broadcom SoC drivers +CONFIG_RASPBERRYPI_POWER policy<{'arm64': 'y'}> +CONFIG_SOC_BRCMSTB policy<{'arm64': 'y', 'armhf': 'n'}> +CONFIG_BRCMSTB_PM policy<{'arm64': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Freescale DPAA 1.x support +CONFIG_FSL_DPAA policy<{'arm64': 'y'}> +CONFIG_FSL_DPAA_CHECKING policy<{'arm64': 'y'}> +CONFIG_FSL_BMAN_TEST policy<{'arm64': 'm'}> +CONFIG_FSL_BMAN_TEST_API policy<{'arm64': 'n'}> +CONFIG_FSL_QMAN_TEST policy<{'arm64': 'n'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> MediaTek SoC drivers +CONFIG_MTK_INFRACFG policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_MTK_PMIC_WRAP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MTK_SCPSYS policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Qualcomm SoC drivers +CONFIG_QCOM_GLINK_SSR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_GSBI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_PM policy<{'armhf': 'y'}> +CONFIG_QCOM_RMTFS_MEM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_SMEM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_SMD_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_SMP2P policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_SMSM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QCOM_WCNSS_CTRL policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Renesas SoC driver support +CONFIG_SOC_RENESAS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SYSC_R8A7743 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7745 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7779 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7790 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7791 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7792 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7794 policy<{'armhf': 'y'}> +CONFIG_SYSC_R8A7795 policy<{'arm64': 'y'}> +CONFIG_SYSC_R8A7796 policy<{'arm64': 'y'}> +CONFIG_SYSC_R8A77970 policy<{'arm64': 'y'}> +CONFIG_SYSC_R8A77995 policy<{'arm64': 'y'}> +CONFIG_RST_RCAR policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_SYSC_RCAR policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> Samsung SoC driver support +CONFIG_SOC_SAMSUNG policy<{'armhf': 'y'}> +CONFIG_EXYNOS_PMU policy<{'armhf': 'y'}> +CONFIG_EXYNOS_PMU_ARM_DRIVERS policy<{'armhf': 'y'}> +CONFIG_EXYNOS_PM_DOMAINS policy<{'armhf': 'y'}> + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> TI SOC drivers support +CONFIG_SOC_TI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_WKUP_M3_IPC policy<{'armhf-generic': 'n'}> +# +CONFIG_SOC_TI flag + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> ZTE SoC driver support + +# Menu: Device Drivers >> SOC (System On Chip) specific Drivers >> i.MX SoC drivers +CONFIG_IMX7_PM_DOMAINS policy<{'armhf-generic': 'y'}> + +# Menu: Device Drivers >> SPI support +CONFIG_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SPI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SPI_ALTERA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_ARMADA_3700 policy<{'armhf': 'm'}> +CONFIG_SPI_AXI_SPI_ENGINE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_BCM2835 policy<{'arm64': 'm'}> +CONFIG_SPI_BCM2835AUX policy<{'arm64': 'm'}> +CONFIG_SPI_BCM_QSPI policy<{'arm64': 'm'}> +CONFIG_SPI_BITBANG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_BUTTERFLY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_CADENCE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_DESIGNWARE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_DW_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_DW_MID_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SPI_DW_MMIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_DLN2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_FSL_LPSPI policy<{'armhf-generic': 'm'}> +CONFIG_SPI_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_IMX policy<{'armhf-generic': 'm'}> +CONFIG_SPI_LM70_LLP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_FSL_SPI policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_SPI_FSL_DSPI policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_SPI_MESON_SPICC policy<{'armhf': 'm'}> +CONFIG_SPI_MESON_SPIFC policy<{'armhf': 'm'}> +CONFIG_SPI_MT65XX policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_OC_TINY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_OMAP24XX policy<{'armhf': 'y'}> +CONFIG_SPI_TI_QSPI policy<{'armhf': 'm'}> +CONFIG_SPI_ORION policy<{'armhf': 'm'}> +CONFIG_SPI_PL022 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_PXA2XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_ROCKCHIP policy<{'amd64': 'n', 'arm64': 'm', 'armhf': 'm', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SPI_RSPI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_QUP policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_S3C64XX policy<{'armhf': 'm'}> +CONFIG_SPI_SC18IS602 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_SH_MSIOF policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_SH_HSPI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SPI_SPRD_ADI policy<{'arm64': 'm'}> +CONFIG_SPI_SUN4I policy<{'arm64': 'n'}> +CONFIG_SPI_SUN6I policy<{'arm64': 'm'}> +CONFIG_SPI_TEGRA114 policy<{'armhf-generic': 'm'}> +CONFIG_SPI_TEGRA20_SFLASH policy<{'armhf-generic': 'm'}> +CONFIG_SPI_TEGRA20_SLINK policy<{'armhf-generic': 'm'}> +CONFIG_SPI_THUNDERX policy<{'arm64': 'm'}> +CONFIG_SPI_TOPCLIFF_PCH policy<{'i386': 'm'}> +CONFIG_SPI_XCOMM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_XILINX policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SPI_XLP policy<{'arm64': 'm'}> +CONFIG_SPI_ZYNQMP_GQSPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_SPIDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_LOOPBACK_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_TLE62X0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_SLAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SPI_SLAVE_TIME policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPI_SLAVE_SYSTEM_CONTROL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> SPMI support +CONFIG_SPMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SPMI_MSM_PMIC_ARB policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Serial ATA and Parallel ATA drivers (libata) +CONFIG_ATA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ATA_VERBOSE_ERROR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATA_ACPI policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_SATA_ZPODD policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_SATA_PMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SATA_AHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_AHCI_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AHCI_BRCM policy<{'arm64': 'm'}> +CONFIG_AHCI_DM816 policy<{'armhf': 'm'}> +CONFIG_AHCI_IMX policy<{'armhf-generic': 'y'}> +CONFIG_AHCI_CEVA policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_AHCI_MTK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_AHCI_MVEBU policy<{'armhf': 'm'}> +CONFIG_AHCI_SUNXI policy<{'arm64': 'n'}> +CONFIG_AHCI_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_AHCI_XGENE policy<{'arm64': 'm'}> +CONFIG_AHCI_QORIQ policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_AHCI_SEATTLE policy<{'arm64': 'm'}> +CONFIG_SATA_INIC162X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_ACARD_AHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_SIL24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_SATA_AHCI_PLATFORM note + +# Menu: Device Drivers >> Serial ATA and Parallel ATA drivers (libata) >> ATA SFF support (for legacy IDE and PATA) +CONFIG_ATA_SFF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PDC_ADMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_QSTOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_SX4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_CMD640_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ISAPNP policy<{'i386': 'm'}> +CONFIG_PATA_MPIIX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_NS87410 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_OPTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PATA_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_OF_PLATFORM policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_QDI policy<{'i386': 'm'}> +CONFIG_PATA_RZ1000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_WINBOND_VLB policy<{'i386': 'm'}> +CONFIG_PATA_LEGACY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Serial ATA and Parallel ATA drivers (libata) >> ATA SFF support (for legacy IDE and PATA) >> ATA BMDMA support +CONFIG_ATA_BMDMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ATA_PIIX policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'm', 'i386': 'y', 'ppc64el': 'm'}> +CONFIG_SATA_DWC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_DWC_OLD_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SATA_DWC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SATA_HIGHBANK policy<{'armhf': 'y'}> +CONFIG_SATA_MV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_NV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_PROMISE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SATA_SIL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_SIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_SVW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_ULI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_VIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SATA_VITESSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ALI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_AMD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ARTOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ATIIXP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ATP867X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_CMD64X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_CS5520 policy<{'i386': 'm'}> +CONFIG_PATA_CS5530 policy<{'i386': 'm'}> +CONFIG_PATA_CS5535 policy<{'i386': 'm'}> +CONFIG_PATA_CS5536 policy<{'i386': 'm'}> +CONFIG_PATA_CYPRESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_EFAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_HPT366 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_HPT37X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_HPT3X2N policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_HPT3X3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_HPT3X3_DMA policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PATA_IMX policy<{'armhf-generic': 'm'}> +CONFIG_PATA_IT8213 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_IT821X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_JMICRON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_MARVELL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_NETCELL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_NINJA32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_NS87415 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_OLDPIIX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_OPTIDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_PDC2027X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_PDC_OLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_RADISYS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_RDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_SC1200 policy<{'i386': 'm'}> +CONFIG_PATA_SCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_SERVERWORKS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_SIL680 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_SIS policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'm', 'i386': 'y', 'ppc64el': 'm'}> +CONFIG_PATA_TOSHIBA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_TRIFLEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_VIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_WINBOND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_PATA_ACPI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ATA_GENERIC policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'm', 'i386': 'y', 'ppc64el': 'm'}> +# +CONFIG_SATA_HIGHBANK mark note +CONFIG_PATA_HPT3X3_DMA note +CONFIG_ATA_PIIX mark note + +# Menu: Device Drivers >> Sonics Silicon Backplane +CONFIG_SSB_PCIHOST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SSB_PCMCIAHOST policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_SSB_SDIOHOST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SSB_DRIVER_PCICORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Sonics Silicon Backplane >> Sonics Silicon Backplane support +CONFIG_SSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SSB_SILENT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SSB_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SSB_DRIVER_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Sony MemoryStick card support +CONFIG_MEMSTICK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MEMSTICK_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MEMSTICK_UNSAFE_RESUME policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MSPRO_BLOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MS_BLOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEMSTICK_TIFM_MS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEMSTICK_JMICRON_38X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEMSTICK_R592 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEMSTICK_REALTEK_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MEMSTICK_REALTEK_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support +CONFIG_SOUND policy<{'amd64': 'n', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SOUND_OSS_CORE_PRECLAIM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_SOUND note + +CONFIG_SND_SOC_INTEL_SKYLAKE policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_INTEL_CNL policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_INTEL_CFL policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_INTEL_CML_H policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_INTEL_CML_LP policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_SOF_NOCODEC_SUPPORT policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_SOF_HDA_COMMON_HDMI_CODEC policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_SOF_HDA_LINK policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SND_SOC_AMD_RENOIR policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_SND_SOC_AMD_RENOIR_MACH policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture +CONFIG_SND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_OSSEMUL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_MIXER_OSS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_PCM_OSS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SND_PCM_TIMER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HRTIMER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_DYNAMIC_MINORS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_MAX_CARDS policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32'}> +CONFIG_SND_SUPPORT_OLD_API policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_PROC_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_VERBOSE_PROCFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_VERBOSE_PRINTK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SND_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SND_HDA_PREALLOC_SIZE policy<{'amd64': '64', 'arm64': '64', 'armhf': '64', 'i386': '64', 'ppc64el': '64'}> +# +CONFIG_SND note +CONFIG_SND_PCM_OSS note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support +CONFIG_SND_SOC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AMD_ACP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AMD_CZ_RT5645_MACH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_BCM2835_SOC_I2S policy<{'arm64': 'm'}> +CONFIG_SND_DESIGNWARE_I2S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SND_DESIGNWARE_PCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_SND_I2S_HI6210_I2S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_KIRKWOOD_SOC policy<{'armhf': 'm'}> +CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB policy<{'armhf': 'm'}> +CONFIG_SND_SOC_MT2701 policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_SND_SOC_QCOM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SND_SOC_STORM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SND_SOC_APQ8016_SBC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SND_SOC_XTFPGA_I2S policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ZX_TDM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}> +CONFIG_SND_SIMPLE_CARD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SIMPLE_SCU_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AUDIO_GRAPH_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AUDIO_GRAPH_SCU_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +# +CONFIG_SND_SOC note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> ASoC support for Mediatek MT8173 chip +CONFIG_SND_SOC_MT8173 policy<{'arm64': 'n', 'armhf': 'n'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> ASoC support for Rockchip +CONFIG_SND_SOC_ROCKCHIP policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ROCKCHIP_I2S policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ROCKCHIP_PDM policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ROCKCHIP_SPDIF policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ROCKCHIP_MAX98090 policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ROCKCHIP_RT5645 policy<{'armhf': 'm'}> +CONFIG_SND_SOC_RK3288_HDMI_ANALOG policy<{'armhf': 'm'}> +CONFIG_SND_SOC_RK3399_GRU_SOUND policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> ASoC support for Samsung +CONFIG_SND_SOC_SAMSUNG policy<{'armhf': 'm'}> +CONFIG_SND_SAMSUNG_PCM policy<{'armhf': 'm'}> +CONFIG_SND_SAMSUNG_SPDIF policy<{'armhf': 'm'}> +CONFIG_SND_SAMSUNG_I2S policy<{'armhf': 'm'}> +CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994 policy<{'armhf': 'm'}> +CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF policy<{'armhf': 'm'}> +CONFIG_SND_SOC_SMDK_WM8994_PCM policy<{'armhf': 'm'}> +CONFIG_SND_SOC_SNOW policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ODROID policy<{'armhf': 'm'}> +CONFIG_SND_SOC_ARNDALE_RT5631_ALC5631 policy<{'armhf': 'm'}> +CONFIG_SND_SOC_SAMSUNG_TM2_WM5110 policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> Allwinner SoC Audio support +CONFIG_SND_SUN4I_CODEC policy<{'arm64': 'n'}> +CONFIG_SND_SUN8I_CODEC_ANALOG policy<{'arm64': 'm'}> +CONFIG_SND_SUN4I_I2S policy<{'arm64': 'n'}> +CONFIG_SND_SUN4I_SPDIF policy<{'arm64': 'n'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> Audio support for Imagination Technologies designs +CONFIG_SND_SOC_IMG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_SOC_IMG_I2S_IN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMG_I2S_OUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMG_PARALLEL_OUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMG_SPDIF_IN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMG_SPDIF_OUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMG_PISTACHIO_INTERNAL_DAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> CODEC drivers +CONFIG_SND_SOC_AC97_CODEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ADAU1701 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ADAU1761_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ADAU1761_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ADAU7002 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AK4104 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AK4554 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AK4613 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AK4642 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_AK5386 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ALC5623 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_BT_SCO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS35L32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS35L33 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS35L34 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS35L35 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42L42 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42L51_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42L52 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42L56 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42L73 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS4265 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS4270 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS4271_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS4271_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS42XX8_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS43130 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS4349 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_CS53L30 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_DIO2125 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ES7134 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ES8316 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ES8328_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ES8328_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_GTM601 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_INNO_RK3036 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_MAX98504 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_MAX98927 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_MAX9860 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_MSM8916_WCD_ANALOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_MSM8916_WCD_DIGITAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM1681 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM179X_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM179X_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM3168A_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM3168A_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM512x_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_PCM512x_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_RT5616 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_RT5631 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SGTL5000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic': 'y', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SIRF_AUDIO_CODEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SPDIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SSM2602_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SSM2602_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SSM4567 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_STA32X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_STA350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_STI_SAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TAS2552 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TAS5086 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TAS571X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TAS5720 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TFA9879 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TLV320AIC23_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TLV320AIC23_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TLV320AIC31XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TLV320AIC3X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TS3A227E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8510 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8523 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8524 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8580 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8711 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8728 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8731 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8737 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8741 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8750 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8753 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8770 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8776 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8804_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8804_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8903 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8960 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8962 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8974 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8978 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_WM8985 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_ZX_AUD96P22 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_NAU8540 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_NAU8810 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_NAU8824 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_TPA6130A2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_SND_SOC_SGTL5000 flag + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> Intel ASoC SST drivers +CONFIG_SND_SOC_INTEL_SST_TOPLEVEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_HASWELL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BAYTRAIL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SST_ATOM_HIFI2_PLATFORM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_SKYLAKE policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> Intel ASoC SST drivers >> Intel Audio machine drivers +CONFIG_SND_SOC_INTEL_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_MFLD_MACHINE policy<{'i386': 'm'}> +CONFIG_SND_SOC_INTEL_HASWELL_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BROADWELL_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_SND_SOC_INTEL_SKL_RT286_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_BXT_RT298_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> STMicroelectronics STM32 SOC audio support + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC AC97 Audio for the ADI BF5xx chip + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale CPUs +CONFIG_SND_SOC_FSL_ASRC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_FSL_SAI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_FSL_SSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic': 'y', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_FSL_SPDIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_FSL_ESAI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_IMX_AUDMUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic': 'y', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_SND_SOC_FSL_SSI flag +CONFIG_SND_SOC_IMX_AUDMUX flag + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale CPUs >> SoC Audio for Freescale PowerPC CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale CPUs >> SoC Audio for Freescale i.MX CPUs +CONFIG_SND_IMX_SOC policy<{'armhf-generic': 'y'}> +CONFIG_SND_SOC_EUKREA_TLV320 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_IMX_WM8962 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_IMX_ES8328 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_IMX_SGTL5000 policy<{'armhf-generic': 'y'}> +CONFIG_SND_SOC_IMX_SPDIF policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_IMX_MC13783 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_FSL_ASOC_CARD policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale MXS CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Texas Instruments chips using eDMA +CONFIG_SND_EDMA_SOC policy<{'armhf-generic': 'm', 'armhf-generic-lpae': 'n'}> +CONFIG_SND_DAVINCI_SOC_I2S policy<{'armhf-generic': 'n'}> +CONFIG_SND_DAVINCI_SOC_MCASP policy<{'armhf': 'm'}> +CONFIG_SND_AM33XX_SOC_EVM policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Texas Instruments chips using eDMA >> DM365 codec select + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for the Atmel System-on-Chip +CONFIG_SND_ATMEL_SOC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for the Intel PXA2xx chip + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for the Tegra System-on-Chip +CONFIG_SND_SOC_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA20_AC97 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA20_DAS policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA20_I2S policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA20_SPDIF policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA30_AHUB policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA30_I2S policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_RT5640 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_WM8753 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_WM8903 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_WM9712 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_TRIMSLICE policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_ALC5632 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_MAX98090 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_RT5677 policy<{'armhf-generic': 'm'}> +CONFIG_SND_SOC_TEGRA_SGTL5000 policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for the Texas Instruments OMAP chips +CONFIG_SND_OMAP_SOC policy<{'armhf': 'y'}> +CONFIG_SND_OMAP_SOC_HDMI_AUDIO policy<{'armhf': 'm'}> +CONFIG_SND_OMAP_SOC_RX51 policy<{'armhf': 'm'}> +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 policy<{'armhf': 'y'}> +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040 policy<{'armhf-generic': 'm'}> +CONFIG_SND_OMAP_SOC_OMAP3_PANDORA policy<{'armhf-generic': 'm'}> +# +CONFIG_SND_OMAP_SOC note +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio support for SuperH +CONFIG_SND_SOC_SH4_FSI policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_SND_SOC_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio support for Ux500 platform + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio support for the Cirrus Logic EP93xx series + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC I2S Audio for the ADI Blackfin chip + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ARM sound devices +CONFIG_SND_ARM policy<{'armhf': 'y'}> +CONFIG_SND_ARMAACI policy<{'armhf': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Apple Onboard Audio driver + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Atmel devices (AT91) + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> FireWire sound devices +CONFIG_SND_FIREWIRE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_DICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_OXFW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ISIGHT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FIREWORKS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_BEBOB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FIREWIRE_DIGI00X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FIREWIRE_TASCAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FIREWIRE_MOTU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FIREFACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> GSC sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Generic sound devices +CONFIG_SND_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_PCSP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ALOOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_VIRMIDI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MTPAV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MTS64 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SERIAL_U16550 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MPU401 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_PORTMAN2X4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AC97_POWER_SAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_AC97_POWER_SAVE_DEFAULT policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> HD-Audio +CONFIG_SND_HDA_INTEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_SND_HDA_HWDEP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDA_RECONFIG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDA_INPUT_BEEP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDA_INPUT_BEEP_MODE policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_SND_HDA_PATCH_LOADER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDA_CODEC_REALTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_ANALOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_SIGMATEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_VIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_HDMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_CIRRUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_CONEXANT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_CA0110 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_CA0132 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_CA0132_DSP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDA_CODEC_CMEDIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_CODEC_SI3054 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDA_POWER_SAVE_DEFAULT policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +# +CONFIG_SND_HDA_RECONFIG note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ISA sound devices +CONFIG_SND_ISA policy<{'i386': 'y'}> +CONFIG_SND_ADLIB policy<{'i386': 'm'}> +CONFIG_SND_AD1816A policy<{'i386': 'm'}> +CONFIG_SND_AD1848 policy<{'i386': 'm'}> +CONFIG_SND_ALS100 policy<{'i386': 'm'}> +CONFIG_SND_AZT1605 policy<{'i386': 'm'}> +CONFIG_SND_AZT2316 policy<{'i386': 'm'}> +CONFIG_SND_AZT2320 policy<{'i386': 'm'}> +CONFIG_SND_CMI8328 policy<{'i386': 'm'}> +CONFIG_SND_CMI8330 policy<{'i386': 'm'}> +CONFIG_SND_CS4231 policy<{'i386': 'm'}> +CONFIG_SND_CS4236 policy<{'i386': 'm'}> +CONFIG_SND_ES1688 policy<{'i386': 'm'}> +CONFIG_SND_ES18XX policy<{'i386': 'm'}> +CONFIG_SND_SC6000 policy<{'i386': 'm'}> +CONFIG_SND_GUSCLASSIC policy<{'i386': 'm'}> +CONFIG_SND_GUSEXTREME policy<{'i386': 'm'}> +CONFIG_SND_GUSMAX policy<{'i386': 'm'}> +CONFIG_SND_INTERWAVE policy<{'i386': 'm'}> +CONFIG_SND_INTERWAVE_STB policy<{'i386': 'm'}> +CONFIG_SND_JAZZ16 policy<{'i386': 'm'}> +CONFIG_SND_OPL3SA2 policy<{'i386': 'm'}> +CONFIG_SND_OPTI92X_AD1848 policy<{'i386': 'm'}> +CONFIG_SND_OPTI92X_CS4231 policy<{'i386': 'm'}> +CONFIG_SND_OPTI93X policy<{'i386': 'm'}> +CONFIG_SND_MIRO policy<{'i386': 'm'}> +CONFIG_SND_SB8 policy<{'i386': 'm'}> +CONFIG_SND_SB16 policy<{'i386': 'm'}> +CONFIG_SND_SBAWE policy<{'i386': 'm'}> +CONFIG_SND_SB16_CSP policy<{'i386': 'y'}> +CONFIG_SND_SSCAPE policy<{'i386': 'm'}> +CONFIG_SND_WAVEFRONT policy<{'i386': 'm'}> +CONFIG_SND_MSND_PINNACLE policy<{'i386': 'm'}> +CONFIG_SND_MSND_CLASSIC policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> MIPS sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCI sound devices +CONFIG_SND_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_AD1889 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ALS300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ALS4000 policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ALI5451 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ASIHPI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_ATIIXP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ATIIXP_MODEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AU8810 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AU8820 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AU8830 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AW2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_AZT3328 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_BT87X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_BT87X_OVERCLOCK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SND_CA0106 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_CMIPCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_OXYGEN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_CS4281 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_CS46XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_CS46XX_NEW_DSP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_CS5530 policy<{'i386': 'm'}> +CONFIG_SND_CS5535AUDIO policy<{'i386': 'm'}> +CONFIG_SND_CTXFI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_DARLA20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_GINA20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_LAYLA20 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_DARLA24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_GINA24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_LAYLA24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MONA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ECHO3G policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INDIGO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INDIGOIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INDIGODJ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INDIGOIOX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INDIGODJX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_EMU10K1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_EMU10K1X policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ENS1370 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ENS1371 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ES1938 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ES1968 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ES1968_INPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_ES1968_RADIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_FM801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_FM801_TEA575X_BOOL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_HDSP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_HDSPM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ICE1712 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_ICE1724 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INTEL8X0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_INTEL8X0M policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_KORG1212 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_LOLA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_LX6464ES policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MAESTRO3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_MAESTRO3_INPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_MIXART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_NM256 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_PCXHR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_RIPTIDE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_RME32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_RME96 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_RME9652 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SIS7019 policy<{'i386': 'm'}> +CONFIG_SND_SONICVIBES policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_TRIDENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_VIA82XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_VIA82XX_MODEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_VIRTUOSO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_VX222 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_YMFPCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCMCIA sound devices +CONFIG_SND_PCMCIA policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_SND_VXPOCKET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_PDAUDIOCF policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PowerPC sound devices +CONFIG_SND_PPC policy<{'ppc64el': 'y'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SPI sound devices +CONFIG_SND_SPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SUPERH sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Sequencer support +CONFIG_SND_SEQUENCER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SEQ_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SEQUENCER_OSS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SND_SEQ_HRTIMER_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Sparc sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> USB sound devices +CONFIG_SND_USB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_USB_AUDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_UA101 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_USX2Y policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_CAIAQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_CAIAQ_INPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SND_USB_US122L policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SND_USB_6FIRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_HIFACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_BCD2000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_POD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_PODHD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_TONEPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SND_USB_VARIAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> X86 sound devices +CONFIG_SND_X86 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HDMI_LPE_AUDIO policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Staging drivers +CONFIG_STAGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PRISM2_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8723BS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_R8712U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_R8188EU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_88EU_AP_MODE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_R8822BE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTS5208 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VT6655 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VT6656 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_SM750 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_XGI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EMXX policy<{'arm64': 'm', 'armhf': 'y'}> +CONFIG_STAGING_BOARD policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_LTE_GDM724X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FIREWIRE_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FWTTY_MAX_TOTAL_PORTS policy<{'amd64': '64', 'arm64': '64', 'armhf': '64', 'i386': '64', 'ppc64el': '64'}> +CONFIG_FWTTY_MAX_CARD_PORTS policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32'}> +CONFIG_MTD_SPINAND_MT29F policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MTD_SPINAND_ONDIEECC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LUSTRE_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DGNC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GS_FPGABOOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CRYPTO_SKEIN policy<{'amd64': 'y'}> +CONFIG_COMMON_CLK_XLNX_CLKWZRD policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_FSL_MC_BUS policy<{'arm64': 'y'}> +CONFIG_FSL_MC_DPIO policy<{'arm64': 'm'}> +CONFIG_FSL_DPAA2 policy<{'arm64': 'y'}> +CONFIG_FSL_DPAA2_ETH policy<{'arm64': 'm'}> +CONFIG_WILC1000_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WILC1000_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WILC1000_HW_OOB_INTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KS7010 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CRYPTO_DEV_CCREE policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_DRM_VBOXVIDEO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PI433 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_STAGING flag +CONFIG_LUSTRE_FS flag +CONFIG_DRM_VBOXVIDEO note flag + +# Menu: Device Drivers >> Staging drivers >> Android + +# Menu: Device Drivers >> Staging drivers >> Android >> Ion Memory Manager + +# Menu: Device Drivers >> Staging drivers >> Broadcom VideoCore support +CONFIG_BCM_VIDEOCORE policy<{'arm64': 'm'}> +CONFIG_BCM2835_VCHIQ policy<{'arm64': 'm'}> +CONFIG_SND_BCM2835 policy<{'arm64': 'm'}> +CONFIG_VIDEO_BCM2835 policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) +CONFIG_COMEDI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB policy<{'amd64': '2048', 'arm64': '2048', 'armhf': '2048', 'i386': '2048', 'ppc64el': '2048'}> +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB policy<{'amd64': '20480', 'arm64': '20480', 'armhf': '20480', 'i386': '20480', 'ppc64el': '20480'}> +CONFIG_COMEDI_8255_SA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_KCOMEDILIB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi ISA and PC/104 drivers +CONFIG_COMEDI_ISA_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_COMEDI_PCL711 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL724 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL726 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL730 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL812 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL816 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCL818 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCM3724 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_DIO200_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PC236_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PC263_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_RTI800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_RTI802 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAC02 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS16M1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS08_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS16 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS1800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS6402 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT2801 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT2811 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT2814 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT2815 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT2817 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT282X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DMM32AT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_FL512 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AIO_AIO12_8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AIO_IIRO_16 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_II_PCI20KC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_C6XDIGIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_MPC624 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADQ12B policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_AT_A2150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_AT_AO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_ATMIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_ATMIO16D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_LABPC_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCMAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCMDA12 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCMMIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PCMUIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_MULTIQ3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_S526 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCI drivers +CONFIG_COMEDI_PCI_DRIVERS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_8255_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_1032 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_1500 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_1516 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_1564 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_16XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_2032 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_2200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_3120 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_3501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADDI_APCI_3XXX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADL_PCI6208 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADL_PCI7X3X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADL_PCI8164 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADL_PCI9111 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADL_PCI9118 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI1710 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI1720 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI1723 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI1724 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI1760 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ADV_PCI_DIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_DIO200_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PC236_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PC263_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PCI224 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_AMPLC_PCI230 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CONTEC_PCI_DIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAS08_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT3000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DYNA_PCI10XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_GSC_HPDI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_MF6X4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ICP_MULTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DAQBOARD2000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_JR3_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_KE_COUNTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CB_PCIDAS64 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CB_PCIDAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CB_PCIDDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CB_PCIMDAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_CB_PCIMDDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ME4000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_ME_DAQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_6527 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_65XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_660X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_670X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_LABPC_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_PCIDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_PCIMIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_RTD520 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_S626 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCMCIA drivers +CONFIG_COMEDI_PCMCIA_DRIVERS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_CB_DAS16_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_DAS08_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_NI_DAQ_700_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_NI_DAQ_DIO24_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_NI_LABPC_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_NI_MIO_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMEDI_QUATECH_DAQP_CS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi USB drivers +CONFIG_COMEDI_USB_DRIVERS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_DT9812 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_NI_USB6501 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_USBDUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_USBDUXFAST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_USBDUXSIGMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_VMK80XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi misc drivers +CONFIG_COMEDI_MISC_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_COMEDI_BOND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_PARPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_SERIAL2002 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_COMEDI_SSV_DNP policy<{'i386': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Greybus support +CONFIG_GREYBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_ES2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_AUDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_BOOTROM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_FIRMWARE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_HID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_LIGHT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_LOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_LOOPBACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_POWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_VIBRATOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Greybus support >> Greybus Bridged PHY Class drivers +CONFIG_GREYBUS_BRIDGED_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_PWM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_UART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GREYBUS_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Accelerometers +CONFIG_ADIS16201 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16203 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16209 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADIS16240 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Active energy metering IC +CONFIG_ADE7753 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7754 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7758 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7759 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7854 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7854_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADE7854_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Analog digital bi-direction converters +CONFIG_ADT7316 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADT7316_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ADT7316_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Analog to digital converters +CONFIG_AD7606 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7606_IFACE_PARALLEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7606_IFACE_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7780 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7816 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7192 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7280 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Capacitance to digital converters +CONFIG_AD7150 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7152 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD7746 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Digital gyroscope sensors +CONFIG_ADIS16060 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Direct Digital Synthesis +CONFIG_AD9832 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD9834 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Light sensors +CONFIG_TSL2x7x policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Network Analyzer, Impedance Converters +CONFIG_AD5933 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IIO staging drivers >> Resolver to digital converters +CONFIG_AD2S90 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD2S1200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AD2S1210 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IrDA (infrared) subsystem support +CONFIG_IRDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IRLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IRNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IRCOMM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IRDA_ULTRA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IRDA_CACHE_LAST_LSAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IRDA_FAST_RR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_IRDA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> Staging drivers >> IrDA (infrared) subsystem support >> Infrared-port device drivers +CONFIG_IRTTY_SIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KINGSUN_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KSDAZZLE_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_KS959_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_IRDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SIGMATEL_FIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NSC_FIR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WINBOND_FIR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOSHIBA_FIR policy<{'i386': 'm'}> +CONFIG_SMC_IRCC_FIR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ALI_FIR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VLSI_FIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIA_FIR policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCS_FIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> IrDA (infrared) subsystem support >> Infrared-port device drivers >> Blackfin SIR on UART + +# Menu: Device Drivers >> Staging drivers >> IrDA (infrared) subsystem support >> Infrared-port device drivers >> Blackfin SIR on UART >> SIR Mode + +# Menu: Device Drivers >> Staging drivers >> IrDA (infrared) subsystem support >> Infrared-port device drivers >> Serial dongle support +CONFIG_DONGLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ESI_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ACTISYS_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TEKRAM_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TOIM3232_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LITELINK_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MA600_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GIRBIL_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MCP2120_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_OLD_BELKIN_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ACT200L_DONGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Lustre networking subsystem (LNet) +CONFIG_LNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LNET_MAX_PAYLOAD policy<{'amd64': '1048576', 'arm64': '1048576', 'armhf': '1048576', 'i386': '1048576', 'ppc64el': '1048576'}> +CONFIG_LNET_SELFTEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LNET_XPRT_IB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> MOST driver +CONFIG_MOST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MOSTCORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AIM_CDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AIM_NETWORK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AIM_SOUND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AIM_V4L2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDM_DIM2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDM_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HDM_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers +CONFIG_STAGING_MEDIA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_I2C_BCM2048 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DVB_CXD2099 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIDEO_IMX_MEDIA policy<{'armhf-generic': 'm'}> +CONFIG_VIDEO_OMAP4 policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers >> Enable support to Intel MIPI camera drivers +CONFIG_INTEL_ATOMISP policy<{'amd64': 'n', 'i386': 'n'}> +# +CONFIG_INTEL_ATOMISP note + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers >> Linux Infrared Remote Control IR receiver/transmitter drivers +CONFIG_LIRC_STAGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LIRC_ZILOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers >> i.MX5/6 Media Sub devices +CONFIG_VIDEO_IMX_CSI policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> NV Tegra Embedded Controller SMBus Interface +CONFIG_MFD_NVEC policy<{'armhf-generic': 'm'}> +CONFIG_KEYBOARD_NVEC policy<{'armhf-generic': 'm'}> +CONFIG_SERIO_NVEC_PS2 policy<{'armhf-generic': 'm'}> +CONFIG_NVEC_POWER policy<{'armhf-generic': 'm'}> +CONFIG_NVEC_PAZ00 policy<{'armhf-generic': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Speakup console speech + +# Menu: Device Drivers >> Staging drivers >> Speakup console speech >> Speakup core +CONFIG_SPEAKUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_ACNTSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_ACNTPC policy<{'i386': 'm'}> +CONFIG_SPEAKUP_SYNTH_APOLLO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_AUDPTR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_BNS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_DECTLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_DECEXT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_DECPC policy<{'i386': 'm'}> +CONFIG_SPEAKUP_SYNTH_DTLK policy<{'i386': 'm'}> +CONFIG_SPEAKUP_SYNTH_KEYPC policy<{'i386': 'm'}> +CONFIG_SPEAKUP_SYNTH_LTLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_SOFT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_SPKOUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_TXPRT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SPEAKUP_SYNTH_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Support for rtllib wireless devices +CONFIG_RTLLIB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTLLIB_CRYPTO_CCMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTLLIB_CRYPTO_TKIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTLLIB_CRYPTO_WEP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_RTL8192E policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Support for small TFT LCD display modules +CONFIG_FB_TFT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_AGM1264K_FL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_BD663474 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_HX8340BN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_HX8347D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_HX8353D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_HX8357D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9163 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9320 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9325 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9340 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9341 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9481 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ILI9486 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_PCD8544 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_RA8875 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_S6D02A1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_S6D1121 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SH1106 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1289 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1306 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1325 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1331 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_SSD1351 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ST7735R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_ST7789V policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_TINYLCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_TLS8204 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_UC1611 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_UC1701 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_UPD161704 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_WATTEROTT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_FLEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_FB_TFT_FBTFT_DEVICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> USB Power Delivery and Type-C drivers +CONFIG_TYPEC_TCPCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Staging drivers >> Unisys SPAR driver support +CONFIG_UNISYSSPAR policy<{'amd64': 'y'}> +CONFIG_UNISYS_VISORBUS policy<{'amd64': 'm'}> +CONFIG_UNISYS_VISORNIC policy<{'amd64': 'm'}> +CONFIG_UNISYS_VISORINPUT policy<{'amd64': 'm'}> +CONFIG_UNISYS_VISORHBA policy<{'amd64': 'm'}> + +# Menu: Device Drivers >> System Trace Module devices +CONFIG_STM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_STM_DUMMY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_STM_SOURCE_CONSOLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_STM_SOURCE_HEARTBEAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_STM_SOURCE_FTRACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> TEE drivers +CONFIG_OPTEE policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> TI VLYNQ + +# Menu: Device Drivers >> USB support +CONFIG_USB_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_USB_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_UHCI_HCD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_WHCI_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_LED_TRIG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ULPI_BUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_USB_UHCI_HCD mark note flag + +# Menu: Device Drivers >> USB support >> ChipIdea Highspeed Dual Role Controller +CONFIG_USB_CHIPIDEA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CHIPIDEA_UDC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CHIPIDEA_HOST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CHIPIDEA_ULPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB +CONFIG_USB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ANNOUNCE_NEW_DEVICES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_DEFAULT_PERSIST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_DYNAMIC_MINORS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_OTG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_OTG_WHITELIST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_OTG_BLACKLIST_HUB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_LEDS_TRIGGER_USBPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_WUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_WUSB_CBAF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_WUSB_CBAF_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_C67X00_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_OXU210HP_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ISP116X_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ISP1362_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_FOTG210_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MAX3421_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_U132_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SL811_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SL811_HCD_ISO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SL811_CS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_USB_R8A66597_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RENESAS_USBHS_HCD policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_HWA_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_IMX21_HCD policy<{'armhf-generic': 'm'}> +CONFIG_USB_HCD_BCMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'n', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HCD_SSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'n', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HCD_TEST_MODE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_RENESAS_USBHS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_ACM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_PRINTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_WDM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_TMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MDC800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MICROTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MTU3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_MTU3_DEBUG policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_USB_ISP1760 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_USS720 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EMI62 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EMI26 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ADUTUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SEVSEG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RIO500 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_LEGOTOWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_LCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CYPRESS_CY7C63 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CYTHERM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_IDMOUSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_FTDI_ELAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_APPLEDISPLAY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SISUSBVGA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SISUSBVGA_CON policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_LD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_TRANCEVIBRATOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_IOWARRIOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EHSET_TEST_FIXTURE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ISIGHTFW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_YUREX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EZUSB_FX2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HUB_USB251XB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HSIC_USB3503 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_HSIC_USB4604 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_LINK_LAYER_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CHAOSKEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_USB_OTG note +CONFIG_USB_OTG_WHITELIST note +CONFIG_USB_OTG_BLACKLIST_HUB note +CONFIG_USB_OTG_FSM note> +CONFIG_USB_HCD_BCMA note +CONFIG_USB_HCD_SSB note + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> DesignWare USB2 DRD Core Support +CONFIG_USB_DWC2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_DWC2_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_DWC2_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_DWC2_TRACK_MISSED_SOFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> DesignWare USB2 DRD Core Support >> DWC2 Mode Selection +CONFIG_USB_DWC2_HOST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_DWC2_PERIPHERAL policy<{'armhf': 'n'}> +CONFIG_USB_DWC2_DUAL_ROLE policy<{'armhf': 'n'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> DesignWare USB3 DRD Core Support +CONFIG_USB_DWC3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_DWC3_ULPI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_DWC3_OMAP policy<{'armhf': 'm'}> +CONFIG_USB_DWC3_EXYNOS policy<{'armhf': 'm'}> +CONFIG_USB_DWC3_PCI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_USB_DWC3_OF_SIMPLE policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> DesignWare USB3 DRD Core Support >> DWC3 Mode Selection +CONFIG_USB_DWC3_HOST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_DWC3_GADGET policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_DWC3_DUAL_ROLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> EHCI HCD (USB 2.0) support +CONFIG_USB_EHCI_HCD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_EHCI_ROOT_HUB_TT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_EHCI_TT_NEWSCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_EHCI_MXC policy<{'armhf-generic': 'm'}> +CONFIG_USB_EHCI_HCD_OMAP policy<{'armhf': 'm'}> +CONFIG_USB_EHCI_HCD_ORION policy<{'armhf': 'y'}> +CONFIG_USB_EHCI_TEGRA policy<{'armhf-generic': 'm'}> +CONFIG_USB_EHCI_HCD_PPC_OF policy<{'ppc64el': 'y'}> +CONFIG_USB_EHCI_EXYNOS policy<{'armhf': 'y'}> +CONFIG_USB_EHCI_HCD_PLATFORM policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'm'}> +# +CONFIG_USB_EHCI_HCD_PLATFORM mark note flag +CONFIG_USB_EHCI_HCD mark note flag + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> ISP1760 Mode Selection +CONFIG_USB_ISP1760_HOST_ROLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_ISP1760_GADGET_ROLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_ISP1760_DUAL_ROLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...) +CONFIG_USB_MUSB_HDRC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MUSB_SUNXI policy<{'arm64': 'm'}> +CONFIG_USB_MUSB_TUSB6010 policy<{'armhf': 'm'}> +CONFIG_USB_MUSB_OMAP2PLUS policy<{'armhf': 'm'}> +CONFIG_USB_MUSB_AM35X policy<{'armhf': 'm'}> +CONFIG_USB_MUSB_DSPS policy<{'armhf': 'm'}> +# +CONFIG_USB_MUSB_HDRC note flag + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...) >> Disable DMA (always use PIO) +CONFIG_MUSB_PIO_ONLY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...) >> MUSB Mode Selection +CONFIG_USB_MUSB_HOST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_MUSB_GADGET policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_MUSB_DUAL_ROLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> MTU3 Mode Selection +CONFIG_USB_MTU3_HOST policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_USB_MTU3_GADGET policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_USB_MTU3_DUAL_ROLE policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> OHCI HCD (USB 1.1) support +CONFIG_USB_OHCI_HCD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_OHCI_HCD_OMAP3 policy<{'armhf-generic': 'm'}> +CONFIG_USB_OHCI_HCD_PPC_OF_BE policy<{'ppc64el': 'n'}> +CONFIG_USB_OHCI_HCD_PPC_OF_LE policy<{'ppc64el': 'n'}> +CONFIG_USB_OHCI_HCD_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_OHCI_EXYNOS policy<{'armhf': 'y'}> +CONFIG_USB_OHCI_HCD_PLATFORM policy<{'amd64': 'y', 'arm64': 'm', 'armhf-generic': 'm', 'armhf-generic-lpae': 'n', 'i386': 'y', 'ppc64el': 'm'}> +# +CONFIG_USB_OHCI_HCD mark note +CONFIG_USB_OHCI_HCD_PPC_OF_LE flag + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB DSL modem support +CONFIG_USB_ATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SPEEDTOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CXACRU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_UEAGLEATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_XUSBATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB Mass Storage support +CONFIG_USB_STORAGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_STORAGE_REALTEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REALTEK_AUTOPM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_STORAGE_DATAFAB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_FREECOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_ISD200 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_USBAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_SDDR09 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_SDDR55 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_JUMPSHOT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_ALAUDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_ONETOUCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_KARMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_CYPRESS_ATACB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_STORAGE_ENE_UB6250 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_UAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB Serial Converter support +CONFIG_USB_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_GENERIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_SIMPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_AIRCABLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_ARK3116 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_BELKIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_CH341 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_WHITEHEAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_DIGI_ACCELEPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_CP210X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_CYPRESS_M8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_EMPEG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_FTDI_SIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_VISOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_IPAQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_IR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_EDGEPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_EDGEPORT_TI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_F81232 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_F8153X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_GARMIN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_IPW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_IUU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_KEYSPAN_PDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_KLSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_KOBIL_SCT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_MCT_U232 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_METRO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_MOS7720 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_MOS7715_PARPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_MOS7840 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_MXUPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_NAVMAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_PL2303 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_OTI6858 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_QCAUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_QUALCOMM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_SPCP8X5 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_SAFE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_SAFE_PADDED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_SERIAL_SIERRAWIRELESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_SYMBOL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_TI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_CYBERJACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_XIRCOM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_OPTION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_OMNINET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_OPTICON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_XSENS_MT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_WISHBONE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_SSU100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_QT2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_UPD78F0730 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_DEBUG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_USB_SERIAL_DEBUG note + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB Serial Converter support >> USB Keyspan USA-xxx Serial Driver +CONFIG_USB_SERIAL_KEYSPAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SERIAL_KEYSPAN_MPR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA28 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA28X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA28XA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA28XB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA19 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA18X policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA19W policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA19QW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA19QI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA49W policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_SERIAL_KEYSPAN_USA49WLC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB/IP support +CONFIG_USBIP_CORE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USBIP_VHCI_HCD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USBIP_VHCI_HC_PORTS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> +CONFIG_USBIP_VHCI_NR_HCS policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1'}> +CONFIG_USBIP_HOST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USBIP_VUDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USBIP_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> xHCI HCD (USB 3.0) support +CONFIG_USB_XHCI_HCD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_XHCI_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_XHCI_MTK policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_XHCI_MVEBU policy<{'armhf': 'm'}> +CONFIG_USB_XHCI_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_XHCI_TEGRA policy<{'armhf-generic': 'm'}> +# +CONFIG_USB_XHCI_HCD mark note flag + +# Menu: Device Drivers >> USB support >> USB Gadget Support +CONFIG_USB_GADGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GADGET_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_GADGET_DEBUG_FILES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_GADGET_DEBUG_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_GADGET_VBUS_DRAW policy<{'amd64': '2', 'arm64': '2', 'armhf': '2', 'i386': '2', 'ppc64el': '2'}> +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS policy<{'amd64': '2', 'arm64': '2', 'armhf': '2', 'i386': '2', 'ppc64el': '2'}> +CONFIG_U_SERIAL_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> USB Gadget Support >> USB Gadget functions configurable through configfs +CONFIG_USB_CONFIGFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CONFIGFS_SERIAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_ACM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_OBEX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_NCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_ECM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_ECM_SUBSET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_RNDIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_EEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_PHONET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_MASS_STORAGE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_LB_SS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_UAC1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_UAC1_LEGACY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_UAC2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_MIDI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_HID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_UVC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_PRINTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_CONFIGFS_F_TCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> USB Gadget Support >> USB Gadget precomposed configurations +CONFIG_USB_ZERO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_AUDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GADGET_UAC1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_GADGET_UAC1_LEGACY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_ETH_RNDIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ETH_EEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_G_NCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GADGETFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MASS_STORAGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GADGET_TARGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_SERIAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MIDI_GADGET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_PRINTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_CDC_COMPOSITE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_NOKIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_ACM_MS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_MULTI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'm', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_G_MULTI_RNDIS policy<{'armhf': 'y'}> +CONFIG_USB_G_MULTI_CDC policy<{'armhf': 'y'}> +CONFIG_USB_G_HID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_DBGP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_G_WEBCAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> USB support >> USB Gadget Support >> USB Gadget precomposed configurations >> EHCI Debug Device mode +CONFIG_USB_G_DBGP_PRINTK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_G_DBGP_SERIAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> USB Gadget Support >> USB Gadget precomposed configurations >> Function Filesystem +CONFIG_USB_FUNCTIONFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_FUNCTIONFS_ETH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_FUNCTIONFS_RNDIS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_FUNCTIONFS_GENERIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Device Drivers >> USB support >> USB Gadget Support >> USB Peripheral Controller +CONFIG_USB_FSL_USB2 policy<{'armhf-generic': 'm'}> +CONFIG_USB_FUSB300 policy<{'armhf-generic': 'm'}> +CONFIG_USB_FOTG210_UDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GR_UDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_R8A66597 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_RENESAS_USBHS_UDC policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_RENESAS_USB3 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_USB_PXA27X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MV_UDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MV_U3D policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_SNP_UDC_PLAT policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_USB_M66592 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_USB_BDC_UDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_BDC_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_AMD5536UDC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET2272 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_NET2272_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_NET2280 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GOKU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_EG20T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_GADGET_XILINX policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_USB_DUMMY_HCD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_USB_M66592 note +CONFIG_USB_DUMMY_HCD flag + +# Menu: Device Drivers >> USB support >> USB Physical Layer drivers +CONFIG_NOP_USB_XCEIV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AM335X_PHY_USB policy<{'armhf': 'm'}> +CONFIG_TWL6030_USB policy<{'armhf': 'm'}> +CONFIG_USB_GPIO_VBUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TAHVO_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TAHVO_USB_HOST_BY_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_USB_ISP1301 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_USB_MXS_PHY policy<{'armhf-generic': 'y'}> +CONFIG_USB_ULPI policy<{'arm64': 'y', 'armhf': 'y'}> +# +CONFIG_NOP_USB_XCEIV note + +# Menu: Device Drivers >> USB support >> USB Type-C Support +CONFIG_TYPEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TYPEC_TCPM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TYPEC_FUSB302 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TYPEC_UCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_UCSI_ACPI policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_TYPEC_TPS6598X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Ultra Wideband devices +CONFIG_UWB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UWB_HWA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_UWB_WHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_UWB_I1480U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Userspace I/O drivers +CONFIG_UIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_UIO_CIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_PDRV_GENIRQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_DMEM_GENIRQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_AEC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_SERCOS3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_PCI_GENERIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_NETX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_FSL_ELBC_GPCM policy<{'ppc64el': 'm'}> +CONFIG_UIO_FSL_ELBC_GPCM_NETX5152 policy<{'ppc64el': 'n'}> +CONFIG_UIO_PRUSS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_MF624 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UIO_HV_GENERIC policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> VFIO Non-Privileged userspace driver framework +CONFIG_VFIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_VFIO_NOIOMMU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VFIO_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'y', 's390x': 'm'}> +CONFIG_VFIO_PCI_VGA policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_VFIO_MDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VFIO_MDEV_DEVICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_VFIO mark note +CONFIG_VFIO_PCI mark note + +# Menu: Device Drivers >> VFIO Non-Privileged userspace driver framework >> VFIO support for platform devices +CONFIG_VFIO_PLATFORM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VFIO_AMBA policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VFIO_PLATFORM_AMDXGBE_RESET policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET policy<{'arm64': 'm'}> + +# Menu: Device Drivers >> VME bridge support +CONFIG_VME_BUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_VME_CA91CX42 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VME_TSI148 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VME_FAKE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VMIVME_7805 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VME_USER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Virtio drivers +CONFIG_VIRTIO_PCI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VIRTIO_PCI_LEGACY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VIRTIO_BALLOON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VIRTIO_INPUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VIRTIO_MMIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +# +CONFIG_VIRTIO_PCI mark +CONFIG_VIRTIO_MMIO note + +# Menu: Device Drivers >> Virtualization drivers +CONFIG_VIRT_DRIVERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Device Drivers >> Voltage and Current Regulator Support +CONFIG_REGULATOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_REGULATOR_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_REGULATOR_FIXED_VOLTAGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_VIRTUAL_CONSUMER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_USERSPACE_CONSUMER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_88PM800 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_88PM8607 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ACT8865 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ACT8945A policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AD5398 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ANATOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AAT2870 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AB3100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ARIZONA_LDO1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ARIZONA_MICSUPP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AS3711 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AS3722 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_AXP20X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_BCM590XX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_BD9571MWV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_CPCAP policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA903X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9052 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9055 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9062 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9063 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9210 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_DA9211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_FAN53555 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_HI6421 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_HI6421V530 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_HI655X policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_REGULATOR_ISL9305 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_ISL6271A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LM363X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP3971 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP3972 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP872X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP873X policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP8755 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP87565 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LP8788 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LTC3589 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_LTC3676 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX14577 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX1586 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX77620 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8649 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8660 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8907 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8925 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8952 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8973 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8997 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX8998 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX77686 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX77693 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MAX77802 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MC13783 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MC13892 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MT6311 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MT6323 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_MT6380 policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_REGULATOR_MT6397 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PALMAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PBIAS policy<{'armhf': 'm'}> +CONFIG_REGULATOR_PCAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PCF50633 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PFUZE100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PV88060 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PV88080 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PV88090 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_PWM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_QCOM_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_REGULATOR_QCOM_SMD_RPM policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_REGULATOR_QCOM_SPMI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_RC5T583 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_RK808 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_RN5T618 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_RT5033 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_S2MPA01 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_S2MPS11 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_S5M8767 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_SKY81452 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TI_ABB policy<{'armhf': 'y'}> +CONFIG_REGULATOR_TPS51632 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS6105X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS62360 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65023 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS6507X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65086 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65090 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65132 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65217 policy<{'arm64': 'm', 'armhf': 'y'}> +CONFIG_REGULATOR_TPS65218 policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS6524X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS6586X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65910 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS65912 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TPS80031 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_TWL4030 policy<{'amd64': 'm', 'arm64': 'm', 'armhf-generic': 'y', 'armhf-generic-lpae': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_VCTRL policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_VEXPRESS policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_REGULATOR_WM831X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_WM8350 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_WM8400 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_REGULATOR_WM8994 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +# +CONFIG_REGULATOR_FIXED_VOLTAGE note +# CONFIG_REGULATOR_TWL4030 mark note +CONFIG_REGULATOR_TPS65217 mark note + +# Menu: Device Drivers >> Watchdog Timer Support +CONFIG_WATCHDOG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_NOWAYOUT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_SYSFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SOFT_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SOFT_WATCHDOG_PRETIMEOUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DA9052_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DA9055_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DA9063_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DA9062_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_GPIO_WATCHDOG policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_MENF21BMC_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TANGOX_WATCHDOG policy<{'armhf': 'n'}> +CONFIG_WDAT_WDT policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_WM831X_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_WM8350_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_XILINX_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ZIIRAVE_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ARM_SP805_WATCHDOG policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ARM_SBSA_WATCHDOG policy<{'arm64': 'm'}> +CONFIG_CADENCE_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_S3C2410_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_DW_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_OMAP_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_ORION_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_RN5T618_WATCHDOG policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SUNXI_WATCHDOG policy<{'arm64': 'm'}> +CONFIG_TWL4030_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TS4800_WATCHDOG policy<{'armhf-generic': 'm'}> +CONFIG_MAX63XX_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MAX77620_WATCHDOG policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_IMX2_WDT policy<{'arm64': 'm', 'armhf-generic': 'm'}> +CONFIG_RETU_WATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_TEGRA_WATCHDOG policy<{'armhf-generic': 'm'}> +CONFIG_QCOM_WDT policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_MESON_GXBB_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_MESON_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_MEDIATEK_WATCHDOG policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RENESAS_WDT policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_RENESAS_RZAWDT policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_UNIPHIER_WATCHDOG policy<{'armhf': 'm'}> +CONFIG_ACQUIRE_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ADVANTECH_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ALIM1535_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ALIM7101_WDT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_EBC_C384_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_F71808E_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SP5100_TCO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SBC_FITPC2_WATCHDOG policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EUROTECH_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_IB700_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_IBMASR policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_WAFER_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_I6300ESB_WDT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IE6XX_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_SCU_WATCHDOG policy<{'i386': 'y'}> +CONFIG_INTEL_MID_WATCHDOG policy<{'i386': 'm'}> +CONFIG_ITCO_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ITCO_VENDOR_SUPPORT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IT8712F_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_IT87_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HP_WATCHDOG policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_KEMPLD_WDT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_HPWDT_NMI_DECODING policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_SC1200_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SCx200_WDT policy<{'i386': 'm'}> +CONFIG_PC87413_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NV_TCO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_60XX_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SBC8360_WDT policy<{'i386': 'm'}> +CONFIG_SBC7240_WDT policy<{'i386': 'm'}> +CONFIG_CPU5_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SMSC_SCH311X_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SMSC37B787_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIA_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_W83627HF_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_W83877F_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_W83977F_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MACHZ_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SBC_EPX_C3_WATCHDOG policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_MEI_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NI903X_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NIC7018_WDT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BCM2835_WDT policy<{'arm64': 'm'}> +CONFIG_BCM7038_WDT policy<{'arm64': 'm'}> +CONFIG_MEN_A21_WDT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_WATCHDOG_RTAS policy<{'ppc64el': 'm'}> +CONFIG_DIAG288_WATCHDOG policy<{'s390x': 'm'}> +CONFIG_XEN_WDT policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_PCWATCHDOG policy<{'i386': 'm'}> +CONFIG_MIXCOMWD policy<{'i386': 'm'}> +CONFIG_WDT policy<{'i386': 'm'}> +CONFIG_PCIPCWATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_WDTPCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_USBPCWATCHDOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Device Drivers >> Watchdog Timer Support >> Enable watchdog pretimeout governors +CONFIG_WATCHDOG_PRETIMEOUT_GOV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Device Drivers >> Watchdog Timer Support >> Enable watchdog pretimeout governors >> Default Watchdog Pretimeout Governor +CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Device Drivers >> X86 Platform Specific Device Drivers +CONFIG_X86_PLATFORM_DEVICES policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ACER_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACERHDF policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ALIENWARE_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ASUS_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_SMBIOS_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_SMBIOS_SMM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_WMI_AIO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_WMI_LED policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_SMO8800 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DELL_RBTN policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FUJITSU_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_FUJITSU_TABLET policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_AMILO_RFKILL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TC1100_WMI policy<{'i386': 'm'}> +CONFIG_HP_ACCEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HP_WIRELESS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_HP_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MSI_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PANASONIC_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_COMPAL_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SONY_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SONYPI_COMPAT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IDEAPAD_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SURFACE3_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SENSORS_HDAPS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_MENLOW policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EEEPC_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ASUS_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ASUS_NB_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_EEEPC_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ASUS_WIRELESS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TOPSTAR_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TOSHIBA_BT_RFKILL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TOSHIBA_HAPS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_CMPC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_CHT_INT33FE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_INT0002_VGPIO policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_HID_EVENT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_VBTN policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_SCU_IPC policy<{'i386': 'y'}> +CONFIG_INTEL_SCU_IPC_UTIL policy<{'i386': 'm'}> +CONFIG_INTEL_MID_POWER_BUTTON policy<{'i386': 'm'}> +CONFIG_INTEL_MFLD_THERMAL policy<{'i386': 'm'}> +CONFIG_INTEL_IPS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_PMC_CORE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IBM_RTL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SAMSUNG_LAPTOP policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_OAKTRAIL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SAMSUNG_Q10 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_APPLE_GMUX policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_RST policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_SMARTCONNECT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PVPANIC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_PMC_IPC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_BXTWC_PMIC_TMU policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SURFACE_PRO3_BUTTON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_SURFACE_3_BUTTON policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_PUNIT_IPC policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_TELEMETRY policy<{'amd64': 'm'}> +CONFIG_MLX_PLATFORM policy<{'amd64': 'm'}> +CONFIG_MLX_CPLD_PLATFORM policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_TURBO_MAX_3 policy<{'amd64': 'y'}> +CONFIG_SILEAD_DMI policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> X86 Platform Specific Device Drivers >> ThinkPad ACPI Laptop Extras +CONFIG_THINKPAD_ACPI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_THINKPAD_ACPI_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_THINKPAD_ACPI_UNSAFE_LEDS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_THINKPAD_ACPI_VIDEO policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_THINKPAD_ACPI_HOTKEY_POLL policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Device Drivers >> X86 Platform Specific Device Drivers >> WMI +CONFIG_ACPI_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_WMI_BMOF policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_INTEL_WMI_THUNDERBOLT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_MSI_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PEAQ_WMI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_ACPI_TOSHIBA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_TOSHIBA_WMI policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MXM_WMI policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Xen driver support +CONFIG_XEN_DEV_EVTCHN policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XENFS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XEN_COMPAT_XENFS policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_SYS_HYPERVISOR policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_GNTDEV policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XEN_GRANT_DEV_ALLOC policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XEN_PVCALLS_FRONTEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_XEN_ACPI_PROCESSOR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_XEN_MCE_LOG policy<{'amd64': 'y'}> +CONFIG_XEN_SYMS policy<{'amd64': 'y', 'i386': 'y'}> +# +CONFIG_XEN_ACPI_PROCESSOR mark + +# Menu: Device Drivers >> Xen driver support >> Backend driver support +CONFIG_XEN_BACKEND policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_PCIDEV_BACKEND policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_XEN_PVCALLS_BACKEND policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> +CONFIG_XEN_SCSI_BACKEND policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> + +# Menu: Device Drivers >> Xen driver support >> Xen memory balloon driver +CONFIG_XEN_BALLOON policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_SELFBALLOONING policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT policy<{'amd64': '512', 'i386': '4'}> +CONFIG_XEN_SCRUB_PAGES policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> + +# Menu: Dump support +# + +# Menu: Dump support >> Architecture: s390 + +# Menu: Enable loadable module support +CONFIG_MODULES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MODULE_FORCE_LOAD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_UNLOAD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MODULE_FORCE_UNLOAD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODVERSIONS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MODULE_SRCVERSION_ALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MODULE_COMPRESS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_MODVERSIONS mark note + +# Menu: Enable loadable module support >> Compression algorithm + +# Menu: Enable loadable module support >> Module signature verification +CONFIG_MODULE_SIG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MODULE_SIG_FORCE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_SIG_ALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Enable loadable module support >> Module signature verification >> Which hash algorithm should modules be signed with? +CONFIG_MODULE_SIG_SHA1 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_SIG_SHA224 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_SIG_SHA256 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_SIG_SHA384 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MODULE_SIG_SHA512 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Enable the block layer +CONFIG_BLOCK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_LBDAF policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_BLK_DEV_BSG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_BSGLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_INTEGRITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_ZONED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_THROTTLING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_THROTTLING_LOW policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BLK_CMDLINE_PARSER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_WBT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_WBT_SQ policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BLK_WBT_MQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEBUG_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_SED_OPAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_BLK_DEV_THROTTLING note + +# Menu: Enable the block layer >> IO Schedulers +CONFIG_IOSCHED_DEADLINE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IOSCHED_CFQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CFQ_GROUP_IOSCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MQ_IOSCHED_DEADLINE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MQ_IOSCHED_KYBER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IOSCHED_BFQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BFQ_GROUP_IOSCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_MQ_IOSCHED_DEADLINE flag + +# Menu: Enable the block layer >> IO Schedulers >> Default I/O scheduler +CONFIG_DEFAULT_DEADLINE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEFAULT_CFQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEFAULT_NOOP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Enable the block layer >> Partition Types + +# Menu: Enable the block layer >> Partition Types >> Advanced partition selection +CONFIG_PARTITION_ADVANCED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AIX_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_OSF_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_AMIGA_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ATARI_PARTITION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IBM_PARTITION policy<{'s390x': 'y'}> +CONFIG_MAC_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_LDM_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_LDM_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_SGI_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ULTRIX_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SUN_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_KARMA_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EFI_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSV68_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_CMDLINE_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +# +CONFIG_PARTITION_ADVANCED flag +CONFIG_ATARI_PARTITION mark note + +# Menu: Enable the block layer >> Partition Types >> Advanced partition selection >> Acorn partition support +CONFIG_ACORN_PARTITION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Enable the block layer >> Partition Types >> Advanced partition selection >> PC BIOS (MSDOS partition tables) support +CONFIG_MSDOS_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BSD_DISKLABEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_MINIX_SUBPARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SOLARIS_X86_PARTITION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_UNIXWARE_DISKLABEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> + +# Menu: Endianness selection +CONFIG_CPU_BIG_ENDIAN policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 's390x': 'y'}> + +# Menu: Endianness selection >> Architecture: powerpc +CONFIG_CPU_LITTLE_ENDIAN policy<{'ppc64el': 'y'}> + +# Menu: Executable file formats / Emulations +CONFIG_BINFMT_ELF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BINFMT_ELF_FDPIC policy<{'armhf': 'y'}> +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BINFMT_SCRIPT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BINFMT_FLAT policy<{'armhf': 'y'}> +CONFIG_BINFMT_ZFLAT policy<{'armhf': 'y'}> +CONFIG_BINFMT_SHARED_FLAT policy<{'armhf': 'y'}> +CONFIG_BINFMT_AOUT policy<{'i386': 'm'}> +CONFIG_BINFMT_MISC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_COREDUMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECCOMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_COMPAT policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_BINFMT_SCRIPT mark note +CONFIG_SECCOMP mark + +# Menu: Executable file formats / Emulations >> Architecture: arm + +# Menu: Executable file formats / Emulations >> Architecture: arm64 + +# Menu: Executable file formats / Emulations >> Architecture: s390 + +# Menu: Executable file formats / Emulations >> Architecture: x86 +CONFIG_IA32_EMULATION policy<{'amd64': 'y'}> +CONFIG_IA32_AOUT policy<{'amd64': 'n'}> +CONFIG_X86_X32 policy<{'amd64': 'y'}> +# +CONFIG_IA32_AOUT note mark + +# Menu: File systems +CONFIG_EXT2_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_EXT3_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_JBD2_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_GFS2_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GFS2_FS_LOCKING_DLM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NILFS2_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FS_DAX policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXPORTFS_BLOCK_OPS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FILE_LOCKING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MANDATORY_FILE_LOCKING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FS_ENCRYPTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DNOTIFY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INOTIFY_USER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FANOTIFY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FANOTIFY_ACCESS_PERMISSIONS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_QUOTA_NETLINK_INTERFACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUTOFS4_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'y'}> +CONFIG_FUSE_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CUSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_EXT2_FS note +CONFIG_EXT3_FS note +CONFIG_FUSE_FS note flag + +# Menu: File systems >> Btrfs filesystem support +CONFIG_BTRFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BTRFS_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BTRFS_FS_CHECK_INTEGRITY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BTRFS_FS_RUN_SANITY_TESTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BTRFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BTRFS_ASSERT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BTRFS_FS_REF_VERIFY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> CD-ROM/DVD Filesystems +CONFIG_ISO9660_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_JOLIET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ZISOFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UDF_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: File systems >> Caches +CONFIG_CACHEFILES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CACHEFILES_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CACHEFILES_HISTOGRAM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Caches >> General filesystem local caching manager +CONFIG_FSCACHE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_FSCACHE_STATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FSCACHE_HISTOGRAM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_FSCACHE_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_FSCACHE_OBJECT_LIST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> DOS/FAT/NT Filesystems +CONFIG_MSDOS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NTFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NTFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NTFS_RW policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> + +# Menu: File systems >> DOS/FAT/NT Filesystems >> VFAT (Windows-95) fs support +CONFIG_VFAT_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FAT_DEFAULT_CODEPAGE policy<{'amd64': '437', 'arm64': '437', 'armhf': '437', 'i386': '437', 'ppc64el': '437', 's390x': '437'}> +CONFIG_FAT_DEFAULT_IOCHARSET policy<{'amd64': '"iso8859-1"', 'arm64': '"iso8859-1"', 'armhf': '"iso8859-1"', 'i386': '"iso8859-1"', 'ppc64el': '"iso8859-1"', 's390x': '"iso8859-1"'}> +CONFIG_FAT_DEFAULT_UTF8 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_VFAT_FS mark note + +# Menu: File systems >> Distributed Lock Manager (DLM) +CONFIG_DLM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DLM_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> F2FS filesystem support +CONFIG_F2FS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_F2FS_STAT_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_F2FS_CHECK_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_F2FS_IO_TRACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_F2FS_FAULT_INJECTION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: File systems >> F2FS filesystem support >> F2FS extended attributes +CONFIG_F2FS_FS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_F2FS_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_F2FS_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_F2FS_FS_ENCRYPTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> JFS filesystem support +CONFIG_JFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_JFS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFS_STATISTICS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> Miscellaneous filesystems +CONFIG_MISC_FILESYSTEMS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ORANGEFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ADFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ADFS_FS_RW policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_AFFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ECRYPT_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ECRYPT_FS_MESSAGING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_HFSPLUS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_HFSPLUS_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BEFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BEFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_EFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CRAMFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CRAMFS_BLOCKDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CRAMFS_MTD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VXFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MINIX_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_OMFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_HPFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QNX4FS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QNX6FS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QNX6FS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ROMFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_SYSV_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_UFS_FS_WRITE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_UFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_EXOFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_EXOFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_ECRYPT_FS mark note + +# Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support +CONFIG_AUFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AUFS_HNOTIFY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_EXPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUFS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUFS_FHSM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_RDU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_DIRREN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUFS_SHWH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_BR_RAMFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_BR_FUSE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_BR_HFSPLUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_AUFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_AUFS_EXPORT note + +# Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support >> Maximum number of branches +CONFIG_AUFS_BRANCH_MAX_1023 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_BRANCH_MAX_127 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUFS_BRANCH_MAX_32767 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AUFS_BRANCH_MAX_511 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support >> method + +# Menu: File systems >> Miscellaneous filesystems >> Journalling Flash File System v2 (JFFS2) support +CONFIG_JFFS2_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_JFFS2_FS_DEBUG policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_JFFS2_FS_WRITEBUFFER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_FS_WBUF_VERIFY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFFS2_SUMMARY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFFS2_FS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> Miscellaneous filesystems >> Journalling Flash File System v2 (JFFS2) support >> Advanced compression options for JFFS2 +CONFIG_JFFS2_COMPRESSION_OPTIONS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_ZLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_LZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_RTIME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_JFFS2_RUBIN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: File systems >> Miscellaneous filesystems >> Journalling Flash File System v2 (JFFS2) support >> Advanced compression options for JFFS2 >> JFFS2 default compression mode +CONFIG_JFFS2_CMODE_NONE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFFS2_CMODE_PRIORITY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFFS2_CMODE_SIZE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_JFFS2_CMODE_FAVOURLZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> Miscellaneous filesystems >> Persistent store support +CONFIG_PSTORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PSTORE_CONSOLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PSTORE_PMSG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PSTORE_FTRACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PSTORE_RAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: File systems >> Miscellaneous filesystems >> Persistent store support >> Choose compression algorithm +CONFIG_PSTORE_ZLIB_COMPRESS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PSTORE_LZO_COMPRESS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_PSTORE_LZ4_COMPRESS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: File systems >> Miscellaneous filesystems >> RomFS backing stores +CONFIG_ROMFS_BACKED_BY_BLOCK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_ROMFS_BACKED_BY_MTD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ROMFS_BACKED_BY_BOTH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support +CONFIG_SQUASHFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_ZLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_LZ4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_LZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_XZ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_ZSTD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_4K_DEVBLK_SIZE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SQUASHFS_EMBEDDED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE policy<{'amd64': '3', 'arm64': '3', 'armhf': '3', 'i386': '3', 'ppc64el': '3', 's390x': '3'}> +# +CONFIG_SQUASHFS_4K_DEVBLK_SIZE note +CONFIG_SQUASHFS mark note + +# Menu: File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support >> Decompressor parallelisation options +CONFIG_SQUASHFS_DECOMP_SINGLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SQUASHFS_DECOMP_MULTI policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support >> File decompression options +CONFIG_SQUASHFS_FILE_CACHE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SQUASHFS_FILE_DIRECT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> Miscellaneous filesystems >> UBIFS file system support +CONFIG_UBIFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_UBIFS_FS_ADVANCED_COMPR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_UBIFS_FS_LZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_UBIFS_FS_ZLIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_UBIFS_ATIME_SUPPORT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_UBIFS_FS_ENCRYPTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_UBIFS_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> Native language support +CONFIG_NLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NLS_DEFAULT policy<{'amd64': '"utf8"', 'arm64': '"utf8"', 'armhf': '"utf8"', 'i386': '"utf8"', 'ppc64el': '"utf8"', 's390x': '"utf8"'}> +CONFIG_NLS_CODEPAGE_437 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NLS_CODEPAGE_737 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_775 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_850 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_852 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_855 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_857 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_860 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_861 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_862 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_863 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_864 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_865 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_866 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_869 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_936 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_950 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_932 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_949 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_874 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_1250 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_CODEPAGE_1251 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ASCII policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_5 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_7 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_9 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_13 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_14 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_ISO8859_15 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_KOI8_R policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_KOI8_U policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_ROMAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_CELTIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_CENTEURO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_CROATIAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_CYRILLIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_GAELIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_GREEK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_ICELAND policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_INUIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_ROMANIAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_MAC_TURKISH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NLS_UTF8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_NLS note + +# Menu: File systems >> Network File Systems +CONFIG_NETWORK_FILESYSTEMS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFSD_V3 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_V3_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RPCSEC_GSS_KRB5 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SUNRPC_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SUNRPC_XPRT_RDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CEPH_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CEPH_FSCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CEPH_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CODA_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AFS_FSCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> Network File Systems >> NCP file system support (to mount NetWare volumes) +CONFIG_NCP_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NCPFS_PACKET_SIGNING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_IOCTL_LOCKING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_STRONG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_NFS_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_OS2_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_SMALLDOS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_NCPFS_NLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NCPFS_EXTRAS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> Network File Systems >> NFS client support +CONFIG_NFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFS_V2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFS_V3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFS_V3_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFS_V4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFS_SWAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFS_FSCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFS_USE_LEGACY_DNS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Network File Systems >> NFS client support >> NFS client support for NFSv4.1 +CONFIG_NFS_V4_1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFS_V4_2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN policy<{'amd64': '"kernel.org"', 'arm64': '"kernel.org"', 'armhf': '"kernel.org"', 'i386': '"kernel.org"', 'ppc64el': '"kernel.org"', 's390x': '"kernel.org"'}> +CONFIG_NFS_V4_1_MIGRATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> Network File Systems >> NFS server support for NFS version 4 +CONFIG_NFSD_V4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_BLOCKLAYOUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_SCSILAYOUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_FLEXFILELAYOUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_V4_SECURITY_LABEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NFSD_FAULT_INJECTION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Network File Systems >> Plan 9 Resource Sharing Support (9P2000) +CONFIG_9P_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_9P_FSCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_9P_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_9P_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> Network File Systems >> SMB3 and CIFS support (advanced network filesystem) +CONFIG_CIFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CIFS_STATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_STATS2 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CIFS_WEAK_PW_HASH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_UPCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_POSIX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_DEBUG2 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CIFS_DEBUG_DUMP_KEYS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CIFS_DFS_UPCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_SMB311 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CIFS_FSCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> OCFS2 file system support +CONFIG_OCFS2_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OCFS2_FS_O2CB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OCFS2_FS_USERSPACE_CLUSTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OCFS2_FS_STATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_OCFS2_DEBUG_MASKLOG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_OCFS2_DEBUG_FS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Overlay filesystem support +CONFIG_OVERLAY_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OVERLAY_FS_REDIRECT_DIR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_OVERLAY_FS_INDEX policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> Pseudo filesystems +CONFIG_PROC_CHILDREN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TMPFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TMPFS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TMPFS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HUGETLBFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CONFIGFS_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EFIVAR_FS policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +# +CONFIG_CONFIGFS_FS flag +CONFIG_EFIVAR_FS note +CONFIG_TMPFS_POSIX_ACL mark note + +# Menu: File systems >> Pseudo filesystems >> /proc file system support +CONFIG_PROC_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_KCORE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_VMCORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_SYSCTL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_PAGE_MONITOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: File systems >> Quota support +CONFIG_QUOTA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PRINT_QUOTA_WARNING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_QUOTA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_QFMT_V1 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_QFMT_V2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: File systems >> Reiserfs support +CONFIG_REISERFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_REISERFS_CHECK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_REISERFS_PROC_INFO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_REISERFS_FS_XATTR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_REISERFS_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_REISERFS_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: File systems >> The Extended 4 (ext4) filesystem +CONFIG_EXT4_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXT4_USE_FOR_EXT2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXT4_FS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXT4_FS_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXT4_ENCRYPTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXT4_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: File systems >> XFS filesystem support +CONFIG_XFS_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_XFS_QUOTA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_XFS_POSIX_ACL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_XFS_RT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_XFS_ONLINE_SCRUB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_XFS_WARN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_XFS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Firmware Drivers +CONFIG_ARM_PSCI_CHECKER policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_ARM_SCPI_PROTOCOL policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ARM_SCPI_POWER_DOMAIN policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_EDD policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_EDD_OFF policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_FIRMWARE_MEMMAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_DELL_RBU policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DCDBAS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_DMIID policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_DMI_SYSFS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_ISCSI_IBFT_FIND policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_ISCSI_IBFT policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_RASPBERRYPI_FIRMWARE policy<{'arm64': 'y'}> +CONFIG_FW_CFG_SYSFS policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_FW_CFG_SYSFS_CMDLINE policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> +CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT policy<{'arm64': 'n', 'armhf': 'n'}> + +# Menu: Firmware Drivers >> EFI (Extensible Firmware Interface) Support +CONFIG_EFI_VARS policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_EFI_VARS_PSTORE policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n'}> +CONFIG_EFI_RUNTIME_MAP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_EFI_FAKE_MEMMAP policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_EFI_BOOTLOADER_CONTROL policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_EFI_CAPSULE_LOADER policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'y'}> +CONFIG_EFI_CAPSULE_QUIRK_QUARK_CSH policy<{'i386': 'y'}> +CONFIG_EFI_TEST policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_APPLE_PROPERTIES policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_RESET_ATTACK_MITIGATION policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_EFI_RCI2_TABLE policy<{'amd64': 'n', 'i386': 'n'}> note +# +CONFIG_EFI_VARS mark note + +# Menu: Firmware Drivers >> Google Firmware Drivers +CONFIG_GOOGLE_FIRMWARE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> + +# Menu: Firmware Drivers >> Tegra firmware driver +CONFIG_TEGRA_IVC policy<{'armhf-generic': 'y'}> + +# Menu: Floating point emulation >> Architecture: arm +CONFIG_VFP policy<{'armhf': 'y'}> +CONFIG_NEON policy<{'armhf': 'y'}> +CONFIG_KERNEL_MODE_NEON policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: General setup +CONFIG_CROSS_COMPILE policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +CONFIG_LOCALVERSION policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +CONFIG_DEFAULT_HOSTNAME policy<{'amd64': '"(none)"', 'arm64': '"(none)"', 'armhf': '"(none)"', 'i386': '"(none)"', 'ppc64el': '"(none)"', 's390x': '"(none)"'}> +CONFIG_VERSION_SIGNATURE policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> +CONFIG_SWAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSVIPC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_POSIX_MQUEUE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CROSS_MEMORY_ATTACH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_USELIB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AUDIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IKCONFIG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOG_BUF_SHIFT policy<{'amd64': '18', 'arm64': '14', 'armhf': '17', 'i386': '17', 'ppc64el': '17', 's390x': '17'}> +CONFIG_LOG_CPU_MAX_BUF_SHIFT policy<{'amd64': '12', 'arm64': '12', 'armhf': '12', 'i386': '12', 'ppc64el': '12', 's390x': '12'}> +CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT policy<{'amd64': '13', 'arm64': '13', 'armhf': '13', 'i386': '13', 'ppc64el': '13', 's390x': '13'}> +CONFIG_NUMA_BALANCING policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SCHED_AUTOGROUP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSFS_DEPRECATED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RELAY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BPF_SYSCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BPF_UNPRIV_DEFAULT_OFF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BPF_JIT_ALWAYS_ON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_USERFAULTFD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EMBEDDED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PC104 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_COMPAT_BRK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SLAB_MERGE_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLAB_FREELIST_RANDOM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLAB_FREELIST_HARDENED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLUB_CPU_PARTIAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROFILING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_OPROFILE policy<{'amd64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OPROFILE_EVENT_MULTIPLEX policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_KPROBES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_JUMP_LABEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_STATIC_KEYS_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_VMAP_STACK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_STRICT_KERNEL_RWX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_STRICT_MODULE_RWX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_REFCOUNT_FULL policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_SYSFS_DEPRECATED mark note +CONFIG_COMPAT_BRK mark note +CONFIG_JUMP_LABEL flag +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED note +CONFIG_BPF_JIT_ALWAYS_ON flag +CONFIG_STRICT_KERNEL_RWX mark +CONFIG_STRICT_MODULE_RWX mark + +# Menu: General setup >> CPU/Task time and stats accounting +CONFIG_IRQ_TIME_ACCOUNTING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BSD_PROCESS_ACCT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BSD_PROCESS_ACCT_V3 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TASKSTATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TASK_DELAY_ACCT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TASK_XACCT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TASK_IO_ACCOUNTING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: General setup >> CPU/Task time and stats accounting >> Cputime accounting +CONFIG_TICK_CPU_ACCOUNTING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_VIRT_CPU_ACCOUNTING_NATIVE policy<{'ppc64el': 'n', 's390x': 'y'}> +CONFIG_VIRT_CPU_ACCOUNTING_GEN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> + +# Menu: General setup >> Choose SLAB allocator +CONFIG_SLAB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SLUB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLOB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: General setup >> Compile also drivers which will not load +CONFIG_COMPILE_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOCALVERSION_AUTO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CPU_ISOLATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_LOCALVERSION_AUTO mark note + +# Menu: General setup >> Compile also drivers which will not load >> GCC plugins +CONFIG_GCC_PLUGINS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: General setup >> Compiler optimization level +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CC_OPTIMIZE_FOR_SIZE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: General setup >> Configure standard kernel features (expert users) +CONFIG_FHANDLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CHECKPOINT_RESTORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EXPERT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UID16 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_MULTIUSER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SGETMASK_SYSCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSFS_SYSCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYSCTL_SYSCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_POSIX_TIMERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KALLSYMS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KALLSYMS_ALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PRINTK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ELF_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PCSPKR_PLATFORM policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BASE_FULL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FUTEX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EPOLL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SIGNALFD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TIMERFD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EVENTFD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SHMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ADVISE_SYSCALLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEMBARRIER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VM_EVENT_COUNTERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLUB_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SLUB_MEMCG_SYSFS_ON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ARCH_MMAP_RND_BITS policy<{'amd64': '28', 'arm64': '18', 'armhf': '8', 'i386': '8', 'ppc64el': '28'}> +CONFIG_ARCH_MMAP_RND_COMPAT_BITS policy<{'amd64': '8', 'arm64': '11', 'ppc64el': '8'}> +# +CONFIG_FHANDLE mark note +CONFIG_SLUB_MEMCG_SYSFS_ON flag + +# Menu: General setup >> Control Group support +CONFIG_CGROUPS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEMCG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEMCG_SWAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEMCG_SWAP_ENABLED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BLK_CGROUP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_BLK_CGROUP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CGROUP_PIDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_RDMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_FREEZER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_HUGETLB policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CPUSETS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROC_PID_CPUSET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_DEVICE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_CPUACCT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_PERF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_BPF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_DEBUG_BLK_CGROUP mark + +# Menu: General setup >> Control Group support >> CPU controller +CONFIG_CGROUP_SCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FAIR_GROUP_SCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CFS_BANDWIDTH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RT_GROUP_SCHED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_RT_GROUP_SCHED note + +# Menu: General setup >> GCOV-based kernel profiling +CONFIG_GCOV_KERNEL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: General setup >> GCOV-based kernel profiling >> Specify GCOV format + +# Menu: General setup >> IRQ subsystem +CONFIG_IRQ_DOMAIN_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IRQ_FORCED_THREADING_DEFAULT policy<{'amd64-generic': 'n', 'amd64-lowlatency': 'y', 'arm64': 'n', 'armhf': 'n', 'i386-generic': 'n', 'i386-lowlatency': 'y', 'ppc64el': 'n'}> +CONFIG_SPARSE_IRQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_GENERIC_IRQ_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: General setup >> Initial RAM filesystem and RAM disk (initramfs/initrd) support +CONFIG_BLK_DEV_INITRD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_GZIP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_BZIP2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_LZMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_XZ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_LZO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_RD_LZ4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: General setup >> Initial RAM filesystem and RAM disk (initramfs/initrd) support >> Initramfs source file(s) +CONFIG_INITRAMFS_SOURCE policy<{'amd64': '""', 'arm64': '""', 'armhf': '""', 'i386': '""', 'ppc64el': '""', 's390x': '""'}> + +# Menu: General setup >> Initial RAM filesystem and RAM disk (initramfs/initrd) support >> Initramfs source file(s) >> Built-in initramfs compression mode + +# Menu: General setup >> Kernel Performance Events And Counters +CONFIG_PERF_EVENTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_PERF_USE_VMALLOC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> + +# Menu: General setup >> Kernel compression mode +CONFIG_KERNEL_GZIP policy<{'amd64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_KERNEL_BZIP2 policy<{'amd64': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_KERNEL_LZMA policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_KERNEL_XZ policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_KERNEL_LZO policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_KERNEL_LZ4 policy<{'amd64': 'y', 'armhf': 'n', 'i386': 'y', 's390x': 'y'}> +# +CONFIG_KERNEL_GZIP flag note + +# Menu: General setup >> Namespaces support +CONFIG_NAMESPACES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UTS_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPC_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_USER_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PID_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_NS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: General setup >> RCU Subsystem >> Make expert-level adjustments to RCU configuration +CONFIG_RCU_EXPERT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_RCU_EXPERT flag + +# Menu: General setup >> Stack Protector buffer overflow detection +CONFIG_CC_STACKPROTECTOR_NONE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> +CONFIG_CC_STACKPROTECTOR_REGULAR policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> +CONFIG_CC_STACKPROTECTOR_STRONG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> + +# Menu: General setup >> Stack Protector buffer overflow detection >> Architecture: arm + +# Menu: General setup >> Stack Protector buffer overflow detection >> Architecture: arm64 + +# Menu: General setup >> Stack Protector buffer overflow detection >> Architecture: powerpc + +# Menu: General setup >> Stack Protector buffer overflow detection >> Architecture: s390 + +# Menu: General setup >> Stack Protector buffer overflow detection >> Architecture: x86 + +# Menu: General setup >> Timers subsystem +CONFIG_NO_HZ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HIGH_RES_TIMERS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CONTEXT_TRACKING_FORCE policy<{'amd64': '-', 'arm64': '-', 'armhf': '-', 'i386': '-', 'ppc64el': '-', 'riscv64': '-', 's390x': '-'}> + +CONFIG_CONTEXT_TRACKING_FORCE note + +# Menu: General setup >> Timers subsystem >> Timer tick handling +CONFIG_HZ_PERIODIC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NO_HZ_IDLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NO_HZ_FULL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> +# +CONFIG_NO_HZ_IDLE note + +# Menu: Kernel hacking +CONFIG_MAGIC_SYSRQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MAGIC_SYSRQ_SERIAL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KCOV policy<{'amd64': 'n', 'arm64': 'n', 's390x': 'n'}> +CONFIG_PANIC_ON_OOPS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PANIC_TIMEOUT policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '10', 's390x': '0'}> +CONFIG_DEBUG_TIMEKEEPING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_STACKTRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_WARN_ALL_UNSEEDED_RANDOM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PROVIDE_OHCI1394_DMA_INIT policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DMA_API_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MEMTEST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BUG_ON_DATA_CORRUPTION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_STRICT_DEVMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IO_STRICT_DEVMEM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PID_IN_CONTEXTIDR policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_DEBUG_WX policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_DEBUG_ALIGN_RODATA policy<{'arm64': 'n', 'armhf': 'y'}> +# +CONFIG_PANIC_ON_OOPS note +CONFIG_BUG_ON_DATA_CORRUPTION flag +CONFIG_STRICT_DEVMEM mark + +# Menu: Kernel hacking >> Architecture: arm +CONFIG_ARM_PTDUMP policy<{'armhf': 'n'}> +CONFIG_ARM_UNWIND policy<{'armhf': 'y'}> +CONFIG_DEBUG_USER policy<{'armhf': 'n'}> +CONFIG_DEBUG_IMX_UART_PORT policy<{'armhf-generic': '1'}> +CONFIG_DEBUG_VF_UART_PORT policy<{'armhf-generic': '1'}> +CONFIG_ARM_KPROBES_TEST policy<{'armhf': 'm'}> + +# Menu: Kernel hacking >> Architecture: arm64 +CONFIG_ARM64_PTDUMP_DEBUGFS policy<{'arm64': 'n'}> +CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET policy<{'arm64': 'n'}> +CONFIG_DEBUG_EFI policy<{'arm64': 'n'}> +CONFIG_ARM64_RELOC_TEST policy<{'arm64': 'n'}> + +# Menu: Kernel hacking >> Architecture: powerpc +CONFIG_PPC_DISABLE_WERROR policy<{'ppc64el': 'n'}> +CONFIG_PRINT_STACK_DEPTH policy<{'ppc64el': '64'}> +CONFIG_HCALL_STATS policy<{'ppc64el': 'n'}> +CONFIG_PPC_EMULATED_STATS policy<{'ppc64el': 'n'}> +CONFIG_CODE_PATCHING_SELFTEST policy<{'ppc64el': 'n'}> +CONFIG_JUMP_LABEL_FEATURE_CHECKS policy<{'ppc64el': 'y'}> +CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG policy<{'ppc64el': 'n'}> +CONFIG_FTR_FIXUP_SELFTEST policy<{'ppc64el': 'n'}> +CONFIG_MSI_BITMAP_SELFTEST policy<{'ppc64el': 'n'}> +CONFIG_XMON policy<{'ppc64el': 'y'}> +CONFIG_XMON_DEFAULT policy<{'ppc64el': 'n'}> +CONFIG_XMON_DISASSEMBLY policy<{'ppc64el': 'y'}> +CONFIG_BOOTX_TEXT policy<{'ppc64el': 'n'}> +CONFIG_PPC_EARLY_DEBUG policy<{'ppc64el': 'n'}> +CONFIG_PPC_PTDUMP policy<{'ppc64el': 'n'}> +CONFIG_PPC_FAST_ENDIAN_SWITCH policy<{'ppc64el': 'n'}> +# +CONFIG_PPC_DISABLE_WERROR flag + +# Menu: Kernel hacking >> Architecture: s390 +CONFIG_S390_PTDUMP policy<{'s390x': 'y'}> + +# Menu: Kernel hacking >> Architecture: x86 +CONFIG_X86_VERBOSE_BOOTUP policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_X86_PTDUMP policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_EFI_PGT_DUMP policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DOUBLEFAULT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DEBUG_TLBFLUSH policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_IOMMU_DEBUG policy<{'amd64': 'n'}> +CONFIG_IOMMU_STRESS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_X86_DECODER_SELFTEST policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DEBUG_BOOT_PARAMS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_CPA_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_OPTIMIZE_INLINING policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_DEBUG_ENTRY policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DEBUG_NMI_SELFTEST policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_X86_DEBUG_FPU policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PUNIT_ATOM_DEBUG policy<{'amd64': 'm', 'i386': 'm'}> +# +CONFIG_X86_DECODER_SELFTEST flag +CONFIG_X86_DEBUG_FPU flag +CONFIG_PUNIT_ATOM_DEBUG flag + +# Menu: Kernel hacking >> Choose kernel unwinder >> Architecture: x86 +CONFIG_UNWINDER_ORC policy<{'amd64': 'n'}> +CONFIG_UNWINDER_FRAME_POINTER policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_UNWINDER_GUESS policy<{'amd64': 'n', 'i386': 'n'}> +# +CONFIG_UNWINDER_FRAME_POINTER mark note + +# Menu: Kernel hacking >> Compile-time checks and compiler options +CONFIG_ENABLE_WARN_DEPRECATED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_ENABLE_MUST_CHECK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_FRAME_WARN policy<{'amd64': '1024', 'arm64': '1024', 'armhf': '1024', 'i386': '1024', 'ppc64el': '2048', 's390x': '1024'}> +CONFIG_STRIP_ASM_SYMS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_READABLE_ASM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_UNUSED_SYMBOLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PAGE_OWNER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_FS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HEADERS_CHECK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_SECTION_MISMATCH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECTION_MISMATCH_WARN_ONLY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FRAME_POINTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_STACK_VALIDATION policy<{'amd64': 'y'}> +CONFIG_DEBUG_FORCE_WEAK_PER_CPU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_STACK_VALIDATION mark note + +# Menu: Kernel hacking >> Compile-time checks and compiler options >> Compile the kernel with debug info +CONFIG_DEBUG_INFO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_INFO_REDUCED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_INFO_SPLIT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_INFO_DWARF4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_GDB_SCRIPTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_DEBUG_INFO mark note +CONFIG_DEBUG_INFO_SPLIT note + +# Menu: Kernel hacking >> CoreSight Tracing Support +CONFIG_CORESIGHT policy<{'arm64': 'n', 'armhf': 'n'}> + +# Menu: Kernel hacking >> CoreSight Tracing Support >> CoreSight Link and Sink drivers + +# Menu: Kernel hacking >> Debug Lockups and Hangs +CONFIG_SOFTLOCKUP_DETECTOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_HARDLOCKUP_DETECTOR policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DETECT_HUNG_TASK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT policy<{'amd64': '120', 'arm64': '120', 'armhf': '120', 'i386': '120', 'ppc64el': '120', 's390x': '120'}> +CONFIG_BOOTPARAM_HUNG_TASK_PANIC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_WQ_WATCHDOG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Early debugging console >> Architecture: powerpc + +# Menu: Kernel hacking >> Early printk +CONFIG_EARLY_PRINTK policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Kernel hacking >> Early printk >> Architecture: x86 +CONFIG_EARLY_PRINTK_DBGP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_EARLY_PRINTK_EFI policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_EARLY_PRINTK_USB_XDBC policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Kernel hacking >> IO delay type >> Architecture: x86 +CONFIG_IO_DELAY_0X80 policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_IO_DELAY_0XED policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IO_DELAY_UDELAY policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_IO_DELAY_NONE policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Kernel hacking >> Kernel debugging +CONFIG_DEBUG_KERNEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_SHIRQ policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SCHED_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCHEDSTATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCHED_STACK_END_CHECK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_PREEMPT policy<{'amd64-lowlatency': 'n', 'i386-lowlatency': 'n'}> +CONFIG_DEBUG_KOBJECT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_BUGVERBOSE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEBUG_LIST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_PI_LIST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_SG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_NOTIFIERS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_CREDENTIALS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_WQ_FORCE_RR_CPU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_BLOCK_EXT_DEVT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CPU_HOTPLUG_STATE_CONTROL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LATENCYTOP policy<{'amd64-generic': 'n', 'amd64-lowlatency': 'y', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_LATENCYTOP marl note + +# Menu: Kernel hacking >> Kernel debugging >> Fault-injection framework +CONFIG_FAULT_INJECTION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Kernel debugging >> KGDB: kernel debugger +CONFIG_KGDB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KGDB_SERIAL_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KGDB_TESTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_KGDB_LOW_LEVEL_TRAP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_KGDB_KDB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KDB_KEYBOARD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_KDB_CONTINUE_CATASTROPHIC policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +# +CONFIG_KGDB flag +CONFIG_KGDB_SERIAL_CONSOLE note + +# Menu: Kernel hacking >> Kernel debugging >> Notifier error injection +CONFIG_NOTIFIER_ERROR_INJECTION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_PM_NOTIFIER_ERROR_INJECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> +CONFIG_NETDEV_NOTIFIER_ERROR_INJECT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Kernel low-level debugging functions (read help!) + +# Menu: Kernel hacking >> Kernel low-level debugging functions (read help!) >> Architecture: arm +CONFIG_DEBUG_LL policy<{'armhf': 'n'}> + +# Menu: Kernel hacking >> Kernel low-level debugging functions (read help!) >> Kernel low-level debugging port >> Architecture: arm + +# Menu: Kernel hacking >> Lock Debugging (spinlocks, mutexes, etc...) +CONFIG_DEBUG_RT_MUTEXES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_SPINLOCK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_MUTEXES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_WW_MUTEX_SLOWPATH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_LOCK_ALLOC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PROVE_LOCKING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOCK_STAT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_ATOMIC_SLEEP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_LOCKING_API_SELFTESTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOCK_TORTURE_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_WW_MUTEX_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Memory Debugging +CONFIG_PAGE_EXTENSION policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_PAGEALLOC policy<{'amd64': 'n', 'arm64': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PAGE_POISONING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_PAGE_REF policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_RODATA_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +CONFIG_SLUB_DEBUG_ON policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SLUB_STATS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_STACK_USAGE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_VIRTUAL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> +CONFIG_DEBUG_MEMORY_INIT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT policy<{'amd64': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DEBUG_PER_CPU_MAPS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEBUG_HIGHMEM policy<{'armhf': 'n', 'i386': 'n'}> +CONFIG_DEBUG_STACKOVERFLOW policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_KASAN policy<{'amd64': 'n', 'arm64': 'n'}> + +# Menu: Kernel hacking >> Memory Debugging >> Debug VM +CONFIG_DEBUG_VM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Memory Debugging >> Debug object operations +CONFIG_DEBUG_OBJECTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> Memory Debugging >> Instrumentation type + +# Menu: Kernel hacking >> Memory Debugging >> Kernel memory leak detector +CONFIG_DEBUG_KMEMLEAK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> RCU Debugging +CONFIG_RCU_PERF_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RCU_TORTURE_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RCU_CPU_STALL_TIMEOUT policy<{'amd64': '60', 'arm64': '60', 'armhf': '60', 'i386': '60', 'ppc64el': '21', 's390x': '21'}> +CONFIG_RCU_TRACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RCU_EQS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_RCU_CPU_STALL_TIMEOUT flag + +# Menu: Kernel hacking >> Runtime Testing +CONFIG_LKDTM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_LIST_SORT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_SORT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_KPROBES_SANITY_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BACKTRACE_SELF_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RBTREE_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_INTERVAL_TREE_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PERCPU_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_ATOMIC64_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_ASYNC_RAID6_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_HEXDUMP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_STRING_HELPERS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_KSTRTOX policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_PRINTF policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_BITMAP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_UUID policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_RHASHTABLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_HASH policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_PARMAN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_TEST_LKM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_USER_COPY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_BPF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_FIND_BIT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_FIRMWARE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_SYSCTL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TEST_UDELAY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_STATIC_KEYS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TEST_KMOD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_LKDTM flag flag +CONFIG_TEST_LIST_SORT flag +CONFIG_TEST_SORT flag +CONFIG_KPROBES_SANITY_TEST flag +CONFIG_BACKTRACE_SELF_TEST flag +CONFIG_RBTREE_TEST flag +CONFIG_INTERVAL_TREE_TEST flag +CONFIG_PERCPU_TEST flag +CONFIG_ATOMIC64_SELFTEST flag +CONFIG_ASYNC_RAID6_TEST flag +CONFIG_TEST_HEXDUMP flag +CONFIG_TEST_STRING_HELPERS flag +CONFIG_TEST_KSTRTOX flag +CONFIG_TEST_PRINTF flag +CONFIG_TEST_BITMAP flag +CONFIG_TEST_UUID flag +CONFIG_TEST_RHASHTABLE flag +CONFIG_TEST_HASH flag +CONFIG_TEST_PARMAN flag + +# Menu: Kernel hacking >> Sample kernel code +CONFIG_SAMPLES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SAMPLE_TRACE_PRINTK policy<{'amd64': '-', 'arm64': '-', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SAMPLE_TRACE_PRINTK mark note + +# Menu: Kernel hacking >> Tracers +CONFIG_FTRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PREEMPTIRQ_EVENTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IRQSOFF_TRACER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PREEMPT_TRACER policy<{'amd64-lowlatency': 'n', 'i386-lowlatency': 'n'}> +CONFIG_SCHED_TRACER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HWLAT_TRACER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FTRACE_SYSCALLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TRACER_SNAPSHOT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_STACK_TRACER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BLK_DEV_IO_TRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KPROBE_EVENTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UPROBE_EVENTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FTRACE_STARTUP_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_MMIOTRACE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HIST_TRIGGERS policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MMIOTRACE_TEST policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_TRACEPOINT_BENCHMARK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RING_BUFFER_BENCHMARK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RING_BUFFER_STARTUP_TEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TRACE_EVAL_MAP_FILE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TRACING_EVENTS_GPIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_FTRACE_STARTUP_TEST flag +CONFIG_MMIOTRACE_TEST flag +CONFIG_RING_BUFFER_BENCHMARK flag +CONFIG_RING_BUFFER_STARTUP_TEST flag +CONFIG_TRACE_EVAL_MAP_FILE flag + +# Menu: Kernel hacking >> Tracers >> Branch Profiling +CONFIG_BRANCH_PROFILE_NONE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PROFILE_ANNOTATED_BRANCHES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PROFILE_ALL_BRANCHES policy<{'armhf': 'n'}> + +# Menu: Kernel hacking >> Tracers >> Kernel Function Tracer +CONFIG_FUNCTION_TRACER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FUNCTION_GRAPH_TRACER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DYNAMIC_FTRACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FUNCTION_PROFILER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Kernel hacking >> Undefined behaviour sanity checker +CONFIG_UBSAN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Kernel hacking >> printk and dmesg options +CONFIG_PRINTK_TIME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CONSOLE_LOGLEVEL_DEFAULT policy<{'amd64': '7', 'arm64': '7', 'armhf': '7', 'i386': '7', 'ppc64el': '7', 's390x': '7'}> +CONFIG_MESSAGE_LOGLEVEL_DEFAULT policy<{'amd64': '4', 'arm64': '4', 'armhf': '4', 'i386': '4', 'ppc64el': '4', 's390x': '4'}> +CONFIG_BOOT_PRINTK_DELAY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}> +CONFIG_DYNAMIC_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Library routines +CONFIG_CRC_CCITT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRC16 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRC_T10DIF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRC_ITU_T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRC32 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRC32_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CRC4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRC7 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_LIBCRC32C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRC8 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RANDOM32_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CPUMASK_OFFSTACK policy<{'amd64': 'y'}> +CONFIG_GLOB_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CORDIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_DDR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IRQ_POLL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PARMAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_STRING_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Library routines >> CRC32 implementation +CONFIG_CRC32_SLICEBY8 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CRC32_SLICEBY4 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CRC32_SARWATE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CRC32_BIT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Library routines >> Select compiled-in fonts +CONFIG_FONTS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'y', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_FONT_8x8 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FONT_8x16 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_FONT_6x11 policy<{'armhf': 'n'}> +CONFIG_FONT_7x14 policy<{'armhf': 'n'}> +CONFIG_FONT_PEARL_8x8 policy<{'armhf': 'n'}> +CONFIG_FONT_ACORN_8x8 policy<{'armhf': 'y'}> +CONFIG_FONT_MINI_4x6 policy<{'armhf': 'n'}> +CONFIG_FONT_6x10 policy<{'armhf': 'y'}> +CONFIG_FONT_10x18 policy<{'armhf': 'n'}> +CONFIG_FONT_SUN8x16 policy<{'armhf': 'n'}> +CONFIG_FONT_SUN12x22 policy<{'armhf': 'n'}> + +# Menu: Library routines >> XZ decompression support +CONFIG_XZ_DEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_XZ_DEC_X86 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_POWERPC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_IA64 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_ARM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_ARMTHUMB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_SPARC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_XZ_DEC_TEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +# +CONFIG_XZ_DEC note flag + +# Menu: Networking support +CONFIG_NET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AF_KCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CEPH_LIB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CEPH_LIB_PRETTYDEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CEPH_LIB_USE_DNS_RESOLVER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PSAMPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_IFE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_LWTUNNEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_LWTUNNEL_BPF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_DEVLINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Amateur Radio support +CONFIG_HAMRADIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol +CONFIG_AX25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_AX25_DAMA_SLAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_NETROM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ROSE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol >> AX.25 network device drivers +CONFIG_MKISS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6PACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BPQETHER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_SCC policy<{'i386': 'm'}> +CONFIG_SCC_DELAY policy<{'i386': 'n'}> +CONFIG_SCC_TRXECHO policy<{'i386': 'n'}> +CONFIG_BAYCOM_SER_FDX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BAYCOM_SER_HDX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BAYCOM_PAR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BAYCOM_EPP policy<{'armhf': 'm', 'i386': 'm'}> +CONFIG_YAM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Bluetooth subsystem support +CONFIG_BT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> +CONFIG_BT mark note +CONFIG_BT_LE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_6LOWPAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BT_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth Classic (BR/EDR) features +CONFIG_BT_BREDR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_RFCOMM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_RFCOMM_TTY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_BNEP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_BNEP_MC_FILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_BNEP_PROTO_FILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_CMTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HIDP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HS policy<{'amd64': '-', 'arm64': '-', 'armhf': '-', 'i386': '-', 'ppc64el': '-'}> +CONFIG_BT_HS mark note + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers +CONFIG_BT_HCIBTSDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIUART_LL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIBCM203X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIBFUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIDTL1 policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BT_HCIBT3C policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BT_HCIBLUECARD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BT_HCIBTUART policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_BT_HCIVHCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_MRVL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_MRVL_SDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_WILINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_QCOMSMD policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers >> HCI UART driver +CONFIG_BT_HCIUART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIUART_H4 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_NOKIA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIUART_BCSP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_ATH3K policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_3WIRE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_INTEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_BCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_QCA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_AG6XX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIUART_MRVL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIBPA10X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers >> HCI USB driver +CONFIG_BT_HCIBTUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_BT_HCIBTUSB_BCM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HCIBTUSB_RTL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BT_ATH3K policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAIF support +CONFIG_CAIF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CAIF_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CAIF_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAIF_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support +CONFIG_CAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_CAN_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_BCM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_GW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers +CONFIG_CAN_VCAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_VXCAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_SLCAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_DEBUG_DEVICES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support +CONFIG_CAN_DEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_CALC_BITTIMING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CAN_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CAN_FLEXCAN policy<{'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_GRCAN policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_JANZ_ICAN3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_TI_HECC policy<{'armhf': 'm'}> +CONFIG_CAN_XILINXCAN policy<{'arm64': 'm'}> +CONFIG_PCH_CAN policy<{'i386': 'm'}> +CONFIG_CAN_IFI_CANFD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_M_CAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_MSCAN policy<{'ppc64el': 'm'}> +CONFIG_CAN_PEAK_PCIEFD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CAN_RCAR_CANFD policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CAN_SOFTING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_SOFTING_CS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch CC770 and Intel AN82527 devices +CONFIG_CAN_CC770 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_CC770_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_CC770_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch C_CAN/D_CAN devices +CONFIG_CAN_C_CAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_C_CAN_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_C_CAN_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support >> CAN SPI interfaces +CONFIG_CAN_HI311X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_MCP251X policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support >> CAN USB interfaces +CONFIG_CAN_EMS_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_ESD_USB2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_GS_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_KVASER_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_PEAK_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_8DEV_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_MCBA_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> CAN bus subsystem support >> CAN Device Drivers >> Platform CAN drivers with Netlink support >> Philips/NXP SJA1000 devices +CONFIG_CAN_SJA1000 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_SJA1000_ISA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_SJA1000_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_EMS_PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CAN_EMS_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_PEAK_PCMCIA policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_CAN_PEAK_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_PEAK_PCIEC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CAN_KVASER_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_PLX_PCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_CAN_TSCAN1 policy<{'i386': 'm'}> + +# Menu: Networking support >> NFC subsystem support +CONFIG_NFC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_NFC_DIGITAL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_NCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_NCI_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_NCI_UART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_HCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_SHDLC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Networking support >> NFC subsystem support >> Near Field Communication (NFC) devices +CONFIG_NFC_TRF7970A policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MEI_PHY policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NFC_SIM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_PORT100 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_FDP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_FDP_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_PN544_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_PN544_MEI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NFC_PN533_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_PN533_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MICROREAD_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MICROREAD_MEI policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_NFC_MRVL_USB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MRVL_UART policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MRVL_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_MRVL_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_ST21NFCA_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_ST_NCI_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_ST_NCI_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_NXP_NCI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_NXP_NCI_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_S3FWRN5_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NFC_ST95HF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Networking options +CONFIG_PACKET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PACKET_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_UNIX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_UNIX_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TLS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_XFRM_USER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_XFRM_SUB_POLICY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_XFRM_MIGRATE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_XFRM_STATISTICS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_KEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_KEY_MIGRATE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IUCV policy<{'s390x': 'y'}> +CONFIG_AFIUCV policy<{'s390x': 'm'}> +CONFIG_SMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SMC_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETWORK_SECMARK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NETWORK_PHY_TIMESTAMPING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_BRIDGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_IGMP_SNOOPING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BRIDGE_VLAN_FILTERING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_DSA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_VLAN_8021Q policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VLAN_8021Q_GVRP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VLAN_8021Q_MVRP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DECNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_DECNET_ROUTER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_LLC2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IPX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IPX_INTERN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATALK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_X25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_LAPB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_PHONET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_MAC802154 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_DCB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DNS_RESOLVER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NETLINK_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_NSH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_HSR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_QRTR policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_QRTR_SMD policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_CGROUP_NET_PRIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CGROUP_NET_CLASSID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BPF_JIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BPF_STREAM_PARSER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> Networking options >> 6LoWPAN Support +CONFIG_6LOWPAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_6LOWPAN_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> Networking options >> 6LoWPAN Support >> Next Header and Generic Header Compression Support +CONFIG_6LOWPAN_NHC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_DEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_FRAGMENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_HOP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_MOBILITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_ROUTING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_NHC_UDP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_6LOWPAN_GHC_EXT_HDR_HOP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_6LOWPAN_GHC_UDP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_6LOWPAN_GHC_ICMPV6 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_6LOWPAN_GHC_EXT_HDR_DEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> Networking options >> Appletalk interfaces support +CONFIG_DEV_APPLETALK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_LTPC policy<{'i386': 'm'}> +CONFIG_COPS policy<{'i386': 'm'}> +CONFIG_COPS_DAYNA policy<{'i386': 'y'}> +CONFIG_COPS_TANGENT policy<{'i386': 'y'}> +CONFIG_IPDDP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_IPDDP mark note + +# Menu: Networking support >> Networking options >> Asynchronous Transfer Mode (ATM) +CONFIG_ATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_ATM_CLIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_CLIP_NO_ICMP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_ATM_LANE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_MPOA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_BR2684 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_ATM_BR2684_IPFILTER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> Networking options >> B.A.T.M.A.N. Advanced Meshing Protocol +CONFIG_BATMAN_ADV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_BATMAN_ADV_BATMAN_V policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_BATMAN_ADV_BLA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BATMAN_ADV_DAT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BATMAN_ADV_NC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BATMAN_ADV_MCAST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_BATMAN_ADV_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> Networking options >> IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support +CONFIG_IEEE802154 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_IEEE802154_NL802154_EXPERIMENTAL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_IEEE802154_SOCKET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_IEEE802154_6LOWPAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Networking options >> MultiProtocol Label Switching +CONFIG_MPLS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_MPLS_GSO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MPLS_ROUTING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_MPLS_IPTUNNEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) +CONFIG_NETFILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NETFILTER_ADVANCED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BRIDGE_NETFILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration +CONFIG_NETFILTER_INGRESS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NETFILTER_NETLINK_ACCT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_NETLINK_QUEUE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_NETLINK_LOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_LOG_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter Xtables support (required for ip_tables) +CONFIG_NETFILTER_XTABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_CONNMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_SET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_AUDIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_CHECKSUM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_CLASSIFY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_CONNMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_CT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_DSCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_HL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_HMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_IDLETIMER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_LED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NETFILTER_XT_TARGET_LOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_MARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_NETMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_NFLOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_NFQUEUE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_NOTRACK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NETFILTER_XT_TARGET_RATEEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_REDIRECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_TEE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_TPROXY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_TRACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_SECMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_TCPMSS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_BPF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CGROUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CLUSTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_COMMENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CONNBYTES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CONNLABEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CONNMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CONNTRACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_CPU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_DCCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_DEVGROUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_DSCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_ECN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_ESP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_HELPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_HL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_IPCOMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_IPRANGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_IPVS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_L2TP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_LENGTH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_LIMIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_MAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_MARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_MULTIPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_NFACCT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_OSF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_OWNER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_POLICY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_PHYSDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_PKTTYPE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_QUOTA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_RATEEST policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_REALM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_RECENT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_SCTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_SOCKET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_STATE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_STATISTIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_STRING policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_TCPMSS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_TIME policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_XT_MATCH_U32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter connection tracking support +CONFIG_NF_CONNTRACK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_MARK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_SECMARK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_ZONES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_PROCFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NF_CONNTRACK_EVENTS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_TIMEOUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_TIMESTAMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CT_PROTO_DCCP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CT_PROTO_SCTP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CT_PROTO_UDPLITE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_CONNTRACK_AMANDA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_FTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_H323 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_IRC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_NETBIOS_NS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_SNMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_PPTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_SANE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_SIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CONNTRACK_TFTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CT_NETLINK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CT_NETLINK_TIMEOUT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_CT_NETLINK_HELPER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NETFILTER_NETLINK_GLUE_CT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NF_NAT_REDIRECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_NF_CONNTRACK_PROCFS flag + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter nf_tables support +CONFIG_NF_TABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_TABLES_INET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_EXTHDR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_META policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_RT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_NUMGEN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_CT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_SET_RBTREE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_SET_HASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_SET_BITMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_COUNTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_LOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_LIMIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_MASQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_REDIR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_OBJREF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_QUEUE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_QUOTA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_REJECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_COMPAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_HASH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_FIB_INET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter nf_tables support >> Netfilter nf_tables netdev tables support +CONFIG_NF_TABLES_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_DUP_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_DUP_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_FWD_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_FIB_NETDEV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> DECnet: Netfilter Configuration +CONFIG_DECNET_NF_GRABULATOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Ethernet Bridge nf_tables support +CONFIG_NF_TABLES_BRIDGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_BRIDGE_META policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_BRIDGE_REJECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_LOG_BRIDGE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Ethernet Bridge tables (ebtables) support +CONFIG_BRIDGE_NF_EBTABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_BROUTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_T_FILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_T_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_802_3 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_AMONG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_ARP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_IP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_IP6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_LIMIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_MARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_PKTTYPE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_STP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_VLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_ARPREPLY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_DNAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_MARK_T policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_REDIRECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_SNAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_LOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_BRIDGE_EBT_NFLOG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP set support +CONFIG_IP_SET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_MAX policy<{'amd64': '256', 'arm64': '256', 'armhf': '256', 'i386': '256', 'ppc64el': '256', 's390x': '256'}> +CONFIG_IP_SET_BITMAP_IP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_BITMAP_IPMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_BITMAP_PORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IPMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IPPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IPPORTIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IPPORTNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_IPMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_MAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_NETPORTNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_NETNET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_NETPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_HASH_NETIFACE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_SET_LIST_SET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP virtual server support +CONFIG_IP_VS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_IPV6 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IP_VS_TAB_BITS policy<{'amd64': '12', 'arm64': '12', 'armhf': '12', 'i386': '12', 'ppc64el': '12', 's390x': '12'}> +CONFIG_IP_VS_PROTO_TCP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_PROTO_UDP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_PROTO_ESP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_PROTO_AH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_PROTO_SCTP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_RR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_WRR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_LC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_WLC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_FO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_OVF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_LBLC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_LBLCR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_DH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_SH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_SED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_NQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_SH_TAB_BITS policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8', 's390x': '8'}> +CONFIG_IP_VS_FTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_VS_NFCT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_VS_PE_SIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration +CONFIG_NF_CONNTRACK_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_SOCKET_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_TABLES_ARP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_DUP_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_LOG_ARP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_LOG_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_REJECT_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_ARPTABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_ARPFILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_ARP_MANGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration >> IP tables support (required for filtering/masq/NAT) +CONFIG_IP_NF_IPTABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_MATCH_AH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_MATCH_ECN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_MATCH_RPFILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_MATCH_TTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_FILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_REJECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_SYNPROXY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_SECURITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration >> IP tables support (required for filtering/masq/NAT) >> Packet mangling +CONFIG_IP_NF_MANGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_CLUSTERIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_ECN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_TTL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration >> IP tables support (required for filtering/masq/NAT) >> iptables NAT support +CONFIG_IP_NF_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_MASQUERADE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_NETMAP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP_NF_TARGET_REDIRECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration >> IPv4 NAT +CONFIG_NF_NAT_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_CHAIN_NAT_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_NAT_MASQUERADE_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_MASQ_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_REDIR_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_NAT_SNMP_BASIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration >> IPv4 nf_tables support +CONFIG_NF_TABLES_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_CHAIN_ROUTE_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_DUP_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_FIB_IPV4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration +CONFIG_NF_CONNTRACK_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_SOCKET_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_DUP_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_REJECT_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_LOG_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration >> IP6 tables support (required for filtering) +CONFIG_IP6_NF_IPTABLES policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_AH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_EUI64 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_FRAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_OPTS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_HL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_IPV6HEADER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_MH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_RPFILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MATCH_RT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_TARGET_HL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_FILTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_TARGET_REJECT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_TARGET_SYNPROXY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_MANGLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_RAW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_SECURITY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_TARGET_MASQUERADE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IP6_NF_TARGET_NPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration >> IPv6 NAT +CONFIG_NF_NAT_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_CHAIN_NAT_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NF_NAT_MASQUERADE_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_MASQ_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_REDIR_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration >> IPv6 nf_tables support +CONFIG_NF_TABLES_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_CHAIN_ROUTE_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_DUP_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NFT_FIB_IPV6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> Network testing +CONFIG_NET_PKTGEN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_TCPPROBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_DROP_MONITOR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +# +CONFIG_NET_DROP_MONITOR note + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing +CONFIG_NET_SCHED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_SCH_CBQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_HTB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_HFSC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_ATM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_SCH_PRIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_MULTIQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_RED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_SFB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_SFQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_TEQL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_TBF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_CBS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_GRED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_DSMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_NETEM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_DRR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_MQPRIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_CHOKE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_QFQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_CODEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_FQ_CODEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_FQ policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_HHF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_PIE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_INGRESS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCH_PLUG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_BASIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_TCINDEX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_ROUTE4 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_FW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_RSVP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_RSVP6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_FLOW policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_CGROUP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_BPF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_FLOWER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_CLS_MATCHALL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Actions +CONFIG_NET_CLS_ACT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_ACT_POLICE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_GACT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_GACT_PROB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_ACT_MIRRED policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_SAMPLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_IPT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_NAT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_PEDIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_SIMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_SKBEDIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_CSUM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_VLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_BPF policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_CONNMARK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_SKBMOD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_ACT_TUNNEL_KEY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Actions >> Inter-FE action based on IETF ForCES InterFE LFB +CONFIG_NET_ACT_IFE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Allow override default queue discipline +CONFIG_NET_SCH_DEFAULT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Allow override default queue discipline >> Default queuing discipline + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Extended Matches +CONFIG_NET_EMATCH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_EMATCH_STACK policy<{'amd64': '32', 'arm64': '32', 'armhf': '32', 'i386': '32', 'ppc64el': '32', 's390x': '32'}> +CONFIG_NET_EMATCH_CMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_EMATCH_NBYTE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_EMATCH_U32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_EMATCH_META policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_EMATCH_TEXT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_EMATCH_CANID policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NET_EMATCH_IPSET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> QoS and/or fair queueing >> Universal 32bit comparisons w/ hashing (U32) +CONFIG_NET_CLS_U32 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CLS_U32_PERF policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CLS_U32_MARK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_CLS_IND policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_NET_CLS_IND flag + +# Menu: Networking support >> Networking options >> TCP/IP networking +CONFIG_INET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_MULTICAST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_IPIP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_IPGRE_DEMUX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_IPGRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_IPGRE_BROADCAST policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SYN_COOKIES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_IPVTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_FOU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_FOU_IP_TUNNELS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INET_AH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_ESP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_ESP_OFFLOAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_IPCOMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_XFRM_MODE_TRANSPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_XFRM_MODE_TUNNEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_XFRM_MODE_BEET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_MD5SIG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NETLABEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_SWITCHDEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NET_L3_MASTER_DEV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NET_NCSI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SYN_COOKIES mark +CONFIG_NET_SWITCHDEV mark note + +# Menu: Networking support >> Networking options >> TCP/IP networking >> INET: socket monitoring interface +CONFIG_INET_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_UDP_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_RAW_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET_DIAG_DESTROY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> IP: advanced router +CONFIG_IP_ADVANCED_ROUTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_FIB_TRIE_STATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_MULTIPLE_TABLES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_ROUTE_MULTIPATH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_ROUTE_VERBOSE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> IP: kernel level autoconfiguration +CONFIG_IP_PNP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_IP_PNP note + +# Menu: Networking support >> Networking options >> TCP/IP networking >> IP: multicast routing +CONFIG_IP_MROUTE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_MROUTE_MULTIPLE_TABLES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IP_PIMSM_V1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IP_PIMSM_V2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> Layer Two Tunneling Protocol (L2TP) +CONFIG_L2TP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_L2TP_DEBUGFS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_L2TP_V3 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_L2TP_IP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_L2TP_ETH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> Open vSwitch +CONFIG_OPENVSWITCH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OPENVSWITCH_GRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OPENVSWITCH_VXLAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_OPENVSWITCH_GENEVE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> TCP: advanced congestion control +CONFIG_TCP_CONG_ADVANCED policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TCP_CONG_BIC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_CUBIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TCP_CONG_WESTWOOD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_HTCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_HSTCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_HYBLA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_VEGAS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_NV policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_SCALABLE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_LP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_VENO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_YEAH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_ILLINOIS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_DCTCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_CDG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TCP_CONG_BBR policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> TCP: advanced congestion control >> Default TCP congestion control +CONFIG_DEFAULT_CUBIC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEFAULT_RENO policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The DCCP Protocol +CONFIG_IP_DCCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The DCCP Protocol >> DCCP CCIDs Configuration +CONFIG_IP_DCCP_CCID2_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IP_DCCP_CCID3 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_IP_DCCP_CCID3_DEBUG policy<{'s390x': 'n'}> +# +CONFIG_IP_DCCP_CCID3 flag + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The DCCP Protocol >> DCCP Kernel Hacking +CONFIG_IP_DCCP_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_NET_DCCPPROBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The IPv6 protocol +CONFIG_IPV6 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_ROUTER_PREF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_ROUTE_INFO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_OPTIMISTIC_DAD policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_INET6_AH policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_ESP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_ESP_OFFLOAD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_IPCOMP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_MIP6 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_ILA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_XFRM_MODE_TRANSPORT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_XFRM_MODE_TUNNEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_XFRM_MODE_BEET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_VTI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_SIT policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_SIT_6RD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_TUNNEL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_GRE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_IPV6_MULTIPLE_TABLES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_SUBTREES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_MROUTE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_PIMSM_V2 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_SEG6_LWTUNNEL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IPV6_SEG6_HMAC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_IPV6_OPTIMISTIC_DAD flag +CONFIG_IPV6 mark note + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The RDS Protocol +CONFIG_RDS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RDS_RDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RDS_TCP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_RDS_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The SCTP Protocol +CONFIG_IP_SCTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_SCTPPROBE policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_SCTP_DBG_OBJCNT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SCTP_COOKIE_HMAC_MD5 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCTP_COOKIE_HMAC_SHA1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SCTP_DBG_OBJCNT flag + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The SCTP Protocol >> Default SCTP cookie HMAC encoding +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Networking support >> Networking options >> TCP/IP networking >> The TIPC Protocol +CONFIG_TIPC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_TIPC_MEDIA_IB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TIPC_MEDIA_UDP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> Networking options >> Virtual Socket protocol +CONFIG_VSOCKETS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VSOCKETS_DIAG policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VMWARE_VMCI_VSOCKETS policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_VIRTIO_VSOCKETS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_HYPERV_VSOCKETS policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Networking support >> Plan 9 Resource Sharing Support (9P2000) +CONFIG_NET_9P policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_9P_VIRTIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_9P_XEN policy<{'amd64': 'm', 'arm64': 'm', 'i386': 'm'}> +CONFIG_NET_9P_RDMA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_NET_9P_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_NET_9P note + +# Menu: Networking support >> RF switch subsystem support +CONFIG_RFKILL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_RFKILL_INPUT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RFKILL_GPIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> + +# Menu: Networking support >> RxRPC session sockets +CONFIG_AF_RXRPC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_AF_RXRPC_IPV6 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_AF_RXRPC_INJECT_LOSS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_AF_RXRPC_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_RXKAD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Networking support >> WiMAX Wireless Broadband support +CONFIG_WIMAX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'n'}> +CONFIG_WIMAX_DEBUG_LEVEL policy<{'amd64': '8', 'arm64': '8', 'armhf': '8', 'i386': '8', 'ppc64el': '8'}> + +# Menu: Networking support >> Wireless +CONFIG_WIRELESS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_LIB80211_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) +CONFIG_MAC80211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_MAC80211_RC_MINSTREL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_RC_MINSTREL_HT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_RC_MINSTREL_VHT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_MESH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_LEDS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_MAC80211_MESSAGE_TRACING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) >> Default rate control algorithm +CONFIG_MAC80211_RC_DEFAULT_MINSTREL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) >> Select mac80211 debugging features +CONFIG_MAC80211_DEBUG_MENU policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_MAC80211_STA_HASH_MAX_SIZE policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> + +# Menu: Networking support >> Wireless >> cfg80211 - wireless configuration API +CONFIG_CFG80211 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> +CONFIG_NL80211_TESTMODE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CFG80211_DEVELOPER_WARNINGS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CFG80211_DEFAULT_PS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CFG80211_DEBUGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CFG80211_CRDA_SUPPORT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CFG80211_WEXT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +# +CONFIG_CFG80211_WEXT flag + +# Menu: Networking support >> Wireless >> cfg80211 - wireless configuration API >> cfg80211 certification onus +CONFIG_CFG80211_CERTIFICATION_ONUS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CFG80211_REQUIRE_SIGNED_REGDB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Platform selection +CONFIG_ARCH_VEXPRESS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_SUNXI policy<{'arm64': 'y', 'armhf': 'n'}> +CONFIG_ARCH_MESON policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_ARCH_ACTIONS policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_ALPINE policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_ARCH_HISI policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_ROCKCHIP policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_ARCH_TEGRA policy<{'arm64': 'n', 'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_ARCH_UNIPHIER policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_ARCH_ZX policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_ARCH_BCM2835 policy<{'arm64': 'y'}> +CONFIG_ARCH_BRCMSTB policy<{'arm64': 'y'}> +CONFIG_ARCH_BERLIN policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_MVEBU policy<{'arm64': 'n', 'armhf': 'y'}> +CONFIG_ARCH_MEDIATEK policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_QCOM policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARCH_EXYNOS policy<{'arm64': 'n', 'armhf': 'y'}> +# +CONFIG_ARCH_ROCKCHIP note +CONFIG_ARCH_ZX note + +# Menu: Platform selection >> Architecture: arm64 +CONFIG_ARCH_BCM_IPROC policy<{'arm64': 'y'}> +CONFIG_ARCH_LAYERSCAPE policy<{'arm64': 'y'}> +CONFIG_ARCH_LG1K policy<{'arm64': 'y'}> +CONFIG_ARCH_REALTEK policy<{'arm64': 'y'}> +CONFIG_ARCH_SEATTLE policy<{'arm64': 'y'}> +CONFIG_ARCH_SYNQUACER policy<{'arm64': 'y'}> +CONFIG_ARCH_STRATIX10 policy<{'arm64': 'y'}> +CONFIG_ARCH_SPRD policy<{'arm64': 'y'}> +CONFIG_ARCH_THUNDER policy<{'arm64': 'y'}> +CONFIG_ARCH_THUNDER2 policy<{'arm64': 'y'}> +CONFIG_ARCH_XGENE policy<{'arm64': 'y'}> +CONFIG_ARCH_ZYNQMP policy<{'arm64': 'y'}> + +# Menu: Platform selection >> Renesas SoC Platforms +CONFIG_ARCH_RENESAS policy<{'arm64': 'y', 'armhf': 'y'}> + +# Menu: Platform selection >> Renesas SoC Platforms >> Architecture: arm64 +CONFIG_ARCH_R8A7795 policy<{'arm64': 'y'}> +CONFIG_ARCH_R8A7796 policy<{'arm64': 'y'}> +CONFIG_ARCH_R8A77970 policy<{'arm64': 'y'}> +CONFIG_ARCH_R8A77995 policy<{'arm64': 'y'}> + +# Menu: Power management and ACPI options +CONFIG_SUSPEND policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SUSPEND_FREEZER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SUSPEND_SKIP_SYNC policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HIBERNATION policy<{'amd64': 'y', 'arm64': 'n', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_PM_STD_PARTITION policy<{'amd64': '""', 'armhf': '""', 'i386': '""', 's390x': '""'}> +CONFIG_PM_AUTOSLEEP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_PM_WAKELOCKS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PM_WAKELOCKS_LIMIT policy<{'amd64': '100', 'arm64': '100', 'armhf': '100', 'i386': '100', 'ppc64el': '100', 's390x': '100'}> +CONFIG_PM_WAKELOCKS_GC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PM_TRACE_RTC policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_APM_EMULATION policy<{'armhf': 'n'}> +CONFIG_WQ_POWER_EFFICIENT_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KVM_GUEST policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_SFI policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_IDLE policy<{'amd64': 'y', 'i386': 'y'}> +# +CONFIG_HIBERNATION flag + +# Menu: Power management and ACPI options >> 512x-based boards >> Architecture: powerpc + +# Menu: Power management and ACPI options >> 52xx-based boards >> Architecture: powerpc + +# Menu: Power management and ACPI options >> 82xx-based boards (PQ II) >> Architecture: powerpc + +# Menu: Power management and ACPI options >> 83xx-based boards >> Architecture: powerpc + +# Menu: Power management and ACPI options >> 86xx-based boards >> Architecture: powerpc + +# Menu: Power management and ACPI options >> 8xx Machine Type >> Architecture: powerpc + +# Menu: Power management and ACPI options >> ACPI (Advanced Configuration and Power Interface) Support +# + +# Menu: Power management and ACPI options >> ACPI (Advanced Configuration and Power Interface) Support >> ACPI Platform Error Interface (APEI) + +# Menu: Power management and ACPI options >> ACPI (Advanced Configuration and Power Interface) Support >> PMIC (Power Management Integrated Circuit) operation region support + +# Menu: Power management and ACPI options >> APM (Advanced Power Management) BIOS support >> Architecture: x86 +CONFIG_APM policy<{'i386': 'm'}> +CONFIG_APM_IGNORE_USER_SUSPEND policy<{'i386': 'n'}> +CONFIG_APM_DO_ENABLE policy<{'i386': 'n'}> +CONFIG_APM_CPU_IDLE policy<{'i386': 'n'}> +CONFIG_APM_DISPLAY_BLANK policy<{'i386': 'n'}> +CONFIG_APM_ALLOW_INTS policy<{'i386': 'n'}> +# +CONFIG_APM flag + +# Menu: Power management and ACPI options >> Architecture: arm + +# Menu: Power management and ACPI options >> Architecture: arm64 + +# Menu: Power management and ACPI options >> Architecture: powerpc +CONFIG_EPAPR_PARAVIRT policy<{'ppc64el': 'y'}> +CONFIG_PPC_OF_BOOT_TRAMPOLINE policy<{'ppc64el': 'y'}> +CONFIG_PPC_DT_CPU_FTRS policy<{'ppc64el': 'y'}> +CONFIG_UDBG_RTAS_CONSOLE policy<{'ppc64el': 'n'}> +CONFIG_MPIC_MSGR policy<{'ppc64el': 'n'}> +CONFIG_RTAS_PROC policy<{'ppc64el': 'y'}> +CONFIG_RTAS_FLASH policy<{'ppc64el': 'm'}> +CONFIG_GEN_RTC policy<{'ppc64el': 'y'}> +CONFIG_SIMPLE_GPIO policy<{'ppc64el': 'n'}> + +# Menu: Power management and ACPI options >> Architecture: s390 + +# Menu: Power management and ACPI options >> Architecture: x86 + +# Menu: Power management and ACPI options >> CPU Frequency scaling + +# Menu: Power management and ACPI options >> CPU Frequency scaling >> CPU Frequency scaling +CONFIG_CPU_FREQ policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_STAT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_PERFORMANCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_POWERSAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_USERSPACE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_ONDEMAND policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_CONSERVATIVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_GOV_SCHEDUTIL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPUFREQ_DT policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_X86_INTEL_PSTATE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_PCC_CPUFREQ policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_SFI_CPUFREQ policy<{'i386': 'm'}> +CONFIG_X86_POWERNOW_K6 policy<{'i386': 'm'}> +CONFIG_X86_POWERNOW_K7 policy<{'i386': 'm'}> +CONFIG_X86_GX_SUSPMOD policy<{'i386': 'm'}> +CONFIG_X86_SPEEDSTEP_CENTRINO policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE policy<{'i386': 'y'}> +CONFIG_X86_SPEEDSTEP_ICH policy<{'i386': 'y'}> +CONFIG_X86_SPEEDSTEP_SMI policy<{'i386': 'y'}> +CONFIG_X86_P4_CLOCKMOD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_X86_CPUFREQ_NFORCE2 policy<{'i386': 'y'}> +CONFIG_X86_LONGRUN policy<{'i386': 'm'}> +CONFIG_X86_LONGHAUL policy<{'i386': 'm'}> +CONFIG_X86_E_POWERSAVER policy<{'i386': 'n'}> +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK policy<{'i386': 'y'}> +CONFIG_ARM_BRCMSTB_AVS_CPUFREQ policy<{'arm64': 'm'}> +CONFIG_ARM_BRCMSTB_AVS_CPUFREQ_DEBUG policy<{'arm64': 'n'}> +CONFIG_ARM_EXYNOS5440_CPUFREQ policy<{'armhf': 'n'}> +CONFIG_ARM_HIGHBANK_CPUFREQ policy<{'armhf': 'm'}> +CONFIG_ARM_IMX6Q_CPUFREQ policy<{'armhf-generic': 'm'}> +CONFIG_ARM_MEDIATEK_CPUFREQ policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ARM_OMAP2PLUS_CPUFREQ policy<{'armhf': 'y'}> +CONFIG_ARM_TEGRA20_CPUFREQ policy<{'armhf-generic': 'y'}> +CONFIG_ARM_TEGRA124_CPUFREQ policy<{'armhf-generic': 'm'}> +CONFIG_ARM_TI_CPUFREQ policy<{'armhf': 'y'}> +CONFIG_ACPI_CPPC_CPUFREQ policy<{'arm64': 'm'}> +CONFIG_POWERNV_CPUFREQ policy<{'ppc64el': 'y'}> +CONFIG_QORIQ_CPUFREQ policy<{'arm64': 'm', 'armhf': 'm'}> +# +CONFIG_CPU_FREQ_STAT note +CONFIG_CPU_FREQ_GOV_PERFORMANCE note +CONFIG_CPU_FREQ_GOV_POWERSAVE note +CONFIG_CPU_FREQ_GOV_USERSPACE note +CONFIG_CPU_FREQ_GOV_ONDEMAND note +CONFIG_CPU_FREQ_GOV_CONSERVATIVE note +CONFIG_X86_PCC_CPUFREQ note +CONFIG_X86_SPEEDSTEP_CENTRINO note +CONFIG_X86_SPEEDSTEP_ICH note +CONFIG_X86_SPEEDSTEP_SMI note +CONFIG_X86_CPUFREQ_NFORCE2 note +CONFIG_CPUFREQ_DT note + +# Menu: Power management and ACPI options >> CPU Frequency scaling >> CPU Frequency scaling >> ACPI Processor P-States driver +CONFIG_X86_ACPI_CPUFREQ policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_ACPI_CPUFREQ_CPB policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_POWERNOW_K8 policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_AMD_FREQ_SENSITIVITY policy<{'amd64': 'm', 'i386': 'm'}> +# +CONFIG_X86_ACPI_CPUFREQ note +CONFIG_X86_POWERNOW_K8 note + +# Menu: Power management and ACPI options >> CPU Frequency scaling >> CPU Frequency scaling >> CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL) + +# Menu: Power management and ACPI options >> CPU Frequency scaling >> CPU Frequency scaling >> Default CPUFreq governor +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE note + +# Menu: Power management and ACPI options >> CPU Frequency scaling >> CPU Frequency scaling >> Generic ARM big LITTLE CPUfreq driver +CONFIG_ARM_BIG_LITTLE_CPUFREQ policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ARM_DT_BL_CPUFREQ policy<{'arm64': 'm', 'armhf': 'm'}> +CONFIG_ARM_VEXPRESS_SPC_CPUFREQ policy<{'armhf': 'm'}> +CONFIG_ARM_SCPI_CPUFREQ policy<{'arm64': 'm', 'armhf': 'm'}> + +# Menu: Power management and ACPI options >> CPU Idle + +# Menu: Power management and ACPI options >> CPU Idle >> CPU idle PM support +CONFIG_CPU_IDLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_IDLE_GOV_LADDER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_CPU_IDLE_GOV_MENU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> + +# Menu: Power management and ACPI options >> CPU Idle >> CPU idle PM support >> ARM CPU Idle Drivers +CONFIG_ARM_CPUIDLE policy<{'arm64': 'y', 'armhf': 'y'}> +CONFIG_ARM_BIG_LITTLE_CPUIDLE policy<{'armhf': 'y'}> +CONFIG_ARM_HIGHBANK_CPUIDLE policy<{'armhf-generic': 'n', 'armhf-generic-lpae': 'y'}> +CONFIG_ARM_EXYNOS_CPUIDLE policy<{'armhf': 'y'}> +CONFIG_ARM_MVEBU_V7_CPUIDLE policy<{'armhf': 'y'}> +# +CONFIG_ARM_HIGHBANK_CPUIDLE note + +# Menu: Power management and ACPI options >> CPU Idle >> CPU idle PM support >> MIPS CPU Idle Drivers + +# Menu: Power management and ACPI options >> CPU Idle >> CPU idle PM support >> POWERPC CPU Idle Drivers +CONFIG_PSERIES_CPUIDLE policy<{'ppc64el': 'y'}> +CONFIG_POWERNV_CPUIDLE policy<{'ppc64el': 'y'}> + +# Menu: Power management and ACPI options >> CPUIdle driver >> Architecture: powerpc + +# Menu: Power management and ACPI options >> CPUIdle driver >> CPU Idle + +# Menu: Power management and ACPI options >> CPUIdle driver >> CPU Idle >> CPU idle PM support + +# Menu: Power management and ACPI options >> CPUIdle driver >> CPU Idle >> CPU idle PM support >> ARM CPU Idle Drivers +# + +# Menu: Power management and ACPI options >> CPUIdle driver >> CPU Idle >> CPU idle PM support >> MIPS CPU Idle Drivers + +# Menu: Power management and ACPI options >> CPUIdle driver >> CPU Idle >> CPU idle PM support >> POWERPC CPU Idle Drivers + +# Menu: Power management and ACPI options >> Cell Broadband Engine options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> Embedded 6xx/7xx/7xxx-based boards >> Architecture: powerpc + +# Menu: Power management and ACPI options >> Freescale Book-E Machine Type >> Architecture: powerpc + +# Menu: Power management and ACPI options >> Freescale Ethernet driver platform-specific options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> Freescale Ethernet driver platform-specific options >> Second Ethernet channel >> Architecture: powerpc + +# Menu: Power management and ACPI options >> IBM PowerNV (Non-Virtualized) platform support >> Architecture: powerpc +CONFIG_PPC_POWERNV policy<{'ppc64el': 'y'}> +CONFIG_OPAL_PRD policy<{'ppc64el': 'm'}> +CONFIG_PPC_MEMTRACE policy<{'ppc64el': 'y'}> +CONFIG_PPC_VAS policy<{'ppc64el': 'y'}> + +# Menu: Power management and ACPI options >> IBM pSeries & new (POWER5-based) iSeries +CONFIG_CMM policy<{'ppc64el': 'm', 's390x': 'y'}> +# +CONFIG_CMM flag + +# Menu: Power management and ACPI options >> IBM pSeries & new (POWER5-based) iSeries >> Architecture: powerpc +CONFIG_PPC_PSERIES policy<{'ppc64el': 'y'}> +CONFIG_PPC_SPLPAR policy<{'ppc64el': 'y'}> +CONFIG_DTL policy<{'ppc64el': 'y'}> +CONFIG_PSERIES_ENERGY policy<{'ppc64el': 'm'}> +CONFIG_SCANLOG policy<{'ppc64el': 'm'}> +CONFIG_IO_EVENT_IRQ policy<{'ppc64el': 'y'}> +CONFIG_LPARCFG policy<{'ppc64el': 'y'}> +CONFIG_PPC_SMLPAR policy<{'ppc64el': 'y'}> +CONFIG_HV_PERF_CTRS policy<{'ppc64el': 'y'}> + +# Menu: Power management and ACPI options >> MPC8xx CPM Options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> MPC8xx CPM Options >> Microcode patch selection >> Architecture: powerpc + +# Menu: Power management and ACPI options >> PA Semi PWRficient options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> PS3 Platform Options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> PS3 Platform Options >> PS3 Advanced configuration options >> Architecture: powerpc + +# Menu: Power management and ACPI options >> Power Management Debug Support +CONFIG_PM_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PM_ADVANCED_DEBUG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PM_TEST_SUSPEND policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_DPM_WATCHDOG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> +# +CONFIG_PM_DEBUG flag + +# Menu: Power management and ACPI options >> Support for 47x variant >> Architecture: powerpc + +# Menu: Processor support +CONFIG_SMP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NR_CPUS policy<{'amd64': '8192', 'arm64': '256', 'armhf': '4', 'i386': '8', 'ppc64el': '2048', 's390x': '256'}> + +# Menu: Processor support >> Architecture: powerpc +CONFIG_ALTIVEC policy<{'ppc64el': 'y'}> +CONFIG_VSX policy<{'ppc64el': 'y'}> +CONFIG_PPC_RADIX_MMU policy<{'ppc64el': 'y'}> +CONFIG_PPC_RADIX_MMU_DEFAULT policy<{'ppc64el': 'y'}> + +# Menu: Processor support >> CPU selection +CONFIG_GENERIC_CPU policy<{'amd64': 'y'}> + +# Menu: Processor support >> CPU selection >> Architecture: powerpc +CONFIG_POWER7_CPU policy<{'ppc64el': 'n'}> +CONFIG_POWER8_CPU policy<{'ppc64el': 'y'}> + +# Menu: Processor support >> Processor Type >> Architecture: powerpc +CONFIG_PPC_BOOK3S_64 policy<{'ppc64el': 'y'}> +CONFIG_PPC_BOOK3E_64 policy<{'ppc64el': 'n'}> + +# Menu: Processor type and features +CONFIG_ARCH_RANDOM policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SPARSEMEM_VMEMMAP policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BALLOON_COMPACTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_COMPACTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MIGRATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BOUNCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_KSM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEFAULT_MMAP_MIN_ADDR policy<{'amd64': '65536', 'arm64': '32768', 'armhf': '32768', 'i386': '65536', 'ppc64el': '65536', 's390x': '65536'}> +CONFIG_MEMORY_FAILURE policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y'}> +CONFIG_HWPOISON_INJECT policy<{'amd64': 'm', 'arm64': 'm', 'ppc64el': 'm'}> +CONFIG_TRANSPARENT_HUGEPAGE policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CLEANCACHE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_FRONTSWAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEM_SOFT_DIRTY policy<{'amd64': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_ZSWAP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ZPOOL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ZBUD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_Z3FOLD policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_ZSMALLOC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PGTABLE_MAPPING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_ZSMALLOC_STAT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IDLE_PAGE_TRACKING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HMM_MIRROR policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_DEVICE_PRIVATE policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_DEVICE_PUBLIC policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_PERCPU_STATS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_GUP_BENCHMARK policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SCHED_MC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 's390x': 'y'}> +CONFIG_SCHED_SMT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HOTPLUG_CPU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NUMA policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NODES_SHIFT policy<{'amd64': '10', 'arm64': '6', 'ppc64el': '8', 's390x': '4'}> +CONFIG_HIGHPTE policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_MATH_EMULATION policy<{'i386': 'n'}> +CONFIG_PARAVIRT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y'}> +CONFIG_KEXEC_FILE policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_PARAVIRT_TIME_ACCOUNTING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}> +CONFIG_XEN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'n', 'i386': 'y'}> +CONFIG_RELOCATABLE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_RANDOMIZE_BASE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_CMDLINE_BOOL policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n'}> +CONFIG_HIGHMEM policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_FORCE_MAX_ZONEORDER policy<{'arm64': '13', 'armhf-generic': '12', 'armhf-generic-lpae': '11', 'ppc64el': '9', 's390x': '9'}> +# +CONFIG_DEFAULT_MMAP_MIN_ADDR mark note +CONFIG_TRANSPARENT_HUGEPAGE flag +CONFIG_MEM_SOFT_DIRTY flag +CONFIG_IDLE_PAGE_TRACKING flag note +CONFIG_PERCPU_STATS flag +CONFIG_RELOCATABLE flag +CONFIG_HOTPLUG_CPU flag +CONFIG_NUMA note + +# Menu: Processor type and features >> ARM errata workarounds via the alternatives framework >> Architecture: arm64 +CONFIG_ARM64_ERRATUM_826319 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_827319 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_824069 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_819472 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_832075 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_834220 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_845719 policy<{'arm64': 'y'}> +CONFIG_ARM64_ERRATUM_843419 policy<{'arm64': 'y'}> +CONFIG_CAVIUM_ERRATUM_22375 policy<{'arm64': 'y'}> +CONFIG_CAVIUM_ERRATUM_23144 policy<{'arm64': 'y'}> +CONFIG_CAVIUM_ERRATUM_23154 policy<{'arm64': 'y'}> +CONFIG_CAVIUM_ERRATUM_27456 policy<{'arm64': 'y'}> +CONFIG_CAVIUM_ERRATUM_30115 policy<{'arm64': 'y'}> +CONFIG_QCOM_FALKOR_ERRATUM_1003 policy<{'arm64': 'y'}> +CONFIG_QCOM_FALKOR_ERRATUM_1009 policy<{'arm64': 'y'}> +CONFIG_QCOM_QDF2400_ERRATUM_0065 policy<{'arm64': 'y'}> +CONFIG_SOCIONEXT_SYNQUACER_PREITS policy<{'arm64': 'y'}> +CONFIG_HISILICON_ERRATUM_161600802 policy<{'arm64': 'y'}> +CONFIG_QCOM_FALKOR_ERRATUM_E1041 policy<{'arm64': 'y'}> +# +CONFIG_ARM64_ERRATUM_843419 mark note +CONFIG_QCOM_QDF2400_ERRATUM_0065 mark note + +# Menu: Processor type and features >> ARMv8.1 architectural features >> Architecture: arm64 +CONFIG_ARM64_HW_AFDBM policy<{'arm64': 'y'}> +CONFIG_ARM64_PAN policy<{'arm64': 'y'}> +CONFIG_ARM64_LSE_ATOMICS policy<{'arm64': 'y'}> +CONFIG_ARM64_VHE policy<{'arm64': 'y'}> +# +CONFIG_ARM64_LSE_ATOMICS mark note + +# Menu: Processor type and features >> ARMv8.2 architectural features >> Architecture: arm64 +CONFIG_ARM64_UAO policy<{'arm64': 'y'}> +CONFIG_ARM64_PMEM policy<{'arm64': 'y'}> + +# Menu: Processor type and features >> Allow for memory hot-add +CONFIG_MEMORY_HOTPLUG policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_MEMORY_HOTREMOVE policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_DEFERRED_STRUCT_PAGE_INIT policy<{'amd64': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_ZONE_DEVICE policy<{'amd64': 'y', 'ppc64el': 'y'}> +# +CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE mark note + +# Menu: Processor type and features >> Architecture: arm +CONFIG_HAVE_ARM_ARCH_TIMER policy<{'armhf': 'y'}> +CONFIG_ARM_PSCI policy<{'armhf': 'y'}> +CONFIG_THUMB2_KERNEL policy<{'armhf': 'n'}> +CONFIG_ARM_PATCH_IDIV policy<{'armhf': 'y'}> +CONFIG_AEABI policy<{'armhf': 'y'}> +CONFIG_OABI_COMPAT policy<{'armhf': 'n'}> +CONFIG_CPU_SW_DOMAIN_PAN policy<{'armhf-generic': 'y'}> +CONFIG_ARM_MODULE_PLTS policy<{'armhf': 'n'}> +CONFIG_UACCESS_WITH_MEMCPY policy<{'armhf': 'n'}> + +# Menu: Processor type and features >> Architecture: arm64 +CONFIG_ARM64_SW_TTBR0_PAN policy<{'arm64': 'y'}> +CONFIG_ARM64_SVE policy<{'arm64': 'y'}> +CONFIG_RANDOMIZE_MODULE_REGION_FULL policy<{'arm64': 'y'}> + +# Menu: Processor type and features >> Architecture: powerpc +CONFIG_PPC_TRANSACTIONAL_MEM policy<{'ppc64el': 'y'}> +CONFIG_LD_HEAD_STUB_CATCH policy<{'ppc64el': 'n'}> +CONFIG_DISABLE_MPROFILE_KERNEL policy<{'ppc64el': 'n'}> +CONFIG_SWIOTLB policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y'}> +CONFIG_PPC64_SUPPORTS_MEMORY_FAILURE policy<{'ppc64el': 'y'}> +CONFIG_RELOCATABLE_TEST policy<{'ppc64el': 'n'}> +CONFIG_FA_DUMP policy<{'ppc64el': 'y'}> +CONFIG_IRQ_ALL_CPUS policy<{'ppc64el': 'y'}> +CONFIG_THREAD_SHIFT policy<{'ppc64el': '14'}> +CONFIG_PPC_SUBPAGE_PROT policy<{'ppc64el': 'y'}> +CONFIG_PPC_DENORMALISATION policy<{'ppc64el': 'y'}> +CONFIG_EXTRA_TARGETS policy<{'ppc64el': '""'}> +# +CONFIG_FA_DUMP note + +# Menu: Processor type and features >> Architecture: s390 +CONFIG_MAX_PHYSMEM_BITS policy<{'s390x': '46'}> +CONFIG_PACK_STACK policy<{'s390x': 'y'}> +CONFIG_CHECK_STACK policy<{'s390x': 'y'}> +CONFIG_STACK_GUARD policy<{'s390x': '256'}> +CONFIG_WARN_DYNAMIC_STACK policy<{'s390x': 'n'}> + +# Menu: Processor type and features >> Architecture: x86 +CONFIG_ZONE_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_X86_FEATURE_NAMES policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_FAST_FEATURE_TESTS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_X2APIC policy<{'amd64': 'y'}> +CONFIG_X86_MPPARSE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_RETPOLINE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_INTEL_RDT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_EXTENDED_PLATFORM policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_INTEL_LPSS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_AMD_PLATFORM_DEVICE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IOSF_MBI policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_IOSF_MBI_DEBUG policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_32_IRIS policy<{'i386': 'm'}> +CONFIG_SCHED_OMIT_FRAME_POINTER policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_X86_GENERIC policy<{'i386': 'y'}> +CONFIG_X86_PPRO_FENCE policy<{'i386': 'y'}> +CONFIG_HPET_TIMER policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_GART_IOMMU policy<{'amd64': 'y'}> +CONFIG_CALGARY_IOMMU policy<{'amd64': 'y'}> +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT policy<{'amd64': 'y'}> +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_LEGACY_VM86 policy<{'i386': 'y'}> +CONFIG_X86_16BIT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_VSYSCALL_EMULATION policy<{'amd64': 'y'}> +CONFIG_TOSHIBA policy<{'i386': 'n'}> +CONFIG_I8K policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_X86_REBOOTFIXUPS policy<{'i386': 'y'}> +CONFIG_MICROCODE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_MICROCODE_INTEL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_MICROCODE_AMD policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_MSR policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_X86_CPUID policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_X86_PAE policy<{'i386': 'y'}> +CONFIG_X86_5LEVEL policy<{'amd64': 'n'}> +CONFIG_AMD_MEM_ENCRYPT policy<{'amd64': 'y'}> +CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT policy<{'amd64': 'n'}> +CONFIG_ARCH_MEMORY_PROBE policy<{'amd64': 'y', 'ppc64el': 'y'}> +CONFIG_X86_PMEM_LEGACY policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_CHECK_BIOS_CORRUPTION policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_RESERVE_LOW policy<{'amd64': '64', 'i386': '64'}> +CONFIG_MTRR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_MTRR_SANITIZER policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT policy<{'amd64': '1', 'i386': '1'}> +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT policy<{'amd64': '1', 'i386': '1'}> +CONFIG_X86_PAT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_SMAP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_INTEL_UMIP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_INTEL_MPX policy<{'amd64': 'y'}> +CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS policy<{'amd64': 'y'}> +CONFIG_EFI_STUB policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_EFI_MIXED policy<{'amd64': 'y'}> +CONFIG_KEXEC_VERIFY_SIG policy<{'amd64': 'y'}> +CONFIG_KEXEC_BZIMAGE_VERIFY_SIG policy<{'amd64': 'y'}> +CONFIG_KEXEC_JUMP policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_RANDOMIZE_MEMORY policy<{'amd64': 'y'}> +CONFIG_COMPAT_VDSO policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MODIFY_LDT_SYSCALL policy<{'amd64': 'y', 'i386': 'y'}> +# +CONFIG_ZONE_DMA note +CONFIG_COMPAT_VDSO mark +CONFIG_X86_LEGACY_VM86 note +CONFIG_KEXEC_BZIMAGE_VERIFY_SIG flag note +CONFIG_MODIFY_LDT_SYSCALL flag note + +# Menu: Processor type and features >> Contiguous Memory Allocator +CONFIG_CMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_CMA_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CMA_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_CMA_AREAS policy<{'amd64': '7', 'arm64': '7', 'armhf': '7', 'i386': '7', 'ppc64el': '7', 's390x': '7'}> + +# Menu: Processor type and features >> Emulate deprecated/obsolete ARMv8 instructions >> Architecture: arm64 +CONFIG_ARMV8_DEPRECATED policy<{'arm64': 'y'}> +CONFIG_SWP_EMULATION policy<{'arm64': 'y'}> +CONFIG_CP15_BARRIER_EMULATION policy<{'arm64': 'y'}> +CONFIG_SETEND_EMULATION policy<{'arm64': 'y'}> +# +CONFIG_ARMV8_DEPRECATED mark note +CONFIG_SWP_EMULATION mark note +CONFIG_CP15_BARRIER_EMULATION mark note +CONFIG_SETEND_EMULATION mark note + +# Menu: Processor type and features >> High Memory Support >> Architecture: x86 +CONFIG_NOHIGHMEM policy<{'i386': 'n'}> +CONFIG_HIGHMEM4G policy<{'i386': 'n'}> +CONFIG_HIGHMEM64G policy<{'i386': 'y'}> + +# Menu: Processor type and features >> Linux guest support >> Architecture: x86 +CONFIG_HYPERVISOR_GUEST policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Processor type and features >> Linux guest support >> Enable paravirtualization code + +# Menu: Processor type and features >> Linux guest support >> Enable paravirtualization code >> Architecture: x86 +CONFIG_PARAVIRT_DEBUG policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_PARAVIRT_SPINLOCKS policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_QUEUED_LOCK_STAT policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_KVM_DEBUG_FS policy<{'amd64': 'y', 'i386': 'y'}> + +# Menu: Processor type and features >> Linux guest support >> Enable paravirtualization code >> Xen guest support + +# Menu: Processor type and features >> Linux guest support >> Enable paravirtualization code >> Xen guest support >> Architecture: x86 +CONFIG_XEN_PV policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_XEN_DOM0 policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> +CONFIG_XEN_PVHVM policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_XEN_512GB policy<{'amd64': 'y'}> +CONFIG_XEN_DEBUG_FS policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_XEN_PVH policy<{'amd64': 'y', 'i386': 'y'}> +# +CONFIG_XEN_512GB flag note + +# Menu: Processor type and features >> Machine Check / overheating reporting >> Architecture: x86 +CONFIG_X86_MCE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_MCELOG_LEGACY policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_MCE_INTEL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_MCE_AMD policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_X86_ANCIENT_MCE policy<{'i386': 'n'}> +CONFIG_X86_MCE_INJECT policy<{'amd64': 'm', 'i386': 'm'}> + +# Menu: Processor type and features >> Math emulation options >> Architecture: powerpc + +# Menu: Processor type and features >> Memory model +CONFIG_FLATMEM_MANUAL policy<{'i386': 'n'}> +CONFIG_SPARSEMEM_MANUAL policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Processor type and features >> Memory split +CONFIG_VMSPLIT_3G policy<{'armhf': 'y', 'i386': 'y'}> +CONFIG_VMSPLIT_3G_OPT policy<{'armhf-generic': 'n'}> +CONFIG_VMSPLIT_2G policy<{'armhf': 'n', 'i386': 'n'}> +CONFIG_VMSPLIT_1G policy<{'armhf': 'n', 'i386': 'n'}> + +# Menu: Processor type and features >> Memory split >> Architecture: arm + +# Menu: Processor type and features >> Memory split >> Architecture: x86 + +# Menu: Processor type and features >> Page size >> Architecture: arm64 +CONFIG_ARM64_4K_PAGES policy<{'arm64': 'y'}> +CONFIG_ARM64_16K_PAGES policy<{'arm64': 'n'}> +CONFIG_ARM64_64K_PAGES policy<{'arm64': 'n'}> + +# Menu: Processor type and features >> Page size >> Architecture: powerpc +CONFIG_PPC_4K_PAGES policy<{'ppc64el': 'n'}> +CONFIG_PPC_64K_PAGES policy<{'ppc64el': 'y'}> + +# Menu: Processor type and features >> Performance monitoring >> Architecture: x86 +CONFIG_PERF_EVENTS_INTEL_UNCORE policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_PERF_EVENTS_INTEL_RAPL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PERF_EVENTS_INTEL_CSTATE policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_PERF_EVENTS_AMD_POWER policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Processor type and features >> Power Management Debug Support +# + +# Menu: Processor type and features >> Preemption Model +CONFIG_PREEMPT_NONE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_PREEMPT_VOLUNTARY policy<{'amd64-generic': 'y', 'amd64-lowlatency': 'n', 'arm64': 'y', 'armhf': 'y', 'i386-generic': 'y', 'i386-lowlatency': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_PREEMPT policy<{'amd64-generic': 'n', 'amd64-lowlatency': 'y', 'arm64': 'n', 'armhf': 'n', 'i386-generic': 'n', 'i386-lowlatency': 'y', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_PREEMPT_NONE note + +# Menu: Processor type and features >> Processor family + +# Menu: Processor type and features >> Processor family >> Architecture: x86 +CONFIG_M486 policy<{'i386': 'n'}> +CONFIG_M586 policy<{'i386': 'n'}> +CONFIG_M586TSC policy<{'i386': 'n'}> +CONFIG_M586MMX policy<{'i386': 'n'}> +CONFIG_M686 policy<{'i386': 'y'}> +CONFIG_MPENTIUMII policy<{'i386': 'n'}> +CONFIG_MPENTIUMIII policy<{'i386': 'n'}> +CONFIG_MPENTIUMM policy<{'i386': 'n'}> +CONFIG_MPENTIUM4 policy<{'i386': 'n'}> +CONFIG_MK6 policy<{'i386': 'n'}> +CONFIG_MK7 policy<{'i386': 'n'}> +CONFIG_MK8 policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MCRUSOE policy<{'i386': 'n'}> +CONFIG_MEFFICEON policy<{'i386': 'n'}> +CONFIG_MWINCHIPC6 policy<{'i386': 'n'}> +CONFIG_MWINCHIP3D policy<{'i386': 'n'}> +CONFIG_MELAN policy<{'i386': 'n'}> +CONFIG_MGEODEGX1 policy<{'i386': 'n'}> +CONFIG_MGEODE_LX policy<{'i386': 'n'}> +CONFIG_MCYRIXIII policy<{'i386': 'n'}> +CONFIG_MVIAC3_2 policy<{'i386': 'n'}> +CONFIG_MVIAC7 policy<{'i386': 'n'}> +CONFIG_MPSC policy<{'amd64': 'n'}> +CONFIG_MCORE2 policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MATOM policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY policy<{'arm64': 'y'}> + +# Menu: Processor type and features >> Processor type >> Architecture: s390 +CONFIG_MARCH_Z900 policy<{'s390x': 'n'}> +CONFIG_MARCH_Z990 policy<{'s390x': 'n'}> +CONFIG_MARCH_Z9_109 policy<{'s390x': 'n'}> +CONFIG_MARCH_Z10 policy<{'s390x': 'n'}> +CONFIG_MARCH_Z196 policy<{'s390x': 'n'}> +CONFIG_MARCH_ZEC12 policy<{'s390x': 'y'}> +CONFIG_MARCH_Z13 policy<{'s390x': 'n'}> +CONFIG_MARCH_Z14 policy<{'s390x': 'n'}> + +# Menu: Processor type and features >> Support for extended (non-PC) x86 platforms >> Architecture: x86 +CONFIG_X86_NUMACHIP policy<{'amd64': 'y'}> +CONFIG_X86_VSMP policy<{'amd64': 'n'}> +CONFIG_X86_UV policy<{'amd64': 'n'}> +CONFIG_X86_GOLDFISH policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_X86_INTEL_MID policy<{'amd64': 'n', 'i386': 'y'}> +CONFIG_X86_INTEL_QUARK policy<{'i386': 'n'}> +CONFIG_X86_RDC321X policy<{'i386': 'n'}> +CONFIG_X86_32_NON_STANDARD policy<{'i386': 'n'}> +CONFIG_APB_TIMER policy<{'i386': 'y'}> + +# Menu: Processor type and features >> Supported processor vendors >> Architecture: x86 +CONFIG_PROCESSOR_SELECT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CPU_SUP_INTEL policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CPU_SUP_CYRIX_32 policy<{'i386': 'y'}> +CONFIG_CPU_SUP_AMD policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CPU_SUP_CENTAUR policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_CPU_SUP_TRANSMETA_32 policy<{'i386': 'y'}> +CONFIG_CPU_SUP_UMC_32 policy<{'i386': 'y'}> + +# Menu: Processor type and features >> Symmetric Multi-Processing +# + +# Menu: Processor type and features >> Symmetric Multi-Processing >> Architecture: arm +CONFIG_SMP_ON_UP policy<{'armhf': 'y'}> +CONFIG_ARM_CPU_TOPOLOGY policy<{'armhf': 'y'}> +CONFIG_MCPM policy<{'armhf': 'y'}> +CONFIG_BIG_LITTLE policy<{'armhf': 'y'}> +CONFIG_BL_SWITCHER policy<{'armhf': 'y'}> +CONFIG_BL_SWITCHER_DUMMY_IF policy<{'armhf': 'm'}> + +# Menu: Processor type and features >> Symmetric multi-processing support +# + +# Menu: Processor type and features >> Symmetric multi-processing support >> Architecture: s390 +CONFIG_SCHED_TOPOLOGY policy<{'s390x': 'y'}> + +# Menu: Processor type and features >> Symmetric multi-processing support >> Architecture: x86 +CONFIG_X86_BIGSMP policy<{'i386': 'n'}> +CONFIG_MAXSMP policy<{'amd64': 'y'}> +CONFIG_SCHED_MC_PRIO policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_BOOTPARAM_HOTPLUG_CPU0 policy<{'amd64': 'n', 'i386': 'n'}> +CONFIG_DEBUG_HOTPLUG_CPU0 policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Processor type and features >> Symmetric multi-processing support >> Numa Memory Allocation and Scheduler Support +CONFIG_NUMA_EMU policy<{'amd64': 'n', 's390x': 'y'}> +# +CONFIG_NUMA_EMU note mark + +# Menu: Processor type and features >> Symmetric multi-processing support >> Numa Memory Allocation and Scheduler Support >> Allow for memory hot-add +# + +# Menu: Processor type and features >> Symmetric multi-processing support >> Numa Memory Allocation and Scheduler Support >> Architecture: x86 +CONFIG_AMD_NUMA policy<{'amd64': 'y'}> +CONFIG_X86_64_ACPI_NUMA policy<{'amd64': 'y'}> + +# Menu: Processor type and features >> Symmetric multi-processing support >> Select NUMA modes +# + +# Menu: Processor type and features >> Symmetric multi-processing support >> Select NUMA modes >> Architecture: s390 + +# Menu: Processor type and features >> Timer frequency +CONFIG_HZ_100 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_HZ_250 policy<{'amd64-generic': 'y', 'amd64-lowlatency': 'n', 'arm64': 'y', 'armhf': 'y', 'i386-generic': 'y', 'i386-lowlatency': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_HZ_300 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_HZ_1000 policy<{'amd64-generic': 'n', 'amd64-lowlatency': 'y', 'arm64': 'n', 'armhf': 'n', 'i386-generic': 'n', 'i386-lowlatency': 'y', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Processor type and features >> Timer frequency >> Architecture: arm +CONFIG_HZ_200 policy<{'armhf': 'n'}> +CONFIG_HZ_500 policy<{'armhf': 'n'}> + +# Menu: Processor type and features >> Transparent Hugepage Support sysfs defaults +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS policy<{'amd64': 'n', 'arm64': 'n', 'armhf-generic-lpae': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Processor type and features >> Tune code generation >> Architecture: s390 +CONFIG_TUNE_DEFAULT policy<{'s390x': 'n'}> +CONFIG_TUNE_Z900 policy<{'s390x': 'n'}> +CONFIG_TUNE_Z990 policy<{'s390x': 'n'}> +CONFIG_TUNE_Z9_109 policy<{'s390x': 'n'}> +CONFIG_TUNE_Z10 policy<{'s390x': 'n'}> +CONFIG_TUNE_Z196 policy<{'s390x': 'n'}> +CONFIG_TUNE_ZEC12 policy<{'s390x': 'y'}> +CONFIG_TUNE_Z13 policy<{'s390x': 'n'}> +CONFIG_TUNE_Z14 policy<{'s390x': 'n'}> + +# Menu: Processor type and features >> Virtual address space size >> Architecture: arm64 +CONFIG_ARM64_VA_BITS_39 policy<{'arm64': 'n'}> +CONFIG_ARM64_VA_BITS_48 policy<{'arm64': 'y'}> +# +CONFIG_ARM64_VA_BITS_48 mark note + +# Menu: Processor type and features >> vsyscall table for legacy applications >> Architecture: x86 +CONFIG_LEGACY_VSYSCALL_NATIVE policy<{'amd64': 'n'}> +CONFIG_LEGACY_VSYSCALL_EMULATE policy<{'amd64': 'y'}> +CONFIG_LEGACY_VSYSCALL_NONE policy<{'amd64': 'n'}> + +# Menu: Security options +CONFIG_SECURITY_DMESG_RESTRICT policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECURITY_PERF_EVENTS_RESTRICT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITYFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PAGE_TABLE_ISOLATION policy<{'amd64': 'y'}> +CONFIG_INTEL_TXT policy<{'amd64': 'y', 'i386': 'y'}> +CONFIG_HARDENED_USERCOPY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_HARDENED_USERCOPY_PAGESPAN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_FORTIFY_SOURCE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_STATIC_USERMODEHELPER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOCK_DOWN_KERNEL policy<{'amd64': 'y', 'arm64': 'n', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT policy<{'amd64': 'y', 'arm64': 'n', 'i386': 'y'}> +# +#CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT mark +#CONFIG_LOCK_DOWN_KERNEL mark flag + +# Menu: Security options >> Default security module +CONFIG_LSM policy<{'amd64': '"yama,loadpin,integrity,apparmor"', 'arm64': '"yama,loadpin,integrity,apparmor"'}> +# +CONFIG_LSM mark + +# Menu: Security options >> Enable access key retention support +CONFIG_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_PERSISTENT_KEYRINGS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_BIG_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_TRUSTED_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ENCRYPTED_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_KEY_DH_OPERATIONS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> + +# Menu: Security options >> Enable different security models +CONFIG_SECURITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_NETWORK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_INFINIBAND policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_NETWORK_XFRM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_PATH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_LSM_MMAP_MIN_ADDR policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0', 's390x': '0'}> +CONFIG_SECURITY_LOADPIN policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECURITY_YAMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SECURITY mark +CONFIG_LSM_MMAP_MIN_ADDR mark flag +CONFIG_SECURITY_YAMA mark + +# Menu: Security options >> Enable different security models >> AppArmor support +CONFIG_SECURITY_APPARMOR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_APPARMOR_HASH policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_APPARMOR_HASH_DEFAULT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_APPARMOR_DEBUG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +# Menu: Security options >> Enable different security models >> Integrity subsystem +CONFIG_INTEGRITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INTEGRITY_SIGNATURE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INTEGRITY_ASYMMETRIC_KEYS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INTEGRITY_TRUSTED_KEYRING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_INTEGRITY_AUDIT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY mark note + +# Menu: Security options >> Enable different security models >> Integrity subsystem >> EVM support +CONFIG_EVM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EVM_ATTR_FSUUID policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EVM_EXTRA_SMACK_XATTRS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_EVM_LOAD_X509 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_EVM_X509_PATH policy<{'ppc64el': '"/etc/keys/x509_evm.der"'}> +# +CONFIG_EVM note +CONFIG_EVM_ATTR_FSUUID note +CONFIG_EVM_LOAD_X509 note +CONFIG_EVM_X509_PATH note + +# Menu: Security options >> Enable different security models >> Integrity subsystem >> Integrity Measurement Architecture(IMA) +CONFIG_IMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IMA_KEXEC policy<{'ppc64el': 'y'}> +CONFIG_IMA_WRITE_POLICY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IMA_READ_POLICY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IMA_APPRAISE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IMA_APPRAISE_BOOTPARAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IMA_TRUSTED_KEYRING policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_IMA_BLACKLIST_KEYRING policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IMA_LOAD_X509 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_IMA_X509_PATH policy<{'ppc64el': '"/etc/keys/x509_ima.der"'}> +CONFIG_IMA_APPRAISE_SIGNED_INIT policy<{'ppc64el': 'n'}> +# +CONFIG_IMA mark note +CONFIG_IMA_KEXEC mark note +CONFIG_IMA_WRITE_POLICY mark note +CONFIG_IMA_READ_POLICY mark note +CONFIG_IMA_APPRAISE mark note +CONFIG_IMA_TRUSTED_KEYRING mark note +CONFIG_IMA_BLACKLIST_KEYRING mark note +CONFIG_IMA_LOAD_X509 mark note +CONFIG_IMA_X509_PATH mark note +CONFIG_IMA_APPRAISE_SIGNED_INIT mark note + +# Menu: Security options >> Enable different security models >> Integrity subsystem >> Integrity Measurement Architecture(IMA) >> Default integrity hash algorithm +CONFIG_IMA_DEFAULT_HASH_SHA1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_IMA_DEFAULT_HASH_SHA256 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_IMA_DEFAULT_HASH_SHA512 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +# +CONFIG_IMA_DEFAULT_HASH_SHA256 note + +# Menu: Security options >> Enable different security models >> Integrity subsystem >> Integrity Measurement Architecture(IMA) >> Default template +CONFIG_IMA_TEMPLATE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_IMA_NG_TEMPLATE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_IMA_SIG_TEMPLATE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'y', 's390x': 'n'}> +# +CONFIG_IMA_SIG_TEMPLATE note + +# Menu: Security options >> Enable different security models >> NSA SELinux Support +CONFIG_SECURITY_SELINUX policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_SELINUX_BOOTPARAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE policy<{'amd64': '0', 'arm64': '0', 'armhf': '0', 'i386': '0', 'ppc64el': '0'}> +CONFIG_SECURITY_SELINUX_DISABLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECURITY_SELINUX_DEVELOP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_SELINUX_AVC_STATS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'i386': '1', 'ppc64el': '1', 's390x': '1'}> +# +CONFIG_SECURITY_SELINUX mark +CONFIG_SECURITY_SELINUX_DISABLE mark note + +# Menu: Security options >> Enable different security models >> Simplified Mandatory Access Control Kernel Support +CONFIG_SECURITY_SMACK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_SMACK_BRINGUP policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECURITY_SMACK_NETFILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_SMACK_APPEND_SIGNALS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_SECURITY_SMACK mark + +# Menu: Security options >> Enable different security models >> TOMOYO Linux Support +CONFIG_SECURITY_TOMOYO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY policy<{'amd64': '2048', 'arm64': '2048', 'armhf': '2048', 'i386': '2048', 'ppc64el': '2048', 's390x': '2048'}> +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG policy<{'amd64': '1024', 'arm64': '1024', 'armhf': '1024', 'i386': '1024', 'ppc64el': '1024', 's390x': '1024'}> +CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_SECURITY_TOMOYO_POLICY_LOADER policy<{'amd64': '"/sbin/tomoyo-init"', 'arm64': '"/sbin/tomoyo-init"', 'armhf': '"/sbin/tomoyo-init"', 'i386': '"/sbin/tomoyo-init"', 'ppc64el': '"/sbin/tomoyo-init"', 's390x': '"/sbin/tomoyo-init"'}> +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER policy<{'amd64': '"/sbin/init"', 'arm64': '"/sbin/init"', 'armhf': '"/sbin/init"', 'i386': '"/sbin/init"', 'ppc64el': '"/sbin/init"', 's390x': '"/sbin/init"'}> + +# Menu: System Type +# + +# Menu: System Type >> ARM Ltd. Integrator family >> Architecture: arm + +# Menu: System Type >> ARM Ltd. Integrator family >> Support Integrator/AP and Integrator/PP2 platforms >> Architecture: arm + +# Menu: System Type >> ARM Ltd. Integrator family >> Support Integrator/CP platform >> Architecture: arm + +# Menu: System Type >> ARM Ltd. RealView family >> Architecture: arm +CONFIG_ARCH_REALVIEW policy<{'armhf': 'n'}> + +# Menu: System Type >> ARM Ltd. RealView family >> Support RealView(R) Emulation Baseboard >> Architecture: arm + +# Menu: System Type >> ARM Ltd. Versatile Express family + +# Menu: System Type >> ARM Ltd. Versatile Express family >> Architecture: arm +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA policy<{'armhf': 'y'}> +CONFIG_ARCH_VEXPRESS_DCSCB policy<{'armhf': 'y'}> +CONFIG_ARCH_VEXPRESS_SPC policy<{'armhf': 'y'}> +CONFIG_ARCH_VEXPRESS_TC2_PM policy<{'armhf': 'y'}> + +# Menu: System Type >> ARM system type >> Architecture: arm +CONFIG_ARCH_MULTIPLATFORM policy<{'armhf': 'y'}> +CONFIG_ARCH_EBSA110 policy<{'armhf': 'n'}> +CONFIG_ARCH_EP93XX policy<{'armhf': 'n'}> +CONFIG_ARCH_FOOTBRIDGE policy<{'armhf': 'n'}> +CONFIG_ARCH_NETX policy<{'armhf': 'n'}> +CONFIG_ARCH_IOP13XX policy<{'armhf': 'n'}> +CONFIG_ARCH_IOP32X policy<{'armhf': 'n'}> +CONFIG_ARCH_IOP33X policy<{'armhf': 'n'}> +CONFIG_ARCH_IXP4XX policy<{'armhf': 'n'}> +CONFIG_ARCH_DOVE policy<{'armhf': 'n'}> +CONFIG_ARCH_KS8695 policy<{'armhf': 'n'}> +CONFIG_ARCH_W90X900 policy<{'armhf': 'n'}> +CONFIG_ARCH_LPC32XX policy<{'armhf': 'n'}> +CONFIG_ARCH_PXA policy<{'armhf': 'n'}> +CONFIG_ARCH_RPC policy<{'armhf': 'n'}> +CONFIG_ARCH_SA1100 policy<{'armhf': 'n'}> +CONFIG_ARCH_S3C24XX policy<{'armhf': 'n'}> +CONFIG_ARCH_DAVINCI policy<{'armhf': 'n'}> +CONFIG_ARCH_OMAP1 policy<{'armhf': 'n'}> + +# Menu: System Type >> Allwinner SoCs + +# Menu: System Type >> Allwinner SoCs >> Architecture: arm + +# Menu: System Type >> Altera SOCFPGA family >> Architecture: arm +CONFIG_ARCH_SOCFPGA policy<{'armhf': 'n'}> + +# Menu: System Type >> Amlogic Meson SoCs + +# Menu: System Type >> Amlogic Meson SoCs >> Architecture: arm +CONFIG_MACH_MESON6 policy<{'armhf': 'y'}> +CONFIG_MACH_MESON8 policy<{'armhf': 'y'}> +CONFIG_MACH_MESON8B policy<{'armhf': 'y'}> + +# Menu: System Type >> Architecture: arm +CONFIG_ARCH_VIRT policy<{'armhf': 'y'}> +CONFIG_ARCH_AXXIA policy<{'armhf-generic-lpae': 'y'}> +CONFIG_ARCH_DIGICOLOR policy<{'armhf': 'n'}> +CONFIG_ARCH_HIGHBANK policy<{'armhf': 'y'}> +CONFIG_ARCH_KEYSTONE policy<{'armhf': 'n'}> +CONFIG_ARCH_S5PV210 policy<{'armhf': 'n'}> +CONFIG_ARCH_TANGO policy<{'armhf': 'y'}> +CONFIG_ARCH_WM8850 policy<{'armhf': 'n'}> +CONFIG_ARCH_ZYNQ policy<{'armhf': 'n'}> +CONFIG_ARM_THUMB policy<{'armhf': 'y'}> +CONFIG_ARM_THUMBEE policy<{'armhf': 'y'}> +CONFIG_SWP_EMULATE policy<{'armhf': 'y'}> +CONFIG_CPU_ICACHE_DISABLE policy<{'armhf': 'n'}> +CONFIG_CPU_BPREDICT_DISABLE policy<{'armhf': 'n'}> +CONFIG_CACHE_FEROCEON_L2 policy<{'armhf': 'y'}> +CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH policy<{'armhf': 'n'}> +CONFIG_CACHE_TAUROS2 policy<{'armhf': 'y'}> +CONFIG_CACHE_UNIPHIER policy<{'armhf': 'y'}> +CONFIG_ARM_DMA_MEM_BUFFERABLE policy<{'armhf': 'y'}> +CONFIG_IWMMXT policy<{'armhf': 'y'}> +CONFIG_PJ4B_ERRATA_4742 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_430973 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_643719 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_720789 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_754322 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_754327 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_764369 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_775420 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_798181 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_773022 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_818325_852422 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_821420 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_825619 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_852421 policy<{'armhf': 'y'}> +CONFIG_ARM_ERRATA_852423 policy<{'armhf': 'y'}> + +# Menu: System Type >> Aspeed BMC architectures >> Architecture: arm + +# Menu: System Type >> Atmel SoCs >> Architecture: arm +CONFIG_ARCH_AT91 policy<{'armhf': 'n'}> + +# Menu: System Type >> Axis Communications ARM based ARTPEC SoCs >> Architecture: arm +CONFIG_ARCH_ARTPEC policy<{'armhf': 'y'}> +CONFIG_MACH_ARTPEC6 policy<{'armhf': 'n'}> + +# Menu: System Type >> Broadcom SoC Support + +# Menu: System Type >> Broadcom SoC Support >> Architecture: arm +CONFIG_ARCH_BCM policy<{'armhf': 'n'}> + +# Menu: System Type >> CSR SiRF >> Architecture: arm +CONFIG_ARCH_SIRF policy<{'armhf': 'n'}> + +# Menu: System Type >> Cavium Networks CNS3XXX family >> Architecture: arm + +# Menu: System Type >> Cirrus EP93xx Implementation Options >> Architecture: arm + +# Menu: System Type >> Enable the L2x0 outer cache controller >> Architecture: arm +CONFIG_CACHE_L2X0 policy<{'armhf': 'y'}> +CONFIG_CACHE_L2X0_PMU policy<{'armhf': 'y'}> +CONFIG_PL310_ERRATA_588369 policy<{'armhf': 'y'}> +CONFIG_PL310_ERRATA_727915 policy<{'armhf': 'y'}> +CONFIG_PL310_ERRATA_753970 policy<{'armhf': 'y'}> +CONFIG_PL310_ERRATA_769419 policy<{'armhf': 'y'}> + +# Menu: System Type >> Firmware options >> Architecture: arm +CONFIG_TRUSTED_FOUNDATIONS policy<{'armhf-generic': 'y'}> + +# Menu: System Type >> Footbridge Implementations >> Architecture: arm + +# Menu: System Type >> Freescale i.MX family >> Architecture: arm +CONFIG_ARCH_MXC policy<{'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_SOC_IMX50 policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX51 policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX53 policy<{'armhf-generic': 'n'}> +CONFIG_SOC_IMX6Q policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX6SL policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX6SX policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX6UL policy<{'armhf-generic': 'y'}> +CONFIG_SOC_IMX7D policy<{'armhf-generic': 'y'}> +CONFIG_SOC_LS1021A policy<{'armhf-generic': 'n'}> +CONFIG_SOC_VF610 policy<{'armhf-generic': 'y'}> + +# Menu: System Type >> Freescale i.MX family >> Clocksource for scheduler clock >> Architecture: arm +CONFIG_VF_USE_ARM_GLOBAL_TIMER policy<{'armhf-generic': 'y'}> +CONFIG_VF_USE_PIT_TIMER policy<{'armhf-generic': 'n'}> + +# Menu: System Type >> Hisilicon platform type >> Architecture: arm +CONFIG_ARCH_HI3xxx policy<{'armhf': 'y'}> +CONFIG_ARCH_HIP01 policy<{'armhf': 'n'}> +CONFIG_ARCH_HIP04 policy<{'armhf': 'y'}> +CONFIG_ARCH_HIX5HD2 policy<{'armhf': 'y'}> + +# Menu: System Type >> IOP13XX Implementation Options >> Architecture: arm + +# Menu: System Type >> IOP32x Implementation Options >> Architecture: arm + +# Menu: System Type >> IOP33x Implementation Options >> Architecture: arm + +# Menu: System Type >> Intel IXP4xx Implementation Options >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> Gumstix Carrier/Expansion Board >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> Motorola EZX Platform >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> PXA based Keith und Koep Trizeps DIMM-Modules >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> PXA based Keith und Koep Trizeps DIMM-Modules >> Select base board for Trizeps module >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> PXA based Palm PDAs >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> PXA based Toshiba e-series PDAs >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models >> Architecture: arm + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations >> display on pcm990 >> Architecture: arm + +# Menu: System Type >> Kendin/Micrel KS8695 Implementations >> Architecture: arm + +# Menu: System Type >> MMU-based Paged Memory Management Support >> Architecture: arm +CONFIG_MMU policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_ARM_LPAE policy<{'armhf-generic': 'n', 'armhf-generic-lpae': 'y'}> +CONFIG_KUSER_HELPERS policy<{'armhf': 'y'}> +CONFIG_VDSO policy<{'armhf': 'y'}> + +# Menu: System Type >> MMU-based Paged Memory Management Support >> Marvell Orion >> Architecture: arm + +# Menu: System Type >> MMU-based Paged Memory Management Support >> Renesas ARM SoCs + +# Menu: System Type >> MMU-based Paged Memory Management Support >> Renesas ARM SoCs >> Architecture: arm +CONFIG_ARCH_EMEV2 policy<{'armhf': 'y'}> +CONFIG_ARCH_R7S72100 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A73A4 policy<{'armhf': 'n'}> +CONFIG_ARCH_R8A7740 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7743 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7745 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7778 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7779 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7790 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7791 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7792 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7793 policy<{'armhf': 'y'}> +CONFIG_ARCH_R8A7794 policy<{'armhf': 'y'}> +CONFIG_ARCH_SH73A0 policy<{'armhf': 'y'}> +# +CONFIG_ARCH_R8A73A4 flag + +# Menu: System Type >> MMU-based Paged Memory Management Support >> ST-Ericsson U300 Series >> Architecture: arm + +# Menu: System Type >> MMU-based Paged Memory Management Support >> ST-Ericsson U8500 Series >> Architecture: arm +CONFIG_ARCH_U8500 policy<{'armhf': 'n'}> + +# Menu: System Type >> MOXA ART SoC >> Architecture: arm + +# Menu: System Type >> Marvell Berlin SoCs + +# Menu: System Type >> Marvell Berlin SoCs >> Architecture: arm +CONFIG_MACH_BERLIN_BG2 policy<{'armhf': 'y'}> +CONFIG_MACH_BERLIN_BG2CD policy<{'armhf': 'y'}> +CONFIG_MACH_BERLIN_BG2Q policy<{'armhf': 'y'}> + +# Menu: System Type >> Marvell Dove Implementations >> Architecture: arm + +# Menu: System Type >> Marvell Engineering Business Unit (MVEBU) SoCs + +# Menu: System Type >> Marvell Engineering Business Unit (MVEBU) SoCs >> Architecture: arm +CONFIG_MACH_ARMADA_370 policy<{'armhf': 'y'}> +CONFIG_MACH_ARMADA_375 policy<{'armhf': 'y'}> +CONFIG_MACH_ARMADA_38X policy<{'armhf': 'y'}> +CONFIG_MACH_ARMADA_39X policy<{'armhf': 'y'}> +CONFIG_MACH_ARMADA_XP policy<{'armhf': 'y'}> +CONFIG_MACH_DOVE policy<{'armhf': 'y'}> + +# Menu: System Type >> Marvell MV78xx0 >> Architecture: arm + +# Menu: System Type >> Marvell PXA168/910/MMP2 >> Architecture: arm +CONFIG_ARCH_MMP policy<{'armhf': 'n'}> + +# Menu: System Type >> Marvell PXA168/910/MMP2 >> Marvell PXA168/910/MMP2 Implementations >> Architecture: arm + +# Menu: System Type >> Mediatek MT65xx & MT81xx SoC + +# Menu: System Type >> Mediatek MT65xx & MT81xx SoC >> Architecture: arm +CONFIG_MACH_MT2701 policy<{'armhf': 'y'}> +CONFIG_MACH_MT6589 policy<{'armhf': 'y'}> +CONFIG_MACH_MT6592 policy<{'armhf': 'y'}> +CONFIG_MACH_MT7623 policy<{'armhf': 'y'}> +CONFIG_MACH_MT8127 policy<{'armhf': 'y'}> +CONFIG_MACH_MT8135 policy<{'armhf': 'y'}> + +# Menu: System Type >> Multiple platform selection >> Architecture: arm +CONFIG_ARCH_MULTI_V6 policy<{'armhf': 'n'}> +CONFIG_ARCH_MULTI_V7 policy<{'armhf': 'y'}> + +# Menu: System Type >> NUC950 Machines >> Architecture: arm + +# Menu: System Type >> NUC960 Machines >> Architecture: arm + +# Menu: System Type >> NetX Implementations >> Architecture: arm + +# Menu: System Type >> Oxford Semiconductor OXNAS Family SoCs >> Architecture: arm + +# Menu: System Type >> Qualcomm Support + +# Menu: System Type >> Qualcomm Support >> Architecture: arm +CONFIG_ARCH_MSM8X60 policy<{'armhf': 'y'}> +CONFIG_ARCH_MSM8960 policy<{'armhf': 'y'}> +CONFIG_ARCH_MSM8974 policy<{'armhf': 'y'}> +CONFIG_ARCH_MDM9615 policy<{'armhf': 'y'}> + +# Menu: System Type >> SA11x0 Implementations >> Architecture: arm + +# Menu: System Type >> SA11x0 Implementations >> Cerf Flash available >> Architecture: arm + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support >> Architecture: arm + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support >> SAMSUNG S3C2410 >> Architecture: arm + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support >> SAMSUNG S3C2412 >> Architecture: arm + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support >> SAMSUNG S3C2440 >> Architecture: arm + +# Menu: System Type >> ST SPEAr Family >> Architecture: arm +CONFIG_PLAT_SPEAR policy<{'armhf': 'n'}> + +# Menu: System Type >> ST SPEAr Family >> ST SPEAr13xx >> Architecture: arm + +# Menu: System Type >> ST SPEAr Family >> ST SPEAr13xx >> ST SPEAr3xx >> Architecture: arm + +# Menu: System Type >> ST-Ericsson Nomadik >> Architecture: arm + +# Menu: System Type >> STMicroelectronics Consumer Electronics SOCs >> Architecture: arm +CONFIG_ARCH_STI policy<{'armhf': 'n'}> + +# Menu: System Type >> STMicrolectronics STM32 >> Architecture: arm + +# Menu: System Type >> Samsung Common options >> Architecture: arm +CONFIG_SAMSUNG_PM_CHECK policy<{'armhf': 'n'}> + +# Menu: System Type >> Samsung EXYNOS + +# Menu: System Type >> Samsung EXYNOS >> Architecture: arm +CONFIG_ARCH_EXYNOS3 policy<{'armhf': 'n'}> +CONFIG_ARCH_EXYNOS4 policy<{'armhf': 'n'}> + +# Menu: System Type >> Samsung EXYNOS >> SAMSUNG EXYNOS5 >> Architecture: arm +CONFIG_ARCH_EXYNOS5 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5250 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5260 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5410 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5420 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5440 policy<{'armhf': 'y'}> +CONFIG_SOC_EXYNOS5800 policy<{'armhf': 'y'}> +CONFIG_EXYNOS5420_MCPM policy<{'armhf': 'y'}> + +# Menu: System Type >> Samsung S3C64XX >> Architecture: arm + +# Menu: System Type >> Samsung S3C64XX >> SMDK6410 >> Architecture: arm + +# Menu: System Type >> Samsung S3C64XX >> SMDK6410 >> SMDK6410 MMC/SD slot setup >> Architecture: arm + +# Menu: System Type >> TI DaVinci Implementations >> Architecture: arm + +# Menu: System Type >> TI DaVinci Implementations >> DA850/OMAP-L138/AM18x based system >> Architecture: arm + +# Menu: System Type >> TI DaVinci Implementations >> DA850/OMAP-L138/AM18x based system >> Select peripherals connected to expander on UI board >> Architecture: arm + +# Menu: System Type >> TI DaVinci Implementations >> DaVinci 644x based system >> Architecture: arm + +# Menu: System Type >> TI DaVinci Implementations >> Select DA830/OMAP-L137/AM17x UI board peripheral >> Architecture: arm + +# Menu: System Type >> TI OMAP Common Features >> Architecture: arm +CONFIG_POWER_AVS_OMAP policy<{'armhf-generic': 'y'}> +CONFIG_POWER_AVS_OMAP_CLASS3 policy<{'armhf-generic': 'y'}> +CONFIG_OMAP_RESET_CLOCKS policy<{'armhf': 'y'}> +CONFIG_OMAP_32K_TIMER policy<{'armhf': 'y'}> +CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE policy<{'armhf-generic': 'n'}> +CONFIG_OMAP_DM_TIMER policy<{'armhf': 'y'}> + +# Menu: System Type >> TI OMAP Common Features >> OMAP PM layer selection >> Architecture: arm +CONFIG_OMAP_PM_NOOP policy<{'armhf': 'y'}> + +# Menu: System Type >> TI OMAP/AM/DM/DRA Family >> Architecture: arm +CONFIG_ARCH_OMAP3 policy<{'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_ARCH_OMAP4 policy<{'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_SOC_OMAP5 policy<{'armhf': 'n'}> +CONFIG_SOC_AM33XX policy<{'armhf-generic': 'y', 'armhf-generic-lpae': 'n'}> +CONFIG_SOC_AM43XX policy<{'armhf': 'n'}> +CONFIG_SOC_DRA7XX policy<{'armhf': 'y'}> +CONFIG_OMAP5_ERRATA_801819 policy<{'armhf': 'y'}> + +# Menu: System Type >> TI OMAP/AM/DM/DRA Family >> TI OMAP2/3/4 Specific Features >> Architecture: arm +CONFIG_ARCH_OMAP2PLUS_TYPICAL policy<{'armhf': 'y'}> +CONFIG_SOC_HAS_OMAP2_SDRC policy<{'armhf': 'y'}> +CONFIG_SOC_HAS_REALTIME_COUNTER policy<{'armhf': 'y'}> +CONFIG_SOC_OMAP3430 policy<{'armhf-generic': 'y'}> +CONFIG_SOC_TI81XX policy<{'armhf-generic': 'y'}> +CONFIG_MACH_OMAP3517EVM policy<{'armhf-generic': 'n'}> +CONFIG_MACH_OMAP3_PANDORA policy<{'armhf-generic': 'y'}> +CONFIG_OMAP3_SDRC_AC_TIMING policy<{'armhf-generic': 'n'}> + +# Menu: System Type >> TI OMAP1 specific features >> Architecture: arm + +# Menu: System Type >> TI OMAP1 specific features >> OMAP15xx Based System >> Architecture: arm + +# Menu: System Type >> TI OMAP1 specific features >> OMAP16xx Based System >> Architecture: arm +CONFIG_MACH_OMAP_GENERIC policy<{'armhf': 'y'}> + +# Menu: System Type >> W90P910 Machines >> Architecture: arm + +# Menu: Ubuntu Supplied Third-Party Device Drivers +CONFIG_HIO policy<{'amd64': 'm', 'arm64': 'n', 'armhf': 'n', 'i386': 'm', 'ppc64el': 'n'}> +# +CONFIG_HIO mark note + +# Menu: Virtualization +CONFIG_VIRTUALIZATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_VHOST_NET policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VHOST_SCSI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VHOST_VSOCK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_VHOST_CROSS_ENDIAN_LEGACY policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_KVM policy<{'amd64': 'm', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'm', 'ppc64el': 'y', 's390x': 'y'}> +# +CONFIG_KVM note + +# Menu: Virtualization >> Architecture: powerpc +CONFIG_KVM_BOOK3S_64 policy<{'ppc64el': 'm'}> +CONFIG_KVM_BOOK3S_64_HV policy<{'ppc64el': 'm'}> +CONFIG_KVM_BOOK3S_64_PR policy<{'ppc64el': 'm'}> +CONFIG_KVM_BOOK3S_HV_EXIT_TIMING policy<{'ppc64el': 'n'}> +CONFIG_KVM_XICS policy<{'ppc64el': 'y'}> + +# Menu: Virtualization >> Architecture: s390 +CONFIG_PFAULT policy<{'s390x': 'y'}> +CONFIG_CMM_IUCV policy<{'s390x': 'y'}> +CONFIG_S390_HYPFS_FS policy<{'s390x': 'y'}> +CONFIG_S390_GUEST policy<{'s390x': 'y'}> + +# Menu: Virtualization >> KVM +# + +# Menu: Virtualization >> KVM >> Architecture: s390 +CONFIG_KVM_S390_UCONTROL policy<{'s390x': 'n'}> + +# Menu: Virtualization >> Kernel-based Virtual Machine (KVM) support +# + +# Menu: Virtualization >> Kernel-based Virtual Machine (KVM) support >> Architecture: x86 +CONFIG_KVM_INTEL policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_KVM_AMD policy<{'amd64': 'm', 'i386': 'm'}> +CONFIG_KVM_MMU_AUDIT policy<{'amd64': 'n', 'i386': 'n'}> + +# Menu: Virtualization >> Linux - VM Monitor Stream, base infrastructure >> Architecture: s390 +CONFIG_APPLDATA_BASE policy<{'s390x': 'y'}> +CONFIG_APPLDATA_MEM policy<{'s390x': 'm'}> +CONFIG_APPLDATA_OS policy<{'s390x': 'm'}> +CONFIG_APPLDATA_NET_SUM policy<{'s390x': 'm'}> + +# Menu: FOOTER + +# temporarily disabled options -- build failures. + +CONFIG_HISILICON_LPC policy<{'arm64': 'y'}> +CONFIG_LIBIO policy<{'amd64': 'n', 'arm64': 'y', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> + +#CONFIG_TI_CPSW p policy<(arch armel armhf &/ value n) | value m> flag +#CONFIG_USB_MUSB_DSPS p policy<(arch armel armhf &/ value n) | value m> flag +#CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag +#CONFIG_EZX_PCAP p policy<(arch armhf &/ value n) | value y> flag +#CONFIG_TOUCHSCREEN_EGALAX p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_TOUCHSCREEN_EETI p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_SENSORS_AK8975 p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_PPC_EPAPR_HV_BYTECHAN n flag note + +# +# diff --git a/debian.aws/config/arm64/config.common.arm64 b/debian.aws/config/arm64/config.common.arm64 new file mode 100644 index 0000000000000..67b4dff3dd946 --- /dev/null +++ b/debian.aws/config/arm64/config.common.arm64 @@ -0,0 +1,184 @@ +# +# Config options for config.common.arm64 automatically generated by splitconfig.pl +# +CONFIG_ACPI_ALS=m +CONFIG_ACPI_APEI=y +CONFIG_ACPI_BGRT=y +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_FAN=y +CONFIG_ACPI_HED=y +CONFIG_ACPI_IPMI=m +CONFIG_ACPI_NFIT=m +CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y +CONFIG_ACPI_THERMAL=y +CONFIG_AD5592R=m +CONFIG_AD5593R=m +CONFIG_ARCH_MMAP_RND_BITS=18 +CONFIG_ARCH_MMAP_RND_BITS_MAX=33 +CONFIG_ARCH_MMAP_RND_BITS_MIN=18 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11 +CONFIG_ATA_GENERIC=m +CONFIG_ATA_PIIX=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_ARCXCNN=m +CONFIG_BACKLIGHT_BD6107=m +CONFIG_BACKLIGHT_DA9052=m +CONFIG_BACKLIGHT_GENERIC=m +CONFIG_BACKLIGHT_LM3533=m +CONFIG_BACKLIGHT_LM3630A=m +CONFIG_BACKLIGHT_LM3639=m +CONFIG_BACKLIGHT_LP855X=m +CONFIG_BACKLIGHT_LV5207LP=m +CONFIG_BACKLIGHT_PCF50633=m +CONFIG_BACKLIGHT_PM8941_WLED=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_BACKLIGHT_SKY81452=m +CONFIG_BACKLIGHT_WM831X=m +CONFIG_BATTERY_AXP20X=m +CONFIG_BATTERY_BQ27XXX=m +CONFIG_BATTERY_DA9052=m +CONFIG_BATTERY_DA9150=m +CONFIG_BATTERY_DS2780=m +CONFIG_BATTERY_DS2781=m +CONFIG_BATTERY_DS2782=m +CONFIG_BATTERY_GAUGE_LTC2941=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_BATTERY_RT5033=m +CONFIG_BATTERY_SBS=m +CONFIG_CHARGER_AXP20X=m +CONFIG_CHARGER_BQ2415X=m +CONFIG_CHARGER_DA9150=m +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_LP8727=m +CONFIG_CHARGER_MANAGER=y +CONFIG_CHARGER_MAX14577=m +CONFIG_CHARGER_MAX77693=m +CONFIG_CHARGER_MAX8903=m +CONFIG_CHARGER_PCF50633=m +CONFIG_CHARGER_SBS=m +CONFIG_CHARGER_SMB347=m +CONFIG_COMEDI=m +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_DMA_CMA=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DRM_ETNAVIV=m +CONFIG_DRM_NOUVEAU=m +CONFIG_FIREWIRE=m +CONFIG_FUJITSU_ES=m +CONFIG_GAMEPORT=m +# CONFIG_HIBERNATION is not set +# CONFIG_HIO is not set +CONFIG_HOTPLUG_PCI_ACPI_IBM=m +CONFIG_HP_ILO=m +CONFIG_I2C=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_DESIGNWARE_CORE=y +CONFIG_I2C_DESIGNWARE_PLATFORM=y +CONFIG_I2C_MUX_LTC4306=m +CONFIG_I2C_SLAVE=y +CONFIG_INPUT_JOYSTICK=y +CONFIG_INPUT_LEDS=m +CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m +CONFIG_IRQ_BYPASS_MANAGER=y +CONFIG_ISDN=y +CONFIG_KVM=y +CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LEDS_BD2802=m +CONFIG_LEDS_BLINKM=m +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLASS_FLASH=m +CONFIG_LEDS_DA9052=m +CONFIG_LEDS_DAC124S085=m +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_LM3533=m +CONFIG_LEDS_LM355x=m +CONFIG_LEDS_LM3642=m +CONFIG_LEDS_LP3944=m +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m +CONFIG_LEDS_LP5562=m +CONFIG_LEDS_LP8501=m +CONFIG_LEDS_MC13783=m +CONFIG_LEDS_MENF21BMC=m +CONFIG_LEDS_MT6323=m +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_PCA963X=m +CONFIG_LEDS_PWM=m +CONFIG_LEDS_REGULATOR=m +CONFIG_LEDS_TCA6507=m +CONFIG_LEDS_TLC591XX=m +CONFIG_LEDS_TRIGGER_ACTIVITY=m +CONFIG_LEDS_TRIGGER_BACKLIGHT=m +CONFIG_LEDS_TRIGGER_CAMERA=m +CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_DISK=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_ONESHOT=m +CONFIG_LEDS_TRIGGER_PANIC=y +CONFIG_LEDS_TRIGGER_TIMER=m +CONFIG_LEDS_TRIGGER_TRANSIENT=m +CONFIG_LOG_BUF_SHIFT=14 +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_CEC_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_PCI_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MFD_DA9063=y +CONFIG_MFD_MAX14577=y +CONFIG_MFD_MAX77693=y +CONFIG_MFD_TPS65912_I2C=y +CONFIG_MII=y +CONFIG_MISC_RTSX_PCI=m +CONFIG_MISC_RTSX_USB=m +CONFIG_MMC_BLOCK=y +CONFIG_MTD=m +CONFIG_NODES_SHIFT=6 +CONFIG_NR_CPUS=256 +CONFIG_OF=y +CONFIG_PATA_SIS=m +CONFIG_POWERCAP=y +CONFIG_RANDOM_TRUST_BOOTLOADER=y +CONFIG_RC_CORE=m +CONFIG_REFCOUNT_FULL=y +CONFIG_REGMAP_I2C=y +CONFIG_RTC_I2C_AND_SPI=y +CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_INIC162X=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_SATA_PROMISE=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_SVW=m +CONFIG_SATA_SX4=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_ZPODD=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_NR_UARTS=48 +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SPEAKUP=m +CONFIG_SPI_ROCKCHIP=m +CONFIG_STANDALONE=y +CONFIG_SUSPEND=y +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_OHCI_HCD_PLATFORM=m +CONFIG_USB_ROLE_SWITCH=y +CONFIG_USB_XHCI_DBGCAP=y +CONFIG_UWB=m +CONFIG_W1=m +CONFIG_WIMAX=m +CONFIG_WLAN=y +CONFIG_XEN_BALLOON=y +CONFIG_XEN_FBDEV_FRONTEND=m diff --git a/debian.aws/config/arm64/config.flavour.aws b/debian.aws/config/arm64/config.flavour.aws new file mode 100644 index 0000000000000..b37b93769508a --- /dev/null +++ b/debian.aws/config/arm64/config.flavour.aws @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.aws automatically generated by splitconfig.pl +# diff --git a/debian.aws/config/config.common.ports b/debian.aws/config/config.common.ports new file mode 100644 index 0000000000000..45749474d3643 --- /dev/null +++ b/debian.aws/config/config.common.ports @@ -0,0 +1,3 @@ +# +# Common config options automatically generated by splitconfig.pl +# diff --git a/debian.aws/config/config.common.ubuntu b/debian.aws/config/config.common.ubuntu new file mode 100644 index 0000000000000..d7bbdf8613377 --- /dev/null +++ b/debian.aws/config/config.common.ubuntu @@ -0,0 +1,9464 @@ +# +# Common config options automatically generated by splitconfig.pl +# +CONFIG_104_QUAD_8=m +CONFIG_60XX_WDT=m +CONFIG_64BIT=y +CONFIG_64BIT_TIME=y +CONFIG_6LOWPAN=m +# CONFIG_6LOWPAN_DEBUGFS is not set +# CONFIG_6LOWPAN_GHC_EXT_HDR_DEST is not set +# CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG is not set +# CONFIG_6LOWPAN_GHC_EXT_HDR_HOP is not set +# CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE is not set +# CONFIG_6LOWPAN_GHC_ICMPV6 is not set +# CONFIG_6LOWPAN_GHC_UDP is not set +CONFIG_6LOWPAN_NHC=m +CONFIG_6LOWPAN_NHC_DEST=m +CONFIG_6LOWPAN_NHC_FRAGMENT=m +CONFIG_6LOWPAN_NHC_HOP=m +CONFIG_6LOWPAN_NHC_IPV6=m +CONFIG_6LOWPAN_NHC_MOBILITY=m +CONFIG_6LOWPAN_NHC_ROUTING=m +CONFIG_6LOWPAN_NHC_UDP=m +CONFIG_6PACK=m +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_842_COMPRESS=m +CONFIG_842_DECOMPRESS=m +CONFIG_88EU_AP_MODE=y +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_9P_FS_SECURITY=y +CONFIG_AB3100_CORE=y +CONFIG_AB3100_OTP=m +CONFIG_ABP060MG=m +CONFIG_ABX500_CORE=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_ACENIC=m +# CONFIG_ACENIC_OMIT_TIGON_I is not set +# CONFIG_ACERHDF is not set +CONFIG_ACER_WIRELESS=m +# CONFIG_ACORN_PARTITION is not set +CONFIG_ACPI=y +# CONFIG_ACPI_AC is not set +CONFIG_ACPI_ADXL=y +CONFIG_ACPI_APEI_EINJ=m +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_APEI_SEA=y +# CONFIG_ACPI_BATTERY is not set +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_CCA_REQUIRED=y +# CONFIG_ACPI_CMPC is not set +CONFIG_ACPI_CONFIGFS=m +CONFIG_ACPI_CONTAINER=y +CONFIG_ACPI_CPPC_CPUFREQ=m +CONFIG_ACPI_CPPC_LIB=y +CONFIG_ACPI_CPU_FREQ_PSS=y +CONFIG_ACPI_CUSTOM_DSDT_FILE="" +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_DEBUGGER is not set +CONFIG_ACPI_EC_DEBUGFS=m +# CONFIG_ACPI_EXTLOG is not set +CONFIG_ACPI_GENERIC_GSI=y +CONFIG_ACPI_GTDT=y +CONFIG_ACPI_HMAT=y +CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_HOTPLUG_IOAPIC=y +CONFIG_ACPI_HOTPLUG_MEMORY=y +CONFIG_ACPI_I2C_OPREGION=y +CONFIG_ACPI_IORT=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ACPI_LPIT=y +CONFIG_ACPI_MCFG=y +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_PCI_SLOT=y +CONFIG_ACPI_PPTT=y +CONFIG_ACPI_PROCESSOR=y +# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set +CONFIG_ACPI_PROCESSOR_CSTATE=y +CONFIG_ACPI_PROCESSOR_IDLE=y +# CONFIG_ACPI_PROCFS_POWER is not set +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y +# CONFIG_ACPI_SBS is not set +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_SPCR_TABLE=y +CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y +CONFIG_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TAD=m +CONFIG_ACPI_VIDEO=m +CONFIG_ACPI_WATCHDOG=y +# CONFIG_ACPI_WMI is not set +CONFIG_ACQUIRE_WDT=m +CONFIG_ACRN_GUEST=y +CONFIG_AD2S1200=m +CONFIG_AD2S1210=m +CONFIG_AD2S90=m +CONFIG_AD5064=m +CONFIG_AD525X_DPOT=m +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m +CONFIG_AD5272=m +CONFIG_AD5360=m +CONFIG_AD5380=m +CONFIG_AD5421=m +CONFIG_AD5446=m +CONFIG_AD5449=m +CONFIG_AD5504=m +CONFIG_AD5592R_BASE=m +CONFIG_AD5624R_SPI=m +CONFIG_AD5686=m +CONFIG_AD5686_SPI=m +CONFIG_AD5696_I2C=m +CONFIG_AD5755=m +CONFIG_AD5758=m +CONFIG_AD5761=m +CONFIG_AD5764=m +CONFIG_AD5791=m +CONFIG_AD5933=m +CONFIG_AD7124=m +CONFIG_AD7150=m +CONFIG_AD7192=m +CONFIG_AD7266=m +CONFIG_AD7280=m +CONFIG_AD7291=m +CONFIG_AD7298=m +CONFIG_AD7303=m +CONFIG_AD7476=m +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD7746=m +CONFIG_AD7766=m +CONFIG_AD7768_1=m +CONFIG_AD7780=m +CONFIG_AD7791=m +CONFIG_AD7793=m +CONFIG_AD7816=m +CONFIG_AD7887=m +CONFIG_AD7923=m +CONFIG_AD7949=m +CONFIG_AD799X=m +CONFIG_AD8366=m +CONFIG_AD8801=m +CONFIG_AD9523=m +CONFIG_AD9832=m +CONFIG_AD9834=m +CONFIG_ADAPTEC_STARFIRE=m +CONFIG_ADE7854=m +CONFIG_ADE7854_I2C=m +CONFIG_ADE7854_SPI=m +CONFIG_ADF4350=m +CONFIG_ADF4371=m +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_ADIN_PHY=m +CONFIG_ADIS16080=m +CONFIG_ADIS16130=m +CONFIG_ADIS16136=m +CONFIG_ADIS16201=m +CONFIG_ADIS16203=m +CONFIG_ADIS16209=m +CONFIG_ADIS16240=m +CONFIG_ADIS16260=m +CONFIG_ADIS16400=m +CONFIG_ADIS16460=m +CONFIG_ADIS16480=m +CONFIG_ADJD_S311=m +CONFIG_ADM8211=m +CONFIG_ADT7316=m +CONFIG_ADT7316_I2C=m +CONFIG_ADT7316_SPI=m +CONFIG_ADVANTECH_WDT=m +CONFIG_ADVISE_SYSCALLS=y +CONFIG_ADXL372=m +CONFIG_ADXL372_I2C=m +CONFIG_ADXL372_SPI=m +CONFIG_ADXRS450=m +CONFIG_AD_SIGMA_DELTA=m +CONFIG_AFE4403=m +CONFIG_AFE4404=m +CONFIG_AFFS_FS=m +# CONFIG_AFS_DEBUG is not set +# CONFIG_AFS_DEBUG_CURSOR is not set +CONFIG_AFS_FS=m +CONFIG_AFS_FSCACHE=y +CONFIG_AF_KCM=m +CONFIG_AF_RXRPC=m +# CONFIG_AF_RXRPC_DEBUG is not set +# CONFIG_AF_RXRPC_INJECT_LOSS is not set +CONFIG_AF_RXRPC_IPV6=y +CONFIG_AGP=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_INTEL=y +CONFIG_AGP_SIS=m +CONFIG_AGP_VIA=y +CONFIG_AHCI_BRCM=m +CONFIG_AHCI_CEVA=m +CONFIG_AHCI_IMX=m +CONFIG_AHCI_MTK=m +CONFIG_AHCI_QORIQ=m +# CONFIG_AHCI_SUNXI is not set +CONFIG_AHCI_XGENE=m +CONFIG_AIC79XX_CMDS_PER_DEVICE=32 +# CONFIG_AIC79XX_DEBUG_ENABLE is not set +CONFIG_AIC79XX_DEBUG_MASK=0 +CONFIG_AIC79XX_REG_PRETTY_PRINT=y +CONFIG_AIC79XX_RESET_DELAY_MS=5000 +CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 +# CONFIG_AIC7XXX_DEBUG_ENABLE is not set +CONFIG_AIC7XXX_DEBUG_MASK=0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT=y +CONFIG_AIC7XXX_RESET_DELAY_MS=5000 +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_AIO=y +CONFIG_AIX_PARTITION=y +CONFIG_AK09911=m +CONFIG_AK8974=m +CONFIG_AK8975=m +CONFIG_AL3320A=m +CONFIG_ALIM1535_WDT=m +CONFIG_ALIM7101_WDT=m +CONFIG_ALLOW_DEV_COREDUMP=y +CONFIG_ALTERA_FREEZE_BRIDGE=m +CONFIG_ALTERA_MBOX=m +CONFIG_ALTERA_MSGDMA=m +CONFIG_ALTERA_PR_IP_CORE=m +CONFIG_ALTERA_PR_IP_CORE_PLAT=m +CONFIG_ALTERA_STAPL=m +CONFIG_ALTERA_TSE=m +CONFIG_ALX=m +CONFIG_AL_FIC=y +CONFIG_AM2315=m +CONFIG_AMBA_PL08X=y +CONFIG_AMD8111_ETH=m +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_AMD_MEM_ENCRYPT=y +# CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT is not set +CONFIG_AMD_NB=y +CONFIG_AMD_NUMA=y +CONFIG_AMD_PHY=m +CONFIG_AMD_XGBE=m +CONFIG_AMD_XGBE_DCB=y +CONFIG_AMD_XGBE_HAVE_ECC=y +CONFIG_AMIGA_PARTITION=y +# CONFIG_AMILO_RFKILL is not set +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDERFS=m +CONFIG_ANDROID_BINDER_DEVICES="" +CONFIG_ANDROID_BINDER_IPC=m +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set +# CONFIG_ANDROID_VSOC is not set +CONFIG_APDS9300=m +CONFIG_APDS9802ALS=m +CONFIG_APDS9960=m +# CONFIG_APPLE_GMUX is not set +CONFIG_APPLE_PROPERTIES=y +CONFIG_APPLICOM=m +CONFIG_APQ_GCC_8084=m +CONFIG_APQ_MMCC_8084=m +CONFIG_AQTION=m +CONFIG_AQUANTIA_PHY=m +CONFIG_AR5523=m +CONFIG_ARCH_ACTIONS=y +CONFIG_ARCH_AGILEX=y +# CONFIG_ARCH_ALPINE is not set +CONFIG_ARCH_BCM2835=y +CONFIG_ARCH_BCM_IPROC=y +CONFIG_ARCH_BERLIN=y +CONFIG_ARCH_BITMAIN=y +CONFIG_ARCH_BRCMSTB=y +CONFIG_ARCH_CLOCKSOURCE_DATA=y +CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_ARCH_CPUIDLE_HALTPOLL=y +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_ARCH_ENABLE_THP_MIGRATION=y +# CONFIG_ARCH_EXYNOS is not set +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ARCH_HAS_ADD_PAGES=y +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_ARCH_HAS_DMA_COHERENT_TO_PFN=y +CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_HAS_FILTER_PGPROT=y +CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +CONFIG_ARCH_HAS_KCOV=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_KEXEC_PURGATORY=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_ARCH_HAS_PKEYS=y +CONFIG_ARCH_HAS_PMEM_API=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_ARCH_HAS_REFCOUNT=y +CONFIG_ARCH_HAS_RELR=y +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y +CONFIG_ARCH_HAS_UACCESS_MCSAFE=y +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HISI=y +CONFIG_ARCH_INLINE_READ_LOCK=y +CONFIG_ARCH_INLINE_READ_LOCK_BH=y +CONFIG_ARCH_INLINE_READ_LOCK_IRQ=y +CONFIG_ARCH_INLINE_READ_LOCK_IRQSAVE=y +CONFIG_ARCH_INLINE_READ_UNLOCK=y +CONFIG_ARCH_INLINE_READ_UNLOCK_BH=y +CONFIG_ARCH_INLINE_READ_UNLOCK_IRQ=y +CONFIG_ARCH_INLINE_READ_UNLOCK_IRQRESTORE=y +CONFIG_ARCH_INLINE_SPIN_LOCK=y +CONFIG_ARCH_INLINE_SPIN_LOCK_BH=y +CONFIG_ARCH_INLINE_SPIN_LOCK_IRQ=y +CONFIG_ARCH_INLINE_SPIN_LOCK_IRQSAVE=y +CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y +CONFIG_ARCH_INLINE_SPIN_TRYLOCK_BH=y +CONFIG_ARCH_INLINE_SPIN_UNLOCK=y +CONFIG_ARCH_INLINE_SPIN_UNLOCK_BH=y +CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE=y +CONFIG_ARCH_INLINE_WRITE_LOCK=y +CONFIG_ARCH_INLINE_WRITE_LOCK_BH=y +CONFIG_ARCH_INLINE_WRITE_LOCK_IRQ=y +CONFIG_ARCH_INLINE_WRITE_LOCK_IRQSAVE=y +CONFIG_ARCH_INLINE_WRITE_UNLOCK=y +CONFIG_ARCH_INLINE_WRITE_UNLOCK_BH=y +CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE=y +CONFIG_ARCH_K3=y +CONFIG_ARCH_K3_AM6_SOC=y +CONFIG_ARCH_K3_J721E_SOC=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_ARCH_LAYERSCAPE=y +CONFIG_ARCH_LG1K=y +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_ARCH_MEDIATEK=y +CONFIG_ARCH_MEMORY_PROBE=y +# CONFIG_ARCH_MESON is not set +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +# CONFIG_ARCH_MVEBU is not set +CONFIG_ARCH_MXC=y +CONFIG_ARCH_PROC_KCORE_TEXT=y +CONFIG_ARCH_QCOM=y +CONFIG_ARCH_R8A774A1=y +CONFIG_ARCH_R8A774C0=y +CONFIG_ARCH_R8A7795=y +CONFIG_ARCH_R8A7796=y +CONFIG_ARCH_R8A77965=y +CONFIG_ARCH_R8A77970=y +CONFIG_ARCH_R8A77980=y +CONFIG_ARCH_R8A77990=y +CONFIG_ARCH_R8A77995=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_RCAR_GEN3=y +CONFIG_ARCH_REALTEK=y +CONFIG_ARCH_RENESAS=y +# CONFIG_ARCH_ROCKCHIP is not set +CONFIG_ARCH_SEATTLE=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPRD=y +CONFIG_ARCH_STACKWALK=y +CONFIG_ARCH_STRATIX10=y +CONFIG_ARCH_SUNXI=y +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_SYNQUACER=y +# CONFIG_ARCH_TEGRA is not set +CONFIG_ARCH_THUNDER=y +CONFIG_ARCH_THUNDER2=y +# CONFIG_ARCH_UNIPHIER is not set +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y +CONFIG_ARCH_WANTS_THP_SWAP=y +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_ARCH_XGENE=y +# CONFIG_ARCH_ZX is not set +CONFIG_ARCH_ZYNQMP=y +CONFIG_ARCNET=m +CONFIG_ARCNET_1051=m +CONFIG_ARCNET_1201=m +CONFIG_ARCNET_CAP=m +CONFIG_ARCNET_COM20020=m +CONFIG_ARCNET_COM20020_PCI=m +CONFIG_ARCNET_COM90xx=m +CONFIG_ARCNET_COM90xxIO=m +CONFIG_ARCNET_RAW=m +CONFIG_ARCNET_RIM_I=m +CONFIG_ARCX_ANYBUS_CONTROLLER=m +CONFIG_ARM64=y +# CONFIG_ARM64_16K_PAGES is not set +CONFIG_ARM64_4K_PAGES=y +# CONFIG_ARM64_64K_PAGES is not set +CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y +CONFIG_ARM64_CNP=y +CONFIG_ARM64_CONT_SHIFT=4 +CONFIG_ARM64_CRYPTO=y +# CONFIG_ARM64_DEBUG_PRIORITY_MASKING is not set +CONFIG_ARM64_ERRATUM_1024718=y +CONFIG_ARM64_ERRATUM_1165522=y +CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1418040=y +CONFIG_ARM64_ERRATUM_1463225=y +CONFIG_ARM64_ERRATUM_1542419=y +CONFIG_ARM64_ERRATUM_819472=y +CONFIG_ARM64_ERRATUM_824069=y +CONFIG_ARM64_ERRATUM_826319=y +CONFIG_ARM64_ERRATUM_827319=y +CONFIG_ARM64_ERRATUM_832075=y +CONFIG_ARM64_ERRATUM_834220=y +CONFIG_ARM64_ERRATUM_843419=y +CONFIG_ARM64_ERRATUM_845719=y +CONFIG_ARM64_ERRATUM_858921=y +CONFIG_ARM64_HW_AFDBM=y +CONFIG_ARM64_LSE_ATOMICS=y +CONFIG_ARM64_MODULE_PLTS=y +CONFIG_ARM64_PAGE_SHIFT=12 +CONFIG_ARM64_PAN=y +CONFIG_ARM64_PA_BITS=48 +CONFIG_ARM64_PA_BITS_48=y +CONFIG_ARM64_PMEM=y +CONFIG_ARM64_PSEUDO_NMI=y +CONFIG_ARM64_PTDUMP_CORE=y +# CONFIG_ARM64_PTDUMP_DEBUGFS is not set +CONFIG_ARM64_PTR_AUTH=y +# CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set +CONFIG_ARM64_RAS_EXTN=y +# CONFIG_ARM64_RELOC_TEST is not set +CONFIG_ARM64_SSBD=y +CONFIG_ARM64_SVE=y +CONFIG_ARM64_SW_TTBR0_PAN=y +CONFIG_ARM64_TAGGED_ADDR_ABI=y +CONFIG_ARM64_UAO=y +CONFIG_ARM64_VA_BITS=48 +# CONFIG_ARM64_VA_BITS_39 is not set +CONFIG_ARM64_VA_BITS_48=y +CONFIG_ARM64_VHE=y +CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y +CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y +CONFIG_ARMV8_DEPRECATED=y +CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=m +CONFIG_ARM_AMBA=y +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y +CONFIG_ARM_BRCMSTB_AVS_CPUFREQ=m +CONFIG_ARM_CCI=y +CONFIG_ARM_CCI400_COMMON=y +CONFIG_ARM_CCI400_PMU=y +CONFIG_ARM_CCI5xx_PMU=y +CONFIG_ARM_CCI_PMU=y +CONFIG_ARM_CCN=y +CONFIG_ARM_CPUIDLE=y +# CONFIG_ARM_DSU_PMU is not set +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_FSL_MC=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +CONFIG_ARM_IMX6Q_CPUFREQ=m +CONFIG_ARM_IMX_CPUFREQ_DT=m +CONFIG_ARM_MEDIATEK_CPUFREQ=m +CONFIG_ARM_MHU=m +CONFIG_ARM_PL172_MPMC=m +CONFIG_ARM_PMU=y +CONFIG_ARM_PMU_ACPI=y +# CONFIG_ARM_PSCI_CHECKER is not set +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_FW=y +CONFIG_ARM_QCOM_CPUFREQ_HW=m +CONFIG_ARM_QCOM_CPUFREQ_NVMEM=m +CONFIG_ARM_RASPBERRYPI_CPUFREQ=m +CONFIG_ARM_SBSA_WATCHDOG=m +# CONFIG_ARM_SCMI_PROTOCOL is not set +CONFIG_ARM_SCPI_CPUFREQ=m +CONFIG_ARM_SCPI_POWER_DOMAIN=m +CONFIG_ARM_SCPI_PROTOCOL=m +CONFIG_ARM_SDE_INTERFACE=y +CONFIG_ARM_SMMU=y +CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y +CONFIG_ARM_SMMU_V3=y +CONFIG_ARM_SMMU_V3_PMU=m +CONFIG_ARM_SP805_WATCHDOG=m +CONFIG_ARM_SPE_PMU=m +CONFIG_ARM_TIMER_SP804=y +CONFIG_AS3935=m +CONFIG_ASHMEM=m +CONFIG_ASM_MODVERSIONS=y +CONFIG_ASN1=y +CONFIG_ASSOCIATIVE_ARRAY=y +# CONFIG_ASUS_LAPTOP is not set +CONFIG_ASUS_WIRELESS=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE=m +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y +CONFIG_ASYNC_TX_DMA=y +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_ASYNC_XOR=m +CONFIG_AT76C50X_USB=m +CONFIG_AT803X_PHY=m +CONFIG_ATA=y +CONFIG_ATALK=m +# CONFIG_ATARI_PARTITION is not set +CONFIG_ATA_ACPI=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_OVER_ETH=m +CONFIG_ATA_SFF=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATH10K=m +CONFIG_ATH10K_AHB=y +CONFIG_ATH10K_CE=y +# CONFIG_ATH10K_DEBUG is not set +CONFIG_ATH10K_DEBUGFS=y +CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_SDIO=m +# CONFIG_ATH10K_SNOC is not set +# CONFIG_ATH10K_SPECTRAL is not set +CONFIG_ATH10K_TRACING=y +CONFIG_ATH10K_USB=m +CONFIG_ATH5K=m +# CONFIG_ATH5K_DEBUG is not set +CONFIG_ATH5K_PCI=y +# CONFIG_ATH5K_TRACER is not set +CONFIG_ATH6KL=m +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_ATH6KL_SDIO=m +# CONFIG_ATH6KL_TRACING is not set +CONFIG_ATH6KL_USB=m +CONFIG_ATH9K=m +CONFIG_ATH9K_AHB=y +CONFIG_ATH9K_BTCOEX_SUPPORT=y +CONFIG_ATH9K_CHANNEL_CONTEXT=y +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K_COMMON_DEBUG=y +# CONFIG_ATH9K_COMMON_SPECTRAL is not set +CONFIG_ATH9K_DEBUGFS=y +# CONFIG_ATH9K_DYNACK is not set +CONFIG_ATH9K_HTC=m +CONFIG_ATH9K_HTC_DEBUGFS=y +CONFIG_ATH9K_HW=m +CONFIG_ATH9K_HWRNG=y +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_PCI_NO_EEPROM=m +CONFIG_ATH9K_PCOEM=y +CONFIG_ATH9K_RFKILL=y +CONFIG_ATH9K_STATION_STATISTICS=y +CONFIG_ATH9K_WOW=y +CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set +CONFIG_ATL1=m +CONFIG_ATL1C=m +CONFIG_ATL1E=m +CONFIG_ATL2=m +CONFIG_ATLAS_PH_SENSOR=m +CONFIG_ATM=m +CONFIG_ATMEL=m +CONFIG_ATM_AMBASSADOR=m +# CONFIG_ATM_AMBASSADOR_DEBUG is not set +CONFIG_ATM_BR2684=m +# CONFIG_ATM_BR2684_IPFILTER is not set +CONFIG_ATM_CLIP=m +# CONFIG_ATM_CLIP_NO_ICMP is not set +CONFIG_ATM_DRIVERS=y +CONFIG_ATM_DUMMY=m +CONFIG_ATM_ENI=m +# CONFIG_ATM_ENI_DEBUG is not set +# CONFIG_ATM_ENI_TUNE_BURST is not set +CONFIG_ATM_FIRESTREAM=m +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_DEBUG=0 +CONFIG_ATM_FORE200E_TX_RETRY=16 +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_HE=m +CONFIG_ATM_HE_USE_SUNI=y +CONFIG_ATM_HORIZON=m +# CONFIG_ATM_HORIZON_DEBUG is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_IDT77252=m +# CONFIG_ATM_IDT77252_DEBUG is not set +# CONFIG_ATM_IDT77252_RCV_ALL is not set +CONFIG_ATM_IDT77252_USE_SUNI=y +CONFIG_ATM_LANAI=m +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_NICSTAR=m +# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +# CONFIG_ATM_NICSTAR_USE_SUNI is not set +CONFIG_ATM_SOLOS=m +CONFIG_ATM_TCP=m +CONFIG_ATM_ZATM=m +# CONFIG_ATM_ZATM_DEBUG is not set +CONFIG_ATP=m +CONFIG_AUDIT=y +CONFIG_AUDITSYSCALL=y +CONFIG_AUDIT_ARCH=y +CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y +CONFIG_AUDIT_COMPAT_GENERIC=y +CONFIG_AUDIT_GENERIC=y +CONFIG_AUFS_BDEV_LOOP=y +# CONFIG_AUFS_BRANCH_MAX_1023 is not set +CONFIG_AUFS_BRANCH_MAX_127=y +# CONFIG_AUFS_BRANCH_MAX_32767 is not set +# CONFIG_AUFS_BRANCH_MAX_511 is not set +# CONFIG_AUFS_BR_FUSE is not set +CONFIG_AUFS_BR_HFSPLUS=y +# CONFIG_AUFS_BR_RAMFS is not set +# CONFIG_AUFS_DEBUG is not set +CONFIG_AUFS_DIRREN=y +CONFIG_AUFS_EXPORT=y +# CONFIG_AUFS_FHSM is not set +CONFIG_AUFS_FS=m +# CONFIG_AUFS_HNOTIFY is not set +CONFIG_AUFS_INO_T_64=y +# CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SBILIST=y +# CONFIG_AUFS_SHWH is not set +CONFIG_AUFS_XATTR=y +CONFIG_AURORA_NB8800=m +CONFIG_AUTOFS4_FS=m +CONFIG_AUTOFS_FS=m +CONFIG_AUXDISPLAY=y +CONFIG_AX25=m +CONFIG_AX25_DAMA_SLAVE=y +CONFIG_AX88796B_PHY=m +CONFIG_AXI_DMAC=m +CONFIG_AXP20X_ADC=m +CONFIG_AXP20X_POWER=m +CONFIG_AXP288_ADC=m +CONFIG_AXP288_CHARGER=m +CONFIG_AXP288_FUEL_GAUGE=m +CONFIG_B43=m +CONFIG_B43LEGACY=m +# CONFIG_B43LEGACY_DEBUG is not set +CONFIG_B43LEGACY_DMA=y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y +# CONFIG_B43LEGACY_DMA_MODE is not set +CONFIG_B43LEGACY_HWRNG=y +CONFIG_B43LEGACY_LEDS=y +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y +CONFIG_B43LEGACY_PCI_AUTOSELECT=y +CONFIG_B43LEGACY_PIO=y +# CONFIG_B43LEGACY_PIO_MODE is not set +CONFIG_B43_BCMA=y +CONFIG_B43_BCMA_PIO=y +# CONFIG_B43_BUSES_BCMA is not set +CONFIG_B43_BUSES_BCMA_AND_SSB=y +# CONFIG_B43_BUSES_SSB is not set +# CONFIG_B43_DEBUG is not set +CONFIG_B43_HWRNG=y +CONFIG_B43_LEDS=y +CONFIG_B43_PCICORE_AUTOSELECT=y +CONFIG_B43_PCI_AUTOSELECT=y +CONFIG_B43_PHY_G=y +CONFIG_B43_PHY_HT=y +CONFIG_B43_PHY_LP=y +CONFIG_B43_PHY_N=y +CONFIG_B43_PIO=y +# CONFIG_B43_SDIO is not set +CONFIG_B43_SSB=y +CONFIG_B44=m +CONFIG_B44_PCI=y +CONFIG_B44_PCICORE_AUTOSELECT=y +CONFIG_B44_PCI_AUTOSELECT=y +CONFIG_B53=m +CONFIG_B53_MDIO_DRIVER=m +CONFIG_B53_MMAP_DRIVER=m +CONFIG_B53_SERDES=m +CONFIG_B53_SPI_DRIVER=m +CONFIG_B53_SRAB_DRIVER=m +CONFIG_BACKLIGHT_88PM860X=m +CONFIG_BACKLIGHT_AAT2870=m +CONFIG_BACKLIGHT_ADP5520=m +# CONFIG_BACKLIGHT_APPLE is not set +CONFIG_BACKLIGHT_AS3711=m +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_DA903X=m +CONFIG_BACKLIGHT_GPIO=m +CONFIG_BACKLIGHT_LP8788=m +CONFIG_BACKLIGHT_MAX8925=m +CONFIG_BACKLIGHT_PANDORA=m +CONFIG_BACKLIGHT_RAVE_SP=m +# CONFIG_BACKLIGHT_SAHARA is not set +CONFIG_BACKLIGHT_TPS65217=m +CONFIG_BALLOON_COMPACTION=y +CONFIG_BASE_FULL=y +CONFIG_BASE_SMALL=0 +CONFIG_BATMAN_ADV=m +# CONFIG_BATMAN_ADV_BATMAN_V is not set +CONFIG_BATMAN_ADV_BLA=y +CONFIG_BATMAN_ADV_DAT=y +# CONFIG_BATMAN_ADV_DEBUG is not set +# CONFIG_BATMAN_ADV_DEBUGFS is not set +CONFIG_BATMAN_ADV_MCAST=y +CONFIG_BATMAN_ADV_NC=y +CONFIG_BATMAN_ADV_SYSFS=y +# CONFIG_BATMAN_ADV_TRACING is not set +CONFIG_BATTERY_88PM860X=m +CONFIG_BATTERY_ACT8945A=m +# CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM is not set +CONFIG_BATTERY_BQ27XXX_HDQ=m +CONFIG_BATTERY_BQ27XXX_I2C=m +CONFIG_BATTERY_CPCAP=m +CONFIG_BATTERY_DA9030=m +CONFIG_BATTERY_DS2760=m +CONFIG_BATTERY_LEGO_EV3=m +CONFIG_BATTERY_MAX1721X=m +CONFIG_BATTERY_RX51=m +CONFIG_BATTERY_TWL4030_MADC=m +CONFIG_BAYCOM_PAR=m +CONFIG_BAYCOM_SER_FDX=m +CONFIG_BAYCOM_SER_HDX=m +CONFIG_BCACHE=m +# CONFIG_BCACHE_CLOSURES_DEBUG is not set +# CONFIG_BCACHE_DEBUG is not set +CONFIG_BCH=m +CONFIG_BCH_CONST_M=14 +CONFIG_BCH_CONST_T=4 +CONFIG_BCM2835_MBOX=y +CONFIG_BCM2835_POWER=y +CONFIG_BCM2835_THERMAL=m +CONFIG_BCM2835_VCHIQ=m +CONFIG_BCM2835_WDT=m +CONFIG_BCM7038_L1_IRQ=y +CONFIG_BCM7038_WDT=m +CONFIG_BCM7XXX_PHY=m +CONFIG_BCM87XX_PHY=m +CONFIG_BCMA=m +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +CONFIG_BCMA_DRIVER_PCI=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_SOC=y +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMA_SFLASH=y +CONFIG_BCMGENET=m +CONFIG_BCM_FLEXRM_MBOX=m +CONFIG_BCM_IPROC_ADC=m +CONFIG_BCM_KONA_USB2_PHY=m +CONFIG_BCM_NET_PHYLIB=m +CONFIG_BCM_NS_THERMAL=m +CONFIG_BCM_PDC_MBOX=m +CONFIG_BCM_SBA_RAID=m +CONFIG_BCM_SR_THERMAL=m +CONFIG_BCM_VIDEOCORE=m +CONFIG_BD70528_WATCHDOG=m +CONFIG_BE2ISCSI=m +CONFIG_BE2NET=m +CONFIG_BE2NET_BE2=y +CONFIG_BE2NET_BE3=y +CONFIG_BE2NET_HWMON=y +CONFIG_BE2NET_LANCER=y +CONFIG_BE2NET_SKYHAWK=y +# CONFIG_BEFS_DEBUG is not set +CONFIG_BEFS_FS=m +CONFIG_BERLIN2_ADC=m +# CONFIG_BFQ_CGROUP_DEBUG is not set +CONFIG_BFQ_GROUP_IOSCHED=y +CONFIG_BFS_FS=m +CONFIG_BGMAC=y +CONFIG_BGMAC_PLATFORM=y +CONFIG_BH1750=m +CONFIG_BH1780=m +CONFIG_BIG_KEYS=y +CONFIG_BINARY_PRINTF=y +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_MISC=m +CONFIG_BINFMT_SCRIPT=y +CONFIG_BITREVERSE=y +CONFIG_BLK_CGROUP=y +CONFIG_BLK_CGROUP_IOCOST=y +# CONFIG_BLK_CGROUP_IOLATENCY is not set +CONFIG_BLK_CMDLINE_PARSER=y +CONFIG_BLK_DEBUG_FS=y +CONFIG_BLK_DEBUG_FS_ZONED=y +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_3W_XXXX_RAID=m +CONFIG_BLK_DEV_BSG=y +CONFIG_BLK_DEV_BSGLIB=y +CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DM=y +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DRBD=m +# CONFIG_BLK_DEV_FD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_NULL_BLK=m +CONFIG_BLK_DEV_NVME=y +CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m +CONFIG_BLK_DEV_PMEM=m +CONFIG_BLK_DEV_RAM=m +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +CONFIG_BLK_DEV_RBD=m +CONFIG_BLK_DEV_RSXX=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SKD=m +CONFIG_BLK_DEV_SR=y +CONFIG_BLK_DEV_SX8=m +CONFIG_BLK_DEV_THROTTLING=y +# CONFIG_BLK_DEV_THROTTLING_LOW is not set +CONFIG_BLK_DEV_UMEM=m +CONFIG_BLK_DEV_ZONED=y +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_RDMA=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLK_RQ_ALLOC_TIME=y +CONFIG_BLK_SCSI_REQUEST=y +CONFIG_BLK_SED_OPAL=y +CONFIG_BLK_WBT=y +CONFIG_BLK_WBT_MQ=y +CONFIG_BLOCK=y +CONFIG_BLOCK_COMPAT=y +CONFIG_BMA180=m +CONFIG_BMA220=m +CONFIG_BMC150_ACCEL=m +CONFIG_BMC150_ACCEL_I2C=m +CONFIG_BMC150_ACCEL_SPI=m +CONFIG_BMC150_MAGN=m +CONFIG_BMC150_MAGN_I2C=m +CONFIG_BMC150_MAGN_SPI=m +CONFIG_BME680=m +CONFIG_BME680_I2C=m +CONFIG_BME680_SPI=m +CONFIG_BMG160=m +CONFIG_BMG160_I2C=m +CONFIG_BMG160_SPI=m +CONFIG_BMI160=m +CONFIG_BMI160_I2C=m +CONFIG_BMI160_SPI=m +CONFIG_BMP280=m +CONFIG_BMP280_I2C=m +CONFIG_BMP280_SPI=m +CONFIG_BNA=m +CONFIG_BNX2=m +CONFIG_BNX2X=m +CONFIG_BNX2X_SRIOV=y +CONFIG_BNXT=m +CONFIG_BNXT_DCB=y +CONFIG_BNXT_FLOWER_OFFLOAD=y +CONFIG_BNXT_HWMON=y +CONFIG_BNXT_SRIOV=y +CONFIG_BOARD_TPCI200=m +CONFIG_BONDING=m +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_BOOT_PRINTK_DELAY=y +CONFIG_BOUNCE=y +CONFIG_BPF=y +CONFIG_BPFILTER=y +CONFIG_BPFILTER_UMH=m +CONFIG_BPF_EVENTS=y +CONFIG_BPF_JIT=y +CONFIG_BPF_JIT_ALWAYS_ON=y +CONFIG_BPF_KPROBE_OVERRIDE=y +CONFIG_BPF_STREAM_PARSER=y +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +CONFIG_BPQETHER=m +CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_BRCMDBG is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PCIE=y +CONFIG_BRCMFMAC_PROTO_BCDC=y +CONFIG_BRCMFMAC_PROTO_MSGBUF=y +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMSMAC=m +CONFIG_BRCMSTB_GISB_ARB=y +CONFIG_BRCMSTB_L2_IRQ=y +CONFIG_BRCMSTB_PM=y +CONFIG_BRCMSTB_THERMAL=m +CONFIG_BRCMUTIL=m +CONFIG_BRCM_TRACING=y +CONFIG_BRIDGE=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_NFLOG=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_NETFILTER=m +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_VLAN_FILTERING=y +CONFIG_BROADCOM_PHY=m +CONFIG_BSD_DISKLABEL=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +# CONFIG_BT is not set +CONFIG_BTREE=y +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_DEBUG is not set +CONFIG_BTRFS_FS=m +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +CONFIG_BTT=y +CONFIG_BUG=y +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +CONFIG_BUILDTIME_EXTABLE_SORT=y +CONFIG_BUILD_BIN2C=y +CONFIG_BUILD_SALT="" +CONFIG_C2PORT=m +CONFIG_C2PORT_DURAMAR_2150=m +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set +CONFIG_CADENCE_WATCHDOG=m +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_HSI=m +CONFIG_CAIF_NETDEV=m +CONFIG_CAIF_SPI_SLAVE=m +# CONFIG_CAIF_SPI_SYNC is not set +CONFIG_CAIF_TTY=m +CONFIG_CAIF_USB=m +CONFIG_CAIF_VIRTIO=m +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +CONFIG_CAN=m +CONFIG_CAN_8DEV_USB=m +CONFIG_CAN_BCM=m +CONFIG_CAN_CALC_BITTIMING=y +CONFIG_CAN_CC770=m +CONFIG_CAN_CC770_ISA=m +CONFIG_CAN_CC770_PLATFORM=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PCI=m +CONFIG_CAN_C_CAN_PLATFORM=m +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_DEV=m +CONFIG_CAN_EMS_PCI=m +CONFIG_CAN_EMS_USB=m +CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_F81601=m +CONFIG_CAN_FLEXCAN=m +CONFIG_CAN_GRCAN=m +CONFIG_CAN_GS_USB=m +CONFIG_CAN_GW=m +CONFIG_CAN_HI311X=m +CONFIG_CAN_IFI_CANFD=m +CONFIG_CAN_J1939=m +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_CAN_KVASER_PCI=m +CONFIG_CAN_KVASER_PCIEFD=m +CONFIG_CAN_KVASER_USB=m +CONFIG_CAN_MCBA_USB=m +CONFIG_CAN_MCP251X=m +CONFIG_CAN_M_CAN=m +CONFIG_CAN_M_CAN_PLATFORM=m +CONFIG_CAN_M_CAN_TCAN4X5X=m +CONFIG_CAN_PEAK_PCI=m +CONFIG_CAN_PEAK_PCIEC=y +CONFIG_CAN_PEAK_PCIEFD=m +CONFIG_CAN_PEAK_USB=m +CONFIG_CAN_PLX_PCI=m +CONFIG_CAN_RAW=m +CONFIG_CAN_RCAR=m +CONFIG_CAN_RCAR_CANFD=m +CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m +CONFIG_CAN_SJA1000_PLATFORM=m +CONFIG_CAN_SLCAN=m +CONFIG_CAN_SOFTING=m +CONFIG_CAN_UCAN=m +CONFIG_CAN_VCAN=m +CONFIG_CAN_VXCAN=m +CONFIG_CAN_XILINXCAN=m +CONFIG_CAPI_AVM=y +CONFIG_CAPI_TRACE=y +CONFIG_CARDBUS=y +CONFIG_CARL9170=m +# CONFIG_CARL9170_DEBUGFS is not set +CONFIG_CARL9170_HWRNG=y +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_CASSINI=m +CONFIG_CAVIUM_CPT=m +CONFIG_CAVIUM_ERRATUM_22375=y +CONFIG_CAVIUM_ERRATUM_23144=y +CONFIG_CAVIUM_ERRATUM_23154=y +CONFIG_CAVIUM_ERRATUM_27456=y +CONFIG_CAVIUM_ERRATUM_30115=y +CONFIG_CAVIUM_PTP=m +CONFIG_CAVIUM_TX2_ERRATUM_219=y +CONFIG_CB710_CORE=m +# CONFIG_CB710_DEBUG is not set +CONFIG_CB710_DEBUG_ASSUMPTIONS=y +CONFIG_CC10001_ADC=m +CONFIG_CCS811=m +CONFIG_CC_CAN_LINK=y +CONFIG_CC_HAS_ASM_GOTO=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y +CONFIG_CC_HAS_STACKPROTECTOR_NONE=y +CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_CC_IS_GCC=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_CDNS_I3C_MASTER=m +CONFIG_CDROM=y +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_CEC_CORE=y +CONFIG_CEC_NOTIFIER=y +CONFIG_CEC_PLATFORM_DRIVERS=y +CONFIG_CEPH_FS=m +CONFIG_CEPH_FSCACHE=y +CONFIG_CEPH_FS_POSIX_ACL=y +CONFIG_CEPH_FS_SECURITY_LABEL=y +CONFIG_CEPH_LIB=m +# CONFIG_CEPH_LIB_PRETTYDEBUG is not set +CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y +CONFIG_CFAG12864B=m +CONFIG_CFAG12864B_RATE=20 +CONFIG_CFG80211=m +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_CRDA_SUPPORT=y +CONFIG_CFG80211_DEBUGFS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y +CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y +CONFIG_CFG80211_WEXT=y +CONFIG_CFG80211_WEXT_EXPORT=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_CGROUPS=y +CONFIG_CGROUP_BPF=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_PIDS=y +CONFIG_CGROUP_RDMA=y +CONFIG_CGROUP_SCHED=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CHARGER_88PM860X=m +CONFIG_CHARGER_ADP5061=m +CONFIG_CHARGER_BD70528=m +CONFIG_CHARGER_BQ24190=m +CONFIG_CHARGER_BQ24257=m +CONFIG_CHARGER_BQ24735=m +CONFIG_CHARGER_BQ25890=m +CONFIG_CHARGER_CPCAP=m +CONFIG_CHARGER_CROS_USBPD=m +CONFIG_CHARGER_DETECTOR_MAX14656=m +CONFIG_CHARGER_GPIO=m +CONFIG_CHARGER_LP8788=m +CONFIG_CHARGER_LT3651=m +CONFIG_CHARGER_MAX77650=m +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +CONFIG_CHARGER_QCOM_SMBB=m +CONFIG_CHARGER_RT9455=m +CONFIG_CHARGER_SC2731=m +CONFIG_CHARGER_TPS65090=m +CONFIG_CHARGER_TPS65217=m +CONFIG_CHARGER_TWL4030=m +CONFIG_CHARGER_UCS1002=m +CONFIG_CHARGER_WILCO=m +CONFIG_CHARLCD=m +CONFIG_CHARLCD_BL_FLASH=y +# CONFIG_CHARLCD_BL_OFF is not set +# CONFIG_CHARLCD_BL_ON is not set +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_CHECK_SIGNATURE=y +CONFIG_CHELSIO_IPSEC_INLINE=y +CONFIG_CHELSIO_LIB=m +CONFIG_CHELSIO_T1=m +CONFIG_CHELSIO_T1_1G=y +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +CONFIG_CHELSIO_T4VF=m +CONFIG_CHELSIO_T4_DCB=y +CONFIG_CHELSIO_T4_FCOE=y +# CONFIG_CHROMEOS_LAPTOP is not set +# CONFIG_CHROMEOS_PSTORE is not set +CONFIG_CHROMEOS_TBMC=m +CONFIG_CHROME_PLATFORMS=y +CONFIG_CHR_DEV_SCH=m +CONFIG_CHR_DEV_SG=y +CONFIG_CHR_DEV_ST=m +CONFIG_CICADA_PHY=m +CONFIG_CIFS=m +CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_POSIX=y +# CONFIG_CIFS_SMB_DIRECT is not set +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_WEAK_PW_HASH=y +CONFIG_CIFS_XATTR=y +CONFIG_CIO_DAC=m +CONFIG_CLANG_VERSION=0 +CONFIG_CLEANCACHE=y +CONFIG_CLKBLD_I8253=y +CONFIG_CLKDEV_LOOKUP=y +CONFIG_CLKEVT_I8253=y +CONFIG_CLKSRC_MMIO=y +CONFIG_CLKSRC_VERSATILE=y +CONFIG_CLK_ACTIONS=y +CONFIG_CLK_BCM2835=y +CONFIG_CLK_BCM_NS2=y +CONFIG_CLK_BCM_SR=y +CONFIG_CLK_HSDK=y +CONFIG_CLK_IMX8MM=y +CONFIG_CLK_IMX8MN=y +CONFIG_CLK_IMX8MQ=y +CONFIG_CLK_IMX8QXP=y +CONFIG_CLK_OWL_S500=y +CONFIG_CLK_OWL_S700=y +CONFIG_CLK_OWL_S900=y +CONFIG_CLK_QORIQ=y +CONFIG_CLK_R8A774A1=y +CONFIG_CLK_R8A774C0=y +CONFIG_CLK_R8A7795=y +CONFIG_CLK_R8A7796=y +CONFIG_CLK_R8A77965=y +CONFIG_CLK_R8A77970=y +CONFIG_CLK_R8A77980=y +CONFIG_CLK_R8A77990=y +CONFIG_CLK_R8A77995=y +CONFIG_CLK_R9A06G032=y +CONFIG_CLK_RASPBERRYPI=m +CONFIG_CLK_RCAR_GEN3_CPG=y +CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y +CONFIG_CLK_RENESAS=y +CONFIG_CLK_RENESAS_CPG_MSSR=y +CONFIG_CLK_RENESAS_DIV6=y +CONFIG_CLK_SP810=y +CONFIG_CLK_SUNXI=y +CONFIG_CLK_SUNXI_CLOCKS=y +CONFIG_CLK_SUNXI_PRCM_SUN6I=y +CONFIG_CLK_SUNXI_PRCM_SUN8I=y +CONFIG_CLK_SUNXI_PRCM_SUN9I=y +CONFIG_CLK_TWL6040=m +CONFIG_CLK_VEXPRESS_OSC=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y +CONFIG_CLOCKSOURCE_WATCHDOG=y +# CONFIG_CLOCK_THERMAL is not set +CONFIG_CLONE_BACKWARDS=y +CONFIG_CLS_U32_MARK=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLZ_TAB=y +CONFIG_CM32181=m +CONFIG_CM3232=m +CONFIG_CM3323=m +CONFIG_CM3605=m +CONFIG_CM36651=m +CONFIG_CMA=y +CONFIG_CMA_ALIGNMENT=8 +CONFIG_CMA_AREAS=7 +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +CONFIG_CMA_SIZE_MBYTES=32 +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +CONFIG_CMDLINE="console=ttyAMA0" +# CONFIG_CMDLINE_BOOL is not set +# CONFIG_CMDLINE_FORCE is not set +CONFIG_CMDLINE_PARTITION=y +CONFIG_CNIC=m +CONFIG_CODA_FS=m +CONFIG_COMEDI_8254=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_8255_PCI=m +CONFIG_COMEDI_8255_SA=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADDI_WATCHDOG=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7X3X=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1720=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI1724=m +CONFIG_COMEDI_ADV_PCI1760=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_DIO200_ISA=m +CONFIG_COMEDI_AMPLC_DIO200_PCI=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC236_ISA=m +CONFIG_COMEDI_AMPLC_PC236_PCI=m +CONFIG_COMEDI_AMPLC_PC263_ISA=m +CONFIG_COMEDI_AMPLC_PC263_PCI=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DAC02=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_DAS08_ISA=m +CONFIG_COMEDI_DAS08_PCI=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DAS800=m +# CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_DYNA_PCI10XX=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_MF6X4=m +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_NI_LABPC_ISA=m +CONFIG_COMEDI_NI_LABPC_PCI=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_NI_ROUTING=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_TIOCMD=m +CONFIG_COMEDI_NI_USB6501=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_PCI_DRIVERS=m +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_USBDUXSIGMA=m +CONFIG_COMEDI_USB_DRIVERS=m +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMMON_CLK=y +CONFIG_COMMON_CLK_BD718XX=m +CONFIG_COMMON_CLK_CDCE706=m +CONFIG_COMMON_CLK_CDCE925=m +CONFIG_COMMON_CLK_CS2000_CP=m +CONFIG_COMMON_CLK_FIXED_MMIO=y +CONFIG_COMMON_CLK_HI3516CV300=m +CONFIG_COMMON_CLK_HI3519=m +CONFIG_COMMON_CLK_HI3660=y +CONFIG_COMMON_CLK_HI3670=y +CONFIG_COMMON_CLK_HI3798CV200=m +CONFIG_COMMON_CLK_HI6220=y +CONFIG_COMMON_CLK_HI655X=m +CONFIG_COMMON_CLK_IPROC=y +CONFIG_COMMON_CLK_LOCHNAGAR=m +CONFIG_COMMON_CLK_MAX77686=m +CONFIG_COMMON_CLK_MAX9485=m +CONFIG_COMMON_CLK_MEDIATEK=y +CONFIG_COMMON_CLK_MT2712=y +CONFIG_COMMON_CLK_MT2712_BDPSYS=y +CONFIG_COMMON_CLK_MT2712_IMGSYS=y +CONFIG_COMMON_CLK_MT2712_JPGDECSYS=y +CONFIG_COMMON_CLK_MT2712_MFGCFG=y +CONFIG_COMMON_CLK_MT2712_MMSYS=y +CONFIG_COMMON_CLK_MT2712_VDECSYS=y +CONFIG_COMMON_CLK_MT2712_VENCSYS=y +CONFIG_COMMON_CLK_MT6779=y +CONFIG_COMMON_CLK_MT6779_AUDSYS=y +CONFIG_COMMON_CLK_MT6779_CAMSYS=y +CONFIG_COMMON_CLK_MT6779_IMGSYS=y +CONFIG_COMMON_CLK_MT6779_IPESYS=y +CONFIG_COMMON_CLK_MT6779_MFGCFG=y +CONFIG_COMMON_CLK_MT6779_MMSYS=y +CONFIG_COMMON_CLK_MT6779_VDECSYS=y +CONFIG_COMMON_CLK_MT6779_VENCSYS=y +CONFIG_COMMON_CLK_MT6797=y +CONFIG_COMMON_CLK_MT6797_IMGSYS=y +CONFIG_COMMON_CLK_MT6797_MMSYS=y +CONFIG_COMMON_CLK_MT6797_VDECSYS=y +CONFIG_COMMON_CLK_MT6797_VENCSYS=y +CONFIG_COMMON_CLK_MT7622=y +CONFIG_COMMON_CLK_MT7622_AUDSYS=y +CONFIG_COMMON_CLK_MT7622_ETHSYS=y +CONFIG_COMMON_CLK_MT7622_HIFSYS=y +CONFIG_COMMON_CLK_MT8173=y +CONFIG_COMMON_CLK_MT8183=y +CONFIG_COMMON_CLK_MT8183_AUDIOSYS=y +CONFIG_COMMON_CLK_MT8183_CAMSYS=y +CONFIG_COMMON_CLK_MT8183_IMGSYS=y +CONFIG_COMMON_CLK_MT8183_IPU_ADL=y +CONFIG_COMMON_CLK_MT8183_IPU_CONN=y +CONFIG_COMMON_CLK_MT8183_IPU_CORE0=y +CONFIG_COMMON_CLK_MT8183_IPU_CORE1=y +CONFIG_COMMON_CLK_MT8183_MFGCFG=y +CONFIG_COMMON_CLK_MT8183_MMSYS=y +CONFIG_COMMON_CLK_MT8183_VDECSYS=y +CONFIG_COMMON_CLK_MT8183_VENCSYS=y +CONFIG_COMMON_CLK_MT8516=y +CONFIG_COMMON_CLK_MT8516_AUDSYS=y +CONFIG_COMMON_CLK_PALMAS=m +CONFIG_COMMON_CLK_PWM=m +CONFIG_COMMON_CLK_QCOM=m +CONFIG_COMMON_CLK_RK808=m +CONFIG_COMMON_CLK_S2MPS11=m +CONFIG_COMMON_CLK_SCPI=m +CONFIG_COMMON_CLK_SI514=m +CONFIG_COMMON_CLK_SI5341=m +CONFIG_COMMON_CLK_SI5351=m +CONFIG_COMMON_CLK_SI544=m +CONFIG_COMMON_CLK_SI570=m +CONFIG_COMMON_CLK_VC5=m +CONFIG_COMMON_CLK_VERSATILE=y +CONFIG_COMMON_CLK_WM831X=m +CONFIG_COMMON_CLK_XGENE=y +# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set +CONFIG_COMMON_CLK_ZYNQMP=y +CONFIG_COMMON_RESET_HI3660=m +CONFIG_COMMON_RESET_HI6220=m +CONFIG_COMPACTION=y +# CONFIG_COMPAL_LAPTOP is not set +CONFIG_COMPAT=y +CONFIG_COMPAT_32=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_COMPAT_BINFMT_ELF=y +# CONFIG_COMPAT_BRK is not set +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_COMPAT_NETLINK_MESSAGES=y +CONFIG_COMPAT_OLD_SIGACTION=y +# CONFIG_COMPAT_VDSO is not set +# CONFIG_COMPILE_TEST is not set +CONFIG_CONFIGFS_FS=y +CONFIG_CONNECTOR=y +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_CONSOLE_POLL=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_CONTIG_ALLOC=y +CONFIG_COPS=m +CONFIG_COPS_DAYNA=y +CONFIG_COPS_TANGENT=y +CONFIG_CORDIC=m +CONFIG_COREDUMP=y +# CONFIG_CORESIGHT is not set +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_CORTINA_PHY=m +CONFIG_COUNTER=m +CONFIG_CP15_BARRIER_EMULATION=y +# CONFIG_CPA_DEBUG is not set +CONFIG_CPCAP_ADC=m +CONFIG_CPU5_WDT=m +CONFIG_CPUFREQ_DT=y +CONFIG_CPUFREQ_DT_PLATDEV=y +CONFIG_CPUMASK_OFFSTACK=y +CONFIG_CPUSETS=y +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_FREQ=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_HALTPOLL=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_CPU_IDLE_GOV_TEO=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +CONFIG_CPU_ISOLATION=y +CONFIG_CPU_PM=y +CONFIG_CPU_RMAP=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_HYGON=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_ZHAOXIN=y +CONFIG_CPU_THERMAL=y +CONFIG_CRAMFS=m +CONFIG_CRAMFS_BLOCKDEV=y +CONFIG_CRAMFS_MTD=y +CONFIG_CRASH_CORE=y +CONFIG_CRASH_DUMP=y +CONFIG_CRC16=y +CONFIG_CRC32=y +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_SELFTEST is not set +# CONFIG_CRC32_SLICEBY4 is not set +CONFIG_CRC32_SLICEBY8=y +CONFIG_CRC4=m +CONFIG_CRC64=m +CONFIG_CRC7=m +CONFIG_CRC8=m +CONFIG_CRC_CCITT=y +CONFIG_CRC_ITU_T=m +CONFIG_CRC_T10DIF=y +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_CROS_EC=m +CONFIG_CROS_EC_CHARDEV=m +CONFIG_CROS_EC_DEBUGFS=m +CONFIG_CROS_EC_I2C=m +CONFIG_CROS_EC_ISHTP=m +CONFIG_CROS_EC_LIGHTBAR=m +CONFIG_CROS_EC_LPC=m +CONFIG_CROS_EC_PROTO=y +CONFIG_CROS_EC_RPMSG=m +CONFIG_CROS_EC_SPI=m +CONFIG_CROS_EC_SYSFS=m +CONFIG_CROS_EC_VBC=m +CONFIG_CROS_KBD_LED_BACKLIGHT=m +CONFIG_CROS_USBPD_LOGGER=m +CONFIG_CRYPTO=y +CONFIG_CRYPTO_842=m +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_ADIANTUM=m +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_AEGIS128=m +CONFIG_CRYPTO_AEGIS128_AESNI_SSE2=m +CONFIG_CRYPTO_AEGIS128_SIMD=y +CONFIG_CRYPTO_AES=y +CONFIG_CRYPTO_AES_ARM64=m +CONFIG_CRYPTO_AES_ARM64_BS=m +CONFIG_CRYPTO_AES_ARM64_CE=m +CONFIG_CRYPTO_AES_ARM64_CE_BLK=m +CONFIG_CRYPTO_AES_ARM64_CE_CCM=m +CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m +CONFIG_CRYPTO_AES_NI_INTEL=m +CONFIG_CRYPTO_AES_TI=m +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_CRYPTO_ARC4=m +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_BLOWFISH_X86_64=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m +CONFIG_CRYPTO_CAMELLIA_X86_64=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST5_AVX_X86_64=m +CONFIG_CRYPTO_CAST6=m +CONFIG_CRYPTO_CAST6_AVX_X86_64=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CFB=m +CONFIG_CRYPTO_CHACHA20=m +CONFIG_CRYPTO_CHACHA20POLY1305=m +CONFIG_CRYPTO_CHACHA20_NEON=m +CONFIG_CRYPTO_CHACHA20_X86_64=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_CRC32=m +CONFIG_CRYPTO_CRC32C=y +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32_PCLMUL=m +CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=m +CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_CTR=y +CONFIG_CRYPTO_CTS=y +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DES3_EDE_X86_64=m +CONFIG_CRYPTO_DEV_ATMEL_ECC=m +CONFIG_CRYPTO_DEV_ATMEL_I2C=m +CONFIG_CRYPTO_DEV_ATMEL_SHA204A=m +CONFIG_CRYPTO_DEV_BCM_SPU=m +CONFIG_CRYPTO_DEV_CAVIUM_ZIP=m +CONFIG_CRYPTO_DEV_CCP=y +CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_CCP_DD=m +# CONFIG_CRYPTO_DEV_CCP_DEBUGFS is not set +CONFIG_CRYPTO_DEV_CCREE=m +CONFIG_CRYPTO_DEV_CHELSIO=m +CONFIG_CRYPTO_DEV_CHELSIO_TLS=m +CONFIG_CRYPTO_DEV_CPT=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC=y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD=255 +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD=2048 +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y +CONFIG_CRYPTO_DEV_FSL_DPAA2_CAAM=m +CONFIG_CRYPTO_DEV_HISI_HPRE=m +CONFIG_CRYPTO_DEV_HISI_QM=m +CONFIG_CRYPTO_DEV_HISI_SEC=m +CONFIG_CRYPTO_DEV_HISI_SEC2=m +CONFIG_CRYPTO_DEV_HISI_ZIP=m +CONFIG_CRYPTO_DEV_MXS_DCP=m +CONFIG_CRYPTO_DEV_NITROX=m +CONFIG_CRYPTO_DEV_NITROX_CNN55XX=m +CONFIG_CRYPTO_DEV_PADLOCK=y +CONFIG_CRYPTO_DEV_PADLOCK_AES=m +CONFIG_CRYPTO_DEV_PADLOCK_SHA=m +CONFIG_CRYPTO_DEV_QAT=m +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +CONFIG_CRYPTO_DEV_QAT_DH895xCC=m +CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m +CONFIG_CRYPTO_DEV_QCE=m +CONFIG_CRYPTO_DEV_QCOM_RNG=m +CONFIG_CRYPTO_DEV_SAFEXCEL=m +CONFIG_CRYPTO_DEV_SAHARA=m +CONFIG_CRYPTO_DEV_SP_CCP=y +CONFIG_CRYPTO_DEV_SP_PSP=y +CONFIG_CRYPTO_DEV_VIRTIO=m +CONFIG_CRYPTO_DH=y +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_DRBG_CTR=y +CONFIG_CRYPTO_DRBG_HASH=y +CONFIG_CRYPTO_DRBG_HMAC=y +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_ECB=y +CONFIG_CRYPTO_ECC=m +CONFIG_CRYPTO_ECDH=m +CONFIG_CRYPTO_ECHAINIV=m +CONFIG_CRYPTO_ECRDSA=m +CONFIG_CRYPTO_ENGINE=m +CONFIG_CRYPTO_ESSIV=m +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_GCM=y +CONFIG_CRYPTO_GF128MUL=y +CONFIG_CRYPTO_GHASH=y +CONFIG_CRYPTO_GHASH_ARM64_CE=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m +CONFIG_CRYPTO_GLUE_HELPER_X86=m +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_HASH_INFO=y +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_JITTERENTROPY=y +CONFIG_CRYPTO_KEYWRAP=m +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_KPP=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=m +CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LIB_SHA256=y +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_LZ4=m +CONFIG_CRYPTO_LZ4HC=m +CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CRYPTO_NHPOLY1305=m +CONFIG_CRYPTO_NHPOLY1305_AVX2=m +CONFIG_CRYPTO_NHPOLY1305_NEON=m +CONFIG_CRYPTO_NHPOLY1305_SSE2=m +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +CONFIG_CRYPTO_OFB=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_POLY1305=m +CONFIG_CRYPTO_POLY1305_X86_64=m +CONFIG_CRYPTO_RMD128=m +CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m +CONFIG_CRYPTO_RMD320=m +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_RSA=y +CONFIG_CRYPTO_SALSA20=m +CONFIG_CRYPTO_SEED=m +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_SERPENT=m +CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m +CONFIG_CRYPTO_SERPENT_AVX_X86_64=m +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_ARM64_CE=m +CONFIG_CRYPTO_SHA1_SSSE3=m +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA256_ARM64=m +CONFIG_CRYPTO_SHA256_SSSE3=m +CONFIG_CRYPTO_SHA2_ARM64_CE=m +CONFIG_CRYPTO_SHA3=m +# CONFIG_CRYPTO_SHA3_ARM64 is not set +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA512_ARM64=m +# CONFIG_CRYPTO_SHA512_ARM64_CE is not set +CONFIG_CRYPTO_SHA512_SSSE3=m +CONFIG_CRYPTO_SIMD=m +CONFIG_CRYPTO_SM3=m +# CONFIG_CRYPTO_SM3_ARM64_CE is not set +CONFIG_CRYPTO_SM4=m +# CONFIG_CRYPTO_SM4_ARM64_CE is not set +CONFIG_CRYPTO_STATS=y +CONFIG_CRYPTO_STREEBOG=m +CONFIG_CRYPTO_TEA=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_TGR192=m +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +CONFIG_CRYPTO_TWOFISH_X86_64=m +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_AEAD=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_RNG=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XTS=y +CONFIG_CRYPTO_XXHASH=m +CONFIG_CRYPTO_ZSTD=m +CONFIG_CS89x0=m +CONFIG_CS89x0_PLATFORM=y +CONFIG_CUSE=m +CONFIG_CW1200=m +CONFIG_CW1200_WLAN_SDIO=m +CONFIG_CW1200_WLAN_SPI=m +# CONFIG_CXD2880_SPI_DRV is not set +CONFIG_CX_ECAT=m +CONFIG_CYCLADES=m +CONFIG_CYPRESS_FIRMWARE=m +# CONFIG_CYZ_INTR is not set +CONFIG_DA280=m +CONFIG_DA311=m +CONFIG_DA9052_WATCHDOG=m +CONFIG_DA9055_WATCHDOG=m +CONFIG_DA9062_THERMAL=m +CONFIG_DA9062_WATCHDOG=m +CONFIG_DA9063_WATCHDOG=m +CONFIG_DA9150_GPADC=m +CONFIG_DAVICOM_PHY=m +CONFIG_DAX=y +CONFIG_DAX_DRIVER=y +CONFIG_DCA=m +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_DCB=y +CONFIG_DCDBAS=m +CONFIG_DE2104X=m +CONFIG_DE2104X_DSL=0 +CONFIG_DE4X5=m +# CONFIG_DEBUG_ALIGN_RODATA is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +CONFIG_DEBUG_BUGVERBOSE=y +# CONFIG_DEBUG_CREDENTIALS is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_EFI is not set +# CONFIG_DEBUG_ENTRY is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +CONFIG_DEBUG_FS=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_DWARF4=y +# CONFIG_DEBUG_INFO_REDUCED is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_KERNEL_DC is not set +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +CONFIG_DEBUG_MISC=y +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_RSEQ is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_SHIRQ is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_TLBFLUSH is not set +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +CONFIG_DEBUG_WX=y +CONFIG_DECNET=m +CONFIG_DECNET_NF_GRABULATOR=m +# CONFIG_DECNET_ROUTER is not set +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DEFAULT_CUBIC=y +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_SECURITY_APPARMOR=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +CONFIG_DEFXX=m +# CONFIG_DEFXX_MMIO is not set +CONFIG_DELL_LAPTOP=m +# CONFIG_DELL_RBTN is not set +# CONFIG_DELL_RBU is not set +CONFIG_DELL_SMBIOS=m +# CONFIG_DELL_SMBIOS_SMM is not set +# CONFIG_DELL_SMO8800 is not set +# CONFIG_DELL_UART_BACKLIGHT is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEVFREQ_GOV_PASSIVE=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +CONFIG_DEVFREQ_THERMAL=y +CONFIG_DEVICE_PRIVATE=y +# CONFIG_DEVKMEM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEV_APPLETALK=m +CONFIG_DEV_COREDUMP=y +CONFIG_DEV_DAX=m +CONFIG_DEV_DAX_KMEM=m +CONFIG_DEV_DAX_PMEM=m +CONFIG_DEV_DAX_PMEM_COMPAT=m +CONFIG_DEV_PAGEMAP_OPS=y +CONFIG_DHT11=m +CONFIG_DIMLIB=y +CONFIG_DL2K=m +CONFIG_DLCI=m +CONFIG_DLCI_MAX=8 +CONFIG_DLM=m +# CONFIG_DLM_DEBUG is not set +CONFIG_DLN2_ADC=m +CONFIG_DM9102=m +# CONFIG_DMABUF_SELFTESTS is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set +CONFIG_DMARD06=m +CONFIG_DMARD09=m +CONFIG_DMARD10=m +CONFIG_DMAR_TABLE=y +# CONFIG_DMATEST is not set +CONFIG_DMA_ACPI=y +# CONFIG_DMA_API_DEBUG is not set +CONFIG_DMA_BCM2835=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_DMA_DIRECT_REMAP=y +CONFIG_DMA_ENGINE=y +CONFIG_DMA_ENGINE_RAID=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_DMA_OF=y +CONFIG_DMA_REMAP=y +CONFIG_DMA_SHARED_BUFFER=y +CONFIG_DMA_SUN6I=m +CONFIG_DMA_VIRT_OPS=y +CONFIG_DMI=y +CONFIG_DMIID=y +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +CONFIG_DMI_SYSFS=m +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_BUFIO=m +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_SMQ=m +CONFIG_DM_CLONE=m +CONFIG_DM_CRYPT=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +CONFIG_DM_DELAY=m +# CONFIG_DM_DUST is not set +CONFIG_DM_ERA=m +CONFIG_DM_FLAKEY=m +CONFIG_DM_INIT=y +CONFIG_DM_INTEGRITY=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_LOG_WRITES=m +CONFIG_DM_MIRROR=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_RAID=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_SWITCH=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_UEVENT=y +CONFIG_DM_UNSTRIPED=m +CONFIG_DM_VERITY=m +# CONFIG_DM_VERITY_FEC is not set +CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y +CONFIG_DM_WRITECACHE=m +CONFIG_DM_ZERO=m +CONFIG_DM_ZONED=m +CONFIG_DNET=m +CONFIG_DNOTIFY=y +CONFIG_DNS_RESOLVER=y +CONFIG_DOUBLEFAULT=y +CONFIG_DP83822_PHY=m +CONFIG_DP83848_PHY=m +CONFIG_DP83867_PHY=m +CONFIG_DP83TC811_PHY=m +CONFIG_DPAA2_CONSOLE=m +CONFIG_DPAA_ERRATUM_A050385=y +# CONFIG_DPM_WATCHDOG is not set +CONFIG_DPOT_DAC=m +CONFIG_DPS310=m +CONFIG_DPTF_POWER=m +CONFIG_DQL=y +CONFIG_DRAGONRISE_FF=y +# CONFIG_DRBD_FAULT_INJECTION is not set +CONFIG_DRM=m +CONFIG_DRM_AMDGPU=m +CONFIG_DRM_AMDGPU_CIK=y +# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set +CONFIG_DRM_AMDGPU_SI=y +CONFIG_DRM_AMDGPU_USERPTR=y +CONFIG_DRM_AMD_ACP=y +CONFIG_DRM_AMD_DC=y +CONFIG_DRM_AMD_DC_DCN1_0=y +CONFIG_DRM_AMD_DC_DCN2_0=y +CONFIG_DRM_AMD_DC_DCN2_1=y +CONFIG_DRM_AMD_DC_DSC_SUPPORT=y +CONFIG_DRM_ANALOGIX_ANX78XX=m +CONFIG_DRM_ARCPGU=m +CONFIG_DRM_AST=m +CONFIG_DRM_BOCHS=m +CONFIG_DRM_BRIDGE=y +# CONFIG_DRM_CDNS_DSI is not set +CONFIG_DRM_CIRRUS_QEMU=m +# CONFIG_DRM_DEBUG_SELFTEST is not set +CONFIG_DRM_DP_AUX_CHARDEV=y +CONFIG_DRM_DP_CEC=y +CONFIG_DRM_DUMB_VGA_DAC=m +CONFIG_DRM_DW_HDMI=m +CONFIG_DRM_DW_HDMI_CEC=m +CONFIG_DRM_ETNAVIV_THERMAL=y +CONFIG_DRM_FBDEV_EMULATION=y +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +CONFIG_DRM_FBDEV_OVERALLOC=100 +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_GEM_SHMEM_HELPER=y +CONFIG_DRM_GM12U320=m +CONFIG_DRM_GMA3600=y +CONFIG_DRM_GMA500=m +CONFIG_DRM_GMA600=y +CONFIG_DRM_HDLCD=m +# CONFIG_DRM_HDLCD_SHOW_UNDERRUN is not set +CONFIG_DRM_HISI_HIBMC=m +CONFIG_DRM_HISI_KIRIN=m +CONFIG_DRM_I2C_ADV7511=m +CONFIG_DRM_I2C_ADV7511_CEC=y +CONFIG_DRM_I2C_ADV7533=y +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_NXP_TDA9950=m +CONFIG_DRM_I2C_NXP_TDA998X=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I915=m +# CONFIG_DRM_I915_ALPHA_SUPPORT is not set +CONFIG_DRM_I915_CAPTURE_ERROR=y +CONFIG_DRM_I915_COMPRESS_ERROR=y +# CONFIG_DRM_I915_DEBUG is not set +# CONFIG_DRM_I915_DEBUG_GUC is not set +# CONFIG_DRM_I915_DEBUG_MMIO is not set +# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set +# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set +CONFIG_DRM_I915_FORCE_PROBE="" +CONFIG_DRM_I915_GVT=y +CONFIG_DRM_I915_GVT_KVMGT=m +# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set +# CONFIG_DRM_I915_SELFTEST is not set +CONFIG_DRM_I915_SPIN_REQUEST=5 +# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set +# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set +CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250 +CONFIG_DRM_I915_USERPTR=y +# CONFIG_DRM_I915_WERROR is not set +CONFIG_DRM_KMS_CMA_HELPER=y +CONFIG_DRM_KMS_FB_HELPER=y +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_KOMEDA=m +# CONFIG_DRM_LEGACY is not set +CONFIG_DRM_LIMA=m +CONFIG_DRM_LOAD_EDID_FIRMWARE=y +CONFIG_DRM_LVDS_ENCODER=m +CONFIG_DRM_MALI_DISPLAY=m +CONFIG_DRM_MEDIATEK=m +CONFIG_DRM_MEDIATEK_HDMI=m +CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW=m +CONFIG_DRM_MGAG200=m +CONFIG_DRM_MIPI_DBI=m +CONFIG_DRM_MIPI_DSI=y +CONFIG_DRM_MSM=m +CONFIG_DRM_MSM_DSI=y +CONFIG_DRM_MSM_DSI_10NM_PHY=y +CONFIG_DRM_MSM_DSI_14NM_PHY=y +CONFIG_DRM_MSM_DSI_20NM_PHY=y +CONFIG_DRM_MSM_DSI_28NM_8960_PHY=y +CONFIG_DRM_MSM_DSI_28NM_PHY=y +CONFIG_DRM_MSM_DSI_PLL=y +CONFIG_DRM_MSM_GPU_STATE=y +# CONFIG_DRM_MSM_GPU_SUDO is not set +CONFIG_DRM_MSM_HDMI_HDCP=y +# CONFIG_DRM_MSM_REGISTER_LOGGING is not set +CONFIG_DRM_MXS=y +CONFIG_DRM_MXSFB=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +CONFIG_DRM_NXP_PTN3460=m +CONFIG_DRM_PANEL=y +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +CONFIG_DRM_PANEL_BRIDGE=y +CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D=m +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +CONFIG_DRM_PANEL_ILITEK_ILI9881C=m +CONFIG_DRM_PANEL_INNOLUX_P079ZCA=m +CONFIG_DRM_PANEL_JDI_LT070ME05000=m +CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04=m +CONFIG_DRM_PANEL_LG_LB035Q02=m +CONFIG_DRM_PANEL_LG_LG4573=m +CONFIG_DRM_PANEL_LVDS=m +CONFIG_DRM_PANEL_NEC_NL8048HL11=m +CONFIG_DRM_PANEL_NOVATEK_NT39016=m +CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO=m +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y +CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m +CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS=m +CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00=m +CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m +# CONFIG_DRM_PANEL_RAYDIUM_RM67191 is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM68200 is not set +CONFIG_DRM_PANEL_ROCKTECH_JH057N00900=m +CONFIG_DRM_PANEL_RONBO_RB070D30=m +CONFIG_DRM_PANEL_SAMSUNG_LD9040=m +CONFIG_DRM_PANEL_SAMSUNG_S6D16D0=m +CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2=m +CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m +CONFIG_DRM_PANEL_SAMSUNG_S6E63M0=m +CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m +CONFIG_DRM_PANEL_SEIKO_43WVF1G=m +CONFIG_DRM_PANEL_SHARP_LQ101R1SX01=m +CONFIG_DRM_PANEL_SHARP_LS037V7DW01=m +CONFIG_DRM_PANEL_SHARP_LS043T1LE01=m +CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_PANEL_SITRONIX_ST7701=m +CONFIG_DRM_PANEL_SITRONIX_ST7789V=m +CONFIG_DRM_PANEL_SONY_ACX565AKM=m +CONFIG_DRM_PANEL_TPO_TD028TTEC1=m +CONFIG_DRM_PANEL_TPO_TD043MTEA1=m +CONFIG_DRM_PANEL_TPO_TPG110=m +CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m +CONFIG_DRM_PANFROST=m +CONFIG_DRM_PARADE_PS8622=m +CONFIG_DRM_PL111=m +CONFIG_DRM_QXL=m +CONFIG_DRM_RADEON=m +# CONFIG_DRM_RADEON_USERPTR is not set +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_DW_HDMI=m +CONFIG_DRM_RCAR_LVDS=m +CONFIG_DRM_RCAR_VSP=y +CONFIG_DRM_RCAR_WRITEBACK=y +CONFIG_DRM_SCHED=m +CONFIG_DRM_SII902X=m +CONFIG_DRM_SII9234=m +CONFIG_DRM_SIL_SII8620=m +# CONFIG_DRM_SUN4I is not set +# CONFIG_DRM_THINE_THC63LVD1024 is not set +CONFIG_DRM_TI_SN65DSI86=m +CONFIG_DRM_TI_TFP410=m +CONFIG_DRM_TOSHIBA_TC358764=m +CONFIG_DRM_TOSHIBA_TC358767=m +CONFIG_DRM_TTM=m +CONFIG_DRM_UDL=m +CONFIG_DRM_VBOXVIDEO=m +CONFIG_DRM_VGEM=m +CONFIG_DRM_VIRTIO_GPU=m +CONFIG_DRM_VKMS=m +CONFIG_DRM_VMWGFX=m +CONFIG_DRM_VMWGFX_FBCON=y +CONFIG_DRM_VRAM_HELPER=m +CONFIG_DRM_XEN=y +CONFIG_DRM_XEN_FRONTEND=m +CONFIG_DS1682=m +CONFIG_DS1803=m +CONFIG_DS4424=m +CONFIG_DST_CACHE=y +CONFIG_DTC=y +CONFIG_DT_IDLE_STATES=y +CONFIG_DUMMY=m +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_DUMMY_IRQ=m +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9013=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_AS102=m +CONFIG_DVB_AS102_FE=m +CONFIG_DVB_ASCOT2E=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_AV7110=m +CONFIG_DVB_AV7110_IR=y +CONFIG_DVB_AV7110_OSD=y +CONFIG_DVB_B2C2_FLEXCOP=m +CONFIG_DVB_B2C2_FLEXCOP_PCI=m +# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set +CONFIG_DVB_B2C2_FLEXCOP_USB=m +# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set +CONFIG_DVB_BCM3510=m +CONFIG_DVB_BT8XX=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET_PATCH=m +CONFIG_DVB_CORE=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24120=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_CXD2099=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_CXD2841ER=m +CONFIG_DVB_CXD2880=m +CONFIG_DVB_DDBRIDGE=m +# CONFIG_DVB_DDBRIDGE_MSIENABLE is not set +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_DIB9000=m +CONFIG_DVB_DM1105=m +CONFIG_DVB_DRX39XYJ=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_DRXK=m +CONFIG_DVB_DS3000=m +CONFIG_DVB_DUMMY_FE=m +CONFIG_DVB_DYNAMIC_MINORS=y +CONFIG_DVB_EC100=m +CONFIG_DVB_FIREDTV=m +CONFIG_DVB_FIREDTV_INPUT=y +CONFIG_DVB_GP8PSK_FE=m +CONFIG_DVB_HELENE=m +CONFIG_DVB_HOPPER=m +CONFIG_DVB_HORUS3A=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_L64781=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT3306A=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGS8GL5=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBH25=m +CONFIG_DVB_LNBH29=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88DS3103=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_MANTIS=m +CONFIG_DVB_MAX_ADAPTERS=8 +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MB86A20S=m +# CONFIG_DVB_MMAP is not set +CONFIG_DVB_MN88443X=m +CONFIG_DVB_MN88472=m +CONFIG_DVB_MN88473=m +CONFIG_DVB_MT312=m +CONFIG_DVB_MT352=m +CONFIG_DVB_MXL5XX=m +CONFIG_DVB_NET=y +CONFIG_DVB_NETUP_UNIDVB=m +CONFIG_DVB_NGENE=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_PLATFORM_DRIVERS=y +CONFIG_DVB_PLL=m +CONFIG_DVB_PLUTO2=m +CONFIG_DVB_PT1=m +CONFIG_DVB_PT3=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_S5H1432=m +CONFIG_DVB_S921=m +CONFIG_DVB_SI2165=m +CONFIG_DVB_SI2168=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_SMIPCIE=m +CONFIG_DVB_SP2=m +CONFIG_DVB_SP8870=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0297=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV0910=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_STV6111=m +CONFIG_DVB_TC90522=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_TTUSB_BUDGET=m +CONFIG_DVB_TTUSB_DEC=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m +CONFIG_DVB_TUNER_ITD1000=m +# CONFIG_DVB_ULE_DEBUG is not set +CONFIG_DVB_USB=m +CONFIG_DVB_USB_A800=m +CONFIG_DVB_USB_AF9005=m +CONFIG_DVB_USB_AF9005_REMOTE=m +CONFIG_DVB_USB_AF9015=m +CONFIG_DVB_USB_AF9035=m +CONFIG_DVB_USB_ANYSEE=m +CONFIG_DVB_USB_AU6610=m +CONFIG_DVB_USB_AZ6007=m +CONFIG_DVB_USB_AZ6027=m +CONFIG_DVB_USB_CE6230=m +CONFIG_DVB_USB_CINERGY_T2=m +CONFIG_DVB_USB_CXUSB=m +CONFIG_DVB_USB_CXUSB_ANALOG=y +# CONFIG_DVB_USB_DEBUG is not set +CONFIG_DVB_USB_DIB0700=m +CONFIG_DVB_USB_DIB3000MC=m +CONFIG_DVB_USB_DIBUSB_MB=m +# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set +CONFIG_DVB_USB_DIBUSB_MC=m +CONFIG_DVB_USB_DIGITV=m +CONFIG_DVB_USB_DTT200U=m +CONFIG_DVB_USB_DTV5100=m +CONFIG_DVB_USB_DVBSKY=m +CONFIG_DVB_USB_DW2102=m +CONFIG_DVB_USB_EC168=m +CONFIG_DVB_USB_GL861=m +CONFIG_DVB_USB_GP8PSK=m +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_M920X=m +CONFIG_DVB_USB_MXL111SF=m +CONFIG_DVB_USB_NOVA_T_USB2=m +CONFIG_DVB_USB_OPERA1=m +CONFIG_DVB_USB_PCTV452E=m +CONFIG_DVB_USB_RTL28XXU=m +CONFIG_DVB_USB_TECHNISAT_USB2=m +CONFIG_DVB_USB_TTUSB2=m +CONFIG_DVB_USB_UMT_010=m +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_VP702X=m +CONFIG_DVB_USB_VP7045=m +CONFIG_DVB_USB_ZD1301=m +CONFIG_DVB_VES1820=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZD1301_DEMOD=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_ZL10353=m +CONFIG_DWC_XLGMAC=m +CONFIG_DWC_XLGMAC_PCI=m +CONFIG_DWMAC_DWC_QOS_ETH=m +CONFIG_DWMAC_GENERIC=m +CONFIG_DWMAC_IPQ806X=m +CONFIG_DWMAC_MEDIATEK=m +CONFIG_DWMAC_QCOM_ETHQOS=m +# CONFIG_DWMAC_SOCFPGA is not set +CONFIG_DWMAC_SUN8I=m +# CONFIG_DWMAC_SUNXI is not set +CONFIG_DW_APB_ICTL=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +# CONFIG_DW_AXI_DMAC is not set +CONFIG_DW_DMAC=m +CONFIG_DW_DMAC_CORE=m +CONFIG_DW_DMAC_PCI=m +CONFIG_DW_EDMA=m +CONFIG_DW_EDMA_PCIE=m +CONFIG_DW_I3C_MASTER=m +CONFIG_DW_WATCHDOG=m +CONFIG_DYNAMIC_DEBUG=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_DYNAMIC_FTRACE=y +CONFIG_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_DYNAMIC_MEMORY_LAYOUT=y +CONFIG_DYNAMIC_PHYSICAL_MASK=y +CONFIG_E100=m +CONFIG_E1000=m +CONFIG_E1000E=m +CONFIG_E1000E_HWTS=y +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +CONFIG_EARLY_PRINTK_USB=y +# CONFIG_EARLY_PRINTK_USB_XDBC is not set +CONFIG_EBC_C384_WDT=m +CONFIG_ECHO=m +CONFIG_ECRYPT_FS=y +CONFIG_ECRYPT_FS_MESSAGING=y +CONFIG_EDAC=y +# CONFIG_EDAC_ALTERA is not set +CONFIG_EDAC_AMD64=m +# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_BLUEFIELD=m +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=m +CONFIG_EDAC_E752X=m +CONFIG_EDAC_GHES=y +CONFIG_EDAC_I10NM=m +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_I5000=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I82975X=m +CONFIG_EDAC_IE31200=m +CONFIG_EDAC_LAYERSCAPE=m +# CONFIG_EDAC_LEGACY_SYSFS is not set +CONFIG_EDAC_PND2=m +CONFIG_EDAC_QCOM=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_SKX=m +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC_SYNOPSYS=m +CONFIG_EDAC_THUNDERX=m +CONFIG_EDAC_X38=m +CONFIG_EDAC_XGENE=m +CONFIG_EDD=y +CONFIG_EDD_OFF=y +# CONFIG_EEEPC_LAPTOP is not set +CONFIG_EEPROM_93CX6=m +CONFIG_EEPROM_93XX46=m +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +CONFIG_EEPROM_EE1004=m +CONFIG_EEPROM_IDT_89HPESX=m +CONFIG_EEPROM_LEGACY=m +CONFIG_EEPROM_MAX6875=m +CONFIG_EFI=y +CONFIG_EFIVAR_FS=y +CONFIG_EFI_ARMSTUB=y +# CONFIG_EFI_ARMSTUB_DTB_LOADER is not set +CONFIG_EFI_BOOTLOADER_CONTROL=m +CONFIG_EFI_CAPSULE_LOADER=m +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y +CONFIG_EFI_DEV_PATH_PARSER=y +CONFIG_EFI_EARLYCON=y +CONFIG_EFI_ESRT=y +# CONFIG_EFI_FAKE_MEMMAP is not set +CONFIG_EFI_MIXED=y +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_PARTITION=y +# CONFIG_EFI_PGT_DUMP is not set +# CONFIG_EFI_RCI2_TABLE is not set +CONFIG_EFI_RUNTIME_MAP=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_STUB=y +CONFIG_EFI_TEST=m +CONFIG_EFI_VARS=y +CONFIG_EFI_VARS_PSTORE=m +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFS_FS=m +CONFIG_EINT_MTK=y +CONFIG_EISA=y +CONFIG_EISA_NAMES=y +CONFIG_EISA_PCI_EISA=y +CONFIG_EISA_VIRTUAL_ROOT=y +CONFIG_EISA_VLB_PRIMING=y +CONFIG_EL3=m +CONFIG_ELFCORE=y +CONFIG_ELF_CORE=y +# CONFIG_EMBEDDED is not set +# CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_ENA_ETHERNET=m +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_ENCRYPTED_KEYS=y +CONFIG_ENCX24J600=m +# CONFIG_ENERGY_MODEL is not set +CONFIG_ENIC=m +CONFIG_ENVELOPE_DETECTOR=m +CONFIG_EPIC100=m +CONFIG_EPOLL=y +CONFIG_EQUALIZER=m +CONFIG_EROFS_FS=m +# CONFIG_EROFS_FS_DEBUG is not set +CONFIG_EROFS_FS_POSIX_ACL=y +CONFIG_EROFS_FS_SECURITY=y +CONFIG_EROFS_FS_XATTR=y +# CONFIG_EROFS_FS_ZIP is not set +CONFIG_ET131X=m +CONFIG_ETHERNET=y +CONFIG_ETHOC=m +CONFIG_EUROTECH_WDT=m +CONFIG_EVENTFD=y +CONFIG_EVENT_TRACING=y +CONFIG_EVM=y +CONFIG_EVM_ADD_XATTRS=y +CONFIG_EVM_ATTR_FSUUID=y +CONFIG_EVM_EXTRA_SMACK_XATTRS=y +# CONFIG_EVM_LOAD_X509 is not set +# CONFIG_EXFAT_DEBUG_MSG is not set +CONFIG_EXFAT_DEFAULT_CODEPAGE=437 +CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8" +# CONFIG_EXFAT_DELAYED_SYNC is not set +CONFIG_EXFAT_DISCARD=y +CONFIG_EXFAT_DONT_MOUNT_VFAT=y +CONFIG_EXFAT_FS=m +# CONFIG_EXFAT_KERNEL_DEBUG is not set +CONFIG_EXPERT=y +CONFIG_EXPORTFS=y +CONFIG_EXPORTFS_BLOCK_OPS=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXTCON=y +CONFIG_EXTCON_ADC_JACK=m +CONFIG_EXTCON_AXP288=m +CONFIG_EXTCON_FSA9480=m +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_INTEL_INT3496=m +CONFIG_EXTCON_MAX14577=m +CONFIG_EXTCON_MAX3355=m +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX77843=m +CONFIG_EXTCON_MAX8997=m +CONFIG_EXTCON_PALMAS=m +CONFIG_EXTCON_PTN5150=m +CONFIG_EXTCON_QCOM_SPMI_MISC=m +CONFIG_EXTCON_RT8973A=m +CONFIG_EXTCON_SM5502=m +CONFIG_EXTCON_USBC_CROS_EC=m +CONFIG_EXTCON_USB_GPIO=m +CONFIG_EXTRA_FIRMWARE="" +CONFIG_EZCHIP_NPS_MANAGEMENT_ENET=m +CONFIG_EZX_PCAP=y +# CONFIG_F2FS_CHECK_FS is not set +# CONFIG_F2FS_FAULT_INJECTION is not set +CONFIG_F2FS_FS=m +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_SECURITY=y +CONFIG_F2FS_FS_XATTR=y +# CONFIG_F2FS_IO_TRACE is not set +CONFIG_F2FS_STAT_FS=y +CONFIG_F71808E_WDT=m +CONFIG_FAILOVER=m +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_FARSYNC=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +CONFIG_FAT_FS=y +# CONFIG_FAULT_INJECTION is not set +CONFIG_FB=y +CONFIG_FB_3DFX=m +# CONFIG_FB_3DFX_ACCEL is not set +# CONFIG_FB_3DFX_I2C is not set +CONFIG_FB_ARC=m +CONFIG_FB_ARK=m +CONFIG_FB_ARMCLCD=y +CONFIG_FB_ASILIANT=y +CONFIG_FB_ATY=m +CONFIG_FB_ATY128=m +CONFIG_FB_ATY128_BACKLIGHT=y +CONFIG_FB_ATY_BACKLIGHT=y +CONFIG_FB_ATY_CT=y +# CONFIG_FB_ATY_GENERIC_LCD is not set +CONFIG_FB_ATY_GX=y +CONFIG_FB_BACKLIGHT=m +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CIRRUS=m +CONFIG_FB_CMDLINE=y +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_DDC=m +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_EFI=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_HECUBA=m +CONFIG_FB_HGA=m +CONFIG_FB_HYPERV=m +CONFIG_FB_I740=m +# CONFIG_FB_IBM_GXT4500 is not set +CONFIG_FB_IMSTT=y +CONFIG_FB_IMX=m +CONFIG_FB_INTEL=m +# CONFIG_FB_INTEL_DEBUG is not set +CONFIG_FB_INTEL_I2C=y +CONFIG_FB_KYRO=m +CONFIG_FB_LE80578=m +CONFIG_FB_MATROX=m +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_I2C=y +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_MX3=m +CONFIG_FB_N411=m +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_NOTIFY=y +CONFIG_FB_NVIDIA=m +CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA_DEBUG is not set +CONFIG_FB_NVIDIA_I2C=y +CONFIG_FB_OPENCORES=m +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_PM3=m +CONFIG_FB_RADEON=m +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RIVA=m +CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_RIVA_DEBUG is not set +CONFIG_FB_RIVA_I2C=y +CONFIG_FB_S1D13XXX=m +CONFIG_FB_S3=m +CONFIG_FB_S3_DDC=y +CONFIG_FB_SAVAGE=m +# CONFIG_FB_SAVAGE_ACCEL is not set +CONFIG_FB_SAVAGE_I2C=y +CONFIG_FB_SH_MOBILE_LCDC=m +CONFIG_FB_SIMPLE=y +CONFIG_FB_SIS=m +CONFIG_FB_SIS_300=y +CONFIG_FB_SIS_315=y +CONFIG_FB_SM501=m +CONFIG_FB_SM712=m +CONFIG_FB_SM750=m +CONFIG_FB_SMSCUFX=m +CONFIG_FB_SSD1307=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_TFT=m +CONFIG_FB_TFT_AGM1264K_FL=m +CONFIG_FB_TFT_BD663474=m +CONFIG_FB_TFT_HX8340BN=m +CONFIG_FB_TFT_HX8347D=m +CONFIG_FB_TFT_HX8353D=m +CONFIG_FB_TFT_HX8357D=m +CONFIG_FB_TFT_ILI9163=m +CONFIG_FB_TFT_ILI9320=m +CONFIG_FB_TFT_ILI9325=m +CONFIG_FB_TFT_ILI9340=m +CONFIG_FB_TFT_ILI9341=m +CONFIG_FB_TFT_ILI9481=m +CONFIG_FB_TFT_ILI9486=m +CONFIG_FB_TFT_PCD8544=m +CONFIG_FB_TFT_RA8875=m +CONFIG_FB_TFT_S6D02A1=m +CONFIG_FB_TFT_S6D1121=m +CONFIG_FB_TFT_SH1106=m +CONFIG_FB_TFT_SSD1289=m +CONFIG_FB_TFT_SSD1305=m +CONFIG_FB_TFT_SSD1306=m +CONFIG_FB_TFT_SSD1331=m +CONFIG_FB_TFT_SSD1351=m +CONFIG_FB_TFT_ST7735R=m +CONFIG_FB_TFT_ST7789V=m +CONFIG_FB_TFT_TINYLCD=m +CONFIG_FB_TFT_TLS8204=m +CONFIG_FB_TFT_UC1611=m +CONFIG_FB_TFT_UC1701=m +CONFIG_FB_TFT_UPD161704=m +CONFIG_FB_TFT_WATTEROTT=m +CONFIG_FB_TILEBLITTING=y +CONFIG_FB_TRIDENT=m +CONFIG_FB_UDL=m +CONFIG_FB_UVESA=m +CONFIG_FB_VESA=y +CONFIG_FB_VGA16=m +CONFIG_FB_VIA=m +# CONFIG_FB_VIA_DIRECT_PROCFS is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VOODOO1=m +CONFIG_FB_VT8623=m +CONFIG_FB_XILINX=m +CONFIG_FCOE=m +CONFIG_FCOE_FNIC=m +CONFIG_FDDI=y +CONFIG_FEALNX=m +CONFIG_FEC=m +CONFIG_FHANDLE=y +CONFIG_FIB_RULES=y +CONFIG_FIELDBUS_DEV=m +CONFIG_FILE_LOCKING=y +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m +CONFIG_FIREWIRE_OHCI=m +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_SERIAL=m +CONFIG_FIRMWARE_EDID=y +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_FIXED_PHY=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_FM10K=m +# CONFIG_FONTS is not set +CONFIG_FONT_8x16=y +CONFIG_FONT_8x8=y +CONFIG_FONT_SUPPORT=y +CONFIG_FORCEDETH=m +CONFIG_FORCE_MAX_ZONEORDER=13 +CONFIG_FORTIFY_SOURCE=y +CONFIG_FPGA=m +CONFIG_FPGA_BRIDGE=m +CONFIG_FPGA_DFL=m +CONFIG_FPGA_DFL_AFU=m +CONFIG_FPGA_DFL_FME=m +CONFIG_FPGA_DFL_FME_BRIDGE=m +CONFIG_FPGA_DFL_FME_MGR=m +CONFIG_FPGA_DFL_FME_REGION=m +CONFIG_FPGA_DFL_PCI=m +CONFIG_FPGA_MGR_ALTERA_CVP=m +CONFIG_FPGA_MGR_ALTERA_PS_SPI=m +CONFIG_FPGA_MGR_ICE40_SPI=m +# CONFIG_FPGA_MGR_MACHXO2_SPI is not set +CONFIG_FPGA_MGR_STRATIX10_SOC=m +CONFIG_FPGA_MGR_XILINX_SPI=m +CONFIG_FPGA_MGR_ZYNQMP_FPGA=m +CONFIG_FPGA_REGION=m +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +CONFIG_FRAME_POINTER=y +CONFIG_FRAME_VECTOR=y +CONFIG_FRAME_WARN=1024 +CONFIG_FREEZER=y +CONFIG_FRONTSWAP=y +CONFIG_FSCACHE=m +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_FSCACHE_STATS=y +CONFIG_FSI=m +CONFIG_FSI_MASTER_GPIO=m +CONFIG_FSI_MASTER_HUB=m +# CONFIG_FSI_NEW_DEV_NODE is not set +CONFIG_FSI_OCC=m +CONFIG_FSI_SBEFIFO=m +CONFIG_FSI_SCOM=m +CONFIG_FSL_BMAN_TEST=m +# CONFIG_FSL_BMAN_TEST_API is not set +CONFIG_FSL_DPAA=y +CONFIG_FSL_DPAA2=y +CONFIG_FSL_DPAA2_ETH=m +# CONFIG_FSL_DPAA2_ETHSW is not set +# CONFIG_FSL_DPAA2_PTP_CLOCK is not set +CONFIG_FSL_DPAA_CHECKING=y +CONFIG_FSL_DPAA_ETH=m +CONFIG_FSL_EDMA=m +CONFIG_FSL_ENETC=m +CONFIG_FSL_ENETC_HW_TIMESTAMPING=y +CONFIG_FSL_ENETC_MDIO=m +CONFIG_FSL_ENETC_PTP_CLOCK=m +CONFIG_FSL_ENETC_VF=m +CONFIG_FSL_ERRATUM_A008585=y +CONFIG_FSL_FMAN=y +CONFIG_FSL_GUTS=y +CONFIG_FSL_IFC=y +CONFIG_FSL_IMX8_DDR_PMU=m +CONFIG_FSL_MC_BUS=y +CONFIG_FSL_MC_DPIO=m +CONFIG_FSL_PQ_MDIO=m +CONFIG_FSL_QDMA=m +# CONFIG_FSL_QMAN_TEST is not set +CONFIG_FSL_XGMAC_MDIO=y +CONFIG_FSNOTIFY=y +CONFIG_FS_DAX=y +CONFIG_FS_DAX_PMD=y +CONFIG_FS_ENCRYPTION=y +CONFIG_FS_IOMAP=y +CONFIG_FS_MBCACHE=y +CONFIG_FS_POSIX_ACL=y +CONFIG_FS_VERITY=y +CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y +# CONFIG_FS_VERITY_DEBUG is not set +CONFIG_FTL=m +CONFIG_FTM_QUADDEC=m +CONFIG_FTRACE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +# CONFIG_FTRACE_STARTUP_TEST is not set +CONFIG_FTRACE_SYSCALLS=y +CONFIG_FUEL_GAUGE_SC27XX=m +CONFIG_FUJITSU_ERRATUM_010001=y +# CONFIG_FUJITSU_LAPTOP is not set +# CONFIG_FUJITSU_TABLET is not set +CONFIG_FUNCTION_ERROR_INJECTION=y +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_FUNCTION_PROFILER=y +CONFIG_FUNCTION_TRACER=y +CONFIG_FUSE_FS=y +CONFIG_FUSION=y +CONFIG_FUSION_CTL=m +CONFIG_FUSION_FC=m +CONFIG_FUSION_LAN=m +CONFIG_FUSION_LOGGING=y +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_SAS=m +CONFIG_FUSION_SPI=m +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_FWTTY_MAX_CARD_PORTS=32 +CONFIG_FWTTY_MAX_TOTAL_PORTS=64 +CONFIG_FW_CFG_SYSFS=m +# CONFIG_FW_CFG_SYSFS_CMDLINE is not set +CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_COMPRESS=y +CONFIG_FW_LOADER_PAGED_BUF=y +CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set +CONFIG_FXAS21002C=m +CONFIG_FXAS21002C_I2C=m +CONFIG_FXAS21002C_SPI=m +CONFIG_GACT_PROB=y +CONFIG_GAMEPORT_EMU10K1=m +CONFIG_GAMEPORT_FM801=m +CONFIG_GAMEPORT_L4=m +CONFIG_GAMEPORT_NS558=m +CONFIG_GARP=m +CONFIG_GART_IOMMU=y +CONFIG_GCC_VERSION=90400 +# CONFIG_GCOV_KERNEL is not set +CONFIG_GDB_SCRIPTS=y +# CONFIG_GEMINI_ETHERNET is not set +CONFIG_GENERIC_ADC_BATTERY=m +CONFIG_GENERIC_ADC_THERMAL=m +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_GENERIC_ARCH_TOPOLOGY=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_GENERIC_CPU=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENERIC_EARLY_IOREMAP=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_GENERIC_IRQ_CHIP=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_GENERIC_IRQ_MULTI_HANDLER=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_RESERVATION_MODE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_GENERIC_MSI_IRQ_DOMAIN=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +CONFIG_GENERIC_PINCONF=y +CONFIG_GENERIC_PINCTRL_GROUPS=y +CONFIG_GENERIC_PINMUX_FUNCTIONS=y +CONFIG_GENERIC_SCHED_CLOCK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_TRACER=y +CONFIG_GENEVE=m +CONFIG_GENWQE=m +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 +CONFIG_GFS2_FS=m +CONFIG_GFS2_FS_LOCKING_DLM=y +CONFIG_GIANFAR=m +CONFIG_GIGASET_BASE=m +# CONFIG_GIGASET_CAPI is not set +# CONFIG_GIGASET_DEBUG is not set +CONFIG_GIGASET_M101=m +CONFIG_GIGASET_M105=m +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_GNSS=m +CONFIG_GNSS_MTK_SERIAL=m +CONFIG_GNSS_SERIAL=m +CONFIG_GNSS_SIRF_SERIAL=m +CONFIG_GNSS_UBX_SERIAL=m +# CONFIG_GOLDFISH is not set +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_GP2AP020A00F=m +CONFIG_GPD_POCKET_FAN=m +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_GPIOLIB_IRQCHIP=y +CONFIG_GPIO_104_DIO_48E=m +CONFIG_GPIO_104_IDIO_16=m +CONFIG_GPIO_104_IDI_48=m +CONFIG_GPIO_74X164=m +CONFIG_GPIO_74XX_MMIO=m +CONFIG_GPIO_ACPI=y +CONFIG_GPIO_ADNP=m +CONFIG_GPIO_ADP5520=m +CONFIG_GPIO_ADP5588=m +CONFIG_GPIO_ALTERA=m +CONFIG_GPIO_AMD8111=m +CONFIG_GPIO_AMDPT=m +CONFIG_GPIO_AMD_FCH=m +CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_BD70528=m +CONFIG_GPIO_BD9571MWV=m +CONFIG_GPIO_BRCMSTB=m +CONFIG_GPIO_BT8XX=m +CONFIG_GPIO_CADENCE=m +CONFIG_GPIO_DA9052=m +CONFIG_GPIO_DA9055=m +CONFIG_GPIO_DAVINCI=y +CONFIG_GPIO_DLN2=m +CONFIG_GPIO_DWAPB=m +CONFIG_GPIO_EIC_SPRD=m +CONFIG_GPIO_EXAR=m +CONFIG_GPIO_F7188X=m +CONFIG_GPIO_FTGPIO010=y +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y +CONFIG_GPIO_GPIO_MM=m +CONFIG_GPIO_GRGPIO=m +CONFIG_GPIO_GW_PLD=m +# CONFIG_GPIO_HLWD is not set +CONFIG_GPIO_ICH=m +CONFIG_GPIO_IT87=m +CONFIG_GPIO_JANZ_TTL=m +CONFIG_GPIO_KEMPLD=m +CONFIG_GPIO_LP3943=m +CONFIG_GPIO_LP873X=m +CONFIG_GPIO_LP87565=m +CONFIG_GPIO_LYNXPOINT=m +CONFIG_GPIO_MADERA=m +CONFIG_GPIO_MAX3191X=m +CONFIG_GPIO_MAX7300=m +CONFIG_GPIO_MAX7301=m +CONFIG_GPIO_MAX730X=m +CONFIG_GPIO_MAX732X=m +CONFIG_GPIO_MAX77620=m +CONFIG_GPIO_MAX77650=m +CONFIG_GPIO_MB86S7X=m +CONFIG_GPIO_MC33880=m +CONFIG_GPIO_MENZ127=m +CONFIG_GPIO_MLXBF=m +CONFIG_GPIO_ML_IOH=m +# CONFIG_GPIO_MOCKUP is not set +CONFIG_GPIO_MOXTET=m +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_PALMAS=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCF857X=m +# CONFIG_GPIO_PCIE_IDIO_24 is not set +CONFIG_GPIO_PCI_IDIO_16=m +CONFIG_GPIO_PISOSR=m +CONFIG_GPIO_PL061=y +CONFIG_GPIO_PMIC_EIC_SPRD=m +CONFIG_GPIO_RASPBERRYPI_EXP=m +CONFIG_GPIO_RC5T583=y +CONFIG_GPIO_RCAR=m +CONFIG_GPIO_RDC321X=m +CONFIG_GPIO_SAMA5D2_PIOBU=m +CONFIG_GPIO_SCH=m +CONFIG_GPIO_SCH311X=m +CONFIG_GPIO_SIOX=m +CONFIG_GPIO_SPRD=m +CONFIG_GPIO_STMPE=y +CONFIG_GPIO_SYSCON=m +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_TC3589X=y +CONFIG_GPIO_THUNDERX=m +CONFIG_GPIO_TPIC2810=m +CONFIG_GPIO_TPS65086=m +CONFIG_GPIO_TPS65218=m +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TPS65912=m +CONFIG_GPIO_TPS68470=y +CONFIG_GPIO_TQMX86=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +CONFIG_GPIO_VIPERBOARD=m +CONFIG_GPIO_VX855=m +CONFIG_GPIO_WATCHDOG=m +CONFIG_GPIO_WHISKEY_COVE=m +CONFIG_GPIO_WINBOND=m +CONFIG_GPIO_WM831X=m +CONFIG_GPIO_WM8350=m +CONFIG_GPIO_WM8994=m +CONFIG_GPIO_WS16C48=m +CONFIG_GPIO_XGENE=y +CONFIG_GPIO_XGENE_SB=m +CONFIG_GPIO_XILINX=y +CONFIG_GPIO_XLP=m +CONFIG_GPIO_XRA1403=m +CONFIG_GPIO_ZYNQ=m +CONFIG_GRACE_PERIOD=m +CONFIG_GREENASIA_FF=y +CONFIG_GREYBUS=m +CONFIG_GREYBUS_BOOTROM=m +CONFIG_GREYBUS_BRIDGED_PHY=m +CONFIG_GREYBUS_ES2=m +CONFIG_GREYBUS_FIRMWARE=m +CONFIG_GREYBUS_GPIO=m +CONFIG_GREYBUS_HID=m +CONFIG_GREYBUS_I2C=m +CONFIG_GREYBUS_LIGHT=m +CONFIG_GREYBUS_LOG=m +CONFIG_GREYBUS_LOOPBACK=m +CONFIG_GREYBUS_POWER=m +CONFIG_GREYBUS_PWM=m +CONFIG_GREYBUS_RAW=m +CONFIG_GREYBUS_SDIO=m +CONFIG_GREYBUS_SPI=m +CONFIG_GREYBUS_UART=m +CONFIG_GREYBUS_USB=m +CONFIG_GREYBUS_VIBRATOR=m +CONFIG_GRO_CELLS=y +CONFIG_GS_FPGABOOT=m +CONFIG_GTP=m +# CONFIG_GUP_BENCHMARK is not set +CONFIG_GVE=m +CONFIG_HABANA_AI=m +CONFIG_HALTPOLL_CPUIDLE=m +CONFIG_HAMACHI=m +CONFIG_HAMRADIO=y +CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_HANGCHECK_TIMER=m +CONFIG_HAPPYMEAL=m +CONFIG_HARDENED_USERCOPY=y +CONFIG_HARDENED_USERCOPY_FALLBACK=y +# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set +CONFIG_HARDEN_BRANCH_PREDICTOR=y +CONFIG_HARDEN_EL2_VECTORS=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAS_DMA=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_HAVE_ARCH_PFN_VALID=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_COPY_THREAD_TLS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_DEBUG_BUGVERBOSE=y +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_EISA=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_IDE=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y +CONFIG_HAVE_KVM_IRQ_BYPASS=y +CONFIG_HAVE_KVM_IRQ_ROUTING=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_KVM_NO_POLL=y +CONFIG_HAVE_KVM_VCPU_RUN_PID_CHANGE=y +CONFIG_HAVE_LIVEPATCH=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_HAVE_MEMORY_PRESENT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_NET_DSA=y +CONFIG_HAVE_NMI=y +CONFIG_HAVE_OPROFILE=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_PATA_PLATFORM=y +CONFIG_HAVE_PCI=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_RCU_TABLE_FREE=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RELIABLE_STACKTRACE=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_HAVE_STACK_VALIDATION=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_UID16=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HBMC_AM654=m +CONFIG_HD44780=m +CONFIG_HDC100X=m +CONFIG_HDLC=m +CONFIG_HDLC_CISCO=m +CONFIG_HDLC_FR=m +CONFIG_HDLC_PPP=m +CONFIG_HDLC_RAW=m +CONFIG_HDLC_RAW_ETH=m +CONFIG_HDLC_X25=m +CONFIG_HDMI=y +# CONFIG_HEADERS_INSTALL is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +# CONFIG_HERMES_PRISM is not set +# CONFIG_HFI1_DEBUG_SDMA_ORDER is not set +CONFIG_HFSPLUS_FS=m +CONFIG_HFS_FS=m +CONFIG_HI13X1_GMAC=y +CONFIG_HI3660_MBOX=y +CONFIG_HI6220_MBOX=m +CONFIG_HI8435=m +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HID=m +CONFIG_HIDRAW=y +CONFIG_HID_A4TECH=m +CONFIG_HID_ACCUTOUCH=m +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=y +CONFIG_HID_ALPS=m +CONFIG_HID_APPLE=m +CONFIG_HID_APPLEIR=m +CONFIG_HID_ASUS=m +CONFIG_HID_AUREAL=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_BELKIN=m +CONFIG_HID_BETOP_FF=m +CONFIG_HID_BIGBEN_FF=m +CONFIG_HID_CHERRY=m +CONFIG_HID_CHICONY=m +CONFIG_HID_CMEDIA=m +CONFIG_HID_CORSAIR=m +CONFIG_HID_COUGAR=m +CONFIG_HID_CP2112=m +CONFIG_HID_CREATIVE_SB0540=m +CONFIG_HID_CYPRESS=m +CONFIG_HID_DRAGONRISE=m +CONFIG_HID_ELAN=m +CONFIG_HID_ELECOM=m +CONFIG_HID_ELO=m +CONFIG_HID_EMS_FF=m +CONFIG_HID_EZKEY=m +CONFIG_HID_GEMBIRD=m +CONFIG_HID_GENERIC=m +CONFIG_HID_GFRM=m +CONFIG_HID_GOOGLE_HAMMER=m +CONFIG_HID_GREENASIA=m +CONFIG_HID_GT683R=m +CONFIG_HID_GYRATION=m +CONFIG_HID_HOLTEK=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HID_ICADE=m +CONFIG_HID_ITE=m +CONFIG_HID_JABRA=m +CONFIG_HID_KENSINGTON=m +CONFIG_HID_KEYTOUCH=m +CONFIG_HID_KYE=m +CONFIG_HID_LCPOWER=m +CONFIG_HID_LED=m +CONFIG_HID_LENOVO=m +CONFIG_HID_LOGITECH=m +CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_LOGITECH_HIDPP=m +CONFIG_HID_MACALLY=m +CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MALTRON=m +CONFIG_HID_MAYFLASH=m +CONFIG_HID_MICROSOFT=m +CONFIG_HID_MONTEREY=m +CONFIG_HID_MULTITOUCH=m +CONFIG_HID_NTI=m +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m +CONFIG_HID_PENMOUNT=m +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_CIR=y +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_PID=y +CONFIG_HID_PLANTRONICS=m +CONFIG_HID_PRIMAX=m +CONFIG_HID_REDRAGON=m +CONFIG_HID_RETRODE=m +CONFIG_HID_RMI=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_SAITEK=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SENSOR_ACCEL_3D=m +CONFIG_HID_SENSOR_ALS=m +CONFIG_HID_SENSOR_CUSTOM_SENSOR=m +CONFIG_HID_SENSOR_DEVICE_ROTATION=m +CONFIG_HID_SENSOR_GYRO_3D=m +CONFIG_HID_SENSOR_HUB=m +CONFIG_HID_SENSOR_HUMIDITY=m +CONFIG_HID_SENSOR_IIO_COMMON=m +CONFIG_HID_SENSOR_IIO_TRIGGER=m +CONFIG_HID_SENSOR_INCLINOMETER_3D=m +CONFIG_HID_SENSOR_MAGNETOMETER_3D=m +CONFIG_HID_SENSOR_PRESS=m +CONFIG_HID_SENSOR_PROX=m +CONFIG_HID_SENSOR_TEMP=m +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_HID_SONY=m +CONFIG_HID_SPEEDLINK=m +CONFIG_HID_STEAM=m +CONFIG_HID_STEELSERIES=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_THINGM=m +CONFIG_HID_THRUSTMASTER=m +CONFIG_HID_TIVO=m +CONFIG_HID_TOPSEED=m +CONFIG_HID_TWINHAN=m +CONFIG_HID_U2FZERO=m +CONFIG_HID_UCLOGIC=m +CONFIG_HID_UDRAW_PS3=m +CONFIG_HID_VIEWSONIC=m +CONFIG_HID_WACOM=m +CONFIG_HID_WALTOP=m +CONFIG_HID_WIIMOTE=m +CONFIG_HID_XINMO=m +CONFIG_HID_ZEROPLUS=m +CONFIG_HID_ZYDACRON=m +CONFIG_HIGH_RES_TIMERS=y +CONFIG_HINIC=m +CONFIG_HIP04_ETH=m +# CONFIG_HIPPI is not set +CONFIG_HISILICON_ERRATUM_161010101=y +CONFIG_HISILICON_ERRATUM_161600802=y +CONFIG_HISILICON_IRQ_MBIGEN=y +CONFIG_HISILICON_LPC=y +# CONFIG_HISI_DMA is not set +CONFIG_HISI_FEMAC=m +CONFIG_HISI_PMU=m +CONFIG_HISI_THERMAL=m +CONFIG_HIST_TRIGGERS=y +CONFIG_HIX5HD2_GMAC=m +CONFIG_HMC6352=m +CONFIG_HMEM_REPORTING=y +CONFIG_HMM_MIRROR=y +CONFIG_HMS_ANYBUSS_BUS=m +CONFIG_HMS_PROFINET=m +CONFIG_HNS=m +CONFIG_HNS3=m +CONFIG_HNS3_DCB=y +CONFIG_HNS3_ENET=m +CONFIG_HNS3_HCLGE=m +CONFIG_HNS3_HCLGEVF=m +CONFIG_HNS_DSAF=m +CONFIG_HNS_ENET=m +CONFIG_HNS_MDIO=m +CONFIG_HOLES_IN_ZONE=y +CONFIG_HOLTEK_FF=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_PLX=m +CONFIG_HOTPLUG_CPU=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y +CONFIG_HOTPLUG_PCI_CPCI=y +CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m +CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=y +CONFIG_HOTPLUG_SMT=y +CONFIG_HP03=m +CONFIG_HP100=m +CONFIG_HP206C=m +CONFIG_HPET=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET_MMAP=y +CONFIG_HPET_MMAP_DEFAULT=y +CONFIG_HPET_TIMER=y +CONFIG_HPFS_FS=m +# CONFIG_HP_ACCEL is not set +# CONFIG_HP_WATCHDOG is not set +# CONFIG_HP_WIRELESS is not set +CONFIG_HSA_AMD=y +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y +CONFIG_HSI_CHAR=m +CONFIG_HSR=m +CONFIG_HSU_DMA=m +CONFIG_HT16K33=m +CONFIG_HTC_I2CPLD=y +CONFIG_HTC_PASIC3=m +CONFIG_HTS221=m +CONFIG_HTS221_I2C=m +CONFIG_HTS221_SPI=m +CONFIG_HTU21=m +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +# CONFIG_HVC_DCC is not set +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +CONFIG_HWLAT_TRACER=y +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set +CONFIG_HWMON_VID=m +CONFIG_HWPOISON_INJECT=m +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_OMAP=m +CONFIG_HWSPINLOCK_QCOM=m +CONFIG_HWSPINLOCK_SPRD=m +CONFIG_HW_CONSOLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_AMD=m +CONFIG_HW_RANDOM_BCM2835=m +CONFIG_HW_RANDOM_CAVIUM=m +CONFIG_HW_RANDOM_HISI=m +CONFIG_HW_RANDOM_HISI_V2=m +CONFIG_HW_RANDOM_IMX_RNGC=m +CONFIG_HW_RANDOM_INTEL=m +CONFIG_HW_RANDOM_IPROC_RNG200=m +CONFIG_HW_RANDOM_MTK=m +CONFIG_HW_RANDOM_OPTEE=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +CONFIG_HW_RANDOM_TPM=y +CONFIG_HW_RANDOM_VIA=m +CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HW_RANDOM_XGENE=m +CONFIG_HX711=m +CONFIG_HYPERV=m +CONFIG_HYPERVISOR_GUEST=y +CONFIG_HYPERV_BALLOON=m +CONFIG_HYPERV_IOMMU=y +CONFIG_HYPERV_KEYBOARD=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_TIMER=y +CONFIG_HYPERV_UTILS=m +CONFIG_HYPERV_VSOCKETS=m +CONFIG_HYSDN=m +CONFIG_HYSDN_CAPI=y +CONFIG_HZ=250 +# CONFIG_HZ_100 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +# CONFIG_HZ_PERIODIC is not set +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD756_S4882=m +CONFIG_I2C_AMD8111=m +# CONFIG_I2C_AMD_MP2 is not set +CONFIG_I2C_ARB_GPIO_CHALLENGE=m +CONFIG_I2C_BCM2835=m +CONFIG_I2C_BCM_IPROC=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_BRCMSTB=m +# CONFIG_I2C_CADENCE is not set +CONFIG_I2C_CBUS_GPIO=m +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CROS_EC_TUNNEL=m +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CORE is not set +CONFIG_I2C_DEMUX_PINCTRL=m +CONFIG_I2C_DESIGNWARE_BAYTRAIL=y +CONFIG_I2C_DESIGNWARE_PCI=m +# CONFIG_I2C_DESIGNWARE_SLAVE is not set +CONFIG_I2C_DIOLAN_U2C=m +CONFIG_I2C_DLN2=m +# CONFIG_I2C_EMEV2 is not set +CONFIG_I2C_FSI=m +CONFIG_I2C_GPIO=m +# CONFIG_I2C_GPIO_FAULT_INJECTOR is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_HID=m +CONFIG_I2C_HIX5HD2=m +CONFIG_I2C_I801=m +CONFIG_I2C_IMX=m +CONFIG_I2C_IMX_LPI2C=m +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_KEMPLD=m +CONFIG_I2C_MLXCPLD=m +CONFIG_I2C_MT65XX=m +CONFIG_I2C_MULTI_INSTANTIATE=m +CONFIG_I2C_MUX=m +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_GPMUX=m +CONFIG_I2C_MUX_MLXCPLD=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m +CONFIG_I2C_MUX_PINCTRL=m +CONFIG_I2C_MUX_REG=m +CONFIG_I2C_MV64XXX=m +CONFIG_I2C_NFORCE2=m +CONFIG_I2C_NFORCE2_S4985=m +CONFIG_I2C_NOMADIK=m +CONFIG_I2C_NVIDIA_GPU=m +CONFIG_I2C_OCORES=m +CONFIG_I2C_OMAP=m +CONFIG_I2C_OWL=m +CONFIG_I2C_PARPORT=m +CONFIG_I2C_PARPORT_LIGHT=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_PIIX4=m +CONFIG_I2C_QUP=m +CONFIG_I2C_RCAR=m +CONFIG_I2C_RIIC=m +CONFIG_I2C_RK3X=m +CONFIG_I2C_ROBOTFUZZ_OSIF=m +CONFIG_I2C_SCMI=m +CONFIG_I2C_SH_MOBILE=m +CONFIG_I2C_SI470X=m +CONFIG_I2C_SI4713=m +CONFIG_I2C_SIMTEC=m +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_SLAVE_EEPROM=m +CONFIG_I2C_SMBUS=m +CONFIG_I2C_SPRD=y +CONFIG_I2C_STUB=m +# CONFIG_I2C_SYNQUACER is not set +CONFIG_I2C_TAOS_EVM=m +CONFIG_I2C_THUNDERX=m +CONFIG_I2C_TINY_USB=m +CONFIG_I2C_VERSATILE=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m +CONFIG_I2C_VIPERBOARD=m +CONFIG_I2C_XGENE_SLIMPRO=m +CONFIG_I2C_XILINX=m +CONFIG_I2C_XLP9XX=m +CONFIG_I3C=m +CONFIG_I40E=m +CONFIG_I40EVF=m +CONFIG_I40E_DCB=y +CONFIG_I6300ESB_WDT=m +CONFIG_I8253_LOCK=y +CONFIG_I8K=m +CONFIG_IA32_EMULATION=y +CONFIG_IAQCORE=m +CONFIG_IAVF=m +CONFIG_IB700_WDT=m +CONFIG_IBMASR=m +CONFIG_IBM_ASM=m +# CONFIG_IBM_RTL is not set +CONFIG_ICE=m +CONFIG_ICPLUS_PHY=m +CONFIG_ICS932S401=m +# CONFIG_IDE is not set +# CONFIG_IDEAPAD_LAPTOP is not set +CONFIG_IDLE_INJECT=y +CONFIG_IDLE_PAGE_TRACKING=y +CONFIG_IE6XX_WDT=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_IEEE802154_ADF7242=m +CONFIG_IEEE802154_AT86RF230=m +CONFIG_IEEE802154_AT86RF230_DEBUGFS=y +CONFIG_IEEE802154_ATUSB=m +CONFIG_IEEE802154_CA8210=m +CONFIG_IEEE802154_CA8210_DEBUGFS=y +CONFIG_IEEE802154_CC2520=m +CONFIG_IEEE802154_DRIVERS=m +CONFIG_IEEE802154_FAKELB=m +CONFIG_IEEE802154_HWSIM=m +CONFIG_IEEE802154_MCR20A=m +CONFIG_IEEE802154_MRF24J40=m +# CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set +CONFIG_IEEE802154_SOCKET=m +CONFIG_IFB=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IGB_DCA=y +CONFIG_IGB_HWMON=y +CONFIG_IGC=m +CONFIG_IIO=m +CONFIG_IIO_ADIS_LIB=m +CONFIG_IIO_ADIS_LIB_BUFFER=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=m +CONFIG_IIO_BUFFER_HW_CONSUMER=m +CONFIG_IIO_CONFIGFS=m +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +CONFIG_IIO_CROS_EC_ACCEL_LEGACY=m +CONFIG_IIO_CROS_EC_BARO=m +CONFIG_IIO_CROS_EC_LIGHT_PROX=m +CONFIG_IIO_CROS_EC_SENSORS=m +CONFIG_IIO_CROS_EC_SENSORS_CORE=m +CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE=m +CONFIG_IIO_HRTIMER_TRIGGER=m +CONFIG_IIO_INTERRUPT_TRIGGER=m +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_MS_SENSORS_I2C=m +CONFIG_IIO_MUX=m +# CONFIG_IIO_RESCALE is not set +CONFIG_IIO_SIMPLE_DUMMY=m +# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set +# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set +CONFIG_IIO_SSP_SENSORHUB=m +CONFIG_IIO_SSP_SENSORS_COMMONS=m +CONFIG_IIO_ST_ACCEL_3AXIS=m +CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m +CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m +CONFIG_IIO_ST_GYRO_3AXIS=m +CONFIG_IIO_ST_GYRO_I2C_3AXIS=m +CONFIG_IIO_ST_GYRO_SPI_3AXIS=m +CONFIG_IIO_ST_LSM6DSX=m +CONFIG_IIO_ST_LSM6DSX_I2C=m +CONFIG_IIO_ST_LSM6DSX_I3C=m +CONFIG_IIO_ST_LSM6DSX_SPI=m +CONFIG_IIO_ST_MAGN_3AXIS=m +CONFIG_IIO_ST_MAGN_I2C_3AXIS=m +CONFIG_IIO_ST_MAGN_SPI_3AXIS=m +CONFIG_IIO_ST_PRESS=m +CONFIG_IIO_ST_PRESS_I2C=m +CONFIG_IIO_ST_PRESS_SPI=m +CONFIG_IIO_ST_SENSORS_CORE=m +CONFIG_IIO_ST_SENSORS_I2C=m +CONFIG_IIO_ST_SENSORS_SPI=m +CONFIG_IIO_SW_DEVICE=m +CONFIG_IIO_SW_TRIGGER=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_IIO_TIGHTLOOP_TRIGGER=m +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_TRIGGERED_BUFFER=m +CONFIG_IIO_TRIGGERED_EVENT=m +# CONFIG_IKCONFIG is not set +CONFIG_IKHEADERS=m +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_IMA=y +CONFIG_IMA_APPRAISE=y +CONFIG_IMA_APPRAISE_BOOTPARAM=y +# CONFIG_IMA_APPRAISE_BUILD_POLICY is not set +CONFIG_IMA_APPRAISE_MODSIG=y +# CONFIG_IMA_ARCH_POLICY is not set +# CONFIG_IMA_BLACKLIST_KEYRING is not set +CONFIG_IMA_DEFAULT_HASH="sha1" +CONFIG_IMA_DEFAULT_HASH_SHA1=y +# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set +# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +# CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY is not set +# CONFIG_IMA_LOAD_X509 is not set +CONFIG_IMA_LSM_RULES=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_READ_POLICY is not set +# CONFIG_IMA_SIG_TEMPLATE is not set +# CONFIG_IMA_TEMPLATE is not set +CONFIG_IMA_TRUSTED_KEYRING=y +# CONFIG_IMA_WRITE_POLICY is not set +CONFIG_IMG_ASCII_LCD=m +CONFIG_IMX2_WDT=m +CONFIG_IMX7D_ADC=m +CONFIG_IMX7ULP_WDT=m +CONFIG_IMX_DMA=m +CONFIG_IMX_DSP=y +CONFIG_IMX_GPCV2=y +CONFIG_IMX_GPCV2_PM_DOMAINS=y +CONFIG_IMX_IRQSTEER=y +CONFIG_IMX_MBOX=m +CONFIG_IMX_REMOTEPROC=m +CONFIG_IMX_SCU=y +CONFIG_IMX_SCU_PD=y +CONFIG_IMX_SCU_SOC=y +CONFIG_IMX_SC_WDT=m +CONFIG_IMX_SDMA=m +CONFIG_IMX_THERMAL=m +CONFIG_IMX_WEIM=y +CONFIG_INA2XX_ADC=m +CONFIG_INDIRECT_PIO=y +CONFIG_INET=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_ESP_OFFLOAD=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_TUNNEL=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET_AH=m +CONFIG_INET_DCCP_DIAG=m +CONFIG_INET_DIAG=m +CONFIG_INET_DIAG_DESTROY=y +CONFIG_INET_ESP=m +CONFIG_INET_ESP_OFFLOAD=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_RAW_DIAG=m +CONFIG_INET_SCTP_DIAG=m +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y +CONFIG_INFINIBAND_BNXT_RE=m +CONFIG_INFINIBAND_CXGB3=m +CONFIG_INFINIBAND_CXGB4=m +CONFIG_INFINIBAND_EFA=m +# CONFIG_INFINIBAND_EXP_LEGACY_VERBS_NEW_UAPI is not set +CONFIG_INFINIBAND_HFI1=m +CONFIG_INFINIBAND_HNS=m +CONFIG_INFINIBAND_HNS_HIP06=y +CONFIG_INFINIBAND_HNS_HIP08=y +CONFIG_INFINIBAND_I40IW=m +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_ISER=m +CONFIG_INFINIBAND_ISERT=m +CONFIG_INFINIBAND_MTHCA=m +# CONFIG_INFINIBAND_MTHCA_DEBUG is not set +CONFIG_INFINIBAND_OCRDMA=m +CONFIG_INFINIBAND_ON_DEMAND_PAGING=y +CONFIG_INFINIBAND_OPA_VNIC=m +CONFIG_INFINIBAND_QEDR=m +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_QIB_DCA=y +CONFIG_INFINIBAND_RDMAVT=m +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_SRPT=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFINIBAND_USNIC=m +CONFIG_INFINIBAND_VIRT_DMA=y +CONFIG_INFINIBAND_VMWARE_PVRDMA=m +CONFIG_INFTL=m +CONFIG_INITRAMFS_SOURCE="" +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_INIT_STACK_NONE=y +CONFIG_INLINE_READ_LOCK=y +CONFIG_INLINE_READ_LOCK_BH=y +CONFIG_INLINE_READ_LOCK_IRQ=y +CONFIG_INLINE_READ_LOCK_IRQSAVE=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_BH=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK_IRQRESTORE=y +CONFIG_INLINE_SPIN_LOCK=y +CONFIG_INLINE_SPIN_LOCK_BH=y +CONFIG_INLINE_SPIN_LOCK_IRQ=y +CONFIG_INLINE_SPIN_LOCK_IRQSAVE=y +CONFIG_INLINE_SPIN_TRYLOCK=y +CONFIG_INLINE_SPIN_TRYLOCK_BH=y +CONFIG_INLINE_SPIN_UNLOCK_BH=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE=y +CONFIG_INLINE_WRITE_LOCK=y +CONFIG_INLINE_WRITE_LOCK_BH=y +CONFIG_INLINE_WRITE_LOCK_IRQ=y +CONFIG_INLINE_WRITE_LOCK_IRQSAVE=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_BH=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y +CONFIG_INOTIFY_USER=y +CONFIG_INPUT=y +CONFIG_INPUT_88PM80X_ONKEY=m +CONFIG_INPUT_88PM860X_ONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +CONFIG_INPUT_APANEL=m +CONFIG_INPUT_ATI_REMOTE2=m +CONFIG_INPUT_ATLAS_BTNS=m +CONFIG_INPUT_ATMEL_CAPTOUCH=m +CONFIG_INPUT_AXP20X_PEK=m +CONFIG_INPUT_BMA150=m +CONFIG_INPUT_CM109=m +CONFIG_INPUT_CMA3000=m +CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_CPCAP_PWRBUTTON=m +CONFIG_INPUT_DA9052_ONKEY=m +CONFIG_INPUT_DA9055_ONKEY=m +CONFIG_INPUT_DA9063_ONKEY=m +CONFIG_INPUT_DRV260X_HAPTICS=m +CONFIG_INPUT_DRV2665_HAPTICS=m +CONFIG_INPUT_DRV2667_HAPTICS=m +CONFIG_INPUT_E3X0_BUTTON=m +CONFIG_INPUT_EVBUG=m +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_FF_MEMLESS=m +CONFIG_INPUT_GP2A=m +CONFIG_INPUT_GPIO_BEEPER=m +CONFIG_INPUT_GPIO_DECODER=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_GPIO_VIBRA=m +CONFIG_INPUT_HISI_POWERKEY=m +CONFIG_INPUT_IDEAPAD_SLIDEBAR=m +CONFIG_INPUT_IMS_PCU=m +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_KEYSPAN_REMOTE=m +CONFIG_INPUT_KXTJ9=m +# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set +CONFIG_INPUT_MATRIXKMAP=m +CONFIG_INPUT_MAX77650_ONKEY=m +CONFIG_INPUT_MAX77693_HAPTIC=m +CONFIG_INPUT_MAX8925_ONKEY=m +CONFIG_INPUT_MAX8997_HAPTIC=m +CONFIG_INPUT_MC13783_PWRBUTTON=m +CONFIG_INPUT_MISC=y +CONFIG_INPUT_MMA8450=m +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MSM_VIBRATOR=m +CONFIG_INPUT_PALMAS_PWRBUTTON=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_PCF50633_PMU=m +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_PCSPKR=m +CONFIG_INPUT_PM8941_PWRKEY=m +CONFIG_INPUT_PM8XXX_VIBRATOR=m +CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_POWERMATE=m +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_PWM_VIBRA=m +CONFIG_INPUT_RAVE_SP_PWRBUTTON=m +CONFIG_INPUT_REGULATOR_HAPTIC=m +CONFIG_INPUT_RETU_PWRBUTTON=m +CONFIG_INPUT_RK805_PWRKEY=m +# CONFIG_INPUT_SC27XX_VIBRA is not set +CONFIG_INPUT_SOC_BUTTON_ARRAY=m +CONFIG_INPUT_SPARSEKMAP=m +CONFIG_INPUT_STPMIC1_ONKEY=m +CONFIG_INPUT_TABLET=y +CONFIG_INPUT_TPS65218_PWRBUTTON=m +CONFIG_INPUT_TWL4030_PWRBUTTON=m +CONFIG_INPUT_TWL4030_VIBRA=m +CONFIG_INPUT_TWL6040_VIBRA=m +CONFIG_INPUT_UINPUT=y +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_YEALINK=m +CONFIG_INSTRUCTION_DECODER=y +# CONFIG_INT340X_THERMAL is not set +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y +CONFIG_INTEGRITY_AUDIT=y +CONFIG_INTEGRITY_PLATFORM_KEYRING=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEGRITY_TRUSTED_KEYRING=y +CONFIG_INTEL_ATOMISP2_PM=m +CONFIG_INTEL_BXTWC_PMIC_TMU=m +CONFIG_INTEL_BXT_PMIC_THERMAL=m +CONFIG_INTEL_CHTDC_TI_PWRBTN=m +CONFIG_INTEL_CHT_INT33FE=m +CONFIG_INTEL_GTT=y +CONFIG_INTEL_HID_EVENT=m +CONFIG_INTEL_IDLE=y +CONFIG_INTEL_IDMA64=m +CONFIG_INTEL_INT0002_VGPIO=m +CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IOMMU_SVM=y +CONFIG_INTEL_IPS=m +CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER=m +CONFIG_INTEL_ISH_HID=m +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MEI_HDCP=m +CONFIG_INTEL_MEI_ME=m +CONFIG_INTEL_MEI_TXE=m +CONFIG_INTEL_MEI_WDT=m +CONFIG_INTEL_MIC_BUS=m +CONFIG_INTEL_MIC_CARD=m +CONFIG_INTEL_MIC_HOST=m +CONFIG_INTEL_MIC_X100_DMA=m +# CONFIG_INTEL_OAKTRAIL is not set +CONFIG_INTEL_PCH_THERMAL=m +CONFIG_INTEL_PMC_CORE=y +CONFIG_INTEL_PMC_IPC=m +CONFIG_INTEL_POWERCLAMP=m +CONFIG_INTEL_PUNIT_IPC=m +CONFIG_INTEL_RST=m +CONFIG_INTEL_SMARTCONNECT=m +CONFIG_INTEL_SOC_DTS_IOSF_CORE=m +CONFIG_INTEL_SOC_DTS_THERMAL=m +CONFIG_INTEL_SOC_PMIC_BXTWC=m +CONFIG_INTEL_SOC_PMIC_CHTDC_TI=m +CONFIG_INTEL_SPEED_SELECT_INTERFACE=m +CONFIG_INTEL_STRATIX10_RSU=m +CONFIG_INTEL_STRATIX10_SERVICE=m +CONFIG_INTEL_TELEMETRY=m +CONFIG_INTEL_TH=m +CONFIG_INTEL_TH_ACPI=m +# CONFIG_INTEL_TH_DEBUG is not set +CONFIG_INTEL_TH_GTH=m +CONFIG_INTEL_TH_MSU=m +CONFIG_INTEL_TH_PCI=m +CONFIG_INTEL_TH_PTI=m +CONFIG_INTEL_TH_STH=m +CONFIG_INTEL_TURBO_MAX_3=y +CONFIG_INTEL_TXT=y +# CONFIG_INTEL_VBTN is not set +CONFIG_INTEL_XWAY_PHY=m +CONFIG_INTERCONNECT=m +CONFIG_INTERCONNECT_QCOM=y +CONFIG_INTERCONNECT_QCOM_QCS404=m +CONFIG_INTERCONNECT_QCOM_SDM845=m +CONFIG_INTERCONNECT_QCOM_SMD_RPM=m +CONFIG_INTERVAL_TREE=y +CONFIG_INV_MPU6050_I2C=m +CONFIG_INV_MPU6050_IIO=m +CONFIG_INV_MPU6050_SPI=m +CONFIG_IOMMU_API=y +# CONFIG_IOMMU_DEBUG is not set +# CONFIG_IOMMU_DEBUGFS is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_IOMMU_DMA=y +CONFIG_IOMMU_HELPER=y +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_IO_PGTABLE=y +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set +CONFIG_IOMMU_IO_PGTABLE_LPAE=y +# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set +CONFIG_IOMMU_SUPPORT=y +# CONFIG_ION is not set +CONFIG_IONIC=m +CONFIG_IOSCHED_BFQ=m +CONFIG_IOSF_MBI=y +CONFIG_IOSF_MBI_DEBUG=y +# CONFIG_IO_DELAY_0X80 is not set +CONFIG_IO_DELAY_0XED=y +# CONFIG_IO_DELAY_NONE is not set +# CONFIG_IO_DELAY_UDELAY is not set +# CONFIG_IO_STRICT_DEVMEM is not set +CONFIG_IO_URING=y +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +CONFIG_IP6_NF_MATCH_SRH=m +CONFIG_IP6_NF_NAT=m +CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_NPT=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IP6_NF_TARGET_SYNPROXY=m +CONFIG_IPACK_BUS=m +CONFIG_IPC_NS=y +# CONFIG_IPDDP is not set +CONFIG_IPMB_DEVICE_INTERFACE=m +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_DMI_DECODE=y +CONFIG_IPMI_HANDLER=m +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_PLAT_DATA=y +CONFIG_IPMI_POWEROFF=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_SSIF=m +CONFIG_IPMI_WATCHDOG=m +# CONFIG_IPMMU_VMSA is not set +CONFIG_IPQ_GCC_4019=m +CONFIG_IPQ_GCC_806X=m +CONFIG_IPQ_GCC_8074=m +CONFIG_IPQ_LCC_806X=m +CONFIG_IPV6=y +CONFIG_IPV6_FOU=m +CONFIG_IPV6_FOU_TUNNEL=m +CONFIG_IPV6_GRE=m +CONFIG_IPV6_ILA=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_IPV6_PIMSM_V2=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_SEG6_BPF=y +CONFIG_IPV6_SEG6_HMAC=y +CONFIG_IPV6_SEG6_LWTUNNEL=y +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_VTI=m +CONFIG_IPVLAN=m +CONFIG_IPVLAN_L3S=y +CONFIG_IPVTAP=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2100_MONITOR=y +CONFIG_IPW2200=m +# CONFIG_IPW2200_DEBUG is not set +CONFIG_IPW2200_MONITOR=y +CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_QOS=y +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP_CCID2_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_DEBUG is not set +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_IP_MROUTE=y +CONFIG_IP_MROUTE_COMMON=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MULTICAST=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +CONFIG_IP_NF_MATCH_RPFILTER=m +CONFIG_IP_NF_MATCH_TTL=m +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_RAW=m +CONFIG_IP_NF_SECURITY=m +CONFIG_IP_NF_TARGET_CLUSTERIP=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_TARGET_SYNPROXY=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +# CONFIG_IP_PNP is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_SCTP=m +CONFIG_IP_SET=m +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPMAC=m +CONFIG_IP_SET_HASH_IPMARK=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_MAC=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_HASH_NETNET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_HASH_NETPORTNET=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_VS=m +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_FO=m +CONFIG_IP_VS_FTP=m +CONFIG_IP_VS_IPV6=y +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_MH=m +CONFIG_IP_VS_MH_TAB_INDEX=12 +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_NQ=m +CONFIG_IP_VS_OVF=m +CONFIG_IP_VS_PE_SIP=m +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_SCTP=y +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SH_TAB_BITS=8 +CONFIG_IP_VS_TAB_BITS=12 +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_WRR=m +CONFIG_IRQCHIP=y +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_IRQ_FORCED_THREADING=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_IRQ_POLL=y +CONFIG_IRQ_REMAP=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_IRQ_WORK=y +CONFIG_IR_ENE=m +CONFIG_IR_FINTEK=m +CONFIG_IR_GPIO_CIR=m +CONFIG_IR_HIX5HD2=m +CONFIG_IR_IGORPLUGUSB=m +CONFIG_IR_IGUANA=m +CONFIG_IR_IMON=m +# CONFIG_IR_IMON_DECODER is not set +# CONFIG_IR_IMON_RAW is not set +CONFIG_IR_ITE_CIR=m +CONFIG_IR_JVC_DECODER=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_MTK=m +CONFIG_IR_NEC_DECODER=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_RC5_DECODER=m +CONFIG_IR_RC6_DECODER=m +CONFIG_IR_RCMM_DECODER=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_SANYO_DECODER=m +CONFIG_IR_SERIAL=m +CONFIG_IR_SERIAL_TRANSMITTER=y +CONFIG_IR_SHARP_DECODER=m +CONFIG_IR_SIR=m +CONFIG_IR_SONY_DECODER=m +CONFIG_IR_STREAMZAP=m +CONFIG_IR_SUNXI=m +CONFIG_IR_TTUSBIR=m +CONFIG_IR_XMP_DECODER=m +CONFIG_ISA_BUS=y +CONFIG_ISA_BUS_API=y +CONFIG_ISA_DMA_API=y +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_ISCSI_IBFT=m +CONFIG_ISCSI_IBFT_FIND=y +CONFIG_ISCSI_TARGET=m +CONFIG_ISCSI_TARGET_CXGB4=m +CONFIG_ISCSI_TCP=m +CONFIG_ISDN_CAPI=m +CONFIG_ISDN_CAPI_CAPI20=m +CONFIG_ISDN_CAPI_MIDDLEWARE=y +CONFIG_ISDN_DRV_AVMB1_B1PCI=m +CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y +CONFIG_ISDN_DRV_AVMB1_C4=m +CONFIG_ISDN_DRV_AVMB1_T1PCI=m +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_ISI=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m +CONFIG_ISL29125=m +CONFIG_ISL29501=m +CONFIG_ISO9660_FS=m +CONFIG_IT8712F_WDT=m +CONFIG_IT87_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +CONFIG_ITCO_WDT=m +CONFIG_ITG3200=m +CONFIG_IWL3945=m +CONFIG_IWL4965=m +CONFIG_IWLDVM=m +CONFIG_IWLEGACY=m +# CONFIG_IWLEGACY_DEBUG is not set +CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLMVM=m +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_BCAST_FILTERING is not set +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +CONFIG_IWLWIFI_LEDS=y +CONFIG_IWLWIFI_OPMODE_MODULAR=y +CONFIG_IXGB=m +CONFIG_IXGBE=m +CONFIG_IXGBEVF=m +CONFIG_IXGBEVF_IPSEC=y +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBE_HWMON=y +CONFIG_IXGBE_IPSEC=y +CONFIG_JAILHOUSE_GUEST=y +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_JFFS2_CMODE_FAVOURLZO=y +# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_CMODE_SIZE is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS_DEBUG=0 +CONFIG_JFFS2_FS_POSIX_ACL=y +CONFIG_JFFS2_FS_SECURITY=y +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set +CONFIG_JFFS2_FS_WRITEBUFFER=y +CONFIG_JFFS2_FS_XATTR=y +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_ZLIB=y +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_FS=m +CONFIG_JFS_POSIX_ACL=y +CONFIG_JFS_SECURITY=y +CONFIG_JFS_STATISTICS=y +CONFIG_JME=m +CONFIG_JOLIET=y +CONFIG_JOYSTICK_A3D=m +CONFIG_JOYSTICK_ADI=m +CONFIG_JOYSTICK_ANALOG=m +CONFIG_JOYSTICK_AS5011=m +CONFIG_JOYSTICK_COBRA=m +CONFIG_JOYSTICK_DB9=m +CONFIG_JOYSTICK_FSIA6B=m +CONFIG_JOYSTICK_GAMECON=m +CONFIG_JOYSTICK_GF2K=m +CONFIG_JOYSTICK_GRIP=m +CONFIG_JOYSTICK_GRIP_MP=m +CONFIG_JOYSTICK_GUILLEMOT=m +CONFIG_JOYSTICK_IFORCE=m +CONFIG_JOYSTICK_IFORCE_232=m +CONFIG_JOYSTICK_IFORCE_USB=m +CONFIG_JOYSTICK_INTERACT=m +CONFIG_JOYSTICK_JOYDUMP=m +CONFIG_JOYSTICK_MAGELLAN=m +CONFIG_JOYSTICK_PSXPAD_SPI=m +CONFIG_JOYSTICK_PSXPAD_SPI_FF=y +# CONFIG_JOYSTICK_PXRC is not set +CONFIG_JOYSTICK_SIDEWINDER=m +CONFIG_JOYSTICK_SPACEBALL=m +CONFIG_JOYSTICK_SPACEORB=m +CONFIG_JOYSTICK_STINGER=m +CONFIG_JOYSTICK_TMDC=m +CONFIG_JOYSTICK_TURBOGRAFX=m +CONFIG_JOYSTICK_TWIDJOY=m +CONFIG_JOYSTICK_WALKERA0701=m +CONFIG_JOYSTICK_WARRIOR=m +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +CONFIG_JOYSTICK_XPAD_LEDS=y +CONFIG_JOYSTICK_ZHENHUA=m +CONFIG_JSA1212=m +CONFIG_JUMP_LABEL=y +CONFIG_K3_DMA=m +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_KARMA_PARTITION=y +# CONFIG_KASAN is not set +CONFIG_KASAN_STACK=1 +# CONFIG_KCOV is not set +CONFIG_KDB_CONTINUE_CATASTROPHIC=0 +CONFIG_KDB_DEFAULT_ENABLE=0x1 +CONFIG_KDB_KEYBOARD=y +CONFIG_KEMPLD_WDT=m +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_GZIP is not set +CONFIG_KERNEL_LZ4=y +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set +CONFIG_KERNEL_MODE_NEON=y +# CONFIG_KERNEL_XZ is not set +CONFIG_KERNFS=y +CONFIG_KEXEC=y +CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC_FILE=y +# CONFIG_KEXEC_IMAGE_VERIFY_SIG is not set +CONFIG_KEXEC_JUMP=y +CONFIG_KEXEC_SIG=y +# CONFIG_KEXEC_SIG_FORCE is not set +CONFIG_KEYBOARD_ADC=m +CONFIG_KEYBOARD_ADP5520=m +CONFIG_KEYBOARD_ADP5588=m +CONFIG_KEYBOARD_ADP5589=m +CONFIG_KEYBOARD_APPLESPI=m +CONFIG_KEYBOARD_ATKBD=y +CONFIG_KEYBOARD_BCM=m +CONFIG_KEYBOARD_CAP11XX=m +CONFIG_KEYBOARD_CROS_EC=m +CONFIG_KEYBOARD_DLINK_DIR685=m +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_IMX=m +CONFIG_KEYBOARD_LKKBD=m +CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_LM8333=m +CONFIG_KEYBOARD_MATRIX=m +CONFIG_KEYBOARD_MAX7359=m +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m +CONFIG_KEYBOARD_MTK_PMIC=m +CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_OMAP4=m +CONFIG_KEYBOARD_OPENCORES=m +CONFIG_KEYBOARD_QT1050=m +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m +CONFIG_KEYBOARD_SAMSUNG=m +# CONFIG_KEYBOARD_SNVS_PWRKEY is not set +CONFIG_KEYBOARD_STMPE=m +CONFIG_KEYBOARD_STOWAWAY=m +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +CONFIG_KEYBOARD_SUNKBD=m +CONFIG_KEYBOARD_TC3589X=m +CONFIG_KEYBOARD_TCA6416=m +CONFIG_KEYBOARD_TCA8418=m +CONFIG_KEYBOARD_TM2_TOUCHKEY=m +CONFIG_KEYBOARD_TWL4030=m +CONFIG_KEYBOARD_XTKBD=m +CONFIG_KEYS=y +CONFIG_KEYS_COMPAT=y +CONFIG_KEYS_REQUEST_CACHE=y +CONFIG_KEY_DH_OPERATIONS=y +CONFIG_KGDB=y +CONFIG_KGDB_KDB=y +CONFIG_KGDB_LOW_LEVEL_TRAP=y +CONFIG_KGDB_SERIAL_CONSOLE=y +# CONFIG_KGDB_TESTS is not set +CONFIG_KMX61=m +CONFIG_KPC2000=y +CONFIG_KPC2000_CORE=m +CONFIG_KPC2000_DMA=m +CONFIG_KPC2000_I2C=m +CONFIG_KPC2000_SPI=m +CONFIG_KPROBES=y +CONFIG_KPROBES_ON_FTRACE=y +CONFIG_KPROBE_EVENTS=y +# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set +CONFIG_KPSS_XCC=m +CONFIG_KRETPROBES=y +CONFIG_KS0108=m +CONFIG_KS0108_DELAY=2 +CONFIG_KS0108_PORT=0x378 +CONFIG_KS7010=m +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_KS8851_MLL=m +CONFIG_KSM=y +CONFIG_KSZ884X_PCI=m +CONFIG_KUSER_HELPERS=y +CONFIG_KVM_AMD=m +CONFIG_KVM_AMD_SEV=y +CONFIG_KVM_ARM_HOST=y +CONFIG_KVM_ARM_PMU=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_KVM_COMPAT=y +CONFIG_KVM_DEBUG_FS=y +CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y +CONFIG_KVM_GUEST=y +CONFIG_KVM_INDIRECT_VECTORS=y +CONFIG_KVM_INTEL=m +CONFIG_KVM_MMIO=y +# CONFIG_KVM_MMU_AUDIT is not set +CONFIG_KVM_VFIO=y +CONFIG_KXCJK1013=m +CONFIG_KXSD9=m +CONFIG_KXSD9_I2C=m +CONFIG_KXSD9_SPI=m +CONFIG_L2TP=m +CONFIG_L2TP_DEBUGFS=m +CONFIG_L2TP_ETH=m +CONFIG_L2TP_IP=m +CONFIG_L2TP_V3=y +CONFIG_LAN743X=m +CONFIG_LANMEDIA=m +CONFIG_LAPB=m +CONFIG_LAPBETHER=m +# CONFIG_LATENCYTOP is not set +CONFIG_LATTICE_ECP3_CONFIG=m +CONFIG_LCD_AMS369FG06=m +CONFIG_LCD_HX8357=m +CONFIG_LCD_ILI922X=m +CONFIG_LCD_ILI9320=m +CONFIG_LCD_L4F00242T03=m +CONFIG_LCD_LMS283GF05=m +CONFIG_LCD_LMS501KF03=m +CONFIG_LCD_LTV350QV=m +# CONFIG_LCD_OTM3225A is not set +CONFIG_LCD_PLATFORM=m +CONFIG_LCD_TDO24M=m +CONFIG_LCD_VGG2432A4=m +CONFIG_LDISC_AUTOLOAD=y +# CONFIG_LDM_DEBUG is not set +CONFIG_LDM_PARTITION=y +CONFIG_LEDS_88PM860X=m +CONFIG_LEDS_AAT1290=m +CONFIG_LEDS_ADP5520=m +CONFIG_LEDS_AN30259A=m +# CONFIG_LEDS_APU is not set +CONFIG_LEDS_AS3645A=m +CONFIG_LEDS_BCM6328=m +CONFIG_LEDS_BCM6358=m +CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y +# CONFIG_LEDS_CLEVO_MAIL is not set +CONFIG_LEDS_CPCAP=m +# CONFIG_LEDS_CR0014114 is not set +CONFIG_LEDS_DA903X=m +CONFIG_LEDS_GPIO=m +# CONFIG_LEDS_INTEL_SS4200 is not set +CONFIG_LEDS_IS31FL319X=m +CONFIG_LEDS_IS31FL32XX=m +CONFIG_LEDS_KTD2692=m +CONFIG_LEDS_LM3532=m +# CONFIG_LEDS_LM3601X is not set +CONFIG_LEDS_LM36274=m +# CONFIG_LEDS_LM3692X is not set +CONFIG_LEDS_LM3697=m +CONFIG_LEDS_LP3952=m +CONFIG_LEDS_LP55XX_COMMON=m +CONFIG_LEDS_LP8788=m +CONFIG_LEDS_LP8860=m +CONFIG_LEDS_LT3593=m +CONFIG_LEDS_MAX77650=m +CONFIG_LEDS_MAX77693=m +CONFIG_LEDS_MAX8997=m +# CONFIG_LEDS_MLXCPLD is not set +CONFIG_LEDS_MLXREG=m +# CONFIG_LEDS_NIC78BX is not set +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_PCA955X_GPIO=y +# CONFIG_LEDS_SC27XX_BLTC is not set +CONFIG_LEDS_SPI_BYTE=m +CONFIG_LEDS_SYSCON=y +CONFIG_LEDS_TI_LMU_COMMON=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_AUDIO=m +CONFIG_LEDS_TRIGGER_GPIO=m +CONFIG_LEDS_TRIGGER_MTD=y +CONFIG_LEDS_TRIGGER_NETDEV=m +CONFIG_LEDS_TRIGGER_PATTERN=m +CONFIG_LEDS_USER=m +CONFIG_LEDS_WM831X_STATUS=m +CONFIG_LEDS_WM8350=m +CONFIG_LED_TRIGGER_PHY=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=0 +# CONFIG_LEGACY_VSYSCALL_EMULATE is not set +# CONFIG_LEGACY_VSYSCALL_NONE is not set +CONFIG_LEGACY_VSYSCALL_XONLY=y +CONFIG_LIB80211=m +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m +# CONFIG_LIB80211_DEBUG is not set +CONFIG_LIBCRC32C=m +CONFIG_LIBERTAS=m +# CONFIG_LIBERTAS_DEBUG is not set +CONFIG_LIBERTAS_MESH=y +CONFIG_LIBERTAS_SDIO=m +CONFIG_LIBERTAS_SPI=m +CONFIG_LIBERTAS_THINFIRM=m +# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set +CONFIG_LIBERTAS_THINFIRM_USB=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBFC=m +CONFIG_LIBFCOE=m +CONFIG_LIBFDT=y +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_LIBNVDIMM=y +CONFIG_LIDAR_LITE_V2=m +CONFIG_LIQUIDIO=m +CONFIG_LIQUIDIO_VF=m +# CONFIG_LIRC is not set +CONFIG_LIVEPATCH=y +CONFIG_LLC=m +CONFIG_LLC2=m +CONFIG_LMP91000=m +CONFIG_LOAD_UEFI_KEYS=y +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCKD=m +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_LOCKD_V4=y +CONFIG_LOCKUP_DETECTOR=y +CONFIG_LOCK_DEBUGGING_SUPPORT=y +CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y +# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set +# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set +CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_LOCK_SPIN_ON_OWNER=y +# CONFIG_LOCK_STAT is not set +# CONFIG_LOCK_TORTURE_TEST is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIWHEELS_FF=y +# CONFIG_LOGO is not set +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +CONFIG_LOOPBACK_TARGET=m +CONFIG_LP8788_ADC=m +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_LP_CONSOLE is not set +CONFIG_LRU_CACHE=m +CONFIG_LSI_ET1011C_PHY=m +CONFIG_LSM="yama,loadpin,integrity,apparmor" +CONFIG_LSM_MMAP_MIN_ADDR=0 +CONFIG_LS_SCFG_MSI=y +CONFIG_LTC1660=m +CONFIG_LTC2471=m +CONFIG_LTC2485=m +CONFIG_LTC2497=m +CONFIG_LTC2632=m +CONFIG_LTE_GDM724X=m +CONFIG_LTPC=m +CONFIG_LTR501=m +CONFIG_LV0104CS=m +CONFIG_LWTUNNEL=y +CONFIG_LWTUNNEL_BPF=y +CONFIG_LXT_PHY=m +CONFIG_LZ4HC_COMPRESS=m +CONFIG_LZ4_COMPRESS=m +CONFIG_LZ4_DECOMPRESS=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_M62332=m +CONFIG_MAC80211=m +CONFIG_MAC80211_DEBUGFS=y +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_HWSIM=m +CONFIG_MAC80211_LEDS=y +CONFIG_MAC80211_MESH=y +CONFIG_MAC80211_MESSAGE_TRACING=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 +CONFIG_MAC802154=m +CONFIG_MACB=m +CONFIG_MACB_PCI=m +CONFIG_MACB_USE_HWSTAMP=y +CONFIG_MACHZ_WDT=m +# CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_MACSEC=m +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +CONFIG_MAC_PARTITION=y +CONFIG_MADERA_IRQ=m +CONFIG_MAG3110=m +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAILBOX=y +CONFIG_MAILBOX_TEST=m +CONFIG_MANAGER_SBS=m +CONFIG_MANDATORY_FILE_LOCKING=y +CONFIG_MANTIS_CORE=m +CONFIG_MARVELL_10G_PHY=m +CONFIG_MARVELL_PHY=m +# CONFIG_MATOM is not set +CONFIG_MAX1027=m +CONFIG_MAX11100=m +CONFIG_MAX1118=m +CONFIG_MAX1363=m +CONFIG_MAX30100=m +CONFIG_MAX30102=m +CONFIG_MAX31856=m +CONFIG_MAX44000=m +CONFIG_MAX44009=m +CONFIG_MAX517=m +CONFIG_MAX5432=m +CONFIG_MAX5481=m +CONFIG_MAX5487=m +CONFIG_MAX5821=m +CONFIG_MAX63XX_WATCHDOG=m +CONFIG_MAX77620_THERMAL=m +CONFIG_MAX77620_WATCHDOG=m +CONFIG_MAX8925_POWER=m +CONFIG_MAX9611=m +CONFIG_MAXIM_THERMOCOUPLE=m +CONFIG_MAXSMP=y +CONFIG_MAX_RAW_DEVS=256 +CONFIG_MB1232=m +CONFIG_MC3230=m +CONFIG_MCB=m +CONFIG_MCB_LPC=m +CONFIG_MCB_PCI=m +# CONFIG_MCORE2 is not set +CONFIG_MCP320X=m +CONFIG_MCP3422=m +CONFIG_MCP3911=m +CONFIG_MCP4018=m +CONFIG_MCP41010=m +CONFIG_MCP4131=m +CONFIG_MCP4531=m +CONFIG_MCP4725=m +CONFIG_MCP4922=m +CONFIG_MD=y +CONFIG_MDIO=m +# CONFIG_MDIO_BCM_IPROC is not set +CONFIG_MDIO_BCM_UNIMAC=m +CONFIG_MDIO_BITBANG=m +CONFIG_MDIO_BUS=y +CONFIG_MDIO_BUS_MUX=y +CONFIG_MDIO_BUS_MUX_BCM_IPROC=y +CONFIG_MDIO_BUS_MUX_GPIO=m +CONFIG_MDIO_BUS_MUX_MMIOREG=m +CONFIG_MDIO_BUS_MUX_MULTIPLEXER=m +CONFIG_MDIO_CAVIUM=m +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_GPIO=m +CONFIG_MDIO_HISI_FEMAC=m +CONFIG_MDIO_I2C=m +CONFIG_MDIO_MSCC_MIIM=m +CONFIG_MDIO_OCTEON=m +# CONFIG_MDIO_SUN4I is not set +CONFIG_MDIO_THUNDER=m +CONFIG_MDIO_XGENE=m +CONFIG_MDM_GCC_9615=m +CONFIG_MDM_LCC_9615=m +CONFIG_MD_AUTODETECT=y +CONFIG_MD_CLUSTER=m +CONFIG_MD_FAULTY=m +CONFIG_MD_LINEAR=m +CONFIG_MD_MULTIPATH=m +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +CONFIG_MEDIATEK_MT6577_AUXADC=m +CONFIG_MEDIATEK_WATCHDOG=m +CONFIG_MEDIA_ATTACH=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_COMMON_OPTIONS=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_MEDIA_CONTROLLER_DVB=y +# CONFIG_MEDIA_CONTROLLER_REQUEST_API is not set +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_TUNER=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_M88RS6000T=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL301RF=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QM1D1B0004=m +CONFIG_MEDIA_TUNER_QM1D1C0042=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18250=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_USB_SUPPORT=y +CONFIG_MEGARAID_LEGACY=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_SAS=m +CONFIG_MELLANOX_PLATFORM=y +CONFIG_MEMBARRIER=y +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_MEMCG_SWAP=y +# CONFIG_MEMCG_SWAP_ENABLED is not set +CONFIG_MEMFD_CREATE=y +CONFIG_MEMORY=y +CONFIG_MEMORY_BALLOON=y +CONFIG_MEMORY_FAILURE=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m +CONFIG_MEMSTICK=m +# CONFIG_MEMSTICK_DEBUG is not set +CONFIG_MEMSTICK_JMICRON_38X=m +CONFIG_MEMSTICK_R592=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_REALTEK_USB=m +CONFIG_MEMSTICK_TIFM_MS=m +# CONFIG_MEMSTICK_UNSAFE_RESUME is not set +CONFIG_MEMTEST=y +CONFIG_MEM_SOFT_DIRTY=y +CONFIG_MENF21BMC_WATCHDOG=m +CONFIG_MENZ069_WATCHDOG=m +CONFIG_MEN_A21_WDT=m +CONFIG_MEN_Z188_ADC=m +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +CONFIG_MFD_88PM800=m +CONFIG_MFD_88PM805=m +CONFIG_MFD_88PM860X=y +CONFIG_MFD_AAT2870_CORE=y +# CONFIG_MFD_AC100 is not set +CONFIG_MFD_ACT8945A=m +CONFIG_MFD_ALTERA_SYSMGR=y +CONFIG_MFD_ARIZONA=y +CONFIG_MFD_ARIZONA_I2C=m +CONFIG_MFD_ARIZONA_SPI=m +CONFIG_MFD_AS3711=y +CONFIG_MFD_AS3722=y +CONFIG_MFD_ATMEL_FLEXCOM=m +CONFIG_MFD_ATMEL_HLCDC=m +CONFIG_MFD_AXP20X=m +CONFIG_MFD_AXP20X_I2C=m +CONFIG_MFD_AXP20X_RSB=m +CONFIG_MFD_BCM590XX=m +CONFIG_MFD_BD9571MWV=m +CONFIG_MFD_CORE=y +CONFIG_MFD_CPCAP=m +CONFIG_MFD_CROS_EC=m +CONFIG_MFD_CROS_EC_DEV=m +CONFIG_MFD_CS47L15=y +CONFIG_MFD_CS47L24=y +CONFIG_MFD_CS47L35=y +CONFIG_MFD_CS47L85=y +CONFIG_MFD_CS47L90=y +CONFIG_MFD_CS47L92=y +CONFIG_MFD_DA9052_I2C=y +CONFIG_MFD_DA9052_SPI=y +CONFIG_MFD_DA9055=y +CONFIG_MFD_DA9062=m +CONFIG_MFD_DA9150=m +CONFIG_MFD_DLN2=m +CONFIG_MFD_HI6421_PMIC=m +CONFIG_MFD_HI655X_PMIC=m +CONFIG_MFD_INTEL_LPSS=m +# CONFIG_MFD_INTEL_LPSS_ACPI is not set +CONFIG_MFD_INTEL_LPSS_PCI=m +CONFIG_MFD_INTEL_QUARK_I2C_GPIO=m +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_KEMPLD=m +CONFIG_MFD_LM3533=m +CONFIG_MFD_LOCHNAGAR=y +CONFIG_MFD_LP3943=m +CONFIG_MFD_LP8788=y +CONFIG_MFD_MADERA=m +CONFIG_MFD_MADERA_I2C=m +CONFIG_MFD_MADERA_SPI=m +CONFIG_MFD_MAX77620=y +CONFIG_MFD_MAX77650=m +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77843=y +CONFIG_MFD_MAX8907=m +CONFIG_MFD_MAX8925=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +CONFIG_MFD_MC13XXX=m +CONFIG_MFD_MC13XXX_I2C=m +CONFIG_MFD_MC13XXX_SPI=m +CONFIG_MFD_MENF21BMC=m +CONFIG_MFD_MT6397=m +CONFIG_MFD_PALMAS=y +CONFIG_MFD_PCF50633=m +CONFIG_MFD_QCOM_RPM=m +CONFIG_MFD_RC5T583=y +CONFIG_MFD_RDC321X=m +CONFIG_MFD_RETU=m +CONFIG_MFD_RK808=m +CONFIG_MFD_RN5T618=m +CONFIG_MFD_ROHM_BD70528=m +CONFIG_MFD_ROHM_BD718XX=m +CONFIG_MFD_RT5033=m +CONFIG_MFD_SC27XX_PMIC=m +CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_SI476X_CORE=m +CONFIG_MFD_SKY81452=m +CONFIG_MFD_SM501=m +CONFIG_MFD_SM501_GPIO=y +CONFIG_MFD_SMSC=y +CONFIG_MFD_SPMI_PMIC=m +CONFIG_MFD_STMFX=m +CONFIG_MFD_STMPE=y +CONFIG_MFD_STPMIC1=m +CONFIG_MFD_SUN4I_GPADC=m +CONFIG_MFD_SUN6I_PRCM=y +CONFIG_MFD_SYSCON=y +CONFIG_MFD_TC3589X=y +CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TI_LMU=m +CONFIG_MFD_TI_LP873X=m +CONFIG_MFD_TI_LP87565=m +CONFIG_MFD_TPS65086=m +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=m +CONFIG_MFD_TPS65218=m +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +CONFIG_MFD_TPS65912=y +CONFIG_MFD_TPS65912_SPI=y +CONFIG_MFD_TPS68470=y +CONFIG_MFD_TPS80031=y +CONFIG_MFD_TQMX86=m +CONFIG_MFD_TWL4030_AUDIO=y +CONFIG_MFD_VEXPRESS_SYSREG=y +CONFIG_MFD_VIPERBOARD=m +CONFIG_MFD_VX855=m +CONFIG_MFD_WL1273_CORE=m +CONFIG_MFD_WM5102=y +CONFIG_MFD_WM5110=y +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_I2C=y +CONFIG_MFD_WM831X_SPI=y +CONFIG_MFD_WM8350=y +CONFIG_MFD_WM8350_I2C=y +CONFIG_MFD_WM8400=y +CONFIG_MFD_WM8994=m +CONFIG_MFD_WM8997=y +CONFIG_MFD_WM8998=y +CONFIG_MICREL_KS8995MA=m +CONFIG_MICREL_PHY=m +CONFIG_MICROCHIP_PHY=m +CONFIG_MICROCHIP_T1_PHY=m +CONFIG_MICROCODE=y +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_OLD_INTERFACE=y +CONFIG_MICROSEMI_PHY=m +CONFIG_MIC_COSM=m +CONFIG_MIGRATION=y +CONFIG_MINIX_FS=m +CONFIG_MINIX_SUBPARTITION=y +CONFIG_MISC_ALCOR_PCI=m +CONFIG_MISC_FILESYSTEMS=y +CONFIG_MISC_RTSX=m +CONFIG_MISDN=m +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_DSP=m +CONFIG_MISDN_HDLC=m +CONFIG_MISDN_HFCMULTI=m +CONFIG_MISDN_HFCPCI=m +CONFIG_MISDN_HFCUSB=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +CONFIG_MISDN_L1OIP=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_W6692=m +CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y +# CONFIG_MK8 is not set +CONFIG_MKISS=m +CONFIG_MLX4_CORE=m +CONFIG_MLX4_CORE_GEN2=y +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_INFINIBAND=m +CONFIG_MLX5_ACCEL=y +CONFIG_MLX5_CORE=m +CONFIG_MLX5_CORE_EN=y +CONFIG_MLX5_CORE_EN_DCB=y +CONFIG_MLX5_CORE_IPOIB=y +CONFIG_MLX5_EN_ARFS=y +CONFIG_MLX5_EN_IPSEC=y +CONFIG_MLX5_EN_RXNFC=y +CONFIG_MLX5_EN_TLS=y +CONFIG_MLX5_ESWITCH=y +CONFIG_MLX5_FPGA=y +CONFIG_MLX5_FPGA_IPSEC=y +CONFIG_MLX5_FPGA_TLS=y +CONFIG_MLX5_INFINIBAND=m +CONFIG_MLX5_MPFS=y +CONFIG_MLX5_SW_STEERING=y +CONFIG_MLX5_TLS=y +CONFIG_MLX90614=m +CONFIG_MLX90632=m +CONFIG_MLXBF_TMFIFO=m +CONFIG_MLXFW=m +CONFIG_MLXREG_HOTPLUG=m +CONFIG_MLXREG_IO=m +CONFIG_MLXSW_CORE=m +CONFIG_MLXSW_CORE_HWMON=y +CONFIG_MLXSW_CORE_THERMAL=y +CONFIG_MLXSW_I2C=m +CONFIG_MLXSW_MINIMAL=m +CONFIG_MLXSW_PCI=m +CONFIG_MLXSW_SPECTRUM=m +CONFIG_MLXSW_SPECTRUM_DCB=y +CONFIG_MLXSW_SWITCHIB=m +CONFIG_MLXSW_SWITCHX2=m +CONFIG_MLX_PLATFORM=m +CONFIG_MLX_WDT=m +CONFIG_MMA7455=m +CONFIG_MMA7455_I2C=m +CONFIG_MMA7455_SPI=m +CONFIG_MMA7660=m +CONFIG_MMA8452=m +CONFIG_MMA9551=m +CONFIG_MMA9551_CORE=m +CONFIG_MMA9553=m +CONFIG_MMC=y +CONFIG_MMC35240=m +CONFIG_MMCONF_FAM10H=y +CONFIG_MMC_ALCOR=m +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_BCM2835=m +CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_CAVIUM_THUNDERX=m +CONFIG_MMC_CB710=m +CONFIG_MMC_CQHCI=m +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_DW=m +# CONFIG_MMC_DW_BLUEFIELD is not set +CONFIG_MMC_DW_EXYNOS=m +# CONFIG_MMC_DW_HI3798CV200 is not set +CONFIG_MMC_DW_K3=m +CONFIG_MMC_DW_PCI=m +CONFIG_MMC_DW_PLTFM=m +CONFIG_MMC_MTK=m +CONFIG_MMC_MXC=m +CONFIG_MMC_QCOM_DML=y +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_REALTEK_USB=m +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_ACPI=m +CONFIG_MMC_SDHCI_AM654=m +CONFIG_MMC_SDHCI_BRCMSTB=m +CONFIG_MMC_SDHCI_CADENCE=m +CONFIG_MMC_SDHCI_ESDHC_IMX=m +CONFIG_MMC_SDHCI_F_SDH30=m +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_IPROC=m +CONFIG_MMC_SDHCI_MSM=m +CONFIG_MMC_SDHCI_OF_ARASAN=m +CONFIG_MMC_SDHCI_OF_ASPEED=m +CONFIG_MMC_SDHCI_OF_AT91=m +CONFIG_MMC_SDHCI_OF_DWCMSHC=m +CONFIG_MMC_SDHCI_OF_ESDHC=m +CONFIG_MMC_SDHCI_OMAP=m +CONFIG_MMC_SDHCI_PCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MMC_SDHCI_PXAV3=m +CONFIG_MMC_SDHCI_SPRD=m +CONFIG_MMC_SDHCI_XENON=m +CONFIG_MMC_SDHI=m +CONFIG_MMC_SDHI_INTERNAL_DMAC=m +CONFIG_MMC_SDHI_SYS_DMAC=m +CONFIG_MMC_SH_MMCIF=m +CONFIG_MMC_SPI=m +CONFIG_MMC_STM32_SDMMC=y +CONFIG_MMC_SUNXI=m +# CONFIG_MMC_TEST is not set +CONFIG_MMC_TIFM_SD=m +CONFIG_MMC_TMIO_CORE=m +CONFIG_MMC_TOSHIBA_PCI=m +CONFIG_MMC_USDHI6ROL0=m +CONFIG_MMC_USHC=m +CONFIG_MMC_VIA_SDMMC=m +CONFIG_MMC_VUB300=m +CONFIG_MMC_WBSD=m +CONFIG_MMIOTRACE=y +# CONFIG_MMIOTRACE_TEST is not set +CONFIG_MMU=y +CONFIG_MMU_NOTIFIER=y +CONFIG_MODIFY_LDT_SYSCALL=y +CONFIG_MODULES=y +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_MODULES_USE_ELF_RELA=y +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +# CONFIG_MODULE_COMPRESS is not set +# CONFIG_MODULE_FORCE_LOAD is not set +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODULE_SIG=y +CONFIG_MODULE_SIG_ALL=y +# CONFIG_MODULE_SIG_FORCE is not set +CONFIG_MODULE_SIG_FORMAT=y +CONFIG_MODULE_SIG_HASH="sha512" +CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y +CONFIG_MOST=m +CONFIG_MOST_CDEV=m +# CONFIG_MOST_DIM2 is not set +CONFIG_MOST_I2C=m +CONFIG_MOST_NET=m +CONFIG_MOST_USB=m +# CONFIG_MOST_VIDEO is not set +CONFIG_MOUSE_APPLETOUCH=m +CONFIG_MOUSE_BCM5974=m +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_ELAN_I2C=m +CONFIG_MOUSE_ELAN_I2C_I2C=y +CONFIG_MOUSE_ELAN_I2C_SMBUS=y +CONFIG_MOUSE_GPIO=m +CONFIG_MOUSE_PS2=m +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_SMBUS=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_SERIAL=m +CONFIG_MOUSE_SYNAPTICS_I2C=m +CONFIG_MOUSE_SYNAPTICS_USB=m +CONFIG_MOUSE_VSXXXAA=m +CONFIG_MOXA_INTELLIO=m +CONFIG_MOXA_SMARTIO=m +CONFIG_MOXTET=m +CONFIG_MPILIB=y +CONFIG_MPL115=m +CONFIG_MPL115_I2C=m +CONFIG_MPL115_SPI=m +CONFIG_MPL3115=m +CONFIG_MPLS=y +CONFIG_MPLS_IPTUNNEL=m +CONFIG_MPLS_ROUTING=m +# CONFIG_MPSC is not set +CONFIG_MPU3050=m +CONFIG_MPU3050_I2C=m +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=m +CONFIG_MRP=m +CONFIG_MS5611=m +CONFIG_MS5611_I2C=m +CONFIG_MS5611_SPI=m +CONFIG_MS5637=m +CONFIG_MSCC_OCELOT_SWITCH=m +CONFIG_MSCC_OCELOT_SWITCH_OCELOT=m +CONFIG_MSDOS_FS=m +CONFIG_MSDOS_PARTITION=y +# CONFIG_MSI_LAPTOP is not set +CONFIG_MSM_GCC_8660=m +CONFIG_MSM_GCC_8916=m +CONFIG_MSM_GCC_8960=m +CONFIG_MSM_GCC_8974=m +CONFIG_MSM_GCC_8994=m +CONFIG_MSM_GCC_8996=m +# CONFIG_MSM_GCC_8998 is not set +CONFIG_MSM_LCC_8960=m +CONFIG_MSM_MMCC_8960=m +CONFIG_MSM_MMCC_8974=m +CONFIG_MSM_MMCC_8996=m +CONFIG_MSPRO_BLOCK=m +CONFIG_MS_BLOCK=m +CONFIG_MT7601U=m +CONFIG_MT7603E=m +CONFIG_MT7615E=m +CONFIG_MT76_CORE=m +CONFIG_MT76_LEDS=y +CONFIG_MT76_USB=m +CONFIG_MT76x02_LIB=m +CONFIG_MT76x02_USB=m +CONFIG_MT76x0E=m +CONFIG_MT76x0U=m +CONFIG_MT76x0_COMMON=m +# CONFIG_MT76x2E is not set +CONFIG_MT76x2U=m +CONFIG_MT76x2_COMMON=m +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTD_ABSENT=m +CONFIG_MTD_AFS_PARTS=m +CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_BLOCK2MTD=m +CONFIG_MTD_BLOCK_RO=m +CONFIG_MTD_CFI=m +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=m +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +CONFIG_MTD_CFI_INTELEXT=m +CONFIG_MTD_CFI_STAA=m +CONFIG_MTD_CFI_UTIL=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_COMPLEX_MAPPINGS=y +CONFIG_MTD_DATAFLASH=m +CONFIG_MTD_DATAFLASH_OTP=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +CONFIG_MTD_DOCG3=m +CONFIG_MTD_GEN_PROBE=m +CONFIG_MTD_HYPERBUS=m +CONFIG_MTD_INTEL_VR_NOR=m +CONFIG_MTD_JEDECPROBE=m +CONFIG_MTD_LPDDR=m +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_MCHP23K256=m +CONFIG_MTD_MTDRAM=m +CONFIG_MTD_NAND_BRCMNAND=m +CONFIG_MTD_NAND_CAFE=m +CONFIG_MTD_NAND_CORE=m +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_DT=m +CONFIG_MTD_NAND_DENALI_PCI=m +CONFIG_MTD_NAND_DISKONCHIP=m +# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 +# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set +CONFIG_MTD_NAND_ECC_SW_BCH=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=m +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set +CONFIG_MTD_NAND_FSL_IFC=m +CONFIG_MTD_NAND_GPIO=m +CONFIG_MTD_NAND_GPMI_NAND=m +CONFIG_MTD_NAND_HISI504=m +CONFIG_MTD_NAND_MTK=m +CONFIG_MTD_NAND_MXC=m +CONFIG_MTD_NAND_MXIC=m +CONFIG_MTD_NAND_NANDSIM=m +CONFIG_MTD_NAND_PLATFORM=m +CONFIG_MTD_NAND_QCOM=m +CONFIG_MTD_NAND_RICOH=m +# CONFIG_MTD_NAND_SUNXI is not set +CONFIG_MTD_OF_PARTS=m +CONFIG_MTD_ONENAND=m +CONFIG_MTD_ONENAND_2X_PROGRAM=y +CONFIG_MTD_ONENAND_GENERIC=m +# CONFIG_MTD_ONENAND_OTP is not set +CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_OOPS=m +# CONFIG_MTD_PARTITIONED_MASTER is not set +CONFIG_MTD_PCI=m +CONFIG_MTD_PHRAM=m +CONFIG_MTD_PHYSMAP=m +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_GEMINI=y +CONFIG_MTD_PHYSMAP_GPIO_ADDR=y +CONFIG_MTD_PHYSMAP_OF=y +CONFIG_MTD_PHYSMAP_VERSATILE=y +CONFIG_MTD_PLATRAM=m +CONFIG_MTD_PMC551=m +# CONFIG_MTD_PMC551_BUGFIX is not set +# CONFIG_MTD_PMC551_DEBUG is not set +CONFIG_MTD_QINFO_PROBE=m +CONFIG_MTD_RAM=m +CONFIG_MTD_RAW_NAND=m +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +CONFIG_MTD_REDBOOT_PARTS=m +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +CONFIG_MTD_ROM=m +CONFIG_MTD_SLRAM=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MTD_SPI_NAND=m +CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +CONFIG_MTD_SST25L=m +CONFIG_MTD_SWAP=m +# CONFIG_MTD_TESTS is not set +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BEB_LIMIT=20 +CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_GLUEBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTK_CMDQ=m +CONFIG_MTK_CMDQ_MBOX=m +CONFIG_MTK_CQDMA=m +# CONFIG_MTK_EFUSE is not set +# CONFIG_MTK_HSDMA is not set +CONFIG_MTK_INFRACFG=y +# CONFIG_MTK_IOMMU is not set +CONFIG_MTK_PMIC_WRAP=m +CONFIG_MTK_SCPSYS=y +CONFIG_MTK_SMI=y +CONFIG_MTK_THERMAL=m +CONFIG_MTK_TIMER=y +CONFIG_MTK_UART_APDMA=m +CONFIG_MTRR=y +CONFIG_MTRR_SANITIZER=y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 +CONFIG_MULTIPLEXER=m +CONFIG_MULTIUSER=y +CONFIG_MUSB_PIO_ONLY=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_MUX_ADG792A=m +CONFIG_MUX_ADGS1408=m +CONFIG_MUX_GPIO=m +CONFIG_MUX_MMIO=m +CONFIG_MVMDIO=m +CONFIG_MV_XOR_V2=y +CONFIG_MWAVE=m +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_PCIE=m +CONFIG_MWIFIEX_SDIO=m +CONFIG_MWIFIEX_USB=m +CONFIG_MWL8K=m +CONFIG_MX3_IPU=y +CONFIG_MX3_IPU_IRQS=4 +CONFIG_MXC4005=m +CONFIG_MXC6255=m +CONFIG_MXC_CLK=y +CONFIG_MXC_CLK_SCU=y +CONFIG_MXS_DMA=y +CONFIG_MYRI10GE=m +CONFIG_MYRI10GE_DCA=y +CONFIG_NAMESPACES=y +CONFIG_NATIONAL_PHY=m +CONFIG_NATSEMI=m +CONFIG_NAU7802=m +CONFIG_NCSI_OEM_CMD_GET_MAC=y +CONFIG_ND_BLK=m +CONFIG_ND_BTT=m +CONFIG_ND_CLAIM=y +CONFIG_ND_PFN=m +CONFIG_NE2K_PCI=m +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NET=y +CONFIG_NETCONSOLE=m +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETDEVICES=y +CONFIG_NETDEVSIM=m +# CONFIG_NETDEV_NOTIFIER_ERROR_INJECT is not set +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +CONFIG_NETFILTER_CONNCOUNT=m +CONFIG_NETFILTER_FAMILY_ARP=y +CONFIG_NETFILTER_FAMILY_BRIDGE=y +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_GLUE_CT=y +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_OSF=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_SYNPROXY=m +CONFIG_NETFILTER_XTABLES=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_BPF=m +CONFIG_NETFILTER_XT_MATCH_CGROUP=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPCOMP=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_L2TP=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +CONFIG_NETFILTER_XT_NAT=m +CONFIG_NETFILTER_XT_SET=m +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETLABEL=y +CONFIG_NETLINK_DIAG=m +CONFIG_NETPOLL=y +CONFIG_NETROM=m +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NETXEN_NIC=m +CONFIG_NET_9P=m +# CONFIG_NET_9P_DEBUG is not set +CONFIG_NET_9P_RDMA=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_9P_XEN=m +CONFIG_NET_ACT_BPF=m +CONFIG_NET_ACT_CONNMARK=m +CONFIG_NET_ACT_CSUM=m +CONFIG_NET_ACT_CT=m +CONFIG_NET_ACT_CTINFO=m +CONFIG_NET_ACT_GACT=m +# CONFIG_NET_ACT_IFE is not set +CONFIG_NET_ACT_IPT=m +CONFIG_NET_ACT_MIRRED=m +CONFIG_NET_ACT_MPLS=m +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_SAMPLE=m +CONFIG_NET_ACT_SIMP=m +CONFIG_NET_ACT_SKBEDIT=m +CONFIG_NET_ACT_SKBMOD=m +CONFIG_NET_ACT_TUNNEL_KEY=m +CONFIG_NET_ACT_VLAN=m +CONFIG_NET_CLS=y +CONFIG_NET_CLS_ACT=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_BPF=m +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_FLOWER=m +CONFIG_NET_CLS_FW=m +CONFIG_NET_CLS_MATCHALL=m +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_RSVP=m +CONFIG_NET_CLS_RSVP6=m +CONFIG_NET_CLS_TCINDEX=m +CONFIG_NET_CLS_U32=m +CONFIG_NET_CORE=y +CONFIG_NET_DEVLINK=y +CONFIG_NET_DROP_MONITOR=y +CONFIG_NET_DSA=m +CONFIG_NET_DSA_BCM_SF2=m +CONFIG_NET_DSA_LANTIQ_GSWIP=m +# CONFIG_NET_DSA_LOOP is not set +CONFIG_NET_DSA_MICROCHIP_KSZ8795=m +CONFIG_NET_DSA_MICROCHIP_KSZ8795_SPI=m +CONFIG_NET_DSA_MICROCHIP_KSZ9477=m +CONFIG_NET_DSA_MICROCHIP_KSZ9477_I2C=m +CONFIG_NET_DSA_MICROCHIP_KSZ9477_SPI=m +CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON=m +CONFIG_NET_DSA_MT7530=m +CONFIG_NET_DSA_MV88E6060=m +CONFIG_NET_DSA_MV88E6XXX=m +CONFIG_NET_DSA_MV88E6XXX_GLOBAL2=y +CONFIG_NET_DSA_MV88E6XXX_PTP=y +CONFIG_NET_DSA_QCA8K=m +CONFIG_NET_DSA_REALTEK_SMI=m +CONFIG_NET_DSA_SJA1105=m +CONFIG_NET_DSA_SJA1105_PTP=y +CONFIG_NET_DSA_SJA1105_TAS=y +CONFIG_NET_DSA_SMSC_LAN9303=m +CONFIG_NET_DSA_SMSC_LAN9303_I2C=m +CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m +CONFIG_NET_DSA_TAG_8021Q=m +CONFIG_NET_DSA_TAG_BRCM=m +CONFIG_NET_DSA_TAG_BRCM_COMMON=m +CONFIG_NET_DSA_TAG_BRCM_PREPEND=m +CONFIG_NET_DSA_TAG_DSA=m +CONFIG_NET_DSA_TAG_EDSA=m +CONFIG_NET_DSA_TAG_GSWIP=m +CONFIG_NET_DSA_TAG_KSZ=m +CONFIG_NET_DSA_TAG_LAN9303=m +CONFIG_NET_DSA_TAG_MTK=m +CONFIG_NET_DSA_TAG_QCA=m +CONFIG_NET_DSA_TAG_SJA1105=m +CONFIG_NET_DSA_TAG_TRAILER=m +CONFIG_NET_DSA_VITESSE_VSC73XX=m +CONFIG_NET_DSA_VITESSE_VSC73XX_PLATFORM=m +CONFIG_NET_DSA_VITESSE_VSC73XX_SPI=m +CONFIG_NET_EGRESS=y +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_CANID=m +CONFIG_NET_EMATCH_CMP=m +CONFIG_NET_EMATCH_IPSET=m +CONFIG_NET_EMATCH_IPT=m +CONFIG_NET_EMATCH_META=m +CONFIG_NET_EMATCH_NBYTE=m +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_TEXT=m +CONFIG_NET_EMATCH_U32=m +CONFIG_NET_FAILOVER=m +CONFIG_NET_FC=y +CONFIG_NET_FLOW_LIMIT=y +CONFIG_NET_FOU=m +CONFIG_NET_FOU_IP_TUNNELS=y +CONFIG_NET_IFE=m +CONFIG_NET_INGRESS=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPIP=m +CONFIG_NET_IPVTI=m +CONFIG_NET_IP_TUNNEL=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_L3_MASTER_DEV=y +CONFIG_NET_MPLS_GSO=m +CONFIG_NET_NCSI=y +CONFIG_NET_NS=y +CONFIG_NET_NSH=m +CONFIG_NET_PKTGEN=m +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_NET_PTP_CLASSIFY=y +CONFIG_NET_REDIRECT=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_NET_SB1000=m +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_ATM=m +CONFIG_NET_SCH_CAKE=m +CONFIG_NET_SCH_CBQ=m +CONFIG_NET_SCH_CBS=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_CODEL=m +# CONFIG_NET_SCH_DEFAULT is not set +CONFIG_NET_SCH_DRR=m +CONFIG_NET_SCH_DSMARK=m +CONFIG_NET_SCH_ETF=m +CONFIG_NET_SCH_FIFO=y +CONFIG_NET_SCH_FQ=m +CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_HHF=m +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_INGRESS=m +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_MULTIQ=m +CONFIG_NET_SCH_NETEM=m +CONFIG_NET_SCH_PIE=m +CONFIG_NET_SCH_PLUG=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_QFQ=m +CONFIG_NET_SCH_RED=m +CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_SKBPRIO=m +CONFIG_NET_SCH_TAPRIO=m +CONFIG_NET_SCH_TBF=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SOCK_MSG=y +CONFIG_NET_SWITCHDEV=y +CONFIG_NET_TC_SKB_EXT=y +CONFIG_NET_TEAM=m +CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m +CONFIG_NET_TEAM_MODE_BROADCAST=m +CONFIG_NET_TEAM_MODE_LOADBALANCE=m +CONFIG_NET_TEAM_MODE_RANDOM=m +CONFIG_NET_TEAM_MODE_ROUNDROBIN=m +CONFIG_NET_TULIP=y +CONFIG_NET_UDP_TUNNEL=m +CONFIG_NET_VENDOR_3COM=y +CONFIG_NET_VENDOR_8390=y +CONFIG_NET_VENDOR_ADAPTEC=y +CONFIG_NET_VENDOR_AGERE=y +CONFIG_NET_VENDOR_ALACRITECH=y +CONFIG_NET_VENDOR_ALLWINNER=y +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_NET_VENDOR_AMAZON=y +CONFIG_NET_VENDOR_AMD=y +CONFIG_NET_VENDOR_AQUANTIA=y +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_NET_VENDOR_AURORA=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_VENDOR_BROCADE=y +CONFIG_NET_VENDOR_CADENCE=y +CONFIG_NET_VENDOR_CAVIUM=y +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_NET_VENDOR_CIRRUS=y +CONFIG_NET_VENDOR_CISCO=y +CONFIG_NET_VENDOR_CORTINA=y +CONFIG_NET_VENDOR_DEC=y +CONFIG_NET_VENDOR_DLINK=y +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_NET_VENDOR_EZCHIP=y +CONFIG_NET_VENDOR_FREESCALE=y +CONFIG_NET_VENDOR_GOOGLE=y +CONFIG_NET_VENDOR_HISILICON=y +CONFIG_NET_VENDOR_HP=y +CONFIG_NET_VENDOR_HUAWEI=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +CONFIG_NET_VENDOR_MARVELL=y +# CONFIG_NET_VENDOR_MEDIATEK is not set +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_NET_VENDOR_MICREL=y +CONFIG_NET_VENDOR_MICROCHIP=y +CONFIG_NET_VENDOR_MICROSEMI=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_NET_VENDOR_NATSEMI=y +CONFIG_NET_VENDOR_NETERION=y +CONFIG_NET_VENDOR_NETRONOME=y +CONFIG_NET_VENDOR_NI=y +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_NET_VENDOR_OKI=y +CONFIG_NET_VENDOR_PACKET_ENGINES=y +CONFIG_NET_VENDOR_PENSANDO=y +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_NET_VENDOR_QUALCOMM=y +CONFIG_NET_VENDOR_RDC=y +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_NET_VENDOR_RENESAS=y +CONFIG_NET_VENDOR_ROCKER=y +CONFIG_NET_VENDOR_SAMSUNG=y +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +CONFIG_NET_VENDOR_SIS=y +CONFIG_NET_VENDOR_SMSC=y +CONFIG_NET_VENDOR_SOCIONEXT=y +CONFIG_NET_VENDOR_SOLARFLARE=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_NET_VENDOR_SUN=y +CONFIG_NET_VENDOR_SYNOPSYS=y +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_NET_VENDOR_TI=y +CONFIG_NET_VENDOR_VIA=y +CONFIG_NET_VENDOR_WIZNET=y +CONFIG_NET_VENDOR_XILINX=y +CONFIG_NET_VRF=m +CONFIG_NET_XGENE=m +CONFIG_NET_XGENE_V2=m +CONFIG_NEW_LEDS=y +CONFIG_NFC=m +CONFIG_NFC_DIGITAL=m +CONFIG_NFC_FDP=m +CONFIG_NFC_FDP_I2C=m +CONFIG_NFC_HCI=m +CONFIG_NFC_MEI_PHY=m +CONFIG_NFC_MICROREAD=m +CONFIG_NFC_MICROREAD_I2C=m +CONFIG_NFC_MICROREAD_MEI=m +CONFIG_NFC_MRVL=m +CONFIG_NFC_MRVL_I2C=m +CONFIG_NFC_MRVL_SPI=m +CONFIG_NFC_MRVL_UART=m +CONFIG_NFC_MRVL_USB=m +CONFIG_NFC_NCI=m +CONFIG_NFC_NCI_SPI=m +CONFIG_NFC_NCI_UART=m +CONFIG_NFC_NXP_NCI=m +CONFIG_NFC_NXP_NCI_I2C=m +CONFIG_NFC_PN533=m +CONFIG_NFC_PN533_I2C=m +CONFIG_NFC_PN533_USB=m +CONFIG_NFC_PN544=m +CONFIG_NFC_PN544_I2C=m +CONFIG_NFC_PN544_MEI=m +CONFIG_NFC_PORT100=m +CONFIG_NFC_S3FWRN5=m +CONFIG_NFC_S3FWRN5_I2C=m +CONFIG_NFC_SHDLC=y +CONFIG_NFC_SIM=m +CONFIG_NFC_ST21NFCA=m +CONFIG_NFC_ST21NFCA_I2C=m +CONFIG_NFC_ST95HF=m +CONFIG_NFC_ST_NCI=m +CONFIG_NFC_ST_NCI_I2C=m +CONFIG_NFC_ST_NCI_SPI=m +CONFIG_NFC_TRF7970A=m +# CONFIG_NFIT_SECURITY_DEBUG is not set +CONFIG_NFP=m +CONFIG_NFP_APP_ABM_NIC=y +CONFIG_NFP_APP_FLOWER=y +# CONFIG_NFP_DEBUG is not set +CONFIG_NFSD=m +CONFIG_NFSD_BLOCKLAYOUT=y +CONFIG_NFSD_FLEXFILELAYOUT=y +CONFIG_NFSD_PNFS=y +CONFIG_NFSD_SCSILAYOUT=y +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFSD_V4_SECURITY_LABEL=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_DEBUG=y +CONFIG_NFS_FS=m +CONFIG_NFS_FSCACHE=y +CONFIG_NFS_SWAP=y +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +CONFIG_NFS_V4_1_MIGRATION=y +CONFIG_NFS_V4_2=y +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_NFTL=m +CONFIG_NFTL_RW=y +CONFIG_NFT_BRIDGE_META=m +CONFIG_NFT_BRIDGE_REJECT=m +CONFIG_NFT_COMPAT=m +CONFIG_NFT_CONNLIMIT=m +CONFIG_NFT_COUNTER=m +CONFIG_NFT_CT=m +CONFIG_NFT_DUP_IPV4=m +CONFIG_NFT_DUP_IPV6=m +CONFIG_NFT_DUP_NETDEV=m +CONFIG_NFT_FIB=m +CONFIG_NFT_FIB_INET=m +CONFIG_NFT_FIB_IPV4=m +CONFIG_NFT_FIB_IPV6=m +CONFIG_NFT_FIB_NETDEV=m +CONFIG_NFT_FLOW_OFFLOAD=m +CONFIG_NFT_FWD_NETDEV=m +CONFIG_NFT_HASH=m +CONFIG_NFT_LIMIT=m +CONFIG_NFT_LOG=m +CONFIG_NFT_MASQ=m +CONFIG_NFT_NAT=m +CONFIG_NFT_NUMGEN=m +CONFIG_NFT_OBJREF=m +CONFIG_NFT_OSF=m +CONFIG_NFT_QUEUE=m +CONFIG_NFT_QUOTA=m +CONFIG_NFT_REDIR=m +CONFIG_NFT_REJECT=m +CONFIG_NFT_REJECT_INET=m +CONFIG_NFT_REJECT_IPV4=m +CONFIG_NFT_REJECT_IPV6=m +CONFIG_NFT_SOCKET=m +CONFIG_NFT_SYNPROXY=m +CONFIG_NFT_TPROXY=m +CONFIG_NFT_TUNNEL=m +CONFIG_NFT_XFRM=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_BRIDGE=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_LABELS=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +CONFIG_NF_CONNTRACK_PPTP=m +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_SNMP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CONNTRACK_TIMEOUT=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NF_CT_NETLINK_TIMEOUT=m +CONFIG_NF_CT_PROTO_DCCP=y +CONFIG_NF_CT_PROTO_GRE=y +CONFIG_NF_CT_PROTO_SCTP=y +CONFIG_NF_CT_PROTO_UDPLITE=y +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_DEFRAG_IPV6=m +CONFIG_NF_DUP_IPV4=m +CONFIG_NF_DUP_IPV6=m +CONFIG_NF_DUP_NETDEV=m +CONFIG_NF_FLOW_TABLE=m +CONFIG_NF_FLOW_TABLE_INET=m +CONFIG_NF_FLOW_TABLE_IPV4=m +CONFIG_NF_FLOW_TABLE_IPV6=m +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_BRIDGE=m +CONFIG_NF_LOG_COMMON=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_LOG_IPV6=m +CONFIG_NF_LOG_NETDEV=m +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_H323=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_MASQUERADE=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_REDIRECT=y +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NF_REJECT_IPV4=m +CONFIG_NF_REJECT_IPV6=m +CONFIG_NF_SOCKET_IPV4=m +CONFIG_NF_SOCKET_IPV6=m +CONFIG_NF_TABLES=m +CONFIG_NF_TABLES_ARP=y +CONFIG_NF_TABLES_BRIDGE=m +CONFIG_NF_TABLES_INET=y +CONFIG_NF_TABLES_IPV4=y +CONFIG_NF_TABLES_IPV6=y +CONFIG_NF_TABLES_NETDEV=y +CONFIG_NF_TABLES_SET=m +CONFIG_NF_TPROXY_IPV4=m +CONFIG_NF_TPROXY_IPV6=m +CONFIG_NI903X_WDT=m +CONFIG_NIC7018_WDT=m +CONFIG_NILFS2_FS=m +CONFIG_NITRO_ENCLAVES=m +CONFIG_NIU=m +CONFIG_NI_XGE_MANAGEMENT_ENET=m +# CONFIG_NL80211_TESTMODE is not set +CONFIG_NLATTR=y +CONFIG_NLMON=m +CONFIG_NLS=y +CONFIG_NLS_ASCII=m +CONFIG_NLS_CODEPAGE_1250=m +CONFIG_NLS_CODEPAGE_1251=m +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_737=m +CONFIG_NLS_CODEPAGE_775=m +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +CONFIG_NLS_CODEPAGE_855=m +CONFIG_NLS_CODEPAGE_857=m +CONFIG_NLS_CODEPAGE_860=m +CONFIG_NLS_CODEPAGE_861=m +CONFIG_NLS_CODEPAGE_862=m +CONFIG_NLS_CODEPAGE_863=m +CONFIG_NLS_CODEPAGE_864=m +CONFIG_NLS_CODEPAGE_865=m +CONFIG_NLS_CODEPAGE_866=m +CONFIG_NLS_CODEPAGE_869=m +CONFIG_NLS_CODEPAGE_874=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_949=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ISO8859_13=m +CONFIG_NLS_ISO8859_14=m +CONFIG_NLS_ISO8859_15=m +CONFIG_NLS_ISO8859_2=m +CONFIG_NLS_ISO8859_3=m +CONFIG_NLS_ISO8859_4=m +CONFIG_NLS_ISO8859_5=m +CONFIG_NLS_ISO8859_6=m +CONFIG_NLS_ISO8859_7=m +CONFIG_NLS_ISO8859_8=m +CONFIG_NLS_ISO8859_9=m +CONFIG_NLS_KOI8_R=m +CONFIG_NLS_KOI8_U=m +CONFIG_NLS_MAC_CELTIC=m +CONFIG_NLS_MAC_CENTEURO=m +CONFIG_NLS_MAC_CROATIAN=m +CONFIG_NLS_MAC_CYRILLIC=m +CONFIG_NLS_MAC_GAELIC=m +CONFIG_NLS_MAC_GREEK=m +CONFIG_NLS_MAC_ICELAND=m +CONFIG_NLS_MAC_INUIT=m +CONFIG_NLS_MAC_ROMAN=m +CONFIG_NLS_MAC_ROMANIAN=m +CONFIG_NLS_MAC_TURKISH=m +CONFIG_NLS_UTF8=m +CONFIG_NOA1305=m +CONFIG_NODES_SPAN_OTHER_NODES=y +CONFIG_NOP_TRACER=y +CONFIG_NOP_USB_XCEIV=m +CONFIG_NORTEL_HERMES=m +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +# CONFIG_NOUVEAU_DEBUG_MMU is not set +# CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT is not set +CONFIG_NOZOMI=m +CONFIG_NO_HZ=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS_DEFAULT=8192 +CONFIG_NR_CPUS_RANGE_BEGIN=8192 +CONFIG_NR_CPUS_RANGE_END=8192 +CONFIG_NS83820=m +CONFIG_NTB=m +# CONFIG_NTB_AMD is not set +CONFIG_NTB_IDT=m +CONFIG_NTB_INTEL=m +CONFIG_NTB_MSI=y +# CONFIG_NTB_MSI_TEST is not set +CONFIG_NTB_NETDEV=m +CONFIG_NTB_PERF=m +CONFIG_NTB_PINGPONG=m +CONFIG_NTB_SWITCHTEC=m +CONFIG_NTB_TOOL=m +CONFIG_NTB_TRANSPORT=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_RW is not set +CONFIG_NULL_TTY=m +CONFIG_NUMA=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +# CONFIG_NUMA_EMU is not set +CONFIG_NVDIMM_DAX=y +CONFIG_NVDIMM_KEYS=y +CONFIG_NVDIMM_PFN=y +CONFIG_NVM=y +CONFIG_NVMEM=y +CONFIG_NVMEM_BCM_OCOTP=m +CONFIG_NVMEM_IMX_IIM=m +CONFIG_NVMEM_IMX_OCOTP=m +CONFIG_NVMEM_IMX_OCOTP_SCU=m +CONFIG_NVMEM_REBOOT_MODE=m +CONFIG_NVMEM_SNVS_LPGPR=m +CONFIG_NVMEM_SUNXI_SID=m +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_ZYNQMP=y +CONFIG_NVME_CORE=y +CONFIG_NVME_FABRICS=m +CONFIG_NVME_FC=m +CONFIG_NVME_MULTIPATH=y +CONFIG_NVME_RDMA=m +CONFIG_NVME_TARGET=m +CONFIG_NVME_TARGET_FC=m +# CONFIG_NVME_TARGET_FCLOOP is not set +CONFIG_NVME_TARGET_LOOP=m +CONFIG_NVME_TARGET_RDMA=m +CONFIG_NVME_TARGET_TCP=m +CONFIG_NVME_TCP=m +CONFIG_NVM_PBLK=m +# CONFIG_NVM_PBLK_DEBUG is not set +CONFIG_NVRAM=m +CONFIG_NV_TCO=m +CONFIG_NXP_TJA11XX_PHY=m +CONFIG_N_GSM=m +CONFIG_N_HDLC=m +CONFIG_OBJAGG=m +# CONFIG_OCFS2_DEBUG_FS is not set +CONFIG_OCFS2_DEBUG_MASKLOG=y +CONFIG_OCFS2_FS=m +CONFIG_OCFS2_FS_O2CB=m +CONFIG_OCFS2_FS_STATS=y +CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m +CONFIG_OCTEONTX2_AF=m +CONFIG_OCTEONTX2_MBOX=m +CONFIG_OF_ADDRESS=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_FLATTREE=y +# CONFIG_OF_FPGA_REGION is not set +CONFIG_OF_GPIO=y +CONFIG_OF_IOMMU=y +CONFIG_OF_IRQ=y +CONFIG_OF_KOBJ=y +CONFIG_OF_MDIO=y +CONFIG_OF_NET=y +CONFIG_OF_NUMA=y +CONFIG_OF_OVERLAY=y +CONFIG_OF_PMEM=y +# CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT is not set +CONFIG_OF_RESERVED_MEM=y +CONFIG_OF_RESOLVE=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OID_REGISTRY=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OMAP2PLUS_MBOX=m +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +CONFIG_OMAP_USB2=m +CONFIG_OMFS_FS=m +CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GENEVE=m +CONFIG_OPENVSWITCH_GRE=m +CONFIG_OPENVSWITCH_VXLAN=m +CONFIG_OPROFILE=m +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_NMI_TIMER=y +CONFIG_OPT3001=m +CONFIG_OPTEE=m +CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1 +CONFIG_OPTIMIZE_INLINING=y +CONFIG_OPTPROBES=y +CONFIG_ORANGEFS_FS=m +CONFIG_ORINOCO_USB=m +CONFIG_OSF_PARTITION=y +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_OVERLAY_FS=m +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_METACOPY is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_XINO_AUTO=y +CONFIG_OWL_DMA=m +CONFIG_OWL_PM_DOMAINS=y +CONFIG_OWL_PM_DOMAINS_HELPER=y +CONFIG_OWL_TIMER=y +CONFIG_P54_COMMON=m +CONFIG_P54_LEDS=y +CONFIG_P54_PCI=m +CONFIG_P54_SPI=m +# CONFIG_P54_SPI_DEFAULT_EEPROM is not set +CONFIG_P54_USB=m +CONFIG_PA12203001=m +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=m +CONFIG_PACKING=y +CONFIG_PADATA=y +CONFIG_PAGE_COUNTER=y +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_PAGE_OWNER is not set +CONFIG_PAGE_POISONING=y +CONFIG_PAGE_POISONING_NO_SANITY=y +CONFIG_PAGE_POISONING_ZERO=y +CONFIG_PAGE_POOL=y +CONFIG_PAGE_TABLE_ISOLATION=y +CONFIG_PALMAS_GPADC=m +# CONFIG_PANASONIC_LAPTOP is not set +CONFIG_PANEL=m +# CONFIG_PANEL_CHANGE_MESSAGE is not set +CONFIG_PANEL_PARPORT=0 +CONFIG_PANEL_PROFILE=5 +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_PANTHERLORD_FF=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_PARAVIRT_DEBUG is not set +CONFIG_PARAVIRT_SPINLOCKS=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARAVIRT_XXL=y +CONFIG_PARIDE=m +CONFIG_PARIDE_ATEN=m +CONFIG_PARIDE_BPCK=m +CONFIG_PARIDE_COMM=m +CONFIG_PARIDE_DSTR=m +CONFIG_PARIDE_EPAT=m +CONFIG_PARIDE_EPATC8=y +CONFIG_PARIDE_EPIA=m +CONFIG_PARIDE_FIT2=m +CONFIG_PARIDE_FIT3=m +CONFIG_PARIDE_FRIQ=m +CONFIG_PARIDE_FRPW=m +CONFIG_PARIDE_KBIC=m +CONFIG_PARIDE_KTTI=m +CONFIG_PARIDE_ON20=m +CONFIG_PARIDE_ON26=m +CONFIG_PARIDE_PCD=m +CONFIG_PARIDE_PD=m +CONFIG_PARIDE_PF=m +CONFIG_PARIDE_PG=m +CONFIG_PARIDE_PT=m +CONFIG_PARMAN=m +CONFIG_PARPORT=m +CONFIG_PARPORT_1284=y +CONFIG_PARPORT_AX88796=m +CONFIG_PARPORT_NOT_PC=y +CONFIG_PARPORT_PANEL=m +CONFIG_PARPORT_PC=m +CONFIG_PARPORT_PC_FIFO=y +# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_SERIAL=m +CONFIG_PARTITION_ADVANCED=y +CONFIG_PARTITION_PERCPU=y +CONFIG_PATA_ACPI=m +CONFIG_PATA_ALI=m +CONFIG_PATA_AMD=m +CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATIIXP=m +CONFIG_PATA_ATP867X=m +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_CMD64X=m +CONFIG_PATA_CYPRESS=m +CONFIG_PATA_EFAR=m +CONFIG_PATA_HPT366=m +CONFIG_PATA_HPT37X=m +CONFIG_PATA_HPT3X2N=m +CONFIG_PATA_HPT3X3=m +# CONFIG_PATA_HPT3X3_DMA is not set +CONFIG_PATA_IMX=m +CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m +CONFIG_PATA_JMICRON=m +CONFIG_PATA_LEGACY=m +CONFIG_PATA_MARVELL=m +CONFIG_PATA_MPIIX=m +CONFIG_PATA_NETCELL=m +CONFIG_PATA_NINJA32=m +CONFIG_PATA_NS87410=m +CONFIG_PATA_NS87415=m +CONFIG_PATA_OF_PLATFORM=m +CONFIG_PATA_OLDPIIX=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_OPTIDMA=m +CONFIG_PATA_PDC2027X=m +CONFIG_PATA_PDC_OLD=m +CONFIG_PATA_PLATFORM=m +CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m +CONFIG_PATA_RZ1000=m +CONFIG_PATA_SCH=m +CONFIG_PATA_SERVERWORKS=m +CONFIG_PATA_SIL680=m +CONFIG_PATA_TOSHIBA=m +CONFIG_PATA_TRIFLEX=m +CONFIG_PATA_VIA=m +CONFIG_PATA_WINBOND=m +CONFIG_PC104=y +CONFIG_PC300TOO=m +CONFIG_PC87413_WDT=m +CONFIG_PCC=y +CONFIG_PCCARD=m +CONFIG_PCENGINES_APU2=m +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +CONFIG_PCI=y +CONFIG_PCI200SYN=m +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +CONFIG_PCIEPORTBUS=y +CONFIG_PCIE_AL=y +CONFIG_PCIE_ALTERA=y +CONFIG_PCIE_ALTERA_MSI=y +# CONFIG_PCIE_BW is not set +# CONFIG_PCIE_CADENCE_EP is not set +# CONFIG_PCIE_CADENCE_HOST is not set +CONFIG_PCIE_DPC=y +CONFIG_PCIE_DW=y +CONFIG_PCIE_DW_EP=y +CONFIG_PCIE_DW_HOST=y +CONFIG_PCIE_DW_PLAT=y +CONFIG_PCIE_DW_PLAT_EP=y +CONFIG_PCIE_DW_PLAT_HOST=y +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIE_HISI_STB=y +CONFIG_PCIE_IPROC=m +CONFIG_PCIE_IPROC_MSI=y +CONFIG_PCIE_IPROC_PLATFORM=m +CONFIG_PCIE_KIRIN=y +CONFIG_PCIE_MEDIATEK=y +CONFIG_PCIE_MOBIVEIL=y +CONFIG_PCIE_PME=y +CONFIG_PCIE_PTM=y +CONFIG_PCIE_QCOM=y +CONFIG_PCIE_RCAR=y +CONFIG_PCIE_XILINX=y +CONFIG_PCIE_XILINX_NWL=y +CONFIG_PCIPCWATCHDOG=m +CONFIG_PCI_ATMEL=m +CONFIG_PCI_ATS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_PCI_DEBUG is not set +CONFIG_PCI_DIRECT=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_ECAM=y +CONFIG_PCI_ENDPOINT=y +CONFIG_PCI_ENDPOINT_CONFIGFS=y +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_PCI_EPF_TEST is not set +# CONFIG_PCI_FTPCI100 is not set +CONFIG_PCI_HISI=y +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y +CONFIG_PCI_HOST_THUNDER_ECAM=y +CONFIG_PCI_HOST_THUNDER_PEM=y +CONFIG_PCI_HYPERV=m +CONFIG_PCI_HYPERV_INTERFACE=m +CONFIG_PCI_IMX6=y +CONFIG_PCI_IOV=y +CONFIG_PCI_KEYSTONE=y +CONFIG_PCI_KEYSTONE_EP=y +CONFIG_PCI_KEYSTONE_HOST=y +CONFIG_PCI_LABEL=y +CONFIG_PCI_LAYERSCAPE=y +CONFIG_PCI_LAYERSCAPE_EP=y +CONFIG_PCI_LOCKLESS_CONFIG=y +CONFIG_PCI_MESON=y +CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_IRQ_DOMAIN=y +# CONFIG_PCI_P2PDMA is not set +CONFIG_PCI_PASID=y +CONFIG_PCI_PF_STUB=m +CONFIG_PCI_PRI=y +CONFIG_PCI_QUIRKS=y +CONFIG_PCI_REALLOC_ENABLE_AUTO=y +CONFIG_PCI_STUB=m +CONFIG_PCI_SW_SWITCHTEC=m +CONFIG_PCI_SYSCALL=y +CONFIG_PCI_XEN=y +CONFIG_PCI_XGENE=y +CONFIG_PCI_XGENE_MSI=y +# CONFIG_PCMCIA is not set +CONFIG_PCMCIA_XIRCOM=m +CONFIG_PCNET32=m +CONFIG_PCSPKR_PLATFORM=y +CONFIG_PDA_POWER=m +CONFIG_PDC_ADMA=m +# CONFIG_PERCPU_STATS is not set +CONFIG_PERF_EVENTS=y +# CONFIG_PERF_EVENTS_AMD_POWER is not set +CONFIG_PERF_EVENTS_INTEL_CSTATE=m +CONFIG_PERF_EVENTS_INTEL_RAPL=m +CONFIG_PERF_EVENTS_INTEL_UNCORE=y +CONFIG_PERSISTENT_KEYRINGS=y +CONFIG_PGTABLE_LEVELS=4 +CONFIG_PHANTOM=m +CONFIG_PHONET=m +CONFIG_PHYLIB=y +CONFIG_PHYLINK=m +CONFIG_PHYSICAL_ALIGN=0x200000 +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_AM654_SERDES=m +CONFIG_PHY_BCM_NS_USB2=m +CONFIG_PHY_BCM_NS_USB3=m +CONFIG_PHY_BCM_SR_PCIE=m +CONFIG_PHY_BCM_SR_USB=m +CONFIG_PHY_BERLIN_SATA=m +CONFIG_PHY_BERLIN_USB=m +CONFIG_PHY_BRCM_SATA=y +CONFIG_PHY_BRCM_USB=m +CONFIG_PHY_CADENCE_DP=m +CONFIG_PHY_CADENCE_DPHY=m +CONFIG_PHY_CADENCE_SIERRA=m +CONFIG_PHY_CPCAP_USB=m +CONFIG_PHY_FSL_IMX8MQ_USB=m +CONFIG_PHY_HI3660_USB=m +CONFIG_PHY_HI6220_USB=m +# CONFIG_PHY_HISI_INNO_USB2 is not set +# CONFIG_PHY_HISTB_COMBPHY is not set +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +CONFIG_PHY_MIXEL_MIPI_DPHY=m +CONFIG_PHY_MTK_TPHY=m +CONFIG_PHY_MTK_UFS=m +# CONFIG_PHY_MTK_XSPHY is not set +CONFIG_PHY_NS2_PCIE=y +CONFIG_PHY_NS2_USB_DRD=m +CONFIG_PHY_OCELOT_SERDES=m +CONFIG_PHY_PXA_28NM_HSIC=m +CONFIG_PHY_PXA_28NM_USB2=m +CONFIG_PHY_QCOM_APQ8064_SATA=m +CONFIG_PHY_QCOM_IPQ806X_SATA=m +CONFIG_PHY_QCOM_PCIE2=m +CONFIG_PHY_QCOM_QMP=m +CONFIG_PHY_QCOM_QUSB2=m +CONFIG_PHY_QCOM_UFS=m +CONFIG_PHY_QCOM_UFS_14NM=m +CONFIG_PHY_QCOM_USB_HS=m +CONFIG_PHY_QCOM_USB_HSIC=m +CONFIG_PHY_RCAR_GEN2=m +CONFIG_PHY_RCAR_GEN3_PCIE=m +CONFIG_PHY_RCAR_GEN3_USB2=m +CONFIG_PHY_RCAR_GEN3_USB3=m +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PHY_SUN4I_USB=m +CONFIG_PHY_SUN6I_MIPI_DPHY=m +# CONFIG_PHY_SUN9I_USB is not set +CONFIG_PHY_TUSB1210=m +CONFIG_PHY_XGENE=y +CONFIG_PI433=m +# CONFIG_PID_IN_CONTEXTIDR is not set +CONFIG_PID_NS=y +CONFIG_PINCONF=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_AMD=y +CONFIG_PINCTRL_APQ8064=m +CONFIG_PINCTRL_APQ8084=m +CONFIG_PINCTRL_AS370=y +CONFIG_PINCTRL_AS3722=y +# CONFIG_PINCTRL_AXP209 is not set +CONFIG_PINCTRL_BAYTRAIL=y +CONFIG_PINCTRL_BCM2835=y +CONFIG_PINCTRL_BERLIN=y +CONFIG_PINCTRL_BERLIN_BG4CT=y +CONFIG_PINCTRL_BM1880=y +CONFIG_PINCTRL_BROXTON=m +CONFIG_PINCTRL_CANNONLAKE=m +CONFIG_PINCTRL_CEDARFORK=m +CONFIG_PINCTRL_CHERRYVIEW=m +CONFIG_PINCTRL_CS47L15=y +CONFIG_PINCTRL_CS47L35=y +CONFIG_PINCTRL_CS47L85=y +CONFIG_PINCTRL_CS47L90=y +CONFIG_PINCTRL_CS47L92=y +CONFIG_PINCTRL_DENVERTON=m +CONFIG_PINCTRL_GEMINILAKE=m +CONFIG_PINCTRL_ICELAKE=m +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX8MM=y +CONFIG_PINCTRL_IMX8MN=y +CONFIG_PINCTRL_IMX8MQ=y +CONFIG_PINCTRL_IMX8QM=y +CONFIG_PINCTRL_IMX8QXP=y +CONFIG_PINCTRL_IMX_SCU=y +CONFIG_PINCTRL_INTEL=m +CONFIG_PINCTRL_IPQ4019=m +CONFIG_PINCTRL_IPQ8064=m +CONFIG_PINCTRL_IPQ8074=m +CONFIG_PINCTRL_IPROC_GPIO=y +CONFIG_PINCTRL_LEWISBURG=m +CONFIG_PINCTRL_LOCHNAGAR=m +CONFIG_PINCTRL_MADERA=m +CONFIG_PINCTRL_MAX77620=m +CONFIG_PINCTRL_MCP23S08=m +CONFIG_PINCTRL_MDM9615=m +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_MSM8660=m +CONFIG_PINCTRL_MSM8916=m +CONFIG_PINCTRL_MSM8960=m +CONFIG_PINCTRL_MSM8994=m +CONFIG_PINCTRL_MSM8996=m +# CONFIG_PINCTRL_MSM8998 is not set +CONFIG_PINCTRL_MSM8X74=m +CONFIG_PINCTRL_MT2712=y +CONFIG_PINCTRL_MT6397=y +CONFIG_PINCTRL_MT6765=y +CONFIG_PINCTRL_MT6797=y +# CONFIG_PINCTRL_MT7622 is not set +CONFIG_PINCTRL_MT8173=y +CONFIG_PINCTRL_MT8183=y +CONFIG_PINCTRL_MT8516=y +CONFIG_PINCTRL_MTK=y +CONFIG_PINCTRL_MTK_PARIS=y +CONFIG_PINCTRL_NS2_MUX=y +CONFIG_PINCTRL_OCELOT=y +# CONFIG_PINCTRL_OWL is not set +CONFIG_PINCTRL_PALMAS=y +CONFIG_PINCTRL_PFC_R8A774A1=y +CONFIG_PINCTRL_PFC_R8A774C0=y +CONFIG_PINCTRL_PFC_R8A7795=y +CONFIG_PINCTRL_PFC_R8A7796=y +CONFIG_PINCTRL_PFC_R8A77965=y +CONFIG_PINCTRL_PFC_R8A77970=y +CONFIG_PINCTRL_PFC_R8A77980=y +CONFIG_PINCTRL_PFC_R8A77990=y +CONFIG_PINCTRL_PFC_R8A77995=y +CONFIG_PINCTRL_QCOM_SPMI_PMIC=m +CONFIG_PINCTRL_QCOM_SSBI_PMIC=m +CONFIG_PINCTRL_QCS404=m +CONFIG_PINCTRL_QDF2XXX=m +CONFIG_PINCTRL_RK805=m +CONFIG_PINCTRL_SC7180=m +CONFIG_PINCTRL_SDM660=m +# CONFIG_PINCTRL_SDM845 is not set +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_SINGLE=y +CONFIG_PINCTRL_SM8150=m +CONFIG_PINCTRL_SPRD=y +CONFIG_PINCTRL_SPRD_SC9860=y +CONFIG_PINCTRL_STMFX=m +CONFIG_PINCTRL_SUN4I_A10=y +CONFIG_PINCTRL_SUN50I_A64=y +CONFIG_PINCTRL_SUN50I_A64_R=y +CONFIG_PINCTRL_SUN50I_H5=y +CONFIG_PINCTRL_SUN50I_H6=y +CONFIG_PINCTRL_SUN50I_H6_R=y +CONFIG_PINCTRL_SUN5I=y +CONFIG_PINCTRL_SUN6I_A31=y +CONFIG_PINCTRL_SUN6I_A31_R=y +CONFIG_PINCTRL_SUN8I_A23=y +CONFIG_PINCTRL_SUN8I_A23_R=y +CONFIG_PINCTRL_SUN8I_A33=y +CONFIG_PINCTRL_SUN8I_A83T=y +CONFIG_PINCTRL_SUN8I_A83T_R=y +CONFIG_PINCTRL_SUN8I_H3=y +CONFIG_PINCTRL_SUN8I_H3_R=y +CONFIG_PINCTRL_SUN8I_V3S=y +CONFIG_PINCTRL_SUN9I_A80=y +CONFIG_PINCTRL_SUN9I_A80_R=y +CONFIG_PINCTRL_SUNRISEPOINT=m +CONFIG_PINCTRL_SUNXI=y +CONFIG_PINCTRL_SX150X=y +CONFIG_PINMUX=y +CONFIG_PKCS7_MESSAGE_PARSER=y +CONFIG_PKCS7_TEST_KEY=m +CONFIG_PKCS8_PRIVATE_KEY_PARSER=m +CONFIG_PL320_MBOX=y +CONFIG_PL330_DMA=m +CONFIG_PLATFORM_MHU=m +CONFIG_PLATFORM_SI4713=m +CONFIG_PLIP=m +CONFIG_PLUGIN_HOSTCC="" +CONFIG_PLX_HERMES=m +CONFIG_PM=y +CONFIG_PM8916_WATCHDOG=m +CONFIG_PMBUS=m +CONFIG_PMC_ATOM=y +CONFIG_PMIC_ADP5520=y +CONFIG_PMIC_DA903X=y +CONFIG_PMIC_DA9052=y +# CONFIG_PMIC_OPREGION is not set +CONFIG_PMS7003=m +CONFIG_PM_ADVANCED_DEBUG=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_CLK=y +CONFIG_PM_DEBUG=y +CONFIG_PM_DEVFREQ=y +CONFIG_PM_DEVFREQ_EVENT=y +CONFIG_PM_GENERIC_DOMAINS=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_NOTIFIER_ERROR_INJECT=m +CONFIG_PM_OPP=y +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_STD_PARTITION="" +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_FLEXFILE_LAYOUT=m +CONFIG_PNP=y +CONFIG_PNPACPI=y +# CONFIG_PNP_DEBUG_MESSAGES is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +CONFIG_POSIX_TIMERS=y +CONFIG_POWER_AVS=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AS3722=y +# CONFIG_POWER_RESET_BRCMSTB is not set +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_GPIO_RESTART=y +CONFIG_POWER_RESET_HISI=y +CONFIG_POWER_RESET_LTC2952=y +CONFIG_POWER_RESET_MSM=y +CONFIG_POWER_RESET_QCOM_PON=m +CONFIG_POWER_RESET_RESTART=y +# CONFIG_POWER_RESET_SC27XX is not set +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y +CONFIG_POWER_RESET_VEXPRESS=y +# CONFIG_POWER_RESET_XGENE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +CONFIG_PPDEV=m +CONFIG_PPP=y +CONFIG_PPPOATM=m +CONFIG_PPPOE=m +CONFIG_PPPOL2TP=m +CONFIG_PPP_ASYNC=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_MPPE=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPS=y +CONFIG_PPS_CLIENT_GPIO=m +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +CONFIG_PPS_CLIENT_PARPORT=m +# CONFIG_PPS_DEBUG is not set +CONFIG_PPTP=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_PREEMPTIRQ_EVENTS is not set +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_NOTIFIERS=y +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_PRINTER=m +CONFIG_PRINTK=y +# CONFIG_PRINTK_CALLER is not set +CONFIG_PRINTK_NMI=y +CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13 +CONFIG_PRINTK_TIME=y +# CONFIG_PRINT_QUOTA_WARNING is not set +CONFIG_PRISM2_USB=m +# CONFIG_PRISM54 is not set +CONFIG_PROBE_EVENTS=y +CONFIG_PROCESSOR_SELECT=y +CONFIG_PROC_CHILDREN=y +CONFIG_PROC_EVENTS=y +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_PID_ARCH_STATUS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_VMCORE=y +CONFIG_PROC_VMCORE_DEVICE_DUMP=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_PROFILING=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +CONFIG_PSAMPLE=m +CONFIG_PSI=y +# CONFIG_PSI_DEFAULT_DISABLED is not set +CONFIG_PSTORE=y +# CONFIG_PSTORE_842_COMPRESS is not set +CONFIG_PSTORE_COMPRESS=y +CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_DEFLATE_COMPRESS=y +CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y +# CONFIG_PSTORE_FTRACE is not set +# CONFIG_PSTORE_LZ4HC_COMPRESS is not set +# CONFIG_PSTORE_LZ4_COMPRESS is not set +# CONFIG_PSTORE_LZO_COMPRESS is not set +# CONFIG_PSTORE_PMSG is not set +CONFIG_PSTORE_RAM=m +# CONFIG_PSTORE_ZSTD_COMPRESS is not set +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_DTE=m +CONFIG_PTP_1588_CLOCK_KVM=m +CONFIG_PTP_1588_CLOCK_QORIQ=m +CONFIG_PUNIT_ATOM_DEBUG=m +CONFIG_PVH=y +CONFIG_PVPANIC=m +CONFIG_PWM=y +CONFIG_PWM_ATMEL_HLCDC_PWM=m +CONFIG_PWM_BCM2835=m +CONFIG_PWM_BCM_IPROC=m +CONFIG_PWM_BERLIN=m +CONFIG_PWM_BRCMSTB=m +CONFIG_PWM_CROS_EC=m +CONFIG_PWM_FSL_FTM=m +CONFIG_PWM_HIBVT=m +CONFIG_PWM_IMX1=m +CONFIG_PWM_IMX27=m +CONFIG_PWM_IMX_TPM=m +CONFIG_PWM_LP3943=m +CONFIG_PWM_LPSS=m +CONFIG_PWM_LPSS_PCI=m +CONFIG_PWM_LPSS_PLATFORM=m +CONFIG_PWM_MEDIATEK=m +CONFIG_PWM_MTK_DISP=m +CONFIG_PWM_PCA9685=m +CONFIG_PWM_RCAR=m +CONFIG_PWM_RENESAS_TPU=m +CONFIG_PWM_SPRD=m +CONFIG_PWM_STMPE=y +CONFIG_PWM_SUN4I=m +CONFIG_PWM_SYSFS=y +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_TWL=m +CONFIG_PWM_TWL_LED=m +CONFIG_PWRSEQ_EMMC=m +CONFIG_PWRSEQ_SD8787=m +CONFIG_PWRSEQ_SIMPLE=m +CONFIG_PXA168_ETH=m +CONFIG_QCA7000=m +CONFIG_QCA7000_SPI=m +CONFIG_QCA7000_UART=m +CONFIG_QCOM_A53PLL=m +CONFIG_QCOM_AOSS_QMP=m +CONFIG_QCOM_APCS_IPC=m +# CONFIG_QCOM_APR is not set +CONFIG_QCOM_BAM_DMA=m +CONFIG_QCOM_CLK_APCS_MSM8916=m +CONFIG_QCOM_CLK_RPM=m +CONFIG_QCOM_CLK_RPMH=m +CONFIG_QCOM_CLK_SMD_RPM=m +CONFIG_QCOM_COINCELL=m +CONFIG_QCOM_COMMAND_DB=y +CONFIG_QCOM_EBI2=y +CONFIG_QCOM_EMAC=m +CONFIG_QCOM_FALKOR_ERRATUM_1003=y +CONFIG_QCOM_FALKOR_ERRATUM_1009=y +CONFIG_QCOM_FALKOR_ERRATUM_E1041=y +CONFIG_QCOM_FASTRPC=m +CONFIG_QCOM_GDSC=y +# CONFIG_QCOM_GENI_SE is not set +CONFIG_QCOM_GLINK_SSR=m +CONFIG_QCOM_GSBI=m +CONFIG_QCOM_HFPLL=m +CONFIG_QCOM_HIDMA=m +CONFIG_QCOM_HIDMA_MGMT=m +CONFIG_QCOM_IOMMU=y +CONFIG_QCOM_IRQ_COMBINER=y +CONFIG_QCOM_L2_PMU=y +CONFIG_QCOM_L3_PMU=y +CONFIG_QCOM_LLCC=m +CONFIG_QCOM_MDT_LOADER=m +# CONFIG_QCOM_PDC is not set +CONFIG_QCOM_Q6V5_ADSP=m +CONFIG_QCOM_Q6V5_COMMON=m +CONFIG_QCOM_Q6V5_MSS=m +CONFIG_QCOM_Q6V5_PAS=m +CONFIG_QCOM_Q6V5_WCSS=m +CONFIG_QCOM_QDF2400_ERRATUM_0065=y +CONFIG_QCOM_QFPROM=m +CONFIG_QCOM_QMI_HELPERS=m +CONFIG_QCOM_RMTFS_MEM=m +CONFIG_QCOM_RPMCC=y +CONFIG_QCOM_RPMH=y +CONFIG_QCOM_RPMHPD=y +CONFIG_QCOM_RPROC_COMMON=m +CONFIG_QCOM_SCM=y +CONFIG_QCOM_SCM_64=y +# CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT is not set +CONFIG_QCOM_SDM845_LLCC=m +CONFIG_QCOM_SMD_RPM=m +CONFIG_QCOM_SMEM=m +CONFIG_QCOM_SMEM_STATE=y +CONFIG_QCOM_SMP2P=m +CONFIG_QCOM_SMSM=m +CONFIG_QCOM_SOCINFO=m +CONFIG_QCOM_SPMI_ADC5=m +CONFIG_QCOM_SPMI_IADC=m +CONFIG_QCOM_SPMI_TEMP_ALARM=m +CONFIG_QCOM_SPMI_VADC=m +# CONFIG_QCOM_SYSMON is not set +CONFIG_QCOM_TSENS=m +CONFIG_QCOM_VADC_COMMON=m +CONFIG_QCOM_WCNSS_CTRL=m +# CONFIG_QCOM_WCNSS_PIL is not set +CONFIG_QCOM_WDT=m +CONFIG_QCS_GCC_404=m +CONFIG_QCS_TURING_404=m +CONFIG_QED=m +CONFIG_QEDE=m +CONFIG_QEDF=m +CONFIG_QEDI=m +CONFIG_QED_FCOE=y +CONFIG_QED_ISCSI=y +CONFIG_QED_LL2=y +CONFIG_QED_OOO=y +CONFIG_QED_RDMA=y +CONFIG_QED_SRIOV=y +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m +CONFIG_QLA3XXX=m +CONFIG_QLCNIC=m +CONFIG_QLCNIC_DCB=y +CONFIG_QLCNIC_HWMON=y +CONFIG_QLCNIC_SRIOV=y +CONFIG_QLGE=m +CONFIG_QNX4FS_FS=m +# CONFIG_QNX6FS_DEBUG is not set +CONFIG_QNX6FS_FS=m +CONFIG_QORIQ_CPUFREQ=m +CONFIG_QORIQ_THERMAL=m +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m +CONFIG_QRTR_TUN=m +CONFIG_QSEMI_PHY=m +CONFIG_QTNFMAC=m +CONFIG_QTNFMAC_PCIE=m +CONFIG_QUEUED_RWLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_QUOTA=y +CONFIG_QUOTACTL=y +CONFIG_QUOTACTL_COMPAT=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_QUOTA_TREE=m +CONFIG_R6040=m +CONFIG_R8169=m +CONFIG_R8188EU=m +CONFIG_R8712U=m +CONFIG_RADIO_ADAPTERS=y +CONFIG_RADIO_MAXIRADIO=m +CONFIG_RADIO_SAA7706H=m +CONFIG_RADIO_SHARK=m +CONFIG_RADIO_SHARK2=m +CONFIG_RADIO_SI470X=m +CONFIG_RADIO_SI4713=m +CONFIG_RADIO_TEA575X=m +CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_WL1273=m +CONFIG_RADIO_WL128X=m +CONFIG_RAID6_PQ=m +CONFIG_RAID6_PQ_BENCHMARK=y +CONFIG_RAID_ATTRS=m +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_RANDOMIZE_BASE=y +CONFIG_RANDOMIZE_MEMORY=y +CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa +CONFIG_RANDOMIZE_MODULE_REGION_FULL=y +CONFIG_RANDOM_TRUST_CPU=y +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_CHMAN=m +CONFIG_RAPIDIO_CPS_GEN2=m +CONFIG_RAPIDIO_CPS_XX=m +# CONFIG_RAPIDIO_DEBUG is not set +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_DMA_ENGINE=y +# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set +CONFIG_RAPIDIO_ENUM_BASIC=m +CONFIG_RAPIDIO_MPORT_CDEV=m +CONFIG_RAPIDIO_RXS_GEN3=m +CONFIG_RAPIDIO_TSI568=m +CONFIG_RAPIDIO_TSI57X=m +CONFIG_RAPIDIO_TSI721=m +CONFIG_RAS=y +CONFIG_RASPBERRYPI_FIRMWARE=y +CONFIG_RASPBERRYPI_POWER=y +CONFIG_RAS_CEC=y +# CONFIG_RAS_CEC_DEBUG is not set +CONFIG_RATIONAL=y +CONFIG_RAVB=m +CONFIG_RAVE_SP_CORE=m +CONFIG_RAVE_SP_EEPROM=m +CONFIG_RAVE_SP_WATCHDOG=m +CONFIG_RAW_DRIVER=m +CONFIG_RCAR_DMAC=m +CONFIG_RCAR_GEN3_THERMAL=m +CONFIG_RCAR_THERMAL=m +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +# CONFIG_RCU_EQS_DEBUG is not set +# CONFIG_RCU_EXPERT is not set +CONFIG_RCU_NEED_SEGCBLIST=y +CONFIG_RCU_PERF_TEST=m +CONFIG_RCU_STALL_COMMON=y +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RC_ATI_REMOTE=m +CONFIG_RC_DECODERS=y +CONFIG_RC_DEVICES=y +CONFIG_RC_LOOPBACK=m +CONFIG_RC_MAP=m +CONFIG_RC_XBOX_DVD=m +CONFIG_RDMA_RXE=m +CONFIG_RDMA_SIW=m +CONFIG_RDS=m +# CONFIG_RDS_DEBUG is not set +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +CONFIG_RD_BZIP2=y +CONFIG_RD_GZIP=y +CONFIG_RD_LZ4=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y +CONFIG_RD_XZ=y +# CONFIG_READABLE_ASM is not set +# CONFIG_READ_ONLY_THP_FOR_FS is not set +CONFIG_REALTEK_AUTOPM=y +CONFIG_REALTEK_PHY=m +CONFIG_REBOOT_MODE=m +CONFIG_REED_SOLOMON=m +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I3C=m +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_SCCB=m +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_SPMI=m +CONFIG_REGMAP_W1=m +CONFIG_REGULATOR=y +CONFIG_REGULATOR_88PG86X=m +CONFIG_REGULATOR_88PM800=m +CONFIG_REGULATOR_88PM8607=m +CONFIG_REGULATOR_AAT2870=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_ACT8865=m +CONFIG_REGULATOR_ACT8945A=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_ANATOP=m +CONFIG_REGULATOR_AS3711=m +CONFIG_REGULATOR_AS3722=m +CONFIG_REGULATOR_AXP20X=m +CONFIG_REGULATOR_BCM590XX=m +CONFIG_REGULATOR_BD70528=m +CONFIG_REGULATOR_BD718XX=m +CONFIG_REGULATOR_BD9571MWV=m +CONFIG_REGULATOR_CPCAP=m +CONFIG_REGULATOR_DA903X=m +CONFIG_REGULATOR_DA9052=m +CONFIG_REGULATOR_DA9055=m +CONFIG_REGULATOR_DA9062=m +CONFIG_REGULATOR_DA9063=m +CONFIG_REGULATOR_DA9210=m +CONFIG_REGULATOR_DA9211=m +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_GPIO=m +CONFIG_REGULATOR_HI6421=m +CONFIG_REGULATOR_HI6421V530=m +CONFIG_REGULATOR_HI655X=m +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_ISL9305=m +CONFIG_REGULATOR_LM363X=m +CONFIG_REGULATOR_LOCHNAGAR=m +CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_LP872X=m +CONFIG_REGULATOR_LP873X=m +CONFIG_REGULATOR_LP8755=m +CONFIG_REGULATOR_LP87565=m +CONFIG_REGULATOR_LP8788=m +CONFIG_REGULATOR_LTC3589=m +CONFIG_REGULATOR_LTC3676=m +CONFIG_REGULATOR_MAX14577=m +CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_MAX77620=m +CONFIG_REGULATOR_MAX77650=m +CONFIG_REGULATOR_MAX77686=m +CONFIG_REGULATOR_MAX77693=m +CONFIG_REGULATOR_MAX77802=m +CONFIG_REGULATOR_MAX8649=m +CONFIG_REGULATOR_MAX8660=m +CONFIG_REGULATOR_MAX8907=m +CONFIG_REGULATOR_MAX8925=m +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=m +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_MCP16502=m +CONFIG_REGULATOR_MT6311=m +CONFIG_REGULATOR_MT6323=m +CONFIG_REGULATOR_MT6380=m +CONFIG_REGULATOR_MT6397=m +CONFIG_REGULATOR_PALMAS=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_PCF50633=m +CONFIG_REGULATOR_PFUZE100=m +CONFIG_REGULATOR_PV88060=m +CONFIG_REGULATOR_PV88080=m +CONFIG_REGULATOR_PV88090=m +CONFIG_REGULATOR_PWM=m +CONFIG_REGULATOR_QCOM_RPM=m +CONFIG_REGULATOR_QCOM_RPMH=m +CONFIG_REGULATOR_QCOM_SMD_RPM=m +CONFIG_REGULATOR_QCOM_SPMI=m +CONFIG_REGULATOR_RC5T583=m +CONFIG_REGULATOR_RK808=m +CONFIG_REGULATOR_RN5T618=m +CONFIG_REGULATOR_RT5033=m +CONFIG_REGULATOR_S2MPA01=m +CONFIG_REGULATOR_S2MPS11=m +CONFIG_REGULATOR_S5M8767=m +# CONFIG_REGULATOR_SC2731 is not set +CONFIG_REGULATOR_SKY81452=m +CONFIG_REGULATOR_SLG51000=m +CONFIG_REGULATOR_STPMIC1=m +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +CONFIG_REGULATOR_TPS51632=m +CONFIG_REGULATOR_TPS6105X=m +CONFIG_REGULATOR_TPS62360=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m +CONFIG_REGULATOR_TPS65086=m +CONFIG_REGULATOR_TPS65090=m +CONFIG_REGULATOR_TPS65132=m +CONFIG_REGULATOR_TPS65217=m +CONFIG_REGULATOR_TPS65218=m +CONFIG_REGULATOR_TPS6524X=m +CONFIG_REGULATOR_TPS6586X=m +CONFIG_REGULATOR_TPS65910=m +CONFIG_REGULATOR_TPS65912=m +CONFIG_REGULATOR_TPS80031=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_REGULATOR_USERSPACE_CONSUMER=m +CONFIG_REGULATOR_VCTRL=m +CONFIG_REGULATOR_VEXPRESS=m +CONFIG_REGULATOR_VIRTUAL_CONSUMER=m +CONFIG_REGULATOR_WM831X=m +CONFIG_REGULATOR_WM8350=m +CONFIG_REGULATOR_WM8400=m +CONFIG_REGULATOR_WM8994=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_FS=m +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_REISERFS_FS_XATTR=y +# CONFIG_REISERFS_PROC_INFO is not set +CONFIG_RELAY=y +CONFIG_RELOCATABLE=y +CONFIG_REMOTEPROC=y +CONFIG_RENESAS_DMA=y +CONFIG_RENESAS_IRQC=y +CONFIG_RENESAS_PHY=m +CONFIG_RENESAS_RZAWDT=m +CONFIG_RENESAS_USB_DMAC=m +CONFIG_RENESAS_WDT=m +CONFIG_RESET_ATTACK_MITIGATION=y +CONFIG_RESET_BERLIN=y +CONFIG_RESET_BRCMSTB=m +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_HISI=y +CONFIG_RESET_IMX7=y +CONFIG_RESET_QCOM_AOSS=y +CONFIG_RESET_QCOM_PDC=m +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SUNXI=y +CONFIG_RESET_TI_SCI=m +CONFIG_RESET_TI_SYSCON=m +CONFIG_RETPOLINE=y +CONFIG_RETU_WATCHDOG=m +CONFIG_RFD77402=m +CONFIG_RFD_FTL=m +CONFIG_RFKILL=y +CONFIG_RFKILL_GPIO=m +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFS_ACCEL=y +CONFIG_RING_BUFFER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +CONFIG_RIONET=m +CONFIG_RIONET_RX_SIZE=128 +CONFIG_RIONET_TX_SIZE=128 +CONFIG_RMI4_2D_SENSOR=y +CONFIG_RMI4_CORE=m +CONFIG_RMI4_F03=y +CONFIG_RMI4_F03_SERIO=m +CONFIG_RMI4_F11=y +CONFIG_RMI4_F12=y +CONFIG_RMI4_F30=y +CONFIG_RMI4_F34=y +CONFIG_RMI4_F54=y +CONFIG_RMI4_F55=y +CONFIG_RMI4_I2C=m +CONFIG_RMI4_SMB=m +CONFIG_RMI4_SPI=m +CONFIG_RMNET=m +CONFIG_RN5T618_WATCHDOG=m +CONFIG_ROCKCHIP_PHY=m +CONFIG_ROCKER=m +CONFIG_ROCKETPORT=m +CONFIG_RODATA_FULL_DEFAULT_ENABLED=y +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +# CONFIG_ROMFS_BACKED_BY_MTD is not set +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROSE=m +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPMSG=m +CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_QCOM_GLINK_NATIVE=m +CONFIG_RPMSG_QCOM_GLINK_RPM=m +CONFIG_RPMSG_QCOM_GLINK_SMEM=m +CONFIG_RPMSG_QCOM_SMD=m +CONFIG_RPMSG_VIRTIO=m +CONFIG_RPR0521=m +CONFIG_RPS=y +CONFIG_RSEQ=y +CONFIG_RSI_91X=m +# CONFIG_RSI_DEBUGFS is not set +CONFIG_RSI_SDIO=m +CONFIG_RSI_USB=m +CONFIG_RST_RCAR=y +CONFIG_RT2400PCI=m +CONFIG_RT2500PCI=m +CONFIG_RT2500USB=m +CONFIG_RT2800PCI=m +CONFIG_RT2800PCI_RT3290=y +CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y +CONFIG_RT2800USB=m +CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT3573=y +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_RT55XX=y +CONFIG_RT2800USB_UNKNOWN=y +CONFIG_RT2800_LIB=m +CONFIG_RT2800_LIB_MMIO=m +CONFIG_RT2X00=m +# CONFIG_RT2X00_DEBUG is not set +CONFIG_RT2X00_LIB=m +CONFIG_RT2X00_LIB_CRYPTO=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_LEDS=y +CONFIG_RT2X00_LIB_MMIO=m +CONFIG_RT2X00_LIB_PCI=m +CONFIG_RT2X00_LIB_USB=m +CONFIG_RT61PCI=m +CONFIG_RT73USB=m +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_88PM860X=m +CONFIG_RTC_DRV_AB3100=m +CONFIG_RTC_DRV_ABB5ZES3=m +CONFIG_RTC_DRV_ABEOZ9=m +CONFIG_RTC_DRV_ABX80X=m +# CONFIG_RTC_DRV_AM1805 is not set +CONFIG_RTC_DRV_AS3722=m +CONFIG_RTC_DRV_BD70528=m +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_BRCMSTB=m +CONFIG_RTC_DRV_CADENCE=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_CPCAP=m +CONFIG_RTC_DRV_CROS_EC=m +CONFIG_RTC_DRV_DA9052=m +CONFIG_RTC_DRV_DA9055=m +CONFIG_RTC_DRV_DA9063=m +CONFIG_RTC_DRV_DS1286=m +CONFIG_RTC_DRV_DS1302=m +CONFIG_RTC_DRV_DS1305=m +CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_DS1307_CENTURY=y +CONFIG_RTC_DRV_DS1343=m +CONFIG_RTC_DRV_DS1347=m +CONFIG_RTC_DRV_DS1374=m +CONFIG_RTC_DRV_DS1374_WDT=y +CONFIG_RTC_DRV_DS1390=m +CONFIG_RTC_DRV_DS1511=m +CONFIG_RTC_DRV_DS1553=m +CONFIG_RTC_DRV_DS1672=m +CONFIG_RTC_DRV_DS1685=y +CONFIG_RTC_DRV_DS1685_FAMILY=m +# CONFIG_RTC_DRV_DS1689 is not set +# CONFIG_RTC_DRV_DS17285 is not set +CONFIG_RTC_DRV_DS1742=m +# CONFIG_RTC_DRV_DS17485 is not set +# CONFIG_RTC_DRV_DS17885 is not set +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_DS3232_HWMON=y +CONFIG_RTC_DRV_EFI=y +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_FM3130=m +CONFIG_RTC_DRV_FSL_FTM_ALARM=m +CONFIG_RTC_DRV_FTRTC010=m +CONFIG_RTC_DRV_HID_SENSOR_TIME=m +CONFIG_RTC_DRV_HYM8563=m +CONFIG_RTC_DRV_IMXDI=m +CONFIG_RTC_DRV_IMX_SC=m +CONFIG_RTC_DRV_ISL12022=m +# CONFIG_RTC_DRV_ISL12026 is not set +CONFIG_RTC_DRV_ISL1208=m +CONFIG_RTC_DRV_LP8788=m +CONFIG_RTC_DRV_M41T80=m +CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_RTC_DRV_M41T93=m +CONFIG_RTC_DRV_M41T94=m +CONFIG_RTC_DRV_M48T35=m +CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_M48T86=m +CONFIG_RTC_DRV_MAX6900=m +CONFIG_RTC_DRV_MAX6902=m +CONFIG_RTC_DRV_MAX6916=m +CONFIG_RTC_DRV_MAX77686=m +CONFIG_RTC_DRV_MAX8907=m +CONFIG_RTC_DRV_MAX8925=m +CONFIG_RTC_DRV_MAX8997=m +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MC13XXX=m +CONFIG_RTC_DRV_MCP795=m +CONFIG_RTC_DRV_MSM6242=m +CONFIG_RTC_DRV_MT6397=m +CONFIG_RTC_DRV_MT7622=m +CONFIG_RTC_DRV_MXC=m +CONFIG_RTC_DRV_MXC_V2=m +CONFIG_RTC_DRV_PALMAS=m +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_PCF2123=m +CONFIG_RTC_DRV_PCF2127=m +CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_PCF85063=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_PCF85363=m +CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF8583=m +CONFIG_RTC_DRV_PL030=m +CONFIG_RTC_DRV_PL031=m +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_R7301=m +CONFIG_RTC_DRV_R9701=m +CONFIG_RTC_DRV_RC5T583=m +CONFIG_RTC_DRV_RK808=m +CONFIG_RTC_DRV_RP5C01=m +CONFIG_RTC_DRV_RS5C348=m +CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_RTD119X=y +CONFIG_RTC_DRV_RV3028=m +CONFIG_RTC_DRV_RV3029C2=m +CONFIG_RTC_DRV_RV3029_HWMON=y +CONFIG_RTC_DRV_RV8803=m +CONFIG_RTC_DRV_RX4581=m +CONFIG_RTC_DRV_RX6110=m +CONFIG_RTC_DRV_RX8010=m +CONFIG_RTC_DRV_RX8025=m +CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_S35390A=m +CONFIG_RTC_DRV_S5M=m +CONFIG_RTC_DRV_SC27XX=m +CONFIG_RTC_DRV_SD3078=m +CONFIG_RTC_DRV_SH=m +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_STK17TA8=m +CONFIG_RTC_DRV_SUN6I=y +# CONFIG_RTC_DRV_TEST is not set +CONFIG_RTC_DRV_TPS6586X=m +CONFIG_RTC_DRV_TPS65910=m +CONFIG_RTC_DRV_TPS80031=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_WILCO_EC=m +CONFIG_RTC_DRV_WM831X=m +CONFIG_RTC_DRV_WM8350=m +CONFIG_RTC_DRV_X1205=m +CONFIG_RTC_DRV_XGENE=y +CONFIG_RTC_DRV_ZYNQMP=m +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_LIB=y +CONFIG_RTC_MC146818_LIB=y +CONFIG_RTC_NVMEM=y +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +CONFIG_RTD119X_WATCHDOG=y +CONFIG_RTL8180=m +CONFIG_RTL8187=m +CONFIG_RTL8187_LEDS=y +CONFIG_RTL8188EE=m +CONFIG_RTL8192CE=m +CONFIG_RTL8192CU=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTL8192DE=m +CONFIG_RTL8192E=m +CONFIG_RTL8192EE=m +CONFIG_RTL8192SE=m +CONFIG_RTL8192U=m +CONFIG_RTL8723AE=m +CONFIG_RTL8723BE=m +CONFIG_RTL8723BS=m +CONFIG_RTL8723_COMMON=m +CONFIG_RTL8821AE=m +CONFIG_RTL8XXXU=m +CONFIG_RTL8XXXU_UNTESTED=y +CONFIG_RTLBTCOEXIST=m +CONFIG_RTLLIB=m +CONFIG_RTLLIB_CRYPTO_CCMP=m +CONFIG_RTLLIB_CRYPTO_TKIP=m +CONFIG_RTLLIB_CRYPTO_WEP=m +CONFIG_RTLWIFI=m +# CONFIG_RTLWIFI_DEBUG is not set +CONFIG_RTLWIFI_PCI=m +CONFIG_RTLWIFI_USB=m +CONFIG_RTL_CARDS=m +CONFIG_RTS5208=m +# CONFIG_RTW88 is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_RT_MUTEXES=y +# CONFIG_RUNTIME_TESTING_MENU is not set +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_RXKAD=y +CONFIG_S2IO=m +# CONFIG_SAMPLES is not set +# CONFIG_SAMSUNG_LAPTOP is not set +# CONFIG_SAMSUNG_Q10 is not set +CONFIG_SATA_AHCI=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_AHCI_SEATTLE=m +CONFIG_SATA_DWC=m +# CONFIG_SATA_DWC_DEBUG is not set +CONFIG_SATA_DWC_OLD_DMA=y +CONFIG_SATA_MOBILE_LPM_POLICY=3 +CONFIG_SATA_PMP=y +CONFIG_SATA_RCAR=m +CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_SBC_FITPC2_WATCHDOG=m +CONFIG_SBITMAP=y +CONFIG_SBNI=m +# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBP_TARGET=m +CONFIG_SC1200_WDT=m +CONFIG_SC27XX_ADC=m +CONFIG_SC27XX_EFUSE=m +CONFIG_SC92031=m +CONFIG_SCA3000=m +CONFIG_SCHEDSTATS=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_HRTICK=y +CONFIG_SCHED_INFO=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_MC_PRIO=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_SCHED_SMT=y +CONFIG_SCHED_STACK_END_CHECK=y +CONFIG_SCHED_TRACER=y +CONFIG_SCIF=m +CONFIG_SCIF_BUS=m +CONFIG_SCSI=y +CONFIG_SCSI_3W_9XXX=m +CONFIG_SCSI_3W_SAS=m +CONFIG_SCSI_AACRAID=m +CONFIG_SCSI_ACARD=m +CONFIG_SCSI_ADVANSYS=m +CONFIG_SCSI_AHA1740=m +CONFIG_SCSI_AIC79XX=m +CONFIG_SCSI_AIC7XXX=m +CONFIG_SCSI_AIC94XX=m +CONFIG_SCSI_AM53C974=m +CONFIG_SCSI_ARCMSR=m +CONFIG_SCSI_BFA_FC=m +CONFIG_SCSI_BNX2X_FCOE=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_BUSLOGIC=m +CONFIG_SCSI_CHELSIO_FCOE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_DC395x=m +CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_DH=y +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DMA=y +CONFIG_SCSI_DMX3191D=m +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_ESAS2R=m +CONFIG_SCSI_FC_ATTRS=m +CONFIG_SCSI_FDOMAIN=m +CONFIG_SCSI_FDOMAIN_PCI=m +CONFIG_SCSI_FLASHPOINT=y +CONFIG_SCSI_GDTH=m +CONFIG_SCSI_HISI_SAS=m +CONFIG_SCSI_HISI_SAS_PCI=m +CONFIG_SCSI_HPSA=m +CONFIG_SCSI_HPTIOP=m +CONFIG_SCSI_IMM=m +CONFIG_SCSI_INIA100=m +CONFIG_SCSI_INITIO=m +CONFIG_SCSI_IPR=m +CONFIG_SCSI_IPR_DUMP=y +CONFIG_SCSI_IPR_TRACE=y +CONFIG_SCSI_IPS=m +CONFIG_SCSI_ISCI=m +CONFIG_SCSI_ISCSI_ATTRS=m +# CONFIG_SCSI_IZIP_EPP16 is not set +# CONFIG_SCSI_IZIP_SLOW_CTR is not set +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +CONFIG_SCSI_MOD=y +CONFIG_SCSI_MPT2SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS=m +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +CONFIG_SCSI_MVUMI=m +CONFIG_SCSI_MYRB=m +CONFIG_SCSI_MYRS=m +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_PM8001=m +CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PPA=m +CONFIG_SCSI_PROC_FS=y +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_QLOGIC_1280=m +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_HOST_SMP=y +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_SCSI_SIM710=m +CONFIG_SCSI_SMARTPQI=m +CONFIG_SCSI_SNIC=m +# CONFIG_SCSI_SNIC_DEBUG_FS is not set +CONFIG_SCSI_SPI_ATTRS=m +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SCSI_STEX=m +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_UFSHCD_PCI=m +CONFIG_SCSI_UFSHCD_PLATFORM=m +CONFIG_SCSI_UFS_BSG=y +CONFIG_SCSI_UFS_CDNS_PLATFORM=m +CONFIG_SCSI_UFS_DWC_TC_PCI=m +CONFIG_SCSI_UFS_DWC_TC_PLATFORM=m +CONFIG_SCSI_UFS_HISI=m +CONFIG_SCSI_UFS_MEDIATEK=m +# CONFIG_SCSI_UFS_QCOM is not set +CONFIG_SCSI_VIRTIO=m +CONFIG_SCSI_WD719X=m +CONFIG_SCTP_COOKIE_HMAC_MD5=y +CONFIG_SCTP_COOKIE_HMAC_SHA1=y +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y +CONFIG_SDIO_UART=m +# CONFIG_SDMA_VERBOSITY is not set +CONFIG_SDM_CAMCC_845=m +CONFIG_SDM_DISPCC_845=m +CONFIG_SDM_GCC_660=m +CONFIG_SDM_GCC_845=m +CONFIG_SDM_GPUCC_845=m +CONFIG_SDM_LPASSCC_845=m +# CONFIG_SDM_VIDEOCC_845 is not set +CONFIG_SDR_MAX2175=m +CONFIG_SDR_PLATFORM_DRIVERS=y +# CONFIG_SD_ADC_MODULATOR is not set +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_SECONDARY_TRUSTED_KEYRING=y +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_APPARMOR=y +# CONFIG_SECURITY_APPARMOR_DEBUG is not set +CONFIG_SECURITY_APPARMOR_HASH=y +CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_INFINIBAND=y +# CONFIG_SECURITY_LOADPIN is not set +CONFIG_SECURITY_LOCKDOWN_LSM=y +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_NETWORK_XFRM=y +CONFIG_SECURITY_PATH=y +CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y +CONFIG_SECURITY_SAFESETID=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 +CONFIG_SECURITY_SELINUX_DEVELOP=y +# CONFIG_SECURITY_SELINUX_DISABLE is not set +CONFIG_SECURITY_SMACK=y +CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y +# CONFIG_SECURITY_SMACK_BRINGUP is not set +CONFIG_SECURITY_SMACK_NETFILTER=y +CONFIG_SECURITY_TOMOYO=y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" +# CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING is not set +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_YAMA=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SENSIRION_SGP30=m +CONFIG_SENSORS_ABITUGURU=m +CONFIG_SENSORS_ABITUGURU3=m +CONFIG_SENSORS_ACPI_POWER=m +CONFIG_SENSORS_AD7314=m +CONFIG_SENSORS_AD7414=m +CONFIG_SENSORS_AD7418=m +CONFIG_SENSORS_ADC128D818=m +CONFIG_SENSORS_ADCXX=m +CONFIG_SENSORS_ADM1021=m +CONFIG_SENSORS_ADM1025=m +CONFIG_SENSORS_ADM1026=m +CONFIG_SENSORS_ADM1029=m +CONFIG_SENSORS_ADM1031=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_ADS7871=m +CONFIG_SENSORS_ADT7310=m +CONFIG_SENSORS_ADT7410=m +CONFIG_SENSORS_ADT7411=m +CONFIG_SENSORS_ADT7462=m +CONFIG_SENSORS_ADT7470=m +CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_ADT7X10=m +CONFIG_SENSORS_AMC6821=m +CONFIG_SENSORS_APDS990X=m +CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_ARM_SCPI=m +CONFIG_SENSORS_AS370=m +CONFIG_SENSORS_ASB100=m +CONFIG_SENSORS_ASC7621=m +CONFIG_SENSORS_ASPEED=m +CONFIG_SENSORS_ATK0110=m +CONFIG_SENSORS_ATXP1=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_CORETEMP=m +CONFIG_SENSORS_DA9052_ADC=m +CONFIG_SENSORS_DA9055=m +CONFIG_SENSORS_DELL_SMM=m +CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_DS1621=m +CONFIG_SENSORS_DS620=m +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m +CONFIG_SENSORS_F71805F=m +CONFIG_SENSORS_F71882FG=m +CONFIG_SENSORS_F75375S=m +CONFIG_SENSORS_FAM15H_POWER=m +CONFIG_SENSORS_FSCHMD=m +CONFIG_SENSORS_FTSTEUTATES=m +CONFIG_SENSORS_G760A=m +CONFIG_SENSORS_G762=m +CONFIG_SENSORS_GL518SM=m +CONFIG_SENSORS_GL520SM=m +CONFIG_SENSORS_GPIO_FAN=m +# CONFIG_SENSORS_HDAPS is not set +CONFIG_SENSORS_HIH6130=m +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_HMC5843_I2C=m +CONFIG_SENSORS_HMC5843_SPI=m +CONFIG_SENSORS_I5500=m +CONFIG_SENSORS_I5K_AMB=m +CONFIG_SENSORS_IBMAEM=m +CONFIG_SENSORS_IBMPEX=m +CONFIG_SENSORS_IBM_CFFPS=m +CONFIG_SENSORS_IIO_HWMON=m +CONFIG_SENSORS_INA209=m +CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_INA3221=m +CONFIG_SENSORS_INSPUR_IPSPS=m +CONFIG_SENSORS_IR35221=m +CONFIG_SENSORS_IR38064=m +CONFIG_SENSORS_IRPS5401=m +CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_ISL29028=m +CONFIG_SENSORS_ISL68137=m +CONFIG_SENSORS_IT87=m +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_LINEAGE=m +CONFIG_SENSORS_LIS3LV02D=m +CONFIG_SENSORS_LIS3_I2C=m +CONFIG_SENSORS_LM25066=m +CONFIG_SENSORS_LM3533=m +CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM70=m +CONFIG_SENSORS_LM73=m +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_LM77=m +CONFIG_SENSORS_LM78=m +CONFIG_SENSORS_LM80=m +CONFIG_SENSORS_LM83=m +CONFIG_SENSORS_LM85=m +CONFIG_SENSORS_LM87=m +CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_LM92=m +CONFIG_SENSORS_LM93=m +CONFIG_SENSORS_LM95234=m +CONFIG_SENSORS_LM95241=m +CONFIG_SENSORS_LM95245=m +CONFIG_SENSORS_LOCHNAGAR=m +CONFIG_SENSORS_LTC2945=m +CONFIG_SENSORS_LTC2978=m +CONFIG_SENSORS_LTC2978_REGULATOR=y +CONFIG_SENSORS_LTC2990=m +CONFIG_SENSORS_LTC3815=m +CONFIG_SENSORS_LTC4151=m +CONFIG_SENSORS_LTC4215=m +CONFIG_SENSORS_LTC4222=m +CONFIG_SENSORS_LTC4245=m +CONFIG_SENSORS_LTC4260=m +CONFIG_SENSORS_LTC4261=m +CONFIG_SENSORS_MAX1111=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX16065=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_MAX1668=m +CONFIG_SENSORS_MAX197=m +CONFIG_SENSORS_MAX20751=m +CONFIG_SENSORS_MAX31722=m +CONFIG_SENSORS_MAX31785=m +CONFIG_SENSORS_MAX31790=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX6621=m +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m +CONFIG_SENSORS_MAX6650=m +CONFIG_SENSORS_MAX6697=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_MC13783_ADC=m +CONFIG_SENSORS_MCP3021=m +CONFIG_SENSORS_MENF21BMC_HWMON=m +CONFIG_SENSORS_MLXREG_FAN=m +CONFIG_SENSORS_NCT6683=m +CONFIG_SENSORS_NCT6775=m +CONFIG_SENSORS_NCT7802=m +CONFIG_SENSORS_NCT7904=m +CONFIG_SENSORS_NPCM7XX=m +CONFIG_SENSORS_NTC_THERMISTOR=m +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OCC_P9_SBE is not set +CONFIG_SENSORS_PC87360=m +CONFIG_SENSORS_PC87427=m +CONFIG_SENSORS_PCF8591=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_POWR1220=m +CONFIG_SENSORS_PWM_FAN=m +CONFIG_SENSORS_PXE1610=m +CONFIG_SENSORS_RASPBERRYPI_HWMON=m +CONFIG_SENSORS_RM3100=m +CONFIG_SENSORS_RM3100_I2C=m +CONFIG_SENSORS_RM3100_SPI=m +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_SCH5636=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SENSORS_SHT15=m +CONFIG_SENSORS_SHT21=m +CONFIG_SENSORS_SHT3x=m +CONFIG_SENSORS_SHTC1=m +CONFIG_SENSORS_SIS5595=m +CONFIG_SENSORS_SMM665=m +CONFIG_SENSORS_SMSC47B397=m +CONFIG_SENSORS_SMSC47M1=m +CONFIG_SENSORS_SMSC47M192=m +CONFIG_SENSORS_STTS751=m +CONFIG_SENSORS_TC654=m +CONFIG_SENSORS_TC74=m +CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP103=m +CONFIG_SENSORS_TMP108=m +CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_TPS40422=m +CONFIG_SENSORS_TPS53679=m +CONFIG_SENSORS_TSL2550=m +CONFIG_SENSORS_TSL2563=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m +CONFIG_SENSORS_VEXPRESS=m +CONFIG_SENSORS_VIA686A=m +CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_VT1211=m +CONFIG_SENSORS_VT8231=m +CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_W83627HF=m +CONFIG_SENSORS_W83773G=m +CONFIG_SENSORS_W83781D=m +CONFIG_SENSORS_W83791D=m +CONFIG_SENSORS_W83792D=m +CONFIG_SENSORS_W83793=m +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set +CONFIG_SENSORS_W83L785TS=m +CONFIG_SENSORS_W83L786NG=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m +CONFIG_SENSORS_XGENE=m +CONFIG_SENSORS_ZL6100=m +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_ASPEED_VUART=m +# CONFIG_SERIAL_8250_BCM2835AUX is not set +CONFIG_SERIAL_8250_CONSOLE=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_EXAR=m +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_FINTEK=y +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_LPSS=m +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_MEN_MCB=m +CONFIG_SERIAL_8250_MID=m +CONFIG_SERIAL_8250_MT6577=y +CONFIG_SERIAL_8250_OMAP=m +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_RT288X=y +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_AMBA_PL010=m +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_ARC=m +CONFIG_SERIAL_ARC_NR_PORTS=1 +CONFIG_SERIAL_CONEXANT_DIGICOLOR=m +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y +CONFIG_SERIAL_FSL_LINFLEXUART=m +CONFIG_SERIAL_FSL_LPUART=m +# CONFIG_SERIAL_IFX6X60 is not set +CONFIG_SERIAL_IMX=m +CONFIG_SERIAL_IPOCTAL=m +CONFIG_SERIAL_JSM=m +CONFIG_SERIAL_KGDB_NMI=y +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX310X=y +CONFIG_SERIAL_MCTRL_GPIO=y +CONFIG_SERIAL_MEN_Z135=m +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_SERIAL_OWL=y +CONFIG_SERIAL_OWL_CONSOLE=y +CONFIG_SERIAL_RP2=m +CONFIG_SERIAL_RP2_NR_UARTS=32 +CONFIG_SERIAL_SC16IS7XX=m +CONFIG_SERIAL_SC16IS7XX_CORE=m +CONFIG_SERIAL_SC16IS7XX_I2C=y +CONFIG_SERIAL_SC16IS7XX_SPI=y +CONFIG_SERIAL_SCCNXP=y +CONFIG_SERIAL_SCCNXP_CONSOLE=y +CONFIG_SERIAL_SH_SCI=m +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=2 +CONFIG_SERIAL_SIFIVE=m +CONFIG_SERIAL_SPRD=m +CONFIG_SERIAL_UARTLITE=m +CONFIG_SERIAL_UARTLITE_NR_UARTS=1 +CONFIG_SERIAL_XILINX_PS_UART=m +CONFIG_SERIO=y +CONFIG_SERIO_ALTERA_PS2=m +CONFIG_SERIO_AMBAKMI=m +CONFIG_SERIO_APBPS2=m +CONFIG_SERIO_ARC_PS2=m +CONFIG_SERIO_CT82C710=m +CONFIG_SERIO_GPIO_PS2=m +CONFIG_SERIO_I8042=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_PARKBD=m +CONFIG_SERIO_PCIPS2=m +CONFIG_SERIO_PS2MULT=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_SERPORT=m +# CONFIG_SERIO_SUN4I_PS2 is not set +CONFIG_SETEND_EMULATION=y +CONFIG_SFC=m +CONFIG_SFC_FALCON=m +CONFIG_SFC_FALCON_MTD=y +CONFIG_SFC_MCDI_LOGGING=y +CONFIG_SFC_MCDI_MON=y +CONFIG_SFC_MTD=y +CONFIG_SFC_SRIOV=y +CONFIG_SFI=y +CONFIG_SFP=m +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SGI_PARTITION=y +CONFIG_SGL_ALLOC=y +CONFIG_SG_POOL=y +CONFIG_SG_SPLIT=y +CONFIG_SHIFT_FS=m +CONFIG_SHIFT_FS_POSIX_ACL=y +CONFIG_SHMEM=y +CONFIG_SHUFFLE_PAGE_ALLOCATOR=y +CONFIG_SH_ETH=m +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_TIMER_TMU=y +CONFIG_SI1133=m +CONFIG_SI1145=m +CONFIG_SI7005=m +CONFIG_SI7020=m +CONFIG_SIGNALFD=y +CONFIG_SIGNATURE=y +CONFIG_SIGNED_PE_FILE_VERIFICATION=y +CONFIG_SIMPLE_PM_BUS=y +CONFIG_SIOX=m +CONFIG_SIOX_BUS_GPIO=m +CONFIG_SIS190=m +CONFIG_SIS900=m +CONFIG_SKB_EXTENSIONS=y +CONFIG_SKFP=m +CONFIG_SKGE=m +# CONFIG_SKGE_DEBUG is not set +CONFIG_SKGE_GENESIS=y +CONFIG_SKY2=m +# CONFIG_SKY2_DEBUG is not set +# CONFIG_SLAB is not set +CONFIG_SLAB_FREELIST_HARDENED=y +CONFIG_SLAB_FREELIST_RANDOM=y +CONFIG_SLAB_MERGE_DEFAULT=y +CONFIG_SLHC=y +CONFIG_SLICOSS=m +CONFIG_SLIC_DS26522=m +CONFIG_SLIMBUS=m +CONFIG_SLIM_QCOM_CTRL=m +CONFIG_SLIM_QCOM_NGD_CTRL=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y +CONFIG_SLIP_MODE_SLIP6=y +CONFIG_SLIP_SMART=y +# CONFIG_SLOB is not set +CONFIG_SLUB=y +CONFIG_SLUB_CPU_PARTIAL=y +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +CONFIG_SLUB_MEMCG_SYSFS_ON=y +# CONFIG_SLUB_STATS is not set +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_SMC=m +CONFIG_SMC91X=y +CONFIG_SMC_DIAG=m +CONFIG_SMP=y +CONFIG_SMSC37B787_WDT=m +CONFIG_SMSC911X=m +CONFIG_SMSC9420=m +CONFIG_SMSC_PHY=m +CONFIG_SMSC_SCH311X_WDT=m +CONFIG_SMS_SDIO_DRV=m +CONFIG_SMS_SIANO_DEBUGFS=y +CONFIG_SMS_SIANO_MDTV=m +CONFIG_SMS_SIANO_RC=y +CONFIG_SMS_USB_DRV=m +CONFIG_SM_FTL=m +CONFIG_SM_GCC_8150=m +CONFIG_SNI_NETSEC=m +CONFIG_SOCIONEXT_SYNQUACER_PREITS=y +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_SOCK_VALIDATE_XMIT=y +CONFIG_SOC_BRCMSTB=y +CONFIG_SOC_BUS=y +CONFIG_SOC_RENESAS=y +CONFIG_SOC_TI=y +CONFIG_SOFTLOCKUP_DETECTOR=y +CONFIG_SOFT_WATCHDOG=m +CONFIG_SOFT_WATCHDOG_PRETIMEOUT=y +CONFIG_SOLARIS_X86_PARTITION=y +CONFIG_SONY_FF=y +# CONFIG_SONY_LAPTOP is not set +# CONFIG_SOUND is not set +CONFIG_SOUNDWIRE=m +CONFIG_SP5100_TCO=m +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSE_IRQ=y +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DUMMY=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +CONFIG_SPI=y +CONFIG_SPI_ALTERA=m +CONFIG_SPI_AXI_SPI_ENGINE=m +CONFIG_SPI_BCM2835=m +CONFIG_SPI_BCM2835AUX=m +CONFIG_SPI_BCM_QSPI=m +CONFIG_SPI_BITBANG=m +CONFIG_SPI_BUTTERFLY=m +CONFIG_SPI_CADENCE=m +CONFIG_SPI_CADENCE_QUADSPI=m +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DLN2=m +CONFIG_SPI_DW_MID_DMA=y +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_DYNAMIC=y +CONFIG_SPI_FSL_DSPI=m +CONFIG_SPI_FSL_LIB=y +CONFIG_SPI_FSL_LPSPI=m +CONFIG_SPI_FSL_QUADSPI=m +CONFIG_SPI_FSL_SPI=y +CONFIG_SPI_GPIO=m +CONFIG_SPI_HISI_SFC=m +CONFIG_SPI_HISI_SFC_V3XX=m +CONFIG_SPI_IMX=m +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_LOOPBACK_TEST=m +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y +CONFIG_SPI_MT65XX=m +CONFIG_SPI_MTK_QUADSPI=m +CONFIG_SPI_MXIC=m +CONFIG_SPI_NXP_FLEXSPI=m +CONFIG_SPI_OC_TINY=m +CONFIG_SPI_OMAP24XX=m +CONFIG_SPI_PL022=m +CONFIG_SPI_PXA2XX=m +CONFIG_SPI_PXA2XX_PCI=m +CONFIG_SPI_QCOM_QSPI=m +CONFIG_SPI_QUP=m +CONFIG_SPI_RSPI=m +CONFIG_SPI_SC18IS602=m +CONFIG_SPI_SH_HSPI=m +CONFIG_SPI_SH_MSIOF=m +CONFIG_SPI_SIFIVE=m +CONFIG_SPI_SLAVE=y +CONFIG_SPI_SLAVE_MT27XX=m +CONFIG_SPI_SLAVE_SYSTEM_CONTROL=m +CONFIG_SPI_SLAVE_TIME=m +CONFIG_SPI_SPIDEV=m +CONFIG_SPI_SPRD=m +CONFIG_SPI_SPRD_ADI=m +# CONFIG_SPI_SUN4I is not set +CONFIG_SPI_SUN6I=m +CONFIG_SPI_SYNQUACER=m +CONFIG_SPI_THUNDERX=m +CONFIG_SPI_TLE62X0=m +CONFIG_SPI_XCOMM=m +# CONFIG_SPI_XILINX is not set +CONFIG_SPI_XLP=m +CONFIG_SPI_ZYNQMP_GQSPI=m +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_SPMI=m +CONFIG_SPMI_MSM_PMIC_ARB=m +# CONFIG_SPMI_PMIC_CLKDIV is not set +CONFIG_SPRD_COMMON_CLK=y +CONFIG_SPRD_DMA=m +CONFIG_SPRD_SC9860_CLK=y +CONFIG_SPRD_TIMER=y +# CONFIG_SPRD_WATCHDOG is not set +CONFIG_SPS30=m +CONFIG_SQUASHFS=y +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_EMBEDDED is not set +# CONFIG_SQUASHFS_FILE_CACHE is not set +CONFIG_SQUASHFS_FILE_DIRECT=y +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +CONFIG_SQUASHFS_LZ4=y +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SQUASHFS_ZSTD=y +CONFIG_SRAM=y +CONFIG_SRCU=y +CONFIG_SRF04=m +CONFIG_SRF08=m +CONFIG_SSB=m +CONFIG_SSB_B43_PCI_BRIDGE=y +CONFIG_SSB_BLOCKIO=y +CONFIG_SSB_DRIVER_GPIO=y +CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB_SDIOHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +CONFIG_SSB_SPROM=y +CONFIG_SSFDC=m +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_PER_TASK=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_STACKTRACE=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_STACK_TRACER=y +CONFIG_STACK_VALIDATION=y +CONFIG_STAGING=y +CONFIG_STAGING_APEX_DRIVER=m +# CONFIG_STAGING_BOARD is not set +CONFIG_STAGING_GASKET_FRAMEWORK=m +CONFIG_STAGING_MEDIA=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_STE10XP=m +CONFIG_STK3310=m +CONFIG_STK8312=m +CONFIG_STK8BA50=m +CONFIG_STM=m +CONFIG_STMMAC_ETH=m +# CONFIG_STMMAC_PCI is not set +CONFIG_STMMAC_PLATFORM=m +# CONFIG_STMMAC_SELFTESTS is not set +CONFIG_STMPE_ADC=m +CONFIG_STMPE_I2C=y +CONFIG_STMPE_SPI=y +CONFIG_STMP_DEVICE=y +CONFIG_STM_DUMMY=m +CONFIG_STM_PROTO_BASIC=m +CONFIG_STM_PROTO_SYS_T=m +CONFIG_STM_SOURCE_CONSOLE=m +CONFIG_STM_SOURCE_FTRACE=m +CONFIG_STM_SOURCE_HEARTBEAT=m +CONFIG_STP=m +CONFIG_STPMIC1_WATCHDOG=m +CONFIG_STREAM_PARSER=y +CONFIG_STRICT_DEVMEM=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_STRICT_MODULE_RWX=y +# CONFIG_STRING_SELFTEST is not set +# CONFIG_STRIP_ASM_SYMS is not set +CONFIG_STUB_CLK_HI3660=y +CONFIG_STUB_CLK_HI6220=y +# CONFIG_STX104 is not set +CONFIG_ST_UVIS25=m +CONFIG_ST_UVIS25_I2C=m +CONFIG_ST_UVIS25_SPI=m +# CONFIG_SUN4I_EMAC is not set +# CONFIG_SUN4I_GPADC is not set +CONFIG_SUN50I_A64_CCU=y +CONFIG_SUN50I_DE2_BUS=y +CONFIG_SUN50I_ERRATUM_UNKNOWN1=y +CONFIG_SUN50I_H6_CCU=y +CONFIG_SUN50I_H6_R_CCU=y +CONFIG_SUN8I_A83T_CCU=y +CONFIG_SUN8I_DE2_CCU=y +CONFIG_SUN8I_H3_CCU=y +CONFIG_SUN8I_R_CCU=y +CONFIG_SUNDANCE=m +# CONFIG_SUNDANCE_MMIO is not set +CONFIG_SUNGEM=m +CONFIG_SUNGEM_PHY=m +CONFIG_SUNRPC=m +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_SUNRPC_DEBUG=y +# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_SWAP=y +CONFIG_SUNRPC_XPRT_RDMA=m +CONFIG_SUNXI_CCU=y +CONFIG_SUNXI_RSB=m +CONFIG_SUNXI_SRAM=y +CONFIG_SUNXI_WATCHDOG=m +CONFIG_SUN_PARTITION=y +CONFIG_SURFACE_3_BUTTON=m +# CONFIG_SURFACE_PRO3_BUTTON is not set +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +CONFIG_SWAP=y +CONFIG_SWIOTLB=y +CONFIG_SWIOTLB_XEN=y +CONFIG_SWPHY=y +CONFIG_SWP_EMULATION=y +CONFIG_SW_SYNC=y +CONFIG_SX9500=m +CONFIG_SXGBE_ETH=m +CONFIG_SYNCLINK=m +CONFIG_SYNCLINKMP=m +CONFIG_SYNCLINK_GT=m +CONFIG_SYNC_FILE=y +CONFIG_SYN_COOKIES=y +CONFIG_SYSCON_REBOOT_MODE=m +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSC_R8A774A1=y +CONFIG_SYSC_R8A774C0=y +CONFIG_SYSC_R8A7795=y +CONFIG_SYSC_R8A7796=y +CONFIG_SYSC_R8A77965=y +CONFIG_SYSC_R8A77970=y +CONFIG_SYSC_R8A77980=y +CONFIG_SYSC_R8A77990=y +CONFIG_SYSC_R8A77995=y +CONFIG_SYSC_RCAR=y +CONFIG_SYSFS=y +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSFS_SYSCALL=y +CONFIG_SYSTEMPORT=m +CONFIG_SYSTEM_BLACKLIST_HASH_LIST="" +CONFIG_SYSTEM_BLACKLIST_KEYRING=y +CONFIG_SYSTEM_DATA_VERIFICATION=y +CONFIG_SYSTEM_EXTRA_CERTIFICATE=y +CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096 +CONFIG_SYSTEM_REVOCATION_KEYS="debian/canonical-revoked-certs.pem" +CONFIG_SYSTEM_REVOCATION_LIST=y +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem" +CONFIG_SYSV68_PARTITION=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSV_FS=m +CONFIG_SYS_HYPERVISOR=y +CONFIG_SYS_SUPPORTS_HUGETLBFS=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_SYS_SUPPORTS_SH_TMU=y +CONFIG_T5403=m +CONFIG_TABLET_SERIAL_WACOM4=m +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_HANWANG=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_PEGASUS=m +CONFIG_TAHVO_USB=m +CONFIG_TAHVO_USB_HOST_BY_DEFAULT=y +CONFIG_TAP=m +CONFIG_TARGET_CORE=m +CONFIG_TASKSTATS=y +CONFIG_TASKS_RCU=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_TASK_XACCT=y +CONFIG_TCG_ATMEL=m +CONFIG_TCG_CRB=y +CONFIG_TCG_FTPM_TEE=m +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_TIS=y +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS_I2C_ATMEL=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TIS_I2C_NUVOTON=m +CONFIG_TCG_TIS_SPI=m +CONFIG_TCG_TIS_ST33ZP24=m +CONFIG_TCG_TIS_ST33ZP24_I2C=m +CONFIG_TCG_TIS_ST33ZP24_SPI=m +CONFIG_TCG_TPM=y +CONFIG_TCG_VTPM_PROXY=m +CONFIG_TCG_XEN=m +CONFIG_TCM_FC=m +CONFIG_TCM_FILEIO=m +CONFIG_TCM_IBLOCK=m +CONFIG_TCM_PSCSI=m +CONFIG_TCM_QLA2XXX=m +# CONFIG_TCM_QLA2XXX_DEBUG is not set +CONFIG_TCM_USER2=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BBR=m +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CDG=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_DCTCP=m +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_NV=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_MD5SIG=y +CONFIG_TCS3414=m +CONFIG_TCS3472=m +CONFIG_TEE=m +CONFIG_TEHUTI=m +CONFIG_TELCLOCK=m +CONFIG_TERANETICS_PHY=m +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_TEST_POWER=m +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_TEXTSEARCH_KMP=m +CONFIG_THERMAL=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_EMULATION=y +CONFIG_THERMAL_GOV_BANG_BANG=y +CONFIG_THERMAL_GOV_FAIR_SHARE=y +CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y +CONFIG_THERMAL_GOV_STEP_WISE=y +CONFIG_THERMAL_GOV_USER_SPACE=y +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_MMIO=m +CONFIG_THERMAL_OF=y +CONFIG_THERMAL_STATISTICS=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THP_SWAP=y +CONFIG_THREAD_INFO_IN_TASK=y +CONFIG_THRUSTMASTER_FF=y +CONFIG_THUNDERBOLT=m +CONFIG_THUNDERBOLT_NET=m +CONFIG_THUNDERX2_PMU=m +CONFIG_THUNDER_NIC_BGX=m +CONFIG_THUNDER_NIC_PF=m +CONFIG_THUNDER_NIC_RGX=m +CONFIG_THUNDER_NIC_VF=m +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TICK_ONESHOT=y +CONFIG_TIFM_7XX1=m +CONFIG_TIFM_CORE=m +CONFIG_TIGON3=m +CONFIG_TIGON3_HWMON=y +CONFIG_TIMERFD=y +CONFIG_TIMER_ACPI=y +CONFIG_TIMER_IMX_SYS_CTR=y +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_TINYDRM_HX8357D=m +CONFIG_TINYDRM_ILI9225=m +CONFIG_TINYDRM_ILI9341=m +CONFIG_TINYDRM_MI0283QT=m +CONFIG_TINYDRM_REPAPER=m +CONFIG_TINYDRM_ST7586=m +CONFIG_TINYDRM_ST7735R=m +CONFIG_TIPC=m +CONFIG_TIPC_DIAG=m +CONFIG_TIPC_MEDIA_IB=y +CONFIG_TIPC_MEDIA_UDP=y +CONFIG_TI_ADC081C=m +CONFIG_TI_ADC0832=m +CONFIG_TI_ADC084S021=m +CONFIG_TI_ADC108S102=m +CONFIG_TI_ADC12138=m +CONFIG_TI_ADC128S052=m +CONFIG_TI_ADC161S626=m +CONFIG_TI_ADS1015=m +CONFIG_TI_ADS124S08=m +CONFIG_TI_ADS7950=m +CONFIG_TI_ADS8344=m +CONFIG_TI_ADS8688=m +CONFIG_TI_AM335X_ADC=m +# CONFIG_TI_CPSW_PHY_SEL is not set +CONFIG_TI_DAC082S085=m +CONFIG_TI_DAC5571=m +CONFIG_TI_DAC7311=m +CONFIG_TI_DAC7612=m +CONFIG_TI_MESSAGE_MANAGER=y +CONFIG_TI_SCI_CLK=m +# CONFIG_TI_SCI_CLK_PROBE_FROM_FW is not set +CONFIG_TI_SCI_INTA_IRQCHIP=y +CONFIG_TI_SCI_INTA_MSI_DOMAIN=y +CONFIG_TI_SCI_INTR_IRQCHIP=y +CONFIG_TI_SCI_PM_DOMAINS=m +CONFIG_TI_SCI_PROTOCOL=y +CONFIG_TI_ST=m +CONFIG_TI_TLC4541=m +CONFIG_TLAN=m +CONFIG_TLS=m +CONFIG_TLS_DEVICE=y +CONFIG_TMD_HERMES=m +CONFIG_TMP006=m +CONFIG_TMP007=m +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TOPSTAR_LAPTOP is not set +CONFIG_TORTURE_TEST=m +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_TOSHIBA_HAPS is not set +CONFIG_TOUCHSCREEN_88PM860X=m +CONFIG_TOUCHSCREEN_AD7877=m +CONFIG_TOUCHSCREEN_AD7879=m +CONFIG_TOUCHSCREEN_AD7879_I2C=m +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ADC=m +CONFIG_TOUCHSCREEN_ADS7846=m +CONFIG_TOUCHSCREEN_AR1021_I2C=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_ATMEL_MXT_T37=y +CONFIG_TOUCHSCREEN_AUO_PIXCIR=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_BU21029=m +CONFIG_TOUCHSCREEN_CHIPONE_ICN8318=m +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set +CONFIG_TOUCHSCREEN_COLIBRI_VF50=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m +CONFIG_TOUCHSCREEN_CYTTSP4_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP4_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP4_SPI=m +CONFIG_TOUCHSCREEN_CYTTSP_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP_SPI=m +CONFIG_TOUCHSCREEN_DA9034=m +CONFIG_TOUCHSCREEN_DA9052=m +CONFIG_TOUCHSCREEN_DYNAPRO=m +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_EETI=m +CONFIG_TOUCHSCREEN_EGALAX=m +CONFIG_TOUCHSCREEN_EGALAX_SERIAL=m +CONFIG_TOUCHSCREEN_EKTF2127=m +CONFIG_TOUCHSCREEN_ELAN=m +CONFIG_TOUCHSCREEN_ELO=m +CONFIG_TOUCHSCREEN_EXC3000=m +CONFIG_TOUCHSCREEN_FUJITSU=m +CONFIG_TOUCHSCREEN_GOODIX=m +CONFIG_TOUCHSCREEN_GUNZE=m +CONFIG_TOUCHSCREEN_HAMPSHIRE=m +CONFIG_TOUCHSCREEN_HIDEEP=m +CONFIG_TOUCHSCREEN_ILI210X=m +CONFIG_TOUCHSCREEN_IMX6UL_TSC=m +CONFIG_TOUCHSCREEN_INEXIO=m +CONFIG_TOUCHSCREEN_IPROC=m +CONFIG_TOUCHSCREEN_IQS5XX=m +CONFIG_TOUCHSCREEN_MAX11801=m +CONFIG_TOUCHSCREEN_MC13783=m +CONFIG_TOUCHSCREEN_MCS5000=m +CONFIG_TOUCHSCREEN_MELFAS_MIP4=m +CONFIG_TOUCHSCREEN_MK712=m +CONFIG_TOUCHSCREEN_MMS114=m +CONFIG_TOUCHSCREEN_MTOUCH=m +CONFIG_TOUCHSCREEN_PCAP=m +CONFIG_TOUCHSCREEN_PENMOUNT=m +CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_PROPERTIES=y +CONFIG_TOUCHSCREEN_RASPBERRYPI_FW=m +CONFIG_TOUCHSCREEN_RM_TS=m +CONFIG_TOUCHSCREEN_ROHM_BU21023=m +CONFIG_TOUCHSCREEN_S6SY761=m +CONFIG_TOUCHSCREEN_SILEAD=m +CONFIG_TOUCHSCREEN_SIS_I2C=m +CONFIG_TOUCHSCREEN_ST1232=m +CONFIG_TOUCHSCREEN_STMFTS=m +CONFIG_TOUCHSCREEN_STMPE=m +# CONFIG_TOUCHSCREEN_SUN4I is not set +CONFIG_TOUCHSCREEN_SUR40=m +CONFIG_TOUCHSCREEN_SURFACE3_SPI=m +CONFIG_TOUCHSCREEN_SX8654=m +CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m +CONFIG_TOUCHSCREEN_TOUCHIT213=m +CONFIG_TOUCHSCREEN_TOUCHRIGHT=m +CONFIG_TOUCHSCREEN_TOUCHWIN=m +CONFIG_TOUCHSCREEN_TPS6507X=m +CONFIG_TOUCHSCREEN_TSC2004=m +CONFIG_TOUCHSCREEN_TSC2005=m +CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_TSC2007_IIO=y +CONFIG_TOUCHSCREEN_TSC200X_CORE=m +CONFIG_TOUCHSCREEN_TSC_SERIO=m +CONFIG_TOUCHSCREEN_USB_3M=y +CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y +CONFIG_TOUCHSCREEN_USB_E2I=y +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_ELO=y +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y +CONFIG_TOUCHSCREEN_USB_ETURBO=y +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y +CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_GUNZE=y +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y +CONFIG_TOUCHSCREEN_USB_ITM=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_NEXIO=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y +CONFIG_TOUCHSCREEN_WACOM_I2C=m +CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_WDT87XX_I2C=m +CONFIG_TOUCHSCREEN_WM831X=m +CONFIG_TOUCHSCREEN_ZET6223=m +CONFIG_TOUCHSCREEN_ZFORCE=m +CONFIG_TPL0102=m +CONFIG_TPM_KEY_PARSER=m +CONFIG_TPS6105X=m +CONFIG_TPS65010=m +CONFIG_TPS6507X=m +CONFIG_TPS68470_PMIC_OPREGION=y +CONFIG_TQMX86_WDT=m +CONFIG_TRACEPOINTS=y +# CONFIG_TRACEPOINT_BENCHMARK is not set +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACER_SNAPSHOT=y +# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set +CONFIG_TRACE_CLOCK=y +# CONFIG_TRACE_EVAL_MAP_FILE is not set +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m +CONFIG_TRACING=y +CONFIG_TRACING_MAP=y +CONFIG_TRACING_SUPPORT=y +CONFIG_TRANSPARENT_HUGEPAGE=y +# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y +CONFIG_TRANSPARENT_HUGE_PAGECACHE=y +CONFIG_TREE_RCU=y +CONFIG_TREE_SRCU=y +CONFIG_TRUSTED_KEYS=y +CONFIG_TSL2583=m +CONFIG_TSL2772=m +CONFIG_TSL4531=m +CONFIG_TSYS01=m +CONFIG_TSYS02D=m +CONFIG_TTPCI_EEPROM=m +CONFIG_TTY=y +CONFIG_TTY_PRINTK=y +CONFIG_TTY_PRINTK_LEVEL=6 +CONFIG_TULIP=m +# CONFIG_TULIP_MMIO is not set +# CONFIG_TULIP_MWI is not set +# CONFIG_TULIP_NAPI is not set +CONFIG_TUN=y +# CONFIG_TUN_VNET_CROSS_LE is not set +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_MADC=m +CONFIG_TWL4030_WATCHDOG=m +CONFIG_TWL6030_GPADC=m +CONFIG_TWL6040_CORE=y +CONFIG_TYPEC=m +CONFIG_TYPEC_DP_ALTMODE=m +CONFIG_TYPEC_FUSB302=m +CONFIG_TYPEC_MUX_PI3USB30532=m +CONFIG_TYPEC_NVIDIA_ALTMODE=m +CONFIG_TYPEC_RT1711H=m +CONFIG_TYPEC_TCPCI=m +CONFIG_TYPEC_TCPM=m +CONFIG_TYPEC_TPS6598X=m +CONFIG_TYPEC_UCSI=m +CONFIG_TYPHOON=m +# CONFIG_UBIFS_ATIME_SUPPORT is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_AUTHENTICATION=y +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_SECURITY=y +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UBSAN is not set +CONFIG_UBSAN_ALIGNMENT=y +CONFIG_UCLAMP_BUCKETS_COUNT=5 +CONFIG_UCLAMP_TASK=y +CONFIG_UCLAMP_TASK_GROUP=y +CONFIG_UCS2_STRING=y +CONFIG_UCSI_ACPI=m +CONFIG_UCSI_CCG=m +CONFIG_UDF_FS=m +CONFIG_UDMABUF=y +CONFIG_UEFI_CPER=y +CONFIG_UEFI_CPER_ARM=y +CONFIG_UEVENT_HELPER=y +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_UFS_DEBUG is not set +CONFIG_UFS_FS=m +# CONFIG_UFS_FS_WRITE is not set +CONFIG_UHID=m +CONFIG_UID16=y +CONFIG_UIO=m +CONFIG_UIO_AEC=m +CONFIG_UIO_CIF=m +CONFIG_UIO_DMEM_GENIRQ=m +CONFIG_UIO_HV_GENERIC=m +CONFIG_UIO_MF624=m +CONFIG_UIO_NETX=m +CONFIG_UIO_PCI_GENERIC=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_PRUSS=m +CONFIG_UIO_SERCOS3=m +CONFIG_ULI526X=m +CONFIG_ULTRIX_PARTITION=y +CONFIG_UNICODE=y +# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set +CONFIG_UNISYSSPAR=y +CONFIG_UNISYS_VISORBUS=m +CONFIG_UNISYS_VISORHBA=m +CONFIG_UNISYS_VISORINPUT=m +CONFIG_UNISYS_VISORNIC=m +CONFIG_UNIX=y +CONFIG_UNIX98_PTYS=y +CONFIG_UNIXWARE_DISKLABEL=y +CONFIG_UNIX_DIAG=m +CONFIG_UNIX_SCM=y +CONFIG_UNMAP_KERNEL_AT_EL0=y +CONFIG_UNUSED_SYMBOLS=y +CONFIG_UNWINDER_FRAME_POINTER=y +# CONFIG_UNWINDER_GUESS is not set +# CONFIG_UNWINDER_ORC is not set +CONFIG_UPROBES=y +CONFIG_UPROBE_EVENTS=y +CONFIG_US5182D=m +CONFIG_USB=y +CONFIG_USBIP_CORE=m +# CONFIG_USBIP_DEBUG is not set +CONFIG_USBIP_HOST=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_VHCI_HC_PORTS=8 +CONFIG_USBIP_VHCI_NR_HCS=1 +CONFIG_USBIP_VUDC=m +CONFIG_USBPCWATCHDOG=m +CONFIG_USB_ACM=m +CONFIG_USB_ADUTUX=m +CONFIG_USB_AIRSPY=m +CONFIG_USB_ALI_M5632=y +CONFIG_USB_AMD5536UDC=m +CONFIG_USB_AN2720=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_APPLEDISPLAY=m +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB_ARMLINUX=y +CONFIG_USB_ATM=m +CONFIG_USB_AUTOSUSPEND_DELAY=2 +CONFIG_USB_BDC_UDC=m +CONFIG_USB_BELKIN=y +CONFIG_USB_C67X00_HCD=m +CONFIG_USB_CATC=m +CONFIG_USB_CDC_COMPOSITE=m +CONFIG_USB_CDC_PHONET=m +CONFIG_USB_CDNS3=m +CONFIG_USB_CDNS3_GADGET=y +CONFIG_USB_CDNS3_HOST=y +CONFIG_USB_CDNS3_PCI_WRAP=m +CONFIG_USB_CHAOSKEY=m +CONFIG_USB_CHIPIDEA=m +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_OF=m +CONFIG_USB_CHIPIDEA_PCI=m +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_COMMON=y +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_HID=y +CONFIG_USB_CONFIGFS_F_LB_SS=y +CONFIG_USB_CONFIGFS_F_PRINTER=y +CONFIG_USB_CONFIGFS_F_TCM=y +CONFIG_USB_CONFIGFS_F_UVC=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_PHONET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONN_GPIO=m +CONFIG_USB_CXACRU=m +CONFIG_USB_CYPRESS_CY7C63=m +CONFIG_USB_CYTHERM=m +CONFIG_USB_DEFAULT_PERSIST=y +CONFIG_USB_DSBR=m +# CONFIG_USB_DUMMY_HCD is not set +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_DEBUG is not set +CONFIG_USB_DWC2_HOST=y +CONFIG_USB_DWC2_PCI=m +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_DWC3=m +CONFIG_USB_DWC3_DUAL_ROLE=y +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_HAPS=m +# CONFIG_USB_DWC3_HOST is not set +CONFIG_USB_DWC3_KEYSTONE=m +CONFIG_USB_DWC3_OF_SIMPLE=m +CONFIG_USB_DWC3_PCI=m +CONFIG_USB_DWC3_QCOM=m +CONFIG_USB_DWC3_ULPI=y +CONFIG_USB_DYNAMIC_MINORS=y +CONFIG_USB_EG20T=m +CONFIG_USB_EHCI_FSL=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_MXC=m +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHSET_TEST_FIXTURE=m +CONFIG_USB_EMI26=m +CONFIG_USB_EMI62=m +CONFIG_USB_EMXX=m +CONFIG_USB_EPSON2888=y +CONFIG_USB_ETH=m +CONFIG_USB_ETH_EEM=y +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_EZUSB_FX2=m +CONFIG_USB_FOTG210_HCD=m +CONFIG_USB_FOTG210_UDC=m +CONFIG_USB_FSL_USB2=m +CONFIG_USB_FTDI_ELAN=m +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_GENERIC=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_F_ACM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_FS=m +CONFIG_USB_F_HID=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_PHONET=m +CONFIG_USB_F_PRINTER=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_SS_LB=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_F_TCM=m +CONFIG_USB_F_UVC=m +CONFIG_USB_GADGET=m +CONFIG_USB_GADGETFS=m +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_TARGET=m +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_XILINX=m +CONFIG_USB_GL860=m +CONFIG_USB_GOKU=m +CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GR_UDC=m +CONFIG_USB_GSPCA=m +CONFIG_USB_GSPCA_BENQ=m +CONFIG_USB_GSPCA_CONEX=m +CONFIG_USB_GSPCA_CPIA1=m +CONFIG_USB_GSPCA_DTCS033=m +CONFIG_USB_GSPCA_ETOMS=m +CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m +CONFIG_USB_GSPCA_JL2005BCD=m +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m +CONFIG_USB_GSPCA_MARS=m +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m +CONFIG_USB_GSPCA_OV519=m +CONFIG_USB_GSPCA_OV534=m +CONFIG_USB_GSPCA_OV534_9=m +CONFIG_USB_GSPCA_PAC207=m +CONFIG_USB_GSPCA_PAC7302=m +CONFIG_USB_GSPCA_PAC7311=m +CONFIG_USB_GSPCA_SE401=m +CONFIG_USB_GSPCA_SN9C2028=m +CONFIG_USB_GSPCA_SN9C20X=m +CONFIG_USB_GSPCA_SONIXB=m +CONFIG_USB_GSPCA_SONIXJ=m +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SPCA500=m +CONFIG_USB_GSPCA_SPCA501=m +CONFIG_USB_GSPCA_SPCA505=m +CONFIG_USB_GSPCA_SPCA506=m +CONFIG_USB_GSPCA_SPCA508=m +CONFIG_USB_GSPCA_SPCA561=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m +CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STK1135=m +CONFIG_USB_GSPCA_STV0680=m +CONFIG_USB_GSPCA_SUNPLUS=m +CONFIG_USB_GSPCA_T613=m +CONFIG_USB_GSPCA_TOPRO=m +CONFIG_USB_GSPCA_TOUPTEK=m +CONFIG_USB_GSPCA_TV8532=m +CONFIG_USB_GSPCA_VC032X=m +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m +CONFIG_USB_GSPCA_ZC3XX=m +CONFIG_USB_G_ACM_MS=m +CONFIG_USB_G_DBGP=m +# CONFIG_USB_G_DBGP_PRINTK is not set +CONFIG_USB_G_DBGP_SERIAL=y +CONFIG_USB_G_HID=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_G_NCM=m +CONFIG_USB_G_NOKIA=m +CONFIG_USB_G_PRINTER=m +CONFIG_USB_G_SERIAL=m +CONFIG_USB_G_WEBCAM=m +CONFIG_USB_HACKRF=m +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +# CONFIG_USB_HCD_TEST_MODE is not set +CONFIG_USB_HID=m +CONFIG_USB_HIDDEV=y +CONFIG_USB_HSIC_USB3503=m +CONFIG_USB_HSIC_USB4604=m +CONFIG_USB_HSO=m +CONFIG_USB_HUB_USB251XB=m +CONFIG_USB_HWA_HCD=m +CONFIG_USB_IDMOUSE=m +CONFIG_USB_IOWARRIOR=m +CONFIG_USB_IPHETH=m +CONFIG_USB_ISIGHTFW=m +CONFIG_USB_ISP116X_HCD=m +CONFIG_USB_ISP1301=m +CONFIG_USB_ISP1760=m +CONFIG_USB_ISP1760_DUAL_ROLE=y +# CONFIG_USB_ISP1760_GADGET_ROLE is not set +CONFIG_USB_ISP1760_HCD=y +# CONFIG_USB_ISP1760_HOST_ROLE is not set +CONFIG_USB_ISP1761_UDC=y +CONFIG_USB_KAWETH=m +CONFIG_USB_KBD=m +CONFIG_USB_KC2190=y +CONFIG_USB_KEENE=m +CONFIG_USB_LAN78XX=m +CONFIG_USB_LCD=m +CONFIG_USB_LD=m +CONFIG_USB_LEDS_TRIGGER_USBPORT=m +CONFIG_USB_LED_TRIG=y +CONFIG_USB_LEGOTOWER=m +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_LINK_LAYER_TEST=m +CONFIG_USB_M5602=m +# CONFIG_USB_M66592 is not set +CONFIG_USB_MA901=m +CONFIG_USB_MASS_STORAGE=m +CONFIG_USB_MAX3421_HCD=m +CONFIG_USB_MDC800=m +CONFIG_USB_MICROTEK=m +CONFIG_USB_MON=m +CONFIG_USB_MOUSE=m +CONFIG_USB_MR800=m +CONFIG_USB_MSI2500=m +CONFIG_USB_MTU3=m +# CONFIG_USB_MTU3_DEBUG is not set +CONFIG_USB_MTU3_DUAL_ROLE=y +# CONFIG_USB_MTU3_GADGET is not set +# CONFIG_USB_MTU3_HOST is not set +CONFIG_USB_MUSB_DUAL_ROLE=y +# CONFIG_USB_MUSB_GADGET is not set +CONFIG_USB_MUSB_HDRC=m +# CONFIG_USB_MUSB_HOST is not set +CONFIG_USB_MUSB_SUNXI=m +CONFIG_USB_MV_U3D=m +CONFIG_USB_MV_UDC=m +CONFIG_USB_MXS_PHY=m +CONFIG_USB_NET2272=m +CONFIG_USB_NET2272_DMA=y +CONFIG_USB_NET2280=m +CONFIG_USB_NET_AQC111=m +CONFIG_USB_NET_AX88179_178A=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_MBIM=m +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_CDC_SUBSET=m +CONFIG_USB_NET_CDC_SUBSET_ENABLE=m +CONFIG_USB_NET_CH9200=m +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_DRIVERS=m +CONFIG_USB_NET_GL620A=m +CONFIG_USB_NET_HUAWEI_CDC_NCM=m +CONFIG_USB_NET_INT51X1=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_NET_MCS7830=m +CONFIG_USB_NET_NET1080=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_NET_RNDIS_HOST=m +CONFIG_USB_NET_RNDIS_WLAN=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_SR9700=m +CONFIG_USB_NET_SR9800=m +CONFIG_USB_NET_ZAURUS=m +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG_WHITELIST is not set +CONFIG_USB_OXU210HP_HCD=m +CONFIG_USB_PCI=y +CONFIG_USB_PEGASUS=m +CONFIG_USB_PHY=y +CONFIG_USB_PRINTER=m +CONFIG_USB_PULSE8_CEC=m +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +CONFIG_USB_PXA27X=m +CONFIG_USB_R8A66597=m +CONFIG_USB_R8A66597_HCD=m +CONFIG_USB_RAINSHADOW_CEC=m +CONFIG_USB_RAREMONO=m +CONFIG_USB_RENESAS_USB3=m +CONFIG_USB_RENESAS_USBHS=m +CONFIG_USB_RENESAS_USBHS_HCD=m +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_ROLES_INTEL_XHCI=m +CONFIG_USB_RTL8150=m +CONFIG_USB_RTL8152=m +CONFIG_USB_S2255=m +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_AIRCABLE=m +CONFIG_USB_SERIAL_ARK3116=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_CP210X=m +CONFIG_USB_SERIAL_CYBERJACK=m +CONFIG_USB_SERIAL_CYPRESS_M8=m +CONFIG_USB_SERIAL_DEBUG=m +CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m +CONFIG_USB_SERIAL_EDGEPORT=m +CONFIG_USB_SERIAL_EDGEPORT_TI=m +CONFIG_USB_SERIAL_EMPEG=m +CONFIG_USB_SERIAL_F81232=m +CONFIG_USB_SERIAL_F8153X=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_GARMIN=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_IPAQ=m +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_IR=m +CONFIG_USB_SERIAL_IUU=m +CONFIG_USB_SERIAL_KEYSPAN=m +CONFIG_USB_SERIAL_KEYSPAN_PDA=m +CONFIG_USB_SERIAL_KLSI=m +CONFIG_USB_SERIAL_KOBIL_SCT=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_METRO=m +CONFIG_USB_SERIAL_MOS7715_PARPORT=y +CONFIG_USB_SERIAL_MOS7720=m +CONFIG_USB_SERIAL_MOS7840=m +CONFIG_USB_SERIAL_MXUPORT=m +CONFIG_USB_SERIAL_NAVMAN=m +CONFIG_USB_SERIAL_OMNINET=m +CONFIG_USB_SERIAL_OPTICON=m +CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QT2=m +CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_SAFE=m +# CONFIG_USB_SERIAL_SAFE_PADDED is not set +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +CONFIG_USB_SERIAL_SIMPLE=m +CONFIG_USB_SERIAL_SPCP8X5=m +CONFIG_USB_SERIAL_SSU100=m +CONFIG_USB_SERIAL_SYMBOL=m +CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_UPD78F0730=m +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_WHITEHEAT=m +CONFIG_USB_SERIAL_WISHBONE=m +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_XSENS_MT=m +CONFIG_USB_SEVSEG=m +CONFIG_USB_SI470X=m +CONFIG_USB_SI4713=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_SISUSBVGA=m +CONFIG_USB_SL811_HCD=m +CONFIG_USB_SL811_HCD_ISO=y +CONFIG_USB_SNP_CORE=m +CONFIG_USB_SNP_UDC_PLAT=m +CONFIG_USB_SPEEDTOUCH=m +CONFIG_USB_STKWEBCAM=m +CONFIG_USB_STORAGE=m +CONFIG_USB_STORAGE_ALAUDA=m +CONFIG_USB_STORAGE_CYPRESS_ATACB=m +CONFIG_USB_STORAGE_DATAFAB=m +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_STORAGE_FREECOM=m +CONFIG_USB_STORAGE_ISD200=m +CONFIG_USB_STORAGE_JUMPSHOT=m +CONFIG_USB_STORAGE_KARMA=m +CONFIG_USB_STORAGE_ONETOUCH=m +CONFIG_USB_STORAGE_REALTEK=m +CONFIG_USB_STORAGE_SDDR09=m +CONFIG_USB_STORAGE_SDDR55=m +CONFIG_USB_STORAGE_USBAT=m +CONFIG_USB_STV06XX=m +CONFIG_USB_SUPPORT=y +CONFIG_USB_TEST=m +CONFIG_USB_TMC=m +CONFIG_USB_TRANCEVIBRATOR=m +CONFIG_USB_U132_HCD=m +CONFIG_USB_UAS=m +CONFIG_USB_UEAGLEATM=m +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_BUS=m +CONFIG_USB_ULPI_VIEWPORT=y +CONFIG_USB_USBNET=m +CONFIG_USB_USS720=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_VL600=m +CONFIG_USB_WDM=m +CONFIG_USB_WHCI_HCD=m +CONFIG_USB_WUSB=m +CONFIG_USB_WUSB_CBAF=m +# CONFIG_USB_WUSB_CBAF_DEBUG is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HISTB is not set +CONFIG_USB_XHCI_MTK=m +CONFIG_USB_XHCI_PCI=y +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_XHCI_RCAR=m +CONFIG_USB_XUSBATM=m +CONFIG_USB_YUREX=m +CONFIG_USB_ZD1201=m +CONFIG_USB_ZERO=m +CONFIG_USB_ZR364XX=m +CONFIG_USELIB=y +CONFIG_USERFAULTFD=y +CONFIG_USERIO=m +CONFIG_USER_NS=y +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_UTS_NS=y +CONFIG_UWB_HWA=m +CONFIG_UWB_I1480U=m +CONFIG_UWB_WHCI=m +CONFIG_U_SERIAL_CONSOLE=y +CONFIG_V4L2_FLASH_LED_CLASS=m +CONFIG_V4L2_FWNODE=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_TEST_DRIVERS=y +CONFIG_VALIDATE_FS_PARSER=y +# CONFIG_VBOXGUEST is not set +CONFIG_VCNL4000=m +CONFIG_VCNL4035=m +CONFIG_VEML6070=m +CONFIG_VERSION_SIGNATURE="" +CONFIG_VETH=m +CONFIG_VEXPRESS_CONFIG=y +CONFIG_VEXPRESS_SYSCFG=y +CONFIG_VF610_ADC=m +CONFIG_VF610_DAC=m +CONFIG_VFAT_FS=y +CONFIG_VFIO=m +CONFIG_VFIO_AMBA=m +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VFIO_MDEV=m +CONFIG_VFIO_MDEV_DEVICE=m +CONFIG_VFIO_NOIOMMU=y +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_IGD=y +CONFIG_VFIO_PCI_INTX=y +CONFIG_VFIO_PCI_MMAP=y +CONFIG_VFIO_PCI_VGA=y +CONFIG_VFIO_PLATFORM=m +CONFIG_VFIO_PLATFORM_AMDXGBE_RESET=m +CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET=m +CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET=m +CONFIG_VFIO_VIRQFD=m +CONFIG_VGASTATE=m +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_VGA_CONSOLE=y +CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST=m +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set +CONFIG_VHOST_NET=m +CONFIG_VHOST_RING=m +CONFIG_VHOST_SCSI=m +CONFIG_VHOST_VSOCK=m +CONFIG_VIA_RHINE=m +CONFIG_VIA_RHINE_MMIO=y +CONFIG_VIA_VELOCITY=m +CONFIG_VIA_WDT=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_DMA_SG=m +CONFIG_VIDEOBUF2_DVB=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_V4L2=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF_DMA_SG=m +CONFIG_VIDEOBUF_GEN=m +CONFIG_VIDEOBUF_VMALLOC=m +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_VIDEO_AD5820=m +CONFIG_VIDEO_AD9389B=m +CONFIG_VIDEO_ADP1653=m +CONFIG_VIDEO_ADV7170=m +CONFIG_VIDEO_ADV7175=m +CONFIG_VIDEO_ADV7180=m +CONFIG_VIDEO_ADV7183=m +CONFIG_VIDEO_ADV7343=m +CONFIG_VIDEO_ADV7393=m +CONFIG_VIDEO_ADV748X=m +# CONFIG_VIDEO_ADV7511 is not set +CONFIG_VIDEO_ADV7604=m +CONFIG_VIDEO_ADV7604_CEC=y +CONFIG_VIDEO_ADV7842=m +CONFIG_VIDEO_ADV7842_CEC=y +# CONFIG_VIDEO_ADV_DEBUG is not set +CONFIG_VIDEO_AK7375=m +CONFIG_VIDEO_AK881X=m +CONFIG_VIDEO_ALLEGRO_DVT=m +CONFIG_VIDEO_APTINA_PLL=m +CONFIG_VIDEO_ASPEED=m +CONFIG_VIDEO_AU0828=m +CONFIG_VIDEO_AU0828_RC=y +CONFIG_VIDEO_AU0828_V4L2=y +CONFIG_VIDEO_BCM2835=m +CONFIG_VIDEO_BT819=m +CONFIG_VIDEO_BT848=m +CONFIG_VIDEO_BT856=m +CONFIG_VIDEO_BT866=m +# CONFIG_VIDEO_CADENCE is not set +CONFIG_VIDEO_CAFE_CCIC=m +CONFIG_VIDEO_CODA=m +CONFIG_VIDEO_CPIA2=m +CONFIG_VIDEO_CROS_EC_CEC=m +CONFIG_VIDEO_CS3308=m +CONFIG_VIDEO_CS5345=m +CONFIG_VIDEO_CS53L32A=m +CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_DVB=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX2341X=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25840=m +CONFIG_VIDEO_CX88=m +CONFIG_VIDEO_CX88_BLACKBIRD=m +CONFIG_VIDEO_CX88_DVB=m +CONFIG_VIDEO_CX88_ENABLE_VP3054=y +CONFIG_VIDEO_CX88_MPEG=m +CONFIG_VIDEO_CX88_VP3054=m +CONFIG_VIDEO_DEV=m +CONFIG_VIDEO_DT3155=m +CONFIG_VIDEO_DW9714=m +CONFIG_VIDEO_DW9807_VCM=m +CONFIG_VIDEO_EM28XX=m +CONFIG_VIDEO_EM28XX_DVB=m +CONFIG_VIDEO_EM28XX_RC=m +CONFIG_VIDEO_EM28XX_V4L2=m +CONFIG_VIDEO_ET8EK8=m +CONFIG_VIDEO_FB_IVTV=m +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_GS1662=m +CONFIG_VIDEO_HDPVR=m +CONFIG_VIDEO_HEXIUM_GEMINI=m +CONFIG_VIDEO_HEXIUM_ORION=m +CONFIG_VIDEO_I2C=m +CONFIG_VIDEO_IMX214=m +CONFIG_VIDEO_IMX258=m +CONFIG_VIDEO_IMX274=m +CONFIG_VIDEO_IMX319=m +CONFIG_VIDEO_IMX355=m +CONFIG_VIDEO_IMX_PXP=m +# CONFIG_VIDEO_IPU3_IMGU is not set +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_IVTV=m +# CONFIG_VIDEO_IVTV_DEPRECATED_IOCTLS is not set +CONFIG_VIDEO_KS0127=m +CONFIG_VIDEO_LM3560=m +CONFIG_VIDEO_LM3646=m +CONFIG_VIDEO_M52790=m +CONFIG_VIDEO_M5MOLS=m +CONFIG_VIDEO_MEDIATEK_VPU=m +CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m +CONFIG_VIDEO_ML86V7667=m +CONFIG_VIDEO_MSP3400=m +CONFIG_VIDEO_MT9M001=m +CONFIG_VIDEO_MT9M032=m +CONFIG_VIDEO_MT9M111=m +CONFIG_VIDEO_MT9P031=m +CONFIG_VIDEO_MT9T001=m +CONFIG_VIDEO_MT9T112=m +CONFIG_VIDEO_MT9V011=m +CONFIG_VIDEO_MT9V032=m +CONFIG_VIDEO_MT9V111=m +CONFIG_VIDEO_MUX=m +CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_NOON010PC30=m +CONFIG_VIDEO_OV13858=m +CONFIG_VIDEO_OV2640=m +CONFIG_VIDEO_OV2659=m +CONFIG_VIDEO_OV2680=m +CONFIG_VIDEO_OV2685=m +CONFIG_VIDEO_OV5640=m +CONFIG_VIDEO_OV5645=m +CONFIG_VIDEO_OV5647=m +CONFIG_VIDEO_OV5670=m +CONFIG_VIDEO_OV5675=m +CONFIG_VIDEO_OV5695=m +CONFIG_VIDEO_OV6650=m +CONFIG_VIDEO_OV7251=m +CONFIG_VIDEO_OV7640=m +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_OV772X=m +CONFIG_VIDEO_OV7740=m +CONFIG_VIDEO_OV8856=m +CONFIG_VIDEO_OV9640=m +CONFIG_VIDEO_OV9650=m +CONFIG_VIDEO_PVRUSB2=m +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_PVRUSB2_DVB=y +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_QCOM_CAMSS=m +CONFIG_VIDEO_QCOM_VENUS=m +# CONFIG_VIDEO_RCAR_CSI2 is not set +CONFIG_VIDEO_RCAR_DRIF=m +CONFIG_VIDEO_RCAR_VIN=m +CONFIG_VIDEO_RENESAS_FCP=m +CONFIG_VIDEO_RENESAS_FDP1=m +CONFIG_VIDEO_RENESAS_JPU=m +CONFIG_VIDEO_RENESAS_VSP1=m +CONFIG_VIDEO_RJ54N1=m +CONFIG_VIDEO_S5C73M3=m +CONFIG_VIDEO_S5K4ECGX=m +CONFIG_VIDEO_S5K5BAF=m +CONFIG_VIDEO_S5K6A3=m +CONFIG_VIDEO_S5K6AA=m +CONFIG_VIDEO_SAA6588=m +CONFIG_VIDEO_SAA6752HS=m +CONFIG_VIDEO_SAA7110=m +CONFIG_VIDEO_SAA711X=m +CONFIG_VIDEO_SAA7127=m +CONFIG_VIDEO_SAA7134=m +CONFIG_VIDEO_SAA7134_DVB=m +CONFIG_VIDEO_SAA7134_RC=y +CONFIG_VIDEO_SAA7146=m +CONFIG_VIDEO_SAA7146_VV=m +CONFIG_VIDEO_SAA7164=m +CONFIG_VIDEO_SAA717X=m +CONFIG_VIDEO_SAA7185=m +CONFIG_VIDEO_SH_VEU=m +CONFIG_VIDEO_SMIAPP=m +CONFIG_VIDEO_SMIAPP_PLL=m +CONFIG_VIDEO_SONY_BTF_MPX=m +CONFIG_VIDEO_SR030PC30=m +CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_STK1160_COMMON=m +CONFIG_VIDEO_ST_MIPID02=m +CONFIG_VIDEO_SUN4I_CSI=m +CONFIG_VIDEO_SUN6I_CSI=m +CONFIG_VIDEO_SUNXI=y +CONFIG_VIDEO_TC358743=m +CONFIG_VIDEO_TC358743_CEC=y +CONFIG_VIDEO_TDA7432=m +CONFIG_VIDEO_TDA9840=m +CONFIG_VIDEO_TEA6415C=m +CONFIG_VIDEO_TEA6420=m +CONFIG_VIDEO_THS7303=m +CONFIG_VIDEO_THS8200=m +CONFIG_VIDEO_TLV320AIC23B=m +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_VIDEO_TUNER=m +CONFIG_VIDEO_TVAUDIO=m +CONFIG_VIDEO_TVEEPROM=m +CONFIG_VIDEO_TVP514X=m +CONFIG_VIDEO_TVP5150=m +CONFIG_VIDEO_TVP7002=m +CONFIG_VIDEO_TW2804=m +CONFIG_VIDEO_TW5864=m +CONFIG_VIDEO_TW68=m +CONFIG_VIDEO_TW9903=m +CONFIG_VIDEO_TW9906=m +CONFIG_VIDEO_TW9910=m +CONFIG_VIDEO_UDA1342=m +CONFIG_VIDEO_UPD64031A=m +CONFIG_VIDEO_UPD64083=m +CONFIG_VIDEO_USBVISION=m +CONFIG_VIDEO_V4L2=m +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +CONFIG_VIDEO_V4L2_TPG=m +# CONFIG_VIDEO_VIA_CAMERA is not set +CONFIG_VIDEO_VICODEC=m +CONFIG_VIDEO_VIM2M=m +# CONFIG_VIDEO_VIMC is not set +CONFIG_VIDEO_VIVID=m +CONFIG_VIDEO_VIVID_CEC=y +CONFIG_VIDEO_VIVID_MAX_DEVS=64 +CONFIG_VIDEO_VP27SMPX=m +CONFIG_VIDEO_VPX3220=m +CONFIG_VIDEO_VS6624=m +CONFIG_VIDEO_WM8739=m +CONFIG_VIDEO_WM8775=m +CONFIG_VIDEO_XILINX=m +CONFIG_VIDEO_XILINX_TPG=m +CONFIG_VIDEO_XILINX_VTC=m +CONFIG_VIPERBOARD_ADC=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=y +CONFIG_VIRTIO_BLK=m +CONFIG_VIRTIO_BLK_SCSI=y +CONFIG_VIRTIO_CONSOLE=y +CONFIG_VIRTIO_FS=m +CONFIG_VIRTIO_INPUT=m +CONFIG_VIRTIO_IOMMU=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_MMIO=y +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +CONFIG_VIRTIO_NET=m +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +CONFIG_VIRTIO_PMEM=m +CONFIG_VIRTIO_VSOCKETS=m +CONFIG_VIRTIO_VSOCKETS_COMMON=m +CONFIG_VIRTUALIZATION=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +CONFIG_VIRT_DRIVERS=y +CONFIG_VIRT_TO_BUS=y +CONFIG_VIRT_WIFI=m +CONFIG_VITESSE_PHY=m +CONFIG_VL53L0X_I2C=m +CONFIG_VL6180=m +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLAN_8021Q_MVRP=y +CONFIG_VMAP_STACK=y +CONFIG_VMD=m +CONFIG_VME_BUS=y +CONFIG_VME_CA91CX42=m +CONFIG_VME_FAKE=m +CONFIG_VME_TSI148=m +CONFIG_VME_USER=m +CONFIG_VMIVME_7805=m +CONFIG_VMWARE_BALLOON=m +CONFIG_VMWARE_PVSCSI=m +CONFIG_VMWARE_VMCI=m +CONFIG_VMWARE_VMCI_VSOCKETS=m +CONFIG_VMXNET3=m +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_VOP=m +CONFIG_VOP_BUS=m +CONFIG_VORTEX=m +CONFIG_VSOCKETS=m +CONFIG_VSOCKETS_DIAG=m +CONFIG_VSOCKMON=m +CONFIG_VT=y +CONFIG_VT6655=m +CONFIG_VT6656=m +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_VXFS_FS=m +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set +CONFIG_VXLAN=m +CONFIG_VZ89X=m +CONFIG_W1_CON=y +CONFIG_W1_MASTER_DS1WM=m +CONFIG_W1_MASTER_DS2482=m +CONFIG_W1_MASTER_DS2490=m +CONFIG_W1_MASTER_GPIO=m +CONFIG_W1_MASTER_MATROX=m +CONFIG_W1_MASTER_MXC=m +CONFIG_W1_MASTER_SGI=m +CONFIG_W1_SLAVE_DS2405=m +CONFIG_W1_SLAVE_DS2406=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2408_READBACK=y +CONFIG_W1_SLAVE_DS2413=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2431=m +CONFIG_W1_SLAVE_DS2433=m +# CONFIG_W1_SLAVE_DS2433_CRC is not set +CONFIG_W1_SLAVE_DS2438=m +CONFIG_W1_SLAVE_DS250X=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS2805=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_DS28E17=m +CONFIG_W1_SLAVE_SMEM=m +CONFIG_W1_SLAVE_THERM=m +CONFIG_W83627HF_WDT=m +CONFIG_W83877F_WDT=m +CONFIG_W83977F_WDT=m +CONFIG_WAFER_WDT=m +CONFIG_WAN=y +CONFIG_WANT_DEV_COREDUMP=y +CONFIG_WANXL=m +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP=y +# CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC is not set +CONFIG_WATCHDOG_PRETIMEOUT_GOV=y +CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP=y +CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=m +CONFIG_WATCHDOG_PRETIMEOUT_GOV_SEL=m +CONFIG_WATCHDOG_SYSFS=y +CONFIG_WCN36XX=m +# CONFIG_WCN36XX_DEBUGFS is not set +# CONFIG_WCN36XX_SNAPDRAGON_HACKS is not set +CONFIG_WDAT_WDT=m +CONFIG_WDTPCI=m +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PRIV=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WIL6210=m +CONFIG_WIL6210_DEBUGFS=y +CONFIG_WIL6210_ISR_COR=y +CONFIG_WIL6210_TRACING=y +CONFIG_WILC1000=m +CONFIG_WILC1000_HW_OOB_INTR=y +CONFIG_WILC1000_SDIO=m +CONFIG_WILC1000_SPI=m +CONFIG_WILCO_EC=m +CONFIG_WILCO_EC_DEBUGFS=m +CONFIG_WILCO_EC_EVENTS=m +CONFIG_WILCO_EC_TELEMETRY=m +CONFIG_WILINK_PLATFORM_DATA=y +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M_USB=m +CONFIG_WINBOND_840=m +CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WIZNET_BUS_ANY=y +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_W5100=m +CONFIG_WIZNET_W5100_SPI=m +CONFIG_WIZNET_W5300=m +CONFIG_WL1251=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1251_SPI=m +CONFIG_WL12XX=m +CONFIG_WL18XX=m +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_QUANTENNA=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLCORE=m +CONFIG_WLCORE_SDIO=m +CONFIG_WLCORE_SPI=m +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m +CONFIG_WM831X_WATCHDOG=m +CONFIG_WM8350_POWER=m +CONFIG_WM8350_WATCHDOG=m +CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +CONFIG_X25=m +CONFIG_X25_ASY=m +CONFIG_X509_CERTIFICATE_PARSER=y +CONFIG_X86=y +CONFIG_X86_16BIT=y +# CONFIG_X86_5LEVEL is not set +CONFIG_X86_64=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_X86_64_SMP=y +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +CONFIG_X86_AMD_FREQ_SENSITIVITY=m +# CONFIG_X86_AMD_PLATFORM_DEVICE is not set +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_CMOV=y +CONFIG_X86_CMPXCHG64=y +# CONFIG_X86_CPA_STATISTICS is not set +CONFIG_X86_CPUID=m +CONFIG_X86_CPU_RESCTRL=y +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_X86_DEBUG_FPU=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_DIRECT_GBPAGES=y +CONFIG_X86_ESPFIX64=y +CONFIG_X86_EXTENDED_PLATFORM=y +CONFIG_X86_FEATURE_NAMES=y +# CONFIG_X86_GOLDFISH is not set +CONFIG_X86_HV_CALLBACK_VECTOR=y +# CONFIG_X86_INTEL_LPSS is not set +CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y +# CONFIG_X86_INTEL_MID is not set +CONFIG_X86_INTEL_MPX=y +CONFIG_X86_INTEL_PSTATE=y +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +CONFIG_X86_INTEL_UMIP=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_IO_APIC=y +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_MCE=y +CONFIG_X86_MCELOG_LEGACY=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_INJECT=m +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_MPPARSE=y +CONFIG_X86_MSR=m +CONFIG_X86_NEED_RELOCS=y +CONFIG_X86_NUMACHIP=y +CONFIG_X86_P4_CLOCKMOD=m +CONFIG_X86_PAT=y +# CONFIG_X86_PCC_CPUFREQ is not set +CONFIG_X86_PKG_TEMP_THERMAL=m +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_X86_PMEM_LEGACY=y +CONFIG_X86_PMEM_LEGACY_DEVICE=y +CONFIG_X86_PM_TIMER=y +CONFIG_X86_POWERNOW_K8=y +# CONFIG_X86_PTDUMP is not set +CONFIG_X86_PTDUMP_CORE=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_RESERVE_LOW=64 +CONFIG_X86_SMAP=y +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set +CONFIG_X86_SPEEDSTEP_LIB=m +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_X86_SYSFB is not set +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_TSC=y +# CONFIG_X86_UV is not set +# CONFIG_X86_VERBOSE_BOOTUP is not set +# CONFIG_X86_VSMP is not set +CONFIG_X86_VSYSCALL_EMULATION=y +CONFIG_X86_X2APIC=y +CONFIG_X86_X32=y +CONFIG_XARRAY_MULTI=y +CONFIG_XDP_SOCKETS=y +CONFIG_XDP_SOCKETS_DIAG=m +CONFIG_XEN=y +CONFIG_XENFS=m +CONFIG_XEN_512GB=y +CONFIG_XEN_ACPI=y +CONFIG_XEN_ACPI_PROCESSOR=y +CONFIG_XEN_AUTO_XLATE=y +CONFIG_XEN_BACKEND=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_BLKDEV_BACKEND=m +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_XEN_DEBUG_FS is not set +CONFIG_XEN_DEV_EVTCHN=m +CONFIG_XEN_DOM0=y +CONFIG_XEN_EFI=y +CONFIG_XEN_FRONT_PGDIR_SHBUF=m +CONFIG_XEN_GNTDEV=m +CONFIG_XEN_GNTDEV_DMABUF=y +CONFIG_XEN_GRANT_DEV_ALLOC=m +CONFIG_XEN_GRANT_DMA_ALLOC=y +CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_HAVE_VPMU=y +CONFIG_XEN_MCE_LOG=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_XEN_NETDEV_FRONTEND=m +CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_PCIDEV_FRONTEND=m +CONFIG_XEN_PRIVCMD=m +CONFIG_XEN_PV=y +# CONFIG_XEN_PVCALLS_BACKEND is not set +CONFIG_XEN_PVCALLS_FRONTEND=m +CONFIG_XEN_PVH=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_PVHVM_SMP=y +CONFIG_XEN_PV_SMP=y +CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y +CONFIG_XEN_SCSI_BACKEND=m +CONFIG_XEN_SCSI_FRONTEND=m +CONFIG_XEN_SYMS=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_WDT=m +CONFIG_XEN_XENBUS_FRONTEND=y +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_INTERFACE=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_XFRM_MIGRATE is not set +CONFIG_XFRM_OFFLOAD=y +CONFIG_XFRM_STATISTICS=y +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_USER=m +# CONFIG_XFS_DEBUG is not set +CONFIG_XFS_FS=m +# CONFIG_XFS_ONLINE_SCRUB is not set +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +# CONFIG_XFS_WARN is not set +CONFIG_XGENE_DMA=m +CONFIG_XGENE_PMU=y +CONFIG_XGENE_SLIMPRO_MBOX=m +CONFIG_XILINX_AXI_EMAC=m +CONFIG_XILINX_DMA=m +CONFIG_XILINX_GMII2RGMII=m +CONFIG_XILINX_LL_TEMAC=m +CONFIG_XILINX_PR_DECOUPLER=m +CONFIG_XILINX_SDFEC=m +CONFIG_XILINX_VCU=m +CONFIG_XILINX_WATCHDOG=m +CONFIG_XILINX_XADC=m +CONFIG_XILINX_ZYNQMP_DMA=m +CONFIG_XILLYBUS=m +CONFIG_XILLYBUS_OF=m +CONFIG_XILLYBUS_PCIE=m +CONFIG_XIL_AXIS_FIFO=m +CONFIG_XOR_BLOCKS=m +CONFIG_XPS=y +CONFIG_XXHASH=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_TEST=m +CONFIG_XZ_DEC_X86=y +CONFIG_YAM=m +CONFIG_YELLOWFIN=m +CONFIG_YENTA=m +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_TOSHIBA=y +CONFIG_Z3FOLD=m +CONFIG_ZBUD=y +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_ZEROPLUS_FF=y +CONFIG_ZIIRAVE_WATCHDOG=m +CONFIG_ZISOFS=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_ZLIB_INFLATE=y +CONFIG_ZONE_DEVICE=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_ZOPT2201=m +CONFIG_ZPA2326=m +CONFIG_ZPA2326_I2C=m +CONFIG_ZPA2326_SPI=m +CONFIG_ZPOOL=y +CONFIG_ZRAM=m +CONFIG_ZRAM_MEMORY_TRACKING=y +CONFIG_ZRAM_WRITEBACK=y +CONFIG_ZSMALLOC=y +# CONFIG_ZSMALLOC_STAT is not set +CONFIG_ZSTD_COMPRESS=m +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_ZSWAP=y +CONFIG_ZYNQMP_FIRMWARE=y +# CONFIG_ZYNQMP_FIRMWARE_DEBUG is not set +CONFIG_ZYNQMP_IPI_MBOX=y +CONFIG_ZYNQMP_PM_DOMAINS=y +CONFIG_ZYNQMP_POWER=y diff --git a/debian.aws/control.d/aws.inclusion-list b/debian.aws/control.d/aws.inclusion-list new file mode 100644 index 0000000000000..0d4d8fd056120 --- /dev/null +++ b/debian.aws/control.d/aws.inclusion-list @@ -0,0 +1,263 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/powerpc/kvm/kvm-hv.ko +arch/powerpc/kvm/kvm-pr.ko +arch/powerpc/kvm/vfio.ko +arch/powerpc/platforms/powernv/opal-prd.ko +arch/s390/* +arch/x86/kvm/kvm-amd.ko +arch/x86/kvm/kvm-intel.ko +crypto/* +drivers/acpi/* +drivers/ata/acard-ahci.ko +drivers/ata/ahci.ko +drivers/ata/ahci_platform.ko +drivers/ata/ata_generic.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/brd.ko +drivers/block/cryptoloop.ko +drivers/block/floppy.ko +drivers/block/loop.ko +drivers/block/nbd.ko +drivers/block/rbd.ko +drivers/block/drbd/drbd.ko +drivers/block/virtio_blk.ko +drivers/block/xen-blkfront.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/powernv-rng.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/ipmi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/char/virtio_console.ko +drivers/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/hid/hid-generic.ko +drivers/hid/hid-hyperv.ko +drivers/hid/hid.ko +drivers/hid/usbhid/usbhid.ko +drivers/hv/* +drivers/hwmon/ibmpowernv.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.ko +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_mad.ko +drivers/infiniband/core/ib_sa.ko +drivers/infiniband/core/ib_umad.ko +drivers/infiniband/core/ib_uverbs.ko +drivers/infiniband/core/iw_cm.ko +drivers/infiniband/core/rdma_cm.ko +drivers/infiniband/hw/efa/efa.ko +drivers/infiniband/ulp/iser/ib_iser.ko +drivers/infiniband/ulp/isert/ib_isert.ko +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/input-leds.ko +drivers/input/joydev.ko +drivers/input/misc/xen-kbdfront.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/hyperv-keyboard.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/leds/leds-powernv.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/md/* +drivers/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/mtd/cmdlinepart.ko +drivers/mtd/devices/powernv_flash.ko +drivers/mtd/ofpart.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/caif/caif_virtio.ko +drivers/net/dummy.ko +drivers/net/eql.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/ethernet/amazon/ena/ena.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/ethernet/broadcom/bnx2x/* +drivers/net/ethernet/broadcom/tg3.ko +drivers/net/ethernet/dec/tulip/* +drivers/net/ethernet/emulex/benet/* +drivers/net/ethernet/ibm/* +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/igb/* +drivers/net/ipvlan/ipvlan.ko +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbe/* +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/ethernet/mellanox/* +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/fddi/* +drivers/net/geneve.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ifb.ko +drivers/net/ipvlan/* +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/mii.ko +drivers/net/netconsole.ko +drivers/net/ppp/* +drivers/net/ppp/bsd_comp.ko +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/virtio_net.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/xen-netback/* +drivers/net/xen-netfront.ko +drivers/nvme/host/nvme.ko +drivers/nvmem/nvmem_core.ko +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/host/vmd.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/aacraid/* +drivers/scsi/BusLogic.ko +drivers/scsi/cxlflash/* +drivers/scsi/device_handler/scsi_dh_alua.ko +drivers/scsi/device_handler/scsi_dh_emc.ko +drivers/scsi/device_handler/scsi_dh_hp_sw.ko +drivers/scsi/device_handler/scsi_dh_rdac.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/ibmvscsi/* +drivers/scsi/ipr.ko +drivers/scsi/iscsi_boot_sysfs.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/lpfc/* +drivers/scsi/megaraid/* +drivers/scsi/mpt3sas/* +drivers/scsi/osd/libosd.ko +drivers/scsi/osd/osd.ko +drivers/scsi/qla1280.ko +drivers/scsi/qla2xxx/* +drivers/scsi/raid_class.ko +drivers/scsi/scsi_debug.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_transport_spi.ko +drivers/scsi/sd_mod.ko +drivers/scsi/sr_mod.ko +drivers/scsi/virtio_scsi.ko +drivers/scsi/vmw_pvscsi.ko +drivers/soundwire/soundwire-bus.ko +drivers/target/loopback/tcm_loop.ko +drivers/target/target_core*.ko +drivers/tty/serial/jsm/* +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.ko +drivers/usb/host/* +drivers/usb/storage/uas.ko +drivers/usb/storage/usb-storage.ko +drivers/vfio/* +drivers/vhost/* +drivers/video/fbdev/* +drivers/video/vgastate.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +! find sound/core -name oss -prune -o -name *.ko -print +fs/9p/* +fs/aufs/aufs.ko +fs/autofs/autofs4.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/cifs/* +fs/configfs/* +fs/dlm/dlm.ko +fs/ecryptfs/* +fs/efivarfs/* +fs/exofs/libore.ko +fs/ext4/* +fs/fat/* +fs/fscache/* +fs/fuse/* +fs/isofs/* +fs/lockd/* +fs/nfs/* +fs/nfs_common/* +fs/nfsd/* +fs/nls/nls_cp437.ko +fs/nls/nls_iso8859-1.ko +fs/nls/nls_utf8.ko +fs/overlayfs/* +fs/squashfs/* +fs/udf/* +fs/ufs/* +fs/xfs/* +lib/* +net/6lowpan/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bpfilter/bpfilter.ko +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/irda/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netlink/netlink_diag.ko +net/netrom/* +net/openvswitch/* +net/packet/af_packet_diag.ko +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +net/tipc/* +net/unix/unix_diag.ko +net/vmw_vsock/* +net/x25/* +net/xfrm/* +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/snd-ens1370.ko +sound/soundcore.ko +ubuntu/vbox/vboxguest/vboxguest.ko +ubuntu/vbox/vboxsf/vboxsf.ko +zfs/* diff --git a/debian.aws/control.d/flavour-control.stub b/debian.aws/control.d/flavour-control.stub new file mode 100644 index 0000000000000..9f5b12a8c665e --- /dev/null +++ b/debian.aws/control.d/flavour-control.stub @@ -0,0 +1,148 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Provides: linux-image, fuse-module, aufs-dkms, =PROVIDES=${linux:rprovides} +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-PKGVER-ABINUM-FLAVOUR +Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] +Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends} +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel extra modules for version PKGVER on DESC + Contains the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR | linux-image-unsigned-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda +Description: Linux kernel extra modules for version PKGVER on DESC + This package contains the Linux kernel extra modules for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-modules-extra-FLAVOUR meta-package, which will ensure that upgrades + work correctly, and that supporting packages are also installed. + +Package: linux-headers-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR-dbgsym +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides the=SIGN-ME-TXT= kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. + +Package: linux-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-udebs-FLAVOUR +Build-Profiles: +XC-Package-Type: udeb +Section: debian-installer +Architecture: ARCH +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + diff --git a/debian.aws/control.d/vars.aws b/debian.aws/control.d/vars.aws new file mode 100644 index 0000000000000..e28920fdb8746 --- /dev/null +++ b/debian.aws/control.d/vars.aws @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="AWS" +target="Geared toward Amazon Web Services (AWS) systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | grub-efi-arm64 [arm64]" +provides="" diff --git a/debian.aws/control.stub.in b/debian.aws/control.stub.in new file mode 100644 index 0000000000000..d2d258f84cdb4 --- /dev/null +++ b/debian.aws/control.stub.in @@ -0,0 +1,94 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper (>= 9), + dh-systemd, + cpio, + kernel-wedge, + kmod , + libcap-dev , + makedumpfile [amd64] , + libelf-dev , + libnewt-dev , + libiberty-dev , + default-jdk-headless , + java-common , + rsync , + libdw-dev , + libpci-dev , + pkg-config , + flex , + bison , + libunwind8-dev [amd64 arm64 armhf ppc64el] , + liblzma-dev , + openssl , + libssl-dev , + libaudit-dev , + bc , + gawk , + libudev-dev , + autoconf , + automake , + libtool , + uuid-dev , + libnuma-dev [amd64 arm64 ppc64el s390x] , + dkms , + curl , + lz4 [amd64 s390x] , + dwarves [amd64 arm64 armhf ppc64el s390x] , +Build-Depends-Indep: + xmlto , + docbook-utils , + ghostscript , + fig2dev , + bzip2 , + sharutils , + asciidoc , + python3-sphinx , + python3-sphinx-rtd-theme , + python3-docutils , +Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-aws/+git/=SERIES= +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Breaks: iscsitarget-dkms (<< 1.4.20.3+svn502-2ubuntu4.4) +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-cloud-tools-PKGVER-ABINUM-. + diff --git a/debian.aws/copyright b/debian.aws/copyright new file mode 100644 index 0000000000000..d1d04a6d66974 --- /dev/null +++ b/debian.aws/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian.aws/d-i/firmware/README.txt b/debian.aws/d-i/firmware/README.txt new file mode 100644 index 0000000000000..27a8600bc0f88 --- /dev/null +++ b/debian.aws/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# diff --git a/debian.aws/d-i/kernel-versions b/debian.aws/d-i/kernel-versions new file mode 100644 index 0000000000000..e0db2b80d2ef3 --- /dev/null +++ b/debian.aws/d-i/kernel-versions @@ -0,0 +1,2 @@ +# arch version flavour installedname suffix bdep +amd64 PKGVER-ABINUM aws PKGVER-ABINUM-aws - - diff --git a/debian.aws/d-i/modules/none b/debian.aws/d-i/modules/none new file mode 100644 index 0000000000000..c4099e1d65d00 --- /dev/null +++ b/debian.aws/d-i/modules/none @@ -0,0 +1 @@ +# Empty placeholder diff --git a/debian.aws/d-i/package-list b/debian.aws/d-i/package-list new file mode 100644 index 0000000000000..89e423aaf4091 --- /dev/null +++ b/debian.aws/d-i/package-list @@ -0,0 +1,208 @@ +Package: kernel-image +Provides: ext3-modules, ext4-modules, squashfs-modules +Provides_amd64: efi-modules, ext3-modules, ext4-modules, squashfs-modules +Provides_i386: efi-modules, ext3-modules, ext4-modules, squashfs-modules +Provides_ppc64el: ext3-modules, ext4-modules, fat-modules, squashfs-modules +Provides_s390x: ext3-modules, ext4-modules, ppp-modules, squashfs-modules +Description: kernel image and system map + +Package: dasd-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: DASD storage support + +Package: dasd-extra-modules +Depends: dasd-modules +Priority: extra +Description: DASD storage support -- extras + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: ext2-modules, jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: btrfs-modules, ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: irda-modules +Depends: kernel-image, nic-shared-modules +Priority: standard +Description: Support for Infrared protocols + +Package: md-modules +Depends: kernel-image +Priority: standard +Provides: crypto-dm-modules +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Provides: nbd-modules +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + diff --git a/debian.aws/etc/getabis b/debian.aws/etc/getabis new file mode 100644 index 0000000000000..57a31807a6f8e --- /dev/null +++ b/debian.aws/etc/getabis @@ -0,0 +1,14 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-aws" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-aws" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-aws" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-aws" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-aws" + "http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux-aws" + "https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/bootstrap/+files" +) + +package_prefixes linux-image linux-modules + +getall amd64 aws +getall arm64 aws diff --git a/debian.aws/etc/kernelconfig b/debian.aws/etc/kernelconfig new file mode 100644 index 0000000000000..2f07ffc6a95ce --- /dev/null +++ b/debian.aws/etc/kernelconfig @@ -0,0 +1,7 @@ +if [ "$variant" = "ports" ]; then + archs="" + family='ports' +else + archs="amd64 arm64" + family='ubuntu' +fi diff --git a/debian.aws/etc/update.conf b/debian.aws/etc/update.conf new file mode 100644 index 0000000000000..5f5f24849f4c9 --- /dev/null +++ b/debian.aws/etc/update.conf @@ -0,0 +1,7 @@ +# WARNING: we do not create update.conf when we are not a +# derivative. Various cranky components make use of this. +# If we start unconditionally creating update.conf we need +# to fix at least cranky close and cranky rebase. +RELEASE_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal +SOURCE_RELEASE_BRANCH=master-next +DEBIAN_MASTER=debian.master diff --git a/debian.aws/modprobe.d/common.conf b/debian.aws/modprobe.d/common.conf new file mode 100644 index 0000000000000..e0fbbd6e060d4 --- /dev/null +++ b/debian.aws/modprobe.d/common.conf @@ -0,0 +1,3 @@ +# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate +blacklist snd-mixer-oss +blacklist snd-pcm-oss diff --git a/debian.aws/reconstruct b/debian.aws/reconstruct new file mode 100644 index 0000000000000..85330a8304d34 --- /dev/null +++ b/debian.aws/reconstruct @@ -0,0 +1,74 @@ +# Recreate any symlinks created since the orig. +# Remove any files deleted from the orig. +rm -f 'arch/parisc/kernel/module.lds' +rm -f 'arch/parisc/lib/string.S' +rm -f 'arch/um/kernel/gmon_syms.c' +rm -f 'arch/x86/events/intel/rapl.c' +rm -f 'drivers/crypto/hisilicon/sgl.h' +rm -f 'drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_math.h' +rm -f 'drivers/input/serio/i8042-ppcio.h' +rm -f 'drivers/net/can/dev.c' +rm -f 'drivers/net/can/rx-offload.c' +rm -f 'drivers/staging/mt7621-dma/mtk-hsdma.c' +rm -f 'include/Kbuild' +rm -f 'include/uapi/rdma/nes-abi.h' +rm -f 'kernel/elfcore.c' +rm -f 'tools/build/feature/test-libpython-version.c' +chmod +x 'debian/cloud-tools/hv_get_dhcp_info' +chmod +x 'debian/cloud-tools/hv_get_dns_info' +chmod +x 'debian/cloud-tools/hv_set_ifconfig' +chmod +x 'debian/rules' +chmod +x 'debian/scripts/abi-check' +chmod +x 'debian/scripts/config-check' +chmod +x 'debian/scripts/control-create' +chmod +x 'debian/scripts/dkms-build' +chmod +x 'debian/scripts/dkms-build--nvidia-N' +chmod +x 'debian/scripts/dkms-build--virtualbox-guest' +chmod +x 'debian/scripts/dkms-build-configure--zfs' +chmod +x 'debian/scripts/file-downloader' +chmod +x 'debian/scripts/helpers/close' +chmod +x 'debian/scripts/helpers/open' +chmod +x 'debian/scripts/helpers/rebase' +chmod +x 'debian/scripts/link-headers' +chmod +x 'debian/scripts/misc/arch-has-odm-enabled.sh' +chmod +x 'debian/scripts/misc/final-checks' +chmod +x 'debian/scripts/misc/find-missing-sauce.sh' +chmod +x 'debian/scripts/misc/find-obsolete-firmware' +chmod +x 'debian/scripts/misc/fips-checks' +chmod +x 'debian/scripts/misc/fw-to-ihex.sh' +chmod +x 'debian/scripts/misc/gen-auto-reconstruct' +chmod +x 'debian/scripts/misc/get-firmware' +chmod +x 'debian/scripts/misc/getabis' +chmod +x 'debian/scripts/misc/git-ubuntu-log' +chmod +x 'debian/scripts/misc/insert-changes.pl' +chmod +x 'debian/scripts/misc/insert-mainline-changes' +chmod +x 'debian/scripts/misc/insert-ubuntu-changes' +chmod +x 'debian/scripts/misc/kernel-wedge-arch.pl' +chmod +x 'debian/scripts/misc/kernelconfig' +chmod +x 'debian/scripts/misc/retag' +chmod +x 'debian/scripts/misc/splitconfig.pl' +chmod +x 'debian/scripts/misc/tristate.sh' +chmod +x 'debian/scripts/misc/update-aufs.sh' +chmod +x 'debian/scripts/module-check' +chmod +x 'debian/scripts/module-inclusion' +chmod +x 'debian/scripts/retpoline-check' +chmod +x 'debian/scripts/retpoline-extract' +chmod +x 'debian/scripts/retpoline-extract-one' +chmod +x 'debian/templates/extra.postinst.in' +chmod +x 'debian/templates/extra.postrm.in' +chmod +x 'debian/templates/headers.postinst.in' +chmod +x 'debian/templates/image.postinst.in' +chmod +x 'debian/templates/image.postrm.in' +chmod +x 'debian/templates/image.preinst.in' +chmod +x 'debian/templates/image.prerm.in' +chmod +x 'debian/tests-build/check-aliases' +chmod +x 'debian/tests/rebuild' +chmod +x 'debian/tests/ubuntu-regression-suite' +chmod +x 'samples/bpf/lwt_len_hist.sh' +chmod +x 'samples/bpf/test_lwt_bpf.sh' +chmod +x 'scripts/kmsg-doc' +chmod +x 'scripts/parse-maintainers.pl' +chmod +x 'tools/testing/selftests/netfilter/conntrack_vrf.sh' +chmod +x 'update-dkms-versions' +chmod +x 'update-version-dkms' +exit 0 diff --git a/debian.aws/rules.d/amd64.mk b/debian.aws/rules.d/amd64.mk new file mode 100644 index 0000000000000..572315e6cb01c --- /dev/null +++ b/debian.aws/rules.d/amd64.mk @@ -0,0 +1,32 @@ +human_arch = 64 bit x86 +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = aws +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = false +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_bpftool = true +do_tools_hyperv = false +do_extras_package = true +ship_extras_package = true +do_tools_common = false +do_tools_acpidbg = false +do_zfs = true +do_libc_dev_package = false +disable_d_i = true +do_doc_package = false +do_source_package = false +do_dtbs = false +do_common_headers_indep = false +do_dkms_wireguard = true +do_tools_perf_jvmti = true +uefi_signed = true diff --git a/debian.aws/rules.d/arm64.mk b/debian.aws/rules.d/arm64.mk new file mode 100644 index 0000000000000..634baef3038c5 --- /dev/null +++ b/debian.aws/rules.d/arm64.mk @@ -0,0 +1,31 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +flavours = aws +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +no_dumpfile = true +loader = grub +vdso = vdso_install +no_dumpfile = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = false +do_tools_bpftool = true +do_tools_hyperv = true +do_extras_package = true +ship_extras_package = true +do_tools_common = true +do_zfs = true +do_libc_dev_package = false +disable_d_i = true +do_doc_package = false +do_source_package = false +do_dtbs = false +do_common_headers_indep = false +do_dkms_wireguard = true +do_tools_perf_jvmti = true +uefi_signed = true diff --git a/debian.aws/rules.d/hooks.mk b/debian.aws/rules.d/hooks.mk new file mode 100644 index 0000000000000..e0c4f46609e84 --- /dev/null +++ b/debian.aws/rules.d/hooks.mk @@ -0,0 +1 @@ +do_tools_common=false diff --git a/debian.aws/tracking-bug b/debian.aws/tracking-bug new file mode 100644 index 0000000000000..cfd6083678ab1 --- /dev/null +++ b/debian.aws/tracking-bug @@ -0,0 +1 @@ +1974356 2022.05.09-5 diff --git a/debian.aws/variants b/debian.aws/variants new file mode 100644 index 0000000000000..40f3b004446aa --- /dev/null +++ b/debian.aws/variants @@ -0,0 +1 @@ +-lts-20.04 diff --git a/debian.master/abi/5.4.0-110.124/abiname b/debian.master/abi/5.4.0-110.124/abiname deleted file mode 100644 index bc6298e80ad4b..0000000000000 --- a/debian.master/abi/5.4.0-110.124/abiname +++ /dev/null @@ -1 +0,0 @@ -110 diff --git a/debian.master/abi/5.4.0-117.132/abiname b/debian.master/abi/5.4.0-117.132/abiname new file mode 100644 index 0000000000000..5bc6609e3d851 --- /dev/null +++ b/debian.master/abi/5.4.0-117.132/abiname @@ -0,0 +1 @@ +117 diff --git a/debian.master/abi/5.4.0-110.124/amd64/generic b/debian.master/abi/5.4.0-117.132/amd64/generic similarity index 81% rename from debian.master/abi/5.4.0-110.124/amd64/generic rename to debian.master/abi/5.4.0-117.132/amd64/generic index e7eef72ff3f1f..390d8c8264394 100644 --- a/debian.master/abi/5.4.0-110.124/amd64/generic +++ b/debian.master/abi/5.4.0-117.132/amd64/generic @@ -34,8 +34,8 @@ EXPORT_SYMBOL drivers/acpi/video 0xc8319856 acpi_video_get_levels EXPORT_SYMBOL drivers/acpi/video 0xe92ca535 acpi_video_set_dmi_backlight_type EXPORT_SYMBOL drivers/atm/suni 0xf34a4ba2 suni_init EXPORT_SYMBOL drivers/atm/uPD98402 0xe3320b4d uPD98402_init -EXPORT_SYMBOL drivers/bcma/bcma 0x4f83c74c bcma_core_irq -EXPORT_SYMBOL drivers/bcma/bcma 0xf760099e bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xa3a9421f bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xb63b93b2 bcma_core_irq EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -135,7 +135,6 @@ EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init EXPORT_SYMBOL drivers/firewire/firewire-core 0xeebccd8b fw_core_remove_address_handler EXPORT_SYMBOL drivers/gpu/drm/drm 0x018de06d drm_hdcp_update_content_protection -EXPORT_SYMBOL drivers/gpu/drm/drm 0x01a8082c drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d849ac drm_encoder_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x01e804b8 drm_mode_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x021c5c26 drm_vma_offset_add @@ -165,10 +164,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f6af2e5 drm_gem_shmem_get_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug -EXPORT_SYMBOL drivers/gpu/drm/drm 0x11c519e1 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x126ba2da drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x127a8c6b drm_flip_work_queue EXPORT_SYMBOL drivers/gpu/drm/drm 0x128d38f2 drm_mode_create -EXPORT_SYMBOL drivers/gpu/drm/drm 0x13c837c0 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x15945fd5 drm_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x15bc20dc drm_master_internal_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file @@ -185,13 +183,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b197094 drm_mode_create_dvi_i_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c04419e drm_panel_detach EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c7c28a6 drm_connector_set_vrr_capable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d659426 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug EXPORT_SYMBOL drivers/gpu/drm/drm 0x2067081b drm_hdmi_infoframe_set_hdr_metadata EXPORT_SYMBOL drivers/gpu/drm/drm 0x214555a3 drm_gem_dumb_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x21537849 drm_property_create -EXPORT_SYMBOL drivers/gpu/drm/drm 0x217fc9a7 drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d541eb drm_flip_work_queue_task EXPORT_SYMBOL drivers/gpu/drm/drm 0x21dd6fc5 drm_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x22490613 drm_color_lut_check @@ -201,16 +197,17 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x2438173d drm_crtc_init_with_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0x24ea0eca drm_property_create_bool EXPORT_SYMBOL drivers/gpu/drm/drm 0x254ea40f drm_atomic_state_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0x2571dee9 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26afc654 drm_agp_unbind EXPORT_SYMBOL drivers/gpu/drm/drm 0x270805fc drm_vma_node_allow EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo EXPORT_SYMBOL drivers/gpu/drm/drm 0x282bcfcb drm_gem_dmabuf_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b17235 drm_modeset_acquire_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b34469 drm_crtc_vblank_count -EXPORT_SYMBOL drivers/gpu/drm/drm 0x28c48a95 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x29059859 drm_atomic_get_plane_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x293c63d1 drm_gem_free_mmap_offset EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b920efe drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b9a4ccf drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c46828b drm_gem_cma_prime_import_sg_table_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale @@ -242,26 +239,28 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x36e3a489 drm_crtc_vblank_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x371ae797 drm_framebuffer_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a69cfd drm_client_buffer_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a6e9b2 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39b96b93 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a105a65 drm_client_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c657d68 drm_mode_create_aspect_ratio_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc77b13 drm_property_create_signed_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e354ca8 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3debdf54 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dfa3f54 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e50b109 drm_gem_fence_array_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e76de1e drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e921be7 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f002361 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fbc0953 drm_syncobj_get_fd EXPORT_SYMBOL drivers/gpu/drm/drm 0x403d13ee drm_crtc_check_viewport EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ad8f53 drm_atomic_get_new_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x4156f09c drm_atomic_set_mode_prop_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0x415d1e08 drm_av_sync_delay -EXPORT_SYMBOL drivers/gpu/drm/drm 0x42469553 drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x42c13810 drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x435880db drm_gtf_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x43ac40ee drm_connector_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x43dc1afc drm_i2c_encoder_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0x443485ea drm_gem_shmem_put_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x4587422c drm_gem_lock_reservations -EXPORT_SYMBOL drivers/gpu/drm/drm 0x46a74343 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d1e82c drm_mode_put_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x4785680f drm_atomic_get_old_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x47922383 drm_writeback_cleanup_job @@ -277,7 +276,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca54311 drm_gem_shmem_madvise EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc281aa drm_gem_fence_array_add_implicit EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cd1b3e3 drm_dev_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d45fae6 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x4de8fd3f drm_debugfs_create_files EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0280b6 drm_mode_hsync EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name @@ -291,10 +289,8 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x514f554f drm_connector_attach_tv_margin_pro EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc3803 drm_format_info_block_width EXPORT_SYMBOL drivers/gpu/drm/drm 0x521c94e8 drm_mode_debug_printmodeline EXPORT_SYMBOL drivers/gpu/drm/drm 0x527e3205 drm_mode_match -EXPORT_SYMBOL drivers/gpu/drm/drm 0x52dac9ed drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x53c14020 drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0x54b9e78f drm_gem_cma_print_info -EXPORT_SYMBOL drivers/gpu/drm/drm 0x54f34c8f drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x55015951 drm_atomic_bridge_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x5542443b drm_flip_work_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x556c3169 drm_panel_get_modes @@ -307,8 +303,8 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x58280eb6 drm_plane_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x5858e03c drm_modeset_lock_single_interruptible EXPORT_SYMBOL drivers/gpu/drm/drm 0x5935c9b1 drm_mode_validate_driver EXPORT_SYMBOL drivers/gpu/drm/drm 0x59dcb8ff drm_crtc_wait_one_vblank -EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b3c1982 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd8f0ad drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0019e1 drm_agp_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d414006 drm_atomic_set_fb_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4c7cdd drm_bridge_mode_set EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ddac77e drm_client_init @@ -320,6 +316,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed44a05 drm_mode_prune_invalid EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc3a33f __drm_mm_interval_first EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd07589 drm_gem_dma_resv_wait EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd43696 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x601b02fb drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x6037643b drm_gem_create_mmap_offset_size EXPORT_SYMBOL drivers/gpu/drm/drm 0x61d3d443 drm_gem_shmem_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x624632a5 drm_mode_parse_command_line_for_connector @@ -330,11 +327,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x63b66322 drm_read EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c073f3 drm_prime_pages_to_sg EXPORT_SYMBOL drivers/gpu/drm/drm 0x64537161 drm_writeback_signal_completion EXPORT_SYMBOL drivers/gpu/drm/drm 0x6530726b drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x658c36f1 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x65a4b258 drm_atomic_set_fence_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x66551bc7 drm_detect_monitor_audio EXPORT_SYMBOL drivers/gpu/drm/drm 0x6661bd33 drm_mode_vrefresh EXPORT_SYMBOL drivers/gpu/drm/drm 0x66acbafc drm_modeset_lock_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x66cdd9a4 drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d4ce6d drm_gem_prime_import EXPORT_SYMBOL drivers/gpu/drm/drm 0x68238d1c drm_connector_set_link_status_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x6859d7a6 drm_atomic_check_only @@ -344,6 +341,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x690c4d3e drm_mode_config_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x693e8da6 drm_property_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a2aec0e drm_gem_dmabuf_mmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aa3c338 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c9f12eb drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cdab351 drm_crtc_vblank_count_and_time EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d58879d drm_modeset_unlock EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0bbabe drm_mm_print @@ -353,7 +351,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x7052da3b drm_mode_create_colorspace_propert EXPORT_SYMBOL drivers/gpu/drm/drm 0x71c046e9 drm_object_attach_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x725aab38 drm_client_modeset_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x72b0c728 drm_gem_vm_close -EXPORT_SYMBOL drivers/gpu/drm/drm 0x7402485d drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x74aa9c8e drm_atomic_normalize_zpos EXPORT_SYMBOL drivers/gpu/drm/drm 0x758e6ed7 drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x75fbea3a drm_mode_plane_set_obj_prop @@ -372,18 +369,20 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cdbdc02 drm_plane_create_zpos_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dbf7839 drm_crtc_accurate_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dca2b4d drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df66901 drm_connector_list_iter_end -EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e5608e5 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fe8a6f3 drm_writeback_prepare_job EXPORT_SYMBOL drivers/gpu/drm/drm 0x80935c79 drm_mm_scan_add_block EXPORT_SYMBOL drivers/gpu/drm/drm 0x8093ccef drm_plane_create_blend_mode_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c5bb73 drm_add_modes_noedid EXPORT_SYMBOL drivers/gpu/drm/drm 0x80d41e4b drm_connector_unregister EXPORT_SYMBOL drivers/gpu/drm/drm 0x80d75cd3 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x810d37cc drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x8113ca59 drm_atomic_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x815bbf37 drm_framebuffer_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x816dfad1 drm_atomic_state_default_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x81c817f8 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81fd0d53 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82f2807e drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x8322829a drm_crtc_arm_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x842dd90c drm_flip_work_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x853eada1 drm_get_cea_aspect_ratio @@ -392,7 +391,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x86511d7d drm_client_framebuffer_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ffd42 drm_mm_replace_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x88a50558 drm_state_dump -EXPORT_SYMBOL drivers/gpu/drm/drm 0x88c4fd69 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a18f9f drm_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7f7ba2 drm_put_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a9d5408 drm_get_edid_switcheroo @@ -414,11 +412,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x91ef7bb2 drm_connector_init_with_ddc EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f384f1 devm_drm_dev_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x93acfc71 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x94fde6c1 drm_client_buffer_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x95937f26 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95c8c109 drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create -EXPORT_SYMBOL drivers/gpu/drm/drm 0x972683b8 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x984942cd drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x98cece10 drm_atomic_get_crtc_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fd20aa drm_rect_clip_scaled EXPORT_SYMBOL drivers/gpu/drm/drm 0x9aff9975 drm_connector_attach_max_bpc_property @@ -434,16 +432,15 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d86d8ee drm_client_framebuffer_delete EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dbdac2c drm_mode_validate_ycbcr420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd26089 drm_mm_scan_init_with_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dec0b42 drm_syncobj_find -EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eaa286c drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0xa070eb4f drm_connector_attach_scaling_mode_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0713087 drm_ht_find_item EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0833ceb drm_add_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2290fb0 drm_add_override_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa47ec5a7 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6920710 drm_property_lookup_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7978e28 drm_syncobj_replace_fence -EXPORT_SYMBOL drivers/gpu/drm/drm 0xa874d6dc drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ad5d01 drm_detect_hdmi_monitor EXPORT_SYMBOL drivers/gpu/drm/drm 0xa90bba69 drm_bridge_post_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa5d050d drm_mode_crtc_set_gamma_size @@ -477,7 +474,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7ae32c2 drm_bridge_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xb86cd066 drm_dev_set_unique EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb91fb7b8 drm_agp_unbind EXPORT_SYMBOL drivers/gpu/drm/drm 0xb98fa52e drm_atomic_state_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xb996651d drm_warn_on_modeset_not_all_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free @@ -493,22 +489,23 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xc056aef5 drm_atomic_nonblocking_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0eba564 drm_atomic_get_old_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0fece6f drm_modeset_lock_all EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1aa6f21 drm_gem_dmabuf_export -EXPORT_SYMBOL drivers/gpu/drm/drm 0xc20c0ef3 drm_irq_uninstall -EXPORT_SYMBOL drivers/gpu/drm/drm 0xc24a3d35 drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block EXPORT_SYMBOL drivers/gpu/drm/drm 0xc307a10c drm_mm_takedown EXPORT_SYMBOL drivers/gpu/drm/drm 0xc31f331b drm_gem_mmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xc324efb9 drm_edid_to_sad EXPORT_SYMBOL drivers/gpu/drm/drm 0xc364b875 drm_panel_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3faa51b drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc50bd229 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5795a93 drm_connector_list_update EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xc605b842 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc62b05e7 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6323239 drm_flip_work_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a7da5c drm_crtc_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0xc73cda3c drm_vma_offset_manager_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc75f9355 drm_syncobj_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7717563 drm_client_modeset_commit_force +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc77e3154 drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c34238 drm_atomic_get_new_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8fab269 __drm_atomic_helper_disable_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0xc950a0b6 drm_atomic_set_crtc_for_plane @@ -532,13 +529,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a6455b drm_modeset_lock_all_ctx EXPORT_SYMBOL drivers/gpu/drm/drm 0xd382018e drm_connector_init_panel_orientation_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3f6440c drm_gem_prime_export EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c028b5 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd542782a drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd55b7b6c drm_mode_create_suggested_offset_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd72be2a6 drm_mode_get_tile_group -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8a5fea1 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd877c2fa drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xd946760f drm_i2c_encoder_save EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump -EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb07efb7 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb6d169d drm_framebuffer_plane_height EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb6f729 drm_mode_probed_add EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc70a8d0 drm_gem_prime_import_dev @@ -547,19 +544,19 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9e6689 drm_mode_create_from_cmdline_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00bea84 drm_format_info_min_pitch EXPORT_SYMBOL drivers/gpu/drm/drm 0xe06d2428 drm_connector_list_iter_begin -EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1897bc6 drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1ec8190 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe31fafb1 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35076cf drm_dev_unplug EXPORT_SYMBOL drivers/gpu/drm/drm 0xe384195b drm_mode_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3903619 drm_poll EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ad5dc0 drm_master_get EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3e22578 drm_modeset_unlock_all EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4272844 drm_atomic_commit -EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4374293 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49bfed7 drm_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49ffe4d drm_mode_find_dmt EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4d1a5f3 drm_plane_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0xe63728f8 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe65c11b2 drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xe77ea5ff drm_atomic_state_default_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xe90b40f4 drm_gem_unmap_dma_buf @@ -572,10 +569,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xed54f14c drm_gem_object_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xed904cb1 drm_mode_config_reset EXPORT_SYMBOL drivers/gpu/drm/drm 0xeda390ac drm_atomic_set_mode_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea29c8c drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0a4e514 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b4950b drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0f8f7ab drm_get_edid EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1232b85 drm_dev_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf37a23bf drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3fc0a31 drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xf40c2695 drm_bridge_add EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5d71448 drm_calc_timestamping_constants @@ -1166,352 +1166,352 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0xfc728308 ms5611_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x56f01821 st_press_get_settings EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x5db026a0 st_press_common_probe EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x8d6f8dc2 st_press_common_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x05055e2f ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x198541c4 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1e166bba ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x259caf7a ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f33f377 ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x495b84bc ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4965ff77 cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5bc317f1 ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5dde6662 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a566740 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x18c2ff97 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1961dca7 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2c6455c8 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3940dc11 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3a55e273 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3c2e2865 ib_send_cm_rep EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa111a3e4 ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa99ae1ba ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9499224 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc6eeaa2d ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcd573469 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd53b1135 ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd9d9a284 ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xda2933ce ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe884d700 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02fdbbc8 rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x054f2729 roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x072f8330 rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x099b7d82 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6bff90df ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7b46b77b cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7bda98af ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8f932c72 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xba9450de ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd45113dd ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeb5c3de4 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeb919190 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeea1af61 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf1d01002 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfab1c8b2 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0077037c rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01495d6b rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x024d5059 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x034c38f4 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05ac9063 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x064c23fd ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07240225 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0799a689 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08038d95 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x087914a2 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x092b9767 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b47cb26 rdma_port_get_link_layer EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9f96d3 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bac7b99 __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bb7e57a ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0db5a752 ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f70f6b7 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f960ebe ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fb046ce ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x102cf6d6 rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1421e29e rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1489dcc8 ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x153fc8c5 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x157c2bb3 rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15959674 ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15f74b07 ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1638c2a4 rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16a73a78 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f87c49f ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10722598 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11b3b4a8 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12faa5c0 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x161ad7ee ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x173ad0b5 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x174950a1 ib_dealloc_pd_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18b81358 ib_query_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18c809c1 ib_create_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18dfda01 rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18ff6fd4 ib_mad_kernel_rmpp_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19a835c8 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x187777e2 ib_alloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cf5d84a rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d8adbf1 ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1df4f2f6 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ba62200 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c2ac32e ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cad437d ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d5db105 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1da8c6bb ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dab019a __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e1fb27c rdma_nl_put_driver_u64_hex EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f9b8246 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21ddda45 ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2211bdde ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2265e048 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f3d8042 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x200b6421 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2033bffc rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x203fd896 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x217ef1a6 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x225a9638 rdma_user_mmap_entry_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2375c9d3 ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x239a047a rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26cd680e rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23d42d6f ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x249bc23b rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24e8f256 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27293a5e rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2767cbed __ib_alloc_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aa1443a rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ad5c19c ib_destroy_srq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2be30584 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cbd40e8 rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d3b25d8 rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee66499 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d48a78a ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e2f8e41 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e58dedb rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ef84d75 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3027e50f ib_unregister_mad_agent EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32c4aff5 ib_device_get_by_name -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3326d9bd ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x339f189e ib_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33d7bed4 ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3748a6c6 rdma_rw_ctx_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a837945 ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d05058d ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d9957da ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e9f59ed ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f2fd422 ib_get_vf_config -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fbb1821 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30fac513 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31daa1cc ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31e5a101 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32540787 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x325a7b23 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32e2df4e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33e90492 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x345fc161 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34ea0b85 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3770f4f7 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37a23591 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3830e423 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x391fcd20 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39930720 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b71d7b4 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d596a90 ib_mr_pool_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4123ebbc ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41a56d40 ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41bc614b ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4076b6cb rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4278da04 rdma_restrack_get EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x435b3d73 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43907f4c ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44c63901 ib_get_eth_speed EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49f3b49e ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c87b719 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b974c71 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cb105fa rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d003d51 rdma_rw_ctx_destroy_signature EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e205c1f rdma_modify_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eedec1a ibdev_crit EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53ebcb8e ib_cancel_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5468869d ibdev_notice -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54aac9b3 rdma_nl_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54dfdcd6 rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x560eeb3d ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b3ba347 rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b54be7e _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dcb8f93 ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ec3f1d2 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51cc9176 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x546413ea ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x552d8a7f ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55978307 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56e52ebe ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x584de0c6 ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59be29eb rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c773746 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cfc4776 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5daad6b6 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ddee80d ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5eabf678 ib_port_register_module_stat EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efa6669 ib_sa_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x603e09e1 ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6137fb1c ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fbf9c3f ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60facfa3 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x610a7229 rdma_restrack_kadd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x615430c9 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61c68938 ib_device_get_by_netdev EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62727556 ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62a29270 ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64470ee9 rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66a219c5 ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66ad8397 __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a635057 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6327b0db ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6689067a ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x683d0959 ib_create_qp_security EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bc9dc01 ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cf6a243 rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d474673 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d7168a9 ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030635 ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e42f4ac rdma_set_cq_moderation -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e8e5752 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c77128d ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cde7f64 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e2144ee rdma_umap_priv_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fe03d53 rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71636f01 ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7181c4d5 rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73b96993 rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75890cf2 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7095ff1e ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7363c436 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x747875e7 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74ac30de ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74be4aa5 rdma_user_mmap_entry_remove EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76a48bb2 ib_resize_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77f25d95 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77833350 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x781f2eaa rdma_create_user_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a192a73 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b4d5f34 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x790be25b ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7968abcc _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a1d7ea4 ib_alloc_mr_integrity EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c7385bc rdma_find_gid_by_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c880f51 ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cc1576e ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d11234f rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e91d06a ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f1f1a54 ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80c6d851 rdma_query_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85a2b30e ib_unregister_device_and_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8650d587 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7beddd3c ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ff7ce9a rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x815d0239 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81acb2bd ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82797823 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82bb729d rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x858ec8ed rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85fa4c4f ib_modify_wq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86d1c168 ib_query_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87b4cbe2 ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89539271 ib_sa_path_rec_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a6f5999 rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b7e954c ib_unregister_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c2b3b07 ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c6a9c7a ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88be6072 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ab1962b ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8acdeb10 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cbd5109 ib_create_qp_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e8d9a23 ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f9d03cf ib_mr_pool_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x905cda42 ib_destroy_rwq_ind_table EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9174f9a4 rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x935fd1fe ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93964a76 ib_init_ah_attr_from_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94444ef1 ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94e7d2af ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95debe36 rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x960dddec rdma_nl_put_driver_u64 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9737b06a ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9870a400 ib_modify_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x993badc0 ib_set_client_data -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99501360 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92f511e1 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94eeb6bf rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96f525b6 ib_get_rmpp_segment EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a036634 rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f67ff60 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ff1fbd5 ib_register_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2ee92c8 ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3d9dcb8 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c35833c ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e82cf87 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9eb03cb5 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa112a90d ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1891b68 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa32d6e40 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3375a0c ib_get_cached_port_state EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4840a99 ib_register_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6e26e5e ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa973c4a2 rdma_restrack_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa97ff2bb ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa84aad43 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa88caf1c ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa9d75f4 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabda6036 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabdf6220 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac6ef61e ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad2a1e98 ib_drain_rq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb233af06 ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb235e814 ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2f38acd ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeacaa2b ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf39c577 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf402360 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0ffba34 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2655ed3 ib_drain_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6a2217d ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb722dfbf ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b8f3bc ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6db5612 ibnl_put_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbabdd526 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc2f849f ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdf15cfd rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc062067e rdma_restrack_del -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0956176 rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1090543 ib_get_cached_port_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc19db4e5 __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc269d663 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb87a5b16 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb99d2488 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba24fc78 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd7d3094 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe401c8d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe6c03a9 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe89bcfb ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfc6fc23 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1ca0fb4 rdma_user_mmap_entry_insert EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6727533 ib_rdmacg_try_charge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6bb7a6c rdma_user_mmap_entry_insert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc87a2510 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc90edabf ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd40e97c ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcec6b192 rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfc187b9 rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfe100e4 rdma_rw_ctx_post -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1e99fd7 ib_post_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd373eb3c ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3a72ac4 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3d35a30 ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3f6233d rdma_nl_unicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd479155a __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd506e13a rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc33dd711 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5b8a928 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5d5843d rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7136ee1 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8aaf950 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc113cf8 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccbbf025 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd36c870 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd43fc0b ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd45840b ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd6dd273 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce3fa446 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce9fa78b ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf263228 ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd13117ca ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd201036c ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4a35226 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd587b4d3 ib_create_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd74cae6d ib_dealloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7ec9d4b ib_set_vf_guid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd877a3cf ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6f18b88 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7df3af9 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd800d878 ib_resize_cq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda2466a4 ib_alloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd08c8dd rdma_move_grh_sgid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde05d0d6 ib_get_vf_stats -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe122e3ad ib_create_ah_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4974990 rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4a28b9a ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4e4597d ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe554ebc9 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda3c0565 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdac525a6 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdca772ad rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeca0ea3 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe45c8aa8 ib_init_ah_attr_from_wc EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe620110d ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6b8bc47 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6fcfd26 ib_destroy_wq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7d23f0a rdma_move_ah_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebb26b8a ib_get_device_fw_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed83c12c ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefefe740 ib_register_mad_snoop -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3e4fc09 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeaf0c186 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedc528d1 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf06af1cf ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0c5f9ae __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3fbef04 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf52ab3ba rdma_find_gid_by_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ba25c7 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf67c7117 rdma_replace_ah_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf77c87cb ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd3ad6d3 ib_destroy_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfda060ed rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe44a5cd ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff110a06 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf74ce612 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf772ced2 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8663bb8 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe3e2c93 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff4794a9 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0be13f81 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x147b55af ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18eeb3f6 uverbs_fd_class EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2156b716 ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x27fb8182 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x29d6d642 ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f75cc0f ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x414e5303 ib_umem_odp_unmap_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x46f90937 uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a3c23c7 uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5327b679 uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5e1d25a0 uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5feb4e97 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x213436c3 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x23517214 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2ce0de0e ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2e215639 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x372b4edf ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b2eb8fc flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x45ac97f1 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4b528b88 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c589bcb ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4ecfa7ef ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x517ca7bc ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5472dacb ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x562c0b8d ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x59995419 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cf07992 ib_umem_find_best_pgsz EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x726d8680 ib_umem_odp_alloc_child -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x773a3d08 ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x864a2292 ib_umem_odp_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x864e93dc ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8d1fc83c ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x90f08307 ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9934b3bd ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b8d00e7 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa45b2053 ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa4fefa18 uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7c7331c uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab8615d2 flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb360ca42 flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb6e3a565 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x861a13c9 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8c535778 _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94ab9fe2 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa13d1724 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaba8b8f2 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbcaa3066 uverbs_get_flags32 EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc52b10de ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd01d2d3b _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe2eb430c ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb10ed3c _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xefdf756a uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfadb671f ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1352fc14 iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2159c5ce iw_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3c6fa709 iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x614a2147 iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x999b1b30 iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9caab526 iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbf606463 iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc95adac8 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc451541a ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0d68898 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd166ef6e ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe0a756e5 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf1c61066 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf62c16f4 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x139680fb iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x314eccba iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x31f08ede iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x33adec6c iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8737e147 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x96c3b6ea iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcd7cc036 iw_cm_disconnect EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x196b37ec rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e9f8d3f rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21dd499e rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x226399ed rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2f903af8 rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c31a279 rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d783520 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3de24cce rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x46eb4f05 rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e2dbd07 rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5e5a3c08 rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x640034ce __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67acd5d5 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfc8c3344 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01236e5e rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09d04f3f rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0bde62bd rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25046033 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3061388c rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a87dae6 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c5a581a rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5431bee2 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66a2af4e rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x683cce5c rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x69c2ce2b rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6bebf5a7 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x75d6bfcc rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x76e17d50 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x816859cc rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x81e7fa7e rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8460eec9 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x848c7e33 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8802be28 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8a1b3243 rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8db7f0ce rdma_disconnect EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9268a3dd rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x929ca828 rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x98869834 rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99e73fe6 rdma_unlock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a166347 rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa1279a2a rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2fe689e rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbb5e6f23 rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd4da3d36 rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd739a581 rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd92fb4c5 rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd9cf1209 rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe139474d rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe482c1ed rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe78403d8 rdma_consumer_reject_data -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee2f8b02 __rdma_create_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf7be25fb rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0bc20c82 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9395a0f8 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa1ea3e70 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb89d2b5c rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdafe7815 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdee12f26 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe51195a7 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0e0c80b rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf624b48c rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf9d6263e rdma_listen +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0d2f3352 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0d9beced rvt_fast_reg_mr EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1950d8ca rvt_cq_enter -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x238b2fec rvt_alloc_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3ccfd793 rvt_qp_iter_next -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x43d42fda rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e4bc1dc rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1a6a7647 rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x22735eca rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2d9dd702 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x32e9bd1e rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x354d884d rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x37d45206 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x442922eb rvt_compute_aeth EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4824297c rvt_rc_rnr_retry -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5b683b80 rvt_ruc_loopback -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5c3eaa87 rvt_register_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x67e0f723 rvt_rc_error -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7793ed41 rvt_add_retry_timer_ext -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7c1c0dd7 rvt_dealloc_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x804de93b rvt_restart_sge -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x86151161 rvt_copy_sge -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8990dfd9 rvt_comm_est -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9120235a rvt_add_rnr_timer -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb041bae1 rvt_stop_rc_timers -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb916ca78 rvt_del_timers_sync -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbd0338a3 rvt_lkey_ok -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbd6210fe rvt_compute_aeth -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbea0cfdf rvt_send_complete -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc50b0c75 rvt_mcast_find -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd3f7e0af rvt_rkey_ok -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd6869aeb rvt_unregister_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe2e9d4b1 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5040769b rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x59bdad48 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5c5bd586 rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5d967bcb rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x664cc1e5 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6b65840a rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x729e80b8 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x74a9eb51 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8232bda0 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8bbac359 rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xadf881f9 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xafec20cf rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb78f22e0 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbbc8a8d2 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xca2e7647 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd36647b1 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe68438db rvt_check_ah EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9e9c81b rvt_qp_iter_init -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xed392d89 rvt_fast_reg_mr -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf56b4a91 rvt_get_credit -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf771c29a rvt_init_port -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf92d94b5 rvt_check_ah -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf97600eb rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xeb2deb15 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf6fe0b04 rvt_unregister_device EXPORT_SYMBOL drivers/input/gameport/gameport 0x23a2ccbd gameport_unregister_port EXPORT_SYMBOL drivers/input/gameport/gameport 0x2fa3d837 __gameport_register_driver EXPORT_SYMBOL drivers/input/gameport/gameport 0x71cfdf4c gameport_close @@ -1545,12 +1545,12 @@ EXPORT_SYMBOL drivers/input/sparse-keymap 0xdd490649 sparse_keymap_setup EXPORT_SYMBOL drivers/input/sparse-keymap 0xeee68821 sparse_keymap_report_event EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xa6e76937 ad7879_probe EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xf6ecee08 ad7879_pm_ops -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x30350322 amd_iommu_set_invalid_ppr_cb -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x3e92996a amd_iommu_init_device -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x59c1c603 amd_iommu_set_invalidate_ctx_cb -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xad3e9074 amd_iommu_unbind_pasid -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xc2e12857 amd_iommu_bind_pasid -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xc3c7ec18 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51b446b6 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51c4e4f2 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51fd2828 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x64a12906 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xa7b8563a amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xebb5f2be amd_iommu_init_device EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x01f8b2db capi20_register EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0744d7c5 detach_capi_ctr @@ -1908,123 +1908,123 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x3f1d819c zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x14662138 zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x29953f52 zl10353_attach EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4ac43aad flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x99473885 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8a75ac37 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9b9a7f40 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa93c727b flexcop_dma_allocate EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xad890477 flexcop_dma_config_timer -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaeea32c5 flexcop_dma_allocate -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcb575cbc flexcop_dma_free EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd4a0f329 flexcop_dma_control_timer_irq EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd74c819e flexcop_dma_control_size_irq -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x08c7adaa bt878_start -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x37bb7c75 bt878 -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa10a0d41 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x33d88ebe bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7d6600f9 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcdfcfc83 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xce66817c bt878_device_control EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf439ada9 bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x09e75a8f bttv_get_pcidev EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x47a34dcd bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4aca07dc bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x779b1138 bttv_sub_unregister EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x91c8e223 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc6d00d26 bttv_sub_unregister -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1ee00a6f dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3d0d493b dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3ea04b24 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x236ffc82 rdc_reset_state EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5e0a62f6 dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7c62bf67 rdc_reset_state -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8c364d0d dst_pio_disable -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcdc6300e dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf3704ff1 dst_error_recovery -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf3f87a13 write_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x2ab187dd dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4ac2ac8a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x63574dae write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x74b32f0a dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x86e2d87a dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb0d99767 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbccabd75 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xde98865b dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xecafbfd7 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xf348626b dst_ca_attach EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x395880b4 cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8640ca70 cx18_claim_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb4f7fd58 cx18_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc17bdd4c cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xddcccc43 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x72c4c922 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x96cb0ba8 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9f99bcf2 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbff8420e cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xdac4200c cx18_start_v4l2_encode_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x55e9d0ec altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x25109db3 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0ea4c2a1 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1ea5a579 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3ca46d7b cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3ecc1541 cx25821_riscmem_alloc EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x99caf715 cx25821_sram_channel_dump_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xac90ff23 cx25821_risc_databuffer_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xacc40d5a cx25821_dev_unregister -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb46aaa5f cx25821_set_gpiopin_direction -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd9a6d88f cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x85bd6787 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x918603f9 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe37d867c cx25821_dev_unregister EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf8116cb3 cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa105d85c vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa343a560 vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x07d4bef3 cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x22429a9d cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7feca6b4 cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd090f79d cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x034e97b6 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1e471ee8 cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2393e7c7 cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9e37e493 cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa1776413 cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc8c764f4 cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdf1e7ada cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11ccd7b6 cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b744e85 cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1c0d9d34 cx88_sram_channel_dump -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3ed6abc9 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4898872a cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f393ab7 cx88_set_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5c1eb3e5 cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5c8494e5 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x865361ec vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xbbdac243 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1b8c6262 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x23d5f372 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7edfab96 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdfd2fad5 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0582fd4d cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x411393a6 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7f4eb6b6 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x85aa406c cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xcd3df106 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xda0c3020 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf53952d8 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0687435e cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0f635101 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x19f6a0fe cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a1813dc cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x272afbf6 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x316993ca cx88_sram_channel_setup EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6ce78fea cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6fd2625b cx88_newstation -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7115f59c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x77af2340 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ddd3e8a cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f83ec61 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x81349f98 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8319de24 cx88_set_tvnorm EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9d67600 cx88_core_irq -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb9994708 cx88_ir_stop -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc2d18bd3 cx88_wakeup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xda459757 cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdefb1865 cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeb191102 cx88_risc_databuffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf1cad358 cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf39ecc0a cx88_shutdown -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf8b97f59 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x91c03323 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9781e0f8 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xad3a7d62 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae03db27 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbae2c7ad cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbc9b648c cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca37ca02 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf652b368 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfbcea668 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0f421675 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x12228def ivtv_reset_ir_gpio EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x18095ac0 ivtv_firmware_check -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x320c081c ivtv_udma_setup -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x34a8d6b3 ivtv_udma_alloc -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x363832a1 ivtv_vapi -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x380dccfd ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f16ff15 ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x43e24a3d ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6a0d8435 ivtv_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x73787066 ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x937cb541 ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x946c3cf0 ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa6455d25 ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaf4b069c ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc16948b5 ivtv_release_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xda55ef61 ivtv_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe0e52110 ivtv_udma_unmap -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xec324401 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2178b831 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2db3b908 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4564f69f ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46cd2bc9 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x48d4dbb2 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62de54fc ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6f611820 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x76009778 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x880a2389 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9143b9ed ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x935a86f6 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99d42492 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2345046 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc00159e9 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd17e2f71 ivtv_set_irq_mask EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x096300cf saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0be0c806 saa7134_ts_register EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1fa373db saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4285b9bd saa7134_set_dmabits -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x454f0b6c saa7134_dmasound_exit -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x573e0d43 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x12a68443 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x350632dd saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x40f63743 saa7134_set_dmabits EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x581824fa saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c1e8132 saa7134_dmasound_init EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x81b373ff saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x98c76896 saa7134_pgtable_alloc -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa7c0b65f saa7134_ts_register -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xabcc28dc saa7134_pgtable_build -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdcd2a742 saa_dsp_writel -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xeb5c2a80 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9e38b280 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdb3ea96c saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xde16b488 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe4fe469f saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe6b3a55c saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf07b97b0 saa7134_pgtable_build EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xa59e1609 ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/radio/tea575x 0x2371d108 snd_tea575x_set_freq @@ -2220,66 +2220,66 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xc0e4bb1f memstick_register_drive EXPORT_SYMBOL drivers/memstick/core/memstick 0xd45b8ade memstick_remove_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xd5c43b40 memstick_resume_host EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0bc955df mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15e22274 mpt_raid_phys_disk_pg0 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x162c1e2d mpt_event_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x23c1b5f5 mpt_send_handshake_request -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x330c97bc mpt_findImVolumes -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x385764ef mpt_raid_phys_disk_get_num_paths -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3b719ea7 mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x48ee05c6 mpt_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4be19962 mpt_verify_adapter -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c1ad751 mpt_alloc_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4e697444 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1127487d mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x186c2e42 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x18ea1546 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x219a5576 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ed6cb42 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f8c3b8b mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31c825bd mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31ded864 mpt_config EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x514ca21c mpt_free_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c62f080 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56d8e81f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x57fed3b0 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x59d83dc3 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5aa756fe mpt_raid_phys_disk_get_num_paths EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x62979511 mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6a1744ec mpt_resume -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x725f2403 mpt_raid_phys_disk_pg1 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72c6f9da mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68493f74 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c014058 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6e8c0ea5 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x731d4884 mpt_findImVolumes EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7fc34897 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87ece3bf mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x898b4bd4 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a07b10a mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a3e4a73 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b26343c mptbase_sas_persist_operation EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9b06ee5b mpt_attach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9b1ae5c0 mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa3c449d1 mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb67cb7f5 mpt_GetIocState -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc14a4844 mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc7e2fb20 mpt_set_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd146c4c0 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabc5a8a6 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac64ff6e mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0756bc9 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbc8b3742 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc82c0fbe mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2cbe4e5 mpt_GetIocState EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xddc4d95b mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3c77450 mpt_suspend EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe855031c mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeb1482ea mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfee4b701 mpt_reset_register -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1739772a mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed1e9e89 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x057fe5fc mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0ef879ff mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15fd51ce mptscsih_scandv_complete EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a042c77 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2afd51de mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c0c6bc4 mptscsih_io_done EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d50b7c6 mptscsih_show_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2e455b98 mptscsih_get_scsi_lookup -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x37d0d869 mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38d02ae6 mptscsih_resume -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44897931 mptscsih_ioc_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5d644d01 mptscsih_raid_id_to_num -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6009ac1d mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ac3d938 mptscsih_is_phys_disk EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x677f8cac mptscsih_bios_param -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6b90cdfa mptscsih_event_process EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7b5a9a5a mptscsih_qcmd -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ee6828c mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c7a622d mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e04bbb5 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97b724eb mptscsih_taskmgmt_response_code EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa050dd60 mptscsih_host_attrs EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa47ec03d mptscsih_slave_destroy -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7bb4eb8 mptscsih_IssueTaskMgmt -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xadf1bafa mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb19cf17d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb9cf8887 mptscsih_resume EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe59f039 mptscsih_change_queue_depth EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1a98acf mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc223a4d5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc4382160 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdb64a9ce mptscsih_taskmgmt_complete EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xddfe33f9 mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe953defe mptscsih_shutdown EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xea7675d8 mptscsih_abort -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf01c83cc mptscsih_taskmgmt_response_code -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf20785af mptscsih_remove -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf564bd14 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf725cd2a mptscsih_ioc_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf781c175 mptscsih_info EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfdd0b6c1 mptscsih_bus_reset EXPORT_SYMBOL drivers/mfd/axp20x 0x5d42e52f axp20x_device_remove @@ -2379,73 +2379,73 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa43d1c72 __nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb636dd73 __nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xc58b2238 nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xe3c6d3c9 nand_correct_data -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x23b3650e arcnet_send_packet -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3668c3de arc_raw_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4333fb6a arcnet_close -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x47e73aed arc_proto_default -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5a98170f arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0242b00f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x20599523 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x284bbcd9 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x28edbfbb arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2b3af6d0 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4af0563e alloc_arcdev EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x911673c2 alloc_arcdev -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa35049ad arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa9b91ab0 arcnet_unregister_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcdbfb954 arcnet_timeout -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdc2344f9 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7143f2f9 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa63cf0fc arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc1630b97 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd53e70e9 arcnet_open EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt EXPORT_SYMBOL drivers/net/arcnet/com20020 0x91fda1ad com20020_found EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc18856e9 com20020_check EXPORT_SYMBOL drivers/net/arcnet/com20020 0xcf980efb com20020_netdev_ops -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x03cf1244 b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0dab38eb b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0f9914e7 b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11d6e600 b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12df9fb1 b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x19d7d1ea b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x27958190 b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38d202c1 b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3a77f29b b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c281495 b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41c2c68a b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x439df449 b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4872fae4 b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x54d5ff8b b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5bb0f69b b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5de135fb b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f6441eb b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7dc6d258 b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x81204369 b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83382688 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x98b235dd b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa6fe8e26 b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb6f4b3b1 b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb7c8e342 b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2953448 b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd3eaef38 b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe2ce2a7d b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe50d727c b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe5fc8ced b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xec070d50 b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xedee1b0b b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf06727f9 b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf7f8f061 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf8bdbe86 b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfa876dcd b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfc34e731 b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfd01c93b b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff583b71 b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x0ab98a36 b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9e679051 b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb8c36e88 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xba9c25b6 b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xeacce2af b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xedc3556b b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0080420a b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x02b17848 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x25d8b38a b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29e53603 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c8381ca b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3ae969f8 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3ec89e2b b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x405f735f b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41339ad1 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x421c967f b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4ad380d3 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4fd7b417 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5626546e b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5ccc5201 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6668387c b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x67f316ab b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84574654 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8ee11c24 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9bafa563 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf359b72 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba051177 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc35b1473 b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc648d6e4 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc81d0d27 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc9c1a915 b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcc745b4e b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce91d7ee b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcf73148c b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4ec422c b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd55b2a1c b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xda6ad489 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdc77690d b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe5440bd8 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe830b114 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea03fe2c b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xed338c40 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xed8f4ebf b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfce22e45 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x138569b2 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5d4f4d7d b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x81f422c5 b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc3f2840a b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc8e498f2 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xef5fd9e5 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x028fdb8f lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xa28fa491 lan9303_remove EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xcc0a461f lan9303_remove -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xe1fed042 lan9303_probe -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x45925f4e ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x6ce49cae ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xd60aa8b0 ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xeaa67e94 ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xf63fa160 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0xd9852ba4 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x2cce2a3a ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x15612d1d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xa568745b ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xc6ee9872 ksz_switch_remove EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0188c05d ei_get_stats EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x101177ba ei_start_xmit EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt @@ -2458,9 +2458,9 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdde6d92e ei_open EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf91e600f NS8390_init EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfcfd9f20 ei_tx_timeout EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xc71a147f cnic_register_driver -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xbe49090c cavium_ptp_get -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xd192ac9b cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xe98b14fc cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x3840a581 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xfeda6d77 cavium_ptp_put EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count @@ -2478,259 +2478,259 @@ EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_ge EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x016ef5fa t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1f0137b8 cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29ab9d72 cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29b0c318 dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2e144046 cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x32ad2f2e t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3cabb1a7 cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4645bec2 t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5f4f348a cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6456044e cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6aa1f0b8 cxgb3_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9c563b20 t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa8d7b009 cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcc37e061 cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcc863101 t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcfeb41a9 cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01bab896 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x03157c22 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x105cd28f cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x173f47ce cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x19c0361b dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3277e13e cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x362eadd4 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x474c9459 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4c1dbf6b t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x511585df t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5157aca6 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x90b72c57 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaec755a5 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb3a5f7c5 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd2591fd9 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe9c04029 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfdb4fd31 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x022b109f cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x079404fa cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0cb1fa0a cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11491524 cxgb4_remove_server EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15779731 cxgb4_l2t_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1954c3c1 cxgb4_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d583764 cxgb4_clip_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2100d3bc cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2298a808 cxgb4_sync_txq_pidx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x25f7562d cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28b0cae3 cxgb4_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x29ab4b20 cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2cb79857 cxgb4_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f8c5f2c cxgb4_read_tpte -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x341f24a5 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15846a09 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19f8bd27 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a42ee5f cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f45818e t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x22df444a cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x235fc4a6 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x27026e5a cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a186deb cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x322eedaf cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3416cabb cxgb4_read_tpte EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d8193d3 cxgb4_smt_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x40076184 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48dae56b cxgb4_create_server EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4928cb7e cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4ced0f5d cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e347395 cxgb4_sync_txq_pidx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x543da366 cxgb4_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x596d34d0 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ff3db47 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x61027346 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x61490338 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x658c6ea2 cxgb4_create_server6 EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x68af2c2c cxgb4_port_e2cchan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x697b9710 cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69bfa2b4 cxgb4_dbfifo_count -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a476a24 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x68881e77 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6f702f07 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7142b6c7 cxgb4_alloc_sftid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x76727aca cxgb4_select_ntuple EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7aaa19c8 cxgb4_get_srq_entry -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c24225a cxgb4_port_idx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7eae948b cxgb4_l2t_alloc_switching EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8783771a cxgb4_l2t_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x89503824 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8f4693d3 cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8f78e50c cxgb4_inline_tx_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x934b05db cxgb4_pktgl_to_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9dd5222e cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8c2c91fa cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9131f3b8 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x994bce33 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x999cf5c0 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9bdcb18f cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2f0886b cxgb4_crypto_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xadd2e37b cxgb4_port_viid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb958a770 cxgb4_port_chan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb95a7fc2 cxgb4_alloc_sftid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbb945cb1 cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbf49ece4 cxgb4_map_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc75305bf cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcad96178 cxgb4_clip_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb44f023 cxgb4_bar2_sge_qregs -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcc6f6a4a cxgb4_write_sgl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd5f8fa38 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xafb9deba cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb301672a cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9f59742 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcea8f5d3 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd06d88b8 cxgb4_ring_tx_db EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe332d841 cxgb4_flush_eq_cache -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf01f2526 cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7b47fd9 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3b58eb4 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea43e116 cxgb4_create_server_filter EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3b12763d cxgbi_ppm_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x47663bfc cxgbi_ppm_ppod_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x64a95eb4 cxgbi_ppm_make_ppod_hdr -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7a168d17 cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8b4d8095 cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb6752f04 cxgbi_ppm_ppods_reserve -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xcabcaaf2 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x42783930 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x772aa3d1 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x90021f9f cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa68d3397 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb9843dde cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbd500384 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xeed53427 cxgbi_ppm_release EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1959687b enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2e0b958e vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6bb0ce2f vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc17293c9 vnic_dev_register -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd0425454 vnic_dev_get_res_count -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xecfe24c3 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x52554729 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9823e195 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x98a229fb vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xddb46a55 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xecaf6d4e vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x375b4abb be_roce_unregister_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xa60b965c be_roce_register_driver -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf1e7da00 be_roce_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x572d8062 i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xf22fc316 i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x137c2044 iavf_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x2451c082 iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04348bc8 mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x050dac10 mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x061a326d mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x084660e3 set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d726c05 mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13851bd1 mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1529673c mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a27fa51 mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x228956ad mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b6c8d06 get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ce7f2bd mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fa00d6b mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3132cdf7 mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36da3ab6 mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x401e719a mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50a8c6ba mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x637a637d mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x643825a4 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64518500 mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x691e7409 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69e84b68 mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c1c4e99 mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6deda80b mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75bb858c mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f3e45ee mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x71ed2e47 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x3f78233a i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xcbabb3b1 i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x3da899e8 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xdfcb2e73 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00baf1a8 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03e28bfa mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a80ddbb mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x137ce907 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x158bc3bb mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c1f81e4 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c418f91 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d315cea mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24c40cb5 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a1a50c4 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab39276 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30e70b83 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x318c57ad mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31aab931 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46081e44 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4746d061 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55ac9a5f mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x656c3e24 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6626aef8 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6702a057 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f77e79f set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70f8489e mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x712384d2 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79cbf313 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79f9b3e9 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c607e75 set_and_calc_slave_port_state EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8601df6e mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8823c964 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89e010b5 mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d3b9230 mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x977eb4be mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e3a8b7a mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f5fee50 mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7c9d3c2 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae7e9c5c mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1d3704e mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4f72152 mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5f4d808 mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5e92968 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd83ebe31 set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9a536d8 mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbafa1f2 mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf707fd4 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf145273e mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf63ace32 mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x026ea308 mlx5_fpga_sbu_conn_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0426ddb8 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04d10739 mlx5_add_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0992c730 mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09d1cb24 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cef108f mlx5_core_destroy_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dbc8e26 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fd75d1d mlx5_core_create_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x112ae365 mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12b76fe1 mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x147a6a6e mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15619d6d mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18e51cf0 mlx5_lag_get_roce_netdev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1954bb7c mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23375a14 mlx5_rl_remove_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2559efaf mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92030f87 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa32246ff mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa6f3de8 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaef8e21b mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2e6bbee mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7094081 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc309d9e9 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5b1aabf mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7094685 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb539cc1 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf9c27d4 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd26101f4 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd532118b mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8b6efaf mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd991d6f5 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe42c46e0 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf69d09a8 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8a9e591 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00353239 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00af88fa mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x029f9df1 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x059ef634 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0641c609 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07c0f9c9 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0915c2a4 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ed7d771 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1597ba38 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1be96996 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c1b28b7 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf99e2c mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d6b0ade mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d94e44d mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1daa9409 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21a5c7c7 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x223c7d51 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x255dbaf3 mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26de92a1 mlx5_cmd_exec_polling EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e5ac53b mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x302cf65f mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2810e3e1 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2827fe06 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2888d9af mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28c8ef6e mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2aa447b5 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b528f3c mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d1934d9 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fdbf951 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3025df9f mlx5_eswitch_register_vport_reps EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34561cb2 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34885da8 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35674715 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35a1c741 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35bb4a5a mlx5_fpga_mem_read EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39e1817d mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a372dab mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b571097 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a83244d mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b2be127 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c6515d2 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e6e70f9 mlx5_core_query_rq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f111056 mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x415d9900 mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b7f71e mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45854883 mlx5_get_fdb_sub_ns EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4746539b mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47aa8f08 mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x496a700d mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b1be8bd mlx5_core_dealloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c251524 mlx5_core_roce_gid_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e05b892 mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e817cb7 mlx5_packet_reformat_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5455d3f2 mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54cfb460 mlx5_core_alloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55d5d0e4 mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a907423 mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cf5325e mlx5_rl_add_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d62cee1 mlx5_core_query_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5db88b97 mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e4b1c39 mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f103ced mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x607dc6fe mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48c5168d mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4965c97b mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d8be441 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5148f679 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5397d59d mlx5_core_create_tir EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x654a6a71 mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d48647 mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6706c014 mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67d34084 mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69fc494c mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c3ec44f mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f9185aa mlx5_comp_irq_get_affinity_mask -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6faa7acb mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7149dbd6 mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71c80baf mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7553d3c2 mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x764fec03 mlx5_get_flow_namespace -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d12ad1e mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6464fe0d mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66c8237d mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x670c2916 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6833bebc mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69f7d273 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e5847c5 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7137cae9 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7172ebcc mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71fd992f mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x740b5586 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7535d773 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x783e6091 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ba878c7 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c9e4483 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f3e29a4 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80b7b29b mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81444904 mlx5_core_destroy_rqt EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835091bc mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8541e679 mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x857adfbf mlx5_buf_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8656e500 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86b4048b mlx5_fc_destroy EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a61e28a mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dcbd3be mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e17a76d mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c4a51a9 mlx5_core_attach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92cf0e43 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93c8e532 mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94cc6c45 mlx5_fpga_mem_read -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95cc2e78 mlx5_core_detach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97cba683 mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b72b723 mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c72dcdd mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a31a6f4 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c0fee91 mlx5_eq_notifier_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f465233 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa28a328f mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa526f6a6 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa222b31e mlx5_comp_irq_get_affinity_mask EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58f9a45 mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa92c236e mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab47ec3c mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab42796e mlx5_core_create_psv EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb115d4ef mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb67c8cdc mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaf08d02 mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0d60d46 mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1ddd48d mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3dbcc0d mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8dfb187 mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca50cc84 mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb9c1c92 mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd11ac4fb mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd20fa942 mlx5_core_destroy_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd296886e mlx5_eq_disable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd562e39b mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd658f40c mlx5_core_destroy_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8d129e2 mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda2b37bc mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb2ad4d4 mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb2d30e8 mlx5_core_create_tir_out -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdef092d4 mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe07b7bc2 mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe12b903d mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2912914 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb36aa4d5 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb54341d4 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb9260c2 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbac18f5 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbe7ad0d mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc20be64f mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc21cb193 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5ab8a5e mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc680c9f7 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6f7b239 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7d42f30 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc89c77ab mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc5c0f9a mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc5f5f73 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc9b345d mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd5a8968 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcda1c47b mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdf170b4 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd02c333b mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd055648a mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd05a3c0f mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd168c85f mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd42fb7af mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5baca10 mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7f818c1 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9ec0536 mlx5_eswitch_get_total_vports EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e8bef5 mlx5_del_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2ed6635 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe369cdac mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5b890d3 mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7193145 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec8868f6 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed397c02 mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee807a5c mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1eff185 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5aa2459 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8866e17 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb1e56a7 mlx5_cmd_cleanup EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1fcbcac mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf30ba716 mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3a1730c mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5827f54 mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5f1c9f0 mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf75011d9 mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa801b15 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefa7c8ed mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf035892e mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0c67116 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2cc46b2 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3bf9d6c mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf42915d0 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf62afb9f mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa41f58b mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa6e5523 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbbf2200 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfef4336d mlx5_core_create_rq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xfa6c0181 mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get @@ -2817,33 +2817,33 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfeb439ab mlxsw_c EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x87d9d977 mlxsw_i2c_driver_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xf37f940e mlxsw_i2c_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xdcfd714e mlxsw_pci_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xe4a6c3e6 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x83682415 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xee7fe678 mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x14b57eed ocelot_port_readl +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x17e8dc89 ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x24490287 ocelot_regfields_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x320ca9dc ocelot_deinit EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x474ebc5d __ocelot_write_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x49d90185 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4c4acf1e ocelot_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x64cda0cf ocelot_port_writel EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6bd511a2 __ocelot_rmw_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xacc7d207 ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6c021e09 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6c272988 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd68d74f0 ocelot_io_platform_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd71d6f61 __ocelot_read_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xdbf9fb79 ocelot_deinit EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xdca2333c ocelot_chip_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf460cd31 ocelot_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xfd7fd695 ocelot_probe_port -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x30043be5 qed_get_iscsi_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x775bc6b5 qed_get_fcoe_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x89f2754f qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4fcba928 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9116ea2f qed_get_rdma_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb42d73b6 qed_get_rdma_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x39ab1d8e qede_rdma_register_driver -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb4366536 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xa30a5b2f qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xec2c593c qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa9f8504d qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb9aabb83 qede_rdma_unregister_driver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5ff72dac hdlcdrv_arbitrate EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x620144f5 hdlcdrv_receiver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x80cb4179 hdlcdrv_register @@ -2899,73 +2899,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0xb1a907ab hdlc_start_xmit EXPORT_SYMBOL drivers/net/wan/hdlc 0xb7475887 alloc_hdlcdev EXPORT_SYMBOL drivers/net/wan/hdlc 0xfe03f49a unregister_hdlc_protocol EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x72f0127b i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01c84edc ath_regd_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1ae48fa2 ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x35dab4e9 ath_is_mybeacon -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x364e963e ath_key_delete -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b9f0664 ath_rxbuf_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4171240f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2634ec7e dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2ab2026b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b31df28 ath_hw_keysetmac EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x87ff7cec ath_reg_notifier_apply -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9b3b6db5 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x45cf3139 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6be748a2 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7fded3d3 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7fe07baa ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x81b3350a ath_key_config EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa65ee72f ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xad090342 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa5a0a8ac ath_hw_get_listen_time EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb989437e dfs_pattern_detector_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb9aa2827 ath_key_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbc0a2e56 ath_hw_keysetmac -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xeaf65576 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc3eee463 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc77417cc ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe589caff ath_key_delete EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00ad35a7 ath10k_ce_num_free_src_entries EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x051b27ec ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f304f3b ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x178063a0 ath10k_print_driver_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1aa2b325 ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21706f36 ath10k_htt_txrx_compl_task -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21dd0f1c ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2728c926 ath10k_ce_free_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x289b97b7 ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x29b1ff80 ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x30982711 ath10k_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x357bea51 ath10k_core_free_board_files -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3600fa4e ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x42a5873a ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4d997522 ath10k_ce_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e2b7164 ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50c6aa9b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ced54fd ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16a29586 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d41eaee ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x22039bdf ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dae306c ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31d1a814 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3511fa1d ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x458ef901 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e4991cb ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f7612a8 ath10k_ce_completed_recv_next_nolock EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50dd77c4 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x55314541 ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x58eb4fa2 ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b0799c7 ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5dd937b2 __ath10k_ce_rx_num_free_bufs -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x705a3ebe ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x730f7764 ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x75f649ee ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c63d2aa ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x886f34d0 ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x898d3f29 ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90561fd7 ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa199cbf3 ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae3b42f4 ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf9958be ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf9990df ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xafeb2390 ath10k_ce_send -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb5f158f7 __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb67ca73b ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb35bb64 ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbbd7d82a ath10k_core_fetch_board_file -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbbf8907a ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc262dadb ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4055f79 ath10k_htc_tx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc2cb95d ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd59f6d8b ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd99afc45 ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9d1a7fd ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe24eaf3a ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe2962bdc ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe89ed943 ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xed288eb5 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x563cfaac ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x57a827c4 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c8b9407 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6cc98988 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6de52254 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7802fbe1 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7b2b2dee ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7bbd0b40 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ecb655a ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8048deca ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x82f12c4a ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x858524f1 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86fdd668 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x89b4602a ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91169269 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x93e56329 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95374988 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b8a563f ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa5876ce5 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa7687ef2 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa8e2d680 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xacb5e3eb ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xad760001 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb72305d7 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb9dfc15a ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd565bd3 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbeb3ee42 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc13e310a ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd76e3be5 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd89df2b8 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb0420a7 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc857bd6 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xde93a565 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe0838ebe ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe0bfab09 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe40e73e ath10k_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x06d72e8a ath6kl_read_tgt_stats EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x124e3898 ath6kl_core_rx_complete EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn @@ -2982,139 +2982,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc802216a ath6kl_cor EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe3cb637e ath6kl_cfg80211_suspend EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeb0ded6b ath6kl_cfg80211_resume EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf50dee0b ath6kl_core_destroy -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0f8ddb79 ath9k_cmn_debug_modal_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1f85fc87 ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x54be315f ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d605a27 ath9k_cmn_process_rssi -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x637ca585 ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6f2bd13b ath_cmn_process_fft -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x74a5e12e ath9k_cmn_rx_accept -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x76f28c39 ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7e8c6de1 ath9k_cmn_process_rate -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x901d322f ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x937f0024 ath9k_cmn_init_channels_rates -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99f66bc3 ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9c74cb7c ath9k_cmn_reload_chainmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9ee67092 ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f0fa710 ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa906d434 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0bbfe077 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0d01c9bd ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0d12d38a ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x14e84a9e ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x32c67a41 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x360db48e ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3681e241 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41e86836 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x45a98b12 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x75489253 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x799cb5be ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x82f53fff ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x92766ecf ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9b4ee7a2 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa28dd058 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb0b74df9 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb1908f1b ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb44f2df3 ath9k_cmn_beacon_config_adhoc EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xba2e3f73 ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc18cd318 ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd227bb90 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb871ae28 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbad997a0 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc1c0bfe3 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf3cef1b ath9k_cmn_spectral_deinit_debug EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd96c6877 ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdcab4e32 ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xddd428bc ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe63f83bf ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x045498aa ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05e98aad ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b6bfc12 ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c64abc8 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfb335257 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x000edf2c ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07cef95b ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cced01e ath9k_hw_set_txq_props EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b00e85b ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e229989 ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21501adb ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2358aa32 ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x241d85b9 ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29887d62 ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b1e3d12 ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f3f6467 ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fc884ef ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x315812f0 ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x345c34e2 ath9k_hw_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35f692b4 ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36b4a67d ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x386f9337 ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x388a46d0 ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39be746f ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a91f95d ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bbdc858 ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c3e2bb5 ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e185ca1 ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fbfdc52 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x410be069 ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4240c9ea ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45ed3a58 ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x462a6d9a ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49214cda ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b82d57c ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c1c1d50 ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e3b59b4 ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x511f179e ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x593bdb72 ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59eea34d ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ae77fee ar9003_is_paprd_enabled -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bbead0f ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bcdbc82 ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d9b5017 ath9k_hw_intrpend -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x605653ef ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61d80037 ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x624f1b75 ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x626e5bd1 ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x638721cb ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65c10068 ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x674847b0 ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6795d6a8 ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b2038d8 ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b78e8ec ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e66b942 ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6eacdf40 ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ef9e02a ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f4bbbd4 ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ffd2b3b ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70415c00 ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7159d2c3 ath9k_hw_getnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x772d28d3 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x787aea04 ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79331f56 ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a51f6ad ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d713b9f ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7db0df96 ath9k_hw_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83a7a4bb ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85c84105 ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86212f8e ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d9d6e4a ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8df655a5 ath9k_hw_setantenna -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e258b54 ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9518ccf0 ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95833691 ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x980b6fd0 ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bb148e7 ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d47a016 ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f1327d3 ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa06aeb51 ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa18d11d9 ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6c0e3b6 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb05ee3a7 ath9k_hw_phy_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc36e577 ar9003_paprd_is_done -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc4dc4b0 ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc289b749 ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3aa4b23 ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc53f76af ath9k_hw_getchan_noise -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6c3c910 ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8b6d80f ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbed654c ath9k_hw_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdae278f ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcde290f8 ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfe37b70 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd06851d2 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd71a27cf ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7b81991 ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda0b9d44 ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3ba748b ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8fba606 ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecb70848 ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee540968 ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0e1615d ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2962569 ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4008682 ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf460f50d ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6b409b9 ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7654094 ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf76b8d0b ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbf5a0f9 ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcfa9b4b ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10a49c74 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x112f00fc ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12848e01 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12bb89db ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16f0b190 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bccd527 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1db1da6f ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f51a3b4 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2180e317 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22d29903 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23d1264b ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27dc052c ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29810702 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e7fe656 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3046baea ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x309b84c0 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32308e83 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36c3bd33 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36e455a8 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38c6045a ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c2926c8 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42b928f9 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43363f48 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44fc0189 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45ea4814 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x475e212b ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b021388 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c23d68b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d4d45e2 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d73fbf0 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4eea8681 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4efd2577 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f2366ec ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5694914f ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5861b4f3 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d0c31c8 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5de2333d ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e6f66f0 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fd78f7d ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61533a87 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x645e4a1e ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64b39406 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67725b10 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x683f9762 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68bd08d5 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69e3a72e ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6afa0370 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c9223af ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70e4c3e2 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x713ea2ab ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x751e3fb4 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76d5808f ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77fbd049 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79bd60f2 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79e116a1 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b8f2757 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f68236a ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80dbda8e ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81282940 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8827986f ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x899ff836 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95c98f95 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98fdbb28 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e9c9e36 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2d7dd33 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3a88ef7 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa475192b ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa47cbd76 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6b86497 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa80a9b37 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabc827e2 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad3aa45a ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaed70e90 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafe5c7ca ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb052a4c3 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4475704 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb93ea02e ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd42d39a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0b812d3 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0d5a6b0 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0f49f28 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6a72206 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8cea4eb ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce1f87b8 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf09c427 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd04a6ec0 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd173d914 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8c2e9e2 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8cf3512 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb4eb707 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc686bf4 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea4e6aca ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xead5414f ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec0b974d ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee05b256 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee21a5a3 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef18dd75 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2a4a537 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf35f0931 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf36ce9f0 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf64c3cf9 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa86da78 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfef0e49f ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff79cfea ath9k_hw_enable_interrupts EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0aab0e7b init_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x1659b8f0 atmel_open EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x793ba1fb stop_atmel_card @@ -3157,110 +3157,110 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc7d4afd8 libipw_wx_ge EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc9c96d6d libipw_wx_get_encodeext EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdbb600e2 libipw_wx_get_scan EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd579d98 alloc_libipw -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06305c41 il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x088b8862 il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b706905 il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b727d00 il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c6a4b1d il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x139f24b4 il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15912187 il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17e624a9 il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x181bae52 il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19538ef0 il_mac_conf_tx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b0ffb93 il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b7c20ef il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c6bd67f il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1cafa4de il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f0f9966 il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24c5412f il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25af6125 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a883f05 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01931652 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02312eff il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04462e0a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b4f067f il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b60de17 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0db08c5c il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fc08694 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1094dfcc il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11c677c8 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x126c7740 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15ee7ac8 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16ac9666 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x182ce976 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1927648d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1bf8834a il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1eb41e19 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f14bc95 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21672987 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23a62741 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2792a37a il_add_station_common EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32690b09 il_power_update_mode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32f4e419 il_free_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33758756 il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ab20e81 il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ea65f31 il_rd_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ec8834f il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3efd32c6 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d25b8d2 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d300b3c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e4bcb67 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x327e95cf il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33296e1d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3607ab32 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x368f9811 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x376cc89d il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x383058bb il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ba6eade il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d1a67b2 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fabc59b il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x405684ef il_scan_cancel EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41afa839 il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41cc4987 il_connection_init_rx_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44281c1b il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x482d60bc il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x493bb315 il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c7a9b2e il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e450956 il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ed657f8 il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x510ba495 il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53aa876c il_send_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53faae6d il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54494458 il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54a96ea8 il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x574c5d05 il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5768b7d8 il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58399b8f il_pm_ops -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bbc52a6 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ea904cf il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fb73bed il_write_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6126a669 il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x633740fb il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64e9ddba il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64f8bc2b il_setup_rx_scan_handlers -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6aa1728f il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x752f9aae il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7654a4b1 il_leds_exit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x76bfd212 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78178b92 il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x787e7566 il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78952970 il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c7e8ac4 il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x801be878 il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87c65296 il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b548434 il_rx_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ed7c903 il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f0cb9a9 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x919ecc22 il_get_passive_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92f0d47b il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92faf3e7 il_leds_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94185381 il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97b57a6e il_tx_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x984c75ed _il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x993f2713 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4535afd1 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b4080e1 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ec6e621 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51f5d86a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58db93c1 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a0bdb59 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a2a8b82 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ace4f84 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e9b9d90 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f55945d il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x609a89c2 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63370982 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69727ecd il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dad8b39 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dc42c3f il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70dafa03 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x712090e7 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x754f3573 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a7358dd il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ac3f63a il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b5653a8 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b983248 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ba7072e il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d6f01be il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e43e649 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85721b98 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90741124 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96f9ff5a il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97b7dbcf il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9918a3b5 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a5df810 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c940df2 il_update_stats EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d54424d il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0bf2487 il_send_cmd_sync -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa20bd7b5 il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa417b8ca il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5d1a9ef il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6eeddae il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadcd2424 il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae28fc60 il_get_channel_info -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1402d82 il_set_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb336239e il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa22648f2 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4655653 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa511e977 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xacc646c7 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadc2189b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae3429d6 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4c6b30a _il_poll_bit EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb73f0763 il_send_add_sta EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb95d4509 il_dbgfs_register -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbaf57e17 il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfcef9e8 il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc17f2c1c il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc2518a47 il_power_initialize -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3ea36a8 il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7d8f3bb il_mac_hw_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8d90b73 il_set_rxon_channel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd93fc38 il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcfb3784c il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd37e31c1 il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe00851ab il_eeprom_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe05fe642 il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4715146 il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe746e554 il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed735b27 il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee09e686 il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeeefecd1 il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6791ab8 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb80f897e il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba3cdd0d il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc14acc52 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1d2064d il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc46a5d63 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc52671b9 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7aa2c78 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9998c43 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcaf69ee5 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf6d5cba il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0a5b306 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd87e1e7c il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9e32ae5 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb27f037 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbeccb4d il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf2fb564 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5e257cf il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9ee62a8 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed6c5aac il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeea7ab8b il_mac_config EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfaafb2a7 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8509e8a il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa7f2f72 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbb9b5ca il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbce9cfc il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc9d3759 il_set_flags_for_band EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ee9c199 __tracepoint_iwlwifi_dev_ucode_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x20a6a247 __tracepoint_iwlwifi_dev_ucode_cont_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb72ade7d __tracepoint_iwlwifi_dev_ucode_wrap_event @@ -3310,119 +3310,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe8646f51 alloc_or EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xec03d203 orinoco_tx_timeout EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf476ce1a orinoco_open EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xb204f942 mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xe7716b9b rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0bf54f5c rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0db7cc1b _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0e742966 rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e4598e2 rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f55b902 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x9b038d16 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xa432d8a6 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00e0d2af rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0216db6c _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06f69c85 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x12338fe9 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x219dae81 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x22bd22dd rtl92c_phy_set_bw_mode EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ac2c471 _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2dcf13f9 rtl92c_download_fw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3463c232 _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x364faf8c _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x37d59fa8 _rtl92c_phy_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ef1c46f rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x44d0a16f rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4844ca13 rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x588c3172 rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5a856d79 rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5cbd4178 rtl92c_phy_update_txpower_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61c62fff rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x64083bd8 rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x66fb1a3c rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71ab9b23 rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72e47290 _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x753a6cf8 _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8490c8e7 rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x895b2bdf rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b96dbc0 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9c158bc7 rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa4f1b6c9 rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xafd321c3 rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb42a6f1b rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb52e0e95 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc8135c00 rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0c4b01c rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd8c3894b rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd958aea8 rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda870c79 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdd61dce9 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe159dbf0 _rtl92c_phy_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe839bedb rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe91f86e3 rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xede2626c rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xefe3a98a rtl92c_phy_set_io -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2da6858c rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3a65d2de rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5eef7c90 rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x9b65aa68 rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5544e00d rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdd5145ef rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xeeedcdf7 rtl_usb_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf8194170 rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ac90b7a efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x25457cc2 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2bbe871e rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30aa1f89 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x36ac0cf6 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3bb2891d _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3e2a6636 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41353214 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x47a8f0d4 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x51a23d7d rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x53e743f7 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5ad2d496 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f0080d8 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65d90379 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x669b8760 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x720bf851 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x833d5188 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83741732 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9a69e7c4 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2a332e2 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa68ca482 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa9860afa rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf48fc15 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb94573ee rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc4540a31 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc85cd38e _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0a05eba rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd1e5f135 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xde6604f3 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1eb750d rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe69d5087 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe701c77d _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeed5aff5 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf1d63e28 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa0722c6 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd65853c rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3eba9c75 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x53e9b3e4 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6546b21b rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7957c782 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0929e8e7 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x1de240e6 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x32a92a1f rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdb096587 rtl_usb_probe EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1549ac11 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15e2a86b rtl_cam_add_one_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e9d967f rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x24513940 rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f0a0164 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d1c6c7a rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x228f10c2 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2610bce7 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x26715592 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e7b2718 rtl_wowlan_fw_cb EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x328b49f9 rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x33087a01 rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e2e2435 rtl_hal_pwrseqcmdparsing -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42758029 rtl_bb_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5423744e rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3707f221 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38e3b565 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x393e4ca8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3bbb3dd3 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e352d97 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3fcca0a3 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48ea0ee4 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d89d8b3 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4f1b24a4 rtl_rx_ampdu_apply EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62ddd693 rtl_send_smps_action -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a13d4bc rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6bea2c31 rtl_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6e1432ee rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x720d90b3 rtl_collect_scan_list -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fa8a01b rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83509ec8 rtl_phy_scan_operation_backup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x885313b7 rtlwifi_rate_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9385faeb rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94bac0d7 rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e276a90 rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xab631bab rtl_dm_diginit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xadddef81 efuse_read_1byte -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xafb5c147 rtl_cam_del_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc13893f rtl_process_phyinfo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc20697ed rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2dd0add rtl_cam_mark_invalid -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb96a62c rtl_signal_scale_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd412edcc rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd62889ea efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6c233ab rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58559994 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d1a38e6 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6320be9f rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81e6691f rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e4e52d5 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f99ac17 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x926c267f efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x956cb3a5 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f77959a rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2fcfcce rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb179f79d rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc0662c3d rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4417795 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdde89c43 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe9588dc4 rtl_ps_enable_nic EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeea3872a rtl_cam_reset_all_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x02080abe __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x2cd2be47 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xedb6a582 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf978acc0 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x29ea90b8 rtw_tx_write_data_rsvd_page_get EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x43ac5543 rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4b77c11f rtw_chip_info_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x57b5af6f rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6a5aef54 rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7e2b5a2f rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7f68baa9 rtw_tx_write_data_h2c_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8f9d85fc rtw_rx_stats -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9c29b85e rtw_tx_write_data_rsvd_page_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xa84c2ff1 rtw8723d_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xab7e63e2 rtw_register_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xac6e3e7d rtw8822c_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb199529e rtw_tx_report_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xbf0df49c rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc6a73b29 rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xde7b6e5c rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3fe3ca3d rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x732c5c7e rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x733d4fc3 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x771f5e4f rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x86836640 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8becdf32 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x917f427f rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9cff24fd rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb16364e1 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb25c67cd rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb874817f rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc19ef042 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xcf90680d rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xd9190033 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xde8ea470 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xec65d7b5 rtw_register_hw EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xb4cf4d3c rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6ae61f21 wlcore_calc_packet_alignment -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x97cb3710 wlcore_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xdc794a59 wl1271_free_tx_id -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe07f9f61 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xbf2b767a rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1ea4a880 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x32ff6c62 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5ebe7328 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x812668aa wl12xx_is_dummy_packet EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x6ac21720 fdp_nci_recv_frame EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x706891e3 fdp_nci_probe EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x830fdba9 fdp_nci_remove @@ -3465,26 +3465,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd9ed8253 st21nfca_tm_send_dep EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdfd511a6 st21nfca_im_send_dep_req EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xedd2640b st21nfca_hci_discover_se EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf3af2539 st21nfca_hci_loopback_event_received -EXPORT_SYMBOL drivers/ntb/ntb 0x0cd2e615 ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x16a50852 __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0x21ea2c54 ntbm_msi_free_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x315f2b19 ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0x3796a755 ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x5974e9db ntb_default_peer_port_idx -EXPORT_SYMBOL drivers/ntb/ntb 0x5cc7d1fd ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x6643b94b ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0x6ddff3d2 ntb_default_peer_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x70450636 ntb_msg_event -EXPORT_SYMBOL drivers/ntb/ntb 0x72a088c2 ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0x8a1aa844 ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x93540ffa ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x998bc688 ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0xa5c2b688 ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0xbbc3e668 ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0xc627a3cb ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0xcaf11087 ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0xdc279f8b ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0xffd75ca4 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0744df6c ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0986ae52 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x1908d92e ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x1f3220e0 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x34454e0a ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x4cd65739 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x75bc3e76 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x7f75e521 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x8495dfd2 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x88fdfbc9 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x8ba3c797 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x9704d55d ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x9dc6cc7a ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa75211e5 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa75c66ae ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xa851a932 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xbb24b737 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc5e6d638 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf235881c ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xff664953 ntbm_msi_request_threaded_irq EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xb36eb182 nvdimm_namespace_detach_btt EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xba37d24c nvdimm_namespace_attach_btt EXPORT_SYMBOL drivers/parport/parport 0x06941841 parport_ieee1284_epp_read_data @@ -3523,40 +3523,40 @@ EXPORT_SYMBOL drivers/parport/parport 0xfcbec94a parport_claim_or_block EXPORT_SYMBOL drivers/parport/parport 0xfd769025 parport_unregister_driver EXPORT_SYMBOL drivers/parport/parport_pc 0xb540826c parport_pc_unregister_port EXPORT_SYMBOL drivers/parport/parport_pc 0xc23c9a33 parport_pc_probe_port -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x04dac775 pcmcia_release_window -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x06dd2782 pcmcia_get_mac_from_cis -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x229a819a pcmcia_write_config_byte -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x31e993ef pcmcia_fixup_iowidth -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3539821e pcmcia_unregister_driver -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x36da5c2a pcmcia_fixup_vpp -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3bdb8467 pcmcia_request_io -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3fcaa160 pcmcia_dev_present -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4dba50a4 pcmcia_request_irq -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5839298a pcmcia_map_mem_page -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5b503774 pcmcia_request_window -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6052265e pcmcia_read_config_byte -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x614f76c0 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0696f9de pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x08a4ce7e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x135dcae6 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x25641816 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3c83fca8 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3df6d467 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x422d52a4 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4683e5f0 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6b9c9b92 pcmcia_request_irq EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7742e0e8 pcmcia_loop_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x842c7b1b pcmcia_register_driver -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd005e8c0 pcmcia_enable_device -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd4040e1a pcmcia_get_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe53e3e99 pcmcia_loop_config -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x152966b1 pccard_register_pcmcia -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1b962ba9 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7f2af6b9 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x886aad40 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8ae0e363 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8b913aac pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8dd95e34 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa2e1bc07 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbc483ea2 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbfede8c9 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe0df2b7e pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x10991077 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1c61b7e5 pcmcia_parse_uevents EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2ef73b4c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2a37704b pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2e8d83a5 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3a8e20ad pcmcia_put_socket EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4e57ac5b pcmcia_socket_class -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5686a756 pcmcia_register_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7b9d2717 pcmcia_parse_uevents -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8427129d pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x72284164 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x90d3d25a pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9762433e pcmcia_get_socket_by_nr EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdf937a1e pcmcia_get_socket_by_nr -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe387f19e pcmcia_put_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xeeb17808 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe88d69bc pccard_register_pcmcia EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem -EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x340694c3 pccard_static_ops -EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x5b2c35ba pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc5702bad pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xf1560631 pccard_static_ops EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1c9a3d1a cros_ec_register EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x4c2edd64 cros_ec_suspend EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x70f7fa33 cros_ec_resume @@ -3673,21 +3673,21 @@ EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x090d375e sas_prep_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x793f9f2e sas_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd509276a sas_suspend_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x0d3fc0e5 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x7ce31d30 mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x02efad0d qlt_xmit_response -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x23e11f66 qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2b85c325 qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x39c19acf qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x40e715f2 qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x595b934f qlt_lport_deregister -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa4e8e5a2 qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa70d5e53 qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc1445aee qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe5188d35 qlt_unreg_sess -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf9deb692 qlt_xmit_tm_rsp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfe03f12e qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0530eb12 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x201f2156 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3631344a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f0c7bb0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x59b72777 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5a4f745d qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x67aae9af qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x71c661dd qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa8d1b13c qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc2cd6dce qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xeebef98a qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf385d8d9 qlt_abort_cmd EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x35485caf qlogicfas408_queuecommand EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect @@ -3810,75 +3810,75 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd59f7c0d cdns_set_sdw_strea EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdffa8ff3 cdns_xfer_msg EXPORT_SYMBOL drivers/soundwire/soundwire-intel-init 0x5e07cd60 sdw_intel_exit EXPORT_SYMBOL drivers/soundwire/soundwire-intel-init 0x9afacb0b sdw_intel_init -EXPORT_SYMBOL drivers/ssb/ssb 0x0008c7e7 ssb_pcihost_register -EXPORT_SYMBOL drivers/ssb/ssb 0x0860253a ssb_clockspeed -EXPORT_SYMBOL drivers/ssb/ssb 0x0fdc66e4 ssb_bus_sdiobus_register -EXPORT_SYMBOL drivers/ssb/ssb 0x17eb66ae ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x1a7e998e __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0x23384040 ssb_pcicore_dev_irqvecs_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x48e68bdb ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0x5ed7242e ssb_commit_settings -EXPORT_SYMBOL drivers/ssb/ssb 0x8b1a9def ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0x97c9def6 ssb_driver_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0xa256caa6 ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0xa27f8789 ssb_set_devtypedata -EXPORT_SYMBOL drivers/ssb/ssb 0xac4fc7ef ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0xacf30dd0 ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0xbf98b331 ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0xc3d94068 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x034c4d62 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x08e24fce ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x333e7264 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x7f99c0e2 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x831ab174 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x84a99fe4 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x8fb1d196 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x92cd6843 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa02c4baa ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xaaa8703d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xae19ee21 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xb0115231 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xb4db3012 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xb979e142 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xc8344e8f ssb_pmu_set_ldo_paref EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base -EXPORT_SYMBOL drivers/ssb/ssb 0xd64d1ba8 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xdcc91add __ssb_driver_register EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xe0541cdc ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0xe1272ed9 ssb_bus_powerup -EXPORT_SYMBOL drivers/ssb/ssb 0xf21e04da ssb_bus_resume -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x004d93a8 gasket_pci_remove_device +EXPORT_SYMBOL drivers/ssb/ssb 0xe4c723a0 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xe567c5b3 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xec35add6 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xef594039 ssb_chipco_gpio_control EXPORT_SYMBOL drivers/staging/gasket/gasket 0x065f9c9d gasket_page_table_max_size -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x09cb8a45 gasket_wait_with_reschedule +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x06cc9446 gasket_sysfs_create_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x0c42e870 gasket_disable_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x13e94685 gasket_sysfs_register_store -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x2430482e gasket_get_ioctl_permissions_cb -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x30a0abbf gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x20963d95 gasket_sysfs_put_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x256243d4 gasket_sysfs_put_attr EXPORT_SYMBOL drivers/staging/gasket/gasket 0x339c2b95 gasket_page_table_map EXPORT_SYMBOL drivers/staging/gasket/gasket 0x372973e0 gasket_page_table_are_addrs_bad EXPORT_SYMBOL drivers/staging/gasket/gasket 0x38c3d415 gasket_page_table_num_active_pages -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x3bb4ccf0 gasket_disable_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4109757c gasket_page_table_partition +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4154675c gasket_get_ioctl_permissions_cb EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4292ff96 gasket_page_table_is_dev_addr_bad -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4cca29f8 gasket_pci_add_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x70f2a755 gasket_sysfs_put_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x5cfa3516 gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x5eaf99b5 gasket_sysfs_get_attr EXPORT_SYMBOL drivers/staging/gasket/gasket 0x77311f6a gasket_page_table_unmap_all -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x834d7774 gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x870edb90 gasket_enable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x87e8ef23 gasket_register_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x88b279ad gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8b945d99 gasket_wait_with_reschedule EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8c92da47 gasket_page_table_num_simple_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xaa4515ba gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8e9a52d8 gasket_sysfs_get_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x9249c5d2 gasket_pci_remove_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaa2668a gasket_num_name_lookup EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaf2f8cd gasket_page_table_unmap EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc225208c gasket_page_table_num_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xcbd5f324 gasket_unregister_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd29083f2 gasket_reset_nolock -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd51d74c7 gasket_sysfs_create_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe2a35361 gasket_sysfs_get_device_data -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe858a06e gasket_enable_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe925aad7 gasket_register_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xeff6e5a0 gasket_sysfs_get_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xda59f443 gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf4a66104 gasket_pci_add_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xfe0eb288 gasket_unregister_device EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x84e78a68 adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x8b54cad4 ade7854_probe EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x152e94d2 b1_send_message -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x28de1e41 b1_parse_version -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x660f1442 b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x2f085039 avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x3e2a1e38 b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x4b34d9df b1_alloc_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x5522c593 b1_getrevision EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x6d83b355 b1_release_appl EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x738d29ef b1_reset_ctr -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x75b23e9c b1_alloc_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7f3a2749 avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x784fa400 avmcard_dma_free EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x812d0b33 b1_register_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x840881df b1_load_config EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x863e34b1 b1_free_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x9716d91d b1_load_t4file EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x9bf175e9 b1_load_firmware EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xb48dc0d8 b1_proc_show -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc06c8f81 b1_free_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xb79c8a67 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd034bd1e b1_parse_version EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe59a17fd b1_loaded -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe8ff8ada b1_load_t4file -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xebedc0ae avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x2861df14 b1dma_send_message EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x3beaecf5 b1dma_proc_show @@ -3899,15 +3899,16 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x030f5abe rtllib_start_send_beac EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04786d39 rtllib_wx_set_encode_ext EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09765d5a rtllib_wx_get_encode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x110837f8 rtllib_softmac_start_protocol -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x133c15d7 rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1cc5555a rtllib_stop_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x205aeaf1 rtllib_wx_set_essid EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24c81159 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x28fd4aa9 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e9185bf rtllib_wx_get_mode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x362f3291 rtllib_MgntDisconnect EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3830fd14 rtllib_wx_set_auth EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ce3b5a0 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ebf25a7 rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40c2c6b5 RemovePeerTS EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x436b5056 rtllib_wx_set_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51196049 rtllib_wx_set_mode @@ -3920,7 +3921,6 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74fb353d rtllib_wx_get_essid EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x799b0028 rtllib_ps_tx_ack EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7aa01031 rtllib_DisableIntelPromiscuousMode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7aed5fb8 notify_wx_assoc_event -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b5ebf00 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x839c425c rtllib_wx_set_wap EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83cdc1cd free_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x887f925c rtllib_wx_get_rts @@ -4001,128 +4001,128 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeaff6a43 dot11d_update_coun EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecc5fb1b ieee80211_is_54g_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf0d76818 ieee80211_disassociate_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfdff313d dot11d_get_max_tx_pwr_in_dbm -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0dcf1339 iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1222c58f iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x20b1e795 iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23134be5 iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26b7fbcf iscsit_logout_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b2742a0 iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b8c8064 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ca6dc47 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16e59711 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x22758f7e iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x24d9c1a4 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x293a1314 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b91cde5 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2d1205bc iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ff6e1dd iscsit_add_reject EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3116faf1 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x34fdb425 iscsit_sequence_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3d7a98e1 iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x40a0d47d iscsit_build_logout_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b1d99df iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52194e9a iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x573d9bee iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6478232a iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x66d6cc68 iscsit_check_dataout_payload -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6821403a iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x31528e5d iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b4255a3 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bcaceaa iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c56b90c iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4d7ebb98 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x525524f2 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5a61f79c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x601b3478 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x62be4b86 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x73aee9d6 iscsit_set_unsolicited_dataout EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x73fd25c8 iscsi_target_check_login_request EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74ddb458 iscsit_register_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x752bc445 iscsit_setup_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x783ed484 iscsit_find_cmd_from_itt_or_dump -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x78456586 iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a00229c iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b4e1196 iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x828b8f1e iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8b2cbfef iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa75e9d30 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76ef4516 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x82a36617 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x83bd78b4 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97418216 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0c21c20 iscsit_release_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7f43e8e iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd34fd57 iscsit_add_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd7f9d45 iscsit_release_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc023b41a iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc7e2e5ac iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa453a99 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae5c4806 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2b26230 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb36b95ba iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb65e6017 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe319188 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbfb8c107 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4665d48 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc7edbc12 iscsit_build_datain_pdu EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc93b249f iscsit_increment_maxcmdsn EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcae41482 iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd4657a3f iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd884e440 iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd94895a7 iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe0629cf3 iscsit_build_text_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe6bb8f74 iscsit_build_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe99be1e1 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed33b642 iscsit_build_rsp_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee5025c3 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdf1c3e75 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe542649b __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xebec1a34 iscsit_build_rsp_pdu EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5dc3bce iscsit_tmr_post_handler EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf76ccdf7 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff08d7eb iscsit_handle_task_mgt_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident -EXPORT_SYMBOL drivers/target/target_core_mod 0x0ae4cf98 target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x0cf4bb2f target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x0893e323 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a95a825 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x10dce106 core_tpg_check_initiator_node_acl EXPORT_SYMBOL drivers/target/target_core_mod 0x131b444b spc_emulate_evpd_83 EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x16acb63a target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x17263d5c transport_deregister_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x1ce66d44 transport_register_session EXPORT_SYMBOL drivers/target/target_core_mod 0x1d0c1020 sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0x1f639781 target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0x208b4ba8 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x28c9474a transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x263affd4 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2785aa80 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b129f22 transport_copy_sense_to_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x2b2b3b0d core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x32de0aed target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x35f4d49f transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x372674b2 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e75008b target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x32e67e0b transport_send_check_condition_and_sense EXPORT_SYMBOL drivers/target/target_core_mod 0x377a2d38 target_undepend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0x39fefdac target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x38774e26 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x3987a3cf target_complete_cmd_with_length EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b2d862c transport_generic_request_failure EXPORT_SYMBOL drivers/target/target_core_mod 0x40a4a50e sbc_get_device_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x45480a66 transport_backend_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x474833cf target_complete_cmd_with_length -EXPORT_SYMBOL drivers/target/target_core_mod 0x4f613006 transport_copy_sense_to_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x51810986 transport_alloc_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x559c6aff core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x40ee4c6a transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x42960b8f __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x444be70d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x48808c54 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x48e64241 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d6eb26a target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f3f8ce0 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f4f42e1 passthrough_parse_cdb EXPORT_SYMBOL drivers/target/target_core_mod 0x59f2cd8e passthrough_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x5a5408c5 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d091778 target_setup_cmd_from_cdb EXPORT_SYMBOL drivers/target/target_core_mod 0x6069adb9 target_depend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0x618a3eed transport_generic_request_failure EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x65454583 core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0x6793a726 transport_deregister_session_configfs -EXPORT_SYMBOL drivers/target/target_core_mod 0x6d2e8a03 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f50e857 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fc471cf target_lun_is_rdonly EXPORT_SYMBOL drivers/target/target_core_mod 0x71185b0c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x780b55fa target_show_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7a489146 transport_handle_cdb_direct -EXPORT_SYMBOL drivers/target/target_core_mod 0x803c0e09 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x808cba77 target_send_busy EXPORT_SYMBOL drivers/target/target_core_mod 0x80a4278b target_unregister_template -EXPORT_SYMBOL drivers/target/target_core_mod 0x8502e125 transport_init_se_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x88b7d6e7 transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x8a56db43 core_tpg_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x8cb0a2c9 transport_free_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x8cb37e87 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x82bec6f7 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x87d71ee3 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8955461f target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c503342 target_configure_unmap_from_queue EXPORT_SYMBOL drivers/target/target_core_mod 0x8cb951cb target_register_template EXPORT_SYMBOL drivers/target/target_core_mod 0x8fd79552 spc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x932fd84b target_show_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x9a5ccddf target_lun_is_rdonly -EXPORT_SYMBOL drivers/target/target_core_mod 0xa0da3561 target_submit_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xa101aa4e target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xa17a3fa5 transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xa47a6fe6 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x907f0f01 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x93add775 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x98b578c4 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x98baa3bd target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f779247 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2f7c3ab target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3f26e7c transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5070005 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa532d35b transport_lookup_cmd_lun EXPORT_SYMBOL drivers/target/target_core_mod 0xaa68a52c sbc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xabaf78fd transport_kmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0xae3754e4 target_put_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xb4138b02 sbc_dif_verify -EXPORT_SYMBOL drivers/target/target_core_mod 0xb7320b91 transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xb87a9826 target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0xb8e1984e transport_generic_handle_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0xb8e7413a target_submit_cmd_map_sgls EXPORT_SYMBOL drivers/target/target_core_mod 0xbaafebee core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0xc00e0940 core_tpg_check_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xc0f804d2 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc370cee target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc193136f transport_init_se_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xc3efb4d5 sbc_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0xc46dd35a core_tpg_get_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xc5551e98 __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xc7d9d91c target_configure_unmap_from_queue -EXPORT_SYMBOL drivers/target/target_core_mod 0xcb248ff5 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xccc4c860 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf7c6a39 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xd09d4ba5 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd54f0e12 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8a91244 transport_free_session EXPORT_SYMBOL drivers/target/target_core_mod 0xdbd0f8cb sbc_get_write_same_sectors -EXPORT_SYMBOL drivers/target/target_core_mod 0xed6c786e target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xf25dba98 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd36d15b core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xddb03c0f transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf8ec6ed core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6dfd110 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xe717de83 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb277e66 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2653788 transport_generic_handle_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xf6d026d4 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xf81ca8c2 core_tpg_set_initiator_node_queue_depth EXPORT_SYMBOL drivers/target/target_core_mod 0xf89dd2db spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0xfabc3735 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xfb9efe12 target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xfe97e8c7 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa31b6b3 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa67e8a9 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe37d38e core_allocate_nexus_loss_ua EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x111eefed acpi_parse_art EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x1887763e acpi_thermal_rel_misc_device_add EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x86c998e6 acpi_thermal_rel_misc_device_remove @@ -4210,28 +4210,28 @@ EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_ext EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x989bbcfd mac_find_mode EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x2e09d8f8 matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc49ba98b matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc7f04005 g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x0027c6f5 matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x24287fb5 matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x60a919bf DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xeb359f57 DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x0ad43c39 matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x7b33a0d7 matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x076ac36d matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8545224a matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8ecd6044 matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xabf5bb6a matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xbe4683a6 matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc0898fe8 matroxfb_g450_shutdown -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0ae50c73 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x0aa4f9f2 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x68ac0224 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xdbb7059a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x57978fe8 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6a6e006e matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6dd77d7d DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf31afee7 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb87c9e83 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xbe06f5ff matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3b0c2113 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4580a8b8 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x57e7f5b5 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb302827c matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x4eed3b2e matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x568af953 matroxfb_g450_shutdown EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x2dd4e64b matroxfb_DAC_out -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x49c6b636 matroxfb_vgaHWrestore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9747bd41 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5757ed4b matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5c3de951 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8a452684 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x917ed9d9 matroxfb_vgaHWrestore EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd0648727 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf654fb03 matroxfb_DAC_in EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x36f7ba62 mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free @@ -4392,12 +4392,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound -EXPORT_SYMBOL net/6lowpan/6lowpan 0x19ad826b lowpan_register_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0x5e5c5d7c lowpan_register_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0x695d03b1 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0x90f66191 lowpan_nhc_del -EXPORT_SYMBOL net/6lowpan/6lowpan 0xa336db05 lowpan_nhc_add -EXPORT_SYMBOL net/6lowpan/6lowpan 0xf049076f lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1edf7793 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x2e0b1986 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x4f83f850 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x515f8d1b lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9af056b8 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe77e7e49 lowpan_unregister_netdev EXPORT_SYMBOL net/802/p8022 0x0d0f1335 unregister_8022_client EXPORT_SYMBOL net/802/p8022 0xcbaee111 register_8022_client EXPORT_SYMBOL net/802/psnap 0x6a6b68ab register_snap_client @@ -4450,9 +4450,9 @@ EXPORT_SYMBOL net/9p/9pnet 0xdab65d8f v9fs_unregister_trans EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init EXPORT_SYMBOL net/9p/9pnet 0xf003b201 p9_show_client_options EXPORT_SYMBOL net/9p/9pnet 0xfcf81176 p9_client_wstat -EXPORT_SYMBOL net/appletalk/appletalk 0x356e32e7 atrtr_get_dev -EXPORT_SYMBOL net/appletalk/appletalk 0x50e9ab01 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x50464b85 atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0x776114ec alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xb73e96ef atrtr_get_dev EXPORT_SYMBOL net/appletalk/appletalk 0xd224775f aarp_send_ddp EXPORT_SYMBOL net/atm/atm 0x2430d9b8 atm_init_aal5 EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash @@ -4476,16 +4476,16 @@ EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal EXPORT_SYMBOL net/ax25/ax25 0x0b17f112 ax25_linkfail_release EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer EXPORT_SYMBOL net/ax25/ax25 0x19d1c549 ax25_listen_register -EXPORT_SYMBOL net/ax25/ax25 0x1d5911df ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x492a35a9 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7be4e904 ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0x7e1b45d2 ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release -EXPORT_SYMBOL net/ax25/ax25 0x98648d66 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xb685a385 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp EXPORT_SYMBOL net/ax25/ax25 0xc43dac00 ax25_listen_release -EXPORT_SYMBOL net/ax25/ax25 0xc5afe6cd ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address EXPORT_SYMBOL net/ax25/ax25 0xd502fc78 ax25_send_frame EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid @@ -4540,10 +4540,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc4634aa hci_mgmt_chan_register EXPORT_SYMBOL net/bluetooth/bluetooth 0xeb508edc hci_conn_security EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa065ced hci_mgmt_chan_unregister EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe74ea0a hci_get_route -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x518fc672 ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6c1a340e ebt_do_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9e15b40c ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb6cc2a67 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x86ab8dfe ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xae0fbd85 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdba79150 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfd2cc81e ebt_register_table EXPORT_SYMBOL net/caif/caif 0x0b7e0950 caif_disconnect_client EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x1bba3eb6 get_cfcnfg @@ -4565,18 +4565,18 @@ EXPORT_SYMBOL net/can/can 0x59123197 can_sock_destruct EXPORT_SYMBOL net/can/can 0x6d75dfbc can_proto_unregister EXPORT_SYMBOL net/can/can 0x6edd1b84 can_send EXPORT_SYMBOL net/can/can 0x755c4730 can_rx_register -EXPORT_SYMBOL net/ceph/libceph 0x00594e07 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x032beef5 ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0x04621c95 osd_req_op_extent_osd_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0x0637ed63 osd_req_op_extent_osd_data_bio -EXPORT_SYMBOL net/ceph/libceph 0x0a2250e7 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x0a2db7d4 osd_req_op_extent_init EXPORT_SYMBOL net/ceph/libceph 0x0e7b9911 ceph_monc_get_version_async EXPORT_SYMBOL net/ceph/libceph 0x12a06b49 osd_req_op_extent_osd_data EXPORT_SYMBOL net/ceph/libceph 0x12b629b9 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x1311c68a ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x13c43170 ceph_osdc_writepages EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve EXPORT_SYMBOL net/ceph/libceph 0x189cc453 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x18fad756 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x1ac5ffa4 ceph_monc_blacklist_add EXPORT_SYMBOL net/ceph/libceph 0x1fdcbe44 osd_req_op_cls_request_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0x2052f0ab ceph_alloc_page_vector @@ -4588,10 +4588,9 @@ EXPORT_SYMBOL net/ceph/libceph 0x28bbcb4d ceph_auth_verify_authorizer_reply EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release EXPORT_SYMBOL net/ceph/libceph 0x2b1f3167 ceph_monc_open_session EXPORT_SYMBOL net/ceph/libceph 0x2d4ba62d osd_req_op_cls_request_data_pagelist -EXPORT_SYMBOL net/ceph/libceph 0x2f77c6bd ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x30165a20 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x30b79034 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x33c2b1a8 ceph_osdc_flush_notifies -EXPORT_SYMBOL net/ceph/libceph 0x342b0108 ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x37740e64 ceph_osdc_alloc_request EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents EXPORT_SYMBOL net/ceph/libceph 0x3930f5bb ceph_client_gid @@ -4600,31 +4599,35 @@ EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects EXPORT_SYMBOL net/ceph/libceph 0x3eccd271 ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible -EXPORT_SYMBOL net/ceph/libceph 0x4896a766 ceph_msg_new -EXPORT_SYMBOL net/ceph/libceph 0x4b58785a ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4a153823 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x52171144 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x534c3d20 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x53564159 osd_req_op_extent_update EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57cb993a ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf EXPORT_SYMBOL net/ceph/libceph 0x5e1a8eab ceph_osdc_maybe_request_map EXPORT_SYMBOL net/ceph/libceph 0x63198859 ceph_monc_renew_subs EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x641bade3 ceph_destroy_client EXPORT_SYMBOL net/ceph/libceph 0x65786e55 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x65e341ea ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x6a6b7322 ceph_monc_got_map EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr EXPORT_SYMBOL net/ceph/libceph 0x6a9c3a18 __ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0x6bc39255 ceph_auth_is_authenticated EXPORT_SYMBOL net/ceph/libceph 0x6cc8fde7 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x6fbeedfc ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0x72bc1dd8 ceph_cls_unlock EXPORT_SYMBOL net/ceph/libceph 0x73dd8e8a ceph_pg_to_acting_primary EXPORT_SYMBOL net/ceph/libceph 0x7512d3e2 ceph_cls_assert_locked -EXPORT_SYMBOL net/ceph/libceph 0x75768589 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x76c62d21 ceph_osdc_clear_abort_err EXPORT_SYMBOL net/ceph/libceph 0x77f8dce5 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7a18f0c0 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x7abeac7a ceph_osdc_new_request EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x83a5243a ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x8484442c ceph_release_page_vector EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context EXPORT_SYMBOL net/ceph/libceph 0x8809cf9b osd_req_op_extent_osd_data_bvecs @@ -4644,14 +4647,14 @@ EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context EXPORT_SYMBOL net/ceph/libceph 0x9f55bc38 ceph_monc_want_map EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping -EXPORT_SYMBOL net/ceph/libceph 0xa04b7672 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0xa188972c ceph_osdc_sync -EXPORT_SYMBOL net/ceph/libceph 0xa31118ff ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0xa3485d02 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa48bfd38 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers EXPORT_SYMBOL net/ceph/libceph 0xa7f0616b osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xa8015680 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xa830a7d6 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0xa9a1db19 ceph_cls_break_lock -EXPORT_SYMBOL net/ceph/libceph 0xaaaf0b44 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0xace81187 ceph_pg_poolid_by_name EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer EXPORT_SYMBOL net/ceph/libceph 0xadf9dc95 ceph_osdc_unwatch @@ -4659,7 +4662,6 @@ EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush EXPORT_SYMBOL net/ceph/libceph 0xb014a551 osd_req_op_raw_data_in_pages EXPORT_SYMBOL net/ceph/libceph 0xb12c4022 osd_req_op_alloc_hint_init EXPORT_SYMBOL net/ceph/libceph 0xb386847e ceph_osdc_wait_request -EXPORT_SYMBOL net/ceph/libceph 0xb3ceab68 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release EXPORT_SYMBOL net/ceph/libceph 0xbaa236f5 ceph_cls_set_cookie @@ -4671,22 +4673,21 @@ EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips EXPORT_SYMBOL net/ceph/libceph 0xc1d693d9 ceph_osdc_notify EXPORT_SYMBOL net/ceph/libceph 0xc20938fb ceph_create_client EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate -EXPORT_SYMBOL net/ceph/libceph 0xc9a316c8 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc3c53cb9 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file EXPORT_SYMBOL net/ceph/libceph 0xca80eb72 ceph_pg_pool_name_by_id EXPORT_SYMBOL net/ceph/libceph 0xcb8b85bc ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0xcdb23f45 ceph_osdc_notify_ack EXPORT_SYMBOL net/ceph/libceph 0xd05360db ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd074f590 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xd0b42d49 ceph_osdc_readpages -EXPORT_SYMBOL net/ceph/libceph 0xd1a51b97 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode EXPORT_SYMBOL net/ceph/libceph 0xd2dd4bd5 ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd567250b osd_req_op_extent_osd_data_bvec_pos -EXPORT_SYMBOL net/ceph/libceph 0xd6af2bb1 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy EXPORT_SYMBOL net/ceph/libceph 0xdc27ee12 ceph_monc_stop -EXPORT_SYMBOL net/ceph/libceph 0xdde3eb7c ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xdca8425b ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0xde3458dc ceph_monc_do_statfs EXPORT_SYMBOL net/ceph/libceph 0xde77f638 osd_req_op_xattr_init EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf @@ -4704,17 +4705,16 @@ EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor -EXPORT_SYMBOL net/ceph/libceph 0xf1aab867 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0xf35a4fc7 ceph_compare_options EXPORT_SYMBOL net/ceph/libceph 0xf40701ab ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0xf6ddcb41 ceph_monc_init EXPORT_SYMBOL net/ceph/libceph 0xfdc8051f ceph_osdc_get_request EXPORT_SYMBOL net/ceph/libceph 0xff178690 ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0xffd10313 ceph_osdc_abort_requests -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x3d34b3b4 dccp_syn_ack_timeout -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa606eb0e dccp_req_err -EXPORT_SYMBOL net/dsa/dsa_core 0x2776d6a6 dsa_port_vid_del -EXPORT_SYMBOL net/dsa/dsa_core 0x3ebb6b42 dsa_port_vid_add +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xb1a9482e dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf0c0592e dccp_req_err +EXPORT_SYMBOL net/dsa/dsa_core 0x0b64e03c dsa_port_vid_add +EXPORT_SYMBOL net/dsa/dsa_core 0xd8633c1e dsa_port_vid_del EXPORT_SYMBOL net/ieee802154/ieee802154 0x1ad5a676 wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0x547afbd6 wpan_phy_find EXPORT_SYMBOL net/ieee802154/ieee802154 0x7f300186 wpan_phy_register @@ -4722,43 +4722,43 @@ EXPORT_SYMBOL net/ieee802154/ieee802154 0xb1aee99c wpan_phy_free EXPORT_SYMBOL net/ieee802154/ieee802154 0xbfcc1d19 wpan_phy_unregister EXPORT_SYMBOL net/ieee802154/ieee802154 0xf15f0060 wpan_phy_new EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0xa08f373f __fou_build_header -EXPORT_SYMBOL net/ipv4/fou 0xbcdf7e9c __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x3757fdeb __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xa6b9bb76 __gue_build_header EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0xbf284151 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x040b7c0c ip_tunnel_encap_del_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8401be87 ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb2850b23 ip_tunnel_encap_add_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf6d53d68 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/gre 0xb3a9ed81 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x653c25f0 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xa07b469f ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xde5b4e01 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf91406e2 ip_tunnel_encap_del_ops EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x2a846af7 arpt_register_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x43b2f35e arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x51894f7d arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xaab3440a arpt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x645ba8ae ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x947074a2 ipt_unregister_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xd4f53ded ipt_register_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x259e3c57 xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/tunnel4 0x45f6189e xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/udp_tunnel 0x485bd0f4 udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3519fd8e ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x40534439 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56852a09 ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x758029b1 ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x78fa5edb ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8075156c ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa54f9ed5 ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbc86ffd5 ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xda478495 ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x076893d2 ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6b78fafb ip6t_do_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xcd2fa682 ip6t_register_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x1695dcaf xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/tunnel6 0x98f64b26 xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2ebecbe6 xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x97117b9d xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/l2tp/l2tp_core 0x129db10e l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_core 0x1e7b1ea8 l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_ip 0x6753599e l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x19d265d3 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4102b8cb ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x44ab75bb ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x8234da05 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xaecb7f66 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x54f4fd9e udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x10ee4ce2 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1cc6023f ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1d29f326 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x307f2284 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3c69deb6 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x540571ec ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x882e871d ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb4a4ee62 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc8438329 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2d2fafd1 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5333cb10 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8eb1b15b ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x23b39cdf xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x27ec9061 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3a38822e xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa2437148 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/l2tp/l2tp_core 0x066b1325 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_core 0x32fede6b l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_ip 0x5a5189bf l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x01c89891 lapb_disconnect_request EXPORT_SYMBOL net/lapb/lapb 0x1bf7ac89 lapb_setparms EXPORT_SYMBOL net/lapb/lapb 0x2cb51ea9 lapb_data_received @@ -4776,155 +4776,155 @@ EXPORT_SYMBOL net/llc/llc 0x5a36cba2 llc_add_pack EXPORT_SYMBOL net/llc/llc 0x6dbcbd99 llc_sap_open EXPORT_SYMBOL net/llc/llc 0xb874e3e2 llc_build_and_send_ui_pkt EXPORT_SYMBOL net/llc/llc 0xf1d1371b llc_sap_close -EXPORT_SYMBOL net/mac80211/mac80211 0x04173848 __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x04ddd643 ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0x054ec3ad ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x0f9b21a2 ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x127a30fe ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0x12d3a906 ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0x18a5d0ba ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x02e90f24 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x098cc50f ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x0a538f23 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0cf711f9 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x0d76828b ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x167033f9 ieee80211_tx_prepare_skb EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x1b744ae1 ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0x1e35bbdd __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x2457fd41 ieee80211_enable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x250f974d ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0x29c45787 ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0x2eadd483 ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0x3c8af90b ieee80211_txq_schedule_start -EXPORT_SYMBOL net/mac80211/mac80211 0x3dbd3c1e ieee80211_report_low_ack -EXPORT_SYMBOL net/mac80211/mac80211 0x403b404c ieee80211_txq_get_depth -EXPORT_SYMBOL net/mac80211/mac80211 0x4099536e ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x44040869 wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x49b0d62e ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0x49dc1f9f ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x4b605aa9 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x1af8ac6f __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x1b6f01f7 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x1c1af5ce ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x21c2bdd6 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x27a2d2b1 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x283bd59f ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x29042116 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x2a0fa5f7 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x326abeb3 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x334c1aa8 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x33d50bfc ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x33f1e37c __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3efe6bde ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x43304a40 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x483f918d ieee80211_rts_get EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x505611a9 ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0x51d6158a ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x52afc8b7 ieee80211_start_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x52dc7080 ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x5763317c ieee80211_sta_set_buffered -EXPORT_SYMBOL net/mac80211/mac80211 0x57dfe4a3 ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x57fd0370 __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x5833a7e0 ieee80211_free_txskb -EXPORT_SYMBOL net/mac80211/mac80211 0x5859a7e6 ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0x5b1306d2 ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x5f1a475a ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0x61a8f5c8 ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x62952988 ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0x6666f0b0 ieee80211_tx_status_ext -EXPORT_SYMBOL net/mac80211/mac80211 0x6767f65a ieee80211_tx_status_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x69c04e3e ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0x6b7ae011 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0x6d010344 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x4db8a8c0 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4ddeaed2 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x4f68a258 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x55f43a71 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x55f6400f ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x5851cfcf ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x58a17a0a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x5b0ab268 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x5bf23ed0 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x5bf24334 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x6692ca5f ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6bcc7cfd ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x6c9b70ca ieee80211_stop_tx_ba_cb_irqsafe EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x75ee3219 ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0x7b94b783 ieee80211_beacon_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x7f49aa6a ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0x806c9978 ieee80211_proberesp_get -EXPORT_SYMBOL net/mac80211/mac80211 0x80c6fc61 ieee80211_nullfunc_get -EXPORT_SYMBOL net/mac80211/mac80211 0x8214ea7a ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x82e89078 __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x84f3a3a9 ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x86887d37 ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x8c06ab8e ieee80211_send_bar -EXPORT_SYMBOL net/mac80211/mac80211 0x8e1d42d7 ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0x8f8935cc ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0x8ffdd1a5 ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0x930c092d ieee80211_iter_keys -EXPORT_SYMBOL net/mac80211/mac80211 0x96217ebc ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6d9d63a0 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x711701d4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x747036cc ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x7558f21a ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x780c9ce5 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x78b2655f ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x7b5eab36 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x7eb61c23 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x7f33a051 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x88f4c265 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x89ce1ddb ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x8b94b924 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8eab2ce6 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9010d9f8 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x928550c1 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x928e5dc8 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x9531c1b5 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x958fd587 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x971f781a ieee80211_queue_stopped EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x9d0eb539 ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0x9e0becab ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x9e91f0db ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xa1c079d8 ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0xa437095f ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0xa59b51b8 ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0xaf880263 ieee80211_reserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0xb34810fb ieee80211_queue_work -EXPORT_SYMBOL net/mac80211/mac80211 0xb41d03ff __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xb4c53e87 ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0xb6124615 ieee80211_iter_keys_rcu -EXPORT_SYMBOL net/mac80211/mac80211 0xbb9135e3 ieee80211_scan_completed -EXPORT_SYMBOL net/mac80211/mac80211 0xbd53985e ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0xbe1bd117 ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xc136f0d8 ieee80211_stop_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xc198f5be ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xc4ecb109 ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0xc56c0520 ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0xc8f78ad5 ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xcb3fcd8a ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0xd844cc5b ieee80211_find_sta -EXPORT_SYMBOL net/mac80211/mac80211 0xda79a7f9 ieee80211_connection_loss -EXPORT_SYMBOL net/mac80211/mac80211 0xdb3b0f89 ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xdc148689 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x99797b74 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x9ad2b896 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9b1115f8 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x9b32622c ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9f96ccbc ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa2ae411e ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xa82639b6 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb2b40cfc ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xb3692fca __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xb5f7a61b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xb642c026 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xbc086067 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xbcc47f47 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc111fae8 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xc1945f51 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xc4eb2da5 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xc958957b ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc9de6037 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd0c17a1e ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd1013468 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xd2ce28be ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xd61f3f02 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xd6b43f73 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xd7aef81f ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xd935ada7 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd9a797cd ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xdcf19341 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xdd351146 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xdeb40730 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xe23debb4 ieee80211_beacon_get_template EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xe4a7a7a1 rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0xe4f4d68e ieee80211_cqm_beacon_loss_notify -EXPORT_SYMBOL net/mac80211/mac80211 0xe7802911 ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0xe9ffe27a ieee80211_nan_func_terminated -EXPORT_SYMBOL net/mac80211/mac80211 0xeffd07c8 ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0xf46ca58c ieee80211_rts_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xf488c618 ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0xf6198e4c ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac80211/mac80211 0xf9192df2 ieee80211_rx_napi -EXPORT_SYMBOL net/mac80211/mac80211 0xfb89b8f4 ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0xfc831918 ieee80211_wake_queue -EXPORT_SYMBOL net/mac80211/mac80211 0xfdbff1c7 __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xfe962c0f ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0xffdd4879 ieee80211_report_wowlan_wakeup -EXPORT_SYMBOL net/mac802154/mac802154 0x0de8bfbd ieee802154_register_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x109b14b7 ieee802154_unregister_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x6f9210da ieee802154_free_hw -EXPORT_SYMBOL net/mac802154/mac802154 0xab1bc1f2 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe93aba20 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe9a6868f ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xec0327ae ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf1f994b5 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xf602625b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf6b0e8cc ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xf783e61e ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfb077d51 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xff3c1d7a ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac802154/mac802154 0x50c52893 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5dface4a ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x8412cd50 ieee802154_free_hw EXPORT_SYMBOL net/mac802154/mac802154 0xaf97def5 ieee802154_xmit_complete EXPORT_SYMBOL net/mac802154/mac802154 0xb27bce5c ieee802154_rx_irqsafe EXPORT_SYMBOL net/mac802154/mac802154 0xcbe003c4 ieee802154_wake_queue EXPORT_SYMBOL net/mac802154/mac802154 0xd49e1631 ieee802154_stop_queue -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x046a1c09 ip_vs_conn_out_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0783fe07 register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x088daeae ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x18ce8ac8 ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4956cabe ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5fea0e79 register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60c06256 ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x68e5629b unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x784a302c ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x787365f3 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xad0d6597 ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca3f8321 ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd2eb8cd5 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd6b6dcfa unregister_ip_vs_scheduler +EXPORT_SYMBOL net/mac802154/mac802154 0xd9ade8fc ieee802154_unregister_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x15ae7a34 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x194fd16c ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2a5f05d1 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2eb52d60 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x32f54d99 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x59b31865 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70646da0 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x72cb9629 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x91460653 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa1f64ec0 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb927c2db ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc6185153 unregister_ip_vs_app EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xff8d84e0 register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x14461623 nf_ct_ext_add -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x75d84a2e nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xeab2e9d7 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf471339e ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf9673c8e ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0907167e nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb5517464 nf_ct_ext_add EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x1199b0b6 nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0x24f650f0 nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x2c975532 nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0x70bd5f4e __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0xcf3edb51 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x0e169dbd nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x168d70db __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x4a6ef667 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x6a3a05e4 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xea8e911d nf_nat_mangle_udp_packet EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x295a5541 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x195523c4 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x24a6c5fc xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name -EXPORT_SYMBOL net/netfilter/x_tables 0x4dbc228e xt_register_matches EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x7394a4e0 xt_register_match -EXPORT_SYMBOL net/netfilter/x_tables 0x7ea0734b xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x80d62142 xt_unregister_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x8106ca16 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x571a8722 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x9789f447 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x91826cab xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x9962aa89 xt_unregister_targets EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xa7587a27 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb0942b82 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xc525194c xt_register_matches EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xeff55d16 xt_unregister_matches -EXPORT_SYMBOL net/netfilter/x_tables 0xfca0dffa xt_unregister_target EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/netfilter/x_tables 0xffe24e52 xt_unregister_target EXPORT_SYMBOL net/nfc/hci/hci 0x22b79aa8 nfc_hci_set_clientdata EXPORT_SYMBOL net/nfc/hci/hci 0x3a545d75 nfc_hci_get_param EXPORT_SYMBOL net/nfc/hci/hci 0x3b1a0c17 nfc_hci_send_cmd @@ -5015,38 +5015,38 @@ EXPORT_SYMBOL net/phonet/phonet 0xcbb8fa4d pn_skb_send EXPORT_SYMBOL net/phonet/phonet 0xda41b3ca phonet_proto_register EXPORT_SYMBOL net/phonet/phonet 0xf396f9db pn_sock_unhash EXPORT_SYMBOL net/phonet/phonet 0xfefdeaec pn_sock_hash -EXPORT_SYMBOL net/rxrpc/rxrpc 0x0fc4935f rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0x1232a40f rxrpc_kernel_get_peer -EXPORT_SYMBOL net/rxrpc/rxrpc 0x30357a82 rxrpc_kernel_send_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x31a058ad rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x08dd12dc rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x105bf9ee key_type_rxrpc EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x450bdcaf rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4997d398 rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0x5db6e275 rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x69f28412 rxrpc_kernel_begin_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x71b07925 rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x75fbb5a4 rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0x9340caee rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xa59363c2 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0xbead3af0 rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd4e12476 rxrpc_kernel_recv_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0xdebf1ed8 key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0xed558c58 rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0xf20fd578 rxrpc_get_server_data_key -EXPORT_SYMBOL net/sctp/sctp 0x8c1ac22b sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4673ccf8 gss_mech_put -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5bba0d44 gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5fb9fe98 gss_mech_get -EXPORT_SYMBOL net/sunrpc/sunrpc 0x04bbd446 xdr_truncate_encode -EXPORT_SYMBOL net/sunrpc/sunrpc 0x2b6a73a8 xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0x57cc5288 svc_pool_stats_open +EXPORT_SYMBOL net/rxrpc/rxrpc 0x35b17ef8 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x60f3ec5e rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65aa3ea7 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8844e53b rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x890e2e28 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa8aa420c rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa908c3e2 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa9fbf3d4 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xadf127fa rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd97e5f28 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd9e5ffe8 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdbb2e0f7 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe602bf84 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe67ee1b5 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf4485cbe rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xeabc395b sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1c963da9 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x65c1611f gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xefc1a748 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x95b1e524 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x9ca41a4c xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xdca4b6e6 svc_pool_stats_open EXPORT_SYMBOL net/tipc/tipc 0x2dfa1336 tipc_sk_fill_sock_diag EXPORT_SYMBOL net/tipc/tipc 0x4cdf7ea0 tipc_nl_sk_walk EXPORT_SYMBOL net/tipc/tipc 0xe83938db tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0xfce689de tipc_dump_start -EXPORT_SYMBOL net/tls/tls 0x43f73246 tls_get_record -EXPORT_SYMBOL net/tls/tls 0x7bdff3d1 tls_register_device -EXPORT_SYMBOL net/tls/tls 0xddffabfc tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0x1e5e2cc4 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0x3b0da27c tls_get_record +EXPORT_SYMBOL net/tls/tls 0x67c70e45 tls_register_device EXPORT_SYMBOL net/wimax/wimax 0x0ac623ec wimax_reset EXPORT_SYMBOL net/wimax/wimax 0x667c7055 wimax_rfkill EXPORT_SYMBOL net/wireless/cfg80211 0x02e78363 cfg80211_tx_mgmt_expired @@ -5065,39 +5065,36 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header EXPORT_SYMBOL net/wireless/cfg80211 0x18a15e3e cfg80211_ready_on_channel EXPORT_SYMBOL net/wireless/cfg80211 0x1a932820 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1b7df7c1 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x1ccbe4cc cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm -EXPORT_SYMBOL net/wireless/cfg80211 0x1fbe67ec cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x250b217c wiphy_free EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem EXPORT_SYMBOL net/wireless/cfg80211 0x297ff4b3 cfg80211_cqm_rssi_notify EXPORT_SYMBOL net/wireless/cfg80211 0x29cc84cf cfg80211_pmksa_candidate_notify -EXPORT_SYMBOL net/wireless/cfg80211 0x2a4ef652 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x30d1f41a cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x377c71bf cfg80211_report_obss_beacon EXPORT_SYMBOL net/wireless/cfg80211 0x3b1cea7d cfg80211_inform_bss_frame_data EXPORT_SYMBOL net/wireless/cfg80211 0x3bd8aaa1 ieee80211_operating_class_to_band EXPORT_SYMBOL net/wireless/cfg80211 0x3e5cb2da cfg80211_cqm_pktloss_notify -EXPORT_SYMBOL net/wireless/cfg80211 0x406d9153 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x409d5bad cfg80211_roamed EXPORT_SYMBOL net/wireless/cfg80211 0x4253dfb9 cfg80211_rx_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0x439bedb2 ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x43f5efcf cfg80211_sinfo_alloc_tid_stats EXPORT_SYMBOL net/wireless/cfg80211 0x4429f6cf regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0x46312808 ieee80211_radiotap_iterator_next EXPORT_SYMBOL net/wireless/cfg80211 0x47d7afe1 cfg80211_abandon_assoc EXPORT_SYMBOL net/wireless/cfg80211 0x4a480e70 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x4cb63477 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0x4d6cfbda cfg80211_sched_scan_stopped_rtnl EXPORT_SYMBOL net/wireless/cfg80211 0x51adec83 cfg80211_auth_timeout EXPORT_SYMBOL net/wireless/cfg80211 0x542b9402 wiphy_apply_custom_regulatory EXPORT_SYMBOL net/wireless/cfg80211 0x5aea1d57 cfg80211_scan_done -EXPORT_SYMBOL net/wireless/cfg80211 0x5cdfdcfb cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0x6018a801 cfg80211_report_wowlan_wakeup -EXPORT_SYMBOL net/wireless/cfg80211 0x60e7f3d0 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid EXPORT_SYMBOL net/wireless/cfg80211 0x67c1844f cfg80211_sched_scan_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b40b2e4 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x74b1022f regulatory_set_wiphy_regd_sync_rtnl EXPORT_SYMBOL net/wireless/cfg80211 0x77f955cb cfg80211_stop_iface EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem @@ -5109,17 +5106,18 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x853961a2 cfg80211_ch_switch_started_notif EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible EXPORT_SYMBOL net/wireless/cfg80211 0x8a540c67 cfg80211_cqm_txe_notify EXPORT_SYMBOL net/wireless/cfg80211 0x8b4b0f1e cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x8dc5a88d cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x8f7e9b13 cfg80211_inform_bss_data EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func EXPORT_SYMBOL net/wireless/cfg80211 0x9026c992 cfg80211_nan_match EXPORT_SYMBOL net/wireless/cfg80211 0x91bbc3c1 cfg80211_ibss_joined EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss -EXPORT_SYMBOL net/wireless/cfg80211 0x9424ad2e cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x9648e2f9 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x96524cb3 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency EXPORT_SYMBOL net/wireless/cfg80211 0x9a12f3b6 wiphy_unregister EXPORT_SYMBOL net/wireless/cfg80211 0x9c2792ae wiphy_new_nm EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match -EXPORT_SYMBOL net/wireless/cfg80211 0x9e86d660 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class EXPORT_SYMBOL net/wireless/cfg80211 0xa2865289 cfg80211_mgmt_tx_status EXPORT_SYMBOL net/wireless/cfg80211 0xaad4ff95 cfg80211_new_sta @@ -5128,8 +5126,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xac0317fd cfg80211_get_drvinfo EXPORT_SYMBOL net/wireless/cfg80211 0xac323044 wiphy_rfkill_set_hw_state EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xacee502c cfg80211_check_station_change -EXPORT_SYMBOL net/wireless/cfg80211 0xaeafeb8d ieee80211_amsdu_to_8023s -EXPORT_SYMBOL net/wireless/cfg80211 0xaf1eb2cd cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0xb15a8e31 cfg80211_rx_unexpected_4addr_frame EXPORT_SYMBOL net/wireless/cfg80211 0xb2341bf1 cfg80211_rx_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xb23a5b6e __cfg80211_alloc_event_skb @@ -5139,6 +5135,7 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xbeba42bb cfg80211_sta_opmode_change_notif EXPORT_SYMBOL net/wireless/cfg80211 0xc64da02d cfg80211_unlink_bss EXPORT_SYMBOL net/wireless/cfg80211 0xc77c497f cfg80211_reg_can_beacon_relax EXPORT_SYMBOL net/wireless/cfg80211 0xc882ac57 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xc8d18f27 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create EXPORT_SYMBOL net/wireless/cfg80211 0xcbda1bb5 wiphy_rfkill_start_polling EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited @@ -5152,7 +5149,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xd2c20d3c wiphy_register EXPORT_SYMBOL net/wireless/cfg80211 0xd4590719 cfg80211_chandef_dfs_required EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0xd7391e51 __cfg80211_send_event_skb -EXPORT_SYMBOL net/wireless/cfg80211 0xd90d48b8 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name EXPORT_SYMBOL net/wireless/cfg80211 0xe0b2f853 cfg80211_ft_event EXPORT_SYMBOL net/wireless/cfg80211 0xe67da6cd cfg80211_chandef_usable @@ -5160,14 +5156,18 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xea3d595a cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0xec2964a6 cfg80211_update_owe_info_event EXPORT_SYMBOL net/wireless/cfg80211 0xef7a70b0 cfg80211_sched_scan_results EXPORT_SYMBOL net/wireless/cfg80211 0xef853f16 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf0ba66ab cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0xf10ae7ac cfg80211_nan_func_terminated EXPORT_SYMBOL net/wireless/cfg80211 0xf5359903 cfg80211_conn_failed EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr EXPORT_SYMBOL net/wireless/cfg80211 0xf5ee60c6 cfg80211_rx_assoc_resp EXPORT_SYMBOL net/wireless/cfg80211 0xf62a57ec cfg80211_get_bss EXPORT_SYMBOL net/wireless/cfg80211 0xf69d92f3 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf945447c ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0xf964d93d cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfaea16d5 cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xfc1ac70f cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xfce5da57 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0xfd7c648b cfg80211_tx_mlme_mgmt EXPORT_SYMBOL net/wireless/lib80211 0x02d320ca lib80211_crypt_delayed_deinit EXPORT_SYMBOL net/wireless/lib80211 0x14861b12 lib80211_get_crypto_ops @@ -5259,9 +5259,9 @@ EXPORT_SYMBOL sound/core/snd 0xc22204cb snd_ctl_free_one EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource EXPORT_SYMBOL sound/core/snd 0xcabc6de1 snd_ctl_unregister_ioctl EXPORT_SYMBOL sound/core/snd 0xda78b235 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xdd6f4aab snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0xe24f3220 snd_device_free EXPORT_SYMBOL sound/core/snd 0xeec728bc snd_ctl_rename_id -EXPORT_SYMBOL sound/core/snd 0xf01b7f5c snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0xf4230ea0 snd_seq_root EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio EXPORT_SYMBOL sound/core/snd-hwdep 0xd392552f snd_hwdep_new @@ -5469,33 +5469,33 @@ EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x999178a2 snd_sbdsp_command EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd0cc2722 snd_sbmixer_resume EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf137dd34 snd_sbmixer_new EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf8396f05 snd_sbdsp_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x020627cf snd_ac97_read EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0661ba7a snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x17d7af04 snd_ac97_write_cache -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x24237c0c snd_ac97_read -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x25a61b32 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x07cc9a2d snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1769db25 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1ef4960e snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3b69253c snd_ac97_update EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x41701c64 snd_ac97_pcm_double_rate_rules -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x57044d07 snd_ac97_get_short_name -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5e28f9a4 snd_ac97_update_power -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x65060f12 snd_ac97_update -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x725bdc6d snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5df20fd0 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x631541b9 snd_ac97_update_bits EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x72be2405 snd_ac97_pcm_close -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a2b5f1a snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9554b5a4 snd_ac97_suspend EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa011cb54 snd_ac97_pcm_open -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbb6148d0 snd_ac97_resume -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd4cb0480 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb0ad3200 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc84a1b65 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd96e4f47 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd12919b snd_ac97_resume EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xecb74204 snd_ac97_set_rate -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee94bbb0 snd_ac97_update_bits -EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xe6b6dea6 hpi_send_recv -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2e7ecb51 snd_emu10k1_synth_alloc -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4bef9bc4 snd_emu10k1_synth_copy_from_user -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5cea3bf5 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf9c8163d snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x8c213bcc hpi_send_recv EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x66d4875d snd_emu10k1_ptr_read -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xaed0a6f9 snd_emu10k1_memblk_map -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb2ebce1b snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7192a336 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c2550bd snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9b1c81d5 snd_emu10k1_synth_copy_from_user EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd2fd86da snd_emu10k1_voice_free EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd435bf17 snd_emu10k1_ptr_write EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe780b520 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf3f72746 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf453e6f6 snd_emu10k1_synth_alloc EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x0ee7f0cc snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4beda1ff snd_ice1712_akm4xxx_free EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x6d94da2e snd_ice1712_akm4xxx_build_controls @@ -5503,15 +5503,13 @@ EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x08cc7b80 oxygen_write_ac97_mask EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d90ecb0 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x146c239a oxygen_read32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x15ba7aeb oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x19532003 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x23455d1b oxygen_pci_pm -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x453955ca oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58bd7a19 oxygen_read16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x66041a99 oxygen_write16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x67e42bd1 oxygen_write_ac97 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x74c74aca oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7ed8a12c oxygen_write_i2c EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8ad921c0 oxygen_write32_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9e34bfe2 oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa427baf7 oxygen_write32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xacc26691 oxygen_write_spi EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xadb3d3e4 oxygen_reset_uart @@ -5520,11 +5518,13 @@ EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc63f6312 oxygen_write8_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc7448b09 oxygen_read8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcdd668f2 oxygen_write_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd070f179 oxygen_read_ac97 -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x22739a03 snd_trident_stop_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2353a215 snd_trident_alloc_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2e445383 snd_trident_write_voice_regs -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x573a114a snd_trident_free_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xfcaaa303 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe486dd3e oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd7c8af6 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x37906a98 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x57118cce snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x620e9396 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6ac127b9 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb63e198d snd_trident_stop_voice EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xea74f232 bt_uart_enable EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xdc8326f8 pcm3060_regmap EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xfe7354fb pcm3060_probe @@ -5648,23 +5648,23 @@ EXPORT_SYMBOL ubuntu/hio/hio 0xdd983388 ssd_get_pciaddr EXPORT_SYMBOL ubuntu/hio/hio 0xeb3413d6 ssd_set_otprotect EXPORT_SYMBOL vmlinux 0x00080128 d_splice_alias EXPORT_SYMBOL vmlinux 0x00113c68 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x0017f0d6 netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x00237532 mipi_dsi_dcs_soft_reset -EXPORT_SYMBOL vmlinux 0x00689e99 neigh_seq_next -EXPORT_SYMBOL vmlinux 0x008ee3ce skb_vlan_push +EXPORT_SYMBOL vmlinux 0x0029f41d skb_copy_expand +EXPORT_SYMBOL vmlinux 0x008297a6 intel_gmch_probe EXPORT_SYMBOL vmlinux 0x00947109 shrink_dcache_parent EXPORT_SYMBOL vmlinux 0x009970dd sg_miter_start EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode EXPORT_SYMBOL vmlinux 0x00bc734f seq_put_decimal_ll -EXPORT_SYMBOL vmlinux 0x00c7b479 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count EXPORT_SYMBOL vmlinux 0x01000e51 schedule -EXPORT_SYMBOL vmlinux 0x0102a198 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x01056ced insert_inode_locked4 EXPORT_SYMBOL vmlinux 0x0116b711 md_integrity_register EXPORT_SYMBOL vmlinux 0x01199e98 phy_start_aneg EXPORT_SYMBOL vmlinux 0x011e66d2 __alloc_pages_nodemask EXPORT_SYMBOL vmlinux 0x011fda5c page_readlink EXPORT_SYMBOL vmlinux 0x0129a7f1 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x013bd1d5 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags @@ -5672,21 +5672,23 @@ EXPORT_SYMBOL vmlinux 0x015af7f4 system_state EXPORT_SYMBOL vmlinux 0x01603009 nvm_end_io EXPORT_SYMBOL vmlinux 0x0160db95 flow_block_cb_setup_simple EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017a5d4d skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent -EXPORT_SYMBOL vmlinux 0x018c692e skb_trim -EXPORT_SYMBOL vmlinux 0x01a5c0de netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x0193a4d4 skb_ext_add EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note EXPORT_SYMBOL vmlinux 0x01bfcae8 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x0207c62b km_state_expired EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc -EXPORT_SYMBOL vmlinux 0x02107e50 compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02252dd8 udp_disconnect EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops -EXPORT_SYMBOL vmlinux 0x022bb3b5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x023211d1 pci_disable_msi EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023855da pci_release_selected_regions EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu EXPORT_SYMBOL vmlinux 0x02433f7f mipi_dsi_device_unregister EXPORT_SYMBOL vmlinux 0x0249b3fd lock_rename @@ -5695,7 +5697,6 @@ EXPORT_SYMBOL vmlinux 0x0256f3a1 bio_add_page EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues -EXPORT_SYMBOL vmlinux 0x0275b3c5 udp_gro_complete EXPORT_SYMBOL vmlinux 0x027c69cd ps2_sendbyte EXPORT_SYMBOL vmlinux 0x027c9aa7 mmc_cqe_recovery EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy @@ -5703,8 +5704,10 @@ EXPORT_SYMBOL vmlinux 0x02b016f6 blk_queue_max_segment_size EXPORT_SYMBOL vmlinux 0x02b8ab42 sg_copy_to_buffer EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes EXPORT_SYMBOL vmlinux 0x02c9a712 security_dentry_create_files_as -EXPORT_SYMBOL vmlinux 0x02d7fcb4 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x02d147e6 __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x02e94fef kernel_accept EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string +EXPORT_SYMBOL vmlinux 0x02f1b0f1 compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x02f2bb5b nd_namespace_blk_validate EXPORT_SYMBOL vmlinux 0x03031bdf key_instantiate_and_link EXPORT_SYMBOL vmlinux 0x0314b263 input_mt_report_pointer_emulation @@ -5712,11 +5715,11 @@ EXPORT_SYMBOL vmlinux 0x031a6aef call_fib_notifiers EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl EXPORT_SYMBOL vmlinux 0x035fb1cd del_gendisk EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0371235b udplite_prot EXPORT_SYMBOL vmlinux 0x037a0cba kfree EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs EXPORT_SYMBOL vmlinux 0x039b2aec phy_set_sym_pause -EXPORT_SYMBOL vmlinux 0x039da030 inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0x03b62848 freeze_bdev EXPORT_SYMBOL vmlinux 0x03dfb44c i2c_transfer_buffer_flags EXPORT_SYMBOL vmlinux 0x03ecf943 vga_con @@ -5730,32 +5733,32 @@ EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x0493f630 __mod_zone_page_state EXPORT_SYMBOL vmlinux 0x04add938 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x04c15824 amd_iommu_device_info EXPORT_SYMBOL vmlinux 0x04c3a0a0 get_task_exe_file EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match -EXPORT_SYMBOL vmlinux 0x050f962f ether_setup EXPORT_SYMBOL vmlinux 0x05145c5a jbd2_journal_try_to_free_buffers EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0x051decda devm_ioport_unmap EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible EXPORT_SYMBOL vmlinux 0x05529218 migrate_page_copy +EXPORT_SYMBOL vmlinux 0x05583725 eth_type_trans EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 -EXPORT_SYMBOL vmlinux 0x056bc61c nf_log_unset +EXPORT_SYMBOL vmlinux 0x05712bdf inet_del_offload EXPORT_SYMBOL vmlinux 0x057309c1 bioset_integrity_create -EXPORT_SYMBOL vmlinux 0x057857f3 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put EXPORT_SYMBOL vmlinux 0x05b64e33 __frontswap_store EXPORT_SYMBOL vmlinux 0x05cad1cf blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x05f72bff get_agp_version EXPORT_SYMBOL vmlinux 0x05ffadc9 should_remove_suid EXPORT_SYMBOL vmlinux 0x06052f8d __memmove EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner EXPORT_SYMBOL vmlinux 0x060d9c7e mpage_readpages EXPORT_SYMBOL vmlinux 0x061651be strcat -EXPORT_SYMBOL vmlinux 0x061a9dd8 inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x062033a1 mod_node_page_state EXPORT_SYMBOL vmlinux 0x062a0a2f mdiobus_register_device EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user @@ -5763,107 +5766,112 @@ EXPORT_SYMBOL vmlinux 0x06371bc3 __mdiobus_register EXPORT_SYMBOL vmlinux 0x063af6ca rproc_of_resm_mem_entry_init EXPORT_SYMBOL vmlinux 0x0646d551 security_path_unlink EXPORT_SYMBOL vmlinux 0x0652cb11 blk_mq_kick_requeue_list -EXPORT_SYMBOL vmlinux 0x0654505c __skb_warn_lro_forwarding EXPORT_SYMBOL vmlinux 0x06547c7e fddi_type_trans +EXPORT_SYMBOL vmlinux 0x068ee9b6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x069b2369 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x069bbc8c cont_write_begin EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06ac3f16 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress -EXPORT_SYMBOL vmlinux 0x06e048fd eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x06e6fd23 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x06eff00f pcim_iomap_table EXPORT_SYMBOL vmlinux 0x0700c37f mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x07182ff8 kernel_connect EXPORT_SYMBOL vmlinux 0x07264935 jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x072e5dc9 module_refcount EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase EXPORT_SYMBOL vmlinux 0x076dc8ba md_done_sync -EXPORT_SYMBOL vmlinux 0x078fed34 pci_write_config_byte EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc2272 sock_alloc_file EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list EXPORT_SYMBOL vmlinux 0x07d716bc jbd2_journal_submit_inode_data_buffers EXPORT_SYMBOL vmlinux 0x07da9f3c jbd2_log_start_commit EXPORT_SYMBOL vmlinux 0x07e6434c init_special_inode -EXPORT_SYMBOL vmlinux 0x07e9f6f9 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x07ebf37f netlink_kernel_release EXPORT_SYMBOL vmlinux 0x07ed4fd2 vfs_setpos EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace EXPORT_SYMBOL vmlinux 0x07ffe7e4 posix_acl_valid EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key -EXPORT_SYMBOL vmlinux 0x08097dca remove_conflicting_pci_framebuffers -EXPORT_SYMBOL vmlinux 0x080b9ad4 audit_log +EXPORT_SYMBOL vmlinux 0x080ea0fa blk_rq_map_sg EXPORT_SYMBOL vmlinux 0x080ebb15 set_binfmt EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses EXPORT_SYMBOL vmlinux 0x08303ac5 x86_match_cpu +EXPORT_SYMBOL vmlinux 0x08355100 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister EXPORT_SYMBOL vmlinux 0x0858aa26 config_item_get EXPORT_SYMBOL vmlinux 0x086541e4 devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0x086d484c dcache_readdir +EXPORT_SYMBOL vmlinux 0x087c7324 brioctl_set EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x08861ba3 sk_stream_wait_memory EXPORT_SYMBOL vmlinux 0x0886395d input_alloc_absinfo -EXPORT_SYMBOL vmlinux 0x08a2807b tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x08b110c3 drop_super +EXPORT_SYMBOL vmlinux 0x08b3e2d6 inet_shutdown +EXPORT_SYMBOL vmlinux 0x08ba1666 netdev_reset_tc EXPORT_SYMBOL vmlinux 0x08ba30eb serio_rescan +EXPORT_SYMBOL vmlinux 0x08c7e1f2 xfrm_user_policy EXPORT_SYMBOL vmlinux 0x08e7b9d8 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x08fab855 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x08fc5cb1 sget EXPORT_SYMBOL vmlinux 0x0917490b wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x0927815b blk_queue_split EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler EXPORT_SYMBOL vmlinux 0x093676f8 elv_rb_add EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x0938ce49 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x093a219c ioremap_nocache EXPORT_SYMBOL vmlinux 0x0944c43f node_states EXPORT_SYMBOL vmlinux 0x095456ad inode_newsize_ok EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc EXPORT_SYMBOL vmlinux 0x09682235 down_timeout EXPORT_SYMBOL vmlinux 0x096b7bee dma_async_device_unregister -EXPORT_SYMBOL vmlinux 0x096f8bf2 dev_get_mac_address EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes -EXPORT_SYMBOL vmlinux 0x0977d4bd xfrm_init_replay EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap EXPORT_SYMBOL vmlinux 0x0990dfac __page_symlink -EXPORT_SYMBOL vmlinux 0x0996a402 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x099a3e15 vfs_symlink EXPORT_SYMBOL vmlinux 0x09b53ae7 make_kuid EXPORT_SYMBOL vmlinux 0x09b8a729 mmc_gpio_set_cd_wake EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e966ba inet_sendpage EXPORT_SYMBOL vmlinux 0x09f0f389 __check_sticky +EXPORT_SYMBOL vmlinux 0x09f12bf2 agp_generic_alloc_user EXPORT_SYMBOL vmlinux 0x09f4a753 configfs_unregister_subsystem EXPORT_SYMBOL vmlinux 0x09f66fa0 truncate_inode_pages EXPORT_SYMBOL vmlinux 0x09f6905a mipi_dsi_dcs_exit_sleep_mode -EXPORT_SYMBOL vmlinux 0x0a03542f ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x0a04b210 fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0x0a087419 __module_put_and_exit EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg -EXPORT_SYMBOL vmlinux 0x0a13842f skb_get_hash_perturb -EXPORT_SYMBOL vmlinux 0x0a159805 __skb_checksum -EXPORT_SYMBOL vmlinux 0x0a1addb9 inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class +EXPORT_SYMBOL vmlinux 0x0a439e4c pci_assign_resource EXPORT_SYMBOL vmlinux 0x0a4cec66 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x0a56eb79 sock_create_kern EXPORT_SYMBOL vmlinux 0x0a6d47c5 posix_test_lock EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a854c03 neigh_table_init EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace -EXPORT_SYMBOL vmlinux 0x0aadc6c4 free_netdev -EXPORT_SYMBOL vmlinux 0x0aaed308 sock_no_recvmsg -EXPORT_SYMBOL vmlinux 0x0ab114f2 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x0ab927db pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0x0abea5b1 d_path EXPORT_SYMBOL vmlinux 0x0ac0fe9c vc_resize +EXPORT_SYMBOL vmlinux 0x0ac6fcda neigh_event_ns EXPORT_SYMBOL vmlinux 0x0ac8d8db phy_ethtool_set_eee -EXPORT_SYMBOL vmlinux 0x0aca43a4 inet_release EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad0ac0b zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x0ad10eb8 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x0ade612a agp_create_memory EXPORT_SYMBOL vmlinux 0x0ae0fd25 blk_mq_run_hw_queues EXPORT_SYMBOL vmlinux 0x0aea6433 vfs_create_mount EXPORT_SYMBOL vmlinux 0x0af20eae down_read_interruptible -EXPORT_SYMBOL vmlinux 0x0afeb8f9 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x0b053cec native_write_cr4 EXPORT_SYMBOL vmlinux 0x0b058f17 reuseport_attach_prog EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user @@ -5871,51 +5879,48 @@ EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0x0b37677c phy_request_interrupt EXPORT_SYMBOL vmlinux 0x0b3bab8c cdev_device_add -EXPORT_SYMBOL vmlinux 0x0b49f23b sk_alloc -EXPORT_SYMBOL vmlinux 0x0b6463e6 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x0b51e8f7 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x0b65e1eb scsi_device_put EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol EXPORT_SYMBOL vmlinux 0x0b7f66d0 dquot_mark_dquot_dirty -EXPORT_SYMBOL vmlinux 0x0b83c6b0 dev_direct_xmit EXPORT_SYMBOL vmlinux 0x0b89ba8d input_unregister_handle -EXPORT_SYMBOL vmlinux 0x0b89e15f skb_ext_add EXPORT_SYMBOL vmlinux 0x0b93dbde reuseport_detach_sock EXPORT_SYMBOL vmlinux 0x0b9de832 mmc_run_bkops EXPORT_SYMBOL vmlinux 0x0ba0a008 key_link EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type EXPORT_SYMBOL vmlinux 0x0be18e88 devm_clk_release_clkdev -EXPORT_SYMBOL vmlinux 0x0c03ab9c ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame -EXPORT_SYMBOL vmlinux 0x0c11be88 sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq -EXPORT_SYMBOL vmlinux 0x0c2c1e83 pci_remove_bus EXPORT_SYMBOL vmlinux 0x0c2df894 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x0c6184f7 agp_find_bridge EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode EXPORT_SYMBOL vmlinux 0x0c8400d8 path_get EXPORT_SYMBOL vmlinux 0x0c9739d7 vfs_link EXPORT_SYMBOL vmlinux 0x0c9e48ac scsi_print_sense -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0x0ca8c730 netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0cbdbb34 __mod_node_page_state EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccf8ece inet_frag_kill EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0cf19f40 jbd2_journal_update_sb_errno EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d167d05 xfrm_input EXPORT_SYMBOL vmlinux 0x0d20c7c9 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x0d241452 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x0d2c8543 devm_of_iomap EXPORT_SYMBOL vmlinux 0x0d2ec1a6 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x0d4083a1 pci_scan_slot EXPORT_SYMBOL vmlinux 0x0d4239bf d_obtain_root EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset EXPORT_SYMBOL vmlinux 0x0da516c7 pagecache_isize_extended -EXPORT_SYMBOL vmlinux 0x0dd36d95 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x0ddbe8bc mmc_retune_unpause EXPORT_SYMBOL vmlinux 0x0ddf12ee qdisc_hash_del EXPORT_SYMBOL vmlinux 0x0de88f26 put_ipc_ns EXPORT_SYMBOL vmlinux 0x0e05371d _copy_from_iter_full_nocache -EXPORT_SYMBOL vmlinux 0x0e0bc3ce pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node EXPORT_SYMBOL vmlinux 0x0e23f4d3 param_ops_ulong @@ -5926,11 +5931,9 @@ EXPORT_SYMBOL vmlinux 0x0e582fa0 misc_register EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor EXPORT_SYMBOL vmlinux 0x0e85579e dev_pm_opp_unregister_notifier EXPORT_SYMBOL vmlinux 0x0e97a301 i2c_smbus_read_block_data -EXPORT_SYMBOL vmlinux 0x0eaf0e80 pci_get_class EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free EXPORT_SYMBOL vmlinux 0x0ec7e781 kthread_bind -EXPORT_SYMBOL vmlinux 0x0ecb614c netdev_adjacent_change_prepare -EXPORT_SYMBOL vmlinux 0x0eeb28f8 brioctl_set +EXPORT_SYMBOL vmlinux 0x0ee6c43a inet_sk_set_state EXPORT_SYMBOL vmlinux 0x0eec6130 devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x0eecac29 blk_queue_io_min EXPORT_SYMBOL vmlinux 0x0f0229cc d_find_alias @@ -5942,7 +5945,8 @@ EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero EXPORT_SYMBOL vmlinux 0x0f8326f8 __remove_inode_hash EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn EXPORT_SYMBOL vmlinux 0x0f8763e1 fifo_create_dflt -EXPORT_SYMBOL vmlinux 0x0f8b224b __scm_destroy +EXPORT_SYMBOL vmlinux 0x0f88cb57 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x0f930cbc dev_get_flags EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack EXPORT_SYMBOL vmlinux 0x0fac9e23 qdisc_class_hash_grow EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule @@ -5957,49 +5961,44 @@ EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat EXPORT_SYMBOL vmlinux 0x101d40fc kmem_cache_destroy EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region EXPORT_SYMBOL vmlinux 0x103f0fcf blk_mq_init_queue -EXPORT_SYMBOL vmlinux 0x103f2a19 sk_wait_data EXPORT_SYMBOL vmlinux 0x10596454 keyring_alloc EXPORT_SYMBOL vmlinux 0x105dcd5b dev_pm_opp_register_notifier EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x106c07b7 __phy_read_mmd EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user -EXPORT_SYMBOL vmlinux 0x1072cfd6 dev_get_by_index_rcu -EXPORT_SYMBOL vmlinux 0x10777dad nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd -EXPORT_SYMBOL vmlinux 0x109cc66c rtnl_link_get_net EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x10c4a582 kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x10cc81fa hdmi_infoframe_log EXPORT_SYMBOL vmlinux 0x10cd9bb9 tcf_idr_search EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find -EXPORT_SYMBOL vmlinux 0x10e414d9 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x10e59dc7 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x10ec6a13 jbd2_journal_get_write_access EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype EXPORT_SYMBOL vmlinux 0x111778f3 set_bh_page -EXPORT_SYMBOL vmlinux 0x112b917a compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1126cb2d alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x115f55bf tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn -EXPORT_SYMBOL vmlinux 0x116c8d71 consume_skb EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init -EXPORT_SYMBOL vmlinux 0x11715ef2 pcim_set_mwi EXPORT_SYMBOL vmlinux 0x11743ddb simple_unlink -EXPORT_SYMBOL vmlinux 0x1175d8c7 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x117b7065 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x11ab3371 mdiobus_unregister_device -EXPORT_SYMBOL vmlinux 0x11b45508 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x11b84215 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x11c91820 ps2_begin_command -EXPORT_SYMBOL vmlinux 0x11c9eab9 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg EXPORT_SYMBOL vmlinux 0x11e1f1da unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x11ea9f9a inet6_bind EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin EXPORT_SYMBOL vmlinux 0x12074fae dm_kcopyd_zero EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier EXPORT_SYMBOL vmlinux 0x122f7384 blk_queue_make_request -EXPORT_SYMBOL vmlinux 0x124ed087 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x12729d82 unregister_quota_format EXPORT_SYMBOL vmlinux 0x12843c92 security_task_getsecid EXPORT_SYMBOL vmlinux 0x129234b7 __cleancache_init_shared_fs EXPORT_SYMBOL vmlinux 0x129986d6 mmc_command_done +EXPORT_SYMBOL vmlinux 0x129f34c2 xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range EXPORT_SYMBOL vmlinux 0x12ac064b configfs_undepend_item EXPORT_SYMBOL vmlinux 0x12b00ebe security_binder_transfer_file @@ -6018,40 +6017,44 @@ EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge EXPORT_SYMBOL vmlinux 0x134ce9ff ex_handler_clear_fs -EXPORT_SYMBOL vmlinux 0x135b097d vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x13509314 kernel_listen +EXPORT_SYMBOL vmlinux 0x135e767a tcp_make_synack EXPORT_SYMBOL vmlinux 0x13644437 show_init_ipc_ns -EXPORT_SYMBOL vmlinux 0x1370f9b2 pci_setup_cardbus -EXPORT_SYMBOL vmlinux 0x137ee684 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x136c5661 dev_direct_xmit EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package EXPORT_SYMBOL vmlinux 0x139cee21 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc EXPORT_SYMBOL vmlinux 0x13a84f40 alloc_pages_vma -EXPORT_SYMBOL vmlinux 0x13ac321a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x13a9cf94 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x13aa4dda udp6_seq_ops EXPORT_SYMBOL vmlinux 0x13b9ee73 mmc_set_data_timeout -EXPORT_SYMBOL vmlinux 0x13bfee6e __skb_recv_udp EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out EXPORT_SYMBOL vmlinux 0x13d135d6 blkdev_get EXPORT_SYMBOL vmlinux 0x13d6f0e5 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x13e19ed0 agp_put_bridge EXPORT_SYMBOL vmlinux 0x13f1d4c9 vfs_ioctl EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x142a4b37 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x142b8938 pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x14481f67 fs_context_for_reconfigure -EXPORT_SYMBOL vmlinux 0x1458c13c tc_setup_cb_reoffload -EXPORT_SYMBOL vmlinux 0x145f00f6 netdev_update_features EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table EXPORT_SYMBOL vmlinux 0x147210b6 vfs_iter_write EXPORT_SYMBOL vmlinux 0x1481bfce kset_register EXPORT_SYMBOL vmlinux 0x148bfd7a security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x148d9282 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init EXPORT_SYMBOL vmlinux 0x14c06514 ethtool_rx_flow_rule_create -EXPORT_SYMBOL vmlinux 0x14c29a91 inet_protos EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled EXPORT_SYMBOL vmlinux 0x14d53829 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x14db90f4 netdev_alert EXPORT_SYMBOL vmlinux 0x14e4fa4d vfs_iter_read EXPORT_SYMBOL vmlinux 0x14e75afd block_write_begin EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x1502d68b xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo +EXPORT_SYMBOL vmlinux 0x150cd5c1 inet_sendmsg EXPORT_SYMBOL vmlinux 0x150e3657 _raw_read_lock_bh EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight @@ -6062,16 +6065,15 @@ EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x154ddd55 md_check_recovery EXPORT_SYMBOL vmlinux 0x155e27ae scsi_track_queue_full EXPORT_SYMBOL vmlinux 0x15665f25 locks_copy_conflock -EXPORT_SYMBOL vmlinux 0x157b48ca skb_queue_purge EXPORT_SYMBOL vmlinux 0x157c56dc ptp_clock_unregister EXPORT_SYMBOL vmlinux 0x157f6883 dm_get_device EXPORT_SYMBOL vmlinux 0x158c5006 open_exec +EXPORT_SYMBOL vmlinux 0x15905708 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x15b11a2a blk_register_region EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init -EXPORT_SYMBOL vmlinux 0x15da8e5b ip_mc_join_group EXPORT_SYMBOL vmlinux 0x15e3d03d cros_ec_prepare_tx EXPORT_SYMBOL vmlinux 0x1600102b iov_iter_alignment EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled @@ -6081,58 +6083,60 @@ EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize EXPORT_SYMBOL vmlinux 0x16391665 jbd2_journal_init_jbd_inode EXPORT_SYMBOL vmlinux 0x163e0b89 fixed_size_llseek -EXPORT_SYMBOL vmlinux 0x1645c636 km_state_expired EXPORT_SYMBOL vmlinux 0x165b145c ex_handler_refcount -EXPORT_SYMBOL vmlinux 0x16697637 __alloc_skb EXPORT_SYMBOL vmlinux 0x167874d5 key_alloc EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x16816351 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x1687982e dst_alloc +EXPORT_SYMBOL vmlinux 0x16916609 tso_count_descs EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string -EXPORT_SYMBOL vmlinux 0x169fb1ad xfrm6_rcv_spi -EXPORT_SYMBOL vmlinux 0x16a3aea8 fqdir_exit +EXPORT_SYMBOL vmlinux 0x169b2920 inet6_del_protocol EXPORT_SYMBOL vmlinux 0x16b1b62e dm_io EXPORT_SYMBOL vmlinux 0x16c2a575 __f_setown EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table EXPORT_SYMBOL vmlinux 0x16d28af5 f_setown -EXPORT_SYMBOL vmlinux 0x16d7c87c udp_seq_next EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait EXPORT_SYMBOL vmlinux 0x16fd78dc follow_up EXPORT_SYMBOL vmlinux 0x1705554b genphy_loopback +EXPORT_SYMBOL vmlinux 0x170595d6 sock_cmsg_send EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler EXPORT_SYMBOL vmlinux 0x170ec330 update_region EXPORT_SYMBOL vmlinux 0x1719694c input_set_timestamp EXPORT_SYMBOL vmlinux 0x171d4c8c seq_put_decimal_ull EXPORT_SYMBOL vmlinux 0x171fdac7 send_sig -EXPORT_SYMBOL vmlinux 0x1724d499 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock EXPORT_SYMBOL vmlinux 0x176017de max8998_write_reg EXPORT_SYMBOL vmlinux 0x1765ea1f __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x17771674 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x178264cc skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x17965705 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0x179b4a79 flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0x17a8cfd8 update_devfreq EXPORT_SYMBOL vmlinux 0x17ae35aa pci_ep_cfs_remove_epf_group EXPORT_SYMBOL vmlinux 0x17aef2ba dev_uc_sync EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event EXPORT_SYMBOL vmlinux 0x17d7123c blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x17d90e86 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0x17df7170 twl6040_reg_read EXPORT_SYMBOL vmlinux 0x17e87c4f ethtool_op_get_ts_info EXPORT_SYMBOL vmlinux 0x17eb42d1 phy_register_fixup_for_uid EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip -EXPORT_SYMBOL vmlinux 0x17fd770e kernel_recvmsg EXPORT_SYMBOL vmlinux 0x181b8e9a ps2_init EXPORT_SYMBOL vmlinux 0x18337050 do_splice_direct EXPORT_SYMBOL vmlinux 0x18480330 migrate_vma_setup EXPORT_SYMBOL vmlinux 0x185cbdfb bioset_init_from_src EXPORT_SYMBOL vmlinux 0x1870a103 input_register_handle EXPORT_SYMBOL vmlinux 0x187a4ecd __tracepoint_read_msr -EXPORT_SYMBOL vmlinux 0x187abc97 dev_set_mtu EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ad321 ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18935eaa ip_defrag EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe EXPORT_SYMBOL vmlinux 0x18bac18c jbd2_journal_revoke EXPORT_SYMBOL vmlinux 0x18cd55ea scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start -EXPORT_SYMBOL vmlinux 0x1900164e xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x190b4842 __kernel_write EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x19242e38 efi @@ -6143,33 +6147,37 @@ EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create EXPORT_SYMBOL vmlinux 0x19567d06 vfio_info_cap_shift EXPORT_SYMBOL vmlinux 0x195da4b0 input_set_poll_interval EXPORT_SYMBOL vmlinux 0x196f2cb7 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x196ffb5e xfrm_register_type EXPORT_SYMBOL vmlinux 0x197570e4 nvm_unregister_tgt_type EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt EXPORT_SYMBOL vmlinux 0x1996b68c dquot_get_next_id EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp -EXPORT_SYMBOL vmlinux 0x19aa7f9c netif_receive_skb -EXPORT_SYMBOL vmlinux 0x19aad42c scm_fp_dup +EXPORT_SYMBOL vmlinux 0x19a9fc08 netdev_err EXPORT_SYMBOL vmlinux 0x19abbe24 alloc_xenballooned_pages EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec EXPORT_SYMBOL vmlinux 0x19c254b2 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x19c6997f dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x19d29b21 genphy_soft_reset EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e0490e tso_build_data EXPORT_SYMBOL vmlinux 0x19e0e639 dcache_dir_open EXPORT_SYMBOL vmlinux 0x19edfe6b ilookup EXPORT_SYMBOL vmlinux 0x19ee9fcf page_symlink_inode_operations -EXPORT_SYMBOL vmlinux 0x19f93a2a tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x19f75579 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x19faa775 mipi_dsi_dcs_get_display_brightness -EXPORT_SYMBOL vmlinux 0x19fc4b43 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x1a076ba5 netlink_capable -EXPORT_SYMBOL vmlinux 0x1a0a30e3 dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x1a17db65 devm_clk_get EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx -EXPORT_SYMBOL vmlinux 0x1a20c3c6 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x1a2dc232 poll_freewait EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a6e996e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x1a709e55 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x1a7255f2 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode EXPORT_SYMBOL vmlinux 0x1a87f290 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x1a8bdfd6 sock_from_file EXPORT_SYMBOL vmlinux 0x1a8cddfa vga_switcheroo_fini_domain_pm_ops EXPORT_SYMBOL vmlinux 0x1a8d8693 devm_extcon_register_notifier EXPORT_SYMBOL vmlinux 0x1a96859b try_to_writeback_inodes_sb @@ -6177,20 +6185,17 @@ EXPORT_SYMBOL vmlinux 0x1a987768 copy_page_from_iter EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state EXPORT_SYMBOL vmlinux 0x1ab3d386 vlan_dev_vlan_proto EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn -EXPORT_SYMBOL vmlinux 0x1afd8d55 mroute6_is_socket EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist EXPORT_SYMBOL vmlinux 0x1b12e88f mmc_can_discard EXPORT_SYMBOL vmlinux 0x1b1e0d0a input_open_device -EXPORT_SYMBOL vmlinux 0x1b35fe7d sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x1b44c663 current_task EXPORT_SYMBOL vmlinux 0x1b5082ed scsi_device_get EXPORT_SYMBOL vmlinux 0x1b51a412 setup_new_exec EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device -EXPORT_SYMBOL vmlinux 0x1b7b97c9 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip -EXPORT_SYMBOL vmlinux 0x1b8edee6 ipv4_specific +EXPORT_SYMBOL vmlinux 0x1b90960a netdev_update_features EXPORT_SYMBOL vmlinux 0x1b9dbc48 security_inode_init_security EXPORT_SYMBOL vmlinux 0x1ba3e37d input_mt_drop_unused EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node @@ -6201,28 +6206,27 @@ EXPORT_SYMBOL vmlinux 0x1bd28066 dev_uc_add_excl EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent EXPORT_SYMBOL vmlinux 0x1be7b026 register_gifconf EXPORT_SYMBOL vmlinux 0x1bf6b2df kmem_cache_create_usercopy -EXPORT_SYMBOL vmlinux 0x1c0baafe agp_generic_enable EXPORT_SYMBOL vmlinux 0x1c150940 dma_find_channel EXPORT_SYMBOL vmlinux 0x1c1b9f8e _raw_write_unlock_irqrestore EXPORT_SYMBOL vmlinux 0x1c248eb7 scsi_rescan_device -EXPORT_SYMBOL vmlinux 0x1c28c2db udp_prot EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat -EXPORT_SYMBOL vmlinux 0x1c39719f pcie_set_mps +EXPORT_SYMBOL vmlinux 0x1c39bc87 pci_bus_find_capability EXPORT_SYMBOL vmlinux 0x1c3f6a95 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x1c425cc3 tcp_connect EXPORT_SYMBOL vmlinux 0x1c47b4fc devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0x1c4f02fd to_nd_btt -EXPORT_SYMBOL vmlinux 0x1c519f40 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler EXPORT_SYMBOL vmlinux 0x1c63344f vm_mmap +EXPORT_SYMBOL vmlinux 0x1c6881c0 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x1c717f6b pci_set_power_state +EXPORT_SYMBOL vmlinux 0x1c759dbc nf_log_register EXPORT_SYMBOL vmlinux 0x1c82ce7a iov_iter_bvec -EXPORT_SYMBOL vmlinux 0x1c836eca pci_enable_ptm EXPORT_SYMBOL vmlinux 0x1c8e6fb3 kmem_cache_alloc_node_trace -EXPORT_SYMBOL vmlinux 0x1c939c71 tcp_add_backlog EXPORT_SYMBOL vmlinux 0x1c9c43f2 da903x_query_status EXPORT_SYMBOL vmlinux 0x1c9ef747 blk_pm_runtime_init EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cb690b5 genphy_write_mmd_unsupported -EXPORT_SYMBOL vmlinux 0x1cdfc222 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1cdac536 amd_iommu_pc_get_reg EXPORT_SYMBOL vmlinux 0x1ce10ebf fb_get_mode EXPORT_SYMBOL vmlinux 0x1cf29da0 hmm_range_fault EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul @@ -6232,12 +6236,11 @@ EXPORT_SYMBOL vmlinux 0x1d1adff8 fb_set_suspend EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each -EXPORT_SYMBOL vmlinux 0x1d41b1fd eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x1d4347f4 fb_show_logo -EXPORT_SYMBOL vmlinux 0x1d65a3b1 xfrm_state_walk_done -EXPORT_SYMBOL vmlinux 0x1d660300 __icmp_send EXPORT_SYMBOL vmlinux 0x1d7a0dce acpi_device_hid +EXPORT_SYMBOL vmlinux 0x1d7d655e tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x1d833148 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x1d8db9c0 skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0x1da3bf11 simple_pin_fs EXPORT_SYMBOL vmlinux 0x1daa65e9 blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0x1db3617c d_add @@ -6246,24 +6249,21 @@ EXPORT_SYMBOL vmlinux 0x1dca6c99 md_set_array_sectors EXPORT_SYMBOL vmlinux 0x1dcbd687 __pte2cachemode_tbl EXPORT_SYMBOL vmlinux 0x1dce1a6d sg_miter_skip EXPORT_SYMBOL vmlinux 0x1dd20070 genphy_read_status -EXPORT_SYMBOL vmlinux 0x1dd55a38 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap -EXPORT_SYMBOL vmlinux 0x1de7c3f1 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x1de33f3c tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0x1df1a4e6 mmc_erase -EXPORT_SYMBOL vmlinux 0x1df6f2dc agp_generic_alloc_by_type EXPORT_SYMBOL vmlinux 0x1dffb939 phy_ethtool_set_link_ksettings -EXPORT_SYMBOL vmlinux 0x1e03ed72 neigh_table_clear -EXPORT_SYMBOL vmlinux 0x1e09fad2 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data -EXPORT_SYMBOL vmlinux 0x1e1635c9 rtnl_notify EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 EXPORT_SYMBOL vmlinux 0x1e36fb29 tty_check_change EXPORT_SYMBOL vmlinux 0x1e3e08c9 path_nosuid -EXPORT_SYMBOL vmlinux 0x1e4a0f8f ip6tun_encaps EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x1e6b7825 amd_iommu_get_v2_domain EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e88e6e8 skb_trim EXPORT_SYMBOL vmlinux 0x1e93baf9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x1e9568d1 ip6_xmit EXPORT_SYMBOL vmlinux 0x1e99b207 param_get_long EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref @@ -6274,16 +6274,16 @@ EXPORT_SYMBOL vmlinux 0x1ed7ecc8 max8998_bulk_write EXPORT_SYMBOL vmlinux 0x1ed8b599 __x86_indirect_thunk_r8 EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked -EXPORT_SYMBOL vmlinux 0x1ef7541a compat_sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x1f092a68 lock_two_nondirectories EXPORT_SYMBOL vmlinux 0x1f0956cf vfs_mkobj EXPORT_SYMBOL vmlinux 0x1f17dbe6 kthread_create_worker -EXPORT_SYMBOL vmlinux 0x1f72d11c pcim_pin_device +EXPORT_SYMBOL vmlinux 0x1f6353b0 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1f65c72b pci_map_biosrom EXPORT_SYMBOL vmlinux 0x1f74db74 fs_parse EXPORT_SYMBOL vmlinux 0x1f7bf340 scsi_get_device_flags_keyed EXPORT_SYMBOL vmlinux 0x1f837d4e mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x1f8e773e inet_accept EXPORT_SYMBOL vmlinux 0x1f9d4c52 address_space_init_once -EXPORT_SYMBOL vmlinux 0x1fa62540 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x1fb699a7 security_inode_getsecctx EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio EXPORT_SYMBOL vmlinux 0x1fc0cc7c intel_gtt_insert_sg_entries @@ -6293,126 +6293,113 @@ EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag EXPORT_SYMBOL vmlinux 0x1fd1fa89 config_group_init EXPORT_SYMBOL vmlinux 0x1fd677f5 __break_lease EXPORT_SYMBOL vmlinux 0x1fd77467 netlink_ack +EXPORT_SYMBOL vmlinux 0x1fe14c59 __skb_pad EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag EXPORT_SYMBOL vmlinux 0x1febfa79 framebuffer_alloc EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul EXPORT_SYMBOL vmlinux 0x20056da5 mmc_sw_reset EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any -EXPORT_SYMBOL vmlinux 0x20167537 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x201c228b secpath_set EXPORT_SYMBOL vmlinux 0x201e2f08 dm_put_device EXPORT_SYMBOL vmlinux 0x203291c5 cros_ec_cmd_xfer EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list EXPORT_SYMBOL vmlinux 0x2058034f __put_cred EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq -EXPORT_SYMBOL vmlinux 0x20805554 ip_setsockopt EXPORT_SYMBOL vmlinux 0x2082d723 _dev_crit EXPORT_SYMBOL vmlinux 0x20a1b519 acpi_resource_to_address64 EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu EXPORT_SYMBOL vmlinux 0x20ca4e7b d_instantiate_anon EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init -EXPORT_SYMBOL vmlinux 0x20cc1afb netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x20d11a86 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode -EXPORT_SYMBOL vmlinux 0x20dce6d2 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum -EXPORT_SYMBOL vmlinux 0x20f04c1e tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x20f7d546 inet6_del_offload EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize EXPORT_SYMBOL vmlinux 0x211130c1 alloc_cpumask_var EXPORT_SYMBOL vmlinux 0x21194efa register_shrinker EXPORT_SYMBOL vmlinux 0x211dc8ec block_write_full_page EXPORT_SYMBOL vmlinux 0x2123c7ac __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x2138e49b inet_dgram_connect EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x21482d70 amd_iommu_domain_enable_v2 -EXPORT_SYMBOL vmlinux 0x214ba0ba agp_alloc_page_array EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init EXPORT_SYMBOL vmlinux 0x216943ac d_obtain_alias EXPORT_SYMBOL vmlinux 0x216a2d55 try_to_release_page EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event -EXPORT_SYMBOL vmlinux 0x2183717e neigh_update -EXPORT_SYMBOL vmlinux 0x218b482e tcp_read_sock EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset -EXPORT_SYMBOL vmlinux 0x21bb26b2 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x21b08ff7 __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0x21bc5018 mmc_retune_pause EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21c0d347 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x21c15432 sock_rfree EXPORT_SYMBOL vmlinux 0x21c5eef5 blk_mq_free_tag_set -EXPORT_SYMBOL vmlinux 0x21d43104 skb_put +EXPORT_SYMBOL vmlinux 0x21cdf310 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x21e04bdd phy_free_interrupt EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow EXPORT_SYMBOL vmlinux 0x21e71fa3 mdiobus_read_nested -EXPORT_SYMBOL vmlinux 0x21fae7f1 udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x222035bf proc_set_user EXPORT_SYMBOL vmlinux 0x2220d972 d_hash_and_lookup EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list -EXPORT_SYMBOL vmlinux 0x223b6d58 netdev_master_upper_dev_link -EXPORT_SYMBOL vmlinux 0x224629d4 sock_no_getname EXPORT_SYMBOL vmlinux 0x225a3fd7 dmaenginem_async_device_register EXPORT_SYMBOL vmlinux 0x226095c8 peernet2id EXPORT_SYMBOL vmlinux 0x226b9f31 get_tree_single -EXPORT_SYMBOL vmlinux 0x226d7352 iptun_encaps EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint EXPORT_SYMBOL vmlinux 0x227b1718 tboot +EXPORT_SYMBOL vmlinux 0x2295efdc sockfd_lookup EXPORT_SYMBOL vmlinux 0x22a99807 fscrypt_inherit_context -EXPORT_SYMBOL vmlinux 0x22aa693a __udp_disconnect EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound EXPORT_SYMBOL vmlinux 0x22b70403 pnp_release_card_device -EXPORT_SYMBOL vmlinux 0x22b98efe netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0x22ca9757 migrate_page EXPORT_SYMBOL vmlinux 0x22d5b8cb tty_vhangup EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22f50319 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x22fc71cd seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x231a6e52 crypto_sha256_update -EXPORT_SYMBOL vmlinux 0x23518ab1 netif_rx -EXPORT_SYMBOL vmlinux 0x23624dcd ndisc_mc_map EXPORT_SYMBOL vmlinux 0x2364da19 key_validate +EXPORT_SYMBOL vmlinux 0x2368d6db nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0x236b4ae8 bio_integrity_trim EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short EXPORT_SYMBOL vmlinux 0x23922434 vlan_vid_add -EXPORT_SYMBOL vmlinux 0x239520f7 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x23948de8 memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x23ab3a4a t10_pi_type1_crc EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d246fa pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x23d3d31d set_pages_uc EXPORT_SYMBOL vmlinux 0x23d4d0cc nobh_write_end EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet EXPORT_SYMBOL vmlinux 0x23dad915 dquot_destroy +EXPORT_SYMBOL vmlinux 0x23dbb8a4 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x23de47c2 pci_release_regions EXPORT_SYMBOL vmlinux 0x23e13002 scsicam_bios_param EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node EXPORT_SYMBOL vmlinux 0x23fe7f3b i2c_verify_client -EXPORT_SYMBOL vmlinux 0x240a49d2 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page -EXPORT_SYMBOL vmlinux 0x2427008c inet_addr_type -EXPORT_SYMBOL vmlinux 0x242ff9c3 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x244064e4 alloc_fddidev -EXPORT_SYMBOL vmlinux 0x2440d97f tcp_sendpage EXPORT_SYMBOL vmlinux 0x244141fd pagecache_write_end EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user EXPORT_SYMBOL vmlinux 0x2447633d input_inject_event EXPORT_SYMBOL vmlinux 0x2448f3ea mipi_dsi_dcs_set_tear_on EXPORT_SYMBOL vmlinux 0x24542289 ilookup5_nowait EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline -EXPORT_SYMBOL vmlinux 0x24694125 __pci_register_driver EXPORT_SYMBOL vmlinux 0x246feee9 set_security_override_from_ctx EXPORT_SYMBOL vmlinux 0x2471f040 blk_integrity_merge_rq EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0x248b8c7f locks_delete_block +EXPORT_SYMBOL vmlinux 0x24984367 netif_device_detach EXPORT_SYMBOL vmlinux 0x24a2a4ca pm8606_osc_disable -EXPORT_SYMBOL vmlinux 0x24a43503 agp_generic_type_to_mask_type -EXPORT_SYMBOL vmlinux 0x24ac6fe1 tcp_release_cb EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer -EXPORT_SYMBOL vmlinux 0x24e292d5 inet_gro_complete +EXPORT_SYMBOL vmlinux 0x24db33c9 pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0x2501a2a1 tty_lock -EXPORT_SYMBOL vmlinux 0x25169174 eth_header_cache EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register -EXPORT_SYMBOL vmlinux 0x25279ce5 sock_setsockopt EXPORT_SYMBOL vmlinux 0x25293e83 security_sb_set_mnt_opts -EXPORT_SYMBOL vmlinux 0x252fb348 pci_enable_device_mem -EXPORT_SYMBOL vmlinux 0x2539d879 neigh_sysctl_unregister -EXPORT_SYMBOL vmlinux 0x254077c7 mr_mfc_find_any -EXPORT_SYMBOL vmlinux 0x25527787 vga_client_register +EXPORT_SYMBOL vmlinux 0x2540d2af sock_alloc EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string EXPORT_SYMBOL vmlinux 0x2578b1b4 security_socket_socketpair EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid @@ -6420,25 +6407,26 @@ EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation EXPORT_SYMBOL vmlinux 0x259b5d4a kthread_create_worker_on_cpu EXPORT_SYMBOL vmlinux 0x259f5ece path_has_submounts +EXPORT_SYMBOL vmlinux 0x25a6d303 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0x25ad5fb3 jbd2_journal_inode_ranged_wait -EXPORT_SYMBOL vmlinux 0x25b08bfc __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x25b39fac acpi_processor_notify_smm EXPORT_SYMBOL vmlinux 0x25c0f726 mipi_dsi_driver_register_full EXPORT_SYMBOL vmlinux 0x25cf7ed6 blk_sync_queue -EXPORT_SYMBOL vmlinux 0x25d67c8c audit_log_start EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25dfbabe agp_collect_device_status EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free EXPORT_SYMBOL vmlinux 0x2604b71f ab3100_event_unregister EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table -EXPORT_SYMBOL vmlinux 0x2614e36c udp6_set_csum -EXPORT_SYMBOL vmlinux 0x262a1807 sock_no_listen +EXPORT_SYMBOL vmlinux 0x2614ea8f proto_unregister EXPORT_SYMBOL vmlinux 0x262e823a wait_for_completion_interruptible EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions EXPORT_SYMBOL vmlinux 0x263c3152 bcmp EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc EXPORT_SYMBOL vmlinux 0x263ed23b __x86_indirect_thunk_r12 -EXPORT_SYMBOL vmlinux 0x2644da64 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x26419f10 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x2644500e pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x2653a41f md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x265ec62c ip_generic_getfrag EXPORT_SYMBOL vmlinux 0x2665db8c posix_acl_to_xattr EXPORT_SYMBOL vmlinux 0x267d525d pmem_should_map_pages EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc @@ -6447,23 +6435,26 @@ EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string EXPORT_SYMBOL vmlinux 0x269ca168 devm_memunmap EXPORT_SYMBOL vmlinux 0x26a3f104 scsi_host_put EXPORT_SYMBOL vmlinux 0x26a79f30 seq_release_private -EXPORT_SYMBOL vmlinux 0x26c5648d pci_get_subsys +EXPORT_SYMBOL vmlinux 0x26bcd107 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x26cfde2f xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x26d13995 pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0x26d24cb8 vm_event_states EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26f4bcc6 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be EXPORT_SYMBOL vmlinux 0x26fcb1e6 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x26fee031 pci_find_capability EXPORT_SYMBOL vmlinux 0x27158e39 phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0x271c8415 tty_port_tty_set EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated EXPORT_SYMBOL vmlinux 0x272c5bf2 blk_mq_unique_tag EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273fc405 skb_vlan_push EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp -EXPORT_SYMBOL vmlinux 0x274b1e1c inet_stream_connect +EXPORT_SYMBOL vmlinux 0x274a51ae pci_write_config_byte EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command -EXPORT_SYMBOL vmlinux 0x276940fc pci_clear_master -EXPORT_SYMBOL vmlinux 0x27729db4 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string EXPORT_SYMBOL vmlinux 0x277bf201 dma_virt_ops EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete @@ -6472,91 +6463,95 @@ EXPORT_SYMBOL vmlinux 0x27864d57 memparse EXPORT_SYMBOL vmlinux 0x278cb32d phy_driver_register EXPORT_SYMBOL vmlinux 0x27948359 blk_set_runtime_active EXPORT_SYMBOL vmlinux 0x279b2a59 bdi_register_owner -EXPORT_SYMBOL vmlinux 0x279fd43d __kfree_skb EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync EXPORT_SYMBOL vmlinux 0x27bec02e param_set_bint EXPORT_SYMBOL vmlinux 0x27c3c7a0 ptp_clock_index EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d2a320 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x27eb7e95 inode_init_always EXPORT_SYMBOL vmlinux 0x27f3ea5b sched_autogroup_detach EXPORT_SYMBOL vmlinux 0x27f6b88d __blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0x28096f29 devm_nvmem_unregister EXPORT_SYMBOL vmlinux 0x28098978 inode_init_once -EXPORT_SYMBOL vmlinux 0x28173d43 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x280fb868 pci_msi_vec_count EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek EXPORT_SYMBOL vmlinux 0x282ca72f xsk_umem_consume_tx_done EXPORT_SYMBOL vmlinux 0x2830fb89 wireless_spy_update EXPORT_SYMBOL vmlinux 0x283440fd write_one_page +EXPORT_SYMBOL vmlinux 0x2834c495 xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x28372201 unregister_md_personality EXPORT_SYMBOL vmlinux 0x283b0898 dup_iter EXPORT_SYMBOL vmlinux 0x283e8d3a dquot_commit +EXPORT_SYMBOL vmlinux 0x28610e35 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0x28754c37 iov_iter_get_pages EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287a857b lock_page_memcg EXPORT_SYMBOL vmlinux 0x287ddab8 vfio_unpin_pages +EXPORT_SYMBOL vmlinux 0x28918b6c pci_claim_resource EXPORT_SYMBOL vmlinux 0x289dd663 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x28d86c26 xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0x28dc90fd clean_bdev_aliases EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available EXPORT_SYMBOL vmlinux 0x28eacd1f tcf_action_exec -EXPORT_SYMBOL vmlinux 0x2901eed3 pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0x2923b186 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x29361773 complete -EXPORT_SYMBOL vmlinux 0x2938f2b6 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x29367ba4 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x2949fc6d dev_remove_pack EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu -EXPORT_SYMBOL vmlinux 0x294f8569 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x295dac56 kill_litter_super +EXPORT_SYMBOL vmlinux 0x29603e89 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x296cb509 __xa_insert EXPORT_SYMBOL vmlinux 0x2973ef80 uart_add_one_port -EXPORT_SYMBOL vmlinux 0x29a5884f tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type EXPORT_SYMBOL vmlinux 0x29adf283 rproc_boot -EXPORT_SYMBOL vmlinux 0x29b4f959 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x29cc396e tcp_read_sock EXPORT_SYMBOL vmlinux 0x29d3625b iov_iter_advance +EXPORT_SYMBOL vmlinux 0x29d9fb5a __udp_disconnect +EXPORT_SYMBOL vmlinux 0x29dcfb3a pci_irq_get_node EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29f4e941 rtnl_configure_link EXPORT_SYMBOL vmlinux 0x29fabebc deactivate_super -EXPORT_SYMBOL vmlinux 0x2a040891 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x29fb8c63 mroute6_is_socket EXPORT_SYMBOL vmlinux 0x2a0d45f6 vme_register_error_handler -EXPORT_SYMBOL vmlinux 0x2a1478fc eth_mac_addr -EXPORT_SYMBOL vmlinux 0x2a19c231 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x2a1ad58e request_key_with_auxdata -EXPORT_SYMBOL vmlinux 0x2a23f468 skb_split EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature EXPORT_SYMBOL vmlinux 0x2a3cad81 bio_init -EXPORT_SYMBOL vmlinux 0x2a6612fe xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x2a40c3fa netdev_set_num_tc EXPORT_SYMBOL vmlinux 0x2a7460ef dquot_quota_off -EXPORT_SYMBOL vmlinux 0x2a8549b0 pci_map_biosrom EXPORT_SYMBOL vmlinux 0x2a907ae8 user_path_at_empty EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize EXPORT_SYMBOL vmlinux 0x2aa8adc0 scsi_host_busy -EXPORT_SYMBOL vmlinux 0x2ab149f2 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0x2ab7989d mutex_lock EXPORT_SYMBOL vmlinux 0x2abdcf7e __block_write_begin -EXPORT_SYMBOL vmlinux 0x2ad5f101 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x2ade8cd0 blk_get_request +EXPORT_SYMBOL vmlinux 0x2ae7bd5f agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x2af382f8 inet_del_protocol EXPORT_SYMBOL vmlinux 0x2af9cdfb genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x2b0379d5 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x2b187468 from_kgid EXPORT_SYMBOL vmlinux 0x2b264aa0 flow_rule_match_tcp -EXPORT_SYMBOL vmlinux 0x2b3eb0ab pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0x2b267254 sk_capable EXPORT_SYMBOL vmlinux 0x2b3f4d8e proc_create_mount_point EXPORT_SYMBOL vmlinux 0x2b54d1d5 dma_free_attrs -EXPORT_SYMBOL vmlinux 0x2b564393 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5da8a8 mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer -EXPORT_SYMBOL vmlinux 0x2b776896 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x2b6cab66 skb_dequeue EXPORT_SYMBOL vmlinux 0x2b89eeb9 cros_ec_get_host_event EXPORT_SYMBOL vmlinux 0x2b8a800e user_path_create EXPORT_SYMBOL vmlinux 0x2b8a9e47 padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0x2b8efdbd call_usermodehelper_exec EXPORT_SYMBOL vmlinux 0x2b98874f writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x2b9ca1ff __pci_register_driver EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock -EXPORT_SYMBOL vmlinux 0x2bb57361 compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock EXPORT_SYMBOL vmlinux 0x2bb9af28 gen_pool_for_each_chunk -EXPORT_SYMBOL vmlinux 0x2bbca6ec neigh_app_ns EXPORT_SYMBOL vmlinux 0x2bbe7b81 pnp_is_active -EXPORT_SYMBOL vmlinux 0x2bbf4762 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x2bc9b523 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x2bccb197 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0x2bd37bdb rc5t583_ext_power_req_config EXPORT_SYMBOL vmlinux 0x2bd5f6eb set_nlink EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset @@ -6565,62 +6560,61 @@ EXPORT_SYMBOL vmlinux 0x2bee8804 d_lookup EXPORT_SYMBOL vmlinux 0x2c001abe vfs_path_lookup EXPORT_SYMBOL vmlinux 0x2c01a54e sync_dirty_buffer EXPORT_SYMBOL vmlinux 0x2c120acf param_get_byte -EXPORT_SYMBOL vmlinux 0x2c21ddb6 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x2c125b18 nf_log_trace EXPORT_SYMBOL vmlinux 0x2c23a24e blk_mq_can_queue EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar -EXPORT_SYMBOL vmlinux 0x2c31c0b8 dev_activate EXPORT_SYMBOL vmlinux 0x2c3361af input_event EXPORT_SYMBOL vmlinux 0x2c49e67e fb_set_cmap EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x2c7d51f5 dev_uc_sync_multiple EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c84ea0e tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x2c87e84e set_page_dirty_lock EXPORT_SYMBOL vmlinux 0x2c8daef1 input_set_keycode +EXPORT_SYMBOL vmlinux 0x2c93a199 inet_stream_ops EXPORT_SYMBOL vmlinux 0x2caacaa1 phy_start -EXPORT_SYMBOL vmlinux 0x2caf4aa0 skb_try_coalesce EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top EXPORT_SYMBOL vmlinux 0x2ccef43c flow_rule_match_ip EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user -EXPORT_SYMBOL vmlinux 0x2d02e177 skb_coalesce_rx_frag -EXPORT_SYMBOL vmlinux 0x2d02f261 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer EXPORT_SYMBOL vmlinux 0x2d1b5017 scsi_target_quiesce EXPORT_SYMBOL vmlinux 0x2d1e8f9b blk_mq_start_stopped_hw_queues -EXPORT_SYMBOL vmlinux 0x2d292173 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0x2d223d8c xfrm4_rcv EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup EXPORT_SYMBOL vmlinux 0x2d4af452 iw_handler_get_spy EXPORT_SYMBOL vmlinux 0x2d4bd3a0 dns_query -EXPORT_SYMBOL vmlinux 0x2d4bdeb8 pci_set_power_state EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init -EXPORT_SYMBOL vmlinux 0x2d5e3af0 pci_read_config_dword EXPORT_SYMBOL vmlinux 0x2d67f145 __blockdev_direct_IO EXPORT_SYMBOL vmlinux 0x2d74f20b no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x2d7bd361 inet_protos EXPORT_SYMBOL vmlinux 0x2d8b7a4d vme_dma_request EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year -EXPORT_SYMBOL vmlinux 0x2d91612e sock_no_bind +EXPORT_SYMBOL vmlinux 0x2d96e364 neigh_direct_output EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr -EXPORT_SYMBOL vmlinux 0x2da9d7a7 km_new_mapping EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user EXPORT_SYMBOL vmlinux 0x2db3d320 mutex_lock_interruptible -EXPORT_SYMBOL vmlinux 0x2db44b39 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x2dc79675 get_phy_device +EXPORT_SYMBOL vmlinux 0x2dc81ff5 __neigh_event_send EXPORT_SYMBOL vmlinux 0x2dca1d73 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x2dcd5801 agp_bind_memory EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df37438 dst_init +EXPORT_SYMBOL vmlinux 0x2df40d3d pci_request_region EXPORT_SYMBOL vmlinux 0x2dfc0eb1 set_trace_device EXPORT_SYMBOL vmlinux 0x2dfc5507 get_tree_single_reconf EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status -EXPORT_SYMBOL vmlinux 0x2e110806 pci_match_id EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put EXPORT_SYMBOL vmlinux 0x2e1ef712 security_inet_conn_established EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat EXPORT_SYMBOL vmlinux 0x2e351581 get_vm_area EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e581385 skb_find_text EXPORT_SYMBOL vmlinux 0x2e5c4554 d_alloc_parallel EXPORT_SYMBOL vmlinux 0x2e5fe3f9 cdrom_number_of_slots EXPORT_SYMBOL vmlinux 0x2e8124f4 flow_rule_match_ports @@ -6628,67 +6622,74 @@ EXPORT_SYMBOL vmlinux 0x2e82110a invalidate_partition EXPORT_SYMBOL vmlinux 0x2e83eddc clear_nlink EXPORT_SYMBOL vmlinux 0x2ea2c95c __x86_indirect_thunk_rax EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set -EXPORT_SYMBOL vmlinux 0x2ec9eeb9 rt_dst_clone EXPORT_SYMBOL vmlinux 0x2ecb1797 hmm_mirror_unregister EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin EXPORT_SYMBOL vmlinux 0x2ee0bcd3 key_reject_and_link EXPORT_SYMBOL vmlinux 0x2ee2f325 abx500_set_register_interruptible EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f05330f pci_request_irq EXPORT_SYMBOL vmlinux 0x2f195495 configfs_register_group EXPORT_SYMBOL vmlinux 0x2f1aa196 xattr_full_name EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security EXPORT_SYMBOL vmlinux 0x2f345d08 put_user_pages_dirty_lock -EXPORT_SYMBOL vmlinux 0x2f348ef0 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0x2f381424 set_page_dirty EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device -EXPORT_SYMBOL vmlinux 0x2f45e8e8 pci_irq_get_node EXPORT_SYMBOL vmlinux 0x2f4d3eb6 kmem_cache_alloc_bulk EXPORT_SYMBOL vmlinux 0x2f4deb13 d_instantiate_new -EXPORT_SYMBOL vmlinux 0x2f4e8dff skb_kill_datagram EXPORT_SYMBOL vmlinux 0x2f53bf63 n_tty_ioctl_helper EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval EXPORT_SYMBOL vmlinux 0x2f56d921 jbd2_journal_ack_err EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free -EXPORT_SYMBOL vmlinux 0x2fa8953f pci_irq_vector -EXPORT_SYMBOL vmlinux 0x2facf609 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x2f9171fa xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x2fa48bf1 tcp_close +EXPORT_SYMBOL vmlinux 0x2fa91c57 agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness EXPORT_SYMBOL vmlinux 0x2fb8f02b redirty_page_for_writepage EXPORT_SYMBOL vmlinux 0x2fc1c5c4 i2c_release_client +EXPORT_SYMBOL vmlinux 0x2fc37115 sk_alloc EXPORT_SYMBOL vmlinux 0x2fd4a89b rproc_vq_interrupt EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x30126750 fasync_helper -EXPORT_SYMBOL vmlinux 0x30158a6d xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x3028d7c7 fs_context_for_submount EXPORT_SYMBOL vmlinux 0x3032d019 posix_acl_update_mode EXPORT_SYMBOL vmlinux 0x3047f32e dquot_quota_on EXPORT_SYMBOL vmlinux 0x305541fd register_md_personality +EXPORT_SYMBOL vmlinux 0x30938fa9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x3095109f __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep EXPORT_SYMBOL vmlinux 0x309c8abc phy_set_max_speed EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b1675e vga_switcheroo_unlock_ddc EXPORT_SYMBOL vmlinux 0x30cbdb99 bh_submit_read -EXPORT_SYMBOL vmlinux 0x30dda3ce sock_alloc EXPORT_SYMBOL vmlinux 0x30e24305 free_cgroup_ns EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw EXPORT_SYMBOL vmlinux 0x30f5f28b iov_iter_discard +EXPORT_SYMBOL vmlinux 0x30ff58f1 tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x3100cff9 lockref_get_or_lock EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages EXPORT_SYMBOL vmlinux 0x31062c9b param_set_charp -EXPORT_SYMBOL vmlinux 0x3116e91b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x31103274 pskb_extract EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 EXPORT_SYMBOL vmlinux 0x313135cd netdev_class_remove_file_ns EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present EXPORT_SYMBOL vmlinux 0x314d058b generic_read_dir +EXPORT_SYMBOL vmlinux 0x314f7839 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x315327e6 ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x315ed141 make_kprojid -EXPORT_SYMBOL vmlinux 0x315fb765 skb_checksum_help EXPORT_SYMBOL vmlinux 0x316a99b1 crypto_sha1_update EXPORT_SYMBOL vmlinux 0x317024cd jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x317eb814 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x318d6fec mutex_is_locked +EXPORT_SYMBOL vmlinux 0x319cbffa inet6_release EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31e89d98 tcp_mtup_init EXPORT_SYMBOL vmlinux 0x31f0e6fa path_is_mountpoint EXPORT_SYMBOL vmlinux 0x31ff3cb1 phy_loopback +EXPORT_SYMBOL vmlinux 0x32073cd7 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x3247fdeb pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0x324fc4ed generic_perform_write EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest EXPORT_SYMBOL vmlinux 0x3261fec8 dquot_get_next_dqblk @@ -6698,44 +6699,39 @@ EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state EXPORT_SYMBOL vmlinux 0x3286a14e d_move EXPORT_SYMBOL vmlinux 0x328bdf9a dquot_get_state -EXPORT_SYMBOL vmlinux 0x3295cf4d ip_check_defrag EXPORT_SYMBOL vmlinux 0x32ae5741 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x32bdf216 km_report +EXPORT_SYMBOL vmlinux 0x32caffac __skb_ext_del EXPORT_SYMBOL vmlinux 0x32cd0e69 bdev_read_only EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload EXPORT_SYMBOL vmlinux 0x32cfd246 devfreq_interval_update EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string EXPORT_SYMBOL vmlinux 0x32f2f857 vc_cons EXPORT_SYMBOL vmlinux 0x32f60812 ps2_handle_response -EXPORT_SYMBOL vmlinux 0x32f64807 sock_wfree EXPORT_SYMBOL vmlinux 0x32ffdcca dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0x3321a73f ata_link_printk EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector EXPORT_SYMBOL vmlinux 0x333239ee generic_pipe_buf_confirm -EXPORT_SYMBOL vmlinux 0x334d307c sock_create -EXPORT_SYMBOL vmlinux 0x3372ae19 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x33495586 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc EXPORT_SYMBOL vmlinux 0x337ae6e6 __tty_insert_flip_char EXPORT_SYMBOL vmlinux 0x3381aad3 tcf_action_dump_1 -EXPORT_SYMBOL vmlinux 0x339da86b __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x33ac13fd kernel_param_lock EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33c060ed ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0x33c6df64 uart_get_divisor EXPORT_SYMBOL vmlinux 0x33ca1f9c fbcon_set_tileops -EXPORT_SYMBOL vmlinux 0x33dcac7e inet_bind +EXPORT_SYMBOL vmlinux 0x33e66110 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max -EXPORT_SYMBOL vmlinux 0x33f2e979 ip_frag_next +EXPORT_SYMBOL vmlinux 0x33f747ea agp3_generic_tlbflush EXPORT_SYMBOL vmlinux 0x33fcd74c blk_rq_unmap_user EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device EXPORT_SYMBOL vmlinux 0x341442bf blk_put_request -EXPORT_SYMBOL vmlinux 0x3419282f agp_put_bridge -EXPORT_SYMBOL vmlinux 0x34224d36 rtnl_unicast EXPORT_SYMBOL vmlinux 0x34265b00 frontswap_register_ops EXPORT_SYMBOL vmlinux 0x342b9ba8 lookup_one_len_unlocked -EXPORT_SYMBOL vmlinux 0x343c96b0 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x3441445f msrs_free EXPORT_SYMBOL vmlinux 0x344219de clocksource_unregister -EXPORT_SYMBOL vmlinux 0x34490f3c skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x34812734 drop_super_exclusive EXPORT_SYMBOL vmlinux 0x34885dcb __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios @@ -6744,76 +6740,78 @@ EXPORT_SYMBOL vmlinux 0x349cba85 strchr EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd EXPORT_SYMBOL vmlinux 0x34a27168 __frontswap_load EXPORT_SYMBOL vmlinux 0x34a7a2be genphy_suspend -EXPORT_SYMBOL vmlinux 0x34b898f0 pci_bus_size_bridges -EXPORT_SYMBOL vmlinux 0x34b91262 mr_vif_seq_next -EXPORT_SYMBOL vmlinux 0x34c36bf5 __dev_kfree_skb_any -EXPORT_SYMBOL vmlinux 0x34d207e4 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x34a9ebf2 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x34b271dd xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x34d7880b uart_unregister_driver EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger EXPORT_SYMBOL vmlinux 0x3501ee9d may_umount EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351de3c5 pcie_get_readrq EXPORT_SYMBOL vmlinux 0x35216b26 kmalloc_caches EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy EXPORT_SYMBOL vmlinux 0x35465e15 wait_for_completion_io EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace -EXPORT_SYMBOL vmlinux 0x35501823 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x354c263a pci_clear_master +EXPORT_SYMBOL vmlinux 0x3559809b dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm -EXPORT_SYMBOL vmlinux 0x356571c1 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x356840fb bdevname EXPORT_SYMBOL vmlinux 0x357770c7 __page_cache_alloc EXPORT_SYMBOL vmlinux 0x3582b5e2 nobh_writepage +EXPORT_SYMBOL vmlinux 0x358a0b18 netpoll_send_udp EXPORT_SYMBOL vmlinux 0x359ec42f _raw_read_trylock EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 -EXPORT_SYMBOL vmlinux 0x35aee53d neigh_event_ns -EXPORT_SYMBOL vmlinux 0x35e18046 agp_generic_insert_memory -EXPORT_SYMBOL vmlinux 0x35e1a070 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x35e3cd75 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x35f109cb sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x3602fc6e get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x3606234d inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask EXPORT_SYMBOL vmlinux 0x360ff613 find_get_pages_contig EXPORT_SYMBOL vmlinux 0x36163f5b no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x361b374d agp_generic_enable +EXPORT_SYMBOL vmlinux 0x361dee29 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x3625de4b devm_kvasprintf EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user +EXPORT_SYMBOL vmlinux 0x363b8ca4 noop_qdisc +EXPORT_SYMBOL vmlinux 0x3655d760 netdev_printk EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x3671c382 xfrm_find_acq EXPORT_SYMBOL vmlinux 0x3673a548 remap_pfn_range EXPORT_SYMBOL vmlinux 0x36799914 scsi_print_command EXPORT_SYMBOL vmlinux 0x3682c812 dquot_quota_on_mount -EXPORT_SYMBOL vmlinux 0x36885872 sock_no_connect EXPORT_SYMBOL vmlinux 0x368a077f __invalidate_device -EXPORT_SYMBOL vmlinux 0x368a4bc3 __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x36b4c47f blk_post_runtime_resume EXPORT_SYMBOL vmlinux 0x36d6331d alloc_fcdev -EXPORT_SYMBOL vmlinux 0x36e4edff agp_unbind_memory EXPORT_SYMBOL vmlinux 0x36e58bcd pv_ops EXPORT_SYMBOL vmlinux 0x36efa517 jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0x36f1c609 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x36f503a1 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x3700313a single_release EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user -EXPORT_SYMBOL vmlinux 0x370a7485 sock_create_kern -EXPORT_SYMBOL vmlinux 0x370ef3ea udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x370ed79b sock_register EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue EXPORT_SYMBOL vmlinux 0x3718f908 gro_cells_init EXPORT_SYMBOL vmlinux 0x3719560c seq_open EXPORT_SYMBOL vmlinux 0x371b3741 elv_rb_find +EXPORT_SYMBOL vmlinux 0x3723a304 neigh_parms_release EXPORT_SYMBOL vmlinux 0x3735a402 read_cache_page_gfp EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound EXPORT_SYMBOL vmlinux 0x3738df6e i2c_smbus_xfer -EXPORT_SYMBOL vmlinux 0x37399444 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x37479201 pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0x37498a32 tty_driver_kref_put EXPORT_SYMBOL vmlinux 0x37518599 ptp_schedule_worker EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe -EXPORT_SYMBOL vmlinux 0x37650471 netdev_change_features EXPORT_SYMBOL vmlinux 0x3767b96d pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x376c6ead pci_free_host_bridge EXPORT_SYMBOL vmlinux 0x37705887 devm_devfreq_unregister_opp_notifier EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error EXPORT_SYMBOL vmlinux 0x37805d7b dma_direct_map_page -EXPORT_SYMBOL vmlinux 0x3788a069 poll_freewait +EXPORT_SYMBOL vmlinux 0x3782d41a __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x37a1909f gen_replace_estimator -EXPORT_SYMBOL vmlinux 0x37a5b95f fqdir_init EXPORT_SYMBOL vmlinux 0x37a7c52b d_alloc EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37afe241 nvm_unregister @@ -6822,19 +6820,18 @@ EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37c043df dquot_alloc_inode EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date -EXPORT_SYMBOL vmlinux 0x37e4b39a ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x37f8d3ab tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x37ffbbb4 dev_get_by_name EXPORT_SYMBOL vmlinux 0x3807e721 get_ipc_ns_exported EXPORT_SYMBOL vmlinux 0x3807eae7 sk_stream_wait_connect EXPORT_SYMBOL vmlinux 0x3812050a _raw_spin_unlock_irqrestore EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus -EXPORT_SYMBOL vmlinux 0x38227c85 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x382bb5f5 _copy_to_iter -EXPORT_SYMBOL vmlinux 0x382d88ae vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x38386565 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x384f2942 fb_blank EXPORT_SYMBOL vmlinux 0x38518183 rproc_mem_entry_init EXPORT_SYMBOL vmlinux 0x3865de48 jbd2_journal_get_create_access EXPORT_SYMBOL vmlinux 0x386e03be fscrypt_ioctl_get_policy -EXPORT_SYMBOL vmlinux 0x387e4efa udp_set_csum EXPORT_SYMBOL vmlinux 0x387ec99a invalidate_bdev EXPORT_SYMBOL vmlinux 0x38869d88 kstat EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies @@ -6844,42 +6841,37 @@ EXPORT_SYMBOL vmlinux 0x389b80ee tty_port_close_start EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback EXPORT_SYMBOL vmlinux 0x38ab92f2 rproc_coredump_add_custom_segment -EXPORT_SYMBOL vmlinux 0x38bab119 __ip_select_ident EXPORT_SYMBOL vmlinux 0x38bbd3a4 __devm_request_region EXPORT_SYMBOL vmlinux 0x38c0115f dev_driver_string EXPORT_SYMBOL vmlinux 0x38dab310 filp_open EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit EXPORT_SYMBOL vmlinux 0x38e946e0 misc_deregister -EXPORT_SYMBOL vmlinux 0x38f1b3d8 tcp_rtx_synack -EXPORT_SYMBOL vmlinux 0x38f31a9c lock_sock_nested EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu -EXPORT_SYMBOL vmlinux 0x38f4fe09 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x38fa538d __sk_dst_check EXPORT_SYMBOL vmlinux 0x38fbea07 __i2c_smbus_xfer -EXPORT_SYMBOL vmlinux 0x38fc1a85 sock_from_file +EXPORT_SYMBOL vmlinux 0x38fd8ae3 ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x38fda2ea vfs_ioc_fssetxattr_check -EXPORT_SYMBOL vmlinux 0x39075cfb sock_wake_async EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages EXPORT_SYMBOL vmlinux 0x390c3f44 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x390cf598 udp_pre_connect EXPORT_SYMBOL vmlinux 0x39133c69 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x39194dd9 ip_setsockopt EXPORT_SYMBOL vmlinux 0x391d21b3 flow_rule_match_enc_ipv6_addrs -EXPORT_SYMBOL vmlinux 0x39290803 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r EXPORT_SYMBOL vmlinux 0x395ce1ee page_get_link EXPORT_SYMBOL vmlinux 0x396db8b0 i2c_smbus_write_block_data -EXPORT_SYMBOL vmlinux 0x396f7c59 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x397731ae audit_log_start EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r EXPORT_SYMBOL vmlinux 0x39a579b3 get_gendisk -EXPORT_SYMBOL vmlinux 0x39ae9769 nf_log_unregister EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and EXPORT_SYMBOL vmlinux 0x39ba76ef pnp_register_card_driver -EXPORT_SYMBOL vmlinux 0x39c5cd3c get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x39c98059 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x39ce8c22 softnet_data EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr -EXPORT_SYMBOL vmlinux 0x3a004ea2 seg6_hmac_net_exit -EXPORT_SYMBOL vmlinux 0x3a021f41 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x39e511b8 neigh_carrier_down EXPORT_SYMBOL vmlinux 0x3a069b21 seq_dentry EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc @@ -6899,34 +6891,34 @@ EXPORT_SYMBOL vmlinux 0x3a524155 irq_to_desc EXPORT_SYMBOL vmlinux 0x3a782948 gro_cells_receive EXPORT_SYMBOL vmlinux 0x3a9683b7 unix_attach_fds EXPORT_SYMBOL vmlinux 0x3a98d5ef devm_free_irq -EXPORT_SYMBOL vmlinux 0x3a9a9aa0 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x3ab03e36 jbd2_journal_start_commit EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acdb674 tcp_req_err EXPORT_SYMBOL vmlinux 0x3acdcaf8 blk_alloc_queue EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region -EXPORT_SYMBOL vmlinux 0x3ae43ba3 eth_header_cache_update EXPORT_SYMBOL vmlinux 0x3aea9c93 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x3afd3b81 agp_alloc_bridge EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed EXPORT_SYMBOL vmlinux 0x3b01e8bd input_unregister_device EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler -EXPORT_SYMBOL vmlinux 0x3b15656d inet_sendmsg EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b2dd63a xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode -EXPORT_SYMBOL vmlinux 0x3b5bedf3 __xfrm_route_forward EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left EXPORT_SYMBOL vmlinux 0x3b73885d blk_mq_stop_hw_queues -EXPORT_SYMBOL vmlinux 0x3b7d390e tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x3b825fc1 commit_creds EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b8eb57a sock_no_socketpair EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources -EXPORT_SYMBOL vmlinux 0x3b92b52f kfree_skb_list EXPORT_SYMBOL vmlinux 0x3b98a1f9 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x3ba554eb pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x3ba859c1 module_put EXPORT_SYMBOL vmlinux 0x3ba9820b tty_write_room +EXPORT_SYMBOL vmlinux 0x3bb68935 pci_request_regions +EXPORT_SYMBOL vmlinux 0x3bc15f2b skb_unlink EXPORT_SYMBOL vmlinux 0x3bc9ef32 __scsi_add_device -EXPORT_SYMBOL vmlinux 0x3bcd8c7b inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0x3bd5b9cf vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free EXPORT_SYMBOL vmlinux 0x3be89f4f hash_and_copy_to_iter @@ -6934,48 +6926,59 @@ EXPORT_SYMBOL vmlinux 0x3c14a596 config_group_init_type_name EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link EXPORT_SYMBOL vmlinux 0x3c18efed phy_support_asym_pause EXPORT_SYMBOL vmlinux 0x3c1a1a18 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x3c1cccab netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x3c2a32c8 dev_set_group +EXPORT_SYMBOL vmlinux 0x3c3e5124 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map EXPORT_SYMBOL vmlinux 0x3c457453 ioread64_lo_hi EXPORT_SYMBOL vmlinux 0x3c66d8a3 jbd2_journal_start_reserved EXPORT_SYMBOL vmlinux 0x3c734c91 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x3c802b64 skb_put EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull EXPORT_SYMBOL vmlinux 0x3c8e4877 d_make_root -EXPORT_SYMBOL vmlinux 0x3c941648 icmp_ndo_send EXPORT_SYMBOL vmlinux 0x3c965217 file_open_root EXPORT_SYMBOL vmlinux 0x3c9db9ca proc_mkdir -EXPORT_SYMBOL vmlinux 0x3ca036ee pci_map_rom EXPORT_SYMBOL vmlinux 0x3cbce0d1 mipi_dsi_detach EXPORT_SYMBOL vmlinux 0x3cbf560e pnp_device_detach +EXPORT_SYMBOL vmlinux 0x3cc2162e tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x3cc7012b inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x3cd597ef skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x3ce1d4f0 pcie_get_mps EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq -EXPORT_SYMBOL vmlinux 0x3ce7fcba arp_xmit +EXPORT_SYMBOL vmlinux 0x3cf4b636 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x3cfcb065 nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d1c3315 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x3d1f8626 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align EXPORT_SYMBOL vmlinux 0x3d2ec64a finish_no_open -EXPORT_SYMBOL vmlinux 0x3d32d249 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x3d545f5a neigh_parms_alloc EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload +EXPORT_SYMBOL vmlinux 0x3d58a7a1 agp_enable EXPORT_SYMBOL vmlinux 0x3d5bb3fd refcount_dec_and_lock_irqsave -EXPORT_SYMBOL vmlinux 0x3d5e8911 skb_checksum EXPORT_SYMBOL vmlinux 0x3d702ca4 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x3d70e333 __xfrm_init_state EXPORT_SYMBOL vmlinux 0x3d824992 check_disk_change EXPORT_SYMBOL vmlinux 0x3d892e3c migrate_vma_finalize EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dbad39f neigh_connected_output EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data EXPORT_SYMBOL vmlinux 0x3dd1b99b init_net EXPORT_SYMBOL vmlinux 0x3dd93e0d phy_register_fixup_for_id EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid -EXPORT_SYMBOL vmlinux 0x3de103e1 agp_generic_free_by_type -EXPORT_SYMBOL vmlinux 0x3de31761 netif_device_detach EXPORT_SYMBOL vmlinux 0x3df437f5 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x3df60159 netif_device_attach EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head EXPORT_SYMBOL vmlinux 0x3e0b2f64 security_inode_listsecurity EXPORT_SYMBOL vmlinux 0x3e19a0b4 vfs_tmpfile +EXPORT_SYMBOL vmlinux 0x3e213508 skb_seq_read EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc EXPORT_SYMBOL vmlinux 0x3e2dbd47 rproc_add_carveout EXPORT_SYMBOL vmlinux 0x3e33bdeb scsi_cmd_ioctl @@ -6988,40 +6991,47 @@ EXPORT_SYMBOL vmlinux 0x3e6ede18 scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync EXPORT_SYMBOL vmlinux 0x3ec14617 sdev_prefix_printk EXPORT_SYMBOL vmlinux 0x3ec274bf scsi_remove_target +EXPORT_SYMBOL vmlinux 0x3ecb4903 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x3ece1864 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x3edbd0ce kern_unmount EXPORT_SYMBOL vmlinux 0x3eeb2322 __wake_up +EXPORT_SYMBOL vmlinux 0x3eeb6df4 pci_resize_resource EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep EXPORT_SYMBOL vmlinux 0x3f087916 dma_resv_reserve_shared EXPORT_SYMBOL vmlinux 0x3f0c0aa5 dma_resv_fini EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f2627a9 pci_irq_vector EXPORT_SYMBOL vmlinux 0x3f31b808 nvm_dev_dma_alloc EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd EXPORT_SYMBOL vmlinux 0x3f4ad001 amd_iommu_domain_direct_map EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f6fa45f pci_dev_get EXPORT_SYMBOL vmlinux 0x3f712608 blk_set_queue_depth EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access -EXPORT_SYMBOL vmlinux 0x3f91878b tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x3f9afe3c sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x3faa0e74 sk_mc_loop EXPORT_SYMBOL vmlinux 0x3fac68e9 bio_uninit EXPORT_SYMBOL vmlinux 0x3fad2286 ps2_drain EXPORT_SYMBOL vmlinux 0x3fb132b4 elevator_alloc EXPORT_SYMBOL vmlinux 0x3fb7358a block_truncate_page -EXPORT_SYMBOL vmlinux 0x3fbc14a4 pci_alloc_dev EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set EXPORT_SYMBOL vmlinux 0x3fc0462e md_check_no_bitmap -EXPORT_SYMBOL vmlinux 0x3fccb5aa xfrm_register_type_offload -EXPORT_SYMBOL vmlinux 0x3fd1403b tcp_mmap +EXPORT_SYMBOL vmlinux 0x3fcfb4e2 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight EXPORT_SYMBOL vmlinux 0x4005f38c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x4006fd87 tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x400afb16 tty_register_driver +EXPORT_SYMBOL vmlinux 0x400dc6b3 tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0x400ebb98 phy_set_asym_pause -EXPORT_SYMBOL vmlinux 0x4035ace5 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x401c4ec6 get_dev_data +EXPORT_SYMBOL vmlinux 0x40422eac xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler EXPORT_SYMBOL vmlinux 0x405a8c14 blk_mq_stop_hw_queue -EXPORT_SYMBOL vmlinux 0x40645428 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x406b8f19 inet_ioctl EXPORT_SYMBOL vmlinux 0x40733924 mmc_can_secure_erase_trim -EXPORT_SYMBOL vmlinux 0x4074102a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x407aeb6a netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0x407c25a3 pm_vt_switch_required EXPORT_SYMBOL vmlinux 0x407e7ad3 rdmacg_try_charge EXPORT_SYMBOL vmlinux 0x4084167f fscrypt_decrypt_block_inplace @@ -7033,6 +7043,8 @@ EXPORT_SYMBOL vmlinux 0x40995480 flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0x409bcb62 mutex_unlock EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc EXPORT_SYMBOL vmlinux 0x40b58a08 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x40bb7b01 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x40bf63be skb_copy_bits EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo EXPORT_SYMBOL vmlinux 0x40c7f068 xsk_clear_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock @@ -7040,28 +7052,26 @@ EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x40e03ec6 generic_file_llseek_size EXPORT_SYMBOL vmlinux 0x40ead16b param_ops_invbool +EXPORT_SYMBOL vmlinux 0x40ef4787 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x40f1bd1b simple_lookup -EXPORT_SYMBOL vmlinux 0x40f905b8 nf_log_set EXPORT_SYMBOL vmlinux 0x410acf87 cdrom_mode_sense -EXPORT_SYMBOL vmlinux 0x4126168d inet_recvmsg -EXPORT_SYMBOL vmlinux 0x41317963 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x41336509 vme_master_request EXPORT_SYMBOL vmlinux 0x4141024f rproc_elf_load_rsc_table EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user -EXPORT_SYMBOL vmlinux 0x41484637 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x414c72df devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x4152d0fb vga_client_register EXPORT_SYMBOL vmlinux 0x41733fe7 twl6040_set_pll EXPORT_SYMBOL vmlinux 0x417f2707 __test_set_page_writeback EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418cd0e9 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x41b8f77e dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x41bf5df0 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot -EXPORT_SYMBOL vmlinux 0x41f54a21 ip6_route_me_harder -EXPORT_SYMBOL vmlinux 0x41f711fb mr_table_alloc +EXPORT_SYMBOL vmlinux 0x41fb404c pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0x42019fca generic_start_io_acct EXPORT_SYMBOL vmlinux 0x4214a909 fwnode_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue -EXPORT_SYMBOL vmlinux 0x4218bdab tcf_exts_change EXPORT_SYMBOL vmlinux 0x4219ca7c i2c_clients_command EXPORT_SYMBOL vmlinux 0x422af409 jbd2_journal_blocks_per_page EXPORT_SYMBOL vmlinux 0x422ce162 unregister_key_type @@ -7071,17 +7081,15 @@ EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type EXPORT_SYMBOL vmlinux 0x4257925d dquot_initialize_needed EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force -EXPORT_SYMBOL vmlinux 0x426ef9e4 xfrm_stateonly_find -EXPORT_SYMBOL vmlinux 0x42980214 pci_enable_device -EXPORT_SYMBOL vmlinux 0x42a5beb7 tcp_poll +EXPORT_SYMBOL vmlinux 0x42618af5 agp_backend_release +EXPORT_SYMBOL vmlinux 0x42a68e45 pci_save_state EXPORT_SYMBOL vmlinux 0x42b1da42 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x42bce75a vga_switcheroo_client_probe_defer EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock EXPORT_SYMBOL vmlinux 0x42cdbbae dma_direct_map_sg EXPORT_SYMBOL vmlinux 0x42e3d9c1 keyring_search EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer -EXPORT_SYMBOL vmlinux 0x42fa14d2 inet6_register_protosw EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages -EXPORT_SYMBOL vmlinux 0x430be381 skb_append EXPORT_SYMBOL vmlinux 0x430c48d9 prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer @@ -7092,98 +7100,91 @@ EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid EXPORT_SYMBOL vmlinux 0x43584914 vfs_ioc_setflags_prepare EXPORT_SYMBOL vmlinux 0x435a3922 fs_bio_set EXPORT_SYMBOL vmlinux 0x4366fd06 locks_init_lock -EXPORT_SYMBOL vmlinux 0x436bd4c3 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437b8ecb tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security EXPORT_SYMBOL vmlinux 0x438f1493 capable_wrt_inode_uidgid EXPORT_SYMBOL vmlinux 0x439166cf __close_fd -EXPORT_SYMBOL vmlinux 0x43ce8436 dev_get_stats -EXPORT_SYMBOL vmlinux 0x43d06982 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x43a44589 napi_gro_flush EXPORT_SYMBOL vmlinux 0x43d678f7 _dev_notice +EXPORT_SYMBOL vmlinux 0x43da4570 udp_set_csum +EXPORT_SYMBOL vmlinux 0x43db05c2 dev_activate EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key -EXPORT_SYMBOL vmlinux 0x4401a6e3 xfrm_register_type EXPORT_SYMBOL vmlinux 0x440f5075 unregister_cdrom EXPORT_SYMBOL vmlinux 0x4413dc31 security_sctp_bind_connect -EXPORT_SYMBOL vmlinux 0x44202c52 sock_i_uid -EXPORT_SYMBOL vmlinux 0x443ce2ce mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x4414c57a mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x44206552 eth_header_cache_update EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access EXPORT_SYMBOL vmlinux 0x4445214a dev_uc_init EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table -EXPORT_SYMBOL vmlinux 0x44476402 pcie_get_mps -EXPORT_SYMBOL vmlinux 0x44487e79 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x445642a9 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x445a81ce boot_cpu_data EXPORT_SYMBOL vmlinux 0x4467b8a3 inode_init_owner +EXPORT_SYMBOL vmlinux 0x447f6e1a mr_fill_mroute EXPORT_SYMBOL vmlinux 0x448d09f4 rproc_get_by_phandle EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event EXPORT_SYMBOL vmlinux 0x449469e4 del_random_ready_callback EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449cf302 gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz -EXPORT_SYMBOL vmlinux 0x44b6cb97 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x44b85637 inet_csk_accept EXPORT_SYMBOL vmlinux 0x44ba2549 bio_reset -EXPORT_SYMBOL vmlinux 0x44bc6b9e dev_pick_tx_zero -EXPORT_SYMBOL vmlinux 0x44c0a9ec __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x44d004dc reuseport_alloc EXPORT_SYMBOL vmlinux 0x44df6671 d_instantiate EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eff5ff dev_get_by_index EXPORT_SYMBOL vmlinux 0x44ff0420 nf_setsockopt EXPORT_SYMBOL vmlinux 0x45006cee default_red EXPORT_SYMBOL vmlinux 0x450073cd mipi_dsi_shutdown_peripheral EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr EXPORT_SYMBOL vmlinux 0x45373e81 devm_clk_put -EXPORT_SYMBOL vmlinux 0x45378463 pcim_iomap_table EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled -EXPORT_SYMBOL vmlinux 0x454f9fa9 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x45503933 dqget EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update EXPORT_SYMBOL vmlinux 0x4576c694 get_cached_acl EXPORT_SYMBOL vmlinux 0x4577cf6b __page_pool_put_page EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457b5853 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x457b8bc1 make_bad_inode EXPORT_SYMBOL vmlinux 0x45854ccc kmem_cache_free -EXPORT_SYMBOL vmlinux 0x458a41f2 nf_log_packet -EXPORT_SYMBOL vmlinux 0x45951f3a dev_get_by_name_rcu -EXPORT_SYMBOL vmlinux 0x45997b1d softnet_data -EXPORT_SYMBOL vmlinux 0x45aa05f5 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x45a3b7b8 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x45b4ff5c __scm_destroy +EXPORT_SYMBOL vmlinux 0x45c618f4 neigh_lookup +EXPORT_SYMBOL vmlinux 0x45cc8d2f pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map -EXPORT_SYMBOL vmlinux 0x45dc76c4 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x45db2260 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x45dc2298 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x45e429ba skb_append EXPORT_SYMBOL vmlinux 0x45e5f71f devm_of_find_backlight EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 -EXPORT_SYMBOL vmlinux 0x45ed2585 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x45fbd08d fget -EXPORT_SYMBOL vmlinux 0x4600a140 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x46019887 nf_unregister_sockopt EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 +EXPORT_SYMBOL vmlinux 0x46123b9b inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents -EXPORT_SYMBOL vmlinux 0x461d450a tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count -EXPORT_SYMBOL vmlinux 0x462b7d8c nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x463219fb tcp_hashinfo -EXPORT_SYMBOL vmlinux 0x46324ceb vga_tryget -EXPORT_SYMBOL vmlinux 0x46348cbe vlan_ioctl_set EXPORT_SYMBOL vmlinux 0x46549874 generic_end_io_acct +EXPORT_SYMBOL vmlinux 0x46561405 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size EXPORT_SYMBOL vmlinux 0x46647ce1 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x466c0af7 netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0x466c14a7 __delay -EXPORT_SYMBOL vmlinux 0x46766f6f skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill -EXPORT_SYMBOL vmlinux 0x4681df01 pci_iounmap EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option -EXPORT_SYMBOL vmlinux 0x46a289ff seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x46ab9429 sock_no_getname EXPORT_SYMBOL vmlinux 0x46abd6c8 flow_rule_match_meta EXPORT_SYMBOL vmlinux 0x46b0fbf4 input_mt_init_slots -EXPORT_SYMBOL vmlinux 0x46b84d48 proto_register EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance -EXPORT_SYMBOL vmlinux 0x46d51a3c mr_table_dump +EXPORT_SYMBOL vmlinux 0x46cf8f94 inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0x47063086 disk_stack_limits EXPORT_SYMBOL vmlinux 0x4719f511 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x471b59e0 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x4730ff9f amd_iommu_domain_set_gcr3 EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu -EXPORT_SYMBOL vmlinux 0x4762b24d neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev -EXPORT_SYMBOL vmlinux 0x478cc26a pci_disable_msix -EXPORT_SYMBOL vmlinux 0x478f00e1 pci_unregister_driver EXPORT_SYMBOL vmlinux 0x478fd4c8 set_pages_array_wc EXPORT_SYMBOL vmlinux 0x47901ce7 mmc_start_request EXPORT_SYMBOL vmlinux 0x479177ae tty_throttle @@ -7192,25 +7193,26 @@ EXPORT_SYMBOL vmlinux 0x47941711 _raw_spin_lock_irq EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x47a9b1eb dst_release_immediate EXPORT_SYMBOL vmlinux 0x47b21d6f find_vma +EXPORT_SYMBOL vmlinux 0x47b83922 pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0x47c42a22 cpu_tss_rw EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0x47c8b22c translation_pre_enabled EXPORT_SYMBOL vmlinux 0x47cad784 mmc_can_trim -EXPORT_SYMBOL vmlinux 0x47d911cd xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0x47d95308 phy_print_status +EXPORT_SYMBOL vmlinux 0x47e0ff82 kfree_skb EXPORT_SYMBOL vmlinux 0x47e54efd mipi_dsi_device_register_full EXPORT_SYMBOL vmlinux 0x4802b728 dma_resv_copy_fences EXPORT_SYMBOL vmlinux 0x480ef5ce __register_nls +EXPORT_SYMBOL vmlinux 0x4810924b dst_destroy EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work -EXPORT_SYMBOL vmlinux 0x482f483e pci_release_region EXPORT_SYMBOL vmlinux 0x4836d087 start_tty +EXPORT_SYMBOL vmlinux 0x48390ebe sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x4841bdee strnchr EXPORT_SYMBOL vmlinux 0x48476bcb intel_gtt_insert_page EXPORT_SYMBOL vmlinux 0x484ece0d noop_llseek EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 -EXPORT_SYMBOL vmlinux 0x4851c1f6 skb_orphan_partial EXPORT_SYMBOL vmlinux 0x4857f720 devm_clk_get_optional EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc @@ -7220,29 +7222,28 @@ EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim EXPORT_SYMBOL vmlinux 0x489fb15a d_find_any_alias EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48b47e6a security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x48b59ae0 pci_iomap_range EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free EXPORT_SYMBOL vmlinux 0x48bd422a buffer_check_dirty_writeback EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c0adb9 mr_mfc_find_any EXPORT_SYMBOL vmlinux 0x48c75ca7 unregister_shrinker EXPORT_SYMBOL vmlinux 0x48d45169 iov_iter_zero EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier EXPORT_SYMBOL vmlinux 0x48d5634e phy_mac_interrupt -EXPORT_SYMBOL vmlinux 0x48e065be pci_alloc_irq_vectors_affinity -EXPORT_SYMBOL vmlinux 0x48f5fafa inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x48ec232f udp_prot +EXPORT_SYMBOL vmlinux 0x48f943ad inet_gso_segment EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert -EXPORT_SYMBOL vmlinux 0x49127285 compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x4915a0e1 serial8250_register_8250_port -EXPORT_SYMBOL vmlinux 0x4920b29f xfrm_dst_ifdown -EXPORT_SYMBOL vmlinux 0x49351de7 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x492a002c pci_enable_ptm EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x49789ccc __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x497e6653 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize -EXPORT_SYMBOL vmlinux 0x499024e2 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x49945c9f mipi_dsi_host_unregister EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum -EXPORT_SYMBOL vmlinux 0x49a9c3e6 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x49aa8d6b flow_rule_match_basic EXPORT_SYMBOL vmlinux 0x49ac8e1c tty_unthrottle EXPORT_SYMBOL vmlinux 0x49adc5d6 copy_strings_kernel @@ -7250,12 +7251,11 @@ EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan EXPORT_SYMBOL vmlinux 0x49b7d1b2 bmap EXPORT_SYMBOL vmlinux 0x49c41a57 _raw_spin_unlock_bh EXPORT_SYMBOL vmlinux 0x49c93488 mdiobus_scan -EXPORT_SYMBOL vmlinux 0x4a0b04d7 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x4a014d8f __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x4a24dd2d inet_unregister_protosw EXPORT_SYMBOL vmlinux 0x4a3f73cb d_set_d_op EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 -EXPORT_SYMBOL vmlinux 0x4a67b546 vga_put -EXPORT_SYMBOL vmlinux 0x4a76b1d2 tcf_get_next_proto -EXPORT_SYMBOL vmlinux 0x4a804372 __netif_schedule +EXPORT_SYMBOL vmlinux 0x4a5b0685 km_policy_notify EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4a9c3597 bdi_register_va EXPORT_SYMBOL vmlinux 0x4a9c62c3 bioset_init @@ -7267,34 +7267,37 @@ EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize EXPORT_SYMBOL vmlinux 0x4b010c0c mipi_dsi_generic_write EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure -EXPORT_SYMBOL vmlinux 0x4b136d66 inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x4b17d2ad scsi_verify_blk_ioctl -EXPORT_SYMBOL vmlinux 0x4b298d08 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x4b2159fb __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x4b28ea54 pci_enable_wake EXPORT_SYMBOL vmlinux 0x4b4037a1 dma_dummy_ops EXPORT_SYMBOL vmlinux 0x4b4a0aff qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0x4b4ad351 input_close_device +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down EXPORT_SYMBOL vmlinux 0x4b5f6e71 param_ops_bint EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback -EXPORT_SYMBOL vmlinux 0x4b96df8d cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x4b930ebe __dev_get_by_index EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bbc98a8 mdio_device_free EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance -EXPORT_SYMBOL vmlinux 0x4c0d835c netif_tx_stop_all_queues -EXPORT_SYMBOL vmlinux 0x4c1c830b kernel_getpeername +EXPORT_SYMBOL vmlinux 0x4c23bf6a arp_send +EXPORT_SYMBOL vmlinux 0x4c2c9909 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x4c2e8748 skb_orphan_partial EXPORT_SYMBOL vmlinux 0x4c347d9b dcb_ieee_getapp_default_prio_mask EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4c3ddda0 dev_close EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast EXPORT_SYMBOL vmlinux 0x4c4c2207 set_anon_super_fc EXPORT_SYMBOL vmlinux 0x4c4d99a6 page_zero_new_buffers EXPORT_SYMBOL vmlinux 0x4c4e08d0 jbd2_journal_begin_ordered_truncate -EXPORT_SYMBOL vmlinux 0x4c709fd7 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x4c83f7e8 _copy_from_iter_full +EXPORT_SYMBOL vmlinux 0x4c875e55 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x4c87d181 vme_register_bridge -EXPORT_SYMBOL vmlinux 0x4c981264 tcp_v4_connect EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base EXPORT_SYMBOL vmlinux 0x4caa9cf2 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x4cb0e97d tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event EXPORT_SYMBOL vmlinux 0x4cc2de71 fbcon_rotate_ccw EXPORT_SYMBOL vmlinux 0x4cc8fe32 uart_match_port @@ -7303,20 +7306,16 @@ EXPORT_SYMBOL vmlinux 0x4ce2fa6f dcb_getapp EXPORT_SYMBOL vmlinux 0x4d03a88b shrink_dcache_sb EXPORT_SYMBOL vmlinux 0x4d1ff60a wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info -EXPORT_SYMBOL vmlinux 0x4d2d4ce6 __sk_dst_check EXPORT_SYMBOL vmlinux 0x4d40ea84 iterate_supers_type EXPORT_SYMBOL vmlinux 0x4d6dc52e blk_mq_run_hw_queue EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block EXPORT_SYMBOL vmlinux 0x4d7b03f9 get_super -EXPORT_SYMBOL vmlinux 0x4d7c7bc9 pcie_bandwidth_available -EXPORT_SYMBOL vmlinux 0x4d7f88b7 lock_page_memcg EXPORT_SYMBOL vmlinux 0x4d80ca26 mipi_dsi_dcs_set_page_address EXPORT_SYMBOL vmlinux 0x4d924f20 memremap EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key EXPORT_SYMBOL vmlinux 0x4d9a9dee genlmsg_multicast_allns EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase EXPORT_SYMBOL vmlinux 0x4da8e711 filemap_fdatawait_keep_errors -EXPORT_SYMBOL vmlinux 0x4dad05ff pci_clear_mwi EXPORT_SYMBOL vmlinux 0x4db064c5 get_unmapped_area EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence EXPORT_SYMBOL vmlinux 0x4dd59bcb mdiobus_get_phy @@ -7328,13 +7327,14 @@ EXPORT_SYMBOL vmlinux 0x4dff9cfa mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0x4e0ddbff generic_file_read_iter EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set EXPORT_SYMBOL vmlinux 0x4e22ab94 seq_read +EXPORT_SYMBOL vmlinux 0x4e27dadb inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int -EXPORT_SYMBOL vmlinux 0x4e39b9d3 skb_push -EXPORT_SYMBOL vmlinux 0x4e3c0412 xfrm_find_acq EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e570e86 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e90407a sock_kzfree_s EXPORT_SYMBOL vmlinux 0x4e9ea227 textsearch_unregister EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset EXPORT_SYMBOL vmlinux 0x4ea25c17 dcbnl_cee_notify @@ -7345,20 +7345,24 @@ EXPORT_SYMBOL vmlinux 0x4eb8a57c from_kprojid_munged EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 EXPORT_SYMBOL vmlinux 0x4ecad954 mmc_register_driver EXPORT_SYMBOL vmlinux 0x4ecae356 iov_iter_init +EXPORT_SYMBOL vmlinux 0x4ed36cbe inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x4ed79ed7 fget_raw EXPORT_SYMBOL vmlinux 0x4ef47e18 stop_tty EXPORT_SYMBOL vmlinux 0x4efe0252 reuseport_add_sock EXPORT_SYMBOL vmlinux 0x4eff0f9f i2c_add_adapter -EXPORT_SYMBOL vmlinux 0x4f1cd066 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create EXPORT_SYMBOL vmlinux 0x4f1d3ba0 vme_irq_generate EXPORT_SYMBOL vmlinux 0x4f21ff52 devm_ioport_map EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 EXPORT_SYMBOL vmlinux 0x4f497148 md_reap_sync_thread EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f60abd2 inet6_offloads EXPORT_SYMBOL vmlinux 0x4f750f7c param_set_int EXPORT_SYMBOL vmlinux 0x4f7e3ddc phy_connect_direct EXPORT_SYMBOL vmlinux 0x4f7e3f1f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x4f9917ff pcim_iomap +EXPORT_SYMBOL vmlinux 0x4fa16fa1 __neigh_create +EXPORT_SYMBOL vmlinux 0x4fb419ef ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x4fc02070 __blk_mq_end_request EXPORT_SYMBOL vmlinux 0x4fc3986e security_cred_getsecid EXPORT_SYMBOL vmlinux 0x4fcc8ad2 ex_handler_uaccess @@ -7369,15 +7373,16 @@ EXPORT_SYMBOL vmlinux 0x4fe7e99e hmm_range_dma_unmap EXPORT_SYMBOL vmlinux 0x500501bb nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50160510 sk_reset_timer EXPORT_SYMBOL vmlinux 0x5016b7bf d_prune_aliases EXPORT_SYMBOL vmlinux 0x501c862f sk_stream_error EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex EXPORT_SYMBOL vmlinux 0x50472da3 kset_unregister EXPORT_SYMBOL vmlinux 0x505d98a8 blk_queue_max_write_zeroes_sectors -EXPORT_SYMBOL vmlinux 0x5060e001 tcp_ioctl -EXPORT_SYMBOL vmlinux 0x506376f3 proto_unregister EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free -EXPORT_SYMBOL vmlinux 0x507dc307 tcp_close +EXPORT_SYMBOL vmlinux 0x507149e6 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x50754b33 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x507daa48 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x5088079f input_set_capability EXPORT_SYMBOL vmlinux 0x50920d6c tty_port_alloc_xmit_buf EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method @@ -7386,45 +7391,46 @@ EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security -EXPORT_SYMBOL vmlinux 0x50c97d6a passthru_features_check +EXPORT_SYMBOL vmlinux 0x50c0d4aa ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50d5d4b7 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del EXPORT_SYMBOL vmlinux 0x50ee3852 zap_page_range EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq -EXPORT_SYMBOL vmlinux 0x5112480d nf_hook_slow EXPORT_SYMBOL vmlinux 0x512301ba phy_suspend +EXPORT_SYMBOL vmlinux 0x51286f35 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x51325725 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x5146302a param_get_short EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex EXPORT_SYMBOL vmlinux 0x51571563 vfs_unlink EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend EXPORT_SYMBOL vmlinux 0x516cc86d nd_device_register EXPORT_SYMBOL vmlinux 0x51760917 _raw_spin_lock_irqsave -EXPORT_SYMBOL vmlinux 0x518dc7b5 fib_default_rule_add -EXPORT_SYMBOL vmlinux 0x51995e0a ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x519acd63 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x519b3fa6 touch_buffer -EXPORT_SYMBOL vmlinux 0x51a0dfc7 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x51a9eb7c __vfs_removexattr EXPORT_SYMBOL vmlinux 0x51acd308 acpi_notifier_call_chain EXPORT_SYMBOL vmlinux 0x51ad9923 ps2_handle_ack -EXPORT_SYMBOL vmlinux 0x51bc47d9 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x51bd55b5 completion_done -EXPORT_SYMBOL vmlinux 0x51c53229 __sock_create +EXPORT_SYMBOL vmlinux 0x51cc1699 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled EXPORT_SYMBOL vmlinux 0x51f2b364 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x51f558a5 pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x5219b4c2 param_set_bool +EXPORT_SYMBOL vmlinux 0x5220c402 pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0x522324da phy_ethtool_get_wol EXPORT_SYMBOL vmlinux 0x52236a76 serial8250_set_isa_configurator -EXPORT_SYMBOL vmlinux 0x522b1579 netpoll_print_options EXPORT_SYMBOL vmlinux 0x5253d19a seq_hex_dump EXPORT_SYMBOL vmlinux 0x5253fae5 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x52583d0c ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x52699258 sock_no_shutdown EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack EXPORT_SYMBOL vmlinux 0x527ab33e i2c_smbus_write_byte_data EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write EXPORT_SYMBOL vmlinux 0x529965af jbd2_journal_finish_inode_data_buffers EXPORT_SYMBOL vmlinux 0x529ec6fb kdb_current_task EXPORT_SYMBOL vmlinux 0x52bc7246 pm860x_bulk_write -EXPORT_SYMBOL vmlinux 0x52c101ab inet_add_offload EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init EXPORT_SYMBOL vmlinux 0x52de3d20 cpufreq_get_policy EXPORT_SYMBOL vmlinux 0x52e1c867 path_is_under @@ -7436,21 +7442,24 @@ EXPORT_SYMBOL vmlinux 0x53183b38 jbd2_journal_load EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid EXPORT_SYMBOL vmlinux 0x532632fe input_get_timestamp EXPORT_SYMBOL vmlinux 0x53296ec0 scsi_remove_device -EXPORT_SYMBOL vmlinux 0x533c76be __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x53341a77 pci_get_device EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off EXPORT_SYMBOL vmlinux 0x537eb397 filemap_fdatawrite -EXPORT_SYMBOL vmlinux 0x5381e04f pcie_port_service_unregister -EXPORT_SYMBOL vmlinux 0x5387c3e9 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x5387c082 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x5393abec pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x539be46d tso_build_hdr EXPORT_SYMBOL vmlinux 0x53a7b37c filemap_fault -EXPORT_SYMBOL vmlinux 0x53b699df ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x53b954a2 up_read -EXPORT_SYMBOL vmlinux 0x53c95bb1 pci_assign_resource EXPORT_SYMBOL vmlinux 0x53cb2432 __cgroup_bpf_run_filter_getsockopt +EXPORT_SYMBOL vmlinux 0x53cd7fe0 inet_stream_connect EXPORT_SYMBOL vmlinux 0x53d62840 param_set_short EXPORT_SYMBOL vmlinux 0x53dd709f __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x53e21922 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x53e89ae2 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0x53fb4e52 __sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0x53feecc1 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x540eb340 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register EXPORT_SYMBOL vmlinux 0x541837ee rtc_add_groups EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user @@ -7461,8 +7470,11 @@ EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x5440d179 __tcf_idr_release EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register EXPORT_SYMBOL vmlinux 0x544c8650 i2c_transfer -EXPORT_SYMBOL vmlinux 0x54715ca2 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x54597a76 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x545c7f24 dev_set_allmulti EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x547fbb4a netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x548647a4 kernel_getsockopt EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul EXPORT_SYMBOL vmlinux 0x54aca2e4 mmc_is_req_done EXPORT_SYMBOL vmlinux 0x54d82127 mdio_driver_register @@ -7478,13 +7490,12 @@ EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache EXPORT_SYMBOL vmlinux 0x55654c5e vfs_parse_fs_param EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine -EXPORT_SYMBOL vmlinux 0x5572faeb xfrm4_rcv EXPORT_SYMBOL vmlinux 0x557700bf cfb_fillrect -EXPORT_SYMBOL vmlinux 0x55842ec1 pci_save_state EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a2af28 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x55a84af0 search_binary_handler +EXPORT_SYMBOL vmlinux 0x55bb9d37 qdisc_reset EXPORT_SYMBOL vmlinux 0x55d8956c elv_rb_former_request -EXPORT_SYMBOL vmlinux 0x55df426e skb_dequeue_tail EXPORT_SYMBOL vmlinux 0x55e104f7 netlink_net_capable EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 EXPORT_SYMBOL vmlinux 0x55f818ec put_disk_and_module @@ -7495,48 +7506,41 @@ EXPORT_SYMBOL vmlinux 0x562476e8 tty_hangup EXPORT_SYMBOL vmlinux 0x56258019 set_device_ro EXPORT_SYMBOL vmlinux 0x5630e329 generic_pipe_buf_release EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user -EXPORT_SYMBOL vmlinux 0x563e6155 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x563e6dff sort_r EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk EXPORT_SYMBOL vmlinux 0x564c44c8 write_inode_now EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register EXPORT_SYMBOL vmlinux 0x565d3d00 ppp_input EXPORT_SYMBOL vmlinux 0x5665828e phy_disconnect -EXPORT_SYMBOL vmlinux 0x56663524 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x56773567 mount_subtree EXPORT_SYMBOL vmlinux 0x56776c6c read_code -EXPORT_SYMBOL vmlinux 0x567c5e2a ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x567b2bfd vga_switcheroo_register_client EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x5680f151 i2c_register_driver EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames -EXPORT_SYMBOL vmlinux 0x56993aa3 icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x569abcca acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x56a0846e __sock_cmsg_send EXPORT_SYMBOL vmlinux 0x56aacdb0 scsi_ioctl EXPORT_SYMBOL vmlinux 0x56b6e9c6 __put_devmap_managed_page EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg EXPORT_SYMBOL vmlinux 0x56d20217 path_put -EXPORT_SYMBOL vmlinux 0x56d5112f agp_generic_create_gatt_table EXPORT_SYMBOL vmlinux 0x56e1771d ihold -EXPORT_SYMBOL vmlinux 0x56f74a3e xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree EXPORT_SYMBOL vmlinux 0x570199ab bdev_stack_limits EXPORT_SYMBOL vmlinux 0x573717c4 fuse_dequeue_forget EXPORT_SYMBOL vmlinux 0x574116b5 md_bitmap_startwrite EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region -EXPORT_SYMBOL vmlinux 0x574e0ddb agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x574fa722 netpoll_parse_options EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put EXPORT_SYMBOL vmlinux 0x575b55d8 __vlan_find_dev_deep_rcu -EXPORT_SYMBOL vmlinux 0x576849e7 netdev_has_any_upper_dev -EXPORT_SYMBOL vmlinux 0x57705a99 netdev_emerg EXPORT_SYMBOL vmlinux 0x57761c93 devfreq_monitor_resume -EXPORT_SYMBOL vmlinux 0x577b2a9e netdev_lower_dev_get_private -EXPORT_SYMBOL vmlinux 0x5781a7d9 pci_msi_vec_count -EXPORT_SYMBOL vmlinux 0x5782568b sock_i_ino EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr EXPORT_SYMBOL vmlinux 0x578a408b ZSTD_initDCtx EXPORT_SYMBOL vmlinux 0x578c99ba complete_request_key +EXPORT_SYMBOL vmlinux 0x578f1486 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5796c3b2 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0x579dd0d9 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0x57a83d62 load_nls_default EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write @@ -7546,56 +7550,52 @@ EXPORT_SYMBOL vmlinux 0x5826ea85 blk_rq_map_user EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x583216ba generic_write_end EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm -EXPORT_SYMBOL vmlinux 0x583c194e ip6_dst_alloc -EXPORT_SYMBOL vmlinux 0x5841fb86 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x583e7915 vga_tryget +EXPORT_SYMBOL vmlinux 0x5842a2a9 skb_try_coalesce EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep EXPORT_SYMBOL vmlinux 0x58604e4d alloc_iova_mem -EXPORT_SYMBOL vmlinux 0x586f1bee nf_reinject EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key -EXPORT_SYMBOL vmlinux 0x587fecde gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x588959e7 bd_abort_claiming EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block EXPORT_SYMBOL vmlinux 0x589cace6 scsi_eh_prep_cmnd -EXPORT_SYMBOL vmlinux 0x58a73883 __dev_remove_pack EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard EXPORT_SYMBOL vmlinux 0x58c79bce dump_truncate +EXPORT_SYMBOL vmlinux 0x58cbadb9 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x58d1d83f page_pool_destroy +EXPORT_SYMBOL vmlinux 0x58e0801a agp_backend_acquire EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io -EXPORT_SYMBOL vmlinux 0x58e52b57 get_mem_cgroup_from_mm -EXPORT_SYMBOL vmlinux 0x58ff09e4 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x59029a6d set_posix_acl EXPORT_SYMBOL vmlinux 0x59047b56 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x59078e14 pci_read_config_byte EXPORT_SYMBOL vmlinux 0x5922b602 blk_mq_end_request EXPORT_SYMBOL vmlinux 0x5929aa88 param_ops_short EXPORT_SYMBOL vmlinux 0x592e3c58 param_ops_byte EXPORT_SYMBOL vmlinux 0x593273cb mmc_put_card EXPORT_SYMBOL vmlinux 0x593c1bac __x86_indirect_thunk_rbx -EXPORT_SYMBOL vmlinux 0x59422702 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map EXPORT_SYMBOL vmlinux 0x59539ae4 pps_unregister_source EXPORT_SYMBOL vmlinux 0x59588850 vsscanf -EXPORT_SYMBOL vmlinux 0x59605973 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x595e75c0 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x595fd198 pci_dev_put +EXPORT_SYMBOL vmlinux 0x59628774 xfrm_state_delete EXPORT_SYMBOL vmlinux 0x59678b1d fb_is_primary_device EXPORT_SYMBOL vmlinux 0x596d9a62 new_inode EXPORT_SYMBOL vmlinux 0x597f54c0 native_restore_fl -EXPORT_SYMBOL vmlinux 0x5989663f skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x5994187a pps_lookup_dev -EXPORT_SYMBOL vmlinux 0x5995dfa1 kernel_sendmsg EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a23786 vga_switcheroo_register_handler EXPORT_SYMBOL vmlinux 0x59a2f0ee packing EXPORT_SYMBOL vmlinux 0x59ae5546 max8998_read_reg EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated -EXPORT_SYMBOL vmlinux 0x59b8f9ef sk_capable EXPORT_SYMBOL vmlinux 0x59e43ed4 device_get_mac_address EXPORT_SYMBOL vmlinux 0x59f181d0 __ps2_command EXPORT_SYMBOL vmlinux 0x59f45330 flow_rule_match_enc_opts EXPORT_SYMBOL vmlinux 0x59f88702 phy_stop +EXPORT_SYMBOL vmlinux 0x5a08fa06 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 -EXPORT_SYMBOL vmlinux 0x5a191188 pci_fixup_device EXPORT_SYMBOL vmlinux 0x5a245f6d _raw_write_lock -EXPORT_SYMBOL vmlinux 0x5a25648a sock_alloc_file EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle @@ -7603,16 +7603,19 @@ EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask EXPORT_SYMBOL vmlinux 0x5a5e2085 fb_set_var EXPORT_SYMBOL vmlinux 0x5a6095eb max8925_bulk_read EXPORT_SYMBOL vmlinux 0x5a64c1cb vfs_mknod -EXPORT_SYMBOL vmlinux 0x5a898121 pci_pme_active EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict EXPORT_SYMBOL vmlinux 0x5a921311 strncmp EXPORT_SYMBOL vmlinux 0x5a95cbad mmc_add_host +EXPORT_SYMBOL vmlinux 0x5aaa2407 tcf_get_next_proto EXPORT_SYMBOL vmlinux 0x5aabf520 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x5ab4b5b4 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0x5ab5b891 param_ops_int +EXPORT_SYMBOL vmlinux 0x5ab71bb8 pci_set_master EXPORT_SYMBOL vmlinux 0x5ab7c672 __mdiobus_write -EXPORT_SYMBOL vmlinux 0x5ada6830 vga_switcheroo_unlock_ddc -EXPORT_SYMBOL vmlinux 0x5ae83c3f skb_pull -EXPORT_SYMBOL vmlinux 0x5b041931 inet_getname +EXPORT_SYMBOL vmlinux 0x5ad91ea2 pci_match_id +EXPORT_SYMBOL vmlinux 0x5adb8b9c sock_wfree +EXPORT_SYMBOL vmlinux 0x5ae99131 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x5b03880d ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x5b0681f2 vfs_rename EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax @@ -7621,46 +7624,56 @@ EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap EXPORT_SYMBOL vmlinux 0x5b8a32e6 blackhole_netdev EXPORT_SYMBOL vmlinux 0x5bae07b9 mmc_can_gpio_ro EXPORT_SYMBOL vmlinux 0x5bb31b14 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x5bc36f3a skb_tx_error +EXPORT_SYMBOL vmlinux 0x5bdc4627 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x5bdfc71a dma_direct_sync_sg_for_cpu EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub EXPORT_SYMBOL vmlinux 0x5be7a62e bio_copy_data_iter -EXPORT_SYMBOL vmlinux 0x5bef4c35 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x5bf8150a skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x5c0b3355 scsi_host_get +EXPORT_SYMBOL vmlinux 0x5c259a3a ipmr_rule_default EXPORT_SYMBOL vmlinux 0x5c3104e8 fc_mount EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region EXPORT_SYMBOL vmlinux 0x5c479174 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x5c5e3afc nf_hook_slow EXPORT_SYMBOL vmlinux 0x5c6972ab ipmi_platform_add -EXPORT_SYMBOL vmlinux 0x5c74b2e9 __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x5c9f73e3 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5cb20263 agp_copy_info EXPORT_SYMBOL vmlinux 0x5cbe9a6c tcf_em_unregister -EXPORT_SYMBOL vmlinux 0x5cbfa0e9 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x5cbfe51e nf_ct_attach EXPORT_SYMBOL vmlinux 0x5cca0e2a proc_create_single_data -EXPORT_SYMBOL vmlinux 0x5cdd97f1 xfrm_trans_queue EXPORT_SYMBOL vmlinux 0x5ce618e9 unregister_nls EXPORT_SYMBOL vmlinux 0x5cec21b1 jbd2_journal_stop -EXPORT_SYMBOL vmlinux 0x5cf4f0ab nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state -EXPORT_SYMBOL vmlinux 0x5d01b629 mem_cgroup_from_task -EXPORT_SYMBOL vmlinux 0x5d23bbed __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x5cff8cb6 sk_stop_timer EXPORT_SYMBOL vmlinux 0x5d31b46a scsi_add_device EXPORT_SYMBOL vmlinux 0x5d3cb586 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry EXPORT_SYMBOL vmlinux 0x5d75eb87 device_match_acpi_dev EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d84576e unlock_rename +EXPORT_SYMBOL vmlinux 0x5d863697 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x5d88585b dquot_resume +EXPORT_SYMBOL vmlinux 0x5d8a879a netdev_change_features EXPORT_SYMBOL vmlinux 0x5d8ab0ab io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x5d8b6e23 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x5d8c2df9 iptun_encaps EXPORT_SYMBOL vmlinux 0x5d908c63 input_register_handler EXPORT_SYMBOL vmlinux 0x5d956941 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5db52eae eth_validate_addr EXPORT_SYMBOL vmlinux 0x5db97790 rproc_add -EXPORT_SYMBOL vmlinux 0x5dbf3b86 ip_options_compile +EXPORT_SYMBOL vmlinux 0x5dca0dd6 inet6_getname +EXPORT_SYMBOL vmlinux 0x5ddddf83 pci_lost_interrupt EXPORT_SYMBOL vmlinux 0x5ddf816f mmc_of_parse_voltage EXPORT_SYMBOL vmlinux 0x5debcef7 fscrypt_free_bounce_page -EXPORT_SYMBOL vmlinux 0x5df267d5 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict +EXPORT_SYMBOL vmlinux 0x5e0034ab inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x5e2e328b thaw_bdev +EXPORT_SYMBOL vmlinux 0x5e306e71 km_new_mapping EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e35e4ac pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x5e3651eb pci_iomap EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe EXPORT_SYMBOL vmlinux 0x5e53dab3 con_is_visible EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node @@ -7670,34 +7683,32 @@ EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask EXPORT_SYMBOL vmlinux 0x5e994ce0 jbd2_journal_invalidatepage EXPORT_SYMBOL vmlinux 0x5e9d0f52 phy_detach +EXPORT_SYMBOL vmlinux 0x5ea82b62 sk_dst_check EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg -EXPORT_SYMBOL vmlinux 0x5ec30378 rps_may_expire_flow EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun -EXPORT_SYMBOL vmlinux 0x5ef91184 amd_iommu_pc_set_reg +EXPORT_SYMBOL vmlinux 0x5ef8ec57 tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0x5efbcbf5 mmc_hw_reset EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0x5eff43bc rio_query_mport +EXPORT_SYMBOL vmlinux 0x5f035565 mr_table_dump EXPORT_SYMBOL vmlinux 0x5f03a1a6 mdio_device_register EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters EXPORT_SYMBOL vmlinux 0x5f26706c devm_request_resource EXPORT_SYMBOL vmlinux 0x5f4093a0 fifo_set_limit EXPORT_SYMBOL vmlinux 0x5f40dce0 get_tree_keyed -EXPORT_SYMBOL vmlinux 0x5f461546 pci_msix_vec_count -EXPORT_SYMBOL vmlinux 0x5f4ec71b skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x5f4d0b1a amd_iommu_rlookup_table EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu EXPORT_SYMBOL vmlinux 0x5f6a27be kthread_destroy_worker EXPORT_SYMBOL vmlinux 0x5f6a5181 always_delete_dentry EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa -EXPORT_SYMBOL vmlinux 0x5f8c3f94 tcp_splice_read EXPORT_SYMBOL vmlinux 0x5f924ddd kill_fasync EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package EXPORT_SYMBOL vmlinux 0x5f94aa2d devfreq_monitor_stop EXPORT_SYMBOL vmlinux 0x5f991b71 tty_port_close EXPORT_SYMBOL vmlinux 0x5f9ecf74 __pagevec_lru_add EXPORT_SYMBOL vmlinux 0x5faa8f43 component_match_add_release -EXPORT_SYMBOL vmlinux 0x5fadf592 sk_dst_check EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact EXPORT_SYMBOL vmlinux 0x5fdfcbda jbd2_journal_check_used_features EXPORT_SYMBOL vmlinux 0x5fe28f31 unix_detach_fds @@ -7710,7 +7721,6 @@ EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x6041d3b9 register_sysctl EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent EXPORT_SYMBOL vmlinux 0x6058febc linkwatch_fire_event -EXPORT_SYMBOL vmlinux 0x6078532d inet_addr_type_table EXPORT_SYMBOL vmlinux 0x6085601b kobject_set_name EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region @@ -7718,81 +7728,82 @@ EXPORT_SYMBOL vmlinux 0x609b2853 hdmi_infoframe_pack EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off -EXPORT_SYMBOL vmlinux 0x60a8ac7a netdev_err EXPORT_SYMBOL vmlinux 0x60a96022 devfreq_suspend_device EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec -EXPORT_SYMBOL vmlinux 0x60b7c7b5 sock_rfree +EXPORT_SYMBOL vmlinux 0x60b732f8 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x60d15002 tcp_mmap EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60db8131 lock_sock_fast EXPORT_SYMBOL vmlinux 0x60dffa23 unregister_filesystem -EXPORT_SYMBOL vmlinux 0x60e3ca1c sock_no_mmap EXPORT_SYMBOL vmlinux 0x60e9da7d generic_file_splice_read -EXPORT_SYMBOL vmlinux 0x60f66363 inet_pton_with_scope -EXPORT_SYMBOL vmlinux 0x60fc1957 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x6100e2c5 blk_integrity_compare EXPORT_SYMBOL vmlinux 0x611bf0f1 prepare_creds EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x613e42eb xfrm_register_km EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb EXPORT_SYMBOL vmlinux 0x614375e3 serio_close EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set EXPORT_SYMBOL vmlinux 0x615a5ef2 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x615c9895 tcf_exts_change EXPORT_SYMBOL vmlinux 0x6162d344 __put_user_ns EXPORT_SYMBOL vmlinux 0x616682ec pnp_get_resource -EXPORT_SYMBOL vmlinux 0x6168b228 sk_mc_loop EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x618911fc numa_node EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619df5ba nf_log_set EXPORT_SYMBOL vmlinux 0x61a01f93 I_BDEV -EXPORT_SYMBOL vmlinux 0x61a6362d tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull -EXPORT_SYMBOL vmlinux 0x61b90151 udp_poll +EXPORT_SYMBOL vmlinux 0x61c8de9c __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x61dbf9b5 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x61dc04cf tcp_v4_connect EXPORT_SYMBOL vmlinux 0x61dc549d param_get_ullong EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer EXPORT_SYMBOL vmlinux 0x61f2444f rtc_add_group +EXPORT_SYMBOL vmlinux 0x61f2458a sock_no_getsockopt EXPORT_SYMBOL vmlinux 0x620d6a09 blk_integrity_unregister EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single -EXPORT_SYMBOL vmlinux 0x622a85d5 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x62300aa7 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0x6233355b scsi_device_lookup EXPORT_SYMBOL vmlinux 0x62369dbe dcache_dir_close EXPORT_SYMBOL vmlinux 0x623d9ff9 xsk_clear_tx_need_wakeup -EXPORT_SYMBOL vmlinux 0x6247123a amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x626849e5 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister -EXPORT_SYMBOL vmlinux 0x627e785f skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name EXPORT_SYMBOL vmlinux 0x62890955 __tracepoint_spi_transfer_stop -EXPORT_SYMBOL vmlinux 0x628f7c7f inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x62a7d2c3 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x62ae671c xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x62b7ddf8 unlink_framebuffer EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin -EXPORT_SYMBOL vmlinux 0x62c7b5af kfree_skb +EXPORT_SYMBOL vmlinux 0x62d348b7 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x62de8aa9 vfio_pin_pages -EXPORT_SYMBOL vmlinux 0x62e8845a kfree_skb_partial EXPORT_SYMBOL vmlinux 0x62fd0331 kobject_del EXPORT_SYMBOL vmlinux 0x62ffcb4c rproc_da_to_va EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled -EXPORT_SYMBOL vmlinux 0x631a06f8 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0x631fbdd6 blk_mq_queue_stopped EXPORT_SYMBOL vmlinux 0x631fe715 uart_resume_port -EXPORT_SYMBOL vmlinux 0x63278374 skb_checksum_setup -EXPORT_SYMBOL vmlinux 0x63288b9a pci_write_config_word EXPORT_SYMBOL vmlinux 0x6335e9e6 dentry_open EXPORT_SYMBOL vmlinux 0x633d43aa dquot_set_dqblk -EXPORT_SYMBOL vmlinux 0x6340b55c netpoll_cleanup -EXPORT_SYMBOL vmlinux 0x63484071 pcie_capability_write_word -EXPORT_SYMBOL vmlinux 0x634a8e42 ip_defrag +EXPORT_SYMBOL vmlinux 0x634cee4b pcim_iounmap EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps EXPORT_SYMBOL vmlinux 0x6362ae91 mipi_dsi_dcs_set_pixel_format EXPORT_SYMBOL vmlinux 0x6368a3fa from_kuid EXPORT_SYMBOL vmlinux 0x6370d197 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x637b391b __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x63918e92 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0x63a3954e devm_memremap +EXPORT_SYMBOL vmlinux 0x63a4722b pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region -EXPORT_SYMBOL vmlinux 0x63c48593 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x63ba7799 ip6_frag_next EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight +EXPORT_SYMBOL vmlinux 0x63d2f82b pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x63d39dc3 dev_alloc_name EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x63e0e19a ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink -EXPORT_SYMBOL vmlinux 0x63fee5e0 dev_set_mac_address -EXPORT_SYMBOL vmlinux 0x64017802 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x63fdac6b agp_allocate_memory EXPORT_SYMBOL vmlinux 0x6403078c generic_error_remove_page EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off @@ -7800,25 +7811,23 @@ EXPORT_SYMBOL vmlinux 0x641ea55d __cgroup_bpf_run_filter_sysctl EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout EXPORT_SYMBOL vmlinux 0x64356601 sk_stream_kill_queues EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free -EXPORT_SYMBOL vmlinux 0x644974aa register_tcf_proto_ops -EXPORT_SYMBOL vmlinux 0x645ce58a nf_log_register +EXPORT_SYMBOL vmlinux 0x64657499 xfrm_state_add EXPORT_SYMBOL vmlinux 0x646a7796 nvdimm_namespace_common_probe EXPORT_SYMBOL vmlinux 0x64706c26 mmc_detect_card_removed EXPORT_SYMBOL vmlinux 0x6480a78b __wait_on_buffer EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x6483df11 __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6491e4ef agp_generic_remove_memory EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait EXPORT_SYMBOL vmlinux 0x64a2f7ec ll_rw_block EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu -EXPORT_SYMBOL vmlinux 0x64b182ea napi_gro_flush EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64cd8a25 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x64cdc1a7 read_dev_sector EXPORT_SYMBOL vmlinux 0x64d91ae6 vlan_for_each -EXPORT_SYMBOL vmlinux 0x64dfc7c5 pfifo_fast_ops -EXPORT_SYMBOL vmlinux 0x64ed4423 __sock_queue_rcv_skb -EXPORT_SYMBOL vmlinux 0x64f2bd04 pci_reenable_device -EXPORT_SYMBOL vmlinux 0x6500ba5c pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x64e51c28 neigh_xmit +EXPORT_SYMBOL vmlinux 0x64f585a2 dev_set_mac_address EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth EXPORT_SYMBOL vmlinux 0x65143a02 __frontswap_test EXPORT_SYMBOL vmlinux 0x651a4139 test_taint @@ -7826,14 +7835,13 @@ EXPORT_SYMBOL vmlinux 0x652032cb mac_pton EXPORT_SYMBOL vmlinux 0x6522acf6 prepare_kernel_cred EXPORT_SYMBOL vmlinux 0x6523cbca __i2c_transfer EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6530b2d0 __netif_schedule +EXPORT_SYMBOL vmlinux 0x653fa1f4 pci_release_region EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob -EXPORT_SYMBOL vmlinux 0x654a9d5e xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames EXPORT_SYMBOL vmlinux 0x65622b05 done_path_create EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf -EXPORT_SYMBOL vmlinux 0x6577504b __skb_flow_get_ports -EXPORT_SYMBOL vmlinux 0x658c94bd netdev_notice EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset EXPORT_SYMBOL vmlinux 0x658d62f4 iw_handler_get_thrspy EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc @@ -7842,18 +7850,16 @@ EXPORT_SYMBOL vmlinux 0x65a472ad open_with_fake_path EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d8d392 __sock_create EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer -EXPORT_SYMBOL vmlinux 0x661b1e1c skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x6626afca down EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status -EXPORT_SYMBOL vmlinux 0x66374091 pci_iomap EXPORT_SYMBOL vmlinux 0x6643e7c7 tcf_em_tree_dump EXPORT_SYMBOL vmlinux 0x664913e9 dquot_enable EXPORT_SYMBOL vmlinux 0x664c1f57 scsi_is_target_device EXPORT_SYMBOL vmlinux 0x664e1331 edac_mc_find -EXPORT_SYMBOL vmlinux 0x66549259 __skb_gso_segment EXPORT_SYMBOL vmlinux 0x665796ce textsearch_find_continuous EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset @@ -7861,17 +7867,21 @@ EXPORT_SYMBOL vmlinux 0x668b19a1 down_read EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock EXPORT_SYMBOL vmlinux 0x66b1fab3 pid_task EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c89ca4 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec +EXPORT_SYMBOL vmlinux 0x66e69d34 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x66f9cfca __ip_options_compile +EXPORT_SYMBOL vmlinux 0x66fab51b sock_no_mmap EXPORT_SYMBOL vmlinux 0x6700486e gnet_stats_copy_app -EXPORT_SYMBOL vmlinux 0x6700be79 register_netdev EXPORT_SYMBOL vmlinux 0x670ad9f9 PageMovable +EXPORT_SYMBOL vmlinux 0x67160754 tso_start EXPORT_SYMBOL vmlinux 0x67264544 dma_direct_map_resource +EXPORT_SYMBOL vmlinux 0x6726f943 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 EXPORT_SYMBOL vmlinux 0x672ef766 mfd_add_devices EXPORT_SYMBOL vmlinux 0x6736eacf security_path_mknod EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges EXPORT_SYMBOL vmlinux 0x674595be dm_kcopyd_copy -EXPORT_SYMBOL vmlinux 0x6747004c nf_ip6_checksum EXPORT_SYMBOL vmlinux 0x67475273 inode_get_bytes EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init EXPORT_SYMBOL vmlinux 0x6759601b xsk_umem_has_addrs @@ -7879,28 +7889,25 @@ EXPORT_SYMBOL vmlinux 0x6763d0c3 fscrypt_free_inode EXPORT_SYMBOL vmlinux 0x6771ffb8 pnp_possible_config EXPORT_SYMBOL vmlinux 0x678a8b8f twl6040_reg_write EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc -EXPORT_SYMBOL vmlinux 0x679ad7ef pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x679f984a set_create_files_as EXPORT_SYMBOL vmlinux 0x67a9f33b devm_pci_remap_iospace -EXPORT_SYMBOL vmlinux 0x67ab3259 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x67afe5a3 block_commit_write EXPORT_SYMBOL vmlinux 0x67b1da5a __vfs_setxattr -EXPORT_SYMBOL vmlinux 0x67b26457 eth_change_mtu EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios EXPORT_SYMBOL vmlinux 0x67b6ca43 do_SAK EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read EXPORT_SYMBOL vmlinux 0x67c787e5 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x67cc50b8 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0x67ce2de7 param_set_long EXPORT_SYMBOL vmlinux 0x67ce65f3 init_task EXPORT_SYMBOL vmlinux 0x67d1a422 fwnode_get_mac_address -EXPORT_SYMBOL vmlinux 0x67da1ed9 tcp_check_req EXPORT_SYMBOL vmlinux 0x67e96013 cdrom_release +EXPORT_SYMBOL vmlinux 0x67ec8351 pci_restore_state EXPORT_SYMBOL vmlinux 0x67eec8cd file_path -EXPORT_SYMBOL vmlinux 0x67f74fd1 __xfrm_state_delete EXPORT_SYMBOL vmlinux 0x6826571e generic_block_bmap EXPORT_SYMBOL vmlinux 0x68414b17 xsk_umem_consume_tx -EXPORT_SYMBOL vmlinux 0x684c1ceb xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x684ca63c __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu EXPORT_SYMBOL vmlinux 0x685760a1 generic_file_readonly_mmap EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort @@ -7910,67 +7917,73 @@ EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font EXPORT_SYMBOL vmlinux 0x68b366b0 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x68be398c sock_edemux EXPORT_SYMBOL vmlinux 0x68c7e6eb try_to_free_buffers EXPORT_SYMBOL vmlinux 0x68d86f5f ps2_cmd_aborted EXPORT_SYMBOL vmlinux 0x68e15637 __SetPageMovable -EXPORT_SYMBOL vmlinux 0x68e6b501 kernel_connect EXPORT_SYMBOL vmlinux 0x68ee37f5 phy_driver_unregister EXPORT_SYMBOL vmlinux 0x6902037a scmd_printk EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot EXPORT_SYMBOL vmlinux 0x6912c3d6 touchscreen_parse_properties EXPORT_SYMBOL vmlinux 0x6914724f touch_atime +EXPORT_SYMBOL vmlinux 0x69157488 pci_write_config_word EXPORT_SYMBOL vmlinux 0x691b89a3 padata_start EXPORT_SYMBOL vmlinux 0x691cb46a __vfs_getxattr EXPORT_SYMBOL vmlinux 0x691d3d12 sock_diag_put_filterinfo EXPORT_SYMBOL vmlinux 0x691d503e set_anon_super +EXPORT_SYMBOL vmlinux 0x69291090 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x69585523 __ksize EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days EXPORT_SYMBOL vmlinux 0x697148f4 pci_ep_cfs_add_epc_group -EXPORT_SYMBOL vmlinux 0x69790abd pcie_set_readrq -EXPORT_SYMBOL vmlinux 0x698838eb tcp_make_synack EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 EXPORT_SYMBOL vmlinux 0x698966b8 cfb_copyarea EXPORT_SYMBOL vmlinux 0x698f7ccd con_is_bound -EXPORT_SYMBOL vmlinux 0x69a47ca2 inet_sendpage +EXPORT_SYMBOL vmlinux 0x699cf2fa sock_release EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy -EXPORT_SYMBOL vmlinux 0x69ad15ac __inet_hash EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b6db88 rt6_lookup +EXPORT_SYMBOL vmlinux 0x69cb3075 netdev_warn EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e50b76 pci_pme_capable EXPORT_SYMBOL vmlinux 0x69f37e5f nd_btt_arena_is_valid EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree EXPORT_SYMBOL vmlinux 0x6a0ce41e iterate_dir EXPORT_SYMBOL vmlinux 0x6a121a09 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x6a17e84c put_cmsg EXPORT_SYMBOL vmlinux 0x6a261b78 irq_stat -EXPORT_SYMBOL vmlinux 0x6a2c15dd udp_disconnect -EXPORT_SYMBOL vmlinux 0x6a444b27 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x6a484c63 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x6a539e30 pci_free_irq EXPORT_SYMBOL vmlinux 0x6a5c0e7a watchdog_unregister_governor EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6dc97e pci_enable_msix_range EXPORT_SYMBOL vmlinux 0x6a713091 pnp_start_dev EXPORT_SYMBOL vmlinux 0x6a7df58d __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6a8ee56a nf_register_net_hooks EXPORT_SYMBOL vmlinux 0x6a99aa9b tag_pages_for_writeback EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order EXPORT_SYMBOL vmlinux 0x6ab50a5e __sync_dirty_buffer -EXPORT_SYMBOL vmlinux 0x6ab908a3 dev_deactivate EXPORT_SYMBOL vmlinux 0x6ad04d2a sync_inode +EXPORT_SYMBOL vmlinux 0x6ad4e331 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x6add113e tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device -EXPORT_SYMBOL vmlinux 0x6ae6f200 ip6mr_rule_default EXPORT_SYMBOL vmlinux 0x6aeebc81 dev_uc_flush EXPORT_SYMBOL vmlinux 0x6aeec5a7 dma_pool_create EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6aff51b2 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x6b077d32 seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0x6b23a434 add_random_ready_callback EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack -EXPORT_SYMBOL vmlinux 0x6b39b978 dev_alloc_name -EXPORT_SYMBOL vmlinux 0x6b4f2c63 neigh_ifdown EXPORT_SYMBOL vmlinux 0x6b53a9f8 mipi_dsi_dcs_set_display_brightness EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x6b61f7c7 sock_kfree_s EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy EXPORT_SYMBOL vmlinux 0x6b8283be convert_art_to_tsc EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval @@ -7978,31 +7991,32 @@ EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list EXPORT_SYMBOL vmlinux 0x6b8cc8d6 mipi_dsi_generic_read EXPORT_SYMBOL vmlinux 0x6ba978dc vfs_getattr_nosec EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev -EXPORT_SYMBOL vmlinux 0x6bd3cadb agp3_generic_tlbflush EXPORT_SYMBOL vmlinux 0x6be0d38b unregister_sysctl_table EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method EXPORT_SYMBOL vmlinux 0x6be3795f bdi_put -EXPORT_SYMBOL vmlinux 0x6be71b81 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x6bf13b53 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x6c056100 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x6c20031b scsi_is_sdev_device EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change EXPORT_SYMBOL vmlinux 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL vmlinux 0x6c47ce96 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb EXPORT_SYMBOL vmlinux 0x6c703e40 configfs_unregister_default_group EXPORT_SYMBOL vmlinux 0x6c717245 clk_get EXPORT_SYMBOL vmlinux 0x6c82d12d __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x6c94dd58 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x6c9a2650 __skb_gso_segment EXPORT_SYMBOL vmlinux 0x6ca1a810 mmc_erase_group_aligned EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk EXPORT_SYMBOL vmlinux 0x6cb56e0e bpf_prog_get_type_path -EXPORT_SYMBOL vmlinux 0x6cb806d9 __ip_mc_inc_group -EXPORT_SYMBOL vmlinux 0x6cbab1d4 neigh_table_init -EXPORT_SYMBOL vmlinux 0x6cbc56fc pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0x6cd386dd __page_frag_cache_drain EXPORT_SYMBOL vmlinux 0x6cecb9f3 kill_pid EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x6cfc8d56 d_exact_alias EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d0eb524 nf_log_packet EXPORT_SYMBOL vmlinux 0x6d1ac4a9 dma_resv_init EXPORT_SYMBOL vmlinux 0x6d24651e d_genocide EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies @@ -8012,12 +8026,13 @@ EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0x6d40743a d_set_fallthru EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged -EXPORT_SYMBOL vmlinux 0x6d71a25c inet_frag_destroy EXPORT_SYMBOL vmlinux 0x6d76a682 mount_bdev +EXPORT_SYMBOL vmlinux 0x6d7c0568 compat_sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x6d808aee jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x6d818088 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x6d97ad41 audit_log EXPORT_SYMBOL vmlinux 0x6da1c611 acpi_match_device_ids EXPORT_SYMBOL vmlinux 0x6da36a42 nvdimm_namespace_disk_name -EXPORT_SYMBOL vmlinux 0x6db161b7 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header @@ -8026,30 +8041,26 @@ EXPORT_SYMBOL vmlinux 0x6ddb4970 scsi_unblock_requests EXPORT_SYMBOL vmlinux 0x6dddc556 simple_readpage EXPORT_SYMBOL vmlinux 0x6de13801 wait_for_completion EXPORT_SYMBOL vmlinux 0x6de3d2cb bd_set_size -EXPORT_SYMBOL vmlinux 0x6dec6613 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction -EXPORT_SYMBOL vmlinux 0x6df665ef netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x6df936a7 simple_write_end EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x6e082869 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x6e0e0f96 xfrm_state_update EXPORT_SYMBOL vmlinux 0x6e1f13e0 mark_info_dirty EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack EXPORT_SYMBOL vmlinux 0x6e2dc8d0 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x6e32e490 netdev_pick_tx EXPORT_SYMBOL vmlinux 0x6e4d157d __splice_from_pipe EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run -EXPORT_SYMBOL vmlinux 0x6e5c243d ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x6e639b41 t10_pi_type3_crc -EXPORT_SYMBOL vmlinux 0x6e6d32c4 vif_device_init EXPORT_SYMBOL vmlinux 0x6e713b5b tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock -EXPORT_SYMBOL vmlinux 0x6e888e37 pneigh_lookup -EXPORT_SYMBOL vmlinux 0x6e8b4d55 tso_build_data +EXPORT_SYMBOL vmlinux 0x6e7a26ca xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0x6e97c5c8 param_set_uint EXPORT_SYMBOL vmlinux 0x6e991f60 default_llseek EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig -EXPORT_SYMBOL vmlinux 0x6ebfce87 ipv6_sock_mc_join -EXPORT_SYMBOL vmlinux 0x6ec4af71 neigh_xmit EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check EXPORT_SYMBOL vmlinux 0x6ee24770 get_user_pages_remote EXPORT_SYMBOL vmlinux 0x6ee9655c blk_queue_segment_boundary @@ -8057,9 +8068,10 @@ EXPORT_SYMBOL vmlinux 0x6eeb1647 mount_nodev EXPORT_SYMBOL vmlinux 0x6ef7ab52 ethtool_op_get_link EXPORT_SYMBOL vmlinux 0x6f0442ec kobject_get EXPORT_SYMBOL vmlinux 0x6f0eaba2 dqput +EXPORT_SYMBOL vmlinux 0x6f14a7eb inet_offloads +EXPORT_SYMBOL vmlinux 0x6f15dc8c neigh_app_ns EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit -EXPORT_SYMBOL vmlinux 0x6f253031 sock_create_lite -EXPORT_SYMBOL vmlinux 0x6f2fb772 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x6f1e5fc6 netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource EXPORT_SYMBOL vmlinux 0x6f4b6395 security_inode_invalidate_secctx EXPORT_SYMBOL vmlinux 0x6f5d77d4 soft_cursor @@ -8079,48 +8091,49 @@ EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert EXPORT_SYMBOL vmlinux 0x6fc0ea80 __phy_resume EXPORT_SYMBOL vmlinux 0x6fc5c8c7 simple_transaction_set EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog -EXPORT_SYMBOL vmlinux 0x6fd00c19 skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x6fd131ab fscrypt_fname_disk_to_usr EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x6fe43bad neigh_seq_stop EXPORT_SYMBOL vmlinux 0x6ff22389 filemap_write_and_wait_range -EXPORT_SYMBOL vmlinux 0x6ff8239d netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 -EXPORT_SYMBOL vmlinux 0x700f001a inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x701b0125 km_query EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen -EXPORT_SYMBOL vmlinux 0x7031c80c dst_dev_put EXPORT_SYMBOL vmlinux 0x70376b0a twl6040_set_bits EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock EXPORT_SYMBOL vmlinux 0x7044347d phy_device_remove -EXPORT_SYMBOL vmlinux 0x704552f1 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x704f21c9 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x706b0597 register_netdev EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free EXPORT_SYMBOL vmlinux 0x7074c9c1 task_work_add EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put EXPORT_SYMBOL vmlinux 0x70986966 blk_queue_physical_block_size EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup EXPORT_SYMBOL vmlinux 0x70b66f1c md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x70c0abb2 sock_wake_async +EXPORT_SYMBOL vmlinux 0x70cdae82 vga_put EXPORT_SYMBOL vmlinux 0x70eea506 vfs_parse_fs_string EXPORT_SYMBOL vmlinux 0x70f6ceb2 no_llseek -EXPORT_SYMBOL vmlinux 0x7123e44f ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc -EXPORT_SYMBOL vmlinux 0x7132df23 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x712ecded tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x712f77d9 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x7136f84a inet_gro_receive +EXPORT_SYMBOL vmlinux 0x713eac8d sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x713fb784 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add -EXPORT_SYMBOL vmlinux 0x7154900d pci_release_regions -EXPORT_SYMBOL vmlinux 0x7155af26 inet_listen EXPORT_SYMBOL vmlinux 0x71579742 dm_table_get_md EXPORT_SYMBOL vmlinux 0x7164c91e ps2_command EXPORT_SYMBOL vmlinux 0x716765b4 generic_delete_inode EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717b34f9 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x718a9dd4 __scsi_execute EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy -EXPORT_SYMBOL vmlinux 0x71b6caf8 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x71acacaf ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x71afadc1 napi_schedule_prep EXPORT_SYMBOL vmlinux 0x71d666eb writeback_inodes_sb_nr -EXPORT_SYMBOL vmlinux 0x71eb2a6d get_dev_data -EXPORT_SYMBOL vmlinux 0x71ed33c4 pci_scan_bus -EXPORT_SYMBOL vmlinux 0x71fded2d napi_schedule_prep EXPORT_SYMBOL vmlinux 0x72015cf6 d_alloc_name EXPORT_SYMBOL vmlinux 0x72368fb6 sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0x723d392d pm860x_set_bits @@ -8133,50 +8146,45 @@ EXPORT_SYMBOL vmlinux 0x728cdfc0 __lock_page EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma EXPORT_SYMBOL vmlinux 0x72b4e316 md_bitmap_free -EXPORT_SYMBOL vmlinux 0x72b86fe0 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72c22ddd reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x72d6e5bb dev_remove_offload EXPORT_SYMBOL vmlinux 0x72d93847 dcbnl_ieee_notify EXPORT_SYMBOL vmlinux 0x72e59f8d simple_transaction_release EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type EXPORT_SYMBOL vmlinux 0x72f5e3b3 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x72f711d4 poll_initwait EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7318c672 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal -EXPORT_SYMBOL vmlinux 0x731d255c udp_sendmsg -EXPORT_SYMBOL vmlinux 0x7324aab0 nf_register_net_hook EXPORT_SYMBOL vmlinux 0x732a55e6 __qdisc_calculate_pkt_len EXPORT_SYMBOL vmlinux 0x732c206b fscrypt_decrypt_pagecache_blocks -EXPORT_SYMBOL vmlinux 0x73399148 sock_edemux EXPORT_SYMBOL vmlinux 0x733b60f4 lookup_one_len EXPORT_SYMBOL vmlinux 0x733ed24a key_payload_reserve EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt -EXPORT_SYMBOL vmlinux 0x7355cf09 build_skb_around +EXPORT_SYMBOL vmlinux 0x73555d7c udp_seq_ops EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer EXPORT_SYMBOL vmlinux 0x736b5662 _raw_read_lock_irqsave EXPORT_SYMBOL vmlinux 0x7380dffa argv_split EXPORT_SYMBOL vmlinux 0x73883614 is_nd_pfn -EXPORT_SYMBOL vmlinux 0x73973fb6 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x73914e04 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x739e73b1 add_to_pipe +EXPORT_SYMBOL vmlinux 0x73a97c81 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x73c374d3 neigh_table_clear EXPORT_SYMBOL vmlinux 0x73c99816 jbd2_journal_destroy EXPORT_SYMBOL vmlinux 0x73d9e0ac rfkill_alloc EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable -EXPORT_SYMBOL vmlinux 0x73f238dc xfrm6_rcv EXPORT_SYMBOL vmlinux 0x73fe4776 scsi_bios_ptable EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi EXPORT_SYMBOL vmlinux 0x740f0bc0 dma_direct_sync_sg_for_device EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus -EXPORT_SYMBOL vmlinux 0x7418fde5 vga_get EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes -EXPORT_SYMBOL vmlinux 0x7428630c xfrm_lookup -EXPORT_SYMBOL vmlinux 0x744a1495 skb_queue_tail -EXPORT_SYMBOL vmlinux 0x745d7fdf rtnl_create_link EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event -EXPORT_SYMBOL vmlinux 0x7478c9a1 __napi_schedule +EXPORT_SYMBOL vmlinux 0x747a579d arp_create EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked -EXPORT_SYMBOL vmlinux 0x7490d88f netdev_lower_get_next EXPORT_SYMBOL vmlinux 0x74918cb9 kill_block_super EXPORT_SYMBOL vmlinux 0x7496adef blk_get_queue EXPORT_SYMBOL vmlinux 0x749a4ed0 input_mt_report_finger_count @@ -8189,11 +8197,12 @@ EXPORT_SYMBOL vmlinux 0x74dc1407 dec_node_page_state EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e3ce9d file_fdatawait_range EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e7b571 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x74e89c09 scsi_is_host_device EXPORT_SYMBOL vmlinux 0x74f22191 mmc_gpio_get_ro EXPORT_SYMBOL vmlinux 0x74f9c5b6 hmm_range_dma_map EXPORT_SYMBOL vmlinux 0x74fcdb33 security_d_instantiate -EXPORT_SYMBOL vmlinux 0x7508587c tcf_block_get +EXPORT_SYMBOL vmlinux 0x750146f9 register_netdevice EXPORT_SYMBOL vmlinux 0x750bbc20 jbd2_journal_unlock_updates EXPORT_SYMBOL vmlinux 0x7515c222 fb_validate_mode EXPORT_SYMBOL vmlinux 0x7538b132 agp_off @@ -8201,39 +8210,39 @@ EXPORT_SYMBOL vmlinux 0x754327cf __inode_sub_bytes EXPORT_SYMBOL vmlinux 0x7548bd81 scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0x754c20c5 find_get_pages_range_tag EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x755e75b0 kernel_bind EXPORT_SYMBOL vmlinux 0x7560636b blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x7569a8e8 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x757bcdea netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7588b1ec tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x758fc7d8 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock -EXPORT_SYMBOL vmlinux 0x75b78b63 pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75c875df fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump EXPORT_SYMBOL vmlinux 0x75e60613 key_put -EXPORT_SYMBOL vmlinux 0x75ee29d9 pci_scan_root_bus_bridge -EXPORT_SYMBOL vmlinux 0x75ee33c9 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x75f7ae23 phy_ethtool_get_eee EXPORT_SYMBOL vmlinux 0x76046f79 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x76095d45 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x760a0f4f yield EXPORT_SYMBOL vmlinux 0x760c7277 generic_update_time EXPORT_SYMBOL vmlinux 0x76173b71 dump_skip -EXPORT_SYMBOL vmlinux 0x761e5c58 sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired -EXPORT_SYMBOL vmlinux 0x76251fc0 netif_skb_features EXPORT_SYMBOL vmlinux 0x762b6620 scsi_report_device_reset EXPORT_SYMBOL vmlinux 0x7632693f md_flush_request -EXPORT_SYMBOL vmlinux 0x76360262 kernel_setsockopt EXPORT_SYMBOL vmlinux 0x763ba3ad ioread64be_hi_lo -EXPORT_SYMBOL vmlinux 0x763bb516 __skb_pad EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765c56af __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x765fb702 pps_event EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages EXPORT_SYMBOL vmlinux 0x766c4fc7 nd_pfn_validate -EXPORT_SYMBOL vmlinux 0x7677733d xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc EXPORT_SYMBOL vmlinux 0x768a332c input_allocate_device +EXPORT_SYMBOL vmlinux 0x76969257 xfrm_state_insert EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check EXPORT_SYMBOL vmlinux 0x76ad5b14 blk_queue_io_opt EXPORT_SYMBOL vmlinux 0x76d31a6d wake_up_process @@ -8241,6 +8250,8 @@ EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint EXPORT_SYMBOL vmlinux 0x76d6ce6a _dev_emerg EXPORT_SYMBOL vmlinux 0x76dc4737 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x76e6286e pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x76ee27c9 dev_queue_xmit EXPORT_SYMBOL vmlinux 0x76f24eef padata_alloc_possible EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier EXPORT_SYMBOL vmlinux 0x77106d4c release_firmware @@ -8249,65 +8260,65 @@ EXPORT_SYMBOL vmlinux 0x772fa502 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0x7734684e is_nd_btt EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7743d8b2 vif_device_init EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7760c406 ip_do_fragment EXPORT_SYMBOL vmlinux 0x77699568 dmam_free_coherent EXPORT_SYMBOL vmlinux 0x77973fe9 pmem_sector_size EXPORT_SYMBOL vmlinux 0x7797b1c2 vme_init_bridge EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll EXPORT_SYMBOL vmlinux 0x77b0fed9 __next_node_in -EXPORT_SYMBOL vmlinux 0x77b290c9 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x77b6086f __nlmsg_put EXPORT_SYMBOL vmlinux 0x77b677f8 __module_get EXPORT_SYMBOL vmlinux 0x77bc13a0 strim -EXPORT_SYMBOL vmlinux 0x77bec964 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x77ce9a79 tcf_em_tree_validate -EXPORT_SYMBOL vmlinux 0x77e45a91 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x77e3d3a5 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt EXPORT_SYMBOL vmlinux 0x7812c047 __vmalloc EXPORT_SYMBOL vmlinux 0x7812c5f6 wireless_send_event +EXPORT_SYMBOL vmlinux 0x78157ce4 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x781a1dbb agp_generic_free_by_type EXPORT_SYMBOL vmlinux 0x7822a50b do_clone_file_range -EXPORT_SYMBOL vmlinux 0x7826071c nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x782fa517 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x783df68c dquot_get_dqblk EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r -EXPORT_SYMBOL vmlinux 0x7847cc35 tcp_gro_complete -EXPORT_SYMBOL vmlinux 0x784c34ac get_agp_version -EXPORT_SYMBOL vmlinux 0x78765609 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x785641fd inet_put_port +EXPORT_SYMBOL vmlinux 0x7877ae98 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789461b7 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt EXPORT_SYMBOL vmlinux 0x78b31de6 hmm_mirror_register -EXPORT_SYMBOL vmlinux 0x78d4405d pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e38e1b netdev_emerg EXPORT_SYMBOL vmlinux 0x78ecf8f2 has_capability EXPORT_SYMBOL vmlinux 0x78f44845 cdev_del -EXPORT_SYMBOL vmlinux 0x790cb8da netdev_port_same_parent_id -EXPORT_SYMBOL vmlinux 0x792a6161 neigh_seq_stop -EXPORT_SYMBOL vmlinux 0x793f13ba tcp_req_err +EXPORT_SYMBOL vmlinux 0x7903cbd9 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x79052249 udp_lib_get_port EXPORT_SYMBOL vmlinux 0x7952dc76 mmc_can_sanitize EXPORT_SYMBOL vmlinux 0x796eb22c find_inode_nowait EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin EXPORT_SYMBOL vmlinux 0x797ab7cb rproc_elf_sanity_check -EXPORT_SYMBOL vmlinux 0x79820843 netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0x7984eefc key_update -EXPORT_SYMBOL vmlinux 0x798eaded dev_remove_offload EXPORT_SYMBOL vmlinux 0x79913021 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x799cfd74 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes EXPORT_SYMBOL vmlinux 0x79b25897 blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted -EXPORT_SYMBOL vmlinux 0x7a07ce83 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x79f52f0c pci_disable_msix EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute -EXPORT_SYMBOL vmlinux 0x7a0b454d sockfd_lookup EXPORT_SYMBOL vmlinux 0x7a16516a scsi_print_result -EXPORT_SYMBOL vmlinux 0x7a1982dc sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x7a1b0a79 compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1ed0b4 netdev_features_change +EXPORT_SYMBOL vmlinux 0x7a1fbcb7 tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x7a26192d free_buffer_head EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number -EXPORT_SYMBOL vmlinux 0x7a3b4e9c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x7a3025a1 tcp_prot EXPORT_SYMBOL vmlinux 0x7a4497db kzfree -EXPORT_SYMBOL vmlinux 0x7a5f715c km_report EXPORT_SYMBOL vmlinux 0x7a6f598d send_sig_mceerr EXPORT_SYMBOL vmlinux 0x7a811abb genphy_restart_aneg EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write @@ -8316,11 +8327,9 @@ EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree EXPORT_SYMBOL vmlinux 0x7aa73c58 mipi_dsi_dcs_set_tear_scanline -EXPORT_SYMBOL vmlinux 0x7aae56f8 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x7aaab7d1 netif_rx_ni EXPORT_SYMBOL vmlinux 0x7ab2dd01 max8925_reg_read EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt -EXPORT_SYMBOL vmlinux 0x7abf96c2 tcp_recvmsg -EXPORT_SYMBOL vmlinux 0x7ac14c46 skb_dequeue EXPORT_SYMBOL vmlinux 0x7ac162a1 file_check_and_advance_wb_err EXPORT_SYMBOL vmlinux 0x7ac9fc84 mmc_free_host EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt @@ -8332,10 +8341,11 @@ EXPORT_SYMBOL vmlinux 0x7afe113a cdev_add EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 EXPORT_SYMBOL vmlinux 0x7b2822be scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7b38d166 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x7b43984c md_wait_for_blocked_rdev EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem EXPORT_SYMBOL vmlinux 0x7b4e12d1 tcf_action_set_ctrlact -EXPORT_SYMBOL vmlinux 0x7b5732fb udp_seq_stop +EXPORT_SYMBOL vmlinux 0x7b5baf9c udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x7b6e89e8 security_sb_remount EXPORT_SYMBOL vmlinux 0x7b788c9a md_finish_reshape EXPORT_SYMBOL vmlinux 0x7b7b9b0a eisa_driver_unregister @@ -8348,26 +8358,30 @@ EXPORT_SYMBOL vmlinux 0x7b9d2f22 amd_iommu_flush_page EXPORT_SYMBOL vmlinux 0x7bb245fb unix_destruct_scm EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write EXPORT_SYMBOL vmlinux 0x7bb597f3 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x7bb99c4d sock_gettstamp EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids EXPORT_SYMBOL vmlinux 0x7bbd2476 textsearch_prepare -EXPORT_SYMBOL vmlinux 0x7bcbaf39 pskb_expand_head EXPORT_SYMBOL vmlinux 0x7c012b1a acpi_bus_register_driver EXPORT_SYMBOL vmlinux 0x7c059995 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x7c0b4b1a inet_frag_destroy EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement EXPORT_SYMBOL vmlinux 0x7c1a3f34 nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0x7c353e8b bdget_disk EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get EXPORT_SYMBOL vmlinux 0x7c584183 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x7c6f235a xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x7c79bee2 netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x7c8aaa48 rproc_elf_find_loaded_rsc_table EXPORT_SYMBOL vmlinux 0x7c8b6e7d wait_on_page_bit EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL vmlinux 0x7cc122d5 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x7cc8624f generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x7cd0cb1a agp_free_memory EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid EXPORT_SYMBOL vmlinux 0x7ce4a273 d_drop -EXPORT_SYMBOL vmlinux 0x7ce93241 sk_free EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys @@ -8378,11 +8392,12 @@ EXPORT_SYMBOL vmlinux 0x7d4fc6c0 tty_unregister_device EXPORT_SYMBOL vmlinux 0x7d5e048c flush_signals EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio -EXPORT_SYMBOL vmlinux 0x7d9117b7 agp_generic_alloc_page EXPORT_SYMBOL vmlinux 0x7da5ac9a get_thermal_instance EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db80ff6 pci_pme_active EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe EXPORT_SYMBOL vmlinux 0x7ddbad2e key_task_permission +EXPORT_SYMBOL vmlinux 0x7ddbe539 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7e06b747 security_sctp_sk_clone EXPORT_SYMBOL vmlinux 0x7e0826e2 atomic_dec_and_mutex_lock @@ -8395,8 +8410,10 @@ EXPORT_SYMBOL vmlinux 0x7e46edff rproc_get_by_child EXPORT_SYMBOL vmlinux 0x7e526bfa __x86_indirect_thunk_r10 EXPORT_SYMBOL vmlinux 0x7e78634b security_sk_classify_flow EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e971e74 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x7e9f6229 mipi_dsi_set_maximum_return_packet_size EXPORT_SYMBOL vmlinux 0x7eaa4fa3 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x7ec5ff3f netdev_info EXPORT_SYMBOL vmlinux 0x7ec78bdd rename_lock EXPORT_SYMBOL vmlinux 0x7ed6b815 md_error EXPORT_SYMBOL vmlinux 0x7eef31e5 vme_master_mmap @@ -8414,15 +8431,17 @@ EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table EXPORT_SYMBOL vmlinux 0x7f5e00ec fscrypt_setup_filename EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable EXPORT_SYMBOL vmlinux 0x7f87ebc1 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x7f9f484e __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7fb1dc38 napi_gro_frags EXPORT_SYMBOL vmlinux 0x7fc12132 jbd2_journal_init_inode EXPORT_SYMBOL vmlinux 0x7fca9bd8 mmc_get_card -EXPORT_SYMBOL vmlinux 0x7fd177c1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x7fd92ae2 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x7fe1b3b3 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x7fedc28b buffer_migrate_page EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start -EXPORT_SYMBOL vmlinux 0x80299ae3 poll_initwait +EXPORT_SYMBOL vmlinux 0x8018a2b7 pcie_set_mps EXPORT_SYMBOL vmlinux 0x8043afd0 scsi_add_host_with_dma -EXPORT_SYMBOL vmlinux 0x8046514c cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu EXPORT_SYMBOL vmlinux 0x80799437 acpi_pm_device_sleep_state EXPORT_SYMBOL vmlinux 0x807dc366 sync_file_create @@ -8434,49 +8453,49 @@ EXPORT_SYMBOL vmlinux 0x80bc23a2 qdisc_warn_nonwc EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd EXPORT_SYMBOL vmlinux 0x80d30bdf register_quota_format EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client -EXPORT_SYMBOL vmlinux 0x80fed654 tcp_init_sock -EXPORT_SYMBOL vmlinux 0x8104bca3 napi_gro_receive -EXPORT_SYMBOL vmlinux 0x8107edeb ___pskb_trim EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer EXPORT_SYMBOL vmlinux 0x81188c30 match_string -EXPORT_SYMBOL vmlinux 0x8127e80b pci_enable_wake +EXPORT_SYMBOL vmlinux 0x812208cc __inet_stream_connect EXPORT_SYMBOL vmlinux 0x8133c67d complete_and_exit EXPORT_SYMBOL vmlinux 0x8134b518 pnp_register_driver EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x81806d17 inet_frag_find EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information EXPORT_SYMBOL vmlinux 0x818ec873 seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x8196d3ac phy_attach_direct +EXPORT_SYMBOL vmlinux 0x819db706 tcp_peek_len EXPORT_SYMBOL vmlinux 0x819e476b pps_register_source EXPORT_SYMBOL vmlinux 0x81b395b3 down_interruptible EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info EXPORT_SYMBOL vmlinux 0x81f519b6 tcf_action_check_ctrlact EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill -EXPORT_SYMBOL vmlinux 0x82121541 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x8218feb3 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x823782d3 __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x823ef8fb sock_no_listen EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec EXPORT_SYMBOL vmlinux 0x82702c57 key_move EXPORT_SYMBOL vmlinux 0x8274a51c ata_dev_printk EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82810fd2 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0x8287ef83 import_iovec EXPORT_SYMBOL vmlinux 0x8291c4f0 set_groups -EXPORT_SYMBOL vmlinux 0x829a63eb tcf_exts_dump EXPORT_SYMBOL vmlinux 0x829d2f6a dump_page EXPORT_SYMBOL vmlinux 0x82a8c751 zero_fill_bio_iter EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes EXPORT_SYMBOL vmlinux 0x82d07ae7 posix_acl_from_xattr EXPORT_SYMBOL vmlinux 0x82f36010 security_binder_transaction EXPORT_SYMBOL vmlinux 0x82fa5dcb lookup_bdev +EXPORT_SYMBOL vmlinux 0x8300e571 cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0x83233862 mmc_flush_cache EXPORT_SYMBOL vmlinux 0x833cc7dd blk_rq_init EXPORT_SYMBOL vmlinux 0x83426fec truncate_inode_pages_range -EXPORT_SYMBOL vmlinux 0x83444e8e pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle -EXPORT_SYMBOL vmlinux 0x836f299b tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x8363464f agp_generic_alloc_pages EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug EXPORT_SYMBOL vmlinux 0x837b85dd input_set_min_poll_interval EXPORT_SYMBOL vmlinux 0x837d4556 ppp_unregister_channel @@ -8490,20 +8509,19 @@ EXPORT_SYMBOL vmlinux 0x83ba9747 jbd2_journal_start EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83c9d8bd blk_mq_delay_run_hw_queue EXPORT_SYMBOL vmlinux 0x83cd61d0 __blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x83dfcdf3 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x83f3e44d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x83f82b52 tcp_disconnect EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free -EXPORT_SYMBOL vmlinux 0x84113f81 pci_free_host_bridge -EXPORT_SYMBOL vmlinux 0x8414f0a1 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x84217a2d __mdiobus_read -EXPORT_SYMBOL vmlinux 0x843f0fde pcie_get_readrq -EXPORT_SYMBOL vmlinux 0x8458d4ef neigh_destroy EXPORT_SYMBOL vmlinux 0x84741f7e mmc_set_blocklen EXPORT_SYMBOL vmlinux 0x8479ba69 qdisc_tree_reduce_backlog EXPORT_SYMBOL vmlinux 0x847a12e5 dquot_release EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 EXPORT_SYMBOL vmlinux 0x849ab8ff md_cluster_ops -EXPORT_SYMBOL vmlinux 0x849cc583 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x84cbd2fe i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x84d13480 __ip_select_ident EXPORT_SYMBOL vmlinux 0x84d48d39 proc_symlink EXPORT_SYMBOL vmlinux 0x84d5fa8f blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0x84ed9776 submit_bh @@ -8515,7 +8533,6 @@ EXPORT_SYMBOL vmlinux 0x854c62cc dquot_disable EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked EXPORT_SYMBOL vmlinux 0x85721d49 key_unlink -EXPORT_SYMBOL vmlinux 0x8574d5e7 sock_gettstamp EXPORT_SYMBOL vmlinux 0x858b0691 max8998_update_reg EXPORT_SYMBOL vmlinux 0x858b3fe3 free_iova_mem EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity @@ -8523,78 +8540,82 @@ EXPORT_SYMBOL vmlinux 0x859508d8 ns_capable_noaudit EXPORT_SYMBOL vmlinux 0x85b4cf2f utf8nlen EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85bdc611 agp_unbind_memory EXPORT_SYMBOL vmlinux 0x85c18288 config_item_init_type_name EXPORT_SYMBOL vmlinux 0x85ca013d setattr_prepare EXPORT_SYMBOL vmlinux 0x85d337b2 generic_shutdown_super -EXPORT_SYMBOL vmlinux 0x85df62a6 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x85df9b6c strsep EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn -EXPORT_SYMBOL vmlinux 0x85f410ad dev_get_by_index -EXPORT_SYMBOL vmlinux 0x85f47610 inet6_ioctl EXPORT_SYMBOL vmlinux 0x85fbbc44 mount_single EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress -EXPORT_SYMBOL vmlinux 0x86141c8a eth_gro_complete EXPORT_SYMBOL vmlinux 0x861b01b1 sb_set_blocksize EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864af3e4 netpoll_print_options EXPORT_SYMBOL vmlinux 0x864db3fb iov_iter_for_each_range EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync EXPORT_SYMBOL vmlinux 0x8651a407 devfreq_remove_governor EXPORT_SYMBOL vmlinux 0x86569909 devfreq_unregister_opp_notifier EXPORT_SYMBOL vmlinux 0x86579688 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x8660c346 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x866e7e0a block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x86851181 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x868acba5 get_options EXPORT_SYMBOL vmlinux 0x86918cba devm_gen_pool_create EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read EXPORT_SYMBOL vmlinux 0x86d47d13 input_reset_device EXPORT_SYMBOL vmlinux 0x86d8cf48 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x86e3496c datagram_poll EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fc97d7 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant -EXPORT_SYMBOL vmlinux 0x872dfa87 pci_pme_capable -EXPORT_SYMBOL vmlinux 0x87312905 nf_log_trace +EXPORT_SYMBOL vmlinux 0x8711e967 dev_set_mtu EXPORT_SYMBOL vmlinux 0x87348374 __cgroup_bpf_run_filter_setsockopt EXPORT_SYMBOL vmlinux 0x87519cb8 scsi_target_resume EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed EXPORT_SYMBOL vmlinux 0x876978be devfreq_recommended_opp EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x8788151d amd_iommu_domain_clear_gcr3 -EXPORT_SYMBOL vmlinux 0x87a04b09 inet_frags_init +EXPORT_SYMBOL vmlinux 0x87a1ff36 rtnl_create_link EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87ce107f __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x87d42d87 tty_wait_until_sent -EXPORT_SYMBOL vmlinux 0x87d7d882 pci_try_set_mwi -EXPORT_SYMBOL vmlinux 0x87e7af0f vga_switcheroo_client_fb_set EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit -EXPORT_SYMBOL vmlinux 0x881fa589 inet_del_offload -EXPORT_SYMBOL vmlinux 0x8825c2b5 dev_set_alias EXPORT_SYMBOL vmlinux 0x883ec9c1 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x88405100 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x8851ad8f pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x885312c1 posix_acl_chmod EXPORT_SYMBOL vmlinux 0x886f157e security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x887c5e48 udp_seq_start EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 EXPORT_SYMBOL vmlinux 0x888a1b4e vme_dma_list_free EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock EXPORT_SYMBOL vmlinux 0x88adf73b qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x88b59648 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x88c26add blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x88cc9ce4 nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0x88d52355 mmc_retune_release EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e11021 cdrom_get_last_written EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free EXPORT_SYMBOL vmlinux 0x88e4ac53 scsi_host_alloc EXPORT_SYMBOL vmlinux 0x88e861ac cros_ec_query_all -EXPORT_SYMBOL vmlinux 0x88f54b2b pci_find_resource +EXPORT_SYMBOL vmlinux 0x8902646e sock_efree +EXPORT_SYMBOL vmlinux 0x89052497 pci_get_slot EXPORT_SYMBOL vmlinux 0x8913cd04 ata_std_end_eh -EXPORT_SYMBOL vmlinux 0x892c6140 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0x894ed320 override_creds EXPORT_SYMBOL vmlinux 0x896a935c page_mapped EXPORT_SYMBOL vmlinux 0x896ab5a9 zpool_register_driver EXPORT_SYMBOL vmlinux 0x8980c603 mdio_device_reset EXPORT_SYMBOL vmlinux 0x898257f0 devm_get_clk_from_child -EXPORT_SYMBOL vmlinux 0x89869319 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x8997254a __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final -EXPORT_SYMBOL vmlinux 0x89d75456 inet_frag_kill EXPORT_SYMBOL vmlinux 0x89f6fe82 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x89ff42a5 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x8a0fd89f vm_map_pages +EXPORT_SYMBOL vmlinux 0x8a1804d5 dst_release EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a1bec6c scsi_print_sense_hdr EXPORT_SYMBOL vmlinux 0x8a247fa0 mark_page_accessed @@ -8603,58 +8624,56 @@ EXPORT_SYMBOL vmlinux 0x8a35fa6e cdrom_dummy_generic_packet EXPORT_SYMBOL vmlinux 0x8a41efd4 truncate_pagecache_range EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a49b644 sock_create EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory -EXPORT_SYMBOL vmlinux 0x8a865f2b inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x8a869df7 amd_iommu_flush_tlb EXPORT_SYMBOL vmlinux 0x8a8b4445 filemap_check_errors EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab -EXPORT_SYMBOL vmlinux 0x8aa7e12a tcp_initialize_rcv_mss -EXPORT_SYMBOL vmlinux 0x8ab6bda7 qdisc_put -EXPORT_SYMBOL vmlinux 0x8abe7482 pcim_enable_device EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation -EXPORT_SYMBOL vmlinux 0x8ac3f6ef xfrm_state_flush EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer EXPORT_SYMBOL vmlinux 0x8ad29bab _raw_write_unlock_bh -EXPORT_SYMBOL vmlinux 0x8adbff56 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x8aec466c devm_devfreq_remove_device EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict EXPORT_SYMBOL vmlinux 0x8b021139 pm860x_reg_read EXPORT_SYMBOL vmlinux 0x8b1a9f61 ilookup5 EXPORT_SYMBOL vmlinux 0x8b2f6aa2 ptp_clock_event EXPORT_SYMBOL vmlinux 0x8b3ecc1c i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x8b444d32 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x8b4716c8 qdisc_watchdog_init EXPORT_SYMBOL vmlinux 0x8b484b56 fs_lookup_param EXPORT_SYMBOL vmlinux 0x8b5247c6 simple_setattr EXPORT_SYMBOL vmlinux 0x8b527b1f vme_lm_request EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid -EXPORT_SYMBOL vmlinux 0x8b774f0d udp6_csum_init EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8c0656 tcp_init_sock EXPORT_SYMBOL vmlinux 0x8b90e356 nf_register_sockopt EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx -EXPORT_SYMBOL vmlinux 0x8baace7b __neigh_event_send -EXPORT_SYMBOL vmlinux 0x8bb22b00 seg6_hmac_net_init +EXPORT_SYMBOL vmlinux 0x8bafafc6 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit EXPORT_SYMBOL vmlinux 0x8bd88b76 mipi_dsi_attach EXPORT_SYMBOL vmlinux 0x8bdb2996 bio_endio EXPORT_SYMBOL vmlinux 0x8bdea1ba mmc_cqe_request_done -EXPORT_SYMBOL vmlinux 0x8bf56364 udp_ioctl EXPORT_SYMBOL vmlinux 0x8c027856 mntget EXPORT_SYMBOL vmlinux 0x8c072f9a i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x8c1eb9cf seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event -EXPORT_SYMBOL vmlinux 0x8c2f7d61 tso_start EXPORT_SYMBOL vmlinux 0x8c3253ec _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x8c38b1e7 compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0x8c50fe3d seq_pad EXPORT_SYMBOL vmlinux 0x8c519645 ppp_dev_name -EXPORT_SYMBOL vmlinux 0x8c59ef6f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x8c54969f neigh_seq_start +EXPORT_SYMBOL vmlinux 0x8c8812e8 tcp_shutdown EXPORT_SYMBOL vmlinux 0x8c8ef94d hmm_range_register EXPORT_SYMBOL vmlinux 0x8c8f8349 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x8c8f96fb sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x8c95e071 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x8c9cae94 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc EXPORT_SYMBOL vmlinux 0x8cc3f082 input_mt_report_slot_state @@ -8664,24 +8683,25 @@ EXPORT_SYMBOL vmlinux 0x8ce770bc abx500_remove_ops EXPORT_SYMBOL vmlinux 0x8ce83336 freezing_slow_path EXPORT_SYMBOL vmlinux 0x8cec7359 dump_emit EXPORT_SYMBOL vmlinux 0x8cf61076 tty_port_open +EXPORT_SYMBOL vmlinux 0x8cf762b0 udp_ioctl +EXPORT_SYMBOL vmlinux 0x8d16721a sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x8d3021e3 insert_inode_locked EXPORT_SYMBOL vmlinux 0x8d426878 clear_page_dirty_for_io -EXPORT_SYMBOL vmlinux 0x8d49a5f7 netif_device_attach EXPORT_SYMBOL vmlinux 0x8d54815b mdio_device_create EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper -EXPORT_SYMBOL vmlinux 0x8d7d4764 __ip4_datagram_connect -EXPORT_SYMBOL vmlinux 0x8d7e4867 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x8d83f8fd devfreq_update_status +EXPORT_SYMBOL vmlinux 0x8d9706fc sock_no_ioctl EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x8da34e38 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x8da60a90 netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake -EXPORT_SYMBOL vmlinux 0x8db46c5e qdisc_reset -EXPORT_SYMBOL vmlinux 0x8dd002a8 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout -EXPORT_SYMBOL vmlinux 0x8de20725 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x8ddf34a1 inet_frags_init +EXPORT_SYMBOL vmlinux 0x8de241f3 eth_header EXPORT_SYMBOL vmlinux 0x8df7e8d6 cpumask_any_but EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df986ae __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null EXPORT_SYMBOL vmlinux 0x8e11f38b filemap_fdatawait_range_keep_errors EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy @@ -8695,20 +8715,18 @@ EXPORT_SYMBOL vmlinux 0x8e64ba56 dev_addr_flush EXPORT_SYMBOL vmlinux 0x8e64bc38 abort_creds EXPORT_SYMBOL vmlinux 0x8e663d0f zalloc_cpumask_var_node EXPORT_SYMBOL vmlinux 0x8e7c1326 jbd2_journal_release_jbd_inode -EXPORT_SYMBOL vmlinux 0x8e8fcf1f ping_prot +EXPORT_SYMBOL vmlinux 0x8e7f23a4 skb_pull +EXPORT_SYMBOL vmlinux 0x8e8c398f neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8e981923 xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler -EXPORT_SYMBOL vmlinux 0x8eb2a63a tcp_create_openreq_child -EXPORT_SYMBOL vmlinux 0x8eb2df38 sock_register -EXPORT_SYMBOL vmlinux 0x8edc57d2 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask EXPORT_SYMBOL vmlinux 0x8f22327b rproc_put EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus EXPORT_SYMBOL vmlinux 0x8f2c73eb configfs_register_default_group EXPORT_SYMBOL vmlinux 0x8f38d383 ex_handler_default -EXPORT_SYMBOL vmlinux 0x8f4921d7 ip6_xmit EXPORT_SYMBOL vmlinux 0x8f4bac8c is_bad_inode -EXPORT_SYMBOL vmlinux 0x8f4f6035 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x8f596b91 config_item_set_name +EXPORT_SYMBOL vmlinux 0x8f5ab430 compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x8f6ab22f i2c_use_client EXPORT_SYMBOL vmlinux 0x8f7324ce mipi_dsi_dcs_get_power_mode EXPORT_SYMBOL vmlinux 0x8f761042 inode_insert5 @@ -8721,36 +8739,37 @@ EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 EXPORT_SYMBOL vmlinux 0x8fa08874 mdio_driver_unregister EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find EXPORT_SYMBOL vmlinux 0x8fa5860e clk_bulk_get +EXPORT_SYMBOL vmlinux 0x8facc22a sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x8fae8099 pci_disable_device EXPORT_SYMBOL vmlinux 0x8fae8403 vme_irq_request EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx EXPORT_SYMBOL vmlinux 0x8fbe9ec2 vme_bus_error_handler EXPORT_SYMBOL vmlinux 0x8fc1b3a2 request_key_rcu EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state EXPORT_SYMBOL vmlinux 0x8fd4e461 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x8fd933fd eth_change_mtu +EXPORT_SYMBOL vmlinux 0x8fdef051 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x8fe18f2a __phy_write_mmd EXPORT_SYMBOL vmlinux 0x8fe514c7 get_super_exclusive_thawed +EXPORT_SYMBOL vmlinux 0x8fee6d90 skb_queue_tail EXPORT_SYMBOL vmlinux 0x8ff0a8ea iunique EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x9010a800 kfree_skb_partial EXPORT_SYMBOL vmlinux 0x9012850d acpi_bus_get_status EXPORT_SYMBOL vmlinux 0x9029eaa7 ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get EXPORT_SYMBOL vmlinux 0x903392cb cdc_parse_cdc_header EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy -EXPORT_SYMBOL vmlinux 0x904cb9bc kernel_bind EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user EXPORT_SYMBOL vmlinux 0x90859a8b devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x90917dd7 register_console -EXPORT_SYMBOL vmlinux 0x90943563 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x90980b68 proc_set_size -EXPORT_SYMBOL vmlinux 0x9098f29a tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x909dfb2d blk_mq_alloc_tag_set EXPORT_SYMBOL vmlinux 0x90afb35b request_firmware_into_buf EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked -EXPORT_SYMBOL vmlinux 0x90b7b578 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x90ce98a6 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x90f567b5 flow_rule_match_enc_ip -EXPORT_SYMBOL vmlinux 0x910274f7 vga_switcheroo_unregister_client -EXPORT_SYMBOL vmlinux 0x91090486 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0x9115a2c9 generic_cont_expand_simple EXPORT_SYMBOL vmlinux 0x9124963b __seq_open_private EXPORT_SYMBOL vmlinux 0x912e9ae8 configfs_depend_item_unlocked @@ -8758,125 +8777,131 @@ EXPORT_SYMBOL vmlinux 0x9130f25e abx500_get_register_interruptible EXPORT_SYMBOL vmlinux 0x915df84d bio_alloc_bioset EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb EXPORT_SYMBOL vmlinux 0x9166fada strncpy -EXPORT_SYMBOL vmlinux 0x91713861 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove -EXPORT_SYMBOL vmlinux 0x91a9d1a6 dev_add_pack EXPORT_SYMBOL vmlinux 0x91b329df blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x91be1767 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x91cda221 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic EXPORT_SYMBOL vmlinux 0x9219eb55 vfs_rmdir -EXPORT_SYMBOL vmlinux 0x922cf06c dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get -EXPORT_SYMBOL vmlinux 0x923d07a9 __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x9287db26 __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x92897e3d default_idle EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw EXPORT_SYMBOL vmlinux 0x92b3670d __cleancache_init_fs EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name -EXPORT_SYMBOL vmlinux 0x92bdecb5 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x92d06dc7 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x92d13820 mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x92d1dfbd fput EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs -EXPORT_SYMBOL vmlinux 0x92efcbee dev_set_group EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93001175 netif_carrier_off EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get -EXPORT_SYMBOL vmlinux 0x930b54a9 pci_find_capability EXPORT_SYMBOL vmlinux 0x932efdb0 __quota_error EXPORT_SYMBOL vmlinux 0x934cfb0a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x93512ef3 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x9363fffa param_get_uint EXPORT_SYMBOL vmlinux 0x936d6d37 block_read_full_page EXPORT_SYMBOL vmlinux 0x936d80c4 genphy_read_abilities EXPORT_SYMBOL vmlinux 0x9370af3f qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x93745694 sock_no_connect EXPORT_SYMBOL vmlinux 0x937500e8 generic_splice_sendpage EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid -EXPORT_SYMBOL vmlinux 0x9383dd1a xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x93b7fff5 gnet_stats_finish_copy EXPORT_SYMBOL vmlinux 0x93be49a2 bh_uptodate_or_lock -EXPORT_SYMBOL vmlinux 0x93d7a990 pci_bus_read_config_dword -EXPORT_SYMBOL vmlinux 0x93e6f288 sock_no_accept +EXPORT_SYMBOL vmlinux 0x93de1d05 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x93efd2e6 vlan_vids_del_by_dev EXPORT_SYMBOL vmlinux 0x93f26206 fbcon_rotate_cw EXPORT_SYMBOL vmlinux 0x9409627e _dev_info EXPORT_SYMBOL vmlinux 0x940a94df param_get_ushort EXPORT_SYMBOL vmlinux 0x94143832 ioctl_by_bdev -EXPORT_SYMBOL vmlinux 0x94233b48 amd_iommu_enable_device_erratum EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked -EXPORT_SYMBOL vmlinux 0x945a2750 dst_alloc +EXPORT_SYMBOL vmlinux 0x947fce02 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x9485d95d __skb_get_hash +EXPORT_SYMBOL vmlinux 0x9489212b nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949c51c3 __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x94a79671 devm_clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x94b170a1 con_set_default_unimap -EXPORT_SYMBOL vmlinux 0x94ba023f sock_kzfree_s EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 EXPORT_SYMBOL vmlinux 0x94d334a6 pnp_stop_dev EXPORT_SYMBOL vmlinux 0x950126e8 jbd2_journal_forget EXPORT_SYMBOL vmlinux 0x9505941d vm_map_ram -EXPORT_SYMBOL vmlinux 0x9508190c inet_gso_segment EXPORT_SYMBOL vmlinux 0x950bb2d8 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x9524d398 ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0x953231de vlan_uses_dev EXPORT_SYMBOL vmlinux 0x95403a98 follow_down +EXPORT_SYMBOL vmlinux 0x9541b141 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x95439939 kthread_associate_blkcg EXPORT_SYMBOL vmlinux 0x9544d2f4 filemap_flush EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9555988c ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x9555a1d1 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x9558ce4e inet_register_protosw +EXPORT_SYMBOL vmlinux 0x9566a18d pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x95686c61 flow_rule_match_enc_keyid -EXPORT_SYMBOL vmlinux 0x956bec1e netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked -EXPORT_SYMBOL vmlinux 0x957d8f78 netdev_upper_dev_link -EXPORT_SYMBOL vmlinux 0x95a32af4 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x958e475d ip6_frag_init +EXPORT_SYMBOL vmlinux 0x958f8f9c inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x95a2791c udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table EXPORT_SYMBOL vmlinux 0x95aa821f md_handle_request +EXPORT_SYMBOL vmlinux 0x95b817f8 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x95b83fb5 inet_add_offload +EXPORT_SYMBOL vmlinux 0x95c88941 netdev_state_change EXPORT_SYMBOL vmlinux 0x95d72280 __scsi_print_sense EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add EXPORT_SYMBOL vmlinux 0x95eb05bd kernel_write EXPORT_SYMBOL vmlinux 0x95ed36e5 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x960c2477 skb_copy_header EXPORT_SYMBOL vmlinux 0x96240f2f get_acl EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block EXPORT_SYMBOL vmlinux 0x963dcba1 _raw_spin_trylock_bh EXPORT_SYMBOL vmlinux 0x96492f69 set_wb_congested EXPORT_SYMBOL vmlinux 0x965275f1 vfs_fsync_range EXPORT_SYMBOL vmlinux 0x965318c3 dquot_acquire +EXPORT_SYMBOL vmlinux 0x966c2150 consume_skb EXPORT_SYMBOL vmlinux 0x968326e6 tty_port_free_xmit_buf EXPORT_SYMBOL vmlinux 0x96841bc2 flush_old_exec EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9696c9a8 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp -EXPORT_SYMBOL vmlinux 0x96c0cae8 xfrm_input EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string -EXPORT_SYMBOL vmlinux 0x96de5410 pci_read_config_byte EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo -EXPORT_SYMBOL vmlinux 0x96e83aad ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x96e6fc37 udp6_csum_init EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top -EXPORT_SYMBOL vmlinux 0x970d6dd0 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x97019317 pci_release_resource EXPORT_SYMBOL vmlinux 0x970f0ec4 empty_aops EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier EXPORT_SYMBOL vmlinux 0x97431fc6 dma_fence_chain_init EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict +EXPORT_SYMBOL vmlinux 0x9755e5e2 vga_switcheroo_register_audio_client EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base EXPORT_SYMBOL vmlinux 0x977dc9c5 timestamp_truncate EXPORT_SYMBOL vmlinux 0x977e57c7 of_find_mipi_dsi_device_by_node EXPORT_SYMBOL vmlinux 0x977f511b __mutex_init EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync +EXPORT_SYMBOL vmlinux 0x9796444a pci_bus_add_devices EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state -EXPORT_SYMBOL vmlinux 0x979b9166 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s -EXPORT_SYMBOL vmlinux 0x97ba007e datagram_poll EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list EXPORT_SYMBOL vmlinux 0x97c44ef3 sb_min_blocksize EXPORT_SYMBOL vmlinux 0x97d256dc unregister_framebuffer @@ -8884,7 +8909,6 @@ EXPORT_SYMBOL vmlinux 0x97eba9f4 remove_proc_subtree EXPORT_SYMBOL vmlinux 0x97f214d7 d_add_ci EXPORT_SYMBOL vmlinux 0x9802872e vmf_insert_pfn_prot EXPORT_SYMBOL vmlinux 0x98115f22 set_disk_ro -EXPORT_SYMBOL vmlinux 0x98122fe1 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x981597b7 vme_irq_free EXPORT_SYMBOL vmlinux 0x981be892 set_security_override EXPORT_SYMBOL vmlinux 0x9829c8f4 blk_rq_count_integrity_sg @@ -8892,79 +8916,83 @@ EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r EXPORT_SYMBOL vmlinux 0x983d7f84 free_xenballooned_pages EXPORT_SYMBOL vmlinux 0x983fbbca generic_fillattr EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse -EXPORT_SYMBOL vmlinux 0x98849cc0 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x9862e84c skb_queue_head +EXPORT_SYMBOL vmlinux 0x9863cc6d ip_frag_init +EXPORT_SYMBOL vmlinux 0x987f0796 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x9886e550 pci_map_rom EXPORT_SYMBOL vmlinux 0x989a3208 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0x98a2689d fb_get_buffer_offset EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c87934 mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x98d445ea blk_mq_start_request EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning -EXPORT_SYMBOL vmlinux 0x98e60c17 lock_sock_fast -EXPORT_SYMBOL vmlinux 0x98fb9e61 sock_no_shutdown -EXPORT_SYMBOL vmlinux 0x98fcf627 eth_type_trans +EXPORT_SYMBOL vmlinux 0x98ecb956 amd_iommu_enable_device_erratum EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier -EXPORT_SYMBOL vmlinux 0x993d9a27 inet6_getname EXPORT_SYMBOL vmlinux 0x993e0a50 iterate_fd -EXPORT_SYMBOL vmlinux 0x9948158c udp_seq_start EXPORT_SYMBOL vmlinux 0x9948887a register_cdrom EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable EXPORT_SYMBOL vmlinux 0x996aa465 bio_chain EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle -EXPORT_SYMBOL vmlinux 0x9997ffeb dst_discard_out +EXPORT_SYMBOL vmlinux 0x9983401d qdisc_put +EXPORT_SYMBOL vmlinux 0x999c4694 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x999f25e3 param_ops_uint +EXPORT_SYMBOL vmlinux 0x99a78438 skb_push +EXPORT_SYMBOL vmlinux 0x99a98bca sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x99bc5113 request_key_tag -EXPORT_SYMBOL vmlinux 0x99c2f9f8 dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node -EXPORT_SYMBOL vmlinux 0x99e89b0a kernel_getsockopt EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f896ef tcp_seq_start +EXPORT_SYMBOL vmlinux 0x99fb6bab amd_iommu_pc_set_reg EXPORT_SYMBOL vmlinux 0x9a0a297d dev_mc_del EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1b5fbc ip_route_me_harder EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval EXPORT_SYMBOL vmlinux 0x9a1fdafc nd_device_notify EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a2fa5df nf_reinject EXPORT_SYMBOL vmlinux 0x9a44e12d iw_handler_set_spy -EXPORT_SYMBOL vmlinux 0x9a4993ce inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x9a4b30ca ether_setup EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a620b24 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0x9a71b1ca mdio_bus_type EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict EXPORT_SYMBOL vmlinux 0x9a7ffe17 eisa_driver_register -EXPORT_SYMBOL vmlinux 0x9a93fc8c dev_change_carrier EXPORT_SYMBOL vmlinux 0x9aa28d70 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns -EXPORT_SYMBOL vmlinux 0x9ab1c59a agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x9abb2b42 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x9ad078ae udp_skb_destructor EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired -EXPORT_SYMBOL vmlinux 0x9ad87eb9 eth_prepare_mac_addr_change EXPORT_SYMBOL vmlinux 0x9ae5c578 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x9aec514a pci_select_bars EXPORT_SYMBOL vmlinux 0x9afb1cd0 pagevec_lookup_range +EXPORT_SYMBOL vmlinux 0x9b0a2308 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0x9b0eed1d phy_register_fixup -EXPORT_SYMBOL vmlinux 0x9b18ea7b pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x9b18dfca inet_select_addr EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe EXPORT_SYMBOL vmlinux 0x9b30e22e kobject_init EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier -EXPORT_SYMBOL vmlinux 0x9b357483 ip_generic_getfrag EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x9b46bc34 udp_seq_stop EXPORT_SYMBOL vmlinux 0x9b4e19a4 wait_for_key_construction EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked EXPORT_SYMBOL vmlinux 0x9b59b5fc pagevec_lookup_range_tag EXPORT_SYMBOL vmlinux 0x9b5f5c7e generic_pipe_buf_steal EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table -EXPORT_SYMBOL vmlinux 0x9b8ca334 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x9b97e6ca dev_add_pack +EXPORT_SYMBOL vmlinux 0x9baabb47 tcp_splice_read EXPORT_SYMBOL vmlinux 0x9bab0388 pnp_activate_dev EXPORT_SYMBOL vmlinux 0x9bb3799c find_get_entry -EXPORT_SYMBOL vmlinux 0x9bb4390d ipv6_getsockopt -EXPORT_SYMBOL vmlinux 0x9bbe69bc skb_copy_header -EXPORT_SYMBOL vmlinux 0x9bdecbd8 skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x9be5a20f __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node EXPORT_SYMBOL vmlinux 0x9c23d3bb key_revoke -EXPORT_SYMBOL vmlinux 0x9c288d26 tcp_child_process -EXPORT_SYMBOL vmlinux 0x9c468b47 inet6_unregister_protosw -EXPORT_SYMBOL vmlinux 0x9c66fade pskb_extract +EXPORT_SYMBOL vmlinux 0x9c314316 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x9c44523c pci_add_new_bus EXPORT_SYMBOL vmlinux 0x9c678ead d_rehash +EXPORT_SYMBOL vmlinux 0x9c68d6cc dev_disable_lro EXPORT_SYMBOL vmlinux 0x9c6f3a6e i2c_smbus_write_i2c_block_data EXPORT_SYMBOL vmlinux 0x9c7050b3 simple_release_fs EXPORT_SYMBOL vmlinux 0x9c794399 __generic_block_fiemap @@ -8977,19 +9005,20 @@ EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net EXPORT_SYMBOL vmlinux 0x9ce0dc2c vme_unregister_driver EXPORT_SYMBOL vmlinux 0x9ce2916e gnet_stats_copy_basic_hw -EXPORT_SYMBOL vmlinux 0x9cedc7d6 xfrm_register_km EXPORT_SYMBOL vmlinux 0x9cf432e1 scsi_set_medium_removal EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d313fd1 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x9d3188d2 phy_drivers_unregister EXPORT_SYMBOL vmlinux 0x9d48afb6 simple_link EXPORT_SYMBOL vmlinux 0x9d530532 md_write_end +EXPORT_SYMBOL vmlinux 0x9d5f0aa0 dev_open EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock -EXPORT_SYMBOL vmlinux 0x9d9b5eb4 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x9d9e7c3c inet_gro_complete EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission -EXPORT_SYMBOL vmlinux 0x9dd275af inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x9dc82e45 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0x9dd46b71 jbd2_journal_restart EXPORT_SYMBOL vmlinux 0x9dd5cd7f dcb_ieee_getapp_prio_dscp_mask_map EXPORT_SYMBOL vmlinux 0x9dd99606 genl_family_attrbuf @@ -9000,42 +9029,45 @@ EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle EXPORT_SYMBOL vmlinux 0x9e163a88 dma_direct_unmap_page EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e49fa9c skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e59d0f5 sock_i_ino EXPORT_SYMBOL vmlinux 0x9e61ad3d nvm_submit_io EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask EXPORT_SYMBOL vmlinux 0x9e7add38 setattr_copy +EXPORT_SYMBOL vmlinux 0x9e7c6d5a proto_register +EXPORT_SYMBOL vmlinux 0x9e7ccba1 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay -EXPORT_SYMBOL vmlinux 0x9e879161 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x9e8d9987 crypto_sha512_finup EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap EXPORT_SYMBOL vmlinux 0x9ea53d7f vsnprintf EXPORT_SYMBOL vmlinux 0x9eab8d85 _raw_write_lock_irq EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup -EXPORT_SYMBOL vmlinux 0x9eaf4b4e netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x9eb40faa nf_register_net_hook EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 EXPORT_SYMBOL vmlinux 0x9ecddc1f iov_iter_revert EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ed9d3ac dev_change_proto_down EXPORT_SYMBOL vmlinux 0x9eef605c fb_pan_display EXPORT_SYMBOL vmlinux 0x9f0824d2 inc_nlink EXPORT_SYMBOL vmlinux 0x9f1fcf66 i2c_verify_adapter EXPORT_SYMBOL vmlinux 0x9f2fd9e1 nvm_alloc_dev EXPORT_SYMBOL vmlinux 0x9f2ffe36 fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0x9f3a9218 bdi_register -EXPORT_SYMBOL vmlinux 0x9f44982e xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy -EXPORT_SYMBOL vmlinux 0x9f5d56bc tcp_prot -EXPORT_SYMBOL vmlinux 0x9f6726aa pci_request_irq +EXPORT_SYMBOL vmlinux 0x9f720e4d netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0x9f86196f __d_drop EXPORT_SYMBOL vmlinux 0x9f8de745 cros_ec_cmd_xfer_status EXPORT_SYMBOL vmlinux 0x9f984513 strrchr EXPORT_SYMBOL vmlinux 0x9f9a8305 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x9f9b47c4 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x9fa0d95a reuseport_select_sock EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync EXPORT_SYMBOL vmlinux 0x9fa7ca43 __cleancache_invalidate_page @@ -9047,70 +9079,71 @@ EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00fbbbe __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xa0172dc8 scsi_mode_sense EXPORT_SYMBOL vmlinux 0xa01ba51d scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xa0211079 __kfree_skb EXPORT_SYMBOL vmlinux 0xa0289157 fb_class EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock -EXPORT_SYMBOL vmlinux 0xa0358cad compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0xa0402842 device_add_disk EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa053f035 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass -EXPORT_SYMBOL vmlinux 0xa076288c ipv6_select_ident EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or EXPORT_SYMBOL vmlinux 0xa084f79f cpumask_next_wrap EXPORT_SYMBOL vmlinux 0xa0870c8d security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xa092d088 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable EXPORT_SYMBOL vmlinux 0xa096b889 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xa09c9f1e pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0xa0ac2d88 devm_devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bb18c6 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0xa0be85a0 tcf_register_action +EXPORT_SYMBOL vmlinux 0xa0d3ff25 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0xa0d96772 __dec_zone_page_state EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private -EXPORT_SYMBOL vmlinux 0xa0e55f98 inet_select_addr EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit -EXPORT_SYMBOL vmlinux 0xa0ff3e45 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa1089f2f pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max EXPORT_SYMBOL vmlinux 0xa1107638 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc -EXPORT_SYMBOL vmlinux 0xa136abd6 eth_header_parse -EXPORT_SYMBOL vmlinux 0xa13f04fd vga_switcheroo_lock_ddc EXPORT_SYMBOL vmlinux 0xa147723c __d_lookup_done EXPORT_SYMBOL vmlinux 0xa14a2bf2 filemap_write_and_wait -EXPORT_SYMBOL vmlinux 0xa16b12ad pci_release_selected_regions EXPORT_SYMBOL vmlinux 0xa16c8613 _raw_read_unlock_irqrestore -EXPORT_SYMBOL vmlinux 0xa1792b52 kernel_listen +EXPORT_SYMBOL vmlinux 0xa16fdd0e netdev_notify_peers EXPORT_SYMBOL vmlinux 0xa17feddb tty_port_raise_dtr_rts EXPORT_SYMBOL vmlinux 0xa1867265 devm_iounmap +EXPORT_SYMBOL vmlinux 0xa19e2abe tcp_parse_options +EXPORT_SYMBOL vmlinux 0xa1b31453 __skb_recv_datagram EXPORT_SYMBOL vmlinux 0xa1b82d35 page_pool_create EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create -EXPORT_SYMBOL vmlinux 0xa1e17715 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0xa1f9a134 __x86_indirect_thunk_rsi EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp -EXPORT_SYMBOL vmlinux 0xa206a783 amd_iommu_rlookup_table EXPORT_SYMBOL vmlinux 0xa20cae3c blk_mq_requeue_request -EXPORT_SYMBOL vmlinux 0xa215d88f xfrm_unregister_km -EXPORT_SYMBOL vmlinux 0xa222fe85 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler -EXPORT_SYMBOL vmlinux 0xa239b3fa rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa23514e0 nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0xa23f35f6 cdev_set_parent EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa257f738 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte EXPORT_SYMBOL vmlinux 0xa25de43a mmc_release_host EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2656929 pneigh_lookup EXPORT_SYMBOL vmlinux 0xa2868dd0 vme_slave_request EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active EXPORT_SYMBOL vmlinux 0xa294efd6 genl_notify -EXPORT_SYMBOL vmlinux 0xa2998193 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xa29fb8a1 rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xa2af3d9a security_path_mkdir -EXPORT_SYMBOL vmlinux 0xa2c7f889 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xa2b6d28e skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa2bd7466 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0xa2cbfeec simple_rename -EXPORT_SYMBOL vmlinux 0xa2cc5e66 arp_send EXPORT_SYMBOL vmlinux 0xa2dd3d3a get_user_pages_locked EXPORT_SYMBOL vmlinux 0xa2f47d32 devm_ioremap_resource EXPORT_SYMBOL vmlinux 0xa2fbd9a7 filemap_page_mkwrite @@ -9120,9 +9153,8 @@ EXPORT_SYMBOL vmlinux 0xa303fce1 set_cached_acl EXPORT_SYMBOL vmlinux 0xa3275de9 devm_pci_remap_cfgspace EXPORT_SYMBOL vmlinux 0xa3393894 inode_add_bytes EXPORT_SYMBOL vmlinux 0xa33c0eac wait_for_completion_interruptible_timeout -EXPORT_SYMBOL vmlinux 0xa344c3ef pcie_port_service_register EXPORT_SYMBOL vmlinux 0xa34fa8f2 jbd2_journal_inode_ranged_write -EXPORT_SYMBOL vmlinux 0xa380d484 pci_choose_state +EXPORT_SYMBOL vmlinux 0xa370a9d0 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga EXPORT_SYMBOL vmlinux 0xa38fd287 dcb_setapp EXPORT_SYMBOL vmlinux 0xa3bf04d8 mmc_can_erase @@ -9131,7 +9163,6 @@ EXPORT_SYMBOL vmlinux 0xa3ccfe76 netlink_ns_capable EXPORT_SYMBOL vmlinux 0xa3dbf9e0 dmaengine_get_unmap_data EXPORT_SYMBOL vmlinux 0xa3e29a16 locks_remove_posix EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger -EXPORT_SYMBOL vmlinux 0xa3e860ba xfrm_state_lookup EXPORT_SYMBOL vmlinux 0xa3ee9e12 remove_proc_entry EXPORT_SYMBOL vmlinux 0xa3ef385e padata_do_parallel EXPORT_SYMBOL vmlinux 0xa3f58351 scsi_change_queue_depth @@ -9139,17 +9170,14 @@ EXPORT_SYMBOL vmlinux 0xa4096d56 starget_for_each_device EXPORT_SYMBOL vmlinux 0xa4099749 seq_path EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa41d83a1 tcf_exts_dump EXPORT_SYMBOL vmlinux 0xa4269dfa devfreq_add_governor -EXPORT_SYMBOL vmlinux 0xa428d9fb tcp_v4_destroy_sock -EXPORT_SYMBOL vmlinux 0xa438a14e rt_dst_alloc EXPORT_SYMBOL vmlinux 0xa43e0928 single_open_size -EXPORT_SYMBOL vmlinux 0xa44ef9ab udp_lib_rehash EXPORT_SYMBOL vmlinux 0xa47904d1 blk_queue_chunk_sectors EXPORT_SYMBOL vmlinux 0xa47f0934 simple_statfs EXPORT_SYMBOL vmlinux 0xa4825405 gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0xa48cbe0e devm_devfreq_unregister_notifier -EXPORT_SYMBOL vmlinux 0xa48eeadc pci_enable_msix_range -EXPORT_SYMBOL vmlinux 0xa4b8cb9a dev_close +EXPORT_SYMBOL vmlinux 0xa49df740 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep EXPORT_SYMBOL vmlinux 0xa4cb666f dquot_reclaim_space_nodirty EXPORT_SYMBOL vmlinux 0xa4ce6cec generic_permission @@ -9163,55 +9191,53 @@ EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid EXPORT_SYMBOL vmlinux 0xa5139205 fscrypt_get_encryption_info EXPORT_SYMBOL vmlinux 0xa5280101 phy_ethtool_sset EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply -EXPORT_SYMBOL vmlinux 0xa54d373f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xa53c845e skb_checksum +EXPORT_SYMBOL vmlinux 0xa54f9132 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color EXPORT_SYMBOL vmlinux 0xa560045a delete_from_page_cache EXPORT_SYMBOL vmlinux 0xa58bb6d7 tty_set_operations EXPORT_SYMBOL vmlinux 0xa5956abe ioread64_hi_lo EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a305bc inet_bind EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound +EXPORT_SYMBOL vmlinux 0xa5b34efe pcim_set_mwi EXPORT_SYMBOL vmlinux 0xa5c07adb d_invalidate -EXPORT_SYMBOL vmlinux 0xa5c29474 agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0xa5cc5d9f kthread_stop EXPORT_SYMBOL vmlinux 0xa5db03f5 vmf_insert_mixed_mkwrite EXPORT_SYMBOL vmlinux 0xa5de89a6 security_sctp_assoc_request EXPORT_SYMBOL vmlinux 0xa5def498 vmf_insert_mixed -EXPORT_SYMBOL vmlinux 0xa5e0d092 netif_rx_ni -EXPORT_SYMBOL vmlinux 0xa5e3a4e6 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu EXPORT_SYMBOL vmlinux 0xa5e8a9cd mdiobus_is_registered_device EXPORT_SYMBOL vmlinux 0xa5eee9fb mdiobus_free EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer -EXPORT_SYMBOL vmlinux 0xa608961f tcf_exts_destroy -EXPORT_SYMBOL vmlinux 0xa617b040 rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0xa619c73e add_to_page_cache_locked EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab EXPORT_SYMBOL vmlinux 0xa62da310 vfs_whiteout EXPORT_SYMBOL vmlinux 0xa63d575f pci_bus_type +EXPORT_SYMBOL vmlinux 0xa6431660 pci_read_vpd EXPORT_SYMBOL vmlinux 0xa6493df0 ata_print_version EXPORT_SYMBOL vmlinux 0xa64b2a71 nvdimm_bus_unlock -EXPORT_SYMBOL vmlinux 0xa650a7c9 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xa6670944 devm_devfreq_add_device EXPORT_SYMBOL vmlinux 0xa66b9b17 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xa66c2a2c pci_dev_driver EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp -EXPORT_SYMBOL vmlinux 0xa68cdd0e xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xa68d9a85 inet_listen EXPORT_SYMBOL vmlinux 0xa68e8a05 vfs_get_link EXPORT_SYMBOL vmlinux 0xa6904f4f padata_alloc_shell -EXPORT_SYMBOL vmlinux 0xa69190d3 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0xa69e279c __nla_reserve_64bit EXPORT_SYMBOL vmlinux 0xa6b58a28 mmc_wait_for_cmd EXPORT_SYMBOL vmlinux 0xa6d2c472 simple_get_link +EXPORT_SYMBOL vmlinux 0xa6d524e2 netdev_notice EXPORT_SYMBOL vmlinux 0xa6df0211 textsearch_destroy -EXPORT_SYMBOL vmlinux 0xa6e9ea5e agp_free_memory +EXPORT_SYMBOL vmlinux 0xa6e07a89 sock_init_data EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi -EXPORT_SYMBOL vmlinux 0xa714a55b pci_restore_state EXPORT_SYMBOL vmlinux 0xa71f30de page_pool_alloc_pages EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt EXPORT_SYMBOL vmlinux 0xa74b2aa6 blkdev_get_by_path EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock -EXPORT_SYMBOL vmlinux 0xa76d7c72 pci_iomap_range +EXPORT_SYMBOL vmlinux 0xa7645c94 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xa775f22f param_set_byte EXPORT_SYMBOL vmlinux 0xa777777c phy_write_paged EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier @@ -9222,26 +9248,28 @@ EXPORT_SYMBOL vmlinux 0xa7a8143a page_pool_unmap_page EXPORT_SYMBOL vmlinux 0xa7b862e8 bdgrab EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy EXPORT_SYMBOL vmlinux 0xa7d947eb get_task_cred +EXPORT_SYMBOL vmlinux 0xa7e0707e ip_frag_next EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f1266f dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock EXPORT_SYMBOL vmlinux 0xa80ba037 rproc_elf_get_boot_addr EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec EXPORT_SYMBOL vmlinux 0xa81c0007 blk_queue_max_discard_sectors EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked +EXPORT_SYMBOL vmlinux 0xa8264076 pci_write_vpd EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags -EXPORT_SYMBOL vmlinux 0xa846f6d9 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox EXPORT_SYMBOL vmlinux 0xa84d2a47 fb_deferred_io_mmap EXPORT_SYMBOL vmlinux 0xa853396b xa_extract EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work -EXPORT_SYMBOL vmlinux 0xa88548d7 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xa8895a9a put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xa88e11e1 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free -EXPORT_SYMBOL vmlinux 0xa89b80fa ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0xa8a027e6 __insert_inode_hash -EXPORT_SYMBOL vmlinux 0xa8a462fe tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0xa8ad9ef8 pci_find_bus EXPORT_SYMBOL vmlinux 0xa8bd113c xsk_umem_uses_need_wakeup EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all EXPORT_SYMBOL vmlinux 0xa8ce49b0 param_set_ushort @@ -9250,35 +9278,38 @@ EXPORT_SYMBOL vmlinux 0xa8d4b42e bdi_set_max_ratio EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa912868d ip_check_defrag EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917eefe pci_alloc_dev EXPORT_SYMBOL vmlinux 0xa91c2f73 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xa937826c skb_copy EXPORT_SYMBOL vmlinux 0xa93caff5 mmc_retune_timer_stop EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa9517937 tcp_v4_conn_request EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map EXPORT_SYMBOL vmlinux 0xa98516c0 ns_capable_setid EXPORT_SYMBOL vmlinux 0xa989227f nf_getsockopt -EXPORT_SYMBOL vmlinux 0xa99a6b25 neigh_changeaddr EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes EXPORT_SYMBOL vmlinux 0xa9a2317c submit_bio_wait +EXPORT_SYMBOL vmlinux 0xa9a6d59a nf_log_unset EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9dccb4e inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0xa9ec85af simple_dentry_operations -EXPORT_SYMBOL vmlinux 0xaa002ebe pci_read_vpd EXPORT_SYMBOL vmlinux 0xaa00a21d dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction -EXPORT_SYMBOL vmlinux 0xaa1e235f skb_udp_tunnel_segment -EXPORT_SYMBOL vmlinux 0xaa26f506 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xaa2b3d4a agp_generic_alloc_page EXPORT_SYMBOL vmlinux 0xaa2bd5ff dev_uc_del EXPORT_SYMBOL vmlinux 0xaa2d97e2 fb_find_mode EXPORT_SYMBOL vmlinux 0xaa31a3cf generic_file_open +EXPORT_SYMBOL vmlinux 0xaa333337 register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception EXPORT_SYMBOL vmlinux 0xaa440cfa vme_slot_num EXPORT_SYMBOL vmlinux 0xaa6c442c vfs_fadvise EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name EXPORT_SYMBOL vmlinux 0xaa7ff199 input_register_device EXPORT_SYMBOL vmlinux 0xaa950f11 vfs_dedupe_file_range -EXPORT_SYMBOL vmlinux 0xaaa6cecd netdev_warn EXPORT_SYMBOL vmlinux 0xaac6bd8e textsearch_register EXPORT_SYMBOL vmlinux 0xaaca7d52 ab3100_event_register EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right @@ -9288,10 +9319,10 @@ EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function EXPORT_SYMBOL vmlinux 0xaae2589f phy_read_paged EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp -EXPORT_SYMBOL vmlinux 0xab1583c4 skb_ensure_writable EXPORT_SYMBOL vmlinux 0xab2675ab tty_insert_flip_string_fixed_flag EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab44024b vlan_ioctl_set EXPORT_SYMBOL vmlinux 0xab4fa9e7 generic_block_fiemap EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off EXPORT_SYMBOL vmlinux 0xab6005a5 kern_path @@ -9302,52 +9333,51 @@ EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab82b5bc freeze_super +EXPORT_SYMBOL vmlinux 0xaba1f583 inet_addr_type_table EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc EXPORT_SYMBOL vmlinux 0xabd94b4d vfio_unregister_notifier -EXPORT_SYMBOL vmlinux 0xabd99869 blk_rq_map_sg EXPORT_SYMBOL vmlinux 0xabe3b8b8 param_set_ulong EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s EXPORT_SYMBOL vmlinux 0xac0271f0 tty_port_destroy EXPORT_SYMBOL vmlinux 0xac02ec98 generic_file_write_iter -EXPORT_SYMBOL vmlinux 0xac1490c3 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xac077d98 fqdir_init EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd -EXPORT_SYMBOL vmlinux 0xac341652 km_query EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy EXPORT_SYMBOL vmlinux 0xac541586 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xac5c3a7a ip6tun_encaps EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton EXPORT_SYMBOL vmlinux 0xac645588 input_handler_for_each_handle -EXPORT_SYMBOL vmlinux 0xac67afe8 dev_get_valid_name EXPORT_SYMBOL vmlinux 0xac68ccb4 input_match_device_id +EXPORT_SYMBOL vmlinux 0xac69b524 ___pskb_trim EXPORT_SYMBOL vmlinux 0xac6c4980 dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0xac76b2e1 from_kprojid EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac9068a3 nd_pfn_probe EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf -EXPORT_SYMBOL vmlinux 0xac9b0ef9 eth_validate_addr EXPORT_SYMBOL vmlinux 0xaca1de37 ppp_register_channel EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacb0d27c iov_iter_get_pages_alloc EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx -EXPORT_SYMBOL vmlinux 0xaccda578 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache -EXPORT_SYMBOL vmlinux 0xacd85c64 netdev_master_upper_dev_get -EXPORT_SYMBOL vmlinux 0xace47423 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex -EXPORT_SYMBOL vmlinux 0xad071715 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode EXPORT_SYMBOL vmlinux 0xad2951a9 ex_handler_rdmsr_unsafe EXPORT_SYMBOL vmlinux 0xad32abfb __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xad379747 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0xad43728f t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xad4cec1c qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xad4e9202 __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid EXPORT_SYMBOL vmlinux 0xad555da1 vfs_getattr EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7d0690 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event EXPORT_SYMBOL vmlinux 0xad88b13b read_cache_pages EXPORT_SYMBOL vmlinux 0xad9670f1 seq_puts @@ -9357,43 +9387,40 @@ EXPORT_SYMBOL vmlinux 0xada1ccad devm_nvmem_cell_put EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align EXPORT_SYMBOL vmlinux 0xadae3cd3 write_cache_pages EXPORT_SYMBOL vmlinux 0xadb024d2 vfs_llseek +EXPORT_SYMBOL vmlinux 0xadb6b6cd skb_dequeue_tail EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long EXPORT_SYMBOL vmlinux 0xadc044b7 vfio_set_irqs_validate_and_prepare EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadde428e pci_iounmap +EXPORT_SYMBOL vmlinux 0xaddf63ef xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xadfa9d1a netpoll_setup EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot EXPORT_SYMBOL vmlinux 0xadff2b4a mmc_wait_for_req -EXPORT_SYMBOL vmlinux 0xae055214 put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0xae2d5e70 serio_unregister_child_port EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae37d819 release_sock EXPORT_SYMBOL vmlinux 0xae384beb request_firmware -EXPORT_SYMBOL vmlinux 0xae4cd505 in_dev_finish_destroy -EXPORT_SYMBOL vmlinux 0xae4e6801 udp_push_pending_frames EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm -EXPORT_SYMBOL vmlinux 0xae630ce8 pci_disable_device -EXPORT_SYMBOL vmlinux 0xae6f2f14 km_policy_expired +EXPORT_SYMBOL vmlinux 0xae774fa9 netif_carrier_on EXPORT_SYMBOL vmlinux 0xae7e3a35 mutex_trylock_recursive +EXPORT_SYMBOL vmlinux 0xae8c01bb neigh_seq_next +EXPORT_SYMBOL vmlinux 0xaeab0852 pci_biosrom_size EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name -EXPORT_SYMBOL vmlinux 0xaef02f02 netdev_printk EXPORT_SYMBOL vmlinux 0xaf117a43 init_pseudo EXPORT_SYMBOL vmlinux 0xaf29188f __hw_addr_ref_unsync_dev -EXPORT_SYMBOL vmlinux 0xaf3006c6 pcim_iomap EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level -EXPORT_SYMBOL vmlinux 0xaf3f585d inet_shutdown EXPORT_SYMBOL vmlinux 0xaf58fe30 super_setup_bdi EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init -EXPORT_SYMBOL vmlinux 0xaf6c37fc nf_unregister_net_hook -EXPORT_SYMBOL vmlinux 0xaf6f8a47 zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xaf71bb2c dev_addr_del -EXPORT_SYMBOL vmlinux 0xaf749ad9 dev_get_flags +EXPORT_SYMBOL vmlinux 0xaf818ef1 __inet_hash EXPORT_SYMBOL vmlinux 0xaf875e8d phy_ethtool_nway_reset EXPORT_SYMBOL vmlinux 0xaf8f1dd3 generic_write_checks EXPORT_SYMBOL vmlinux 0xaf9125bc mdiobus_alloc_size -EXPORT_SYMBOL vmlinux 0xaf9adbfc seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xaf97a272 __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0xafb7fab1 udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string -EXPORT_SYMBOL vmlinux 0xafcf5868 ip_do_fragment -EXPORT_SYMBOL vmlinux 0xafd56b05 sk_common_release EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported EXPORT_SYMBOL vmlinux 0xafdcb9fc free_task EXPORT_SYMBOL vmlinux 0xafe15b3c jbd2_journal_check_available_features @@ -9401,36 +9428,39 @@ EXPORT_SYMBOL vmlinux 0xb0125c7e tty_register_ldisc EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq EXPORT_SYMBOL vmlinux 0xb01e73b8 fscrypt_encrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0xb03dfa0e current_time +EXPORT_SYMBOL vmlinux 0xb03e6064 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xb03ec12c inet6_add_offload +EXPORT_SYMBOL vmlinux 0xb0448dcd dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0xb04e02e6 find_lock_entry -EXPORT_SYMBOL vmlinux 0xb053dc3b dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0xb05407af abx500_get_chip_id EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb061a98a mutex_lock_killable -EXPORT_SYMBOL vmlinux 0xb07753be inet_dgram_ops -EXPORT_SYMBOL vmlinux 0xb091fe10 pci_free_irq -EXPORT_SYMBOL vmlinux 0xb0948cbd xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb0796bb1 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xb07f627c skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xb095c3c4 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xb0e0a2ed pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xb0e10781 get_option EXPORT_SYMBOL vmlinux 0xb0e602eb memmove -EXPORT_SYMBOL vmlinux 0xb0eb56f4 agp_bridge EXPORT_SYMBOL vmlinux 0xb0ebce5e param_ops_long EXPORT_SYMBOL vmlinux 0xb0f34dff unix_get_socket EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize EXPORT_SYMBOL vmlinux 0xb0fb313a mmc_card_is_blockaddr EXPORT_SYMBOL vmlinux 0xb10e2e14 vme_irq_handler EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare -EXPORT_SYMBOL vmlinux 0xb11ba18d __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xb11261df gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0xb12051fa jbd2_journal_init_dev EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client EXPORT_SYMBOL vmlinux 0xb145611f seq_release -EXPORT_SYMBOL vmlinux 0xb1478aec inet_csk_accept EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb156877d arp_tbl EXPORT_SYMBOL vmlinux 0xb15a8fe3 set_blocksize EXPORT_SYMBOL vmlinux 0xb15ab250 dma_fence_array_create EXPORT_SYMBOL vmlinux 0xb15d9545 put_tty_driver +EXPORT_SYMBOL vmlinux 0xb16241e1 sock_create_lite EXPORT_SYMBOL vmlinux 0xb1633790 __brelse EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse EXPORT_SYMBOL vmlinux 0xb17a8fd9 blkdev_issue_write_same @@ -9439,88 +9469,92 @@ EXPORT_SYMBOL vmlinux 0xb191bb56 blk_rq_append_bio EXPORT_SYMBOL vmlinux 0xb195e169 xsk_umem_peek_addr EXPORT_SYMBOL vmlinux 0xb19858fc nvdimm_namespace_capacity EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset -EXPORT_SYMBOL vmlinux 0xb1aaf612 inetdev_by_index EXPORT_SYMBOL vmlinux 0xb1adfe0c drop_nlink EXPORT_SYMBOL vmlinux 0xb1b6c88e crypto_sha512_update -EXPORT_SYMBOL vmlinux 0xb1c0a7a6 napi_disable -EXPORT_SYMBOL vmlinux 0xb1c35915 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xb1b7f383 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t EXPORT_SYMBOL vmlinux 0xb1e12d81 krealloc -EXPORT_SYMBOL vmlinux 0xb1ed7c62 dst_release EXPORT_SYMBOL vmlinux 0xb1f44d80 wait_on_page_bit_killable EXPORT_SYMBOL vmlinux 0xb202cacc devm_extcon_unregister_notifier_all EXPORT_SYMBOL vmlinux 0xb203c6a5 seq_putc -EXPORT_SYMBOL vmlinux 0xb2047d19 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xb2156acf sock_setsockopt EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu EXPORT_SYMBOL vmlinux 0xb21bad92 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xb21c02eb pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xb222305b skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0xb2297a22 alloc_file_pseudo EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload -EXPORT_SYMBOL vmlinux 0xb236e845 netdev_crit EXPORT_SYMBOL vmlinux 0xb241074b padata_stop EXPORT_SYMBOL vmlinux 0xb257e337 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xb25a283e kernel_sendmsg EXPORT_SYMBOL vmlinux 0xb25f57bd padata_free_shell EXPORT_SYMBOL vmlinux 0xb28f232e current_in_userns +EXPORT_SYMBOL vmlinux 0xb2957fb8 agp_generic_insert_memory EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked EXPORT_SYMBOL vmlinux 0xb29b3fb9 fscrypt_decrypt_bio EXPORT_SYMBOL vmlinux 0xb2aa21a2 cred_fscmp EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt -EXPORT_SYMBOL vmlinux 0xb2bb1413 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count -EXPORT_SYMBOL vmlinux 0xb2cc32d6 mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0xb2dd4089 thaw_super -EXPORT_SYMBOL vmlinux 0xb2e62bb2 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb2feb062 netif_skb_features EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set EXPORT_SYMBOL vmlinux 0xb30f75b0 tty_port_tty_get EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit -EXPORT_SYMBOL vmlinux 0xb3310b51 dev_get_phys_port_name +EXPORT_SYMBOL vmlinux 0xb345b958 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit EXPORT_SYMBOL vmlinux 0xb3635b01 _raw_spin_lock_bh EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb368b72b xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xb374fa9b kernel_sendpage EXPORT_SYMBOL vmlinux 0xb3753869 module_layout EXPORT_SYMBOL vmlinux 0xb37b5d72 param_set_ullong -EXPORT_SYMBOL vmlinux 0xb385526c xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic EXPORT_SYMBOL vmlinux 0xb3c1a7f3 blk_integrity_merge_bio EXPORT_SYMBOL vmlinux 0xb3c8a4ff cros_ec_get_next_event EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e802e2 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xb3e81f41 dev_deactivate EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop -EXPORT_SYMBOL vmlinux 0xb3fcf1cf netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method EXPORT_SYMBOL vmlinux 0xb40ba8b1 scsi_eh_finish_cmd EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb41e581f sk_send_sigurg EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked -EXPORT_SYMBOL vmlinux 0xb43bfde2 xfrm_state_lookup_byaddr -EXPORT_SYMBOL vmlinux 0xb44027ad neigh_lookup EXPORT_SYMBOL vmlinux 0xb4416331 igrab EXPORT_SYMBOL vmlinux 0xb44ad4b3 _copy_to_user EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb45c5c1c dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic EXPORT_SYMBOL vmlinux 0xb47f07f2 elv_bio_merge_ok EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts EXPORT_SYMBOL vmlinux 0xb499079e phy_advertise_supported EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free EXPORT_SYMBOL vmlinux 0xb4b638ad twl6040_clear_bits -EXPORT_SYMBOL vmlinux 0xb4b82dcd sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb4b80e51 pci_unmap_rom EXPORT_SYMBOL vmlinux 0xb4de6531 phy_connect EXPORT_SYMBOL vmlinux 0xb4de9a31 vmap EXPORT_SYMBOL vmlinux 0xb4e1db84 mpage_readpage EXPORT_SYMBOL vmlinux 0xb4f13d2a abort EXPORT_SYMBOL vmlinux 0xb50e1c2f param_get_int -EXPORT_SYMBOL vmlinux 0xb51ed931 __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0xb512a94e inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xb5177335 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53c6a35 netdev_crit EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated -EXPORT_SYMBOL vmlinux 0xb5472deb netdev_pick_tx EXPORT_SYMBOL vmlinux 0xb54759c2 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xb55a926b tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xb55ed2a7 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xb57069e6 arp_xmit EXPORT_SYMBOL vmlinux 0xb5722109 bio_integrity_alloc EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink EXPORT_SYMBOL vmlinux 0xb579b6a8 genphy_update_link @@ -9530,6 +9564,8 @@ EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined EXPORT_SYMBOL vmlinux 0xb5b8af8f generic_file_mmap EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5fa45c0 pci_find_resource +EXPORT_SYMBOL vmlinux 0xb5fe36d4 tcp_add_backlog EXPORT_SYMBOL vmlinux 0xb601be4c __x86_indirect_thunk_rdx EXPORT_SYMBOL vmlinux 0xb6025cf2 vfs_get_fsid EXPORT_SYMBOL vmlinux 0xb603be6a fsync_bdev @@ -9541,7 +9577,6 @@ EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port EXPORT_SYMBOL vmlinux 0xb65702b1 bio_devname EXPORT_SYMBOL vmlinux 0xb6652c16 jbd2_journal_set_triggers EXPORT_SYMBOL vmlinux 0xb665f56d __cachemode2pte_tbl -EXPORT_SYMBOL vmlinux 0xb6686dd7 sock_kmalloc EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor @@ -9551,63 +9586,60 @@ EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit EXPORT_SYMBOL vmlinux 0xb6abc167 scsi_device_resume EXPORT_SYMBOL vmlinux 0xb6abccd0 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xb6b7216b tcp_time_wait EXPORT_SYMBOL vmlinux 0xb6c4c15c vme_new_dma_list EXPORT_SYMBOL vmlinux 0xb6cb21ae __netlink_dump_start EXPORT_SYMBOL vmlinux 0xb6d813fb page_cache_next_miss EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute EXPORT_SYMBOL vmlinux 0xb6ef76da devfreq_resume_device -EXPORT_SYMBOL vmlinux 0xb6f15013 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0xb70d6e67 get_tz_trend EXPORT_SYMBOL vmlinux 0xb71a374a unlock_new_inode -EXPORT_SYMBOL vmlinux 0xb72c52f4 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xb722b2e0 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xb7268962 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0xb72cb500 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xb731232f netif_napi_del EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit EXPORT_SYMBOL vmlinux 0xb73ae9ea iov_iter_gap_alignment -EXPORT_SYMBOL vmlinux 0xb7411ad6 netif_schedule_queue EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier -EXPORT_SYMBOL vmlinux 0xb767683e inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0xb76d4cc3 fbcon_update_vcs EXPORT_SYMBOL vmlinux 0xb77b5acb acpi_dev_get_first_match_dev EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ea23c1 sock_kmalloc EXPORT_SYMBOL vmlinux 0xb7eefd1f __inc_zone_page_state EXPORT_SYMBOL vmlinux 0xb7f295a0 try_lookup_one_len -EXPORT_SYMBOL vmlinux 0xb7f4f543 dev_get_iflink EXPORT_SYMBOL vmlinux 0xb7f9dff4 jbd2_complete_transaction EXPORT_SYMBOL vmlinux 0xb80595c4 nvdimm_namespace_locked EXPORT_SYMBOL vmlinux 0xb814c56e file_ns_capable EXPORT_SYMBOL vmlinux 0xb814e18a on_each_cpu_mask EXPORT_SYMBOL vmlinux 0xb81a0bc6 clk_bulk_get_all EXPORT_SYMBOL vmlinux 0xb82582b2 fbcon_set_bitops -EXPORT_SYMBOL vmlinux 0xb82fbec4 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue -EXPORT_SYMBOL vmlinux 0xb843d0d9 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xb83c502d sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0xb846119c max8925_reg_write EXPORT_SYMBOL vmlinux 0xb849825e flow_rule_match_control -EXPORT_SYMBOL vmlinux 0xb85e4501 pci_scan_bridge EXPORT_SYMBOL vmlinux 0xb85f4de0 devm_register_reboot_notifier EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var EXPORT_SYMBOL vmlinux 0xb873a695 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0xb881c2e9 mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0xb893b480 dma_direct_sync_single_for_device EXPORT_SYMBOL vmlinux 0xb8993e29 migrate_page_states EXPORT_SYMBOL vmlinux 0xb89a2884 serio_unregister_port EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse EXPORT_SYMBOL vmlinux 0xb89c078c input_free_device +EXPORT_SYMBOL vmlinux 0xb8ab3181 __scm_send EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link -EXPORT_SYMBOL vmlinux 0xb8b0726d inet_put_port -EXPORT_SYMBOL vmlinux 0xb8b1df42 skb_vlan_pop EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace -EXPORT_SYMBOL vmlinux 0xb8c822a5 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0xb8d380d3 dma_resv_add_excl_fence EXPORT_SYMBOL vmlinux 0xb8e06ea2 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xb8e3ad00 dev_get_valid_name +EXPORT_SYMBOL vmlinux 0xb8e694a5 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 EXPORT_SYMBOL vmlinux 0xb8f2630c page_mapping EXPORT_SYMBOL vmlinux 0xb8f9706c param_get_charp EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max -EXPORT_SYMBOL vmlinux 0xb91750d5 udp_lib_unhash -EXPORT_SYMBOL vmlinux 0xb91bb869 pcie_print_link_status EXPORT_SYMBOL vmlinux 0xb91df848 max8925_bulk_write EXPORT_SYMBOL vmlinux 0xb93135ea xsk_umem_discard_addr EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab @@ -9619,74 +9651,77 @@ EXPORT_SYMBOL vmlinux 0xb99f0150 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xb9a3b580 serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0xb9add878 bd_finish_claiming EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b6f18f tcp_sendmsg EXPORT_SYMBOL vmlinux 0xb9bf0bce bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters -EXPORT_SYMBOL vmlinux 0xb9ead94f agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0xb9fc4b5d rproc_del EXPORT_SYMBOL vmlinux 0xba0e06ed blkdev_fsync EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le -EXPORT_SYMBOL vmlinux 0xba26129d neigh_carrier_down EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy EXPORT_SYMBOL vmlinux 0xba539f57 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xba55cbde xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0xba588299 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xba6df738 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xba81c644 tcp_ioctl EXPORT_SYMBOL vmlinux 0xba958440 sync_filesystem EXPORT_SYMBOL vmlinux 0xbaac9bc9 blkdev_issue_flush EXPORT_SYMBOL vmlinux 0xbabf9a7f locks_mandatory_area EXPORT_SYMBOL vmlinux 0xbac58131 gen_new_estimator -EXPORT_SYMBOL vmlinux 0xbaeb1bb4 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xbb0037dd vga_switcheroo_unregister_client EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many -EXPORT_SYMBOL vmlinux 0xbb1555e6 arp_tbl EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command EXPORT_SYMBOL vmlinux 0xbb26a94b blk_execute_rq EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xbb43816d skb_checksum_help EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer EXPORT_SYMBOL vmlinux 0xbb7242a2 max8998_bulk_read EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags -EXPORT_SYMBOL vmlinux 0xbb9beb34 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xbba490ce sk_net_capable EXPORT_SYMBOL vmlinux 0xbbc7f2c8 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xbbc8c441 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order EXPORT_SYMBOL vmlinux 0xbbeb5449 mipi_dsi_dcs_set_column_address EXPORT_SYMBOL vmlinux 0xbbf895a6 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xbc00f7d7 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xbc09dd0f agp_generic_create_gatt_table EXPORT_SYMBOL vmlinux 0xbc18c721 proc_mkdir_mode EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit EXPORT_SYMBOL vmlinux 0xbc37e38d finish_swait EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc41bee6 pci_read_config_word EXPORT_SYMBOL vmlinux 0xbc509511 mipi_dsi_dcs_write_buffer EXPORT_SYMBOL vmlinux 0xbc593268 dev_printk EXPORT_SYMBOL vmlinux 0xbc616855 inode_dio_wait EXPORT_SYMBOL vmlinux 0xbc6d1a7f __mark_inode_dirty EXPORT_SYMBOL vmlinux 0xbc7b947a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xbc93792a netif_rx EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcb18740 unload_nls EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 +EXPORT_SYMBOL vmlinux 0xbcbe4e88 skb_clone_sk EXPORT_SYMBOL vmlinux 0xbcbfbe44 _dev_warn EXPORT_SYMBOL vmlinux 0xbcbfd98d nd_btt_version EXPORT_SYMBOL vmlinux 0xbcc2168a dget_parent EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user EXPORT_SYMBOL vmlinux 0xbcc36e67 dump_align -EXPORT_SYMBOL vmlinux 0xbcdd8870 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xbcd670e2 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0xbce9e9d2 may_umount_tree EXPORT_SYMBOL vmlinux 0xbd2baf64 genphy_read_lpa EXPORT_SYMBOL vmlinux 0xbd346e22 __pagevec_release EXPORT_SYMBOL vmlinux 0xbd3b4bb1 twl6040_get_vibralr_status EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init -EXPORT_SYMBOL vmlinux 0xbd4ea856 alloc_netdev_mqs -EXPORT_SYMBOL vmlinux 0xbd56ee1b inet_dgram_connect EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 -EXPORT_SYMBOL vmlinux 0xbd71af4d seg6_push_hmac -EXPORT_SYMBOL vmlinux 0xbd91e67e dev_get_port_parent_id -EXPORT_SYMBOL vmlinux 0xbd979a78 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xbd6dfb3a kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xbd7cef84 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0xbdab7fe6 ppp_unregister_compressor -EXPORT_SYMBOL vmlinux 0xbdbcf579 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0xbdbe6b44 kern_path_mountpoint -EXPORT_SYMBOL vmlinux 0xbdc4d384 ip_frag_init EXPORT_SYMBOL vmlinux 0xbdc8bfb4 console_stop +EXPORT_SYMBOL vmlinux 0xbdd44120 kfree_skb_list EXPORT_SYMBOL vmlinux 0xbddf62d2 dma_direct_sync_single_for_cpu -EXPORT_SYMBOL vmlinux 0xbdefdccb pci_read_config_word EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe EXPORT_SYMBOL vmlinux 0xbe0d17ef register_framebuffer @@ -9694,75 +9729,70 @@ EXPORT_SYMBOL vmlinux 0xbe3552c9 param_set_invbool EXPORT_SYMBOL vmlinux 0xbe3af24c deactivate_locked_super EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number -EXPORT_SYMBOL vmlinux 0xbe544f72 tcp_connect EXPORT_SYMBOL vmlinux 0xbe5815ea sync_blockdev EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state -EXPORT_SYMBOL vmlinux 0xbe5bac0d sock_no_sendpage EXPORT_SYMBOL vmlinux 0xbe5bd6bc security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd EXPORT_SYMBOL vmlinux 0xbe5f52bc jbd2_journal_set_features -EXPORT_SYMBOL vmlinux 0xbe607856 agp_enable EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit EXPORT_SYMBOL vmlinux 0xbe7e05a8 acpi_tb_install_and_load_table -EXPORT_SYMBOL vmlinux 0xbe824097 inet_stream_ops -EXPORT_SYMBOL vmlinux 0xbe85e3bb sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xbe935540 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xbed68d23 netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbee67ce6 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xbee97ca8 pci_scan_bus EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule EXPORT_SYMBOL vmlinux 0xbef7ee32 unregister_binfmt EXPORT_SYMBOL vmlinux 0xbefa4295 clear_wb_congested EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner EXPORT_SYMBOL vmlinux 0xbf026367 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xbf0ccf0d tcp_seq_stop EXPORT_SYMBOL vmlinux 0xbf0d9c23 end_buffer_read_sync EXPORT_SYMBOL vmlinux 0xbf0eca64 dev_load -EXPORT_SYMBOL vmlinux 0xbf15f040 eth_header EXPORT_SYMBOL vmlinux 0xbf1c0020 dquot_file_open EXPORT_SYMBOL vmlinux 0xbf2354fa get_user_pages EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic EXPORT_SYMBOL vmlinux 0xbf31e8ce security_path_rename -EXPORT_SYMBOL vmlinux 0xbf385be8 inet_offloads -EXPORT_SYMBOL vmlinux 0xbf506725 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xbf463efa skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0xbf5d441a refresh_frequency_limits EXPORT_SYMBOL vmlinux 0xbf7280ab seq_write +EXPORT_SYMBOL vmlinux 0xbf788fd1 vga_switcheroo_lock_ddc EXPORT_SYMBOL vmlinux 0xbf7d1462 config_item_put EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set -EXPORT_SYMBOL vmlinux 0xbfb71e9f xfrm_state_add EXPORT_SYMBOL vmlinux 0xbfb86b5b sdev_disable_disk_events -EXPORT_SYMBOL vmlinux 0xbfbfd8a4 xfrm_policy_flush EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep EXPORT_SYMBOL vmlinux 0xbfcbaf1c phy_ethtool_set_wol -EXPORT_SYMBOL vmlinux 0xbfd5514d inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbfce05bd skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0xbfdcb43a __x86_indirect_thunk_r11 EXPORT_SYMBOL vmlinux 0xbfea3cb9 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xbfeae4fb dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer EXPORT_SYMBOL vmlinux 0xc009babc inode_nohighmem EXPORT_SYMBOL vmlinux 0xc0206450 uart_update_timeout EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector -EXPORT_SYMBOL vmlinux 0xc02c02bb pci_find_bus EXPORT_SYMBOL vmlinux 0xc02e8304 _dev_alert -EXPORT_SYMBOL vmlinux 0xc041bda5 unregister_netdev +EXPORT_SYMBOL vmlinux 0xc055412b udp_seq_next EXPORT_SYMBOL vmlinux 0xc060ba36 pnp_device_attach EXPORT_SYMBOL vmlinux 0xc06dad1d ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked EXPORT_SYMBOL vmlinux 0xc07afc91 ioc_lookup_icq EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb EXPORT_SYMBOL vmlinux 0xc08594b8 __do_once_done -EXPORT_SYMBOL vmlinux 0xc08e68fd dev_add_offload -EXPORT_SYMBOL vmlinux 0xc08ffb53 netdev_info +EXPORT_SYMBOL vmlinux 0xc089e356 pci_enable_device EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init EXPORT_SYMBOL vmlinux 0xc09f25a1 phy_attach EXPORT_SYMBOL vmlinux 0xc0a061e8 __dquot_transfer EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0aeeb8f skb_vlan_pop EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 EXPORT_SYMBOL vmlinux 0xc0bca0f1 ZSTD_nextSrcSizeToDecompress EXPORT_SYMBOL vmlinux 0xc0cee7d9 pipe_lock EXPORT_SYMBOL vmlinux 0xc0da69ed uart_write_wakeup -EXPORT_SYMBOL vmlinux 0xc0e173bf inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0xc0faa71d vga_switcheroo_init_domain_pm_ops EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup EXPORT_SYMBOL vmlinux 0xc111ae64 intel_gtt_get EXPORT_SYMBOL vmlinux 0xc1179daa kstrtou8_from_user -EXPORT_SYMBOL vmlinux 0xc11920a2 netdev_features_change +EXPORT_SYMBOL vmlinux 0xc12e0bce pci_enable_msi EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes EXPORT_SYMBOL vmlinux 0xc13e6faf blk_mq_tagset_wait_completed_request EXPORT_SYMBOL vmlinux 0xc14af7fa mmc_gpio_set_cd_isr @@ -9773,12 +9803,12 @@ EXPORT_SYMBOL vmlinux 0xc163702b vlan_vid_del EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem EXPORT_SYMBOL vmlinux 0xc1749e9f blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xc1ab3fc3 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0xc1ac7155 flow_rule_alloc EXPORT_SYMBOL vmlinux 0xc1c23633 dma_mmap_attrs EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget -EXPORT_SYMBOL vmlinux 0xc1df3fad agp_backend_release EXPORT_SYMBOL vmlinux 0xc1e2ea3b make_kgid -EXPORT_SYMBOL vmlinux 0xc1ec116e tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xc1e34fa5 tcp_seq_next EXPORT_SYMBOL vmlinux 0xc1fc9992 flow_rule_match_eth_addrs EXPORT_SYMBOL vmlinux 0xc228129e revert_creds EXPORT_SYMBOL vmlinux 0xc22cca55 security_unix_stream_connect @@ -9786,9 +9816,9 @@ EXPORT_SYMBOL vmlinux 0xc234191a bio_put EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup EXPORT_SYMBOL vmlinux 0xc2518d95 locks_free_lock EXPORT_SYMBOL vmlinux 0xc25225ee i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xc264aa63 rt_dst_clone EXPORT_SYMBOL vmlinux 0xc26623ae dec_zone_page_state EXPORT_SYMBOL vmlinux 0xc266ec84 from_kgid_munged -EXPORT_SYMBOL vmlinux 0xc26743e2 inet6_bind EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate EXPORT_SYMBOL vmlinux 0xc26b0318 pnpacpi_protocol EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits @@ -9799,86 +9829,78 @@ EXPORT_SYMBOL vmlinux 0xc29bf967 strspn EXPORT_SYMBOL vmlinux 0xc2a17ebe seqno_fence_ops EXPORT_SYMBOL vmlinux 0xc2dd1ec4 fs_context_for_mount EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices -EXPORT_SYMBOL vmlinux 0xc3007a52 sock_efree -EXPORT_SYMBOL vmlinux 0xc3053a94 arp_create +EXPORT_SYMBOL vmlinux 0xc30072b6 netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0xc3067587 vfio_register_notifier EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc EXPORT_SYMBOL vmlinux 0xc310b981 strnstr EXPORT_SYMBOL vmlinux 0xc31b0f13 is_nd_dax -EXPORT_SYMBOL vmlinux 0xc31d9cdf secpath_set EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc32f013c agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0xc34d3bbd inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc35d117b inet_addr_type EXPORT_SYMBOL vmlinux 0xc36a3bd4 __acpi_handle_debug -EXPORT_SYMBOL vmlinux 0xc3706226 udplite_prot +EXPORT_SYMBOL vmlinux 0xc36d0bab netdev_lower_get_next EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc EXPORT_SYMBOL vmlinux 0xc37884cf tcf_em_tree_destroy EXPORT_SYMBOL vmlinux 0xc37ea593 end_buffer_write_sync EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy -EXPORT_SYMBOL vmlinux 0xc387a532 inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0xc388ea53 twl6030_mmc_card_detect EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer EXPORT_SYMBOL vmlinux 0xc3921ea2 framebuffer_release EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 -EXPORT_SYMBOL vmlinux 0xc3acb15b __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xc3b4525f gnet_stats_copy_queue -EXPORT_SYMBOL vmlinux 0xc3ba34b4 agp_copy_info EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq EXPORT_SYMBOL vmlinux 0xc3c891e8 file_write_and_wait_range -EXPORT_SYMBOL vmlinux 0xc3c8dc8b pci_find_next_bus EXPORT_SYMBOL vmlinux 0xc3d4f48d simple_dir_operations EXPORT_SYMBOL vmlinux 0xc3df9e20 __task_pid_nr_ns -EXPORT_SYMBOL vmlinux 0xc3e00abb mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xc3e1782a kernel_recvmsg EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40d84a8 skb_store_bits EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value EXPORT_SYMBOL vmlinux 0xc41f3b6f account_page_redirty EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost EXPORT_SYMBOL vmlinux 0xc436d1f8 pm860x_reg_write -EXPORT_SYMBOL vmlinux 0xc43b6737 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xc43cdb35 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xc43da86c scm_fp_dup EXPORT_SYMBOL vmlinux 0xc4447806 iov_iter_single_seg_count EXPORT_SYMBOL vmlinux 0xc4519697 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xc45bc921 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0xc4649176 __generic_file_fsync -EXPORT_SYMBOL vmlinux 0xc472d84f tcp_seq_stop EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 EXPORT_SYMBOL vmlinux 0xc47aae08 copy_page_to_iter EXPORT_SYMBOL vmlinux 0xc4a058e1 md_register_thread EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog -EXPORT_SYMBOL vmlinux 0xc4b1506f netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0xc4b425ea input_enable_softrepeat -EXPORT_SYMBOL vmlinux 0xc4d6a0f8 unregister_tcf_proto_ops -EXPORT_SYMBOL vmlinux 0xc4dc9fc0 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xc4e00fd2 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0xc4f5eb60 phy_resume +EXPORT_SYMBOL vmlinux 0xc4f5eebc napi_complete_done EXPORT_SYMBOL vmlinux 0xc5021ea8 padata_do_serial EXPORT_SYMBOL vmlinux 0xc517b67c tty_unregister_driver -EXPORT_SYMBOL vmlinux 0xc51cdb94 netdev_refcnt_read -EXPORT_SYMBOL vmlinux 0xc5202fac pcibios_resource_to_bus -EXPORT_SYMBOL vmlinux 0xc521369e sk_net_capable -EXPORT_SYMBOL vmlinux 0xc5274d9b ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath EXPORT_SYMBOL vmlinux 0xc531bfbe page_cache_prev_miss EXPORT_SYMBOL vmlinux 0xc53361e0 rproc_alloc EXPORT_SYMBOL vmlinux 0xc5506989 ppp_output_wakeup EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 EXPORT_SYMBOL vmlinux 0xc558530d profile_pc -EXPORT_SYMBOL vmlinux 0xc566943a tso_count_descs -EXPORT_SYMBOL vmlinux 0xc5778f38 dev_remove_pack EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next EXPORT_SYMBOL vmlinux 0xc5850110 printk EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc599dba3 forget_cached_acl -EXPORT_SYMBOL vmlinux 0xc59bbfa6 pci_bus_read_config_word -EXPORT_SYMBOL vmlinux 0xc5ab634a udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xc5af296e udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xc5b5f534 input_mt_sync_frame EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot EXPORT_SYMBOL vmlinux 0xc5e4a5d1 cpumask_next +EXPORT_SYMBOL vmlinux 0xc5e4cbbf __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource EXPORT_SYMBOL vmlinux 0xc5ec5fdf netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xc5f0411a skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xc5f5047c tcp_release_cb EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last EXPORT_SYMBOL vmlinux 0xc5f88bf6 scsi_get_host_dev EXPORT_SYMBOL vmlinux 0xc5fc3df9 serial8250_do_pm EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const -EXPORT_SYMBOL vmlinux 0xc60b9335 neigh_parms_release EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive @@ -9887,66 +9909,62 @@ EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc6665e83 clk_add_alias EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif -EXPORT_SYMBOL vmlinux 0xc66cf97f netif_napi_del EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode -EXPORT_SYMBOL vmlinux 0xc6843f0e __dev_get_by_flags EXPORT_SYMBOL vmlinux 0xc68e82c1 forget_all_cached_acls -EXPORT_SYMBOL vmlinux 0xc68ed3ad skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6c2013d udp_gro_complete EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable EXPORT_SYMBOL vmlinux 0xc6e6d37d __bforget EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc7031901 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port EXPORT_SYMBOL vmlinux 0xc72c8297 iter_file_splice_write -EXPORT_SYMBOL vmlinux 0xc7318c90 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xc73606e0 inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0xc745cddc mfd_cell_enable -EXPORT_SYMBOL vmlinux 0xc75c8687 dev_open -EXPORT_SYMBOL vmlinux 0xc763d5b9 xfrm_state_free EXPORT_SYMBOL vmlinux 0xc76a2dcf release_pages +EXPORT_SYMBOL vmlinux 0xc76ae9e3 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0xc773140f dev_printk_emit EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79d177d dst_dev_put EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c1083e inet6_protos EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group -EXPORT_SYMBOL vmlinux 0xc7da037e sock_kfree_s EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one EXPORT_SYMBOL vmlinux 0xc81a5f6b mipi_dsi_dcs_nop EXPORT_SYMBOL vmlinux 0xc81d0ddd blk_pre_runtime_resume EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop -EXPORT_SYMBOL vmlinux 0xc838dcfb xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0xc83f2185 configfs_remove_default_groups EXPORT_SYMBOL vmlinux 0xc83fe684 vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes -EXPORT_SYMBOL vmlinux 0xc88002b5 tcp_conn_request EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd -EXPORT_SYMBOL vmlinux 0xc893a848 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xc89dc6b3 __skb_vlan_pop EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread -EXPORT_SYMBOL vmlinux 0xc8ae1e2f tcp_seq_next -EXPORT_SYMBOL vmlinux 0xc8bb4fa1 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0xc8c60e9b cdrom_get_media_event EXPORT_SYMBOL vmlinux 0xc8e15aaa serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xc8e53389 pcie_port_service_register EXPORT_SYMBOL vmlinux 0xc8e7622c inetpeer_invalidate_tree EXPORT_SYMBOL vmlinux 0xc8f59268 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc8fcdfe0 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xc912c895 import_single_range EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources -EXPORT_SYMBOL vmlinux 0xc9606e3f __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev -EXPORT_SYMBOL vmlinux 0xc9bf873e pcie_get_speed_cap -EXPORT_SYMBOL vmlinux 0xc9cc2f03 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xc9ac790b __alloc_skb +EXPORT_SYMBOL vmlinux 0xc9c88b59 neigh_update EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init EXPORT_SYMBOL vmlinux 0xc9ec2108 arch_debugfs_dir EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock -EXPORT_SYMBOL vmlinux 0xc9f877fc amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xc9f436ba inet_release EXPORT_SYMBOL vmlinux 0xc9f9e6e1 jbd2_log_wait_commit EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free @@ -9959,29 +9977,26 @@ EXPORT_SYMBOL vmlinux 0xca979ced __serio_register_port EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store EXPORT_SYMBOL vmlinux 0xca9e2dc3 end_page_writeback EXPORT_SYMBOL vmlinux 0xca9e9d2f param_ops_ushort +EXPORT_SYMBOL vmlinux 0xcaad877f km_policy_expired EXPORT_SYMBOL vmlinux 0xcabfa149 dcb_ieee_delapp EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception -EXPORT_SYMBOL vmlinux 0xcadc711d tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xcae487f2 tty_do_resize EXPORT_SYMBOL vmlinux 0xcaf054c5 follow_down_one EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain EXPORT_SYMBOL vmlinux 0xcaf421ed tty_port_close_end EXPORT_SYMBOL vmlinux 0xcaf4acdd bdget EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb1df90e __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xcb3faa14 phy_attached_info -EXPORT_SYMBOL vmlinux 0xcb41d211 xfrm_parse_spi -EXPORT_SYMBOL vmlinux 0xcb50c20b ipmr_rule_default -EXPORT_SYMBOL vmlinux 0xcb6af12a inet6_del_offload +EXPORT_SYMBOL vmlinux 0xcb6cd1ac __icmp_send EXPORT_SYMBOL vmlinux 0xcb6cf502 cdrom_ioctl EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power -EXPORT_SYMBOL vmlinux 0xcb8b7f07 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0xcb8f0c10 put_disk EXPORT_SYMBOL vmlinux 0xcb9e1a22 acpi_os_map_generic_address EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister EXPORT_SYMBOL vmlinux 0xcbae9768 remap_vmalloc_range_partial -EXPORT_SYMBOL vmlinux 0xcbb71896 eth_gro_receive EXPORT_SYMBOL vmlinux 0xcbb8d406 __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0xcbb947d9 adjust_managed_page_count EXPORT_SYMBOL vmlinux 0xcbbb17cd __getblk_gfp @@ -9991,109 +10006,112 @@ EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic EXPORT_SYMBOL vmlinux 0xcbeb4cb9 config_group_find_item EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev -EXPORT_SYMBOL vmlinux 0xcc00f58c dev_get_by_name EXPORT_SYMBOL vmlinux 0xcc014dbf generic_fadvise -EXPORT_SYMBOL vmlinux 0xcc066ae8 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xcc0264ad pci_get_class EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul EXPORT_SYMBOL vmlinux 0xcc1c71e5 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xcc2198f8 mr_dump EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port EXPORT_SYMBOL vmlinux 0xcc2e18bd nd_device_unregister EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class EXPORT_SYMBOL vmlinux 0xcc42b88e __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible -EXPORT_SYMBOL vmlinux 0xcc55e414 amd_iommu_pc_get_reg EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock EXPORT_SYMBOL vmlinux 0xcc5ea229 dmam_alloc_attrs EXPORT_SYMBOL vmlinux 0xcc6408bf configfs_depend_item EXPORT_SYMBOL vmlinux 0xcc7162ba get_super_thawed -EXPORT_SYMBOL vmlinux 0xcc76cf48 __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0xcc78395e vmalloc_to_page EXPORT_SYMBOL vmlinux 0xcc7925dc fd_install -EXPORT_SYMBOL vmlinux 0xcc7d4034 agp_generic_remove_memory EXPORT_SYMBOL vmlinux 0xcc7ed3de d_delete EXPORT_SYMBOL vmlinux 0xcc81353c pci_ep_cfs_remove_epc_group -EXPORT_SYMBOL vmlinux 0xcc8386f2 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0xcc8a9c44 phy_device_free EXPORT_SYMBOL vmlinux 0xcc969d29 bio_free_pages EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccab73e7 netpoll_cleanup EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor -EXPORT_SYMBOL vmlinux 0xcccd1cf7 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xccd2d041 pnp_unregister_driver EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start EXPORT_SYMBOL vmlinux 0xccef37e4 ZSTD_DStreamOutSize -EXPORT_SYMBOL vmlinux 0xccfa661c __dev_get_by_name EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd009d55 compat_nf_getsockopt EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data EXPORT_SYMBOL vmlinux 0xcd08bce3 dquot_drop +EXPORT_SYMBOL vmlinux 0xcd1507aa __dev_remove_pack EXPORT_SYMBOL vmlinux 0xcd1d09c5 prepare_binprm EXPORT_SYMBOL vmlinux 0xcd223bf5 ppp_input_error EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed EXPORT_SYMBOL vmlinux 0xcd279169 nla_find -EXPORT_SYMBOL vmlinux 0xcd37385c pci_dev_get EXPORT_SYMBOL vmlinux 0xcd37cfae blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0xcd58129a blk_mq_tagset_busy_iter EXPORT_SYMBOL vmlinux 0xcd5bfa2c nonseekable_open +EXPORT_SYMBOL vmlinux 0xcd78d23c xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0xcd7ea4e6 seq_file_path EXPORT_SYMBOL vmlinux 0xcd7fd3a0 simple_rmdir EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception -EXPORT_SYMBOL vmlinux 0xcd94b93a netpoll_setup +EXPORT_SYMBOL vmlinux 0xcd929179 tcf_block_put EXPORT_SYMBOL vmlinux 0xcd9fbe1e generic_writepages EXPORT_SYMBOL vmlinux 0xcda3989d bioset_exit +EXPORT_SYMBOL vmlinux 0xcdadea12 pci_read_config_dword EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel -EXPORT_SYMBOL vmlinux 0xcddd5eed xfrm_state_update EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf4daf5 pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0xce128683 sdev_enable_disk_events EXPORT_SYMBOL vmlinux 0xce15b9bb scsi_report_bus_reset EXPORT_SYMBOL vmlinux 0xce2398b8 alloc_pages_current -EXPORT_SYMBOL vmlinux 0xce26a1d2 build_skb EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake EXPORT_SYMBOL vmlinux 0xce2b68ad file_update_time +EXPORT_SYMBOL vmlinux 0xce31b2fe napi_disable EXPORT_SYMBOL vmlinux 0xce380816 iput -EXPORT_SYMBOL vmlinux 0xce3a1b22 skb_queue_head +EXPORT_SYMBOL vmlinux 0xce45292e tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize EXPORT_SYMBOL vmlinux 0xce6477b2 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xce651820 tcf_block_get EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce82831b neigh_changeaddr EXPORT_SYMBOL vmlinux 0xce8b1878 __x86_indirect_thunk_r14 EXPORT_SYMBOL vmlinux 0xce8cc109 dquot_alloc EXPORT_SYMBOL vmlinux 0xceaad73f filp_close EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul EXPORT_SYMBOL vmlinux 0xcead90e6 is_subdir EXPORT_SYMBOL vmlinux 0xceb823b1 node_data -EXPORT_SYMBOL vmlinux 0xcec89889 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xcec2c2a9 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xcec71449 pci_scan_single_device EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create EXPORT_SYMBOL vmlinux 0xced4f529 set_pages_wb EXPORT_SYMBOL vmlinux 0xceeb51d6 __free_pages EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free EXPORT_SYMBOL vmlinux 0xcef0147c input_grab_device EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port -EXPORT_SYMBOL vmlinux 0xcefe54be rt6_lookup EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check EXPORT_SYMBOL vmlinux 0xcf0d4bc4 generic_file_direct_write EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find EXPORT_SYMBOL vmlinux 0xcf239ad2 load_nls EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf4532a0 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock EXPORT_SYMBOL vmlinux 0xcf510290 kiocb_set_cancel_fn EXPORT_SYMBOL vmlinux 0xcf631bf7 dma_async_tx_descriptor_init -EXPORT_SYMBOL vmlinux 0xcf70be91 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xcf74b521 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0xcf83d83a __tracepoint_spi_transfer_start EXPORT_SYMBOL vmlinux 0xcf8a0bd6 tty_register_device EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa292cf netif_receive_skb EXPORT_SYMBOL vmlinux 0xcfa353d4 param_ops_string EXPORT_SYMBOL vmlinux 0xcfb8ae08 pagevec_lookup_range_nr_tag EXPORT_SYMBOL vmlinux 0xcfbbaaf5 flow_rule_match_ipv4_addrs EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdfcf32 inet_getname +EXPORT_SYMBOL vmlinux 0xcfe16dc5 tcp_poll EXPORT_SYMBOL vmlinux 0xd0005de5 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd0029da2 tcp_rcv_established EXPORT_SYMBOL vmlinux 0xd01fb87f blk_integrity_register -EXPORT_SYMBOL vmlinux 0xd03a9a6e inet_gro_receive EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab EXPORT_SYMBOL vmlinux 0xd047d5e1 configfs_unregister_group EXPORT_SYMBOL vmlinux 0xd0484dee tty_kref_put @@ -10101,46 +10119,42 @@ EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net EXPORT_SYMBOL vmlinux 0xd04d1327 vm_map_pages_zero EXPORT_SYMBOL vmlinux 0xd0607844 vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function -EXPORT_SYMBOL vmlinux 0xd097b1b1 mr_fill_mroute -EXPORT_SYMBOL vmlinux 0xd0a0a773 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init +EXPORT_SYMBOL vmlinux 0xd0a580a5 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface EXPORT_SYMBOL vmlinux 0xd0b7a60e lru_cache_add_file EXPORT_SYMBOL vmlinux 0xd0b872e2 elv_rb_del -EXPORT_SYMBOL vmlinux 0xd0ba6025 tcp_seq_start EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xd0d975a0 dev_addr_init EXPORT_SYMBOL vmlinux 0xd0dca490 get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0xd0ea586e xfrm_lookup_route EXPORT_SYMBOL vmlinux 0xd0ebd2eb pm_vt_switch_unregister EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key -EXPORT_SYMBOL vmlinux 0xd10398c4 tcp_filter EXPORT_SYMBOL vmlinux 0xd107604d gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0xd115009d discard_new_inode EXPORT_SYMBOL vmlinux 0xd12795c8 mmc_can_gpio_cd EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize -EXPORT_SYMBOL vmlinux 0xd1562ed1 napi_complete_done EXPORT_SYMBOL vmlinux 0xd166bfe9 phy_ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough EXPORT_SYMBOL vmlinux 0xd181ea69 ps2_end_command EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count EXPORT_SYMBOL vmlinux 0xd19bd2e1 __tracepoint_write_msr EXPORT_SYMBOL vmlinux 0xd1ab8cc0 nvdimm_bus_lock -EXPORT_SYMBOL vmlinux 0xd1b4e105 dst_init -EXPORT_SYMBOL vmlinux 0xd1c0bafd __sk_receive_skb EXPORT_SYMBOL vmlinux 0xd1cbb137 vm_iomap_memory EXPORT_SYMBOL vmlinux 0xd1d15f1b uv_hub_info_version EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1df7f56 neigh_for_each EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings -EXPORT_SYMBOL vmlinux 0xd1f91bfc acpi_get_hp_hw_control_from_firmware -EXPORT_SYMBOL vmlinux 0xd1fece17 ip_route_me_harder EXPORT_SYMBOL vmlinux 0xd20c40ef follow_pfn EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2309d76 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xd2316da9 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0xd244ab4e unlock_page EXPORT_SYMBOL vmlinux 0xd25ca011 flow_rule_match_enc_ports EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook @@ -10152,8 +10166,8 @@ EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier EXPORT_SYMBOL vmlinux 0xd2e069c5 set_pages_array_wb EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd3086157 tcf_exts_destroy EXPORT_SYMBOL vmlinux 0xd30ffe94 scsi_scan_target -EXPORT_SYMBOL vmlinux 0xd31b501c skb_vlan_untag EXPORT_SYMBOL vmlinux 0xd32003d6 kmem_cache_size EXPORT_SYMBOL vmlinux 0xd338102d __tty_alloc_driver EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key @@ -10162,28 +10176,26 @@ EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state EXPORT_SYMBOL vmlinux 0xd37c806f security_socket_getpeersec_dgram -EXPORT_SYMBOL vmlinux 0xd37febc1 inet6_protos -EXPORT_SYMBOL vmlinux 0xd38750a0 sock_release EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask EXPORT_SYMBOL vmlinux 0xd3987f3f vfs_readlink -EXPORT_SYMBOL vmlinux 0xd39ff912 __inet6_lookup_established -EXPORT_SYMBOL vmlinux 0xd3ac1933 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xd39c0b9b netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0xd3bb6fac pagecache_write_begin -EXPORT_SYMBOL vmlinux 0xd3bcad3e km_policy_notify EXPORT_SYMBOL vmlinux 0xd3ca2f03 serio_open EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd3ed7cee genphy_read_mmd_unsupported -EXPORT_SYMBOL vmlinux 0xd3f44e08 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xd3f10edf xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal -EXPORT_SYMBOL vmlinux 0xd4151956 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xd408a114 translation_pre_enabled +EXPORT_SYMBOL vmlinux 0xd40cc7ce skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0xd417b62b phy_find_first -EXPORT_SYMBOL vmlinux 0xd41863d2 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xd424be4c pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xd446cf2b skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4725b6b netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system -EXPORT_SYMBOL vmlinux 0xd4847062 tcf_classify +EXPORT_SYMBOL vmlinux 0xd483b7e7 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create EXPORT_SYMBOL vmlinux 0xd4b1b149 console_start -EXPORT_SYMBOL vmlinux 0xd4b1c040 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4c71525 vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0xd4ca80cc __filemap_set_wb_err @@ -10191,50 +10203,51 @@ EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table EXPORT_SYMBOL vmlinux 0xd4d80743 watchdog_register_governor EXPORT_SYMBOL vmlinux 0xd4dc0a02 simple_transaction_read EXPORT_SYMBOL vmlinux 0xd4ea0779 abx500_get_register_page_interruptible -EXPORT_SYMBOL vmlinux 0xd4f8e1a3 agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd50a3649 ip_ct_attach EXPORT_SYMBOL vmlinux 0xd50eb942 mark_buffer_async_write -EXPORT_SYMBOL vmlinux 0xd5124a76 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources EXPORT_SYMBOL vmlinux 0xd551b9c3 inc_zone_page_state EXPORT_SYMBOL vmlinux 0xd55e8bbf flow_rule_match_ipv6_addrs -EXPORT_SYMBOL vmlinux 0xd57d310d sock_no_getsockopt EXPORT_SYMBOL vmlinux 0xd58e090a pnp_request_card_device EXPORT_SYMBOL vmlinux 0xd58f91e8 kernel_param_unlock -EXPORT_SYMBOL vmlinux 0xd5954be4 skb_store_bits EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state EXPORT_SYMBOL vmlinux 0xd5b5eef1 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xd5c064fe pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0xd5c360a2 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xd5cc2862 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd5cdfc1b xfrm_policy_insert EXPORT_SYMBOL vmlinux 0xd5d0a326 vme_dma_list_add EXPORT_SYMBOL vmlinux 0xd5e6d0ed generic_ro_fops EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60645b6 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6109652 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0xd635ff26 ptp_clock_register EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state EXPORT_SYMBOL vmlinux 0xd6451fcc redraw_screen -EXPORT_SYMBOL vmlinux 0xd6483b1a inet_reqsk_alloc -EXPORT_SYMBOL vmlinux 0xd664a6c3 kernel_sendpage EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a10512 netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz -EXPORT_SYMBOL vmlinux 0xd6b9d694 inet6_offloads +EXPORT_SYMBOL vmlinux 0xd6d079b2 sock_no_accept EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash EXPORT_SYMBOL vmlinux 0xd6ec17a0 notify_change EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc EXPORT_SYMBOL vmlinux 0xd6f786ad filemap_fdatawrite_range EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced -EXPORT_SYMBOL vmlinux 0xd6fe13b4 tcp_peek_len EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute EXPORT_SYMBOL vmlinux 0xd71db924 keyring_clear EXPORT_SYMBOL vmlinux 0xd72e6156 mark_buffer_dirty EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid -EXPORT_SYMBOL vmlinux 0xd7425350 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd73d5f6f neigh_destroy +EXPORT_SYMBOL vmlinux 0xd740e07a vga_get EXPORT_SYMBOL vmlinux 0xd74d9b98 locks_lock_inode_wait EXPORT_SYMBOL vmlinux 0xd75ac21c mmc_calc_max_discard EXPORT_SYMBOL vmlinux 0xd76d6a22 blk_post_runtime_suspend @@ -10243,55 +10256,51 @@ EXPORT_SYMBOL vmlinux 0xd777a926 simple_write_begin EXPORT_SYMBOL vmlinux 0xd77b37d9 sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0xd77ce38c genphy_config_eee_advert EXPORT_SYMBOL vmlinux 0xd78321ef t10_pi_type3_ip -EXPORT_SYMBOL vmlinux 0xd788470c tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0xd79faccb give_up_console EXPORT_SYMBOL vmlinux 0xd7cc04a8 input_set_max_poll_interval EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete EXPORT_SYMBOL vmlinux 0xd7d440b1 scsi_dma_unmap EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll -EXPORT_SYMBOL vmlinux 0xd7ea4c99 dst_cow_metrics_generic -EXPORT_SYMBOL vmlinux 0xd7f838d8 tcp_rcv_state_process -EXPORT_SYMBOL vmlinux 0xd826d458 tc_setup_cb_add -EXPORT_SYMBOL vmlinux 0xd8341e04 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xd818f4bd seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0xd8381033 pfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0xd83b33f9 tty_insert_flip_string_flags -EXPORT_SYMBOL vmlinux 0xd83d8373 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd84aa60e tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame EXPORT_SYMBOL vmlinux 0xd8697401 tcf_idr_create -EXPORT_SYMBOL vmlinux 0xd8761526 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xd87d6579 dev_add_offload +EXPORT_SYMBOL vmlinux 0xd88a725b ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format -EXPORT_SYMBOL vmlinux 0xd8ca410c pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk EXPORT_SYMBOL vmlinux 0xd8eb6763 sget_fc EXPORT_SYMBOL vmlinux 0xd8eb939e md_unregister_thread +EXPORT_SYMBOL vmlinux 0xd8edd8c3 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0xd8fd6a9a dma_set_mask -EXPORT_SYMBOL vmlinux 0xd913d01f skb_clone +EXPORT_SYMBOL vmlinux 0xd92191a0 ip_options_compile EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object EXPORT_SYMBOL vmlinux 0xd9404061 dcache_dir_lseek EXPORT_SYMBOL vmlinux 0xd947ab64 dm_unregister_target EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy EXPORT_SYMBOL vmlinux 0xd94d5b2e rdmacg_uncharge -EXPORT_SYMBOL vmlinux 0xd950b014 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0xd952b6bc mmc_unregister_driver -EXPORT_SYMBOL vmlinux 0xd9634af3 put_cmsg EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu EXPORT_SYMBOL vmlinux 0xd979a547 __x86_indirect_thunk_rdi EXPORT_SYMBOL vmlinux 0xd981b7ff seq_printf +EXPORT_SYMBOL vmlinux 0xd984eb53 udp_gro_receive EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages -EXPORT_SYMBOL vmlinux 0xd98aed1e netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xd990d53b sk_free EXPORT_SYMBOL vmlinux 0xd9950137 input_flush_device EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head -EXPORT_SYMBOL vmlinux 0xd9a7e9c7 netif_napi_add EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get EXPORT_SYMBOL vmlinux 0xd9bb7aae nvm_register_tgt_type -EXPORT_SYMBOL vmlinux 0xd9bec91f inet_frag_find EXPORT_SYMBOL vmlinux 0xd9c7de39 rproc_elf_load_segments EXPORT_SYMBOL vmlinux 0xd9c7e39b qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xd9c93aa5 ping_prot EXPORT_SYMBOL vmlinux 0xd9cdd4e5 serio_reconnect +EXPORT_SYMBOL vmlinux 0xd9cec244 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox EXPORT_SYMBOL vmlinux 0xd9da26c7 balance_dirty_pages_ratelimited @@ -10299,126 +10308,114 @@ EXPORT_SYMBOL vmlinux 0xd9e8aee7 refcount_dec_and_lock EXPORT_SYMBOL vmlinux 0xd9f20cff vm_insert_page EXPORT_SYMBOL vmlinux 0xd9fedf81 nd_integrity_init EXPORT_SYMBOL vmlinux 0xda0520b9 migrate_page_move_mapping +EXPORT_SYMBOL vmlinux 0xda069969 dst_discard_out EXPORT_SYMBOL vmlinux 0xda13f07a dquot_commit_info EXPORT_SYMBOL vmlinux 0xda143c4c bio_integrity_clone EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake EXPORT_SYMBOL vmlinux 0xda3bfe63 file_modified EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open -EXPORT_SYMBOL vmlinux 0xda437f41 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0xda4622d3 nlmsg_notify -EXPORT_SYMBOL vmlinux 0xda6ed9aa inet_accept -EXPORT_SYMBOL vmlinux 0xda701fa3 pci_scan_slot EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType -EXPORT_SYMBOL vmlinux 0xda81870a unregister_netdevice_queue -EXPORT_SYMBOL vmlinux 0xda822281 skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xda8547cf mmc_gpiod_request_ro -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user -EXPORT_SYMBOL vmlinux 0xdaa14cc9 inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xdaa242de acpi_device_set_power -EXPORT_SYMBOL vmlinux 0xdaa74661 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xdaa38881 skb_dump EXPORT_SYMBOL vmlinux 0xdab18fa5 tty_port_put EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region -EXPORT_SYMBOL vmlinux 0xdac5a294 pci_dev_put +EXPORT_SYMBOL vmlinux 0xdae2ceff eth_header_cache EXPORT_SYMBOL vmlinux 0xdae80403 cpufreq_global_kobject EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg EXPORT_SYMBOL vmlinux 0xdb2d2a49 dev_mc_add_global EXPORT_SYMBOL vmlinux 0xdb3b9bb6 key_invalidate +EXPORT_SYMBOL vmlinux 0xdb4c6950 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xdb541500 xsk_set_tx_need_wakeup EXPORT_SYMBOL vmlinux 0xdb55c076 radix_tree_iter_resume EXPORT_SYMBOL vmlinux 0xdb56625e zpool_unregister_driver EXPORT_SYMBOL vmlinux 0xdb59a12d proc_create EXPORT_SYMBOL vmlinux 0xdb5b2304 bio_list_copy_data +EXPORT_SYMBOL vmlinux 0xdb5b62a8 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0xdb61ed5c install_exec_creds EXPORT_SYMBOL vmlinux 0xdb63d6c1 dev_mc_add EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free -EXPORT_SYMBOL vmlinux 0xdb82094f pci_request_selected_regions_exclusive -EXPORT_SYMBOL vmlinux 0xdb9b882f ip_getsockopt -EXPORT_SYMBOL vmlinux 0xdbaafb32 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xdba96718 netif_set_real_num_tx_queues EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd605d2 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource EXPORT_SYMBOL vmlinux 0xdbf17652 _raw_spin_lock EXPORT_SYMBOL vmlinux 0xdbfacd5f put_fs_context -EXPORT_SYMBOL vmlinux 0xdbfe7c66 sock_init_data EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems -EXPORT_SYMBOL vmlinux 0xdc19473a neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xdc1b993c ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xdc2ff76d __skb_checksum +EXPORT_SYMBOL vmlinux 0xdc306d8a netif_receive_skb_core EXPORT_SYMBOL vmlinux 0xdc3193ab tty_port_block_til_ready EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic EXPORT_SYMBOL vmlinux 0xdc5b0f1a agp_generic_destroy_page EXPORT_SYMBOL vmlinux 0xdc76f640 jbd2_journal_lock_updates -EXPORT_SYMBOL vmlinux 0xdc775acf pci_unmap_rom EXPORT_SYMBOL vmlinux 0xdc983297 backlight_device_set_brightness -EXPORT_SYMBOL vmlinux 0xdc9f3d64 __ip_queue_xmit -EXPORT_SYMBOL vmlinux 0xdca4adda xfrm_state_delete -EXPORT_SYMBOL vmlinux 0xdcb76b2b dev_trans_start +EXPORT_SYMBOL vmlinux 0xdcccbbc7 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0xdccd6f55 inode_permission EXPORT_SYMBOL vmlinux 0xdcf04bc5 setup_arg_pages EXPORT_SYMBOL vmlinux 0xdcff89a3 inode_set_flags -EXPORT_SYMBOL vmlinux 0xdd01a67e tcf_block_put EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2e4c9c pci_enable_device_io EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref EXPORT_SYMBOL vmlinux 0xdd412be9 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xdd4f5d2c rtnl_unicast EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy EXPORT_SYMBOL vmlinux 0xdd668897 inode_set_bytes -EXPORT_SYMBOL vmlinux 0xdd6711bd pci_dev_driver -EXPORT_SYMBOL vmlinux 0xdd69547d pci_enable_msi EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table EXPORT_SYMBOL vmlinux 0xdd7bab0c dma_ops EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld -EXPORT_SYMBOL vmlinux 0xdd86dd44 tcp_time_wait -EXPORT_SYMBOL vmlinux 0xdd86eede ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xdd89d41f passthru_features_check EXPORT_SYMBOL vmlinux 0xdd8d1872 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level EXPORT_SYMBOL vmlinux 0xddb60484 hmm_range_unregister EXPORT_SYMBOL vmlinux 0xddc5e2bc bio_clone_fast EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit -EXPORT_SYMBOL vmlinux 0xddf32143 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xddda856b netdev_refcnt_read EXPORT_SYMBOL vmlinux 0xddf849a3 proc_create_seq_private -EXPORT_SYMBOL vmlinux 0xddfc08d4 skb_find_text +EXPORT_SYMBOL vmlinux 0xde0eeba1 unregister_netdev EXPORT_SYMBOL vmlinux 0xde0f06ab __destroy_inode -EXPORT_SYMBOL vmlinux 0xde0fe5ec inet_sk_set_state EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde31af4c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xde42e546 netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0xde49a54e dma_cache_sync EXPORT_SYMBOL vmlinux 0xde4c1a24 param_ops_charp EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler EXPORT_SYMBOL vmlinux 0xde50471f gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0xde5c1946 nd_btt_probe -EXPORT_SYMBOL vmlinux 0xde67351b netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xde726221 napi_consume_skb EXPORT_SYMBOL vmlinux 0xde77ebfa input_setup_polling EXPORT_SYMBOL vmlinux 0xde7d7fad scsi_device_set_state EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size -EXPORT_SYMBOL vmlinux 0xdea20ebb inet_proto_csum_replace16 -EXPORT_SYMBOL vmlinux 0xdeb9af94 tcp_mtup_init -EXPORT_SYMBOL vmlinux 0xdec56caf netdev_notify_peers EXPORT_SYMBOL vmlinux 0xdecb1a46 ppp_unit_number -EXPORT_SYMBOL vmlinux 0xdeccf9c2 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xded6a415 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0xdede4a09 fib_default_rule_add EXPORT_SYMBOL vmlinux 0xdee365b0 _raw_write_trylock EXPORT_SYMBOL vmlinux 0xdeea8284 uart_suspend_port EXPORT_SYMBOL vmlinux 0xdeeb635e ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xdeefe05a sock_no_bind EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode -EXPORT_SYMBOL vmlinux 0xdf0292df neigh_connected_output EXPORT_SYMBOL vmlinux 0xdf0b0f01 __tcf_em_tree_match -EXPORT_SYMBOL vmlinux 0xdf1de122 vga_switcheroo_client_probe_defer EXPORT_SYMBOL vmlinux 0xdf25ae8a key_type_keyring +EXPORT_SYMBOL vmlinux 0xdf27110a netdev_adjacent_change_prepare EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last EXPORT_SYMBOL vmlinux 0xdf2e7e04 scsi_init_io -EXPORT_SYMBOL vmlinux 0xdf32b71a inet_register_protosw EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf3eabd1 inet_confirm_addr EXPORT_SYMBOL vmlinux 0xdf40ccbc mpage_writepage EXPORT_SYMBOL vmlinux 0xdf4607ca __cgroup_bpf_run_filter_skb EXPORT_SYMBOL vmlinux 0xdf46b88f cdrom_mode_select -EXPORT_SYMBOL vmlinux 0xdf51e625 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier EXPORT_SYMBOL vmlinux 0xdf566a59 __x86_indirect_thunk_r9 EXPORT_SYMBOL vmlinux 0xdf570f2a sync_mapping_buffers @@ -10430,14 +10427,9 @@ EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies -EXPORT_SYMBOL vmlinux 0xdf95b3d4 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0xdfb14029 down_read_killable -EXPORT_SYMBOL vmlinux 0xdfb70b61 dst_destroy -EXPORT_SYMBOL vmlinux 0xdfbae965 tcp_md5_do_add -EXPORT_SYMBOL vmlinux 0xdfbb2487 vga_switcheroo_register_handler EXPORT_SYMBOL vmlinux 0xdfcb69d2 vfs_get_super EXPORT_SYMBOL vmlinux 0xdfcc992c current_work -EXPORT_SYMBOL vmlinux 0xdfccdcb1 agp_alloc_bridge EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi EXPORT_SYMBOL vmlinux 0xdff868ca jbd2_journal_clear_err EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free @@ -10449,10 +10441,8 @@ EXPORT_SYMBOL vmlinux 0xe021125b i2c_smbus_read_i2c_block_data EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath -EXPORT_SYMBOL vmlinux 0xe0348791 pneigh_enqueue EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops EXPORT_SYMBOL vmlinux 0xe04839e2 vfs_copy_file_range -EXPORT_SYMBOL vmlinux 0xe0616052 skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0xe07ba9fe handle_edge_irq EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range @@ -10461,7 +10451,10 @@ EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool EXPORT_SYMBOL vmlinux 0xe0955f76 utf8_casefold EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free EXPORT_SYMBOL vmlinux 0xe0c0afd2 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xe0d44213 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xe0d7ebf4 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xe0e3cea6 ns_capable +EXPORT_SYMBOL vmlinux 0xe10172e7 dev_change_carrier EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release @@ -10473,48 +10466,55 @@ EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user EXPORT_SYMBOL vmlinux 0xe147d64b serio_bus EXPORT_SYMBOL vmlinux 0xe151c271 filemap_map_pages EXPORT_SYMBOL vmlinux 0xe178dd54 ata_port_printk +EXPORT_SYMBOL vmlinux 0xe17d0a3a pci_enable_device_mem EXPORT_SYMBOL vmlinux 0xe1a3488b get_mm_exe_file EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral -EXPORT_SYMBOL vmlinux 0xe1b20fcd neigh_direct_output +EXPORT_SYMBOL vmlinux 0xe1b59ae8 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0xe1bf6a21 cdev_alloc -EXPORT_SYMBOL vmlinux 0xe1cfd7de agp_collect_device_status EXPORT_SYMBOL vmlinux 0xe1d17e2a tcf_generic_walker EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla EXPORT_SYMBOL vmlinux 0xe1ebdbfd bio_integrity_add_page EXPORT_SYMBOL vmlinux 0xe1ed698d _raw_write_lock_bh EXPORT_SYMBOL vmlinux 0xe1ee5639 param_get_string +EXPORT_SYMBOL vmlinux 0xe1fa67ba __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xe202d09a icmp6_send +EXPORT_SYMBOL vmlinux 0xe2085ca2 tcp_filter EXPORT_SYMBOL vmlinux 0xe20d3993 first_ec EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek EXPORT_SYMBOL vmlinux 0xe221f87c blk_queue_logical_block_size -EXPORT_SYMBOL vmlinux 0xe2502de2 skb_set_owner_w -EXPORT_SYMBOL vmlinux 0xe25250a1 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xe22c5d30 skb_clone EXPORT_SYMBOL vmlinux 0xe25ee9d3 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe269288e xfrm_state_flush EXPORT_SYMBOL vmlinux 0xe27383c0 sync_inode_metadata EXPORT_SYMBOL vmlinux 0xe273d5d0 bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0xe27917a8 kernel_read -EXPORT_SYMBOL vmlinux 0xe2bbc97a netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xe29d50fb napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe2c2556a __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0xe2c3fca7 mmc_of_parse EXPORT_SYMBOL vmlinux 0xe2c901bc genl_register_family EXPORT_SYMBOL vmlinux 0xe2cb681a __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xe2cc7d56 xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0xe2cdad76 padata_free EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xe2d22d90 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xe2d4a685 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp EXPORT_SYMBOL vmlinux 0xe2df2ce0 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xe2e6505a build_skb_around EXPORT_SYMBOL vmlinux 0xe2fd333d kill_pgrp EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init EXPORT_SYMBOL vmlinux 0xe301b14f max8925_set_bits -EXPORT_SYMBOL vmlinux 0xe3193409 netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0xe323fefc would_dump EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest EXPORT_SYMBOL vmlinux 0xe32d26d6 get_tree_nodev -EXPORT_SYMBOL vmlinux 0xe3360ed6 noop_qdisc -EXPORT_SYMBOL vmlinux 0xe35fe5f7 __neigh_set_probe_once -EXPORT_SYMBOL vmlinux 0xe36016a2 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xe34a7ed2 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xe3504927 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0xe365d725 crypto_sha1_finup EXPORT_SYMBOL vmlinux 0xe36cd0b0 of_find_backlight -EXPORT_SYMBOL vmlinux 0xe36e13e2 sock_wmalloc -EXPORT_SYMBOL vmlinux 0xe37308d5 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xe389a5fd inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xe38c4d48 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xe3a0ad41 dev_change_flags EXPORT_SYMBOL vmlinux 0xe3a53f4c sort EXPORT_SYMBOL vmlinux 0xe3d71ae0 xsk_umem_complete_tx EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask @@ -10527,37 +10527,32 @@ EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock EXPORT_SYMBOL vmlinux 0xe415ccef free_inode_nonrcu EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 -EXPORT_SYMBOL vmlinux 0xe43688d3 tcf_exts_validate EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one EXPORT_SYMBOL vmlinux 0xe442d36e phy_ethtool_ksettings_get -EXPORT_SYMBOL vmlinux 0xe468dca0 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xe444c616 kernel_getpeername EXPORT_SYMBOL vmlinux 0xe470d353 dev_mc_init EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 -EXPORT_SYMBOL vmlinux 0xe492aa41 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xe49fe04a tty_name +EXPORT_SYMBOL vmlinux 0xe4a59e46 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xe4acf7f2 tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0xe4ad1c2e vmf_insert_pfn -EXPORT_SYMBOL vmlinux 0xe4b1ec60 pci_bus_set_ops -EXPORT_SYMBOL vmlinux 0xe4b3a81b __skb_vlan_pop EXPORT_SYMBOL vmlinux 0xe4b60e38 netlink_unicast +EXPORT_SYMBOL vmlinux 0xe4b93961 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xe4c251b5 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable -EXPORT_SYMBOL vmlinux 0xe4dc3451 blk_queue_split -EXPORT_SYMBOL vmlinux 0xe4e4174d skb_dump EXPORT_SYMBOL vmlinux 0xe4fb778b phy_init_hw EXPORT_SYMBOL vmlinux 0xe51d480a dquot_quotactl_sysfile_ops EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5251c04 tcp_child_process EXPORT_SYMBOL vmlinux 0xe5392251 __generic_file_write_iter EXPORT_SYMBOL vmlinux 0xe55a0a85 devfreq_remove_device EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe570fe64 grab_cache_page_write_begin EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set -EXPORT_SYMBOL vmlinux 0xe58826e5 __skb_get_hash EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end -EXPORT_SYMBOL vmlinux 0xe59628e5 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0xe5acc040 locks_copy_lock -EXPORT_SYMBOL vmlinux 0xe5acc78f dev_change_flags -EXPORT_SYMBOL vmlinux 0xe5ad9987 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0xe5af08c8 generic_setlease EXPORT_SYMBOL vmlinux 0xe5b15a1d dquot_operations EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free @@ -10565,27 +10560,22 @@ EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen EXPORT_SYMBOL vmlinux 0xe5c86cce abx500_register_ops -EXPORT_SYMBOL vmlinux 0xe5e2ba7e xfrm_state_lookup_byspi -EXPORT_SYMBOL vmlinux 0xe5e5ba7d pci_biosrom_size -EXPORT_SYMBOL vmlinux 0xe5f432cc kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0xe5fc90f1 dm_kobject_release -EXPORT_SYMBOL vmlinux 0xe61019ca skb_copy -EXPORT_SYMBOL vmlinux 0xe6129e8c kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any EXPORT_SYMBOL vmlinux 0xe6240e73 user_revoke EXPORT_SYMBOL vmlinux 0xe6257e29 _dev_err EXPORT_SYMBOL vmlinux 0xe6278ff5 __register_chrdev -EXPORT_SYMBOL vmlinux 0xe628126a inet_confirm_addr EXPORT_SYMBOL vmlinux 0xe63464db cdrom_open EXPORT_SYMBOL vmlinux 0xe638a4bd tcf_idr_check_alloc EXPORT_SYMBOL vmlinux 0xe643cf47 pagecache_get_page EXPORT_SYMBOL vmlinux 0xe652e2a9 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xe6598a0d skb_checksum_setup EXPORT_SYMBOL vmlinux 0xe65e5a55 __alloc_disk_node -EXPORT_SYMBOL vmlinux 0xe67ad975 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xe6772a28 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin EXPORT_SYMBOL vmlinux 0xe69d804e invalidate_inode_buffers EXPORT_SYMBOL vmlinux 0xe6ada27f dcb_ieee_setapp -EXPORT_SYMBOL vmlinux 0xe6c0b694 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xe6b7fe28 tcp_sync_mss EXPORT_SYMBOL vmlinux 0xe6c8bdd0 scsi_remove_host EXPORT_SYMBOL vmlinux 0xe6cad5fc i2c_del_adapter EXPORT_SYMBOL vmlinux 0xe6ecdb4c md_reload_sb @@ -10600,72 +10590,72 @@ EXPORT_SYMBOL vmlinux 0xe741c63d kern_path_create EXPORT_SYMBOL vmlinux 0xe747d598 abx500_mask_and_set_register_interruptible EXPORT_SYMBOL vmlinux 0xe781befd blkdev_put EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance -EXPORT_SYMBOL vmlinux 0xe7924680 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xe7970688 __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range EXPORT_SYMBOL vmlinux 0xe7a5fa80 padata_register_cpumask_notifier EXPORT_SYMBOL vmlinux 0xe7b00dfb __x86_indirect_thunk_r13 -EXPORT_SYMBOL vmlinux 0xe7b2fb8b xfrm_input_resume EXPORT_SYMBOL vmlinux 0xe7b9415f logfc EXPORT_SYMBOL vmlinux 0xe7cbaada dma_supported EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next EXPORT_SYMBOL vmlinux 0xe7d7a70e mipi_dsi_dcs_set_display_on -EXPORT_SYMBOL vmlinux 0xe7f336e8 sock_dequeue_err_skb -EXPORT_SYMBOL vmlinux 0xe7f51023 neigh_seq_start EXPORT_SYMBOL vmlinux 0xe7fc24e2 phy_ethtool_ksettings_set EXPORT_SYMBOL vmlinux 0xe806f9bf param_get_ulong EXPORT_SYMBOL vmlinux 0xe807d7b4 abx500_event_registers_startup_state_get -EXPORT_SYMBOL vmlinux 0xe8090dd5 vga_switcheroo_get_client_state EXPORT_SYMBOL vmlinux 0xe80a966d devm_ioremap +EXPORT_SYMBOL vmlinux 0xe817e29b skb_vlan_untag EXPORT_SYMBOL vmlinux 0xe82d0fb4 md_write_inc EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table EXPORT_SYMBOL vmlinux 0xe886c693 scsi_vpd_tpg_id -EXPORT_SYMBOL vmlinux 0xe8a23f45 napi_gro_frags EXPORT_SYMBOL vmlinux 0xe8a7b437 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xe8a889e2 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xe8b2bb64 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe8bbfe10 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0xe8bc695c kthread_create_on_node EXPORT_SYMBOL vmlinux 0xe8c07ff2 PDE_DATA EXPORT_SYMBOL vmlinux 0xe8cf4e7b iov_iter_kvec EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks -EXPORT_SYMBOL vmlinux 0xe912db23 pci_select_bars +EXPORT_SYMBOL vmlinux 0xe902bb73 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xe90509b2 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0xe914e41e strcpy EXPORT_SYMBOL vmlinux 0xe94594e0 gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0xe952a436 ww_mutex_lock EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino EXPORT_SYMBOL vmlinux 0xe95b29be security_sk_clone -EXPORT_SYMBOL vmlinux 0xe95d480e sock_common_recvmsg -EXPORT_SYMBOL vmlinux 0xe9772fdb icmp6_send -EXPORT_SYMBOL vmlinux 0xe9817c0e tcp_enter_cwr -EXPORT_SYMBOL vmlinux 0xe9a07762 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe999f1a2 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b3c916 agp_bridge EXPORT_SYMBOL vmlinux 0xe9bc6a76 mmc_request_done EXPORT_SYMBOL vmlinux 0xe9c0653f stream_open +EXPORT_SYMBOL vmlinux 0xe9cc9c0b lock_sock_nested EXPORT_SYMBOL vmlinux 0xe9d3e73e tty_devnum +EXPORT_SYMBOL vmlinux 0xe9de3f6c nf_ip6_checksum EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size -EXPORT_SYMBOL vmlinux 0xe9f0163e inet_ioctl EXPORT_SYMBOL vmlinux 0xe9f06482 __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize -EXPORT_SYMBOL vmlinux 0xea0b01f4 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xea156a6e sk_common_release EXPORT_SYMBOL vmlinux 0xea231bdc down_write_killable EXPORT_SYMBOL vmlinux 0xea2d863d iw_handler_set_thrspy EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea506d42 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0xea659ea8 jbd2_journal_flush EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow -EXPORT_SYMBOL vmlinux 0xea86782e sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0xea8b7aaf migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xea96f2b7 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xeaa432b5 ipv4_specific EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict EXPORT_SYMBOL vmlinux 0xeab9d5b7 devfreq_monitor_start EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs EXPORT_SYMBOL vmlinux 0xeac8526c vfs_mkdir +EXPORT_SYMBOL vmlinux 0xeaca5518 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xead0faea md_bitmap_sync_with_cluster EXPORT_SYMBOL vmlinux 0xead3d8e3 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0xeadddba5 qdisc_hash_add EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay -EXPORT_SYMBOL vmlinux 0xeaee8786 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeb17b34e mdio_device_remove EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point @@ -10673,88 +10663,92 @@ EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end EXPORT_SYMBOL vmlinux 0xeb422a43 dev_uc_add EXPORT_SYMBOL vmlinux 0xeb438ec4 blk_rq_map_kern EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact -EXPORT_SYMBOL vmlinux 0xeb45fdec pci_scan_single_device EXPORT_SYMBOL vmlinux 0xeb59e8c3 native_load_gs_index EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices EXPORT_SYMBOL vmlinux 0xeb898f4e _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xeb8f78a1 pcim_enable_device EXPORT_SYMBOL vmlinux 0xeb9cc92b dquot_transfer EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order EXPORT_SYMBOL vmlinux 0xebb2de72 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xebb58369 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0xebb97938 sg_miter_next -EXPORT_SYMBOL vmlinux 0xebbd48db sk_ns_capable -EXPORT_SYMBOL vmlinux 0xebc85782 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xebbdf6c6 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xebc0ffa1 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0xebd43296 send_sig_info EXPORT_SYMBOL vmlinux 0xebddda46 simple_empty -EXPORT_SYMBOL vmlinux 0xebf1c21f register_netdevice EXPORT_SYMBOL vmlinux 0xec01448a generic_key_instantiate EXPORT_SYMBOL vmlinux 0xec0e2e01 bdput EXPORT_SYMBOL vmlinux 0xec1d95e8 fscrypt_fname_alloc_buffer EXPORT_SYMBOL vmlinux 0xec212caf padata_remove_cpu EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed -EXPORT_SYMBOL vmlinux 0xec26fd30 pci_get_device -EXPORT_SYMBOL vmlinux 0xec28fb01 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2c3784 acpi_get_hp_hw_control_from_firmware EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys EXPORT_SYMBOL vmlinux 0xec58140f __scsi_iterate_devices EXPORT_SYMBOL vmlinux 0xec67ce4e blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0xec6bfabf filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xec6c04b3 icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0xec7dc456 blkdev_get_by_dev EXPORT_SYMBOL vmlinux 0xec8c5a9e security_binder_transfer_binder -EXPORT_SYMBOL vmlinux 0xec926536 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xec953373 mr_table_alloc EXPORT_SYMBOL vmlinux 0xec9626da lease_get_mtime EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy -EXPORT_SYMBOL vmlinux 0xecaf5c8a netif_carrier_on -EXPORT_SYMBOL vmlinux 0xecb59bc9 vga_switcheroo_register_audio_client -EXPORT_SYMBOL vmlinux 0xecbd1b24 inet6_release EXPORT_SYMBOL vmlinux 0xecccab66 cpu_tlbstate +EXPORT_SYMBOL vmlinux 0xecd1010c sock_sendmsg EXPORT_SYMBOL vmlinux 0xecd9f617 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xecde5a87 amd_iommu_complete_ppr EXPORT_SYMBOL vmlinux 0xece48cc3 block_write_end EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf -EXPORT_SYMBOL vmlinux 0xed0384e1 netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xed0eabb6 input_get_keycode +EXPORT_SYMBOL vmlinux 0xed13f725 agp_generic_alloc_by_type EXPORT_SYMBOL vmlinux 0xed2a4fed mmc_gpiod_request_cd -EXPORT_SYMBOL vmlinux 0xed2b732f __xfrm_init_state EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set EXPORT_SYMBOL vmlinux 0xed46e15e noop_fsync +EXPORT_SYMBOL vmlinux 0xed50b180 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address EXPORT_SYMBOL vmlinux 0xed5c8d8b blk_pre_runtime_suspend EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed64dd57 dev_get_stats +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xeda9c52f sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0xedb18667 dcb_ieee_getapp_mask EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbf6335 rt_dst_alloc EXPORT_SYMBOL vmlinux 0xedc03953 iounmap -EXPORT_SYMBOL vmlinux 0xedd72466 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0xededc3c3 param_ops_bool EXPORT_SYMBOL vmlinux 0xedf41f4c kobject_put -EXPORT_SYMBOL vmlinux 0xedf4f48c pci_request_regions EXPORT_SYMBOL vmlinux 0xedff4be5 acpi_load_table EXPORT_SYMBOL vmlinux 0xee0fb577 set_user_nice EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable -EXPORT_SYMBOL vmlinux 0xee37bb16 tcp_v4_md5_hash_skb -EXPORT_SYMBOL vmlinux 0xee52f349 napi_get_frags EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee625d0a pcie_capability_write_word EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices -EXPORT_SYMBOL vmlinux 0xee7f845e pcie_get_width_cap EXPORT_SYMBOL vmlinux 0xee86bd09 cpu_info EXPORT_SYMBOL vmlinux 0xee88eb5e ww_mutex_unlock EXPORT_SYMBOL vmlinux 0xee88ee3d scsi_host_lookup EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee95c165 xfrm_init_state EXPORT_SYMBOL vmlinux 0xeea6297f cdrom_media_changed EXPORT_SYMBOL vmlinux 0xeed62ba0 truncate_inode_pages_final EXPORT_SYMBOL vmlinux 0xeee7ecb3 sync_inodes_sb EXPORT_SYMBOL vmlinux 0xeeefa1a8 generic_file_fsync EXPORT_SYMBOL vmlinux 0xef1f79f5 inc_node_page_state EXPORT_SYMBOL vmlinux 0xef43213b flow_rule_match_vlan -EXPORT_SYMBOL vmlinux 0xef4f21df __scm_send -EXPORT_SYMBOL vmlinux 0xef5c5831 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xef45000e dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xef4a187d tcp_sendpage +EXPORT_SYMBOL vmlinux 0xef616227 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xef61eea8 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0xef69facc scsi_eh_restore_cmnd EXPORT_SYMBOL vmlinux 0xef91a5f0 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xef9531eb inet_frags_fini EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override EXPORT_SYMBOL vmlinux 0xefa0d28b tcf_em_register +EXPORT_SYMBOL vmlinux 0xefae1d20 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work EXPORT_SYMBOL vmlinux 0xefb75bdf scsi_dma_map EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning @@ -10762,39 +10756,39 @@ EXPORT_SYMBOL vmlinux 0xefebbd40 ioread64be_lo_hi EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list -EXPORT_SYMBOL vmlinux 0xf00889e9 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init EXPORT_SYMBOL vmlinux 0xf01a8a4b scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xf024910f ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0xf0250062 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xf033c54b netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0xf05a146c netlink_set_err EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus -EXPORT_SYMBOL vmlinux 0xf0604c9a compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier -EXPORT_SYMBOL vmlinux 0xf078b637 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xf0839750 xfrm_lookup EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag EXPORT_SYMBOL vmlinux 0xf08f2938 genphy_resume EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page EXPORT_SYMBOL vmlinux 0xf0a5902f iov_iter_pipe -EXPORT_SYMBOL vmlinux 0xf0ab4c2c agp_bind_memory EXPORT_SYMBOL vmlinux 0xf0ad6183 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf0cac5ca dev_get_iflink EXPORT_SYMBOL vmlinux 0xf0d2e4f9 to_nd_pfn EXPORT_SYMBOL vmlinux 0xf0d851ca dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf0f0d5d2 tcp_check_req EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember -EXPORT_SYMBOL vmlinux 0xf1036f24 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xf1098de1 sock_i_uid EXPORT_SYMBOL vmlinux 0xf10d8687 security_skb_classify_flow EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf113791c seg6_push_hmac EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit -EXPORT_SYMBOL vmlinux 0xf137a5de __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xf11556fb xfrm_state_free EXPORT_SYMBOL vmlinux 0xf169de30 dma_resv_add_shared_fence EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance -EXPORT_SYMBOL vmlinux 0xf1a9410d amd_iommu_get_v2_domain EXPORT_SYMBOL vmlinux 0xf1b2019f backlight_device_get_by_type -EXPORT_SYMBOL vmlinux 0xf1c59549 netpoll_send_udp EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1dd661f blk_mq_init_sq_queue EXPORT_SYMBOL vmlinux 0xf1df8ecf finish_open @@ -10805,55 +10799,55 @@ EXPORT_SYMBOL vmlinux 0xf21017d9 mutex_trylock EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug EXPORT_SYMBOL vmlinux 0xf23dc56d netdev_class_create_file_ns EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2434fb2 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0xf24bc9d7 rps_sock_flow_table EXPORT_SYMBOL vmlinux 0xf25b6c8a bio_copy_data +EXPORT_SYMBOL vmlinux 0xf26c4412 free_netdev EXPORT_SYMBOL vmlinux 0xf274672d __mmc_claim_host -EXPORT_SYMBOL vmlinux 0xf27a410e dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xf278fac1 dev_get_mac_address EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29e2ea0 unlock_page_memcg EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r EXPORT_SYMBOL vmlinux 0xf2a5059b lease_modify EXPORT_SYMBOL vmlinux 0xf2a6fed8 dma_direct_unmap_sg -EXPORT_SYMBOL vmlinux 0xf2ab22aa release_sock EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate -EXPORT_SYMBOL vmlinux 0xf2da47cc skb_copy_expand +EXPORT_SYMBOL vmlinux 0xf2c5c23e fqdir_exit +EXPORT_SYMBOL vmlinux 0xf2ca20a2 inet6_register_protosw EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ebe11d tcf_classify EXPORT_SYMBOL vmlinux 0xf2f22d96 flow_rule_match_mpls EXPORT_SYMBOL vmlinux 0xf2fd28ce kobject_get_unless_zero EXPORT_SYMBOL vmlinux 0xf308f540 blk_mq_start_hw_queue EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier EXPORT_SYMBOL vmlinux 0xf30ca4b3 mmc_cqe_post_req EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3148d32 neigh_ifdown EXPORT_SYMBOL vmlinux 0xf3233fac kthread_blkcg EXPORT_SYMBOL vmlinux 0xf3297cd3 jbd2__journal_start -EXPORT_SYMBOL vmlinux 0xf32e6adb pci_request_region -EXPORT_SYMBOL vmlinux 0xf32ec6d3 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xf32d4d81 ip6mr_rule_default EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user -EXPORT_SYMBOL vmlinux 0xf33cd27b netdev_state_change EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier EXPORT_SYMBOL vmlinux 0xf36cedea dev_mc_sync_multiple EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init -EXPORT_SYMBOL vmlinux 0xf390ae2b pci_get_slot EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default EXPORT_SYMBOL vmlinux 0xf39c787d vfs_create EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xf3b23fb0 __find_get_block EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest +EXPORT_SYMBOL vmlinux 0xf3b4f9d6 pcim_pin_device EXPORT_SYMBOL vmlinux 0xf3c4e256 vme_register_driver EXPORT_SYMBOL vmlinux 0xf3cd06b5 registered_fb EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal -EXPORT_SYMBOL vmlinux 0xf3ecb1d4 skb_clone_sk -EXPORT_SYMBOL vmlinux 0xf3f6e078 xfrm_user_policy EXPORT_SYMBOL vmlinux 0xf3ffa211 i2c_smbus_read_word_data EXPORT_SYMBOL vmlinux 0xf40e7a73 __xa_alloc EXPORT_SYMBOL vmlinux 0xf41e1bb1 csum_and_copy_from_iter EXPORT_SYMBOL vmlinux 0xf42efa44 __block_write_full_page -EXPORT_SYMBOL vmlinux 0xf430f4a9 sock_sendmsg EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier @@ -10863,9 +10857,11 @@ EXPORT_SYMBOL vmlinux 0xf4595f28 sg_miter_stop EXPORT_SYMBOL vmlinux 0xf45c01d3 dput EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47835a6 udp_poll EXPORT_SYMBOL vmlinux 0xf4840ec9 device_add_disk_no_queue_reg +EXPORT_SYMBOL vmlinux 0xf48c7430 dev_set_alias EXPORT_SYMBOL vmlinux 0xf49230c5 blk_queue_update_dma_alignment -EXPORT_SYMBOL vmlinux 0xf4a29584 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xf493587d tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key @@ -10875,83 +10871,88 @@ EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4e6c7b4 nd_region_release_lane EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock -EXPORT_SYMBOL vmlinux 0xf4fdab92 agp_backend_acquire -EXPORT_SYMBOL vmlinux 0xf508e1c5 mr_mfc_seq_idx -EXPORT_SYMBOL vmlinux 0xf5106ff1 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xf4f367cc udp_lib_unhash EXPORT_SYMBOL vmlinux 0xf5150f83 __sb_end_write EXPORT_SYMBOL vmlinux 0xf51c1f1f vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf52a1355 build_skb EXPORT_SYMBOL vmlinux 0xf538e546 __dquot_alloc_space EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy EXPORT_SYMBOL vmlinux 0xf5421c59 scsi_register_driver EXPORT_SYMBOL vmlinux 0xf567c6a9 nd_region_to_nstype -EXPORT_SYMBOL vmlinux 0xf56e3fc5 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf573d02f xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xf583e50d tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0xf591753d nf_hooks_needed EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5a640ac dev_trans_start +EXPORT_SYMBOL vmlinux 0xf5bad929 __napi_schedule EXPORT_SYMBOL vmlinux 0xf5c1a336 dentry_path_raw EXPORT_SYMBOL vmlinux 0xf5cb25c8 kmem_cache_alloc_trace EXPORT_SYMBOL vmlinux 0xf5dca42e pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xf5dd1bd5 xfrm_init_replay EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 -EXPORT_SYMBOL vmlinux 0xf5edc71a pci_release_resource EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf61e0175 xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0xf6289f5c mntput +EXPORT_SYMBOL vmlinux 0xf63299ff get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 EXPORT_SYMBOL vmlinux 0xf64892f6 jbd2_journal_dirty_metadata EXPORT_SYMBOL vmlinux 0xf65165b4 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xf6591c86 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module EXPORT_SYMBOL vmlinux 0xf674a023 mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0xf6807286 genlmsg_put EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier -EXPORT_SYMBOL vmlinux 0xf6a5dbc5 skb_unlink -EXPORT_SYMBOL vmlinux 0xf6b0bdbf km_state_notify EXPORT_SYMBOL vmlinux 0xf6b55046 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xf6ba2d2e xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xf6bf5613 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit EXPORT_SYMBOL vmlinux 0xf6f02b3f mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xf6f1015d sk_wait_data EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free EXPORT_SYMBOL vmlinux 0xf6fa2eb9 single_open EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf705441e eth_mac_addr EXPORT_SYMBOL vmlinux 0xf70dd620 vme_dma_list_exec -EXPORT_SYMBOL vmlinux 0xf71d97df dst_release_immediate EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier -EXPORT_SYMBOL vmlinux 0xf741b054 netdev_alert +EXPORT_SYMBOL vmlinux 0xf74bd393 eth_header_parse EXPORT_SYMBOL vmlinux 0xf7584a9c find_font EXPORT_SYMBOL vmlinux 0xf759d8f7 inode_sub_bytes EXPORT_SYMBOL vmlinux 0xf75b2de2 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xf75f2b0d dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0xf764ce6c write_dirty_buffer EXPORT_SYMBOL vmlinux 0xf7672bb4 remove_arg_zero EXPORT_SYMBOL vmlinux 0xf768ed47 scsi_register_interface EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xf7744a0f pci_unregister_driver EXPORT_SYMBOL vmlinux 0xf77b56e2 seq_lseek EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block EXPORT_SYMBOL vmlinux 0xf79de6ce can_nice -EXPORT_SYMBOL vmlinux 0xf7a67400 neigh_for_each +EXPORT_SYMBOL vmlinux 0xf7bdfbc5 skb_split EXPORT_SYMBOL vmlinux 0xf7bea6d9 eisa_bus_type EXPORT_SYMBOL vmlinux 0xf7c57701 cros_ec_check_result -EXPORT_SYMBOL vmlinux 0xf7d2d6a1 pci_write_config_dword EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release EXPORT_SYMBOL vmlinux 0xf80446bd seq_escape EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q EXPORT_SYMBOL vmlinux 0xf812cff6 memscan -EXPORT_SYMBOL vmlinux 0xf823f4ab udp_lib_get_port EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev EXPORT_SYMBOL vmlinux 0xf8386d97 cpumask_next_and -EXPORT_SYMBOL vmlinux 0xf83c1282 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xf843a6ff km_state_notify EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key EXPORT_SYMBOL vmlinux 0xf8595510 _raw_read_lock_irq EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr -EXPORT_SYMBOL vmlinux 0xf87566be __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xf881e33a cdev_device_del EXPORT_SYMBOL vmlinux 0xf885d02a security_dentry_init_security EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table -EXPORT_SYMBOL vmlinux 0xf891f25c mr_dump +EXPORT_SYMBOL vmlinux 0xf8958973 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf89e48b3 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0xf8ae09d1 csum_and_copy_to_iter EXPORT_SYMBOL vmlinux 0xf8b05789 dev_mc_unsync EXPORT_SYMBOL vmlinux 0xf8b2b7f9 tty_port_init -EXPORT_SYMBOL vmlinux 0xf8b5cc29 __neigh_create EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound EXPORT_SYMBOL vmlinux 0xf8caded3 md_wakeup_thread @@ -10961,14 +10962,14 @@ EXPORT_SYMBOL vmlinux 0xf8e41f68 genphy_aneg_done EXPORT_SYMBOL vmlinux 0xf8eb360f md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0xf8ec9866 kill_anon_super EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fc4295 compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one EXPORT_SYMBOL vmlinux 0xf9166da0 i2c_smbus_read_i2c_block_data_or_emulated -EXPORT_SYMBOL vmlinux 0xf91c124e kernel_getsockname +EXPORT_SYMBOL vmlinux 0xf9337202 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0xf938e7b4 param_get_bool EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt -EXPORT_SYMBOL vmlinux 0xf9594ef4 xfrm_policy_bysel_ctx -EXPORT_SYMBOL vmlinux 0xf960dd12 tcp_getsockopt -EXPORT_SYMBOL vmlinux 0xf9712617 kernel_accept +EXPORT_SYMBOL vmlinux 0xf9635453 rtnl_notify +EXPORT_SYMBOL vmlinux 0xf96b7b5c nf_log_unregister EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write EXPORT_SYMBOL vmlinux 0xf97d7de2 register_sysctl_table @@ -10977,7 +10978,6 @@ EXPORT_SYMBOL vmlinux 0xf99b1b8f jbd2__journal_restart EXPORT_SYMBOL vmlinux 0xf99bfef2 jbd2_journal_wipe EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep EXPORT_SYMBOL vmlinux 0xf9a7d259 get_bitmap_from_slot -EXPORT_SYMBOL vmlinux 0xf9ab663e skb_seq_read EXPORT_SYMBOL vmlinux 0xf9ae7a91 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid @@ -10990,78 +10990,73 @@ EXPORT_SYMBOL vmlinux 0xfa1f60b8 processors EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node EXPORT_SYMBOL vmlinux 0xfa33f412 debugfs_create_automount EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update +EXPORT_SYMBOL vmlinux 0xfa4f32d3 kernel_getsockname EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier -EXPORT_SYMBOL vmlinux 0xfa80c0c7 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xfa826c37 agp_generic_type_to_mask_type EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed EXPORT_SYMBOL vmlinux 0xfa8baa63 __bread_gfp EXPORT_SYMBOL vmlinux 0xfa8dd0af dev_mc_add_excl EXPORT_SYMBOL vmlinux 0xfaa1fdf7 __tracepoint_rdpmc -EXPORT_SYMBOL vmlinux 0xfaa3e58b tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xfaa32459 pci_choose_state EXPORT_SYMBOL vmlinux 0xfaadf1d0 cpufreq_generic_suspend EXPORT_SYMBOL vmlinux 0xfab27917 ppp_register_compressor -EXPORT_SYMBOL vmlinux 0xfaba2429 xfrm_state_walk EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad0549e ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0xfb251b8d kobject_add +EXPORT_SYMBOL vmlinux 0xfb28a0ad inet6_ioctl EXPORT_SYMBOL vmlinux 0xfb2d46a3 jbd2_journal_extend EXPORT_SYMBOL vmlinux 0xfb369479 dev_uc_unsync EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf EXPORT_SYMBOL vmlinux 0xfb481954 vprintk -EXPORT_SYMBOL vmlinux 0xfb4cd392 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0xfb4dd5ff phy_mii_ioctl -EXPORT_SYMBOL vmlinux 0xfb50815b pci_claim_resource EXPORT_SYMBOL vmlinux 0xfb578fc5 memset EXPORT_SYMBOL vmlinux 0xfb5bd3c7 i2c_smbus_write_byte -EXPORT_SYMBOL vmlinux 0xfb6a0013 pci_bus_find_capability EXPORT_SYMBOL vmlinux 0xfb6a6a64 __cancel_dirty_page EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending -EXPORT_SYMBOL vmlinux 0xfb701e44 inet_add_protocol EXPORT_SYMBOL vmlinux 0xfb746cc9 down_killable -EXPORT_SYMBOL vmlinux 0xfb74b64d udp6_seq_ops EXPORT_SYMBOL vmlinux 0xfb75113e dev_addr_add EXPORT_SYMBOL vmlinux 0xfb8ba7a8 __cgroup_bpf_run_filter_sock_addr EXPORT_SYMBOL vmlinux 0xfb9da3a2 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xfba1a815 get_amd_iommu EXPORT_SYMBOL vmlinux 0xfba2fb34 phy_support_sym_pause EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad -EXPORT_SYMBOL vmlinux 0xfbbe686c xfrm_policy_insert EXPORT_SYMBOL vmlinux 0xfbbf1de0 vfs_fsync EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout -EXPORT_SYMBOL vmlinux 0xfbd9ad75 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0xfbdadab5 dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xfbdc82ac rproc_coredump_add_segment EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index -EXPORT_SYMBOL vmlinux 0xfc04b297 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xfc01b92a eth_gro_complete EXPORT_SYMBOL vmlinux 0xfc101274 __scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xfc23425a blk_mq_alloc_request EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier -EXPORT_SYMBOL vmlinux 0xfc3c2584 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read EXPORT_SYMBOL vmlinux 0xfc50f0a5 input_release_device -EXPORT_SYMBOL vmlinux 0xfc5b83a2 pci_enable_device_io EXPORT_SYMBOL vmlinux 0xfc5c46e2 acpi_buffer_to_resource -EXPORT_SYMBOL vmlinux 0xfc6974b7 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xfc7333d9 vga_switcheroo_client_fb_set EXPORT_SYMBOL vmlinux 0xfc7e2596 down_trylock EXPORT_SYMBOL vmlinux 0xfc8e3c98 register_key_type EXPORT_SYMBOL vmlinux 0xfca6d694 trace_raw_output_prep -EXPORT_SYMBOL vmlinux 0xfcb1e873 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0xfcb79a33 cdrom_check_events EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcbbb787 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf1fd07 xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xfcfbee3d fbcon_rotate_ud -EXPORT_SYMBOL vmlinux 0xfd001895 xfrm_policy_hash_rebuild -EXPORT_SYMBOL vmlinux 0xfd180fb2 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xfd052c6b tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xfd2e6cc6 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0xfd3ce5c6 crypto_sha256_finup EXPORT_SYMBOL vmlinux 0xfd47f031 devm_ioremap_wc EXPORT_SYMBOL vmlinux 0xfd618aee bio_advance EXPORT_SYMBOL vmlinux 0xfd693f98 devm_devfreq_register_notifier -EXPORT_SYMBOL vmlinux 0xfd7992a3 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xfd6e6ad0 ipv6_find_hdr EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc EXPORT_SYMBOL vmlinux 0xfd94814e complete_all EXPORT_SYMBOL vmlinux 0xfda0bdf3 dma_alloc_attrs @@ -11069,34 +11064,36 @@ EXPORT_SYMBOL vmlinux 0xfda6d5ed dquot_set_dqinfo EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdc08553 ip_mc_join_group EXPORT_SYMBOL vmlinux 0xfdc77b78 simple_symlink_inode_operations EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource -EXPORT_SYMBOL vmlinux 0xfdd7b618 get_amd_iommu EXPORT_SYMBOL vmlinux 0xfde7b05b fbcon_set_rotate EXPORT_SYMBOL vmlinux 0xfde8f5cf __put_page -EXPORT_SYMBOL vmlinux 0xfdf1dd30 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xfdef57f2 pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0xfdf67587 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xfdf6d455 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xfe11f865 md_update_sb EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1fde20 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xfe2d6ec2 agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe499427 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0xfe4bd84b truncate_setsize EXPORT_SYMBOL vmlinux 0xfe539667 bio_split +EXPORT_SYMBOL vmlinux 0xfe58f492 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0xfe97af08 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xfe98d161 inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 EXPORT_SYMBOL vmlinux 0xfeab8e88 ps2_sliced_command -EXPORT_SYMBOL vmlinux 0xfead2062 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xfeb0b097 default_qdisc_ops EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info -EXPORT_SYMBOL vmlinux 0xfec2e60f rawv6_mh_filter_register -EXPORT_SYMBOL vmlinux 0xfec997d2 skb_tx_error -EXPORT_SYMBOL vmlinux 0xfec9cead agp_create_memory EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu -EXPORT_SYMBOL vmlinux 0xfee56dca pci_set_master EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r EXPORT_SYMBOL vmlinux 0xfef3ab84 fb_prepare_logo EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx @@ -11105,14 +11102,18 @@ EXPORT_SYMBOL vmlinux 0xff100c1c get_disk_and_module EXPORT_SYMBOL vmlinux 0xff118049 phy_attached_print EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff401be7 __breadahead +EXPORT_SYMBOL vmlinux 0xff491db8 inet_add_protocol EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6c36ee netif_napi_add EXPORT_SYMBOL vmlinux 0xff7e4fcd get_fs_type EXPORT_SYMBOL vmlinux 0xff817736 mod_zone_page_state EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead EXPORT_SYMBOL vmlinux 0xff885d44 bdi_alloc_node EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy +EXPORT_SYMBOL vmlinux 0xffabd634 inet_recvmsg EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc627cd pci_set_mwi EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x19711697 camellia_xts_dec_16way @@ -11585,30 +11586,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x99d42347 __devm_regmap_init EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xa45f8cc1 __regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x4683df44 __devm_regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x6a49fadf __regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e19a96c bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2ad3efe6 bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x351c18e1 bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5102942f bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x52b190cf bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6d28f5f5 bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x75b9f1e4 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x808494fa bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8930833b bcma_core_enable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c52b98d bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8dc9fc22 bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95ac6a9c bcma_chipco_pll_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8bb02cf bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf01447f bcma_chipco_regctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc35e8d49 bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc83c0c37 bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcb6ec3ed bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd07eecf3 bcma_chipco_pll_read -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd423c8c9 bcma_chipco_b_mii_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd52e14ce bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd7f32916 bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xda86714b __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec0c6f75 bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xef600732 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x167b4a86 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1e5f3896 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x275bf4e7 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ab6da78 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3bb7ab78 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3c598668 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x530a7094 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5ec43299 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c1a57fd bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7e7ed2d0 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9490cc11 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9bd6e61f bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa0ed3704 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa445f35a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb0632694 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc168a513 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc37705c1 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcc20965d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcd16d5ca bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcdf5fbd6 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf680e8e bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe7c2aea3 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9c157d8 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf159dfc2 bcma_core_set_clockmode EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x020a1d85 btbcm_setup_apple EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3b7676cb btbcm_setup_patchram EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc373269d btbcm_initialize @@ -11690,45 +11691,45 @@ EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xf5407bc9 ccp_enqueue_cmd -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0365c17f adf_vf2pf_notify_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x21abd310 adf_cfg_dev_add -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x45ba0469 adf_devmgr_rm_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4b48e8f0 adf_reset_sbr -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5362d8c4 adf_vf_isr_resource_alloc -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5c37b98a adf_init_etr_data -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5ee92ce3 adf_send_admin_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6bc3528d adf_devmgr_add_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6bd02cb9 adf_isr_resource_free -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6cbd5c90 adf_dev_get -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7306a810 adf_devmgr_update_class_index -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x78555ab5 adf_sriov_configure -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ccc3c92 adf_exit_admin_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7fa5fc97 adf_enable_aer -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8522b4c5 adf_reset_flr -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x88dd1abf adf_cfg_section_add -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8bf7ad3b adf_enable_vf2pf_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9441c99f adf_dev_start -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x954b1c55 adf_isr_resource_alloc -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa0076bb0 adf_devmgr_in_reset -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa648db6d adf_exit_arb -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xad338368 adf_cfg_add_key_value_param -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb8ef498a adf_init_admin_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbfc6c317 qat_crypto_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x05794bb6 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x07146b3c adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0a8b26fb adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ab8ac60 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0d024ea0 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0f67a786 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1d684854 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x27fed65e adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x36cebbf8 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3b553f3b adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3ba72129 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x40db24c2 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4deed435 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x53c139c3 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5434061f adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5d093b56 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f3278ae adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x640a1df8 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6e48e566 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x70cdd53d adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x71972e27 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ee5f946 qat_crypto_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x81a1a640 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x860098ff adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8f9e17e7 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x924674ca adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9824a385 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9aa09f22 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9f63fad4 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9fba18fe adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb04da545 adf_enable_aer EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd286376e adf_dev_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd3601d7e adf_dev_started -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd381196b adf_devmgr_pci_to_accel_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd94fbd5d adf_dev_put -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdadb68cb adf_cleanup_etr_data -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdc1d37de adf_vf2pf_notify_shutdown -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdcb253b2 adf_dev_stop -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xde8ffe4d adf_disable_sriov -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe3e19318 adf_vf_isr_resource_free -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf04c44fd adf_disable_aer -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf07c444c adf_cfg_dev_remove -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf72a48b1 adf_dev_in_use -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf892bd6c adf_dev_shutdown -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf8b69bfd adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce75b134 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd5e8ba4e adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd80c6627 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdcaf7c3e adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe5938ba0 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe6bb00e4 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xede9f8ad adf_vf2pf_notify_shutdown EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xe5b58c2a dev_dax_probe EXPORT_SYMBOL_GPL drivers/dax/pmem/dax_pmem_core 0xb576263c __dax_pmem_probe EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify @@ -12085,13 +12086,13 @@ EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9927bb29 stm_register_device EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa42f2508 stm_source_unregister_device EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbdba69af stm_data_write EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe41ba8cb stm_source_write -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x215459fb amd_mp2_register_cb -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2a3a9434 amd_mp2_find_device -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2ce3e98c amd_mp2_unregister_cb -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x4a952efe amd_mp2_rw_timeout -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x7c0bc6b0 amd_mp2_process_event -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xc09d71c2 amd_mp2_rw -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xc4add8d1 amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x0018ca41 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x0b4a19da amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x0baaae27 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x57bb19a7 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x7cb0866b amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x97d482e3 amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xd97a47fb amd_mp2_rw_timeout EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x3b4b2504 nforce2_smbus EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3325f402 i2c_mux_del_adapters EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x983f0cd1 i2c_mux_alloc @@ -12554,24 +12555,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd6711a58 dm_b EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x18afe507 saa7146_vmalloc_build_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x46287a10 saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x72292839 saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9a3c4f07 saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba94805c saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc156c06f saa7146_register_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd5d03233 saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xda082084 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5abab03f saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6236fa4d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7ab09fbf saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x82f478ed saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8a99ea3a saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9d44e840 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb287f906 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd7d062e1 saa7146_i2c_adapter_prepare EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe60099ab saa7146_pgtable_build_single -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf5a9ec8f saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0afe9181 saa7146_stop_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1cfc7343 saa7146_set_hps_source_and_sync -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3ab486cb saa7146_vv_release -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x79c5a117 saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe429cb34 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xec93d1e8 saa7146_unregister_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xefba8453 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xead14d70 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfdb736d8 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0321d8ab saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x306aeead saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x476e9d62 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5d90d50a saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x65d500c1 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc87f977c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd26f97b9 saa7146_vv_init EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00e869fa sms_board_led_feedback EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2c3e1e0a sms_board_setup @@ -12694,7 +12695,6 @@ EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x6a1fd644 aptina_pll_calculate EXPORT_SYMBOL_GPL drivers/media/i2c/smiapp-pll 0xd2c80bab smiapp_pll_calculate EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0645d087 media_device_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0984b931 media_entity_pads_init -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1988475b media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2349f530 media_pipeline_start EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2b4664de media_request_object_find EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31904325 media_graph_walk_cleanup @@ -12739,27 +12739,28 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe093c19e media_remove_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe846b23d media_entity_setup_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe96eb0ce media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef150bc7 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9c3e01a media_request_object_bind -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xb9997bc2 cx88_setup_xc3028 -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x069019aa mantis_dvb_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0a6b5f4f mantis_dvb_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x23a9e4d4 mantis_frontend_soft_reset -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2c5a738e mantis_frontend_power -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x345322bc mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xef131891 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19a91430 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1a0b3914 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x24e3040f mantis_dvb_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3e99c3cc mantis_gpio_set_bits EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x436e809b mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x43c5474c mantis_dma_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x441ef467 mantis_uart_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4efe7360 mantis_pci_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f3e01a9 mantis_dma_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7a470ac3 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5debc6a1 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6303fbba mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x67702526 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72ab9127 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7af9ab39 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7b28f020 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa382534e mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb376781d mantis_input_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb4873021 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb8348ddb mantis_i2c_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb9c963f6 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc13c4f75 mantis_i2c_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7f56903 mantis_get_mac -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf7529202 mantis_i2c_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfa3b433c mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfae087dc mantis_uart_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfba9d4e7 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf648864d mantis_uart_init EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0772dbf6 saa7134_ts_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x28adb015 saa7134_enum_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3432abb1 saa7134_g_std @@ -12772,21 +12773,21 @@ EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7db8864a saa7134_s_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8474001b saa7134_s_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa34264ee saa7134_querycap EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xab9fde0b saa7134_s_frequency -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb34475cd saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbe7b5fa5 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc195f7ae saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcd392c91 saa7134_ts_buffer_init EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcdfaa067 saa7134_vb2_buffer_queue EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcf78415a saa7134_ts_queue_setup EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd817ebb5 saa7134_querystd EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xda62592d saa7134_ts_start_streaming -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x02f3c276 ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2942830c ttpci_budget_debiwrite -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x59e15c3a ttpci_budget_init_hooks -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x762623d9 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x16d0ea74 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x36c12a5b ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4f04385e ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5b97b059 ttpci_budget_debiread EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x79b6dfaa ttpci_budget_init -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa46e8618 ttpci_budget_debiread -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd3d956f3 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9ca5f5c9 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf53abc35 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf72726b4 ttpci_budget_irq10_handler EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x2f146c66 mccic_resume EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x3a56ab92 mccic_shutdown EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x42ec4e3e mccic_suspend @@ -13202,37 +13203,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x41d4f4c9 am335x_tsc_se_adc_don EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x72a9ba85 am335x_tsc_se_clr EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb28c99b1 am335x_tsc_se_set_cache EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xd91dd7cd ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x021addf9 alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1cfe86cc alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7b076d58 alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8d5a29d9 alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb45805eb alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xee32098b alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfe38208d alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1c2aee41 rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x20c3a469 rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3462464d rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x50409e68 rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x54225230 rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x584fb56a rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6f4aede0 rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6fb1111a rtsx_pci_send_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x704cc5cf rtsx_pci_write_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x73c62b29 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7738d226 rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7f624c80 rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x88e97e57 rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9b2ea3d5 rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9fbf7912 rtsx_pci_send_cmd_no_wait -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa212e73b rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xabef20ee rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xafd54fec rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xba610a09 rtsx_pci_complete_unfinished_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc43fcef4 rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcda5ee79 rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd3f5add8 rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfa1c9c22 rtsx_pci_dma_unmap_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfd05d1ec rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1a52b9ce alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8b4673db alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa493534f alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb5876827 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd59434f9 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xecbbb0f7 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf1c2dcbe alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x06b68e61 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0e0540da rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x14a2f22c rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3540f36d rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x49ed4e6b rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x54fc4b17 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6a6bb173 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6e7af5e0 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x70f64659 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7ae8f653 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7f6b64de rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8bd075d8 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9493a21d rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9d0bc06d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9dec1136 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa0e119e9 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xacd275ce rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc211ef26 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc34776f5 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc94dd45f rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xca4b7a1a rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xce21156f rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe7b1241d rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xecfdbb46 rtsx_pci_dma_map_sg EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x00be3bb0 rtsx_usb_read_ppbuf EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0327b6e2 rtsx_usb_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x07689288 rtsx_usb_ep0_read_register @@ -13247,8 +13248,8 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb407b2d5 rtsx_usb_get_rsp EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbaf17ba6 rtsx_usb_get_card_status EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdc8cc2a6 rtsx_usb_add_cmd EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x090b4226 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x586e47ec cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x81713f4f cb710_sg_dwiter_write_next_block -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x83a61dd9 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd46395f7 cb710_sg_dwiter_read_next_block EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update @@ -13588,8 +13589,8 @@ EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcbb3aba3 ubi_leb_map EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe6a11c88 ubi_leb_unmap EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xef33fb68 ubi_leb_change EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xcdd2c18b devm_arcnet_led_init -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xfd389ede arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x2dbcc342 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xe3f3e5ef arcnet_led_event EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1aec7100 alloc_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x477dca26 unregister_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4af0d5fa c_can_power_down @@ -13641,254 +13642,254 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4e720dd9 unregister_sja1000 EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa306e4a4 free_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbc2c35e0 register_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xcaa6cb9f alloc_sja1000dev -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x5dfa7d85 lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x12d2cd18 ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x293dcd4b ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x44502a5f ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x526ce5ad ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5d180e21 ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6dfa21d7 ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7677379a ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x82c97dce ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x8b9bde5b ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9e0c048e ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc06971dd ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xdbfc0364 ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe05932b9 ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe7104555 ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf0a5fdfd ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf4d7d94d ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xfd7341c4 ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1f7e70e7 rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x29240f6f rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x344996a4 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3ae88e72 rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x42c223fa rtl8366_enable_vlan4k -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6ffae6dc rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7a4cdb73 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x82e0103d rtl8366rb_variant -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x844f991c rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9c3c2653 rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xac17a70a rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xaf781322 rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd5809e27 rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd69b64c3 realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xeb1ae9d6 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfe6a39d2 rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0533bf4a mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06a80f4d mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x070c0fd8 mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0980191a mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a43ceb8 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cdf242c mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ef11a20 mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x102a94f5 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12ac7fa1 mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19997821 mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d15abc2 mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1de8c13e mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e8201fe mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20365c9c mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x248c94a7 __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x264eb6c5 mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26b9eb34 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27c073ea mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27dc0039 mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29fb653c mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a36431c mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bfb3875 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cd4d46e mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f7aa909 mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31073a7a mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31c0f102 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33587c8a mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a1a0352 mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c6799b9 mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cf68fc4 mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f03da4a mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x438492d4 mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4478c789 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46270bf9 mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a853da9 mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a8757a2 mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed44bf7 mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x518cd226 mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55152da2 mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x555a032f mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ae98df4 __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ca64fcb mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d566242 mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63c60ff1 mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x658b6af9 mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c0c78da mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e3db08b mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fd7a61a mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71b0fff5 mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x724d0b3b mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75015ff9 mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7803841e mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79630333 mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a182b40 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fb754e7 mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811256d8 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82be8132 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x838110f1 mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x866e3bd8 mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aba6505 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b0c84b6 __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c88ffaa mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f231b8e mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90bacb23 mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x919e8f87 mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92d9b550 mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97ac736f mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9de7af19 mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f8182da mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa1b7e4 mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0cbd9de mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa111a310 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4bd942f mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5715b48 mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa67f4f9f mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa87e4b4 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac784dca mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae6e1719 __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb030a9c9 mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb20c2f5f mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb27cd9ea mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3bc3975 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5b7a355 mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5d2b3ee mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb627813b mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7e34df3 mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc04b2ef3 mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1c25714 mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2f69514 mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc365a280 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc70c1474 mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7b6c69d mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7f9d8f3 mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9ecf2c8 mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca59e72c mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbd8e290 mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xced058dd mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd02990d2 mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd061eac2 mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd10e3878 mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd44bb113 mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd56f9c99 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8828c72 mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd975b854 mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda4ca6a7 mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad39f8c mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbda2f82 mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdda1ead2 mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf8b26dd mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe081ecdd mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0b3c14a mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0f62025 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe18da1fd mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5209507 mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7e32fef mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea66e5c5 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeace36d7 mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec78c7b7 mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec9298a3 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed81cfb7 mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2bc1d2f mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf375db06 mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf69a6e88 mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcad7938 mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe08a88d mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffe79bfc mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x004e3cc2 mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x028386cb mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06401076 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x6f77ffe7 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x02d02b51 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0cb94d0f ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x159ae94d ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x164ee5b6 ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x252336d5 ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x25aead02 ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2facf981 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x31db2019 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x56c2dad1 ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x59a0c416 ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x667a6e91 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x8612f87d ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xac670ee8 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb5c43bff ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb9275b8f ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd9f45da1 ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe02ac647 ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2e2d8d02 rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x33ab1be8 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x476cff1b rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x728d0abd rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x75004466 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7fed1abe rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x85e85432 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x89d41179 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x8f5e5f5b rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x983b9726 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9dd4abc7 rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xaad6343e rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb93fd3bb rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd4e4e7a0 rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfa5b7ceb rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfd742cbc realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03e99dcb mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0531ce70 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05624029 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0674207d mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bb3bfeb mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dc9dc0e mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e20078a mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e850b78 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10d8c8a8 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11832c63 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11c3a766 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x129037fc mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b200250 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b5155a2 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c0f998d mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cb4a87b mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ee52e82 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x206acf2d mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25e18f7e mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26c9cde6 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bd80406 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dfed4fd mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2eda7535 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3011c964 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30f60f66 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3482d816 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3743ca04 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x379823bb mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x381b910e mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b725d39 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f427f0c mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4143f4ee mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42f9978f mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x438f598b mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x468a31d7 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a01da2d mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e3b9654 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e58b065 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52e91594 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57ebd89c mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59797430 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab29bc6 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66479f26 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ac358be mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cfca015 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6defe687 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e755d54 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73734999 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7450f502 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75b1102b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75b784aa mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75e72c7c mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75f41b6a mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b1930fe mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b34a248 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cf0b18c mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82be570a mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x836ec83a __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8456e2ee mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86473b1f mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8964f4f0 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bfc510e mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de1ec01 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e35b1b5 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fc2c1cb mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x905641eb mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x917a992f __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x919de762 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92ac28a2 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92e21d15 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95a8a2f7 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98214713 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9867282c mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d7a4c05 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d7c133f mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa00e2338 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa111da19 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2b8d2f8 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa51c7725 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa594ab9b mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa61964ab mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa65acfc1 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa75f003 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac5df58f mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xace0d087 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadc09673 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb53e357b mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba19502f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbadb296c mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdf769c0 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0736845 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1272338 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2c2e1f9 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6a95de1 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca32cf21 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcea47713 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd01e5eee mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd110463b mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5044d23 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7e08b04 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd803d610 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd836fc73 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd86fb2bd mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd96ecf6f __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda6deb6b mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb8599dd mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbb5be17 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde02df37 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a32c05 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a4ed1e mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe24124bb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3d40469 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe44cce39 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe55c6a4c mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea259ae8 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeba16bc2 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed002d92 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeec30b35 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefc0e2fb mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0b848f9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf62acdc2 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf64fc102 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf65c523e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6dfaf3c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf90e35ff mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9516c38 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0020ca79 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01be6ba0 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x021d6f3d mlx5_core_create_dct EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c53ee2a mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cb895e3 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1556fbf2 mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x179700e0 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2007f8a5 mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2299540a mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x248c1c14 mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x250eb395 mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26b87310 mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28519dcf mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b788a9e mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c2f3df4 mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31a0418c mlx5_modify_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3318ed52 mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35e4275b mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x369e8d35 mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b4d79be mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fadeafd mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ffff053 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42bdbbba mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b79f339 mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d756ec4 mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50d2e3ee mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50d68645 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5205985f mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55196e17 mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x572d0d03 mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57ed5d23 mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59097b82 mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f5cf0d1 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5feba517 mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63335620 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63b55fd4 mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x673051a0 mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f519a9f mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f52d255 mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71e20db1 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7305e7b3 mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x749416ec mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76c624bc mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7768b532 mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79d37be9 mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79e87723 mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a04c9fe mlx5_nic_vport_affiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ad67b93 mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c3885c8 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x847e9b9b mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x854892ab mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86628977 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bbd488a mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d002d03 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f4a1df7 mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91a39890 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x954518d4 mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99ffde1c mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a758f98 mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5bc7b43 mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6160c86 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11a8d5e8 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1534bc3c mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x165ec97c mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16bf0f41 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c426ccf mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21836d9d mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21ee6b75 mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27e6a247 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x282f3de9 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b872438 mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cefed36 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2eaacdb0 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33b0551b mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35845d94 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36b82118 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39b314d2 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x403329b6 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4033e1d8 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4688f0fe mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cfae3ed mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d356baa mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51dc7f2a mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54a67778 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55479136 mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55bbd430 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55f05217 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59054488 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a4f787c mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5aafd609 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d750797 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f9191a7 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6137384e mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61f921a6 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x647c905e mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67563f2a mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cbe96c8 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73da91a1 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x747b1653 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75bfabb0 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76e6f54d mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ab3306 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79b58ca9 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8187ad2c mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82c81e6b mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83d19031 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8728b6de mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x897d09e7 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c0da531 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c919c62 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92367d91 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x956b887f mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x989e67d8 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ae6294e mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9dbb3d8a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9df53962 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa258d142 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5a4f525 mlx5_accel_esp_destroy_xfrm EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7772c02 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7acb820 mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaacbcdff mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2e1ae5f mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb689d374 mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8c0bcbd mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaf184b5 mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd7ad502 mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4c8d21b mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc741351e mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc930f357 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaed42ec9 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaff4f8c0 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7eeb057 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb98067c7 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdf6d37e mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc845beb4 mlx5_buf_free EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99fb88f mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9fb397f mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd237f947 mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda3451d5 mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda53c375 mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda6fd5e4 mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc4c56c3 mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe008ee85 mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9b90b72 mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee68586d mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4f7f2f0 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb5b4129 mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb5c027a mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd6ed4b4 mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9c5a5b6 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd543d4e mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdb36bcf mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce09ac7d mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0edbb5e mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4f8ffbf mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6439f18 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8e7a23f mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb59abea mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd76589d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde45044a mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3781f9d mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe49283f3 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2c75559 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf833f4c7 mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc6f5fc2 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd282a4c mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe66326e mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe9d999d mlx5_query_port_pause EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xbb06002e devm_regmap_init_encx24j600 EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read @@ -13907,16 +13908,16 @@ EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x10e3755c w5100_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3bbd71f2 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x9ae221f5 w5100_remove EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xcb467b72 w5100_ops_priv -EXPORT_SYMBOL_GPL drivers/net/geneve 0xfc52c791 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3cecd092 ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x566570dd ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x583f486e ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8dce3d39 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb7869a3b ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x147fb45d macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4eafe28d macvlan_dellink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe151793f macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe2b912fb macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/geneve 0x0e245a32 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x79215488 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb49d558b ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd1e25f62 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd29631b0 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf3b8a845 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x17cb580d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2ce2d7dd macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9b0c4467 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb775fd9f macvlan_link_register EXPORT_SYMBOL_GPL drivers/net/net_failover 0xf8b73331 net_failover_create EXPORT_SYMBOL_GPL drivers/net/net_failover 0xfa158f0a net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12d98df6 bcm_phy_read_shadow @@ -14023,10 +14024,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xee0277a5 usbnet_set_msglevel EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf142fa43 usbnet_tx_timeout EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf22071b3 usbnet_open EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xff0a74bb usbnet_probe -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7589937d vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x77460713 vxlan_dev_create -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x955ed672 vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd43e02b0 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x247ef50f vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x39547ffe vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x45671ab5 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x4d62b35b vxlan_fdb_replay EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x13c7aad5 i2400m_tx_msg_sent EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2d36d672 i2400m_error_recovery EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x47a7710e i2400m_dev_bootstrap @@ -14045,11 +14046,11 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe18c0970 i2400m_pre_reset EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe7de489c i2400m_cmd_enter_powersave EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xffb88bfa i2400m_tx_msg_get EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x7261600c libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x352cd30f il_mac_tx_last_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f50f880 il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4fde408a _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52204bb0 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5cf73243 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1cb0eb2e il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dcf2a9d _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a768fa1 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e1a20fb il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaca309e il_prep_station EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x00f1ae43 iwl_poll_bit EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x04ca2e68 iwl_get_nvm EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0aa5c792 iwl_parse_nvm_mcc_info @@ -14122,15 +14123,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf0a8a568 iwl_acp EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf20ca5ed _iwl_fw_dbg_ini_collect EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf88964e4 iwl_remove_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xffac1173 iwl_clear_bits_prph -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x11b8c5db p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x22829e0c p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3896b506 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4d504e2f p54_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7d40db33 p54_register_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa5b9c082 p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa81804a9 p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc4852ca0 p54_free_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xee2fabcd p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0b72461f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3aea5b2e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3cf51131 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6a4feac7 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x71f12864 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7dca946c p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdb6a7d4e p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xec61aa05 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xed9005d3 p54_init_common EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2cfe1e94 lbs_get_firmware EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x36fab81e lbs_stop_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3f58f5ab lbs_get_firmware_async @@ -14149,15 +14150,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe277759f lbs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xeab4ddc4 lbs_send_tx_feedback EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf4af1ecf lbs_start_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3b8d8a87 lbtf_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4f7528bc lbtf_cmd_copyback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x80a94c2a lbtf_cmd_response_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9181c954 __lbtf_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb1240af2 lbtf_send_tx_feedback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb13ba17a lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x002750e2 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3e740c18 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x74ec2a99 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8295d6a1 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9b32f75d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xbd1eb6cd lbtf_rx EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xdc8dcec1 lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xec7d6096 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc9aa646c lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xed817bd1 lbtf_bcn_sent EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0caa7483 mwifiex_process_sleep_confirm_resp EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1969d3f2 mwifiex_handle_rx_packet EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2ab7208d mwifiex_dnld_fw @@ -14183,170 +14184,170 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe0ded73e mwifi EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe6e45a43 mwifiex_multi_chan_resync EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xebb56757 mwifiex_disable_auto_ds EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf9c077e0 mwifiex_del_virtual_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x090b42a5 __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0ad131de mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a11a67b mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b8721a4 mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c707d37 mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f27e538 mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f1497cd mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37ca4e81 mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c7e9f73 mt76_txq_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ca9acb9 mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3de4e88a mt76_tx_status_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43e50a37 mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x508d1893 mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5315922a mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54d26e9e mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56269fa7 __mt76_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b7a315b mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c9d2c2e mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62b93162 mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63f4a4dd mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x052c2a94 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0b832f2b mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f08cee4 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x127e33da mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13f8e117 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18d8bac6 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1caf71b5 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f7e9e6c mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x228c2f44 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x23bfebe7 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2572da29 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x378fe3b6 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cd64322 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x436704aa mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4b443d20 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4ef27d14 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5af2c106 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e58065c mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6270b309 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63decc51 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6483a5d2 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64c98ce3 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x655fc361 mt76_csa_check EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x713881b0 mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72354ce7 mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74ff317a mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b9eec34 mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7db3c826 mt76_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e733cff mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7eddb6f7 mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7fecdd57 mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x84bb77e8 mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89f52c97 mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x949fade8 mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97618166 mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x986cd0da mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x98e09b1a mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b55f134 mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e9a5b73 mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4cc720e mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa51dff17 mt76_get_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaace32de mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3d118f8 mt76_free_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb8303230 mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc6788b6 mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf9ebcf9 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68526657 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a0c340e mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6acb0b30 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6aee2c19 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b1dc059 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x88a03a3d mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89f064e5 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b7f6ac2 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8da76a5b mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f3c5734 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91e98b5b mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9cd26b08 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ecd9956 mt76_txq_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fa526db mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa0b0472d __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa465e6e3 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaca8be4b mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae54e523 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xafe24b09 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbbc9d9c7 mt76_pci_disable_aspm EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd2ab6f2 mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcfc98345 mt76_alloc_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd1bf838b mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd43b8089 __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5893fc7 mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe950cd4d mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf22e5af3 mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf349c63e mt76_register_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3e08c20 mt76_get_rate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf608caf1 mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x190ebb3d mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5be1d5a0 mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x703169bc mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x75c58df9 mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x800b0946 mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa34c488a mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbf045ef6 mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe16cb4dc mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6f85e494 mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x87c4c3da mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x93b320b1 mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa7ef268a mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xae76b043 mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc4be9d4b mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xff294d5d mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8baf2cf mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd290e257 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd558ae60 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb6e0541 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8b3c68a __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8fee21d mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed88f230 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef6185eb mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfbb3acf7 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffd94508 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x09344794 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3040aac9 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x441e6499 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x53b0a05d mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb28d2b5a mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd29d0a93 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xdb1676f0 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe05e0717 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x08de772f mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x21452d11 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6d759a80 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x92c5fae5 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbecae143 mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe9603400 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf2b4bcfd mt76x0_mac_stop EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05481b3c mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c4531c8 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0744a12b mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c36c3fd mt76x02_eeprom_copy EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13061673 mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16bb86a2 mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x18dc0491 mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a459980 mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1c4e017b mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e95db87 mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2081744b mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21ba8e4f mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x220d9f08 mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24c2cc50 mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d49cc6c mt76x02_dma_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e1540bd mt76x02_phy_set_band -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f0ee825 mt76x02_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x303947f8 mt76x02_resync_beacon_timer -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3086a1a8 mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30c2bd4e mt76x02_phy_set_bw -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x333a17b6 mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33bb4d92 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x110d8f3b mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1522134c mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19ba1a06 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a641af5 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1bca8736 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e389842 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20144597 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23963492 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2431c90e mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2777a219 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29b5503a mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e064906 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30b95180 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32ce728d mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35a2b1b3 mt76x02_init_beacon_config EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x37edaa54 mt76x02_init_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x397cf587 mt76x02_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a9d383e mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47ecc6f7 mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x49ba2cfa mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x536b4f12 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56c5c833 mt76x02_mac_setaddr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56f0e34c mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x443fb485 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50372dec mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50d230e4 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x539a017b mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5489c066 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x564a59d0 mt76x02_update_channel EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f2c7ff2 mt76x02_mac_wcid_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69f461df mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f02e439 mt76x02_set_coverage_class -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75c2f165 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x79b3cba4 mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7cae6f9d mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7cca273a mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x839b4425 mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84f1dc52 mt76x02_phy_adjust_vga_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86ae03e6 mt76x02_edcca_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x876471da mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f98459f mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x60b3af06 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x63d6a83e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x64c78d4e mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7053e438 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7191f6ed mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72440e75 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72bce46f mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x74a49590 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x77027c38 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7be2cc48 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81a4c164 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x833bf4a6 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x875d2d61 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8974d707 mt76x02_set_tx_ackto EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x923e66b3 mt76x02_get_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99fb4f5c mt76x02_tx_status_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99fe6530 mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a22a39b mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8af9c5d mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab605d87 mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb249c3fb mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd53e3ea mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbfed66bf mt76x02_mac_shared_key_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc02002df mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2ad7cfd mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2b3be52 mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc525d5d9 mt76x02_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc86fb8a3 mt76x02_init_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce5a8657 mt76x02_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd43229cb mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd7d20414 mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd90c2169 mt76x02_config_mac_addr_list -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdad23e87 mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdcb17382 mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf3640c2f mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa0e2d7a mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa884b8c mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff9658b1 mt76x02_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x06e265d7 mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0ad3e77d mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2ad85418 mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6ffc8c1e mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x93409fee mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb8cbcbd7 mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xbb8279c6 mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x00981c14 mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x17e21c37 mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1ce85563 mt76x2_get_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a789fb4 mt76x2_reset_wlan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x580ed85d mt76x2_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5a8119cb mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x696ad775 mt76x2_phy_tssi_compensate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6982a788 mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9cd0937c mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9d304061 mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa7981a95 mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa8b0c48f mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb6323085 mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbaeb86ad mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbc3f4536 mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc60a72ac mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc644580c mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xee79da22 mt76x2_mcu_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5a5336f mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x937cf770 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93d674ed mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x970aa9c9 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97fab1f9 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa91d9dcc mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9aab7a5 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac91d152 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb9a134d mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbffc4a82 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc19b1164 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca5fdb57 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcee2dd9c mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd756b5f5 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd97ac9dd mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe12b54dc mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe38a8d8c mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3bf904a mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe64c8bd5 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe6d4607d mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea25634c mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec12c6c8 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf21be659 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf648e0d3 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7d4a19d mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfd24f3f9 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0951978c mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x21244404 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x271fbbef mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa4304fa0 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd55f9891 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdd4a2d2e mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf9dc623f mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x01e861f9 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x032839bd mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1e220a6f mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1f2b5516 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x20ae91dd mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3c6eaf46 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3f541f06 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4a50be9a mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4ef705d9 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5b88776e mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x72163d39 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80e9167a mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8a3ba726 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9b7c03b2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa091d989 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac846471 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbc0bfe6d mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xca4ace7c mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcab1f808 mt76x2_mac_stop EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x39854abc qtnf_update_tx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x578c6039 qtnf_core_detach @@ -14357,264 +14358,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb39c3568 qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe105c602 qtnf_classify_skb EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf5ccf9e7 qtnf_trans_handle_rx_ctl_packet EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xfc8129ed qtnf_packet_send_hi_pri -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x047ed47d rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x061c4a00 rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x064a1068 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0de119de rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x10836e82 rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x13024f60 rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x14879f4b rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x188361b7 rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bb2225a rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x22a81d15 rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x24b66ac9 rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x256ddb6f rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x27a5f082 rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d6677e0 rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3194a6c6 rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x32a2b26a rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x38889a4a rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3c44a7ae rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55a55428 rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57df943e rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6a28b976 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f090b76 rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x73290b48 rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x75354430 rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x79deb18d rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x79fcc2a7 rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7d35b208 rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x87706bc6 rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x907ef29b rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa3047077 rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xab5818e1 rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3fe46a1 rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbfa86fc8 rt2800_read_eeprom_efuse -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc33aed6b rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6a39c73 rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcf54b914 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd116bf9c rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd3c0eefa rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd93c7178 rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdeaeb4f7 rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdfa11ddd rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe979d4a7 rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf475cc18 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb397aaa rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x079f9e93 rt2800mmio_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x07c75329 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x04cd2376 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b37b305 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0cc58b06 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x196aba40 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1d82b001 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x20a86612 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x34dc5e53 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39a7a3d8 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x451bef73 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x465bba60 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4900bc36 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x49188791 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5514f670 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5e3bd884 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x62704758 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x65203219 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x68ae712a rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6973f88f rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b5fbfcc rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70e852e8 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7dfa45d9 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84b14a81 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x95908fb3 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x961105fd rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9ade772e rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa3298bdf rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaefaacbc rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb159100e rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6b1b0bb rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb932da8f rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc17a42ab rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc3b102f3 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc52b129b rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc5ad88b5 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcef0feb1 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd0c26e97 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd1ab4723 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd4e1aae5 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdbfbb7ba rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdd978fb3 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8d808b4 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8e4dd4e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2e4d52a rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfcd55a77 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0afbabb0 rt2800mmio_queue_init EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x10592397 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x13ced065 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1505c4cc rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x17f1be94 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x190fbc5e rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1a548c1c rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1d0603e0 rt2800mmio_init_queues EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2f27d7a4 rt2800mmio_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x306c7cd3 rt2800mmio_fill_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3b1a4195 rt2800mmio_write_tx_desc -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x425c9013 rt2800mmio_get_entry_state -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x52ad5797 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2cdd8831 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4f32dc16 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x506cab2f rt2800mmio_flush_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6b40b640 rt2800mmio_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8279f747 rt2800mmio_get_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8300c7b7 rt2800mmio_get_dma_done -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8486be50 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6d8286d6 rt2800mmio_clear_entry EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa8217ce6 rt2800mmio_queue_init -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xad001c97 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbb2723ee rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbe2c2469 rt2800mmio_enable_radio EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcec61cd9 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb7d0542 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdcaee4ab rt2800mmio_stop_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe5bb767e rt2800mmio_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf695647d rt2800mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05a5b817 rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x06340a54 rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x064e6342 rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x08645c23 rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0a99821c rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e517886 rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13fadcb8 rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ef20314 rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3047e6d4 rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3086ed50 rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x365dfa90 rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3b4d820e rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3eab1dd2 rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4381f53a rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f19b1b1 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x600d4b0b rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x628e6223 rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x680e4dd5 rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x73f6e2cc rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b38ba5f rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x83257dea rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c1557f8 rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8df2bcb9 rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e180093 rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91376d21 rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9958dfed rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e07e0d2 rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f67e0ee rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f82cbc3 rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f8e24dd rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa5ffaba3 rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xae4a8e5d rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaf1c190c rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8bc2a47 rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc629925d rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc651e785 rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7d4168c rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcafb88c4 rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3892de0 rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd582beb2 rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd7192d2a rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8c43bef rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde50188a rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdfb55c65 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeb3ff2bf rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfdae6837 rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x099f33fa rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x46df388d rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5f292564 rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x734b70c8 rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa0fb3f4e rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x5517283b rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x638b9fdc rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xcf37d019 rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf4cc5501 rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1e897665 rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1f991085 rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x447f9b35 rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4dbbea22 rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x590172d9 rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6d6cbaef rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7a3bb6e5 rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x86d59daa rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9110840f rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa2e8f005 rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb2092536 rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbea14301 rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcf84d340 rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd21e5b91 rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xddf566d9 rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xef7c8d1c rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1bebcbd9 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x35cf53db rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4971c844 dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xafa19c30 dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0ba71bbd rtl8723_phy_reload_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e2ee69c rtl8723be_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2cfea868 rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2fa9e6f3 rtl8723_write_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x30018d28 rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x31936a63 rtl8723_phy_path_a_fill_iqk_matrix -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x33c29fc6 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x093a5a85 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c96d32d rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0dede127 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13bbb438 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1466d562 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1897cf02 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x231656a5 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2c36949b rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x305bf0de rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x355e82ff rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3df3847d rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4178d1aa rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x434bbefd rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x46a3db8c rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4b842762 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x55046b91 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d9f0a2c rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62d306c4 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6804c81e rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68ace800 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a4732bb rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a725f7a rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6de4a8b4 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6eedbd16 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x763654d7 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x78a2e927 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a94e7ce rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7ab50687 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b89a03b rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8372ece0 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x843c3408 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8fe350d7 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x925bc51c rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e0adbc1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa5c13a04 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa872f120 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5ded313 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc80eb411 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xce8a9f5a rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3c7aae2 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd51fb568 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdadc39b4 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb1eeb60 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde40caba rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe9fb19b1 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xed351896 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x02824633 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x039b968b rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xdc3cbfd7 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe330cc62 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xeeb11c61 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x20a62815 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x3e2a9bd1 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xba30057b rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xe8a43f46 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0caddf64 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1d83a80f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2fc1d78c rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x597b8743 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x71af666d rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7706f399 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9ff7fc57 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa2559eb4 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaad5a044 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb1185b12 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb660fd84 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb7887ef7 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbd187b64 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc8b351e5 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf3becbf8 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfd1e81f1 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2467f604 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa278c687 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd76fe54e dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc936fa0 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2c79d277 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2f428471 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3e51e8bb rtl8723_phy_reload_adda_registers EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4c3228e5 rtl8723_phy_pi_mode_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54e441ed rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x56eb3f42 rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x66bab8f1 rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x78b9a6f7 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4112acca rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x42dfdd67 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x47457f0a rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x50e363fd rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5eb86461 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6710406a rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6a702cec rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6d4af3f8 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x754a2373 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x77d20325 rtl8723_fw_free_to_go EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb379c4a1 rtl8723_phy_rf_serial_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb4b83f55 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd15465aa rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd42614d3 rtl8723_phy_path_adda_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdb5a265e rtl8723_dm_init_dynamic_bb_powersaving -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdb6db846 rtl8723_cmd_send_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe54c8522 rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8ee9092 rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf28e31d6 rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf430e08c rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf7a89374 rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfa3a50f6 rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfd35d915 rtl8723_phy_set_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0180a4a2 rtl_lps_enter -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d79a0dd rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x198bcaa0 rtl_deinit_rfkill -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x212b033f rtl_fw_page_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2207fbe3 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8bf20e09 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8f44f5a3 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa1636eb6 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa877e5e5 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xafda4e36 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb81c7b22 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd32c84c1 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd99cee9f rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe2754cdb rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe50dd1ab rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xeb9dfa62 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf8a0e541 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d266e0c rtl_deinit_rfkill EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2eab4382 rtl_tx_ackqueue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2effa27e rtl_init_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3041fa0a rtl_ips_nic_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f7711de rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x401e3b91 rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43c84677 rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4de8be80 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x368d7c9f rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f90b3ed rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4123f71f rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x412ad584 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c5bd197 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4da99517 rtl_lps_leave EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51223ad7 rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54cdb336 rtl_swlps_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5841f091 rtl_get_hwinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x65e17c7f rtl_beacon_statistic -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7c8bc674 rtl_deinit_deferred_work -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x838560bb rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9138402e rtl_p2p_info -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9460afbc rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x569e7e1d rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d341955 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x607d228b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64bf1505 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d3eabce rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x720e25db rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x765517f1 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7eaf0868 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ed9b825 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85ffb676 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8dae8506 rtl_efuse_ops_init EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa12e3719 rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xabc50983 rtl_deinit_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5453fd4 read_efuse_byte -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6635e17 rtl_is_special_data -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9a0a9af rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9eaafec5 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae234b1c rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb54d56c5 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6ddf25c rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea88c94d rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf4113164 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfdd1c4af rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x001a6cef rsi_91x_init EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x22540a77 rsi_91x_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7eec07cc rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x84f19d0d rsi_91x_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8c50ef77 rsi_mac80211_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc54d293d rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x201fa733 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4803d816 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x58da55f7 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbd643073 rsi_mac80211_detach EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x4ad46272 cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5a7a9f75 cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xcb5552cf cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf0080d07 cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x15db6f9d wl1251_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1e6c485e wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x595b7263 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x2bae897e cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x35f2ff53 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5612115a cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9fb02936 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6ac26396 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdb656e64 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xef85c691 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x065ca876 wlcore_set_scan_chan_params EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06f36560 wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d1cee4e wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x122e0c06 wlcore_scan_sched_scan_ssid_list -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x15f93dbd wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x164cece1 wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x174f1e67 wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20053c27 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0bcff41d wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1107c542 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x13449a7f wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d049c8d wlcore_event_max_tx_failure EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x21049ba1 wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25b61c23 wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2bc703fa wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35d9edc3 wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37d67fa8 wlcore_event_ba_rx_constraint -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3966a1f8 wlcore_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4801a4c3 wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ddd4263 wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53722fe6 wlcore_event_rssi_trigger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5413f6c7 wlcore_disable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x680f0c94 wl1271_acx_pm_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b914b26 wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6efec084 wl1271_cmd_data_path -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7103fee9 wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7495b651 wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c112a43 wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7cbd1484 wlcore_boot_upload_nvs -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8431ccb4 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2127ceb8 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26bdb64f wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2e1d5c48 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2e453d6e wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f919992 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3296a584 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x36a30a50 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3934e225 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47e3eb78 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b7def4b wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x540f570b wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5555f02b wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5f407ef6 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68519ffb wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b5648a5 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x75dddc32 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x77518185 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7bc3cab8 wl1271_cmd_send EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86eff64c wl12xx_cmd_build_probe_req -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ddbe2ee wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x950fc423 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x987528bd wlcore_disable_interrupts_nosync -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa19a961a wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaaa76105 wl1271_cmd_send -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf519c0e wlcore_set_partition -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb900f9ba wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9491784 wlcore_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1538dca wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc477c1c4 wl1271_tx_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3d47929 wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd859a1d2 wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd9b10362 wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xddcda5ed wlcore_synchronize_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe80ba3d8 wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf38eda1e wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd3f39bd wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c329b19 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8cded070 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9072c2d0 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ac575cf wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa08d102b wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa1f90501 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaac09ca1 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac533a61 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb65bb7f6 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb759319d wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc96817f7 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe46285c1 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeb73a1fb wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xefc775a8 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf0fd0711 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf13966bf wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf264130c wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9247376 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfad52bb5 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd273cc4 wlcore_boot_run_firmware EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x29aad15c mei_phy_ops EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x92144edc nfc_mei_phy_free EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xb9839a79 nfc_mei_phy_alloc @@ -14719,17 +14720,17 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remotepor EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xda5803c4 nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1583b0c9 nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x305f4bab nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x49ca8a18 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x74fbe7c7 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7787bc9f nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x84ec2453 nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x93252585 nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x946e3fb8 nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcf86e638 nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xde6e9e8c nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe6941d91 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1251635d nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x325e67a9 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5cddbe01 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x662569c3 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x70881203 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x75707a3a nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x95f5aafa nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xaa015f4b nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb9cec3cf nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xeb110214 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf0df2893 nvmet_req_uninit EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0e1973ce nvmet_fc_register_targetport EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req @@ -14779,8 +14780,8 @@ EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xdea07053 intel_pmc_ipc_s EXPORT_SYMBOL_GPL drivers/platform/x86/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid -EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x616dc922 isst_if_get_pci_dev EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x6898d1bd isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x84a6e1bd isst_if_get_pci_dev EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x861369f8 isst_resume_common EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister @@ -14838,53 +14839,53 @@ EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x0f84b410 wm8400_register EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x149236da qcom_glink_native_remove EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x73b9d16b qcom_glink_native_probe EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0220cce0 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a0234ca cxgbi_sock_fail_act_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e187ba4 cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e19b5e1 cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e266d9a cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x18ecf099 cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19c68420 cxgbi_sock_rcv_peer_close -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f186f04 cxgbi_conn_pdu_ready -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x218f6b60 cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2396f60c cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x278ced54 cxgbi_get_conn_stats -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b4baea9 cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d4b5ec2 cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x41ed913e cxgbi_set_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x429ceb18 cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4892ddaa cxgbi_sock_established -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cc5ecde cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5241553b cxgbi_ep_connect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x535e09e3 cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59478527 cxgbi_device_find_by_lldev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5aea2ae6 cxgbi_sock_act_open_req_arp_failure -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d90fc72 cxgbi_hbas_add -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fefb9db cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x73e15d61 cxgbi_conn_alloc_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7934248b cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7da81393 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x02e567bb cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0af1f255 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f60b23e cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x102553c8 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14d6ea7e cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x18e62720 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1c6e8308 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x224302e7 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c5399a0 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e965126 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2fa84309 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x318ae6a8 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3281b6f0 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x376cb2f5 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38c7c820 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51e3e7c6 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x53c2e53b cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56d4f25c cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e75c701 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x634f3427 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x78566912 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x78b211d1 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fac7605 cxgbi_conn_alloc_pdu EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x838c598e cxgbi_get_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x898cbccc cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6f13223 cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xafaa937d cxgbi_sock_rcv_wr_ack -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbb6b0df0 cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbcca6a43 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x803393f3 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8239c367 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85e460d8 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x893776b5 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ab04a8e cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9cf6ce6 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xacd748fd cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb31e15fd cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4aeaa95 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbd2558ba cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf36f778 cxgbi_set_host_param EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc19052c2 cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc486ae61 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc5ac203 cxgbi_bind_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcef825bc cxgbi_device_find_by_netdev_rcu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd62da416 cxgbi_iscsi_init -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde89608f cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeabe857b cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef0d6a39 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3be15f6 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcda33246 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xced7e7a8 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc5ebeab cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7f03c00 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb648b6a cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed701bcc cxgbi_sock_rcv_abort_rpl EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1c69df8 cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf49ea10c cxgbi_ddp_ppm_setup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf588dc6d cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf85492ef cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6a9c7cf cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfaf726cc cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdea753d cxgbi_get_ep_param EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x111989ce fcoe_libfc_config EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x11532356 fcoe_clean_pending_queue EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x23ed7045 fcoe_ctlr_device_add @@ -14914,69 +14915,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc6125854 iscsi_boot_create_et EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd93b63bd iscsi_boot_create_initiator EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe13e6489 iscsi_boot_create_kset EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03ae0d4e iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x07931cf1 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c8fbde5 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d004034 iscsi_session_setup EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x147cd3fa iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1a222921 iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x232ac4d3 iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28323b97 iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2adc61ae iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e32c0ec iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32d558d8 iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32e1c27e iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x39eec87d iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1533f377 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17094d66 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ba2eacd iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x209b5913 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x38757539 iscsi_itt_to_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3fc59567 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40c3563f iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4cd5787b iscsi_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d2c51ac iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d45a211 iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55cf17c0 iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x574a6050 iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x609940a5 iscsi_conn_start -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6183ed27 iscsi_session_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66d8ab7f iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x735c290a iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d7c05ce iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x421fb0fa iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d2ebfc2 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x560c683b iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c253150 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c61743a iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x630863d1 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63af71ca iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67559baa iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x675b1b06 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a7cb1fa iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x734378b8 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73eb1df0 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x776031d3 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8aafd569 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8bc2f5ff iscsi_session_get_param EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d93f392 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9372e74c __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5db96e9 iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa90f7d05 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb97fc9c9 iscsi_verify_itt -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb461754 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb8d5cbd iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbda3fd76 iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3f8fe4e iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc919d863 iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc9b625f iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9e7b9de iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9cb26fb2 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa838f878 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaebf1473 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb02d689e __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0dbaa94 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb210a795 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe44e5fa iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc54cc6b6 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9c2a1f3 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd10414cc iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd71d462b iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb103708 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb4f3f3b iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xddb876a9 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde8e13bc iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xded73d58 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe29e7d4e iscsi_session_recovery_timedout EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb3adbd5 iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed15701f iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefac9562 iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4cfe253 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb698a5f iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff3af025 __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff73d21e iscsi_conn_queue_work -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0a935cf7 iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0da94463 iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x312a5fde iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x41f9b297 iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x57cf6f2b iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5c47743b iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x61f6bb8d iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8109d0d1 iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8ff3e8cd iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9da689e6 iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaba77e9c iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb54635f9 iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd61b06f7 iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd7c0cfca iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe06740bd iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfa39b9ae iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfe960edd iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedc6853b iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf241e126 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5cfd7d8 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x30b22e15 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x36e3aabe iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x39bac274 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3d44fa80 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x56ac4881 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a6b19f4 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c8a2f69 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x82ec6603 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x89799d7a iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8b587d09 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa34da75 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb221f38e iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbda2124e iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc03453ee iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdb98b232 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe0857b21 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf5ab978c iscsi_tcp_dgst_header EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b09ee01 sas_domain_attach_transport EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f665c54 sas_slave_alloc EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26de6c50 sas_alloc_task @@ -15002,55 +15003,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbf118c29 sas_eh_target_reset_han EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc648480f sas_alloc_slow_task EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd9f56afc sas_phy_reset EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda814b27 sas_unregister_ha -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0547bb85 iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06a48f01 iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bfb58ac iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x16630db5 iscsi_get_port_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17038825 iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b692e52 iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20b3ffba iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2202b368 iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x228fb3b1 iscsi_get_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e4ab693 iscsi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30d75bd1 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05ee2399 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1081c5dd iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10d86003 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x156b4d4f iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1a1772c6 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26645fc8 iscsi_put_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363aa35c iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x36b43e21 iscsi_create_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45017a40 iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4656c381 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31cdac51 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d4cfb86 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43a8fd1a iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44dd0e1c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x471c673e iscsi_free_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x504a7c6f iscsi_ping_comp_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54a963f4 iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62044a00 iscsi_add_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x647d40cf iscsi_unregister_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x685dad0b iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4876f289 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d9a30fa iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65b80ea9 iscsi_session_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b94a68 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7486eb96 iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7620d19a iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c39917c iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6afd508d iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e8b1561 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f0db383 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70a68c06 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x770b687e iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77697200 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x791321df iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x813ea1fc iscsi_conn_error_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x863accd5 iscsi_session_chkready -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b7a5a38 iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f381236 iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90eef69f iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c7f7e88 iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f2b0a4f iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3374cd8 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8e19cfb0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e9efa79 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa00dc364 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa34d2150 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa493f953 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa754e883 iscsi_create_flashnode_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb6accf6f iscsi_lookup_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7d23359 iscsi_conn_login_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb9fa9c4 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2cb9d05 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4e6bba3 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7b946af iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8e1e0c3 iscsi_flashnode_bus_match EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd6c8aff iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbe42d2f2 iscsi_post_host_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1dce6b9 iscsi_find_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd316a5ae iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd385f7a6 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc0794b0 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcc7ecfcd iscsi_destroy_all_flashnode EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe44614a9 iscsi_block_scsi_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf30c4370 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeab2d5d1 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef960029 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeff2bab9 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf73ff0a0 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf90bd091 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf90f48f9 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa327b36 iscsi_destroy_endpoint EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x31d36e7f sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x540a30a1 sas_tlr_supported EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x647d3121 sas_enable_tlr @@ -15151,7 +15152,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcd976287 spmi_ext_register_read EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcfdc28e6 spmi_register_read EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdbe81589 spmi_register_write EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xedfac5f7 spmi_ext_register_write -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x72e15a77 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x8020b533 ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x01427f84 comedi_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x028415f7 comedi_buf_read_free EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x03d1a7cb comedi_dev_put @@ -15198,21 +15199,21 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe867b52b comedi_bytes_per_sca EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe9f46a8c comedi_readback_insn_read EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xef2f9c07 comedi_buf_read_n_available EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf94c8d45 comedi_set_hw_dev -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x1b6d9e8a comedi_pci_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x5a866230 comedi_pci_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x7ffd14b9 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x29f3f75d comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x2e420421 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x3433d1c9 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x79cdabee comedi_pci_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x96697d05 comedi_pci_disable EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa0d420da comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa2b9c16f comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa3dcda4f comedi_pci_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xcb553519 comedi_pci_driver_unregister -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x1fb54edb comedi_pcmcia_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x33510ade comedi_pcmcia_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x67580b9c comedi_to_pcmcia_dev -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x6aab5ffc comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xc955bd60 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x101794a5 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x1d4eb0a9 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x5f13635a comedi_pcmcia_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xa5dec3c5 comedi_pcmcia_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xd85a59aa comedi_pcmcia_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xf3f59624 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xcaf6ebca comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xd3a55c20 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xe9d8285b comedi_pcmcia_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x3fdd3904 comedi_usb_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x97f0f405 comedi_to_usb_interface EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0xaae70912 comedi_usb_driver_unregister @@ -15248,22 +15249,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xca784d4b comed EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xf9f24e0a comedi_isadma_free EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x6537578d das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x35509bd3 mite_alloc_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x36d83920 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0b01a39c mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x14ba4a5a mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x251788a1 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2ee509c4 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x32b94012 mite_dma_arm EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x385abc9a mite_free_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x394c8092 mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x731225a4 mite_sync_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7b2c7659 mite_request_channel_in_range -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7c4dc60c mite_dma_disarm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8a1ef67a mite_ack_linkc -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbce42fa5 mite_release_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd346ad44 mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4323f2ed mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x56ca2ee1 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6595c60b mite_request_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7fccee60 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcac73196 mite_request_channel_in_range EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd5a00126 mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdb9fb4df mite_done -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe69eb559 mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe25d32f8 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe6314b55 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe7d94c37 mite_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xebb115bf mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xed02b23a mite_bytes_in_transit -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf301b15b mite_request_channel EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x5cba1faf labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x9ee5b2bd labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xba6e2c44 labpc_setup_dma @@ -15520,35 +15521,35 @@ EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xbe6ff7f3 intel_soc EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xbf618bab intel_soc_dts_iosf_exit EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xd0210e30 intel_soc_dts_iosf_init EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x138dd0f6 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2009aece tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x280209d7 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2b3a8614 tb_ring_alloc_rx EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d7c1f7f tb_register_service_driver -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2e61b682 tb_ring_alloc_rx EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x48fab103 tb_xdomain_find_by_uuid EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5bc14aaa tb_xdomain_request EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6c8d6e0b tb_xdomain_type EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x766f1fb3 tb_xdomain_enable_paths EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x80dde931 tb_xdomain_find_by_route EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x82d2843e tb_service_type -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x83e14496 tb_ring_free EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x918f9b0d tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x99b6e7dc tb_xdomain_request EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9fe40ece tb_unregister_service_driver EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaf74b9a8 tb_ring_start -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb3d0f6f9 tb_ring_alloc_tx -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb4d1a038 tb_ring_stop -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb63b8766 tb_xdomain_disable_paths EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc21bdf97 tb_ring_poll_complete -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc978bbdd __tb_ring_enqueue -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcd7f6b2d tb_xdomain_find_by_route -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd20a430c tb_xdomain_enable_paths -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf07f0ce4 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbf78775e tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc45b4d32 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc76c50d4 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcf5bb5c6 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd4bf150f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf11f096c tb_xdomain_response EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf30bb468 tb_xdomain_response EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x8a422e5e n_tracesink_datadrain EXPORT_SYMBOL_GPL drivers/uio/uio 0xb249b3bc uio_unregister_device @@ -15634,21 +15635,21 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdd7d2092 fsg_show_file EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf3c356c8 fsg_store_removable EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0bcfe90d rndis_uninit -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4c772c18 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x02baa459 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0b144ef9 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0c4d8a0f rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0e04225d rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x130e991f rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1789fcdd rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x224504bb rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x39b3cf3f rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4cc2720f rndis_uninit EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x654450b6 rndis_add_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x65d60171 rndis_set_host_mac -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x69216675 rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6ae45704 rndis_set_param_dev EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6dbe3cee rndis_rm_hdr EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x85790fbb rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8c3782f3 rndis_free_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb77f04a3 rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb815fcd1 rndis_deregister -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbc76c430 rndis_set_param_vendor -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc255ca47 rndis_signal_connect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc702c968 rndis_get_next_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfdd52f25 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb3151387 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcefae04a rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd397bc5a rndis_deregister EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1be6690e usb_ep_autoconfig EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1f8678a8 usb_assign_descriptors EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1fbe4129 config_ep_by_speed @@ -15686,16 +15687,16 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf37e1a04 usb_ep_autoconfig_ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf783ea36 usb_add_config EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfee8ba66 usb_interface_id -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x055796c9 udc_enable_dev_setup_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x08610539 udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x09efe4e9 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x05e4c38a udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x26104519 init_dma_pools EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x49c022fa gadget_release -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5c579040 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5a1954f2 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5cd60e71 free_dma_pools EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x910ac03f udc_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa91972b4 empty_req_queue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf9d36141 udc_remove -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfca294fc udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x87086043 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb2b24949 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc84618f9 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfed69510 udc_mask_unused_interrupts EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x032b672c usb_udc_vbus_handler EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0d073eda usb_add_gadget_udc EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0ffaa944 usb_ep_queue @@ -15930,8 +15931,8 @@ EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa01c39ab ili9320_remove EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x23bcdff1 fb_ddc_read EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5a874699 fb_sys_read EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x927e42d0 fb_sys_write -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x57a13ac5 sis_free_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xc8b5bc7e sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x66c927c6 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x832869ad sis_malloc_new EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x0e1cee08 viafb_dma_copy_out_sg @@ -15980,245 +15981,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0x647d6170 dlm_lock EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0b55e362 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0e29f714 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0ea8e693 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4e3c4392 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6e405a35 nlmsvc_unlock_all_by_sb EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x840eb29f nlmclnt_done -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x86279913 nlmclnt_proc -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8cd4e886 nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9eecb015 nlmsvc_ops -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdaf43e4c lockd_up -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf605ed31 lockd_down -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfd0ca83b nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xae0844c1 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd3190c84 lockd_down +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x023c11d6 nfs_clone_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x034c9032 nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0471cf2f nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0523e99b nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x085a8a92 nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09dc91a0 nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a36f4c7 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x066d81d5 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0674f5af nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08985b73 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0aa94c90 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ae73d07 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c752de1 nfs_open EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e9c0bb1 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d6155a5 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e35d9fe nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0eeb64d3 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fac3e35 nfs_clone_sb_security EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12c669b2 nfs_fs_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13d8c657 nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x141c6b5e nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x195624c5 nfs_pgio_header_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a98e5f4 nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ce6f499 nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cfcaaba nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dab55c8 nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e3a9eab nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fb4b7fe nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x122383d2 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1886f8fa nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1af426f4 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b764062 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc7129b nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ef7a3f7 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x209566e3 nfs_commitdata_release EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23a92818 nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25e64905 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x248f0d01 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2494caa0 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2496ca37 nfs_get_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x268e87ce nfs_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x270e2e5d nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2758bb87 nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27e402cb nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2885d553 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aa56cc7 nfs_symlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c2b617c nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e07ad53 nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e341a28 nfs_retry_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e5b2267 nfs_wait_on_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31228362 nfs_clear_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32d5f09a nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x368f5bd0 nfs_statfs -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3955b07e nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39bad31e nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c2e4b4a nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca0e399 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d5731db nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ebab384 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30e2c816 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34dc3f2a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x355315d2 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3574a0c7 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35976c4d nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35d9a572 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x375a546a nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x379b0bc3 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39676b76 nfs_pageio_init_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bf89028 nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3dcff05d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a8dbc17 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c11e8da nfs_server_insert_lists EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fb6234c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4036900f nfs_init_server_rpcclient EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41765630 nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41d5125a nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40b75e20 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x410a3f22 nfs_create_rpc_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43439ec0 nfs_alloc_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45672a29 nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46bc2e58 nfs4_label_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4799afca nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a1f6283 nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a5ebcbf nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b6f762b nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x496fc5d1 nfs_lock EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d137f28 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fa3353c nfs_generic_pg_test EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5210522e nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x543bdf9c nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5516e359 nfs_invalidate_atime -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55220ca7 nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x557899dc nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x576a182f nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54ddf3a5 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55ad0dd8 nfs_sb_active EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58903b97 nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58c266b7 nfs_setsecurity -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58ee938a nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59261dcf nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ae3a225 nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d1bca5a nfs_file_mmap -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6100e4fe nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6194a92b nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61f2588f nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6296752c nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66ae5914 nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a6e99c8 nfs_inode_attach_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bf84e66 unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d4ed92b nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70036352 nfs_remount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7073e376 nfs_server_insert_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70d46c66 nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74955aae nfs_close_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75544301 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x593dbf00 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59d9183e nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a68a9c0 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bec9ec4 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61f81d95 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x629c7139 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63bf7801 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6beaa300 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d2f9ac1 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dbeee45 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dc2aa46 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7162e8e8 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71bd20df nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x720ebbf4 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x722739c7 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75845b2c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x762e6cd8 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76490701 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x768c3162 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76dcbbec nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77c62de7 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x793682ca nfs_probe_fsinfo EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x821898b0 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dc53b98 nfs_scan_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dd1eade nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e0eac2f nfs_flock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e73396a nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ee655cd nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80e39a76 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81c41fae nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82cdf204 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8428eb83 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8449faa6 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85f4aeb8 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86ab471b nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8926e79e nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x896c4056 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8eb0eb88 nfs_file_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x912c0f5e nfs_drop_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92828757 nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93bc4ad2 nfs_instantiate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x966d89b1 nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97b35ed0 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x947b9b39 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9483c381 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94cb04fa nfs_fs_mount_common EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a669c13 nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9be13afb nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e5c522a nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f1d8286 nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa24dcf4b nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa263e0a4 nfs_init_cinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa28b8ca9 nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2c668cd nfs_commitdata_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4ae72e5 nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6129190 get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6492afc nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6a2243a nfs_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa88a5e50 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa024fef2 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa05e499e nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2aea438 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4c42a54 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6103b2f nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa776a291 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8800a11 nfs_post_op_update_inode_force_wcc EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9fb49 nfs_pageio_resend EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab13c86e nfs_pgheader_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacd6a6c8 nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad09cb67 nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae0d142b nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae733eaa nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0cf357e nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0f5bf5b nfs_get_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb427e9b8 nfs_fscache_open_file -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb53b0bf9 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf15824e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0d0ac96 nfs_getattr EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7419d29 nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb87dda5c nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb061ca4 nfs_file_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb8edaa4 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6845cbb nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb954b5fc nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbba50df3 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbf42830 nfs_init_cinfo EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc244b5b7 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdd0a3b5 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbebceee2 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf66d2ba nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc01e354e nfs_alloc_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4e2fab4 nfs_create_rpc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6f91a40 nfs_sync_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8eff4de nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd24d987b nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd39ed6df alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd42dba25 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6535ef3 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e8ea2d nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7f3a571 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb304a40 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc7817c8 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce51e6be register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0d1044a nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3699194 nfs_submount EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c1219c nfs_access_set_mask -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd54262b0 nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6f10f70 put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7ae4df4 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7e1aedf nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd98bfedc nfs_sb_deactive EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb558d80 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc7eb005 nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe17886fa nfs_show_options -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2103db1 nfs_unlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3584bdc nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec999672 nfs_atomic_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed0f25da nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeeaa3344 nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1972cc9 nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5d6f824 nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa38870f nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc2fe2f7 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc750048 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd8697ba nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde4c7958 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe158e218 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a7b1f4 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3aaa90d nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4d3aeb0 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe53c3557 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7111d4f nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe78e0ee4 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca1f127 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefbc9727 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf039f19a nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1081c72 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf16b6386 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf55d6ff9 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf59ce237 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6c5f6c6 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9012171 nfs_revalidate_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd61c21f nfs_generic_pgio EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfdd455e2 nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xe4f57a72 nfs3_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0159e37e nfs4_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x019b0b20 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x0d9d07e6 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x012a233f pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x051b94b8 nfs4_schedule_lease_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0628ffec nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09fbd8e5 pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0da52ca5 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d415821 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13a23226 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15ac2404 pnfs_set_layoutcommit EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19c0a3d6 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16e35cc2 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1aa77bb7 pnfs_put_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2012ab70 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ec9d19a pnfs_read_done_resend_to_mds EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20e3c2e5 pnfs_destroy_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ccc1c46 pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32adb7b7 pnfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x348093c8 nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35f346c2 nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x374f1de1 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a34f1af nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3061d0e7 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x342beb5b nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x392c0619 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x396d7df8 nfs4_find_or_create_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x433b5c3f pnfs_write_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43e3d6bc pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4af39694 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5cc519c2 nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d637b41 nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ea4017f pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4218a4cd nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42c2b928 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4563ded8 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47c4c319 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b847f56 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d9b1219 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a5cfec9 pnfs_write_done_resend_to_mds EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66a43bfa nfs4_mark_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6737c2ea nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6834f874 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x636f4fc4 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x646d743f pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c843e5b pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6d509dfa nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f8ccdff nfs4_set_rw_stateid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70e62959 nfs4_schedule_lease_moved_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x715504e7 pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7581320c pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76d522e6 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75164d7b pnfs_generic_pg_check_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x790e3a4a nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80db75f7 pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x852a5787 nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85644235 nfs_remove_bad_delegation -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8adb10c2 pnfs_layout_mark_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93ef6973 pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9843a006 nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98cba8de nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b208312 pnfs_generic_scan_commit_lists -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2aeb4e4 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d48c0c9 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7db2038f pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82fede94 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8459ae81 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85ec34e3 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86aeb6de nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x87fe13c0 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88e28a40 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ffed956 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9026e393 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x956e677f nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x957a826f pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b517a03 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c29a0a3 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d2b0c3e nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fab5949 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1580ab8 nfs4_schedule_stateid_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4cd3179 pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5d351b7 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8d6bd42 pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad9098eb nfs4_delete_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf8a8a2f nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb47a8ec6 pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9805798 pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbac3b9d4 pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb13c324 pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc10ff5df nfs4_setup_sequence -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9cb2f0f nfs4_pnfs_ds_add -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xccc1c59a pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2b0c15e pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3e03c91 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa336962e pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaec7863a pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0ba1378 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2255f31 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd89562b nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe777d42 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc96576b8 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd688149 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd39fb4da pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd65ccbb0 nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdaed312c nfs4_set_rw_stateid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc515cc8 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdec65af5 pnfs_generic_pg_init_write EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5a1f3af pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe773c355 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeac95e1c nfs4_put_deviceid_node EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xedc74e16 pnfs_layoutcommit_inode EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3c777ed pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf71f425d nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf75046fd nfs4_schedule_session_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8b098ce nfs4_set_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc98d515 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9bc8d57 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfaccf05c nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbe07a2e nfs4_test_session_trunk EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5286a683 locks_start_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xc1066105 locks_in_grace @@ -16320,8 +16321,8 @@ EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x182bb72f lowpan_header_compress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x333cacb6 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x33972971 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xebb0e478 lowpan_header_decompress EXPORT_SYMBOL_GPL net/802/garp 0x190ad434 garp_request_join EXPORT_SYMBOL_GPL net/802/garp 0x2eee39da garp_init_applicant EXPORT_SYMBOL_GPL net/802/garp 0x718cd9d1 garp_uninit_applicant @@ -16352,104 +16353,104 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xac51e2a1 l2cap_add_psm EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc5623428 l2cap_chan_send EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf061f72f l2cap_chan_connect EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x0ad4a55d hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x2c290e06 br_dev_queue_push_xmit -EXPORT_SYMBOL_GPL net/bridge/bridge 0x30bbc5e8 br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x33545739 nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x3e0d6037 br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0x42732c60 br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0x47aca644 br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0x67bc1580 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0x79410c43 br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c17cb8f br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d889cec br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x8f714d85 br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x965ccfa3 br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xa1417a07 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc3ac7694 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0xdf768c17 br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0xe0b78eb1 br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0xf47e65b5 br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xfbb0fcf8 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0ce3a86d br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x191a7980 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x21de54e0 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x287de1cb br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x29d4fecc br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3479c4e4 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3b97e9d1 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x44a1678a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6a720433 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6c9d1918 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x73a0961d br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d4df063 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8cde2cf6 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb67b3ba2 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4e26721 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe398ee75 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe471c6a4 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf556df9b br_multicast_router EXPORT_SYMBOL_GPL net/core/failover 0x2c55d357 failover_slave_unregister EXPORT_SYMBOL_GPL net/core/failover 0x2d5245ac failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0xa4874ce2 failover_register -EXPORT_SYMBOL_GPL net/dccp/dccp 0x02817376 dccp_rcv_established -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b0c6211 dccp_reqsk_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e0ddab0 dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0fe5fa3c inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1306d45f dccp_sync_mss EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c7fafa5 dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2218c406 dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x24eeeab9 dccp_send_sync -EXPORT_SYMBOL_GPL net/dccp/dccp 0x253b201a compat_dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a23d525 dccp_init_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e962d32 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x355b89d0 dccp_parse_options -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a4b9f0b dccp_destroy_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e060311 compat_dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4b6386a1 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20df7ea6 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29d86173 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30f7f05d dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37c43012 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b2b7b7e dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41be8efc dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41d793f1 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x42675acf dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x53f20e65 dccp_reqsk_init EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b8e1f91 dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5e9f7811 dccp_set_state -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f317acf dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp 0x67d717d2 dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d0b88e2 dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x701525ce dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f25fbf0 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x61d43692 dccp_set_state EXPORT_SYMBOL_GPL net/dccp/dccp 0x722630de dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0x77130d22 dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ad46c55 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74e19e3d compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x79a5c171 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7cb379ef dccp_close EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80aa021d dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x823ed57c dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8364380e compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x860a28ae dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x863e19e2 dccp_done EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x949f48fa dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90d07e85 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x952423ba dccp_create_openreq_child EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9cfdd915 dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa17e5518 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9f58bede dccp_reqsk_send_ack EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2624a42 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa7dc5949 dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa3ffe32 dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0xac5f1f71 dccp_insert_option -EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb3cf70c dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2566e62 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa509b298 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xad7c4feb dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7e63043 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbdb03210 dccp_init_sock EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3b6a26c dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2dcf2a0 dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb8e4901 dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5114b91d dccp_v4_connect -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa372f40f dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xaa2d5726 dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd6e1e171 dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf0e19182 dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf381f456 dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x162d1c6d dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1b76cfdf dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2b28f93c dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2b6f2578 call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x35a80256 dsa_port_phylink_mac_link_state -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4ae91ef6 dsa_switch_suspend -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4d182561 dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x522f7133 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd2e657e0 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd86b0654 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9c3aec9 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe157be08 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf02e3ef8 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf7ee9c1f dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8691ecc dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x35a87b76 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3b131396 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4b7a142a dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe4ab70c3 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe9b6f701 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf6b11dfd dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x02c7abdb dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x10b18d91 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2533cd7b dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2a6c2208 call_dsa_notifiers EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x717a28cb dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x768a8de7 dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x779c5629 dsa_tag_drivers_unregister -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77c9ee54 dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7b66de70 dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x90f8b92f dsa_port_phylink_mac_change -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa403a581 dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa9c39ebd dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab657ca5 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1911962 dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc71092c0 dsa_port_get_ethtool_phy_stats -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd77423bb dsa_port_phylink_mac_an_restart -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd97a87df dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x636c012c dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x64a5630f dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72f56121 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d4cba43 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8494872f dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8ee84b4f dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x979d3d4d dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a5562d0 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa9acc3c1 dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf1a9f6e dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb81bad25 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb9bd24fd dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb9363f3 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbbab014f dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe72d5e83 dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf1cf0655 dsa_tag_drivers_register EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0ea234dc dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xff262865 dsa_register_switch EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x65bb45c8 dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x82aae1d0 dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x97a9bac7 dsa_8021q_xmit EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xc6cfb4ff dsa_8021q_xmit -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xedfdefa4 dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xa295c7a2 dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xcbca0a60 dsa_8021q_rx_vid EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x34ae0b92 ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x435cf18d ieee802154_hdr_pull EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload @@ -16460,386 +16461,386 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0x68ad6b58 ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode EXPORT_SYMBOL_GPL net/ife/ife 0xffd34bba ife_decode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1a921839 esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc50e30b5 esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe8ff36fb esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/gre 0xb0dd624f gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0xf417f6e7 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x06f3f781 inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x10cd3069 inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x534b52ad inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc7d78448 inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd15ddc15 inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd576180e inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe09f83a8 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xeadb21c8 inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xef8f6dfd inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xc0611c5e gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x08480e81 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0eff978f ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2130a944 ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x224099b1 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2495e1a8 ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x26d1e357 ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x49e225c3 ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4b4d4389 ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4c1ad19c ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x53265338 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5a891bc7 ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7302d339 ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa7ff140f ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa8b827b9 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc35257ed __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdaf55e80 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x647d0e48 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8299cba3 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x939bdcc9 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x633eb79c gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xdac9dfb0 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0da9f8d4 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1836532a inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2d5b724d inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x302d633a inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x50c53593 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x616fdf68 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8ea07bc0 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x984661a3 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb01dfb09 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xcc2b0bb3 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x176eab9f ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1b418036 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4aa403c5 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x52341461 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6173e1af ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x63eded29 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x671e8ac5 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6a085740 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x84f7e493 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8557d571 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa40fe74c ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb21aec6b ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbb18446f ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcb927ae0 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdbd4ac5c ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf356d681 ip_tunnel_rcv EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x2ece7b66 arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xc8ffa109 ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xb5f7f0ac nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xb8bff764 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x00665f2b nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x40fb11e6 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4c4e16f1 nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa5d619b9 nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb6a6d56f nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x4a2a1d97 nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x236e51a5 nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x67c26453 nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x78a952b3 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x22cb97ac nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x3c25e704 nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x30695083 tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3b74211b tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4680f2df tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x51a7301a tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd39e8c7c tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x274e25e5 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5b969ab8 udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6cea3b87 udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x99dc9246 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb6ec089c setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc749f3ff udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe9d20732 udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xeb1a7f9c udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x43706773 esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x485ab5fe esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x560e61d7 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3b146451 ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9d5da383 ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe038abe0 ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x60c8c466 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x89c0ca05 udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x3e1b9043 ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x57edd917 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xe5781869 nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x58bd568b nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1dbd9404 nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6493c69a nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd7fc40ab nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xeae28925 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xee02a7fe nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xcd4dbcfe nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7735a78b nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x8e25df20 nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xde29f578 nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x39022a4f nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x79f95901 nft_fib6_eval -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x03af5ae2 l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x04c15c1f l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a89aebc l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0c46486f l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x120c50f0 l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x31a67ebb l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x65f836a7 l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6d388fd3 l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7ed9ac1a l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8b2ca453 l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x935213a9 l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x94aa8e7b l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa95139af l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb50718f1 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb5ced18d l2tp_tunnel_get_session -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xddf10f20 l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xec57f171 l2tp_session_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xc12d6324 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x26ce9881 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x5861ba1e nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x250debc4 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3bd7fcd3 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x42f88765 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x61216148 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb4a8566f nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x36b64e47 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x029d3486 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0b4b99e9 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x28b8c6cd nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x012f1879 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbec9a236 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2f9b76df tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x74c7f623 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8cd810c2 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8f272ea4 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9607c165 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x301710f6 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3634fca8 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x38580144 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6e832dd4 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x88618352 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xac71142a udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xce003ad5 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe1b5b0d3 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x57914ed0 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x7d4ccc4c esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xfc142adf esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x22dc8be6 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5247dfb6 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe861ec28 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x370254af udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xab372b7f udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xd95d4477 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x41f9d673 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x9bb0dc93 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x3f4efc1c nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x09f53b86 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6339ad80 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7bb69d61 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x8278f7d3 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x8a8e80e3 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xb1d1ef2e nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4cfd09d1 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x5292d83e nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x589990e8 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb316e809 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xe76f4922 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x09b9faae l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0ac3bc49 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0ee3de64 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57ea56fd l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6a679610 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6b9d1168 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x794a29cc l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x851cc1dd l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90896232 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9142246e l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa403ce16 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc42052f0 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd97640a9 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe223b29d l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeb9d3464 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf224edd5 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xff293a88 l2tp_session_get EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x3bc353af l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x02ebcebf ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x12aa2c46 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x4c779f4b l2tp_nl_register_ops EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2cf64408 ieee80211_iterate_stations_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x40632210 wdev_to_ieee80211_vif -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49f2889c ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4a3b891c ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2ffd79dd ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x332483be ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3ab3e286 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x419ea624 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x499590fa ieee80211_resume_disconnect EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x56a122e4 ieee80211_vif_to_wdev EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f8191c5 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b66c768 ieee80211_remain_on_channel_expired -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9be23f7b ieee80211_find_sta_by_ifaddr -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa3ddb06f ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa68fda9e ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc738d0f6 ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd50aea0b ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe2d81d0d ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfde96ab6 ieee80211_resume_disconnect -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4429750f mpls_dev_mtu -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb3a1b93c mpls_output_possible -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb45bf5e3 nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe40d9fc6 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8c0f35be ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9d5529a9 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaeac41b4 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb42600c3 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb5a71b6c ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb709430d ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbb1b4889 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc29b2b91 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6912c61 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xefa43182 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfa7ec79e ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2dbd7e0c mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x41d5ffe5 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4c980844 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8fbcb662 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x98f4e531 mpls_pkt_too_big EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe8ab78d9 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0dab2bab ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x163d169c ip_set_put_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x318448e7 ip_set_get_ip_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3ad087c2 ip_set_get_ip4_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x40e62712 ip_set_match_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x41ef69bc ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x523e7bbb ip_set_test -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6279609e ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x67691968 ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x696ebf2d ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6b60a384 ip_set_nfnl_put -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6c5e29b4 ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6d8de208 ip_set_put_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f670243 ip_set_type_unregister -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f76195f ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x46550a1f ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x58ad22e6 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x59cfab26 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x774d8cdd ip_set_add EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7d2c9e98 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7b3e8886 ip_set_match_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9a5d6f15 ip_set_get_ip_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa218401a ip_set_get_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xae7398e4 ip_set_nfnl_get_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb878bb3c ip_set_add -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdfee6b07 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xae607ecc ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaf451b32 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc43977d4 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc772b2d9 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc9cb14ff ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd6388240 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe58ba52b ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf00f166a ip_set_get_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x05d2a21c unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x108e1ede register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x186bb4ca ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf236eb26 ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x12e5dc9f nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x177d78d0 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3ee08fc ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf6ee5cf5 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x64211276 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7396f2c7 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x780925d5 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc08f9b85 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x036a8e31 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x31e0fd9d nf_conncount_gc_list EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ff55ad3 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x60f32dc6 nf_conncount_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x801ff8af nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5dda8cb8 nf_conncount_add EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c4cb9c3 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xaa4727a6 nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x032e058c __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04679f8c nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a304d30 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd08f0103 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf00277f6 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x001f64a4 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05601ab0 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0734e3ec nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0830b4b7 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ad55d73 nf_ct_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0de88432 nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1330000b nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x148582dc nf_ct_kill_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16afd7c3 nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ea75149 nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x229c0408 nf_conntrack_helpers_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27439c1f nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c7de488 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d515485 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1021dca0 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12bd77c8 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14442e7d __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x145bef94 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14ee4423 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1dd1f91b nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e6f1ff0 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f317204 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x207047b5 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x212eff62 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21a9a8d3 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x221b3cf5 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2309a233 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2741214e nf_conntrack_helpers_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a460b34 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ec08f55 nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x305a09a1 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32170442 nf_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3632a3ea nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ab4737 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2951f297 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x29a621da nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a2423f4 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a3271f8 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a8b4ce0 nf_ct_seq_adjust EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3852edf6 nf_ct_gre_keymap_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38fddce6 nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a120214 nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bf002e8 nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fb1c3ec nf_ct_helper_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4496fb0b nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x471762dd nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47a25791 nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x492d3470 nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d8abd46 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f23d7ef nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5df0b04b nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x609d9d6a nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61007a23 nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6572b12c __nf_conntrack_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x66655bcd nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x66b50d05 nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6855a183 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x375c83d7 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x381cb789 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bfa8bd5 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c2f7792 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fb280b9 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x459b271f nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4aafc067 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f252d13 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59a0e33a nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a507c8f nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c2d9a00 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ddee768 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6049c3c0 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65b58340 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x66a12895 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67b0dfc9 nf_ct_expect_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bde4dfb nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74ddbf47 nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76606b98 nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77375853 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77f4879a nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7fdc6ca2 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x827daed3 nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x849cde1b nf_ct_destroy_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84f3ea1a nf_ct_gre_keymap_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85a21a47 nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8990e20a nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e696d46 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74c0e403 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7610c913 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aead102 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7be05762 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x851e72ce nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86bbc9b3 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88dfef37 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b87bf17 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d43c65a nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8eed0216 nf_ct_expect_related_report EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8fffb3aa nf_ct_seq_adjust -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ca2597 nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x932a0985 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x937aa2e8 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9467dcc6 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98c9cc2f nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99704c34 nf_ct_helper_expectfn_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e9cae5c nf_ct_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa269ec5d nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5e0131d __nf_ct_try_assign_helper -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6685c98 nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6d6a691 nf_ct_helper_expectfn_find_by_name -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa840dd29 nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaae0b473 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b366e5c __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa30cf93 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaad33f20 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac7ec92f nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacf1873c nf_ct_delete EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4ae5789 nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb50ff03f nf_ct_set_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb58d4bbc nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb597293c nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7b1c494 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc3e70fe nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe2ff4ed nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbbb37cc5 nf_ct_extend_register EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2b298d7 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2587720 nf_ct_helper_ext_add EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7b9e076 nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc83a95f0 nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb206a03 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbe0111b nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdb95a5a nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4d4cb23 nf_conntrack_in EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd53ee3c0 nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd996c72b nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda64ee47 nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdaa67b7a nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb8ba5fc nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd569ae93 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb814f2f nf_ct_timeout_find_get_hook EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe84fdf45 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc83d5d8 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdda310d6 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3c6f009 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe918f1ac __nf_conntrack_confirm EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed2279be nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2f614cd __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed17deab nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed8b4259 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee96317c nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef3013fb nf_conntrack_helper_try_module_get EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4631f0d nf_ct_seqadj_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf52c2d93 nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6ac7147 nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf89dc7ff nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb293fde nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbb4db82 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6c9f1ef nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf758afd5 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7a800cf nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfabb4127 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfacc24a4 nf_ct_unconfirmed_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x3b9bc618 nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xcc4b7ccc nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xb86b760d nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x21e148a8 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x802dd3bd set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x899b2662 nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8d5393a4 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb118cdf7 nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc2e83cd5 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcafb72fd get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf104d2a4 set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfc45e4a2 set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfe80e4ae nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb9f52ae3 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x1da30429 nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xadb3a895 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbb4bf4db nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdcd9e4d2 nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0364c44a ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1483c092 ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x43f267bc ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x610f13f5 ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x816f65dd nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc0a73e12 ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd6adab54 ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x3efc1734 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x62911b68 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x1214167f nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x65f66ffa nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x0864151e nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x00576546 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0365b749 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x40bd4cf8 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x51a7a482 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb96757c5 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcbfbf602 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xecb23b43 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xee48832a nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf10d652d get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf6388733 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xf9245a3f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x71bd4b5e nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x94564499 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe51434f5 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe939181a nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x42d39442 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x869bf191 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8ac63cfd ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9f3d746b ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa1c7c438 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa4e4d98e ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb5386749 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xf1c93d01 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xf1663604 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x2ff83a04 nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xaea7542e nf_dup_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xe88ed442 nf_fwd_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0400d665 nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0fa8b425 flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x12c66965 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x18eb3b48 nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x41dce0a8 nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x80825165 nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8682487c flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa2af38bf nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xad86ca8f nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf3c8f12c flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf5ef5f57 flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfdb3fe62 flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x410b831a nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x7802764b nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe65cae84 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe886fcd4 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xfcbd48c0 nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xff6c285e nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x287009ec nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x35913709 nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x39c24480 nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3b44eeb0 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1605c6a6 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4d058bf4 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4d5036f7 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5a9e131e nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5e2f2933 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x69f0c49e flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x71a7db96 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9803c0e1 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa4da6725 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb60370e0 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb655cfeb nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd8503e2d nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x4b5419a3 nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x511eaee5 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x6240a824 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x8dd34071 nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa78f2878 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xd845823e nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x10bf3a93 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x25aa9d5c nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3769804b nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x376fd712 nf_nat_alloc_null_binding EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x41a3d913 nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x475f4dc1 nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a4f29f0 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x54b30b9a nf_nat_ipv6_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x602e1956 nf_ct_nat_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x63c7ab00 nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x67e92890 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9476e6c7 nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x96a42ad4 nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd3a6fd25 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3ff58894 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x41bf788e nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x46061195 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4825bc91 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x50e2ad70 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x581eac9c nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5fcdfddd nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x65e80e3f nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6b74b75a nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9bf00882 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb1dbb60a nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcee13e28 nf_nat_masquerade_ipv6 EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdc3bdcf9 nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xef6ebf22 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x04e0f42d nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0b1364ac synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x12a5e487 synproxy_send_client_synack_ipv6 EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x33bec06f nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x60621a58 nf_synproxy_ipv4_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8d86c6aa synproxy_recv_client_ack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8e262253 ipv4_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x99d8119d nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9cf01c77 synproxy_recv_client_ack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9f8157a3 ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9ff18000 synproxy_parse_options -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca04cbaa nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x31098087 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x391b37b7 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5bc42326 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7efb6859 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8e52630a nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9e3748be ipv6_synproxy_hook EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd0ef0dc3 synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe40a8e63 synproxy_send_client_synack -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x000f0cbf nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd176b401 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xed578e06 synproxy_parse_options EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04c26b4c nft_chain_validate_hooks EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x094a57f3 nft_dump_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a2e640a nft_register_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x112c9684 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1280bc0b nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x148ea077 nft_chain_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x19def3a7 nft_data_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c4e9b34 nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1f292766 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x253d0199 nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x276f2cc8 nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b6441f6 nft_flowtable_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e946dab nft_set_gc_batch_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46b9a595 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x47a0a9f8 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cda1132 nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d0fb031 nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51edc014 nft_register_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6014498d nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x609cd3a1 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x624e276b __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6593b15b nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6a2f6771 nft_obj_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6f469c38 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x73607902 nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74c121f1 nft_validate_register_store EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7692821f nft_data_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77dbcb69 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7afbeb36 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c4d577e nft_register_expr EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85a113bf nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x93f78d91 nft_set_lookup_global -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9dfbe420 nft_meta_get_dump -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa242b0fe nft_meta_get_init -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaf6d8ff5 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb00c7cfa nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd1c5a7b nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe811175 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf0937b2 nft_unregister_expr EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc48f5c9c nf_tables_destroy_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7b1ac18 nft_register_flowtable_type -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd00a08ef nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4c74db5 nf_tables_bind_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe166ae8e nf_tables_deactivate_set @@ -16856,52 +16857,52 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x3b5f75e7 nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x9fecd12d nfnl_acct_find_get EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xffde406a nfnl_acct_overquota -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x20aa77fa nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x0013a0df nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x8f4dc841 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x45d20015 nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2e90712d nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x38c329fb nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xde4ea410 nft_fib_validate EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe79ef954 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x11982173 nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1f46a4ad nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x399d64d3 nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe356f4ac nft_reject_dump -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe7cebd2f nft_reject_init -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe7eb9a53 nft_reject_validate -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x02002443 xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x136ea150 xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x143518f8 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x09052e8b xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x16e2517c xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1ce1b7d4 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1d912605 xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31f4abef xt_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x335a0fd1 xt_proto_fini -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d1693f8 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3eae30ca xt_check_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x461a98ce xt_register_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x603cb019 xt_request_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6215bcf9 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x25d96764 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40fb2de3 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x50777ca2 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7185bfd1 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x724e7cfc xt_match_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7e46ebce xt_hook_ops_alloc EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x92234c1b xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x834316c6 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98cf45dc xt_table_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa513a805 xt_check_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa756b7f6 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa2be4065 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa40e7dbf xt_proto_fini EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xac5c65fa xt_compat_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb5b9cfa2 xt_compat_target_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb6131d90 xt_compat_match_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9ee9f50 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb3e48b82 xt_compat_target_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc655b629 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc027b8a0 xt_check_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd7230e7 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdbb27419 xt_target_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe1b3c14f xt_request_find_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xefe8e6aa xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe421b948 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe98366b5 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe9b10134 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfafa66e9 xt_compat_target_from_user EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x57b0eb56 xt_rateest_put EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x97b76397 xt_rateest_lookup EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x47c7020c nci_spi_send @@ -16912,337 +16913,337 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x8d69f933 nci_uart_register EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf54c7296 nci_uart_set_config EXPORT_SYMBOL_GPL net/nsh/nsh 0xa82d7204 nsh_push EXPORT_SYMBOL_GPL net/nsh/nsh 0xe0ae63ca nsh_pop -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3acfb7f7 ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x483082ee __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x53ef4b33 ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x57744fcc ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6643f2f1 ovs_vport_free -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6aa24ec4 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2da0b9fd ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x75fbdb73 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9398f740 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc7457208 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf369cc13 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xfe15ffe5 ovs_vport_free EXPORT_SYMBOL_GPL net/psample/psample 0x30cae164 psample_group_put EXPORT_SYMBOL_GPL net/psample/psample 0x5143be70 psample_group_take EXPORT_SYMBOL_GPL net/psample/psample 0x54f44cfc psample_sample_packet EXPORT_SYMBOL_GPL net/psample/psample 0x9079ef8d psample_group_get EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x08cc5947 rds_trans_register -EXPORT_SYMBOL_GPL net/rds/rds 0x08e5eb5a rds_conn_create_outgoing -EXPORT_SYMBOL_GPL net/rds/rds 0x10b23bcc rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x21c1638e rds_recv_incoming -EXPORT_SYMBOL_GPL net/rds/rds 0x2a1e3c43 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x02eabcc1 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x03adf64a rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x25a6417f rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x29161e0d rds_conn_path_connect_if_down EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x43e2e84f rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x3d2bc523 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x3ecaa67e rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x3f7518e5 rds_inc_put EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x4efa9204 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x517ce305 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x51a6d306 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x558b69f8 rds_connect_path_complete EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x61cd1deb rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x75db91a5 rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0x77e17f93 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x5f5b303a rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x683e860b rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x6eff5c3a rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x714acc29 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x7965c1ae rds_message_unmapped EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0x7bc2407d rds_conn_create -EXPORT_SYMBOL_GPL net/rds/rds 0x7be06f69 rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x8031f23a rds_message_unmapped -EXPORT_SYMBOL_GPL net/rds/rds 0x84b69397 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x81235223 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x81887231 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x84a81263 rds_message_put EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0x888a6ec4 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x896618ce rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x8a6af599 rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0x8ae0fdae rds_conn_drop -EXPORT_SYMBOL_GPL net/rds/rds 0x912f70fb rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0xa5a6824e rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xb3f58fa0 rds_send_path_reset -EXPORT_SYMBOL_GPL net/rds/rds 0xc0a92c3e rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x9c10edd2 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xabb58e11 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xac35b71e rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xba7b38a9 rds_send_drop_acked EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xc4623caf rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0xc94d6430 rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0xd8229e82 rds_send_xmit -EXPORT_SYMBOL_GPL net/rds/rds 0xdb97b023 rds_inc_put -EXPORT_SYMBOL_GPL net/rds/rds 0xdf47572b rds_rdma_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xe4179d2e rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc902eaa1 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xce126226 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdc92419c rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xe221b19c rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xec26ba00 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf77b7383 rds_for_each_conn_info EXPORT_SYMBOL_GPL net/rds/rds 0xfd22dd56 rds_cong_map_updated EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x0791ff17 sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0x53c392bd sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/sctp/sctp 0x877af317 sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0xc711ea4c sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/smc/smc 0x0e145f3b smc_unhash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x18dc9c84 smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x1e6e2948 smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x47497b4a smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0x52db9f0e smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x5c524274 smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0x93f4e95a smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xcfb4c48b smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0xdfef95ee smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xf5efd761 smc_proto +EXPORT_SYMBOL_GPL net/sctp/sctp 0x01537f5c sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x16dbdaee sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x858a523b sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x915716aa sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x008c3e78 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x0debdf46 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x13c11ee5 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x6a4675e8 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x71e5e77b smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x86d295d6 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x8ff41379 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xbbe6494c smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xf46b59c4 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xfb512ad5 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x17a23730 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x180b5c05 svcauth_gss_flavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3ddbd79e svcauth_gss_flavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x41aace06 gss_mech_register -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x42a265e7 gss_mech_unregister EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x50d4c445 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x908f445c svcauth_gss_register_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00cbfbc4 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xfcaa60b4 gss_mech_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01eb1e59 sunrpc_cache_pipe_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04c8b403 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02301baa rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a8fe4b rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0364dfe9 xprt_wait_for_reply_request_def EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06002f9f svc_xprt_enqueue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06bbedc3 cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0763ba15 xdr_read_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x078be45e xdr_terminate_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0847fb1b svc_addsock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x085f856f svc_create_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x090d1d62 rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0999e5b6 rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ba667b2 xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c1530a4 rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ce814d9 xdr_init_decode_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dc1139e rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ddf7489 rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0de809b0 svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f576762 xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f7de399 svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1060f11e unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x109d2408 rpc_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11863981 rpc_wake_up_queued_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c85f61 rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13e6b22f rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16868c98 svc_unreg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1714d354 xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x175d2a06 xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a2acc2e rpc_clnt_xprt_switch_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dd136bb rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x083c606f rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f49a3ee rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x112366aa rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13b38f6d rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13db4b4c rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13ebb1da xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1654bc8f xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19815e88 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a57b1af auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a69f8e1 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b2ccb68 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c4c3024 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c562491 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ca044a3 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf2786b rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dfc3d02 svc_rqst_free EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ec78fdd xdr_init_decode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202cb7de cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208bd586 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20f5135f xdr_init_decode_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x210673de cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2241c9ab xdr_stream_decode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2278dfa0 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23a859cc xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x273a95f9 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x278f904f svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27ff7029 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2556d676 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2584133e xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2619abfa unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x265f0d05 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x279f971c rpc_prepare_reply_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29ab74d9 svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ac8567e xdr_write_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ad30ff8 rpc_alloc_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b986291 xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c166951 svc_seq_show -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d45d679 svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d8ab150 svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2de6a800 xprt_register_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ef4c747 svc_alien_sock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x304e2e6a xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31384e9d rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319dea1c xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c2b8ef6 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e21506f xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f0f0672 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x318d9eeb rpc_exit EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32e9042e svc_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x340272a0 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33ab3432 xprt_alloc EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3526ce59 svc_encode_read_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37838705 sunrpc_init_cache_detail EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37c90cb0 xprt_setup_backchannel EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a05d1be rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a8f48ef xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38e2fe50 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x397b08fc svc_destroy EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ace8bd5 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b037140 xprt_unregister_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b54173f svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3af2065f xdr_init_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c30fd4a cache_destroy_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cd36e41 _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3eec3232 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e2011da xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e722205 xprt_alloc_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4098968a rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43560953 svc_rpcbind_set_version -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x441c5f35 rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x450bbbcd rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c59a7e rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x423dc073 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4278b196 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42af9208 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44e85835 svc_addsock EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x493bebdb svc_destroy -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4965794f xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49ffecb0 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46d2fe5b xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46e3e28c rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x475e3071 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49699d7d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d0d6cf xprt_wait_for_reply_request_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b6bffb3 xdr_decode_array2 EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bdd96a9 sunrpc_cache_update -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cd4a4b3 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d001fcc svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d0fefdc xdr_decode_word EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e98b3dc xdr_set_scratch_buffer -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50065db7 xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x503506ed rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5138d026 rpc_init_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51bf9cac svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f31b7e0 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5119f90d svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51d185df rpc_proc_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x553c48cc rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55913f9d xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x546c4130 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x559c6ab5 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56068694 rpc_num_bc_slots EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56861042 cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56a88ac2 rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57ab6a6f rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57aefb4a svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5818bbe5 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59c99739 rpc_clnt_xprt_switch_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d80fb05 svc_rpcb_setup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5db3e7c9 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5adc5054 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8f0927 xdr_buf_from_iov EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e3cf04c cache_unregister_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61b98fc8 svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61fe21db xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x623cd3f3 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6033cdbd xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x608190f3 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60c6a678 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61ff0df4 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63343441 svc_reserve EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63d4333b cache_seq_start_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64990d64 rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64d78c2f rpcauth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6583f133 svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x660cc8be svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66b1e93a xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64b63d5d svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65a5fb49 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6635e657 xdr_write_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67acc47d rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e962bb xdr_init_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a7ed466 rpc_clone_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a966d6a xdr_inline_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ad332c4 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68fd0079 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b32835c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7d54ad svc_proc_register EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bcb854c sunrpc_cache_unregister_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e387c9d svcauth_unix_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eb600de rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f18b989 xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f3b8c1a rpc_queue_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7066904b bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b67204 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c167f63 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c8f8404 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d427f1f rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f03b2a8 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x704484ed xdr_buf_read_mic EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x726d23cf svc_print_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72bd43e3 rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73bc22ae svc_fill_write_vector -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75c19e46 xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76b7a079 rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7be92dea write_bytes_to_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bed846a svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d77bbe8 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72438f29 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7244911f rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x733ed6c3 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7466c94f xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75144c01 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a3875e3 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bc9f302 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ccb86bf svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d6e5698 rpc_release_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80347b3b svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x803e1b19 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7df19546 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1d1c09 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f3cde67 svc_xprt_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fc3f0e rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fcd200 svc_prepare_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81333120 xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x833c6ce2 svc_generic_rpcbind_set -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8467b24d rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8702c2ce xprt_release_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8718bace rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x820b8e43 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82157e8f svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82fbe076 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ffd5cd svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83d7c1b2 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84b861e7 svc_xprt_copy_addrs EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x872db742 cache_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a4a6a30 auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ae29d87 svc_authenticate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bea1537 rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d8981f6 rpc_clnt_swap_deactivate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f15990e auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f415342 rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff0e5ca rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91a13c89 svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9354dc05 rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93657727 rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x946c4cad rpc_sleep_on -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95c8b245 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x889a3c16 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8acee354 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b9f4045 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c390372 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8db111e2 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fb5b8d7 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90114468 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x907cebe4 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x914d9126 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x920d9406 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x926ee260 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9328bb0d xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x938769b9 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x938ee43b svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x954d41ec rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95d280a8 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9604d173 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9623e676 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x963b3659 auth_domain_find EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x975c6a72 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97c6d82a svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x985c819e rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99324580 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9981f28a svc_return_autherr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a83cf44 svc_create_pooled -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d83e6b3 xprt_release_rqst_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dd41e61 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a7b3741 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b32662b xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c37662f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d43f113 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9de830af xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa039693c rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0fdfd29 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa126b5e2 xprt_reconnect_delay EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2cf391f rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2e1ddf2 rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa47d1256 xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b73d6e svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6d00171 xprt_reserve_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa743c783 put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa977b85f rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab05aadc svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa183832e rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1f9951d rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2c9f721 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4b8acbe xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4ff5006 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5913486 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa97e4255 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa039c5f svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab4caaba xdr_shift_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaefba57b rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae5a7758 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae6bc5b0 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae6f7468 rpc_add_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb044f1bf rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb252c025 svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb300daa2 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafea02be xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb091245f rpc_call_null EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4388f2a svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4768eb7 rpc_run_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4fa1051 cache_check EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb659f915 rpc_peeraddr2str -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb710d2f1 xdr_decode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc04f3d0 rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc599810 rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd3754a4 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb578207a rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb58220c0 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8c53aad rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9fb2905 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcbf3f6b rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdc0ba5c rpc_clnt_swap_activate EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbff8f747 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbff12785 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbff62df7 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc015c4d9 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0793069 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc08be812 xprt_pin_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc13c0a21 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc23aa147 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc290bdb7 xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc76c1363 rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc86cf098 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc57337b0 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6d90071 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8be2edc svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8d790d4 rpc_call_async EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d6c0ca xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca66ffcc rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcaf2636f rpc_init_pipe_dir_head -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc7e338b rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce38ac3d rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9072e36 svc_bind EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce9a3485 rpc_task_release_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfa4477f xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfa53351 svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd170b000 xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2386169 rpc_clnt_xprt_switch_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd25fd256 rpc_pton -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2c0b2b3 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd64716e3 rpcb_getport_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7c23f7d svc_generic_init_request -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd810139d xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8344433 xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86ced8d __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc21b15f svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf001b7f svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0611f62 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0cc6863 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1ad9c0a rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f36d70 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48b870b xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4ebdd17 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7d82484 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda2643c7 xdr_enter_page EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2532a4 sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd866811 rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd8e5b16 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf24639f read_bytes_from_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfdabbef rpcauth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe31c7938 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe332e0b9 rpc_call_null -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe39c9e8f svcauth_unix_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3cd5f56 rpc_max_bc_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3da8b87 svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4920a05 rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe53e0205 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc697854 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde9ac95c rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0047652 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe10482c7 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1303ac9 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe170b830 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe32d14f3 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3d03aa2 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe403d106 rpc_unlink EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe55a000c sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe58f099c rpcauth_init_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe748b3f6 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5c65dfe rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8634bc9 xprt_reserve_xprt_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8d9573b xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe91d5c3d rpcauth_init_cred EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9816602 xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9b4ff25 xprt_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea01ef88 svc_age_temp_xprts_now -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebbf588e svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebcb8318 rpc_remove_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec1add42 rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf19159 rpc_localaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf81243 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4e329c svc_exit_thread EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed623ac2 sunrpc_cache_unhash EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf26e6c62 svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2864668 xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f6c007 rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f869dd xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3c1221e rpc_call_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf70bb3ac xprt_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a4dc32 svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7b2609d svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8c476ad xprt_release_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9377588 rpc_add_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf93d879c rpc_task_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9525bfc svc_drop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9895f83 rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfafed071 gssd_running -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbe9c0bc xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd041547 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf14e7514 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf170c334 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf191d29a rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf33d8ea9 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3430b22 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf38e568e svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3a811e5 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4a8a957 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5b82120 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6611846 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf662e4ad svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7106ca2 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf90eac77 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa0daf4d rpc_put_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd9f0833 csum_partial_copy_to_xdr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdc1cafc svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe0b1e02 xprt_force_disconnect -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff7513f8 rpc_prepare_reply_pages -EXPORT_SYMBOL_GPL net/tls/tls 0x9c26acbc tls_encrypt_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xf79cf1ed tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdbde0de rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff5785c9 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffb0e456 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/tls/tls 0x3e4930b7 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xdda5e806 tls_validate_xmit_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0a391679 virtio_transport_destruct EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0ff69bb0 virtio_transport_stream_rcvhiwat @@ -17351,10 +17352,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x97bedfc3 ipcomp_init_state -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xbe9ac015 ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe7d76d48 ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe9d26c31 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1cda851c ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6b7ac72f ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x97528a06 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xaafefdce ipcomp_init_state EXPORT_SYMBOL_GPL sound/ac97_bus 0x438586f7 snd_ac97_reset EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock @@ -17542,7 +17543,7 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1740800 snd_hdac_channel_allocation EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf86ad046 snd_hdac_device_unregister EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8f98ade snd_hdac_stream_stop EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfe3603cd snd_hdac_bus_reset_link -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x1faec594 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2cb6cf21 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x735604dd intel_nhlt_free EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x9d92152d intel_nhlt_init EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xbf48cd12 intel_nhlt_get_dmic_geo @@ -17739,6 +17740,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x83544df6 hdac_hdmi_jack_ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x95b63abd hdac_hdmi_jack_port_init EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0x547987f9 hdmi_codec_set_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x912c2e6a max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x52a181f5 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x75555f5c mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc7e3048b mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe5e50cc8 mt6358_set_mtkaif_calibration_phase EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xca7b6565 nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xc1105030 nau8825_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa7d250bd pcm1789_common_init @@ -18117,7 +18122,6 @@ EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfecc6b2b line6_resume EXPORT_SYMBOL_GPL vmlinux 0x00055d63 fat_scan EXPORT_SYMBOL_GPL vmlinux 0x000de88b get_device_system_crosststamp EXPORT_SYMBOL_GPL vmlinux 0x000e2c03 extcon_set_state_sync -EXPORT_SYMBOL_GPL vmlinux 0x0023d2cb skb_morph EXPORT_SYMBOL_GPL vmlinux 0x00243649 fs_kobj EXPORT_SYMBOL_GPL vmlinux 0x00255954 fwnode_create_software_node EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices @@ -18126,7 +18130,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x00531a17 xen_xlate_map_ballooned_pages EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem EXPORT_SYMBOL_GPL vmlinux 0x005e7664 ata_bmdma32_port_ops EXPORT_SYMBOL_GPL vmlinux 0x00688765 perf_aux_output_begin -EXPORT_SYMBOL_GPL vmlinux 0x007c917e rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x007af81a acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc EXPORT_SYMBOL_GPL vmlinux 0x008656c1 find_vpid EXPORT_SYMBOL_GPL vmlinux 0x0090f0a7 regulator_register_notifier @@ -18140,13 +18144,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x00e9ec95 bpf_prog_free EXPORT_SYMBOL_GPL vmlinux 0x00ef1257 vfs_setxattr EXPORT_SYMBOL_GPL vmlinux 0x00fa144a pwm_free EXPORT_SYMBOL_GPL vmlinux 0x00fe264c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00fe6799 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x010d499b cec_notifier_conn_register EXPORT_SYMBOL_GPL vmlinux 0x010e34ae trace_array_destroy EXPORT_SYMBOL_GPL vmlinux 0x011f4679 mm_account_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0x011ff975 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x01293434 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop EXPORT_SYMBOL_GPL vmlinux 0x01442dfd spi_get_next_queued_message -EXPORT_SYMBOL_GPL vmlinux 0x014ea19e skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x014699ef devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x015d319c platform_device_register EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp EXPORT_SYMBOL_GPL vmlinux 0x0160daba nvmem_device_cell_write @@ -18167,10 +18173,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x01d3db5a dev_pm_opp_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x01eb2c47 virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f1cc85 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x0205b0cd gnttab_unmap_refs EXPORT_SYMBOL_GPL vmlinux 0x02073ab4 tpm1_getcap EXPORT_SYMBOL_GPL vmlinux 0x02073b76 acpi_register_gsi EXPORT_SYMBOL_GPL vmlinux 0x02094206 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x0226e01c ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x023de500 clk_hw_rate_is_protected EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region EXPORT_SYMBOL_GPL vmlinux 0x02600773 debugfs_remove @@ -18185,8 +18193,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x028becf0 device_pm_wait_for_dev EXPORT_SYMBOL_GPL vmlinux 0x028cd36d pstore_register EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister EXPORT_SYMBOL_GPL vmlinux 0x029715eb xenbus_free_evtchn -EXPORT_SYMBOL_GPL vmlinux 0x02a1afee dst_cache_get -EXPORT_SYMBOL_GPL vmlinux 0x02d7ddf0 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x02a1e803 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x02af5a80 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x02e114cc sdio_claim_host EXPORT_SYMBOL_GPL vmlinux 0x03032a87 fwnode_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup @@ -18201,16 +18209,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list EXPORT_SYMBOL_GPL vmlinux 0x034e70c1 event_triggers_call EXPORT_SYMBOL_GPL vmlinux 0x0368aa31 pm_runtime_set_memalloc_noio EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x03896d27 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0376f1f0 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe EXPORT_SYMBOL_GPL vmlinux 0x03a6cc2c transport_add_device EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create EXPORT_SYMBOL_GPL vmlinux 0x03b59def crypto_grab_aead EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03e69144 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x03ea6833 regmap_noinc_read EXPORT_SYMBOL_GPL vmlinux 0x03f30d1a rdev_clear_badblocks -EXPORT_SYMBOL_GPL vmlinux 0x03f35db1 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x03f911c9 gpiod_export EXPORT_SYMBOL_GPL vmlinux 0x03fad3b4 rio_mport_get_efb EXPORT_SYMBOL_GPL vmlinux 0x03fd0386 regulator_desc_list_voltage_linear_range @@ -18225,17 +18233,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x041f3c3d __flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0x04249a74 pm_clk_destroy EXPORT_SYMBOL_GPL vmlinux 0x04250064 bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x044683d5 acpi_pci_check_ejectable EXPORT_SYMBOL_GPL vmlinux 0x045299df __inode_attach_wb EXPORT_SYMBOL_GPL vmlinux 0x0458939d ata_bmdma_dumb_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04741991 ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x04773a2d trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x047fd028 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk EXPORT_SYMBOL_GPL vmlinux 0x049921f6 led_set_brightness_sync EXPORT_SYMBOL_GPL vmlinux 0x049929c0 hv_stimer_free +EXPORT_SYMBOL_GPL vmlinux 0x049ab096 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe -EXPORT_SYMBOL_GPL vmlinux 0x04edfc65 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x04e1720b ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x04f59944 scsi_queue_work EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x051ca939 ata_bmdma_irq_clear @@ -18245,11 +18258,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x0556f3f2 serial8250_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x05577547 devm_regulator_put EXPORT_SYMBOL_GPL vmlinux 0x05628055 fuse_free_conn -EXPORT_SYMBOL_GPL vmlinux 0x058061c7 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources EXPORT_SYMBOL_GPL vmlinux 0x059bf330 is_nvdimm_sync EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x05a7d9c9 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x05c94eb0 iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x05dd4cc6 acpi_subsys_prepare EXPORT_SYMBOL_GPL vmlinux 0x05e67ff3 decrypt_blob @@ -18260,7 +18273,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0x0633886b blk_update_request EXPORT_SYMBOL_GPL vmlinux 0x063c87bc iommu_map EXPORT_SYMBOL_GPL vmlinux 0x0645eb1a gpiod_get_array_value_cansleep -EXPORT_SYMBOL_GPL vmlinux 0x064c54ea ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry EXPORT_SYMBOL_GPL vmlinux 0x065fc4cb mmu_notifier_get_locked EXPORT_SYMBOL_GPL vmlinux 0x06664fad get_task_pid @@ -18276,8 +18288,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x06afca38 shash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x06b0dcb3 devm_kstrdup_const EXPORT_SYMBOL_GPL vmlinux 0x06ca12dc led_classdev_resume EXPORT_SYMBOL_GPL vmlinux 0x06d5399b fwnode_graph_get_remote_node -EXPORT_SYMBOL_GPL vmlinux 0x06e8ce47 sk_msg_clone -EXPORT_SYMBOL_GPL vmlinux 0x06f48251 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x07164faa usb_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0x0717801b nvdimm_setup_pfn EXPORT_SYMBOL_GPL vmlinux 0x071b5215 __rio_local_write_config_32 @@ -18287,12 +18297,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x072821db desc_to_gpio EXPORT_SYMBOL_GPL vmlinux 0x072cd39c vfs_getxattr_alloc EXPORT_SYMBOL_GPL vmlinux 0x072dbaa7 __srcu_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x072e9894 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x07407260 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x0741d140 sdio_readb EXPORT_SYMBOL_GPL vmlinux 0x074c13bc acpi_dev_get_property EXPORT_SYMBOL_GPL vmlinux 0x0750c485 __devm_create_dev_dax EXPORT_SYMBOL_GPL vmlinux 0x07646cee ata_tf_to_fis -EXPORT_SYMBOL_GPL vmlinux 0x07688699 ipv6_opt_accepted -EXPORT_SYMBOL_GPL vmlinux 0x076de9a8 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x0794a104 irq_domain_alloc_irqs_parent EXPORT_SYMBOL_GPL vmlinux 0x079d3b95 blk_mq_quiesce_queue EXPORT_SYMBOL_GPL vmlinux 0x07a3a1f3 bpf_prog_sub @@ -18303,7 +18312,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg EXPORT_SYMBOL_GPL vmlinux 0x07c23703 hrtimer_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x07d07f32 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x07d2469c pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x07d3056d crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x07df57e6 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x07e29638 cpufreq_generic_init EXPORT_SYMBOL_GPL vmlinux 0x07edeba7 hv_free_hyperv_page EXPORT_SYMBOL_GPL vmlinux 0x08023e43 rio_set_port_lockout @@ -18312,16 +18323,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x08151356 devm_pwm_put EXPORT_SYMBOL_GPL vmlinux 0x08240323 get_dcookie EXPORT_SYMBOL_GPL vmlinux 0x0828902a thermal_zone_bind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0x0828d609 mc146818_get_time -EXPORT_SYMBOL_GPL vmlinux 0x08545269 xen_register_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x085a7802 perf_event_read_value -EXPORT_SYMBOL_GPL vmlinux 0x08627448 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x08651fb8 usb_alloc_streams EXPORT_SYMBOL_GPL vmlinux 0x086f2f1e crypto_unregister_kpp EXPORT_SYMBOL_GPL vmlinux 0x087e3f01 gpiochip_add_data_with_key EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match EXPORT_SYMBOL_GPL vmlinux 0x08851c5f irq_domain_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0x08931182 cpufreq_dbs_governor_exit -EXPORT_SYMBOL_GPL vmlinux 0x0896aa2a skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x089805f6 acpi_dev_add_driver_gpios EXPORT_SYMBOL_GPL vmlinux 0x089ca9dd public_key_subtype EXPORT_SYMBOL_GPL vmlinux 0x08a5cab6 tracing_snapshot_cond_disable @@ -18336,13 +18344,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key -EXPORT_SYMBOL_GPL vmlinux 0x09372af4 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x093ea4f0 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu EXPORT_SYMBOL_GPL vmlinux 0x094ccb38 wm831x_device_shutdown -EXPORT_SYMBOL_GPL vmlinux 0x095407e0 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base EXPORT_SYMBOL_GPL vmlinux 0x096b2418 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x097bd920 devlink_flash_update_end_notify +EXPORT_SYMBOL_GPL vmlinux 0x0980c9fd sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x098c8179 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x098e186f bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0x09922d81 pm_schedule_suspend EXPORT_SYMBOL_GPL vmlinux 0x0999fd0d crypto_stats_rng_generate EXPORT_SYMBOL_GPL vmlinux 0x09aa879d bus_remove_file @@ -18353,15 +18363,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x09fab2c9 regmap_get_val_bytes EXPORT_SYMBOL_GPL vmlinux 0x0a09d841 serial8250_em485_init EXPORT_SYMBOL_GPL vmlinux 0x0a0c9d45 inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0x0a32b472 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x0a332f77 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x0a3702de phy_resolve_aneg_pause -EXPORT_SYMBOL_GPL vmlinux 0x0a3e2ff5 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send -EXPORT_SYMBOL_GPL vmlinux 0x0a804161 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x0a81aae7 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x0a8499ff dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x0a91bfcc devm_regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0x0a936085 cpuidle_register_device -EXPORT_SYMBOL_GPL vmlinux 0x0a95ff6e ipv6_find_tlv -EXPORT_SYMBOL_GPL vmlinux 0x0aabe801 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0x0aad46da sysfs_break_active_protection EXPORT_SYMBOL_GPL vmlinux 0x0acbbd39 tpm1_do_selftest EXPORT_SYMBOL_GPL vmlinux 0x0acd12df platform_get_irq_byname_optional @@ -18370,8 +18379,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x0ad0e938 dev_pm_qos_add_ancestor_request EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address EXPORT_SYMBOL_GPL vmlinux 0x0ad67dc0 dio_end_io EXPORT_SYMBOL_GPL vmlinux 0x0ae7d44b pm_clk_create -EXPORT_SYMBOL_GPL vmlinux 0x0ae90d23 fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x0aec4d50 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x0aec682a dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct EXPORT_SYMBOL_GPL vmlinux 0x0b0b5320 cpuidle_get_cpu_driver EXPORT_SYMBOL_GPL vmlinux 0x0b109ed4 devm_irq_setup_generic_chip @@ -18379,21 +18388,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b1a658c crypto_stats_decompress EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put -EXPORT_SYMBOL_GPL vmlinux 0x0b52abc4 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x0b52af42 dma_buf_vmap EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add EXPORT_SYMBOL_GPL vmlinux 0x0b632cbe phy_pm_runtime_put EXPORT_SYMBOL_GPL vmlinux 0x0b729247 percpu_down_write EXPORT_SYMBOL_GPL vmlinux 0x0b8693bc i2c_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x0b883788 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x0ba2d2e9 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x0ba3fc78 rt_mutex_unlock EXPORT_SYMBOL_GPL vmlinux 0x0ba426d6 __module_text_address -EXPORT_SYMBOL_GPL vmlinux 0x0ba76fc1 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x0bcb1c51 led_sysfs_disable EXPORT_SYMBOL_GPL vmlinux 0x0bcb8ff2 set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0x0bd6b0af acpi_subsys_freeze -EXPORT_SYMBOL_GPL vmlinux 0x0be4417c skb_gso_validate_mac_len -EXPORT_SYMBOL_GPL vmlinux 0x0be81081 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0be3ce61 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x0beab37f driver_find_device EXPORT_SYMBOL_GPL vmlinux 0x0bf0d5a1 dm_bio_get_target_bio_nr EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu @@ -18420,17 +18427,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x0cd28d3a crypto_init_spawn2 EXPORT_SYMBOL_GPL vmlinux 0x0cde3c4c thermal_notify_framework EXPORT_SYMBOL_GPL vmlinux 0x0ce04021 serial8250_do_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0x0ce3091d perf_pmu_register -EXPORT_SYMBOL_GPL vmlinux 0x0cfbf47a ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x0ce8ae54 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x0ced5e72 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0x0d049ced blkg_conf_prep EXPORT_SYMBOL_GPL vmlinux 0x0d116ad0 __sbitmap_queue_get EXPORT_SYMBOL_GPL vmlinux 0x0d1e6acb vfio_external_group_match_file EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create EXPORT_SYMBOL_GPL vmlinux 0x0d301317 virtqueue_get_vring_size EXPORT_SYMBOL_GPL vmlinux 0x0d3b0b2b cpufreq_register_governor -EXPORT_SYMBOL_GPL vmlinux 0x0d3b8f98 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open EXPORT_SYMBOL_GPL vmlinux 0x0d8754ee bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x0d8f52a9 devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x0d906a93 iomap_zero_range EXPORT_SYMBOL_GPL vmlinux 0x0da375fe regmap_noinc_write EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod @@ -18441,7 +18449,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0de5748c devm_free_pages EXPORT_SYMBOL_GPL vmlinux 0x0dea1b7e pci_epc_get_first_free_bar EXPORT_SYMBOL_GPL vmlinux 0x0deb0ca3 crypto_stats_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels -EXPORT_SYMBOL_GPL vmlinux 0x0e029c9c skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release EXPORT_SYMBOL_GPL vmlinux 0x0e14985c gpiochip_line_is_irq EXPORT_SYMBOL_GPL vmlinux 0x0e45d60d usb_autopm_put_interface @@ -18454,44 +18461,36 @@ EXPORT_SYMBOL_GPL vmlinux 0x0e6bba31 kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x0e8f68d9 thermal_zone_get_slope EXPORT_SYMBOL_GPL vmlinux 0x0e9061e4 dma_request_chan EXPORT_SYMBOL_GPL vmlinux 0x0e911252 dma_resv_test_signaled_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0e9681c3 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x0e9b427f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0ea2a5e3 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi EXPORT_SYMBOL_GPL vmlinux 0x0eb39710 fscrypt_get_symlink -EXPORT_SYMBOL_GPL vmlinux 0x0eb6b845 ping_common_sendmsg -EXPORT_SYMBOL_GPL vmlinux 0x0eb9bba3 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x0ec0542d device_set_wakeup_enable EXPORT_SYMBOL_GPL vmlinux 0x0ee4dbcc devm_regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0x0ee87e1d sysfs_remove_groups -EXPORT_SYMBOL_GPL vmlinux 0x0ef027df devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x0ef46271 cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0x0efa318d blk_mq_update_nr_hw_queues EXPORT_SYMBOL_GPL vmlinux 0x0f0a5508 fwnode_get_next_available_child_node EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused -EXPORT_SYMBOL_GPL vmlinux 0x0f1a3d72 tcp_enter_memory_pressure -EXPORT_SYMBOL_GPL vmlinux 0x0f1d6b43 pci_assign_unassigned_bridge_resources -EXPORT_SYMBOL_GPL vmlinux 0x0f29fb70 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain EXPORT_SYMBOL_GPL vmlinux 0x0f318ce7 device_remove_groups -EXPORT_SYMBOL_GPL vmlinux 0x0f3c4928 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x0f4e8a99 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0x0f4f1267 scsi_target_unblock -EXPORT_SYMBOL_GPL vmlinux 0x0f71c0ff devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f827906 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x0f896dd3 virtio_device_restore -EXPORT_SYMBOL_GPL vmlinux 0x0f93408e udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x0fa72534 rio_release_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0x0fb6090b devfreq_get_devfreq_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fcb03e3 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi EXPORT_SYMBOL_GPL vmlinux 0x0fdf846a cgroup_attach_task_all EXPORT_SYMBOL_GPL vmlinux 0x0fe7617c __tracepoint_suspend_resume -EXPORT_SYMBOL_GPL vmlinux 0x0feaa3bc ping_unhash -EXPORT_SYMBOL_GPL vmlinux 0x0feb4bcf ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x0ff44fd7 wakeup_source_destroy EXPORT_SYMBOL_GPL vmlinux 0x0ff62df6 show_class_attr_string -EXPORT_SYMBOL_GPL vmlinux 0x0ffd0507 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on -EXPORT_SYMBOL_GPL vmlinux 0x102abeca rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x10322a10 scsi_get_vpd_page EXPORT_SYMBOL_GPL vmlinux 0x1032cbcc devm_regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names @@ -18500,24 +18499,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x10492b64 pci_epc_clear_bar EXPORT_SYMBOL_GPL vmlinux 0x104f8e74 security_inode_permission EXPORT_SYMBOL_GPL vmlinux 0x1059b4be virtqueue_notify EXPORT_SYMBOL_GPL vmlinux 0x105e3343 usb_hub_clear_tt_buffer -EXPORT_SYMBOL_GPL vmlinux 0x106378e1 sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x1077143b pci_epc_mem_alloc_addr EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf EXPORT_SYMBOL_GPL vmlinux 0x109bc724 spi_split_transfers_maxsize -EXPORT_SYMBOL_GPL vmlinux 0x10b32b47 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0x10cad1f8 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x10ce1aad __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x10d58759 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x10d63942 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x10dd4ba3 usb_find_interface EXPORT_SYMBOL_GPL vmlinux 0x10e89826 hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable EXPORT_SYMBOL_GPL vmlinux 0x10fba139 netlink_remove_tap -EXPORT_SYMBOL_GPL vmlinux 0x10fff9a1 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer EXPORT_SYMBOL_GPL vmlinux 0x110c721a regulator_count_voltages EXPORT_SYMBOL_GPL vmlinux 0x1115c9ab crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0x111c99ad relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0x112306d2 clk_hw_register_fixed_rate_with_accuracy -EXPORT_SYMBOL_GPL vmlinux 0x11523f9d pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x11618514 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x116e9637 arizona_clk32k_disable EXPORT_SYMBOL_GPL vmlinux 0x1172d487 rhashtable_insert_slow EXPORT_SYMBOL_GPL vmlinux 0x1185c249 arch_apei_report_mem_error @@ -18525,6 +18523,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x118f2f01 regmap_mmio_attach_clk EXPORT_SYMBOL_GPL vmlinux 0x1199224d ehci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x11c2e017 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x11d4312a __xenbus_register_backend EXPORT_SYMBOL_GPL vmlinux 0x11d850f1 usb_hcd_pci_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init @@ -18547,7 +18546,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x12940a91 sdio_disable_func EXPORT_SYMBOL_GPL vmlinux 0x12a938ec acpi_cppc_processor_probe EXPORT_SYMBOL_GPL vmlinux 0x12ab31f1 idr_alloc_u32 EXPORT_SYMBOL_GPL vmlinux 0x12b11a2a fat_truncate_time -EXPORT_SYMBOL_GPL vmlinux 0x12b1fc8b inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x12b7ff81 debugfs_write_file_bool EXPORT_SYMBOL_GPL vmlinux 0x12c3d937 subsys_system_register EXPORT_SYMBOL_GPL vmlinux 0x12ca8a66 input_class @@ -18558,13 +18556,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system EXPORT_SYMBOL_GPL vmlinux 0x12ea405d __put_net EXPORT_SYMBOL_GPL vmlinux 0x12f27de9 scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0x12fa70e9 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x130171d1 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x1313c292 led_classdev_notify_brightness_hw_changed EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq -EXPORT_SYMBOL_GPL vmlinux 0x131f0c0d sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x132a89c2 gpiod_get_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk -EXPORT_SYMBOL_GPL vmlinux 0x133b2d43 ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x13578c0e blkdev_nr_zones EXPORT_SYMBOL_GPL vmlinux 0x1357e941 tpm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier @@ -18574,55 +18571,60 @@ EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x139de1ed usb_deregister_dev EXPORT_SYMBOL_GPL vmlinux 0x139e321d device_get_named_child_node -EXPORT_SYMBOL_GPL vmlinux 0x13a9a2a0 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13aabbd8 devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x13b65f27 probe_user_read EXPORT_SYMBOL_GPL vmlinux 0x13c19ee7 alarm_forward_now EXPORT_SYMBOL_GPL vmlinux 0x13ccef60 __devm_regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x13cd8507 dev_pm_opp_get_level EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder -EXPORT_SYMBOL_GPL vmlinux 0x13de2ea3 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x13e3aa9a smca_banks EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc EXPORT_SYMBOL_GPL vmlinux 0x13eeb542 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x13f74909 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x13faa0a9 regulator_allow_bypass EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x14105751 transport_remove_device EXPORT_SYMBOL_GPL vmlinux 0x1418238a __tracepoint_cpu_frequency EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x14200c1e cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x144bdfe4 ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x147c9d31 sock_diag_save_cookie EXPORT_SYMBOL_GPL vmlinux 0x1490ef29 ata_sas_sync_probe EXPORT_SYMBOL_GPL vmlinux 0x14917e16 fwnode_get_named_child_node -EXPORT_SYMBOL_GPL vmlinux 0x14939ff3 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x14c216dd usb_autopm_get_interface EXPORT_SYMBOL_GPL vmlinux 0x14c8000e register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val EXPORT_SYMBOL_GPL vmlinux 0x14ddb286 mddev_create_wb_pool EXPORT_SYMBOL_GPL vmlinux 0x14e43e81 bio_trim EXPORT_SYMBOL_GPL vmlinux 0x14f8dfb1 sched_setscheduler_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x1504dc50 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x150c76f7 fuse_dev_release EXPORT_SYMBOL_GPL vmlinux 0x152334fd virtio_config_enable EXPORT_SYMBOL_GPL vmlinux 0x1524c011 blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0x15283f3e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x15364fd0 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15501eef fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put EXPORT_SYMBOL_GPL vmlinux 0x1556ea93 rio_get_device EXPORT_SYMBOL_GPL vmlinux 0x156cdac8 __tracepoint_kfree_skb EXPORT_SYMBOL_GPL vmlinux 0x157bc1f8 net_dm_hw_report -EXPORT_SYMBOL_GPL vmlinux 0x15831c3f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x15823be9 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x1584aeb7 nvmem_unregister EXPORT_SYMBOL_GPL vmlinux 0x158c0c5e class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x1595b4f0 posix_clock_register EXPORT_SYMBOL_GPL vmlinux 0x15b08cac sched_setattr -EXPORT_SYMBOL_GPL vmlinux 0x15b1f6f2 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0x15b22c7e usb_set_device_state EXPORT_SYMBOL_GPL vmlinux 0x15c53edc extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x15d5dcf3 xen_find_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x15dae692 get_net_ns_by_fd EXPORT_SYMBOL_GPL vmlinux 0x15e52760 nd_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask EXPORT_SYMBOL_GPL vmlinux 0x15f9d841 cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x15fac16a validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x160058ab ata_host_detach EXPORT_SYMBOL_GPL vmlinux 0x160f1617 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x161bfe25 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x16404120 usb_get_dr_mode EXPORT_SYMBOL_GPL vmlinux 0x16480a91 ata_scsi_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed @@ -18631,7 +18633,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x166d6443 __tracepoint_pelt_rt_tp EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event EXPORT_SYMBOL_GPL vmlinux 0x1674b97a vfs_writef EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device -EXPORT_SYMBOL_GPL vmlinux 0x1680cb90 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x16892b27 uv_bios_call EXPORT_SYMBOL_GPL vmlinux 0x16941f83 posix_acl_create EXPORT_SYMBOL_GPL vmlinux 0x1696df2c md_rdev_init @@ -18641,14 +18642,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x16b3152d find_symbol EXPORT_SYMBOL_GPL vmlinux 0x16b8833b dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0x16b949d1 rio_mport_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0x16c16ee7 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x16c74c8b pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x16d4ef46 devm_reset_controller_register EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0x1708df4a ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x1709a5b4 ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x1738a7c1 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x173c7627 devm_mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts EXPORT_SYMBOL_GPL vmlinux 0x174ef6c2 mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x1750e1a8 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub EXPORT_SYMBOL_GPL vmlinux 0x17617e4f pm_generic_resume @@ -18662,11 +18667,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x17a035a6 wbc_account_cgroup_owner EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page EXPORT_SYMBOL_GPL vmlinux 0x17d8400a wakeup_source_add -EXPORT_SYMBOL_GPL vmlinux 0x17db64a3 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear EXPORT_SYMBOL_GPL vmlinux 0x17e7220a blk_mq_sched_mark_restart_hctx -EXPORT_SYMBOL_GPL vmlinux 0x17ed1f05 nf_checksum -EXPORT_SYMBOL_GPL vmlinux 0x17edd594 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x17f56899 simple_attr_write EXPORT_SYMBOL_GPL vmlinux 0x180e18dd dev_pm_opp_disable EXPORT_SYMBOL_GPL vmlinux 0x181d5c46 crypto_attr_alg2 @@ -18678,20 +18680,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size EXPORT_SYMBOL_GPL vmlinux 0x18728552 sprint_OID EXPORT_SYMBOL_GPL vmlinux 0x1877ca13 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x187e6ffe pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x188d47a0 serial8250_rpm_put -EXPORT_SYMBOL_GPL vmlinux 0x1892f7b0 ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x1893e4d7 alloc_empty_file EXPORT_SYMBOL_GPL vmlinux 0x18965fae eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x18a7a351 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x18c44eea switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x18e164c0 led_trigger_event EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg EXPORT_SYMBOL_GPL vmlinux 0x18f51f3b clk_hw_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock -EXPORT_SYMBOL_GPL vmlinux 0x1906d8ad lwtunnel_input -EXPORT_SYMBOL_GPL vmlinux 0x190b9732 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x1926ef93 security_path_link EXPORT_SYMBOL_GPL vmlinux 0x192fab73 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x19354d2a skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x193db7af devm_hwspin_lock_register -EXPORT_SYMBOL_GPL vmlinux 0x19503637 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x193e3d1d pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x1954eb05 arizona_request_irq EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore EXPORT_SYMBOL_GPL vmlinux 0x198bdb21 fat_search_long @@ -18704,14 +18707,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc EXPORT_SYMBOL_GPL vmlinux 0x19efceb9 dev_coredumpv EXPORT_SYMBOL_GPL vmlinux 0x19f142b0 sysfs_create_group EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu -EXPORT_SYMBOL_GPL vmlinux 0x19f4a63b nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0x19f69096 dev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0x19fbc3c5 blk_mq_unfreeze_queue EXPORT_SYMBOL_GPL vmlinux 0x1a02f658 pm_generic_poweroff_late EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string EXPORT_SYMBOL_GPL vmlinux 0x1a1cc028 pinctrl_utils_add_map_configs -EXPORT_SYMBOL_GPL vmlinux 0x1a3b7ce5 xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x1a454c69 xenbus_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x1a49057a __pm_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve @@ -18723,11 +18724,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x1acbc2b2 clk_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x1adac918 kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0x1adc2728 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x1adde56d ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x1ae03f45 acpi_dma_request_slave_chan_by_index EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow EXPORT_SYMBOL_GPL vmlinux 0x1af4ead5 dequeue_signal EXPORT_SYMBOL_GPL vmlinux 0x1af85c54 iommu_register_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b072903 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x1b082bd6 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x1b1471f3 alarm_start EXPORT_SYMBOL_GPL vmlinux 0x1b151d3e adp5520_read EXPORT_SYMBOL_GPL vmlinux 0x1b5059ce ata_id_xfermask @@ -18745,39 +18749,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x1bbdbd1d crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0x1bc32986 device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input EXPORT_SYMBOL_GPL vmlinux 0x1bcdaac0 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x1bd71d44 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x1bdef541 power_supply_put EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained EXPORT_SYMBOL_GPL vmlinux 0x1bf4e855 scsi_flush_work EXPORT_SYMBOL_GPL vmlinux 0x1bfe2d1e extcon_set_property_sync EXPORT_SYMBOL_GPL vmlinux 0x1c0842b9 memunmap_pages EXPORT_SYMBOL_GPL vmlinux 0x1c16cfd6 extcon_dev_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1c2fd09b fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x1c44b902 __blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x1c47f72e dm_bio_from_per_bio_data EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled -EXPORT_SYMBOL_GPL vmlinux 0x1c5760a8 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase EXPORT_SYMBOL_GPL vmlinux 0x1c642567 usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0x1c6c1103 rio_route_add_entry EXPORT_SYMBOL_GPL vmlinux 0x1c6d5af1 devm_of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x1c6f9b02 xenbus_watch_path -EXPORT_SYMBOL_GPL vmlinux 0x1c7b515b __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x1c7d65ec __memcpy_mcsafe EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x1c9158d3 thermal_zone_device_update EXPORT_SYMBOL_GPL vmlinux 0x1c91f6df map_vm_area -EXPORT_SYMBOL_GPL vmlinux 0x1c924c7e metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x1c93d6a8 ata_dev_set_feature EXPORT_SYMBOL_GPL vmlinux 0x1cb05d71 __ata_change_queue_depth -EXPORT_SYMBOL_GPL vmlinux 0x1cb3bd25 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather EXPORT_SYMBOL_GPL vmlinux 0x1cbccff2 __devm_regmap_init EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off EXPORT_SYMBOL_GPL vmlinux 0x1cccdfe7 devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0x1ccfbba6 regulator_lock +EXPORT_SYMBOL_GPL vmlinux 0x1cdfa7e7 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1cefca06 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x1cf266c6 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x1cf77fda phy_start_machine EXPORT_SYMBOL_GPL vmlinux 0x1d013ba4 tps80031_ext_power_req_config EXPORT_SYMBOL_GPL vmlinux 0x1d180c97 cpufreq_dbs_governor_stop @@ -18789,17 +18792,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x1d744d55 dev_pm_domain_set EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table EXPORT_SYMBOL_GPL vmlinux 0x1d7b1ef0 crypto_register_acomp EXPORT_SYMBOL_GPL vmlinux 0x1d8ecdd4 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1d95ac95 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x1da149a6 pm_clk_add_clk EXPORT_SYMBOL_GPL vmlinux 0x1da736a8 phy_create EXPORT_SYMBOL_GPL vmlinux 0x1dc51fbd usb_urb_ep_type_check -EXPORT_SYMBOL_GPL vmlinux 0x1dc69791 devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x1dd05007 net_ns_get_ownership EXPORT_SYMBOL_GPL vmlinux 0x1dd741d5 crypto_unregister_rng EXPORT_SYMBOL_GPL vmlinux 0x1e02740a thermal_zone_get_zone_by_name EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release EXPORT_SYMBOL_GPL vmlinux 0x1e08161f power_supply_set_input_current_limit_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x1e1a0c73 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x1e263b86 of_devfreq_cooling_register_power -EXPORT_SYMBOL_GPL vmlinux 0x1e2b7077 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x1e405799 usb_interrupt_msg EXPORT_SYMBOL_GPL vmlinux 0x1e4a75b0 regulator_bulk_force_disable EXPORT_SYMBOL_GPL vmlinux 0x1e51dabb __tracepoint_detach_device_from_domain @@ -18816,6 +18819,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1eb2fe2f sysfs_unmerge_group EXPORT_SYMBOL_GPL vmlinux 0x1eb90ec8 mmc_cmdq_disable EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed9108a xen_pci_frontend EXPORT_SYMBOL_GPL vmlinux 0x1ee7d3cd hrtimer_init EXPORT_SYMBOL_GPL vmlinux 0x1ee82842 acpi_subsys_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x1ef0b8bd genphy_c45_check_and_restart_aneg @@ -18828,6 +18832,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1f456360 debugfs_create_x64 EXPORT_SYMBOL_GPL vmlinux 0x1f4890b4 event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv EXPORT_SYMBOL_GPL vmlinux 0x1f674337 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1f696fc8 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x1f781f37 kick_process EXPORT_SYMBOL_GPL vmlinux 0x1f7ebfbb vma_kernel_pagesize EXPORT_SYMBOL_GPL vmlinux 0x1f81091b iommu_attach_group @@ -18840,12 +18845,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x1fb70eb9 gnttab_end_foreign_transfer_ref EXPORT_SYMBOL_GPL vmlinux 0x1fb71fd3 __pm_relax EXPORT_SYMBOL_GPL vmlinux 0x1fc7f6a7 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x1fca563f ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x1fd45e3b __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x1fd7dafa sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x1fdb1bfb __online_page_free EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs EXPORT_SYMBOL_GPL vmlinux 0x2012efee wm5102_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write -EXPORT_SYMBOL_GPL vmlinux 0x20312066 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x203fb2b2 pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0x204a0594 edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference @@ -18864,6 +18870,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x20ac1673 acpi_dev_get_resources EXPORT_SYMBOL_GPL vmlinux 0x20c496da wm831x_auxadc_read_uv EXPORT_SYMBOL_GPL vmlinux 0x20d37195 acpi_dev_gpio_irq_get EXPORT_SYMBOL_GPL vmlinux 0x20f2fcdf rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x20f5f701 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x212138f7 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x212342d0 __pm_runtime_idle EXPORT_SYMBOL_GPL vmlinux 0x2127b751 __put_task_struct EXPORT_SYMBOL_GPL vmlinux 0x212e58bf pinctrl_lookup_state @@ -18877,48 +18885,58 @@ EXPORT_SYMBOL_GPL vmlinux 0x2181efe0 proc_create_net_single EXPORT_SYMBOL_GPL vmlinux 0x218be54e cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c0f2c4 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x21c34c8f gnttab_end_foreign_transfer EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0x21e0f64c crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x21e5657e lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x21e75aec of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x220a318b tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks EXPORT_SYMBOL_GPL vmlinux 0x223b4a8b bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x223f2cb9 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x2246b4dd __tracepoint_block_bio_remap -EXPORT_SYMBOL_GPL vmlinux 0x224f06a4 nf_hook_entries_delete_raw -EXPORT_SYMBOL_GPL vmlinux 0x2251f883 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0x229490c7 ohci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x22b68c4c ata_sff_data_xfer32 EXPORT_SYMBOL_GPL vmlinux 0x22bef18a iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x22f84116 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0x2316ff86 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x2317c413 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x23219064 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x23350075 add_dma_domain +EXPORT_SYMBOL_GPL vmlinux 0x233fa4a1 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime EXPORT_SYMBOL_GPL vmlinux 0x23479bad uv_bios_get_sn_info -EXPORT_SYMBOL_GPL vmlinux 0x234afdcf cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x234a603c ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x234c62c9 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235d1dee pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap EXPORT_SYMBOL_GPL vmlinux 0x2364f17d __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x236d2831 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent EXPORT_SYMBOL_GPL vmlinux 0x239c605a tty_put_char EXPORT_SYMBOL_GPL vmlinux 0x23a63e1d file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x23ad7f7d xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep EXPORT_SYMBOL_GPL vmlinux 0x23b69790 fuse_conn_init -EXPORT_SYMBOL_GPL vmlinux 0x23d105c9 pci_enable_sriov -EXPORT_SYMBOL_GPL vmlinux 0x23d79438 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status EXPORT_SYMBOL_GPL vmlinux 0x23db788f da9055_regmap_config EXPORT_SYMBOL_GPL vmlinux 0x23ef5b5c nvdimm_provider_data -EXPORT_SYMBOL_GPL vmlinux 0x23fe0460 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x23fb91b8 skb_zerocopy_iter_dgram +EXPORT_SYMBOL_GPL vmlinux 0x23ff4b97 devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x2410c338 x86_virt_spec_ctrl EXPORT_SYMBOL_GPL vmlinux 0x2418a899 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2427f23e acpi_pci_find_root EXPORT_SYMBOL_GPL vmlinux 0x2439effa blkcg_deactivate_policy EXPORT_SYMBOL_GPL vmlinux 0x243c1a23 usb_init_urb EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type EXPORT_SYMBOL_GPL vmlinux 0x2441feeb tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x24484241 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x245ade05 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x245fb04a nd_blk_region_set_provider_data EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0x246a10c5 device_property_read_u8_array @@ -18927,19 +18945,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister EXPORT_SYMBOL_GPL vmlinux 0x24a4e5c9 __irq_alloc_domain_generic_chips EXPORT_SYMBOL_GPL vmlinux 0x24ae401d gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x24c839db udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x24e9894d __rio_local_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list -EXPORT_SYMBOL_GPL vmlinux 0x24eeb84f udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode EXPORT_SYMBOL_GPL vmlinux 0x2510efcc blk_mq_request_started -EXPORT_SYMBOL_GPL vmlinux 0x2521b665 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x252c049a nvmem_device_get -EXPORT_SYMBOL_GPL vmlinux 0x252eec9b pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253aad93 metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x253ec48c crypto_shash_update EXPORT_SYMBOL_GPL vmlinux 0x256133f9 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x25784481 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x25841f80 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x2592731a tpm_transmit_cmd EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk EXPORT_SYMBOL_GPL vmlinux 0x25aab67d gpiod_get_index @@ -18961,15 +18980,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x26554e6f acpi_set_modalias EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded EXPORT_SYMBOL_GPL vmlinux 0x266b6230 regcache_cache_only EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x267e59e1 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x26921087 ohci_hub_status_data EXPORT_SYMBOL_GPL vmlinux 0x26960755 dev_pm_opp_set_rate EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap EXPORT_SYMBOL_GPL vmlinux 0x26a8f9cc irq_domain_set_hwirq_and_chip EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 -EXPORT_SYMBOL_GPL vmlinux 0x26bbaeda pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x26c622ee percpu_ref_switch_to_percpu EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense -EXPORT_SYMBOL_GPL vmlinux 0x26caa865 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x26cf00c0 flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0x26d6900d kobject_create_and_add EXPORT_SYMBOL_GPL vmlinux 0x26de97cc acpi_subsys_complete @@ -18980,20 +18998,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x26ee6b94 fwnode_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x26ef974d iommu_report_device_fault EXPORT_SYMBOL_GPL vmlinux 0x26f38385 acpi_device_fix_up_power EXPORT_SYMBOL_GPL vmlinux 0x271d62bd sock_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x27373d8d __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x273aab74 xen_have_vector_callback EXPORT_SYMBOL_GPL vmlinux 0x273db5d5 debugfs_create_ulong EXPORT_SYMBOL_GPL vmlinux 0x27406f32 shmem_file_setup EXPORT_SYMBOL_GPL vmlinux 0x27417015 unuse_mm -EXPORT_SYMBOL_GPL vmlinux 0x274ceafb sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x276269df devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked EXPORT_SYMBOL_GPL vmlinux 0x278c2330 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x27aa60e6 devlink_port_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27ae80a1 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x27b2850d xenbus_watch_pathfmt EXPORT_SYMBOL_GPL vmlinux 0x27bb6462 disk_part_iter_next EXPORT_SYMBOL_GPL vmlinux 0x27bcbb25 serial8250_rpm_get_tx EXPORT_SYMBOL_GPL vmlinux 0x27d3b722 cec_s_phys_addr -EXPORT_SYMBOL_GPL vmlinux 0x27e022a3 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x27ea51cd __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0x27f40443 spi_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter @@ -19002,6 +19022,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x27ff9835 kobject_get_path EXPORT_SYMBOL_GPL vmlinux 0x2815428b usb_get_maximum_speed EXPORT_SYMBOL_GPL vmlinux 0x28175b75 set_primary_fwnode EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2824495d fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity EXPORT_SYMBOL_GPL vmlinux 0x2832cdcd sdio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x28426723 n_tty_inherit_ops @@ -19009,19 +19030,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached EXPORT_SYMBOL_GPL vmlinux 0x2867ede4 usb_string EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain -EXPORT_SYMBOL_GPL vmlinux 0x2879001d lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x287e6611 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x28944b80 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28bfe0f6 powercap_register_control_type EXPORT_SYMBOL_GPL vmlinux 0x28c4793c platform_get_resource_byname -EXPORT_SYMBOL_GPL vmlinux 0x28ccb1e6 node_to_amd_nb EXPORT_SYMBOL_GPL vmlinux 0x28ce267f gpiod_toggle_active_low -EXPORT_SYMBOL_GPL vmlinux 0x28d6f9bf xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices EXPORT_SYMBOL_GPL vmlinux 0x2906e126 devfreq_cooling_register -EXPORT_SYMBOL_GPL vmlinux 0x290d94f5 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x2913e533 component_add EXPORT_SYMBOL_GPL vmlinux 0x291d3573 genphy_c45_read_lpa EXPORT_SYMBOL_GPL vmlinux 0x29252e74 __tracepoint_block_unplug @@ -19030,20 +19048,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x2926d04a regulator_disable EXPORT_SYMBOL_GPL vmlinux 0x2937a88f percpu_up_write EXPORT_SYMBOL_GPL vmlinux 0x2950596d fat_add_entries EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x295295a8 inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0x2954b660 power_supply_get_property EXPORT_SYMBOL_GPL vmlinux 0x29649545 xen_pcpu_id EXPORT_SYMBOL_GPL vmlinux 0x297af215 acpi_create_platform_device EXPORT_SYMBOL_GPL vmlinux 0x299400f7 irq_domain_xlate_onetwocell -EXPORT_SYMBOL_GPL vmlinux 0x2994c692 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x299e9956 tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a04929a pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x2a0494b1 alloc_page_buffers -EXPORT_SYMBOL_GPL vmlinux 0x2a06b45f tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x2a233612 ata_sff_wait_after_reset -EXPORT_SYMBOL_GPL vmlinux 0x2a27ac92 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x2a29347d hwspin_lock_request -EXPORT_SYMBOL_GPL vmlinux 0x2a374dfc nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x2a38fe28 devfreq_event_set_event -EXPORT_SYMBOL_GPL vmlinux 0x2a49e2f2 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x2a3f54d4 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free EXPORT_SYMBOL_GPL vmlinux 0x2a5499b0 crypto_alloc_skcipher EXPORT_SYMBOL_GPL vmlinux 0x2a58ae55 disable_kprobe @@ -19051,16 +19068,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x2a5d74d8 nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result EXPORT_SYMBOL_GPL vmlinux 0x2a899686 xenbus_dev_probe EXPORT_SYMBOL_GPL vmlinux 0x2aa5bc07 cec_unregister_adapter -EXPORT_SYMBOL_GPL vmlinux 0x2aa8c921 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x2aab21fe acpi_is_pnp_device EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update EXPORT_SYMBOL_GPL vmlinux 0x2ab0b26c blk_trace_remove EXPORT_SYMBOL_GPL vmlinux 0x2ab2234b irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2abbdeb5 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x2ac4f83a regulator_bulk_disable -EXPORT_SYMBOL_GPL vmlinux 0x2adfd794 dev_nit_active -EXPORT_SYMBOL_GPL vmlinux 0x2afd6d38 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x2afd841f input_ff_upload EXPORT_SYMBOL_GPL vmlinux 0x2aff68f9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x2afff5aa pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x2b06d701 iomap_readpage EXPORT_SYMBOL_GPL vmlinux 0x2b0765ca xen_store_interface EXPORT_SYMBOL_GPL vmlinux 0x2b0fb1f7 devm_free_percpu @@ -19074,17 +19090,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b535a7f vfs_getxattr EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear EXPORT_SYMBOL_GPL vmlinux 0x2b6ff062 usb_hcd_poll_rh_status EXPORT_SYMBOL_GPL vmlinux 0x2b713898 virtqueue_get_buf_ctx -EXPORT_SYMBOL_GPL vmlinux 0x2b79efd3 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x2b7fc385 hv_init_clocksource EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x2bb7fda7 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2bb804bd udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x2bb915f4 ata_std_qc_defer EXPORT_SYMBOL_GPL vmlinux 0x2bca57a2 devm_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x2bcb2b40 da9052_adc_manual_read EXPORT_SYMBOL_GPL vmlinux 0x2bcc586b dev_attr_ncq_prio_enable EXPORT_SYMBOL_GPL vmlinux 0x2bdcb428 class_interface_register EXPORT_SYMBOL_GPL vmlinux 0x2bdf8fde devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x2beec792 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x2c10fa36 pwm_lpss_resume EXPORT_SYMBOL_GPL vmlinux 0x2c1a51f5 bus_for_each_drv EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied @@ -19092,7 +19109,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c2981ed powercap_register_zone EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x2c3ef6f1 vmf_insert_pfn_pmd -EXPORT_SYMBOL_GPL vmlinux 0x2c410431 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2c546505 netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0x2c5d29a1 phy_modify EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put @@ -19100,12 +19117,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c77b68b of_phy_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types EXPORT_SYMBOL_GPL vmlinux 0x2c985945 dev_pm_opp_get_suspend_opp_freq -EXPORT_SYMBOL_GPL vmlinux 0x2ca2eb5b xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x2ce597a5 kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0x2ce65e5e iommu_get_domain_for_dev EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0x2cf749fa lp8788_read_multi_bytes -EXPORT_SYMBOL_GPL vmlinux 0x2d05e6a6 skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x2d088ca2 arizona_clk32k_enable EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait EXPORT_SYMBOL_GPL vmlinux 0x2d237595 pkcs7_validate_trust @@ -19118,7 +19133,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2d510561 rio_register_scan EXPORT_SYMBOL_GPL vmlinux 0x2d6a2704 crypto_grab_akcipher EXPORT_SYMBOL_GPL vmlinux 0x2d6aa0f0 arch_apei_enable_cmcff EXPORT_SYMBOL_GPL vmlinux 0x2d8774ad balloon_page_list_dequeue -EXPORT_SYMBOL_GPL vmlinux 0x2d9b4763 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0x2da04be4 serial8250_rpm_put_tx EXPORT_SYMBOL_GPL vmlinux 0x2dbe521a vring_transport_features EXPORT_SYMBOL_GPL vmlinux 0x2dc7c7cb regulator_list_voltage_linear @@ -19126,8 +19140,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux EXPORT_SYMBOL_GPL vmlinux 0x2dde9489 rtc_set_alarm EXPORT_SYMBOL_GPL vmlinux 0x2ddfb728 fat_flush_inodes EXPORT_SYMBOL_GPL vmlinux 0x2deed80c extcon_set_property -EXPORT_SYMBOL_GPL vmlinux 0x2e060b36 ip6_pol_route -EXPORT_SYMBOL_GPL vmlinux 0x2e081ce2 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace @@ -19141,9 +19153,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x2e678211 xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0x2e69262e phy_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x2e699fb6 rio_release_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0x2e713ce3 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x2e7488d5 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line EXPORT_SYMBOL_GPL vmlinux 0x2e82b7a1 xen_xlate_remap_gfn_array -EXPORT_SYMBOL_GPL vmlinux 0x2ea6e317 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0x2eb1a45f clk_hw_round_rate EXPORT_SYMBOL_GPL vmlinux 0x2eb703e1 trace_output_call EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context @@ -19151,11 +19163,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable EXPORT_SYMBOL_GPL vmlinux 0x2edb7c8c efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0x2edd5417 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2ee55957 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor EXPORT_SYMBOL_GPL vmlinux 0x2ef2fff7 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2ef71704 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x2f0c0e61 tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string -EXPORT_SYMBOL_GPL vmlinux 0x2f25882e devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x2f1c8695 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x2f2a7b99 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec @@ -19166,6 +19181,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f6bb9d5 devm_pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0x2f880ef8 clk_hw_set_rate_range EXPORT_SYMBOL_GPL vmlinux 0x2f8fd89d xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2f936b43 skb_morph EXPORT_SYMBOL_GPL vmlinux 0x2f982b21 kthread_park EXPORT_SYMBOL_GPL vmlinux 0x2fad9d7c sdio_align_size EXPORT_SYMBOL_GPL vmlinux 0x2fb72e9b sbitmap_init_node @@ -19174,54 +19190,51 @@ EXPORT_SYMBOL_GPL vmlinux 0x2fcea7a6 devm_device_add_groups EXPORT_SYMBOL_GPL vmlinux 0x2fd0efda generic_fh_to_parent EXPORT_SYMBOL_GPL vmlinux 0x2fd8732b regulator_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x2fdcfd28 smca_get_long_name -EXPORT_SYMBOL_GPL vmlinux 0x2fde1d75 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x2ffde9cc security_path_symlink -EXPORT_SYMBOL_GPL vmlinux 0x302c5a9b tcp_sendmsg_locked -EXPORT_SYMBOL_GPL vmlinux 0x30418c53 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x304432a8 __rio_local_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0x30461339 securityfs_remove EXPORT_SYMBOL_GPL vmlinux 0x304a0164 extcon_get_state EXPORT_SYMBOL_GPL vmlinux 0x304c6123 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x305c508d tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x305ed5ed __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x3066086d blkg_lookup_slowpath EXPORT_SYMBOL_GPL vmlinux 0x30696661 dm_accept_partial_bio EXPORT_SYMBOL_GPL vmlinux 0x3090cb05 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x30927ad3 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x30b9035c blk_mq_sched_request_inserted EXPORT_SYMBOL_GPL vmlinux 0x30c235d4 tty_mode_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x30c8422d ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys EXPORT_SYMBOL_GPL vmlinux 0x30daf1de irq_remove_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address -EXPORT_SYMBOL_GPL vmlinux 0x30e1ff04 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0x30f6d028 rio_get_comptag EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler EXPORT_SYMBOL_GPL vmlinux 0x3119589a regmap_fields_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave -EXPORT_SYMBOL_GPL vmlinux 0x31390e70 uhci_check_and_reset_hc -EXPORT_SYMBOL_GPL vmlinux 0x315c1935 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x31359df6 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine EXPORT_SYMBOL_GPL vmlinux 0x31674f45 bus_sort_breadthfirst EXPORT_SYMBOL_GPL vmlinux 0x31785f08 __tracepoint_br_fdb_add EXPORT_SYMBOL_GPL vmlinux 0x3187d588 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x318c161d pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x319bd32c clk_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0x31b07029 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x31b5114b pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x31bd3a81 blk_set_queue_dying EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports EXPORT_SYMBOL_GPL vmlinux 0x31c924d3 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31ca65a4 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0x31cd36ef sdio_writew EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference EXPORT_SYMBOL_GPL vmlinux 0x31f61fc0 ehci_adjust_port_wakeup_flags EXPORT_SYMBOL_GPL vmlinux 0x320adf57 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x320f3099 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x3210b898 dev_pm_opp_find_level_exact EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval EXPORT_SYMBOL_GPL vmlinux 0x321d0162 input_ff_destroy EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl EXPORT_SYMBOL_GPL vmlinux 0x32389d16 rio_mport_get_feature -EXPORT_SYMBOL_GPL vmlinux 0x323d4ee3 pci_disable_sriov -EXPORT_SYMBOL_GPL vmlinux 0x3241e276 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x324468e4 pm_runtime_force_resume -EXPORT_SYMBOL_GPL vmlinux 0x324999bd sk_msg_return -EXPORT_SYMBOL_GPL vmlinux 0x324cc71a pskb_put EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor EXPORT_SYMBOL_GPL vmlinux 0x3273159f shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi @@ -19232,8 +19245,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x329b2b29 __blk_req_zone_write_unlock EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32b3a795 add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec -EXPORT_SYMBOL_GPL vmlinux 0x32bc23dd ping_seq_next -EXPORT_SYMBOL_GPL vmlinux 0x32c26516 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32c6a17f blkdev_ioctl EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain @@ -19245,7 +19256,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x330d35fb scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0x332f7f55 hwspin_lock_register EXPORT_SYMBOL_GPL vmlinux 0x3330e1e7 __phy_modify_changed -EXPORT_SYMBOL_GPL vmlinux 0x3330e90b clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x335e7cc5 nvmem_device_put EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size @@ -19268,6 +19278,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x33f4a1a6 tty_buffer_space_avail EXPORT_SYMBOL_GPL vmlinux 0x33f9c0ab sysfs_groups_change_owner EXPORT_SYMBOL_GPL vmlinux 0x33fbbd80 iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0x3419e9b9 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x341a99c9 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x3421ca7c __tracepoint_neigh_event_send_dead EXPORT_SYMBOL_GPL vmlinux 0x34240e70 acpi_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory @@ -19279,7 +19290,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x34a135eb gnttab_dma_free_pages EXPORT_SYMBOL_GPL vmlinux 0x34ac35f4 usb_alloc_urb EXPORT_SYMBOL_GPL vmlinux 0x34ad5d4c fuse_get_unique EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x34be45be fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x34c83aff switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x34d34963 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x34e7f040 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x34f5bb7b aead_geniv_alloc EXPORT_SYMBOL_GPL vmlinux 0x34f92a2f dm_get_md @@ -19287,15 +19301,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x34fdd51d led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0x3503053b devres_release EXPORT_SYMBOL_GPL vmlinux 0x351a73b3 security_kernel_post_read_file EXPORT_SYMBOL_GPL vmlinux 0x351f8fec edac_raw_mc_handle_error -EXPORT_SYMBOL_GPL vmlinux 0x35263db8 ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35308180 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x3546df26 sock_diag_put_meminfo EXPORT_SYMBOL_GPL vmlinux 0x3554743e acpi_unbind_one EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next EXPORT_SYMBOL_GPL vmlinux 0x355c354c mmu_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x3567743b vfio_external_user_iommu_id -EXPORT_SYMBOL_GPL vmlinux 0x3577046f dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0x358d3d36 acpi_device_modalias EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate EXPORT_SYMBOL_GPL vmlinux 0x35a277ed device_connection_find @@ -19305,7 +19318,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x35bbeda5 led_sysfs_enable EXPORT_SYMBOL_GPL vmlinux 0x35c44ec4 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0x35cfb1a7 posix_acl_default_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem -EXPORT_SYMBOL_GPL vmlinux 0x35d878fe inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x35e772c0 serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0x35e7ce1a i2c_generic_scl_recovery EXPORT_SYMBOL_GPL vmlinux 0x35fcef59 iommu_fwspec_init @@ -19316,7 +19328,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x36545bf4 crypto_unregister_templates EXPORT_SYMBOL_GPL vmlinux 0x36709dbb blk_stat_enable_accounting EXPORT_SYMBOL_GPL vmlinux 0x36863ff8 thermal_zone_get_offset EXPORT_SYMBOL_GPL vmlinux 0x368f4a7e pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x36944e4f pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x3699ccf6 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36adf401 devlink_register EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled EXPORT_SYMBOL_GPL vmlinux 0x36b6edab adp5520_set_bits EXPORT_SYMBOL_GPL vmlinux 0x36c37348 watchdog_init_timeout @@ -19336,10 +19351,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read EXPORT_SYMBOL_GPL vmlinux 0x3771dad7 elv_unregister EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state EXPORT_SYMBOL_GPL vmlinux 0x377bc9cc relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x37889da1 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x3796c1aa sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0x37a0e9e1 pm_generic_resume_noirq -EXPORT_SYMBOL_GPL vmlinux 0x37abdf85 ip6_route_input_lookup -EXPORT_SYMBOL_GPL vmlinux 0x37afdca0 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x37b85d48 genphy_c45_read_status EXPORT_SYMBOL_GPL vmlinux 0x37bc3020 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory @@ -19369,45 +19384,49 @@ EXPORT_SYMBOL_GPL vmlinux 0x38ebfc01 dm_put EXPORT_SYMBOL_GPL vmlinux 0x38ee7007 kernfs_path_from_node EXPORT_SYMBOL_GPL vmlinux 0x38f881fb serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x390a0b86 fuse_kill_sb_anon -EXPORT_SYMBOL_GPL vmlinux 0x3914d259 devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x39114d73 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x391f6730 usb_disable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x3932794d __rt_mutex_init -EXPORT_SYMBOL_GPL vmlinux 0x393746ec xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x394ae608 regulator_enable EXPORT_SYMBOL_GPL vmlinux 0x394c3745 virtqueue_get_desc_addr -EXPORT_SYMBOL_GPL vmlinux 0x39505002 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x395b071b cpufreq_driver_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x396e2fd7 ms_hyperv EXPORT_SYMBOL_GPL vmlinux 0x397b7b38 component_bind_all -EXPORT_SYMBOL_GPL vmlinux 0x397cd74f init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x398775e8 iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0x3999c9a1 tpm_try_get_ops EXPORT_SYMBOL_GPL vmlinux 0x399bb8c0 __wake_up_sync_key EXPORT_SYMBOL_GPL vmlinux 0x39a68e2e gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x39aa2ad6 udp_abort EXPORT_SYMBOL_GPL vmlinux 0x39c110e3 crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0x39d71756 blk_mq_free_request EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module +EXPORT_SYMBOL_GPL vmlinux 0x3a08b7d4 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x3a0d906c usb_put_phy EXPORT_SYMBOL_GPL vmlinux 0x3a159666 vfs_submount EXPORT_SYMBOL_GPL vmlinux 0x3a160fa2 devm_of_phy_get_by_index -EXPORT_SYMBOL_GPL vmlinux 0x3a24f9d5 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock EXPORT_SYMBOL_GPL vmlinux 0x3a4e84ef bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a60ac0b pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0x3a728b33 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x3a73a132 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x3a73e884 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a8fd477 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x3a9a6153 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial EXPORT_SYMBOL_GPL vmlinux 0x3a9df399 crypto_register_algs EXPORT_SYMBOL_GPL vmlinux 0x3aa288c7 xhci_ext_cap_init EXPORT_SYMBOL_GPL vmlinux 0x3aa3353d fixed_phy_unregister EXPORT_SYMBOL_GPL vmlinux 0x3aa7972c ata_sff_irq_on -EXPORT_SYMBOL_GPL vmlinux 0x3abfb8be pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x3ac06cf9 mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3add9046 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3ae43bdb pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x3aef9ae9 sysfs_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic EXPORT_SYMBOL_GPL vmlinux 0x3afb912a crypto_grab_spawn @@ -19416,12 +19435,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x3b06ec45 irq_domain_add_legacy EXPORT_SYMBOL_GPL vmlinux 0x3b176f2f l3mdev_fib_table_by_index EXPORT_SYMBOL_GPL vmlinux 0x3b289d9e regulator_get_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0x3b3395f7 xdp_attachment_flags_ok -EXPORT_SYMBOL_GPL vmlinux 0x3b3ad8d4 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x3b397e00 tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b5e5f31 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0x3b63bdd1 usb_anchor_urb EXPORT_SYMBOL_GPL vmlinux 0x3b678016 of_devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x3b81c281 dma_buf_detach EXPORT_SYMBOL_GPL vmlinux 0x3b82ee39 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3b896785 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x3b8979ea gnttab_grant_foreign_transfer_ref EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free @@ -19429,6 +19450,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3b9637dd gpiod_set_raw_value EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfd1285 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x3c003438 bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x3c0a0d1a pinctrl_dev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg @@ -19441,18 +19463,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x3c30f742 device_create_bin_file EXPORT_SYMBOL_GPL vmlinux 0x3c59245f mctrl_gpio_init_noauto EXPORT_SYMBOL_GPL vmlinux 0x3c6482e8 rt_mutex_lock EXPORT_SYMBOL_GPL vmlinux 0x3c6b6b30 clk_bulk_get_optional -EXPORT_SYMBOL_GPL vmlinux 0x3c6bc649 seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0x3c75248e nd_mapping_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x3c91e934 debugfs_create_u16 EXPORT_SYMBOL_GPL vmlinux 0x3c9d1a53 irq_gc_ack_set_bit EXPORT_SYMBOL_GPL vmlinux 0x3ca218b1 fixed_phy_register EXPORT_SYMBOL_GPL vmlinux 0x3ca60da4 vfs_write -EXPORT_SYMBOL_GPL vmlinux 0x3cbdb774 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x3cae9f45 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3cec5931 debugfs_create_x32 EXPORT_SYMBOL_GPL vmlinux 0x3cf048fb fat_alloc_new_dir EXPORT_SYMBOL_GPL vmlinux 0x3cf2c8c4 gpiod_set_array_value -EXPORT_SYMBOL_GPL vmlinux 0x3d25f1a4 acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end EXPORT_SYMBOL_GPL vmlinux 0x3d45364e __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x3d475266 led_trigger_rename_static @@ -19462,7 +19482,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check EXPORT_SYMBOL_GPL vmlinux 0x3d530e7e gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0x3d5e524f ata_sff_dma_pause EXPORT_SYMBOL_GPL vmlinux 0x3d5ef7da fwnode_get_next_parent -EXPORT_SYMBOL_GPL vmlinux 0x3d777c28 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x3d8b79d4 generic_access_phys EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size EXPORT_SYMBOL_GPL vmlinux 0x3dc453bd ata_sff_prereset @@ -19470,12 +19489,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x3dc4c8b9 pm_runtime_force_suspend EXPORT_SYMBOL_GPL vmlinux 0x3dcbf726 devm_mdiobus_free EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final -EXPORT_SYMBOL_GPL vmlinux 0x3e0011c7 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x3e035ce5 component_add_typed EXPORT_SYMBOL_GPL vmlinux 0x3e062cbb tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x3e30c64b iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0x3e44919c pcie_port_bus_type EXPORT_SYMBOL_GPL vmlinux 0x3e506ac0 crypto_register_templates EXPORT_SYMBOL_GPL vmlinux 0x3e56426b iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x3e56eb1b dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0x3e57d5a6 locks_release_private EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer EXPORT_SYMBOL_GPL vmlinux 0x3e81a354 scsi_device_from_queue @@ -19484,32 +19504,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x3e9c6422 crypto_alg_mod_lookup EXPORT_SYMBOL_GPL vmlinux 0x3ea3084d fuse_dev_alloc_install EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup EXPORT_SYMBOL_GPL vmlinux 0x3eb769c1 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3ecd53bc tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef26529 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access EXPORT_SYMBOL_GPL vmlinux 0x3f2196f8 acpi_dev_resource_address_space EXPORT_SYMBOL_GPL vmlinux 0x3f2698c3 crypto_register_kpp EXPORT_SYMBOL_GPL vmlinux 0x3f362ebc ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x3f42f0a7 rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x3f4a6d3a clockevents_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x3f4b6caf housekeeping_cpumask -EXPORT_SYMBOL_GPL vmlinux 0x3f55924c skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x3f6c6148 pm_runtime_no_callbacks EXPORT_SYMBOL_GPL vmlinux 0x3f764dd9 i2c_new_ancillary_device EXPORT_SYMBOL_GPL vmlinux 0x3f7babdc vfio_iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put EXPORT_SYMBOL_GPL vmlinux 0x3f8c1b35 hrtimer_sleeper_start_expires -EXPORT_SYMBOL_GPL vmlinux 0x3f9b016c udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x3fa17ac9 rio_alloc_net EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index EXPORT_SYMBOL_GPL vmlinux 0x3fb512df pm_runtime_irq_safe -EXPORT_SYMBOL_GPL vmlinux 0x3fc12233 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fe08e54 inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops -EXPORT_SYMBOL_GPL vmlinux 0x3feac892 __raw_v6_lookup -EXPORT_SYMBOL_GPL vmlinux 0x3fedf984 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3fe56e5a ping_err EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release -EXPORT_SYMBOL_GPL vmlinux 0x4017fbd1 tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x401f58ca device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0x4020f8e5 create_signature EXPORT_SYMBOL_GPL vmlinux 0x40255760 xen_unmap_domain_gfn_range @@ -19525,6 +19544,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free EXPORT_SYMBOL_GPL vmlinux 0x40b3de1b rio_unlock_device EXPORT_SYMBOL_GPL vmlinux 0x40b43bd0 sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x40cfb8b5 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40d7bb69 ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0x40da7522 sched_show_task EXPORT_SYMBOL_GPL vmlinux 0x40e30d71 debugfs_create_dir EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put @@ -19534,10 +19555,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x41005272 debugfs_create_u8 EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle EXPORT_SYMBOL_GPL vmlinux 0x4107edac acpi_device_update_power EXPORT_SYMBOL_GPL vmlinux 0x410b7fe8 dm_post_suspending -EXPORT_SYMBOL_GPL vmlinux 0x410d0b54 xfrm_audit_state_replay_overflow -EXPORT_SYMBOL_GPL vmlinux 0x410f72e8 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask -EXPORT_SYMBOL_GPL vmlinux 0x4143dadf ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x413cdbae validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x414a8103 acpi_ec_remove_query_handler EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent @@ -19548,22 +19567,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x4186a299 iomap_truncate_page EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer EXPORT_SYMBOL_GPL vmlinux 0x418df1f3 devm_init_badblocks EXPORT_SYMBOL_GPL vmlinux 0x419cb8af crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x41ac2f7a skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x41b200f9 percpu_ref_init EXPORT_SYMBOL_GPL vmlinux 0x41bad535 tty_ldisc_ref -EXPORT_SYMBOL_GPL vmlinux 0x41c88f09 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fcf0be switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x41fda12f devm_regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4204fe01 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x420e63d5 gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x42230915 sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0x422930d5 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0x42313219 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x4242d0a0 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x424bd491 relay_late_setup_files EXPORT_SYMBOL_GPL vmlinux 0x425603ec __wait_rcu_gp EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4282ae7a sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x42837b2b spi_async_locked EXPORT_SYMBOL_GPL vmlinux 0x42846823 dev_pm_opp_set_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x42a745b5 devfreq_event_get_edev_count @@ -19573,11 +19596,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs EXPORT_SYMBOL_GPL vmlinux 0x42f93eed regulator_get_current_limit EXPORT_SYMBOL_GPL vmlinux 0x42fba1c7 __sbitmap_queue_get_shallow EXPORT_SYMBOL_GPL vmlinux 0x42fd08e7 inode_dax -EXPORT_SYMBOL_GPL vmlinux 0x4307f195 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x42fdbad1 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x43089b53 usb_submit_urb EXPORT_SYMBOL_GPL vmlinux 0x4308e10a tps6586x_get_version EXPORT_SYMBOL_GPL vmlinux 0x430cd1aa usb_unlocked_disable_lpm EXPORT_SYMBOL_GPL vmlinux 0x4325a2f6 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x433a9fca pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse EXPORT_SYMBOL_GPL vmlinux 0x4348ca90 debugfs_create_file_unsafe EXPORT_SYMBOL_GPL vmlinux 0x43593fec wm831x_bulk_read @@ -19588,7 +19612,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x43a44884 __hvc_resize EXPORT_SYMBOL_GPL vmlinux 0x43a58009 css_next_descendant_pre EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate -EXPORT_SYMBOL_GPL vmlinux 0x43d6257a fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x43eea7c2 usb_alloc_dev EXPORT_SYMBOL_GPL vmlinux 0x43f09cb5 blk_mq_freeze_queue_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift @@ -19596,7 +19619,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate EXPORT_SYMBOL_GPL vmlinux 0x43fa2799 nvdimm_blk_region_create EXPORT_SYMBOL_GPL vmlinux 0x43fc0c34 encrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x440e702e pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x441dd73b tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x441e051b scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x4428a436 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0x442d56bf __unwind_start EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features EXPORT_SYMBOL_GPL vmlinux 0x44472de9 irq_chip_mask_parent @@ -19605,13 +19630,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x445455ff dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0x4467439f pinctrl_dev_get_devname EXPORT_SYMBOL_GPL vmlinux 0x446d1bc7 sdio_writel EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe -EXPORT_SYMBOL_GPL vmlinux 0x44a9095c usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x44aa04cf da903x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x44aa2820 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0x44ba92e9 pm_genpd_remove_device EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x44be22e4 i2c_dw_probe -EXPORT_SYMBOL_GPL vmlinux 0x44cb7d73 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x44d47e0a phy_led_triggers_register EXPORT_SYMBOL_GPL vmlinux 0x44de0e13 sdio_register_driver EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats @@ -19630,17 +19653,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x4561ff14 crypto_stats_kpp_compute_shared_secret -EXPORT_SYMBOL_GPL vmlinux 0x456b17a9 fib6_check_nexthop -EXPORT_SYMBOL_GPL vmlinux 0x45707200 strp_done EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list EXPORT_SYMBOL_GPL vmlinux 0x459547a3 skcipher_alloc_instance_simple EXPORT_SYMBOL_GPL vmlinux 0x459912ca list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x45c2450d __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x45ccfd1f dma_run_dependencies EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page EXPORT_SYMBOL_GPL vmlinux 0x45d75101 kstrdup_quotable_cmdline EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x4616e2f1 device_for_each_child -EXPORT_SYMBOL_GPL vmlinux 0x4618ce0c agp_remove_bridge EXPORT_SYMBOL_GPL vmlinux 0x461f3e7c sysfs_remove_group EXPORT_SYMBOL_GPL vmlinux 0x462d774f regulator_is_equal EXPORT_SYMBOL_GPL vmlinux 0x463d8290 __irq_alloc_descs @@ -19656,12 +19677,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x46a533e9 thermal_zone_unbind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0x46cbce9c firmware_kobj EXPORT_SYMBOL_GPL vmlinux 0x46cc2112 efivars_kobject EXPORT_SYMBOL_GPL vmlinux 0x46ce91f7 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x46e0529b pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x46e23a89 cec_s_log_addrs EXPORT_SYMBOL_GPL vmlinux 0x46e3919a __pm_runtime_disable -EXPORT_SYMBOL_GPL vmlinux 0x46ecc727 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x46f152b6 proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put EXPORT_SYMBOL_GPL vmlinux 0x470df58c serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x471f734d pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x472855e6 rio_dma_prep_xfer EXPORT_SYMBOL_GPL vmlinux 0x472917f9 cm_notify_event @@ -19675,22 +19697,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0x479cc2de devm_devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable EXPORT_SYMBOL_GPL vmlinux 0x47a89953 __tracepoint_pelt_cfs_tp -EXPORT_SYMBOL_GPL vmlinux 0x47a982e4 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy EXPORT_SYMBOL_GPL vmlinux 0x47ad6b41 spi_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e18e15 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire EXPORT_SYMBOL_GPL vmlinux 0x482a5103 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x482c5ed0 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x482da354 regulator_list_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0x4841adbd usb_choose_configuration -EXPORT_SYMBOL_GPL vmlinux 0x484e4682 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x486eae9e crypto_aead_setauthsize EXPORT_SYMBOL_GPL vmlinux 0x487428f2 noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0x4881cd7b irq_chip_set_type_parent EXPORT_SYMBOL_GPL vmlinux 0x4892c594 wm8350_block_read EXPORT_SYMBOL_GPL vmlinux 0x4897600f tty_encode_baud_rate -EXPORT_SYMBOL_GPL vmlinux 0x489b9ee1 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get EXPORT_SYMBOL_GPL vmlinux 0x48b8c178 devm_acpi_dev_add_driver_gpios EXPORT_SYMBOL_GPL vmlinux 0x48c95234 gpiod_set_value @@ -19705,11 +19726,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x4926a961 blk_lld_busy EXPORT_SYMBOL_GPL vmlinux 0x492a04a5 cgroup_path_ns EXPORT_SYMBOL_GPL vmlinux 0x492c4290 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x493b05ef pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0x493e0cd1 debugfs_create_atomic_t EXPORT_SYMBOL_GPL vmlinux 0x495d2ac8 ehci_reset EXPORT_SYMBOL_GPL vmlinux 0x4960f614 uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0x49624ea0 arizona_pm_ops -EXPORT_SYMBOL_GPL vmlinux 0x4964d6d1 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x4969828b usb_poison_urb EXPORT_SYMBOL_GPL vmlinux 0x496a6627 rt_mutex_lock_interruptible EXPORT_SYMBOL_GPL vmlinux 0x497de3e0 sbitmap_show @@ -19718,25 +19739,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue EXPORT_SYMBOL_GPL vmlinux 0x49951708 sev_enable_key EXPORT_SYMBOL_GPL vmlinux 0x4995ae3e ata_scsi_port_error_handler EXPORT_SYMBOL_GPL vmlinux 0x49ba50a0 regulator_bulk_enable -EXPORT_SYMBOL_GPL vmlinux 0x49bc0f85 pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x49bc742c pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0x49bd037e sbitmap_bitmap_show EXPORT_SYMBOL_GPL vmlinux 0x49c14a61 ex_handler_fault EXPORT_SYMBOL_GPL vmlinux 0x49d81d12 acpi_device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0x49db27a4 dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done -EXPORT_SYMBOL_GPL vmlinux 0x49e6cfcc pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x49eb0c5b gnttab_pages_clear_private EXPORT_SYMBOL_GPL vmlinux 0x49f17339 dev_pm_qos_expose_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0x49f684ec serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x4a0314d8 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x4a034b78 crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x4a03bd0f sata_pmp_error_handler EXPORT_SYMBOL_GPL vmlinux 0x4a306695 crypto_lookup_template -EXPORT_SYMBOL_GPL vmlinux 0x4a39fe79 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data EXPORT_SYMBOL_GPL vmlinux 0x4a443376 gpiod_get_optional -EXPORT_SYMBOL_GPL vmlinux 0x4a460cbe netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x4a4cf836 posix_acl_access_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x4a64b5e6 rtc_initialize_alarm EXPORT_SYMBOL_GPL vmlinux 0x4a64dfe7 dev_pm_qos_flags @@ -19746,16 +19764,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x4a98d6cf md_allow_write EXPORT_SYMBOL_GPL vmlinux 0x4a9c1510 serdev_device_write EXPORT_SYMBOL_GPL vmlinux 0x4aa58bea inet_getpeer EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page -EXPORT_SYMBOL_GPL vmlinux 0x4ac7dc8f devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x4ab1ad63 lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0x4acc2624 spi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x4ae7664a flow_indr_block_call EXPORT_SYMBOL_GPL vmlinux 0x4b06b248 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4b143af8 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd EXPORT_SYMBOL_GPL vmlinux 0x4b1d94aa mce_is_correctable EXPORT_SYMBOL_GPL vmlinux 0x4b288d55 mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0x4b29cdac extcon_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x4b2b26f0 crypto_stats_ablkcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x4b2f72c4 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x4b4dcdb8 nf_route EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase EXPORT_SYMBOL_GPL vmlinux 0x4b6c39e8 cec_register_cec_notifier @@ -19763,6 +19783,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4b71390f pm_clk_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread EXPORT_SYMBOL_GPL vmlinux 0x4b7688f2 report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0x4b86715a devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x4b8a5d38 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features EXPORT_SYMBOL_GPL vmlinux 0x4b9406f0 cpufreq_cpu_get EXPORT_SYMBOL_GPL vmlinux 0x4bb9ea07 serial8250_do_shutdown @@ -19772,7 +19793,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes EXPORT_SYMBOL_GPL vmlinux 0x4c17617b class_find_device EXPORT_SYMBOL_GPL vmlinux 0x4c1c9c1c spi_res_alloc EXPORT_SYMBOL_GPL vmlinux 0x4c1f2e94 irqd_cfg -EXPORT_SYMBOL_GPL vmlinux 0x4c1fdaee pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x4c2a0d3b power_supply_set_battery_charged EXPORT_SYMBOL_GPL vmlinux 0x4c2b1a17 fuse_dev_fiq_ops EXPORT_SYMBOL_GPL vmlinux 0x4c2f5141 crypto_aead_encrypt @@ -19783,17 +19803,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module EXPORT_SYMBOL_GPL vmlinux 0x4c51c651 dma_buf_mmap EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c7c858a lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x4ca0196b regulator_list_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0x4ce124d0 usb_hub_release_port EXPORT_SYMBOL_GPL vmlinux 0x4ce3121d dev_pm_opp_init_cpufreq_table -EXPORT_SYMBOL_GPL vmlinux 0x4cf1c2aa pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x4cf1f9ec bsg_scsi_register_queue EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d16fad4 xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x4d202b8c __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4d4c850c pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues EXPORT_SYMBOL_GPL vmlinux 0x4d6a3d80 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x4d76de36 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x4d7f1c53 __page_file_mapping EXPORT_SYMBOL_GPL vmlinux 0x4d8a96ab xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x4dacac33 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf EXPORT_SYMBOL_GPL vmlinux 0x4dbe1dcd gpiod_direction_input EXPORT_SYMBOL_GPL vmlinux 0x4dc4e237 tpm_default_chip @@ -19809,7 +19833,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x4e3394df fscrypt_ioctl_remove_key EXPORT_SYMBOL_GPL vmlinux 0x4e35ea05 edac_mc_alloc EXPORT_SYMBOL_GPL vmlinux 0x4e4fa2a3 uprobe_register_refctr -EXPORT_SYMBOL_GPL vmlinux 0x4e598311 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x4e6cf639 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0x4e70114c ata_sas_tport_delete EXPORT_SYMBOL_GPL vmlinux 0x4e8ee798 task_active_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status @@ -19827,13 +19851,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x4ee4d023 __irq_domain_add EXPORT_SYMBOL_GPL vmlinux 0x4ee7120b xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0x4eef50e6 blkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f0e22e6 devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x4f0f2be9 init_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x4f1e6097 rtc_update_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x4f252d04 security_path_truncate EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update -EXPORT_SYMBOL_GPL vmlinux 0x4f393f43 nf_route EXPORT_SYMBOL_GPL vmlinux 0x4f52a3d5 md_new_event -EXPORT_SYMBOL_GPL vmlinux 0x4f553c36 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x4f578d0f wm8350_set_bits EXPORT_SYMBOL_GPL vmlinux 0x4f59428e get_hwpoison_page EXPORT_SYMBOL_GPL vmlinux 0x4f61d34c dma_request_chan_by_mask @@ -19842,46 +19865,50 @@ EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options EXPORT_SYMBOL_GPL vmlinux 0x4fac98a7 machine_check_poll EXPORT_SYMBOL_GPL vmlinux 0x4fc02643 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fce90bf pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0x4fcf43a9 usb_get_dev EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal EXPORT_SYMBOL_GPL vmlinux 0x4fdfb503 clk_hw_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe6c2ea nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4fecfe9d xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x4ff16fe5 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x4ff3b426 regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x5001a488 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5009badd inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register EXPORT_SYMBOL_GPL vmlinux 0x5024c71c devm_usb_get_phy_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi EXPORT_SYMBOL_GPL vmlinux 0x50294870 firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x50298136 fuse_dev_alloc EXPORT_SYMBOL_GPL vmlinux 0x502a5393 ata_bmdma_port_start32 -EXPORT_SYMBOL_GPL vmlinux 0x50358abf fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x5037367a ehci_setup EXPORT_SYMBOL_GPL vmlinux 0x503efa92 usb_hcd_unmap_urb_setup_for_dma EXPORT_SYMBOL_GPL vmlinux 0x5041bbc2 crypto_unregister_scomp EXPORT_SYMBOL_GPL vmlinux 0x50511249 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x50543a26 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x506c7d1e __vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x507a9eee edac_device_add_device EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x508c06c4 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation EXPORT_SYMBOL_GPL vmlinux 0x50b165e4 dummy_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x50c4d257 ata_sff_thaw -EXPORT_SYMBOL_GPL vmlinux 0x50c9649d nf_queue_entry_release_refs -EXPORT_SYMBOL_GPL vmlinux 0x50d07ae7 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x50c60a88 pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine EXPORT_SYMBOL_GPL vmlinux 0x50dcc6de handle_fasteoi_irq EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num EXPORT_SYMBOL_GPL vmlinux 0x50e856e2 regulator_set_drvdata EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x50ffca31 sysfs_remove_link -EXPORT_SYMBOL_GPL vmlinux 0x51048956 sock_inuse_get -EXPORT_SYMBOL_GPL vmlinux 0x513c0810 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x5104f6cb dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x5145b354 devm_device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x514769e3 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x5155e257 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x51592041 ata_wait_register -EXPORT_SYMBOL_GPL vmlinux 0x5171a9de ncsi_start_dev -EXPORT_SYMBOL_GPL vmlinux 0x51750b9f pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0x51840c51 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq EXPORT_SYMBOL_GPL vmlinux 0x51acd487 dax_writeback_mapping_range @@ -19891,6 +19918,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x51b9f835 sched_trace_cfs_rq_avg EXPORT_SYMBOL_GPL vmlinux 0x51c3d99f regmap_get_raw_write_max EXPORT_SYMBOL_GPL vmlinux 0x51d6934c ata_sff_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x51db82b6 edac_device_handle_ue +EXPORT_SYMBOL_GPL vmlinux 0x51e1c976 inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x5206675e pwm_request EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate @@ -19901,38 +19929,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0x5265e8e3 sysfs_create_groups EXPORT_SYMBOL_GPL vmlinux 0x52899055 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x529f99e5 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x52a7a308 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x52ab2e42 thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0x52b7a91c phy_power_on EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52ed9588 spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0x52f7f846 dev_pm_opp_put_regulators -EXPORT_SYMBOL_GPL vmlinux 0x52f9b7d1 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x53010271 dma_buf_get EXPORT_SYMBOL_GPL vmlinux 0x5327cd5a __rio_local_read_config_32 -EXPORT_SYMBOL_GPL vmlinux 0x533485d5 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x5333bf0f udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x53438e5d verify_signature EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert -EXPORT_SYMBOL_GPL vmlinux 0x537b13d1 ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str EXPORT_SYMBOL_GPL vmlinux 0x53902c6b nd_device_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x5391cfad perf_get_aux EXPORT_SYMBOL_GPL vmlinux 0x5391f2c7 gnttab_end_foreign_access_ref EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late EXPORT_SYMBOL_GPL vmlinux 0x53c47c53 apic -EXPORT_SYMBOL_GPL vmlinux 0x53c52a65 inet_hash EXPORT_SYMBOL_GPL vmlinux 0x53d5e7d2 crypto_shash_alg_has_setkey -EXPORT_SYMBOL_GPL vmlinux 0x53ee916e ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x53f98b50 watchdog_notify_pretimeout EXPORT_SYMBOL_GPL vmlinux 0x540db0c2 perf_aux_output_end EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 EXPORT_SYMBOL_GPL vmlinux 0x54247796 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x5436a928 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x543c55ff gpiod_count EXPORT_SYMBOL_GPL vmlinux 0x544cc768 xenbus_dev_is_online EXPORT_SYMBOL_GPL vmlinux 0x544ebe79 __cpuhp_state_remove_instance EXPORT_SYMBOL_GPL vmlinux 0x544fe022 clockevents_register_device EXPORT_SYMBOL_GPL vmlinux 0x545025e5 nvmem_add_cell_table EXPORT_SYMBOL_GPL vmlinux 0x5461395b unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x546f193b devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0x5487bd3a acpi_dev_get_dma_resources EXPORT_SYMBOL_GPL vmlinux 0x5492c5b2 gpiochip_irq_domain_deactivate EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq @@ -19944,6 +19971,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x54ac3c48 hvc_alloc EXPORT_SYMBOL_GPL vmlinux 0x54af5ab5 dev_coredumpsg EXPORT_SYMBOL_GPL vmlinux 0x54b68c2d devm_power_supply_register EXPORT_SYMBOL_GPL vmlinux 0x54bfcc84 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x54c551cf ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0x54c9f15a sata_scr_valid EXPORT_SYMBOL_GPL vmlinux 0x54cb2c8b del_dma_domain EXPORT_SYMBOL_GPL vmlinux 0x54ed2186 __phy_modify_mmd_changed @@ -19961,7 +19989,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x552a5706 iommu_domain_free EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier -EXPORT_SYMBOL_GPL vmlinux 0x554f924f ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x555f9eca rhashtable_walk_enter EXPORT_SYMBOL_GPL vmlinux 0x5560cbbb sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0x5565078d __cpuhp_state_add_instance @@ -19969,8 +19996,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x556a50cf iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0x556d2606 clk_register_mux_table EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq -EXPORT_SYMBOL_GPL vmlinux 0x5589a029 __xfrm_state_mtu -EXPORT_SYMBOL_GPL vmlinux 0x55936254 __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0x5594fa12 wm8400_reset_codec_reg_cache EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map EXPORT_SYMBOL_GPL vmlinux 0x559d02ec crypto_register_ahash @@ -19986,6 +20011,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab EXPORT_SYMBOL_GPL vmlinux 0x560946be fsnotify_put_mark EXPORT_SYMBOL_GPL vmlinux 0x56102dd8 fsverity_file_open EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561d1006 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x5622ab4e pm_generic_thaw EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status @@ -19995,9 +20021,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x564c2799 devm_gpiod_put EXPORT_SYMBOL_GPL vmlinux 0x565c8b0a init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x5674b3cb rhashtable_free_and_destroy EXPORT_SYMBOL_GPL vmlinux 0x567ac138 ablkcipher_walk_done -EXPORT_SYMBOL_GPL vmlinux 0x569526d2 ip6_dst_lookup -EXPORT_SYMBOL_GPL vmlinux 0x569f01d7 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x56ce6021 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x56d0fa0f xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up EXPORT_SYMBOL_GPL vmlinux 0x56d812ed rio_pw_enable EXPORT_SYMBOL_GPL vmlinux 0x56df6a69 class_compat_remove_link @@ -20009,6 +20034,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5720d1ea gpiochip_find EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on EXPORT_SYMBOL_GPL vmlinux 0x57346feb cpuidle_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x57406f83 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value EXPORT_SYMBOL_GPL vmlinux 0x574fc58c system_serial_number EXPORT_SYMBOL_GPL vmlinux 0x575a53b1 ehci_init_driver @@ -20018,8 +20044,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x57732438 inet_twsk_purge EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5797f574 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all -EXPORT_SYMBOL_GPL vmlinux 0x57a279da ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x57a7de74 dev_pm_opp_get_max_clock_latency EXPORT_SYMBOL_GPL vmlinux 0x57b4b95b mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0x57c150f8 aead_geniv_free @@ -20027,8 +20053,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x57c15597 badblocks_show EXPORT_SYMBOL_GPL vmlinux 0x57c39039 dma_buf_end_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x57c39727 kdb_register_flags EXPORT_SYMBOL_GPL vmlinux 0x57d28397 pm_runtime_set_autosuspend_delay -EXPORT_SYMBOL_GPL vmlinux 0x57d5c34c devlink_flash_update_begin_notify -EXPORT_SYMBOL_GPL vmlinux 0x57d7b4d8 devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x57d7b56f bpf_prog_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0x57f24dbf regulator_list_voltage EXPORT_SYMBOL_GPL vmlinux 0x57f6ad73 iomap_dio_iopoll @@ -20041,6 +20065,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock EXPORT_SYMBOL_GPL vmlinux 0x5832bb31 pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq EXPORT_SYMBOL_GPL vmlinux 0x5851d418 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x58527bb2 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x586163d5 spi_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x586d1f78 security_path_chmod EXPORT_SYMBOL_GPL vmlinux 0x586e05dc __phy_modify @@ -20054,6 +20079,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x589ecb8a max8997_update_reg EXPORT_SYMBOL_GPL vmlinux 0x58a76393 verify_pkcs7_signature EXPORT_SYMBOL_GPL vmlinux 0x58b25529 zap_vma_ptes EXPORT_SYMBOL_GPL vmlinux 0x58b7d7b2 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x58baf9d4 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0x58bf59f4 dev_pm_opp_put_opp_table EXPORT_SYMBOL_GPL vmlinux 0x58d13ea7 cpuidle_enable_device EXPORT_SYMBOL_GPL vmlinux 0x58d42b7d efivar_entry_set @@ -20064,15 +20090,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove EXPORT_SYMBOL_GPL vmlinux 0x58f03b99 register_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0x58f3d130 vfio_device_get_from_dev EXPORT_SYMBOL_GPL vmlinux 0x590db794 fuse_fill_super_common -EXPORT_SYMBOL_GPL vmlinux 0x592c8931 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x5930e5c4 tcp_done EXPORT_SYMBOL_GPL vmlinux 0x59442fbf devm_regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x59496599 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x594cbde5 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x595d8a79 pwm_put EXPORT_SYMBOL_GPL vmlinux 0x596f143f serdev_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf EXPORT_SYMBOL_GPL vmlinux 0x5994a24e blk_queue_write_cache -EXPORT_SYMBOL_GPL vmlinux 0x59a5ccbd __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x59a72cb8 rio_inb_pwrite_handler EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x59bb67fc platform_find_device_by_driver @@ -20083,7 +20109,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x59e26ee4 usb_hcd_setup_local_mem EXPORT_SYMBOL_GPL vmlinux 0x59f4eb5e nvdimm_bus_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x5a00c375 gov_attr_set_init EXPORT_SYMBOL_GPL vmlinux 0x5a22b3a1 memremap_pages -EXPORT_SYMBOL_GPL vmlinux 0x5a238b1e devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0x5a2f3352 rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del EXPORT_SYMBOL_GPL vmlinux 0x5a6cba69 regcache_sync_region EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt @@ -20093,10 +20119,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x5a96136e unregister_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x5aa5665c dev_pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x5aa5b2e0 thermal_zone_get_temp EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab2b809 pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x5ab8c059 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5ad57491 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x5ae00b76 edac_pci_handle_npe -EXPORT_SYMBOL_GPL vmlinux 0x5ae310ca rtnl_af_unregister -EXPORT_SYMBOL_GPL vmlinux 0x5ae9048a pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x5af1e3b9 list_lru_del EXPORT_SYMBOL_GPL vmlinux 0x5af963b2 regmap_raw_read EXPORT_SYMBOL_GPL vmlinux 0x5afc7e37 bind_interdomain_evtchn_to_irqhandler @@ -20108,7 +20134,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x5b28f174 tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0x5b352e91 subsys_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x5b35c4f9 vfio_group_set_kvm EXPORT_SYMBOL_GPL vmlinux 0x5b40aae5 iomap_fiemap -EXPORT_SYMBOL_GPL vmlinux 0x5b5613bb tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x5b5bf57b cpufreq_cpu_get_raw EXPORT_SYMBOL_GPL vmlinux 0x5b669355 bus_create_file EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment @@ -20116,12 +20141,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5b75eb8a devm_regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x5b7e5c37 driver_for_each_device EXPORT_SYMBOL_GPL vmlinux 0x5b884364 hyperv_report_panic_msg EXPORT_SYMBOL_GPL vmlinux 0x5b89b4a3 fwnode_handle_put -EXPORT_SYMBOL_GPL vmlinux 0x5b8ba42a __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x5b9350e1 ata_sff_error_handler EXPORT_SYMBOL_GPL vmlinux 0x5bb19e06 ata_std_error_handler EXPORT_SYMBOL_GPL vmlinux 0x5bb289ac __tracepoint_extlog_mem_event EXPORT_SYMBOL_GPL vmlinux 0x5bb2f032 virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc31c3a pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x5bc346fb irq_get_domain_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp @@ -20132,6 +20157,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c0f630c anon_inode_getfd EXPORT_SYMBOL_GPL vmlinux 0x5c17df60 debugfs_create_file_size EXPORT_SYMBOL_GPL vmlinux 0x5c1a4502 regulator_get_hardware_vsel_register EXPORT_SYMBOL_GPL vmlinux 0x5c2bcd37 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x5c472845 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x5c4a12c1 init_user_ns EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control EXPORT_SYMBOL_GPL vmlinux 0x5c60e4b6 da903x_read @@ -20140,20 +20166,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c7417af thermal_zone_set_trips EXPORT_SYMBOL_GPL vmlinux 0x5c79622d device_unregister EXPORT_SYMBOL_GPL vmlinux 0x5c8bc4e6 uart_console_write EXPORT_SYMBOL_GPL vmlinux 0x5c929687 bio_disassociate_blkg -EXPORT_SYMBOL_GPL vmlinux 0x5c93ce20 devlink_param_driverinit_value_get -EXPORT_SYMBOL_GPL vmlinux 0x5ca4e67b pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5c931f87 strp_stop EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple -EXPORT_SYMBOL_GPL vmlinux 0x5cbfdb3f udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x5cc593e3 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put EXPORT_SYMBOL_GPL vmlinux 0x5d07a0a5 led_classdev_suspend EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1a0dcf xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x5d4a2fec to_nd_region EXPORT_SYMBOL_GPL vmlinux 0x5d5214a4 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x5d6ed348 cec_notifier_parse_hdmi_phandle EXPORT_SYMBOL_GPL vmlinux 0x5d8aab11 edac_mc_free EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq -EXPORT_SYMBOL_GPL vmlinux 0x5d9d42f2 devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x5d9e07dc ahash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5db40ece sock_diag_check_cookie @@ -20175,7 +20200,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x5e6d0246 blkcipher_aead_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val EXPORT_SYMBOL_GPL vmlinux 0x5e83fd2f regcache_mark_dirty EXPORT_SYMBOL_GPL vmlinux 0x5e92eff0 arizona_dev_init -EXPORT_SYMBOL_GPL vmlinux 0x5ea20332 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x5eaf28f3 tracing_cond_snapshot_data EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x5ef0227b key_type_user @@ -20186,22 +20210,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource EXPORT_SYMBOL_GPL vmlinux 0x5f2ae7c9 rio_dev_get EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc -EXPORT_SYMBOL_GPL vmlinux 0x5f3d97e8 __pci_reset_function_locked -EXPORT_SYMBOL_GPL vmlinux 0x5f410abd devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x5f41a56e __devm_irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0x5f49ecce blk_mq_quiesce_queue_nowait -EXPORT_SYMBOL_GPL vmlinux 0x5f5ed84d pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private EXPORT_SYMBOL_GPL vmlinux 0x5f891ad0 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x5facfe17 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5fb39fc8 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x5fc06a74 lp8788_read_byte EXPORT_SYMBOL_GPL vmlinux 0x5fcff4de devm_regulator_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe49ebc pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x60069ee1 inet_ehash_locks_alloc EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x6014aaab account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x601ba3eb __tracepoint_io_page_fault EXPORT_SYMBOL_GPL vmlinux 0x60226a1f acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x602ba660 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x60345891 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604605ac sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x6049406b devm_kstrdup EXPORT_SYMBOL_GPL vmlinux 0x6049d467 unregister_virtio_device @@ -20213,7 +20240,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x605aa500 phy_create_lookup EXPORT_SYMBOL_GPL vmlinux 0x605d2dba spi_controller_suspend EXPORT_SYMBOL_GPL vmlinux 0x6062cace blk_rq_err_bytes EXPORT_SYMBOL_GPL vmlinux 0x6067fe36 driver_attach -EXPORT_SYMBOL_GPL vmlinux 0x606f94b1 pci_intx EXPORT_SYMBOL_GPL vmlinux 0x60719ba8 fsnotify_get_group EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put EXPORT_SYMBOL_GPL vmlinux 0x60806523 i2c_acpi_get_i2c_resource @@ -20226,8 +20252,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x60b64cad xenbus_dev_remove EXPORT_SYMBOL_GPL vmlinux 0x60bdc762 crypto_register_aead EXPORT_SYMBOL_GPL vmlinux 0x60bff0ce tpm_chip_stop EXPORT_SYMBOL_GPL vmlinux 0x60c1edd6 devm_device_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x60c58ae6 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x60ea137a fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf -EXPORT_SYMBOL_GPL vmlinux 0x610f71d6 devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x611704a5 pm_generic_restore_early EXPORT_SYMBOL_GPL vmlinux 0x6119593a usb_block_urb EXPORT_SYMBOL_GPL vmlinux 0x611a0815 rio_request_inb_dbell @@ -20235,11 +20262,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status EXPORT_SYMBOL_GPL vmlinux 0x613cc9f6 fuse_sync_release -EXPORT_SYMBOL_GPL vmlinux 0x6140edcd iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0x61493c9e debugfs_real_fops EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add -EXPORT_SYMBOL_GPL vmlinux 0x61992393 free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x619b14da fpstate_init +EXPORT_SYMBOL_GPL vmlinux 0x619b6bcd devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x61a64380 bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0x61adb081 ata_platform_remove_one EXPORT_SYMBOL_GPL vmlinux 0x61ae1d2d xas_pause @@ -20248,6 +20274,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x61be6ac4 power_supply_get_battery_info EXPORT_SYMBOL_GPL vmlinux 0x61c58aa4 sysfs_change_owner EXPORT_SYMBOL_GPL vmlinux 0x61ead5ea md_bitmap_resize EXPORT_SYMBOL_GPL vmlinux 0x61eb4873 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x61ee51e6 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0x61fef267 unix_inq_len EXPORT_SYMBOL_GPL vmlinux 0x62128608 vfio_virqfd_disable @@ -20257,12 +20284,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x625318f1 iommu_fwspec_add_ids EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context EXPORT_SYMBOL_GPL vmlinux 0x62632161 freq_qos_remove_notifier -EXPORT_SYMBOL_GPL vmlinux 0x62842aad inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x628f5a3b dev_pm_opp_find_freq_ceil EXPORT_SYMBOL_GPL vmlinux 0x62950159 bsg_job_put EXPORT_SYMBOL_GPL vmlinux 0x62985dbd badblocks_clear EXPORT_SYMBOL_GPL vmlinux 0x629b37ce md_bitmap_load EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c1128e inet_csk_compat_setsockopt EXPORT_SYMBOL_GPL vmlinux 0x62ca1630 gpiochip_populate_parent_fwspec_fourcell EXPORT_SYMBOL_GPL vmlinux 0x62cae61a sched_trace_rd_span EXPORT_SYMBOL_GPL vmlinux 0x62ee488c devres_add @@ -20274,9 +20301,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x633ef20e dm_internal_suspend_noflush EXPORT_SYMBOL_GPL vmlinux 0x633f5739 dax_region_put EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model EXPORT_SYMBOL_GPL vmlinux 0x6346bf6f devm_hwrng_unregister -EXPORT_SYMBOL_GPL vmlinux 0x63545827 usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x63598946 dm_get_table_device -EXPORT_SYMBOL_GPL vmlinux 0x6361db19 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x6366ef65 phy_speed_down EXPORT_SYMBOL_GPL vmlinux 0x636932e3 fwnode_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x637e70cf devm_spi_mem_dirmap_destroy @@ -20286,22 +20311,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x63851ea7 crypto_alloc_akcipher EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax EXPORT_SYMBOL_GPL vmlinux 0x638c6409 debugfs_remove_recursive -EXPORT_SYMBOL_GPL vmlinux 0x638e9c10 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x63b7a0d2 fscrypt_ioctl_get_key_status EXPORT_SYMBOL_GPL vmlinux 0x63b9eced xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x63b9ee1b blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare EXPORT_SYMBOL_GPL vmlinux 0x63c68bb9 fscrypt_symlink_getattr EXPORT_SYMBOL_GPL vmlinux 0x63c8fd2b hv_setup_stimer0_irq EXPORT_SYMBOL_GPL vmlinux 0x63c95ade perf_aux_output_skip -EXPORT_SYMBOL_GPL vmlinux 0x63cf2137 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x63dbff52 mnt_drop_write EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint -EXPORT_SYMBOL_GPL vmlinux 0x6410fc60 inet_send_prepare -EXPORT_SYMBOL_GPL vmlinux 0x6429a071 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0x64302b7f irq_gc_mask_clr_bit EXPORT_SYMBOL_GPL vmlinux 0x644eb7cb dev_pm_get_subsys_data -EXPORT_SYMBOL_GPL vmlinux 0x644f04db ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x645e9762 of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x646654df efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0x646c9e14 simple_attr_read @@ -20320,12 +20341,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x64d3cc4e xas_load EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf -EXPORT_SYMBOL_GPL vmlinux 0x6508fac5 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x651164a9 tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x65167786 dev_pm_opp_is_turbo EXPORT_SYMBOL_GPL vmlinux 0x651870f5 relay_file_operations EXPORT_SYMBOL_GPL vmlinux 0x6521a101 rt_mutex_timed_lock EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6534dfef cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x6536bcc5 ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x6559c03c thp_get_unmapped_area EXPORT_SYMBOL_GPL vmlinux 0x6559f683 register_pernet_subsys @@ -20334,17 +20355,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x656994ac fuse_file_poll EXPORT_SYMBOL_GPL vmlinux 0x656ddf38 pm_runtime_suspended_time EXPORT_SYMBOL_GPL vmlinux 0x656f561b pinctrl_force_default EXPORT_SYMBOL_GPL vmlinux 0x657278fd devres_close_group -EXPORT_SYMBOL_GPL vmlinux 0x65771f70 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x657dc5ec fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x6582cb16 gpiochip_line_is_open_source -EXPORT_SYMBOL_GPL vmlinux 0x65841a23 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x65872a97 sdio_memcpy_fromio EXPORT_SYMBOL_GPL vmlinux 0x6592390d device_set_of_node_from_dev EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x65be3ce7 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers EXPORT_SYMBOL_GPL vmlinux 0x65d237d6 dm_send_uevents EXPORT_SYMBOL_GPL vmlinux 0x65d4e761 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x65dfba2b clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x65e300e8 spi_mem_supports_op EXPORT_SYMBOL_GPL vmlinux 0x65f88af1 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x65fdba1d ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0x66000555 blk_execute_rq_nowait EXPORT_SYMBOL_GPL vmlinux 0x6606757b regulator_register EXPORT_SYMBOL_GPL vmlinux 0x660a4749 sata_std_hardreset @@ -20358,8 +20381,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode EXPORT_SYMBOL_GPL vmlinux 0x66508778 edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0x66528970 devm_rtc_device_register EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle -EXPORT_SYMBOL_GPL vmlinux 0x66668a03 pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x666e8503 agp_remove_bridge EXPORT_SYMBOL_GPL vmlinux 0x66772039 clk_hw_unregister_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x66794124 ata_acpi_gtm EXPORT_SYMBOL_GPL vmlinux 0x66799b9d query_asymmetric_key @@ -20376,7 +20399,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr EXPORT_SYMBOL_GPL vmlinux 0x66e831ce nvdimm_pmem_region_create EXPORT_SYMBOL_GPL vmlinux 0x66f30a20 gpiochip_enable_irq EXPORT_SYMBOL_GPL vmlinux 0x67094522 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x670e4b67 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x671649fa get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x671e8397 agp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x6724c70b i2c_acpi_new_device EXPORT_SYMBOL_GPL vmlinux 0x6733703b bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key @@ -20388,25 +20413,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits EXPORT_SYMBOL_GPL vmlinux 0x679bf7c0 crypto_register_instance EXPORT_SYMBOL_GPL vmlinux 0x67a31336 mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x67add6ef __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x67b4e230 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x67b6e221 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x67c4069f ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x67cf1168 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq EXPORT_SYMBOL_GPL vmlinux 0x67df0686 wm831x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x67e341e3 uv_bios_freq_base +EXPORT_SYMBOL_GPL vmlinux 0x67f82336 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x67fe69b3 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x6800d429 skcipher_walk_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x68061cc4 class_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x682db5e0 pm_generic_resume_early -EXPORT_SYMBOL_GPL vmlinux 0x6855cbac tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x6870f7ec tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0x68743a91 __hwspin_trylock EXPORT_SYMBOL_GPL vmlinux 0x688a60ba pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0x688d0e03 list_lru_walk_node EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch EXPORT_SYMBOL_GPL vmlinux 0x689b89b0 disk_part_iter_exit -EXPORT_SYMBOL_GPL vmlinux 0x68a61d63 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x68a94ab0 freq_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x68c35be4 put_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x68dbf8de nvmem_device_write -EXPORT_SYMBOL_GPL vmlinux 0x6900724a ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x68f75883 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x690ae920 sdio_enable_func EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array EXPORT_SYMBOL_GPL vmlinux 0x691b65ad ata_cable_unknown @@ -20422,7 +20451,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock EXPORT_SYMBOL_GPL vmlinux 0x696371cb virtio_max_dma_size EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc -EXPORT_SYMBOL_GPL vmlinux 0x6987ffd5 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x69881fe5 clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x699d3539 dev_pm_opp_put_clkname EXPORT_SYMBOL_GPL vmlinux 0x69b4943c xenbus_dev_suspend @@ -20432,7 +20460,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x69ec2812 usb_get_current_frame_number EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x6a1ac126 dm_hold -EXPORT_SYMBOL_GPL vmlinux 0x6a31dd18 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x6a3b11ef device_reprobe EXPORT_SYMBOL_GPL vmlinux 0x6a3e6bed dev_pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue @@ -20442,19 +20469,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a58bfc1 led_set_brightness_nopm EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence EXPORT_SYMBOL_GPL vmlinux 0x6a60e64b ata_host_put EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a719d4f ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x6a8009aa i2c_acpi_find_adapter_by_handle EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start EXPORT_SYMBOL_GPL vmlinux 0x6a908480 ata_sff_data_xfer -EXPORT_SYMBOL_GPL vmlinux 0x6a90cafc usb_hcd_pci_probe -EXPORT_SYMBOL_GPL vmlinux 0x6a959362 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via EXPORT_SYMBOL_GPL vmlinux 0x6abd5dd9 PageHuge -EXPORT_SYMBOL_GPL vmlinux 0x6ac3a473 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x6aca5a24 iomap_migrate_page EXPORT_SYMBOL_GPL vmlinux 0x6aceeb20 iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0x6ad355c9 pwm_get -EXPORT_SYMBOL_GPL vmlinux 0x6afc94fb lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x6ae7defe netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x6b00a857 handle_fasteoi_nmi EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority EXPORT_SYMBOL_GPL vmlinux 0x6b101adf tty_prepare_flip_string @@ -20476,14 +20501,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x6baa2bb4 nvdimm_bus_register EXPORT_SYMBOL_GPL vmlinux 0x6bc980b9 badblocks_init EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save EXPORT_SYMBOL_GPL vmlinux 0x6bd32881 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x6bd7d45a skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be46fa6 pci_msi_set_desc EXPORT_SYMBOL_GPL vmlinux 0x6beac2ed crypto_register_rng EXPORT_SYMBOL_GPL vmlinux 0x6bf1ac62 rtc_nvmem_register -EXPORT_SYMBOL_GPL vmlinux 0x6bf64f57 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x6bfa9dbd cpufreq_policy_transition_delay_us EXPORT_SYMBOL_GPL vmlinux 0x6bfbc344 irq_domain_push_irq EXPORT_SYMBOL_GPL vmlinux 0x6c09467a nvdimm_cmd_mask EXPORT_SYMBOL_GPL vmlinux 0x6c0f1668 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x6c388b9d raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen @@ -20493,11 +20520,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x6c51f043 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier EXPORT_SYMBOL_GPL vmlinux 0x6c9c3664 sysfs_notify EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca929ca acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x6cb91a87 subsys_interface_register EXPORT_SYMBOL_GPL vmlinux 0x6ccd0c4c pm_clk_remove_clk EXPORT_SYMBOL_GPL vmlinux 0x6ccdf21e pci_epf_match_device +EXPORT_SYMBOL_GPL vmlinux 0x6cd6d466 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x6cdad578 crypto_blkcipher_type -EXPORT_SYMBOL_GPL vmlinux 0x6cddedeb devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x6cf635c7 fwnode_graph_get_remote_endpoint EXPORT_SYMBOL_GPL vmlinux 0x6cfb19d0 hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request @@ -20522,9 +20550,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x6db2113c mbox_chan_txdone EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6dc1c108 tps65912_device_init EXPORT_SYMBOL_GPL vmlinux 0x6ddf7796 regulator_set_pull_down_regmap -EXPORT_SYMBOL_GPL vmlinux 0x6de32265 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x6de6aab9 crypto_aead_decrypt -EXPORT_SYMBOL_GPL vmlinux 0x6e052920 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x6dee420a skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0x6e114829 __account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x6e2c2c06 screen_glyph EXPORT_SYMBOL_GPL vmlinux 0x6e2d6295 devm_gpiochip_add_data @@ -20533,36 +20560,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free EXPORT_SYMBOL_GPL vmlinux 0x6e64570c irq_set_chip_and_handler_name EXPORT_SYMBOL_GPL vmlinux 0x6e65f24b wm8350_reg_lock EXPORT_SYMBOL_GPL vmlinux 0x6e67c955 disk_part_iter_init -EXPORT_SYMBOL_GPL vmlinux 0x6e68cb78 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7ed8ad skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base EXPORT_SYMBOL_GPL vmlinux 0x6e96016e __vfs_removexattr_noperm -EXPORT_SYMBOL_GPL vmlinux 0x6e9d3e80 skb_to_sgvec_nomark -EXPORT_SYMBOL_GPL vmlinux 0x6eb96e65 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x6eaa60e5 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6ec40b11 sdio_retune_hold_now EXPORT_SYMBOL_GPL vmlinux 0x6ed07805 spi_set_cs_timing +EXPORT_SYMBOL_GPL vmlinux 0x6ed19bd2 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x6ed7e159 dax_finish_sync_fault EXPORT_SYMBOL_GPL vmlinux 0x6ee8c94b sfp_get_module_eeprom EXPORT_SYMBOL_GPL vmlinux 0x6ee92d89 cgrp_dfl_root EXPORT_SYMBOL_GPL vmlinux 0x6eeaafb0 virtqueue_disable_cb EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6ef833f1 acpi_subsys_suspend_noirq -EXPORT_SYMBOL_GPL vmlinux 0x6ef9de6a sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x6f0a1dc7 sysfs_update_groups EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6f22a2f2 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x6f26d4d3 inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x6f2a4846 __cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x6f343b4c rt_mutex_trylock EXPORT_SYMBOL_GPL vmlinux 0x6f55a7d7 regmap_get_device -EXPORT_SYMBOL_GPL vmlinux 0x6f896f0d xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x6f845bfc skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x6f9d540b freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fac56e1 skcipher_walk_atomise EXPORT_SYMBOL_GPL vmlinux 0x6fb49169 crypto_register_ahashes EXPORT_SYMBOL_GPL vmlinux 0x6fb54f62 xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0x6fc298f2 nd_blk_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x6fc4baad nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x6fcb1aab devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x6fd6049e fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0x6fd96c1b crypto_req_done EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng @@ -20570,17 +20599,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev EXPORT_SYMBOL_GPL vmlinux 0x7004abf4 kthread_queue_work EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x70095b2e vfio_iommu_group_get -EXPORT_SYMBOL_GPL vmlinux 0x7023ab2e sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x701737c8 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x70250b87 ata_do_dev_read_id EXPORT_SYMBOL_GPL vmlinux 0x702fc01b __kthread_init_worker EXPORT_SYMBOL_GPL vmlinux 0x70327b16 virtio_check_driver_offered_feature -EXPORT_SYMBOL_GPL vmlinux 0x70377f94 inet_csk_compat_setsockopt EXPORT_SYMBOL_GPL vmlinux 0x70542185 crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe EXPORT_SYMBOL_GPL vmlinux 0x706dd8a7 devm_clk_bulk_get_optional EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array EXPORT_SYMBOL_GPL vmlinux 0x70824ef8 wm8350_clear_bits EXPORT_SYMBOL_GPL vmlinux 0x70978b2d device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x709e1aa2 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x70b7c07a gnttab_grant_foreign_transfer EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x70c34e0c regmap_raw_write_async @@ -20592,7 +20621,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x70d435d0 tracing_snapshot_cond_enable EXPORT_SYMBOL_GPL vmlinux 0x70d48de2 clk_hw_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x70da1a4e crypto_alloc_shash EXPORT_SYMBOL_GPL vmlinux 0x70e021a6 devm_request_free_mem_region -EXPORT_SYMBOL_GPL vmlinux 0x70e800df pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x70ea67fb device_find_child EXPORT_SYMBOL_GPL vmlinux 0x70f5332f sfi_table_parse EXPORT_SYMBOL_GPL vmlinux 0x70fbbb41 thermal_zone_device_unregister @@ -20601,67 +20629,68 @@ EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x710f36f9 regulator_set_bypass_regmap EXPORT_SYMBOL_GPL vmlinux 0x710fd349 preempt_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x7125c1f0 phy_select_page -EXPORT_SYMBOL_GPL vmlinux 0x7126d9c7 ping_close EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features EXPORT_SYMBOL_GPL vmlinux 0x71444e5d pwm_apply_state EXPORT_SYMBOL_GPL vmlinux 0x714dd637 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x71588005 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness EXPORT_SYMBOL_GPL vmlinux 0x71698d9a __vfs_setxattr_locked -EXPORT_SYMBOL_GPL vmlinux 0x716c3195 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x716c688c tps6586x_read EXPORT_SYMBOL_GPL vmlinux 0x716c7423 pinctrl_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x71755e8e acpi_dma_controller_free EXPORT_SYMBOL_GPL vmlinux 0x71762b6b cec_notifier_cec_adap_register EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x718f420b sata_scr_read -EXPORT_SYMBOL_GPL vmlinux 0x7195b664 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x7199b46a devm_devfreq_event_add_edev EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x71c15d2b pm_generic_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x71c40fa5 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x71cded00 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x71f20fa7 setup_irq EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check EXPORT_SYMBOL_GPL vmlinux 0x72119f59 sdio_writeb -EXPORT_SYMBOL_GPL vmlinux 0x7214a01e __iptunnel_pull_header -EXPORT_SYMBOL_GPL vmlinux 0x72195155 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x7269ef12 __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events EXPORT_SYMBOL_GPL vmlinux 0x7284ee66 pinctrl_utils_add_map_mux EXPORT_SYMBOL_GPL vmlinux 0x7298a9f1 cec_s_phys_addr_from_edid EXPORT_SYMBOL_GPL vmlinux 0x72a85d4d tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72b863cd dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x72c1aeeb __tracepoint_map EXPORT_SYMBOL_GPL vmlinux 0x72d1bb14 devm_clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0x72d8f856 wm8998_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0x72e1dbf0 sock_diag_register_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x72e7ccef virtqueue_add_inbuf_ctx -EXPORT_SYMBOL_GPL vmlinux 0x72e90448 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x72f60b09 led_trigger_blink_oneshot -EXPORT_SYMBOL_GPL vmlinux 0x730a5fe7 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x73025982 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x73186bae register_virtio_driver EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x73243b64 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end -EXPORT_SYMBOL_GPL vmlinux 0x732b3c95 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x7355a72c regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x736158be rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x737e45b9 devm_device_add_group EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return EXPORT_SYMBOL_GPL vmlinux 0x738529aa i2c_new_dummy -EXPORT_SYMBOL_GPL vmlinux 0x7388e6ab devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket EXPORT_SYMBOL_GPL vmlinux 0x739363c1 crypto_alloc_instance EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73bf394c tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0x73c269f6 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x73ca5a41 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x73cb2937 to_nd_blk_region +EXPORT_SYMBOL_GPL vmlinux 0x73d110c5 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x73d53007 power_supply_put_battery_info EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite EXPORT_SYMBOL_GPL vmlinux 0x73e716ae xenbus_dev_shutdown EXPORT_SYMBOL_GPL vmlinux 0x73efab81 device_match_any EXPORT_SYMBOL_GPL vmlinux 0x73fd6995 pci_epc_get EXPORT_SYMBOL_GPL vmlinux 0x7406c8fb blk_abort_request -EXPORT_SYMBOL_GPL vmlinux 0x74112220 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x7413850c pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x743926ed dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask EXPORT_SYMBOL_GPL vmlinux 0x744239aa clk_hw_get_rate EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini @@ -20675,15 +20704,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x7492b3f6 __class_register EXPORT_SYMBOL_GPL vmlinux 0x74b23b8d xhci_run EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74b9836f __blk_mq_debugfs_rq_show -EXPORT_SYMBOL_GPL vmlinux 0x74ba0d47 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74caabe4 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x74cacc8c pm_genpd_remove_subdomain -EXPORT_SYMBOL_GPL vmlinux 0x74e41a24 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden EXPORT_SYMBOL_GPL vmlinux 0x74efbf13 dax_iomap_fault EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 -EXPORT_SYMBOL_GPL vmlinux 0x751f9a01 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status EXPORT_SYMBOL_GPL vmlinux 0x7538ec55 check_move_unevictable_pages @@ -20692,28 +20719,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x7551f5fc devm_regulator_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x755cff13 i2c_dw_prepare_clk EXPORT_SYMBOL_GPL vmlinux 0x755d7d4f phy_get EXPORT_SYMBOL_GPL vmlinux 0x755da731 clk_hw_get_parent -EXPORT_SYMBOL_GPL vmlinux 0x7569008a inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x756eed29 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0x75792186 get_xsave_addr -EXPORT_SYMBOL_GPL vmlinux 0x75809632 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness EXPORT_SYMBOL_GPL vmlinux 0x75d25e7e __tracepoint_napi_poll EXPORT_SYMBOL_GPL vmlinux 0x75d67795 crypto_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0x75d821ac dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x75d85a30 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x75f0e875 xas_store -EXPORT_SYMBOL_GPL vmlinux 0x7611a44e pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x75feb464 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x762203a9 nvdimm_has_cache EXPORT_SYMBOL_GPL vmlinux 0x76590e1f crypto_enqueue_request EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key EXPORT_SYMBOL_GPL vmlinux 0x767ab629 phy_validate EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier -EXPORT_SYMBOL_GPL vmlinux 0x76987182 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x769ae336 wait_on_page_writeback EXPORT_SYMBOL_GPL vmlinux 0x769e2751 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x76a05445 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x76a68980 regmap_add_irq_chip -EXPORT_SYMBOL_GPL vmlinux 0x76aa1ba6 __fl6_sock_lookup -EXPORT_SYMBOL_GPL vmlinux 0x76b662b9 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x76c1dd8b mctrl_gpio_init EXPORT_SYMBOL_GPL vmlinux 0x76c69ef3 regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x76d951cd mce_inject_log @@ -20723,18 +20748,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x76f0a2a4 blk_mq_freeze_queue EXPORT_SYMBOL_GPL vmlinux 0x76f4096d dma_max_mapping_size -EXPORT_SYMBOL_GPL vmlinux 0x76f559c7 pci_set_pcie_reset_state -EXPORT_SYMBOL_GPL vmlinux 0x76f8e404 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x76fe4aa7 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x77044afe devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x7705ef93 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x77134c51 hwpoison_filter EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register EXPORT_SYMBOL_GPL vmlinux 0x772a41e3 do_splice_from EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree EXPORT_SYMBOL_GPL vmlinux 0x77437134 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x7749b638 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister -EXPORT_SYMBOL_GPL vmlinux 0x77603036 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x7772bc71 power_supply_get_by_name EXPORT_SYMBOL_GPL vmlinux 0x777796d2 rio_add_net EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read @@ -20747,13 +20771,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x77dd1110 tty_buffer_lock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x77eb2fe7 __hrtimer_get_remaining EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x7809be5f inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x780ae089 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x780b9f69 gpiochip_request_own_desc EXPORT_SYMBOL_GPL vmlinux 0x780bc0c3 attribute_container_find_class_device EXPORT_SYMBOL_GPL vmlinux 0x781f6ec0 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x782696e5 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt EXPORT_SYMBOL_GPL vmlinux 0x782afc5a irq_chip_disable_parent -EXPORT_SYMBOL_GPL vmlinux 0x782b599b br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0x783ebc49 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x78440030 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x78535463 gpiochip_line_is_valid EXPORT_SYMBOL_GPL vmlinux 0x7857095a pcc_mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0x785a3b46 scsi_autopm_get_device @@ -20763,29 +20790,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x787259c3 regulator_map_voltage_pickable_linear_rang EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x787c9483 iommu_dev_feature_enabled EXPORT_SYMBOL_GPL vmlinux 0x78812411 hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78abac73 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x78b33bfa dev_pm_opp_set_sharing_cpus -EXPORT_SYMBOL_GPL vmlinux 0x78b64435 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr EXPORT_SYMBOL_GPL vmlinux 0x79166107 subsys_interface_unregister EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure -EXPORT_SYMBOL_GPL vmlinux 0x791ada86 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot -EXPORT_SYMBOL_GPL vmlinux 0x795386d6 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x795dd2e7 component_unbind_all EXPORT_SYMBOL_GPL vmlinux 0x795de4b3 devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x797d9c34 i2c_parse_fw_timings EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev EXPORT_SYMBOL_GPL vmlinux 0x798eafa8 ata_cable_80wire -EXPORT_SYMBOL_GPL vmlinux 0x798f08ec dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x7993ee53 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x799aebb1 sbitmap_get_shallow -EXPORT_SYMBOL_GPL vmlinux 0x799d0527 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x79a54fd1 __efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0x79a9096d __page_mapcount -EXPORT_SYMBOL_GPL vmlinux 0x79b9c347 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups EXPORT_SYMBOL_GPL vmlinux 0x79c82c26 __percpu_init_rwsem EXPORT_SYMBOL_GPL vmlinux 0x79cf1043 fpu_kernel_xstate_size @@ -20795,24 +20818,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped EXPORT_SYMBOL_GPL vmlinux 0x79ed9c8f bd_unlink_disk_holder EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x7a0367c0 dma_resv_get_fences_rcu -EXPORT_SYMBOL_GPL vmlinux 0x7a0c6979 dw_pcie_find_ext_capability -EXPORT_SYMBOL_GPL vmlinux 0x7a23abd0 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x7a0d719f pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7a0ea27b sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x7a23e30e crypto_unregister_acomp EXPORT_SYMBOL_GPL vmlinux 0x7a3fa796 crypto_hash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x7a5701a9 pwm_adjust_config EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values -EXPORT_SYMBOL_GPL vmlinux 0x7a74acdd ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie -EXPORT_SYMBOL_GPL vmlinux 0x7a87726d nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x7a964700 crypto_unregister_alg -EXPORT_SYMBOL_GPL vmlinux 0x7aa4b8cb ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x7aa7f8dc da903x_write EXPORT_SYMBOL_GPL vmlinux 0x7abfca43 rhashtable_init EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array EXPORT_SYMBOL_GPL vmlinux 0x7ac90cf7 gpiochip_line_is_persistent EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings -EXPORT_SYMBOL_GPL vmlinux 0x7afa5105 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x7ae3a84b ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x7b0d3b4d spi_mem_get_name EXPORT_SYMBOL_GPL vmlinux 0x7b10a227 devm_pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep @@ -20826,15 +20846,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0x7b706109 bus_get_device_klist EXPORT_SYMBOL_GPL vmlinux 0x7b7e5c8d blk_queue_required_elevator_features -EXPORT_SYMBOL_GPL vmlinux 0x7b815d97 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x7b8e7edf bpf_offload_dev_create EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us EXPORT_SYMBOL_GPL vmlinux 0x7ba6a736 device_wakeup_disable -EXPORT_SYMBOL_GPL vmlinux 0x7bb16a70 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x7bb2367e fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x7bb4a818 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x7bbf18c5 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x7bc32eff evm_verifyxattr EXPORT_SYMBOL_GPL vmlinux 0x7bc64eec mddev_init_writes_pending EXPORT_SYMBOL_GPL vmlinux 0x7bcfd6c1 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7bdeb43f devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x7bed72e4 usb_lock_device_for_reset EXPORT_SYMBOL_GPL vmlinux 0x7bf65897 pm_generic_freeze_late EXPORT_SYMBOL_GPL vmlinux 0x7bfc8a98 input_ff_create @@ -20842,16 +20864,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt EXPORT_SYMBOL_GPL vmlinux 0x7c262667 pm_generic_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0x7c2b1643 ata_sas_tport_add EXPORT_SYMBOL_GPL vmlinux 0x7c414d54 trace_array_create -EXPORT_SYMBOL_GPL vmlinux 0x7c60b419 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x7c4cef2e raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x7c667bc5 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x7c681aba efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x7c683ea3 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x7c6cbab2 nd_cmd_in_size EXPORT_SYMBOL_GPL vmlinux 0x7c73cb0e security_path_chown EXPORT_SYMBOL_GPL vmlinux 0x7c76f086 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk EXPORT_SYMBOL_GPL vmlinux 0x7c99ce79 __set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare EXPORT_SYMBOL_GPL vmlinux 0x7ca47df8 nvdimm_badblocks_populate -EXPORT_SYMBOL_GPL vmlinux 0x7ca94786 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor EXPORT_SYMBOL_GPL vmlinux 0x7cba86ef xenbus_map_ring @@ -20860,25 +20884,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x7cce1e8f acpi_get_psd_map EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq -EXPORT_SYMBOL_GPL vmlinux 0x7cdf52d5 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x7ce20da0 cpuidle_get_driver EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf5599b xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler -EXPORT_SYMBOL_GPL vmlinux 0x7d17b252 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x7d143c2b sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn -EXPORT_SYMBOL_GPL vmlinux 0x7d3623c2 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x7d3a2b84 transport_configure_device EXPORT_SYMBOL_GPL vmlinux 0x7d540a91 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x7d595332 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq EXPORT_SYMBOL_GPL vmlinux 0x7d604e0d bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0x7d6ab640 wbt_disable_default EXPORT_SYMBOL_GPL vmlinux 0x7d6c02d8 __fput_sync +EXPORT_SYMBOL_GPL vmlinux 0x7d816de7 fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x7d82ab27 sysfs_create_bin_file EXPORT_SYMBOL_GPL vmlinux 0x7dbce390 bpf_offload_dev_netdev_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7dc48ed0 pci_host_probe -EXPORT_SYMBOL_GPL vmlinux 0x7dc4ac2e xen_unregister_device_domain_owner -EXPORT_SYMBOL_GPL vmlinux 0x7dca429b devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0x7ddb2718 __tracepoint_block_rq_remap EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table @@ -20895,6 +20917,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7e55464d ata_sff_dev_select EXPORT_SYMBOL_GPL vmlinux 0x7e5746ea bpf_event_output EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6445bd __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x7e7ca742 mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x7e7f3daf __list_lru_init EXPORT_SYMBOL_GPL vmlinux 0x7e819ce4 regulator_set_voltage_time @@ -20906,33 +20929,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2f5 virtqueue_is_broken EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x7ea7a405 wm831x_regmap_config EXPORT_SYMBOL_GPL vmlinux 0x7ea9032d usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7eac7b57 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x7ec7e6d1 wakeup_source_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7ec811cc __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x7ec814de inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0x7ed6c320 dev_pm_qos_hide_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0x7ed97bfd i2c_bus_type EXPORT_SYMBOL_GPL vmlinux 0x7ee0230b aead_exit_geniv EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async EXPORT_SYMBOL_GPL vmlinux 0x7ef47951 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f06e4f2 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7f0a37c1 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x7f1271d9 hwspin_lock_unregister EXPORT_SYMBOL_GPL vmlinux 0x7f1ac39b screen_pos EXPORT_SYMBOL_GPL vmlinux 0x7f2084b4 __devm_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x7f212420 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x7f3ed02b devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x7f444f95 acpi_device_uevent_modalias EXPORT_SYMBOL_GPL vmlinux 0x7f47c651 mnt_want_write_file EXPORT_SYMBOL_GPL vmlinux 0x7f55d1aa blkdev_report_zones EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata EXPORT_SYMBOL_GPL vmlinux 0x7f9a4891 of_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next -EXPORT_SYMBOL_GPL vmlinux 0x7fb92399 rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x7fcd51ef tty_buffer_unlock_exclusive -EXPORT_SYMBOL_GPL vmlinux 0x7fd16838 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fdb87ff pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x7fea5659 dax_copy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x80025583 clk_hw_set_parent EXPORT_SYMBOL_GPL vmlinux 0x80056f69 sched_setscheduler EXPORT_SYMBOL_GPL vmlinux 0x8006d008 devm_extcon_dev_unregister -EXPORT_SYMBOL_GPL vmlinux 0x80150b10 tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x8018ef0d sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x803a5422 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x803bffea regulator_get_mode EXPORT_SYMBOL_GPL vmlinux 0x803c8d2b perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0x80461de6 sysfs_add_link_to_group @@ -20946,19 +20971,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested EXPORT_SYMBOL_GPL vmlinux 0x80956345 cpuidle_register_driver EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate EXPORT_SYMBOL_GPL vmlinux 0x809eec17 irq_gc_mask_set_bit -EXPORT_SYMBOL_GPL vmlinux 0x80a6fc87 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x80a78cd4 regmap_get_max_register EXPORT_SYMBOL_GPL vmlinux 0x80b109d4 __tracepoint_pelt_se_tp EXPORT_SYMBOL_GPL vmlinux 0x80b2726f genphy_c45_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x80b6e581 devres_get EXPORT_SYMBOL_GPL vmlinux 0x80bb7057 crypto_drop_spawn -EXPORT_SYMBOL_GPL vmlinux 0x80c11314 gnttab_query_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80d24817 usb_queue_reset_device EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free EXPORT_SYMBOL_GPL vmlinux 0x80da53be led_set_brightness_nosleep EXPORT_SYMBOL_GPL vmlinux 0x80e4861c gnttab_pages_set_private -EXPORT_SYMBOL_GPL vmlinux 0x80e76b10 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x80eda9ba device_link_del EXPORT_SYMBOL_GPL vmlinux 0x80f5202f crypto_stats_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x80f97d07 fwnode_property_read_u64_array @@ -20976,17 +20998,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits EXPORT_SYMBOL_GPL vmlinux 0x817bb078 devm_mdiobus_alloc_size EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x81a6f09d crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x81a71ab5 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x81a8fa37 kill_pid_usb_asyncio EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe -EXPORT_SYMBOL_GPL vmlinux 0x81b846f2 pci_restore_pasid_state -EXPORT_SYMBOL_GPL vmlinux 0x81c98a64 pci_ats_queue_depth -EXPORT_SYMBOL_GPL vmlinux 0x81cbcddd __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x81c04a53 pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0x81d75182 gpiochip_irqchip_irq_valid EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm EXPORT_SYMBOL_GPL vmlinux 0x81dcd168 usb_acpi_power_manageable EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820f0756 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x821112e2 gpiochip_generic_request -EXPORT_SYMBOL_GPL vmlinux 0x82140695 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x821b42d9 iommu_dev_disable_feature EXPORT_SYMBOL_GPL vmlinux 0x8225a203 device_wakeup_enable EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain @@ -20998,7 +21019,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x828c87fe wm831x_reg_read EXPORT_SYMBOL_GPL vmlinux 0x8299a615 blkg_print_stat_ios EXPORT_SYMBOL_GPL vmlinux 0x82a7f0b9 relay_subbufs_consumed EXPORT_SYMBOL_GPL vmlinux 0x82b4ed11 devm_gpio_free -EXPORT_SYMBOL_GPL vmlinux 0x82c1f835 pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0x82c40542 phy_modify_changed EXPORT_SYMBOL_GPL vmlinux 0x82c5bdcf bpf_trace_run8 EXPORT_SYMBOL_GPL vmlinux 0x82d2efbe wm8350_read_auxadc @@ -21008,7 +21028,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind EXPORT_SYMBOL_GPL vmlinux 0x833dc85d da9052_adc_read_temp EXPORT_SYMBOL_GPL vmlinux 0x83413b05 crypto_grab_skcipher EXPORT_SYMBOL_GPL vmlinux 0x8342a88f blkcg_print_blkgs -EXPORT_SYMBOL_GPL vmlinux 0x8348944f napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage EXPORT_SYMBOL_GPL vmlinux 0x834df655 trace_define_field EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem @@ -21017,29 +21036,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x836cab26 to_nvdimm EXPORT_SYMBOL_GPL vmlinux 0x837398cc dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x8377e2a4 pinctrl_utils_reserve_map EXPORT_SYMBOL_GPL vmlinux 0x837d1560 device_get_phy_mode -EXPORT_SYMBOL_GPL vmlinux 0x838a5e6c do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free -EXPORT_SYMBOL_GPL vmlinux 0x838e41d8 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x838fc033 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x839d0465 scsi_unregister_device_handler EXPORT_SYMBOL_GPL vmlinux 0x839dbd37 xdp_rxq_info_reg EXPORT_SYMBOL_GPL vmlinux 0x83b2c4aa blkcg_root_css EXPORT_SYMBOL_GPL vmlinux 0x83bb51e5 debugfs_create_u32 EXPORT_SYMBOL_GPL vmlinux 0x83bb856f devfreq_event_is_enabled -EXPORT_SYMBOL_GPL vmlinux 0x83bd4879 ping_seq_stop -EXPORT_SYMBOL_GPL vmlinux 0x83c0e5cf nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x83c6e1e0 debugfs_create_x16 EXPORT_SYMBOL_GPL vmlinux 0x83dcef91 clk_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x83def57f gpiochip_irq_domain_activate EXPORT_SYMBOL_GPL vmlinux 0x83e39af6 anon_transport_class_register EXPORT_SYMBOL_GPL vmlinux 0x83f15c4b tty_port_register_device_serdev EXPORT_SYMBOL_GPL vmlinux 0x84005cd8 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x840687f1 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8409676f cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv EXPORT_SYMBOL_GPL vmlinux 0x8417dad5 iommu_aux_detach_device EXPORT_SYMBOL_GPL vmlinux 0x8424ae0f blkdev_reset_zones EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x8432f3cb input_ff_flush -EXPORT_SYMBOL_GPL vmlinux 0x8437119c devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno EXPORT_SYMBOL_GPL vmlinux 0x84508d84 tps65912_regmap_config @@ -21055,7 +21072,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x849027dc unwind_get_return_address EXPORT_SYMBOL_GPL vmlinux 0x84957b05 blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id EXPORT_SYMBOL_GPL vmlinux 0x84baadc8 kset_create_and_add -EXPORT_SYMBOL_GPL vmlinux 0x84c64861 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x84ca5d52 device_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0x84d7595b regmap_read EXPORT_SYMBOL_GPL vmlinux 0x84e2eacb device_release_driver @@ -21063,19 +21079,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x84ee6ea7 dev_pm_genpd_set_performance_state EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x85073b18 skcipher_walk_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850f8e40 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x8523b983 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x8523fa72 fwnode_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x85279ade pm_generic_suspend -EXPORT_SYMBOL_GPL vmlinux 0x8529be0b sk_msg_return_zero -EXPORT_SYMBOL_GPL vmlinux 0x8546a1ec devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x854500bc pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x854ae49b wbc_attach_and_unlock_inode EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put EXPORT_SYMBOL_GPL vmlinux 0x8573beb8 da9052_free_irq EXPORT_SYMBOL_GPL vmlinux 0x857a38db devm_nvdimm_memremap EXPORT_SYMBOL_GPL vmlinux 0x857f2461 irq_domain_xlate_twocell -EXPORT_SYMBOL_GPL vmlinux 0x85845d1b __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x85935a61 acpi_dev_irq_flags EXPORT_SYMBOL_GPL vmlinux 0x8596bc6e crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x859e352d pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword EXPORT_SYMBOL_GPL vmlinux 0x85b1c626 __tracepoint_rpm_suspend EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit @@ -21086,17 +21103,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices EXPORT_SYMBOL_GPL vmlinux 0x85ce3d6c setfl EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq EXPORT_SYMBOL_GPL vmlinux 0x85e9ca7d crypto_init_shash_spawn -EXPORT_SYMBOL_GPL vmlinux 0x85f37985 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x8611303f device_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x8620b7dd devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x8635c249 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0x864519fc ptdump_walk_pgd_level_debugfs -EXPORT_SYMBOL_GPL vmlinux 0x8647d51c pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq EXPORT_SYMBOL_GPL vmlinux 0x8655d37d pinctrl_add_gpio_ranges EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start EXPORT_SYMBOL_GPL vmlinux 0x8658bc78 dev_pm_domain_detach EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866d3086 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid EXPORT_SYMBOL_GPL vmlinux 0x86752b4d fixed_phy_change_carrier EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier @@ -21111,7 +21129,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check EXPORT_SYMBOL_GPL vmlinux 0x86c4adbd device_remove_file EXPORT_SYMBOL_GPL vmlinux 0x86c4bc99 usb_hcd_unlink_urb_from_ep EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous -EXPORT_SYMBOL_GPL vmlinux 0x86db9260 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x86ccc6d6 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x86dcb3a6 wm8350_gpio_config EXPORT_SYMBOL_GPL vmlinux 0x86de07a4 usb_ep0_reinit EXPORT_SYMBOL_GPL vmlinux 0x86f1f42f nvmem_device_cell_read @@ -21124,27 +21142,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x875582b7 nvmem_del_cell_table EXPORT_SYMBOL_GPL vmlinux 0x876d4541 fsstack_copy_inode_size EXPORT_SYMBOL_GPL vmlinux 0x879afd3d device_match_fwnode EXPORT_SYMBOL_GPL vmlinux 0x87aabbed uv_apicid_hibits +EXPORT_SYMBOL_GPL vmlinux 0x87b06dc1 pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0x87b58295 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x87e35609 hv_stimer_init EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature EXPORT_SYMBOL_GPL vmlinux 0x87f579fc cpu_device_create EXPORT_SYMBOL_GPL vmlinux 0x87fd8971 i2c_probe_func_quick_read EXPORT_SYMBOL_GPL vmlinux 0x88066be2 __tracepoint_rpm_return_int EXPORT_SYMBOL_GPL vmlinux 0x880a98f5 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x88172eb6 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x881eafef __sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x88279258 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x882ae1d0 iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x884a227a gpiochip_set_chained_irqchip EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer EXPORT_SYMBOL_GPL vmlinux 0x889a4e81 cpufreq_enable_fast_switch -EXPORT_SYMBOL_GPL vmlinux 0x88ab11f8 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88aebbd5 l3mdev_master_ifindex_rcu EXPORT_SYMBOL_GPL vmlinux 0x88c51809 gpiochip_relres_irq -EXPORT_SYMBOL_GPL vmlinux 0x88ea85a1 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x88ed65bd iommu_iova_to_phys EXPORT_SYMBOL_GPL vmlinux 0x88ee5388 cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x88f09f20 crypto_stats_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x88f70e7e __hwspin_unlock -EXPORT_SYMBOL_GPL vmlinux 0x88ff201e ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x88ff8635 pm_clk_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x89000f72 gpiochip_line_is_open_drain EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops @@ -21157,45 +21176,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x891488a3 rio_unmap_outb_region EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state EXPORT_SYMBOL_GPL vmlinux 0x892b1a54 cec_notifier_register -EXPORT_SYMBOL_GPL vmlinux 0x8935ba57 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put EXPORT_SYMBOL_GPL vmlinux 0x89447299 pwm_request_from_chip EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x894a3f01 power_supply_powers -EXPORT_SYMBOL_GPL vmlinux 0x894b3740 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x894d74d3 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x89696218 reserve_iova EXPORT_SYMBOL_GPL vmlinux 0x8981096d dev_pm_opp_get_max_transition_latency -EXPORT_SYMBOL_GPL vmlinux 0x898413f0 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x898e530e lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x8992722b gpiod_get_index_optional -EXPORT_SYMBOL_GPL vmlinux 0x89a46570 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0x89a7abe5 pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key EXPORT_SYMBOL_GPL vmlinux 0x89b04bef serial8250_get_port EXPORT_SYMBOL_GPL vmlinux 0x89b81044 dev_pm_opp_register_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify -EXPORT_SYMBOL_GPL vmlinux 0x89d1513e inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x89cb9add pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd EXPORT_SYMBOL_GPL vmlinux 0x89e72601 irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x89e8f853 fat_sync_inode -EXPORT_SYMBOL_GPL vmlinux 0x89eb2e77 udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x8a04c19e task_cls_state EXPORT_SYMBOL_GPL vmlinux 0x8a1237cf devm_gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x8a240bff __xas_next EXPORT_SYMBOL_GPL vmlinux 0x8a3a22fc clk_divider_ops -EXPORT_SYMBOL_GPL vmlinux 0x8a3c51d5 devlink_resources_unregister -EXPORT_SYMBOL_GPL vmlinux 0x8a4288c0 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0x8a4ca7be hyperv_flush_guest_mapping_range EXPORT_SYMBOL_GPL vmlinux 0x8a4ff33a devm_fwnode_get_index_gpiod_from_child -EXPORT_SYMBOL_GPL vmlinux 0x8a595f71 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop EXPORT_SYMBOL_GPL vmlinux 0x8a6c62c6 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control EXPORT_SYMBOL_GPL vmlinux 0x8a7d4d57 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x8a805615 inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x8a8f4fbf scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8aa06f01 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files -EXPORT_SYMBOL_GPL vmlinux 0x8abe6bf0 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8abb6142 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x8ac9f9e3 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ace52b7 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x8ad397f7 unregister_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list EXPORT_SYMBOL_GPL vmlinux 0x8aed95a3 rt_mutex_destroy @@ -21215,7 +21232,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b669519 device_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x8b6e8e23 crypto_stats_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x8b7093c0 pstore_unregister -EXPORT_SYMBOL_GPL vmlinux 0x8b70def2 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x8b77cdae bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x8b8033d1 mddev_congested EXPORT_SYMBOL_GPL vmlinux 0x8b85816b alloc_dax EXPORT_SYMBOL_GPL vmlinux 0x8b8baeb0 of_phy_get @@ -21224,7 +21241,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b8fa4db __platform_create_bundle EXPORT_SYMBOL_GPL vmlinux 0x8b9045e9 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0x8b919aaa rio_release_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address -EXPORT_SYMBOL_GPL vmlinux 0x8b9797c9 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0x8ba61701 iommu_page_response EXPORT_SYMBOL_GPL vmlinux 0x8ba70ea5 efivar_entry_set_get_size EXPORT_SYMBOL_GPL vmlinux 0x8bb8a5a9 regulator_unregister_notifier @@ -21232,11 +21248,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x8bc1f2b1 pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0x8bc6b026 bus_register EXPORT_SYMBOL_GPL vmlinux 0x8bca9700 intel_svm_unbind_mm EXPORT_SYMBOL_GPL vmlinux 0x8bd533a5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x8bffc1b3 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue -EXPORT_SYMBOL_GPL vmlinux 0x8c27af16 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference -EXPORT_SYMBOL_GPL vmlinux 0x8c565344 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x8c5b3b05 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x8c5daa84 devm_of_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x8c673f1e gnttab_alloc_pages EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status @@ -21245,7 +21261,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c9449ff invalidate_inode_pages2 EXPORT_SYMBOL_GPL vmlinux 0x8c9a6770 ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0x8c9ca592 thermal_generate_netlink_event EXPORT_SYMBOL_GPL vmlinux 0x8c9d1661 arch_phys_wc_index -EXPORT_SYMBOL_GPL vmlinux 0x8ca188aa ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x8ca48a1e md_stop EXPORT_SYMBOL_GPL vmlinux 0x8cbd6bd2 ftrace_set_notrace EXPORT_SYMBOL_GPL vmlinux 0x8cbfbe19 spi_setup @@ -21259,10 +21274,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x8d1007f3 __bio_add_page EXPORT_SYMBOL_GPL vmlinux 0x8d15bc5c free_vm_area EXPORT_SYMBOL_GPL vmlinux 0x8d1ff732 __clk_determine_rate EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc -EXPORT_SYMBOL_GPL vmlinux 0x8d2ccb4a pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8d22ce44 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x8d2bda93 pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x8d33a6d1 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x8d415aeb scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x8d51756f sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x8d62ea07 __class_create EXPORT_SYMBOL_GPL vmlinux 0x8d707a4e devm_phy_get EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major @@ -21275,16 +21291,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x8dc60548 ata_bmdma_port_ops EXPORT_SYMBOL_GPL vmlinux 0x8ddafddb spi_write_then_read EXPORT_SYMBOL_GPL vmlinux 0x8ddb1446 driver_remove_file EXPORT_SYMBOL_GPL vmlinux 0x8deb69c7 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8df055a4 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x8e06b59e gnttab_unmap_refs_sync EXPORT_SYMBOL_GPL vmlinux 0x8e087c70 trace_event_ignore_this_pid EXPORT_SYMBOL_GPL vmlinux 0x8e1b838b ata_scsi_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x8e27a740 netdev_set_default_ethtool_ops -EXPORT_SYMBOL_GPL vmlinux 0x8e294f86 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x8e321bbd ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0x8e3ee12e dev_pm_qos_expose_flags EXPORT_SYMBOL_GPL vmlinux 0x8e595b76 phy_exit EXPORT_SYMBOL_GPL vmlinux 0x8e5a8799 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8e61fd1c pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e70cd62 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc EXPORT_SYMBOL_GPL vmlinux 0x8e97b6c0 cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x8e97bf28 xdp_return_frame @@ -21298,19 +21315,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x8ee53e31 register_kprobe EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x8ef6fa9a irq_domain_free_irqs_parent EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp -EXPORT_SYMBOL_GPL vmlinux 0x8f0abbba ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 EXPORT_SYMBOL_GPL vmlinux 0x8f2e88c9 efivar_entry_size EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints EXPORT_SYMBOL_GPL vmlinux 0x8f44d146 regulator_set_current_limit -EXPORT_SYMBOL_GPL vmlinux 0x8f6495ac strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool EXPORT_SYMBOL_GPL vmlinux 0x8f801d8d rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x8f92f704 irq_domain_free_irqs_common EXPORT_SYMBOL_GPL vmlinux 0x8f97151b tty_kclose -EXPORT_SYMBOL_GPL vmlinux 0x8fa23856 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x8fa5e18b ata_cable_ignore EXPORT_SYMBOL_GPL vmlinux 0x8fb697e3 generic_fh_to_dentry EXPORT_SYMBOL_GPL vmlinux 0x8fd44712 unix_peer_get @@ -21319,14 +21333,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x9007d972 rhashtable_walk_peek EXPORT_SYMBOL_GPL vmlinux 0x900a5091 simple_attr_release EXPORT_SYMBOL_GPL vmlinux 0x900e3e23 fsnotify EXPORT_SYMBOL_GPL vmlinux 0x9010821e __clocksource_update_freq_scale -EXPORT_SYMBOL_GPL vmlinux 0x9017032b fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear EXPORT_SYMBOL_GPL vmlinux 0x9037ab8f __spi_register_driver EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x904f394f ata_port_abort EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put -EXPORT_SYMBOL_GPL vmlinux 0x906dd20c pingv6_prot -EXPORT_SYMBOL_GPL vmlinux 0x9076b5c1 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x907e6f44 gpiod_set_debounce EXPORT_SYMBOL_GPL vmlinux 0x9081b5db btree_insert EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms @@ -21334,8 +21345,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x908783af cec_transmit_msg EXPORT_SYMBOL_GPL vmlinux 0x908ab307 crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized EXPORT_SYMBOL_GPL vmlinux 0x90b5b130 devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x90c7192e devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register EXPORT_SYMBOL_GPL vmlinux 0x90cba601 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x90cfc9a4 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x90d44231 uart_insert_char EXPORT_SYMBOL_GPL vmlinux 0x90dad44f pm_relax EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs @@ -21346,15 +21359,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream EXPORT_SYMBOL_GPL vmlinux 0x9135a2ce ata_eh_thaw_port EXPORT_SYMBOL_GPL vmlinux 0x91381944 crypto_unregister_ahash EXPORT_SYMBOL_GPL vmlinux 0x91449749 iommu_present -EXPORT_SYMBOL_GPL vmlinux 0x91450537 addrconf_add_linklocal -EXPORT_SYMBOL_GPL vmlinux 0x9149ec27 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x914aa0b7 hyperv_cs +EXPORT_SYMBOL_GPL vmlinux 0x914d99f2 ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x91594445 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x917e20b5 dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0x918007c8 devm_pinctrl_put EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir -EXPORT_SYMBOL_GPL vmlinux 0x919e381d lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free EXPORT_SYMBOL_GPL vmlinux 0x91b20eb5 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x91be43f5 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x91c21072 clk_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq EXPORT_SYMBOL_GPL vmlinux 0x91c8b5b5 mutex_lock_io @@ -21363,21 +21376,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x91e6f011 regulator_list_voltage_table EXPORT_SYMBOL_GPL vmlinux 0x91ec7ea9 ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl EXPORT_SYMBOL_GPL vmlinux 0x920eddac rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x920eeb72 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake EXPORT_SYMBOL_GPL vmlinux 0x921ec64f debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x92256c04 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0x92295424 clk_register_gate -EXPORT_SYMBOL_GPL vmlinux 0x9232b68d sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x92418cdd regulator_disable_regmap EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object EXPORT_SYMBOL_GPL vmlinux 0x9258937a e820__mapped_raw_any EXPORT_SYMBOL_GPL vmlinux 0x925c1b6d to_nvdimm_bus_dev -EXPORT_SYMBOL_GPL vmlinux 0x925d5b40 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x926d22bd pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x9271241e pci_epf_create -EXPORT_SYMBOL_GPL vmlinux 0x927e2fcb sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x928d694d devres_open_group -EXPORT_SYMBOL_GPL vmlinux 0x929fc62d udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x92b93831 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x92cd6be9 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x92cef5f7 devm_hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add EXPORT_SYMBOL_GPL vmlinux 0x92d4519f ahash_register_instance @@ -21399,18 +21412,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x93689533 sync_page_io EXPORT_SYMBOL_GPL vmlinux 0x93725986 __tracepoint_pelt_dl_tp EXPORT_SYMBOL_GPL vmlinux 0x9383befc devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis -EXPORT_SYMBOL_GPL vmlinux 0x93902aac fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x939110b7 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog EXPORT_SYMBOL_GPL vmlinux 0x939b7fdf shmem_zero_setup EXPORT_SYMBOL_GPL vmlinux 0x93ab2f1e tty_port_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x93b7e66d tpm_chip_start EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x93db0a88 nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough -EXPORT_SYMBOL_GPL vmlinux 0x93df7166 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x93e2de07 list_lru_count_one EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report EXPORT_SYMBOL_GPL vmlinux 0x9405b483 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x940e2121 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x94111b05 phy_restore_page EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable @@ -21418,8 +21432,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack EXPORT_SYMBOL_GPL vmlinux 0x94338c9c tps6586x_update EXPORT_SYMBOL_GPL vmlinux 0x943d62ed ata_msleep EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x945dff47 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x94693b6f usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash -EXPORT_SYMBOL_GPL vmlinux 0x94733634 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x9474cab2 __platform_driver_probe EXPORT_SYMBOL_GPL vmlinux 0x94772f16 crypto_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x947871e6 crypto_alloc_aead @@ -21444,13 +21459,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn EXPORT_SYMBOL_GPL vmlinux 0x95639b0b ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0x9564a19c dev_attr_em_message EXPORT_SYMBOL_GPL vmlinux 0x956b1fda dev_pm_opp_get_freq -EXPORT_SYMBOL_GPL vmlinux 0x95846013 strp_process EXPORT_SYMBOL_GPL vmlinux 0x9587e5ef mmu_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x95afecbb cec_transmit_done_ts EXPORT_SYMBOL_GPL vmlinux 0x95bb8e00 class_create_file_ns -EXPORT_SYMBOL_GPL vmlinux 0x95bbebe3 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free EXPORT_SYMBOL_GPL vmlinux 0x95ce4544 usb_driver_release_interface EXPORT_SYMBOL_GPL vmlinux 0x95e171b6 __generic_fsdax_supported @@ -21460,8 +21473,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size EXPORT_SYMBOL_GPL vmlinux 0x96230cbe device_init_wakeup EXPORT_SYMBOL_GPL vmlinux 0x9626a279 mm_kobj EXPORT_SYMBOL_GPL vmlinux 0x962a8d59 ata_sg_init -EXPORT_SYMBOL_GPL vmlinux 0x962c3d6a iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x963b8b42 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x963d42aa __wake_up_sync EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x96743a5d efivar_entry_iter @@ -21469,22 +21482,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x9674b1a1 xdp_attachment_setup EXPORT_SYMBOL_GPL vmlinux 0x9688b217 gnttab_batch_copy EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin EXPORT_SYMBOL_GPL vmlinux 0x969c73d9 vfio_device_put -EXPORT_SYMBOL_GPL vmlinux 0x96aea55c devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x96b3e8ea pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x96b5ddb7 tty_perform_flush EXPORT_SYMBOL_GPL vmlinux 0x96bd16c7 debugfs_file_put EXPORT_SYMBOL_GPL vmlinux 0x96c62389 blk_mq_flush_busy_ctxs EXPORT_SYMBOL_GPL vmlinux 0x96cc5e98 __kthread_should_park -EXPORT_SYMBOL_GPL vmlinux 0x96d0063c devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0x96e4e054 __clocksource_register_scale EXPORT_SYMBOL_GPL vmlinux 0x96e7513c __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x96f506c0 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x9706dc8f crypto_register_akcipher EXPORT_SYMBOL_GPL vmlinux 0x970c230b kobj_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x9714c3dd fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw EXPORT_SYMBOL_GPL vmlinux 0x9719bcfd pmc_atom_read +EXPORT_SYMBOL_GPL vmlinux 0x9722de92 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x97252495 device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x973225e3 blk_mq_sched_free_hctx_data EXPORT_SYMBOL_GPL vmlinux 0x973b1804 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x973c8e57 sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same EXPORT_SYMBOL_GPL vmlinux 0x975b472a led_trigger_remove EXPORT_SYMBOL_GPL vmlinux 0x97623558 xas_create_range @@ -21502,9 +21517,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x97f81924 virtqueue_poll EXPORT_SYMBOL_GPL vmlinux 0x98008076 power_supply_external_power_changed EXPORT_SYMBOL_GPL vmlinux 0x98024df5 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x9813d44b inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick -EXPORT_SYMBOL_GPL vmlinux 0x9837cfac devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x98399ae1 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x983ae2fd devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x984425af devm_memremap_pages EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier @@ -21520,14 +21536,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x98cb06d8 sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0x98dfdbe9 spi_slave_abort EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios -EXPORT_SYMBOL_GPL vmlinux 0x990c60dd sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x9906c356 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x990c2c90 ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x9910759a ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0x991f2826 virtqueue_get_avail_addr -EXPORT_SYMBOL_GPL vmlinux 0x9920ed41 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x99231ec1 pinctrl_pm_select_sleep_state -EXPORT_SYMBOL_GPL vmlinux 0x9923c42c __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x99285c25 simple_attr_open -EXPORT_SYMBOL_GPL vmlinux 0x99293ef2 generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0x992a19bb tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect EXPORT_SYMBOL_GPL vmlinux 0x9936cef8 inverse_translate EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id @@ -21539,28 +21554,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on EXPORT_SYMBOL_GPL vmlinux 0x995d5849 pid_vnr EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time -EXPORT_SYMBOL_GPL vmlinux 0x99994fe4 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x99a0a4e3 bpf_trace_run10 EXPORT_SYMBOL_GPL vmlinux 0x99a1e0fe __flow_indr_block_cb_register -EXPORT_SYMBOL_GPL vmlinux 0x99a2a3fa call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x99a3728e devm_regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0x99c011d8 mcsafe_key EXPORT_SYMBOL_GPL vmlinux 0x99d3f45d ata_base_port_ops EXPORT_SYMBOL_GPL vmlinux 0x99d488d4 rio_free_net EXPORT_SYMBOL_GPL vmlinux 0x99dcdbb2 gpiod_set_consumer_name EXPORT_SYMBOL_GPL vmlinux 0x99e4b20e phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x99e64b77 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at -EXPORT_SYMBOL_GPL vmlinux 0x99fac2d3 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x9a0f7004 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name EXPORT_SYMBOL_GPL vmlinux 0x9a15a22c spi_finalize_current_message EXPORT_SYMBOL_GPL vmlinux 0x9a29e108 attribute_container_unregister EXPORT_SYMBOL_GPL vmlinux 0x9a3471aa ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x9a53eb98 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq EXPORT_SYMBOL_GPL vmlinux 0x9a5d30d1 devm_kfree EXPORT_SYMBOL_GPL vmlinux 0x9a604762 perf_event_sysfs_show EXPORT_SYMBOL_GPL vmlinux 0x9a622a05 input_ff_event -EXPORT_SYMBOL_GPL vmlinux 0x9a63aa57 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x9a68cb44 md_stop_writes EXPORT_SYMBOL_GPL vmlinux 0x9a722018 component_master_del EXPORT_SYMBOL_GPL vmlinux 0x9a75cfa1 scsi_register_device_handler @@ -21570,7 +21584,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x9a880799 class_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x9aa6d5e9 sched_trace_cfs_rq_path EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table -EXPORT_SYMBOL_GPL vmlinux 0x9aae086b acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops EXPORT_SYMBOL_GPL vmlinux 0x9ac6ac66 iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x9acbe830 add_page_wait_queue @@ -21580,6 +21593,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9b0bf73a usb_phy_roothub_suspend EXPORT_SYMBOL_GPL vmlinux 0x9b17a568 tpm_chip_unregister EXPORT_SYMBOL_GPL vmlinux 0x9b18b8c5 crypto_unregister_template EXPORT_SYMBOL_GPL vmlinux 0x9b2c438b ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x9b494608 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register EXPORT_SYMBOL_GPL vmlinux 0x9b4f82d2 driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle @@ -21597,13 +21611,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg EXPORT_SYMBOL_GPL vmlinux 0x9bba9c1c regulator_set_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update EXPORT_SYMBOL_GPL vmlinux 0x9bc93e82 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x9bcb714d tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x9bcf6f7b sis_info133_for_sata EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui EXPORT_SYMBOL_GPL vmlinux 0x9bf4ae29 ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0x9bfde3ad balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x9c084372 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x9c25ab31 ata_bmdma_post_internal_cmd EXPORT_SYMBOL_GPL vmlinux 0x9c2a17f5 apei_get_debugfs_dir -EXPORT_SYMBOL_GPL vmlinux 0x9c2d835c raw_abort EXPORT_SYMBOL_GPL vmlinux 0x9c614a89 iomap_readpages EXPORT_SYMBOL_GPL vmlinux 0x9c74fa98 extcon_unregister_notifier_all EXPORT_SYMBOL_GPL vmlinux 0x9c791f8e fixed_phy_set_link_update @@ -21611,9 +21626,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on EXPORT_SYMBOL_GPL vmlinux 0x9c85c2c7 devm_regulator_register EXPORT_SYMBOL_GPL vmlinux 0x9c92addd cec_s_conn_info EXPORT_SYMBOL_GPL vmlinux 0x9c9d21d5 __irq_set_handler -EXPORT_SYMBOL_GPL vmlinux 0x9ca14f16 virtio_finalize_features EXPORT_SYMBOL_GPL vmlinux 0x9caab9ef acpi_gpio_get_irq_resource EXPORT_SYMBOL_GPL vmlinux 0x9caf361f cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x9cb05599 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x9cbeaee7 governor_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x9cc28929 hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier @@ -21625,13 +21640,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data EXPORT_SYMBOL_GPL vmlinux 0x9d16e47f set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0x9d1abf15 devm_acpi_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x9d1b0b12 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x9d294396 ping_bind EXPORT_SYMBOL_GPL vmlinux 0x9d31f01b serial8250_clear_and_reinit_fifos EXPORT_SYMBOL_GPL vmlinux 0x9d48c6cc crypto_inst_setname -EXPORT_SYMBOL_GPL vmlinux 0x9d5354d3 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x9d5691ec usb_mon_register EXPORT_SYMBOL_GPL vmlinux 0x9d5c58a8 regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0x9d5f5846 __mnt_drop_write -EXPORT_SYMBOL_GPL vmlinux 0x9d7b9807 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x9d8330f4 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0x9d8cf505 fwnode_graph_get_port_parent EXPORT_SYMBOL_GPL vmlinux 0x9d8f057f aead_init_geniv EXPORT_SYMBOL_GPL vmlinux 0x9d92c0f0 cpufreq_driver_resolve_freq @@ -21639,42 +21654,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x9db7a1d6 trace_event_reg EXPORT_SYMBOL_GPL vmlinux 0x9dc0a9c9 pci_epc_write_header EXPORT_SYMBOL_GPL vmlinux 0x9dd96d28 usb_hc_died EXPORT_SYMBOL_GPL vmlinux 0x9de5b5ed ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x9df0800e ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps EXPORT_SYMBOL_GPL vmlinux 0x9e08291e rio_mport_initialize EXPORT_SYMBOL_GPL vmlinux 0x9e08d700 __tracepoint_xdp_bulk_tx EXPORT_SYMBOL_GPL vmlinux 0x9e09f4ba ata_host_activate -EXPORT_SYMBOL_GPL vmlinux 0x9e163b8d sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x9e1e7821 ata_sas_port_stop EXPORT_SYMBOL_GPL vmlinux 0x9e40c1e0 blk_clear_pm_only EXPORT_SYMBOL_GPL vmlinux 0x9e423bbc unregister_ftrace_function -EXPORT_SYMBOL_GPL vmlinux 0x9e44081b skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field EXPORT_SYMBOL_GPL vmlinux 0x9e4e106d dmi_kobj -EXPORT_SYMBOL_GPL vmlinux 0x9e55ec67 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x9e58f17f dm_disk EXPORT_SYMBOL_GPL vmlinux 0x9e5c5c6b xdp_rxq_info_unreg_mem_model EXPORT_SYMBOL_GPL vmlinux 0x9e5c74aa dma_can_mmap -EXPORT_SYMBOL_GPL vmlinux 0x9e655ae7 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x9e6b6437 device_add EXPORT_SYMBOL_GPL vmlinux 0x9e6c616a rio_map_outb_region EXPORT_SYMBOL_GPL vmlinux 0x9e797a9f wm5110_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x9ea2218d da903x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0x9ec0e00a spi_finalize_current_transfer EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier -EXPORT_SYMBOL_GPL vmlinux 0x9f000377 raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x9f12b230 dm_remap_zone_report EXPORT_SYMBOL_GPL vmlinux 0x9f36457e __tracepoint_fdb_delete EXPORT_SYMBOL_GPL vmlinux 0x9f48c38d devfreq_event_get_event -EXPORT_SYMBOL_GPL vmlinux 0x9f497a43 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x9f576422 usb_sg_wait -EXPORT_SYMBOL_GPL vmlinux 0x9f59bfcf pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x9f5b5757 iommu_dev_enable_feature EXPORT_SYMBOL_GPL vmlinux 0x9f62cc41 pwm_lpss_suspend -EXPORT_SYMBOL_GPL vmlinux 0x9f65abd3 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x9f719212 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x9f71bc72 uv_bios_set_legacy_vga_target EXPORT_SYMBOL_GPL vmlinux 0x9f76f239 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x9f8d358c xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x9f94993a security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x9f9bfe36 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x9f9e6203 d_walk EXPORT_SYMBOL_GPL vmlinux 0x9fab32df arch_set_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write @@ -21691,7 +21701,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa0126bb4 debugfs_create_u64 EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xa028fcc2 regmap_register_patch -EXPORT_SYMBOL_GPL vmlinux 0xa0384ddf devlink_reload_disable +EXPORT_SYMBOL_GPL vmlinux 0xa032847d fib_new_table EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock EXPORT_SYMBOL_GPL vmlinux 0xa059bab4 devm_acpi_dma_controller_free EXPORT_SYMBOL_GPL vmlinux 0xa05de848 iommu_detach_device @@ -21699,7 +21709,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xa06f135f cpuidle_disable_device EXPORT_SYMBOL_GPL vmlinux 0xa07920a0 virtqueue_enable_cb EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message EXPORT_SYMBOL_GPL vmlinux 0xa08a427a to_nd_desc -EXPORT_SYMBOL_GPL vmlinux 0xa096e5bb devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0xa0af56b7 trace_event_buffer_commit EXPORT_SYMBOL_GPL vmlinux 0xa0bc0428 ata_std_bios_param EXPORT_SYMBOL_GPL vmlinux 0xa0c6befa hrtimer_cancel @@ -21708,9 +21717,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages EXPORT_SYMBOL_GPL vmlinux 0xa0d82d77 tty_ldisc_release EXPORT_SYMBOL_GPL vmlinux 0xa10a409e devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type -EXPORT_SYMBOL_GPL vmlinux 0xa114eef4 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0xa123a34b ablkcipher_walk_phys -EXPORT_SYMBOL_GPL vmlinux 0xa14d56e3 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end EXPORT_SYMBOL_GPL vmlinux 0xa15ca5df crypto_shash_finup EXPORT_SYMBOL_GPL vmlinux 0xa1625bec ata_link_next @@ -21719,9 +21726,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa16c3b3a gpiod_export_link EXPORT_SYMBOL_GPL vmlinux 0xa177b6d2 tty_release_struct EXPORT_SYMBOL_GPL vmlinux 0xa17b8610 usb_debug_root EXPORT_SYMBOL_GPL vmlinux 0xa1869410 tpm_unseal_trusted -EXPORT_SYMBOL_GPL vmlinux 0xa19e626c validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0xa1a03683 sata_pmp_qc_defer_cmd_switch -EXPORT_SYMBOL_GPL vmlinux 0xa1cda47a devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1b7ff2c pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing EXPORT_SYMBOL_GPL vmlinux 0xa1e0f0b8 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0xa1e918a0 xhci_resume @@ -21734,11 +21740,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xa21b4d5a ata_dev_next EXPORT_SYMBOL_GPL vmlinux 0xa231d12e bpf_prog_alloc EXPORT_SYMBOL_GPL vmlinux 0xa2436849 __platform_register_drivers EXPORT_SYMBOL_GPL vmlinux 0xa244ec35 tty_ldisc_flush -EXPORT_SYMBOL_GPL vmlinux 0xa26739c1 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xa2605eb8 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xa26822f1 fwnode_graph_get_remote_port EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa27cbeb6 put_device -EXPORT_SYMBOL_GPL vmlinux 0xa291edfc pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xa27df9f1 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0xa2a0ac7b spi_mem_exec_op EXPORT_SYMBOL_GPL vmlinux 0xa2b9128c fwnode_graph_get_remote_port_parent EXPORT_SYMBOL_GPL vmlinux 0xa2be1aa1 blkg_print_stat_bytes @@ -21754,14 +21760,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xa31fbfbd dma_release_channel EXPORT_SYMBOL_GPL vmlinux 0xa326c545 i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0xa3298b95 usb_hcd_giveback_urb EXPORT_SYMBOL_GPL vmlinux 0xa32d3605 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa33e3c6d ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xa33eaa0a reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xa352d093 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0xa35534ef ehci_resume EXPORT_SYMBOL_GPL vmlinux 0xa35f8445 dev_pm_opp_find_freq_floor EXPORT_SYMBOL_GPL vmlinux 0xa3613265 phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xa3659b5f __tracepoint_devlink_hwerr EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp -EXPORT_SYMBOL_GPL vmlinux 0xa37c0325 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0xa38235af clk_hw_register_fractional_divider EXPORT_SYMBOL_GPL vmlinux 0xa3840647 regulator_get_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue @@ -21775,13 +21782,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create EXPORT_SYMBOL_GPL vmlinux 0xa3af1c75 dev_pm_opp_find_freq_exact EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector EXPORT_SYMBOL_GPL vmlinux 0xa3c3d512 device_node_to_regmap -EXPORT_SYMBOL_GPL vmlinux 0xa3c48f77 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0xa3e73e6a tpm_seal_trusted EXPORT_SYMBOL_GPL vmlinux 0xa3e7a131 pci_epf_destroy EXPORT_SYMBOL_GPL vmlinux 0xa3e89ace kthread_cancel_delayed_work_sync EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4051921 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xa43462f4 relay_flush @@ -21792,12 +21799,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first EXPORT_SYMBOL_GPL vmlinux 0xa44b69de device_show_ulong EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa457f0a1 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print EXPORT_SYMBOL_GPL vmlinux 0xa4639b20 ata_sas_slave_configure EXPORT_SYMBOL_GPL vmlinux 0xa471982d dm_table_set_type EXPORT_SYMBOL_GPL vmlinux 0xa4775191 spi_mem_driver_register_with_owner EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx EXPORT_SYMBOL_GPL vmlinux 0xa4881984 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa4979ffb sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0xa4c7ffa6 ata_sff_qc_fill_rtf EXPORT_SYMBOL_GPL vmlinux 0xa4e9dbb1 da903x_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xa4f6dd63 irq_set_chained_handler_and_data @@ -21806,20 +21815,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xa50335f4 sbitmap_finish_wait EXPORT_SYMBOL_GPL vmlinux 0xa5073cb6 unregister_trace_event EXPORT_SYMBOL_GPL vmlinux 0xa50db440 phy_save_page EXPORT_SYMBOL_GPL vmlinux 0xa518e669 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa519a625 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xa524231c ata_bmdma_port_intr -EXPORT_SYMBOL_GPL vmlinux 0xa526f67c pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xa527b6be irq_domain_xlate_onecell EXPORT_SYMBOL_GPL vmlinux 0xa52cc31c clk_gate_ops EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context EXPORT_SYMBOL_GPL vmlinux 0xa559417c unregister_kretprobes EXPORT_SYMBOL_GPL vmlinux 0xa56a019c pci_epf_bind -EXPORT_SYMBOL_GPL vmlinux 0xa5752bc7 xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xa57c9bcb crypto_alloc_ahash EXPORT_SYMBOL_GPL vmlinux 0xa586fcdb uv_min_hub_revision_id -EXPORT_SYMBOL_GPL vmlinux 0xa58bf161 pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0xa58debd1 ref_module EXPORT_SYMBOL_GPL vmlinux 0xa5a05105 bpf_trace_run11 EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c9fa64 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0xa5cb2595 tpm2_get_tpm_pt EXPORT_SYMBOL_GPL vmlinux 0xa5d409e9 set_online_page_callback EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name @@ -21833,9 +21841,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa60dff54 devm_clk_register EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list EXPORT_SYMBOL_GPL vmlinux 0xa63f68b3 regmap_mmio_detach_clk EXPORT_SYMBOL_GPL vmlinux 0xa657a0df fscrypt_drop_inode -EXPORT_SYMBOL_GPL vmlinux 0xa66cf363 pci_device_is_present -EXPORT_SYMBOL_GPL vmlinux 0xa6718952 dw_pcie_wait_for_link -EXPORT_SYMBOL_GPL vmlinux 0xa67d01f3 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xa65c4458 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0xa67e6002 acpi_dev_suspend EXPORT_SYMBOL_GPL vmlinux 0xa6824f3f __tracepoint_br_fdb_external_learn_add EXPORT_SYMBOL_GPL vmlinux 0xa6864a81 iomap_bmap @@ -21847,25 +21853,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xa6cb33bb kstrdup_quotable_file EXPORT_SYMBOL_GPL vmlinux 0xa6dd70e4 usb_find_alt_setting EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync EXPORT_SYMBOL_GPL vmlinux 0xa6f30f96 gpiochip_set_nested_irqchip -EXPORT_SYMBOL_GPL vmlinux 0xa6f3ed27 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare EXPORT_SYMBOL_GPL vmlinux 0xa708b9d1 acpi_ec_add_query_handler EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock EXPORT_SYMBOL_GPL vmlinux 0xa73eea91 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xa73f931c ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0xa766ba52 regulator_get_linear_step EXPORT_SYMBOL_GPL vmlinux 0xa76f68d2 devm_phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xa770dc2f vfs_read EXPORT_SYMBOL_GPL vmlinux 0xa786a05e pci_epc_stop -EXPORT_SYMBOL_GPL vmlinux 0xa792c094 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xa7a4bbb1 kill_device EXPORT_SYMBOL_GPL vmlinux 0xa7b1f15d netlink_add_tap -EXPORT_SYMBOL_GPL vmlinux 0xa7b41089 xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0xa7d78a48 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa7dc3368 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xa8009666 usb_unlocked_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0xa819567e kobject_uevent_env EXPORT_SYMBOL_GPL vmlinux 0xa81bd6be dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xa8239d89 ip6_input EXPORT_SYMBOL_GPL vmlinux 0xa82f8c24 irq_domain_simple_ops EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit EXPORT_SYMBOL_GPL vmlinux 0xa84e148e dm_per_bio_data @@ -21880,27 +21886,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors EXPORT_SYMBOL_GPL vmlinux 0xa8bebf51 pinctrl_force_sleep EXPORT_SYMBOL_GPL vmlinux 0xa8c3c110 mddev_unlock EXPORT_SYMBOL_GPL vmlinux 0xa8c93aa6 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xa905ce85 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xa90d2f66 skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit EXPORT_SYMBOL_GPL vmlinux 0xa917a071 shash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0xa91d7899 fwnode_property_match_string EXPORT_SYMBOL_GPL vmlinux 0xa92397b9 phy_configure EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa938c1a2 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0xa93fe72b ohci_setup EXPORT_SYMBOL_GPL vmlinux 0xa948c937 ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0xa9492e72 __crypto_alloc_tfm -EXPORT_SYMBOL_GPL vmlinux 0xa964b8f3 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0xa9854364 umc_normaddr_to_sysaddr EXPORT_SYMBOL_GPL vmlinux 0xa993d340 usb_set_configuration EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put EXPORT_SYMBOL_GPL vmlinux 0xa9ab761d crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0xa9bc8b74 module_mutex -EXPORT_SYMBOL_GPL vmlinux 0xa9c3d75c ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister EXPORT_SYMBOL_GPL vmlinux 0xa9ea3ebb kthread_mod_delayed_work EXPORT_SYMBOL_GPL vmlinux 0xa9f048d0 kern_mount EXPORT_SYMBOL_GPL vmlinux 0xa9f0ab2e nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0xa9fd53bd usb_autopm_put_interface_no_suspend EXPORT_SYMBOL_GPL vmlinux 0xaa152512 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL vmlinux 0xaa193a5a devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0xaa195354 blk_steal_bios EXPORT_SYMBOL_GPL vmlinux 0xaa1daaf3 sched_trace_rq_avg_dl EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks @@ -21909,21 +21917,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa55e587 rio_unregister_scan EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc EXPORT_SYMBOL_GPL vmlinux 0xaa615067 nvdimm_kobj EXPORT_SYMBOL_GPL vmlinux 0xaa61a7c9 irq_chip_unmask_parent -EXPORT_SYMBOL_GPL vmlinux 0xaa685819 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush EXPORT_SYMBOL_GPL vmlinux 0xaa74b83a acpi_device_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades -EXPORT_SYMBOL_GPL vmlinux 0xaa9b409c acpi_pci_find_root EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaad9e104 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xaae5eee3 blkdev_read_iter -EXPORT_SYMBOL_GPL vmlinux 0xaaf69984 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xab00d0e4 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0xab111a28 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xab1cab36 phy_pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler EXPORT_SYMBOL_GPL vmlinux 0xab1fff47 register_user_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xab2bcb85 device_connection_remove EXPORT_SYMBOL_GPL vmlinux 0xab38dbf2 wbt_enable_default -EXPORT_SYMBOL_GPL vmlinux 0xab3b9a39 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xab3c9ddf pid_nr_ns EXPORT_SYMBOL_GPL vmlinux 0xab3e7f29 __acpi_node_get_property_reference EXPORT_SYMBOL_GPL vmlinux 0xab5e07e8 bdev_write_page @@ -21946,21 +21952,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xac710e19 policy_has_boost_freq EXPORT_SYMBOL_GPL vmlinux 0xac796bf1 led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0xac9196dc driver_create_file EXPORT_SYMBOL_GPL vmlinux 0xac9b4704 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xaca3c82c ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put EXPORT_SYMBOL_GPL vmlinux 0xacb537b5 wakeup_source_remove EXPORT_SYMBOL_GPL vmlinux 0xacbc90e8 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xacc4badb pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0xacc90ee9 proc_create_net_single_write EXPORT_SYMBOL_GPL vmlinux 0xacf00662 balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0xad077aea bus_for_each_dev -EXPORT_SYMBOL_GPL vmlinux 0xad0b17f6 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0xad0f2b6c unix_table_lock EXPORT_SYMBOL_GPL vmlinux 0xad41bb1a led_trigger_register_simple EXPORT_SYMBOL_GPL vmlinux 0xad4674fd dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xad51fbe0 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xada130cd tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xada8fbeb sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xadb8270b free_fib_info EXPORT_SYMBOL_GPL vmlinux 0xadb8f873 do_machine_check EXPORT_SYMBOL_GPL vmlinux 0xadc0d74b tpm2_probe EXPORT_SYMBOL_GPL vmlinux 0xade28b52 iomap_page_mkwrite @@ -21975,6 +21985,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xae200240 net_ns_type_operations EXPORT_SYMBOL_GPL vmlinux 0xae2b022a devm_hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae5e9eb2 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0xae677dba serial8250_do_set_mctrl EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock EXPORT_SYMBOL_GPL vmlinux 0xae75099f regulator_suspend_disable @@ -21988,6 +21999,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xaeb12315 find_iova EXPORT_SYMBOL_GPL vmlinux 0xaeca9494 vfio_unregister_iommu_driver EXPORT_SYMBOL_GPL vmlinux 0xaecb3c2e rtc_class_open EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaee9ae1a netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0xaef282d2 subsys_find_device_by_id EXPORT_SYMBOL_GPL vmlinux 0xaef497e5 pm_clk_resume EXPORT_SYMBOL_GPL vmlinux 0xaef628ec __vfs_setxattr_noperm @@ -21999,7 +22011,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf1c15a4 blk_queue_dma_drain EXPORT_SYMBOL_GPL vmlinux 0xaf20c9e0 usb_hcd_check_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0xaf27cf10 serdev_device_set_parity EXPORT_SYMBOL_GPL vmlinux 0xaf2bc98b hwmon_device_register_with_info -EXPORT_SYMBOL_GPL vmlinux 0xaf3e3f71 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check EXPORT_SYMBOL_GPL vmlinux 0xaf611eac amd_nb_misc_ids EXPORT_SYMBOL_GPL vmlinux 0xaf6846fe of_pwm_get @@ -22010,37 +22021,33 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf7ef220 mmc_app_cmd EXPORT_SYMBOL_GPL vmlinux 0xaf8231cb fsnotify_init_mark EXPORT_SYMBOL_GPL vmlinux 0xaf82eddd cpufreq_register_driver EXPORT_SYMBOL_GPL vmlinux 0xaf84deb2 dm_set_target_max_io_len -EXPORT_SYMBOL_GPL vmlinux 0xaf88690d nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0xaf88e79f gpiod_direction_output_raw -EXPORT_SYMBOL_GPL vmlinux 0xaf98cfc0 seg6_do_srh_encap -EXPORT_SYMBOL_GPL vmlinux 0xafa9c848 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string EXPORT_SYMBOL_GPL vmlinux 0xafde7961 platform_get_irq_optional EXPORT_SYMBOL_GPL vmlinux 0xafdf1bc7 acpi_dma_configure EXPORT_SYMBOL_GPL vmlinux 0xafeb1a63 sata_async_notification -EXPORT_SYMBOL_GPL vmlinux 0xaff9574a pci_probe_reset_slot -EXPORT_SYMBOL_GPL vmlinux 0xb0177dce fl6_merge_options -EXPORT_SYMBOL_GPL vmlinux 0xb022947b bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xb005746f devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier EXPORT_SYMBOL_GPL vmlinux 0xb0312d2c edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0xb04e8823 iommu_attach_device EXPORT_SYMBOL_GPL vmlinux 0xb053a4e4 regulator_is_supported_voltage -EXPORT_SYMBOL_GPL vmlinux 0xb05af768 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress -EXPORT_SYMBOL_GPL vmlinux 0xb074f3a1 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare EXPORT_SYMBOL_GPL vmlinux 0xb07a0dc2 mm_unaccount_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0xb07b1ae3 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xb07d94cc skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0xb08fc94b kernfs_notify EXPORT_SYMBOL_GPL vmlinux 0xb0913391 cpufreq_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xb0972a83 serdev_device_write_room EXPORT_SYMBOL_GPL vmlinux 0xb098b63e devres_remove EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c6084a rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d83ef2 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed EXPORT_SYMBOL_GPL vmlinux 0xb0ec7c05 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0xb0ece640 devm_extcon_dev_register -EXPORT_SYMBOL_GPL vmlinux 0xb0f06cf6 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xb0f1ef08 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb1116b55 sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0xb1195b85 ata_scsi_simulate @@ -22049,7 +22056,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number EXPORT_SYMBOL_GPL vmlinux 0xb136de0f gpiod_set_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0xb13923e2 phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb15e0019 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1663f23 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init EXPORT_SYMBOL_GPL vmlinux 0xb17457c6 __blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs @@ -22059,11 +22068,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1b54cc1 da9052_enable_irq EXPORT_SYMBOL_GPL vmlinux 0xb1bc54bb hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start EXPORT_SYMBOL_GPL vmlinux 0xb1c3442e regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb1c35294 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0xb1cf85e3 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xb1d0abe4 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs EXPORT_SYMBOL_GPL vmlinux 0xb1ef0548 ftrace_set_filter EXPORT_SYMBOL_GPL vmlinux 0xb1ff3e87 flow_indr_del_block_cb +EXPORT_SYMBOL_GPL vmlinux 0xb1ff98b9 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0xb1ffeff4 blkcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0xb20c4eb1 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0xb210c956 perf_event_create_kernel_counter @@ -22074,6 +22086,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb25ebb0d trace_seq_path EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr EXPORT_SYMBOL_GPL vmlinux 0xb27496b0 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0xb2755b8a fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xb2761e9e devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xb281cb9f debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0xb285b8f8 xen_in_preemptible_hcall @@ -22085,7 +22098,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb2b15899 get_task_mm EXPORT_SYMBOL_GPL vmlinux 0xb2b76a72 sched_trace_rq_avg_rt EXPORT_SYMBOL_GPL vmlinux 0xb2b86459 __page_file_index EXPORT_SYMBOL_GPL vmlinux 0xb2c0ea1d bus_set_iommu -EXPORT_SYMBOL_GPL vmlinux 0xb2e5d1b8 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem EXPORT_SYMBOL_GPL vmlinux 0xb2fd5445 fat_dir_empty @@ -22098,12 +22110,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init EXPORT_SYMBOL_GPL vmlinux 0xb333f067 bpf_offload_dev_match EXPORT_SYMBOL_GPL vmlinux 0xb3351c6c rhashtable_walk_next EXPORT_SYMBOL_GPL vmlinux 0xb3379261 component_del +EXPORT_SYMBOL_GPL vmlinux 0xb3501885 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0xb354c00d blk_set_pm_only EXPORT_SYMBOL_GPL vmlinux 0xb356c301 class_destroy EXPORT_SYMBOL_GPL vmlinux 0xb35edeaf fuse_send_init -EXPORT_SYMBOL_GPL vmlinux 0xb367054b skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0xb378fbd7 crypto_hash_walk_done -EXPORT_SYMBOL_GPL vmlinux 0xb3838232 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xb37f5bc5 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0xb3ad5904 i2c_new_device EXPORT_SYMBOL_GPL vmlinux 0xb3c72e65 firmware_config_table EXPORT_SYMBOL_GPL vmlinux 0xb3e50f5f shash_ahash_update @@ -22111,26 +22123,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xb3f81773 serdev_controller_remove EXPORT_SYMBOL_GPL vmlinux 0xb402f97d virtio_device_freeze EXPORT_SYMBOL_GPL vmlinux 0xb405b6d4 debugfs_attr_read EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb41e4f65 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0xb41e8316 posix_clock_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb42227c0 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0xb4224879 fwnode_get_parent EXPORT_SYMBOL_GPL vmlinux 0xb431836c lp8788_write_byte EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4467924 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled -EXPORT_SYMBOL_GPL vmlinux 0xb44fad76 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xb46629d2 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xb46ae1c5 ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xb4a1b7eb screen_glyph_unicode EXPORT_SYMBOL_GPL vmlinux 0xb4a8a5a3 xen_remap_pfn EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xb4c5b87d fsverity_ioctl_enable EXPORT_SYMBOL_GPL vmlinux 0xb4cfaec7 rio_mport_read_config_8 -EXPORT_SYMBOL_GPL vmlinux 0xb4d0a37d ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xb4d8c8e7 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0xb4d9f286 devm_gpio_request -EXPORT_SYMBOL_GPL vmlinux 0xb4e2905e skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xb4e3c22b anon_transport_class_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb4e932bc __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f0bb4e xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xb4ff6bb6 hrtimer_active EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc EXPORT_SYMBOL_GPL vmlinux 0xb506936a usb_hcd_link_urb_to_ep @@ -22138,33 +22150,31 @@ EXPORT_SYMBOL_GPL vmlinux 0xb50e1f27 __uv_cpu_info EXPORT_SYMBOL_GPL vmlinux 0xb510c250 raw_v4_hashinfo EXPORT_SYMBOL_GPL vmlinux 0xb5160d65 find_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0xb51700b9 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xb51e60de nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge EXPORT_SYMBOL_GPL vmlinux 0xb5261733 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb542c621 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0xb5455b17 rtc_set_time EXPORT_SYMBOL_GPL vmlinux 0xb55a5077 wm8350_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0xb56ff6fd hwmon_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xb5804036 rio_mport_send_doorbell -EXPORT_SYMBOL_GPL vmlinux 0xb58cd9b0 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0xb58f4fcb balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0xb590c517 rio_get_asm -EXPORT_SYMBOL_GPL vmlinux 0xb594506f sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq -EXPORT_SYMBOL_GPL vmlinux 0xb5b06106 pingv6_ops -EXPORT_SYMBOL_GPL vmlinux 0xb5bda651 pci_msi_set_desc EXPORT_SYMBOL_GPL vmlinux 0xb5cb5374 __of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0xb5ed48c8 bind_interdomain_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0xb5ee0863 flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0xb605aeff hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb6420b60 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb63ae79d fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xb64a44f4 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0xb64d1de0 ata_slave_link_init EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket EXPORT_SYMBOL_GPL vmlinux 0xb680443d usb_amd_pt_check_port EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc EXPORT_SYMBOL_GPL vmlinux 0xb68dfac4 key_type_encrypted -EXPORT_SYMBOL_GPL vmlinux 0xb6939279 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xb6a9ab0b clk_hw_get_parent_by_index EXPORT_SYMBOL_GPL vmlinux 0xb6afaf0a regulator_set_voltage_time_sel @@ -22175,6 +22185,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb6f1131f nvm_set_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0xb6f71aff __fscrypt_encrypt_symlink EXPORT_SYMBOL_GPL vmlinux 0xb6fcfc55 clockevent_delta2ns EXPORT_SYMBOL_GPL vmlinux 0xb702838b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xb71374b4 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xb71c50f1 blk_add_driver_data EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups @@ -22184,6 +22195,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7507382 fwnode_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0xb761318b sev_active EXPORT_SYMBOL_GPL vmlinux 0xb77a24c9 serdev_device_set_tiocm EXPORT_SYMBOL_GPL vmlinux 0xb784c82c crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb78b10b2 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0xb7961b54 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0xb79f1161 dev_pm_opp_get_max_volt_latency EXPORT_SYMBOL_GPL vmlinux 0xb7b60a05 usb_get_intf @@ -22193,10 +22205,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time EXPORT_SYMBOL_GPL vmlinux 0xb7f1b5bd __regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0xb7f73ef8 xas_init_marks EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested -EXPORT_SYMBOL_GPL vmlinux 0xb813c1cd tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time EXPORT_SYMBOL_GPL vmlinux 0xb8389684 direct_make_request -EXPORT_SYMBOL_GPL vmlinux 0xb83899fc pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled EXPORT_SYMBOL_GPL vmlinux 0xb845d724 srcu_barrier EXPORT_SYMBOL_GPL vmlinux 0xb8460def crypto_alloc_acomp @@ -22221,8 +22231,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb8ae021f gpiod_get_raw_value EXPORT_SYMBOL_GPL vmlinux 0xb8b0e654 acomp_request_free EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain EXPORT_SYMBOL_GPL vmlinux 0xb8b52e80 scsi_eh_ready_devs -EXPORT_SYMBOL_GPL vmlinux 0xb8bca79c rtnl_link_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb8cbbeea inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xb8cbf1a7 da9052_request_irq EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put EXPORT_SYMBOL_GPL vmlinux 0xb8d06ba0 pci_epf_unregister_driver @@ -22232,29 +22240,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xb8deaa6f cpufreq_cpu_put EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc EXPORT_SYMBOL_GPL vmlinux 0xb8f2918f mbox_chan_received_data EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable -EXPORT_SYMBOL_GPL vmlinux 0xb912f4ce acpiphp_register_attention EXPORT_SYMBOL_GPL vmlinux 0xb9178cc9 x86_vector_domain -EXPORT_SYMBOL_GPL vmlinux 0xb91d41b6 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xb91edfff platform_device_put EXPORT_SYMBOL_GPL vmlinux 0xb928a97e gnttab_free_pages EXPORT_SYMBOL_GPL vmlinux 0xb936a787 fuse_dev_free -EXPORT_SYMBOL_GPL vmlinux 0xb9415863 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0xb9432fe3 sata_scr_write_flush -EXPORT_SYMBOL_GPL vmlinux 0xb954d2e8 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xb9579535 acpi_dev_pm_attach -EXPORT_SYMBOL_GPL vmlinux 0xb95d6799 ip6_update_pmtu -EXPORT_SYMBOL_GPL vmlinux 0xb9703dfe addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0xb97972b2 xdp_attachment_query EXPORT_SYMBOL_GPL vmlinux 0xb97b00d0 devm_platform_ioremap_resource EXPORT_SYMBOL_GPL vmlinux 0xb97c32ac tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xb988dadd pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xb99a9724 ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xb9a42fd1 __ablkcipher_walk_complete -EXPORT_SYMBOL_GPL vmlinux 0xb9b7dbe4 ping_bind EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index EXPORT_SYMBOL_GPL vmlinux 0xb9c2dbb9 ack_all_badblocks EXPORT_SYMBOL_GPL vmlinux 0xb9c3bb04 regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops -EXPORT_SYMBOL_GPL vmlinux 0xb9c42ec3 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first EXPORT_SYMBOL_GPL vmlinux 0xb9e0167d i2c_recover_bus EXPORT_SYMBOL_GPL vmlinux 0xb9e1e2ac md_bitmap_copy_from_slot @@ -22262,6 +22264,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9f7486e fb_deferred_io_open EXPORT_SYMBOL_GPL vmlinux 0xb9f89246 trace_seq_vprintf EXPORT_SYMBOL_GPL vmlinux 0xba016a3c __percpu_up_read EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba1bc9d5 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get EXPORT_SYMBOL_GPL vmlinux 0xba4cf116 wm8350_block_write EXPORT_SYMBOL_GPL vmlinux 0xba55881e regulator_set_voltage_rdev @@ -22271,10 +22274,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xba62e943 mnt_want_write EXPORT_SYMBOL_GPL vmlinux 0xba771506 rio_unregister_mport EXPORT_SYMBOL_GPL vmlinux 0xba78615c crypto_register_alg EXPORT_SYMBOL_GPL vmlinux 0xba799f55 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xba919e69 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0xbaa9dea4 usb_free_streams EXPORT_SYMBOL_GPL vmlinux 0xbab25e9d dev_pm_qos_hide_flags EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents -EXPORT_SYMBOL_GPL vmlinux 0xbade34ca sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xbadfb46b crypto_register_acomps EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid @@ -22288,7 +22291,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb2df218 regmap_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0xbb349faf nd_region_dev EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb705f11 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0xbb73f27b unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xbb91728c pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xbba3dce0 l3mdev_master_upper_ifindex_by_index_rcu EXPORT_SYMBOL_GPL vmlinux 0xbbb73730 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info @@ -22296,12 +22301,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xbbc6381d spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0xbbc687cd __fscrypt_prepare_link EXPORT_SYMBOL_GPL vmlinux 0xbbd3f5df sysfs_update_group EXPORT_SYMBOL_GPL vmlinux 0xbbde1f1c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xbbe04fef pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0xbbe56d6f dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbbe76cee devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xbbea7652 locks_alloc_lock EXPORT_SYMBOL_GPL vmlinux 0xbbed6aee skcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0xbbefab9f xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbbf2ce69 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0xbbfa1952 bpf_prog_add -EXPORT_SYMBOL_GPL vmlinux 0xbbfb1d41 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0xbbffcc9a device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0xbc00949f pinctrl_pm_select_idle_state EXPORT_SYMBOL_GPL vmlinux 0xbc04bd46 x86_platform @@ -22315,7 +22322,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xbc7b8027 nl_table EXPORT_SYMBOL_GPL vmlinux 0xbc7e4c8a sdio_signal_irq -EXPORT_SYMBOL_GPL vmlinux 0xbc82e7e6 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0xbc878d1b gnttab_dma_alloc_pages EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier @@ -22325,10 +22331,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0xbcdbf86a crypto_shash_setkey EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name -EXPORT_SYMBOL_GPL vmlinux 0xbce49c68 switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool -EXPORT_SYMBOL_GPL vmlinux 0xbcfd50eb fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0xbcfd9628 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xbd017112 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0xbd0950ed ata_acpi_gtm_xfermask EXPORT_SYMBOL_GPL vmlinux 0xbd1e4b15 acpi_gpiochip_request_interrupts EXPORT_SYMBOL_GPL vmlinux 0xbd280d92 unregister_acpi_bus_type @@ -22338,16 +22343,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xbd617488 spi_alloc_device EXPORT_SYMBOL_GPL vmlinux 0xbd7082a9 fixup_user_fault EXPORT_SYMBOL_GPL vmlinux 0xbd72a741 crypto_larval_alloc EXPORT_SYMBOL_GPL vmlinux 0xbd740f14 pci_epc_remove_epf -EXPORT_SYMBOL_GPL vmlinux 0xbd780d8a dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xbd78b4f8 acpi_dev_remove_driver_gpios EXPORT_SYMBOL_GPL vmlinux 0xbd829838 __phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xbd869903 ptp_classify_raw EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa EXPORT_SYMBOL_GPL vmlinux 0xbdcc627b sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbddf711d __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xbdf8f7ef crypto_larval_kill EXPORT_SYMBOL_GPL vmlinux 0xbe011dc7 devm_nsio_disable EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask -EXPORT_SYMBOL_GPL vmlinux 0xbe1bef8e pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xbe29763b nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xbe2a7ca0 power_supply_property_is_writeable EXPORT_SYMBOL_GPL vmlinux 0xbe47556a blkg_conf_finish EXPORT_SYMBOL_GPL vmlinux 0xbe48f06a __percpu_down_read @@ -22371,16 +22376,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xbeca6937 rdev_get_id EXPORT_SYMBOL_GPL vmlinux 0xbecd3cc7 edac_mc_del_mc EXPORT_SYMBOL_GPL vmlinux 0xbecdaf25 dev_pm_opp_add EXPORT_SYMBOL_GPL vmlinux 0xbed076e5 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xbed632d3 __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0xbef1225f dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0xbf05285a virtio_config_disable -EXPORT_SYMBOL_GPL vmlinux 0xbf0b6405 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0xbf0bd35a dm_suspended EXPORT_SYMBOL_GPL vmlinux 0xbf19de35 gpiochip_generic_config EXPORT_SYMBOL_GPL vmlinux 0xbf3d02c2 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbf40350e node_to_amd_nb EXPORT_SYMBOL_GPL vmlinux 0xbf5b40d1 cec_notifier_get_conn EXPORT_SYMBOL_GPL vmlinux 0xbf671e22 usb_register_driver -EXPORT_SYMBOL_GPL vmlinux 0xbf6bacca metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0xbf830443 nd_cmd_out_size EXPORT_SYMBOL_GPL vmlinux 0xbf89e839 devm_kasprintf EXPORT_SYMBOL_GPL vmlinux 0xbfa0d25b pwm_lpss_remove @@ -22388,9 +22393,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports EXPORT_SYMBOL_GPL vmlinux 0xbfc777d5 led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0xbfcc7f52 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xbfd0aae0 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xbfda308e regmap_can_raw_write EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control -EXPORT_SYMBOL_GPL vmlinux 0xbff1f8ce pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0xbff9f3a0 kthread_unpark EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space EXPORT_SYMBOL_GPL vmlinux 0xc01847ba proc_create_net_data_write @@ -22399,44 +22404,44 @@ EXPORT_SYMBOL_GPL vmlinux 0xc02cfc10 crypto_init_spawn EXPORT_SYMBOL_GPL vmlinux 0xc031e845 bpf_trace_run4 EXPORT_SYMBOL_GPL vmlinux 0xc03b0776 gpiod_get EXPORT_SYMBOL_GPL vmlinux 0xc04098e7 power_supply_am_i_supplied -EXPORT_SYMBOL_GPL vmlinux 0xc046eff1 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0xc0497365 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc05da8a6 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc08b876f tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition EXPORT_SYMBOL_GPL vmlinux 0xc08f6ac1 get_pid_task EXPORT_SYMBOL_GPL vmlinux 0xc098bea1 da903x_reads EXPORT_SYMBOL_GPL vmlinux 0xc099421d events_sysfs_show EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b61242 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name EXPORT_SYMBOL_GPL vmlinux 0xc0efef9a ata_sff_drain_fifo EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata EXPORT_SYMBOL_GPL vmlinux 0xc0f5b3e6 irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0xc0f765c8 hvc_remove EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t -EXPORT_SYMBOL_GPL vmlinux 0xc11a4256 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xc121e931 platform_get_irq_byname EXPORT_SYMBOL_GPL vmlinux 0xc1239092 regmap_fields_read EXPORT_SYMBOL_GPL vmlinux 0xc1358023 regulator_get EXPORT_SYMBOL_GPL vmlinux 0xc137d490 nvdimm_in_overwrite EXPORT_SYMBOL_GPL vmlinux 0xc137ee79 blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0xc141228b usb_free_coherent -EXPORT_SYMBOL_GPL vmlinux 0xc14a1ebd __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0xc163f7b0 platform_bus EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module EXPORT_SYMBOL_GPL vmlinux 0xc1724c65 rio_request_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0xc173b950 ata_dummy_port_ops EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded -EXPORT_SYMBOL_GPL vmlinux 0xc17da258 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids EXPORT_SYMBOL_GPL vmlinux 0xc18cdf36 amd_df_indirect_read -EXPORT_SYMBOL_GPL vmlinux 0xc1955b9a fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0xc1a1b77f netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0xc1b87cc7 ata_sas_port_destroy EXPORT_SYMBOL_GPL vmlinux 0xc1ca28ef devm_regulator_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xc1d989c5 vfio_external_check_extension EXPORT_SYMBOL_GPL vmlinux 0xc1f81a5f device_match_name EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xc220a1ea pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0xc22541a3 devm_nsio_enable +EXPORT_SYMBOL_GPL vmlinux 0xc227880a pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases EXPORT_SYMBOL_GPL vmlinux 0xc22e1222 edac_device_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0xc23b7d36 device_dma_supported @@ -22445,9 +22450,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler EXPORT_SYMBOL_GPL vmlinux 0xc270c187 device_change_owner EXPORT_SYMBOL_GPL vmlinux 0xc27b354e i2c_dw_read_comp_param EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc282165e pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0xc288e41e phy_pm_runtime_get EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28bb273 xen_register_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0xc28c534b acpi_dma_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0xc295c213 yield_to EXPORT_SYMBOL_GPL vmlinux 0xc2a0719e cs47l24_spi_regmap @@ -22456,11 +22463,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc2c6b97d fuse_do_open EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc3084e6b nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0xc311f875 fat_time_unix2fat EXPORT_SYMBOL_GPL vmlinux 0xc3159c49 fsstack_copy_attr_all EXPORT_SYMBOL_GPL vmlinux 0xc32277c2 dev_pm_opp_find_freq_ceil_by_volt EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features EXPORT_SYMBOL_GPL vmlinux 0xc32835c3 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xc3294415 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xc329a592 sdio_writeb_readb EXPORT_SYMBOL_GPL vmlinux 0xc3396e4a rdev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object @@ -22468,6 +22477,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc36eb814 iommu_group_remove_device EXPORT_SYMBOL_GPL vmlinux 0xc37e1740 __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc38c6801 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc391e9f7 xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0xc398a58f disk_get_part EXPORT_SYMBOL_GPL vmlinux 0xc3999250 gpiochip_add_pin_range EXPORT_SYMBOL_GPL vmlinux 0xc3a80035 ata_scsi_slave_config @@ -22493,7 +22503,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc444a671 xenbus_match EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type EXPORT_SYMBOL_GPL vmlinux 0xc457656b shmem_file_setup_with_mnt EXPORT_SYMBOL_GPL vmlinux 0xc45b3ded usb_disable_ltm -EXPORT_SYMBOL_GPL vmlinux 0xc460a79d devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource EXPORT_SYMBOL_GPL vmlinux 0xc47f03fe led_classdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xc48ae801 pm_generic_poweroff @@ -22505,13 +22514,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send EXPORT_SYMBOL_GPL vmlinux 0xc4ac8eef __tracepoint_rpm_idle EXPORT_SYMBOL_GPL vmlinux 0xc4b84b35 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xc4cafb2f cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xc4d18c16 i2c_new_dummy_device -EXPORT_SYMBOL_GPL vmlinux 0xc4d3e27b __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xc4eb3b38 __of_reset_control_get EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset EXPORT_SYMBOL_GPL vmlinux 0xc4f92842 exportfs_encode_fh EXPORT_SYMBOL_GPL vmlinux 0xc4fa2862 unregister_pernet_subsys -EXPORT_SYMBOL_GPL vmlinux 0xc4fcf2fb strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xc50cb855 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask EXPORT_SYMBOL_GPL vmlinux 0xc513c3a2 vmf_insert_pfn_pud EXPORT_SYMBOL_GPL vmlinux 0xc5156bf3 fanout_mutex @@ -22520,11 +22529,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xc53b734f serial8250_do_set_divisor EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56a76c3 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off EXPORT_SYMBOL_GPL vmlinux 0xc57847b4 perf_event_enable EXPORT_SYMBOL_GPL vmlinux 0xc57c6d80 unregister_net_sysctl_table EXPORT_SYMBOL_GPL vmlinux 0xc57f08b6 efivar_entry_remove EXPORT_SYMBOL_GPL vmlinux 0xc58a58c7 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc5932811 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0xc594d840 acpi_dev_resource_interrupt EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon EXPORT_SYMBOL_GPL vmlinux 0xc5bb1bc3 mmput @@ -22533,6 +22544,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc5df6917 cpufreq_freq_transition_begin EXPORT_SYMBOL_GPL vmlinux 0xc604f44e usb_get_status EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0xc61a6f56 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xc629fe91 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0xc64a2a88 gpiod_set_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xc64e52f9 tty_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type @@ -22553,18 +22565,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xc6b10427 ex_handler_fprestore EXPORT_SYMBOL_GPL vmlinux 0xc6bf5eb7 sysfs_unbreak_active_protection -EXPORT_SYMBOL_GPL vmlinux 0xc6c34bd4 pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc6dc81d2 ping_rcv EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e02305 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xc6e908c1 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0xc6ed4da7 wm831x_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0xc6f2e9ac dev_pm_domain_attach EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc7021656 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put EXPORT_SYMBOL_GPL vmlinux 0xc717946c cec_delete_adapter EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field +EXPORT_SYMBOL_GPL vmlinux 0xc71e9280 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0xc72490fa task_cputime_adjusted EXPORT_SYMBOL_GPL vmlinux 0xc729e3cf iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0xc742b07b bpf_prog_inc -EXPORT_SYMBOL_GPL vmlinux 0xc75e6d46 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0xc769e4d3 clk_hw_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0xc78f1525 phy_pm_runtime_put_sync EXPORT_SYMBOL_GPL vmlinux 0xc7965910 dev_pm_put_subsys_data @@ -22580,8 +22595,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xc7e77fd9 crypto_default_rng EXPORT_SYMBOL_GPL vmlinux 0xc7ef69e9 __regmap_init EXPORT_SYMBOL_GPL vmlinux 0xc7f66d4a usb_hcd_unmap_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc810fd17 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83fb732 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0xc841699b component_master_add_with_match EXPORT_SYMBOL_GPL vmlinux 0xc84f2a4a syscon_regmap_lookup_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xc85629fe debugfs_rename @@ -22593,6 +22610,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event EXPORT_SYMBOL_GPL vmlinux 0xc87fb025 xas_get_mark EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable EXPORT_SYMBOL_GPL vmlinux 0xc8b68ef5 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8c46310 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable EXPORT_SYMBOL_GPL vmlinux 0xc8e94d0c ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0xc8f162ad of_css @@ -22602,18 +22620,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xc92761eb spi_controller_dma_map_mem_op_data EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init EXPORT_SYMBOL_GPL vmlinux 0xc947ba82 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9499c01 __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xc9515f1b mbox_request_channel_byname EXPORT_SYMBOL_GPL vmlinux 0xc953c711 do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0xc953fe65 crypto_aead_setkey EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist EXPORT_SYMBOL_GPL vmlinux 0xc95b0923 pm_runtime_get_if_in_use EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 -EXPORT_SYMBOL_GPL vmlinux 0xc9795455 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xc970212c __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0xc97a00c9 alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base EXPORT_SYMBOL_GPL vmlinux 0xc9954701 phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xc9a80f54 regcache_drop_region EXPORT_SYMBOL_GPL vmlinux 0xc9ad80d0 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xc9bd719d dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler EXPORT_SYMBOL_GPL vmlinux 0xc9c4e3f1 ata_eh_qc_complete EXPORT_SYMBOL_GPL vmlinux 0xc9cfb100 gpiod_to_chip @@ -22634,37 +22654,38 @@ EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures EXPORT_SYMBOL_GPL vmlinux 0xcab8c5e2 peernet2id_alloc EXPORT_SYMBOL_GPL vmlinux 0xcabaef77 tps65912_device_exit EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock -EXPORT_SYMBOL_GPL vmlinux 0xcabf6c8b dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0xcac23ecf sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0xcacd88a0 __tracepoint_br_fdb_update EXPORT_SYMBOL_GPL vmlinux 0xcad71ca0 ata_sff_port_intr EXPORT_SYMBOL_GPL vmlinux 0xcadd67ea devres_release_group EXPORT_SYMBOL_GPL vmlinux 0xcafb58af iomap_dio_rw -EXPORT_SYMBOL_GPL vmlinux 0xcb0062fa __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0xcb38161f inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xcb4a4597 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xcb5022b8 dev_pm_opp_put EXPORT_SYMBOL_GPL vmlinux 0xcb52c695 blk_trace_startstop EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0xcb78d051 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine EXPORT_SYMBOL_GPL vmlinux 0xcb99509e fsnotify_find_mark EXPORT_SYMBOL_GPL vmlinux 0xcb9e36b6 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xcbbc5a62 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xcbdbe85c edac_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0xcbdd92a4 battery_hook_unregister EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages EXPORT_SYMBOL_GPL vmlinux 0xcc0b11ba nvdimm_to_bus EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap EXPORT_SYMBOL_GPL vmlinux 0xcc2e5d5f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc3435ba sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0xcc42150a security_kernel_read_file -EXPORT_SYMBOL_GPL vmlinux 0xcc4349c1 dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0xcc46d982 crypto_unregister_scomps EXPORT_SYMBOL_GPL vmlinux 0xcc4cfc20 serial8250_request_dma EXPORT_SYMBOL_GPL vmlinux 0xcc4fa405 regulator_sync_voltage EXPORT_SYMBOL_GPL vmlinux 0xcc5e65fc blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0xcc65be17 devm_irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0xcc6a17e2 sysfs_remove_mount_point -EXPORT_SYMBOL_GPL vmlinux 0xcc86b867 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xcc8a40d0 devlink_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcc8f4bd8 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc EXPORT_SYMBOL_GPL vmlinux 0xcca166fe crypto_type_has_alg @@ -22677,12 +22698,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start EXPORT_SYMBOL_GPL vmlinux 0xcd0bd0a1 handle_simple_irq -EXPORT_SYMBOL_GPL vmlinux 0xcd0de7dd ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0xcd137280 ata_bmdma_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size EXPORT_SYMBOL_GPL vmlinux 0xcd308d9c sdio_f0_readb EXPORT_SYMBOL_GPL vmlinux 0xcd3e5c7c acpi_release_memory -EXPORT_SYMBOL_GPL vmlinux 0xcd68a99b skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return EXPORT_SYMBOL_GPL vmlinux 0xcd83c34d __scsi_init_queue @@ -22697,22 +22716,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers EXPORT_SYMBOL_GPL vmlinux 0xcdbbee50 blkg_print_stat_bytes_recursive EXPORT_SYMBOL_GPL vmlinux 0xcdc71d10 devm_mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcc92ff pci_pr3_present EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency EXPORT_SYMBOL_GPL vmlinux 0xcde401bd balloon_aops EXPORT_SYMBOL_GPL vmlinux 0xcde8a7ea sdio_release_host EXPORT_SYMBOL_GPL vmlinux 0xcdf1a4fa kobject_move EXPORT_SYMBOL_GPL vmlinux 0xcdf3c2d9 follow_pte -EXPORT_SYMBOL_GPL vmlinux 0xce0229e5 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory EXPORT_SYMBOL_GPL vmlinux 0xce0c34a8 extcon_get_property EXPORT_SYMBOL_GPL vmlinux 0xce247e35 max8997_read_reg -EXPORT_SYMBOL_GPL vmlinux 0xce296c1d sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xce2f6870 br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0xce407b57 relay_reset EXPORT_SYMBOL_GPL vmlinux 0xce5b0ee8 devm_regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce7b7be0 device_initialize -EXPORT_SYMBOL_GPL vmlinux 0xce9fe6a8 skb_segment -EXPORT_SYMBOL_GPL vmlinux 0xcea65853 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xce95deac raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0xceaf3ad5 pci_epc_set_bar EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu @@ -22722,10 +22740,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xced8dff7 irq_domain_pop_irq EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console EXPORT_SYMBOL_GPL vmlinux 0xceed8318 ibft_addr EXPORT_SYMBOL_GPL vmlinux 0xceeee768 store_sampling_rate +EXPORT_SYMBOL_GPL vmlinux 0xceeef452 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0xcef47578 crypto_stats_compress EXPORT_SYMBOL_GPL vmlinux 0xcefa5da8 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0xcf1702cc page_endio EXPORT_SYMBOL_GPL vmlinux 0xcf17e56e pci_epf_linkup +EXPORT_SYMBOL_GPL vmlinux 0xcf2a020f ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xcf2d2b32 path_noexec EXPORT_SYMBOL_GPL vmlinux 0xcf30869a tty_port_register_device_attr_serdev EXPORT_SYMBOL_GPL vmlinux 0xcf332c28 blk_mq_freeze_queue_wait @@ -22735,31 +22755,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain EXPORT_SYMBOL_GPL vmlinux 0xcf6197bc regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xcf6a52c2 devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0xcf6ed995 regmap_exit -EXPORT_SYMBOL_GPL vmlinux 0xcf941b3e pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0xcf9e9fbc pm_generic_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xcfa40016 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xcfa573ce __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue EXPORT_SYMBOL_GPL vmlinux 0xcfc15f4b rht_bucket_nested_insert EXPORT_SYMBOL_GPL vmlinux 0xcfc37395 serial8250_set_defaults EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put -EXPORT_SYMBOL_GPL vmlinux 0xcfcbdfa4 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory -EXPORT_SYMBOL_GPL vmlinux 0xcfd8fcc9 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xcfe8b4b0 arizona_set_irq_wake EXPORT_SYMBOL_GPL vmlinux 0xcfee0d3c unwind_next_frame EXPORT_SYMBOL_GPL vmlinux 0xd00e2a57 regulator_set_voltage -EXPORT_SYMBOL_GPL vmlinux 0xd0152d7f ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xd016ee91 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xd01ac742 usb_reset_device EXPORT_SYMBOL_GPL vmlinux 0xd02cf461 devres_for_each_res EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range -EXPORT_SYMBOL_GPL vmlinux 0xd04303ab metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate EXPORT_SYMBOL_GPL vmlinux 0xd04624ae __bio_try_merge_page EXPORT_SYMBOL_GPL vmlinux 0xd04bb888 balloon_page_alloc -EXPORT_SYMBOL_GPL vmlinux 0xd0563a69 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xd04c6477 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0xd081b7cb get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd0824407 pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0xd0841ccc bus_get_kset EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type EXPORT_SYMBOL_GPL vmlinux 0xd0ae98f7 crypto_find_alg @@ -22770,6 +22788,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax EXPORT_SYMBOL_GPL vmlinux 0xd0dbe02a acpi_bind_one EXPORT_SYMBOL_GPL vmlinux 0xd0dc7402 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xd0e5bd20 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd0eb6a66 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0xd0f5c821 ata_host_register EXPORT_SYMBOL_GPL vmlinux 0xd0fea125 iommu_aux_attach_device EXPORT_SYMBOL_GPL vmlinux 0xd109d057 tracing_snapshot_cond @@ -22780,12 +22800,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xd1607c3b user_update EXPORT_SYMBOL_GPL vmlinux 0xd16e38b0 vfs_readf EXPORT_SYMBOL_GPL vmlinux 0xd17ffe19 e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0xd19ac6bc acpiphp_register_attention EXPORT_SYMBOL_GPL vmlinux 0xd1a1d16f devm_clk_unregister EXPORT_SYMBOL_GPL vmlinux 0xd1a68916 debugfs_print_regs32 EXPORT_SYMBOL_GPL vmlinux 0xd1ac90d9 gpiochip_populate_parent_fwspec_twocell EXPORT_SYMBOL_GPL vmlinux 0xd1b60fbb dev_pm_opp_enable EXPORT_SYMBOL_GPL vmlinux 0xd1b84e48 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0xd1c7357f lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d01f4b uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xd1f0c21a _proc_mkdir EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get EXPORT_SYMBOL_GPL vmlinux 0xd1f47b19 regmap_bulk_write @@ -22806,14 +22829,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xd25da06f tpm_get_timeouts EXPORT_SYMBOL_GPL vmlinux 0xd266bee9 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references -EXPORT_SYMBOL_GPL vmlinux 0xd280ce7a ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0xd28cdbe1 sysfs_file_change_owner EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode EXPORT_SYMBOL_GPL vmlinux 0xd2ba0b64 wm8350_device_init EXPORT_SYMBOL_GPL vmlinux 0xd2c3d6dd acpi_subsys_suspend EXPORT_SYMBOL_GPL vmlinux 0xd2c8ae77 tracepoint_probe_unregister EXPORT_SYMBOL_GPL vmlinux 0xd2d95970 fat_getattr -EXPORT_SYMBOL_GPL vmlinux 0xd2e1c5ae ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xd2efb3a0 clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0xd302bad7 led_blink_set_oneshot EXPORT_SYMBOL_GPL vmlinux 0xd324860e phy_init @@ -22823,8 +22844,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xd37a94d4 usb_phy_roothub_alloc EXPORT_SYMBOL_GPL vmlinux 0xd38c2d3b acpi_data_fwnode_ops -EXPORT_SYMBOL_GPL vmlinux 0xd395e853 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xd39c0aaa ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xd39de777 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config EXPORT_SYMBOL_GPL vmlinux 0xd3bb483e irq_generic_chip_ops @@ -22840,6 +22861,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd418aab7 fat_update_time EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count EXPORT_SYMBOL_GPL vmlinux 0xd43d3e43 shash_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44bce1c inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0xd44f126d regmap_irq_get_domain EXPORT_SYMBOL_GPL vmlinux 0xd4583c9a device_bind_driver EXPORT_SYMBOL_GPL vmlinux 0xd45a2bd3 gpiod_get_raw_array_value_cansleep @@ -22849,13 +22871,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs EXPORT_SYMBOL_GPL vmlinux 0xd47d8b00 __rtc_register_device EXPORT_SYMBOL_GPL vmlinux 0xd4924c76 pci_epc_linkup EXPORT_SYMBOL_GPL vmlinux 0xd49caa5a tty_buffer_set_limit -EXPORT_SYMBOL_GPL vmlinux 0xd4a1f4fe pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0xd4a5a4de device_move EXPORT_SYMBOL_GPL vmlinux 0xd4ac9eff perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xd4adde9b ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq -EXPORT_SYMBOL_GPL vmlinux 0xd4cc14d3 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xd4e3faa9 skcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0xd4f46362 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xd513abc7 pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0xd5222426 vring_del_virtqueue EXPORT_SYMBOL_GPL vmlinux 0xd528dd1f cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0xd539f1b5 __pm_runtime_resume @@ -22865,54 +22887,49 @@ EXPORT_SYMBOL_GPL vmlinux 0xd542256c blk_mq_debugfs_rq_show EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata EXPORT_SYMBOL_GPL vmlinux 0xd588c086 is_current_mnt_ns EXPORT_SYMBOL_GPL vmlinux 0xd588d26a device_property_present -EXPORT_SYMBOL_GPL vmlinux 0xd58e1c8e skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xd5aadf12 da903x_writes EXPORT_SYMBOL_GPL vmlinux 0xd5ac3e61 ata_host_alloc_pinfo EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event EXPORT_SYMBOL_GPL vmlinux 0xd5b57ab3 __tracepoint_rpm_resume -EXPORT_SYMBOL_GPL vmlinux 0xd5bd303a inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu EXPORT_SYMBOL_GPL vmlinux 0xd5ce15f3 __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0xd5e3a2de __clk_mux_determine_rate EXPORT_SYMBOL_GPL vmlinux 0xd5e9e8bf edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted EXPORT_SYMBOL_GPL vmlinux 0xd6015d0c regmap_field_update_bits_base -EXPORT_SYMBOL_GPL vmlinux 0xd6184fd7 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xd6067115 ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0xd61e62c0 regulator_set_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0xd62e0b86 spi_new_device EXPORT_SYMBOL_GPL vmlinux 0xd63a8c7e led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xd63f8fa3 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xd64212d2 pinctrl_find_gpio_range_from_pin EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p EXPORT_SYMBOL_GPL vmlinux 0xd658d5c9 usb_match_id -EXPORT_SYMBOL_GPL vmlinux 0xd65c68dc validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget EXPORT_SYMBOL_GPL vmlinux 0xd68a1332 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xd69477bc ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xd6ac119b __ata_ehi_push_desc -EXPORT_SYMBOL_GPL vmlinux 0xd6acc2d9 xen_pci_frontend EXPORT_SYMBOL_GPL vmlinux 0xd6bdb5be ata_sff_lost_interrupt -EXPORT_SYMBOL_GPL vmlinux 0xd6d7774a pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0xd6e2c600 clk_hw_get_num_parents EXPORT_SYMBOL_GPL vmlinux 0xd6e3c4bd edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0xd6f0cd91 bsg_setup_queue -EXPORT_SYMBOL_GPL vmlinux 0xd6fa85d0 __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries -EXPORT_SYMBOL_GPL vmlinux 0xd702207a __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0xd711a15f clear_foreign_p2m_mapping EXPORT_SYMBOL_GPL vmlinux 0xd7211027 dm_internal_resume_fast EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end EXPORT_SYMBOL_GPL vmlinux 0xd73e9179 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xd73ef2b2 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0xd74abfd8 tty_port_install EXPORT_SYMBOL_GPL vmlinux 0xd74ef294 elv_register EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key -EXPORT_SYMBOL_GPL vmlinux 0xd7638c9c pci_msi_create_irq_domain EXPORT_SYMBOL_GPL vmlinux 0xd763ef18 crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl EXPORT_SYMBOL_GPL vmlinux 0xd7773351 devm_usb_put_phy EXPORT_SYMBOL_GPL vmlinux 0xd78716ae fuse_conn_put -EXPORT_SYMBOL_GPL vmlinux 0xd78abf6e inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xd78e0b70 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd79639f3 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xd79bded4 sock_diag_destroy EXPORT_SYMBOL_GPL vmlinux 0xd7b5dfee xas_split EXPORT_SYMBOL_GPL vmlinux 0xd7c2cf18 cs47l24_patch @@ -22926,6 +22943,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd82ea9b4 ata_host_init EXPORT_SYMBOL_GPL vmlinux 0xd840c901 regmap_raw_write EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock EXPORT_SYMBOL_GPL vmlinux 0xd85e4b30 device_register +EXPORT_SYMBOL_GPL vmlinux 0xd8608677 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0xd8680656 serdev_device_add EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk EXPORT_SYMBOL_GPL vmlinux 0xd8a34c8e open_related_ns @@ -22933,15 +22951,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xd8a6826e device_match_devt EXPORT_SYMBOL_GPL vmlinux 0xd8b43e8b fsnotify_destroy_mark EXPORT_SYMBOL_GPL vmlinux 0xd8ba9da3 pinctrl_put EXPORT_SYMBOL_GPL vmlinux 0xd8bf2ee2 scsi_check_sense -EXPORT_SYMBOL_GPL vmlinux 0xd8da5e36 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0xd8f8a449 blkg_print_stat_ios_recursive EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xd9119554 dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0xd918afbd iommu_map_sg EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges EXPORT_SYMBOL_GPL vmlinux 0xd92b6ea7 mbox_client_txdone EXPORT_SYMBOL_GPL vmlinux 0xd92ba438 rio_bus_type EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9341b24 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xd938fc30 regmap_async_complete EXPORT_SYMBOL_GPL vmlinux 0xd93a5cb1 efivar_variable_is_removable EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off @@ -22949,7 +22966,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xd943720e cgroup_get_from_path EXPORT_SYMBOL_GPL vmlinux 0xd96911b9 intel_svm_bind_mm EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd9712243 usb_for_each_dev -EXPORT_SYMBOL_GPL vmlinux 0xd9754fbd __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0xd99778f0 tty_get_pgrp EXPORT_SYMBOL_GPL vmlinux 0xd998b96b srcu_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xd9b57455 sysfs_create_link @@ -22957,7 +22973,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xd9bf3692 pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0xd9cddd55 devm_of_phy_get EXPORT_SYMBOL_GPL vmlinux 0xd9d5d879 sbitmap_queue_resize EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns -EXPORT_SYMBOL_GPL vmlinux 0xd9f42ddc raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write EXPORT_SYMBOL_GPL vmlinux 0xda0aedde platform_device_add_properties EXPORT_SYMBOL_GPL vmlinux 0xda0afac1 devm_usb_get_phy_by_node @@ -22965,31 +22980,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xda15a15d alarm_forward EXPORT_SYMBOL_GPL vmlinux 0xda1b2858 mmu_notifier_range_update_to_read_only EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb EXPORT_SYMBOL_GPL vmlinux 0xda30096e ata_sff_dev_classify -EXPORT_SYMBOL_GPL vmlinux 0xda357992 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xda47668a iomap_file_buffered_write EXPORT_SYMBOL_GPL vmlinux 0xda47eb47 blk_mq_bio_list_merge EXPORT_SYMBOL_GPL vmlinux 0xda605472 blockdev_superblock EXPORT_SYMBOL_GPL vmlinux 0xda6fc22b __hwspin_lock_timeout EXPORT_SYMBOL_GPL vmlinux 0xda7958b4 noop_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xda8fd370 devm_clk_bulk_get_all -EXPORT_SYMBOL_GPL vmlinux 0xda9673d0 pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert EXPORT_SYMBOL_GPL vmlinux 0xdab67967 pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0xdabaeab5 split_page EXPORT_SYMBOL_GPL vmlinux 0xdae5ae9f i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xdae6ee15 skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0xdaf48f82 fscrypt_file_open EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check -EXPORT_SYMBOL_GPL vmlinux 0xdaf6a897 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xdafcdc3a ktime_get_snapshot EXPORT_SYMBOL_GPL vmlinux 0xdaff8209 regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xdb014036 perf_aux_output_flag EXPORT_SYMBOL_GPL vmlinux 0xdb02fa60 list_lru_add EXPORT_SYMBOL_GPL vmlinux 0xdb0613af invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xdb0e4453 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xdb13867a pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xdb14398a devm_pwm_get -EXPORT_SYMBOL_GPL vmlinux 0xdb180641 tcp_done -EXPORT_SYMBOL_GPL vmlinux 0xdb1bdc4c ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0xdb26e1df regulator_get_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0xdb270ebe nvmem_dev_name EXPORT_SYMBOL_GPL vmlinux 0xdb38592d do_unregister_con_driver @@ -23004,9 +23017,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xdba0583f clk_hw_register_divider EXPORT_SYMBOL_GPL vmlinux 0xdba05cdc dax_iomap_rw EXPORT_SYMBOL_GPL vmlinux 0xdba6c10c exportfs_decode_fh EXPORT_SYMBOL_GPL vmlinux 0xdbd83203 usb_create_hcd -EXPORT_SYMBOL_GPL vmlinux 0xdbd84ceb __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xdbddbd00 nvdimm_bus_unregister EXPORT_SYMBOL_GPL vmlinux 0xdbe8330a devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xdbeefe6c nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0xdbf29726 __tracepoint_neigh_timer_handler EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits EXPORT_SYMBOL_GPL vmlinux 0xdbfdb118 get_user_pages_fast @@ -23015,7 +23028,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall EXPORT_SYMBOL_GPL vmlinux 0xdc21e866 hrtimer_forward EXPORT_SYMBOL_GPL vmlinux 0xdc21fc7d clk_register EXPORT_SYMBOL_GPL vmlinux 0xdc30da45 ata_sff_softreset -EXPORT_SYMBOL_GPL vmlinux 0xdc312551 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work EXPORT_SYMBOL_GPL vmlinux 0xdc4e0038 regulator_bulk_set_supply_names EXPORT_SYMBOL_GPL vmlinux 0xdc51c5d8 rio_mport_write_config_16 @@ -23025,26 +23037,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable EXPORT_SYMBOL_GPL vmlinux 0xdc89ae25 device_link_remove EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca28016 xen_unregister_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0xdca3e559 tty_find_polling_driver EXPORT_SYMBOL_GPL vmlinux 0xdca6deb3 dma_request_slave_channel -EXPORT_SYMBOL_GPL vmlinux 0xdca90fca cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xdca9ddbd fork_usermode_blob EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops -EXPORT_SYMBOL_GPL vmlinux 0xdcb88624 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0xdcbdd233 kobject_init_and_add EXPORT_SYMBOL_GPL vmlinux 0xdcc78a39 attribute_container_classdev_to_container EXPORT_SYMBOL_GPL vmlinux 0xdcc8c3fc wm831x_auxadc_read EXPORT_SYMBOL_GPL vmlinux 0xdccd6ede bpf_trace_run7 -EXPORT_SYMBOL_GPL vmlinux 0xdcce3355 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0xdcd18d2f queue_iova -EXPORT_SYMBOL_GPL vmlinux 0xdce077a1 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0xdce23a83 sbitmap_queue_wake_up EXPORT_SYMBOL_GPL vmlinux 0xdd013aeb irq_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0xdd0230c1 dummy_con EXPORT_SYMBOL_GPL vmlinux 0xdd04e3b8 led_trigger_set_default EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc -EXPORT_SYMBOL_GPL vmlinux 0xdd0b16cf inet_csk_listen_stop -EXPORT_SYMBOL_GPL vmlinux 0xdd230e73 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xdd1d0d84 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu EXPORT_SYMBOL_GPL vmlinux 0xdd38c591 crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister @@ -23053,6 +23061,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xdd419e0f bpf_map_put EXPORT_SYMBOL_GPL vmlinux 0xdd41bbd3 wm5110_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd632ecb dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xdd6a3f4f skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xdd717cf5 usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path @@ -23062,6 +23071,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xddac7aa0 serial8250_do_startup EXPORT_SYMBOL_GPL vmlinux 0xddaee561 tpm_chip_register EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd83623 switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xddd9e561 acpi_gpiochip_free_interrupts EXPORT_SYMBOL_GPL vmlinux 0xdde802a0 linear_hugepage_index EXPORT_SYMBOL_GPL vmlinux 0xddf0a001 led_trigger_store @@ -23102,8 +23112,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xdf25d8be iommu_domain_window_enable EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xdf301aa0 power_supply_class EXPORT_SYMBOL_GPL vmlinux 0xdf35858c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xdf44de77 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xdf46a5c9 init_iova_domain EXPORT_SYMBOL_GPL vmlinux 0xdf48f07d iommu_dev_has_feature +EXPORT_SYMBOL_GPL vmlinux 0xdf628c56 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xdf779318 dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xdf7e69d5 od_register_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0xdf7f1145 usb_enable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free @@ -23114,13 +23127,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xdfa1e3a7 iommu_unregister_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0xdfa29ba9 wait_for_stable_page EXPORT_SYMBOL_GPL vmlinux 0xdfa84388 devm_gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0xdfa925ef ata_port_desc -EXPORT_SYMBOL_GPL vmlinux 0xdfbc3128 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xdfc895f3 get_current_tty EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfdf0ac2 skb_segment EXPORT_SYMBOL_GPL vmlinux 0xdfe90a66 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xdfe98fb5 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name EXPORT_SYMBOL_GPL vmlinux 0xe009c1c2 crypto_unregister_ahashes EXPORT_SYMBOL_GPL vmlinux 0xe027f867 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xe02937b8 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xe02acf87 irqchip_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0xe03d06f0 device_set_wakeup_capable @@ -23132,19 +23147,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xe06f229f ata_sff_port_ops EXPORT_SYMBOL_GPL vmlinux 0xe07ee098 mbox_send_message EXPORT_SYMBOL_GPL vmlinux 0xe085227b __efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe098ff47 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0xe09efff6 nvdimm_region_notify EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4d920 __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq EXPORT_SYMBOL_GPL vmlinux 0xe0c7a47c reset_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0xe0de709f __dax_driver_register EXPORT_SYMBOL_GPL vmlinux 0xe0e2355c irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0ffe0f0 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe108c1ef strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0xe10c3501 sdio_f0_writeb EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin EXPORT_SYMBOL_GPL vmlinux 0xe117e8aa perf_event_update_userpage -EXPORT_SYMBOL_GPL vmlinux 0xe124c1a7 __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0xe137b61d xenbus_register_driver_common -EXPORT_SYMBOL_GPL vmlinux 0xe1509588 agp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0xe15d9f60 dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0xe164597c clk_register_fractional_divider EXPORT_SYMBOL_GPL vmlinux 0xe171ddd7 power_supply_register @@ -23153,15 +23170,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xe17900a1 md_do_sync EXPORT_SYMBOL_GPL vmlinux 0xe17e5220 blocking_notifier_chain_cond_register EXPORT_SYMBOL_GPL vmlinux 0xe1956ce8 efivars_register EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa0c84 strp_init EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb EXPORT_SYMBOL_GPL vmlinux 0xe1ba992f smp_ops EXPORT_SYMBOL_GPL vmlinux 0xe1bb4fd1 genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0xe1bc42c6 find_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xe1bcd0c4 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports -EXPORT_SYMBOL_GPL vmlinux 0xe1c426f0 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0xe1ded422 usb_hcd_resume_root_hub -EXPORT_SYMBOL_GPL vmlinux 0xe1fafd94 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0xe21e3d54 blk_insert_cloned_request EXPORT_SYMBOL_GPL vmlinux 0xe21e70bc rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0xe224a175 usb_disable_lpm @@ -23171,7 +23186,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe24ad27f dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0xe2582a12 btree_init EXPORT_SYMBOL_GPL vmlinux 0xe25b6890 virtqueue_add_outbuf EXPORT_SYMBOL_GPL vmlinux 0xe2601e52 rdev_set_badblocks -EXPORT_SYMBOL_GPL vmlinux 0xe26955f5 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0xe269e241 dax_copy_to_iter EXPORT_SYMBOL_GPL vmlinux 0xe279077e gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0xe27c9108 rio_release_dma @@ -23191,19 +23205,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xe2ed08a6 extcon_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq EXPORT_SYMBOL_GPL vmlinux 0xe3123d1b tty_buffer_request_room EXPORT_SYMBOL_GPL vmlinux 0xe3169c9b blk_mq_virtio_map_queues -EXPORT_SYMBOL_GPL vmlinux 0xe325ac13 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xe3362e73 fat_attach EXPORT_SYMBOL_GPL vmlinux 0xe3383d36 software_node_fwnode EXPORT_SYMBOL_GPL vmlinux 0xe338c5ac inet_hashinfo2_init_mod -EXPORT_SYMBOL_GPL vmlinux 0xe3433447 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xe368a59a devm_regmap_field_alloc -EXPORT_SYMBOL_GPL vmlinux 0xe372ac18 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xe374723f __blkg_prfill_u64 -EXPORT_SYMBOL_GPL vmlinux 0xe379e83b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xe37fd0c9 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0xe3891055 spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0xe3948ff4 acpi_walk_dep_device_list EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit -EXPORT_SYMBOL_GPL vmlinux 0xe3a7dc0a devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xe3abe0c5 pwm_get_chip_data EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init @@ -23222,7 +23232,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe42d9aae spi_controller_resume EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume EXPORT_SYMBOL_GPL vmlinux 0xe439ab3f __dma_request_channel EXPORT_SYMBOL_GPL vmlinux 0xe454f5a1 tty_port_register_device_attr -EXPORT_SYMBOL_GPL vmlinux 0xe45dabd6 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0xe4766753 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xe4836e93 security_inode_create EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global @@ -23233,13 +23242,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xe495926a alarm_restart EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot EXPORT_SYMBOL_GPL vmlinux 0xe4a0f97e fsnotify_add_mark EXPORT_SYMBOL_GPL vmlinux 0xe4a4d940 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xe4aae625 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b642ea crypto_stats_kpp_set_secret EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4be4167 pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state EXPORT_SYMBOL_GPL vmlinux 0xe4f256bd bsg_job_done EXPORT_SYMBOL_GPL vmlinux 0xe4fa414d crypto_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0xe5024e56 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe4fc85f2 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0xe519d4be led_stop_software_blink EXPORT_SYMBOL_GPL vmlinux 0xe5338ec0 wm8350_reg_write EXPORT_SYMBOL_GPL vmlinux 0xe54c6d58 put_iova_domain @@ -23253,26 +23265,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5904a40 root_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xe5ab892c pinctrl_dev_get_name EXPORT_SYMBOL_GPL vmlinux 0xe5be30cc usb_store_new_id EXPORT_SYMBOL_GPL vmlinux 0xe5cc148a usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5d7a2e2 seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xe6002021 pinctrl_enable EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe6068b54 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xe61709da max8997_bulk_write EXPORT_SYMBOL_GPL vmlinux 0xe6274e4d serial8250_read_char EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array EXPORT_SYMBOL_GPL vmlinux 0xe62ac8af nvdimm_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xe62e18b5 usb_get_urb -EXPORT_SYMBOL_GPL vmlinux 0xe63713e6 pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0xe63d6cbe gpiochip_irq_map -EXPORT_SYMBOL_GPL vmlinux 0xe6429cbb skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xe6472779 efivars_unregister EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler EXPORT_SYMBOL_GPL vmlinux 0xe667743b acpi_initialize_hp_context EXPORT_SYMBOL_GPL vmlinux 0xe67f4ccd device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xe688eb66 tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0xe6d688e1 ata_sff_pause EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq EXPORT_SYMBOL_GPL vmlinux 0xe6e4e71a blk_revalidate_disk_zones EXPORT_SYMBOL_GPL vmlinux 0xe6eea41f sata_link_hardreset -EXPORT_SYMBOL_GPL vmlinux 0xe6f2305a devlink_register EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0xe6f5e6f5 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data @@ -23285,6 +23297,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe71ca22a extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0xe72266a9 phy_led_trigger_change_speed EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe723ed43 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe7364cdc usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0xe73c887f alarmtimer_get_rtcdev EXPORT_SYMBOL_GPL vmlinux 0xe73da0d8 sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0xe740b377 xen_xlate_unmap_gfn_range @@ -23298,16 +23311,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset EXPORT_SYMBOL_GPL vmlinux 0xe771ec71 xenbus_grant_ring EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit -EXPORT_SYMBOL_GPL vmlinux 0xe786e8c6 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xe788b955 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xe78afb85 i2c_unregister_device -EXPORT_SYMBOL_GPL vmlinux 0xe78dd93f pcie_flr EXPORT_SYMBOL_GPL vmlinux 0xe79586cc cec_queue_pin_cec_event EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a23755 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0xe7b19901 to_nvdimm_bus EXPORT_SYMBOL_GPL vmlinux 0xe7b313f3 ohci_restart EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence -EXPORT_SYMBOL_GPL vmlinux 0xe7f08924 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe7f447af __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xe7f57522 regulator_map_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0xe7f5cc78 ohci_resume EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr @@ -23323,7 +23336,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe853c6b0 pm_generic_suspend_late EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start EXPORT_SYMBOL_GPL vmlinux 0xe866a735 usb_hcd_map_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xe8673aed sdio_set_block_size -EXPORT_SYMBOL_GPL vmlinux 0xe885a910 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xe888bd15 driver_find EXPORT_SYMBOL_GPL vmlinux 0xe88abe76 sysfs_group_change_owner EXPORT_SYMBOL_GPL vmlinux 0xe88da389 alloc_vm_area @@ -23335,28 +23347,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xe8c94391 ata_port_wait_eh EXPORT_SYMBOL_GPL vmlinux 0xe8de38b9 iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0xe8e07ecb pm_stay_awake EXPORT_SYMBOL_GPL vmlinux 0xe8e568e3 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xe8ea9faf ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xe9098a1a pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xe90a81fd __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0xe91e7cd6 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe93df860 dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free -EXPORT_SYMBOL_GPL vmlinux 0xe9428f76 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0xe94337df do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0xe9544c0f netlink_strict_get_check EXPORT_SYMBOL_GPL vmlinux 0xe95f7824 acpi_dev_resume EXPORT_SYMBOL_GPL vmlinux 0xe96c04cc iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0xe9717373 param_ops_bool_enable_only -EXPORT_SYMBOL_GPL vmlinux 0xe9941385 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0xe99a7932 cpuidle_unregister -EXPORT_SYMBOL_GPL vmlinux 0xe9ab62fc raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0xe9ada4f0 dev_pm_enable_wake_irq EXPORT_SYMBOL_GPL vmlinux 0xe9bd3eb1 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xe9c971dd ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xe9ce1d9e rio_release_outb_mbox EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap EXPORT_SYMBOL_GPL vmlinux 0xe9d2f11b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe9e0ecae pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0xe9e9d903 regmap_get_raw_read_max EXPORT_SYMBOL_GPL vmlinux 0xea01f510 kill_dev_dax -EXPORT_SYMBOL_GPL vmlinux 0xea0b6d26 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd -EXPORT_SYMBOL_GPL vmlinux 0xea1f629e vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xea2fb7c1 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0xea33e4cb acpi_bus_trim EXPORT_SYMBOL_GPL vmlinux 0xea827644 xenbus_alloc_evtchn EXPORT_SYMBOL_GPL vmlinux 0xea877f24 tpm_pcr_read @@ -23374,18 +23388,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xeb4d6fc2 dma_buf_export EXPORT_SYMBOL_GPL vmlinux 0xeb714c2a bus_rescan_devices EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices EXPORT_SYMBOL_GPL vmlinux 0xeb84c52f ata_bmdma_status -EXPORT_SYMBOL_GPL vmlinux 0xebaf2df1 pci_pr3_present EXPORT_SYMBOL_GPL vmlinux 0xebafe1cd isa_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0xebcd9457 device_create_file EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xebe7e360 i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0xebeb0a1c __get_user_pages_fast -EXPORT_SYMBOL_GPL vmlinux 0xec05a468 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0xec0e9188 pinctrl_remove_gpio_range EXPORT_SYMBOL_GPL vmlinux 0xec13f5f5 ata_sff_check_status EXPORT_SYMBOL_GPL vmlinux 0xec1628e6 pv_info -EXPORT_SYMBOL_GPL vmlinux 0xec4c3c7b dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xec520d4b cpufreq_freq_attr_scaling_boost_freqs EXPORT_SYMBOL_GPL vmlinux 0xec5966fa gnttab_map_refs EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask @@ -23397,13 +23408,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state EXPORT_SYMBOL_GPL vmlinux 0xec7c0687 bsg_unregister_queue EXPORT_SYMBOL_GPL vmlinux 0xec89c7d6 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xec9acd91 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xeca5d40d software_node_find_by_name EXPORT_SYMBOL_GPL vmlinux 0xecb124c4 vfio_del_group_dev EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map EXPORT_SYMBOL_GPL vmlinux 0xeccc4c9b rio_dma_prep_slave_sg EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read EXPORT_SYMBOL_GPL vmlinux 0xece509fd sysfs_add_file_to_group -EXPORT_SYMBOL_GPL vmlinux 0xece5acaa pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xecf27912 srcu_init_notifier_head EXPORT_SYMBOL_GPL vmlinux 0xed1bcb5d alarm_init EXPORT_SYMBOL_GPL vmlinux 0xed267369 rio_unmap_inb_region @@ -23411,22 +23422,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xed35472f gen10g_config_aneg EXPORT_SYMBOL_GPL vmlinux 0xed40c481 kvm_clock EXPORT_SYMBOL_GPL vmlinux 0xed4648b6 mmc_abort_tuning EXPORT_SYMBOL_GPL vmlinux 0xed6a1318 usb_register_device_driver -EXPORT_SYMBOL_GPL vmlinux 0xed6b703a ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0xed7c7b91 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xed7c8da5 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0xed7fca36 pwm_capture EXPORT_SYMBOL_GPL vmlinux 0xed80ba60 fwnode_property_get_reference_args EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister -EXPORT_SYMBOL_GPL vmlinux 0xed8fbdbb sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xed95982e md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0xeda2d853 regulator_set_suspend_voltage EXPORT_SYMBOL_GPL vmlinux 0xedb77b8a device_add_properties EXPORT_SYMBOL_GPL vmlinux 0xedc91316 serdev_device_close EXPORT_SYMBOL_GPL vmlinux 0xedc9abf3 __clk_mux_determine_rate_closest EXPORT_SYMBOL_GPL vmlinux 0xedc9e493 regulator_set_soft_start_regmap -EXPORT_SYMBOL_GPL vmlinux 0xedcb495e strp_init EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xedd45490 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0xeddab741 gpiochip_get_data -EXPORT_SYMBOL_GPL vmlinux 0xedddc6a4 udp_abort EXPORT_SYMBOL_GPL vmlinux 0xedde898a usb_match_one_id EXPORT_SYMBOL_GPL vmlinux 0xede46323 kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0xede4c939 nd_numa_attribute_group @@ -23439,14 +23448,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xee077dd2 pci_epc_get_msix EXPORT_SYMBOL_GPL vmlinux 0xee0c87e0 trace_call_bpf EXPORT_SYMBOL_GPL vmlinux 0xee10e4da gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 -EXPORT_SYMBOL_GPL vmlinux 0xee28cabb ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xee167ce8 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0xee296e7a fat_build_inode EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee43728a udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xee4ddaed __online_page_set_limits -EXPORT_SYMBOL_GPL vmlinux 0xee67eb11 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee7e386d strp_process EXPORT_SYMBOL_GPL vmlinux 0xee8ea04a dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xee9b1bee dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xee9f86bd pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0xee9fcda6 apei_mce_report_mem_error EXPORT_SYMBOL_GPL vmlinux 0xeeafd957 sdio_retune_release EXPORT_SYMBOL_GPL vmlinux 0xeeb401c9 crypto_unregister_algs @@ -23456,13 +23468,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent EXPORT_SYMBOL_GPL vmlinux 0xeef1a6c8 power_supply_unregister -EXPORT_SYMBOL_GPL vmlinux 0xef1249d3 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put EXPORT_SYMBOL_GPL vmlinux 0xef335bb3 ata_sff_tf_load EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify -EXPORT_SYMBOL_GPL vmlinux 0xef3613fb ip6_datagram_release_cb -EXPORT_SYMBOL_GPL vmlinux 0xef364407 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xef4036ef regcache_cache_bypass EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 EXPORT_SYMBOL_GPL vmlinux 0xef651ec4 regmap_parse_val @@ -23474,12 +23483,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xef7d6f17 crypto_destroy_tfm EXPORT_SYMBOL_GPL vmlinux 0xef896d5d pci_epf_alloc_space EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb06bc3 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0xefbf2b30 cpufreq_freq_attr_scaling_available_freqs EXPORT_SYMBOL_GPL vmlinux 0xefd46f7f i2c_acpi_find_bus_speed EXPORT_SYMBOL_GPL vmlinux 0xefe2cf27 platform_unregister_drivers EXPORT_SYMBOL_GPL vmlinux 0xefe98137 phy_pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs -EXPORT_SYMBOL_GPL vmlinux 0xeff79829 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0xefff75da nvmem_cell_read_u32 EXPORT_SYMBOL_GPL vmlinux 0xf0054e89 sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active @@ -23487,20 +23496,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xf02808cd irq_create_strict_mappings EXPORT_SYMBOL_GPL vmlinux 0xf02d25bd serial8250_do_get_mctrl EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle EXPORT_SYMBOL_GPL vmlinux 0xf057335e pci_epc_raise_irq -EXPORT_SYMBOL_GPL vmlinux 0xf0630bc6 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable EXPORT_SYMBOL_GPL vmlinux 0xf08050c4 rhashtable_walk_start_check EXPORT_SYMBOL_GPL vmlinux 0xf090228f cpufreq_freq_transition_end EXPORT_SYMBOL_GPL vmlinux 0xf09ebabb acpi_subsys_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xf0a3ead0 gov_attr_set_put EXPORT_SYMBOL_GPL vmlinux 0xf0afd198 debugfs_read_file_bool -EXPORT_SYMBOL_GPL vmlinux 0xf0baeab7 __sock_recv_timestamp -EXPORT_SYMBOL_GPL vmlinux 0xf0f2ab8b ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf0f81570 sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0xf0ff0fb2 hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0xf0ff43e8 fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0xf1127592 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf1173368 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xf1181048 fwnode_find_reference -EXPORT_SYMBOL_GPL vmlinux 0xf12543db sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xf12b8b30 phy_resolve_aneg_linkmode EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag EXPORT_SYMBOL_GPL vmlinux 0xf136c420 aead_register_instance @@ -23519,20 +23526,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xf205d4db blk_poll EXPORT_SYMBOL_GPL vmlinux 0xf2127abc hv_stimer_cleanup EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xf22284e5 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xf22bf611 raw_abort EXPORT_SYMBOL_GPL vmlinux 0xf23770b6 blk_mq_sched_try_insert_merge EXPORT_SYMBOL_GPL vmlinux 0xf253acd2 nd_blk_region_to_dimm EXPORT_SYMBOL_GPL vmlinux 0xf276744a phy_led_triggers_unregister EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref EXPORT_SYMBOL_GPL vmlinux 0xf28554b9 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xf29778a9 call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xf29cdf27 software_node_register EXPORT_SYMBOL_GPL vmlinux 0xf2a6f3f3 sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b41ff5 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xf2cbe1ba __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0xf2d5d831 dev_attr_unload_heads EXPORT_SYMBOL_GPL vmlinux 0xf2df0c8f adp5520_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xf2e7ce4a sec_irq_init EXPORT_SYMBOL_GPL vmlinux 0xf2f1ef50 rio_register_driver -EXPORT_SYMBOL_GPL vmlinux 0xf3072e08 __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read @@ -23544,9 +23553,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 EXPORT_SYMBOL_GPL vmlinux 0xf340a95f crypto_get_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0xf349f8e7 __devm_spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xf365b876 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu -EXPORT_SYMBOL_GPL vmlinux 0xf386e8a2 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0xf388239f spi_mem_dirmap_destroy EXPORT_SYMBOL_GPL vmlinux 0xf390709a iommu_unmap_fast EXPORT_SYMBOL_GPL vmlinux 0xf3954f31 synchronize_srcu @@ -23554,15 +23561,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xf3a915ca bpf_trace_run6 EXPORT_SYMBOL_GPL vmlinux 0xf3b036ec put_pid EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove -EXPORT_SYMBOL_GPL vmlinux 0xf3e78954 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0xf3ef7799 devm_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0xf3ef9fb8 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xf3fe04ca __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xf419699e transport_setup_device EXPORT_SYMBOL_GPL vmlinux 0xf42a4f33 regmap_field_read EXPORT_SYMBOL_GPL vmlinux 0xf4355642 gpiochip_generic_free EXPORT_SYMBOL_GPL vmlinux 0xf4358b90 iommu_domain_set_attr EXPORT_SYMBOL_GPL vmlinux 0xf4543c8c input_ff_erase -EXPORT_SYMBOL_GPL vmlinux 0xf4545da9 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xf45d27ce rio_mport_chk_dev_access EXPORT_SYMBOL_GPL vmlinux 0xf4693a66 call_srcu EXPORT_SYMBOL_GPL vmlinux 0xf47e020f cleanup_srcu_struct @@ -23583,24 +23589,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xf54065a3 nvdimm_bus_check_dimm_count EXPORT_SYMBOL_GPL vmlinux 0xf54212f7 nvdimm_flush EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm EXPORT_SYMBOL_GPL vmlinux 0xf54f0d3c irq_domain_create_hierarchy -EXPORT_SYMBOL_GPL vmlinux 0xf54fe3d7 inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock EXPORT_SYMBOL_GPL vmlinux 0xf55ea024 debugfs_create_bool EXPORT_SYMBOL_GPL vmlinux 0xf561d269 crypto_register_shashes EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get -EXPORT_SYMBOL_GPL vmlinux 0xf57a0432 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0xf57b092e devm_hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0xf59e202e dma_buf_put EXPORT_SYMBOL_GPL vmlinux 0xf59f9dad gpiod_put EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus EXPORT_SYMBOL_GPL vmlinux 0xf5c2e7ba register_pernet_device EXPORT_SYMBOL_GPL vmlinux 0xf5cc1d53 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5d0d29f ping_close EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xf5e47e68 devm_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node -EXPORT_SYMBOL_GPL vmlinux 0xf5fb7589 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xf61aa41a ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0xf6230e49 fpregs_mark_activate +EXPORT_SYMBOL_GPL vmlinux 0xf62cedac __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xf63c04da __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind EXPORT_SYMBOL_GPL vmlinux 0xf645ef2f pm_runtime_autosuspend_expiration EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr @@ -23608,9 +23614,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xf65d27ea __bdev_dax_supported EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync EXPORT_SYMBOL_GPL vmlinux 0xf67c187b xen_xenbus_fops EXPORT_SYMBOL_GPL vmlinux 0xf67ec0dd tpm_get_random -EXPORT_SYMBOL_GPL vmlinux 0xf6879377 netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0xf691023d irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xf6956d1b tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6c58ac1 dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable EXPORT_SYMBOL_GPL vmlinux 0xf6c9228c sbitmap_queue_wake_all @@ -23621,6 +23628,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks EXPORT_SYMBOL_GPL vmlinux 0xf6fdbf77 da903x_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xf72c8b35 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf72d6776 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on @@ -23634,12 +23642,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xf798ff45 class_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0xf7a2687e user_free_preparse EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d72a54 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xf7df59bf irq_domain_reset_irq_data EXPORT_SYMBOL_GPL vmlinux 0xf7f41368 phy_reset EXPORT_SYMBOL_GPL vmlinux 0xf7f8035e fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xf8135914 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu -EXPORT_SYMBOL_GPL vmlinux 0xf85016ec skb_consume_udp -EXPORT_SYMBOL_GPL vmlinux 0xf857d8b9 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0xf85d938f ata_host_resume EXPORT_SYMBOL_GPL vmlinux 0xf8685c90 dev_set_name EXPORT_SYMBOL_GPL vmlinux 0xf872dffa bind_interdomain_evtchn_to_irq_lateeoi @@ -23652,11 +23660,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xf883ec0b fsverity_cleanup_inode EXPORT_SYMBOL_GPL vmlinux 0xf8848f33 devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0xf8894bd2 ata_sas_port_init EXPORT_SYMBOL_GPL vmlinux 0xf8c6c319 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf8c8b186 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0xf8d16270 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0xf8d6a5ab phy_driver_is_genphy EXPORT_SYMBOL_GPL vmlinux 0xf8dbde30 fsnotify_put_group EXPORT_SYMBOL_GPL vmlinux 0xf8e02db5 __xenmem_reservation_va_mapping_reset -EXPORT_SYMBOL_GPL vmlinux 0xf8f1f87c skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xf8f2c50f devm_request_pci_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit EXPORT_SYMBOL_GPL vmlinux 0xf8fb6741 xdp_rxq_info_reg_mem_model @@ -23664,25 +23673,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr EXPORT_SYMBOL_GPL vmlinux 0xf909ada8 devm_gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0xf91ab2ed __tracepoint_arm_event EXPORT_SYMBOL_GPL vmlinux 0xf9245f20 acomp_request_alloc -EXPORT_SYMBOL_GPL vmlinux 0xf9304047 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xf933a8ac netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xf93a9679 uart_handle_dcd_change EXPORT_SYMBOL_GPL vmlinux 0xf93e961b hvc_instantiate EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf9543772 crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf EXPORT_SYMBOL_GPL vmlinux 0xf9578980 serdev_device_set_flow_control -EXPORT_SYMBOL_GPL vmlinux 0xf959af51 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0xf97227e6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf97dcda8 pci_intx EXPORT_SYMBOL_GPL vmlinux 0xf98013c3 usb_alloc_coherent EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ab0c63 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf9b18e57 devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0xf9b3d6f1 platform_get_irq EXPORT_SYMBOL_GPL vmlinux 0xf9be8d4f usb_hcd_platform_shutdown -EXPORT_SYMBOL_GPL vmlinux 0xf9c19b9e usb_hcd_amd_remote_wakeup_quirk -EXPORT_SYMBOL_GPL vmlinux 0xf9c3ca41 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xf9c6802a lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xf9cea855 sysfs_create_link_nowarn -EXPORT_SYMBOL_GPL vmlinux 0xf9e23240 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xf9dbd0af inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0xf9ee9a0e usb_ifnum_to_if EXPORT_SYMBOL_GPL vmlinux 0xf9f38b72 nd_region_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xfa0a8896 acpi_dev_resource_io @@ -23699,7 +23707,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa70ab25 mmc_switch EXPORT_SYMBOL_GPL vmlinux 0xfa82ccc4 vc_scrolldelta_helper EXPORT_SYMBOL_GPL vmlinux 0xfa874bb0 devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec -EXPORT_SYMBOL_GPL vmlinux 0xfa988a15 ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0xfaa5de1a dma_get_slave_channel EXPORT_SYMBOL_GPL vmlinux 0xfaab8ccd xenbus_unmap_ring EXPORT_SYMBOL_GPL vmlinux 0xfaad6307 acpi_processor_get_performance_info @@ -23711,26 +23718,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xfabceac2 wm5110_patch EXPORT_SYMBOL_GPL vmlinux 0xfad2593a crypto_spawn_tfm2 EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax EXPORT_SYMBOL_GPL vmlinux 0xfae3d8cd arizona_dev_exit -EXPORT_SYMBOL_GPL vmlinux 0xfaf76546 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0xfaf97ca9 tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0xfb075447 dev_pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xfb13dd2e kobject_rename EXPORT_SYMBOL_GPL vmlinux 0xfb2cfd90 devm_phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb33a3fe pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0xfb40661a usb_kill_urb EXPORT_SYMBOL_GPL vmlinux 0xfb43d99f devres_remove_group EXPORT_SYMBOL_GPL vmlinux 0xfb459b66 iommu_aux_get_pasid EXPORT_SYMBOL_GPL vmlinux 0xfb50f811 ohci_suspend -EXPORT_SYMBOL_GPL vmlinux 0xfb56dc33 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xfb5eb305 crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0xfb60ca09 synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name -EXPORT_SYMBOL_GPL vmlinux 0xfbb46651 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xfbb6d73c vfs_removexattr EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action EXPORT_SYMBOL_GPL vmlinux 0xfbbe4d0c platform_device_register_full EXPORT_SYMBOL_GPL vmlinux 0xfbc5a180 scsi_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0xfbcba618 find_extend_vma +EXPORT_SYMBOL_GPL vmlinux 0xfbcd5cb2 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0xfbd410b5 set_pages_array_wt EXPORT_SYMBOL_GPL vmlinux 0xfbdfc558 hrtimer_start_range_ns EXPORT_SYMBOL_GPL vmlinux 0xfbf4c8af mmc_regulator_set_vqmmc @@ -23741,35 +23747,33 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc0797e4 free_iova_fast EXPORT_SYMBOL_GPL vmlinux 0xfc115259 freq_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key -EXPORT_SYMBOL_GPL vmlinux 0xfc1d38a7 dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames EXPORT_SYMBOL_GPL vmlinux 0xfc35a51a device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power -EXPORT_SYMBOL_GPL vmlinux 0xfc5b8a8f pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume EXPORT_SYMBOL_GPL vmlinux 0xfc710f5f gpiochip_irqchip_add_key EXPORT_SYMBOL_GPL vmlinux 0xfc89eefe devm_led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0xfc9d7f8e sched_trace_rq_avg_irq EXPORT_SYMBOL_GPL vmlinux 0xfcaa1642 wm8997_patch EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc4c282 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xfcc71140 regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0xfcdca1e1 device_rename EXPORT_SYMBOL_GPL vmlinux 0xfcf016ec i2c_adapter_depth EXPORT_SYMBOL_GPL vmlinux 0xfd01061b __devm_regmap_init_mmio_clk EXPORT_SYMBOL_GPL vmlinux 0xfd118ede inode_congested -EXPORT_SYMBOL_GPL vmlinux 0xfd136053 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0xfd21573d console_drivers EXPORT_SYMBOL_GPL vmlinux 0xfd296af4 vfio_virqfd_enable EXPORT_SYMBOL_GPL vmlinux 0xfd4a0af5 nvdimm_clear_poison EXPORT_SYMBOL_GPL vmlinux 0xfd4bccf5 skcipher_walk_async -EXPORT_SYMBOL_GPL vmlinux 0xfd563582 devlink_dpipe_table_unregister -EXPORT_SYMBOL_GPL vmlinux 0xfd5ff651 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xfd4ee609 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable EXPORT_SYMBOL_GPL vmlinux 0xfd7f5659 nd_blk_memremap_flags EXPORT_SYMBOL_GPL vmlinux 0xfd9c6f36 hvc_poll EXPORT_SYMBOL_GPL vmlinux 0xfd9e7dcc fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0xfda20c20 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xfda9ba8d skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xfdae0eda hrtimer_init_sleeper EXPORT_SYMBOL_GPL vmlinux 0xfdb17259 iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0xfdb9b837 irq_setup_alt_chip @@ -23781,14 +23785,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xfdf0a50e devm_phy_create EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name EXPORT_SYMBOL_GPL vmlinux 0xfdfa93a1 rio_local_set_device_id EXPORT_SYMBOL_GPL vmlinux 0xfe05e2fc nvdimm_bus_add_badrange -EXPORT_SYMBOL_GPL vmlinux 0xfe0898fa pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xfe0c0236 ata_do_set_mode EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars EXPORT_SYMBOL_GPL vmlinux 0xfe1021ff fscrypt_ioctl_remove_key_all_users EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete -EXPORT_SYMBOL_GPL vmlinux 0xfe3a9b5c call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xfe46c6f1 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns EXPORT_SYMBOL_GPL vmlinux 0xfe5632e2 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfe5920d1 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0xfe675926 securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0xfe683997 devm_led_classdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xfe69325f percpu_ref_resurrect @@ -23808,21 +23812,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xff10a289 tps6586x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0xff193ccf dev_pm_domain_attach_by_id EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider -EXPORT_SYMBOL_GPL vmlinux 0xff3f5d83 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xff3a2efd pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0xff52e914 dev_pm_opp_put_supported_hw EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5f7b52 ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0xff643a7e usb_add_phy EXPORT_SYMBOL_GPL vmlinux 0xff73952a usb_autopm_put_interface_async EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable EXPORT_SYMBOL_GPL vmlinux 0xff96d3f4 dma_get_slave_caps EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xffa32296 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies EXPORT_SYMBOL_GPL vmlinux 0xffbace52 blk_mq_sched_try_merge EXPORT_SYMBOL_GPL vmlinux 0xffccc3e8 usb_add_hcd EXPORT_SYMBOL_GPL vmlinux 0xffd4aa5b ata_host_start EXPORT_SYMBOL_GPL vmlinux 0xffd76387 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xffdc585a ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xfff8f2b4 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xfffb4869 pci_set_cacheline_size USB_STORAGE EXPORT_SYMBOL_GPL 0x016c79bd usb_stor_disconnect drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x0ba05b01 usb_stor_suspend drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x0f709eeb usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/arm64/generic.compiler b/debian.master/abi/5.4.0-117.132/amd64/generic.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/arm64/generic.compiler rename to debian.master/abi/5.4.0-117.132/amd64/generic.compiler diff --git a/debian.master/abi/5.4.0-110.124/amd64/generic.modules b/debian.master/abi/5.4.0-117.132/amd64/generic.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/generic.modules rename to debian.master/abi/5.4.0-117.132/amd64/generic.modules diff --git a/debian.master/abi/5.4.0-110.124/amd64/lowlatency.retpoline b/debian.master/abi/5.4.0-117.132/amd64/generic.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/lowlatency.retpoline rename to debian.master/abi/5.4.0-117.132/amd64/generic.retpoline diff --git a/debian.master/abi/5.4.0-110.124/amd64/lowlatency b/debian.master/abi/5.4.0-117.132/amd64/lowlatency similarity index 81% rename from debian.master/abi/5.4.0-110.124/amd64/lowlatency rename to debian.master/abi/5.4.0-117.132/amd64/lowlatency index 3c55a32f0b1ef..aaae1208ddcd9 100644 --- a/debian.master/abi/5.4.0-110.124/amd64/lowlatency +++ b/debian.master/abi/5.4.0-117.132/amd64/lowlatency @@ -34,8 +34,8 @@ EXPORT_SYMBOL drivers/acpi/video 0xc7f2e939 acpi_video_get_levels EXPORT_SYMBOL drivers/acpi/video 0xe92ca535 acpi_video_set_dmi_backlight_type EXPORT_SYMBOL drivers/atm/suni 0x00b6ae41 suni_init EXPORT_SYMBOL drivers/atm/uPD98402 0x40fd7a8b uPD98402_init -EXPORT_SYMBOL drivers/bcma/bcma 0x0efadcff bcma_core_irq -EXPORT_SYMBOL drivers/bcma/bcma 0x1f724812 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x19ce7ed3 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xd962446d bcma_core_irq EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -135,7 +135,6 @@ EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init EXPORT_SYMBOL drivers/firewire/firewire-core 0xebc8a402 fw_iso_context_queue EXPORT_SYMBOL drivers/gpu/drm/drm 0x0031edd8 drm_dev_fini -EXPORT_SYMBOL drivers/gpu/drm/drm 0x0057dcb6 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x015c7f96 drm_atomic_get_plane_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x01cefa30 drm_hdmi_avi_infoframe_quant_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x021c5c26 drm_vma_offset_add @@ -143,6 +142,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x024a3d7e drm_modeset_lock_single_interrupti EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only EXPORT_SYMBOL drivers/gpu/drm/drm 0x041e42ee drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04313e95 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x05606dc6 drm_gem_dmabuf_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x05bbac44 drm_property_blob_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x068f9584 drm_crtc_handle_vblank @@ -150,10 +150,12 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x06cefc80 drm_gem_prime_fd_to_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07751f83 drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x086189ca drm_av_sync_delay EXPORT_SYMBOL drivers/gpu/drm/drm 0x08cc4015 drm_gem_shmem_purge EXPORT_SYMBOL drivers/gpu/drm/drm 0x09f85d06 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a564dbc drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aa4adb0 drm_modeset_lock EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad80f9f drm_gem_shmem_unpin @@ -161,6 +163,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b316b07 drm_atomic_set_fence_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bb8fd5d drm_master_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bef229e drm_universal_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c7f070c drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c913270 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c996885 drm_mode_parse_command_line_for_connector EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eaf0fef drm_crtc_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name @@ -171,6 +174,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x111b8712 drm_connector_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x119abcf8 drm_framebuffer_plane_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x127a8c6b drm_flip_work_queue EXPORT_SYMBOL drivers/gpu/drm/drm 0x141b9d73 drm_gem_cma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1458d243 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x14c555c4 drm_property_create_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x150553cc drm_modeset_unlock EXPORT_SYMBOL drivers/gpu/drm/drm 0x158b7ee0 drm_read @@ -181,6 +185,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ac2597 drm_printf EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c66718 drm_match_cea_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x16f60bf9 drm_is_current_master EXPORT_SYMBOL drivers/gpu/drm/drm 0x178b794a drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a6b02f drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x17c61301 drm_mode_create_dvi_i_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x1867ca66 drm_atomic_private_obj_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x1892fc49 drm_panel_unprepare @@ -191,10 +196,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a537961 drm_gem_dumb_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b8f12ec drm_gem_mmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x1be0cddc drm_property_create_bool EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c65b917 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c85d5f0 drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cb5c80d drm_gem_shmem_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cb86543 drm_gem_shmem_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d9a8d52 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dfba955 drm_crtc_enable_color_mgmt EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ee6d56f drm_clflush_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range @@ -207,11 +212,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x22a1128d drm_framebuffer_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x2318b358 drm_atomic_state_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x23307243 drm_crtc_vblank_on EXPORT_SYMBOL drivers/gpu/drm/drm 0x23529e85 drm_gem_object_lookup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d6798c drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x26fdb489 drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x270805fc drm_vma_node_allow EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo -EXPORT_SYMBOL drivers/gpu/drm/drm 0x27266996 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x2744662e drm_atomic_set_crtc_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x279166ed drm_modeset_lock_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x27b50fdf drm_connector_register @@ -221,6 +224,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x29c5b55f drm_i2c_encoder_mode_set EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a295e27 drm_client_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x2be6b218 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bea12ce drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d9eca50 drm_atomic_bridge_disable @@ -241,7 +245,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x345dda37 drm_mode_create_scaling_mode_prope EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x352dd33d drm_plane_force_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file -EXPORT_SYMBOL drivers/gpu/drm/drm 0x368d7660 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x373b4c97 drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x37dea998 drm_gem_free_mmap_offset EXPORT_SYMBOL drivers/gpu/drm/drm 0x3817edc6 drm_panel_detach @@ -263,28 +266,27 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x409408cb drm_mode_create_colorspace_propert EXPORT_SYMBOL drivers/gpu/drm/drm 0x442df88d drm_mode_prune_invalid EXPORT_SYMBOL drivers/gpu/drm/drm 0x455f265b drm_client_dev_hotplug EXPORT_SYMBOL drivers/gpu/drm/drm 0x45b88405 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45decc9b drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x4781fb5a drm_panel_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x4785baff drm_client_modeset_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x47f985aa drm_edid_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0x48441a16 drm_mode_object_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x48b2eeeb drm_panel_get_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x48d89854 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f82d18 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x49c8a560 drm_hdcp_update_content_protection EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b4c19a8 drm_panel_add -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bda18f5 drm_legacy_ioremap_wc -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c8beed0 drm_agp_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cedefa8 drm_framebuffer_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d35a0b3 drm_prime_gem_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ded7e8d drm_mode_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0280b6 drm_mode_hsync EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea2e49c drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x4edfe9b9 drm_mm_scan_color_evict EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ee04451 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5037688a drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies EXPORT_SYMBOL drivers/gpu/drm/drm 0x508a7b6a drm_crtc_vblank_get -EXPORT_SYMBOL drivers/gpu/drm/drm 0x510ae120 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x51473ba2 drm_atomic_get_connector_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x5165c7d0 drm_hdmi_infoframe_set_hdr_metadata EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc3803 drm_format_info_block_width @@ -301,10 +303,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x5463230a drm_mode_create_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x54c1cade drm_connector_init_with_ddc EXPORT_SYMBOL drivers/gpu/drm/drm 0x5542443b drm_flip_work_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x55ac1d55 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56924905 drm_agp_unbind EXPORT_SYMBOL drivers/gpu/drm/drm 0x571b0686 drm_atomic_nonblocking_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x577bca80 drm_dev_printk EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags -EXPORT_SYMBOL drivers/gpu/drm/drm 0x5935dda9 drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a4d8d79 drm_connector_attach_content_type_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c23e105 drm_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cc0d1ff drm_ioctl @@ -313,21 +315,22 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd22beb drm_crtc_vblank_off EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd43696 drm_vma_node_revoke EXPORT_SYMBOL drivers/gpu/drm/drm 0x61fd7903 drm_connector_attach_tv_margin_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x627b6feb drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629720c9 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x63639df6 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650e011b drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x659bc396 drm_gem_map_attach -EXPORT_SYMBOL drivers/gpu/drm/drm 0x6650d9b1 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x66551bc7 drm_detect_monitor_audio EXPORT_SYMBOL drivers/gpu/drm/drm 0x6661bd33 drm_mode_vrefresh EXPORT_SYMBOL drivers/gpu/drm/drm 0x66b4d124 drm_atomic_add_affected_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0x6781affb drm_master_internal_acquire -EXPORT_SYMBOL drivers/gpu/drm/drm 0x67994b10 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x692bd67a drm_bridge_mode_fixup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a1c9afb drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aa3c338 drm_get_format_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ab5ecfd drm_gem_dmabuf_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac5d95d drm_atomic_add_affected_connectors EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b4a8919 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bec521c drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c5b5d3b drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c60076e drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0bbabe drm_mm_print EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e2e5954 drm_i2c_encoder_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e30ba8e drm_rect_rotate_inv @@ -335,7 +338,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e669d2a drm_bridge_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee6f4f0 drm_gem_map_detach EXPORT_SYMBOL drivers/gpu/drm/drm 0x700c5aa3 drm_color_lut_check EXPORT_SYMBOL drivers/gpu/drm/drm 0x7058e184 drm_modeset_unlock_all -EXPORT_SYMBOL drivers/gpu/drm/drm 0x70fb395c drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x71385df7 drm_property_replace_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x717300b1 drm_mode_create_aspect_ratio_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x718e3783 drm_client_framebuffer_create @@ -386,11 +388,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bca324b drm_plane_create_blend_mode_proper EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c06514e drm_vma_offset_lookup_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c45b377 drm_property_create_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c67eaa8 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb8a54c drm_gem_shmem_create_with_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d69da9e drm_crtc_vblank_count_and_time EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f3bf6c7 drm_plane_create_zpos_immutable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f79d446 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f8324c0 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x910295a4 drm_plane_create_rotation_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation @@ -400,8 +402,8 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x9512a92a drm_gem_shmem_get_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x959beef3 drm_property_create_enum EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x95eeca82 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9762ecce drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x97d72706 drm_encoder_cleanup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x983de631 drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x9880c53f drm_crtc_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x995c32c2 drm_atomic_set_fb_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x9974dbd8 drm_plane_init @@ -426,7 +428,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ebe402e drm_gem_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f242363 drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0713087 drm_ht_find_item EXPORT_SYMBOL drivers/gpu/drm/drm 0xa07c9e8c drm_crtc_init_with_planes -EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0f15dce drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xa190651b drm_object_property_get_value EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy @@ -436,7 +437,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4475587 drm_gem_prime_import EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5286842 drm_atomic_state_default_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xa52ab617 drm_connector_has_possible_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5a80d83 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5bb639d drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xa610e73f drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7d6e0ac drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xa898a8fd drm_hdmi_vendor_infoframe_from_display_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ad5d01 drm_detect_hdmi_monitor EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8df48ec drm_mode_set_config_internal @@ -451,18 +454,18 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xada64ea4 drm_client_buffer_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xadbe429c drm_master_internal_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xae2fd8e1 __drm_atomic_helper_disable_plane -EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb7bdef drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf31db10 drm_crtc_vblank_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf700d43 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafa3a6a3 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xafb4c412 drm_get_edid EXPORT_SYMBOL drivers/gpu/drm/drm 0xb053adda drm_rect_rotate EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0a280e3 drm_writeback_get_out_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0f19745 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1726570 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1d97035 drm_gem_lock_reservations EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26bf25d drm_mode_set_crtcinfo -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb38ab5d6 drm_agp_unbind EXPORT_SYMBOL drivers/gpu/drm/drm 0xb399ba79 drm_gem_dma_resv_wait EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4ee4ebf drm_open EXPORT_SYMBOL drivers/gpu/drm/drm 0xb554b420 drm_gem_dmabuf_export @@ -470,11 +473,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5cf9de8 drm_atomic_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb EXPORT_SYMBOL drivers/gpu/drm/drm 0xb62d85ec drm_writeback_connector_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xb661505e drm_mode_get_tile_group -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7979815 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xb79cad21 drm_i2c_encoder_dpms EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7eb695b drm_mode_destroy -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb818899b drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8fab929 drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0xb90b7024 drm_sysfs_hotplug_event @@ -500,6 +501,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xc618577c drm_connector_attach_max_bpc_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6323239 drm_flip_work_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0xc663ae24 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6c1ab3a drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xc73cda3c drm_vma_offset_manager_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc75b6349 drm_atomic_bridge_post_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xc89c598a drm_modeset_acquire_init @@ -509,12 +511,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xcafc663c drm_connector_set_vrr_capable_prop EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb60b00a drm_dev_unplug EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb97bf51 drm_dev_dbg -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbae5797 drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd5b0cb drm_client_modeset_commit_force EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc25c53c drm_gem_create_mmap_offset -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc29aa98 drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc694232 drm_hdmi_avi_infoframe_colorspace -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd60bb8e drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdcadb9d drm_atomic_get_old_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0xce2cbfa8 drm_crtc_arm_vblank_event @@ -525,17 +524,18 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd119c63c drm_connector_attach_scaling_mode_ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1913488 drm_syncobj_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5b8c7db drm_property_create -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5eef2df drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6c6308f drm_dev_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xd730903e drm_gem_fence_array_add_implicit EXPORT_SYMBOL drivers/gpu/drm/drm 0xd789b28c drm_gem_object_put_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd918c1c5 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9d4a087 drm_mode_probed_add EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9ed0e1a drm_bridge_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xda63c7bf drm_mode_plane_set_obj_prop EXPORT_SYMBOL drivers/gpu/drm/drm 0xda6d3f41 drm_crtc_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd592615 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde628e09 drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00bea84 drm_format_info_min_pitch EXPORT_SYMBOL drivers/gpu/drm/drm 0xe084c33d drm_mode_create_content_type_property @@ -546,6 +546,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2023732 drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0xe28770cd drm_panel_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0xe39e7bcc drm_gem_cma_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3c7652e drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4484740 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0xe48f7fc3 drm_modeset_backoff EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4b82146 drm_mode_validate_driver EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6ccabfc drm_framebuffer_plane_width @@ -554,6 +555,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e594b2 drm_dev_register EXPORT_SYMBOL drivers/gpu/drm/drm 0xea5149a0 drm_syncobj_find EXPORT_SYMBOL drivers/gpu/drm/drm 0xead82cb0 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebcac6d5 drm_agp_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xec94da92 drm_writeback_prepare_job EXPORT_SYMBOL drivers/gpu/drm/drm 0xeca02362 drm_syncobj_find_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0xed3b6bc3 drm_mode_is_420_also @@ -561,12 +563,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xedc994c8 drm_atomic_get_crtc_state EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract EXPORT_SYMBOL drivers/gpu/drm/drm 0xedf0cbec drm_atomic_get_new_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0xeeaeedda drm_connector_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0xeef2ee5b drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0xefb33cee drm_mode_config_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xefd8970d drm_property_replace_global_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1c305ce drm_panel_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1f86eb8 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0xf26607eb drm_i2c_encoder_save EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3153dce drm_calc_timestamping_constants EXPORT_SYMBOL drivers/gpu/drm/drm 0xf443b7ed drm_gem_shmem_madvise @@ -584,11 +584,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9250116 drm_property_create_bitmask EXPORT_SYMBOL drivers/gpu/drm/drm 0xf99524f7 drm_plane_create_alpha_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9d5c5b0 drm_atomic_private_obj_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa2d291c drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfae97649 drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc2288d0 drm_gem_dmabuf_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcc41efa drm_framebuffer_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd30ab76 drm_calc_vbltimestamp_from_scanoutpos EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe0de1da drm_property_create_signed_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0xfef3e5db drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5d901b drm_print_regset32 EXPORT_SYMBOL drivers/gpu/drm/drm 0xff741234 drm_gem_shmem_put_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0xff8b885a drm_connector_list_iter_end @@ -1166,352 +1166,352 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0xe6a83c16 ms5611_probe EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x01350053 st_press_common_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x18f6d52d st_press_get_settings EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x481d5db8 st_press_common_probe -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x01b167be ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x058b47fe ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x11c70a43 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x26be5a08 ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2aaa10d7 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2bbad561 cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x314b6963 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5ac73e08 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0e093085 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x194d70db ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2b00158e ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3301d850 ib_send_cm_sidr_req EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70616dc3 ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x71e25a0d ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7d24c8ce ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8582164e ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8c788698 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbb6a6695 ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc6468974 ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcc12ccc4 ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd0e83d93 ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf0a59e6b ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02c6825f ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0401db26 ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0499198e rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a05ac0 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a97a1c rdma_restrack_del -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05f5c649 __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06d453ea ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x076417d2 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e01e676 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7edcbbd0 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x849bf552 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89758f7d ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91a5efec ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa41b5141 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa89ebb22 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaa0c2767 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc5926ba7 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd8d967a0 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6801b73 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf45bd195 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf85a43f5 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfe16bc0d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00ec506d ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0245b6bc rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07d2509f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x085499de rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09387197 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a0e5e11 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a9b6d97 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0aed2053 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b4614aa ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b6f5ee1 ib_init_ah_attr_from_wc EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9f96d3 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bab5ffd rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dfa4c4a rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x104ae6d5 ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11b7d6f8 __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14bc6253 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c8055bc ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d97971a rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e14738d rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ee69be1 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f8ed473 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11e891d9 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1303d20c __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x133897f9 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14760951 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x153519b5 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15d81243 __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17a37e41 ib_dealloc_xrcd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1942312f rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a9944a4 ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ab86b2a ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1adc0dfc rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b011c34 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19acd617 ib_create_qp_security EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b9d4d5e ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c0c3d7e rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ce351a1 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d339475 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d40a7aa ib_free_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb085a4 __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f86d944 ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f8b2f3a ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2146d5df rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2219889b rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f05505 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fb2ef86 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x200860f1 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20522c5a __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x213c5423 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21b9e0e6 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21be518f rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22bd4a39 ib_create_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25f679cd ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2630ae42 rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28e23981 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x241ad086 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25dfc79c ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x269650cf ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27e8f71f ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28de58f1 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a14d043 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a8a3dad ib_destroy_srq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b08128b ib_register_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2be2c011 ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d62173b ib_unregister_device_queued -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d6a38dd ib_rdmacg_uncharge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e02dfe7 ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f961416 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2db23645 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e19606b ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3008d6d2 ib_close_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33743f57 rdma_move_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33f78afa rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x368a9828 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aeb4f2a ib_register_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bb3e6d0 ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c80fc90 ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f1548df ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30931d15 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x309cd2cb ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x310c79d9 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31669d3f rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31744429 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33c5390a __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x343ababf rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x346688c8 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34debd05 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3753b5b5 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3854bc4a rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3972a3cc ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a924356 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cb70e40 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cd4b9ad ib_cancel_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ffb2f17 ib_resize_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41aa0abe rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42c6dd1a rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42d088c6 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42386a4d ib_sg_to_pages EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43e133d3 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4482b709 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x456d92b7 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45acf936 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45de030f ib_modify_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47741400 rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x477fe22d ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4923c739 rdma_nl_put_driver_u32 EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49f89dd6 ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c39fa59 ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c42726b rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c949530 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b082803 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c318e11 ib_sa_sendonly_fullmem_support EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e3b6904 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e43105b rdma_restrack_count EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50a159f4 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f735fe7 ibdev_notice EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x518c7f3e ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52b851df rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb0ff8 ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x561e0a3e ib_unregister_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5724f6d3 ib_post_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b081ebf ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51272b30 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52c9feff rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x534d533e ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5518ca55 ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b1ae67e ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bcfd11e ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ddaa28d ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5eb537a3 ib_register_mad_snoop EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efa6669 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f05598f _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x601e8a21 ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x606b029d rdma_port_get_link_layer EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6145ea92 rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6177ab34 ib_destroy_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62df9ca8 ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65d00833 ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6632db71 ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x693dcf2d ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63088e8c ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x661ac847 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x674e9886 ib_mr_pool_get EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dc7ef84 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bceb21e ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c8a572b rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dbe3e70 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e20fffb rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ecf35fe ib_modify_srq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71d9b46f ib_alloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71f94255 ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x737b12ca ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x759fb593 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71dcdc85 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72c7451b rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73a1519a ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73c59c61 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74093ae2 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x747da0c8 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x758c20c0 ib_mr_pool_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78217e19 ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x782a8ca7 ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x784a22d0 roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7853fe82 rdma_rw_ctx_wrs EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78e14d7b ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78f6fd4c ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x795b8732 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a06ae96 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7adcadc8 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ae8f9f9 __ib_create_cq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e414af8 rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x810024ef rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x815e6b51 ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81f6aedc rdma_nl_put_driver_u32 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83956aab ibdev_notice -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8440ce6e rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8460a044 ib_drain_sq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84f76397 ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x853465bc ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x854bb866 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x856e2c0e ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8650cf68 ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x866f1c23 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d167a22 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d16b775 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d66538c ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x851dae60 rdma_modify_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x874bce94 rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89266e52 ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a728fa1 rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cc8ae55 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87d2688f ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87d6e2ec ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88a77392 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8942627e ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8aebf437 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b651700 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cac1f02 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d840949 rdma_restrack_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f7ea843 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90c4f3da rdma_move_grh_sgid_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x910ca2da ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x915589c7 ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9189b1f6 ibdev_alert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x921596a9 rdma_query_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93269e07 ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9506e304 ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95718387 ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9619c6e6 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9167d255 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92fea16a rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93f3f3fe rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96f37b45 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97f727c8 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x990fbb9b rdma_create_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9adc6d61 ib_get_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ae636ff ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c7caf2d rdma_init_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cf0cb44 ib_mad_kernel_rmpp_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2038a08 ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3626e15 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a7facee ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9be757a5 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ed840ac rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa04ae15e ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa361f15d ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3655d6d rdma_nl_unicast EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6710c5c ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6a85e27 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa82665bb ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8a909f9 ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaaeee10b ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab10993a rdma_copy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabc3233e ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae2c5c96 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4e911e5 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5c8e4db ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa61e6abe rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa632c281 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9154b0a ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae589de6 ib_map_mr_sg_pi EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafc717d4 rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb193a93f rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb311df5e rdma_rw_ctx_post -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb33115e9 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf84070f rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaffb9c77 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1dbca3c ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb29bd7c1 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2f7ffec rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3126769 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb316e481 ib_sa_path_rec_get EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb41b2a39 ib_dealloc_pd_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb55b6cb4 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3a17bd2 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c7833f ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb63c9a95 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6ee83ae ib_dealloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7eb8c99 ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbaaf1654 ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc59104d rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd762e53 rdma_query_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd7f7c75 ib_modify_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbef96c70 rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf01d1ce rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf243ce3 rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc000da8f rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb92be21a ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba3333b9 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc1e9320 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc4267dc rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc20e3ade ib_create_rwq_ind_table EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4c912c7 ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5cd2519 ib_init_ah_attr_from_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8bbc00e ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9311045 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc97a7cdc ib_dealloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc98f59c6 ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9d82203 rdma_link_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca452005 ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc13a70d ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc955d97 ib_get_device_fw_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd3a2a26 ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce514a46 rdma_find_gid_by_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcff33b20 ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0575147 ib_destroy_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0e3b696 rdma_nl_unicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1835b8d rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2957069 ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd531a613 ib_set_vf_guid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5a231d5 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32c76d4 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5507e87 ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc706f203 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8caf7cf rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d0012e ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcba35623 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcde00e9a ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcee297ca rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1ef66dc rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd471b0e8 ib_map_mr_sg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd692639b ib_create_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd86d9e4b ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9636767 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd86db7e3 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd96b94db ib_set_vf_link_state EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde1a14cd ib_set_client_data -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde4d8a11 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0e8d958 ib_dereg_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3243c47 __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3d0dc23 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda26a079 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda745460 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdac3ccb4 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdac485e0 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde15a293 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe16de357 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe224782b ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe26d7c4b ib_set_device_ops EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6890d9c rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6eb6dd2 ib_sa_path_rec_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6eede8e rdma_modify_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7c8257f ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7d5a60f ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe99a1b23 ib_mad_kernel_rmpp_agent EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea714679 rdma_read_gid_l2_fields -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea71b1ff ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb361be1 rdma_nl_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecf57fc2 ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed7b35ba ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeff6f93b ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf23b4914 ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4c0c4c9 ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf55f67bd ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5913eb1 rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5b80e9a ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea24f293 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeab998b5 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb1e881c ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb48df57 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb98d51e ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3694481 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4c214d8 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4f5eabb rdma_query_gid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6865382 ib_modify_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8a75641 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf964599f ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf96f510c ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc40dc44 rdma_user_mmap_entry_insert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcc6a54c ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfda7ce05 rdma_rw_ctx_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01cc4921 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04e2f0f3 ib_umem_odp_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08aa618d uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08fbad34 ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08fc5225 ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0dc8c44a flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a922355 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf71ddf2e ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf82be516 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8f69f3f rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf928f03e rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb419d31 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc24189c ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd7a2463 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfec0ae9c ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfefa966d ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05884d0b ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16c2cd69 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ac91221 uverbs_get_flags32 EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x205d82f5 ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2c3d70f5 uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d0e2aa4 ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36b6e667 ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3faea7fa _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x44ea6100 ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4b6d377b ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55b10def ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5710e23a uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x62f28ba5 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1d4a0fad ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x300afc4b ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x31804473 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3e9c5050 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x400296b5 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x46a55604 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4b204ffa ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x57795109 ib_umem_get EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6b4f7107 uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7041e7e0 _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d45c6dc flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7eab8f3a ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x80229750 ib_umem_activate_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x91c255da ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x98a7607f uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa9f2f6ca ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb1cc02de uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4bc86ce ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x663c9c69 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x69ca0f9f ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6cc988b2 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6f2bb1ab ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x70bcaac1 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x87da11a7 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x99594aa7 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa1f3c07b ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa35edb6f ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa48f7f8e ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa4ad61ef ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa585a679 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb092d2ec uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3bd70f6 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb81f888f ib_umem_find_best_pgsz EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbf6368a7 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdd465a9e ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xde528231 ib_umem_odp_unmap_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1015367d iw_cm_connect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x28df87b6 iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x294117c2 iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x357f99a2 iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x660c4418 iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7ba111c2 iw_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x922fa2b4 iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd600c403 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xca4575f8 _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcd0d1fe3 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0a5bb82 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf78d6f6d flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x17dc834f iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2905c89a iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x761a3733 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ae7d3bd iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xab399dc1 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaec18737 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbbf9a57f iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe44bfc68 iw_cm_listen EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09e60443 __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0eaf63c4 rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x14d6627f rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x166008a8 rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d1076ff rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2fb441a0 rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32e000eb rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x34a9f922 rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x41aac04a rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x47cf3e62 rdma_unlock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4baa02fb rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x55ff0783 rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x58b2440c rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x69a3f762 rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6acc1e51 rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ffea704 rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x717281a6 rdma_consumer_reject_data -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88093adf __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x00b9e88b rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x012bd2ab rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01fce04e rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06759627 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09ed1ed1 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36db933d rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x38227cd3 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ac91109 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4411ad01 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4dfb18d5 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x52b1dc85 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5641dadb rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c057e55 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ba7b6af rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x80e2d0cf rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8266439a rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x82a4f4df rdma_resolve_addr EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a64c0c9 rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa49f432a rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4d824c7 rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4dae82e rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb570d3dc rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb88eb164 rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbdadecb6 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc71a829a rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcdb54d63 rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd246c94e rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xde9bd374 rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe00114ff rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x059d77e6 rvt_del_timers_sync -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0ba87ca9 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x98502bbb rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a3799c7 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa178daca rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbd13d105 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe72b990 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc39b480f rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcbf62e0a rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd2ccdb16 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe151e437 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe17e40fa rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe41e19df rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xefb65a56 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfa21a3d2 rdma_reject EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e5da90a rvt_ruc_loopback -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2a337ea0 rvt_rc_error -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2fbf242d rvt_get_rwqe -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x32192ff4 rvt_register_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x321ca521 rvt_check_ah -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3956b913 rvt_send_complete -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x41151d2f rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x12c10813 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x18feefe2 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1f480cf0 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x29e6ee40 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2ef5fbaa rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x31dfb6f3 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x38f00ca0 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3a872ffb rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3c9304b8 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3f247785 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x441883e6 rvt_send_complete EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4824297c rvt_rc_rnr_retry -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4a4732ce rvt_add_rnr_timer -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4b89a3ae rvt_fast_reg_mr -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4d4291ea rvt_copy_sge -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4e4896d3 rvt_cq_enter -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6550e35f rvt_init_port -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x693a4db6 rvt_compute_aeth -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6eac9573 rvt_invalidate_rkey -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6fafdf85 rvt_comm_est -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7c74738f rvt_stop_rc_timers -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8b45d42d rvt_error_qp -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9323b2ce rvt_get_credit -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x95e635d8 rvt_add_retry_timer_ext -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9d4c2172 rvt_qp_iter -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9f9e5547 rvt_restart_sge -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbfe16f73 rvt_unregister_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc0bb0c4e rvt_lkey_ok -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xcc175870 rvt_qp_iter_next -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xcdfddd32 rvt_rkey_ok -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe3f156a0 rvt_dealloc_device -EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe87d3939 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4843f2f5 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4907e4c2 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4a18498f rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x56ee74f3 rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6e3f4a61 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7026d7fd rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8cd5e4f2 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9554faf2 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x99028588 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9df4951e rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xae805bfd rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb0a42681 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbdf3aeb1 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc3a5660e rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc6c7a3d5 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd6fcdeac rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xdaed63a8 rvt_invalidate_rkey EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xee79ff78 rvt_unregister_device EXPORT_SYMBOL drivers/input/gameport/gameport 0x16f1801f gameport_open EXPORT_SYMBOL drivers/input/gameport/gameport 0x29e35fb9 gameport_stop_polling EXPORT_SYMBOL drivers/input/gameport/gameport 0x35f1ce92 gameport_set_phys @@ -1545,12 +1545,12 @@ EXPORT_SYMBOL drivers/input/sparse-keymap 0xd381675f sparse_keymap_report_entry EXPORT_SYMBOL drivers/input/sparse-keymap 0xd5bb17a5 sparse_keymap_entry_from_scancode EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x2caf8946 ad7879_probe EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xcb39dd33 ad7879_pm_ops -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x0bafddfd amd_iommu_bind_pasid -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x0f7e85a0 amd_iommu_set_invalid_ppr_cb -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x203e4827 amd_iommu_set_invalidate_ctx_cb -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x4af05cc2 amd_iommu_free_device -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x85eb34a4 amd_iommu_init_device -EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x936b79ba amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x107f1c9c amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x3cd55627 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x90ef15e5 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x9d11ca09 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xb3a9b9e0 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xc0d86f51 amd_iommu_set_invalidate_ctx_cb EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x01f8b2db capi20_register EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x32aa05f2 capi20_isinstalled @@ -1908,123 +1908,123 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xee45e41d zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x6732d3dd zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x6b00a96e zl10353_attach EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x18dfa983 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8618a12f flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8a31d175 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8a5a3a28 flexcop_dma_config EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x956f36b6 flexcop_dma_control_timer_irq EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x95b45b60 flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa1efe596 flexcop_dma_allocate -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc0718595 flexcop_dma_config -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd2956ee3 flexcop_dma_free EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xed1e112b flexcop_dma_control_size_irq -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2a1071e1 bt878_device_control -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x48cd8dc2 bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc8b8139c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x1e2687d3 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x20548f55 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x923a8568 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xac4e5757 bt878_device_control EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xfbdf15fc bt878_start EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x2098b1ab bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x43be0722 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x49dc4bcb bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x94ef9047 bttv_get_pcidev -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xb66a37f8 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xea77f01d bttv_sub_unregister -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0079f2d3 dst_pio_disable -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x137cf627 write_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x377aa6e0 dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3bd8141b dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3d65f54b rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1f4e7c79 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2b083612 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x301804be dst_attach EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x486289d9 read_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x89d8c34a dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa5135d04 dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb4a8669b dst_error_recovery -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x2f24d030 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6dd23ec5 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x727e7437 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x83830f12 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x944372b7 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xae999897 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc49d3234 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x22051b15 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1886b4db cx18_start_v4l2_encode_stream EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6a93d80c cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7f6e779b cx18_claim_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x84f86a50 cx18_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8b63c1aa cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd7d5cd16 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3b6295b6 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x80ec486d cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8ba74c39 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc72ee8a6 cx18_claim_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x55e9d0ec altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x31f5f7c9 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1a6048ad cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1eeadd26 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x34f87d79 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3a709524 cx25821_sram_channel_setup_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x59e64e21 cx25821_set_gpiopin_direction -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x641b02ee cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9b7da384 cx25821_riscmem_alloc -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb0a9fa31 cx25821_sram_channel_setup_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd1c9b8b3 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x622ed478 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x94024599 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd880556c cx25821_dev_get EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf679ef18 cx25821_dev_unregister -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x84d55646 vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8f382069 vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0c531102 cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3416ba95 cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8b4f8288 cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe2f878f7 cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8d4b1655 cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa550a0c3 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe15ce5f3 cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe2a40902 cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xee42e86c cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf1b53bc3 cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfddb02f0 cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x00fb297e cx88_set_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x17a2dcc1 cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3384165c cx88_newstation -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x450e52a2 cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4febe190 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x1361f264 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x9325046f vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x51cc9b87 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x78329a0b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x98927be7 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf5ec403e cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4faa94b0 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x66315e7e cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6df71e99 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa28e4905 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc65a7928 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe7ecd329 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf69a8ed4 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0721b5cb cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0fd8fe80 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x17c3d863 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f3336a0 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2b0f95b8 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x39a6eba9 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3b2e6e5f cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x489be958 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4e6d02cd cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x526aeafe cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5387932d cx88_set_tvaudio EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8c85f526 cx88_wakeup EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa82bf11d cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb8622316 cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc5df025d cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8f6be69 cx88_risc_databuffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf27847a cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf4bc8b2 cx88_core_irq -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0bc9117 cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6960a91 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8a20908 cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe8ace4fe cx88_set_scale -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xee24dca7 cx88_set_tvaudio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf4d7df03 cx88_ir_stop -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf8d6404a cx88_shutdown -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xff16b157 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9ce93647 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9945567 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb82fad4b cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb91a0257 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbb4bc955 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8822ead cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd097e30f cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe236fc35 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe4358b60 cx88_sram_channel_setup EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1c0bbcf9 ivtv_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x35e48079 ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b16bb3a ivtv_udma_setup -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x419ec5b6 ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5f699f99 ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x61e6a105 ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62303fa0 ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62d2f328 ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x68cdad45 ivtv_vapi -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x946967ca ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa6fb88c0 ivtv_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaab1a545 ivtv_firmware_check -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd12d8953 ivtv_release_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd9d49532 ivtv_udma_alloc -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe0f70c64 ivtv_clear_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xef7ea338 ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfb0b952f ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1bbccb4d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1fff1b94 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x20948c16 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a61588d ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x342fc63a ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3472f824 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x376d5ff3 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6e76673e ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x723a5b39 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7fcd7ab0 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x920973f6 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99671b5e ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xab42c7ab ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb6e0842c ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb9ce540b ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd1ca1d5f ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe75eae03 ivtv_udma_prepare EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x203401b8 saa7134_ts_register -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2de8ad49 saa7134_dmasound_init -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x472fade0 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1501616b saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3d301d00 saa7134_set_dmabits EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x581824fa saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c2472c9 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6204cb8f saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6a5e5f82 saa7134_dmasound_init EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x81354957 saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x840a493d saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb5ea6c3a saa_dsp_writel -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbe548f93 saa7134_set_gpio -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc7d12194 saa7134_set_dmabits -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd10db505 saa7134_dmasound_exit -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf1b254e3 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x83df93c1 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x893fe364 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x89902d9f saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xca601a82 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcb342215 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdcdf553b saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xecf844f7 saa7134_ts_unregister EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xad228da7 ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/radio/tea575x 0x6e5001c8 snd_tea575x_s_hw_freq_seek @@ -2220,68 +2220,68 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xae50437c memstick_init_req EXPORT_SYMBOL drivers/memstick/core/memstick 0xb1af98c2 memstick_suspend_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xb6cab518 memstick_set_rw_addr EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03bd29c1 mpt_get_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0bd5176d mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x17da46ed mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x230ab161 mpt_findImVolumes -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x235bdbc2 mpt_free_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x28967a0f mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3705d7dc mpt_raid_phys_disk_pg1 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d95a967 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0cecda8e mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1185bdef mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2025f404 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2bba801b mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ca8b2b2 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x359e573b mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3aae2947 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3dd9808e mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3e9f66d7 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44f3b944 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x45409967 mpt_clear_taskmgmt_in_progress_flag EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5065250e mpt_reset_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5443a936 mpt_attach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5525d90b mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5b13b77b mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5079fe4d mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x568a8e17 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56cf456d mpt_send_handshake_request EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73ffb38c mpt_alloc_fw_memory EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f39e969 mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82f51554 mpt_set_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8446166b mpt_free_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x930425d7 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c0aedd8 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88db47b6 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c6cd163 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8d1110d3 mpt_HardResetHandler EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9b1f8603 mpt_put_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5dd9f40 mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xafc0882b mpt_send_handshake_request -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb04f80af mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc69034a8 mpt_GetIocState -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd02734f0 mpt_device_driver_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2804784 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9985ecc7 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9df306e7 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab4fbef5 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb654fc7b mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd05d1b1f mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2788fdb mpt_event_register EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdde39bd2 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe2ae12a3 mpt_raid_phys_disk_pg0 EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xebfcdaa7 mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xecba1709 mpt_verify_adapter -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfb805e52 mpt_raid_phys_disk_pg0 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe154131 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf0d658d1 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4b8b52e mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6675cb0 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6d1bf1f mpt_attach EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x009b04d2 mptscsih_change_queue_depth -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a730ed2 mptscsih_shutdown -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1eb738a5 mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x225f4ef5 mptscsih_raid_id_to_num -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d14d719 mptscsih_ioc_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d15f4b7 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11a2b940 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x179a385f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x26e4faef mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2759e06d mptscsih_get_scsi_lookup EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38129319 mptscsih_abort EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ff95e57 mptscsih_host_attrs -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6bbd05cf mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x403c288d mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45701568 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57c1b164 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5c13de18 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x639c7c46 mptscsih_resume EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7f9c46b1 mptscsih_bus_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8d155afe mptscsih_suspend EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f0b224e mptscsih_slave_configure EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9a916b50 mptscsih_bios_param -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9abc7a26 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9bd9369f mptscsih_raid_id_to_num EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa1bf18e7 mptscsih_show_info EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa40f07d2 mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa44752fc mptscsih_is_phys_disk -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa6052179 mptscsih_taskmgmt_response_code -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa634d970 mptscsih_scandv_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3051662 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaaebf621 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac4efe8c mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaca5ad91 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc518d450 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcbf8cc55 mptscsih_shutdown EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3a2ba61 mptscsih_host_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3ce7a78 mptscsih_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe021ceb2 mptscsih_get_scsi_lookup EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf3d84df7 mptscsih_slave_destroy -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf839adea mptscsih_io_done EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf9ceb29e mptscsih_qcmd -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfdec814b mptscsih_remove EXPORT_SYMBOL drivers/mfd/axp20x 0x26650b56 axp20x_device_remove EXPORT_SYMBOL drivers/mfd/axp20x 0xd430aa89 axp20x_device_probe EXPORT_SYMBOL drivers/mfd/axp20x 0xeccc007a axp20x_match_device @@ -2379,73 +2379,73 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa43d1c72 __nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa99827fa nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb636dd73 __nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xbacd0e4d nand_calculate_ecc -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1fb67357 arcnet_timeout -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4e6a0ea6 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x504a313e arc_proto_default EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x69836429 arc_raw_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6d410711 arc_proto_map -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9e6ffc21 arcnet_unregister_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9f130c44 arcnet_open -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xab9f75cc arcnet_send_packet -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb01f5777 arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb21e7167 arcnet_close -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc63f3954 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x762844c8 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7cedfa0c arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7d89a257 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa3a221c5 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb3d90e32 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc10bcac4 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcc14aab9 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe7144e97 alloc_arcdev EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xff7c7a27 arcnet_unregister_proto EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaf799e60 com20020_netdev_ops EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb2fb4a3c com20020_found EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe777f340 com20020_check -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0561368c b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x07fe9dd0 b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0fe3cd50 b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1352f456 b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x228ea3b2 b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2d7e5016 b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f8f8660 b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x43402677 b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x43502bab b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5538abbb b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x567dacb0 b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5da134ea b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64773573 b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x67b077ce b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6c7c7d69 b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6d30a2d3 b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83483c19 b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x87dd8034 b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x90137802 b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x911c6a6c b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x91785417 b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x99baa53f b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9bcb979e b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9c15373c b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9de24180 b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa19f4e01 b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa48c54ac b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa51a810c b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa6a9bc96 b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8aa675a b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb2fb8954 b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbd0f977a b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc162d9c4 b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc234ea60 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe2d5c332 b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeb040c03 b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xecec6968 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfbb07789 b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x22ad7b15 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2b750cf5 b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd4f8058d b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd6c314c6 b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd8974fce b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xed920b8d b53_serdes_init -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x15c488a6 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x004137f1 b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x00e0499c b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0474bbbf b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x057f0194 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ace8fb2 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0b91c48c b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0cf5d918 b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0f645b8b b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1b53ba71 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x21787237 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35e4349b b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3765debf b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c2c3e23 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4397f860 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6247044a b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64fed802 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x66d54f6d b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x682fabe2 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6e8ab645 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f8a0445 b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6fc53724 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70aa9a4d b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b05fe24 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8d8ad7e0 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x902f256a b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x93afda6d b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x987e4c47 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa77c5890 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb87addf9 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc5ccac48 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcbf4f5fa b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdfdbdc04 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xec466e04 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeed97941 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xefc428fb b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4787e54 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfd0ce333 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfd4aaa3e b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x319561e9 b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x6fa8df92 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7f3a2b97 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9c6c6c0f b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb84d50aa b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd515aea4 b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x30df8ef0 lan9303_remove EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xe18aa853 lan9303_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0xe2cfe615 ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x693c4abb ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x6bedb702 ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x8fca212f ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xe6f7d2ed ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xeb72db1b lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x062b70a1 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0xc996c4c9 ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x53df7ce6 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x71574d16 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xe4b9e2e6 ksz_switch_alloc EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0ecb6d90 ei_close EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x153f1aab ei_poll @@ -2458,9 +2458,9 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcbe5b0c5 ei_set_multicast_list EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf0642a97 __alloc_ei_netdev EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf52e2db1 ei_get_stats EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xca064e5f cnic_register_driver -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x6c3eb07a cavium_ptp_put -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xdc48345b cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x82018379 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x6063a545 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xae9c78b5 cavium_ptp_get EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count @@ -2478,259 +2478,259 @@ EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_ge EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0ede36c2 cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29f54bf9 cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2afdd03e cxgb3_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x484cef8e dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4aa1d0e4 t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7183abbb cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x743034bd cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8ed50d0d cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xabab23e7 cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xad311667 t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xae12e0a3 t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb7167094 t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc66ae2bf cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe76a05bc cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfcacba77 cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xff1b31ee t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07557ac5 cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c126984 cxgb4_dbfifo_count -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21cbe860 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0d1fee71 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x169677b3 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17e19f1d cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x279f4872 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2f27d408 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3bed5e0c cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x49d22259 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5fd6817a t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x698711e0 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x797028e2 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9952f5ee t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb70a2a76 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc42b94ba cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd7524fe9 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe7b7152f cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf2544faa cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0b852756 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c75b29a cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0d4ff214 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e454e71 cxgb4_ring_tx_db EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x240cca22 cxgb4_select_ntuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24860e5d cxgb4_immdata_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x27725e97 cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x29876997 cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f0aa7fa cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24158af7 cxgb4_iscsi_init EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x324423c2 cxgb4_l2t_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33a31dae cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x38460b72 cxgb4_create_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3dcbfa8e cxgb4_port_viid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4682f063 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4787e85d cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x491681f2 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33f1f9bd cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3492321e cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4696bc78 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x482daa95 cxgb4_create_server EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x53f8d542 cxgb4_read_tpte -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5628eef0 cxgb4_create_server6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62aede9b cxgb4_map_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6438bc76 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x529564cf cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62c64395 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x661c0eaa cxgb4_inline_tx_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6b59e4d2 cxgb4_register_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75439211 cxgb4_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75b4915b cxgb4_pktgl_to_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x80201546 cxgb4_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x86458874 cxgb4_update_root_dev_clip -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x897cac53 cxgb4_port_chan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8fa1cb63 cxgb4_alloc_sftid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95dc21d7 cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9745aa2c cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97a6f99c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x76be0158 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x785b969e cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x79e5f2ad cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ae3bcc7 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7cb8bf13 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8531b8f1 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8cd62da5 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8db7bc68 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e888534 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x934274f4 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x940fe992 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e37c3a9 cxgb4_alloc_stid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa3680783 cxgb4_l2t_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa6c25e88 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8ba93b8 cxgb4_port_viid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaa229896 cxgb4_port_idx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaa9cc3d1 cxgb4_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8caf443 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaed55d65 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xafd671e9 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb3755b53 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0dcd062 cxgb4_create_server6 EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1161b90 cxgb4_smt_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4448016 cxgb4_clip_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9f5f530 cxgb4_reclaim_completed_tx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcafb2405 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3c67ec4 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd07fa4d9 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd43b49ae cxgb4_immdata_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd63903dc cxgb4_l2t_get EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd8eddef7 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc3fac85 cxgb4_free_atid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe157620b cxgb4_l2t_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe506c985 cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf9baf4e7 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3a95f9b cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf302d61e cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7ff1c44 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf841d7ab cxgb4_read_sge_timestamp EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfde55519 cxgb4_get_srq_entry EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x22d78d1f cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x25557f52 cxgbi_ppm_release EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4ee57f22 cxgbi_ppm_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5b75c5be cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x83c73236 cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8efc5076 cxgbi_ppm_ppods_reserve -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa0819a7a cxgbi_ppm_ppod_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd83db8bc cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x59ffb540 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x71bf5184 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x99131891 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa51071fb cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb43d2541 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd99c4406 cxgb_find_route6 EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0f456fde enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x362961a2 vnic_dev_register -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5fd1c2d4 vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x83c9c7ae vnic_dev_unregister -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc1b404d6 vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe509f866 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1445fc3f vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1a9cb81d vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x22574cf1 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x51f6251f vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x64954ef8 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x09d3ddb6 be_roce_register_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x77969b60 be_roce_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe643bc0e be_roce_register_driver -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x8b0d03d8 i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xa6e2e617 i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x95c1280a iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x9997cc52 iavf_register_client -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05db2513 mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0858de2e mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a593c40 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b29c94d mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cd81bd2 mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1542bcfe mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x193151d8 mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a29522a mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b9c8a04 mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21c5e8a3 set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d5e4f39 mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30d001f6 mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x315d6e98 mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32aa8e5e mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c7bbcdd mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4899edfa mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51c9b8b0 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b3ab65d mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x604cfc03 mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x621055a1 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68421279 get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77313b9a mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7954a9ca mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe43dbb05 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x1d08eb0d i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xea578aad i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x525d7c8d iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x698de99b iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0473b003 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x052a823a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x058bb384 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06599dcf mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06c10211 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bb2d3f8 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17e75f47 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x199b7405 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x239db94a mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x307fddb5 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35cd986e set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39b63c06 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c397c66 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x425aa311 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x450023d0 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x501135d9 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55d5b4ad mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c06b153 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63784f80 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x673323d1 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x682be75f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7133e4e6 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x772a0ac9 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x777fd3bc mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cf5f611 mlx4_query_diag_counters EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83343d1c mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84bcbd12 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cdfb01e mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f560318 set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91548dec mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bde4fd6 mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa370a39 mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde84ee4 mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf4a877a mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1b9d063 mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3bb1e6c mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7ce660d mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcadc7e13 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd05f91c9 mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3b6de2c mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1006459 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a8a8ce mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe98aa66b mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc67dd69 mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdf2384e mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff978a14 mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0010ea55 mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0145ee67 mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x057bf115 mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06507791 mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0827eef7 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0878970c mlx5_add_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08d42ff6 mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b638a04 mlx5_core_detach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bf049db mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cd1a557 mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f9fb576 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10c3e2d5 mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x116b0834 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11fa2a6e mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x139b099f mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1567bc3a mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x187f1edc mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b066afc mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d886840 mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ecb1f1b mlx5_fpga_sbu_conn_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x236980bd mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23dd9656 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x801d6e75 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x945f2c7d mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97705010 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa32d8de0 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa35e221e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacae5b6c mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaec12bd mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc05eb99f mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6cc6721 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbbbee28 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdc9d00f mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0204d93 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1283382 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd29c6f67 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3a9884b mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2f6e6cc mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee0af283 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a662a1 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa3d70b6 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04ba2b14 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x061a5d27 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06f9e288 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x076b6020 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bbb2338 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3fbed8 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f6eeba4 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x108f65ad mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13ccce41 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x149589b8 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1690ecd1 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1810217e mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a338833 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b75feff mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d08e205 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2066d58b mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21611912 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2461d6a2 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24e856bc mlx5_cmd_init EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ad2eec2 mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ba99965 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f458170 mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fb5b11d mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28561fd4 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28f35b59 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x309d595c mlx5_core_dealloc_pd EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36b8bffb mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33f75c06 mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x349d048a mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36bc92a7 mlx5_core_query_rq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3775b58b mlx5_lag_get_roce_netdev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x392672cd mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d4da412 mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38ace65d mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39a99cef mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c5a21d2 mlx5_core_roce_gid_set EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f1c893d mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4216c0cf mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44762d6b mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42cafd86 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4549f9b0 mlx5_eswitch_uplink_get_proto_dev EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a35f454 mlx5_buf_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c6b6f76 mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e0f6c1a mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53df5c6f mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54aca308 mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54e39bf9 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b5bb70b mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5febdf34 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4680e695 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48475fa2 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48b5642f mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49d01300 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a42b296 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b092d2d mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f011e7c mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50ab3ef4 mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51a01d4a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5329a212 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53cff242 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54ffca07 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x555f74ac mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x558d8c35 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x573aa2d8 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5772df81 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d7e28d9 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f6ae5f1 mlx5_core_destroy_tis EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63c38b6f mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x661b6fca mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x677fb5d9 mlx5_get_flow_namespace -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67851ff6 mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6794e8df mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x692c40a7 mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69b95f2d mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c559d58 mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e6c997a mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb68b79 mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7241858a mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7397d0e0 mlx5_get_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7737b04c mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b9b3394 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d573686 mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fb22ce3 mlx5_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81a8ded5 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x682a009c mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69215b0c mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c692366 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ea97593 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f40bcc0 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70a217b8 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x749f8eab mlx5_vector2eqn EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835091bc mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8569ac12 mlx5_core_create_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x893f4617 mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b303eff mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d5ddc8e mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d7b808a mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d7e7737 mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8de5d3b4 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88bf0d49 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cf670c5 mlx5_unregister_interface EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x906e66aa mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95c89f6c mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fe1cd16 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x957e799e mlx5_fs_add_rx_underlay_qpn EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x999f10a5 mlx5_core_alloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d571d7e mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9869c13a mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x993eedaf mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c7deac5 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ccb2ff4 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d1a0d7f mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e831688 mlx5_cmd_init_async_ctx EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f465233 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fbb1a56 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1d767fc mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa09e3add mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27147b6 mlx5_comp_irq_get_affinity_mask EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58f9a45 mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5e0a446 mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa657d3ea mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa68ab567 mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab8f718b mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabfdd1a2 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5a0a40f mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7e55fc5 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa947041d mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9ffb93c mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab98b7eb mlx5_core_create_tir_out EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0d450bd mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0e68668 mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6066731 mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbb8e6b2 mlx5_core_create_mkey_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdd27e56 mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc381da57 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc486b68e mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7e9417c mlx5_core_roce_gid_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc88e0386 mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca24d1f2 mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca9e9d81 mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd076918 mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcddc2ada mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd242926f mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd359f33c mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd76ff7c7 mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb72e5ef mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd6a1d68 mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0e12648 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf514523 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb130d942 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1381cde mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb32ff80c mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb398af0e mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbf52106 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc980d6f mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbea43fe2 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfc8d01f mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0ffbed5 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1704e9d mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc51dbe26 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca71413a mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca9f6b66 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb8f3018 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc03d552 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8536c89 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb350a7e mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf5d3faf mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf76fc8b mlx5_eq_notifier_unregister EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e8bef5 mlx5_del_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe646456b mlx5_eq_disable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe73254c4 mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe90826b1 mlx5_core_destroy_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9643e91 mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebc2f576 mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec1171f5 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2d98124 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4341694 mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5adaab8 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe616211b mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8d131b6 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea82874b mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea8696b7 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaea5492 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee43d399 mlx5_fpga_sbu_conn_create EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefa4a2a8 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf133a7d1 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf14fe343 mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf47cac8a mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf74a0fb6 mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf92b3dcc mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc3e6b8c mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf59f9016 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6e7338b mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfce79a7c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe51b22a mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfecc8b1a mlx5_cmd_create_vport_lag EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x5ccd3e48 mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get @@ -2817,33 +2817,33 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfee8444d mlxsw_c EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x171d4fff mlxsw_i2c_driver_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x827047f5 mlxsw_i2c_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x0fac0b56 mlxsw_pci_driver_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x41721e12 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x2057421f mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xee15f012 mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x09e989af ocelot_chip_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x1a0b463c __ocelot_read_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x214f963c ocelot_get_hwtimestamp -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x36df3937 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x28621037 ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6f06024a ocelot_regfields_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x702ce695 ocelot_deinit -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xaa7d4158 ocelot_probe_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x7400bc0b ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x8ce84f35 ocelot_deinit EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xaf02a894 ocelot_port_writel +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xbb1e04bb ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xbdf19f46 ocelot_port_readl EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xce03bd1c ocelot_io_platform_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe1bd03a6 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf2de5b4c __ocelot_write_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf8c22403 ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf9c722c8 __ocelot_rmw_ix -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x03939600 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x2e2aea6f qed_get_eth_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x682c3a82 qed_get_rdma_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x80265210 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x66488081 qed_get_iscsi_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9b0d0ef2 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9da5747f qed_get_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xe9ff6d1e qed_get_fcoe_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x1f8d17b9 qede_rdma_register_driver -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xac2e3c55 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x5c88e226 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf0c9e08e qede_rdma_unregister_driver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x40b5244f hdlcdrv_receiver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x646e06d4 hdlcdrv_transmitter EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x67f571df hdlcdrv_unregister @@ -2899,73 +2899,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0xe6bf4282 unregister_hdlc_device EXPORT_SYMBOL drivers/net/wan/hdlc 0xefdeb3ad hdlc_start_xmit EXPORT_SYMBOL drivers/net/wan/hdlc 0xf60c101b hdlc_open EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x53102bd7 i2400m_unknown_barker -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01bd3456 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x03688f1c ath_printk EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x34fd88b2 ath_hw_keyreset -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x366af886 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x38615bda ath_is_mybeacon EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x478e7d63 ath_reg_notifier_apply -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5e83f029 ath_key_delete -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6fe15bfb ath_printk -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x70c5d6c3 ath_hw_keysetmac -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7ba15ad1 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5690975f ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6d444f59 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f263ae2 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x78532c0d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8deb384b ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x926eb5c9 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e770a65 ath_hw_setbssidmask EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xac109c20 dfs_pattern_detector_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbffd3cc3 ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xce9c52f1 ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd0641355 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc81855f5 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcaea9952 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcf648196 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd6eaf82b ath_hw_keysetmac EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf7a855bd ath_hw_get_listen_time EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x09ad0f57 ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d427fdb ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x15dc9569 __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18664aa6 ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23f89287 ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3343786f ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x34710ed5 ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x371a3b25 ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x381900ad ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ea774dd ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44847f18 ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50cb39c3 ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50d36c9c __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02d17de3 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08cab4e1 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0a8717c1 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0cb26229 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1041e427 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x10e28b1b ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x15baeb5b ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x227835f2 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25ad1087 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27e45403 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3d3d1d78 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3e4a3f67 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3eb8da86 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4063988f ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4079751c ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44b41a72 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4ec66fc2 __ath10k_ce_rx_num_free_bufs EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50dd77c4 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ad6c561 ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ddc070a ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c46a3cc ath10k_core_destroy -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f4b842c ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7fe31c4a ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x80551877 ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86ce335a ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8739395a ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90cfbbf5 ath10k_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d2bf0c8 ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fa36571 ath10k_core_fetch_board_file -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xace9aa44 ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf0e5265 ath10k_ce_send -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0dd4729 ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb41b0971 ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb60dd53a ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbae9661f ath10k_core_register -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc43dfaae ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc910afba ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd3c33c65 ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd99d2940 ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9c0a982 ath10k_ce_free_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb67db08 ath10k_ce_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xde6eeb6a ath10k_htc_tx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe6efc7e5 ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeace5692 ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec05edaa ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xefb8cd13 ath10k_htt_txrx_compl_task -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf17755cf ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf19c202f ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7fb23a7 ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf8de9bed ath10k_print_driver_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe1d202a ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xff476e8a ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51078dc9 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67219235 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72a65311 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7dd23cb7 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x816fa5b3 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x879bd0d8 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90bdfec2 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90fb9039 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99984cfe ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9a19fc44 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d1e70b0 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ee39772 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fc0a37e ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4510783 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa80899d9 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaca35830 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7ff4fb5 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbae31cc6 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbc39b13f ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc1dc2e34 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xca2dbd42 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd996ef08 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe17a8e1a ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe27efbec ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe93485c9 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xecbfa9b1 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef3572c2 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf443c11c ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf772fc7b ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xffac5cba ath10k_ce_completed_send_next EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0cb30641 ath6kl_core_tx_complete EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x24495b71 ath6kl_core_destroy @@ -2982,139 +2982,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x92deb013 ath6kl_cor EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa0d9d9a8 ath6kl_core_rx_complete EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19468966 ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x296db5ea ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x34b6a952 ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x377e7ba1 ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x39ad80a2 ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44395a60 ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4723209a ath9k_cmn_reload_chainmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5cad8a03 ath9k_cmn_rx_skb_postprocess -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5cf41d16 ath9k_cmn_process_rate -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6d8d5cbe ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x87a42305 ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x895b04e7 ath9k_cmn_process_rssi -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x90614598 ath_cmn_process_fft -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x94519635 ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x94572f61 ath9k_cmn_rx_accept -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa278ed86 ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb329ab64 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x054e1a20 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x20b7460c ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3f763567 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44c36dd4 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44e0f405 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x460b70f0 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x464a1937 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x46e94ca4 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4b81ccf2 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5951de9d ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6d23f012 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8d1f33ce ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x97a349a3 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99258cf2 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa792c600 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xac5d0479 ath9k_cmn_get_hw_crypto_keytype EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc7d725f2 ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd02837e7 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc02369e1 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc16f575e ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc40235c2 ath9k_cmn_beacon_config_sta EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd96c3b45 ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdbd10128 ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdda03729 ath9k_cmn_debug_modal_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee424bb0 ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x032a563b ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06934bb8 ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08696ab6 ath9k_hw_txstart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08a47a72 ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08ac4473 ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e7307f9 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd8b7c573 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde6c7c61 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe63e5097 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf04a82a1 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x020507cf ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09dd07d2 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c1bd3bd ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d9b7945 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e00a876 ath9k_hw_deinit EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fd3bc66 ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10b591c0 ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10c07c8e ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x117e6b36 ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13eeafb5 ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1465ca44 ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17834961 ath9k_hw_getchan_noise -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19ca1dee ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1adff4c2 ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f684489 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22317739 ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fb4bbd1 ath9k_hw_phy_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30a4234a ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x333f4c1a ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x343daa73 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34f8fcb1 ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36d0f705 ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38e2c7c8 ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ba6a856 ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cd4aefc ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d536ebc ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x416b193f ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45beb875 ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cf65cc2 ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e641e53 ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57459667 ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e7dc71 ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5820983a ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e0d68bb ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e115b11 ath9k_hw_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x607253fa ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6441d2b1 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x659843c0 ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a50d071 ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a6f32bd ath9k_hw_setantenna -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ecd07ed ar9003_is_paprd_enabled -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ff4cfff ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x722cdc65 ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x727d7c03 ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7371884e ath9k_hw_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73f76dd4 ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x760c5e1a ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78943715 ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x797aca2f ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7cb342bb ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7cf98467 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80b9f7a1 ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81c51085 ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8531a168 ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x868d09b5 ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88e858f5 ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88ed90fd ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x899f6904 ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8aa8aad8 ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c7f6ef4 ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ca088d6 ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8dfdc6fe ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e082bec ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93e53628 ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94396f7e ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x986eab51 ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bb0d7f1 ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d5c99cc ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e7bbbbb ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f3394b4 ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa480e1be ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6cde5cd ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad1112b1 ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb41236cc ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb51a7834 ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb73f9d9a ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1abca49 ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc21e59ec ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2c5e1a7 ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4462bf9 ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc64a1bc6 ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdb9391e ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce72dcba ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf2ba5fb ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1f0daa9 ath9k_hw_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4f276b9 ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd89fcb8e ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9d37229 ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xded2614f ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf287bbf ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf754bda ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe01ff095 ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea370e86 ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf217cd66 ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2c5216a ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf301aa4b ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf624613a ath9k_hw_setopmode -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf72e46dd ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa747e55 ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xface4d3a ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb0213ae ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc4afe0f ath9k_hw_intrpend -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc87f7b5 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe33b3a2 ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff88fe98 ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffdefb25 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x106d219a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1195377a ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x155420ae ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x173f4728 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c3b52d7 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e68ec7c ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f68ce85 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2593d47d ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25c2883c ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x280f990d ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2dcf93da ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f284f04 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30d87cb5 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32be4e89 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x338ee59d ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33f2e4ae ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x353cf6e8 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3693f57d ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f7ffc74 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42e75706 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46a8832f ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48b1bd59 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49021b85 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b0ac24d ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4db04042 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f137069 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50e9a611 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x565287da ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x586b9b3e ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59217132 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b3c8024 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b454a19 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60ea0cd1 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66cb3afa ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x676d9acc ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6aec3c9b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ba66c11 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c211e5d ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e52bc15 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71562229 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73115b17 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x735a0af3 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x747432b5 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75ae1bcb ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x787586eb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7878763c ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d390c82 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fc01612 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8756100a ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x895c9550 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b1a85d4 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c29ae9a ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c962001 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cd042f8 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e473652 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f634052 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95507c60 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9598dd7b ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x982e8b92 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9dd6397c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ea9dfcb ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f7b53e4 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa08866db ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa75e4c03 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf6cd429 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb03ddccd ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb331c715 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb431bfce ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb67f73b6 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6c386fb ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6e1d0c0 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6f545c5 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb98c8a68 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbebd4df ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbce7dbf4 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe902158 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbebf6667 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc116b00b ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4017863 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5795727 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc71a6810 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb35b331 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd999d48 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf2d1623 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf7f5965 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1dddf54 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd38984fc ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3ee60cd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8044ba8 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda733dd1 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfbf86da ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7dbaf66 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeab01058 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec0dd5d6 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed627b40 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee6a0999 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf203f35d ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf31c49ed ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4d30719 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa42cdb9 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa9bb700 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe447435 ath9k_hw_updatetxtriglevel EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x4a9ece84 init_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x58ae5a60 stop_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x898f9356 atmel_open @@ -3157,110 +3157,110 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb8fc5318 libipw_wx_se EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc7d13764 libipw_txb_free EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf67fd5c5 libipw_freq_to_channel EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfaf64b9b libipw_wx_get_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x007087e8 il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01f7c97d il_setup_rx_scan_handlers -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06081a24 il_mac_conf_tx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09ed9455 il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bf3be7e il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d4e2485 il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10b24623 il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11344e15 il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11be980a il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14e6ada8 il_full_rxon_required -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x171d60c2 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x183b7965 il_connection_init_rx_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1fc02269 il_mac_hw_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ff2d0d1 il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20e537fb il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x249da005 il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25051939 il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a921856 il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2abfecf3 il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b85e915 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01e29ecb il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04003789 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x054892ec il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x05e1f657 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x064668e1 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e513733 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e97d7bf il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ead652d il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14b79561 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18c2cf8b _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1996a26a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1daf0428 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20162986 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x236848a6 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2566f931 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26ea8260 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29cf79d9 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bc02cbf il_full_rxon_required EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2dc22fb8 il_set_tx_power -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e8d41cb il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x323a1432 il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33122b1e il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3efead8f il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f0ddb14 il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fe38f9c _il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x412f5e7c il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c66215f il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f5f40f0 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31a1a720 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36af2a4c il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38f02c33 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c657b68 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d10f76f il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d2d0de8 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d80f1ba il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f00b01f il_txq_update_write_ptr EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4792fa20 il_get_channel_info -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x487c8f50 il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b918fa7 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54978769 il_get_passive_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56a5516a il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x577fc1b2 il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bf06782 il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d830318 il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63a5cf56 il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64078dfe il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x644bbeb1 il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x65c4cdb7 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69589aac il_leds_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a0f66fb il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a186679 il_tx_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75729468 il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75e04491 il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a2cade6 il_set_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a9fe53b il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c778cb1 il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x835480e9 il_write_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x853e63e2 il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86790cf8 il_dbgfs_register -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a2a2b01 il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c1e2ead il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e908ecb il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x963902ea il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9910511e il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99b7286d il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4683baa2 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x469b5129 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a141340 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4beedb9f il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f7bf015 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4fd8de65 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5408fead il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x544f68d9 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56911174 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d7423da il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f0c6237 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fece644 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62917b0e il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dcdf2ca il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ee3b9fa il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a642d54 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7adb4768 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82fe36ee il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83fc3474 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84611a54 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8496f931 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86975772 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87a386af il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87d15f9c il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x893d9c0a il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8afaad19 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b3f99f1 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8bd60797 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8cab707c il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d5e60d0 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d826042 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x963d72e1 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9bfbc618 il_get_lowest_plcp EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9faca347 il_rx_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa083c7af il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4e82fa9 il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5fdbb77 il_send_rxon_timing -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6bb4719 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xacc0c579 il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1e2045f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e96bc05 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0a163c5 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0f3bc34 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3c0789a il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3c7029c il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa40fe7f3 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5de4137 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa72aeb3a il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa73a279b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa78660dc il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9d71bfc il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xabb80196 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad16e910 il_apm_stop EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb772f7ad _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6c8222e il_rd_prph EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9cc2454 il_power_update_mode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc91188d il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdaa67b9 il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfe3206a il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc10a4c3a il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4ff3c29 il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5eebcc6 il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6a144a8 il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc87e6d9c il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9b53349 il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca266126 il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd06eeca2 il_hdl_csa -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5264fda il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6a21003 il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda21b176 il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb47048e il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbc9f62a il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd0ba9f8 il_send_cmd_sync -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0c013a3 il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe219e0bb il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6524e88 il_leds_exit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe66535b4 il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe87502d1 il_rd_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8cfe57a il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3b1088f il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4079721 il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf414dda9 il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4ec0dd7 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdf704ce il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc085359d il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc617b1b4 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc72791be il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce38be81 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf109b04 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf2e05b6 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcafd742 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1d8e712 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4f02a92 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe68d665d il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe74e77bd il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7dc06d6 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecb3204c il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xedc28115 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xefaa0336 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf261042d il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4aeda3a il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf60cb710 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf66dd207 il_tx_cmd_complete EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf71be340 il_send_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa429873 il_set_rxon_channel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbb195a8 il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbddf90f il_alloc_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff213ee0 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8b547e1 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd93a6da il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfee1275e il_alloc_txq_mem EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ee9c199 __tracepoint_iwlwifi_dev_ucode_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x20a6a247 __tracepoint_iwlwifi_dev_ucode_cont_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb72ade7d __tracepoint_iwlwifi_dev_ucode_wrap_event @@ -3310,119 +3310,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf5af6018 orinoco_ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfbc04cc3 orinoco_change_mtu EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfe05c1e2 free_orinocodev EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xf9a97239 mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x4cd90f84 rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1b6f2650 rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x23041f11 rtl92c_phy_update_txpower_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2316ba16 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x18c094c0 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xfa05efe5 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x015afc25 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0504503a rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x10051ccd _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1504c52c _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x204432a0 _rtl92c_phy_txpwr_idx_to_dbm EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x26b25a05 rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ed8b2f5 _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4b8af527 rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x503334c4 rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f89dc6f rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x62f2c59a rtl92c_download_fw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x631f9f84 rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x66a32f72 _rtl92c_phy_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6837f69b rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a32905c rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6e5875f7 rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71860e86 _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79816e4f rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7b444511 rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x826ed490 rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x86829d9a rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87ef9f62 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fcec233 rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90130e8c _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2c0d0b7 rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa3688cf8 rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa8c2fe77 rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xae596f89 rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xafef0b7c rtl92c_bt_rssi_state_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc1416ee7 _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc6b3ef21 rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcc26f0dd _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd23d6ed9 rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd417e9c2 rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd43a6c55 rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda04ca54 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc675361 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1ac0799 _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf11b9d07 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf5e0d22a rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf7201cf6 rtl92c_phy_set_io -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa6aca17 rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb4f5a08 rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1abf6c08 rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x447bc819 rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x62bdec26 rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x86ad8687 rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x50c9d1c8 rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa7a7e764 rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xc042cd03 rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf1bd5aff rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x24205bda _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x25a5f0bd rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29afe644 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x331f8290 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x36a753b7 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x37904502 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x383092b1 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x45f6899b rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4d79e85d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4e7aba7d rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50956ca5 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6b2af5e1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d4b2233 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7a8e3357 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7babd49b rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d1eb124 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87f03b26 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x928dc5be _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9403ce90 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa1a20ad7 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab6119c7 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb43abce5 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb47d1e43 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb63410db _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xba7aae34 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xba9bc0f7 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5813f0e rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc584b89a rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc62d1f1d rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc813f930 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd1f4f289 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd29b88de rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd56a80bb rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdcb3064c rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8fd363f rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfbf7e9dd rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x16964897 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1bc36682 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xabd77e98 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xdb3c1776 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x574d2148 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7853ed11 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa5de2655 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xab4ab319 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0323f1b4 rtl_c2hcmd_enqueue EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0dca7b8f efuse_read_1byte -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x104a90f8 rtl_send_smps_action -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1afd7254 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17e06188 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1985f041 rtl_wowlan_fw_cb EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x205082f9 rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2149cb2e rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29c65a74 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2aee24c1 rtl_cam_del_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x397dc975 rtl_wowlan_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x428dc054 rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x46866be5 rtlwifi_rate_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51095f7a rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e0f656d rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4032a719 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45c01ce7 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b42f649 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51764d29 rtl_dm_diginit EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e2ddba7 rtl_c2hcmd_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a993383 rtl_cam_mark_invalid -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7486cdfb rtl_init_rfkill -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7625f668 rtl_signal_scale_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x771a9e5d rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ef929c5 rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8c7c6b05 rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x906e6cb6 efuse_shadow_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x924a16d4 rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x99b8144a rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa7b544b rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xad034e08 efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb1e72795 rtl_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbe24360d rtl_collect_scan_list -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcac9e67e rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd68ce31c rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe74aba62 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5f5ee0bd rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60408451 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6c1462c6 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e767963 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x82670246 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x830bd440 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86d155f0 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9377f9f2 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94ad7752 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98de2451 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b304a9a rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9c0bf776 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2b1b143 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa347b0b9 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9460cb0 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd50fbcc rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcdb6de33 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcdd9d366 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf2403d9 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd1c814d8 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xecdf447b rtl_cam_delete_one_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeed0b653 rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef953146 rtl_hal_pwrseqcmdparsing -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf06781fd rtl_bb_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf7758f77 rtl_dm_diginit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc10613c rtl_cam_reset_all_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x12ace6da rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x20023eb1 rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x25c1226c rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6cf6e1a rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfefcaacf rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x033c4a67 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x0508c28d rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x07db5ee5 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x1e1d162d __rtw_dbg EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3e8c8c1e rtw_tx_write_data_h2c_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4f07d2a1 rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4fbb7ce7 rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x631f3a5b rtw8822c_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x66ceb7b6 __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x673d2bd7 rtw8723d_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7bfe3be4 rtw_power_mode_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8cdd5165 rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x92d655dd rtw_core_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x934a606d rtw_register_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x999f77ba rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9dc2e72d rtw_tx_write_data_rsvd_page_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xacc12d19 rtw_chip_info_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xee379110 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x5ae3cbd1 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x75a63cdb rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x78c0cb15 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x79326a18 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7dac2db9 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x89289ecf rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9936fa51 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9d4603be rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb103b163 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb521a0ef rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc7ea03ac rtw_ops EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x0fade83c rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5d9251b0 wl12xx_is_dummy_packet -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbe940963 wl1271_free_tx_id -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xca27e02e wlcore_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xfec1ff43 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf548167e rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xfa41ca39 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xb227e459 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x70de3777 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9e2e4564 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf5d221ea wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf5e720cc wlcore_calc_packet_alignment EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x106731b2 fdp_nci_probe EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x181dca69 fdp_nci_remove EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x3c4e91cb fdp_nci_recv_frame @@ -3465,26 +3465,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe7233716 st21nfca_tm_send_dep EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf067ce3b st21nfca_hci_enable_se EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf1374b38 st21nfca_hci_disable_se EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfc6b37d4 st21nfca_dep_init -EXPORT_SYMBOL drivers/ntb/ntb 0x084ead1b __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0x0967b2e5 ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x0a23dbce ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x1bde799a ntb_db_event -EXPORT_SYMBOL drivers/ntb/ntb 0x1f5fb39c ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0x455dd2aa ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0x5e18a238 ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0x73c96360 ntb_msg_event -EXPORT_SYMBOL drivers/ntb/ntb 0x98fa481a ntb_default_peer_port_idx -EXPORT_SYMBOL drivers/ntb/ntb 0x99905cc4 ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x9d522e9a ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0xa31d207d ntb_default_peer_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0xb5003e62 ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0xb758c278 ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0xc873bd33 ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0xcdc60556 ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0xce3d78b9 ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0xd6c06312 ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0xe01f6ae8 ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0xf2f16408 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x001b5f1c ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x0c28220d ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x19418ff0 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x25ce433d ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x267ae34b ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x3aa4be2d ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x5a04e060 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x5ee64c9c ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x6b774aa0 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x7205fc96 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x7c93baf4 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x80355b2d ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x833b0c42 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x9ff3136c ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc09287a8 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc8cb5642 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd2fda6e4 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xd8308db2 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xe791ab9f ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xead17eab ntb_db_event EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x5d9486cb nvdimm_namespace_detach_btt EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x69db01cb nvdimm_namespace_attach_btt EXPORT_SYMBOL drivers/parport/parport 0x082244b1 parport_release @@ -3523,40 +3523,40 @@ EXPORT_SYMBOL drivers/parport/parport 0xfc2b4048 parport_write EXPORT_SYMBOL drivers/parport/parport 0xfdfb6729 parport_unregister_driver EXPORT_SYMBOL drivers/parport/parport_pc 0x0f034d37 parport_pc_probe_port EXPORT_SYMBOL drivers/parport/parport_pc 0x6fc56f7c parport_pc_unregister_port -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0f9ca675 pcmcia_disable_device -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x395b0000 pcmcia_register_driver -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x40aacbcd pcmcia_dev_present -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x495d7641 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0dabc36d pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x10e42518 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4d22fe88 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x50520d62 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6192c8ac pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7243a36e pcmcia_request_io EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8ee9efc7 pcmcia_request_io -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9144d719 pcmcia_unregister_driver -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x98068fa6 pcmcia_enable_device -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xaca28866 pcmcia_fixup_iowidth -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb696f90e pcmcia_write_config_byte -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbf5d0bbb pcmcia_map_mem_page -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc1b0c7b2 pcmcia_request_irq -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc93f9574 pcmcia_release_window -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd333147a pcmcia_loop_config -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd3bfc942 pcmcia_get_mac_from_cis -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xda50ce1a pcmcia_get_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xdf6aabf0 pcmcia_request_window -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe787f961 pcmcia_read_config_byte -EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf8fe9b30 pcmcia_loop_tuple -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x16ecee59 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7b0e8aab pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8243ade2 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x86e4fda9 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8ee2e300 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa537deb5 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa8c68784 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa98628dc pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa9e726e1 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb63934e3 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc43e5215 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe67743ce pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeeaaf83a pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x097563ba pcmcia_register_socket EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3c0bbfe0 pccard_register_pcmcia -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4cc7783b pcmcia_get_socket_by_nr -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5255c20a pcmcia_register_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x62c39913 pcmcia_unregister_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8fe3edaf pcmcia_parse_events -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x909b401d pcmcia_put_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa35a0127 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5d02e3e3 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6c2f2dcd pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x70fb2634 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x70fef739 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7bd12f47 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x967a3ba7 pcmcia_put_socket EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb73b9a12 pcmcia_socket_class -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcd08a9c4 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb93f5bae pcmcia_get_socket_by_nr EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe633c7b7 pcmcia_reset_card EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem -EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x61d85b5f pccard_static_ops -EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x822c4029 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xba4af635 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc2c43ec8 pccard_nonstatic_ops EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x20623452 cros_ec_register EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x837317f3 cros_ec_suspend EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe261d7ad cros_ec_unregister @@ -3673,21 +3673,21 @@ EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x10bec840 sas_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x560132fb sas_prep_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xc6f3b504 sas_suspend_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x45ed5b7b mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x5bbeeddf mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x09e4b7c4 qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1f83e378 qlt_xmit_response -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x211cba73 qlt_lport_deregister -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2936163a qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3e243ddc qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5b437514 qlt_lport_register -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x64238c4a qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x708b3e90 qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x964468db qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc8026de4 qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xee05e1f4 qlt_unreg_sess -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf19d8c85 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0a1e952c qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0a9f6d50 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0d1a8e50 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0fd2995a qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x50d05011 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x67c5e288 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7f78a215 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x87275b00 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x918f8e9a qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa8ef75c6 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaef6dfcc qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbb37f1ed qlt_enable_vha EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1453242d qlogicfas408_abort EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect @@ -3810,74 +3810,74 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe6701021 cdns_xfer_msg EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf38de976 sdw_cdns_get_stream EXPORT_SYMBOL drivers/soundwire/soundwire-intel-init 0x20efc654 sdw_intel_init EXPORT_SYMBOL drivers/soundwire/soundwire-intel-init 0x5e07cd60 sdw_intel_exit -EXPORT_SYMBOL drivers/ssb/ssb 0x20e126f2 ssb_clockspeed -EXPORT_SYMBOL drivers/ssb/ssb 0x34379be4 ssb_bus_sdiobus_register -EXPORT_SYMBOL drivers/ssb/ssb 0x3506ee7f ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0x42c64925 ssb_pcicore_dev_irqvecs_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x498ce207 ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0x5e6d2a2a ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0x632b4ed1 ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0x7d7ad17f ssb_bus_powerup -EXPORT_SYMBOL drivers/ssb/ssb 0x8300d329 ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x894c3056 ssb_set_devtypedata -EXPORT_SYMBOL drivers/ssb/ssb 0x9f8dbddc ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0xa9313df0 ssb_pmu_set_ldo_voltage -EXPORT_SYMBOL drivers/ssb/ssb 0xaa0e215b ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0xaabc4eb8 ssb_bus_may_powerdown -EXPORT_SYMBOL drivers/ssb/ssb 0xae1781a2 ssb_driver_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0xb72ef467 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x13149360 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x1d411049 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x23127cdc ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x271adb5a ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x2d9ed0d2 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x37ad707f ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3d6bb529 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x416551d4 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8e90d962 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x92c53907 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x92ef5c39 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x99e50aca ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xa93d3678 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xaa8ff2c3 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb5a4a22c ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xba002796 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xc0dc4e4a ssb_set_devtypedata EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base -EXPORT_SYMBOL drivers/ssb/ssb 0xd213f35a ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0xdcf13787 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdbf3c184 ssb_commit_settings EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xe5e0130b __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0xea4760ad ssb_pcihost_register -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x0070b04b gasket_pci_add_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x02ab6d33 gasket_reset +EXPORT_SYMBOL drivers/ssb/ssb 0xe11f06e4 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xfd469187 ssb_pmu_set_ldo_paref EXPORT_SYMBOL drivers/staging/gasket/gasket 0x065f9c9d gasket_page_table_max_size -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x07c7b790 gasket_sysfs_get_attr -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x1ed90cc4 gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x15b04f73 gasket_get_ioctl_permissions_cb +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x180fce7d gasket_sysfs_get_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x19f1c944 gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x1f1f8315 gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x215fd28e gasket_pci_remove_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x27a83a86 gasket_sysfs_register_store -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x289badee gasket_disable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x2ef72ae5 gasket_register_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x339c2b95 gasket_page_table_map -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x35bb652e gasket_unregister_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x372973e0 gasket_page_table_are_addrs_bad EXPORT_SYMBOL drivers/staging/gasket/gasket 0x38c3d415 gasket_page_table_num_active_pages EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4109757c gasket_page_table_partition EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4292ff96 gasket_page_table_is_dev_addr_bad -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x5962c9e1 gasket_sysfs_put_device_data -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x64456406 gasket_sysfs_get_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x514dd5b3 gasket_unregister_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x6a99085c gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x766b80b6 gasket_sysfs_create_entries EXPORT_SYMBOL drivers/staging/gasket/gasket 0x77311f6a gasket_page_table_unmap_all +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x89bf0e17 gasket_sysfs_get_device_data EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8c92da47 gasket_page_table_num_simple_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x94fde60e gasket_sysfs_create_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x9daf1852 gasket_enable_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb204a677 gasket_pci_remove_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb56e7458 gasket_register_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaa2668a gasket_num_name_lookup EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaf2f8cd gasket_page_table_unmap -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbbfa6b21 gasket_mm_unmap_region -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbdb5af4b gasket_get_ioctl_permissions_cb EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc225208c gasket_page_table_num_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xea419008 gasket_wait_with_reschedule -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xfe3c645b gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc4fdfe6b gasket_enable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd02a06dc gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe5f13ae8 gasket_disable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe6ab55cd gasket_pci_add_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf0c1eb56 gasket_wait_with_reschedule +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf5e9e2a6 gasket_sysfs_put_device_data EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xddd9be0a adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x7017dba4 ade7854_probe +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x07ff60f6 b1_free_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x155398a8 b1_proc_show EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x252e577a b1_release_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x31ada77f b1_alloc_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x43631fed b1_free_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x4bbce21f avmcard_dma_alloc -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x57c7505a b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x300ba1df avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x3c3f9ed7 b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x4a59e009 b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x5eb3df75 b1_load_t4file EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x60543690 b1_send_message +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7cb43b68 avmcard_dma_free EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x94005c38 b1_getrevision -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x9c47bbb6 b1_parse_version -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xa0490d9b b1_load_t4file +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x9073e5f6 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xa6659a35 b1_loaded EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xa6b12016 b1_register_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xba1b6a3c b1_alloc_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc41b503d b1_reset_ctr -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd109cb6f b1_loaded EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe14e1896 avmcard_dma_free EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf86a1ec8 b1_load_firmware EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x2a514f2d b1dma_release_appl @@ -3895,6 +3895,7 @@ EXPORT_SYMBOL drivers/staging/isdn/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 EXPORT_SYMBOL drivers/staging/isdn/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 EXPORT_SYMBOL drivers/staging/isdn/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a602d3e rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d3f257e rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0fe3fb45 rtllib_wx_set_power EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x150e7ed9 rtllib_wx_get_rts EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x15d9f0fd notify_wx_assoc_event @@ -3905,9 +3906,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_compon EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26293aaa rtllib_stop_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b901bbc rtllib_start_send_beacons EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2dbfa334 rtllib_wx_get_mode -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x414e1fa7 rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x417dd249 rtllib_reset_queue -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45a5f485 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45de8fb4 rtllib_wx_get_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48ccb9b9 rtllib_wx_set_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f819f43 rtllib_ps_tx_ack @@ -3918,6 +3917,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a524d53 rtllib_wx_set_rts EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d8168bc rtllib_act_scanning EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x715f95ce rtllib_wx_get_power EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7e283fcf rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x827f55c7 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86f3e486 rtllib_wx_get_freq EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8be1d28b rtllib_wx_set_freq EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8cc6267c dot11d_init @@ -4001,128 +4001,128 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecc5fb1b ieee80211_is_54g_r EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee7d1b20 SendDisassociation_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf20e8684 ieee80211_start_send_beacons_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff54a80d ieee80211_disassociate_rsl -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0333c1ae iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04ca2bda iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0759abe2 iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e60a534 iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x105ca420 iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1348749a iscsit_build_logout_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1bf198fa iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b86833b iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1066bada __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1149c608 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1190f17b iscsit_build_reject EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fae30d1 iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x200516e3 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21e72385 iscsit_handle_snack EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x220b3235 iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x38392489 iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3afd902c iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3eb59606 iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x410da3c4 iscsit_build_text_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x432613d7 iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4401fe49 iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b4845e5 iscsit_release_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52d55e22 __iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x550a3dc2 iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x618968b7 iscsit_build_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63244e57 iscsit_check_dataout_payload -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x691aea99 iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f4c56da iscsit_sequence_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8862c75a iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x263ae4cb iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b986344 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e9bc7c1 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33dc72b1 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x42856ae7 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e565a48 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5186490a iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x62a4fe61 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x659c65fa iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6dfa512b iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x803f8a51 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x883d4944 iscsit_reject_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ad8ba77 iscsi_target_check_login_request -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d39696c iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9265aa6e iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x975cdb33 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a0779dd iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97943bd2 iscsit_allocate_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fcb4e82 iscsit_register_transport EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fdedaf9 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa009681e iscsit_build_rsp_pdu EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0658200 iscsit_tmr_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa15e48d7 iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9175107 iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa97f8625 iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xafc7ac99 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa66929a iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac3c8a37 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac6f9aba iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb9b13bcb iscsit_find_cmd_from_itt EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd8f603a iscsit_unregister_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc51eb31c iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9229ea6 iscsit_find_cmd_from_itt_or_dump -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9dd85e2 iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdda59d94 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbdf43a54 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe1f6abf iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf313486 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc25fd8da iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xceacb328 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd94a9b76 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb08dc92 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc5ea124 iscsit_process_text_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe1f27b64 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe5d2b471 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8727bfc iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea12bd0d iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xebcd6d71 iscsit_build_r2ts_for_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf673fb03 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf47ef10d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfc346597 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x0682724c transport_init_se_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0903c1a7 target_to_linux_sector EXPORT_SYMBOL drivers/target/target_core_mod 0x0a56947a sbc_get_write_same_sectors -EXPORT_SYMBOL drivers/target/target_core_mod 0x0aadbb5b target_wait_for_sess_cmds -EXPORT_SYMBOL drivers/target/target_core_mod 0x0bad585e core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0x0bcb0121 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0cc5f3f9 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e78574d target_complete_cmd_with_length EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc EXPORT_SYMBOL drivers/target/target_core_mod 0x14a5d6ea passthrough_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x19051fec target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x18719759 transport_backend_register EXPORT_SYMBOL drivers/target/target_core_mod 0x1d064879 target_unregister_template -EXPORT_SYMBOL drivers/target/target_core_mod 0x23ee0df5 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1df3fcd4 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x22d73ef2 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x26a39d08 target_show_dynamic_sessions EXPORT_SYMBOL drivers/target/target_core_mod 0x27c5cf2d spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x29e47ae5 core_tpg_check_initiator_node_acl EXPORT_SYMBOL drivers/target/target_core_mod 0x2b2b3b0d core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x3244a438 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3119d7bb __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3195431d target_get_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x335d673e core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0x34ee19e0 target_put_nacl EXPORT_SYMBOL drivers/target/target_core_mod 0x35062c94 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x3557d4f5 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3776e48e transport_generic_new_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x3800df30 sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0x3a19bf68 transport_wait_for_tasks EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x3cf21611 core_tpg_deregister -EXPORT_SYMBOL drivers/target/target_core_mod 0x41f7b7cb transport_generic_new_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x49d90411 target_put_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x4ae3a8ae target_to_linux_sector -EXPORT_SYMBOL drivers/target/target_core_mod 0x4b879a99 passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x5c719480 target_configure_unmap_from_queue -EXPORT_SYMBOL drivers/target/target_core_mod 0x5d9f3c43 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x5f0b8115 target_backend_unregister -EXPORT_SYMBOL drivers/target/target_core_mod 0x61fafb4a target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x3afa0359 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3cdf0c1b target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x47d04897 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x48b74b11 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x4964cc3f transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ed8c72e target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x57dffcae transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x60f0a806 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x61537f45 target_send_busy EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl EXPORT_SYMBOL drivers/target/target_core_mod 0x696e196a target_undepend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0x6bb3ec21 target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x70eb75c4 transport_free_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x74af4397 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ef969dc transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x73f8a1ee core_tpg_deregister EXPORT_SYMBOL drivers/target/target_core_mod 0x757a9395 spc_emulate_inquiry_std -EXPORT_SYMBOL drivers/target/target_core_mod 0x76b123e6 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x794167ed transport_send_check_condition_and_sense EXPORT_SYMBOL drivers/target/target_core_mod 0x794c54d7 sbc_get_device_type EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7d84c8a7 transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0x7de51851 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b59a945 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d7a255a transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x80706bee core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x8102b634 target_execute_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x82afc265 target_register_template -EXPORT_SYMBOL drivers/target/target_core_mod 0x852f7b96 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x87456ca6 target_lun_is_rdonly -EXPORT_SYMBOL drivers/target/target_core_mod 0x89bd73eb transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x8a9484c7 transport_backend_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x8d7ba7e9 transport_kmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x94a4006f core_tpg_get_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x9652f2cc target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xaced1278 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x82fbff91 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x86f98f87 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b206d2f target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bbb0c42 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e176c0b transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bdda596 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3a512b2 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8edbb0a target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xac05942f transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xac8b57e9 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaceb85c6 transport_lookup_tmr_lun EXPORT_SYMBOL drivers/target/target_core_mod 0xb0912d9f sbc_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0xb4d987e5 transport_deregister_session_configfs -EXPORT_SYMBOL drivers/target/target_core_mod 0xb6921762 transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0xba1212ca target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xbb2cd7a8 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xba780e46 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbce49f73 core_tpg_register EXPORT_SYMBOL drivers/target/target_core_mod 0xbd764795 spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0xc03cb084 target_set_cmd_data_length -EXPORT_SYMBOL drivers/target/target_core_mod 0xc1da0038 transport_generic_handle_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0xc4eb32ec target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0xcf0e8c30 target_show_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xd3e9c2b2 target_complete_cmd_with_length -EXPORT_SYMBOL drivers/target/target_core_mod 0xd7ab0128 target_submit_cmd_map_sgls -EXPORT_SYMBOL drivers/target/target_core_mod 0xdc1342cb target_send_busy -EXPORT_SYMBOL drivers/target/target_core_mod 0xdfc78fc0 transport_lookup_cmd_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0xe29607cb core_allocate_nexus_loss_ua -EXPORT_SYMBOL drivers/target/target_core_mod 0xe7c48a3e transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xc01d9985 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc063762e transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1d635c3 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7454262 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc79339ff core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9c8d474 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xd24547df target_nacl_find_deve EXPORT_SYMBOL drivers/target/target_core_mod 0xe88075c0 sbc_dif_verify -EXPORT_SYMBOL drivers/target/target_core_mod 0xebf992f4 transport_alloc_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xee358d5c target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xee8bb869 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xf008e251 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xea890367 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xed0e2d54 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xeebd757e target_show_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xf016e4e3 spc_emulate_evpd_83 EXPORT_SYMBOL drivers/target/target_core_mod 0xf0491124 target_depend_item EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xf5ed472b core_tpg_register -EXPORT_SYMBOL drivers/target/target_core_mod 0xf93d0d91 transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xf9b9d3b3 transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xf9d25542 __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xfd90fc03 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf626e542 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xfbaaea74 transport_wait_for_tasks EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x111eefed acpi_parse_art EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x1887763e acpi_thermal_rel_misc_device_add EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x86c998e6 acpi_thermal_rel_misc_device_remove @@ -4210,28 +4210,28 @@ EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_ext EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xbc360c4d mac_find_mode EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x31f47e52 matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x56c5248a g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5d8c28b6 matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x23005d08 DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x66c126fa matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x795c2f44 matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x98cba839 DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x6c18e045 matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x29fb0237 matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x0317a155 matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x07350f53 matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x6e1c4e46 matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x733ab26b matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x42ac5d9c matroxfb_g450_shutdown -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa7130e95 matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x248cb434 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x36c0223a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x6346bb90 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x77ef5fcf matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x38f0f60f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7f52db0b matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc21840d2 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc49dcf1c matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xbe7068a0 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x407c182f matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1ef87024 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x9ee29b0d matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe5e6751a matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf874c1e1 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x918cc069 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa374c295 matroxfb_g450_connect EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3a788219 matroxfb_DAC_out -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x87dc64fa matroxfb_DAC_in -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8dc94b82 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x43183068 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x75686b59 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbb1f8237 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc94e3c93 matroxfb_vgaHWinit EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf1d920a0 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfd2c4437 matroxfb_read_pins EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x9177bcc0 mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free @@ -4392,12 +4392,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound -EXPORT_SYMBOL net/6lowpan/6lowpan 0x22ff56c4 lowpan_nhc_add -EXPORT_SYMBOL net/6lowpan/6lowpan 0x4fe563dc lowpan_register_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xc00396f8 lowpan_nhc_del -EXPORT_SYMBOL net/6lowpan/6lowpan 0xc1bb8250 lowpan_unregister_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0xcfa8aaf1 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xdba6abd1 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3c277420 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa87dabe8 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa92473c5 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xada7edff lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd809aa8b lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xff279890 lowpan_nhc_del EXPORT_SYMBOL net/802/p8022 0xd873f068 register_8022_client EXPORT_SYMBOL net/802/p8022 0xe2dc6c92 unregister_8022_client EXPORT_SYMBOL net/802/psnap 0x913d97c9 register_snap_client @@ -4451,9 +4451,9 @@ EXPORT_SYMBOL net/9p/9pnet 0xe31b2033 p9_client_stat EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init EXPORT_SYMBOL net/9p/9pnet 0xeb74de3c p9_client_fcreate EXPORT_SYMBOL net/appletalk/appletalk 0x1153a323 aarp_send_ddp -EXPORT_SYMBOL net/appletalk/appletalk 0x675b6478 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xb3ba8e3a atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0xd84038d1 alloc_ltalkdev -EXPORT_SYMBOL net/appletalk/appletalk 0xfb5739fe atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xe32aa1f8 atrtr_get_dev EXPORT_SYMBOL net/atm/atm 0x0bb839f1 atm_init_aal5 EXPORT_SYMBOL net/atm/atm 0x23d0b9bf atm_alloc_charge EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash @@ -4479,13 +4479,13 @@ EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x2669aac6 ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0x384df9b2 ax25_listen_register EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x48c5f035 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0x5217f64c ax25_send_frame EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x64b12215 ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0x8097de66 ax25_listen_release -EXPORT_SYMBOL net/ax25/ax25 0x837835ae ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release -EXPORT_SYMBOL net/ax25/ax25 0xbce68fd8 ax25_header_ops -EXPORT_SYMBOL net/ax25/ax25 0xbe0e46ce ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xa198c6a8 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid @@ -4540,10 +4540,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xf81742bb hci_conn_switch_role EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb6f269e bt_sock_reclassify_lock EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb783594 bt_sock_unlink EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc124270 bt_procfs_cleanup -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x01b34c4d ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x428f754d ebt_do_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x768bff99 ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbad3a34b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x331de2e7 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7af12477 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x81fc9cb6 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb5d497bd ebt_do_table EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x184d1b9b caif_enroll_dev EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative @@ -4567,9 +4567,13 @@ EXPORT_SYMBOL net/can/can 0xe0b71fdd can_sock_destruct EXPORT_SYMBOL net/can/can 0xea6b63a1 can_proto_register EXPORT_SYMBOL net/ceph/libceph 0x0245fb2c ceph_cls_assert_locked EXPORT_SYMBOL net/ceph/libceph 0x029b6d0c osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x02f63b30 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x0324eab1 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x04f19fc1 ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x0736a244 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x0c483c0d ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x0c51ce03 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x0d43d227 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x0f3a9c2d ceph_client_gid EXPORT_SYMBOL net/ceph/libceph 0x14a08ca9 ceph_monc_got_map EXPORT_SYMBOL net/ceph/libceph 0x160801a8 ceph_monc_do_statfs @@ -4583,8 +4587,9 @@ EXPORT_SYMBOL net/ceph/libceph 0x200d5c78 osd_req_op_extent_update EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy EXPORT_SYMBOL net/ceph/libceph 0x217d7d47 ceph_osdc_unwatch -EXPORT_SYMBOL net/ceph/libceph 0x24ba35e6 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x252088ce ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x25c7ef33 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x266b124c ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x2717ed5c ceph_osdc_copy_from EXPORT_SYMBOL net/ceph/libceph 0x29863540 ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release @@ -4593,7 +4598,6 @@ EXPORT_SYMBOL net/ceph/libceph 0x2e812430 ceph_auth_update_authorizer EXPORT_SYMBOL net/ceph/libceph 0x2e8e1b57 ceph_monc_get_version_async EXPORT_SYMBOL net/ceph/libceph 0x2f752ef3 osd_req_op_cls_request_data_pages EXPORT_SYMBOL net/ceph/libceph 0x2fd20db1 ceph_osdc_flush_notifies -EXPORT_SYMBOL net/ceph/libceph 0x30b66f1f ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x33bc9be0 ceph_osdc_notify_ack EXPORT_SYMBOL net/ceph/libceph 0x37908f84 ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents @@ -4612,21 +4616,22 @@ EXPORT_SYMBOL net/ceph/libceph 0x507aafd5 osd_req_op_extent_dup_last EXPORT_SYMBOL net/ceph/libceph 0x5291b8dc ceph_osdc_call EXPORT_SYMBOL net/ceph/libceph 0x532cc453 ceph_monc_stop EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode -EXPORT_SYMBOL net/ceph/libceph 0x56179f05 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x566ec1c2 ceph_print_client_options EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf EXPORT_SYMBOL net/ceph/libceph 0x5b5f8a9a ceph_osdc_new_request -EXPORT_SYMBOL net/ceph/libceph 0x5cdb0cf2 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x5fd7e406 ceph_auth_verify_authorizer_reply EXPORT_SYMBOL net/ceph/libceph 0x6019d85f ceph_osdc_notify EXPORT_SYMBOL net/ceph/libceph 0x6214681e ceph_destroy_client EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x6394b705 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x69306835 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr -EXPORT_SYMBOL net/ceph/libceph 0x6abdd2e7 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x6b8015b1 ceph_monc_get_version EXPORT_SYMBOL net/ceph/libceph 0x6c5ecbf5 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x6c845127 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6d67ac44 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x6e45da03 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x73dd8e8a ceph_pg_to_acting_primary EXPORT_SYMBOL net/ceph/libceph 0x78016cfc osd_req_op_init EXPORT_SYMBOL net/ceph/libceph 0x7901ee5f ceph_open_session @@ -4637,6 +4642,8 @@ EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options EXPORT_SYMBOL net/ceph/libceph 0x7ffc3c1e ceph_osdc_update_epoch_barrier EXPORT_SYMBOL net/ceph/libceph 0x84cfcc98 ceph_monc_renew_subs EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x89c52452 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x8c95515d ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy EXPORT_SYMBOL net/ceph/libceph 0x970ae5d2 ceph_auth_create_authorizer EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string @@ -4656,15 +4663,14 @@ EXPORT_SYMBOL net/ceph/libceph 0xace81187 ceph_pg_poolid_by_name EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush EXPORT_SYMBOL net/ceph/libceph 0xb221130c ceph_copy_to_page_vector -EXPORT_SYMBOL net/ceph/libceph 0xb48f47a1 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0xb4e5a556 ceph_put_page_vector EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release -EXPORT_SYMBOL net/ceph/libceph 0xb8743912 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xbc68f2c3 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xbd21c908 osd_req_op_xattr_init EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbdf25aa6 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context -EXPORT_SYMBOL net/ceph/libceph 0xbf35adaf ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0xbf7f18ef ceph_pg_pool_flags EXPORT_SYMBOL net/ceph/libceph 0xbfae6621 ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips @@ -4676,15 +4682,12 @@ EXPORT_SYMBOL net/ceph/libceph 0xca0cedb1 osd_req_op_cls_response_data_pages EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file EXPORT_SYMBOL net/ceph/libceph 0xca80eb72 ceph_pg_pool_name_by_id EXPORT_SYMBOL net/ceph/libceph 0xcbcb49ed ceph_monc_open_session -EXPORT_SYMBOL net/ceph/libceph 0xcc02fbf1 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xcc9c08da ceph_osdc_put_request -EXPORT_SYMBOL net/ceph/libceph 0xccc5246f ceph_msg_data_add_pages -EXPORT_SYMBOL net/ceph/libceph 0xce70ad4a ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xcf138b19 osd_req_op_alloc_hint_init -EXPORT_SYMBOL net/ceph/libceph 0xd1e04403 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy +EXPORT_SYMBOL net/ceph/libceph 0xd8f71b6c ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0xda246ba1 ceph_zero_page_vector_range EXPORT_SYMBOL net/ceph/libceph 0xdbae7b51 ceph_osdc_maybe_request_map EXPORT_SYMBOL net/ceph/libceph 0xddbef6ca osd_req_op_cls_request_data_bvecs @@ -4692,16 +4695,14 @@ EXPORT_SYMBOL net/ceph/libceph 0xdee466c6 ceph_osdc_cancel_request EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name EXPORT_SYMBOL net/ceph/libceph 0xe0c24126 osd_req_op_extent_osd_data_pages -EXPORT_SYMBOL net/ceph/libceph 0xe2619f92 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xe55a2e2f ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options EXPORT_SYMBOL net/ceph/libceph 0xe6d73fd2 ceph_auth_invalidate_authorizer EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc EXPORT_SYMBOL net/ceph/libceph 0xe7bd639d ceph_osdc_writepages -EXPORT_SYMBOL net/ceph/libceph 0xe867b34a ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0xe8bbd371 ceph_osdc_watch EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents -EXPORT_SYMBOL net/ceph/libceph 0xefb5b174 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor @@ -4710,55 +4711,54 @@ EXPORT_SYMBOL net/ceph/libceph 0xf3d70a26 ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0xf40701ab ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0xf850ff0a ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0xf96de0f5 osd_req_op_cls_init -EXPORT_SYMBOL net/ceph/libceph 0xfcb7e670 ceph_msg_get -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1d6d6a33 dccp_req_err -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x3c2c4821 dccp_syn_ack_timeout -EXPORT_SYMBOL net/dsa/dsa_core 0xb7df45a0 dsa_port_vid_del -EXPORT_SYMBOL net/dsa/dsa_core 0xf9d0585c dsa_port_vid_add +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x6551e44e dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xae559214 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dsa/dsa_core 0x030ed9e8 dsa_port_vid_del +EXPORT_SYMBOL net/dsa/dsa_core 0x45f8bea3 dsa_port_vid_add EXPORT_SYMBOL net/ieee802154/ieee802154 0x0232f3e3 wpan_phy_find EXPORT_SYMBOL net/ieee802154/ieee802154 0x402a7e1a wpan_phy_unregister EXPORT_SYMBOL net/ieee802154/ieee802154 0x5f5c09b6 wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0x62adb414 wpan_phy_new EXPORT_SYMBOL net/ieee802154/ieee802154 0xcaf4f17b wpan_phy_register EXPORT_SYMBOL net/ieee802154/ieee802154 0xe0b2c518 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x0499d180 __fou_build_header EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0x41eb5eaa __gue_build_header -EXPORT_SYMBOL net/ipv4/fou 0x4b2dc370 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x326ff2be __gue_build_header EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0x2c0b5aa9 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6f2615da ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xa1550770 ip_tunnel_get_link_net -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe992defe ip_tunnel_encap_del_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xfce206c0 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/gre 0x032f7592 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5ab6543a ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6da7a29e ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x97d1992b ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb7d06d2d ip_tunnel_get_iflink EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x56793ced arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x721f2180 arpt_register_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdac7c9ee arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdeb41b9e arpt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7195ffe3 ipt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xec77d95d ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xfc6bcfb1 ipt_unregister_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x53425bf3 xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/tunnel4 0x78ea9b78 xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/udp_tunnel 0xfd2e91b6 udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x01c49200 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1c3193e8 ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1db2a7cb ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1edb9e4f ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ec2e276 ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3a7a5446 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3b9db035 ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb318e911 ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe2d8d007 ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0b8389c7 ip6t_do_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa38c5b99 ip6t_register_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd5278a21 ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x519a3485 xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/tunnel6 0x6d0224d7 xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd17b7477 xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf1f6ceca xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/l2tp/l2tp_core 0x2389fc4e l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_core 0xa8858170 l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_ip 0x9aa0f235 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x23fea5b9 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x797d3e2b ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf7d59cee ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x070b448e xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xf99c4c50 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xebba9097 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x28770b94 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2c2f74c9 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x60c78159 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6883aa97 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6aef46f3 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x914c322b ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xac51e24c ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xaeda6496 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe986f0cf ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0c1c6573 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1018f95b ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x503fd625 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x142e3765 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xcf00c4a0 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x61f740b4 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x882e3064 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/l2tp/l2tp_core 0xeaf9abb8 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_core 0xfd527b74 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_ip 0x6b1812e0 l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x15ec9112 lapb_getparms EXPORT_SYMBOL net/lapb/lapb 0x9c4985a1 lapb_disconnect_request EXPORT_SYMBOL net/lapb/lapb 0x9ece1e7a lapb_register @@ -4776,154 +4776,154 @@ EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list EXPORT_SYMBOL net/llc/llc 0x6ab59611 llc_build_and_send_ui_pkt EXPORT_SYMBOL net/llc/llc 0x9a61abe3 llc_set_station_handler EXPORT_SYMBOL net/llc/llc 0xefeedfbc llc_sap_open -EXPORT_SYMBOL net/mac80211/mac80211 0x03b70f3b ieee80211_free_txskb -EXPORT_SYMBOL net/mac80211/mac80211 0x041c46b8 ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x0719f70a ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0x0acb29da ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0x0b3c72a2 ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x0b3fa367 ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x0c3a53f0 ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x1089e89d ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0x168e56f3 ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x17a6a97f rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x19358212 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0156437d __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x07ef6535 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0896467a ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x0c87186e ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x0d441571 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0e722efe ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x10089e48 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x12091c13 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x145617e6 __ieee80211_schedule_txq EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x1bcdb685 ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0x1dfa767a ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0x20427245 ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0x207166d9 ieee80211_tx_status_ext -EXPORT_SYMBOL net/mac80211/mac80211 0x2343aca7 ieee80211_sta_uapsd_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x2f264708 ieee80211_queue_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x2f2be113 ieee80211_nan_func_terminated -EXPORT_SYMBOL net/mac80211/mac80211 0x343063ae ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x40c16f20 ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0x41680487 ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x47fe301d __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x48bce317 ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x4a6506ed ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x1aa7138b ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x1b3f5b38 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x21c57940 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x23d5a2bf ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x27b5abf3 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x29ad5bcf ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x2d5f316d ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2e2a7e9b ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x356fc136 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3a3b60b0 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x3c6e8c62 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3e572b4a ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x441bd006 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x46bbd1cf ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4b2b93ac ieee80211_csa_set_counter EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x4c99d5d9 ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0x4e665547 __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x51b4fde9 ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0x53184e48 ieee80211_queue_work -EXPORT_SYMBOL net/mac80211/mac80211 0x53bced11 ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0x54fdc7ec ieee80211_scan_completed -EXPORT_SYMBOL net/mac80211/mac80211 0x5ab4edb8 ieee80211_beacon_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x5ada2845 ieee80211_tx_status_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x5efc7ac8 ieee80211_iter_keys -EXPORT_SYMBOL net/mac80211/mac80211 0x5f736ca5 ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x602caa2b ieee80211_wake_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x603b5af2 ieee80211_txq_schedule_start -EXPORT_SYMBOL net/mac80211/mac80211 0x62160097 ieee80211_stop_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x693991da ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0x6bd6d975 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4d08c175 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4d0fb3b0 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x54a83e36 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x55d9606d ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x5631b31b ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x59e9c217 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x5e1101a3 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x5e349daa ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x62be6bd9 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x66c5687f ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x68e75e5e ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6c7dee01 ieee80211_tdls_oper_request EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x794ba39f ieee80211_reserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x7b4fda02 ieee80211_txq_get_depth -EXPORT_SYMBOL net/mac80211/mac80211 0x7c403e33 ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0x7dbaae6d ieee80211_iter_keys_rcu -EXPORT_SYMBOL net/mac80211/mac80211 0x81794d08 ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x820f9fef ieee80211_rx_ba_timer_expired -EXPORT_SYMBOL net/mac80211/mac80211 0x82493562 ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x82a7485a ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x8694e82a __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0x88b34576 ieee80211_rx_napi -EXPORT_SYMBOL net/mac80211/mac80211 0x8b4be548 ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x8e9ebf6b wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x9341fc57 ieee80211_proberesp_get -EXPORT_SYMBOL net/mac80211/mac80211 0x973f82bc ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x6decc374 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x6e4cf828 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x6f0142a8 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x6f7a2c17 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x70e614f2 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x72b694e8 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x735e733f ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x761ed029 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x7a4dceeb ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x7a87d841 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x7af6c99f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x80e7d9b1 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x81a835ee ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x8247e5f7 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x82c62bb5 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x82fe59cf ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x88171f3c ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x88e05c9b ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x89214bd4 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x8d33bc92 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x8e848cdd ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x8f3bc725 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x92112b93 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x92cc9fba ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x9615181a ieee80211_csa_finish EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x99258a5d ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0x9d4b420e ieee80211_start_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x9e9b0ace ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0x9ee9f3c7 ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0xa0c8ca2f ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac80211/mac80211 0xa1651277 ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0xa20ce9b0 ieee80211_get_tx_rates -EXPORT_SYMBOL net/mac80211/mac80211 0xa988c96d ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0xad7c48bd ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xae4f815c ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0xaed2ff78 ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0xb17f69e8 ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xb3452bdf ieee80211_sta_set_buffered -EXPORT_SYMBOL net/mac80211/mac80211 0xb5817212 ieee80211_find_sta -EXPORT_SYMBOL net/mac80211/mac80211 0xb7a356c6 ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0xb80d4aea ieee80211_report_low_ack -EXPORT_SYMBOL net/mac80211/mac80211 0xb8de6348 ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xb9255184 __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0xb9eaf47b ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xbc15ceaf ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0xbf568be5 ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0xc6aa1b00 __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xc75c0f37 ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0xc869deac ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0xcbf775c8 ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0xcece2802 ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0xcf49f685 ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0xd0901108 ieee80211_connection_loss -EXPORT_SYMBOL net/mac80211/mac80211 0xd13dda45 ieee80211_enable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0xd3527df5 ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xd3678aa2 ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0xd4620406 ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0xdb894f8c ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0xdbd4f331 ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0xdfbedcfa ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x9cfe08a7 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x9d8649c9 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9e073f69 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa8f5fb09 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xa934a5e8 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xac84a288 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb0f547c1 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xb453e1c1 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xb69b804c ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xba1da999 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xbbc9bd2a ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc0a72cf5 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xc4f5b6a8 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc5159a87 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xc5d1f738 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc79074a0 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xc8c5a058 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xca7dee8e __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xcc1b4028 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd81fb15a ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xdc1f38ba ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xdd62d236 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xdfdfa357 ieee80211_iter_keys_rcu EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xe56f5d28 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0xe7333442 ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xfc12ff23 __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xffd467d9 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xe4b84f62 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xe7bb2bba wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe8447f38 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf080c9cd ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xf1a9dff1 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xf1dac461 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xf37473cc ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xf58942e2 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac802154/mac802154 0x148c2a25 ieee802154_register_hw EXPORT_SYMBOL net/mac802154/mac802154 0x21ac874f ieee802154_xmit_complete -EXPORT_SYMBOL net/mac802154/mac802154 0x32213476 ieee802154_register_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x3da49f40 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x4bf51060 ieee802154_alloc_hw EXPORT_SYMBOL net/mac802154/mac802154 0x4f8b8bc0 ieee802154_stop_queue EXPORT_SYMBOL net/mac802154/mac802154 0x7e4b88c5 ieee802154_wake_queue EXPORT_SYMBOL net/mac802154/mac802154 0x906d4d59 ieee802154_rx_irqsafe -EXPORT_SYMBOL net/mac802154/mac802154 0xe5522896 ieee802154_alloc_hw -EXPORT_SYMBOL net/mac802154/mac802154 0xf59c9971 ieee802154_free_hw -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x163fa50a ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1a4987ea unregister_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1c7c381e register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2975820b ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x34fab59d ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5d118e36 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6f423a94 register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ee650b6 ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x83d2f9d8 ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x86bf53a0 unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab2d8147 ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xac3074bc ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb08535d4 ip_vs_conn_put +EXPORT_SYMBOL net/mac802154/mac802154 0xbfba31f2 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xe44ba185 ieee802154_unregister_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x04e73c59 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0b773a65 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x14096517 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4cab5f46 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x593761f3 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70354253 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7c51b831 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7f3d1a48 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x842d3bff ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9c31700b unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa3c5e494 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb3631d19 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcc7000ec register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd2b4f9c6 ip_vs_conn_out_get EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef4148dd ip_vs_conn_out_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe7bf64e register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x70fdbb15 nf_ct_ext_add -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x97c77334 nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe70b1d73 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x351da501 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x74c06f19 nf_ct_ext_destroy EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x17f7966a __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x6edb52b4 nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0xca1a8fbd nf_xfrm_me_harder -EXPORT_SYMBOL net/netfilter/nf_nat 0xe0c5ca97 nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0xeb157774 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x0f4e9ccc nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x4b8c8cec nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x8efbf02f nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xa5f85a09 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xeaf48abc nf_nat_mangle_udp_packet EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x11475260 xt_register_matches -EXPORT_SYMBOL net/netfilter/x_tables 0x13368bab xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x1ee58c70 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x30098c2a xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x376651ad xt_register_targets EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x657d350a xt_register_match -EXPORT_SYMBOL net/netfilter/x_tables 0x7b384193 xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x83a1f2c6 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x611028dc xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x6309b6d8 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x660b82c3 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x77272798 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x85be38a0 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x9b159bfd xt_unregister_match EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xab9dcbd1 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa56d9f65 xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0xc7e41810 xt_unregister_targets EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xe932f53b xt_unregister_target EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset EXPORT_SYMBOL net/nfc/hci/hci 0x240047ff nfc_hci_send_cmd EXPORT_SYMBOL net/nfc/hci/hci 0x2557878a nfc_hci_register_device @@ -5015,38 +5015,38 @@ EXPORT_SYMBOL net/phonet/phonet 0xae9b0e3c pn_sock_get_port EXPORT_SYMBOL net/phonet/phonet 0xe22b1792 phonet_header_ops EXPORT_SYMBOL net/phonet/phonet 0xf06c575b phonet_stream_ops EXPORT_SYMBOL net/phonet/phonet 0xf6a84e69 pn_skb_send -EXPORT_SYMBOL net/rxrpc/rxrpc 0x16e2bf75 rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x1c61ddd5 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0c076762 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x25fa697e rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2be480ae rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2e2ab9e6 rxrpc_get_server_data_key EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x3282f58a rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x35ad40b7 rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0x36307136 rxrpc_kernel_recv_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x47960f23 rxrpc_kernel_send_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4f560fe3 rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x53aa7e0b rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x54683b72 rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0x7073b531 rxrpc_kernel_begin_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x897c1a38 rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0x8eb35d8b rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xa512d1dd rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0xaa735b44 rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xccac0437 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd75d7ca3 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe078e836 rxrpc_kernel_get_peer -EXPORT_SYMBOL net/sctp/sctp 0x2bc29b43 sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1ed9fd69 gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x74cf15db gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xcfa5cfa4 gss_mech_put -EXPORT_SYMBOL net/sunrpc/sunrpc 0x04718191 svc_pool_stats_open -EXPORT_SYMBOL net/sunrpc/sunrpc 0x1f7a6ddc xdr_truncate_encode -EXPORT_SYMBOL net/sunrpc/sunrpc 0x585a3b44 xdr_restrict_buflen +EXPORT_SYMBOL net/rxrpc/rxrpc 0x342e692d rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5afd41b9 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6a9ecc15 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x70afebdb rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x86702015 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x903b082b rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2846082 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa58e0e2b rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc1b65f25 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcae936dc rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcc32a75e rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd1652bbd rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd5396672 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0xf8aa9f1e sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4d9fe805 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x85c00681 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xda44aceb gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x515efbfa xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc81682d7 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe5c3dfd7 svc_pool_stats_open EXPORT_SYMBOL net/tipc/tipc 0xb6702514 tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0xcf4ed8b2 tipc_sk_fill_sock_diag EXPORT_SYMBOL net/tipc/tipc 0xd8b0fd18 tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0xe090ec97 tipc_nl_sk_walk -EXPORT_SYMBOL net/tls/tls 0x4d935f40 tls_register_device -EXPORT_SYMBOL net/tls/tls 0xca3a37a7 tls_unregister_device -EXPORT_SYMBOL net/tls/tls 0xf9c67c26 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x1ad382a9 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x6dc6928f tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xc345aece tls_register_device EXPORT_SYMBOL net/wimax/wimax 0x1f624eb0 wimax_rfkill EXPORT_SYMBOL net/wimax/wimax 0x38977c45 wimax_reset EXPORT_SYMBOL net/wireless/cfg80211 0x015203f9 cfg80211_ibss_joined @@ -5062,31 +5062,30 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x1422459c wiphy_free EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate EXPORT_SYMBOL net/wireless/cfg80211 0x17715c16 cfg80211_chandef_dfs_required EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header -EXPORT_SYMBOL net/wireless/cfg80211 0x19d7ae82 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0x1a51bdb9 cfg80211_nan_func_terminated EXPORT_SYMBOL net/wireless/cfg80211 0x1cae1a05 cfg80211_rx_assoc_resp EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm EXPORT_SYMBOL net/wireless/cfg80211 0x1ddf7ab4 cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0x207bf4cd cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x24365196 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x26b1656d ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem EXPORT_SYMBOL net/wireless/cfg80211 0x2ff46c10 cfg80211_tx_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x30280279 wiphy_rfkill_stop_polling -EXPORT_SYMBOL net/wireless/cfg80211 0x30a02688 ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x313a3ff0 cfg80211_unlink_bss EXPORT_SYMBOL net/wireless/cfg80211 0x3adfa52c cfg80211_check_station_change EXPORT_SYMBOL net/wireless/cfg80211 0x3b7b0c89 cfg80211_probe_status EXPORT_SYMBOL net/wireless/cfg80211 0x3bd8aaa1 ieee80211_operating_class_to_band EXPORT_SYMBOL net/wireless/cfg80211 0x3c0c63d3 cfg80211_external_auth_request -EXPORT_SYMBOL net/wireless/cfg80211 0x3d848d00 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x400fbe86 cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x40e7f637 cfg80211_notify_new_peer_candidate EXPORT_SYMBOL net/wireless/cfg80211 0x41c5ae3b cfg80211_rx_unprot_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x43f5efcf cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x4460db29 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x46312808 ieee80211_radiotap_iterator_next EXPORT_SYMBOL net/wireless/cfg80211 0x4c990192 cfg80211_sta_opmode_change_notify EXPORT_SYMBOL net/wireless/cfg80211 0x4db28e7d cfg80211_update_owe_info_event -EXPORT_SYMBOL net/wireless/cfg80211 0x4f5f6fa9 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x515f7b41 cfg80211_stop_iface EXPORT_SYMBOL net/wireless/cfg80211 0x5467e8fd cfg80211_nan_match EXPORT_SYMBOL net/wireless/cfg80211 0x562654f7 cfg80211_conn_failed @@ -5094,10 +5093,11 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x578d2a22 cfg80211_get_drvinfo EXPORT_SYMBOL net/wireless/cfg80211 0x596bd22d regulatory_pre_cac_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x5a6f0d36 cfg80211_cqm_txe_notify EXPORT_SYMBOL net/wireless/cfg80211 0x5b318c08 cfg80211_ready_on_channel -EXPORT_SYMBOL net/wireless/cfg80211 0x5c74303b ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5c4fa6c8 ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5d6230cb ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid -EXPORT_SYMBOL net/wireless/cfg80211 0x64c833d5 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x66ddde17 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x68180673 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header EXPORT_SYMBOL net/wireless/cfg80211 0x6d1acf4e cfg80211_rx_spurious_frame EXPORT_SYMBOL net/wireless/cfg80211 0x75562d37 cfg80211_chandef_usable @@ -5112,8 +5112,11 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x84b64f6d cfg80211_cqm_beacon_loss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible EXPORT_SYMBOL net/wireless/cfg80211 0x86bcbd72 cfg80211_ch_switch_notify EXPORT_SYMBOL net/wireless/cfg80211 0x8765224a cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x87a49c3b cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x880c4f68 regulatory_set_wiphy_regd_sync_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x8820ffbb cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x899803ce cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x8c39f4d1 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0x8e946139 cfg80211_bss_iter EXPORT_SYMBOL net/wireless/cfg80211 0x8ea279ca cfg80211_report_obss_beacon EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func @@ -5128,20 +5131,19 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x9c74e278 cfg80211_cac_event EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class EXPORT_SYMBOL net/wireless/cfg80211 0x9fe2a245 wiphy_apply_custom_regulatory -EXPORT_SYMBOL net/wireless/cfg80211 0xa608c2da cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xa817471a cfg80211_sched_scan_stopped -EXPORT_SYMBOL net/wireless/cfg80211 0xa8769ee2 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xac296f59 cfg80211_new_sta EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xadd09545 freq_reg_info -EXPORT_SYMBOL net/wireless/cfg80211 0xafec1bd7 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0xb256a1f0 cfg80211_tx_mgmt_expired EXPORT_SYMBOL net/wireless/cfg80211 0xb45cb249 cfg80211_radar_event EXPORT_SYMBOL net/wireless/cfg80211 0xb84b8e62 cfg80211_rx_unexpected_4addr_frame EXPORT_SYMBOL net/wireless/cfg80211 0xc003ec63 cfg80211_unregister_wdev EXPORT_SYMBOL net/wireless/cfg80211 0xc1b9ac0b cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc537e791 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcf7df723 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xd1b35fc2 cfg80211_del_sta_sinfo EXPORT_SYMBOL net/wireless/cfg80211 0xd42ca60a cfg80211_sched_scan_stopped_rtnl EXPORT_SYMBOL net/wireless/cfg80211 0xd46c3ab7 cfg80211_inform_bss_data @@ -5154,7 +5156,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name EXPORT_SYMBOL net/wireless/cfg80211 0xdc0f2e77 cfg80211_cqm_pktloss_notify EXPORT_SYMBOL net/wireless/cfg80211 0xdc2a2a18 wiphy_new_nm EXPORT_SYMBOL net/wireless/cfg80211 0xdd71ce85 wiphy_register -EXPORT_SYMBOL net/wireless/cfg80211 0xde7a920f cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xde8a0acf cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0xe46550b4 cfg80211_roamed EXPORT_SYMBOL net/wireless/cfg80211 0xe8dc500e cfg80211_tdls_oper_request @@ -5162,7 +5163,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xec736f8f cfg80211_remain_on_channel_expir EXPORT_SYMBOL net/wireless/cfg80211 0xf26bd7fb wiphy_rfkill_start_polling EXPORT_SYMBOL net/wireless/cfg80211 0xf2816518 regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0xf3f2c06c cfg80211_rx_mlme_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0xf51dc982 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0xf52dce48 cfg80211_rx_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr EXPORT_SYMBOL net/wireless/cfg80211 0xf6fe1444 cfg80211_ft_event @@ -5234,6 +5234,7 @@ EXPORT_SYMBOL sound/core/snd 0x6c3ef798 snd_ctl_notify EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id EXPORT_SYMBOL sound/core/snd 0x7ba3aae3 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x7c25736f snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info EXPORT_SYMBOL sound/core/snd 0x89146da9 snd_card_free_when_closed EXPORT_SYMBOL sound/core/snd 0x89eb43c9 snd_info_create_module_entry @@ -5242,7 +5243,6 @@ EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major EXPORT_SYMBOL sound/core/snd 0x98172f2a snd_info_create_card_entry EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str -EXPORT_SYMBOL sound/core/snd 0x9f339bc1 snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0xa43cba50 snd_card_file_remove EXPORT_SYMBOL sound/core/snd 0xa88525c2 snd_card_free EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data @@ -5470,61 +5470,61 @@ EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc92b7d8a snd_sbdsp_reset EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd4124006 snd_sbmixer_resume EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfe908232 snd_sbmixer_add_ctl EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c08a89d snd_ac97_pcm_close -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x11db1d3d snd_ac97_write -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d3f816e snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x34f4a52f snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x21a1cac9 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x30db57e5 snd_ac97_update EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x521cf270 snd_ac97_pcm_open -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5bef02d4 snd_ac97_resume -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5e80fa36 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x68ee47c2 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x695409c9 snd_ac97_write_cache EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6e7f466b snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x81aad66b snd_ac97_update_bits -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8226a2b9 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x73ca9b1d snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8353483f snd_ac97_read EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8e44c894 snd_ac97_set_rate -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97d122a3 snd_ac97_mixer -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa3da6d49 snd_ac97_write_cache -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa76c311c snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9df83dc1 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaaa66e9f snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc92b7e5e snd_ac97_update_bits EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd068b0f5 snd_ac97_pcm_double_rate_rules -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xea448322 snd_ac97_get_short_name -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf87334fd snd_ac97_read -EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x398e8897 hpi_send_recv -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2b0b7b86 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xed1a1e72 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf88e75ff snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa452c89 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xd1d79550 hpi_send_recv EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3b522fb3 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3d9caafd snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x44c0f4e3 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5499c0cd snd_emu10k1_synth_copy_from_user EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x63c416f5 snd_emu10k1_voice_free -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8958db6e snd_emu10k1_synth_bzero -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8cf24864 snd_emu10k1_synth_free -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x98086437 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x96970d06 snd_emu10k1_synth_alloc EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb6cb578c snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd86bfb82 snd_emu10k1_synth_bzero EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd8fda756 snd_emu10k1_ptr_read -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe601442b snd_emu10k1_memblk_map EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x661c54e5 snd_ice1712_akm4xxx_build_controls EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x9e075c31 snd_ice1712_akm4xxx_free EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd56a36d9 snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1057e8a2 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x12000db7 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1f4ca0fa oxygen_write_i2c -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2088da97 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x28e08d12 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x34339061 oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x42a4986e oxygen_write8_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4532fdab oxygen_read32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x494378e4 oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5e2d5552 oxygen_read8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5e8722fe oxygen_write32_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64b7018c oxygen_write_uart -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6a132f95 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b6a6ddf oxygen_write16_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8dd2a35f oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x96dcc2da oxygen_reset_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d5ac7bf oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa1e1d870 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2be52d0 oxygen_read16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc4e13fd1 oxygen_write_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6908795 oxygen_write_spi EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdb53e2d8 oxygen_read_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeb3769e5 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf05fc7ac oxygen_write32 -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x01190552 snd_trident_start_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x25cff629 snd_trident_write_voice_regs -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x741c14c8 snd_trident_free_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa51b181f snd_trident_alloc_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc1b62256 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6967d2d6 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb0a35746 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd6bbc494 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd73d80e2 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xefd10f82 snd_trident_alloc_voice EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xea74f232 bt_uart_enable EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xd0b2e704 pcm3060_regmap EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xe4893db6 pcm3060_probe @@ -5646,20 +5646,25 @@ EXPORT_SYMBOL ubuntu/hio/hio 0x85495320 ssd_register_event_notifier EXPORT_SYMBOL ubuntu/hio/hio 0xcc704d59 ssd_reset EXPORT_SYMBOL ubuntu/hio/hio 0xdd1b1fda ssd_unregister_event_notifier EXPORT_SYMBOL ubuntu/hio/hio 0xf827cb05 ssd_bm_status -EXPORT_SYMBOL vmlinux 0x00574839 vga_tryget -EXPORT_SYMBOL vmlinux 0x00575bef ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x001f6fd2 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x00498e29 inet_del_offload +EXPORT_SYMBOL vmlinux 0x00517429 skb_find_text +EXPORT_SYMBOL vmlinux 0x005b57bf pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0x007f9615 mipi_dsi_detach EXPORT_SYMBOL vmlinux 0x0082e166 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0x0083749f __set_page_dirty_buffers EXPORT_SYMBOL vmlinux 0x008ba24e phy_start_aneg EXPORT_SYMBOL vmlinux 0x008c6fcf should_remove_suid +EXPORT_SYMBOL vmlinux 0x008db50d default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x008f7dda udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x00a383c7 mipi_dsi_dcs_set_display_off EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count EXPORT_SYMBOL vmlinux 0x00ea8783 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x00f54484 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x00fc0bb5 __skb_ext_del EXPORT_SYMBOL vmlinux 0x01000e51 schedule EXPORT_SYMBOL vmlinux 0x011544b0 pnp_stop_dev -EXPORT_SYMBOL vmlinux 0x012192fa __dev_remove_pack EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub EXPORT_SYMBOL vmlinux 0x014102c0 abx500_get_register_interruptible EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on @@ -5667,25 +5672,23 @@ EXPORT_SYMBOL vmlinux 0x01496229 scsi_scan_host EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags EXPORT_SYMBOL vmlinux 0x015af7f4 system_state EXPORT_SYMBOL vmlinux 0x015bf51e __hw_addr_unsync_dev -EXPORT_SYMBOL vmlinux 0x0164443e arp_send EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete +EXPORT_SYMBOL vmlinux 0x0187cbd5 mr_table_dump EXPORT_SYMBOL vmlinux 0x0187ce93 dev_addr_flush EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent -EXPORT_SYMBOL vmlinux 0x018cd6ef tcp_release_cb EXPORT_SYMBOL vmlinux 0x019c7568 generic_update_time -EXPORT_SYMBOL vmlinux 0x01b3230b skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note EXPORT_SYMBOL vmlinux 0x01c89e3c tty_name -EXPORT_SYMBOL vmlinux 0x01dd7ef8 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x01df383e dqget +EXPORT_SYMBOL vmlinux 0x01ed64fc udp_pre_connect +EXPORT_SYMBOL vmlinux 0x01f3446c sock_i_ino EXPORT_SYMBOL vmlinux 0x020cffcd jbd2_journal_invalidatepage EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc EXPORT_SYMBOL vmlinux 0x0211fd5e pm860x_set_bits EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check -EXPORT_SYMBOL vmlinux 0x02132325 pci_set_master EXPORT_SYMBOL vmlinux 0x0221f4a7 ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x0227751c jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo @@ -5695,177 +5698,177 @@ EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu EXPORT_SYMBOL vmlinux 0x02485f95 remove_arg_zero EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups -EXPORT_SYMBOL vmlinux 0x02580f3b pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x025f9e7d inet_frags_fini EXPORT_SYMBOL vmlinux 0x0268ced5 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x026bb3ff xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues -EXPORT_SYMBOL vmlinux 0x02878a7b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x029cbc95 skb_copy_expand EXPORT_SYMBOL vmlinux 0x029f0ae9 param_ops_uint -EXPORT_SYMBOL vmlinux 0x029f5585 inet_addr_type EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy -EXPORT_SYMBOL vmlinux 0x02ae3072 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x02af0573 pcim_iomap EXPORT_SYMBOL vmlinux 0x02b24fa9 submit_bio EXPORT_SYMBOL vmlinux 0x02b8ab42 sg_copy_to_buffer -EXPORT_SYMBOL vmlinux 0x02be3954 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes EXPORT_SYMBOL vmlinux 0x02d20399 filemap_write_and_wait_range EXPORT_SYMBOL vmlinux 0x02e509cb vme_master_mmap EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02f60baa insert_inode_locked4 EXPORT_SYMBOL vmlinux 0x03031bdf key_instantiate_and_link -EXPORT_SYMBOL vmlinux 0x0306cad5 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x03186c56 neigh_resolve_output EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl EXPORT_SYMBOL vmlinux 0x0334e35f ps2_begin_command EXPORT_SYMBOL vmlinux 0x0357944e set_pages_wb +EXPORT_SYMBOL vmlinux 0x0361ee9c pci_find_next_bus EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0373e74d inet_bind EXPORT_SYMBOL vmlinux 0x03740513 nd_pfn_probe EXPORT_SYMBOL vmlinux 0x037a0cba kfree EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity EXPORT_SYMBOL vmlinux 0x03866782 mmc_card_is_blockaddr EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs -EXPORT_SYMBOL vmlinux 0x03e3d943 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x039bf1b4 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x03c38c88 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x03eb7b29 xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x03ee4c0c mpage_readpages EXPORT_SYMBOL vmlinux 0x03f109e1 tty_check_change -EXPORT_SYMBOL vmlinux 0x03f7a7c5 skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0x03f98565 netlink_broadcast EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fecbe8 pskb_expand_head EXPORT_SYMBOL vmlinux 0x040bdc12 bdput EXPORT_SYMBOL vmlinux 0x0413fd37 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x0417a0f1 pci_alloc_dev EXPORT_SYMBOL vmlinux 0x042d6ae1 invalidate_mapping_pages -EXPORT_SYMBOL vmlinux 0x043db1de tcf_get_next_proto EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator -EXPORT_SYMBOL vmlinux 0x045568ef skb_clone -EXPORT_SYMBOL vmlinux 0x0458f909 ip_mc_join_group EXPORT_SYMBOL vmlinux 0x045c9c29 devm_devfreq_register_notifier EXPORT_SYMBOL vmlinux 0x0470c58b __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x0475f680 mmc_gpiod_request_ro EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0495b625 xfrm4_rcv EXPORT_SYMBOL vmlinux 0x04b661d4 rproc_elf_find_loaded_rsc_table EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset EXPORT_SYMBOL vmlinux 0x04cd70cb mmc_erase_group_aligned -EXPORT_SYMBOL vmlinux 0x04d0ebe5 compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x04d266cb __free_pages +EXPORT_SYMBOL vmlinux 0x04d5ae99 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi EXPORT_SYMBOL vmlinux 0x04dd8eb9 proc_set_user EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x051e052c inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch -EXPORT_SYMBOL vmlinux 0x053af957 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x053a63db dev_get_by_name +EXPORT_SYMBOL vmlinux 0x053c4bc9 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible -EXPORT_SYMBOL vmlinux 0x0544d934 netdev_crit -EXPORT_SYMBOL vmlinux 0x0557d125 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x0545317d pci_iomap_range EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 EXPORT_SYMBOL vmlinux 0x057e437a refresh_frequency_limits EXPORT_SYMBOL vmlinux 0x0595d8eb md_done_sync EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x05b94f2d ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x05c1b4cc proc_create_data -EXPORT_SYMBOL vmlinux 0x05d4eac0 km_policy_notify EXPORT_SYMBOL vmlinux 0x05e786a5 get_unmapped_area -EXPORT_SYMBOL vmlinux 0x05ea101d kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x05f86a57 i8042_install_filter EXPORT_SYMBOL vmlinux 0x06052f8d __memmove -EXPORT_SYMBOL vmlinux 0x060b13b0 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner EXPORT_SYMBOL vmlinux 0x061651be strcat EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user EXPORT_SYMBOL vmlinux 0x063bd6a5 scsi_dma_map -EXPORT_SYMBOL vmlinux 0x0646f0d3 remove_conflicting_pci_framebuffers -EXPORT_SYMBOL vmlinux 0x064b4631 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x063d8988 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x0644574c skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x064d7c56 i2c_smbus_write_word_data EXPORT_SYMBOL vmlinux 0x06674c4f netlink_net_capable EXPORT_SYMBOL vmlinux 0x0681238b blk_mq_delay_run_hw_queue -EXPORT_SYMBOL vmlinux 0x0684dde8 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x068788ae __inet_hash +EXPORT_SYMBOL vmlinux 0x06988273 inet_sendmsg EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress EXPORT_SYMBOL vmlinux 0x06d4771e mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x06e28d02 tcf_classify EXPORT_SYMBOL vmlinux 0x06f6d77d agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x06f8d34e register_netdev EXPORT_SYMBOL vmlinux 0x06f8dfcd pnp_start_dev -EXPORT_SYMBOL vmlinux 0x06fc4eb0 ipv6_dev_get_saddr -EXPORT_SYMBOL vmlinux 0x072b585c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x070f9714 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase -EXPORT_SYMBOL vmlinux 0x07515457 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x0745edcf inet6_ioctl +EXPORT_SYMBOL vmlinux 0x074af567 netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x07585f78 alloc_anon_inode EXPORT_SYMBOL vmlinux 0x07609f7d kthread_stop +EXPORT_SYMBOL vmlinux 0x0763751f sock_recvmsg +EXPORT_SYMBOL vmlinux 0x0766756b __pci_register_driver +EXPORT_SYMBOL vmlinux 0x07673ce7 inet_sock_destruct EXPORT_SYMBOL vmlinux 0x0768e9ed input_setup_polling EXPORT_SYMBOL vmlinux 0x0774a8e1 dev_uc_unsync EXPORT_SYMBOL vmlinux 0x0795cefb touchscreen_report_pos -EXPORT_SYMBOL vmlinux 0x079fe892 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap EXPORT_SYMBOL vmlinux 0x07aec251 input_register_handler -EXPORT_SYMBOL vmlinux 0x07b617d4 __neigh_event_send EXPORT_SYMBOL vmlinux 0x07c6c042 tty_port_tty_get EXPORT_SYMBOL vmlinux 0x07c73964 mipi_dsi_dcs_enter_sleep_mode EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list -EXPORT_SYMBOL vmlinux 0x07db1c37 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x07e7aca0 rdmacg_try_charge EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace -EXPORT_SYMBOL vmlinux 0x07f57f51 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0x07fcc29b tty_port_destroy EXPORT_SYMBOL vmlinux 0x07ffe7e4 posix_acl_valid EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key -EXPORT_SYMBOL vmlinux 0x080fc67f inet_offloads EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks -EXPORT_SYMBOL vmlinux 0x08175659 mr_vif_seq_next -EXPORT_SYMBOL vmlinux 0x081e48ca agp_generic_enable -EXPORT_SYMBOL vmlinux 0x081eff7e pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x08173623 neigh_seq_start EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point -EXPORT_SYMBOL vmlinux 0x082c20e3 tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses EXPORT_SYMBOL vmlinux 0x08303ac5 x86_match_cpu +EXPORT_SYMBOL vmlinux 0x08321391 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister EXPORT_SYMBOL vmlinux 0x08537d9a inode_sub_bytes EXPORT_SYMBOL vmlinux 0x0858aa26 config_item_get -EXPORT_SYMBOL vmlinux 0x085d1ce5 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x085f15d6 read_code EXPORT_SYMBOL vmlinux 0x086ce0e6 tty_kref_put EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x08854cf8 jbd2_journal_get_write_access -EXPORT_SYMBOL vmlinux 0x088eb10a sk_reset_timer +EXPORT_SYMBOL vmlinux 0x089d2df1 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x08b09f3e pm860x_reg_write -EXPORT_SYMBOL vmlinux 0x08b249ca unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x08b87558 get_disk_and_module -EXPORT_SYMBOL vmlinux 0x08bd3019 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x08fecfb2 simple_write_begin EXPORT_SYMBOL vmlinux 0x09083677 tty_port_close_start EXPORT_SYMBOL vmlinux 0x0908b354 dma_set_mask EXPORT_SYMBOL vmlinux 0x0917490b wait_for_completion_killable_timeout EXPORT_SYMBOL vmlinux 0x09235858 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x0925b780 sk_dst_check EXPORT_SYMBOL vmlinux 0x09266ebf ww_mutex_lock EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09382f57 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x093a219c ioremap_nocache EXPORT_SYMBOL vmlinux 0x0944c43f node_states +EXPORT_SYMBOL vmlinux 0x094f305a netif_napi_add EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc EXPORT_SYMBOL vmlinux 0x09621cac fb_deferred_io_mmap EXPORT_SYMBOL vmlinux 0x09682235 down_timeout -EXPORT_SYMBOL vmlinux 0x09725bb1 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x097347c4 user_revoke EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x09891ed2 nd_btt_version EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap -EXPORT_SYMBOL vmlinux 0x098c57f9 nf_ct_attach EXPORT_SYMBOL vmlinux 0x09abf07b vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions -EXPORT_SYMBOL vmlinux 0x09d542b7 __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark -EXPORT_SYMBOL vmlinux 0x09df5ac9 inet_bind +EXPORT_SYMBOL vmlinux 0x09ec2ce4 get_agp_version EXPORT_SYMBOL vmlinux 0x09f90ee4 abx500_register_ops EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1d8dfb ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class +EXPORT_SYMBOL vmlinux 0x0a2e537e nf_log_unregister EXPORT_SYMBOL vmlinux 0x0a2e60a8 configfs_depend_item EXPORT_SYMBOL vmlinux 0x0a366e3b vfs_parse_fs_param EXPORT_SYMBOL vmlinux 0x0a40a852 PageMovable +EXPORT_SYMBOL vmlinux 0x0a58e1e7 dst_release_immediate EXPORT_SYMBOL vmlinux 0x0a5d66f8 page_cache_next_miss EXPORT_SYMBOL vmlinux 0x0a62b8e2 unregister_md_personality EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier @@ -5876,86 +5879,81 @@ EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace EXPORT_SYMBOL vmlinux 0x0ab8c64f __check_sticky EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all EXPORT_SYMBOL vmlinux 0x0ad10eb8 _raw_read_unlock_bh -EXPORT_SYMBOL vmlinux 0x0ae3d20c xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x0ae5a483 clear_nlink EXPORT_SYMBOL vmlinux 0x0af20eae down_read_interruptible +EXPORT_SYMBOL vmlinux 0x0af5be8a __pskb_pull_tail EXPORT_SYMBOL vmlinux 0x0b053cec native_write_cr4 -EXPORT_SYMBOL vmlinux 0x0b170e91 tcp_splice_read EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user EXPORT_SYMBOL vmlinux 0x0b1e0395 netlink_kernel_release EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0x0b4e325f page_get_link -EXPORT_SYMBOL vmlinux 0x0b4fde9a tcp_md5_do_del -EXPORT_SYMBOL vmlinux 0x0b501042 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0x0b6b339e blk_mq_start_hw_queues -EXPORT_SYMBOL vmlinux 0x0b732fcd rtnl_unicast EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7df0ce inet_protos EXPORT_SYMBOL vmlinux 0x0b83fc40 cdev_add EXPORT_SYMBOL vmlinux 0x0b8de871 generic_file_read_iter -EXPORT_SYMBOL vmlinux 0x0ba256af tcp_time_wait EXPORT_SYMBOL vmlinux 0x0ba29757 inode_owner_or_capable -EXPORT_SYMBOL vmlinux 0x0baed1bf __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x0bbb19f2 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type EXPORT_SYMBOL vmlinux 0x0bdd81cd __ClearPageMovable -EXPORT_SYMBOL vmlinux 0x0be25537 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x0c05f795 bio_free_pages EXPORT_SYMBOL vmlinux 0x0c0b1d39 bdi_alloc_node EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame +EXPORT_SYMBOL vmlinux 0x0c111eb9 pci_add_new_bus EXPORT_SYMBOL vmlinux 0x0c19a3dd noop_llseek EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq -EXPORT_SYMBOL vmlinux 0x0c48ab36 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x0c35e27b kfree_skb EXPORT_SYMBOL vmlinux 0x0c5793ac phy_device_create EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read EXPORT_SYMBOL vmlinux 0x0c71f813 kill_block_super EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode -EXPORT_SYMBOL vmlinux 0x0c813726 tcp_v4_destroy_sock -EXPORT_SYMBOL vmlinux 0x0c8976d2 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x0c85394d pci_assign_resource EXPORT_SYMBOL vmlinux 0x0c97dc1d qdisc_watchdog_init_clockid EXPORT_SYMBOL vmlinux 0x0ca66780 vme_slot_num -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0cbd593f vfs_get_fsid EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cccf47d xfrm6_input_addr EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x0cd6bc64 mmc_gpiod_request_cd EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0ced660f cad_pid -EXPORT_SYMBOL vmlinux 0x0d06066a netif_rx_ni EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev EXPORT_SYMBOL vmlinux 0x0d199492 get_user_pages_locked EXPORT_SYMBOL vmlinux 0x0d23251b posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x0d267f4c xfrm_lookup_route EXPORT_SYMBOL vmlinux 0x0d33c268 phy_detach +EXPORT_SYMBOL vmlinux 0x0d424863 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset -EXPORT_SYMBOL vmlinux 0x0d63c00a devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x0de5f6f6 mount_bdev EXPORT_SYMBOL vmlinux 0x0deeab68 input_mt_report_slot_state EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node -EXPORT_SYMBOL vmlinux 0x0e29d263 nf_log_unregister EXPORT_SYMBOL vmlinux 0x0e2cbe5d vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x0e2e35b2 skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4b0794 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x0e4c820f xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x0e4cfaaf __break_lease EXPORT_SYMBOL vmlinux 0x0e58d57c flow_rule_match_enc_ipv6_addrs -EXPORT_SYMBOL vmlinux 0x0e5c7327 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor EXPORT_SYMBOL vmlinux 0x0e789cd6 pci_ep_cfs_remove_epf_group EXPORT_SYMBOL vmlinux 0x0e9236bc of_find_mipi_dsi_device_by_node EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free -EXPORT_SYMBOL vmlinux 0x0edd99c4 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x0f05c7b8 __x86_indirect_thunk_r15 EXPORT_SYMBOL vmlinux 0x0f09aa06 mipi_dsi_device_register_full EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable EXPORT_SYMBOL vmlinux 0x0f182cb3 dquot_disable +EXPORT_SYMBOL vmlinux 0x0f22c742 pci_get_device EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero -EXPORT_SYMBOL vmlinux 0x0f3ca50d xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x0f3f8b7a dm_put_device -EXPORT_SYMBOL vmlinux 0x0f4890a9 netdev_alert -EXPORT_SYMBOL vmlinux 0x0f4f1635 skb_find_text -EXPORT_SYMBOL vmlinux 0x0f63f676 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0f5d3a38 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x0f687625 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x0f6ba1cd ip_setsockopt EXPORT_SYMBOL vmlinux 0x0f6e4800 __page_frag_cache_drain -EXPORT_SYMBOL vmlinux 0x0f77fcd9 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x0f81ee1e xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn EXPORT_SYMBOL vmlinux 0x0f91c566 input_flush_device EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack @@ -5964,140 +5962,130 @@ EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 EXPORT_SYMBOL vmlinux 0x0fb62464 inode_init_always EXPORT_SYMBOL vmlinux 0x0fbd61aa blk_integrity_merge_rq -EXPORT_SYMBOL vmlinux 0x0fc57e7d sock_kmalloc EXPORT_SYMBOL vmlinux 0x0fce2253 arch_debugfs_dir EXPORT_SYMBOL vmlinux 0x0fd377bd register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x0fd853c6 sock_no_accept EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create -EXPORT_SYMBOL vmlinux 0x0fdaf3b1 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x0fef1f6e nf_getsockopt -EXPORT_SYMBOL vmlinux 0x0ff4e45b tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x0ff80f59 zalloc_cpumask_var +EXPORT_SYMBOL vmlinux 0x0ffe19f5 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x1005e29a tso_build_data +EXPORT_SYMBOL vmlinux 0x100c5643 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x101f5ac1 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1028a2b2 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region -EXPORT_SYMBOL vmlinux 0x103a1fdd pskb_extract EXPORT_SYMBOL vmlinux 0x1048f2d5 __put_page EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x1077561a dev_set_mac_address EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd -EXPORT_SYMBOL vmlinux 0x1091d430 pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0x10a7abde sk_stream_wait_close -EXPORT_SYMBOL vmlinux 0x10bd68ed __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x10b96972 consume_skb EXPORT_SYMBOL vmlinux 0x10c0352d filemap_fdatawait_keep_errors EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue -EXPORT_SYMBOL vmlinux 0x10d8d73d neigh_xmit +EXPORT_SYMBOL vmlinux 0x10d58331 inet6_protos EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find EXPORT_SYMBOL vmlinux 0x10e9ee8e fb_show_logo EXPORT_SYMBOL vmlinux 0x10ee513e tcf_em_tree_dump EXPORT_SYMBOL vmlinux 0x1106c394 dma_ops EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110cd752 sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x11149675 page_cache_prev_miss EXPORT_SYMBOL vmlinux 0x111c0137 dquot_acquire -EXPORT_SYMBOL vmlinux 0x112061cb xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0x1120b0fc i2c_verify_client EXPORT_SYMBOL vmlinux 0x1121a114 phy_ethtool_set_wol EXPORT_SYMBOL vmlinux 0x11365536 bdgrab -EXPORT_SYMBOL vmlinux 0x114af750 pci_write_vpd -EXPORT_SYMBOL vmlinux 0x1153e1d7 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x1157913d xfrm_state_insert EXPORT_SYMBOL vmlinux 0x115ad296 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x1160de14 xfrm6_rcv EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn -EXPORT_SYMBOL vmlinux 0x116433c2 dst_release EXPORT_SYMBOL vmlinux 0x1168e88f file_open_root +EXPORT_SYMBOL vmlinux 0x1169b31c netpoll_parse_options EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init -EXPORT_SYMBOL vmlinux 0x11810302 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x11935caa pcim_iounmap EXPORT_SYMBOL vmlinux 0x119f731f _copy_to_iter EXPORT_SYMBOL vmlinux 0x11b72014 dcache_dir_lseek EXPORT_SYMBOL vmlinux 0x11c3ead0 dump_align -EXPORT_SYMBOL vmlinux 0x11c80682 sk_net_capable EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier EXPORT_SYMBOL vmlinux 0x1212a5b9 genphy_loopback -EXPORT_SYMBOL vmlinux 0x123f0282 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0x12421fcf phy_write_paged EXPORT_SYMBOL vmlinux 0x12423862 jbd2_journal_force_commit -EXPORT_SYMBOL vmlinux 0x12442b39 agp_generic_type_to_mask_type EXPORT_SYMBOL vmlinux 0x124e039f put_tty_driver EXPORT_SYMBOL vmlinux 0x12528a1c __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x125a5431 skb_unlink +EXPORT_SYMBOL vmlinux 0x1276c423 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x1279fff4 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x1280525d rtnl_configure_link EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range EXPORT_SYMBOL vmlinux 0x12ade664 unregister_shrinker EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 -EXPORT_SYMBOL vmlinux 0x12d41928 pci_clear_master -EXPORT_SYMBOL vmlinux 0x12e7caa9 km_policy_expired EXPORT_SYMBOL vmlinux 0x12f53e06 pnp_possible_config EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data EXPORT_SYMBOL vmlinux 0x13110126 request_resource -EXPORT_SYMBOL vmlinux 0x1311db79 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x1311d753 rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0x1315bbc6 dm_unregister_target EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark -EXPORT_SYMBOL vmlinux 0x131edaa9 pcim_pin_device EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x132fc8b9 single_open_size EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge EXPORT_SYMBOL vmlinux 0x134ce9ff ex_handler_clear_fs EXPORT_SYMBOL vmlinux 0x134fe48a vfio_unregister_notifier +EXPORT_SYMBOL vmlinux 0x137a9505 skb_checksum_help EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package -EXPORT_SYMBOL vmlinux 0x1389b848 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x138d1482 tcp_init_sock EXPORT_SYMBOL vmlinux 0x1399458e dm_table_get_md EXPORT_SYMBOL vmlinux 0x139cee21 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc -EXPORT_SYMBOL vmlinux 0x13a2337b inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x13acc889 get_vm_area +EXPORT_SYMBOL vmlinux 0x13b40d2a pci_scan_bus EXPORT_SYMBOL vmlinux 0x13c88b3f jbd2_journal_load EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out EXPORT_SYMBOL vmlinux 0x13da16b8 sync_inode -EXPORT_SYMBOL vmlinux 0x13ddc5d4 netdev_set_num_tc -EXPORT_SYMBOL vmlinux 0x13e562be netif_device_attach EXPORT_SYMBOL vmlinux 0x13e6a8f5 mmc_wait_for_req EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x14031c07 pci_disable_link_state EXPORT_SYMBOL vmlinux 0x1408d33a find_get_pages_range_tag EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found EXPORT_SYMBOL vmlinux 0x1422a8a4 phy_suspend -EXPORT_SYMBOL vmlinux 0x142514ff skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x142783bc md_write_end -EXPORT_SYMBOL vmlinux 0x143a1551 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x144388d9 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x144c6aed pci_request_region EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table -EXPORT_SYMBOL vmlinux 0x1467b810 agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0x1475581d bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x147c591d neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x1481bfce kset_register -EXPORT_SYMBOL vmlinux 0x14888cc3 __inet_hash -EXPORT_SYMBOL vmlinux 0x148e80a5 tcp_gro_complete EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x149c0257 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0x14a43d1e con_set_default_unimap -EXPORT_SYMBOL vmlinux 0x14a4fb8e pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x14ba96e3 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled EXPORT_SYMBOL vmlinux 0x14c7620c bio_uninit -EXPORT_SYMBOL vmlinux 0x14cb6b89 pci_release_selected_regions -EXPORT_SYMBOL vmlinux 0x14e99e42 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x14e99bf1 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x14f9d829 show_init_ipc_ns EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set EXPORT_SYMBOL vmlinux 0x1502b179 unlock_two_nondirectories EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo EXPORT_SYMBOL vmlinux 0x150e3657 _raw_read_lock_bh EXPORT_SYMBOL vmlinux 0x1510ff49 devfreq_monitor_start -EXPORT_SYMBOL vmlinux 0x151b363b tcp_seq_stop EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight -EXPORT_SYMBOL vmlinux 0x15277c99 dev_get_iflink -EXPORT_SYMBOL vmlinux 0x152b2ec2 tcp_req_err EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy -EXPORT_SYMBOL vmlinux 0x1558d7f4 inet6_del_offload -EXPORT_SYMBOL vmlinux 0x156e59ee neigh_update EXPORT_SYMBOL vmlinux 0x156ed07d __nlmsg_put EXPORT_SYMBOL vmlinux 0x15849710 nobh_write_begin -EXPORT_SYMBOL vmlinux 0x1591a7aa tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies EXPORT_SYMBOL vmlinux 0x15bab4bf bh_uptodate_or_lock EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init -EXPORT_SYMBOL vmlinux 0x15cdb622 vga_put EXPORT_SYMBOL vmlinux 0x15d25466 try_module_get EXPORT_SYMBOL vmlinux 0x15d7d872 pnpacpi_protocol EXPORT_SYMBOL vmlinux 0x15f12b91 padata_remove_cpu @@ -6107,7 +6095,6 @@ EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu EXPORT_SYMBOL vmlinux 0x1630889b __lock_page EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize -EXPORT_SYMBOL vmlinux 0x1631a283 release_sock EXPORT_SYMBOL vmlinux 0x1647fff0 add_to_pipe EXPORT_SYMBOL vmlinux 0x164dd4de fbcon_update_vcs EXPORT_SYMBOL vmlinux 0x165b145c ex_handler_refcount @@ -6119,59 +6106,65 @@ EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string EXPORT_SYMBOL vmlinux 0x16a7af73 nd_region_acquire_lane EXPORT_SYMBOL vmlinux 0x16a9e7ee new_inode EXPORT_SYMBOL vmlinux 0x16ab558a path_is_under +EXPORT_SYMBOL vmlinux 0x16b9681b nf_reinject EXPORT_SYMBOL vmlinux 0x16bc2ecc kernel_write EXPORT_SYMBOL vmlinux 0x16c48753 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x16cc620d pcie_set_readrq EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table EXPORT_SYMBOL vmlinux 0x16d798a3 phy_connect EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait EXPORT_SYMBOL vmlinux 0x16ef38f3 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x16fc1e8a dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler EXPORT_SYMBOL vmlinux 0x170fb28a dcb_ieee_setapp EXPORT_SYMBOL vmlinux 0x17131046 serio_unregister_port -EXPORT_SYMBOL vmlinux 0x17284e6a skb_clone_sk +EXPORT_SYMBOL vmlinux 0x17168973 dst_alloc EXPORT_SYMBOL vmlinux 0x175c48e2 fscrypt_decrypt_block_inplace EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x1764aa06 inet_stream_connect EXPORT_SYMBOL vmlinux 0x1765ea1f __xa_alloc_cyclic EXPORT_SYMBOL vmlinux 0x176e9bc7 frontswap_register_ops EXPORT_SYMBOL vmlinux 0x17749656 dquot_initialize -EXPORT_SYMBOL vmlinux 0x17813a05 inet_register_protosw EXPORT_SYMBOL vmlinux 0x17832e0f migrate_page_move_mapping EXPORT_SYMBOL vmlinux 0x1784b7aa set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x17878051 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event -EXPORT_SYMBOL vmlinux 0x17e39ab1 pci_set_vpd_size +EXPORT_SYMBOL vmlinux 0x17d97360 pci_release_regions EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip EXPORT_SYMBOL vmlinux 0x180921c0 flow_rule_match_ipv6_addrs EXPORT_SYMBOL vmlinux 0x1816fd64 register_console EXPORT_SYMBOL vmlinux 0x181b3b41 rtc_add_groups EXPORT_SYMBOL vmlinux 0x1822eee6 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x1828e78b pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x18613d5b d_hash_and_lookup EXPORT_SYMBOL vmlinux 0x186a67b4 pagevec_lookup_range EXPORT_SYMBOL vmlinux 0x187a4ecd __tracepoint_read_msr EXPORT_SYMBOL vmlinux 0x187e4b1c fscrypt_encrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1895b287 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x189dde6f rps_may_expire_flow EXPORT_SYMBOL vmlinux 0x18a50514 d_move EXPORT_SYMBOL vmlinux 0x18adbccd ethtool_op_get_ts_info EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe -EXPORT_SYMBOL vmlinux 0x18bcb592 tcf_chain_get_by_act -EXPORT_SYMBOL vmlinux 0x18bf7928 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x18cdd208 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x18cdee34 vme_dma_list_add EXPORT_SYMBOL vmlinux 0x18dabcf1 blk_mq_tag_to_rq -EXPORT_SYMBOL vmlinux 0x18e3478a skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start -EXPORT_SYMBOL vmlinux 0x18e6f99d __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x18ef93b5 init_pseudo -EXPORT_SYMBOL vmlinux 0x190023bd netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x191bed3c xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0x191c3af4 blk_mq_start_stopped_hw_queues EXPORT_SYMBOL vmlinux 0x19242e38 efi +EXPORT_SYMBOL vmlinux 0x192f09bc in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create EXPORT_SYMBOL vmlinux 0x19567d06 vfio_info_cap_shift EXPORT_SYMBOL vmlinux 0x195e20ca dget_parent +EXPORT_SYMBOL vmlinux 0x196a4325 tso_start EXPORT_SYMBOL vmlinux 0x19719aff phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x1971ac38 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x197df314 xsk_set_tx_need_wakeup -EXPORT_SYMBOL vmlinux 0x197fb3cb vga_switcheroo_register_audio_client EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt EXPORT_SYMBOL vmlinux 0x19899a92 genphy_suspend @@ -6183,131 +6176,133 @@ EXPORT_SYMBOL vmlinux 0x19e487ca padata_set_cpumask EXPORT_SYMBOL vmlinux 0x19ec0cb4 remove_proc_entry EXPORT_SYMBOL vmlinux 0x19ef314b f_setown EXPORT_SYMBOL vmlinux 0x19f1a2d9 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x1a0df635 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx EXPORT_SYMBOL vmlinux 0x1a1cecf9 __scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0x1a20a0c5 con_is_bound EXPORT_SYMBOL vmlinux 0x1a282bff d_tmpfile -EXPORT_SYMBOL vmlinux 0x1a2e64dd agp_generic_free_by_type EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled EXPORT_SYMBOL vmlinux 0x1a4ad385 __devm_request_region EXPORT_SYMBOL vmlinux 0x1a4c3d4e __pagevec_lru_add EXPORT_SYMBOL vmlinux 0x1a556150 pfifo_qdisc_ops -EXPORT_SYMBOL vmlinux 0x1a59626d xfrm_state_walk EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch EXPORT_SYMBOL vmlinux 0x1a7370c1 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x1a7d018f rt_dst_alloc EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode EXPORT_SYMBOL vmlinux 0x1a8cecb1 scsi_mode_sense EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state -EXPORT_SYMBOL vmlinux 0x1abe57e1 xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn EXPORT_SYMBOL vmlinux 0x1ae4598c remap_vmalloc_range -EXPORT_SYMBOL vmlinux 0x1ae60b98 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist EXPORT_SYMBOL vmlinux 0x1b044f95 dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0x1b0ede23 ptp_clock_unregister -EXPORT_SYMBOL vmlinux 0x1b116a73 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x1b1d4c21 fb_firmware_edid EXPORT_SYMBOL vmlinux 0x1b243fad mipi_dsi_attach EXPORT_SYMBOL vmlinux 0x1b278034 mmc_cqe_post_req EXPORT_SYMBOL vmlinux 0x1b35b330 __kernel_write -EXPORT_SYMBOL vmlinux 0x1b3c68e5 pcie_get_mps EXPORT_SYMBOL vmlinux 0x1b42b1d3 generic_write_end EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b647c1a dup_iter EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device -EXPORT_SYMBOL vmlinux 0x1b89956c pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip EXPORT_SYMBOL vmlinux 0x1b915ee6 simple_release_fs EXPORT_SYMBOL vmlinux 0x1b948082 devm_iounmap EXPORT_SYMBOL vmlinux 0x1b96e20a kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x1b9f2eca tcp_ioctl +EXPORT_SYMBOL vmlinux 0x1ba3fb2a pci_release_resource EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node EXPORT_SYMBOL vmlinux 0x1ba9f8d3 sget EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb7bb83 eth_get_headlen EXPORT_SYMBOL vmlinux 0x1bbd3c5f tty_register_device EXPORT_SYMBOL vmlinux 0x1bc28eaa serio_rescan EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent EXPORT_SYMBOL vmlinux 0x1bf315f1 con_copy_unimap EXPORT_SYMBOL vmlinux 0x1c1b9f8e _raw_write_unlock_irqrestore -EXPORT_SYMBOL vmlinux 0x1c287c8f __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x1c2b7ecc simple_transaction_read EXPORT_SYMBOL vmlinux 0x1c2dff5e vfio_unpin_pages EXPORT_SYMBOL vmlinux 0x1c2e7205 cdev_alloc EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat EXPORT_SYMBOL vmlinux 0x1c34f750 lease_get_mtime EXPORT_SYMBOL vmlinux 0x1c396d07 crypto_sha512_update -EXPORT_SYMBOL vmlinux 0x1c55b5a9 tc_setup_cb_call EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c60471d netdev_pick_tx EXPORT_SYMBOL vmlinux 0x1c89b2c1 vfs_get_super +EXPORT_SYMBOL vmlinux 0x1ca8be16 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cc10d15 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x1cc91612 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x1cc9c96b seq_release_private EXPORT_SYMBOL vmlinux 0x1cca9d87 blk_execute_rq EXPORT_SYMBOL vmlinux 0x1cdc4c37 phy_register_fixup EXPORT_SYMBOL vmlinux 0x1ce24e75 __page_pool_put_page EXPORT_SYMBOL vmlinux 0x1ce514b1 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x1ce6c940 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul EXPORT_SYMBOL vmlinux 0x1d181556 __nd_driver_register EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2baab8 skb_try_coalesce EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested EXPORT_SYMBOL vmlinux 0x1d3d8ecf dmaengine_get_unmap_data EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each -EXPORT_SYMBOL vmlinux 0x1d42335c dev_set_promiscuity -EXPORT_SYMBOL vmlinux 0x1d495096 pci_fixup_device -EXPORT_SYMBOL vmlinux 0x1d6b9ebc pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x1d57d0ec inet_del_protocol EXPORT_SYMBOL vmlinux 0x1d6ffb5c give_up_console +EXPORT_SYMBOL vmlinux 0x1d70a0dd km_query EXPORT_SYMBOL vmlinux 0x1d78d87e seq_printf EXPORT_SYMBOL vmlinux 0x1d92c355 reuseport_attach_prog EXPORT_SYMBOL vmlinux 0x1d949646 _dev_emerg +EXPORT_SYMBOL vmlinux 0x1da04fba sk_mc_loop EXPORT_SYMBOL vmlinux 0x1daca2e6 mdiobus_is_registered_device EXPORT_SYMBOL vmlinux 0x1db2e1b9 d_set_fallthru -EXPORT_SYMBOL vmlinux 0x1db47c4a pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache EXPORT_SYMBOL vmlinux 0x1dcbd687 __pte2cachemode_tbl EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap EXPORT_SYMBOL vmlinux 0x1de5a91a input_mt_init_slots EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1a4031 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1e21487f xfrm_policy_walk EXPORT_SYMBOL vmlinux 0x1e5dd5e1 edac_mc_find EXPORT_SYMBOL vmlinux 0x1e61e915 tty_lock EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init EXPORT_SYMBOL vmlinux 0x1e66a151 compat_nf_setsockopt EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr EXPORT_SYMBOL vmlinux 0x1e7dd233 flow_rule_match_ip -EXPORT_SYMBOL vmlinux 0x1e92dc0b ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1e8917ff udp_set_csum EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu EXPORT_SYMBOL vmlinux 0x1eaa3cac d_obtain_alias EXPORT_SYMBOL vmlinux 0x1eaa9619 vfs_ioc_fssetxattr_check EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref -EXPORT_SYMBOL vmlinux 0x1ead8246 tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector EXPORT_SYMBOL vmlinux 0x1ece2e9b block_invalidatepage EXPORT_SYMBOL vmlinux 0x1ed8b599 __x86_indirect_thunk_r8 EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked +EXPORT_SYMBOL vmlinux 0x1eee4169 pci_release_region EXPORT_SYMBOL vmlinux 0x1effb8ea generic_ro_fops -EXPORT_SYMBOL vmlinux 0x1f1b2c03 agp_create_memory -EXPORT_SYMBOL vmlinux 0x1f449bb3 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x1f1e12ac compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1f42f0dc pcim_pin_device EXPORT_SYMBOL vmlinux 0x1f774b38 devm_devfreq_add_device EXPORT_SYMBOL vmlinux 0x1f79d85b jbd2_complete_transaction EXPORT_SYMBOL vmlinux 0x1f9674bb eisa_driver_register EXPORT_SYMBOL vmlinux 0x1fac688b release_pages +EXPORT_SYMBOL vmlinux 0x1fb23fe3 __xfrm_init_state EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc0354d free_netdev EXPORT_SYMBOL vmlinux 0x1fc0cc7c intel_gtt_insert_sg_entries EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag EXPORT_SYMBOL vmlinux 0x1fd1fa89 config_group_init EXPORT_SYMBOL vmlinux 0x1fd7a793 devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x1fe51e40 is_bad_inode -EXPORT_SYMBOL vmlinux 0x1fe6602f scm_detach_fds EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1ff67453 neigh_table_clear EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any -EXPORT_SYMBOL vmlinux 0x200b93a2 pci_free_irq -EXPORT_SYMBOL vmlinux 0x20138963 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x201b41c2 mdio_driver_register EXPORT_SYMBOL vmlinux 0x201f71f5 devm_clk_release_clkdev EXPORT_SYMBOL vmlinux 0x2031d475 i2c_clients_command @@ -6315,23 +6310,27 @@ EXPORT_SYMBOL vmlinux 0x203e0779 vm_insert_page EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list EXPORT_SYMBOL vmlinux 0x2058034f __put_cred -EXPORT_SYMBOL vmlinux 0x20643cbd __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2066cdbd skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x206c52c4 __dev_get_by_name EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x207f13ac ip_options_compile EXPORT_SYMBOL vmlinux 0x20895d49 vfs_rename EXPORT_SYMBOL vmlinux 0x208f1da1 security_unix_may_send EXPORT_SYMBOL vmlinux 0x209c9033 csum_and_copy_from_iter_full EXPORT_SYMBOL vmlinux 0x20a1b519 acpi_resource_to_address64 EXPORT_SYMBOL vmlinux 0x20a4ef48 md_reap_sync_thread EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b0dcb5 sk_free EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20c84c7f ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode EXPORT_SYMBOL vmlinux 0x20dd8739 d_set_d_op -EXPORT_SYMBOL vmlinux 0x20eac239 inet_stream_connect EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum -EXPORT_SYMBOL vmlinux 0x20f89b1c udp_seq_stop +EXPORT_SYMBOL vmlinux 0x20f773e4 pci_scan_bridge EXPORT_SYMBOL vmlinux 0x20f8aab6 iov_iter_copy_from_user_atomic EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize +EXPORT_SYMBOL vmlinux 0x210c24ef xfrm_register_km EXPORT_SYMBOL vmlinux 0x211130c1 alloc_cpumask_var EXPORT_SYMBOL vmlinux 0x2113a8b6 serio_reconnect EXPORT_SYMBOL vmlinux 0x2116c6bd dquot_alloc_inode @@ -6340,45 +6339,55 @@ EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset -EXPORT_SYMBOL vmlinux 0x21ad2bcd tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x21907d9b ip_do_fragment EXPORT_SYMBOL vmlinux 0x21b29218 ppp_input_error +EXPORT_SYMBOL vmlinux 0x21ba8ee8 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check -EXPORT_SYMBOL vmlinux 0x21c25730 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0x21c9a9c8 vfio_register_notifier EXPORT_SYMBOL vmlinux 0x21d35613 mmc_request_done EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow EXPORT_SYMBOL vmlinux 0x21f18da3 locks_free_lock +EXPORT_SYMBOL vmlinux 0x220ef0f9 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x223686c9 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x2236d028 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x223817a2 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x225964fd skb_seq_read +EXPORT_SYMBOL vmlinux 0x2262d7dc sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint EXPORT_SYMBOL vmlinux 0x227b1718 tboot +EXPORT_SYMBOL vmlinux 0x228081ff ip_ct_attach +EXPORT_SYMBOL vmlinux 0x2294eaf7 sk_net_capable +EXPORT_SYMBOL vmlinux 0x229de249 inet_getname EXPORT_SYMBOL vmlinux 0x22a1a02d clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x22a4e916 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x22a6d81d tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x22a80077 input_mt_assign_slots EXPORT_SYMBOL vmlinux 0x22a976e3 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x22aa9a93 netif_carrier_on EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound -EXPORT_SYMBOL vmlinux 0x22b493b1 pci_write_config_byte EXPORT_SYMBOL vmlinux 0x22c0f329 get_tree_single -EXPORT_SYMBOL vmlinux 0x22c5543d pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e6512c dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0x22ebc50c ppp_register_net_channel EXPORT_SYMBOL vmlinux 0x22ecb786 irq_domain_set_info -EXPORT_SYMBOL vmlinux 0x2303c0a6 sk_free EXPORT_SYMBOL vmlinux 0x231d90b7 input_inject_event EXPORT_SYMBOL vmlinux 0x2335b7db kern_path_mountpoint -EXPORT_SYMBOL vmlinux 0x233c69e5 xfrm_find_acq_byseq -EXPORT_SYMBOL vmlinux 0x235b9630 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x233c7a17 kernel_listen +EXPORT_SYMBOL vmlinux 0x235b7f9f tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x235c352c elv_rb_del EXPORT_SYMBOL vmlinux 0x235e30f5 blk_integrity_register EXPORT_SYMBOL vmlinux 0x2364da19 key_validate EXPORT_SYMBOL vmlinux 0x23745460 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x237944d2 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x237f78b9 pci_fixup_device EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short EXPORT_SYMBOL vmlinux 0x239e9aa2 do_SAK EXPORT_SYMBOL vmlinux 0x23a9aea5 genphy_soft_reset EXPORT_SYMBOL vmlinux 0x23b39c89 __SetPageMovable EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path -EXPORT_SYMBOL vmlinux 0x23be07c9 rt_dst_alloc EXPORT_SYMBOL vmlinux 0x23c42c67 blk_post_runtime_suspend EXPORT_SYMBOL vmlinux 0x23c902b9 vfs_setpos EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user @@ -6388,10 +6397,8 @@ EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23f455ae phy_set_max_speed EXPORT_SYMBOL vmlinux 0x23fd2fd7 dquot_set_dqinfo EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node -EXPORT_SYMBOL vmlinux 0x2404d9f8 __ip_options_compile EXPORT_SYMBOL vmlinux 0x2410bde6 max8925_reg_write EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page -EXPORT_SYMBOL vmlinux 0x2427b516 inet_protos EXPORT_SYMBOL vmlinux 0x2430f678 hmm_range_dma_map EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline @@ -6399,12 +6406,13 @@ EXPORT_SYMBOL vmlinux 0x246feee9 set_security_override_from_ctx EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0x2492bc01 scmd_printk +EXPORT_SYMBOL vmlinux 0x249c45f7 neigh_seq_next EXPORT_SYMBOL vmlinux 0x24a238c2 rproc_remove_subdev -EXPORT_SYMBOL vmlinux 0x24a5f22e inet6_unregister_protosw -EXPORT_SYMBOL vmlinux 0x24cf342a pcie_port_service_register EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer EXPORT_SYMBOL vmlinux 0x24d66a35 simple_getattr EXPORT_SYMBOL vmlinux 0x24ddb654 kthread_blkcg +EXPORT_SYMBOL vmlinux 0x24ea561a __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x24eb63c6 napi_disable EXPORT_SYMBOL vmlinux 0x24f0c13e input_set_poll_interval EXPORT_SYMBOL vmlinux 0x250a4d86 backlight_device_get_by_type EXPORT_SYMBOL vmlinux 0x25183637 __put_devmap_managed_page @@ -6420,9 +6428,11 @@ EXPORT_SYMBOL vmlinux 0x25c48424 unregister_quota_format EXPORT_SYMBOL vmlinux 0x25ca2c33 kernel_param_lock EXPORT_SYMBOL vmlinux 0x25d90a39 fwnode_get_mac_address EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr -EXPORT_SYMBOL vmlinux 0x25e5851a tcp_rcv_established EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f463df pci_find_bus EXPORT_SYMBOL vmlinux 0x25f5bfc1 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x260095f8 dev_open +EXPORT_SYMBOL vmlinux 0x26047798 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table EXPORT_SYMBOL vmlinux 0x262330d7 blk_queue_flag_set EXPORT_SYMBOL vmlinux 0x262e823a wait_for_completion_interruptible @@ -6431,126 +6441,123 @@ EXPORT_SYMBOL vmlinux 0x263c3152 bcmp EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc EXPORT_SYMBOL vmlinux 0x263ed23b __x86_indirect_thunk_r12 EXPORT_SYMBOL vmlinux 0x2647ad47 compat_nf_getsockopt -EXPORT_SYMBOL vmlinux 0x264832d1 netif_skb_features +EXPORT_SYMBOL vmlinux 0x2647b2e4 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x2653eef8 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x2665db8c posix_acl_to_xattr EXPORT_SYMBOL vmlinux 0x2674fbdf register_cdrom EXPORT_SYMBOL vmlinux 0x2684111b pagecache_isize_extended EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc EXPORT_SYMBOL vmlinux 0x268fde87 blk_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string -EXPORT_SYMBOL vmlinux 0x26984412 sock_no_mmap -EXPORT_SYMBOL vmlinux 0x26a406fb pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x26bec33c kmalloc_caches EXPORT_SYMBOL vmlinux 0x26c13b4a fixed_size_llseek EXPORT_SYMBOL vmlinux 0x26cc2617 __mdiobus_write -EXPORT_SYMBOL vmlinux 0x26cf2088 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x26d10e7e dst_dev_put EXPORT_SYMBOL vmlinux 0x26d24cb8 vm_event_states -EXPORT_SYMBOL vmlinux 0x26d5a944 pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be -EXPORT_SYMBOL vmlinux 0x26fc23d4 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x2708ff0d simple_rename EXPORT_SYMBOL vmlinux 0x270eda35 __getblk_gfp EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273a722b pci_irq_vector EXPORT_SYMBOL vmlinux 0x274198cb unregister_binfmt EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp EXPORT_SYMBOL vmlinux 0x27486d00 __dec_zone_page_state EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check EXPORT_SYMBOL vmlinux 0x2762b631 jbd2_journal_finish_inode_data_buffers EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x2771aaf1 __dev_set_mtu EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init -EXPORT_SYMBOL vmlinux 0x27845e68 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x27864d57 memparse -EXPORT_SYMBOL vmlinux 0x27a56d95 netdev_next_lower_dev_rcu -EXPORT_SYMBOL vmlinux 0x27ac5772 __udp_disconnect -EXPORT_SYMBOL vmlinux 0x27b7c965 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x279d1b43 agp_find_bridge EXPORT_SYMBOL vmlinux 0x27bbb2bf d_lookup EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource -EXPORT_SYMBOL vmlinux 0x27d88adf udp_prot +EXPORT_SYMBOL vmlinux 0x27d97fa1 dev_pre_changeaddr_notify EXPORT_SYMBOL vmlinux 0x27e47dfa is_nd_pfn -EXPORT_SYMBOL vmlinux 0x27f10308 tcp_prot EXPORT_SYMBOL vmlinux 0x28106fb9 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek EXPORT_SYMBOL vmlinux 0x28290bdb elv_rb_add EXPORT_SYMBOL vmlinux 0x28347f4c fddi_type_trans EXPORT_SYMBOL vmlinux 0x2839d7d3 qdisc_class_hash_grow -EXPORT_SYMBOL vmlinux 0x283e4570 __pci_register_driver EXPORT_SYMBOL vmlinux 0x2849ea05 mdiobus_unregister_device -EXPORT_SYMBOL vmlinux 0x284c78e3 skb_tx_error EXPORT_SYMBOL vmlinux 0x285a7a42 dentry_open EXPORT_SYMBOL vmlinux 0x28674c87 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x286caba5 build_skb EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available -EXPORT_SYMBOL vmlinux 0x28eaeec3 tcp_child_process +EXPORT_SYMBOL vmlinux 0x28e91c43 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x28fac155 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x290747fc get_gendisk EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond EXPORT_SYMBOL vmlinux 0x292b5a79 __seq_open_private +EXPORT_SYMBOL vmlinux 0x292bf886 sock_alloc EXPORT_SYMBOL vmlinux 0x29361773 complete EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu -EXPORT_SYMBOL vmlinux 0x295a834f ip_fraglist_init EXPORT_SYMBOL vmlinux 0x296cb509 __xa_insert EXPORT_SYMBOL vmlinux 0x2971f8be phy_connect_direct EXPORT_SYMBOL vmlinux 0x29733f60 md_wait_for_blocked_rdev -EXPORT_SYMBOL vmlinux 0x297b0ee3 neigh_changeaddr -EXPORT_SYMBOL vmlinux 0x298cd8f6 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x2994c719 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x299532de xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29b59b51 udp_lib_get_port EXPORT_SYMBOL vmlinux 0x29dd98d2 nvm_dev_dma_alloc EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack -EXPORT_SYMBOL vmlinux 0x29efb28b arp_tbl EXPORT_SYMBOL vmlinux 0x2a0282ec mmc_cqe_recovery EXPORT_SYMBOL vmlinux 0x2a1ace08 update_region EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a321f14 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x2a5a7042 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x2a5ab282 vme_master_request EXPORT_SYMBOL vmlinux 0x2a6ec2ff devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x2a7035e5 kernel_connect EXPORT_SYMBOL vmlinux 0x2a73902c dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2a86c646 agp_backend_release +EXPORT_SYMBOL vmlinux 0x2a892200 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize EXPORT_SYMBOL vmlinux 0x2aa3a2c3 rproc_of_resm_mem_entry_init EXPORT_SYMBOL vmlinux 0x2ab7989d mutex_lock +EXPORT_SYMBOL vmlinux 0x2ace5f02 sock_rfree EXPORT_SYMBOL vmlinux 0x2ae31aa4 block_write_begin +EXPORT_SYMBOL vmlinux 0x2ae48dbd pci_set_power_state EXPORT_SYMBOL vmlinux 0x2aef8043 dquot_transfer -EXPORT_SYMBOL vmlinux 0x2af0bd02 dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x2af86c9c tty_schedule_flip EXPORT_SYMBOL vmlinux 0x2b02c263 cros_ec_get_next_event EXPORT_SYMBOL vmlinux 0x2b22e18e current_time EXPORT_SYMBOL vmlinux 0x2b3c0786 input_close_device EXPORT_SYMBOL vmlinux 0x2b41e739 tty_set_operations EXPORT_SYMBOL vmlinux 0x2b460ba7 vlan_dev_real_dev -EXPORT_SYMBOL vmlinux 0x2b493c9f neigh_event_ns EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer EXPORT_SYMBOL vmlinux 0x2b705bd5 generic_read_dir -EXPORT_SYMBOL vmlinux 0x2b8d7bab pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0x2b9c7f36 nvm_unregister_tgt_type EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock -EXPORT_SYMBOL vmlinux 0x2baa005c sock_wake_async +EXPORT_SYMBOL vmlinux 0x2bb09759 vga_put EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock EXPORT_SYMBOL vmlinux 0x2bb9af28 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x2bcf5a23 inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset EXPORT_SYMBOL vmlinux 0x2bdd238f fscrypt_inherit_context EXPORT_SYMBOL vmlinux 0x2be04e29 devm_clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x2bebe154 param_ops_long +EXPORT_SYMBOL vmlinux 0x2bf32578 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x2bfdd2c1 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x2c04ae37 napi_get_frags EXPORT_SYMBOL vmlinux 0x2c14b0d8 iterate_supers_type -EXPORT_SYMBOL vmlinux 0x2c171f6c xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x2c1a115a __blockdev_direct_IO EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar EXPORT_SYMBOL vmlinux 0x2c35306d posix_lock_file -EXPORT_SYMBOL vmlinux 0x2c364fe6 vga_switcheroo_lock_ddc -EXPORT_SYMBOL vmlinux 0x2c3f9d0f __skb_pad -EXPORT_SYMBOL vmlinux 0x2c42a8ba skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x2c51574a pnp_activate_dev EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x2c571b5c blk_integrity_compare -EXPORT_SYMBOL vmlinux 0x2c5863a0 iptun_encaps -EXPORT_SYMBOL vmlinux 0x2c5a44c7 fqdir_init EXPORT_SYMBOL vmlinux 0x2c5b149f dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x2c60a838 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x2c694e1f key_move EXPORT_SYMBOL vmlinux 0x2c6959d5 phy_queue_state_machine EXPORT_SYMBOL vmlinux 0x2c6a43b1 can_nice @@ -6560,14 +6567,14 @@ EXPORT_SYMBOL vmlinux 0x2ca51542 __scsi_execute EXPORT_SYMBOL vmlinux 0x2ca84bc3 devfreq_update_status EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die EXPORT_SYMBOL vmlinux 0x2cb474a2 __bread_gfp -EXPORT_SYMBOL vmlinux 0x2cbaab3c vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x2cb48731 dev_change_carrier EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top -EXPORT_SYMBOL vmlinux 0x2cd8a339 inet_frag_find +EXPORT_SYMBOL vmlinux 0x2cd5df96 agp_put_bridge EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user -EXPORT_SYMBOL vmlinux 0x2cfb2e87 dev_set_alias +EXPORT_SYMBOL vmlinux 0x2cf9f134 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x2cfdb816 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x2d016e57 md_bitmap_startwrite -EXPORT_SYMBOL vmlinux 0x2d10157c dev_get_valid_name EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer EXPORT_SYMBOL vmlinux 0x2d27f6bb input_get_keycode @@ -6579,6 +6586,7 @@ EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init EXPORT_SYMBOL vmlinux 0x2d533af2 uart_add_one_port EXPORT_SYMBOL vmlinux 0x2d76f0a8 blk_mq_run_hw_queue EXPORT_SYMBOL vmlinux 0x2d788508 dev_uc_init +EXPORT_SYMBOL vmlinux 0x2d7a294e nf_log_unset EXPORT_SYMBOL vmlinux 0x2d7f2390 genphy_read_status EXPORT_SYMBOL vmlinux 0x2d8ac533 __vfs_removexattr EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year @@ -6587,25 +6595,25 @@ EXPORT_SYMBOL vmlinux 0x2d9f5451 scsi_host_alloc EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user EXPORT_SYMBOL vmlinux 0x2db3d320 mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x2db7092f generic_fadvise -EXPORT_SYMBOL vmlinux 0x2dc55184 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x2dc0480e dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x2dd068d3 pps_register_source EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu -EXPORT_SYMBOL vmlinux 0x2dd57041 dev_pre_changeaddr_notify -EXPORT_SYMBOL vmlinux 0x2dde79bc dst_release_immediate EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write EXPORT_SYMBOL vmlinux 0x2dfa0ce5 inc_zone_page_state EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status -EXPORT_SYMBOL vmlinux 0x2e0dd15f inet_listen +EXPORT_SYMBOL vmlinux 0x2e129f10 inet_add_protocol EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e499500 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x2e4d6409 fib_notifier_ops_unregister -EXPORT_SYMBOL vmlinux 0x2e740ed9 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x2e80e919 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x2e933ddf rproc_add EXPORT_SYMBOL vmlinux 0x2e9fba8b pm860x_reg_read EXPORT_SYMBOL vmlinux 0x2ea2c95c __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x2eb89816 tcp_connect EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set -EXPORT_SYMBOL vmlinux 0x2ecf110b __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x2ed4fa7d mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0x2ed65e10 abx500_event_registers_startup_state_get EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin EXPORT_SYMBOL vmlinux 0x2ee0bcd3 key_reject_and_link @@ -6619,32 +6627,34 @@ EXPORT_SYMBOL vmlinux 0x2f223236 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device EXPORT_SYMBOL vmlinux 0x2f42d8df del_random_ready_callback +EXPORT_SYMBOL vmlinux 0x2f4467fe pci_find_capability EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval EXPORT_SYMBOL vmlinux 0x2f602917 unregister_filesystem EXPORT_SYMBOL vmlinux 0x2f6986a7 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x2f6cfdd9 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x2f6f7b1c simple_write_end EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f79a965 rtnl_unicast EXPORT_SYMBOL vmlinux 0x2fa361be max8925_set_bits -EXPORT_SYMBOL vmlinux 0x2fae3fe2 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness EXPORT_SYMBOL vmlinux 0x2fc0226b bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x2fc11591 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x2fc46cb2 acpi_device_hid EXPORT_SYMBOL vmlinux 0x2fcd9406 devfreq_monitor_suspend EXPORT_SYMBOL vmlinux 0x2fd13fe1 md_register_thread -EXPORT_SYMBOL vmlinux 0x2fd18638 skb_checksum_help EXPORT_SYMBOL vmlinux 0x2fd60907 put_user_pages_dirty_lock EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe7ac4b inet6_csk_route_req EXPORT_SYMBOL vmlinux 0x2fede1b6 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x2ff071bd agp_backend_acquire EXPORT_SYMBOL vmlinux 0x2ff3fe61 nd_btt_probe -EXPORT_SYMBOL vmlinux 0x2ffd1d18 pci_pme_active EXPORT_SYMBOL vmlinux 0x300bda81 mmc_flush_cache -EXPORT_SYMBOL vmlinux 0x300ff22a pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0x301fa007 _raw_spin_unlock EXPORT_SYMBOL vmlinux 0x303904dd rproc_report_crash EXPORT_SYMBOL vmlinux 0x304b4bb0 irq_set_chip -EXPORT_SYMBOL vmlinux 0x30538829 vga_client_register EXPORT_SYMBOL vmlinux 0x3060d938 __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0x306cd11f generic_file_open +EXPORT_SYMBOL vmlinux 0x3076d8d8 skb_copy_header EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep EXPORT_SYMBOL vmlinux 0x309c8c6d devm_extcon_unregister_notifier EXPORT_SYMBOL vmlinux 0x30a5023a adjust_managed_page_count @@ -6660,39 +6670,35 @@ EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw EXPORT_SYMBOL vmlinux 0x3100cff9 lockref_get_or_lock EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages EXPORT_SYMBOL vmlinux 0x3104c304 ppp_unregister_compressor -EXPORT_SYMBOL vmlinux 0x31057529 skb_dequeue +EXPORT_SYMBOL vmlinux 0x311a34a5 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312c5d3b netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present EXPORT_SYMBOL vmlinux 0x314e7719 scsi_device_set_state EXPORT_SYMBOL vmlinux 0x3152bcd1 md_reload_sb EXPORT_SYMBOL vmlinux 0x31607c01 ilookup5_nowait EXPORT_SYMBOL vmlinux 0x316481a1 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x3170035a proto_register EXPORT_SYMBOL vmlinux 0x318d6fec mutex_is_locked EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring EXPORT_SYMBOL vmlinux 0x31aeb428 seq_escape -EXPORT_SYMBOL vmlinux 0x31b03938 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck -EXPORT_SYMBOL vmlinux 0x31b68a19 ipv6_chk_addr -EXPORT_SYMBOL vmlinux 0x31c0e973 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x31ccf053 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x31d389f4 __napi_schedule EXPORT_SYMBOL vmlinux 0x31e79cbd __i2c_smbus_xfer -EXPORT_SYMBOL vmlinux 0x31f18143 ipv6_find_hdr -EXPORT_SYMBOL vmlinux 0x31f2de9f pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x31fe69ca bio_copy_data +EXPORT_SYMBOL vmlinux 0x320e2331 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x320fc153 proc_symlink -EXPORT_SYMBOL vmlinux 0x321df777 pci_enable_wake -EXPORT_SYMBOL vmlinux 0x321fbcc9 ip_do_fragment EXPORT_SYMBOL vmlinux 0x3227b7e8 input_handler_for_each_handle EXPORT_SYMBOL vmlinux 0x322fc49d sync_mapping_buffers -EXPORT_SYMBOL vmlinux 0x32309c19 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x3230edc5 bdi_register -EXPORT_SYMBOL vmlinux 0x3238ee62 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x3234ca46 agp_alloc_bridge EXPORT_SYMBOL vmlinux 0x324b833b vme_register_error_handler EXPORT_SYMBOL vmlinux 0x324bfee9 iov_iter_for_each_range EXPORT_SYMBOL vmlinux 0x324f1b04 cdev_device_del EXPORT_SYMBOL vmlinux 0x32538393 nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom -EXPORT_SYMBOL vmlinux 0x326f103e tcf_exts_change EXPORT_SYMBOL vmlinux 0x3274d0be sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state @@ -6700,7 +6706,6 @@ EXPORT_SYMBOL vmlinux 0x329405e3 blk_queue_physical_block_size EXPORT_SYMBOL vmlinux 0x329d0017 input_enable_softrepeat EXPORT_SYMBOL vmlinux 0x32a833c3 starget_for_each_device EXPORT_SYMBOL vmlinux 0x32aa9afa uart_remove_one_port -EXPORT_SYMBOL vmlinux 0x32ad8b79 sock_gettstamp EXPORT_SYMBOL vmlinux 0x32ae5741 _raw_read_lock EXPORT_SYMBOL vmlinux 0x32c9815f kmem_cache_size EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload @@ -6712,45 +6717,41 @@ EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector EXPORT_SYMBOL vmlinux 0x332b5ef5 d_alloc_anon EXPORT_SYMBOL vmlinux 0x3337673d scsi_register_interface EXPORT_SYMBOL vmlinux 0x33505a3c security_sb_remount -EXPORT_SYMBOL vmlinux 0x335f9914 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x336b839c ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc EXPORT_SYMBOL vmlinux 0x3386b963 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x338b8ca2 xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0x33958436 dev_mc_add_excl -EXPORT_SYMBOL vmlinux 0x339867b3 agp_find_bridge -EXPORT_SYMBOL vmlinux 0x33a496ac pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x33ac7bc9 writeback_inodes_sb_nr EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page EXPORT_SYMBOL vmlinux 0x33d189e9 get_super EXPORT_SYMBOL vmlinux 0x33e264eb phy_ethtool_set_link_ksettings EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max -EXPORT_SYMBOL vmlinux 0x33f1adca nf_log_packet EXPORT_SYMBOL vmlinux 0x33f4ec80 vme_register_bridge EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device -EXPORT_SYMBOL vmlinux 0x34182170 sock_create_lite +EXPORT_SYMBOL vmlinux 0x340e1069 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0x341b4951 tcf_idrinfo_destroy -EXPORT_SYMBOL vmlinux 0x342e513c xfrm_lookup_route -EXPORT_SYMBOL vmlinux 0x3437af98 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x3425c7f8 nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x343a666e ata_print_version -EXPORT_SYMBOL vmlinux 0x343e4101 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x3441445f msrs_free EXPORT_SYMBOL vmlinux 0x344b09dd cont_write_begin -EXPORT_SYMBOL vmlinux 0x3457b7ef xfrm_register_type_offload -EXPORT_SYMBOL vmlinux 0x3464597c tc_cleanup_flow_action +EXPORT_SYMBOL vmlinux 0x3466e41c inet_stream_ops EXPORT_SYMBOL vmlinux 0x34685f49 nobh_writepage EXPORT_SYMBOL vmlinux 0x3471cf5a fscrypt_ioctl_get_policy EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios EXPORT_SYMBOL vmlinux 0x3490286e write_cache_pages -EXPORT_SYMBOL vmlinux 0x349a2cd4 km_state_expired EXPORT_SYMBOL vmlinux 0x349ac524 __tracepoint_dma_fence_emit EXPORT_SYMBOL vmlinux 0x349cba85 strchr -EXPORT_SYMBOL vmlinux 0x34a03b01 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b11799 __kfree_skb +EXPORT_SYMBOL vmlinux 0x34b173ab dst_discard_out EXPORT_SYMBOL vmlinux 0x34b20293 sk_stream_kill_queues EXPORT_SYMBOL vmlinux 0x34d9b3bc fb_get_mode EXPORT_SYMBOL vmlinux 0x34da5bf6 get_mm_exe_file EXPORT_SYMBOL vmlinux 0x34ddc6de get_bitmap_from_slot EXPORT_SYMBOL vmlinux 0x34ec4c2c rio_query_mport +EXPORT_SYMBOL vmlinux 0x34ec6b4c xfrm_state_walk EXPORT_SYMBOL vmlinux 0x34ee7989 path_nosuid EXPORT_SYMBOL vmlinux 0x34efba74 nvm_alloc_dev EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue @@ -6760,43 +6761,42 @@ EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier EXPORT_SYMBOL vmlinux 0x35199603 scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0x351e399b xsk_umem_consume_tx -EXPORT_SYMBOL vmlinux 0x3532690b brioctl_set -EXPORT_SYMBOL vmlinux 0x3535948a skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x35258aad netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353afa9d __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x35465e15 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x354a1934 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x35515a6b skb_vlan_untag EXPORT_SYMBOL vmlinux 0x3553d674 __destroy_inode EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356c15b5 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x357b7354 skb_queue_head EXPORT_SYMBOL vmlinux 0x35838e5b vme_lm_request EXPORT_SYMBOL vmlinux 0x3583d756 inode_dio_wait -EXPORT_SYMBOL vmlinux 0x358df353 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x35898711 pci_read_config_byte EXPORT_SYMBOL vmlinux 0x3591a438 hmm_range_fault EXPORT_SYMBOL vmlinux 0x359ec42f _raw_read_trylock EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 -EXPORT_SYMBOL vmlinux 0x35b90597 lock_page_memcg EXPORT_SYMBOL vmlinux 0x35bea333 param_set_long -EXPORT_SYMBOL vmlinux 0x35cbff00 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x35c2d8d7 __alloc_skb EXPORT_SYMBOL vmlinux 0x35d07ec4 phy_mac_interrupt EXPORT_SYMBOL vmlinux 0x35d52429 insert_inode_locked EXPORT_SYMBOL vmlinux 0x35e1e291 kmem_cache_destroy EXPORT_SYMBOL vmlinux 0x35f2c3f1 do_splice_direct +EXPORT_SYMBOL vmlinux 0x35f30e67 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x35fac3a0 mmc_is_req_done EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask EXPORT_SYMBOL vmlinux 0x361e51df d_rehash EXPORT_SYMBOL vmlinux 0x361fcef3 current_task EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user -EXPORT_SYMBOL vmlinux 0x365700c6 neigh_destroy EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const -EXPORT_SYMBOL vmlinux 0x366365c2 skb_copy +EXPORT_SYMBOL vmlinux 0x3662505b pci_read_config_dword EXPORT_SYMBOL vmlinux 0x36761af4 abx500_remove_ops -EXPORT_SYMBOL vmlinux 0x3676de11 netdev_warn EXPORT_SYMBOL vmlinux 0x36832fff devfreq_resume_device -EXPORT_SYMBOL vmlinux 0x36988683 netdev_bonding_info_change -EXPORT_SYMBOL vmlinux 0x369c303b neigh_seq_start EXPORT_SYMBOL vmlinux 0x36a8a31c phy_ethtool_get_eee -EXPORT_SYMBOL vmlinux 0x36c045cc inet_pton_with_scope -EXPORT_SYMBOL vmlinux 0x37019a8b inet_del_protocol +EXPORT_SYMBOL vmlinux 0x36cd865a scm_fp_dup EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue EXPORT_SYMBOL vmlinux 0x371b32c5 get_user_pages_remote @@ -6804,27 +6804,27 @@ EXPORT_SYMBOL vmlinux 0x372c0c13 param_set_ulong EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound EXPORT_SYMBOL vmlinux 0x3740a158 invalidate_partition EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374ac04e scm_detach_fds EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe EXPORT_SYMBOL vmlinux 0x375709b1 pagevec_lookup_range_tag EXPORT_SYMBOL vmlinux 0x375c508b simple_dir_inode_operations -EXPORT_SYMBOL vmlinux 0x3767c500 ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error EXPORT_SYMBOL vmlinux 0x37a1909f gen_replace_estimator -EXPORT_SYMBOL vmlinux 0x37a5fad0 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info EXPORT_SYMBOL vmlinux 0x37bbd98b lookup_one_len EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f556a4 intel_gmch_probe EXPORT_SYMBOL vmlinux 0x37fd253c dcache_dir_open EXPORT_SYMBOL vmlinux 0x3812050a _raw_spin_unlock_irqrestore -EXPORT_SYMBOL vmlinux 0x3815f33d seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus EXPORT_SYMBOL vmlinux 0x3821570b __bio_clone_fast EXPORT_SYMBOL vmlinux 0x383610a5 dma_direct_sync_single_for_cpu EXPORT_SYMBOL vmlinux 0x383ac07c dev_uc_flush -EXPORT_SYMBOL vmlinux 0x383d0132 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x383b6b8e __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x3848a3f9 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0x385ce0f2 __breadahead EXPORT_SYMBOL vmlinux 0x38637075 devm_gen_pool_create EXPORT_SYMBOL vmlinux 0x38869d88 kstat @@ -6833,14 +6833,11 @@ EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback -EXPORT_SYMBOL vmlinux 0x38ba68e7 udp_lib_rehash -EXPORT_SYMBOL vmlinux 0x38bcf949 agp_copy_info EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit -EXPORT_SYMBOL vmlinux 0x38eea771 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x38f25986 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages EXPORT_SYMBOL vmlinux 0x392d20f5 dquot_resume -EXPORT_SYMBOL vmlinux 0x3930a4e6 vga_switcheroo_unlock_ddc EXPORT_SYMBOL vmlinux 0x3932a3a8 empty_aops EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p @@ -6857,96 +6854,102 @@ EXPORT_SYMBOL vmlinux 0x39f27002 param_set_invbool EXPORT_SYMBOL vmlinux 0x39fdf2b1 set_pages_array_wc EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify EXPORT_SYMBOL vmlinux 0x3a0c1d3c blk_rq_count_integrity_sg -EXPORT_SYMBOL vmlinux 0x3a0fd1ad mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a3dd299 build_skb_around +EXPORT_SYMBOL vmlinux 0x3a475a3f get_amd_iommu +EXPORT_SYMBOL vmlinux 0x3a4efa4a xfrm_find_acq EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized -EXPORT_SYMBOL vmlinux 0x3a5d28c0 napi_get_frags +EXPORT_SYMBOL vmlinux 0x3a5e78c7 skb_tx_error EXPORT_SYMBOL vmlinux 0x3a606613 set_trace_device EXPORT_SYMBOL vmlinux 0x3a86cef5 devm_backlight_device_register EXPORT_SYMBOL vmlinux 0x3aa66ff7 genphy_read_abilities -EXPORT_SYMBOL vmlinux 0x3ab58e18 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer -EXPORT_SYMBOL vmlinux 0x3abd5f0c netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x3ac21abe tty_driver_kref_put EXPORT_SYMBOL vmlinux 0x3ac710c2 __splice_from_pipe EXPORT_SYMBOL vmlinux 0x3acc9be0 seq_file_path EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region -EXPORT_SYMBOL vmlinux 0x3af1166f tcf_block_put EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler -EXPORT_SYMBOL vmlinux 0x3b0365d1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3b042002 netif_device_detach +EXPORT_SYMBOL vmlinux 0x3b0e77f4 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b302476 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode -EXPORT_SYMBOL vmlinux 0x3b366b4a pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0x3b3f18f5 sg_miter_next -EXPORT_SYMBOL vmlinux 0x3b46ca16 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x3b4b0f30 devm_request_threaded_irq -EXPORT_SYMBOL vmlinux 0x3b4b479d pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x3b63fd0f dev_get_mac_address EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left EXPORT_SYMBOL vmlinux 0x3b6b1005 iterate_dir EXPORT_SYMBOL vmlinux 0x3b6e36ed pnp_device_detach +EXPORT_SYMBOL vmlinux 0x3b70d49e tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x3b825fc1 commit_creds EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b912490 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b9cd0eb zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x3bb3bdc4 param_set_uint -EXPORT_SYMBOL vmlinux 0x3bb6fa89 get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x3bc30e37 __cgroup_bpf_run_filter_setsockopt EXPORT_SYMBOL vmlinux 0x3bc4aefe pnp_register_card_driver EXPORT_SYMBOL vmlinux 0x3bd9682e iov_iter_pipe EXPORT_SYMBOL vmlinux 0x3bd98032 kmem_cache_free_bulk EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free -EXPORT_SYMBOL vmlinux 0x3bef9d62 pci_enable_msix_range -EXPORT_SYMBOL vmlinux 0x3c002dc5 eth_validate_addr EXPORT_SYMBOL vmlinux 0x3c14a596 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x3c176c17 km_report EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link -EXPORT_SYMBOL vmlinux 0x3c1c14e3 inet_gro_receive EXPORT_SYMBOL vmlinux 0x3c2c138b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x3c33d1a1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x3c3f01a5 mr_table_alloc EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf EXPORT_SYMBOL vmlinux 0x3c410492 uart_get_baud_rate EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map EXPORT_SYMBOL vmlinux 0x3c457453 ioread64_lo_hi -EXPORT_SYMBOL vmlinux 0x3c50256d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x3c48167a ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x3c5b4880 i2c_smbus_write_byte EXPORT_SYMBOL vmlinux 0x3c75e391 bd_abort_claiming EXPORT_SYMBOL vmlinux 0x3c790e19 qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull -EXPORT_SYMBOL vmlinux 0x3c95d90d amd_iommu_get_v2_domain -EXPORT_SYMBOL vmlinux 0x3cba64fc eth_gro_complete +EXPORT_SYMBOL vmlinux 0x3cc86644 pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x3cc8b174 nvm_submit_io EXPORT_SYMBOL vmlinux 0x3cd17d5b mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x3cd2563f pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x3cdcd1a1 skb_dequeue_tail EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq EXPORT_SYMBOL vmlinux 0x3cf0ec31 dquot_destroy EXPORT_SYMBOL vmlinux 0x3cf43c71 __generic_file_write_iter -EXPORT_SYMBOL vmlinux 0x3cf7cf20 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x3d010946 get_acl EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked -EXPORT_SYMBOL vmlinux 0x3d09c805 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0x3d13751e phy_read_mmd EXPORT_SYMBOL vmlinux 0x3d1ff6ca input_allocate_device EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align EXPORT_SYMBOL vmlinux 0x3d24caec vga_con +EXPORT_SYMBOL vmlinux 0x3d2ff4c9 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x3d316ded mmc_remove_host -EXPORT_SYMBOL vmlinux 0x3d3bd8f8 kernel_getpeername -EXPORT_SYMBOL vmlinux 0x3d4fd9e5 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x3d32fc78 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x3d37d40f vga_switcheroo_register_audio_client EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload EXPORT_SYMBOL vmlinux 0x3d5bb3fd refcount_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x3d63f138 simple_lookup +EXPORT_SYMBOL vmlinux 0x3d7fd1dc __ip_options_compile EXPORT_SYMBOL vmlinux 0x3d9b9a5a __qdisc_calculate_pkt_len EXPORT_SYMBOL vmlinux 0x3d9cd634 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x3d9ce172 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x3d9db3b2 udp_skb_destructor EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da2a112 ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work -EXPORT_SYMBOL vmlinux 0x3dba1466 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddabd2e pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3df294e0 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head EXPORT_SYMBOL vmlinux 0x3e02f315 param_ops_charp @@ -6954,76 +6957,88 @@ EXPORT_SYMBOL vmlinux 0x3e1dfd3d t10_pi_type3_crc EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc EXPORT_SYMBOL vmlinux 0x3e2f339f fs_parse EXPORT_SYMBOL vmlinux 0x3e309fb1 unlock_page -EXPORT_SYMBOL vmlinux 0x3e36e1b8 pcie_get_readrq EXPORT_SYMBOL vmlinux 0x3e3f18eb request_firmware_into_buf EXPORT_SYMBOL vmlinux 0x3e40a03e generic_start_io_acct EXPORT_SYMBOL vmlinux 0x3e518aa6 devm_free_irq EXPORT_SYMBOL vmlinux 0x3e580251 param_ops_int EXPORT_SYMBOL vmlinux 0x3e5c1f51 blkdev_issue_discard -EXPORT_SYMBOL vmlinux 0x3e66a184 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x3e81fa1e nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x3e89385d agp_copy_info EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3ea83003 agp_alloc_page_array EXPORT_SYMBOL vmlinux 0x3edb0420 qdisc_hash_del EXPORT_SYMBOL vmlinux 0x3ee1189c dma_resv_reserve_shared EXPORT_SYMBOL vmlinux 0x3eeb2322 __wake_up -EXPORT_SYMBOL vmlinux 0x3eed45f1 xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0x3ef92f3b watchdog_unregister_governor EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id EXPORT_SYMBOL vmlinux 0x3f020813 revalidate_disk EXPORT_SYMBOL vmlinux 0x3f052420 dev_addr_add EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update -EXPORT_SYMBOL vmlinux 0x3f370f73 pci_find_bus +EXPORT_SYMBOL vmlinux 0x3f13de76 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3f1e0c86 pci_dev_get +EXPORT_SYMBOL vmlinux 0x3f20962b register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x3f3aba9e skb_vlan_push EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd EXPORT_SYMBOL vmlinux 0x3f4b0b3c mdio_device_reset EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5841d3 skb_free_datagram EXPORT_SYMBOL vmlinux 0x3f5dfa0c truncate_inode_pages_range EXPORT_SYMBOL vmlinux 0x3f60220d input_set_min_poll_interval EXPORT_SYMBOL vmlinux 0x3f69798d account_page_redirty EXPORT_SYMBOL vmlinux 0x3f770a74 generic_cont_expand_simple EXPORT_SYMBOL vmlinux 0x3f7c9fc2 sb_min_blocksize EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fab8083 dev_remove_pack EXPORT_SYMBOL vmlinux 0x3fba4d6d scsi_target_quiesce EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set -EXPORT_SYMBOL vmlinux 0x3fd6722f ip6_frag_init -EXPORT_SYMBOL vmlinux 0x3fd7671d skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3ff70662 ip_defrag +EXPORT_SYMBOL vmlinux 0x3ffa32a2 tcf_block_get EXPORT_SYMBOL vmlinux 0x4005f38c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x4009baaa __ip_select_ident +EXPORT_SYMBOL vmlinux 0x400ec847 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0x401c589b proc_set_size +EXPORT_SYMBOL vmlinux 0x401fc786 pci_write_vpd EXPORT_SYMBOL vmlinux 0x402b1f89 input_set_timestamp EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler -EXPORT_SYMBOL vmlinux 0x4071bd7d pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x408fdf88 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x40928c5d get_thermal_instance EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate EXPORT_SYMBOL vmlinux 0x409bcb62 mutex_unlock -EXPORT_SYMBOL vmlinux 0x409ccb4d pci_iounmap +EXPORT_SYMBOL vmlinux 0x409dce0a __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc -EXPORT_SYMBOL vmlinux 0x40b5882e xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams -EXPORT_SYMBOL vmlinux 0x40e2608b netpoll_setup +EXPORT_SYMBOL vmlinux 0x40e54d89 sock_i_uid EXPORT_SYMBOL vmlinux 0x40ea9e92 param_get_string EXPORT_SYMBOL vmlinux 0x40eb06bb serio_unregister_child_port -EXPORT_SYMBOL vmlinux 0x40f57829 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x4129200c ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0x4130d838 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x4131ebfb dev_get_stats +EXPORT_SYMBOL vmlinux 0x4136c3b7 km_policy_notify EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x414ebd4f input_grab_device +EXPORT_SYMBOL vmlinux 0x41558500 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0x41688eef param_get_long -EXPORT_SYMBOL vmlinux 0x416f1e50 sock_kfree_s EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr -EXPORT_SYMBOL vmlinux 0x4180f8c0 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x41a0da81 simple_pin_fs -EXPORT_SYMBOL vmlinux 0x41c387dc ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x41ae4013 qdisc_reset +EXPORT_SYMBOL vmlinux 0x41b6760b dev_set_group +EXPORT_SYMBOL vmlinux 0x41be0a3d arp_xmit EXPORT_SYMBOL vmlinux 0x41dd2f96 vme_irq_handler EXPORT_SYMBOL vmlinux 0x41e6aeae blk_rq_append_bio EXPORT_SYMBOL vmlinux 0x41e8310d i2c_release_client EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f6a367 __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x41f808b3 blkdev_reread_part +EXPORT_SYMBOL vmlinux 0x4209512f skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x42127c44 amd_iommu_pc_set_reg EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue EXPORT_SYMBOL vmlinux 0x422ce162 unregister_key_type EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len @@ -7032,16 +7047,14 @@ EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force EXPORT_SYMBOL vmlinux 0x4270560e blk_queue_segment_boundary -EXPORT_SYMBOL vmlinux 0x427151b3 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x428bd9df tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x428fea99 blkdev_get +EXPORT_SYMBOL vmlinux 0x42a9654c eth_type_trans EXPORT_SYMBOL vmlinux 0x42b01361 debugfs_create_automount -EXPORT_SYMBOL vmlinux 0x42b417c0 neigh_for_each EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock EXPORT_SYMBOL vmlinux 0x42c1ef06 __alloc_pages_nodemask EXPORT_SYMBOL vmlinux 0x42d39e69 rproc_shutdown -EXPORT_SYMBOL vmlinux 0x42d6cc55 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x42e56d49 setup_new_exec -EXPORT_SYMBOL vmlinux 0x42e56f16 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages EXPORT_SYMBOL vmlinux 0x430b5208 tty_port_init @@ -7050,28 +7063,28 @@ EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid EXPORT_SYMBOL vmlinux 0x43521cb8 kmem_cache_shrink -EXPORT_SYMBOL vmlinux 0x436161a8 eth_get_headlen EXPORT_SYMBOL vmlinux 0x4361f8ac blk_pm_runtime_init -EXPORT_SYMBOL vmlinux 0x4372a35d icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x436534e7 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security EXPORT_SYMBOL vmlinux 0x438b24b9 blk_set_queue_depth -EXPORT_SYMBOL vmlinux 0x438b46c9 ip_mc_check_igmp -EXPORT_SYMBOL vmlinux 0x43998bba udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x43996109 vga_client_register EXPORT_SYMBOL vmlinux 0x43ab831c cpufreq_global_kobject EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b74145 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x43f18044 param_array_ops EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key +EXPORT_SYMBOL vmlinux 0x43f7da58 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x43f832f9 blk_mq_init_queue EXPORT_SYMBOL vmlinux 0x4403c7a2 gnet_stats_copy_basic_hw EXPORT_SYMBOL vmlinux 0x441a986a set_disk_ro +EXPORT_SYMBOL vmlinux 0x442b81b2 pci_disable_device +EXPORT_SYMBOL vmlinux 0x4434513f ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0x443ef747 seq_pad EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table EXPORT_SYMBOL vmlinux 0x445a6007 scsi_report_bus_reset EXPORT_SYMBOL vmlinux 0x445a81ce boot_cpu_data -EXPORT_SYMBOL vmlinux 0x445ebf86 pfifo_fast_ops -EXPORT_SYMBOL vmlinux 0x44657df8 free_netdev EXPORT_SYMBOL vmlinux 0x448742c6 blk_pre_runtime_suspend EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp @@ -7079,8 +7092,6 @@ EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz EXPORT_SYMBOL vmlinux 0x44ad9229 configfs_undepend_item EXPORT_SYMBOL vmlinux 0x44e521fb acpi_bus_get_device EXPORT_SYMBOL vmlinux 0x44e9a829 match_token -EXPORT_SYMBOL vmlinux 0x44ee8b9b sock_register -EXPORT_SYMBOL vmlinux 0x44f21e73 xfrm_input EXPORT_SYMBOL vmlinux 0x45006cee default_red EXPORT_SYMBOL vmlinux 0x4501faa3 devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle @@ -7088,76 +7099,78 @@ EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update EXPORT_SYMBOL vmlinux 0x45581aed input_reset_device +EXPORT_SYMBOL vmlinux 0x45673cfe skb_split EXPORT_SYMBOL vmlinux 0x45774a1b pnp_request_card_device EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user -EXPORT_SYMBOL vmlinux 0x457b8b3d __dev_getfirstbyhwtype -EXPORT_SYMBOL vmlinux 0x45811bcf dev_activate EXPORT_SYMBOL vmlinux 0x459a1369 ppp_register_compressor -EXPORT_SYMBOL vmlinux 0x459b4072 __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0x459f1491 wait_on_page_bit EXPORT_SYMBOL vmlinux 0x45aa88f7 fd_install -EXPORT_SYMBOL vmlinux 0x45bcfbd9 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x45cb7b7d sk_reset_timer EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 EXPORT_SYMBOL vmlinux 0x45f979f1 __cleancache_init_shared_fs EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 EXPORT_SYMBOL vmlinux 0x46048086 vlan_filter_push_vids -EXPORT_SYMBOL vmlinux 0x460cd5b1 translation_pre_enabled EXPORT_SYMBOL vmlinux 0x4618addc mdio_device_register EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x462ae9e1 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x46307647 dput EXPORT_SYMBOL vmlinux 0x463219fb tcp_hashinfo EXPORT_SYMBOL vmlinux 0x46480cce fscrypt_put_encryption_info -EXPORT_SYMBOL vmlinux 0x464e8d80 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size EXPORT_SYMBOL vmlinux 0x4669593a __hw_addr_ref_unsync_dev EXPORT_SYMBOL vmlinux 0x466c14a7 __delay EXPORT_SYMBOL vmlinux 0x4679bf8b jbd2_journal_inode_ranged_wait EXPORT_SYMBOL vmlinux 0x467c87c9 ptp_schedule_worker EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468e6159 tcp_conn_request EXPORT_SYMBOL vmlinux 0x468fe559 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x46994689 agp_bridge EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option EXPORT_SYMBOL vmlinux 0x46a75145 vfs_iter_write -EXPORT_SYMBOL vmlinux 0x46b5bd8b skb_dequeue_tail -EXPORT_SYMBOL vmlinux 0x46c09f79 sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance EXPORT_SYMBOL vmlinux 0x46fd8b39 vfs_clone_file_range EXPORT_SYMBOL vmlinux 0x4719f511 on_each_cpu_cond_mask EXPORT_SYMBOL vmlinux 0x471c43ea dma_direct_unmap_page -EXPORT_SYMBOL vmlinux 0x473e6bbe skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu EXPORT_SYMBOL vmlinux 0x475b8a4e genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x4766eed4 napi_gro_frags EXPORT_SYMBOL vmlinux 0x476fea15 devm_clk_get EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev EXPORT_SYMBOL vmlinux 0x4771000a mpage_readpage -EXPORT_SYMBOL vmlinux 0x477103f9 netif_napi_add EXPORT_SYMBOL vmlinux 0x47886721 bdi_put EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule EXPORT_SYMBOL vmlinux 0x47941711 _raw_spin_lock_irq EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap EXPORT_SYMBOL vmlinux 0x479a1117 nvm_register_tgt_type EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a0c6b1 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next EXPORT_SYMBOL vmlinux 0x47b250de blk_set_runtime_active EXPORT_SYMBOL vmlinux 0x47bd953e is_subdir EXPORT_SYMBOL vmlinux 0x47c42a22 cpu_tss_rw EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cb287d inet_frag_kill +EXPORT_SYMBOL vmlinux 0x47d12b25 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x47d586ba kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x47e01f1f inet_pton_with_scope EXPORT_SYMBOL vmlinux 0x47e71c20 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x47ea526c tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x480ef5ce __register_nls EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481b66bb xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x48258480 free_inode_nonrcu -EXPORT_SYMBOL vmlinux 0x4825baad agp3_generic_tlbflush EXPORT_SYMBOL vmlinux 0x4826f393 blk_queue_stack_limits EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work -EXPORT_SYMBOL vmlinux 0x48388925 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x4841bdee strnchr EXPORT_SYMBOL vmlinux 0x48476bcb intel_gtt_insert_page EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days EXPORT_SYMBOL vmlinux 0x485c5e80 security_sctp_sk_clone EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4867092c cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x487a59c5 mmc_gpio_get_cd EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim EXPORT_SYMBOL vmlinux 0x489fa03e inode_init_once @@ -7165,44 +7178,45 @@ EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x48c26886 vfs_statfs -EXPORT_SYMBOL vmlinux 0x48c72a12 mroute6_is_socket EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier EXPORT_SYMBOL vmlinux 0x48dbc2b5 generic_parse_monolithic EXPORT_SYMBOL vmlinux 0x48e89fe0 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x48ebbaa9 sk_stop_timer EXPORT_SYMBOL vmlinux 0x48f3afc6 kill_litter_super EXPORT_SYMBOL vmlinux 0x48fec3bd blk_queue_chunk_sectors EXPORT_SYMBOL vmlinux 0x4902f723 gro_cells_receive EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert -EXPORT_SYMBOL vmlinux 0x4909e45d __skb_recv_datagram EXPORT_SYMBOL vmlinux 0x49242d73 watchdog_register_governor EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x493e581e sock_edemux EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x49517faa pneigh_enqueue EXPORT_SYMBOL vmlinux 0x495d4016 dec_node_page_state EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x49637a30 passthru_features_check EXPORT_SYMBOL vmlinux 0x49753d8f flow_rule_match_cvlan -EXPORT_SYMBOL vmlinux 0x49866102 udp_ioctl EXPORT_SYMBOL vmlinux 0x498af220 __mdiobus_read EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize +EXPORT_SYMBOL vmlinux 0x4992206a neigh_lookup EXPORT_SYMBOL vmlinux 0x49942c3f vme_init_bridge EXPORT_SYMBOL vmlinux 0x49951b37 scsi_add_host_with_dma EXPORT_SYMBOL vmlinux 0x499a7490 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x499f014f arp_tbl EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum -EXPORT_SYMBOL vmlinux 0x49ab78d6 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x49a12265 __sock_create EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan EXPORT_SYMBOL vmlinux 0x49b4e2c9 ps2_sliced_command EXPORT_SYMBOL vmlinux 0x49c41a57 _raw_spin_unlock_bh EXPORT_SYMBOL vmlinux 0x49cbe4f2 is_acpi_device_node -EXPORT_SYMBOL vmlinux 0x49d0a545 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x49d38897 clear_page_dirty_for_io -EXPORT_SYMBOL vmlinux 0x49e19220 skb_kill_datagram EXPORT_SYMBOL vmlinux 0x49ebca37 open_exec EXPORT_SYMBOL vmlinux 0x49fc0c27 rproc_put +EXPORT_SYMBOL vmlinux 0x49fce8ad netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x4a066103 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4a080744 neigh_changeaddr EXPORT_SYMBOL vmlinux 0x4a21ee66 proc_create -EXPORT_SYMBOL vmlinux 0x4a26df7e sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 -EXPORT_SYMBOL vmlinux 0x4a5d3e2b rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0x4a67cee9 fs_context_for_submount -EXPORT_SYMBOL vmlinux 0x4a8514da inet_sendpage EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4aa7cafb vme_irq_free EXPORT_SYMBOL vmlinux 0x4ab065fd simple_readpage @@ -7212,84 +7226,98 @@ EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1836b0 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x4b23659e tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x4b353725 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x4b3549d6 netif_device_attach +EXPORT_SYMBOL vmlinux 0x4b385ade xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down EXPORT_SYMBOL vmlinux 0x4b56a010 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x4b5a0bd0 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0x4b5d637a blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback EXPORT_SYMBOL vmlinux 0x4b702077 generic_copy_file_range EXPORT_SYMBOL vmlinux 0x4b786c37 set_cached_acl EXPORT_SYMBOL vmlinux 0x4b7d742e fscrypt_decrypt_pagecache_blocks -EXPORT_SYMBOL vmlinux 0x4baeb992 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x4b823473 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x4b8d3e3a netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x4b98ebdc pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x4b9d39f2 skb_store_bits EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bb8930e register_md_cluster_operations -EXPORT_SYMBOL vmlinux 0x4bbb6cf3 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node EXPORT_SYMBOL vmlinux 0x4becd314 jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name EXPORT_SYMBOL vmlinux 0x4bf408d9 posix_test_lock EXPORT_SYMBOL vmlinux 0x4bfbe810 param_get_byte EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1a2cd1 inet_listen EXPORT_SYMBOL vmlinux 0x4c1d335b blk_mq_init_allocated_queue EXPORT_SYMBOL vmlinux 0x4c1e0f19 dev_mc_flush EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast EXPORT_SYMBOL vmlinux 0x4c66bf2e ptp_clock_index -EXPORT_SYMBOL vmlinux 0x4c6ba89c xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x4c6ed9e5 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x4c70cc67 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event EXPORT_SYMBOL vmlinux 0x4cc22879 nd_device_register +EXPORT_SYMBOL vmlinux 0x4cc22f66 sock_alloc_file EXPORT_SYMBOL vmlinux 0x4ccd378a _raw_write_unlock_irq EXPORT_SYMBOL vmlinux 0x4cd37e92 registered_fb EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs EXPORT_SYMBOL vmlinux 0x4cef35f3 dquot_commit -EXPORT_SYMBOL vmlinux 0x4cf0849c pci_release_regions -EXPORT_SYMBOL vmlinux 0x4d02d591 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x4cefc3ed vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x4d1256aa skb_checksum_setup EXPORT_SYMBOL vmlinux 0x4d1ff60a wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0x4d23e339 of_find_mipi_dsi_host_by_node EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info -EXPORT_SYMBOL vmlinux 0x4d395c9f seg6_hmac_info_del -EXPORT_SYMBOL vmlinux 0x4d39a4c9 pci_map_rom EXPORT_SYMBOL vmlinux 0x4d3ebc1c iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x4d446930 dev_add_offload EXPORT_SYMBOL vmlinux 0x4d46689f dma_resv_add_excl_fence EXPORT_SYMBOL vmlinux 0x4d69a035 end_buffer_async_write EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block +EXPORT_SYMBOL vmlinux 0x4d7f2c4c udp6_set_csum EXPORT_SYMBOL vmlinux 0x4d924f20 memremap EXPORT_SYMBOL vmlinux 0x4d960140 block_commit_write EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key -EXPORT_SYMBOL vmlinux 0x4d9a7633 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9d0e57 udp_seq_start EXPORT_SYMBOL vmlinux 0x4da79ad2 path_put EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence EXPORT_SYMBOL vmlinux 0x4dda11eb __serio_register_driver +EXPORT_SYMBOL vmlinux 0x4ddd8ada ipv6_select_ident EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e06effd put_cmsg +EXPORT_SYMBOL vmlinux 0x4e0a8812 pci_free_irq EXPORT_SYMBOL vmlinux 0x4e12739a _dev_warn EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set -EXPORT_SYMBOL vmlinux 0x4e282881 skb_copy_and_hash_datagram_iter -EXPORT_SYMBOL vmlinux 0x4e2bde0e skb_append +EXPORT_SYMBOL vmlinux 0x4e24b419 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int -EXPORT_SYMBOL vmlinux 0x4e3e1d3f pci_back_from_sleep EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno -EXPORT_SYMBOL vmlinux 0x4e5dce17 dst_discard_out EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6d2aba block_page_mkwrite EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console EXPORT_SYMBOL vmlinux 0x4e73b0c6 clear_inode EXPORT_SYMBOL vmlinux 0x4e928353 phy_attach_direct -EXPORT_SYMBOL vmlinux 0x4e93f17a __kfree_skb EXPORT_SYMBOL vmlinux 0x4e9a138d seq_put_decimal_ll EXPORT_SYMBOL vmlinux 0x4e9ea227 textsearch_unregister EXPORT_SYMBOL vmlinux 0x4e9f14f7 reuseport_add_sock EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eab29d3 nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x4eaf68b9 vm_map_pages_zero EXPORT_SYMBOL vmlinux 0x4eba56d8 pnp_get_resource EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 EXPORT_SYMBOL vmlinux 0x4ec8b6fc noop_fsync +EXPORT_SYMBOL vmlinux 0x4ed612e1 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x4edad970 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0x4edd06e8 make_kgid EXPORT_SYMBOL vmlinux 0x4ee7eba9 request_key_tag +EXPORT_SYMBOL vmlinux 0x4ef9e363 skb_put EXPORT_SYMBOL vmlinux 0x4f01472e flow_rule_match_control EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create EXPORT_SYMBOL vmlinux 0x4f200b43 gnet_stats_copy_queue @@ -7297,16 +7325,12 @@ EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 EXPORT_SYMBOL vmlinux 0x4f2c8b9a read_cache_page EXPORT_SYMBOL vmlinux 0x4f4df0bd loop_register_transfer EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources -EXPORT_SYMBOL vmlinux 0x4f5b8951 xfrm6_find_1stfragopt -EXPORT_SYMBOL vmlinux 0x4f5c03f0 pci_disable_link_state EXPORT_SYMBOL vmlinux 0x4f67f63a flow_block_cb_setup_simple -EXPORT_SYMBOL vmlinux 0x4f6f2d56 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x4f76f3fe simple_statfs EXPORT_SYMBOL vmlinux 0x4f8c6702 devm_request_any_context_irq -EXPORT_SYMBOL vmlinux 0x4f962215 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x4f96eb7e tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x4f9f036e iw_handler_get_thrspy EXPORT_SYMBOL vmlinux 0x4fa0832b _copy_from_iter_nocache -EXPORT_SYMBOL vmlinux 0x4fa3b436 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x4faeca01 pv_ops EXPORT_SYMBOL vmlinux 0x4fb3df7d dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0x4fb5245d security_skb_classify_flow @@ -7314,31 +7338,37 @@ EXPORT_SYMBOL vmlinux 0x4fc16778 nd_pfn_validate EXPORT_SYMBOL vmlinux 0x4fc2f974 pci_ep_cfs_remove_epc_group EXPORT_SYMBOL vmlinux 0x4fc3986e security_cred_getsecid EXPORT_SYMBOL vmlinux 0x4fcc8ad2 ex_handler_uaccess +EXPORT_SYMBOL vmlinux 0x4fcf794c kernel_sendmsg EXPORT_SYMBOL vmlinux 0x4fd75282 dquot_scan_active EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command EXPORT_SYMBOL vmlinux 0x4fe2ca25 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x4ff12058 tcf_exts_change EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match EXPORT_SYMBOL vmlinux 0x50142d28 task_work_add -EXPORT_SYMBOL vmlinux 0x5017738b sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x501d6949 md_cluster_ops EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502bfff8 nf_hook_slow EXPORT_SYMBOL vmlinux 0x50472da3 kset_unregister EXPORT_SYMBOL vmlinux 0x5049b544 input_alloc_absinfo EXPORT_SYMBOL vmlinux 0x504a64cc fb_is_primary_device EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free EXPORT_SYMBOL vmlinux 0x50971d50 vfs_tmpfile EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a0dde0 tcp_time_wait EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch EXPORT_SYMBOL vmlinux 0x50b07ac8 phy_drivers_unregister EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c1015c agp_free_memory EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50d3b950 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x50d6834f mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del EXPORT_SYMBOL vmlinux 0x50ddece1 mipi_dsi_generic_write EXPORT_SYMBOL vmlinux 0x50de0496 __alloc_disk_node +EXPORT_SYMBOL vmlinux 0x50dfca64 inet_addr_type EXPORT_SYMBOL vmlinux 0x50f0ab03 jbd2_journal_start EXPORT_SYMBOL vmlinux 0x50f13261 __inode_add_bytes EXPORT_SYMBOL vmlinux 0x50f53ac6 jbd2_journal_ack_err @@ -7347,53 +7377,54 @@ EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq EXPORT_SYMBOL vmlinux 0x51034593 dquot_get_next_id EXPORT_SYMBOL vmlinux 0x510b56f8 pagecache_write_end EXPORT_SYMBOL vmlinux 0x51276b8d mmput_async -EXPORT_SYMBOL vmlinux 0x512e4258 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x514258e5 dump_skip EXPORT_SYMBOL vmlinux 0x514c3797 hmm_range_unregister -EXPORT_SYMBOL vmlinux 0x514d830d netpoll_cleanup EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex EXPORT_SYMBOL vmlinux 0x5155faf5 ata_port_printk EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend EXPORT_SYMBOL vmlinux 0x51760917 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x517d2d28 netdev_notice EXPORT_SYMBOL vmlinux 0x518cda59 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x519b9009 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x51bd55b5 completion_done +EXPORT_SYMBOL vmlinux 0x51cd946b mr_dump EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled EXPORT_SYMBOL vmlinux 0x51d68f14 dev_printk_emit -EXPORT_SYMBOL vmlinux 0x51efde68 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x520b59d9 get_tree_keyed EXPORT_SYMBOL vmlinux 0x521eeac8 __tty_insert_flip_char EXPORT_SYMBOL vmlinux 0x5241d62a fuse_dequeue_forget EXPORT_SYMBOL vmlinux 0x524a0c0b gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0x5252c9d5 tty_hung_up_p -EXPORT_SYMBOL vmlinux 0x52586092 sock_no_getname +EXPORT_SYMBOL vmlinux 0x5255a838 tcp_make_synack EXPORT_SYMBOL vmlinux 0x525fa35c fscrypt_free_inode EXPORT_SYMBOL vmlinux 0x526409b1 dev_pm_opp_unregister_notifier -EXPORT_SYMBOL vmlinux 0x5264c658 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x526c79fb sock_no_getname EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack EXPORT_SYMBOL vmlinux 0x5284544b xsk_umem_peek_addr EXPORT_SYMBOL vmlinux 0x528da132 vlan_vids_del_by_dev -EXPORT_SYMBOL vmlinux 0x528dde0a pcim_iounmap EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write -EXPORT_SYMBOL vmlinux 0x52b03499 pci_read_config_dword -EXPORT_SYMBOL vmlinux 0x52b58637 ip_options_compile +EXPORT_SYMBOL vmlinux 0x52a00b7e netdev_printk EXPORT_SYMBOL vmlinux 0x52bdf768 mdiobus_free EXPORT_SYMBOL vmlinux 0x52c49770 dcb_ieee_delapp EXPORT_SYMBOL vmlinux 0x52d3a1f0 twl6040_set_bits EXPORT_SYMBOL vmlinux 0x52d4d93b misc_register EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52de05d8 tcp_shutdown EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt -EXPORT_SYMBOL vmlinux 0x530ace99 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x5302837e pci_pme_active EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum EXPORT_SYMBOL vmlinux 0x53137b54 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x5316e2e1 dev_set_alias EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid EXPORT_SYMBOL vmlinux 0x534a88e6 sb_set_blocksize EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off EXPORT_SYMBOL vmlinux 0x535e2a27 gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0x536f6081 free_task -EXPORT_SYMBOL vmlinux 0x538070cf __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x538a0fea migrate_page_states -EXPORT_SYMBOL vmlinux 0x53a9b90e skb_queue_tail +EXPORT_SYMBOL vmlinux 0x539ffcad __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x53aa0d85 softnet_data +EXPORT_SYMBOL vmlinux 0x53ae2a23 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x53b954a2 up_read EXPORT_SYMBOL vmlinux 0x53bc85d0 acpi_pm_device_sleep_state EXPORT_SYMBOL vmlinux 0x53bd284d seq_write @@ -7401,19 +7432,17 @@ EXPORT_SYMBOL vmlinux 0x53be682b rproc_vq_interrupt EXPORT_SYMBOL vmlinux 0x53e9e133 max8998_bulk_read EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0x5410288b dcache_dir_close +EXPORT_SYMBOL vmlinux 0x5412528c km_state_notify EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register EXPORT_SYMBOL vmlinux 0x54190322 fwnode_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0x542152a4 kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user -EXPORT_SYMBOL vmlinux 0x5436b923 skb_set_owner_w EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register -EXPORT_SYMBOL vmlinux 0x546c0b0d dev_remove_offload EXPORT_SYMBOL vmlinux 0x5470cffd vme_bus_type EXPORT_SYMBOL vmlinux 0x5475f13e devfreq_recommended_opp EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable EXPORT_SYMBOL vmlinux 0x547f6e47 mmc_of_parse_voltage -EXPORT_SYMBOL vmlinux 0x54a1bb5e tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul EXPORT_SYMBOL vmlinux 0x54c9e9ec phy_advertise_supported EXPORT_SYMBOL vmlinux 0x54d30e86 fasync_helper @@ -7424,39 +7453,44 @@ EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit EXPORT_SYMBOL vmlinux 0x550e60fe tcf_em_tree_validate EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color EXPORT_SYMBOL vmlinux 0x552085cf tty_throttle -EXPORT_SYMBOL vmlinux 0x5526d6ec netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x55334888 d_exact_alias EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f4411 sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x55622623 jbd2_journal_begin_ordered_truncate EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache -EXPORT_SYMBOL vmlinux 0x5567667f udplite_prot EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x559f9af6 dquot_quota_on_mount EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e6a1d0 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x55efd3d4 __scm_destroy EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x5624424e ipv4_specific +EXPORT_SYMBOL vmlinux 0x5626be4f __skb_pad EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user EXPORT_SYMBOL vmlinux 0x563e6dff sort_r EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk EXPORT_SYMBOL vmlinux 0x5648c04d shrink_dcache_sb EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register -EXPORT_SYMBOL vmlinux 0x566cf6aa ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x565c5c5f ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x5673ae11 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x567671ca pcie_get_readrq EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames EXPORT_SYMBOL vmlinux 0x569abcca acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x569d45ce mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x569f2623 skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x56a2b81b dquot_drop EXPORT_SYMBOL vmlinux 0x56b8d37c dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x56c18dff ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg -EXPORT_SYMBOL vmlinux 0x56e0f0bf inet_shutdown -EXPORT_SYMBOL vmlinux 0x56e48f03 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x56e4a783 sock_wmalloc EXPORT_SYMBOL vmlinux 0x56ec0b26 genphy_resume EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree EXPORT_SYMBOL vmlinux 0x56fc12c4 md_update_sb +EXPORT_SYMBOL vmlinux 0x5707a070 __netif_schedule EXPORT_SYMBOL vmlinux 0x57131e38 sk_stream_error -EXPORT_SYMBOL vmlinux 0x571b4512 inet_frags_init -EXPORT_SYMBOL vmlinux 0x57300c97 tcp_md5_hash_key -EXPORT_SYMBOL vmlinux 0x57410a29 tcp_seq_start EXPORT_SYMBOL vmlinux 0x57495cdf discard_new_inode EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put @@ -7467,177 +7501,173 @@ EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy EXPORT_SYMBOL vmlinux 0x57a83d62 load_nls_default EXPORT_SYMBOL vmlinux 0x57b72fda cdc_parse_cdc_header -EXPORT_SYMBOL vmlinux 0x57bb82db pci_request_irq EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write EXPORT_SYMBOL vmlinux 0x57ee516f filemap_fdatawait_range_keep_errors -EXPORT_SYMBOL vmlinux 0x57ef5cc0 sock_no_sendpage EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm -EXPORT_SYMBOL vmlinux 0x583e612d sk_send_sigurg -EXPORT_SYMBOL vmlinux 0x58409ac8 pci_lost_interrupt -EXPORT_SYMBOL vmlinux 0x5842d179 nf_reinject -EXPORT_SYMBOL vmlinux 0x584c5fdd agp_generic_alloc_pages EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep EXPORT_SYMBOL vmlinux 0x58604e4d alloc_iova_mem EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key EXPORT_SYMBOL vmlinux 0x5883e6fd mmc_retune_unpause EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block -EXPORT_SYMBOL vmlinux 0x58929def pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x589b427e dma_async_device_register EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info EXPORT_SYMBOL vmlinux 0x58b34b5d set_anon_super EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58baa9d4 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x58be7843 scsi_cmd_blk_ioctl -EXPORT_SYMBOL vmlinux 0x58bee400 tcp_add_backlog -EXPORT_SYMBOL vmlinux 0x58c7e294 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x58dd777d jbd2_journal_abort EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io -EXPORT_SYMBOL vmlinux 0x58f945a0 sk_dst_check +EXPORT_SYMBOL vmlinux 0x58fa3252 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x58fc4ef4 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x58fdc2f5 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x59031ea8 pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0x5904a979 fwnode_irq_get -EXPORT_SYMBOL vmlinux 0x593084dd skb_vlan_push EXPORT_SYMBOL vmlinux 0x593c1bac __x86_indirect_thunk_rbx EXPORT_SYMBOL vmlinux 0x5943f520 input_open_device EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map -EXPORT_SYMBOL vmlinux 0x59501d42 __inet6_lookup_established -EXPORT_SYMBOL vmlinux 0x59587c14 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0x59588850 vsscanf EXPORT_SYMBOL vmlinux 0x5968badc make_kuid EXPORT_SYMBOL vmlinux 0x596df49c phy_init_eee EXPORT_SYMBOL vmlinux 0x597f54c0 native_restore_fl -EXPORT_SYMBOL vmlinux 0x597fa9c0 ip6_route_me_harder -EXPORT_SYMBOL vmlinux 0x599e59be xfrm_state_free EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node EXPORT_SYMBOL vmlinux 0x59a2f0ee packing EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated -EXPORT_SYMBOL vmlinux 0x59bd9d17 sock_edemux EXPORT_SYMBOL vmlinux 0x59c3839d elv_rb_former_request -EXPORT_SYMBOL vmlinux 0x59d61ab2 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x59d719a4 _copy_from_iter_full EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 EXPORT_SYMBOL vmlinux 0x5a245f6d _raw_write_lock +EXPORT_SYMBOL vmlinux 0x5a304ff5 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5a32341b udp_lib_rehash EXPORT_SYMBOL vmlinux 0x5a3499f5 devm_memremap -EXPORT_SYMBOL vmlinux 0x5a396d2e __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle EXPORT_SYMBOL vmlinux 0x5a578660 iov_iter_bvec EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict +EXPORT_SYMBOL vmlinux 0x5a91b38c compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0x5a921311 strncmp EXPORT_SYMBOL vmlinux 0x5a949dcf default_llseek -EXPORT_SYMBOL vmlinux 0x5ac52924 get_amd_iommu -EXPORT_SYMBOL vmlinux 0x5ad6af8e eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x5abafbfa pci_disable_msix +EXPORT_SYMBOL vmlinux 0x5abf540f ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x5ad99cd2 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x5af0194f dev_alloc_name EXPORT_SYMBOL vmlinux 0x5b0f9d37 fput EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr EXPORT_SYMBOL vmlinux 0x5b341328 rproc_elf_load_segments EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store EXPORT_SYMBOL vmlinux 0x5b44e522 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x5b46cc2a inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b8b93da rtnl_notify EXPORT_SYMBOL vmlinux 0x5b915a78 send_sig_mceerr EXPORT_SYMBOL vmlinux 0x5ba19218 ilookup -EXPORT_SYMBOL vmlinux 0x5bb02a3f dev_direct_xmit -EXPORT_SYMBOL vmlinux 0x5bbe3880 udp_skb_destructor EXPORT_SYMBOL vmlinux 0x5bc24ee4 i2c_smbus_write_i2c_block_data EXPORT_SYMBOL vmlinux 0x5bdb3bf7 tcf_generic_walker EXPORT_SYMBOL vmlinux 0x5be152e9 param_get_short EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub -EXPORT_SYMBOL vmlinux 0x5c0fbb6b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x5bf7369e sk_capable +EXPORT_SYMBOL vmlinux 0x5c024bc0 skb_queue_tail EXPORT_SYMBOL vmlinux 0x5c175bd7 cros_ec_cmd_xfer EXPORT_SYMBOL vmlinux 0x5c1d5050 dma_supported -EXPORT_SYMBOL vmlinux 0x5c2122b4 netpoll_send_udp -EXPORT_SYMBOL vmlinux 0x5c3b9590 skb_seq_read EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region -EXPORT_SYMBOL vmlinux 0x5c427b5f pci_add_new_bus EXPORT_SYMBOL vmlinux 0x5c4a4753 dquot_alloc EXPORT_SYMBOL vmlinux 0x5c624e8f devm_memunmap +EXPORT_SYMBOL vmlinux 0x5c85300b memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x5c95154c mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x5c962287 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x5c97f8bb napi_gro_receive EXPORT_SYMBOL vmlinux 0x5c9c9698 set_binfmt +EXPORT_SYMBOL vmlinux 0x5caaad56 xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x5cc22fed devm_nvmem_unregister -EXPORT_SYMBOL vmlinux 0x5cdb13a7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x5ccb6eb8 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x5cdf0411 tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0x5ce0ab96 put_disk_and_module EXPORT_SYMBOL vmlinux 0x5ce618e9 unregister_nls EXPORT_SYMBOL vmlinux 0x5cebd545 blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf93607 netif_receive_skb EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state EXPORT_SYMBOL vmlinux 0x5cfb554e follow_down EXPORT_SYMBOL vmlinux 0x5d04dfd9 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x5d18c5c4 __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0x5d253b24 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x5d3a749a get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x5d40359c pps_lookup_dev EXPORT_SYMBOL vmlinux 0x5d45d1af ppp_unregister_channel -EXPORT_SYMBOL vmlinux 0x5d45e01e pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry -EXPORT_SYMBOL vmlinux 0x5d65465b sock_no_sendpage_locked -EXPORT_SYMBOL vmlinux 0x5d6bfd01 tcf_classify EXPORT_SYMBOL vmlinux 0x5d6c905c blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x5d73fa13 netdev_info EXPORT_SYMBOL vmlinux 0x5d790de2 blk_queue_io_min EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d890e11 jbd2_journal_set_triggers -EXPORT_SYMBOL vmlinux 0x5dc76f2a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x5dbd6720 sock_wake_async +EXPORT_SYMBOL vmlinux 0x5deaa591 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x5df724fb pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict EXPORT_SYMBOL vmlinux 0x5e1d2569 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5e234fdc inet_add_offload EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3d35f3 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0x5e4026ee genlmsg_put EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x5e672efb inet_register_protosw EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask -EXPORT_SYMBOL vmlinux 0x5e982bd2 pci_scan_bus EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg -EXPORT_SYMBOL vmlinux 0x5eb2bdd4 dev_set_mtu EXPORT_SYMBOL vmlinux 0x5ecea5d6 iterate_fd EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii -EXPORT_SYMBOL vmlinux 0x5ed3654e noop_qdisc EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee21888 pci_write_config_byte EXPORT_SYMBOL vmlinux 0x5ee84471 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x5ef6a68c tcp_v4_connect EXPORT_SYMBOL vmlinux 0x5ef8b11a iget5_locked -EXPORT_SYMBOL vmlinux 0x5ef9d76c compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters EXPORT_SYMBOL vmlinux 0x5f156625 ptp_clock_event EXPORT_SYMBOL vmlinux 0x5f29cb94 jbd2_log_start_commit EXPORT_SYMBOL vmlinux 0x5f2bbb15 md_bitmap_endwrite EXPORT_SYMBOL vmlinux 0x5f2beb20 tty_port_alloc_xmit_buf -EXPORT_SYMBOL vmlinux 0x5f317c95 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x5f345f80 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x5f3edf77 inet6_offloads EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu EXPORT_SYMBOL vmlinux 0x5f575d0f redirty_page_for_writepage -EXPORT_SYMBOL vmlinux 0x5f5a0c12 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x5f604dce generic_file_splice_read EXPORT_SYMBOL vmlinux 0x5f616c4b param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5f656100 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f76b0c5 netif_rx_ni EXPORT_SYMBOL vmlinux 0x5f80e111 pnp_device_attach EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9c3f6a inet_frags_init EXPORT_SYMBOL vmlinux 0x5f9f5575 __put_user_ns EXPORT_SYMBOL vmlinux 0x5faac977 xattr_full_name -EXPORT_SYMBOL vmlinux 0x5fc0d90d __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x5fb5d3a0 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x5fbca0eb __icmp_send EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact EXPORT_SYMBOL vmlinux 0x5fda80f1 jbd2_journal_lock_updates -EXPORT_SYMBOL vmlinux 0x5fe046ae compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen -EXPORT_SYMBOL vmlinux 0x6014905a dev_pick_tx_cpu_id -EXPORT_SYMBOL vmlinux 0x601c5710 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x600fcede pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create EXPORT_SYMBOL vmlinux 0x6025ccc0 n_tty_ioctl_helper EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x603fe5b4 security_dentry_init_security EXPORT_SYMBOL vmlinux 0x60410122 mipi_dsi_dcs_set_tear_off EXPORT_SYMBOL vmlinux 0x6041d3b9 register_sysctl +EXPORT_SYMBOL vmlinux 0x6057741b kernel_getpeername EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent EXPORT_SYMBOL vmlinux 0x605d445c rproc_get_by_child EXPORT_SYMBOL vmlinux 0x605d8ec9 security_sb_set_mnt_opts -EXPORT_SYMBOL vmlinux 0x6070db4d sock_efree EXPORT_SYMBOL vmlinux 0x607a20cd cdrom_number_of_slots EXPORT_SYMBOL vmlinux 0x6085601b kobject_set_name EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head @@ -7648,42 +7678,38 @@ EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec EXPORT_SYMBOL vmlinux 0x60b4338f netlink_capable +EXPORT_SYMBOL vmlinux 0x60b49a4c inet6_getname +EXPORT_SYMBOL vmlinux 0x60bcfc40 agp_bind_memory EXPORT_SYMBOL vmlinux 0x60bde4d1 proc_mkdir_mode EXPORT_SYMBOL vmlinux 0x60c0558b __quota_error -EXPORT_SYMBOL vmlinux 0x60c83147 dev_get_stats -EXPORT_SYMBOL vmlinux 0x60c9d5c0 pci_irq_vector EXPORT_SYMBOL vmlinux 0x60d3aa74 tty_wait_until_sent EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get EXPORT_SYMBOL vmlinux 0x60de5053 seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x60eabc10 vme_irq_request +EXPORT_SYMBOL vmlinux 0x60f84817 inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0x60fe9e2e hmm_mirror_register -EXPORT_SYMBOL vmlinux 0x61015cbb pci_claim_resource -EXPORT_SYMBOL vmlinux 0x61188e53 inet_csk_init_xmit_timers -EXPORT_SYMBOL vmlinux 0x611b9bc7 pci_unregister_driver EXPORT_SYMBOL vmlinux 0x611bf0f1 prepare_creds EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set EXPORT_SYMBOL vmlinux 0x615a313e d_splice_alias +EXPORT_SYMBOL vmlinux 0x6160a534 tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x61675e69 ab3100_event_register EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath -EXPORT_SYMBOL vmlinux 0x6182b15c pci_enable_device_io EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x6185fe26 nosteal_pipe_buf_ops EXPORT_SYMBOL vmlinux 0x618911fc numa_node EXPORT_SYMBOL vmlinux 0x618ed701 bmap -EXPORT_SYMBOL vmlinux 0x6194f196 mr_table_dump EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer EXPORT_SYMBOL vmlinux 0x61b1a5ca generic_fillattr EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull EXPORT_SYMBOL vmlinux 0x61bdb37a keyring_search EXPORT_SYMBOL vmlinux 0x61c92754 vfs_path_lookup -EXPORT_SYMBOL vmlinux 0x61d409a8 tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x61e084ab phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x61e474da pci_save_state EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer EXPORT_SYMBOL vmlinux 0x61f11980 blk_pre_runtime_resume EXPORT_SYMBOL vmlinux 0x61fa3a06 devm_get_clk_from_child -EXPORT_SYMBOL vmlinux 0x6209deaf fqdir_exit EXPORT_SYMBOL vmlinux 0x621046e2 nvdimm_namespace_locked EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping @@ -7692,40 +7718,38 @@ EXPORT_SYMBOL vmlinux 0x622b0253 blk_queue_max_segment_size EXPORT_SYMBOL vmlinux 0x623d0976 tty_unregister_driver EXPORT_SYMBOL vmlinux 0x62500685 is_nvdimm_bus_locked EXPORT_SYMBOL vmlinux 0x6251b0f4 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x6266cf6d pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name EXPORT_SYMBOL vmlinux 0x62890955 __tracepoint_spi_transfer_stop EXPORT_SYMBOL vmlinux 0x6290ea9c tty_devnum -EXPORT_SYMBOL vmlinux 0x62987c2c pcie_capability_read_dword -EXPORT_SYMBOL vmlinux 0x62bd4d97 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x62a72d09 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin EXPORT_SYMBOL vmlinux 0x62cd4dbc vfs_fsync_range EXPORT_SYMBOL vmlinux 0x62d24dda generic_block_fiemap -EXPORT_SYMBOL vmlinux 0x62d75986 tcp_rtx_synack EXPORT_SYMBOL vmlinux 0x62db29af __scsi_device_lookup -EXPORT_SYMBOL vmlinux 0x62deb14e inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x62deb531 tcp_recvmsg EXPORT_SYMBOL vmlinux 0x62ef640b register_gifconf -EXPORT_SYMBOL vmlinux 0x62f40622 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x62f43d6a jbd2_journal_start_commit EXPORT_SYMBOL vmlinux 0x62fd0331 kobject_del EXPORT_SYMBOL vmlinux 0x6303930f truncate_inode_pages_final -EXPORT_SYMBOL vmlinux 0x63086ab6 tcp_v4_do_rcv -EXPORT_SYMBOL vmlinux 0x630fc8ea neigh_resolve_output EXPORT_SYMBOL vmlinux 0x6315fc06 blk_mq_unique_tag EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled -EXPORT_SYMBOL vmlinux 0x631c92ea __skb_gso_segment EXPORT_SYMBOL vmlinux 0x63366caf file_update_time +EXPORT_SYMBOL vmlinux 0x63414551 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x635d4334 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x6361b55c elv_rb_latter_request EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps EXPORT_SYMBOL vmlinux 0x6366c742 writeback_inodes_sb EXPORT_SYMBOL vmlinux 0x63776359 vme_register_driver +EXPORT_SYMBOL vmlinux 0x6386c057 sock_create EXPORT_SYMBOL vmlinux 0x6397716c kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region -EXPORT_SYMBOL vmlinux 0x63b0b64b agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x63c4674c ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight -EXPORT_SYMBOL vmlinux 0x63d31c8d tcp_make_synack EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x63dd0113 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x63e7d0c2 unregister_netdev EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink EXPORT_SYMBOL vmlinux 0x63ed1961 filemap_page_mkwrite EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss @@ -7736,22 +7760,23 @@ EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout EXPORT_SYMBOL vmlinux 0x6433f71d gro_cells_init EXPORT_SYMBOL vmlinux 0x64388292 locks_mandatory_area EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free +EXPORT_SYMBOL vmlinux 0x64667fde pci_set_mwi EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list -EXPORT_SYMBOL vmlinux 0x6495d7ff tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait -EXPORT_SYMBOL vmlinux 0x64a29fab __icmp_send EXPORT_SYMBOL vmlinux 0x64a6d43d fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu EXPORT_SYMBOL vmlinux 0x64ab04f1 bio_put +EXPORT_SYMBOL vmlinux 0x64ac91e6 agp_generic_free_by_type EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape EXPORT_SYMBOL vmlinux 0x64bccf4b phy_device_register +EXPORT_SYMBOL vmlinux 0x64e10b71 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x64fcaf7b __pagevec_release -EXPORT_SYMBOL vmlinux 0x65096de9 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652032cb mac_pton EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653163cd kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x653c546d kdb_current_task EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob EXPORT_SYMBOL vmlinux 0x6540a9d5 vlan_for_each @@ -7764,15 +7789,13 @@ EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc -EXPORT_SYMBOL vmlinux 0x65a7ba94 inet_release -EXPORT_SYMBOL vmlinux 0x65b949bc secpath_set +EXPORT_SYMBOL vmlinux 0x65a31dca __skb_checksum EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry EXPORT_SYMBOL vmlinux 0x65bb478e blk_queue_flag_clear EXPORT_SYMBOL vmlinux 0x65bf4bde mmc_run_bkops EXPORT_SYMBOL vmlinux 0x65ccf93d md_unregister_thread EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict EXPORT_SYMBOL vmlinux 0x65d03a22 con_is_visible -EXPORT_SYMBOL vmlinux 0x65d11415 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65da3137 ppp_dev_name @@ -7780,40 +7803,39 @@ EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer EXPORT_SYMBOL vmlinux 0x65e88f69 i2c_del_adapter EXPORT_SYMBOL vmlinux 0x65eca2f3 padata_register_cpumask_notifier -EXPORT_SYMBOL vmlinux 0x65f24b45 blk_rq_map_sg EXPORT_SYMBOL vmlinux 0x661593d4 pm8606_osc_disable EXPORT_SYMBOL vmlinux 0x661c4971 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x662148d5 nf_log_trace EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x66279b6c sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x6630e9ab unix_destruct_scm EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status -EXPORT_SYMBOL vmlinux 0x663fe5f0 skb_free_datagram -EXPORT_SYMBOL vmlinux 0x6640ccda tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x664683ff pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0x664eec18 vme_dma_request EXPORT_SYMBOL vmlinux 0x66578074 tty_insert_flip_string_fixed_flag EXPORT_SYMBOL vmlinux 0x665796ce textsearch_find_continuous EXPORT_SYMBOL vmlinux 0x6659a779 blk_mq_can_queue EXPORT_SYMBOL vmlinux 0x665f7f63 mipi_dsi_host_register EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6669dca3 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset EXPORT_SYMBOL vmlinux 0x667f854e capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x6680d509 brioctl_set EXPORT_SYMBOL vmlinux 0x668572e1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x6688c12f __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x668b19a1 down_read -EXPORT_SYMBOL vmlinux 0x66944e90 pcim_iomap_regions_request_all -EXPORT_SYMBOL vmlinux 0x669ee834 xfrm_register_type EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b0ff98 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup EXPORT_SYMBOL vmlinux 0x66cff92b find_vma -EXPORT_SYMBOL vmlinux 0x66d83a35 dev_add_offload EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec -EXPORT_SYMBOL vmlinux 0x66ffb373 agp_backend_release -EXPORT_SYMBOL vmlinux 0x670ac416 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x670dc190 vfs_copy_file_range EXPORT_SYMBOL vmlinux 0x6711c582 fb_pan_display EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 -EXPORT_SYMBOL vmlinux 0x673ade58 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init EXPORT_SYMBOL vmlinux 0x674dfd99 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x6753c04f __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0x67789664 ioc_lookup_icq EXPORT_SYMBOL vmlinux 0x67791de0 devm_ioremap_resource EXPORT_SYMBOL vmlinux 0x677fb116 set_page_dirty @@ -7827,160 +7849,157 @@ EXPORT_SYMBOL vmlinux 0x67d395d1 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0x67d49222 register_filesystem EXPORT_SYMBOL vmlinux 0x67d67a48 abx500_startup_irq_enabled EXPORT_SYMBOL vmlinux 0x67df6d58 devfreq_unregister_notifier -EXPORT_SYMBOL vmlinux 0x67ee857a pci_dev_driver EXPORT_SYMBOL vmlinux 0x68031b55 tcf_em_tree_destroy EXPORT_SYMBOL vmlinux 0x6804e54a tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x680f4d7c tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0x682e5f3c pagevec_lookup_range_nr_tag EXPORT_SYMBOL vmlinux 0x683817e3 acpi_bus_get_status EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort EXPORT_SYMBOL vmlinux 0x685f6e26 bdev_stack_limits -EXPORT_SYMBOL vmlinux 0x6869969c napi_schedule_prep EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6897612a xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0x689b5f29 phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font -EXPORT_SYMBOL vmlinux 0x68b48372 mr_table_alloc EXPORT_SYMBOL vmlinux 0x68b48fe9 param_get_ulong -EXPORT_SYMBOL vmlinux 0x68b945e3 __ip_select_ident EXPORT_SYMBOL vmlinux 0x68ba44c6 tty_register_ldisc EXPORT_SYMBOL vmlinux 0x68bb27bc i2c_smbus_read_byte_data -EXPORT_SYMBOL vmlinux 0x68bdcd32 skb_orphan_partial EXPORT_SYMBOL vmlinux 0x68c6fdea file_fdatawait_range EXPORT_SYMBOL vmlinux 0x68d6f665 write_dirty_buffer EXPORT_SYMBOL vmlinux 0x68fb2827 input_mt_sync_frame EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x691cba99 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x6926ce2f scsi_command_normalize_sense -EXPORT_SYMBOL vmlinux 0x693c53e0 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x693fbcbf tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x69485186 pci_map_rom EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x6958517d md_bitmap_sync_with_cluster EXPORT_SYMBOL vmlinux 0x69585523 __ksize EXPORT_SYMBOL vmlinux 0x695aedf3 mount_single +EXPORT_SYMBOL vmlinux 0x6960780a neigh_destroy EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features EXPORT_SYMBOL vmlinux 0x696a6cb8 set_create_files_as EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6979a5a0 amd_iommu_enable_device_erratum EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 EXPORT_SYMBOL vmlinux 0x69a9769f scsi_unblock_requests EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint -EXPORT_SYMBOL vmlinux 0x69b0b835 icmp6_send EXPORT_SYMBOL vmlinux 0x69c86f93 generic_perform_write +EXPORT_SYMBOL vmlinux 0x69d65da3 acpi_get_hp_hw_control_from_firmware EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window EXPORT_SYMBOL vmlinux 0x69e13f02 submit_bh +EXPORT_SYMBOL vmlinux 0x69effe37 __skb_warn_lro_forwarding EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0c9d64 amd_iommu_pc_get_reg EXPORT_SYMBOL vmlinux 0x6a191ead netlink_set_err EXPORT_SYMBOL vmlinux 0x6a261b78 irq_stat -EXPORT_SYMBOL vmlinux 0x6a521edc xfrm_state_delete EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a94cabe udp6_seq_ops EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order EXPORT_SYMBOL vmlinux 0x6aa31024 blk_get_queue EXPORT_SYMBOL vmlinux 0x6ac2e938 security_socket_getpeersec_dgram -EXPORT_SYMBOL vmlinux 0x6acae121 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device EXPORT_SYMBOL vmlinux 0x6aec6705 crypto_sha1_finup EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b21c1e4 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack -EXPORT_SYMBOL vmlinux 0x6b300acb __sk_mem_raise_allocated -EXPORT_SYMBOL vmlinux 0x6b372a7e sock_common_recvmsg -EXPORT_SYMBOL vmlinux 0x6b3cac4f __sk_dst_check +EXPORT_SYMBOL vmlinux 0x6b506235 netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits -EXPORT_SYMBOL vmlinux 0x6b632bbd inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x6b61b414 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy EXPORT_SYMBOL vmlinux 0x6b6f82a9 _dev_notice +EXPORT_SYMBOL vmlinux 0x6b7f21a0 seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x6b8283be convert_art_to_tsc EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list EXPORT_SYMBOL vmlinux 0x6b91724c ipmi_platform_add -EXPORT_SYMBOL vmlinux 0x6b98c627 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x6b98f868 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x6ba86141 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x6ba94c0b try_to_writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0x6babbd8e lock_sock_nested -EXPORT_SYMBOL vmlinux 0x6bb10528 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x6bb8f282 dma_resv_fini -EXPORT_SYMBOL vmlinux 0x6bb90754 pci_find_resource EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev -EXPORT_SYMBOL vmlinux 0x6bc4af4e in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x6bce168d dma_direct_map_page EXPORT_SYMBOL vmlinux 0x6bd2283a jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x6be0d38b unregister_sysctl_table EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method -EXPORT_SYMBOL vmlinux 0x6bf60ac2 kfree_skb_list EXPORT_SYMBOL vmlinux 0x6c115654 dquot_release -EXPORT_SYMBOL vmlinux 0x6c1c8af1 __sk_mem_schedule -EXPORT_SYMBOL vmlinux 0x6c1c9b4e inet_dgram_ops EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c279669 pci_choose_state EXPORT_SYMBOL vmlinux 0x6c28be5a vfio_info_add_capability -EXPORT_SYMBOL vmlinux 0x6c460c1f pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb EXPORT_SYMBOL vmlinux 0x6c6da10a security_inode_setsecctx EXPORT_SYMBOL vmlinux 0x6c7a9a26 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x6c7c8b2a tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0x6ca264b1 user_path_create EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk EXPORT_SYMBOL vmlinux 0x6cf5ff22 fscrypt_get_encryption_info EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6cff499f neigh_for_each EXPORT_SYMBOL vmlinux 0x6d1f2bb8 security_path_mknod EXPORT_SYMBOL vmlinux 0x6d23ad98 blk_rq_map_user EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3252a0 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged EXPORT_SYMBOL vmlinux 0x6d665b3c finish_swait -EXPORT_SYMBOL vmlinux 0x6d80975a skb_store_bits +EXPORT_SYMBOL vmlinux 0x6d6dad0d dev_remove_offload +EXPORT_SYMBOL vmlinux 0x6d7944c1 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x6d882604 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x6d9a1ad6 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x6da6c83c sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6da8f505 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x6da9f3b0 __d_drop +EXPORT_SYMBOL vmlinux 0x6dac3878 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x6db00696 tcp_parse_options EXPORT_SYMBOL vmlinux 0x6db3b9c8 tcf_action_exec EXPORT_SYMBOL vmlinux 0x6db75cd3 input_set_keycode EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header EXPORT_SYMBOL vmlinux 0x6dd61117 vfs_symlink -EXPORT_SYMBOL vmlinux 0x6dd85742 pci_restore_state EXPORT_SYMBOL vmlinux 0x6de13801 wait_for_completion EXPORT_SYMBOL vmlinux 0x6de21a30 to_nd_dax EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction -EXPORT_SYMBOL vmlinux 0x6dfb3ed8 km_report EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get -EXPORT_SYMBOL vmlinux 0x6e22cab6 agp_enable +EXPORT_SYMBOL vmlinux 0x6e05ef6b ip6_route_me_harder EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack -EXPORT_SYMBOL vmlinux 0x6e3f445c neigh_connected_output +EXPORT_SYMBOL vmlinux 0x6e3eebe1 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x6e49bbdb update_devfreq EXPORT_SYMBOL vmlinux 0x6e4c9953 tcf_register_action EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6934ec blk_queue_split EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock -EXPORT_SYMBOL vmlinux 0x6e8ef2d6 __skb_get_hash EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put -EXPORT_SYMBOL vmlinux 0x6ea08b7a dev_open EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig EXPORT_SYMBOL vmlinux 0x6eade389 rproc_get_by_phandle EXPORT_SYMBOL vmlinux 0x6eaf60c1 csum_and_copy_from_iter -EXPORT_SYMBOL vmlinux 0x6ec03aae netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x6ec4d769 blk_queue_virt_boundary EXPORT_SYMBOL vmlinux 0x6ecab82d mdio_bus_type EXPORT_SYMBOL vmlinux 0x6ecbdfa2 end_page_writeback -EXPORT_SYMBOL vmlinux 0x6ed2afd1 pci_iomap_range EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check -EXPORT_SYMBOL vmlinux 0x6edfbb2a vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x6edb43a1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x6ee59bee skb_queue_purge EXPORT_SYMBOL vmlinux 0x6eeea13f security_path_unlink EXPORT_SYMBOL vmlinux 0x6ef93634 __cleancache_get_page -EXPORT_SYMBOL vmlinux 0x6efbf0c9 udp_seq_ops EXPORT_SYMBOL vmlinux 0x6f015a64 vfs_rmdir EXPORT_SYMBOL vmlinux 0x6f0442ec kobject_get +EXPORT_SYMBOL vmlinux 0x6f0e5b12 ip_frag_init EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit -EXPORT_SYMBOL vmlinux 0x6f220b98 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x6f38df8b mipi_dsi_dcs_set_column_address -EXPORT_SYMBOL vmlinux 0x6f3e5cc9 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x6f406eaa try_to_release_page EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource EXPORT_SYMBOL vmlinux 0x6f453889 __inc_node_page_state @@ -7993,81 +8012,83 @@ EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats EXPORT_SYMBOL vmlinux 0x6f92db41 clk_add_alias EXPORT_SYMBOL vmlinux 0x6f9a3da8 d_drop EXPORT_SYMBOL vmlinux 0x6fa25eb9 md_write_inc +EXPORT_SYMBOL vmlinux 0x6fb449e7 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work -EXPORT_SYMBOL vmlinux 0x6fb50ddb msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbd74af dev_set_mtu EXPORT_SYMBOL vmlinux 0x6fc5cb7c abx500_set_register_interruptible EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcdab08 agp_allocate_memory EXPORT_SYMBOL vmlinux 0x6fd01b34 migrate_page -EXPORT_SYMBOL vmlinux 0x6fd772f2 pskb_expand_head EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 EXPORT_SYMBOL vmlinux 0x6fda9442 rproc_coredump_add_custom_segment EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x6fecb963 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0x6fedce25 file_ns_capable -EXPORT_SYMBOL vmlinux 0x6fff7e36 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70187eb6 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x701b4707 tcp_sendpage EXPORT_SYMBOL vmlinux 0x701ef7cd bio_init EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen -EXPORT_SYMBOL vmlinux 0x70402748 fib_default_rule_add EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock -EXPORT_SYMBOL vmlinux 0x70482ad2 rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma EXPORT_SYMBOL vmlinux 0x70599623 bprm_change_interp EXPORT_SYMBOL vmlinux 0x70659e3e twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x7070c2d2 netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put EXPORT_SYMBOL vmlinux 0x708e46a6 md_error EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup EXPORT_SYMBOL vmlinux 0x70ce17e4 generic_file_llseek_size -EXPORT_SYMBOL vmlinux 0x70dd9fd9 tcp_close -EXPORT_SYMBOL vmlinux 0x70e11cce inet6_del_protocol EXPORT_SYMBOL vmlinux 0x70f77282 param_get_int -EXPORT_SYMBOL vmlinux 0x71134d0e neigh_direct_output +EXPORT_SYMBOL vmlinux 0x71226be9 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x712487ec page_mapped EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc EXPORT_SYMBOL vmlinux 0x712a5832 __scsi_print_sense -EXPORT_SYMBOL vmlinux 0x7137ed43 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x712b6841 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x71437fe1 rproc_elf_load_rsc_table EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add EXPORT_SYMBOL vmlinux 0x716d849d __starget_for_each_device EXPORT_SYMBOL vmlinux 0x7171121c overflowgid -EXPORT_SYMBOL vmlinux 0x7179305e __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x7171be21 sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x717ff7b0 jbd2_log_wait_commit EXPORT_SYMBOL vmlinux 0x719274f5 genphy_restart_aneg -EXPORT_SYMBOL vmlinux 0x7198b1f6 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x719dab89 tty_port_free_xmit_buf EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy -EXPORT_SYMBOL vmlinux 0x71b8db20 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x71b8dd02 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x71bb9054 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0x71cce8a0 cdrom_ioctl EXPORT_SYMBOL vmlinux 0x71d342d4 __page_symlink +EXPORT_SYMBOL vmlinux 0x71d89d31 pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0x71db3b43 pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0x71ea86a7 bio_list_copy_data +EXPORT_SYMBOL vmlinux 0x71ed95da pci_set_master EXPORT_SYMBOL vmlinux 0x71f22ba3 key_unlink +EXPORT_SYMBOL vmlinux 0x71f5c585 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x72292889 scsi_verify_blk_ioctl EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported -EXPORT_SYMBOL vmlinux 0x725d33b3 skb_split +EXPORT_SYMBOL vmlinux 0x725d0d8b xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x7260e249 ___preempt_schedule_notrace -EXPORT_SYMBOL vmlinux 0x726ebbdd pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x726a152e nf_log_packet EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x728296d7 pskb_extract EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled EXPORT_SYMBOL vmlinux 0x72aa56b1 nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72bea963 truncate_setsize -EXPORT_SYMBOL vmlinux 0x72da6af4 eth_header_parse EXPORT_SYMBOL vmlinux 0x72e3aecb iw_handler_set_thrspy EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type EXPORT_SYMBOL vmlinux 0x72f52d1e __dquot_free_space -EXPORT_SYMBOL vmlinux 0x72fd124c compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x72fd2434 uart_register_driver +EXPORT_SYMBOL vmlinux 0x7300c9f7 dev_disable_lro EXPORT_SYMBOL vmlinux 0x73033c9f vlan_vid_del EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config -EXPORT_SYMBOL vmlinux 0x731c22af netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal EXPORT_SYMBOL vmlinux 0x731cc8a4 scsi_print_command +EXPORT_SYMBOL vmlinux 0x73240912 neigh_connected_output EXPORT_SYMBOL vmlinux 0x7325a3eb i2c_smbus_write_byte_data EXPORT_SYMBOL vmlinux 0x732d407d d_alloc_name EXPORT_SYMBOL vmlinux 0x733040a1 get_user_pages @@ -8078,16 +8099,17 @@ EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer EXPORT_SYMBOL vmlinux 0x735eb75c cdev_set_parent +EXPORT_SYMBOL vmlinux 0x7364f558 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x736b5662 _raw_read_lock_irqsave EXPORT_SYMBOL vmlinux 0x7371b950 dcb_getapp +EXPORT_SYMBOL vmlinux 0x737db9cf poll_freewait EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73a4a8c8 amd_iommu_get_v2_domain EXPORT_SYMBOL vmlinux 0x73c4d3a3 invalidate_inode_buffers EXPORT_SYMBOL vmlinux 0x73d55c36 t10_pi_type1_crc EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable EXPORT_SYMBOL vmlinux 0x73df6978 twl6040_set_pll -EXPORT_SYMBOL vmlinux 0x73e1a961 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x73e8ebcc tty_unlock -EXPORT_SYMBOL vmlinux 0x73fcd753 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0x73fe0975 xsk_umem_uses_need_wakeup EXPORT_SYMBOL vmlinux 0x740362b7 md_integrity_register EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi @@ -8098,45 +8120,43 @@ EXPORT_SYMBOL vmlinux 0x74153123 stream_open EXPORT_SYMBOL vmlinux 0x7419483b filemap_fdatawrite EXPORT_SYMBOL vmlinux 0x74210953 i2c_put_adapter EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes -EXPORT_SYMBOL vmlinux 0x74281e77 mini_qdisc_pair_swap -EXPORT_SYMBOL vmlinux 0x74532d7f xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x7460301f iov_iter_discard EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked EXPORT_SYMBOL vmlinux 0x7483b063 simple_dir_operations EXPORT_SYMBOL vmlinux 0x74a13c76 vfs_ioc_setflags_prepare +EXPORT_SYMBOL vmlinux 0x74a19db7 napi_consume_skb EXPORT_SYMBOL vmlinux 0x74ab1686 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x74b18ec0 netif_set_real_num_tx_queues EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 EXPORT_SYMBOL vmlinux 0x74dc2ae5 dquot_commit_info EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable EXPORT_SYMBOL vmlinux 0x7513d0c1 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x7515599c dst_release EXPORT_SYMBOL vmlinux 0x753498d9 cdev_device_add EXPORT_SYMBOL vmlinux 0x7538b132 agp_off EXPORT_SYMBOL vmlinux 0x753fecfb param_get_uint EXPORT_SYMBOL vmlinux 0x7546081f always_delete_dentry EXPORT_SYMBOL vmlinux 0x754d539c strlen -EXPORT_SYMBOL vmlinux 0x7563641a kernel_recvmsg -EXPORT_SYMBOL vmlinux 0x75661749 tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x7579ea6e dma_virt_ops EXPORT_SYMBOL vmlinux 0x757f7107 grab_cache_page_write_begin EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock -EXPORT_SYMBOL vmlinux 0x7594961f __neigh_create +EXPORT_SYMBOL vmlinux 0x75a854e0 xfrm_init_replay EXPORT_SYMBOL vmlinux 0x75ae07c8 devfreq_register_notifier EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 -EXPORT_SYMBOL vmlinux 0x75d2e96b netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump EXPORT_SYMBOL vmlinux 0x75e262e0 mark_page_accessed EXPORT_SYMBOL vmlinux 0x75e60613 key_put +EXPORT_SYMBOL vmlinux 0x75fe920b vga_switcheroo_unlock_ddc EXPORT_SYMBOL vmlinux 0x760a0f4f yield EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired EXPORT_SYMBOL vmlinux 0x7627f4ed scsi_host_put +EXPORT_SYMBOL vmlinux 0x763967e3 pcim_enable_device EXPORT_SYMBOL vmlinux 0x763ba3ad ioread64be_hi_lo -EXPORT_SYMBOL vmlinux 0x763dba65 netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x7640ed37 remove_proc_subtree -EXPORT_SYMBOL vmlinux 0x764348c4 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq EXPORT_SYMBOL vmlinux 0x7647af48 __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic @@ -8145,89 +8165,82 @@ EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages EXPORT_SYMBOL vmlinux 0x76713b1e scsi_print_sense EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc -EXPORT_SYMBOL vmlinux 0x7682eb8b km_new_mapping EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a38dea xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0x76b55e04 dma_direct_sync_single_for_device EXPORT_SYMBOL vmlinux 0x76c49407 kill_bdev +EXPORT_SYMBOL vmlinux 0x76c8d2be pci_iounmap EXPORT_SYMBOL vmlinux 0x76cdae00 framebuffer_release +EXPORT_SYMBOL vmlinux 0x76d0d0f7 netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint -EXPORT_SYMBOL vmlinux 0x76e132b8 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x76e2e4e8 __phy_write_mmd EXPORT_SYMBOL vmlinux 0x76edecc9 param_ops_bool EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier -EXPORT_SYMBOL vmlinux 0x76ff7c40 agp_collect_device_status -EXPORT_SYMBOL vmlinux 0x76fffa33 pcim_iounmap_regions -EXPORT_SYMBOL vmlinux 0x77249f02 ip_frag_next EXPORT_SYMBOL vmlinux 0x772ba3f8 dcache_readdir EXPORT_SYMBOL vmlinux 0x772edacc simple_nosetlease EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource EXPORT_SYMBOL vmlinux 0x77363dda iw_handler_get_spy EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir -EXPORT_SYMBOL vmlinux 0x7748f986 pci_choose_state -EXPORT_SYMBOL vmlinux 0x77499dca arp_create EXPORT_SYMBOL vmlinux 0x77557a54 try_to_free_buffers EXPORT_SYMBOL vmlinux 0x775e8aea blk_mq_end_request EXPORT_SYMBOL vmlinux 0x777a5853 register_qdisc EXPORT_SYMBOL vmlinux 0x77996716 lru_cache_add_file EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll EXPORT_SYMBOL vmlinux 0x77a5ba26 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x77aa8dde pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x77b0fed9 __next_node_in EXPORT_SYMBOL vmlinux 0x77b470e5 reuseport_detach_sock -EXPORT_SYMBOL vmlinux 0x77b4dff0 put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x77bc13a0 strim -EXPORT_SYMBOL vmlinux 0x77d089cf kernel_listen EXPORT_SYMBOL vmlinux 0x77d3581c backlight_force_update EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt EXPORT_SYMBOL vmlinux 0x78000726 phy_device_remove EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle -EXPORT_SYMBOL vmlinux 0x780aeae1 netdev_notify_peers EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt EXPORT_SYMBOL vmlinux 0x7812c047 __vmalloc EXPORT_SYMBOL vmlinux 0x782ba3e1 devm_pci_remap_iospace -EXPORT_SYMBOL vmlinux 0x783c951a dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x783631c5 pci_release_selected_regions EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r -EXPORT_SYMBOL vmlinux 0x7847a034 ip_ct_attach EXPORT_SYMBOL vmlinux 0x7851f238 mmc_release_host EXPORT_SYMBOL vmlinux 0x7859129d __cgroup_bpf_run_filter_getsockopt EXPORT_SYMBOL vmlinux 0x7860c096 seq_dentry EXPORT_SYMBOL vmlinux 0x7874d6ad scsi_remove_host +EXPORT_SYMBOL vmlinux 0x787890c8 netpoll_setup EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback -EXPORT_SYMBOL vmlinux 0x788d2e54 pcim_enable_device EXPORT_SYMBOL vmlinux 0x788edccc dma_async_device_unregister EXPORT_SYMBOL vmlinux 0x7892f9b3 seq_vprintf EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789c7453 netdev_crit EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt -EXPORT_SYMBOL vmlinux 0x78a82c8a __scm_send +EXPORT_SYMBOL vmlinux 0x78a67b94 sock_kmalloc EXPORT_SYMBOL vmlinux 0x78b81267 linkwatch_fire_event EXPORT_SYMBOL vmlinux 0x78c6365c mipi_dsi_dcs_set_page_address EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices -EXPORT_SYMBOL vmlinux 0x7937fc9f pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x794e407b __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x79617c14 sock_efree EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin -EXPORT_SYMBOL vmlinux 0x7973d1da agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x7975b4b0 xfrm_lookup EXPORT_SYMBOL vmlinux 0x7984eefc key_update EXPORT_SYMBOL vmlinux 0x7992d593 nvdimm_namespace_disk_name EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79ec6ff5 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute -EXPORT_SYMBOL vmlinux 0x7a0b762b napi_consume_skb -EXPORT_SYMBOL vmlinux 0x7a0fc078 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble EXPORT_SYMBOL vmlinux 0x7a1ce29d filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x7a2828a8 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number -EXPORT_SYMBOL vmlinux 0x7a30d8e0 tcp_parse_options -EXPORT_SYMBOL vmlinux 0x7a364d78 dev_set_group -EXPORT_SYMBOL vmlinux 0x7a3c22cf tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7a38c2e9 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x7a3c3eb5 input_match_device_id EXPORT_SYMBOL vmlinux 0x7a4497db kzfree -EXPORT_SYMBOL vmlinux 0x7a5a81a0 dev_disable_lro EXPORT_SYMBOL vmlinux 0x7a6fba5e page_symlink -EXPORT_SYMBOL vmlinux 0x7a843e68 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x7a769101 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x7a7d3338 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x7a7e667e icmp6_send EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write EXPORT_SYMBOL vmlinux 0x7a949705 drop_super -EXPORT_SYMBOL vmlinux 0x7a95d190 inet_frag_kill EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a96cf48 mmc_retune_timer_stop EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug @@ -8237,9 +8250,8 @@ EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu EXPORT_SYMBOL vmlinux 0x7ae1f5c4 init_net -EXPORT_SYMBOL vmlinux 0x7ae321b4 sock_no_sendmsg -EXPORT_SYMBOL vmlinux 0x7ae8a214 amd_iommu_enable_device_erratum EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af5d063 eth_gro_complete EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 EXPORT_SYMBOL vmlinux 0x7b09e30d security_sk_classify_flow @@ -8250,7 +8262,9 @@ EXPORT_SYMBOL vmlinux 0x7b77436b vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0x7b7c4eff mdio_device_remove EXPORT_SYMBOL vmlinux 0x7b81a6fa scsi_eh_prep_cmnd EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b8335cd tcp_rtx_synack EXPORT_SYMBOL vmlinux 0x7b9901a6 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x7b9ecbb3 vga_get EXPORT_SYMBOL vmlinux 0x7bb23afb complete_request_key EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids @@ -8259,22 +8273,19 @@ EXPORT_SYMBOL vmlinux 0x7bd01d4f security_inode_listsecurity EXPORT_SYMBOL vmlinux 0x7bd27aad bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0x7bdff6b8 inode_set_flags EXPORT_SYMBOL vmlinux 0x7bf68f45 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x7c02490a kernel_getsockname EXPORT_SYMBOL vmlinux 0x7c0aa6f1 padata_free EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement EXPORT_SYMBOL vmlinux 0x7c2a1145 cfb_fillrect EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get EXPORT_SYMBOL vmlinux 0x7c4628f2 dump_truncate EXPORT_SYMBOL vmlinux 0x7c52236f mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x7c5366ad skb_clone_sk EXPORT_SYMBOL vmlinux 0x7c5514c4 page_symlink_inode_operations -EXPORT_SYMBOL vmlinux 0x7c64f15c netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x7c647445 nf_log_register EXPORT_SYMBOL vmlinux 0x7c665788 unix_get_socket -EXPORT_SYMBOL vmlinux 0x7c726d8e seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x7c785617 filemap_fault -EXPORT_SYMBOL vmlinux 0x7c7d19ab __skb_warn_lro_forwarding -EXPORT_SYMBOL vmlinux 0x7c818b55 pci_unmap_rom EXPORT_SYMBOL vmlinux 0x7c919e3b jbd2_journal_stop -EXPORT_SYMBOL vmlinux 0x7c972150 xfrm_policy_walk -EXPORT_SYMBOL vmlinux 0x7c98e47a inet6_release EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cae4db7 bdget_disk EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down @@ -8286,10 +8297,10 @@ EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0d223f netdev_update_features EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t EXPORT_SYMBOL vmlinux 0x7d0eda8e forget_all_cached_acls EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent -EXPORT_SYMBOL vmlinux 0x7d3d5950 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x7d4949f3 vfs_getattr_nosec EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit EXPORT_SYMBOL vmlinux 0x7d56e0ac mipi_dsi_dcs_get_display_brightness @@ -8297,65 +8308,71 @@ EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x7d62309f security_binder_transfer_file EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio EXPORT_SYMBOL vmlinux 0x7d6bcf6e blk_mq_start_hw_queue -EXPORT_SYMBOL vmlinux 0x7d76ef82 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x7d7de3d7 dm_kcopyd_copy EXPORT_SYMBOL vmlinux 0x7d7f2dce single_open EXPORT_SYMBOL vmlinux 0x7d868cd2 qdisc_warn_nonwc -EXPORT_SYMBOL vmlinux 0x7d8a1e80 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x7d95d33e genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x7d96dac1 vga_switcheroo_client_fb_set EXPORT_SYMBOL vmlinux 0x7d974833 jbd2_journal_dirty_metadata -EXPORT_SYMBOL vmlinux 0x7d98e24c xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x7da5e1b7 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x7dadc58d tcp_close EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning EXPORT_SYMBOL vmlinux 0x7dca73d5 md_bitmap_update_sb -EXPORT_SYMBOL vmlinux 0x7dd2821a mr_fill_mroute EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe -EXPORT_SYMBOL vmlinux 0x7dd57750 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x7dd7fb3c gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0x7ddbad2e key_task_permission +EXPORT_SYMBOL vmlinux 0x7de7294b dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7dfd2c2f vfs_mknod EXPORT_SYMBOL vmlinux 0x7e0826e2 atomic_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0x7e0a5c30 ex_handler_ext +EXPORT_SYMBOL vmlinux 0x7e1366b9 eth_gro_receive EXPORT_SYMBOL vmlinux 0x7e315f49 scsi_register_driver EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e33c98e tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x7e3b45d7 tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0x7e4bd8d8 kernel_bind EXPORT_SYMBOL vmlinux 0x7e526bfa __x86_indirect_thunk_r10 EXPORT_SYMBOL vmlinux 0x7e6187d0 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x7e65b031 compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x7e68dbac md_wakeup_thread EXPORT_SYMBOL vmlinux 0x7e7920bc dev_mc_sync EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e943e9a pci_irq_get_node EXPORT_SYMBOL vmlinux 0x7e9995a6 jbd2_journal_blocks_per_page -EXPORT_SYMBOL vmlinux 0x7eacd5e8 tcf_exts_dump -EXPORT_SYMBOL vmlinux 0x7eb0bbcd inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0x7ec78bdd rename_lock EXPORT_SYMBOL vmlinux 0x7ed55122 __find_get_block EXPORT_SYMBOL vmlinux 0x7ef88a23 file_write_and_wait_range -EXPORT_SYMBOL vmlinux 0x7f0108e5 intel_gmch_probe EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f52071a net_dim EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table -EXPORT_SYMBOL vmlinux 0x7f5db148 qdisc_put +EXPORT_SYMBOL vmlinux 0x7f65f880 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x7f6a08fd kmem_cache_create_usercopy EXPORT_SYMBOL vmlinux 0x7f73e179 scsi_vpd_lun_id EXPORT_SYMBOL vmlinux 0x7f74d597 dev_uc_add +EXPORT_SYMBOL vmlinux 0x7f78ec97 skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable -EXPORT_SYMBOL vmlinux 0x7fa12d1c pci_save_state +EXPORT_SYMBOL vmlinux 0x7fa0b66b tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x7fa700b0 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x7faa887c filemap_flush -EXPORT_SYMBOL vmlinux 0x7faf0418 pcim_iomap EXPORT_SYMBOL vmlinux 0x7fb8e7ae inode_init_owner -EXPORT_SYMBOL vmlinux 0x7fbc912b __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x7fb91db6 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x7fe24cc4 remap_pfn_range EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x7feae69f mipi_dsi_dcs_soft_reset EXPORT_SYMBOL vmlinux 0x7fee0f55 sync_inodes_sb -EXPORT_SYMBOL vmlinux 0x800186c0 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x7ff11c57 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x7ff76044 dev_activate EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x803030be __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x8047eef8 reuseport_alloc EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu EXPORT_SYMBOL vmlinux 0x80584f2d page_pool_unmap_page EXPORT_SYMBOL vmlinux 0x80774840 devfreq_remove_device EXPORT_SYMBOL vmlinux 0x8083d4b6 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x808ab0d1 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare EXPORT_SYMBOL vmlinux 0x80b2e2c5 mmc_detect_card_removed @@ -8363,65 +8380,72 @@ EXPORT_SYMBOL vmlinux 0x80b8d22a vfs_create_mount EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd EXPORT_SYMBOL vmlinux 0x80d183e1 simple_get_link EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x81116504 sock_no_ioctl EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811ff545 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x812a002e release_sock EXPORT_SYMBOL vmlinux 0x8133c67d complete_and_exit EXPORT_SYMBOL vmlinux 0x813c273f pm860x_page_reg_write EXPORT_SYMBOL vmlinux 0x813fff53 inode_set_bytes EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815a92cc skb_pull EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command -EXPORT_SYMBOL vmlinux 0x81751eb5 amd_iommu_pc_set_reg +EXPORT_SYMBOL vmlinux 0x8183c6ff inet6_release EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information -EXPORT_SYMBOL vmlinux 0x818e8ed7 netdev_info EXPORT_SYMBOL vmlinux 0x81a2890e devm_kvasprintf EXPORT_SYMBOL vmlinux 0x81a9aad1 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x81ae8c9f xfrm_state_delete EXPORT_SYMBOL vmlinux 0x81b395b3 down_interruptible +EXPORT_SYMBOL vmlinux 0x81b3b8ea pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x81d6c298 phy_ethtool_nway_reset EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x81e0029c md_integrity_add_rdev EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info EXPORT_SYMBOL vmlinux 0x81ecb1df devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0x81eedc62 devm_clk_put -EXPORT_SYMBOL vmlinux 0x82045c6e netdev_adjacent_change_commit -EXPORT_SYMBOL vmlinux 0x82062979 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x81f21a38 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x81fc1d15 inet_select_addr EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill EXPORT_SYMBOL vmlinux 0x8212af30 vm_map_pages +EXPORT_SYMBOL vmlinux 0x8219e925 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x822cc9c5 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked EXPORT_SYMBOL vmlinux 0x8245faf1 nvm_register EXPORT_SYMBOL vmlinux 0x82639c20 security_path_mkdir EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec EXPORT_SYMBOL vmlinux 0x826fd905 check_disk_change +EXPORT_SYMBOL vmlinux 0x827e8417 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init EXPORT_SYMBOL vmlinux 0x828785d8 of_find_backlight EXPORT_SYMBOL vmlinux 0x828a5e37 __cancel_dirty_page EXPORT_SYMBOL vmlinux 0x828e74a2 iget_failed EXPORT_SYMBOL vmlinux 0x8291c4f0 set_groups EXPORT_SYMBOL vmlinux 0x829cec61 __sb_start_write -EXPORT_SYMBOL vmlinux 0x82b2f410 sk_alloc EXPORT_SYMBOL vmlinux 0x82c243ce sget_fc EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes EXPORT_SYMBOL vmlinux 0x82d07ae7 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x82d674cb pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x82e0317d __inc_zone_page_state EXPORT_SYMBOL vmlinux 0x82f0b17e __insert_inode_hash EXPORT_SYMBOL vmlinux 0x82f36010 security_binder_transaction -EXPORT_SYMBOL vmlinux 0x83039607 icmp_ndo_send -EXPORT_SYMBOL vmlinux 0x830aa69c netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x832bf2ca bio_reset EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle -EXPORT_SYMBOL vmlinux 0x83725536 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x837b2981 pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug EXPORT_SYMBOL vmlinux 0x8384647a acpi_map_pxm_to_online_node +EXPORT_SYMBOL vmlinux 0x838c44a1 eth_prepare_mac_addr_change EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 EXPORT_SYMBOL vmlinux 0x83916ae5 cdrom_media_changed EXPORT_SYMBOL vmlinux 0x839cd677 __phy_read_mmd EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put EXPORT_SYMBOL vmlinux 0x83a4e094 generic_file_llseek EXPORT_SYMBOL vmlinux 0x83a5b27a component_match_add_release -EXPORT_SYMBOL vmlinux 0x83c154b3 agp_generic_insert_memory EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83cbbc2b sync_filesystem +EXPORT_SYMBOL vmlinux 0x83d5698d dev_add_pack EXPORT_SYMBOL vmlinux 0x83e94128 file_path EXPORT_SYMBOL vmlinux 0x83e9f126 i2c_smbus_read_word_data EXPORT_SYMBOL vmlinux 0x83fb7f2b to_nd_btt @@ -8430,26 +8454,27 @@ EXPORT_SYMBOL vmlinux 0x83fe6626 pnp_disable_dev EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free EXPORT_SYMBOL vmlinux 0x840a7643 mmc_start_request EXPORT_SYMBOL vmlinux 0x841cc76e vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x84238043 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x843012fd netdev_change_features EXPORT_SYMBOL vmlinux 0x84352bd4 generic_pipe_buf_get -EXPORT_SYMBOL vmlinux 0x845fd863 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x843ca434 pci_dev_put +EXPORT_SYMBOL vmlinux 0x844b431b __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0x84668b8a dma_direct_sync_sg_for_cpu EXPORT_SYMBOL vmlinux 0x84682afb security_sock_graft -EXPORT_SYMBOL vmlinux 0x84792b5f tso_count_descs EXPORT_SYMBOL vmlinux 0x848927e1 get_cached_acl_rcu EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 -EXPORT_SYMBOL vmlinux 0x8495a7a8 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x84b5f18f netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x84c156de ps2_command EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x84c2085a simple_fill_super -EXPORT_SYMBOL vmlinux 0x84e593b6 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x84c98b61 neigh_carrier_down EXPORT_SYMBOL vmlinux 0x84ea5a45 proc_mkdir +EXPORT_SYMBOL vmlinux 0x8509ed5b neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x850c7075 __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst EXPORT_SYMBOL vmlinux 0x85257664 dcb_ieee_getapp_prio_dscp_mask_map -EXPORT_SYMBOL vmlinux 0x852bfce4 xfrm_init_state EXPORT_SYMBOL vmlinux 0x8543af35 simple_rmdir EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal -EXPORT_SYMBOL vmlinux 0x8554d515 pci_get_device EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked EXPORT_SYMBOL vmlinux 0x858b3fe3 free_iova_mem EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity @@ -8459,6 +8484,8 @@ EXPORT_SYMBOL vmlinux 0x85b4cf2f utf8nlen EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region EXPORT_SYMBOL vmlinux 0x85c18288 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x85c796af pci_resize_resource +EXPORT_SYMBOL vmlinux 0x85ca0827 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x85d24db4 mmc_retune_pause EXPORT_SYMBOL vmlinux 0x85d3b2a5 cpu_tlbstate EXPORT_SYMBOL vmlinux 0x85df9b6c strsep @@ -8467,49 +8494,40 @@ EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress EXPORT_SYMBOL vmlinux 0x8635d4d5 mpage_writepage EXPORT_SYMBOL vmlinux 0x863a276a color_table -EXPORT_SYMBOL vmlinux 0x86447dc0 skb_unlink EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync -EXPORT_SYMBOL vmlinux 0x86658a1f inet_add_offload -EXPORT_SYMBOL vmlinux 0x8667c566 __sock_queue_rcv_skb -EXPORT_SYMBOL vmlinux 0x8680da2d pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x868310f0 inet_frag_find EXPORT_SYMBOL vmlinux 0x868acba5 get_options -EXPORT_SYMBOL vmlinux 0x86af1845 secure_tcpv6_ts_off -EXPORT_SYMBOL vmlinux 0x86b0ef3f kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0x86b2621e freeze_super EXPORT_SYMBOL vmlinux 0x86b88374 i2c_transfer_buffer_flags EXPORT_SYMBOL vmlinux 0x86b993b2 __cgroup_bpf_run_filter_skb -EXPORT_SYMBOL vmlinux 0x86bcc124 ip_options_rcv_srr -EXPORT_SYMBOL vmlinux 0x86c20d7a pcix_get_max_mmrbc -EXPORT_SYMBOL vmlinux 0x86c53038 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x86c24ef8 pci_enable_device_io EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read EXPORT_SYMBOL vmlinux 0x86c9f0f5 generic_write_checks +EXPORT_SYMBOL vmlinux 0x86d2403a neigh_event_ns EXPORT_SYMBOL vmlinux 0x86d24df6 phy_ethtool_set_eee EXPORT_SYMBOL vmlinux 0x86dc2fec cdev_init EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86f85272 inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant -EXPORT_SYMBOL vmlinux 0x874f24a1 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x875936fd seq_open_private EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed -EXPORT_SYMBOL vmlinux 0x8762a94c tcp_peek_len -EXPORT_SYMBOL vmlinux 0x87750ea2 vga_switcheroo_register_client EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x8786de53 vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0x878d643f serio_close +EXPORT_SYMBOL vmlinux 0x878f86d5 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x87a37631 udplite_prot EXPORT_SYMBOL vmlinux 0x87ae2460 security_inode_getsecctx EXPORT_SYMBOL vmlinux 0x87b8798d sg_next -EXPORT_SYMBOL vmlinux 0x87c49a36 agp_generic_alloc_user -EXPORT_SYMBOL vmlinux 0x87c50d24 xfrm_lookup EXPORT_SYMBOL vmlinux 0x87c73724 call_fib_notifiers -EXPORT_SYMBOL vmlinux 0x87ef7d65 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0x87fa0866 splice_direct_to_actor EXPORT_SYMBOL vmlinux 0x87fdc4ce page_pool_destroy EXPORT_SYMBOL vmlinux 0x880a613b io_uring_get_socket EXPORT_SYMBOL vmlinux 0x880ed319 twl6040_reg_read EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit -EXPORT_SYMBOL vmlinux 0x882460a8 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x882559d6 netdev_err EXPORT_SYMBOL vmlinux 0x8825e234 d_find_any_alias -EXPORT_SYMBOL vmlinux 0x8830eacc xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x88296f7f kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x8840338f phy_remove_link_mode EXPORT_SYMBOL vmlinux 0x884bd8c3 bh_submit_read EXPORT_SYMBOL vmlinux 0x884fa716 __register_binfmt @@ -8521,51 +8539,54 @@ EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 EXPORT_SYMBOL vmlinux 0x888aed4d blk_mq_tagset_busy_iter EXPORT_SYMBOL vmlinux 0x888d15e4 bd_set_size +EXPORT_SYMBOL vmlinux 0x888de4c7 skb_ext_add EXPORT_SYMBOL vmlinux 0x889931b9 nobh_write_end EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock -EXPORT_SYMBOL vmlinux 0x88c916a2 sock_create_kern -EXPORT_SYMBOL vmlinux 0x88d76bc9 pci_write_config_dword EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88fbb93f skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x88fbe092 bdev_read_only EXPORT_SYMBOL vmlinux 0x88feae53 unlock_new_inode -EXPORT_SYMBOL vmlinux 0x8923beeb ip6tun_encaps EXPORT_SYMBOL vmlinux 0x8932ac09 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x893f86e6 udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x8940fa72 __frontswap_store EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0x894ed320 override_creds EXPORT_SYMBOL vmlinux 0x8962ecbe mmc_command_done +EXPORT_SYMBOL vmlinux 0x8964daff xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x896923fd datagram_poll EXPORT_SYMBOL vmlinux 0x896dbcd3 jbd2_journal_get_undo_access EXPORT_SYMBOL vmlinux 0x897ec273 configfs_register_default_group EXPORT_SYMBOL vmlinux 0x899a6f50 framebuffer_alloc EXPORT_SYMBOL vmlinux 0x899f0c7d no_seek_end_llseek_size -EXPORT_SYMBOL vmlinux 0x89b0e8df skb_flow_dissect_ct -EXPORT_SYMBOL vmlinux 0x89b22969 sock_kzfree_s EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final EXPORT_SYMBOL vmlinux 0x89b4a163 devm_nvmem_cell_put -EXPORT_SYMBOL vmlinux 0x89df6fab ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x89e51332 skb_kill_datagram EXPORT_SYMBOL vmlinux 0x8a15a593 bdi_register_owner EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a2315d4 blk_queue_update_dma_alignment EXPORT_SYMBOL vmlinux 0x8a24bec6 mipi_dsi_dcs_get_pixel_format EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a394fa6 __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state EXPORT_SYMBOL vmlinux 0x8a55b0e7 vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0x8a576573 acpi_bus_register_driver EXPORT_SYMBOL vmlinux 0x8a583bf3 i2c_use_client EXPORT_SYMBOL vmlinux 0x8a63ad83 __cleancache_init_fs -EXPORT_SYMBOL vmlinux 0x8a63cf4a netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0x8a64d86c seq_lseek EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe EXPORT_SYMBOL vmlinux 0x8a76eed1 end_buffer_read_sync EXPORT_SYMBOL vmlinux 0x8a79b251 amd_iommu_domain_clear_gcr3 EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a800d02 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x8a8dc736 skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab -EXPORT_SYMBOL vmlinux 0x8aa7b904 pci_disable_device +EXPORT_SYMBOL vmlinux 0x8a9fcae0 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x8ab03952 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x8ab9ade0 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x8abda2a7 netlink_rcv_skb -EXPORT_SYMBOL vmlinux 0x8abe920d neigh_seq_next EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer EXPORT_SYMBOL vmlinux 0x8ad29bab _raw_write_unlock_bh @@ -8573,55 +8594,51 @@ EXPORT_SYMBOL vmlinux 0x8ae361a0 I_BDEV EXPORT_SYMBOL vmlinux 0x8af87135 dquot_initialize_needed EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict EXPORT_SYMBOL vmlinux 0x8b11bdf5 dma_direct_unmap_sg -EXPORT_SYMBOL vmlinux 0x8b2b9e78 __tcp_md5_do_lookup -EXPORT_SYMBOL vmlinux 0x8b3d43cf consume_skb +EXPORT_SYMBOL vmlinux 0x8b1523d3 tcp_poll EXPORT_SYMBOL vmlinux 0x8b3f5eca dma_resv_add_shared_fence -EXPORT_SYMBOL vmlinux 0x8b48fdec dev_change_flags -EXPORT_SYMBOL vmlinux 0x8b50e715 unregister_netdev EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add EXPORT_SYMBOL vmlinux 0x8b5e9341 _dev_crit EXPORT_SYMBOL vmlinux 0x8b6184c4 vc_cons EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid EXPORT_SYMBOL vmlinux 0x8b686702 bioset_init EXPORT_SYMBOL vmlinux 0x8b764a15 __d_lookup_done -EXPORT_SYMBOL vmlinux 0x8b773b8d inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b83606b netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0x8b858227 block_truncate_page EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample -EXPORT_SYMBOL vmlinux 0x8b958305 tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0x8b930003 eth_header_cache_update EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second EXPORT_SYMBOL vmlinux 0x8b97d698 kern_path EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup -EXPORT_SYMBOL vmlinux 0x8b9c6401 skb_queue_head EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx EXPORT_SYMBOL vmlinux 0x8b9fe93c security_task_getsecid EXPORT_SYMBOL vmlinux 0x8bb2212c get_task_exe_file -EXPORT_SYMBOL vmlinux 0x8bb33064 netdev_unbind_sb_channel -EXPORT_SYMBOL vmlinux 0x8bbee221 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit EXPORT_SYMBOL vmlinux 0x8bd5ccd5 nf_register_sockopt EXPORT_SYMBOL vmlinux 0x8bd95103 drop_nlink EXPORT_SYMBOL vmlinux 0x8bec1fc5 reuseport_detach_prog EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event EXPORT_SYMBOL vmlinux 0x8c3253ec _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x8c48d636 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x8c4a243c rt6_lookup EXPORT_SYMBOL vmlinux 0x8c5de9d3 vme_slave_request EXPORT_SYMBOL vmlinux 0x8c659576 pnp_unregister_driver EXPORT_SYMBOL vmlinux 0x8c736cac rproc_alloc +EXPORT_SYMBOL vmlinux 0x8c747306 arp_create EXPORT_SYMBOL vmlinux 0x8c8fd351 cdev_del -EXPORT_SYMBOL vmlinux 0x8c957542 vga_switcheroo_get_client_state EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8cba3986 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending -EXPORT_SYMBOL vmlinux 0x8cef183f xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x8ce7cc57 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq -EXPORT_SYMBOL vmlinux 0x8d60076c skb_copy_expand EXPORT_SYMBOL vmlinux 0x8d6e19a2 deactivate_super -EXPORT_SYMBOL vmlinux 0x8d718b85 tcp_poll EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper EXPORT_SYMBOL vmlinux 0x8d74e79a dev_driver_string EXPORT_SYMBOL vmlinux 0x8d7e483c __netlink_kernel_create EXPORT_SYMBOL vmlinux 0x8d8b24aa lock_rename +EXPORT_SYMBOL vmlinux 0x8d933e3c netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x8d948dff devm_extcon_register_notifier EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x8da21c35 migrate_vma_setup @@ -8629,15 +8646,16 @@ EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake EXPORT_SYMBOL vmlinux 0x8dba1e1b max8998_bulk_write EXPORT_SYMBOL vmlinux 0x8dd5118e register_shrinker EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8ddeb4e5 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x8df0f4cf iov_iter_kvec EXPORT_SYMBOL vmlinux 0x8df7e8d6 cpumask_any_but EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null EXPORT_SYMBOL vmlinux 0x8dfca732 read_cache_page_gfp EXPORT_SYMBOL vmlinux 0x8e00b3b9 remap_vmalloc_range_partial -EXPORT_SYMBOL vmlinux 0x8e0b83b7 dev_deactivate EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy EXPORT_SYMBOL vmlinux 0x8e1cff9d amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x8e1f35c1 pci_remove_bus EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve EXPORT_SYMBOL vmlinux 0x8e2c5b83 nf_setsockopt @@ -8646,80 +8664,71 @@ EXPORT_SYMBOL vmlinux 0x8e426d94 add_to_page_cache_locked EXPORT_SYMBOL vmlinux 0x8e64bc38 abort_creds EXPORT_SYMBOL vmlinux 0x8e650150 __ps2_command EXPORT_SYMBOL vmlinux 0x8e663d0f zalloc_cpumask_var_node -EXPORT_SYMBOL vmlinux 0x8e6fdd0f inet_csk_reset_keepalive_timer -EXPORT_SYMBOL vmlinux 0x8e779d06 dev_get_by_name_rcu -EXPORT_SYMBOL vmlinux 0x8e79824c nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x8e8961c0 serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0x8ea9d2a6 kthread_associate_blkcg EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler EXPORT_SYMBOL vmlinux 0x8eca9d03 dev_addr_init -EXPORT_SYMBOL vmlinux 0x8ed1ab5d sock_recv_errqueue -EXPORT_SYMBOL vmlinux 0x8ed2dd02 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x8ed19637 agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask EXPORT_SYMBOL vmlinux 0x8f04bfe1 keyring_alloc EXPORT_SYMBOL vmlinux 0x8f0920d3 devfreq_suspend_device -EXPORT_SYMBOL vmlinux 0x8f14b7d6 netif_device_detach EXPORT_SYMBOL vmlinux 0x8f1546ba fb_find_mode EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus EXPORT_SYMBOL vmlinux 0x8f38d383 ex_handler_default -EXPORT_SYMBOL vmlinux 0x8f4201bd pci_get_class EXPORT_SYMBOL vmlinux 0x8f596b91 config_item_set_name -EXPORT_SYMBOL vmlinux 0x8f5bb89c xfrm6_rcv EXPORT_SYMBOL vmlinux 0x8f7f4de4 dma_direct_map_sg EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler -EXPORT_SYMBOL vmlinux 0x8f836a0c pcie_print_link_status EXPORT_SYMBOL vmlinux 0x8f9961a8 generic_file_fsync EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8f9daf57 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x8f9ffd62 pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx EXPORT_SYMBOL vmlinux 0x8fba3150 scsi_add_device -EXPORT_SYMBOL vmlinux 0x8fc0c44a tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state -EXPORT_SYMBOL vmlinux 0x8fd99cfd eth_header_cache +EXPORT_SYMBOL vmlinux 0x8fd613e1 pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x8fe031c4 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x8fe0b7b3 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x8fe6d8d2 gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy -EXPORT_SYMBOL vmlinux 0x90449bc0 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x9047c530 netlink_unicast EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user EXPORT_SYMBOL vmlinux 0x906283fb balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x90628abf qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x90958792 alloc_fcdev EXPORT_SYMBOL vmlinux 0x909bde4c mipi_dsi_generic_read EXPORT_SYMBOL vmlinux 0x90a0f69d cdrom_get_media_event EXPORT_SYMBOL vmlinux 0x90b403ac phy_resume EXPORT_SYMBOL vmlinux 0x90b580d0 d_delete EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked -EXPORT_SYMBOL vmlinux 0x90c0a549 sock_sendmsg -EXPORT_SYMBOL vmlinux 0x90c74ebd skb_dump +EXPORT_SYMBOL vmlinux 0x90c39fc4 pci_clear_master EXPORT_SYMBOL vmlinux 0x90d621f8 gnet_stats_copy_app -EXPORT_SYMBOL vmlinux 0x90e5230a neigh_lookup -EXPORT_SYMBOL vmlinux 0x90f1c995 udp_gro_complete -EXPORT_SYMBOL vmlinux 0x90f6ecbe agp_bridge -EXPORT_SYMBOL vmlinux 0x912c4d19 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9115bd25 vif_device_init +EXPORT_SYMBOL vmlinux 0x91185ff6 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x91316c7a qdisc_offload_dump_helper EXPORT_SYMBOL vmlinux 0x9153725e param_get_bool EXPORT_SYMBOL vmlinux 0x91560729 kthread_bind -EXPORT_SYMBOL vmlinux 0x915d8577 netpoll_print_options EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb EXPORT_SYMBOL vmlinux 0x9166fada strncpy EXPORT_SYMBOL vmlinux 0x9172a38e md_bitmap_start_sync EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler EXPORT_SYMBOL vmlinux 0x918e8b74 jbd2_journal_errno -EXPORT_SYMBOL vmlinux 0x919aa5d4 netif_carrier_off EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove EXPORT_SYMBOL vmlinux 0x91b4f387 mfd_add_devices EXPORT_SYMBOL vmlinux 0x91c58577 phy_start +EXPORT_SYMBOL vmlinux 0x91e0334b dev_deactivate EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic EXPORT_SYMBOL vmlinux 0x920749f1 page_readlink EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear -EXPORT_SYMBOL vmlinux 0x922f95e0 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92420093 sock_no_socketpair EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve +EXPORT_SYMBOL vmlinux 0x9251d632 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x92897e3d default_idle @@ -8727,7 +8736,6 @@ EXPORT_SYMBOL vmlinux 0x9289b250 configfs_remove_default_groups EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user EXPORT_SYMBOL vmlinux 0x92a140d7 scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw -EXPORT_SYMBOL vmlinux 0x92ad5172 udp_pre_connect EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name EXPORT_SYMBOL vmlinux 0x92bcb98c touchscreen_parse_properties @@ -8736,42 +8744,45 @@ EXPORT_SYMBOL vmlinux 0x92ce2d65 xsk_umem_has_addrs EXPORT_SYMBOL vmlinux 0x92d87c45 no_seek_end_llseek EXPORT_SYMBOL vmlinux 0x92eb9c2b sdev_disable_disk_events EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f01ad4 sock_wfree EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach EXPORT_SYMBOL vmlinux 0x9301ec59 iov_iter_gap_alignment EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get EXPORT_SYMBOL vmlinux 0x930b150f unlink_framebuffer -EXPORT_SYMBOL vmlinux 0x9328600a ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x933c7cde ip6_xmit EXPORT_SYMBOL vmlinux 0x93418d5a serio_open +EXPORT_SYMBOL vmlinux 0x9352c1ca noop_qdisc EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x938b4800 __breadahead_gfp EXPORT_SYMBOL vmlinux 0x938ee0bf unix_attach_fds -EXPORT_SYMBOL vmlinux 0x93a1a222 tso_start EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule EXPORT_SYMBOL vmlinux 0x93ac67c4 rproc_boot EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b97353 sock_kfree_s EXPORT_SYMBOL vmlinux 0x93bc1651 truncate_pagecache EXPORT_SYMBOL vmlinux 0x93c9bd25 notify_change -EXPORT_SYMBOL vmlinux 0x93e99e87 kernel_connect EXPORT_SYMBOL vmlinux 0x93ef4a56 tty_port_close_end EXPORT_SYMBOL vmlinux 0x93f175ec put_disk EXPORT_SYMBOL vmlinux 0x940040cc kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x94121329 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942a08e1 xfrm_state_add EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages EXPORT_SYMBOL vmlinux 0x944a0d94 mipi_dsi_dcs_set_tear_scanline EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked EXPORT_SYMBOL vmlinux 0x94529269 buffer_check_dirty_writeback -EXPORT_SYMBOL vmlinux 0x945b7cb0 inet_frag_reasm_prepare -EXPORT_SYMBOL vmlinux 0x948d4aa9 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x9466f782 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x9487b103 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94ae1a5d xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x94b71d06 nvm_end_io EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 EXPORT_SYMBOL vmlinux 0x94c031ff fs_bio_set EXPORT_SYMBOL vmlinux 0x94c094b2 genphy_aneg_done EXPORT_SYMBOL vmlinux 0x950bb2d8 config_item_get_unless_zero -EXPORT_SYMBOL vmlinux 0x9514eab7 skb_ensure_writable EXPORT_SYMBOL vmlinux 0x9516c114 __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0x951e9c07 stop_tty EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init @@ -8780,114 +8791,110 @@ EXPORT_SYMBOL vmlinux 0x954db199 fc_mount EXPORT_SYMBOL vmlinux 0x954f099c idr_preload EXPORT_SYMBOL vmlinux 0x954f7ad9 done_path_create EXPORT_SYMBOL vmlinux 0x954fe055 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x95508825 netdev_features_change EXPORT_SYMBOL vmlinux 0x955a832f ___preempt_schedule EXPORT_SYMBOL vmlinux 0x956ab350 blk_mq_tagset_wait_completed_request EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked +EXPORT_SYMBOL vmlinux 0x957bf95a udp_gro_complete EXPORT_SYMBOL vmlinux 0x958429aa mipi_dsi_dcs_set_pixel_format EXPORT_SYMBOL vmlinux 0x95846bbe mmc_gpiod_request_cd_irq EXPORT_SYMBOL vmlinux 0x9587194f security_d_instantiate +EXPORT_SYMBOL vmlinux 0x9598104d pci_clear_mwi EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table EXPORT_SYMBOL vmlinux 0x95af7f4c phy_stop -EXPORT_SYMBOL vmlinux 0x95c268d3 neigh_ifdown EXPORT_SYMBOL vmlinux 0x95d90c75 mmc_can_trim EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add +EXPORT_SYMBOL vmlinux 0x95f10f51 xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x96085be6 sg_miter_skip EXPORT_SYMBOL vmlinux 0x961b7cfe serio_bus EXPORT_SYMBOL vmlinux 0x961d9a7d register_quota_format +EXPORT_SYMBOL vmlinux 0x961dd8a1 pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x961f4970 dma_dummy_ops EXPORT_SYMBOL vmlinux 0x9621ab93 blk_rq_init EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block -EXPORT_SYMBOL vmlinux 0x962a41b0 dst_init EXPORT_SYMBOL vmlinux 0x963dcba1 _raw_spin_trylock_bh -EXPORT_SYMBOL vmlinux 0x96427f85 tcp_read_sock -EXPORT_SYMBOL vmlinux 0x9681f212 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x96712f9b km_policy_expired EXPORT_SYMBOL vmlinux 0x9682a16f mdio_device_create EXPORT_SYMBOL vmlinux 0x96848186 scnprintf -EXPORT_SYMBOL vmlinux 0x96881cbf acpi_get_hp_hw_control_from_firmware EXPORT_SYMBOL vmlinux 0x968e1200 tty_port_lower_dtr_rts EXPORT_SYMBOL vmlinux 0x9692ca76 mod_zone_page_state EXPORT_SYMBOL vmlinux 0x96b0deb9 devm_register_reboot_notifier EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp -EXPORT_SYMBOL vmlinux 0x96bd4315 km_query +EXPORT_SYMBOL vmlinux 0x96b3c552 skb_set_owner_w EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode EXPORT_SYMBOL vmlinux 0x96c6e67e xdp_get_umem_from_qid EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string -EXPORT_SYMBOL vmlinux 0x96cf3093 netdev_notice EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify EXPORT_SYMBOL vmlinux 0x96ec03a2 iov_iter_fault_in_readable EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top -EXPORT_SYMBOL vmlinux 0x970dc48b udp_set_csum EXPORT_SYMBOL vmlinux 0x9727a81b ll_rw_block +EXPORT_SYMBOL vmlinux 0x972b4896 mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier EXPORT_SYMBOL vmlinux 0x97431fc6 dma_fence_chain_init EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict EXPORT_SYMBOL vmlinux 0x975b4e92 tty_hangup EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base EXPORT_SYMBOL vmlinux 0x976948ce __cgroup_bpf_run_filter_sock_addr -EXPORT_SYMBOL vmlinux 0x977989d3 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x977f511b __mutex_init EXPORT_SYMBOL vmlinux 0x9787c580 migrate_page_copy +EXPORT_SYMBOL vmlinux 0x978ab4ee dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state -EXPORT_SYMBOL vmlinux 0x97a22c3a netdev_printk EXPORT_SYMBOL vmlinux 0x97a41f7d nvdimm_revalidate_disk EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s EXPORT_SYMBOL vmlinux 0x97ba1005 i2c_transfer EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list -EXPORT_SYMBOL vmlinux 0x97d89d04 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x97c8e22c ether_setup +EXPORT_SYMBOL vmlinux 0x97e7d88b dev_queue_xmit EXPORT_SYMBOL vmlinux 0x97e903d9 user_path_at_empty -EXPORT_SYMBOL vmlinux 0x98000eee skb_ext_add -EXPORT_SYMBOL vmlinux 0x98053ee2 inet_ioctl +EXPORT_SYMBOL vmlinux 0x98157c8b pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x981be892 set_security_override EXPORT_SYMBOL vmlinux 0x9824e6aa set_user_nice -EXPORT_SYMBOL vmlinux 0x9824ff4d km_state_notify +EXPORT_SYMBOL vmlinux 0x9826790d dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r EXPORT_SYMBOL vmlinux 0x9839b57b dev_vprintk_emit EXPORT_SYMBOL vmlinux 0x984bead3 finalize_exec EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse -EXPORT_SYMBOL vmlinux 0x98561fcc xfrm_find_acq EXPORT_SYMBOL vmlinux 0x986053fa generic_remap_file_range_prep -EXPORT_SYMBOL vmlinux 0x98666e8e netif_napi_del EXPORT_SYMBOL vmlinux 0x988361c2 ppp_channel_index EXPORT_SYMBOL vmlinux 0x9884f910 scsi_ioctl EXPORT_SYMBOL vmlinux 0x98902ed7 blk_mq_free_tag_set EXPORT_SYMBOL vmlinux 0x989bc92e bio_add_page EXPORT_SYMBOL vmlinux 0x989eb649 max8925_bulk_write EXPORT_SYMBOL vmlinux 0x98b4371c free_xenballooned_pages -EXPORT_SYMBOL vmlinux 0x98ba7138 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x98ba1f9a vlan_ioctl_set EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc -EXPORT_SYMBOL vmlinux 0x98d2d696 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0x98d66d77 blk_sync_queue EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning -EXPORT_SYMBOL vmlinux 0x98fd50b5 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x98f16de3 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq EXPORT_SYMBOL vmlinux 0x9910a463 kthread_destroy_worker EXPORT_SYMBOL vmlinux 0x991953b9 mdiobus_setup_mdiodev_from_board_info EXPORT_SYMBOL vmlinux 0x992b26e1 fbcon_set_tileops EXPORT_SYMBOL vmlinux 0x992dba12 fb_set_cmap -EXPORT_SYMBOL vmlinux 0x99320c27 nf_log_trace EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier EXPORT_SYMBOL vmlinux 0x9948374a clear_wb_congested +EXPORT_SYMBOL vmlinux 0x994b35de tcp_check_req EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable -EXPORT_SYMBOL vmlinux 0x996229ad build_skb EXPORT_SYMBOL vmlinux 0x99667e0d devm_ioremap EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle -EXPORT_SYMBOL vmlinux 0x997e439e xfrm_user_policy EXPORT_SYMBOL vmlinux 0x997e91af dev_pm_opp_register_notifier EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x99a603a8 mmc_can_secure_erase_trim EXPORT_SYMBOL vmlinux 0x99abd61e find_inode_nowait -EXPORT_SYMBOL vmlinux 0x99b0d233 seg6_push_hmac EXPORT_SYMBOL vmlinux 0x99c82d7f d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x99cc05bd pcie_get_mps EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation EXPORT_SYMBOL vmlinux 0x99d85a01 block_write_end EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node EXPORT_SYMBOL vmlinux 0x99de9782 scsi_print_sense_hdr -EXPORT_SYMBOL vmlinux 0x99efe2d6 netdev_emerg EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f07650 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x99f0aa39 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x99f70e2d tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x9a018a97 tty_port_open EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler EXPORT_SYMBOL vmlinux 0x9a16219f scsi_free_host_dev @@ -8896,46 +8903,48 @@ EXPORT_SYMBOL vmlinux 0x9a1f1720 fscrypt_fname_disk_to_usr EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a701b7d km_state_expired EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict -EXPORT_SYMBOL vmlinux 0x9a955286 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x9a7b051e pci_reenable_device EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns EXPORT_SYMBOL vmlinux 0x9abaaa98 blk_get_request +EXPORT_SYMBOL vmlinux 0x9ad4f810 ndisc_mc_map EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae5664e xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0x9ae7504d mdiobus_read -EXPORT_SYMBOL vmlinux 0x9aeceaf9 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x9b020b28 devm_of_iomap EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe EXPORT_SYMBOL vmlinux 0x9b265526 bio_advance EXPORT_SYMBOL vmlinux 0x9b30e22e kobject_init EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp -EXPORT_SYMBOL vmlinux 0x9b4fbd65 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked EXPORT_SYMBOL vmlinux 0x9b54fba4 acpi_device_set_power EXPORT_SYMBOL vmlinux 0x9b665346 dm_register_target -EXPORT_SYMBOL vmlinux 0x9b69dda9 udp_gro_receive EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table EXPORT_SYMBOL vmlinux 0x9b75fc75 devm_mfd_add_devices EXPORT_SYMBOL vmlinux 0x9b7e9f4e kiocb_set_cancel_fn EXPORT_SYMBOL vmlinux 0x9b810afc soft_cursor +EXPORT_SYMBOL vmlinux 0x9b81ad43 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0x9ba0d3fc param_ops_ushort +EXPORT_SYMBOL vmlinux 0x9bab3c49 tcf_block_put EXPORT_SYMBOL vmlinux 0x9bc892bc phy_set_sym_pause -EXPORT_SYMBOL vmlinux 0x9bcab21d eth_prepare_mac_addr_change EXPORT_SYMBOL vmlinux 0x9bcf059b proc_remove EXPORT_SYMBOL vmlinux 0x9bdf879d i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x9bf5104d seg6_push_hmac EXPORT_SYMBOL vmlinux 0x9c00424a scsi_host_busy EXPORT_SYMBOL vmlinux 0x9c050143 scsi_device_resume EXPORT_SYMBOL vmlinux 0x9c080258 find_get_pages_contig EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node -EXPORT_SYMBOL vmlinux 0x9c21867a pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x9c238491 vfs_get_tree EXPORT_SYMBOL vmlinux 0x9c23d3bb key_revoke +EXPORT_SYMBOL vmlinux 0x9c27b1a1 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x9c301b78 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9c5c879c pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x9c5c9c20 netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0x9c6b5ef1 __module_get EXPORT_SYMBOL vmlinux 0x9c86938f cdrom_mode_select -EXPORT_SYMBOL vmlinux 0x9c924b13 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x9c942adc vprintk_emit -EXPORT_SYMBOL vmlinux 0x9ca53006 tcf_block_get -EXPORT_SYMBOL vmlinux 0x9caa8b32 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name EXPORT_SYMBOL vmlinux 0x9cb713a2 param_set_short EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base @@ -8943,17 +8952,17 @@ EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute EXPORT_SYMBOL vmlinux 0x9cd651a7 ppp_register_channel EXPORT_SYMBOL vmlinux 0x9cdf8d0b dump_emit EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net -EXPORT_SYMBOL vmlinux 0x9ce096a3 tso_build_data EXPORT_SYMBOL vmlinux 0x9ce4e145 input_mt_get_slot_by_key EXPORT_SYMBOL vmlinux 0x9ce978b8 pci_bus_type EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier -EXPORT_SYMBOL vmlinux 0x9d10661e amd_iommu_rlookup_table +EXPORT_SYMBOL vmlinux 0x9d15f09d get_mem_cgroup_from_mm EXPORT_SYMBOL vmlinux 0x9d1c2608 acpi_notifier_call_chain -EXPORT_SYMBOL vmlinux 0x9d1da310 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x9d34298d pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x9d3a5569 fscrypt_free_bounce_page EXPORT_SYMBOL vmlinux 0x9d424ed7 mpage_writepages EXPORT_SYMBOL vmlinux 0x9d4c6d6a mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x9d509aeb secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x9d515509 mount_subtree EXPORT_SYMBOL vmlinux 0x9d57762b padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0x9d5a635b mnt_set_expiry @@ -8961,10 +8970,14 @@ EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl EXPORT_SYMBOL vmlinux 0x9d879d01 tty_port_tty_set EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9db5cd53 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x9db5fc1f sk_wait_data +EXPORT_SYMBOL vmlinux 0x9dc481fd __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission EXPORT_SYMBOL vmlinux 0x9dc8301d tty_port_block_til_ready EXPORT_SYMBOL vmlinux 0x9dd2e759 twl6040_get_vibralr_status EXPORT_SYMBOL vmlinux 0x9dd7143a generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x9dda3b43 agp_unbind_memory EXPORT_SYMBOL vmlinux 0x9de2719a scsi_report_device_reset EXPORT_SYMBOL vmlinux 0x9df090f3 __cleancache_put_page EXPORT_SYMBOL vmlinux 0x9df2223d vme_bus_num @@ -8973,16 +8986,15 @@ EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle EXPORT_SYMBOL vmlinux 0x9e18ab39 jbd2_journal_extend EXPORT_SYMBOL vmlinux 0x9e19ca94 install_exec_creds +EXPORT_SYMBOL vmlinux 0x9e1c37d0 inet_ioctl EXPORT_SYMBOL vmlinux 0x9e262e03 inode_add_bytes EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler EXPORT_SYMBOL vmlinux 0x9e358e84 nd_integrity_init EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read -EXPORT_SYMBOL vmlinux 0x9e65e9e4 inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay -EXPORT_SYMBOL vmlinux 0x9e8b6c16 tcp_setsockopt EXPORT_SYMBOL vmlinux 0x9e97a0d3 fget_raw EXPORT_SYMBOL vmlinux 0x9e9d1d07 param_ops_string EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap @@ -8992,38 +9004,41 @@ EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask EXPORT_SYMBOL vmlinux 0x9ec23593 simple_transaction_release EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec8f0fe napi_complete_done EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set EXPORT_SYMBOL vmlinux 0x9edf6671 blk_mq_init_sq_queue +EXPORT_SYMBOL vmlinux 0x9ee65194 agp_generic_alloc_page EXPORT_SYMBOL vmlinux 0x9ef4131e get_tree_bdev EXPORT_SYMBOL vmlinux 0x9f085647 submit_bio_wait -EXPORT_SYMBOL vmlinux 0x9f35b247 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x9f249493 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x9f461564 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy -EXPORT_SYMBOL vmlinux 0x9f6207d3 xfrm6_protocol_deregister -EXPORT_SYMBOL vmlinux 0x9f6a8829 netdev_port_same_parent_id -EXPORT_SYMBOL vmlinux 0x9f7e4ea8 tc_setup_cb_replace -EXPORT_SYMBOL vmlinux 0x9f8eb20d tcp_check_req +EXPORT_SYMBOL vmlinux 0x9f79c391 secpath_set EXPORT_SYMBOL vmlinux 0x9f984513 strrchr EXPORT_SYMBOL vmlinux 0x9f9ef388 jbd2_journal_check_used_features EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fa766db netif_carrier_off +EXPORT_SYMBOL vmlinux 0x9fafbcb2 neigh_update EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid +EXPORT_SYMBOL vmlinux 0x9fde5392 neigh_seq_stop EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many EXPORT_SYMBOL vmlinux 0x9fec5f97 phy_read_paged EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce -EXPORT_SYMBOL vmlinux 0x9ff120f4 sock_no_socketpair -EXPORT_SYMBOL vmlinux 0x9ff7ee30 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0xa008d4f5 mdiobus_register_device EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed EXPORT_SYMBOL vmlinux 0xa02357dc sdev_prefix_printk -EXPORT_SYMBOL vmlinux 0xa02780f1 sk_stop_timer EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa0356c1c __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xa0363eb0 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0xa03d6b1f _dev_err EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes EXPORT_SYMBOL vmlinux 0xa04d7d4e nd_device_unregister +EXPORT_SYMBOL vmlinux 0xa050a389 qdisc_put EXPORT_SYMBOL vmlinux 0xa05207e5 jbd2_journal_init_jbd_inode EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass EXPORT_SYMBOL vmlinux 0xa0692282 kern_path_create @@ -9031,51 +9046,50 @@ EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or EXPORT_SYMBOL vmlinux 0xa084f79f cpumask_next_wrap EXPORT_SYMBOL vmlinux 0xa085eb24 address_space_init_once -EXPORT_SYMBOL vmlinux 0xa0895eff pci_get_slot EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable EXPORT_SYMBOL vmlinux 0xa096b889 wait_for_completion_killable EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 EXPORT_SYMBOL vmlinux 0xa0b550aa from_kgid -EXPORT_SYMBOL vmlinux 0xa0b6c0e8 dev_remove_pack EXPORT_SYMBOL vmlinux 0xa0bcd338 uart_resume_port +EXPORT_SYMBOL vmlinux 0xa0bd5ae4 netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0xa0c3eaac input_set_max_poll_interval EXPORT_SYMBOL vmlinux 0xa0c8ed48 phy_disconnect +EXPORT_SYMBOL vmlinux 0xa0cb3507 tcp_prot EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private -EXPORT_SYMBOL vmlinux 0xa0e372d0 passthru_features_check EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem -EXPORT_SYMBOL vmlinux 0xa0f278e0 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xa0f2fc8d netdev_refcnt_read EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit EXPORT_SYMBOL vmlinux 0xa1065001 simple_open EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max -EXPORT_SYMBOL vmlinux 0xa11e93d5 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1212d1c xfrm_register_type EXPORT_SYMBOL vmlinux 0xa1217881 param_set_copystring -EXPORT_SYMBOL vmlinux 0xa13997a3 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xa1458b0b xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xa156adf8 agp_generic_create_gatt_table EXPORT_SYMBOL vmlinux 0xa158aa4a uart_write_wakeup EXPORT_SYMBOL vmlinux 0xa16c8613 _raw_read_unlock_irqrestore -EXPORT_SYMBOL vmlinux 0xa16d61a2 tcp_mmap EXPORT_SYMBOL vmlinux 0xa175564a mark_buffer_async_write EXPORT_SYMBOL vmlinux 0xa17c1b49 nd_region_to_nstype EXPORT_SYMBOL vmlinux 0xa18c5502 fs_lookup_param EXPORT_SYMBOL vmlinux 0xa1937fdf delete_from_page_cache EXPORT_SYMBOL vmlinux 0xa19b2ef3 dma_get_sgtable_attrs -EXPORT_SYMBOL vmlinux 0xa1a545cc pci_request_region +EXPORT_SYMBOL vmlinux 0xa1aef4b1 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0xa1b72709 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xa1b84eaf neigh_xmit EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1bff1bc neigh_app_ns EXPORT_SYMBOL vmlinux 0xa1c003e9 request_key_with_auxdata EXPORT_SYMBOL vmlinux 0xa1d3dc22 module_refcount -EXPORT_SYMBOL vmlinux 0xa1d3e1ac netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0xa1d5d055 __sb_end_write -EXPORT_SYMBOL vmlinux 0xa1d7406f xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create EXPORT_SYMBOL vmlinux 0xa1e1b600 read_cache_pages -EXPORT_SYMBOL vmlinux 0xa1e4f375 sock_no_accept EXPORT_SYMBOL vmlinux 0xa1f9a134 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0xa202a26b ip_fraglist_init EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp -EXPORT_SYMBOL vmlinux 0xa2294f83 nf_log_unset -EXPORT_SYMBOL vmlinux 0xa22e7b42 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa214df2b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xa2245461 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler EXPORT_SYMBOL vmlinux 0xa23441b1 mipi_dsi_device_unregister EXPORT_SYMBOL vmlinux 0xa242fb8f input_mt_destroy_slots @@ -9083,61 +9097,57 @@ EXPORT_SYMBOL vmlinux 0xa24ae557 input_event EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer -EXPORT_SYMBOL vmlinux 0xa264b665 sockfd_lookup EXPORT_SYMBOL vmlinux 0xa271d318 nvdimm_namespace_capacity EXPORT_SYMBOL vmlinux 0xa2843c45 security_sock_rcv_skb EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active EXPORT_SYMBOL vmlinux 0xa2965973 mmc_gpio_set_cd_wake EXPORT_SYMBOL vmlinux 0xa29b6edc iw_handler_set_spy -EXPORT_SYMBOL vmlinux 0xa29cd1c3 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0xa2a25d9a md_write_start EXPORT_SYMBOL vmlinux 0xa2ad6a38 dcbnl_ieee_notify -EXPORT_SYMBOL vmlinux 0xa2aed49a xfrm6_input_addr EXPORT_SYMBOL vmlinux 0xa2b6f7e2 fsync_bdev +EXPORT_SYMBOL vmlinux 0xa2c1b924 skb_trim +EXPORT_SYMBOL vmlinux 0xa2ccdca8 xfrm_input_resume EXPORT_SYMBOL vmlinux 0xa2ed1a29 md_set_array_sectors EXPORT_SYMBOL vmlinux 0xa2f1a932 qdisc_tree_reduce_backlog EXPORT_SYMBOL vmlinux 0xa304c16e cdrom_release -EXPORT_SYMBOL vmlinux 0xa30f9c20 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0xa3169957 abx500_mask_and_set_register_interruptible -EXPORT_SYMBOL vmlinux 0xa318797d pci_disable_msi -EXPORT_SYMBOL vmlinux 0xa318d445 build_skb_around -EXPORT_SYMBOL vmlinux 0xa331f0dd xfrm_state_add EXPORT_SYMBOL vmlinux 0xa33c0eac wait_for_completion_interruptible_timeout EXPORT_SYMBOL vmlinux 0xa340fb7e mipi_dsi_dcs_set_display_on EXPORT_SYMBOL vmlinux 0xa3461a16 d_path EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga EXPORT_SYMBOL vmlinux 0xa39b4a41 kill_pgrp -EXPORT_SYMBOL vmlinux 0xa3bd679a pci_set_power_state +EXPORT_SYMBOL vmlinux 0xa3a11392 __inet_stream_connect EXPORT_SYMBOL vmlinux 0xa3c67711 seq_open EXPORT_SYMBOL vmlinux 0xa3e2ed2f max8925_bulk_read EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger EXPORT_SYMBOL vmlinux 0xa3e50a71 nd_dev_to_uuid EXPORT_SYMBOL vmlinux 0xa3f13557 scsi_eh_restore_cmnd -EXPORT_SYMBOL vmlinux 0xa3f47a0d __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xa3fb835d mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xa4012d84 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0xa4043c3c dma_find_channel EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer EXPORT_SYMBOL vmlinux 0xa412f198 unmap_mapping_range EXPORT_SYMBOL vmlinux 0xa41423a1 param_get_ullong EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa41befcd udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xa434213c phy_attached_print +EXPORT_SYMBOL vmlinux 0xa4436efc __neigh_for_each_release EXPORT_SYMBOL vmlinux 0xa45a1c52 i2c_register_driver EXPORT_SYMBOL vmlinux 0xa4629801 scsi_dma_unmap -EXPORT_SYMBOL vmlinux 0xa46ce12f pci_alloc_irq_vectors_affinity -EXPORT_SYMBOL vmlinux 0xa47a6f02 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa472576d inet_accept EXPORT_SYMBOL vmlinux 0xa488cb1c mipi_dsi_set_maximum_return_packet_size -EXPORT_SYMBOL vmlinux 0xa4acb8b5 dev_get_phys_port_name +EXPORT_SYMBOL vmlinux 0xa4a80fc0 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush EXPORT_SYMBOL vmlinux 0xa4d7c4b4 phy_ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0xa4e821f8 may_umount -EXPORT_SYMBOL vmlinux 0xa4e9f492 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0xa4eb9f7e acpi_processor_notify_smm EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe -EXPORT_SYMBOL vmlinux 0xa5016e65 pci_read_config_byte EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55ae79d netdev_alert EXPORT_SYMBOL vmlinux 0xa55c595f i2c_del_driver EXPORT_SYMBOL vmlinux 0xa5854650 request_firmware EXPORT_SYMBOL vmlinux 0xa58efcbf serial8250_set_isa_configurator @@ -9145,17 +9155,22 @@ EXPORT_SYMBOL vmlinux 0xa5956abe ioread64_hi_lo EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock EXPORT_SYMBOL vmlinux 0xa5a263cc jbd2_journal_set_features EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound +EXPORT_SYMBOL vmlinux 0xa5c36590 compat_ip_setsockopt EXPORT_SYMBOL vmlinux 0xa5c4639c vfs_link -EXPORT_SYMBOL vmlinux 0xa5c87486 pci_request_regions EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu EXPORT_SYMBOL vmlinux 0xa5e7b306 request_firmware_nowait EXPORT_SYMBOL vmlinux 0xa5f39952 get_super_thawed +EXPORT_SYMBOL vmlinux 0xa5fc2694 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xa5ffbd82 tso_build_hdr EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer +EXPORT_SYMBOL vmlinux 0xa60496de netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa62a7356 xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0xa634b745 __block_write_begin EXPORT_SYMBOL vmlinux 0xa64eee3b simple_dentry_operations EXPORT_SYMBOL vmlinux 0xa654be5c blk_mq_alloc_request EXPORT_SYMBOL vmlinux 0xa6725cc8 tty_write_room +EXPORT_SYMBOL vmlinux 0xa6796c4a skb_dump EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp EXPORT_SYMBOL vmlinux 0xa68e60da fscrypt_enqueue_decrypt_bio @@ -9165,17 +9180,21 @@ EXPORT_SYMBOL vmlinux 0xa6d95dc0 iov_iter_init EXPORT_SYMBOL vmlinux 0xa6df0211 textsearch_destroy EXPORT_SYMBOL vmlinux 0xa6e4deb6 path_is_mountpoint EXPORT_SYMBOL vmlinux 0xa6ef67ab mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xa700f8c9 sock_from_file +EXPORT_SYMBOL vmlinux 0xa70e21f9 agp_generic_alloc_by_type EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi EXPORT_SYMBOL vmlinux 0xa71ea00a send_sig_info EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt EXPORT_SYMBOL vmlinux 0xa732d029 flow_rule_match_enc_keyid -EXPORT_SYMBOL vmlinux 0xa738bc4a dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xa73ed23e inet_csk_accept EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock EXPORT_SYMBOL vmlinux 0xa75ebe2d init_special_inode EXPORT_SYMBOL vmlinux 0xa77b569e get_ipc_ns_exported EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa79719c5 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa7afc172 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy EXPORT_SYMBOL vmlinux 0xa7dba1c5 param_set_ushort EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector @@ -9183,53 +9202,56 @@ EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock EXPORT_SYMBOL vmlinux 0xa815255d kill_fasync EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa81f1bae __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked EXPORT_SYMBOL vmlinux 0xa82b2283 mipi_dsi_dcs_write EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa8568489 udp_ioctl EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8648344 dst_destroy EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work -EXPORT_SYMBOL vmlinux 0xa88b50b0 xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0xa89291fc dump_page EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free EXPORT_SYMBOL vmlinux 0xa8b35ef8 file_remove_privs EXPORT_SYMBOL vmlinux 0xa8b6e3fb md_flush_request EXPORT_SYMBOL vmlinux 0xa8c77850 seq_release EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8cfb8fd netif_napi_del +EXPORT_SYMBOL vmlinux 0xa8e34391 sock_no_shutdown EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present EXPORT_SYMBOL vmlinux 0xa8f50e5d fs_context_for_mount EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f7b308 pcie_print_link_status EXPORT_SYMBOL vmlinux 0xa8fddb70 __devm_release_region EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work EXPORT_SYMBOL vmlinux 0xa916b694 strnlen EXPORT_SYMBOL vmlinux 0xa926e6dd to_ndd EXPORT_SYMBOL vmlinux 0xa92b45b0 mmc_cqe_start_req -EXPORT_SYMBOL vmlinux 0xa936166f inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section -EXPORT_SYMBOL vmlinux 0xa95e3dd0 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xa95f8aee reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xa95fcfe0 eth_mac_addr EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value -EXPORT_SYMBOL vmlinux 0xa96fff35 compat_ip_setsockopt EXPORT_SYMBOL vmlinux 0xa9783f92 tty_do_resize EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map EXPORT_SYMBOL vmlinux 0xa98516c0 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xa98f6b18 pci_request_regions EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add EXPORT_SYMBOL vmlinux 0xa9b19640 d_add_ci EXPORT_SYMBOL vmlinux 0xa9bb55de mdiobus_get_phy -EXPORT_SYMBOL vmlinux 0xa9bdd512 memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks EXPORT_SYMBOL vmlinux 0xa9c83ecf mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xa9c97727 agp_create_memory EXPORT_SYMBOL vmlinux 0xa9d316fa generic_setlease EXPORT_SYMBOL vmlinux 0xa9d9047b ppp_output_wakeup -EXPORT_SYMBOL vmlinux 0xa9db64f6 ip6_find_1stfragopt -EXPORT_SYMBOL vmlinux 0xa9fa6051 sock_from_file +EXPORT_SYMBOL vmlinux 0xa9ec7ff9 tcp_seq_start EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction EXPORT_SYMBOL vmlinux 0xaa0d6350 d_make_root -EXPORT_SYMBOL vmlinux 0xaa0fca26 tcp_v4_connect -EXPORT_SYMBOL vmlinux 0xaa1e68ab netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xaa0d8d11 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xaa169149 kernel_recvmsg EXPORT_SYMBOL vmlinux 0xaa2f562a setattr_copy EXPORT_SYMBOL vmlinux 0xaa32baa4 dquot_operations EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception @@ -9240,6 +9262,7 @@ EXPORT_SYMBOL vmlinux 0xaa73c34a __sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0xaa7f0b8c hmm_range_dma_unmap EXPORT_SYMBOL vmlinux 0xaa95ab9f get_tz_trend EXPORT_SYMBOL vmlinux 0xaa9e1f8c d_find_alias +EXPORT_SYMBOL vmlinux 0xaab7cbae tcp_rcv_established EXPORT_SYMBOL vmlinux 0xaac2c28e devm_ioport_map EXPORT_SYMBOL vmlinux 0xaac6bd8e textsearch_register EXPORT_SYMBOL vmlinux 0xaaccfead uart_suspend_port @@ -9247,14 +9270,14 @@ EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right EXPORT_SYMBOL vmlinux 0xaad31173 blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae4cc6b pci_pme_capable EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable EXPORT_SYMBOL vmlinux 0xaaf7d6c2 __blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaaffa950 xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0xab00b641 block_write_full_page -EXPORT_SYMBOL vmlinux 0xab063669 vif_device_init -EXPORT_SYMBOL vmlinux 0xab066f5b __scm_destroy EXPORT_SYMBOL vmlinux 0xab14c1bd blk_post_runtime_resume -EXPORT_SYMBOL vmlinux 0xab1ffabd neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xab236ad3 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0xab287f7b mipi_dsi_host_unregister EXPORT_SYMBOL vmlinux 0xab2ff47a blk_put_request EXPORT_SYMBOL vmlinux 0xab3618a1 dma_cache_sync @@ -9262,37 +9285,32 @@ EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init EXPORT_SYMBOL vmlinux 0xab397d78 mmc_set_blocklen EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute EXPORT_SYMBOL vmlinux 0xab3dc4f0 input_set_abs_params -EXPORT_SYMBOL vmlinux 0xab50b837 netif_rx EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xab644fe4 security_old_inode_init_security EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc EXPORT_SYMBOL vmlinux 0xab679670 flow_rule_match_enc_ports EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab706be1 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab83eea8 blk_queue_logical_block_size -EXPORT_SYMBOL vmlinux 0xab85d1f5 kernel_getsockopt EXPORT_SYMBOL vmlinux 0xab8680d8 input_unregister_device -EXPORT_SYMBOL vmlinux 0xab8d8941 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed -EXPORT_SYMBOL vmlinux 0xabacdcbb ipv6_setsockopt -EXPORT_SYMBOL vmlinux 0xabae0de3 vlan_ioctl_set -EXPORT_SYMBOL vmlinux 0xabbc3ae2 agp_free_memory EXPORT_SYMBOL vmlinux 0xabc554e8 input_unregister_handler EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc EXPORT_SYMBOL vmlinux 0xabe0f9a6 md_bitmap_cond_end_sync EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier -EXPORT_SYMBOL vmlinux 0xac1bf48a neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0xac1d81ec devm_release_resource +EXPORT_SYMBOL vmlinux 0xac2ca6f5 skb_checksum EXPORT_SYMBOL vmlinux 0xac2f76a4 bio_clone_fast EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd EXPORT_SYMBOL vmlinux 0xac3d7615 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xac3e48b8 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xac488786 mount_nodev EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton -EXPORT_SYMBOL vmlinux 0xac6931bf neigh_carrier_down EXPORT_SYMBOL vmlinux 0xac6c999d mntget EXPORT_SYMBOL vmlinux 0xac70d9e1 ihold EXPORT_SYMBOL vmlinux 0xac7c03c2 dcbnl_cee_notify @@ -9301,31 +9319,31 @@ EXPORT_SYMBOL vmlinux 0xac94619f t10_pi_type3_ip EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf EXPORT_SYMBOL vmlinux 0xac9a8a22 pipe_lock EXPORT_SYMBOL vmlinux 0xac9c4a0b phy_ethtool_ksettings_set -EXPORT_SYMBOL vmlinux 0xaca939d1 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xac9c78b1 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xaca5a702 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xaca90e00 sk_ns_capable EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacbd298b blk_mq_stop_hw_queues EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache EXPORT_SYMBOL vmlinux 0xace77ad1 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xace91f06 inet6_del_offload EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print -EXPORT_SYMBOL vmlinux 0xacf42254 __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex EXPORT_SYMBOL vmlinux 0xad059aed vfs_get_link -EXPORT_SYMBOL vmlinux 0xad0c29f1 netif_receive_skb -EXPORT_SYMBOL vmlinux 0xad0d3e97 unlock_page_memcg +EXPORT_SYMBOL vmlinux 0xad0b4a01 __sk_dst_check EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad24247b pcie_capability_read_word EXPORT_SYMBOL vmlinux 0xad2951a9 ex_handler_rdmsr_unsafe EXPORT_SYMBOL vmlinux 0xad34c6e5 truncate_inode_pages EXPORT_SYMBOL vmlinux 0xad3cbaf4 unlock_buffer -EXPORT_SYMBOL vmlinux 0xad3e12ae rtnl_notify -EXPORT_SYMBOL vmlinux 0xad5130c4 rt6_lookup EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid EXPORT_SYMBOL vmlinux 0xad68417b tty_vhangup EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get -EXPORT_SYMBOL vmlinux 0xad712380 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xad71a0c4 dev_close EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function EXPORT_SYMBOL vmlinux 0xad7c00fa iov_iter_npages EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event @@ -9333,75 +9351,76 @@ EXPORT_SYMBOL vmlinux 0xad948581 padata_start EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align -EXPORT_SYMBOL vmlinux 0xada60263 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xadab61dd sock_create_kern +EXPORT_SYMBOL vmlinux 0xadb363e6 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xadb5006e pcie_set_mps EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long EXPORT_SYMBOL vmlinux 0xadc044b7 vfio_set_irqs_validate_and_prepare -EXPORT_SYMBOL vmlinux 0xadc4c3c7 rtnl_configure_link EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed -EXPORT_SYMBOL vmlinux 0xadda2b25 poll_initwait +EXPORT_SYMBOL vmlinux 0xadd7ea7c compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xaddbe5d8 skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0xade109ae inode_nohighmem EXPORT_SYMBOL vmlinux 0xadec9057 configfs_register_subsystem EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot EXPORT_SYMBOL vmlinux 0xadfe44e6 elv_rb_find -EXPORT_SYMBOL vmlinux 0xae00b70e sock_wfree EXPORT_SYMBOL vmlinux 0xae1a9cb8 cdrom_open +EXPORT_SYMBOL vmlinux 0xae250f85 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0xae2e09ee blk_queue_max_write_same_sectors EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert EXPORT_SYMBOL vmlinux 0xae3a233c security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xae4231c5 ping_prot EXPORT_SYMBOL vmlinux 0xae43edb8 vme_new_dma_list EXPORT_SYMBOL vmlinux 0xae48221a twl6040_power EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm -EXPORT_SYMBOL vmlinux 0xae65600a pci_scan_single_device EXPORT_SYMBOL vmlinux 0xae7e3a35 mutex_trylock_recursive EXPORT_SYMBOL vmlinux 0xaea91afa igrab EXPORT_SYMBOL vmlinux 0xaea9f0bc twl6040_get_sysclk EXPORT_SYMBOL vmlinux 0xaeae6c90 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xaeb62a58 km_new_mapping EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name EXPORT_SYMBOL vmlinux 0xaec8e0d2 bdi_set_max_ratio EXPORT_SYMBOL vmlinux 0xaecc4238 param_get_charp +EXPORT_SYMBOL vmlinux 0xaed08226 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xaee1b9fc netdev_reset_tc EXPORT_SYMBOL vmlinux 0xaef42370 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xaefae9bd netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xaf036db8 mroute6_is_socket EXPORT_SYMBOL vmlinux 0xaf08bf41 simple_link -EXPORT_SYMBOL vmlinux 0xaf1e4fab sock_no_bind -EXPORT_SYMBOL vmlinux 0xaf26968c pci_find_capability EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level -EXPORT_SYMBOL vmlinux 0xaf40d19c pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xaf4ce559 netdev_emerg EXPORT_SYMBOL vmlinux 0xaf51f48f ww_mutex_unlock EXPORT_SYMBOL vmlinux 0xaf555e51 fscrypt_setup_filename EXPORT_SYMBOL vmlinux 0xaf638e25 jbd2_journal_free_reserved EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init -EXPORT_SYMBOL vmlinux 0xaf77bb80 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0xaf805571 vmap EXPORT_SYMBOL vmlinux 0xaf90b014 vm_map_ram EXPORT_SYMBOL vmlinux 0xaf97052e acpi_dev_get_first_match_dev EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys EXPORT_SYMBOL vmlinux 0xafb48de8 bdget EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string -EXPORT_SYMBOL vmlinux 0xafc90a56 kernel_sendpage -EXPORT_SYMBOL vmlinux 0xafd47eb2 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xafbc90ca __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported EXPORT_SYMBOL vmlinux 0xafe37217 pnp_register_driver EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq -EXPORT_SYMBOL vmlinux 0xb01ce8f9 pci_iomap EXPORT_SYMBOL vmlinux 0xb0438f94 get_super_exclusive_thawed +EXPORT_SYMBOL vmlinux 0xb0489109 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0xb04de49a start_tty -EXPORT_SYMBOL vmlinux 0xb0526f58 register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xb056a581 fbcon_rotate_ud EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb061a98a mutex_lock_killable -EXPORT_SYMBOL vmlinux 0xb069a05d dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0xb06c03a4 write_inode_now +EXPORT_SYMBOL vmlinux 0xb072564a udp_poll EXPORT_SYMBOL vmlinux 0xb07b7955 __sync_dirty_buffer -EXPORT_SYMBOL vmlinux 0xb085e864 xfrm_state_flush -EXPORT_SYMBOL vmlinux 0xb086ec4d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xb09717fd netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation EXPORT_SYMBOL vmlinux 0xb0a46f30 tty_port_put EXPORT_SYMBOL vmlinux 0xb0a7cc4a mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0xb0b17c6a finish_no_open EXPORT_SYMBOL vmlinux 0xb0b7c89a md_handle_request -EXPORT_SYMBOL vmlinux 0xb0b90573 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xb0cf548e pcie_capability_write_word EXPORT_SYMBOL vmlinux 0xb0d8b004 locks_init_lock EXPORT_SYMBOL vmlinux 0xb0e10781 get_option EXPORT_SYMBOL vmlinux 0xb0e602eb memmove @@ -9410,14 +9429,12 @@ EXPORT_SYMBOL vmlinux 0xb0e72bca tcf_idr_cleanup EXPORT_SYMBOL vmlinux 0xb0eeab85 clocksource_unregister EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize EXPORT_SYMBOL vmlinux 0xb1005dc6 elv_bio_merge_ok -EXPORT_SYMBOL vmlinux 0xb1028259 dev_alloc_name EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xb10f9033 twl6040_get_pll EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on EXPORT_SYMBOL vmlinux 0xb1266946 simple_setattr EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client -EXPORT_SYMBOL vmlinux 0xb1463621 pci_get_domain_bus_and_slot -EXPORT_SYMBOL vmlinux 0xb14787e9 inet6_protos +EXPORT_SYMBOL vmlinux 0xb13ee228 netpoll_send_udp EXPORT_SYMBOL vmlinux 0xb149c872 mipi_dsi_dcs_exit_sleep_mode EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init EXPORT_SYMBOL vmlinux 0xb14cd878 PDE_DATA @@ -9425,7 +9442,6 @@ EXPORT_SYMBOL vmlinux 0xb1580ef6 generic_listxattr EXPORT_SYMBOL vmlinux 0xb15ab250 dma_fence_array_create EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset -EXPORT_SYMBOL vmlinux 0xb19b0520 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xb19dfb97 copy_strings_kernel EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress EXPORT_SYMBOL vmlinux 0xb1c418f4 md_bitmap_free @@ -9435,11 +9451,8 @@ EXPORT_SYMBOL vmlinux 0xb1e12d81 krealloc EXPORT_SYMBOL vmlinux 0xb1eb308b mdio_device_free EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload -EXPORT_SYMBOL vmlinux 0xb22ece5e skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xb23a9538 freezing_slow_path EXPORT_SYMBOL vmlinux 0xb2632de3 __vfs_getxattr -EXPORT_SYMBOL vmlinux 0xb2765f21 sock_common_setsockopt -EXPORT_SYMBOL vmlinux 0xb27ef27d skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked EXPORT_SYMBOL vmlinux 0xb2aa21a2 cred_fscmp EXPORT_SYMBOL vmlinux 0xb2ab2bdd param_get_ushort @@ -9447,8 +9460,8 @@ EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt EXPORT_SYMBOL vmlinux 0xb2b00693 flow_rule_match_ports EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count -EXPORT_SYMBOL vmlinux 0xb2bef97d __skb_ext_del -EXPORT_SYMBOL vmlinux 0xb2c5eb5f sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xb2be4535 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xb2be618a skb_copy_bits EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove EXPORT_SYMBOL vmlinux 0xb2fc8b2b alloc_pages_current @@ -9457,65 +9470,62 @@ EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 EXPORT_SYMBOL vmlinux 0xb3002051 call_fib_notifier EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30c26b4 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit EXPORT_SYMBOL vmlinux 0xb32f0e4b phy_support_sym_pause -EXPORT_SYMBOL vmlinux 0xb33b600b __ip_queue_xmit EXPORT_SYMBOL vmlinux 0xb33da8f0 ps2_sendbyte -EXPORT_SYMBOL vmlinux 0xb3434bf7 dev_set_allmulti -EXPORT_SYMBOL vmlinux 0xb345f5df inet_getname +EXPORT_SYMBOL vmlinux 0xb33ffdfb netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit -EXPORT_SYMBOL vmlinux 0xb356ef1b __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb354b74f xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xb3635b01 _raw_spin_lock_bh EXPORT_SYMBOL vmlinux 0xb36478bb irq_to_desc EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock -EXPORT_SYMBOL vmlinux 0xb370cd04 sk_page_frag_refill -EXPORT_SYMBOL vmlinux 0xb374ec11 pneigh_lookup -EXPORT_SYMBOL vmlinux 0xb380a9b5 proto_register EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask EXPORT_SYMBOL vmlinux 0xb39207be generic_splice_sendpage EXPORT_SYMBOL vmlinux 0xb39dfff3 filemap_map_pages EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic EXPORT_SYMBOL vmlinux 0xb3a63609 __netlink_ns_capable -EXPORT_SYMBOL vmlinux 0xb3a7e378 ipv6_dev_mc_dec -EXPORT_SYMBOL vmlinux 0xb3cdcf31 eth_type_trans +EXPORT_SYMBOL vmlinux 0xb3b460de tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xb3be0faa netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xb3c5dd3d ip_check_defrag EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string EXPORT_SYMBOL vmlinux 0xb3e1f510 genphy_write_mmd_unsupported EXPORT_SYMBOL vmlinux 0xb3e6d841 vfs_parse_fs_string EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40988cd tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb41ed77a dev_direct_xmit EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked EXPORT_SYMBOL vmlinux 0xb449d0d7 __mod_node_page_state EXPORT_SYMBOL vmlinux 0xb44ad4b3 _copy_to_user EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present -EXPORT_SYMBOL vmlinux 0xb473c9a0 kernel_setsockopt EXPORT_SYMBOL vmlinux 0xb47b083b configfs_register_group EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic -EXPORT_SYMBOL vmlinux 0xb47f634a datagram_poll EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts EXPORT_SYMBOL vmlinux 0xb497dfa9 vlan_dev_vlan_id EXPORT_SYMBOL vmlinux 0xb49a0fc7 device_match_acpi_dev -EXPORT_SYMBOL vmlinux 0xb49aae1b skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4a2dca2 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0xb4abb860 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xb4ca3272 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0xb4d49a14 rtc_add_group EXPORT_SYMBOL vmlinux 0xb4ed82c7 iov_iter_alignment EXPORT_SYMBOL vmlinux 0xb4f13d2a abort -EXPORT_SYMBOL vmlinux 0xb500556a tcp_v4_conn_request -EXPORT_SYMBOL vmlinux 0xb5028432 netdev_features_change -EXPORT_SYMBOL vmlinux 0xb503ab13 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0xb50fee59 simple_unlink -EXPORT_SYMBOL vmlinux 0xb52313f5 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xb51fba54 kernel_sendpage EXPORT_SYMBOL vmlinux 0xb5246b98 phy_register_fixup_for_uid EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range EXPORT_SYMBOL vmlinux 0xb531812a is_nd_btt +EXPORT_SYMBOL vmlinux 0xb537419b sock_no_connect EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated EXPORT_SYMBOL vmlinux 0xb5633b73 blk_register_region EXPORT_SYMBOL vmlinux 0xb5645a15 blkdev_get_by_path EXPORT_SYMBOL vmlinux 0xb56b6ca1 fb_get_buffer_offset EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5843200 tcp_enter_cwr EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat EXPORT_SYMBOL vmlinux 0xb59cb508 pmem_should_map_pages EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev @@ -9531,14 +9541,15 @@ EXPORT_SYMBOL vmlinux 0xb6013836 copy_page_from_iter EXPORT_SYMBOL vmlinux 0xb601be4c __x86_indirect_thunk_rdx EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked EXPORT_SYMBOL vmlinux 0xb62f3f28 dev_mc_del -EXPORT_SYMBOL vmlinux 0xb631b45a xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb64b1d71 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0xb64b9023 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xb6548305 inet_recvmsg EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port EXPORT_SYMBOL vmlinux 0xb655be41 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xb65733c4 sock_no_recvmsg EXPORT_SYMBOL vmlinux 0xb665f56d __cachemode2pte_tbl -EXPORT_SYMBOL vmlinux 0xb6684132 alloc_skb_with_frags -EXPORT_SYMBOL vmlinux 0xb669027e sk_capable +EXPORT_SYMBOL vmlinux 0xb66e4354 vga_switcheroo_unregister_client EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor @@ -9546,50 +9557,48 @@ EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb696c465 gnet_stats_finish_copy EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit -EXPORT_SYMBOL vmlinux 0xb6bd8db3 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xb6d652c1 xfrm_user_policy EXPORT_SYMBOL vmlinux 0xb6d66209 __frontswap_test +EXPORT_SYMBOL vmlinux 0xb6d8d001 tso_count_descs EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute EXPORT_SYMBOL vmlinux 0xb6f1a6b0 param_set_ullong -EXPORT_SYMBOL vmlinux 0xb6f3b7f7 nf_unregister_queue_handler -EXPORT_SYMBOL vmlinux 0xb7025e7e skb_copy_bits -EXPORT_SYMBOL vmlinux 0xb72e94de mr_dump EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit -EXPORT_SYMBOL vmlinux 0xb73bc5d1 xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0xb74588d6 generic_shutdown_super EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier -EXPORT_SYMBOL vmlinux 0xb765c217 xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xb770a7cb thaw_super EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb793a2a8 backlight_device_unregister EXPORT_SYMBOL vmlinux 0xb7b5c495 rproc_elf_sanity_check EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags EXPORT_SYMBOL vmlinux 0xb7dbeef0 dcb_ieee_getapp_dscp_prio_mask_map -EXPORT_SYMBOL vmlinux 0xb7e6985d compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0xb7dc772f inet_shutdown +EXPORT_SYMBOL vmlinux 0xb7df0992 eth_header_parse +EXPORT_SYMBOL vmlinux 0xb7df30a6 vga_tryget +EXPORT_SYMBOL vmlinux 0xb7e136ed compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb810ea40 mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0xb814e18a on_each_cpu_mask EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue EXPORT_SYMBOL vmlinux 0xb8425bca rproc_coredump_add_segment EXPORT_SYMBOL vmlinux 0xb8552372 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xb85722fc pci_request_irq EXPORT_SYMBOL vmlinux 0xb8657a8b dev_mc_init -EXPORT_SYMBOL vmlinux 0xb865e7ee inet6_offloads EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var -EXPORT_SYMBOL vmlinux 0xb877564a inet_accept +EXPORT_SYMBOL vmlinux 0xb87e630e pci_match_id EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace -EXPORT_SYMBOL vmlinux 0xb8d6e81b tcp_shutdown EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 EXPORT_SYMBOL vmlinux 0xb8eac293 generic_file_mmap EXPORT_SYMBOL vmlinux 0xb8ebf92d elevator_alloc +EXPORT_SYMBOL vmlinux 0xb8ecbb0f inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0xb8edcbdd hmm_mirror_unregister -EXPORT_SYMBOL vmlinux 0xb8f62b50 __skb_recv_udp -EXPORT_SYMBOL vmlinux 0xb8fee5a5 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory EXPORT_SYMBOL vmlinux 0xb90980b7 mmc_unregister_driver EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max EXPORT_SYMBOL vmlinux 0xb9206266 iunique EXPORT_SYMBOL vmlinux 0xb928f1ae phy_attached_info -EXPORT_SYMBOL vmlinux 0xb9424396 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xb93dc96d tcp_peek_len EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab EXPORT_SYMBOL vmlinux 0xb95a8d75 dma_resv_copy_fences EXPORT_SYMBOL vmlinux 0xb95f975e legacy_pic @@ -9602,48 +9611,48 @@ EXPORT_SYMBOL vmlinux 0xb9950a98 convert_art_ns_to_tsc EXPORT_SYMBOL vmlinux 0xb99e314a dm_kcopyd_zero EXPORT_SYMBOL vmlinux 0xb9a254bb to_nd_pfn EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b2480a pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0xb9c9ac5e mipi_dsi_dcs_set_display_brightness EXPORT_SYMBOL vmlinux 0xb9d2bcc1 inc_nlink EXPORT_SYMBOL vmlinux 0xb9d3e4e4 set_blocksize EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu -EXPORT_SYMBOL vmlinux 0xb9e73367 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xb9e4ee1b xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters -EXPORT_SYMBOL vmlinux 0xb9eb78d7 zerocopy_sg_from_iter -EXPORT_SYMBOL vmlinux 0xba01de9f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xba0ea571 __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le EXPORT_SYMBOL vmlinux 0xba2a7173 input_set_capability EXPORT_SYMBOL vmlinux 0xba3eb3d0 dma_free_attrs EXPORT_SYMBOL vmlinux 0xba475639 kmem_cache_create EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy -EXPORT_SYMBOL vmlinux 0xba51fab7 audit_log -EXPORT_SYMBOL vmlinux 0xba52b9f0 register_netdev EXPORT_SYMBOL vmlinux 0xba625a4b input_unregister_handle -EXPORT_SYMBOL vmlinux 0xba7bd589 dev_get_flags +EXPORT_SYMBOL vmlinux 0xba79ae9e ipv6_chk_addr EXPORT_SYMBOL vmlinux 0xba91986d cleancache_register_ops -EXPORT_SYMBOL vmlinux 0xbaa78f8e tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xbaa3c760 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xbaae4425 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xbab46d25 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0xbac368ab free_cgroup_ns EXPORT_SYMBOL vmlinux 0xbac58131 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbacfcb06 neigh_table_init +EXPORT_SYMBOL vmlinux 0xbae44835 audit_log EXPORT_SYMBOL vmlinux 0xbae8c65d add_random_ready_callback -EXPORT_SYMBOL vmlinux 0xbae9f2ba sock_recvmsg +EXPORT_SYMBOL vmlinux 0xbaf6fa94 agp_generic_alloc_user EXPORT_SYMBOL vmlinux 0xbb01e63a do_clone_file_range -EXPORT_SYMBOL vmlinux 0xbb030f16 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command -EXPORT_SYMBOL vmlinux 0xbb25f592 xfrm4_rcv EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects EXPORT_SYMBOL vmlinux 0xbb3c7025 cros_ec_cmd_xfer_status EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer EXPORT_SYMBOL vmlinux 0xbb5244f7 jbd2_journal_update_sb_errno EXPORT_SYMBOL vmlinux 0xbb54240b phy_modify_paged -EXPORT_SYMBOL vmlinux 0xbb57bc97 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0xbb59afef filemap_fdatawait_range EXPORT_SYMBOL vmlinux 0xbb829cfe phy_drivers_register -EXPORT_SYMBOL vmlinux 0xbb8a727a netdev_lower_dev_get_private -EXPORT_SYMBOL vmlinux 0xbb8b95c7 poll_freewait +EXPORT_SYMBOL vmlinux 0xbb86b31a __neigh_create +EXPORT_SYMBOL vmlinux 0xbb8e06a4 nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb964316 icmp_ndo_send EXPORT_SYMBOL vmlinux 0xbb9db63b input_release_device EXPORT_SYMBOL vmlinux 0xbbd5a2c4 vfio_pin_pages EXPORT_SYMBOL vmlinux 0xbbd72660 pm860x_bulk_write @@ -9652,15 +9661,17 @@ EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order EXPORT_SYMBOL vmlinux 0xbbf099ce device_get_mac_address EXPORT_SYMBOL vmlinux 0xbc1311b9 dev_uc_add_excl EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc27c25b rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xbc333e7f netif_skb_features +EXPORT_SYMBOL vmlinux 0xbc391b07 get_dev_data EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc590c1d inet_gro_complete EXPORT_SYMBOL vmlinux 0xbc5aff81 dquot_quota_on -EXPORT_SYMBOL vmlinux 0xbc749469 kfree_skb +EXPORT_SYMBOL vmlinux 0xbc71b319 netpoll_print_options EXPORT_SYMBOL vmlinux 0xbc82b148 jbd2_journal_revoke EXPORT_SYMBOL vmlinux 0xbc87daad bio_integrity_add_page -EXPORT_SYMBOL vmlinux 0xbc87f6e4 sk_wait_data -EXPORT_SYMBOL vmlinux 0xbc9d7e47 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xbc9f2154 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0xbca8d8ea unregister_console -EXPORT_SYMBOL vmlinux 0xbca9a258 ping_prot EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcb18740 unload_nls EXPORT_SYMBOL vmlinux 0xbcbc2732 phy_free_interrupt @@ -9669,88 +9680,84 @@ EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user EXPORT_SYMBOL vmlinux 0xbcc60451 scsi_target_resume EXPORT_SYMBOL vmlinux 0xbcdd2eb4 padata_free_shell EXPORT_SYMBOL vmlinux 0xbce4718a bio_devname -EXPORT_SYMBOL vmlinux 0xbd04f25a __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xbcffc84f pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0xbd07b02d single_release EXPORT_SYMBOL vmlinux 0xbd0fa5ab put_fs_context EXPORT_SYMBOL vmlinux 0xbd37c0c6 sk_stream_wait_connect EXPORT_SYMBOL vmlinux 0xbd4598a3 dquot_set_dqblk EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init -EXPORT_SYMBOL vmlinux 0xbd5e4436 napi_disable EXPORT_SYMBOL vmlinux 0xbd5eecb7 scsi_get_host_dev EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 EXPORT_SYMBOL vmlinux 0xbd7934d8 phy_mii_ioctl -EXPORT_SYMBOL vmlinux 0xbd81b1eb ip_defrag -EXPORT_SYMBOL vmlinux 0xbd9079b5 nf_log_register +EXPORT_SYMBOL vmlinux 0xbd890085 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0xbd95b309 generic_writepages EXPORT_SYMBOL vmlinux 0xbdbb8674 fget -EXPORT_SYMBOL vmlinux 0xbdbe6a9f xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0xbdc10f99 mipi_dsi_dcs_set_tear_on -EXPORT_SYMBOL vmlinux 0xbdc7ff39 pci_bus_add_devices -EXPORT_SYMBOL vmlinux 0xbdd3968c skb_try_coalesce -EXPORT_SYMBOL vmlinux 0xbde0a16b pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xbde4b27f inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xbde61d8c pci_iomap +EXPORT_SYMBOL vmlinux 0xbde741e7 register_netdevice EXPORT_SYMBOL vmlinux 0xbde7cd2f jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xbdea2440 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xbdf2e086 agp_collect_device_status EXPORT_SYMBOL vmlinux 0xbdf6d4c8 posix_acl_update_mode EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe0acde6 ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0xbe0cf0f9 mdio_driver_unregister -EXPORT_SYMBOL vmlinux 0xbe1fdc51 ip6_xmit EXPORT_SYMBOL vmlinux 0xbe3cd335 fb_set_var EXPORT_SYMBOL vmlinux 0xbe3f901f scsi_host_get EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port EXPORT_SYMBOL vmlinux 0xbe4e02c0 current_in_userns +EXPORT_SYMBOL vmlinux 0xbe4e69aa __skb_recv_udp EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state EXPORT_SYMBOL vmlinux 0xbe5bd6bc security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe73c8c3 netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0xbe7e05a8 acpi_tb_install_and_load_table -EXPORT_SYMBOL vmlinux 0xbe88c324 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0xbe965611 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xbe9f2731 __skb_get_hash EXPORT_SYMBOL vmlinux 0xbebe584f copy_page_to_iter -EXPORT_SYMBOL vmlinux 0xbedf3512 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner -EXPORT_SYMBOL vmlinux 0xbefafdcc __dev_kfree_skb_irq -EXPORT_SYMBOL vmlinux 0xbf02861a kernel_bind -EXPORT_SYMBOL vmlinux 0xbf03313a napi_gro_flush +EXPORT_SYMBOL vmlinux 0xbf00bfcd inet6_add_protocol EXPORT_SYMBOL vmlinux 0xbf0a6c88 put_user_pages EXPORT_SYMBOL vmlinux 0xbf29c4bd crypto_sha256_update EXPORT_SYMBOL vmlinux 0xbf3002fa sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xbf315f43 poll_initwait EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic EXPORT_SYMBOL vmlinux 0xbf3544f0 phy_ethtool_sset EXPORT_SYMBOL vmlinux 0xbf4b6aa7 setup_arg_pages EXPORT_SYMBOL vmlinux 0xbf4e7631 mmc_of_parse EXPORT_SYMBOL vmlinux 0xbf7d1462 config_item_put -EXPORT_SYMBOL vmlinux 0xbf906f0f nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0xbf924392 __serio_register_port EXPORT_SYMBOL vmlinux 0xbf995985 jbd2_journal_wipe -EXPORT_SYMBOL vmlinux 0xbf9ac9fa dev_set_mac_address EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set -EXPORT_SYMBOL vmlinux 0xbfb4bfbf pci_select_bars EXPORT_SYMBOL vmlinux 0xbfba5386 jbd2__journal_start -EXPORT_SYMBOL vmlinux 0xbfc0c134 tcp_sendpage EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc42474 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xbfc7550a scsi_init_io EXPORT_SYMBOL vmlinux 0xbfc96713 dev_uc_sync -EXPORT_SYMBOL vmlinux 0xbfce0c76 amd_iommu_complete_ppr EXPORT_SYMBOL vmlinux 0xbfdcb43a __x86_indirect_thunk_r11 -EXPORT_SYMBOL vmlinux 0xbfde560f dst_destroy EXPORT_SYMBOL vmlinux 0xbfe64df1 vlan_uses_dev -EXPORT_SYMBOL vmlinux 0xbfe8aaf8 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0xbfea7fb8 crypto_sha256_finup EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer EXPORT_SYMBOL vmlinux 0xbffd6459 locks_copy_conflock EXPORT_SYMBOL vmlinux 0xc018b106 generic_delete_inode EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector EXPORT_SYMBOL vmlinux 0xc02dbb36 __tty_alloc_driver -EXPORT_SYMBOL vmlinux 0xc0379372 inet_del_offload +EXPORT_SYMBOL vmlinux 0xc045dd93 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xc059e285 ip_mc_join_group EXPORT_SYMBOL vmlinux 0xc06cc391 fscrypt_encrypt_block_inplace EXPORT_SYMBOL vmlinux 0xc0741702 security_unix_stream_connect EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb EXPORT_SYMBOL vmlinux 0xc08594b8 __do_once_done +EXPORT_SYMBOL vmlinux 0xc08e56a3 udp_gro_receive EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0xc09b0703 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit EXPORT_SYMBOL vmlinux 0xc0a9744a blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 @@ -9767,49 +9774,46 @@ EXPORT_SYMBOL vmlinux 0xc11dd134 mmc_can_discard EXPORT_SYMBOL vmlinux 0xc1309091 dma_sync_wait EXPORT_SYMBOL vmlinux 0xc13503b8 dquot_file_open EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes -EXPORT_SYMBOL vmlinux 0xc137392c netdev_change_features EXPORT_SYMBOL vmlinux 0xc138c862 phy_request_interrupt EXPORT_SYMBOL vmlinux 0xc143c987 follow_pfn -EXPORT_SYMBOL vmlinux 0xc14c8596 agp_alloc_page_array EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc14eb02b inetdev_by_index EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq EXPORT_SYMBOL vmlinux 0xc156c981 refcount_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0xc156cae6 dquot_quota_sync EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem -EXPORT_SYMBOL vmlinux 0xc1ac3dab pci_disable_msix +EXPORT_SYMBOL vmlinux 0xc18c372c netdev_warn +EXPORT_SYMBOL vmlinux 0xc1b0852b ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xc1b2da9f pcim_iomap_regions EXPORT_SYMBOL vmlinux 0xc1b65edc cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xc1cc9fb8 __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget -EXPORT_SYMBOL vmlinux 0xc1f2b127 eth_mac_addr -EXPORT_SYMBOL vmlinux 0xc1f8bf43 vga_switcheroo_client_fb_set EXPORT_SYMBOL vmlinux 0xc228129e revert_creds EXPORT_SYMBOL vmlinux 0xc22e1352 param_ops_byte EXPORT_SYMBOL vmlinux 0xc23af376 flow_rule_match_tcp EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24744d9 pci_write_config_word EXPORT_SYMBOL vmlinux 0xc25fadf6 timestamp_truncate EXPORT_SYMBOL vmlinux 0xc2663b6d devm_devfreq_remove_device EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate -EXPORT_SYMBOL vmlinux 0xc2717bf5 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xc26ccdc5 tcp_req_err EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits EXPORT_SYMBOL vmlinux 0xc27b54c1 dquot_enable -EXPORT_SYMBOL vmlinux 0xc27b971c get_mem_cgroup_from_mm -EXPORT_SYMBOL vmlinux 0xc29582e0 pci_msix_vec_count EXPORT_SYMBOL vmlinux 0xc29957c3 __x86_indirect_thunk_rcx EXPORT_SYMBOL vmlinux 0xc29bf967 strspn EXPORT_SYMBOL vmlinux 0xc29cd92f tty_flip_buffer_push EXPORT_SYMBOL vmlinux 0xc2a17ebe seqno_fence_ops EXPORT_SYMBOL vmlinux 0xc2c71d8a vme_dma_list_free EXPORT_SYMBOL vmlinux 0xc2cd07f5 generic_pipe_buf_steal -EXPORT_SYMBOL vmlinux 0xc2db7acb pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices -EXPORT_SYMBOL vmlinux 0xc2f2b506 tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0xc2fe7996 filemap_fdatawrite_range -EXPORT_SYMBOL vmlinux 0xc301291c skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc EXPORT_SYMBOL vmlinux 0xc310b981 strnstr EXPORT_SYMBOL vmlinux 0xc3174e8c twl6040_clear_bits EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xc34f942f param_set_bool +EXPORT_SYMBOL vmlinux 0xc35c7a77 netif_rx EXPORT_SYMBOL vmlinux 0xc3690573 kmem_cache_free EXPORT_SYMBOL vmlinux 0xc36a3bd4 __acpi_handle_debug EXPORT_SYMBOL vmlinux 0xc36acb85 filp_close @@ -9817,36 +9821,38 @@ EXPORT_SYMBOL vmlinux 0xc36bb83b seq_putc EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc392ed5d kfree_skb_partial EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq -EXPORT_SYMBOL vmlinux 0xc3d0d5fe eth_gro_receive -EXPORT_SYMBOL vmlinux 0xc3e266ae sock_i_ino EXPORT_SYMBOL vmlinux 0xc3ebcdb0 d_instantiate_anon EXPORT_SYMBOL vmlinux 0xc3fd8b7e iov_iter_get_pages_alloc EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock EXPORT_SYMBOL vmlinux 0xc40977d1 __generic_block_fiemap -EXPORT_SYMBOL vmlinux 0xc40b4285 tcp_seq_next -EXPORT_SYMBOL vmlinux 0xc40eb697 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value -EXPORT_SYMBOL vmlinux 0xc4200bee netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc428f70d tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost -EXPORT_SYMBOL vmlinux 0xc455305f inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xc44a12da ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xc45d4c89 freeze_bdev EXPORT_SYMBOL vmlinux 0xc45e59a2 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xc45fb671 __sk_receive_skb EXPORT_SYMBOL vmlinux 0xc4628d72 param_set_charp EXPORT_SYMBOL vmlinux 0xc466acf8 block_read_full_page -EXPORT_SYMBOL vmlinux 0xc46a647e pci_enable_msi +EXPORT_SYMBOL vmlinux 0xc46d50df icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xc477231e dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 -EXPORT_SYMBOL vmlinux 0xc47e2ac8 inet6_getname EXPORT_SYMBOL vmlinux 0xc48061de mmc_erase +EXPORT_SYMBOL vmlinux 0xc48d0b50 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0xc48f9707 param_set_int EXPORT_SYMBOL vmlinux 0xc4ab86fa rproc_del EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog EXPORT_SYMBOL vmlinux 0xc4ce0bed input_get_timestamp +EXPORT_SYMBOL vmlinux 0xc4f252f3 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0xc4f59666 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xc517d64f netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath EXPORT_SYMBOL vmlinux 0xc5311686 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xc54c438e inet_put_port EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 EXPORT_SYMBOL vmlinux 0xc558530d profile_pc EXPORT_SYMBOL vmlinux 0xc55bf94d flow_rule_match_basic @@ -9856,7 +9862,6 @@ EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next EXPORT_SYMBOL vmlinux 0xc5850110 printk EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on -EXPORT_SYMBOL vmlinux 0xc5bcc3ce default_qdisc_ops EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot EXPORT_SYMBOL vmlinux 0xc5e085ba phy_register_fixup_for_id EXPORT_SYMBOL vmlinux 0xc5e19e25 param_get_invbool @@ -9864,35 +9869,31 @@ EXPORT_SYMBOL vmlinux 0xc5e4a5d1 cpumask_next EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const -EXPORT_SYMBOL vmlinux 0xc609ac08 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive -EXPORT_SYMBOL vmlinux 0xc62bdc6b udp_sendmsg EXPORT_SYMBOL vmlinux 0xc631580a console_unlock EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup EXPORT_SYMBOL vmlinux 0xc6531d44 dev_mc_unsync EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number -EXPORT_SYMBOL vmlinux 0xc662bd0f pci_release_resource EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc667398f pci_write_config_dword EXPORT_SYMBOL vmlinux 0xc66838ab phy_validate_pause EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode EXPORT_SYMBOL vmlinux 0xc68461f8 __inode_sub_bytes -EXPORT_SYMBOL vmlinux 0xc686052e skb_vlan_pop -EXPORT_SYMBOL vmlinux 0xc68d432e __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc EXPORT_SYMBOL vmlinux 0xc69c1021 sdev_enable_disk_events EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable -EXPORT_SYMBOL vmlinux 0xc6d3b7ac __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0xc6dd672d key_link +EXPORT_SYMBOL vmlinux 0xc6efce0d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xc6f20787 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write EXPORT_SYMBOL vmlinux 0xc71ac30a blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0xc71f495f md_check_no_bitmap EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port EXPORT_SYMBOL vmlinux 0xc730b269 d_instantiate -EXPORT_SYMBOL vmlinux 0xc74c6e5f pci_free_host_bridge EXPORT_SYMBOL vmlinux 0xc757eb4e blk_put_queue EXPORT_SYMBOL vmlinux 0xc75c56e0 blkdev_get_by_dev EXPORT_SYMBOL vmlinux 0xc75ef244 netlbl_calipso_ops_register @@ -9900,40 +9901,41 @@ EXPORT_SYMBOL vmlinux 0xc777240a iov_iter_advance EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc -EXPORT_SYMBOL vmlinux 0xc79f0a62 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock -EXPORT_SYMBOL vmlinux 0xc7af7f49 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xc7b99e99 xfrm_state_update EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group EXPORT_SYMBOL vmlinux 0xc7da328b input_free_device +EXPORT_SYMBOL vmlinux 0xc7ec74f3 ipmr_rule_default EXPORT_SYMBOL vmlinux 0xc7f818a5 set_bh_page -EXPORT_SYMBOL vmlinux 0xc7ff1289 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0xc800c07d blk_rq_map_integrity_sg EXPORT_SYMBOL vmlinux 0xc80278a6 serio_interrupt EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop EXPORT_SYMBOL vmlinux 0xc823130f scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xc83a8b98 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xc8406c4a serio_unregister_driver EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu EXPORT_SYMBOL vmlinux 0xc85c38ad input_mt_report_finger_count EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes EXPORT_SYMBOL vmlinux 0xc873008b keyring_clear +EXPORT_SYMBOL vmlinux 0xc8753a34 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals EXPORT_SYMBOL vmlinux 0xc88e618c fscrypt_decrypt_bio EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd EXPORT_SYMBOL vmlinux 0xc8a2e418 vfs_ioctl EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8ad1543 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xc8b9f9fd inode_permission -EXPORT_SYMBOL vmlinux 0xc8bb595d __netif_schedule +EXPORT_SYMBOL vmlinux 0xc8ca520b sock_no_listen EXPORT_SYMBOL vmlinux 0xc8ceff01 nd_dax_probe EXPORT_SYMBOL vmlinux 0xc8e512a7 sync_blockdev EXPORT_SYMBOL vmlinux 0xc8e7622c inetpeer_invalidate_tree -EXPORT_SYMBOL vmlinux 0xc8e99c84 netdev_state_change -EXPORT_SYMBOL vmlinux 0xc8edf69d __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xc8f375c1 _raw_read_unlock_irq EXPORT_SYMBOL vmlinux 0xc8f79454 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xc8fb66ed vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xc8fc95fc audit_log_start EXPORT_SYMBOL vmlinux 0xc90c9a41 kill_pid -EXPORT_SYMBOL vmlinux 0xc90ec993 dev_get_by_name EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz EXPORT_SYMBOL vmlinux 0xc92551a4 devm_of_find_backlight EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources @@ -9943,23 +9945,26 @@ EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab EXPORT_SYMBOL vmlinux 0xc975e515 scsi_device_put EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99d130d pci_scan_slot EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev EXPORT_SYMBOL vmlinux 0xc9b50e04 vmalloc_to_page EXPORT_SYMBOL vmlinux 0xc9b5f999 wait_for_key_construction -EXPORT_SYMBOL vmlinux 0xc9cee03e netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xc9be8160 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init EXPORT_SYMBOL vmlinux 0xc9ed2f9e fscrypt_has_permitted_context EXPORT_SYMBOL vmlinux 0xc9f1da45 fscrypt_fname_alloc_buffer EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f74631 dst_init EXPORT_SYMBOL vmlinux 0xc9fb4937 mmc_free_host EXPORT_SYMBOL vmlinux 0xca09ff8f set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xca0d986d __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free EXPORT_SYMBOL vmlinux 0xca249305 dqput EXPORT_SYMBOL vmlinux 0xca375252 get_fs_type -EXPORT_SYMBOL vmlinux 0xca3d27ef amd_iommu_device_info EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function EXPORT_SYMBOL vmlinux 0xca431c97 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xca571d6c pci_get_slot EXPORT_SYMBOL vmlinux 0xca6419f8 __blkdev_reread_part EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup EXPORT_SYMBOL vmlinux 0xca6ccb0f d_add @@ -9970,16 +9975,21 @@ EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next EXPORT_SYMBOL vmlinux 0xca93c0ed genl_notify EXPORT_SYMBOL vmlinux 0xca95217d blk_queue_max_write_zeroes_sectors EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaab6243 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception EXPORT_SYMBOL vmlinux 0xcaf1a60a pps_unregister_source +EXPORT_SYMBOL vmlinux 0xcaf1be4c tcp_disconnect EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf72999 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xcaf73c42 sock_register +EXPORT_SYMBOL vmlinux 0xcaf8bcd9 udp_prot EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu EXPORT_SYMBOL vmlinux 0xcb107e71 sched_autogroup_detach -EXPORT_SYMBOL vmlinux 0xcb21160f napi_gro_frags -EXPORT_SYMBOL vmlinux 0xcb32eb3a ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb573882 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xcb6f1a8c agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power -EXPORT_SYMBOL vmlinux 0xcb78ce59 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xcb893717 amd_iommu_rlookup_table EXPORT_SYMBOL vmlinux 0xcb8c3ee0 cpufreq_generic_suspend EXPORT_SYMBOL vmlinux 0xcb9e1a22 acpi_os_map_generic_address EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort @@ -9988,6 +9998,7 @@ EXPORT_SYMBOL vmlinux 0xcbbac7c0 zpool_register_driver EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context EXPORT_SYMBOL vmlinux 0xcbc88a23 ZSTD_isFrame EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbc975a1 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0xcbcea732 __bforget EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic EXPORT_SYMBOL vmlinux 0xcbd6c49b inc_node_page_state @@ -9995,12 +10006,14 @@ EXPORT_SYMBOL vmlinux 0xcbeb4cb9 config_group_find_item EXPORT_SYMBOL vmlinux 0xcbf16b47 fb_validate_mode EXPORT_SYMBOL vmlinux 0xcbf6e4f8 vfs_fsync EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc000457 udp6_csum_init EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc231962 sockfd_lookup EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class -EXPORT_SYMBOL vmlinux 0xcc39378d put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0xcc3aea75 dma_mmap_attrs EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc490425 inet_dev_addr_type EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible EXPORT_SYMBOL vmlinux 0xcc57bb8a blk_mq_stop_hw_queue EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq @@ -10008,16 +10021,17 @@ EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock EXPORT_SYMBOL vmlinux 0xcc649b19 mntput EXPORT_SYMBOL vmlinux 0xcc6675fe kthread_create_worker EXPORT_SYMBOL vmlinux 0xcc6d5bb8 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xcc73dbb8 lock_sock_fast EXPORT_SYMBOL vmlinux 0xcc795bcd dquot_mark_dquot_dirty EXPORT_SYMBOL vmlinux 0xcc7b36cc xsk_umem_complete_tx -EXPORT_SYMBOL vmlinux 0xcca32847 ether_setup +EXPORT_SYMBOL vmlinux 0xcc9b8f09 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id EXPORT_SYMBOL vmlinux 0xccb8300f hdmi_infoframe_log EXPORT_SYMBOL vmlinux 0xccb85c06 tcf_action_dump_1 EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor -EXPORT_SYMBOL vmlinux 0xccc6441c alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xccd0c330 acpi_match_device_ids EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccd4e7aa inet_gso_segment EXPORT_SYMBOL vmlinux 0xccd6078c ps2_init EXPORT_SYMBOL vmlinux 0xccd75056 mipi_dsi_dcs_nop EXPORT_SYMBOL vmlinux 0xcce5556a dma_resv_init @@ -10026,37 +10040,31 @@ EXPORT_SYMBOL vmlinux 0xccf723bb mmc_can_gpio_ro EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd07f264 fib_default_rule_add EXPORT_SYMBOL vmlinux 0xcd09602e __mod_zone_page_state -EXPORT_SYMBOL vmlinux 0xcd252360 audit_log_start EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed EXPORT_SYMBOL vmlinux 0xcd279169 nla_find EXPORT_SYMBOL vmlinux 0xcd311a84 prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0xcd3a1e5c mdiobus_write EXPORT_SYMBOL vmlinux 0xcd610f1a dquot_quotactl_sysfile_ops -EXPORT_SYMBOL vmlinux 0xcd76331b eth_header +EXPORT_SYMBOL vmlinux 0xcd84b6f2 vga_switcheroo_get_client_state EXPORT_SYMBOL vmlinux 0xcd854082 file_check_and_advance_wb_err EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception EXPORT_SYMBOL vmlinux 0xcda6513c dcb_setapp -EXPORT_SYMBOL vmlinux 0xcda97a29 nf_register_net_hook -EXPORT_SYMBOL vmlinux 0xcdaed301 sock_release -EXPORT_SYMBOL vmlinux 0xcdc07bd6 skb_trim +EXPORT_SYMBOL vmlinux 0xcdb7ad8a inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0xcdc2b30d mmc_calc_max_discard EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel EXPORT_SYMBOL vmlinux 0xcdd019a7 ata_link_printk EXPORT_SYMBOL vmlinux 0xcddf9c34 devm_request_resource EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev -EXPORT_SYMBOL vmlinux 0xcdf12966 agp_put_bridge EXPORT_SYMBOL vmlinux 0xcdf6ad75 mipi_dsi_dcs_get_power_mode EXPORT_SYMBOL vmlinux 0xce005096 would_dump -EXPORT_SYMBOL vmlinux 0xce04314a blk_queue_split EXPORT_SYMBOL vmlinux 0xce10e2c6 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xce15aecf pci_claim_resource EXPORT_SYMBOL vmlinux 0xce16bcba simple_empty -EXPORT_SYMBOL vmlinux 0xce1904e8 inet_gro_complete EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake -EXPORT_SYMBOL vmlinux 0xce43883c scm_fp_dup EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r -EXPORT_SYMBOL vmlinux 0xce538757 sock_i_uid EXPORT_SYMBOL vmlinux 0xce57f8a8 lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize EXPORT_SYMBOL vmlinux 0xce6477b2 acpi_pci_osc_control_set @@ -10065,15 +10073,12 @@ EXPORT_SYMBOL vmlinux 0xce722e04 phy_init_hw EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce807a25 up_write -EXPORT_SYMBOL vmlinux 0xce834dab __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xce8b1878 __x86_indirect_thunk_r14 EXPORT_SYMBOL vmlinux 0xce90d312 proc_create_mount_point -EXPORT_SYMBOL vmlinux 0xce95a169 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul EXPORT_SYMBOL vmlinux 0xceabf5a0 mmc_detect_change EXPORT_SYMBOL vmlinux 0xceaca723 migrate_vma_pages -EXPORT_SYMBOL vmlinux 0xceb55ab4 inetdev_by_index -EXPORT_SYMBOL vmlinux 0xcecbc132 udp_seq_next +EXPORT_SYMBOL vmlinux 0xcecafc31 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create EXPORT_SYMBOL vmlinux 0xced78ac8 ethtool_rx_flow_rule_create EXPORT_SYMBOL vmlinux 0xced94f40 cfb_imageblit @@ -10083,6 +10088,7 @@ EXPORT_SYMBOL vmlinux 0xcefcb373 nvm_unregister EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port EXPORT_SYMBOL vmlinux 0xcefeff57 __brelse EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0xcf14248c __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find EXPORT_SYMBOL vmlinux 0xcf239ad2 load_nls EXPORT_SYMBOL vmlinux 0xcf2a6966 up @@ -10090,33 +10096,38 @@ EXPORT_SYMBOL vmlinux 0xcf3fd01f pps_event EXPORT_SYMBOL vmlinux 0xcf485a3e find_lock_entry EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock EXPORT_SYMBOL vmlinux 0xcf507a91 module_put -EXPORT_SYMBOL vmlinux 0xcf610f00 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xcf50f6cd tcp_mtup_init EXPORT_SYMBOL vmlinux 0xcf6f58e3 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xcf71d7d5 tc_setup_cb_add EXPORT_SYMBOL vmlinux 0xcf83d83a __tracepoint_spi_transfer_start EXPORT_SYMBOL vmlinux 0xcf97fbbe dm_get_device EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos EXPORT_SYMBOL vmlinux 0xcfa99d56 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xcfc12f5b sk_common_release EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned EXPORT_SYMBOL vmlinux 0xcfd94914 forget_cached_acl EXPORT_SYMBOL vmlinux 0xcfe62ccb cros_ec_query_all EXPORT_SYMBOL vmlinux 0xcff1bb98 generic_make_request -EXPORT_SYMBOL vmlinux 0xd0319d87 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xd010cdd5 udp_seq_next +EXPORT_SYMBOL vmlinux 0xd01fd90f dev_trans_start EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xd043725e seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0xd0447c11 netdev_class_create_file_ns EXPORT_SYMBOL vmlinux 0xd04658a6 security_inode_notifysecctx EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd054142f skb_ensure_writable EXPORT_SYMBOL vmlinux 0xd05f417b param_ops_bint EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function -EXPORT_SYMBOL vmlinux 0xd074b2cd inet_gso_segment -EXPORT_SYMBOL vmlinux 0xd07f31c4 __alloc_skb -EXPORT_SYMBOL vmlinux 0xd0994e8e inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xd066a3d9 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xd079f92d tc_setup_cb_call EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b6b894 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface EXPORT_SYMBOL vmlinux 0xd0b77e1f put_ipc_ns EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0xd0d2b06b pci_irq_get_node -EXPORT_SYMBOL vmlinux 0xd0d892ed agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xd0cc1f67 tcp_child_process +EXPORT_SYMBOL vmlinux 0xd0da0e9b ip_generic_getfrag EXPORT_SYMBOL vmlinux 0xd0dca490 get_cpu_entry_area EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk EXPORT_SYMBOL vmlinux 0xd0f7bdfa iov_iter_get_pages @@ -10124,25 +10135,25 @@ EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key EXPORT_SYMBOL vmlinux 0xd11a660c tty_port_hangup -EXPORT_SYMBOL vmlinux 0xd12fa276 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize -EXPORT_SYMBOL vmlinux 0xd13ecfb3 tcp_simple_retransmit -EXPORT_SYMBOL vmlinux 0xd178b3c5 pskb_trim_rcsum_slow -EXPORT_SYMBOL vmlinux 0xd180f1c6 dev_change_carrier +EXPORT_SYMBOL vmlinux 0xd14fa047 pci_find_resource EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd193f9d2 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count EXPORT_SYMBOL vmlinux 0xd19bd2e1 __tracepoint_write_msr EXPORT_SYMBOL vmlinux 0xd1d15f1b uv_hub_info_version +EXPORT_SYMBOL vmlinux 0xd1d37b5d xfrm_input EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e13063 pci_enable_wake EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings EXPORT_SYMBOL vmlinux 0xd1f773bf scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xd207a354 __skb_recv_datagram EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi EXPORT_SYMBOL vmlinux 0xd222816f kernel_read EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0xd2261b72 search_binary_handler EXPORT_SYMBOL vmlinux 0xd24d0666 get_cached_acl -EXPORT_SYMBOL vmlinux 0xd2518e2c ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook EXPORT_SYMBOL vmlinux 0xd262dfcb vscnprintf EXPORT_SYMBOL vmlinux 0xd26f0a7c mark_buffer_dirty @@ -10156,82 +10167,81 @@ EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier EXPORT_SYMBOL vmlinux 0xd2e0a8f3 mmc_add_host EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep -EXPORT_SYMBOL vmlinux 0xd31185fb __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd317e4b6 fqdir_init EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state EXPORT_SYMBOL vmlinux 0xd370a8b4 genphy_update_link EXPORT_SYMBOL vmlinux 0xd37687d0 from_kgid_munged -EXPORT_SYMBOL vmlinux 0xd3770e37 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0xd377feeb tty_unthrottle EXPORT_SYMBOL vmlinux 0xd3851798 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xd385afbe __skb_gso_segment EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask EXPORT_SYMBOL vmlinux 0xd3c8fae4 ps2_drain EXPORT_SYMBOL vmlinux 0xd3e6d371 generic_file_write_iter EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal EXPORT_SYMBOL vmlinux 0xd40913c6 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xd40a34d5 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xd411e486 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xd41e3122 inode_needs_sync -EXPORT_SYMBOL vmlinux 0xd43293e1 dev_get_by_index EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex -EXPORT_SYMBOL vmlinux 0xd469783b agp_backend_acquire EXPORT_SYMBOL vmlinux 0xd4771bf2 bioset_integrity_create EXPORT_SYMBOL vmlinux 0xd478d1e7 is_acpi_data_node -EXPORT_SYMBOL vmlinux 0xd47c728e tcp_mtup_init EXPORT_SYMBOL vmlinux 0xd47e83ad netlink_ns_capable EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system EXPORT_SYMBOL vmlinux 0xd48e9c52 get_phy_device -EXPORT_SYMBOL vmlinux 0xd49042ae napi_complete_done EXPORT_SYMBOL vmlinux 0xd490b56d fb_prepare_logo -EXPORT_SYMBOL vmlinux 0xd497d071 arp_xmit -EXPORT_SYMBOL vmlinux 0xd49867a1 mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create EXPORT_SYMBOL vmlinux 0xd4ae4de2 invalidate_bdev EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain -EXPORT_SYMBOL vmlinux 0xd4bdf07d skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table EXPORT_SYMBOL vmlinux 0xd4e4de0e send_sig -EXPORT_SYMBOL vmlinux 0xd4fa4b49 pci_dev_get EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare EXPORT_SYMBOL vmlinux 0xd4fe43b7 max8998_read_reg EXPORT_SYMBOL vmlinux 0xd50b59ec phy_aneg_done EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy -EXPORT_SYMBOL vmlinux 0xd5331faf pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources EXPORT_SYMBOL vmlinux 0xd547c94c mipi_dsi_shutdown_peripheral -EXPORT_SYMBOL vmlinux 0xd54bc4ee eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0xd54d11da phy_driver_register EXPORT_SYMBOL vmlinux 0xd55f60d2 dm_put_table_device +EXPORT_SYMBOL vmlinux 0xd566b4ba xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xd56dab06 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0xd58333d2 pagecache_get_page EXPORT_SYMBOL vmlinux 0xd5a33918 bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state -EXPORT_SYMBOL vmlinux 0xd5bb579d skb_queue_purge EXPORT_SYMBOL vmlinux 0xd5e9aa24 pm_vt_switch_required EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6099271 agp_generic_remove_memory EXPORT_SYMBOL vmlinux 0xd60e374a phy_find_first -EXPORT_SYMBOL vmlinux 0xd61a367a __napi_schedule -EXPORT_SYMBOL vmlinux 0xd61c2b6c udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xd620e6b6 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0xd620f1dc backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xd6223c56 dev_get_flags EXPORT_SYMBOL vmlinux 0xd624f001 bd_start_claiming EXPORT_SYMBOL vmlinux 0xd631e70a dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xd63a2e2e tcp_seq_stop EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax -EXPORT_SYMBOL vmlinux 0xd640244e skb_pull EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64b4d08 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xd65432ff t10_pi_type1_ip EXPORT_SYMBOL vmlinux 0xd65d6a15 rfkill_alloc EXPORT_SYMBOL vmlinux 0xd6642a69 sync_inode_metadata EXPORT_SYMBOL vmlinux 0xd6749a04 i2c_verify_adapter EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd698dfed __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xd69a38f0 simple_transaction_get EXPORT_SYMBOL vmlinux 0xd69fc9d2 amd_iommu_domain_direct_map EXPORT_SYMBOL vmlinux 0xd6a6914b from_kuid +EXPORT_SYMBOL vmlinux 0xd6a70e3b ip_route_me_harder EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz EXPORT_SYMBOL vmlinux 0xd6b4cd5e devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xd6b6aec6 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xd6c09693 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0xd6c16ca6 blkdev_put EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod EXPORT_SYMBOL vmlinux 0xd6d5309c md_bitmap_end_sync @@ -10244,16 +10254,17 @@ EXPORT_SYMBOL vmlinux 0xd70ad6f4 dev_mc_add_global EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute EXPORT_SYMBOL vmlinux 0xd715a9c3 tty_port_close -EXPORT_SYMBOL vmlinux 0xd72d7de6 __ip_dev_find -EXPORT_SYMBOL vmlinux 0xd736c0d2 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xd71c85f6 dev_get_iflink EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid EXPORT_SYMBOL vmlinux 0xd75265eb dev_printk -EXPORT_SYMBOL vmlinux 0xd758c5a4 seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0xd77c940f crypto_sha1_update EXPORT_SYMBOL vmlinux 0xd7838af6 thermal_cdev_update -EXPORT_SYMBOL vmlinux 0xd7a26914 compat_sock_common_setsockopt -EXPORT_SYMBOL vmlinux 0xd7c7acc1 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xd7a9e935 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xd7b8dda7 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xd7c99bc7 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xd7d25542 tcf_exts_destroy EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d4e4a0 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi EXPORT_SYMBOL vmlinux 0xd7e0f66f locks_lock_inode_wait EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll @@ -10263,6 +10274,7 @@ EXPORT_SYMBOL vmlinux 0xd8499faa input_register_handle EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame EXPORT_SYMBOL vmlinux 0xd86f368a jbd2_journal_unlock_updates EXPORT_SYMBOL vmlinux 0xd86f9942 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xd871a7c8 pci_disable_msi EXPORT_SYMBOL vmlinux 0xd87aecf9 md_bitmap_close_sync EXPORT_SYMBOL vmlinux 0xd87e8606 input_register_device EXPORT_SYMBOL vmlinux 0xd88392dc ppp_input @@ -10272,17 +10284,19 @@ EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format EXPORT_SYMBOL vmlinux 0xd8b1b14d cros_ec_check_result EXPORT_SYMBOL vmlinux 0xd8c318e2 _raw_write_unlock EXPORT_SYMBOL vmlinux 0xd8c6afda scsi_change_queue_depth -EXPORT_SYMBOL vmlinux 0xd8d41731 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xd8c74e50 inet6_bind EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd911ed8e dev_get_by_index EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object EXPORT_SYMBOL vmlinux 0xd9320120 dev_addr_del EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd96734bf eth_header EXPORT_SYMBOL vmlinux 0xd96b5c6c genl_register_family EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu EXPORT_SYMBOL vmlinux 0xd979a547 __x86_indirect_thunk_rdi -EXPORT_SYMBOL vmlinux 0xd9817f39 pcie_set_mps EXPORT_SYMBOL vmlinux 0xd982ff54 dquot_quota_off EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a0680c pcie_port_service_register EXPORT_SYMBOL vmlinux 0xd9a24102 blk_dump_rq_flags EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head EXPORT_SYMBOL vmlinux 0xd9a8a249 tty_chars_in_buffer @@ -10299,29 +10313,32 @@ EXPORT_SYMBOL vmlinux 0xd9f8cf12 jbd2_journal_init_inode EXPORT_SYMBOL vmlinux 0xda04a126 phy_modify_paged_changed EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake EXPORT_SYMBOL vmlinux 0xda34fbcc __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xda358215 pci_get_subsys EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open EXPORT_SYMBOL vmlinux 0xda3f0c98 free_buffer_head EXPORT_SYMBOL vmlinux 0xda446c49 set_posix_acl EXPORT_SYMBOL vmlinux 0xda51114c d_prune_aliases +EXPORT_SYMBOL vmlinux 0xda577dad proto_unregister +EXPORT_SYMBOL vmlinux 0xda5b8518 cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0xda704ba8 vfs_iter_read EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType -EXPORT_SYMBOL vmlinux 0xda74a78a sock_alloc -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down -EXPORT_SYMBOL vmlinux 0xda8940ae netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xda8724ea dev_get_valid_name EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xda8b19db ioctl_by_bdev EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xdaa6c9b6 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xdaab08df sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0xdab55f6f mmc_retune_release +EXPORT_SYMBOL vmlinux 0xdabd20f5 rtnl_link_get_net EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region -EXPORT_SYMBOL vmlinux 0xdad47eba xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xdad23339 sock_no_getsockopt EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaff3035 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xdb0b2f1c nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0xdb0d8420 param_set_bint EXPORT_SYMBOL vmlinux 0xdb0e00aa nobh_truncate_page EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg -EXPORT_SYMBOL vmlinux 0xdb2a6c9b tcp_sync_mss -EXPORT_SYMBOL vmlinux 0xdb39c292 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0xdb3b9bb6 key_invalidate -EXPORT_SYMBOL vmlinux 0xdb43ebd0 eth_change_mtu EXPORT_SYMBOL vmlinux 0xdb482f6c blackhole_netdev EXPORT_SYMBOL vmlinux 0xdb555b34 release_firmware EXPORT_SYMBOL vmlinux 0xdb55c076 radix_tree_iter_resume @@ -10329,6 +10346,7 @@ EXPORT_SYMBOL vmlinux 0xdb594970 flow_rule_match_enc_opts EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy EXPORT_SYMBOL vmlinux 0xdb71d4ea genphy_setup_forced EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7ea1a3 tcf_exts_dump EXPORT_SYMBOL vmlinux 0xdb832708 del_gendisk EXPORT_SYMBOL vmlinux 0xdb90e9e0 cdrom_mode_sense EXPORT_SYMBOL vmlinux 0xdbb70c1b bd_finish_claiming @@ -10336,12 +10354,10 @@ EXPORT_SYMBOL vmlinux 0xdbc3d491 blk_integrity_unregister EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler EXPORT_SYMBOL vmlinux 0xdbdd0f50 unlock_rename EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe2e8a8 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0xdbecaee6 blk_mq_alloc_tag_set EXPORT_SYMBOL vmlinux 0xdbf17652 _raw_spin_lock EXPORT_SYMBOL vmlinux 0xdbf97737 clean_bdev_aliases -EXPORT_SYMBOL vmlinux 0xdc007c09 netdev_bind_sb_channel_queue -EXPORT_SYMBOL vmlinux 0xdc0837fb ip_frag_init -EXPORT_SYMBOL vmlinux 0xdc0ba3d7 dev_get_mac_address EXPORT_SYMBOL vmlinux 0xdc0e141a blk_queue_io_opt EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems EXPORT_SYMBOL vmlinux 0xdc156f57 security_sk_clone @@ -10350,27 +10366,24 @@ EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic EXPORT_SYMBOL vmlinux 0xdc64e922 mmc_put_card -EXPORT_SYMBOL vmlinux 0xdc868061 neigh_seq_stop EXPORT_SYMBOL vmlinux 0xdc8d5f07 gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0xdca08b1d inode_newsize_ok -EXPORT_SYMBOL vmlinux 0xdca173a4 get_dev_data EXPORT_SYMBOL vmlinux 0xdca98379 module_layout EXPORT_SYMBOL vmlinux 0xdcaa2be8 mmc_wait_for_cmd EXPORT_SYMBOL vmlinux 0xdcb0ac6b phy_attach -EXPORT_SYMBOL vmlinux 0xdcc6ccdf xfrm_policy_insert EXPORT_SYMBOL vmlinux 0xdce3eb57 _copy_from_iter EXPORT_SYMBOL vmlinux 0xdcecc03b bio_integrity_clone EXPORT_SYMBOL vmlinux 0xdcf2131d netlink_broadcast_filtered -EXPORT_SYMBOL vmlinux 0xdd057847 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xdcfc4b94 ip6_frag_next EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm EXPORT_SYMBOL vmlinux 0xdd2b4800 set_pages_uc EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd2f1ab3 clk_get -EXPORT_SYMBOL vmlinux 0xdd31dc33 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xdd372153 agp_generic_type_to_mask_type EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref EXPORT_SYMBOL vmlinux 0xdd3b167a csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xdd3b58a7 tcp_filter EXPORT_SYMBOL vmlinux 0xdd44eb31 ps2_handle_response -EXPORT_SYMBOL vmlinux 0xdd511cdc xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free @@ -10378,101 +10391,96 @@ EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit EXPORT_SYMBOL vmlinux 0xddd16245 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xddea084a dev_set_allmulti EXPORT_SYMBOL vmlinux 0xddf64461 misc_deregister -EXPORT_SYMBOL vmlinux 0xddfd9bab __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xde08fb14 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xde141ee9 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0xde28a200 follow_up EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive EXPORT_SYMBOL vmlinux 0xde2fe71a import_iovec EXPORT_SYMBOL vmlinux 0xde30bdbf tty_unregister_device +EXPORT_SYMBOL vmlinux 0xde417c1c sock_gettstamp EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler -EXPORT_SYMBOL vmlinux 0xde5077cc xfrm_state_update -EXPORT_SYMBOL vmlinux 0xde5d5496 skb_put EXPORT_SYMBOL vmlinux 0xde64d556 __dquot_transfer EXPORT_SYMBOL vmlinux 0xde6e114a __mdiobus_register EXPORT_SYMBOL vmlinux 0xde7ac851 node_data +EXPORT_SYMBOL vmlinux 0xde96807d sock_no_sendmsg EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size EXPORT_SYMBOL vmlinux 0xdea5034a devfreq_monitor_stop -EXPORT_SYMBOL vmlinux 0xdeadbb26 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0xdeca959e dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator -EXPORT_SYMBOL vmlinux 0xded53fda napi_gro_receive EXPORT_SYMBOL vmlinux 0xded5aeed security_inet_conn_request EXPORT_SYMBOL vmlinux 0xded6a415 acpi_get_object_info EXPORT_SYMBOL vmlinux 0xdee365b0 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0xdeeddc56 kernel_accept EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode EXPORT_SYMBOL vmlinux 0xdef7d99f generic_permission EXPORT_SYMBOL vmlinux 0xdf10fd73 path_has_submounts -EXPORT_SYMBOL vmlinux 0xdf16e7c6 xfrm_register_km -EXPORT_SYMBOL vmlinux 0xdf19b691 pci_read_config_word EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last -EXPORT_SYMBOL vmlinux 0xdf319175 tcp_sendmsg EXPORT_SYMBOL vmlinux 0xdf3685e2 lease_modify EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after EXPORT_SYMBOL vmlinux 0xdf39de60 iput +EXPORT_SYMBOL vmlinux 0xdf464998 arp_send +EXPORT_SYMBOL vmlinux 0xdf50023e udp_seq_stop EXPORT_SYMBOL vmlinux 0xdf541ddf security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier EXPORT_SYMBOL vmlinux 0xdf566a59 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xdf675b5e tcp_read_sock EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies -EXPORT_SYMBOL vmlinux 0xdf6de2fd ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xdf6f251d wait_on_page_bit_killable -EXPORT_SYMBOL vmlinux 0xdf80bbcb qdisc_reset +EXPORT_SYMBOL vmlinux 0xdf8158ab skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xdf8b7cca __ip_dev_find EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies EXPORT_SYMBOL vmlinux 0xdfb14029 down_read_killable +EXPORT_SYMBOL vmlinux 0xdfb31bae inet_dgram_connect EXPORT_SYMBOL vmlinux 0xdfcc992c current_work EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi EXPORT_SYMBOL vmlinux 0xdfe313fa devm_pci_remap_cfgspace -EXPORT_SYMBOL vmlinux 0xdff4a96d __inet_stream_connect EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes -EXPORT_SYMBOL vmlinux 0xe0035eb0 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xe009e0bd tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0xe0166e27 uart_match_port EXPORT_SYMBOL vmlinux 0xe01d6d46 buffer_migrate_page EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase -EXPORT_SYMBOL vmlinux 0xe0314a67 inet6_add_protocol EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops -EXPORT_SYMBOL vmlinux 0xe070158d skb_push EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool EXPORT_SYMBOL vmlinux 0xe0955f76 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe0a33a72 dev_change_flags EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bd34c7 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0xe0cd9464 vm_mmap -EXPORT_SYMBOL vmlinux 0xe0dcdde7 ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xe0e0ca7b dm_io EXPORT_SYMBOL vmlinux 0xe0e285c3 nvdimm_bus_lock EXPORT_SYMBOL vmlinux 0xe0e3cea6 ns_capable -EXPORT_SYMBOL vmlinux 0xe10441f6 netdev_lower_get_next_private -EXPORT_SYMBOL vmlinux 0xe10e86a0 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xe10f4894 inet6_register_protosw EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial EXPORT_SYMBOL vmlinux 0xe11a600b i2c_smbus_read_i2c_block_data EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release -EXPORT_SYMBOL vmlinux 0xe127999c pci_write_config_word EXPORT_SYMBOL vmlinux 0xe128e921 d_instantiate_new EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute EXPORT_SYMBOL vmlinux 0xe1371b6b __mmc_claim_host EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xe140a953 netdev_state_change EXPORT_SYMBOL vmlinux 0xe1586eb2 ps2_end_command -EXPORT_SYMBOL vmlinux 0xe15f4536 sock_no_shutdown -EXPORT_SYMBOL vmlinux 0xe16e9729 ip_route_input_noref -EXPORT_SYMBOL vmlinux 0xe17de729 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xe1744e9a __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral EXPORT_SYMBOL vmlinux 0xe1a61496 flow_rule_match_meta EXPORT_SYMBOL vmlinux 0xe1b8658f pid_task EXPORT_SYMBOL vmlinux 0xe1c3da0e rdmacg_uncharge EXPORT_SYMBOL vmlinux 0xe1d7febc flow_rule_match_mpls EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format -EXPORT_SYMBOL vmlinux 0xe1df92da netif_tx_wake_queue -EXPORT_SYMBOL vmlinux 0xe1e64f4f xfrm_state_insert EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla EXPORT_SYMBOL vmlinux 0xe1ed698d _raw_write_lock_bh EXPORT_SYMBOL vmlinux 0xe1f30496 fb_blank @@ -10486,7 +10494,6 @@ EXPORT_SYMBOL vmlinux 0xe25ee9d3 _raw_write_lock_irqsave EXPORT_SYMBOL vmlinux 0xe25f9783 xsk_umem_discard_addr EXPORT_SYMBOL vmlinux 0xe2702598 md_finish_reshape EXPORT_SYMBOL vmlinux 0xe274d001 jbd2_journal_clear_err -EXPORT_SYMBOL vmlinux 0xe285ee3d __skb_vlan_pop EXPORT_SYMBOL vmlinux 0xe28fe8e5 bio_add_pc_page EXPORT_SYMBOL vmlinux 0xe28ff4eb scsi_device_lookup EXPORT_SYMBOL vmlinux 0xe29b8212 jbd2_journal_flush @@ -10494,13 +10501,15 @@ EXPORT_SYMBOL vmlinux 0xe2ba338a bpf_prog_get_type_path EXPORT_SYMBOL vmlinux 0xe2beb3b9 nd_device_notify EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp -EXPORT_SYMBOL vmlinux 0xe2e8afdb dev_trans_start +EXPORT_SYMBOL vmlinux 0xe2f8a183 ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init EXPORT_SYMBOL vmlinux 0xe3243c49 nlmsg_notify EXPORT_SYMBOL vmlinux 0xe32a01b1 _dev_alert EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33271c1 tcp_mmap EXPORT_SYMBOL vmlinux 0xe35783f5 mmc_get_card EXPORT_SYMBOL vmlinux 0xe35fe183 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xe3750a4f dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0xe3a53f4c sort EXPORT_SYMBOL vmlinux 0xe3c1e780 from_kuid_munged EXPORT_SYMBOL vmlinux 0xe3c7cf87 touch_atime @@ -10517,118 +10526,118 @@ EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be EXPORT_SYMBOL vmlinux 0xe41e4d03 __invalidate_device EXPORT_SYMBOL vmlinux 0xe42446a3 bio_alloc_bioset -EXPORT_SYMBOL vmlinux 0xe425cc29 get_agp_version EXPORT_SYMBOL vmlinux 0xe42d4020 dm_kobject_release EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0xe44a1c14 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xe44bee28 skb_clone EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 -EXPORT_SYMBOL vmlinux 0xe4895cb0 pci_map_biosrom EXPORT_SYMBOL vmlinux 0xe48d0222 proc_create_seq_private EXPORT_SYMBOL vmlinux 0xe48fe8e5 make_bad_inode EXPORT_SYMBOL vmlinux 0xe4b62c34 inode_insert5 EXPORT_SYMBOL vmlinux 0xe4b92886 iov_iter_zero -EXPORT_SYMBOL vmlinux 0xe4c23c9c netdev_err EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on EXPORT_SYMBOL vmlinux 0xe4d57100 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xe4d7f095 pci_unregister_driver EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable EXPORT_SYMBOL vmlinux 0xe4dfb396 dmaenginem_async_device_register EXPORT_SYMBOL vmlinux 0xe4ee51c4 page_pool_create -EXPORT_SYMBOL vmlinux 0xe4f86ed9 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xe4f7194a pci_setup_cardbus EXPORT_SYMBOL vmlinux 0xe5076ea4 phy_loopback EXPORT_SYMBOL vmlinux 0xe5078ce4 finish_open -EXPORT_SYMBOL vmlinux 0xe50841cf inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0xe519b43b jbd2_journal_destroy EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq EXPORT_SYMBOL vmlinux 0xe53402c0 dquot_get_state -EXPORT_SYMBOL vmlinux 0xe5699f3e nf_log_set +EXPORT_SYMBOL vmlinux 0xe5445462 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xe5530ef9 neigh_parms_release EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe56aca56 padata_do_serial +EXPORT_SYMBOL vmlinux 0xe578376e compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set -EXPORT_SYMBOL vmlinux 0xe5869902 ipv4_specific EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end -EXPORT_SYMBOL vmlinux 0xe5a1a6f3 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xe59cdb3c pci_biosrom_size EXPORT_SYMBOL vmlinux 0xe5b4599a blk_integrity_merge_bio EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free -EXPORT_SYMBOL vmlinux 0xe5bddb1c udp_poll EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat EXPORT_SYMBOL vmlinux 0xe5c512ba ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen EXPORT_SYMBOL vmlinux 0xe5cb1545 netlink_ack -EXPORT_SYMBOL vmlinux 0xe5d0507f lock_sock_fast EXPORT_SYMBOL vmlinux 0xe5dcbf28 d_genocide EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any EXPORT_SYMBOL vmlinux 0xe61d96e4 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xe62e1d00 pci_get_class +EXPORT_SYMBOL vmlinux 0xe6363ef8 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0xe653ac6f vme_irq_generate -EXPORT_SYMBOL vmlinux 0xe6744ef3 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe65c79d2 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0xe67db9d2 vfs_llseek -EXPORT_SYMBOL vmlinux 0xe6823e93 agp_generic_alloc_page EXPORT_SYMBOL vmlinux 0xe687e1ac tcf_idr_create +EXPORT_SYMBOL vmlinux 0xe68a76f2 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin EXPORT_SYMBOL vmlinux 0xe695a238 page_zero_new_buffers EXPORT_SYMBOL vmlinux 0xe696be40 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0xe6aecef5 ethtool_op_get_link -EXPORT_SYMBOL vmlinux 0xe6d61a39 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xe6b1aec4 pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0xe6e587ab __close_fd_get_file EXPORT_SYMBOL vmlinux 0xe6f6b633 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe6f782d1 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xe6f931a6 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xe6fe60c6 blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler -EXPORT_SYMBOL vmlinux 0xe71f67ce agp_generic_create_gatt_table -EXPORT_SYMBOL vmlinux 0xe7255b5f udp_disconnect +EXPORT_SYMBOL vmlinux 0xe717c4bb xfrm_state_free EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf -EXPORT_SYMBOL vmlinux 0xe7336d12 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xe732ab5d translation_pre_enabled EXPORT_SYMBOL vmlinux 0xe7530cf7 __set_page_dirty_nobuffers EXPORT_SYMBOL vmlinux 0xe75c1318 genl_unregister_family EXPORT_SYMBOL vmlinux 0xe762c0c4 register_md_personality -EXPORT_SYMBOL vmlinux 0xe773ac4c pci_reenable_device +EXPORT_SYMBOL vmlinux 0xe77b9c06 sock_no_sendpage EXPORT_SYMBOL vmlinux 0xe781e26c wireless_send_event EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe789aea2 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0xe794cebf fb_class +EXPORT_SYMBOL vmlinux 0xe79c7975 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range EXPORT_SYMBOL vmlinux 0xe7a8d12e mmc_sw_reset EXPORT_SYMBOL vmlinux 0xe7b00dfb __x86_indirect_thunk_r13 -EXPORT_SYMBOL vmlinux 0xe7b0d137 skb_checksum EXPORT_SYMBOL vmlinux 0xe7b9157f backlight_device_register EXPORT_SYMBOL vmlinux 0xe7bb1b7e flow_rule_alloc EXPORT_SYMBOL vmlinux 0xe7bb5441 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xe7ccef61 __udp_disconnect EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e0ba82 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xe7efd063 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0xe7f160c6 unix_detach_fds EXPORT_SYMBOL vmlinux 0xe816b36c thaw_bdev EXPORT_SYMBOL vmlinux 0xe81ec056 abx500_get_chip_id EXPORT_SYMBOL vmlinux 0xe826c8eb processors -EXPORT_SYMBOL vmlinux 0xe8312013 agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0xe8369898 vfs_create -EXPORT_SYMBOL vmlinux 0xe85bcf0e __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xe842bdb9 rtnl_create_link EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table -EXPORT_SYMBOL vmlinux 0xe872134b put_cmsg EXPORT_SYMBOL vmlinux 0xe873def4 param_ops_ullong EXPORT_SYMBOL vmlinux 0xe87f7ee4 cdrom_check_events EXPORT_SYMBOL vmlinux 0xe8833bac init_task EXPORT_SYMBOL vmlinux 0xe894aee1 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0xe89c9bd1 jbd2__journal_restart -EXPORT_SYMBOL vmlinux 0xe8cc99f0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xe8d7215b sock_init_data EXPORT_SYMBOL vmlinux 0xe8e52b6d devm_devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks EXPORT_SYMBOL vmlinux 0xe9079019 fbcon_rotate_ccw EXPORT_SYMBOL vmlinux 0xe90e35d8 nvdimm_namespace_common_probe -EXPORT_SYMBOL vmlinux 0xe90ebb67 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0xe914e41e strcpy -EXPORT_SYMBOL vmlinux 0xe9213269 proto_unregister EXPORT_SYMBOL vmlinux 0xe92cc3ec vfs_getattr EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino EXPORT_SYMBOL vmlinux 0xe9545158 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xe9564fd6 amd_iommu_complete_ppr EXPORT_SYMBOL vmlinux 0xe960e4ea xsk_umem_consume_tx_done EXPORT_SYMBOL vmlinux 0xe9629218 hmm_range_register -EXPORT_SYMBOL vmlinux 0xe97cec0a inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xe9915e1a ip_frag_next EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res -EXPORT_SYMBOL vmlinux 0xe9ac0752 inet6_bind EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark EXPORT_SYMBOL vmlinux 0xe9becd96 fs_context_for_reconfigure EXPORT_SYMBOL vmlinux 0xe9bef340 __register_chrdev -EXPORT_SYMBOL vmlinux 0xe9e61feb tcp_filter EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size EXPORT_SYMBOL vmlinux 0xe9eade44 flow_rule_match_vlan EXPORT_SYMBOL vmlinux 0xe9f1768a fifo_set_limit @@ -10646,10 +10655,9 @@ EXPORT_SYMBOL vmlinux 0xea41ad1e zap_page_range EXPORT_SYMBOL vmlinux 0xea64aacc set_nlink EXPORT_SYMBOL vmlinux 0xea66b672 __module_put_and_exit EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled -EXPORT_SYMBOL vmlinux 0xea7253d4 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xea7486e7 tcp_add_backlog EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow -EXPORT_SYMBOL vmlinux 0xea84c795 udp_seq_start EXPORT_SYMBOL vmlinux 0xea97cfaa peernet2id EXPORT_SYMBOL vmlinux 0xea9cd045 mmc_hw_reset EXPORT_SYMBOL vmlinux 0xeaac8a23 pipe_unlock @@ -10657,8 +10665,11 @@ EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict EXPORT_SYMBOL vmlinux 0xeac4de55 scsi_bios_ptable EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeb014c21 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xeb1a5871 inet_offloads EXPORT_SYMBOL vmlinux 0xeb1b37eb page_mapping +EXPORT_SYMBOL vmlinux 0xeb1d1e6b inet_release EXPORT_SYMBOL vmlinux 0xeb2210af sg_miter_start EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc EXPORT_SYMBOL vmlinux 0xeb2fa81d cros_ec_prepare_tx @@ -10667,38 +10678,40 @@ EXPORT_SYMBOL vmlinux 0xeb33b739 register_framebuffer EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact EXPORT_SYMBOL vmlinux 0xeb59e8c3 native_load_gs_index -EXPORT_SYMBOL vmlinux 0xeb71780e pci_enable_device +EXPORT_SYMBOL vmlinux 0xeb60e462 sock_create_lite EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices EXPORT_SYMBOL vmlinux 0xeb8ed8fc drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xeb9779db inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xeb9e48a8 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xebac7248 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xebb09e56 sock_sendmsg EXPORT_SYMBOL vmlinux 0xebb42dcd logfc EXPORT_SYMBOL vmlinux 0xebbbfa33 scsi_is_host_device EXPORT_SYMBOL vmlinux 0xebd73b26 clk_bulk_get EXPORT_SYMBOL vmlinux 0xebd8c8c5 read_dev_sector -EXPORT_SYMBOL vmlinux 0xebe3ab3e inet_csk_accept +EXPORT_SYMBOL vmlinux 0xebd907cd pci_restore_state EXPORT_SYMBOL vmlinux 0xebe7a0b8 netdev_class_remove_file_ns -EXPORT_SYMBOL vmlinux 0xebead9e2 dst_alloc EXPORT_SYMBOL vmlinux 0xebf8ebac rproc_free +EXPORT_SYMBOL vmlinux 0xebfb10f4 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0xec01448a generic_key_instantiate EXPORT_SYMBOL vmlinux 0xec159cd1 devm_extcon_unregister_notifier_all -EXPORT_SYMBOL vmlinux 0xec18ac75 sock_create EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax -EXPORT_SYMBOL vmlinux 0xec3cc37e dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys EXPORT_SYMBOL vmlinux 0xec8c05ba tcf_em_unregister EXPORT_SYMBOL vmlinux 0xec8c5a9e security_binder_transfer_binder EXPORT_SYMBOL vmlinux 0xeca4fc9b __genphy_config_aneg EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy EXPORT_SYMBOL vmlinux 0xecad5d2e uart_update_timeout -EXPORT_SYMBOL vmlinux 0xecb536ad ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xecbce8df nf_ct_attach +EXPORT_SYMBOL vmlinux 0xece3bf09 pneigh_lookup EXPORT_SYMBOL vmlinux 0xece693fd __i2c_transfer EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xecf7a85a prepare_to_swait_event EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf -EXPORT_SYMBOL vmlinux 0xed1f1de9 dev_change_proto_down EXPORT_SYMBOL vmlinux 0xed30c44a setattr_prepare EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set EXPORT_SYMBOL vmlinux 0xed3935df i2c_smbus_read_i2c_block_data_or_emulated @@ -10707,78 +10720,74 @@ EXPORT_SYMBOL vmlinux 0xed4ee4a5 bio_split EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address EXPORT_SYMBOL vmlinux 0xed5e6d4f __generic_file_fsync EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable EXPORT_SYMBOL vmlinux 0xed65c90e mmc_gpio_set_cd_isr -EXPORT_SYMBOL vmlinux 0xed65dbd5 pci_biosrom_size -EXPORT_SYMBOL vmlinux 0xed6c23c0 __skb_checksum -EXPORT_SYMBOL vmlinux 0xed799dda pci_read_vpd EXPORT_SYMBOL vmlinux 0xed876925 security_inet_conn_established -EXPORT_SYMBOL vmlinux 0xed877c7b neigh_app_ns -EXPORT_SYMBOL vmlinux 0xed8f3258 skb_copy_header EXPORT_SYMBOL vmlinux 0xed99868a phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xed9dcfed blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xeda2c578 skb_copy EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp EXPORT_SYMBOL vmlinux 0xedbc84ce mipi_dsi_dcs_write_buffer EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc1067d sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xedc9dadf xfrm_policy_flush EXPORT_SYMBOL vmlinux 0xedcebc04 __dec_node_page_state -EXPORT_SYMBOL vmlinux 0xeddb8324 kernel_accept EXPORT_SYMBOL vmlinux 0xedf1ef7a kern_unmount EXPORT_SYMBOL vmlinux 0xedf41f4c kobject_put +EXPORT_SYMBOL vmlinux 0xedf6e853 pci_enable_device EXPORT_SYMBOL vmlinux 0xedff4be5 acpi_load_table -EXPORT_SYMBOL vmlinux 0xee02cf06 sk_ns_capable EXPORT_SYMBOL vmlinux 0xee0c8676 generic_pipe_buf_release EXPORT_SYMBOL vmlinux 0xee1b237b get_task_cred +EXPORT_SYMBOL vmlinux 0xee1dbd5f tcp_sync_mss EXPORT_SYMBOL vmlinux 0xee223b1e request_key_rcu -EXPORT_SYMBOL vmlinux 0xee2b16cf mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xee2c4e1c rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable -EXPORT_SYMBOL vmlinux 0xee3ff280 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xee4760ae xfrm_init_state +EXPORT_SYMBOL vmlinux 0xee4960aa sock_no_mmap EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode EXPORT_SYMBOL vmlinux 0xee683f06 __task_pid_nr_ns EXPORT_SYMBOL vmlinux 0xee69a7de seq_path EXPORT_SYMBOL vmlinux 0xee6d1de2 param_ops_ulong EXPORT_SYMBOL vmlinux 0xee6ff311 alloc_fddidev -EXPORT_SYMBOL vmlinux 0xee708c4e agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc -EXPORT_SYMBOL vmlinux 0xee7d992b sock_no_ioctl EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices EXPORT_SYMBOL vmlinux 0xee86bd09 cpu_info EXPORT_SYMBOL vmlinux 0xee881f31 tcf_unregister_action EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder EXPORT_SYMBOL vmlinux 0xeea61b64 fbcon_rotate_cw -EXPORT_SYMBOL vmlinux 0xeeb8fcad pci_enable_ptm -EXPORT_SYMBOL vmlinux 0xeefb06c9 xfrm_lookup_with_ifid -EXPORT_SYMBOL vmlinux 0xeefd482b nf_hook_slow +EXPORT_SYMBOL vmlinux 0xeeb6e7cf fqdir_exit EXPORT_SYMBOL vmlinux 0xeeff9fde path_get EXPORT_SYMBOL vmlinux 0xef010be5 dmam_free_coherent -EXPORT_SYMBOL vmlinux 0xef0a7864 neigh_table_init +EXPORT_SYMBOL vmlinux 0xef134a1f __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xef16f33e from_kprojid EXPORT_SYMBOL vmlinux 0xef18db58 genlmsg_multicast_allns EXPORT_SYMBOL vmlinux 0xef1e27d6 flow_rule_match_eth_addrs EXPORT_SYMBOL vmlinux 0xef2993f4 _raw_read_unlock -EXPORT_SYMBOL vmlinux 0xef2dd95a xfrm_policy_byid -EXPORT_SYMBOL vmlinux 0xef38ca0d inet_addr_type_table -EXPORT_SYMBOL vmlinux 0xef503a87 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xef3acd9a netdev_notify_peers EXPORT_SYMBOL vmlinux 0xef657eef page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xef792561 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xef884e9a udp_disconnect +EXPORT_SYMBOL vmlinux 0xef9a5d09 pcim_iomap_table EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override -EXPORT_SYMBOL vmlinux 0xef9cadd6 eth_header_cache_update EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd4069c qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xefd6404d inet_gro_receive EXPORT_SYMBOL vmlinux 0xefde86fb security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xefea088d agp_enable EXPORT_SYMBOL vmlinux 0xefebbd40 ioread64be_lo_hi EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf007900d devm_backlight_device_unregister EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init -EXPORT_SYMBOL vmlinux 0xf0189f08 pci_release_region EXPORT_SYMBOL vmlinux 0xf02899d1 console_start -EXPORT_SYMBOL vmlinux 0xf0435d89 pci_dev_put -EXPORT_SYMBOL vmlinux 0xf0470c0c skb_checksum_setup EXPORT_SYMBOL vmlinux 0xf04f3293 make_kprojid EXPORT_SYMBOL vmlinux 0xf05038f4 nf_unregister_sockopt EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier -EXPORT_SYMBOL vmlinux 0xf06af66c __sock_create EXPORT_SYMBOL vmlinux 0xf072dc65 unregister_framebuffer EXPORT_SYMBOL vmlinux 0xf0873116 dev_uc_del EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag @@ -10788,12 +10797,12 @@ EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page EXPORT_SYMBOL vmlinux 0xf0a4040b dquot_reclaim_space_nodirty EXPORT_SYMBOL vmlinux 0xf0b47aa7 blk_queue_max_discard_sectors EXPORT_SYMBOL vmlinux 0xf0c50a79 mmc_can_erase -EXPORT_SYMBOL vmlinux 0xf0d08892 netdev_adjacent_change_prepare -EXPORT_SYMBOL vmlinux 0xf0d0938a inet_sendmsg +EXPORT_SYMBOL vmlinux 0xf0e93dc1 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 EXPORT_SYMBOL vmlinux 0xf110fc31 d_invalidate EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf1234d84 netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xf12699a3 simple_symlink_inode_operations EXPORT_SYMBOL vmlinux 0xf1274bb1 ab3100_event_unregister EXPORT_SYMBOL vmlinux 0xf1467cf5 _dev_info @@ -10801,8 +10810,10 @@ EXPORT_SYMBOL vmlinux 0xf15398b7 devfreq_add_governor EXPORT_SYMBOL vmlinux 0xf15be96b alloc_xenballooned_pages EXPORT_SYMBOL vmlinux 0xf15c7b80 sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf17fd9f2 pci_enable_msi EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler EXPORT_SYMBOL vmlinux 0xf18fd331 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xf193dcfe tcp_release_cb EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance @@ -10810,17 +10821,19 @@ EXPORT_SYMBOL vmlinux 0xf1a78430 devm_ioport_unmap EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun -EXPORT_SYMBOL vmlinux 0xf1ed4563 sock_rfree EXPORT_SYMBOL vmlinux 0xf1f3a42b pmem_sector_size EXPORT_SYMBOL vmlinux 0xf21017d9 mutex_trylock EXPORT_SYMBOL vmlinux 0xf21e7ea1 is_nd_dax EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug EXPORT_SYMBOL vmlinux 0xf2299656 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xf2378dfd skb_push EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in EXPORT_SYMBOL vmlinux 0xf24bc9d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xf283def3 inet6_add_offload EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2951b66 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r EXPORT_SYMBOL vmlinux 0xf2ab06ea crypto_sha512_finup EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc @@ -10831,76 +10844,79 @@ EXPORT_SYMBOL vmlinux 0xf2d6ce30 fbcon_set_rotate EXPORT_SYMBOL vmlinux 0xf2d8eae9 input_mt_report_pointer_emulation EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts EXPORT_SYMBOL vmlinux 0xf2fd28ce kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xf30339b6 sk_alloc EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform EXPORT_SYMBOL vmlinux 0xf31dee9a mdiobus_alloc_size EXPORT_SYMBOL vmlinux 0xf31f8567 phy_print_status +EXPORT_SYMBOL vmlinux 0xf32ba55d pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user -EXPORT_SYMBOL vmlinux 0xf337b235 sock_init_data +EXPORT_SYMBOL vmlinux 0xf336c99c nf_register_net_hook EXPORT_SYMBOL vmlinux 0xf33e0623 blkdev_issue_write_same EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier -EXPORT_SYMBOL vmlinux 0xf375101d netdev_update_features +EXPORT_SYMBOL vmlinux 0xf358a816 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xf36a1b07 pci_read_vpd EXPORT_SYMBOL vmlinux 0xf3771ca3 __blk_mq_end_request EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3a02ad7 udp_sendmsg EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xf3b15214 iget_locked +EXPORT_SYMBOL vmlinux 0xf3b21cbe kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal EXPORT_SYMBOL vmlinux 0xf405e62b ptp_find_pin EXPORT_SYMBOL vmlinux 0xf40e7a73 __xa_alloc -EXPORT_SYMBOL vmlinux 0xf426db3f netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xf427cb85 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4757bd1 sock_no_bind EXPORT_SYMBOL vmlinux 0xf47915e8 pnp_is_active -EXPORT_SYMBOL vmlinux 0xf47cbf46 tcp_connect EXPORT_SYMBOL vmlinux 0xf47ee6a0 zero_fill_bio_iter -EXPORT_SYMBOL vmlinux 0xf499b5e2 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xf480a4b3 vga_switcheroo_client_probe_defer EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area -EXPORT_SYMBOL vmlinux 0xf4d95369 pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4e3181a nvdimm_bus_unlock EXPORT_SYMBOL vmlinux 0xf4ea80be vfs_whiteout -EXPORT_SYMBOL vmlinux 0xf4eae4d3 mini_qdisc_pair_init -EXPORT_SYMBOL vmlinux 0xf4ed5af6 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock EXPORT_SYMBOL vmlinux 0xf4f463f3 device_add_disk_no_queue_reg EXPORT_SYMBOL vmlinux 0xf4f63434 call_usermodehelper_exec EXPORT_SYMBOL vmlinux 0xf4fe2bce pm8606_osc_enable EXPORT_SYMBOL vmlinux 0xf51f88a8 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xf5348e9c skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy -EXPORT_SYMBOL vmlinux 0xf55f6a97 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0xf58c8510 padata_stop EXPORT_SYMBOL vmlinux 0xf591753d nf_hooks_needed EXPORT_SYMBOL vmlinux 0xf5a11efd component_match_add_typed EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc EXPORT_SYMBOL vmlinux 0xf5b2b6b0 jbd2_journal_restart -EXPORT_SYMBOL vmlinux 0xf5c4891f rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0xf5e725e4 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xf5e63d44 sock_release EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 EXPORT_SYMBOL vmlinux 0xf5eb168a device_add_disk -EXPORT_SYMBOL vmlinux 0xf5f82232 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xf5efb32a neigh_parms_alloc EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status EXPORT_SYMBOL vmlinux 0xf6115a82 _copy_from_iter_full_nocache EXPORT_SYMBOL vmlinux 0xf61b95a2 set_pages_array_uc EXPORT_SYMBOL vmlinux 0xf62a3f9f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xf634c053 pci_scan_single_device EXPORT_SYMBOL vmlinux 0xf6432bd8 security_inode_init_security EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 -EXPORT_SYMBOL vmlinux 0xf66025b4 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xf65030cc mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf67c2ae7 pci_dev_driver EXPORT_SYMBOL vmlinux 0xf67e904f genphy_read_mmd_unsupported EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier @@ -10912,32 +10928,30 @@ EXPORT_SYMBOL vmlinux 0xf6b5cec5 rproc_add_subdev EXPORT_SYMBOL vmlinux 0xf6bbd6b8 security_tun_dev_attach EXPORT_SYMBOL vmlinux 0xf6c4c553 nd_btt_arena_is_valid EXPORT_SYMBOL vmlinux 0xf6cca871 may_umount_tree -EXPORT_SYMBOL vmlinux 0xf6d2c87c sock_no_listen EXPORT_SYMBOL vmlinux 0xf6d496ac vfs_unlink -EXPORT_SYMBOL vmlinux 0xf6d4dbb9 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf71898af ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xf7464a0d get_tree_nodev EXPORT_SYMBOL vmlinux 0xf74d5f20 vme_unregister_driver EXPORT_SYMBOL vmlinux 0xf7584a9c find_font -EXPORT_SYMBOL vmlinux 0xf76e6302 udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check -EXPORT_SYMBOL vmlinux 0xf78f14cf tso_build_hdr -EXPORT_SYMBOL vmlinux 0xf78f6a0a tcp_conn_request -EXPORT_SYMBOL vmlinux 0xf7984793 register_netdevice EXPORT_SYMBOL vmlinux 0xf79ad68d scsi_report_opcode EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block -EXPORT_SYMBOL vmlinux 0xf7b1ee5f mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xf7bd5c3b iptun_encaps EXPORT_SYMBOL vmlinux 0xf7e61ad0 find_get_entry +EXPORT_SYMBOL vmlinux 0xf7e763dd pci_select_bars EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release EXPORT_SYMBOL vmlinux 0xf7fe773b ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf8045478 lock_sock_nested EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q EXPORT_SYMBOL vmlinux 0xf812cff6 memscan -EXPORT_SYMBOL vmlinux 0xf82033c1 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xf81ad59d __scm_send EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82e288d tcp_sendmsg EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev EXPORT_SYMBOL vmlinux 0xf8386d97 cpumask_next_and EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key @@ -10950,27 +10964,26 @@ EXPORT_SYMBOL vmlinux 0xf880e017 locks_remove_posix EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table EXPORT_SYMBOL vmlinux 0xf88983f7 dma_direct_sync_sg_for_device EXPORT_SYMBOL vmlinux 0xf88ac604 padata_alloc_shell -EXPORT_SYMBOL vmlinux 0xf88db876 pci_stop_and_remove_bus_device -EXPORT_SYMBOL vmlinux 0xf8b86751 pci_match_id EXPORT_SYMBOL vmlinux 0xf8b93120 configfs_unregister_group EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits EXPORT_SYMBOL vmlinux 0xf8baee46 redraw_screen EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound -EXPORT_SYMBOL vmlinux 0xf8c07f43 inet_put_port EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 -EXPORT_SYMBOL vmlinux 0xf8d3d63e __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xf8dd1496 dmam_pool_create -EXPORT_SYMBOL vmlinux 0xf8ec95ce dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xf8ed62e5 mmc_can_sanitize EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf909de15 eth_header_cache EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one EXPORT_SYMBOL vmlinux 0xf93ec618 trace_raw_output_prep EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf959f65b inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write EXPORT_SYMBOL vmlinux 0xf97d7de2 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xf98e36a5 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xf992bb95 ip6_frag_init EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep -EXPORT_SYMBOL vmlinux 0xf9a71382 inet_select_addr +EXPORT_SYMBOL vmlinux 0xf9a99d3c gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0xf9b0fd83 flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat EXPORT_SYMBOL vmlinux 0xf9c15ee6 vga_switcheroo_init_domain_pm_ops @@ -10979,36 +10992,31 @@ EXPORT_SYMBOL vmlinux 0xf9c2c86a vc_resize EXPORT_SYMBOL vmlinux 0xf9d66e89 configfs_depend_item_unlocked EXPORT_SYMBOL vmlinux 0xf9e05659 blk_mq_queue_stopped EXPORT_SYMBOL vmlinux 0xf9e51ca9 vmf_insert_mixed -EXPORT_SYMBOL vmlinux 0xf9eb4af3 netdev_has_upper_dev -EXPORT_SYMBOL vmlinux 0xf9fa9759 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0xfa08f4b8 __tracepoint_dma_fence_signaled -EXPORT_SYMBOL vmlinux 0xfa0f25ce vga_switcheroo_register_handler EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node EXPORT_SYMBOL vmlinux 0xfa37e3d9 i2c_smbus_read_byte EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update +EXPORT_SYMBOL vmlinux 0xfa49bdfc __xfrm_route_forward EXPORT_SYMBOL vmlinux 0xfa4cc492 blk_alloc_queue EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier -EXPORT_SYMBOL vmlinux 0xfa64a176 netdev_reset_tc -EXPORT_SYMBOL vmlinux 0xfa687048 pci_resize_resource -EXPORT_SYMBOL vmlinux 0xfa73f082 vga_get +EXPORT_SYMBOL vmlinux 0xfa6aac23 skb_dequeue EXPORT_SYMBOL vmlinux 0xfa86d5ce uart_unregister_driver EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed EXPORT_SYMBOL vmlinux 0xfaa1fdf7 __tracepoint_rdpmc EXPORT_SYMBOL vmlinux 0xfaa21d5f tag_pages_for_writeback -EXPORT_SYMBOL vmlinux 0xfaa7cff2 dev_loopback_xmit EXPORT_SYMBOL vmlinux 0xfaadd30d bio_copy_data_iter EXPORT_SYMBOL vmlinux 0xfabbce22 mark_info_dirty EXPORT_SYMBOL vmlinux 0xfabe42bb lookup_bdev -EXPORT_SYMBOL vmlinux 0xfabe6509 softnet_data EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max -EXPORT_SYMBOL vmlinux 0xfb07baca dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xfad4d533 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xfb04b2e3 agp_generic_enable EXPORT_SYMBOL vmlinux 0xfb133c01 get_tree_single_reconf EXPORT_SYMBOL vmlinux 0xfb13ce21 security_inode_invalidate_secctx EXPORT_SYMBOL vmlinux 0xfb1a6dd2 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xfb251b8d kobject_add EXPORT_SYMBOL vmlinux 0xfb348efa dma_pool_create EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf -EXPORT_SYMBOL vmlinux 0xfb41458a sk_common_release +EXPORT_SYMBOL vmlinux 0xfb46b9c1 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0xfb481954 vprintk EXPORT_SYMBOL vmlinux 0xfb5610b3 locks_copy_lock EXPORT_SYMBOL vmlinux 0xfb578fc5 memset @@ -11016,10 +11024,13 @@ EXPORT_SYMBOL vmlinux 0xfb587fce scsi_remove_target EXPORT_SYMBOL vmlinux 0xfb59d600 prepare_binprm EXPORT_SYMBOL vmlinux 0xfb66b42e tty_register_driver EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7122e2 inet_sendpage EXPORT_SYMBOL vmlinux 0xfb746cc9 down_killable +EXPORT_SYMBOL vmlinux 0xfb82e917 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb7b937 napi_schedule_prep EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout EXPORT_SYMBOL vmlinux 0xfbd1d9c8 d_alloc @@ -11030,37 +11041,33 @@ EXPORT_SYMBOL vmlinux 0xfc069502 generic_block_bmap EXPORT_SYMBOL vmlinux 0xfc0cb135 generic_file_readonly_mmap EXPORT_SYMBOL vmlinux 0xfc0f0333 fifo_create_dflt EXPORT_SYMBOL vmlinux 0xfc118794 generic_end_io_acct -EXPORT_SYMBOL vmlinux 0xfc26c57d sock_no_connect EXPORT_SYMBOL vmlinux 0xfc28049d tcf_idr_search EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit -EXPORT_SYMBOL vmlinux 0xfc35358e udp_lib_unhash EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read EXPORT_SYMBOL vmlinux 0xfc596788 tty_port_raise_dtr_rts -EXPORT_SYMBOL vmlinux 0xfc5c28c0 dev_close EXPORT_SYMBOL vmlinux 0xfc5c46e2 acpi_buffer_to_resource EXPORT_SYMBOL vmlinux 0xfc7e2596 down_trylock EXPORT_SYMBOL vmlinux 0xfc86c782 __close_fd EXPORT_SYMBOL vmlinux 0xfc8e3c98 register_key_type EXPORT_SYMBOL vmlinux 0xfc98af1d iov_iter_revert EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user -EXPORT_SYMBOL vmlinux 0xfcc6f5db rtnl_link_get_net -EXPORT_SYMBOL vmlinux 0xfcc71551 neigh_parms_alloc EXPORT_SYMBOL vmlinux 0xfcc76810 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns EXPORT_SYMBOL vmlinux 0xfce59b2d flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0xfce82224 scsi_track_queue_full EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd138fb0 pci_unmap_rom EXPORT_SYMBOL vmlinux 0xfd1d3433 dma_alloc_attrs EXPORT_SYMBOL vmlinux 0xfd205ca2 __vfs_setxattr -EXPORT_SYMBOL vmlinux 0xfd24ee7a __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0xfd366611 __test_set_page_writeback EXPORT_SYMBOL vmlinux 0xfd55985d filemap_write_and_wait -EXPORT_SYMBOL vmlinux 0xfd66b7e0 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xfd7ace28 agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0xfd7c16fc ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xfd910b13 __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc EXPORT_SYMBOL vmlinux 0xfd94814e complete_all EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 @@ -11071,7 +11078,6 @@ EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be EXPORT_SYMBOL vmlinux 0xfdba086b phy_set_asym_pause EXPORT_SYMBOL vmlinux 0xfdbe6ad4 alloc_file_pseudo EXPORT_SYMBOL vmlinux 0xfdc1f783 kill_anon_super -EXPORT_SYMBOL vmlinux 0xfdc7f30b tcf_get_next_chain EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource @@ -11080,23 +11086,19 @@ EXPORT_SYMBOL vmlinux 0xfdf0b649 generic_pipe_buf_confirm EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xfe0aa2ce blk_queue_max_hw_sectors -EXPORT_SYMBOL vmlinux 0xfe0cde87 dev_add_pack -EXPORT_SYMBOL vmlinux 0xfe11ef92 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xfe0b1d7c skb_append EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update EXPORT_SYMBOL vmlinux 0xfe1fda97 alloc_buffer_head -EXPORT_SYMBOL vmlinux 0xfe270b37 pci_msi_vec_count -EXPORT_SYMBOL vmlinux 0xfe35fdab inet_add_protocol +EXPORT_SYMBOL vmlinux 0xfe34f771 lock_page_memcg EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe8f2209 create_empty_buffers EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0xfe9854e3 tcf_em_register EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 -EXPORT_SYMBOL vmlinux 0xfeb267ee amd_iommu_pc_get_reg EXPORT_SYMBOL vmlinux 0xfeb27afd jbd2_journal_try_to_free_buffers EXPORT_SYMBOL vmlinux 0xfeb4e6f1 mdiobus_read_nested EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info -EXPORT_SYMBOL vmlinux 0xfeb60769 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0xfece2a5f dma_direct_map_resource EXPORT_SYMBOL vmlinux 0xfed2506a scsi_block_requests EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu @@ -11104,18 +11106,17 @@ EXPORT_SYMBOL vmlinux 0xfee62771 mmc_alloc_host EXPORT_SYMBOL vmlinux 0xfee89b0b hash_and_copy_to_iter EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx -EXPORT_SYMBOL vmlinux 0xfef9c8f5 inet_confirm_addr EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff062479 neigh_direct_output EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff31a617 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xff35a915 cfb_copyarea -EXPORT_SYMBOL vmlinux 0xff3d8e39 netpoll_parse_options EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap EXPORT_SYMBOL vmlinux 0xff77d0e0 import_single_range EXPORT_SYMBOL vmlinux 0xff7ae7e9 has_capability +EXPORT_SYMBOL vmlinux 0xff8463f9 nf_log_set EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead -EXPORT_SYMBOL vmlinux 0xff8e933f dst_dev_put EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy -EXPORT_SYMBOL vmlinux 0xffb6b461 udp6_csum_init EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire @@ -11593,30 +11594,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x955bba6d __regmap_init_spmi EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xd77adb05 __devm_regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x55c810e4 __devm_regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xe61fdba6 __regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x02c1ecfb bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x03f239d8 bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0fb79138 bcma_chipco_pll_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19305c06 __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1ff3ad1a bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2112a40b bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2ff8080c bcma_chipco_gpio_out -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x35f83712 bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4c20b2ed bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4fbbd17f bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7aa3517c bcma_chipco_pll_read -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b274953 bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d9dfe16 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x83430d68 bcma_core_enable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8cc57c50 bcma_chipco_b_mii_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x952404a3 bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x955e9ae0 bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99b4ce8c bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2bdc868 bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc25dfc88 bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe122e0df bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe64fc44d bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfc56058a bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff9c69a5 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x00be3676 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0fcf298f bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2471fc0b bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x432601c2 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ac52fba bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ec08704 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54f6027d __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5b333727 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5eba2ac6 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6a48abad bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7738d1c7 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b1e78b2 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ec027a8 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x905c8a70 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x93b6b5d8 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9d02a422 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9fb4aa32 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa06f18f3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa78b7295 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbb8d8187 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd8f9f5b0 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdfd783a6 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe3d8d090 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea65c759 bcma_host_pci_up EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3898e503 btbcm_initialize EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x65bb8316 btbcm_set_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x887c6db4 btbcm_setup_patchram @@ -11698,45 +11699,45 @@ EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xc2fbe47d sev_issue_cmd_external_user EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0693e25a adf_send_admin_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0d2739bf adf_disable_sriov -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x12e125dd adf_dev_get -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x16e65706 adf_init_admin_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x237ce6a0 adf_dev_stop -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x23a49534 adf_sriov_configure -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2962c38e adf_dev_shutdown -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2ad2852e adf_cfg_add_key_value_param -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2c75dd72 adf_vf2pf_notify_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x33505fcf adf_cfg_section_add -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3746f85c adf_vf_isr_resource_alloc -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3931ed46 adf_dev_start -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x48286dc7 adf_enable_vf2pf_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4a4b7737 adf_init_arb -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4d202b12 qat_crypto_dev_config -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5c5edfc8 adf_isr_resource_free -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x61dda145 adf_dev_in_use -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x61fbb541 adf_enable_aer -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x64782415 adf_dev_started -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x67b20bdd adf_devmgr_in_reset -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x858342e1 adf_reset_sbr -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9443412b adf_init_etr_data -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x980b4ef9 adf_cfg_dev_add -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9c48143b adf_devmgr_pci_to_accel_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa2e7142f adf_exit_arb -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa79f94b1 adf_devmgr_add_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaa4a9980 adf_vf2pf_notify_shutdown -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xae33bed8 adf_devmgr_update_class_index -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb07fc6ff adf_cfg_dev_remove -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb161431d adf_dev_put -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb178f0a8 adf_cleanup_etr_data -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc0cf94f3 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x020b3eda adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0a7f58b1 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2757d334 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2a450816 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2cce01cb adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x31a80ef1 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x32e6d43b adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x36607d54 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3dd18654 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3fcaed07 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x41e8d786 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x429290a5 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4b3862f4 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x59fb623e adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5dcbb571 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f82f9a1 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6e172944 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7bb338a7 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x831a1b13 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x86efd692 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x92eb4c6e adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa215f41c adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa43496c4 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa914892a adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xabaa6e1c adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb9413d2b adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc48f1e40 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xca83a75f adf_disable_aer EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd0101a29 adf_isr_resource_alloc -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeec5f85e adf_disable_aer -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf18828b2 adf_devmgr_rm_dev -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf6423a38 adf_dev_init -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfa539d6e adf_exit_admin_comms -EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfe9f7eda adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcee86869 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcfadde1c adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe4610c00 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe5f353d5 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe9423fc0 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe9f195d5 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf0c8d2dd adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf1e24821 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf7ebe927 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfe29002c qat_crypto_dev_config EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x3c73e08b dev_dax_probe EXPORT_SYMBOL_GPL drivers/dax/pmem/dax_pmem_core 0x7331bb8b __dax_pmem_probe EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify @@ -12093,13 +12094,13 @@ EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9984f4ad stm_unregister_prot EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc1acad64 stm_source_register_device EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xcfede784 to_pdrv_policy_node EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe44b9302 stm_data_write -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x1db6269d amd_mp2_unregister_cb -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x4af818ed amd_mp2_process_event -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x57fe822a amd_mp2_bus_enable_set -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x86835dbf amd_mp2_rw_timeout -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x9e3e656a amd_mp2_rw -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb1892d4d amd_mp2_register_cb -EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb94bedba amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x06bea165 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x0f4d2bb1 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x4f173dbc amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x935bc56c amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb58db7bc amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xbe81887f amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xfb7156ce amd_mp2_unregister_cb EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x6db750fd nforce2_smbus EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x16475322 i2c_mux_alloc EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x45882b47 i2c_mux_add_adapter @@ -12562,24 +12563,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe303f80a dm_b EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x096237b2 saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6342466a saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x88d9a8e1 saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8beedd9b saa7146_register_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa80d32dd saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb5811d9a saa7146_pgtable_build_single -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xda1a389a saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdc6da81b saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x20391af7 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x21f45bd4 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2538498f saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x61dd0f4d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x681ff758 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8c739f2e saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbc88a0b2 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbea11e9b saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd414dc98 saa7146_unregister_extension EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf20970e8 saa7146_pgtable_alloc -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf2b7dea3 saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0122ef8b saa7146_stop_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x176d0bc7 saa7146_unregister_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x341b34b2 saa7146_vv_release -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3d19e9ff saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x71ca40f1 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8e40d7db saa7146_start_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xde61b6e1 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe94a7108 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1c42b665 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2229b7fe saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x236a75ce saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6f01bf50 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x74a1f303 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x89831939 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf8b7a1b8 saa7146_set_hps_source_and_sync EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x042ae984 sms_board_led_feedback EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x12eea1c5 smscore_get_device_mode EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x155c38ea sms_board_lna_control @@ -12708,6 +12709,7 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1694f08a media_remove_intf_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1e19614f __media_entity_setup_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x26f59c77 media_graph_walk_cleanup EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28a5c9c5 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x290a9475 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2bd173ad __media_device_register EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3023b96e media_device_unregister_entity EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34304cdf media_devnode_create @@ -12734,7 +12736,6 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbb4187d6 media_remove_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbbf2fa18 media_request_put EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3b26e23 media_graph_walk_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3bc2734 media_create_pad_link -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc411a75a media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc898d764 media_create_pad_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcaeb8d3d media_pipeline_start EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcaec264f media_device_unregister @@ -12748,26 +12749,26 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe693d5a0 media_pipeline_stop EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xefd2f89f media_device_delete EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfe718cad media_device_register_entity_notify -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x0a384428 cx88_setup_xc3028 -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x18fd40ab mantis_frontend_soft_reset -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x233760cc mantis_i2c_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2b08aa31 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x22626ab5 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1a668a05 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2177a172 mantis_pci_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2d427e5c mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x430b4df2 mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x43a63a2a mantis_dvb_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x47220293 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2d87143b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x34fe2769 mantis_dvb_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4e70b54c mantis_gpio_set_bits -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x619d021a mantis_uart_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa2effb37 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x52fd68af mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6f97b021 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7861bf71 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7ffddf9d mantis_i2c_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa3244771 mantis_ca_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa66bc38e mantis_dma_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xadbd7c38 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf7dd8c9 mantis_dma_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb2aa910c mantis_get_mac -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc27ea1d1 mantis_i2c_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc9123e10 mantis_pci_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcf0a12a3 mantis_input_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd0fdf3b0 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb604eb9b mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbd74be6a mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcdc8eff1 mantis_input_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe8e56d69 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xef00cba4 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfd07136f mantis_i2c_init EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x07c07ee4 saa7134_enum_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0a466a8b saa7134_s_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x204aa112 saa7134_s_tuner @@ -12781,20 +12782,20 @@ EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x79de84ed saa7134_ts_buffe EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7efbeac3 saa7134_ts_buffer_init EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x982c9f1f saa7134_querystd EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9a576ce6 saa7134_ts_queue_setup -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa53adfff saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa2839ec6 saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa89cc689 saa7134_ts_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaef0134a saa7134_g_frequency EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbe2e7280 saa7134_ts_qops EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc9a684be saa7134_g_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcd789118 saa7134_g_input -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x220f9183 ttpci_budget_debiwrite -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x39d3c5ce ttpci_budget_set_video_port -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5c3796cc ttpci_budget_irq10_handler -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x663dc5e0 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x537c003c ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6253da19 ttpci_budget_deinit EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x79ac8566 ttpci_budget_debiread -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe876b69a ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf48a99e5 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x95d3d820 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9c21d23d ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9cc1c2de ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xbc68da89 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xeef86aae ttpci_budget_init EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x1d40cb59 mccic_shutdown EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x2cbc4936 mccic_suspend EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x399812c4 mccic_irq @@ -13210,37 +13211,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x81d90ee8 am335x_tsc_se_set_onc EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x99e39097 am335x_tsc_se_adc_done EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa30bba37 am335x_tsc_se_clr EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x66cfde95 ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7d36f6a5 alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x92ab83aa alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa1d5252a alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcaf0eca8 alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd36be8dc alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf2655b08 alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfd238b5d alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08f30374 rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x14e02467 rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b043f85 rtsx_pci_send_cmd_no_wait -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b81e341 rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4dd42751 rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ace7d5a rtsx_pci_send_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5e048af7 rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x62c2a4e5 rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x84955a3a rtsx_pci_complete_unfinished_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89d5de71 rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8bf34a7e rtsx_pci_read_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa55c9c09 rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa74d27e6 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xac177ccd rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaffb9704 rtsx_pci_write_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb55ec5cd rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb5e5d4c8 rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbcf2da88 rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd4eeb9d8 rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdb1c7623 rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdfe51d3b rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe3e4eef6 rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xea22fc4b rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfcae270c rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2ee9c181 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x316e519c alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa51100b2 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb99e2a1d alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc7494a33 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcc84d947 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf230a66e alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x053e8d42 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0d911049 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x10db7247 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1a2982d8 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2355a9de rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x24b79838 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x32c93fab rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3a7d7cb3 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3e31917e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x473e6886 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b0e9b61 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b98758e rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4e818efa rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4fed250d rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6333c48e rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x999b4a50 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9ca0a0cf rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa646dab8 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaf788615 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb69a8614 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc08ab021 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd4cac080 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd9f417d6 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfeaacbb1 rtsx_pci_card_exist EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1584a76a rtsx_usb_send_cmd EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1d34cc07 rtsx_usb_ep0_read_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x239bd752 rtsx_usb_add_cmd @@ -13256,8 +13257,8 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdbfd76a2 rtsx_usb_transfer EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe165dbba rtsx_usb_ep0_write_register EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x171d1571 cb710_sg_dwiter_read_next_block EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3eb72fa1 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5f9ed4d4 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x65eeba23 cb710_sg_dwiter_write_next_block -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa3bb4b6d cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create @@ -13596,8 +13597,8 @@ EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb8f03d8a ubi_leb_erase EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbfd06c7a ubi_leb_change EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdc2cd979 ubi_close_volume EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x9ba2a094 devm_arcnet_led_init -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xdd92fe99 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x5821a590 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xb6b3d77b arcnet_led_event EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1f2ae06d free_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x20664c4f c_can_power_down EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3c32e175 alloc_c_can_dev @@ -13649,254 +13650,254 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x0dfdcb2b free_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3394ec01 unregister_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3f2fc899 register_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x8c93e5eb lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x016ecd18 ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x06787bf1 ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x24c711e0 ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x40b11b48 ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x41975514 ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5a084e36 ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5aa0272b ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x89b02e96 ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x91193369 ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9e67309f ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa28cbadf ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xaaef869c ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc4e121f1 ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc75dc7ab ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe768fbde ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xea590edc ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xfc8b619e ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x06e9bbda rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x11fed302 rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x190d539a realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2648fb08 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2690ae9c rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x28e5b4f9 rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2e6ddb92 rtl8366_enable_vlan4k -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3352f2c7 rtl8366rb_variant -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x38a6af77 rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x401fe92e rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6178dbe3 rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7c8f4837 rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x89f6c864 rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x928c18ee rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xacc82257 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd861bec8 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00b04cca mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0154778d mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015ec10e mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02db4a49 mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03504523 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03c8af9c mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05ee699b mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07e687e5 mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b5bd651 mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b6a8b13 mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c89a1d7 mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e16c096 mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ec0b3dd mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12db66bb mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1307da58 mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x177ae44d mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18800ced mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d667af4 mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ddbc7ef mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2020e7c6 mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x204a1da5 mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20dd5e5a mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21ee3928 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28152185 mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29dc1a0d mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c200b87 mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e924197 mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3013186a mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3229c6b0 mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34606a5f mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x353fa0b1 mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36a4084a mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c61f83e mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f8353d2 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4651742f mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47db19f9 mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ba2017a mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c274c2b mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c8778a1 mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f39110d __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x506a4a3c mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50af0844 mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5582b21d mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55be3656 mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x560514dc mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x572bc245 mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5918c6c4 mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59feffa1 mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5eae2e16 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a365fe6 mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f62848a mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70edd20c mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7124ff78 mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x726e565f mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72f917a7 mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7376e474 mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73c6e935 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75bad52e mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b510b4a mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dbeba73 mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e58995d mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e611c52 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e72137d mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e95e4ea mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f270ed9 mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f5ef0ed mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x815da735 mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89936c45 mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89e5dbb4 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b123356 mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d6f0847 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8def0d61 mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91813e51 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93efc146 mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9459e7ce mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96011a40 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x974d8dcf mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x988f0a4b mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fac58f0 mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0ef1f86 mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1dd441a mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa29d79b2 mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5f393da mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa75b3c06 mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8ffda60 mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad0c4418 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad97f757 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadf9005c mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae4aa6b8 mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3f9fa14 mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5a6bdb2 mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8300970 mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb91fb88f mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaea7a73 mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc6368d6 mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc7bba27 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2014d97 mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc22668b7 mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc238eb1f mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc786811d mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc0b0354 mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd7f7b75 mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd14ed0d4 __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd59a48e9 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd61dc319 mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8c7e9d0 mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe11b750b mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1fc16cd mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe243a4ae __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe69e83f2 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe721a96e mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb5cc287 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee181413 mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee64f68c mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee957f92 __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef4b9b2b mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefad4107 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf42cf234 mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4910977 mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5d0d450 mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6f64b92 mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb0594c9 mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb69b37f mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe7aa955 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff75d8fb mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff7c41e0 mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04926a97 mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06473572 mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x72696ba4 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0613ae76 ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0a3898ee ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x132ca73e ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x19f7d757 ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x31a9594f ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x37332d65 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x476a8c7c ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x52d7c597 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7016b65b ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x725d7569 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb4f97274 ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xcce01d36 ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd1cea6a6 ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd4659b11 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xdf451bb4 ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf8730135 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf9f96fa1 ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x00a79b98 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x03c549e2 rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0ee1dd00 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3a17131d rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x41784ac8 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x46bb91d1 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7f65882d rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x81ad4ff8 rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x88b7be44 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb0a9c552 rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb3b49b72 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xceb14aa7 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xda0df0a6 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xde8f8a92 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xe5df6dad rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xea70f234 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x011e3deb mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03bfd1a2 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03ec2541 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x050f582b mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x051171b5 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x093d7b8c mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0df5a352 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12a77f64 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1448c16f mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x149b7a05 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x150c12a2 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17193638 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x186b3713 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1933b7d0 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b704957 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ed66a8d __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x203943cb mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20566090 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21d6e7ca mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22062c6b mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22a9d6d1 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2320345b mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2443ec71 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2701029b mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x279fc97e mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27c36a6d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x298b4c64 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b17a12f mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x309ef779 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x330615e5 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3604e8ca mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x396fa617 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4247d7a2 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45ce9c40 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x466cd848 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46ca168e mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47143cb8 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d032291 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x517a9080 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x519d5fc5 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52a4bea4 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52aeec14 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53a533b9 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x542dd675 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5778e4ee mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59f7c441 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab60d04 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5adc0515 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b563168 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bbed7c0 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c6912d6 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62529ffe mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6af2f15d mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b9c9b8d mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c91c80f mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e0b830e mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ed84c41 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fcdef55 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73f8c665 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x750ba9f6 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76763a7b mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aab2028 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d0579ff mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82b5806e mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x835fb6b4 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x839274e1 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84126429 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89fcc488 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a05e505 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c9630a7 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d92965e mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8df6dbf9 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95737601 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9656249d mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97b3440e mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98bbabab mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x994cd863 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bea6e20 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e02f9be mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ea88ab3 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3c4305c mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6b3b390 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa71c49a2 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa86cf9e9 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabc67caa mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac0d7818 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadc76c47 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb06c6832 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1dbdb7c mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8730119 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8b40093 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba54db58 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbafc785c mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb017035 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb8779a9 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd0a2a96 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd5904e0 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0704795 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc258f89d mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc408c36b mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5e5fa32 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6448dca mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8d7fbaf mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbc96727 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1bba72e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1d0ed75 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4aa39e2 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8a5ad7c mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd56940d mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf9bb085 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3f4bda1 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7df6312 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe90d558b mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9baf944 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea01e0c7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea135505 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb813e8d mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee5451c0 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf12ce309 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4a721c3 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf719c62d mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7bb898f __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8ba14ed mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9eae8e4 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbf85942 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc02614d mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x038024af mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x051442da mlx5_frag_buf_free EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07c065a1 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x098bff75 mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09f6d607 mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d3d03e9 mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e6037a2 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14c80268 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x151860d6 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x163b4e77 mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x164716ce mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16c80302 mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x174f87b9 mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x184fc404 mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1936e320 mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1afd6e6e mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2082ed5d mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2546a2b0 mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x285444bd mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d99a844 mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31a564de mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x329358a5 mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d94c6b1 mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40a9b199 mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x448db31d mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48a44a12 mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f0d67c5 mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x505798ec mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x527b7faf mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f65563 mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x571683b8 mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ac5196f mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eb2d4df mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x619520e6 mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x632134ac mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x633fd1e5 mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68832273 mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x699085de mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf68726 mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bffb845 mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6df6059e mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a097c36 mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7abf9159 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d9c7c19 mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8058a1bc mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86074868 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x860f1b73 mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86800147 mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88a1260b mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88cbafb9 mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x898aea0d mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91a2c8a2 mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9da9d7e9 mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa24f3fbe mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4074847 mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa40753b4 mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa435fd91 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07419078 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09118742 mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1003da67 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x101ebc42 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12d91e16 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x188cdbd3 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ca3eefc mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cab95c0 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e2a1b07 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26550c90 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28f6c249 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2abb2935 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cb20763 mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2db17cb7 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e4fcb28 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ee1eb65 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f537dbd mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33f45d34 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x364830a1 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x382e85df mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3dd807cf mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3eb6c66d mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46d864a9 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec8bd4c mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fe8c47d mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50f0d6ee mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52030026 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59c79066 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a100e2e mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b13ea35 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6135f6c7 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62553948 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62753867 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x644a831e mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66fea683 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67f23bcb mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb8025f mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x733a93e6 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73f5a424 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78c0bcd9 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79fe22b4 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a443683 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c4a102a mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8084f54a mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82a519f8 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8379c233 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x882df126 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c518f30 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cd9a877 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f03325d mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x908ee6a2 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90b9d7c2 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x967041a4 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9691cc7e mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9737071f mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x978daad9 mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ba13b00 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cd918ce mlx5_query_port_link_width_oper EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa77d8bf1 mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9e6cce4 mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeae6d74 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf72e1f5 mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaff1fbce mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb18d1f44 mlx5_modify_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb50e40fe mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5cc769a mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc765f1e mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc64ffaaa mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8e90664 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7f41425 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab4e6352 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3efcc35 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8177f97 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9701144 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd23a52c mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd8daaf9 mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfb5c796 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc877d3e0 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc88f943e mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc91c0546 mlx5_toggle_port_link EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99fb88f mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb5aac14 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb7f760d mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc02dff0 mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1dc176a mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7044637 mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd890926f mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe719cb44 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea889ba4 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec24b1e8 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed56ef01 mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf030c49d mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0f33121 mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf15ac9eb mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3373a24 mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf68f8e46 mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf836f023 mlx5_core_destroy_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaba5a3d mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd39840cb mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8311446 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda8e577b mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbab3ec8 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf2cfa0a mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0148a95 mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe116b250 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3e405b8 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8ea2f25 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe96572d1 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef1f9007 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0b0f719 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf56e8b79 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcd0ab54 mlx5_db_alloc_node EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x117036c6 devm_regmap_init_encx24j600 EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read @@ -13915,16 +13916,16 @@ EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0428ee4a w5100_remove EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc4e1ad91 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xd6693ab2 w5100_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xde9515bd w5100_ops_priv -EXPORT_SYMBOL_GPL drivers/net/geneve 0x26571e16 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0e3d6c0c ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xaad2ea97 ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbb7a4d23 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbd9b2da6 ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbed29946 ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x154c2720 macvlan_dellink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1de9262e macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x374a53ba macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa95e21f0 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/geneve 0x0553799a geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x09033c26 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x19edd609 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x6fbddbcc ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa9a45ed4 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbc9a2256 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4b92b3ba macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x66950daf macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x887d3910 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xea4dccc1 macvlan_common_setup EXPORT_SYMBOL_GPL drivers/net/net_failover 0x814786ef net_failover_create EXPORT_SYMBOL_GPL drivers/net/net_failover 0xb49e7a57 net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1233bdf6 bcm54xx_auxctl_read @@ -14031,10 +14032,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd9b12f07 usbnet_get_stats64 EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdaee8279 usbnet_get_link EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe5f74642 usbnet_disconnect EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe6a58e77 usbnet_read_cmd_nopm -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1518f34a vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x17b842db vxlan_fdb_clear_offload -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x64d60d2f vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x6f6d4d99 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x092ab760 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5d47e267 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x66f3d8f1 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa7637b10 vxlan_fdb_find_uc EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0b4a32b5 i2400m_post_reset EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x19c60e16 i2400m_tx EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1cc81833 i2400m_init @@ -14053,11 +14054,11 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe6e7f41f i2400m_rx EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf3d430fb i2400m_is_boot_barker EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf66db831 i2400m_setup EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xaf676a92 libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31743320 _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e1cb258 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94aa0b73 il_dealloc_bcast_stations -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab001849 il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc921341f il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35853602 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa36461e6 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa42dc9c3 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbbf9302f il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1ebcb32 il_remove_station EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x01c78858 iwl_write_prph EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x09b7e7b0 iwl_fw_start_dbg_conf EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x09be8ef4 iwl_poll_direct_bit @@ -14130,15 +14131,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf6517dc3 iwl_acp EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf88964e4 iwl_remove_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfd7a245e iwl_opmode_register EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfda6b1f9 iwl_trans_send_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3673c0fd p54_init_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x62770b57 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6ce8f2bf p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6e6a8647 p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x75cf5c48 p54_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9c98c6a0 p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa09b9c83 p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa9dd9ae7 p54_free_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcdf1e9d5 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x19640553 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1d996736 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1fa63201 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2766f0db p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x819235b4 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9b5bebda p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb363c402 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd2cc5a1f p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xeeab1ba2 p54_free_common EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x047e0791 lbs_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0746d573 lbs_resume EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x08af6a70 lbs_get_firmware @@ -14157,15 +14158,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd4feebcd lbs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xea7e0399 __lbs_cmd EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf1ca3513 lbs_cmd_copyback EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x30ebf33f lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x57083147 lbtf_cmd_copyback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6eca621b lbtf_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x819934fa __lbtf_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9f8088c7 lbtf_bcn_sent -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb24249f3 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x119103c3 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x12d4c868 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2036bfd7 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2f66254b lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x389c9764 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x970ca439 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa4dfb725 lbtf_bcn_sent EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcc1a519c lbtf_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf29c2c3b lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd3c9778c __lbtf_cmd EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x00d5e413 mwifiex_queue_main_work EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0a329ff4 mwifiex_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x15170140 mwifiex_cancel_hs @@ -14191,170 +14192,170 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd9bcc9a2 mwifi EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdc3b8ef7 mwifiex_drv_info_dump EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe70d448e mwifiex_prepare_fw_dump_info EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf2ca4243 mwifiex_write_data_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0fac1e39 mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11b398c4 mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x194f280d mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x202f3e30 mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28794bd2 mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2cee3a8d mt76_tx_status_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e1ae5df mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x314521f7 mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x32701ff1 __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x381b1b7c __mt76_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3844c06c mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a59802a mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d5c3c0e mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47ca7389 mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49d0c23f mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e60859d mt76_free_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e858f64 mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54bce9ac mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58a9c113 mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58f71787 mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a4f4cd6 mt76_get_rate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b283a1c __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x605966f3 mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00018eaa mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0142d57e mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x062e814e mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07318317 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07322ccd mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a25340e mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a5d8ab7 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14e8ee96 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17edfcba mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1841b9c5 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1fe2f902 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2432169a mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24e6b021 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2bcb3684 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30c1f8ad mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33167fd8 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3438f37e __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x389d0b14 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3dc07272 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4933b69f mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4d41af2e __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4fa938b1 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x500bfc70 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x531af9b7 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57cc8060 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a86bbe0 mt76_csa_check EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x683cf4b3 mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71c50f58 mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74a94390 mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x779e5736 mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78f50ac9 mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c53cd67 mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f2bbfe9 mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805788e2 mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80a4f2b8 mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x84f9871b mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8e0fcfbc mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97f5c140 mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x988cbf81 mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c366aef mt76_alloc_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4a170a7 mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb58b89b5 mt76_get_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc21da3e5 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70d26812 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70fcbd12 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x727ccf4d mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x742ee582 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x761048bd mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77a9a65c mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b7c3fbd mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ff8cba7 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80b27a66 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x86ccb7ca mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x897df60e mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9535e352 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0a1f74f mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb2adef11 mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf11d8b9 mt76_get_txpower EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8374024 mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd825907 mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd6c56350 mt76_register_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8398ff1 mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda11359f mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb1dd4c3 mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe10707b5 mt76_unregister_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe51dd531 mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9d75456 mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeedec949 mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3068f76 mt76_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf68284e1 mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa6d9377 mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x12a5fa37 mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x180fe016 mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2d95f7f3 mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7292ab81 mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x95573441 mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x96818a22 mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd8192483 mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf6c8cd0f mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0808fc95 mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x143376be mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x303db226 mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x64dd22bd mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa2fe4956 mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xacb790ed mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe4a458b4 mt76x0_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x029a6cec mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x036cc321 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3c21f99 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd67d5655 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd6ac650c mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdd04a384 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdfb96732 mt76_txq_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe074e4c5 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8bd5ced mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb8c0acb mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf58e6816 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa3145d9 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfbd0e57f mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcb0c3eb mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x278864af mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3162d9a7 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x524515ea mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6a22868d mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6e05580a mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8712b96f mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb1cf2c82 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf1c84932 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x02a2f38b mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x184cb695 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x23dcbde5 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x70b73c78 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x836f5f93 mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa36260b4 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd1b66eac mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0114f931 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0294bf96 mt76x02_rx_poll_complete EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06d90b00 mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0ac4cdb6 mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c67aec3 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x08ae4188 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x090574a4 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a8c027b mt76x02_set_coverage_class EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1424a49b mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14ffd717 mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a717438 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d095174 mt76x02_get_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20b45f00 mt76x02_phy_adjust_vga_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2149e6f2 mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2df163cd mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e9f7782 mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x332fab08 mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3598951c mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10005b47 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x135c926a mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20836300 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a039ee9 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2aea9d08 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d14a8c2 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30603f15 mt76x02_enqueue_buffered_bc EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ae69b17 mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d13792d mt76x02_tx_status_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x51abe042 mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59053c1a mt76x02_mac_setaddr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x594892b4 mt76x02_ext_pa_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59ced893 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38e8a238 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d747f60 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f3acd28 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4484e4fa mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50d10ea2 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52b98e0a mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53beb3c6 mt76x02_get_lna_gain EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5c6c2431 mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x656ac3ec mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6cf22197 mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f601fe4 mt76x02_mcu_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6fd855c8 mt76x02_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75ab7a65 mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x77b78cfb mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x78f8944a mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f71959e mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8289c96d mt76x02_mac_wcid_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x870a9782 mt76x02_mac_shared_key_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x87f374ef mt76x02_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x887a58db mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8b32d79a mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x617df02a mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6853adca mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a9bb7d3 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b11bf8f mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6cbd7dad mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6da2b5c8 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70fa78ce mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7413365a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75c5e694 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75f4143a mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x76014c8e mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x770862dd mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7719ffde mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7aaf4c24 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7d5d0a8e mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83d55bf9 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83d99630 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x850ccddb mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x879aa48b mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a3f33d5 mt76x02_get_efuse_data EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92c1e877 mt76x02_get_efuse_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x944bfb09 mt76x02_config_mac_addr_list -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa492bd51 mt76x02_edcca_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa5318c1b mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaf84206b mt76x02_init_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb495c03d mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb515adf8 mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb930c640 mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbdcddd66 mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe38f5df mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0b37f53 mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc524b529 mt76x02_dma_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc6cf259e mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc96d076e mt76x02_phy_set_bw -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca4b80fa mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcaacfd6b mt76x02_mac_set_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcbb4aac4 mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd28b5edb mt76x02_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xded194ed mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0fb5114 mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe14ed7dc mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2b5432f mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2d36179 mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea1d3314 mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeda95044 mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf36c5778 mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf593a8e5 mt76x02_phy_set_band -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe887f74 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x31963b76 mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x36c2d809 mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x55305ab4 mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xae337f65 mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe7ceed85 mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xece57fd2 mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf478dc91 mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0dd994b6 mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0e16d2ee mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x217b972e mt76x2_reset_wlan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x241d0266 mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3d345aa8 mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4d4389a8 mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x56d1aa7e mt76x2_get_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x673a3c07 mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x705a2943 mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7565de3d mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x847d05f3 mt76x2_phy_tssi_compensate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x84fba934 mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x99c15eb8 mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9b234069 mt76x2_apply_gain_adj -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa6d8f2bb mt76x2_mcu_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa7c13042 mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc793276f mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcfbb00fa mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe91908c3 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x945c1259 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x965d183d mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a5b4f28 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a9b45d5 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa854fbf5 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbbcc1af6 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd2629c5 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc5d2071d mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7942b34 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7a241b4 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9de2206 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd07effd mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd4a0a02 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9f53e4f mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb517cad mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc9ade6f mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe016ecd3 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0e8ab9a mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3d50825 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8f29d92 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef2b2069 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf6e7e5f5 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfae04791 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfd40f26d mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0873d192 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x22630dcf mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4852d7b7 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x52a6b12b mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x649b1767 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6f84937e mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdd1c1e48 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x042114be mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0c536310 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x123ba7b1 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2e62d0c5 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x50e9c928 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x51024721 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6765adae mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6da60943 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x81a009ef mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x933fedbc mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa7b29773 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb2f05032 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbf845a4b mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd761575d mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xda2955de mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe17126bc mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe670904f mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf190302b mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf578ee34 mt76x2_phy_tssi_compensate EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1725d09c qtnf_trans_handle_rx_ctl_packet EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x29fd3282 qtnf_update_tx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2bd98f8e qtnf_get_debugfs_dir @@ -14365,264 +14366,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x533de41e qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6488cdf4 qtnf_update_rx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9f6f4100 qtnf_packet_send_hi_pri EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa3ae5ad8 qtnf_core_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x059bfc63 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0dd77106 rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e742c6a rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2226ee3c rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x334b6471 rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3a31f59e rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3ce05829 rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4a6a3235 rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x524c6167 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5701be22 rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57b5ed23 rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x624a2f50 rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x63395c1a rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6a953109 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6e2857b4 rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x74916874 rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7500408a rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x83bb3749 rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8429647d rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8bd73610 rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x99fa01c7 rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa49fb9a4 rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa75b15a8 rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa89054fc rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad530224 rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf4b21de rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf55d2b8 rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb142a320 rt2800_read_eeprom_efuse -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3fd4f2a rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb861acb1 rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbe75a12c rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf1dd21d rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc596a095 rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcec07bb1 rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd164b02f rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd1ee6681 rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd8d86311 rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd8e808cb rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdde33c89 rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe61eea1c rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9ccb918 rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xef108d74 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf981526c rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe2d90eb rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x04843c1d rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01b738c9 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15e99aa8 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x17d95d9d rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b66671c rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x27e6cdb7 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d7da55b rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f49c2e1 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4301be98 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x491d2f7f rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x523ab982 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52efa1a6 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x533d5a8e rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b9d553b rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5cdd31d3 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5d91433a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x62f03760 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x64ff1bdb rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6734db01 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6da8e776 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x747fa09a rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7a3cff36 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x816f0b75 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x83d653c6 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84bffc49 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x873446a0 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x908d74cc rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x92a25f93 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x962c50cf rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96e29d88 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b3de9d6 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9c81b8ba rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9dd0828a rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa07b957f rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa1f029db rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa4dadd70 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb846fcfc rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb88b6892 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd74a332e rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xde007ddc rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe347f840 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe90d232d rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xed615bfc rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf4c57e58 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfd14cfcb rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x054b430f rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0b102033 rt2800mmio_flush_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1175e4af rt2800mmio_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x16cb6417 rt2800mmio_toggle_irq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x17e6e7d1 rt2800mmio_init_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1ab7d18b rt2800mmio_start_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3dc5d3a1 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x374ae69f rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4c813114 rt2800mmio_fill_rxdone EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x82208961 rt2800mmio_init_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8889ca82 rt2800mmio_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8afad5db rt2800mmio_write_tx_desc -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92243d29 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x62cdae23 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x691003b9 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x751bd613 rt2800mmio_toggle_irq EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xac3379e2 rt2800mmio_queue_init -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaf095fdf rt2800mmio_get_dma_done -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb1e344e3 rt2800mmio_get_entry_state -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc5ab4163 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9ad3bb65 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa3b4530f rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa859269d rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xac39b78b rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb07d63ea rt2800mmio_enable_radio EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xce46c2ce rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe01e68a2 rt2800mmio_init_registers EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe713377b rt2800mmio_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf474bd0f rt2800mmio_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x040e1de9 rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x06304ac7 rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e2a54f5 rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e3f3feb rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x10f55bc8 rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x118b8a04 rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x12c14a70 rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1e912795 rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x231ca101 rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26a0d5ae rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x273e817d rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28da40f0 rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a7d200e rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3aabea34 rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c16e074 rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4ae3bd9e rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5140eb5c rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57df2a0c rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x61540a94 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d91c145 rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6fcc428c rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x738c0e2a rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x81b8f92a rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8851b7fb rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x951bcd8a rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96a63883 rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x976b48cd rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ceed7e9 rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9d38f89b rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f22bad4 rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa19b5dce rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa538760b rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa78c0423 rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc5b91189 rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc6c3b268 rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcae444f8 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcf01c402 rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcf2491b4 rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8810d51 rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd954fe1f rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdaa82d54 rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde5c1e04 rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0d9fa81 rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe47eb007 rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfbf64599 rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfdcc3731 rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x026b7a0c rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2decf271 rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x714dd697 rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xee556bb3 rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xfced6781 rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x132fc833 rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x14c21cba rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x3903c2a0 rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb13cca6c rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1733dfe2 rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1b8ccff2 rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x25a21fb4 rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2d44766c rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3ef74cda rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x497c1bf3 rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x67492bbd rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7b7d1b5d rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7cf88119 rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x887c9efb rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8f7fbbeb rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xab263dbe rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaddc14dc rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xafe76ffd rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb5c81e8d rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf0d47a06 rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x242c3c4d dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7abb290e rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xac92bac4 dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xece08cd9 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0432a3a7 rtl8723_dm_init_dynamic_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x05d37b72 rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1473cf6f rtl8723_write_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1da17825 rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2965e12d rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2e27cf5e rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3514b04e rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x394b7a15 rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3ac29a8e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe727ee98 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf22f4249 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0d0ca5b4 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x10cf0f4c rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x111c1696 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x262f505d rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e132e1f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x30a58071 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39a79e4d rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39f310d3 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ad74352 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c73a434 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d798695 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ec67ec7 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4493fede rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x45590829 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4df24827 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57555b1e rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f586b08 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x60c93dad rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6762eca1 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x679705e7 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7242c96d rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x763b8e0d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7948cb68 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x82623b09 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8547a33f rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85aeeccf rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x88e40bc9 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e6ae6f1 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9add2a80 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9da272e5 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa93059c6 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xada8ebc7 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb1e811df rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6788f3a rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb7ae5dd1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8cc9bf6 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbfed8591 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc919e41c rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcdce3e8b rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xce0c2835 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd061da02 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe39b8636 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe5b14001 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xea55bd00 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf512a088 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5308b30 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x22349d4d rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5f773b4d rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x6cd4d813 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8062fe18 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xecf95d46 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1c897df0 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x66288488 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xe0d87dcd rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf4d7c2d0 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1a1d186f rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2009f1ec rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x29ca9f57 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2f00b787 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x313da36d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x47314115 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x660869d2 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x71fb492d rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x77c4ccc7 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb82c21a0 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbe15c61d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd62bd521 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdc7f0805 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xee0e2016 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfa2d815a rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfb55dce3 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x62a93ca9 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x725c9933 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcd4dbd68 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd5537ac0 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x096084d9 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x11e8b5e2 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x268d7135 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3dcc3889 rtl8723_phy_rf_serial_write EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4fd03821 rtl8723_phy_save_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5a6258d8 rtl8723_phy_pi_mode_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6157f4b5 rtl8723_cmd_send_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6a2a0e33 rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6d54c58e rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6fe1e6d0 rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x744611f3 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4717ed39 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4d979889 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x506f390e rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5d4c7e27 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68e3c3b6 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x69b50633 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6ae0b703 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76d6f103 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x780ac160 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7ca70cb0 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x83e1289f rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8914bdc4 rtl8723_save_adda_registers EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa39768ee rtl8723_phy_path_a_fill_iqk_matrix -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa9d6be36 rtl8723_phy_reload_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaa1a12f7 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xccbef8a3 rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xceca977a rtl8723be_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe2fb541d rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf056f0a2 rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf88dff68 rtl8723_phy_path_adda_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf8dc970c rtl8723_dm_init_dynamic_bb_powersaving -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01fbbd2d rtl_fw_page_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1158fbd6 rtl_get_hal_edca_param -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1be07f01 rtl_tx_report_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d72ad3c rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xad094e01 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbe4d26da rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca08f19f rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca0ac249 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd20d7b43 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdfa4a86a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe3bf4cbc rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf530ec5d rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf53d6d57 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x20429f22 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x25697ca9 rtl_tx_report_handler EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2da50cf3 rtl_is_special_data EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x32625306 rtl_tx_ackqueue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x460d584c rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4886460d rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e93e801 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x311ff285 rtl_get_hwinfo EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5fb7aa34 rtl_init_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x71bff037 read_efuse_byte -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x770bd9b1 rtl_beacon_statistic -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7eb42787 rtl_is_special_data -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f44d283 rtl_deinit_rfkill -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fcb9fb3 rtl_deinit_deferred_work -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8905e6ab rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78bc8c1e rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x794f085d rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a0cb0b0 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x936c7380 rtl_lps_enter EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b4ca054 rtl_get_hwinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2e9d27e rtl_swlps_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb0f526a1 rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7383c0c rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc02d52bc rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc03fcfa0 rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6d980d5 rtl_p2p_info -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd2e7ad65 rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd846c4d1 rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6cf8abf rtl_ops -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf858a766 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa53b8fbe rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xacca9d45 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7e2cda1 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcea088cd rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd313f95f rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd7b320da rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea900343 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed811725 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf1e06a8f rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf54be600 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf65cfaa6 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6a325ef rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf74fa1f7 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf9119eb9 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfbb3c920 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc6fc33f rtl_action_proc EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x440f1bc6 rsi_mac80211_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8b688170 rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x928c82af rsi_91x_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9609b31b rsi_91x_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xaaac2979 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x23664fdb rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2bd791d6 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x476bf56f rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4df4f2d9 rsi_91x_deinit EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x698d9c1d cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xbab44bb3 cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf5cd5aaa cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf897b9cf cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x44e794fc wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x79b9c662 wl1251_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x8b31fdac wl1251_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00ea0b74 wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0197dd92 wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x066a8745 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdec0e169 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x4d02bb9d cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6abd5043 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf1696ff2 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf321a65c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x38594629 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xcb8a90cb wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd5315597 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0095f778 wlcore_probe EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a3d97e7 wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c263ea7 wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1db81d08 wlcore_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e8aa3a8 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0764aff6 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x081f737e wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x09e42743 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a5d636b wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x171be984 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1db90351 wlcore_scan_sched_scan_results EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x28e9531d wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a5d9f71 wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x31c53b0d wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x33bdb787 wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x340b7a67 wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3801910d wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ea1561a wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50a53f7a wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x524d0367 wlcore_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55fbdc90 wlcore_set_partition -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b9251d9 wlcore_disable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6221057d wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x64dfbae0 wlcore_scan_sched_scan_ssid_list -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x77a48459 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38886438 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3fc411db wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49a79684 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5090dbcf wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50fe14ce wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5baf1f21 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6039d8e2 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x613a05bb wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x613efd5c wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x678cbe0c wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6847ed3e wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x700b4037 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7cad0eeb wlcore_boot_run_firmware EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x90160f48 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x969b1066 wlcore_disable_interrupts_nosync -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97406d30 wl1271_cmd_send -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ad6bf83 wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c1c1f00 wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9cd6f174 wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa313be67 wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa75ed3e7 wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac1bdb13 wlcore_event_soft_gemini_sense -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf235543 wl1271_acx_pm_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb10df31f wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb10fd35b wl1271_acx_sleep_auth -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb106813 wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc63c3a2f wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6c6b4ac wl1271_tx_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccfe56cf wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0c5e20b wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd4f79e37 wlcore_synchronize_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeaa09902 wlcore_event_inactive_sta -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3762311 wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfa622fce wl12xx_cmd_build_probe_req -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb01c8f7 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8dbc1cd7 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b6135f7 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9bb5b22b wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2fa0e7f wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa5c61c02 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xabe1a504 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc7279ae wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc9b90fe wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0578460 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc3a882ae wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca299b0b wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd57c3793 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdacaa5cc wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdb0cb56a wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdd7cc2df wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf2c9d4c wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdfde6ebf wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe3dae57d wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe4eb9539 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe57a1912 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9f7c34f wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xef2330ef wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf936e28d wlcore_remove EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x29aad15c mei_phy_ops EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xa2b70cbb nfc_mei_phy_alloc EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xbc82ed8a nfc_mei_phy_free @@ -14727,17 +14728,17 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remotepor EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x4ed97081 nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1b408a00 nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3591dcb6 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5bb330e9 nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6523eaa3 nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x70f06119 nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x77eb8e0c nvmet_sq_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7f198a65 nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc193862d nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc23459d9 nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf7bca547 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfc0eb5f1 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0ba78e1d nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4611e6a9 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x46f0b830 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x512d7bcb nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x88c6a05b nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb04d8a7e nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb5810edb nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb81f8a1a nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc5b28e96 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd955d6be nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xeddde2a4 nvmet_req_free_sgl EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort @@ -14786,9 +14787,9 @@ EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xd2a5d365 intel_pmc_gcr_r EXPORT_SYMBOL_GPL drivers/platform/x86/intel_pmc_ipc 0xdea07053 intel_pmc_ipc_simple_command EXPORT_SYMBOL_GPL drivers/platform/x86/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req -EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x24a721da isst_if_get_pci_dev EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x4536c682 isst_if_cdev_register EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x62b27966 isst_if_get_pci_dev EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x861369f8 isst_resume_common EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd EXPORT_SYMBOL_GPL drivers/platform/x86/intel_speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister @@ -14846,53 +14847,53 @@ EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xcdcd5c2b wm8400_register EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x149236da qcom_glink_native_remove EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xe1fdee7d qcom_glink_native_probe EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00297142 cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0ea7c811 cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x108fd368 cxgbi_sock_established -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f2b9469 cxgbi_device_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23d41a07 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ac9e35a cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x311dd786 cxgbi_set_conn_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43069640 cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b65ba89 cxgbi_sock_act_open_req_arp_failure -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4fbf0343 cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51250ae5 cxgbi_sock_rcv_wr_ack -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x563a1b35 cxgbi_bind_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c614c93 cxgbi_set_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x632282f3 cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6413d38f cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6447e2d5 cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69643347 cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6faf2e27 cxgbi_get_conn_stats -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x72ab0a6c cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79d828e2 cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b29a577 cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7df19203 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00ee4ade cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x019cf4be cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05b868f8 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0859cb3b cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f83364a cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15e53c95 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20c1ea1a cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23a76d62 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a955810 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x421fffde cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x468d0b9a cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x480759f2 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5dee0f61 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6c7eb9da cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7089708c cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71faadb6 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77eebfd4 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c2d31a1 cxgbi_device_portmap_create EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81166318 cxgbi_ep_connect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c7eeb5f cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c93eb08 cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9336439f cxgbi_device_portmap_create -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95b1eaa5 cxgbi_device_find_by_netdev_rcu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9959868d cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e77ea5c cxgbi_conn_pdu_ready -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa82c493 cxgbi_ep_disconnect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xacadefc0 cxgbi_sock_fail_act_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb323ecdf cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8909c2b9 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x892e9242 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f02a8df cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x904fd633 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95fa6743 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9860d202 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e0708b1 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0847c8b cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0b5a1e6 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa1ec4807 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf24c295 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb66f1570 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbd051879 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfe62409 cxgbi_sock_free_cpl_skbs EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc39ba96f cxgbi_conn_alloc_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc546138f cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc5501729 cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcd70fe38 cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7447ac6 cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5379ab0 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe541468d cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe997fa00 cxgbi_ddp_ppm_setup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed07b158 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca9ed31b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccf46b9e cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb241c73 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd917563 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe90e23d5 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9b27636 cxgbi_get_ep_param EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6e2bf3b cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfbb248d9 cxgbi_device_find_by_lldev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfc17ad6b cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefc7f9f5 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf344690d cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf3711eb6 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf84ea2f2 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8bbceab cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb633232 cxgbi_sock_act_open_req_arp_failure EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x046c01a1 fcoe_get_wwn EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1713dec5 fcoe_fcf_device_delete EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x20726844 fcoe_validate_vport_create @@ -14922,69 +14923,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc6125854 iscsi_boot_create_et EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd93b63bd iscsi_boot_create_initiator EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe13e6489 iscsi_boot_create_kset EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00c50572 __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0ed2970c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0344e54b iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03521a94 iscsi_host_get_param EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x13bd0f4f iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f7ff48a iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x329ce505 iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3386417f iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35328266 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b01c762 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f17ceea iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2619064a iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29cbfc65 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f7daea9 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32c353ec iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37824102 iscsi_itt_to_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c0945c8 iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x406cb96b iscsi_session_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4365acc6 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x497de899 iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x499d0cf5 iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49eb9e49 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50e154be iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5460da2b iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c875818 iscsi_verify_itt -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61a49965 iscsi_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b57d4d1 iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73d89da4 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x75d14466 iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80c45be7 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x443d498d iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a430c1d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a4ab1fc iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78d9a904 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a10392e iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a6eec39 iscsi_update_cmdsn EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x907616a4 iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x99e4f77b iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2acd854 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb79408b4 iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7f445b0 __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbcb7d29b iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc40334c1 iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca981a93 iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc14751b iscsi_host_remove -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2513780 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2b52c28 iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd30e7e55 iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3d87ec7 iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f41800 iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8fd94e3 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc063218 iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe444958d iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94b55efc iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f9a3f41 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0221895 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2fb5bab iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa47d044a iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6ce87be iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa9d7f97 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaae47c8f iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad2f0430 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb9fb1302 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbce68713 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbefd6588 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc093d398 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc24766a8 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9d07e86 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb0851e5 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2fe23cd iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd558357b iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8363170 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8fe0645 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdeef0614 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6420e82 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8f22b3b iscsi_eh_cmd_timed_out EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee5307c2 iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0901ebe iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa509115 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdb63aa9 iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x024d2e85 iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13b863ec iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x19bf36a1 iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3624c1af iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x39406a39 iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x420e3b5f iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x64d94b8a iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6ac91b12 iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x80a391a6 iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x92a1ed57 iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x93584be5 iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x98150949 iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcc603227 iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf83146a iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd3dc2975 iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfe8ad156 iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xff60c665 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec6c6db4 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf31fde3e __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa47a847 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc1053c6 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0f39e6f0 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0fdafd72 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x131a5cd0 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33bc08d7 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x471ac6e6 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x559d87c7 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x582ef82b iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x64500b5a iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x64c88212 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x758a55cd iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa8a102a0 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb6dc128c iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd344a0b6 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdc3cee09 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe551ee46 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe61dd8d6 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf5e30ac1 iscsi_tcp_segment_unmap EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1bd9ad75 sas_eh_device_reset_handler EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x23fab307 sas_queuecommand EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2847f9a5 sas_target_alloc @@ -15010,55 +15011,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb56cb63 dev_attr_phy_event_thre EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xed67dfc7 sas_change_queue_depth EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xed763002 sas_slave_alloc EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf582bf4f sas_slave_configure -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04cdfdca iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x068c809f iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0775def1 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ff2d997 iscsi_destroy_all_flashnode -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13536532 iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x148a58a7 iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x178fa791 iscsi_block_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b3e2249 iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cd12bf1 iscsi_ping_comp_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e29fa1a iscsi_post_host_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f44eef7 iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x302e68c6 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0deacbfd iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13e65c8c iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x193faad8 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e9a0f39 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3131872f iscsi_ping_comp_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3db86b78 iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e37a227 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x432fbbc3 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x474d29e1 iscsi_block_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4cf32aa0 iscsi_conn_login_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a19debd iscsi_unregister_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x683e331a iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4858dd67 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b640cad iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5255a147 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x55005d60 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56211576 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c3ba2e1 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5cf1faae iscsi_host_for_each_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d4f48d9 iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71617cd6 iscsi_lookup_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e7f1141 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b51589e iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ca8adda iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d2af631 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f0ad5e2 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70f1e5c5 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71a096f6 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x780608cc iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x809d0c12 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x811f8169 iscsi_recv_pdu EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85853ee8 iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9377ac61 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9dcf4fdf iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4cc37db iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90bec1f5 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92159f5a iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95de175b iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b575124 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9432d78 iscsi_get_port_speed_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0c894c2 iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb68cb798 iscsi_remove_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbaf168cc iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3628b18 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb64e721 iscsi_post_host_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc627ee1a iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcae4e64e iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc6c48fa iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbff7ab43 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7eb1c85 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2ae8542 iscsi_conn_login_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd56e3eab iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8116ed7 iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc70d3b9 iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde05052b iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe51582ad iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed880302 iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xedf88b15 iscsi_session_chkready -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1798d98 iscsi_create_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5e4ecb7 iscsi_get_port_speed_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf784dcfc iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e72e37 iscsi_create_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfaf05898 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe6a7a4f9 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe6f2ee2c iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb9d3965 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed0570c4 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf81ef982 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbfb63f2 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff36059f iscsi_add_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x09833c39 sas_tlr_supported EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6d591794 sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa888ef4f sas_disable_tlr @@ -15159,7 +15160,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc3285a97 spmi_ext_register_write EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9926e36 spmi_register_read EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdda4f3f0 spmi_register_write EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2e9e084 spmi_command_reset -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x54a2af4e ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x852543bb ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x020de972 comedi_buf_read_samples EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0aea58af comedi_driver_unregister EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown @@ -15206,21 +15207,21 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd078759f comedi_buf_read_n_av EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd967f69f comedi_nscans_left EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xebfd769b comedi_buf_write_free -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x3775973b comedi_pci_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x671939be comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x57b159da comedi_pci_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x8e5c68e7 comedi_pci_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x9cb1fce0 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa2e86163 comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xb74e83cd comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xb9373ab6 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xbc777a3e comedi_pci_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xbce752c6 comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xe4269566 comedi_pci_auto_config -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xe8675f0a comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xedd13ec1 comedi_pci_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x05d38d86 comedi_pcmcia_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x20f95c4e comedi_pcmcia_auto_config -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x8efad015 comedi_pcmcia_driver_unregister -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x9264f0c7 comedi_pcmcia_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xed0d8ef4 comedi_pcmcia_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xfee3dd6c comedi_to_pcmcia_dev -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xfef901ec comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x12029a96 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x1e6cd2c3 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0x430428f0 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xb3db8157 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xb9c13c59 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pcmcia 0xe62ff0ee comedi_pcmcia_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x001b7a78 comedi_usb_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x1089f361 comedi_usb_driver_unregister EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x313b1f45 comedi_usb_auto_unconfig @@ -15256,22 +15257,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0x90249d21 comed EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xbbdc42f3 das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x007da8ba mite_request_channel EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x041cd12f mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0c7c616f mite_bytes_in_transit -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x11e41871 mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x39ef5de4 mite_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x438a537a mite_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4e209807 mite_prep_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5a983233 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0674feb8 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x094a097d mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x46f38746 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4eb80e8b mite_request_channel EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x618d818e mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x91e8babb mite_ack_linkc -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa04663a0 mite_alloc_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb146a7eb mite_done -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc85920ac mite_release_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xce8b862f mite_dma_disarm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdac62a92 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x730a01c6 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x88208a57 mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8a4dd27d mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xccd37cb3 mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd634a7a4 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe0620dd8 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe100bd65 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf9a3e5ed mite_dma_disarm EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfbe82267 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xff83172e mite_ack_linkc EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x4d61758c labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x557d51a8 labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5b6a3b4b labpc_free_dma_chan @@ -15528,36 +15529,36 @@ EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x675a401f intel_soc EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x8cd35eb2 intel_soc_dts_iosf_add_read_only_critical_trip EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xde4a0be8 intel_soc_dts_iosf_interrupt_handler EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x20702fd7 tb_xdomain_find_by_uuid -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x27cb52f6 tb_xdomain_find_by_route -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2e128887 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x07421b03 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3013b750 tb_xdomain_disable_paths EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3a701f95 tb_xdomain_type -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3decf41a tb_ring_stop -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4ab1f77c tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3aa7e4d5 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x42b00790 tb_xdomain_enable_paths EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5f990a89 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5574c54b tb_ring_start EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x635c3fc4 __tb_ring_enqueue EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6b64e748 tb_ring_alloc_tx -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x71c85584 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6a9c7002 tb_ring_free EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b9a5b63 tb_unregister_service_driver EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8fa5499a tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa0539116 tb_ring_poll_complete EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb4989a96 tb_xdomain_enable_paths EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc11dd8ce tb_ring_free -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc6679f3e tb_ring_poll -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xce1bbd75 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbf9d510a tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc3c290ae tb_xdomain_request EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd42ff5a0 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe622a1e4 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe73d9012 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeb601d10 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xec51ec12 tb_ring_poll EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf2bd88ee tb_xdomain_request EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler -EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf8f92004 tb_xdomain_response EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x8a422e5e n_tracesink_datadrain EXPORT_SYMBOL_GPL drivers/uio/uio 0x3dbc38f7 uio_event_notify EXPORT_SYMBOL_GPL drivers/uio/uio 0x580ee89a __uio_register_device @@ -15642,21 +15643,21 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd4f8083b fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd534bdb8 fsg_common_set_cdev EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf01e0eb7 fsg_show_inquiry_string EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2ab1dbf2 rndis_set_param_dev -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2cd62ac8 rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2d778fb9 rndis_free_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4e1ee773 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1374de00 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1f28d76f rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x40b6f6da rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x43d67d42 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4a4747e0 rndis_signal_connect EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x507a1ebc rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x51fb5af4 rndis_register EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5f0283a2 rndis_add_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7d67092e rndis_uninit -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x882c0aa2 rndis_set_host_mac -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x88d7facb rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x60409d1e rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x630b5517 rndis_set_host_mac EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9a6ef353 rndis_rm_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcfb37595 rndis_signal_connect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf5cbd74b rndis_signal_disconnect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf9d51f9f rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfea07ca5 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe12ae98f rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe4741ebd rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf81e9af6 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfe96c081 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xff159661 rndis_register EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0f8580bd usb_interface_id EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1335a48e usb_composite_probe EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b58f351 usb_string_ids_tab @@ -15694,15 +15695,15 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdf3c1f0e usb_add_config EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf89a4d86 usb_ep_autoconfig EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb273599 usb_composite_setup_continue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x12e47b8f init_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3502af51 empty_req_queue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3b0facb2 udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x48fc3e2b udc_probe EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9d6a9665 free_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa232ca72 udc_enable_dev_setup_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdc19799b udc_remove -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf32b6068 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7a90600c empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7ce47f01 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x863b9887 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x98e98f66 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9bc9c871 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xaedf3434 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdb15e424 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe06eb000 udc_mask_unused_interrupts EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfac4e7a7 gadget_release EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x050a1235 usb_add_gadget_udc EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x098495ec usb_gadget_vbus_draw @@ -15938,8 +15939,8 @@ EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xabce6649 ili9320_shutdown EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x25f83f51 fb_ddc_read EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5e016b5c fb_sys_write EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xcc442e8e fb_sys_read -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x36f2b712 sis_free_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x99564c40 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1c6dcdbc sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x7a3a255f sis_free_new EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x0e1cee08 viafb_dma_copy_out_sg @@ -15988,245 +15989,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa70eefb9 dlm_posix_get EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0cfa804d nlmclnt_proc -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x190747bb lockd_up -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2635295d nlmsvc_unlock_all_by_sb -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2cc1a8b0 lockd_down -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3df2e099 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2b1fe24f lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3166df10 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3309c812 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x592f9771 nlmsvc_unlock_all_by_sb EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa1ce4ede nlmclnt_done -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf1aea83c nlmsvc_ops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x000374c0 nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x014f3663 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x944dd440 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd435e0c9 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf6185743 lockd_down EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0349abfb nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06822d23 nfs_commitdata_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09f4a5e9 nfs_file_set_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a355286 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x056976ed nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05a0e208 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a97a1ba nfs_create_rpc_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1038efb8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d653b15 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f39e6b0 nfs_may_open EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10a87f49 nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11ceebbc nfs_instantiate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15e6d1b2 nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x170221ac nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b26daed nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e24b610 nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ff883fc nfs_atomic_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x205b7f08 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x125366a0 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15d00b74 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x163b8999 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17b2e449 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x182dc191 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1839ffe2 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1975a16d nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a569e72 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1edb7834 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f325e49 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x208100e9 nfs_file_llseek EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x238ddab4 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24fb5595 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x253db6be nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25d3ffa5 nfs_symlink EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x276101c9 nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27ca9c8e nfs_flock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x293a1348 get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a9aecaa nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aab9ba8 nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ab0737e nfs_pageio_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2acf0b41 nfs_init_cinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b10488b nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c51758d nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f565b89 nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31132827 nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32b9b768 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32e879ce nfs_file_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33ae0c6a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26bb2388 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34b1f271 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36484a6f nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36a27b90 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37f29c73 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x392c3f20 nfs_remount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3dcb69e2 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a62634f nfs_do_submount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f38df9d nfs_create_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42c24585 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x410f9891 nfs_access_zap_cache EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4348782c nfs_fs_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x440d24df nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44bdf55c nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48cc5978 nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a4cd907 nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a6c2040 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43632c74 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47899f22 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bbdb078 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ca2a7a5 nfs_init_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dbae5c8 nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ebd9907 nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f4ab9ad nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f9f3bcd nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x501a02ce nfs_drop_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54919bd3 nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54f37a3a nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57eba62f nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52bfacd4 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5382076a nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54faa300 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56eecef5 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57333f43 nfs_async_iocounter_wait EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x592fff58 nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ce92271 nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d3659d5 nfs_fscache_open_file -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5da3cb86 nfs_rename -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b9a14e0 nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ef39904 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70df61a6 unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72744e28 nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75bb3c7e nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78a56e07 nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7991ce2e nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7afa989a nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c05cc87 put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c1607ef nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59fa7144 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c16d06b nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cdd880d nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e245670 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63dbdc23 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64ef478f nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x692ac7b7 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c49b996 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d1a7ae0 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d7a54e4 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eb22714 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7020b22a nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70c11ad0 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7313d202 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75192312 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x756e7ce5 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f9b90b nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75ff9609 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78334c13 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7abbc5fa nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c32a4c4 nfs_add_or_obtain EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dd2ba2b nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e612e2e nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e8f1e2a nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x811c4a92 nfs_symlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84567f63 nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x878c203e nfs_remount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x888dd02b nfs_invalidate_atime -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a5e8b42 nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b2b1496 nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c608207 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d51bd30 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f3d22d7 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c9589d nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8778c420 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88242a3b nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88b51082 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89a881fd nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89b1d3a6 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b1f195b nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c9a0695 nfs_permission EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91bb656f nfs_server_remove_lists EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97a27fa3 nfs_zap_acl_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97bdacaa nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93ab2430 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9468e9ad nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9558e027 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97207bb8 nfs_generic_pg_test EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9945704a nfs_sync_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a3ed84c nfs_wait_on_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c8ddbd4 nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c910ab8 nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cd61055 nfs_clear_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9efd73a2 nfs_server_insert_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1b7db78 nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2c66569 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3368e6f nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3dba67a nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98ca410e nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ac2b777 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fd82a32 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d565aa nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa22cf9c2 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25ae919 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa26c9336 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa638c797 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa68f5c95 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6a5d2cc nfs4_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa96dbe34 nfs_show_path EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacdd8577 nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadcd2439 nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0416a68 nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb206b00c nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2e89e01 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb44f1e08 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb559731f alloc_nfs_open_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb614a4dd nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb629db30 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb65fb523 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb698f0c3 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb868dba9 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9fa1815 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb3013e2 nfs_free_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc03a11b3 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0904b07 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2d32699 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbce2aff6 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd01fd53 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdb84825 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc045c96c nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc05b6b88 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0a42de8 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc10544c8 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc36df3bd nfs_close_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc489244d nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc64f9319 nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc982422d nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca65a62c nfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca800cc4 nfs_getattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd703e04 nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf0766bf nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd00f635d nfs_alloc_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd027bef6 nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0a24459 nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd28abd6a nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4a61636 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3c9fda2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5799f69 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8396c2d nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc99eb178 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9aab038 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca73555c nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce5ea7d0 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf487af5 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1aaa454 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27d5d94 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd36e3fb8 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3a0faae register_nfs_version EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c1219c nfs_access_set_mask -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd53622d4 nfs_pageio_reset_read_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8dbebeb nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda30c420 nfs_pgheader_init EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbf2b6e7 nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe11387d1 nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1f3fdf4 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe539ec70 nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe687a23c nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe73ff0e4 nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9e0c79b nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec0d595a nfs_release_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec88a78b nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee193e11 alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee29922f nfs_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefb71202 nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf11cd163 register_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1e1827f nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf89c951c nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa446695 nfs_file_fsync -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa913026 nfs_show_options -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb290bfa nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb59b6ab nfs_get_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbc95888 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbc4847d nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc1cddc6 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddde7ab7 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde14d5f0 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf804959 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe09517e1 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4689ee2 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe634b0c4 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6757627 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6779bb5 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe84372dd nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf01a495e nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3884488 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf78dfb23 nfs_getattr EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc887e76 nfs4_label_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd1d46ed nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc9b3533 nfs_clone_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffef1be0 nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xd272d855 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfda09136 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe1acda4 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xc56357dc nfs3_set_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07a89c21 pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x097e00fc nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14e0ef9a pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c75ae94 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1094c3b3 pnfs_generic_scan_commit_lists EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1828628b pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1841cadf pnfs_update_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x185cfe21 pnfs_put_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f7914ad nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e2294f5 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e3a26a5 pnfs_read_resend_pnfs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25697055 nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x265eeaae nfs4_setup_sequence -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c68bab1 nfs4_mark_deviceid_available -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e8232e0 pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30bc28ee pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x339f5ac3 pnfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x358e6dbf pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3af61bdd pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20bca323 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a54ba74 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b09863b pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f5691ef pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x327a6a28 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35caecad nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x378c763a pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a31c6b8 nfs4_proc_getdeviceinfo EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4537917b pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b59ea71 nfs4_set_rw_stateid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x527f1f78 nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x53c08b15 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x594178d3 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5adf1d32 pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b480321 nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c8910da nfs4_find_get_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5f3f5f82 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x402d6438 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4594a981 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a1c8fa0 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5af4220f pnfs_generic_pg_check_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x650b1d0f nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x64fe39bd nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x65375282 pnfs_update_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b5ec68f pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f362e20 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x709189c9 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74a877de nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74a96129 nfs4_find_get_deviceid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a72342f pnfs_write_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ee06752 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85f47903 nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85fbc6d4 pnfs_ld_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x870838b0 nfs4_schedule_lease_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b9f6226 nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9365b68a nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94f78166 nfs4_pnfs_ds_add -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9647c74f nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ce59ee9 pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d518762 pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9da44c46 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c7c5e06 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81a1c6e5 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x828029af pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x840db8ad pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8480cf93 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85e01f0a pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89ff0dda pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b613d82 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e6d5572 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x942d91c4 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9446fc86 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98fb02ca nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9aa72e34 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f0f80dd nfs42_proc_layouterror EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa58c0ffe pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa0ecbea pnfs_destroy_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf16fa79 pnfs_unregister_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba17d966 pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb6475b6 nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc2467bf nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3d54c23 pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc87ca8aa nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca2b896e pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc750409 nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3dd5647 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa37ba3ad pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3849f1b pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6a53779 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa93af245 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa1e6cd0 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbaac6721 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdcb4aa9 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc42356d3 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4b21551 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb4ad783 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf150d61 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd53b59f8 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd56df9bb pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd64d7554 pnfs_generic_prepare_to_resend_writes EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd900e278 pnfs_generic_layout_insert_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdcf92684 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc9478f6 pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe100fc78 pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2f211f8 nfs4_delete_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7ea42a7 pnfs_generic_pg_cleanup -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebb099f1 pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec66df02 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf36f5f8 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe49f0559 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe79904d7 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9418b5d nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec5d09f6 pnfs_error_mark_layout_for_return EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed87adb7 nfs42_proc_layouterror EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfaa77c4a pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcb1a27a nfs4_mark_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd696b48 nfs4_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xff63784e nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9f8b92a nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5286a683 locks_start_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xc1066105 locks_in_grace @@ -16328,8 +16329,8 @@ EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x5d28c552 lowpan_header_decompress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x77d939ec lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x56cd27f2 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xebbe98f9 lowpan_header_decompress EXPORT_SYMBOL_GPL net/802/garp 0x49574b41 garp_register_application EXPORT_SYMBOL_GPL net/802/garp 0x5a852eab garp_request_leave EXPORT_SYMBOL_GPL net/802/garp 0x6d9c213c garp_unregister_application @@ -16360,104 +16361,104 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcea2b0db l2cap_add_psm EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd17c084b l2cap_chan_connect EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf98330bb l2cap_chan_send EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x914fb8f0 hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x0461496d nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x24f53545 br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0x34eda79c br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0x460d651d br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4c889ca4 br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x6c58cd34 br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0x751c1a2a br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x9687883e br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0xae9e7029 br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0xb1f1e0e2 br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbe56d406 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc1363df8 br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0xcddbb04a br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4ffb748 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0xdb4c9a09 br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0xdee387cd br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0xeb658c3f br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xf2f593c3 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x036038e0 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0d36bb03 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1558fd39 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1f0a0f87 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3fff6893 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x403e658a br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b963ac5 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x68d6f2d4 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x74e61f5f br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x79a12a32 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x801737f5 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8be54439 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8ffb627e br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xafc34703 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb3b8b4f br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd72b19eb br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd9759c43 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xea8e6256 br_vlan_get_pvid_rcu EXPORT_SYMBOL_GPL net/core/failover 0x16a4e2be failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0x69fd23e2 failover_slave_unregister EXPORT_SYMBOL_GPL net/core/failover 0xb372cfe2 failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0d7fc568 dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1a1f5f21 dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1de40563 dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ec2c2a3 dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp 0x22c9315f dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x233664ca dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x250e8111 dccp_reqsk_init -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b5f1928 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2fa130d1 inet_dccp_listen -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b2d0b2f dccp_parse_options -EXPORT_SYMBOL_GPL net/dccp/dccp 0x41938555 dccp_feat_signal_nn_change -EXPORT_SYMBOL_GPL net/dccp/dccp 0x441540da dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a04e691 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c45f7c5 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x300967a6 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c2130f3 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3fad1889 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x433c7606 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47ce864b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49b3a574 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4bf3846f dccp_check_req EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x56aafd5b dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x58bf1385 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59577d01 dccp_recvmsg EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f4f8e0f dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0x612259dc dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x599ce1da dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f63260a dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e6fe46d compat_dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x722630de dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x75b17a70 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x77c6380a dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x781dd956 dccp_close EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8243283a dccp_feat_signal_nn_change EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x8feff5b9 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8bb4e941 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8c5e2768 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8fe111f1 dccp_init_sock EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x982ece83 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9e5741c4 inet_dccp_listen EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2624a42 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa28afd9a dccp_destroy_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa44a4007 dccp_shutdown -EXPORT_SYMBOL_GPL net/dccp/dccp 0xae06d75f dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb04cbaaf dccp_rcv_established -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb263affd compat_dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb49071ab dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb95918d6 dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0xba46ea12 dccp_insert_option -EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe5715a6 compat_dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xc023b0d6 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xae20eaf9 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbabf4441 dccp_reqsk_init EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3b6a26c dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6735114 dccp_send_sync -EXPORT_SYMBOL_GPL net/dccp/dccp 0xca5ea4c5 dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd17ee5ed dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3e718a6 dccp_set_state -EXPORT_SYMBOL_GPL net/dccp/dccp 0xdc0b342a dccp_init_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe1d663b5 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe26964fb dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x38ce841d dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x794f35e6 dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x97b7963d dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb1df1f58 dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcdb73888 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd4776600 dccp_v4_connect -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x15c653ef dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d8d20ec dsa_port_phylink_mac_link_state -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1daaee4c dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x228da3fe dsa_switch_suspend -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x25d84368 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f28fd94 call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3ac24bc0 dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4290ac10 dsa_port_get_phy_strings -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x46e63087 dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4e2bad71 dsa_port_phylink_mac_change -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x59117ad9 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4043315 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc529643a dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcca2e707 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd640ffe9 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdff1d597 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe5138199 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xed0649b7 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf98d899e dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x07c8e46f dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5236eecf dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x576c68d1 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6d4772e8 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7f5ed10e dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd9385450 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x037fb038 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0d7303d3 dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x20ec7bbe dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x29ab2c91 dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x32237e74 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x36a144e5 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3e35b75e dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x40dee511 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4f07e856 dsa_port_get_phy_sset_count EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x60a1100d dsa_tag_drivers_unregister -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x85b68df2 dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb3b7ed05 dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbcece971 dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcde4358f dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xda10d529 dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe3cdd2d7 dsa_port_phylink_mac_an_restart -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe502ef0b dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe698b870 dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe858382f dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x66c245d0 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7569b545 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8c7c226b dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9f0db2a4 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb602b372 dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbc88efb2 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbf23d706 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1460263 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd1bec728 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe134eabb dsa_port_phylink_mac_change EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfaaa4fea dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfbac2b5e dsa_enqueue_skb EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x569c35ac dsa_8021q_rx_vid -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x65b5dfae dsa_8021q_tx_vid -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x6f9e6323 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x5055f87c dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9aec1e99 dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xedc3a54e dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xb5f2af2b dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xc12f4480 dsa_8021q_xmit EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2ec9b6b2 ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x89545c18 ieee802154_hdr_peek_addrs @@ -16468,388 +16469,388 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0x760d8eaa ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2b025404 esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x41f7fbf8 esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x62a4e645 esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/gre 0x36cb8c27 gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0x753a4474 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x11f64c76 inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x17be8ccb inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1ce3eac8 inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x390ed388 inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x62652008 inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8ff18e9a inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa30be50e inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xac090a64 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc7f04e6b inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x069a7042 gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x113f8f65 ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x16c3f0a0 ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x199da865 ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x21280f89 ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x360a5039 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5ef45eaf ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x755645b2 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7bb3d86b ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x94114c05 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x94c5edb8 ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x97ae6679 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa0b634cc ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb55b5f69 __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbb167fb3 ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xce6c34d1 ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd4d5bd7b ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1adf033b esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x4b7d151d esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x82c12e62 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x11d346b1 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb6b049d7 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x20883531 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2a85fb4e inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2e41632a inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x329f84b0 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x364bf91c inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa1d83bed inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xad1e25c6 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb09d1482 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc7bcf617 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x23fb61bf gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x25c59527 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2741607c ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x593af46e ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5e2bc1ae ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x620edcdd ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6a04040c ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72f92a6f ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f134ab1 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ebf2a56 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x933938f1 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbcf7948f ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd3eb3487 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd849a21c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xddddc073 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf8dea8a2 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfabd7b7d ip_md_tunnel_xmit EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x1e8aac85 arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x117f60aa ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x79d35553 nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x4eee8c21 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x000faed0 nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0a3b92fb nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb3104663 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbcd70bac nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xcc719d68 nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x789b691a nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x88f5a79b nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x9147bb8b nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x9bd67231 nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x27edebb8 nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x4b47211b nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x154608ce tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x29d3b0ac tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa38c0baf tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe4ec521f tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfc93792a tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0ab36e47 udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x57e318b9 udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x838613cd udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9e3c5b4c setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd4f7e096 udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd6c42646 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf63f8254 udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf6f41957 udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb5be9890 esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc2b9e908 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf29f9525 esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x14f3fc0f ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1d32728c ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3fa06a85 ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xc976ce60 udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xf15f0278 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x33272276 ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7478be8b nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xbe65e269 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x866452d2 nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6a5b5227 nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x822158a7 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9d89be4c nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc6b9cf18 nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xef3c6d19 nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xfffcc873 nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x29018358 nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x87fe6d90 nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xb371e2a8 nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xaed1f14a nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xbde8fe17 nft_fib6_eval -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2c6a8739 l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e6b037b l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x49ce24f0 l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x602b8158 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x71566b5b l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x766557f0 l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7e5cd472 l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8179ca6f l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x871d7f58 l2tp_tunnel_get_session -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9209e73d l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x93317f63 l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9f58a024 l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa6ecbae1 l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbc3b76bb l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd1eeb698 l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe584dcce l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xffc1d7d7 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x2eee472f ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x36bbe51b nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x967f351c nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1e0bd528 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x287bb92d nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x51752560 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8726d038 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xff8feb09 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x6e5e5a55 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4b01bb4a nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x6c062151 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xa9b19a86 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x28498cff nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf4611a98 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0073e6a0 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xada4c34a tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdcbc816b tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe3d25f02 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf49410cc tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0e29f390 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1b7b2cac udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x57608761 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x63011e7e udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6989bb4f udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7087eac1 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x93c3eede udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9e8af036 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x54149fad esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x6e46cd02 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x771b0825 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3afa27f0 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x90eac5c3 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb75f7aa6 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x3a2d417c udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x8ce2f878 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xe6b75582 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6bdcfcef nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa396f3c9 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x12a0e168 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3a584239 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9a757879 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbb500941 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc9472e40 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe2a65c53 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xe939fb3c nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x260fe8a3 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x9e3c9a2b nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xed85717b nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x74329cf8 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc8cbb5cf nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x02d22234 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0b33458f l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1765c269 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1c83f012 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x225ce0d7 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x26d13110 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x275da187 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3b7103c0 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5ead6107 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7b78efa9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x91dbd1c3 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a582c5e l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaac443e5 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb45874ee __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeb3b4b25 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf03c75d3 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf661c35a l2tp_session_set_header_len EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xa4198dfa l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0c32bc1c ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x11e7d222 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x189c50cd ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x9fd674b9 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x04a66052 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1662a17e ieee80211_find_sta_by_ifaddr EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1f9f6b55 ieee80211_iterate_interfaces -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x392a993c ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x437e4dd7 ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c7e23b5 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dc0abd9 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x26a1e8a0 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c958b64 ieee80211_ave_rssi EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8e940ae2 ieee80211_ave_rssi -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9b566ff7 ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa938462e ieee80211_iterate_stations_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb55941b4 ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb80773e8 ieee80211_resume_disconnect -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbae01833 ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcc7f5162 ieee80211_vif_to_wdev -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe6042d1f wdev_to_ieee80211_vif -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfa827b7e ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x218f07cd nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x50b31a70 mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x74723c4c mpls_output_possible -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x797a9d5c mpls_pkt_too_big -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x855625e8 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8e38b300 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x93edf930 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa19b7978 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xae53190f ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbaf6f872 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc90d179f ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcd47bc91 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6f90ec5 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe9f460f5 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf3d6fa02 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf5f86a79 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x20c2b509 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x59b00d8d mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xadd7d920 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd4320168 nla_put_labels EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0ebbcae8 ip_set_get_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1394ef59 ip_set_type_register +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xfb80318d mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x06934ba0 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1157dadc ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x143a4bab ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2216789d ip_set_name_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2b9b17a7 ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3454fc72 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x28832329 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3329a873 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35789b5a ip_set_get_ip4_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x45e6d24c ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x63efa374 ip_set_match_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f8eb342 ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7350bbd4 ip_set_nfnl_get_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76ea4581 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3b5eadf6 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x58c7d36a ip_set_get_byname EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x844c86f7 ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8d152d4a ip_set_add -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x91e11c76 ip_set_get_ip_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e737293 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93f0717a ip_set_type_unregister EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ef31c87 ip_set_put_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbb79b288 ip_set_name_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc9f5048b ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd6bd9751 ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea46a810 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbdd0e807 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbdf78a7b ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc1d6dada ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc8fc33eb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xca49e85d ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd560a4f1 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe57d8951 ip_set_del EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x831d2ae9 ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd5e82aeb register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xde93d1f8 unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe06a78e6 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfc9c948a ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1f397978 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x89f0b4e6 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa70f3906 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcd3f4022 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1d14fa79 nf_conncount_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ff55ad3 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5f2d5f26 nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x74f8c4b7 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x447d89d4 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4dd409fc nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4de6aad8 nf_conncount_add EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c4cb9c3 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa80b7d9d nf_conncount_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb5424cce nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb71bd540 nf_conncount_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x002cda96 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07f6f3e8 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x081e588a nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ad82f47 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdf21cdca nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0253f6ad nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045a98e5 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04e85f8a nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06d52eed nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x097b7040 nf_ct_deliver_cached_events EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cea4e50 nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x128aba98 nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1392a2de nf_ct_helper_expectfn_find_by_name -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14899a41 nf_ct_gre_keymap_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14a32589 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x160fbf4a __nf_conntrack_helper_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d7fa570 nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f5958cc nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x210dab92 nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25d759ee nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0db6afc5 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18bbc83d nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x193eb0a3 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ae7c891 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f9dfa63 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x205e763e nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x259368b4 nf_conntrack_unregister_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a02b90f nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a9cf77a nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d799c7f nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e6aeac6 nf_ct_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e9add18 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2962c0f2 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30d354e0 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3212f1a5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33b74372 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33e553cf nf_ct_helper_init EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x379b404a nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x410a7994 nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42079bd8 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x483a0de1 __nf_ct_refresh_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f1eb843 nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x541005f6 nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x660e8c5e nf_ct_set_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6887a264 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x390369f7 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f13cf6d nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f175c6c nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f20737f nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41894a35 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41da2b4e nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42d3d908 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x443f150e nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4913155c nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x565107cf nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5838be32 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c32fb67 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ec82648 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60a9b280 nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x617ce1b3 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61ca48b5 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x654e3335 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x675cd3cb nf_ct_expect_init EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6abfd301 nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7564c367 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75d0fa86 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77f203ba nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78b0466e __nf_ct_try_assign_helper -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bf611b2 nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d39d22b nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7dd32e33 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ea9f787 __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8098acc3 __nf_conntrack_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8536b985 nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c23af17 nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e2f2b32 nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8fb59d92 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e7b925c nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f804ec8 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fcfd13e nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77cff973 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a57027f nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82ddc19f nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84586f1f nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89ae341d nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dab6c84 nf_conntrack_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9260059d nf_connlabels_replace -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95cfa961 nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95fe7954 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x906085c7 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x909ef330 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98064994 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9945e34f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99fe1f91 nf_l4proto_log_invalid EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa12b4743 nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa20ca4c0 nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa28bed0a nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa353beed nf_ct_kill_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa586d97c nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa76991e2 nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7e02220 nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac037500 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d925a05 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3f6eea8 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa53ad3a1 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6401e92 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa967ed06 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa1cecf7 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae89308a nf_connlabels_replace EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4927db5 nf_connlabels_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb625727 nf_ct_destroy_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb8f7212 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb949072 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbace2755 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbcbd2d53 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfcc6459 nf_ct_remove_expect EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc35013aa nf_ct_get_id EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5ae3551 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc488250f nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc65156b6 nf_ct_expect_iterate_net EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca429848 nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0293056 nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd165828e nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2438506 nf_ct_tcp_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2e308ad nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd30c5b2d nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd33a332a nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc8de076 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd686e57 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfbb1f74 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4f5a66f nf_ct_bridge_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6819b7b nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd51e2800 nf_ct_delete EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc56c81e nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc863e08 nf_conntrack_helpers_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdda29ccc nf_ct_timeout_put_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xded6362a nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe00cd441 nf_ct_get_tuplepr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe15f503c nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd244bbf nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf5c03a1 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2acb198 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe39cd6b6 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5ae9673 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5b079b6 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb719888 nf_ct_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xece8393d nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0bb049b nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf04cc591 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1b44edb nf_ct_helper_expectfn_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3d885f9 nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf69c0f8e nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf858c046 nf_ct_gre_keymap_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf980b417 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbc2c6d7 nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc7586e1 nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcec229c nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf41501ae __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf5472100 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf94ad68c nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc8a3426 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfda162d6 nf_conntrack_alter_reply EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfed2fea5 nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xf64df74e nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x1af7bf20 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x8fb2b58a nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x05056be3 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x433cfe79 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x622fcc5e set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x66a2c254 set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8db1fa9d nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x991a0fc4 nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbbf7012e get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd078f6f8 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe11a8f15 nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf1ca38db set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb915af20 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x07a286ed nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x54d8e2d2 nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x77caafb7 nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xff5c0e01 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0894daab ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x67645e5c ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x860fad15 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x89f76cbc ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb9dff62a ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbfd846a0 ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfeb090fa ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x62531814 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x44632097 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xd3c834e3 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xe70e3dc2 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xf3c6f6d1 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0b4891c9 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0bf0a9f5 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1d430844 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1f659520 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2a04c371 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x39866d2c set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd2f50662 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdfa70c2b nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeb8dc0cc get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf1c920e9 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x8c33fc50 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x0d00c02c nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6b041dbb nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xf0618350 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xfd07b282 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5d29e29b ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x70ea3fd9 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x91a86c78 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb605f97d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd5aa33b1 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd86474dc ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfd956f35 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x0875d90b nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x20ff7ec7 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x2ceb8926 nf_fwd_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x8ecb1cdf nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x94e5e2de nf_dup_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0574a0b5 flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1b365c67 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x238c9995 flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x434b03be nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4a502cfd flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x625e27cd nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7ca4dc4e nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7f1b62df flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x98e67456 nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa8ae2061 flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb3a48a7f nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc0850948 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x036269e4 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x78997d20 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x924bd3da nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa659f922 nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xcbbbae56 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe94c8718 nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x11805efa nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x20bf161a nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3aab655e nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x16e60392 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2a9e0334 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x433178ed nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa24d5e98 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbd38742e flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcf7286a4 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xda2e0744 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdcb9f3a7 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdf21c4bc flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe01cd051 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xef2bff32 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff5f968f nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x13f11654 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x943a500c nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xbb8ba4af nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe7aa812b nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xea113e34 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xed106dd5 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x19bb9565 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1c1feacd nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x36073bc2 nf_nat_redirect_ipv6 EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4728e43c nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x60fe6ff2 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x702aa91f nf_nat_ipv6_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x70bf59be nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8ad5a9cc nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8caf5f30 nf_ct_nat_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x940c2eef nf_nat_inet_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa11b37e8 nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2b0ebd4 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc680aaf3 nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd7d1125c nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x52db62b6 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58b7f204 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x71d33497 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f6a7b7d nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x92e77e8b nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9b80ff54 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3af0804 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa6463d11 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb929e0fd nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc309ca5c nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcd9e0876 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd0023219 nf_nat_inet_register_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdbe7ac27 nf_nat_ipv6_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf83f3152 nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0bc00517 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xea878e3b nf_nat_packet EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x334c81da synproxy_parse_options -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x396de678 nf_synproxy_ipv6_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3b9febbf nf_synproxy_ipv4_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3d712800 nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3f8325c7 nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x790e602c synproxy_recv_client_ack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8b73691c ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc9850454 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2b6baac5 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x30f135a6 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x420c581c nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x424379ca ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5996c77f nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8d9b1314 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa4acb8b6 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb28ddeb0 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc182c03c synproxy_parse_options EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd38c8caa ipv4_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3f98887 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe8c4c2e0 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3c7bfb3 synproxy_send_client_synack EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03227a08 nft_register_expr EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04c26b4c nft_chain_validate_hooks EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x057b5b70 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x05df2578 nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x061dfece nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x068b803d nft_set_elem_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06bc53ed nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x099e236e __nft_release_basechain -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e69f652 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0c845d0c nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1d5af7c5 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1f5ea4c1 nf_tables_bind_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2656256e nft_obj_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b943645 nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f09f1d6 nf_tables_destroy_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b5f0d20 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51bd91d2 nft_register_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x64213e2e nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6815c143 nft_unregister_obj -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x69e9aa36 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7692821f nft_data_release -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7bcfb0dd nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7993a36e nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c8f8445 nft_validate_register_store EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x89990b14 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b245d16 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8dab9e3a nft_chain_validate -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8dc57032 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x90565711 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x926baf5d nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9b810759 nft_data_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa1946e52 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa532bd79 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9360195 nft_set_gc_batch_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa3cefb7 nft_flowtable_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad65f21c nft_dump_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb3ee037f nft_register_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe811175 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc248650d nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7b6f974 nft_data_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1e120ae nft_register_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4137174 nft_obj_notify EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6f41873 nft_set_lookup_global EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4506542 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf6f973fb nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff094a32 nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2e4e03c6 nfnetlink_send @@ -16864,52 +16865,52 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x37daa91d nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb87a7683 nfnl_acct_overquota EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbf3c48a9 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x0b31b7f0 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x19287c56 nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x408f62be nf_osf_match -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xe5b6950d nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0f3fe613 nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5539e4b6 nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe19a4b30 nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xf3d0fb50 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x037f7001 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0e5e0a89 nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x733554d6 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5bfa7902 nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xbfa499b6 nft_reject_validate -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdbb061d6 nft_reject_dump EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x017c7694 xt_compat_target_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x059c9c46 xt_compat_match_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0714dbbf xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x096fe967 xt_proto_init EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2bbde9d0 xt_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x41d58efc xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4808c831 xt_compat_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f683ef8 xt_compat_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4ff1cbb9 xt_check_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x50f1c7a1 xt_compat_target_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x737d477d xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31f75eef xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x35e0dad3 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x54ae5bff xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5acf7879 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x74253eef xt_compat_match_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7ee0edf8 xt_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x80cbfbcf xt_table_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9974ab92 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8345125d xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x843e6847 xt_request_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d40c8aa xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6de396c xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb785f2a5 xt_request_find_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe1ff0b8 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaad4b075 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb1e1d412 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9f87519 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb8a310b xt_table_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc50e87e5 xt_compat_match_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc6f390e8 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc5e873f8 xt_compat_target_from_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc83b32ac xt_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcfa0a399 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc81320e2 xt_target_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd836735 xt_compat_target_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfbffa9c3 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddfc712b xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe3500087 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe9827ddf xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeff077e0 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf7526b19 xt_compat_match_from_user EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x13e021ef xt_rateest_lookup EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xb24d746f xt_rateest_put EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x4ab23891 nci_spi_allocate_spi @@ -16920,337 +16921,337 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x73e2f01c nci_uart_set_config EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xdb6d4379 nci_uart_register EXPORT_SYMBOL_GPL net/nsh/nsh 0xc67ef206 nsh_pop EXPORT_SYMBOL_GPL net/nsh/nsh 0xf8a022d5 nsh_push -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3d44b8a9 ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x46d3cdc6 ovs_netdev_link -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x7202d82f __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x7a7fbafa ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc561daff ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe9ce50b7 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x182f228c ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x388b6615 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4f41be18 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x789aa4f0 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x86b9807d __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xedbde79a ovs_vport_ops_unregister EXPORT_SYMBOL_GPL net/psample/psample 0x71ffc4c9 psample_group_put EXPORT_SYMBOL_GPL net/psample/psample 0x9c21b669 psample_group_get EXPORT_SYMBOL_GPL net/psample/psample 0xba70d7da psample_sample_packet EXPORT_SYMBOL_GPL net/psample/psample 0xe9bff412 psample_group_take EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x02f7606b rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x0b745c5c rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x0fbd2194 rds_conn_create_outgoing -EXPORT_SYMBOL_GPL net/rds/rds 0x147351dc rds_conn_destroy -EXPORT_SYMBOL_GPL net/rds/rds 0x19fbfa01 rds_recv_incoming -EXPORT_SYMBOL_GPL net/rds/rds 0x200a5b72 rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x2401cca5 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x0479338a rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x136f2632 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x1ce84cc0 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x1ded2c30 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x294414ae rds_send_xmit EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension -EXPORT_SYMBOL_GPL net/rds/rds 0x2b57be36 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x3539cd40 rds_conn_path_connect_if_down EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x432c1b6e rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x3d567b0e rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x41da0e8b rds_inc_path_init EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4e10842e rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x5300ce1f rds_conn_drop EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x607e48de rds_send_path_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x694592e4 rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x711b31f4 rds_for_each_conn_info -EXPORT_SYMBOL_GPL net/rds/rds 0x74efa002 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x5f7ffeca rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x6b432466 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x7320b206 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x73f0e34a rds_conn_connect_if_down EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0x7d2c0c66 rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0x7dc7755e rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x828ac962 rds_info_register_func EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0x95645eec rds_conn_drop -EXPORT_SYMBOL_GPL net/rds/rds 0xa2f5c918 rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0xae9cc3b7 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x98d911b8 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x98fff41c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x9e98606a rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x9fb91a0e rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xb6b7ff89 rds_trans_unregister EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xcf5234d6 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xdb65d1d7 rds_inc_init -EXPORT_SYMBOL_GPL net/rds/rds 0xe32fcb45 rds_inc_put -EXPORT_SYMBOL_GPL net/rds/rds 0xe5f96f42 rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0xe61a4709 rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0xe629a275 rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0xea081655 rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0xf5bb082f rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xfb32167a rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xcbd4c151 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xd0dd6b56 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd9c1524d rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xdc1a3e17 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe371a00a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xe47a3085 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xe6574829 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf4999630 rds_conn_path_drop EXPORT_SYMBOL_GPL net/rds/rds 0xfd22dd56 rds_cong_map_updated -EXPORT_SYMBOL_GPL net/rds/rds 0xfdc82214 rds_send_path_reset EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x46211f1e sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/sctp/sctp 0x47f8c50f sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x8f8087b3 sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0x975ace21 sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/smc/smc 0x0e11d74b smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x17237f7b smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x29c66ac9 smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x540c16f7 smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x54453b3a smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0x60d2d6a1 smc_proto -EXPORT_SYMBOL_GPL net/smc/smc 0x8e9ada03 smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0xa36a2c2c smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0xacbd144f smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0xf815f602 smc_unhash_sk -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x328c0746 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sctp/sctp 0x275e0648 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3210ef83 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8e445b9f sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xd9e5b3d4 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/smc/smc 0x0bb0319b smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x46a9cc88 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x81d2b373 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x8aae68fb smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xbe94e2f3 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xdd3734c3 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xe71c79ab smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe9aca9f2 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xf744deac smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xfc713e8b smcd_free_dev EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3aba6db1 svcauth_gss_register_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd57c7cf1 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6e37c798 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa0fd7101 svcauth_gss_register_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf82a7fa6 svcauth_gss_flavor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00288e48 rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0064fba3 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x019f682d rpc_task_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a837d9 xprt_alloc_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e1005b rpc_pton -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x054458d1 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xda3ba5cf svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xdf507dcb gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01a81e3e rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01cff2c7 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0262ac9c rpc_killall_tasks EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x059dd626 cache_seq_start_rcu EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0783fce6 svc_destroy -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x082e6aa1 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x075a8064 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08274509 rpc_proc_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09288e6c cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x093cb245 rpcb_getport_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x096c0c77 rpc_alloc_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b3789d4 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0928e243 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09aa3ccc rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a3b43c0 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aace514 rpc_init_pipe_dir_head EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c911058 sunrpc_cache_unregister_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ceb5658 svc_generic_init_request -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e8c5f80 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c9b69de rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e6bd6e1 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e8bbcab rpcauth_destroy_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ed1d2f8 xprt_destroy_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10d9e5dc svc_create_pooled -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x119f7b65 xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x143cfe6e svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x169ae510 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f53500e unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100d5256 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x120a0e0e rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12e3ceb9 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13e20eac xdr_buf_from_iov EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16cd3302 cache_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1858753e svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x196ffd9d svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b64d124 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1720b5cd xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17ba09bb rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1848b69c rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18ffde6f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19fe6cf9 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b9e852b xprt_free_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bb7977e cache_unregister_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c85d8ab bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ce845a0 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c80b41e xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb47b32 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d1d69c3 svc_drop EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e957879 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e60c445 svc_xprt_do_enqueue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22a022cc rpc_wake_up_queued_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23598397 xprt_force_disconnect -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x242c539d xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x246a0e54 rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25456bf3 xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25d26760 xprt_pin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26bc0d80 __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27a674bd svc_prepare_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27b96f06 xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27f75809 svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x280f645c rpc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2830ae44 xdr_encode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28b673aa rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f47f4af svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20a2eaf9 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x240edc1d xprt_register_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2935d1d2 xdr_read_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x293ed94b rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2955fc3d svcauth_unix_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f4afc3 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f4a23fb rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fe533bf svc_alien_sock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ff26950 rpc_add_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x305b1d56 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b4248d rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a1d5c8f xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ae923f4 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b8850fb rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c4d261e rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ce0a024 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d9da5c3 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eb0a0ac rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f5f4a7a rpc_restart_call_prepare EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x354554d1 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3514e409 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35c2d2f1 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3660cca4 svc_xprt_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x398c7bef rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a01d2ae svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a2610a4 xprt_release_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ca1ff37 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38a9588e svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38cc4f04 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x396a446b rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3adb7e57 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c24c657 svc_encode_read_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cd2f268 cache_destroy_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f12b040 svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f676b7d svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e82b645 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f3ab775 xprt_unpin_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x403214f4 rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x406058c2 svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44f7526b rpc_killall_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x450a197a xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x411f51b0 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42ae1d73 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x441af545 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x452d546c rpcauth_init_cred EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45e1d96b put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4638d5c2 rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4913cdbc xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4968868b xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45a3b709 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47034cfc svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48b3b59f rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x498473e8 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ac0668f rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4acc987b svc_authenticate EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c68252b svc_proc_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e1f88f5 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dd60001 rpc_net_ns EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eaf44d0 xprt_release_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4edf56eb rpc_init_pipe_dir_head -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f252871 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506744da xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51725ca6 svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5262f33f rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ea7a543 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f46eb6c svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x508dcbc1 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52014e7b xdr_shift_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x539170e1 rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53e95e66 xprt_reconnect_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54127f88 xprt_release_rqst_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5494aacd svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549f2f0a rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ff2899 rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x586ab4c3 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x590cac2c rpc_force_rebind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59e9df0c rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53dc03dc svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5548118a svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58325ecf svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5887dcdc svc_xprt_names EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c84b999 xdr_shift_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d012a5d xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d050efd rpc_call_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d7d5c2f svc_print_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e571cd6 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a46b049 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5baed96b svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c91a548 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb543b8 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ed96293 _copy_from_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fb8e589 sunrpc_cache_pipe_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614600e9 rpc_exit -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6264fcdf rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x631d1035 rpc_bind_new_program -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64b7bf89 _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x657302c1 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6169f565 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618a948d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61eab14c rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6262feed xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6324a1ea rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x641bbd33 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6451bf19 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x661d9ae0 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66647699 svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67233f28 rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x691d2186 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6829f4db svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68742751 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69bfd151 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acf4140 rpcauth_lookup_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d4da4a0 sunrpc_cache_update -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d95a423 rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e0b5e94 rpc_peeraddr2str -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e1241d0 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e7b829b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fc94a5f xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70362847 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70a494d4 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70ad5a4c svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71028359 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7120cddc svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71306926 rpc_pton EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71cd42d0 rpc_sleep_on EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7377b794 rpc_restart_call_prepare -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75c19840 rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75ded970 rpc_max_bc_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78425d2f rpc_call_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79cfdb20 rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c7f9b14 rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cc1b361 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73b0ae60 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7449fb9b svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x745e75ea rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7523ece1 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7657c7bc rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77871fdd xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77b465be xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78be1789 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79ec7a0c rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0ee834 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a306e0a rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ac61ad1 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ade02fd rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b7aa83d rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d16d518 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d3230f7 xdr_read_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e359fac xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e37ab3d xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ed14625 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80903008 rpc_clnt_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fc3f0e rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x818b3dc3 rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81c0411d unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x822127d6 rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8229dfa0 xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82d61575 xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83549fc7 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8601d1d9 rpc_queue_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86463827 xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d5e144 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88959211 rpcauth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a58490 svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3ff671 xdr_init_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cbc475b auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cd642fe svc_auth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8db726e1 rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e7379ec rpc_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb7f327 rpc_run_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f2e6a1f rpc_pipe_generic_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90e9fa7b rpcauth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9165c122 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82535c13 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82873198 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ca47a5 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83351ce1 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x839c59d6 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844f5d45 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88ab4a16 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d439d0 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b26d883 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cd12087 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9128025b xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x930259f9 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9339939d rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93509c76 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x943f911c rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94ac57d2 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95f04362 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9631f4a9 rpc_clnt_iterate_for_each_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98151842 xprt_free_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98c69fff sunrpc_init_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98dc4339 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x993307e2 xdr_stream_pos EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a62d4e7 rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cbb9604 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bd96b62 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ce0ef4f xprt_wait_for_reply_request_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e23ffd0 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ee27c4a rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f16ceb2 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fb78c9f xdr_encode_word EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13d9a5d rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7194def svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7558a6c xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa766a7b3 xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8e8bc33 rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa8f70c2 xdr_write_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad3981b2 svc_rpcbind_set_version -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadb37f43 svc_rpcb_setup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadf47ab6 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3eec8b0 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4363767 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa494e4dc rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5537a45 svc_return_autherr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9190544 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab72a4ed xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab8d8033 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac468dc0 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad5ecb6c xdr_stream_decode_string_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae7604a3 xprt_alloc EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf29ad98 cache_seq_stop_rcu EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb030dfa4 rpcauth_lookupcred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb051c555 rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb06d0c5e svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1398e2d rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb16a41a6 svc_drop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1c2435c svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1706924 xdr_init_decode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb345babc svc_xprt_init -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3693f30 xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb510d80c svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb38ccc47 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb40303b3 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4fdbb71 rpcauth_lookupcred EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6ab9bd0 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb692e045 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6a6309f xprt_release_rqst_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb77943ef cache_check EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb817d8af sunrpc_cache_unhash -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb91554b9 gssd_running -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbae56fed svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb4d66ad rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb5b0e79 xdr_stream_decode_opaque_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc977b52 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb87b444c xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbac4c187 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbacfba5b xdr_buf_read_mic +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc3ebed6 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbef91f99 rpc_run_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfef71ce rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0fcf75c xdr_reserve_space EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc391bedb rpcauth_init_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3f1863b rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4006fb6 rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ee9a36 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6290a3f rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7dcf3be rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc185f188 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1c756f6 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1fabe7d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc490d51b rpc_num_bc_slots EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb2a71c5 svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd91d00d rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8fc6e93 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdc71194 rpc_clone_client_set_auth EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce882f48 rpc_create EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf140c52 rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfbf357e xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d1fc23 rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1ce63b6 rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd30b039b rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd31c66e6 svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3577b42 xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd53e8502 rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd70afb56 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfc3c041 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2690046 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f13dff xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd555c18e rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5862d4f rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7e7d063 rpc_force_rebind EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd82ee517 cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a5b8e0 svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd997f698 xprt_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9b26507 svc_fill_write_vector -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda46d935 xprt_unregister_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb62f9f6 rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb6950e8 rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb752e53 rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb9e8b77 xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc13675d svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc9841bf write_bytes_to_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd592075 rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd6fe6e9 svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd9a8e4f xprt_wake_pending_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf3f4375 xdr_encode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0026a2e xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe28b4391 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9d60139 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda54d140 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda718b33 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb7edda4 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd704f14 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde390cea svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfaf8fba xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfc8c6cf xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0fb58f1 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2e8140d xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe30becad svc_rqst_free EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe363f2e8 sunrpc_destroy_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe39b502e xprt_update_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5984b77 xdr_stream_decode_string_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5b2ef91 xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7155c76 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe67e8177 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7a6a3c8 svc_rpcb_setup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe88c2f26 csum_partial_copy_to_xdr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9421527 svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9c4d9ff svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed126e63 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed1522e3 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed2b1213 xprt_update_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeda8edfc cache_seq_next_rcu EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf74b10 rpc_clnt_xprt_switch_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeefdcff3 read_bytes_from_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0a629b9 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef3d7683 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefb97a07 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf06236af bc_svc_process EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf47c8c7e xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf572f401 svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5dadfa4 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf11d9d69 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1828530 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf328c0ad auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf37eff5f rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3e7d151 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf454d09e xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6432f7f rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf74e5623 xprt_request_get_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf777f0c0 sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf81ec98e svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8680eb7 xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8904f36 xprt_write_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ca428d svc_xprt_copy_addrs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaedb78c rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfda1f2c2 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe77470e svc_return_autherr -EXPORT_SYMBOL_GPL net/tls/tls 0x0d7c4ed5 tls_encrypt_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xcbf086a6 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7f77df3 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7ff895f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe654d55 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/tls/tls 0x85104859 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x9eb9e90d tls_encrypt_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x010da084 virtio_transport_recv_pkt EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x035b7aac virtio_transport_set_buffer_size EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow @@ -17359,10 +17360,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1e0f9791 ipcomp_init_state -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7572ccde ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x802dd182 ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe940ba7e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x06779c33 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x325727d7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5349d08f ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x62800db7 ipcomp_destroy EXPORT_SYMBOL_GPL sound/ac97_bus 0x33bd7f6d snd_ac97_reset EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock @@ -17550,10 +17551,10 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6aa9f03 snd_hdac_bus_exit EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8453024 snd_hdac_device_unregister EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfaf0d793 snd_hdac_bus_handle_stream_irq EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff87215b _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x0b5d66d8 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x43a7517f intel_nhlt_get_dmic_geo EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x618d1874 intel_nhlt_init EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x735604dd intel_nhlt_free -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x75e5f488 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x192c51af snd_ak4113_reg_write EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4a760503 snd_ak4113_external_rate EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9f35eab4 snd_ak4113_check_rate_and_errors @@ -17747,6 +17748,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x1c708aa1 hdac_hdmi_jack_ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x293b7cbd hdac_hdmi_jack_init EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0x7266d4a5 hdmi_codec_set_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x70629421 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5af4c79c mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x9f8a4af4 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb5683a16 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xda660160 mt6358_set_mtkaif_protocol EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xfce4a490 nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x90da596e nau8825_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x7f8a82de pcm1789_common_exit @@ -18123,6 +18128,7 @@ EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb4842fff line6_send_raw_messa EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xba0095b2 line6_pcm_release EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbfd99f4a line6_alloc_sysex_buffer EXPORT_SYMBOL_GPL vmlinux 0x001bcd09 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0034b164 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices EXPORT_SYMBOL_GPL vmlinux 0x003ad2a5 ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0x00400cae sched_setscheduler_nocheck @@ -18130,23 +18136,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x0043c723 kthread_queue_work EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x00531a17 xen_xlate_map_ballooned_pages EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x0060ce48 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x00646500 disk_part_iter_init -EXPORT_SYMBOL_GPL vmlinux 0x008172a7 pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc EXPORT_SYMBOL_GPL vmlinux 0x008d65fb clk_hw_set_rate_range EXPORT_SYMBOL_GPL vmlinux 0x008ebed6 blk_mq_debugfs_rq_show EXPORT_SYMBOL_GPL vmlinux 0x00913619 bpf_verifier_log_write -EXPORT_SYMBOL_GPL vmlinux 0x00a494ca pci_msi_prepare EXPORT_SYMBOL_GPL vmlinux 0x00d21370 clk_hw_get_flags EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops EXPORT_SYMBOL_GPL vmlinux 0x00d6992f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0100d661 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x01048e25 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x010d0995 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x011cbdae devm_regulator_register EXPORT_SYMBOL_GPL vmlinux 0x011f4679 mm_account_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop -EXPORT_SYMBOL_GPL vmlinux 0x0135a703 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x014a0dc4 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp EXPORT_SYMBOL_GPL vmlinux 0x0167b000 mbox_controller_register -EXPORT_SYMBOL_GPL vmlinux 0x017cdded dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits @@ -18159,30 +18166,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x01b10fca ftrace_ops_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x01b8e546 iomap_dio_rw EXPORT_SYMBOL_GPL vmlinux 0x01baf701 dax_layout_busy_page EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap -EXPORT_SYMBOL_GPL vmlinux 0x01c3172c __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x01c89701 thermal_zone_bind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0x01d15603 ata_sff_freeze EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x01e9ed0f rio_register_mport EXPORT_SYMBOL_GPL vmlinux 0x01eb5d5f regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any -EXPORT_SYMBOL_GPL vmlinux 0x02001610 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x01f89e82 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x020b79b8 class_find_device EXPORT_SYMBOL_GPL vmlinux 0x021a82e4 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x02391cdb ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region EXPORT_SYMBOL_GPL vmlinux 0x0253d4a1 device_create EXPORT_SYMBOL_GPL vmlinux 0x025636b6 mmu_notifier_register -EXPORT_SYMBOL_GPL vmlinux 0x025fca3e fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x02680cf8 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x026cbb3e inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x026f952a usb_sg_init -EXPORT_SYMBOL_GPL vmlinux 0x028cab7a fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x0291526b i2c_match_id EXPORT_SYMBOL_GPL vmlinux 0x0293864c gpiod_direction_input EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister EXPORT_SYMBOL_GPL vmlinux 0x02ad4291 dma_buf_unmap_attachment EXPORT_SYMBOL_GPL vmlinux 0x02ff9db3 regmap_get_val_bytes EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup -EXPORT_SYMBOL_GPL vmlinux 0x0324146d ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x0330ccfc ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x0333fc58 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x03372453 force_irqthreads EXPORT_SYMBOL_GPL vmlinux 0x0337c4df sdio_retune_crc_enable @@ -18201,23 +18207,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create EXPORT_SYMBOL_GPL vmlinux 0x03b5e90a usb_hcd_map_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03dbeaa6 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x03f43b9f crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc EXPORT_SYMBOL_GPL vmlinux 0x04106f93 devm_rtc_device_register EXPORT_SYMBOL_GPL vmlinux 0x04132301 rdev_get_dev EXPORT_SYMBOL_GPL vmlinux 0x0419e175 vbin_printf EXPORT_SYMBOL_GPL vmlinux 0x04213655 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0422d683 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features EXPORT_SYMBOL_GPL vmlinux 0x043e3baf pm_generic_thaw_noirq EXPORT_SYMBOL_GPL vmlinux 0x044512ee hvc_poll EXPORT_SYMBOL_GPL vmlinux 0x044cd678 wm8350_block_write -EXPORT_SYMBOL_GPL vmlinux 0x0464c0f6 __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges EXPORT_SYMBOL_GPL vmlinux 0x04873181 device_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk EXPORT_SYMBOL_GPL vmlinux 0x049929c0 hv_stimer_free +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x04a1e46d __hwspin_trylock EXPORT_SYMBOL_GPL vmlinux 0x04b4cf37 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x04b4f1d9 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0x04b7fdf8 sdio_claim_host EXPORT_SYMBOL_GPL vmlinux 0x04b9942a cpufreq_driver_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key @@ -18233,21 +18242,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x05273312 regmap_reinit_cache EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x0537b13b crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x05406248 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0550ce95 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x05665391 rio_free_net EXPORT_SYMBOL_GPL vmlinux 0x056c9517 unix_inq_len EXPORT_SYMBOL_GPL vmlinux 0x05816e05 serdev_device_add EXPORT_SYMBOL_GPL vmlinux 0x05817122 dev_pm_opp_attach_genpd EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0593e572 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x05a2115e rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x05a22ec5 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release -EXPORT_SYMBOL_GPL vmlinux 0x05a60dcd tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x05d0dbff tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x05e6c104 __kthread_init_worker EXPORT_SYMBOL_GPL vmlinux 0x05f2818a thermal_zone_set_trips EXPORT_SYMBOL_GPL vmlinux 0x05ff9a37 mbox_flush EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062d8756 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x06336f2b phy_resolve_aneg_pause EXPORT_SYMBOL_GPL vmlinux 0x063dca6a subsys_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0x064483a1 blkg_conf_prep @@ -18260,7 +18274,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x066e7ec9 irq_chip_set_type_parent EXPORT_SYMBOL_GPL vmlinux 0x06706e8c devm_gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0x067a160d genphy_c45_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x068b8f3f dev_attr_em_message_type -EXPORT_SYMBOL_GPL vmlinux 0x068d23a1 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x06954972 pci_epc_raise_irq EXPORT_SYMBOL_GPL vmlinux 0x06af394f tps6586x_reads EXPORT_SYMBOL_GPL vmlinux 0x06e2616f __compat_only_sysfs_link_entry_to_kobj @@ -18277,32 +18290,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x07686075 ata_host_detach EXPORT_SYMBOL_GPL vmlinux 0x07799317 task_cgroup_path EXPORT_SYMBOL_GPL vmlinux 0x07851dc8 devm_gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0x07a022da cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0x07a6bbaf skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg -EXPORT_SYMBOL_GPL vmlinux 0x07c1d3be tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x07c23703 hrtimer_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x07cdcff6 devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x07d5a288 devres_destroy EXPORT_SYMBOL_GPL vmlinux 0x07d84546 ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x07edeba7 hv_free_hyperv_page -EXPORT_SYMBOL_GPL vmlinux 0x08051253 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache -EXPORT_SYMBOL_GPL vmlinux 0x081e2dfe nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x081e526f sysfs_create_groups EXPORT_SYMBOL_GPL vmlinux 0x0828d609 mc146818_get_time EXPORT_SYMBOL_GPL vmlinux 0x083d8386 devm_reset_controller_register EXPORT_SYMBOL_GPL vmlinux 0x084094fa sched_show_task -EXPORT_SYMBOL_GPL vmlinux 0x084c8b56 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x08541374 acpi_subsys_restore_early EXPORT_SYMBOL_GPL vmlinux 0x086255b9 crypto_grab_aead -EXPORT_SYMBOL_GPL vmlinux 0x086bc4e3 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x086a1d14 skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0x08738bc5 fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match EXPORT_SYMBOL_GPL vmlinux 0x0887fb4c gnttab_unmap_refs_async -EXPORT_SYMBOL_GPL vmlinux 0x08881f2a lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x088b7bbf iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x0895db35 rio_mport_get_feature EXPORT_SYMBOL_GPL vmlinux 0x089fc5b5 register_pernet_device @@ -18319,33 +18328,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies EXPORT_SYMBOL_GPL vmlinux 0x09225169 xenbus_match EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key -EXPORT_SYMBOL_GPL vmlinux 0x0934075f uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu EXPORT_SYMBOL_GPL vmlinux 0x094723ce sec_irq_init EXPORT_SYMBOL_GPL vmlinux 0x0949501e __devm_regmap_init_i2c -EXPORT_SYMBOL_GPL vmlinux 0x095b15af validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x095e081a class_destroy -EXPORT_SYMBOL_GPL vmlinux 0x09611672 inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base EXPORT_SYMBOL_GPL vmlinux 0x096b2418 __tracepoint_tcp_send_reset EXPORT_SYMBOL_GPL vmlinux 0x09724279 gpiod_direction_output EXPORT_SYMBOL_GPL vmlinux 0x098c0d4d ata_platform_remove_one EXPORT_SYMBOL_GPL vmlinux 0x099add7f dma_buf_kmap EXPORT_SYMBOL_GPL vmlinux 0x099f7c53 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x099fbff4 pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x09ae0719 kstrdup_quotable_cmdline EXPORT_SYMBOL_GPL vmlinux 0x09b27c6b bpf_offload_dev_create EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove EXPORT_SYMBOL_GPL vmlinux 0x09ba185f irq_set_chip_and_handler_name EXPORT_SYMBOL_GPL vmlinux 0x09d4251a ata_sff_error_handler -EXPORT_SYMBOL_GPL vmlinux 0x09d59900 usb_hcd_pci_probe -EXPORT_SYMBOL_GPL vmlinux 0x09db2304 inet6_hash -EXPORT_SYMBOL_GPL vmlinux 0x09df7db3 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x09e5fbbd devm_pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0x09e90d92 extcon_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x09eca7c0 debugfs_attr_write EXPORT_SYMBOL_GPL vmlinux 0x09f3ab6f sdio_writeb_readb EXPORT_SYMBOL_GPL vmlinux 0x09fb3ef9 nvmem_device_get -EXPORT_SYMBOL_GPL vmlinux 0x0a0aab34 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x0a0c9d45 inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0x0a14ce46 da9052_request_irq EXPORT_SYMBOL_GPL vmlinux 0x0a21a0d5 ata_slave_link_init @@ -18359,6 +18362,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x0a8477ea regulator_set_voltage EXPORT_SYMBOL_GPL vmlinux 0x0a87b12e __rio_local_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0x0a936085 cpuidle_register_device EXPORT_SYMBOL_GPL vmlinux 0x0a94ca49 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0ab0df46 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x0ac43767 usb_disable_ltm EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address EXPORT_SYMBOL_GPL vmlinux 0x0ad472c6 perf_trace_run_bpf_submit @@ -18370,16 +18374,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct EXPORT_SYMBOL_GPL vmlinux 0x0b1b0168 irq_domain_push_irq EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource -EXPORT_SYMBOL_GPL vmlinux 0x0b33dac6 devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x0b3d23f4 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x0b3f88cf __devm_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x0b459526 irq_chip_mask_parent EXPORT_SYMBOL_GPL vmlinux 0x0b480db8 bpf_map_put -EXPORT_SYMBOL_GPL vmlinux 0x0b4d1d83 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x0b4dd4b0 cec_notifier_cec_adap_register EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x0b50810b usb_store_new_id EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add EXPORT_SYMBOL_GPL vmlinux 0x0b550fb0 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x0b5d23fc xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0x0b637160 ata_bmdma_port_start32 EXPORT_SYMBOL_GPL vmlinux 0x0b84ddc8 pinctrl_find_and_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x0b91ebce edac_pci_alloc_ctl_info @@ -18392,8 +18396,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0ba9e9e4 devm_nsio_disable EXPORT_SYMBOL_GPL vmlinux 0x0bc651fa led_set_brightness EXPORT_SYMBOL_GPL vmlinux 0x0bca8bb5 spi_mem_supports_op EXPORT_SYMBOL_GPL vmlinux 0x0be322a9 extcon_register_notifier_all -EXPORT_SYMBOL_GPL vmlinux 0x0be75e2e udp6_lib_lookup_skb -EXPORT_SYMBOL_GPL vmlinux 0x0bed83fc sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x0bf53c30 dev_pm_opp_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu EXPORT_SYMBOL_GPL vmlinux 0x0c270e25 key_set_timeout @@ -18403,6 +18405,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x0c36fd7a iommu_attach_device EXPORT_SYMBOL_GPL vmlinux 0x0c3e1121 rio_release_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0x0c4faac8 __pm_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x0c505b38 cs47l24_patch +EXPORT_SYMBOL_GPL vmlinux 0x0c51a9f0 pci_msi_prepare EXPORT_SYMBOL_GPL vmlinux 0x0c56e39c reset_controller_register EXPORT_SYMBOL_GPL vmlinux 0x0c622749 aead_init_geniv EXPORT_SYMBOL_GPL vmlinux 0x0c684b34 fb_deferred_io_fsync @@ -18413,7 +18416,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0c9fff03 debugfs_create_ulong EXPORT_SYMBOL_GPL vmlinux 0x0ca8f811 gnttab_alloc_pages EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data EXPORT_SYMBOL_GPL vmlinux 0x0cb579c0 __free_iova -EXPORT_SYMBOL_GPL vmlinux 0x0cb8bb5b ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x0cba106e crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0x0cc3b29e acpi_dev_filter_resource_type EXPORT_SYMBOL_GPL vmlinux 0x0cdb4ecc register_user_hw_breakpoint @@ -18425,7 +18427,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0d1b354c tty_init_termios EXPORT_SYMBOL_GPL vmlinux 0x0d1e63b0 blkcg_root_css EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create EXPORT_SYMBOL_GPL vmlinux 0x0d412b86 phy_led_trigger_change_speed -EXPORT_SYMBOL_GPL vmlinux 0x0d43c41a pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x0d43dd23 __pm_runtime_disable EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open @@ -18440,7 +18441,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order EXPORT_SYMBOL_GPL vmlinux 0x0dea1b7e pci_epc_get_first_free_bar EXPORT_SYMBOL_GPL vmlinux 0x0df27b9b sata_scr_write -EXPORT_SYMBOL_GPL vmlinux 0x0dfd5462 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release EXPORT_SYMBOL_GPL vmlinux 0x0e353e19 dm_set_target_max_io_len @@ -18449,14 +18449,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x0e405391 crypto_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x0e4878b2 ata_eh_qc_retry EXPORT_SYMBOL_GPL vmlinux 0x0e566413 sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e79f92b usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x0e7dc4be serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0e859f50 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x0e89bede powercap_register_zone EXPORT_SYMBOL_GPL vmlinux 0x0e906979 disk_part_iter_next EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi EXPORT_SYMBOL_GPL vmlinux 0x0ec04232 fat_attach EXPORT_SYMBOL_GPL vmlinux 0x0eca0c43 clk_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0x0eca7785 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x0ecb84b7 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x0ecfe1e0 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x0ed97a7e raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x0ef3efcc power_supply_put EXPORT_SYMBOL_GPL vmlinux 0x0ef52a14 trace_array_destroy EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused @@ -18466,15 +18470,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x0f348fdf dm_bio_get_target_bio_nr EXPORT_SYMBOL_GPL vmlinux 0x0f37f65f devres_get EXPORT_SYMBOL_GPL vmlinux 0x0f42f50a ehci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x0f4fd9f3 nvmem_device_cell_read -EXPORT_SYMBOL_GPL vmlinux 0x0f518b83 pci_user_read_config_word -EXPORT_SYMBOL_GPL vmlinux 0x0f533e96 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x0f5f54ea tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x0f6ec755 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x0f723671 screen_glyph EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name EXPORT_SYMBOL_GPL vmlinux 0x0f8c8180 da9052_adc_read_temp EXPORT_SYMBOL_GPL vmlinux 0x0f97da37 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x0f98ce99 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x0f9b078f tty_port_register_device_attr -EXPORT_SYMBOL_GPL vmlinux 0x0f9b3cfc ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x0fa2a115 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi EXPORT_SYMBOL_GPL vmlinux 0x0fd7d9a1 devm_mdiobus_alloc_size @@ -18486,12 +18490,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x10011848 crypto_hash_alg_has_setkey EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu EXPORT_SYMBOL_GPL vmlinux 0x10133e15 ata_acpi_gtm EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10180328 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x101fa298 tps6586x_write EXPORT_SYMBOL_GPL vmlinux 0x102f97bc tty_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free +EXPORT_SYMBOL_GPL vmlinux 0x1055b98c inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x1058434f find_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0x107776df skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x1078b298 init_uts_ns EXPORT_SYMBOL_GPL vmlinux 0x107e33b4 nd_cmd_out_size EXPORT_SYMBOL_GPL vmlinux 0x107fafaa exportfs_decode_fh @@ -18501,7 +18506,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x10a6e798 devm_of_phy_get EXPORT_SYMBOL_GPL vmlinux 0x10b031f4 blk_trace_setup EXPORT_SYMBOL_GPL vmlinux 0x10bc2b4f sb800_prefetch EXPORT_SYMBOL_GPL vmlinux 0x10be798c attribute_container_classdev_to_container -EXPORT_SYMBOL_GPL vmlinux 0x10c05fa5 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x10c66f07 md_find_rdev_nr_rcu EXPORT_SYMBOL_GPL vmlinux 0x10dda2ed ata_bmdma_start EXPORT_SYMBOL_GPL vmlinux 0x10e07b6c phy_driver_is_genphy_10g @@ -18522,6 +18526,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len EXPORT_SYMBOL_GPL vmlinux 0x11a518ac ata_sff_pause EXPORT_SYMBOL_GPL vmlinux 0x11b92b7b debugfs_create_x8 EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x11cc4851 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x11ce6399 serdev_controller_remove EXPORT_SYMBOL_GPL vmlinux 0x11cfddba crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0x11d6d3cc __platform_register_drivers @@ -18532,25 +18537,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x11eb8760 device_remove_file EXPORT_SYMBOL_GPL vmlinux 0x11ef9344 gpiochip_relres_irq EXPORT_SYMBOL_GPL vmlinux 0x11fb7ecb nd_blk_memremap_flags EXPORT_SYMBOL_GPL vmlinux 0x1203d359 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x12046bf2 ip6_input EXPORT_SYMBOL_GPL vmlinux 0x12152c89 handle_untracked_irq EXPORT_SYMBOL_GPL vmlinux 0x1215a7ad bio_associate_blkg EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12242361 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header -EXPORT_SYMBOL_GPL vmlinux 0x12354578 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x124b35db crypto_unregister_acomp EXPORT_SYMBOL_GPL vmlinux 0x124cd90a dev_pm_opp_init_cpufreq_table EXPORT_SYMBOL_GPL vmlinux 0x1250a8f9 usb_unpoison_urb EXPORT_SYMBOL_GPL vmlinux 0x1258e616 xdp_attachment_query -EXPORT_SYMBOL_GPL vmlinux 0x125e53e3 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support EXPORT_SYMBOL_GPL vmlinux 0x12ab31f1 idr_alloc_u32 -EXPORT_SYMBOL_GPL vmlinux 0x12b201aa pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x12c99a86 wm831x_regmap_config -EXPORT_SYMBOL_GPL vmlinux 0x12d5706c pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0x12dbc8f6 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0x12defe6c pci_msi_set_desc EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12e2b1c0 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x12f38a7f blk_steal_bios EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq @@ -18561,10 +18566,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x1347b49d dm_hold EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier EXPORT_SYMBOL_GPL vmlinux 0x136d0e59 phy_select_page EXPORT_SYMBOL_GPL vmlinux 0x137bdec4 acpi_dma_configure -EXPORT_SYMBOL_GPL vmlinux 0x1385b7d1 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0x1386c894 kill_dev_dax EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init EXPORT_SYMBOL_GPL vmlinux 0x138bf461 dax_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x138c32fc inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x1396c671 rt_mutex_timed_lock EXPORT_SYMBOL_GPL vmlinux 0x1398629d usb_choose_configuration @@ -18593,19 +18598,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x14589aae led_trigger_register_simple EXPORT_SYMBOL_GPL vmlinux 0x146489be vfs_submount EXPORT_SYMBOL_GPL vmlinux 0x1472fcde edac_pci_handle_npe EXPORT_SYMBOL_GPL vmlinux 0x14766f80 blkg_lookup_slowpath -EXPORT_SYMBOL_GPL vmlinux 0x148ab36d skb_zerocopy_iter_dgram -EXPORT_SYMBOL_GPL vmlinux 0x148fec28 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x148c0c59 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x14a993e3 handle_fasteoi_nmi EXPORT_SYMBOL_GPL vmlinux 0x14c6a3cd __blk_req_zone_write_unlock -EXPORT_SYMBOL_GPL vmlinux 0x14c7de27 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val EXPORT_SYMBOL_GPL vmlinux 0x14d45603 pm_clk_add EXPORT_SYMBOL_GPL vmlinux 0x14daf6c7 usb_set_device_state EXPORT_SYMBOL_GPL vmlinux 0x14dd1f20 acpi_is_pnp_device EXPORT_SYMBOL_GPL vmlinux 0x14e22db1 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x14e53b4b lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x14ec1a6c crypto_register_ahash EXPORT_SYMBOL_GPL vmlinux 0x14edb909 vc_scrolldelta_helper -EXPORT_SYMBOL_GPL vmlinux 0x150e7b5d pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x14f47548 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x15147608 wbt_disable_default EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del EXPORT_SYMBOL_GPL vmlinux 0x153ba9fe iommu_sva_bind_device @@ -18618,17 +18622,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x1576dda1 dummy_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x159c9789 sched_trace_rq_cpu EXPORT_SYMBOL_GPL vmlinux 0x15b89026 mmu_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x15bb862b crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x15c2fd67 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x15cbb96c trace_event_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x15d86094 blkg_print_stat_bytes_recursive EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask -EXPORT_SYMBOL_GPL vmlinux 0x15ea57b4 dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x15eff607 irq_chip_disable_parent EXPORT_SYMBOL_GPL vmlinux 0x15f9d841 cpuidle_poll_state_init EXPORT_SYMBOL_GPL vmlinux 0x16061a4c device_wakeup_enable -EXPORT_SYMBOL_GPL vmlinux 0x161ef908 netdev_walk_all_lower_dev_rcu -EXPORT_SYMBOL_GPL vmlinux 0x162c1c8c sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x1642a7dd exportfs_encode_inode_fh -EXPORT_SYMBOL_GPL vmlinux 0x164e73eb pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed EXPORT_SYMBOL_GPL vmlinux 0x16613d01 dev_pm_opp_unregister_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x166d6443 __tracepoint_pelt_rt_tp @@ -18645,10 +18646,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0x16f24caa usb_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x16f76315 sdio_writel EXPORT_SYMBOL_GPL vmlinux 0x16fd8874 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x16fde31c pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x170ee2ca crypto_stats_ablkcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x172bed22 regulator_count_voltages -EXPORT_SYMBOL_GPL vmlinux 0x1735bea4 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts EXPORT_SYMBOL_GPL vmlinux 0x17420db2 usb_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x17466d0c fuse_conn_get @@ -18662,8 +18663,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x178bc89d dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split EXPORT_SYMBOL_GPL vmlinux 0x17a3a755 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x17a5530f alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page -EXPORT_SYMBOL_GPL vmlinux 0x17addb47 ping_close EXPORT_SYMBOL_GPL vmlinux 0x17d5aa87 ata_sas_port_alloc EXPORT_SYMBOL_GPL vmlinux 0x17d6a026 do_truncate EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear @@ -18680,49 +18681,48 @@ EXPORT_SYMBOL_GPL vmlinux 0x1877ca13 mce_is_memory_error EXPORT_SYMBOL_GPL vmlinux 0x189d968c unregister_virtio_device EXPORT_SYMBOL_GPL vmlinux 0x18b202b7 crypto_stats_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x18b2eef2 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x18cf5ce0 inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x18dbc3e0 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18dc0968 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg EXPORT_SYMBOL_GPL vmlinux 0x18f599b6 pinctrl_find_gpio_range_from_pin_nolock EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock -EXPORT_SYMBOL_GPL vmlinux 0x191a7b70 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x1926b42e bus_get_device_klist EXPORT_SYMBOL_GPL vmlinux 0x19319d99 nvdimm_clear_poison EXPORT_SYMBOL_GPL vmlinux 0x1933c069 rio_release_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0x1939edd7 evm_inode_init_security EXPORT_SYMBOL_GPL vmlinux 0x193b8d2b dma_buf_detach -EXPORT_SYMBOL_GPL vmlinux 0x196053f5 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore EXPORT_SYMBOL_GPL vmlinux 0x1970d112 sysfs_rename_link_ns EXPORT_SYMBOL_GPL vmlinux 0x1975091c ata_qc_complete_multiple EXPORT_SYMBOL_GPL vmlinux 0x197b49bf ata_sff_queue_pio_task EXPORT_SYMBOL_GPL vmlinux 0x198c85cb debugfs_create_dir -EXPORT_SYMBOL_GPL vmlinux 0x1996ef16 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x19a0f7c6 dev_pm_opp_get_max_volt_latency EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled EXPORT_SYMBOL_GPL vmlinux 0x19a746d1 follow_pte EXPORT_SYMBOL_GPL vmlinux 0x19c14a09 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x19d44a40 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu EXPORT_SYMBOL_GPL vmlinux 0x19f8514b dax_iomap_fault EXPORT_SYMBOL_GPL vmlinux 0x1a05b41a ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0x1a07ea57 iommu_sva_get_pasid -EXPORT_SYMBOL_GPL vmlinux 0x1a0d4ccc tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab EXPORT_SYMBOL_GPL vmlinux 0x1a116669 scsi_autopm_put_device EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string EXPORT_SYMBOL_GPL vmlinux 0x1a20c750 devm_clk_bulk_get EXPORT_SYMBOL_GPL vmlinux 0x1a535a90 rio_bus_type EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1a563294 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie -EXPORT_SYMBOL_GPL vmlinux 0x1a6e35b3 switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x1a6fa75a transport_add_device -EXPORT_SYMBOL_GPL vmlinux 0x1a78b868 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x1a7d51ec __blk_req_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0x1a89fbef irq_domain_create_hierarchy EXPORT_SYMBOL_GPL vmlinux 0x1a97f2fc virtio_device_restore -EXPORT_SYMBOL_GPL vmlinux 0x1ab6f9dd ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x1aba9b9f pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x1ac30a0c regulator_set_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad3e874 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0x1ad93acf gpiod_get_raw_value EXPORT_SYMBOL_GPL vmlinux 0x1ae622c2 blk_mq_alloc_request_hctx EXPORT_SYMBOL_GPL vmlinux 0x1aec6f00 tty_port_tty_wakeup @@ -18743,7 +18743,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc EXPORT_SYMBOL_GPL vmlinux 0x1b6131b9 alloc_iova_fast EXPORT_SYMBOL_GPL vmlinux 0x1b80f826 anon_transport_class_register EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output -EXPORT_SYMBOL_GPL vmlinux 0x1b8cbb3e lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer EXPORT_SYMBOL_GPL vmlinux 0x1ba022a0 rio_mport_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0x1ba1125d blk_lld_busy @@ -18751,15 +18750,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid EXPORT_SYMBOL_GPL vmlinux 0x1ba87344 blkdev_write_iter EXPORT_SYMBOL_GPL vmlinux 0x1bb0fcf1 extcon_find_edev_by_node EXPORT_SYMBOL_GPL vmlinux 0x1bb88ebd tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x1bc3dc93 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input EXPORT_SYMBOL_GPL vmlinux 0x1bca2fa6 sched_trace_rq_avg_dl EXPORT_SYMBOL_GPL vmlinux 0x1bdae558 phy_speed_down EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained EXPORT_SYMBOL_GPL vmlinux 0x1bf4eb49 devm_gpiochip_add_data EXPORT_SYMBOL_GPL vmlinux 0x1bff3fd8 __of_reset_control_get -EXPORT_SYMBOL_GPL vmlinux 0x1c07e43d inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x1c3376a8 ata_msleep -EXPORT_SYMBOL_GPL vmlinux 0x1c37e676 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x1c384a4e crypto_stats_akcipher_verify EXPORT_SYMBOL_GPL vmlinux 0x1c428c97 regmap_async_complete EXPORT_SYMBOL_GPL vmlinux 0x1c44a9a4 platform_device_alloc @@ -18773,22 +18771,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase EXPORT_SYMBOL_GPL vmlinux 0x1c735891 cpufreq_freq_attr_scaling_boost_freqs EXPORT_SYMBOL_GPL vmlinux 0x1c7d65ec __memcpy_mcsafe EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 -EXPORT_SYMBOL_GPL vmlinux 0x1c8575b4 pci_intx EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x1c889d65 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x1c8bd633 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0x1c9c8e3c register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1ca6621d skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x1cadda57 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x1cb209d9 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x1cb68eb7 led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0x1cb7ba68 mctrl_gpio_init EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off -EXPORT_SYMBOL_GPL vmlinux 0x1cc2b059 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x1cbe1776 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x1cc65d0e fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x1ccb9fb1 mmc_app_cmd EXPORT_SYMBOL_GPL vmlinux 0x1cdf9111 flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0x1ce87d45 wb_writeout_inc EXPORT_SYMBOL_GPL vmlinux 0x1ced4bbf ata_bmdma32_port_ops EXPORT_SYMBOL_GPL vmlinux 0x1cf85f1b xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1cf949ca pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x1cfad888 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x1d09d725 serial8250_init_port EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state EXPORT_SYMBOL_GPL vmlinux 0x1d318001 clk_fixed_factor_ops @@ -18800,7 +18803,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1d74543b led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table EXPORT_SYMBOL_GPL vmlinux 0x1d874d88 clk_hw_rate_is_protected EXPORT_SYMBOL_GPL vmlinux 0x1d984596 bpf_trace_run1 -EXPORT_SYMBOL_GPL vmlinux 0x1da274e3 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x1daaaf52 cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0x1dafbab9 thermal_zone_device_update EXPORT_SYMBOL_GPL vmlinux 0x1dc9179c xhci_run EXPORT_SYMBOL_GPL vmlinux 0x1def9e8d ata_cable_ignore @@ -18809,6 +18812,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e0a2dfe usb_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x1e1fd20c devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0x1e27fa3e nvdimm_badblocks_populate EXPORT_SYMBOL_GPL vmlinux 0x1e3a52ce eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x1e4503ac fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x1e4b57fc vfs_readf EXPORT_SYMBOL_GPL vmlinux 0x1e51dabb __tracepoint_detach_device_from_domain EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id @@ -18816,10 +18820,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp EXPORT_SYMBOL_GPL vmlinux 0x1e6107c0 phy_led_triggers_register EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart -EXPORT_SYMBOL_GPL vmlinux 0x1e7f6eb4 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x1e7ec32a nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x1e8f737a rt_mutex_lock EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush -EXPORT_SYMBOL_GPL vmlinux 0x1e937a1a usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x1eaec09e sbitmap_get EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names @@ -18827,10 +18830,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x1ecf3017 usb_hub_clear_tt_buffer EXPORT_SYMBOL_GPL vmlinux 0x1ee7d3cd hrtimer_init EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare EXPORT_SYMBOL_GPL vmlinux 0x1f0d9672 da903x_write -EXPORT_SYMBOL_GPL vmlinux 0x1f0fcad7 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x1f3752a3 get_net_ns_by_fd EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms -EXPORT_SYMBOL_GPL vmlinux 0x1f4e8af6 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv EXPORT_SYMBOL_GPL vmlinux 0x1f7890ee usb_hcd_giveback_urb EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout @@ -18840,10 +18841,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x1faa0ce6 devm_phy_create EXPORT_SYMBOL_GPL vmlinux 0x1fb70eb9 gnttab_end_foreign_transfer_ref -EXPORT_SYMBOL_GPL vmlinux 0x1fba1cbb udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x1fcfde03 kernfs_path_from_node EXPORT_SYMBOL_GPL vmlinux 0x1fd73954 md_run EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x200be0b2 pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x2019f28b crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0x201e6f05 irq_chip_unmask_parent EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write @@ -18852,7 +18853,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x204bd379 netlink_add_tap EXPORT_SYMBOL_GPL vmlinux 0x204c7a74 sata_pmp_port_ops EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference EXPORT_SYMBOL_GPL vmlinux 0x20579d55 __mnt_is_readonly -EXPORT_SYMBOL_GPL vmlinux 0x206fe7a8 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x205b40a6 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr EXPORT_SYMBOL_GPL vmlinux 0x2093f4dd clk_register_divider_table @@ -18862,7 +18863,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x20c8761a security_path_chmod EXPORT_SYMBOL_GPL vmlinux 0x20d0b4a7 crypto_register_aeads EXPORT_SYMBOL_GPL vmlinux 0x20eff8f2 scsi_dh_attached_handler_name EXPORT_SYMBOL_GPL vmlinux 0x2105d676 __nvdimm_create -EXPORT_SYMBOL_GPL vmlinux 0x211b0bd9 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x2131ff1a perf_pmu_migrate_context EXPORT_SYMBOL_GPL vmlinux 0x214fdc59 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0x215f3cba dma_resv_get_fences_rcu @@ -18878,25 +18878,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x21b58381 split_page EXPORT_SYMBOL_GPL vmlinux 0x21b5b755 efivar_entry_set_get_size EXPORT_SYMBOL_GPL vmlinux 0x21c34c8f gnttab_end_foreign_transfer EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher -EXPORT_SYMBOL_GPL vmlinux 0x21cea711 pci_load_saved_state -EXPORT_SYMBOL_GPL vmlinux 0x21d4a738 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0x21ed1c81 __dma_request_channel EXPORT_SYMBOL_GPL vmlinux 0x220092b0 platform_get_irq EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks -EXPORT_SYMBOL_GPL vmlinux 0x222200e5 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x22261ad2 device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0x2246b4dd __tracepoint_block_bio_remap EXPORT_SYMBOL_GPL vmlinux 0x22577216 fat_truncate_time -EXPORT_SYMBOL_GPL vmlinux 0x2282a01d ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x2283b124 virtio_config_disable EXPORT_SYMBOL_GPL vmlinux 0x228b4fb5 xenbus_alloc_evtchn EXPORT_SYMBOL_GPL vmlinux 0x229021d6 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x2292c3f2 pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x22a873cd spi_unregister_device -EXPORT_SYMBOL_GPL vmlinux 0x22a8c286 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x22abf3c6 subsys_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x22ac4278 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x22ca096d pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x2308e4ef i2c_adapter_type EXPORT_SYMBOL_GPL vmlinux 0x231325ef regulator_get_bypass_regmap @@ -18909,30 +18906,34 @@ EXPORT_SYMBOL_GPL vmlinux 0x23479bad uv_bios_get_sn_info EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put EXPORT_SYMBOL_GPL vmlinux 0x2350db5e i2c_acpi_new_device EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap -EXPORT_SYMBOL_GPL vmlinux 0x236d3a02 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x236f157d cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x236f1d78 pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0x23778e2c regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent EXPORT_SYMBOL_GPL vmlinux 0x2398610f __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x23996397 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x23a148cc serial8250_tx_chars EXPORT_SYMBOL_GPL vmlinux 0x23a2fec9 kern_mount EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23b56687 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0x23c21fa2 irq_gc_mask_clr_bit EXPORT_SYMBOL_GPL vmlinux 0x23d0f28a ablkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x23d17842 sysfs_remove_link EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status +EXPORT_SYMBOL_GPL vmlinux 0x23db1c4d xen_register_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x23e7127e crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x23e7fbcb udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x2407ac2e inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0x2410c338 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x24158c63 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x2415ee7d serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x241d9afb pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x243d2c00 blk_mq_request_completed EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type EXPORT_SYMBOL_GPL vmlinux 0x24498ce0 nvdimm_bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x2449fffe regmap_register_patch -EXPORT_SYMBOL_GPL vmlinux 0x2451672a skb_morph EXPORT_SYMBOL_GPL vmlinux 0x2456cd0a pwm_lpss_remove -EXPORT_SYMBOL_GPL vmlinux 0x245e3800 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x246192fb posix_acl_default_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock @@ -18940,16 +18941,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x246df185 hyperv_fill_flush_guest_mapping_list EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister EXPORT_SYMBOL_GPL vmlinux 0x248cd37a __mmdrop -EXPORT_SYMBOL_GPL vmlinux 0x24a8778a devlink_flash_update_end_notify +EXPORT_SYMBOL_GPL vmlinux 0x2492c3aa skb_segment EXPORT_SYMBOL_GPL vmlinux 0x24abc8d6 acpi_dma_request_slave_chan_by_name EXPORT_SYMBOL_GPL vmlinux 0x24b57337 intel_svm_unbind_mm EXPORT_SYMBOL_GPL vmlinux 0x24cb53b8 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x24df161d devlink_reload_disable +EXPORT_SYMBOL_GPL vmlinux 0x24e76afe dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list EXPORT_SYMBOL_GPL vmlinux 0x24f0075c fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x24f3690d ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x25048230 inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x2507ced3 get_device_system_crosststamp -EXPORT_SYMBOL_GPL vmlinux 0x251f4349 devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x2521a4df dw8250_setup_port EXPORT_SYMBOL_GPL vmlinux 0x252cdb88 ahash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem @@ -18959,18 +18963,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x253cad0f cec_s_phys_addr EXPORT_SYMBOL_GPL vmlinux 0x2548eca2 acpi_device_fix_up_power EXPORT_SYMBOL_GPL vmlinux 0x25563e5e irq_domain_free_fwnode EXPORT_SYMBOL_GPL vmlinux 0x255bde53 usb_phy_roothub_alloc -EXPORT_SYMBOL_GPL vmlinux 0x255f2cdb inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x25692a34 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x256e4ffa spi_finalize_current_message EXPORT_SYMBOL_GPL vmlinux 0x2577a03d usb_unanchor_urb EXPORT_SYMBOL_GPL vmlinux 0x25843f13 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259696b6 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x25a98870 mbox_client_txdone EXPORT_SYMBOL_GPL vmlinux 0x25ad9f13 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x25b80a99 __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x25bcd506 gpiod_count -EXPORT_SYMBOL_GPL vmlinux 0x25cca0b1 devlink_params_unpublish -EXPORT_SYMBOL_GPL vmlinux 0x25d3b777 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x25eddd69 device_add EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f658fb pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x25fbd108 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x25fc42a9 iomap_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0x25fe76c6 da903x_update EXPORT_SYMBOL_GPL vmlinux 0x260a609a gpiod_get_array_value_cansleep @@ -18984,11 +18990,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x263f039e xas_nomem EXPORT_SYMBOL_GPL vmlinux 0x2640f84c devm_regulator_put EXPORT_SYMBOL_GPL vmlinux 0x2644e81a reset_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2652be82 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x2656078b clk_hw_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu EXPORT_SYMBOL_GPL vmlinux 0x267ef921 ata_eh_qc_complete -EXPORT_SYMBOL_GPL vmlinux 0x26863952 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x269e83a3 led_trigger_rename_static EXPORT_SYMBOL_GPL vmlinux 0x26a13424 __rt_mutex_init EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap @@ -19001,6 +19007,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0x26fa570d irq_chip_enable_parent EXPORT_SYMBOL_GPL vmlinux 0x2706f93e pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0x271d62bd sock_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x2728984b udp_abort EXPORT_SYMBOL_GPL vmlinux 0x2735dbcc store_sampling_rate EXPORT_SYMBOL_GPL vmlinux 0x273aab74 xen_have_vector_callback EXPORT_SYMBOL_GPL vmlinux 0x273db206 gpiod_set_transitory @@ -19009,18 +19016,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained EXPORT_SYMBOL_GPL vmlinux 0x2755d998 tty_ldisc_deref EXPORT_SYMBOL_GPL vmlinux 0x27603f37 io_cgrp_subsys -EXPORT_SYMBOL_GPL vmlinux 0x2761ed62 ip_route_output_flow -EXPORT_SYMBOL_GPL vmlinux 0x276aa4a0 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x276ca479 ata_acpi_cbl_80wire EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked -EXPORT_SYMBOL_GPL vmlinux 0x2776cf4f node_to_amd_nb EXPORT_SYMBOL_GPL vmlinux 0x277d93dc rtc_class_close -EXPORT_SYMBOL_GPL vmlinux 0x278da7f4 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x279ac721 rio_request_outb_mbox EXPORT_SYMBOL_GPL vmlinux 0x27a7e2c3 __mmu_notifier_register -EXPORT_SYMBOL_GPL vmlinux 0x27ccc0ea dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x27cda07c tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0x27d42bb4 cpufreq_cpu_get_raw -EXPORT_SYMBOL_GPL vmlinux 0x27d9280d ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x27dd6b3e vga_default_device EXPORT_SYMBOL_GPL vmlinux 0x27e51899 vfio_del_group_dev EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages @@ -19032,10 +19035,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x28130f6a phy_reset EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity EXPORT_SYMBOL_GPL vmlinux 0x28309e49 pinctrl_register -EXPORT_SYMBOL_GPL vmlinux 0x2831c270 pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x283a805c vfio_add_group_dev EXPORT_SYMBOL_GPL vmlinux 0x283c3cb0 dev_pm_opp_get_max_transition_latency -EXPORT_SYMBOL_GPL vmlinux 0x2844f1a4 udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit EXPORT_SYMBOL_GPL vmlinux 0x285057b7 i2c_new_ancillary_device EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached @@ -19050,7 +19051,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28c2cd6a smp_ops -EXPORT_SYMBOL_GPL vmlinux 0x28e008e3 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x28e5aa7a sdio_align_size EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices EXPORT_SYMBOL_GPL vmlinux 0x291bb19f get_task_pid @@ -19074,27 +19074,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x29cf2afd wm8350_clear_bits EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async EXPORT_SYMBOL_GPL vmlinux 0x2a029d0e regulator_suspend_disable EXPORT_SYMBOL_GPL vmlinux 0x2a04baac fwnode_connection_find_match -EXPORT_SYMBOL_GPL vmlinux 0x2a1ac4c4 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x2a30d82d i2c_acpi_find_bus_speed EXPORT_SYMBOL_GPL vmlinux 0x2a3e25a5 i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0x2a4b71a4 nvmem_device_write EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free -EXPORT_SYMBOL_GPL vmlinux 0x2a53e9a5 pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x2a56491c rt_mutex_lock_interruptible EXPORT_SYMBOL_GPL vmlinux 0x2a58ae55 disable_kprobe EXPORT_SYMBOL_GPL vmlinux 0x2a5dc3fc uart_handle_dcd_change EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result -EXPORT_SYMBOL_GPL vmlinux 0x2a6e6909 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x2a7ab889 regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x2a83a04b sdio_set_host_pm_flags EXPORT_SYMBOL_GPL vmlinux 0x2a881e33 create_signature EXPORT_SYMBOL_GPL vmlinux 0x2a984599 platform_device_add_data -EXPORT_SYMBOL_GPL vmlinux 0x2aa7c6ce sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x2aa840c2 spi_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update EXPORT_SYMBOL_GPL vmlinux 0x2aae1bb9 sock_diag_unregister_inet_compat -EXPORT_SYMBOL_GPL vmlinux 0x2ab4af9f fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x2aff68f9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x2b008225 agp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x2b02d19f xenbus_probe_node EXPORT_SYMBOL_GPL vmlinux 0x2b0375fd regulator_is_enabled_regmap EXPORT_SYMBOL_GPL vmlinux 0x2b0765ca xen_store_interface @@ -19103,25 +19099,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b1140df acpi_register_gsi EXPORT_SYMBOL_GPL vmlinux 0x2b1b0d40 tty_buffer_space_avail EXPORT_SYMBOL_GPL vmlinux 0x2b260a74 __tracepoint_cpu_idle EXPORT_SYMBOL_GPL vmlinux 0x2b2bf4b8 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x2b3bf737 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0x2b3c184b cpuidle_get_driver EXPORT_SYMBOL_GPL vmlinux 0x2b440716 input_ff_event EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update -EXPORT_SYMBOL_GPL vmlinux 0x2b4673c7 devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x2b61101a led_trigger_set_default EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear EXPORT_SYMBOL_GPL vmlinux 0x2b76d612 hypervisor_kobj EXPORT_SYMBOL_GPL vmlinux 0x2b7a3c00 sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x2b7fc385 hv_init_clocksource EXPORT_SYMBOL_GPL vmlinux 0x2b8a2ba6 debugfs_lookup -EXPORT_SYMBOL_GPL vmlinux 0x2b8c1ccf pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x2b93a730 gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0x2b95b40b tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba109ba nf_route EXPORT_SYMBOL_GPL vmlinux 0x2bb0276a clockevents_config_and_register EXPORT_SYMBOL_GPL vmlinux 0x2bb56b5b gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x2bb6ee57 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0x2bb7fda7 kset_find_obj EXPORT_SYMBOL_GPL vmlinux 0x2bb8d302 blk_mq_sched_try_insert_merge -EXPORT_SYMBOL_GPL vmlinux 0x2bc36b33 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x2bd0213f pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x2bd0b4ba iomap_fiemap EXPORT_SYMBOL_GPL vmlinux 0x2bdb13f4 ata_do_dev_read_id EXPORT_SYMBOL_GPL vmlinux 0x2bdcc917 ata_sas_port_init @@ -19131,40 +19129,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x2c306514 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2c394871 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x2c479621 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x2c5d9d4e pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put EXPORT_SYMBOL_GPL vmlinux 0x2c691a2e phy_power_on -EXPORT_SYMBOL_GPL vmlinux 0x2c6a1fe4 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x2c6c3f6d sysfs_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping EXPORT_SYMBOL_GPL vmlinux 0x2c849524 regmap_raw_read EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types EXPORT_SYMBOL_GPL vmlinux 0x2c968ee2 regmap_raw_write EXPORT_SYMBOL_GPL vmlinux 0x2c98c888 wm8350_read_auxadc -EXPORT_SYMBOL_GPL vmlinux 0x2ca2e433 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x2cab535a sysfs_break_active_protection EXPORT_SYMBOL_GPL vmlinux 0x2cb9b2d3 regulator_set_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0x2cda7c53 pinctrl_dev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0x2cf55e01 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x2d18473d pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x2d1a6b47 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait -EXPORT_SYMBOL_GPL vmlinux 0x2d20aa11 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x2d237595 pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0x2d268cd4 crypto_unregister_template EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts EXPORT_SYMBOL_GPL vmlinux 0x2d475a76 clk_hw_register_fixed_rate -EXPORT_SYMBOL_GPL vmlinux 0x2d67bf56 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x2d4b39e4 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x2d6aa0f0 arch_apei_enable_cmcff EXPORT_SYMBOL_GPL vmlinux 0x2d6ca3bf wm5110_patch -EXPORT_SYMBOL_GPL vmlinux 0x2d8cd6f6 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x2dc0d6a2 housekeeping_affine EXPORT_SYMBOL_GPL vmlinux 0x2dc3c1b1 ohci_resume EXPORT_SYMBOL_GPL vmlinux 0x2ddb88dc vmf_insert_pfn_pud EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux -EXPORT_SYMBOL_GPL vmlinux 0x2dfe38a2 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add EXPORT_SYMBOL_GPL vmlinux 0x2e199f9a ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read @@ -19175,11 +19171,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e338e6a dio_end_io EXPORT_SYMBOL_GPL vmlinux 0x2e3413c2 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2e34bc0c devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x2e614fad usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0x2e678211 xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0x2e7528e2 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x2e773e86 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line EXPORT_SYMBOL_GPL vmlinux 0x2e81cbfb ata_wait_register -EXPORT_SYMBOL_GPL vmlinux 0x2e8b9cc1 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2e8e5586 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x2e91a6a0 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x2eaa0552 usb_root_hub_lost_power EXPORT_SYMBOL_GPL vmlinux 0x2eacf1a6 serial8250_rx_dma_flush EXPORT_SYMBOL_GPL vmlinux 0x2eb29e9c regmap_fields_update_bits_base @@ -19197,9 +19197,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f28ddc2 cpuidle_unregister EXPORT_SYMBOL_GPL vmlinux 0x2f2c1daf device_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work EXPORT_SYMBOL_GPL vmlinux 0x2f34fa51 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x2f3e70a4 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec EXPORT_SYMBOL_GPL vmlinux 0x2f4fd825 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2f590b72 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f684b5f usb_put_phy @@ -19224,9 +19226,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x301dd598 regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0x305b1b8b crypto_ahash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x305c37a1 wakeup_source_register EXPORT_SYMBOL_GPL vmlinux 0x306f527a rio_dma_prep_slave_sg -EXPORT_SYMBOL_GPL vmlinux 0x30768ad0 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x308d944e genphy_c45_read_lpa EXPORT_SYMBOL_GPL vmlinux 0x3090cb05 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x3092212e dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x309367ce devm_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x309c9187 usb_queue_reset_device EXPORT_SYMBOL_GPL vmlinux 0x30ae7a80 thermal_zone_get_temp @@ -19238,7 +19240,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x30cf89f0 spi_res_alloc EXPORT_SYMBOL_GPL vmlinux 0x30d6560a ehci_resume EXPORT_SYMBOL_GPL vmlinux 0x30d76f92 fuse_dev_fiq_ops EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address -EXPORT_SYMBOL_GPL vmlinux 0x30e6e8e7 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x30fa7788 lp8788_read_byte EXPORT_SYMBOL_GPL vmlinux 0x31111b43 __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0x31126ad5 devm_device_add_groups @@ -19264,8 +19265,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x31d70b80 usb_put_hcd EXPORT_SYMBOL_GPL vmlinux 0x31d7a5a7 cs47l24_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference EXPORT_SYMBOL_GPL vmlinux 0x31e6eb68 __of_phy_provider_register -EXPORT_SYMBOL_GPL vmlinux 0x31f2bc5c ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x32018c39 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x320cf013 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval EXPORT_SYMBOL_GPL vmlinux 0x322320f6 pm_generic_suspend EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl @@ -19280,11 +19281,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x3290111c bus_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x32a2a73f mnt_want_write EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32b16e60 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x32b2aa95 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec EXPORT_SYMBOL_GPL vmlinux 0x32c05269 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x32c07ee0 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain -EXPORT_SYMBOL_GPL vmlinux 0x32c944f1 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask EXPORT_SYMBOL_GPL vmlinux 0x32e3dc8f devm_regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key @@ -19302,13 +19304,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x3386105d bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0x3391cc9f event_triggers_call EXPORT_SYMBOL_GPL vmlinux 0x339b828c __pm_relax EXPORT_SYMBOL_GPL vmlinux 0x33aa0643 iommu_group_remove_device -EXPORT_SYMBOL_GPL vmlinux 0x33b1f366 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x33b4f497 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x33b682ce devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x33be872d crypto_register_instance EXPORT_SYMBOL_GPL vmlinux 0x33c859ec blkcg_deactivate_policy EXPORT_SYMBOL_GPL vmlinux 0x33cb1f25 hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0x33dc69e5 genphy_c45_check_and_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x33dd9940 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x33e084b7 pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x33e545e8 preempt_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x33e8c336 security_kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0x341509f1 init_user_ns @@ -19320,10 +19323,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x3488bd92 relay_flush EXPORT_SYMBOL_GPL vmlinux 0x34909564 i2c_generic_scl_recovery EXPORT_SYMBOL_GPL vmlinux 0x34b11a4b find_get_pid EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x34c7942f devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x34d0a0be trace_event_buffer_commit EXPORT_SYMBOL_GPL vmlinux 0x34db9cac loop_backing_file +EXPORT_SYMBOL_GPL vmlinux 0x34e67d3e devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x34f68e4d mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x35052987 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x350f8623 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x3514c081 device_reprobe EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy @@ -19335,7 +19342,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3562e9de of_pm_clk_add_clk EXPORT_SYMBOL_GPL vmlinux 0x3567743b vfio_external_user_iommu_id EXPORT_SYMBOL_GPL vmlinux 0x356e8ec3 relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0x357054cb scsi_check_sense -EXPORT_SYMBOL_GPL vmlinux 0x35748bd8 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x358c9bbc bus_get_kset EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate EXPORT_SYMBOL_GPL vmlinux 0x359b6a7c is_software_node @@ -19345,8 +19351,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x35c44ec4 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem EXPORT_SYMBOL_GPL vmlinux 0x35db08a8 security_path_link EXPORT_SYMBOL_GPL vmlinux 0x35e85a43 ata_sas_queuecmd -EXPORT_SYMBOL_GPL vmlinux 0x35eabba4 pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0x35eb0c51 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x36026c48 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x36096ce2 cgroup_rstat_updated EXPORT_SYMBOL_GPL vmlinux 0x360decc0 usb_amd_pt_check_port @@ -19355,30 +19361,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x36220340 devm_gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process EXPORT_SYMBOL_GPL vmlinux 0x3631b5ca usb_ifnum_to_if EXPORT_SYMBOL_GPL vmlinux 0x3638fd6e extcon_get_property -EXPORT_SYMBOL_GPL vmlinux 0x36411076 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x363f272a xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x364ffc33 ohci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x365f04e9 task_active_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x36722831 __efivar_entry_get -EXPORT_SYMBOL_GPL vmlinux 0x3682a0d2 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x3692da33 serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x36959403 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x369c56a4 __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36b66179 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x36bd31c6 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x36c32e83 ata_port_wait_eh EXPORT_SYMBOL_GPL vmlinux 0x36ce3b48 fb_deferred_io_init EXPORT_SYMBOL_GPL vmlinux 0x36d1c00a pm_runtime_get_if_in_use -EXPORT_SYMBOL_GPL vmlinux 0x36e73f9e xen_register_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x36e95ad2 bpf_prog_add EXPORT_SYMBOL_GPL vmlinux 0x371ea930 cpufreq_freq_transition_begin -EXPORT_SYMBOL_GPL vmlinux 0x37231176 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x372cfd6e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x3738c653 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x3740ae2d pm_generic_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0x3741b660 _proc_mkdir EXPORT_SYMBOL_GPL vmlinux 0x374c2088 kmsg_dump_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read EXPORT_SYMBOL_GPL vmlinux 0x3752b2c2 regmap_write -EXPORT_SYMBOL_GPL vmlinux 0x37533a50 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x37671671 register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0x37677aba clk_hw_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0x3777eb7d blk_abort_request @@ -19388,16 +19394,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write EXPORT_SYMBOL_GPL vmlinux 0x379f15b6 ata_sas_port_destroy EXPORT_SYMBOL_GPL vmlinux 0x37a69a4c fscrypt_drop_inode EXPORT_SYMBOL_GPL vmlinux 0x37a7d53e devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x37b692f1 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x37bc3020 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0x37dc4f79 tpm_pcr_read EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory EXPORT_SYMBOL_GPL vmlinux 0x37f292c4 pmc_atom_write -EXPORT_SYMBOL_GPL vmlinux 0x38009f4d pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy -EXPORT_SYMBOL_GPL vmlinux 0x3801d290 pskb_put -EXPORT_SYMBOL_GPL vmlinux 0x3803f186 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x380825b0 xenbus_unregister_driver -EXPORT_SYMBOL_GPL vmlinux 0x3814c5b2 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x38155209 regulator_allow_bypass EXPORT_SYMBOL_GPL vmlinux 0x382e02e6 pci_epc_unmap_addr EXPORT_SYMBOL_GPL vmlinux 0x38303f88 spi_mem_default_supports_op @@ -19409,18 +19412,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x3862b23d phy_init EXPORT_SYMBOL_GPL vmlinux 0x386e6b05 l3mdev_link_scope_lookup EXPORT_SYMBOL_GPL vmlinux 0x38706619 fwnode_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x388e354d inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count EXPORT_SYMBOL_GPL vmlinux 0x38ae1486 sbitmap_any_bit_clear -EXPORT_SYMBOL_GPL vmlinux 0x38ba1de8 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x38c79104 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x38e3c88d tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range EXPORT_SYMBOL_GPL vmlinux 0x38eb3d1a wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x390b3315 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x392b353f ata_sas_async_probe EXPORT_SYMBOL_GPL vmlinux 0x392be38b clk_gate_restore_context EXPORT_SYMBOL_GPL vmlinux 0x392e112a __get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x39373ef8 regulator_get_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x3947241a __page_mapcount -EXPORT_SYMBOL_GPL vmlinux 0x395c953a xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x3966595d dm_device_name EXPORT_SYMBOL_GPL vmlinux 0x396b88f1 tty_ldisc_release EXPORT_SYMBOL_GPL vmlinux 0x396e2fd7 ms_hyperv @@ -19429,50 +19433,53 @@ EXPORT_SYMBOL_GPL vmlinux 0x39800b05 edac_mc_find_csrow_by_page EXPORT_SYMBOL_GPL vmlinux 0x3982b7a0 __unwind_start EXPORT_SYMBOL_GPL vmlinux 0x399bb8c0 __wake_up_sync_key EXPORT_SYMBOL_GPL vmlinux 0x39a33705 crypto_spawn_tfm -EXPORT_SYMBOL_GPL vmlinux 0x39b35701 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x39ba6fa0 edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0x39c33a2d __platform_driver_register -EXPORT_SYMBOL_GPL vmlinux 0x39c89688 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module EXPORT_SYMBOL_GPL vmlinux 0x3a0e319e usb_hub_find_child EXPORT_SYMBOL_GPL vmlinux 0x3a120cd0 spi_replace_transfers -EXPORT_SYMBOL_GPL vmlinux 0x3a12dcb9 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x3a14f12b power_supply_set_property EXPORT_SYMBOL_GPL vmlinux 0x3a17ceee usb_hcd_start_port_resume EXPORT_SYMBOL_GPL vmlinux 0x3a203c90 iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a340086 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x3a3be6ec pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt EXPORT_SYMBOL_GPL vmlinux 0x3a507b1b fwnode_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a7a3091 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies EXPORT_SYMBOL_GPL vmlinux 0x3a90392c dev_pm_opp_remove_all_dynamic EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial EXPORT_SYMBOL_GPL vmlinux 0x3aa831d0 akcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x3aad66ec device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x3ab66335 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x3abc82a2 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0x3abf8ac0 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3acc40b5 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource EXPORT_SYMBOL_GPL vmlinux 0x3ae39aee __hwspin_lock_timeout EXPORT_SYMBOL_GPL vmlinux 0x3ae96c8c irq_gc_ack_set_bit EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic EXPORT_SYMBOL_GPL vmlinux 0x3af9148f platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3afffd37 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x3b1234c3 regulator_get_linear_step -EXPORT_SYMBOL_GPL vmlinux 0x3b439bad uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release EXPORT_SYMBOL_GPL vmlinux 0x3b6264f9 da903x_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x3b7124aa blk_poll EXPORT_SYMBOL_GPL vmlinux 0x3b7eec1e ata_dev_set_feature EXPORT_SYMBOL_GPL vmlinux 0x3b84bfa8 ata_sas_scsi_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x3b86f0ab xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0x3b8979ea gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3b89db8a devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x3b8b740e mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b91eb13 ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free EXPORT_SYMBOL_GPL vmlinux 0x3b9d690c vfio_device_get_from_dev EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset -EXPORT_SYMBOL_GPL vmlinux 0x3ba888fc lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0x3baa535a serdev_device_write_room EXPORT_SYMBOL_GPL vmlinux 0x3bad696b clk_register EXPORT_SYMBOL_GPL vmlinux 0x3bc01afe crypto_create_tfm @@ -19480,6 +19487,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3bc1c6bc xenbus_switch_state EXPORT_SYMBOL_GPL vmlinux 0x3bc63b32 __clk_get_hw EXPORT_SYMBOL_GPL vmlinux 0x3bcb6522 mmu_notifier_get_locked EXPORT_SYMBOL_GPL vmlinux 0x3bcc3195 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x3bda907d node_to_amd_nb EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bea7c03 rio_mport_send_doorbell EXPORT_SYMBOL_GPL vmlinux 0x3bed64c7 dev_pm_opp_put_clkname @@ -19490,15 +19498,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x3c10c689 rtc_alarm_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check EXPORT_SYMBOL_GPL vmlinux 0x3c212744 sbitmap_del_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x3c24e00d blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x3c27b0e3 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x3c3c8ce0 pci_epc_get -EXPORT_SYMBOL_GPL vmlinux 0x3c80fd76 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x3c49a01e tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x3c870d0a i2c_adapter_depth EXPORT_SYMBOL_GPL vmlinux 0x3c8a16b1 dev_pm_clear_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x3ca108b8 debugfs_real_fops -EXPORT_SYMBOL_GPL vmlinux 0x3ca6e9db pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x3ca82082 mmc_cmdq_enable EXPORT_SYMBOL_GPL vmlinux 0x3cb803f3 to_nvdimm -EXPORT_SYMBOL_GPL vmlinux 0x3ccd8004 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3cdf4667 crypto_destroy_tfm EXPORT_SYMBOL_GPL vmlinux 0x3ce9384a rdev_get_id @@ -19509,47 +19516,46 @@ EXPORT_SYMBOL_GPL vmlinux 0x3d25c6a6 phy_remove_lookup EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end EXPORT_SYMBOL_GPL vmlinux 0x3d3e9935 irq_find_matching_fwspec EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d578015 xen_unregister_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x3d657df4 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x3d67e68e skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x3d79f049 gpiod_unexport EXPORT_SYMBOL_GPL vmlinux 0x3d7a527d usb_control_msg EXPORT_SYMBOL_GPL vmlinux 0x3d7f5bd3 irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0x3d88c9c4 __devm_regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size EXPORT_SYMBOL_GPL vmlinux 0x3d8e3cb1 gpiod_set_array_value -EXPORT_SYMBOL_GPL vmlinux 0x3d914ec0 ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x3d945348 edac_pci_create_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0x3dabfcbc regmap_noinc_read EXPORT_SYMBOL_GPL vmlinux 0x3dae5871 events_sysfs_show EXPORT_SYMBOL_GPL vmlinux 0x3db605df __scsi_init_queue EXPORT_SYMBOL_GPL vmlinux 0x3db75b78 devfreq_event_reset_event EXPORT_SYMBOL_GPL vmlinux 0x3dbfee5f regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x3dcc6ecf ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu -EXPORT_SYMBOL_GPL vmlinux 0x3ddb1d30 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final EXPORT_SYMBOL_GPL vmlinux 0x3df9acb0 perf_aux_output_skip EXPORT_SYMBOL_GPL vmlinux 0x3dfa2671 uprobe_register_refctr -EXPORT_SYMBOL_GPL vmlinux 0x3e071b33 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x3e099758 devfreq_event_get_event EXPORT_SYMBOL_GPL vmlinux 0x3e0a7e0c usb_wakeup_enabled_descendants EXPORT_SYMBOL_GPL vmlinux 0x3e0e375f serial8250_rpm_put_tx -EXPORT_SYMBOL_GPL vmlinux 0x3e34f861 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x3e1f8e52 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x3e2286ff inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x3e493064 devm_regulator_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x3e545db6 irq_chip_mask_ack_parent EXPORT_SYMBOL_GPL vmlinux 0x3e5e3b4b perf_event_disable EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer -EXPORT_SYMBOL_GPL vmlinux 0x3e742366 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x3e77b161 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x3e858bb4 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x3e9beccb xenbus_dev_remove EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup EXPORT_SYMBOL_GPL vmlinux 0x3ea89185 led_sysfs_enable -EXPORT_SYMBOL_GPL vmlinux 0x3eaa341b ip_fib_metrics_init -EXPORT_SYMBOL_GPL vmlinux 0x3eac535d dst_cache_set_ip4 -EXPORT_SYMBOL_GPL vmlinux 0x3eb75456 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3ee53074 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access EXPORT_SYMBOL_GPL vmlinux 0x3f2196f8 acpi_dev_resource_address_space -EXPORT_SYMBOL_GPL vmlinux 0x3f21f487 rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x3f4b6caf housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x3f507279 raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x3f683889 add_swap_extent EXPORT_SYMBOL_GPL vmlinux 0x3f7bb544 sfp_register_socket EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive @@ -19560,8 +19566,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x3fbc1457 gpiod_to_chip EXPORT_SYMBOL_GPL vmlinux 0x3fcb78fe irq_create_strict_mappings EXPORT_SYMBOL_GPL vmlinux 0x3fccceb2 tty_perform_flush EXPORT_SYMBOL_GPL vmlinux 0x3fcf911b posix_clock_register -EXPORT_SYMBOL_GPL vmlinux 0x3fd303fd virtio_finalize_features +EXPORT_SYMBOL_GPL vmlinux 0x3fd4304f devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x3fd7415c ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x3fd9aad7 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0x3fddcfb3 iomap_migrate_page EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL vmlinux 0x3fe406a3 sysfs_change_owner @@ -19571,6 +19578,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3fef232a cec_transmit_done_ts EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next EXPORT_SYMBOL_GPL vmlinux 0x40047ccc phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400b54d4 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x402001c3 palmas_ext_control_req_config EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups EXPORT_SYMBOL_GPL vmlinux 0x4029b3fc pci_epc_add_epf @@ -19585,6 +19593,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x408ed661 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x408fed02 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free EXPORT_SYMBOL_GPL vmlinux 0x409b8c16 regulator_suspend_enable EXPORT_SYMBOL_GPL vmlinux 0x40a9b72a cec_delete_adapter @@ -19593,30 +19602,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x40b43bd0 sbitmap_add_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x40d1d9cd dev_coredumpm EXPORT_SYMBOL_GPL vmlinux 0x40dae54a cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0x40dd1b5e debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x40ef08d2 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put EXPORT_SYMBOL_GPL vmlinux 0x40f6eb3f iommu_get_domain_for_dev EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before -EXPORT_SYMBOL_GPL vmlinux 0x40f9d7de udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x40fef1b0 regulator_set_suspend_voltage EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle -EXPORT_SYMBOL_GPL vmlinux 0x410616f6 skb_segment EXPORT_SYMBOL_GPL vmlinux 0x4122a132 register_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask EXPORT_SYMBOL_GPL vmlinux 0x4142d165 efivars_kobject EXPORT_SYMBOL_GPL vmlinux 0x414a8103 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x414c41a3 pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings -EXPORT_SYMBOL_GPL vmlinux 0x414d9fdd ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x4150205f wm8350_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0x415d89e8 scsi_dh_set_params EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x416565fc dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x416cd0bf blkg_rwstat_recursive_sum -EXPORT_SYMBOL_GPL vmlinux 0x4171f325 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer EXPORT_SYMBOL_GPL vmlinux 0x41a5a34b device_show_int EXPORT_SYMBOL_GPL vmlinux 0x41a913b2 regulator_map_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0x41b200f9 percpu_ref_init EXPORT_SYMBOL_GPL vmlinux 0x41bbb17f usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x41e06d9a devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x41e66949 devm_regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x41ee4375 regulator_map_voltage_linear @@ -19632,38 +19641,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x422cb70a mctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x42313219 kvm_read_and_reset_pf_reason EXPORT_SYMBOL_GPL vmlinux 0x4242d758 sysfs_add_link_to_group EXPORT_SYMBOL_GPL vmlinux 0x42461c63 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4246a1e2 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x424f65fe xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0x4252ba70 gpiochip_line_is_irq EXPORT_SYMBOL_GPL vmlinux 0x425603ec __wait_rcu_gp -EXPORT_SYMBOL_GPL vmlinux 0x4257735b rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x4257da9d virtqueue_disable_cb EXPORT_SYMBOL_GPL vmlinux 0x4257ea17 __devm_regmap_init EXPORT_SYMBOL_GPL vmlinux 0x425ec06a usb_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags -EXPORT_SYMBOL_GPL vmlinux 0x426a1723 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active EXPORT_SYMBOL_GPL vmlinux 0x429b4313 debugfs_write_file_bool -EXPORT_SYMBOL_GPL vmlinux 0x42bc322f rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x42bfd4f9 __ablkcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0x42c81c6b ata_host_suspend EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs EXPORT_SYMBOL_GPL vmlinux 0x42faa578 md_rdev_init EXPORT_SYMBOL_GPL vmlinux 0x42fba1c7 __sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x4305fd98 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x4307bf6d devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x432bf378 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x43338c7d pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse EXPORT_SYMBOL_GPL vmlinux 0x434067e2 tty_set_termios EXPORT_SYMBOL_GPL vmlinux 0x43418f33 unregister_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4384273e pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x438c86d6 regulator_disable EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get EXPORT_SYMBOL_GPL vmlinux 0x438e6b3b fsverity_verify_bio EXPORT_SYMBOL_GPL vmlinux 0x43921407 device_del +EXPORT_SYMBOL_GPL vmlinux 0x43a2bd5a call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x43b7a47c acpi_dev_get_property EXPORT_SYMBOL_GPL vmlinux 0x43c3ed78 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x43de7dad pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x43f0bb9a pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate -EXPORT_SYMBOL_GPL vmlinux 0x4415b08e sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x44315c21 vfs_fallocate EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features EXPORT_SYMBOL_GPL vmlinux 0x444910b9 device_property_read_u64_array @@ -19672,16 +19686,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x446b79e9 xdp_rxq_info_reg EXPORT_SYMBOL_GPL vmlinux 0x447a7b6d platform_device_register_full EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe EXPORT_SYMBOL_GPL vmlinux 0x448f1eb5 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x448fbd1c xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x449e2b59 sched_trace_cfs_rq_path +EXPORT_SYMBOL_GPL vmlinux 0x44b7db3a ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x44baf8f5 blk_queue_required_elevator_features -EXPORT_SYMBOL_GPL vmlinux 0x44c23763 init_dummy_netdev -EXPORT_SYMBOL_GPL vmlinux 0x44c27c3b fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen EXPORT_SYMBOL_GPL vmlinux 0x450c7168 tpm_transmit_cmd -EXPORT_SYMBOL_GPL vmlinux 0x451a85ec netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x4522a71b virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0x4524257b iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0x4528ade1 kallsyms_on_each_symbol @@ -19691,18 +19704,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x454a6fa5 md_allow_write EXPORT_SYMBOL_GPL vmlinux 0x455309ff usb_hub_claim_port EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457abd96 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0x4582b0d1 pwm_capture EXPORT_SYMBOL_GPL vmlinux 0x45c450a7 pid_nr_ns EXPORT_SYMBOL_GPL vmlinux 0x45ceea9a device_match_of_node EXPORT_SYMBOL_GPL vmlinux 0x45cf74de acpi_set_modalias EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page EXPORT_SYMBOL_GPL vmlinux 0x45d55982 regulator_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x45e231b3 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x45f96b99 usb_disable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x4611696f crypto_register_scomps EXPORT_SYMBOL_GPL vmlinux 0x4621098c apei_get_debugfs_dir -EXPORT_SYMBOL_GPL vmlinux 0x46312f8a ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x463c924f efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0x463d8290 __irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0x464814fc virtqueue_get_buf @@ -19722,6 +19734,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x46c655b6 crypto_unregister_templates EXPORT_SYMBOL_GPL vmlinux 0x46da0faa dev_pm_qos_hide_flags EXPORT_SYMBOL_GPL vmlinux 0x46da14a5 fuse_do_open EXPORT_SYMBOL_GPL vmlinux 0x46dd533c irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x46de177f dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x46e480b6 replace_page_cache_page EXPORT_SYMBOL_GPL vmlinux 0x46e6d706 ref_module EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put @@ -19731,6 +19744,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4721dc16 ata_pci_sff_init_host EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x472a37dd bpfilter_ops EXPORT_SYMBOL_GPL vmlinux 0x472c3e76 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x472cb839 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x476167c8 remove_memory EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier EXPORT_SYMBOL_GPL vmlinux 0x4769cdec nd_region_provider_data @@ -19738,7 +19752,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x4772a90b usb_sg_wait EXPORT_SYMBOL_GPL vmlinux 0x47758339 nvdimm_flush EXPORT_SYMBOL_GPL vmlinux 0x47788efb ehci_adjust_port_wakeup_flags EXPORT_SYMBOL_GPL vmlinux 0x477d34ac pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x4783f24e ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478bdeab rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable EXPORT_SYMBOL_GPL vmlinux 0x47a89953 __tracepoint_pelt_cfs_tp EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy @@ -19748,7 +19764,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw EXPORT_SYMBOL_GPL vmlinux 0x47dab19b devm_regulator_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux EXPORT_SYMBOL_GPL vmlinux 0x47f6db19 serdev_device_set_baudrate -EXPORT_SYMBOL_GPL vmlinux 0x4801d26b fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x48220135 virtqueue_add_sgs EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire EXPORT_SYMBOL_GPL vmlinux 0x485809b7 alloc_vm_area @@ -19760,14 +19775,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x489853cb badblocks_store EXPORT_SYMBOL_GPL vmlinux 0x489ac9f4 bpf_prog_alloc EXPORT_SYMBOL_GPL vmlinux 0x48a01666 fat_free_clusters EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get -EXPORT_SYMBOL_GPL vmlinux 0x48a9bfc7 fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x48d18f45 nvdimm_setup_pfn EXPORT_SYMBOL_GPL vmlinux 0x48d676c1 crypto_shash_update EXPORT_SYMBOL_GPL vmlinux 0x48dd81b8 devm_clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0x48f49400 apei_hest_parse EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x49466c92 sysfs_create_bin_file -EXPORT_SYMBOL_GPL vmlinux 0x4947889a sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x4952dab8 crypto_drop_spawn EXPORT_SYMBOL_GPL vmlinux 0x495ce051 fsnotify_add_mark EXPORT_SYMBOL_GPL vmlinux 0x497dca18 gpiochip_generic_free @@ -19784,17 +19797,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x49b261fa ata_sff_drain_fifo EXPORT_SYMBOL_GPL vmlinux 0x49c14a61 ex_handler_fault EXPORT_SYMBOL_GPL vmlinux 0x49c2cf88 acpi_initialize_hp_context EXPORT_SYMBOL_GPL vmlinux 0x49c951c5 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x49ce9065 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x49e66e49 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x49ff21a0 __ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x4a185792 dma_max_mapping_size EXPORT_SYMBOL_GPL vmlinux 0x4a196efe sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4a22ddca devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data EXPORT_SYMBOL_GPL vmlinux 0x4a4e0db5 blk_queue_max_discard_segments EXPORT_SYMBOL_GPL vmlinux 0x4a587448 balloon_page_enqueue EXPORT_SYMBOL_GPL vmlinux 0x4a7df51c devm_hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0x4a7f342d uv_type EXPORT_SYMBOL_GPL vmlinux 0x4a8ad11d skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x4a93fbd6 nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x4a94a66c serdev_device_close EXPORT_SYMBOL_GPL vmlinux 0x4a95997c iommu_aux_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x4aa55181 dev_pm_opp_get_voltage @@ -19803,17 +19820,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page EXPORT_SYMBOL_GPL vmlinux 0x4ac5e3ba thermal_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0x4adf87cf efivars_register EXPORT_SYMBOL_GPL vmlinux 0x4ae125e5 cec_s_conn_info -EXPORT_SYMBOL_GPL vmlinux 0x4ae3a103 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x4ae6c31e debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x4af24dd2 nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd EXPORT_SYMBOL_GPL vmlinux 0x4b1d94aa mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x4b218b7e ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x4b2eddc5 init_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0x4b3d0fc7 pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x4b4dcf39 dummy_con EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4b54f814 devres_alloc_node EXPORT_SYMBOL_GPL vmlinux 0x4b554449 serial8250_read_char EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b730863 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x4b75b6b7 crypto_unregister_ahashes EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread EXPORT_SYMBOL_GPL vmlinux 0x4b7dc6d8 vring_new_virtqueue @@ -19822,6 +19840,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4b902da0 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features EXPORT_SYMBOL_GPL vmlinux 0x4b9bd5c1 bio_disassociate_blkg EXPORT_SYMBOL_GPL vmlinux 0x4bb08bd4 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x4bbf73d0 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init EXPORT_SYMBOL_GPL vmlinux 0x4bdf5ee6 acpi_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes @@ -19830,6 +19849,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x4c434050 noop_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module EXPORT_SYMBOL_GPL vmlinux 0x4c4d4825 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x4c58ec4a inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c663ca0 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x4c6c5f49 sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping EXPORT_SYMBOL_GPL vmlinux 0x4c98e96f kill_pid_usb_asyncio @@ -19839,9 +19860,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x4cf9aaab kobject_uevent_env EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable EXPORT_SYMBOL_GPL vmlinux 0x4d202b8c __xas_prev EXPORT_SYMBOL_GPL vmlinux 0x4d2eed2f cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x4d3ec0de ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues EXPORT_SYMBOL_GPL vmlinux 0x4d5041f3 vfs_write EXPORT_SYMBOL_GPL vmlinux 0x4d5436b4 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x4d63c612 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x4d82b314 gpiochip_free_own_desc EXPORT_SYMBOL_GPL vmlinux 0x4d8a96ab xas_set_mark EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf @@ -19851,11 +19874,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x4dfc6f4b pci_epf_unbind EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x4e34170f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x4e3457cb ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x4e423568 gpiod_get_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0x4e471e5f l3mdev_update_flow EXPORT_SYMBOL_GPL vmlinux 0x4e4ca34b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x4e59d860 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x4e5a0328 sata_scr_read EXPORT_SYMBOL_GPL vmlinux 0x4e5cce6f pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x4e5d5bcd pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x4e67b846 regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x4e772da5 rdev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status @@ -19866,9 +19892,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x4ec73be5 rtc_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x4ed01326 noop_backing_dev_info EXPORT_SYMBOL_GPL vmlinux 0x4ed030f0 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x4ee55ac2 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x4eebade6 shmem_zero_setup EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context EXPORT_SYMBOL_GPL vmlinux 0x4efc255b rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4f15f11c pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x4f22bc3b blk_queue_write_cache EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads @@ -19886,21 +19914,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x4fc02643 rhashtable_walk_exit EXPORT_SYMBOL_GPL vmlinux 0x4fdbaffa clk_hw_is_prepared EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier -EXPORT_SYMBOL_GPL vmlinux 0x4fe8ad6b strp_stop EXPORT_SYMBOL_GPL vmlinux 0x4ff85bd8 usb_find_interface EXPORT_SYMBOL_GPL vmlinux 0x50068565 bpf_offload_dev_netdev_unregister EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register -EXPORT_SYMBOL_GPL vmlinux 0x500ef243 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi EXPORT_SYMBOL_GPL vmlinux 0x507a62b1 iomap_releasepage EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst -EXPORT_SYMBOL_GPL vmlinux 0x508a4369 raw_seq_stop -EXPORT_SYMBOL_GPL vmlinux 0x508f6502 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x508d0929 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start EXPORT_SYMBOL_GPL vmlinux 0x509bd086 ata_sff_postreset EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x50abc607 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation -EXPORT_SYMBOL_GPL vmlinux 0x50b15c90 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0x50bbaf8b pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine EXPORT_SYMBOL_GPL vmlinux 0x50dc0b8d wm5110_spi_regmap @@ -19909,13 +19934,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x50f5da1a setfl EXPORT_SYMBOL_GPL vmlinux 0x50f6df84 xen_xlate_unmap_gfn_range EXPORT_SYMBOL_GPL vmlinux 0x50f88f8a gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512bb6c3 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x516c1e3d simple_attr_open EXPORT_SYMBOL_GPL vmlinux 0x518120d3 virtqueue_get_desc_addr -EXPORT_SYMBOL_GPL vmlinux 0x5181d29f nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq -EXPORT_SYMBOL_GPL vmlinux 0x51aa1c98 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x51ad981a devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x51adee38 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x51b0f1ec blkdev_read_iter EXPORT_SYMBOL_GPL vmlinux 0x51b86810 tpmm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0x51ce0da2 thermal_notify_framework @@ -19924,16 +19949,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x51f142c3 vfio_external_group_match_file EXPORT_SYMBOL_GPL vmlinux 0x51f63936 usb_reset_device EXPORT_SYMBOL_GPL vmlinux 0x5208aff3 regulator_get_error_flags EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event -EXPORT_SYMBOL_GPL vmlinux 0x5215bda8 udp_destruct_sock -EXPORT_SYMBOL_GPL vmlinux 0x5217b39c inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x5234c7b3 sched_trace_cfs_rq_avg EXPORT_SYMBOL_GPL vmlinux 0x523a5072 phy_create_lookup EXPORT_SYMBOL_GPL vmlinux 0x523a6f03 acpi_dev_add_driver_gpios -EXPORT_SYMBOL_GPL vmlinux 0x523fa2a4 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table -EXPORT_SYMBOL_GPL vmlinux 0x5253f62e ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0x527aaf18 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0x52896727 perf_event_sysfs_show @@ -19944,13 +19965,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x52c198f1 set_online_page_callback EXPORT_SYMBOL_GPL vmlinux 0x52d4a5f0 kernfs_put EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52d6f661 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5304df35 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x530b3aac pm_generic_freeze_late EXPORT_SYMBOL_GPL vmlinux 0x531cb7d7 serial8250_rpm_get EXPORT_SYMBOL_GPL vmlinux 0x5320e6d1 extcon_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x5322753e device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x5327a22e bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0x532d3bda devm_spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0x532e9a98 vring_transport_features -EXPORT_SYMBOL_GPL vmlinux 0x534121c9 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x534a5f1d crypto_alloc_base EXPORT_SYMBOL_GPL vmlinux 0x5357e6ac rio_dma_prep_xfer EXPORT_SYMBOL_GPL vmlinux 0x535b649b __online_page_increment_counters @@ -19958,22 +19980,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x5361d4ba unregister_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert EXPORT_SYMBOL_GPL vmlinux 0x5377071f usb_hcd_platform_shutdown EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538e57b3 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x5391f2c7 gnttab_end_foreign_access_ref EXPORT_SYMBOL_GPL vmlinux 0x53943c4c pm_runtime_barrier EXPORT_SYMBOL_GPL vmlinux 0x539c1733 pm_clk_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late -EXPORT_SYMBOL_GPL vmlinux 0x539f35be pci_enable_pasid -EXPORT_SYMBOL_GPL vmlinux 0x53a293b3 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x53c31850 dev_pm_opp_get_max_clock_latency EXPORT_SYMBOL_GPL vmlinux 0x53c370b7 virtio_config_changed EXPORT_SYMBOL_GPL vmlinux 0x53c47c53 apic +EXPORT_SYMBOL_GPL vmlinux 0x53d41fc4 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x53e7c89a edac_pci_del_device EXPORT_SYMBOL_GPL vmlinux 0x53f59908 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x54048fad pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x540ec6a7 platform_device_add_resources EXPORT_SYMBOL_GPL vmlinux 0x54112746 devm_power_supply_register_no_ws EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 -EXPORT_SYMBOL_GPL vmlinux 0x542174ff devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x5431e854 rtc_update_irq EXPORT_SYMBOL_GPL vmlinux 0x5434024c tty_get_pgrp EXPORT_SYMBOL_GPL vmlinux 0x5438ea3d gen10g_config_aneg @@ -20010,18 +20032,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x557246f6 i2c_probe_func_quick_read EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map EXPORT_SYMBOL_GPL vmlinux 0x55abee4a crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x55b217d6 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout EXPORT_SYMBOL_GPL vmlinux 0x55f1e399 da9052_adc_manual_read EXPORT_SYMBOL_GPL vmlinux 0x55f951e5 __xenbus_register_backend EXPORT_SYMBOL_GPL vmlinux 0x55f955c9 edac_device_handle_ue -EXPORT_SYMBOL_GPL vmlinux 0x56024681 ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x5629b1a8 bpf_prog_free EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status -EXPORT_SYMBOL_GPL vmlinux 0x56311f83 skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable EXPORT_SYMBOL_GPL vmlinux 0x563fa75a devm_free_pages EXPORT_SYMBOL_GPL vmlinux 0x56409c61 devfreq_event_add_edev @@ -20031,17 +20052,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x565aa14f platform_device_del EXPORT_SYMBOL_GPL vmlinux 0x565c8b0a init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x565f95d3 unregister_acpi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x5660ba5c usb_get_hcd -EXPORT_SYMBOL_GPL vmlinux 0x5673c27f devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x5674b3cb rhashtable_free_and_destroy EXPORT_SYMBOL_GPL vmlinux 0x568d00a3 of_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0x5698b214 rtc_class_open EXPORT_SYMBOL_GPL vmlinux 0x56b8df80 spi_controller_dma_map_mem_op_data -EXPORT_SYMBOL_GPL vmlinux 0x56c129f3 acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x56c18b51 device_set_wakeup_capable EXPORT_SYMBOL_GPL vmlinux 0x56d5739d clk_hw_get_num_parents EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up EXPORT_SYMBOL_GPL vmlinux 0x56de8ee8 driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0x56e30a02 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x56f8069e pci_intx EXPORT_SYMBOL_GPL vmlinux 0x57194902 aead_register_instance EXPORT_SYMBOL_GPL vmlinux 0x571e32a4 devm_mdiobus_free EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on @@ -20049,35 +20068,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x57303db9 to_nvdimm_bus EXPORT_SYMBOL_GPL vmlinux 0x57331d1d unuse_mm EXPORT_SYMBOL_GPL vmlinux 0x57395a7e fsnotify_put_group EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options -EXPORT_SYMBOL_GPL vmlinux 0x573db6bf lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5746b539 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x574fc58c system_serial_number EXPORT_SYMBOL_GPL vmlinux 0x575ec705 wm8350_device_init EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x57732438 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x578813e1 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x578c89f1 sdio_readsb EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5792b696 __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all EXPORT_SYMBOL_GPL vmlinux 0x57adf1a1 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x57ae83d7 raw_abort EXPORT_SYMBOL_GPL vmlinux 0x57c39727 kdb_register_flags EXPORT_SYMBOL_GPL vmlinux 0x57c79d30 devres_for_each_res -EXPORT_SYMBOL_GPL vmlinux 0x57e83135 devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0x57dc9750 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral -EXPORT_SYMBOL_GPL vmlinux 0x58084737 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x580949dc debugfs_create_x64 EXPORT_SYMBOL_GPL vmlinux 0x5809f2ab pci_epc_stop EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id -EXPORT_SYMBOL_GPL vmlinux 0x582c2903 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x582b994f ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x58300307 shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock EXPORT_SYMBOL_GPL vmlinux 0x58342cd3 ohci_hub_status_data EXPORT_SYMBOL_GPL vmlinux 0x5836a848 rio_enable_rx_tx_port EXPORT_SYMBOL_GPL vmlinux 0x583c74cd irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x58466fb3 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x584b581b xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq -EXPORT_SYMBOL_GPL vmlinux 0x58667abb __nf_ip6_route -EXPORT_SYMBOL_GPL vmlinux 0x587675b2 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x58784a52 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info EXPORT_SYMBOL_GPL vmlinux 0x5886217e blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0x588b47ca devm_hwspin_lock_register @@ -20088,25 +20109,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x58bbe95f gnttab_map_refs EXPORT_SYMBOL_GPL vmlinux 0x58d13ea7 cpuidle_enable_device EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove -EXPORT_SYMBOL_GPL vmlinux 0x58eb0c99 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x58ea9227 ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x58f03b99 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x58f36008 fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x5923b349 __vring_new_virtqueue -EXPORT_SYMBOL_GPL vmlinux 0x5931e93e pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature EXPORT_SYMBOL_GPL vmlinux 0x5981cb9f rio_add_net EXPORT_SYMBOL_GPL vmlinux 0x59822c7e pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf EXPORT_SYMBOL_GPL vmlinux 0x599c3362 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x599e3f6d phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x59a52a11 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x59a80202 tracing_snapshot_cond_disable EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x59c6aff4 irq_set_affinity_hint EXPORT_SYMBOL_GPL vmlinux 0x59d5ae1a scsi_internal_device_unblock_nowait EXPORT_SYMBOL_GPL vmlinux 0x59dd3cff fat_build_inode -EXPORT_SYMBOL_GPL vmlinux 0x59efdaff __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x5a167241 del_dma_domain EXPORT_SYMBOL_GPL vmlinux 0x5a293ccf regulator_get_voltage_rdev -EXPORT_SYMBOL_GPL vmlinux 0x5a3276d9 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x5a3731b6 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del EXPORT_SYMBOL_GPL vmlinux 0x5a5b7a9a regmap_check_range_table EXPORT_SYMBOL_GPL vmlinux 0x5a692ff6 usb_alloc_coherent @@ -20115,27 +20136,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x5a6e46aa extcon_set_property_capability EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify EXPORT_SYMBOL_GPL vmlinux 0x5a901c69 spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0x5a99760a mmc_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5aa35a75 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner EXPORT_SYMBOL_GPL vmlinux 0x5ac755d3 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x5ac84efa strp_done EXPORT_SYMBOL_GPL vmlinux 0x5acd17c1 md_do_sync EXPORT_SYMBOL_GPL vmlinux 0x5af1e3b9 list_lru_del EXPORT_SYMBOL_GPL vmlinux 0x5af21651 efivars_unregister EXPORT_SYMBOL_GPL vmlinux 0x5afc7e37 bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x5b120f0a acpiphp_register_attention EXPORT_SYMBOL_GPL vmlinux 0x5b18184e rio_request_mport_dma EXPORT_SYMBOL_GPL vmlinux 0x5b190182 clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0x5b21596f gov_attr_set_init EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek EXPORT_SYMBOL_GPL vmlinux 0x5b35c4f9 vfio_group_set_kvm EXPORT_SYMBOL_GPL vmlinux 0x5b3682b2 dax_inode -EXPORT_SYMBOL_GPL vmlinux 0x5b3e3553 raw_abort EXPORT_SYMBOL_GPL vmlinux 0x5b6775a6 gpiochip_unlock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x5b67f586 devm_regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b800d94 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x5b884364 hyperv_report_panic_msg EXPORT_SYMBOL_GPL vmlinux 0x5b959ed2 platform_get_resource_byname EXPORT_SYMBOL_GPL vmlinux 0x5bb08268 da903x_reads EXPORT_SYMBOL_GPL vmlinux 0x5bb289ac __tracepoint_extlog_mem_event EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bcc309d agp_remove_bridge EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp EXPORT_SYMBOL_GPL vmlinux 0x5bde9a2c blk_update_request @@ -20151,7 +20176,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c5e971d led_set_brightness_nopm EXPORT_SYMBOL_GPL vmlinux 0x5c63a731 hvc_alloc EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker EXPORT_SYMBOL_GPL vmlinux 0x5c6a1719 dev_pm_opp_register_set_opp_helper -EXPORT_SYMBOL_GPL vmlinux 0x5c84a358 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x5c994fdb ata_link_next EXPORT_SYMBOL_GPL vmlinux 0x5ca7db14 tty_buffer_lock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch @@ -20161,15 +20185,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x5cc284ba badblocks_show EXPORT_SYMBOL_GPL vmlinux 0x5cf94044 devm_regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x5cffc77c shash_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d12e8f2 sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write EXPORT_SYMBOL_GPL vmlinux 0x5d1b47a9 __percpu_down_read EXPORT_SYMBOL_GPL vmlinux 0x5d2d8063 device_rename EXPORT_SYMBOL_GPL vmlinux 0x5d2e7efd crypto_register_kpp EXPORT_SYMBOL_GPL vmlinux 0x5d34addf vfio_iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x5d390b1b devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x5d409619 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x5d4b3c6a clk_mux_determine_rate_flags -EXPORT_SYMBOL_GPL vmlinux 0x5d6c7845 devlink_region_create -EXPORT_SYMBOL_GPL vmlinux 0x5d83cf76 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5dbc53a3 platform_msi_domain_alloc_irqs @@ -20183,13 +20207,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x5e1cc8ed adp5520_write EXPORT_SYMBOL_GPL vmlinux 0x5e292534 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5e30881f pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x5e313119 input_ff_erase EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl -EXPORT_SYMBOL_GPL vmlinux 0x5e5ad07d devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x5e6c8565 xenbus_dev_cancel EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val -EXPORT_SYMBOL_GPL vmlinux 0x5e9c1941 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x5ea36d23 anon_transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x5ea5a090 platform_irq_count EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify @@ -20208,14 +20231,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x5f2b1f22 __cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0x5f3cd991 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x5f42f2c7 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x5f6532df fuse_dev_install EXPORT_SYMBOL_GPL vmlinux 0x5f694457 ptp_classify_raw -EXPORT_SYMBOL_GPL vmlinux 0x5f6ba1a9 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private EXPORT_SYMBOL_GPL vmlinux 0x5f771e01 fsverity_ioctl_measure EXPORT_SYMBOL_GPL vmlinux 0x5f7e58e0 crypto_unregister_akcipher EXPORT_SYMBOL_GPL vmlinux 0x5fa963e2 __lock_page_killable -EXPORT_SYMBOL_GPL vmlinux 0x5fb86725 skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x5fdc2fcd mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt EXPORT_SYMBOL_GPL vmlinux 0x5ff0112a iommu_present @@ -20231,6 +20253,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x604e1731 rio_map_outb_region EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush EXPORT_SYMBOL_GPL vmlinux 0x60573474 device_move +EXPORT_SYMBOL_GPL vmlinux 0x605afece ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put EXPORT_SYMBOL_GPL vmlinux 0x60806523 i2c_acpi_get_i2c_resource EXPORT_SYMBOL_GPL vmlinux 0x6082d1e3 class_unregister @@ -20241,18 +20264,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x60a634c4 vfio_info_cap_add EXPORT_SYMBOL_GPL vmlinux 0x60bdb7f2 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x60cd7641 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x60d1e50f serial8250_em485_init +EXPORT_SYMBOL_GPL vmlinux 0x60ed1a3a __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf EXPORT_SYMBOL_GPL vmlinux 0x60fbbca2 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x6103104e tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x610a72b3 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x610bc492 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x61350d39 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x613ed9c1 acpi_bind_one EXPORT_SYMBOL_GPL vmlinux 0x6143608a iommu_dev_disable_feature -EXPORT_SYMBOL_GPL vmlinux 0x614c86de ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x6178b3ae clockevents_register_device -EXPORT_SYMBOL_GPL vmlinux 0x617b0ea1 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0x617c5113 __devm_create_dev_dax EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add EXPORT_SYMBOL_GPL vmlinux 0x6189b8f7 fwnode_property_read_u32_array @@ -20260,16 +20286,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x618f8030 smpboot_register_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0x619b14da fpstate_init EXPORT_SYMBOL_GPL vmlinux 0x61ae1d2d xas_pause EXPORT_SYMBOL_GPL vmlinux 0x61c3de8b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x61cb27e0 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x61cefae2 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x61d53d7f nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x61d87f36 clear_foreign_p2m_mapping -EXPORT_SYMBOL_GPL vmlinux 0x61ebfa3e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x61ec7ac8 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0x61f88b66 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x620dedaa rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x6211565f securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x62180d6b rio_route_get_entry EXPORT_SYMBOL_GPL vmlinux 0x622524be pci_epc_clear_bar EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier -EXPORT_SYMBOL_GPL vmlinux 0x623317cf skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x6236c261 of_phy_get EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context @@ -20284,9 +20312,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x62a8feef nvdimm_blk_region_create EXPORT_SYMBOL_GPL vmlinux 0x62b3be71 ata_host_init EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift EXPORT_SYMBOL_GPL vmlinux 0x62cae61a sched_trace_rd_span -EXPORT_SYMBOL_GPL vmlinux 0x62d2158c ping_err EXPORT_SYMBOL_GPL vmlinux 0x62d3c57a tty_port_register_device_attr_serdev EXPORT_SYMBOL_GPL vmlinux 0x62da787c gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x62ecbb69 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x630eb0d2 rio_unmap_outb_region EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake @@ -20299,13 +20327,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x634bf479 sysfs_update_group EXPORT_SYMBOL_GPL vmlinux 0x634d6b6a vring_create_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x63569070 page_cache_async_readahead EXPORT_SYMBOL_GPL vmlinux 0x636bccd7 device_change_owner -EXPORT_SYMBOL_GPL vmlinux 0x636ca011 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x63704f07 led_classdev_suspend -EXPORT_SYMBOL_GPL vmlinux 0x637f7e67 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x63752e35 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x637c4e86 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x637fe2d1 srcu_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x638699cb rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6389fb63 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x639a5938 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x63a8cffe regmap_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x63abdcae bpf_event_output EXPORT_SYMBOL_GPL vmlinux 0x63acdb2f attribute_container_find_class_device @@ -20318,28 +20348,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x63c8fd2b hv_setup_stimer0_irq EXPORT_SYMBOL_GPL vmlinux 0x63cd555d crypto_shash_digest EXPORT_SYMBOL_GPL vmlinux 0x63db9b74 __get_vm_area EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str -EXPORT_SYMBOL_GPL vmlinux 0x63f25ec5 agp_remove_bridge -EXPORT_SYMBOL_GPL vmlinux 0x6409b0b9 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint EXPORT_SYMBOL_GPL vmlinux 0x6413c4da blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0x643114da remove_irq -EXPORT_SYMBOL_GPL vmlinux 0x6440274f usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x644a1943 regcache_mark_dirty EXPORT_SYMBOL_GPL vmlinux 0x64551440 power_supply_get_property EXPORT_SYMBOL_GPL vmlinux 0x645566ac crypto_find_alg EXPORT_SYMBOL_GPL vmlinux 0x6466e627 fixup_user_fault EXPORT_SYMBOL_GPL vmlinux 0x64724409 ata_sff_check_status EXPORT_SYMBOL_GPL vmlinux 0x6479908b crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x648fa010 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x6491f9b9 regmap_get_max_register EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous EXPORT_SYMBOL_GPL vmlinux 0x6497cb23 thermal_remove_hwmon_sysfs EXPORT_SYMBOL_GPL vmlinux 0x64a1a14d dev_pm_qos_expose_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0x64a26a10 __vfs_setxattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter -EXPORT_SYMBOL_GPL vmlinux 0x64aac388 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x64bc7df5 pinctrl_pm_select_idle_state EXPORT_SYMBOL_GPL vmlinux 0x64bdcaa8 hv_get_tsc_page EXPORT_SYMBOL_GPL vmlinux 0x64d3cc4e xas_load +EXPORT_SYMBOL_GPL vmlinux 0x64e02b24 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf @@ -20355,12 +20383,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x658f9abd device_create_bin_file EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register EXPORT_SYMBOL_GPL vmlinux 0x65a508e7 devm_regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0x65b0124e proc_create_net_data -EXPORT_SYMBOL_GPL vmlinux 0x65b95b1f bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x65ca8eb3 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x65cb7f64 da9052_regmap_config EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers EXPORT_SYMBOL_GPL vmlinux 0x65cf0844 perf_aux_output_begin EXPORT_SYMBOL_GPL vmlinux 0x65dd33f2 __devm_regmap_init_mmio_clk -EXPORT_SYMBOL_GPL vmlinux 0x65f653b2 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x65eac5e3 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65ecdf36 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x65f4faf6 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x6600fffa usb_phy_get_charger_current EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol EXPORT_SYMBOL_GPL vmlinux 0x6628a284 irqd_cfg @@ -20368,6 +20398,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x662aead4 sdio_f0_writeb EXPORT_SYMBOL_GPL vmlinux 0x6632f2bb clk_mux_val_to_index EXPORT_SYMBOL_GPL vmlinux 0x6635be16 governor_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663b55b7 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode EXPORT_SYMBOL_GPL vmlinux 0x665cb145 adp5520_unregister_notifier @@ -20376,13 +20407,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x665f2a8b bus_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception EXPORT_SYMBOL_GPL vmlinux 0x666c55df genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0x66772039 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6681451e lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng EXPORT_SYMBOL_GPL vmlinux 0x6687fc65 acpi_device_uevent_modalias EXPORT_SYMBOL_GPL vmlinux 0x6688a4a2 tpm_default_chip EXPORT_SYMBOL_GPL vmlinux 0x668b9712 class_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0x668c3615 virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0x6695cf0a debugfs_create_bool -EXPORT_SYMBOL_GPL vmlinux 0x669ae966 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x66a6c061 tracepoint_probe_register_prio EXPORT_SYMBOL_GPL vmlinux 0x66a6c54c l3mdev_master_upper_ifindex_by_index_rcu EXPORT_SYMBOL_GPL vmlinux 0x66a8c10e __generic_fsdax_supported @@ -20390,35 +20421,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x66ae4727 mdio_bus_init EXPORT_SYMBOL_GPL vmlinux 0x66b2b74f regmap_get_raw_read_max EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up EXPORT_SYMBOL_GPL vmlinux 0x66c7d368 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x66cf1f4c fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x66d2d3f1 xen_set_affinity_evtchn EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr EXPORT_SYMBOL_GPL vmlinux 0x66de7e39 __xenmem_reservation_va_mapping_update EXPORT_SYMBOL_GPL vmlinux 0x66f0fdef sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x66f67381 xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x66fb44a5 usb_match_id -EXPORT_SYMBOL_GPL vmlinux 0x67062d97 metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x670859c2 inverse_translate -EXPORT_SYMBOL_GPL vmlinux 0x671e1725 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0x6729eb4b pci_msi_mask_irq EXPORT_SYMBOL_GPL vmlinux 0x672cc1d0 dev_pm_domain_set EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key EXPORT_SYMBOL_GPL vmlinux 0x67387268 blkdev_nr_zones EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674c9008 ping_close EXPORT_SYMBOL_GPL vmlinux 0x675201cc kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0x6779fc2a usb_kill_urb EXPORT_SYMBOL_GPL vmlinux 0x678fa91b xhci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x6792e25a __tracepoint_unmap EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits EXPORT_SYMBOL_GPL vmlinux 0x67983f45 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x67bb33f1 pci_pr3_present EXPORT_SYMBOL_GPL vmlinux 0x67c08dbc virtqueue_kick EXPORT_SYMBOL_GPL vmlinux 0x67c1ccf2 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x67c6c90e ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x67d26a55 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67e04b8f pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x67e341e3 uv_bios_freq_base EXPORT_SYMBOL_GPL vmlinux 0x67f103e4 __regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x68028e61 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0x680810d6 sdio_get_host_pm_caps -EXPORT_SYMBOL_GPL vmlinux 0x680afcb7 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x681845c2 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x681f7ceb pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x683dffc4 gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0x683fefd9 crypto_stats_akcipher_sign EXPORT_SYMBOL_GPL vmlinux 0x6843e323 vfs_truncate @@ -20430,12 +20466,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x68a8a1e7 iomap_zero_range EXPORT_SYMBOL_GPL vmlinux 0x68a94ab0 freq_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x68b671fa rio_get_asm EXPORT_SYMBOL_GPL vmlinux 0x68c957a2 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x68cf56bf __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x68d47b6c tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x68d88827 arizona_set_irq_wake EXPORT_SYMBOL_GPL vmlinux 0x68df4cfc phy_led_triggers_unregister EXPORT_SYMBOL_GPL vmlinux 0x68e2c51e usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x68f6a7d8 dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0x68fe73d9 component_unbind_all -EXPORT_SYMBOL_GPL vmlinux 0x68ff8bef pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x69012154 led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array EXPORT_SYMBOL_GPL vmlinux 0x691c5203 bus_for_each_dev @@ -20445,13 +20482,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync EXPORT_SYMBOL_GPL vmlinux 0x692c6725 devm_of_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x6932f7b8 cec_fill_conn_info_from_drm EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write -EXPORT_SYMBOL_GPL vmlinux 0x6948f6b2 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc EXPORT_SYMBOL_GPL vmlinux 0x698806a0 tps6586x_irq_get_virq -EXPORT_SYMBOL_GPL vmlinux 0x69895758 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x6992f4f5 file_ra_state_init EXPORT_SYMBOL_GPL vmlinux 0x699ea6d5 pm_clk_add_clk EXPORT_SYMBOL_GPL vmlinux 0x69c0eac1 watchdog_notify_pretimeout @@ -20470,7 +20505,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout EXPORT_SYMBOL_GPL vmlinux 0x6a4a5689 ata_scsi_unlock_native_capacity EXPORT_SYMBOL_GPL vmlinux 0x6a4f4ab1 extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize -EXPORT_SYMBOL_GPL vmlinux 0x6a59d2c1 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence EXPORT_SYMBOL_GPL vmlinux 0x6a634d0b dev_coredumpv EXPORT_SYMBOL_GPL vmlinux 0x6a65b925 mddev_create_wb_pool @@ -20478,22 +20512,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via -EXPORT_SYMBOL_GPL vmlinux 0x6ab18314 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x6ab23205 ata_bmdma_dumb_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x6ac6cb00 bpf_map_inc EXPORT_SYMBOL_GPL vmlinux 0x6ac9c39b kthread_park EXPORT_SYMBOL_GPL vmlinux 0x6ae21010 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x6ae8222b fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x6b02ce11 tty_port_link_device EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority EXPORT_SYMBOL_GPL vmlinux 0x6b1c5830 crypto_stats_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x6b2680a4 devm_usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable -EXPORT_SYMBOL_GPL vmlinux 0x6b2bbcc1 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down EXPORT_SYMBOL_GPL vmlinux 0x6b4cd42b xhci_suspend EXPORT_SYMBOL_GPL vmlinux 0x6b5af1ed bsg_setup_queue -EXPORT_SYMBOL_GPL vmlinux 0x6b66a10a devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x6b74a5b9 spi_mem_get_name EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup EXPORT_SYMBOL_GPL vmlinux 0x6b7e857b get_governor_parent_kobj @@ -20502,16 +20534,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x6b82f7fb blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0x6b83d7dc __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x6b95ca28 do_splice_to EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bb840ec strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x6bc1da1e __clk_mux_determine_rate_closest EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save -EXPORT_SYMBOL_GPL vmlinux 0x6bdb7af6 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake EXPORT_SYMBOL_GPL vmlinux 0x6be20593 dma_get_slave_caps EXPORT_SYMBOL_GPL vmlinux 0x6be665f5 do_unregister_con_driver -EXPORT_SYMBOL_GPL vmlinux 0x6c0a8662 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x6bf32dab pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x6bf610bc tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x6c02de21 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x6c14d9bc thermal_zone_get_slope EXPORT_SYMBOL_GPL vmlinux 0x6c14e230 rt_mutex_trylock EXPORT_SYMBOL_GPL vmlinux 0x6c1cb9be exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x6c2c5a40 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x6c35bf38 pwm_request_from_chip EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops @@ -20521,10 +20556,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert EXPORT_SYMBOL_GPL vmlinux 0x6c4f804e platform_msi_domain_free_irqs EXPORT_SYMBOL_GPL vmlinux 0x6c5d5d29 fat_scan EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c7f7fcc pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6c887ad3 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x6ca080fc fuse_dev_free EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain EXPORT_SYMBOL_GPL vmlinux 0x6cb7f692 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x6cc0d578 lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x6ce66a36 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6cef1cb5 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x6cfb19d0 hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x6d1e39a4 regulator_bulk_register_supply_alias @@ -20533,24 +20572,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d5c07b7 dma_resv_wait_timeout_rcu EXPORT_SYMBOL_GPL vmlinux 0x6d65b1b4 __srcu_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0x6d684ce0 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x6d690dd0 gov_update_cpu_data EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x6d926522 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq -EXPORT_SYMBOL_GPL vmlinux 0x6da9ac3a devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x6db65cae power_supply_register_no_ws EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6dd138e9 rio_unregister_mport EXPORT_SYMBOL_GPL vmlinux 0x6ddec21f bpf_trace_run4 -EXPORT_SYMBOL_GPL vmlinux 0x6de17fd9 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x6df6e272 dma_release_channel EXPORT_SYMBOL_GPL vmlinux 0x6e08807a device_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0x6e0a9f9d l3mdev_master_ifindex_rcu EXPORT_SYMBOL_GPL vmlinux 0x6e1d3b9c __trace_note_message EXPORT_SYMBOL_GPL vmlinux 0x6e27bb93 blk_mq_sched_free_hctx_data EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e43844f sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x6e482d90 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free EXPORT_SYMBOL_GPL vmlinux 0x6e4c9e84 clk_hw_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x6e4e6516 platform_get_resource @@ -20574,37 +20612,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x6eef35ff usb_mon_register EXPORT_SYMBOL_GPL vmlinux 0x6ef15476 d_exchange EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6efdea8d blk_queue_can_use_dma_map_merging -EXPORT_SYMBOL_GPL vmlinux 0x6f077c97 acpiphp_register_attention -EXPORT_SYMBOL_GPL vmlinux 0x6f09f51f dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f20f739 acpi_pci_check_ejectable EXPORT_SYMBOL_GPL vmlinux 0x6f37de30 bdev_read_page EXPORT_SYMBOL_GPL vmlinux 0x6f3e843b acpi_dev_pm_attach EXPORT_SYMBOL_GPL vmlinux 0x6f415b51 msi_desc_to_pci_sysdata -EXPORT_SYMBOL_GPL vmlinux 0x6f430d1a br_ip6_fragment -EXPORT_SYMBOL_GPL vmlinux 0x6f46f1a1 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x6f532a41 set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0x6f57415d platform_device_add_properties EXPORT_SYMBOL_GPL vmlinux 0x6f64e2a1 rio_request_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x6f666184 attribute_container_unregister -EXPORT_SYMBOL_GPL vmlinux 0x6f75e495 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x6f666720 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x6f7ae099 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x6f7daa64 ohci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x6f982052 devm_devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x6f9d540b freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fadb01d gpiochip_set_nested_irqchip EXPORT_SYMBOL_GPL vmlinux 0x6fc6d5d8 get_device +EXPORT_SYMBOL_GPL vmlinux 0x6feb5cce pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7001da66 xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x701d1cb1 crypto_stats_kpp_set_secret EXPORT_SYMBOL_GPL vmlinux 0x702d1a09 trace_seq_path EXPORT_SYMBOL_GPL vmlinux 0x702fa3b0 tty_kopen EXPORT_SYMBOL_GPL vmlinux 0x70383a8b sysfs_groups_change_owner -EXPORT_SYMBOL_GPL vmlinux 0x7043259f lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe EXPORT_SYMBOL_GPL vmlinux 0x705f2b29 __regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array -EXPORT_SYMBOL_GPL vmlinux 0x707b25ae bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x7087a176 gpiod_is_active_low EXPORT_SYMBOL_GPL vmlinux 0x70a75b41 edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0x70a9680d hrtimer_init_sleeper @@ -20617,7 +20653,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq EXPORT_SYMBOL_GPL vmlinux 0x70d09b0e security_file_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x70d5a53f fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x70d8caea debugfs_create_u8 EXPORT_SYMBOL_GPL vmlinux 0x70f5332f sfi_table_parse EXPORT_SYMBOL_GPL vmlinux 0x70fc37dd clone_private_mount @@ -20628,18 +20663,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x711a5869 irq_generic_chip_ops EXPORT_SYMBOL_GPL vmlinux 0x7135b07d usb_unlocked_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0x713c9742 class_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features -EXPORT_SYMBOL_GPL vmlinux 0x7144a07b xen_pci_frontend EXPORT_SYMBOL_GPL vmlinux 0x714aaf1b __blk_mq_debugfs_rq_show -EXPORT_SYMBOL_GPL vmlinux 0x715541cd pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0x7161094a powercap_register_control_type EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized EXPORT_SYMBOL_GPL vmlinux 0x71629bcf spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7184be5d inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x7198c3c7 fuse_sync_release EXPORT_SYMBOL_GPL vmlinux 0x7198e779 tps6586x_get_version -EXPORT_SYMBOL_GPL vmlinux 0x719a2b85 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x719b1144 cpufreq_unregister_governor EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister @@ -20651,7 +20682,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x71da5e00 sata_link_hardreset EXPORT_SYMBOL_GPL vmlinux 0x71e9cfcb devm_kmalloc EXPORT_SYMBOL_GPL vmlinux 0x71ebd7c9 wm831x_reg_read EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check -EXPORT_SYMBOL_GPL vmlinux 0x720a2767 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x7207331b dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x7210dc82 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x72182d83 spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0x723101d2 spi_mem_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x7235b588 acpi_driver_match_device @@ -20663,9 +20695,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x72833482 pm_clk_init EXPORT_SYMBOL_GPL vmlinux 0x7289b344 devres_open_group EXPORT_SYMBOL_GPL vmlinux 0x72991bd5 adp5520_clr_bits EXPORT_SYMBOL_GPL vmlinux 0x72a35309 iommu_aux_detach_device -EXPORT_SYMBOL_GPL vmlinux 0x72b14185 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x72b29f97 crypto_grab_akcipher EXPORT_SYMBOL_GPL vmlinux 0x72bc3ad1 devm_fwnode_get_index_gpiod_from_child +EXPORT_SYMBOL_GPL vmlinux 0x72beabc5 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x72beb461 iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0x72c1aeeb __tracepoint_map EXPORT_SYMBOL_GPL vmlinux 0x72c54d13 gnttab_free_pages @@ -20686,14 +20718,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x7326f9f2 bdi_dev_name EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end EXPORT_SYMBOL_GPL vmlinux 0x733365b4 ahash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x7336e50e device_bind_driver -EXPORT_SYMBOL_GPL vmlinux 0x7355affd rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x736a5b2f sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x7373e997 dm_bio_from_per_bio_data EXPORT_SYMBOL_GPL vmlinux 0x73763fd2 __vfs_removexattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0x73789bd5 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x737faf74 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return EXPORT_SYMBOL_GPL vmlinux 0x7388f3dc mnt_clone_write EXPORT_SYMBOL_GPL vmlinux 0x738d7194 extcon_unregister_notifier_all EXPORT_SYMBOL_GPL vmlinux 0x738dfa96 devm_hwspin_lock_unregister EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x739814bc devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports EXPORT_SYMBOL_GPL vmlinux 0x73a55e08 acpi_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x73adc875 encrypt_blob @@ -20703,10 +20738,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x73c9bd35 netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0x73d56967 tpm_pcr_extend EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite EXPORT_SYMBOL_GPL vmlinux 0x73df18b1 tty_buffer_request_room -EXPORT_SYMBOL_GPL vmlinux 0x73ea693d pci_add_dynid -EXPORT_SYMBOL_GPL vmlinux 0x73ee36ab ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x73f2f6a2 crypto_alg_extsize EXPORT_SYMBOL_GPL vmlinux 0x73fd2605 pwm_lpss_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7406860f pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x74084caf edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0x74278d6c pinctrl_lookup_state EXPORT_SYMBOL_GPL vmlinux 0x742dc3b3 ata_port_pbar_desc @@ -20714,62 +20748,65 @@ EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x74674222 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x74688127 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0x746b6475 isa_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x747d0404 register_trace_event EXPORT_SYMBOL_GPL vmlinux 0x747e6004 regmap_noinc_write EXPORT_SYMBOL_GPL vmlinux 0x74962795 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x74b3089c ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74b90974 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on EXPORT_SYMBOL_GPL vmlinux 0x74bd5c94 virtio_add_status EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint -EXPORT_SYMBOL_GPL vmlinux 0x74cd27b6 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden EXPORT_SYMBOL_GPL vmlinux 0x74ee902d cgroup_get_from_path -EXPORT_SYMBOL_GPL vmlinux 0x750d29d7 devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 -EXPORT_SYMBOL_GPL vmlinux 0x7518ded6 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm EXPORT_SYMBOL_GPL vmlinux 0x7522df61 pinctrl_utils_add_map_configs EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7526d281 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x75311d07 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x753d8fa1 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0x75405037 pm_generic_suspend_late EXPORT_SYMBOL_GPL vmlinux 0x754b05a2 dm_disk -EXPORT_SYMBOL_GPL vmlinux 0x7550e637 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x7568be59 key_type_asymmetric EXPORT_SYMBOL_GPL vmlinux 0x75792186 get_xsave_addr EXPORT_SYMBOL_GPL vmlinux 0x757e7cdf xenbus_read_otherend_details -EXPORT_SYMBOL_GPL vmlinux 0x7586ab2f pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7587485a skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x758c7d6b __hvc_resize EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy EXPORT_SYMBOL_GPL vmlinux 0x75a8932a setup_irq EXPORT_SYMBOL_GPL vmlinux 0x75aae248 crypto_register_alg EXPORT_SYMBOL_GPL vmlinux 0x75ac904e net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x75be9b6d pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x75c17236 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness EXPORT_SYMBOL_GPL vmlinux 0x75d25e7e __tracepoint_napi_poll EXPORT_SYMBOL_GPL vmlinux 0x75dde7a2 efivar_entry_set -EXPORT_SYMBOL_GPL vmlinux 0x75ec43c3 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x75de4555 pci_msi_create_irq_domain EXPORT_SYMBOL_GPL vmlinux 0x75f0e875 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x7609f5f1 acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0x761baac4 pwm_lpss_probe -EXPORT_SYMBOL_GPL vmlinux 0x7641ac15 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x7646bcc7 dev_pm_opp_set_rate -EXPORT_SYMBOL_GPL vmlinux 0x764e82a3 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x76513a3d bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key EXPORT_SYMBOL_GPL vmlinux 0x766b582f fwnode_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x766eb973 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x76723305 acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x767ab9e4 sata_pmp_error_handler EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier EXPORT_SYMBOL_GPL vmlinux 0x76c9d4d3 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x76ccf052 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x76d951cd mce_inject_log EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate EXPORT_SYMBOL_GPL vmlinux 0x76e58e35 transport_destroy_device EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback EXPORT_SYMBOL_GPL vmlinux 0x76e8c30a scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash -EXPORT_SYMBOL_GPL vmlinux 0x76fd0e69 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x7703edf9 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x770b885b br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree @@ -20777,35 +20814,33 @@ EXPORT_SYMBOL_GPL vmlinux 0x772f00d6 firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x773d02c7 devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0x77411bf6 __phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0x77427587 clockevent_delta2ns -EXPORT_SYMBOL_GPL vmlinux 0x7743965e pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x7771a4a0 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x777f2712 skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x778e0b93 devres_release EXPORT_SYMBOL_GPL vmlinux 0x778fce52 arizona_dev_init EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7799fd3b __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x77a4a16e iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string EXPORT_SYMBOL_GPL vmlinux 0x77b54780 xenbus_dev_changed EXPORT_SYMBOL_GPL vmlinux 0x77b99e7d tps6586x_writes -EXPORT_SYMBOL_GPL vmlinux 0x77bf7edc netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare -EXPORT_SYMBOL_GPL vmlinux 0x77d4e86f nf_hook_entries_delete_raw -EXPORT_SYMBOL_GPL vmlinux 0x77e3c28b xen_find_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x77e5e83f proc_create_net_data_write EXPORT_SYMBOL_GPL vmlinux 0x77e8ba22 i2c_bus_type EXPORT_SYMBOL_GPL vmlinux 0x77eb2fe7 __hrtimer_get_remaining EXPORT_SYMBOL_GPL vmlinux 0x77ebf9dd fwnode_create_software_node EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table -EXPORT_SYMBOL_GPL vmlinux 0x78049241 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0x7806f15b get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x78093f5e switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x78196fff sdio_f0_readb EXPORT_SYMBOL_GPL vmlinux 0x78275819 perf_pmu_unregister EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt EXPORT_SYMBOL_GPL vmlinux 0x782d259d dm_internal_suspend_noflush EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available EXPORT_SYMBOL_GPL vmlinux 0x7872cfc7 nvmem_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7878047b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x787bd247 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x787dd24b acpi_dma_request_slave_chan_by_index EXPORT_SYMBOL_GPL vmlinux 0x78812411 hv_stimer_alloc @@ -20823,6 +20858,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x78ee5d06 user_update EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr EXPORT_SYMBOL_GPL vmlinux 0x790ff1bd clk_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7917d680 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure EXPORT_SYMBOL_GPL vmlinux 0x791b3b2b usb_disable_lpm EXPORT_SYMBOL_GPL vmlinux 0x79317424 regulator_map_voltage_ascend @@ -20831,16 +20867,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot EXPORT_SYMBOL_GPL vmlinux 0x794c1736 __fput_sync -EXPORT_SYMBOL_GPL vmlinux 0x79597de8 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x7961bffb xen_remap_vma_range EXPORT_SYMBOL_GPL vmlinux 0x79795a96 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x7980f645 devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x7986e1f5 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev -EXPORT_SYMBOL_GPL vmlinux 0x7990de00 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss EXPORT_SYMBOL_GPL vmlinux 0x79933c1b serial8250_do_shutdown EXPORT_SYMBOL_GPL vmlinux 0x799aebb1 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x799df53b pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x79a1701f acpi_subsys_poweroff -EXPORT_SYMBOL_GPL vmlinux 0x79ae0280 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups EXPORT_SYMBOL_GPL vmlinux 0x79cf1043 fpu_kernel_xstate_size EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park @@ -20851,19 +20887,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x7a0d7ccf trace_define_field EXPORT_SYMBOL_GPL vmlinux 0x7a1deed8 devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0x7a3801cc cec_queue_pin_5v_event -EXPORT_SYMBOL_GPL vmlinux 0x7a45b829 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x7a501d80 ata_port_desc EXPORT_SYMBOL_GPL vmlinux 0x7a575395 cgroup_path_ns EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7a7219d7 usb_free_coherent EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values EXPORT_SYMBOL_GPL vmlinux 0x7a78288d ablkcipher_walk_done -EXPORT_SYMBOL_GPL vmlinux 0x7a79ffe0 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x7a7b8a3d nvmem_dev_name EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie EXPORT_SYMBOL_GPL vmlinux 0x7a91e443 pci_epc_set_msi -EXPORT_SYMBOL_GPL vmlinux 0x7aa07534 pci_store_saved_state -EXPORT_SYMBOL_GPL vmlinux 0x7abe862a sock_zerocopy_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7aa93433 devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x7abfca43 rhashtable_init EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array EXPORT_SYMBOL_GPL vmlinux 0x7acc3eba irq_chip_ack_parent @@ -20873,7 +20906,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ae57f5a i2c_new_device EXPORT_SYMBOL_GPL vmlinux 0x7ae80363 xdp_convert_zc_to_xdp_frame EXPORT_SYMBOL_GPL vmlinux 0x7af05035 devm_hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x7af2e4a2 devm_gpiod_get_from_of_node -EXPORT_SYMBOL_GPL vmlinux 0x7af93a9a cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0x7b026f7c led_get_default_pattern EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0x7b1e3a6e flow_indr_add_block_cb @@ -20884,9 +20916,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x7b4c9ba9 sbitmap_queue_min_shallow_depth EXPORT_SYMBOL_GPL vmlinux 0x7b4ef438 unregister_kprobes EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash -EXPORT_SYMBOL_GPL vmlinux 0x7b5d5d0f bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x7b5cfb56 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x7b635f24 acpi_dma_controller_free EXPORT_SYMBOL_GPL vmlinux 0x7b66c4fe ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b6c1d78 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0x7b74aee5 acomp_request_alloc EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler @@ -20904,13 +20937,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x7c05c616 pwm_put EXPORT_SYMBOL_GPL vmlinux 0x7c0fe6b9 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt EXPORT_SYMBOL_GPL vmlinux 0x7c2293c9 md_kick_rdev_from_array -EXPORT_SYMBOL_GPL vmlinux 0x7c2e961e acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x7c33b0e7 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x7c3de94a input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x7c43732c devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x7c681aba efivar_work EXPORT_SYMBOL_GPL vmlinux 0x7c6a2176 rio_pw_enable EXPORT_SYMBOL_GPL vmlinux 0x7c6b2337 ata_bmdma_post_internal_cmd EXPORT_SYMBOL_GPL vmlinux 0x7c7b264e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c83139e usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x7c848a94 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x7c8ab502 nvdimm_to_bus EXPORT_SYMBOL_GPL vmlinux 0x7c8e271e iommu_capable EXPORT_SYMBOL_GPL vmlinux 0x7c963db5 serdev_device_write @@ -20920,8 +20956,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor EXPORT_SYMBOL_GPL vmlinux 0x7cb938d7 tty_find_polling_driver EXPORT_SYMBOL_GPL vmlinux 0x7cc48535 sched_trace_rq_avg_irq -EXPORT_SYMBOL_GPL vmlinux 0x7cc49f39 dw_pcie_msi_init -EXPORT_SYMBOL_GPL vmlinux 0x7cca0a09 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats EXPORT_SYMBOL_GPL vmlinux 0x7cd0a9db sock_diag_unregister EXPORT_SYMBOL_GPL vmlinux 0x7cd2edf1 clk_hw_get_parent_by_index @@ -20929,16 +20963,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq EXPORT_SYMBOL_GPL vmlinux 0x7ce238e7 virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfefbc4 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn EXPORT_SYMBOL_GPL vmlinux 0x7d3c785d device_pm_wait_for_dev EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq EXPORT_SYMBOL_GPL vmlinux 0x7d6f941a pinctrl_utils_free_map -EXPORT_SYMBOL_GPL vmlinux 0x7d79b866 metadata_dst_alloc_percpu -EXPORT_SYMBOL_GPL vmlinux 0x7d8be030 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x7d9328ad blk_mq_request_started -EXPORT_SYMBOL_GPL vmlinux 0x7d94d97d pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x7d94e843 genphy_c45_an_config_aneg EXPORT_SYMBOL_GPL vmlinux 0x7d99965e regmap_irq_get_domain EXPORT_SYMBOL_GPL vmlinux 0x7dc55621 __platform_driver_probe @@ -20949,13 +20981,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ddef934 evm_verifyxattr EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x7e2eb8c6 __devm_spi_alloc_controller -EXPORT_SYMBOL_GPL vmlinux 0x7e442361 devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0x7e443125 udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x7e49f3af gpio_to_desc -EXPORT_SYMBOL_GPL vmlinux 0x7e4e39ae pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time -EXPORT_SYMBOL_GPL vmlinux 0x7e65e2d1 xfrm_audit_policy_add -EXPORT_SYMBOL_GPL vmlinux 0x7e6fde1e devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty EXPORT_SYMBOL_GPL vmlinux 0x7e8f7083 show_class_attr_string EXPORT_SYMBOL_GPL vmlinux 0x7e93c5a2 uart_insert_char @@ -20964,7 +20993,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x7ea9ba8f of_pm_clk_add_clks EXPORT_SYMBOL_GPL vmlinux 0x7eabb981 gpiochip_irqchip_irq_valid -EXPORT_SYMBOL_GPL vmlinux 0x7eb99b86 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x7ec63019 thermal_zone_device_register EXPORT_SYMBOL_GPL vmlinux 0x7ec814de inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0x7ec83c93 ata_noop_qc_prep @@ -20978,13 +21006,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x7f144a0e mddev_unlock EXPORT_SYMBOL_GPL vmlinux 0x7f26fa2e add_page_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x7f31d3af l3mdev_fib_table_rcu EXPORT_SYMBOL_GPL vmlinux 0x7f37535d dev_pm_opp_get_freq -EXPORT_SYMBOL_GPL vmlinux 0x7f381ab1 ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x7f546607 fwnode_remove_software_node EXPORT_SYMBOL_GPL vmlinux 0x7f736bd3 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata EXPORT_SYMBOL_GPL vmlinux 0x7f809521 badblocks_init EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next -EXPORT_SYMBOL_GPL vmlinux 0x7fc2c1c2 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x7fc5e626 irq_chip_eoi_parent EXPORT_SYMBOL_GPL vmlinux 0x7fd2ee9d usb_phy_set_charger_state EXPORT_SYMBOL_GPL vmlinux 0x7fe76510 acpi_subsys_complete @@ -20992,9 +21018,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x7febc195 rio_dev_put EXPORT_SYMBOL_GPL vmlinux 0x7ffe3c3e driver_find_device EXPORT_SYMBOL_GPL vmlinux 0x80048be6 mbox_chan_received_data EXPORT_SYMBOL_GPL vmlinux 0x8013f92f pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x80199c9d iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x80227206 xenbus_watch_pathfmt EXPORT_SYMBOL_GPL vmlinux 0x80414150 devfreq_event_disable_edev -EXPORT_SYMBOL_GPL vmlinux 0x8053de70 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put EXPORT_SYMBOL_GPL vmlinux 0x8058fc99 subsys_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x805cde77 __online_page_free @@ -21004,13 +21030,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x807bc97b platform_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x807c1603 proc_create_net_single_write EXPORT_SYMBOL_GPL vmlinux 0x807db49f devm_hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested -EXPORT_SYMBOL_GPL vmlinux 0x809c3e29 validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate EXPORT_SYMBOL_GPL vmlinux 0x80a0d9b3 fb_bl_default_curve EXPORT_SYMBOL_GPL vmlinux 0x80a3e3fa phy_pm_runtime_get_sync EXPORT_SYMBOL_GPL vmlinux 0x80b109d4 __tracepoint_pelt_se_tp EXPORT_SYMBOL_GPL vmlinux 0x80b2c085 max8997_bulk_write -EXPORT_SYMBOL_GPL vmlinux 0x80c11314 gnttab_query_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80d30a7d regulator_set_mode EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free @@ -21021,7 +21045,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8113930a platform_get_irq_byname_optional EXPORT_SYMBOL_GPL vmlinux 0x81153c4e devm_hwspin_lock_request EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num -EXPORT_SYMBOL_GPL vmlinux 0x81271293 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x8146e014 console_drivers EXPORT_SYMBOL_GPL vmlinux 0x814adc3f nvdimm_bus_check_dimm_count EXPORT_SYMBOL_GPL vmlinux 0x81526091 clk_register_fixed_rate_with_accuracy @@ -21029,6 +21052,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl EXPORT_SYMBOL_GPL vmlinux 0x8161fa01 fat_search_long EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817b7eab sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x817dacf6 ata_bmdma_port_start EXPORT_SYMBOL_GPL vmlinux 0x81815e74 acpi_cppc_processor_probe EXPORT_SYMBOL_GPL vmlinux 0x81927d43 wait_on_page_writeback @@ -21040,7 +21064,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x81a631b9 wm8350_block_read EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe EXPORT_SYMBOL_GPL vmlinux 0x81cc8bfc spi_split_transfers_maxsize EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm -EXPORT_SYMBOL_GPL vmlinux 0x81d9f04b xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x81ea75db tty_ldisc_ref EXPORT_SYMBOL_GPL vmlinux 0x81f3878a rio_get_comptag EXPORT_SYMBOL_GPL vmlinux 0x81fd115d usb_phy_set_event @@ -21048,6 +21071,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x820069ed usb_reset_endpoint EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget EXPORT_SYMBOL_GPL vmlinux 0x820b7dad serdev_device_write_flush EXPORT_SYMBOL_GPL vmlinux 0x82236778 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x822d87a3 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x823edba3 nvmem_device_put EXPORT_SYMBOL_GPL vmlinux 0x824e784a ata_bmdma_error_handler @@ -21059,30 +21083,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x827366b4 blkcg_activate_policy EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog EXPORT_SYMBOL_GPL vmlinux 0x8283d621 pm_genpd_remove_subdomain EXPORT_SYMBOL_GPL vmlinux 0x829cdef5 nd_cmd_in_size -EXPORT_SYMBOL_GPL vmlinux 0x829dfce0 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x82ab1885 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x82b03701 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0x82b08908 ohci_suspend EXPORT_SYMBOL_GPL vmlinux 0x82bd83bc crypto_shash_final -EXPORT_SYMBOL_GPL vmlinux 0x82c4988b ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82e4d846 dev_fwnode EXPORT_SYMBOL_GPL vmlinux 0x82facb52 regulator_bulk_set_supply_names EXPORT_SYMBOL_GPL vmlinux 0x82fce5ed wm831x_reg_write -EXPORT_SYMBOL_GPL vmlinux 0x8303b8dd ipv4_sk_update_pmtu -EXPORT_SYMBOL_GPL vmlinux 0x8328a1fb switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage EXPORT_SYMBOL_GPL vmlinux 0x8348f079 usb_put_intf EXPORT_SYMBOL_GPL vmlinux 0x834d721f fwnode_property_get_reference_args -EXPORT_SYMBOL_GPL vmlinux 0x834f5b18 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem EXPORT_SYMBOL_GPL vmlinux 0x8358335b handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x8384591e pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x83870b42 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free EXPORT_SYMBOL_GPL vmlinux 0x83c174fe xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c83d58 netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x83c963fc input_class +EXPORT_SYMBOL_GPL vmlinux 0x83f24a04 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x84103d59 efivar_entry_add EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8414369b nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x84220696 extcon_sync EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype EXPORT_SYMBOL_GPL vmlinux 0x8428ed06 sata_std_hardreset @@ -21104,15 +21128,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x847e6783 devfreq_event_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x8483bff2 pci_epf_alloc_space EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id EXPORT_SYMBOL_GPL vmlinux 0x84baadc8 kset_create_and_add -EXPORT_SYMBOL_GPL vmlinux 0x84d042c3 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x84c3f4da ping_err EXPORT_SYMBOL_GPL vmlinux 0x84e5f400 irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x84efde4f kill_device EXPORT_SYMBOL_GPL vmlinux 0x8505a6a2 da9052_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x8508924f iomap_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy -EXPORT_SYMBOL_GPL vmlinux 0x85107291 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85107cf1 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85228762 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x852789b4 class_compat_create_link EXPORT_SYMBOL_GPL vmlinux 0x854836d2 clk_hw_get_rate EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put @@ -21126,7 +21151,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices EXPORT_SYMBOL_GPL vmlinux 0x85ccf226 pinctrl_force_sleep EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq EXPORT_SYMBOL_GPL vmlinux 0x85f6da5d regmap_get_raw_write_max -EXPORT_SYMBOL_GPL vmlinux 0x86062e81 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x8610700c dev_pm_opp_remove EXPORT_SYMBOL_GPL vmlinux 0x86153a0e device_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write @@ -21139,36 +21163,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid EXPORT_SYMBOL_GPL vmlinux 0x86708dff edac_device_add_device EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va -EXPORT_SYMBOL_GPL vmlinux 0x86848de2 ping_hash EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get EXPORT_SYMBOL_GPL vmlinux 0x869f10e9 irq_domain_remove EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x86cb6f74 lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x86cc166c iomap_truncate_page -EXPORT_SYMBOL_GPL vmlinux 0x86e60fa5 ping_init_sock -EXPORT_SYMBOL_GPL vmlinux 0x86eb47e9 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x86f4372e acpi_dev_gpio_irq_get EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue -EXPORT_SYMBOL_GPL vmlinux 0x86fe7ff6 raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared -EXPORT_SYMBOL_GPL vmlinux 0x8718f6e8 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier -EXPORT_SYMBOL_GPL vmlinux 0x873a7bfd rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x875582b7 nvmem_del_cell_table EXPORT_SYMBOL_GPL vmlinux 0x8756fd75 relay_subbufs_consumed -EXPORT_SYMBOL_GPL vmlinux 0x876a7371 __pci_complete_power_transition -EXPORT_SYMBOL_GPL vmlinux 0x876d69c1 fib_table_lookup -EXPORT_SYMBOL_GPL vmlinux 0x878bee53 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x878dfc0b serdev_device_set_flow_control EXPORT_SYMBOL_GPL vmlinux 0x87927479 netlink_strict_get_check EXPORT_SYMBOL_GPL vmlinux 0x87aa98da fs_dax_get_by_bdev EXPORT_SYMBOL_GPL vmlinux 0x87aabbed uv_apicid_hibits +EXPORT_SYMBOL_GPL vmlinux 0x87aca86d inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0x87acfd9c dev_pm_opp_set_prop_name EXPORT_SYMBOL_GPL vmlinux 0x87b8b0f6 bsg_scsi_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x87c621db pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x87c9ed02 iomap_page_mkwrite -EXPORT_SYMBOL_GPL vmlinux 0x87ca469a pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0x87cb2f38 usb_ep0_reinit EXPORT_SYMBOL_GPL vmlinux 0x87d89457 register_acpi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x87e35609 hv_stimer_init @@ -21179,15 +21196,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x87fd9186 uart_set_options EXPORT_SYMBOL_GPL vmlinux 0x88018bc0 bus_set_iommu EXPORT_SYMBOL_GPL vmlinux 0x88066be2 __tracepoint_rpm_return_int EXPORT_SYMBOL_GPL vmlinux 0x88205d89 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x8822fdd3 ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x88231bb4 regmap_multi_reg_write_bypassed EXPORT_SYMBOL_GPL vmlinux 0x8843e0e9 cec_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x88654bdb dev_pm_opp_get_opp_count EXPORT_SYMBOL_GPL vmlinux 0x8874fc00 fwnode_handle_get EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer -EXPORT_SYMBOL_GPL vmlinux 0x8899311c tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88cae2ae usb_urb_ep_type_check -EXPORT_SYMBOL_GPL vmlinux 0x88f8b019 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev EXPORT_SYMBOL_GPL vmlinux 0x8912910c kernel_read_file @@ -21196,7 +21212,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x891d1dd3 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state EXPORT_SYMBOL_GPL vmlinux 0x89259b46 usb_block_urb EXPORT_SYMBOL_GPL vmlinux 0x8926b382 virtqueue_get_vring -EXPORT_SYMBOL_GPL vmlinux 0x892f1d1a rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put EXPORT_SYMBOL_GPL vmlinux 0x8940b9c1 xdp_return_frame EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put @@ -21208,7 +21223,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key EXPORT_SYMBOL_GPL vmlinux 0x89b73dd7 xdp_rxq_info_unused EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify EXPORT_SYMBOL_GPL vmlinux 0x89d75bad gpiochip_populate_parent_fwspec_fourcell -EXPORT_SYMBOL_GPL vmlinux 0x89de29b9 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0x89e1653d platform_add_devices EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd EXPORT_SYMBOL_GPL vmlinux 0x89e9b103 fat_detach @@ -21228,7 +21242,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8a4ce7ca bio_associate_blkg_from_css EXPORT_SYMBOL_GPL vmlinux 0x8a5bc946 iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop EXPORT_SYMBOL_GPL vmlinux 0x8a644c13 sync_page_io -EXPORT_SYMBOL_GPL vmlinux 0x8a6512df dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0x8a6ad232 cpu_device_create EXPORT_SYMBOL_GPL vmlinux 0x8a6d4bab mmc_regulator_set_vqmmc EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn @@ -21240,6 +21253,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8acad8a7 devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x8ad4aa6b blk_mq_sched_try_merge EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list EXPORT_SYMBOL_GPL vmlinux 0x8adf12ac phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8afa25ec devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0x8b0a63be acpi_device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0x8b0e6f18 cpufreq_dbs_governor_start EXPORT_SYMBOL_GPL vmlinux 0x8b111e90 clk_hw_register_divider_table @@ -21249,17 +21263,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b59dac4 adp5520_read EXPORT_SYMBOL_GPL vmlinux 0x8b5a8c09 usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0x8b60b51f evict_inodes EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled -EXPORT_SYMBOL_GPL vmlinux 0x8b6a075a pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0x8b7256c4 ata_sg_init EXPORT_SYMBOL_GPL vmlinux 0x8b84310d cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8b8b9f7f __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x8b8f7bb2 pwm_request EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address EXPORT_SYMBOL_GPL vmlinux 0x8bb40bf0 fwnode_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0x8bb65bf6 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x8bb760aa powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x8bba2153 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x8bdbf159 power_supply_am_i_supplied EXPORT_SYMBOL_GPL vmlinux 0x8bdeb84c blk_trace_remove -EXPORT_SYMBOL_GPL vmlinux 0x8be5a31b cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x8be5d3c5 spi_sync EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue @@ -21271,32 +21285,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c503779 blk_rq_err_bytes EXPORT_SYMBOL_GPL vmlinux 0x8c52b35c ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0x8c58c288 __clk_determine_rate EXPORT_SYMBOL_GPL vmlinux 0x8c5a5ef8 __rio_local_read_config_32 -EXPORT_SYMBOL_GPL vmlinux 0x8c5c62a2 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status EXPORT_SYMBOL_GPL vmlinux 0x8c79674e dev_pm_qos_update_request -EXPORT_SYMBOL_GPL vmlinux 0x8c849b82 switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c89fa26 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x8c9780ae dev_pm_opp_put_opp_table EXPORT_SYMBOL_GPL vmlinux 0x8c9d1661 arch_phys_wc_index EXPORT_SYMBOL_GPL vmlinux 0x8cb4fd25 dm_remap_zone_report EXPORT_SYMBOL_GPL vmlinux 0x8cbd6bd2 ftrace_set_notrace EXPORT_SYMBOL_GPL vmlinux 0x8cc08c5a devm_regulator_get EXPORT_SYMBOL_GPL vmlinux 0x8cc4b567 acpi_gpiochip_free_interrupts -EXPORT_SYMBOL_GPL vmlinux 0x8cc64961 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x8cc8d2ab sysfs_unmerge_group EXPORT_SYMBOL_GPL vmlinux 0x8cd20806 dev_pm_opp_set_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x8cd7088f nvmem_device_cell_write -EXPORT_SYMBOL_GPL vmlinux 0x8cdfc1b1 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x8ce55221 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8ce6f24d skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d267964 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x8d28a030 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x8d2d236c devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x8d385b01 virtqueue_notify EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock -EXPORT_SYMBOL_GPL vmlinux 0x8d586bd2 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x8d7cff79 devm_thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major EXPORT_SYMBOL_GPL vmlinux 0x8d87ed14 security_inode_mkdir -EXPORT_SYMBOL_GPL vmlinux 0x8d94f733 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x8db2c04f software_node_register_nodes EXPORT_SYMBOL_GPL vmlinux 0x8dc35010 elv_rqhash_add EXPORT_SYMBOL_GPL vmlinux 0x8dc75f09 devfreq_get_devfreq_by_phandle @@ -21305,7 +21318,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x8deb69c7 freq_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x8e2a2412 set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0x8e2a67b4 arizona_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x8e2be4a6 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8e3c6495 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x8e41d7e4 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x8e446cd1 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e4f8800 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x8e5c68e8 devm_regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars EXPORT_SYMBOL_GPL vmlinux 0x8e74b8e5 xenbus_dev_suspend @@ -21314,10 +21330,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc EXPORT_SYMBOL_GPL vmlinux 0x8e96955a crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0x8e97b6c0 cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page -EXPORT_SYMBOL_GPL vmlinux 0x8eab77dd nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x8eae8dfd usb_find_common_endpoints EXPORT_SYMBOL_GPL vmlinux 0x8eb5a7db led_init_core -EXPORT_SYMBOL_GPL vmlinux 0x8ebc7c5a devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x8ec0ee45 rtc_set_time EXPORT_SYMBOL_GPL vmlinux 0x8ecb30d3 crypto_lookup_template EXPORT_SYMBOL_GPL vmlinux 0x8ed084c6 gpiod_export_link @@ -21325,13 +21339,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x8ee53e31 register_kprobe EXPORT_SYMBOL_GPL vmlinux 0x8eead350 regulator_get_current_limit EXPORT_SYMBOL_GPL vmlinux 0x8eed514f bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef08f21 pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0x8f0408a3 pm_clk_create EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp EXPORT_SYMBOL_GPL vmlinux 0x8f105d2b usb_hcd_unmap_urb_setup_for_dma EXPORT_SYMBOL_GPL vmlinux 0x8f1072e7 blk_revalidate_disk_zones EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 -EXPORT_SYMBOL_GPL vmlinux 0x8f25123d dw_pcie_find_ext_capability -EXPORT_SYMBOL_GPL vmlinux 0x8f268171 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x8f22a3d9 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x8f23858e pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints EXPORT_SYMBOL_GPL vmlinux 0x8f2fd686 vfs_listxattr EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative @@ -21343,7 +21358,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8f801d8d rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x8fa10f34 crypto_hash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x8faa2057 regmap_field_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x8fb143fa ata_dummy_port_ops -EXPORT_SYMBOL_GPL vmlinux 0x8fc0831a nf_route EXPORT_SYMBOL_GPL vmlinux 0x8fd1e2ec thermal_cooling_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x8fd5a7cd check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x8fd6104c tpm_unseal_trusted @@ -21355,9 +21369,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x90009b65 led_blink_set EXPORT_SYMBOL_GPL vmlinux 0x900309b7 dm_get_table_device EXPORT_SYMBOL_GPL vmlinux 0x9007d972 rhashtable_walk_peek EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear -EXPORT_SYMBOL_GPL vmlinux 0x9029d074 ata_pci_device_suspend -EXPORT_SYMBOL_GPL vmlinux 0x902e26a6 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x90347ad6 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x9039a044 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x9056dbfa dm_accept_partial_bio EXPORT_SYMBOL_GPL vmlinux 0x90584ce6 dev_pm_qos_hide_latency_tolerance @@ -21366,22 +21379,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x90713bc2 max8997_read_reg EXPORT_SYMBOL_GPL vmlinux 0x9081b5db btree_insert EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms EXPORT_SYMBOL_GPL vmlinux 0x908d2e95 shash_ahash_finup -EXPORT_SYMBOL_GPL vmlinux 0x90a097f0 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized EXPORT_SYMBOL_GPL vmlinux 0x90c83396 tpm_calc_ordinal_duration EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d5a073 xen_pci_frontend EXPORT_SYMBOL_GPL vmlinux 0x90d81adc i2c_client_type EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs -EXPORT_SYMBOL_GPL vmlinux 0x90dd9454 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify EXPORT_SYMBOL_GPL vmlinux 0x90e47391 spi_res_release EXPORT_SYMBOL_GPL vmlinux 0x90ebff10 tpm_try_get_ops EXPORT_SYMBOL_GPL vmlinux 0x90f4982f disk_part_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x90f6417e bio_clone_blkg_association -EXPORT_SYMBOL_GPL vmlinux 0x90f6c747 lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x910e88e6 kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x91114c05 regmap_field_read -EXPORT_SYMBOL_GPL vmlinux 0x911dfba7 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x91203679 usb_clear_halt EXPORT_SYMBOL_GPL vmlinux 0x91254aa0 inode_dax EXPORT_SYMBOL_GPL vmlinux 0x912d83c6 transport_configure_device @@ -21390,11 +21400,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x9140d420 sis_info133_for_sata EXPORT_SYMBOL_GPL vmlinux 0x914506c4 pm_wakeup_ws_event EXPORT_SYMBOL_GPL vmlinux 0x914aa0b7 hyperv_cs EXPORT_SYMBOL_GPL vmlinux 0x914ce4be crypto_remove_spawns -EXPORT_SYMBOL_GPL vmlinux 0x914de188 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x91511f90 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x91594445 pkcs7_get_content_data EXPORT_SYMBOL_GPL vmlinux 0x916f4087 mm_kobj EXPORT_SYMBOL_GPL vmlinux 0x917b290b tty_mode_ioctl EXPORT_SYMBOL_GPL vmlinux 0x9184dd7a virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x9185ef42 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x9192bc24 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir EXPORT_SYMBOL_GPL vmlinux 0x919ce669 usb_get_dev EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free @@ -21406,21 +21418,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x91d66e85 usb_lock_device_for_reset EXPORT_SYMBOL_GPL vmlinux 0x91e2d6bc regulator_set_active_discharge_regmap EXPORT_SYMBOL_GPL vmlinux 0x91efca6d gpiod_set_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x91fb548f iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x92097b3e xen_find_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920ce180 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake EXPORT_SYMBOL_GPL vmlinux 0x92151211 power_supply_set_input_current_limit_from_supplier EXPORT_SYMBOL_GPL vmlinux 0x92283810 __xenmem_reservation_va_mapping_reset EXPORT_SYMBOL_GPL vmlinux 0x92295424 clk_register_gate -EXPORT_SYMBOL_GPL vmlinux 0x923355f9 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x9241b1ed register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred EXPORT_SYMBOL_GPL vmlinux 0x9246db30 ehci_reset -EXPORT_SYMBOL_GPL vmlinux 0x924b6679 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object EXPORT_SYMBOL_GPL vmlinux 0x925106ef __list_lru_init EXPORT_SYMBOL_GPL vmlinux 0x925591a8 dev_pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0x9258937a e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x925f27b0 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x92825dc4 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x92847753 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x92974f0a __fscrypt_prepare_symlink EXPORT_SYMBOL_GPL vmlinux 0x92bf7542 power_supply_external_power_changed EXPORT_SYMBOL_GPL vmlinux 0x92cf0dfc ata_base_port_ops @@ -21451,9 +21465,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x936e2776 tpm_chip_register EXPORT_SYMBOL_GPL vmlinux 0x93700ba7 acpi_pm_set_device_wakeup EXPORT_SYMBOL_GPL vmlinux 0x93725986 __tracepoint_pelt_dl_tp EXPORT_SYMBOL_GPL vmlinux 0x9375c6af subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x937956ac iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0x93805254 power_supply_changed EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis -EXPORT_SYMBOL_GPL vmlinux 0x93862342 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x9389a2c0 sock_diag_register_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x9391a1c4 rio_mport_class EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog @@ -21465,9 +21479,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough EXPORT_SYMBOL_GPL vmlinux 0x93de46ac irq_domain_free_irqs_parent EXPORT_SYMBOL_GPL vmlinux 0x93e8a014 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x93e9b9fd ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report EXPORT_SYMBOL_GPL vmlinux 0x93f0e5c9 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x93fbd283 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x940992c6 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x94190b2d pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x941e15d4 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put EXPORT_SYMBOL_GPL vmlinux 0x942096a9 trace_array_create EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable @@ -21488,6 +21506,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x949c2226 tps80031_ext_power_req_config EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x94a2d5a6 class_for_each_device EXPORT_SYMBOL_GPL vmlinux 0x94a8ff7c wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x94b039b7 pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x94b6da1f component_add_typed EXPORT_SYMBOL_GPL vmlinux 0x94c23917 decrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x94c78030 pm_generic_thaw @@ -21499,28 +21518,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x94fc0e6a dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x95016424 fuse_conn_put EXPORT_SYMBOL_GPL vmlinux 0x9502c106 gpiod_set_debounce EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread -EXPORT_SYMBOL_GPL vmlinux 0x950a9ad2 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg -EXPORT_SYMBOL_GPL vmlinux 0x9520050f __netpoll_setup -EXPORT_SYMBOL_GPL vmlinux 0x95254a82 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x95258207 vfio_device_data EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds EXPORT_SYMBOL_GPL vmlinux 0x954016b1 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x9541ab37 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x95509ce8 driver_attach EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn -EXPORT_SYMBOL_GPL vmlinux 0x956d8bee __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958ede3d skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x95b3fb94 irq_get_irq_data -EXPORT_SYMBOL_GPL vmlinux 0x95b78ff6 xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free EXPORT_SYMBOL_GPL vmlinux 0x95cfc5e6 dma_wait_for_async_tx EXPORT_SYMBOL_GPL vmlinux 0x95e90445 regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size EXPORT_SYMBOL_GPL vmlinux 0x96010066 rio_mport_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0x960b867f fscrypt_ioctl_get_key_status -EXPORT_SYMBOL_GPL vmlinux 0x961e8dde __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x963d03de root_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x963d42aa __wake_up_sync @@ -21529,12 +21544,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x964bfe28 devm_acpi_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x96526775 genphy_c45_read_pma EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x965ce3fb blk_mq_free_request -EXPORT_SYMBOL_GPL vmlinux 0x965d1b3f pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x96869af5 md_start EXPORT_SYMBOL_GPL vmlinux 0x9688b217 gnttab_batch_copy EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin -EXPORT_SYMBOL_GPL vmlinux 0x9695d465 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL vmlinux 0x96b17135 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x96e0af9a class_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x96e2b745 dmi_kobj EXPORT_SYMBOL_GPL vmlinux 0x96e90df0 gpiod_set_raw_array_value_cansleep @@ -21543,6 +21557,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x970c230b kobj_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x970d07df dev_pm_put_subsys_data EXPORT_SYMBOL_GPL vmlinux 0x970f76b3 md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9716340e pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x9719bcfd pmc_atom_read EXPORT_SYMBOL_GPL vmlinux 0x974e8417 __page_file_mapping EXPORT_SYMBOL_GPL vmlinux 0x97520ecf ata_bmdma_qc_issue @@ -21557,6 +21572,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x97880655 pm_generic_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x97b6054d pinctrl_dev_get_devname EXPORT_SYMBOL_GPL vmlinux 0x97d12355 hv_remove_stimer0_irq EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97dfeae3 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x97e6f52c blkdev_reset_zones EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x97eda539 dma_buf_kunmap @@ -21573,16 +21589,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x98707287 nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x987ab0a5 amd_get_nb_id -EXPORT_SYMBOL_GPL vmlinux 0x988936a5 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size EXPORT_SYMBOL_GPL vmlinux 0x98a44de4 scsi_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0x98cb06d8 sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0x98d0ff63 edac_mc_del_mc EXPORT_SYMBOL_GPL vmlinux 0x98d9ac68 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x98ea33dc dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios EXPORT_SYMBOL_GPL vmlinux 0x990aeb32 power_supply_unregister -EXPORT_SYMBOL_GPL vmlinux 0x9916ed6c lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x992524f7 fscrypt_ioctl_get_policy_ex EXPORT_SYMBOL_GPL vmlinux 0x99285ccf ata_sff_data_xfer EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect @@ -21595,15 +21610,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time EXPORT_SYMBOL_GPL vmlinux 0x99a715c8 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x99af017b devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0x99bf2731 nvmem_cell_read_u16 EXPORT_SYMBOL_GPL vmlinux 0x99c011d8 mcsafe_key EXPORT_SYMBOL_GPL vmlinux 0x99c23623 pm_clk_runtime_resume -EXPORT_SYMBOL_GPL vmlinux 0x99e9eb63 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read EXPORT_SYMBOL_GPL vmlinux 0x99f12c00 software_node_fwnode EXPORT_SYMBOL_GPL vmlinux 0x99f19d9b pci_epc_put EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at -EXPORT_SYMBOL_GPL vmlinux 0x99f4b102 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x9a045589 driver_find EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name EXPORT_SYMBOL_GPL vmlinux 0x9a150101 vfs_writef @@ -21611,19 +21625,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x9a2578d3 crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x9a3d365a tty_port_install EXPORT_SYMBOL_GPL vmlinux 0x9a41d78d acpi_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x9a4e6708 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9a551a15 __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq -EXPORT_SYMBOL_GPL vmlinux 0x9a9e5d23 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table -EXPORT_SYMBOL_GPL vmlinux 0x9ab1a179 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ad01f19 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0x9ad2a7ef bpf_prog_inc EXPORT_SYMBOL_GPL vmlinux 0x9ae4191f sbitmap_queue_init_node EXPORT_SYMBOL_GPL vmlinux 0x9aea3c54 spi_mem_dirmap_write EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty EXPORT_SYMBOL_GPL vmlinux 0x9afe2364 fixed_phy_register_with_gpiod -EXPORT_SYMBOL_GPL vmlinux 0x9b18aece fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x9affb217 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9b3601c2 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x9b42c953 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9b49568f iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register EXPORT_SYMBOL_GPL vmlinux 0x9b5086d2 ata_sas_slave_configure EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle @@ -21640,24 +21656,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x9ba27caf spi_get_next_queued_message EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg EXPORT_SYMBOL_GPL vmlinux 0x9bb2271f __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x9bbaace1 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x9bbeab87 dm_internal_suspend_fast EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9bc9c796 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x9bca11bb extcon_get_extcon_dev EXPORT_SYMBOL_GPL vmlinux 0x9bd3b44a fsstack_copy_attr_all -EXPORT_SYMBOL_GPL vmlinux 0x9bd562ed __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x9be48df5 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui EXPORT_SYMBOL_GPL vmlinux 0x9beee04a sbitmap_show EXPORT_SYMBOL_GPL vmlinux 0x9bf30565 fuse_direct_io EXPORT_SYMBOL_GPL vmlinux 0x9c1456ad usb_hcd_is_primary_hcd -EXPORT_SYMBOL_GPL vmlinux 0x9c2be85d pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x9c3ae3d2 pm_generic_poweroff_late EXPORT_SYMBOL_GPL vmlinux 0x9c5ff9d6 __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0x9c62439c phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x9c6590f4 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x9c78d420 ata_common_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on EXPORT_SYMBOL_GPL vmlinux 0x9caab9ef acpi_gpio_get_irq_resource -EXPORT_SYMBOL_GPL vmlinux 0x9cbc1042 tcp_unregister_ulp -EXPORT_SYMBOL_GPL vmlinux 0x9cbfb519 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x9cc316a9 spi_mem_driver_register_with_owner EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier EXPORT_SYMBOL_GPL vmlinux 0x9cca4b63 i2c_new_dummy_device @@ -21666,6 +21682,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9ccfcb87 blk_rq_unprep_clone EXPORT_SYMBOL_GPL vmlinux 0x9ce2cd09 acomp_request_free EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy EXPORT_SYMBOL_GPL vmlinux 0x9cf3a184 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x9cf691a3 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x9d023fc7 ata_bmdma_irq_clear EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data EXPORT_SYMBOL_GPL vmlinux 0x9d0dc82d devm_gpio_request_one @@ -21674,23 +21691,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x9d695c75 ata_acpi_gtm_xfermask EXPORT_SYMBOL_GPL vmlinux 0x9d72195d dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0x9d7dcf20 sata_port_ops EXPORT_SYMBOL_GPL vmlinux 0x9d8155b8 security_inode_permission -EXPORT_SYMBOL_GPL vmlinux 0x9d9e4554 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x9d89864a free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x9d9f2c04 pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x9da98f64 xdp_rxq_info_reg_mem_model EXPORT_SYMBOL_GPL vmlinux 0x9daea719 crypto_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0x9dbd71a0 dev_pm_opp_get_level EXPORT_SYMBOL_GPL vmlinux 0x9dbe143b fuse_conn_init EXPORT_SYMBOL_GPL vmlinux 0x9dc08a72 md_bitmap_copy_from_slot -EXPORT_SYMBOL_GPL vmlinux 0x9dda2f6a pci_enable_sriov -EXPORT_SYMBOL_GPL vmlinux 0x9de3be94 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x9df2a4c0 device_unregister EXPORT_SYMBOL_GPL vmlinux 0x9df5ef4f clk_hw_get_parent EXPORT_SYMBOL_GPL vmlinux 0x9df762d3 watchdog_register_device -EXPORT_SYMBOL_GPL vmlinux 0x9dfcde60 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps EXPORT_SYMBOL_GPL vmlinux 0x9e08d700 __tracepoint_xdp_bulk_tx EXPORT_SYMBOL_GPL vmlinux 0x9e1cbafe pinctrl_utils_add_map_mux EXPORT_SYMBOL_GPL vmlinux 0x9e23cbac vfio_unregister_iommu_driver -EXPORT_SYMBOL_GPL vmlinux 0x9e363317 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9e33a890 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x9e423bbc unregister_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field EXPORT_SYMBOL_GPL vmlinux 0x9e589cf3 tpm_tis_remove @@ -21698,11 +21713,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x9e76b4ed debugfs_create_devm_seqfile EXPORT_SYMBOL_GPL vmlinux 0x9e79b2c5 is_nvdimm_sync EXPORT_SYMBOL_GPL vmlinux 0x9e8733bf nvdimm_bus_register EXPORT_SYMBOL_GPL vmlinux 0x9e91bf0b wm8350_reg_lock -EXPORT_SYMBOL_GPL vmlinux 0x9e94c8f8 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x9e98f53a iommu_unregister_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x9e9d279f cec_allocate_adapter EXPORT_SYMBOL_GPL vmlinux 0x9eb7a8ab pcc_mbox_free_channel -EXPORT_SYMBOL_GPL vmlinux 0x9ebcfbac tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x9ec264f0 usb_get_dr_mode EXPORT_SYMBOL_GPL vmlinux 0x9ed53071 device_find_child_by_name EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier @@ -21713,12 +21726,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x9f20ab31 fwnode_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0x9f36457e __tracepoint_fdb_delete EXPORT_SYMBOL_GPL vmlinux 0x9f392f1c fscrypt_ioctl_remove_key EXPORT_SYMBOL_GPL vmlinux 0x9f3ae182 dma_buf_put -EXPORT_SYMBOL_GPL vmlinux 0x9f3fe754 dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0x9f4f75ca scsi_device_from_queue EXPORT_SYMBOL_GPL vmlinux 0x9f703c9a edac_get_sysfs_subsys EXPORT_SYMBOL_GPL vmlinux 0x9f71bc72 uv_bios_set_legacy_vga_target EXPORT_SYMBOL_GPL vmlinux 0x9f7a9584 phy_power_off -EXPORT_SYMBOL_GPL vmlinux 0x9f8045f5 acpi_pci_check_ejectable EXPORT_SYMBOL_GPL vmlinux 0x9f8477ff sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0x9f9c896e regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0x9fab32df arch_set_freq_scale @@ -21727,31 +21738,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write EXPORT_SYMBOL_GPL vmlinux 0x9fc012be devm_acpi_dev_remove_driver_gpios EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9fd98a93 unwind_next_frame -EXPORT_SYMBOL_GPL vmlinux 0x9fdee0c6 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x9fe37007 user_destroy EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff8aa43 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x9ffb999b devm_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xa00a9b1d skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xa00c32d5 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr -EXPORT_SYMBOL_GPL vmlinux 0xa03f99dd __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0xa0495ff2 dev_attr_sw_activity EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock EXPORT_SYMBOL_GPL vmlinux 0xa0512666 blk_register_queue EXPORT_SYMBOL_GPL vmlinux 0xa061aa9c intel_svm_bind_mm EXPORT_SYMBOL_GPL vmlinux 0xa06f135f cpuidle_disable_device -EXPORT_SYMBOL_GPL vmlinux 0xa073a2e2 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0xa07d986f pinctrl_get_group_pins EXPORT_SYMBOL_GPL vmlinux 0xa07e67f8 blkcg_policy_register EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message -EXPORT_SYMBOL_GPL vmlinux 0xa08f8989 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xa090134f crypto_register_akcipher -EXPORT_SYMBOL_GPL vmlinux 0xa096f15d __udp6_lib_lookup -EXPORT_SYMBOL_GPL vmlinux 0xa09b8643 __tcp_bpf_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0c3a319 uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xa0c6befa hrtimer_cancel EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages EXPORT_SYMBOL_GPL vmlinux 0xa0ed7fef pci_epc_map_addr -EXPORT_SYMBOL_GPL vmlinux 0xa102b3e4 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xa0f06466 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xa106eb1f __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0xa10d8f1b iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0xa110e952 regulator_is_supported_voltage EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type @@ -21759,31 +21769,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xa116e667 pci_epc_linkup EXPORT_SYMBOL_GPL vmlinux 0xa1184a37 dev_coredumpsg EXPORT_SYMBOL_GPL vmlinux 0xa1294709 ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0xa1347354 max8997_update_reg -EXPORT_SYMBOL_GPL vmlinux 0xa139c148 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xa13c36d5 mmc_regulator_get_supply EXPORT_SYMBOL_GPL vmlinux 0xa14173ae cpufreq_cpu_put EXPORT_SYMBOL_GPL vmlinux 0xa14e95d9 edac_mc_alloc EXPORT_SYMBOL_GPL vmlinux 0xa15613eb serdev_controller_alloc EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end EXPORT_SYMBOL_GPL vmlinux 0xa1691b63 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0xa173ca2d tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0xa1aa18bb nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0xa1b39ed7 device_match_any EXPORT_SYMBOL_GPL vmlinux 0xa1c569ef shash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing -EXPORT_SYMBOL_GPL vmlinux 0xa1ebfbf3 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xa1e010cd pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xa1ed9c8b add_hwgenerator_randomness EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk -EXPORT_SYMBOL_GPL vmlinux 0xa20da1c1 devlink_dpipe_entry_ctx_prepare -EXPORT_SYMBOL_GPL vmlinux 0xa223d3a3 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xa2159fbf pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xa22d2d02 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0xa23a1404 bpf_prog_get_type_dev EXPORT_SYMBOL_GPL vmlinux 0xa244e43f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xa246a0f8 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0xa25e1e14 blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0xa260128b dma_request_chan EXPORT_SYMBOL_GPL vmlinux 0xa2605b1a tps6586x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa2732dd3 cpufreq_generic_attr -EXPORT_SYMBOL_GPL vmlinux 0xa2770604 devlink_register EXPORT_SYMBOL_GPL vmlinux 0xa27e1c40 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa2a1a4ac devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0xa2a8a7cd devm_gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0xa2ac7997 platform_device_put EXPORT_SYMBOL_GPL vmlinux 0xa2ba1a2f platform_get_irq_byname @@ -21794,17 +21805,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers EXPORT_SYMBOL_GPL vmlinux 0xa2e6806e bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0xa2e9fe3f ata_sff_tf_read EXPORT_SYMBOL_GPL vmlinux 0xa2eb784a smpboot_unregister_percpu_thread -EXPORT_SYMBOL_GPL vmlinux 0xa2f7cec7 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array EXPORT_SYMBOL_GPL vmlinux 0xa30d7dfa nvdimm_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xa3179e02 dev_attr_unload_heads -EXPORT_SYMBOL_GPL vmlinux 0xa31a19d3 pciserial_init_ports -EXPORT_SYMBOL_GPL vmlinux 0xa31d7241 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0xa32c5a7c regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xa34042e2 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xa36162c4 irq_chip_release_resources_parent EXPORT_SYMBOL_GPL vmlinux 0xa3659b5f __tracepoint_devlink_hwerr EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted -EXPORT_SYMBOL_GPL vmlinux 0xa372bc9b rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp EXPORT_SYMBOL_GPL vmlinux 0xa37e3af7 mbox_client_peek_data EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue @@ -21815,11 +21823,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create EXPORT_SYMBOL_GPL vmlinux 0xa3a8f040 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3acf1a7 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xa3ad76cf device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xa3b1f063 sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector EXPORT_SYMBOL_GPL vmlinux 0xa3cb0c3b sysfs_create_files -EXPORT_SYMBOL_GPL vmlinux 0xa3d1694d __inet_twsk_schedule -EXPORT_SYMBOL_GPL vmlinux 0xa3e5c56d tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa3cee00c __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xa3ead132 sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor @@ -21832,10 +21841,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xa410262c dev_pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy EXPORT_SYMBOL_GPL vmlinux 0xa4132e92 devm_pwm_put EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa42d4b9a rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0xa435d601 dev_pm_opp_add EXPORT_SYMBOL_GPL vmlinux 0xa440086e pm_generic_poweroff EXPORT_SYMBOL_GPL vmlinux 0xa446c5fb nvdimm_name EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44f78ec xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq EXPORT_SYMBOL_GPL vmlinux 0xa4533d08 pci_epc_set_bar @@ -21845,7 +21856,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx EXPORT_SYMBOL_GPL vmlinux 0xa486e5da devm_spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0xa48b54c1 devm_extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0xa4a4b13e crypto_register_shashes -EXPORT_SYMBOL_GPL vmlinux 0xa4b567d6 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xa4bb45ce genphy_c45_pma_setup_forced EXPORT_SYMBOL_GPL vmlinux 0xa4c123a9 usb_get_descriptor EXPORT_SYMBOL_GPL vmlinux 0xa4d5d37a regmap_exit @@ -21862,12 +21872,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xa5371cfc scsi_eh_ready_devs EXPORT_SYMBOL_GPL vmlinux 0xa5442f11 ata_scsi_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xa569ef9d usb_register_driver EXPORT_SYMBOL_GPL vmlinux 0xa56d3988 xen_remap_pfn -EXPORT_SYMBOL_GPL vmlinux 0xa572ae22 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0xa577d8c3 ptdump_walk_pgd_level_debugfs EXPORT_SYMBOL_GPL vmlinux 0xa57e3410 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xa57f6120 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0xa5869f9d iomap_file_buffered_write EXPORT_SYMBOL_GPL vmlinux 0xa586fcdb uv_min_hub_revision_id -EXPORT_SYMBOL_GPL vmlinux 0xa5922bc9 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0xa595f504 __get_task_comm EXPORT_SYMBOL_GPL vmlinux 0xa598bee7 balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0xa59af88e regulator_get_optional @@ -21875,23 +21884,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xa5aeab2c vfio_virqfd_enable EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported EXPORT_SYMBOL_GPL vmlinux 0xa5c77146 splice_to_pipe EXPORT_SYMBOL_GPL vmlinux 0xa5c79a0f devres_add -EXPORT_SYMBOL_GPL vmlinux 0xa5c896c3 pcie_aspm_enabled -EXPORT_SYMBOL_GPL vmlinux 0xa5d285e7 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full EXPORT_SYMBOL_GPL vmlinux 0xa60120c5 gnttab_unmap_refs_sync EXPORT_SYMBOL_GPL vmlinux 0xa6039e54 regulator_force_disable EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list EXPORT_SYMBOL_GPL vmlinux 0xa65e3253 gpiod_get_index_optional -EXPORT_SYMBOL_GPL vmlinux 0xa6630fb9 pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0xa66a41c8 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xa66cb280 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xa6824f3f __tracepoint_br_fdb_external_learn_add EXPORT_SYMBOL_GPL vmlinux 0xa685b9a6 regulator_bulk_enable EXPORT_SYMBOL_GPL vmlinux 0xa69147a2 irq_setup_generic_chip EXPORT_SYMBOL_GPL vmlinux 0xa694574e __rio_local_write_config_32 -EXPORT_SYMBOL_GPL vmlinux 0xa699b20e fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end EXPORT_SYMBOL_GPL vmlinux 0xa6bfc8ad extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xa6c26d0b rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xa6c273da led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0xa6dce2e8 event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync @@ -21927,14 +21935,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xa85eaae1 __spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xa86a9e85 gpiochip_irq_domain_deactivate -EXPORT_SYMBOL_GPL vmlinux 0xa86afba4 tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xa86d1bb8 crypto_shash_alg_has_setkey EXPORT_SYMBOL_GPL vmlinux 0xa8a89138 ata_host_put EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors -EXPORT_SYMBOL_GPL vmlinux 0xa8d517ed sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xa8d80166 get_current_tty -EXPORT_SYMBOL_GPL vmlinux 0xa8dd8244 ata_pci_bmdma_clear_simplex -EXPORT_SYMBOL_GPL vmlinux 0xa8e2efa0 free_fib_info EXPORT_SYMBOL_GPL vmlinux 0xa8e61ec6 pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0xa8eeef90 pm_runtime_autosuspend_expiration EXPORT_SYMBOL_GPL vmlinux 0xa906114e crypto_unregister_skciphers @@ -21952,11 +21956,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xa94230e9 device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0xa947855f da903x_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xa95326d5 thermal_zone_unbind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0xa975ce92 serdev_device_set_parity -EXPORT_SYMBOL_GPL vmlinux 0xa981cdfc ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0xa9854364 umc_normaddr_to_sysaddr EXPORT_SYMBOL_GPL vmlinux 0xa993ae58 crypto_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0xa99e0ae3 devm_clk_register EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a84d99 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xa9aae875 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xa9b15a04 sysfs_notify EXPORT_SYMBOL_GPL vmlinux 0xa9bc8b74 module_mutex EXPORT_SYMBOL_GPL vmlinux 0xa9c00b1c regulator_set_drvdata @@ -21970,6 +21975,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa009aa8 x86_vector_domain EXPORT_SYMBOL_GPL vmlinux 0xaa01c617 crypto_register_templates EXPORT_SYMBOL_GPL vmlinux 0xaa047abb edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0xaa0c03eb irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xaa11b02b skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xaa14819b fuse_dev_release EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xaa2e2b59 srcu_batches_completed @@ -21977,25 +21983,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa480b57 crypto_register_template EXPORT_SYMBOL_GPL vmlinux 0xaa4ef350 blk_queue_rq_timeout EXPORT_SYMBOL_GPL vmlinux 0xaa552782 shake_page EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc -EXPORT_SYMBOL_GPL vmlinux 0xaa60667b pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades EXPORT_SYMBOL_GPL vmlinux 0xaa86ff35 balloon_page_list_dequeue EXPORT_SYMBOL_GPL vmlinux 0xaa89c7ed gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xaa8d0a0a ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0xaa94e343 debugfs_file_put EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump -EXPORT_SYMBOL_GPL vmlinux 0xaab6e2f0 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0xaad5d294 fat_alloc_new_dir EXPORT_SYMBOL_GPL vmlinux 0xaae6e765 crypto_blkcipher_type EXPORT_SYMBOL_GPL vmlinux 0xaaf818e5 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xaaf8a02a ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xab00d0e4 tcp_orphan_count EXPORT_SYMBOL_GPL vmlinux 0xab1aa72f unwind_get_return_address EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler -EXPORT_SYMBOL_GPL vmlinux 0xab205027 ata_pci_shutdown_one -EXPORT_SYMBOL_GPL vmlinux 0xab2440bb devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xab26ea80 regmap_parse_val EXPORT_SYMBOL_GPL vmlinux 0xab3acd1f get_net_ns_by_pid -EXPORT_SYMBOL_GPL vmlinux 0xab3f3b06 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xab69275a kernfs_notify EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks @@ -22004,14 +22007,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xaba67745 regcache_cache_only EXPORT_SYMBOL_GPL vmlinux 0xabbb94fd crypto_unregister_aeads EXPORT_SYMBOL_GPL vmlinux 0xabbc33e1 __flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate -EXPORT_SYMBOL_GPL vmlinux 0xabca75e5 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0xabfaab8d iommu_dev_has_feature +EXPORT_SYMBOL_GPL vmlinux 0xac1a3a7d lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0xac1d9b20 da903x_read EXPORT_SYMBOL_GPL vmlinux 0xac38dfd5 spi_sync_locked EXPORT_SYMBOL_GPL vmlinux 0xac3a47f9 usb_deregister_device_driver EXPORT_SYMBOL_GPL vmlinux 0xac64ff35 bpf_trace_run11 EXPORT_SYMBOL_GPL vmlinux 0xac9a7bfb ata_eh_freeze_port EXPORT_SYMBOL_GPL vmlinux 0xac9d8116 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xaca2f398 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put EXPORT_SYMBOL_GPL vmlinux 0xacb564be ata_cable_40wire EXPORT_SYMBOL_GPL vmlinux 0xacd62204 securityfs_create_dir @@ -22019,31 +22023,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xacfa463c iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0xad0158b3 virtqueue_enable_cb EXPORT_SYMBOL_GPL vmlinux 0xad0f2b6c unix_table_lock EXPORT_SYMBOL_GPL vmlinux 0xad1ac16f handle_level_irq -EXPORT_SYMBOL_GPL vmlinux 0xad3399db iptunnel_handle_offloads -EXPORT_SYMBOL_GPL vmlinux 0xad38fb22 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xad46d582 crypto_mod_get EXPORT_SYMBOL_GPL vmlinux 0xad54efad devm_gpiod_put EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier -EXPORT_SYMBOL_GPL vmlinux 0xad6ce575 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xad744b63 xenbus_frontend_closed EXPORT_SYMBOL_GPL vmlinux 0xad764b9e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xad76c977 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xad806abd ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xad8f5fb0 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xad98dd83 usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb777a1 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0xadb8f873 do_machine_check EXPORT_SYMBOL_GPL vmlinux 0xadc901e0 pm_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0xadd494fa usb_autopm_get_interface_no_resume -EXPORT_SYMBOL_GPL vmlinux 0xadeb66ff xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xadef0307 iomap_readpages -EXPORT_SYMBOL_GPL vmlinux 0xadf1caf3 inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xae0f2e22 cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xae106448 devm_init_badblocks EXPORT_SYMBOL_GPL vmlinux 0xae1c3c43 wbc_account_cgroup_owner EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xae2fd865 pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init EXPORT_SYMBOL_GPL vmlinux 0xae3eb385 balloon_aops EXPORT_SYMBOL_GPL vmlinux 0xae4102fc gov_attr_set_put @@ -22058,31 +22063,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xae8cf485 serial8250_do_get_mctrl EXPORT_SYMBOL_GPL vmlinux 0xae8e8705 pm_runtime_force_suspend EXPORT_SYMBOL_GPL vmlinux 0xae9e1331 blk_set_pm_only EXPORT_SYMBOL_GPL vmlinux 0xae9fd511 kthread_queue_delayed_work -EXPORT_SYMBOL_GPL vmlinux 0xaea0e2f9 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0xaea35615 devfreq_event_set_event EXPORT_SYMBOL_GPL vmlinux 0xaead601b report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0xaeb12315 find_iova EXPORT_SYMBOL_GPL vmlinux 0xaeb668ad led_set_brightness_sync -EXPORT_SYMBOL_GPL vmlinux 0xaecff1cf tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister EXPORT_SYMBOL_GPL vmlinux 0xaee35f2d ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0xaef6535b perf_tp_event EXPORT_SYMBOL_GPL vmlinux 0xaf05412b virtio_config_enable EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 EXPORT_SYMBOL_GPL vmlinux 0xaf162530 iommu_unmap_fast -EXPORT_SYMBOL_GPL vmlinux 0xaf2d4e29 cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xaf334bc2 security_path_truncate EXPORT_SYMBOL_GPL vmlinux 0xaf3c88fa nd_region_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check EXPORT_SYMBOL_GPL vmlinux 0xaf4f4506 handle_simple_irq -EXPORT_SYMBOL_GPL vmlinux 0xaf57e9f3 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0xaf5db877 serial8250_do_set_divisor EXPORT_SYMBOL_GPL vmlinux 0xaf611eac amd_nb_misc_ids EXPORT_SYMBOL_GPL vmlinux 0xaf64d3d5 ahash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0xaf72eb1c blkg_print_stat_ios_recursive EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp -EXPORT_SYMBOL_GPL vmlinux 0xaf7ec675 inet_csk_listen_start -EXPORT_SYMBOL_GPL vmlinux 0xafa4388b devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0xafa4fb1a acpi_match_device EXPORT_SYMBOL_GPL vmlinux 0xafb842a6 n_tty_inherit_ops EXPORT_SYMBOL_GPL vmlinux 0xafd99877 query_asymmetric_key @@ -22094,7 +22093,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb0271a32 dm_per_bio_data EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier EXPORT_SYMBOL_GPL vmlinux 0xb03287ea unregister_trace_event EXPORT_SYMBOL_GPL vmlinux 0xb037e119 irq_domain_reset_irq_data -EXPORT_SYMBOL_GPL vmlinux 0xb041e9af xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb03df641 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0xb0625f40 d_walk EXPORT_SYMBOL_GPL vmlinux 0xb06ca9e5 tty_port_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress @@ -22108,40 +22107,41 @@ EXPORT_SYMBOL_GPL vmlinux 0xb0e0c09c fwnode_get_parent EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number -EXPORT_SYMBOL_GPL vmlinux 0xb12800f9 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xb13552b7 inode_congested -EXPORT_SYMBOL_GPL vmlinux 0xb1406091 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xb13fe41f br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0xb140b5dc sdio_register_driver EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks -EXPORT_SYMBOL_GPL vmlinux 0xb14f9d43 pci_bus_add_device -EXPORT_SYMBOL_GPL vmlinux 0xb153097b tcp_done EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init -EXPORT_SYMBOL_GPL vmlinux 0xb17aa3b0 strp_process EXPORT_SYMBOL_GPL vmlinux 0xb181db97 adp5520_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs EXPORT_SYMBOL_GPL vmlinux 0xb19097e4 ata_bmdma_port_ops EXPORT_SYMBOL_GPL vmlinux 0xb1924f49 iommu_aux_attach_device EXPORT_SYMBOL_GPL vmlinux 0xb195c140 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xb1ab1f57 ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0xb1bc4b3d devm_gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start EXPORT_SYMBOL_GPL vmlinux 0xb1c62936 device_store_int EXPORT_SYMBOL_GPL vmlinux 0xb1c83c6d xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0xb1d6197f inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs -EXPORT_SYMBOL_GPL vmlinux 0xb1e2f942 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xb1ef0548 ftrace_set_filter EXPORT_SYMBOL_GPL vmlinux 0xb1f98058 mmu_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xb21510f4 relay_late_setup_files EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert EXPORT_SYMBOL_GPL vmlinux 0xb2257fae cec_transmit_msg +EXPORT_SYMBOL_GPL vmlinux 0xb232f458 inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb245d205 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xb26126ed __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr EXPORT_SYMBOL_GPL vmlinux 0xb27e4c6c rio_get_device EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xb2822c73 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xb284a84d ping_rcv EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc -EXPORT_SYMBOL_GPL vmlinux 0xb2a5f442 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xb2a9e2ae __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xb2b7fc9b devfreq_event_get_edev_count EXPORT_SYMBOL_GPL vmlinux 0xb2d2b766 regulator_list_voltage_table EXPORT_SYMBOL_GPL vmlinux 0xb2d9c8bc ata_sff_wait_after_reset @@ -22157,13 +22157,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xb325801b led_trigger_blink EXPORT_SYMBOL_GPL vmlinux 0xb32835a6 crypto_unregister_ahash EXPORT_SYMBOL_GPL vmlinux 0xb3351c6c rhashtable_walk_next EXPORT_SYMBOL_GPL vmlinux 0xb341bf9b usb_get_maximum_speed -EXPORT_SYMBOL_GPL vmlinux 0xb34630ec skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xb3487f7a pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0xb34c6981 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0xb350fbbd devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0xb35231fe device_property_read_u8_array -EXPORT_SYMBOL_GPL vmlinux 0xb36a3b75 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0xb36cdd86 vfs_removexattr EXPORT_SYMBOL_GPL vmlinux 0xb38bddfb crypto_larval_kill -EXPORT_SYMBOL_GPL vmlinux 0xb3939538 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xb39e81af devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xb3b3f00a open_related_ns EXPORT_SYMBOL_GPL vmlinux 0xb3b516ae shash_ahash_digest @@ -22178,7 +22177,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb443a096 debugfs_file_get EXPORT_SYMBOL_GPL vmlinux 0xb44a48d5 cpufreq_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled EXPORT_SYMBOL_GPL vmlinux 0xb458a109 irq_gc_mask_set_bit -EXPORT_SYMBOL_GPL vmlinux 0xb4758998 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0xb475f3aa vfio_group_get_external_user EXPORT_SYMBOL_GPL vmlinux 0xb4786c02 tpm_chip_stop EXPORT_SYMBOL_GPL vmlinux 0xb49651a0 pm_generic_resume_early @@ -22201,21 +22199,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xb51a4d80 set_primary_fwnode EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge EXPORT_SYMBOL_GPL vmlinux 0xb52931a1 unix_outq_len -EXPORT_SYMBOL_GPL vmlinux 0xb566218f pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b048c7 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb5cd5715 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0xb5d9ca3c hwspin_lock_request -EXPORT_SYMBOL_GPL vmlinux 0xb5e2e3d2 acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0xb5e9c270 __root_device_register EXPORT_SYMBOL_GPL vmlinux 0xb5ed48c8 bind_interdomain_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0xb5f25a47 regulator_enable_regmap -EXPORT_SYMBOL_GPL vmlinux 0xb5f87a2f ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xb5fbc890 powercap_unregister_zone EXPORT_SYMBOL_GPL vmlinux 0xb6033e25 rdev_set_badblocks EXPORT_SYMBOL_GPL vmlinux 0xb605aeff hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb61b2aa2 devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier EXPORT_SYMBOL_GPL vmlinux 0xb62e6275 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb63b3775 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb63c45f7 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xb641d554 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xb6494c5d sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xb6545abf dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xb65e573c bio_trim EXPORT_SYMBOL_GPL vmlinux 0xb664cb62 trace_event_raw_init EXPORT_SYMBOL_GPL vmlinux 0xb672b4b5 device_set_of_node_from_dev @@ -22230,16 +22232,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xb690a788 vfs_test_lock EXPORT_SYMBOL_GPL vmlinux 0xb69aee8b tpm_get_random EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xb6ae7263 dma_buf_end_cpu_access -EXPORT_SYMBOL_GPL vmlinux 0xb6d90fe4 devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0xb6e34d96 regmap_get_device EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable -EXPORT_SYMBOL_GPL vmlinux 0xb6ea6356 skb_complete_wifi_ack -EXPORT_SYMBOL_GPL vmlinux 0xb70254e0 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xb702838b alloc_iova EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0xb744d077 __devm_of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0xb754707a regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xb755a003 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0xb759b492 tty_buffer_set_limit EXPORT_SYMBOL_GPL vmlinux 0xb75dc255 usb_anchor_urb EXPORT_SYMBOL_GPL vmlinux 0xb75ecf87 gpiochip_populate_parent_fwspec_twocell @@ -22247,24 +22247,27 @@ EXPORT_SYMBOL_GPL vmlinux 0xb75fd89f tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0xb760e55f regulator_get_mode EXPORT_SYMBOL_GPL vmlinux 0xb761318b sev_active EXPORT_SYMBOL_GPL vmlinux 0xb7697519 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb77c38d6 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0xb7843659 xdp_attachment_setup -EXPORT_SYMBOL_GPL vmlinux 0xb785635d ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0xb79cc527 efivar_entry_remove EXPORT_SYMBOL_GPL vmlinux 0xb79d9a0b device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0xb7c4d84b crypto_stats_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0xb7cb92d5 dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0xb7cf5a02 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb7d29dcc lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time -EXPORT_SYMBOL_GPL vmlinux 0xb7daaa73 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb7e28633 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xb7f73ef8 xas_init_marks EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0xb80b4f64 cec_unregister_adapter EXPORT_SYMBOL_GPL vmlinux 0xb80fe7d4 __mnt_drop_write -EXPORT_SYMBOL_GPL vmlinux 0xb817db05 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb81e7944 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xb827a168 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0xb82b75a5 iommu_map EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb8438649 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xb845d724 srcu_barrier EXPORT_SYMBOL_GPL vmlinux 0xb847585f is_hash_blacklisted EXPORT_SYMBOL_GPL vmlinux 0xb84d6d8e __clocksource_register_scale @@ -22279,6 +22282,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout EXPORT_SYMBOL_GPL vmlinux 0xb8ad38a1 rio_unregister_scan EXPORT_SYMBOL_GPL vmlinux 0xb8adce51 dev_pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b4a7d7 rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc EXPORT_SYMBOL_GPL vmlinux 0xb8f4204e serial8250_handle_irq @@ -22286,14 +22290,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable EXPORT_SYMBOL_GPL vmlinux 0xb91777af component_master_del EXPORT_SYMBOL_GPL vmlinux 0xb91e4e82 acpi_dma_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0xb93d59e1 fat_update_time -EXPORT_SYMBOL_GPL vmlinux 0xb93e19f0 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0xb9525aba add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0xb952edd7 screen_pos EXPORT_SYMBOL_GPL vmlinux 0xb954f93f rtc_set_alarm EXPORT_SYMBOL_GPL vmlinux 0xb9662c1a xenbus_map_ring_valloc -EXPORT_SYMBOL_GPL vmlinux 0xb973a74e pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0xb9756539 skcipher_walk_async EXPORT_SYMBOL_GPL vmlinux 0xb994dd73 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xb997011c skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xb9a0caad pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0xb9b49934 put_device EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index @@ -22306,7 +22310,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9e2d10e sdio_signal_irq EXPORT_SYMBOL_GPL vmlinux 0xb9f8019a skcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0xb9f89246 trace_seq_vprintf EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba28467e __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba30bece ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0xba3c9732 flow_indr_block_call EXPORT_SYMBOL_GPL vmlinux 0xba3ffc2e pm_generic_restore EXPORT_SYMBOL_GPL vmlinux 0xba56cc0b clk_hw_register_gate @@ -22327,7 +22333,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid EXPORT_SYMBOL_GPL vmlinux 0xbb00d4ec is_current_mnt_ns EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch -EXPORT_SYMBOL_GPL vmlinux 0xbb1b3693 __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xbb3342b1 pm_schedule_suspend EXPORT_SYMBOL_GPL vmlinux 0xbb475a5c __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start @@ -22337,11 +22342,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb8b0733 i2c_parse_fw_timings EXPORT_SYMBOL_GPL vmlinux 0xbba21f6b pci_epc_remove_epf EXPORT_SYMBOL_GPL vmlinux 0xbba72125 usb_hcd_unmap_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info -EXPORT_SYMBOL_GPL vmlinux 0xbbc496d7 nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0xbbc5ca48 vfs_cancel_lock EXPORT_SYMBOL_GPL vmlinux 0xbbea18de xen_xlate_remap_gfn_array EXPORT_SYMBOL_GPL vmlinux 0xbbeaebee xenbus_dev_is_online -EXPORT_SYMBOL_GPL vmlinux 0xbbebe36b call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xbc04bd46 x86_platform EXPORT_SYMBOL_GPL vmlinux 0xbc1db795 component_del EXPORT_SYMBOL_GPL vmlinux 0xbc5b1923 pm_genpd_init @@ -22357,12 +22360,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xbc93a62a ata_sff_hsm_move EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts -EXPORT_SYMBOL_GPL vmlinux 0xbcbe6b06 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset EXPORT_SYMBOL_GPL vmlinux 0xbcc23af2 shmem_file_setup EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0xbcd4d67f mctrl_gpio_init_noauto -EXPORT_SYMBOL_GPL vmlinux 0xbcd92660 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool EXPORT_SYMBOL_GPL vmlinux 0xbd253229 gpiochip_find @@ -22371,30 +22372,31 @@ EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize EXPORT_SYMBOL_GPL vmlinux 0xbd601116 devm_nsio_enable EXPORT_SYMBOL_GPL vmlinux 0xbd630c1a regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbd6bd05e pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0xbd766b5a tty_release_struct -EXPORT_SYMBOL_GPL vmlinux 0xbd8c66c5 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xbda15341 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0xbda9bdeb syscon_node_to_regmap EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa EXPORT_SYMBOL_GPL vmlinux 0xbdbb9610 tpm_pm_resume -EXPORT_SYMBOL_GPL vmlinux 0xbde68213 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0xbdf7979d device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0xbdfecb85 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xbdff129f dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0xbe05cae8 cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0xbe091d12 dev_pm_domain_attach EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2402db netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2ce8b3 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xbe5bda2d bus_create_file EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain EXPORT_SYMBOL_GPL vmlinux 0xbe624789 gpiod_direction_output_raw EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbe7623ee acpi_gpiochip_request_interrupts -EXPORT_SYMBOL_GPL vmlinux 0xbe88ec4e devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xbe8be6ec pm_clk_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xbe8e7d75 wm8350_reg_write EXPORT_SYMBOL_GPL vmlinux 0xbe8f0dab irq_find_mapping EXPORT_SYMBOL_GPL vmlinux 0xbe97ae36 balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write -EXPORT_SYMBOL_GPL vmlinux 0xbea4028c pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized EXPORT_SYMBOL_GPL vmlinux 0xbeb4c255 blkg_conf_finish EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run @@ -22403,14 +22405,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xbef3fc3b rio_unlock_device EXPORT_SYMBOL_GPL vmlinux 0xbef5069e dma_buf_mmap EXPORT_SYMBOL_GPL vmlinux 0xbefb42fc crypto_shash_setkey EXPORT_SYMBOL_GPL vmlinux 0xbf028551 regmap_write_async -EXPORT_SYMBOL_GPL vmlinux 0xbf031c63 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0xbf0cf2cd dev_attr_em_message EXPORT_SYMBOL_GPL vmlinux 0xbf1893ad serial8250_clear_and_reinit_fifos EXPORT_SYMBOL_GPL vmlinux 0xbf2546e7 regmap_get_reg_stride EXPORT_SYMBOL_GPL vmlinux 0xbf3d02c2 srcu_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xbf481775 efivar_entry_size -EXPORT_SYMBOL_GPL vmlinux 0xbf5904a7 devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xbf6f1d04 sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0xbf87f29e __flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0xbf9318c9 blk_mq_quiesce_queue_nowait @@ -22419,19 +22419,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xbfb17ba3 efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq EXPORT_SYMBOL_GPL vmlinux 0xbfb34b5d fs_kobj EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports -EXPORT_SYMBOL_GPL vmlinux 0xbfcb14d9 sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control EXPORT_SYMBOL_GPL vmlinux 0xbfea9f5d hwspin_lock_register EXPORT_SYMBOL_GPL vmlinux 0xbfebad2f iommu_dev_feature_enabled EXPORT_SYMBOL_GPL vmlinux 0xbfeea719 led_sysfs_disable EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space EXPORT_SYMBOL_GPL vmlinux 0xc0164701 fsverity_cleanup_inode -EXPORT_SYMBOL_GPL vmlinux 0xc034d70e devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0xc04010c0 nd_blk_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0xc067a313 unregister_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xc0788a4a crypto_type_has_alg EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu -EXPORT_SYMBOL_GPL vmlinux 0xc08ab9c3 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited EXPORT_SYMBOL_GPL vmlinux 0xc0c7f9d0 sched_trace_rq_avg_rt @@ -22442,15 +22439,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata EXPORT_SYMBOL_GPL vmlinux 0xc10f0506 ata_host_get EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t EXPORT_SYMBOL_GPL vmlinux 0xc112014b kernfs_get -EXPORT_SYMBOL_GPL vmlinux 0xc1216d2e __raw_v4_lookup -EXPORT_SYMBOL_GPL vmlinux 0xc121a7b9 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0xc13bc508 arizona_request_irq EXPORT_SYMBOL_GPL vmlinux 0xc14a1bde pm_generic_runtime_suspend -EXPORT_SYMBOL_GPL vmlinux 0xc14ac9b0 ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0xc1584c4c sdio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc17fcb8f ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xc18cdf36 amd_df_indirect_read EXPORT_SYMBOL_GPL vmlinux 0xc1b8340e crypto_stats_decompress EXPORT_SYMBOL_GPL vmlinux 0xc1bdb892 debugfs_create_file_unsafe @@ -22461,9 +22456,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc1d989c5 vfio_external_check_extension EXPORT_SYMBOL_GPL vmlinux 0xc1e6182c dev_pm_qos_add_ancestor_request EXPORT_SYMBOL_GPL vmlinux 0xc1e67220 clk_hw_round_rate EXPORT_SYMBOL_GPL vmlinux 0xc1e88975 devres_find -EXPORT_SYMBOL_GPL vmlinux 0xc1e93835 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0xc1f27427 rio_mport_get_efb -EXPORT_SYMBOL_GPL vmlinux 0xc1f38235 pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0xc1ff9efe crypto_register_aead EXPORT_SYMBOL_GPL vmlinux 0xc206c298 led_trigger_event EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table @@ -22471,34 +22464,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xc21e0d4e usb_string EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases EXPORT_SYMBOL_GPL vmlinux 0xc23404c2 unregister_pernet_device EXPORT_SYMBOL_GPL vmlinux 0xc2410400 devprop_gpiochip_set_names +EXPORT_SYMBOL_GPL vmlinux 0xc24e5b44 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0xc2530fff efi_mm EXPORT_SYMBOL_GPL vmlinux 0xc2545125 acpi_subsys_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler EXPORT_SYMBOL_GPL vmlinux 0xc25e9ee0 usb_add_phy -EXPORT_SYMBOL_GPL vmlinux 0xc264c283 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify -EXPORT_SYMBOL_GPL vmlinux 0xc28ea8f3 pci_hp_remove_module_link -EXPORT_SYMBOL_GPL vmlinux 0xc290bc59 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2ade656 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable EXPORT_SYMBOL_GPL vmlinux 0xc2f11dab rdev_clear_badblocks EXPORT_SYMBOL_GPL vmlinux 0xc2fb3d18 debugfs_create_regset32 -EXPORT_SYMBOL_GPL vmlinux 0xc31b999a devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features EXPORT_SYMBOL_GPL vmlinux 0xc33f12e7 tty_ldisc_flush EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object EXPORT_SYMBOL_GPL vmlinux 0xc352618e ata_host_alloc_pinfo -EXPORT_SYMBOL_GPL vmlinux 0xc363d578 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0xc36a8903 crypto_unregister_skcipher EXPORT_SYMBOL_GPL vmlinux 0xc371c40d regulator_set_pull_down_regmap EXPORT_SYMBOL_GPL vmlinux 0xc37dcffe device_connection_add EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc396c1ed pinctrl_get -EXPORT_SYMBOL_GPL vmlinux 0xc39af99a tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xc39f9908 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc3a1e8af inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xc3a1f630 __pm_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name EXPORT_SYMBOL_GPL vmlinux 0xc3c838eb x509_cert_parse @@ -22512,13 +22503,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xc4186c45 spi_async EXPORT_SYMBOL_GPL vmlinux 0xc424dd16 scsi_queue_work EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long -EXPORT_SYMBOL_GPL vmlinux 0xc439c46b xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0xc43ba681 driver_register EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc4507e52 strp_init EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type EXPORT_SYMBOL_GPL vmlinux 0xc46a82cc crypto_stats_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource -EXPORT_SYMBOL_GPL vmlinux 0xc473a320 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0xc483eba4 pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0xc485276a cec_notifier_conn_register EXPORT_SYMBOL_GPL vmlinux 0xc48acb5c debugfs_create_x16 @@ -22530,19 +22520,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xc4a2661c efivar_entry_find EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send EXPORT_SYMBOL_GPL vmlinux 0xc4ac8eef __tracepoint_rpm_idle -EXPORT_SYMBOL_GPL vmlinux 0xc4c467eb dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0xc4c76617 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xc4ef413f inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset EXPORT_SYMBOL_GPL vmlinux 0xc4f77b59 debugfs_create_u32 EXPORT_SYMBOL_GPL vmlinux 0xc5042aa1 perf_get_aux EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask EXPORT_SYMBOL_GPL vmlinux 0xc5156bf3 fanout_mutex EXPORT_SYMBOL_GPL vmlinux 0xc52f0388 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0xc535b2a3 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0xc5366251 driver_remove_file EXPORT_SYMBOL_GPL vmlinux 0xc5366d43 sata_scr_valid -EXPORT_SYMBOL_GPL vmlinux 0xc53b0aec inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xc53a5044 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xc54fd766 device_set_wakeup_enable -EXPORT_SYMBOL_GPL vmlinux 0xc5549293 nf_queue EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive EXPORT_SYMBOL_GPL vmlinux 0xc569b097 dev_pm_qos_update_user_latency_tolerance @@ -22551,11 +22541,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off EXPORT_SYMBOL_GPL vmlinux 0xc577199f dax_finish_sync_fault EXPORT_SYMBOL_GPL vmlinux 0xc57c6d80 unregister_net_sysctl_table EXPORT_SYMBOL_GPL vmlinux 0xc57ca2b2 gpiochip_generic_request -EXPORT_SYMBOL_GPL vmlinux 0xc582e7a0 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0xc594d840 acpi_dev_resource_interrupt EXPORT_SYMBOL_GPL vmlinux 0xc59dcabf __usb_create_hcd EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon -EXPORT_SYMBOL_GPL vmlinux 0xc5bb8cb5 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0xc5c1e7fe fsverity_prepare_setattr EXPORT_SYMBOL_GPL vmlinux 0xc5d789df alarm_expires_remaining EXPORT_SYMBOL_GPL vmlinux 0xc61435e0 fwnode_property_present @@ -22567,12 +22555,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xc665ec38 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xc66824e1 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata EXPORT_SYMBOL_GPL vmlinux 0xc66bd2da bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted EXPORT_SYMBOL_GPL vmlinux 0xc6891a55 clk_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool -EXPORT_SYMBOL_GPL vmlinux 0xc69f7ef6 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xc6a06e43 rtc_initialize_alarm EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled @@ -22585,25 +22573,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6df2d5e device_find_child EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put EXPORT_SYMBOL_GPL vmlinux 0xc70782f7 cec_register_cec_notifier -EXPORT_SYMBOL_GPL vmlinux 0xc713654d ping_get_port EXPORT_SYMBOL_GPL vmlinux 0xc71a4b8a kthread_unpark EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field EXPORT_SYMBOL_GPL vmlinux 0xc72027d0 crypto_unregister_shashes EXPORT_SYMBOL_GPL vmlinux 0xc7431e5e devfreq_event_enable_edev EXPORT_SYMBOL_GPL vmlinux 0xc7579c3d crypto_stats_rng_generate EXPORT_SYMBOL_GPL vmlinux 0xc757e1eb fscrypt_symlink_getattr -EXPORT_SYMBOL_GPL vmlinux 0xc77e34b1 inet_hash EXPORT_SYMBOL_GPL vmlinux 0xc784cf97 device_wakeup_disable EXPORT_SYMBOL_GPL vmlinux 0xc7859ec5 memremap_pages EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch EXPORT_SYMBOL_GPL vmlinux 0xc7adbf52 devm_hwrng_register EXPORT_SYMBOL_GPL vmlinux 0xc7c00811 pid_vnr EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists -EXPORT_SYMBOL_GPL vmlinux 0xc7c56dfb pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0xc7d44f04 usb_match_one_id EXPORT_SYMBOL_GPL vmlinux 0xc7d9fa54 __vfs_removexattr_locked EXPORT_SYMBOL_GPL vmlinux 0xc7e1cc1c injectm -EXPORT_SYMBOL_GPL vmlinux 0xc7e377c8 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7f46a41 md_find_rdev_rcu EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop @@ -22614,6 +22598,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc829eb95 i2c_new_probed_device EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove EXPORT_SYMBOL_GPL vmlinux 0xc835536c to_software_node EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83e87cd pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire EXPORT_SYMBOL_GPL vmlinux 0xc85b066d enable_kprobe EXPORT_SYMBOL_GPL vmlinux 0xc85b528f fat_sync_inode @@ -22622,6 +22607,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc85e5d3b devm_extcon_dev_allocate EXPORT_SYMBOL_GPL vmlinux 0xc86c40e6 devm_mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0xc87550be skcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0xc8756146 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xc875ed36 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0xc876f78f acpi_subsys_prepare EXPORT_SYMBOL_GPL vmlinux 0xc879c678 sock_diag_check_cookie EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event @@ -22631,11 +22617,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xc89a9826 regulator_list_voltage_linear EXPORT_SYMBOL_GPL vmlinux 0xc8a5fa30 crypto_alloc_aead EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable EXPORT_SYMBOL_GPL vmlinux 0xc8b35462 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc8b93bf1 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xc8be4a86 nf_queue EXPORT_SYMBOL_GPL vmlinux 0xc8d04c60 devm_led_classdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable EXPORT_SYMBOL_GPL vmlinux 0xc8f03267 extcon_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xc8f162c9 ftrace_set_filter_ip -EXPORT_SYMBOL_GPL vmlinux 0xc9037a60 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xc90e1aad __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xc9190c76 gnttab_pages_set_private EXPORT_SYMBOL_GPL vmlinux 0xc928813a ata_host_activate @@ -22647,7 +22635,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 EXPORT_SYMBOL_GPL vmlinux 0xc9752066 crypto_register_ahashes EXPORT_SYMBOL_GPL vmlinux 0xc97a00c9 alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base -EXPORT_SYMBOL_GPL vmlinux 0xc99d366d pci_msi_set_desc EXPORT_SYMBOL_GPL vmlinux 0xc9a1db4e ata_host_start EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler EXPORT_SYMBOL_GPL vmlinux 0xc9cb1e7a pm_generic_restore_early @@ -22661,6 +22648,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xca4c7abf acpi_pm_wakeup_event EXPORT_SYMBOL_GPL vmlinux 0xca625df6 clk_hw_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0xca6b78a2 gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xcaa2c28e pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures EXPORT_SYMBOL_GPL vmlinux 0xcabd9e39 phy_put EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock @@ -22668,46 +22656,51 @@ EXPORT_SYMBOL_GPL vmlinux 0xcac4ed08 genphy_c45_aneg_done EXPORT_SYMBOL_GPL vmlinux 0xcac600b4 acpi_device_modalias EXPORT_SYMBOL_GPL vmlinux 0xcacd88a0 __tracepoint_br_fdb_update EXPORT_SYMBOL_GPL vmlinux 0xcad82c85 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcae7aed2 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0xcae7d9b2 sata_async_notification EXPORT_SYMBOL_GPL vmlinux 0xcaed9243 bd_unlink_disk_holder -EXPORT_SYMBOL_GPL vmlinux 0xcb064775 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xcb092aa8 scsi_target_unblock EXPORT_SYMBOL_GPL vmlinux 0xcb148e30 ata_std_error_handler EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data EXPORT_SYMBOL_GPL vmlinux 0xcb205ae0 ata_sff_tf_load EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb31fb55 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xcb32f2b0 trace_call_bpf +EXPORT_SYMBOL_GPL vmlinux 0xcb3303c3 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0xcb38f522 nd_numa_attribute_group -EXPORT_SYMBOL_GPL vmlinux 0xcb533072 devlink_dpipe_table_resource_set -EXPORT_SYMBOL_GPL vmlinux 0xcb543dd9 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xcb5a060d pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0xcb691363 ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xcb6be47f dev_pm_opp_set_clkname EXPORT_SYMBOL_GPL vmlinux 0xcb6fdad3 skcipher_walk_aead EXPORT_SYMBOL_GPL vmlinux 0xcb88ace4 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xcb89db69 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0xcb8b290e tpm_is_tpm2 EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine EXPORT_SYMBOL_GPL vmlinux 0xcbb597a3 pwm_set_chip_data EXPORT_SYMBOL_GPL vmlinux 0xcbb81ed9 scsi_ioctl_block_when_processing_errors -EXPORT_SYMBOL_GPL vmlinux 0xcbc26be1 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0xcbc6f18f access_process_vm EXPORT_SYMBOL_GPL vmlinux 0xcbcb4199 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xcbe08b82 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages EXPORT_SYMBOL_GPL vmlinux 0xcbe67f9e ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0xcbf1c019 elv_rqhash_del EXPORT_SYMBOL_GPL vmlinux 0xcbf4d728 devm_kasprintf EXPORT_SYMBOL_GPL vmlinux 0xcbfb20a5 devm_gpiod_unhinge EXPORT_SYMBOL_GPL vmlinux 0xcc02679c update_time +EXPORT_SYMBOL_GPL vmlinux 0xcc0a2645 dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0xcc180ae2 cm_notify_event EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap EXPORT_SYMBOL_GPL vmlinux 0xcc53e218 fwnode_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0xcc62a28c serial8250_modem_status EXPORT_SYMBOL_GPL vmlinux 0xcc675ac4 ack_all_badblocks EXPORT_SYMBOL_GPL vmlinux 0xcc681867 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xcc850905 metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc -EXPORT_SYMBOL_GPL vmlinux 0xcca6e418 sk_msg_zerocopy_from_iter -EXPORT_SYMBOL_GPL vmlinux 0xccbe92c1 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xccadeba0 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0xccc191ea sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xccc9e40b ping_bind EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string EXPORT_SYMBOL_GPL vmlinux 0xccdf9e24 phy_pm_runtime_put @@ -22717,6 +22710,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start EXPORT_SYMBOL_GPL vmlinux 0xcd0e4ac1 phy_create EXPORT_SYMBOL_GPL vmlinux 0xcd122187 preempt_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2c2c06 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0xcd37e289 dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0xcd3e5c7c acpi_release_memory EXPORT_SYMBOL_GPL vmlinux 0xcd63cb0a crypto_aead_setkey @@ -22728,10 +22722,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xcda64916 sysfs_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0xcdb3a6a7 gpiochip_irq_domain_activate EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers EXPORT_SYMBOL_GPL vmlinux 0xcdb7553a regulator_get_drvdata -EXPORT_SYMBOL_GPL vmlinux 0xcdc09163 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs EXPORT_SYMBOL_GPL vmlinux 0xcdd28b7b bdev_write_page EXPORT_SYMBOL_GPL vmlinux 0xcdd3f456 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xcdd800e7 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency EXPORT_SYMBOL_GPL vmlinux 0xcde5d8df blkcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0xcdf1a4fa kobject_move @@ -22739,27 +22733,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory EXPORT_SYMBOL_GPL vmlinux 0xce1ea836 crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0xce23f8cf devm_gpio_request EXPORT_SYMBOL_GPL vmlinux 0xce294014 regulator_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xce5cefe4 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xce5a70f4 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xce63c3fe wm831x_auxadc_read_uv EXPORT_SYMBOL_GPL vmlinux 0xce68f42b dev_pm_opp_detach_genpd EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce74b77d __fscrypt_prepare_link -EXPORT_SYMBOL_GPL vmlinux 0xce88f075 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xce8d6169 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0xce9e6180 fb_deferred_io_open EXPORT_SYMBOL_GPL vmlinux 0xcea768d5 pwmchip_add_with_polarity EXPORT_SYMBOL_GPL vmlinux 0xcead23b0 gpiod_get_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu EXPORT_SYMBOL_GPL vmlinux 0xcebb93b8 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xcebd2db8 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console EXPORT_SYMBOL_GPL vmlinux 0xcee551f7 acpi_subsys_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xceeb25b7 bpf_trace_run6 EXPORT_SYMBOL_GPL vmlinux 0xceebe1b7 gnttab_unmap_refs EXPORT_SYMBOL_GPL vmlinux 0xceed8318 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xcf02e13f tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xcf03e588 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xcf0d9951 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0xcf19a6f3 regulator_bulk_disable EXPORT_SYMBOL_GPL vmlinux 0xcf231ae7 serial8250_set_defaults -EXPORT_SYMBOL_GPL vmlinux 0xcf250919 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xcf272767 dev_pm_opp_remove_table EXPORT_SYMBOL_GPL vmlinux 0xcf3b597f ata_port_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0xcf4a4543 iommu_domain_alloc @@ -22769,24 +22765,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xcf763e3e get_dcookie EXPORT_SYMBOL_GPL vmlinux 0xcf980c1c ata_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0xcfa82b5d usb_register_device_driver EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbb8ae9 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xcfbbdaf0 gpiod_get_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xcfbc76c9 sock_diag_destroy EXPORT_SYMBOL_GPL vmlinux 0xcfc15f4b rht_bucket_nested_insert -EXPORT_SYMBOL_GPL vmlinux 0xcfc28dcb pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory EXPORT_SYMBOL_GPL vmlinux 0xcfe4b00e uart_console_write EXPORT_SYMBOL_GPL vmlinux 0xcfe6a14c regulator_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xcffa9752 iommu_detach_device -EXPORT_SYMBOL_GPL vmlinux 0xd001292b devlink_port_param_value_changed -EXPORT_SYMBOL_GPL vmlinux 0xd0037f4f skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0xd00480a3 sdio_set_block_size -EXPORT_SYMBOL_GPL vmlinux 0xd006c37b pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xd00aa628 pci_epc_get_msix -EXPORT_SYMBOL_GPL vmlinux 0xd01e3ab3 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate -EXPORT_SYMBOL_GPL vmlinux 0xd049daa6 ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0xd04bdee7 blk_req_needs_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0xd04c26af led_trigger_show EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister @@ -22798,7 +22789,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type EXPORT_SYMBOL_GPL vmlinux 0xd09ef9d6 __bio_try_merge_page EXPORT_SYMBOL_GPL vmlinux 0xd0a05c70 gpiochip_generic_config EXPORT_SYMBOL_GPL vmlinux 0xd0b3bdfc firmware_kobj -EXPORT_SYMBOL_GPL vmlinux 0xd0be8fe3 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xd0b44813 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xd0bbe2d1 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xd0bf2b3e usb_autopm_get_interface EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart EXPORT_SYMBOL_GPL vmlinux 0xd0d0c5c5 kvm_async_pf_task_wait @@ -22807,24 +22799,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax EXPORT_SYMBOL_GPL vmlinux 0xd0de37d9 pinctrl_force_default EXPORT_SYMBOL_GPL vmlinux 0xd0f5a7e8 cec_register_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd0ff0dbb ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0xd107771f aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd10ce893 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xd1278a0f usb_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0xd127bc36 devm_power_supply_register EXPORT_SYMBOL_GPL vmlinux 0xd134d6e8 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd13e5250 __phy_modify EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xd15f3684 pstore_register -EXPORT_SYMBOL_GPL vmlinux 0xd17e3b15 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xd1704865 validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0xd17ffe19 e820__mapped_any EXPORT_SYMBOL_GPL vmlinux 0xd1800bca vfio_register_iommu_driver EXPORT_SYMBOL_GPL vmlinux 0xd1a11888 i2c_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0xd1b5700e hvc_instantiate EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d42ca5 tcp_done EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get EXPORT_SYMBOL_GPL vmlinux 0xd1fbc889 unregister_kprobe EXPORT_SYMBOL_GPL vmlinux 0xd1ff242c usb_set_interface EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister -EXPORT_SYMBOL_GPL vmlinux 0xd217d4db devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain EXPORT_SYMBOL_GPL vmlinux 0xd2202b67 transport_class_register @@ -22839,8 +22833,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd28d55ff regulator_lock EXPORT_SYMBOL_GPL vmlinux 0xd2919fe0 driver_for_each_device EXPORT_SYMBOL_GPL vmlinux 0xd293c3f5 __spi_register_driver EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode -EXPORT_SYMBOL_GPL vmlinux 0xd2c7fe31 xen_unregister_device_domain_owner EXPORT_SYMBOL_GPL vmlinux 0xd2c8ae77 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2e31046 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0xd2f0b6cf acpi_device_update_power EXPORT_SYMBOL_GPL vmlinux 0xd2fe6a76 xenbus_dev_shutdown EXPORT_SYMBOL_GPL vmlinux 0xd3070409 fwnode_get_next_available_child_node @@ -22855,8 +22849,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd36e46cb regcache_sync_region EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xd39ac7e2 usb_free_urb EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 -EXPORT_SYMBOL_GPL vmlinux 0xd3aaf653 pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config +EXPORT_SYMBOL_GPL vmlinux 0xd3b782c2 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xd3bfa753 usb_bus_idr_lock EXPORT_SYMBOL_GPL vmlinux 0xd3c5905e sdio_retune_release EXPORT_SYMBOL_GPL vmlinux 0xd3d0026c spi_bus_unlock @@ -22864,9 +22858,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd3d7caaa device_connection_remove EXPORT_SYMBOL_GPL vmlinux 0xd3db8084 crypto_mod_put EXPORT_SYMBOL_GPL vmlinux 0xd3f72195 public_key_signature_free EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled -EXPORT_SYMBOL_GPL vmlinux 0xd3fea212 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq -EXPORT_SYMBOL_GPL vmlinux 0xd42640cd pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd424c604 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count EXPORT_SYMBOL_GPL vmlinux 0xd42c53d7 ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0xd43085c7 tps6586x_read @@ -22878,17 +22871,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4636de1 __percpu_up_read EXPORT_SYMBOL_GPL vmlinux 0xd46678a8 phy_configure EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd4716cf4 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0xd4851827 __acpi_node_get_property_reference EXPORT_SYMBOL_GPL vmlinux 0xd496a34f platform_bus_type EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq EXPORT_SYMBOL_GPL vmlinux 0xd4c729fc fscrypt_ioctl_remove_key_all_users -EXPORT_SYMBOL_GPL vmlinux 0xd4d0bad6 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0xd4d68902 fwnode_graph_get_endpoint_by_id -EXPORT_SYMBOL_GPL vmlinux 0xd50f983c pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0xd5346dfb task_user_regset_view EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata EXPORT_SYMBOL_GPL vmlinux 0xd55b1615 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd56cd62d __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xd573e6f2 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0xd580e5ca ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xd586efc1 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0xd599f99c regulator_list_hardware_vsel EXPORT_SYMBOL_GPL vmlinux 0xd5a8527f __inode_attach_wb EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event @@ -22909,10 +22904,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xd63a5b29 fuse_dev_operations EXPORT_SYMBOL_GPL vmlinux 0xd6408d12 dm_put EXPORT_SYMBOL_GPL vmlinux 0xd647e5d1 vma_kernel_pagesize EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65853f3 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0xd670aaa7 clk_hw_get_name EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget -EXPORT_SYMBOL_GPL vmlinux 0xd68eeed7 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xd6942e8b fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xd6a73ea9 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xd6d4677b register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0xd6e7aa3f blk_clear_pm_only EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries EXPORT_SYMBOL_GPL vmlinux 0xd72e7681 security_inode_setattr @@ -22924,17 +22921,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xd7566329 tps6586x_update EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7757fba acpi_pci_find_root EXPORT_SYMBOL_GPL vmlinux 0xd77e8529 i2c_dw_prepare_clk EXPORT_SYMBOL_GPL vmlinux 0xd791d404 proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0xd792d4c7 usb_add_hcd EXPORT_SYMBOL_GPL vmlinux 0xd7b14863 of_hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0xd7b5dfee xas_split +EXPORT_SYMBOL_GPL vmlinux 0xd7be6395 tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0xd7c39fff free_iova EXPORT_SYMBOL_GPL vmlinux 0xd7c850e1 irq_domain_xlate_twocell EXPORT_SYMBOL_GPL vmlinux 0xd7ca4f08 __blkg_prfill_u64 EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work EXPORT_SYMBOL_GPL vmlinux 0xd7d01200 kstrdup_quotable_file -EXPORT_SYMBOL_GPL vmlinux 0xd7d686f8 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd7d1e402 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0xd7ef6798 sata_sff_hardreset EXPORT_SYMBOL_GPL vmlinux 0xd8120580 shmem_truncate_range EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable @@ -22944,6 +22943,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd8469286 dm_post_suspending EXPORT_SYMBOL_GPL vmlinux 0xd84bc9b6 irq_create_fwspec_mapping EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock EXPORT_SYMBOL_GPL vmlinux 0xd84e0465 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xd85ebd8b pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk EXPORT_SYMBOL_GPL vmlinux 0xd889acaf ima_file_check EXPORT_SYMBOL_GPL vmlinux 0xd89be603 nl_table @@ -22964,28 +22964,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xd958a6f0 devm_memunmap_pages EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd96bf9bf alloc_dax_region EXPORT_SYMBOL_GPL vmlinux 0xd998b96b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd99b7257 devlink_register EXPORT_SYMBOL_GPL vmlinux 0xd9ae403c class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd9b7e018 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xd9c1c96b cpufreq_register_driver EXPORT_SYMBOL_GPL vmlinux 0xd9d5d879 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xd9d9ca0a devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0xd9dc0de2 serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0xd9e718ca crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0xd9ebaf2c tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns -EXPORT_SYMBOL_GPL vmlinux 0xd9fa146c usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write EXPORT_SYMBOL_GPL vmlinux 0xda1539c8 devm_get_free_pages EXPORT_SYMBOL_GPL vmlinux 0xda15a15d alarm_forward EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb EXPORT_SYMBOL_GPL vmlinux 0xda32a161 wbc_detach_inode -EXPORT_SYMBOL_GPL vmlinux 0xda4b354d devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0xda560f7d led_classdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xda58adda serdev_device_remove EXPORT_SYMBOL_GPL vmlinux 0xda61da09 bpf_trace_run5 EXPORT_SYMBOL_GPL vmlinux 0xda699b54 irq_domain_associate_many -EXPORT_SYMBOL_GPL vmlinux 0xda7e795a clean_acked_data_enable -EXPORT_SYMBOL_GPL vmlinux 0xda88231e bpf_redirect_info -EXPORT_SYMBOL_GPL vmlinux 0xda9a14a9 dw_pcie_wait_for_link -EXPORT_SYMBOL_GPL vmlinux 0xda9a7b12 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xda6c5244 devlink_port_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda6e241d pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xda93a0bf pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xda9fd6ab call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp EXPORT_SYMBOL_GPL vmlinux 0xdaa5a4ae cec_notifier_get_conn EXPORT_SYMBOL_GPL vmlinux 0xdaaffdbf ata_sas_tport_add @@ -23005,7 +23006,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdb34782f device_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0xdb40e561 regmap_multi_reg_write EXPORT_SYMBOL_GPL vmlinux 0xdb41665f register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0xdb46e659 edac_pci_add_device -EXPORT_SYMBOL_GPL vmlinux 0xdb569302 pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table EXPORT_SYMBOL_GPL vmlinux 0xdb649b92 ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0xdb709318 device_store_bool @@ -23018,10 +23018,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock EXPORT_SYMBOL_GPL vmlinux 0xdb9209b5 cpufreq_dbs_governor_exit EXPORT_SYMBOL_GPL vmlinux 0xdb94723f __crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0xdba0583f clk_hw_register_divider -EXPORT_SYMBOL_GPL vmlinux 0xdbba06eb nd_tbl EXPORT_SYMBOL_GPL vmlinux 0xdbcc81e7 xenbus_dev_groups EXPORT_SYMBOL_GPL vmlinux 0xdbd04880 generic_fh_to_parent -EXPORT_SYMBOL_GPL vmlinux 0xdbd1007b __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0xdbd173c6 vfs_getxattr_alloc EXPORT_SYMBOL_GPL vmlinux 0xdbdc6639 dev_pm_opp_find_freq_floor EXPORT_SYMBOL_GPL vmlinux 0xdbe45042 md_submit_discard_bio @@ -23030,13 +23028,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xdbf199a3 devm_regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xdbf29726 __tracepoint_neigh_timer_handler EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits EXPORT_SYMBOL_GPL vmlinux 0xdc000392 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xdc052dce skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall EXPORT_SYMBOL_GPL vmlinux 0xdc21e866 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xdc27ec0f generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work EXPORT_SYMBOL_GPL vmlinux 0xdc499ef4 devm_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0xdc4d8107 bus_register EXPORT_SYMBOL_GPL vmlinux 0xdc4ec07d ohci_restart EXPORT_SYMBOL_GPL vmlinux 0xdc56ffb0 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xdc5b3d27 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xdc63702c device_initialize EXPORT_SYMBOL_GPL vmlinux 0xdc649c07 crypto_stats_kpp_compute_shared_secret EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list @@ -23046,7 +23047,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc78e6a0 kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable EXPORT_SYMBOL_GPL vmlinux 0xdc847a57 platform_device_add -EXPORT_SYMBOL_GPL vmlinux 0xdc91ea51 sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xdca7dd91 simple_attr_write @@ -23060,19 +23060,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xdce23a83 sbitmap_queue_wake_up EXPORT_SYMBOL_GPL vmlinux 0xdce8e6c5 sdio_memcpy_fromio EXPORT_SYMBOL_GPL vmlinux 0xdcec13ef phy_modify EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc -EXPORT_SYMBOL_GPL vmlinux 0xdd135493 blk_mq_rdma_map_queues -EXPORT_SYMBOL_GPL vmlinux 0xdd2b1659 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister -EXPORT_SYMBOL_GPL vmlinux 0xdd3ecc28 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd635cae tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xdd6408b9 ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0xdd64d31e __clk_mux_determine_rate EXPORT_SYMBOL_GPL vmlinux 0xdd7900bd wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xdd7da442 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path -EXPORT_SYMBOL_GPL vmlinux 0xdd868435 devlink_resource_register -EXPORT_SYMBOL_GPL vmlinux 0xdd8a6e8d nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0xdd8ce5f9 do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0xdd946f23 bus_find_device EXPORT_SYMBOL_GPL vmlinux 0xdd9601f5 dma_run_dependencies @@ -23086,7 +23083,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xddc09419 iterate_mounts EXPORT_SYMBOL_GPL vmlinux 0xddce57bc device_attach EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset EXPORT_SYMBOL_GPL vmlinux 0xddddd115 pm_clk_destroy -EXPORT_SYMBOL_GPL vmlinux 0xdde17155 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xddf3b8ec __vfs_setxattr_locked EXPORT_SYMBOL_GPL vmlinux 0xddf9c31e pm_genpd_syscore_poweron EXPORT_SYMBOL_GPL vmlinux 0xddfc9255 arizona_clk32k_enable @@ -23098,6 +23094,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xde4bd864 ata_bmdma_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xde5094a5 pm_wakeup_dev_event EXPORT_SYMBOL_GPL vmlinux 0xde5a15cc serial8250_em485_destroy EXPORT_SYMBOL_GPL vmlinux 0xde66df46 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xde691521 inet_csk_compat_setsockopt EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 EXPORT_SYMBOL_GPL vmlinux 0xde89402d wbt_enable_default EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm @@ -23110,7 +23107,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdec647cf devm_nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0xdecbdd6c fat_setattr EXPORT_SYMBOL_GPL vmlinux 0xded2f8de perf_msr_probe EXPORT_SYMBOL_GPL vmlinux 0xded76fab elv_unregister -EXPORT_SYMBOL_GPL vmlinux 0xdee21b75 inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0xdf06e20f usb_hcd_link_urb_to_ep EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal EXPORT_SYMBOL_GPL vmlinux 0xdf117b36 edac_pci_free_ctl_info @@ -23119,20 +23115,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep EXPORT_SYMBOL_GPL vmlinux 0xdf1b55c5 bpf_trace_run2 EXPORT_SYMBOL_GPL vmlinux 0xdf223247 __tracepoint_sched_overutilized_tp EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xdf2f9f0d __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xdf3b123d devm_hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0xdf40e09f nd_mapping_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xdf46a5c9 init_iova_domain -EXPORT_SYMBOL_GPL vmlinux 0xdf69aa05 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf82edd8 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0xdf8c4e87 rtc_read_time EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue EXPORT_SYMBOL_GPL vmlinux 0xdf9642c3 find_extend_vma EXPORT_SYMBOL_GPL vmlinux 0xdf9d01a2 devm_serdev_device_open -EXPORT_SYMBOL_GPL vmlinux 0xdfa135fa pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xdfa533b4 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0xdfa863af crypto_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0xdfafb71e nvdimm_pmem_region_create -EXPORT_SYMBOL_GPL vmlinux 0xdfc8bc94 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xdfbc6779 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set EXPORT_SYMBOL_GPL vmlinux 0xdfe3743b cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0xdfea09b0 devm_usb_get_phy_by_node @@ -23146,7 +23141,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe054d3f2 devm_regulator_bulk_unregister_supply_alia EXPORT_SYMBOL_GPL vmlinux 0xe0578578 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu EXPORT_SYMBOL_GPL vmlinux 0xe05f53ff key_type_trusted -EXPORT_SYMBOL_GPL vmlinux 0xe0640f3c do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved EXPORT_SYMBOL_GPL vmlinux 0xe09be31d devm_devfreq_event_add_edev EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister @@ -23158,13 +23152,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xe0c8c43b xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0xe0db6181 fsnotify_put_mark EXPORT_SYMBOL_GPL vmlinux 0xe0eb7c18 sbitmap_bitmap_show EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11cb95d tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xe13b58cf dev_pm_get_subsys_data EXPORT_SYMBOL_GPL vmlinux 0xe15e2728 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xe1667b0b ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xe167390c edac_device_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0xe16a58ff __bio_add_page EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios EXPORT_SYMBOL_GPL vmlinux 0xe17e5220 blocking_notifier_chain_cond_register -EXPORT_SYMBOL_GPL vmlinux 0xe18388a9 pci_pr3_present EXPORT_SYMBOL_GPL vmlinux 0xe1a7d9e0 vmf_insert_pfn_pmd EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb @@ -23176,7 +23171,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xe1e75de5 bus_remove_file EXPORT_SYMBOL_GPL vmlinux 0xe1e7fc56 ata_sff_dma_pause EXPORT_SYMBOL_GPL vmlinux 0xe1e877ec blkcg_root EXPORT_SYMBOL_GPL vmlinux 0xe1eed70a lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xe1ef0a59 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0xe1f0f738 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xe1f2f2ab ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xe21e70bc rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0xe22038f1 devm_led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0xe2210e94 __device_reset @@ -23186,13 +23183,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xe249a8db crypto_dequeue_request EXPORT_SYMBOL_GPL vmlinux 0xe2582a12 btree_init EXPORT_SYMBOL_GPL vmlinux 0xe2584b95 __efivar_entry_iter EXPORT_SYMBOL_GPL vmlinux 0xe25da878 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xe2630951 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0xe2767d49 ata_sff_qc_issue EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier EXPORT_SYMBOL_GPL vmlinux 0xe2b7220e ata_std_postreset EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key EXPORT_SYMBOL_GPL vmlinux 0xe2d995f3 component_master_add_with_match -EXPORT_SYMBOL_GPL vmlinux 0xe2e7d008 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xe2f711d2 dma_get_any_slave_channel EXPORT_SYMBOL_GPL vmlinux 0xe2fb5e1c irq_setup_alt_chip EXPORT_SYMBOL_GPL vmlinux 0xe303b8e2 class_interface_unregister @@ -23201,13 +23198,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xe30b3dcf devm_i2c_new_dummy_device EXPORT_SYMBOL_GPL vmlinux 0xe30e4a59 dma_get_required_mask EXPORT_SYMBOL_GPL vmlinux 0xe31204c1 rio_mport_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0xe312dfb2 battery_hook_register -EXPORT_SYMBOL_GPL vmlinux 0xe3155588 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xe3159309 sdio_enable_func EXPORT_SYMBOL_GPL vmlinux 0xe316f08f mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xe32325b9 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0xe338c5ac inet_hashinfo2_init_mod EXPORT_SYMBOL_GPL vmlinux 0xe33b5bc4 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xe33f038c skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0xe349331e handle_fasteoi_irq EXPORT_SYMBOL_GPL vmlinux 0xe3599453 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xe35b5964 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0xe363550b regulator_set_voltage_time_sel EXPORT_SYMBOL_GPL vmlinux 0xe368fa14 sata_link_resume EXPORT_SYMBOL_GPL vmlinux 0xe376ac6a bpf_trace_run8 @@ -23218,14 +23217,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xe3967e53 free_vm_area EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit EXPORT_SYMBOL_GPL vmlinux 0xe3a548c9 wm8350_gpio_config EXPORT_SYMBOL_GPL vmlinux 0xe3a7c7d3 device_init_wakeup -EXPORT_SYMBOL_GPL vmlinux 0xe3b2c67e tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler EXPORT_SYMBOL_GPL vmlinux 0xe3c1b513 crypto_init_ahash_spawn EXPORT_SYMBOL_GPL vmlinux 0xe3c7afd5 usb_phy_roothub_resume EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init EXPORT_SYMBOL_GPL vmlinux 0xe3d1b560 do_splice_from EXPORT_SYMBOL_GPL vmlinux 0xe3d8dedd pm_clk_suspend -EXPORT_SYMBOL_GPL vmlinux 0xe3e691ca udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xe3eb05b4 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xe3ebdd33 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xe3ed3487 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xe407cf15 srcu_torture_stats_print EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv EXPORT_SYMBOL_GPL vmlinux 0xe41a7a84 fwnode_find_reference @@ -23234,6 +23234,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print EXPORT_SYMBOL_GPL vmlinux 0xe42c601a mbox_request_channel_byname EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume EXPORT_SYMBOL_GPL vmlinux 0xe431f7d3 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xe44855d8 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0xe47812c2 dev_pm_opp_get_opp_table EXPORT_SYMBOL_GPL vmlinux 0xe47bc799 thermal_zone_get_zone_by_name EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global @@ -23243,17 +23244,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xe48d6f11 gpiochip_line_is_valid EXPORT_SYMBOL_GPL vmlinux 0xe4924282 i2c_add_numbered_adapter EXPORT_SYMBOL_GPL vmlinux 0xe495926a alarm_restart EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49e4e22 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b2b753 pinctrl_find_gpio_range_from_pin EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str EXPORT_SYMBOL_GPL vmlinux 0xe4bacca7 phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4daa88c bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ed5fe2 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe5039947 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0xe506d4b2 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xe5150f82 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xe51e676e platform_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xe5271cb1 devm_led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0xe528074d devm_gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0xe5335b8b crypto_unregister_rngs -EXPORT_SYMBOL_GPL vmlinux 0xe543dc91 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0xe54c6d58 put_iova_domain EXPORT_SYMBOL_GPL vmlinux 0xe55df77f perf_event_enable EXPORT_SYMBOL_GPL vmlinux 0xe564f8ed posix_acl_access_xattr_handler @@ -23262,6 +23268,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister EXPORT_SYMBOL_GPL vmlinux 0xe58a6907 irq_chip_set_wake_parent EXPORT_SYMBOL_GPL vmlinux 0xe5a44735 fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0xe5b9df56 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe5d116eb pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0xe5f57efe dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work EXPORT_SYMBOL_GPL vmlinux 0xe608a95b regcache_cache_bypass @@ -23270,11 +23277,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xe61baae0 isa_register_driver EXPORT_SYMBOL_GPL vmlinux 0xe61fa8a0 cec_received_msg_ts EXPORT_SYMBOL_GPL vmlinux 0xe62591f4 unregister_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6444cb9 udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler EXPORT_SYMBOL_GPL vmlinux 0xe64ebe69 scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0xe67139b2 usb_poison_urb EXPORT_SYMBOL_GPL vmlinux 0xe68c0aaa to_nd_region EXPORT_SYMBOL_GPL vmlinux 0xe68efd60 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe6943dd9 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0xe6a48473 dev_pm_opp_find_freq_ceil EXPORT_SYMBOL_GPL vmlinux 0xe6a5eba4 devm_nvmem_device_put EXPORT_SYMBOL_GPL vmlinux 0xe6abf17a spi_write_then_read @@ -23282,11 +23291,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xe6b48999 page_mkclean EXPORT_SYMBOL_GPL vmlinux 0xe6bfa0df netlink_remove_tap EXPORT_SYMBOL_GPL vmlinux 0xe6de51df of_css EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6f13a03 sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0xe6f5dfcd cpufreq_freq_transition_end EXPORT_SYMBOL_GPL vmlinux 0xe6f5e6f5 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data EXPORT_SYMBOL_GPL vmlinux 0xe70ab063 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xe710d636 xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0xe71485ec thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister @@ -23301,15 +23312,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xe766cf47 acpi_unbind_one EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset EXPORT_SYMBOL_GPL vmlinux 0xe76ece2f dev_pm_opp_find_freq_exact EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0xe77c7225 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7871dd5 dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get EXPORT_SYMBOL_GPL vmlinux 0xe7c9c269 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe7d46981 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0xe7d662ad virtqueue_get_used_addr EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds EXPORT_SYMBOL_GPL vmlinux 0xe7dfe088 devm_clk_bulk_get_all EXPORT_SYMBOL_GPL vmlinux 0xe7e00dfc nvmem_cell_read_u32 EXPORT_SYMBOL_GPL vmlinux 0xe7e63f14 dev_pm_opp_set_regulators EXPORT_SYMBOL_GPL vmlinux 0xe7e837cf hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xe7ebf48a devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt @@ -23318,17 +23333,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xe8272ed1 ata_sas_port_stop EXPORT_SYMBOL_GPL vmlinux 0xe82bbbe3 ata_acpi_stm EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation EXPORT_SYMBOL_GPL vmlinux 0xe8446e54 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xe84d09b4 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start EXPORT_SYMBOL_GPL vmlinux 0xe8689283 sysfs_merge_group -EXPORT_SYMBOL_GPL vmlinux 0xe88f325b lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0xe89f316e gnttab_dma_free_pages -EXPORT_SYMBOL_GPL vmlinux 0xe8aa1ae4 ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0xe8ae218e __reset_control_get EXPORT_SYMBOL_GPL vmlinux 0xe8b40f33 __tracepoint_remove_device_from_group EXPORT_SYMBOL_GPL vmlinux 0xe8be8a99 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xe8c77941 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0xe8d08764 usb_get_current_frame_number -EXPORT_SYMBOL_GPL vmlinux 0xe8d151fd inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0xe8d3790b spi_alloc_device EXPORT_SYMBOL_GPL vmlinux 0xe8f4dc0a acpi_dev_get_dma_resources EXPORT_SYMBOL_GPL vmlinux 0xe8fdb6f7 trace_event_reg @@ -23344,7 +23358,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe956cf0c fuse_file_poll EXPORT_SYMBOL_GPL vmlinux 0xe978056b anon_inode_getfd EXPORT_SYMBOL_GPL vmlinux 0xe9803576 devm_phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xe982c3ac i2c_dw_read_comp_param -EXPORT_SYMBOL_GPL vmlinux 0xe99edf03 __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0xe9b10383 crypto_attr_alg2 EXPORT_SYMBOL_GPL vmlinux 0xe9bc8946 power_supply_put_battery_info EXPORT_SYMBOL_GPL vmlinux 0xe9c460ba rio_request_dma @@ -23357,23 +23370,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xe9f885b5 usb_get_from_anchor EXPORT_SYMBOL_GPL vmlinux 0xea049d31 regulator_get_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0xea0681d8 ata_sff_port_intr EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd -EXPORT_SYMBOL_GPL vmlinux 0xea41e268 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xea21c332 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea573d40 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xea5f0aea ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0xea643fcb sched_setattr -EXPORT_SYMBOL_GPL vmlinux 0xea68549d fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0xea7b752f gen_pool_get -EXPORT_SYMBOL_GPL vmlinux 0xeaa9d528 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xea9f3f39 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0xeaad96f9 sbitmap_queue_clear EXPORT_SYMBOL_GPL vmlinux 0xeab0980d hrtimer_sleeper_start_expires EXPORT_SYMBOL_GPL vmlinux 0xeac1a9e8 posix_clock_unregister -EXPORT_SYMBOL_GPL vmlinux 0xeac4d04b dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush EXPORT_SYMBOL_GPL vmlinux 0xeae41114 devres_remove EXPORT_SYMBOL_GPL vmlinux 0xeaf7fe0f sbitmap_resize EXPORT_SYMBOL_GPL vmlinux 0xeafe07b8 clk_bulk_prepare EXPORT_SYMBOL_GPL vmlinux 0xeb1b8595 spi_new_device -EXPORT_SYMBOL_GPL vmlinux 0xeb1d687f inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xeb313dad sfp_register_upstream +EXPORT_SYMBOL_GPL vmlinux 0xeb3972f8 sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq EXPORT_SYMBOL_GPL vmlinux 0xeb48e1e2 nvmem_register EXPORT_SYMBOL_GPL vmlinux 0xeb546be2 dm_get_md @@ -23384,12 +23397,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xebb58d6e pinctrl_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0xebb7d2c6 usb_wakeup_notification EXPORT_SYMBOL_GPL vmlinux 0xebbcde72 fat_get_dotdot_entry EXPORT_SYMBOL_GPL vmlinux 0xebbdba08 phy_calibrate -EXPORT_SYMBOL_GPL vmlinux 0xebc2a243 pci_restore_msi_state -EXPORT_SYMBOL_GPL vmlinux 0xebc6fb79 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xebc78b91 tpm_pm_suspend EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep -EXPORT_SYMBOL_GPL vmlinux 0xebc9adbb ata_pci_device_do_resume -EXPORT_SYMBOL_GPL vmlinux 0xebd23a4b devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xebcd133e sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xebdf84fa tty_port_register_device EXPORT_SYMBOL_GPL vmlinux 0xebe1fa6e nvdimm_security_setup_events @@ -23398,6 +23408,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xec0fcb41 dev_pm_opp_put EXPORT_SYMBOL_GPL vmlinux 0xec161f36 regmap_mmio_attach_clk EXPORT_SYMBOL_GPL vmlinux 0xec1628e6 pv_info EXPORT_SYMBOL_GPL vmlinux 0xec22b1c6 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xec49a123 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xec4b0996 tpm_get_timeouts EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0xec5b0d4c gpiochip_irq_map @@ -23405,12 +23416,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xec63d084 cgroup_attach_task_all EXPORT_SYMBOL_GPL vmlinux 0xec660cd3 __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable EXPORT_SYMBOL_GPL vmlinux 0xec6c6b7c pwm_free -EXPORT_SYMBOL_GPL vmlinux 0xec6c70a6 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state EXPORT_SYMBOL_GPL vmlinux 0xec8800e8 gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0xeca5d40d software_node_find_by_name EXPORT_SYMBOL_GPL vmlinux 0xecaa0c57 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xecb7555d skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0xecb8eda2 device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map EXPORT_SYMBOL_GPL vmlinux 0xecc37c0e devres_release_group @@ -23422,6 +23433,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xecf27912 srcu_init_notifier_head EXPORT_SYMBOL_GPL vmlinux 0xecf8d9b4 blk_mq_sched_mark_restart_hctx EXPORT_SYMBOL_GPL vmlinux 0xecfd3322 aead_geniv_free EXPORT_SYMBOL_GPL vmlinux 0xed0946b6 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xed1386be devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0xed1bcb5d alarm_init EXPORT_SYMBOL_GPL vmlinux 0xed274085 regmap_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0xed277509 posix_acl_create @@ -23429,6 +23441,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xed2fd42e da903x_writes EXPORT_SYMBOL_GPL vmlinux 0xed3a7346 input_ff_create EXPORT_SYMBOL_GPL vmlinux 0xed40c481 kvm_clock EXPORT_SYMBOL_GPL vmlinux 0xed47dcf6 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xed6575a8 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xed6fab97 device_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0xed765aaf fat_getattr EXPORT_SYMBOL_GPL vmlinux 0xed7c7b91 raw_v6_hashinfo @@ -23447,10 +23460,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0xee534b7f gnttab_foreach_grant_in_range EXPORT_SYMBOL_GPL vmlinux 0xee584097 xdp_return_frame_rx_napi -EXPORT_SYMBOL_GPL vmlinux 0xee5a1958 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible EXPORT_SYMBOL_GPL vmlinux 0xee6bc29d ehci_setup EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6eddac fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xee77a56d phy_set_mode_ext EXPORT_SYMBOL_GPL vmlinux 0xee7cba76 gpiochip_add_pin_range EXPORT_SYMBOL_GPL vmlinux 0xee892506 fsnotify_alloc_group @@ -23464,7 +23477,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent EXPORT_SYMBOL_GPL vmlinux 0xeeea6a3b direct_make_request -EXPORT_SYMBOL_GPL vmlinux 0xeeec2cf5 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xeef72d8b devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0xef079557 regmap_bulk_read EXPORT_SYMBOL_GPL vmlinux 0xef1a4f22 gpiochip_add_data_with_key @@ -23473,17 +23485,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 EXPORT_SYMBOL_GPL vmlinux 0xef4708b5 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xef51cb09 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0xef5cdad5 devm_kfree EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xef6d2c35 tpm1_getcap EXPORT_SYMBOL_GPL vmlinux 0xef6fab9f dma_buf_vunmap EXPORT_SYMBOL_GPL vmlinux 0xef912540 blkcg_policy_unregister EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last -EXPORT_SYMBOL_GPL vmlinux 0xef92f371 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xef931b8d devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0xefb31fc1 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xefbeb4c4 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xefc5c008 clockevents_unbind_device -EXPORT_SYMBOL_GPL vmlinux 0xefe2290d strp_done +EXPORT_SYMBOL_GPL vmlinux 0xefdc37b8 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs EXPORT_SYMBOL_GPL vmlinux 0xeff81949 memunmap_pages EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active @@ -23495,25 +23509,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable EXPORT_SYMBOL_GPL vmlinux 0xf08050c4 rhashtable_walk_start_check EXPORT_SYMBOL_GPL vmlinux 0xf08068e6 disk_get_part EXPORT_SYMBOL_GPL vmlinux 0xf0a6e4b1 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf0a8af15 seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xf0abeb3d crypto_stats_ahash_final EXPORT_SYMBOL_GPL vmlinux 0xf0ae4da1 cpuidle_register_driver EXPORT_SYMBOL_GPL vmlinux 0xf0c396ce sysfs_file_change_owner EXPORT_SYMBOL_GPL vmlinux 0xf0ca55db xenbus_free_evtchn -EXPORT_SYMBOL_GPL vmlinux 0xf0d26466 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xf0d41288 devm_phy_get EXPORT_SYMBOL_GPL vmlinux 0xf0ef53f4 debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0xf0fbdb86 path_noexec -EXPORT_SYMBOL_GPL vmlinux 0xf0fc7c2c pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0xf1030522 __pm_runtime_set_status EXPORT_SYMBOL_GPL vmlinux 0xf113cb75 crypto_hash_walk_done -EXPORT_SYMBOL_GPL vmlinux 0xf125b451 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0xf129096a fwnode_get_named_gpiod EXPORT_SYMBOL_GPL vmlinux 0xf12a27b3 iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0xf136176d rio_release_dma EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag -EXPORT_SYMBOL_GPL vmlinux 0xf13f8407 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0xf16422cc __blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0xf168fa10 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf16a485a devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0xf16b2047 ata_std_sched_eh EXPORT_SYMBOL_GPL vmlinux 0xf17d78f0 tpm_tis_resume EXPORT_SYMBOL_GPL vmlinux 0xf17e6282 clk_register_mux @@ -23525,7 +23537,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xf19c1442 rio_map_inb_region EXPORT_SYMBOL_GPL vmlinux 0xf1a449be spi_slave_abort EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on EXPORT_SYMBOL_GPL vmlinux 0xf1c7d809 devm_mbox_controller_register -EXPORT_SYMBOL_GPL vmlinux 0xf1cffac4 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0xf1f0ee24 blockdev_superblock EXPORT_SYMBOL_GPL vmlinux 0xf200fc09 usb_get_urb EXPORT_SYMBOL_GPL vmlinux 0xf20bb554 uprobe_register @@ -23547,6 +23558,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf2ede1af __regmap_init EXPORT_SYMBOL_GPL vmlinux 0xf2f22b1b cpufreq_enable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0xf2ffcc2e __efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30e90d1 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0xf30fd1c4 __bdev_dax_supported EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read @@ -23558,7 +23570,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf344e7f6 bpf_map_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xf37d356f devm_of_phy_get_by_index EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu -EXPORT_SYMBOL_GPL vmlinux 0xf3883ced generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf385f188 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0xf3954f31 synchronize_srcu EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove @@ -23566,12 +23578,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xf3ce3ad8 usb_phy_roothub_suspend EXPORT_SYMBOL_GPL vmlinux 0xf3e094fd security_file_permission EXPORT_SYMBOL_GPL vmlinux 0xf3e5d697 uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0xf3f1f247 regulator_list_voltage_linear_range -EXPORT_SYMBOL_GPL vmlinux 0xf4035f4f fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xf4110b2e pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0xf418945a blk_set_queue_dying -EXPORT_SYMBOL_GPL vmlinux 0xf430ba75 ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xf4332289 regulator_set_bypass_regmap EXPORT_SYMBOL_GPL vmlinux 0xf436b2b9 devm_device_remove_group -EXPORT_SYMBOL_GPL vmlinux 0xf4503209 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xf4693a66 call_srcu EXPORT_SYMBOL_GPL vmlinux 0xf46dba7a sysfs_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0xf4721c22 dev_pm_opp_put_prop_name @@ -23586,7 +23596,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf4a62a41 con_debug_enter EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal EXPORT_SYMBOL_GPL vmlinux 0xf4bb70cc gpiod_get_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xf4bc08f1 unix_peer_get -EXPORT_SYMBOL_GPL vmlinux 0xf4cc6ed8 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xf4bf533a __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc EXPORT_SYMBOL_GPL vmlinux 0xf50e911e copy_reserved_iova EXPORT_SYMBOL_GPL vmlinux 0xf5102704 crypto_register_rng @@ -23598,8 +23608,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5515a0e nd_blk_region_to_dimm EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock EXPORT_SYMBOL_GPL vmlinux 0xf56207a3 desc_to_gpio EXPORT_SYMBOL_GPL vmlinux 0xf572034f attribute_container_register -EXPORT_SYMBOL_GPL vmlinux 0xf573ebee napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5804208 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0xf583778b irq_domain_xlate_onetwocell EXPORT_SYMBOL_GPL vmlinux 0xf5938218 spi_setup EXPORT_SYMBOL_GPL vmlinux 0xf5a51413 irq_domain_get_irq_data @@ -23608,7 +23618,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus EXPORT_SYMBOL_GPL vmlinux 0xf5abc4b9 extcon_get_property_capability EXPORT_SYMBOL_GPL vmlinux 0xf5b38ed7 mddev_resume EXPORT_SYMBOL_GPL vmlinux 0xf5b61215 ata_ehi_clear_desc -EXPORT_SYMBOL_GPL vmlinux 0xf5b8ee34 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0xf5c25231 dev_pm_set_dedicated_wake_irq EXPORT_SYMBOL_GPL vmlinux 0xf5c9804c usb_get_status EXPORT_SYMBOL_GPL vmlinux 0xf5d58b2e perf_event_create_kernel_counter @@ -23623,8 +23632,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xf617e89d sdio_retune_crc_disable EXPORT_SYMBOL_GPL vmlinux 0xf6230e49 fpregs_mark_activate EXPORT_SYMBOL_GPL vmlinux 0xf62d210a devm_rtc_allocate_device EXPORT_SYMBOL_GPL vmlinux 0xf63e7dcb crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xf642f4aa devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind -EXPORT_SYMBOL_GPL vmlinux 0xf644c6d9 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr EXPORT_SYMBOL_GPL vmlinux 0xf65e4cfb pcie_port_bus_type EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync @@ -23635,54 +23644,52 @@ EXPORT_SYMBOL_GPL vmlinux 0xf676dd80 percpu_free_rwsem EXPORT_SYMBOL_GPL vmlinux 0xf68983b5 find_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0xf69ab127 irqchip_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects -EXPORT_SYMBOL_GPL vmlinux 0xf6afb583 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable EXPORT_SYMBOL_GPL vmlinux 0xf6c9228c sbitmap_queue_wake_all EXPORT_SYMBOL_GPL vmlinux 0xf6cf7c73 get_net_ns EXPORT_SYMBOL_GPL vmlinux 0xf6d4372b ata_scsi_simulate EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer -EXPORT_SYMBOL_GPL vmlinux 0xf6e7d036 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks EXPORT_SYMBOL_GPL vmlinux 0xf6f26692 rio_register_driver -EXPORT_SYMBOL_GPL vmlinux 0xf6ff115f __xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace -EXPORT_SYMBOL_GPL vmlinux 0xf743a39d call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xf7444701 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on -EXPORT_SYMBOL_GPL vmlinux 0xf74e44a6 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit EXPORT_SYMBOL_GPL vmlinux 0xf7576f23 dev_pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0xf75a0531 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xf764d402 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf77cfe4b fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0xf782655b devm_clk_unregister EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf7886fe1 dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0xf7a06817 list_lru_walk_one EXPORT_SYMBOL_GPL vmlinux 0xf7a2687e user_free_preparse EXPORT_SYMBOL_GPL vmlinux 0xf7aa6ddc tpm2_get_tpm_pt EXPORT_SYMBOL_GPL vmlinux 0xf7b06adf tty_standard_install -EXPORT_SYMBOL_GPL vmlinux 0xf7bbd5c8 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xf7c7a658 dev_pm_opp_disable EXPORT_SYMBOL_GPL vmlinux 0xf7f8d1de bpf_trace_run7 -EXPORT_SYMBOL_GPL vmlinux 0xf80d92bb pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xf805305f switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xf815950d inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0xf81cd188 devm_kstrdup_const EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu EXPORT_SYMBOL_GPL vmlinux 0xf8512c0f rio_route_clr_table EXPORT_SYMBOL_GPL vmlinux 0xf85614c2 usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0xf8676949 irq_domain_simple_ops -EXPORT_SYMBOL_GPL vmlinux 0xf86e6bea fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0xf872dffa bind_interdomain_evtchn_to_irq_lateeoi EXPORT_SYMBOL_GPL vmlinux 0xf874b0d2 nd_region_dev EXPORT_SYMBOL_GPL vmlinux 0xf87e09b4 fsnotify_init_mark EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf8a6af14 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xf8b9a3c9 cec_pin_changed EXPORT_SYMBOL_GPL vmlinux 0xf8c09649 gpiod_set_raw_array_value -EXPORT_SYMBOL_GPL vmlinux 0xf8c61e2c inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid EXPORT_SYMBOL_GPL vmlinux 0xf8ce55e6 cpufreq_register_governor EXPORT_SYMBOL_GPL vmlinux 0xf8f39cd0 scsi_autopm_get_device @@ -23701,20 +23708,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xf94726b3 relay_switch_subbuf EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf EXPORT_SYMBOL_GPL vmlinux 0xf9724726 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf9727d07 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0xf97944de xhci_dbg_trace EXPORT_SYMBOL_GPL vmlinux 0xf98644df __pm_runtime_use_autosuspend EXPORT_SYMBOL_GPL vmlinux 0xf991d0dc cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9972672 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies EXPORT_SYMBOL_GPL vmlinux 0xf9a4c9c6 devm_phy_put EXPORT_SYMBOL_GPL vmlinux 0xf9b875a5 vfio_iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xf9c5b8a8 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xf9c71f02 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0xf9cf99dc scsi_get_vpd_page EXPORT_SYMBOL_GPL vmlinux 0xf9cfff04 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9d2a331 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xf9e44cbf nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xfa0a8896 acpi_dev_resource_io EXPORT_SYMBOL_GPL vmlinux 0xfa120a12 rtc_read_alarm EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched -EXPORT_SYMBOL_GPL vmlinux 0xfa51b617 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name @@ -23723,26 +23735,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec EXPORT_SYMBOL_GPL vmlinux 0xfaa0a387 get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line -EXPORT_SYMBOL_GPL vmlinux 0xfac7a909 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xfaca8bd1 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0xfacc8d67 anon_inode_getfile -EXPORT_SYMBOL_GPL vmlinux 0xfad39f9e pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax EXPORT_SYMBOL_GPL vmlinux 0xfaea5d95 klp_enable_patch EXPORT_SYMBOL_GPL vmlinux 0xfb0c5a80 __module_text_address EXPORT_SYMBOL_GPL vmlinux 0xfb13dd2e kobject_rename EXPORT_SYMBOL_GPL vmlinux 0xfb20a20a genphy_c45_an_disable_aneg -EXPORT_SYMBOL_GPL vmlinux 0xfb2adae8 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xfb2dbd79 rio_release_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync -EXPORT_SYMBOL_GPL vmlinux 0xfb330d3e pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0xfb33d2ab phy_save_page EXPORT_SYMBOL_GPL vmlinux 0xfb4f2413 regulator_disable_deferred EXPORT_SYMBOL_GPL vmlinux 0xfb60ca09 synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name -EXPORT_SYMBOL_GPL vmlinux 0xfb7695fe strp_init EXPORT_SYMBOL_GPL vmlinux 0xfb889ecb __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0xfbb5bedf rio_dev_get -EXPORT_SYMBOL_GPL vmlinux 0xfbbaf8c7 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action EXPORT_SYMBOL_GPL vmlinux 0xfbbdbfa3 dbs_update EXPORT_SYMBOL_GPL vmlinux 0xfbc2ec5b ata_scsi_slave_destroy @@ -23750,6 +23757,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xfbcbe747 tty_buffer_unlock_exclusive EXPORT_SYMBOL_GPL vmlinux 0xfbdfc558 hrtimer_start_range_ns EXPORT_SYMBOL_GPL vmlinux 0xfbeaa063 fuse_dev_alloc_install EXPORT_SYMBOL_GPL vmlinux 0xfbf063ec relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xfbfb90c2 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram EXPORT_SYMBOL_GPL vmlinux 0xfc0797e4 free_iova_fast @@ -23765,18 +23773,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc509576 devfreq_event_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xfc677f3b cec_queue_pin_hpd_event EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume EXPORT_SYMBOL_GPL vmlinux 0xfc859646 nvm_set_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0xfc9d782c __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0xfcaa1642 wm8997_patch EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfce8ff15 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0xfcec4b41 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xfcf7990c lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0xfd037969 cpufreq_freq_attr_scaling_available_freqs -EXPORT_SYMBOL_GPL vmlinux 0xfd14695a skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xfd173b77 ata_dev_pair EXPORT_SYMBOL_GPL vmlinux 0xfd2dc00c to_nvdimm_bus_dev EXPORT_SYMBOL_GPL vmlinux 0xfd306168 phy_pm_runtime_get EXPORT_SYMBOL_GPL vmlinux 0xfd3fc4a6 map_vm_area EXPORT_SYMBOL_GPL vmlinux 0xfd40cb16 device_add_groups -EXPORT_SYMBOL_GPL vmlinux 0xfd571607 pci_msi_create_irq_domain -EXPORT_SYMBOL_GPL vmlinux 0xfd64e5ac inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable EXPORT_SYMBOL_GPL vmlinux 0xfd8204be debugfs_remove_recursive EXPORT_SYMBOL_GPL vmlinux 0xfdafc0be pinctrl_utils_reserve_map @@ -23785,10 +23793,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xfdc29e5b task_cls_state EXPORT_SYMBOL_GPL vmlinux 0xfdcea40f rio_del_device EXPORT_SYMBOL_GPL vmlinux 0xfdd85404 dev_pm_opp_get_suspend_opp_freq EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xfdfb4f69 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0xfe01be58 add_dma_domain EXPORT_SYMBOL_GPL vmlinux 0xfe0404ce bd_link_disk_holder EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars -EXPORT_SYMBOL_GPL vmlinux 0xfe17c977 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0xfe1d2207 fuse_abort_conn EXPORT_SYMBOL_GPL vmlinux 0xfe282a9b of_hwspin_lock_get_id_byname EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete @@ -23796,16 +23804,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe4133f6 gpiod_cansleep EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns EXPORT_SYMBOL_GPL vmlinux 0xfe4775e0 debugfs_rename EXPORT_SYMBOL_GPL vmlinux 0xfe4d4056 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xfe5e9617 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xfe608e4f fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xfe69325f percpu_ref_resurrect EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine EXPORT_SYMBOL_GPL vmlinux 0xfe93c1d7 wm831x_auxadc_read EXPORT_SYMBOL_GPL vmlinux 0xfe96ad22 rio_local_get_device_id EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfe9bea65 set_task_ioprio -EXPORT_SYMBOL_GPL vmlinux 0xfea3b107 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xfe9c41d9 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0xfeae794a usb_alloc_dev -EXPORT_SYMBOL_GPL vmlinux 0xfeaf83fa pci_cfg_access_trylock -EXPORT_SYMBOL_GPL vmlinux 0xfeb737fb tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0xfecc223c regulator_list_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister EXPORT_SYMBOL_GPL vmlinux 0xfed28961 pstore_unregister @@ -23813,13 +23821,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xfedb0230 blk_mq_unquiesce_queue EXPORT_SYMBOL_GPL vmlinux 0xfee278e8 pm_generic_freeze EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read EXPORT_SYMBOL_GPL vmlinux 0xfeff016e __class_create +EXPORT_SYMBOL_GPL vmlinux 0xff014d00 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt EXPORT_SYMBOL_GPL vmlinux 0xff206018 driver_create_file EXPORT_SYMBOL_GPL vmlinux 0xff233b4e ata_port_abort EXPORT_SYMBOL_GPL vmlinux 0xff2551e3 serdev_device_get_tiocm EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider -EXPORT_SYMBOL_GPL vmlinux 0xff2a5c5a sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0xff49b551 crypto_req_done EXPORT_SYMBOL_GPL vmlinux 0xff4d13cf extcon_dev_free EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback @@ -23829,11 +23837,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies EXPORT_SYMBOL_GPL vmlinux 0xffb9bf48 relay_close EXPORT_SYMBOL_GPL vmlinux 0xffd8b379 virtqueue_add_outbuf -EXPORT_SYMBOL_GPL vmlinux 0xffde0871 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0xffe16802 fat_add_entries EXPORT_SYMBOL_GPL vmlinux 0xffe6b111 rdev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0xfff095b5 dev_pm_opp_put_supported_hw -EXPORT_SYMBOL_GPL vmlinux 0xfff4c58c __raw_v6_lookup USB_STORAGE EXPORT_SYMBOL_GPL 0x05dc7b37 usb_stor_reset_resume drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x0d4cf115 usb_stor_disconnect drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic-lpae.compiler b/debian.master/abi/5.4.0-117.132/amd64/lowlatency.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic-lpae.compiler rename to debian.master/abi/5.4.0-117.132/amd64/lowlatency.compiler diff --git a/debian.master/abi/5.4.0-110.124/amd64/lowlatency.modules b/debian.master/abi/5.4.0-117.132/amd64/lowlatency.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/amd64/lowlatency.modules rename to debian.master/abi/5.4.0-117.132/amd64/lowlatency.modules diff --git a/debian.master/abi/5.4.0-117.132/amd64/lowlatency.retpoline b/debian.master/abi/5.4.0-117.132/amd64/lowlatency.retpoline new file mode 100644 index 0000000000000..945dc3fef780d --- /dev/null +++ b/debian.master/abi/5.4.0-117.132/amd64/lowlatency.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 diff --git a/debian.master/abi/5.4.0-110.124/arm64/generic b/debian.master/abi/5.4.0-117.132/arm64/generic similarity index 81% rename from debian.master/abi/5.4.0-110.124/arm64/generic rename to debian.master/abi/5.4.0-117.132/arm64/generic index 98d363e8e3f36..565fd7f5e2375 100644 --- a/debian.master/abi/5.4.0-110.124/arm64/generic +++ b/debian.master/abi/5.4.0-117.132/arm64/generic @@ -34,8 +34,8 @@ EXPORT_SYMBOL crypto/sm3_generic 0x914905be crypto_sm3_finup EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks EXPORT_SYMBOL drivers/acpi/nfit/nfit 0xceec93be to_nfit_uuid EXPORT_SYMBOL drivers/atm/suni 0x7be7c45e suni_init -EXPORT_SYMBOL drivers/bcma/bcma 0x3144d557 bcma_core_irq -EXPORT_SYMBOL drivers/bcma/bcma 0xf3f82802 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x4d9e2510 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x7b9300d6 bcma_core_irq EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -85,18 +85,18 @@ EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xfaab573f atmel_i2c_init_ecdh_cmd EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested -EXPORT_SYMBOL drivers/crypto/caam/caam 0x31865590 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x2f4a52cc caam_drv_ctx_rel EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free -EXPORT_SYMBOL drivers/crypto/caam/caam 0x896f847f caam_drv_ctx_init -EXPORT_SYMBOL drivers/crypto/caam/caam 0xb2a5777f caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x65f50ccd caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x6b4c51bd caam_drv_ctx_update EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc -EXPORT_SYMBOL drivers/crypto/caam/caam 0xc1625aea caam_drv_ctx_update -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2ce88850 caam_jr_alloc -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x437a66f0 caam_jr_free -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x9edaaa53 gen_split_key -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xae2ef2da split_key_done -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xfeb4c278 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0xecbf41e9 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1aae3996 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x30410536 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x3a5f50bf caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8128d6b7 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xae62f66f split_key_done EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly @@ -115,12 +115,12 @@ EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_d EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash -EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x25f63eee dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x18bea51a dpaa2_caam_enqueue EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz -EXPORT_SYMBOL drivers/crypto/caam/error 0x81a0e241 caam_strstatus EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx EXPORT_SYMBOL drivers/crypto/caam/error 0xd25da602 caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xdc1eed2b caam_strstatus EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xbfc85ce3 xilinx_vdma_channel_set_config EXPORT_SYMBOL drivers/firewire/firewire-core 0x0b52c338 fw_device_enable_phys_dma EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor @@ -158,7 +158,6 @@ EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init EXPORT_SYMBOL drivers/firewire/firewire-core 0xf07d4e44 fw_iso_buffer_destroy EXPORT_SYMBOL drivers/firewire/firewire-core 0xf404643c fw_iso_resource_manage EXPORT_SYMBOL drivers/gpu/drm/drm 0x0000e3d3 drm_framebuffer_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x004a47f7 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ad9878 drm_gem_prime_handle_to_fd EXPORT_SYMBOL drivers/gpu/drm/drm 0x021c5c26 drm_vma_offset_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x021efa2e drm_mode_probed_add @@ -189,7 +188,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e8681ae drm_syncobj_get_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug -EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a7fff9 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x12315932 drm_bridge_post_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x127a8c6b drm_flip_work_queue EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c1d3dc drm_modeset_lock_all_ctx @@ -222,6 +220,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fe408bb drm_crtc_send_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x204c4af1 drm_atomic_get_old_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug EXPORT_SYMBOL drivers/gpu/drm/drm 0x20742985 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20abdac4 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x20cc1b4e drm_syncobj_get_fd EXPORT_SYMBOL drivers/gpu/drm/drm 0x21352da1 drm_gem_unlock_reservations EXPORT_SYMBOL drivers/gpu/drm/drm 0x217709e9 drm_mode_set_config_internal @@ -232,7 +231,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x2357f8e2 drm_vblank_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b18bb9 drm_atomic_set_mode_prop_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0x261a1e57 drm_client_modeset_probe EXPORT_SYMBOL drivers/gpu/drm/drm 0x266f367d drm_of_find_possible_crtcs -EXPORT_SYMBOL drivers/gpu/drm/drm 0x26a44307 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x270805fc drm_vma_node_allow EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo EXPORT_SYMBOL drivers/gpu/drm/drm 0x2764adad drm_atomic_get_new_private_obj_state @@ -241,7 +239,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x2881bd7e drm_crtc_vblank_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x29169b03 drm_encoder_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x29fab546 drm_master_put -EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a950162 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b342f9d drm_modeset_lock_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b5e1558 drm_prime_pages_to_sg EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node @@ -249,6 +246,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d3585b3 drm_add_modes_noedid EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d692440 drm_connector_list_update EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df1f19b drm_bridge_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9d4e3c drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9de5b0 drm_modeset_backoff EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec2ae45 drm_gem_shmem_purge EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f074fe9 drm_crtc_vblank_count_and_time @@ -266,6 +264,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x3578e062 drm_mode_validate_ycbcr420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x35933121 drm_client_rotation EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364e233e drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a4bb37 drm_panel_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x36adc3cc drm_connector_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x3750caad drm_crtc_vblank_count @@ -279,7 +278,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cd049a6 drm_gem_fence_array_add_implicit EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e4f4505 drm_crtc_vblank_waitqueue EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e50b109 drm_gem_fence_array_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e77fecf drm_i2c_encoder_dpms -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e855de7 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ec174ff drm_gem_dumb_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f3c0014 drm_syncobj_find EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f8e380a drm_connector_init_panel_orientation_property @@ -302,7 +300,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a8ed751 drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b45748c drm_modeset_drop_locks EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c019440 drm_modeset_acquire_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c02bee5 drm_sysfs_hotplug_event -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c482205 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c5ce06d drm_atomic_get_connector_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d043374 drm_property_blob_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks @@ -323,7 +320,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x537953fe drm_framebuffer_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x537d5193 drm_gem_shmem_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x5491446c drm_gem_object_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x5542443b drm_flip_work_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x55a3b555 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x56b33042 drm_gem_free_mmap_offset EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f52645 drm_property_lookup_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x571dd2de drm_mode_create_tv_properties @@ -345,11 +341,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eecdce6 drm_client_buffer_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f807782 drm_object_attach_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc3a33f __drm_mm_interval_first EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd43696 drm_vma_node_revoke -EXPORT_SYMBOL drivers/gpu/drm/drm 0x60135276 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x602e7d81 drm_panel_get_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x6047e001 drm_object_property_set_value EXPORT_SYMBOL drivers/gpu/drm/drm 0x618f1ad7 drm_dev_alloc -EXPORT_SYMBOL drivers/gpu/drm/drm 0x61cc127f drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63aaec9f drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x63d0df00 drm_mode_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ff6bb4 drm_dev_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x6468ccc8 drm_bridge_mode_valid @@ -375,23 +370,25 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ebadfe7 drm_dev_unplug EXPORT_SYMBOL drivers/gpu/drm/drm 0x705f5382 drm_i2c_encoder_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0x70793237 drm_prime_sg_to_page_addr_arrays EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ec6398 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x712a0852 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x718388f6 drm_atomic_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x71d5759c drm_gem_mmap_obj EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d900fe drm_panel_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x73827eab drm_connector_attach_edid_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d16e4b drm_mode_get_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d2cf98 drm_crtc_cleanup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x75f4fe06 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x76a89eed drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x77334274 drm_dev_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x77a901bb drm_i2c_encoder_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x79d5871e drm_crtc_accurate_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a234146 drm_atomic_get_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b982195 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7babac31 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bd3c761 drm_cma_gem_create_object_default_funcs EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca0833d drm_vma_offset_manager_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x7de02dd6 drm_mode_config_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e9a9a46 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f8cea4c drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fa457d6 drm_gem_get_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fb9401d drm_atomic_set_crtc_for_connector EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fc21537 drm_object_property_get_value @@ -424,6 +421,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e2fbd23 drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ee68bff drm_atomic_add_affected_connectors EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fa574a1 drm_gem_shmem_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x9017f9a9 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90abefa1 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation EXPORT_SYMBOL drivers/gpu/drm/drm 0x921d144f drm_framebuffer_plane_width @@ -436,7 +434,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x957f27f1 drm_gem_shmem_unpin EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x96600574 drm_panel_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x96fbc79c drm_gem_object_put_unlocked -EXPORT_SYMBOL drivers/gpu/drm/drm 0x97948f71 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x97fd2d8b drm_gem_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x9893a65d drm_client_dev_hotplug EXPORT_SYMBOL drivers/gpu/drm/drm 0x98bb133f drm_bridge_attach @@ -454,7 +451,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5cdbef drm_panel_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cd44ef8 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d7e9593 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd26089 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9effea51 drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f96b206 drm_i2c_encoder_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fca6e3f drm_add_override_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0713087 drm_ht_find_item @@ -490,7 +489,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb17c05d3 drm_panel_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e0f24c drm_mode_config_reset EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26bf25d drm_mode_set_crtcinfo EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32fc961 drm_open -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3b3f742 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3baae35 drm_connector_attach_scaling_mode_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xb407ef71 drm_atomic_private_obj_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4ba18be drm_crtc_arm_vblank_event @@ -504,14 +502,15 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97a9934 drm_syncobj_find_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9e3c2f drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbac27c06 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0xbacb3077 drm_atomic_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb6b6666 drm_dev_unregister EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbe9de37 drm_universal_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbfad0cc drm_bridge_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc2c8d49 drm_calc_timestamping_constants -EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd22b02c drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0xbddc46a6 drm_modeset_unlock -EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf35030f drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfa258d drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbecb4a54 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf49a58c drm_get_edid_switcheroo EXPORT_SYMBOL drivers/gpu/drm/drm 0xc18c2713 drm_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block @@ -539,20 +538,23 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd70dd66 drm_mode_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err EXPORT_SYMBOL drivers/gpu/drm/drm 0xceece06b drm_property_blob_get EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf6f3b5c drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd00cb017 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0a98b86 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0fd2631 drm_crtc_init_with_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0xd19ea02d drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25f19c6 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0xd27ee36f drm_gem_prime_fd_to_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0xd428e1a4 drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0xd64a2d60 drm_writeback_connector_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd697f922 drm_gem_map_dma_buf -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7171417 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7fd8409 drm_cvt_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd98abe4a drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xda30d79b drm_atomic_check_only EXPORT_SYMBOL drivers/gpu/drm/drm 0xda40cf47 drm_client_modeset_dpms -EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb09340c drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcec995f drm_compat_ioctl EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd592615 drm_vma_offset_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd7890f6 drm_plane_create_alpha_property @@ -583,10 +585,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xed104a2e drm_atomic_add_affected_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0xed3b6bc3 drm_mode_is_420_also EXPORT_SYMBOL drivers/gpu/drm/drm 0xed940b69 drm_set_preferred_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract -EXPORT_SYMBOL drivers/gpu/drm/drm 0xef0d6a75 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xef357c71 __drm_atomic_helper_disable_plane -EXPORT_SYMBOL drivers/gpu/drm/drm 0xef9b1dca drm_pci_free -EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa9c0ae drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort EXPORT_SYMBOL drivers/gpu/drm/drm 0xf307e2e4 drm_atomic_get_crtc_state EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3169d4d drm_client_register @@ -606,6 +605,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe87084 drm_plane_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc57c7a9 drm_syncobj_add_point EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda069c6 drm_encoder_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda9e6f2 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe28c86c drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xfea6ecb8 drm_dev_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xfecbc925 drm_hdcp_update_content_protection EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0c8c43 drm_gem_create_mmap_offset_size @@ -1157,320 +1157,320 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x8c999dc1 ms5611_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x0a643493 st_press_common_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x1de29f88 st_press_get_settings EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xffffae18 st_press_common_probe -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x063757e2 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1d6102e0 ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2e3c94e6 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x31a3b0ef ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x49e2f7ed ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x52f696db ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x561d6c64 ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x67ddb4bb cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x06fd7b42 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a677098 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x11630a5f ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17eb3bed ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x301a7e52 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x356100b6 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x508091d4 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x53e90c65 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x674c4f6b ib_send_cm_lap EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x79958882 ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x88959838 ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8f28246a ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9ffe9a9f ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa36c34c0 ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa7c76d60 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb31324cf ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb8185ba0 ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbd149e96 ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xea447dfa ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x009f706b ib_register_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0316f2c8 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x031e2f1c __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x047e4b6e rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08712a7f ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e79e15f ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x851a54db ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91c0fa2e ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x986344f4 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa9394621 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb1ceaf39 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc842f9e ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcb6880ad ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd4e37952 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00f845f9 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02cd7817 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x045a6c22 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05c9db2d rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05dc8026 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06014641 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x078fefc5 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07cbe872 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08fb0806 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09bcd04d ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a4543b1 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9e5a8f rdma_move_ah_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9f96d3 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f2a76e0 rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10a2fe2a ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11662ffc rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121c3ad7 rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x125f5430 rdma_nl_unicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x128a802e ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12b5103b rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x135c1b1d roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13fcc746 ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x169f5229 rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cc66be4 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d611d60 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ea72def rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f61f7f3 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10c0e43e ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x112f0248 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x119e69f7 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11ad1d25 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14235d5a rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17169607 rdma_nl_unicast EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x191178b5 rdma_nl_put_driver_u32 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19aa6b31 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18b59f40 __ib_alloc_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d0b7982 __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d2e857f ibdev_notice -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dc14199 ib_rdmacg_uncharge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de8cbf4 ib_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e2c120c rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bfbb877 ib_drain_sq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e64dfa9 ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f141f2e ib_dealloc_pd_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20d7a7f7 ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22e2a92b ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f73e1c2 ib_cancel_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2357dd48 ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24aec6bc rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25ca0804 ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26f5df40 ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27d6c756 ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2918ccb8 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c1e797 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f7f90a ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2363a438 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2467b5de ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24b99454 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25913d5a __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x269856df rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26f5efaa rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2764f047 ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2897bba2 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a7474bf ib_find_cached_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bcc51b2 ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d61ce8f _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eff7a70 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c5b0c6b ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cb545d9 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2dfaab84 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f367d9d ib_device_get_by_name EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3081ae8e ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x309ba9b0 ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3249c524 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3319386c ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33d42af0 ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x353da600 ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35801ac3 ib_post_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x359224f2 ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x375b555d ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37a4c65d ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a1e15ac rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aeec2b4 ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cab0740 ib_get_cached_port_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f4ed641 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30e0cf8c ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33414f4a ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x340a3166 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x341cf061 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36571880 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x374f47a8 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38052e6e ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3823a63b ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b2b44a4 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b5027a4 ibdev_printk EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc584ae rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4087364e __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40b703d2 rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4121083d ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41e0abcd ib_modify_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43d2224e rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x446ba664 rdma_umap_priv_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ca8b12 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49a06b2e ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49d9c61b rdma_user_mmap_entry_remove EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c14dc37 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e98550 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a1eb9de ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a2844db ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a48d486 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4aa03000 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4accc8d7 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ad35c70 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b55920d rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b7f7b7c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ba02d9f ib_sa_get_mcmember_rec EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e50b54e ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e73c154 ibdev_notice EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ea83e0f ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fb6945a ib_query_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53076792 ib_unregister_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x549f4f7b ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54f9aa64 ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55319a8a ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55754014 rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56fd8af1 rdma_nl_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x574efc59 rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x584fdbdd ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59a536fa ib_unregister_device_queued -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bd88970 ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ddb97c7 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x511905f3 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51424dfa rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x560ec769 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5af749e3 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c246996 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d4d3e87 ib_free_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efa6669 ib_sa_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f10d504 ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f18b808 ib_set_vf_guid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fb51d04 ib_create_rwq_ind_table EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x647caa84 rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x649688e0 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66fea6c7 ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x692a641d ib_rdmacg_try_charge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x699e4489 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x632ab8ad ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63397b63 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66a57091 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66b27002 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68ac501c ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69fa6e72 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6aaa5708 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b84057c ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b8976c7 ib_find_exact_cached_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c2b5e2e rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c5a79d8 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d0d0658 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e00cd9a rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e97cf6c ib_query_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70073caa rdma_move_grh_sgid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70faee6c ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72497b9b ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x730851b4 rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x742d7a86 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fe3a37a ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73f4a3e6 ib_free_recv_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767fb877 ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77e8fba7 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77390743 ib_create_send_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ab5b316 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7af1d780 ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b0865ae rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x791d2ace ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a74e579 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b1627e4 ib_unregister_client EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d0d8339 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d4bb67e ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e1ef34e rdma_query_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8282afae rdma_restrack_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82cc6f4a ib_resize_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x837445ee rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x841c19a7 rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85b10c55 ib_unregister_device_and_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86490537 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c3113d8 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d10143f rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d259154 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d66c516 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81e2f390 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82a1aeae rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83f225ca ib_get_net_dev_by_params EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88de8802 ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c37c70d ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c7c083a ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8caa6954 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x876cb6c4 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8932d968 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x898871ad ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89e826aa ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ba476bf rdma_link_unregister EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f460bf0 rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f64f886 rdma_modify_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x908980aa rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x908edf2e rdma_find_gid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91163074 __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x928a170a ib_device_get_by_name -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93079e11 ib_register_mad_snoop -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93b1cad0 rdma_replace_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94eb5523 ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95762d28 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96149e46 ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x981d69a1 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9146af00 ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93535125 ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9368a412 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95c6629b ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99300f03 rdma_find_gid_by_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b876373 ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa37029ea ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99f6d193 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b8d2abe ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c62bf8d ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f3e54cf ib_modify_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa68bd386 ib_modify_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6a180aa ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7ba95ed ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9d088a0 rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab810e93 ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae68340b rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7617005 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7ce0293 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa82dbae3 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac7f428e ib_destroy_wq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c99ee0 ib_create_ah_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb11235c5 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf18314e rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1c54825 ib_drain_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb525f078 ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb58b9804 rdma_rw_ctx_wrs -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6034459 rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb756cfec ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb759de3b ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb77446b6 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb45208b8 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5fbbefd ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb66f3588 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb68d8639 ib_unregister_event_handler EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba22442d ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbd67e30 ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbdf9de8 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc22460f rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfe0129d ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc772d87 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd70161d ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd7c3b33 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd7d2301 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe7beefb ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc05a2d13 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc221fd6e rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc28c38cd ib_destroy_qp_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc41f0a5c rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4bb4b21 ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5941e3c ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5c61db6 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6609b3a rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67025d9 rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca204021 ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc5820d8 ib_destroy_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc6aefcc ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc774b89 rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc9ad100 ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccddd718 rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce543d1e ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd46a7f86 ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4a4de9e rdma_move_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4daf068 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc389408f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc530fa8e ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6c2605c ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc87174c6 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca2355bf rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca6c9b8e ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcad7ee20 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb9a9566 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc19fc17 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc8886b7 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc9656b9 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf3209d ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd4c358d ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf16c7cf ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf68b563 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2142180 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3b03b98 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4a7356f ib_find_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8a201e3 _ib_alloc_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda73c310 ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde981647 ib_get_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xded63b2d rdma_nl_put_driver_u64 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfbd7624 ib_drain_rq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1e420a5 rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe226d47f ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe227694a rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3a73e4c ib_cancel_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4a7b7a1 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd5ef6c4 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xded2c084 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe128bdae ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2414a0c rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2e28c20 rdma_link_register EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe633884a ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6991be8 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6e4b965 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe729224c rdma_nl_put_driver_u32 EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe812ba5b ib_destroy_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe81f0caa __ib_alloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8e1096d rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe84e2436 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe922890f rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe997f0e5 ib_mr_pool_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeac07be9 rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebe2c92b ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee894741 rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeedd73df ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef3fe8c1 ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef696b98 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1fa06aa ib_sa_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf30eb1e2 ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf310047f rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf36d664e ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf36ff433 ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf57e5f7a ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea478139 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea69f4ff ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb7350f6 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeefaaf2a ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf009098f rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0658935 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf16d41ae rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2298efa ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4ece032 ib_sa_guid_info_rec_query EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6c9a602 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5f8fba9 rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6bb4ef3 ib_alloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7db3849 ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7e68003 ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8915363 rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf90a8143 ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9734767 ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa0fc59a ib_modify_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa40496e ib_drain_sq -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a6d3989 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7cf51d5 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf82eab28 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8c46727 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb50ee4d ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc7812cd ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfce3630f ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd2414d9 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfda569bb ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe3316d8 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff42812d ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff7ab4fe rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff95eb4e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01b1f21e ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0604f914 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0a35db9b _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d19246a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x14531d0a ib_copy_ah_attr_to_user EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1c2ae2e4 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a08fa15 uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x319300e5 ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x35b9d470 uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4360606c ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55a1d586 ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5829e667 _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6037e3f2 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x264abf82 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2eeccf34 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2fc44276 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x33e64da3 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34e3c069 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3d7aac65 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f4c9652 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4e297236 ib_umem_odp_unmap_dma_pages EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6411ee22 flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6e7a78a2 flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7487a744 uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7dc75262 ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8686d7e7 _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8c8a3515 ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x910d40e4 ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93cbb88f uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa0135f7e uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa26e9b8b ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xad0890dc ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaec1ae8f ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb5d36e4e ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb93bca8a ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6e21c8ec ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6f59aad8 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x73d51a0f uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75066a00 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7c75ec08 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7ca6c2de ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7ca99fc6 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7dd1f325 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8511489a ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x92570c86 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x98fca1a8 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf397b14 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb0558265 uverbs_get_flags32 EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbea54853 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0731d62 ib_umem_odp_alloc_child -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc08a84ea uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcbb3ec32 ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe3ba410f uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xec9ffad4 ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf6da2549 ib_umem_activate_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0281a232 iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0d07ff0c iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x19c75b1d iw_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2a6c5f87 iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2bf72660 iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7b5b0b68 iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x871d62ad iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x96fe8a3e iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc3916230 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd3c6c6e8 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfc3284c3 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xff52b1af uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x03119168 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x034f09c2 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1a945129 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x30da0800 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x49bd57e9 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaf9b2f40 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe9e62c4f iw_cm_init_qp_attr EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x003b24e3 rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1fe0d54b rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x254aba0b rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x29cc3260 rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2a767627 __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2b98e79b __rdma_create_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2ee80f9a rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36bccc22 rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36f1c8d7 rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x421285b7 rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42c8c8b9 rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x450b4926 rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x465ba70a rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48a3b488 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e9aad6b rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50561954 rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x507dabed rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x552ef645 rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83a9b643 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf681fdab iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01672914 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x03d0501f rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0bb07fa6 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10f52579 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d3cdeab rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ab5ce8c __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ba79f41 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x44e9aa45 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45da531b rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5005e612 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50f30426 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5b6c78fb rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5df9ca94 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62aafdc2 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66345b04 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a876cd2 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b745ae7 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71f80a44 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74640f35 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74be6db7 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x763834b1 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b681bd6 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x81db36f6 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87bcd3fa rdma_set_ack_timeout EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa43b2fbc rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb0dc63b0 rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba02cc31 rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3592906 rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9bf1bba rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdc8f5797 rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xde1da1a5 rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2b4f7d4 rdma_consumer_reject_data -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xea2e17a4 rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xecd2e67f rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef57a74d rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9b8ffe8d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbfa9d852 rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6b77899 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xde47a9fa rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe43b00e1 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf508c7f2 rdma_res_to_id EXPORT_SYMBOL drivers/input/gameport/gameport 0x12f74964 __gameport_register_port EXPORT_SYMBOL drivers/input/gameport/gameport 0x4090daf3 __gameport_register_driver EXPORT_SYMBOL drivers/input/gameport/gameport 0x4973354c gameport_open @@ -1864,123 +1864,123 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x224ab355 zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x7409296e zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x61eed465 zl10353_attach EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x77db28f6 flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8222d200 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9fb5ebc9 flexcop_dma_allocate EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xbc08f795 flexcop_dma_control_timer_irq -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xce244167 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd3da8403 flexcop_dma_free EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdaa272aa flexcop_dma_config_timer EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe76f3adc flexcop_dma_control_size_irq -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe7759d19 flexcop_dma_config -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2277851e bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2429816e bt878_device_control -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa7b8ab07 bt878_start -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xba288f33 bt878 +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf588be41 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2bfe0bb2 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x852f3af1 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x853f8f1d bt878 EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdaa5d300 bt878_stop EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x41a0fd71 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6567c842 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe332f52e bttv_sub_unregister -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xfa2ab608 bttv_get_pcidev -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x18a5740d rdc_reset_state -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1909075e dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1c5aec1d dst_error_recovery -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x25b65a97 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe4fb9d28 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xee0670c3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0074b7de dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x01fe70e8 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x12216f62 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x14d0c6bf dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3597a207 read_dst EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6150edb3 dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9508fbf8 read_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x960407e0 dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcadae04f dst_pio_disable -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf83bf7ab dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xef74f152 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x658c5b1e dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8dc6361b dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfb5928ae write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfcb80fad dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x416e1cfd dst_ca_attach EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x339f0cd4 cx18_release_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x36c637e4 cx18_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8648295c cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa1cbe652 cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd5752e17 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2f0a7783 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb474237c cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb649ff79 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf3f0fb23 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfa9aba46 cx18_release_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x55e9d0ec altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x18376cf9 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3a7aa9ac cx25821_sram_channel_setup_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7fbd4303 cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb0a03c0c cx25821_dev_unregister -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc697d1f7 cx25821_sram_channel_setup_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd381882c cx25821_set_gpiopin_direction -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe59b5b2c cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5743d122 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x81169e2f cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9331683c cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa6f9ef84 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcd349945 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe6d88a5e cx25821_dev_get EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf864cba8 cx25821_riscmem_alloc -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x1a6b08bf vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xaf36fb51 vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x55140c99 cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x80df324a cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc10b2a7a cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdf44bcfa cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x24c9b9d4 cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2762a151 cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x55d71da7 cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8d923cc2 cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8d9a9b66 cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf111f908 cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf370bfa4 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x219eb992 cx88_core_irq -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3036d93e cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x34750b1e cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x364ccde2 cx88_ir_stop -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3aa3cc8c cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3dc6a2fd cx88_shutdown -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3febb562 cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4b3c94b2 cx88_risc_buffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x51bb7b93 cx88_wakeup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x52df6146 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x807bac56 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa1d78ec6 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x809a1070 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x93f7997e cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd8343e07 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd8f18304 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x02d77cd4 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x07f20bb5 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x56a8dbab cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x772581af cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb0e9b6fd cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd24e5394 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xef73208c cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x009b3b05 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x18ef45c3 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x210664c3 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x22af6bf3 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31083612 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x32848ee3 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x402c5e97 cx88_core_irq EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x624e295d cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x68870b92 cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x80d16733 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6741507c cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x831deee2 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8a9728b6 cx88_ir_stop EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x914400c4 cx88_set_tvaudio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xad516af2 cx88_sram_channel_dump -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaf3a9a38 cx88_set_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf296786 cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd456e544 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xddfd6d33 cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeb852ccf cx88_set_scale -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x088c80af ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9b015c36 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc310877f cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc5eca5e6 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8e55591 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd752b133 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdf54cad5 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe0da88d1 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeab37cf2 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0f74c30 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf5fd54c2 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x03c04a93 ivtv_udma_prepare EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x32b3898e ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x372cda6b ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3a9d32ba ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4896fb26 ivtv_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4a7e39f2 ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50e93692 ivtv_udma_setup -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x574dec29 ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x61ec53fc ivtv_udma_unmap -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7007f866 ivtv_vapi -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7f36c121 ivtv_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa3ffacf4 ivtv_firmware_check -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb64227bf ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd29b88f0 ivtv_release_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe8c197e1 ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf1475d33 ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf414e873 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3251a8a9 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4f929ab8 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5b9ae6d4 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5fa6fe4f ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62a55d1c ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62dc7008 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x83d15062 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8daaab21 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9d23f9b3 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc3751b4 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc45e5c3c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd96ff0c0 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd9f9a0df ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf5a01a26 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfdcd57a9 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xff31008f ivtv_udma_alloc EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0776cdde saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x065d9519 saa7134_set_dmabits EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x16262e9f saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1b03fd01 saa7134_set_gpio -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2c7432ab saa7134_ts_register -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x45ae9e11 saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4f250b7c saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1978af39 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3e07a172 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x46df6fd7 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x488642f2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4c3eee07 saa7134_pgtable_build EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x581824fa saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c3e9803 saa7134_dmasound_exit EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7edb0f4a saa7134_pgtable_alloc -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbb0e7db8 saa7134_dmasound_init -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe1f8912d saa7134_tvaudio_setmute -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf208ce24 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8395447c saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaea183e1 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xed121965 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf618d110 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfdb3b952 saa7134_ts_register EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf6dfc83d ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/radio/tea575x 0x0b3c704c snd_tea575x_set_freq @@ -2176,67 +2176,67 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xe226184e memstick_alloc_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xf651a286 memstick_new_req EXPORT_SYMBOL drivers/memstick/core/memstick 0xfdf891ab memstick_free_host EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0305570d mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x12a742c5 mpt_verify_adapter -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2aa03c2b mpt_get_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x30ca3605 mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x364064c8 mpt_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x42a9264c mpt_alloc_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x42d42eab mpt_reset_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43b1b4df mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x05dd1bc0 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x08edf280 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e972659 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1950e571 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1c98a1cd mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x21700078 mpt_halt_firmware EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f90dc19 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5392b162 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x584bc78c mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5dbfffae mpt_resume EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6827a1ac mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b4be1b1 mpt_Soft_Hard_ResetHandler EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x860b323f mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x90ac1b3e mpt_raid_phys_disk_get_num_paths -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x92db2ec9 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x795b02cc mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x83bdebe2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b287a85 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e6c6c5f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e76c63e mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x941aa39c mpt_alloc_fw_memory EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x99f983ef mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9a427a0c mpt_raid_phys_disk_pg1 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c6786d8 mpt_event_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9ed5cf3d mpt_findImVolumes -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad289aa4 mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb54bc35a mpt_put_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc1a6c12d mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca77e8a7 mpt_GetIocState -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb9805f0 mpt_resume -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd16dd7d mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa343ce9f mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa614bcb2 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaab8afcf mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabb383c9 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xacbd2b49 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0ecc117 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb621f9de mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbcff890b mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd21d831b mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd558f30e mptbase_sas_persist_operation EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdfa561dc mpt_device_driver_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe5be01eb mpt_send_handshake_request EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xebb6299a mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4e0431f mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfed342ff mpt_attach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xffaa0bf1 mpt_free_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x035d642b mptscsih_suspend -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e881bff mptscsih_IssueTaskMgmt -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1068e4e9 mptscsih_get_scsi_lookup -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x19453a35 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf0fde7d0 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf687a1d4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa61dbda mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0c39764a mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x224c13b0 mptscsih_get_scsi_lookup EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3186ad97 mptscsih_bus_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x37d5ea3b mptscsih_ioc_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x389ca726 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38090ed2 mptscsih_event_process EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e7ecd1d mptscsih_show_info EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40b4f2e0 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44c1fac9 mptscsih_taskmgmt_complete EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6370711e mptscsih_host_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d65e8b9 mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x774d2553 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x63e746d9 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c150524 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7ad9dd75 mptscsih_is_phys_disk EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x803416e8 mptscsih_host_attrs -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x860b8e56 mptscsih_scandv_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ab89cff mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8892357c mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x906bbf7b mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94be5486 mptscsih_taskmgmt_response_code EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ebc77fc mptscsih_slave_destroy EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7e2a21f mptscsih_qcmd EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa8bfc325 mptscsih_slave_configure EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa52c3f6 mptscsih_change_queue_depth -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xab9a9799 mptscsih_remove EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac0de3f9 mptscsih_bios_param -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba9b4d86 mptscsih_event_process -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe78e3a6 mptscsih_shutdown -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xda4f1dc0 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb93bddfd mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbcbdd2bf mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbde794bf mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd19f731e mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd391893e mptscsih_ioc_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe093f939 mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xec6960f7 mptscsih_taskmgmt_response_code EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf14aa649 mptscsih_abort EXPORT_SYMBOL drivers/mfd/axp20x 0x9ff2c61c axp20x_device_probe EXPORT_SYMBOL drivers/mfd/axp20x 0xd48349ca axp20x_match_device @@ -2348,75 +2348,75 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0x358110a3 nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa43d1c72 __nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb1f0e75b nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb636dd73 __nand_calculate_ecc -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x23819ef1 arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x495eef13 arc_proto_default -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5d15738c arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0be50d39 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x22f6f65f arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2f6a7695 arcnet_timeout EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x80247aa3 arcnet_open -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8d416122 arc_raw_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb45de6ac arcnet_timeout -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xba1e1dc3 alloc_arcdev -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe367ea40 arc_proto_map -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe4d58078 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x752e2c1a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7d0ad73e arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb765df6e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc5babf21 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd01b3d12 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd77b301a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe773c7cc alloc_arcdev EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf952f9ca arcnet_send_packet EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9896e849 com20020_check EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9b35b7b3 com20020_found EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb8faaddb com20020_netdev_ops -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x02932396 b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1316eb7f b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13790ee8 b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1526ca55 b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x18545907 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x21e7e2fb b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2b2bb453 b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4404e679 b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4a13f55e b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x520f7208 b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5885e73c b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5a0a2c59 b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x632f1e00 b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x661ac793 b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7952455e b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a3fcfc8 b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d14581e b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8633be16 b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8be141ba b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x90dc690a b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x95f2eea9 b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9d304b12 b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac20fc27 b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbfbec7a7 b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2c3e6fc b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc83112a6 b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc967cc35 b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcb1574a4 b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd26879c b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd214f38a b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd7488adc b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdd0ab0a0 b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdea239c2 b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf2e62f6b b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf5959c3b b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf650bec1 b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfa4f2896 b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfcdeead1 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2ae1d87c b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x497ccb72 b53_serdes_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5a6b6140 b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdcdc4ff3 b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe036fc56 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf6c8bc73 b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x50dfd320 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x05a0de39 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c9c148c b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0f0c2975 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x105ebd29 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x10e4068c b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13d8dc7b b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14711e25 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1c59d16d b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x23f0312e b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x26ea551d b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2cc31e9a b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2e69439d b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3bd5daa9 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x47c8a93c b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4b4b5ac9 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b2baacf b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x626a9190 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x67039588 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68d41d45 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x766f7545 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7fb6f4f3 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x82b39c70 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83846c09 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x880fcd5a b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9479eccd b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x990a43a5 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9efcc282 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa2cc4501 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb19db5ad b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbd836f6e b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc1fce5b7 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2c812d0 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcb571fd3 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcc87fa2a b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcff78198 b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4cbb985 b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4ec3944 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf7c64cca b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x035efe6c b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x27bb5f99 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x3f726799 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x54b57049 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdee8ab0b b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe6917d6e b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x1f68a4c1 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x4fcb51ca lan9303_probe EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xdec7e161 lan9303_probe -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x8b40c332 ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0xd4136f63 ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x423fe54f ksz_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x5e4d522a ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xef44b96e ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x022ef00f vsc73xx_probe -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x603b0514 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x70cc7090 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x408a232c ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x575c9a67 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xd9faa1a4 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xea9928fd ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x8dd8fe6d vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99bd438d vsc73xx_probe EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0131d424 ei_netdev_ops EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x072ec17a ei_get_stats @@ -2429,10 +2429,10 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6fe8ae98 ei_open EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7d4683cd ei_set_multicast_list EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbd8014e2 ei_poll EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd0dc105b ei_tx_timeout -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x2ac97243 cnic_register_driver EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x0c379c87 cavium_ptp_get -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x45dc7dce cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x8c44b4f9 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x23baa82e cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xc170d629 cavium_ptp_put EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count @@ -2450,88 +2450,88 @@ EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_ge EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1dfedf0c cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2104988c cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2411dc3f cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2a026d29 cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x463fe1ff cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4b4239d5 t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7993cf9b t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x875dafe1 t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x90382f01 cxgb3_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x97936a96 cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9a2c1aee t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb31a93e2 cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc0763b68 cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcfd14507 cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd1cf40f4 dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf8475352 t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f62ac63 t4_cleanup_clip_tbl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x13aaa950 cxgb4_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x148975e4 cxgb4_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x14c9500b cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x47cede90 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4bbc825a t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x53b8e6bc cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6ce6fda4 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x84677923 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8898246e t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x990ff5b8 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f256dbb cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc35b9b8a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd910a653 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe121f519 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe3c354c1 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe84987e8 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf126f575 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf16272dc t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf92c7a03 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0268fdd8 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0358a610 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08227a05 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x116a4796 cxgb4_read_sge_timestamp EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x17e3c9fe cxgb4_l2t_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1ac39bf6 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d25e970 cxgb4_map_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d714d4f cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1eb42b77 cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f08990f cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c5a855b cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1dbec694 t4_cleanup_clip_tbl EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x204dbca7 cxgb4_l2t_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2072d621 cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28ecd21d cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21fe2b57 cxgb4_map_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2c4f54a3 cxgb4_select_ntuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30a84397 cxgb4_create_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x355f509b cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43bba8ec cxgb4_update_root_dev_clip -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x456967a9 cxgb4_register_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49e072ce cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x506ec26d cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33ce188e cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33e31ffa cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4447c447 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x493fe3bc cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4fb4dc4e cxgb4_immdata_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56937977 cxgb4_immdata_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5cf0e01a cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x656c0d54 cxgb4_iscsi_init EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x798e9d4a cxgb4_alloc_sftid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8013b7b8 cxgb4_reclaim_completed_tx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x847c862a cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6d64af94 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6ea4d7ce cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7108f28c cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x79c93330 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a4cee3e cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7bd366d8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x852754ae cxgb4_get_tcp_stats EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8856f638 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x898a954b cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8ca5b63a cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8cc08481 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8ea2fcae cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92adc02e cxgb4_pktgl_to_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1e6eb6d cxgb4_get_srq_entry -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa274ff1d cxgb4_write_sgl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa4545298 cxgb4_clip_release EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb1a60afb cxgb4_crypto_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbacf9b69 cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbb8b7eda cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbf4ca1c5 cxgb4_port_idx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc6f970e1 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xae571a2c cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8c6c418 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba5ba6a4 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1d6f538 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9a8b5cd cxgb4_port_chan EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca62254f cxgb4_l2t_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcce95564 cxgb4_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4888e83 cxgb4_pktgl_to_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9eca143 cxgb4_sync_txq_pidx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe4399e72 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd7ed7787 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2a7e5b3 cxgb4_remove_server_filter EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe5442341 cxgb4_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7528510 cxgb4_port_e2cchan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe831ffa2 cxgb4_read_tpte -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf664716f cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe2e66d4 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe801528c cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1add9ca cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf8a11234 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfcd82f3a cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfceb2ec2 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1281e7c8 cxgbi_ppm_release EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x21f951dc cxgb_find_route6 EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x426f24bd cxgbi_ppm_make_ppod_hdr -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4d9a41c2 cxgb_find_route6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x667c5151 cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6a97aa3e cxgbi_ppm_ppod_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x81dbd45d cxgbi_ppm_ppods_reserve -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x84372b29 cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xac2934fe cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x924c419f cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xcb53c339 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd744b825 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xdce66562 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe107f2d8 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x12a258e5 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1512db4c vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x309d98b7 vnic_dev_register EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4324a97d enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6ac138c7 vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x758b9801 vnic_dev_register -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x778068fd vnic_dev_get_res_count -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x82880a83 vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xaa7faeee vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5304dd78 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x800c8f52 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x230290d8 be_roce_unregister_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbdf26d5e be_roce_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbe4cb610 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xa2fd729b be_roce_register_driver EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x3233b75d hnae_put_handle @@ -2542,18 +2542,18 @@ EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_ EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xf8b8035d hnae_ae_unregister EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x473b0582 hns_dsaf_roce_reset -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x00a772ad hnae3_register_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x132bf2c1 hnae3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2484789c hnae3_register_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4d0a9bcf hnae3_unregister_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x750ed5b5 hnae3_set_client_init_flag -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x855b3f5c hnae3_register_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb2f4b501 hnae3_unregister_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe4ec14bf hnae3_unregister_ae_algo_prepare -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x966d7840 i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xbc196d6b i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x8e83b995 iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xc6262f2e iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x128adb41 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x49af6fd8 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x8e4e7bd4 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xacda290e hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb388faaa hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcaee6c68 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd56bcf4d hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe29a01cd hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x330f6ccc i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x900d6a52 i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xc830d40a iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xfdc9e100 iavf_register_client EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x0cee09c5 cgx_lmac_linkup_start EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x0ff59a9a cgx_lmac_internal_loopback EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0x27c65569 cgx_get_lmac_cnt @@ -2570,184 +2570,184 @@ EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xdaec7b61 EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xdbeffa32 cgx_get_link_info EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xf66092a2 cgx_lmac_rx_tx_enable EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_af 0xfbd0b5b6 cgx_lmac_addr_set -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x15f8c3a1 otx2_reply_invalid_msg -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x36b5c20c otx2_mbox_nonempty -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x4676c976 otx2_mbox_init -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x4d065268 otx2_mbox_wait_for_rsp -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x52e7a77e otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x0ed884af otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x44909ed0 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x4b6b1cee otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x615894d4 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x8ad19cf0 otx2_mbox_destroy EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0x8f772a3f otx2_mbox_id2name -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xd37571e1 otx2_mbox_busy_poll_for_rsp -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xd3bb64dc otx2_mbox_destroy -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xedd37b54 otx2_mbox_get_rsp -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xf4d207bf otx2_mbox_reset -EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xfa1247bb otx2_mbox_alloc_msg_rsp -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00d805fd mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06f1a784 mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12216606 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12e59089 mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x195c357b mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b432fb4 mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bfb01c3 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2764a28c mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28cc576e mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2941b40c mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30a507b2 mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3490055d mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x367cfc87 mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x480f852d get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c690522 mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x522b0052 mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53b92381 mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5764d557 mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57bb9280 mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b196bfc mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62f1a589 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6329e2e6 mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64fd4459 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a82be8c mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73b7998f mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79492c9d mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xa2062a7e otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xb84210e0 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xe02e16aa otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xe9ea6b16 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/octeontx2_mbox 0xea2fae88 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1addfe70 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b9fa14b mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27899a8d mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38cfb7ff mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43a7a133 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44e2ac79 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b0e6287 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b0e9f85 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d00df2b mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e4f9791 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x581bce63 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a9bcc13 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e533963 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e86502d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x658286c9 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x664d18ba mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66c4ce68 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7443ac14 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76291613 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7695913b mlx4_gen_pkey_eqe EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e53c7dd mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e5a702b mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7579d37 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac01e6ac mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac9086e6 mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadf9e28c mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2254dec set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0d79512 mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc97bbcd8 mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0578b31 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3592665 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe44e7a95 mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe558aa7b mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5b59151 mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf10611c7 mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf76087ea set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaf11932 mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcd2e631 mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01092161 mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02a9234c mlx5_packet_reformat_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x032befb4 mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x080f4238 mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b7e1d54 mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1604a13e mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16084cab mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1820c422 mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1929fac8 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1979821f mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1aeb6ab2 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1df8749f mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25c9a4d4 mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2620c767 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2634e845 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84b646e0 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8589cda2 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f226d84 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91c9fbcf set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91d1fb76 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x945ccb77 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9696a3e9 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3460673 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa64c026 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaede41e0 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1dd7cf4 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3d4cb99 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6072629 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc61cf497 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc836f078 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb260c35 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2e3e5ee mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd76b5011 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9fa6b62 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe184e780 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe387a0d9 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4a40edd mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeca20261 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecc2164d mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01ac6c37 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02eba3e5 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x038e5097 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0565a32f mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x064a23c4 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0763a59e mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a042cd1 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a4b742c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b2cc6ed mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d363cac mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1078dd7f mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11b6d819 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13c7d3d3 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1525dca2 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x182989b3 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c4f3880 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d2b69bc mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x220a5bdd mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23aef660 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24f79f6b mlx5_core_destroy_rq_tracked EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2855039e mlx5_core_detach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x298b51b3 mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c9418a1 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cbd114e mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d089ad6 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2893458e mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b2f3f3f mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b6accb1 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c3e747d mlx5_fpga_sbu_conn_sendmsg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35cadd6e mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3743f93b mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x370ceb04 mlx5_core_destroy_rqt EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b09332c mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a1af49d mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b9ed283 mlx5_core_dealloc_pd EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f02f158 mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42acb8d5 mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43b3e281 mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45009998 mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45a38ba3 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x417181b3 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44ecdced mlx5_cmd_alloc_uar EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4687915f mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x478ce209 mlx5_eq_disable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d9a6d22 mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fe17c01 mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x550caf26 mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58b85826 mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c2bf699 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f4c102e mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x612dce3e mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x612e9802 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4750cf62 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47fa6949 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d7810af mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x500fca1e mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x503ac040 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50822746 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x508ee459 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b58a9c0 mlx5_core_create_mkey_cb EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x614dceea mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63172900 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x645b6369 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6999757b mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b447f74 mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b569ed6 mlx5_core_alloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6befa314 mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d9343c4 mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71b2f27b mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71c4eb2c mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ad920b mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d39e088 mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e333b26 mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f950aea mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8093bc43 mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81091da0 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68188472 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a6d5347 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c54b629 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d103d85 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6da3c699 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73dc0cd6 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a88da8e mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cf6bd9b mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d3310b9 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7deb192f mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80f69dfc mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81e30cd0 mlx5_core_alloc_transport_domain EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835091bc mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x874447c8 mlx5_core_query_mkey EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88057280 mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c07a73f mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8be9060b mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c21ddd5 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d0e5996 mlx5_notifier_unregister EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92385e0f mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f0fae44 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9138e794 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x923d277a mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93031c8a mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x952896c3 mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9674b782 mlx5_cmd_init EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98136734 mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b87da97 mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f0312ab mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98982caf mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98f99271 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99fbeb6a mlx5_core_destroy_rq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f465233 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fdc0613 mlx5_core_destroy_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27aacd2 mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa327289e mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa50c4a64 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa286075a mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa391b221 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3b30ce8 mlx5_core_modify_cq_moderation EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58f9a45 mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6aec109 mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8dae3c3 mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad47fcfb mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6af2996 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa9cedb7 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaaa17f37 mlx5_lag_query_cong_counters EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf8fbafd mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb05dacd1 mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb17915f9 mlx5_fpga_sbu_conn_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1b2d682 mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb38e4a5a mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb759fb10 mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7c96e9d mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba8c8faa mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb032c86 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbef0037d mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc378b412 mlx5_core_destroy_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3dbe059 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4797128 mlx5_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6f32062 mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9041fec mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9bbfa81 mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca0d5dcc mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcae80905 mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc53aa43 mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd03433f4 mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd30c7eb6 mlx5_core_roce_gid_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd47d4a95 mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4966e90 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd78d67be mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9e06c41 mlx5_core_create_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb3de49f mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf489f70 mlx5_get_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0425e63 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb14a6ac4 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4b76733 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5342009 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7bd8158 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb220fa6 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc176f41 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc6b7fed mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdcbc5ca mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdcf3e8a mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbebb0305 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5a2e38a mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5eb3b41 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc941eaaf mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce22e57b mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfaf04b4 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcffa816c mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd14f50f5 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd16116bb mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd309fa07 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4318044 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd482aef9 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd71118a3 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd985b1e1 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda9954ac mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb2fbbe6 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcded215 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde43d9ce mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfd23d20 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe051fd57 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1915360 mlx5_fpga_mem_read EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e8bef5 mlx5_del_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe46e9b62 mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed207a39 mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee66972c mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe852415c mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9c43ca5 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebb30d4f mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed53eb00 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeda27d12 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee92d7a4 mlx5_core_destroy_tir EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef468275 mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefc706e9 mlx5_rl_remove_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1f46716 mlx5_lag_get_roce_netdev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf28db319 mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4f949f3 mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5803609 mlx5_core_dealloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5c1d9ad mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa1402b6 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3428878 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4e65015 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc463140 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfebd080c mlx5_eswitch_vport_rep EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x306560be mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get @@ -2834,33 +2834,33 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfcfe5872 mlxsw_c EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x49a728bf mlxsw_i2c_driver_unregister EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x7e8a75ce mlxsw_i2c_driver_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x5c84dff2 mlxsw_pci_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x707308fb mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x68d9dc14 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xf9d7991a mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0493013a ocelot_port_writel EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x11c9e477 __ocelot_rmw_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x19c3221b ocelot_io_platform_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x28999660 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x2b173e5e ocelot_regfields_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x37abf304 ocelot_probe_port -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4189f4e4 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x304b4978 ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x617f9cb6 ocelot_chip_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x7c8507cc ocelot_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xcd3e2d82 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x625faaff ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x8c925063 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xc54e5634 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xcb305565 ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe0c7d6e4 __ocelot_read_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xfe330475 __ocelot_write_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xfed30029 ocelot_port_readl +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x022b8c39 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x33a6f168 qed_get_eth_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4feb612d qed_get_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x79d29197 qed_get_rdma_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xdbb72065 qed_get_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xf294fe81 qed_get_fcoe_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x4d4918c4 qede_rdma_register_driver -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x74b98b1b qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xaa026b45 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xcb8212ae qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x8396e460 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xcc87bcb3 qede_rdma_register_driver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x05a055a1 hdlcdrv_unregister EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2a1e0619 hdlcdrv_register EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c915b6f hdlcdrv_transmitter @@ -2879,11 +2879,11 @@ EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xe692fd62 free_mdio_bitbang EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0x3e3a59b9 cavium_mdiobus_read EXPORT_SYMBOL drivers/net/phy/mdio-cavium 0xcef9b7db cavium_mdiobus_write EXPORT_SYMBOL drivers/net/phy/mdio-octeon 0x8a1d5c26 octeon_mdiobus_force_mod_depencency -EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x111fd947 xgene_mdio_rgmii_write -EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x4b9e9bc5 xgene_mdio_wr_mac -EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x8de9fdb6 xgene_mdio_rgmii_read -EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xaa1afac5 xgene_mdio_rd_mac -EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xe8601cdc xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x2a96d28a xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x2fea0c2e xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0x404259f6 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xe377c1de xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/phy/mdio-xgene 0xe9c67940 xgene_mdio_rd_mac EXPORT_SYMBOL drivers/net/ppp/pppox 0x1467153f pppox_unbind_sock EXPORT_SYMBOL drivers/net/ppp/pppox 0x333dbe76 pppox_compat_ioctl EXPORT_SYMBOL drivers/net/ppp/pppox 0x8a4852db pppox_ioctl @@ -2912,73 +2912,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0xda0a68b8 alloc_hdlcdev EXPORT_SYMBOL drivers/net/wan/hdlc 0xdfd3e774 unregister_hdlc_device EXPORT_SYMBOL drivers/net/wan/hdlc 0xdff95d1b hdlc_close EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xdf571832 i2400m_unknown_barker -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x05773cd7 ath_hw_keyreset -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0795b916 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x020d5726 ath_reg_notifier_apply EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x23c1b8b2 ath_printk -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b89e45f ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x12e7812c ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x274f8c70 ath_rxbuf_alloc EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x49de9f08 ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5f301f7a ath_is_mybeacon -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6b40577e ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6e8d1e66 ath_reg_notifier_apply -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x72108fbb ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4fcd1a76 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x62c9022a ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6c0c4bca ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7192dff7 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9ce6d0c8 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9fac5bf9 ath_regd_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xafc52a2e dfs_pattern_detector_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc1fb9be5 ath_hw_keysetmac -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc91bc6af ath_hw_get_listen_time -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd884c5a6 ath_rxbuf_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd9808895 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb89de422 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc0a64b8f ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd80e270d ath_hw_setbssidmask EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x026efcb1 ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02890381 ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0b948e1b ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x29932950 ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2fbf10de ath10k_core_free_board_files -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x345acac5 ath10k_ce_free_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x34ae9496 ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c6f77a3 ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44c24729 ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47c21126 ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47fa1f7e ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a79279f ath10k_ce_send -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x509b07fd ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08841d63 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0cb27a08 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0dd64ba6 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ef06dfb ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16fbe95e ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x176d2e55 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1866648d ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1cae33d7 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d224bc1 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x22962fe0 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27a32474 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2bfc2180 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3048cbc2 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x406bb974 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x458eb905 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a1d28bb ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4c17ee12 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50626865 ath10k_ce_deinit_pipe EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50dd77c4 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x666a6ebc ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6878ec9f ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c9fc8fb ath10k_htc_tx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6fb13b3e ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x70948ce3 ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x80e23748 ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8229d66f ath10k_print_driver_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9106cd04 ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92a03117 ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92cc6896 ath10k_htt_txrx_compl_task -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9346e7c1 ath10k_core_register -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x94f14ec6 ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97f0c69c ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x985b6e8c __ath10k_ce_rx_num_free_bufs -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9a6c12cc ath10k_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ea469b5 ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa8ec33d9 ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa9c3bdf9 ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0d3cfb8 ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb9a5bac0 ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc99be9b7 ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcbc0db46 ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xce1484c8 ath10k_ce_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0cbc480 ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd20161a4 ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd792de50 ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb8a8849 ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe6c21915 ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec0e1983 ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3c523db __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf6032ed1 ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7b9e857 ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf96f5ba7 ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfcda79a1 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x512dcd61 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5233915c ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x629e0c43 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67a7f1cf ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6893d0a0 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e5ded77 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x807677f0 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8bb9d303 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d03acdf ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e88345e ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91bf6636 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97a3c4ee ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa8688fc3 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaeaf9bdc ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf0c01cf ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0f5a5b4 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc56eeeab __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc70f9f96 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xced8e66d ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd3737e94 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5daf3d6 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeedad54e ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeefc99a8 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef20f938 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf214bad3 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf48e33d1 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf76fc224 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf95e319f ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfefd59fe __ath10k_ce_send_revert EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x20ac4c96 ath6kl_core_init EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info @@ -2995,139 +2995,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xedd56ff2 ath6kl_cor EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf2f29b64 ath6kl_read_tgt_stats EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf69929a6 ath6kl_cfg80211_suspend EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xff4ebc93 ath6kl_stop_txrx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x11b6a46a ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2870585c ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x39b67b4b ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3bae428b ath9k_cmn_beacon_config_adhoc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4396074e ath9k_cmn_debug_modal_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f9ccb2e ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6112bd02 ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6728fafb ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8c21ce1d ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x91cf82e9 ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x94e7db88 ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x97dbe440 ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa3ea973d ath9k_cmn_rx_accept -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9506f77 ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xab7914f1 ath_cmn_process_fft -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb0323d12 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x040327fc ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x37d3ff3e ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x452d4ec8 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x54ae07a8 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x660685c2 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x74d633c3 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x79a8d0bd ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x86d4c671 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa6987a74 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaa6752f5 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xab4765c1 ath9k_cmn_rx_accept EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbad48159 ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc2e3f90e ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf842351 ath9k_cmn_rx_skb_postprocess -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd00f9c9d ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb97351c4 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc88afbd5 ath9k_cmn_debug_base_eeprom EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe5311339 ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf1f3999d ath9k_cmn_process_rate -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4ee0ef4 ath9k_cmn_init_channels_rates -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00d3644f ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01c704b4 ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02201fda ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02be8ad7 ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02d220e0 ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a3f5fdb ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bdb1fb8 ath9k_hw_txstart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bddf853 ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c59807f ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4683ae1 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe05f1332 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe8fb4d7e ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xec062858 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee67ce23 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4996c9e ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf5b5779d ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf97f7d9a ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe3c4457 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfedce2ad ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00bbfb53 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02ad6161 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0399fa71 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05f38aae ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x089ff330 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09952096 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09ad23c2 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09db4a36 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ae78da9 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ba3cc28 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0baeb6f0 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c5d9f04 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d1410ea ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d1ba418 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f4b7d38 ath9k_hw_btcoex_bt_stomp EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1127cfa8 ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13579967 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14836272 ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x148c9916 ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15401961 ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x187f1ff4 ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20df729d ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21ae8f7e ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x232e7fe8 ath9k_hw_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x237cfaad ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25c4e32a ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2800d50e ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b1a7045 ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e40a65d ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3071f630 ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32a046a7 ar9003_is_paprd_enabled -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33615439 ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3436a63c ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d36aeb8 ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ded507c ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e113019 ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40594da6 ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4445fcaf ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x474f4953 ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47699743 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a04d2fc ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f448c17 ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x501044b3 ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55426100 ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55e92206 ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dc1faa3 ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ed9c88b ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65dba3ca ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68b8fe9d ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e2ea558 ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f86186c ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71d6929a ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x740cc7f3 ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76e648da ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a3ab83c ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7dabbfaa ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ddb048a ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e2b493b ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x837982f2 ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87a85a5a ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8911fab6 ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b96e532 ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x918031a2 ath9k_hw_getchan_noise -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x924d0c5d ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95a16824 ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9882350b ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b1b730e ar9003_paprd_is_done -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c3bb5f1 ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9da6bcf9 ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1405980 ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa160391e ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2db5992 ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa365ded2 ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa676b9e3 ath9k_hw_getnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa974a9fc ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa98492a8 ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa5e1388 ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabf14138 ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf24dfd2 ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0035fae ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb15725af ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3171cf8 ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb49a28c9 ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6844223 ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb761907c ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8fee582 ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba80b711 ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc2bc2de ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc521373 ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcfadce3 ath9k_hw_setopmode -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc17ca6b7 ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc627e980 ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca93284c ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc06b7a6 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd395df8 ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf1f63be ath9k_hw_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0a204ce ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1a57a12 ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd284fe01 ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3c50d9e ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd467765f ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9e30ddd ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda4ba326 ath9k_hw_intrpend -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb4362f3 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1fd31d6 ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe272f1c8 ath9k_hw_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5bcc53a ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7eebfa1 ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8969397 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea22a254 ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf216186d ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2bf8b5e ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfeeb3a00 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12e95934 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x136ce3da ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x154b1564 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x169527e3 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1821ba1b ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1928bdd7 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a86ebb4 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b74802c ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c68572c ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d2f585d ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1da0a6b0 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f4653e7 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2089e46e ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x256de8b0 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28c94875 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e8dc154 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31535f65 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35087377 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x366b4919 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36cdd89c ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4030fd12 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40bbb725 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41db9450 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43c576e8 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4664f4dd ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55b7bc11 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5987d5bf ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a08428a ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f91669c ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fa89a84 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60381ca0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60803785 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63bc2eb9 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x640815e1 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66b94c99 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66bbcb03 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6df8a20b ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7740117a ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7dffaa53 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e511f93 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fb8e62f ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85dc53a9 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8975a6ff ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90c771da ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x941f6fc7 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0e189f7 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa20119cf ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6cdae56 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9098b6f ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab411b68 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaba546be ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac2ef432 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf9559fe ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0a09f71 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1f93626 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb25300a5 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb44fc485 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb70f5445 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb76105b0 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba9e59b8 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbc242ca ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcec11d4 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfa01329 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc37894f5 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc502c207 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6572ae6 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7d95bc5 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc86a63e6 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8fe9227 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb143e8b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd22c92 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcce60a9e ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd7ed68a ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf92f98b ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd45e6250 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd49270c2 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6b1e530 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9dc13c2 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb5747a2 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc2e7efa ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf1b84bf ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe55862c0 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe81fecbc ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe88fdba4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb4e8872 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xebf7db08 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed665126 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4777106 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4b2f700 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf94581d9 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf95663d1 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcb9be36 ar9003_is_paprd_enabled EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x063b6077 atmel_open EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x3185a4e5 init_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x8e068449 stop_atmel_card @@ -3167,110 +3167,110 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc6d1947a libipw_rx_mg EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdca2eb08 libipw_wx_set_encode EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf988c269 libipw_get_geo EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfa02b0cc libipw_wx_get_encodeext -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03bb66ad il_get_channel_info -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x040293bb il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04b4c7bd il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x067370ff il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0850bf92 il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0aa941cc il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d6b9409 il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10cc3c8a il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1323875b il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x139fbc1e il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18c42a71 il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a5d0081 il_set_tx_power -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23da71cb il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x243e76e8 il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24ccd366 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2587349c il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27e01ac6 il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x280d0f9b il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x011d9e10 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0315d7bb il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0477a943 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x05b48c1f il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x070112b6 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0774a742 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x093b1a31 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09a6d005 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a62dd9c il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b1f5a26 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c66b700 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0dbfa85f il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14662529 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x184bcd5d il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19039b96 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ca6ea5b il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23e4cd0b il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x251647b8 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x271a6ee3 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x285134f8 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29679045 il_hdl_error EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x313af496 il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3198cb46 il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3353806f il_connection_init_rx_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34f1eade il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34f8520e il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35025288 il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e8eedb7 il_dbgfs_register -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eff2567 il_power_update_mode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fb1e0f3 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c3173ef il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cf755c5 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32e54f92 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3851f605 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38a7c0a3 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38e9895f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fc0bf1e il_cancel_scan_deferred_work EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4890817d il_send_cmd_sync -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b31b96c il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51287dc9 il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57002fb0 il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61a38108 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62c59a69 il_rx_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63af6034 il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64f0f6a8 il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6768d631 il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67b654cc _il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6887e2e1 il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69ba4f41 il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c40e2f4 il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f78ad45 il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x79a04b21 il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x810d58f4 il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x81959c1a _il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8969c613 il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b6140a6 il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8bee6407 il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d7bc7ea il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f6a98e5 il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x941f58c3 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94ffbd3f il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9634a024 il_hdl_csa -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x978cae78 il_leds_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98b2f171 il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9901fbc7 il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x990db96e il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99883735 il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9bc3e0f2 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x449f9c0a il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x466f6811 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49f58fca il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a211e78 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a8015ea il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d528ab2 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x526b2496 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57bcad3b il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59061f27 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c2865ae il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ced91f8 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6247b323 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64b428f5 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x65d61cf8 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x673a206f il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6840fc38 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e758bc6 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70c0d85c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71bcf2a8 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72f4f962 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7454b4e6 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ee8550d il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82c992c2 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85f2368a il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x897c5d0e il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89a1e479 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8be03c01 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c92867f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x916d385d il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92c7eee1 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94305a3c il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x948c244c il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97958f16 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9b585b55 il_mac_add_interface EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9de3ad29 il_send_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e2b1e10 il_rd_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa07be0cd il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1220e91 il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa26e4da1 il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa27b1889 il_send_rxon_timing -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2cae234 il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa446503d il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa666fc2c il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7a7dd86 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7fcb5e3 il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa89f41d1 il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9befa1b il_mac_conf_tx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac86fcf2 il_eeprom_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac9e08ca il_set_rxon_channel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0d44102 il_write_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1d42b2d il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f2708bd il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa01c40d6 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa035102f il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa24860c2 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa89c4619 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa038adf il_txq_update_write_ptr EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6ebcb90 il_hdl_csa EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8fc7db7 il_power_initialize -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb1a4c2c il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd1de8de il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc73ae16c il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca763430 il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd36424aa il_free_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4c06bcd il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd73c082e il_pm_ops -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd942bce9 il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbb403f8 il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd4d99d4 il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde931830 il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdef8ac5e il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe125b34d il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7be4cdf il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe824d997 il_full_rxon_required -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9ab0d5c il_alloc_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeada44e7 il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecaa6705 il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1bd5091 il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf27030a3 il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf54fe1d6 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd8630c6 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdf36096 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1ea02f5 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9ecbd43 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd57c407 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd16eaf5b il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd338f112 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd34c3554 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd515c31e il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5a36f1e il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdae49c57 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb71cb45 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe175e3e7 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1b5fff0 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2d0bbc4 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe409ed11 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5513d6a il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe67cf5ec il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8324392 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9d9b034 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea3538aa il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef059f16 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf67287ac il_setup_scan_deferred_work EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcba9c06 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa60e2f9 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfabf27d6 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb349546 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd585fa0 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfff54ddd il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfffc92bc il_init_scan_params EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ee9c199 __tracepoint_iwlwifi_dev_ucode_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x20a6a247 __tracepoint_iwlwifi_dev_ucode_cont_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb72ade7d __tracepoint_iwlwifi_dev_ucode_wrap_event @@ -3320,119 +3320,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf6599c8e orinoco_ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfb512e1a orinoco_stop EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfe6b1fb2 __orinoco_ev_rx EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x7e87b13b mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x6ca68eee rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0cea425b _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0ec2b192 rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x139e32be rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1442c6ea rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x15f47524 rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x197f86c5 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xaa10c4b8 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x1a8fc86c rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x191cd060 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21a167de rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x227f0da9 _rtl92c_phy_txpwr_idx_to_dbm EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x25960ca5 _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x262c6d2d rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x291734f8 rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3111f3c0 rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ffc36e7 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x406b7385 rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4105cdb3 _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4d043ae3 rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4d7cee6c _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x56af2b77 rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f261cc5 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x63b631d1 rtl92c_phy_set_io -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6759b3ac rtl92c_bt_rssi_state_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6cf17ce4 _rtl92c_phy_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x730c4623 _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x898bdb81 rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8ad7beb4 rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91be34d3 rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2932382 _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa77b30c rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb069cdf7 rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb321909c rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb7c5f437 rtl92c_download_fw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc1d2b588 rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcae9dc2e rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcf3015b4 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd081816c rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd58bf4da rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd77d536e rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe05b91a5 rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0b61aae _rtl92c_phy_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe4d6b9c3 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe63c952b rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6320a89 rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xff6ff16d rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1a206981 rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2cb0847f rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2e96a44d rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6f356d2b rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x41a951a7 rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5619b254 rtl_usb_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb17af8a7 rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xd6b3be72 rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x012a58ee rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0223f805 rtl_c2hcmd_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x05debebe rtl_send_smps_action -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0858eeba efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2438bd78 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x28121422 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2b1232f1 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3f967944 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x448899f9 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x45ac66e0 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x47909a3b _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5509feee rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x57fc8a4d rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5ef4828e rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7428e13e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x798df3aa rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f302f6a _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x80933435 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8094f2d2 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x939c2932 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94d48262 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9569b042 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9a8ea90a _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e697c2e rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa77b765c _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa77ceb7c rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa976648f rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xabccce0d _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb271cef5 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb2f5d066 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb3043cab rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xba10e4a8 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc82caa8a rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca21f088 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca9b7dc0 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd80fc0e9 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd910dd08 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe60865e0 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe8b22ca7 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe913bbb6 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf18b4a3a rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf34fc895 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x036cdc02 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x73013e87 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xaf762a1a rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xde32252e rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x01ce3b0e rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x3cf0b4b6 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x46c51560 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x891c704b rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0227fa1b rtl_init_rfkill EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15bed458 rtl_cam_add_one_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e3698f1 rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fb11f05 rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b5015d3 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2bf7eee0 rtl_get_tcb_desc EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x463374b0 rtl_cam_mark_invalid -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4951250d rtl_wowlan_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x52dfde45 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x34976bbf rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3633411c rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e7c01dd rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a5c46f4 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b5ed590 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ceef837 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4fccaab4 rtlwifi_rate_mapping EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77cd34c0 rtl_bb_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7816c3b1 rtl_dm_diginit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x820692fe rtl_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84c9b02e rtlwifi_rate_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8b066c8a rtl_hal_pwrseqcmdparsing -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e278e7a rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90e93565 rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9391cd01 efuse_shadow_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x946a37b8 rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9480da7b rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d35e782 rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e237808 rtl_init_rfkill -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e4e8475 rtl_cam_del_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e96fcb2 rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2f15ab6 rtl_collect_scan_list -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb3251b37 efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbca69aa2 rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc226d309 rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6c5e8f3 rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xce7837df efuse_read_1byte -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd852b9f3 rtl_process_phyinfo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeb1a1c90 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c727325 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x620d72d6 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62147197 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x666e9394 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6adfd1a4 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6f7c45de rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x79a86b9e rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7dd3df4f rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x877e0021 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8aa1a8e3 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f67a2fe rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97b59114 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9c85ea1e rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9bc4ec7 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbb6942c7 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc5d20d7 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf98aeff rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2040981 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf175afc rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0e2b97e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe7fe387f efuse_one_byte_read EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x22ce4145 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeeeb97a4 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x09c696e4 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x1f95c51b rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x2236a8f1 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x32d28c48 rtw_core_deinit EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3cf30140 rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3f82ca89 rtw_power_mode_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x47f58acc rtw_chip_info_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x48d1b236 rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x51ff906d rtw8822c_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x55dd81e1 rtw8723d_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x5e8581cc rtw_tx_write_data_rsvd_page_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7eeab5f3 rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8b66ab1c rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8bccd3d2 rtw_rx_stats -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb7835667 rtw_core_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xbe3dfb53 rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xd0579960 rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe7acbf3e rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x471d8aa0 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4c05e432 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x5bbae42a rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x62155ec2 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x89f52470 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8dd735fc rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9782b456 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xaa2f6609 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc0ae201f rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe217ba2b rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xebd7a93d rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xebe98a62 rtw_chip_info_setup EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf3ea6636 __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xfe765403 rtw_register_hw -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x08e56589 rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x20953b5c wl12xx_is_dummy_packet -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6cce71c4 wlcore_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x957f9d64 wlcore_calc_packet_alignment -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb390633d wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf8eb1ea9 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x77a350e5 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x35f98311 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x56444859 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x92653b25 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xfcda789e wlcore_tx_complete EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x3c50ca75 fdp_nci_recv_frame EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5c44cdd1 fdp_nci_remove EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xdb039584 fdp_nci_probe @@ -3475,26 +3475,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa4a8c28d st21nfca_im_send_dep EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc25b7524 st21nfca_hci_probe EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc4ec53ad st21nfca_se_deinit EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd838c38d st21nfca_se_init -EXPORT_SYMBOL drivers/ntb/ntb 0x0040e2c3 ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0x04b21933 ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x14aab6d0 ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0x265ac319 ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x2a7bf41f ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x487c88ae ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x4ade4b82 ntb_db_event -EXPORT_SYMBOL drivers/ntb/ntb 0x54842667 ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0x6fc35ffe ntb_msg_event -EXPORT_SYMBOL drivers/ntb/ntb 0x770fff7e ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x8d0d9fcf ntb_default_peer_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x97e0b27a ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0xa40bf8c4 ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0xad5d0447 ntbm_msi_free_irq -EXPORT_SYMBOL drivers/ntb/ntb 0xba308ebb __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0xc87ce89f ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0xce3d07d2 ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0xd46b4447 ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0xec176d88 ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0xfcce0d1d ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x015ea2d8 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x03195c0d ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0c316d57 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0d13bdbf ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x0d3ef0c8 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x23740dae ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x23917007 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x31f162b0 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x3d00b48a ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x568af42f ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x64e894ae ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x6508d0c7 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x67f9bbdb ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa7dfbf41 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xb47673c6 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc71fabf5 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xdd37d231 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xdff2e8e7 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xedf05ca8 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf27ff03a ntb_msi_peer_trigger EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x6ffd502d nvdimm_namespace_attach_btt EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xc5eb9aa0 nvdimm_namespace_detach_btt EXPORT_SYMBOL drivers/parport/parport 0x0473a96a parport_negotiate @@ -3531,22 +3531,22 @@ EXPORT_SYMBOL drivers/parport/parport 0xc3da8bff parport_get_port EXPORT_SYMBOL drivers/parport/parport 0xc595e0a3 parport_find_number EXPORT_SYMBOL drivers/parport/parport 0xf63f5932 parport_set_timeout EXPORT_SYMBOL drivers/parport/parport 0xf8c42dbf parport_write -EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0x7b3ee19e iproc_pcie_remove -EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0xaa0c224e iproc_pcie_setup -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x033a10ed pcmcia_parse_events -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x07e1e98f pcmcia_register_socket +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0x8bb2e5cc iproc_pcie_setup +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0xdebee70f iproc_pcie_remove +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0067839d pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x01b817f4 pcmcia_get_socket_by_nr EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6a566337 pccard_register_pcmcia -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7ad6a191 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4703c5cb pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4b6e029e pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4c758541 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9b2ab260 pcmcia_register_socket EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9fc7d121 pcmcia_socket_class -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb8619f23 pcmcia_unregister_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb9cc392a pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa5ee1a66 pcmcia_put_socket EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe8fdc7ed pcmcia_parse_uevents -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe96cbe9d pcmcia_reset_card -EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf3fe7386 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdd5b58d3 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf018b2b8 pccard_register_pcmcia EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem -EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x15fb4ca3 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb69d1d47 pccard_static_ops EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x2b26390e cros_ec_resume EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x424652da cros_ec_unregister EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x42858f36 cros_ec_suspend @@ -3654,21 +3654,21 @@ EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x271b6402 sas_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8bd521f4 sas_suspend_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa0a9a181 sas_prep_resume_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x75a235ed mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2cfa7128 qlt_xmit_response -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2f8fbbca qlt_lport_deregister -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x572155e4 qlt_xmit_tm_rsp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x702aa365 qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x775d6441 qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x819d4011 qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa04c9237 qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb0244d8a qlt_lport_register -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb577c7a6 qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xccb7a8b8 qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd057e0fb qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe75f2a7f qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xc2663969 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x16b74037 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17953539 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x244b3c84 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x261dc522 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3e9cb6a7 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x47872d4a qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5b217b55 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x77243bb0 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x91766919 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaa8d8544 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdb8f54db qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xece01f9b qlt_lport_deregister EXPORT_SYMBOL drivers/scsi/raid_class 0x0cdf0d79 raid_class_release EXPORT_SYMBOL drivers/scsi/raid_class 0x67922784 raid_class_attach EXPORT_SYMBOL drivers/scsi/raid_class 0xdc230341 raid_component_add @@ -3808,28 +3808,28 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc41ab71f sdw_read EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe1b684b2 sdw_write EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfccb1460 sdw_stream_remove_slave -EXPORT_SYMBOL drivers/ssb/ssb 0x03e57674 ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0x3385640d ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0x34d932d8 ssb_pmu_set_ldo_voltage -EXPORT_SYMBOL drivers/ssb/ssb 0x37d5e7f3 ssb_bus_may_powerdown -EXPORT_SYMBOL drivers/ssb/ssb 0x3c5d8b14 ssb_commit_settings -EXPORT_SYMBOL drivers/ssb/ssb 0x43415c01 ssb_pcicore_dev_irqvecs_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x5b1c52f5 ssb_bus_powerup -EXPORT_SYMBOL drivers/ssb/ssb 0x5df4e4cd ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0x76086999 ssb_driver_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x81b96aaa ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x8abcc161 ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0x9c673bfe ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0xa133fa27 ssb_pcihost_register -EXPORT_SYMBOL drivers/ssb/ssb 0xad2c1f24 ssb_bus_sdiobus_register -EXPORT_SYMBOL drivers/ssb/ssb 0xb97facf5 ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0xbb41da3d ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x02b47411 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x1e4017f2 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x26c1f050 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x514cfb97 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6339baa7 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6de2aa01 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x740a9602 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x81082ecf ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9ba02ed8 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9cae998a ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x9e531f63 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xab99622c ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xac247260 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb0e6e5b1 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xb95fff5e ssb_clockspeed EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base -EXPORT_SYMBOL drivers/ssb/ssb 0xcd55b221 ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0xdc457234 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd62fe0a0 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdb612327 ssb_bus_powerup EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xea029e1f __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0xf66dcb6e ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xe8e34e85 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xe9a9e693 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xfcebdafa ssb_bus_suspend EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0a9df8db fbtft_write_gpio8_wr EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1cbd9633 fbtft_probe_common EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x302e728b fbtft_dbg_hex @@ -3855,53 +3855,53 @@ EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd52acb6 fbtft_write_vmem16_bus16 EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe21bf01e fbtft_write_spi EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xeda58826 fbtft_write_reg8_bus9 EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf03f4237 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x01577017 gasket_sysfs_create_entries EXPORT_SYMBOL drivers/staging/gasket/gasket 0x065f9c9d gasket_page_table_max_size -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x2709f7b8 gasket_get_ioctl_permissions_cb -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x2dff32e8 gasket_sysfs_put_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x0d2ba7c7 gasket_register_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x1ccfeff8 gasket_unregister_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x25847c6c gasket_get_ioctl_permissions_cb EXPORT_SYMBOL drivers/staging/gasket/gasket 0x339c2b95 gasket_page_table_map EXPORT_SYMBOL drivers/staging/gasket/gasket 0x372973e0 gasket_page_table_are_addrs_bad EXPORT_SYMBOL drivers/staging/gasket/gasket 0x38c3d415 gasket_page_table_num_active_pages -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x3ad76be0 gasket_sysfs_get_device_data -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x400121f6 gasket_enable_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x40790f33 gasket_sysfs_create_entries +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x3d379af7 gasket_wait_with_reschedule EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4109757c gasket_page_table_partition EXPORT_SYMBOL drivers/staging/gasket/gasket 0x4292ff96 gasket_page_table_is_dev_addr_bad -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x481e43fe gasket_disable_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x68f847ed gasket_pci_add_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0x77311f6a gasket_page_table_unmap_all -EXPORT_SYMBOL drivers/staging/gasket/gasket 0x83e10f16 gasket_mm_unmap_region +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x7b93336d gasket_mm_unmap_region EXPORT_SYMBOL drivers/staging/gasket/gasket 0x8c92da47 gasket_page_table_num_simple_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb3ca0444 gasket_pci_remove_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb6e5bac2 gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0x97fb656b gasket_sysfs_put_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb26514a7 gasket_reset +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xb5ee9cdc gasket_sysfs_get_attr EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaa2668a gasket_num_name_lookup EXPORT_SYMBOL drivers/staging/gasket/gasket 0xbaf2f8cd gasket_page_table_unmap +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc1c2092f gasket_pci_add_device EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc225208c gasket_page_table_num_entries -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc352ffd7 gasket_wait_with_reschedule EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc92319ab gasket_sysfs_register_store -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xc95aa707 gasket_reset -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xce6510b1 gasket_register_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe107872d gasket_unregister_device -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe6089a03 gasket_reset_nolock -EXPORT_SYMBOL drivers/staging/gasket/gasket 0xfc7144e1 gasket_sysfs_get_attr +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd1d0048a gasket_enable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xd6c48355 gasket_pci_remove_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe4343b4d gasket_reset_nolock +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xe789ac3a gasket_sysfs_get_device_data +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xf0eaa3ad gasket_disable_device +EXPORT_SYMBOL drivers/staging/gasket/gasket 0xffc76683 gasket_sysfs_put_device_data EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5d664cbf adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x83de1eaa ade7854_probe -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x07830f82 b1_alloc_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x0efe2143 b1_getrevision -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x367a087d b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x17626545 avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x29aa40cf b1_alloc_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x396a3ed9 b1_proc_show -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x39a81d62 b1_load_config EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x40284503 b1_reset_ctr -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x52fb714c avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x46bb77de b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x4cd259aa b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x54192bb9 avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x551c7eaa b1_load_firmware -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x676ace2c b1_free_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7ed7cf35 b1_send_message +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x804d4fe2 b1_free_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xa2c662ca b1_register_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xbb6bdc4e b1_load_t4file EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc5a337ac b1_release_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc8311966 b1_load_t4file EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe1b1bef5 b1_loaded -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf6030145 avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf3688bd3 b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf9810177 b1_getrevision EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x030b29ad b1dma_reset EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x339053bb b1dma_proc_show @@ -3919,6 +3919,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x06e90667 rtllib_wx_get_power EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x098c34e1 rtllib_MgntDisconnect EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a3ccb06 dot11d_init EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e01d9bb rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e2705d2 rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26b7a1b2 alloc_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2d5747f9 notify_wx_assoc_event @@ -3942,6 +3943,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a9621c9 rtllib_stop_send_beaco EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8bbe5507 rtllib_wx_get_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8fd99a62 rtllib_wx_get_wap EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94f14896 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b4301ec rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa99acf10 HT_update_self_and_peer_setting EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaaa5b0a6 rtllib_reset_queue EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaaa64de4 rtllib_DisableIntelPromiscuousMode @@ -3949,7 +3951,6 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb088656e rtllib_softmac_start_p EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb34df94d rtllib_wx_set_encode_ext EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5237807 rtllib_wx_set_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba0f6170 rtllib_EnableIntelPromiscuousMode -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbdd1577d rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc370c9f6 RemovePeerTS EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc43e5256 rtllib_wx_set_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc4ec2b1d dot11d_channel_map @@ -3959,7 +3960,6 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8fcd135 rtllib_ps_tx_ack EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe1f33445 rtllib_stop_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2335fc6 rtllib_wx_set_rawtx -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3ac8715 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf0d8a697 rtllib_act_scanning EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfaa37f56 rtllib_wx_get_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc2c8bbe rtllib_softmac_stop_protocol @@ -4047,128 +4047,128 @@ EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xe03ce8ca vchi_service_destr EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xe928e745 vchi_service_set_option EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xfc90ea41 vchi_msg_remove EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xfe69bc62 vchiq_bulk_receive -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x03708ec7 iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ab32d34 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c295a9b iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f0def1f iscsit_check_dataout_hdr EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13688b1c iscsi_target_check_login_request -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fae6062 iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21392342 iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x219f3e31 iscsit_build_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x25bd8b93 iscsit_logout_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x25f1e9d3 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x17f0c8d3 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26eecd8f iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x286f3846 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3206c885 iscsit_build_text_rsp EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3853488e iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39fb7fb0 iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a45e7a5 iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b4e918c iscsit_check_dataout_payload -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e539d41 iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x622c5969 iscsit_build_logout_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6328ec8e iscsit_release_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63bb30be iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3913d8ac iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41060188 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c289cce iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53fa9077 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x547f03dc iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5bed1bed iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63c65428 iscsit_add_reject EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x667590b9 iscsit_tmr_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x716e7bbf iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80413525 __iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x88abfe56 iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89085191 iscsit_setup_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90b63e7d iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x686a2d9c iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6cd7c51e iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75512135 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75f33be3 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a00cbbf iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e05f627 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f34d3a0 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80e79573 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x873fc826 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8838a1ab iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d6b48b0 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8efe45d1 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91034ecb iscsit_setup_scsi_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x92d28bea iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x952add1c iscsit_build_task_mgt_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9632e03c iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4c9427 iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fd857ff iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3fae104 iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xabe6d32f iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb035c59b iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb51087ef iscsit_add_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb9820967 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa54dec17 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaed9710e iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1c99254 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb250ec76 iscsit_process_nop_out EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbce77217 iscsit_unregister_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd900f9c iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbffbe7b5 iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce6a94f0 iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd1ad270b iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd411c287 iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd48c3cb iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3ce231d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xccb02176 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc374425 iscsit_build_nopin_rsp EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdf00e1a6 iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe535c9ab iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeca4735c iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea1cfe26 iscsit_build_datain_pdu EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeddae309 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf29b68ab iscsit_free_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa052629 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/target_core_mod 0x000efcc9 target_put_nacl -EXPORT_SYMBOL drivers/target/target_core_mod 0x00a33986 target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x019e1d60 transport_wait_for_tasks -EXPORT_SYMBOL drivers/target/target_core_mod 0x023d4ccd transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfe55ba9e iscsit_reject_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x0447ec91 target_undepend_item EXPORT_SYMBOL drivers/target/target_core_mod 0x07676c09 spc_emulate_evpd_83 -EXPORT_SYMBOL drivers/target/target_core_mod 0x0834497c core_tpg_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x0841fd60 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x081be9f3 transport_kmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident -EXPORT_SYMBOL drivers/target/target_core_mod 0x08ba3b2c transport_backend_register EXPORT_SYMBOL drivers/target/target_core_mod 0x0c9011b0 spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0x12ab7f45 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f04c2c3 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x130345e5 transport_kunmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x20f7c6c6 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x23e05c48 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x2872880d target_setup_session EXPORT_SYMBOL drivers/target/target_core_mod 0x2b2b3b0d core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x2ca1e1ab transport_handle_cdb_direct -EXPORT_SYMBOL drivers/target/target_core_mod 0x2d05048c core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0x2f850b25 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x3084878d target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x31a80de5 target_setup_cmd_from_cdb EXPORT_SYMBOL drivers/target/target_core_mod 0x33fd77f5 sbc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x3622474a target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x36d7f7e4 core_tpg_deregister EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x3aeffafe target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c71381c target_submit_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x3ca0a61b spc_emulate_inquiry_std -EXPORT_SYMBOL drivers/target/target_core_mod 0x4307b3e7 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e81619d target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4151ceab target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x4258e80b transport_deregister_session EXPORT_SYMBOL drivers/target/target_core_mod 0x435ba6d2 sbc_dif_verify -EXPORT_SYMBOL drivers/target/target_core_mod 0x465e413e __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x46ff4bf1 target_sess_cmd_list_set_waiting -EXPORT_SYMBOL drivers/target/target_core_mod 0x4ae06fd4 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x4c6c3c94 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x45f9cfd8 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d590850 target_send_busy EXPORT_SYMBOL drivers/target/target_core_mod 0x4d5f611f sbc_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x4e96a090 target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x55067e79 target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x58226fa6 target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0x5a7941d3 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d9405f1 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4dfd66d3 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e94e720 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x5214679d target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x53ba5cc0 core_tpg_register EXPORT_SYMBOL drivers/target/target_core_mod 0x5b63939d sbc_get_write_same_sectors -EXPORT_SYMBOL drivers/target/target_core_mod 0x5d5093bf target_set_cmd_data_length -EXPORT_SYMBOL drivers/target/target_core_mod 0x5f15c0bf transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e98790e target_submit_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0x5f73a715 passthrough_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x60db291d target_complete_cmd_with_length EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x66bd8e8f target_submit_cmd_map_sgls -EXPORT_SYMBOL drivers/target/target_core_mod 0x6f89578f transport_kmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x71fcac42 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x722801e0 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x65c4b6b8 transport_backend_register EXPORT_SYMBOL drivers/target/target_core_mod 0x7253391d target_depend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0x73234827 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x765fc7d6 transport_copy_sense_to_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7e7c3359 target_send_busy -EXPORT_SYMBOL drivers/target/target_core_mod 0x847407d7 transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x8a567034 transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x8d530124 transport_init_se_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x90f00ad1 transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x92b916f9 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x808fd28e transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x834f4a0d passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e65b5e4 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ea33234 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x910a1641 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x9231a716 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x94b9d530 target_put_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x989f9a2d sbc_get_device_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x9d6d5c76 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c572d60 core_tpg_get_initiator_node_acl EXPORT_SYMBOL drivers/target/target_core_mod 0x9fa335f8 target_unregister_template -EXPORT_SYMBOL drivers/target/target_core_mod 0xa2045ba7 transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xa52b2d52 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fb9fcea transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xa981d450 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xae0ca3dd target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xaec48799 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xb075a648 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb16c9c00 transport_deregister_session_configfs EXPORT_SYMBOL drivers/target/target_core_mod 0xb2b3e773 sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0xb863eee5 target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0xbb3f8c3c passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xbba0c070 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xba06be7f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbf36966 target_show_dynamic_sessions EXPORT_SYMBOL drivers/target/target_core_mod 0xbdcb1db0 spc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xbee07dfc transport_deregister_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xc72ad83f target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfa25018 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfda5831 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc08247d6 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1b82447 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2705ce6 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2ca62ad transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc91687ff transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9d87f39 target_complete_cmd_with_length EXPORT_SYMBOL drivers/target/target_core_mod 0xcbf68f3c target_register_template -EXPORT_SYMBOL drivers/target/target_core_mod 0xd56c8ee4 target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xd73badf2 target_configure_unmap_from_queue -EXPORT_SYMBOL drivers/target/target_core_mod 0xda78cb4a transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0xe8dfa4bd target_backend_unregister -EXPORT_SYMBOL drivers/target/target_core_mod 0xe9c5af08 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc03a529 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcec65282 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xd02d71f0 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd482b0fe transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe039463b target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0d4bca7 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe517f56c __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xebc9cfe1 transport_generic_handle_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0xf1c45658 core_alua_check_nonop_delay EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xfc707789 core_tpg_get_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xfc848f98 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5bdc348 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf706b10d target_lun_is_rdonly EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xed9edd7d usb_cdc_wdm_register EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x3f0bf9c8 usb_os_desc_prepare_interf_dir EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x822d6ea0 sl811h_driver @@ -4259,28 +4259,28 @@ EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xbfc5b566 cyber2000fb_attach EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x3d63c412 mac_find_mode EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4864f9c3 matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x673aad32 g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xfacd70b7 matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x15b62b02 DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x88a3defb matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb9766f85 matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe6a86e9c DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xc5ff6147 matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x394f8bc7 matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x2678c92e matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x46a27cee matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x99658f71 matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb66351a4 matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x473304a0 matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x92ce6f3e matroxfb_g450_shutdown -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x127d948d matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x38bc0499 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3e613a11 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd4ad5ad4 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x30b343b1 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xac286fc0 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe4541606 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf9e11af2 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xf152d8c2 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x7c488e62 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x27d72b99 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5122cde7 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdb776ef2 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xddee584e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6897b64b matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb68a76fc matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1e130f77 matroxfb_DAC_in EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5c7af5bc matroxfb_DAC_in -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x689f25ca matroxfb_vgaHWinit -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6c08d7dd matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x486eb206 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4ca244d9 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb30762cb matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc95910a4 matroxfb_vgaHWrestore EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe9da97d6 matroxfb_vgaHWrestore EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xf1cd69e1 mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free @@ -4440,12 +4440,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound -EXPORT_SYMBOL net/6lowpan/6lowpan 0x11009686 lowpan_nhc_add -EXPORT_SYMBOL net/6lowpan/6lowpan 0x4303f029 lowpan_unregister_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0x51b84031 lowpan_register_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xdb69f316 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xdf8aced3 lowpan_nhc_del -EXPORT_SYMBOL net/6lowpan/6lowpan 0xf4b323a7 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x2d39dd56 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x38418ca1 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x484fcfff lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x54a35fe3 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x68d3eaf4 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xfdde2653 lowpan_unregister_netdevice EXPORT_SYMBOL net/802/p8022 0xcbcc5615 unregister_8022_client EXPORT_SYMBOL net/802/p8022 0xe031b3f0 register_8022_client EXPORT_SYMBOL net/802/psnap 0xcb7a0f49 register_snap_client @@ -4499,9 +4499,9 @@ EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init EXPORT_SYMBOL net/9p/9pnet 0xf9565406 p9_client_getlock_dotl EXPORT_SYMBOL net/9p/9pnet 0xfe93b17e p9_client_wstat EXPORT_SYMBOL net/appletalk/appletalk 0x41e76a00 aarp_send_ddp -EXPORT_SYMBOL net/appletalk/appletalk 0x6ca355eb atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x58947a8d atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0xbed58b4d alloc_ltalkdev -EXPORT_SYMBOL net/appletalk/appletalk 0xd1ddc77d atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xc695d354 atrtr_get_dev EXPORT_SYMBOL net/atm/atm 0x04c034b4 atm_alloc_charge EXPORT_SYMBOL net/atm/atm 0x1820f78f atm_charge EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash @@ -4521,8 +4521,9 @@ EXPORT_SYMBOL net/atm/atm 0xacc4c8cc register_atm_ioctl EXPORT_SYMBOL net/atm/atm 0xb79d0d71 atm_dev_register EXPORT_SYMBOL net/atm/atm 0xb8a0afd2 atm_dev_release_vccs EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x01d7ab72 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x0a61de54 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer -EXPORT_SYMBOL net/ax25/ax25 0x1e3280b3 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x3acb8b7d ax25_listen_release EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax @@ -4532,8 +4533,7 @@ EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release EXPORT_SYMBOL net/ax25/ax25 0xa25caf2a ax25_send_frame EXPORT_SYMBOL net/ax25/ax25 0xb4ec168d ax25_linkfail_release EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp -EXPORT_SYMBOL net/ax25/ax25 0xcca647fb ax25_find_cb -EXPORT_SYMBOL net/ax25/ax25 0xd2ebbe0c ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xca15cc89 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address EXPORT_SYMBOL net/ax25/ax25 0xe4f236f6 ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid @@ -4588,10 +4588,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xe7069b10 l2cap_register_user EXPORT_SYMBOL net/bluetooth/bluetooth 0xee698b48 bt_procfs_cleanup EXPORT_SYMBOL net/bluetooth/bluetooth 0xf43c4025 hci_conn_check_secure EXPORT_SYMBOL net/bluetooth/bluetooth 0xf736efbe hci_suspend_dev -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2cdcf5d9 ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc2feb67e ebt_register_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe0bb84eb ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfe6b7e4a ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1db7cdc2 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaf4440b9 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf4087e2e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfcea984d ebt_unregister_table EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative EXPORT_SYMBOL net/caif/caif 0x2f49fbe6 cfcnfg_add_phy_layer @@ -4618,14 +4618,12 @@ EXPORT_SYMBOL net/ceph/libceph 0x03f2a212 ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x04a7a1e0 ceph_osdc_get_request EXPORT_SYMBOL net/ceph/libceph 0x058a6c0f ceph_osdc_alloc_messages EXPORT_SYMBOL net/ceph/libceph 0x07a8c48e ceph_monc_do_statfs -EXPORT_SYMBOL net/ceph/libceph 0x0a8813c8 ceph_msg_put -EXPORT_SYMBOL net/ceph/libceph 0x0d0dc070 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x10547d90 ceph_osdc_flush_notifies EXPORT_SYMBOL net/ceph/libceph 0x117e8dd7 osd_req_op_alloc_hint_init EXPORT_SYMBOL net/ceph/libceph 0x13f217fa ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x15a4abde ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve EXPORT_SYMBOL net/ceph/libceph 0x16fb471d ceph_wait_for_latest_osdmap -EXPORT_SYMBOL net/ceph/libceph 0x203da605 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy EXPORT_SYMBOL net/ceph/libceph 0x21a7f389 osd_req_op_extent_dup_last @@ -4633,20 +4631,23 @@ EXPORT_SYMBOL net/ceph/libceph 0x27406dde ceph_monc_stop EXPORT_SYMBOL net/ceph/libceph 0x27a42bf3 ceph_osdc_new_request EXPORT_SYMBOL net/ceph/libceph 0x28b3093e ceph_cls_lock_info EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release -EXPORT_SYMBOL net/ceph/libceph 0x2b1c7291 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x3025dac5 ceph_cls_set_cookie EXPORT_SYMBOL net/ceph/libceph 0x30439c48 osd_req_op_extent_osd_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0x31232a51 ceph_osdc_readpages -EXPORT_SYMBOL net/ceph/libceph 0x37e14b35 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x32931b79 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x36c3f3fc ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents EXPORT_SYMBOL net/ceph/libceph 0x3c83d891 ceph_auth_verify_authorizer_reply EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects EXPORT_SYMBOL net/ceph/libceph 0x3d7b1abc ceph_osdc_call EXPORT_SYMBOL net/ceph/libceph 0x3fef66af ceph_auth_is_authenticated EXPORT_SYMBOL net/ceph/libceph 0x401c8811 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x4091e945 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4181013a ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x45171c19 ceph_osdc_notify EXPORT_SYMBOL net/ceph/libceph 0x45b561d9 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x45ce05fc ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x46080b72 ceph_monc_blacklist_add EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible EXPORT_SYMBOL net/ceph/libceph 0x46789d92 ceph_cls_assert_locked @@ -4657,6 +4658,7 @@ EXPORT_SYMBOL net/ceph/libceph 0x50984f60 ceph_zero_page_vector_range EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x5828aa2e ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x59e664e6 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf EXPORT_SYMBOL net/ceph/libceph 0x5b6beaef ceph_osdc_wait_request EXPORT_SYMBOL net/ceph/libceph 0x5d18ac4c ceph_monc_get_version_async @@ -4670,6 +4672,8 @@ EXPORT_SYMBOL net/ceph/libceph 0x69515a00 ceph_osdc_sync EXPORT_SYMBOL net/ceph/libceph 0x696f5302 ceph_auth_add_authorizer_challenge EXPORT_SYMBOL net/ceph/libceph 0x6a355fd7 ceph_monc_open_session EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ed654d3 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x6feac9d7 ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0x71792ac7 ceph_create_client EXPORT_SYMBOL net/ceph/libceph 0x73394e3a osd_req_op_extent_init EXPORT_SYMBOL net/ceph/libceph 0x73dd8e8a ceph_pg_to_acting_primary @@ -4681,16 +4685,20 @@ EXPORT_SYMBOL net/ceph/libceph 0x79b3b062 osd_req_op_extent_osd_data_bio EXPORT_SYMBOL net/ceph/libceph 0x79d54567 ceph_monc_want_map EXPORT_SYMBOL net/ceph/libceph 0x7baf226a ceph_auth_create_authorizer EXPORT_SYMBOL net/ceph/libceph 0x7bfb0c9b osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x7c3bad1f ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options EXPORT_SYMBOL net/ceph/libceph 0x81325ad0 ceph_osdc_watch EXPORT_SYMBOL net/ceph/libceph 0x8598516d ceph_osdc_notify_ack EXPORT_SYMBOL net/ceph/libceph 0x85f8ee6b osd_req_op_cls_request_data_pages EXPORT_SYMBOL net/ceph/libceph 0x861274e9 ceph_reset_client_addr EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9179d271 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy EXPORT_SYMBOL net/ceph/libceph 0x92fb3989 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x931fcf4b ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x944d7914 ceph_osdc_alloc_request EXPORT_SYMBOL net/ceph/libceph 0x99ad189f ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x9a98d9ee ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new @@ -4707,36 +4715,28 @@ EXPORT_SYMBOL net/ceph/libceph 0xb341c1ae ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name EXPORT_SYMBOL net/ceph/libceph 0xb560df4d ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbbb24809 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0xbbb2de60 ceph_monc_validate_auth EXPORT_SYMBOL net/ceph/libceph 0xbd04e5d9 ceph_client_addr EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context EXPORT_SYMBOL net/ceph/libceph 0xbf7f18ef ceph_pg_pool_flags EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips -EXPORT_SYMBOL net/ceph/libceph 0xc0f7b04c ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate -EXPORT_SYMBOL net/ceph/libceph 0xc61d8e24 ceph_con_send -EXPORT_SYMBOL net/ceph/libceph 0xc6481854 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xc6c05299 ceph_compare_options EXPORT_SYMBOL net/ceph/libceph 0xc755a586 ceph_cls_break_lock -EXPORT_SYMBOL net/ceph/libceph 0xc95be40f ceph_messenger_init -EXPORT_SYMBOL net/ceph/libceph 0xc9d2417e ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file EXPORT_SYMBOL net/ceph/libceph 0xca80eb72 ceph_pg_pool_name_by_id EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd6bc2ba6 ceph_destroy_client -EXPORT_SYMBOL net/ceph/libceph 0xd6df5262 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy EXPORT_SYMBOL net/ceph/libceph 0xd8109fa0 ceph_osdc_start_request -EXPORT_SYMBOL net/ceph/libceph 0xdb253884 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0xdb65741d ceph_client_gid EXPORT_SYMBOL net/ceph/libceph 0xde147355 ceph_print_client_options EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name -EXPORT_SYMBOL net/ceph/libceph 0xe0562d28 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xe0c1b66e ceph_monc_renew_subs -EXPORT_SYMBOL net/ceph/libceph 0xe13f17e9 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0xe36b6efa osd_req_op_cls_request_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0xe426bb43 osd_req_op_extent_update EXPORT_SYMBOL net/ceph/libceph 0xe57adae6 osd_req_op_raw_data_in_pages @@ -4747,6 +4747,7 @@ EXPORT_SYMBOL net/ceph/libceph 0xe73bab87 ceph_check_fsid EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc EXPORT_SYMBOL net/ceph/libceph 0xec432518 __ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeeb445c0 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents EXPORT_SYMBOL net/ceph/libceph 0xef8973c6 osd_req_op_xattr_init EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve @@ -4757,12 +4758,11 @@ EXPORT_SYMBOL net/ceph/libceph 0xf40701ab ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0xf60fbc35 ceph_monc_init EXPORT_SYMBOL net/ceph/libceph 0xf61debdd ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0xfc5797f5 ceph_put_page_vector -EXPORT_SYMBOL net/ceph/libceph 0xfdd916a8 ceph_con_keepalive -EXPORT_SYMBOL net/ceph/libceph 0xfe96a99b ceph_msg_data_add_pages -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xd0c58884 dccp_req_err -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xd934786a dccp_syn_ack_timeout -EXPORT_SYMBOL net/dsa/dsa_core 0x261e58f6 dsa_port_vid_add -EXPORT_SYMBOL net/dsa/dsa_core 0xe22997e2 dsa_port_vid_del +EXPORT_SYMBOL net/ceph/libceph 0xffcb08d7 ceph_messenger_fini +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1eb05e75 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x320860a9 dccp_req_err +EXPORT_SYMBOL net/dsa/dsa_core 0x92dc6055 dsa_port_vid_del +EXPORT_SYMBOL net/dsa/dsa_core 0xc9758c21 dsa_port_vid_add EXPORT_SYMBOL net/ieee802154/ieee802154 0x1cba453e wpan_phy_free EXPORT_SYMBOL net/ieee802154/ieee802154 0x5c504c37 wpan_phy_register EXPORT_SYMBOL net/ieee802154/ieee802154 0x763852d3 wpan_phy_unregister @@ -4770,43 +4770,43 @@ EXPORT_SYMBOL net/ieee802154/ieee802154 0x8d6d2325 wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0xaab43f5c wpan_phy_find EXPORT_SYMBOL net/ieee802154/ieee802154 0xff7872f2 wpan_phy_new EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0x36057e18 __gue_build_header -EXPORT_SYMBOL net/ipv4/fou 0xac2cd80b __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x2683336a __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x820cadda __fou_build_header EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0x7f654232 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x85ee407d ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x93467edb ip_tunnel_get_link_net -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc79dfc09 ip_tunnel_encap_add_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe3a77c5a ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/gre 0xda78f6d6 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4e45bbc4 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x7d60abae ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x80950c78 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdd306af0 ip_tunnel_encap_add_ops EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x546f5c1f arpt_do_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7c5129c6 arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x829f2e9e arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x83d08432 arpt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x06f870c6 ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x39ff516d ipt_unregister_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x89de9bf3 ipt_register_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x98471df3 xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/tunnel4 0xcb97411c xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/udp_tunnel 0xc8a76646 udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x03531063 ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x17378f12 ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x658737e9 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7c98c135 ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8499bb30 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9d204507 ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xaf917b37 ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xba3da3d9 ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc5889235 ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3caeae8f ip6t_do_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5381e032 ip6t_register_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf6bdcb55 ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x8d2e33e0 xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/tunnel6 0xe05b93c4 xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xaf93518a xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xfec85e29 xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/l2tp/l2tp_core 0x3f5c1fec l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_core 0xa5798a70 l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_ip 0xfbdbb6e4 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x04515204 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4cf9a962 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x73394f46 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x1db607d5 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x2fd55097 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xdb5dc39a udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1a60b1b8 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3f3f2d9e ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56d5091d ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x837944a3 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc28b0736 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xce5f77eb ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdb2d3321 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe31316c2 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xeedec221 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1f733bb9 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa49c8f65 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb1ace47a ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x6853082b xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xd97fdf20 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x7085aeaf xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xdb8903e6 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/l2tp/l2tp_core 0x7488872f l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb99e6b5c l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0xb90a6239 l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x49e546aa lapb_disconnect_request EXPORT_SYMBOL net/lapb/lapb 0x60c7cfeb lapb_data_request EXPORT_SYMBOL net/lapb/lapb 0xac2f2dc7 lapb_register @@ -4824,154 +4824,154 @@ EXPORT_SYMBOL net/llc/llc 0x7f97ea1d llc_sap_open EXPORT_SYMBOL net/llc/llc 0x8951e03a llc_sap_close EXPORT_SYMBOL net/llc/llc 0x968b9eeb llc_add_pack EXPORT_SYMBOL net/llc/llc 0x9c2a84b4 llc_set_station_handler -EXPORT_SYMBOL net/mac80211/mac80211 0x03dc0d67 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0x049003aa ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0x0495111b ieee80211_report_wowlan_wakeup -EXPORT_SYMBOL net/mac80211/mac80211 0x081d98d2 ieee80211_txq_schedule_start -EXPORT_SYMBOL net/mac80211/mac80211 0x0a1186ac ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0x0a33976f ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x0a399d2b ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x0c4a1e21 ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0x0d9ed297 ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x0e37578d ieee80211_enable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x0f85ed69 ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0x12e4ce28 wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x16ce6403 ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0x17e5baf6 ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0x18be7f8d ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0x18c4a40c ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x0887e17a ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x08b8c42e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0a40349f ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0ed2acd5 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x10e9ef59 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x18328ae0 ieee80211_beacon_get_template EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x2098ede5 __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x2a436879 ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x2ca32f5f __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x33053ef6 ieee80211_beacon_get_tim -EXPORT_SYMBOL net/mac80211/mac80211 0x369482c9 ieee80211_proberesp_get -EXPORT_SYMBOL net/mac80211/mac80211 0x392cb51e ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0x40e62cbd ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x4166acc9 ieee80211_wake_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x41b2e46f ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x4609e665 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x1a00d251 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x1b82afb6 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x24374d12 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x25274775 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x29650999 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x296f8176 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x2abc1dd2 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x2c2a03aa ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x2d53aa82 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2e92523d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x308c95a5 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x3138635b ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x33f3eaa8 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x357aa5a0 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3c737946 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x42ba2fb9 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x45512c1c ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x47205c77 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x48343c03 ieee80211_unreserve_tid EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x4c5bb2ec ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0x50d4db7d ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0x52b477a0 ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0x5731883f ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x59159fbe ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x5c4ccba6 ieee80211_iter_keys_rcu -EXPORT_SYMBOL net/mac80211/mac80211 0x5d145c12 ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x606252f2 ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0x60f4e435 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x4b6977da ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x4c0b001c ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x4d6cce7f ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x4e9a236b ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x502f12e9 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x528d6688 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x546d0b89 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5d66405b ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x5e03b9b3 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x63e6aa73 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x64877ad7 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x64b35438 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x691f7710 ieee80211_queue_work EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x7161ff5f __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x71709663 ieee80211_cqm_beacon_loss_notify -EXPORT_SYMBOL net/mac80211/mac80211 0x74edabc3 ieee80211_send_bar -EXPORT_SYMBOL net/mac80211/mac80211 0x77aea538 ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0x79837119 ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0x7a923681 ieee80211_beacon_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x85242516 ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac80211/mac80211 0x8708303b ieee80211_get_tx_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x8960527a ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0x8d38c65a ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0x8dcd54f1 ieee80211_iter_keys -EXPORT_SYMBOL net/mac80211/mac80211 0x8f9c9162 ieee80211_start_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x900c6e05 ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x90b3d36d ieee80211_report_low_ack -EXPORT_SYMBOL net/mac80211/mac80211 0x9203cbe8 ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0x923ac514 ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0x9337e2a3 ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0x942f1c5d ieee80211_queue_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x9574544e ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x7029d3ff ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x73968a2f __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7bfa1ac5 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x80756034 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x80ed99c9 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8345e6aa ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x83c638d2 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x85c03aa9 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x87513cb3 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x87c4ecf1 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x897a6093 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8b6bfc56 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x8d879290 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8f33f857 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9007a28e ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x901414df ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x92f5b2cb __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x94a4f8ef ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x953560cf ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x96109eed ieee80211_cqm_rssi_notify EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x9da13e8d ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0x9edec9e6 ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0x9f5f3e1f ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0xa5076d0d ieee80211_free_txskb -EXPORT_SYMBOL net/mac80211/mac80211 0xa648f9eb ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0xaac62f0b ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0xacfd53d6 ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0xadd9a2e2 __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xb58ead5d ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xbc0649a6 ieee80211_rx_ba_timer_expired -EXPORT_SYMBOL net/mac80211/mac80211 0xbc7f5da1 ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0xbed7515a ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0xbf4c6a38 ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xbffec695 __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xc18f6d0a ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xc214c789 ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0xc3ec4b72 ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0xc3ee4cc6 ieee80211_nan_func_terminated -EXPORT_SYMBOL net/mac80211/mac80211 0xc46126c8 ieee80211_nullfunc_get -EXPORT_SYMBOL net/mac80211/mac80211 0xc90b4315 ieee80211_sta_uapsd_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0xcf17a4b2 ieee80211_tx_status_ext -EXPORT_SYMBOL net/mac80211/mac80211 0xd0d3be89 ieee80211_find_sta -EXPORT_SYMBOL net/mac80211/mac80211 0xd3239da2 __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xd51a556d ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0xdcede160 ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0xde9cbca6 ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0xe05b9d16 ieee80211_tx_status_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xe24f0a13 rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0xe2e635dc ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9a759ce4 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9bd25526 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9c58d5e5 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xa06f688a ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xa1d863b3 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xa29d96f2 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa44d7e34 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xa6ddeff6 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xa7b9e0a7 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xa967e376 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xabbfa445 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xadfeb12f ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb0331f1c ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xb2f56e81 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xb4c3f378 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xb5499f51 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xba5e096f ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xbd94ed93 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xc15cc768 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xc2e91e80 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc8b3e00a ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xd65b6f91 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xe1438c05 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe1eed71d ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xe33d3b63 ieee80211_get_tx_rates EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xe3fee07c ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0xe4b0233f ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0xebc0766c ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xf46563c0 ieee80211_queue_work -EXPORT_SYMBOL net/mac80211/mac80211 0xf9ded3c9 ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0xfa117523 ieee80211_rts_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xfb8341ba ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xfbbea17e ieee80211_rx_napi -EXPORT_SYMBOL net/mac80211/mac80211 0xfdf21b64 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe540d9b6 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xe76a068f ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe7d7de55 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xec297d9e ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xee0e6452 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xf5c12549 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf64bd3cb ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xfa8e3c8d ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xfec2503d ieee80211_connection_loss EXPORT_SYMBOL net/mac802154/mac802154 0x2479b9cd ieee802154_stop_queue -EXPORT_SYMBOL net/mac802154/mac802154 0x3a41aad4 ieee802154_free_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x3f46cec0 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x35efc6e7 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x39bfc26b ieee802154_alloc_hw EXPORT_SYMBOL net/mac802154/mac802154 0x7a2b4d8a ieee802154_rx_irqsafe -EXPORT_SYMBOL net/mac802154/mac802154 0x845799fa ieee802154_unregister_hw EXPORT_SYMBOL net/mac802154/mac802154 0xa4e7e2bf ieee802154_wake_queue -EXPORT_SYMBOL net/mac802154/mac802154 0xb18b8bd0 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xc5c850fd ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf7a4ebc8 ieee802154_unregister_hw EXPORT_SYMBOL net/mac802154/mac802154 0xf93513ba ieee802154_xmit_complete -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01bf3bb5 ip_vs_conn_out_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0976c4a8 ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x153117a8 ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3be4d8f9 register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x42fdae6e ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7a50f530 unregister_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x818b8149 unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x88ebdf2b ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x958f87c1 register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xad03ca34 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbdab4cb9 ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc7123a7e ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca25986b register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x141d6d84 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x21695df2 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x56e68b22 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5a4392ff unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x629c2625 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x852f8a7d ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x974c5c94 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa0d155cc register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa54f1fda register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca67969e ip_vs_conn_out_get EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0218cb5 ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe908ee90 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb9539aab nf_ct_ext_destroy -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf4385df9 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xda17df9a ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdaf70098 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe5205fc6 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe9cc9007 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xea124795 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd6598d89 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe124f54a nf_ct_ext_destroy EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x34dea538 nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0x5d50486a nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0xb6fdae9f nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0xe5342329 __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0xef08cb52 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x025454e1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x4cfba095 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x9d254f04 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xa3923ab0 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xb4e80829 nf_nat_mangle_udp_packet EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks -EXPORT_SYMBOL net/netfilter/x_tables 0x0c6418e3 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x412656a0 xt_unregister_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x46faccf4 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x1f2d9a9a xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x25e78374 xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5af433d6 xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x9960038d xt_register_matches -EXPORT_SYMBOL net/netfilter/x_tables 0xa224939f xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xb4bfe63c xt_register_match -EXPORT_SYMBOL net/netfilter/x_tables 0xb9129022 xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0xc193e297 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb062f8c0 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xbf2b49a5 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc4992cdd xt_register_matches EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc -EXPORT_SYMBOL net/netfilter/x_tables 0xcf08e850 xt_unregister_matches EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xd96d28c5 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xeec7b3ab xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xf4a7917d xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset EXPORT_SYMBOL net/nfc/hci/hci 0x0a8c37e1 nfc_hci_get_param EXPORT_SYMBOL net/nfc/hci/hci 0x19edafb6 nfc_hci_recv_frame @@ -5063,41 +5063,41 @@ EXPORT_SYMBOL net/phonet/phonet 0x94b6f9c9 phonet_stream_ops EXPORT_SYMBOL net/phonet/phonet 0xaed1788a pn_skb_send EXPORT_SYMBOL net/phonet/phonet 0xcc1d9701 pn_sock_unhash EXPORT_SYMBOL net/phonet/phonet 0xdb049418 pn_sock_get_port -EXPORT_SYMBOL net/rxrpc/rxrpc 0x0cce0c38 rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x154be01a rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x18a10e0c key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0x1b041207 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0c6663de rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0c7e5f2e rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0e40a74a rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1a501e2f key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1e41a1eb rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x287ce685 rxrpc_kernel_check_life EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4329e932 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4c1dc66b rxrpc_kernel_begin_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4e69d1e6 rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x56155fe1 rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6265a873 rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0xb46d4979 rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0xb6c52c5e rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xba22efe3 rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0xdd764809 rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xdf861040 rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe423018c rxrpc_kernel_get_peer -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe53e4b28 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0xfa642370 rxrpc_kernel_recv_data -EXPORT_SYMBOL net/sctp/sctp 0x5d6697ae sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x338ed503 gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc34bf190 gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xdc819709 gss_mech_put -EXPORT_SYMBOL net/sunrpc/sunrpc 0x0804386e svc_pool_stats_open -EXPORT_SYMBOL net/sunrpc/sunrpc 0x1918401f xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0x9924ba58 xdr_truncate_encode +EXPORT_SYMBOL net/rxrpc/rxrpc 0x36cf4843 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4f342414 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65802722 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7d2bbef1 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0ad0b62 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb4eac58a rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb4eed1b7 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe95ef64d rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xec45d0d7 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef248717 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xefa46122 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x613e80f3 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9407719e gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd9c35126 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf0af42c0 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x100b0ef0 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc951b393 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xce5fe409 xdr_restrict_buflen EXPORT_SYMBOL net/tipc/tipc 0x2fa50d9c tipc_sk_fill_sock_diag EXPORT_SYMBOL net/tipc/tipc 0xb2600f3d tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0xc156db51 tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0xdaf8365d tipc_nl_sk_walk -EXPORT_SYMBOL net/tls/tls 0x01a0d612 tls_register_device -EXPORT_SYMBOL net/tls/tls 0x08fa87ee tls_get_record -EXPORT_SYMBOL net/tls/tls 0xb29878b2 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0x5c9ed147 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0x72745a33 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x9d60a56d tls_register_device EXPORT_SYMBOL net/wimax/wimax 0x8462d134 wimax_rfkill EXPORT_SYMBOL net/wimax/wimax 0xd4374fbe wimax_reset -EXPORT_SYMBOL net/wireless/cfg80211 0x0131e254 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x01854d32 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0x02cf5b3a cfg80211_unlink_bss EXPORT_SYMBOL net/wireless/cfg80211 0x0705db14 regulatory_set_wiphy_regd_sync_rtnl EXPORT_SYMBOL net/wireless/cfg80211 0x083b9930 cfg80211_del_sta_sinfo @@ -5105,33 +5105,30 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel EXPORT_SYMBOL net/wireless/cfg80211 0x0aba08f3 __cfg80211_alloc_reply_skb EXPORT_SYMBOL net/wireless/cfg80211 0x0d349171 ieee80211_get_response_rate EXPORT_SYMBOL net/wireless/cfg80211 0x0da4d9ae cfg80211_port_authorized -EXPORT_SYMBOL net/wireless/cfg80211 0x10f38d99 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x1112cbaf cfg80211_mgmt_tx_status EXPORT_SYMBOL net/wireless/cfg80211 0x11518bd9 regulatory_set_wiphy_regd EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile -EXPORT_SYMBOL net/wireless/cfg80211 0x13b2418a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x12c095c4 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x145021bd cfg80211_ch_switch_started_notify EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate EXPORT_SYMBOL net/wireless/cfg80211 0x17d26bae cfg80211_cqm_pktloss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header EXPORT_SYMBOL net/wireless/cfg80211 0x189f9b65 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x19139bf3 cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x19f8085a wiphy_rfkill_stop_polling EXPORT_SYMBOL net/wireless/cfg80211 0x1c703e19 cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm EXPORT_SYMBOL net/wireless/cfg80211 0x21e1acab cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x222c693c wiphy_rfkill_set_hw_state -EXPORT_SYMBOL net/wireless/cfg80211 0x22481090 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0x2278ed80 cfg80211_cqm_txe_notify -EXPORT_SYMBOL net/wireless/cfg80211 0x247bf9dc cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem EXPORT_SYMBOL net/wireless/cfg80211 0x2778f915 cfg80211_ibss_joined EXPORT_SYMBOL net/wireless/cfg80211 0x27bf1743 cfg80211_rx_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x2f95c57d cfg80211_michael_mic_failure -EXPORT_SYMBOL net/wireless/cfg80211 0x3315c3fd cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x35593fa5 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x3591f580 cfg80211_rx_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x3bd8aaa1 ieee80211_operating_class_to_band -EXPORT_SYMBOL net/wireless/cfg80211 0x3dfd649f ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x4084468e cfg80211_gtk_rekey_notify EXPORT_SYMBOL net/wireless/cfg80211 0x4302ee6b cfg80211_chandef_usable EXPORT_SYMBOL net/wireless/cfg80211 0x43f5efcf cfg80211_sinfo_alloc_tid_stats @@ -5146,6 +5143,7 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x5a5210e6 cfg80211_chandef_dfs_required EXPORT_SYMBOL net/wireless/cfg80211 0x5c32a605 wiphy_free EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid EXPORT_SYMBOL net/wireless/cfg80211 0x668c7b31 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x67652d32 ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header EXPORT_SYMBOL net/wireless/cfg80211 0x6e561689 wiphy_unregister EXPORT_SYMBOL net/wireless/cfg80211 0x70a2cf23 cfg80211_pmksa_candidate_notify @@ -5154,7 +5152,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x75bf58ba wiphy_rfkill_start_polling EXPORT_SYMBOL net/wireless/cfg80211 0x76371bbd cfg80211_notify_new_peer_candidate EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem EXPORT_SYMBOL net/wireless/cfg80211 0x7b1ceb3b cfg80211_sched_scan_stopped -EXPORT_SYMBOL net/wireless/cfg80211 0x7be58d97 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x7c174277 cfg80211_inform_bss_frame_data EXPORT_SYMBOL net/wireless/cfg80211 0x7eee52fb regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen @@ -5170,16 +5167,16 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x936cd468 __cfg80211_send_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss EXPORT_SYMBOL net/wireless/cfg80211 0x9486cc0e cfg80211_cqm_beacon_loss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x94f54c85 cfg80211_sta_opmode_change_notify -EXPORT_SYMBOL net/wireless/cfg80211 0x95629f52 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0x9615ec4d cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency -EXPORT_SYMBOL net/wireless/cfg80211 0x98a9eacf ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x99085a86 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x99d6aab8 cfg80211_abandon_assoc EXPORT_SYMBOL net/wireless/cfg80211 0x9ac157e6 cfg80211_tx_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match EXPORT_SYMBOL net/wireless/cfg80211 0x9d8c7ed9 wiphy_register EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class EXPORT_SYMBOL net/wireless/cfg80211 0xa05493ef wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xaa8734ff cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xad7e5895 cfg80211_get_drvinfo EXPORT_SYMBOL net/wireless/cfg80211 0xb1d05b65 cfg80211_sched_scan_stopped_rtnl @@ -5191,6 +5188,7 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xbf3a4ff3 cfg80211_rx_unexpected_4addr_fra EXPORT_SYMBOL net/wireless/cfg80211 0xbfff948d cfg80211_radar_event EXPORT_SYMBOL net/wireless/cfg80211 0xc20f7249 cfg80211_report_obss_beacon EXPORT_SYMBOL net/wireless/cfg80211 0xc34db611 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xc4ba898b cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0xc5023eee cfg80211_ready_on_channel EXPORT_SYMBOL net/wireless/cfg80211 0xc54117d0 cfg80211_update_owe_info_event EXPORT_SYMBOL net/wireless/cfg80211 0xc92b500c cfg80211_ft_event @@ -5202,20 +5200,22 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0xd5d93791 cfg80211_rx_spurious_frame EXPORT_SYMBOL net/wireless/cfg80211 0xd60ee959 cfg80211_probe_status EXPORT_SYMBOL net/wireless/cfg80211 0xd9969542 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xd9bfef6f cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xdb19a7fc cfg80211_tx_mgmt_expired EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name EXPORT_SYMBOL net/wireless/cfg80211 0xdf5bb7c4 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a02c64 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0xe10c5802 regulatory_pre_cac_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xe401488e cfg80211_ch_switch_notify EXPORT_SYMBOL net/wireless/cfg80211 0xe54ba56b cfg80211_assoc_timeout EXPORT_SYMBOL net/wireless/cfg80211 0xe5daeded cfg80211_check_station_change EXPORT_SYMBOL net/wireless/cfg80211 0xea992228 cfg80211_cac_event EXPORT_SYMBOL net/wireless/cfg80211 0xeeee752c cfg80211_stop_iface -EXPORT_SYMBOL net/wireless/cfg80211 0xef007df5 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0xf0de3ef9 cfg80211_rx_control_port EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr EXPORT_SYMBOL net/wireless/cfg80211 0xf9a1f072 cfg80211_roamed EXPORT_SYMBOL net/wireless/cfg80211 0xfe3debe8 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xfe69d4a2 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0xfea8bdf3 cfg80211_bss_iter EXPORT_SYMBOL net/wireless/cfg80211 0xfee4373b cfg80211_tdls_oper_request EXPORT_SYMBOL net/wireless/lib80211 0x10ee5598 lib80211_get_crypto_ops @@ -5262,6 +5262,7 @@ EXPORT_SYMBOL sound/core/snd 0x19883bfb snd_jack_new EXPORT_SYMBOL sound/core/snd 0x1b7ca3f5 _snd_ctl_add_slave EXPORT_SYMBOL sound/core/snd 0x1b84891e snd_ctl_replace EXPORT_SYMBOL sound/core/snd 0x1dd02d6d snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x22a48975 snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line EXPORT_SYMBOL sound/core/snd 0x309c8887 snd_ctl_rename_id EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio @@ -5281,7 +5282,6 @@ EXPORT_SYMBOL sound/core/snd 0x701e0bad snd_component_add EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id EXPORT_SYMBOL sound/core/snd 0x7b559554 snd_mixer_oss_notify_callback EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info -EXPORT_SYMBOL sound/core/snd 0x821c230d snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0x8611050a snd_info_free_entry EXPORT_SYMBOL sound/core/snd 0x865893d5 snd_card_file_remove EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register @@ -5490,23 +5490,23 @@ EXPORT_SYMBOL sound/i2c/snd-i2c 0x75b4a693 snd_i2c_sendbytes EXPORT_SYMBOL sound/i2c/snd-i2c 0x870426d4 snd_i2c_bus_create EXPORT_SYMBOL sound/i2c/snd-i2c 0xab82d593 snd_i2c_device_free EXPORT_SYMBOL sound/i2c/snd-i2c 0xf793e68a snd_i2c_device_create -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x19561def snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x09155cce snd_ac97_resume EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2b202fd1 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3247907a snd_ac97_update EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x34393262 snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4e463c52 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x390fa03e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48c4416f snd_ac97_update_power EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x56ba8ee3 snd_ac97_pcm_double_rate_rules -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5ed7a6b3 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x619b7249 snd_ac97_read EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6bde902e snd_ac97_set_rate -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x85719da7 snd_ac97_mixer -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8bc08f53 snd_ac97_suspend -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa722bfc3 snd_ac97_update_power -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb13b78b6 snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb712bd1c snd_ac97_write_cache -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbe266802 snd_ac97_update_bits -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xceabc058 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8572f842 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9972bb17 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbc24b7bf snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbd95d0a3 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcc637228 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcf8fda6f snd_ac97_mixer EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe5960fc5 snd_ac97_pcm_open -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xecb69463 snd_ac97_write -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfcfad5a4 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf794e97a snd_ac97_bus EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x71119dc2 snd_ice1712_akm4xxx_build_controls EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa00cd35e snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe7d7521e snd_ice1712_akm4xxx_free @@ -5516,19 +5516,19 @@ EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x17725895 oxygen_write32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1e3618f3 oxygen_write16_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x29eccf08 oxygen_read8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2dd2893d oxygen_read16 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x47a188bf oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x50356966 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64d8c72e oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x65dc0b0b oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x854c99bc oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b2c20a2 oxygen_write16 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9039b472 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa0868543 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbfc01094 oxygen_write_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc51128c7 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc54e4891 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcbf555d7 oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcc9f62d3 oxygen_write_i2c EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd70833ce oxygen_read_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe00af072 oxygen_write8_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3cbc2fa oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6497062 oxygen_write_spi EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf116e184 oxygen_read32 EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xea74f232 bt_uart_enable @@ -5605,8 +5605,8 @@ EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect EXPORT_SYMBOL vmlinux 0x0000c734 mdio_device_create EXPORT_SYMBOL vmlinux 0x000821be request_key_tag -EXPORT_SYMBOL vmlinux 0x000ba0dd pci_try_set_mwi -EXPORT_SYMBOL vmlinux 0x001795ab xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x0013ea71 netpoll_setup +EXPORT_SYMBOL vmlinux 0x001cdb66 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x0020b7b3 t10_pi_type1_crc EXPORT_SYMBOL vmlinux 0x0034396d pagecache_get_page EXPORT_SYMBOL vmlinux 0x005a2842 proc_create_single_data @@ -5616,7 +5616,8 @@ EXPORT_SYMBOL vmlinux 0x00a616df of_graph_get_next_endpoint EXPORT_SYMBOL vmlinux 0x00c3b15f mipi_dsi_dcs_set_tear_scanline EXPORT_SYMBOL vmlinux 0x00d333ac phy_modify_paged EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count -EXPORT_SYMBOL vmlinux 0x00f7b414 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x00dc9eb5 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x00f4e256 rtnl_notify EXPORT_SYMBOL vmlinux 0x00fdb0ce generic_setlease EXPORT_SYMBOL vmlinux 0x01000e51 schedule EXPORT_SYMBOL vmlinux 0x0107c34e ptp_clock_event @@ -5627,125 +5628,129 @@ EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags +EXPORT_SYMBOL vmlinux 0x01553cc0 __dev_get_by_index EXPORT_SYMBOL vmlinux 0x015af7f4 system_state -EXPORT_SYMBOL vmlinux 0x015dc8b6 sk_reset_timer EXPORT_SYMBOL vmlinux 0x01678401 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x01741c36 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent -EXPORT_SYMBOL vmlinux 0x01a9e5e2 eth_header +EXPORT_SYMBOL vmlinux 0x01aa69dc netif_device_detach EXPORT_SYMBOL vmlinux 0x01b47a5d block_truncate_page +EXPORT_SYMBOL vmlinux 0x01b52374 scm_fp_dup EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark EXPORT_SYMBOL vmlinux 0x01b8887f inode_init_always EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note -EXPORT_SYMBOL vmlinux 0x01c2f440 ether_setup +EXPORT_SYMBOL vmlinux 0x01e8e3da ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x01f13713 filemap_page_mkwrite EXPORT_SYMBOL vmlinux 0x01f38308 dquot_set_dqinfo EXPORT_SYMBOL vmlinux 0x0209d854 phy_ethtool_nway_reset EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc -EXPORT_SYMBOL vmlinux 0x02109c44 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check EXPORT_SYMBOL vmlinux 0x021bf059 bdget_disk EXPORT_SYMBOL vmlinux 0x021ce753 ww_mutex_lock EXPORT_SYMBOL vmlinux 0x021df518 keyring_search EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops -EXPORT_SYMBOL vmlinux 0x02401c0c blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x022e9cb1 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x023fa646 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x02460740 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x02464e34 register_netdev EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups -EXPORT_SYMBOL vmlinux 0x0254b86e tcp_close EXPORT_SYMBOL vmlinux 0x02599e24 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop -EXPORT_SYMBOL vmlinux 0x02742d06 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues EXPORT_SYMBOL vmlinux 0x02781c6d ata_dev_printk +EXPORT_SYMBOL vmlinux 0x0278e723 inet_listen EXPORT_SYMBOL vmlinux 0x027a72c9 locks_init_lock EXPORT_SYMBOL vmlinux 0x02900538 mount_nodev -EXPORT_SYMBOL vmlinux 0x0297d852 inet_select_addr EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy EXPORT_SYMBOL vmlinux 0x02ac2216 pnp_is_active EXPORT_SYMBOL vmlinux 0x02b8ab42 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x02b97b5e ip_ct_attach +EXPORT_SYMBOL vmlinux 0x02bdc6ff sock_no_bind +EXPORT_SYMBOL vmlinux 0x02da9591 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x02e9320e netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02f180ed ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x03031bdf key_instantiate_and_link EXPORT_SYMBOL vmlinux 0x031f3e0b abx500_startup_irq_enabled EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl EXPORT_SYMBOL vmlinux 0x03363318 user_path_create -EXPORT_SYMBOL vmlinux 0x033937ed __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x033b8b8a acpi_pm_device_sleep_state -EXPORT_SYMBOL vmlinux 0x03489424 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x033bfc81 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x034da80b register_netdevice EXPORT_SYMBOL vmlinux 0x0357dcb4 meson_sm_call_write EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036ab6df qdisc_reset EXPORT_SYMBOL vmlinux 0x037a0cba kfree EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity -EXPORT_SYMBOL vmlinux 0x0382752e pci_release_selected_regions EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs -EXPORT_SYMBOL vmlinux 0x03af2389 nf_hook_slow -EXPORT_SYMBOL vmlinux 0x03b421e3 neigh_direct_output -EXPORT_SYMBOL vmlinux 0x03bca6b2 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x03d692be from_kprojid_munged -EXPORT_SYMBOL vmlinux 0x03f3f102 sk_free +EXPORT_SYMBOL vmlinux 0x03f90843 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram EXPORT_SYMBOL vmlinux 0x03feea40 cpumask_next -EXPORT_SYMBOL vmlinux 0x040ad371 xfrm_find_acq EXPORT_SYMBOL vmlinux 0x0410a9cd set_nlink -EXPORT_SYMBOL vmlinux 0x0421627c eth_gro_receive -EXPORT_SYMBOL vmlinux 0x043f7250 tcf_exts_change EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0457d9ea dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x0458eaa6 simple_getattr EXPORT_SYMBOL vmlinux 0x045c0240 lock_two_nondirectories EXPORT_SYMBOL vmlinux 0x046587b4 get_gendisk EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x047397f7 inet6_unregister_protosw EXPORT_SYMBOL vmlinux 0x0479d386 blk_queue_update_dma_alignment EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x048cf372 ab3100_event_unregister EXPORT_SYMBOL vmlinux 0x048e1ba5 ptp_find_pin -EXPORT_SYMBOL vmlinux 0x048e8c4c ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x04b27ab5 inc_zone_page_state -EXPORT_SYMBOL vmlinux 0x04bb71c3 __neigh_create EXPORT_SYMBOL vmlinux 0x04c1be22 security_sk_clone -EXPORT_SYMBOL vmlinux 0x04c1e1f1 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x04c47e57 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x04ca90fc serio_open EXPORT_SYMBOL vmlinux 0x04d7464c seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x04da1ce4 vm_mmap EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04ff1ab2 __inet_stream_connect EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch EXPORT_SYMBOL vmlinux 0x05249472 proc_create_data -EXPORT_SYMBOL vmlinux 0x052b3b50 km_policy_expired EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 EXPORT_SYMBOL vmlinux 0x05893117 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x058accf6 inet_add_protocol EXPORT_SYMBOL vmlinux 0x05a461ab dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x05a65f65 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put EXPORT_SYMBOL vmlinux 0x05b97c8c dcache_dir_close EXPORT_SYMBOL vmlinux 0x05cc921c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x05deee3b eth_validate_addr EXPORT_SYMBOL vmlinux 0x05e12853 mark_buffer_write_io_error -EXPORT_SYMBOL vmlinux 0x0600c9e6 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x060373ec dump_truncate EXPORT_SYMBOL vmlinux 0x06086cec scsi_command_normalize_sense EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner EXPORT_SYMBOL vmlinux 0x061651be strcat -EXPORT_SYMBOL vmlinux 0x0623e77a __skb_get_hash EXPORT_SYMBOL vmlinux 0x062cb484 bd_start_claiming EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user EXPORT_SYMBOL vmlinux 0x064c0e58 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x064ea5fb tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x0662be8e sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x0675e26a devm_pci_remap_iospace -EXPORT_SYMBOL vmlinux 0x06779010 put_cmsg EXPORT_SYMBOL vmlinux 0x067db652 bdput +EXPORT_SYMBOL vmlinux 0x0680554e dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x068089d6 mipi_dsi_generic_write -EXPORT_SYMBOL vmlinux 0x068a7cea sock_create_lite +EXPORT_SYMBOL vmlinux 0x06ab72c4 pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0x06baa2c2 dquot_drop EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen -EXPORT_SYMBOL vmlinux 0x06bf681c __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress +EXPORT_SYMBOL vmlinux 0x06f1c708 xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x06f9545f dev_uc_del +EXPORT_SYMBOL vmlinux 0x06fb10ba udp6_set_csum EXPORT_SYMBOL vmlinux 0x07102a40 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x071dc42d neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x071e1634 get_tz_trend EXPORT_SYMBOL vmlinux 0x0721d842 pipe_unlock EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw @@ -5755,10 +5760,12 @@ EXPORT_SYMBOL vmlinux 0x074922df md_bitmap_close_sync EXPORT_SYMBOL vmlinux 0x07573799 vmf_insert_mixed_mkwrite EXPORT_SYMBOL vmlinux 0x075ffc1f vme_register_error_handler EXPORT_SYMBOL vmlinux 0x0769ad27 dquot_release -EXPORT_SYMBOL vmlinux 0x07800edb xfrm_register_km EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07825701 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b080a0 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x07c84921 tty_lock +EXPORT_SYMBOL vmlinux 0x07c8efba udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list EXPORT_SYMBOL vmlinux 0x07d88dde d_find_any_alias @@ -5766,7 +5773,6 @@ EXPORT_SYMBOL vmlinux 0x07dd7caf fb_blank EXPORT_SYMBOL vmlinux 0x07e5522a vfs_symlink EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace EXPORT_SYMBOL vmlinux 0x07f6e810 end_buffer_async_write -EXPORT_SYMBOL vmlinux 0x07fa9622 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x07ffe7e4 posix_acl_valid EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap @@ -5779,14 +5785,19 @@ EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_size EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister EXPORT_SYMBOL vmlinux 0x084e0d81 input_get_timestamp EXPORT_SYMBOL vmlinux 0x084ec384 blk_rq_append_bio -EXPORT_SYMBOL vmlinux 0x086bb02e ip_setsockopt EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x0895dd35 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x08c49b7b inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x08cb676d pskb_expand_head EXPORT_SYMBOL vmlinux 0x08d27649 config_item_get_unless_zero EXPORT_SYMBOL vmlinux 0x08d4379f _dev_info EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e85877 dev_set_mac_address EXPORT_SYMBOL vmlinux 0x08ea1542 fbcon_rotate_ud EXPORT_SYMBOL vmlinux 0x08ebaef3 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x08f253e8 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x08f8a1c1 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x08fb38c3 put_cmsg EXPORT_SYMBOL vmlinux 0x090bcf9a end_buffer_write_sync EXPORT_SYMBOL vmlinux 0x0912a5e9 abx500_set_register_interruptible EXPORT_SYMBOL vmlinux 0x0917490b wait_for_completion_killable_timeout @@ -5796,15 +5807,15 @@ EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects EXPORT_SYMBOL vmlinux 0x0948c1e5 fb_set_suspend EXPORT_SYMBOL vmlinux 0x09573f18 backlight_device_unregister EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc -EXPORT_SYMBOL vmlinux 0x0962d392 vif_device_init EXPORT_SYMBOL vmlinux 0x09682235 down_timeout EXPORT_SYMBOL vmlinux 0x0970e45f ilookup5 EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098bb3aa pci_dev_put EXPORT_SYMBOL vmlinux 0x098da5be lock_rename -EXPORT_SYMBOL vmlinux 0x09903116 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0x09a22f1b is_subdir +EXPORT_SYMBOL vmlinux 0x09b6758a rtnl_configure_link EXPORT_SYMBOL vmlinux 0x09be49dc textsearch_prepare EXPORT_SYMBOL vmlinux 0x09c17516 watchdog_register_governor EXPORT_SYMBOL vmlinux 0x09c4b8e7 scsi_target_resume @@ -5812,19 +5823,20 @@ EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09cf724a redraw_screen EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark -EXPORT_SYMBOL vmlinux 0x09e60ea5 tcp_ioctl EXPORT_SYMBOL vmlinux 0x09f61906 __sg_alloc_table_from_pages -EXPORT_SYMBOL vmlinux 0x09fc104a tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x0a013510 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x0a072cc1 eth_header_parse EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg EXPORT_SYMBOL vmlinux 0x0a143d6e clocksource_unregister EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key -EXPORT_SYMBOL vmlinux 0x0a23ea17 __dev_remove_pack EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class EXPORT_SYMBOL vmlinux 0x0a30ca7d fscrypt_free_inode EXPORT_SYMBOL vmlinux 0x0a3453a3 f_setown EXPORT_SYMBOL vmlinux 0x0a368912 write_cache_pages EXPORT_SYMBOL vmlinux 0x0a378801 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x0a533796 tcp_splice_read EXPORT_SYMBOL vmlinux 0x0a67add6 bio_reset +EXPORT_SYMBOL vmlinux 0x0a6c3cc0 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier EXPORT_SYMBOL vmlinux 0x0a805e54 fscrypt_get_encryption_info EXPORT_SYMBOL vmlinux 0x0a85c7a4 dev_pm_opp_register_notifier @@ -5833,27 +5845,28 @@ EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace EXPORT_SYMBOL vmlinux 0x0ab0c5a4 md_bitmap_cond_end_sync EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all EXPORT_SYMBOL vmlinux 0x0af20eae down_read_interruptible -EXPORT_SYMBOL vmlinux 0x0af41ab6 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x0af39bc9 __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x0af4c7f1 tty_port_destroy EXPORT_SYMBOL vmlinux 0x0b15b2d7 freezing_slow_path -EXPORT_SYMBOL vmlinux 0x0b1b9c06 ip6_route_me_harder EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user EXPORT_SYMBOL vmlinux 0x0b233863 i2c_smbus_write_byte_data EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0x0b34934e blk_queue_max_hw_sectors -EXPORT_SYMBOL vmlinux 0x0b3ae06f inet_frags_fini +EXPORT_SYMBOL vmlinux 0x0b35781a rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x0b3b1d61 pcim_iomap_table EXPORT_SYMBOL vmlinux 0x0b49e38b mmc_put_card -EXPORT_SYMBOL vmlinux 0x0b61245a kfree_skb_list +EXPORT_SYMBOL vmlinux 0x0b6cd0d0 eth_get_headlen EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol EXPORT_SYMBOL vmlinux 0x0b91d950 of_find_node_by_type EXPORT_SYMBOL vmlinux 0x0ba321eb qdisc_hash_add EXPORT_SYMBOL vmlinux 0x0bbef67a bdev_read_only EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc59b20 tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x0bd1cf31 inode_init_owner -EXPORT_SYMBOL vmlinux 0x0bd2eb97 gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x0bd963c9 tty_driver_kref_put EXPORT_SYMBOL vmlinux 0x0bedf9b2 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0bf220ea inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0x0c007dda dev_mc_sync EXPORT_SYMBOL vmlinux 0x0c008838 __d_lookup_done EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame @@ -5862,14 +5875,12 @@ EXPORT_SYMBOL vmlinux 0x0c2049e5 vme_master_request EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq EXPORT_SYMBOL vmlinux 0x0c34905e ps2_handle_response EXPORT_SYMBOL vmlinux 0x0c363bd8 proc_create_seq_private -EXPORT_SYMBOL vmlinux 0x0c3b4b25 sock_recvmsg EXPORT_SYMBOL vmlinux 0x0c46da66 vm_event_states EXPORT_SYMBOL vmlinux 0x0c57d179 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode EXPORT_SYMBOL vmlinux 0x0c866597 bmap -EXPORT_SYMBOL vmlinux 0x0caa2aa3 udp_seq_stop -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0x0cb46243 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0cc2c9e0 make_kprojid EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false @@ -5878,33 +5889,38 @@ EXPORT_SYMBOL vmlinux 0x0cd77688 i2c_put_adapter EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0cedd757 kern_unmount EXPORT_SYMBOL vmlinux 0x0cef0139 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x0cf1a7b0 ip_mc_join_group EXPORT_SYMBOL vmlinux 0x0d078f9a amba_driver_unregister EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev EXPORT_SYMBOL vmlinux 0x0d1ded22 md_write_end -EXPORT_SYMBOL vmlinux 0x0d1e5e90 eth_get_headlen EXPORT_SYMBOL vmlinux 0x0d1ea741 __module_get EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm EXPORT_SYMBOL vmlinux 0x0d4eebbc genphy_write_mmd_unsupported EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5a0fef mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset EXPORT_SYMBOL vmlinux 0x0d63841a insert_inode_locked EXPORT_SYMBOL vmlinux 0x0d661b44 vfs_statfs EXPORT_SYMBOL vmlinux 0x0d85d453 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x0d8b662d compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x0d994c22 __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0x0da549c6 dev_pm_opp_unregister_notifier EXPORT_SYMBOL vmlinux 0x0da9af90 fbcon_rotate_ccw EXPORT_SYMBOL vmlinux 0x0db42cde fddi_type_trans -EXPORT_SYMBOL vmlinux 0x0dbad4e0 inet_frag_find +EXPORT_SYMBOL vmlinux 0x0dbc0cfd udp_gro_receive +EXPORT_SYMBOL vmlinux 0x0dd5b85b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x0dd8b981 neigh_table_clear EXPORT_SYMBOL vmlinux 0x0de8d91f devm_ioremap_resource -EXPORT_SYMBOL vmlinux 0x0df0a552 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x0de93974 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0x0e0bf5b5 unix_get_socket EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 -EXPORT_SYMBOL vmlinux 0x0e1ec62f sock_wfree EXPORT_SYMBOL vmlinux 0x0e26b4f7 acpi_bus_get_status EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e5707f8 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0x0e62b193 fman_get_pause_cfg +EXPORT_SYMBOL vmlinux 0x0e6a86cb ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor EXPORT_SYMBOL vmlinux 0x0e9d63d9 phy_free_interrupt -EXPORT_SYMBOL vmlinux 0x0eb4d42a __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x0eb83494 locks_copy_lock EXPORT_SYMBOL vmlinux 0x0eba6481 sync_mapping_buffers EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free @@ -5919,73 +5935,67 @@ EXPORT_SYMBOL vmlinux 0x0f3b6af0 of_find_node_by_phandle EXPORT_SYMBOL vmlinux 0x0f3f3a14 ps2_cmd_aborted EXPORT_SYMBOL vmlinux 0x0f574609 soft_cursor EXPORT_SYMBOL vmlinux 0x0f8431e7 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x0f84c6bb sock_wmalloc EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn EXPORT_SYMBOL vmlinux 0x0f88758e unlock_rename EXPORT_SYMBOL vmlinux 0x0f935629 generic_end_io_acct EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack -EXPORT_SYMBOL vmlinux 0x0fac57f3 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule -EXPORT_SYMBOL vmlinux 0x0faf5e74 km_policy_notify EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 EXPORT_SYMBOL vmlinux 0x0fcefa57 sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0x0fd377bd register_sysctl_paths -EXPORT_SYMBOL vmlinux 0x0fd5f142 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create -EXPORT_SYMBOL vmlinux 0x0ff3ee6a pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm EXPORT_SYMBOL vmlinux 0x100c594b __f_setown EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat EXPORT_SYMBOL vmlinux 0x102a010b bdi_register_va -EXPORT_SYMBOL vmlinux 0x10331874 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x102d9310 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x102f3d8e ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x1033900d create_empty_buffers EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region -EXPORT_SYMBOL vmlinux 0x10466b24 udp_pre_connect -EXPORT_SYMBOL vmlinux 0x104cad3f sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x105f2ed0 md_flush_request EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x106807d5 of_find_matching_node_and_match EXPORT_SYMBOL vmlinux 0x106a1fbe gnet_stats_copy_queue -EXPORT_SYMBOL vmlinux 0x10721f3c mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x106b3955 dev_activate EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd EXPORT_SYMBOL vmlinux 0x10885ed7 mmc_gpio_set_cd_isr -EXPORT_SYMBOL vmlinux 0x10976fe2 pcim_pin_device EXPORT_SYMBOL vmlinux 0x10be9452 d_instantiate_anon EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10eb2780 pcim_set_mwi EXPORT_SYMBOL vmlinux 0x11060dca xsk_umem_uses_need_wakeup EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x113ec397 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x114ab1eb inet_ioctl EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn EXPORT_SYMBOL vmlinux 0x116bdbe1 iov_iter_init EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init -EXPORT_SYMBOL vmlinux 0x11cdd333 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x11c93fd5 eth_header_cache_update EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin -EXPORT_SYMBOL vmlinux 0x11fd9a49 netif_rx_ni EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier EXPORT_SYMBOL vmlinux 0x120f0448 rproc_da_to_va EXPORT_SYMBOL vmlinux 0x1211dc3a bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x1226b314 km_state_notify EXPORT_SYMBOL vmlinux 0x1228b682 dma_find_channel EXPORT_SYMBOL vmlinux 0x122c10f1 elv_bio_merge_ok EXPORT_SYMBOL vmlinux 0x122e7e14 generic_error_remove_page -EXPORT_SYMBOL vmlinux 0x123c8bed neigh_ifdown EXPORT_SYMBOL vmlinux 0x123e074f param_ops_ulong EXPORT_SYMBOL vmlinux 0x1250c6aa tty_write_room EXPORT_SYMBOL vmlinux 0x1254be7c devfreq_register_notifier -EXPORT_SYMBOL vmlinux 0x12662eb4 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x127245d1 arp_create EXPORT_SYMBOL vmlinux 0x12820c65 of_pci_range_to_resource -EXPORT_SYMBOL vmlinux 0x128b9ebc netdev_port_same_parent_id -EXPORT_SYMBOL vmlinux 0x129579b7 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 -EXPORT_SYMBOL vmlinux 0x12d868fa dev_trans_start +EXPORT_SYMBOL vmlinux 0x12dbaf73 xfrm_init_state EXPORT_SYMBOL vmlinux 0x12dca813 seq_release -EXPORT_SYMBOL vmlinux 0x12e2dd9c __skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x12f68a7c nf_reinject EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130f5daa nf_ct_attach EXPORT_SYMBOL vmlinux 0x13110126 request_resource EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark EXPORT_SYMBOL vmlinux 0x13205982 md_check_recovery @@ -5993,38 +6003,37 @@ EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x132b2b40 pnp_stop_dev EXPORT_SYMBOL vmlinux 0x133020c3 phy_find_first EXPORT_SYMBOL vmlinux 0x133653ab csum_and_copy_from_iter_full -EXPORT_SYMBOL vmlinux 0x133c19aa inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x133f303f vfs_rename EXPORT_SYMBOL vmlinux 0x1341e22d mmc_cqe_request_done EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge EXPORT_SYMBOL vmlinux 0x13794be8 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x137e58a1 skb_try_coalesce EXPORT_SYMBOL vmlinux 0x139cee21 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x139f155f ethtool_rx_flow_rule_destroy EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc -EXPORT_SYMBOL vmlinux 0x13a328da dev_get_by_name -EXPORT_SYMBOL vmlinux 0x13ce8469 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x13b8a4de pci_choose_state EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out EXPORT_SYMBOL vmlinux 0x140ff140 ps2_sendbyte EXPORT_SYMBOL vmlinux 0x1410a5d2 touchscreen_report_pos EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14235580 pci_find_bus EXPORT_SYMBOL vmlinux 0x142f9910 iov_iter_alignment -EXPORT_SYMBOL vmlinux 0x143ca233 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x143ff093 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x1441f0c0 pci_fixup_device EXPORT_SYMBOL vmlinux 0x145b3243 dcb_getapp EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc -EXPORT_SYMBOL vmlinux 0x14621fbf pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table EXPORT_SYMBOL vmlinux 0x146693ea dcbnl_cee_notify -EXPORT_SYMBOL vmlinux 0x148a300d xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x146d3652 rtnl_create_link EXPORT_SYMBOL vmlinux 0x148b733f bdi_register_owner -EXPORT_SYMBOL vmlinux 0x148d23c8 ip_do_fragment EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x1496886e tcf_get_next_proto EXPORT_SYMBOL vmlinux 0x14aa7311 unlock_page EXPORT_SYMBOL vmlinux 0x14b89635 arm64_const_caps_ready -EXPORT_SYMBOL vmlinux 0x14be46f2 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled EXPORT_SYMBOL vmlinux 0x14c6f9de uart_resume_port -EXPORT_SYMBOL vmlinux 0x14ca0a71 tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x14d6d9b2 kthread_blkcg +EXPORT_SYMBOL vmlinux 0x14ef5e5f sock_no_accept EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set EXPORT_SYMBOL vmlinux 0x14fd6781 blk_mq_unique_tag @@ -6035,26 +6044,23 @@ EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x154d6f65 d_genocide -EXPORT_SYMBOL vmlinux 0x156bf753 pci_select_bars EXPORT_SYMBOL vmlinux 0x157264c5 __filemap_set_wb_err -EXPORT_SYMBOL vmlinux 0x15913c2d netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x15734eb7 xfrm_register_type EXPORT_SYMBOL vmlinux 0x1591c82b buffer_migrate_page -EXPORT_SYMBOL vmlinux 0x15968242 get_mem_cgroup_from_mm EXPORT_SYMBOL vmlinux 0x15af7525 of_get_next_child EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial -EXPORT_SYMBOL vmlinux 0x15c48267 dst_release_immediate EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init EXPORT_SYMBOL vmlinux 0x15cac369 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x15d23f56 tcf_block_put +EXPORT_SYMBOL vmlinux 0x15e62b53 pci_iomap_range EXPORT_SYMBOL vmlinux 0x15ea4898 qman_oos_fq EXPORT_SYMBOL vmlinux 0x1606344c of_get_pci_address +EXPORT_SYMBOL vmlinux 0x160b208e pci_write_config_byte EXPORT_SYMBOL vmlinux 0x161bbc7c dma_free_attrs -EXPORT_SYMBOL vmlinux 0x161d3cb7 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize -EXPORT_SYMBOL vmlinux 0x164358a6 register_netdevice -EXPORT_SYMBOL vmlinux 0x1646f3cf ip_frag_next EXPORT_SYMBOL vmlinux 0x16486421 of_phy_is_fixed_link EXPORT_SYMBOL vmlinux 0x164a63c2 input_mt_init_slots EXPORT_SYMBOL vmlinux 0x167874d5 key_alloc @@ -6062,10 +6068,13 @@ EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump EXPORT_SYMBOL vmlinux 0x16864d3b keyring_alloc EXPORT_SYMBOL vmlinux 0x168736b6 twl6040_reg_write EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169af106 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x16a8adf9 security_path_unlink +EXPORT_SYMBOL vmlinux 0x16b5d6e4 blk_rq_map_sg EXPORT_SYMBOL vmlinux 0x16bc18e5 jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table EXPORT_SYMBOL vmlinux 0x16cf2937 fs_parse +EXPORT_SYMBOL vmlinux 0x16d49367 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x16da1e65 vme_bus_error_handler EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait @@ -6076,61 +6085,59 @@ EXPORT_SYMBOL vmlinux 0x170493e8 nvm_unregister EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler EXPORT_SYMBOL vmlinux 0x1716ac74 scsi_eh_restore_cmnd EXPORT_SYMBOL vmlinux 0x17303bd7 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x1734061a sock_create_kern +EXPORT_SYMBOL vmlinux 0x1737590b inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x175f47cf of_device_get_match_data EXPORT_SYMBOL vmlinux 0x1765ea1f __xa_alloc_cyclic -EXPORT_SYMBOL vmlinux 0x176e74bd __dev_get_by_index -EXPORT_SYMBOL vmlinux 0x177db9bd sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x177a0f24 ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0x179733d7 of_io_request_and_map EXPORT_SYMBOL vmlinux 0x179f38b3 gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0x17cb9dfe pnp_device_attach EXPORT_SYMBOL vmlinux 0x17ccdad2 mmc_gpiod_request_cd EXPORT_SYMBOL vmlinux 0x17d774df vlan_filter_push_vids EXPORT_SYMBOL vmlinux 0x17dfff80 of_translate_dma_address -EXPORT_SYMBOL vmlinux 0x17e5fd54 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x17ecdb4f proc_set_user EXPORT_SYMBOL vmlinux 0x17f5a284 input_mt_report_slot_state -EXPORT_SYMBOL vmlinux 0x1801c6e6 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0x180a1ae2 cdev_device_add EXPORT_SYMBOL vmlinux 0x182db23b seq_put_decimal_ll -EXPORT_SYMBOL vmlinux 0x183dcf5f neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x184195da filemap_write_and_wait EXPORT_SYMBOL vmlinux 0x184e6be6 fd_install -EXPORT_SYMBOL vmlinux 0x184f2096 neigh_lookup_nodev -EXPORT_SYMBOL vmlinux 0x185b5306 rtnl_configure_link -EXPORT_SYMBOL vmlinux 0x1868b375 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x18742712 skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x18773a40 mmc_flush_cache EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 EXPORT_SYMBOL vmlinux 0x188ec782 dcb_ieee_getapp_default_prio_mask EXPORT_SYMBOL vmlinux 0x18995217 pagevec_lookup_range_tag -EXPORT_SYMBOL vmlinux 0x189d1fb1 dev_close EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io -EXPORT_SYMBOL vmlinux 0x18cad7c8 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x18cc98fe of_get_cpu_node EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start EXPORT_SYMBOL vmlinux 0x18e63ed8 __cgroup_bpf_run_filter_sock_ops -EXPORT_SYMBOL vmlinux 0x19005df5 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x1900be84 inet_getname EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x19231a0b iterate_dir EXPORT_SYMBOL vmlinux 0x19242e38 efi +EXPORT_SYMBOL vmlinux 0x1930873d skb_tx_error EXPORT_SYMBOL vmlinux 0x194c8502 alloc_fddidev EXPORT_SYMBOL vmlinux 0x194d5318 of_parse_phandle_with_args_map EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create -EXPORT_SYMBOL vmlinux 0x1955bcb4 netdev_info EXPORT_SYMBOL vmlinux 0x195bdf6b i2c_smbus_read_byte_data -EXPORT_SYMBOL vmlinux 0x19677c1a rt_dst_alloc -EXPORT_SYMBOL vmlinux 0x197a76cf tcf_block_get EXPORT_SYMBOL vmlinux 0x197ae272 nf_register_sockopt EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt +EXPORT_SYMBOL vmlinux 0x19902c81 pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp EXPORT_SYMBOL vmlinux 0x19a0d991 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x19af763a __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x19b56ae6 inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0x19b58955 rproc_elf_load_rsc_table EXPORT_SYMBOL vmlinux 0x19bc71f4 vme_bus_type EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d5c717 __dev_get_by_name EXPORT_SYMBOL vmlinux 0x19ebb6d1 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x1a127fb7 ip_frag_next EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx EXPORT_SYMBOL vmlinux 0x1a3ba69a get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x1a3f89f6 xfrm_state_free EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled EXPORT_SYMBOL vmlinux 0x1a4ce570 of_node_get EXPORT_SYMBOL vmlinux 0x1a5305ae __ClearPageMovable @@ -6142,60 +6149,62 @@ EXPORT_SYMBOL vmlinux 0x1a706854 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode EXPORT_SYMBOL vmlinux 0x1a94015e pid_task EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state -EXPORT_SYMBOL vmlinux 0x1aa9cc89 tcp_rcv_state_process -EXPORT_SYMBOL vmlinux 0x1ab9e032 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn -EXPORT_SYMBOL vmlinux 0x1ac7b01d dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x1ad88292 register_qdisc +EXPORT_SYMBOL vmlinux 0x1af2529e skb_vlan_push EXPORT_SYMBOL vmlinux 0x1af4db0d serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist EXPORT_SYMBOL vmlinux 0x1b42bfbb phy_write_paged -EXPORT_SYMBOL vmlinux 0x1b5529e0 pci_scan_bridge EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b71a423 of_graph_get_remote_endpoint EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device EXPORT_SYMBOL vmlinux 0x1b78cbeb dquot_acquire EXPORT_SYMBOL vmlinux 0x1b91affc i2c_del_driver -EXPORT_SYMBOL vmlinux 0x1b9e3560 neigh_connected_output EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node -EXPORT_SYMBOL vmlinux 0x1ba874f4 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x1bb38b73 phy_drivers_unregister EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info EXPORT_SYMBOL vmlinux 0x1bb899ab __mdiobus_register EXPORT_SYMBOL vmlinux 0x1bbc779f dma_async_device_unregister -EXPORT_SYMBOL vmlinux 0x1bd330a6 default_qdisc_ops EXPORT_SYMBOL vmlinux 0x1bd405c8 sdei_event_register EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent EXPORT_SYMBOL vmlinux 0x1be769d2 mmc_add_host +EXPORT_SYMBOL vmlinux 0x1bebef7a tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x1bef0c54 abx500_get_register_interruptible -EXPORT_SYMBOL vmlinux 0x1bf2a185 neigh_parms_alloc EXPORT_SYMBOL vmlinux 0x1bff352e scsi_print_sense EXPORT_SYMBOL vmlinux 0x1c174ed2 rproc_get_by_child EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat +EXPORT_SYMBOL vmlinux 0x1c510682 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler EXPORT_SYMBOL vmlinux 0x1c6c0de5 block_write_full_page EXPORT_SYMBOL vmlinux 0x1c9495f8 rproc_mem_entry_init -EXPORT_SYMBOL vmlinux 0x1c979512 pci_free_irq EXPORT_SYMBOL vmlinux 0x1c9fce8d __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x1cac42da jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x1cb181f4 sock_no_socketpair EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl EXPORT_SYMBOL vmlinux 0x1ce019fe _copy_to_iter EXPORT_SYMBOL vmlinux 0x1ce1cde1 __dec_node_page_state EXPORT_SYMBOL vmlinux 0x1cebc284 alloc_pages_vma +EXPORT_SYMBOL vmlinux 0x1cfa2e57 __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1fa6c4 nf_register_net_hook EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x1d2d9149 __skb_checksum +EXPORT_SYMBOL vmlinux 0x1d38ed3a vif_device_init EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each EXPORT_SYMBOL vmlinux 0x1d493790 d_add +EXPORT_SYMBOL vmlinux 0x1d4d6052 pci_add_new_bus EXPORT_SYMBOL vmlinux 0x1d8db721 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x1d9075d7 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x1da2a97d pci_release_resource +EXPORT_SYMBOL vmlinux 0x1da60a0c inet_protos +EXPORT_SYMBOL vmlinux 0x1da68b15 sock_no_shutdown EXPORT_SYMBOL vmlinux 0x1db30a11 d_invalidate -EXPORT_SYMBOL vmlinux 0x1db9518a icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x1dc9dadd cdrom_dummy_generic_packet -EXPORT_SYMBOL vmlinux 0x1dcc0820 __xfrm_route_forward EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap EXPORT_SYMBOL vmlinux 0x1ddc6d85 input_allocate_device EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel @@ -6205,44 +6214,44 @@ EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable EXPORT_SYMBOL vmlinux 0x1e0374ca path_is_mountpoint EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data -EXPORT_SYMBOL vmlinux 0x1e191a41 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x1e1287ae pci_release_region +EXPORT_SYMBOL vmlinux 0x1e15680e compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x1e194c3c compat_ip_setsockopt EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 EXPORT_SYMBOL vmlinux 0x1e2c56e9 hmm_range_register EXPORT_SYMBOL vmlinux 0x1e310b62 read_code EXPORT_SYMBOL vmlinux 0x1e40d072 jbd2_journal_check_used_features -EXPORT_SYMBOL vmlinux 0x1e5add25 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr -EXPORT_SYMBOL vmlinux 0x1e8a84c6 skb_find_text EXPORT_SYMBOL vmlinux 0x1e8c4043 bdevname EXPORT_SYMBOL vmlinux 0x1e8f454f bdi_register EXPORT_SYMBOL vmlinux 0x1e943033 should_remove_suid -EXPORT_SYMBOL vmlinux 0x1e9a187d dev_pick_tx_cpu_id -EXPORT_SYMBOL vmlinux 0x1e9c0cd0 pcim_iomap EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu EXPORT_SYMBOL vmlinux 0x1e9fc8f1 tcf_action_set_ctrlact EXPORT_SYMBOL vmlinux 0x1ea87539 i2c_smbus_read_block_data -EXPORT_SYMBOL vmlinux 0x1ea9c477 pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x1eb47700 pci_scan_single_device EXPORT_SYMBOL vmlinux 0x1eb76fa8 page_symlink -EXPORT_SYMBOL vmlinux 0x1ed492f8 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked EXPORT_SYMBOL vmlinux 0x1ef07a77 locks_lock_inode_wait EXPORT_SYMBOL vmlinux 0x1efcd700 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x1f30d13b tcp_release_cb EXPORT_SYMBOL vmlinux 0x1f70fb88 dma_supported EXPORT_SYMBOL vmlinux 0x1f748af2 tcf_em_tree_dump EXPORT_SYMBOL vmlinux 0x1f77c4d3 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x1f873e5c eth_change_mtu EXPORT_SYMBOL vmlinux 0x1f957b29 vlan_uses_dev -EXPORT_SYMBOL vmlinux 0x1faa5e73 sock_release +EXPORT_SYMBOL vmlinux 0x1fa41708 netdev_printk +EXPORT_SYMBOL vmlinux 0x1faa6716 skb_find_text EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio EXPORT_SYMBOL vmlinux 0x1fc64d58 rproc_elf_sanity_check EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag EXPORT_SYMBOL vmlinux 0x1fd21955 delete_from_page_cache EXPORT_SYMBOL vmlinux 0x1fdc7df2 _mcount -EXPORT_SYMBOL vmlinux 0x1fddbfdb pci_fixup_device EXPORT_SYMBOL vmlinux 0x1fe0c030 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x1fe5eb4b km_policy_notify EXPORT_SYMBOL vmlinux 0x1fe674fb fscrypt_fname_disk_to_usr EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul @@ -6252,27 +6261,26 @@ EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list EXPORT_SYMBOL vmlinux 0x2058034f __put_cred EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq -EXPORT_SYMBOL vmlinux 0x208c1aab netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x20738295 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x20a1b519 acpi_resource_to_address64 EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data EXPORT_SYMBOL vmlinux 0x20b9d09c input_mt_drop_unused EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode -EXPORT_SYMBOL vmlinux 0x20ea1ba6 fqdir_init EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum EXPORT_SYMBOL vmlinux 0x20ff7879 configfs_register_default_group EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize +EXPORT_SYMBOL vmlinux 0x21269773 ip_frag_init EXPORT_SYMBOL vmlinux 0x21347995 mmc_set_blocklen EXPORT_SYMBOL vmlinux 0x21348781 pm_vt_switch_required EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x214f2bfa abx500_mask_and_set_register_interruptible EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init +EXPORT_SYMBOL vmlinux 0x2163dbcf tcp_init_sock EXPORT_SYMBOL vmlinux 0x21647ad9 dma_virt_ops EXPORT_SYMBOL vmlinux 0x21684a0f get_task_cred EXPORT_SYMBOL vmlinux 0x216e934e kmalloc_caches -EXPORT_SYMBOL vmlinux 0x2183e710 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset -EXPORT_SYMBOL vmlinux 0x21965399 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow @@ -6281,12 +6289,11 @@ EXPORT_SYMBOL vmlinux 0x221275ec mipi_dsi_dcs_set_tear_off EXPORT_SYMBOL vmlinux 0x2225fca7 devfreq_update_status EXPORT_SYMBOL vmlinux 0x22265a81 fsync_bdev EXPORT_SYMBOL vmlinux 0x2226810b fman_bind -EXPORT_SYMBOL vmlinux 0x222bf902 sock_kmalloc EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq -EXPORT_SYMBOL vmlinux 0x222f88ae tcp_conn_request EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list -EXPORT_SYMBOL vmlinux 0x22371520 tcp_make_synack EXPORT_SYMBOL vmlinux 0x224b93a1 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x226b2c47 nf_log_packet +EXPORT_SYMBOL vmlinux 0x22766751 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint EXPORT_SYMBOL vmlinux 0x2283f0b7 phy_print_status EXPORT_SYMBOL vmlinux 0x22860062 get_mm_exe_file @@ -6303,51 +6310,58 @@ EXPORT_SYMBOL vmlinux 0x230cbfab devm_memremap EXPORT_SYMBOL vmlinux 0x230cc225 PDE_DATA EXPORT_SYMBOL vmlinux 0x2319ff4f cdev_init EXPORT_SYMBOL vmlinux 0x231fac0a __break_lease -EXPORT_SYMBOL vmlinux 0x2327edc6 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x23293275 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x232a72c8 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x233b1b8c rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0x2364da19 key_validate +EXPORT_SYMBOL vmlinux 0x2366c80b sk_dst_check EXPORT_SYMBOL vmlinux 0x236e3f92 tty_register_driver +EXPORT_SYMBOL vmlinux 0x23722e01 eth_type_trans EXPORT_SYMBOL vmlinux 0x2378486f scsi_bios_ptable EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short EXPORT_SYMBOL vmlinux 0x238ebfc7 follow_down -EXPORT_SYMBOL vmlinux 0x23b0bbc9 netif_napi_del EXPORT_SYMBOL vmlinux 0x23b91049 pagecache_write_end EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path -EXPORT_SYMBOL vmlinux 0x23bb4e85 inet_stream_ops -EXPORT_SYMBOL vmlinux 0x23bbbaf0 pci_bus_set_ops -EXPORT_SYMBOL vmlinux 0x23bda6ab pci_read_config_byte EXPORT_SYMBOL vmlinux 0x23beee06 of_get_address EXPORT_SYMBOL vmlinux 0x23c84e69 fman_get_qman_channel_id EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d96fc1 kernel_getsockopt EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet EXPORT_SYMBOL vmlinux 0x23e62ef6 setattr_prepare EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23eecc07 framebuffer_release EXPORT_SYMBOL vmlinux 0x23f1d2b3 devm_free_irq +EXPORT_SYMBOL vmlinux 0x23f56f69 iproc_msi_init EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24040745 tso_build_hdr EXPORT_SYMBOL vmlinux 0x24123e78 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x241480e2 inet_add_offload EXPORT_SYMBOL vmlinux 0x241d7e0b blk_queue_max_write_zeroes_sectors EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page EXPORT_SYMBOL vmlinux 0x24232d90 irq_to_desc EXPORT_SYMBOL vmlinux 0x243ea743 of_graph_get_remote_node EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user -EXPORT_SYMBOL vmlinux 0x24463a62 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x24462669 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x244c01bd remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x244d0ea8 vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246850d8 dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0x246feee9 set_security_override_from_ctx -EXPORT_SYMBOL vmlinux 0x24703d9b tcp_init_sock EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size +EXPORT_SYMBOL vmlinux 0x2481ccfc sock_no_ioctl EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0x248d32bb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x2492a1fb xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0x24aa3355 sync_dirty_buffer EXPORT_SYMBOL vmlinux 0x24aebac8 configfs_remove_default_groups EXPORT_SYMBOL vmlinux 0x24b48205 try_to_release_page EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer EXPORT_SYMBOL vmlinux 0x24e20535 jbd2_journal_clear_err -EXPORT_SYMBOL vmlinux 0x250ad451 kernel_getsockopt EXPORT_SYMBOL vmlinux 0x25207cff simple_get_link EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register EXPORT_SYMBOL vmlinux 0x254f6603 abx500_get_chip_id EXPORT_SYMBOL vmlinux 0x2552dba8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x256df12c dev_get_valid_name EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string EXPORT_SYMBOL vmlinux 0x25754c76 alloc_xenballooned_pages EXPORT_SYMBOL vmlinux 0x257df6c2 serio_close @@ -6356,13 +6370,16 @@ EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation EXPORT_SYMBOL vmlinux 0x25991df5 set_page_dirty_lock EXPORT_SYMBOL vmlinux 0x25a65511 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x25da718e dst_release EXPORT_SYMBOL vmlinux 0x25dea3dd clean_bdev_aliases EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free EXPORT_SYMBOL vmlinux 0x25f8044b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x25fbfb9b pci_reenable_device EXPORT_SYMBOL vmlinux 0x26035c69 cpufreq_global_kobject EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table EXPORT_SYMBOL vmlinux 0x260e7ebc gnet_stats_finish_copy EXPORT_SYMBOL vmlinux 0x262e823a wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x26308729 sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x2630dfc5 of_graph_get_remote_port_parent EXPORT_SYMBOL vmlinux 0x2639aa85 devm_devfreq_register_notifier EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions @@ -6370,32 +6387,32 @@ EXPORT_SYMBOL vmlinux 0x263c3152 bcmp EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod EXPORT_SYMBOL vmlinux 0x2665db8c posix_acl_to_xattr -EXPORT_SYMBOL vmlinux 0x2676c887 skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc -EXPORT_SYMBOL vmlinux 0x2691f489 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x26a5cad6 phy_suspend +EXPORT_SYMBOL vmlinux 0x26a6a26a vga_tryget EXPORT_SYMBOL vmlinux 0x26b003b3 vfs_mkobj EXPORT_SYMBOL vmlinux 0x26d2582e fscrypt_encrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0x26d9d602 security_inode_listsecurity EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier EXPORT_SYMBOL vmlinux 0x26e5667c __dquot_transfer -EXPORT_SYMBOL vmlinux 0x26f6cdc8 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x2718db6e serio_interrupt EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler -EXPORT_SYMBOL vmlinux 0x2720c5d8 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated EXPORT_SYMBOL vmlinux 0x272f63d1 input_match_device_id EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27428228 __scm_send EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command EXPORT_SYMBOL vmlinux 0x2766cda7 submit_bh EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string -EXPORT_SYMBOL vmlinux 0x277fbfdf sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete EXPORT_SYMBOL vmlinux 0x2781b085 tty_port_open EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27875e72 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x27a2d1f8 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x27a3d7f7 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid EXPORT_SYMBOL vmlinux 0x27c5dcfe phy_driver_register @@ -6412,8 +6429,8 @@ EXPORT_SYMBOL vmlinux 0x282262d4 blk_mq_run_hw_queue EXPORT_SYMBOL vmlinux 0x28255c5c dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0x2829010b phy_resume EXPORT_SYMBOL vmlinux 0x283c7798 dm_kcopyd_zero -EXPORT_SYMBOL vmlinux 0x283e9007 netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x284d92c5 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x284e3d60 inet_gso_segment EXPORT_SYMBOL vmlinux 0x284f0b65 netlink_set_err EXPORT_SYMBOL vmlinux 0x28500a09 bd_finish_claiming EXPORT_SYMBOL vmlinux 0x2868af89 acpi_bus_get_device @@ -6421,46 +6438,49 @@ EXPORT_SYMBOL vmlinux 0x2873dd84 __block_write_begin EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 EXPORT_SYMBOL vmlinux 0x28ba3955 search_binary_handler EXPORT_SYMBOL vmlinux 0x28bcc209 param_ops_byte -EXPORT_SYMBOL vmlinux 0x28c8eb0d pci_claim_resource -EXPORT_SYMBOL vmlinux 0x28ce93d5 rtnl_create_link -EXPORT_SYMBOL vmlinux 0x28e3191c inet6_getname -EXPORT_SYMBOL vmlinux 0x290319c3 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x28befa23 rtnl_unicast EXPORT_SYMBOL vmlinux 0x290404cd sget EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0x2911b154 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x2914d518 mdio_device_remove EXPORT_SYMBOL vmlinux 0x29361773 complete -EXPORT_SYMBOL vmlinux 0x293e7af8 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x293f10d8 ilookup5_nowait EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu EXPORT_SYMBOL vmlinux 0x296644f8 free_inode_nonrcu EXPORT_SYMBOL vmlinux 0x296cb509 __xa_insert EXPORT_SYMBOL vmlinux 0x29793a2d flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x297cc917 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x297f9e51 gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x298840fd kmem_cache_shrink -EXPORT_SYMBOL vmlinux 0x29b37c98 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x29cd038b simple_rename +EXPORT_SYMBOL vmlinux 0x29cf7817 netdev_reset_tc EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack EXPORT_SYMBOL vmlinux 0x29e2198a dquot_commit_info EXPORT_SYMBOL vmlinux 0x29ea29db __cleancache_put_page EXPORT_SYMBOL vmlinux 0x29f4d138 jbd2_journal_force_commit EXPORT_SYMBOL vmlinux 0x2a013f2d mipi_dsi_dcs_exit_sleep_mode EXPORT_SYMBOL vmlinux 0x2a034623 serio_bus -EXPORT_SYMBOL vmlinux 0x2a0ec057 dev_activate EXPORT_SYMBOL vmlinux 0x2a113e16 finalize_exec -EXPORT_SYMBOL vmlinux 0x2a188da5 tcp_parse_options EXPORT_SYMBOL vmlinux 0x2a1a2834 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x2a263ba3 arp_send +EXPORT_SYMBOL vmlinux 0x2a27b6cb netdev_change_features EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a54a692 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x2a5669a7 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0x2a60c2d7 node_states -EXPORT_SYMBOL vmlinux 0x2a696054 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x2a8774e0 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x2a8911ef seq_open_private EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2a9ac1d3 touch_atime EXPORT_SYMBOL vmlinux 0x2a9e1c28 input_setup_polling EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize EXPORT_SYMBOL vmlinux 0x2aad61da dev_printk_emit +EXPORT_SYMBOL vmlinux 0x2aadafb7 tcp_req_err EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id EXPORT_SYMBOL vmlinux 0x2ab7989d mutex_lock EXPORT_SYMBOL vmlinux 0x2ad247dd mii_link_ok +EXPORT_SYMBOL vmlinux 0x2ad6e6ff sock_setsockopt EXPORT_SYMBOL vmlinux 0x2b11b650 finish_swait EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 EXPORT_SYMBOL vmlinux 0x2b1decc4 init_task @@ -6476,53 +6496,51 @@ EXPORT_SYMBOL vmlinux 0x2bb9799c flow_rule_match_ports EXPORT_SYMBOL vmlinux 0x2bb9af28 gen_pool_for_each_chunk EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove -EXPORT_SYMBOL vmlinux 0x2c0105dc udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x2c02b326 get_tree_nodev EXPORT_SYMBOL vmlinux 0x2c22589c scsi_remove_target EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar -EXPORT_SYMBOL vmlinux 0x2c4f971f unregister_netdev EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x2c5f0865 file_path EXPORT_SYMBOL vmlinux 0x2c5fa4a6 page_readlink EXPORT_SYMBOL vmlinux 0x2c6da904 pagecache_isize_extended EXPORT_SYMBOL vmlinux 0x2c6f8869 dev_mc_init EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c85e384 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x2c86eb2f of_platform_device_create EXPORT_SYMBOL vmlinux 0x2c90ed6f alloc_pages_current EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot -EXPORT_SYMBOL vmlinux 0x2c9762f4 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x2ca0e4e4 scsi_cmd_blk_ioctl -EXPORT_SYMBOL vmlinux 0x2cac2e54 tc_setup_cb_call EXPORT_SYMBOL vmlinux 0x2cb1039a dev_uc_init EXPORT_SYMBOL vmlinux 0x2cb67049 blk_integrity_compare -EXPORT_SYMBOL vmlinux 0x2cc08a48 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x2cc969d9 is_bad_inode EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top EXPORT_SYMBOL vmlinux 0x2cd8bf20 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x2cd9aef6 pci_release_selected_regions EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user EXPORT_SYMBOL vmlinux 0x2cfa77ea security_inode_init_security EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x2d1d9909 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x2d1dd99e dev_get_flags EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup EXPORT_SYMBOL vmlinux 0x2d3b721e remove_proc_subtree EXPORT_SYMBOL vmlinux 0x2d4bd3a0 dns_query EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init -EXPORT_SYMBOL vmlinux 0x2d572f8f rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2d64ab90 skb_free_datagram EXPORT_SYMBOL vmlinux 0x2d6ec1be __register_chrdev -EXPORT_SYMBOL vmlinux 0x2d803d2f napi_gro_receive EXPORT_SYMBOL vmlinux 0x2d8136d4 phy_aneg_done EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year -EXPORT_SYMBOL vmlinux 0x2d9812b2 tcp_filter +EXPORT_SYMBOL vmlinux 0x2d92a6b2 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x2d95b470 mr_table_dump EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr -EXPORT_SYMBOL vmlinux 0x2d9a1a83 skb_checksum_setup EXPORT_SYMBOL vmlinux 0x2da322bf config_group_init EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user EXPORT_SYMBOL vmlinux 0x2db3d320 mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x2db6162b simple_fill_super -EXPORT_SYMBOL vmlinux 0x2dc7b593 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x2dbe796c __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x2dc81b92 pnp_start_dev EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs EXPORT_SYMBOL vmlinux 0x2df80167 vfs_tmpfile @@ -6534,9 +6552,11 @@ EXPORT_SYMBOL vmlinux 0x2e3b9862 phy_mac_interrupt EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk EXPORT_SYMBOL vmlinux 0x2e566dcc gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0x2e5761cb jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x2e7006ef pci_select_bars EXPORT_SYMBOL vmlinux 0x2e75be4b tty_port_close EXPORT_SYMBOL vmlinux 0x2e782aa0 of_device_is_big_endian EXPORT_SYMBOL vmlinux 0x2e7d3665 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x2eba2c21 pcie_capability_write_word EXPORT_SYMBOL vmlinux 0x2ec0409a vme_irq_request EXPORT_SYMBOL vmlinux 0x2ec3453b qman_schedule_fq EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set @@ -6545,151 +6565,153 @@ EXPORT_SYMBOL vmlinux 0x2edbd71d input_set_abs_params EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin EXPORT_SYMBOL vmlinux 0x2ee0bcd3 key_reject_and_link EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x2eebb9c3 udp_sendmsg EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc EXPORT_SYMBOL vmlinux 0x2f15c0cb dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x2f1948fd ping_prot EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security EXPORT_SYMBOL vmlinux 0x2f30de08 wireless_spy_update EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device -EXPORT_SYMBOL vmlinux 0x2f481642 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x2f4c560a neigh_parms_alloc EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval EXPORT_SYMBOL vmlinux 0x2f5f907b devfreq_remove_device EXPORT_SYMBOL vmlinux 0x2f6da070 devm_kvasprintf -EXPORT_SYMBOL vmlinux 0x2f6fd663 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free EXPORT_SYMBOL vmlinux 0x2f874b2f rpmh_invalidate -EXPORT_SYMBOL vmlinux 0x2f879f04 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2f9b876b tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x2f9f4d03 blk_queue_logical_block_size EXPORT_SYMBOL vmlinux 0x2fa36297 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x2fb4fb45 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness EXPORT_SYMBOL vmlinux 0x2fc3212a simple_transaction_set EXPORT_SYMBOL vmlinux 0x2fc8ed6f mipi_dsi_turn_on_peripheral -EXPORT_SYMBOL vmlinux 0x2fdfdab6 iproc_msi_exit EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem EXPORT_SYMBOL vmlinux 0x2ff7a5e4 vme_irq_generate -EXPORT_SYMBOL vmlinux 0x2ffedaa0 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x30079d0b sk_common_release EXPORT_SYMBOL vmlinux 0x3007b01c vme_dma_list_add -EXPORT_SYMBOL vmlinux 0x300a79a9 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0x300adca8 cfb_copyarea EXPORT_SYMBOL vmlinux 0x304e4d13 vlan_vid_add EXPORT_SYMBOL vmlinux 0x30647bca input_release_device EXPORT_SYMBOL vmlinux 0x307991bc blk_register_region +EXPORT_SYMBOL vmlinux 0x307ce905 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x307d856b ppp_channel_index EXPORT_SYMBOL vmlinux 0x3085ee25 md_reload_sb -EXPORT_SYMBOL vmlinux 0x3093c01f dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x308d4ddf __dev_get_by_flags EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 EXPORT_SYMBOL vmlinux 0x30bc0609 mmc_retune_timer_stop EXPORT_SYMBOL vmlinux 0x30bd5ee0 qman_destroy_fq -EXPORT_SYMBOL vmlinux 0x30c5f749 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw EXPORT_SYMBOL vmlinux 0x3100cff9 lockref_get_or_lock EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages -EXPORT_SYMBOL vmlinux 0x3108e35e skb_page_frag_refill EXPORT_SYMBOL vmlinux 0x310bd5b0 mark_page_accessed EXPORT_SYMBOL vmlinux 0x311a6e05 __cleancache_get_page EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 EXPORT_SYMBOL vmlinux 0x312aa21b unix_attach_fds +EXPORT_SYMBOL vmlinux 0x313de556 sock_no_listen EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present -EXPORT_SYMBOL vmlinux 0x315fde42 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x3151aa91 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0x3160cb8f bioset_exit EXPORT_SYMBOL vmlinux 0x3161b459 dump_skip -EXPORT_SYMBOL vmlinux 0x316c8496 inet_csk_clear_xmit_timers -EXPORT_SYMBOL vmlinux 0x3184dd14 km_query -EXPORT_SYMBOL vmlinux 0x31892b27 release_sock +EXPORT_SYMBOL vmlinux 0x31841c8b __alloc_skb EXPORT_SYMBOL vmlinux 0x31899e6e iw_handler_set_spy EXPORT_SYMBOL vmlinux 0x318d6fec mutex_is_locked EXPORT_SYMBOL vmlinux 0x319457f2 touch_buffer -EXPORT_SYMBOL vmlinux 0x3196cc53 inet_put_port EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available EXPORT_SYMBOL vmlinux 0x31d30615 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x31df607f skb_clone_sk EXPORT_SYMBOL vmlinux 0x31f04250 d_alloc -EXPORT_SYMBOL vmlinux 0x31f2020c __ip_queue_xmit EXPORT_SYMBOL vmlinux 0x31f978a4 mipi_dsi_generic_read EXPORT_SYMBOL vmlinux 0x3207a1d0 __ps2_command EXPORT_SYMBOL vmlinux 0x32400e81 migrate_page_copy -EXPORT_SYMBOL vmlinux 0x32407b74 km_new_mapping EXPORT_SYMBOL vmlinux 0x3257c9b7 set_anon_super EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x325dbbae pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0x326e602b tty_kref_put EXPORT_SYMBOL vmlinux 0x3271771c node_data EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach EXPORT_SYMBOL vmlinux 0x3282ef9b netlink_unicast EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state -EXPORT_SYMBOL vmlinux 0x3296a8b9 neigh_seq_stop EXPORT_SYMBOL vmlinux 0x32981ef2 ppp_input_error EXPORT_SYMBOL vmlinux 0x32b3c40a dcb_ieee_getapp_prio_dscp_mask_map -EXPORT_SYMBOL vmlinux 0x32ba934c tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x32cc6f1d xfrm_lookup EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload EXPORT_SYMBOL vmlinux 0x32dde0ab ioc_lookup_icq EXPORT_SYMBOL vmlinux 0x32de25a2 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x32e1ecef kernel_sendpage EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string EXPORT_SYMBOL vmlinux 0x32ed64f5 gnet_stats_copy_basic_hw -EXPORT_SYMBOL vmlinux 0x32ed9c92 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x32f09cbd rt_dst_clone +EXPORT_SYMBOL vmlinux 0x32fd3e31 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl EXPORT_SYMBOL vmlinux 0x33059cf0 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x330bb396 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x331b69be send_sig_info EXPORT_SYMBOL vmlinux 0x333b5fb3 param_ops_ushort EXPORT_SYMBOL vmlinux 0x3351d5ac iterate_fd EXPORT_SYMBOL vmlinux 0x3355a8d7 iov_iter_advance EXPORT_SYMBOL vmlinux 0x3357291c vme_dma_list_exec EXPORT_SYMBOL vmlinux 0x335bb9d6 invalidate_inode_buffers -EXPORT_SYMBOL vmlinux 0x336171ca pci_write_vpd EXPORT_SYMBOL vmlinux 0x336937aa seq_open EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc -EXPORT_SYMBOL vmlinux 0x33810af2 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x3382b901 get_tree_single_reconf EXPORT_SYMBOL vmlinux 0x3382c7ff new_inode EXPORT_SYMBOL vmlinux 0x338464f3 get_tree_single EXPORT_SYMBOL vmlinux 0x338f613b __cgroup_bpf_run_filter_setsockopt EXPORT_SYMBOL vmlinux 0x33a5ce01 devm_iounmap +EXPORT_SYMBOL vmlinux 0x33ab3fa2 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0x33b551d1 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x33ba470f ip6_xmit EXPORT_SYMBOL vmlinux 0x33d86403 blkdev_put EXPORT_SYMBOL vmlinux 0x33db40ab param_set_ulong EXPORT_SYMBOL vmlinux 0x33db6f8f flow_rule_match_enc_ipv6_addrs EXPORT_SYMBOL vmlinux 0x33e048a5 max8998_bulk_read EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fbfb73 pci_scan_bridge EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r EXPORT_SYMBOL vmlinux 0x3415dae3 jbd2_journal_init_inode EXPORT_SYMBOL vmlinux 0x341ddf8f pci_bus_type -EXPORT_SYMBOL vmlinux 0x34264d23 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x3432861b of_graph_get_port_by_id EXPORT_SYMBOL vmlinux 0x344ca9d4 qman_init_fq EXPORT_SYMBOL vmlinux 0x344e080b simple_setattr EXPORT_SYMBOL vmlinux 0x346333f8 release_pages -EXPORT_SYMBOL vmlinux 0x348cfc72 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x3496f29e skb_set_owner_w EXPORT_SYMBOL vmlinux 0x349ac524 __tracepoint_dma_fence_emit EXPORT_SYMBOL vmlinux 0x349cba85 strchr -EXPORT_SYMBOL vmlinux 0x349d31ff dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd EXPORT_SYMBOL vmlinux 0x34b53f7c phy_ethtool_ksettings_get -EXPORT_SYMBOL vmlinux 0x34b9ca09 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x34bfcdf8 d_drop EXPORT_SYMBOL vmlinux 0x34c8cb8c vfs_mknod -EXPORT_SYMBOL vmlinux 0x34e4c747 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x34e7280c pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0x34eb2859 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x34ef11bf inode_sub_bytes EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x35111091 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x3516732f tcp_seq_start +EXPORT_SYMBOL vmlinux 0x3516da43 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier EXPORT_SYMBOL vmlinux 0x35298be4 call_usermodehelper_exec -EXPORT_SYMBOL vmlinux 0x35396f99 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy EXPORT_SYMBOL vmlinux 0x353be0dd tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x354114a8 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x35426c0b pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0x35465e15 wait_for_completion_io EXPORT_SYMBOL vmlinux 0x354813dd iov_iter_for_each_range EXPORT_SYMBOL vmlinux 0x354b4e5f bd_set_size EXPORT_SYMBOL vmlinux 0x3551c517 mmc_retune_unpause EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x357897c0 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x357fd528 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x359ec42f _raw_read_trylock EXPORT_SYMBOL vmlinux 0x359fb4c4 mipi_dsi_attach EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 EXPORT_SYMBOL vmlinux 0x35c12ec2 cdrom_get_media_event EXPORT_SYMBOL vmlinux 0x35d7ea25 __tcf_idr_release -EXPORT_SYMBOL vmlinux 0x35fb8e79 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x35dc6451 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x36069148 param_ops_string EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask EXPORT_SYMBOL vmlinux 0x360e28d7 generic_perform_write @@ -6698,12 +6720,10 @@ EXPORT_SYMBOL vmlinux 0x363f31e2 rproc_add_carveout EXPORT_SYMBOL vmlinux 0x364ed9ac sget_fc EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const -EXPORT_SYMBOL vmlinux 0x3666d699 mr_mfc_find_any EXPORT_SYMBOL vmlinux 0x3677f8df security_d_instantiate EXPORT_SYMBOL vmlinux 0x3684bd1f elevator_alloc -EXPORT_SYMBOL vmlinux 0x36880242 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x36884cca tcp_filter EXPORT_SYMBOL vmlinux 0x368b6cee iget_failed -EXPORT_SYMBOL vmlinux 0x36aa1903 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x36aa32e0 generic_pipe_buf_confirm EXPORT_SYMBOL vmlinux 0x36bcd404 page_mapped EXPORT_SYMBOL vmlinux 0x36d384aa tcf_action_check_ctrlact @@ -6711,26 +6731,22 @@ EXPORT_SYMBOL vmlinux 0x36d3896c i2c_smbus_xfer EXPORT_SYMBOL vmlinux 0x36da6e3b setup_new_exec EXPORT_SYMBOL vmlinux 0x36de65dc vfs_get_tree EXPORT_SYMBOL vmlinux 0x36f27835 genphy_aneg_done -EXPORT_SYMBOL vmlinux 0x37000585 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x370ae9f2 devm_memunmap EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue -EXPORT_SYMBOL vmlinux 0x372b4d94 ip_defrag -EXPORT_SYMBOL vmlinux 0x372e6232 netif_napi_add -EXPORT_SYMBOL vmlinux 0x37314cc1 sk_stop_timer EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound -EXPORT_SYMBOL vmlinux 0x3743e551 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x37486550 mipi_dsi_dcs_set_tear_on -EXPORT_SYMBOL vmlinux 0x374b9663 pci_bus_add_devices EXPORT_SYMBOL vmlinux 0x374cb3c1 register_console +EXPORT_SYMBOL vmlinux 0x3752aa05 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x37552928 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe EXPORT_SYMBOL vmlinux 0x376dbf3d xsk_set_tx_need_wakeup EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream -EXPORT_SYMBOL vmlinux 0x377b231b inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378324b7 icmp6_send EXPORT_SYMBOL vmlinux 0x37a1909f gen_replace_estimator -EXPORT_SYMBOL vmlinux 0x37a7a70f inet_unregister_protosw EXPORT_SYMBOL vmlinux 0x37ac2a38 free_buffer_head +EXPORT_SYMBOL vmlinux 0x37af0fa8 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37bfec63 cfb_fillrect @@ -6743,60 +6759,56 @@ EXPORT_SYMBOL vmlinux 0x38158f81 padata_remove_cpu EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus EXPORT_SYMBOL vmlinux 0x38210f83 bio_alloc_bioset EXPORT_SYMBOL vmlinux 0x38434568 kill_litter_super -EXPORT_SYMBOL vmlinux 0x38455f70 inet6_protos EXPORT_SYMBOL vmlinux 0x3846783b security_sock_rcv_skb EXPORT_SYMBOL vmlinux 0x384d1de4 of_get_next_cpu_node EXPORT_SYMBOL vmlinux 0x384d7b2f __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x3872f162 ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0x38797023 security_tun_dev_attach EXPORT_SYMBOL vmlinux 0x38869d88 kstat EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies -EXPORT_SYMBOL vmlinux 0x389109ad dev_deactivate EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38bb0b92 pci_scan_slot EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit -EXPORT_SYMBOL vmlinux 0x38f5c757 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x38eb5db7 udp_seq_start EXPORT_SYMBOL vmlinux 0x38fa5904 blk_integrity_register EXPORT_SYMBOL vmlinux 0x38fb6aa7 splice_direct_to_actor EXPORT_SYMBOL vmlinux 0x38fbbcc3 phy_ethtool_sset EXPORT_SYMBOL vmlinux 0x390f8f35 input_get_keycode EXPORT_SYMBOL vmlinux 0x3914dbd6 unload_nls EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3939f25c tcp_sendmsg EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p -EXPORT_SYMBOL vmlinux 0x3951cf45 tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r EXPORT_SYMBOL vmlinux 0x396b4f76 tty_chars_in_buffer EXPORT_SYMBOL vmlinux 0x39752215 pnp_register_card_driver EXPORT_SYMBOL vmlinux 0x3979c8b2 of_node_put EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r -EXPORT_SYMBOL vmlinux 0x39a6fe6f eth_header_parse +EXPORT_SYMBOL vmlinux 0x39a28242 blk_queue_split EXPORT_SYMBOL vmlinux 0x39af5ce3 file_remove_privs EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and EXPORT_SYMBOL vmlinux 0x39db899d iw_handler_set_thrspy EXPORT_SYMBOL vmlinux 0x39df597e irq_set_chip -EXPORT_SYMBOL vmlinux 0x39e267f3 kernel_sendpage EXPORT_SYMBOL vmlinux 0x39e9be7d nvm_register_tgt_type EXPORT_SYMBOL vmlinux 0x39f9769f irq_stat -EXPORT_SYMBOL vmlinux 0x3a00dec0 xfrm_state_free EXPORT_SYMBOL vmlinux 0x3a09323f get_super_exclusive_thawed EXPORT_SYMBOL vmlinux 0x3a0b23af blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc EXPORT_SYMBOL vmlinux 0x3a1be5a8 generic_file_llseek_size -EXPORT_SYMBOL vmlinux 0x3a1f6e9a sk_net_capable EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table EXPORT_SYMBOL vmlinux 0x3a3b110f jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0x3a416296 pm_vt_switch_unregister EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized EXPORT_SYMBOL vmlinux 0x3a67274b security_inet_conn_request -EXPORT_SYMBOL vmlinux 0x3a6f3c49 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x3a779199 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x3a84245e mdiobus_write_nested EXPORT_SYMBOL vmlinux 0x3a895d1f mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0x3a94407c pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0x3a97f90c fb_class -EXPORT_SYMBOL vmlinux 0x3a98449a tcp_child_process EXPORT_SYMBOL vmlinux 0x3aad6b56 __scsi_device_lookup EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer EXPORT_SYMBOL vmlinux 0x3acd9020 param_ops_bint @@ -6809,48 +6821,47 @@ EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode EXPORT_SYMBOL vmlinux 0x3b4042b0 __tty_alloc_driver -EXPORT_SYMBOL vmlinux 0x3b4a64ce pcie_get_mps -EXPORT_SYMBOL vmlinux 0x3b4df1b9 xfrm_state_register_afinfo -EXPORT_SYMBOL vmlinux 0x3b60fc43 register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left EXPORT_SYMBOL vmlinux 0x3b6975da scsi_device_get +EXPORT_SYMBOL vmlinux 0x3b6e87b8 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x3b746101 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x3b7e1656 pcim_pin_device EXPORT_SYMBOL vmlinux 0x3b825fc1 commit_creds EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources EXPORT_SYMBOL vmlinux 0x3ba33187 get_task_exe_file -EXPORT_SYMBOL vmlinux 0x3bbaf030 udp_gro_receive -EXPORT_SYMBOL vmlinux 0x3be04b51 sock_no_ioctl EXPORT_SYMBOL vmlinux 0x3be0c814 mnt_drop_write_file EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free -EXPORT_SYMBOL vmlinux 0x3be9de40 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0x3bfd1f6d dump_align -EXPORT_SYMBOL vmlinux 0x3c11c8ff sock_recv_errqueue EXPORT_SYMBOL vmlinux 0x3c185232 blk_mq_tag_to_rq EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link -EXPORT_SYMBOL vmlinux 0x3c21fa2a gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x3c1b920f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x3c3228ad skb_dequeue_tail EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c4a3ded xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x3c5b0a99 get_user_pages -EXPORT_SYMBOL vmlinux 0x3c685612 skb_queue_purge EXPORT_SYMBOL vmlinux 0x3c72a74b simple_lookup EXPORT_SYMBOL vmlinux 0x3c79be91 tty_port_raise_dtr_rts EXPORT_SYMBOL vmlinux 0x3c8038f9 unregister_nls EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull -EXPORT_SYMBOL vmlinux 0x3ca5c000 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x3caf2d3f scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0x3cb4a4d4 of_phy_find_device -EXPORT_SYMBOL vmlinux 0x3cc8579a inet_gro_complete +EXPORT_SYMBOL vmlinux 0x3cc45b63 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x3cd7e03c pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw -EXPORT_SYMBOL vmlinux 0x3ce41c79 sock_cmsg_send EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq EXPORT_SYMBOL vmlinux 0x3cedb86c input_mt_report_pointer_emulation EXPORT_SYMBOL vmlinux 0x3d01a5fb fman_set_mac_active_pause EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d20dc2a rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align EXPORT_SYMBOL vmlinux 0x3d4ad075 msm_pinctrl_probe EXPORT_SYMBOL vmlinux 0x3d4e3394 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x3d4ecd56 skb_ensure_writable EXPORT_SYMBOL vmlinux 0x3d536640 clocksource_change_rating EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload EXPORT_SYMBOL vmlinux 0x3d5bb3fd refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3d7f303a pci_claim_resource EXPORT_SYMBOL vmlinux 0x3d80dbb2 edac_mc_find EXPORT_SYMBOL vmlinux 0x3d9c9f01 fwnode_get_mac_address EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page @@ -6858,9 +6869,9 @@ EXPORT_SYMBOL vmlinux 0x3d9f5cee d_obtain_alias EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work EXPORT_SYMBOL vmlinux 0x3db91ea6 import_single_range +EXPORT_SYMBOL vmlinux 0x3dbf819a neigh_update EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data -EXPORT_SYMBOL vmlinux 0x3dd6c214 inet6_offloads EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0x3dda8703 pnp_register_driver EXPORT_SYMBOL vmlinux 0x3dde0f75 __ethtool_get_link_ksettings @@ -6871,46 +6882,37 @@ EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc EXPORT_SYMBOL vmlinux 0x3e34a3c3 bio_clone_fast EXPORT_SYMBOL vmlinux 0x3e598aa3 __cgroup_bpf_run_filter_skb EXPORT_SYMBOL vmlinux 0x3e7bf1bf jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x3e7d4772 netdev_state_change EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync -EXPORT_SYMBOL vmlinux 0x3ea3d5da pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x3e921755 fqdir_exit EXPORT_SYMBOL vmlinux 0x3eb92dc5 elv_rb_find -EXPORT_SYMBOL vmlinux 0x3ed02ccc ip6_xmit -EXPORT_SYMBOL vmlinux 0x3ed5f1ff inet6_csk_route_req -EXPORT_SYMBOL vmlinux 0x3edb4e56 pci_find_next_bus -EXPORT_SYMBOL vmlinux 0x3edfb78b iptun_encaps +EXPORT_SYMBOL vmlinux 0x3ecb69c8 netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0x3eeb2322 __wake_up EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id -EXPORT_SYMBOL vmlinux 0x3f0a24a2 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3eff1504 dev_queue_xmit EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update -EXPORT_SYMBOL vmlinux 0x3f12eadc eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x3f160134 iov_iter_discard EXPORT_SYMBOL vmlinux 0x3f1afc2a filemap_fdatawait_range -EXPORT_SYMBOL vmlinux 0x3f20bec1 netif_skb_features EXPORT_SYMBOL vmlinux 0x3f3df8e1 register_cdrom -EXPORT_SYMBOL vmlinux 0x3f3e1a7e dev_set_group +EXPORT_SYMBOL vmlinux 0x3f3f57a1 tso_start EXPORT_SYMBOL vmlinux 0x3f44f311 mii_ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align EXPORT_SYMBOL vmlinux 0x3f625a24 revalidate_disk EXPORT_SYMBOL vmlinux 0x3f654a26 path_is_under +EXPORT_SYMBOL vmlinux 0x3f850e60 inet6_add_offload EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access EXPORT_SYMBOL vmlinux 0x3f935dcb kset_unregister -EXPORT_SYMBOL vmlinux 0x3f9625f1 ipv6_find_hdr -EXPORT_SYMBOL vmlinux 0x3f98a8a8 pskb_trim_rcsum_slow -EXPORT_SYMBOL vmlinux 0x3f9b57fe lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3f99125d nf_log_unregister EXPORT_SYMBOL vmlinux 0x3f9dd5f6 generic_file_read_iter EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set EXPORT_SYMBOL vmlinux 0x3fbfa89c cpu_rmap_update EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region EXPORT_SYMBOL vmlinux 0x3fda54bf of_get_i2c_adapter_by_node EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight -EXPORT_SYMBOL vmlinux 0x3fe32e61 rtnetlink_put_metrics -EXPORT_SYMBOL vmlinux 0x3ffd849d netdev_change_features EXPORT_SYMBOL vmlinux 0x4005f38c try_wait_for_completion EXPORT_SYMBOL vmlinux 0x400ba78d flow_rule_match_vlan -EXPORT_SYMBOL vmlinux 0x402cf8cd inet_getname EXPORT_SYMBOL vmlinux 0x402e616f blk_mq_kick_requeue_list -EXPORT_SYMBOL vmlinux 0x403321a8 acpi_get_hp_hw_control_from_firmware EXPORT_SYMBOL vmlinux 0x40454178 get_vm_area EXPORT_SYMBOL vmlinux 0x406612d2 fs_context_for_mount EXPORT_SYMBOL vmlinux 0x4074c1af pnp_get_resource @@ -6918,44 +6920,47 @@ EXPORT_SYMBOL vmlinux 0x408f69ef blk_queue_io_min EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate EXPORT_SYMBOL vmlinux 0x409bcb62 mutex_unlock +EXPORT_SYMBOL vmlinux 0x40a0e434 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x40a4d952 pci_clear_mwi EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc -EXPORT_SYMBOL vmlinux 0x40afae18 kernel_accept EXPORT_SYMBOL vmlinux 0x40b0ffc1 fs_bio_set EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock EXPORT_SYMBOL vmlinux 0x40d35f47 mdiobus_read_nested -EXPORT_SYMBOL vmlinux 0x40d3ba62 pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x40e852bb param_ops_ullong EXPORT_SYMBOL vmlinux 0x40f1ee71 cdev_set_parent EXPORT_SYMBOL vmlinux 0x40fedec0 ppp_register_channel EXPORT_SYMBOL vmlinux 0x40ff0000 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x410ed77b tcp_conn_request EXPORT_SYMBOL vmlinux 0x4119f4dd tty_devnum EXPORT_SYMBOL vmlinux 0x41253700 dma_alloc_attrs EXPORT_SYMBOL vmlinux 0x4128cb2d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x4136fb5b __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x41619361 phy_ethtool_get_link_ksettings -EXPORT_SYMBOL vmlinux 0x417e83c3 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x41632e47 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x418764b5 kfree_skb_partial EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x41a53545 configfs_undepend_item EXPORT_SYMBOL vmlinux 0x41c29400 param_set_bool EXPORT_SYMBOL vmlinux 0x41e6f038 vlan_dev_vlan_proto EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot -EXPORT_SYMBOL vmlinux 0x41f7b766 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x42159e5f __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue EXPORT_SYMBOL vmlinux 0x421e5482 devm_request_any_context_irq EXPORT_SYMBOL vmlinux 0x4228a902 of_get_next_available_child -EXPORT_SYMBOL vmlinux 0x422c5889 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x422ce162 unregister_key_type EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len -EXPORT_SYMBOL vmlinux 0x423d7ebe pci_unmap_rom EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type -EXPORT_SYMBOL vmlinux 0x42864df4 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x429576f7 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x429871b6 udplite_prot EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42cb0094 udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x42cb7873 fb_pan_display EXPORT_SYMBOL vmlinux 0x42d60165 alloc_file_pseudo EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer @@ -6963,50 +6968,56 @@ EXPORT_SYMBOL vmlinux 0x42f443a7 devm_devfreq_unregister_opp_notifier EXPORT_SYMBOL vmlinux 0x42f567b8 blk_mq_free_tag_set EXPORT_SYMBOL vmlinux 0x42f8cef2 page_cache_next_miss EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages -EXPORT_SYMBOL vmlinux 0x430da505 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x4321eb1a __invalidate_device EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43373c97 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x43396868 vga_client_register EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer EXPORT_SYMBOL vmlinux 0x434b16f6 __generic_file_fsync EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4378a6eb pci_unregister_driver EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp EXPORT_SYMBOL vmlinux 0x437b8af2 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x43811174 skb_checksum_setup EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security -EXPORT_SYMBOL vmlinux 0x4389e6e4 vga_tryget -EXPORT_SYMBOL vmlinux 0x4392d778 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x439cf27f udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x43ad37b5 md_handle_request EXPORT_SYMBOL vmlinux 0x43b43846 param_get_invbool -EXPORT_SYMBOL vmlinux 0x43baacfd skb_trim EXPORT_SYMBOL vmlinux 0x43bb05eb scsi_cmd_ioctl EXPORT_SYMBOL vmlinux 0x43bcad00 scsicam_bios_param EXPORT_SYMBOL vmlinux 0x43c3a1f6 notify_change -EXPORT_SYMBOL vmlinux 0x43e7c502 ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key -EXPORT_SYMBOL vmlinux 0x43f852f9 sock_no_mmap -EXPORT_SYMBOL vmlinux 0x43fae2b3 sock_no_listen EXPORT_SYMBOL vmlinux 0x43fba9df rpmh_write_async EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44063094 netdev_alert +EXPORT_SYMBOL vmlinux 0x4413db52 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0x44272f33 fb_get_mode -EXPORT_SYMBOL vmlinux 0x443d78c2 tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table EXPORT_SYMBOL vmlinux 0x44575039 no_llseek +EXPORT_SYMBOL vmlinux 0x445d2c80 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x4473f0da dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x447ce8a5 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44b990dd pci_get_subsys EXPORT_SYMBOL vmlinux 0x44d0d655 bio_put EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ef3e6b sock_kzfree_s EXPORT_SYMBOL vmlinux 0x44f4d15c __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x44fd472d inet_select_addr EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45014832 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id EXPORT_SYMBOL vmlinux 0x4514ab5f vmf_insert_mixed EXPORT_SYMBOL vmlinux 0x45236126 blk_queue_virt_boundary EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x45260d99 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr EXPORT_SYMBOL vmlinux 0x452dabfa mount_single EXPORT_SYMBOL vmlinux 0x45345914 param_ops_short EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45421cc6 sk_ns_capable EXPORT_SYMBOL vmlinux 0x454ab314 __phy_write_mmd -EXPORT_SYMBOL vmlinux 0x454ce989 pci_scan_bus EXPORT_SYMBOL vmlinux 0x454d6955 sb_set_blocksize EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update EXPORT_SYMBOL vmlinux 0x4554f4f7 genl_family_attrbuf @@ -7017,14 +7028,14 @@ EXPORT_SYMBOL vmlinux 0x457725ef serio_unregister_driver EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user EXPORT_SYMBOL vmlinux 0x45876fcb bio_integrity_alloc EXPORT_SYMBOL vmlinux 0x4589613a gnet_stats_copy_app -EXPORT_SYMBOL vmlinux 0x458bae87 compat_tcp_getsockopt -EXPORT_SYMBOL vmlinux 0x45a3e143 __netif_schedule EXPORT_SYMBOL vmlinux 0x45a855b8 rproc_del EXPORT_SYMBOL vmlinux 0x45b7b345 key_unlink EXPORT_SYMBOL vmlinux 0x45c240a4 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x45da5dff put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x45e20294 __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0x45e20c38 rproc_add_subdev EXPORT_SYMBOL vmlinux 0x45e23834 phy_read_paged +EXPORT_SYMBOL vmlinux 0x45f82efc inet6_protos EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents @@ -7033,27 +7044,28 @@ EXPORT_SYMBOL vmlinux 0x4622d48b tcf_register_action EXPORT_SYMBOL vmlinux 0x4628789d __inc_node_page_state EXPORT_SYMBOL vmlinux 0x463219fb tcp_hashinfo EXPORT_SYMBOL vmlinux 0x465b7185 param_get_byte -EXPORT_SYMBOL vmlinux 0x465bc586 kernel_listen EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size -EXPORT_SYMBOL vmlinux 0x4660c056 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x466c14a7 __delay EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill EXPORT_SYMBOL vmlinux 0x467ed0bc sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x46980fe3 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x4699d2e5 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46b6b2b0 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x46bcff4a fscrypt_ioctl_get_policy EXPORT_SYMBOL vmlinux 0x46bdcc60 __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance EXPORT_SYMBOL vmlinux 0x46dc9195 __bforget EXPORT_SYMBOL vmlinux 0x46f4d36a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x46fc572b tcp_rtx_synack EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size -EXPORT_SYMBOL vmlinux 0x4704e04c pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x4705b70e tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id EXPORT_SYMBOL vmlinux 0x470e3f36 cdrom_ioctl EXPORT_SYMBOL vmlinux 0x4715f41d fb_deferred_io_mmap -EXPORT_SYMBOL vmlinux 0x4749db9f sk_mc_loop +EXPORT_SYMBOL vmlinux 0x47253321 neigh_for_each EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom -EXPORT_SYMBOL vmlinux 0x4766bb37 napi_disable EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev EXPORT_SYMBOL vmlinux 0x477801d0 nvdimm_namespace_common_probe EXPORT_SYMBOL vmlinux 0x477df5d1 __phy_read_mmd @@ -7063,24 +7075,20 @@ EXPORT_SYMBOL vmlinux 0x478d167c jbd2_journal_blocks_per_page EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x479a884f netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next -EXPORT_SYMBOL vmlinux 0x47adad5c netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x47b5d587 of_device_is_available EXPORT_SYMBOL vmlinux 0x47b81763 nd_integrity_init EXPORT_SYMBOL vmlinux 0x47c1fb72 filp_close EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier EXPORT_SYMBOL vmlinux 0x47ce5e23 md_set_array_sectors -EXPORT_SYMBOL vmlinux 0x47e689a6 sock_i_ino -EXPORT_SYMBOL vmlinux 0x47f02479 dev_loopback_xmit -EXPORT_SYMBOL vmlinux 0x480e2de7 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x47fcd274 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x48080391 tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open -EXPORT_SYMBOL vmlinux 0x481a99df tso_count_descs EXPORT_SYMBOL vmlinux 0x4829a47e memcpy EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work EXPORT_SYMBOL vmlinux 0x482bc51b page_pool_destroy -EXPORT_SYMBOL vmlinux 0x482eaeaf sock_wmalloc -EXPORT_SYMBOL vmlinux 0x4830e4de tcp_sendpage EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb EXPORT_SYMBOL vmlinux 0x4841bdee strnchr EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config @@ -7089,67 +7097,55 @@ EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc EXPORT_SYMBOL vmlinux 0x486b4d73 __netlink_kernel_create EXPORT_SYMBOL vmlinux 0x486f8442 __vlan_find_dev_deep_rcu -EXPORT_SYMBOL vmlinux 0x48738163 pcibus_to_node EXPORT_SYMBOL vmlinux 0x48780a82 nd_device_register EXPORT_SYMBOL vmlinux 0x4883f174 dev_uc_add_excl -EXPORT_SYMBOL vmlinux 0x4886c177 __udp_disconnect -EXPORT_SYMBOL vmlinux 0x4887ea2a netif_set_real_num_tx_queues EXPORT_SYMBOL vmlinux 0x489e440c nlmsg_notify EXPORT_SYMBOL vmlinux 0x489eda10 memset32 EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim -EXPORT_SYMBOL vmlinux 0x48a38561 xfrm_state_add EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size -EXPORT_SYMBOL vmlinux 0x48b1b014 neigh_destroy +EXPORT_SYMBOL vmlinux 0x48ab22ab netdev_info EXPORT_SYMBOL vmlinux 0x48b68d9a of_root EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48ba5927 udp_set_csum EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x48c185f4 blk_dump_rq_flags EXPORT_SYMBOL vmlinux 0x48e51e87 ps2_begin_command -EXPORT_SYMBOL vmlinux 0x48ec8359 __ip_dev_find EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert -EXPORT_SYMBOL vmlinux 0x490821fd inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x4918a48a kmem_cache_free EXPORT_SYMBOL vmlinux 0x49196432 remove_arg_zero -EXPORT_SYMBOL vmlinux 0x491da753 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x491bdf0c neigh_ifdown EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks -EXPORT_SYMBOL vmlinux 0x494f3cdf rt_dst_clone -EXPORT_SYMBOL vmlinux 0x496bb647 nf_log_packet EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum -EXPORT_SYMBOL vmlinux 0x49a06caf xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x49a6fe11 iov_iter_fault_in_readable EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan EXPORT_SYMBOL vmlinux 0x49c0e9a1 md_wakeup_thread -EXPORT_SYMBOL vmlinux 0x49cee21f skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x49c3cc00 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x49fd1107 uart_register_driver EXPORT_SYMBOL vmlinux 0x4a1707ab crypto_sha512_finup -EXPORT_SYMBOL vmlinux 0x4a253392 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0x4a2596e7 bio_free_pages EXPORT_SYMBOL vmlinux 0x4a271cca devfreq_interval_update -EXPORT_SYMBOL vmlinux 0x4a45029a tcf_get_next_chain -EXPORT_SYMBOL vmlinux 0x4a45b6a0 netdev_lower_get_next_private -EXPORT_SYMBOL vmlinux 0x4a630a97 neigh_table_clear -EXPORT_SYMBOL vmlinux 0x4a6db185 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x4a345005 xfrm_lookup_route EXPORT_SYMBOL vmlinux 0x4a7af983 cpufreq_generic_suspend EXPORT_SYMBOL vmlinux 0x4a8125d8 __quota_error -EXPORT_SYMBOL vmlinux 0x4a90da9d tcp_sync_mss EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4a9959cf kmem_cache_free_bulk -EXPORT_SYMBOL vmlinux 0x4aaad9b9 skb_copy_header EXPORT_SYMBOL vmlinux 0x4ab208ba acpi_walk_resource_buffer EXPORT_SYMBOL vmlinux 0x4ab7b6a7 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x4ad7451b xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x4ae45f37 vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0x4ae93075 phy_detach EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize -EXPORT_SYMBOL vmlinux 0x4b192bfe udp_skb_destructor EXPORT_SYMBOL vmlinux 0x4b24eb69 d_instantiate_new -EXPORT_SYMBOL vmlinux 0x4b4246f7 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x4b390d6e tcp_child_process +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down +EXPORT_SYMBOL vmlinux 0x4b532579 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0x4b54c23a imx_scu_enable_general_irq_channel EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b62fd5c __inet_hash EXPORT_SYMBOL vmlinux 0x4b670e2e vfs_copy_file_range -EXPORT_SYMBOL vmlinux 0x4b7990c3 xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x4b8b9c63 param_set_invbool EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bb745b1 devm_nvmem_unregister @@ -7161,31 +7157,27 @@ EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid EXPORT_SYMBOL vmlinux 0x4bfb569f _dev_err EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance EXPORT_SYMBOL vmlinux 0x4c19755a vc_resize +EXPORT_SYMBOL vmlinux 0x4c21f519 pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x4c2678ff md_bitmap_free +EXPORT_SYMBOL vmlinux 0x4c29d1e0 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x4c2aef5a generic_pipe_buf_release EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast -EXPORT_SYMBOL vmlinux 0x4c7c6a2d netdev_bonding_info_change -EXPORT_SYMBOL vmlinux 0x4c9fa022 inet6_release +EXPORT_SYMBOL vmlinux 0x4cad7cb1 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event EXPORT_SYMBOL vmlinux 0x4ced113f igrab EXPORT_SYMBOL vmlinux 0x4d0040a0 cpumask_next_and -EXPORT_SYMBOL vmlinux 0x4d006cd7 sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d194865 skb_checksum_help EXPORT_SYMBOL vmlinux 0x4d1ff60a wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info -EXPORT_SYMBOL vmlinux 0x4d30acba pci_enable_msi EXPORT_SYMBOL vmlinux 0x4d3166a9 file_ns_capable EXPORT_SYMBOL vmlinux 0x4d3ddbd9 dqput -EXPORT_SYMBOL vmlinux 0x4d495f51 pcim_set_mwi EXPORT_SYMBOL vmlinux 0x4d4fe7c4 key_move EXPORT_SYMBOL vmlinux 0x4d59e2d7 prepare_binprm -EXPORT_SYMBOL vmlinux 0x4d5f4e7a __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x4d61f81c i2c_smbus_write_byte EXPORT_SYMBOL vmlinux 0x4d6577a0 dcb_setapp EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic -EXPORT_SYMBOL vmlinux 0x4d67e1d0 netdev_crit -EXPORT_SYMBOL vmlinux 0x4d6b94c0 tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x4d6f970d i2c_smbus_write_block_data EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block EXPORT_SYMBOL vmlinux 0x4d7cf220 mmc_set_data_timeout @@ -7201,28 +7193,30 @@ EXPORT_SYMBOL vmlinux 0x4dca502c kdb_current_task EXPORT_SYMBOL vmlinux 0x4dcd14e2 vfs_get_link EXPORT_SYMBOL vmlinux 0x4dd57c6c dev_addr_del EXPORT_SYMBOL vmlinux 0x4ddfc70f bdev_stack_limits -EXPORT_SYMBOL vmlinux 0x4de61c6a inet_gro_receive EXPORT_SYMBOL vmlinux 0x4de816b8 t10_pi_type3_crc EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo EXPORT_SYMBOL vmlinux 0x4dee8452 reuseport_alloc EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read -EXPORT_SYMBOL vmlinux 0x4e0fe7a5 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x4e0430da gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x4e125a6c inet6_release EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set EXPORT_SYMBOL vmlinux 0x4e28a6cc mii_check_link -EXPORT_SYMBOL vmlinux 0x4e2aa101 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0x4e2bce86 simple_write_end EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl EXPORT_SYMBOL vmlinux 0x4e33203a sync_blockdev EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int EXPORT_SYMBOL vmlinux 0x4e3e7e61 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x4e4d00b2 inet_offloads EXPORT_SYMBOL vmlinux 0x4e4d6d61 iget5_locked EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console EXPORT_SYMBOL vmlinux 0x4e715171 iput +EXPORT_SYMBOL vmlinux 0x4e758860 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4e94b9c3 release_sock EXPORT_SYMBOL vmlinux 0x4e9b630b scsi_register_interface EXPORT_SYMBOL vmlinux 0x4e9e9b99 truncate_setsize EXPORT_SYMBOL vmlinux 0x4ea088ce bioset_integrity_create @@ -7230,14 +7224,16 @@ EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset EXPORT_SYMBOL vmlinux 0x4ea60eb0 __qdisc_calculate_pkt_len EXPORT_SYMBOL vmlinux 0x4ea93532 kthread_create_worker EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecc3826 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x4edcb77a sock_alloc EXPORT_SYMBOL vmlinux 0x4ede67e0 cdev_alloc EXPORT_SYMBOL vmlinux 0x4ee8de8d __serio_register_driver -EXPORT_SYMBOL vmlinux 0x4eeaf8df xfrm_init_replay EXPORT_SYMBOL vmlinux 0x4efaf4d6 vc_cons EXPORT_SYMBOL vmlinux 0x4efd01bd d_alloc_name -EXPORT_SYMBOL vmlinux 0x4f0244ca free_netdev +EXPORT_SYMBOL vmlinux 0x4f0ca9ad __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f23457a inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources EXPORT_SYMBOL vmlinux 0x4f589428 xattr_full_name EXPORT_SYMBOL vmlinux 0x4f76cca8 __destroy_inode @@ -7247,18 +7243,14 @@ EXPORT_SYMBOL vmlinux 0x4fa11bdb submit_bio_wait EXPORT_SYMBOL vmlinux 0x4fa68a1a hdmi_infoframe_log EXPORT_SYMBOL vmlinux 0x4fc3986e security_cred_getsecid EXPORT_SYMBOL vmlinux 0x5000cd7e dev_uc_add -EXPORT_SYMBOL vmlinux 0x500186f7 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x500240ed locks_free_lock EXPORT_SYMBOL vmlinux 0x5007591f param_set_long EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match -EXPORT_SYMBOL vmlinux 0x501b1297 brioctl_set EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex EXPORT_SYMBOL vmlinux 0x5027be7e PageMovable -EXPORT_SYMBOL vmlinux 0x5031bd1d udp6_set_csum EXPORT_SYMBOL vmlinux 0x50558c25 kset_register EXPORT_SYMBOL vmlinux 0x506a06f7 mpage_writepages -EXPORT_SYMBOL vmlinux 0x506b1a1d dev_get_by_index EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free EXPORT_SYMBOL vmlinux 0x5090a1c4 netlink_rcv_skb EXPORT_SYMBOL vmlinux 0x5098fdb1 tcf_idr_create @@ -7266,7 +7258,8 @@ EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method EXPORT_SYMBOL vmlinux 0x50a1394d pnpacpi_protocol EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch -EXPORT_SYMBOL vmlinux 0x50b43ccb __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x50b12c4f dev_set_mtu +EXPORT_SYMBOL vmlinux 0x50b2b491 rt6_lookup EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type EXPORT_SYMBOL vmlinux 0x50bdc0b1 i2c_use_client EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security @@ -7278,21 +7271,23 @@ EXPORT_SYMBOL vmlinux 0x50f4d3a2 devm_devfreq_add_device EXPORT_SYMBOL vmlinux 0x50f7a7f0 cdrom_release EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x51019877 pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x511d140c dst_destroy EXPORT_SYMBOL vmlinux 0x513133b6 bio_init EXPORT_SYMBOL vmlinux 0x513fcc8d phy_attached_print EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend -EXPORT_SYMBOL vmlinux 0x51790451 tcp_rtx_synack EXPORT_SYMBOL vmlinux 0x517ccbd0 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x518eb290 sock_recv_errqueue EXPORT_SYMBOL vmlinux 0x519b5437 is_nd_btt EXPORT_SYMBOL vmlinux 0x51bd55b5 completion_done EXPORT_SYMBOL vmlinux 0x51d09838 sg_miter_stop EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled EXPORT_SYMBOL vmlinux 0x51d728b4 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x51da490e inet6_bind EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid -EXPORT_SYMBOL vmlinux 0x51fa22ad tcp_connect EXPORT_SYMBOL vmlinux 0x51fdcdaf phy_set_sym_pause EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready EXPORT_SYMBOL vmlinux 0x5206723b i2c_transfer @@ -7301,20 +7296,18 @@ EXPORT_SYMBOL vmlinux 0x5260385a mnt_set_expiry EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack EXPORT_SYMBOL vmlinux 0x526f9ee2 devm_backlight_device_register EXPORT_SYMBOL vmlinux 0x5278952a rproc_put +EXPORT_SYMBOL vmlinux 0x528f365d __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write EXPORT_SYMBOL vmlinux 0x52af196b param_set_short +EXPORT_SYMBOL vmlinux 0x52cc8196 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt EXPORT_SYMBOL vmlinux 0x52f01cfb dma_direct_unmap_page EXPORT_SYMBOL vmlinux 0x52f22c1d sync_file_create EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start -EXPORT_SYMBOL vmlinux 0x52fbd86e __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum -EXPORT_SYMBOL vmlinux 0x53134bc8 ipv6_select_ident -EXPORT_SYMBOL vmlinux 0x533331f2 pci_resize_resource EXPORT_SYMBOL vmlinux 0x533ab8ca dput -EXPORT_SYMBOL vmlinux 0x533f1e38 pci_map_rom EXPORT_SYMBOL vmlinux 0x536b7c66 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0x536bbf76 put_disk EXPORT_SYMBOL vmlinux 0x536fe1fa nvm_end_io @@ -7322,8 +7315,6 @@ EXPORT_SYMBOL vmlinux 0x537aa6d0 sdei_event_enable EXPORT_SYMBOL vmlinux 0x537aa8ff nvm_submit_io EXPORT_SYMBOL vmlinux 0x5389edf2 fman_port_bind EXPORT_SYMBOL vmlinux 0x53985f49 input_register_handler -EXPORT_SYMBOL vmlinux 0x53a1e5da netpoll_setup -EXPORT_SYMBOL vmlinux 0x53a4572b skb_ext_add EXPORT_SYMBOL vmlinux 0x53a9413b blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0x53b18934 dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0x53b954a2 up_read @@ -7334,53 +7325,57 @@ EXPORT_SYMBOL vmlinux 0x53ef83a9 qman_get_qm_portal_config EXPORT_SYMBOL vmlinux 0x53f03f66 phy_start_aneg EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0x5401a984 phy_ethtool_get_wol -EXPORT_SYMBOL vmlinux 0x5407a6e3 napi_complete_done +EXPORT_SYMBOL vmlinux 0x541e875c nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5422810a nf_log_unset EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user EXPORT_SYMBOL vmlinux 0x5430b370 __tty_insert_flip_char -EXPORT_SYMBOL vmlinux 0x543c7adc pneigh_lookup EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register -EXPORT_SYMBOL vmlinux 0x545e775a xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x54613e58 xsk_umem_consume_tx_done EXPORT_SYMBOL vmlinux 0x5461cf87 block_write_begin EXPORT_SYMBOL vmlinux 0x5463428c mdiobus_register_device EXPORT_SYMBOL vmlinux 0x546d3e7e user_path_at_empty EXPORT_SYMBOL vmlinux 0x549a1117 nobh_truncate_page -EXPORT_SYMBOL vmlinux 0x54a98a16 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul -EXPORT_SYMBOL vmlinux 0x54ac9e49 pci_bus_write_config_word -EXPORT_SYMBOL vmlinux 0x54dfcabb km_report +EXPORT_SYMBOL vmlinux 0x54bd2a36 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x54caf622 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x54e38fd2 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags -EXPORT_SYMBOL vmlinux 0x5501d0f8 dev_change_flags EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550fa978 pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552c4b44 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x552de3b0 iptun_encaps EXPORT_SYMBOL vmlinux 0x552e093c tty_register_device +EXPORT_SYMBOL vmlinux 0x553bef6c sk_stop_timer EXPORT_SYMBOL vmlinux 0x5544645a vfs_unlink EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched -EXPORT_SYMBOL vmlinux 0x554ddb92 km_state_notify EXPORT_SYMBOL vmlinux 0x555851a7 phy_connect_direct EXPORT_SYMBOL vmlinux 0x55603d09 security_inode_getsecctx EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user -EXPORT_SYMBOL vmlinux 0x556b38e8 sock_gettstamp EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x5575fabc inode_needs_sync EXPORT_SYMBOL vmlinux 0x55770398 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x55863442 xfrm_input EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x5590c00c pm8606_osc_enable EXPORT_SYMBOL vmlinux 0x559b976e page_zero_new_buffers -EXPORT_SYMBOL vmlinux 0x559d2f77 tcp_prot -EXPORT_SYMBOL vmlinux 0x55c3fc6d __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x55a53795 tso_count_descs +EXPORT_SYMBOL vmlinux 0x55ace62b inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x55daa87e padata_alloc_possible EXPORT_SYMBOL vmlinux 0x55e2e3ab nosteal_pipe_buf_ops EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 EXPORT_SYMBOL vmlinux 0x55e6f188 zpool_register_driver EXPORT_SYMBOL vmlinux 0x55f95a88 of_device_register +EXPORT_SYMBOL vmlinux 0x55fd5784 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x55fe48a1 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x560050dc xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x5602d914 mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh -EXPORT_SYMBOL vmlinux 0x561513cf netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x56164c36 tcp_recvmsg EXPORT_SYMBOL vmlinux 0x56258e7e register_md_cluster_operations EXPORT_SYMBOL vmlinux 0x56314e29 tty_unregister_device EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user @@ -7396,42 +7391,45 @@ EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x56859a03 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames EXPORT_SYMBOL vmlinux 0x569abcca acpi_walk_resources -EXPORT_SYMBOL vmlinux 0x56b1f73c netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x56b9f952 scsi_rescan_device EXPORT_SYMBOL vmlinux 0x56bc16b1 vme_new_dma_list EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg EXPORT_SYMBOL vmlinux 0x56c8867c filemap_flush EXPORT_SYMBOL vmlinux 0x56c99bb8 dquot_file_open +EXPORT_SYMBOL vmlinux 0x56ce309e netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x56d1bf1c __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x56e2788c register_gifconf EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree EXPORT_SYMBOL vmlinux 0x570155f9 netdev_class_remove_file_ns -EXPORT_SYMBOL vmlinux 0x57316be9 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x57331d41 twl6040_power EXPORT_SYMBOL vmlinux 0x5734f9ab vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x57433958 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put EXPORT_SYMBOL vmlinux 0x575cf8d1 clk_bulk_get_all EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 EXPORT_SYMBOL vmlinux 0x57751d06 sg_miter_skip -EXPORT_SYMBOL vmlinux 0x577c2a06 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr EXPORT_SYMBOL vmlinux 0x578a408b ZSTD_initDCtx +EXPORT_SYMBOL vmlinux 0x578ed800 xfrm_state_insert EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy EXPORT_SYMBOL vmlinux 0x57b8501f netlink_ack EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bed9a2 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x57d59e40 __pci_register_driver EXPORT_SYMBOL vmlinux 0x57db3b01 of_find_mipi_dsi_host_by_node -EXPORT_SYMBOL vmlinux 0x57e286d9 sk_common_release EXPORT_SYMBOL vmlinux 0x57e6b71c phy_init_eee -EXPORT_SYMBOL vmlinux 0x58045b6e tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x580b56d2 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x58149798 ip_options_compile EXPORT_SYMBOL vmlinux 0x581b1365 module_layout EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate -EXPORT_SYMBOL vmlinux 0x5826b78b rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm EXPORT_SYMBOL vmlinux 0x583fe545 con_is_visible EXPORT_SYMBOL vmlinux 0x58457083 iov_iter_copy_from_user_atomic EXPORT_SYMBOL vmlinux 0x585345a5 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x585749cf pcibus_to_node EXPORT_SYMBOL vmlinux 0x58602ca1 register_md_personality EXPORT_SYMBOL vmlinux 0x58604e4d alloc_iova_mem EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block @@ -7439,23 +7437,21 @@ EXPORT_SYMBOL vmlinux 0x58a8a1e7 jbd2_journal_start_commit EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard -EXPORT_SYMBOL vmlinux 0x58b877ba ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x58be9ad4 backlight_device_register EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io EXPORT_SYMBOL vmlinux 0x58eff76c sk_stream_wait_close EXPORT_SYMBOL vmlinux 0x58fe5b7f twl6040_clear_bits EXPORT_SYMBOL vmlinux 0x58ffaa63 clk_add_alias -EXPORT_SYMBOL vmlinux 0x59061e9f xfrm_lookup EXPORT_SYMBOL vmlinux 0x591cff16 md_check_no_bitmap EXPORT_SYMBOL vmlinux 0x593280fc handle_edge_irq -EXPORT_SYMBOL vmlinux 0x5939f0f4 pci_save_state -EXPORT_SYMBOL vmlinux 0x5942e848 pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0x59479193 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x594dfe88 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x59588850 vsscanf EXPORT_SYMBOL vmlinux 0x5961284c devfreq_recommended_opp EXPORT_SYMBOL vmlinux 0x596616d4 filemap_fdatawrite EXPORT_SYMBOL vmlinux 0x597887e9 dquot_quota_on_mount EXPORT_SYMBOL vmlinux 0x59914a43 phy_register_fixup_for_uid -EXPORT_SYMBOL vmlinux 0x59954ad7 skb_dequeue +EXPORT_SYMBOL vmlinux 0x599bee2f xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node EXPORT_SYMBOL vmlinux 0x59a2f0ee packing EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated @@ -7464,93 +7460,90 @@ EXPORT_SYMBOL vmlinux 0x59c0d705 give_up_console EXPORT_SYMBOL vmlinux 0x59c3add4 __vfs_removexattr EXPORT_SYMBOL vmlinux 0x59c9f48c user_revoke EXPORT_SYMBOL vmlinux 0x59dea0ba pnp_activate_dev -EXPORT_SYMBOL vmlinux 0x59f6edad pci_scan_slot EXPORT_SYMBOL vmlinux 0x5a035f11 trace_raw_output_prep EXPORT_SYMBOL vmlinux 0x5a0660fd da903x_query_status EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 -EXPORT_SYMBOL vmlinux 0x5a22e30b inet_register_protosw EXPORT_SYMBOL vmlinux 0x5a2b7a86 __genphy_config_aneg -EXPORT_SYMBOL vmlinux 0x5a2da1da nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0x5a2ef65e devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x5a31a862 pci_save_state EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle EXPORT_SYMBOL vmlinux 0x5a5a9b74 set_bh_page EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 EXPORT_SYMBOL vmlinux 0x5a64e2b5 vfs_fadvise -EXPORT_SYMBOL vmlinux 0x5a6898be eth_header_cache_update EXPORT_SYMBOL vmlinux 0x5a7f1bc8 md_integrity_register EXPORT_SYMBOL vmlinux 0x5a882ec6 simple_dentry_operations EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict EXPORT_SYMBOL vmlinux 0x5a921311 strncmp EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove -EXPORT_SYMBOL vmlinux 0x5ab6e38e ip_mc_join_group -EXPORT_SYMBOL vmlinux 0x5ac4e17a skb_recv_datagram EXPORT_SYMBOL vmlinux 0x5adb5f25 scsi_report_bus_reset EXPORT_SYMBOL vmlinux 0x5adb7c5e dev_uc_sync -EXPORT_SYMBOL vmlinux 0x5adc9237 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x5aef1409 jbd2_journal_begin_ordered_truncate -EXPORT_SYMBOL vmlinux 0x5b039557 __sk_receive_skb EXPORT_SYMBOL vmlinux 0x5b09b9c4 alloc_anon_inode EXPORT_SYMBOL vmlinux 0x5b0e6906 mipi_dsi_dcs_get_power_mode -EXPORT_SYMBOL vmlinux 0x5b0eee3b inet_dgram_ops EXPORT_SYMBOL vmlinux 0x5b187e7a acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x5b1fee77 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr EXPORT_SYMBOL vmlinux 0x5b36ac0e inode_set_bytes EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax +EXPORT_SYMBOL vmlinux 0x5b38db4f xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0x5b39d4e9 current_in_userns EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store -EXPORT_SYMBOL vmlinux 0x5b4bb6db compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x5b4bbcbb netlink_ns_capable EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap EXPORT_SYMBOL vmlinux 0x5b743c53 get_tree_bdev EXPORT_SYMBOL vmlinux 0x5b7b730a input_handler_for_each_handle EXPORT_SYMBOL vmlinux 0x5b80128d cdev_device_del +EXPORT_SYMBOL vmlinux 0x5b8a1d5d dst_dev_put EXPORT_SYMBOL vmlinux 0x5b925cc4 mmc_free_host +EXPORT_SYMBOL vmlinux 0x5b95c1f9 sk_alloc EXPORT_SYMBOL vmlinux 0x5b9ded1a mmc_gpio_set_cd_wake EXPORT_SYMBOL vmlinux 0x5b9e0759 devm_ioremap -EXPORT_SYMBOL vmlinux 0x5ba2e032 register_netdev -EXPORT_SYMBOL vmlinux 0x5ba95d2b __alloc_skb +EXPORT_SYMBOL vmlinux 0x5bb39e92 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x5bbed9f4 tty_port_put EXPORT_SYMBOL vmlinux 0x5bd2a7ce jbd2_journal_get_write_access EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub -EXPORT_SYMBOL vmlinux 0x5bfb88e7 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x5be722c1 neigh_seq_start EXPORT_SYMBOL vmlinux 0x5c1228c8 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5c207a70 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x5c23e277 block_read_full_page +EXPORT_SYMBOL vmlinux 0x5c2708d8 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5c3916a4 mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region EXPORT_SYMBOL vmlinux 0x5c45a9d1 security_path_mknod EXPORT_SYMBOL vmlinux 0x5c5b087d file_write_and_wait_range EXPORT_SYMBOL vmlinux 0x5c6632db seq_path EXPORT_SYMBOL vmlinux 0x5c6a0b80 genphy_setup_forced -EXPORT_SYMBOL vmlinux 0x5c78ace2 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x5c77c302 proto_unregister EXPORT_SYMBOL vmlinux 0x5c89dbcf fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0x5c9d3e8b generic_copy_file_range EXPORT_SYMBOL vmlinux 0x5ca15ea7 bio_integrity_clone -EXPORT_SYMBOL vmlinux 0x5cc35b1e inet_proto_csum_replace16 -EXPORT_SYMBOL vmlinux 0x5cd2eb6b arp_send EXPORT_SYMBOL vmlinux 0x5cd33296 mark_info_dirty -EXPORT_SYMBOL vmlinux 0x5cdf8266 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x5ce449d0 pci_enable_device +EXPORT_SYMBOL vmlinux 0x5ce4e13d tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio EXPORT_SYMBOL vmlinux 0x5d1b2a8a netlink_capable -EXPORT_SYMBOL vmlinux 0x5d2cb1ed pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x5d38aae1 touchscreen_parse_properties EXPORT_SYMBOL vmlinux 0x5d39029d mdiobus_get_phy -EXPORT_SYMBOL vmlinux 0x5d403eec ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x5d405cee pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry -EXPORT_SYMBOL vmlinux 0x5d777aa2 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x5d5451f1 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x5d78610f seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0x5d79fdf9 seq_write -EXPORT_SYMBOL vmlinux 0x5d7c9f5a put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x5d8a070f nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x5d913288 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x5d9660e5 inet_sendmsg EXPORT_SYMBOL vmlinux 0x5da65ac7 acpi_dev_get_first_match_dev EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh -EXPORT_SYMBOL vmlinux 0x5db14cbe tcf_exts_destroy EXPORT_SYMBOL vmlinux 0x5db5f35e __scsi_print_sense EXPORT_SYMBOL vmlinux 0x5dcaf241 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x5df0f4c9 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0x5df44858 max8925_reg_read -EXPORT_SYMBOL vmlinux 0x5df5534a rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x5df61b25 inet6_offloads EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict EXPORT_SYMBOL vmlinux 0x5e067bc3 serial8250_register_8250_port EXPORT_SYMBOL vmlinux 0x5e188aca __pagevec_release @@ -7558,14 +7551,12 @@ EXPORT_SYMBOL vmlinux 0x5e26dd15 console_start EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe -EXPORT_SYMBOL vmlinux 0x5e3827cb skb_clone EXPORT_SYMBOL vmlinux 0x5e42307f dma_direct_sync_sg_for_device EXPORT_SYMBOL vmlinux 0x5e50b468 blackhole_netdev EXPORT_SYMBOL vmlinux 0x5e50ef49 lookup_bdev -EXPORT_SYMBOL vmlinux 0x5e52a651 skb_tx_error EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node -EXPORT_SYMBOL vmlinux 0x5e623e05 tcp_v4_send_check -EXPORT_SYMBOL vmlinux 0x5e6faf3c secpath_set +EXPORT_SYMBOL vmlinux 0x5e5d6177 pci_request_region +EXPORT_SYMBOL vmlinux 0x5e603856 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc EXPORT_SYMBOL vmlinux 0x5e72e753 dma_direct_map_sg EXPORT_SYMBOL vmlinux 0x5e73c400 devm_ioport_map @@ -7579,38 +7570,41 @@ EXPORT_SYMBOL vmlinux 0x5ec00ef9 __inc_zone_page_state EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee26782 xfrm6_rcv EXPORT_SYMBOL vmlinux 0x5eecece0 vfs_iter_write EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters -EXPORT_SYMBOL vmlinux 0x5f157f0d pcie_set_mps EXPORT_SYMBOL vmlinux 0x5f15823e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x5f187ef4 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x5f1c0710 kern_path EXPORT_SYMBOL vmlinux 0x5f26a5cb md_integrity_add_rdev -EXPORT_SYMBOL vmlinux 0x5f2d32bd netdev_emerg EXPORT_SYMBOL vmlinux 0x5f330b12 hmm_range_unregister EXPORT_SYMBOL vmlinux 0x5f37dace lru_cache_add_file EXPORT_SYMBOL vmlinux 0x5f415035 proc_mkdir_mode -EXPORT_SYMBOL vmlinux 0x5f428e90 sk_dst_check EXPORT_SYMBOL vmlinux 0x5f511b86 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x5f5324af pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x5f647166 mdio_bus_type -EXPORT_SYMBOL vmlinux 0x5f655d7f pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f79728f dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x5f79b0b2 file_check_and_advance_wb_err EXPORT_SYMBOL vmlinux 0x5f80d895 remap_vmalloc_range_partial -EXPORT_SYMBOL vmlinux 0x5f9261c2 compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package EXPORT_SYMBOL vmlinux 0x5f9bbe15 pps_register_source +EXPORT_SYMBOL vmlinux 0x5fb64a57 neigh_carrier_down EXPORT_SYMBOL vmlinux 0x5fbbd6d5 twl6040_set_pll EXPORT_SYMBOL vmlinux 0x5fc46d2d jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact EXPORT_SYMBOL vmlinux 0x5fccf466 read_cache_page EXPORT_SYMBOL vmlinux 0x5fd6d40a sched_autogroup_detach EXPORT_SYMBOL vmlinux 0x5feb95e7 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x5ff18414 softnet_data EXPORT_SYMBOL vmlinux 0x5ff316b2 from_kgid EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead EXPORT_SYMBOL vmlinux 0x5ffeeb26 of_count_phandle_with_args EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600977d5 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x600d2cf2 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create EXPORT_SYMBOL vmlinux 0x6020107a genphy_read_mmd_unsupported EXPORT_SYMBOL vmlinux 0x6028302c cdrom_media_changed @@ -7618,23 +7612,19 @@ EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x6041d3b9 register_sysctl EXPORT_SYMBOL vmlinux 0x60433ed1 mmc_of_parse EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent -EXPORT_SYMBOL vmlinux 0x605bc5b2 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0x606412f5 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x60662dd2 xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x6072dd8b simple_write_begin EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head -EXPORT_SYMBOL vmlinux 0x608b0b68 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region EXPORT_SYMBOL vmlinux 0x609b2853 hdmi_infoframe_pack EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add -EXPORT_SYMBOL vmlinux 0x60b1566b proto_unregister EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec EXPORT_SYMBOL vmlinux 0x60b40e92 param_get_ulong -EXPORT_SYMBOL vmlinux 0x60caab9b sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x60d67cb6 __put_page EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get -EXPORT_SYMBOL vmlinux 0x60d8c13c sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x60f79be4 fman_set_mac_max_frame EXPORT_SYMBOL vmlinux 0x60fbe37b genphy_restart_aneg EXPORT_SYMBOL vmlinux 0x60fd0f58 bio_advance @@ -7646,30 +7636,25 @@ EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set EXPORT_SYMBOL vmlinux 0x6161e80a fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0x6176e02a mmc_detect_change -EXPORT_SYMBOL vmlinux 0x61772bbf pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath -EXPORT_SYMBOL vmlinux 0x61809ac1 xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x61920dfc neigh_changeaddr EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer EXPORT_SYMBOL vmlinux 0x61abaf7e iov_iter_get_pages -EXPORT_SYMBOL vmlinux 0x61b0a6d3 skb_dump EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull EXPORT_SYMBOL vmlinux 0x61c3ff84 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x61deb3a6 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x61e77a3a tty_port_free_xmit_buf EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer -EXPORT_SYMBOL vmlinux 0x61f54b71 __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0x61fa344e __sb_start_write EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x621debb0 md_bitmap_startwrite EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single -EXPORT_SYMBOL vmlinux 0x6229ec07 sock_no_socketpair EXPORT_SYMBOL vmlinux 0x624684a7 is_acpi_device_node -EXPORT_SYMBOL vmlinux 0x624f1afa inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0x625be1f1 cad_pid EXPORT_SYMBOL vmlinux 0x626065bd linkwatch_fire_event EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister -EXPORT_SYMBOL vmlinux 0x6278f754 pci_request_irq EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name EXPORT_SYMBOL vmlinux 0x62890955 __tracepoint_spi_transfer_stop EXPORT_SYMBOL vmlinux 0x628eb894 of_phy_get_and_connect @@ -7680,20 +7665,22 @@ EXPORT_SYMBOL vmlinux 0x62a5846e genphy_config_eee_advert EXPORT_SYMBOL vmlinux 0x62b07474 ptp_schedule_worker EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin EXPORT_SYMBOL vmlinux 0x62c9be57 md_bitmap_end_sync -EXPORT_SYMBOL vmlinux 0x62d02138 __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal EXPORT_SYMBOL vmlinux 0x62d9df54 of_phy_deregister_fixed_link -EXPORT_SYMBOL vmlinux 0x62e7e2e5 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x62ded2ef skb_orphan_partial EXPORT_SYMBOL vmlinux 0x6300f551 end_page_writeback +EXPORT_SYMBOL vmlinux 0x6302a1b8 ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x63047752 truncate_inode_pages EXPORT_SYMBOL vmlinux 0x6304c008 __remove_inode_hash EXPORT_SYMBOL vmlinux 0x630be30d serio_unregister_child_port EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled EXPORT_SYMBOL vmlinux 0x631ff94e i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6344f40c dev_alloc_name EXPORT_SYMBOL vmlinux 0x635f3c85 blk_queue_io_opt -EXPORT_SYMBOL vmlinux 0x63653ad1 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x6376f885 truncate_pagecache -EXPORT_SYMBOL vmlinux 0x639f6518 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x6383551a seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x638771d6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x63a6b125 ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight EXPORT_SYMBOL vmlinux 0x63c70d52 vme_dma_request @@ -7702,7 +7689,6 @@ EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x63e5fa00 clk_get EXPORT_SYMBOL vmlinux 0x63e78c1e nobh_writepage EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink -EXPORT_SYMBOL vmlinux 0x63ed91d2 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x63fd1f1f md_cluster_ops EXPORT_SYMBOL vmlinux 0x63ffca72 dcb_ieee_delapp EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss @@ -7712,12 +7698,13 @@ EXPORT_SYMBOL vmlinux 0x6419e272 inode_permission EXPORT_SYMBOL vmlinux 0x641ea55d __cgroup_bpf_run_filter_sysctl EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free +EXPORT_SYMBOL vmlinux 0x644445cb inet_del_offload EXPORT_SYMBOL vmlinux 0x6445208f fasync_helper EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus EXPORT_SYMBOL vmlinux 0x644bf96c __mod_node_page_state EXPORT_SYMBOL vmlinux 0x645506eb balance_dirty_pages_ratelimited EXPORT_SYMBOL vmlinux 0x645908e0 submit_bio -EXPORT_SYMBOL vmlinux 0x645a322c pci_choose_state +EXPORT_SYMBOL vmlinux 0x64632c65 netif_napi_del EXPORT_SYMBOL vmlinux 0x646a1c0e amba_request_regions EXPORT_SYMBOL vmlinux 0x64790559 kmem_cache_size EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 @@ -7727,11 +7714,12 @@ EXPORT_SYMBOL vmlinux 0x64a29a89 pci_ep_cfs_add_epc_group EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape EXPORT_SYMBOL vmlinux 0x64bd0cfb blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x64d12b58 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x64ec4b7e pci_enable_device_io EXPORT_SYMBOL vmlinux 0x64f39e39 ata_port_printk EXPORT_SYMBOL vmlinux 0x6504f092 dma_direct_sync_single_for_cpu EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth EXPORT_SYMBOL vmlinux 0x6513b181 pnp_release_card_device -EXPORT_SYMBOL vmlinux 0x651a1b4c xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652032cb mac_pton EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp @@ -7739,31 +7727,29 @@ EXPORT_SYMBOL vmlinux 0x653fd209 nf_setsockopt EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob EXPORT_SYMBOL vmlinux 0x654449c3 memset16 EXPORT_SYMBOL vmlinux 0x65475361 param_get_int -EXPORT_SYMBOL vmlinux 0x65500715 pci_get_slot EXPORT_SYMBOL vmlinux 0x65528438 posix_test_lock -EXPORT_SYMBOL vmlinux 0x6554d22f kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames EXPORT_SYMBOL vmlinux 0x655ff9b8 no_seek_end_llseek EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf -EXPORT_SYMBOL vmlinux 0x65731ed2 skb_ensure_writable EXPORT_SYMBOL vmlinux 0x6585162a jbd2_journal_extend EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset -EXPORT_SYMBOL vmlinux 0x658d3402 rtnl_link_get_net EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc -EXPORT_SYMBOL vmlinux 0x65a546bd pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d3ac45 compat_sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x65d84e9b vfs_ioc_fssetxattr_check EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65ee85b2 pneigh_enqueue EXPORT_SYMBOL vmlinux 0x65f4f408 mdio_driver_unregister EXPORT_SYMBOL vmlinux 0x65fc9794 dma_direct_map_page EXPORT_SYMBOL vmlinux 0x65fe60a5 kill_block_super EXPORT_SYMBOL vmlinux 0x6626afca down EXPORT_SYMBOL vmlinux 0x663108c7 kiocb_set_cancel_fn EXPORT_SYMBOL vmlinux 0x6631515b scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x6635f93a pskb_extract EXPORT_SYMBOL vmlinux 0x66493cf3 finish_no_open EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr EXPORT_SYMBOL vmlinux 0x6661fe22 hmm_mirror_register @@ -7774,79 +7760,82 @@ EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset EXPORT_SYMBOL vmlinux 0x667d38ef processors EXPORT_SYMBOL vmlinux 0x668b19a1 down_read EXPORT_SYMBOL vmlinux 0x66934fb9 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x6697eb33 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x66a6270c netdev_notice EXPORT_SYMBOL vmlinux 0x66add025 flow_rule_match_tcp EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock -EXPORT_SYMBOL vmlinux 0x66af49c6 pci_release_regions EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup EXPORT_SYMBOL vmlinux 0x66b87d23 bio_list_copy_data +EXPORT_SYMBOL vmlinux 0x66cecd8e __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x66da27f3 napi_gro_flush EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec EXPORT_SYMBOL vmlinux 0x66edcceb vme_irq_free EXPORT_SYMBOL vmlinux 0x66f6302f xsk_umem_complete_tx EXPORT_SYMBOL vmlinux 0x66fd9d4c d_hash_and_lookup EXPORT_SYMBOL vmlinux 0x6707f897 scsi_verify_blk_ioctl -EXPORT_SYMBOL vmlinux 0x670a0d01 passthru_features_check EXPORT_SYMBOL vmlinux 0x673d6852 mmc_can_secure_erase_trim -EXPORT_SYMBOL vmlinux 0x67466095 audit_log_start EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init -EXPORT_SYMBOL vmlinux 0x677bb053 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x67544377 sock_wfree +EXPORT_SYMBOL vmlinux 0x676ce846 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x677217aa nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0x6781fc56 put_ipc_ns EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc EXPORT_SYMBOL vmlinux 0x678dfcf3 __wait_on_buffer -EXPORT_SYMBOL vmlinux 0x67b15325 xfrm_user_policy EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios -EXPORT_SYMBOL vmlinux 0x67b448cd ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu -EXPORT_SYMBOL vmlinux 0x67b901fa xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x67bbdc00 uart_update_timeout EXPORT_SYMBOL vmlinux 0x67bfbfd1 nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67e650a6 tcf_block_get +EXPORT_SYMBOL vmlinux 0x67e6b6f4 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x67fb40e9 uart_write_wakeup EXPORT_SYMBOL vmlinux 0x67fba91e simple_symlink_inode_operations EXPORT_SYMBOL vmlinux 0x68039b10 security_sk_classify_flow -EXPORT_SYMBOL vmlinux 0x68074d07 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x680b938a nd_device_unregister -EXPORT_SYMBOL vmlinux 0x68249533 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x681021f8 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x682600f0 zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x68304327 freeze_bdev +EXPORT_SYMBOL vmlinux 0x68417c86 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x685562c0 blk_queue_segment_boundary -EXPORT_SYMBOL vmlinux 0x6856af4a vga_client_register EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort -EXPORT_SYMBOL vmlinux 0x68748a8e inet_sk_set_state EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval -EXPORT_SYMBOL vmlinux 0x688c71e7 sock_no_bind -EXPORT_SYMBOL vmlinux 0x689a1ed7 pci_match_id +EXPORT_SYMBOL vmlinux 0x68826704 pcim_enable_device EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages EXPORT_SYMBOL vmlinux 0x689f9730 input_mt_assign_slots EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font EXPORT_SYMBOL vmlinux 0x68b794aa filemap_write_and_wait_range EXPORT_SYMBOL vmlinux 0x68ef04f2 devm_clk_put +EXPORT_SYMBOL vmlinux 0x68ef159d __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x68fea1aa pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot EXPORT_SYMBOL vmlinux 0x690ae282 unlink_framebuffer -EXPORT_SYMBOL vmlinux 0x69150a05 inet_add_offload EXPORT_SYMBOL vmlinux 0x691606b5 cdrom_mode_select -EXPORT_SYMBOL vmlinux 0x693d8f2a inet_del_offload +EXPORT_SYMBOL vmlinux 0x6919c543 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x693fa34f mii_nway_restart EXPORT_SYMBOL vmlinux 0x69465e77 bio_chain EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x694942bd mmc_cqe_post_req EXPORT_SYMBOL vmlinux 0x69585523 __ksize +EXPORT_SYMBOL vmlinux 0x695e05f9 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x6964ad5f __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features EXPORT_SYMBOL vmlinux 0x696c64b2 d_lookup EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days EXPORT_SYMBOL vmlinux 0x6971c13e jbd2_transaction_committed -EXPORT_SYMBOL vmlinux 0x697b5541 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x69842c62 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x699129cd inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x6996c85e xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x699d4be9 blk_put_queue -EXPORT_SYMBOL vmlinux 0x69a534a7 pci_release_region EXPORT_SYMBOL vmlinux 0x69a6e290 dev_mc_add_excl -EXPORT_SYMBOL vmlinux 0x69a94ceb sk_alloc EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b92d55 neigh_destroy EXPORT_SYMBOL vmlinux 0x69b9d42c __nd_driver_register EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window EXPORT_SYMBOL vmlinux 0x69f46337 netdev_class_create_file_ns EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree -EXPORT_SYMBOL vmlinux 0x6a07f789 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x6a19abc8 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x6a1c7c66 devfreq_add_governor EXPORT_SYMBOL vmlinux 0x6a270817 padata_set_cpumask EXPORT_SYMBOL vmlinux 0x6a3154d4 phy_remove_link_mode @@ -7858,14 +7847,17 @@ EXPORT_SYMBOL vmlinux 0x6a4d4412 unregister_quota_format EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a667d0a ipv6_select_ident EXPORT_SYMBOL vmlinux 0x6a84b2e4 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x6a8b7f18 pci_set_power_state EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6aa56ab5 netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device -EXPORT_SYMBOL vmlinux 0x6ae4b8c3 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset -EXPORT_SYMBOL vmlinux 0x6af3a3e9 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x6af61e13 ppp_unregister_channel EXPORT_SYMBOL vmlinux 0x6afd0907 find_get_entry +EXPORT_SYMBOL vmlinux 0x6b01f419 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x6b2107b6 neigh_resolve_output EXPORT_SYMBOL vmlinux 0x6b255871 rproc_coredump_add_custom_segment EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0x6b2941b2 __arch_copy_to_user @@ -7886,35 +7878,39 @@ EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list EXPORT_SYMBOL vmlinux 0x6bae735c pnp_device_detach EXPORT_SYMBOL vmlinux 0x6bb9c07e console_stop EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev -EXPORT_SYMBOL vmlinux 0x6bd86419 sock_register EXPORT_SYMBOL vmlinux 0x6be0d38b unregister_sysctl_table EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method EXPORT_SYMBOL vmlinux 0x6bef88b9 __netlink_ns_capable EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change EXPORT_SYMBOL vmlinux 0x6c35c205 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x6c40b7ba fqdir_init EXPORT_SYMBOL vmlinux 0x6c5bb7b3 ptp_clock_register EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c63a1ad sock_cmsg_send EXPORT_SYMBOL vmlinux 0x6c7a0984 mmc_gpiod_request_ro -EXPORT_SYMBOL vmlinux 0x6c883c33 skb_split EXPORT_SYMBOL vmlinux 0x6c8a836d find_vma EXPORT_SYMBOL vmlinux 0x6c9518a5 iterate_supers_type EXPORT_SYMBOL vmlinux 0x6ca054de blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0x6ca27f90 file_fdatawait_range EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk EXPORT_SYMBOL vmlinux 0x6cc309a2 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6cd28c38 pci_enable_wake EXPORT_SYMBOL vmlinux 0x6cdf1d90 register_framebuffer -EXPORT_SYMBOL vmlinux 0x6cee5961 sock_no_connect EXPORT_SYMBOL vmlinux 0x6cf229f0 dma_cache_sync +EXPORT_SYMBOL vmlinux 0x6cf562c7 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc -EXPORT_SYMBOL vmlinux 0x6cfbc972 dst_dev_put EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d16f24c sock_from_file EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2cc597 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x6d33cb29 ip6_route_me_harder EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0x6d510a96 generic_fillattr EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged EXPORT_SYMBOL vmlinux 0x6d60a3fa i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6d72c47e pcie_port_service_register EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw EXPORT_SYMBOL vmlinux 0x6d81ba58 blk_mq_requeue_request EXPORT_SYMBOL vmlinux 0x6d82cb72 phy_ethtool_ksettings_set @@ -7922,68 +7918,73 @@ EXPORT_SYMBOL vmlinux 0x6d9c7f11 devm_of_iomap EXPORT_SYMBOL vmlinux 0x6db73710 refresh_frequency_limits EXPORT_SYMBOL vmlinux 0x6dbb7c71 __blockdev_direct_IO EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete -EXPORT_SYMBOL vmlinux 0x6dc419fd xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x6dc61541 phy_attach EXPORT_SYMBOL vmlinux 0x6dc87b42 nvm_register EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header EXPORT_SYMBOL vmlinux 0x6de13801 wait_for_completion EXPORT_SYMBOL vmlinux 0x6de8f417 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6df022cb netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction -EXPORT_SYMBOL vmlinux 0x6df8c267 inet6_ioctl -EXPORT_SYMBOL vmlinux 0x6dfdc023 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x6dfc720f netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x6e2b9fc0 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x6e35615c ptp_clock_unregister EXPORT_SYMBOL vmlinux 0x6e40f653 drop_super -EXPORT_SYMBOL vmlinux 0x6e417400 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x6e48c099 generic_pipe_buf_get -EXPORT_SYMBOL vmlinux 0x6e565424 pci_add_new_bus EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e685c4f __napi_schedule EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock EXPORT_SYMBOL vmlinux 0x6e734fc0 vfs_setpos +EXPORT_SYMBOL vmlinux 0x6e7ac1bb seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x6e7f684d kernel_read EXPORT_SYMBOL vmlinux 0x6e8a5605 truncate_pagecache_range EXPORT_SYMBOL vmlinux 0x6e97d6a3 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x6e9d9797 sock_wake_async EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig EXPORT_SYMBOL vmlinux 0x6eaa1e0f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x6ead5093 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x6ebed034 __sock_create EXPORT_SYMBOL vmlinux 0x6ec0156d dm_table_get_md EXPORT_SYMBOL vmlinux 0x6ec099b8 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x6ed89c88 skb_copy_header EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check -EXPORT_SYMBOL vmlinux 0x6efcc7f2 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x6eda582c skb_queue_tail EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit -EXPORT_SYMBOL vmlinux 0x6f194f35 pneigh_enqueue -EXPORT_SYMBOL vmlinux 0x6f288dc4 netpoll_poll_enable -EXPORT_SYMBOL vmlinux 0x6f2ee7e4 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x6f2560e7 sock_no_getsockopt EXPORT_SYMBOL vmlinux 0x6f30f5bc from_kgid_munged +EXPORT_SYMBOL vmlinux 0x6f343bcd xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x6f3c154f skb_vlan_untag EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource -EXPORT_SYMBOL vmlinux 0x6f68b4da ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap EXPORT_SYMBOL vmlinux 0x6f7b1221 get_phy_device EXPORT_SYMBOL vmlinux 0x6f85d10c i2c_smbus_write_word_data EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats EXPORT_SYMBOL vmlinux 0x6fae3358 devm_clk_get_optional EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb8abff pci_dev_get EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog EXPORT_SYMBOL vmlinux 0x6fd37f5e copy_page_to_iter EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv -EXPORT_SYMBOL vmlinux 0x6fe37d31 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x6fe2873e mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x6ff8f5c3 imx_dsp_ring_doorbell EXPORT_SYMBOL vmlinux 0x6ffea9cb pps_event EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 -EXPORT_SYMBOL vmlinux 0x701e635d pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x70016fe1 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x700dbdf6 ip6mr_rule_default EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier -EXPORT_SYMBOL vmlinux 0x7026d2f4 skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen EXPORT_SYMBOL vmlinux 0x7048c7c3 find_inode_nowait -EXPORT_SYMBOL vmlinux 0x7066c425 ip_options_compile -EXPORT_SYMBOL vmlinux 0x706bff23 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x704fcfb4 pci_get_device EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x70788cb1 skb_checksum EXPORT_SYMBOL vmlinux 0x707efbfd nvdimm_namespace_capacity EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put +EXPORT_SYMBOL vmlinux 0x70a3215f vga_get EXPORT_SYMBOL vmlinux 0x70a3b341 fput EXPORT_SYMBOL vmlinux 0x70ab3a24 crypto_sha1_finup EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup @@ -8000,7 +8001,6 @@ EXPORT_SYMBOL vmlinux 0x71547da2 generic_write_checks EXPORT_SYMBOL vmlinux 0x715d7a34 security_path_rename EXPORT_SYMBOL vmlinux 0x7170c9af max8998_read_reg EXPORT_SYMBOL vmlinux 0x7171121c overflowgid -EXPORT_SYMBOL vmlinux 0x7183350e seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0x718c90c5 bdi_alloc_node EXPORT_SYMBOL vmlinux 0x719b32cc reuseport_select_sock EXPORT_SYMBOL vmlinux 0x71a1c1a8 qdisc_class_hash_grow @@ -8009,84 +8009,82 @@ EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy EXPORT_SYMBOL vmlinux 0x71adda80 inode_nohighmem EXPORT_SYMBOL vmlinux 0x71e49d83 config_item_put EXPORT_SYMBOL vmlinux 0x71fd3de5 kernel_write +EXPORT_SYMBOL vmlinux 0x7201e481 build_skb EXPORT_SYMBOL vmlinux 0x72168d4d bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x721a0bfa ip_defrag +EXPORT_SYMBOL vmlinux 0x722050d2 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x722cafb1 phy_read_mmd EXPORT_SYMBOL vmlinux 0x7234652f rpmh_flush -EXPORT_SYMBOL vmlinux 0x723553ab netpoll_send_udp -EXPORT_SYMBOL vmlinux 0x723bb374 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0x723f92d5 get_user_pages_remote EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported EXPORT_SYMBOL vmlinux 0x724e165d kmem_cache_alloc_trace EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x727d0332 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x727d5388 vm_map_pages EXPORT_SYMBOL vmlinux 0x72976df7 bh_submit_read EXPORT_SYMBOL vmlinux 0x72a829df sunxi_sram_claim EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72dd07f2 vfs_create EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type -EXPORT_SYMBOL vmlinux 0x72f5c90f dev_alloc_name EXPORT_SYMBOL vmlinux 0x730ebfd8 hmm_mirror_unregister EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type EXPORT_SYMBOL vmlinux 0x733ed24a key_payload_reserve EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0x735c733b __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer -EXPORT_SYMBOL vmlinux 0x736121d0 ndisc_mc_map -EXPORT_SYMBOL vmlinux 0x736e87f1 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x7380dffa argv_split EXPORT_SYMBOL vmlinux 0x7391e4a5 __inode_sub_bytes -EXPORT_SYMBOL vmlinux 0x73a34c9f km_state_expired +EXPORT_SYMBOL vmlinux 0x73b96c38 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x73bce673 dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0x73c28e5f devm_of_clk_del_provider EXPORT_SYMBOL vmlinux 0x73e88c43 ps2_handle_ack EXPORT_SYMBOL vmlinux 0x73ecc8a6 bio_add_page EXPORT_SYMBOL vmlinux 0x73f07dd8 __scsi_execute +EXPORT_SYMBOL vmlinux 0x73f1ea72 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x7409bd0d of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x740a1318 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace EXPORT_SYMBOL vmlinux 0x74112e4a _copy_from_iter_full_nocache -EXPORT_SYMBOL vmlinux 0x7412b44e inet_add_protocol EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive EXPORT_SYMBOL vmlinux 0x7413dd1c proc_create EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes -EXPORT_SYMBOL vmlinux 0x74260c27 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x742df97f xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x7431657a update_region EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x744aa33b netif_skb_features EXPORT_SYMBOL vmlinux 0x745d89c4 zap_page_range -EXPORT_SYMBOL vmlinux 0x7471b2ce netdev_reset_tc EXPORT_SYMBOL vmlinux 0x7474b6f2 dev_uc_flush EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event EXPORT_SYMBOL vmlinux 0x74762b28 vme_irq_handler -EXPORT_SYMBOL vmlinux 0x747781a6 rtnl_notify EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked -EXPORT_SYMBOL vmlinux 0x74987532 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x748955ba km_new_mapping +EXPORT_SYMBOL vmlinux 0x74b44600 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x74ba02b8 scsi_track_queue_full EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 EXPORT_SYMBOL vmlinux 0x74cee230 kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x74e1aab1 jbd2_journal_ack_err EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable -EXPORT_SYMBOL vmlinux 0x74e6363d udp_lib_rehash EXPORT_SYMBOL vmlinux 0x74fb7cbe flow_block_cb_setup_simple EXPORT_SYMBOL vmlinux 0x75084af6 fwnode_irq_get -EXPORT_SYMBOL vmlinux 0x755affab netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x75192b39 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x7551dae1 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x7567cd07 sock_rfree EXPORT_SYMBOL vmlinux 0x75685c0b md_bitmap_endwrite -EXPORT_SYMBOL vmlinux 0x75730957 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object EXPORT_SYMBOL vmlinux 0x758d5492 flow_rule_alloc EXPORT_SYMBOL vmlinux 0x758f41f7 wake_up_process -EXPORT_SYMBOL vmlinux 0x7591ac64 sock_edemux EXPORT_SYMBOL vmlinux 0x75b0d807 add_random_ready_callback EXPORT_SYMBOL vmlinux 0x75baa7d8 follow_down_one EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75c183d0 scsi_add_host_with_dma EXPORT_SYMBOL vmlinux 0x75c634ad dma_resv_init -EXPORT_SYMBOL vmlinux 0x75caeb7b pci_write_config_word EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump EXPORT_SYMBOL vmlinux 0x75dbac91 dmaengine_get_unmap_data EXPORT_SYMBOL vmlinux 0x75e60613 key_put -EXPORT_SYMBOL vmlinux 0x760549fa xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x760a0f4f yield EXPORT_SYMBOL vmlinux 0x7616961f prepare_to_swait_event EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired @@ -8098,13 +8096,11 @@ EXPORT_SYMBOL vmlinux 0x7632866e set_binfmt EXPORT_SYMBOL vmlinux 0x76380d23 dquot_enable EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq EXPORT_SYMBOL vmlinux 0x764de4fa rc5t583_ext_power_req_config -EXPORT_SYMBOL vmlinux 0x765709f1 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0x765a4e1d blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic -EXPORT_SYMBOL vmlinux 0x7660d04e udplite_prot +EXPORT_SYMBOL vmlinux 0x7665c062 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages -EXPORT_SYMBOL vmlinux 0x768bd11a mr_mfc_find_any_parent -EXPORT_SYMBOL vmlinux 0x7697d9ac nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x767fd3e9 tcf_classify EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check EXPORT_SYMBOL vmlinux 0x76a1b38d get_tree_keyed EXPORT_SYMBOL vmlinux 0x76b33292 account_page_redirty @@ -8112,32 +8108,31 @@ EXPORT_SYMBOL vmlinux 0x76d36255 configfs_depend_item_unlocked EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint EXPORT_SYMBOL vmlinux 0x76d777fa iunique -EXPORT_SYMBOL vmlinux 0x76da77ed inet_frags_init EXPORT_SYMBOL vmlinux 0x76e13aa6 devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0x76ec37d1 kill_anon_super EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir -EXPORT_SYMBOL vmlinux 0x774ce766 inet6_del_protocol -EXPORT_SYMBOL vmlinux 0x775aa11e netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x7776cbfd meson_sm_call_read EXPORT_SYMBOL vmlinux 0x777f1fbc input_set_timestamp +EXPORT_SYMBOL vmlinux 0x77899862 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c5a5ab ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x77cd8b48 scsi_eh_prep_cmnd EXPORT_SYMBOL vmlinux 0x77da7e3e qdisc_watchdog_init_clockid EXPORT_SYMBOL vmlinux 0x77dacc9a qdisc_watchdog_init -EXPORT_SYMBOL vmlinux 0x77de01ee tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77fe6384 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle -EXPORT_SYMBOL vmlinux 0x780bfdd4 netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0x780caf7a input_register_device EXPORT_SYMBOL vmlinux 0x7811fc19 iov_iter_get_pages_alloc EXPORT_SYMBOL vmlinux 0x781e93d5 rproc_elf_find_loaded_rsc_table EXPORT_SYMBOL vmlinux 0x7846217c redirty_page_for_writepage EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r -EXPORT_SYMBOL vmlinux 0x78738482 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x786a3af3 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788df1f9 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x788e5377 input_register_handle EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt @@ -8146,80 +8141,71 @@ EXPORT_SYMBOL vmlinux 0x78b714f9 bioset_init_from_src EXPORT_SYMBOL vmlinux 0x78c81097 msm_pinctrl_dev_pm_ops EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices EXPORT_SYMBOL vmlinux 0x78e2e44a simple_transaction_get +EXPORT_SYMBOL vmlinux 0x78e890d8 kfree_skb +EXPORT_SYMBOL vmlinux 0x78f1a2ff tcp_shutdown EXPORT_SYMBOL vmlinux 0x79024b51 devm_extcon_unregister_notifier EXPORT_SYMBOL vmlinux 0x7910df23 fsl_ifc_ctrl_dev EXPORT_SYMBOL vmlinux 0x7925f37a call_fib_notifier +EXPORT_SYMBOL vmlinux 0x79278941 mr_table_alloc EXPORT_SYMBOL vmlinux 0x79351e29 mmc_retune_release EXPORT_SYMBOL vmlinux 0x793c4fc5 mmc_detect_card_removed EXPORT_SYMBOL vmlinux 0x794045ab uart_get_baud_rate EXPORT_SYMBOL vmlinux 0x7956b3ba generic_block_bmap EXPORT_SYMBOL vmlinux 0x796149c9 serial8250_set_isa_configurator -EXPORT_SYMBOL vmlinux 0x79672e1a inet_addr_type -EXPORT_SYMBOL vmlinux 0x796a83b2 mr_table_dump EXPORT_SYMBOL vmlinux 0x796c816a blk_integrity_merge_rq EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin -EXPORT_SYMBOL vmlinux 0x79750a6d skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0x7984eefc key_update EXPORT_SYMBOL vmlinux 0x79911514 end_buffer_read_sync -EXPORT_SYMBOL vmlinux 0x7991177d skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x799dafc1 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes EXPORT_SYMBOL vmlinux 0x79ce60d5 param_ops_int EXPORT_SYMBOL vmlinux 0x79fb5ff4 ps2_end_command EXPORT_SYMBOL vmlinux 0x7a0191a1 bdget EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute -EXPORT_SYMBOL vmlinux 0x7a0dc5d8 inet_sock_destruct EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2f1246 udp_prot EXPORT_SYMBOL vmlinux 0x7a33e801 mmc_can_erase -EXPORT_SYMBOL vmlinux 0x7a367337 xfrm_state_delete -EXPORT_SYMBOL vmlinux 0x7a3e5d96 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0x7a4497db kzfree -EXPORT_SYMBOL vmlinux 0x7a44bf93 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0x7a625cd8 mipi_dsi_host_register -EXPORT_SYMBOL vmlinux 0x7a85cca2 napi_gro_flush EXPORT_SYMBOL vmlinux 0x7a92a120 qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree -EXPORT_SYMBOL vmlinux 0x7aa87e5a dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt EXPORT_SYMBOL vmlinux 0x7aca841f qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x7ad02c1a pcim_iounmap EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu EXPORT_SYMBOL vmlinux 0x7af034a3 xsk_umem_consume_tx -EXPORT_SYMBOL vmlinux 0x7af831ef __sock_cmsg_send -EXPORT_SYMBOL vmlinux 0x7b002ef8 dev_get_iflink EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 +EXPORT_SYMBOL vmlinux 0x7b1b75ef dev_set_alias +EXPORT_SYMBOL vmlinux 0x7b21e021 netif_napi_add EXPORT_SYMBOL vmlinux 0x7b23efc7 dmaenginem_async_device_register -EXPORT_SYMBOL vmlinux 0x7b306db4 skb_queue_head +EXPORT_SYMBOL vmlinux 0x7b36e932 __skb_recv_datagram EXPORT_SYMBOL vmlinux 0x7b3c922a kill_bdev EXPORT_SYMBOL vmlinux 0x7b4cdba7 mdiobus_unregister_device EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem -EXPORT_SYMBOL vmlinux 0x7b513292 udp_seq_start EXPORT_SYMBOL vmlinux 0x7b541a01 kernel_param_lock EXPORT_SYMBOL vmlinux 0x7b5a0872 kill_pgrp -EXPORT_SYMBOL vmlinux 0x7b5a7ff4 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0x7b5ff13e mipi_dsi_dcs_get_pixel_format EXPORT_SYMBOL vmlinux 0x7b7c7d44 dma_resv_add_excl_fence EXPORT_SYMBOL vmlinux 0x7b7fd504 set_anon_super_fc EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace EXPORT_SYMBOL vmlinux 0x7b90e783 rtc_add_group -EXPORT_SYMBOL vmlinux 0x7ba07bfb skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bb74fa3 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc37786 ndisc_mc_map EXPORT_SYMBOL vmlinux 0x7bc50bed textsearch_find_continuous EXPORT_SYMBOL vmlinux 0x7bd46935 i2c_register_driver -EXPORT_SYMBOL vmlinux 0x7be37345 mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0x7bef4a4e get_user_pages_locked -EXPORT_SYMBOL vmlinux 0x7bf75bab inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x7c0a2fdf security_dentry_init_security EXPORT_SYMBOL vmlinux 0x7c11fd20 cdrom_open EXPORT_SYMBOL vmlinux 0x7c164be7 __dquot_free_space EXPORT_SYMBOL vmlinux 0x7c171b5e __lock_buffer EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement -EXPORT_SYMBOL vmlinux 0x7c193096 inet_sendpage -EXPORT_SYMBOL vmlinux 0x7c24ccc7 udp_poll EXPORT_SYMBOL vmlinux 0x7c26b46a abx500_event_registers_startup_state_get EXPORT_SYMBOL vmlinux 0x7c3318c0 blk_set_runtime_active EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get @@ -8229,51 +8215,55 @@ EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet EXPORT_SYMBOL vmlinux 0x7cb5156f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x7cc7d69b sockfd_lookup EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid EXPORT_SYMBOL vmlinux 0x7cebdbd1 mmc_start_request EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d048c32 fscrypt_free_bounce_page EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys -EXPORT_SYMBOL vmlinux 0x7d0ce8ee pci_clear_master EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent -EXPORT_SYMBOL vmlinux 0x7d17b0fe __pci_register_driver +EXPORT_SYMBOL vmlinux 0x7d27513b tcp_setsockopt EXPORT_SYMBOL vmlinux 0x7d281f02 tcf_idr_check_alloc -EXPORT_SYMBOL vmlinux 0x7d36505c xfrm4_rcv_encap -EXPORT_SYMBOL vmlinux 0x7d38ba48 tso_build_hdr EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4f4f4c pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0x7d51f10b dget_parent EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x7d888cd7 jbd2_log_start_commit -EXPORT_SYMBOL vmlinux 0x7d9ade8d neigh_for_each +EXPORT_SYMBOL vmlinux 0x7d96a29e ipv4_specific +EXPORT_SYMBOL vmlinux 0x7d9eba9f arp_xmit EXPORT_SYMBOL vmlinux 0x7da58c8a bprm_change_interp EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db20c90 inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0x7db51bf5 proc_set_size -EXPORT_SYMBOL vmlinux 0x7dc4c970 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x7dcfdee7 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x7dd8dcbf input_event EXPORT_SYMBOL vmlinux 0x7ddbad2e key_task_permission EXPORT_SYMBOL vmlinux 0x7de00619 blk_mq_init_queue EXPORT_SYMBOL vmlinux 0x7de0e911 blk_mq_start_hw_queue -EXPORT_SYMBOL vmlinux 0x7dea4189 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x7de5b668 udp_disconnect EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7df32686 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x7e0823a7 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x7e0826e2 atomic_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync EXPORT_SYMBOL vmlinux 0x7e46faf5 tty_port_close_start EXPORT_SYMBOL vmlinux 0x7e4c200c of_clk_get -EXPORT_SYMBOL vmlinux 0x7e54b451 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x7e5b9d33 param_set_uint EXPORT_SYMBOL vmlinux 0x7e76cf65 param_set_copystring +EXPORT_SYMBOL vmlinux 0x7e84f944 netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x7e89ec11 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x7ea7bbde xfrm_state_delete EXPORT_SYMBOL vmlinux 0x7eae38f8 put_user_pages EXPORT_SYMBOL vmlinux 0x7ec355e4 csum_and_copy_to_iter EXPORT_SYMBOL vmlinux 0x7ec78bdd rename_lock -EXPORT_SYMBOL vmlinux 0x7ec907b1 ip_frag_init -EXPORT_SYMBOL vmlinux 0x7ecf3870 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x7ecf9261 __netif_schedule +EXPORT_SYMBOL vmlinux 0x7ed11a57 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7efaaa30 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x7efbfca3 tcp_close EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table -EXPORT_SYMBOL vmlinux 0x7f1a5fe4 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x7f20937a sk_stream_error EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f2eff39 flow_rule_match_cvlan @@ -8281,32 +8271,32 @@ EXPORT_SYMBOL vmlinux 0x7f338e35 inode_add_bytes EXPORT_SYMBOL vmlinux 0x7f3a07e3 vme_register_bridge EXPORT_SYMBOL vmlinux 0x7f3e4c4d jbd2_journal_wipe EXPORT_SYMBOL vmlinux 0x7f52071a net_dim -EXPORT_SYMBOL vmlinux 0x7f522a6f pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0x7f56fa01 amba_device_unregister EXPORT_SYMBOL vmlinux 0x7f588ecc tty_flip_buffer_push EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table EXPORT_SYMBOL vmlinux 0x7f64dd1c configfs_unregister_default_group -EXPORT_SYMBOL vmlinux 0x7f687dcd neigh_carrier_down EXPORT_SYMBOL vmlinux 0x7f708a89 mmc_get_card +EXPORT_SYMBOL vmlinux 0x7f7b8ffd nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable -EXPORT_SYMBOL vmlinux 0x7f84f38a dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x7f8f9c95 twl6040_get_vibralr_status EXPORT_SYMBOL vmlinux 0x7f9752f7 backlight_device_set_brightness EXPORT_SYMBOL vmlinux 0x7fabfdbc dentry_path_raw -EXPORT_SYMBOL vmlinux 0x7fde338e neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x7fb8d540 get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0x7fd5cb49 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x7fdb8398 kernel_setsockopt EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x8008b955 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x80130922 xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x801d7ac2 kmem_cache_alloc_node_trace EXPORT_SYMBOL vmlinux 0x801da639 deactivate_locked_super -EXPORT_SYMBOL vmlinux 0x80272d23 netdev_notice EXPORT_SYMBOL vmlinux 0x802c6f94 fb_show_logo EXPORT_SYMBOL vmlinux 0x804a2159 scsi_block_requests EXPORT_SYMBOL vmlinux 0x807d78c5 discard_new_inode -EXPORT_SYMBOL vmlinux 0x808c060a xfrm_lookup_route EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack -EXPORT_SYMBOL vmlinux 0x80a54c0c pci_disable_link_state EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80bb1883 kernel_getsockname EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client EXPORT_SYMBOL vmlinux 0x81048daa __mdiobus_read @@ -8314,88 +8304,89 @@ EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer EXPORT_SYMBOL vmlinux 0x81188c30 match_string EXPORT_SYMBOL vmlinux 0x8133c67d complete_and_exit EXPORT_SYMBOL vmlinux 0x813c0aa1 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x81445fcd inet_pton_with_scope EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page EXPORT_SYMBOL vmlinux 0x81734854 blk_get_queue EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information EXPORT_SYMBOL vmlinux 0x818b0b77 hmm_range_fault -EXPORT_SYMBOL vmlinux 0x819d99fd napi_gro_frags -EXPORT_SYMBOL vmlinux 0x81a85e3e pci_dev_driver +EXPORT_SYMBOL vmlinux 0x81b2062d pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0x81b395b3 down_interruptible +EXPORT_SYMBOL vmlinux 0x81d249d2 kernel_bind EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x81e3dc6f input_set_max_poll_interval EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info EXPORT_SYMBOL vmlinux 0x81fd582c migrate_page_move_mapping EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill -EXPORT_SYMBOL vmlinux 0x820bb442 __ip_options_compile EXPORT_SYMBOL vmlinux 0x82112643 get_cached_acl_rcu EXPORT_SYMBOL vmlinux 0x821186ce drop_nlink EXPORT_SYMBOL vmlinux 0x8216fbad mmc_run_bkops EXPORT_SYMBOL vmlinux 0x821d3b0c amba_device_register EXPORT_SYMBOL vmlinux 0x8221639a blkdev_get_by_path EXPORT_SYMBOL vmlinux 0x8221dfbb fscrypt_ioctl_set_policy -EXPORT_SYMBOL vmlinux 0x82388d63 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x824d7595 skb_queue_purge EXPORT_SYMBOL vmlinux 0x824eedc4 param_set_charp -EXPORT_SYMBOL vmlinux 0x82546307 skb_store_bits EXPORT_SYMBOL vmlinux 0x82600445 pm8606_osc_disable EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init -EXPORT_SYMBOL vmlinux 0x8284606e sk_page_frag_refill EXPORT_SYMBOL vmlinux 0x8291c4f0 set_groups -EXPORT_SYMBOL vmlinux 0x82981500 nf_log_set -EXPORT_SYMBOL vmlinux 0x82b8fa9e inet_csk_complete_hashdance -EXPORT_SYMBOL vmlinux 0x82c45b3c inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x82a41017 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes EXPORT_SYMBOL vmlinux 0x82d07ae7 posix_acl_from_xattr -EXPORT_SYMBOL vmlinux 0x82df817b netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x82f36010 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x82fbef0c nf_log_register EXPORT_SYMBOL vmlinux 0x831f0521 devfreq_monitor_start EXPORT_SYMBOL vmlinux 0x832029b3 devfreq_monitor_suspend -EXPORT_SYMBOL vmlinux 0x8332d372 qdisc_reset EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836118fd pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x8362d2e7 acpi_bus_register_driver -EXPORT_SYMBOL vmlinux 0x83637bf1 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x836ea1c0 kernel_listen EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug EXPORT_SYMBOL vmlinux 0x8384647a acpi_map_pxm_to_online_node -EXPORT_SYMBOL vmlinux 0x83848a2e pcie_capability_clear_and_set_word -EXPORT_SYMBOL vmlinux 0x8385b7e4 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 EXPORT_SYMBOL vmlinux 0x8394e8c2 phy_connect EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put -EXPORT_SYMBOL vmlinux 0x83a44a82 pcie_set_readrq -EXPORT_SYMBOL vmlinux 0x83a9a11b tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x83b02e04 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x83b53d79 skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x83b82fe6 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x83bab29c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x83bc7119 tcf_exts_change EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c8cd1b inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x83ca3885 inet6_register_protosw EXPORT_SYMBOL vmlinux 0x83db85fd flush_dcache_page EXPORT_SYMBOL vmlinux 0x83e08098 thaw_super +EXPORT_SYMBOL vmlinux 0x83ef812e skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x83f8def2 rproc_alloc EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x840a1be3 pci_free_irq EXPORT_SYMBOL vmlinux 0x8419d176 phy_ethtool_set_wol EXPORT_SYMBOL vmlinux 0x8420a14b _dev_emerg +EXPORT_SYMBOL vmlinux 0x842204f2 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x843ab063 __skb_pad EXPORT_SYMBOL vmlinux 0x844362b9 configfs_register_subsystem -EXPORT_SYMBOL vmlinux 0x84502b91 neigh_lookup +EXPORT_SYMBOL vmlinux 0x84476a54 netif_carrier_off EXPORT_SYMBOL vmlinux 0x84539d94 serio_reconnect +EXPORT_SYMBOL vmlinux 0x8454968f tcp_parse_options EXPORT_SYMBOL vmlinux 0x845b4fce get_cached_acl -EXPORT_SYMBOL vmlinux 0x84683bab sock_init_data -EXPORT_SYMBOL vmlinux 0x8477187a pci_get_subsys -EXPORT_SYMBOL vmlinux 0x8479bfd6 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x8485c0c7 pagevec_lookup_range +EXPORT_SYMBOL vmlinux 0x84865e91 neigh_xmit EXPORT_SYMBOL vmlinux 0x848e24b4 of_n_size_cells -EXPORT_SYMBOL vmlinux 0x848ffec7 inet6_register_protosw -EXPORT_SYMBOL vmlinux 0x849d7378 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x84b26867 pci_enable_msi EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84d026c1 pci_dev_driver EXPORT_SYMBOL vmlinux 0x8500d2af dm_unregister_target -EXPORT_SYMBOL vmlinux 0x8506446a eth_change_mtu EXPORT_SYMBOL vmlinux 0x850d010c load_nls EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst EXPORT_SYMBOL vmlinux 0x851b88b8 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x853159b0 nf_reinject EXPORT_SYMBOL vmlinux 0x853f6841 phy_device_remove EXPORT_SYMBOL vmlinux 0x8550ab1a dev_uc_unsync EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal EXPORT_SYMBOL vmlinux 0x8559849a mmc_gpio_get_ro EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85687328 sock_efree EXPORT_SYMBOL vmlinux 0x85696718 t10_pi_type3_ip EXPORT_SYMBOL vmlinux 0x858b3fe3 free_iova_mem EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity @@ -8409,37 +8400,38 @@ EXPORT_SYMBOL vmlinux 0x85e196d0 seq_file_path EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn EXPORT_SYMBOL vmlinux 0x85f86ba0 rproc_elf_load_segments EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x86156e88 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0x862fcd52 devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x863a276a color_table -EXPORT_SYMBOL vmlinux 0x864a8277 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x864de52b security_skb_classify_flow EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x86532363 dst_discard_out EXPORT_SYMBOL vmlinux 0x8662a6e6 input_inject_event +EXPORT_SYMBOL vmlinux 0x8668df9b mroute6_is_socket EXPORT_SYMBOL vmlinux 0x8670984c seq_puts -EXPORT_SYMBOL vmlinux 0x868aabd7 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x8689f1f6 inet_bind EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8695c18e qdisc_put EXPORT_SYMBOL vmlinux 0x86a67fe9 genphy_soft_reset EXPORT_SYMBOL vmlinux 0x86b5173b rdmacg_uncharge EXPORT_SYMBOL vmlinux 0x86c18b81 clear_wb_congested -EXPORT_SYMBOL vmlinux 0x86cec114 blk_queue_split EXPORT_SYMBOL vmlinux 0x86d00d10 blk_sync_queue -EXPORT_SYMBOL vmlinux 0x86e0c2a7 ip_check_defrag -EXPORT_SYMBOL vmlinux 0x86f2c20c call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x86dd1e90 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant -EXPORT_SYMBOL vmlinux 0x87083919 put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x87189d4a phy_ethtool_set_link_ksettings EXPORT_SYMBOL vmlinux 0x8724ba39 of_device_is_compatible -EXPORT_SYMBOL vmlinux 0x8728e3cf skb_seq_read +EXPORT_SYMBOL vmlinux 0x87309ddd netdev_features_change EXPORT_SYMBOL vmlinux 0x873859b9 __scsi_add_device -EXPORT_SYMBOL vmlinux 0x873a9280 pci_pme_capable -EXPORT_SYMBOL vmlinux 0x87437f78 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x875be9b1 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed EXPORT_SYMBOL vmlinux 0x87664fe0 disk_stack_limits EXPORT_SYMBOL vmlinux 0x877a9531 module_refcount EXPORT_SYMBOL vmlinux 0x877f41f4 msm_pinctrl_remove EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x8789a0c6 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x8793ea9c eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x87aaa51e in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x87b8798d sg_next EXPORT_SYMBOL vmlinux 0x87ccd770 can_nice EXPORT_SYMBOL vmlinux 0x88069006 dma_async_device_register @@ -8448,35 +8440,31 @@ EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit EXPORT_SYMBOL vmlinux 0x883664e3 padata_alloc_shell EXPORT_SYMBOL vmlinux 0x8845d677 of_graph_get_port_parent EXPORT_SYMBOL vmlinux 0x885a500d scsi_print_result +EXPORT_SYMBOL vmlinux 0x88605d5a nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 EXPORT_SYMBOL vmlinux 0x88a51c71 kobject_get_unless_zero EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock -EXPORT_SYMBOL vmlinux 0x88b837dd compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free EXPORT_SYMBOL vmlinux 0x88fe76af iommu_dma_get_resv_regions EXPORT_SYMBOL vmlinux 0x88fed8a9 of_find_node_by_name -EXPORT_SYMBOL vmlinux 0x89099c40 netdev_lower_get_next -EXPORT_SYMBOL vmlinux 0x89218466 __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x89297a7c __SetPageMovable EXPORT_SYMBOL vmlinux 0x893a1a5e simple_open EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy -EXPORT_SYMBOL vmlinux 0x894bd570 udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x894be463 fscrypt_encrypt_block_inplace EXPORT_SYMBOL vmlinux 0x894ed320 override_creds +EXPORT_SYMBOL vmlinux 0x8965c4fb napi_gro_receive EXPORT_SYMBOL vmlinux 0x89689fe4 of_clk_get_by_name EXPORT_SYMBOL vmlinux 0x89800ce5 nvdimm_namespace_locked -EXPORT_SYMBOL vmlinux 0x899dfd6b xfrm6_rcv -EXPORT_SYMBOL vmlinux 0x89b312cf dev_set_alias EXPORT_SYMBOL vmlinux 0x89b35214 tty_hangup EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final +EXPORT_SYMBOL vmlinux 0x89bbf4af nf_hook_slow EXPORT_SYMBOL vmlinux 0x89c13628 of_dev_put -EXPORT_SYMBOL vmlinux 0x89e188f1 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x89c1a9e6 inet_release EXPORT_SYMBOL vmlinux 0x89ebe3fd blk_rq_init EXPORT_SYMBOL vmlinux 0x8a0156cd of_mdiobus_register -EXPORT_SYMBOL vmlinux 0x8a033440 tcp_gro_complete EXPORT_SYMBOL vmlinux 0x8a0b802a d_path EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a25f9f0 nvm_alloc_dev @@ -8485,6 +8473,8 @@ EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80e185 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8a8b8df7 neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x8a8fab10 md_bitmap_unplug EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab EXPORT_SYMBOL vmlinux 0x8aa6c06b mfd_add_devices @@ -8492,27 +8482,30 @@ EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer EXPORT_SYMBOL vmlinux 0x8ad04c96 uart_remove_one_port -EXPORT_SYMBOL vmlinux 0x8ae69721 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x8afb2097 __sk_receive_skb EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict -EXPORT_SYMBOL vmlinux 0x8b167569 dev_direct_xmit EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6e5c04 inet_gro_complete EXPORT_SYMBOL vmlinux 0x8b74de3c of_match_device EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8b5793 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9921f4 dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x8b9c8c94 __find_get_block +EXPORT_SYMBOL vmlinux 0x8b9e97e5 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx EXPORT_SYMBOL vmlinux 0x8bb6470c empty_aops EXPORT_SYMBOL vmlinux 0x8bc11eb1 __page_frag_cache_drain -EXPORT_SYMBOL vmlinux 0x8bd21f49 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x8bdf1a48 inet6_del_protocol EXPORT_SYMBOL vmlinux 0x8be3e196 security_inet_conn_established -EXPORT_SYMBOL vmlinux 0x8c028011 iproc_msi_init -EXPORT_SYMBOL vmlinux 0x8c097e7c tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x8be97fa7 skb_push +EXPORT_SYMBOL vmlinux 0x8bf5c958 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x8c16ea04 unregister_netdev EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event -EXPORT_SYMBOL vmlinux 0x8c28cab3 ipv6_sock_mc_join -EXPORT_SYMBOL vmlinux 0x8c2cd7fd udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8c2927b8 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x8c481dd6 devm_clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x8c65a03c padata_stop EXPORT_SYMBOL vmlinux 0x8c82ae15 mmc_can_gpio_cd @@ -8523,25 +8516,24 @@ EXPORT_SYMBOL vmlinux 0x8cb206bd dquot_alloc EXPORT_SYMBOL vmlinux 0x8cb2594c dm_kobject_release EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc EXPORT_SYMBOL vmlinux 0x8cb878ee fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x8cc225e0 udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending EXPORT_SYMBOL vmlinux 0x8d0a5894 ilookup EXPORT_SYMBOL vmlinux 0x8d307674 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x8d3f5b09 __skb_recv_udp EXPORT_SYMBOL vmlinux 0x8d45d20d devm_request_resource EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq EXPORT_SYMBOL vmlinux 0x8d574c9a block_invalidatepage -EXPORT_SYMBOL vmlinux 0x8d6285e2 dev_remove_offload EXPORT_SYMBOL vmlinux 0x8d648835 pnp_unregister_driver -EXPORT_SYMBOL vmlinux 0x8d663290 pci_find_capability -EXPORT_SYMBOL vmlinux 0x8d6f0c21 inet_shutdown +EXPORT_SYMBOL vmlinux 0x8d6ba28b dev_remove_offload EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper -EXPORT_SYMBOL vmlinux 0x8d8613b3 pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x8daa2c33 input_set_keycode EXPORT_SYMBOL vmlinux 0x8dc9b1fb netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x8dce7293 udp6_csum_init EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout -EXPORT_SYMBOL vmlinux 0x8de0329f udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x8deb7c46 pci_disable_link_state EXPORT_SYMBOL vmlinux 0x8df08614 mmc_erase -EXPORT_SYMBOL vmlinux 0x8df693c2 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null EXPORT_SYMBOL vmlinux 0x8dfdf56a sdei_event_disable @@ -8550,24 +8542,22 @@ EXPORT_SYMBOL vmlinux 0x8e0e9e5c ppp_input EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve -EXPORT_SYMBOL vmlinux 0x8e350d62 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x8e44e58d xfrm_init_replay EXPORT_SYMBOL vmlinux 0x8e5ebe2b mmc_can_sanitize EXPORT_SYMBOL vmlinux 0x8e64bc38 abort_creds +EXPORT_SYMBOL vmlinux 0x8e6ab886 xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x8e724b4d nobh_write_end EXPORT_SYMBOL vmlinux 0x8e85c83e nvm_dev_dma_alloc -EXPORT_SYMBOL vmlinux 0x8e89fe9f __sk_mem_schedule EXPORT_SYMBOL vmlinux 0x8e8b8523 devm_request_threaded_irq -EXPORT_SYMBOL vmlinux 0x8e9556d1 napi_schedule_prep EXPORT_SYMBOL vmlinux 0x8e9d4851 crypto_sha256_finup EXPORT_SYMBOL vmlinux 0x8ebe2deb of_match_node EXPORT_SYMBOL vmlinux 0x8ec576e7 vme_unregister_bridge EXPORT_SYMBOL vmlinux 0x8ee44261 blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask EXPORT_SYMBOL vmlinux 0x8f1f6f5e jbd2_journal_get_undo_access -EXPORT_SYMBOL vmlinux 0x8f23cb11 kernel_sock_ip_overhead -EXPORT_SYMBOL vmlinux 0x8f327cfc skb_push +EXPORT_SYMBOL vmlinux 0x8f26fb36 tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x8f3744ec blk_queue_make_request -EXPORT_SYMBOL vmlinux 0x8f4a63d0 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x8f38dbb9 ip_getsockopt EXPORT_SYMBOL vmlinux 0x8f4dbf97 security_sctp_bind_connect EXPORT_SYMBOL vmlinux 0x8f5fa209 dev_vprintk_emit EXPORT_SYMBOL vmlinux 0x8f694a2d acpi_match_device_ids @@ -8578,7 +8568,6 @@ EXPORT_SYMBOL vmlinux 0x8f96b592 irq_domain_set_info EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx -EXPORT_SYMBOL vmlinux 0x8fc12c33 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x8fc56f6c invalidate_partition EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content @@ -8587,10 +8576,10 @@ EXPORT_SYMBOL vmlinux 0x8fd54d43 of_get_next_parent EXPORT_SYMBOL vmlinux 0x8fda6a7f __next_node_in EXPORT_SYMBOL vmlinux 0x8ff80dcb config_item_init_type_name EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit -EXPORT_SYMBOL vmlinux 0x9004de97 inet_recvmsg EXPORT_SYMBOL vmlinux 0x9012e395 padata_do_parallel -EXPORT_SYMBOL vmlinux 0x9019e19d mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x901e1c8a memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x90209eaa __close_fd +EXPORT_SYMBOL vmlinux 0x902b2f3b sk_capable EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get EXPORT_SYMBOL vmlinux 0x902f5199 cpumask_next_wrap EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy @@ -8598,270 +8587,285 @@ EXPORT_SYMBOL vmlinux 0x90443e3c param_get_charp EXPORT_SYMBOL vmlinux 0x9055bcc3 genlmsg_put EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user -EXPORT_SYMBOL vmlinux 0x906222e1 tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x909ebec6 nd_btt_arena_is_valid EXPORT_SYMBOL vmlinux 0x90a76cfb dev_printk EXPORT_SYMBOL vmlinux 0x90ad0ae1 of_find_node_opts_by_path -EXPORT_SYMBOL vmlinux 0x90adcf2c tcp_check_req EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked EXPORT_SYMBOL vmlinux 0x90bbf599 vfs_get_fsid EXPORT_SYMBOL vmlinux 0x90c582d5 iommu_put_dma_cookie -EXPORT_SYMBOL vmlinux 0x90c95087 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x90d044b1 ___pskb_trim EXPORT_SYMBOL vmlinux 0x90ee3991 mpage_readpages EXPORT_SYMBOL vmlinux 0x911d53ae flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0x91229d3d jbd2_journal_try_to_free_buffers EXPORT_SYMBOL vmlinux 0x912b85d5 of_platform_bus_probe EXPORT_SYMBOL vmlinux 0x913a0036 kobject_set_name EXPORT_SYMBOL vmlinux 0x913a6f3e xdp_get_umem_from_qid +EXPORT_SYMBOL vmlinux 0x9141c988 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x9166a58d inet_confirm_addr EXPORT_SYMBOL vmlinux 0x9166fada strncpy EXPORT_SYMBOL vmlinux 0x917444c8 blk_rq_map_integrity_sg -EXPORT_SYMBOL vmlinux 0x91762742 sock_no_accept EXPORT_SYMBOL vmlinux 0x919a9ff9 ww_mutex_unlock EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 EXPORT_SYMBOL vmlinux 0x919ee92e fman_reset_mac EXPORT_SYMBOL vmlinux 0x91a0f0bd remap_pfn_range EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove -EXPORT_SYMBOL vmlinux 0x91c78cc1 pcie_port_service_register -EXPORT_SYMBOL vmlinux 0x91c93f19 dst_discard_out +EXPORT_SYMBOL vmlinux 0x91d05e14 lock_sock_nested EXPORT_SYMBOL vmlinux 0x91db8a83 amba_release_regions EXPORT_SYMBOL vmlinux 0x91e747a2 amba_find_device +EXPORT_SYMBOL vmlinux 0x91ec2b6c skb_page_frag_refill EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic -EXPORT_SYMBOL vmlinux 0x9208fa93 tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0x920cd20d padata_register_cpumask_notifier EXPORT_SYMBOL vmlinux 0x9220df0f elv_rb_add EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x92352e5a generic_parse_monolithic -EXPORT_SYMBOL vmlinux 0x923ae391 tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get EXPORT_SYMBOL vmlinux 0x923dbb27 vm_map_pages_zero EXPORT_SYMBOL vmlinux 0x923edaf0 __cgroup_bpf_run_filter_getsockopt EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x9267c7df dev_disable_lro EXPORT_SYMBOL vmlinux 0x92681cbd inc_node_page_state EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user EXPORT_SYMBOL vmlinux 0x92a7cb1a abx500_remove_ops EXPORT_SYMBOL vmlinux 0x92b566d7 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x92b78954 dev_disable_lro EXPORT_SYMBOL vmlinux 0x92b988e7 seq_release_private EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name -EXPORT_SYMBOL vmlinux 0x92b9c155 sock_i_uid -EXPORT_SYMBOL vmlinux 0x92cb2851 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x92c0d480 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x92c3d30a dev_remove_pack +EXPORT_SYMBOL vmlinux 0x92c97671 xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x92d79259 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x92e6a6e2 netif_rx_ni EXPORT_SYMBOL vmlinux 0x92e7fddb ioctl_by_bdev EXPORT_SYMBOL vmlinux 0x92e9a92c adjust_managed_page_count EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs EXPORT_SYMBOL vmlinux 0x92f8ccea __nlmsg_put EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fae3ed pci_read_vpd EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get EXPORT_SYMBOL vmlinux 0x93182d86 fs_context_for_reconfigure EXPORT_SYMBOL vmlinux 0x932247bf input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x932d8169 pneigh_lookup EXPORT_SYMBOL vmlinux 0x9333fea4 pm860x_bulk_write EXPORT_SYMBOL vmlinux 0x933edcd2 devm_mfd_add_devices EXPORT_SYMBOL vmlinux 0x9345e6e6 blk_mq_delay_run_hw_queue -EXPORT_SYMBOL vmlinux 0x934f1f4a xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x9379f1b8 component_match_add_typed -EXPORT_SYMBOL vmlinux 0x938c0bc5 neigh_xmit -EXPORT_SYMBOL vmlinux 0x938caa14 __skb_pad EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x93b6aad2 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x93c7e574 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0x93cdf6fb phy_drivers_register EXPORT_SYMBOL vmlinux 0x93dd6acd of_device_alloc EXPORT_SYMBOL vmlinux 0x93dfb6b2 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x93e2c976 __neigh_create EXPORT_SYMBOL vmlinux 0x93f6ca3e _dev_notice +EXPORT_SYMBOL vmlinux 0x940395f4 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x94203bca stop_tty EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn -EXPORT_SYMBOL vmlinux 0x942f4e5d xfrm_policy_destroy -EXPORT_SYMBOL vmlinux 0x9430eff1 dev_pre_changeaddr_notify EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945d1a9f skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x94632297 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x94723ab0 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x947e4b33 cont_write_begin +EXPORT_SYMBOL vmlinux 0x9483f139 inet_gro_receive +EXPORT_SYMBOL vmlinux 0x948ad936 pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a6ca2f inet_accept EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0x94bc52af posix_acl_chmod EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 EXPORT_SYMBOL vmlinux 0x94c2001a tty_schedule_flip -EXPORT_SYMBOL vmlinux 0x94c5590b ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x94e175d7 pnp_disable_dev -EXPORT_SYMBOL vmlinux 0x94e8ebf3 udp_prot EXPORT_SYMBOL vmlinux 0x94f79729 __test_set_page_writeback EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many EXPORT_SYMBOL vmlinux 0x950d2122 dquot_initialize +EXPORT_SYMBOL vmlinux 0x951b2acd mr_dump +EXPORT_SYMBOL vmlinux 0x951eac44 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x953febff put_fs_context EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc EXPORT_SYMBOL vmlinux 0x954f099c idr_preload EXPORT_SYMBOL vmlinux 0x955c2fd8 gro_cells_receive EXPORT_SYMBOL vmlinux 0x9560a50a dma_direct_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x956784db netdev_update_lockdep_key +EXPORT_SYMBOL vmlinux 0x956861c7 __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x9575be8b compat_ptr_ioctl EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked +EXPORT_SYMBOL vmlinux 0x957ebb4b skb_append EXPORT_SYMBOL vmlinux 0x958ba22a md_done_sync EXPORT_SYMBOL vmlinux 0x958c3392 mipi_dsi_dcs_soft_reset EXPORT_SYMBOL vmlinux 0x959136f2 generic_write_end EXPORT_SYMBOL vmlinux 0x959a2a41 qdisc_offload_dump_helper EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table EXPORT_SYMBOL vmlinux 0x95b22ffc __frontswap_load -EXPORT_SYMBOL vmlinux 0x95b4c69d nf_log_trace -EXPORT_SYMBOL vmlinux 0x95bffad0 pci_request_region +EXPORT_SYMBOL vmlinux 0x95c4289b netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x95ceef39 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x95cf7fc0 flow_rule_match_eth_addrs EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add -EXPORT_SYMBOL vmlinux 0x962b9031 inetdev_by_index EXPORT_SYMBOL vmlinux 0x962eb924 iw_handler_get_spy EXPORT_SYMBOL vmlinux 0x963720df phy_set_asym_pause EXPORT_SYMBOL vmlinux 0x9649fc0f __brelse EXPORT_SYMBOL vmlinux 0x96590cea bfifo_qdisc_ops -EXPORT_SYMBOL vmlinux 0x965a0b6d xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x965cdf19 __frontswap_store EXPORT_SYMBOL vmlinux 0x96753bca phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9675b5ba __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x96848186 scnprintf EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr EXPORT_SYMBOL vmlinux 0x96917bd4 tty_port_init EXPORT_SYMBOL vmlinux 0x96959836 nf_unregister_sockopt EXPORT_SYMBOL vmlinux 0x96961ad3 inode_init_once -EXPORT_SYMBOL vmlinux 0x9698af45 ip6tun_encaps EXPORT_SYMBOL vmlinux 0x9699d55f nonseekable_open EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp EXPORT_SYMBOL vmlinux 0x96b98677 cleancache_register_ops EXPORT_SYMBOL vmlinux 0x96c114cf show_init_ipc_ns EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode -EXPORT_SYMBOL vmlinux 0x96c9ed83 tso_build_data EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e435b3 icmp_ndo_send EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f971a5 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9709905f dev_get_mac_address EXPORT_SYMBOL vmlinux 0x970c4820 rproc_remove_subdev EXPORT_SYMBOL vmlinux 0x971acbe9 of_phy_attach EXPORT_SYMBOL vmlinux 0x972227c9 release_firmware -EXPORT_SYMBOL vmlinux 0x973807ee netdev_features_change +EXPORT_SYMBOL vmlinux 0x9722c83c xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x973c19ee d_obtain_root EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier EXPORT_SYMBOL vmlinux 0x97431fc6 dma_fence_chain_init EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict EXPORT_SYMBOL vmlinux 0x974f122f blk_mq_start_stopped_hw_queues EXPORT_SYMBOL vmlinux 0x974feb67 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x9769854c ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0x97700138 serio_unregister_port EXPORT_SYMBOL vmlinux 0x977bb120 generic_file_write_iter EXPORT_SYMBOL vmlinux 0x977f511b __mutex_init +EXPORT_SYMBOL vmlinux 0x978ccaf7 compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state EXPORT_SYMBOL vmlinux 0x979fe899 tty_port_lower_dtr_rts EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a7b83e tcp_sync_mss EXPORT_SYMBOL vmlinux 0x97ac39bb ipmi_platform_add EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list EXPORT_SYMBOL vmlinux 0x97bdfc2f reuseport_detach_prog -EXPORT_SYMBOL vmlinux 0x97ca2e13 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x97ef1645 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x97f81731 padata_do_serial +EXPORT_SYMBOL vmlinux 0x98033c06 netpoll_cleanup EXPORT_SYMBOL vmlinux 0x9806ab5c blkdev_issue_write_same EXPORT_SYMBOL vmlinux 0x9816c216 scsi_print_sense_hdr EXPORT_SYMBOL vmlinux 0x981be892 set_security_override EXPORT_SYMBOL vmlinux 0x982790c8 mipi_dsi_dcs_set_display_off -EXPORT_SYMBOL vmlinux 0x982866cd nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9833c0f6 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x983877e0 simple_dir_inode_operations EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse EXPORT_SYMBOL vmlinux 0x986aaa22 buffer_check_dirty_writeback -EXPORT_SYMBOL vmlinux 0x98895903 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x986b521e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x988d9727 xfrm_trans_queue EXPORT_SYMBOL vmlinux 0x989fc9f5 fib_notifier_ops_register -EXPORT_SYMBOL vmlinux 0x98b3c348 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x98a628b1 ip_check_defrag EXPORT_SYMBOL vmlinux 0x98b42d22 dev_load EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout -EXPORT_SYMBOL vmlinux 0x98c21cec napi_consume_skb EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x98c9e91f truncate_inode_pages_range EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98dbae77 inet_frag_kill EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning EXPORT_SYMBOL vmlinux 0x98f48b2b __blk_mq_end_request -EXPORT_SYMBOL vmlinux 0x99027f03 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99127098 udp_poll EXPORT_SYMBOL vmlinux 0x99189e2b blkdev_fsync +EXPORT_SYMBOL vmlinux 0x991d897a pci_scan_bus EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier EXPORT_SYMBOL vmlinux 0x994143be csum_and_copy_from_iter EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle EXPORT_SYMBOL vmlinux 0x99888323 get_bitmap_from_slot -EXPORT_SYMBOL vmlinux 0x9998a2de netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x99a7b84f phy_support_asym_pause -EXPORT_SYMBOL vmlinux 0x99ab0b63 pci_pme_active EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation -EXPORT_SYMBOL vmlinux 0x99ea361d dev_set_mtu EXPORT_SYMBOL vmlinux 0x99f39096 __dquot_alloc_space EXPORT_SYMBOL vmlinux 0x9a0a7e60 scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler EXPORT_SYMBOL vmlinux 0x9a177b61 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x9a19dcc5 mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot EXPORT_SYMBOL vmlinux 0x9a3231e5 rproc_of_resm_mem_entry_init -EXPORT_SYMBOL vmlinux 0x9a3d0f6a pskb_extract -EXPORT_SYMBOL vmlinux 0x9a4f6eeb pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x9a52932c pcie_print_link_status EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a656334 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x9a6f79a6 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x9a71ec65 km_query EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict EXPORT_SYMBOL vmlinux 0x9a98796a bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0x9aa600cc pmem_sector_size EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns -EXPORT_SYMBOL vmlinux 0x9ab08fa0 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x9ad9ada4 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x9ae33e14 wireless_send_event -EXPORT_SYMBOL vmlinux 0x9ae5a666 fqdir_exit EXPORT_SYMBOL vmlinux 0x9b022bc6 fb_set_cmap EXPORT_SYMBOL vmlinux 0x9b10b319 deactivate_super EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state EXPORT_SYMBOL vmlinux 0x9b13951d mipi_dsi_dcs_set_display_brightness -EXPORT_SYMBOL vmlinux 0x9b1ceae0 dst_release EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b262ace nf_log_trace EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier -EXPORT_SYMBOL vmlinux 0x9b362588 pci_get_device +EXPORT_SYMBOL vmlinux 0x9b3e4bdc pci_unmap_rom EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked -EXPORT_SYMBOL vmlinux 0x9b51f89c xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x9b6bccd6 read_cache_page_gfp EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7b3799 inet_shutdown EXPORT_SYMBOL vmlinux 0x9b90905c path_put -EXPORT_SYMBOL vmlinux 0x9ba67368 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x9ba92e94 sock_i_uid EXPORT_SYMBOL vmlinux 0x9bae389b dquot_get_state EXPORT_SYMBOL vmlinux 0x9bae87ac netlink_kernel_release -EXPORT_SYMBOL vmlinux 0x9bd723f7 xfrm4_rcv -EXPORT_SYMBOL vmlinux 0x9bd783e1 pci_enable_wake EXPORT_SYMBOL vmlinux 0x9bdda706 seq_pad EXPORT_SYMBOL vmlinux 0x9bed2882 blk_queue_flag_set -EXPORT_SYMBOL vmlinux 0x9bf17391 devm_alloc_etherdev_mqs -EXPORT_SYMBOL vmlinux 0x9bf9b289 inet_gso_segment EXPORT_SYMBOL vmlinux 0x9bfef2f4 set_device_ro EXPORT_SYMBOL vmlinux 0x9c0ced72 security_sock_graft EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c124c57 xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath EXPORT_SYMBOL vmlinux 0x9c23d3bb key_revoke -EXPORT_SYMBOL vmlinux 0x9c349701 kernel_getsockname -EXPORT_SYMBOL vmlinux 0x9c407723 inet_release +EXPORT_SYMBOL vmlinux 0x9c38efea tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x9c4551cc netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x9c47535c generic_mii_ioctl EXPORT_SYMBOL vmlinux 0x9c4bb4f4 ps2_drain EXPORT_SYMBOL vmlinux 0x9c5331ce d_delete +EXPORT_SYMBOL vmlinux 0x9c5e20ef pcie_set_mps +EXPORT_SYMBOL vmlinux 0x9c734906 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x9c7f3d92 param_ops_bool EXPORT_SYMBOL vmlinux 0x9c8e5d99 jbd2_journal_stop EXPORT_SYMBOL vmlinux 0x9c942adc vprintk_emit EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cac9cc7 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x9cce14aa __ip_dev_find EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net -EXPORT_SYMBOL vmlinux 0x9cfdebfe pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9ce17915 udp_ioctl +EXPORT_SYMBOL vmlinux 0x9d097ae9 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier -EXPORT_SYMBOL vmlinux 0x9d0f86c0 pci_dev_put EXPORT_SYMBOL vmlinux 0x9d11f364 fbcon_set_bitops EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy -EXPORT_SYMBOL vmlinux 0x9d5d4ff5 inet_listen +EXPORT_SYMBOL vmlinux 0x9d2fe78f skb_pull EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp -EXPORT_SYMBOL vmlinux 0x9d6c1261 netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock EXPORT_SYMBOL vmlinux 0x9d9513df tty_name EXPORT_SYMBOL vmlinux 0x9da80971 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9dc1193a pci_find_resource EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission +EXPORT_SYMBOL vmlinux 0x9debe4a9 napi_consume_skb EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9dfbf5c1 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle @@ -8869,8 +8873,10 @@ EXPORT_SYMBOL vmlinux 0x9e17a525 ppp_unit_number EXPORT_SYMBOL vmlinux 0x9e20a561 uart_suspend_port EXPORT_SYMBOL vmlinux 0x9e24a053 twl6030_mmc_card_detect EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2e1b62 tcp_disconnect EXPORT_SYMBOL vmlinux 0x9e4798b1 phy_loopback EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e517bdd netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0x9e5a8db3 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0x9e5ce2cb jbd2_journal_dirty_metadata EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map @@ -8879,7 +8885,6 @@ EXPORT_SYMBOL vmlinux 0x9e6bb475 blk_pre_runtime_suspend EXPORT_SYMBOL vmlinux 0x9e6ce378 devm_extcon_register_notifier EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay EXPORT_SYMBOL vmlinux 0x9e833b8f pps_lookup_dev -EXPORT_SYMBOL vmlinux 0x9e953849 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap EXPORT_SYMBOL vmlinux 0x9ea53d7f vsnprintf EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup @@ -8895,8 +8900,10 @@ EXPORT_SYMBOL vmlinux 0x9f305c4c kill_pid EXPORT_SYMBOL vmlinux 0x9f3461eb _copy_from_iter_nocache EXPORT_SYMBOL vmlinux 0x9f3dff68 i2c_transfer_buffer_flags EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4c2ab5 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f510cd5 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw EXPORT_SYMBOL vmlinux 0x9f8658c6 vfs_get_super @@ -8904,125 +8911,121 @@ EXPORT_SYMBOL vmlinux 0x9f984513 strrchr EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync EXPORT_SYMBOL vmlinux 0x9faf903b kernel_param_unlock EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid -EXPORT_SYMBOL vmlinux 0x9fc6679b tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x9fcaf904 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x9fcd0a8c pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x9fd2b036 kernel_recvmsg EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fed4e61 skb_clone EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce EXPORT_SYMBOL vmlinux 0x9ff1b52a md_update_sb EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock EXPORT_SYMBOL vmlinux 0xa02e1ccd xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0xa030d8d2 inet_register_protosw EXPORT_SYMBOL vmlinux 0xa0336df0 start_tty -EXPORT_SYMBOL vmlinux 0xa0383982 netdev_pick_tx EXPORT_SYMBOL vmlinux 0xa041018b migrate_page EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes EXPORT_SYMBOL vmlinux 0xa0451cdb to_ndd +EXPORT_SYMBOL vmlinux 0xa0557072 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass EXPORT_SYMBOL vmlinux 0xa0696a81 genphy_read_abilities EXPORT_SYMBOL vmlinux 0xa075b9e2 of_find_mipi_dsi_device_by_node EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0866729 sock_kmalloc EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable EXPORT_SYMBOL vmlinux 0xa096b889 wait_for_completion_killable EXPORT_SYMBOL vmlinux 0xa099c758 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xa0abd9f7 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 EXPORT_SYMBOL vmlinux 0xa0b64125 scsi_host_busy -EXPORT_SYMBOL vmlinux 0xa0bdede8 netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0xa0bebef0 con_set_default_unimap EXPORT_SYMBOL vmlinux 0xa0c283e1 vfs_ioctl EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private EXPORT_SYMBOL vmlinux 0xa0e7c25e __vfs_setxattr EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem -EXPORT_SYMBOL vmlinux 0xa0ec5cc0 mroute6_is_socket EXPORT_SYMBOL vmlinux 0xa0f99f48 clk_bulk_get EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit -EXPORT_SYMBOL vmlinux 0xa0fedcc3 inet6_unregister_protosw -EXPORT_SYMBOL vmlinux 0xa102f7aa netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10da896 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc -EXPORT_SYMBOL vmlinux 0xa12b217f sock_alloc EXPORT_SYMBOL vmlinux 0xa13a37dc free_task EXPORT_SYMBOL vmlinux 0xa167eaa5 sg_miter_next EXPORT_SYMBOL vmlinux 0xa16a01d8 import_iovec EXPORT_SYMBOL vmlinux 0xa16f3a88 phy_write_mmd EXPORT_SYMBOL vmlinux 0xa1759fc0 page_cache_prev_miss -EXPORT_SYMBOL vmlinux 0xa177534b xfrm_lookup_with_ifid -EXPORT_SYMBOL vmlinux 0xa17ff2be eth_gro_complete +EXPORT_SYMBOL vmlinux 0xa19391fd udp_pre_connect EXPORT_SYMBOL vmlinux 0xa1a1f2cb no_seek_end_llseek_size -EXPORT_SYMBOL vmlinux 0xa1b0a79a sock_no_shutdown EXPORT_SYMBOL vmlinux 0xa1bf6d77 __serio_register_port EXPORT_SYMBOL vmlinux 0xa1c4718f send_sig +EXPORT_SYMBOL vmlinux 0xa1c688eb udp_skb_destructor EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create EXPORT_SYMBOL vmlinux 0xa1e99291 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xa1ea5a25 pci_remove_bus EXPORT_SYMBOL vmlinux 0xa1f8e2ac fib_notifier_ops_unregister EXPORT_SYMBOL vmlinux 0xa2035ac6 qcom_scm_set_warm_boot_addr EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte -EXPORT_SYMBOL vmlinux 0xa25d57cd kernel_getpeername EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer -EXPORT_SYMBOL vmlinux 0xa2660080 ip_ct_attach EXPORT_SYMBOL vmlinux 0xa26f5891 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xa27cd1f0 eth_header EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active -EXPORT_SYMBOL vmlinux 0xa29c5eb6 napi_get_frags EXPORT_SYMBOL vmlinux 0xa2accf37 generic_fadvise +EXPORT_SYMBOL vmlinux 0xa2af24f3 dev_set_group +EXPORT_SYMBOL vmlinux 0xa2be8605 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xa2d5c678 eth_header_cache +EXPORT_SYMBOL vmlinux 0xa2e25903 tcp_ioctl EXPORT_SYMBOL vmlinux 0xa2ef4546 dquot_get_next_dqblk -EXPORT_SYMBOL vmlinux 0xa3022383 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xa300f356 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xa306fb10 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0xa3156de4 __generic_block_fiemap -EXPORT_SYMBOL vmlinux 0xa31621cc pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0xa32dcc85 open_exec EXPORT_SYMBOL vmlinux 0xa33c0eac wait_for_completion_interruptible_timeout EXPORT_SYMBOL vmlinux 0xa373f656 devm_devfreq_unregister_notifier -EXPORT_SYMBOL vmlinux 0xa37c0884 pci_assign_resource EXPORT_SYMBOL vmlinux 0xa388350c d_set_fallthru -EXPORT_SYMBOL vmlinux 0xa39b95e1 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0xa3b8291b ps2_command EXPORT_SYMBOL vmlinux 0xa3b9dda2 mmc_can_gpio_ro EXPORT_SYMBOL vmlinux 0xa3c7176b dma_direct_unmap_sg EXPORT_SYMBOL vmlinux 0xa3c75dfd generic_file_mmap +EXPORT_SYMBOL vmlinux 0xa3cad481 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xa3d08128 fscrypt_has_permitted_context EXPORT_SYMBOL vmlinux 0xa3de324c dcache_dir_open EXPORT_SYMBOL vmlinux 0xa3e38cf5 of_mdio_find_bus -EXPORT_SYMBOL vmlinux 0xa3e7d2c3 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer EXPORT_SYMBOL vmlinux 0xa42ef02e param_set_int -EXPORT_SYMBOL vmlinux 0xa43af531 tcp_v4_connect -EXPORT_SYMBOL vmlinux 0xa44b24f0 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xa43a26e6 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0xa44bdc52 sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0xa461e67a rdmacg_try_charge EXPORT_SYMBOL vmlinux 0xa46f1870 vfs_clone_file_range EXPORT_SYMBOL vmlinux 0xa473287a vm_insert_page EXPORT_SYMBOL vmlinux 0xa479f34f dquot_free_inode EXPORT_SYMBOL vmlinux 0xa493d337 mii_ethtool_gset -EXPORT_SYMBOL vmlinux 0xa49adf79 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xa4ab6142 netif_set_real_num_tx_queues EXPORT_SYMBOL vmlinux 0xa4aec0e7 __page_symlink -EXPORT_SYMBOL vmlinux 0xa4b16c4e neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa4b5b212 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0xa4b5b599 set_create_files_as -EXPORT_SYMBOL vmlinux 0xa4bcd887 pci_stop_and_remove_bus_device -EXPORT_SYMBOL vmlinux 0xa50f7898 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa4b9eec6 udp_seq_next EXPORT_SYMBOL vmlinux 0xa513db41 vme_slot_num EXPORT_SYMBOL vmlinux 0xa529beb5 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xa52b314b skb_ext_add EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply -EXPORT_SYMBOL vmlinux 0xa52fabd3 kernel_recvmsg -EXPORT_SYMBOL vmlinux 0xa535a1b6 tso_start +EXPORT_SYMBOL vmlinux 0xa52cb64d free_netdev EXPORT_SYMBOL vmlinux 0xa5473b8d blk_integrity_merge_bio EXPORT_SYMBOL vmlinux 0xa5520173 iov_iter_npages EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color -EXPORT_SYMBOL vmlinux 0xa5957ec0 __scm_send +EXPORT_SYMBOL vmlinux 0xa56c7bde napi_gro_frags EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock -EXPORT_SYMBOL vmlinux 0xa59a99fd udp_gro_complete -EXPORT_SYMBOL vmlinux 0xa5a55a7b lock_sock_nested +EXPORT_SYMBOL vmlinux 0xa5a35275 dev_change_flags EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound EXPORT_SYMBOL vmlinux 0xa5ae6f5a of_get_mac_address -EXPORT_SYMBOL vmlinux 0xa5be8810 xfrm_state_insert EXPORT_SYMBOL vmlinux 0xa5d9f944 bio_integrity_add_page EXPORT_SYMBOL vmlinux 0xa5e88b27 writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0xa5e89dd5 inet_dgram_connect EXPORT_SYMBOL vmlinux 0xa5ef6bdc max8925_bulk_write EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask EXPORT_SYMBOL vmlinux 0xa5f8d874 generic_file_open @@ -9030,38 +9033,36 @@ EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer EXPORT_SYMBOL vmlinux 0xa613e1bb vme_register_driver EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab EXPORT_SYMBOL vmlinux 0xa61f3be6 init_pseudo -EXPORT_SYMBOL vmlinux 0xa627a256 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0xa62c2d8c register_quota_format +EXPORT_SYMBOL vmlinux 0xa6319c21 tso_build_data EXPORT_SYMBOL vmlinux 0xa64ad636 scsi_dma_unmap EXPORT_SYMBOL vmlinux 0xa64ecddc _copy_from_iter EXPORT_SYMBOL vmlinux 0xa662643a __i2c_smbus_xfer EXPORT_SYMBOL vmlinux 0xa67b2308 phy_advertise_supported EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp -EXPORT_SYMBOL vmlinux 0xa688a103 skb_free_datagram EXPORT_SYMBOL vmlinux 0xa69e279c __nla_reserve_64bit EXPORT_SYMBOL vmlinux 0xa6a07b31 dma_resv_copy_fences EXPORT_SYMBOL vmlinux 0xa6a2acda fc_mount EXPORT_SYMBOL vmlinux 0xa6b88291 copy_strings_kernel -EXPORT_SYMBOL vmlinux 0xa6ccc135 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xa6c016d7 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xa6c93490 poll_initwait EXPORT_SYMBOL vmlinux 0xa6f08ad8 __dec_zone_page_state EXPORT_SYMBOL vmlinux 0xa6f1adf6 write_inode_now +EXPORT_SYMBOL vmlinux 0xa6f6650d __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0xa6fd9307 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xa7028484 security_unix_stream_connect -EXPORT_SYMBOL vmlinux 0xa70352b1 udp_lib_setsockopt -EXPORT_SYMBOL vmlinux 0xa705a3cd build_skb EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order EXPORT_SYMBOL vmlinux 0xa728ec62 rproc_elf_get_boot_addr EXPORT_SYMBOL vmlinux 0xa72bb2c9 cros_ec_get_host_event EXPORT_SYMBOL vmlinux 0xa73a4267 noop_fsync EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock -EXPORT_SYMBOL vmlinux 0xa7529223 skb_copy_expand EXPORT_SYMBOL vmlinux 0xa75bcde9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xa75e4ec8 udp_lib_get_port EXPORT_SYMBOL vmlinux 0xa75e51ac open_with_fake_path -EXPORT_SYMBOL vmlinux 0xa7624773 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0xa76b011c ppp_unregister_compressor EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0xa77f40c3 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0xa7894567 nd_namespace_blk_validate EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0xa7912c45 generic_ro_fops @@ -9069,61 +9070,62 @@ EXPORT_SYMBOL vmlinux 0xa79b588f __hw_addr_ref_unsync_dev EXPORT_SYMBOL vmlinux 0xa79b8491 vlan_dev_real_dev EXPORT_SYMBOL vmlinux 0xa7ad8e36 security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy -EXPORT_SYMBOL vmlinux 0xa7e09def vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper EXPORT_SYMBOL vmlinux 0xa806baaf rpmh_write_batch EXPORT_SYMBOL vmlinux 0xa81151e2 scsi_register_driver EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec -EXPORT_SYMBOL vmlinux 0xa8203405 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked -EXPORT_SYMBOL vmlinux 0xa823f301 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84c4734 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa85141dd ether_setup EXPORT_SYMBOL vmlinux 0xa853396b xa_extract EXPORT_SYMBOL vmlinux 0xa859d5d1 mdiobus_is_registered_device EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load EXPORT_SYMBOL vmlinux 0xa85cc47f uart_add_one_port EXPORT_SYMBOL vmlinux 0xa8600288 make_kgid -EXPORT_SYMBOL vmlinux 0xa86551d5 pcim_iounmap EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work -EXPORT_SYMBOL vmlinux 0xa8848090 pci_enable_device +EXPORT_SYMBOL vmlinux 0xa86e24e4 xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end EXPORT_SYMBOL vmlinux 0xa8a94634 make_kuid +EXPORT_SYMBOL vmlinux 0xa8be3770 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8cdb55f pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xa8d53cdb current_time EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa900ca34 nd_btt_probe EXPORT_SYMBOL vmlinux 0xa90393cd inode_newsize_ok EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work -EXPORT_SYMBOL vmlinux 0xa90f0cda netdev_refcnt_read EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9218128 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xa924cdc5 udp_sendmsg EXPORT_SYMBOL vmlinux 0xa9258d8c cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xa93934af pci_read_config_dword EXPORT_SYMBOL vmlinux 0xa9572c08 get_disk_and_module EXPORT_SYMBOL vmlinux 0xa9609284 __register_nls EXPORT_SYMBOL vmlinux 0xa9656aa1 blk_mq_stop_hw_queues EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96e4d79 sk_net_capable +EXPORT_SYMBOL vmlinux 0xa973937f pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0xa98516c0 ns_capable_setid EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes -EXPORT_SYMBOL vmlinux 0xa9a70876 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xa9a001ac pci_request_irq +EXPORT_SYMBOL vmlinux 0xa9a12ffd get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xa9a8c9bd pci_bus_set_ops EXPORT_SYMBOL vmlinux 0xa9bc6e2a phy_device_free EXPORT_SYMBOL vmlinux 0xa9c31e5c generic_file_fsync EXPORT_SYMBOL vmlinux 0xa9c7e9fb mipi_dsi_shutdown_peripheral EXPORT_SYMBOL vmlinux 0xa9d34e2b pci_ep_cfs_remove_epf_group -EXPORT_SYMBOL vmlinux 0xa9d7bd8a sock_alloc_file -EXPORT_SYMBOL vmlinux 0xa9dda691 neigh_event_ns EXPORT_SYMBOL vmlinux 0xa9f26e8a cdev_add EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction EXPORT_SYMBOL vmlinux 0xaa04e2b5 blk_queue_chunk_sectors -EXPORT_SYMBOL vmlinux 0xaa096c4a __neigh_event_send +EXPORT_SYMBOL vmlinux 0xaa2de5a4 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception -EXPORT_SYMBOL vmlinux 0xaa38e55d nf_register_net_hooks EXPORT_SYMBOL vmlinux 0xaa3d905f meson_sm_call EXPORT_SYMBOL vmlinux 0xaa4a99a2 param_set_byte -EXPORT_SYMBOL vmlinux 0xaa5c181a mr_vif_seq_idx -EXPORT_SYMBOL vmlinux 0xaa5f71fd pci_scan_root_bus EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name EXPORT_SYMBOL vmlinux 0xaa777e34 __vfs_getxattr EXPORT_SYMBOL vmlinux 0xaa7d23ba dma_pool_create @@ -9133,10 +9135,11 @@ EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf88643 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp EXPORT_SYMBOL vmlinux 0xab103e45 genphy_read_lpa -EXPORT_SYMBOL vmlinux 0xab216e4d kernel_connect EXPORT_SYMBOL vmlinux 0xab26abd8 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xab2d4aad __xfrm_init_state EXPORT_SYMBOL vmlinux 0xab2d7265 d_exact_alias EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute @@ -9148,23 +9151,25 @@ EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab79783f flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0xab917e7d security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xab92e5cb ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed EXPORT_SYMBOL vmlinux 0xaba866e3 input_set_capability EXPORT_SYMBOL vmlinux 0xabc2dc97 ethtool_rx_flow_rule_create EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc -EXPORT_SYMBOL vmlinux 0xabcb84b4 __dev_get_by_flags -EXPORT_SYMBOL vmlinux 0xabd3d7f5 pci_read_config_word EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s EXPORT_SYMBOL vmlinux 0xabf9da8a phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xac00adb5 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xac052f28 netif_rx EXPORT_SYMBOL vmlinux 0xac0c9b48 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xac112505 dev_add_offload EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier EXPORT_SYMBOL vmlinux 0xac28f7ee forget_cached_acl EXPORT_SYMBOL vmlinux 0xac29cae6 pipe_lock -EXPORT_SYMBOL vmlinux 0xac315352 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xac2b3c05 kernel_sendmsg EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd EXPORT_SYMBOL vmlinux 0xac35b66e write_dirty_buffer -EXPORT_SYMBOL vmlinux 0xac380297 sock_common_setsockopt -EXPORT_SYMBOL vmlinux 0xac4da7cc kfree_skb +EXPORT_SYMBOL vmlinux 0xac45b283 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xac5053d1 pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy EXPORT_SYMBOL vmlinux 0xac55fc1e unlock_new_inode EXPORT_SYMBOL vmlinux 0xac5a6ee2 param_get_bool @@ -9172,12 +9177,13 @@ EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf EXPORT_SYMBOL vmlinux 0xac9f874a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xaca7853c ipv6_setsockopt EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacaf0d2a pci_ep_cfs_remove_epc_group EXPORT_SYMBOL vmlinux 0xacb6455a jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xacb93794 sk_wait_data EXPORT_SYMBOL vmlinux 0xacbba716 misc_deregister -EXPORT_SYMBOL vmlinux 0xacbbd5fd sock_create_kern EXPORT_SYMBOL vmlinux 0xacc1ff0d qman_volatile_dequeue EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx EXPORT_SYMBOL vmlinux 0xacc9694c check_disk_change @@ -9190,6 +9196,8 @@ EXPORT_SYMBOL vmlinux 0xacf3e587 of_parse_phandle_with_args EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad065d84 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xad2cb5b7 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0xad399545 __sync_dirty_buffer EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove EXPORT_SYMBOL vmlinux 0xad45ae63 lease_get_mtime @@ -9197,61 +9205,63 @@ EXPORT_SYMBOL vmlinux 0xad57f169 param_set_bint EXPORT_SYMBOL vmlinux 0xad62b735 dmam_free_coherent EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad81396d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xad81616d __scm_destroy EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event EXPORT_SYMBOL vmlinux 0xad852657 vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 EXPORT_SYMBOL vmlinux 0xada222af dquot_transfer EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align -EXPORT_SYMBOL vmlinux 0xadaac17d pskb_expand_head EXPORT_SYMBOL vmlinux 0xadb89018 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xadb975be vlan_ioctl_set EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize -EXPORT_SYMBOL vmlinux 0xadce967b tcp_req_err EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed EXPORT_SYMBOL vmlinux 0xadf6ac4d abx500_register_ops EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot EXPORT_SYMBOL vmlinux 0xae079ab4 config_group_find_item EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae364eac pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0xae49b714 sock_diag_put_filterinfo EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5bd92a inet_del_protocol EXPORT_SYMBOL vmlinux 0xae742bb5 qman_enqueue EXPORT_SYMBOL vmlinux 0xae7e3a35 mutex_trylock_recursive +EXPORT_SYMBOL vmlinux 0xae7e3aa9 tcp_seq_next EXPORT_SYMBOL vmlinux 0xaeb8ac2d locks_copy_conflock EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaed6d165 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0xaee6dcc3 acpi_device_hid -EXPORT_SYMBOL vmlinux 0xaee780b4 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xaefe8dcd inet_unregister_protosw EXPORT_SYMBOL vmlinux 0xaf02d1aa blk_mq_init_sq_queue EXPORT_SYMBOL vmlinux 0xaf0fb0a2 read_dev_sector -EXPORT_SYMBOL vmlinux 0xaf1545b9 __skb_warn_lro_forwarding -EXPORT_SYMBOL vmlinux 0xaf24c6bc pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0xaf24f6c8 fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level EXPORT_SYMBOL vmlinux 0xaf507de1 __arch_copy_from_user EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init EXPORT_SYMBOL vmlinux 0xaf7834f0 generic_file_llseek -EXPORT_SYMBOL vmlinux 0xaf795abe pci_disable_msix +EXPORT_SYMBOL vmlinux 0xaf8d5b11 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xaf9677dd dev_open EXPORT_SYMBOL vmlinux 0xaf9a0f08 cdrom_get_last_written EXPORT_SYMBOL vmlinux 0xaf9a74ee jbd2_journal_start EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys -EXPORT_SYMBOL vmlinux 0xafc4c98e pci_dev_get EXPORT_SYMBOL vmlinux 0xafcb5f8d unregister_filesystem +EXPORT_SYMBOL vmlinux 0xafd183b5 pci_disable_device EXPORT_SYMBOL vmlinux 0xafe37815 path_nosuid -EXPORT_SYMBOL vmlinux 0xafed7cc7 arp_create +EXPORT_SYMBOL vmlinux 0xafe7130c sock_release EXPORT_SYMBOL vmlinux 0xaff52d76 tcf_em_tree_destroy EXPORT_SYMBOL vmlinux 0xaffe12c7 tty_unthrottle EXPORT_SYMBOL vmlinux 0xb0047b86 tcf_action_dump_1 -EXPORT_SYMBOL vmlinux 0xb008b0db __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xb0109d4f __kfree_skb EXPORT_SYMBOL vmlinux 0xb017688f tcf_action_exec EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq -EXPORT_SYMBOL vmlinux 0xb043362c ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0xb0448582 proc_remove EXPORT_SYMBOL vmlinux 0xb053b800 gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb061a98a mutex_lock_killable -EXPORT_SYMBOL vmlinux 0xb069d5a8 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xb06ac90e arp_tbl EXPORT_SYMBOL vmlinux 0xb06cee7d unlock_two_nondirectories -EXPORT_SYMBOL vmlinux 0xb070036f sk_send_sigurg EXPORT_SYMBOL vmlinux 0xb081a654 of_find_node_with_property EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation EXPORT_SYMBOL vmlinux 0xb0ad84a0 request_firmware_into_buf @@ -9259,22 +9269,23 @@ EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit EXPORT_SYMBOL vmlinux 0xb0de5575 mii_check_media EXPORT_SYMBOL vmlinux 0xb0e10781 get_option -EXPORT_SYMBOL vmlinux 0xb0ee654e pci_write_config_dword EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125b8b9 pci_set_master EXPORT_SYMBOL vmlinux 0xb1292707 sg_miter_start EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client EXPORT_SYMBOL vmlinux 0xb1376ad7 rproc_vq_interrupt EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init EXPORT_SYMBOL vmlinux 0xb15ab250 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xb15c4b30 inet6_getname EXPORT_SYMBOL vmlinux 0xb16772fd mipi_dsi_driver_unregister EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse EXPORT_SYMBOL vmlinux 0xb16bae80 phy_driver_unregister EXPORT_SYMBOL vmlinux 0xb17f2d7b rfkill_alloc EXPORT_SYMBOL vmlinux 0xb1ab3bae __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb1c388fe skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress -EXPORT_SYMBOL vmlinux 0xb1d1a05d seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0xb1d63415 starget_for_each_device EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t @@ -9283,29 +9294,30 @@ EXPORT_SYMBOL vmlinux 0xb1ebfb25 devfreq_add_device EXPORT_SYMBOL vmlinux 0xb1fe25a4 vfs_getattr EXPORT_SYMBOL vmlinux 0xb22ca3f8 input_unregister_handler EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload -EXPORT_SYMBOL vmlinux 0xb24a7273 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xb24a6b0f netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xb24d4282 ip_setsockopt EXPORT_SYMBOL vmlinux 0xb25feccf bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xb266f0fc sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0xb26d91e0 generic_cont_expand_simple -EXPORT_SYMBOL vmlinux 0xb27abb85 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xb2738bc9 sock_no_mmap EXPORT_SYMBOL vmlinux 0xb284c537 ll_rw_block EXPORT_SYMBOL vmlinux 0xb28d8482 simple_unlink EXPORT_SYMBOL vmlinux 0xb28ded6a ptp_clock_index EXPORT_SYMBOL vmlinux 0xb28e5e34 kobject_del EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked +EXPORT_SYMBOL vmlinux 0xb29f207c skb_put +EXPORT_SYMBOL vmlinux 0xb2a8bd07 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xb2aa21a2 cred_fscmp EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count EXPORT_SYMBOL vmlinux 0xb2c0b795 mmc_unregister_driver -EXPORT_SYMBOL vmlinux 0xb2d75e2b pcie_bandwidth_available -EXPORT_SYMBOL vmlinux 0xb2e7940d dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xb2e528a6 pcie_get_mps EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 -EXPORT_SYMBOL vmlinux 0xb2f45eb5 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0xb2f631d2 __starget_for_each_device EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken -EXPORT_SYMBOL vmlinux 0xb30a676e icmp6_send EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set EXPORT_SYMBOL vmlinux 0xb31685d1 cdrom_check_events EXPORT_SYMBOL vmlinux 0xb317dfb9 filemap_fault @@ -9314,47 +9326,44 @@ EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init EXPORT_SYMBOL vmlinux 0xb3275fd1 iov_iter_single_seg_count EXPORT_SYMBOL vmlinux 0xb3460f24 sync_inode_metadata EXPORT_SYMBOL vmlinux 0xb360f498 dma_direct_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb3648673 udp_gro_complete EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xb3781030 done_path_create +EXPORT_SYMBOL vmlinux 0xb37bbec1 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0xb383103b kmem_cache_create_usercopy EXPORT_SYMBOL vmlinux 0xb38466ef kill_fasync -EXPORT_SYMBOL vmlinux 0xb386f53d __inet_hash -EXPORT_SYMBOL vmlinux 0xb393bb51 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xb384a41b __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xb384dfb0 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0xb395db71 iov_iter_bvec -EXPORT_SYMBOL vmlinux 0xb3a5cd0b sock_queue_err_skb -EXPORT_SYMBOL vmlinux 0xb3aaae22 __sock_create -EXPORT_SYMBOL vmlinux 0xb3bbf4ba kernel_sendmsg EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string -EXPORT_SYMBOL vmlinux 0xb3dedb73 xfrm_input EXPORT_SYMBOL vmlinux 0xb3e9987c max8925_set_bits EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4044477 tcp_mmap EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user EXPORT_SYMBOL vmlinux 0xb41aa713 vlan_for_each EXPORT_SYMBOL vmlinux 0xb422f58a d_add_ci EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked -EXPORT_SYMBOL vmlinux 0xb428f492 __icmp_send EXPORT_SYMBOL vmlinux 0xb450aaa0 of_phy_connect +EXPORT_SYMBOL vmlinux 0xb4531ddc alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present -EXPORT_SYMBOL vmlinux 0xb47e80f4 netdev_warn +EXPORT_SYMBOL vmlinux 0xb458c1fa napi_complete_done +EXPORT_SYMBOL vmlinux 0xb4591a15 passthru_features_check +EXPORT_SYMBOL vmlinux 0xb489053a napi_disable EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts -EXPORT_SYMBOL vmlinux 0xb4913583 tcp_rcv_established -EXPORT_SYMBOL vmlinux 0xb49c8574 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free -EXPORT_SYMBOL vmlinux 0xb4a6d04a kernel_sendmsg_locked -EXPORT_SYMBOL vmlinux 0xb4b47f48 inet_frag_pull_head -EXPORT_SYMBOL vmlinux 0xb4c9de9c netif_rx EXPORT_SYMBOL vmlinux 0xb4ef8c8d of_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0xb4f13d2a abort EXPORT_SYMBOL vmlinux 0xb4fd2468 gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0xb4ff566b jbd2_journal_update_sb_errno -EXPORT_SYMBOL vmlinux 0xb514f2d0 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xb50c2cd1 pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xb522eb04 mark_buffer_dirty EXPORT_SYMBOL vmlinux 0xb52d5281 jbd2_journal_inode_ranged_wait -EXPORT_SYMBOL vmlinux 0xb5382fc1 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xb53bc184 dev_pre_changeaddr_notify EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated EXPORT_SYMBOL vmlinux 0xb54e0418 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xb552b4f1 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0xb555c688 sdev_disable_disk_events EXPORT_SYMBOL vmlinux 0xb55c183d vfs_readlink EXPORT_SYMBOL vmlinux 0xb561de84 phy_stop @@ -9370,24 +9379,23 @@ EXPORT_SYMBOL vmlinux 0xb5ade6d7 padata_free EXPORT_SYMBOL vmlinux 0xb5b730f4 prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0xb5bae4d0 wait_for_key_construction EXPORT_SYMBOL vmlinux 0xb5c41764 __d_drop +EXPORT_SYMBOL vmlinux 0xb5c64d6f __sk_dst_check EXPORT_SYMBOL vmlinux 0xb5ceb999 __mdiobus_write EXPORT_SYMBOL vmlinux 0xb5d0e647 jbd2_journal_invalidatepage EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5e96967 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xb5ecaa55 __generic_file_write_iter -EXPORT_SYMBOL vmlinux 0xb5f8b110 netif_receive_skb EXPORT_SYMBOL vmlinux 0xb5fd12ec __register_binfmt +EXPORT_SYMBOL vmlinux 0xb600dc74 proto_register EXPORT_SYMBOL vmlinux 0xb60be1ca genphy_resume EXPORT_SYMBOL vmlinux 0xb61b1054 jbd2_log_wait_commit -EXPORT_SYMBOL vmlinux 0xb61f84a0 scm_fp_dup EXPORT_SYMBOL vmlinux 0xb6268b63 mipi_dsi_device_unregister -EXPORT_SYMBOL vmlinux 0xb62a957b netif_carrier_on EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable EXPORT_SYMBOL vmlinux 0xb63463b7 rproc_shutdown EXPORT_SYMBOL vmlinux 0xb64cce09 dquot_scan_active -EXPORT_SYMBOL vmlinux 0xb650ff68 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port -EXPORT_SYMBOL vmlinux 0xb66a0a15 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xb6701c49 sock_no_getname EXPORT_SYMBOL vmlinux 0xb676cd0b qman_create_fq EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt EXPORT_SYMBOL vmlinux 0xb67a4429 of_find_i2c_adapter_by_node @@ -9395,37 +9403,34 @@ EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit -EXPORT_SYMBOL vmlinux 0xb6afb212 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xb6b2cd15 netpoll_parse_options EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute -EXPORT_SYMBOL vmlinux 0xb6ff5667 neigh_seq_start EXPORT_SYMBOL vmlinux 0xb722d3c9 mpage_writepage +EXPORT_SYMBOL vmlinux 0xb7266dc5 pci_disable_msix EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit EXPORT_SYMBOL vmlinux 0xb74ad493 blk_put_request -EXPORT_SYMBOL vmlinux 0xb74c6a85 __ip_select_ident EXPORT_SYMBOL vmlinux 0xb782dfc2 scsi_host_alloc EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb792a9c1 devm_clk_release_clkdev -EXPORT_SYMBOL vmlinux 0xb79933f0 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xb7c3bb81 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0xb7c52738 tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags -EXPORT_SYMBOL vmlinux 0xb7e7000f xfrm_state_alloc -EXPORT_SYMBOL vmlinux 0xb7ef2986 ipv6_skip_exthdr -EXPORT_SYMBOL vmlinux 0xb7f86227 skb_vlan_push -EXPORT_SYMBOL vmlinux 0xb80fbc90 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue EXPORT_SYMBOL vmlinux 0xb85f7bae reuseport_attach_prog EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb860c392 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xb8629205 skb_seq_read +EXPORT_SYMBOL vmlinux 0xb865779f xfrm_state_flush EXPORT_SYMBOL vmlinux 0xb8674692 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xb874e3ce inet_put_port EXPORT_SYMBOL vmlinux 0xb8863846 compat_nf_setsockopt EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse EXPORT_SYMBOL vmlinux 0xb89e43f2 qman_query_fq_np -EXPORT_SYMBOL vmlinux 0xb8a6c95a __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace EXPORT_SYMBOL vmlinux 0xb8c892a5 pnp_possible_config -EXPORT_SYMBOL vmlinux 0xb8cc863f __sk_dst_check EXPORT_SYMBOL vmlinux 0xb8cef3a3 blk_alloc_queue_node -EXPORT_SYMBOL vmlinux 0xb8db9435 __scm_destroy +EXPORT_SYMBOL vmlinux 0xb8ec8590 pci_request_regions EXPORT_SYMBOL vmlinux 0xb903738e sdei_event_unregister EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory @@ -9433,150 +9438,153 @@ EXPORT_SYMBOL vmlinux 0xb9082b1c rio_query_mport EXPORT_SYMBOL vmlinux 0xb90971d9 device_add_disk EXPORT_SYMBOL vmlinux 0xb911b027 phy_attached_info EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9146402 udp_lib_unhash EXPORT_SYMBOL vmlinux 0xb91729cc single_open -EXPORT_SYMBOL vmlinux 0xb920cead sk_capable -EXPORT_SYMBOL vmlinux 0xb92e012d pci_write_config_byte EXPORT_SYMBOL vmlinux 0xb93d64aa uart_get_divisor EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab -EXPORT_SYMBOL vmlinux 0xb94d6fbf ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xb953f702 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0xb9615dfd unix_destruct_scm -EXPORT_SYMBOL vmlinux 0xb962e933 tcf_classify EXPORT_SYMBOL vmlinux 0xb9684956 dcb_ieee_getapp_mask EXPORT_SYMBOL vmlinux 0xb97950cc kthread_create_worker_on_cpu -EXPORT_SYMBOL vmlinux 0xb9874072 inet_csk_accept EXPORT_SYMBOL vmlinux 0xb9a78349 proc_mkdir EXPORT_SYMBOL vmlinux 0xb9a94363 jbd2_journal_set_triggers EXPORT_SYMBOL vmlinux 0xb9aaabc6 param_ops_invbool EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark EXPORT_SYMBOL vmlinux 0xb9bdaac8 max8998_write_reg -EXPORT_SYMBOL vmlinux 0xb9c309c6 sock_rfree -EXPORT_SYMBOL vmlinux 0xb9c6478b pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0xb9c88a4b vme_master_mmap EXPORT_SYMBOL vmlinux 0xb9c9dcdc dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xb9ca72cc tcf_exts_destroy EXPORT_SYMBOL vmlinux 0xb9dc6fc0 shrink_dcache_parent -EXPORT_SYMBOL vmlinux 0xb9dd97bd audit_log EXPORT_SYMBOL vmlinux 0xb9ddedb8 free_xenballooned_pages EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters EXPORT_SYMBOL vmlinux 0xb9f8f306 fbcon_set_rotate EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req -EXPORT_SYMBOL vmlinux 0xba020f73 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xb9fd52f1 noop_qdisc EXPORT_SYMBOL vmlinux 0xba079daa dma_resv_fini EXPORT_SYMBOL vmlinux 0xba0b2d43 cpufreq_get_policy EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba1bfa70 pci_get_slot EXPORT_SYMBOL vmlinux 0xba1fb3e7 complete_request_key EXPORT_SYMBOL vmlinux 0xba2ece8c add_to_pipe -EXPORT_SYMBOL vmlinux 0xba385203 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xba3dd584 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xba429947 gro_cells_init -EXPORT_SYMBOL vmlinux 0xba430760 inet_bind EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy EXPORT_SYMBOL vmlinux 0xba835146 dev_mc_add EXPORT_SYMBOL vmlinux 0xba90e3a0 xsk_umem_discard_addr +EXPORT_SYMBOL vmlinux 0xba929da3 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0xbaaf8586 seq_put_decimal_ull EXPORT_SYMBOL vmlinux 0xbabd4e42 find_get_pages_range_tag -EXPORT_SYMBOL vmlinux 0xbac0562c __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0xbac58131 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbae2b5c3 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0xbae2e3ca single_release -EXPORT_SYMBOL vmlinux 0xbae4cc3b skb_checksum_help EXPORT_SYMBOL vmlinux 0xbaea8915 __pagevec_lru_add EXPORT_SYMBOL vmlinux 0xbafacf41 remove_proc_entry EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb05df1d tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xbb15884d sk_free EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command -EXPORT_SYMBOL vmlinux 0xbb282e9f consume_skb EXPORT_SYMBOL vmlinux 0xbb2d3e35 input_reset_device EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects -EXPORT_SYMBOL vmlinux 0xbb367b46 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xbb3a7852 ip6_frag_next EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool EXPORT_SYMBOL vmlinux 0xbb73bc8f netlink_net_capable EXPORT_SYMBOL vmlinux 0xbb8e6c7f scsi_host_lookup EXPORT_SYMBOL vmlinux 0xbba3d74e del_gendisk -EXPORT_SYMBOL vmlinux 0xbbc12e5c ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xbbbef805 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xbbcb4214 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xbbe804c8 dquot_get_dqblk EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order -EXPORT_SYMBOL vmlinux 0xbbeab81a netdev_state_change +EXPORT_SYMBOL vmlinux 0xbbebb2f1 pci_pme_active EXPORT_SYMBOL vmlinux 0xbc06bbb8 filp_open EXPORT_SYMBOL vmlinux 0xbc1da312 _dev_warn EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit EXPORT_SYMBOL vmlinux 0xbc272720 jbd2_journal_flush EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc3ff97a tcp_v4_destroy_sock EXPORT_SYMBOL vmlinux 0xbc434541 request_firmware -EXPORT_SYMBOL vmlinux 0xbc48f170 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0xbc55bdef blk_post_runtime_suspend EXPORT_SYMBOL vmlinux 0xbc64807e thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbc6a978f tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0xbc990dd6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xbca3c02a ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xbca455a9 netdev_emerg EXPORT_SYMBOL vmlinux 0xbcab0cba mmc_can_trim EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcb660e4 vlan_vid_del EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user -EXPORT_SYMBOL vmlinux 0xbcc6c89e vlan_ioctl_set EXPORT_SYMBOL vmlinux 0xbceaf0fa __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xbcf52c0b skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xbcf617ea skb_dump EXPORT_SYMBOL vmlinux 0xbcfcc04d amba_driver_register +EXPORT_SYMBOL vmlinux 0xbcfff0c0 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xbd07fea2 lock_page_memcg EXPORT_SYMBOL vmlinux 0xbd1a8647 blk_queue_flag_clear EXPORT_SYMBOL vmlinux 0xbd1b7759 iov_iter_kvec EXPORT_SYMBOL vmlinux 0xbd3d830b setattr_copy EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4b44c5 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0xbd4c6c21 blk_queue_max_segment_size EXPORT_SYMBOL vmlinux 0xbd533293 param_get_short +EXPORT_SYMBOL vmlinux 0xbd560bfe tcf_get_next_chain EXPORT_SYMBOL vmlinux 0xbd5b5eb5 of_iomap +EXPORT_SYMBOL vmlinux 0xbd6106c8 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 EXPORT_SYMBOL vmlinux 0xbd6df28f nvdimm_revalidate_disk +EXPORT_SYMBOL vmlinux 0xbd7157fd pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xbd724567 padata_free_shell +EXPORT_SYMBOL vmlinux 0xbd735b5c skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xbd75b214 __udp_disconnect EXPORT_SYMBOL vmlinux 0xbd798d80 bio_add_pc_page EXPORT_SYMBOL vmlinux 0xbd7b863a fscrypt_decrypt_block_inplace -EXPORT_SYMBOL vmlinux 0xbd849e19 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0xbd9606c1 jbd2_journal_destroy -EXPORT_SYMBOL vmlinux 0xbdb8e373 tcp_v4_md5_lookup -EXPORT_SYMBOL vmlinux 0xbde4c948 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xbdbb599d skb_copy_expand +EXPORT_SYMBOL vmlinux 0xbde85268 register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xbde96262 rproc_free EXPORT_SYMBOL vmlinux 0xbdeb5bd9 devfreq_monitor_stop -EXPORT_SYMBOL vmlinux 0xbdf6254e netdev_printk EXPORT_SYMBOL vmlinux 0xbe245a17 devm_pci_remap_cfgspace EXPORT_SYMBOL vmlinux 0xbe28c298 dquot_resume -EXPORT_SYMBOL vmlinux 0xbe3cda33 __dev_set_mtu EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number EXPORT_SYMBOL vmlinux 0xbe5165ac fscrypt_decrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state EXPORT_SYMBOL vmlinux 0xbe5bd6bc security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd -EXPORT_SYMBOL vmlinux 0xbe5e4c4e inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe79c63c inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xbe7ca60c flow_rule_match_mpls EXPORT_SYMBOL vmlinux 0xbe7e05a8 acpi_tb_install_and_load_table -EXPORT_SYMBOL vmlinux 0xbe87fa4b pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xbe9df6df acpi_notifier_call_chain -EXPORT_SYMBOL vmlinux 0xbea1dd36 pcie_get_readrq EXPORT_SYMBOL vmlinux 0xbebd66d1 mpage_readpage EXPORT_SYMBOL vmlinux 0xbed6b72c block_write_end -EXPORT_SYMBOL vmlinux 0xbeda7b72 tcp_release_cb EXPORT_SYMBOL vmlinux 0xbedc3e99 param_set_ullong EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbee5344e sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xbeebf9fd dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule EXPORT_SYMBOL vmlinux 0xbef73a25 pm860x_page_reg_write EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner EXPORT_SYMBOL vmlinux 0xbf1a4e02 uart_match_port EXPORT_SYMBOL vmlinux 0xbf1fb1c1 d_splice_alias -EXPORT_SYMBOL vmlinux 0xbf281432 eth_commit_mac_addr_change -EXPORT_SYMBOL vmlinux 0xbf388c97 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0xbf480f2a locks_remove_posix -EXPORT_SYMBOL vmlinux 0xbf7ab186 nf_unregister_net_hooks -EXPORT_SYMBOL vmlinux 0xbf7e4968 pci_free_host_bridge -EXPORT_SYMBOL vmlinux 0xbf7e71f2 softnet_data +EXPORT_SYMBOL vmlinux 0xbf50749a __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xbf5ac682 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xbf61a7f8 sock_recvmsg EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set EXPORT_SYMBOL vmlinux 0xbf9e3474 __breadahead_gfp -EXPORT_SYMBOL vmlinux 0xbfa0bf9c kfree_skb_partial EXPORT_SYMBOL vmlinux 0xbfa29ae9 param_array_ops EXPORT_SYMBOL vmlinux 0xbfaec86b __bio_clone_fast EXPORT_SYMBOL vmlinux 0xbfafcbec __task_pid_nr_ns EXPORT_SYMBOL vmlinux 0xbfb4fcfb unregister_cdrom EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfcdc37c pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0xbfd07c5d mmc_gpio_get_cd EXPORT_SYMBOL vmlinux 0xbfd17948 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0xbfd6251f input_mt_destroy_slots EXPORT_SYMBOL vmlinux 0xbfd8a76a mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbfe6e069 dev_get_by_index EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer EXPORT_SYMBOL vmlinux 0xbff6352a fscrypt_decrypt_bio EXPORT_SYMBOL vmlinux 0xc0125018 blk_alloc_queue @@ -9593,22 +9601,19 @@ EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb EXPORT_SYMBOL vmlinux 0xc08ef892 __mod_zone_page_state EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit -EXPORT_SYMBOL vmlinux 0xc0ab089e pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL vmlinux 0xc0b7339a netdev_crit EXPORT_SYMBOL vmlinux 0xc0bbd0c2 timestamp_truncate EXPORT_SYMBOL vmlinux 0xc0bca0f1 ZSTD_nextSrcSizeToDecompress EXPORT_SYMBOL vmlinux 0xc0c42b74 unregister_binfmt EXPORT_SYMBOL vmlinux 0xc0d41b03 blk_mq_start_hw_queues EXPORT_SYMBOL vmlinux 0xc0d6bdc4 kthread_create_on_node EXPORT_SYMBOL vmlinux 0xc0dbe80e devm_clk_get -EXPORT_SYMBOL vmlinux 0xc0e00549 __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xc0e1a97b __do_once_done -EXPORT_SYMBOL vmlinux 0xc0ef7d4b pcie_capability_write_word EXPORT_SYMBOL vmlinux 0xc0ef806f __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0xc0f55511 mdio_driver_register EXPORT_SYMBOL vmlinux 0xc0f947a2 dqget EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup -EXPORT_SYMBOL vmlinux 0xc10e49c0 skb_copy EXPORT_SYMBOL vmlinux 0xc1179daa kstrtou8_from_user EXPORT_SYMBOL vmlinux 0xc11aaf0d dquot_mark_dquot_dirty EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data @@ -9621,32 +9626,37 @@ EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem EXPORT_SYMBOL vmlinux 0xc179300f param_ops_long EXPORT_SYMBOL vmlinux 0xc179a151 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xc18bb6f3 consume_skb EXPORT_SYMBOL vmlinux 0xc18c5163 scsi_report_opcode -EXPORT_SYMBOL vmlinux 0xc1b1557d pci_disable_device +EXPORT_SYMBOL vmlinux 0xc19d9af3 sock_alloc_file EXPORT_SYMBOL vmlinux 0xc1b981c9 write_one_page EXPORT_SYMBOL vmlinux 0xc1cafd90 config_item_set_name EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e98d85 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xc1f22766 ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xc1f2414d mmc_is_req_done EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp -EXPORT_SYMBOL vmlinux 0xc2150e5d sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xc20ced34 pci_clear_master +EXPORT_SYMBOL vmlinux 0xc2220b84 __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc228129e revert_creds EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc234e8e5 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0xc251e9b8 param_ops_charp EXPORT_SYMBOL vmlinux 0xc25d8ae6 tcf_em_register -EXPORT_SYMBOL vmlinux 0xc2626336 tcp_seq_next -EXPORT_SYMBOL vmlinux 0xc2654cf0 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate EXPORT_SYMBOL vmlinux 0xc28c79aa freeze_super EXPORT_SYMBOL vmlinux 0xc28f4c6a i2c_get_adapter EXPORT_SYMBOL vmlinux 0xc29bf967 strspn EXPORT_SYMBOL vmlinux 0xc2a17ebe seqno_fence_ops +EXPORT_SYMBOL vmlinux 0xc2a3388e __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xc2ae6f12 dev_change_proto_down EXPORT_SYMBOL vmlinux 0xc2e541ea md_bitmap_sync_with_cluster EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices -EXPORT_SYMBOL vmlinux 0xc2e89012 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc EXPORT_SYMBOL vmlinux 0xc310b981 strnstr EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3441497 xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0xc3442dbf of_get_parent EXPORT_SYMBOL vmlinux 0xc34e72cf dma_dummy_ops EXPORT_SYMBOL vmlinux 0xc355eef7 genl_notify @@ -9659,20 +9669,18 @@ EXPORT_SYMBOL vmlinux 0xc38cc2a1 __devm_request_region EXPORT_SYMBOL vmlinux 0xc3b56d97 blkdev_get EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq EXPORT_SYMBOL vmlinux 0xc3c09e63 scsi_device_quiesce -EXPORT_SYMBOL vmlinux 0xc3c0a39d pci_restore_state -EXPORT_SYMBOL vmlinux 0xc3f33ce1 skb_copy_bits EXPORT_SYMBOL vmlinux 0xc3f50b1d iov_iter_gap_alignment EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock -EXPORT_SYMBOL vmlinux 0xc3ff8ed2 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0xc40768e0 may_umount EXPORT_SYMBOL vmlinux 0xc40d6d20 rproc_add EXPORT_SYMBOL vmlinux 0xc411bfd2 proc_symlink EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost -EXPORT_SYMBOL vmlinux 0xc42e792a dst_alloc EXPORT_SYMBOL vmlinux 0xc43e33cc blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc44db6af netdev_set_num_tc EXPORT_SYMBOL vmlinux 0xc462cc30 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xc4773be1 dev_close EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 EXPORT_SYMBOL vmlinux 0xc47d9dde scsi_init_io EXPORT_SYMBOL vmlinux 0xc48c156b scsi_host_get @@ -9680,18 +9688,16 @@ EXPORT_SYMBOL vmlinux 0xc4970992 __blkdev_reread_part EXPORT_SYMBOL vmlinux 0xc49a7978 mdio_device_reset EXPORT_SYMBOL vmlinux 0xc49d225a blk_integrity_unregister EXPORT_SYMBOL vmlinux 0xc4a41b58 vfs_fsync_range -EXPORT_SYMBOL vmlinux 0xc4a8b602 pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal EXPORT_SYMBOL vmlinux 0xc4b551d6 vfs_rmdir EXPORT_SYMBOL vmlinux 0xc4c50ea4 from_kuid_munged -EXPORT_SYMBOL vmlinux 0xc4e57ea1 __kfree_skb +EXPORT_SYMBOL vmlinux 0xc4cd0587 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0xc4e63aa0 phy_validate_pause EXPORT_SYMBOL vmlinux 0xc4f2476c dup_iter -EXPORT_SYMBOL vmlinux 0xc4fb3bb9 compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xc5003f01 scmd_printk +EXPORT_SYMBOL vmlinux 0xc50f7352 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0xc516bac9 fman_get_bmi_max_fifo_size EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath -EXPORT_SYMBOL vmlinux 0xc52cd631 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0xc555088e I_BDEV EXPORT_SYMBOL vmlinux 0xc55bd2a4 crypto_sha512_update EXPORT_SYMBOL vmlinux 0xc5662e97 flow_rule_match_basic @@ -9701,24 +9707,24 @@ EXPORT_SYMBOL vmlinux 0xc5850110 printk EXPORT_SYMBOL vmlinux 0xc58df054 pm860x_page_bulk_read EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc5a16202 of_dev_get -EXPORT_SYMBOL vmlinux 0xc5ad9ded netdev_set_num_tc EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on EXPORT_SYMBOL vmlinux 0xc5b7b646 kobject_init +EXPORT_SYMBOL vmlinux 0xc5ba83f2 __neigh_event_send EXPORT_SYMBOL vmlinux 0xc5c3caff fuse_dequeue_forget -EXPORT_SYMBOL vmlinux 0xc5da7743 __sk_mem_raise_allocated -EXPORT_SYMBOL vmlinux 0xc5e115d7 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xc5cccfdf __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc5e24a01 inet_sendpage EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f196a1 dev_get_stats EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc5fe92f3 eth_gro_complete EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus EXPORT_SYMBOL vmlinux 0xc618c021 generic_file_splice_read EXPORT_SYMBOL vmlinux 0xc61eba3f cros_ec_check_result EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive -EXPORT_SYMBOL vmlinux 0xc62eaca7 sock_wake_async EXPORT_SYMBOL vmlinux 0xc631580a console_unlock EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup EXPORT_SYMBOL vmlinux 0xc634387b max8925_bulk_read -EXPORT_SYMBOL vmlinux 0xc63517db skb_append EXPORT_SYMBOL vmlinux 0xc654b157 dquot_disable EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif @@ -9726,63 +9732,58 @@ EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode EXPORT_SYMBOL vmlinux 0xc6702ab2 path_has_submounts EXPORT_SYMBOL vmlinux 0xc68fe048 scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0xc69298ed md_write_start -EXPORT_SYMBOL vmlinux 0xc6a91006 skb_pull +EXPORT_SYMBOL vmlinux 0xc6a048cc sock_create_lite EXPORT_SYMBOL vmlinux 0xc6bfea09 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0xc6c3da7f bioset_init EXPORT_SYMBOL vmlinux 0xc6c3fca1 devm_gen_pool_create EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable -EXPORT_SYMBOL vmlinux 0xc6f0daba lock_page_memcg -EXPORT_SYMBOL vmlinux 0xc6f3182b dev_open EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write EXPORT_SYMBOL vmlinux 0xc712419d dump_emit -EXPORT_SYMBOL vmlinux 0xc71f7287 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xc719f12b inet_frag_find EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port -EXPORT_SYMBOL vmlinux 0xc72c7caa inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xc72ba2ff inet_dgram_connect EXPORT_SYMBOL vmlinux 0xc74c64df key_link +EXPORT_SYMBOL vmlinux 0xc7520191 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0xc77cc216 pm860x_reg_write -EXPORT_SYMBOL vmlinux 0xc781a856 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc794bbb2 param_get_ushort +EXPORT_SYMBOL vmlinux 0xc79adaf5 sock_gettstamp EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc EXPORT_SYMBOL vmlinux 0xc79d2c5e __splice_from_pipe EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock EXPORT_SYMBOL vmlinux 0xc7b2515a fb_set_var EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe -EXPORT_SYMBOL vmlinux 0xc7cd83aa tcf_block_put_ext EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xc7e3fcee inet6_add_protocol EXPORT_SYMBOL vmlinux 0xc7ef8c65 __free_pages -EXPORT_SYMBOL vmlinux 0xc7f48b36 pci_request_selected_regions_exclusive -EXPORT_SYMBOL vmlinux 0xc801d26e arp_xmit -EXPORT_SYMBOL vmlinux 0xc8072255 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xc8000752 dev_add_pack +EXPORT_SYMBOL vmlinux 0xc804371b skb_abort_seq_read EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one EXPORT_SYMBOL vmlinux 0xc8161509 sdev_enable_disk_events EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu EXPORT_SYMBOL vmlinux 0xc851cbf9 flush_old_exec -EXPORT_SYMBOL vmlinux 0xc862e283 netdev_err -EXPORT_SYMBOL vmlinux 0xc86d0817 __neigh_for_each_release EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87a0e08 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd EXPORT_SYMBOL vmlinux 0xc89527de padata_start EXPORT_SYMBOL vmlinux 0xc8a1a9c1 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xc8a5b65e dev_trans_start EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread -EXPORT_SYMBOL vmlinux 0xc8ba0418 pci_find_resource EXPORT_SYMBOL vmlinux 0xc8bf193b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xc8c02555 neigh_event_ns EXPORT_SYMBOL vmlinux 0xc8c03db0 mmc_erase_group_aligned -EXPORT_SYMBOL vmlinux 0xc8cf7833 pcie_capability_read_word EXPORT_SYMBOL vmlinux 0xc8d6d1b0 fscrypt_fname_alloc_buffer EXPORT_SYMBOL vmlinux 0xc8d83f82 pnp_unregister_card_driver -EXPORT_SYMBOL vmlinux 0xc8dcb77a xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xc8e7622c inetpeer_invalidate_tree -EXPORT_SYMBOL vmlinux 0xc8f6662e sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xc8eb9d35 secpath_set EXPORT_SYMBOL vmlinux 0xc9023573 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0xc910e5ac blk_queue_physical_block_size -EXPORT_SYMBOL vmlinux 0xc92a8b82 ip6_frag_init EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources EXPORT_SYMBOL vmlinux 0xc940dba4 generic_writepages EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters @@ -9790,9 +9791,12 @@ EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev EXPORT_SYMBOL vmlinux 0xc9957204 __arch_copy_in_user EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a8e65f inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0xc9abd559 seq_read EXPORT_SYMBOL vmlinux 0xc9b1b27d kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xc9cbcdaf sock_common_setsockopt EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f2650c tcp_connect EXPORT_SYMBOL vmlinux 0xca08c4be security_socket_getpeersec_dgram EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xca19dc5a __page_pool_put_page @@ -9802,29 +9806,23 @@ EXPORT_SYMBOL vmlinux 0xca272bc5 install_exec_creds EXPORT_SYMBOL vmlinux 0xca38bdb2 security_inode_setsecctx EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function EXPORT_SYMBOL vmlinux 0xca4b0b8f page_mapping -EXPORT_SYMBOL vmlinux 0xca525160 dev_get_flags EXPORT_SYMBOL vmlinux 0xca53b582 blk_mq_stop_hw_queue EXPORT_SYMBOL vmlinux 0xca581a10 genphy_suspend -EXPORT_SYMBOL vmlinux 0xca5a5750 netpoll_print_options -EXPORT_SYMBOL vmlinux 0xca5fee48 rtnl_unicast EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup -EXPORT_SYMBOL vmlinux 0xca6aedee pci_scan_single_device EXPORT_SYMBOL vmlinux 0xca7426ba unregister_console -EXPORT_SYMBOL vmlinux 0xca7f1606 eth_validate_addr EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception EXPORT_SYMBOL vmlinux 0xcadc2b99 dquot_quota_sync EXPORT_SYMBOL vmlinux 0xcae9e47b simple_transaction_read EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcafb01dd xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu EXPORT_SYMBOL vmlinux 0xcb17178a kmem_cache_destroy -EXPORT_SYMBOL vmlinux 0xcb2a21c8 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xcb297462 tcp_read_sock EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xcb3cc6ee blk_get_request EXPORT_SYMBOL vmlinux 0xcb41a223 mipi_dsi_dcs_set_page_address -EXPORT_SYMBOL vmlinux 0xcb42f2cb sock_create -EXPORT_SYMBOL vmlinux 0xcb464553 seg6_push_hmac EXPORT_SYMBOL vmlinux 0xcb48580b input_enable_softrepeat EXPORT_SYMBOL vmlinux 0xcb4c962b mipi_dsi_host_unregister EXPORT_SYMBOL vmlinux 0xcb5461f2 reuseport_detach_sock @@ -9837,8 +9835,6 @@ EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister EXPORT_SYMBOL vmlinux 0xcbb1798f md_register_thread EXPORT_SYMBOL vmlinux 0xcbb63bfa sync_inodes_sb EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context -EXPORT_SYMBOL vmlinux 0xcbc41e4a tcp_v4_conn_request -EXPORT_SYMBOL vmlinux 0xcbc6af83 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0xcbc88a23 ZSTD_isFrame EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic @@ -9846,41 +9842,39 @@ EXPORT_SYMBOL vmlinux 0xcbe8701c md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0xcbfb2618 tty_port_tty_set EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev EXPORT_SYMBOL vmlinux 0xcbfdac9a inode_dio_wait +EXPORT_SYMBOL vmlinux 0xcc092912 sock_no_sendpage EXPORT_SYMBOL vmlinux 0xcc111d83 input_unregister_handle -EXPORT_SYMBOL vmlinux 0xcc18ac73 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port -EXPORT_SYMBOL vmlinux 0xcc2f86d3 udp_seq_ops EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class -EXPORT_SYMBOL vmlinux 0xcc3c6ea6 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0xcc3e9fd1 nvm_unregister_tgt_type EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5bab55 __ip_options_compile EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock -EXPORT_SYMBOL vmlinux 0xcc85d6bd netpoll_parse_options EXPORT_SYMBOL vmlinux 0xcc9d018d mmput_async +EXPORT_SYMBOL vmlinux 0xcca25851 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb00152 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor -EXPORT_SYMBOL vmlinux 0xcccdf918 inet_ioctl EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start -EXPORT_SYMBOL vmlinux 0xcce5133a sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xccef37e4 ZSTD_DStreamOutSize EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data -EXPORT_SYMBOL vmlinux 0xcd033ccf dev_get_valid_name EXPORT_SYMBOL vmlinux 0xcd04e773 i2c_del_adapter EXPORT_SYMBOL vmlinux 0xcd20e606 __scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed EXPORT_SYMBOL vmlinux 0xcd279169 nla_find EXPORT_SYMBOL vmlinux 0xcd3e8c5b twl6040_get_sysclk -EXPORT_SYMBOL vmlinux 0xcd492f4f cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0xcd65f55d genphy_loopback EXPORT_SYMBOL vmlinux 0xcd678719 param_get_long +EXPORT_SYMBOL vmlinux 0xcd751492 brioctl_set EXPORT_SYMBOL vmlinux 0xcd76e7f0 qdisc_offload_graft_helper EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception EXPORT_SYMBOL vmlinux 0xcda594c6 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xcdb9ccaa build_skb_around EXPORT_SYMBOL vmlinux 0xcdba1ef5 __sb_end_write EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel EXPORT_SYMBOL vmlinux 0xcddf45c2 __vmalloc @@ -9888,27 +9882,32 @@ EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev EXPORT_SYMBOL vmlinux 0xcde87a6c mmc_command_done EXPORT_SYMBOL vmlinux 0xce036f24 sg_split EXPORT_SYMBOL vmlinux 0xce1316d6 nd_btt_version -EXPORT_SYMBOL vmlinux 0xce23d3a9 inet_stream_connect EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake EXPORT_SYMBOL vmlinux 0xce3078be elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xce361c06 dev_set_allmulti EXPORT_SYMBOL vmlinux 0xce3968fa file_open_root EXPORT_SYMBOL vmlinux 0xce3f82be md_error +EXPORT_SYMBOL vmlinux 0xce49cdca ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r EXPORT_SYMBOL vmlinux 0xce51a4ec iov_iter_zero +EXPORT_SYMBOL vmlinux 0xce584e67 xfrm4_rcv EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize EXPORT_SYMBOL vmlinux 0xce6477b2 acpi_pci_osc_control_set -EXPORT_SYMBOL vmlinux 0xce6c1505 ipv4_specific +EXPORT_SYMBOL vmlinux 0xce69a4c0 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xce6f9175 phy_set_max_speed EXPORT_SYMBOL vmlinux 0xce746249 d_make_root +EXPORT_SYMBOL vmlinux 0xce74f8f8 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7ac502 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce856f2c pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0xce91ce4d d_find_alias -EXPORT_SYMBOL vmlinux 0xcea2edb7 mr_dump EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul -EXPORT_SYMBOL vmlinux 0xceae12c1 pci_iomap +EXPORT_SYMBOL vmlinux 0xceb44ef8 pci_restore_state EXPORT_SYMBOL vmlinux 0xcebc86e3 mdiobus_read +EXPORT_SYMBOL vmlinux 0xcec1d926 skb_unlink EXPORT_SYMBOL vmlinux 0xcecc92c7 bio_uninit EXPORT_SYMBOL vmlinux 0xcecca551 cdrom_number_of_slots EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create @@ -9917,7 +9916,6 @@ EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check EXPORT_SYMBOL vmlinux 0xcf0a3416 simple_dir_operations -EXPORT_SYMBOL vmlinux 0xcf1371d4 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find EXPORT_SYMBOL vmlinux 0xcf24bd88 single_open_size EXPORT_SYMBOL vmlinux 0xcf279994 mdiobus_alloc_size @@ -9925,12 +9923,12 @@ EXPORT_SYMBOL vmlinux 0xcf28a0a3 generic_start_io_acct EXPORT_SYMBOL vmlinux 0xcf2a6966 up EXPORT_SYMBOL vmlinux 0xcf4cefb8 scsi_eh_finish_cmd EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock -EXPORT_SYMBOL vmlinux 0xcf58d382 pci_get_class -EXPORT_SYMBOL vmlinux 0xcf680a43 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0xcf70ac6f cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xcf72c943 pci_read_config_word EXPORT_SYMBOL vmlinux 0xcf794c63 nd_region_to_nstype EXPORT_SYMBOL vmlinux 0xcf82322e finish_open EXPORT_SYMBOL vmlinux 0xcf83d83a __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xcf909b91 sock_create EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos EXPORT_SYMBOL vmlinux 0xcfb924a5 try_module_get EXPORT_SYMBOL vmlinux 0xcfc59ef5 add_to_page_cache_locked @@ -9938,23 +9936,24 @@ EXPORT_SYMBOL vmlinux 0xcfd82907 mmc_cqe_start_req EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned EXPORT_SYMBOL vmlinux 0xcfd8bbf1 vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance -EXPORT_SYMBOL vmlinux 0xcff68368 tcf_block_put +EXPORT_SYMBOL vmlinux 0xcff07df7 tcp_check_req EXPORT_SYMBOL vmlinux 0xcffd752b kern_path_create EXPORT_SYMBOL vmlinux 0xd002e062 get_unmapped_area -EXPORT_SYMBOL vmlinux 0xd011d17f tcp_poll EXPORT_SYMBOL vmlinux 0xd01978e2 fifo_create_dflt EXPORT_SYMBOL vmlinux 0xd03c173f fman_register_intr EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net -EXPORT_SYMBOL vmlinux 0xd05d15a5 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0682657 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0xd071574f noop_llseek +EXPORT_SYMBOL vmlinux 0xd0924679 skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a42787 of_translate_address +EXPORT_SYMBOL vmlinux 0xd0a4f19a ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface -EXPORT_SYMBOL vmlinux 0xd0bc8439 sock_efree EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd0c79014 pci_msi_vec_count EXPORT_SYMBOL vmlinux 0xd0e50d10 device_add_disk_no_queue_reg EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer @@ -9963,10 +9962,8 @@ EXPORT_SYMBOL vmlinux 0xd1086c24 mipi_dsi_dcs_read EXPORT_SYMBOL vmlinux 0xd10bbd90 tty_register_ldisc EXPORT_SYMBOL vmlinux 0xd120ed67 vme_lm_request EXPORT_SYMBOL vmlinux 0xd125bd00 blk_post_runtime_resume -EXPORT_SYMBOL vmlinux 0xd132f4c2 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize EXPORT_SYMBOL vmlinux 0xd137c2d6 flow_rule_match_ipv4_addrs -EXPORT_SYMBOL vmlinux 0xd13d12b6 eth_header_cache EXPORT_SYMBOL vmlinux 0xd1469e0b param_get_uint EXPORT_SYMBOL vmlinux 0xd15767b2 __cleancache_init_fs EXPORT_SYMBOL vmlinux 0xd17fcd6b logfc @@ -9976,33 +9973,35 @@ EXPORT_SYMBOL vmlinux 0xd18fbf28 cros_ec_get_next_event EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count EXPORT_SYMBOL vmlinux 0xd1be4eeb blk_queue_max_discard_sectors EXPORT_SYMBOL vmlinux 0xd1cedd98 __seq_open_private -EXPORT_SYMBOL vmlinux 0xd1d4fe1c dst_destroy +EXPORT_SYMBOL vmlinux 0xd1d0b2c3 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xd1d6175f pci_setup_cardbus EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string -EXPORT_SYMBOL vmlinux 0xd1f62380 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd1e0648f tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down EXPORT_SYMBOL vmlinux 0xd209de68 sdev_prefix_printk EXPORT_SYMBOL vmlinux 0xd20d70e1 cros_ec_cmd_xfer_status EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0xd24e1cf7 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xd257471e rtnl_link_get_net EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook EXPORT_SYMBOL vmlinux 0xd262dfcb vscnprintf +EXPORT_SYMBOL vmlinux 0xd26755d7 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged -EXPORT_SYMBOL vmlinux 0xd2869777 netdev_adjacent_change_commit -EXPORT_SYMBOL vmlinux 0xd294166b nf_log_unset +EXPORT_SYMBOL vmlinux 0xd27dfdac netpoll_send_udp EXPORT_SYMBOL vmlinux 0xd29f03b4 mipi_dsi_dcs_write -EXPORT_SYMBOL vmlinux 0xd2a43823 ip_options_rcv_srr -EXPORT_SYMBOL vmlinux 0xd2bf5f61 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xd2a3d902 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xd2afd5a7 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xd2b02d93 dev_deactivate EXPORT_SYMBOL vmlinux 0xd2d48261 ata_std_end_eh EXPORT_SYMBOL vmlinux 0xd2d5c34c setup_arg_pages +EXPORT_SYMBOL vmlinux 0xd2d64349 sock_no_recvmsg EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier -EXPORT_SYMBOL vmlinux 0xd2db42c3 compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xd2e81db5 request_firmware_nowait EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep -EXPORT_SYMBOL vmlinux 0xd2eb786c ipv6_chk_prefix -EXPORT_SYMBOL vmlinux 0xd303239a tcp_peek_len -EXPORT_SYMBOL vmlinux 0xd30379ed tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xd30e0be1 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xd312eb42 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0xd31b3b0a generic_file_readonly_mmap EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible EXPORT_SYMBOL vmlinux 0xd32b9ac0 mipi_dsi_detach @@ -10010,26 +10009,23 @@ EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd35ae706 fget_raw -EXPORT_SYMBOL vmlinux 0xd369e816 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xd36cb8ce tcp_add_backlog EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state EXPORT_SYMBOL vmlinux 0xd37a59fb backlight_force_update -EXPORT_SYMBOL vmlinux 0xd3806c96 inet_addr_type_table -EXPORT_SYMBOL vmlinux 0xd3b0ecee netpoll_cleanup EXPORT_SYMBOL vmlinux 0xd3b678f1 del_random_ready_callback -EXPORT_SYMBOL vmlinux 0xd3becd24 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0xd3e53dd0 module_put EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear -EXPORT_SYMBOL vmlinux 0xd3ef9df7 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0xd3f4c437 fman_get_revision EXPORT_SYMBOL vmlinux 0xd3fba534 qcom_scm_set_cold_boot_addr EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal -EXPORT_SYMBOL vmlinux 0xd409cf61 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd415c81e xfrm_state_add +EXPORT_SYMBOL vmlinux 0xd420f4d5 pci_release_regions EXPORT_SYMBOL vmlinux 0xd43380d2 invalidate_mapping_pages EXPORT_SYMBOL vmlinux 0xd4339de8 qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0xd4422bdb acpi_get_hp_hw_control_from_firmware EXPORT_SYMBOL vmlinux 0xd4518e2a dcb_ieee_setapp EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex -EXPORT_SYMBOL vmlinux 0xd463f100 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system EXPORT_SYMBOL vmlinux 0xd493926e set_cached_acl EXPORT_SYMBOL vmlinux 0xd4950621 abx500_get_register_page_interruptible @@ -10039,35 +10035,36 @@ EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4df52d3 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare -EXPORT_SYMBOL vmlinux 0xd5163a69 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xd519fa7f rt_dst_alloc EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy -EXPORT_SYMBOL vmlinux 0xd52861a4 pci_iomap_range EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources EXPORT_SYMBOL vmlinux 0xd53cbd26 fscrypt_inherit_context EXPORT_SYMBOL vmlinux 0xd5409932 scsi_scan_target EXPORT_SYMBOL vmlinux 0xd5418db5 tty_driver_flush_buffer -EXPORT_SYMBOL vmlinux 0xd55cb8a8 neigh_update +EXPORT_SYMBOL vmlinux 0xd54df4f3 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xd5731df4 skb_split +EXPORT_SYMBOL vmlinux 0xd585bf15 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0xd59149f4 jbd2_journal_load -EXPORT_SYMBOL vmlinux 0xd5a0a0d0 get_mem_cgroup_from_page -EXPORT_SYMBOL vmlinux 0xd5b2e228 xfrm_policy_byid EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state EXPORT_SYMBOL vmlinux 0xd5ba251f jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xd5ce3aeb netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xd5e78ab6 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0xd5f19d54 of_get_property EXPORT_SYMBOL vmlinux 0xd5fb3012 bio_copy_data EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k EXPORT_SYMBOL vmlinux 0xd618a757 filemap_fdatawait_range_keep_errors EXPORT_SYMBOL vmlinux 0xd619aa30 __cleancache_invalidate_fs -EXPORT_SYMBOL vmlinux 0xd61b49d5 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xd63d5a82 tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0xd63f0c95 update_devfreq EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state -EXPORT_SYMBOL vmlinux 0xd64a4777 proto_register -EXPORT_SYMBOL vmlinux 0xd65372e9 inet_accept -EXPORT_SYMBOL vmlinux 0xd6603708 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0xd6648cb9 devm_get_clk_from_child EXPORT_SYMBOL vmlinux 0xd6660631 simple_nosetlease +EXPORT_SYMBOL vmlinux 0xd6765823 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xd68287e6 napi_schedule_prep EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource EXPORT_SYMBOL vmlinux 0xd68e203c genphy_update_link @@ -10078,99 +10075,85 @@ EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read EXPORT_SYMBOL vmlinux 0xd6ab4e94 of_parse_phandle EXPORT_SYMBOL vmlinux 0xd6acb395 mipi_dsi_dcs_set_pixel_format EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod -EXPORT_SYMBOL vmlinux 0xd6d8c4f9 netdev_alert EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc EXPORT_SYMBOL vmlinux 0xd6f1b493 __bread_gfp -EXPORT_SYMBOL vmlinux 0xd6fcfb00 pci_set_power_state EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced -EXPORT_SYMBOL vmlinux 0xd7074e46 tcf_get_next_proto EXPORT_SYMBOL vmlinux 0xd7081a98 loop_register_transfer EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute -EXPORT_SYMBOL vmlinux 0xd715e9e8 sk_wait_data EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd74468ba tcp_rcv_established EXPORT_SYMBOL vmlinux 0xd7564a20 mount_bdev +EXPORT_SYMBOL vmlinux 0xd7593528 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xd75b5729 crypto_sha256_update EXPORT_SYMBOL vmlinux 0xd762065a find_lock_entry EXPORT_SYMBOL vmlinux 0xd777fdab dmam_pool_create -EXPORT_SYMBOL vmlinux 0xd77ea217 datagram_poll +EXPORT_SYMBOL vmlinux 0xd7966b43 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0xd7a3669b param_get_ullong -EXPORT_SYMBOL vmlinux 0xd7d0a518 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll EXPORT_SYMBOL vmlinux 0xd7ef3424 cdev_del EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 EXPORT_SYMBOL vmlinux 0xd80005fa serio_rescan +EXPORT_SYMBOL vmlinux 0xd8117452 __skb_ext_del EXPORT_SYMBOL vmlinux 0xd811f83a compat_nf_getsockopt EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range -EXPORT_SYMBOL vmlinux 0xd81e3ea9 __skb_ext_del -EXPORT_SYMBOL vmlinux 0xd827897f __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd82251d6 pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0xd8382dbb devm_ioport_unmap EXPORT_SYMBOL vmlinux 0xd85233bb nvdimm_namespace_disk_name -EXPORT_SYMBOL vmlinux 0xd85d56e6 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame -EXPORT_SYMBOL vmlinux 0xd8693ff5 compat_ipv6_setsockopt -EXPORT_SYMBOL vmlinux 0xd879a17e inet_csk_init_xmit_timers -EXPORT_SYMBOL vmlinux 0xd879ed04 __dev_get_by_name -EXPORT_SYMBOL vmlinux 0xd891cd2b neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd878784f inetdev_by_index EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state EXPORT_SYMBOL vmlinux 0xd8a6c9fb configfs_unregister_group EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format -EXPORT_SYMBOL vmlinux 0xd8aaef7e netif_device_attach EXPORT_SYMBOL vmlinux 0xd8afb36d xsk_umem_has_addrs -EXPORT_SYMBOL vmlinux 0xd8b541ce netdev_lower_state_changed -EXPORT_SYMBOL vmlinux 0xd8bc8aa2 xfrm_policy_walk_done -EXPORT_SYMBOL vmlinux 0xd8d1016a netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xd8b7b84f inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xd8c3136f __xfrm_route_forward EXPORT_SYMBOL vmlinux 0xd8d3cf63 rproc_report_crash -EXPORT_SYMBOL vmlinux 0xd8d8da3c sk_ns_capable EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk -EXPORT_SYMBOL vmlinux 0xd8ee613b inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xd8fc1371 neigh_lookup EXPORT_SYMBOL vmlinux 0xd905fdb8 scsi_add_device EXPORT_SYMBOL vmlinux 0xd923990d md_reap_sync_thread EXPORT_SYMBOL vmlinux 0xd92b75e3 acpi_bus_unregister_driver EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object -EXPORT_SYMBOL vmlinux 0xd9483962 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xd944182d tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy EXPORT_SYMBOL vmlinux 0xd94d6d97 ethtool_op_get_link EXPORT_SYMBOL vmlinux 0xd95f09c4 input_flush_device EXPORT_SYMBOL vmlinux 0xd9625617 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xd980559c skb_copy_bits EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages -EXPORT_SYMBOL vmlinux 0xd98e53ee neigh_seq_next EXPORT_SYMBOL vmlinux 0xd99f6943 simple_rmdir EXPORT_SYMBOL vmlinux 0xd9a4f807 read_cache_pages EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head EXPORT_SYMBOL vmlinux 0xd9aa3f60 flow_rule_match_enc_keyid EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get -EXPORT_SYMBOL vmlinux 0xd9ba65da ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0xd9c8f2ca xsk_clear_rx_need_wakeup EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox EXPORT_SYMBOL vmlinux 0xd9e8aee7 refcount_dec_and_lock -EXPORT_SYMBOL vmlinux 0xd9ed2927 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xd9fb489d xfrm_state_walk EXPORT_SYMBOL vmlinux 0xda1433c6 locks_delete_block EXPORT_SYMBOL vmlinux 0xda1692a0 mipi_dsi_dcs_get_display_brightness -EXPORT_SYMBOL vmlinux 0xda16e5ac neigh_table_init EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open -EXPORT_SYMBOL vmlinux 0xda446bf1 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xda4c8082 mdiobus_scan EXPORT_SYMBOL vmlinux 0xda51ce09 blk_mq_end_request -EXPORT_SYMBOL vmlinux 0xda57b34d netif_device_detach EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType EXPORT_SYMBOL vmlinux 0xda7feb8f request_key_rcu -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xda8b6da5 inode_set_flags EXPORT_SYMBOL vmlinux 0xda8f1745 of_find_backlight_by_node EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user -EXPORT_SYMBOL vmlinux 0xdaad2c8e pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xdaa7194f nf_log_set EXPORT_SYMBOL vmlinux 0xdabf8213 dcbnl_ieee_notify EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region -EXPORT_SYMBOL vmlinux 0xdac65a9c tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0xdac8e170 elv_rb_del EXPORT_SYMBOL vmlinux 0xdaca81bf cpu_hwcaps EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaf3cb8d netif_carrier_on +EXPORT_SYMBOL vmlinux 0xdafd6537 inet_addr_type EXPORT_SYMBOL vmlinux 0xdb007606 vlan_dev_vlan_id EXPORT_SYMBOL vmlinux 0xdb123abf ppp_register_net_channel EXPORT_SYMBOL vmlinux 0xdb16eebd of_node_name_prefix @@ -10183,20 +10166,19 @@ EXPORT_SYMBOL vmlinux 0xdb510c45 put_tty_driver EXPORT_SYMBOL vmlinux 0xdb55c076 radix_tree_iter_resume EXPORT_SYMBOL vmlinux 0xdb5f0573 mmc_register_driver EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6f0eba inet_recvmsg EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free -EXPORT_SYMBOL vmlinux 0xdb783baf qdisc_put EXPORT_SYMBOL vmlinux 0xdb7d113e fb_prepare_logo EXPORT_SYMBOL vmlinux 0xdbadf707 scsi_device_put EXPORT_SYMBOL vmlinux 0xdbb3ec7b iommu_get_msi_cookie -EXPORT_SYMBOL vmlinux 0xdbbf81bf netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd4ec94 pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource EXPORT_SYMBOL vmlinux 0xdbf01f1d tty_hung_up_p EXPORT_SYMBOL vmlinux 0xdbf4810b of_graph_get_endpoint_count EXPORT_SYMBOL vmlinux 0xdbf958c5 jbd2_journal_set_features EXPORT_SYMBOL vmlinux 0xdc04bdab tty_do_resize EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems -EXPORT_SYMBOL vmlinux 0xdc199474 tcp_seq_start EXPORT_SYMBOL vmlinux 0xdc1c0898 drop_super_exclusive EXPORT_SYMBOL vmlinux 0xdc1c5640 dma_set_mask EXPORT_SYMBOL vmlinux 0xdc2b7dc7 bd_abort_claiming @@ -10204,57 +10186,64 @@ EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier -EXPORT_SYMBOL vmlinux 0xdc61cc56 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xdc52b6b7 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xdc6fd9f0 neigh_table_init EXPORT_SYMBOL vmlinux 0xdc7114e8 tcf_generic_walker EXPORT_SYMBOL vmlinux 0xdc826c1d scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xdc88b191 inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb EXPORT_SYMBOL vmlinux 0xdcb0f221 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xdcb2eb66 sock_register +EXPORT_SYMBOL vmlinux 0xdcb3de79 pci_match_id EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcb7ab25 compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xdcbabab8 vfs_link EXPORT_SYMBOL vmlinux 0xdcc581a4 vme_dma_list_free EXPORT_SYMBOL vmlinux 0xdcceb71a phy_start EXPORT_SYMBOL vmlinux 0xdcd30491 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xdd082fc1 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0xdd118752 lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd2c69ee kthread_destroy_worker EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref -EXPORT_SYMBOL vmlinux 0xdd39654e netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xdd46ebbd tcp_time_wait EXPORT_SYMBOL vmlinux 0xdd46f087 input_mt_report_finger_count EXPORT_SYMBOL vmlinux 0xdd528ee5 seq_putc EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6cec02 xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd946e4b inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xdd963512 devfreq_remove_governor EXPORT_SYMBOL vmlinux 0xdd9bc2c0 clear_page_dirty_for_io EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level -EXPORT_SYMBOL vmlinux 0xddb6dba3 dev_queue_xmit EXPORT_SYMBOL vmlinux 0xddbc8d61 phy_register_fixup EXPORT_SYMBOL vmlinux 0xddbde35c mdiobus_free EXPORT_SYMBOL vmlinux 0xdde7fee5 sk_stream_wait_connect EXPORT_SYMBOL vmlinux 0xddedc218 free_cgroup_ns EXPORT_SYMBOL vmlinux 0xddf5c978 mmc_can_discard EXPORT_SYMBOL vmlinux 0xddf638cd kthread_stop -EXPORT_SYMBOL vmlinux 0xddff2885 skb_mac_gso_segment -EXPORT_SYMBOL vmlinux 0xde1ae42d inet_offloads EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats EXPORT_SYMBOL vmlinux 0xde5b786a devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0xde707ea4 configfs_register_group -EXPORT_SYMBOL vmlinux 0xde7dc9e3 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xde76740c iproc_msi_exit EXPORT_SYMBOL vmlinux 0xde80c995 dm_get_device -EXPORT_SYMBOL vmlinux 0xde997528 eth_type_trans +EXPORT_SYMBOL vmlinux 0xde8cc608 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xde97b68a skb_store_bits EXPORT_SYMBOL vmlinux 0xdea09921 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xdeb9c2ee dev_direct_xmit EXPORT_SYMBOL vmlinux 0xdebdd78a vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xdec36e5c seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0xdec3a426 set_user_nice EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xded6a415 acpi_get_object_info EXPORT_SYMBOL vmlinux 0xded80e67 tty_throttle EXPORT_SYMBOL vmlinux 0xdee365b0 _raw_write_trylock -EXPORT_SYMBOL vmlinux 0xdee37bc8 udp_set_csum EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after @@ -10264,36 +10253,33 @@ EXPORT_SYMBOL vmlinux 0xdf5f89aa get_acl EXPORT_SYMBOL vmlinux 0xdf6764f3 input_alloc_absinfo EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0xdf6d74cc blk_mq_tagset_busy_iter -EXPORT_SYMBOL vmlinux 0xdf6e734a pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xdf758f9a dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies -EXPORT_SYMBOL vmlinux 0xdf9414f2 tc_setup_cb_add -EXPORT_SYMBOL vmlinux 0xdfa92373 udp_disconnect +EXPORT_SYMBOL vmlinux 0xdfaed3d3 km_report EXPORT_SYMBOL vmlinux 0xdfb14029 down_read_killable EXPORT_SYMBOL vmlinux 0xdfb449fe grab_cache_page_write_begin EXPORT_SYMBOL vmlinux 0xdfba9881 of_find_backlight EXPORT_SYMBOL vmlinux 0xdfc8265f make_bad_inode EXPORT_SYMBOL vmlinux 0xdfcc992c current_work EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi -EXPORT_SYMBOL vmlinux 0xdff48dcb compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xdff77353 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes -EXPORT_SYMBOL vmlinux 0xe007caaf pcie_print_link_status EXPORT_SYMBOL vmlinux 0xe010a6eb jbd2_journal_init_dev EXPORT_SYMBOL vmlinux 0xe0179f62 tty_port_hangup -EXPORT_SYMBOL vmlinux 0xe01cb0f9 ip_route_me_harder -EXPORT_SYMBOL vmlinux 0xe02219e5 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xe017adf1 inet_frags_init +EXPORT_SYMBOL vmlinux 0xe027e710 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase EXPORT_SYMBOL vmlinux 0xe02deca4 lookup_one_len EXPORT_SYMBOL vmlinux 0xe03286a3 generic_file_direct_write -EXPORT_SYMBOL vmlinux 0xe0330a1c udp_seq_next +EXPORT_SYMBOL vmlinux 0xe0395723 sock_queue_err_skb EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops -EXPORT_SYMBOL vmlinux 0xe0422936 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0xe04e3ce6 scsi_is_sdev_device EXPORT_SYMBOL vmlinux 0xe0621813 dquot_quota_on -EXPORT_SYMBOL vmlinux 0xe077b8a1 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe06a91a7 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0xe07a5ecc hash_and_copy_to_iter EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range @@ -10306,7 +10292,6 @@ EXPORT_SYMBOL vmlinux 0xe0b4fb59 fifo_set_limit EXPORT_SYMBOL vmlinux 0xe0c1fef0 mii_ethtool_set_link_ksettings EXPORT_SYMBOL vmlinux 0xe0e3cea6 ns_capable EXPORT_SYMBOL vmlinux 0xe0f92663 md_unregister_thread -EXPORT_SYMBOL vmlinux 0xe0ffdb83 inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0xe1049a73 vfs_mkdir EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict @@ -10318,161 +10303,166 @@ EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user EXPORT_SYMBOL vmlinux 0xe14e0fcf try_lookup_one_len EXPORT_SYMBOL vmlinux 0xe15121ae blk_mq_tagset_wait_completed_request EXPORT_SYMBOL vmlinux 0xe15e8ece rpmh_write +EXPORT_SYMBOL vmlinux 0xe1607249 dst_alloc EXPORT_SYMBOL vmlinux 0xe1613e72 nvdimm_bus_unlock EXPORT_SYMBOL vmlinux 0xe166c605 follow_up EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0xe1af5a04 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xe1ef2b61 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xe1f45512 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0xe1fac0a4 rproc_coredump_add_segment EXPORT_SYMBOL vmlinux 0xe20a47ed copy_page_from_iter EXPORT_SYMBOL vmlinux 0xe20b40fe scsi_remove_host EXPORT_SYMBOL vmlinux 0xe20d3993 first_ec +EXPORT_SYMBOL vmlinux 0xe216ef86 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2275348 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0xe22eebd4 dquot_operations -EXPORT_SYMBOL vmlinux 0xe230364e xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0xe2338064 security_old_inode_init_security EXPORT_SYMBOL vmlinux 0xe24a6116 cfb_imageblit EXPORT_SYMBOL vmlinux 0xe2582efb security_socket_socketpair EXPORT_SYMBOL vmlinux 0xe2610a77 thaw_bdev +EXPORT_SYMBOL vmlinux 0xe2616c36 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0xe29917d9 mipi_dsi_dcs_set_display_on -EXPORT_SYMBOL vmlinux 0xe2996e4a xfrm_state_flush EXPORT_SYMBOL vmlinux 0xe2ac4940 vfs_whiteout EXPORT_SYMBOL vmlinux 0xe2c4fe91 filemap_check_errors EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy EXPORT_SYMBOL vmlinux 0xe2d3ccae seq_escape EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp EXPORT_SYMBOL vmlinux 0xe2e0c7c6 __flush_icache_range -EXPORT_SYMBOL vmlinux 0xe2ff884b pci_set_master EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init -EXPORT_SYMBOL vmlinux 0xe31c77d5 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe3141bcd neigh_direct_output EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest EXPORT_SYMBOL vmlinux 0xe33ea798 would_dump EXPORT_SYMBOL vmlinux 0xe359e0cb mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xe35a0da6 sock_no_connect EXPORT_SYMBOL vmlinux 0xe35af02a __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0xe361e8b0 always_delete_dentry EXPORT_SYMBOL vmlinux 0xe365e07c blk_queue_stack_limits -EXPORT_SYMBOL vmlinux 0xe37ab212 tcp_mmap -EXPORT_SYMBOL vmlinux 0xe3812b41 pci_set_mwi -EXPORT_SYMBOL vmlinux 0xe3874eda ip6_frag_next -EXPORT_SYMBOL vmlinux 0xe394cb4a pci_request_regions EXPORT_SYMBOL vmlinux 0xe396b22e mntget EXPORT_SYMBOL vmlinux 0xe3a53f4c sort EXPORT_SYMBOL vmlinux 0xe3ca7385 max8925_reg_write EXPORT_SYMBOL vmlinux 0xe3ea7c46 _dev_alert EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f7dddf pci_find_next_bus EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe41467aa skb_copy EXPORT_SYMBOL vmlinux 0xe4169d8c dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one EXPORT_SYMBOL vmlinux 0xe44fa2f3 input_unregister_device EXPORT_SYMBOL vmlinux 0xe462bf9a jbd2_journal_submit_inode_data_buffers -EXPORT_SYMBOL vmlinux 0xe47e030b pci_read_config_dword -EXPORT_SYMBOL vmlinux 0xe48f04e4 netdev_update_features +EXPORT_SYMBOL vmlinux 0xe46cc0a9 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xe48cc74c dst_release_immediate EXPORT_SYMBOL vmlinux 0xe49a4bb4 kobject_get EXPORT_SYMBOL vmlinux 0xe4aa8627 load_nls_default +EXPORT_SYMBOL vmlinux 0xe4b17fe8 __dev_remove_pack EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on EXPORT_SYMBOL vmlinux 0xe4dea713 input_close_device +EXPORT_SYMBOL vmlinux 0xe4e11ba1 audit_log_start EXPORT_SYMBOL vmlinux 0xe4eeac46 unix_detach_fds EXPORT_SYMBOL vmlinux 0xe4f51a0e filemap_range_has_page EXPORT_SYMBOL vmlinux 0xe5038864 tty_port_alloc_xmit_buf -EXPORT_SYMBOL vmlinux 0xe520a2bb dev_add_offload EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq EXPORT_SYMBOL vmlinux 0xe535a5eb flow_rule_match_enc_ports -EXPORT_SYMBOL vmlinux 0xe5410614 pci_find_bus +EXPORT_SYMBOL vmlinux 0xe53eccbf skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xe54bb1f6 __block_write_full_page EXPORT_SYMBOL vmlinux 0xe560ea22 __blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe56fbb47 config_item_get -EXPORT_SYMBOL vmlinux 0xe57484af fib_default_rule_add EXPORT_SYMBOL vmlinux 0xe57a98de vfs_parse_fs_param EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end EXPORT_SYMBOL vmlinux 0xe59de85e component_match_add_release EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free +EXPORT_SYMBOL vmlinux 0xe5c41928 netdev_lower_get_next EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ca743d netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xe5d40790 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0xe5e7d858 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xe5eb33fb skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0xe5ef07f3 file_modified -EXPORT_SYMBOL vmlinux 0xe602db15 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xe5fd99ef pci_bus_find_capability EXPORT_SYMBOL vmlinux 0xe60feda5 vfs_llseek EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xe623e60a pci_find_parent_resource EXPORT_SYMBOL vmlinux 0xe630a550 dev_addr_add EXPORT_SYMBOL vmlinux 0xe64246ea alloc_buffer_head -EXPORT_SYMBOL vmlinux 0xe645f037 dev_add_pack -EXPORT_SYMBOL vmlinux 0xe64cc2b3 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xe64efa24 datagram_poll EXPORT_SYMBOL vmlinux 0xe669c35f input_set_poll_interval -EXPORT_SYMBOL vmlinux 0xe66afd60 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0xe66dafd2 genl_register_family EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin +EXPORT_SYMBOL vmlinux 0xe6935053 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0xe69bd254 devfreq_suspend_device -EXPORT_SYMBOL vmlinux 0xe69f6a2c skb_put -EXPORT_SYMBOL vmlinux 0xe6b7919c dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0xe6b7d960 generic_permission EXPORT_SYMBOL vmlinux 0xe6ddd339 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xe6dfc8ef __neigh_for_each_release EXPORT_SYMBOL vmlinux 0xe6e3a004 kthread_bind -EXPORT_SYMBOL vmlinux 0xe6eafeaf poll_initwait EXPORT_SYMBOL vmlinux 0xe6ebeaff jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xe6fce4b5 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xe713f062 xfrm_state_update EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf -EXPORT_SYMBOL vmlinux 0xe743ce70 pci_irq_get_node -EXPORT_SYMBOL vmlinux 0xe75efeec skb_unlink EXPORT_SYMBOL vmlinux 0xe7619651 md_finish_reshape EXPORT_SYMBOL vmlinux 0xe7698027 ioremap_cache +EXPORT_SYMBOL vmlinux 0xe771a81b neigh_app_ns EXPORT_SYMBOL vmlinux 0xe7736b38 param_get_string EXPORT_SYMBOL vmlinux 0xe7743e9b has_capability +EXPORT_SYMBOL vmlinux 0xe77e2f79 netdev_warn +EXPORT_SYMBOL vmlinux 0xe79a792b kernel_getpeername EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range -EXPORT_SYMBOL vmlinux 0xe7a1d947 nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0xe7a5447c vfs_ioc_setflags_prepare EXPORT_SYMBOL vmlinux 0xe7aad9a1 qdisc_tree_reduce_backlog EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask -EXPORT_SYMBOL vmlinux 0xe7b34e47 xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xe7bc8d27 posix_lock_file EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next EXPORT_SYMBOL vmlinux 0xe7e0d447 jbd2_journal_init_jbd_inode EXPORT_SYMBOL vmlinux 0xe7e61b41 __i2c_transfer EXPORT_SYMBOL vmlinux 0xe7eb88b1 filemap_fdatawait_keep_errors -EXPORT_SYMBOL vmlinux 0xe7ff8857 tcp_v4_destroy_sock EXPORT_SYMBOL vmlinux 0xe80ddbb2 param_ops_uint -EXPORT_SYMBOL vmlinux 0xe80e82a6 nf_log_register +EXPORT_SYMBOL vmlinux 0xe823c187 pci_iomap EXPORT_SYMBOL vmlinux 0xe82d4296 scsi_device_set_state EXPORT_SYMBOL vmlinux 0xe836f969 alloc_fcdev EXPORT_SYMBOL vmlinux 0xe84bdd23 tcf_unregister_action EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table -EXPORT_SYMBOL vmlinux 0xe8660145 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xe870db51 skb_trim EXPORT_SYMBOL vmlinux 0xe87fb057 ps2_sliced_command EXPORT_SYMBOL vmlinux 0xe8801db5 mod_node_page_state -EXPORT_SYMBOL vmlinux 0xe880bdd7 pci_reenable_device EXPORT_SYMBOL vmlinux 0xe885aa36 path_get +EXPORT_SYMBOL vmlinux 0xe89039b9 dst_init EXPORT_SYMBOL vmlinux 0xe89226b3 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xe8b2a9d5 km_state_expired EXPORT_SYMBOL vmlinux 0xe8c3e42a dev_mc_sync_multiple -EXPORT_SYMBOL vmlinux 0xe8f7bd0c ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks -EXPORT_SYMBOL vmlinux 0xe90fe2d3 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xe907475e pci_assign_resource EXPORT_SYMBOL vmlinux 0xe914e41e strcpy EXPORT_SYMBOL vmlinux 0xe916d74e __mmc_claim_host EXPORT_SYMBOL vmlinux 0xe92fb5f8 to_nd_btt +EXPORT_SYMBOL vmlinux 0xe93b3cff netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0xe93e1bcb vmf_insert_pfn EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96f2724 tcp_gro_complete EXPORT_SYMBOL vmlinux 0xe9727afe serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xe97e961b napi_get_frags EXPORT_SYMBOL vmlinux 0xe98c4f56 keyring_clear -EXPORT_SYMBOL vmlinux 0xe999c70b xfrm_policy_walk -EXPORT_SYMBOL vmlinux 0xe99bef8f nf_ct_attach EXPORT_SYMBOL vmlinux 0xe9a33a8d tty_insert_flip_string_fixed_flag EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark -EXPORT_SYMBOL vmlinux 0xe9c204a3 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xe9bbddb8 dev_change_carrier EXPORT_SYMBOL vmlinux 0xe9c39628 phy_get_eee_err EXPORT_SYMBOL vmlinux 0xe9c9ea5d nd_region_acquire_lane EXPORT_SYMBOL vmlinux 0xe9d09f01 hmm_range_dma_map EXPORT_SYMBOL vmlinux 0xe9d16603 __lock_page EXPORT_SYMBOL vmlinux 0xe9ddcb47 d_set_d_op EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size -EXPORT_SYMBOL vmlinux 0xe9ea818c inet6_add_offload EXPORT_SYMBOL vmlinux 0xe9ebbb8d devm_ioremap_wc EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize EXPORT_SYMBOL vmlinux 0xe9f732e9 flush_signals @@ -10480,9 +10470,7 @@ EXPORT_SYMBOL vmlinux 0xea231bdc down_write_killable EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int EXPORT_SYMBOL vmlinux 0xea421219 proc_create_mount_point EXPORT_SYMBOL vmlinux 0xea455ac2 iget_locked -EXPORT_SYMBOL vmlinux 0xea49f528 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0xea673eaf of_get_child_by_name -EXPORT_SYMBOL vmlinux 0xea67d258 netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled EXPORT_SYMBOL vmlinux 0xea705d91 reuseport_add_sock EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer @@ -10490,13 +10478,15 @@ EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow EXPORT_SYMBOL vmlinux 0xea821d6b md_write_inc EXPORT_SYMBOL vmlinux 0xea85267a generic_delete_inode EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeab6f88e neigh_parms_release EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xead90843 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeaeefd88 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xeafac5aa rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xeafca796 blkdev_issue_flush -EXPORT_SYMBOL vmlinux 0xeb07823a __skb_flow_get_ports -EXPORT_SYMBOL vmlinux 0xeb135ea9 xfrm_register_type -EXPORT_SYMBOL vmlinux 0xeb1e3f1e inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xeb0ce56a sock_edemux EXPORT_SYMBOL vmlinux 0xeb208b10 clear_nlink EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end @@ -10504,25 +10494,26 @@ EXPORT_SYMBOL vmlinux 0xeb3917c8 flow_rule_match_meta EXPORT_SYMBOL vmlinux 0xeb3d3db4 watchdog_unregister_governor EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact EXPORT_SYMBOL vmlinux 0xeb55bcc4 input_free_device -EXPORT_SYMBOL vmlinux 0xeb70d46e pci_bus_find_capability -EXPORT_SYMBOL vmlinux 0xeb760076 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xeb6cedfc tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb84590c netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xeb889b41 mmc_request_done EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order -EXPORT_SYMBOL vmlinux 0xebd12b78 seg6_hmac_net_init +EXPORT_SYMBOL vmlinux 0xebb83302 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0xebd6b4f0 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xebe0419c netdev_adjacent_change_prepare EXPORT_SYMBOL vmlinux 0xebff63a7 mdio_device_register EXPORT_SYMBOL vmlinux 0xec01448a generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xec1ead19 sock_kfree_s EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range -EXPORT_SYMBOL vmlinux 0xec4680fe skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys -EXPORT_SYMBOL vmlinux 0xec5368fa __xfrm_policy_check EXPORT_SYMBOL vmlinux 0xec5ec8c3 mmc_cqe_recovery EXPORT_SYMBOL vmlinux 0xec639ed1 fwnode_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0xec6d69e4 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xec715510 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0xec7ac867 dev_mc_del EXPORT_SYMBOL vmlinux 0xec809d0d dquot_commit EXPORT_SYMBOL vmlinux 0xec8745e6 phy_ethtool_set_eee @@ -10534,47 +10525,53 @@ EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf EXPORT_SYMBOL vmlinux 0xed010f53 set_wb_congested +EXPORT_SYMBOL vmlinux 0xed0680ed ip_generic_getfrag EXPORT_SYMBOL vmlinux 0xed0aee38 textsearch_destroy -EXPORT_SYMBOL vmlinux 0xed0b7448 __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0xed1ef90e page_pool_alloc_pages EXPORT_SYMBOL vmlinux 0xed239f52 __check_sticky +EXPORT_SYMBOL vmlinux 0xed51a774 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address EXPORT_SYMBOL vmlinux 0xed5a724e mdiobus_write EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable EXPORT_SYMBOL vmlinux 0xed67830b dma_mmap_attrs -EXPORT_SYMBOL vmlinux 0xed71b335 sock_no_getname +EXPORT_SYMBOL vmlinux 0xed7882a3 pci_irq_get_node EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 -EXPORT_SYMBOL vmlinux 0xed942775 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xed95a179 scsi_device_lookup EXPORT_SYMBOL vmlinux 0xedae0657 i2c_smbus_read_word_data EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp EXPORT_SYMBOL vmlinux 0xedc03953 iounmap EXPORT_SYMBOL vmlinux 0xedcef549 jbd2__journal_restart -EXPORT_SYMBOL vmlinux 0xede05817 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xede14be9 skb_dequeue EXPORT_SYMBOL vmlinux 0xede8bde8 dev_driver_string -EXPORT_SYMBOL vmlinux 0xede99679 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xedff4be5 acpi_load_table EXPORT_SYMBOL vmlinux 0xee1f1526 phys_mem_access_prot EXPORT_SYMBOL vmlinux 0xee28245f backlight_device_get_by_type EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable EXPORT_SYMBOL vmlinux 0xee2f942f mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xee31a594 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0xee3b0bf6 ata_link_printk EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode -EXPORT_SYMBOL vmlinux 0xee6c348a __skb_checksum EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices -EXPORT_SYMBOL vmlinux 0xee842b58 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0xee8a4b01 wait_on_page_bit_killable EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9c4d6e audit_log +EXPORT_SYMBOL vmlinux 0xee9c5c30 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xeeb92a55 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xeec6d0ee skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xeefdc3fe netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0xef016e61 get_super EXPORT_SYMBOL vmlinux 0xef123ad9 mmc_alloc_host EXPORT_SYMBOL vmlinux 0xef231a04 of_device_unregister +EXPORT_SYMBOL vmlinux 0xef2770d9 pci_find_capability EXPORT_SYMBOL vmlinux 0xef2931e6 simple_link EXPORT_SYMBOL vmlinux 0xef3cee44 __hw_addr_unsync_dev EXPORT_SYMBOL vmlinux 0xef49671a ps2_init EXPORT_SYMBOL vmlinux 0xef4972f1 simple_pin_fs EXPORT_SYMBOL vmlinux 0xef53fcbf simple_statfs +EXPORT_SYMBOL vmlinux 0xef5f6aa0 sock_i_ino EXPORT_SYMBOL vmlinux 0xef80a9f4 flow_rule_match_control EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg EXPORT_SYMBOL vmlinux 0xefa5bbb8 flow_rule_match_ip @@ -10584,34 +10581,28 @@ EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init -EXPORT_SYMBOL vmlinux 0xf016108d noop_qdisc EXPORT_SYMBOL vmlinux 0xf01aa940 __scsi_iterate_devices EXPORT_SYMBOL vmlinux 0xf01af1dc register_shrinker EXPORT_SYMBOL vmlinux 0xf03019cd nobh_write_begin -EXPORT_SYMBOL vmlinux 0xf035a94d skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xf031cc79 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xf03c6f85 get_super_thawed EXPORT_SYMBOL vmlinux 0xf052110c phy_request_interrupt EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier -EXPORT_SYMBOL vmlinux 0xf07563c3 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0xf07ad68f iter_file_splice_write EXPORT_SYMBOL vmlinux 0xf07d6b2a seq_lseek EXPORT_SYMBOL vmlinux 0xf081e7d8 zero_fill_bio_iter EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag EXPORT_SYMBOL vmlinux 0xf098aeb5 block_commit_write EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page -EXPORT_SYMBOL vmlinux 0xf0a5f17c __skb_gso_segment EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data EXPORT_SYMBOL vmlinux 0xf0b688bd fb_validate_mode -EXPORT_SYMBOL vmlinux 0xf0bcf1b7 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xf0c5cb28 ppp_dev_name EXPORT_SYMBOL vmlinux 0xf0e74b69 blk_set_queue_depth EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember -EXPORT_SYMBOL vmlinux 0xf117d2d3 sock_common_recvmsg EXPORT_SYMBOL vmlinux 0xf11a8dd6 page_pool_unmap_page EXPORT_SYMBOL vmlinux 0xf11f5185 ihold EXPORT_SYMBOL vmlinux 0xf1215a6e __phy_resume -EXPORT_SYMBOL vmlinux 0xf148670e __napi_schedule -EXPORT_SYMBOL vmlinux 0xf154d812 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xf12fba1c __skb_get_hash EXPORT_SYMBOL vmlinux 0xf176cab4 tty_set_operations EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb @@ -10624,7 +10615,6 @@ EXPORT_SYMBOL vmlinux 0xf1ca9af0 cdc_parse_cdc_header EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun -EXPORT_SYMBOL vmlinux 0xf206ee91 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0xf21017d9 mutex_trylock EXPORT_SYMBOL vmlinux 0xf2131340 phy_device_register EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug @@ -10633,17 +10623,20 @@ EXPORT_SYMBOL vmlinux 0xf23a4757 mmc_of_parse_voltage EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in EXPORT_SYMBOL vmlinux 0xf24bc9d7 rps_sock_flow_table EXPORT_SYMBOL vmlinux 0xf24cd8a6 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xf25f0da8 pci_get_class EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier EXPORT_SYMBOL vmlinux 0xf26e996a peernet2id EXPORT_SYMBOL vmlinux 0xf26fd616 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf28218a5 kernel_accept EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL vmlinux 0xf285aeee netif_device_attach EXPORT_SYMBOL vmlinux 0xf288cbae lease_modify EXPORT_SYMBOL vmlinux 0xf28a45a7 jbd2_journal_lock_updates EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler -EXPORT_SYMBOL vmlinux 0xf29a53e7 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0xf29cba25 __set_page_dirty_buffers EXPORT_SYMBOL vmlinux 0xf29df6ec phy_disconnect EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xf2a141e2 default_qdisc_ops EXPORT_SYMBOL vmlinux 0xf2bb2226 devm_extcon_register_notifier_all EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate EXPORT_SYMBOL vmlinux 0xf2d99df2 pm860x_reg_read @@ -10652,7 +10645,11 @@ EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts EXPORT_SYMBOL vmlinux 0xf2f70c25 qman_fq_fqid EXPORT_SYMBOL vmlinux 0xf2fed7a4 is_nvdimm_bus_locked EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3144471 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xf317a550 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0xf31a2e49 __alloc_disk_node +EXPORT_SYMBOL vmlinux 0xf31d852f dev_get_by_name +EXPORT_SYMBOL vmlinux 0xf31d8dce __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xf33b6948 zpool_unregister_driver EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 @@ -10660,138 +10657,141 @@ EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier EXPORT_SYMBOL vmlinux 0xf35b31f3 nvdimm_bus_lock EXPORT_SYMBOL vmlinux 0xf36edbf3 device_match_acpi_dev EXPORT_SYMBOL vmlinux 0xf37465af jbd2_journal_abort -EXPORT_SYMBOL vmlinux 0xf3852a76 inet_del_protocol EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38ac84b ip_do_fragment EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default EXPORT_SYMBOL vmlinux 0xf3918522 qman_retire_fq EXPORT_SYMBOL vmlinux 0xf3959582 configfs_unregister_subsystem -EXPORT_SYMBOL vmlinux 0xf395fa21 inet6_bind +EXPORT_SYMBOL vmlinux 0xf39826c8 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xf39bf763 pcim_iomap EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest EXPORT_SYMBOL vmlinux 0xf3c2df51 dma_direct_map_resource -EXPORT_SYMBOL vmlinux 0xf3da52b5 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xf3df6586 dev_get_iflink EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal EXPORT_SYMBOL vmlinux 0xf3e6e8eb phy_device_create EXPORT_SYMBOL vmlinux 0xf3ecac14 cpu_hwcap_keys -EXPORT_SYMBOL vmlinux 0xf3ed3a4e mr_fill_mroute EXPORT_SYMBOL vmlinux 0xf3f1492f wait_on_page_bit EXPORT_SYMBOL vmlinux 0xf407bc57 do_SAK EXPORT_SYMBOL vmlinux 0xf40a4a97 mii_ethtool_sset EXPORT_SYMBOL vmlinux 0xf40e7a73 __xa_alloc -EXPORT_SYMBOL vmlinux 0xf41f6f55 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0xf434f421 mod_zone_page_state EXPORT_SYMBOL vmlinux 0xf43d0ae9 clear_inode EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface EXPORT_SYMBOL vmlinux 0xf43f362e of_find_device_by_node -EXPORT_SYMBOL vmlinux 0xf4464151 kernel_bind EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier EXPORT_SYMBOL vmlinux 0xf44aac41 ppp_register_compressor EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx -EXPORT_SYMBOL vmlinux 0xf44fc20c alloc_etherdev_mqs -EXPORT_SYMBOL vmlinux 0xf45c3f7b pci_request_selected_regions EXPORT_SYMBOL vmlinux 0xf4634d24 locks_mandatory_area EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48f6d94 netdev_update_features EXPORT_SYMBOL vmlinux 0xf4924e7f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xf49385b5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xf493c372 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xf4aedf2c skb_vlan_pop EXPORT_SYMBOL vmlinux 0xf4b0cc25 page_pool_create EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced -EXPORT_SYMBOL vmlinux 0xf4b92e43 rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area EXPORT_SYMBOL vmlinux 0xf4cdaea7 phy_queue_state_machine EXPORT_SYMBOL vmlinux 0xf4ce4864 vm_map_ram EXPORT_SYMBOL vmlinux 0xf4d525a3 xsk_clear_tx_need_wakeup EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50a04ba netdev_err EXPORT_SYMBOL vmlinux 0xf50aad39 mntput +EXPORT_SYMBOL vmlinux 0xf510ca05 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0xf5118992 simple_readpage EXPORT_SYMBOL vmlinux 0xf52f4067 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xf5364055 xfrm_policy_walk EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy EXPORT_SYMBOL vmlinux 0xf549d609 d_tmpfile +EXPORT_SYMBOL vmlinux 0xf550fb62 tcp_make_synack EXPORT_SYMBOL vmlinux 0xf5597544 phy_init_hw +EXPORT_SYMBOL vmlinux 0xf572a08f neigh_connected_output EXPORT_SYMBOL vmlinux 0xf57e5556 unmap_mapping_range EXPORT_SYMBOL vmlinux 0xf585244d mmc_card_is_blockaddr -EXPORT_SYMBOL vmlinux 0xf5889457 vga_get EXPORT_SYMBOL vmlinux 0xf5915ba3 dma_resv_reserve_shared EXPORT_SYMBOL vmlinux 0xf591753d nf_hooks_needed EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc EXPORT_SYMBOL vmlinux 0xf5a9c20f put_user_pages_dirty_lock -EXPORT_SYMBOL vmlinux 0xf5e3a0ab pci_release_resource +EXPORT_SYMBOL vmlinux 0xf5db8d74 ipmr_rule_default EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 EXPORT_SYMBOL vmlinux 0xf5eab8c3 d_prune_aliases EXPORT_SYMBOL vmlinux 0xf5f71c7e inc_nlink -EXPORT_SYMBOL vmlinux 0xf604df1a dev_get_stats EXPORT_SYMBOL vmlinux 0xf61471d5 dcache_readdir EXPORT_SYMBOL vmlinux 0xf640cd7e dev_addr_flush -EXPORT_SYMBOL vmlinux 0xf641b02c ping_prot EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 EXPORT_SYMBOL vmlinux 0xf654322e simple_transaction_release EXPORT_SYMBOL vmlinux 0xf65aeb16 on_each_cpu_cond_mask EXPORT_SYMBOL vmlinux 0xf65fd407 scsi_dma_map -EXPORT_SYMBOL vmlinux 0xf66198d9 sock_setsockopt EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module -EXPORT_SYMBOL vmlinux 0xf66795e9 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xf67965bb sock_init_data EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xf6879f49 pnp_request_card_device -EXPORT_SYMBOL vmlinux 0xf6892dcd pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xf690625c tc_setup_flow_action EXPORT_SYMBOL vmlinux 0xf6ac1ba9 seq_vprintf EXPORT_SYMBOL vmlinux 0xf6ad9e8c security_sctp_assoc_request -EXPORT_SYMBOL vmlinux 0xf6d1cd56 __inet_stream_connect -EXPORT_SYMBOL vmlinux 0xf6d85a7c tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xf6be2675 ip6tun_encaps EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor EXPORT_SYMBOL vmlinux 0xf6fd8c61 d_move EXPORT_SYMBOL vmlinux 0xf7115089 filemap_map_pages EXPORT_SYMBOL vmlinux 0xf721c4a0 blk_mq_start_request -EXPORT_SYMBOL vmlinux 0xf723000b skb_checksum EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xf7584a9c find_font EXPORT_SYMBOL vmlinux 0xf75f13ef phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0xf75ff669 dm_io EXPORT_SYMBOL vmlinux 0xf7684083 page_symlink_inode_operations EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported -EXPORT_SYMBOL vmlinux 0xf7706d1e seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio EXPORT_SYMBOL vmlinux 0xf77f7528 file_update_time EXPORT_SYMBOL vmlinux 0xf7845e28 of_get_compatible_child EXPORT_SYMBOL vmlinux 0xf786c0da unlock_buffer -EXPORT_SYMBOL vmlinux 0xf7992dce inet_protos +EXPORT_SYMBOL vmlinux 0xf791ba9f netif_receive_skb EXPORT_SYMBOL vmlinux 0xf7acfd4e dquot_get_next_id EXPORT_SYMBOL vmlinux 0xf7d50209 sync_filesystem EXPORT_SYMBOL vmlinux 0xf7de1717 pfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7f35c5b mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xf800ee34 tcp_prot EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q EXPORT_SYMBOL vmlinux 0xf812cff6 memscan -EXPORT_SYMBOL vmlinux 0xf81f7b21 sock_from_file EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev -EXPORT_SYMBOL vmlinux 0xf835ec5f tcf_exts_dump EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84c1bd5 skb_queue_head +EXPORT_SYMBOL vmlinux 0xf8531dfc ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr -EXPORT_SYMBOL vmlinux 0xf876e514 dev_change_carrier EXPORT_SYMBOL vmlinux 0xf882f4ce sync_inode EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf88c4a13 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf8b7f4a0 tcp_poll EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0xf8bab35c unlock_page_memcg EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound EXPORT_SYMBOL vmlinux 0xf8c8438f nd_region_release_lane EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 EXPORT_SYMBOL vmlinux 0xf8d62e9f mdio_device_free +EXPORT_SYMBOL vmlinux 0xf8da97b2 pcie_set_readrq EXPORT_SYMBOL vmlinux 0xf8dc9531 padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0xf8e96d57 d_rehash +EXPORT_SYMBOL vmlinux 0xf8ec2c3b vga_put EXPORT_SYMBOL vmlinux 0xf8ecf03c fman_unregister_intr EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct EXPORT_SYMBOL vmlinux 0xf91ea311 set_blocksize -EXPORT_SYMBOL vmlinux 0xf9231066 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94a73be xfrm_user_policy EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance EXPORT_SYMBOL vmlinux 0xf9645f20 md_bitmap_start_sync EXPORT_SYMBOL vmlinux 0xf9671266 blk_mq_init_allocated_queue @@ -10799,10 +10799,9 @@ EXPORT_SYMBOL vmlinux 0xf9697214 mmc_retune_pause EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write EXPORT_SYMBOL vmlinux 0xf97406dc vfs_fsync -EXPORT_SYMBOL vmlinux 0xf974b73c netif_carrier_off EXPORT_SYMBOL vmlinux 0xf97d7de2 register_sysctl_table EXPORT_SYMBOL vmlinux 0xf986b2d5 textsearch_unregister -EXPORT_SYMBOL vmlinux 0xf99a3581 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf98d0bce inet_frag_pull_head EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep EXPORT_SYMBOL vmlinux 0xf9b1781a scsi_unblock_requests EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat @@ -10810,46 +10809,43 @@ EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid EXPORT_SYMBOL vmlinux 0xf9d34652 devm_devfreq_remove_device EXPORT_SYMBOL vmlinux 0xf9dd30c9 __devm_release_region EXPORT_SYMBOL vmlinux 0xfa08f4b8 __tracepoint_dma_fence_signaled -EXPORT_SYMBOL vmlinux 0xfa1398fd pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xfa0b972c tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node EXPORT_SYMBOL vmlinux 0xfa2e9de8 init_special_inode -EXPORT_SYMBOL vmlinux 0xfa30c896 inet_frag_destroy EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update -EXPORT_SYMBOL vmlinux 0xfa4acf70 nf_log_unregister EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier -EXPORT_SYMBOL vmlinux 0xfa5acf9b udp_ioctl EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed -EXPORT_SYMBOL vmlinux 0xfa9630dc eth_mac_addr EXPORT_SYMBOL vmlinux 0xfa983b88 follow_pfn EXPORT_SYMBOL vmlinux 0xfaa04e8c blk_mq_queue_stopped +EXPORT_SYMBOL vmlinux 0xfabd39af unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xfac1dcad unregister_shrinker EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max -EXPORT_SYMBOL vmlinux 0xfb0074ff sock_no_getsockopt -EXPORT_SYMBOL vmlinux 0xfb051e10 tcp_read_sock EXPORT_SYMBOL vmlinux 0xfb247d63 devm_backlight_device_unregister EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf EXPORT_SYMBOL vmlinux 0xfb4729ba _copy_from_iter_full EXPORT_SYMBOL vmlinux 0xfb481954 vprintk +EXPORT_SYMBOL vmlinux 0xfb547e24 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xfb66e0e6 inet_stream_ops EXPORT_SYMBOL vmlinux 0xfb69f485 dquot_initialize_needed EXPORT_SYMBOL vmlinux 0xfb6a6f38 blk_queue_max_write_same_sectors EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6d28d4 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0xfb746cc9 down_killable EXPORT_SYMBOL vmlinux 0xfb83381f request_key_with_auxdata EXPORT_SYMBOL vmlinux 0xfb89e589 devm_extcon_unregister_notifier_all -EXPORT_SYMBOL vmlinux 0xfb9dd3c6 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xfb9c2c46 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd31490 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index -EXPORT_SYMBOL vmlinux 0xfbecf5fe vga_put EXPORT_SYMBOL vmlinux 0xfbf213a1 task_work_add EXPORT_SYMBOL vmlinux 0xfbf2b3cf register_filesystem EXPORT_SYMBOL vmlinux 0xfbf5aecd vmalloc_to_page -EXPORT_SYMBOL vmlinux 0xfc174cca poll_freewait -EXPORT_SYMBOL vmlinux 0xfc232fa7 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xfc022cea netif_schedule_queue EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier @@ -10858,8 +10854,11 @@ EXPORT_SYMBOL vmlinux 0xfc3df2a6 set_disk_ro EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read EXPORT_SYMBOL vmlinux 0xfc41ae92 __close_fd_get_file EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc584d6e devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xfc5c46e2 acpi_buffer_to_resource EXPORT_SYMBOL vmlinux 0xfc5d90f7 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xfc68915d pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xfc6ecec0 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xfc6f1d5a fb_find_mode EXPORT_SYMBOL vmlinux 0xfc79f443 dquot_set_dqblk EXPORT_SYMBOL vmlinux 0xfc7e2596 down_trylock @@ -10873,13 +10872,16 @@ EXPORT_SYMBOL vmlinux 0xfcd4c305 uart_unregister_driver EXPORT_SYMBOL vmlinux 0xfcdb6402 misc_register EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq -EXPORT_SYMBOL vmlinux 0xfd0b5f37 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xfd194240 kernel_connect +EXPORT_SYMBOL vmlinux 0xfd2a7fda poll_freewait +EXPORT_SYMBOL vmlinux 0xfd58f60a pci_map_rom EXPORT_SYMBOL vmlinux 0xfd72de45 scsi_is_target_device EXPORT_SYMBOL vmlinux 0xfd7e5869 of_find_i2c_device_by_node -EXPORT_SYMBOL vmlinux 0xfd81a58d compat_ip_setsockopt EXPORT_SYMBOL vmlinux 0xfd852096 simple_empty EXPORT_SYMBOL vmlinux 0xfd88b04c dm_register_target +EXPORT_SYMBOL vmlinux 0xfd9313b4 km_policy_expired EXPORT_SYMBOL vmlinux 0xfd94814e complete_all +EXPORT_SYMBOL vmlinux 0xfd9c5365 eth_gro_receive EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 EXPORT_SYMBOL vmlinux 0xfdbffcba bdgrab EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line @@ -10888,19 +10890,17 @@ EXPORT_SYMBOL vmlinux 0xfdd0f43d jbd2_journal_force_commit_nested EXPORT_SYMBOL vmlinux 0xfdd64b75 inode_insert5 EXPORT_SYMBOL vmlinux 0xfdea1641 io_uring_get_socket EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier -EXPORT_SYMBOL vmlinux 0xfe0b66b6 rt6_lookup EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe37d44f __ip_select_ident EXPORT_SYMBOL vmlinux 0xfe4710f4 security_sb_remount EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe5db29c blk_mq_can_queue EXPORT_SYMBOL vmlinux 0xfe71bcec __tcf_em_tree_match -EXPORT_SYMBOL vmlinux 0xfe768520 pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0xfe7dee7b blk_rq_map_user EXPORT_SYMBOL vmlinux 0xfe8bbc80 md_wait_for_blocked_rdev EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 -EXPORT_SYMBOL vmlinux 0xfea60fbe build_skb_around EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info EXPORT_SYMBOL vmlinux 0xfec45fa8 do_splice_direct EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu @@ -10909,26 +10909,27 @@ EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx EXPORT_SYMBOL vmlinux 0xfefae81c vme_unregister_driver EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute EXPORT_SYMBOL vmlinux 0xff1366af nf_getsockopt +EXPORT_SYMBOL vmlinux 0xff198c83 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xff1bac6b netdev_refcnt_read EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff250f2d bio_integrity_prep EXPORT_SYMBOL vmlinux 0xff36a0cb dentry_open -EXPORT_SYMBOL vmlinux 0xff3746a8 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0xff39955a d_instantiate -EXPORT_SYMBOL vmlinux 0xff5d1182 netdev_lower_get_next_private_rcu -EXPORT_SYMBOL vmlinux 0xff6061a9 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xff4035be pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xff49eb02 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xff4d454e neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xff62a676 __icmp_send EXPORT_SYMBOL vmlinux 0xff6476f3 stream_open -EXPORT_SYMBOL vmlinux 0xff649072 arp_tbl +EXPORT_SYMBOL vmlinux 0xff6517c1 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap EXPORT_SYMBOL vmlinux 0xff7fbe90 __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy EXPORT_SYMBOL vmlinux 0xffa93478 t10_pi_type1_ip EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free -EXPORT_SYMBOL vmlinux 0xffba785e udp6_csum_init EXPORT_SYMBOL vmlinux 0xffd164b1 dma_sync_wait EXPORT_SYMBOL vmlinux 0xffd34e87 max8998_update_reg EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn -EXPORT_SYMBOL vmlinux 0xffefde33 dst_init EXPORT_SYMBOL vmlinux 0xfff1d76d netlink_broadcast_filtered EXPORT_SYMBOL vmlinux 0xfffd1c39 generic_listxattr EXPORT_SYMBOL_GPL crypto/af_alg 0x05c38ffc af_alg_make_sg @@ -11063,30 +11064,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x4d5f32ed __regmap_init_spmi EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xe7cb2f31 __devm_regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x32f78bbc __regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xf6301166 __devm_regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x014b9585 bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x01c0b07b bcma_core_enable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1009a6bb bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x11cff75b bcma_chipco_pll_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x147fd278 bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2c7ae76a bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2d1e13e2 bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e0e3de3 bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4b5cbc51 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5033a22e bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5173bb30 bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x76515cb6 bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8347eb06 bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ac6cee0 bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x933adece __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9cfa5747 bcma_chipco_b_mii_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa325ab70 bcma_chipco_gpio_out -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb353072a bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3824187 bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd3f2ca78 bcma_chipco_regctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd9819404 bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdadd7aa4 bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe01b4185 bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfc6c663b bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1756b977 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18191ef2 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1829d9d1 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18362694 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19b43fd1 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1e17ef16 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x243ed6dd __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29109d77 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4036ed93 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x40444f33 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x41ed936b bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55db5f08 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x851199b0 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c5de553 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1147a2e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xafd152b5 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb2c26fcc bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0f65787 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd864b5e6 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf883bcd bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8dd7e60 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9b16497 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xee04b6d9 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3b29476 bcma_host_pci_down EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x279b9e33 btbcm_set_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xac3463bc btbcm_check_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc87e75ee btbcm_finalize @@ -11172,12 +11173,12 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64447760 clk_enable_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x653458b6 qcom_cc_register_rcg_dfs EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66489e5b clk_rcg_lcc_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b303ccf qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6ca8a88d clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6fd1452e qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73f8eedb clk_rcg2_shared_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7404b809 clk_rcg_bypass2_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x769a0f62 qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7708b673 clk_pll_vote_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7846f2a2 qcom_cc_probe_by_index EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x81ec30bf clk_alpha_pll_postdiv_fabia_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8218c7e1 clk_byte2_ops @@ -11189,10 +11190,8 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x99f60998 clk_disable_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb32992 clk_pll_configure_sr EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1839eaf clk_is_enabled_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa821f919 clk_branch_simple_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaeedafc4 qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbbe74972 clk_alpha_pll_hwfsm_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbf2a80f4 qcom_cc_register_board_clk -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0cf7ce1 qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc78100cd clk_dyn_rcg_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xccc2b431 clk_trion_pll_postdiv_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcce7e449 mux_div_set_src_div @@ -11204,6 +11203,8 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdb687f64 clk_branch_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdf674942 clk_alpha_pll_postdiv_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe3b34b5b clk_regmap_div_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5bc1f18 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7c36713 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeeb1d9ae qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef6a0edc clk_alpha_pll_regs EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf196beb5 clk_regmap_mux_div_ops EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x03d3a7af sprd_div_ops @@ -11240,28 +11241,28 @@ EXPORT_SYMBOL_GPL drivers/counter/counter 0xf79abbb2 counter_count_read_value_s EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xfdffc1fa ccp_enqueue_cmd -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0618b1fe hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0b22bd13 hisi_qm_get_vft EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0b7920a4 hisi_acc_free_sgl_pool -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1abbf978 hisi_qm_get_hw_version -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x512a3366 hisi_qp_send -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x54da3638 hisi_qm_dev_err_init -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x62d2feb3 hisi_qm_debug_regs_clear -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6ea8d336 hisi_qm_set_vft -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7d391e4e hisi_qm_stop_qp -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7ecf3bd6 hisi_qm_init -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x811cd348 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1154679b hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x30e3af05 hisi_qm_set_vft +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3574c3de hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x40821b2b hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4f6d72e1 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x676f3d74 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x77e9e503 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x78e69fdb hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7cdeaf5c hisi_qm_create_qp EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x85b3e066 hisi_acc_create_sgl_pool -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x89bdd071 hisi_qm_release_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x889a9786 hisi_qm_get_free_qp_num EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8e84e313 hisi_acc_sg_buf_map_to_hw_sgl -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9e742fee hisi_qm_stop -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa72fedf3 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a7a563a hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9bb09674 hisi_qm_get_hw_version EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbbd06ae0 hisi_acc_sg_buf_unmap -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc55d7ce0 hisi_qm_uninit -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8823673 hisi_qm_get_free_qp_num -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd729d4a5 hisi_qm_hw_error_handle -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf3de95f5 hisi_qm_get_vft -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf74cc9d6 hisi_qm_dev_err_uninit -EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf77b8663 hisi_qm_create_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd0f33c6f hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe076bda4 hisi_qm_release_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe8c0ee3b hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xed5d154d hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf0174f21 hisi_qm_hw_error_handle EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x979f2249 dev_dax_probe EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x5d87940e dw_edma_remove EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xe80761f5 dw_edma_probe @@ -12112,24 +12113,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdcfeac65 dm_b EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x18ba63c5 saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x19bca8f0 saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3c15477e saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3fab7b9c saa7146_pgtable_build_single -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4eaf4bca saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa6ef8d7d saa7146_vmalloc_build_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xad4e44d9 saa7146_pgtable_alloc -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd0e9e209 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1a54593d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x23fe1081 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x599f2cf3 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60bf07c9 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x741fea02 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9529a627 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x99527300 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa066fb5e saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc1696424 saa7146_i2c_adapter_prepare EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xeb081b80 saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfa41919a saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x112268cf saa7146_start_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x190d9f29 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2a4c1438 saa7146_unregister_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3cb2729f saa7146_stop_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x887c3af4 saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfdd07ab8 saa7146_set_hps_source_and_sync -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfebbf0cf saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf4d37721 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x05894649 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3df0420e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x549e28a1 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb150cc24 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb9655d0b saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc385c61a saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd27bcbea saa7146_start_preview EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x070a4550 smscore_register_client EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x07cfca53 smscore_getbuffer EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10806e70 smscore_get_board_id @@ -12269,7 +12270,6 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77aef1d4 media_entity_get_fwnode_pad EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b06b40f media_request_object_find EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7e2012f5 media_remove_intf_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f1c32c5 media_device_unregister_entity_notify -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x91619c56 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9bc6c0d0 media_device_unregister_entity EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9e0ce896 media_device_register_entity EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9ea694a1 media_entity_setup_link @@ -12287,6 +12287,7 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc485bef media_create_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc581289 __media_entity_enum_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdcb8d911 media_devnode_create EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xde92e4c8 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdf923ec6 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe00afd1f media_entity_remote_pad EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe315cb77 media_request_object_complete EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe34f83f0 __media_pipeline_start @@ -12298,32 +12299,32 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf366967d __media_device_usb_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf38da8e3 media_graph_walk_next EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8b74018 media_device_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfde99145 media_graph_walk_start -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x4a117a66 cx88_setup_xc3028 -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x036f5440 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x2a5131a3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x03a4a8da mantis_input_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0dc63a15 mantis_gpio_set_bits -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x15455d05 mantis_i2c_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1da4360c mantis_uart_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1e485080 mantis_input_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x21c8f427 mantis_i2c_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x222cb874 mantis_get_mac -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x37e2fd62 mantis_dma_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x39eddf30 mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x622c611c mantis_frontend_soft_reset -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x693fc5a9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x46952df8 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4add3638 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x512e00c5 mantis_dvb_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7585e35b mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9d4d9b4a mantis_dvb_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa6d46ffb mantis_input_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa9c03268 mantis_dvb_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1371924 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x778cdd25 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x955043cb mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0f47c64 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaca63b2f mantis_frontend_soft_reset EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb4c88e9c mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb728126b mantis_frontend_power EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbe4591e2 mantis_ca_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc1c6c050 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc3c02164 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc85a9360 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd47b0c59 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd8331799 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf590ce6d mantis_input_exit EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0f787fb4 saa7134_g_frequency EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1198b3bd saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1601e262 saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1bed3303 saa7134_s_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2b945330 saa7134_querycap EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2cc9239f saa7134_s_input -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x36ddb604 saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3ae9084f saa7134_enum_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3e712a1a saa7134_ts_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x581771e7 saa7134_vb2_buffer_queue @@ -12337,14 +12338,14 @@ EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc043de18 saa7134_g_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc223b6f9 saa7134_g_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd4c7f0b8 saa7134_g_tuner EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf02f48f2 saa7134_querystd -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0421a544 ttpci_budget_irq10_handler -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x43e91c9c ttpci_budget_set_video_port -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x536b5847 ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7160c47b ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x306bae28 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x43db7108 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4e5827cc ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x574250d6 ttpci_budget_set_video_port EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9ead1036 ttpci_budget_debiread -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd22e2126 ttpci_budget_debiwrite -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf148cae0 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc3aaa847 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd7bc3067 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xeeadaa48 ttpci_budget_debiwrite EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x3779eb43 mccic_suspend EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x5571b1c4 mccic_shutdown EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x6486d49d mccic_resume @@ -12848,37 +12849,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x673c35fe tps65218_reg_write EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x850de65e tps65218_clear_bits EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb01874d5 tps65218_set_bits EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xa0bb7704 ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1dd08b3a alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x31155937 alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x3bd0fadc alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4b7aeec5 alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x76bd5a34 alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8a5dbcb1 alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe3d656b9 alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x04afeb1a rtsx_pci_dma_unmap_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0e6d460f rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1ba7d388 rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x257e0bec rtsx_pci_complete_unfinished_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2f2c5271 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3327160c rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3579d3b2 rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x62132365 rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x726cfd90 rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x732b5380 rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x77768a14 rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7e847df5 rtsx_pci_send_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x898921d2 rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa606f1af rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbaaaca2e rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc1a707fc rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd6a7592c rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdc7c3781 rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdf8051f0 rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf1f0645f rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf25b3428 rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf7a8611f rtsx_pci_send_cmd_no_wait -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfd52cc93 rtsx_pci_read_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xff8d6b6d rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x18c4b778 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2c84e1e9 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x69e5fb25 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaba1dc44 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc0129cda alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd440d53a alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe5770ccd alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08b5e113 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x205e50e0 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x380a4629 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x51089f62 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x60a0bfd3 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x69d30e35 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6d0022f1 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x71274a3a rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7143c155 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7642eda5 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7ee97264 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x84c9e4fb rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8788dc56 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x90c23826 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbbdfac34 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc953000b rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcacf31ad rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd2be6477 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe15173f1 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe2420648 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe2616c0e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xed1311f5 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfc156d6e rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xff010e71 rtsx_pci_dma_map_sg EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x10653d77 rtsx_usb_switch_clock EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2d49721a rtsx_usb_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3136e7fd rtsx_usb_ep0_write_register @@ -12894,8 +12895,8 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xba4e065a rtsx_usb_read_ppb EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe985b1aa rtsx_usb_get_card_status EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x25357bed cb710_set_irq_handler EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x449551ea cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x78715ef1 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xea547d03 cb710_sg_dwiter_write_next_block -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xf305bed3 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create @@ -13145,8 +13146,8 @@ EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb2da00aa mux_control_select EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7f74696 devm_mux_chip_register EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf2377197 mux_chip_register EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf9d5d4bd mux_control_try_select -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x0e8ce8c2 arcnet_led_event -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x3365774c devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x4543db59 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xa654cbbc devm_arcnet_led_init EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x48e3c678 register_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6629e1bd free_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6bc50a35 c_can_power_down @@ -13199,256 +13200,256 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5a7504c6 unregister_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x75f240c8 free_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9ed2bcd0 register_sja1000dev -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7d423525 lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0f0a751a ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x15a93bca ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x1b173e83 ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2f9776b7 ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x48e6aaba ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x4dfd5e8a ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x530f4561 ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x80ad1c9c ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x817c9e6d ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x83188106 ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9396693c ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x964aeb64 ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9f61c788 ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa153a2f7 ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc2c20185 ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xed71222e ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xedf1040c ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x00df5cff rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0fe6345c rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x14ace3d6 realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x29560ae5 rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x29b8e85e rtl8366rb_variant -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3c56fe94 rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5297e593 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x58960eff rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x60830269 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6e63afdf rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xa7dc89d6 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb3ef3e66 rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbf9bf3e9 rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xe0cd8a75 rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xf035f2a2 rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfbd28855 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7a32edf5 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0e6fcab9 ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x1676ed9f ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x1878d0d5 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x24377bea ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3451e724 ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3af297ca ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x4425d1a5 ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x46bff301 ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x50c63b9b ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x588332a8 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9abea246 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9e5c9a33 ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xab55b409 ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb292a0d9 ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb2c17542 ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xdb211108 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf32044e3 ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1ea0f58d rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2bfde440 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x37f78a00 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5d1946ae rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x67cf1382 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x78969266 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x96434106 rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9fc6dd09 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbc2df38e rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xc682793c rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd7887143 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xe2b92f08 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xef336437 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xf40e7b30 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfb9d10af rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xff6996cb rtl8366_enable_vlan EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x306bcf7e arc_emac_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x660a3518 arc_emac_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0087a0ec mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x012e5acd mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x016baaeb mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x043a8867 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09dbc211 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a22d418 mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12b68075 mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16ddf57c mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18b638cc mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f133ed2 __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fe32b83 mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21280a00 mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22b001bb mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22e81759 mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24fe5850 mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x268e8859 mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2979c8f4 mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29e35225 mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ad6316d mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cc31e96 mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30803c15 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30c28463 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31b8b599 mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32ab1ca4 mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35d08159 mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35de17d8 mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d555dbe mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3de591c7 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e81d8ad mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40501e7f mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41b92a74 mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45aba6ec mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46a796d1 mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46c0e473 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x484ae40f mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x485ca193 mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48dcd730 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f2aa779 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ffd1abc mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51e6c39c mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5525da9e mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5556a6ce mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x560b3bed mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ce876fb mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dada0b3 mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e93a864 mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62e6157e mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64bad755 __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x694656e8 mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74137d74 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x765b0a4a mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bac3420 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7da41383 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x807458f8 mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x813d1c74 mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82dc5d9e mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85437701 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85d6b261 mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86a1d785 mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c4f1d1a mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e64684e mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f95a71c mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x907c2129 mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90a5511a mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93398c08 mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x934424c0 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93f583ee mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93f71a3c mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9501176f mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9628b6df __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97be2eab mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98aec700 mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99a933eb mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dfd7ec4 mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f2eb7c7 mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2495cca mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa38859f3 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa475e520 mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa70af156 mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7d16600 mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa821cbb2 mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa918f54b mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab963771 mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac5d3f6c mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xace392c7 mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb14314e2 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3c36bd3 mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6764b98 mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6ebd966 mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7210176 mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7d8cf15 mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9a5b6f8 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbac4689a mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd19b86b mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbda9e3f7 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbed8e132 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf98c3c7 mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc12e7eff __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1adae5c mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4431e4b mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5cad9dc mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc3c88b6 mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd190093 mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce6d0529 mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcebbb1f0 mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0746c0a mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0dfeb2e mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd70b42e3 mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd717eb4f mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda2e8806 mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc37bb5e mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcb42849 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0cb10e3 mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0d307c1 mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe16239b6 mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2e65490 mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3b7db8c mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe680075f mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe885c569 mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecf012bf mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee0db20c mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef351a77 mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf70854ef mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb031a64 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe0b556d mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffab1f47 mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00425827 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x004b51be mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x010e7081 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06a06630 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x088fb90c __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b1ebf41 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b8ef28e mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c267a33 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d691714 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ddc972c mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x118da740 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x133b9ceb __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19d0fef5 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aece5ba mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c525f1a mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c5f2807 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d0b3f71 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2082bc01 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c57572 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23ad4d3e mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x244bc6af mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24e8c944 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x259fcb17 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2753bb10 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2794807c mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2aa52f76 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f35b16d mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f65218c mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x311c34c4 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3321d89a mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33675215 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33dc8c57 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40edae22 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x451d744c mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47db0874 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ac5d72a mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53666e88 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53697853 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54784425 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55cd3454 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56dacd6b mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5706ad4a mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59c5939d mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5af1e145 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c216b4b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e7648d6 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61e29ac6 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x634de153 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6421846c mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64318919 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x662f2ffc mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6968625c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d874c0 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69dccc3b mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a0dee9e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a43fa69 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b850987 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cebfc11 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cfb4c2b mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dcb0142 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f7a9a97 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x701d4f0f mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x740b85c9 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x774ab898 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79b7a857 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ca1bc62 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cb0e70f mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cc6676c mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cd742d6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ef04f33 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f72913b mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8152da20 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x830b532b mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85176e75 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85424630 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x862c4772 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86425dbe mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x878c4179 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89150314 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a1a45cd mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8af80ca7 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d83a369 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de3b737 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e2606e8 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fd6c165 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x901f9fe8 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x917929d5 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91f31675 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x962d1469 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b194085 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cd420c7 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e09d135 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1d58264 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa39c3113 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa832adb3 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacf4775d mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae7d5b45 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf56c99b mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb17047cf mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb282a250 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb65d80a9 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb78db080 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb901d433 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb07e70e mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe812f80 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0515839 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0f6feae mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc428e781 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc433a574 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc879887e mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8d12098 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddcf1715 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf165761 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf95edd4 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfb6898a mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfd09ed2 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdff4b22e mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2a14286 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe498d04b mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe49b9edf mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7fb185e mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8cf2168 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2b68a87 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4d151d4 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a3f381 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb79c0e4 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc7de679 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd084f32 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffaedf50 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x015bc482 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01afc5fc mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03e74a9b mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x043f2f7a mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05f20aa2 mlx5_accel_esp_modify_xfrm EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07f59e64 mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x090b9196 mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a50e53b mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d75930d mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1192dd04 mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x193c78ab mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b20da7b mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d83dc6d mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2478a0d3 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25ad479a mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c63a764 mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f691c80 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x321a8d8d mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x356b494f mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x360b110e mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b52c1ac mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f7ec470 mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45d58d92 mlx5_modify_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46da0c89 mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a1b98e6 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d371579 mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f7c4a3d mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52eb96f2 mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53ce0334 mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55f708e9 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x580f5d45 mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62770674 mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64739995 mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65737c8b mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65f7bf24 mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6882ac42 mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68eacd56 mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6eed8122 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73efa616 mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77faef25 mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ac43cae mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b7407c2 mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c2557c4 mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80d89430 mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x854c7b8d mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x892d2597 mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a542cb8 mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ffbac33 mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x911b2a4c mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x926a3b75 mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x928c496c mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94619937 mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9850ad19 mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99826b84 mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d48c9b2 mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9de58a2a mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0271ab2 mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa297b15f mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa482af16 mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5315d1a mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa758524b mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x121a4ebf mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13ba945f mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1704c193 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1920b8b2 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19aa4ebd mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1dc53230 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22f1728d mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24cb2892 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24fac7e3 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2642dd56 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27084aca mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2937dc98 mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b08ba7c mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cb6fdf2 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d09db8d mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x306ff41e mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x324db0fe mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3307e3fa mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37184bbe mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39162f6d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fa7e8e3 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42294b7b mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43f72576 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4531944f mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46b77d01 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f35ea05 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50c4b8f5 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5466c911 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x575723cd mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59387fea mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c2e03f9 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d808502 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6399aa87 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65d4857e mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a764110 mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a907f43 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6be652c8 mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cce4199 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72a397e1 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7db16459 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ce7ec75 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cfb1ee4 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95d5d193 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97faac43 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9804b696 mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x985d083f mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa284d6ad mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6f45c46 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75c530a mlx5_query_port_prio_tc EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa9d7704 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xade4cbc5 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadeb669f mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf9844df mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4aa4fa3 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5854207 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbde45261 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbec269c3 mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc26f5c23 mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4f59f75 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa7d2f9e mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6349466 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6c1b757 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb89e6934 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb5a6a9b mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc033ca55 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc59888fb mlx5_set_port_tc_group EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99fb88f mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd148064 mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd7e00eb mlx5_core_destroy_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd05374b3 mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2d24b18 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd88b805f mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd989cf32 mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9d2e94e mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddec1dbe mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe57239e3 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea41a52a mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeebbac25 mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf38cfe4d mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3c6a1ae mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf831d034 mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa6aa286 mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb12d899 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca824af4 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb07d4c2 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb0d516c mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbf1cbbf mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc930e36 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd6adaba mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd35963a5 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd64b183b mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7e6afdb mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc602406 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3eb8a27 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe49c3519 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecf34613 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed7082d7 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeee0f711 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef4e27a8 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb8c731 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3513c94 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf480b11d mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf67bec29 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6a68d5d mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf950a06b mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfec976c6 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffc210a1 mlx5_set_port_mtu EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x5724ab16 devm_regmap_init_encx24j600 EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read @@ -13470,16 +13471,16 @@ EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0acc2fbd w5100_ops_priv EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x23584341 w5100_remove EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe23432e2 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe4655672 w5100_probe -EXPORT_SYMBOL_GPL drivers/net/geneve 0xa9b3bf39 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x184c8dfd ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x26a800a5 ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5b6d3494 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8b73565a ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xddd9fefb ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x278f4886 macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3f87ae64 macvlan_common_newlink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x88ce377c macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc57ce998 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/geneve 0x20a23c31 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1c01d71e ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3863ecb6 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5349a392 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x65d174cc ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa3b90435 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5cef6f8f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6c93d8d1 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa579d481 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc8b293b1 macvlan_common_setup EXPORT_SYMBOL_GPL drivers/net/net_failover 0x4b228168 net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/net_failover 0x93aeb04f net_failover_create EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0136cc70 bcm_phy_set_eee @@ -13586,10 +13587,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd3e5b11f usbnet_get_msglevel EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe6e7bc0a usbnet_pause_rx EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe703ed32 usbnet_disconnect EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeabfc510 usbnet_start_xmit -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x08f12374 vxlan_dev_create -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3f034d69 vxlan_fdb_clear_offload -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x96c05ea6 vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf9bb93d8 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x75ce3345 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb4baee36 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd48878e7 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf453f2ff vxlan_fdb_find_uc EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x00b8e05d i2400m_tx_msg_sent EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1855b06e i2400m_init EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x23cc757b i2400m_dev_bootstrap @@ -13608,11 +13609,11 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf9b08f3f i2400m_setup EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfd8cf0b7 i2400m_tx_msg_get EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xff16f543 i2400m_dev_reset_handle EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xde29fadf libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09a18482 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a85d3e9 _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27ecf45b il_mac_tx_last_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8787823 il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeb45d242 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa63b731c il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7903a2c il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9c66360 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9ef8b2d il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf030622d il_mac_tx_last_beacon EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0c4bcf02 iwl_fw_dbg_collect_desc EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x131a9718 iwl_force_nmi EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1332e4de iwl_abort_notification_waits @@ -13685,15 +13686,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xee28be71 iwl_fw_ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf37da6a5 iwl_write32 EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf88964e4 iwl_remove_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfdd2bed3 _iwl_fw_dbg_ini_collect -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x23001d9a p54_free_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x287053ad p54_init_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3edadf81 p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5a58cdc2 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9dbb2e17 p54_register_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa1583ddc p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xaabd7475 p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe97e12ae p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf7dbd536 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0a655831 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x13e49339 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x29ad603c p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3d7dcfc3 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x551a75da p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc07a1b00 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc27e743c p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf6d1b33c p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xff3d3d09 p54_rx EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x03af4ca2 lbs_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x04b5f5b7 lbs_host_to_card_done EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x22ebbf61 lbs_process_rxed_packet @@ -13712,15 +13713,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd699e849 lbs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xebce3c76 __lbs_cmd EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf8dbfdb3 lbs_get_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2ab8c0e7 lbtf_cmd_copyback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x38d80f5e __lbtf_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5489da38 lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x69392511 lbtf_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6e3d7354 lbtf_cmd_response_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x853b6010 lbtf_bcn_sent -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xbfa8aa0c lbtf_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc1940c21 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0761e30d lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x20316748 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x35d3a903 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x65a353ba lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x94c63be2 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9abc92ea lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa2b187cc lbtf_send_tx_feedback EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xdd9e9340 __lbtf_cmd EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x085db38c mwifiex_reinit_sw EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0b9e9a6f mwifiex_shutdown_sw EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d11e4b9 mwifiex_dnld_fw @@ -13746,170 +13747,170 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcd22b9df mwifi EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe7a43b00 mwifiex_write_data_complete EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf0623643 mwifiex_fw_dump_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x049b4f37 mt76_get_rate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a9c2e57 mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16d1a090 mt76_unregister_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a1f93ba __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a2d58d6 mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b0f1f12 mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ddb84ff mt76_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x252ca479 mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e137744 mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ff4725a mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4b618099 mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x508564f5 mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53f1328b mt76_tx_status_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54cd06a8 mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5512dee0 mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56ed06e2 mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5fb54c4b mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14d5096c mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15013491 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15325594 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x19679a2c mt76_txq_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20d0045d mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x22628054 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x245b580f mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24e3f079 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25b93b90 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x299ebea2 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4087a87e mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e1f9db0 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x50fe1058 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54057a89 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5daead51 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5dbf3899 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x628e50a9 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62ae8736 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63974b37 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6448f994 __mt76_sta_remove EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f363ad4 mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x706de581 mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b32bee3 mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f3a44a1 mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x832feae9 mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x836973ce mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8981dcc1 mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8a033687 mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c5a3b36 mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c61c6e6 mt76_get_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x901d69a6 mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x958960e9 __mt76_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x995435ee mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99ca51be mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a88a53f mt76_tx_status_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9bd387b4 mt76_txq_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5c3720f mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa63ca421 mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6488e0b mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa85905f8 mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa891b9c2 mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadadb356 mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaec05bb1 mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xafcb6d09 mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaffc0ae3 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x698c584c mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a2887cc mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6cfb538e mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7313e08c mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a69eefc __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ba60877 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d7b2f26 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85a5d12a mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8bf4a667 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8fa9becf mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x90571699 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91804c83 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x989f6ec4 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c326791 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa1c47b19 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa9c7bca4 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae04b7e1 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbae4dcec mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb22ac06 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc14932ba mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc332572b mt76_register_device EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccbea33b mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd53d182 mt76_free_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3ab204c mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3e0268a mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4aae9ab mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf43e45b mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe2d51467 mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed836293 mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeecb1e1a mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf07c9fe1 __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe729788 mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0b399f53 mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1697755f mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5f5d21bf mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x99a55052 mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa99380b7 mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xac56f4e6 mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf6dfe470 mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfbd61e2b mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x25c3d028 mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2e9c5194 mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2f992019 mt76x0_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x558401a6 mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x629322f2 mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x69fe41bf mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9648c0e4 mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0196f8c3 mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02375af0 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca429ffb mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2a0f91c mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4c01ca5 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd70b157f mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8f88e1a mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd9576ec7 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdfdb7456 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb4fa126 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xedac7f7f mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef80f622 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb2e91c7 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe5d128e mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0201a50d mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4c5b90f8 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x57490778 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9e9c9710 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc7d2965c mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcb56f54b mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcf226b42 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe81a868f mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x297a1cdc mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4a06dc10 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x58b02d84 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6b9d1c7d mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x78eba4a4 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb2fae46e mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe5a5e8fa mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x04301d89 mt76x02_phy_set_txdac EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x058ddc80 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06337d82 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x088b2881 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a68dbe3 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0b7a7c5e mt76x02_update_channel EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0dc87f04 mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15e04dce mt76x02_get_efuse_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16523c8a mt76x02_ext_pa_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f17aaf5 mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28d78c8b mt76x02_tx_status_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x312bba98 mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33b5a4f2 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x342fa64b mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10374160 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x135f1d32 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13d591e1 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14c4b5de mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cd32074 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cfc4b4a mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f71d7c9 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2038badc mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29260825 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a1ac12a mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2aefec40 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b2fd3f7 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30e485db mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32eae962 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32ed1fea mt76x02_set_ethtool_fwver EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x386e23ee mt76x02_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ad6426b mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b6082db mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e93021d mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40a39314 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x419ea563 mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c93bce1 mt76x02_resync_beacon_timer -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ea983cf mt76x02_mac_shared_key_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53c5fc2e mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x563a8c25 mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x58e57105 mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a0d8738 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b48109d mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c7a997a mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ebf6185 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x405cbc62 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40c54ceb mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4244215a mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x445844bb mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x450b0421 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4b3a6be5 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c86b92b mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d5b1744 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56f7cf96 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x571f3ff4 mt76x02_mac_setaddr EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ed962a3 mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x62955b64 mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6594199e mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x685e528d mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c10394a mt76x02_set_coverage_class -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c9873a6 mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6cb9755a mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70a467da mt76x02_phy_adjust_vga_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7184a8ca mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7317b981 mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7885ac3b mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7e2e2705 mt76x02_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7fd972ef mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x877e1600 mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8b35a248 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61b47c96 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x704f51fa mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72dd3dc5 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x737ac348 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b973dea mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7bd8b821 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85cd9c09 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x878823d0 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x908ab214 mt76x02_tx_complete_skb EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9673840b mt76x02_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x96eb64b0 mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9dfc44f6 mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ede1d7d mt76x02_mcu_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9f0188b8 mt76x02_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9f17a416 mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3d753f0 mt76x02_mac_setaddr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xafc70150 mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb191df10 mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb685ddf9 mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8d48e8c mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc135abcc mt76x02_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4bf52a9 mt76x02_init_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc55915ea mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9ccf212 mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd18072e2 mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2f2e263 mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5495039 mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde00b969 mt76x02_phy_set_band -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdfe9b27f mt76x02_phy_set_bw -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe695ef3b mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea6cca51 mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee2feca1 mt76x02_mac_set_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff0e308e mt76x02_mac_wcid_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff456e1c mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x04df3945 mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x42709647 mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6968baa2 mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9e4f3157 mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xad8d0e92 mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd5ca94e1 mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xda1ccf3a mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x055abb02 mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0a78a782 mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0e0ec612 mt76x2_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1139d774 mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x330ae42c mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4b26fef0 mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x59a734d7 mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5a2e301e mt76x2_mcu_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5a6353d1 mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x683ee5ed mt76x2_apply_gain_adj -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x701b5d82 mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91cfdfab mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x931e7bbd mt76x2_get_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9ec7bfb5 mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbc847ea9 mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xceb59d8d mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd7cac991 mt76x2_phy_tssi_compensate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdc96b824 mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe3ccc4e0 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92ef1069 mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2d7b415 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa807f817 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8c285b4 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9b72e44 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad35672a mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad52e25f mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad9f3675 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb6c32b34 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb00494c mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbfa4796f mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xccf0d213 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd50b3f3d mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8289241 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdcfca009 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe85aa1c8 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf126f264 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1ad8d39 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf247eba5 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf361f029 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff6999a9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x028e3bfe mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0c6b289a mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2cfa47a8 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x476d8c25 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9b14af16 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb6bbf5a2 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc2270b36 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x06f4121b mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x17695cbb mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x18ad6e20 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x201c615d mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x31ddac46 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x39067a03 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3ef8add2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x51ea839c mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5ea88bfe mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x84fb8261 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9d24f540 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa44cb569 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xae362bc3 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbd45e7f2 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc03a3b4d mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcaad5070 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd8fede3b mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe06e9283 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe0ff0b5e mt76x2_configure_tx_delay EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0cc51312 qtnf_core_detach EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x14541072 qtnf_get_debugfs_dir EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string @@ -13920,264 +13921,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9b55be31 qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9d804e31 qtnf_wake_all_queues EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa99ab703 qtnf_packet_send_hi_pri EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb353cf7a qtnf_update_rx_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x00606a61 rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01a64d5d rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x038eb965 rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x07f817ef rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0f53e860 rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x110c1238 rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15bea541 rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x160e8828 rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x16ee36b5 rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b403cd4 rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x24daa900 rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2bede454 rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d8795a4 rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f624439 rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x306e0f13 rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39f2cd9d rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x43afeed0 rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x473e0865 rt2800_read_eeprom_efuse -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x47b3a7e3 rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5130f066 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5a70fba7 rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5c8bc328 rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x604538df rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x61909674 rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6740f753 rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b193d57 rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8237816f rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x837af400 rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x865cc989 rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8de4664a rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b064574 rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9d97fb0f rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa0a63c63 rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad02d243 rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xadbccd19 rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbc327d99 rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbfe56edd rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcd8347be rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd968c900 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe64a8a73 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf0f87137 rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf106f715 rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf3310bff rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf8d74c01 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x018aa7a3 rt2800mmio_get_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0cb1c829 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x013aae4b rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x09cdc896 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0a2f4da5 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1378e148 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x18ba2e3e rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x22c8b014 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x261e398a rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2e11de2b rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x30425ec8 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x30929495 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x37bf2ae2 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3aa85364 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3dc3e112 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x420bc876 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x42120ded rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x48739968 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4ccbb4e8 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4ce49bcd rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5040d17d rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7810fb29 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x80f8d241 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8195795c rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x830253b9 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8d943e44 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8dacc936 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e686e69 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93e5baf0 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x962ba5d1 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96795c87 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b577330 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa6c6da37 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaaa32edb rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xac851954 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad0c965c rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbfb8f1c4 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc64f85a rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd16d5be4 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6929a33 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf811d61 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe4075602 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe61ae59c rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf65f956b rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf9f13568 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfd378735 rt2800_clear_beacon EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x102e53f2 rt2800mmio_toggle_irq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x21c60ef4 rt2800mmio_clear_entry EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x38c73d50 rt2800mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x571b129d rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2967d88c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2c623879 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3fc884a7 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x453e0a77 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4e8507f5 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4f0f3b6e rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x581a5e8f rt2800mmio_start_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x65094b72 rt2800mmio_get_entry_state -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x67c828ad rt2800mmio_init_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x774068a6 rt2800mmio_fill_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x78685a6f rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8df87490 rt2800mmio_flush_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xabdc053d rt2800mmio_get_dma_done -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb02087d3 rt2800mmio_queue_init -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb9cc81e0 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92cefd94 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa1df48a4 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa52de562 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa6e4e978 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb8168c3b rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb8fc51cf rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbf1df1eb rt2800mmio_queue_init EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb3713a7 rt2800mmio_write_tx_desc -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd9204a8e rt2800mmio_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdada8260 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe27e1fa4 rt2800mmio_toggle_irq EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05c15deb rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0b83e674 rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x15372012 rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1ba2283d rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26b2648f rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28a46837 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x36714914 rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x36809326 rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x38f0c3ce rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39307e5b rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x42f81212 rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x443b2700 rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49b0dd33 rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x510e443e rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a1b4643 rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a9ab8a8 rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6fa7bdda rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x700605ac rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x726ae3e7 rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b4375bb rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7d1389ab rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8dd490a4 rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x957b25a5 rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9762bb0d rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x97d1bbc2 rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x98ab6d30 rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa6706342 rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xac40ae92 rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb51f7c9d rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5c6b77d rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb816dacd rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc081e9bb rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xce7b35f8 rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe01abba9 rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe25b6f0d rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe5082ef3 rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe6936e04 rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1801ec3 rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf29ebe14 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf327fd4e rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf452a785 rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4803a19 rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf7eb21a0 rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf9a018ba rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd5b1ea5 rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff45033b rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x13d766aa rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x157963b7 rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x188d1e95 rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x7ead86f5 rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa65c8b7c rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1a00d1c6 rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x6ea36af1 rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xa4da90b1 rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd5af1864 rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x25300230 rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4e76ca1d rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4edd1a8d rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x546d0bf8 rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5c04b48a rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5d918f75 rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x701b3fe1 rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x73bf7436 rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8512dad4 rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xabe993a8 rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb6072936 rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe5050c5b rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xeb32812d rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfa151680 rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xff1bcf5d rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xffa567ed rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c7c76d9 rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f7b4c44 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8a5a797e dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc1093eec dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1d33b4d7 rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x244c9a86 rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x24a8c102 rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x30c8d872 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x00833307 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x01ab2d20 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05faa5d7 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x062aece2 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x12950477 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14b00f73 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x172f3b1d rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18939095 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1971c776 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x22c52115 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x231d5874 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2372bc22 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2b3cfc1e rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x33730a53 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x398c9184 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d2cc78f rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3eb6b50e rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x47cfadfd rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4edb9bdc rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5769c5c1 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x645f3430 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6fcef1cf rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x723c3a36 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x77333699 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7817b172 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7afe86bf rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8b09a9e7 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x93258d15 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x94b50bc6 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9986fb37 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fc5806a rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5464ffb rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb693a32e rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb87d09d0 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd201804 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3876cc1 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd419d088 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde02d92f rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe14507e8 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf267f991 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4fdb7b3 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfca3971f rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfcbb7dfd rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd3032d1 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd8c5383 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe4e2e30 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x323cfff4 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x455aa76c rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x46ffb67e rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5e412840 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd70f2a6e rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x3502542c rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x6c5db329 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x814d779a rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc910bee0 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x03ddc4c2 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x08b0f068 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x288c2467 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2f0e999a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3e4eaf8e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x483fe83c rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5244bd7d rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6aca7603 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7232f456 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7b645661 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x91d5f00d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa29622d5 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb87a8a43 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcad84a1c rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcc3a7fe8 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe616ce50 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0fd62438 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41d04472 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x62991634 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd154a36d dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0bcb26ce rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2a488068 rtl8723_dm_init_dynamic_txpower EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4d7303db rtl8723_dm_init_dynamic_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x66cf8170 rtl8723_write_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x70ad5979 rtl8723_phy_path_a_fill_iqk_matrix -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76df0635 rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x795ae4bc rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7975b099 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x40dd302e rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x566c4e26 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x58c9218c rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x59411e80 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x61e37c6a rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x62523fb4 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7332c1ab rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7d81d7a5 rtl8723_write_fw EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8e178bc9 rtl8723_phy_rf_serial_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8e5da710 rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x993e9623 rtl8723_phy_set_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb8ce936e rtl8723_cmd_send_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd16e9df1 rtl8723_phy_save_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd36c94de rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd37dffde rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd673c7f9 rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe0bf884f rtl8723be_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe42ae16a rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe84be897 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xea05a7fc rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf12c3b04 rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf3b50f28 rtl8723_phy_path_adda_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf46dcbfb rtl8723_phy_pi_mode_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x004f3798 rtl_beacon_statistic -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10df201d rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d687559 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x902b6cd8 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x93952081 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x976e3059 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9af75ff2 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa01dd545 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xad450664 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc29e902a rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcb40be4b rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd0154b4c rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd87e9b06 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd9b30bbd rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe0c35efc rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe79d1c74 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe82015ee rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06b42b8f rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0cdd2ae0 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d159168 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x268e7308 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x288417a6 rtl_tx_ackqueue EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f9606c4 rtl_swlps_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38e2a894 read_efuse_byte -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3d418df8 rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4212f928 rtl_lps_enter -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45d31dd0 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3679ffb9 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48c3e7b2 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x492c1517 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c16fc7f rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d01f674 rtl_deinit_core EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6848084c rtl_tx_report_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x802cb0a8 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58bae1b4 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e483c21 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x79aaed21 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8066cdc9 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85dddc8a rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x88fee650 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97a3727f rtl_deinit_deferred_work EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d48dd9e rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa83f5d0a rtl_ips_nic_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa564cbc rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac552d02 rtl_get_hwinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb17c6124 rtl_tx_ackqueue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb3c4b9e7 rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9d19147 rtl_get_hal_edca_param -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbe13db52 rtl_is_special_data -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc06c6ac9 rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc074c166 rtl_lps_leave -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xce209be6 rtl_deinit_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcea3b5ed rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea8cb2a4 rtl_deinit_deferred_work -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec47f01f rtl_ops -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc7608e4 rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff34a8d2 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9975b736 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa782aa91 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7f18ba7 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc766b05d rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdea3f265 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8cd398f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe99271bd rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd51a2eb rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0c7967cf rsi_mac80211_detach EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1b33a40f rsi_91x_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9e61af54 rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb0577dd1 rsi_91x_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc46716e8 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1c59d025 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x40d7422e rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x87133b64 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcc7bf3bc rsi_read_pkt EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xecb20f52 rsi_read_pkt -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x13182603 cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5430f858 cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa44aed52 cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xfa8f1963 cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5da378ee wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x879a656f wl1251_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc6673012 wl1251_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x054428fb wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x216fb41b cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3c4223db cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x62efd60f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf3891b93 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2d0190f1 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x655260d9 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7d252952 wl1251_init_ieee80211 EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x087c2167 wlcore_event_inactive_sta -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x163f45a1 wl1271_acx_sleep_auth -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1740961f wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x174fe5e3 wl1271_cmd_data_path -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17628332 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e2f4feb wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x131de2b4 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x150d2d60 wl1271_acx_pm_config EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x262f1d3a wl12xx_cmd_build_probe_req -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ef53010 wlcore_event_soft_gemini_sense -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46615ae4 wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d703e5f wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51615240 wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x52ddf738 wlcore_boot_upload_nvs -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ee1f42d wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65b1309a wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6782fa85 wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ae26952 wlcore_event_ba_rx_constraint -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x718b28aa wlcore_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x718d6af4 wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x755d1e8e wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78080eb2 wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b65165b wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8222e148 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2666e0fb wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b1e480e wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x36d69517 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3760d099 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3d4d632a wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49abbf9a wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b8178c0 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4c73dbd3 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53444ea0 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x543c5281 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x564d98e8 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x56a4e2ef wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e5c8d63 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x600f1a1c wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6116743d wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6169124f wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68691e49 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ecb5b71 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7bd964d6 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84158ba2 wlcore_cmd_wait_for_event_or_timeout EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e192a0b wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x90bd11b2 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9eb96424 wlcore_synchronize_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9efcb180 wl1271_tx_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa1f6ecde wlcore_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7e93a7c wlcore_event_rssi_trigger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa982a6f wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb309985a wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb76f9447 wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbbc411e1 wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbcfd6a45 wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc67886f7 wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6e04922 wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd10112e8 wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5164310 wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe1f34106 wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe477a3bb wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe71b6fd5 wl1271_cmd_send -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf24e089c wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9da3deb wlcore_disable_interrupts_nosync -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc051911 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8682448e wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x873ad921 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8864dbbe wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9539ba59 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x988f9910 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c233809 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2170b18 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7af9413 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb63d848f wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9d0cb50 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2c13d3d wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6de2f41 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9664af4 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd00e2ddf wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd35ccdab wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdbb00bc6 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5f0f5ac wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf2c25cfa wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5690d71 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6d3f871 wlcore_event_fw_logger EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x46d7fba3 nfcmrvl_nci_register_dev EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6826fb05 nfcmrvl_nci_recv_frame EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x72b0ed8c nfcmrvl_parse_dt @@ -14279,24 +14280,41 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_local EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1092eda6 nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x15837bd9 nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x256bb806 nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x29720fc8 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2d1a7349 nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4f37dab3 nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x73a9fbcb nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa5d13038 nvmet_sq_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb74b117d nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcf23f406 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd6c595b6 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x058db1d5 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2a90d7d8 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4fbad742 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x53251926 nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5325c16d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x58810c35 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5931e913 nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x85652af1 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbb82f3d3 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xca2bff27 nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcde75a4f nvmet_req_init EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xbce36fc9 nvmet_fc_register_targetport -EXPORT_SYMBOL_GPL drivers/pci/controller/pcie-iproc 0x9c81c776 iproc_pcie_shutdown +EXPORT_SYMBOL_GPL drivers/pci/controller/pcie-iproc 0xb3787f58 iproc_pcie_shutdown EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xe29cf946 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x05af99fc hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x05df3b2d hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x13edab8f hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x366d9906 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x48c4ab7a hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x56ec5254 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5ddd838a hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x86c170f3 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9e844f4c hisi_uncore_pmu_counter_valid +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa21f63f9 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xac7d0109 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb776438b hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xbb253dd4 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcc140266 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfe2a3f02 hisi_format_sysfs_show EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x41e353ad sun4i_usb_phy_set_squelch_detect EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x1189e8a2 ufs_qcom_phy_set_tx_lane_enable EXPORT_SYMBOL_GPL drivers/phy/qualcomm/phy-qcom-ufs 0x32072e1d ufs_qcom_phy_calibrate @@ -14359,53 +14377,53 @@ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x74a46700 qcom_glink_native_ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x8d553630 qcom_glink_smem_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x02a37ce1 cxgbi_ep_connect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03585872 cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b4e0f62 cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10795013 cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20a2839b cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x236ff9fe cxgbi_hbas_add -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23cbbaa4 cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29b27ee5 cxgbi_sock_act_open_req_arp_failure -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3447c219 cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37eadfd6 cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b853e3a cxgbi_ep_disconnect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ec68558 cxgbi_conn_alloc_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59e04ac6 cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5cbc971b cxgbi_device_find_by_netdev_rcu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d6cfee3 cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x630fc3f6 cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x634ff448 cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74ec1a5f cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77632d6f cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x78c9a72a cxgbi_iscsi_init -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a329228 cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c7a2166 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x06f3df59 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a356813 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d8f5529 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1239f069 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1b7f73a8 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38db74da cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x39bc91a2 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4291888d cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x482a12bd cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4a28b9c0 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d8fcc04 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ff3d64b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x515b7610 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52376dcb cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x531278ba cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d36f98e cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x67fb361e cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x714841de cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x740ee255 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x797fd4e4 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ddfc956 cxgbi_sock_free_cpl_skbs EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88ca1cd0 cxgbi_conn_pdu_ready -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b82a52f cxgbi_device_portmap_create -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e7f2773 cxgbi_sock_fail_act_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab5b9f86 cxgbi_get_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab6cdaf7 cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb22961ca cxgbi_device_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb9dc8ec3 cxgbi_set_conn_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc91b358 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x901c62a7 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x93eaa03e cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x976a76e6 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97eab80e cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb6611c61 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe739e12 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfa283d7 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfc9707a cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfde639b cxgbi_parse_pdu_itt EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4021b54 cxgbi_bind_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc56617f3 cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb39af95 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc75b314 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3b69dd7 cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7373783 cxgbi_sock_rcv_peer_close -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9b9b3fb cxgbi_sock_rcv_wr_ack -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9cedadf cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf53db1a cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe152a806 cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe154880d cxgbi_device_find_by_lldev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe79ecff1 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3547b7c cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcbe855de cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce6dfe23 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0431c78 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd23b945a cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd263ab47 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd52f06f1 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda4ce8c6 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdeece147 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0cb3b3c cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe44e61b2 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe6b19a81 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe792e932 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe843315a cxgbi_device_unregister EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf522cde0 cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfadfd172 cxgbi_set_host_param EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x16df96be fcoe_ctlr_device_add EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1c9ff580 fcoe_clean_pending_queue EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1fe946ad fcoe_validate_vport_create @@ -14428,37 +14446,37 @@ EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf65dcedc fcoe_ctlr_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x64eec4f2 fdomain_destroy EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xf8bd8b06 fdomain_create EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0350d1cb hisi_sas_host_reset -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0b5646f9 hisi_sas_phy_oob_ready -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0bb61c76 hisi_sas_alloc -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0d290e86 hisi_sas_init_mem -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x17621bfe hisi_sas_controller_reset_prepare -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1caa109a hisi_sas_debugfs_init +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x094568fc hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0c94ffbe hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0cf9f5ae hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x10db460c hisi_sas_controller_reset_done EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x242b99ef hisi_sas_debugfs_work_handler -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2513f40a hisi_sas_release_tasks EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3539e8e5 hisi_sas_remove -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3bf8ffb3 hisi_sas_debugfs_exit +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3710a6a1 hisi_sas_release_tasks EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fcb26bb hisi_sas_slave_configure -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x51ba0939 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5bf870dd hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5cf10916 hisi_sas_alloc EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6c8c3cca hisi_sas_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x768b6aee hisi_sas_sync_irqs -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7bf7697d hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6d99006a hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9076159e hisi_sas_debugfs_exit EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9b807c91 hisi_sas_get_prog_phy_linkrate_mask EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9d29dffb hisi_sas_scan_start -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa550b444 hisi_sas_probe -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa8526457 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9dc9f784 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9eaa19c9 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9fdee3ac hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xaf2c2329 hisi_sas_debugfs_init EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb81c8d2c hisi_sas_free -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc11d1e00 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb635e207 hisi_sas_phy_enable EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc2fff90 hisi_sas_probe EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcebca367 hisi_sas_sata_done -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd6653955 hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xda8ef6c3 hisi_sas_controller_reset_prepare EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe7a999b0 hisi_sas_get_fw_info EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xef93af20 to_hisi_sas_port -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf6a5de71 hisi_sas_phy_enable -EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfa45916d hisi_sas_get_fw_info EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x07108a85 iscsi_boot_create_target EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0c26efd9 iscsi_boot_create_acpitbl EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6acc4ecb iscsi_boot_create_host_kset @@ -14467,69 +14485,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xddd458a6 iscsi_boot_create_in EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf20f56d2 iscsi_boot_create_ethernet EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf94cdcb8 iscsi_boot_destroy_kset EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x02af315e iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09fd33f3 iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0defaa07 iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11a15a61 iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11f6bb92 iscsi_session_setup EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15af7937 iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31fdccf2 __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33324edd iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x150941fb iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f025df6 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f783fbb iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x313f15be iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3387a657 iscsi_update_cmdsn EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x531d8caa iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x562c30a6 iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a82cd9b iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b00e84a iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6409b9b4 iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d6d9f59 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6f2c3c66 iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x72c7df94 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b01274b iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83544a9e iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x86510731 iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88e5e1be iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3fa13deb iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x456c0233 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4656d6ed iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x466fae40 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54c4b1c6 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x56b9574f iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f154406 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6109b805 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77a3f771 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7af8482e iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x820315d8 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84cb07b1 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x864a3258 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x86a79560 iscsi_itt_to_ctask EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90e557e1 iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93811b34 iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95a48b05 iscsi_host_remove -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c868952 iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f6eba76 iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb06b7304 iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0a83f2f iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4424112 iscsi_conn_queue_work -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7cf5121 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe11a1e2 iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf330d89 iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc147f7e7 iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc50a3aa7 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc675f553 iscsi_conn_start -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcae30e1d iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0292e56 iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2e2303e iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd87a090f iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdbab4dd0 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdea23c36 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe146c0a0 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93f3e109 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa7ec1b4 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae0fc3c0 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae13bb9e iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafbba9e8 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4ddcf3b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb62e0a2d iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb75cbbe9 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf241c25 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc8c63902 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd35cfa6e iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3e3a6bb iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd54e9e4b iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9a57470 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcef8fb7 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xddab4be1 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe03db536 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe67479f9 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8437ea6 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea942caa iscsi_session_teardown EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3eca2db __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x042e98a0 iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2b53a881 iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x311941f9 iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3e873fc4 iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x401f05cf iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x449243d9 iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5788f6d3 iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6fffb047 iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77a896b7 iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8d842dfc iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa1199b7e iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb8a457c4 iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb9afc289 iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2b153fc iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc750d64f iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe50cbfe4 iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf2e1bc87 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xebdb62c3 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6a10fca iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe3df62a iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x041daf87 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x09ddd1cd iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x185d91e8 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x208ca064 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x32858de4 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4d730fed iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4f19df31 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5682797b iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x761b544f iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7e35a88b iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa870a73c iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xadbfce81 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb0d73066 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcbe5f52e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd1b3d982 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe06906c4 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee0a09c1 iscsi_segment_init_linear EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07d20381 sas_free_task EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x18cf81af sas_request_addr EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2dc8c977 sas_drain_work @@ -14555,55 +14573,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xce02a758 sas_bios_param EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe459f73b sas_target_alloc EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf35bb617 sas_eh_abort_handler EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xff0f43ba sas_register_ha -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01f9f2f0 iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07aae3ed iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x084e66cd iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c0c907a iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1cfa2d39 iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x295cc190 iscsi_lookup_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c825006 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06298461 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0aae2845 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c443380 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1a25c6db iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1cf5a04f iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20aa165b iscsi_remove_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x33c5fd0c iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3585b7a8 iscsi_find_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x36903610 iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3be0c933 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3507eef0 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x36c4404e iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x38d72fc3 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x410429e1 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x41277335 iscsi_create_iface EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d2281a2 iscsi_block_scsi_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6146a1a9 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b34dd99 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52a66a61 iscsi_post_host_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71639e4b iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78f8e5c8 iscsi_add_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ced7e6e iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fe5063e iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6dfbc6ee iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75075464 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75389460 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e21994c iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x83066c14 iscsi_create_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90b9f8d2 iscsi_destroy_all_flashnode -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x93b133b7 iscsi_ping_comp_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x977195eb iscsi_remove_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9cb54ffb iscsi_post_host_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d159352 iscsi_get_port_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ef8a615 iscsi_block_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa367653b iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa94430de iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b74eb18 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bdae355 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9415abf1 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ced5101 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e694247 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9facb551 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa59b0675 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa15cd2a iscsi_session_chkready EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf4b8560 iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xafe11772 iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb34bf321 iscsi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5dd7b2d iscsi_session_chkready -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb787c017 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2f26e67 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbee0d31 iscsi_is_session_dev EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc37c3a66 iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7b26a20 iscsi_conn_login_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2cfb521 iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd42052ca iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd422fe4a iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc694ad6b iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb1cb70f iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2249a25 iscsi_find_flashnode_sess EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc4086cf iscsi_unregister_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe82d36eb iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xead99346 iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf959419e iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfba21b33 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc2b56be iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5bf9e5a iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5eb856b iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd746a528 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8431e35 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdace3e7b iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdad6abd3 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde91c642 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b04248 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2116a50 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffff163c iscsi_block_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x71811056 sas_enable_tlr EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x96e6c1bb sas_disable_tlr EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb30d4f7b sas_is_tlr_enabled @@ -14739,7 +14757,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd6595622 spmi_ext_register_write EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdb44e804 spmi_command_wakeup EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf9d64e70 spmi_ext_register_writel EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfaa19513 spmi_command_sleep -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x3ba2feb1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb6d9a1c3 ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b692391 comedi_timeout EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x19ab8f61 comedi_dev_get_from_minor @@ -14787,13 +14805,13 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xee24eed3 comedi_buf_read_samp EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfbf196f5 comedi_buf_read_alloc EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfff7feff comedi_bytes_per_scan_cmd EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x0cc55ffa comedi_pci_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x56774f4c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x34f9d069 comedi_pci_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x57e0fa8f comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x5804d95c comedi_pci_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x6846c409 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x82898016 comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x86503f59 comedi_pci_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa20615f0 comedi_pci_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xd0a39681 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x8ec40bf6 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa5fc5d8c comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xc99fccd0 comedi_pci_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x20da7983 comedi_usb_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x2e623ddf comedi_usb_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x6bf3d85f comedi_usb_driver_register @@ -14822,22 +14840,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x201b4e58 subdev_ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x34387279 subdev_8255_mm_init EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0xcf27b1cf subdev_8255_init EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x512380b0 das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x016f856e mite_alloc_ring EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x04cba1c1 mite_free_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x07c7586d mite_done -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3616bbd5 mite_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x39a2351f mite_dma_disarm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3afaf99a mite_bytes_in_transit -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x71b4b0c2 mite_release_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x95896be3 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0c89f460 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3a814ca5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7ce3c66f mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7d1d574a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x855435f9 mite_request_channel EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x97caf96b mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa0d8face mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa99977b2 mite_request_channel_in_range -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb28688e0 mite_request_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9b8896df mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa2b75113 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaa9f4efb mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xab00f958 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xad058f19 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb8761908 mite_ack_linkc EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc6ddc1ee mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf093d149 mite_sync_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfb785134 mite_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfd28bb83 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xec6d8f31 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xecd75f16 mite_dma_arm EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x60e94934 labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xc0ce8cc8 labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source @@ -15126,6 +15144,7 @@ EXPORT_SYMBOL_GPL drivers/tee/tee 0x39cbc1d3 tee_client_close_session EXPORT_SYMBOL_GPL drivers/tee/tee 0x3d6cb847 tee_shm_free EXPORT_SYMBOL_GPL drivers/tee/tee 0x4a8548c5 tee_shm_pool_alloc EXPORT_SYMBOL_GPL drivers/tee/tee 0x5342a79a tee_shm_va2pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65f3ea03 teedev_close_context EXPORT_SYMBOL_GPL drivers/tee/tee 0x77c4a221 tee_client_get_version EXPORT_SYMBOL_GPL drivers/tee/tee 0x7831d593 tee_shm_get_va EXPORT_SYMBOL_GPL drivers/tee/tee 0x78ff358b tee_client_open_session @@ -15137,6 +15156,7 @@ EXPORT_SYMBOL_GPL drivers/tee/tee 0xa71933be tee_client_invoke_func EXPORT_SYMBOL_GPL drivers/tee/tee 0xb091c8a0 tee_shm_priv_alloc EXPORT_SYMBOL_GPL drivers/tee/tee 0xb77a36c9 tee_client_open_context EXPORT_SYMBOL_GPL drivers/tee/tee 0xb80ec0f1 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc0363abc teedev_open EXPORT_SYMBOL_GPL drivers/tee/tee 0xc315833e tee_shm_alloc_kernel_buf EXPORT_SYMBOL_GPL drivers/tee/tee 0xceb5b259 tee_client_close_context EXPORT_SYMBOL_GPL drivers/tee/tee 0xdf066d59 tee_bus_type @@ -15232,21 +15252,21 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xda2865bd fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xea60b4da fsg_store_ro EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeeb8e8de fsg_show_inquiry_string EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0315ed98 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x019caec5 rndis_deregister EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0c39b4d0 rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x10c2f567 rndis_set_host_mac -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x24c1bb7a rndis_set_param_vendor -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x40b8ef38 rndis_get_next_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x616b5f4c rndis_deregister -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x75e9911d rndis_signal_disconnect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x968aaa56 rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa7d309d0 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1a92534b rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x354755c3 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4280f181 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4c43efc1 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x50a54afa rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x50f10263 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x571a86ec rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x65f75670 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa81a1947 rndis_signal_disconnect EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc96627c6 rndis_add_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdab8194b rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe001f6f3 rndis_signal_connect EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe177c4f5 rndis_rm_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe37c6c94 rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xea47f7f0 rndis_free_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xead95b72 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe511f38a rndis_set_param_medium EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0414099c usb_composite_unregister EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a7fbb22 usb_remove_function EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0d151564 usb_get_function_instance @@ -15284,16 +15304,16 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbeb50df usb_composite_setu EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe59d64ad usb_ep_autoconfig EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xedd5bebd usb_string_ids_n EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x231ce8a8 free_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x30376367 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x127e7d7f udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x36a628b3 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3a716bda udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4ef9cdbb udc_probe EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x643928dc init_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x70dc3a90 udc_enable_dev_setup_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xbba138c4 udc_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd9bd98fe udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x97d7f9c5 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb8920f02 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc75a0c83 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe81deafc udc_enable_dev_setup_interrupts EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xea62ac36 gadget_release -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf0380f58 udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfbcac2f5 udc_basic_init EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0458278c usb_gadget_connect EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x092b2ee0 usb_gadget_set_state EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0ffaa944 usb_ep_queue @@ -15541,8 +15561,8 @@ EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xceb937e1 ili9320_remove EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xcec2f0bd fb_ddc_read EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x16872993 fb_sys_write EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x675a6b66 fb_sys_read -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4eece763 sis_free_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xff3e62e0 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x05cc81fc sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x0e5feb90 sis_free_new EXPORT_SYMBOL_GPL drivers/w1/wire 0x148de33d w1_reset_bus EXPORT_SYMBOL_GPL drivers/w1/wire 0x1de0d24b w1_write_8 EXPORT_SYMBOL_GPL drivers/w1/wire 0x4e11c457 w1_touch_block @@ -15570,245 +15590,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xced24542 dlm_posix_get EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1dd609b0 nlmclnt_proc -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1fb1594d nlmsvc_ops -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6c86d05f nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x762ba225 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2a262335 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3f66f8a6 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x571ee2a4 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6f6e1639 nlmclnt_done EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb67afa2a nlmsvc_unlock_all_by_sb -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb923aa6d lockd_down -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xff79ecaf nlmclnt_done -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00ec5425 nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01b666d5 nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02626b76 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9ac3014c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xea9a2b4c nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf6b10431 lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x013d278c nfs_kill_super EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0436a823 nfs_symlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x073ba280 nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08a6be9b nfs_zap_acl_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a139417 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0419df6b nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x042f48c8 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06e46114 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x075ddbdd nfs_pgio_header_free EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cc8e829 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cd5760f nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e539470 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f8ce443 nfs_lock EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15ffb267 nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x173a351b nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x188601c8 nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b8f95df nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dcdabbe nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fdb79e2 nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20558e7c nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2092724f nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22cb145f nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11ec2d7d nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11efd8a3 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14c3e3ee nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x184d72fe nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1931fd2d nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1990c0bf nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19f00899 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c0b7311 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fc09d9d nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x221bfcfc nfs_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26204433 nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x263414e5 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25f648a3 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2680bb5b nfs_fscache_open_file EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x284c8962 nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x290c9d1b nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ab9eedb nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b6e6a5a nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e559ba9 nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e969057 nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3122f5f4 nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3501835f nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37433480 nfs_getattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38441d5c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26fec13e nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27f912fa nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aeb9907 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c510b4d nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30186b29 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3121f4d0 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31ba3284 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33227f2f nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34385514 nfs_symlink EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ab3b28d nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d286d6c nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e47290d nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3eff368f nfs_request_add_commit_list_locked EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40f4f243 nfs_generic_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x414bb844 nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x421dd395 nfs_close_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x469755d8 put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47f9f9fb nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48e6e23b nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48fabc29 nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x493217d1 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44ce733d nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x454aed26 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45bcd612 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49a3594a nfs4_label_alloc EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ee523f8 nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4faec011 nfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50900545 nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x517bc874 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cc7972c nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ce37fcc nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d651263 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f1cc1a2 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51708b9c nfs_setattr_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5363aad1 nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53edbec3 nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584125c8 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52bba87a nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x531384c0 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5382dc1d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53fdf573 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56bb495d nfs_writeback_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5882cdba nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58969b1e nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59576c80 get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b443a65 nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b47bfe7 nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cb83383 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cbb7a6a nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d707c74 nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d99404b nfs_pgheader_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f9ddc3f nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fd942e3 nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x620a0dc3 nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x628987b6 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6714fca8 nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67f4e6cc nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x683b6ef7 nfs_fs_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a4aaaf4 nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cc7d7c6 nfs_file_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d72957e nfs_unlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74b4fc7f nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79cfee28 alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a6c87e8 nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7acb1c93 nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b4695dd nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a51966d nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b9a22dd nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e62ef75 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fc23989 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63a7e070 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65984ff3 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66a53cb1 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67ec410d nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ad138e2 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c9eb1cd nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f7d7f03 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x703cba20 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71efc1c9 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73050de5 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73825f7b nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x743791f4 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7740f679 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7775d166 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7807e26e nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x794ec246 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79771baf nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79edcf55 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a4d69f0 nfs_pageio_reset_write_mds EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81f94f45 nfs_inode_attach_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x827c79ae nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83267a3f nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83dd992a nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8406de4b nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87fd3a6a nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x893eb4bc nfs_server_insert_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a831962 register_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b2660ba nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d04f024 nfs_file_fsync -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dba531b nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e1e8880 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ec8714b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ed0f680 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83bfd411 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87b439b4 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x893fceb0 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89770aa6 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d0706ef nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e54675f nfs_fs_mount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92335a63 nfs_statfs -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x932df643 nfs_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x939bc93f nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x941b75a5 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x941bc86c nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9445cffa nfs_flock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96e7b2b0 nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x985500b0 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x979a7802 nfs_fs_mount_common EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa08ff602 nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0bc077b unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1425489 nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2bc5ce9 nfs_show_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa54d51ce nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8842bf4 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x999a90ce nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bdecaf0 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa32ed014 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa58577e1 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa73f9375 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa778615b nfs_wait_on_request EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaac6050c nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa2704a nfs_path EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab51ccb8 nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafcc659c nfs_setsecurity -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb02fd260 nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1d6c619 nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2a2e575 nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb40142d7 nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5761d40 nfs_release_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5e74519 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab4b6b3f nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab7e9d13 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabc98b46 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad56f767 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4a5dda nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb05826f5 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb19b5484 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb37aa10c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5862b32 nfs4_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbab8c1cd nfs_file_mmap -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbae59949 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb804e312 nfs_atomic_open EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0ccd8f6 nfs_commitdata_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0d45a69 nfs_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9858122 nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccf16d01 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdce6ff8 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfc95bd9 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3f233d0 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5068796 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7cc1f14 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9024226 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca08b841 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbee307f nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccad50a3 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd14d545c nfs_pageio_resend EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c1219c nfs_access_set_mask -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd688a8a8 nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd998ca84 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4e55aae nfs_retry_commit EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdefbc22f nfs_scan_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe474f740 nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe54c8f15 nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6bff7d9 nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeda9fd19 nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeea4c1cc nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf02a534a nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1012ee0 nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf16e0cab nfs4_label_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf36070e0 nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf693056e nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf82df84a nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8bbb595 nfs_rename -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9bab6b8 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb994d15 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc215315 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdca4d770 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdca5ec55 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd67930d nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf650fba nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfb5d79b nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe20b708f nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2bcfd9d get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe356f803 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe418bdbb nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe61543e9 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe74a9c6b nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9ecf912 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea0e40c7 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed0f5857 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed712fb2 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee157d82 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf02c007d put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3115c75 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf93a5e41 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9fd69c5 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb17edc0 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbe481dc nfs_show_devname EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd68c1b2 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd21c09c nfs_may_open EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x7b04663d nfs3_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03309ec5 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xa42c5d50 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03ded2ed pnfs_generic_pg_readpages EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07b5258e pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0baee95d nfs4_delete_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0cbd58ea nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f7e8720 pnfs_ld_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13cb1a07 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0a177c75 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d2d948c pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15cf99f5 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15f67c87 nfs4_set_rw_stateid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19e45a97 nfs4_proc_getdeviceinfo -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b118001 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17cae5ef pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18353bdc pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c071e02 nfs4_set_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e6c859c pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ed3c449 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ff3752d nfs4_init_ds_session EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x215ec765 pnfs_layout_mark_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24313742 nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a6b6a81 nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x342a7728 nfs4_pnfs_ds_add -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a675eae nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20924149 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ae04b7a pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ae1e804 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3207fbdb nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3269d627 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34857583 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a4f5ee2 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3bc953f6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c124c31 pnfs_generic_recover_commit_reqs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c926623 pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e47acbc pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40b30274 pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x445a3cd1 pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48c8043f pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48d58218 pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bf5d6e5 nfs4_schedule_lease_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c7cde73 nfs42_proc_layouterror -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5181f2ff pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54be70f7 nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5630fc0d nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a57c8c9 pnfs_update_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5da198f1 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f0235c3 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49086d47 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e61482a pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56d1cb05 pnfs_register_layoutdriver EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61a419f7 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62de74e9 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66e18344 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x681a3c7b nfs4_find_or_create_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71806e02 pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73893165 pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x765e0b6b pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x777118f6 nfs4_mark_deviceid_available -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x788e6984 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74a1f575 pnfs_unregister_layoutdriver EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ee5ca17 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81b8418c pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83b981a6 pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x848cd296 pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8648f7bf pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c914115 pnfs_generic_scan_commit_lists -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x918febd1 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e4745ae pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f280adc pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82a61802 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84908a27 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x862bee28 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ab708d5 pnfs_error_mark_layout_for_return EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9b4f222 pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf280c0c pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb496843f pnfs_generic_pg_readpages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7351643 nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb818cc91 nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5ae08f6 nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6fa64b2 pnfs_unregister_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7d0f48d pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfc1595a pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd40e7b93 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa39839d9 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5bf2662 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6ed5a6f nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0954534 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd7debc3 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe0fb2d0 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbef27e29 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0fab842 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd23cc276 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5840209 nfs4_pnfs_ds_put EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7c164e1 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8966fb2 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda70b1a2 nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdcc7168e nfs4_schedule_lease_moved_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe317223c nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6bae063 nfs4_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7b1ec83 nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec1a6e60 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe21781fe pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4916369 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8f996d0 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xead04ade pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb32682f nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb5ec621 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec5ab004 pnfs_put_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee062bcc pnfs_write_done_resend_to_mds EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf609b96f nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4446ec7 nfs4_schedule_stateid_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8d114b8 nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb0f3182 pnfs_put_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbe55d0d pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc559be2 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9e66c6b pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd94d50a pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfeb8af48 pnfs_layout_mark_request_commit EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5286a683 locks_start_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xc1066105 locks_in_grace @@ -15910,8 +15930,8 @@ EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x29cbbb85 lowpan_header_compress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xa2019036 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x211eca87 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xebc75c82 lowpan_header_compress EXPORT_SYMBOL_GPL net/802/garp 0x15663df6 garp_request_join EXPORT_SYMBOL_GPL net/802/garp 0x2ea9af55 garp_uninit_applicant EXPORT_SYMBOL_GPL net/802/garp 0x5b2fa2df garp_init_applicant @@ -15942,104 +15962,104 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xddf9614b l2cap_chan_create EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe4639c42 l2cap_chan_put EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf25d9dcb l2cap_chan_del EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xc72a37f0 hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x042aae19 br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0x0b3be350 br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0x22a0b9ed br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0x3af4363d nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x3c801e9a br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0x5022b08e br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x54a7f327 br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x6a0bf09c br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x6c6572f8 br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0x801b2007 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x9e53a0ae br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbd67e14f br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbf82eef7 br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbfa8425a br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc1613fc9 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0xceb8fe9e br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xe6a19837 br_dev_queue_push_xmit -EXPORT_SYMBOL_GPL net/bridge/bridge 0xe9f87418 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0c0ec7d3 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14578773 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1e446226 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1ee3ca95 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x22a6b628 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4138a861 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4948977f nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4a0fadc9 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b6edf40 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x772ac0e9 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8eb87e5a br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9a567174 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9e8b67c2 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa8133e84 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbd7fa379 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb6aafef br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd1211c42 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf9981d99 br_vlan_get_proto EXPORT_SYMBOL_GPL net/core/failover 0x0268fd75 failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0x0ec16bb7 failover_register EXPORT_SYMBOL_GPL net/core/failover 0x6814817b failover_slave_unregister -EXPORT_SYMBOL_GPL net/dccp/dccp 0x09dcf36a dccp_parse_options -EXPORT_SYMBOL_GPL net/dccp/dccp 0x11da702e dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0955a609 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1485e9fa dccp_check_req EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ae5d9fe dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1cec0b04 dccp_connect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x30f26024 dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3986016e dccp_sendmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c4a0063 dccp_shutdown -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4924573d dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4a07ae86 dccp_reqsk_init -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4bfb27bb dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c90da19 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29236a92 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2adbbf75 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e66375a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2fa5a7aa dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37d8d13c dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x46779c0f dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x46a80d2a dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49538767 dccp_child_process EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x51fad77b dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x54822f79 dccp_init_sock EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x61b224c5 dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0x620c4fa6 dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d4eb1ab compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59e70e5d dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62817e30 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6318121f dccp_send_ack EXPORT_SYMBOL_GPL net/dccp/dccp 0x722630de dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0x7d19571e dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x76bc1ac5 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b7afec9 dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp -EXPORT_SYMBOL_GPL net/dccp/dccp 0x82bde97d dccp_recvmsg EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x8b29bfa1 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8729b52d inet_dccp_listen EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9b79a1b9 dccp_reqsk_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ce5430f dccp_destroy_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9e77c261 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x99e38eb4 dccp_rcv_state_process EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2624a42 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa95f7865 dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb76316ce dccp_send_sync -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7cf37b2 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa671852c dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xae0b1b3b dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb53162c3 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbaffd390 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb5bd14e compat_dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3b6a26c dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0xc9cfad34 dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd39e14d dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf2b780f dccp_feat_signal_nn_change -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe16b7b02 dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe706d91d dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe74c0653 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0xf51354bf dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdee8aa6 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4ac13990 dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5b2c4cb2 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x93c74cce dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xadf040fe dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb19ce4e3 dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe37237b9 dccp_v4_connect -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x08959c34 dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x12273026 dsa_enqueue_skb -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x24d36e9a dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x30a9ee98 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x330d8895 dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4cd89cbb dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4fe58615 dsa_port_get_ethtool_phy_stats -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5028b441 dsa_port_phylink_mac_link_state -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x51ab13f5 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc454d2db dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc27714c compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc3d54b6 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0383543 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd131f8a1 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4635d39 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd57b7ba8 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdab68de9 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe5ec027d dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xea4acf88 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf06646cd dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x17bee00b dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x27ddefa6 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5be588c0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6e245805 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xae148a71 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcab7cbee dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b32a37f dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0ddf0bc6 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x16aef66b dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x28317b74 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3f0dc70b dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4047938a dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4056de03 dsa_tag_drivers_register EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5d6a2616 dsa_switch_suspend -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x783c6729 dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7dd0017f call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x88ccbc31 dsa_port_get_phy_strings -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8e2f14a8 dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xabde451f dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbe97ea5a dsa_port_phylink_mac_an_restart -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdecfca91 dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe4cc5c80 dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7384c26 dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe921536f dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xec6fa5d1 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6530d097 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6986b169 dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x69b40786 dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a750891 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7ed93e3d dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x80182dee dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x983c9d75 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa1915fac dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb4808c50 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xba96d780 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc44d6a2d dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd2b46c73 dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd4a9bbce dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd621f2c0 dsa_unregister_switch EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0244ae83 dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0e5e3314 dsa_8021q_rx_vid EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x506584fc dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x63693e00 dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xb3bf619d dsa_8021q_tx_vid -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xd64a8900 dsa_port_setup_8021q_tagging -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xf400b924 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xa800c148 dsa_8021q_xmit EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x66d3749e ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x88537972 ieee802154_hdr_peek @@ -16050,360 +16070,358 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x1e92852c ife_decode EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2e0ec5b9 esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5d189736 esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x9bdff1c3 esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/gre 0xe2a8fdd5 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0xff860161 gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x09175d2b inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x21d4e70d inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x327d2f1a inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x74c9c0f0 inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x861d3d13 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2ed5c82 inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb7115239 inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xed481848 inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfb8ddd92 inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x4c6b2f7f gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x097d75b4 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1481843b ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1830e302 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2611ff73 ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3771e554 ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51cb8fbb ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x533e0921 ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7186abc7 ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8077f86a ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x82b8983b ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8bdbaed5 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8d37f45d ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd767e84 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xec5d67ec ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xed69d198 ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf944f785 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x0c9a2356 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x9aaaf51f esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xac195fc6 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x450c998e gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xe3846c21 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x02ba4d1c inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1057ea00 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x57532689 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7eb2c100 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x801694d2 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8065bfdf inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbdefc5c6 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd106223e inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdd0d7546 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x4fc38625 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0ce22079 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x18b66d81 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1e14ed78 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x28549bbc ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2987a7c6 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3c05098b __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x42cfdcd3 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5017069c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6e321711 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x74aaf9d7 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x86199318 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x97f05178 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb18ab589 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbde29389 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6555df3 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc77e4b5c ip_tunnel_uninit EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x553f8640 arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xfbdb66fb ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x2b0dbd12 nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xe363c0b8 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x13a2346b nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1e03c7fb nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x29011c91 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3d350dd1 nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb7e8d64a nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x9933f41b nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x339e70dd nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xb86c9c25 nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xd4978ad9 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x79b38209 nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x88259816 nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8220481f tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa88283d3 tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb3f2028c tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcf388507 tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf8e4e927 tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x16246707 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6ebcb960 udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa188e906 setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xaa05877c udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xccdf09e8 udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe1fd85b2 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe73119de udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1fb3743 udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x00c7f426 esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0aa1a273 esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc65083b1 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0a765b83 ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x92a8edad ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf9c65f74 ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1599c2ef udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x48faa640 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xdc5f17d8 ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x351e836e nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x70a1c56d nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xeb20ab3f nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2d7e45bd nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x408cd804 nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x67d7ce5c nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7a37b8c8 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xeff86ab6 nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x1e545572 nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x092dd53f nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x40932440 nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x494caf77 nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x54ce3d52 nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x7c30f008 nft_fib6_eval -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x167b0a6f l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1d29fb7d l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x334f8389 l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x36917158 l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3ca29897 l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5cfde67e l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60399bcc l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x64a84ced l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x663d1f0a l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x795d962a l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x819e04c7 l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc895b661 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc938f22a l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xea125e40 l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed6aeede l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef51343c l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xff35a92f l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x6b69e8ce ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xb869fd4c nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x5ff1b5c0 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0bbb585e nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x82afe720 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x88900983 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x89ec96f6 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd8e410ba nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xcf992137 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x33bf406d nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x59d715f9 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x78784116 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x081122fc nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xb62a0aea nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1e4195f2 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2b777fbb tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa646ff36 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xce7522a2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfb85ad8a tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5ea31ded udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7611398d udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x85aecc00 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9f4b3cd1 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa286f4c5 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc04c53ed udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc172820c udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe04b33da setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x856e4bb6 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa7299958 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xfb50144f esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7123cb72 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xeac441b3 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf542529d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x06fec1ee udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x3040a3bd udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x022a823f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xe6ca2569 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf7decdc3 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x8aaaf7be nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x176b5423 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x25bfdef6 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5880c664 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb4105852 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc82ba473 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x48fe805e nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x8cda6176 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xae6709ab nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xb5aea317 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x30b9d24a nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x75c30f1c nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0be9520b l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x21d26b66 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x311a7145 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33e9d2f0 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3446725a l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x558e89d1 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5be485ff l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5d8bc94e l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6276713f l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6a56f5b7 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7e0dc6cb l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa3ca3bb6 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb842c7d9 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdc871c9b l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe76a1625 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe78865b4 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeacb155e l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x10591388 l2tp_nl_register_ops EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x939e3106 l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x03c60f69 ieee80211_iterate_stations_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0ca7ba54 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x121a52ae ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1a9a22ba ieee80211_iterate_stations_atomic EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x24baddde ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c0b5620 ieee80211_ready_on_channel EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5b5fbd28 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67bd57ce ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x69379bdd ieee80211_remain_on_channel_expired -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x79bf889b ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x53839d86 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5f0568d5 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x76b49d8f ieee80211_resume_disconnect EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x87753fd2 ieee80211_find_sta_by_ifaddr -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x98f5d325 ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9ed4c704 wdev_to_ieee80211_vif -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xac9b4ae0 ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc1970709 ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc3c59d2d ieee80211_vif_to_wdev -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd58847c1 ieee80211_ave_rssi -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdaa74230 ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe01aaf6f ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf95c7b1d ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1cb48994 nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x3641b2e0 mpls_pkt_too_big -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9f07a546 mpls_output_possible +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7fb38d67 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x87af45e4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9c530f4a ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa384cebd ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa4611aee wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6638967 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcbbc1f4b ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdf98f8ba ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xee25375c ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x04630532 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1be52c28 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa354488b nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xbc4ee18e mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc2840f52 mpls_pkt_too_big EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe530ca3c mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe5badcde mpls_dev_mtu -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x08954bb2 ip_set_type_unregister -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0e8103b6 ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0e94e924 ip_set_get_ip_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1404b9af ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1e68b955 ip_set_name_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x277d45ee ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2b2ac213 ip_set_add -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2f3ea334 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2385dbd7 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d94901e ip_set_elem_len EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3efa843e ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3fc47ff4 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x52bb7298 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x53bd9328 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x564cd7ad ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x73927c35 ip_set_del EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81374c4c ip_set_elem_len EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8b9740a4 ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8eb0c933 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x991e4ab1 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9b4c820d ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e0502a6 ip_set_put_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd0151427 ip_set_put_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1039702 ip_set_match_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdb80ab57 ip_set_get_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xde2a9baf ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea5ad4a3 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5584c1e ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc78719b1 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcb1339d1 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcdadb044 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe6681db2 ip_set_get_byname EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf444cdaf ip_set_nfnl_get_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf9e2e0b5 ip_set_type_register -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3fbd8b89 unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4f658a82 ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc96d805a ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xfbff2188 register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x0a3387c0 nf_conncount_count -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x0e48bca4 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4a79a20 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf661a0d9 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2245c1f5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x34d4bddf ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdccc1c24 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xefbddfd9 unregister_ip_vs_pe EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ff55ad3 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x56e6975b nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x87f96eba nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x47fcef21 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x558625c2 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x59271cc8 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x61128ed4 nf_conncount_gc_list EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c4cb9c3 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8ec61bf9 nf_conncount_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x010f81b5 nf_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06c999cd nf_ct_seqadj_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08bc0e71 nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bbbc1ef nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd7e89055 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x029aeebb nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05eb9834 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x064db085 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09cca782 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0aa5028c nf_ct_port_tuple_to_nlattr EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1190d45a nf_ct_helper_expectfn_find_by_name -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14e7f4f9 nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15700879 __nf_conntrack_helper_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1655906f nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2007b9a0 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0df803c7 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x124b3eeb nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1526298a nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1546075c nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1976d1bd nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1cd40567 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23557601 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2357116a nf_ct_helper_init EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30bacf25 __nf_conntrack_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34299556 nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x343a0afa nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3637b94a nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2cdbe3da nf_ct_deliver_cached_events EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3804df85 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e218107 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45598f93 nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46c9587e nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f3cd021 nf_ct_gre_keymap_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53ae18d3 nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x546b1b30 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x557debd6 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5728d824 nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x582db453 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ae104a1 __nf_ct_try_assign_helper -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5cc6a107 nf_ct_unlink_expect_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68c75a59 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37a976ff nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c0a7452 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cb5ac7c nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4438bc00 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x489fd10f nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a7c6ba8 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ac2f32a nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4af87e20 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bcb5a73 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4db2fc0d nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dfedf16 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fa4c4d2 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x519ac9cd nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56338b98 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a9c7103 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5bc94f98 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e25916b nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60c58ec0 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67751e9a nf_ct_timeout_find_get_hook EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71c64288 nf_connlabels_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x728aee88 nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76ed6cf6 nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79f06a01 nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d3c14b5 nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x843f34c1 nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84b3c393 nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x863eadc4 nf_ct_remove_expectations -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x869ab438 nf_ct_gre_keymap_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86d19fc8 nf_ct_tcp_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d550814 nf_ct_destroy_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d83fe91 nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8eddbad8 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cf7a60d nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d68b048 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x751fe526 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7575516f nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77a0af63 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77ce6aa5 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c387acc nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x849532cd nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a2cbdd8 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b9a6695 nf_ct_helper_ext_add EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9009b486 nf_ct_timeout_put_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91e49226 nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x938a5223 nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93943fea nf_ct_set_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x944e47ae nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96a431ad nf_ct_helper_ext_add EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b712485 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dfbd7b8 nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0d6f0a7 nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2c08fd6 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6c4b61a nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaca77b53 nf_conntrack_helpers_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad492c5b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c381df8 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ebb5612 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f176705 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f86612d nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fc945d4 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa63cab63 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa695464e nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8ea7850 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab7eda73 nf_ct_expect_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb086d6a6 nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb14c84fa __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5cb7274 nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb60399c0 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb61e78e8 nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8ab93ce nf_ct_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba832635 nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb5cb493 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb017f23e nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1cbbd76 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4574f7d nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb578d9bf nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6fc157f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb91de010 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc01b1a4a nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc071d701 nf_ct_get_id EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2cad48c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc31c6edc nf_ct_expect_unregister_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc41e86c9 nf_ct_seq_adjust -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4abbd65 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4b0be55 nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc542eeaa nf_ct_remove_expect EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6ba9920 nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc94eab5d nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb9237d9 nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfd81259 nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0819518 nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd112cb0e nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc750cf80 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc76ac901 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc023ca7 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf3860a4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1102103 __nf_ct_expect_find EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda05d43f nf_ct_deliver_cached_events EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc8dd708 __nf_ct_refresh_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde15875b nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde683896 nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7ec1e4f nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9549aec nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe95df9ad nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec2e7387 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd68486a nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd929e71 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddd688c4 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8a1d198 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe97ce96f nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeafcef6b nf_confirm EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf298b7a4 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1331bd4 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf189d56f nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf31a5340 nf_ct_helper_expectfn_find_by_symbol EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8afce73 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9472dae nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd21b010 nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe721792 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf631e4a6 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6b58232 nf_conntrack_set_hashsize EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x3b5d154f nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x88125dd7 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x0263be94 nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1232a95b set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x438c9faa set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4da61d3e nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x969ffd17 get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa0bc9582 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa33b60fe set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa685623d nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcdee2512 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd1ad5ebb nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfe2d1178 nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xf8bdf68d nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x60db03ac nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6dc76c1c nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xba99800a nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc0f11fc3 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2b616233 ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5ee871fd ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6cbfd6aa ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7a5087ec ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8c91001d ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbd509e23 ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbffe4f36 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xe1d6cdc2 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x8d5f5c9c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfefab3d8 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa3f5df13 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xebaddf9c nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xf75e43af nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x038fb73a set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x304e2540 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x71c72fac set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7f1f91e8 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa25b814b nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb81b23fc nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xca45bc31 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcb7cdd76 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe6d4e9a1 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf8246eef set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xeee7ffe5 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x1375822a nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x46fc4816 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x96ceac73 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa9112302 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x20bc2d45 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x82cb7de0 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x950cda20 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9a9e3702 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc2c22a04 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xec1394bd nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xff7f2dec ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xe0ecd6ff nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x804fdb92 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x02e6e952 nf_dup_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x5c427261 nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xac9af9b2 nf_fwd_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1d2405d4 nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x30449ce1 nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x431e0d10 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4dfdfe38 flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x57b181c3 flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x698da089 nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6d12390d nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8c7ec972 flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa43a67aa nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc366d3fd flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf1b98765 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfda62171 flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x10d802cf nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x24038ed7 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x86fcc86e nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x8b303877 nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa1c00f75 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xc7932450 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1681bd7a nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2403adc4 nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2afbe26c nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x35a182a6 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1722e776 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x29d74e96 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2b18e18e nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x50b17b2f nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x63cfcd73 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7bd12304 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7c74ee53 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7d30009a flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8572b0a nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe58c4aa6 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf6d3f4fe nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf9440a90 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x1a459ab1 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x4faa5122 nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x55105a23 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x94756eca nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa2ea80fe nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xf83941ed nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x077b5af5 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3428c9a8 nf_nat_inet_unregister_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47dbefaf nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x701a632d nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7072c4e0 nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x827370cb nf_nat_ipv6_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x87a808bb nf_nat_ipv6_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f40a890 nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91077447 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa14a692b nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb57f8ab1 nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9878dfd nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5588ab86 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7d6c5362 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x84c4b84a nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x85795f86 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x98c586ea nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a79cae2 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9eb863b2 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb24c3238 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc458a37d nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xccba0bed nf_nat_ipv4_unregister_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe0f7df76 nf_nat_icmp_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe680412a nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdce3183c nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xecef717e nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf79e3b71 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9c65372 nf_nat_inet_register_fn EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x451643d4 nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x50b33d7a synproxy_recv_client_ack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x565db6ad nf_synproxy_ipv6_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x593fbbed synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7f35432f synproxy_recv_client_ack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x808d89b1 nf_synproxy_ipv4_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x882e724a synproxy_parse_options -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x91124df8 synproxy_send_client_synack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x93c67cc8 nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa7b85a99 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x273865a6 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3bf0558d synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3fec19a0 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5d60de85 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9c1a6300 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa0bcca7d synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa2533e7b synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbf874566 synproxy_send_client_synack EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfd6e7138 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe4e0cb94 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xec09c78c nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf4ddbb8a nf_synproxy_ipv4_fini EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x00f5a3f1 nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04c26b4c nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x056eb8da nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06ae1f35 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06c46c1f __nft_release_basechain EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21207f4e nft_dump_register -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2886cb88 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x34f5adf7 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x35ed5009 nft_register_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3fefacad nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4ec7ac8c nft_register_expr -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x506592c7 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x56a6b9ee nf_tables_destroy_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x56bbcf84 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x581d64a7 nft_set_gc_batch_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5aeb107d nft_register_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5cca1f29 nft_chain_validate @@ -16413,27 +16431,29 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x705f4d90 nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7692821f nft_data_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c077011 nft_data_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7cfe7962 nft_do_chain -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d7db4b7 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x851fa143 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8639e02a nf_tables_bind_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86a67ccf nft_validate_register_store EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a84bdb0 nft_data_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x997de076 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa13d9846 nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa1d30b3f nf_tables_deactivate_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4dd2802 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad4a751f nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc3cb287 nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe3aea8f nft_register_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe811175 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6831588 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc08fde6 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe71296c7 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xecdc1a97 nft_unregister_chain_type -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf1afc35d nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf2087035 nft_set_lookup_global EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf419f0fe nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4619947 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf5053002 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc98b6c4 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x11f2c3d1 nfnetlink_has_listeners EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2ad0bf2b nfnetlink_unicast EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock @@ -16446,52 +16466,52 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x138c74ce nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8bff1a51 nfnl_acct_overquota EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfd868bde nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2ee2396f nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x38dfe100 nf_osf_match -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xc92d4a7e nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xbf34feee nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x19db6bf9 nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x78270d56 nft_fib_validate EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7e190b6b nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcd7f526c nft_fib_store_result -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x12effb5d nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x62be10ec nft_reject_init -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa42acf8a nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x46874c97 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x4888d7d3 nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc9ddba77 nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0a5d7818 xt_compat_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0d025330 xt_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x172a3e13 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1a77d34a xt_compat_target_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2773cdb7 xt_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x38f8c24c xt_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42586430 xt_compat_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x453b96a7 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x57cc3654 xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b8349a1 xt_compat_target_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x648242b7 xt_proto_init -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68382b44 xt_compat_match_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x69b8f886 xt_check_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7360e94c xt_compat_target_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x77127c75 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3131b087 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3153a5b5 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x46c288dc xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64a55555 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64f6282f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68e58886 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x72f1c520 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x77208205 xt_target_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7f979d4f xt_hook_ops_alloc EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x84f19b70 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8b4bc8ab xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8c69530a xt_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb532269a xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbc1bbad8 xt_unregister_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc1f95dcb xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc37a8a5a xt_proto_init EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc89a2760 xt_check_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd88eeaf9 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd223893 xt_request_find_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe28c67f7 xt_request_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe3280d8e xt_replace_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf0fc9df2 xt_request_find_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf9ca3360 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf76ea2f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe09b405e xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe2e03a9f xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf32a8437 xt_request_find_target EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x87f6f008 xt_rateest_put EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc1ce7a99 xt_rateest_lookup EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x18d518b5 nci_spi_allocate_spi @@ -16502,12 +16522,12 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa853664d nci_uart_unregister EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xe9ae4d1b nci_uart_register EXPORT_SYMBOL_GPL net/nsh/nsh 0x7238311b nsh_pop EXPORT_SYMBOL_GPL net/nsh/nsh 0xfcdb3b9b nsh_push -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3044c4a2 ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4a97f8cb ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x560717d6 ovs_netdev_link -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5f0bd846 __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x77517493 ovs_vport_free -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xcc1d7a0c ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6016642d ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6499ea1b ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6b563481 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb7b3cf15 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc5a94dce __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe788abda ovs_netdev_tunnel_destroy EXPORT_SYMBOL_GPL net/psample/psample 0x1c604d3b psample_sample_packet EXPORT_SYMBOL_GPL net/psample/psample 0x21576783 psample_group_take EXPORT_SYMBOL_GPL net/psample/psample 0xa3d298e8 psample_group_get @@ -16515,327 +16535,327 @@ EXPORT_SYMBOL_GPL net/psample/psample 0xaa1e705c psample_group_put EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x156e7977 qrtr_endpoint_post EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x35018ff4 qrtr_endpoint_unregister EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x80dd7765 qrtr_endpoint_register -EXPORT_SYMBOL_GPL net/rds/rds 0x003a2b78 rds_trans_register EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x1a091799 rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x1e5906f8 rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x266793ca rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x06aed37a rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x08b2882e rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x17637623 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x1ec4c595 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x2a1f7a89 rds_rdma_send_complete EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension -EXPORT_SYMBOL_GPL net/rds/rds 0x2d433a1b rds_inc_put -EXPORT_SYMBOL_GPL net/rds/rds 0x341fe875 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x2b9991aa rds_inc_put EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x3d9e84d9 rds_conn_create_outgoing -EXPORT_SYMBOL_GPL net/rds/rds 0x4401c6c2 rds_conn_destroy EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x4da72f37 rds_message_unmapped -EXPORT_SYMBOL_GPL net/rds/rds 0x4f995375 rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0x52cc02cc rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x4945564f rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x57756d09 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x57bef778 rds_conn_drop EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x63bef797 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x759efa02 rds_inc_init -EXPORT_SYMBOL_GPL net/rds/rds 0x77965fb0 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x65766946 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x6bfb983d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x6f606d29 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x70a2876a rds_trans_register EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x82ebfe60 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x85081132 rds_message_addref EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0x8a6cce23 rds_conn_create -EXPORT_SYMBOL_GPL net/rds/rds 0x934b0673 rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0xa81d1116 rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0xab5735c6 rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0xad57d79f rds_send_xmit -EXPORT_SYMBOL_GPL net/rds/rds 0xafa2ce0e rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0xafd2ccf2 rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xb233cd54 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x95ae4364 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x99569cbe rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xc085a6d6 rds_conn_create EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xc89b135f rds_inc_path_init -EXPORT_SYMBOL_GPL net/rds/rds 0xc9644e1c rds_send_path_reset -EXPORT_SYMBOL_GPL net/rds/rds 0xcd0c333d rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xd30dd8b9 rds_rdma_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xd75c613c rds_for_each_conn_info -EXPORT_SYMBOL_GPL net/rds/rds 0xe523f3ed rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xcde24d9b rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xd04315da rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xd63df8bc rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd6f67cef rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xda0a73cc rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xe172cb40 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe5226b7e rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe54dabec rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xebb6767d rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xfc213f31 rds_info_register_func EXPORT_SYMBOL_GPL net/rds/rds 0xfd22dd56 rds_cong_map_updated EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x276c3ed5 sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x2b22d753 sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0xa16764b5 sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/sctp/sctp 0xc6d5449d sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/smc/smc 0x025c53ab smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x066413d4 smc_proto -EXPORT_SYMBOL_GPL net/smc/smc 0x41483683 smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x61150822 smc_unhash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x744c084c smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0x956dd9d1 smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x9ac48717 smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xdd637696 smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0xe1b8db14 smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0xfe91f256 smcd_handle_irq +EXPORT_SYMBOL_GPL net/sctp/sctp 0x64d299f3 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x874f40c1 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xaab9532d sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbdfb6057 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1af88d32 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x22264208 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x22916195 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x2ceed7d2 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x3c81e0fe smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x66c79cca smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xc15b2190 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xccf79ce9 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xe8686129 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe8ab9409 smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x10fb517e svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1f5a947a gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2a88b5ab gss_mech_register EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5a459390 svcauth_gss_register_pseudoflavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x75dfb1e5 gss_mech_unregister -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbf77c59a svcauth_gss_flavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xca6c0313 gss_mech_register EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x000b8f15 rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04a258ec xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04b8a11f rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf309d938 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00849541 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x035f8401 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03b139c0 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e0fd5c xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04e11142 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05cf45d1 rpcauth_lookup_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x062b711f svc_rpcbind_set_version EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d619fc4 xprt_reconnect_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ed894cd rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1216a487 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1226b19f rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1241395e unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x130debdd rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x138c37ba xprt_alloc_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14068d64 rpc_exit -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14daed17 svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1578c077 svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x164d733c xdr_encode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171b38e7 svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18bf2c3f xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x071104eb xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07255640 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07c763f4 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09babcc1 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cdd98c1 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0da6f46d xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12ade59c rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12d953e3 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18ce994e xprt_lookup_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1991235d cache_destroy_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19a2de8b rpc_bind_new_program -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1afc233d xprt_wake_pending_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d2a162b rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a37de96 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ab305e3 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1af58104 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c570b0e rpc_sleep_on_timeout EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x200532fe rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23ee3d6e xprt_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24d43e27 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25d07a6c xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x282a2364 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fcc743a rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21e4d3e5 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23e0228b svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x250fc734 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2577ffe2 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257be7fb svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26908902 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x284aba08 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28cd1079 svc_xprt_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2940c8d7 rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2974c920 rpc_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x298329e0 rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2afe9965 xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cbc0c1f xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d0b69ae rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x299f66c4 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a03a2c0 xdr_commit_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d965a9a cache_check -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2efea7d1 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e7b3fbf svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f3a3c37 xdr_process_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fc6a244 cache_purge EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x300c1992 cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x311fff13 rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319df79c xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a32319 xprt_release_xprt_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32dc8b5f svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31cdfa67 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32136322 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3253bee8 xdr_shift_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x336ea969 cache_seq_next_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x339400c2 rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33b3322e gssd_running -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33e57a68 svc_create_pooled -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34804ae3 rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x348c1f81 svc_print_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x350ea933 cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x358aa19f put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x368a2cd2 rpc_add_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x368a7a1d svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x383ba8aa svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3548e22e svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x356a8688 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x369d74d3 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36b0d063 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x385f4b8e svc_rpcb_setup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38c4848d xprt_release_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39f9f7b5 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x391ebda9 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e37a1e svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aefcaa6 rpcauth_create EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c08f5cd csum_partial_copy_to_xdr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c63e3a9 xprt_release_rqst_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e460c5d xdr_encode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e887e42 xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f8c9986 xdr_buf_read_mic +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d088cff svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e154416 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e79d828 xprt_free_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fd732f9 rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4121c2e0 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41f0ccdf __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4256ec81 rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42d270b8 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4403ca69 svc_xprt_init -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44b94c8b svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a4d6ab svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41290f4d svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4251adc8 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x435bf66e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x442709b5 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44415081 rpcauth_init_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x471a6d36 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48c9719a svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ae30876 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47907da1 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x492fc85f svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49606de5 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49ca217e xdr_write_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b3e6248 rpc_clnt_setup_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bc826ac read_bytes_from_xdr_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x511aca9c svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x512dfa02 rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5189736d rpc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x519f7c9a xprt_force_disconnect -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51d55cb6 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f3bb1db rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fc785cd xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5065b086 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x512dca7a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x517e11c2 rpc_max_bc_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53adf5d2 rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x556f9b2d xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55872d3f rpc_force_rebind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x572a3990 rpc_peeraddr2str -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58640049 rpc_set_connect_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59b9e152 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x536a2891 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53fc5c20 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54585c64 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59928dd2 svc_set_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aa25c6e xdr_shift_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ae39246 rpc_switch_client_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d7fa572 rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5da444ed svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x626ad66b xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x629dc23b rpcauth_lookupcred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6434e5ae rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b679349 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c3b9e23 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d432c1c svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d493775 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5db5988f svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fc20fdf xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60431b0b svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x608bed27 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614a0a5e rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6219a029 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6481a296 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6483e30b rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x649e3fd2 write_bytes_to_xdr_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x657b9967 xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c96db2 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65ac3749 svc_process EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67026c31 svc_unreg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x678a2558 rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x687056df rpc_remove_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68ae457c xprt_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a230641 svc_generic_rpcbind_set -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b2ecb27 svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b77f6a8 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67b809bd rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x683047a9 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6890af37 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6968dfb5 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69993c45 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a36c50 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aaa43c8 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c5c7018 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d1b0eb5 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fcfc699 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71b47834 rpc_clnt_xprt_switch_has_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73527be4 rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74b1488d xprt_pin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75158f87 xdr_write_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x775ba695 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78d94f98 rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b35a7d7 rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7daa01c9 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73377925 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x738f1609 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73ae3483 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75cc896c svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76485ae1 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76655080 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7852b759 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79b85360 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79bfdcf8 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79f2a0ed rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c31dd0f xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d64fa6c rpc_unlink EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e431408 rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e8e3364 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e66e426 xdr_encode_word EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ec4e2a6 cache_seq_start_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ee900a5 xprt_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fbb5f95 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f5c454b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f8231bb xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80908aef svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80e63574 rpc_destroy_pipe_data EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80fc3f0e rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x825b9365 _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8327c734 svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84311af2 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x845bba9b xdr_init_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85a7d3e8 rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a57f7c rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x895e18a1 rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a32914c xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8afbac2d xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dd12335 svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df1b18c rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df74608 rpc_count_iostats_metrics -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f39d64d rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x905e8fc7 rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911bbee8 xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91600c64 rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d44bee rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92e127c6 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8148c316 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82fbd623 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8565fc2a svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86c0b114 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87895cee rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b9386a5 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c3033df xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c6dcca3 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e4aebf7 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f552476 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fc2d829 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91706c75 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94ac9126 rpc_sleep_on_priority_timeout EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94e00236 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x952f1f8b rpc_setbufsize EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x954387e9 sunrpc_init_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x955e06b8 rpc_pipe_generic_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95f14397 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95f1d94f xdr_read_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x965bc2a5 rpc_call_async EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96dffcb8 svc_seq_show -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97cba17c svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x999a98c4 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9707ed1e rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a3a049 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b68693 rpc_pipe_generic_upcall EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99c6ebb7 xprt_destroy_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a0eaf7c svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b6bf716 rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bd6c38a svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c182183 rpcauth_init_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c3e69cf rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d7ae7a3 rpc_alloc_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9edf326e xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f4a10e8 xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f969ccd svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f9da28a rpc_clnt_xprt_switch_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0063b4b xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0bd60bf rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a1dfbe9 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c579b40 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d8640dc rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0945bd4 svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa16c4ccc auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa228f3b7 bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa29e12cd xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4953f3b rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa58e24ac rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7cf120e rpc_clnt_xprt_switch_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa87aab2d svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8a9f998 rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa489282 svc_authenticate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac170c91 xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac6a4bd9 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa25d46b6 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2946c83 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa74a23db rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa768e4fe xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8133f01 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8bc8e51 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8d5a996 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa301fd8 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad04089f rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad4890a6 xdr_init_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae28d83e rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf0dc47a xprt_register_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafa56c34 xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaff2e604 svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb20a6098 rpcauth_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb319da8c xdr_set_scratch_buffer EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb470d983 sunrpc_cache_unhash -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4b3f270 xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4c587c7 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4f19284 rpc_init_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9f9bfd4 write_bytes_to_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba9effdc rpc_call_null -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc6107b3 xdr_init_decode_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdcb26b9 xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeb89696 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5ab7866 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6548144 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb97ea4da rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc8b8701 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcd433ea svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcfcf51e rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe5be30a svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf64e71b svc_create EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc075ab51 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfdb205a rpc_exit EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc217afa9 rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc249a587 rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc25dd7dc svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1a88da9 svc_generic_init_request EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc31ba452 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3662451 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc684a511 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc68783f4 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7cd11a4 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8b8a6e4 svc_wake_up EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca11c57d rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca51a005 xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbc84338 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc97c5acb xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcce2413a svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdceb571 svc_age_temp_xprts_now EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0154a27 svcauth_unix_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd21e9d59 svc_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2acbf4c xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd361f2f0 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd429c73a rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5066b71 xdr_inline_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd58f49e4 rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8209b8b svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9653902 rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda17eef1 svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc3c45fe rpc_queue_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcac9d80 xdr_init_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde3f2c89 svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0701d87 svc_create_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0924271 svc_xprt_copy_addrs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe25aab12 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf2137a1 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd045b8f2 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0efdd5d _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd323d7b1 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd32b4235 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3d3592a rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7675bed rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd90d55ef rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd998bd66 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdca88738 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcf1f047 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd4458b8 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde1cda7e rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf84909b rpcauth_destroy_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2cd96a1 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3031ca2 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe382e6c9 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3a64b91 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe47a460f rpc_proc_unregister EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6dcbce7 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7150014 rpc_run_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8185e49 xdr_stream_decode_opaque_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe888a8c7 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5a8063e svc_return_autherr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5bb7d81 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f1d855 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe705000d xdr_stream_decode_string_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea1b1b84 svc_age_temp_xprts_now -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea5c9093 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeac11f1f xprt_reconnect_backoff EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeac22186 cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb9b6e64 xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec5ccbbc svc_addsock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec9fb9d1 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb1b64ef rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec05c623 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec420dff svc_destroy EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed0fe4e5 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedca1a72 xprt_reserve_xprt_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeea00ec3 xprt_complete_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef959c0f rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf01ff886 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefaf4c7e rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefeb996f xdr_buf_read_mic EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23032f2 svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf333bc01 xprt_reserve_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf362cd48 xprt_register_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3b7133b rpcauth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4de69a2 rpc_restart_call_prepare -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf62dd369 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf21e9975 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4df1c8d rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5713d56 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5cbe2e2 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf601a0d8 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6492c99 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8159324 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf838378e svc_print_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf87470b1 sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9606d74 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8cdd516 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf90b802b xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf966564f svc_reserve EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd38cd37 sunrpc_cache_pipe_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd57fd4a svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffa98c2f xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/tls/tls 0xb2473190 tls_validate_xmit_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xc98cf47c tls_encrypt_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff9eba0f rpc_proc_register +EXPORT_SYMBOL_GPL net/tls/tls 0x5b77cf52 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xeb873b08 tls_encrypt_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x095f9059 virtio_transport_stream_is_active EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0d5c3c50 virtio_transport_notify_poll_out @@ -16944,10 +16964,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x575bb47d ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5a9a1e57 ipcomp_destroy -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x796fc05a ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa1014624 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1c8f2dd7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x39438af7 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4b6a35db ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7a4bc195 ipcomp_init_state EXPORT_SYMBOL_GPL sound/ac97_bus 0x79874cd4 snd_ac97_reset EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock @@ -17095,10 +17115,10 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee643d67 snd_hdac_regmap_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1a7c403 snd_hdac_get_connections EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1ad33ab snd_hdac_device_register EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfc4e7d69 snd_hdac_bus_stop_cmd_io -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x27b93e54 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x735604dd intel_nhlt_free EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x8e607f1d intel_nhlt_init EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x93c08290 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xaddefd83 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7173f087 snd_ak4113_create EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7431d6f5 snd_ak4113_external_rate EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x94ec2357 snd_ak4113_build @@ -17290,6 +17310,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x01c839d5 es8328_probe EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xe5395214 es8328_regmap_config EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0xbb6e7772 hdmi_codec_set_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x4ec6eb6d max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1dfec279 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x85b82b6f mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb0f39873 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xbbc387ee mt6358_set_mtkaif_protocol EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xfedb94c2 nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x16a76d75 pcm1789_common_exit EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x3f293795 pcm1789_regmap_config @@ -17629,13 +17653,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x002c7e2b spi_res_release EXPORT_SYMBOL_GPL vmlinux 0x005112eb __percpu_up_read EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem -EXPORT_SYMBOL_GPL vmlinux 0x0069f333 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x009038f0 mbox_controller_register -EXPORT_SYMBOL_GPL vmlinux 0x0091e941 blk_mq_pci_map_queues -EXPORT_SYMBOL_GPL vmlinux 0x009d2084 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x00c078e6 dev_pm_opp_attach_genpd EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops -EXPORT_SYMBOL_GPL vmlinux 0x00d71557 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x00d834f3 kernfs_find_and_get_ns EXPORT_SYMBOL_GPL vmlinux 0x00d9693f nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0x00de459d edac_device_handle_ue @@ -17652,29 +17672,33 @@ EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop EXPORT_SYMBOL_GPL vmlinux 0x01353226 sdio_get_host_pm_caps EXPORT_SYMBOL_GPL vmlinux 0x013dd0c6 __hvc_resize EXPORT_SYMBOL_GPL vmlinux 0x01407c53 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x01463a58 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x01515c8b ata_timing_compute EXPORT_SYMBOL_GPL vmlinux 0x01548558 elv_rqhash_del EXPORT_SYMBOL_GPL vmlinux 0x01598785 crypto_shash_final EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x017e4da8 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x019f6bd1 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x01a45891 cpufreq_generic_attr -EXPORT_SYMBOL_GPL vmlinux 0x01aaab64 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x01adabff devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x01b0f563 devm_phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01ca4edc nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x01ce020b net_ns_get_ownership EXPORT_SYMBOL_GPL vmlinux 0x01d5372c ata_sff_dma_pause EXPORT_SYMBOL_GPL vmlinux 0x01d7ddb3 acpi_dma_simple_xlate -EXPORT_SYMBOL_GPL vmlinux 0x01d9a64a fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x01ec132c phy_power_on EXPORT_SYMBOL_GPL vmlinux 0x0222029e stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x02282b0b xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x0231dec8 scsi_check_sense EXPORT_SYMBOL_GPL vmlinux 0x023873d1 tps6586x_read -EXPORT_SYMBOL_GPL vmlinux 0x0244a6d4 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x02505600 raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x0251864b __platform_create_bundle -EXPORT_SYMBOL_GPL vmlinux 0x025495bc nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x0254b129 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x026e11d3 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister EXPORT_SYMBOL_GPL vmlinux 0x029dd9d5 gnttab_batch_copy EXPORT_SYMBOL_GPL vmlinux 0x02d2ee22 kstrdup_quotable_cmdline @@ -17701,30 +17725,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x03925e27 pcc_mbox_request_channel EXPORT_SYMBOL_GPL vmlinux 0x03935ba9 tty_port_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe EXPORT_SYMBOL_GPL vmlinux 0x039a88b2 of_clk_hw_register -EXPORT_SYMBOL_GPL vmlinux 0x03a71d70 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create EXPORT_SYMBOL_GPL vmlinux 0x03be115a ehci_resume EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x03cb58cf clone_private_mount EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present EXPORT_SYMBOL_GPL vmlinux 0x03d70deb genphy_c45_an_config_aneg -EXPORT_SYMBOL_GPL vmlinux 0x03e81af3 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x03edebd0 dev_pm_opp_add EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc EXPORT_SYMBOL_GPL vmlinux 0x040c2819 dma_buf_vmap -EXPORT_SYMBOL_GPL vmlinux 0x04114759 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0x0416dc53 ahci_platform_enable_resources EXPORT_SYMBOL_GPL vmlinux 0x0419e175 vbin_printf -EXPORT_SYMBOL_GPL vmlinux 0x041a7c91 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x04227e77 gpiod_set_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x04242c87 dma_max_mapping_size EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features EXPORT_SYMBOL_GPL vmlinux 0x042e695e xenbus_dev_error EXPORT_SYMBOL_GPL vmlinux 0x043cb518 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x0447e38a ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x044c5cfb pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0x044d33d3 stmpe_block_write -EXPORT_SYMBOL_GPL vmlinux 0x04548da8 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x04527359 nf_route EXPORT_SYMBOL_GPL vmlinux 0x04578715 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0459dddc xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x047ad038 dev_fwnode @@ -17732,8 +17754,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x04878541 get_governor_parent_kobj EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk EXPORT_SYMBOL_GPL vmlinux 0x049942d8 of_reserved_mem_device_init_by_idx EXPORT_SYMBOL_GPL vmlinux 0x049df920 iomap_invalidatepage +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x049ea61c virtio_config_disable -EXPORT_SYMBOL_GPL vmlinux 0x04a2576d fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x04b2b613 show_class_attr_string EXPORT_SYMBOL_GPL vmlinux 0x04b75c06 clk_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key @@ -17748,7 +17770,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x04f2c061 devm_hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x04f805e2 key_type_user EXPORT_SYMBOL_GPL vmlinux 0x0507e265 scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read -EXPORT_SYMBOL_GPL vmlinux 0x0516df99 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x051c8e6d of_pci_range_parser_init EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x052ea3cf blkcipher_aead_walk_virt_block @@ -17756,20 +17777,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x0545b4ca tpm_tis_remove EXPORT_SYMBOL_GPL vmlinux 0x054c66a3 regcache_cache_only EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056dd7cb pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x058ef53f gpiochip_line_is_open_drain EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0591789e tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release EXPORT_SYMBOL_GPL vmlinux 0x05c7b625 of_platform_depopulate EXPORT_SYMBOL_GPL vmlinux 0x05ccc8e5 devm_usb_get_phy_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x05d2432e pm_clk_add_clk -EXPORT_SYMBOL_GPL vmlinux 0x05dd8b99 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x05f49f81 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x05f5c6d8 devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x05fcbbfb unregister_acpi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x0602fee1 dev_pm_opp_find_freq_ceil_by_volt EXPORT_SYMBOL_GPL vmlinux 0x0608c811 of_genpd_add_subdomain EXPORT_SYMBOL_GPL vmlinux 0x060d01e1 spi_controller_resume -EXPORT_SYMBOL_GPL vmlinux 0x060ffb44 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x06128882 cpuidle_register_driver EXPORT_SYMBOL_GPL vmlinux 0x06201248 devm_phy_create EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting @@ -17779,6 +17801,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry EXPORT_SYMBOL_GPL vmlinux 0x064f1f69 usb_role_switch_get EXPORT_SYMBOL_GPL vmlinux 0x065bd1db housekeeping_cpumask EXPORT_SYMBOL_GPL vmlinux 0x065fd782 security_path_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0671eb79 __raw_v6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0676be46 pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x0677a793 _copy_from_iter_flushcache EXPORT_SYMBOL_GPL vmlinux 0x0695f725 fscrypt_ioctl_remove_key_all_users EXPORT_SYMBOL_GPL vmlinux 0x06a2be4f iomap_zero_range @@ -17796,12 +17820,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x06e99fad arizona_of_get_type EXPORT_SYMBOL_GPL vmlinux 0x06e9a129 fwnode_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x06f6cd49 usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x06f6f34e regmap_get_val_bytes -EXPORT_SYMBOL_GPL vmlinux 0x06fc6919 devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x0700cb6b thermal_zone_set_trips EXPORT_SYMBOL_GPL vmlinux 0x07021cee ata_eh_thaw_port -EXPORT_SYMBOL_GPL vmlinux 0x07120feb uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x0719f077 dpbp_open -EXPORT_SYMBOL_GPL vmlinux 0x0724050a fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax EXPORT_SYMBOL_GPL vmlinux 0x0747679f iommu_dev_has_feature EXPORT_SYMBOL_GPL vmlinux 0x07502d21 rio_inb_pwrite_handler @@ -17816,7 +17837,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg EXPORT_SYMBOL_GPL vmlinux 0x07c23703 hrtimer_try_to_cancel -EXPORT_SYMBOL_GPL vmlinux 0x07e44402 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x07c63e84 bgmac_enet_suspend +EXPORT_SYMBOL_GPL vmlinux 0x07dcae55 acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x07ecc640 platform_device_add_data EXPORT_SYMBOL_GPL vmlinux 0x07fa055e scmi_protocol_unregister EXPORT_SYMBOL_GPL vmlinux 0x07fb17d5 irq_domain_add_legacy @@ -17824,7 +17846,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x080c373a of_pci_parse_bus_range EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache EXPORT_SYMBOL_GPL vmlinux 0x08243aa1 spi_alloc_device EXPORT_SYMBOL_GPL vmlinux 0x0824453b __put_task_struct -EXPORT_SYMBOL_GPL vmlinux 0x08290c0b bgmac_enet_probe EXPORT_SYMBOL_GPL vmlinux 0x082f6fd4 tty_init_termios EXPORT_SYMBOL_GPL vmlinux 0x08343918 devm_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x083b56c6 xen_dbgp_reset_prep @@ -17841,10 +17862,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x09127f67 xenbus_map_ring -EXPORT_SYMBOL_GPL vmlinux 0x091c8715 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x094634ea dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x0948f1ff iomap_file_dirty EXPORT_SYMBOL_GPL vmlinux 0x094b3a11 device_store_int EXPORT_SYMBOL_GPL vmlinux 0x0958b55b edac_mc_alloc @@ -17855,23 +17876,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x097eae9c hrtimer_init_sleeper EXPORT_SYMBOL_GPL vmlinux 0x0981e3af nvdimm_kobj EXPORT_SYMBOL_GPL vmlinux 0x09890cb8 crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x0989c24e dpbp_reset -EXPORT_SYMBOL_GPL vmlinux 0x098c617d ip6_dst_lookup -EXPORT_SYMBOL_GPL vmlinux 0x098e6b3c pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x0990f9ce sysfs_create_groups EXPORT_SYMBOL_GPL vmlinux 0x09a77998 __cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x09ac642c of_phy_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove EXPORT_SYMBOL_GPL vmlinux 0x09d240d2 sysfs_remove_link_from_group -EXPORT_SYMBOL_GPL vmlinux 0x09d31c15 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x09eb11a5 class_compat_remove_link -EXPORT_SYMBOL_GPL vmlinux 0x09efec5d raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x0a0c9d45 inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0x0a0dd7b6 usb_find_interface EXPORT_SYMBOL_GPL vmlinux 0x0a1d9f38 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0a4b74f0 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0x0a6bdf43 kobj_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send EXPORT_SYMBOL_GPL vmlinux 0x0a80360a acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x0a82146c tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x0a936085 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0a95e95d call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x0aaf3a9c kvm_vcpu_yield_to EXPORT_SYMBOL_GPL vmlinux 0x0ab57a3d direct_make_request EXPORT_SYMBOL_GPL vmlinux 0x0acf957e __clk_mux_determine_rate_closest @@ -17884,6 +17904,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b217ec1 usb_hcd_pci_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x0b29c0f5 usb_hcd_check_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource EXPORT_SYMBOL_GPL vmlinux 0x0b40e3e4 bsg_scsi_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b49fce8 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x0b4df9d4 tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0x0b4e2312 crypto_stats_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put @@ -17893,25 +17914,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b654736 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0x0b6892e1 set_primary_fwnode EXPORT_SYMBOL_GPL vmlinux 0x0b97660c ata_scsi_slave_destroy EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb0952e strp_stop EXPORT_SYMBOL_GPL vmlinux 0x0bb4219d kvm_release_page_clean -EXPORT_SYMBOL_GPL vmlinux 0x0bb7fc15 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x0bbd74e5 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x0bc6ae5f pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0x0bccdb95 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x0bcda09c ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x0bcebb5e serdev_device_add EXPORT_SYMBOL_GPL vmlinux 0x0bdaa424 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x0bdbc481 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x0be1bbdc __list_lru_init -EXPORT_SYMBOL_GPL vmlinux 0x0becb277 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x0bfbd408 sysfs_break_active_protection EXPORT_SYMBOL_GPL vmlinux 0x0c03d631 handle_fasteoi_irq EXPORT_SYMBOL_GPL vmlinux 0x0c0c4edb arizona_dev_exit EXPORT_SYMBOL_GPL vmlinux 0x0c184ea2 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0c208af0 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x0c22285f __clocksource_update_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x0c270e25 key_set_timeout EXPORT_SYMBOL_GPL vmlinux 0x0c287060 iomap_dio_rw EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3738b6 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x0c444c02 gpiod_set_raw_value_cansleep -EXPORT_SYMBOL_GPL vmlinux 0x0c47d1d7 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x0c5d5ecb arizona_clk32k_disable EXPORT_SYMBOL_GPL vmlinux 0x0c81ae3b devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0x0c90c021 ata_bmdma_qc_prep @@ -17921,12 +17945,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x0cc2609b devm_extcon_dev_unregister EXPORT_SYMBOL_GPL vmlinux 0x0cc3b29e acpi_dev_filter_resource_type EXPORT_SYMBOL_GPL vmlinux 0x0cd6c473 pm_clk_remove EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed -EXPORT_SYMBOL_GPL vmlinux 0x0ce443f5 raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x0ce7e60e screen_glyph EXPORT_SYMBOL_GPL vmlinux 0x0cf1116f __online_page_free EXPORT_SYMBOL_GPL vmlinux 0x0d116ad0 __sbitmap_queue_get EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create -EXPORT_SYMBOL_GPL vmlinux 0x0d27f906 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x0d3ec87a acpi_gpiochip_request_interrupts EXPORT_SYMBOL_GPL vmlinux 0x0d40d8be ti_sci_get_num_resources EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe @@ -17934,13 +17956,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open EXPORT_SYMBOL_GPL vmlinux 0x0d777f9e xdp_convert_zc_to_xdp_frame EXPORT_SYMBOL_GPL vmlinux 0x0d8a0dda dma_buf_end_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x0d8fb05e dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x0d9d6da0 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x0da4dde2 ata_scsi_slave_config EXPORT_SYMBOL_GPL vmlinux 0x0da6696e check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x0db5ab59 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x0db7459e lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x0db9ef4b regmap_field_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x0dbb15d2 sdio_enable_func EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod -EXPORT_SYMBOL_GPL vmlinux 0x0dc6e39e pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x0dd3ae77 platform_unregister_drivers EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order EXPORT_SYMBOL_GPL vmlinux 0x0de5ce37 device_link_del @@ -17962,14 +17985,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x0e924bd1 sched_trace_rq_avg_rt EXPORT_SYMBOL_GPL vmlinux 0x0e930eeb init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x0e98e11e gpiod_export_link EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ebacdfd ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0x0ed494b3 wakeup_source_create -EXPORT_SYMBOL_GPL vmlinux 0x0ee051b8 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x0eec89ad devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x0ef41524 dev_pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x0f1340ef devm_mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0x0f2173bf kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x0f2ed1e5 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x0f5e516a crypto_alloc_base EXPORT_SYMBOL_GPL vmlinux 0x0f647ba9 regmap_get_raw_read_max -EXPORT_SYMBOL_GPL vmlinux 0x0f6ac7eb pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x0f6f0e21 sysfs_remove_mount_point EXPORT_SYMBOL_GPL vmlinux 0x0f742247 blk_queue_rq_timeout EXPORT_SYMBOL_GPL vmlinux 0x0f74f31f __of_reset_control_get @@ -17984,22 +18008,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on EXPORT_SYMBOL_GPL vmlinux 0x101bd06e virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0x10232bfd regulator_lock -EXPORT_SYMBOL_GPL vmlinux 0x102b890a devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x102fb9c6 __kvm_set_memory_region EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free EXPORT_SYMBOL_GPL vmlinux 0x10474182 i2c_dw_prepare_clk EXPORT_SYMBOL_GPL vmlinux 0x10496b46 cgroup_attach_task_all EXPORT_SYMBOL_GPL vmlinux 0x104cfb93 thermal_zone_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x104d0477 __fsnotify_parent -EXPORT_SYMBOL_GPL vmlinux 0x105b2880 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x106af58e scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x1074eb44 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf EXPORT_SYMBOL_GPL vmlinux 0x108c066b kernfs_get EXPORT_SYMBOL_GPL vmlinux 0x10924d05 led_classdev_notify_brightness_hw_changed EXPORT_SYMBOL_GPL vmlinux 0x109e75ed register_acpi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x10ab5186 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x10b14555 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x10b37767 platform_driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0x10b9e530 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0x10c14aee blk_mq_freeze_queue_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x10c24c19 vfs_test_lock EXPORT_SYMBOL_GPL vmlinux 0x10c92818 spi_replace_transfers @@ -18014,14 +18037,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x10f809d7 dpcon_close EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer EXPORT_SYMBOL_GPL vmlinux 0x11014b7d __reset_control_get EXPORT_SYMBOL_GPL vmlinux 0x1106f89b crypto_grab_akcipher -EXPORT_SYMBOL_GPL vmlinux 0x11070186 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x11106c0c ima_file_check EXPORT_SYMBOL_GPL vmlinux 0x1112aff6 debugfs_create_x8 EXPORT_SYMBOL_GPL vmlinux 0x1115cc05 tracing_snapshot_cond_enable -EXPORT_SYMBOL_GPL vmlinux 0x11199e70 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x1127225d xhci_mtk_sch_init -EXPORT_SYMBOL_GPL vmlinux 0x113eb8c2 switchdev_handle_port_obj_add -EXPORT_SYMBOL_GPL vmlinux 0x115154e2 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x11549b35 __vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x11559893 md_stop EXPORT_SYMBOL_GPL vmlinux 0x1157895b usb_remove_hcd @@ -18032,14 +18051,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x11746b91 fwnode_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x1185c249 arch_apei_report_mem_error EXPORT_SYMBOL_GPL vmlinux 0x119ae766 __efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0x11b25ef2 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 EXPORT_SYMBOL_GPL vmlinux 0x11c6f5f8 dev_pm_opp_get_voltage EXPORT_SYMBOL_GPL vmlinux 0x11d0ae38 bus_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex -EXPORT_SYMBOL_GPL vmlinux 0x11fdf81f ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x11fe5f7e event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x1203c7aa ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x1210d69b gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x12141b32 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x1215f6d5 irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier EXPORT_SYMBOL_GPL vmlinux 0x122f87bb debugfs_create_file_size @@ -18049,23 +18070,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header EXPORT_SYMBOL_GPL vmlinux 0x123c577b blk_revalidate_disk_zones EXPORT_SYMBOL_GPL vmlinux 0x12652730 dev_pm_opp_set_clkname EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs -EXPORT_SYMBOL_GPL vmlinux 0x127a0d33 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x1280b602 rio_release_dma EXPORT_SYMBOL_GPL vmlinux 0x12813646 crypto_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x12898586 scsi_flush_work EXPORT_SYMBOL_GPL vmlinux 0x1290af19 dpbp_enable EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support EXPORT_SYMBOL_GPL vmlinux 0x1298ea4d input_ff_erase -EXPORT_SYMBOL_GPL vmlinux 0x129bfd5f pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x12a06ab3 preempt_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x12a32a27 sata_std_hardreset EXPORT_SYMBOL_GPL vmlinux 0x12a733da fixup_user_fault -EXPORT_SYMBOL_GPL vmlinux 0x12a8dd95 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0x12ab31f1 idr_alloc_u32 EXPORT_SYMBOL_GPL vmlinux 0x12ac12e4 __rtc_register_device EXPORT_SYMBOL_GPL vmlinux 0x12b6f2a6 phy_start_machine EXPORT_SYMBOL_GPL vmlinux 0x12b7ff41 ata_host_start -EXPORT_SYMBOL_GPL vmlinux 0x12c4c293 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x12c9e4af fsl_mc_resource_allocate EXPORT_SYMBOL_GPL vmlinux 0x12d6d719 __irq_set_handler EXPORT_SYMBOL_GPL vmlinux 0x12d720ed pm_wakeup_dev_event @@ -18080,20 +18097,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x131a3114 get_dcookie EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq EXPORT_SYMBOL_GPL vmlinux 0x1327f43e acpi_pm_wakeup_event -EXPORT_SYMBOL_GPL vmlinux 0x13342e44 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk EXPORT_SYMBOL_GPL vmlinux 0x1341f476 is_nvdimm_sync EXPORT_SYMBOL_GPL vmlinux 0x1346c5de sdev_evt_send -EXPORT_SYMBOL_GPL vmlinux 0x1348b15f skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x1349f38c find_module EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier EXPORT_SYMBOL_GPL vmlinux 0x136aefc5 fscrypt_get_symlink EXPORT_SYMBOL_GPL vmlinux 0x1372085f crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x13821a86 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x138419c1 iommu_dev_feature_enabled EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x1391b89e tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0x139d0389 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x13a7d2f9 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0x13ae8765 kvm_vcpu_map EXPORT_SYMBOL_GPL vmlinux 0x13af3cba dev_pm_opp_remove_table EXPORT_SYMBOL_GPL vmlinux 0x13b363c4 ata_sas_slave_configure @@ -18102,10 +18119,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x13b65f27 probe_user_read EXPORT_SYMBOL_GPL vmlinux 0x13b80b1f tps65912_device_exit EXPORT_SYMBOL_GPL vmlinux 0x13c19ee7 alarm_forward_now EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d7c7fb inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc -EXPORT_SYMBOL_GPL vmlinux 0x13f602f2 nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x13f682c3 regulator_set_suspend_voltage -EXPORT_SYMBOL_GPL vmlinux 0x13fb802e bgmac_adjust_link EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x14091acc nvdimm_bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x141097b4 power_supply_external_power_changed @@ -18115,23 +18131,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x1422a7bb relay_close EXPORT_SYMBOL_GPL vmlinux 0x142491b3 fsl_mc_object_allocate EXPORT_SYMBOL_GPL vmlinux 0x143a63e4 serial8250_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x14505390 ahci_pmp_retry_srst_ops -EXPORT_SYMBOL_GPL vmlinux 0x1451a7c0 devlink_param_driverinit_value_get -EXPORT_SYMBOL_GPL vmlinux 0x146f4eaf skb_morph EXPORT_SYMBOL_GPL vmlinux 0x14842fe8 trace_seq_path EXPORT_SYMBOL_GPL vmlinux 0x1485a307 free_io_pgtable_ops -EXPORT_SYMBOL_GPL vmlinux 0x149a749a ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x14960cf5 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0x149f2a3b dma_buf_get EXPORT_SYMBOL_GPL vmlinux 0x14a3d12a phy_speed_down EXPORT_SYMBOL_GPL vmlinux 0x14ac05f4 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0x14cbca03 input_ff_flush EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val EXPORT_SYMBOL_GPL vmlinux 0x1503eb60 phy_exit -EXPORT_SYMBOL_GPL vmlinux 0x1511bc55 pci_enable_rom -EXPORT_SYMBOL_GPL vmlinux 0x151d657a pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x152104cd acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x15235a77 tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x153144c0 regulator_map_voltage_linear EXPORT_SYMBOL_GPL vmlinux 0x1533dc63 of_device_request_module -EXPORT_SYMBOL_GPL vmlinux 0x153ad61b fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del EXPORT_SYMBOL_GPL vmlinux 0x1548ef31 devm_thermal_zone_of_sensor_unregister EXPORT_SYMBOL_GPL vmlinux 0x154c3c1c ata_bmdma_port_start32 @@ -18152,6 +18164,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask EXPORT_SYMBOL_GPL vmlinux 0x15f67fea usb_deregister_dev EXPORT_SYMBOL_GPL vmlinux 0x16068ffb sdio_readsb EXPORT_SYMBOL_GPL vmlinux 0x161cdaf7 vfs_getxattr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1627a904 sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0x162da485 nvdimm_volatile_region_create EXPORT_SYMBOL_GPL vmlinux 0x162f1a49 securityfs_create_dir EXPORT_SYMBOL_GPL vmlinux 0x16367fc1 dev_attr_em_message @@ -18173,11 +18186,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x16c92395 acpi_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x16d3226c rdev_set_badblocks EXPORT_SYMBOL_GPL vmlinux 0x16d790a7 arizona_dev_init EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put -EXPORT_SYMBOL_GPL vmlinux 0x16e7f665 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0x1705a757 fwnode_graph_get_remote_port EXPORT_SYMBOL_GPL vmlinux 0x1708eb35 platform_find_device_by_driver -EXPORT_SYMBOL_GPL vmlinux 0x170a68aa ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x17140066 usb_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x17181333 __rio_local_read_config_8 @@ -18191,7 +18202,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x175c2722 __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version -EXPORT_SYMBOL_GPL vmlinux 0x177dae70 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split EXPORT_SYMBOL_GPL vmlinux 0x17b1c7a4 query_asymmetric_key @@ -18201,8 +18211,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x17f3be9a crypto_init_ahash_spawn EXPORT_SYMBOL_GPL vmlinux 0x17fdebab fsl_mc_cleanup_irq_pool EXPORT_SYMBOL_GPL vmlinux 0x180740a8 sync_page_io EXPORT_SYMBOL_GPL vmlinux 0x1810f3bc devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x18178715 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x182f0a60 srcu_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x182ff34d pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x1831d45d rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x1838fd14 sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0x183c4c8b of_gen_pool_get EXPORT_SYMBOL_GPL vmlinux 0x1848f77c gpiochip_find @@ -18213,6 +18225,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size EXPORT_SYMBOL_GPL vmlinux 0x18728552 sprint_OID EXPORT_SYMBOL_GPL vmlinux 0x1897e304 disk_get_part EXPORT_SYMBOL_GPL vmlinux 0x189aa354 is_current_mnt_ns +EXPORT_SYMBOL_GPL vmlinux 0x18ce13d9 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x18e05590 pinctrl_remove_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock @@ -18226,9 +18239,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x19419183 kthread_flush_work EXPORT_SYMBOL_GPL vmlinux 0x1970329f bsg_job_put EXPORT_SYMBOL_GPL vmlinux 0x1971e1c8 of_modalias_node EXPORT_SYMBOL_GPL vmlinux 0x19730d82 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x199b2ddf pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled EXPORT_SYMBOL_GPL vmlinux 0x19a37eed tpm_try_get_ops -EXPORT_SYMBOL_GPL vmlinux 0x19af3062 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0x19b50f56 usb_of_has_combined_node EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x19ca6c88 fsl_mc_free_irqs @@ -18237,27 +18250,36 @@ EXPORT_SYMBOL_GPL vmlinux 0x19f2c5a9 serdev_device_write_flush EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a282a77 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x1a2c2b84 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a3a445f devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x1a471cd0 led_stop_software_blink -EXPORT_SYMBOL_GPL vmlinux 0x1a491ed9 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x1a4b2aad gpiochip_irq_map -EXPORT_SYMBOL_GPL vmlinux 0x1a4d68b8 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1a5b5913 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x1a5f41a8 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x1a5f84dd pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x1a642d73 __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie EXPORT_SYMBOL_GPL vmlinux 0x1a77903a of_alias_get_alias_list -EXPORT_SYMBOL_GPL vmlinux 0x1a8a2225 pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x1aa10cbd usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x1aaab5c4 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x1aadb437 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x1aae3793 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x1ab58b3c __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad1d3dc pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x1ad3d2ac power_supply_changed EXPORT_SYMBOL_GPL vmlinux 0x1ad562e2 max8997_read_reg EXPORT_SYMBOL_GPL vmlinux 0x1af20661 tps6586x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af57b43 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x1af6c9aa clk_regmap_gate_ops EXPORT_SYMBOL_GPL vmlinux 0x1afe665a usb_get_current_frame_number EXPORT_SYMBOL_GPL vmlinux 0x1b052c5e __fscrypt_encrypt_symlink EXPORT_SYMBOL_GPL vmlinux 0x1b07b4b2 __devm_of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0x1b1471f3 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x1b2b3f81 dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0x1b2bee73 pinctrl_register_and_init EXPORT_SYMBOL_GPL vmlinux 0x1b332455 of_clk_set_defaults EXPORT_SYMBOL_GPL vmlinux 0x1b3483b5 usb_hcd_unlink_urb_from_ep @@ -18270,55 +18292,64 @@ EXPORT_SYMBOL_GPL vmlinux 0x1b6f11fe devm_gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer EXPORT_SYMBOL_GPL vmlinux 0x1b96b2a5 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x1b96fa07 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x1b984c0d public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x1ba12686 __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0x1ba6f874 bpf_trace_run5 EXPORT_SYMBOL_GPL vmlinux 0x1bb24757 bus_sort_breadthfirst EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bd7aed1 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x1be9dedd irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained -EXPORT_SYMBOL_GPL vmlinux 0x1c1ceebe pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x1c0781e4 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x1c323e6d ahci_reset_em EXPORT_SYMBOL_GPL vmlinux 0x1c328eec devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x1c44b902 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1c52c5a3 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase EXPORT_SYMBOL_GPL vmlinux 0x1c631d00 bpf_trace_run11 EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9ae101 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any EXPORT_SYMBOL_GPL vmlinux 0x1cabd145 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x1cb19be8 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value EXPORT_SYMBOL_GPL vmlinux 0x1cb8b36d fwnode_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather EXPORT_SYMBOL_GPL vmlinux 0x1cbb2742 ohci_restart EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cdd5464 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x1ce0ee76 pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0x1ce343dc sysfs_add_file_to_group -EXPORT_SYMBOL_GPL vmlinux 0x1cf0fb9d xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x1cfe9824 devm_mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x1d078efc cec_notifier_cec_adap_register EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state EXPORT_SYMBOL_GPL vmlinux 0x1d281a30 crypto_alloc_ahash EXPORT_SYMBOL_GPL vmlinux 0x1d318001 clk_fixed_factor_ops -EXPORT_SYMBOL_GPL vmlinux 0x1d3e1c47 seg6_do_srh_encap -EXPORT_SYMBOL_GPL vmlinux 0x1d482904 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x1d4356cd pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x1d477b1f ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x1d4aa06a kvm_put_kvm EXPORT_SYMBOL_GPL vmlinux 0x1d4b138d ata_host_get EXPORT_SYMBOL_GPL vmlinux 0x1d5a191d kobject_move -EXPORT_SYMBOL_GPL vmlinux 0x1d5b9280 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x1d5bb56b devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x1d5e6205 gnttab_unmap_refs_async EXPORT_SYMBOL_GPL vmlinux 0x1d610f55 xhci_mtk_reset_bandwidth EXPORT_SYMBOL_GPL vmlinux 0x1d6d37b7 nd_region_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x1d74031f of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x1d77200f netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d95b237 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x1d989d2f pstore_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1da5c486 devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x1da76adb meson_clk_mpll_ops EXPORT_SYMBOL_GPL vmlinux 0x1daaedfd pm_genpd_remove_subdomain EXPORT_SYMBOL_GPL vmlinux 0x1db16f82 crypto_unregister_ahash EXPORT_SYMBOL_GPL vmlinux 0x1df35973 transport_remove_device EXPORT_SYMBOL_GPL vmlinux 0x1e0065a1 cpufreq_driver_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e149107 pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x1e17a38a ablkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x1e26ad89 ata_eh_qc_complete EXPORT_SYMBOL_GPL vmlinux 0x1e26d2d0 crypto_stats_ablkcipher_decrypt @@ -18330,7 +18361,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp EXPORT_SYMBOL_GPL vmlinux 0x1e5cd516 component_unbind_all EXPORT_SYMBOL_GPL vmlinux 0x1e5e6235 __trace_note_message -EXPORT_SYMBOL_GPL vmlinux 0x1e61a6a0 bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0x1e681dfb pci_epf_bind EXPORT_SYMBOL_GPL vmlinux 0x1e6a21cf crypto_shash_setkey EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart @@ -18341,12 +18371,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x1eb2ff0f sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names EXPORT_SYMBOL_GPL vmlinux 0x1ec55be7 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x1edb4d0b bgmac_alloc EXPORT_SYMBOL_GPL vmlinux 0x1ee7d3cd hrtimer_init EXPORT_SYMBOL_GPL vmlinux 0x1eee04a3 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1f06bd52 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare EXPORT_SYMBOL_GPL vmlinux 0x1f1e95e9 eventfd_ctx_fileget EXPORT_SYMBOL_GPL vmlinux 0x1f25621c debugfs_create_u16 -EXPORT_SYMBOL_GPL vmlinux 0x1f3aad22 __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x1f3baecd mmc_regulator_set_ocr EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv @@ -18369,26 +18400,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x1fd261e9 rtc_update_irq EXPORT_SYMBOL_GPL vmlinux 0x1fd88722 of_mpc8xxx_spi_probe EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs EXPORT_SYMBOL_GPL vmlinux 0x1ffcd13f iomap_migrate_page -EXPORT_SYMBOL_GPL vmlinux 0x2021c801 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x202764f1 __irq_domain_add EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write EXPORT_SYMBOL_GPL vmlinux 0x202f55ba __dax_driver_register EXPORT_SYMBOL_GPL vmlinux 0x20372f00 usb_choose_configuration EXPORT_SYMBOL_GPL vmlinux 0x20395cf2 iommu_unregister_device_fault_handler -EXPORT_SYMBOL_GPL vmlinux 0x2040043f tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference -EXPORT_SYMBOL_GPL vmlinux 0x206234c0 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x2070829c generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0x208237fc ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame EXPORT_SYMBOL_GPL vmlinux 0x2093f4dd clk_register_divider_table EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find EXPORT_SYMBOL_GPL vmlinux 0x20a14649 thermal_generate_netlink_event -EXPORT_SYMBOL_GPL vmlinux 0x20a638b3 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0x20b28e09 netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0x20bdd064 gpiochip_reqres_irq EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages EXPORT_SYMBOL_GPL vmlinux 0x20ebc63a irq_domain_free_fwnode EXPORT_SYMBOL_GPL vmlinux 0x20f8a73a xdp_rxq_info_unreg_mem_model -EXPORT_SYMBOL_GPL vmlinux 0x2110d6cc lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x212c9146 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x215409e8 led_blink_set_oneshot EXPORT_SYMBOL_GPL vmlinux 0x2158e58f clk_register_fractional_divider EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio @@ -18400,15 +18429,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x21a9d793 __gfn_to_pfn_memslot EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id EXPORT_SYMBOL_GPL vmlinux 0x21b9452a fwnode_property_get_reference_args EXPORT_SYMBOL_GPL vmlinux 0x21c34c8f gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x21c968e0 pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0x21cdaf9e edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0x21d046f3 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x21d46789 xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x21d6696c pm_generic_runtime_resume -EXPORT_SYMBOL_GPL vmlinux 0x21d96af4 dst_cache_get -EXPORT_SYMBOL_GPL vmlinux 0x21e0d82b pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0x21e3cb48 dev_pm_opp_is_turbo EXPORT_SYMBOL_GPL vmlinux 0x21ff1eb1 genphy_c45_read_lpa -EXPORT_SYMBOL_GPL vmlinux 0x2205fdfa xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks @@ -18419,19 +18447,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x228f02a2 cec_transmit_msg EXPORT_SYMBOL_GPL vmlinux 0x229145cd bpf_prog_add EXPORT_SYMBOL_GPL vmlinux 0x229fd72e xen_remap_vma_range EXPORT_SYMBOL_GPL vmlinux 0x22b8540c nd_cmd_out_size -EXPORT_SYMBOL_GPL vmlinux 0x22c4e094 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0x22cac329 crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0x22d55d37 sysfs_unmerge_group EXPORT_SYMBOL_GPL vmlinux 0x22fc9ae1 __fscrypt_prepare_link EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x23084a6f spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x230b62eb pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x23145050 get_cpu_device EXPORT_SYMBOL_GPL vmlinux 0x2316a097 of_clk_parent_fill EXPORT_SYMBOL_GPL vmlinux 0x2317c413 digsig_verify EXPORT_SYMBOL_GPL vmlinux 0x2326717e gfn_to_pfn_memslot EXPORT_SYMBOL_GPL vmlinux 0x2338a9b6 regmap_write EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime -EXPORT_SYMBOL_GPL vmlinux 0x234843f2 ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap EXPORT_SYMBOL_GPL vmlinux 0x2369a581 edac_pci_handle_npe @@ -18447,19 +18474,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x23aed789 tc3589x_block_read EXPORT_SYMBOL_GPL vmlinux 0x23d4e544 use_mm EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status EXPORT_SYMBOL_GPL vmlinux 0x23da55c7 pinctrl_lookup_state -EXPORT_SYMBOL_GPL vmlinux 0x23df4ded skb_segment EXPORT_SYMBOL_GPL vmlinux 0x23e89f47 of_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0x23e8ea86 irq_set_default_host EXPORT_SYMBOL_GPL vmlinux 0x23eb3fb7 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x23ef8b35 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x23f59e6b cgroup_get_from_path EXPORT_SYMBOL_GPL vmlinux 0x24093a32 dev_pm_domain_attach EXPORT_SYMBOL_GPL vmlinux 0x2414fccb regulator_list_hardware_vsel -EXPORT_SYMBOL_GPL vmlinux 0x24186eb3 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x24272a78 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x242f44a1 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type EXPORT_SYMBOL_GPL vmlinux 0x244ebe7e param_set_bool_enable_only EXPORT_SYMBOL_GPL vmlinux 0x245558f3 irq_alloc_generic_chip -EXPORT_SYMBOL_GPL vmlinux 0x2456e0f4 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x245dece6 regmap_field_read EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem @@ -18483,30 +18509,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x255ad58c ata_sas_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x25663516 i2c_new_ancillary_device EXPORT_SYMBOL_GPL vmlinux 0x256a784c disable_kprobe EXPORT_SYMBOL_GPL vmlinux 0x25724b43 generic_fh_to_dentry -EXPORT_SYMBOL_GPL vmlinux 0x257e2b9b raw_seq_stop -EXPORT_SYMBOL_GPL vmlinux 0x2586d71e fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x258b4c1f serial8250_rpm_put_tx EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk EXPORT_SYMBOL_GPL vmlinux 0x259780bc led_set_brightness EXPORT_SYMBOL_GPL vmlinux 0x25b15a60 xenbus_switch_state EXPORT_SYMBOL_GPL vmlinux 0x25bb7404 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x25c0bd0b ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x25d7b7c1 platform_get_irq_byname EXPORT_SYMBOL_GPL vmlinux 0x25df95ed virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0x26062997 regcache_drop_region EXPORT_SYMBOL_GPL vmlinux 0x262ec13f pinctrl_count_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x263f039e xas_nomem -EXPORT_SYMBOL_GPL vmlinux 0x264cbaa0 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded -EXPORT_SYMBOL_GPL vmlinux 0x26648476 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x2669540b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x266ceb55 rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu EXPORT_SYMBOL_GPL vmlinux 0x2684c8ab devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x26a27e7c ping_err EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x26be770f devm_gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0x26c622ee percpu_ref_switch_to_percpu -EXPORT_SYMBOL_GPL vmlinux 0x26c7e878 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0x26f648fe virtqueue_kick @@ -18521,6 +18545,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x271d62bd sock_zerocopy_put_abort EXPORT_SYMBOL_GPL vmlinux 0x271d9142 fwnode_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x2724870c devm_power_supply_register_no_ws EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x27442195 pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained EXPORT_SYMBOL_GPL vmlinux 0x27598ae4 iommu_group_get @@ -18528,10 +18553,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x276a58ee bpf_prog_inc EXPORT_SYMBOL_GPL vmlinux 0x27715e4a enable_kprobe EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked EXPORT_SYMBOL_GPL vmlinux 0x2775ba12 usb_hcd_start_port_resume -EXPORT_SYMBOL_GPL vmlinux 0x277958bd inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x27aa51ef mddev_init EXPORT_SYMBOL_GPL vmlinux 0x27c0f19a vfs_read EXPORT_SYMBOL_GPL vmlinux 0x27d17aa4 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x27dc4dca metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x27e9f607 ohci_resume EXPORT_SYMBOL_GPL vmlinux 0x27f041d6 led_init_core EXPORT_SYMBOL_GPL vmlinux 0x27f043a5 get_kernel_pages @@ -18539,14 +18564,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity -EXPORT_SYMBOL_GPL vmlinux 0x2831c592 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x28325289 pinctrl_utils_reserve_map EXPORT_SYMBOL_GPL vmlinux 0x2839e03c fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x28419bff tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x284b4c5b __vfs_removexattr_locked -EXPORT_SYMBOL_GPL vmlinux 0x284eaf5a ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit EXPORT_SYMBOL_GPL vmlinux 0x2854f88a cleanup_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x285958f0 __flow_indr_block_cb_register +EXPORT_SYMBOL_GPL vmlinux 0x285bfe38 devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached EXPORT_SYMBOL_GPL vmlinux 0x286852e6 rdev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0x286b7c36 irq_domain_push_irq @@ -18554,34 +18579,33 @@ EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain EXPORT_SYMBOL_GPL vmlinux 0x28716897 dma_buf_unmap_attachment EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister EXPORT_SYMBOL_GPL vmlinux 0x28955b79 iomap_readpage -EXPORT_SYMBOL_GPL vmlinux 0x28968564 inet6_lookup_listener -EXPORT_SYMBOL_GPL vmlinux 0x289dcef6 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x28becbfa usb_find_alt_setting EXPORT_SYMBOL_GPL vmlinux 0x28bf9a0e ehci_init_driver -EXPORT_SYMBOL_GPL vmlinux 0x28cafea8 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x28d909b8 iomap_seek_data EXPORT_SYMBOL_GPL vmlinux 0x28e170a3 fwnode_graph_get_port_parent EXPORT_SYMBOL_GPL vmlinux 0x28e80aa9 max8997_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x28f26684 irq_set_affinity_hint EXPORT_SYMBOL_GPL vmlinux 0x290a88e0 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x291ce70c fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x291d4adb of_get_regulator_init_data EXPORT_SYMBOL_GPL vmlinux 0x29252e74 __tracepoint_block_unplug EXPORT_SYMBOL_GPL vmlinux 0x2926fc77 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2926ff56 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x29279d1c debugfs_attr_read EXPORT_SYMBOL_GPL vmlinux 0x292b41fa spi_mem_driver_register_with_owner EXPORT_SYMBOL_GPL vmlinux 0x292da477 __efivar_entry_iter EXPORT_SYMBOL_GPL vmlinux 0x293eba0b debugfs_attr_write EXPORT_SYMBOL_GPL vmlinux 0x2944f346 iommu_fwspec_add_ids -EXPORT_SYMBOL_GPL vmlinux 0x294e0616 bgmac_enet_suspend EXPORT_SYMBOL_GPL vmlinux 0x295724c3 dpbp_get_attributes EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x2969bca0 iommu_domain_window_enable EXPORT_SYMBOL_GPL vmlinux 0x2986f55b of_msi_configure EXPORT_SYMBOL_GPL vmlinux 0x2989310c proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x299cafc2 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x29a93ea1 kobject_rename EXPORT_SYMBOL_GPL vmlinux 0x29c7acc7 dev_pm_opp_put_opp_table EXPORT_SYMBOL_GPL vmlinux 0x29cd1383 fsnotify_get_group @@ -18590,6 +18614,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x29e1e518 sock_diag_check_cookie EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async EXPORT_SYMBOL_GPL vmlinux 0x2a0a40fa mdio_bus_init EXPORT_SYMBOL_GPL vmlinux 0x2a17beeb tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x2a2ab1a7 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x2a3d94d2 pinctrl_generic_get_group EXPORT_SYMBOL_GPL vmlinux 0x2a3f77e8 handle_fasteoi_ack_irq EXPORT_SYMBOL_GPL vmlinux 0x2a4229ba dm_bio_get_target_bio_nr @@ -18597,8 +18622,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2a482c8a iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x2a491c7b cpufreq_freq_attr_scaling_available_freqs EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free EXPORT_SYMBOL_GPL vmlinux 0x2a537c7f driver_find -EXPORT_SYMBOL_GPL vmlinux 0x2a5c0ad4 usb_hcd_pci_shutdown -EXPORT_SYMBOL_GPL vmlinux 0x2a667714 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result EXPORT_SYMBOL_GPL vmlinux 0x2a71eee1 regulator_put EXPORT_SYMBOL_GPL vmlinux 0x2a759c39 rio_map_inb_region @@ -18611,10 +18634,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x2ab9f7e9 pci_epc_set_bar EXPORT_SYMBOL_GPL vmlinux 0x2abcb46f of_property_read_u32_index EXPORT_SYMBOL_GPL vmlinux 0x2abd5eb2 fat_scan EXPORT_SYMBOL_GPL vmlinux 0x2ad5a965 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2ad63497 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x2af5e712 fuse_fill_super_common EXPORT_SYMBOL_GPL vmlinux 0x2b02fd1f regulator_set_voltage_time EXPORT_SYMBOL_GPL vmlinux 0x2b0765ca xen_store_interface EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b15b3fc dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x2b22886f devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0x2b2341e3 wm831x_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0x2b260a74 __tracepoint_cpu_idle @@ -18630,13 +18655,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b6c8bca pm_generic_poweroff EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bb55c85 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x2bbcd2d1 devm_regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0x2bc3ef3f of_devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x2bcdd17d i2c_match_id EXPORT_SYMBOL_GPL vmlinux 0x2bd3d16f fsl_mc_populate_irq_pool -EXPORT_SYMBOL_GPL vmlinux 0x2bfd6a0f switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x2c0f4feb strp_process EXPORT_SYMBOL_GPL vmlinux 0x2c1aa13a uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c216c1d pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x2c263991 clockevent_delta2ns EXPORT_SYMBOL_GPL vmlinux 0x2c2646e5 kvm_map_gfn EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue @@ -18659,11 +18686,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c9e5945 device_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0x2ca190b7 fwnode_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0x2ca1e03f pstore_register EXPORT_SYMBOL_GPL vmlinux 0x2caeec0b security_path_chown +EXPORT_SYMBOL_GPL vmlinux 0x2cb2d882 ping_bind EXPORT_SYMBOL_GPL vmlinux 0x2cc495c5 rpi_firmware_property_list EXPORT_SYMBOL_GPL vmlinux 0x2ccf10e2 hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x2cd0a9d1 crypto_alloc_skcipher -EXPORT_SYMBOL_GPL vmlinux 0x2ce17d4c devlink_port_unregister -EXPORT_SYMBOL_GPL vmlinux 0x2ce4a7be bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0x2ceed050 devres_remove EXPORT_SYMBOL_GPL vmlinux 0x2cf625ef stmpe_set_bits @@ -18673,68 +18699,63 @@ EXPORT_SYMBOL_GPL vmlinux 0x2d237595 pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0x2d23a401 fb_deferred_io_fsync EXPORT_SYMBOL_GPL vmlinux 0x2d2873b2 usb_get_descriptor EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d40c0fb pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts -EXPORT_SYMBOL_GPL vmlinux 0x2d431933 sk_psock_init -EXPORT_SYMBOL_GPL vmlinux 0x2d5afd63 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x2d6aa0f0 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x2d7ad05d __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0x2d8eec0c of_get_named_gpio_flags EXPORT_SYMBOL_GPL vmlinux 0x2d930505 bio_trim EXPORT_SYMBOL_GPL vmlinux 0x2d97e55a sched_show_task -EXPORT_SYMBOL_GPL vmlinux 0x2db22ed4 udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x2da09781 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg EXPORT_SYMBOL_GPL vmlinux 0x2dcd4545 dummy_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux EXPORT_SYMBOL_GPL vmlinux 0x2ddf433c edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0x2de6975d clear_foreign_p2m_mapping -EXPORT_SYMBOL_GPL vmlinux 0x2df96a74 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x2df6b190 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x2dfac98c i2c_acpi_find_bus_speed EXPORT_SYMBOL_GPL vmlinux 0x2dfb4fac iommu_unmap_fast EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add EXPORT_SYMBOL_GPL vmlinux 0x2e0929f8 device_connection_add -EXPORT_SYMBOL_GPL vmlinux 0x2e0b32aa ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x2e0d8aa2 cs47l24_patch EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x2e214289 mmu_notifier_range_update_to_read_only EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace -EXPORT_SYMBOL_GPL vmlinux 0x2e2d0def free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e32f0a5 scsi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x2e33239d mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0x2e35a1db devres_alloc_node EXPORT_SYMBOL_GPL vmlinux 0x2e3b7c35 rtc_set_time EXPORT_SYMBOL_GPL vmlinux 0x2e43aa2c phy_calibrate -EXPORT_SYMBOL_GPL vmlinux 0x2e474275 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x2e4ed580 trace_define_field EXPORT_SYMBOL_GPL vmlinux 0x2e63f533 of_irq_get EXPORT_SYMBOL_GPL vmlinux 0x2e678211 xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line EXPORT_SYMBOL_GPL vmlinux 0x2e814d77 shash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0x2e822894 virtqueue_get_buf_ctx -EXPORT_SYMBOL_GPL vmlinux 0x2e972220 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x2eb232c5 led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0x2eb8c0d1 posix_clock_unregister EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable -EXPORT_SYMBOL_GPL vmlinux 0x2ec2f5d7 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x2ed0cfb8 tpm1_getcap EXPORT_SYMBOL_GPL vmlinux 0x2ed1784b clk_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x2ed52927 bpf_prog_put EXPORT_SYMBOL_GPL vmlinux 0x2ed7eccd rio_add_mport_pw_handler EXPORT_SYMBOL_GPL vmlinux 0x2edbfb80 cec_unregister_adapter -EXPORT_SYMBOL_GPL vmlinux 0x2edcb4b1 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x2ee06b31 sdio_writesb EXPORT_SYMBOL_GPL vmlinux 0x2ee1840a devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ee5d164 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor EXPORT_SYMBOL_GPL vmlinux 0x2ee7e4ad acpi_dev_suspend -EXPORT_SYMBOL_GPL vmlinux 0x2eeabedd pskb_put -EXPORT_SYMBOL_GPL vmlinux 0x2ef0ac39 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x2efcf2ec __get_vm_area EXPORT_SYMBOL_GPL vmlinux 0x2f034783 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x2f0d3b5b ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string EXPORT_SYMBOL_GPL vmlinux 0x2f10490c mpc8xxx_spi_tx_buf_u16 EXPORT_SYMBOL_GPL vmlinux 0x2f263817 regmap_raw_read EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f321beb fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register EXPORT_SYMBOL_GPL vmlinux 0x2f44f66b pci_epc_get_msi EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec @@ -18742,20 +18763,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f6f6be6 wm5110_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x2f71e777 pci_epc_mem_free_addr -EXPORT_SYMBOL_GPL vmlinux 0x2f746c63 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x2f8fd89d xas_split_alloc EXPORT_SYMBOL_GPL vmlinux 0x2fa86f94 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x2fa96623 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x2fb72e9b sbitmap_init_node EXPORT_SYMBOL_GPL vmlinux 0x2fbc7d00 crypto_unregister_acomps EXPORT_SYMBOL_GPL vmlinux 0x2fcb856c rio_request_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x2fd8931c of_clk_src_simple_get -EXPORT_SYMBOL_GPL vmlinux 0x2fde4c2d dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0x2fe7975d kvm_get_kvm EXPORT_SYMBOL_GPL vmlinux 0x3002e9b4 device_node_to_regmap EXPORT_SYMBOL_GPL vmlinux 0x3007d33c irq_chip_set_wake_parent -EXPORT_SYMBOL_GPL vmlinux 0x301e5b68 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x301ef3ae of_changeset_action -EXPORT_SYMBOL_GPL vmlinux 0x3044cfb4 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0x3050e8e3 device_connection_find EXPORT_SYMBOL_GPL vmlinux 0x305a1cfc sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0x305b878b usb_amd_pt_check_port @@ -18764,50 +18782,52 @@ EXPORT_SYMBOL_GPL vmlinux 0x3074a0dd serdev_device_write_wakeup EXPORT_SYMBOL_GPL vmlinux 0x30791717 crypto_destroy_tfm EXPORT_SYMBOL_GPL vmlinux 0x30840aed regulator_map_voltage_ascend EXPORT_SYMBOL_GPL vmlinux 0x3090cb05 bind_interdomain_evtchn_to_irqhandler_lateeoi -EXPORT_SYMBOL_GPL vmlinux 0x3092244d __xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x309c8ede devm_of_phy_get_by_index EXPORT_SYMBOL_GPL vmlinux 0x30b4fd23 usb_set_interface EXPORT_SYMBOL_GPL vmlinux 0x30ba6404 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x30bf79e7 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address -EXPORT_SYMBOL_GPL vmlinux 0x30e9f5f8 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x311168e4 efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0x31226180 gpiod_count EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave EXPORT_SYMBOL_GPL vmlinux 0x31277d32 bsg_setup_queue EXPORT_SYMBOL_GPL vmlinux 0x312949ee fb_deferred_io_init EXPORT_SYMBOL_GPL vmlinux 0x312d5708 find_mci_by_dev -EXPORT_SYMBOL_GPL vmlinux 0x3142ccb5 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x3132ec04 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x31785f08 __tracepoint_br_fdb_add EXPORT_SYMBOL_GPL vmlinux 0x31922d5e linear_hugepage_index EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x31b480a5 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL vmlinux 0x31be5f0b clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x31bf620d fsnotify_put_group EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference EXPORT_SYMBOL_GPL vmlinux 0x31de1607 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x31ea4f02 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0x31ee15bb pinctrl_generic_remove_group EXPORT_SYMBOL_GPL vmlinux 0x31f26065 rt_mutex_lock_interruptible EXPORT_SYMBOL_GPL vmlinux 0x32137b7f sata_link_resume EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval EXPORT_SYMBOL_GPL vmlinux 0x32249d20 kvm_init EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x3229518f dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x325bf15c perf_get_aux EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor EXPORT_SYMBOL_GPL vmlinux 0x3274fca1 pinctrl_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi -EXPORT_SYMBOL_GPL vmlinux 0x32982a9a nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3296cc30 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32b00672 sbitmap_bitmap_show EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x32cfe4d6 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x32f23a81 vfs_submount EXPORT_SYMBOL_GPL vmlinux 0x32f4d1c5 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x32f609ee free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x330a8075 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x33102b21 ahci_do_hardreset EXPORT_SYMBOL_GPL vmlinux 0x33205373 regulator_list_voltage_linear -EXPORT_SYMBOL_GPL vmlinux 0x33253f4d inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x334be841 devm_ti_sci_get_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x335b7726 sfp_register_upstream EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq @@ -18823,18 +18843,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x33a5aac9 pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0x33aaec97 debugfs_lookup EXPORT_SYMBOL_GPL vmlinux 0x33af7a16 iommu_aux_detach_device EXPORT_SYMBOL_GPL vmlinux 0x33b01909 clk_hw_round_rate -EXPORT_SYMBOL_GPL vmlinux 0x33b1524c fib6_check_nexthop -EXPORT_SYMBOL_GPL vmlinux 0x33c194e6 inet_hash -EXPORT_SYMBOL_GPL vmlinux 0x33c4271e tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x33b29a8e xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0x33c9c87b device_move EXPORT_SYMBOL_GPL vmlinux 0x33dda8d1 blkg_print_stat_ios EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local EXPORT_SYMBOL_GPL vmlinux 0x33fde37c blkg_conf_prep EXPORT_SYMBOL_GPL vmlinux 0x33ffc3ea pm_clk_add -EXPORT_SYMBOL_GPL vmlinux 0x340b4eb0 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x34049816 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x3410d81b sysfs_rename_link_ns EXPORT_SYMBOL_GPL vmlinux 0x341b74cd gpio_to_desc EXPORT_SYMBOL_GPL vmlinux 0x341b8539 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x34207b30 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x3421ca7c __tracepoint_neigh_event_send_dead EXPORT_SYMBOL_GPL vmlinux 0x34250ab9 led_set_brightness_sync EXPORT_SYMBOL_GPL vmlinux 0x3426fda0 device_wakeup_disable @@ -18843,12 +18862,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory EXPORT_SYMBOL_GPL vmlinux 0x343b8bf7 pinctrl_get_group_pins EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash EXPORT_SYMBOL_GPL vmlinux 0x344cedf5 pm_runtime_get_if_in_use -EXPORT_SYMBOL_GPL vmlinux 0x345fb007 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0x3477f939 subsys_find_device_by_id EXPORT_SYMBOL_GPL vmlinux 0x347c1959 sdio_signal_irq -EXPORT_SYMBOL_GPL vmlinux 0x347e36d6 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x3483964c list_lru_count_one -EXPORT_SYMBOL_GPL vmlinux 0x3491940c tcp_done EXPORT_SYMBOL_GPL vmlinux 0x34af5505 init_uts_ns EXPORT_SYMBOL_GPL vmlinux 0x34b6cc4d xhci_ext_cap_init EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID @@ -18860,7 +18876,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x350b27cf tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x352364e0 __pm_runtime_set_status EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy -EXPORT_SYMBOL_GPL vmlinux 0x353031e8 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x35485453 security_path_link EXPORT_SYMBOL_GPL vmlinux 0x354aa61d request_firmware_direct EXPORT_SYMBOL_GPL vmlinux 0x354d6fe8 stmpe811_adc_common_init @@ -18880,16 +18895,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem EXPORT_SYMBOL_GPL vmlinux 0x35d69bc7 fb_bl_default_curve EXPORT_SYMBOL_GPL vmlinux 0x35e33082 extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0x35e7b2d8 regulator_bulk_free -EXPORT_SYMBOL_GPL vmlinux 0x35eb1f3e tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x35f866a2 __account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x3609441d cpufreq_cooling_register -EXPORT_SYMBOL_GPL vmlinux 0x360ca45b tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0x360d16d3 do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0x3614ecc7 irq_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace -EXPORT_SYMBOL_GPL vmlinux 0x3620acdf tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362a75e8 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x36324f02 thermal_zone_of_sensor_register EXPORT_SYMBOL_GPL vmlinux 0x363acc20 trace_event_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x3663f36c wm831x_reg_lock @@ -18917,25 +18930,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x374dbaad nvmem_device_cell_write EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read EXPORT_SYMBOL_GPL vmlinux 0x3753ec33 debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0x375561da blkdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x375eccf8 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x37641313 irq_setup_alt_chip EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write -EXPORT_SYMBOL_GPL vmlinux 0x37ab149f devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0x37b4ae92 pm_generic_thaw EXPORT_SYMBOL_GPL vmlinux 0x37ba7a53 blk_mq_start_stopped_hw_queue EXPORT_SYMBOL_GPL vmlinux 0x37bc3020 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x37c28ed9 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0x37ce60a9 device_link_add EXPORT_SYMBOL_GPL vmlinux 0x37cf131b tc3589x_reg_read EXPORT_SYMBOL_GPL vmlinux 0x37d20849 kvm_gfn_to_hva_cache_init -EXPORT_SYMBOL_GPL vmlinux 0x37e27bec sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory -EXPORT_SYMBOL_GPL vmlinux 0x37f3470a pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x37eae4d1 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy EXPORT_SYMBOL_GPL vmlinux 0x380e1958 ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x3810f82e dma_request_slave_channel -EXPORT_SYMBOL_GPL vmlinux 0x381ec6f4 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x3826860b __rio_local_read_config_16 -EXPORT_SYMBOL_GPL vmlinux 0x38292ac2 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x382e2566 inode_congested EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection EXPORT_SYMBOL_GPL vmlinux 0x383dfc7e tty_port_register_device @@ -18951,17 +18962,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x38dfc86b crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range EXPORT_SYMBOL_GPL vmlinux 0x38f49ad3 crypto_stats_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x38f62e69 to_nvdimm_bus_dev -EXPORT_SYMBOL_GPL vmlinux 0x390ba533 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x391ab509 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x391d9cd0 __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x392e67f3 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x393421da clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x3940521b nvdimm_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x39583b2a ata_dummy_port_ops EXPORT_SYMBOL_GPL vmlinux 0x39623ba7 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x39662687 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x397fd353 fsl_mc_allocate_irqs EXPORT_SYMBOL_GPL vmlinux 0x399bb8c0 __wake_up_sync_key EXPORT_SYMBOL_GPL vmlinux 0x399c3809 __phy_modify_mmd -EXPORT_SYMBOL_GPL vmlinux 0x39a6e9e9 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x39adb0c0 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x39ba00b7 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0x39c90e43 regulator_set_drvdata EXPORT_SYMBOL_GPL vmlinux 0x39d2b0a0 usb_control_msg EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key @@ -18978,6 +18991,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked EXPORT_SYMBOL_GPL vmlinux 0x3a5bab80 mpc8xxx_spi_rx_buf_u16 EXPORT_SYMBOL_GPL vmlinux 0x3a5ce494 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a727404 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x3a749461 ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0x3a879c16 dev_pm_opp_get_of_node EXPORT_SYMBOL_GPL vmlinux 0x3a8f4a0e dpcon_disable @@ -18985,6 +18999,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3a92d182 acpi_is_pnp_device EXPORT_SYMBOL_GPL vmlinux 0x3a9868a4 shmem_truncate_range EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial EXPORT_SYMBOL_GPL vmlinux 0x3aa2a049 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x3abaf5e9 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0x3ac544c3 fwnode_graph_get_endpoint_by_id EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource EXPORT_SYMBOL_GPL vmlinux 0x3acef7e0 pm_generic_resume @@ -18992,7 +19007,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3ae6c4b8 disk_part_iter_init EXPORT_SYMBOL_GPL vmlinux 0x3aff3cfb rio_dma_prep_slave_sg EXPORT_SYMBOL_GPL vmlinux 0x3b0b2e77 sata_set_spd EXPORT_SYMBOL_GPL vmlinux 0x3b0deda8 regmap_attach_dev -EXPORT_SYMBOL_GPL vmlinux 0x3b1fbf90 __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x3b213142 ata_sas_port_alloc EXPORT_SYMBOL_GPL vmlinux 0x3b2d5b6b of_hwspin_lock_get_id_byname EXPORT_SYMBOL_GPL vmlinux 0x3b369903 phy_set_mode_ext @@ -19007,7 +19021,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3b6a392e usb_wakeup_enabled_descendants EXPORT_SYMBOL_GPL vmlinux 0x3b6d8820 phy_init EXPORT_SYMBOL_GPL vmlinux 0x3b6e86c6 devm_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode -EXPORT_SYMBOL_GPL vmlinux 0x3b7d41b4 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x3b7d72a8 wait_for_stable_page EXPORT_SYMBOL_GPL vmlinux 0x3b8979ea gnttab_grant_foreign_transfer_ref EXPORT_SYMBOL_GPL vmlinux 0x3b8fc2bf regulator_set_voltage_rdev @@ -19016,20 +19029,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x3ba65dc3 kobject_uevent_env EXPORT_SYMBOL_GPL vmlinux 0x3bb350f2 scsi_internal_device_unblock_nowait EXPORT_SYMBOL_GPL vmlinux 0x3bc64558 mpc8xxx_spi_tx_buf_u8 EXPORT_SYMBOL_GPL vmlinux 0x3bc9fccf crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3bcc5482 __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0x3bcf5a49 rio_route_get_entry EXPORT_SYMBOL_GPL vmlinux 0x3bd1394f ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0x3bd99514 regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bdc29b8 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x3bdf6fac inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer -EXPORT_SYMBOL_GPL vmlinux 0x3c09c986 pci_remove_root_bus -EXPORT_SYMBOL_GPL vmlinux 0x3c0c164a xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check EXPORT_SYMBOL_GPL vmlinux 0x3c212744 sbitmap_del_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x3c285764 clk_hw_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply EXPORT_SYMBOL_GPL vmlinux 0x3c54f27e rdev_clear_badblocks EXPORT_SYMBOL_GPL vmlinux 0x3c6966fd subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x3c74fa6b fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x3c8730e3 fwnode_get_next_parent EXPORT_SYMBOL_GPL vmlinux 0x3cb8f5c0 adp5520_clr_bits EXPORT_SYMBOL_GPL vmlinux 0x3cc631f7 ata_bmdma_start @@ -19043,7 +19057,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3d02bef1 regulator_get_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0x3d065004 clk_hw_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x3d0a9f13 clk_regmap_gate_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x3d0f8d02 extcon_set_state_sync -EXPORT_SYMBOL_GPL vmlinux 0x3d1245ca pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x3d35563f xdp_rxq_info_is_reg EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end EXPORT_SYMBOL_GPL vmlinux 0x3d50b9c9 thermal_zone_get_offset @@ -19052,6 +19065,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3d511abc dev_pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0x3d5278aa key_type_trusted EXPORT_SYMBOL_GPL vmlinux 0x3d528b3f uprobe_register_refctr EXPORT_SYMBOL_GPL vmlinux 0x3d56f60f wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3d6fd414 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x3d7ba95b dprc_get_obj_count EXPORT_SYMBOL_GPL vmlinux 0x3d82af01 gov_attr_set_put EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size @@ -19060,22 +19074,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x3dc1786e devm_nsio_enable EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match EXPORT_SYMBOL_GPL vmlinux 0x3dcd88b2 handle_mm_fault EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3dd8afdf netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x3de122a6 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x3de911ed bgpio_init EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df3827f xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x3e0ba687 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x3e1b6141 pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x3e1f72e0 kvm_vcpu_cache EXPORT_SYMBOL_GPL vmlinux 0x3e2deffa to_nd_desc EXPORT_SYMBOL_GPL vmlinux 0x3e359cf4 usb_ifnum_to_if EXPORT_SYMBOL_GPL vmlinux 0x3e3c8743 led_update_brightness EXPORT_SYMBOL_GPL vmlinux 0x3e42722b cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x3e472eee __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x3e517035 gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x3e58f699 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x3e5d8e93 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x3e605145 ti_sci_release_resource EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e725dd0 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x3e795281 crypto_aead_setauthsize EXPORT_SYMBOL_GPL vmlinux 0x3e94ec05 do_truncate EXPORT_SYMBOL_GPL vmlinux 0x3e9ad8c5 ata_platform_remove_one EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea6c9b9 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x3ec0333a fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x3ec43723 nvdimm_badblocks_populate EXPORT_SYMBOL_GPL vmlinux 0x3ec71133 regmap_noinc_read @@ -19094,15 +19116,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x3f42f3f1 uprobe_register EXPORT_SYMBOL_GPL vmlinux 0x3f466880 acpi_dma_request_slave_chan_by_name EXPORT_SYMBOL_GPL vmlinux 0x3f4d2b03 dev_pm_opp_get_suspend_opp_freq EXPORT_SYMBOL_GPL vmlinux 0x3f51b98d of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x3f65bbce inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x3f821271 dequeue_signal EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive EXPORT_SYMBOL_GPL vmlinux 0x3f872b89 crypto_register_akcipher EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put EXPORT_SYMBOL_GPL vmlinux 0x3f9f7550 device_match_of_node EXPORT_SYMBOL_GPL vmlinux 0x3fa45264 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x3fa586a1 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x3fb6018e blk_mq_request_completed -EXPORT_SYMBOL_GPL vmlinux 0x3fd78d76 ip6_route_lookup -EXPORT_SYMBOL_GPL vmlinux 0x3fe30e9f dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate @@ -19114,18 +19136,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups EXPORT_SYMBOL_GPL vmlinux 0x4028361b sched_trace_cfs_rq_cpu EXPORT_SYMBOL_GPL vmlinux 0x4028beb6 nvdimm_bus_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one -EXPORT_SYMBOL_GPL vmlinux 0x404f8c72 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x40502cfc udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x4050f468 iommu_group_remove_device -EXPORT_SYMBOL_GPL vmlinux 0x4052b042 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x40547fde crypto_alloc_acomp EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x40710d84 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout EXPORT_SYMBOL_GPL vmlinux 0x4089cd95 dmi_kobj EXPORT_SYMBOL_GPL vmlinux 0x4089e0a2 dev_pm_domain_attach_by_name EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a70d36 acpiphp_register_attention EXPORT_SYMBOL_GPL vmlinux 0x40a985e9 extcon_set_state EXPORT_SYMBOL_GPL vmlinux 0x40b43bd0 sbitmap_add_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x40b44509 sysfs_group_change_owner @@ -19137,6 +19160,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle EXPORT_SYMBOL_GPL vmlinux 0x410fc399 crypto_larval_alloc EXPORT_SYMBOL_GPL vmlinux 0x411571cb regulator_disable_regmap EXPORT_SYMBOL_GPL vmlinux 0x41203717 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x4121a065 skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature EXPORT_SYMBOL_GPL vmlinux 0x4126a71b acpi_subsys_complete EXPORT_SYMBOL_GPL vmlinux 0x412d678e of_usb_host_tpl_support @@ -19151,7 +19175,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x415c0c7e regulator_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x41605302 wm8350_clear_bits EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent EXPORT_SYMBOL_GPL vmlinux 0x416cbc17 user_update -EXPORT_SYMBOL_GPL vmlinux 0x417ffc57 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer EXPORT_SYMBOL_GPL vmlinux 0x419123ae __percpu_down_read @@ -19168,6 +19191,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x41eeb2ea serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0x41f39d34 sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x41f7e53d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x41faa9ef pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x41fcd501 acomp_request_alloc EXPORT_SYMBOL_GPL vmlinux 0x42010656 acpi_driver_match_device EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf @@ -19178,7 +19202,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x42230915 sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0x42298d69 bpf_offload_dev_create EXPORT_SYMBOL_GPL vmlinux 0x422b7a5a create_signature -EXPORT_SYMBOL_GPL vmlinux 0x4235308c ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x423c5b26 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x423c8f53 get_net_ns EXPORT_SYMBOL_GPL vmlinux 0x424e1c00 tty_kopen EXPORT_SYMBOL_GPL vmlinux 0x424e208f crypto_rng_reset @@ -19198,6 +19222,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x42b1fa3f virtqueue_enable_cb_prepare EXPORT_SYMBOL_GPL vmlinux 0x42b9a0f3 __page_mapcount EXPORT_SYMBOL_GPL vmlinux 0x42d820fb iommu_get_domain_for_dev EXPORT_SYMBOL_GPL vmlinux 0x42e5531a __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x42e8a535 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs EXPORT_SYMBOL_GPL vmlinux 0x42fba1c7 __sbitmap_queue_get_shallow EXPORT_SYMBOL_GPL vmlinux 0x42fcd6a0 pm_genpd_opp_to_performance_state @@ -19205,56 +19230,56 @@ EXPORT_SYMBOL_GPL vmlinux 0x4313263e debugfs_create_dir EXPORT_SYMBOL_GPL vmlinux 0x4314900f clk_hw_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x431be667 dev_pm_clear_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x432680ac devfreq_event_get_event -EXPORT_SYMBOL_GPL vmlinux 0x432b1d81 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x433a1de8 kvm_write_guest EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse EXPORT_SYMBOL_GPL vmlinux 0x433d6d87 gfn_to_page EXPORT_SYMBOL_GPL vmlinux 0x4341ee71 rdev_get_dev EXPORT_SYMBOL_GPL vmlinux 0x4350e1bf usb_string -EXPORT_SYMBOL_GPL vmlinux 0x437c04bd devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x43537aa4 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x436e8160 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get -EXPORT_SYMBOL_GPL vmlinux 0x43a72a26 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0x43aa45cd skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate -EXPORT_SYMBOL_GPL vmlinux 0x43ae7dc2 strp_init EXPORT_SYMBOL_GPL vmlinux 0x43c2a786 __cpu_clear_user_page EXPORT_SYMBOL_GPL vmlinux 0x43cc0916 pm_generic_suspend_late EXPORT_SYMBOL_GPL vmlinux 0x43cfe72c of_genpd_parse_idle_states EXPORT_SYMBOL_GPL vmlinux 0x43d08113 iommu_set_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x43e25ba1 ata_bmdma_stop -EXPORT_SYMBOL_GPL vmlinux 0x43f456dc inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift EXPORT_SYMBOL_GPL vmlinux 0x43f661b4 nvdimm_bus_add_badrange EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate EXPORT_SYMBOL_GPL vmlinux 0x440361ad device_add -EXPORT_SYMBOL_GPL vmlinux 0x4406075e __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x441bd9a8 pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0x441ee9e4 dev_pm_opp_put_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x442421f1 crypto_register_rng EXPORT_SYMBOL_GPL vmlinux 0x44329f4a fscrypt_ioctl_add_key EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features -EXPORT_SYMBOL_GPL vmlinux 0x444f012c devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x44574673 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x446068c6 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x4480a909 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe EXPORT_SYMBOL_GPL vmlinux 0x44916ec4 blk_set_pm_only EXPORT_SYMBOL_GPL vmlinux 0x449c2946 serial8250_rpm_get EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44aad026 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0x44ba09dc bdev_write_page EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bf78ba ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x44cb3598 scsi_schedule_eh -EXPORT_SYMBOL_GPL vmlinux 0x44d36008 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x44d0c976 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x44d80225 crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44efdfc7 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x45071ae6 gpiod_get_raw_value EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen EXPORT_SYMBOL_GPL vmlinux 0x4517848c xenbus_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x452878f7 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x4528d9f1 pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x452b955e ablkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl EXPORT_SYMBOL_GPL vmlinux 0x45350ef6 remove_irq -EXPORT_SYMBOL_GPL vmlinux 0x454456ce pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x454b9249 xhci_run EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister @@ -19268,16 +19293,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name EXPORT_SYMBOL_GPL vmlinux 0x461d3651 rtc_class_open EXPORT_SYMBOL_GPL vmlinux 0x4638d478 bd_link_disk_holder -EXPORT_SYMBOL_GPL vmlinux 0x4639e807 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features EXPORT_SYMBOL_GPL vmlinux 0x46524a2e devfreq_event_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x46588d6b kill_pid_usb_asyncio EXPORT_SYMBOL_GPL vmlinux 0x466093fb init_iova_flush_queue +EXPORT_SYMBOL_GPL vmlinux 0x467510de devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x4686c7e6 __page_file_mapping EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x468b624a pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0x468f8626 __mnt_is_readonly -EXPORT_SYMBOL_GPL vmlinux 0x46a5030e ping_bind EXPORT_SYMBOL_GPL vmlinux 0x46bb850b dax_layout_busy_page EXPORT_SYMBOL_GPL vmlinux 0x46c814b2 __mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x46f281f1 gov_update_cpu_data @@ -19286,6 +19310,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x47149731 cpufreq_policy_transition_delay_us EXPORT_SYMBOL_GPL vmlinux 0x471f94d6 clk_hw_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x47254d4b blk_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x474cc673 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier EXPORT_SYMBOL_GPL vmlinux 0x47634dce irq_setup_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x4764d30e device_init_wakeup @@ -19298,10 +19323,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw EXPORT_SYMBOL_GPL vmlinux 0x47d76062 pinctrl_pm_select_idle_state EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux -EXPORT_SYMBOL_GPL vmlinux 0x47e76dfa __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x47eb4321 devm_hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x47edb50a i2c_new_device EXPORT_SYMBOL_GPL vmlinux 0x47f81ac4 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x4808c072 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x480aea12 crypto_stats_akcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x480f1f5c max8997_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table @@ -19329,32 +19354,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x48f2fdf2 blk_rq_unprep_clone EXPORT_SYMBOL_GPL vmlinux 0x48f49400 apei_hest_parse EXPORT_SYMBOL_GPL vmlinux 0x48f721a2 gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0x48fc6e8f mmc_abort_tuning -EXPORT_SYMBOL_GPL vmlinux 0x4918ef8f tcp_ca_get_key_by_name +EXPORT_SYMBOL_GPL vmlinux 0x48ffd364 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x49163525 devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x491a1559 devm_hwrng_unregister -EXPORT_SYMBOL_GPL vmlinux 0x4921b962 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x492a6a72 account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x49304013 pm_generic_suspend EXPORT_SYMBOL_GPL vmlinux 0x495cf16b uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x495ef36e devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x495f1ae2 acpi_irq_create_hierarchy -EXPORT_SYMBOL_GPL vmlinux 0x4968cc5b validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x496bd6c9 of_pci_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x497acf8e put_pid EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue EXPORT_SYMBOL_GPL vmlinux 0x49a7d836 irq_gc_ack_set_bit -EXPORT_SYMBOL_GPL vmlinux 0x49a93f3f rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x49b35934 update_time EXPORT_SYMBOL_GPL vmlinux 0x49c09a19 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x49cd85fe lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x49d7dcf0 phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done EXPORT_SYMBOL_GPL vmlinux 0x49dd50d9 dm_get_table_device EXPORT_SYMBOL_GPL vmlinux 0x49e08e00 dax_finish_sync_fault EXPORT_SYMBOL_GPL vmlinux 0x49e0fd21 __cpu_copy_user_page +EXPORT_SYMBOL_GPL vmlinux 0x49e1214e pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x49ed13a9 acpi_subsys_restore_early -EXPORT_SYMBOL_GPL vmlinux 0x49ef133e sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x49efb484 irq_chip_eoi_parent -EXPORT_SYMBOL_GPL vmlinux 0x49f41dcd pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x49fb3714 of_clk_add_provider EXPORT_SYMBOL_GPL vmlinux 0x49fc8a9e of_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0x4a0e0fc5 edac_get_sysfs_subsys @@ -19363,7 +19387,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4a2e1dae gfn_to_hva_memslot EXPORT_SYMBOL_GPL vmlinux 0x4a405ba0 spi_write_then_read EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data EXPORT_SYMBOL_GPL vmlinux 0x4a4eaa68 debugfs_create_blob -EXPORT_SYMBOL_GPL vmlinux 0x4a559885 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x4a5da125 devm_nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0x4a81074e mtk_smi_larb_get EXPORT_SYMBOL_GPL vmlinux 0x4a8e2463 scmi_driver_register @@ -19384,33 +19407,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x4af6fbca ata_sas_async_probe EXPORT_SYMBOL_GPL vmlinux 0x4afdb1c8 is_software_node EXPORT_SYMBOL_GPL vmlinux 0x4b174ea7 tty_release_struct EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd -EXPORT_SYMBOL_GPL vmlinux 0x4b4bf003 ip_route_output_flow -EXPORT_SYMBOL_GPL vmlinux 0x4b5181a8 pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4b58b787 rq_flush_dcache_pages EXPORT_SYMBOL_GPL vmlinux 0x4b8e46bc phy_destroy EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features EXPORT_SYMBOL_GPL vmlinux 0x4bb593a8 anon_transport_class_register EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init -EXPORT_SYMBOL_GPL vmlinux 0x4bdc2a4b __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x4bd8e96e skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x4bef8785 pci_epc_mem_alloc_addr EXPORT_SYMBOL_GPL vmlinux 0x4bf0e283 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x4bf11afc inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x4bf6f580 edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0x4bfb6824 nvdimm_cmd_mask EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x4c13ef52 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x4c21b457 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x4c234f29 bus_register -EXPORT_SYMBOL_GPL vmlinux 0x4c2484ad metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module EXPORT_SYMBOL_GPL vmlinux 0x4c566ded sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c5dd489 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x4c63a465 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4c7cd1ea fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x4c7ed934 do_splice_to EXPORT_SYMBOL_GPL vmlinux 0x4c890370 tpm_tis_resume EXPORT_SYMBOL_GPL vmlinux 0x4c930337 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4cb5c1c4 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x4cd6988f ata_bmdma32_port_ops EXPORT_SYMBOL_GPL vmlinux 0x4cee438f devm_clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable EXPORT_SYMBOL_GPL vmlinux 0x4d01a287 kthread_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x4d05bf0a __fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x4d106da7 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x4d1673c0 badblocks_check EXPORT_SYMBOL_GPL vmlinux 0x4d1fce3c clk_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x4d202b8c __xas_prev @@ -19420,13 +19447,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues EXPORT_SYMBOL_GPL vmlinux 0x4d54ab3a __srcu_read_lock EXPORT_SYMBOL_GPL vmlinux 0x4d5a6433 cec_notifier_parse_hdmi_phandle EXPORT_SYMBOL_GPL vmlinux 0x4d6031b3 usb_init_urb -EXPORT_SYMBOL_GPL vmlinux 0x4d726e8d xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x4d8a96ab xas_set_mark EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache -EXPORT_SYMBOL_GPL vmlinux 0x4da5c28c devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x4dacda0f amba_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf EXPORT_SYMBOL_GPL vmlinux 0x4dbdb767 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x4dcee886 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x4dcf5cd3 fat_time_unix2fat EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string @@ -19441,17 +19467,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x4e2f5269 noop_backing_dev_info EXPORT_SYMBOL_GPL vmlinux 0x4e326a6a vfs_writef EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean EXPORT_SYMBOL_GPL vmlinux 0x4e6ba714 __devm_regmap_init -EXPORT_SYMBOL_GPL vmlinux 0x4e8e1efe ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status -EXPORT_SYMBOL_GPL vmlinux 0x4e956a0e acpi_pci_check_ejectable EXPORT_SYMBOL_GPL vmlinux 0x4ea93d06 devm_power_supply_register EXPORT_SYMBOL_GPL vmlinux 0x4eaab290 ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt EXPORT_SYMBOL_GPL vmlinux 0x4ebf0c49 of_i2c_get_board_info -EXPORT_SYMBOL_GPL vmlinux 0x4ec4a524 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x4ed48c0f rio_release_outb_mbox -EXPORT_SYMBOL_GPL vmlinux 0x4eeeed21 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context EXPORT_SYMBOL_GPL vmlinux 0x4f02dca8 ata_noop_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x4f0ab56d virtqueue_add_outbuf @@ -19461,32 +19483,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x4f66c3c8 dev_coredumpm EXPORT_SYMBOL_GPL vmlinux 0x4f67d96d dm_internal_resume_fast EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options -EXPORT_SYMBOL_GPL vmlinux 0x4f72d158 ipv4_sk_update_pmtu -EXPORT_SYMBOL_GPL vmlinux 0x4f798eeb dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0x4f7b4c97 blkcg_deactivate_policy EXPORT_SYMBOL_GPL vmlinux 0x4f805e04 set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa6492b lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x4fbdf030 spi_sync_locked EXPORT_SYMBOL_GPL vmlinux 0x4fc02643 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fce744d pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fedce07 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x4fee21b1 virtqueue_get_vring_size EXPORT_SYMBOL_GPL vmlinux 0x4ff3003f meson_clk_dualdiv_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x4ff6db36 arizona_set_irq_wake EXPORT_SYMBOL_GPL vmlinux 0x4ff8f4e4 mmc_pwrseq_unregister -EXPORT_SYMBOL_GPL vmlinux 0x4fffe444 rockchip_pcie_enable_clocks EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register EXPORT_SYMBOL_GPL vmlinux 0x501695f6 thermal_zone_device_update EXPORT_SYMBOL_GPL vmlinux 0x502178f2 crypto_alg_mod_lookup EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503483e0 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x503f7da5 usb_poison_urb EXPORT_SYMBOL_GPL vmlinux 0x50542b65 device_find_child_by_name -EXPORT_SYMBOL_GPL vmlinux 0x506e582a udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x507de3e9 hwpoison_filter EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst EXPORT_SYMBOL_GPL vmlinux 0x5081b5fe component_del EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start -EXPORT_SYMBOL_GPL vmlinux 0x50952c2f nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0x509afb57 md_kick_rdev_from_array EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg EXPORT_SYMBOL_GPL vmlinux 0x50c2ae54 rpi_firmware_property @@ -19504,22 +19525,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x512197e0 of_clk_src_onecell_get EXPORT_SYMBOL_GPL vmlinux 0x5136e8f8 regmap_check_range_table EXPORT_SYMBOL_GPL vmlinux 0x5138cfc0 kvm_clear_guest_page EXPORT_SYMBOL_GPL vmlinux 0x514cfbc4 tpm2_get_tpm_pt -EXPORT_SYMBOL_GPL vmlinux 0x5160aa15 devlink_alloc +EXPORT_SYMBOL_GPL vmlinux 0x514f2118 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x5164fe8c xenbus_dev_suspend EXPORT_SYMBOL_GPL vmlinux 0x517a7228 fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn EXPORT_SYMBOL_GPL vmlinux 0x519262da ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x5193ed2e devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x519568ce amba_apb_device_add EXPORT_SYMBOL_GPL vmlinux 0x51a13f2d debugfs_create_ulong -EXPORT_SYMBOL_GPL vmlinux 0x51a49c3b pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x51afae42 dprc_open EXPORT_SYMBOL_GPL vmlinux 0x51b19bfc led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x51b6c9ef seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0x51d193e0 regulator_set_active_discharge_regmap EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease EXPORT_SYMBOL_GPL vmlinux 0x51fcf713 regulator_bulk_set_supply_names EXPORT_SYMBOL_GPL vmlinux 0x5203aad5 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x520a5a6f pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x5210fa39 usb_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x521262e5 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x522c2b1c get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x5230d49f gpiod_get_index_optional @@ -19528,30 +19552,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x523a038d ata_std_qc_defer EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start EXPORT_SYMBOL_GPL vmlinux 0x5252aced dev_attr_ncq_prio_enable EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table -EXPORT_SYMBOL_GPL vmlinux 0x525cbb0d vga_default_device EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0x525d95e3 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x52649a3c devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x526a9ea0 ata_sas_port_start EXPORT_SYMBOL_GPL vmlinux 0x528088a3 dev_pm_qos_expose_flags -EXPORT_SYMBOL_GPL vmlinux 0x52b0011a ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x52ac3218 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x52d2e0fe powercap_register_zone EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52dc5fe2 devm_fwnode_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x52f1c850 phy_power_off EXPORT_SYMBOL_GPL vmlinux 0x52f9a155 exportfs_encode_inode_fh EXPORT_SYMBOL_GPL vmlinux 0x5314768f blk_queue_required_elevator_features -EXPORT_SYMBOL_GPL vmlinux 0x53197243 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x531ce008 thermal_add_hwmon_sysfs EXPORT_SYMBOL_GPL vmlinux 0x532cef2e of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x533da59e nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x533ea602 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x53423a7f sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x53460d71 relay_reset -EXPORT_SYMBOL_GPL vmlinux 0x53584983 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x536357a3 wm8350_device_init EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert EXPORT_SYMBOL_GPL vmlinux 0x5373c19c cec_delete_adapter EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str EXPORT_SYMBOL_GPL vmlinux 0x538f6922 crypto_register_aeads EXPORT_SYMBOL_GPL vmlinux 0x5391f2c7 gnttab_end_foreign_access_ref -EXPORT_SYMBOL_GPL vmlinux 0x53a17cbb pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x53bdf687 usb_add_phy EXPORT_SYMBOL_GPL vmlinux 0x53f65bc8 device_property_present EXPORT_SYMBOL_GPL vmlinux 0x5408a3c8 pm_generic_poweroff_late @@ -19559,6 +19583,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 EXPORT_SYMBOL_GPL vmlinux 0x5426a993 virtqueue_is_broken EXPORT_SYMBOL_GPL vmlinux 0x542be53d kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x543a72a8 rockchip_pcie_parse_dt EXPORT_SYMBOL_GPL vmlinux 0x54439e48 edac_pci_alloc_ctl_info EXPORT_SYMBOL_GPL vmlinux 0x54473c9f sysfs_add_link_to_group EXPORT_SYMBOL_GPL vmlinux 0x544ebe79 __cpuhp_state_remove_instance @@ -19571,13 +19596,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put EXPORT_SYMBOL_GPL vmlinux 0x54a38d30 rio_get_device EXPORT_SYMBOL_GPL vmlinux 0x54a644e3 regulator_suspend_disable EXPORT_SYMBOL_GPL vmlinux 0x54af8d22 access_process_vm -EXPORT_SYMBOL_GPL vmlinux 0x54b3960d devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x54c4e8ca sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0x54c76be0 nvdimm_security_setup_events EXPORT_SYMBOL_GPL vmlinux 0x54d08eae pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x54d0beec dev_pm_domain_set EXPORT_SYMBOL_GPL vmlinux 0x54e3abdc rio_register_scan -EXPORT_SYMBOL_GPL vmlinux 0x54e95e15 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x54f4bc4b mctrl_gpio_init EXPORT_SYMBOL_GPL vmlinux 0x5506f9e1 edac_mc_add_mc_with_groups EXPORT_SYMBOL_GPL vmlinux 0x5512a9a6 __blkg_prfill_rwstat @@ -19603,8 +19626,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x55997c24 crypto_register_shash EXPORT_SYMBOL_GPL vmlinux 0x559a1396 ahci_platform_enable_regulators EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map EXPORT_SYMBOL_GPL vmlinux 0x55a54f2f rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x55aea68d tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper EXPORT_SYMBOL_GPL vmlinux 0x55d25700 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x55ec377b register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits @@ -19612,28 +19637,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status EXPORT_SYMBOL_GPL vmlinux 0x563985ea crypto_grab_skcipher EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate -EXPORT_SYMBOL_GPL vmlinux 0x565eecfd skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x565aefb4 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x566e64b5 led_trigger_remove EXPORT_SYMBOL_GPL vmlinux 0x566f176a perf_event_disable -EXPORT_SYMBOL_GPL vmlinux 0x5673c8ef skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x5674b3cb rhashtable_free_and_destroy EXPORT_SYMBOL_GPL vmlinux 0x5699d803 sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0x56a0cea4 clk_hw_rate_is_protected EXPORT_SYMBOL_GPL vmlinux 0x56a806ca xenbus_unmap_ring_vfree EXPORT_SYMBOL_GPL vmlinux 0x56abbf53 skcipher_walk_atomise EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e63973 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x56e65108 scsi_register_device_handler EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter EXPORT_SYMBOL_GPL vmlinux 0x56e9a9b5 pm_clk_destroy EXPORT_SYMBOL_GPL vmlinux 0x56f23da2 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x56f71f96 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x56fa4fbe usb_block_urb EXPORT_SYMBOL_GPL vmlinux 0x57058250 irq_create_of_mapping -EXPORT_SYMBOL_GPL vmlinux 0x5706610a __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x5716aea2 get_task_pid EXPORT_SYMBOL_GPL vmlinux 0x5716bab5 pinmux_generic_get_function_name -EXPORT_SYMBOL_GPL vmlinux 0x572085c7 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on -EXPORT_SYMBOL_GPL vmlinux 0x57264e1e acpiphp_register_attention EXPORT_SYMBOL_GPL vmlinux 0x57265428 __devm_create_dev_dax EXPORT_SYMBOL_GPL vmlinux 0x57357603 bio_disassociate_blkg EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options @@ -19651,10 +19674,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x57975c12 arizona_request_irq EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all EXPORT_SYMBOL_GPL vmlinux 0x57c1dae8 of_get_videomode EXPORT_SYMBOL_GPL vmlinux 0x57c39727 kdb_register_flags +EXPORT_SYMBOL_GPL vmlinux 0x57ce7378 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x57d38657 pwmchip_remove EXPORT_SYMBOL_GPL vmlinux 0x57da79ce iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0x57e3cf07 trace_event_raw_init EXPORT_SYMBOL_GPL vmlinux 0x57e4c92e serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x57ea9384 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x57eb3ae8 gpiochip_irq_unmap EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral EXPORT_SYMBOL_GPL vmlinux 0x57fb5247 regulator_list_voltage_pickable_linear_range @@ -19664,9 +19689,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x58221d7c pm_genpd_init EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id EXPORT_SYMBOL_GPL vmlinux 0x58302eec rio_add_net EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x583ef515 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq EXPORT_SYMBOL_GPL vmlinux 0x5862395d led_set_brightness_nopm EXPORT_SYMBOL_GPL vmlinux 0x5875c63b fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x5878bf47 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info EXPORT_SYMBOL_GPL vmlinux 0x587b8145 platform_get_irq_optional EXPORT_SYMBOL_GPL vmlinux 0x587dd77b pid_nr_ns @@ -19675,28 +19702,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x58a76393 verify_pkcs7_signature EXPORT_SYMBOL_GPL vmlinux 0x58a83640 virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0x58a9ddae gnttab_unmap_refs_sync EXPORT_SYMBOL_GPL vmlinux 0x58cc5e1f power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x58cf9f84 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x58d13ea7 cpuidle_enable_device -EXPORT_SYMBOL_GPL vmlinux 0x58d72f9d fib_rule_matchall -EXPORT_SYMBOL_GPL vmlinux 0x58da6239 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x58d33494 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x58dc2448 virtqueue_enable_cb EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op EXPORT_SYMBOL_GPL vmlinux 0x58ec2d34 devres_release_group EXPORT_SYMBOL_GPL vmlinux 0x5917139a tpm1_do_selftest -EXPORT_SYMBOL_GPL vmlinux 0x59524109 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x59276b62 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x59557f10 ahci_fill_cmd_slot EXPORT_SYMBOL_GPL vmlinux 0x595f61b1 wm831x_device_shutdown EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature EXPORT_SYMBOL_GPL vmlinux 0x597106f1 dprc_set_obj_irq -EXPORT_SYMBOL_GPL vmlinux 0x597466da inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599435b8 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x599c4166 __get_task_comm EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x59c1e5df bus_unregister -EXPORT_SYMBOL_GPL vmlinux 0x59cd4b19 __tcp_bpf_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x59d42d3b ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns EXPORT_SYMBOL_GPL vmlinux 0x59fe70a8 ftrace_set_filter_ip -EXPORT_SYMBOL_GPL vmlinux 0x5a0b28a2 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x5a1b8781 trace_event_ignore_this_pid EXPORT_SYMBOL_GPL vmlinux 0x5a1e8305 nvdimm_name EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del @@ -19713,6 +19739,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5ad49a81 phy_resolve_aneg_pause EXPORT_SYMBOL_GPL vmlinux 0x5ad4c4e9 bpf_map_inc EXPORT_SYMBOL_GPL vmlinux 0x5adc5de2 __xenbus_register_backend EXPORT_SYMBOL_GPL vmlinux 0x5adca850 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x5ae2b2a0 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x5aef1a47 cpufreq_unregister_governor EXPORT_SYMBOL_GPL vmlinux 0x5af1e3b9 list_lru_del EXPORT_SYMBOL_GPL vmlinux 0x5af9a048 dm_set_target_max_io_len @@ -19724,13 +19751,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5b0c69f3 devfreq_event_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek EXPORT_SYMBOL_GPL vmlinux 0x5b23e6e8 cpufreq_register_driver EXPORT_SYMBOL_GPL vmlinux 0x5b244415 da9052_request_irq -EXPORT_SYMBOL_GPL vmlinux 0x5b44d11f lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x5b50bba9 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x5b642a88 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment EXPORT_SYMBOL_GPL vmlinux 0x5b77719f apply_to_page_range EXPORT_SYMBOL_GPL vmlinux 0x5b7bac9d pci_epc_unmap_addr EXPORT_SYMBOL_GPL vmlinux 0x5b7d6e07 amba_device_add -EXPORT_SYMBOL_GPL vmlinux 0x5b86557e fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x5b87e746 da903x_reads EXPORT_SYMBOL_GPL vmlinux 0x5b9df545 find_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd @@ -19747,12 +19773,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c6760b4 regulator_is_enabled_regmap EXPORT_SYMBOL_GPL vmlinux 0x5c780d7d rio_unmap_outb_region EXPORT_SYMBOL_GPL vmlinux 0x5c866ef2 balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0x5c972c96 devm_kstrdup_const -EXPORT_SYMBOL_GPL vmlinux 0x5ca77717 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple EXPORT_SYMBOL_GPL vmlinux 0x5cade149 of_dma_request_slave_channel EXPORT_SYMBOL_GPL vmlinux 0x5cb80e19 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0x5cc13541 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5cc4495c bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x5cdbb494 dev_pm_opp_enable EXPORT_SYMBOL_GPL vmlinux 0x5cef1f56 iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0x5cef73fb devm_device_add_group @@ -19763,14 +19789,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write EXPORT_SYMBOL_GPL vmlinux 0x5d347203 perf_event_read_value EXPORT_SYMBOL_GPL vmlinux 0x5d36f4e7 invalidate_inode_pages2_range EXPORT_SYMBOL_GPL vmlinux 0x5d4549d4 driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0x5d56391a ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x5d5d2a3b debugfs_create_atomic_t EXPORT_SYMBOL_GPL vmlinux 0x5d60a3b8 da903x_writes -EXPORT_SYMBOL_GPL vmlinux 0x5d60a43d pci_prg_resp_pasid_required +EXPORT_SYMBOL_GPL vmlinux 0x5d7fbbbf strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x5d816adf dma_buf_detach EXPORT_SYMBOL_GPL vmlinux 0x5d8e6aa0 skcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5da6f07b pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x5daa62e4 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x5dac221a sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x5db2f915 devm_free_pages EXPORT_SYMBOL_GPL vmlinux 0x5ddbecac get_current_tty EXPORT_SYMBOL_GPL vmlinux 0x5de7447d __atomic_notifier_call_chain @@ -19778,29 +19805,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x5dfaf7a4 power_supply_powers EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x5e1cb090 da903x_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x5e2a68ad pci_user_write_config_dword -EXPORT_SYMBOL_GPL vmlinux 0x5e2f8ead ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl -EXPORT_SYMBOL_GPL vmlinux 0x5e52296b metadata_dst_free_percpu -EXPORT_SYMBOL_GPL vmlinux 0x5e67a54b pci_d3cold_enable -EXPORT_SYMBOL_GPL vmlinux 0x5e696803 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val EXPORT_SYMBOL_GPL vmlinux 0x5e7c29fa device_pm_wait_for_dev EXPORT_SYMBOL_GPL vmlinux 0x5e9bba3b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x5e9c5ccc devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x5eaa6f59 bpf_offload_dev_match -EXPORT_SYMBOL_GPL vmlinux 0x5ebc7d9b devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x5ec2be90 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x5ec41e51 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x5ec61b23 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x5edfcb2a pm_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0x5ee7f56b usb_interrupt_msg -EXPORT_SYMBOL_GPL vmlinux 0x5eea391a devlink_params_unregister -EXPORT_SYMBOL_GPL vmlinux 0x5effdfce dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x5eeaad2f ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x5f0e3f97 scmi_protocol_register -EXPORT_SYMBOL_GPL vmlinux 0x5f1a4a25 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource EXPORT_SYMBOL_GPL vmlinux 0x5f36ae53 __vfs_setxattr_locked -EXPORT_SYMBOL_GPL vmlinux 0x5f3e36cd lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x5f518f58 security_path_chmod EXPORT_SYMBOL_GPL vmlinux 0x5f5b9e64 xenbus_map_ring_valloc EXPORT_SYMBOL_GPL vmlinux 0x5f6e5c3d tpm_chip_start @@ -19815,6 +19836,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5fdca6fa dax_copy_to_iter EXPORT_SYMBOL_GPL vmlinux 0x5fdd5491 acpi_device_uevent_modalias EXPORT_SYMBOL_GPL vmlinux 0x5fdfaca7 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0x5fe3904f dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x5ff5c325 devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x5ff737fe to_of_pinfo EXPORT_SYMBOL_GPL vmlinux 0x5fffc311 ahash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0x60069ee1 inet_ehash_locks_alloc @@ -19825,6 +19847,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x601a39e6 wm8350_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0x601ba3eb __tracepoint_io_page_fault EXPORT_SYMBOL_GPL vmlinux 0x601c75f9 of_i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0x60279026 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x602af3a2 cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key @@ -19837,42 +19860,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x607e67a2 fwnode_find_reference EXPORT_SYMBOL_GPL vmlinux 0x60806523 i2c_acpi_get_i2c_resource EXPORT_SYMBOL_GPL vmlinux 0x608bab1f sfp_select_interface EXPORT_SYMBOL_GPL vmlinux 0x608e4031 regulator_bulk_unregister_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0x608fbb26 ping_close EXPORT_SYMBOL_GPL vmlinux 0x6090f998 desc_to_gpio EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off EXPORT_SYMBOL_GPL vmlinux 0x60a7be11 crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0x60b2877c alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x60c08501 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x60c40cf7 __phy_modify_changed EXPORT_SYMBOL_GPL vmlinux 0x60d4c2c8 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x60d68cb0 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x60dbec72 genphy_c45_restart_aneg -EXPORT_SYMBOL_GPL vmlinux 0x60e10d83 ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x60ea0097 kernel_kobj EXPORT_SYMBOL_GPL vmlinux 0x60f374fa nvdimm_region_notify EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf EXPORT_SYMBOL_GPL vmlinux 0x60f9c187 pm_clk_suspend -EXPORT_SYMBOL_GPL vmlinux 0x61060284 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x6108de38 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail -EXPORT_SYMBOL_GPL vmlinux 0x61213922 pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status -EXPORT_SYMBOL_GPL vmlinux 0x612ea493 fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x61331c78 rpi_firmware_get EXPORT_SYMBOL_GPL vmlinux 0x6140af5c ahci_check_ready EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all -EXPORT_SYMBOL_GPL vmlinux 0x6153f94a pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6165ffd7 pci_prg_resp_pasid_required +EXPORT_SYMBOL_GPL vmlinux 0x6167f9c9 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x6175bcdb mmc_regulator_get_supply EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add EXPORT_SYMBOL_GPL vmlinux 0x61935368 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x619577ea acpi_get_psd_map -EXPORT_SYMBOL_GPL vmlinux 0x619eb19d tcp_sendpage_locked -EXPORT_SYMBOL_GPL vmlinux 0x619f8422 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x61ae1d2d xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x61e3ef6a ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array -EXPORT_SYMBOL_GPL vmlinux 0x61fc4adb pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0x62225937 meson_vid_pll_div_ro_ops -EXPORT_SYMBOL_GPL vmlinux 0x6223c2b9 acpi_get_pci_dev EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0x622d9ce4 phy_create EXPORT_SYMBOL_GPL vmlinux 0x62367a52 dev_get_regmap @@ -19887,19 +19906,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x62887c79 kvm_get_dirty_log_protect EXPORT_SYMBOL_GPL vmlinux 0x629933d2 ata_acpi_stm EXPORT_SYMBOL_GPL vmlinux 0x629a7313 ahci_set_em_messages EXPORT_SYMBOL_GPL vmlinux 0x629cb668 of_detach_node -EXPORT_SYMBOL_GPL vmlinux 0x62af03d1 __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0x62b3d8e3 disk_part_iter_next -EXPORT_SYMBOL_GPL vmlinux 0x62b98963 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift EXPORT_SYMBOL_GPL vmlinux 0x62c4307b kvm_vcpu_init EXPORT_SYMBOL_GPL vmlinux 0x62ca80a7 class_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0x62f42ff3 iomap_file_buffered_write EXPORT_SYMBOL_GPL vmlinux 0x62fbcaf1 rio_route_add_entry -EXPORT_SYMBOL_GPL vmlinux 0x63029008 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x630a773a nvm_set_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0x630ca04f pm_clk_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x6310fd7c dma_get_any_slave_channel -EXPORT_SYMBOL_GPL vmlinux 0x631280ee skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x631430eb rt_mutex_timed_lock EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent EXPORT_SYMBOL_GPL vmlinux 0x63168efa to_software_node @@ -19907,19 +19922,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x6316f07c iommu_domain_set_attr EXPORT_SYMBOL_GPL vmlinux 0x6318757f mdio_mux_uninit EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake EXPORT_SYMBOL_GPL vmlinux 0x631b3efe usb_put_phy -EXPORT_SYMBOL_GPL vmlinux 0x63269b1b nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0x6339d181 housekeeping_affine EXPORT_SYMBOL_GPL vmlinux 0x6341c53a dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x634a7ca9 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x636e39ec wakeup_source_unregister EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax EXPORT_SYMBOL_GPL vmlinux 0x63a0ffe0 get_device_system_crosststamp EXPORT_SYMBOL_GPL vmlinux 0x63bbe52c rio_request_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare EXPORT_SYMBOL_GPL vmlinux 0x63cd6dca led_trigger_set_default -EXPORT_SYMBOL_GPL vmlinux 0x63d05c26 devlink_reload_enable +EXPORT_SYMBOL_GPL vmlinux 0x63d14a7b tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x63d9ac77 kvm_vcpu_gfn_to_pfn_atomic EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str -EXPORT_SYMBOL_GPL vmlinux 0x63fa1c63 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x63eb4b2a __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x63ff1291 firmware_request_cache EXPORT_SYMBOL_GPL vmlinux 0x64055138 regmap_raw_write EXPORT_SYMBOL_GPL vmlinux 0x6405cfc7 __devm_irq_alloc_descs @@ -19927,21 +19942,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint EXPORT_SYMBOL_GPL vmlinux 0x640d5e7a sysfs_remove_link EXPORT_SYMBOL_GPL vmlinux 0x6417b649 ti_sci_inta_msi_domain_alloc_irqs EXPORT_SYMBOL_GPL vmlinux 0x644ab569 device_get_dma_attr -EXPORT_SYMBOL_GPL vmlinux 0x6456d9f0 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x6463deda kallsyms_on_each_symbol EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0x648719d3 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x649b37b2 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x64a4125d i2c_adapter_type EXPORT_SYMBOL_GPL vmlinux 0x64b40ae0 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x64c636e8 ip6_input EXPORT_SYMBOL_GPL vmlinux 0x64d3cc4e xas_load EXPORT_SYMBOL_GPL vmlinux 0x64e2a572 regcache_sync EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush -EXPORT_SYMBOL_GPL vmlinux 0x64f95564 ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x64fffb5a __hwspin_trylock EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf EXPORT_SYMBOL_GPL vmlinux 0x651591bf wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x654cba06 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65564a63 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x655e4879 __irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0x657ada62 bus_for_each_drv EXPORT_SYMBOL_GPL vmlinux 0x658ebdcb ata_port_desc @@ -19950,25 +19966,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register EXPORT_SYMBOL_GPL vmlinux 0x65a2feec yield_to EXPORT_SYMBOL_GPL vmlinux 0x65a4a31c register_user_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x65b1bf74 mm_kobj -EXPORT_SYMBOL_GPL vmlinux 0x65c03809 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x65c5ed4e of_usb_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x65c7ef94 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x65ca43fb devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers EXPORT_SYMBOL_GPL vmlinux 0x65dfacb2 devm_regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e4737a pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x65eaa5d4 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x65eb3391 pid_vnr EXPORT_SYMBOL_GPL vmlinux 0x65f131b6 probe_user_write EXPORT_SYMBOL_GPL vmlinux 0x65fa6a19 crypto_spawn_tfm EXPORT_SYMBOL_GPL vmlinux 0x6614aa61 usb_urb_ep_type_check EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol EXPORT_SYMBOL_GPL vmlinux 0x661aa8fc power_supply_unregister -EXPORT_SYMBOL_GPL vmlinux 0x661cf8f1 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x662052b6 percpu_free_rwsem EXPORT_SYMBOL_GPL vmlinux 0x6632f2bb clk_mux_val_to_index EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode EXPORT_SYMBOL_GPL vmlinux 0x66543db7 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x665a8d47 dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception EXPORT_SYMBOL_GPL vmlinux 0x666f0480 cpufreq_driver_target @@ -19979,22 +19997,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x668f9556 dev_pm_opp_find_freq_exact EXPORT_SYMBOL_GPL vmlinux 0x66a6c061 tracepoint_probe_register_prio EXPORT_SYMBOL_GPL vmlinux 0x66a8bbea of_clk_del_provider EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up -EXPORT_SYMBOL_GPL vmlinux 0x66bbc956 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x66c1eb1b udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x66cb5420 fsl_mc_object_free EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dcfa4a pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x66eedc95 hrtimer_sleeper_start_expires EXPORT_SYMBOL_GPL vmlinux 0x66f5d902 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x66f724a2 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x66fa1ad6 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x66fe72b9 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x671abd88 nvmem_cell_read_u16 EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target -EXPORT_SYMBOL_GPL vmlinux 0x67740ee5 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x677616e3 report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0x6792e25a __tracepoint_unmap EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits EXPORT_SYMBOL_GPL vmlinux 0x67a2bb22 blk_mq_alloc_request_hctx EXPORT_SYMBOL_GPL vmlinux 0x67a707ba crypto_unregister_ahashes -EXPORT_SYMBOL_GPL vmlinux 0x67bbd3f0 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x67cff8f5 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x67dbf68d posix_acl_access_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x67e6c543 synchronize_srcu @@ -20004,10 +20024,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x67f693c6 iommu_map EXPORT_SYMBOL_GPL vmlinux 0x68220766 gpiochip_is_requested EXPORT_SYMBOL_GPL vmlinux 0x682664fa call_srcu EXPORT_SYMBOL_GPL vmlinux 0x68341719 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x683d5d73 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x6842eea3 blkg_print_stat_bytes +EXPORT_SYMBOL_GPL vmlinux 0x68551217 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x685a1d35 sata_scr_write_flush EXPORT_SYMBOL_GPL vmlinux 0x685aa09b i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0x686083f7 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x6868ca30 udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x6869c8eb unregister_kprobes EXPORT_SYMBOL_GPL vmlinux 0x687220f6 synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x6878e0e2 _proc_mkdir @@ -20021,12 +20044,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x68a94ab0 freq_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x68b1cdef fsnotify_init_mark EXPORT_SYMBOL_GPL vmlinux 0x68c8c178 genphy_c45_aneg_done EXPORT_SYMBOL_GPL vmlinux 0x68cd6da9 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x68e43e8b pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0x68f71c03 extcon_find_edev_by_node EXPORT_SYMBOL_GPL vmlinux 0x68f7fb10 dprc_close -EXPORT_SYMBOL_GPL vmlinux 0x68fe976c devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies -EXPORT_SYMBOL_GPL vmlinux 0x691e4062 rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x691e6e7b of_get_pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync @@ -20037,39 +20059,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host EXPORT_SYMBOL_GPL vmlinux 0x695ec13d kset_find_obj EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x6971fbe2 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x6977aa12 regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc EXPORT_SYMBOL_GPL vmlinux 0x697e89d7 gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0x69a2b3a8 crypto_alloc_aead EXPORT_SYMBOL_GPL vmlinux 0x69aa069e cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x69abf9cb tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x69b9faa3 crypto_alloc_kpp EXPORT_SYMBOL_GPL vmlinux 0x69c6a3d2 xenbus_free_evtchn EXPORT_SYMBOL_GPL vmlinux 0x69d0f9ae of_clk_add_hw_provider EXPORT_SYMBOL_GPL vmlinux 0x69d623fa dev_pm_opp_of_get_opp_desc_node EXPORT_SYMBOL_GPL vmlinux 0x69e1d98b mnt_want_write_file EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen -EXPORT_SYMBOL_GPL vmlinux 0x69fccf1b pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode EXPORT_SYMBOL_GPL vmlinux 0x6a134203 crypto_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x6a256380 ata_sas_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x6a341fc9 dev_pm_opp_init_cpufreq_table EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue -EXPORT_SYMBOL_GPL vmlinux 0x6a435928 inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize EXPORT_SYMBOL_GPL vmlinux 0x6a5535fc i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x6a56df61 inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page EXPORT_SYMBOL_GPL vmlinux 0x6a6d4629 regulator_unlock EXPORT_SYMBOL_GPL vmlinux 0x6a82676b usb_acpi_power_manageable EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start EXPORT_SYMBOL_GPL vmlinux 0x6a8b1b23 find_get_pid -EXPORT_SYMBOL_GPL vmlinux 0x6a8be20f rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf EXPORT_SYMBOL_GPL vmlinux 0x6aaa02eb probe_kernel_write EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via -EXPORT_SYMBOL_GPL vmlinux 0x6aae2744 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x6aaec965 percpu_down_write EXPORT_SYMBOL_GPL vmlinux 0x6ab84551 gfn_to_hva EXPORT_SYMBOL_GPL vmlinux 0x6ac71a5c ata_scsi_ioctl @@ -20078,32 +20099,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x6aee7bd7 ata_host_suspend EXPORT_SYMBOL_GPL vmlinux 0x6af69916 blkdev_reset_zones EXPORT_SYMBOL_GPL vmlinux 0x6b067bd8 usb_register_device_driver EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b10c9ef pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x6b12008a devm_extcon_dev_allocate -EXPORT_SYMBOL_GPL vmlinux 0x6b1606d9 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x6b23923c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6b239b66 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2cc028 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down EXPORT_SYMBOL_GPL vmlinux 0x6b5d038c device_bind_driver EXPORT_SYMBOL_GPL vmlinux 0x6b6968ed device_remove_groups -EXPORT_SYMBOL_GPL vmlinux 0x6b74fe3e xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x6b762373 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed EXPORT_SYMBOL_GPL vmlinux 0x6b8d132d cpufreq_dbs_governor_stop EXPORT_SYMBOL_GPL vmlinux 0x6b91c857 free_vm_area EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value -EXPORT_SYMBOL_GPL vmlinux 0x6bce456b tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x6ba3e0e2 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6bc805b8 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save EXPORT_SYMBOL_GPL vmlinux 0x6bdc2349 dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0x6bdccfca get_kernel_page EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6bebd91d dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x6bf76a8e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c03f346 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x6c08e896 rio_request_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0x6c0c1e11 platform_get_irq_byname_optional EXPORT_SYMBOL_GPL vmlinux 0x6c3725dd dev_pm_opp_get_level EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4834f7 pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert EXPORT_SYMBOL_GPL vmlinux 0x6c5179c8 sysfs_create_files EXPORT_SYMBOL_GPL vmlinux 0x6c57aaaa wm5110_i2c_regmap @@ -20117,11 +20144,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x6c9ff31e devm_acpi_dma_controller_free EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition EXPORT_SYMBOL_GPL vmlinux 0x6cb5a8d6 power_supply_class -EXPORT_SYMBOL_GPL vmlinux 0x6cb9ff47 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x6cb7d7cb pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x6cbd931a serial8250_init_port EXPORT_SYMBOL_GPL vmlinux 0x6ccad9f6 ata_cable_sata EXPORT_SYMBOL_GPL vmlinux 0x6ccf521f of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x6cfb19d0 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6cfbfb73 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6d02404c ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0x6d05b509 stmpe_reg_read EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x6d10f4a3 xenbus_register_driver_common @@ -20129,6 +20158,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d337d95 devm_of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x6d34c84f i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d500ffc inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0x6d616f84 regulator_desc_list_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0x6d692e01 device_get_child_node_count EXPORT_SYMBOL_GPL vmlinux 0x6d6fbd51 ohci_hub_control @@ -20138,7 +20168,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6d788994 smpboot_unregister_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x6d7f88c7 crypto_req_done EXPORT_SYMBOL_GPL vmlinux 0x6d855d28 bsg_job_get -EXPORT_SYMBOL_GPL vmlinux 0x6d8579ec pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x6d926522 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x6daecf2a clk_regmap_mux_ro_ops @@ -20149,8 +20178,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x6dc5ae38 cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0x6de889e9 crypto_ahash_type EXPORT_SYMBOL_GPL vmlinux 0x6df521b0 xenbus_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x6df6e0b3 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x6dfbd4b6 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x6dfd4973 d_exchange -EXPORT_SYMBOL_GPL vmlinux 0x6e18e259 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6e05ffca inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x6e201de6 dev_pm_opp_of_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x6e43101f flow_indr_add_block_cb @@ -20158,51 +20188,45 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free EXPORT_SYMBOL_GPL vmlinux 0x6e521139 devm_regulator_get EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base -EXPORT_SYMBOL_GPL vmlinux 0x6ea68c95 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x6e8ecbc2 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6ec2a9de blk_queue_flag_test_and_set EXPORT_SYMBOL_GPL vmlinux 0x6ecae2cb usb_hcd_resume_root_hub -EXPORT_SYMBOL_GPL vmlinux 0x6eccf916 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x6ed8246f l3mdev_master_ifindex_rcu EXPORT_SYMBOL_GPL vmlinux 0x6ed9a22b regmap_mmio_attach_clk EXPORT_SYMBOL_GPL vmlinux 0x6ede3499 wb_writeout_inc EXPORT_SYMBOL_GPL vmlinux 0x6ede5e0d acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ee2b5bd ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x6ee8c94b sfp_get_module_eeprom -EXPORT_SYMBOL_GPL vmlinux 0x6ef2573f pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns -EXPORT_SYMBOL_GPL vmlinux 0x6efaeff1 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x6f00661b __clk_mux_determine_rate EXPORT_SYMBOL_GPL vmlinux 0x6f092324 ata_do_dev_read_id -EXPORT_SYMBOL_GPL vmlinux 0x6f0e2b06 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6f14e614 crypto_unregister_scomp EXPORT_SYMBOL_GPL vmlinux 0x6f24f5e7 nd_cmd_in_size EXPORT_SYMBOL_GPL vmlinux 0x6f25a017 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6f280b7a __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x6f2d1bfa phy_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x6f3966c8 power_supply_set_battery_charged -EXPORT_SYMBOL_GPL vmlinux 0x6f455829 xdp_do_redirect -EXPORT_SYMBOL_GPL vmlinux 0x6f5312a8 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6f645cf1 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x6f657f76 dev_coredumpv -EXPORT_SYMBOL_GPL vmlinux 0x6f6751f6 pci_bridge_secondary_bus_reset -EXPORT_SYMBOL_GPL vmlinux 0x6f6894a4 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x6f7237bb vfs_write EXPORT_SYMBOL_GPL vmlinux 0x6f807141 debugfs_create_file_unsafe EXPORT_SYMBOL_GPL vmlinux 0x6f9d540b freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fabaada usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6facc96c ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x6fae54f5 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x6fb49bf2 tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x6fcce1ba kvm_vcpu_read_guest_page -EXPORT_SYMBOL_GPL vmlinux 0x6fd9ea12 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x6fe41c0c usb_register_dev EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng EXPORT_SYMBOL_GPL vmlinux 0x6ffd8ac2 devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x70125afd device_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0x70192c8c of_pci_dma_range_parser_init -EXPORT_SYMBOL_GPL vmlinux 0x701ab2de pci_cleanup_aer_uncorrect_error_status -EXPORT_SYMBOL_GPL vmlinux 0x704855c2 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x704b94d8 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0x705862ef mmput -EXPORT_SYMBOL_GPL vmlinux 0x705dae0c tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x70603477 xdp_return_buff EXPORT_SYMBOL_GPL vmlinux 0x70734e67 debugfs_create_u8 EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array @@ -20215,8 +20239,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq EXPORT_SYMBOL_GPL vmlinux 0x70d570c1 pci_epc_set_msi -EXPORT_SYMBOL_GPL vmlinux 0x70dbe036 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x70e1a299 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x70e6749a dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x70fef704 serial8250_em485_init EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x710e127a fuse_dev_operations @@ -20237,13 +20261,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x7186d04c devm_nvmem_device_put EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x719fee89 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x71c0c982 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x71d8da14 meson_clk_dualdiv_ops EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x71f7a0e4 tcp_done EXPORT_SYMBOL_GPL vmlinux 0x7207518e hwmon_device_register EXPORT_SYMBOL_GPL vmlinux 0x720d01e8 mddev_init_writes_pending -EXPORT_SYMBOL_GPL vmlinux 0x72256035 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x722754b8 tc3589x_block_write EXPORT_SYMBOL_GPL vmlinux 0x722bcc22 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x722e8d35 rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x723738b8 do_unregister_con_driver EXPORT_SYMBOL_GPL vmlinux 0x725277e6 class_unregister EXPORT_SYMBOL_GPL vmlinux 0x7269b682 device_dma_supported @@ -20256,18 +20282,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x72cdfb29 crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0x72ce0f51 mtk_smi_larb_put EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0x72d5c8f9 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x72d72650 dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0x72e271cf devm_gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0x72f331e7 reset_simple_ops EXPORT_SYMBOL_GPL vmlinux 0x72f90936 iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0x73021f3d crypto_register_alg EXPORT_SYMBOL_GPL vmlinux 0x7312975a device_del EXPORT_SYMBOL_GPL vmlinux 0x731a1441 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x731a66ea pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x731b422c cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7323231e fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x73242dcd cpu_set_feature EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end -EXPORT_SYMBOL_GPL vmlinux 0x73412a4b bgmac_enet_resume EXPORT_SYMBOL_GPL vmlinux 0x734c70e2 blk_mq_sched_request_inserted EXPORT_SYMBOL_GPL vmlinux 0x734da653 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x73522725 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x7369961d rio_pw_enable EXPORT_SYMBOL_GPL vmlinux 0x736d4917 shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x737b6122 debugfs_create_u32_array @@ -20283,6 +20312,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x73b1e22e fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite EXPORT_SYMBOL_GPL vmlinux 0x73e11a5b crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x73eccb2c __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x73fe7803 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x740a5eb1 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x742098e0 dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0x74279f87 xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0x742a8b67 devfreq_event_add_edev @@ -20294,10 +20326,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase EXPORT_SYMBOL_GPL vmlinux 0x743edd86 of_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x74440e83 xdp_rxq_info_unused EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini -EXPORT_SYMBOL_GPL vmlinux 0x744a7e7f ip6_sk_redirect -EXPORT_SYMBOL_GPL vmlinux 0x744c2218 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x7455f3f7 devm_nvdimm_memremap -EXPORT_SYMBOL_GPL vmlinux 0x7463268e skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x74802e84 virtio_check_driver_offered_feature EXPORT_SYMBOL_GPL vmlinux 0x74840fca iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x74b4c749 devm_pci_epc_destroy @@ -20317,7 +20346,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x75363670 rio_mport_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0x753a179a kvm_is_visible_gfn EXPORT_SYMBOL_GPL vmlinux 0x7541fdcb skcipher_walk_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x75435844 genphy_c45_read_status -EXPORT_SYMBOL_GPL vmlinux 0x75445256 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x7544e5fc of_dma_configure EXPORT_SYMBOL_GPL vmlinux 0x75455cb5 dma_buf_kunmap EXPORT_SYMBOL_GPL vmlinux 0x7551f51e relay_switch_subbuf @@ -20355,7 +20383,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key EXPORT_SYMBOL_GPL vmlinux 0x766bdc8a phy_configure EXPORT_SYMBOL_GPL vmlinux 0x767362db peernet2id_alloc EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier -EXPORT_SYMBOL_GPL vmlinux 0x7685fafb ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x769fe0e7 unregister_trace_event EXPORT_SYMBOL_GPL vmlinux 0x76a9d41d ahci_do_softreset EXPORT_SYMBOL_GPL vmlinux 0x76cab3d6 pm_generic_freeze @@ -20364,7 +20391,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x76f61a05 cec_received_msg_ts -EXPORT_SYMBOL_GPL vmlinux 0x7710b119 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree @@ -20374,6 +20400,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x775dd928 irq_domain_remove EXPORT_SYMBOL_GPL vmlinux 0x7780644b efivar_entry_find EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779543dc acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0x77a59b66 uart_set_options EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string EXPORT_SYMBOL_GPL vmlinux 0x77ba3bf8 sec_irq_init @@ -20389,14 +20416,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x78329f60 sysfs_create_link_nowarn EXPORT_SYMBOL_GPL vmlinux 0x78491724 blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0x78507505 kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x78590d51 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x785992d8 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available EXPORT_SYMBOL_GPL vmlinux 0x785d137a irq_chip_set_type_parent EXPORT_SYMBOL_GPL vmlinux 0x785d5b3e kstrdup_quotable_file EXPORT_SYMBOL_GPL vmlinux 0x7861119b pm_runtime_allow -EXPORT_SYMBOL_GPL vmlinux 0x787327b1 dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x7877174a phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x7894d0c7 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x78a1f226 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x78ac8414 cpufreq_cpu_get_raw EXPORT_SYMBOL_GPL vmlinux 0x78b28ffe usb_phy_roothub_alloc EXPORT_SYMBOL_GPL vmlinux 0x78c2cdac sched_setattr @@ -20404,7 +20432,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x78e96600 perf_pmu_unregister EXPORT_SYMBOL_GPL vmlinux 0x79006f17 component_master_del EXPORT_SYMBOL_GPL vmlinux 0x790269d8 tty_ldisc_ref EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr -EXPORT_SYMBOL_GPL vmlinux 0x7916b8f7 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x791791c3 led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure EXPORT_SYMBOL_GPL vmlinux 0x7931a7f8 input_ff_event @@ -20419,7 +20446,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot EXPORT_SYMBOL_GPL vmlinux 0x795228b1 ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0x7959aad0 blk_lld_busy EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev -EXPORT_SYMBOL_GPL vmlinux 0x79972d3a skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x799aebb1 sbitmap_get_shallow EXPORT_SYMBOL_GPL vmlinux 0x79a6e41c device_create_vargs EXPORT_SYMBOL_GPL vmlinux 0x79aa5f79 crypto_stats_aead_encrypt @@ -20427,12 +20453,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x79acfd18 pm_stay_awake EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups EXPORT_SYMBOL_GPL vmlinux 0x79c99893 devm_of_platform_populate EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f27caf acpi_pci_find_root EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x7a04177a phy_resolve_aneg_linkmode EXPORT_SYMBOL_GPL vmlinux 0x7a19d996 blkg_lookup_slowpath EXPORT_SYMBOL_GPL vmlinux 0x7a1c5ba3 wm8400_reset_codec_reg_cache EXPORT_SYMBOL_GPL vmlinux 0x7a48b4a2 platform_device_register_full -EXPORT_SYMBOL_GPL vmlinux 0x7a4d4248 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x7a5927f5 software_node_fwnode EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7a672569 xen_xlate_map_ballooned_pages @@ -20444,16 +20470,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x7a9857f4 kvm_read_guest_atomic EXPORT_SYMBOL_GPL vmlinux 0x7a987af7 sysfs_remove_file_from_group EXPORT_SYMBOL_GPL vmlinux 0x7aa91ef0 dma_request_chan_by_mask EXPORT_SYMBOL_GPL vmlinux 0x7aaf3855 iommu_sva_bind_device -EXPORT_SYMBOL_GPL vmlinux 0x7ab1e8bb usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x7abfca43 rhashtable_init EXPORT_SYMBOL_GPL vmlinux 0x7ac0c5e9 rio_release_inb_pwrite -EXPORT_SYMBOL_GPL vmlinux 0x7ac71d0c sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings EXPORT_SYMBOL_GPL vmlinux 0x7ad4e076 devm_device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x7aeefb74 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x7afc246a __platform_driver_register EXPORT_SYMBOL_GPL vmlinux 0x7afd0fe6 fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0319eb xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x7b0a5bbf genphy_c45_read_pma EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0x7b214a3b attribute_container_register @@ -20462,10 +20488,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x7b220a8a vchan_dma_desc_free_list EXPORT_SYMBOL_GPL vmlinux 0x7b4c9ba9 sbitmap_queue_min_shallow_depth EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b62abf2 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us -EXPORT_SYMBOL_GPL vmlinux 0x7b9b4462 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x7b9e1832 perf_trace_run_bpf_submit EXPORT_SYMBOL_GPL vmlinux 0x7bab6124 clk_regmap_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7bac4321 devm_gpio_free @@ -20477,6 +20503,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7bd21f90 devm_of_pci_get_host_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x7be070a8 path_noexec EXPORT_SYMBOL_GPL vmlinux 0x7bf9f941 fscrypt_symlink_getattr EXPORT_SYMBOL_GPL vmlinux 0x7c04e072 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7c0aa45a pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x7c0d692b dm_suspended EXPORT_SYMBOL_GPL vmlinux 0x7c1b00a7 fsverity_verify_bio EXPORT_SYMBOL_GPL vmlinux 0x7c2e38ac get_device @@ -20484,12 +20511,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x7c2fc618 reset_control_get_count EXPORT_SYMBOL_GPL vmlinux 0x7c323ae6 clk_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0x7c3ae191 acpi_processor_get_performance_info EXPORT_SYMBOL_GPL vmlinux 0x7c3da03b __efivar_entry_get -EXPORT_SYMBOL_GPL vmlinux 0x7c4c9d43 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x7c415b71 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x7c542ee7 dax_writeback_mapping_range EXPORT_SYMBOL_GPL vmlinux 0x7c5e45bc fsverity_cleanup_inode EXPORT_SYMBOL_GPL vmlinux 0x7c5fb74d clk_bulk_get_optional -EXPORT_SYMBOL_GPL vmlinux 0x7c627dd7 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x7c681aba efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c89daa3 nvmem_device_cell_read EXPORT_SYMBOL_GPL vmlinux 0x7c8fe414 firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty @@ -20498,12 +20525,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare EXPORT_SYMBOL_GPL vmlinux 0x7c9baad4 sock_diag_put_meminfo EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor -EXPORT_SYMBOL_GPL vmlinux 0x7cc0a6a3 ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats EXPORT_SYMBOL_GPL vmlinux 0x7cd2079f mbox_request_channel_byname EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cda20e4 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq -EXPORT_SYMBOL_GPL vmlinux 0x7ce9b4e9 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x7cec7f7b bpf_trace_run1 EXPORT_SYMBOL_GPL vmlinux 0x7cfad87b debugfs_write_file_bool @@ -20518,6 +20544,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7d53d273 sched_trace_rq_avg_dl EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq EXPORT_SYMBOL_GPL vmlinux 0x7d5b577e devm_usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0x7d609cca usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d6fcbda skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x7d951d73 dev_pm_opp_get_opp_table EXPORT_SYMBOL_GPL vmlinux 0x7da6d746 rio_lock_device EXPORT_SYMBOL_GPL vmlinux 0x7db2210c xenbus_watch_pathfmt @@ -20532,16 +20559,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ddb2718 __tracepoint_block_rq_remap EXPORT_SYMBOL_GPL vmlinux 0x7ddbf06b crypto_larval_kill EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0x7de8a24e pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0x7deb3c03 ata_bmdma_port_ops EXPORT_SYMBOL_GPL vmlinux 0x7debcddd usb_queue_reset_device -EXPORT_SYMBOL_GPL vmlinux 0x7e211efd devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x7e4c519f udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type EXPORT_SYMBOL_GPL vmlinux 0x7e618c10 irq_chip_set_affinity_parent EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time EXPORT_SYMBOL_GPL vmlinux 0x7e6c1af7 mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x7e7a24be gfn_to_memslot EXPORT_SYMBOL_GPL vmlinux 0x7e7c08ce cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7e7fb49d usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x7e81559f __rio_local_write_config_32 EXPORT_SYMBOL_GPL vmlinux 0x7e82acdb ata_link_online EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty @@ -20550,33 +20577,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x7e9ca999 of_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x7ea2a716 pinctrl_pm_select_default_state EXPORT_SYMBOL_GPL vmlinux 0x7ea6178d scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark -EXPORT_SYMBOL_GPL vmlinux 0x7eb29077 pci_stop_root_bus -EXPORT_SYMBOL_GPL vmlinux 0x7ebcde6e ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x7ec4949f usb_autopm_put_interface_async EXPORT_SYMBOL_GPL vmlinux 0x7ec814de inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0x7ecf7b28 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x7ed21bc1 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7ed21c84 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x7ee19299 bd_unlink_disk_holder EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async EXPORT_SYMBOL_GPL vmlinux 0x7ef1d4d1 __devm_regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x7efde3b9 debugfs_create_devm_seqfile -EXPORT_SYMBOL_GPL vmlinux 0x7f01263a virtio_finalize_features EXPORT_SYMBOL_GPL vmlinux 0x7f098377 sdio_memcpy_toio EXPORT_SYMBOL_GPL vmlinux 0x7f128d01 crypto_blkcipher_type -EXPORT_SYMBOL_GPL vmlinux 0x7f40498b ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x7f4e84d1 md_bitmap_copy_from_slot EXPORT_SYMBOL_GPL vmlinux 0x7f52a815 register_kretprobes -EXPORT_SYMBOL_GPL vmlinux 0x7f664d97 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x7f72f1ae irq_create_fwspec_mapping EXPORT_SYMBOL_GPL vmlinux 0x7f7860ce usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x7f7be4ef lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata -EXPORT_SYMBOL_GPL vmlinux 0x7fa53619 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x7fa53a22 tty_buffer_lock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next EXPORT_SYMBOL_GPL vmlinux 0x7fd41fc6 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fd59c27 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x7fe57f10 crypto_unregister_scomps EXPORT_SYMBOL_GPL vmlinux 0x7ff741f5 iomap_seek_hole -EXPORT_SYMBOL_GPL vmlinux 0x80048798 devlink_flash_update_status_notify -EXPORT_SYMBOL_GPL vmlinux 0x800d08f6 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x8046e4e9 ahci_start_engine EXPORT_SYMBOL_GPL vmlinux 0x80490917 subsys_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x804f9061 meson_clk_pll_ops @@ -20588,32 +20611,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x808716cf dev_pm_qos_flags EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x80ab4c35 acpi_pci_check_ejectable EXPORT_SYMBOL_GPL vmlinux 0x80b109d4 __tracepoint_pelt_se_tp EXPORT_SYMBOL_GPL vmlinux 0x80b24285 fuse_file_poll EXPORT_SYMBOL_GPL vmlinux 0x80b781b5 kobject_init_and_add -EXPORT_SYMBOL_GPL vmlinux 0x80c11314 gnttab_query_foreign_access EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free EXPORT_SYMBOL_GPL vmlinux 0x80dd7fa7 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x80eaafdc ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x8101fef2 crypto_stats_ablkcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x811488b8 fwnode_remove_software_node -EXPORT_SYMBOL_GPL vmlinux 0x81192449 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x811aa903 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify -EXPORT_SYMBOL_GPL vmlinux 0x8122ba33 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x8120dcd1 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x81280276 kvm_release_page_dirty -EXPORT_SYMBOL_GPL vmlinux 0x81421237 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x814909e9 phy_get EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable -EXPORT_SYMBOL_GPL vmlinux 0x815f2e88 __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl EXPORT_SYMBOL_GPL vmlinux 0x8166867e kvm_read_guest_page EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits -EXPORT_SYMBOL_GPL vmlinux 0x8177945b pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x817cbd23 ti_sci_inta_msi_create_irq_domain EXPORT_SYMBOL_GPL vmlinux 0x8181b958 gpiochip_generic_free EXPORT_SYMBOL_GPL vmlinux 0x818801ae kvm_write_guest_cached EXPORT_SYMBOL_GPL vmlinux 0x818aa6a5 iommu_domain_alloc -EXPORT_SYMBOL_GPL vmlinux 0x818db7be __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0x8193deb6 phy_reset EXPORT_SYMBOL_GPL vmlinux 0x819546f0 rdev_get_id EXPORT_SYMBOL_GPL vmlinux 0x81958eee acpi_debugfs_dir @@ -20622,6 +20642,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x81a4586e usb_disable_ltm EXPORT_SYMBOL_GPL vmlinux 0x81a8039d pm_clk_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe EXPORT_SYMBOL_GPL vmlinux 0x81b0fca7 d_walk +EXPORT_SYMBOL_GPL vmlinux 0x81b3f33f tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x81d11bb4 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm EXPORT_SYMBOL_GPL vmlinux 0x81e0a233 lochnagar_update_config @@ -20636,11 +20657,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x823a579b acpi_set_modalias EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x82438ea3 xenbus_dev_is_online EXPORT_SYMBOL_GPL vmlinux 0x8245c6dc regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x8258c4b7 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x82772c3a fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog EXPORT_SYMBOL_GPL vmlinux 0x827e88c5 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x82a0478d xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x82a630ae regulator_get_voltage_rdev EXPORT_SYMBOL_GPL vmlinux 0x82a67edc acpi_cppc_processor_exit EXPORT_SYMBOL_GPL vmlinux 0x82ab2778 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x82ab2803 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x82ac046f ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x82acd864 regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0x82ad467d crypto_unregister_skciphers EXPORT_SYMBOL_GPL vmlinux 0x82bad0f7 crypto_drop_spawn @@ -20648,21 +20674,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x82bd8fbe inode_sb_list_add EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82e5548b dpcon_get_attributes EXPORT_SYMBOL_GPL vmlinux 0x82e910c4 devm_gpiochip_add_data -EXPORT_SYMBOL_GPL vmlinux 0x8302b244 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x83044910 nd_blk_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0x830a1813 dpbp_disable EXPORT_SYMBOL_GPL vmlinux 0x83118d07 crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0x8326572d wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x832800da xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x8328b803 __blk_req_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0x832aadc8 kern_mount EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x834a0906 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0x834d4424 __pci_epf_register_driver EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem EXPORT_SYMBOL_GPL vmlinux 0x83582e50 of_fdt_unflatten_tree -EXPORT_SYMBOL_GPL vmlinux 0x836221a9 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x836b2c3a clk_regmap_mux_ops EXPORT_SYMBOL_GPL vmlinux 0x838098a6 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x838725a6 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free EXPORT_SYMBOL_GPL vmlinux 0x838fb59d gpiod_set_raw_value EXPORT_SYMBOL_GPL vmlinux 0x839bb3e2 of_property_count_elems_of_size @@ -20671,7 +20698,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x83a6e09c debugfs_create_u64 EXPORT_SYMBOL_GPL vmlinux 0x83a70f57 fwnode_handle_put EXPORT_SYMBOL_GPL vmlinux 0x83a83560 dev_pm_opp_remove EXPORT_SYMBOL_GPL vmlinux 0x83b17ce7 fwnode_graph_get_remote_port_parent -EXPORT_SYMBOL_GPL vmlinux 0x83cc250c xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x83f26dbb switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x83fc0111 mnt_want_write EXPORT_SYMBOL_GPL vmlinux 0x8406eaf5 amba_apb_device_add_res EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv @@ -20688,11 +20715,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type EXPORT_SYMBOL_GPL vmlinux 0x846b7e2b extcon_get_property EXPORT_SYMBOL_GPL vmlinux 0x846e5e68 blkcg_root EXPORT_SYMBOL_GPL vmlinux 0x847950cb ata_bmdma_dumb_qc_prep -EXPORT_SYMBOL_GPL vmlinux 0x8479ef93 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x847b045e sysfs_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert EXPORT_SYMBOL_GPL vmlinux 0x84b5faee input_ff_destroy -EXPORT_SYMBOL_GPL vmlinux 0x84bf888b pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x84cb2c97 pm_clk_create EXPORT_SYMBOL_GPL vmlinux 0x84d47e33 da9052_adc_read_temp EXPORT_SYMBOL_GPL vmlinux 0x84ded9bd dev_pm_domain_detach @@ -20703,34 +20728,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x84ecc555 of_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x850a3794 phy_pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy -EXPORT_SYMBOL_GPL vmlinux 0x850fedbf dw_pcie_setup_rc -EXPORT_SYMBOL_GPL vmlinux 0x8512241d __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x8514337a generic_fh_to_parent EXPORT_SYMBOL_GPL vmlinux 0x851d4249 sdio_f0_writeb EXPORT_SYMBOL_GPL vmlinux 0x851dff37 of_irq_parse_one EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85231599 ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x8523abbe tps6586x_write EXPORT_SYMBOL_GPL vmlinux 0x85292e4b usb_autopm_get_interface_async EXPORT_SYMBOL_GPL vmlinux 0x85298dc1 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x8533a063 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x8534f076 irq_gc_mask_set_bit EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put EXPORT_SYMBOL_GPL vmlinux 0x85552f1e sysfs_create_link -EXPORT_SYMBOL_GPL vmlinux 0x8563fa7d inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8577e199 switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x857debdf hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x858c8eff fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0x85928fc6 spi_async_locked EXPORT_SYMBOL_GPL vmlinux 0x85935a61 acpi_dev_irq_flags EXPORT_SYMBOL_GPL vmlinux 0x85937598 ata_sff_lost_interrupt EXPORT_SYMBOL_GPL vmlinux 0x859c0f18 ulpi_viewport_access_ops EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword EXPORT_SYMBOL_GPL vmlinux 0x85ae36ed devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x85b04d08 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x85b1c626 __tracepoint_rpm_suspend EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit -EXPORT_SYMBOL_GPL vmlinux 0x85ba0b95 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x85bd64d9 xen_xlate_unmap_gfn_range EXPORT_SYMBOL_GPL vmlinux 0x85c123d3 max8997_write_reg EXPORT_SYMBOL_GPL vmlinux 0x85c54b61 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0x85d3cb1f pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x85dcd2fd devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0x85fcdf5b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x86036371 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x861c1b6f blkcg_activate_policy EXPORT_SYMBOL_GPL vmlinux 0x86206e75 devfreq_event_enable_edev EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init @@ -20742,10 +20770,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0x8678c00e relay_flush EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get EXPORT_SYMBOL_GPL vmlinux 0x869720df rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x86a1ee1a strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x86ab19b9 of_css EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x86e4fc5a sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x86f9181b dev_pm_opp_find_freq_ceil @@ -20772,6 +20802,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x88066be2 __tracepoint_rpm_return_int EXPORT_SYMBOL_GPL vmlinux 0x881a7cd7 serial8250_do_get_mctrl EXPORT_SYMBOL_GPL vmlinux 0x881b7ebd mmc_cmdq_enable EXPORT_SYMBOL_GPL vmlinux 0x881f2f80 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8827197d xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x882daa3e regmap_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x882ea19c shash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x88300a5a gpiochip_enable_irq @@ -20780,9 +20811,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x883a2f42 usb_hcd_is_primary_hcd EXPORT_SYMBOL_GPL vmlinux 0x884b5591 kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0x8850f89c fwnode_graph_get_remote_endpoint EXPORT_SYMBOL_GPL vmlinux 0x88738904 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x887f5e10 pci_pr3_present EXPORT_SYMBOL_GPL vmlinux 0x8880ca95 tty_prepare_flip_string EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer -EXPORT_SYMBOL_GPL vmlinux 0x88ab1e46 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88bd6882 posix_acl_create EXPORT_SYMBOL_GPL vmlinux 0x88c62700 pinctrl_utils_add_map_mux @@ -20811,6 +20842,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x89c76b27 sysfs_unbreak_active_protection EXPORT_SYMBOL_GPL vmlinux 0x89cb4f89 acpi_pm_set_device_wakeup EXPORT_SYMBOL_GPL vmlinux 0x89e2c438 alarmtimer_get_rtcdev EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e4e023 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x89efd33c rio_request_outb_mbox EXPORT_SYMBOL_GPL vmlinux 0x89f24d36 trace_event_buffer_reserve EXPORT_SYMBOL_GPL vmlinux 0x89fc8c4f debugfs_remove @@ -20821,7 +20853,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8a240bff __xas_next EXPORT_SYMBOL_GPL vmlinux 0x8a2a22ec shash_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0x8a2a9dc1 nd_numa_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x8a2e3ada crypto_unregister_template -EXPORT_SYMBOL_GPL vmlinux 0x8a34490d pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x8a37b96b pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0x8a3a22fc clk_divider_ops EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler EXPORT_SYMBOL_GPL vmlinux 0x8a48b74c of_platform_device_destroy @@ -20830,24 +20862,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x8a492a9e crypto_grab_spawn EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode EXPORT_SYMBOL_GPL vmlinux 0x8a5c842f l3mdev_fib_table_rcu EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6f57f6 strp_init EXPORT_SYMBOL_GPL vmlinux 0x8a716b3e dev_attr_em_message_type EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn EXPORT_SYMBOL_GPL vmlinux 0x8a79e46c scsi_dh_set_params -EXPORT_SYMBOL_GPL vmlinux 0x8ab64c19 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files EXPORT_SYMBOL_GPL vmlinux 0x8abd3fc2 of_alias_get_id EXPORT_SYMBOL_GPL vmlinux 0x8ac7302e crypto_ahash_setkey -EXPORT_SYMBOL_GPL vmlinux 0x8ad5da23 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0x8ae5b1ef dax_driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0x8ae61da8 pci_hp_add -EXPORT_SYMBOL_GPL vmlinux 0x8ae74418 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x8aea91f8 bus_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0x8b088eb2 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8b04d4b1 pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x8b111e90 clk_hw_register_divider_table EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match EXPORT_SYMBOL_GPL vmlinux 0x8b17caec usb_register_driver EXPORT_SYMBOL_GPL vmlinux 0x8b2e31e0 css_next_descendant_pre EXPORT_SYMBOL_GPL vmlinux 0x8b3994a4 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x8b3b08c9 __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x8b536621 dev_attr_link_power_management_policy EXPORT_SYMBOL_GPL vmlinux 0x8b5a882f arizona_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x8b63e668 to_nd_region @@ -20855,11 +20885,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x8b69a44a fat_sync_inode EXPORT_SYMBOL_GPL vmlinux 0x8b94b372 regmap_async_complete EXPORT_SYMBOL_GPL vmlinux 0x8b97b0e2 __of_phy_provider_register -EXPORT_SYMBOL_GPL vmlinux 0x8b9de661 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op EXPORT_SYMBOL_GPL vmlinux 0x8ba99a7d i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0x8bb788f4 xenbus_probe_devices -EXPORT_SYMBOL_GPL vmlinux 0x8bc46c8c tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x8bc5e956 wm831x_reg_read EXPORT_SYMBOL_GPL vmlinux 0x8bc94592 fuse_dev_release EXPORT_SYMBOL_GPL vmlinux 0x8be68f72 dev_pm_put_subsys_data @@ -20869,7 +20897,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c2414b8 aead_geniv_free EXPORT_SYMBOL_GPL vmlinux 0x8c2c3752 i2c_dw_probe EXPORT_SYMBOL_GPL vmlinux 0x8c3f3235 genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0x8c423643 scsi_dh_activate -EXPORT_SYMBOL_GPL vmlinux 0x8c46d5a1 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference EXPORT_SYMBOL_GPL vmlinux 0x8c4f4bb0 pwm_capture EXPORT_SYMBOL_GPL vmlinux 0x8c5f3e56 of_property_read_variable_u32_array @@ -20877,22 +20904,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c6df18a gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x8c6edd2b iomap_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x8c6f855e __pm_runtime_idle EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c81b197 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8c852d31 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off -EXPORT_SYMBOL_GPL vmlinux 0x8c924be1 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0x8c948a83 securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x8c9aa35b devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ca15c0a inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x8ca205d2 scsi_target_block EXPORT_SYMBOL_GPL vmlinux 0x8ca4c586 security_path_rmdir EXPORT_SYMBOL_GPL vmlinux 0x8ca5e25e md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x8ccae16c usb_of_get_device_node -EXPORT_SYMBOL_GPL vmlinux 0x8ccd1c03 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x8cd1efeb cec_s_conn_info +EXPORT_SYMBOL_GPL vmlinux 0x8cd82731 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x8cee2d37 rio_register_driver -EXPORT_SYMBOL_GPL vmlinux 0x8cee83a5 pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0x8cf0b6c0 platform_msi_domain_free_irqs EXPORT_SYMBOL_GPL vmlinux 0x8cfff833 device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0x8d03bf5a ahci_platform_suspend_host -EXPORT_SYMBOL_GPL vmlinux 0x8d0a7662 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x8d132a40 platform_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x8d197579 virtqueue_get_used_addr EXPORT_SYMBOL_GPL vmlinux 0x8d21126c acpi_bus_trim @@ -20904,13 +20931,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x8d3fed31 iommu_domain_free EXPORT_SYMBOL_GPL vmlinux 0x8d4165b0 securityfs_remove EXPORT_SYMBOL_GPL vmlinux 0x8d4aa6a0 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8d59a45a sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major EXPORT_SYMBOL_GPL vmlinux 0x8d807004 __mnt_drop_write EXPORT_SYMBOL_GPL vmlinux 0x8d9ba6e7 bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0x8db2c04f software_node_register_nodes EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd0856d addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x8dd0c91d uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x8dd4b901 sched_trace_cfs_rq_avg -EXPORT_SYMBOL_GPL vmlinux 0x8de2d8b7 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0x8deb69c7 freq_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x8ded4ddd driver_register EXPORT_SYMBOL_GPL vmlinux 0x8dfa4e91 alloc_dax_region @@ -20918,6 +20947,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e2014e8 ohci_setup EXPORT_SYMBOL_GPL vmlinux 0x8e26e3d5 dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0x8e2ec74e acpi_subsys_prepare EXPORT_SYMBOL_GPL vmlinux 0x8e2ffd75 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8e3523bc tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x8e3c7c9a netlink_add_tap EXPORT_SYMBOL_GPL vmlinux 0x8e42d4d8 elv_register EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep @@ -20929,7 +20959,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e7731da trace_event_reg EXPORT_SYMBOL_GPL vmlinux 0x8e7e28ca iommu_page_response EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id EXPORT_SYMBOL_GPL vmlinux 0x8e856bcf ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e86396a __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0x8e88134c dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x8e8dea1d tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc EXPORT_SYMBOL_GPL vmlinux 0x8e97b6c0 cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x8ea95280 ata_scsi_unlock_native_capacity @@ -20943,12 +20975,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x8ee11a35 syscon_regmap_lookup_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x8ee1d732 i2c_client_type EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x8ef2daea __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x8ef380af devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp EXPORT_SYMBOL_GPL vmlinux 0x8f0fa8e3 device_create_bin_file -EXPORT_SYMBOL_GPL vmlinux 0x8f15cdda sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 EXPORT_SYMBOL_GPL vmlinux 0x8f28b328 cgroup_rstat_updated EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3d76c6 sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x8f489969 page_cache_sync_readahead EXPORT_SYMBOL_GPL vmlinux 0x8f6c697a security_file_ioctl EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative @@ -20957,18 +20990,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x8f73cb1a bsg_job_done EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool EXPORT_SYMBOL_GPL vmlinux 0x8f801d8d rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f91d1eb xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x8f97ce43 usb_set_device_state EXPORT_SYMBOL_GPL vmlinux 0x8fae9548 pinctrl_dev_get_devname EXPORT_SYMBOL_GPL vmlinux 0x8fb0b1d7 tps80031_ext_power_req_config EXPORT_SYMBOL_GPL vmlinux 0x8fb7c702 blkcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0x8fdc748d edac_mc_find_csrow_by_page EXPORT_SYMBOL_GPL vmlinux 0x8fe68a6d fwnode_get_named_gpiod -EXPORT_SYMBOL_GPL vmlinux 0x8ff57061 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x9007d972 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x900ba28e devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x9018476a extcon_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x9018b56c nvmem_device_write EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x904252e4 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x904eafe1 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x90557283 irq_of_parse_and_map EXPORT_SYMBOL_GPL vmlinux 0x905f6fde kvm_write_guest_page EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put @@ -20981,9 +21016,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x90943f0a pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0x90a9997d balloon_page_list_dequeue EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d5a533 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x90d8253a irq_gc_mask_clr_bit EXPORT_SYMBOL_GPL vmlinux 0x90e51094 clk_hw_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x9104fe97 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9110f798 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream EXPORT_SYMBOL_GPL vmlinux 0x913164bb cpu_device_create EXPORT_SYMBOL_GPL vmlinux 0x91479362 devm_led_classdev_register_ext @@ -20992,6 +21029,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9158b310 xenbus_dev_groups EXPORT_SYMBOL_GPL vmlinux 0x91594445 pkcs7_get_content_data EXPORT_SYMBOL_GPL vmlinux 0x915c03a3 usb_free_coherent EXPORT_SYMBOL_GPL vmlinux 0x9160f6f5 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x916c04f1 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x9173ff64 flow_indr_block_call EXPORT_SYMBOL_GPL vmlinux 0x91924cdc blk_mq_virtio_map_queues EXPORT_SYMBOL_GPL vmlinux 0x919425fd pv_ops @@ -21005,22 +21043,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq EXPORT_SYMBOL_GPL vmlinux 0x91c8b5b5 mutex_lock_io EXPORT_SYMBOL_GPL vmlinux 0x91df5058 efivar_entry_remove EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist -EXPORT_SYMBOL_GPL vmlinux 0x91f2c153 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x92032bac rio_bus_type EXPORT_SYMBOL_GPL vmlinux 0x92085621 gpiochip_populate_parent_fwspec_twocell EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl EXPORT_SYMBOL_GPL vmlinux 0x92177559 fsnotify_alloc_group EXPORT_SYMBOL_GPL vmlinux 0x922897d8 vcpu_load EXPORT_SYMBOL_GPL vmlinux 0x92295424 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x922d0a6d devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x923555d0 dev_pm_qos_hide_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0x9239dcb9 unix_outq_len EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred EXPORT_SYMBOL_GPL vmlinux 0x924384c7 platform_device_put -EXPORT_SYMBOL_GPL vmlinux 0x9245d742 bgmac_enet_remove EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object EXPORT_SYMBOL_GPL vmlinux 0x9251a17e fuse_kill_sb_anon EXPORT_SYMBOL_GPL vmlinux 0x926d8a3b subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x927a46a0 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x92845608 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x92a161b6 skb_segment EXPORT_SYMBOL_GPL vmlinux 0x92b005dd dma_wait_for_async_tx EXPORT_SYMBOL_GPL vmlinux 0x92b52907 ata_host_detach EXPORT_SYMBOL_GPL vmlinux 0x92b715de platform_get_resource_byname @@ -21037,7 +21076,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs EXPORT_SYMBOL_GPL vmlinux 0x9318586c clk_hw_register_mux_table EXPORT_SYMBOL_GPL vmlinux 0x93205443 __serdev_device_driver_register -EXPORT_SYMBOL_GPL vmlinux 0x933dde94 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x934051e6 virtqueue_add_sgs EXPORT_SYMBOL_GPL vmlinux 0x9363b25b __put_net @@ -21051,9 +21089,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references EXPORT_SYMBOL_GPL vmlinux 0x93d5b312 usb_hub_find_child EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report -EXPORT_SYMBOL_GPL vmlinux 0x940b7a94 rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put -EXPORT_SYMBOL_GPL vmlinux 0x9421a55d ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x9423a077 ahci_platform_enable_clks EXPORT_SYMBOL_GPL vmlinux 0x942f102e bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack @@ -21066,14 +21102,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x9456e5f5 tty_buffer_set_limit EXPORT_SYMBOL_GPL vmlinux 0x945d2603 usb_role_switch_register EXPORT_SYMBOL_GPL vmlinux 0x9463eb04 spi_get_next_queued_message EXPORT_SYMBOL_GPL vmlinux 0x94690f30 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9469a3b0 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x9476d1a2 of_device_uevent_modalias EXPORT_SYMBOL_GPL vmlinux 0x947cd044 adp5520_write EXPORT_SYMBOL_GPL vmlinux 0x949992e6 bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0x949d8959 pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu -EXPORT_SYMBOL_GPL vmlinux 0x94a3bc09 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x94a8a23f security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x94b19d54 bgmac_enet_probe EXPORT_SYMBOL_GPL vmlinux 0x94c8804b sata_link_hardreset EXPORT_SYMBOL_GPL vmlinux 0x94d24a63 fuse_dev_install EXPORT_SYMBOL_GPL vmlinux 0x94d5f288 bdi_dev_name @@ -21086,20 +21123,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread EXPORT_SYMBOL_GPL vmlinux 0x950a68ae gpiod_direction_output_raw EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952da975 ping_hash EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds EXPORT_SYMBOL_GPL vmlinux 0x9559e37c blk_mq_flush_busy_ctxs EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn -EXPORT_SYMBOL_GPL vmlinux 0x955eaddc pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x95618a95 device_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x9581d139 clk_hw_get_parent -EXPORT_SYMBOL_GPL vmlinux 0x9583bab0 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free EXPORT_SYMBOL_GPL vmlinux 0x959d27bd kthread_unpark EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a533e8 ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x95a900a4 devm_kfree EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free EXPORT_SYMBOL_GPL vmlinux 0x95ce0fed crypto_stats_kpp_set_secret -EXPORT_SYMBOL_GPL vmlinux 0x95cf0c29 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x95d3dcb6 regmap_can_raw_write EXPORT_SYMBOL_GPL vmlinux 0x95e7e363 crypto_init_shash_spawn EXPORT_SYMBOL_GPL vmlinux 0x95ed4d5a regmap_fields_update_bits_base @@ -21116,18 +21152,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x96586e71 dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x966e0aa0 regmap_register_patch EXPORT_SYMBOL_GPL vmlinux 0x967cd56f tty_ldisc_deref EXPORT_SYMBOL_GPL vmlinux 0x9680e55c devm_devfreq_event_remove_edev -EXPORT_SYMBOL_GPL vmlinux 0x9684bdbc sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin EXPORT_SYMBOL_GPL vmlinux 0x969d3322 genphy_c45_check_and_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x969eff4d serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x96a7632e devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x96b0d552 regulator_disable_deferred EXPORT_SYMBOL_GPL vmlinux 0x96b423e7 crypto_alg_extsize -EXPORT_SYMBOL_GPL vmlinux 0x96bc1111 seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0x96ce0c54 governor_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x96ce1221 vfs_cancel_lock EXPORT_SYMBOL_GPL vmlinux 0x96d10030 meson_clk_pcie_pll_ops EXPORT_SYMBOL_GPL vmlinux 0x96d2aac3 ahci_platform_disable_resources -EXPORT_SYMBOL_GPL vmlinux 0x96d472ac pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x96e44fc4 xhci_resume EXPORT_SYMBOL_GPL vmlinux 0x96e59f00 tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x96f3f1c5 virtqueue_get_desc_addr @@ -21135,18 +21169,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x96fbed08 noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0x96fc92a9 kvm_vcpu_gfn_to_hva EXPORT_SYMBOL_GPL vmlinux 0x9702b1ce irq_chip_ack_parent EXPORT_SYMBOL_GPL vmlinux 0x970cd8a2 sdio_disable_func -EXPORT_SYMBOL_GPL vmlinux 0x9713d421 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x9714ada3 irq_remove_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9734b2e6 pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x97354547 gnttab_foreach_grant_in_range EXPORT_SYMBOL_GPL vmlinux 0x973f6cb3 tpm_chip_register EXPORT_SYMBOL_GPL vmlinux 0x9748f52e kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x974bdfe2 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x9750b80c tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same EXPORT_SYMBOL_GPL vmlinux 0x97623558 xas_create_range EXPORT_SYMBOL_GPL vmlinux 0x976eb042 of_device_modalias EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node EXPORT_SYMBOL_GPL vmlinux 0x9787eae1 fsnotify_put_mark -EXPORT_SYMBOL_GPL vmlinux 0x978facde tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x979e77a6 sata_link_debounce EXPORT_SYMBOL_GPL vmlinux 0x97b8050f bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x97c86f38 blk_freeze_queue_start @@ -21164,10 +21199,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x9828ea34 spi_async EXPORT_SYMBOL_GPL vmlinux 0x982a03af ata_sff_error_handler EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick EXPORT_SYMBOL_GPL vmlinux 0x9834f3f7 fat_setattr -EXPORT_SYMBOL_GPL vmlinux 0x983b93f8 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x98492eec perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc -EXPORT_SYMBOL_GPL vmlinux 0x98544c37 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x9857e2b0 debugfs_rename EXPORT_SYMBOL_GPL vmlinux 0x9864f6eb ata_sff_tf_read @@ -21190,7 +21223,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x98e7c27e regulator_get_hardware_vsel_register EXPORT_SYMBOL_GPL vmlinux 0x98f30007 spi_controller_dma_unmap_mem_op_data EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios EXPORT_SYMBOL_GPL vmlinux 0x99199ac3 sdio_unregister_driver -EXPORT_SYMBOL_GPL vmlinux 0x994ff537 br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on EXPORT_SYMBOL_GPL vmlinux 0x9963a099 ata_sff_postreset EXPORT_SYMBOL_GPL vmlinux 0x9963c568 xhci_mtk_add_ep_quirk @@ -21198,18 +21230,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x9966e372 devm_acpi_dev_add_driver_gpios EXPORT_SYMBOL_GPL vmlinux 0x9972b9ee tps65912_regmap_config EXPORT_SYMBOL_GPL vmlinux 0x99755698 pm_genpd_syscore_poweron EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99840584 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time EXPORT_SYMBOL_GPL vmlinux 0x99b84851 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x99c2fc9e ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x99dec3ad __hwspin_lock_timeout EXPORT_SYMBOL_GPL vmlinux 0x99dee811 regulator_force_disable EXPORT_SYMBOL_GPL vmlinux 0x99e24702 irq_domain_reset_irq_data EXPORT_SYMBOL_GPL vmlinux 0x99e4a325 pci_msi_mask_irq -EXPORT_SYMBOL_GPL vmlinux 0x99ee8fff __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name EXPORT_SYMBOL_GPL vmlinux 0x9a11fb97 crypto_register_shashes -EXPORT_SYMBOL_GPL vmlinux 0x9a1cf28d inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x9a246e2b serdev_device_get_tiocm EXPORT_SYMBOL_GPL vmlinux 0x9a308990 platform_device_add_properties EXPORT_SYMBOL_GPL vmlinux 0x9a33340d tpm_chip_stop @@ -21217,7 +21249,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x9a360a92 scmi_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x9a384ff4 regmap_multi_reg_write EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq EXPORT_SYMBOL_GPL vmlinux 0x9a63de1f kernfs_notify -EXPORT_SYMBOL_GPL vmlinux 0x9a6e43a8 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x9a7b891d scsi_device_from_queue EXPORT_SYMBOL_GPL vmlinux 0x9a87506c debugfs_create_file EXPORT_SYMBOL_GPL vmlinux 0x9a93350a mddev_suspend @@ -21225,11 +21256,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops EXPORT_SYMBOL_GPL vmlinux 0x9ac5546a register_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x9ae0ebee phy_driver_is_genphy EXPORT_SYMBOL_GPL vmlinux 0x9ae4191f sbitmap_queue_init_node -EXPORT_SYMBOL_GPL vmlinux 0x9ae4f4eb strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty EXPORT_SYMBOL_GPL vmlinux 0x9af2ebad of_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x9b11e81d bpf_trace_run7 -EXPORT_SYMBOL_GPL vmlinux 0x9b230951 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x9b2871cc devm_usb_put_phy EXPORT_SYMBOL_GPL vmlinux 0x9b3ac6d8 serial8250_clear_and_reinit_fifos EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register @@ -21242,6 +21271,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill EXPORT_SYMBOL_GPL vmlinux 0x9b8bcd3a usb_sg_cancel EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba0df2f nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x9ba1aa22 blkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update @@ -21254,10 +21284,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui EXPORT_SYMBOL_GPL vmlinux 0x9bfffd11 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x9c07e9c4 __sync_filesystem EXPORT_SYMBOL_GPL vmlinux 0x9c1355ca xenbus_unmap_ring -EXPORT_SYMBOL_GPL vmlinux 0x9c16cc1c dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x9c3d7ad9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x9c44f731 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0x9c5e78bd crypto_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x9c747575 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x9c7864f1 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on EXPORT_SYMBOL_GPL vmlinux 0x9c821713 phy_led_triggers_unregister EXPORT_SYMBOL_GPL vmlinux 0x9c991f24 devm_spi_mem_dirmap_create @@ -21273,6 +21304,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9ce013c0 usb_hcd_platform_shutdown EXPORT_SYMBOL_GPL vmlinux 0x9cf2a74d edac_raw_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy EXPORT_SYMBOL_GPL vmlinux 0x9d062667 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d08340f pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data EXPORT_SYMBOL_GPL vmlinux 0x9d151484 usb_hub_clear_tt_buffer EXPORT_SYMBOL_GPL vmlinux 0x9d1c121b irq_domain_add_simple @@ -21281,10 +21313,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x9d35164f devm_regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0x9d7aa07f altr_sysmgr_regmap_lookup_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x9d826649 serial8250_rpm_put EXPORT_SYMBOL_GPL vmlinux 0x9d8385a5 of_resolve_phandles -EXPORT_SYMBOL_GPL vmlinux 0x9d9bb2f5 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x9d944514 devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0x9da21c7d pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x9daca835 vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x9db8a57f fuse_free_conn EXPORT_SYMBOL_GPL vmlinux 0x9dc1fc4d of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x9dd3c1c5 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x9dd3ce05 gpiod_get_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0x9dd638e4 irq_create_direct_mapping EXPORT_SYMBOL_GPL vmlinux 0x9de1fede security_inode_create @@ -21300,13 +21334,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x9e163f09 blk_mq_debugfs_rq_show EXPORT_SYMBOL_GPL vmlinux 0x9e2382b8 nvdimm_bus_register EXPORT_SYMBOL_GPL vmlinux 0x9e2be3f0 usb_add_phy_dev EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field -EXPORT_SYMBOL_GPL vmlinux 0x9e61769e __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x9e53ad23 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x9e6db682 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x9e74c399 ata_link_abort EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x9eddd9ba gen10g_config_aneg EXPORT_SYMBOL_GPL vmlinux 0x9ef85628 pm_runtime_set_autosuspend_delay EXPORT_SYMBOL_GPL vmlinux 0x9f0ced71 da9052_enable_irq EXPORT_SYMBOL_GPL vmlinux 0x9f1e6461 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x9f2bb663 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x9f306089 crypto_aead_setkey EXPORT_SYMBOL_GPL vmlinux 0x9f36457e __tracepoint_fdb_delete EXPORT_SYMBOL_GPL vmlinux 0x9f38c997 dax_inode @@ -21326,27 +21362,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x9faf6cd0 fsl_mc_device_add EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9fe20aff smpboot_register_percpu_thread -EXPORT_SYMBOL_GPL vmlinux 0x9fe22f28 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm EXPORT_SYMBOL_GPL vmlinux 0x9fec455a bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0xa002c35c da9052_disable_irq_nosync -EXPORT_SYMBOL_GPL vmlinux 0xa006c986 __udp_enqueue_schedule_skb -EXPORT_SYMBOL_GPL vmlinux 0xa007d858 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xa00fdacd debugfs_create_u32 EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xa023e28d ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa025bb76 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xa030e7a0 regulator_set_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0xa03eea59 pm_schedule_suspend EXPORT_SYMBOL_GPL vmlinux 0xa03f8c4e vfs_truncate -EXPORT_SYMBOL_GPL vmlinux 0xa04e6294 nf_queue EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock -EXPORT_SYMBOL_GPL vmlinux 0xa0549694 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0xa0676759 power_supply_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0xa06f135f cpuidle_disable_device EXPORT_SYMBOL_GPL vmlinux 0xa0726ac8 debugfs_create_x16 EXPORT_SYMBOL_GPL vmlinux 0xa0788508 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa07c90bf ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message EXPORT_SYMBOL_GPL vmlinux 0xa08274a9 dax_supported EXPORT_SYMBOL_GPL vmlinux 0xa09614a1 dm_per_bio_data @@ -21354,15 +21387,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xa09a28f5 evm_inode_init_security EXPORT_SYMBOL_GPL vmlinux 0xa0a45e3e netlink_remove_tap EXPORT_SYMBOL_GPL vmlinux 0xa0accdb1 of_dma_xlate_by_chan_id EXPORT_SYMBOL_GPL vmlinux 0xa0c6befa hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa0ce4167 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages EXPORT_SYMBOL_GPL vmlinux 0xa1092b01 rio_dev_put EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type EXPORT_SYMBOL_GPL vmlinux 0xa1186daf hwmon_device_register_with_info -EXPORT_SYMBOL_GPL vmlinux 0xa118bd58 bgmac_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa11e6957 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xa121a921 acpi_cppc_processor_probe EXPORT_SYMBOL_GPL vmlinux 0xa127426a ahci_platform_disable_phys EXPORT_SYMBOL_GPL vmlinux 0xa12d9d43 sdio_claim_irq -EXPORT_SYMBOL_GPL vmlinux 0xa13c0b4c acpi_pci_find_root EXPORT_SYMBOL_GPL vmlinux 0xa13caa01 regulator_map_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0xa1462614 usb_phy_set_charger_current EXPORT_SYMBOL_GPL vmlinux 0xa14b1ea2 dev_set_name @@ -21373,13 +21406,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xa169f6f9 __hwspin_unlock EXPORT_SYMBOL_GPL vmlinux 0xa16b7f64 device_add_groups EXPORT_SYMBOL_GPL vmlinux 0xa16bf1a9 nvmem_dev_name EXPORT_SYMBOL_GPL vmlinux 0xa16f4c04 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xa17ea298 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0xa18ea822 genphy_c45_an_disable_aneg EXPORT_SYMBOL_GPL vmlinux 0xa1959fb7 i2c_new_probed_device EXPORT_SYMBOL_GPL vmlinux 0xa198d2b7 dev_pm_set_wake_irq EXPORT_SYMBOL_GPL vmlinux 0xa1b2b3e3 cec_fill_conn_info_from_drm EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty EXPORT_SYMBOL_GPL vmlinux 0xa1cfe40f iommu_aux_attach_device -EXPORT_SYMBOL_GPL vmlinux 0xa1d1a41d ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xa1d1a0b7 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing EXPORT_SYMBOL_GPL vmlinux 0xa1db796f of_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0xa1ed9c8b add_hwgenerator_randomness @@ -21392,19 +21426,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xa25f07d6 ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa272624f rio_mport_write_config_32 EXPORT_SYMBOL_GPL vmlinux 0xa297bf7e pinctrl_utils_free_map -EXPORT_SYMBOL_GPL vmlinux 0xa29ec0f1 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0xa2a621cb console_drivers EXPORT_SYMBOL_GPL vmlinux 0xa2b80ed9 subsys_system_register EXPORT_SYMBOL_GPL vmlinux 0xa2c74331 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xa2cf6ffe fib_new_table EXPORT_SYMBOL_GPL vmlinux 0xa2db0886 usb_ep0_reinit EXPORT_SYMBOL_GPL vmlinux 0xa2de49ae virtio_max_dma_size EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array -EXPORT_SYMBOL_GPL vmlinux 0xa3153fa0 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0xa318f223 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa32597e4 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0xa329f701 devm_hwspin_lock_request EXPORT_SYMBOL_GPL vmlinux 0xa3396552 serial8250_rpm_get_tx -EXPORT_SYMBOL_GPL vmlinux 0xa340d9a5 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xa3438fbf is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0xa351e24f ahci_stop_engine EXPORT_SYMBOL_GPL vmlinux 0xa358dd3b i2c_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0xa3659b5f __tracepoint_devlink_hwerr @@ -21415,33 +21449,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa39bdaea strp_done EXPORT_SYMBOL_GPL vmlinux 0xa39c29cd wm831x_set_bits EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create -EXPORT_SYMBOL_GPL vmlinux 0xa3ae42ef lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector EXPORT_SYMBOL_GPL vmlinux 0xa3c80629 unix_inq_len EXPORT_SYMBOL_GPL vmlinux 0xa3e4d68c ata_port_abort EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4053e71 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xa40c0570 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xa42d6793 genphy_c45_config_aneg EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq -EXPORT_SYMBOL_GPL vmlinux 0xa4535db9 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xa459038d pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print -EXPORT_SYMBOL_GPL vmlinux 0xa468fa3c udp_abort EXPORT_SYMBOL_GPL vmlinux 0xa46b5e9f devm_hwmon_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xa471982d dm_table_set_type EXPORT_SYMBOL_GPL vmlinux 0xa47f200c blk_abort_request EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx -EXPORT_SYMBOL_GPL vmlinux 0xa48bed3c xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xa48dc29c pci_epf_destroy -EXPORT_SYMBOL_GPL vmlinux 0xa4a22542 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa4cf758b ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0xa4e79cf1 rio_request_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get EXPORT_SYMBOL_GPL vmlinux 0xa4fe85e6 wm5110_patch @@ -21456,22 +21489,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xa52dc8f2 xen_set_affinity_evtchn EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context EXPORT_SYMBOL_GPL vmlinux 0xa550fe5c platform_device_add EXPORT_SYMBOL_GPL vmlinux 0xa573ad5d ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xa593ff65 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xa5a3ec60 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xa5a4c80e pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0xa5a725be iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0xa5b21d59 __blk_req_zone_write_unlock EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name -EXPORT_SYMBOL_GPL vmlinux 0xa5db4bf8 pci_find_next_ext_capability -EXPORT_SYMBOL_GPL vmlinux 0xa5deb3ae xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xa5e28e03 regulator_get_current_limit EXPORT_SYMBOL_GPL vmlinux 0xa5e2dcc6 devres_open_group EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full -EXPORT_SYMBOL_GPL vmlinux 0xa5f4b694 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0xa5f75c97 usb_unlocked_disable_lpm EXPORT_SYMBOL_GPL vmlinux 0xa6045383 regulator_bulk_force_disable EXPORT_SYMBOL_GPL vmlinux 0xa61482ae rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xa61c3a30 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list -EXPORT_SYMBOL_GPL vmlinux 0xa62fff88 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa6382b3f pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0xa64d8fbf extcon_get_extcon_dev EXPORT_SYMBOL_GPL vmlinux 0xa64f0ddd hvc_alloc EXPORT_SYMBOL_GPL vmlinux 0xa67129e7 blk_mq_request_started @@ -21483,7 +21516,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa6a1c83e __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end EXPORT_SYMBOL_GPL vmlinux 0xa6b2baf3 dma_buf_mmap -EXPORT_SYMBOL_GPL vmlinux 0xa6b6d7bb devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xa6b8ccbb __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xa6cb1bc1 amba_bustype EXPORT_SYMBOL_GPL vmlinux 0xa6d1843b xenbus_read_otherend_details EXPORT_SYMBOL_GPL vmlinux 0xa6d24ca5 ahci_qc_issue @@ -21497,19 +21530,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xa715664a pinconf_generic_dt_subnode_to_map EXPORT_SYMBOL_GPL vmlinux 0xa7231f7c hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock EXPORT_SYMBOL_GPL vmlinux 0xa73c1350 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa758b17b devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0xa76ec6c1 dma_run_dependencies EXPORT_SYMBOL_GPL vmlinux 0xa7856098 cpu_topology EXPORT_SYMBOL_GPL vmlinux 0xa7895cf8 input_ff_upload EXPORT_SYMBOL_GPL vmlinux 0xa78ccd92 tty_find_polling_driver -EXPORT_SYMBOL_GPL vmlinux 0xa7901e2c bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0xa79cbd86 regulator_sync_voltage -EXPORT_SYMBOL_GPL vmlinux 0xa7a3fcaf ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0xa7e1b30c ata_sff_check_status EXPORT_SYMBOL_GPL vmlinux 0xa81198c7 usb_hc_died EXPORT_SYMBOL_GPL vmlinux 0xa82eda42 power_supply_set_property EXPORT_SYMBOL_GPL vmlinux 0xa83e8ce8 usb_hcd_map_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit -EXPORT_SYMBOL_GPL vmlinux 0xa84def30 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xa87af4c3 i2c_get_device_id EXPORT_SYMBOL_GPL vmlinux 0xa881b0da balloon_aops @@ -21533,11 +21564,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xa92962a0 clk_hw_register_fractional_divider EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds EXPORT_SYMBOL_GPL vmlinux 0xa94e7c2c power_supply_put_battery_info EXPORT_SYMBOL_GPL vmlinux 0xa9562954 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xa97abe54 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xa98ed7ef nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0xa995be4b perf_aux_output_end EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put EXPORT_SYMBOL_GPL vmlinux 0xa9a77c5b sdio_retune_hold_now EXPORT_SYMBOL_GPL vmlinux 0xa9bc8b74 module_mutex -EXPORT_SYMBOL_GPL vmlinux 0xa9c4f254 pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0xa9c84521 pwm_set_chip_data EXPORT_SYMBOL_GPL vmlinux 0xa9d46f36 scsi_dh_attached_handler_name EXPORT_SYMBOL_GPL vmlinux 0xa9df75ae mpc8xxx_spi_probe @@ -21557,7 +21589,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa8bd31b register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0xaa9bddd8 ftrace_set_filter EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump EXPORT_SYMBOL_GPL vmlinux 0xaaac04c1 pci_epc_get -EXPORT_SYMBOL_GPL vmlinux 0xaab36e66 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xaab3e449 transport_add_device EXPORT_SYMBOL_GPL vmlinux 0xaad15b97 modify_user_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xaaf3709e soc_device_register @@ -21565,14 +21596,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xaaf5acd3 pinctrl_utils_add_map_configs EXPORT_SYMBOL_GPL vmlinux 0xaaf66acf ahci_handle_port_intr EXPORT_SYMBOL_GPL vmlinux 0xab00d0e4 tcp_orphan_count EXPORT_SYMBOL_GPL vmlinux 0xab08e310 devfreq_event_reset_event -EXPORT_SYMBOL_GPL vmlinux 0xab2968c5 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xab214feb tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xab2aff56 nvdimm_has_flush -EXPORT_SYMBOL_GPL vmlinux 0xab3229ca rockchip_pcie_deinit_phys EXPORT_SYMBOL_GPL vmlinux 0xab601ff5 cec_notifier_get_conn EXPORT_SYMBOL_GPL vmlinux 0xab67b636 rdev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0xab6840d2 cn_add_callback EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request EXPORT_SYMBOL_GPL vmlinux 0xab6f8353 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xab75fff0 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0xab877e99 gpiochip_relres_irq EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xabaee7eb of_clk_get_parent_count @@ -21581,17 +21612,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xabc091b9 regmap_bulk_read EXPORT_SYMBOL_GPL vmlinux 0xabc37bc7 fuse_dev_alloc_install EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate EXPORT_SYMBOL_GPL vmlinux 0xabcf926f pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xabd23ef3 __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine EXPORT_SYMBOL_GPL vmlinux 0xabd56523 badblocks_init EXPORT_SYMBOL_GPL vmlinux 0xabde2f90 of_property_read_variable_u64_array -EXPORT_SYMBOL_GPL vmlinux 0xabe53536 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0xabfa54ca timer_unstable_counter_workaround EXPORT_SYMBOL_GPL vmlinux 0xac02e7a0 device_release_driver EXPORT_SYMBOL_GPL vmlinux 0xac0760a1 crypto_unregister_rng EXPORT_SYMBOL_GPL vmlinux 0xac1164d0 tps6586x_reads -EXPORT_SYMBOL_GPL vmlinux 0xac1e1110 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xac17958e pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0xac2d0a25 regulator_list_voltage -EXPORT_SYMBOL_GPL vmlinux 0xac38285f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xac42911d rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xac44e005 amba_ahb_device_add EXPORT_SYMBOL_GPL vmlinux 0xac46abe5 gpiod_get_direction EXPORT_SYMBOL_GPL vmlinux 0xac46c408 ata_port_freeze @@ -21608,15 +21639,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xacbf7c8f irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0xacc3b520 usb_get_status EXPORT_SYMBOL_GPL vmlinux 0xacd1f861 device_initialize EXPORT_SYMBOL_GPL vmlinux 0xacd83504 paste_selection -EXPORT_SYMBOL_GPL vmlinux 0xacf22a31 xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0xad0f2b6c unix_table_lock EXPORT_SYMBOL_GPL vmlinux 0xad259786 pm_generic_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xad4105ef gpiochip_add_data_with_key EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init +EXPORT_SYMBOL_GPL vmlinux 0xad577750 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xad5a1b7a find_extend_vma EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad691521 dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xad8a4c88 driver_for_each_device -EXPORT_SYMBOL_GPL vmlinux 0xad8faddc inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0xad9be208 spi_res_alloc EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xada7b532 __lock_page_killable @@ -21628,7 +21659,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xadb8b0ca __devm_reset_control_get EXPORT_SYMBOL_GPL vmlinux 0xadc4c64e efivar_entry_delete EXPORT_SYMBOL_GPL vmlinux 0xadce7b12 ata_eh_qc_retry EXPORT_SYMBOL_GPL vmlinux 0xadcf6644 gpiochip_add_pingroup_range -EXPORT_SYMBOL_GPL vmlinux 0xadd69aec alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0xadde53cd trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0xade0e98d ahci_error_handler EXPORT_SYMBOL_GPL vmlinux 0xade5294f devm_gpiod_get_array_optional @@ -21640,10 +21670,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xadfaf491 clk_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xae13937e lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0xae285a8d tty_port_register_device_serdev EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk -EXPORT_SYMBOL_GPL vmlinux 0xae3745dd pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init EXPORT_SYMBOL_GPL vmlinux 0xae420aea blk_rq_err_bytes EXPORT_SYMBOL_GPL vmlinux 0xae44c03b ohci_hub_status_data @@ -21654,9 +21682,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock EXPORT_SYMBOL_GPL vmlinux 0xae77b6b8 led_trigger_unregister EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp EXPORT_SYMBOL_GPL vmlinux 0xae8a1f82 clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xae8e9c84 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0xae9048d4 cpufreq_dbs_governor_start EXPORT_SYMBOL_GPL vmlinux 0xae96987a __pm_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0xae9fbf45 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xaea82234 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xaea93177 adp5520_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xaeb12315 find_iova EXPORT_SYMBOL_GPL vmlinux 0xaeb3ac5b regulator_list_voltage_linear_range @@ -21670,6 +21700,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf0c3683 ahci_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0xaf1017bb i2c_dw_read_comp_param EXPORT_SYMBOL_GPL vmlinux 0xaf171984 edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0xaf1a1e43 sched_trace_cfs_rq_path +EXPORT_SYMBOL_GPL vmlinux 0xaf21d7f9 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xaf232e36 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0xaf33ffee hypervisor_kobj EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check @@ -21685,14 +21717,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf99b1a5 crypto_dequeue_request EXPORT_SYMBOL_GPL vmlinux 0xafaaa8d7 pm_generic_poweroff_noirq EXPORT_SYMBOL_GPL vmlinux 0xafaeaa21 virtqueue_kick_prepare EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb641c9 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0xafbc8471 phy_led_triggers_register EXPORT_SYMBOL_GPL vmlinux 0xafbf496e gpiod_set_value EXPORT_SYMBOL_GPL vmlinux 0xafc50efb crypto_register_templates EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe50418 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0xafe5f153 nvmem_register EXPORT_SYMBOL_GPL vmlinux 0xafe84dd1 nd_blk_memremap_flags +EXPORT_SYMBOL_GPL vmlinux 0xaffe2272 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xb002e7df devres_close_group EXPORT_SYMBOL_GPL vmlinux 0xb00d5a84 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb0170a8c ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0xb01fe870 security_inode_setattr EXPORT_SYMBOL_GPL vmlinux 0xb025e1c9 bpf_trace_run2 EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier @@ -21712,6 +21748,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed EXPORT_SYMBOL_GPL vmlinux 0xb0ed66b4 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xb0f193b0 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xb0f814de tty_get_pgrp EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number @@ -21727,8 +21764,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init EXPORT_SYMBOL_GPL vmlinux 0xb1790641 tty_standard_install EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs EXPORT_SYMBOL_GPL vmlinux 0xb189c632 devm_regulator_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb18f08ec ping_err +EXPORT_SYMBOL_GPL vmlinux 0xb18e7a94 udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xb19ef5f0 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xb1a65eab lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0xb1b3315c gpiochip_set_chained_irqchip EXPORT_SYMBOL_GPL vmlinux 0xb1b7b098 __fsl_mc_driver_register EXPORT_SYMBOL_GPL vmlinux 0xb1bad946 da903x_register_notifier @@ -21736,9 +21774,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs EXPORT_SYMBOL_GPL vmlinux 0xb1ee5f8d kthread_park -EXPORT_SYMBOL_GPL vmlinux 0xb2062933 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0xb21ccbcd blk_trace_startstop -EXPORT_SYMBOL_GPL vmlinux 0xb2200568 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert EXPORT_SYMBOL_GPL vmlinux 0xb239bab9 relay_subbufs_consumed EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq @@ -21749,51 +21785,49 @@ EXPORT_SYMBOL_GPL vmlinux 0xb2777543 kvm_vcpu_wake_up EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xb285b8f8 xen_in_preemptible_hcall EXPORT_SYMBOL_GPL vmlinux 0xb29082a0 crypto_shash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb292d769 bgmac_phy_connect_direct EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc EXPORT_SYMBOL_GPL vmlinux 0xb29bc042 register_pernet_device -EXPORT_SYMBOL_GPL vmlinux 0xb2cc39fe pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0xb2d24cde device_match_name EXPORT_SYMBOL_GPL vmlinux 0xb2d76d8c get_hwpoison_page -EXPORT_SYMBOL_GPL vmlinux 0xb2d983ad pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem EXPORT_SYMBOL_GPL vmlinux 0xb2fdad62 cpufreq_frequency_table_get_index EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put -EXPORT_SYMBOL_GPL vmlinux 0xb32a1dfc sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xb32bb3f3 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0xb3351c6c rhashtable_walk_next -EXPORT_SYMBOL_GPL vmlinux 0xb33a7ff6 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xb355c60a skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xb362b8b7 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0xb3722489 xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xb3871983 unregister_virtio_device EXPORT_SYMBOL_GPL vmlinux 0xb38f6218 transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0xb3a059ab xdp_rxq_info_reg -EXPORT_SYMBOL_GPL vmlinux 0xb3a4f4ad pci_reset_pri -EXPORT_SYMBOL_GPL vmlinux 0xb3a9e7ae pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0xb3b692e5 regulator_get_voltage EXPORT_SYMBOL_GPL vmlinux 0xb3c72e65 firmware_config_table EXPORT_SYMBOL_GPL vmlinux 0xb3c82fef mbox_flush -EXPORT_SYMBOL_GPL vmlinux 0xb3ccc9ac skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xb3dce343 usb_get_urb EXPORT_SYMBOL_GPL vmlinux 0xb405396b proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0xb4073361 xhci_mtk_check_bandwidth EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic EXPORT_SYMBOL_GPL vmlinux 0xb40971fe efivars_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb434328c rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xb416e038 pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0xb43d71c7 clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get EXPORT_SYMBOL_GPL vmlinux 0xb44bbd0d scsi_ioctl_block_when_processing_errors EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled EXPORT_SYMBOL_GPL vmlinux 0xb4511b02 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb455b6d1 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0xb45c576e fat_flush_inodes -EXPORT_SYMBOL_GPL vmlinux 0xb45cf5ad devlink_dpipe_entry_ctx_close -EXPORT_SYMBOL_GPL vmlinux 0xb470c443 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0xb471f04a rio_mport_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0xb4780087 usb_alloc_dev EXPORT_SYMBOL_GPL vmlinux 0xb48842bd gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xb48a346f ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0xb49cc4dc devm_of_clk_add_hw_provider EXPORT_SYMBOL_GPL vmlinux 0xb4ac9faf pinctrl_pm_select_sleep_state EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xb4bd28a3 iomap_dio_iopoll -EXPORT_SYMBOL_GPL vmlinux 0xb4e29ed2 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xb4e27055 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length EXPORT_SYMBOL_GPL vmlinux 0xb4ff6bb6 hrtimer_active @@ -21802,16 +21836,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xb502cb95 blockdev_superblock EXPORT_SYMBOL_GPL vmlinux 0xb502de37 serdev_device_set_parity EXPORT_SYMBOL_GPL vmlinux 0xb50c4830 __dma_request_channel EXPORT_SYMBOL_GPL vmlinux 0xb510c250 raw_v4_hashinfo -EXPORT_SYMBOL_GPL vmlinux 0xb5123250 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge EXPORT_SYMBOL_GPL vmlinux 0xb52447d6 tracepoint_srcu EXPORT_SYMBOL_GPL vmlinux 0xb5251cae tty_register_device_attr -EXPORT_SYMBOL_GPL vmlinux 0xb5407973 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0xb54d5c78 usb_get_maximum_speed EXPORT_SYMBOL_GPL vmlinux 0xb55891d6 fscrypt_drop_inode EXPORT_SYMBOL_GPL vmlinux 0xb55b245c simple_attr_write EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb57d7132 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb57ea4bb ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0xb5887950 gpiochip_add_pin_range EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq @@ -21824,10 +21858,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xb5d203bb vfs_setxattr EXPORT_SYMBOL_GPL vmlinux 0xb5d5cf31 of_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0xb5d7fe93 xsk_reuseq_swap EXPORT_SYMBOL_GPL vmlinux 0xb5e593c6 vchan_init -EXPORT_SYMBOL_GPL vmlinux 0xb5e93316 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0xb5ed48c8 bind_interdomain_evtchn_to_irq EXPORT_SYMBOL_GPL vmlinux 0xb5eee2de akcipher_register_instance -EXPORT_SYMBOL_GPL vmlinux 0xb5f021e3 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xb5f08c6f skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0xb5fa1bb1 acomp_request_free EXPORT_SYMBOL_GPL vmlinux 0xb605aeff hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0xb60ef5d7 bsg_unregister_queue @@ -21838,7 +21871,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb62a8c78 wm831x_auxadc_read_uv EXPORT_SYMBOL_GPL vmlinux 0xb63f8cf0 kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0xb6413166 dma_get_required_mask EXPORT_SYMBOL_GPL vmlinux 0xb643d1dd crypto_shash_finup -EXPORT_SYMBOL_GPL vmlinux 0xb65398d8 devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0xb65cedd9 crypto_alloc_shash EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket EXPORT_SYMBOL_GPL vmlinux 0xb683c14c class_dev_iter_exit @@ -21847,18 +21879,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xb68f77f4 fat_get_dotdot_entry EXPORT_SYMBOL_GPL vmlinux 0xb6987be2 of_devfreq_cooling_register_power EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xb69e41b1 of_irq_parse_raw -EXPORT_SYMBOL_GPL vmlinux 0xb6a5a5f6 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0xb6ab980d bpf_trace_run10 EXPORT_SYMBOL_GPL vmlinux 0xb6b7972d class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0xb6bcf3ff power_supply_am_i_supplied EXPORT_SYMBOL_GPL vmlinux 0xb6c00b37 proc_create_net_data EXPORT_SYMBOL_GPL vmlinux 0xb6ceaac8 dm_get_queue_limits EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f1eb9c devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0xb702838b alloc_iova EXPORT_SYMBOL_GPL vmlinux 0xb70b9806 of_prop_next_string EXPORT_SYMBOL_GPL vmlinux 0xb70e6eef crypto_mod_get EXPORT_SYMBOL_GPL vmlinux 0xb70f9cd4 dma_get_slave_caps -EXPORT_SYMBOL_GPL vmlinux 0xb72ece70 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0xb73bc977 pinctrl_find_gpio_range_from_pin_nolock @@ -21866,6 +21897,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb73fdca8 usb_autopm_put_interface EXPORT_SYMBOL_GPL vmlinux 0xb758407b od_register_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0xb7702a92 sdio_writeb EXPORT_SYMBOL_GPL vmlinux 0xb77c42f1 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb78dd385 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0xb79ca638 param_ops_bool_enable_only EXPORT_SYMBOL_GPL vmlinux 0xb7b7f129 task_user_regset_view EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier @@ -21878,11 +21910,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7f8dae3 spi_controller_dma_map_mem_op_data EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0xb8053921 thermal_zone_device_register EXPORT_SYMBOL_GPL vmlinux 0xb809d4bd usb_driver_claim_interface -EXPORT_SYMBOL_GPL vmlinux 0xb8100bc1 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time EXPORT_SYMBOL_GPL vmlinux 0xb82365fc devm_regulator_put EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled EXPORT_SYMBOL_GPL vmlinux 0xb847585f is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb847b2b9 __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xb84eea4a phy_10gbit_fec_features EXPORT_SYMBOL_GPL vmlinux 0xb851c0a3 crypto_default_rng EXPORT_SYMBOL_GPL vmlinux 0xb85463e6 regulator_set_current_limit @@ -21898,7 +21930,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb8bdba04 tps65912_device_init EXPORT_SYMBOL_GPL vmlinux 0xb8c2fec7 crypto_register_skciphers EXPORT_SYMBOL_GPL vmlinux 0xb8c38028 dm_disk EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put -EXPORT_SYMBOL_GPL vmlinux 0xb8d12301 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0xb8dd7a07 virtqueue_detach_unused_buf EXPORT_SYMBOL_GPL vmlinux 0xb8e3f7d2 ata_link_next EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc @@ -21907,8 +21938,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xb90bc2f1 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address EXPORT_SYMBOL_GPL vmlinux 0xb91f59e4 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xb9241dd9 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xb928bdb8 regmap_multi_reg_write_bypassed EXPORT_SYMBOL_GPL vmlinux 0xb92e8f1a ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xb941c04f ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xb9445559 acpi_device_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0xb944da4b irq_find_mapping EXPORT_SYMBOL_GPL vmlinux 0xb94c1a70 blk_add_driver_data @@ -21923,8 +21956,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first EXPORT_SYMBOL_GPL vmlinux 0xb9d39053 qcom_smem_state_register EXPORT_SYMBOL_GPL vmlinux 0xb9d42232 cpuidle_unregister EXPORT_SYMBOL_GPL vmlinux 0xb9dd2e91 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xb9def50b dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0xb9ec0a8c aead_register_instance -EXPORT_SYMBOL_GPL vmlinux 0xb9f0618d skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xb9f89246 trace_seq_vprintf EXPORT_SYMBOL_GPL vmlinux 0xba1178cf flow_indr_del_block_cb EXPORT_SYMBOL_GPL vmlinux 0xba140253 device_get_match_data @@ -21942,8 +21975,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xba5aa7f7 irq_domain_xlate_twocell EXPORT_SYMBOL_GPL vmlinux 0xba788466 each_symbol_section EXPORT_SYMBOL_GPL vmlinux 0xba91a396 ahci_ops EXPORT_SYMBOL_GPL vmlinux 0xbaa226f8 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xbaa26a76 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbaa2774b inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xbaa7770f vcpu_put EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabaf09e udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xbac08014 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0xbaca80ec ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0xbacd23d8 __bio_add_page EXPORT_SYMBOL_GPL vmlinux 0xbacf5c12 tty_ldisc_release @@ -21960,17 +21997,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb12b7c5 adp5520_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xbb175c87 led_blink_set EXPORT_SYMBOL_GPL vmlinux 0xbb2e2a4a dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0xbb36afe3 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xbb544dc4 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xbb5663ac cpuidle_get_driver EXPORT_SYMBOL_GPL vmlinux 0xbb5d5cf0 pm_genpd_add_subdomain EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id EXPORT_SYMBOL_GPL vmlinux 0xbb7a5505 fscrypt_ioctl_remove_key -EXPORT_SYMBOL_GPL vmlinux 0xbbad6041 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbbba3bd2 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0xbbbc9b83 security_inode_mkdir EXPORT_SYMBOL_GPL vmlinux 0xbbbfa215 battery_hook_register EXPORT_SYMBOL_GPL vmlinux 0xbbbfe483 perf_event_create_kernel_counter EXPORT_SYMBOL_GPL vmlinux 0xbbc30248 kvm_clear_dirty_log_protect -EXPORT_SYMBOL_GPL vmlinux 0xbbd8c671 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xbbdcff60 ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xbbe4282f fixed_phy_register_with_gpiod EXPORT_SYMBOL_GPL vmlinux 0xbbec7a91 fscrypt_file_open EXPORT_SYMBOL_GPL vmlinux 0xbc17b033 sdio_readb @@ -21979,15 +22017,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xbc330e8e ata_sff_data_xfer EXPORT_SYMBOL_GPL vmlinux 0xbc367377 led_trigger_blink EXPORT_SYMBOL_GPL vmlinux 0xbc440bf9 of_dma_is_coherent EXPORT_SYMBOL_GPL vmlinux 0xbc47b7e8 phy_save_page -EXPORT_SYMBOL_GPL vmlinux 0xbc4da096 inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0xbc5bad96 max8997_update_reg EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xbc6d3838 dax_iomap_fault -EXPORT_SYMBOL_GPL vmlinux 0xbc7dd6f7 skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0xbc881b49 irq_chip_mask_parent EXPORT_SYMBOL_GPL vmlinux 0xbc8cb267 balloon_page_list_enqueue -EXPORT_SYMBOL_GPL vmlinux 0xbc8e6554 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0xbc923349 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xbc966466 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem EXPORT_SYMBOL_GPL vmlinux 0xbca2a8f5 bpf_trace_run3 EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier @@ -21998,6 +22034,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xbcd3ba9f thermal_zone_get_temp EXPORT_SYMBOL_GPL vmlinux 0xbcdb3c60 subsys_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name EXPORT_SYMBOL_GPL vmlinux 0xbce55c1a page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xbcec85f9 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xbcefe6d1 dm_internal_suspend_fast EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool EXPORT_SYMBOL_GPL vmlinux 0xbd2024c1 vring_create_virtqueue @@ -22011,23 +22048,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xbd9ee41f dev_pm_opp_of_remove_table EXPORT_SYMBOL_GPL vmlinux 0xbda7ce53 adp5520_read EXPORT_SYMBOL_GPL vmlinux 0xbdb37e6d devm_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0xbdc066a3 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xbde73caf inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xbdee5cfa cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xbdf2c5b6 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0xbe0c5f0b kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xbe0f41c5 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask EXPORT_SYMBOL_GPL vmlinux 0xbe1fa62c preempt_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xbe2b4ae7 usb_free_streams EXPORT_SYMBOL_GPL vmlinux 0xbe2f3814 of_genpd_remove_last EXPORT_SYMBOL_GPL vmlinux 0xbe30e541 balloon_page_enqueue -EXPORT_SYMBOL_GPL vmlinux 0xbe3d815d ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbe46464a rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xbe52628c ata_sff_thaw EXPORT_SYMBOL_GPL vmlinux 0xbe5c1b70 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xbe5c284f netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain EXPORT_SYMBOL_GPL vmlinux 0xbe5fb579 trace_array_destroy EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbe80ec0e cpufreq_freq_transition_end EXPORT_SYMBOL_GPL vmlinux 0xbe8207a2 usb_phy_set_charger_state -EXPORT_SYMBOL_GPL vmlinux 0xbe84ec15 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0xbe8b1727 blk_stat_enable_accounting EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write @@ -22065,59 +22105,59 @@ EXPORT_SYMBOL_GPL vmlinux 0xbf8742d0 platform_irq_count EXPORT_SYMBOL_GPL vmlinux 0xbf8893d6 ata_sas_port_stop EXPORT_SYMBOL_GPL vmlinux 0xbfb760cb alloc_io_pgtable_ops EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc1c06e sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space EXPORT_SYMBOL_GPL vmlinux 0xc025d3f7 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xc02b853a sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0xc043f3c1 mddev_congested EXPORT_SYMBOL_GPL vmlinux 0xc045a3ba watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xc053f281 usb_submit_urb EXPORT_SYMBOL_GPL vmlinux 0xc0644656 spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0xc080e1c3 sched_trace_rq_avg_irq EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu -EXPORT_SYMBOL_GPL vmlinux 0xc0a3caec ip6_input EXPORT_SYMBOL_GPL vmlinux 0xc0a7affa vfs_setlease EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited EXPORT_SYMBOL_GPL vmlinux 0xc0acb427 tps6586x_get_version EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e7487c bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata EXPORT_SYMBOL_GPL vmlinux 0xc1052acf device_match_fwnode -EXPORT_SYMBOL_GPL vmlinux 0xc1057d71 fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0xc1081898 platform_bus EXPORT_SYMBOL_GPL vmlinux 0xc10ae79e ata_sff_freeze EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc118bc34 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0xc1195be5 regmap_raw_write_async EXPORT_SYMBOL_GPL vmlinux 0xc13df570 __clocksource_register_scale EXPORT_SYMBOL_GPL vmlinux 0xc1482ecf extcon_dev_unregister -EXPORT_SYMBOL_GPL vmlinux 0xc160dbcd __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids EXPORT_SYMBOL_GPL vmlinux 0xc189a6b7 ata_bmdma_post_internal_cmd EXPORT_SYMBOL_GPL vmlinux 0xc18a36d5 device_set_of_node_from_dev EXPORT_SYMBOL_GPL vmlinux 0xc1a69494 cpuidle_get_cpu_driver -EXPORT_SYMBOL_GPL vmlinux 0xc1a76124 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0xc1b4fd7d n_tty_inherit_ops EXPORT_SYMBOL_GPL vmlinux 0xc1b54d25 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xc1caefa4 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xc1d2be54 led_get_default_pattern EXPORT_SYMBOL_GPL vmlinux 0xc1db877e unregister_kretprobes -EXPORT_SYMBOL_GPL vmlinux 0xc1ef6b21 devlink_dpipe_table_counter_enabled -EXPORT_SYMBOL_GPL vmlinux 0xc20ff98d ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases EXPORT_SYMBOL_GPL vmlinux 0xc236cef6 gpiod_set_consumer_name -EXPORT_SYMBOL_GPL vmlinux 0xc24af32c ip_tunnel_get_stats64 -EXPORT_SYMBOL_GPL vmlinux 0xc25338ef dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xc25cbf8f gpiochip_lock_as_irq -EXPORT_SYMBOL_GPL vmlinux 0xc25e7212 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29105c9 devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0xc297ca0c vfs_readf EXPORT_SYMBOL_GPL vmlinux 0xc29b9f6a regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a7aeff devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xc2acedc0 __vfs_removexattr_noperm +EXPORT_SYMBOL_GPL vmlinux 0xc2c19781 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc2c1ce99 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc2d3c006 skb_morph EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable EXPORT_SYMBOL_GPL vmlinux 0xc2ff3de4 irq_domain_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0xc3188689 soc_device_match @@ -22129,16 +22169,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xc33f75dd iommu_attach_device EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object EXPORT_SYMBOL_GPL vmlinux 0xc348f396 devm_device_add_groups EXPORT_SYMBOL_GPL vmlinux 0xc34dc336 irq_chip_unmask_parent -EXPORT_SYMBOL_GPL vmlinux 0xc3707044 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc3531ab5 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0xc37aea37 ata_sff_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters EXPORT_SYMBOL_GPL vmlinux 0xc3a35a32 relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0xc3b75c5f usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc3bdd8c7 skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0xc3c0e19d iommu_aux_get_pasid EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name EXPORT_SYMBOL_GPL vmlinux 0xc3c838eb x509_cert_parse EXPORT_SYMBOL_GPL vmlinux 0xc3cee92f wm8998_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc3d76de8 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0xc3d96105 __regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0xc3e0bb8d gpiochip_set_nested_irqchip EXPORT_SYMBOL_GPL vmlinux 0xc3e276f5 devfreq_cooling_register @@ -22153,14 +22195,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xc40c057e vfs_kern_mount EXPORT_SYMBOL_GPL vmlinux 0xc40f4e07 __tracepoint_neigh_update_done EXPORT_SYMBOL_GPL vmlinux 0xc41d0428 kill_device EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long -EXPORT_SYMBOL_GPL vmlinux 0xc42ccc41 strp_stop EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf -EXPORT_SYMBOL_GPL vmlinux 0xc44c34a1 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xc44924d0 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type EXPORT_SYMBOL_GPL vmlinux 0xc466f65b noop_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc479b4a9 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xc48af3e2 ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string EXPORT_SYMBOL_GPL vmlinux 0xc48cbbca __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc49233f4 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0xc49b2c95 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc4a6f801 ata_sas_tport_add @@ -22177,11 +22221,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xc4f94f40 blkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0xc4fcb16d devm_fwnode_get_index_gpiod_from_child EXPORT_SYMBOL_GPL vmlinux 0xc5092f73 rio_map_outb_region EXPORT_SYMBOL_GPL vmlinux 0xc50953a4 rio_free_net -EXPORT_SYMBOL_GPL vmlinux 0xc50e01c1 switchdev_handle_port_obj_del -EXPORT_SYMBOL_GPL vmlinux 0xc5124722 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0xc5156bf3 fanout_mutex EXPORT_SYMBOL_GPL vmlinux 0xc51a9624 sdio_writeb_readb -EXPORT_SYMBOL_GPL vmlinux 0xc52b0daa generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xc52f0388 acpi_dev_resource_memory EXPORT_SYMBOL_GPL vmlinux 0xc54b479c anon_transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0xc54b980a device_remove_file @@ -22194,12 +22235,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc570f4df uprobe_unregister EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off EXPORT_SYMBOL_GPL vmlinux 0xc57c6d80 unregister_net_sysctl_table EXPORT_SYMBOL_GPL vmlinux 0xc57ca450 ahci_platform_suspend -EXPORT_SYMBOL_GPL vmlinux 0xc585e73b skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0xc594d840 acpi_dev_resource_interrupt -EXPORT_SYMBOL_GPL vmlinux 0xc59eeeab sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0xc5a10f36 tty_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon -EXPORT_SYMBOL_GPL vmlinux 0xc5aa104c __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0xc5ac1f38 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0xc5b9bb25 noop_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xc5cd6e1d usb_put_intf @@ -22207,9 +22245,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc5d789df alarm_expires_remaining EXPORT_SYMBOL_GPL vmlinux 0xc5e69844 put_pid_ns EXPORT_SYMBOL_GPL vmlinux 0xc5e92ee6 bio_associate_blkg EXPORT_SYMBOL_GPL vmlinux 0xc5f2e7c0 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xc5fce834 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0xc60a732e is_dock_device EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier -EXPORT_SYMBOL_GPL vmlinux 0xc62c8ea4 skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0xc62cfc99 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0xc639c5e5 __online_page_set_limits EXPORT_SYMBOL_GPL vmlinux 0xc640ab27 regulator_unregister_notifier @@ -22217,16 +22255,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xc64ab3d2 blkdev_report_zones EXPORT_SYMBOL_GPL vmlinux 0xc64fe5c8 iommu_present EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type EXPORT_SYMBOL_GPL vmlinux 0xc655ada3 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xc655b577 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xc669c4f9 device_register EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata -EXPORT_SYMBOL_GPL vmlinux 0xc68c5f3c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc6895045 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xc68cf042 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xc698064f regulator_disable EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a7f10c dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0xc6b3dfe2 usb_put_dev EXPORT_SYMBOL_GPL vmlinux 0xc6b53cb3 sata_scr_valid EXPORT_SYMBOL_GPL vmlinux 0xc6bd3c9a devm_spi_mem_dirmap_destroy @@ -22235,41 +22276,40 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references EXPORT_SYMBOL_GPL vmlinux 0xc6e01b13 unix_peer_get EXPORT_SYMBOL_GPL vmlinux 0xc6face4e user_describe EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc70044cf devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put -EXPORT_SYMBOL_GPL vmlinux 0xc7081bdc devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field EXPORT_SYMBOL_GPL vmlinux 0xc730682f scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xc736fb3b inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0xc74ac173 ata_sff_exec_command -EXPORT_SYMBOL_GPL vmlinux 0xc75d9f48 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc75f52ad ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0xc7689347 scsi_target_unblock EXPORT_SYMBOL_GPL vmlinux 0xc77e54ba acpi_bind_one EXPORT_SYMBOL_GPL vmlinux 0xc79413b2 register_kprobes EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch EXPORT_SYMBOL_GPL vmlinux 0xc7adaee6 debugfs_file_put -EXPORT_SYMBOL_GPL vmlinux 0xc7b9db0b netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists EXPORT_SYMBOL_GPL vmlinux 0xc7d18cbf regmap_parse_val EXPORT_SYMBOL_GPL vmlinux 0xc7d421ba __irq_alloc_domain_generic_chips -EXPORT_SYMBOL_GPL vmlinux 0xc7d5d73b __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xc7d4d886 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7f06991 fuse_conn_get EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc81ab896 pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0xc824911b kvm_io_bus_get_dev EXPORT_SYMBOL_GPL vmlinux 0xc82b90ed rio_mport_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove EXPORT_SYMBOL_GPL vmlinux 0xc831559f of_dma_router_register EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user -EXPORT_SYMBOL_GPL vmlinux 0xc84b4812 sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire EXPORT_SYMBOL_GPL vmlinux 0xc85b1c97 crypto_register_acomps EXPORT_SYMBOL_GPL vmlinux 0xc865ed26 crypto_alloc_instance EXPORT_SYMBOL_GPL vmlinux 0xc86c3d55 regmap_write_async -EXPORT_SYMBOL_GPL vmlinux 0xc86d9c00 inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xc876b275 extcon_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xc87eb7cb screen_pos -EXPORT_SYMBOL_GPL vmlinux 0xc87f5fde sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0xc87fb025 xas_get_mark EXPORT_SYMBOL_GPL vmlinux 0xc8915c3d of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc8a3c938 dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0xc8a4f41f rio_mport_chk_dev_access EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable EXPORT_SYMBOL_GPL vmlinux 0xc8b690eb rio_del_device @@ -22279,6 +22319,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc8e5e67a dev_pm_opp_get_max_volt_latency EXPORT_SYMBOL_GPL vmlinux 0xc8f87543 register_virtio_driver EXPORT_SYMBOL_GPL vmlinux 0xc90caf9a anon_inode_getfile EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9255d9f ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xc926e547 devm_irq_setup_generic_chip EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init EXPORT_SYMBOL_GPL vmlinux 0xc94d1072 lp8788_read_multi_bytes @@ -22287,11 +22328,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist EXPORT_SYMBOL_GPL vmlinux 0xc95def64 device_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0xc963f631 component_add_typed EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9759627 skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xc97a00c9 alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base EXPORT_SYMBOL_GPL vmlinux 0xc98e34b4 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xc9960d9e netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xc996742f serdev_device_write -EXPORT_SYMBOL_GPL vmlinux 0xc9a628d8 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0xc9b282fe sdio_set_host_pm_flags EXPORT_SYMBOL_GPL vmlinux 0xc9c5e41e usb_hcd_link_urb_to_ep EXPORT_SYMBOL_GPL vmlinux 0xc9c764fd edac_mc_free @@ -22305,7 +22347,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xca05cf48 __acpi_node_get_property_reference EXPORT_SYMBOL_GPL vmlinux 0xca05d354 of_thermal_get_trip_points EXPORT_SYMBOL_GPL vmlinux 0xca0c3a29 tty_put_char EXPORT_SYMBOL_GPL vmlinux 0xca0d14e9 bpf_prog_free -EXPORT_SYMBOL_GPL vmlinux 0xca14e8ba dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xca2984ff dev_pm_opp_put_prop_name EXPORT_SYMBOL_GPL vmlinux 0xca374f08 sg_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0xca40fd51 list_lru_destroy @@ -22317,7 +22358,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xca5ae722 crypto_inst_setname EXPORT_SYMBOL_GPL vmlinux 0xca630c72 ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0xca6bd9d7 skcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0xca7aa207 regcache_sync_region -EXPORT_SYMBOL_GPL vmlinux 0xca7b5ecf devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop EXPORT_SYMBOL_GPL vmlinux 0xca8481c2 of_genpd_add_provider_onecell EXPORT_SYMBOL_GPL vmlinux 0xca8e35ca phy_speed_up @@ -22346,20 +22386,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xcb82f0b8 i2c_recover_bus EXPORT_SYMBOL_GPL vmlinux 0xcbc20944 pci_epc_map_addr EXPORT_SYMBOL_GPL vmlinux 0xcbc5c3c5 bpf_prog_alloc EXPORT_SYMBOL_GPL vmlinux 0xcbcf061b pinctrl_force_sleep -EXPORT_SYMBOL_GPL vmlinux 0xcbd4d5ef ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xcbdab0d0 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages -EXPORT_SYMBOL_GPL vmlinux 0xcc1e1c2f blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0xcc230cad ata_pci_sff_activate_host EXPORT_SYMBOL_GPL vmlinux 0xcc265d6e of_address_to_resource EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap EXPORT_SYMBOL_GPL vmlinux 0xcc31865b serial8250_set_defaults EXPORT_SYMBOL_GPL vmlinux 0xcc407a50 fixed_phy_register EXPORT_SYMBOL_GPL vmlinux 0xcc4aff8b acpi_match_device -EXPORT_SYMBOL_GPL vmlinux 0xcc620728 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0xcc893830 ohci_suspend EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc -EXPORT_SYMBOL_GPL vmlinux 0xcc9c2d1a devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0xccc507d8 devm_hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0xccc6a75a sock_diag_save_cookie EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug @@ -22368,36 +22405,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string EXPORT_SYMBOL_GPL vmlinux 0xccdcc3a5 regmap_exit EXPORT_SYMBOL_GPL vmlinux 0xccdd85dc of_clk_get_from_provider EXPORT_SYMBOL_GPL vmlinux 0xcce4c056 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xcce8d98f sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start EXPORT_SYMBOL_GPL vmlinux 0xccf990b3 uart_handle_cts_change EXPORT_SYMBOL_GPL vmlinux 0xcd01be78 init_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xcd06d536 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xcd22f52e nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size EXPORT_SYMBOL_GPL vmlinux 0xcd255f60 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xcd27ae0c rockchip_pcie_enable_clocks EXPORT_SYMBOL_GPL vmlinux 0xcd3e5c7c acpi_release_memory EXPORT_SYMBOL_GPL vmlinux 0xcd52025f kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0xcd540811 acpi_device_modalias EXPORT_SYMBOL_GPL vmlinux 0xcd60553b iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0xcd6d4668 usb_autopm_put_interface_no_suspend EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add -EXPORT_SYMBOL_GPL vmlinux 0xcd810db9 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0xcd858ec8 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcd9120c6 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs EXPORT_SYMBOL_GPL vmlinux 0xcd99a27d kvm_read_guest EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs -EXPORT_SYMBOL_GPL vmlinux 0xcdd3b64e pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0xcdd44fe3 rt_mutex_unlock EXPORT_SYMBOL_GPL vmlinux 0xcddaf4b8 ahci_host_activate -EXPORT_SYMBOL_GPL vmlinux 0xcde20d2d fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency EXPORT_SYMBOL_GPL vmlinux 0xcdf5acd9 clk_register_hisi_phase EXPORT_SYMBOL_GPL vmlinux 0xcdff6ac3 ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0xce07ac1a dev_pm_opp_remove_all_dynamic EXPORT_SYMBOL_GPL vmlinux 0xce09b294 flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce1046a2 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xce1677f5 ata_port_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0xce1b3ba4 tpm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0xce1fc91a clk_hw_set_parent @@ -22407,7 +22445,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xce2c761b transport_class_register EXPORT_SYMBOL_GPL vmlinux 0xce438eaf sdio_readl EXPORT_SYMBOL_GPL vmlinux 0xce4b3e3f class_find_device EXPORT_SYMBOL_GPL vmlinux 0xce5d0a12 regulator_set_pull_down_regmap -EXPORT_SYMBOL_GPL vmlinux 0xce62f102 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0xce6579de pwm_apply_state EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce7843af rio_add_device @@ -22417,8 +22454,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xce95f31e watchdog_init_timeout EXPORT_SYMBOL_GPL vmlinux 0xce99304e ata_dev_set_feature EXPORT_SYMBOL_GPL vmlinux 0xcea43f1a devm_pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data -EXPORT_SYMBOL_GPL vmlinux 0xcecc4feb skb_complete_tx_timestamp -EXPORT_SYMBOL_GPL vmlinux 0xced56f56 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xced693ae pm_generic_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0xceda92a4 clk_hw_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console @@ -22427,6 +22462,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine EXPORT_SYMBOL_GPL vmlinux 0xcf07f0e2 spi_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0xcf0b188e iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf1a88dc pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xcf1bc520 gpiochip_populate_parent_fwspec_fourcell EXPORT_SYMBOL_GPL vmlinux 0xcf25389a sdio_retune_crc_disable EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global @@ -22449,11 +22485,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xcfeb30a9 acpi_device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0xcff59e36 ahci_dev_classify EXPORT_SYMBOL_GPL vmlinux 0xd001dce9 __clk_determine_rate EXPORT_SYMBOL_GPL vmlinux 0xd00ebbef acpi_subsys_runtime_resume -EXPORT_SYMBOL_GPL vmlinux 0xd01a052b ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xd01da01f rtc_class_close EXPORT_SYMBOL_GPL vmlinux 0xd0233997 xhci_init_driver EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op -EXPORT_SYMBOL_GPL vmlinux 0xd03292bc raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate EXPORT_SYMBOL_GPL vmlinux 0xd05cbe9a usb_free_urb @@ -22464,16 +22498,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xd071ecdc gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0xd09025ec i2c_slave_register EXPORT_SYMBOL_GPL vmlinux 0xd096330c rio_route_clr_table EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0aaf932 bgmac_adjust_link EXPORT_SYMBOL_GPL vmlinux 0xd0bbc5aa da903x_read EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart -EXPORT_SYMBOL_GPL vmlinux 0xd0c2cb00 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0xd0c7be5b virtio_config_changed EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested -EXPORT_SYMBOL_GPL vmlinux 0xd0d29986 lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax EXPORT_SYMBOL_GPL vmlinux 0xd0f38829 spi_mem_dirmap_write -EXPORT_SYMBOL_GPL vmlinux 0xd0f44e93 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xd0f8db4f gen_pool_get EXPORT_SYMBOL_GPL vmlinux 0xd0f9e097 nvmem_cell_read_u32 EXPORT_SYMBOL_GPL vmlinux 0xd0fc6010 of_genpd_del_provider @@ -22491,16 +22523,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xd16d3108 fsl_mc_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xd190c676 nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0xd1947afb add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0xd19a3385 net_dm_hw_report +EXPORT_SYMBOL_GPL vmlinux 0xd1a4a081 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xd1a91b79 dm_remap_zone_report -EXPORT_SYMBOL_GPL vmlinux 0xd1c0f9c4 devlink_register EXPORT_SYMBOL_GPL vmlinux 0xd1c8b17a genphy_c45_pma_setup_forced EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get -EXPORT_SYMBOL_GPL vmlinux 0xd1f7a120 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0xd1fa235b decrypt_blob EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister EXPORT_SYMBOL_GPL vmlinux 0xd210128c sbitmap_show -EXPORT_SYMBOL_GPL vmlinux 0xd214d9b2 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xd216eee1 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain EXPORT_SYMBOL_GPL vmlinux 0xd21d2281 usb_set_configuration @@ -22509,6 +22540,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd23c3fdb wm5102_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0xd23cd31d irq_domain_simple_ops EXPORT_SYMBOL_GPL vmlinux 0xd2401fd2 nvdimm_blk_region_create EXPORT_SYMBOL_GPL vmlinux 0xd24162c1 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2438d02 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xd243b110 devm_regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init EXPORT_SYMBOL_GPL vmlinux 0xd260d6ad blk_mq_unquiesce_queue @@ -22524,9 +22556,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd2e9fe7a pinctrl_generic_get_group_pins EXPORT_SYMBOL_GPL vmlinux 0xd3020990 ata_msleep EXPORT_SYMBOL_GPL vmlinux 0xd30966e0 cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0xd30c3604 ata_host_activate -EXPORT_SYMBOL_GPL vmlinux 0xd30c6266 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xd3109be2 ata_base_port_ops -EXPORT_SYMBOL_GPL vmlinux 0xd311e3b4 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0xd314209a firmware_kobj EXPORT_SYMBOL_GPL vmlinux 0xd319fd95 iommu_group_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0xd32694be sbitmap_prepare_to_wait @@ -22535,10 +22565,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed EXPORT_SYMBOL_GPL vmlinux 0xd3464009 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0xd3475c29 devm_of_phy_get EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor -EXPORT_SYMBOL_GPL vmlinux 0xd36a439d ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xd377bd04 spi_res_add EXPORT_SYMBOL_GPL vmlinux 0xd37a6291 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd3830eda devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0xd38ba5bf tpmm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3a8c21e cpufreq_driver_resolve_freq @@ -22567,32 +22597,35 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs EXPORT_SYMBOL_GPL vmlinux 0xd46fac1a da9055_regmap_config EXPORT_SYMBOL_GPL vmlinux 0xd47137c9 nvdimm_flush -EXPORT_SYMBOL_GPL vmlinux 0xd47d65f8 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0xd49196ee pinctrl_parse_index_with_args EXPORT_SYMBOL_GPL vmlinux 0xd49a44bf ata_sas_sync_probe EXPORT_SYMBOL_GPL vmlinux 0xd49b21ac pm_generic_restore EXPORT_SYMBOL_GPL vmlinux 0xd49d5357 debugfs_real_fops EXPORT_SYMBOL_GPL vmlinux 0xd4ac113a phy_pm_runtime_put_sync EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c48eaf ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0xd4d9d60b spi_mem_default_supports_op EXPORT_SYMBOL_GPL vmlinux 0xd508fc7d dm_noflush_suspending EXPORT_SYMBOL_GPL vmlinux 0xd51f5704 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xd53b261e metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata EXPORT_SYMBOL_GPL vmlinux 0xd576fb2d devm_hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0xd57b3f66 setup_irq EXPORT_SYMBOL_GPL vmlinux 0xd58a7fef hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0xd59a412d __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xd5a2f1d1 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event EXPORT_SYMBOL_GPL vmlinux 0xd5b0c1a7 xdp_return_frame EXPORT_SYMBOL_GPL vmlinux 0xd5b57ab3 __tracepoint_rpm_resume EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu EXPORT_SYMBOL_GPL vmlinux 0xd5c9933d mctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0xd5dbff57 ata_sff_port_intr -EXPORT_SYMBOL_GPL vmlinux 0xd5dd2f2e pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0xd5e27113 crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0xd5f38896 ata_sg_init EXPORT_SYMBOL_GPL vmlinux 0xd5f7fff8 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd61e89b2 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xd6273ce8 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xd62b784a thermal_cooling_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xd63c512f fat_attach EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p @@ -22600,8 +22633,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock EXPORT_SYMBOL_GPL vmlinux 0xd658e3d0 spi_busnum_to_master EXPORT_SYMBOL_GPL vmlinux 0xd6657b32 sdio_align_size EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6811695 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd682f755 rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0xd6937afc cpufreq_freq_attr_scaling_boost_freqs -EXPORT_SYMBOL_GPL vmlinux 0xd6a46160 rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xd6c26280 crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0xd6ca58a2 attribute_container_unregister EXPORT_SYMBOL_GPL vmlinux 0xd6db0bf2 dev_pm_opp_disable @@ -22616,7 +22650,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end EXPORT_SYMBOL_GPL vmlinux 0xd74eea5b follow_pte EXPORT_SYMBOL_GPL vmlinux 0xd75aee17 devm_thermal_zone_of_sensor_register EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key -EXPORT_SYMBOL_GPL vmlinux 0xd7625bd5 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd766a06f inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints EXPORT_SYMBOL_GPL vmlinux 0xd76db6e1 blk_mq_unfreeze_queue EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl @@ -22629,35 +22663,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xd7a9189b of_irq_get_byname EXPORT_SYMBOL_GPL vmlinux 0xd7b07b7c bio_associate_blkg_from_css EXPORT_SYMBOL_GPL vmlinux 0xd7b5dfee xas_split EXPORT_SYMBOL_GPL vmlinux 0xd7c39fff free_iova -EXPORT_SYMBOL_GPL vmlinux 0xd7c72198 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work EXPORT_SYMBOL_GPL vmlinux 0xd7d197d2 usb_autopm_get_interface EXPORT_SYMBOL_GPL vmlinux 0xd7dd01e2 pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0xd7ee4b4e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xd7f82351 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xd7fd1d4b mddev_unlock EXPORT_SYMBOL_GPL vmlinux 0xd80b3506 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xd810e9bd ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820232e rockchip_pcie_deinit_phys EXPORT_SYMBOL_GPL vmlinux 0xd8219198 virtio_break_device EXPORT_SYMBOL_GPL vmlinux 0xd833bf8f devm_platform_ioremap_resource EXPORT_SYMBOL_GPL vmlinux 0xd841b2c4 ata_sff_prereset EXPORT_SYMBOL_GPL vmlinux 0xd84ab996 sata_scr_read EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8509a3a pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0xd86abd28 acpi_create_platform_device EXPORT_SYMBOL_GPL vmlinux 0xd86d8a44 key_type_asymmetric EXPORT_SYMBOL_GPL vmlinux 0xd872a54c irq_domain_free_irqs_common EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk EXPORT_SYMBOL_GPL vmlinux 0xd8809a42 dax_region_put -EXPORT_SYMBOL_GPL vmlinux 0xd882c9b0 skb_clone_tx_timestamp -EXPORT_SYMBOL_GPL vmlinux 0xd88739c7 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0xd8956c42 xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0xd89a794e acpi_dma_configure EXPORT_SYMBOL_GPL vmlinux 0xd8af5237 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xd8b98ad6 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0xd8d24416 hisi_clk_register_mux EXPORT_SYMBOL_GPL vmlinux 0xd8e578cb powercap_unregister_control_type EXPORT_SYMBOL_GPL vmlinux 0xd8e82746 fat_update_time EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xd90f3dc4 mc_send_command -EXPORT_SYMBOL_GPL vmlinux 0xd92143bd devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xd91db621 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xd922f9a8 ata_scsi_simulate EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock EXPORT_SYMBOL_GPL vmlinux 0xd93a5cb1 efivar_variable_is_removable @@ -22666,16 +22702,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off EXPORT_SYMBOL_GPL vmlinux 0xd94cc4b6 bpf_map_put EXPORT_SYMBOL_GPL vmlinux 0xd9581c91 xhci_dbg_trace EXPORT_SYMBOL_GPL vmlinux 0xd9627487 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9653548 bgmac_enet_remove EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd97263d4 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xd97e33fa pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xd98546a2 component_bind_all EXPORT_SYMBOL_GPL vmlinux 0xd995b530 regulator_set_voltage -EXPORT_SYMBOL_GPL vmlinux 0xd9961303 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0xd9ad7ff3 spi_mem_adjust_op_size EXPORT_SYMBOL_GPL vmlinux 0xd9b2e8bb regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0xd9b7cfeb of_get_display_timings EXPORT_SYMBOL_GPL vmlinux 0xd9bedb6d input_ff_create EXPORT_SYMBOL_GPL vmlinux 0xd9c10c5f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xd9c6deed ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xd9c72ef4 pm_runtime_force_suspend EXPORT_SYMBOL_GPL vmlinux 0xd9c81c8c unregister_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xd9d3a508 fwnode_property_read_string_array @@ -22685,11 +22723,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns EXPORT_SYMBOL_GPL vmlinux 0xd9f94b94 cpufreq_enable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0xd9fc8ae6 dma_release_channel EXPORT_SYMBOL_GPL vmlinux 0xd9fd42bd devm_extcon_dev_free -EXPORT_SYMBOL_GPL vmlinux 0xd9fe6108 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write EXPORT_SYMBOL_GPL vmlinux 0xda112b92 bus_create_file EXPORT_SYMBOL_GPL vmlinux 0xda136cd0 ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0xda15a15d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xda1b706c ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xda1d30eb devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0xda31812d regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0xda37b868 to_nvdimm_bus EXPORT_SYMBOL_GPL vmlinux 0xda403454 dev_pm_opp_detach_genpd @@ -22704,7 +22743,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xda7d0293 of_phy_get EXPORT_SYMBOL_GPL vmlinux 0xda933a52 devm_clk_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac5fea5 inet_csk_compat_setsockopt EXPORT_SYMBOL_GPL vmlinux 0xdaeda2ab tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xdaf27d2d ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xdaf42651 set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check @@ -22713,15 +22754,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xdb01504b ata_pci_sff_init_host EXPORT_SYMBOL_GPL vmlinux 0xdb02fa60 list_lru_add EXPORT_SYMBOL_GPL vmlinux 0xdb21f654 ahci_shost_attrs EXPORT_SYMBOL_GPL vmlinux 0xdb34b808 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdb3a8cee fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table EXPORT_SYMBOL_GPL vmlinux 0xdb65dfcd gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdb6c6df0 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0xdb728e8f sdio_writel EXPORT_SYMBOL_GPL vmlinux 0xdb735885 alarm_cancel EXPORT_SYMBOL_GPL vmlinux 0xdb741796 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xdb750a75 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xdb82b182 clk_gpio_mux_ops EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock EXPORT_SYMBOL_GPL vmlinux 0xdba0583f clk_hw_register_divider EXPORT_SYMBOL_GPL vmlinux 0xdba4c848 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xdbaf5df7 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0xdbb7b303 crypto_unregister_shashes EXPORT_SYMBOL_GPL vmlinux 0xdbb8e46e efivar_entry_size EXPORT_SYMBOL_GPL vmlinux 0xdbe1e56f usb_kill_urb @@ -22741,7 +22786,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc63feb0 da903x_set_bits EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent EXPORT_SYMBOL_GPL vmlinux 0xdc65ea32 device_destroy EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list -EXPORT_SYMBOL_GPL vmlinux 0xdc6a2d93 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0xdc703bdc ata_sff_tf_load EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable @@ -22750,24 +22794,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops EXPORT_SYMBOL_GPL vmlinux 0xdcb99b5b of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xdcbb9591 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0xdccd03e5 ftrace_set_notrace EXPORT_SYMBOL_GPL vmlinux 0xdccdaf36 split_page EXPORT_SYMBOL_GPL vmlinux 0xdcd18d2f queue_iova EXPORT_SYMBOL_GPL vmlinux 0xdcdd94a4 unregister_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0xdce23a83 sbitmap_queue_wake_up EXPORT_SYMBOL_GPL vmlinux 0xdce23d33 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xdce53068 pskb_put EXPORT_SYMBOL_GPL vmlinux 0xdcee26bd xhci_suspend EXPORT_SYMBOL_GPL vmlinux 0xdd052471 acpi_dev_get_resources EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc EXPORT_SYMBOL_GPL vmlinux 0xdd1f238e xen_xlate_remap_gfn_array EXPORT_SYMBOL_GPL vmlinux 0xdd263323 blk_trace_remove EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu -EXPORT_SYMBOL_GPL vmlinux 0xdd32558c ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister EXPORT_SYMBOL_GPL vmlinux 0xdd3f076a ata_host_init -EXPORT_SYMBOL_GPL vmlinux 0xdd45814a __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0xdd51da3c get_net_ns_by_pid -EXPORT_SYMBOL_GPL vmlinux 0xdd534969 tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd64e89d fixed_phy_change_carrier EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle @@ -22782,19 +22825,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xddda6c8a serial8250_do_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0xde097cbd uart_handle_dcd_change EXPORT_SYMBOL_GPL vmlinux 0xde09a94d xas_find EXPORT_SYMBOL_GPL vmlinux 0xde143126 ata_sff_drain_fifo -EXPORT_SYMBOL_GPL vmlinux 0xde175625 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0xde288dff debugfs_file_get EXPORT_SYMBOL_GPL vmlinux 0xde2d3af0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xde3a137e inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xde4ceabb of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xde5586d1 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0xde6d122a fat_getattr EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 EXPORT_SYMBOL_GPL vmlinux 0xde7e1408 tty_port_tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0xde8293c9 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xde8f78ee pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xde8fa3a4 simple_attr_release EXPORT_SYMBOL_GPL vmlinux 0xde8fd212 usb_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0xde960d65 spi_mem_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm -EXPORT_SYMBOL_GPL vmlinux 0xdeb113ed usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts EXPORT_SYMBOL_GPL vmlinux 0xdebee84e ata_sff_qc_fill_rtf EXPORT_SYMBOL_GPL vmlinux 0xdec3a79c acpi_kobj @@ -22803,26 +22847,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xded6d61c of_clk_get_parent_name EXPORT_SYMBOL_GPL vmlinux 0xdee25325 xdp_rxq_info_reg_mem_model EXPORT_SYMBOL_GPL vmlinux 0xdeebfc46 devm_power_supply_get_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xdef1aac9 kvm_vcpu_read_guest -EXPORT_SYMBOL_GPL vmlinux 0xdefb9540 ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal -EXPORT_SYMBOL_GPL vmlinux 0xdf11b8ee devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0xdf141b89 clk_gpio_gate_ops EXPORT_SYMBOL_GPL vmlinux 0xdf223247 __tracepoint_sched_overutilized_tp EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xdf31b069 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xdf373620 power_supply_get_property -EXPORT_SYMBOL_GPL vmlinux 0xdf3acd59 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xdf413b8d dm_send_uevents EXPORT_SYMBOL_GPL vmlinux 0xdf41e13d pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0xdf46a5c9 init_iova_domain EXPORT_SYMBOL_GPL vmlinux 0xdf4db599 led_set_brightness_nosleep -EXPORT_SYMBOL_GPL vmlinux 0xdf5d104d raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xdf7ac4e9 devlink_free EXPORT_SYMBOL_GPL vmlinux 0xdf85b4c6 usb_altnum_to_altsetting EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue EXPORT_SYMBOL_GPL vmlinux 0xdfa090c9 tpm_pcr_read EXPORT_SYMBOL_GPL vmlinux 0xdfa5835b to_nvdimm EXPORT_SYMBOL_GPL vmlinux 0xdfb27057 rt_mutex_trylock EXPORT_SYMBOL_GPL vmlinux 0xdfb4866b handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xdfc0c5dc ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set EXPORT_SYMBOL_GPL vmlinux 0xdfe09b3a rio_mport_initialize EXPORT_SYMBOL_GPL vmlinux 0xdfe689c9 blkcg_policy_unregister @@ -22831,6 +22872,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xdfffc510 iomap_readpages EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name EXPORT_SYMBOL_GPL vmlinux 0xe01861d3 ata_cable_80wire EXPORT_SYMBOL_GPL vmlinux 0xe02c7a2c usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe02d82aa fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0xe02d8bdc hvc_poll EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0xe030a97b acpi_subsys_suspend_noirq @@ -22838,15 +22880,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xe037666e unregister_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0xe03fe2ad genphy_c45_read_link EXPORT_SYMBOL_GPL vmlinux 0xe040b6e0 shash_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0xe051727d __rio_local_read_config_32 -EXPORT_SYMBOL_GPL vmlinux 0xe05b8e0a fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu EXPORT_SYMBOL_GPL vmlinux 0xe063bc37 ehci_adjust_port_wakeup_flags EXPORT_SYMBOL_GPL vmlinux 0xe076357c kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe07b006f devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xe091f7e9 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe097e914 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0xe09a6a69 genphy_c45_pma_read_abilities EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe0a31cad __regmap_init -EXPORT_SYMBOL_GPL vmlinux 0xe0a732c3 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate EXPORT_SYMBOL_GPL vmlinux 0xe0b28e0e irq_domain_xlate_onetwocell EXPORT_SYMBOL_GPL vmlinux 0xe0c66966 __inode_attach_wb @@ -22862,9 +22904,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xe100c52b cgrp_dfl_root EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin EXPORT_SYMBOL_GPL vmlinux 0xe1460a9b xhci_mtk_sch_exit EXPORT_SYMBOL_GPL vmlinux 0xe15084a2 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xe1578044 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0xe164d1e5 __regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0xe1701269 __scsi_init_queue -EXPORT_SYMBOL_GPL vmlinux 0xe173696f devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0xe17245f0 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios EXPORT_SYMBOL_GPL vmlinux 0xe17e5220 blocking_notifier_chain_cond_register EXPORT_SYMBOL_GPL vmlinux 0xe1930e9b usb_get_dev @@ -22876,45 +22919,44 @@ EXPORT_SYMBOL_GPL vmlinux 0xe1c864be devm_regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0xe1d44338 devm_usb_get_phy_by_node EXPORT_SYMBOL_GPL vmlinux 0xe1ecbfa9 blk_poll EXPORT_SYMBOL_GPL vmlinux 0xe1fb11c7 sdio_memcpy_fromio -EXPORT_SYMBOL_GPL vmlinux 0xe1fc10ec ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0xe219a1ad usb_unpoison_urb EXPORT_SYMBOL_GPL vmlinux 0xe21e70bc rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0xe21f4e83 gpiod_direction_output EXPORT_SYMBOL_GPL vmlinux 0xe2288f9a sfp_register_socket EXPORT_SYMBOL_GPL vmlinux 0xe22a8b48 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xe22ccef3 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe243bc4c tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xe249dee8 unregister_pernet_subsys -EXPORT_SYMBOL_GPL vmlinux 0xe24c4414 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xe24cc296 bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0xe24ede1c virtio_device_freeze EXPORT_SYMBOL_GPL vmlinux 0xe24ff6d0 dm_post_suspending EXPORT_SYMBOL_GPL vmlinux 0xe2582a12 btree_init EXPORT_SYMBOL_GPL vmlinux 0xe25a5672 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe266fd3e ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0xe2705eec dev_pm_opp_register_set_opp_helper +EXPORT_SYMBOL_GPL vmlinux 0xe2712368 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xe275560f gpiochip_get_data EXPORT_SYMBOL_GPL vmlinux 0xe27ba53f crypto_lookup_template EXPORT_SYMBOL_GPL vmlinux 0xe2a10da3 dbs_update EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier -EXPORT_SYMBOL_GPL vmlinux 0xe2b48e7e ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key EXPORT_SYMBOL_GPL vmlinux 0xe2d48100 edac_pci_del_device -EXPORT_SYMBOL_GPL vmlinux 0xe2e317f2 devlink_trap_report -EXPORT_SYMBOL_GPL vmlinux 0xe2edf8ed __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xe2f2a549 device_connection_remove +EXPORT_SYMBOL_GPL vmlinux 0xe2f38de3 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xe2f68999 __platform_register_drivers EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq EXPORT_SYMBOL_GPL vmlinux 0xe313bdd1 tty_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0xe31776e1 pinctrl_dev_get_name EXPORT_SYMBOL_GPL vmlinux 0xe3255514 crypto_find_alg EXPORT_SYMBOL_GPL vmlinux 0xe338c5ac inet_hashinfo2_init_mod -EXPORT_SYMBOL_GPL vmlinux 0xe35a7084 sk_msg_return -EXPORT_SYMBOL_GPL vmlinux 0xe35b3290 nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0xe379ffb1 shmem_read_mapping_page_gfp EXPORT_SYMBOL_GPL vmlinux 0xe386c0d2 pwm_request_from_chip EXPORT_SYMBOL_GPL vmlinux 0xe38b8da1 dma_buf_export EXPORT_SYMBOL_GPL vmlinux 0xe38e6695 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe3926193 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0xe3948ff4 acpi_walk_dep_device_list EXPORT_SYMBOL_GPL vmlinux 0xe394e52f crypto_init_spawn2 -EXPORT_SYMBOL_GPL vmlinux 0xe398e8fb devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit EXPORT_SYMBOL_GPL vmlinux 0xe3a631d0 clk_hw_get_rate EXPORT_SYMBOL_GPL vmlinux 0xe3c0ac9d device_store_bool @@ -22937,60 +22979,58 @@ EXPORT_SYMBOL_GPL vmlinux 0xe4874aef __tracepoint_add_device_to_group EXPORT_SYMBOL_GPL vmlinux 0xe495926a alarm_restart EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot EXPORT_SYMBOL_GPL vmlinux 0xe4a0ba48 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe4a397c5 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0xe4a62769 thp_get_unmapped_area EXPORT_SYMBOL_GPL vmlinux 0xe4afa692 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm -EXPORT_SYMBOL_GPL vmlinux 0xe4c41448 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0xe4c45bec of_pci_get_max_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4e00fe9 gpiochip_line_is_valid EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state EXPORT_SYMBOL_GPL vmlinux 0xe4ea553f cpufreq_dbs_governor_exit -EXPORT_SYMBOL_GPL vmlinux 0xe504e6f8 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xe523b8fb spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xe53b7b16 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0xe53f247b ata_ehi_clear_desc EXPORT_SYMBOL_GPL vmlinux 0xe5419542 tps6586x_writes EXPORT_SYMBOL_GPL vmlinux 0xe547e054 of_cpufreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0xe54c6d58 put_iova_domain EXPORT_SYMBOL_GPL vmlinux 0xe551b87c gpiochip_generic_request EXPORT_SYMBOL_GPL vmlinux 0xe5538557 ftrace_ops_set_global_filter -EXPORT_SYMBOL_GPL vmlinux 0xe555ba30 pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0xe5769736 __spi_alloc_controller -EXPORT_SYMBOL_GPL vmlinux 0xe57df7ba pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0xe58775f6 blkg_rwstat_recursive_sum EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister EXPORT_SYMBOL_GPL vmlinux 0xe5897f73 bus_find_device EXPORT_SYMBOL_GPL vmlinux 0xe59b002e ata_eh_freeze_port -EXPORT_SYMBOL_GPL vmlinux 0xe59c4a0c iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0xe5b71f48 tc3589x_set_bits EXPORT_SYMBOL_GPL vmlinux 0xe5c1a9f5 crypto_enqueue_request EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider EXPORT_SYMBOL_GPL vmlinux 0xe5ccd209 cpufreq_disable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0xe5d22a7b cec_s_log_addrs +EXPORT_SYMBOL_GPL vmlinux 0xe5da99bc xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xe5e5fcf4 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xe5ea5ada ahci_save_initial_config EXPORT_SYMBOL_GPL vmlinux 0xe5ed6ce2 xenbus_frontend_closed EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work EXPORT_SYMBOL_GPL vmlinux 0xe60a3082 event_triggers_call EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62faa41 usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xe63e006b usb_mon_register EXPORT_SYMBOL_GPL vmlinux 0xe65a6813 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe6639453 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xe673b95b i2c_generic_scl_recovery EXPORT_SYMBOL_GPL vmlinux 0xe68d735b crypto_stats_aead_decrypt -EXPORT_SYMBOL_GPL vmlinux 0xe68dbac9 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0xe698ecb3 debugfs_read_file_bool EXPORT_SYMBOL_GPL vmlinux 0xe69f18cf devm_of_pwm_get EXPORT_SYMBOL_GPL vmlinux 0xe6a049e9 blk_req_needs_zone_write_lock -EXPORT_SYMBOL_GPL vmlinux 0xe6a88622 skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0xe6ac8f3f rio_register_mport EXPORT_SYMBOL_GPL vmlinux 0xe6c3b232 cpufreq_unregister_driver -EXPORT_SYMBOL_GPL vmlinux 0xe6dd1d87 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xe6dd5771 dm_get_md EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0xe6f5e6f5 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data -EXPORT_SYMBOL_GPL vmlinux 0xe702210d udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0xe70fb43c PageHuge EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent EXPORT_SYMBOL_GPL vmlinux 0xe71c6076 devm_kstrdup @@ -23008,14 +23048,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xe78e2446 amba_ahb_device_add_res EXPORT_SYMBOL_GPL vmlinux 0xe7a2dc6a devm_spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0xe7a9f228 mmu_notifier_put EXPORT_SYMBOL_GPL vmlinux 0xe7ae5c5b unregister_pernet_device -EXPORT_SYMBOL_GPL vmlinux 0xe7bf4bfb cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xe7b43d6a ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xe7d5a105 wbc_attach_and_unlock_inode EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence EXPORT_SYMBOL_GPL vmlinux 0xe7f5838f regulator_list_voltage_table EXPORT_SYMBOL_GPL vmlinux 0xe7fe297c regmap_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr -EXPORT_SYMBOL_GPL vmlinux 0xe811677a ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update EXPORT_SYMBOL_GPL vmlinux 0xe824a8e6 sfp_add_phy @@ -23025,11 +23064,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports EXPORT_SYMBOL_GPL vmlinux 0xe854d540 pci_epc_put EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit EXPORT_SYMBOL_GPL vmlinux 0xe85d94a2 loop_backing_file -EXPORT_SYMBOL_GPL vmlinux 0xe85f3291 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0xe860b189 platform_bus_type EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start EXPORT_SYMBOL_GPL vmlinux 0xe8661aa6 pm_generic_resume_early -EXPORT_SYMBOL_GPL vmlinux 0xe866c3cd ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xe874c86b pinmux_generic_get_function_groups EXPORT_SYMBOL_GPL vmlinux 0xe88e77c0 cm_notify_event EXPORT_SYMBOL_GPL vmlinux 0xe8a3ee0e usb_phy_roothub_suspend @@ -23038,13 +23075,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xe8b6ddba dev_pm_qos_add_ancestor_request EXPORT_SYMBOL_GPL vmlinux 0xe8d23584 stmpe_reg_write EXPORT_SYMBOL_GPL vmlinux 0xe8d27ecd perf_pmu_register EXPORT_SYMBOL_GPL vmlinux 0xe8d6978d cec_notifier_conn_register -EXPORT_SYMBOL_GPL vmlinux 0xe8d8b929 rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0xe8daec33 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe8f460a9 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xe8f86b03 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0xe905eb3e cec_allocate_adapter -EXPORT_SYMBOL_GPL vmlinux 0xe908887f tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0xe91358b4 blkdev_write_iter EXPORT_SYMBOL_GPL vmlinux 0xe914a990 wait_on_page_writeback -EXPORT_SYMBOL_GPL vmlinux 0xe92cf26c pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0xe9396776 fwnode_handle_get EXPORT_SYMBOL_GPL vmlinux 0xe93a4bed acpi_dev_pm_attach EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free @@ -23052,39 +23088,38 @@ EXPORT_SYMBOL_GPL vmlinux 0xe945d257 watchdog_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xe951da84 ata_host_alloc EXPORT_SYMBOL_GPL vmlinux 0xe9555aca devm_mdiobus_alloc_size EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0xe9697050 do_tcp_sendpages -EXPORT_SYMBOL_GPL vmlinux 0xe9758f38 iptunnel_xmit -EXPORT_SYMBOL_GPL vmlinux 0xe9962755 strp_unpause -EXPORT_SYMBOL_GPL vmlinux 0xe9b7b513 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xe95b4c96 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xe9980fb5 pci_intx EXPORT_SYMBOL_GPL vmlinux 0xe9b9a552 __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0xe9bba398 rio_get_comptag EXPORT_SYMBOL_GPL vmlinux 0xe9cc6a71 locks_alloc_lock EXPORT_SYMBOL_GPL vmlinux 0xe9d180c7 bpf_prog_sub EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d6e6b4 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0xe9fe8885 crypto_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0xea0f1218 mmc_cmdq_disable EXPORT_SYMBOL_GPL vmlinux 0xea0fa8a2 mnt_drop_write EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd EXPORT_SYMBOL_GPL vmlinux 0xea25fbce pci_msi_create_irq_domain EXPORT_SYMBOL_GPL vmlinux 0xea2c895f led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xea2e7359 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xea3a3ceb spi_finalize_current_transfer EXPORT_SYMBOL_GPL vmlinux 0xea42ad9f efivar_entry_add EXPORT_SYMBOL_GPL vmlinux 0xea488f05 inverse_translate EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss EXPORT_SYMBOL_GPL vmlinux 0xea61acba efivars_kobject EXPORT_SYMBOL_GPL vmlinux 0xea6db619 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xea6e534d nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xea718367 md_stop_writes EXPORT_SYMBOL_GPL vmlinux 0xea746eaa policy_has_boost_freq EXPORT_SYMBOL_GPL vmlinux 0xea9b868a tpm_pm_resume EXPORT_SYMBOL_GPL vmlinux 0xeaad1e1b i2c_new_dummy EXPORT_SYMBOL_GPL vmlinux 0xeaad96f9 sbitmap_queue_clear EXPORT_SYMBOL_GPL vmlinux 0xeab79ba1 fs_dax_get_by_bdev -EXPORT_SYMBOL_GPL vmlinux 0xeac27fc8 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0xeaceed81 pcc_mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush EXPORT_SYMBOL_GPL vmlinux 0xeae23bb7 zap_vma_ptes -EXPORT_SYMBOL_GPL vmlinux 0xeae4530b call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xeaf7fe0f sbitmap_resize EXPORT_SYMBOL_GPL vmlinux 0xeafe07b8 clk_bulk_prepare EXPORT_SYMBOL_GPL vmlinux 0xeb0cdaae ahash_register_instance @@ -23094,7 +23129,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xeb2487d6 iommu_capable EXPORT_SYMBOL_GPL vmlinux 0xeb24b1db add_disk_randomness EXPORT_SYMBOL_GPL vmlinux 0xeb2619b6 fwnode_get_parent EXPORT_SYMBOL_GPL vmlinux 0xeb2c4f8a regmap_get_reg_stride -EXPORT_SYMBOL_GPL vmlinux 0xeb33681f skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xeb3913b7 device_unregister EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq EXPORT_SYMBOL_GPL vmlinux 0xeb3cab1d rtc_initialize_alarm @@ -23103,6 +23137,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xeb40dce6 iommu_report_device_fault EXPORT_SYMBOL_GPL vmlinux 0xeb78ef06 input_class EXPORT_SYMBOL_GPL vmlinux 0xeb87ad25 serdev_device_set_tiocm EXPORT_SYMBOL_GPL vmlinux 0xeb9dbb91 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xebb26dbd skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0xebb99601 fsstack_copy_attr_all EXPORT_SYMBOL_GPL vmlinux 0xebc4a92a gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0xebc8ae17 cs47l24_spi_regmap @@ -23110,13 +23145,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0xebd0c2cf pm_genpd_remove_device EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xec1f395c sata_async_notification -EXPORT_SYMBOL_GPL vmlinux 0xec22ecee rockchip_pcie_cfg_configuration_accesses EXPORT_SYMBOL_GPL vmlinux 0xec33985e spi_mem_get_name EXPORT_SYMBOL_GPL vmlinux 0xec399137 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xec43db33 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xec4b82e5 get_pid_task -EXPORT_SYMBOL_GPL vmlinux 0xec51c0c9 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0xec543f10 i2c_unregister_device -EXPORT_SYMBOL_GPL vmlinux 0xec54d9ef netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0xec660cd3 __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable @@ -23131,31 +23164,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xecc15208 edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0xecc1ee52 phy_restore_page EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read EXPORT_SYMBOL_GPL vmlinux 0xecdeffbe fsl_mc_portal_reset -EXPORT_SYMBOL_GPL vmlinux 0xece0f7da raw_abort EXPORT_SYMBOL_GPL vmlinux 0xece2478d thermal_zone_unbind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0xece2961b eventfd_fget -EXPORT_SYMBOL_GPL vmlinux 0xece4ac11 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0xecf19a4b usb_remove_phy EXPORT_SYMBOL_GPL vmlinux 0xed1bcb5d alarm_init EXPORT_SYMBOL_GPL vmlinux 0xed1cc48f usb_autopm_get_interface_no_resume -EXPORT_SYMBOL_GPL vmlinux 0xed2d4b2e devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0xed3bb41a power_supply_put EXPORT_SYMBOL_GPL vmlinux 0xed7c7b91 raw_v6_hashinfo EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister -EXPORT_SYMBOL_GPL vmlinux 0xed83b987 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0xedad033b i2c_bus_type -EXPORT_SYMBOL_GPL vmlinux 0xedaf379f rockchip_pcie_parse_dt -EXPORT_SYMBOL_GPL vmlinux 0xedbd5207 devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xedce6382 cec_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier -EXPORT_SYMBOL_GPL vmlinux 0xede4c953 pci_pr3_present -EXPORT_SYMBOL_GPL vmlinux 0xede4f688 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0xede6233f edac_pci_create_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup EXPORT_SYMBOL_GPL vmlinux 0xedf08dc1 thermal_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xedfaf0e4 reset_controller_register EXPORT_SYMBOL_GPL vmlinux 0xee0f4756 gpiod_cansleep EXPORT_SYMBOL_GPL vmlinux 0xee171aba dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xee1e2fe9 pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0xee3404db of_reserved_mem_lookup EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0xee39b0d1 device_rename @@ -23165,10 +23191,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xee6e1627 fuse_conn_put EXPORT_SYMBOL_GPL vmlinux 0xee74e63a device_remove_file_self -EXPORT_SYMBOL_GPL vmlinux 0xee7811fc pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0xeeac7d30 ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0xeeb9d954 pm_generic_restore_noirq -EXPORT_SYMBOL_GPL vmlinux 0xeecc974c sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run EXPORT_SYMBOL_GPL vmlinux 0xeeef5f97 fat_free_clusters @@ -23178,12 +23202,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 EXPORT_SYMBOL_GPL vmlinux 0xef5603ea sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xef59ff21 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0xef5b9cb6 l3mdev_update_flow EXPORT_SYMBOL_GPL vmlinux 0xef60a4aa of_regulator_match EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef7f7fe3 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last EXPORT_SYMBOL_GPL vmlinux 0xef9cc917 fuse_conn_init -EXPORT_SYMBOL_GPL vmlinux 0xef9f6fee pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0xefa704d2 nvdimm_has_cache EXPORT_SYMBOL_GPL vmlinux 0xefc9d923 cpufreq_register_governor @@ -23209,6 +23234,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf0c1af76 gnttab_alloc_pages EXPORT_SYMBOL_GPL vmlinux 0xf0cce5d3 badblocks_set EXPORT_SYMBOL_GPL vmlinux 0xf0d136b2 i2c_handle_smbus_host_notify EXPORT_SYMBOL_GPL vmlinux 0xf0d68e1e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf0d91f5b switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xf0dc447e powercap_unregister_zone EXPORT_SYMBOL_GPL vmlinux 0xf0f0f77d crypto_attr_alg2 EXPORT_SYMBOL_GPL vmlinux 0xf10dc494 rio_unmap_inb_region @@ -23218,10 +23244,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag EXPORT_SYMBOL_GPL vmlinux 0xf14a3414 of_mm_gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0xf14b9cf5 rio_mport_get_efb EXPORT_SYMBOL_GPL vmlinux 0xf1557488 debugfs_create_symlink -EXPORT_SYMBOL_GPL vmlinux 0xf155e6d0 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xf160da31 tty_buffer_unlock_exclusive EXPORT_SYMBOL_GPL vmlinux 0xf16f6482 ata_bmdma_status -EXPORT_SYMBOL_GPL vmlinux 0xf171b9cc inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xf17395be scsi_autopm_get_device EXPORT_SYMBOL_GPL vmlinux 0xf174f37b iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0xf17704cb devm_thermal_of_cooling_device_register @@ -23233,16 +23257,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xf18d30d3 nvdimm_to_bus EXPORT_SYMBOL_GPL vmlinux 0xf19440ee efivar_entry_set_get_size EXPORT_SYMBOL_GPL vmlinux 0xf19ec216 hisi_clk_register_phase EXPORT_SYMBOL_GPL vmlinux 0xf1a232e3 xenbus_dev_cancel -EXPORT_SYMBOL_GPL vmlinux 0xf1a4f385 ipv4_redirect -EXPORT_SYMBOL_GPL vmlinux 0xf1a76d0f netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xf1a6d494 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on EXPORT_SYMBOL_GPL vmlinux 0xf1b6ea74 spi_set_cs_timing EXPORT_SYMBOL_GPL vmlinux 0xf1e45cb8 irq_domain_alloc_irqs_parent EXPORT_SYMBOL_GPL vmlinux 0xf1ec0aae crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf1f07067 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xf1f10a58 trace_array_create EXPORT_SYMBOL_GPL vmlinux 0xf1f69989 regulator_set_soft_start_regmap EXPORT_SYMBOL_GPL vmlinux 0xf1fdf656 of_dma_controller_free -EXPORT_SYMBOL_GPL vmlinux 0xf2010a15 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0xf20936ae crypto_register_rngs EXPORT_SYMBOL_GPL vmlinux 0xf20f4509 fwnode_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0xf20f9ca2 xenbus_match @@ -23253,18 +23276,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xf21eb9e2 irq_chip_release_resources_parent EXPORT_SYMBOL_GPL vmlinux 0xf220e452 dev_pm_opp_set_prop_name EXPORT_SYMBOL_GPL vmlinux 0xf234d547 net_ns_type_operations -EXPORT_SYMBOL_GPL vmlinux 0xf2451668 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0xf25bc9ef power_supply_register EXPORT_SYMBOL_GPL vmlinux 0xf26ac8ab driver_remove_file EXPORT_SYMBOL_GPL vmlinux 0xf26c5593 led_trigger_event EXPORT_SYMBOL_GPL vmlinux 0xf2719df1 dev_pm_opp_put_clkname EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref EXPORT_SYMBOL_GPL vmlinux 0xf29cdf27 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xf29f1cbd bgmac_enet_resume EXPORT_SYMBOL_GPL vmlinux 0xf2a344dd srcu_init_notifier_head -EXPORT_SYMBOL_GPL vmlinux 0xf2a5d3d1 of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0xf2a9d130 power_supply_property_is_writeable EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xf2b66c49 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0xf2c819e5 devm_rtc_device_register EXPORT_SYMBOL_GPL vmlinux 0xf2d7b773 watchdog_notify_pretimeout EXPORT_SYMBOL_GPL vmlinux 0xf2dc2d26 ptp_classify_raw @@ -23273,7 +23294,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xf2eb28b9 gpiod_is_active_low EXPORT_SYMBOL_GPL vmlinux 0xf2f4cf27 of_property_read_string_helper EXPORT_SYMBOL_GPL vmlinux 0xf2f9a3a1 otg_ulpi_create EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support -EXPORT_SYMBOL_GPL vmlinux 0xf30d3968 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active @@ -23286,40 +23306,46 @@ EXPORT_SYMBOL_GPL vmlinux 0xf349b540 pcie_port_bus_type EXPORT_SYMBOL_GPL vmlinux 0xf34d2803 dma_buf_vunmap EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xf356684a regmap_read -EXPORT_SYMBOL_GPL vmlinux 0xf35ba722 __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf399cfe5 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xf39b2314 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0xf39c9368 pci_epc_linkup EXPORT_SYMBOL_GPL vmlinux 0xf3a1f344 devm_clk_bulk_get_optional EXPORT_SYMBOL_GPL vmlinux 0xf3a3f3c4 kick_process EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3d08d2a tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xf3d0b176 register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0xf3dfc30b extcon_set_property EXPORT_SYMBOL_GPL vmlinux 0xf3fc24a3 ata_sas_port_init -EXPORT_SYMBOL_GPL vmlinux 0xf4178fc8 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0xf421339f srcu_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xf4264a6d kset_create_and_add EXPORT_SYMBOL_GPL vmlinux 0xf42ac4a8 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xf4435771 ping_close EXPORT_SYMBOL_GPL vmlinux 0xf448c9c8 ata_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0xf44a430d serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xf45f5804 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal EXPORT_SYMBOL_GPL vmlinux 0xf4cdf310 phy_validate EXPORT_SYMBOL_GPL vmlinux 0xf4ce14a2 devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xf4cf44f1 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf4e84e72 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0xf4f2a0a9 usb_alloc_coherent EXPORT_SYMBOL_GPL vmlinux 0xf4f47102 regulator_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc EXPORT_SYMBOL_GPL vmlinux 0xf50e911e copy_reserved_iova +EXPORT_SYMBOL_GPL vmlinux 0xf51ff347 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0xf53008e7 unregister_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xf532b6fe device_find_child EXPORT_SYMBOL_GPL vmlinux 0xf53e1df4 mbox_client_txdone EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get -EXPORT_SYMBOL_GPL vmlinux 0xf5944d58 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xf57bbc5a sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xf58d62f2 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus -EXPORT_SYMBOL_GPL vmlinux 0xf5cfb155 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0xf5d0de74 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xf5d49fe1 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xf5d85e88 fat_detach EXPORT_SYMBOL_GPL vmlinux 0xf5e76d5f dpbp_close @@ -23327,14 +23353,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node EXPORT_SYMBOL_GPL vmlinux 0xf60474df iommu_map_sg EXPORT_SYMBOL_GPL vmlinux 0xf6134c26 vfs_listxattr EXPORT_SYMBOL_GPL vmlinux 0xf61bcd0f stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xf6257d98 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0xf6339b22 devm_kmalloc EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr EXPORT_SYMBOL_GPL vmlinux 0xf6637046 ata_scsi_port_error_handler EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync -EXPORT_SYMBOL_GPL vmlinux 0xf66caf90 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0xf6704a4e gpiochip_remove_pin_ranges -EXPORT_SYMBOL_GPL vmlinux 0xf673844c pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0xf6898cbc fwnode_usb_role_switch_get EXPORT_SYMBOL_GPL vmlinux 0xf68ac0eb spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0xf68c090f usb_disable_autosuspend @@ -23344,7 +23369,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects EXPORT_SYMBOL_GPL vmlinux 0xf6a807e7 key_type_logon EXPORT_SYMBOL_GPL vmlinux 0xf6aa3b5c sysfs_update_group EXPORT_SYMBOL_GPL vmlinux 0xf6b66389 sysfs_create_file_ns -EXPORT_SYMBOL_GPL vmlinux 0xf6c0ab05 strp_process EXPORT_SYMBOL_GPL vmlinux 0xf6c5b4b6 invalidate_inode_pages2 EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable @@ -23353,6 +23377,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks EXPORT_SYMBOL_GPL vmlinux 0xf70f9ef9 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf71070a3 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xf71b3145 crypto_stats_akcipher_sign EXPORT_SYMBOL_GPL vmlinux 0xf7290f24 iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits @@ -23362,10 +23387,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit EXPORT_SYMBOL_GPL vmlinux 0xf753838c regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf75fa27b ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0xf7602881 clockevents_config_and_register -EXPORT_SYMBOL_GPL vmlinux 0xf76b5038 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf7626db9 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0xf772c18b cec_s_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xf7748eae sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf785db81 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi EXPORT_SYMBOL_GPL vmlinux 0xf78912eb rio_release_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0xf78e71d6 sysfs_notify @@ -23375,17 +23402,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7bf5172 hwspin_lock_unregister EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xf7cacad6 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf7d19848 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0xf7edbbbb crypto_register_template EXPORT_SYMBOL_GPL vmlinux 0xf7f60d69 usb_deregister -EXPORT_SYMBOL_GPL vmlinux 0xf7f620e6 fuse_request_end -EXPORT_SYMBOL_GPL vmlinux 0xf8195c3a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf813b2df sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0xf81dc8e2 relay_late_setup_files EXPORT_SYMBOL_GPL vmlinux 0xf82343e6 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xf82c4583 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xf82c939b i2c_parse_fw_timings EXPORT_SYMBOL_GPL vmlinux 0xf82cc74a devm_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu EXPORT_SYMBOL_GPL vmlinux 0xf832205e rio_enable_rx_tx_port -EXPORT_SYMBOL_GPL vmlinux 0xf83e7e0e sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xf848584e dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0xf872dffa bind_interdomain_evtchn_to_irq_lateeoi EXPORT_SYMBOL_GPL vmlinux 0xf876f56b wbt_enable_default @@ -23393,13 +23420,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xf8803961 pinctrl_dev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy EXPORT_SYMBOL_GPL vmlinux 0xf889a3a0 serial8250_rx_chars EXPORT_SYMBOL_GPL vmlinux 0xf88ab9e7 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xf88b8041 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0xf890b97f handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xf8b0faa0 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0xf8b83362 led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0xf8bbc2e6 gnttab_dma_free_pages EXPORT_SYMBOL_GPL vmlinux 0xf8bbc512 of_pci_range_parser_one EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0xf8f128ff of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit -EXPORT_SYMBOL_GPL vmlinux 0xf8f93023 acpiphp_unregister_attention EXPORT_SYMBOL_GPL vmlinux 0xf8fbbc51 devm_nsio_disable EXPORT_SYMBOL_GPL vmlinux 0xf90bbf6e regulator_map_voltage_iterate EXPORT_SYMBOL_GPL vmlinux 0xf90e3172 serdev_device_set_flow_control @@ -23407,16 +23436,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xf9153f8c device_add_properties EXPORT_SYMBOL_GPL vmlinux 0xf91ab2ed __tracepoint_arm_event EXPORT_SYMBOL_GPL vmlinux 0xf91f75bf fwnode_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0xf9249dab serdev_device_write_buf -EXPORT_SYMBOL_GPL vmlinux 0xf9319e75 devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xf93a1415 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0xf947962d crypto_register_instance EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf955940a devm_regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf968e4a9 call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xf9773979 blk_mq_freeze_queue -EXPORT_SYMBOL_GPL vmlinux 0xf98a4bfc pcie_flr EXPORT_SYMBOL_GPL vmlinux 0xf9922272 crypto_unregister_alg EXPORT_SYMBOL_GPL vmlinux 0xf997ff97 rio_dev_get EXPORT_SYMBOL_GPL vmlinux 0xf99a88fc ahci_reset_controller @@ -23431,9 +23458,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf9ec2de9 devm_hwspin_lock_unregister EXPORT_SYMBOL_GPL vmlinux 0xfa0a8896 acpi_dev_resource_io EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue -EXPORT_SYMBOL_GPL vmlinux 0xfa5a96c2 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu -EXPORT_SYMBOL_GPL vmlinux 0xfa643259 lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name EXPORT_SYMBOL_GPL vmlinux 0xfa700a45 fwnode_get_phy_mode @@ -23443,19 +23468,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa9f6c0a ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit EXPORT_SYMBOL_GPL vmlinux 0xfab35b35 fixed_phy_set_link_update EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line -EXPORT_SYMBOL_GPL vmlinux 0xfab722fd __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0xfac09371 ata_common_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0xfad0a799 __pm_stay_awake EXPORT_SYMBOL_GPL vmlinux 0xfad64224 devprop_gpiochip_set_names EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax EXPORT_SYMBOL_GPL vmlinux 0xfaed4aaa unregister_kretprobe EXPORT_SYMBOL_GPL vmlinux 0xfb146274 dev_pm_qos_update_request -EXPORT_SYMBOL_GPL vmlinux 0xfb245f40 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync -EXPORT_SYMBOL_GPL vmlinux 0xfb40e776 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xfb5c0494 ata_port_pbar_desc EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name -EXPORT_SYMBOL_GPL vmlinux 0xfb72af70 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0xfb7e466a tpm_unseal_trusted EXPORT_SYMBOL_GPL vmlinux 0xfb889683 platform_device_add_resources EXPORT_SYMBOL_GPL vmlinux 0xfb8e0eb2 ata_host_resume @@ -23469,7 +23490,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xfbcde509 pci_epc_get_features EXPORT_SYMBOL_GPL vmlinux 0xfbcf16b4 of_reserved_mem_device_release EXPORT_SYMBOL_GPL vmlinux 0xfbdfc558 hrtimer_start_range_ns EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xfc0082dd strp_done EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram EXPORT_SYMBOL_GPL vmlinux 0xfc0797e4 free_iova_fast EXPORT_SYMBOL_GPL vmlinux 0xfc115259 freq_qos_remove_request @@ -23483,32 +23503,33 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power EXPORT_SYMBOL_GPL vmlinux 0xfc489f69 crypto_unregister_akcipher EXPORT_SYMBOL_GPL vmlinux 0xfc69472f bpf_trace_run6 EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0xfc8ccc3c inet_hash EXPORT_SYMBOL_GPL vmlinux 0xfc9dbfa3 device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0xfcaa1642 wm8997_patch EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcce1f2b ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0xfce5e302 usb_hub_release_port EXPORT_SYMBOL_GPL vmlinux 0xfcebbacf ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfd10a9c2 rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0xfd20a48b thermal_notify_framework -EXPORT_SYMBOL_GPL vmlinux 0xfd5a9f2c ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfd44f7ae pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0xfd5ebcb3 scsi_queue_work EXPORT_SYMBOL_GPL vmlinux 0xfd629249 map_vm_area EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable EXPORT_SYMBOL_GPL vmlinux 0xfd75825c alloc_empty_file EXPORT_SYMBOL_GPL vmlinux 0xfd7d1bbb irq_generic_chip_ops EXPORT_SYMBOL_GPL vmlinux 0xfd92da42 l3mdev_master_upper_ifindex_by_index_rcu -EXPORT_SYMBOL_GPL vmlinux 0xfd9ebe69 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xfdb508a6 devm_phy_get EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type -EXPORT_SYMBOL_GPL vmlinux 0xfdcefb3b bgmac_phy_connect_direct EXPORT_SYMBOL_GPL vmlinux 0xfdd06e3b usb_deregister_device_driver EXPORT_SYMBOL_GPL vmlinux 0xfdd09562 skcipher_walk_aead EXPORT_SYMBOL_GPL vmlinux 0xfdde28ca syscon_node_to_regmap EXPORT_SYMBOL_GPL vmlinux 0xfde22997 ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name EXPORT_SYMBOL_GPL vmlinux 0xfdfd0f21 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xfdffa056 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xfe0dbc65 __kthread_init_worker EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars -EXPORT_SYMBOL_GPL vmlinux 0xfe29c779 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xfe2ddd6a dev_pm_qos_hide_flags EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete EXPORT_SYMBOL_GPL vmlinux 0xfe4246b4 hwmon_device_unregister @@ -23520,38 +23541,42 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe8b81b6 led_sysfs_disable EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfe9e1d81 __irq_domain_alloc_fwnode EXPORT_SYMBOL_GPL vmlinux 0xfe9eb641 crypto_unregister_acomp -EXPORT_SYMBOL_GPL vmlinux 0xfea3c429 ip6_sk_dst_lookup_flow -EXPORT_SYMBOL_GPL vmlinux 0xfea7bf3a __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xfeacbf67 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xfeb2fbdc fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xfeb6f764 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0xfec3c474 device_attach -EXPORT_SYMBOL_GPL vmlinux 0xfec4fbb1 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xfec69071 dummy_con EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister EXPORT_SYMBOL_GPL vmlinux 0xfed54d5a fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfee82c4a lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read EXPORT_SYMBOL_GPL vmlinux 0xfeef3c1a blk_update_request EXPORT_SYMBOL_GPL vmlinux 0xfef9569f usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0xfefdc50f clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xff008461 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt EXPORT_SYMBOL_GPL vmlinux 0xff07bf68 dev_pm_opp_put_regulators EXPORT_SYMBOL_GPL vmlinux 0xff0c4201 xdp_attachment_query EXPORT_SYMBOL_GPL vmlinux 0xff1b08b6 pinctrl_generic_get_group_name -EXPORT_SYMBOL_GPL vmlinux 0xff2607b4 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xff1b8d4e __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0xff27c9fb kvm_vcpu_read_guest_atomic EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xff3a29e6 bpf_offload_dev_netdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role -EXPORT_SYMBOL_GPL vmlinux 0xff494e54 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xff4dcb5e sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xff516d9e lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0xff58dfd5 usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback EXPORT_SYMBOL_GPL vmlinux 0xff65c1a7 pm_wakeup_ws_event EXPORT_SYMBOL_GPL vmlinux 0xff8fc021 efivar_entry_iter EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa538c5 cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies EXPORT_SYMBOL_GPL vmlinux 0xffbac1db devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xffbaf89b tty_ldisc_ref_wait EXPORT_SYMBOL_GPL vmlinux 0xffbfb50e ata_acpi_gtm_xfermask EXPORT_SYMBOL_GPL vmlinux 0xffc00584 bus_get_device_klist -EXPORT_SYMBOL_GPL vmlinux 0xfff636c4 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xffeb028e ip6_route_output_flags_noref USB_STORAGE EXPORT_SYMBOL_GPL 0x03d576a2 usb_stor_disconnect drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x05af7e36 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x089c3f67 usb_stor_Bulk_transport drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic.compiler b/debian.master/abi/5.4.0-117.132/arm64/generic.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic.compiler rename to debian.master/abi/5.4.0-117.132/arm64/generic.compiler diff --git a/debian.master/abi/5.4.0-110.124/arm64/generic.modules b/debian.master/abi/5.4.0-117.132/arm64/generic.modules similarity index 99% rename from debian.master/abi/5.4.0-110.124/arm64/generic.modules rename to debian.master/abi/5.4.0-117.132/arm64/generic.modules index bf01373bd2826..189de9b82be21 100644 --- a/debian.master/abi/5.4.0-110.124/arm64/generic.modules +++ b/debian.master/abi/5.4.0-117.132/arm64/generic.modules @@ -1894,6 +1894,10 @@ hisi_sas_v3_hw hisi_sec hisi_sec2 hisi_thermal +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pmu hisi_zip hix5hd2_gmac hmc5843_core diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic.retpoline b/debian.master/abi/5.4.0-117.132/arm64/generic.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic.retpoline rename to debian.master/abi/5.4.0-117.132/arm64/generic.retpoline diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic b/debian.master/abi/5.4.0-117.132/armhf/generic similarity index 81% rename from debian.master/abi/5.4.0-110.124/armhf/generic rename to debian.master/abi/5.4.0-117.132/armhf/generic index 9a403e261c92e..6203f2a9f6cf6 100644 --- a/debian.master/abi/5.4.0-110.124/armhf/generic +++ b/debian.master/abi/5.4.0-117.132/armhf/generic @@ -27,8 +27,8 @@ EXPORT_SYMBOL crypto/sm3_generic 0xa464ec9a crypto_sm3_finup EXPORT_SYMBOL crypto/sm3_generic 0xf3cbed6c crypto_sm3_update EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks EXPORT_SYMBOL drivers/atm/suni 0x6f6a2a19 suni_init -EXPORT_SYMBOL drivers/bcma/bcma 0x16d3da71 bcma_core_irq -EXPORT_SYMBOL drivers/bcma/bcma 0x569734ce bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x7537bb06 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0xfc77b470 bcma_core_dma_translation EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -94,11 +94,11 @@ EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xd57b19cf atmel_i2c_probe EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x401add7a caam_jr_free -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x42c9ccc8 gen_split_key -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x50eeeb5f caam_jr_enqueue -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x63fad684 caam_jr_alloc -EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x6c3c91fd split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x7bb4281c split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x80c7e97b caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb495ead2 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb73e06bd gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd9bc93c5 caam_jr_enqueue EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x06717761 cnstr_shdsc_aead_encap EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x09c41809 cnstr_shdsc_gcm_encap EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x4099709e cnstr_shdsc_aead_givencap @@ -118,9 +118,9 @@ EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xe05ab546 cnstr_shdsc_rfc4106_e EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x686d05f8 cnstr_shdsc_ahash EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x9dc00876 cnstr_shdsc_sk_hash EXPORT_SYMBOL drivers/crypto/caam/error 0x2eed504a caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x3c6de9ef caam_strstatus EXPORT_SYMBOL drivers/crypto/caam/error 0x8db6e8c5 caam_dump_sg EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end -EXPORT_SYMBOL drivers/crypto/caam/error 0xada585f8 caam_strstatus EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx EXPORT_SYMBOL drivers/firewire/firewire-core 0x016e59c4 fw_iso_context_flush_completions EXPORT_SYMBOL drivers/firewire/firewire-core 0x0846b538 fw_core_remove_card @@ -157,6 +157,7 @@ EXPORT_SYMBOL drivers/firewire/firewire-core 0xd24ee89f fw_iso_resource_manage EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init EXPORT_SYMBOL drivers/firewire/firewire-core 0xf3cc2709 fw_send_response +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00547b05 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x00d2f1f7 drm_of_component_probe EXPORT_SYMBOL drivers/gpu/drm/drm 0x02f809ac drm_driver_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x0331efe6 drm_add_modes_noedid @@ -164,12 +165,12 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only EXPORT_SYMBOL drivers/gpu/drm/drm 0x04cc29ec drm_panel_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0x04d01ad9 of_drm_find_panel EXPORT_SYMBOL drivers/gpu/drm/drm 0x058ad003 drm_atomic_bridge_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05c7605c drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x069b0158 drm_connector_attach_edid_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x070bd405 drm_gem_lock_reservations EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name -EXPORT_SYMBOL drivers/gpu/drm/drm 0x07aab2bb drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x088b9d07 drm_gem_handle_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x09e7939e drm_gem_map_dma_buf @@ -179,7 +180,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac72797 drm_panel_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b9a4a29 drm_client_buffer_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x0be3d04e devm_drm_dev_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf50596 drm_gem_map_attach -EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c159ce4 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ce07eb8 drm_atomic_set_mode_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d4cbe59 drm_bridge_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e295748 drm_atomic_state_alloc @@ -194,19 +194,18 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1043958b drm_vma_offset_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x105a1408 drm_client_modeset_commit_force EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1382db68 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x13a0c279 drm_connector_init_with_ddc EXPORT_SYMBOL drivers/gpu/drm/drm 0x13e33b5d drm_atomic_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x1428197d drm_atomic_bridge_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x142eeee5 drm_av_sync_delay EXPORT_SYMBOL drivers/gpu/drm/drm 0x14d9ab38 drm_client_buffer_vmap -EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ec69c6 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file EXPORT_SYMBOL drivers/gpu/drm/drm 0x15f7bf8f drm_atomic_add_affected_connectors EXPORT_SYMBOL drivers/gpu/drm/drm 0x162dd3b5 drm_mode_validate_driver EXPORT_SYMBOL drivers/gpu/drm/drm 0x1658c69b drm_bridge_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ac2597 drm_printf EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c66718 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17129e18 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x17cb0dbf drm_atomic_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b905fff drm_gem_shmem_pin @@ -218,11 +217,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e4b3139 drm_crtc_vblank_count_and_time EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ed27a7a drm_hdmi_infoframe_set_hdr_metadata EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc9fd81 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ffd0b74 drm_crtc_send_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug EXPORT_SYMBOL drivers/gpu/drm/drm 0x206cde53 drm_hdmi_avi_infoframe_from_display_mode -EXPORT_SYMBOL drivers/gpu/drm/drm 0x208ad920 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c34461 drm_mode_set_config_internal EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d39f63 drm_vma_offset_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x221023a1 drm_hdmi_avi_infoframe_quant_range @@ -231,6 +228,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x23c01092 drm_connector_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x2415e0d6 drm_mode_create_scaling_mode_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x247bf698 drm_dev_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0x2485e7a1 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24b65a47 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x25236417 drm_get_edid EXPORT_SYMBOL drivers/gpu/drm/drm 0x254f890e drm_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x2550950e drm_connector_list_iter_begin @@ -239,8 +237,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x26b79c79 drm_framebuffer_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x271985e0 drm_mode_equal_no_clocks_no_stereo EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d23c3f drm_vma_node_allow EXPORT_SYMBOL drivers/gpu/drm/drm 0x2841c5fb drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28f84a35 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x297d62bf drm_atomic_get_crtc_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a10ff52 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aae6789 drm_gem_cma_prime_import_sg_table_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b12106f drm_mode_object_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bc7bdf2 drm_probe_ddc @@ -253,8 +253,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x3045d8ef drm_gem_dmabuf_export EXPORT_SYMBOL drivers/gpu/drm/drm 0x30e9e5d6 drm_mode_plane_set_obj_prop EXPORT_SYMBOL drivers/gpu/drm/drm 0x316e8bcb drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path -EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d3e67b drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x32eb2e76 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x330b578b drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33d989b1 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a8e157 drm_gem_shmem_purge EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file @@ -379,8 +380,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x73415fa9 drm_crtc_accurate_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x74424e57 drm_add_override_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x74929a71 drm_plane_create_zpos_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x74ccec12 drm_gem_put_pages -EXPORT_SYMBOL drivers/gpu/drm/drm 0x74ce0f77 drm_irq_uninstall -EXPORT_SYMBOL drivers/gpu/drm/drm 0x75156bf1 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x75e20294 drm_atomic_get_old_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x77489dbe drm_hdmi_avi_infoframe_colorspace EXPORT_SYMBOL drivers/gpu/drm/drm 0x77a96267 drm_gem_mmap @@ -388,7 +387,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x78274c42 drm_gem_free_mmap_offset EXPORT_SYMBOL drivers/gpu/drm/drm 0x78b30a54 drm_plane_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c2358b drm_property_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x78caf844 drm_gem_vm_open -EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c17045 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b7544aa drm_property_create_bool EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b982195 drm_mm_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c5b7a70 drm_warn_on_modeset_not_all_locked @@ -399,9 +397,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d31050b drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d7439f2 drm_connector_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc80747 drm_atomic_get_plane_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e016d38 drm_flip_work_cleanup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e8bd6af drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ecd0ad9 drm_bridge_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x80935c79 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x809737c0 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x8117205b drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x8284355d drm_release @@ -420,13 +418,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x880b1544 drm_crtc_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a5ee6f drm_hdmi_vendor_infoframe_from_display_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x89cf6386 drm_connector_init_panel_orientation_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a21d28b drm_debugfs_create_files -EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a2f6921 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c7c038e drm_mode_find_dmt EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d8f3094 drm_hdmi_avi_infoframe_content_type EXPORT_SYMBOL drivers/gpu/drm/drm 0x8da83594 drm_syncobj_add_point EXPORT_SYMBOL drivers/gpu/drm/drm 0x90819f21 drm_i2c_encoder_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0x90c076ca drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90db07cf drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x91169d76 drm_client_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fcaf34 drm_property_create_enum EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale @@ -445,6 +443,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fd20aa drm_rect_clip_scaled EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b36ec1d drm_mode_validate_size EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b6d47ca drm_mode_is_420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c01f308 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c312834 drm_property_blob_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d08ee drm_encoder_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal @@ -460,7 +459,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2ce9b43 drm_plane_create_zpos_immutable_pr EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy EXPORT_SYMBOL drivers/gpu/drm/drm 0xa40cee69 drm_gem_vm_close -EXPORT_SYMBOL drivers/gpu/drm/drm 0xa41dac23 drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4ba332a drm_mode_config_reset EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4d13b18 drm_gem_prime_mmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xa51a45e3 drm_mode_crtc_set_gamma_size @@ -482,6 +480,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xae497591 drm_i2c_encoder_detect EXPORT_SYMBOL drivers/gpu/drm/drm 0xaecfdb27 drm_gem_handle_delete EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeda45ae drm_writeback_prepare_job EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf86b5ef drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xafe8e378 drm_atomic_set_mode_prop_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0xb053adda drm_rect_rotate EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0ace5a5 drm_atomic_add_affected_planes @@ -497,17 +496,17 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5b530fb drm_modeset_lock_all_ctx EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5d36734 drm_master_internal_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5d93ab7 drm_mode_config_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7206e95 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xb725f91e drm_get_edid_switcheroo EXPORT_SYMBOL drivers/gpu/drm/drm 0xb72bc31d drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7478d71 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xb82fdf0e drm_gem_dmabuf_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8f08e3d drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9178997 drm_gem_dma_resv_wait EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaf8bb51 drm_plane_create_blend_mode_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb6baa87 drm_crtc_arm_vblank_event -EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb995d9c drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc121c18 drm_mode_create_aspect_ratio_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6c2b09 drm_framebuffer_plane_width EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcd7a473 drm_syncobj_create @@ -523,11 +522,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ce9af3 drm_clflush_sg EXPORT_SYMBOL drivers/gpu/drm/drm 0xc64d74ee drm_modeset_acquire_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6dfe24f drm_framebuffer_plane_height -EXPORT_SYMBOL drivers/gpu/drm/drm 0xc796ac0c drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c42bcf drm_vma_offset_manager_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc80e7d25 drm_plane_force_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9621f98 drm_dev_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc96391cd drm_bridge_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc98193cc drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9fdc2f5 drm_mode_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0xca907a9e drm_put_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print @@ -543,9 +542,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xcee20fe1 drm_property_replace_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe85435 drm_atomic_state_default_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a76c29 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1c2faf5 drm_writeback_signal_completion EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1fc5f14 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1fda327 drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xd22a0dee drm_property_create_bitmask EXPORT_SYMBOL drivers/gpu/drm/drm 0xd244d3ba drm_any_plane_has_format EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4132cc6 drm_gem_fence_array_add @@ -559,12 +558,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8c55ce3 drm_plane_create_alpha_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91242f6 drm_gem_object_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0xd94a0208 drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump -EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb15ab70 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb209562 drm_mode_create_suggested_offset_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb328355 drm_client_framebuffer_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb99d147 drm_syncobj_find_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc833fbb drm_flip_work_queue_task EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3d778b drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd56c457 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeb73dd0 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf06910c drm_mode_put_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00bea84 drm_format_info_min_pitch @@ -572,6 +572,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1105dda drm_gem_fence_array_add_implicit EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1944023 drm_gem_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xe21400c7 drm_modeset_lock_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe32183e8 drm_atomic_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3329fd3 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3d74d9c drm_dev_set_unique EXPORT_SYMBOL drivers/gpu/drm/drm 0xe45df79e drm_bridge_mode_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6177976 drm_gem_shmem_vunmap @@ -582,7 +583,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb4d1c30 drm_mode_parse_command_line_for_co EXPORT_SYMBOL drivers/gpu/drm/drm 0xec5346ad drm_i2c_encoder_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0xec6d48f0 drm_crtc_handle_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0xed3b6bc3 drm_mode_is_420_also -EXPORT_SYMBOL drivers/gpu/drm/drm 0xed737856 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract EXPORT_SYMBOL drivers/gpu/drm/drm 0xef41ed5c drm_crtc_vblank_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xef85c56b drm_connector_update_edid_property @@ -1169,320 +1169,320 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0xd9f7a691 ms5611_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x28551fa4 st_press_common_probe EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x2c131524 st_press_common_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xe1db8b43 st_press_get_settings -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x09a80f9c ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0e1be2ee ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12bdeb82 ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x18d29e83 ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1c1542f7 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2bcfd509 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x385e8514 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f7fdd46 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x47d65c25 ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x500041c4 ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x509145d6 ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e0d7378 ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6436915b ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0391e431 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x227a5f92 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x266a68d2 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x39263212 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x468678dd ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x48d28c00 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4c1860ce ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4e9db529 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x59cdb9c3 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d1ee5f1 ib_cm_init_qp_attr EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa9548a9e ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaad67d2e cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xba6667d5 ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbad91c3b ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdf4f41c5 ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x018448d8 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05795046 rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06cde821 rdma_init_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07b120e3 ib_unregister_device_queued -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09c73c6d ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a3c0b73 ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0be7eec4 ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c990628 ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d930107 ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e12cf64 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0faf09b6 ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fe4708b rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10f605ca rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x111f8d8b ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12483db4 __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12636a7f ib_get_cached_port_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1284f5c1 ib_get_device_fw_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x134b4f09 ibdev_alert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13bf1604 rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14d59d26 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7bf17413 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x83a0ea33 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9e7f7bb9 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa0877216 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa0db6998 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb23b9d5f ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6d4fa99 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe7061ce6 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01cedeb1 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0379a409 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0492b3f1 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0753600d ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09ced671 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bac0480 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bd56837 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ce892a0 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dc08fd2 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x103652c9 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10c1af54 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11290749 rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11ecae29 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14be712a ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16429d2e ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x172cda56 ib_alloc_mr_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19f9e741 rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ae98a03 ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b658cb4 rdma_query_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cb6c1bf ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d61f2c3 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18f44a07 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b6b22e3 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ccadbe3 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de0964d ib_set_client_data EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1b366c ib_get_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21837f13 rdma_query_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22136023 rdma_rw_ctx_wrs -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22ad93f8 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24336a8f ib_drain_rq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24c60d3e rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x253e7b67 rdma_user_mmap_entry_insert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26bc7a8f ib_create_ah_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2708cc83 rdma_move_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27cea822 ib_device_get_by_name -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29573a08 ib_cancel_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x297df251 ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29e78361 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e87712a ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ee5d858 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ef2e50a rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20685833 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2161195e ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2254835b rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23beb148 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x253f6968 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x288166e6 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2949937e rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a0b5d1f ib_create_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b855062 rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fabb7d3 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2dc8023e rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2dffeef3 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f3549be ib_mr_pool_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31204204 ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x319442e0 ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32ba1022 rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x334098a9 ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33d5f41c rdma_rw_ctx_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33e8ffb0 ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x393bf1e4 ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39b965e3 ib_resize_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e21992 rdma_link_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bc14df1 ib_modify_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e7b582d rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30a7ae23 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x322dbe9c __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32a840a4 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3710bc0f ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37a8366c rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a8b2b4 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38d9bac9 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38faa5f9 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b6c00c5 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c0e115c __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d90225a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da97b26 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dfb1dcd __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f35103b ib_modify_srq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x410017b3 ib_dereg_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42773951 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40286aa4 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x414e6e0b rdma_init_netdev EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45715d4b ib_unregister_device_queued EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4662cf3f rdma_replace_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4795db39 ib_unregister_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47aae619 rdma_nl_put_driver_u32 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e6cdd9 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47496a2f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47d2553d ibdev_printk EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c908fa2 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49ff1ac7 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a3e3a24 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bbcd722 rdma_translate_ip EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f487e04 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x501a131b ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50c6b394 rdma_alloc_netdev EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x512be3ad ib_query_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51e162a7 ib_unregister_client EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x522a22a2 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52996ac2 ib_unregister_client EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52ac06e3 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52e8a5d3 ib_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55be0e2f __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a32c8fe ib_sa_path_rec_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b4fbc05 rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bafc9a6 ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cccd474 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52d00678 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54cc591b ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x556a3fe2 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x570955dc ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x577243dd rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57da1991 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5986490d rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a4e97cf rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d1be742 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ed173dc _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x600084dd ib_map_mr_sg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x637e13ed ib_mad_kernel_rmpp_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63c69a8f ib_get_vf_config -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68587ff1 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x647dd859 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x652389ca ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x663b2122 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68126ea8 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x688865d7 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69431038 ibdev_emerg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6be74a12 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6beeaffb ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c4d5470 __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6da7e995 ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ebfe937 rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f01cbab ib_register_mad_snoop EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70622637 rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71ced7d2 ib_set_client_data -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71e35cac ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x730e8340 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73236749 ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7426c967 ib_init_ah_attr_from_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x748d4d79 rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74a63df3 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f6827c3 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7079eed1 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70d08cbe ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72ab712c ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73d0be03 ib_unregister_mad_agent EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76a6e30d ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78785845 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76d9fd5e ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x779a232f ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77e245f5 ib_modify_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7924fc64 rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7930f948 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x797d2532 __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x799f42a0 ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a57b2cb ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x792ff74b ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7af309a8 ib_create_ah_from_wc EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7babb14e ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c0dd10c rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c9a5062 rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cb8f7fa ib_register_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ef8aee7 ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f40b389 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84371e9a rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b950274 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c3d0bd3 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e96cb52 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x807f19ba rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82a1162c ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83e6155d ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x851c13cd ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85e2cebe ib_fmr_pool_map_phys EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86f7c408 ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x886f1782 rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x898c3ba1 ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a602782 ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ad25a7b ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bd1434e rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cef4f66 ib_destroy_srq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e99de68 ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f87ba22 ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9003d74f ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89927aec rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a477793 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ad41dda ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cb4c8c0 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cc535b5 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e078636 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f835c5c ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90193134 ib_modify_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x918b8d4a ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x937ffc5f ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9618e5b6 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98419b05 rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9962df26 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91f18dba rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x931122c4 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x950484d7 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95b3036d ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x968789ec rdma_nl_put_driver_u64 EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c4690c6 ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d1a1a17 ib_unregister_device_and_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f298650 ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f77bf98 rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5b0e281 rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa657c1d1 ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6a62d58 ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6aa15ad ib_rdmacg_try_charge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa74d0c59 ib_destroy_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9b83f36 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99c34b47 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a08bc47 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b4e89ed ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cd988c7 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cf19057 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9eb39a19 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fe7620c rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0dd2624 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1a60913 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3b627a6 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58c4e9f ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa65b33bd rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa65c96c3 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6a7ccf0 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab47eedb rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabdd7074 rdma_user_mmap_entry_insert EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf8807b3 rdma_move_grh_sgid_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf9179c0 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb18c3d76 ib_create_srq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1ee5875 ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1f7aff1 rdma_alloc_netdev EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4561105 ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb511768a rdma_find_gid_by_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5c498f7 ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5ec44f5 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb381b168 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb433ea29 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4e641e4 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4e8fcf0 rdma_get_gid_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb11fc03 ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb83b8df ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd313e7b ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf54cc7f rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbffb10a2 rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0e18e71 ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc27a6efa ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2eeecfa ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8f0cdf6 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9e1f0fd rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc0fb908 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdf5bb1e rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf0975ce rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1314f3b ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2dae403 __ib_create_cq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc386f007 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4565e04 _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4877d42 ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7a429f9 rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7b8fda4 ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7c1b647 rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9253983 rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc94a8a29 rdma_nl_put_driver_u32_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9bec69c rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9ff252a ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca79f781 ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca05592 rdma_rw_ctx_post -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd922dff __ib_alloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdffe0a2 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0caf35d ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd19f141f ib_sa_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3991239 rdma_nl_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4730fc1 ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd58e628b ib_alloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd61cb403 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc464499e ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5660101 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc738aa4d ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaec425f ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb2cdf67 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb51188f ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbce454d rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbcefc22 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc49f7cf ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccabe4ee ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd327ac0 ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd125a6df ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2ce41c1 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2fccebe rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3ed89cf ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd574c0eb ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5dbd974 ib_port_unregister_module_stat EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9031118 rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9f03657 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6c7dd90 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd73d5f9e ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd771fadb ib_post_send_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb4e342b ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcfd7551 ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd1b1765 rdma_set_cq_moderation -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde0b618a ib_get_vf_stats -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdee08757 ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1da3009 ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe21c8c07 ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2ffe841 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda9c0906 ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc3e9153 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc5470df rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd1125eb rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xded1628d ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe30422f7 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe41f7c0e ib_find_exact_cached_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a3edb9 ib_register_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5dbf13d ib_dealloc_pd_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe60cbad0 ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7544e81 rdma_nl_put_driver_u64 EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7e45b59 rdma_nl_register EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8036c69 ib_sa_unregister_client EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea06a4bb rdma_read_gid_l2_fields -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea87de1a ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb6af04a ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebc50ba6 ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec987c6e rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedcc6e86 rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedf9389d ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1fcc365 ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2670e79 roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf29e35e9 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea0a4632 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebad1213 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec2ebcf6 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecf431cb rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef065c03 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefe910fe ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4907bf6 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4cbb687 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf54282cc ib_destroy_srq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5df3586 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6e51e7a rdma_link_register EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf91a4933 rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa24d983 ib_mr_pool_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa47446b ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff7e7e3b rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x06c8aa80 ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141f22ed ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16eeb3d9 uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x17b51904 ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a940bd2 uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1adbf2e3 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7ea99d9 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf808b749 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9099736 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc065360 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd0f6544 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdfd2b71 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x06a29c85 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f2268bd ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x11e357f0 ib_umem_odp_unmap_dma_pages EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d06b767 ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x347dda5a ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x38fe790f ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52cc7157 uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x534abb4c flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b7a9944 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e67f51b flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a31b199 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36f23fe9 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3955c113 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f825642 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4428c3f4 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x618e07ab uverbs_fd_class EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x64897555 uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6b80c69d uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f07a13c ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x82cac3a8 uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x861a7f00 ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x941f89c9 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x96dd8f53 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa167670e ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa693d655 ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7a4ec5c ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb8ec1676 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6c09526b uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x89a4cb71 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7f5c5aa ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb5e5f634 ib_umem_odp_get EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc7b6e1f6 ib_umem_odp_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd5601dad flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc8105e9 _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe037c35b ib_umem_odp_unmap_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe92177c0 uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xec12117a ib_umem_odp_alloc_child -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf8fbf843 ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xff955819 _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x14c8ec25 iw_cm_connect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5c7dcc7c iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6656d3c4 iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x72805925 iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ab5d50a iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xab404564 iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb357bdd8 iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xccb345bb iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc1364443 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc6d66e07 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcc51c25d ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0d5778d uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd293f055 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd806e51a ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe2bd6fe0 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe4dc8487 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe596230f ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeec23d06 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeedb1728 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf3ed9ea0 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf4388d54 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf600ef2b _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd5c70ff ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa57faa2a iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa934d2e9 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb3638864 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcd6f8a80 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd9dff9ef iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe0639d49 iw_create_cm_id EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02a55904 __rdma_create_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02b2f448 rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0a47cf3d rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0cd6f55d rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e0e5a3e rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x143392a7 rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1ebfb2c8 rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x299d3f95 rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2bf2e5b1 rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2fc416ee rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36b0b83a rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x383b0d37 rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d24ca4d rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48a66fee rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51b35276 rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x613e0466 rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a11671a rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78b15f74 rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7d8331c6 rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83d6ab18 rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x84f4a2fc rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3ebd14c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf9d03112 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0c4cf365 rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x15e897a5 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2a1cc2c4 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x303a2f73 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x358e54ad rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3688fb52 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3abc06f9 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x43522271 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6020c1b7 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66daaa6b rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a0d0a09 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x82e60e13 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87bdf2da rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8ce10d68 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8e9c20da rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f842969 rdma_disconnect EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x942ec365 __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa359577b rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9a5ba05 rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb784daec rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb849471a rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb8d071b0 rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe39ba252 rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf179a882 rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd5708a4 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90f10337 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94d2726b rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a73ada5 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa70da112 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3902511 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcdf77c2b rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd02731ea rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd44ce284 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd4e85876 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2791828 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe3499c72 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0016693 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0fcc7e3 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfbf92f7f rdma_set_service_type EXPORT_SYMBOL drivers/input/gameport/gameport 0x1673fe82 gameport_stop_polling EXPORT_SYMBOL drivers/input/gameport/gameport 0x1720c9bc gameport_start_polling EXPORT_SYMBOL drivers/input/gameport/gameport 0x66827466 __gameport_register_driver @@ -1878,123 +1878,123 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xdc77b7bc zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x07aaa8ca zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x6b829038 zl10353_attach EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x18951ef7 flexcop_dma_config_timer -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x70e7eb55 flexcop_dma_config -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7240f0f7 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x377a1b2a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb1094d7f flexcop_dma_config EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb87bc064 flexcop_dma_control_size_irq EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc8d452e7 flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd97c8564 flexcop_dma_free EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xed8c72c1 flexcop_dma_control_timer_irq -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0209889a bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5adacb4d bt878 -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x726913aa bt878_device_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf25bf0cd flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5c07c185 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x89a1678b bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xaa731729 bt878_stop EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd662395a bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf67793b0 bt878 EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6717fc76 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1d24e64b bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3af4bd5a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7126ae46 bttv_get_pcidev EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xf5684b50 bttv_get_pcidev -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xff122e31 bttv_sub_register -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x08ca56a4 read_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x311f1eab dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x35c4b44c dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0d1a2afe dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1a92e2a6 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2c9ce984 dst_comm_init EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4504586f dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x951086d9 dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa710c63c dst_error_recovery -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe62d0f96 rdc_reset_state -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xea4d8b1a dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfe3cb977 write_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x1d994339 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x48ddf399 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x76657d35 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x927bfed5 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa4c8a762 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcceca85d dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf55562a7 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xcaed9e05 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2ad86c98 cx18_claim_stream EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4737190b cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5e6a09de cx18_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x68a33fdf cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb7aac7cc cx18_release_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbe2e7960 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5b6d36e5 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xda541828 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xed308de5 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf8c56677 cx18_release_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x59a5ad6d altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x17e4b266 cx25821_riscmem_alloc -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x328327e4 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x12abae7c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x17c064b8 cx25821_set_gpiopin_direction EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x65c45986 cx25821_sram_channel_setup_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x692c9cf1 cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7271b6ad cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x46fe333b cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8c10dd93 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb01659ce cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe14befeb cx25821_sram_channel_setup_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xeb00169f cx25821_risc_databuffer_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfe2454d6 cx25821_sram_channel_dump_audio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x143a3ce8 vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xf70bd8da vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7887ebcc cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x919650a0 cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe1d7f974 cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xfcacadbf cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x62890294 cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x69714e75 cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x880ecc37 cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x996c8247 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa54d9824 cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb2d7f68a cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd225780f cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14506a79 cx88_core_irq -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2463d158 cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x27e8e819 cx88_ir_stop -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x29f29ad9 cx88_risc_databuffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x318adf16 cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31c88683 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x45b8d3c2 cx88_risc_buffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4d68654e cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x566f63f7 cx88_set_tvaudio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x58c4557d cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfa7c91f5 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8b9c9586 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xf6771e87 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1db70f3b cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4c6ae89c cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdb108b52 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe652ed71 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1ba69735 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4833e8d1 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4e27460f cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbc8be16a cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc11c1b9e cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe0f45795 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xea6e327a cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14358ef6 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1704f1fd cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1736d8fc cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2e300e47 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3c12c10a cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4048f3ac cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f01517b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x56b71075 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ea9069e cx88_core_irq EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f34bade cx88_set_tvnorm EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6dcd26cc cx88_set_scale -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6e9fdcb0 cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8214f390 cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8555d508 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x84ad11ba cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x84b6269b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x87955850 cx88_ir_stop EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa02814f3 cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa2fa4000 cx88_wakeup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6f452de cx88_shutdown -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe2bc75cc cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeafd76f8 cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfeb393cb cx88_newstation -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x01a1ed1b ivtv_clear_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x06ffc555 ivtv_udma_alloc -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x097321f7 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x99b3dcfb cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9d052a47 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbaa4977f cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcb47d40b cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xccf7eb25 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf66680b cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd32452ac cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x068d36e2 ivtv_start_v4l2_encode_stream EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x17fbe721 ivtv_vapi -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1d4e22c3 ivtv_udma_unmap -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3852789c ivtv_udma_setup -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3ac0f26e ivtv_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x42c10e50 ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46834bca ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5229771b ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x65c554e5 ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8a8a225a ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb3f47271 ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc0f6b7f9 ivtv_firmware_check -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc836a599 ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcbc52426 ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa7bb0f4 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x15cdeb15 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x228cd5ef ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3090bf84 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x39aa0d44 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4005b8b6 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x43709af9 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4bde5aca ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6f0d167d ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7bcfa5b9 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x82f6f2f4 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x947945c8 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa9f46364 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xafa020f5 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xce550a4e ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd11ad640 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf5aa5094 ivtv_udma_alloc EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31aaa626 saa7134_pgtable_alloc -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x33de2000 saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x40870a88 saa7134_dmasound_init -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4f25b2f4 saa7134_pgtable_build -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6d62562d saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2549c0a9 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x30f6bda7 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x53c2d85b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5ab04b23 saa7134_dmasound_exit EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7c42fd2d saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x89125327 saa_dsp_writel -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ed9b453 saa7134_tvaudio_setmute -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb88271e3 saa7134_ts_register -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbbeacc98 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730e4690 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x734f8c88 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x898f6d59 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x928493df saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa7726aa3 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaf8d0492 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbd738d5e saa7134_ts_register EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc6e9fe4c saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf0cd0363 saa7134_set_gpio EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xcb66cfd2 ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/platform/coda/imx-vdoa 0x6671c6ea vdoa_context_configure @@ -2239,68 +2239,68 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xc8ff7ee1 memstick_remove_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xcf5b9856 memstick_alloc_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xef67c9da memstick_add_host EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x00402863 mpt_raid_phys_disk_get_num_paths -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x06db81a9 mpt_free_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0d6324b4 mpt_free_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x122702d9 mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x229fa97c mpt_get_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x243be905 mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x276b0ecc mpt_raid_phys_disk_pg0 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d9184e8 mpt_device_driver_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x338ec38e mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x37408480 mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3cae3965 mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40a8cce9 mpt_reset_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40fc1f02 mpt_findImVolumes -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x431456eb mptbase_sas_persist_operation -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x45a11678 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a86cd30 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0fb39dd1 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1228dbbb mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1743ffeb mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1ba4f591 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3416c809 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3cf8452b mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3ea4e79f mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43e345d6 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d21e983 mpt_suspend EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c7d3bcb mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x512daed8 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5bc99ca6 mpt_event_register EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x742ba993 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6310c37c mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x65c36af9 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x67777e5b mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x69a790ab mpt_set_taskmgmt_in_progress_flag EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7d82de58 mpt_verify_adapter -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e64cff5 mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82ed131a mpt_event_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x83c8ad61 mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x943bb89b mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97d80fe2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x75db019f mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c829601 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x80616d85 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e3bbffd mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x942c78fc mpt_detach EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabedbb30 mpt_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe9411b2 mpt_send_handshake_request -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc44d636d mpt_resume -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8d9ba56 mpt_set_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb46a72d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac753b34 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe48abda mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc6e52de7 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd357a53f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdab23141 mpt_alloc_fw_memory EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdeaab2b1 mpt_attach EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6757263 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xecb21afc mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf542f615 mpt_put_msg_frame_hi_pri EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x00079cb6 mptscsih_show_info EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x00672f5d mptscsih_slave_configure -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x027f8f35 mptscsih_resume EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x041e15a1 mptscsih_host_attrs -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0420abb3 mptscsih_ioc_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15369160 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f59dc18 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x202ee118 mptscsih_raid_id_to_num EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x23b99ff6 mptscsih_host_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x48797089 mptscsih_raid_id_to_num -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a4ee182 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2e917566 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x312e91ef mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f9d5e6f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x488821c5 mptscsih_flush_running_cmds EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4c5623e1 mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x50fc0779 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x546cbfcd mptscsih_scandv_complete EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x58a3405b mptscsih_abort -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5b894af9 mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5fc1ea32 mptscsih_IssueTaskMgmt -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x61318d20 mptscsih_shutdown -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6ccecfad mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x692c7a76 mptscsih_get_scsi_lookup EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74e1baf8 mptscsih_bus_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79c8eac2 mptscsih_qcmd -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7bd86f1a mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8a550c21 mptscsih_ioc_reset EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97b8d97d mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97ccb677 mptscsih_suspend EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9dae3836 mptscsih_slave_destroy -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f121c9a mptscsih_is_phys_disk -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa1f8a260 mptscsih_remove -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa287b82a mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3a5b545 mptscsih_IssueTaskMgmt EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa5ac5a3c mptscsih_change_queue_depth -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe29d4442 mptscsih_get_scsi_lookup -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff474a09 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac8c14a6 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba89b28a mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeec62e06 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf8643103 mptscsih_taskmgmt_response_code EXPORT_SYMBOL drivers/mfd/axp20x 0x8fdb7e10 axp20x_match_device EXPORT_SYMBOL drivers/mfd/axp20x 0xb642b855 axp20x_device_remove EXPORT_SYMBOL drivers/mfd/axp20x 0xe846d233 axp20x_device_probe @@ -2383,76 +2383,76 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x76e53683 mtk_ecc_wait_done EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x7eb47fa9 mtk_ecc_encode EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x9642de7c of_mtk_ecc_get EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0xda64ef4a mtk_ecc_adjust_strength -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0eaab58d arc_raw_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1fed8311 arc_proto_default -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x45431935 arc_proto_map -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4b004bf6 arcnet_open -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4f7d456d arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x205185b7 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2ec8469a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x409440fc arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x446aea72 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x530d2a3a arc_raw_proto EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7bca3d30 arcnet_send_packet -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x86fc39e1 arcnet_close -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8ba0abf1 arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc405f5f9 arcnet_unregister_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc7d4174b alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9d9b0d98 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9ea356e1 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdfd221fb arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe04a9f8a alloc_arcdev EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf47dee18 arcnet_unregister_proto EXPORT_SYMBOL drivers/net/arcnet/com20020 0x69c01d1d com20020_netdev_ops EXPORT_SYMBOL drivers/net/arcnet/com20020 0x77143af8 com20020_check EXPORT_SYMBOL drivers/net/arcnet/com20020 0xcae08fdb com20020_found -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x07d93975 b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0f0a6f34 b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x19c6eb49 b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1dd2010e b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x298aa361 b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2be431df b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x339a37f0 b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x399ca570 b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x51889745 b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x54d56b9b b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b1dfd0e b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5ebb1af0 b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x630ae8fd b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x63218e45 b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x656e791a b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x66a97ea4 b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x69b34c16 b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f312545 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74808949 b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7fbabc67 b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x93c7457b b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9489c53f b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9a8c0edd b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9d7ef699 b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e5f179d b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9fb8d34f b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa04ff97f b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa7db960c b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8e79dea b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa93eecb8 b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac04a1d8 b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xae8f6834 b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc0fb1d5f b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcea15f00 b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcf583ed8 b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd085776e b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe4d40f28 b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xed1f79c8 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x01eaea55 b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x0bb2cf5b b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc8aa5f18 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe5edb4a6 b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xfbe7b4b4 b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xfe13869a b53_serdes_init -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x71ec3916 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x09254b96 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0e08eeab b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11e58635 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12862279 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x224cf395 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x23ec93e8 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2576acdd b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29f13579 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2b4ba125 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39e96af7 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3bf97ded b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49e7b198 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4a0d082f b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b0e2e7b b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x685f542a b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6b8c7688 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75251493 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x762aafd2 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8595d8e8 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x89ee5dcd b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8cf66b3a b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x906b1bfb b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x93ce60af b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa92cd2a7 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab98a6c7 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb02ad8b6 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc3c931e8 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc81871b2 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc84eb961 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xca58107c b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcb367b50 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd635a4a b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd74fc00 b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd5504dc3 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd7971441 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe652a17d b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf9b2665e b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfdc381af b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x0a5bd3b4 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x129df244 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x275bad6d b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x46c5acde b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd11f134f b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd26b86be b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x14f77bba lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x7f1aebff lan9303_probe EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xd9114bfc lan9303_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x98c71736 ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x0af429f2 ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x03edb447 ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x690298f5 ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x8c46f9f6 ksz_switch_register -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x13026630 vsc73xx_remove -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x4dff6b24 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x43bdb266 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x7cf265c7 ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x1c899d2f ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x1fe305a2 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xd4c1e545 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x96da6301 vsc73xx_remove EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xfb57981f vsc73xx_probe EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x20292831 NS8390_init EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x429ebdda ei_start_xmit @@ -2464,90 +2464,90 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8cd4266f ei_close EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9bc1d6c5 ei_netdev_ops EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xac2dbb6c ei_tx_timeout EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc6e2b923 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x0f65c8e1 cnic_register_driver EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xed01adc3 cnic_register_driver -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x06de9759 cxgb3_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0c79ce55 cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0ea61886 cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29d0336d t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x339587d2 cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x479c3ab0 cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x61c35bcb cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8c4bf3e5 t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x93d961d6 cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x96ad8dd2 cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa4ebd680 t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xab29ab0e t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb7d761ba cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdd875841 cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf899c8d4 t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfc3bf629 dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01c446ca cxgb4_sync_txq_pidx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x03882118 cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0851e593 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0854eca5 cxgb4_write_sgl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0aff792c cxgb4_clip_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x14763825 cxgb4_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x174694ae cxgb4_reclaim_completed_tx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cd95432 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2cd6fb48 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x54e2966d cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ed036dd dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x69f046de t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7793fd28 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8b740779 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d6cf1f9 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaaddc129 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb19271be cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc50717b3 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd0d69e5b cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd391dc50 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd4806e4e cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf63c1fdc cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf7330962 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf901a3ba cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1e2df823 cxgb4_map_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21374a05 cxgb4_select_ntuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x266c88f6 cxgb4_immdata_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2765d648 cxgb4_l2t_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d9f1d6d cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a292d8a cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e498df3 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x35451b4d cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x35db7c7c cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3668b3f2 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3b3d38fd cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x439dbdc9 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48146265 cxgb4_update_root_dev_clip EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5cd40523 cxgb4_port_idx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6034d16b cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x639df313 cxgb4_flush_eq_cache -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x670efe9c cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x53359d30 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5adfcccb cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c27e8e1 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e3d8553 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x646589c6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64ecfeec cxgb4_iscsi_init EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67bfe449 cxgb4_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x738d603a cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f07d7a6 cxgb4_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91c5aecb cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x939389c4 cxgb4_create_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x967dece8 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67fa53b6 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69a0d855 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e178125 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x70c84eef cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x79b7e4df cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7cd66aa0 cxgb4_port_chan EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9731e746 cxgb4_l2t_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98748717 cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ca1a792 cxgb4_dbfifo_count -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa7525988 cxgb4_port_chan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa89758f4 cxgb4_clip_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb756c68c t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa21c496b cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa4f7ae78 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa55093a1 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa87ec94e cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb0cdd5e3 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb4170fdf cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb871c37b cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbb2eec97 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbbe1f08d cxgb4_remove_server EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbdb65f83 cxgb4_get_srq_entry -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbed7a074 cxgb4_create_server6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2131f93 cxgb4_crypto_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc7f41578 cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9c81afd cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf0acb1d cxgb4_map_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcfb3e75d cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd2219ee5 cxgb4_pktgl_to_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd26012c2 cxgb4_update_root_dev_clip -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd539adfe cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc38ee360 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc840f153 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd2a3b637 cxgb4_flush_eq_cache EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd797adf9 cxgb4_smt_alloc_switching EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf84f7b6 cxgb4_sync_txq_pidx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf9d28fa cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea953917 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf261a98f cxgb4_free_atid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3f148fe cxgb4_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf762e909 cxgb4_port_viid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd09c5cb cxgb4_inline_tx_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe6e9f82 cxgb4_port_e2cchan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x07116a59 cxgbi_ppm_make_ppod_hdr -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x15a4a37d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfbcc16af cxgb4_remove_tid EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2e9157d2 cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x388e6fac cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5c14ce3c cxgb_find_route6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x632d5d52 cxgbi_ppm_ppods_reserve -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe0bf177a cxgbi_ppm_release -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x03678e85 vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1e4d8aa8 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3dbcd30a cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4782b928 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x63eed607 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x80aa2ceb cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x81ab8ea1 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbebaa5bb cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xdaa68144 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1dc87bed vnic_dev_get_res EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4aac43a8 enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x572099e1 vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa80bcaef vnic_dev_register -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb022d9f8 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7d01ba31 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8cf4d721 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x932d480c vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa31a6ade vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2e81e2e9 be_roce_unregister_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7db93689 be_roce_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xadf21aac be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xac964468 be_roce_register_driver EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x4757e7ad hnae_put_handle EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x4ba7d762 hnae_reinit_handle EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x84de4678 hnae_get_handle @@ -2556,184 +2556,184 @@ EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregiste EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xe167d31c hnae_ae_register EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xe2c43042 hnae_ae_unregister EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x4cece140 hns_dsaf_roce_reset -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x01263d94 hnae3_set_client_init_flag -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0e61e712 hnae3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1648924c hnae3_register_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2d69e90b hnae3_register_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9043f19f hnae3_unregister_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa51e949c hnae3_unregister_ae_algo_prepare -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc8270d24 hnae3_register_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xeb2f033d hnae3_unregister_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x11adf174 i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xe39223d5 i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x37b3967c iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xedf25473 iavf_register_client -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04fedb8b set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x080c769a mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09233253 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f87018f mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x186d90cc mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20a7852d mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2104afb3 get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22fc5838 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25c3b5f9 mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a9f5be9 mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0d9541 mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3153dd0d mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c505955 mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54069c5e mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b312ca8 mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6229b721 mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65d2edd9 mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66209ed4 mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73819f44 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x739012f9 mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76683ea4 mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77bded5d mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f154079 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x05d8d44f hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x20750356 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x34785fd5 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4a719ebc hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa5257b26 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb9f7c212 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc2b915ac hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xf65e88e1 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x81a1999b i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x9cfc8e16 i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x36d354aa iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xe3e0a0d2 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05819e22 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x081c7ea3 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13823d9b mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x171d4285 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1806a4c8 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2514db95 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27242467 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35ea61c8 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3965d2d8 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c4c6bed mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4090af4b mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42905ba1 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43e02bcd set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52096dc5 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60a0081f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62881282 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6497a24c mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7acb11cc mlx4_SET_VPORT_QOS_set EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88d7b151 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8929c0fc mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f74b405 mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9153d1a3 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c24e8e9 set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cca9f5e mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa93fbadb mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaea0e8e mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaddf6c00 mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadfe7225 mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd12b8418 mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd414992a mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbb42c87 mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe39a84e0 mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6d70360 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb4491b7 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebdcc3a9 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeade693 mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6880750 mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7360d9b mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffcd6d73 mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x019e87cc mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84c9fc8c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87856c7e mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bafc52d mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92257d9c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95e71a25 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x971a6c29 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97fe5864 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c996e6c mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3cf5ba1 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4c4c2a0 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb071396 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbff1916 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc14ef010 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc38bf0a5 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc49cbf97 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc51585c1 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd63d065e mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd97387b8 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9a3242a mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdca32dde mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2fffb77 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe71b77fc mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedaa50a2 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefbd7ecc mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf20d3fbf mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4afd2c1 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01a7d1ad mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x033a35dc mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03a8bf36 mlx5_core_destroy_rq_tracked EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x044bcbc5 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0895209b mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0974880a mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b07e45c mlx5_lag_get_roce_netdev EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c2fc676 __tracepoint_mlx5_fs_del_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c7743e6 mlx5_rl_add_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e1e6ef4 mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0efd503f mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ff7cbe6 mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1202a68f mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12a582fc mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16f683c2 mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1752a1d9 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18cf45a6 mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19afdb71 mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c2b1ade mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1de7a845 mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f6c0571 mlx5_add_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x207f509f mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x212a9dbe mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2320d385 mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2438f48c mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24eb230f mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25b7bb4f mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11a6f605 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x121655e1 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x124ae55f mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12f5fbd9 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13236ed6 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13bddae8 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14c21620 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14db3ac9 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1692263e mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1876afb9 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18f01ba8 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ed86258 mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f40abd9 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x201778c4 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2055c592 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x216d1b7c mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24379ad2 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24bdee0b mlx5_core_create_tis EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2807856e mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28470acf mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a206eb8 mlx5_core_alloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c256c6b mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c5feb5f mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x300ba2a7 mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32a7ab9c mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3648a7ca mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x374cb1dd mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a5926a2 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dee9a55 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31766948 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32480579 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3599f64c mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x373e829a mlx5_rdma_rn_get_params EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39153c11 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3aca8dcb mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b3c52bb mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x421fcd0c mlx5_core_detach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42fe0220 mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4329c0c0 mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44392136 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4442a80f mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b787928 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bd4dc34 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3db07144 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4967bc05 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49eedc48 mlx5_fpga_mem_write EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ad7e9d4 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8cbe3a mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d773ed7 mlx5_core_create_mkey_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50d630f2 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52c50cd1 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54d26bd0 mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x554286ff mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5793ca59 mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58112e99 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x583c9cf4 mlx5_fpga_mem_read -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58c3ffec mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4adfea75 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e2635b3 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f1f4b91 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fca3384 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f2fe24 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5541ec59 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x555e3c9a mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57f229a3 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58dc3797 mlx5_lag_is_active EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58fa7d83 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b223cce mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6117fbdf mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6146f452 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b9dd03a mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bd6c93d mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e11741a mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ee5ca82 mlx5_eswitch_unregister_vport_reps EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x619218b5 mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x652e3a30 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x696e6c8b mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a8df471 mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6aa37679 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6abfb406 mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ce31879 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ddec83c mlx5_eq_disable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e23435b mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x662a254e mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cc0f4c0 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cf5088c mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d0159f2 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7233012d mlx5_get_uars_page EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73193ce9 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73c6470d mlx5_core_query_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74701ba8 mlx5_core_create_tir_out -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e190b47 mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7efe8477 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82967808 mlx5_get_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82f9af75 mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x840e263c mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8702782e mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x886c2939 mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b54112e mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73d4af8d mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x762ca160 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b63596d mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ebd54e9 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f021ad0 mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x809c51d0 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8926d36f mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89e68791 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b77b828 mlx5_core_modify_cq_moderation EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90018bd2 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92ec018e mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90a063be mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93e537c6 mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93ea14df mlx5_comp_irq_get_affinity_mask EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9572aa1a mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95c22099 mlx5_notifier_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95d47eb2 __tracepoint_mlx5_fs_set_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x963d530e mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9627ec69 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96bbe265 mlx5_eq_enable EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97058081 mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98627e20 mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99754465 mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa777e8c6 mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad873d96 mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf3e0dd5 mlx5_core_roce_gid_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6dae118 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0be400c mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc114417c mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc326bc6d mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4f0ebed mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc52ac9a1 mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7244d1e mlx5_core_destroy_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce93ffc7 mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5a47901 mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd63d9176 mlx5_fpga_sbu_conn_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8e1ef3c mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b855059 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bb44af0 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd97d29 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5a22682 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6dd3c71 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa7d5cbf mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac3b4939 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadae1f08 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xade66fb8 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb07a8db0 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3135fb8 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3eb703e mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4004d7 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe9ab05f mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc30e9b80 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4ef02c9 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc628ad7d mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc73abde0 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc92e70c4 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca3f0765 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd92a121 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf9d8fe7 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd19d5c27 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd40332bf mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6255518 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9072fb8 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9c8684f mlx5_fc_create EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdabd21e6 mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc97d34d mlx5_core_create_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf1554de mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe14eb2c6 mlx5_buf_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1facb07 mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe353a734 mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5219dfb mlx5_comp_irq_get_affinity_mask -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6a9d5cf mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe804967f mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe97478d6 mlx5_packet_reformat_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaaa08dc mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec84f595 mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed249fe4 mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeda8ab5e mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc35dd39 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde53d6dd mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde846b97 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf37ecc2 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf52288f mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe09daa06 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe11e97f8 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3cc2759 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeba9ab07 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebc50728 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedf8c5ae mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb2a66e mlx5_fs_add_rx_underlay_qpn EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1eeca40 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5537e84 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5ab6aba mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf63a212f mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8d40f4c mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc6e72c6 mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe463fb8 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf224b986 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2d35ccd mlx5_eq_disable EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff05e262 __tracepoint_mlx5_fs_del_rule EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xd498f809 mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter @@ -2821,30 +2821,30 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfdd61870 mlxsw_c EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa0690f1a mlxsw_i2c_driver_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xf9c0f613 mlxsw_i2c_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x041ee003 mlxsw_pci_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x3b3e2b26 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x5d6ab33a mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xc8adb08c mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x10bae462 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x19309682 ocelot_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x1cb20b86 __ocelot_write_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4ce2e471 ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x47dafa0f ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x5597d34b ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x5c39cf95 ocelot_port_writel EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x6552c4c0 ocelot_chip_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x655b8edb ocelot_io_platform_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x742b0580 ocelot_regfields_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x9e72e83d ocelot_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xcba80abd ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xc15387eb ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xcf8839ad ocelot_port_readl EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xddde69c2 __ocelot_read_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe15a8bb7 __ocelot_rmw_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xfd52e2c6 ocelot_probe_port -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x07c557c4 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf8e46532 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x66cb2c79 qed_get_fcoe_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x7d3b9343 qed_get_eth_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xad86b2c7 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb593375c qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xf77f2f99 qed_get_fcoe_ops EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x00e7d970 hdlcdrv_receiver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5aa7bbfa hdlcdrv_arbitrate EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x78c69684 hdlcdrv_unregister @@ -2897,73 +2897,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0x9eb1f4a8 unregister_hdlc_device EXPORT_SYMBOL drivers/net/wan/hdlc 0xc2fb1ff4 detach_hdlc_protocol EXPORT_SYMBOL drivers/net/wan/hdlc 0xffbe4331 attach_hdlc_protocol EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x7dc02e29 i2400m_unknown_barker -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x029948f0 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x057ff422 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0caea09c dfs_pattern_detector_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1b4599c7 dfs_pattern_detector_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x35e1969a ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x44b31a30 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x12b4c69c ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1b6d0dca ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x36d779f4 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3cea6856 ath_printk EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5598fe2c ath_printk -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x77fe9954 ath_key_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8f4fe337 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x48886000 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x56498aa3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5bb61199 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x93475da3 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9bd2f579 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa0320b49 ath_hw_setbssidmask EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa4f11f9a ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb09bc73c ath_is_mybeacon EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd129a8bc ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdfb8c42d ath_hw_keyreset -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe55fa9d7 ath_rxbuf_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xef629b6a ath_reg_notifier_apply EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf40bc3b3 ath_is_mybeacon EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x042bfd6a ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bae1874 ath10k_htc_tx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x11aab99f ath10k_core_register -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x247455bc ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x24e2768c ath10k_core_free_board_files -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x28873c41 ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c9d8af2 ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3011bf90 ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x32fdb984 ath10k_core_destroy -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3323f930 ath10k_htt_txrx_compl_task -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3524889e __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x38cbdfbb ath10k_ce_send -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ae275ac ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3b8dfb12 ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x42f26acb ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47f415e4 ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e72e77b ath10k_ce_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x55289f83 ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x558abd4a ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5bfe732b ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5cbe95c5 ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6376aa87 ath10k_core_fetch_board_file -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x65d9ea1e ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67b40339 ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x807d7f68 ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x816434e4 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x01e0b420 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x031afa74 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0808c0ac __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0b094ac7 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x106a5407 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18c27210 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d8277d1 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2b89b178 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2ef444dc ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x30a6dcb7 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x333249e9 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x33584d4c ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x38a38c95 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4182a09a ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45b0e6f1 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x58599092 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68fd207a ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6b89d91a ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6bb0db3e ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x710db385 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c1b4f9c ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c3402f1 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x829471ca ath10k_htt_t2h_msg_handler EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86c9f0e7 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f015495 ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x93dca2d2 ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99908556 ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xad29bff8 __ath10k_ce_rx_num_free_bufs -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb22bc5fa ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xba9aae11 ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc9b41cfb ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc39d2af ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc48e53f ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xced4d994 ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd19fea58 ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2bb09af ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd85dfe1d ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9123687 ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdbceded5 ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe23b3537 ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe684502d ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe7d3f1fc ath10k_ce_free_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec6c9674 ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf10ec1bd ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xffdbc472 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x959cfa74 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x980eaf5d ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99e3eafa ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ad3ae0a ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b9e301a ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9c3587d1 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa02e1017 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa595b162 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaae4ab2f __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd3e2aa6 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6609125 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcbebbd47 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xccafd171 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd27df651 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5285d78 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7d95589 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda32df93 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe7806fe6 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7547f53 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7f17137 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf923942a ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa4d00a1 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfb63588e ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc4bde33 ath10k_core_free_board_files EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2c7063f0 ath6kl_cfg80211_resume EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info @@ -2980,139 +2980,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_pri EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe36d2e74 ath6kl_core_init EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf66e65ad ath6kl_read_tgt_stats -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x04535859 ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x06707cb0 ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a44f6d8 ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x14fee23d ath9k_cmn_debug_modal_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1df626d9 ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4a30fdd2 ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x60062210 ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x71af04ec ath9k_cmn_rx_skb_postprocess -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x89d3bf12 ath_cmn_process_fft -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x932d0db7 ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa12808ce ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xab6862fa ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xabdf641a ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xac93c410 ath9k_cmn_init_channels_rates -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xae61bdb2 ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb17631c6 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x178663a4 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a88abdc ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1cae35b3 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e62e77b ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x21ed0a9d ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28b872c1 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2e67033e ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53501a01 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59ce5585 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x63e3e3fd ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x640368a9 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8f557b21 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x925d09b6 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa23188d6 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa50238cd ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa6309ab8 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xab43c863 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb62b39da ath9k_cmn_init_crypto EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbb97c7f3 ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc670cc15 ath9k_cmn_process_rssi -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf20de00 ath9k_cmn_process_rate EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd60ef18f ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xeb8bca86 ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf50b4b3d ath9k_cmn_beacon_config_adhoc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9a00c07 ath9k_cmn_reload_chainmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03c5a477 ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0440be71 ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x054419e2 ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x071dcc47 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd645b2b8 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd6502daa ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe7cc6e98 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe9088bec ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe936c90b ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01d423be ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0313993b ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0502b30b ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0579ad24 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06c79f89 ath9k_hw_intrpend EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1268caa4 ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13724144 ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x166f9910 ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19fe8e3a ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c6014d4 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c7482f8 ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23c75e37 ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24a01537 ath9k_hw_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25ee55bb ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2de2c366 ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x324d7ce7 ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3296edf3 ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3738959a ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cf1074d ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f63a3dc ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42e1adce ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x430b4924 ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43d6eb84 ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48ffaca3 ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a959780 ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5180d43f ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5411c5cd ath9k_hw_txstart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54238133 ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5454bbd6 ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59ebb821 ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d4d1aeb ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e64cbea ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63176c30 ath9k_hw_getnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x631f0417 ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x654f86b2 ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68faa5ee ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a898e7a ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c53065c ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6dfaa1cd ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x728bdbad ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7459a7ed ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77d2b788 ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7faadb50 ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83041dd2 ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x859ef0fc ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85f62a28 ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a80c9a2 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8aad52cf ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9219f5a8 ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95921fe2 ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x972e48bb ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97aeae9f ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a747c48 ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b6b8b36 ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cb04b04 ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d24b5cc ath9k_hw_setopmode -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e29a63a ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa15f1882 ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1f43851 ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5296ab2 ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa73d1453 ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9bc61b7 ath9k_hw_phy_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacdfcc3f ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad0d6e12 ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb12a9a5d ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb12db13f ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3f7da1d ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb50b2057 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5735bf5 ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb76444e3 ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb84525f3 ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb215de3 ar9003_paprd_is_done -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb76036d ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbca6738c ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe6443e8 ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0c4307e ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5ee4ab0 ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7072b47 ath9k_hw_setantenna -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7914516 ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc80a16fa ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8b3c82a ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc98159cd ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc8ddf37 ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce1ac3a3 ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3c1213e ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6291861 ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6d05d23 ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6fc0cf4 ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd75bae76 ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7d6ed45 ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbea49f5 ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc2da674 ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf059be9 ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdff7df40 ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe18f3c25 ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe35f4ed7 ath9k_hw_intrpend -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe40b629e ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7ddef67 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8730cc3 ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9209f35 ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf22044cd ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3fa7760 ar9003_is_paprd_enabled -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4ba4bd4 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4e29062 ath9k_hw_getchan_noise -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5a05812 ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf91b928f ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcf80b9c ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff987fb9 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x132a82ea ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15a30785 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1867cc6a ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x197d0678 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b677ae1 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cb5ea69 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d598dc9 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20d84158 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22403f58 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26d79beb ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b34c12c ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b5df195 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b8c8d6d ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d233d19 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ea3a22d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f5e8425 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x306927a7 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34d4f224 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36533a83 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3653f492 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3690c1d4 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x378f5a48 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3964a1ff ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c5b662c ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d98dfc3 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x420bcfab ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4369baed ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x453b6737 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cec6ecd ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ecca141 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54297c62 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x555d2484 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57dfe88b ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e6eedd ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a56d106 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5afd08f4 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c891c52 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x611addd0 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x682c01e5 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e41d33f ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6eeeadd1 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x746c4abf ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76c30463 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77a2acc8 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a6c9609 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ae2eb9e ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b5f9ee0 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80518942 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8142df16 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x820151a8 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86eecdd8 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x876e9f1f ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a78c5bd ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e924e8b ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90884e43 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9115034a ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x913e2d18 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9202518a ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x929333c5 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x941edac6 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x970c42ff ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98b0605b ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e5b899c ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa039916e ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2604dfa ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3ae5b4d ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4fa47fe ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa509409e ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa59dd9b3 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad71a073 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae0d3f82 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafa247a5 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafe55a9c ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb144cd0c ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb158628c ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb19b6b96 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb722b131 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba9a3b11 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbdfd11d4 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5c6b323 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9743e1f ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9a051e8 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb0fdf71 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbd472fa ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf9f69e1 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3b2f933 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3f55f25 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb94fcb3 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd473a76 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd8b6cdd ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe327ea6c ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3d15c90 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe56b2d04 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7f8c262 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb22ef56 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec6b5606 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecd727fd ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0417f27 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf231e515 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3f7cf34 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4aa3662 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff6d50af ar9003_mci_send_message EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x1190ce3b stop_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xf02694a4 init_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xfcb0f553 atmel_open @@ -3152,109 +3152,109 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd0d96805 libipw_freq_ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xda601bd4 libipw_wx_set_encodeext EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf136cba9 free_libipw EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf40683eb libipw_rx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01a15a86 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0024be30 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00aceabf il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01833504 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01f034a6 il_hdl_spectrum_measurement EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x021308cc il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02fdcdbb il_send_rxon_timing -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03cf06fd il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x08e98318 il_mac_hw_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e6cdf50 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12608019 il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12b3e740 il_mac_conf_tx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x131aa46f il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15eeb2d5 il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x166d9265 il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18de2824 il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a044b18 il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a535e0f il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b66a563 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b82f18f il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c89fbbe il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dd4a95c il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e39252a il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ee99529 il_alloc_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23664a8a il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23f10a65 il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x258f58cb _il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26478fcb il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29a818a7 il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29dec139 il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f768291 il_rx_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x332ca602 il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x333e30e1 il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33c544ae il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e750608 il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e7c060e il_send_cmd_sync -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ebcd903 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b969a28 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c6723f9 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d12184a il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d1e9417 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0db1e2ab il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ef3b789 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f129319 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10659de0 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x116411c9 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15d3d438 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x192989bf il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ccd155b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21fafd61 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23232352 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x256c7c1b il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2756f715 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x286529dc il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2de8741f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3122ade6 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x323b85cf il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32baaa1e il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34f8ea17 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x358ad7b1 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37266d74 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3daac2bc il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3dbdae88 il_apm_stop EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43186215 il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44e44bd7 il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x451c0e0b il_send_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x477e8a9c il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x492e7aae il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x526ed9b2 il_set_tx_power -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5345b9af il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c53f98e il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5eb196ab il_tx_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61402055 il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x695dd751 il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6af41206 il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6cc322fc il_power_initialize -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d9fed4c il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7010a2c2 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7066e675 _il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a55f4bf il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d19165f il_rd_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d7b2fe2 il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e00e891 il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ef322c2 il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80afaaa6 il_connection_init_rx_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x812788a6 il_leds_exit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x867b1572 il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86cc8cd7 il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88d6835b il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b028d20 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8bea8548 il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c8560fc il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x923c834d il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a21a294 il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c325023 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47289d51 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e8da1f1 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5004ff7c il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x526f0028 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58de45b2 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59668b7c il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c3ece1b il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ee0a1c5 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ff24ff6 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x610a488e il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61353b3b il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62602677 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x660802df il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67cdc1bd il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6fbf5fe7 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7885d9e0 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7939164e il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7bde4967 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f0156ae il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x832d71eb il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x836d28b5 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84e7a45d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8675655f il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8be85a09 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8daac5ef il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8fecd1f3 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x95982ce2 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97fc3d67 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99dcfda5 il_scan_cancel EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa06e404c il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2919917 il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3579312 il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3a40065 il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa56cdfd0 il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa57a0590 il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab488c34 il_set_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad75804d il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadc5951e il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e90f303 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f69d048 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa487d75b il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa873b05c il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa87a61be il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9be0a3a il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac296808 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad6abf03 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae13a01e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb11ade48 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1364647 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb200819e il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3c3f352 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb540b7d9 il_hdl_csa EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb96592c5 il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbbcc5f58 il_leds_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc42738e il_dbgfs_register -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbca450fd il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc101cc64 il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1ada4ff il_setup_rx_scan_handlers -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1d36fd5 il_free_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc2952d9a il_full_rxon_required -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc609fcca il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc62f975b il_hdl_csa -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7aa0959 il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9183333 il_pm_ops -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca5027b4 il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcce58d48 il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0099238 il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1719aa3 il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2fcc287 il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb81c3f9 il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdea52635 il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0fc27ed il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5add8fd il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe84e5f13 il_power_update_mode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe936abc0 il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeacf3940 il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee63c31d il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc8182ae il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc074d88b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc0feae51 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8db0e50 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xccb08e6b il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xccf7a684 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd096e08c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd34af07e il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda2be70f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xddbe8596 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf6491e1 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe141b60a _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe607a98e il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7dc3c01 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8a4bb2c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea52631d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xebcc3e0f il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec0e7e9e il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xedc61d8d il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf08e9ddd il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf09f3ae1 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2e4073b il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf34279e8 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3e14814 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf53b58b3 il_write_targ_mem EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x33c2544a __tracepoint_iwlwifi_dev_ucode_wrap_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa44e2870 __tracepoint_iwlwifi_dev_ucode_cont_event @@ -3305,119 +3305,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe2dd235f orinoco_ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe5f1469f orinoco_change_mtu EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeb4c9831 hermes_struct_init EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x52dfb3c5 mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x18868776 rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06a52102 rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x094f8e67 _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17e7220b _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x192fc6bc rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xdfcc28e8 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x52a230da rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x05668eb6 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0b0d785e rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0ee8e32c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x120b9ac2 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x196ac150 rtl92c_fill_h2c_cmd EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x27fba290 rtl92c_bt_rssi_state_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2cd20c48 _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2e643086 _rtl92c_phy_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x349c4389 rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ce799aa rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x42e281b2 rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61c2ba68 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x648b3b11 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x69dd73ff rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x74f2d7e7 rtl92c_phy_set_io -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x77fb3ec1 rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7a450099 _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x800c6e0b rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x81919eca rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x88362aea rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90fa4f32 rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d57d9c9 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa89f5d32 rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad3eaf48 rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xadaa2fb3 rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xafacfd80 rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb262e98e _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc5af52d rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbdc72744 rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc52e7582 rtl92c_phy_update_txpower_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc712a4f1 _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcd0a97dd rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xce4de011 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcf703a53 rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0548eb5 rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd23e06fe rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd5acecd8 rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda459d64 _rtl92c_phy_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xddf2884e rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xec63912f rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf3366e5f rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6e135ba rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x56cf94cb rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x8b6f7fb8 rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd697757a rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xfcdab4e1 rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x273fb34c rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2e0c974b rtl_usb_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5c55e199 rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x8eac5869 rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0166f3d4 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2852fe11 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d97a813 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x32dc4613 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x388b2d05 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3dbf06a3 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4dfb5142 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6821d153 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x696e0279 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x707a9e14 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7850e0c8 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x78e8cf16 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x892a9c19 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b3a5cac rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8d5dab05 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8f2e3238 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x998dbcdb _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa09c5ab8 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2360262 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa26d043b rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xac9c16f3 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb2b0db07 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb51bfd23 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc06bae04 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcde91dbd rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd8ab5092 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd959d687 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xddf17918 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1137ba8 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3f62b88 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xee22db37 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef1acebb rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf16f6084 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf17022e3 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf18ce466 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf512e97e rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa71db05 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x132189e1 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2ecad6fa rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x4a01362e rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x85c21993 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0d109653 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5e4bc5a6 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb441a9dd rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdef233c0 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06cdba0b rtl_bb_delay EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e445691 rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x116901c8 efuse_one_byte_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x138466c5 rtl_send_smps_action -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x163cdfa2 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b651b92 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e017ac0 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x142a36e4 rtl_init_rfkill EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e2c656e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fa1e8fe rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29cd0206 rtl_ps_enable_nic EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3499f91b rtl_signal_scale_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3a2c7ad8 rtl_dm_diginit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3bf7dfd0 rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42f07512 rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4659492f rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x50300432 rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x53326606 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3c9e2c70 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f687c08 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x411b2202 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4191d5a8 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42c1632b rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42ed31e9 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4aca86a2 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4fba243c rtl_mrate_idx_to_arfr_id EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x793e82c3 efuse_read_1byte -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7bcbaef2 rtl_cam_del_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8c3a3ee5 efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93c8afad rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9405212d rtl_cam_reset_all_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x999039b0 rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9c3238cf rtl_phy_scan_operation_backup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9cdd8424 efuse_shadow_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6add513 rtl_bb_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaefe278b rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb3c3d7ae rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc394a33 rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6d3364e rtl_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc768b94b rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcedc5859 rtl_process_phyinfo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6fde85e rtl_c2hcmd_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0b55a6c rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe1f7c879 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7997ab83 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ca03676 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8389ca95 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86db15ed rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8eabc6ca rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9f5f593 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7c8df4b rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfdf40de rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcebba2a6 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0409594 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdc4b6e94 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdcdec826 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xde513147 rtl_hal_pwrseqcmdparsing EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf58c5057 rtl_init_rfkill -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x09b2fa1e rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x20e3e884 rtw8723d_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x21865a0a rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x24100dbf rtw_register_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x24c1f908 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef0ca830 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf2cc77bc efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf5d2239c rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8e1f08d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd2f4a08 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x1b58eea3 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x31b60fa0 rtw_ops EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3d22e843 rtw_tx_write_data_rsvd_page_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4b16a4af rtw_tx_write_data_h2c_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x78f78e42 rtw_core_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7b005987 rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x857379b1 rtw_power_mode_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x93b9ae9d rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xa12bda90 rtw_tx_report_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb2a3493a rtw_chip_info_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xbe10c7a3 rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xcb039236 rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xd495c6c5 __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe5921a84 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3cb7356d rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x48ee4a5c rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x49641974 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4d4608f8 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x696a1cc6 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6fd64e1e rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x708a6620 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x8975159d rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9bb38af0 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9ca74f87 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x9eb9a198 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xa28463c6 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb88e2acd rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xdd89a358 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xede374cd rtw_core_deinit EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xdf1892d3 rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0ae1faf9 wlcore_calc_packet_alignment -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0b07c89f wl1271_free_tx_id -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x323099dd wl12xx_is_dummy_packet -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x63673452 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x8e5c1954 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x24657f91 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4ba0fbe6 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x68f7e765 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc36efafd wlcore_tx_complete EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x0387f7ac fdp_nci_recv_frame EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x425eb694 fdp_nci_probe EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xe689d3a2 fdp_nci_remove @@ -3460,26 +3460,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9d40065c st21nfca_im_send_atr EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbe51da5c st21nfca_apdu_reader_event_received EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd64fc220 st21nfca_dep_deinit EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xffe43b67 st21nfca_hci_enable_se -EXPORT_SYMBOL drivers/ntb/ntb 0x0bee7e2e ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x0e1d2d62 ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0x15b7faf2 ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x38087cc5 ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0x439be62d ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x55e6fc2b ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x598fa5e9 ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x5a9c86d7 __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0x5f8a05b3 ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x620bbb60 ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0x6ca18dca ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x7c7b7926 ntb_default_peer_port_idx -EXPORT_SYMBOL drivers/ntb/ntb 0x8f1e4967 ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0x93334f55 ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0xa1333ad8 ntb_msg_event -EXPORT_SYMBOL drivers/ntb/ntb 0xaad5a800 ntbm_msi_free_irq -EXPORT_SYMBOL drivers/ntb/ntb 0xcba4dc93 ntb_db_event -EXPORT_SYMBOL drivers/ntb/ntb 0xde39af08 ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0xed360c53 ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0xf41e04c8 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x06172a12 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x11f0a615 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x1a1ea0c2 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x1e0b207e ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x3d26bf0c ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x45b67b1b ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x53a03242 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x5b02b552 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x62dcfdec ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x7169c032 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x77aafddc ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x7ae30bc9 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x7dbb791f ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x83f0a302 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x97842aa4 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xb03e6d5d __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xb981b6b1 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xba0def44 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xe9e8a0d7 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xefc62df7 ntb_default_port_number EXPORT_SYMBOL drivers/parport/parport 0x0d9d6033 parport_ieee1284_read_byte EXPORT_SYMBOL drivers/parport/parport 0x18b00888 parport_write EXPORT_SYMBOL drivers/parport/parport 0x19d17035 parport_claim @@ -3623,21 +3623,21 @@ EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb0c3ec3a sas_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcf086b79 sas_suspend_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdcb08ba4 sas_prep_resume_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x46d216d2 mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x01368671 qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f16e4ab qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4b3e7976 qlt_xmit_tm_rsp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5387086a qlt_lport_register -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x63d6a540 qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x72c066cf qlt_unreg_sess -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x79734949 qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7f840fa5 qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x92870ac5 qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x980e6684 qlt_xmit_response -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9a33f36f qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xde66c431 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xdfab9306 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07f5cb07 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x08df5104 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0ec3a972 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x248e7fab qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2e7f58fa qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x36e967ff qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3cfacbf8 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c633d10 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9e79196c qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcd5a7895 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda293737 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe4432824 qlt_stop_phase2 EXPORT_SYMBOL drivers/scsi/raid_class 0x714b6e1c raid_class_release EXPORT_SYMBOL drivers/scsi/raid_class 0xeb46f473 raid_class_attach EXPORT_SYMBOL drivers/scsi/raid_class 0xee0304e9 raid_component_add @@ -3774,28 +3774,28 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd9f05f6a sdw_nwrite EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdb6b45ad sdw_handle_slave_status EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfd3adea3 sdw_master_read_prop -EXPORT_SYMBOL drivers/ssb/ssb 0x114e66ed ssb_bus_resume -EXPORT_SYMBOL drivers/ssb/ssb 0x1f9e9a76 ssb_pcicore_dev_irqvecs_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x2d1b2b68 ssb_bus_powerup -EXPORT_SYMBOL drivers/ssb/ssb 0x3c465d56 ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x40aedd28 ssb_pmu_set_ldo_voltage -EXPORT_SYMBOL drivers/ssb/ssb 0x41f2c7c7 ssb_bus_may_powerdown -EXPORT_SYMBOL drivers/ssb/ssb 0x48478082 ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x67b8c675 ssb_clockspeed -EXPORT_SYMBOL drivers/ssb/ssb 0x858b996a ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0xb0b49cd1 ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0xc21c5811 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x04411835 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x21550427 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3355b555 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x42282cdb ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6c52f311 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x71f959a6 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x77433a89 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x7c0644f8 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x7fe345cf ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x883b2504 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x975ec59d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xa63e5f7e ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xac85d811 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xaca63d00 ssb_pmu_set_ldo_voltage EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base -EXPORT_SYMBOL drivers/ssb/ssb 0xcefa0aa1 ssb_set_devtypedata -EXPORT_SYMBOL drivers/ssb/ssb 0xd4b4eccd ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0xd85aefa7 __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0xda9fcb29 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd24a7f40 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xd5ae940a ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xdd53f709 ssb_bus_powerup EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xe19022be ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0xe88bfea0 ssb_commit_settings -EXPORT_SYMBOL drivers/ssb/ssb 0xe92c5986 ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0xefdff5c2 ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0xfb4cb128 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdfcdd2c7 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xe757a46f ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xee0b2bdb ssb_device_disable EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x042be7eb fbtft_unregister_backlight EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x04da6a92 fbtft_write_vmem16_bus9 EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x161e5725 fbtft_dbg_hex @@ -3824,22 +3824,22 @@ EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5168011 fbtft_write_spi EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x20edd93a adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x9537e0df ade7854_probe EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x0f338d2d b1_send_message -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x16ff3c26 b1_parse_version -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x3af37e1f b1_loaded -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x5bb89d46 avmcard_dma_free -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x5f5f2827 b1_alloc_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x10dfc4c0 b1_alloc_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x38619d77 b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x386bff55 b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x446b6018 avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x57a8afd0 b1_load_t4file +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x62707d43 b1_getrevision EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x6a2769ad b1_load_firmware EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x79fab927 b1_release_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7ec1fd57 avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x93705d2f b1_register_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xb4f5b17a b1_load_t4file -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc1dd4ba1 b1_free_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd5eb18a1 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xbe5c5def b1_free_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xef25c89c b1_reset_ctr -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xeff59626 b1_getrevision EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfba4fc21 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfbe49b7c avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfd96e657 b1_proc_show EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x05fe7475 b1dma_reset EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x165eceed b1dma_register_appl @@ -3878,16 +3878,16 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x684ea90a rtllib_wx_set_freq EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6cd4a07e rtllib_wx_set_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7427d14c rtllib_start_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a3a604c alloc_rtllib -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c861636 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7e7850d7 rtllib_stop_send_beacons EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81852d49 rtllib_wx_set_mlme EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x818b8ac0 rtllib_wx_set_essid EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85717c7a rtllib_wx_set_mode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x905c5a0c HT_update_self_and_peer_setting -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e9d0024 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa27c8e9d rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae25e322 rtllib_wx_set_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9266406 rtllib_start_send_beacons EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb93bf06c rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2730107 rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8cfd511 rtllib_MgntDisconnect EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca8519ca rtllib_act_scanning EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb2b23df rtllib_wx_set_power @@ -3961,127 +3961,127 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf73efa70 ieee80211_wx_get_n EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf749ebb7 ieee80211_wx_get_scan_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9ebba21 ieee80211_disassociate_rsl EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01794072 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x047ab24c iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0d1f12a0 iscsi_change_param_sprintf EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0dec7aaa iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e46a244 iscsit_response_queue EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ff2ff65 iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16f3544f iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a437eb9 iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x308e9a51 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16b2715b iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2f80598e iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39bf41ac iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ea9834a iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x434c595f iscsit_process_text_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47d27307 iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48a334f1 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48a097e0 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ab5d67f iscsit_setup_nop_out EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x50181725 iscsi_target_check_login_request -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x51b522cb iscsit_release_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x544b8fc5 iscsit_check_dataout_payload EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x55103bf2 iscsit_unregister_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57d91de3 iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x66902067 iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68600eb4 iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x739fca9c iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x73c1b58f iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74d86267 iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x79c5dd38 iscsit_build_task_mgt_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x838b6399 iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86b15292 iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86e6f1fd iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d6e27bc iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8dbed6ad iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8fea62c6 iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91cb3696 iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x928868e3 iscsit_build_logout_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98d25837 iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa14b04e0 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5b57f86 iscsit_logout_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb5a2d62 iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb63d73e iscsit_add_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbdc80e6c iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d2b1b0d iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f9a6267 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7c1ba360 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7dec2d97 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8455ddc8 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8584ed60 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c5c9330 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa103079a iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8b31b15 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8ecea47 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaab7d101 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaddbebcf iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1531f0c iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb478c470 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb9f42d4f iscsit_find_cmd_from_itt_or_dump EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf00bcdb iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6726019 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0b8bf8c iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9e19b04 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca4e4af4 iscsit_allocate_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd1d9930a iscsit_tmr_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8ac3090 iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd92de99c iscsit_build_rsp_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb24a959 iscsit_build_text_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe4dd3810 __iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xef8f2834 iscsit_find_cmd_from_itt_or_dump -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1a6a4bc iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd4b11e5b iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5208bb3 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdbf02264 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe763ff3a iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xecc359cc __iscsit_check_dataout_hdr EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf50768a4 iscsit_sequence_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf8ccd26b iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf7d03768 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb2b2c82 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd71e292 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/target_core_mod 0x0102bfc0 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x013c5ed1 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x056445ae target_wait_for_sess_cmds EXPORT_SYMBOL drivers/target/target_core_mod 0x0610a0fd spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x081994eb transport_handle_cdb_direct EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident -EXPORT_SYMBOL drivers/target/target_core_mod 0x0967a6b4 transport_deregister_session EXPORT_SYMBOL drivers/target/target_core_mod 0x0cc9e3ab target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x0e5b898a target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x112c3a4d target_get_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x15109344 transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x1b542eef transport_alloc_session_tags -EXPORT_SYMBOL drivers/target/target_core_mod 0x1cc65e5b core_tpg_deregister -EXPORT_SYMBOL drivers/target/target_core_mod 0x1d71dade transport_generic_new_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x21c4ea81 transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x2236a979 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x27fe371c __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x2fd251e1 target_submit_cmd_map_sgls -EXPORT_SYMBOL drivers/target/target_core_mod 0x31590a9d transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x3537fa6d transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0x37df3dbf target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e805273 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x236ad3eb target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ba217ae core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f13c816 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fcf2813 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3480183c target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3495b975 transport_lookup_cmd_lun EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x3fe6401b target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x42d77278 passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x52a5779c transport_generic_request_failure -EXPORT_SYMBOL drivers/target/target_core_mod 0x538fb4d8 core_tpg_check_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x5398b4ea core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e253148 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x43e2ed27 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5883b3b6 target_setup_session EXPORT_SYMBOL drivers/target/target_core_mod 0x59cda05a sbc_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x5fef0b83 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x626ad059 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b67bda3 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x613a4faa target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6166c251 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6652bae2 transport_kmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0x66668d55 spc_emulate_evpd_83 -EXPORT_SYMBOL drivers/target/target_core_mod 0x675566b4 transport_generic_handle_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x6865f5c5 target_wait_for_sess_cmds -EXPORT_SYMBOL drivers/target/target_core_mod 0x6b8d8f76 target_remove_session EXPORT_SYMBOL drivers/target/target_core_mod 0x6c0e21f2 target_undepend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0x6e228e2d transport_handle_cdb_direct EXPORT_SYMBOL drivers/target/target_core_mod 0x6f2e8d04 core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x70dc0b3a target_configure_unmap_from_queue -EXPORT_SYMBOL drivers/target/target_core_mod 0x7422110f target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x71e08ba7 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x72b14dc7 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x75d01cb5 transport_alloc_session_tags EXPORT_SYMBOL drivers/target/target_core_mod 0x77096c04 spc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x79a0ac57 transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x7c202389 target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x7dfb0031 target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x7f2890a0 core_allocate_nexus_loss_ua -EXPORT_SYMBOL drivers/target/target_core_mod 0x856c8071 transport_init_se_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x8945cec7 transport_free_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x8ce94d32 transport_lookup_cmd_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x8e32b882 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cd3d1fe target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d8358ab target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x818efa5a transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x81e0d439 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bcd6479 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e71e35d core_tpg_deregister EXPORT_SYMBOL drivers/target/target_core_mod 0x91aa79a9 passthrough_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x9b7f08ac target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x92b1fd73 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x981725d1 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x99cab2f7 transport_register_session EXPORT_SYMBOL drivers/target/target_core_mod 0x9bdcc90b sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xa21d8ae6 transport_generic_handle_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0xa3394d6a spc_emulate_inquiry_std EXPORT_SYMBOL drivers/target/target_core_mod 0xa6050861 target_depend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0xab3c5eec transport_backend_register -EXPORT_SYMBOL drivers/target/target_core_mod 0xad84a221 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa68e2e92 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xad4e4fa8 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xae53f794 transport_generic_new_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xaf9d837e target_free_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0xafc5d66c core_tpg_register -EXPORT_SYMBOL drivers/target/target_core_mod 0xb08c63fb target_lun_is_rdonly EXPORT_SYMBOL drivers/target/target_core_mod 0xb51e545e sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0xb7c984c3 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8f31a50 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xb93f70bf core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xb97dfed2 target_remove_session EXPORT_SYMBOL drivers/target/target_core_mod 0xbc244f28 core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0xbc5107bd transport_copy_sense_to_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xc11fc668 target_show_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xc4e57154 target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xcdb9f0a4 transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xd00491a5 target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xd740ed00 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe638ea6 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc51d6dff target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc586bb35 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf9e1f9f transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd06d65f6 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3a3d057 transport_send_check_condition_and_sense EXPORT_SYMBOL drivers/target/target_core_mod 0xda072194 sbc_get_write_same_sectors -EXPORT_SYMBOL drivers/target/target_core_mod 0xdbda8963 target_complete_cmd_with_length -EXPORT_SYMBOL drivers/target/target_core_mod 0xdeb80ac4 target_put_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xe668e42d transport_wait_for_tasks -EXPORT_SYMBOL drivers/target/target_core_mod 0xeea8326b target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0xeeee7fdc target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfbb3bd6 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfbfd9b9 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xe11f5861 target_put_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xf013dd9c sbc_parse_cdb EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xf52c3014 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xf50b865b transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf57bdd56 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xf77b3e86 target_backend_unregister EXPORT_SYMBOL drivers/target/target_core_mod 0xf8425754 target_register_template EXPORT_SYMBOL drivers/target/target_core_mod 0xf8d191c6 sbc_get_device_type -EXPORT_SYMBOL drivers/target/target_core_mod 0xfc2a5531 transport_deregister_session_configfs -EXPORT_SYMBOL drivers/target/target_core_mod 0xfd42f984 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8f007fe target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xf97fd0cc transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xfef7cbf3 transport_alloc_session EXPORT_SYMBOL drivers/target/target_core_mod 0xff39bba1 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xffcd7ede transport_deregister_session_configfs EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xac6fb836 usb_cdc_wdm_register EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x282889a8 usb_os_desc_prepare_interf_dir EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x9360d140 sl811h_driver @@ -4172,28 +4172,28 @@ EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_ext EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xacc40c9b mac_find_mode EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbc8df5d0 matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc6067a45 matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc7a0c810 g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3860e23e DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3ef5cb06 matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc5e91847 DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xca4cef99 matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xc3ea2ab7 matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x56baf491 matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5dcaefcf matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7870cb28 matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x9f20f445 matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xeb29c8d2 matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x44e7eb30 matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc567c868 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x076decd7 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x1c153f0d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xcd192725 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x10ebbd2a matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x733e2b87 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7843d9ed matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa4d891b8 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x4703b1d3 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x487c4f78 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x292e8cca matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8e663dcd matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcb6ddb60 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe8902b00 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x72a4bf5f matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x77ad1f2a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x12560dde matroxfb_DAC_in EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x311493ac matroxfb_DAC_out -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x44ca3080 matroxfb_read_pins -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x484fd376 matroxfb_vgaHWrestore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x71a618a9 matroxfb_vgaHWinit -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcc01491d matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6c8817a7 matroxfb_vgaHWrestore EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdebda49f matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xec4a2076 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfb36c286 matroxfb_vgaHWinit EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x226f1818 mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x01bd7db0 dss_mgr_set_timings EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x01ea132e dispc_runtime_put @@ -4423,12 +4423,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xd6205c02 ZSTD_compress_usingCDict EXPORT_SYMBOL lib/zstd/zstd_compress 0xdac739f6 ZSTD_initCCtx EXPORT_SYMBOL lib/zstd/zstd_compress 0xf39e441c ZSTD_CStreamWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xf4cbffc3 ZSTD_flushStream -EXPORT_SYMBOL net/6lowpan/6lowpan 0x1017cceb lowpan_unregister_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0x1301afa5 lowpan_nhc_del -EXPORT_SYMBOL net/6lowpan/6lowpan 0x182ca6a7 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0x523f8f3d lowpan_register_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0xd9a48902 lowpan_nhc_add -EXPORT_SYMBOL net/6lowpan/6lowpan 0xef02272f lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3d070351 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x58f330af lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x79e73dfc lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x84529c3d lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xaccfe154 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xfb56fff1 lowpan_unregister_netdev EXPORT_SYMBOL net/802/p8022 0x3d53b13f unregister_8022_client EXPORT_SYMBOL net/802/p8022 0xf605c55c register_8022_client EXPORT_SYMBOL net/802/psnap 0xc96b3f02 register_snap_client @@ -4481,10 +4481,10 @@ EXPORT_SYMBOL net/9p/9pnet 0xea328100 p9_client_renameat EXPORT_SYMBOL net/9p/9pnet 0xebae0a9c p9_client_readlink EXPORT_SYMBOL net/9p/9pnet 0xeccf2103 p9_client_open EXPORT_SYMBOL net/9p/9pnet 0xfed567ac p9_client_unlinkat -EXPORT_SYMBOL net/appletalk/appletalk 0x888973fd atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x783b8d7f atrtr_get_dev EXPORT_SYMBOL net/appletalk/appletalk 0xa872bebb aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xb7d88222 atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0xccb17060 alloc_ltalkdev -EXPORT_SYMBOL net/appletalk/appletalk 0xed5785fb atrtr_get_dev EXPORT_SYMBOL net/atm/atm 0x001dcb97 vcc_process_recv_queue EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root @@ -4504,22 +4504,22 @@ EXPORT_SYMBOL net/atm/atm 0xd05803cd atm_init_aal5 EXPORT_SYMBOL net/atm/atm 0xe2e7950a vcc_release_async EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal EXPORT_SYMBOL net/atm/atm 0xf7b00393 atm_dev_release_vccs +EXPORT_SYMBOL net/ax25/ax25 0x05b67aaf ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x2e1a45e0 ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0x33141f7e ax25_listen_release EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x477d9f97 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0x4e80b946 ax25_listen_register EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7a2f4800 ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release -EXPORT_SYMBOL net/ax25/ax25 0xa5d72fae ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0xb2a899fc ax25_linkfail_release EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp -EXPORT_SYMBOL net/ax25/ax25 0xc5add68c ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid EXPORT_SYMBOL net/ax25/ax25 0xf7cc41e4 ax25_send_frame -EXPORT_SYMBOL net/ax25/ax25 0xf8fb5e62 ax25_ip_xmit EXPORT_SYMBOL net/bluetooth/bluetooth 0x011e643f hci_register_cb EXPORT_SYMBOL net/bluetooth/bluetooth 0x032735df __hci_cmd_sync EXPORT_SYMBOL net/bluetooth/bluetooth 0x04a83aec hci_set_hw_info @@ -4571,10 +4571,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4490061 l2cap_conn_get EXPORT_SYMBOL net/bluetooth/bluetooth 0xe9580880 hci_mgmt_chan_unregister EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3c109b7 bt_sock_ioctl EXPORT_SYMBOL net/bluetooth/bluetooth 0xf83e5465 bt_accept_dequeue -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x740a6707 ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9bc35f08 ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdc87c379 ebt_register_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf7648ed2 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x081fb729 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1ce2f437 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa06c4560 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa94a5b3c ebt_register_table EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info @@ -4597,41 +4597,41 @@ EXPORT_SYMBOL net/can/can 0xab572e02 can_rx_unregister EXPORT_SYMBOL net/can/can 0xc253fd95 can_send EXPORT_SYMBOL net/can/can 0xccd2220b can_proto_unregister EXPORT_SYMBOL net/ceph/libceph 0x00d72f5a osd_req_op_extent_update -EXPORT_SYMBOL net/ceph/libceph 0x075b8643 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc EXPORT_SYMBOL net/ceph/libceph 0x0ae6df2e osd_req_op_extent_osd_data -EXPORT_SYMBOL net/ceph/libceph 0x0d22b2fd ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x0fb27835 ceph_monc_init EXPORT_SYMBOL net/ceph/libceph 0x108e6675 osd_req_op_alloc_hint_init EXPORT_SYMBOL net/ceph/libceph 0x1599b3fd ceph_client_gid EXPORT_SYMBOL net/ceph/libceph 0x1656fd98 ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0x1ae91560 ceph_osdc_update_epoch_barrier EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append -EXPORT_SYMBOL net/ceph/libceph 0x2008aeb0 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy EXPORT_SYMBOL net/ceph/libceph 0x2a53585d ceph_osdc_copy_from EXPORT_SYMBOL net/ceph/libceph 0x2a5efbbc ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x2bc77841 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x2c1584dc ceph_auth_verify_authorizer_reply EXPORT_SYMBOL net/ceph/libceph 0x2c1d72ee ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x2e0db632 ceph_copy_to_page_vector -EXPORT_SYMBOL net/ceph/libceph 0x311c4b5f ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x30a2acdd ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x317ac0ee ceph_oloc_copy -EXPORT_SYMBOL net/ceph/libceph 0x338525af ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x329414f4 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x344bf26a ceph_release_page_vector EXPORT_SYMBOL net/ceph/libceph 0x34f23c58 osd_req_op_extent_dup_last EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new EXPORT_SYMBOL net/ceph/libceph 0x35b88004 ceph_client_addr -EXPORT_SYMBOL net/ceph/libceph 0x35c302e7 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents EXPORT_SYMBOL net/ceph/libceph 0x39073798 ceph_pg_pool_name_by_id EXPORT_SYMBOL net/ceph/libceph 0x3ad0c371 ceph_cls_assert_locked EXPORT_SYMBOL net/ceph/libceph 0x3b6057ed ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x3ba0ef95 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects EXPORT_SYMBOL net/ceph/libceph 0x3cea58cf ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy EXPORT_SYMBOL net/ceph/libceph 0x3d48ff00 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x4245a40b ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x432efe39 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x437ab1d3 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x444522cd osd_req_op_cls_init EXPORT_SYMBOL net/ceph/libceph 0x447227ab ceph_put_page_vector EXPORT_SYMBOL net/ceph/libceph 0x44bd259d osd_req_op_cls_response_data_pages @@ -4648,26 +4648,25 @@ EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x537fbf20 osd_req_op_extent_osd_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b0ede72 ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x5be367be ceph_osdc_alloc_request -EXPORT_SYMBOL net/ceph/libceph 0x5c4cd4dc ceph_con_send -EXPORT_SYMBOL net/ceph/libceph 0x5c836f03 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x644b6e50 ceph_pagelist_release EXPORT_SYMBOL net/ceph/libceph 0x65d82810 osd_req_op_cls_request_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0x65daa16c ceph_monc_get_version_async EXPORT_SYMBOL net/ceph/libceph 0x68668d4f ceph_auth_add_authorizer_challenge EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6d9145a2 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x6e92bbf8 ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve EXPORT_SYMBOL net/ceph/libceph 0x6f5c5f84 ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0x6fcef963 ceph_osdc_clear_abort_err -EXPORT_SYMBOL net/ceph/libceph 0x7139750d ceph_msg_data_add_bio -EXPORT_SYMBOL net/ceph/libceph 0x76c816f3 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x76d14bb8 ceph_auth_invalidate_authorizer -EXPORT_SYMBOL net/ceph/libceph 0x76ff3c23 ceph_messenger_fini +EXPORT_SYMBOL net/ceph/libceph 0x76d65a8e ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x77bac03a ceph_compare_options EXPORT_SYMBOL net/ceph/libceph 0x77ed8cac ceph_osdc_notify EXPORT_SYMBOL net/ceph/libceph 0x78c12eda ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x7953b3c7 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x7a5e94f3 ceph_monc_want_map EXPORT_SYMBOL net/ceph/libceph 0x7bdc6f1f osd_req_op_xattr_init EXPORT_SYMBOL net/ceph/libceph 0x7c3cfdae ceph_monc_open_session @@ -4676,32 +4675,32 @@ EXPORT_SYMBOL net/ceph/libceph 0x7f1bd3a2 ceph_print_client_options EXPORT_SYMBOL net/ceph/libceph 0x7f477a0c osd_req_op_extent_osd_data_bio EXPORT_SYMBOL net/ceph/libceph 0x7f8e8026 ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0x80a376da ceph_monc_do_statfs -EXPORT_SYMBOL net/ceph/libceph 0x8162d0a1 ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context EXPORT_SYMBOL net/ceph/libceph 0x89650eb4 osd_req_op_extent_osd_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0x8ab63ebb ceph_pg_poolid_by_name EXPORT_SYMBOL net/ceph/libceph 0x8bd5050e ceph_pagelist_free_reserve -EXPORT_SYMBOL net/ceph/libceph 0x910a6ba8 ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x91639c2e ceph_auth_create_authorizer EXPORT_SYMBOL net/ceph/libceph 0x91cef77c ceph_osdc_readpages EXPORT_SYMBOL net/ceph/libceph 0x91ebc94b ceph_monc_renew_subs EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy EXPORT_SYMBOL net/ceph/libceph 0x9260b534 ceph_auth_is_authenticated EXPORT_SYMBOL net/ceph/libceph 0x96ef8634 osd_req_op_init -EXPORT_SYMBOL net/ceph/libceph 0x9828b7b3 ceph_messenger_init -EXPORT_SYMBOL net/ceph/libceph 0x9ba1f5a3 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping EXPORT_SYMBOL net/ceph/libceph 0xa1f444ec ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xa2f947fa ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0xa46c4c36 osd_req_op_extent_init EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers EXPORT_SYMBOL net/ceph/libceph 0xa6acb520 osd_req_op_raw_data_in_pages EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer EXPORT_SYMBOL net/ceph/libceph 0xada07e0c ceph_cls_lock_info EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb06f79ae ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xb38ca5d0 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xb505cc0a ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb85441cd ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0xb9c6798b ceph_osdc_cancel_request EXPORT_SYMBOL net/ceph/libceph 0xb9db61e7 ceph_create_client EXPORT_SYMBOL net/ceph/libceph 0xbd6bd02e ceph_osdc_get_request @@ -4727,9 +4726,9 @@ EXPORT_SYMBOL net/ceph/libceph 0xdb70c544 ceph_pg_to_acting_primary EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name EXPORT_SYMBOL net/ceph/libceph 0xe3ec16aa ceph_osdc_new_request -EXPORT_SYMBOL net/ceph/libceph 0xe45a8f2a ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options EXPORT_SYMBOL net/ceph/libceph 0xe96b9e6c ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xea2639cf ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xeb65f951 ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents @@ -4739,13 +4738,14 @@ EXPORT_SYMBOL net/ceph/libceph 0xf3d8fb72 ceph_destroy_client EXPORT_SYMBOL net/ceph/libceph 0xf49c87ae ceph_osdc_alloc_messages EXPORT_SYMBOL net/ceph/libceph 0xf562aab7 ceph_pagelist_truncate EXPORT_SYMBOL net/ceph/libceph 0xf5bdbdf2 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xfa801758 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xfae51d96 ceph_osdc_sync EXPORT_SYMBOL net/ceph/libceph 0xfb000665 osd_req_op_cls_request_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0xff3a512a ceph_osdc_put_request -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xc48ea750 dccp_syn_ack_timeout -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf1d080cf dccp_req_err -EXPORT_SYMBOL net/dsa/dsa_core 0x93147a4d dsa_port_vid_del -EXPORT_SYMBOL net/dsa/dsa_core 0x9e28d951 dsa_port_vid_add +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x8294c2ea dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa0330e3c dccp_syn_ack_timeout +EXPORT_SYMBOL net/dsa/dsa_core 0x8fb33a3c dsa_port_vid_del +EXPORT_SYMBOL net/dsa/dsa_core 0xf881c21a dsa_port_vid_add EXPORT_SYMBOL net/ieee802154/ieee802154 0x5878cbcb wpan_phy_free EXPORT_SYMBOL net/ieee802154/ieee802154 0x5ac6ee9b wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0x81085bef wpan_phy_new @@ -4753,43 +4753,43 @@ EXPORT_SYMBOL net/ieee802154/ieee802154 0x97247d0a wpan_phy_unregister EXPORT_SYMBOL net/ieee802154/ieee802154 0xc96396fd wpan_phy_register EXPORT_SYMBOL net/ieee802154/ieee802154 0xe197a31f wpan_phy_find EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0x647b0916 __gue_build_header -EXPORT_SYMBOL net/ipv4/fou 0xf485e07a __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x2f963db7 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xbbe298dd __fou_build_header EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0x029063d7 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2eb29911 ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8bc9a96a ip_tunnel_encap_del_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc761e5f2 ip_tunnel_get_link_net -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd6c02279 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/gre 0xd7723a7e gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3b8f9671 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x84447221 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8c03df27 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb7ec6288 ip_tunnel_get_iflink EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x028e727e arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x09006f06 arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x551805de arpt_do_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6f8029e1 arpt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x674bb9a9 ipt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa3b94c54 ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xff02219b ipt_unregister_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x3bf33a75 xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/tunnel4 0x7f080b71 xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/udp_tunnel 0x99ee6fc1 udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x264f127c ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x45115473 ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56d2fed5 ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x87fc51c5 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa5370d7a ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xacd59849 ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbe6fb834 ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xddc4e6ae ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe9f73d33 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7078db1f ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x95f41f44 ip6t_do_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe1147908 ip6t_register_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x013677be xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/tunnel6 0x4bd00706 xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x69653c29 xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe903754e xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/l2tp/l2tp_core 0x06327a16 l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_core 0xb62e9d5e l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_ip 0xfa4a3f09 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4c6732af ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc35e4aeb ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc637dc10 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x1ba59556 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf09e11e8 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x0ced6144 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0abe8db8 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x21a9e405 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2444f75e ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3906c284 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5bda3a10 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9b377fb8 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc8c6ea4d ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdc84e08b ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf13155f5 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x66d881e6 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8aa68d79 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd32eedd1 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x4f28332f xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xe233a276 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x031180d1 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe3a194cb xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/l2tp/l2tp_core 0x9b3c983b l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0xf53fb1b0 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0xfa41a4e0 l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x290b6864 lapb_data_request EXPORT_SYMBOL net/lapb/lapb 0x3e8014e4 lapb_unregister EXPORT_SYMBOL net/lapb/lapb 0x77cdca43 lapb_getparms @@ -4807,152 +4807,152 @@ EXPORT_SYMBOL net/llc/llc 0x7769f994 llc_build_and_send_ui_pkt EXPORT_SYMBOL net/llc/llc 0x90302991 llc_sap_open EXPORT_SYMBOL net/llc/llc 0x9b8c0a94 llc_mac_hdr_init EXPORT_SYMBOL net/llc/llc 0xcef2c5f8 llc_set_station_handler -EXPORT_SYMBOL net/mac80211/mac80211 0x03f7fc39 ieee80211_sta_uapsd_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x042e5688 ieee80211_proberesp_get -EXPORT_SYMBOL net/mac80211/mac80211 0x0436702e ieee80211_reserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x05b837c9 ieee80211_free_txskb -EXPORT_SYMBOL net/mac80211/mac80211 0x06e75533 ieee80211_beacon_get_tim -EXPORT_SYMBOL net/mac80211/mac80211 0x074a0c0f ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x0897212f ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0x0bba99f2 ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0x0dbb808f ieee80211_rx_ba_timer_expired -EXPORT_SYMBOL net/mac80211/mac80211 0x0dbe0e5c rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x1097efe1 ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x1794e5d5 ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0x180231d6 ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0x189a8ad6 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x00b708e2 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x0158d567 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x03a6e5ea ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x041dde60 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x04cc40eb ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x0646bc09 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x07ff1430 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x0a6af73c ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x0abd58ce rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x0b24d7fe ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x0eeb4b3c ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x0f503206 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0f830afe ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x1253f2d6 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x168632ae ieee80211_nan_func_terminated EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x1aae1159 ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x1f59906c ieee80211_txq_schedule_start -EXPORT_SYMBOL net/mac80211/mac80211 0x1f7547f8 ieee80211_txq_get_depth -EXPORT_SYMBOL net/mac80211/mac80211 0x2244d0ea ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x227d5632 ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0x23bd6995 ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x2445a874 ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x2930b998 ieee80211_nullfunc_get -EXPORT_SYMBOL net/mac80211/mac80211 0x2addc46c ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0x2d358540 ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0x2d3c8b8c ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x2ff24d50 ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0x38fd448b __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x3a682d93 ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0x3af573f0 ieee80211_scan_completed -EXPORT_SYMBOL net/mac80211/mac80211 0x3fd98135 ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0x4523d5ed ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac80211/mac80211 0x4930a955 ieee80211_get_tx_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x4a53378f ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x1b69b586 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x1dd7a435 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x2153357c ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x225beed6 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x22a0bcce ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x239b7b96 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x25605cbb ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x2594f47b ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2696b590 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2860aa7f __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x386f635a ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x39d22b91 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x39e6f007 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x39faeb04 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x3a50891c ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x3ae6601d ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x3bfd0865 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x45d040bd ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4911d3fc ieee80211_tx_prepare_skb EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x4f85c553 ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0x55135631 ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0x55523073 ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x591b35bf ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0x5b0a03e3 ieee80211_rts_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x5b6c2943 ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0x5ceeabed ieee80211_stop_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x5f0bfbcf ieee80211_wake_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x6612b39d ieee80211_send_bar -EXPORT_SYMBOL net/mac80211/mac80211 0x6a5df438 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x4f537f9e ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x56dada31 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x57e5190c ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5da8cd7c __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x60470291 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x61d35e10 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x673594b9 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x6cf48b21 ieee80211_get_tkip_p2k EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x71243d4e ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0x741e06dd ieee80211_queue_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x75934343 ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0x75a1c51d ieee80211_sta_set_buffered -EXPORT_SYMBOL net/mac80211/mac80211 0x7eae52c8 ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x7fb6296d ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0x82cc1a65 ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x8a7bf9be ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x8bcee2c8 ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0x8bf5a881 ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0x929741e5 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0x92aecda3 ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x94129d2b ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0x9463d5fd ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0x98549f87 __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0x9869ef93 ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0x98da9385 ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x98f79ac7 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x6e727aae ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6f2d4271 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x6fde124d ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x728e821c ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x755550a7 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x76a042b0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x789729ca ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x79552515 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x79ba00e5 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x7a3f14f2 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x7c3d440c ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x7d4c42cb ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x7e3d8b8e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7f312f64 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x81d4c503 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x874a750d ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x8b2865b9 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x90ba4c3d ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x91a95819 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x99156c82 __ieee80211_get_radio_led_name EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x9b1d792a wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x9d37bbcd ieee80211_report_wowlan_wakeup -EXPORT_SYMBOL net/mac80211/mac80211 0xa54fe47e ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xa6f870a1 ieee80211_tx_status_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xab5ebdee __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xadfeaab1 ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0xb2935d24 ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xb33f6442 __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0xb6f181b6 ieee80211_start_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0xba9ed637 ieee80211_cqm_beacon_loss_notify -EXPORT_SYMBOL net/mac80211/mac80211 0xbcb09213 ieee80211_iter_keys_rcu -EXPORT_SYMBOL net/mac80211/mac80211 0xc71d44ac __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xcbd0b2ea ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xcbe11ec6 ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0xd056f68a ieee80211_enable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0xd2a18cca ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0xd2f98e9a ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0xd4d0384e ieee80211_iter_keys -EXPORT_SYMBOL net/mac80211/mac80211 0xd790300b ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xd9d3e93f ieee80211_report_low_ack -EXPORT_SYMBOL net/mac80211/mac80211 0xdbdcb477 ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0xe15192f3 ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0xe1e4ad03 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x9dfab924 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9f1076ed ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa027ed56 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xa526d17e ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xa68f1b45 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xaaeb6010 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xaaf9bc96 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xadc1515c ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xb64e1101 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xbd4ea7d1 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xbd53ff36 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc489197a ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xcb6ea808 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xd057d6a8 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd0782fc2 ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xd5219ed6 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xd5907e4c ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd81859ce ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xdb8a3519 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xdd734d35 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe1d326fb ieee80211_chswitch_done EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xe623e3f2 ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0xf14eafac ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0xf7838a8a ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0xf9eeea8c __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xfa9ed488 ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0xfb50bad0 ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0xfc4cabcc ieee80211_connection_loss -EXPORT_SYMBOL net/mac80211/mac80211 0xfdc09539 ieee80211_find_sta -EXPORT_SYMBOL net/mac802154/mac802154 0x13d93e2a ieee802154_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe3ad63b3 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xe42adb6c ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xea3fa7d3 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xef6700f8 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xf136e2f8 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xf662565a ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xf965907e ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xff984d59 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xfff8aff2 ieee80211_probereq_get +EXPORT_SYMBOL net/mac802154/mac802154 0x028f7c48 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x060cfd7e ieee802154_alloc_hw EXPORT_SYMBOL net/mac802154/mac802154 0x2792dc34 ieee802154_stop_queue +EXPORT_SYMBOL net/mac802154/mac802154 0x3199657d ieee802154_unregister_hw EXPORT_SYMBOL net/mac802154/mac802154 0x445fb04d ieee802154_rx_irqsafe EXPORT_SYMBOL net/mac802154/mac802154 0x5e7c2a0b ieee802154_xmit_complete -EXPORT_SYMBOL net/mac802154/mac802154 0xae90ca13 ieee802154_free_hw EXPORT_SYMBOL net/mac802154/mac802154 0xb06e25f6 ieee802154_wake_queue -EXPORT_SYMBOL net/mac802154/mac802154 0xe407aff6 ieee802154_register_hw -EXPORT_SYMBOL net/mac802154/mac802154 0xe82a52fe ieee802154_unregister_hw -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0966c701 register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x20b126d4 ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3c16fbe4 ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x448706e1 unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5a3f567d ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6214d143 ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x64f1986d ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6a46e0f3 ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6a680b76 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7bd7ea22 register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x802c706c ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x814c7d82 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x99aa70c8 ip_vs_conn_out_get +EXPORT_SYMBOL net/mac802154/mac802154 0xdb47f74c ieee802154_register_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x206d1487 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x25c1ac08 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x25e7e8d0 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2c118170 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4d8c958a ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5434838d register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60abe09c ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x628592ec ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x86d09f4b ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8978e70b ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x933d51d8 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab403814 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb3596d74 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc5683f73 ip_vs_nfct_expect_related EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xeea2502d register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf93be1e9 unregister_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x1b3bd5f0 nf_ct_ext_add -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xcdf90468 nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf3b225a0 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7142bfd6 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd73eb155 nf_ct_ext_destroy EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x29e03db7 nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x46b559f2 nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0x575c50d7 __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x657d928b nf_xfrm_me_harder -EXPORT_SYMBOL net/netfilter/nf_nat 0xd5010e84 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x49cb0e18 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x82173d16 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x9c232600 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xdaa1dac9 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xf0ce0106 __nf_nat_mangle_tcp_packet EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x3102b463 xt_register_matches -EXPORT_SYMBOL net/netfilter/x_tables 0x32f95be0 xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x464e56e1 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0e8bfa36 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x37e5d036 xt_unregister_targets EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name -EXPORT_SYMBOL net/netfilter/x_tables 0x6cb8c558 xt_unregister_target -EXPORT_SYMBOL net/netfilter/x_tables 0x777fb731 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x51894a58 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x594a45e7 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8483cfd0 xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x97f21d99 xt_find_match -EXPORT_SYMBOL net/netfilter/x_tables 0xb7da163b xt_unregister_targets -EXPORT_SYMBOL net/netfilter/x_tables 0xbb4e4b33 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xaf1c0f41 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc5bdab9b xt_unregister_matches EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc -EXPORT_SYMBOL net/netfilter/x_tables 0xce87d2be xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd43cb468 xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xec16831d xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset EXPORT_SYMBOL net/nfc/hci/hci 0x0537622b nfc_hci_driver_failure EXPORT_SYMBOL net/nfc/hci/hci 0x061dfdba nfc_hci_disconnect_gate @@ -5044,38 +5044,38 @@ EXPORT_SYMBOL net/phonet/phonet 0xa524ad42 phonet_proto_unregister EXPORT_SYMBOL net/phonet/phonet 0xc00d69fb pn_sock_get_port EXPORT_SYMBOL net/phonet/phonet 0xc562b028 phonet_proto_register EXPORT_SYMBOL net/phonet/phonet 0xf26eca1d phonet_stream_ops -EXPORT_SYMBOL net/rxrpc/rxrpc 0x2fb87040 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x10c8c23e rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x23dbca4d rxrpc_kernel_abort_call EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x3bf88316 rxrpc_kernel_begin_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x3e6964ad rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x60bf33e2 rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6b08f68f rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6ce47e2c rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6dea6235 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0x7233163f rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0x83c06c79 rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x8416160d rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x90185c3b rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0x9d83d589 rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xa06c557c rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xa4d9015e rxrpc_kernel_get_peer -EXPORT_SYMBOL net/rxrpc/rxrpc 0xbd09ae12 key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd02c6886 rxrpc_kernel_send_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0xfa41290e rxrpc_kernel_recv_data -EXPORT_SYMBOL net/sctp/sctp 0x64f0994a sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x644b594d gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x81e58a25 gss_mech_put -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8d19ee26 gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/sunrpc 0x06a201b3 svc_pool_stats_open -EXPORT_SYMBOL net/sunrpc/sunrpc 0xa0eb5415 xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0xa4570886 xdr_truncate_encode +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3234ad39 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4d54e866 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x565455de rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d13aa6c rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x613d14bf rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x61aaeaeb rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x668828f4 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9887d476 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa1955600 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa92b2a4b rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcbe78f86 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd3cd6a15 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xeab3a01a rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf7e8cc0b key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf88b48be rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/sctp/sctp 0x9fffc463 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x14564c61 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2de7665c gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x93f7dea7 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x619ba4ea svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x796c18ac xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe3747941 xdr_truncate_encode EXPORT_SYMBOL net/tipc/tipc 0x2c686b1e tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0x554f8ba4 tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0x6b8d65b5 tipc_nl_sk_walk EXPORT_SYMBOL net/tipc/tipc 0xfc94f513 tipc_sk_fill_sock_diag -EXPORT_SYMBOL net/tls/tls 0x92ff7b67 tls_unregister_device -EXPORT_SYMBOL net/tls/tls 0xb1b9a5cc tls_register_device -EXPORT_SYMBOL net/tls/tls 0xfd161700 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x6fd1686d tls_get_record +EXPORT_SYMBOL net/tls/tls 0x9e57a640 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xcb7e18d6 tls_register_device EXPORT_SYMBOL net/wimax/wimax 0x41eb32b7 wimax_reset EXPORT_SYMBOL net/wimax/wimax 0xed653c17 wimax_rfkill EXPORT_SYMBOL net/wireless/cfg80211 0x011ca24a cfg80211_ready_on_channel @@ -5090,13 +5090,12 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x1745ddf4 wiphy_free EXPORT_SYMBOL net/wireless/cfg80211 0x1746c91c cfg80211_auth_timeout EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header EXPORT_SYMBOL net/wireless/cfg80211 0x18e4311a cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1a661699 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm EXPORT_SYMBOL net/wireless/cfg80211 0x1e8ef016 regulatory_set_wiphy_regd EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem EXPORT_SYMBOL net/wireless/cfg80211 0x27bd99e5 cfg80211_tx_mlme_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0x2e35161b ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x2f22134d cfg80211_assoc_timeout -EXPORT_SYMBOL net/wireless/cfg80211 0x30026746 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x337f777e regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric EXPORT_SYMBOL net/wireless/cfg80211 0x39e8652e cfg80211_unregister_wdev @@ -5108,16 +5107,19 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x41adaf07 regulatory_set_wiphy_regd_sync_r EXPORT_SYMBOL net/wireless/cfg80211 0x448e8dc7 cfg80211_bss_iter EXPORT_SYMBOL net/wireless/cfg80211 0x448fdce4 cfg80211_abandon_assoc EXPORT_SYMBOL net/wireless/cfg80211 0x46312808 ieee80211_radiotap_iterator_next -EXPORT_SYMBOL net/wireless/cfg80211 0x4811690c ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x48e94676 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x498e1bb2 cfg80211_update_owe_info_event EXPORT_SYMBOL net/wireless/cfg80211 0x4a377437 cfg80211_cqm_txe_notify EXPORT_SYMBOL net/wireless/cfg80211 0x5545c747 regulatory_pre_cac_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x56b97cb8 wiphy_read_of_freq_limits EXPORT_SYMBOL net/wireless/cfg80211 0x5abd46e6 wiphy_rfkill_start_polling EXPORT_SYMBOL net/wireless/cfg80211 0x5c9b57a9 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5d21aad7 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x5e72b654 cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x5f5cb900 cfg80211_cqm_rssi_notify EXPORT_SYMBOL net/wireless/cfg80211 0x5fc82a89 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x611eab8c ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x61804e6c cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid EXPORT_SYMBOL net/wireless/cfg80211 0x64727fd9 cfg80211_check_station_change EXPORT_SYMBOL net/wireless/cfg80211 0x66f299c5 cfg80211_external_auth_request @@ -5128,23 +5130,21 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header EXPORT_SYMBOL net/wireless/cfg80211 0x6aca70ab cfg80211_del_sta_sinfo EXPORT_SYMBOL net/wireless/cfg80211 0x6c82ac1d cfg80211_chandef_usable EXPORT_SYMBOL net/wireless/cfg80211 0x6f29745a cfg80211_reg_can_beacon_relax -EXPORT_SYMBOL net/wireless/cfg80211 0x6f6bb1bc cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x73ee0d3f cfg80211_cqm_beacon_loss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x76ac7ded cfg80211_sched_scan_results EXPORT_SYMBOL net/wireless/cfg80211 0x771e8ea6 cfg80211_sta_opmode_change_notify EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem -EXPORT_SYMBOL net/wireless/cfg80211 0x7bd2cc24 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x7c6f5937 wiphy_apply_custom_regulatory EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0x7ef9f5e0 ieee80211_mandatory_rates EXPORT_SYMBOL net/wireless/cfg80211 0x80cb77e3 cfg80211_get_bss EXPORT_SYMBOL net/wireless/cfg80211 0x82029cc8 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x842e698b ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible EXPORT_SYMBOL net/wireless/cfg80211 0x898edf1f cfg80211_gtk_rekey_notify EXPORT_SYMBOL net/wireless/cfg80211 0x8aee5c8e cfg80211_cac_event EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile EXPORT_SYMBOL net/wireless/cfg80211 0x8c5395a0 cfg80211_get_drvinfo -EXPORT_SYMBOL net/wireless/cfg80211 0x8e07fc18 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x8e6e7975 __cfg80211_alloc_reply_skb EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func EXPORT_SYMBOL net/wireless/cfg80211 0x903d9a00 cfg80211_stop_iface @@ -5153,21 +5153,19 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x90f35b6a cfg80211_pmksa_candidate_notify EXPORT_SYMBOL net/wireless/cfg80211 0x92140370 __cfg80211_send_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss EXPORT_SYMBOL net/wireless/cfg80211 0x94f972f3 cfg80211_reg_can_beacon -EXPORT_SYMBOL net/wireless/cfg80211 0x96af3988 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency EXPORT_SYMBOL net/wireless/cfg80211 0x97afcb8f cfg80211_tx_mgmt_expired EXPORT_SYMBOL net/wireless/cfg80211 0x98734793 cfg80211_ch_switch_started_notify EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match EXPORT_SYMBOL net/wireless/cfg80211 0x9d6db50e cfg80211_rx_spurious_frame EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class -EXPORT_SYMBOL net/wireless/cfg80211 0xa4da3377 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xaa0c1ebd cfg80211_ch_switch_notify -EXPORT_SYMBOL net/wireless/cfg80211 0xab4baab2 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0xac86efe4 cfg80211_nan_match EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xad548488 cfg80211_remain_on_channel_expired EXPORT_SYMBOL net/wireless/cfg80211 0xb30d3682 cfg80211_rx_unprot_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xb4423081 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xb58569a0 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xba9c75df cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0xbf0fc22c cfg80211_probe_status EXPORT_SYMBOL net/wireless/cfg80211 0xbfbb604c cfg80211_port_authorized @@ -5176,11 +5174,13 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xc4fb44a6 cfg80211_mgmt_tx_status EXPORT_SYMBOL net/wireless/cfg80211 0xca88fcfd cfg80211_scan_done EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create EXPORT_SYMBOL net/wireless/cfg80211 0xcb0531a9 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xcbd74271 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xce4b045a ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0xd3582f09 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xd4a91ae9 ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0xd7f6f362 cfg80211_sinfo_alloc_tid_stats -EXPORT_SYMBOL net/wireless/cfg80211 0xd86e434c ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0xd88344e6 cfg80211_inform_bss_data EXPORT_SYMBOL net/wireless/cfg80211 0xd9793ac9 cfg80211_rx_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xd99e57cf cfg80211_sched_scan_stopped_rtnl @@ -5193,12 +5193,12 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xe936d9cd cfg80211_ref_bss EXPORT_SYMBOL net/wireless/cfg80211 0xede55f08 cfg80211_conn_failed EXPORT_SYMBOL net/wireless/cfg80211 0xedf94d23 cfg80211_notify_new_peer_candidate EXPORT_SYMBOL net/wireless/cfg80211 0xef564717 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf0257aa0 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0xf4867db7 cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0xf4923b0b cfg80211_sched_scan_stopped EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr EXPORT_SYMBOL net/wireless/cfg80211 0xf5f2421f cfg80211_michael_mic_failure EXPORT_SYMBOL net/wireless/cfg80211 0xf8834cba wiphy_rfkill_stop_polling -EXPORT_SYMBOL net/wireless/cfg80211 0xffa6a296 cfg80211_check_combinations EXPORT_SYMBOL net/wireless/lib80211 0x4efb380b lib80211_get_crypto_ops EXPORT_SYMBOL net/wireless/lib80211 0x6b3093d1 lib80211_register_crypto_ops EXPORT_SYMBOL net/wireless/lib80211 0x7d99a507 lib80211_crypt_info_init @@ -5335,46 +5335,46 @@ EXPORT_SYMBOL sound/i2c/snd-i2c 0xaa2b6e0a snd_i2c_sendbytes EXPORT_SYMBOL sound/i2c/snd-i2c 0xc26bbebf snd_i2c_device_free EXPORT_SYMBOL sound/i2c/snd-i2c 0xd5c80ccf snd_i2c_readbytes EXPORT_SYMBOL sound/i2c/snd-i2c 0xe6c903f5 snd_i2c_probeaddr -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x06eab1bb snd_ac97_update_bits -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x094c6b8d snd_ac97_read -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x09a0d0e5 snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1e31deb4 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0cc301a2 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x11996645 snd_ac97_resume EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2b9f17cf snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d1614f1 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x336d02b3 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x429183ff snd_ac97_tune_hardware EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x491e25ff snd_ac97_pcm_double_rate_rules -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x75649fc0 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x86b0e614 snd_ac97_read EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x89a86f3a snd_ac97_set_rate EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8a78699d snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa5407317 snd_ac97_write -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb4aa1374 snd_ac97_get_short_name -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xccc562e0 snd_ac97_resume -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcfbdaed0 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x910218aa snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa62d34ad snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaf9f1cf1 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc8541c02 snd_ac97_mixer EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd5393c44 snd_ac97_pcm_open -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd6d0fa2 snd_ac97_update_power -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3d50d76 snd_ac97_update -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xeb858d8c snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xde065b89 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf852cc18 snd_ac97_write_cache EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7a6b03b2 snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xcb6852fe snd_ice1712_akm4xxx_build_controls EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd82a5b95 snd_ice1712_akm4xxx_free EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e2a9b43 oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1c802ed2 oxygen_read16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1cb558e2 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2d6cbfc2 oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2fc0017b oxygen_reset_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3242d56a oxygen_update_dac_routing EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3cd430a8 oxygen_write32 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x422dc067 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4bc531a1 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4d9bdf55 oxygen_write32_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5c7b3680 oxygen_read8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64819c66 oxygen_write_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6b0c7947 oxygen_write16_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x720b610b oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7458a627 oxygen_write16 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x748f0211 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x74cc3aeb oxygen_read_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc2b325bf oxygen_write_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc35de700 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca691138 oxygen_write_i2c EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcca0f980 oxygen_write8_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe7fea7ba oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef02b791 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfcc83101 oxygen_read32 EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xea74f232 bt_uart_enable EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x6df6792d pcm3060_probe @@ -5440,40 +5440,31 @@ EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd0498250 __snd_usbmidi_create EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect EXPORT_SYMBOL vmlinux 0x000224a7 param_set_ullong -EXPORT_SYMBOL vmlinux 0x0008306a tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x000447ac netdev_alert EXPORT_SYMBOL vmlinux 0x00137557 pci_ep_cfs_remove_epf_group -EXPORT_SYMBOL vmlinux 0x00183238 rtnl_set_sk_err -EXPORT_SYMBOL vmlinux 0x001e5928 skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base -EXPORT_SYMBOL vmlinux 0x002c2ae5 ip_defrag EXPORT_SYMBOL vmlinux 0x003ca7e0 mipi_dsi_dcs_write_buffer EXPORT_SYMBOL vmlinux 0x0048e4ce generic_read_dir EXPORT_SYMBOL vmlinux 0x006245bd of_mdio_find_bus -EXPORT_SYMBOL vmlinux 0x00680b2a netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x007e8f6b __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x0091501f fbcon_rotate_ud EXPORT_SYMBOL vmlinux 0x00994e1b truncate_setsize +EXPORT_SYMBOL vmlinux 0x009cfb07 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x00a703be abx500_register_ops EXPORT_SYMBOL vmlinux 0x00ab9569 __blkdev_issue_zeroout -EXPORT_SYMBOL vmlinux 0x00abc7ab netif_napi_del -EXPORT_SYMBOL vmlinux 0x00b258a3 inet_csk_accept EXPORT_SYMBOL vmlinux 0x00b5fac2 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x00d1c68f __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count -EXPORT_SYMBOL vmlinux 0x00e5009f skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x01000e51 schedule -EXPORT_SYMBOL vmlinux 0x0102f1b1 inet_register_protosw -EXPORT_SYMBOL vmlinux 0x0112febd __dev_get_by_index EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0114eb90 eth_validate_addr EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 -EXPORT_SYMBOL vmlinux 0x011c420c tcf_classify EXPORT_SYMBOL vmlinux 0x01223eaf dquot_commit_info EXPORT_SYMBOL vmlinux 0x012a8601 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x01345cf7 eth_gro_receive EXPORT_SYMBOL vmlinux 0x01393e1e tcf_em_register -EXPORT_SYMBOL vmlinux 0x013a5308 dev_get_mac_address -EXPORT_SYMBOL vmlinux 0x01450767 inet_stream_ops EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags -EXPORT_SYMBOL vmlinux 0x0156a26a pci_back_from_sleep EXPORT_SYMBOL vmlinux 0x015af7f4 system_state EXPORT_SYMBOL vmlinux 0x016104ea generic_perform_write EXPORT_SYMBOL vmlinux 0x0173fea0 __mdiobus_read @@ -5484,22 +5475,21 @@ EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete EXPORT_SYMBOL vmlinux 0x0189b14f scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode EXPORT_SYMBOL vmlinux 0x01b37430 dquot_alloc_inode -EXPORT_SYMBOL vmlinux 0x01bb7581 sock_no_mmap EXPORT_SYMBOL vmlinux 0x01c72108 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x01d0a1ba blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x01d13248 dev_disable_lro EXPORT_SYMBOL vmlinux 0x01d7076f vfs_getattr_nosec EXPORT_SYMBOL vmlinux 0x01d72213 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x01da05c5 noop_qdisc EXPORT_SYMBOL vmlinux 0x01e29d02 kern_unmount EXPORT_SYMBOL vmlinux 0x01e769d6 __next_node_in -EXPORT_SYMBOL vmlinux 0x01fa0e30 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x01ff00db jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc EXPORT_SYMBOL vmlinux 0x0210b6ca open_with_fake_path EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check -EXPORT_SYMBOL vmlinux 0x02131be3 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x02222b34 __skb_gso_segment EXPORT_SYMBOL vmlinux 0x023229b5 pagecache_get_page -EXPORT_SYMBOL vmlinux 0x024eae6e kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop EXPORT_SYMBOL vmlinux 0x0272fa35 cpufreq_global_kobject @@ -5508,7 +5498,6 @@ EXPORT_SYMBOL vmlinux 0x027e4a35 vme_new_dma_list EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any EXPORT_SYMBOL vmlinux 0x028dfafe mmc_release_host EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy -EXPORT_SYMBOL vmlinux 0x02ad3f4d dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x02d8b8ed blk_integrity_compare EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies EXPORT_SYMBOL vmlinux 0x02e74e77 scsi_device_put @@ -5516,16 +5505,16 @@ EXPORT_SYMBOL vmlinux 0x02e828c1 del_gendisk EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact EXPORT_SYMBOL vmlinux 0x02f00de0 elv_rb_former_request -EXPORT_SYMBOL vmlinux 0x02f4460c arp_tbl EXPORT_SYMBOL vmlinux 0x0307e030 irq_to_desc +EXPORT_SYMBOL vmlinux 0x030a3e92 __sk_receive_skb EXPORT_SYMBOL vmlinux 0x031f88db security_binder_transfer_file EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl EXPORT_SYMBOL vmlinux 0x0335f546 vfs_get_fsid -EXPORT_SYMBOL vmlinux 0x03389102 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x033f08ac genlmsg_multicast_allns EXPORT_SYMBOL vmlinux 0x03536df6 security_sock_rcv_skb EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0366714c sk_reset_timer EXPORT_SYMBOL vmlinux 0x036e84c8 config_group_init_type_name EXPORT_SYMBOL vmlinux 0x0371cec3 __set_page_dirty_nobuffers EXPORT_SYMBOL vmlinux 0x037a0cba kfree @@ -5533,33 +5522,31 @@ EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity EXPORT_SYMBOL vmlinux 0x03972e1c csum_and_copy_from_iter EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs EXPORT_SYMBOL vmlinux 0x039885e0 try_lookup_one_len -EXPORT_SYMBOL vmlinux 0x03a3ff62 skb_find_text +EXPORT_SYMBOL vmlinux 0x0398dc7c unregister_netdev EXPORT_SYMBOL vmlinux 0x03a527fe module_put -EXPORT_SYMBOL vmlinux 0x03b083b3 pci_reenable_device EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all EXPORT_SYMBOL vmlinux 0x03cb92bd mipi_dsi_dcs_set_display_on EXPORT_SYMBOL vmlinux 0x03d1ac36 simple_get_link +EXPORT_SYMBOL vmlinux 0x03e5e45b pci_save_state +EXPORT_SYMBOL vmlinux 0x03e61798 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x03f1ef17 simple_release_fs EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram EXPORT_SYMBOL vmlinux 0x04036161 tty_unlock EXPORT_SYMBOL vmlinux 0x041978ce phy_ethtool_set_wol EXPORT_SYMBOL vmlinux 0x04209d81 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x04210185 pcim_iomap_table EXPORT_SYMBOL vmlinux 0x0423359b dquot_mark_dquot_dirty EXPORT_SYMBOL vmlinux 0x042685d7 sg_nents_for_len -EXPORT_SYMBOL vmlinux 0x042d0cb2 pcim_iomap EXPORT_SYMBOL vmlinux 0x0433b378 wait_for_key_construction EXPORT_SYMBOL vmlinux 0x0437db45 mmc_wait_for_cmd -EXPORT_SYMBOL vmlinux 0x04425451 sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator -EXPORT_SYMBOL vmlinux 0x044ca430 xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock -EXPORT_SYMBOL vmlinux 0x04603e0a sock_sendmsg EXPORT_SYMBOL vmlinux 0x046a62fa of_device_alloc EXPORT_SYMBOL vmlinux 0x047aedc7 of_pci_range_to_resource -EXPORT_SYMBOL vmlinux 0x04856b76 eth_change_mtu -EXPORT_SYMBOL vmlinux 0x048e8dc7 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x04a752c2 pci_claim_resource EXPORT_SYMBOL vmlinux 0x04ae0988 sg_zero_buffer EXPORT_SYMBOL vmlinux 0x04bf4748 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x04c6a8c2 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine EXPORT_SYMBOL vmlinux 0x04d8fe9d vm_map_pages @@ -5569,47 +5556,46 @@ EXPORT_SYMBOL vmlinux 0x0504679d page_symlink EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match EXPORT_SYMBOL vmlinux 0x051435f4 blkdev_get -EXPORT_SYMBOL vmlinux 0x051ed918 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x051ef158 dquot_scan_active EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch EXPORT_SYMBOL vmlinux 0x0541281c tty_port_tty_set EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible -EXPORT_SYMBOL vmlinux 0x0547be61 netdev_upper_dev_link -EXPORT_SYMBOL vmlinux 0x05632993 mroute6_is_socket -EXPORT_SYMBOL vmlinux 0x057d93ad inet6_csk_route_req -EXPORT_SYMBOL vmlinux 0x0587677a pcim_iomap_regions_request_all -EXPORT_SYMBOL vmlinux 0x059fa7c6 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x0559a773 pci_dev_get EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put EXPORT_SYMBOL vmlinux 0x05b52002 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x05be377b pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x05ca18a2 _raw_write_lock_irqsave EXPORT_SYMBOL vmlinux 0x05dac1c3 __check_sticky EXPORT_SYMBOL vmlinux 0x05e13eb9 ZSTD_initDDict -EXPORT_SYMBOL vmlinux 0x05e3b60e pci_scan_bridge -EXPORT_SYMBOL vmlinux 0x05f945bf skb_clone_sk +EXPORT_SYMBOL vmlinux 0x05f7b8e2 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x05fca4ee register_filesystem +EXPORT_SYMBOL vmlinux 0x0603f34a pci_iomap_range EXPORT_SYMBOL vmlinux 0x0606c730 of_find_node_opts_by_path EXPORT_SYMBOL vmlinux 0x060e914b mdio_bus_type -EXPORT_SYMBOL vmlinux 0x06126273 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0x061651be strcat EXPORT_SYMBOL vmlinux 0x061c2558 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x0624bc29 skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0x0628d32e blk_mq_queue_stopped EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064023b9 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x06586329 netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x065eb24e kmap_to_page -EXPORT_SYMBOL vmlinux 0x0660c35f inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0x06724b38 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x067ea780 mutex_unlock +EXPORT_SYMBOL vmlinux 0x0690ed2c sock_alloc_file EXPORT_SYMBOL vmlinux 0x069fbd08 mipi_dsi_driver_register_full EXPORT_SYMBOL vmlinux 0x06a5e458 phy_ethtool_nway_reset EXPORT_SYMBOL vmlinux 0x06c69f6b fscrypt_ioctl_set_policy EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress -EXPORT_SYMBOL vmlinux 0x06d16e60 qdisc_create_dflt -EXPORT_SYMBOL vmlinux 0x06e50eca skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x06d3d38e pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0x06f0b9f5 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x06fa7a38 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x06fcf362 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x07029226 skb_pull EXPORT_SYMBOL vmlinux 0x07061231 blkdev_issue_flush EXPORT_SYMBOL vmlinux 0x07173e17 snd_timer_global_new EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs -EXPORT_SYMBOL vmlinux 0x072b2d3a pci_alloc_dev EXPORT_SYMBOL vmlinux 0x072c1f82 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw EXPORT_SYMBOL vmlinux 0x073208c4 tty_do_resize @@ -5617,23 +5603,21 @@ EXPORT_SYMBOL vmlinux 0x075a2c33 ZSTD_decompressBegin_usingDict EXPORT_SYMBOL vmlinux 0x07700266 deactivate_locked_super EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev EXPORT_SYMBOL vmlinux 0x0793113c snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x07a858fd __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap EXPORT_SYMBOL vmlinux 0x07b0ecc0 simple_dentry_operations EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit -EXPORT_SYMBOL vmlinux 0x07d2f7e5 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x07d51ef4 pci_write_config_byte EXPORT_SYMBOL vmlinux 0x07e2c085 radix_tree_tagged EXPORT_SYMBOL vmlinux 0x07e6d985 mdiobus_unregister EXPORT_SYMBOL vmlinux 0x07eb308d loop_register_transfer -EXPORT_SYMBOL vmlinux 0x07f052e2 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x07f56f9f mmc_get_card -EXPORT_SYMBOL vmlinux 0x07f6516c sock_wfree -EXPORT_SYMBOL vmlinux 0x07fcf01d pci_add_new_bus EXPORT_SYMBOL vmlinux 0x07ff9036 address_space_init_once EXPORT_SYMBOL vmlinux 0x0801c29a make_kprojid EXPORT_SYMBOL vmlinux 0x080538ed mdiobus_is_registered_device EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap -EXPORT_SYMBOL vmlinux 0x0819ca2d skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x0815321f mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point EXPORT_SYMBOL vmlinux 0x0829eca5 __frontswap_test EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses @@ -5650,23 +5634,16 @@ EXPORT_SYMBOL vmlinux 0x08690bbf __tracepoint_kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x08734df9 from_kuid_munged EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x08883515 key_reject_and_link -EXPORT_SYMBOL vmlinux 0x088a4957 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x08a27d56 dns_query EXPORT_SYMBOL vmlinux 0x08b9c1e5 zpool_register_driver EXPORT_SYMBOL vmlinux 0x08c4fd32 omap_disable_dma_irq -EXPORT_SYMBOL vmlinux 0x08d24794 nf_unregister_queue_handler -EXPORT_SYMBOL vmlinux 0x08d4222c inet_csk_prepare_forced_close -EXPORT_SYMBOL vmlinux 0x08d6cf03 napi_get_frags EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr -EXPORT_SYMBOL vmlinux 0x0929ee99 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x092eb56b mipi_dsi_dcs_set_tear_on EXPORT_SYMBOL vmlinux 0x09315e4e input_event EXPORT_SYMBOL vmlinux 0x0934687f input_mt_drop_unused EXPORT_SYMBOL vmlinux 0x093bf221 write_dirty_buffer EXPORT_SYMBOL vmlinux 0x09455334 devm_devfreq_unregister_notifier -EXPORT_SYMBOL vmlinux 0x09461851 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x09612cb5 snd_register_oss_device -EXPORT_SYMBOL vmlinux 0x0966caac __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x0970b8ba phy_print_status EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes EXPORT_SYMBOL vmlinux 0x09807a61 mipi_dsi_device_register_full @@ -5675,37 +5652,41 @@ EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap EXPORT_SYMBOL vmlinux 0x099eb7ca devm_extcon_register_notifier_all EXPORT_SYMBOL vmlinux 0x09ad85a1 sort_r EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 -EXPORT_SYMBOL vmlinux 0x09d2fd97 fqdir_init +EXPORT_SYMBOL vmlinux 0x09cb483b sock_no_getsockopt EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions EXPORT_SYMBOL vmlinux 0x09d4918f dev_uc_del EXPORT_SYMBOL vmlinux 0x09d5ed3f mmc_card_is_blockaddr EXPORT_SYMBOL vmlinux 0x09e2aa26 configfs_unregister_default_group -EXPORT_SYMBOL vmlinux 0x09eeef9a pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x09e3d195 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x09e76dfd xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x0a20d621 ZSTD_decompressBegin EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr EXPORT_SYMBOL vmlinux 0x0a407aa1 d_instantiate_anon EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell -EXPORT_SYMBOL vmlinux 0x0a499b32 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x0a563709 lock_rename EXPORT_SYMBOL vmlinux 0x0a5fa774 follow_pfn EXPORT_SYMBOL vmlinux 0x0a788a62 add_random_ready_callback EXPORT_SYMBOL vmlinux 0x0a7ee2e6 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x0a90d910 pcie_get_readrq EXPORT_SYMBOL vmlinux 0x0a9b13b9 mmc_wait_for_req EXPORT_SYMBOL vmlinux 0x0aa09d79 omap_vrfb_map_angle EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq EXPORT_SYMBOL vmlinux 0x0aa92814 key_validate EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update -EXPORT_SYMBOL vmlinux 0x0b196af7 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x0b06f343 inet_gso_segment EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user EXPORT_SYMBOL vmlinux 0x0b260772 snd_card_register +EXPORT_SYMBOL vmlinux 0x0b38f799 netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x0b3de378 generic_remap_file_range_prep EXPORT_SYMBOL vmlinux 0x0b40d7cf _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0b42a62b inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0x0b43a206 iov_iter_pipe EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init -EXPORT_SYMBOL vmlinux 0x0b4b810b tcf_block_get +EXPORT_SYMBOL vmlinux 0x0b560818 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x0b5c76c5 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x0b617520 dma_fence_default_wait EXPORT_SYMBOL vmlinux 0x0b709411 omap_vrfb_release_ctx EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol @@ -5714,66 +5695,66 @@ EXPORT_SYMBOL vmlinux 0x0b78e97b remove_proc_subtree EXPORT_SYMBOL vmlinux 0x0b8597c3 free_cgroup_ns EXPORT_SYMBOL vmlinux 0x0b8f1811 current_time EXPORT_SYMBOL vmlinux 0x0babc10c crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x0bad5e16 sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x0bc3b1d0 configfs_register_group EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type EXPORT_SYMBOL vmlinux 0x0bd98bb5 snd_device_free EXPORT_SYMBOL vmlinux 0x0be0f8e6 dev_mc_add EXPORT_SYMBOL vmlinux 0x0be20893 page_address -EXPORT_SYMBOL vmlinux 0x0c00451f inet_csk_reqsk_queue_add -EXPORT_SYMBOL vmlinux 0x0c00fa51 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x0be40c34 inet_accept +EXPORT_SYMBOL vmlinux 0x0c1121cc pci_enable_device_io EXPORT_SYMBOL vmlinux 0x0c204eee ethtool_rx_flow_rule_create EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq EXPORT_SYMBOL vmlinux 0x0c300e39 input_unregister_device -EXPORT_SYMBOL vmlinux 0x0c5fc290 netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x0c6c9732 snd_pcm_hw_constraint_ratnums EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode EXPORT_SYMBOL vmlinux 0x0c732ad4 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0c7d43ea zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x0c903ec4 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x0c927886 skb_kill_datagram EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down EXPORT_SYMBOL vmlinux 0x0cb5eae1 vme_free_consistent EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x0cdb621e xfrm_state_free EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0cf6650d fb_validate_mode EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev -EXPORT_SYMBOL vmlinux 0x0d0f341b dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x0d1cc681 key_unlink EXPORT_SYMBOL vmlinux 0x0d31a893 kthread_destroy_worker -EXPORT_SYMBOL vmlinux 0x0d34fb32 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le EXPORT_SYMBOL vmlinux 0x0d46febd _snd_ctl_add_slave EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type -EXPORT_SYMBOL vmlinux 0x0d5eaaa5 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset -EXPORT_SYMBOL vmlinux 0x0d6c017c memory_cgrp_subsys -EXPORT_SYMBOL vmlinux 0x0d8f0aa6 netif_set_real_num_tx_queues -EXPORT_SYMBOL vmlinux 0x0d9ac856 dev_get_by_index_rcu -EXPORT_SYMBOL vmlinux 0x0daa50eb tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete EXPORT_SYMBOL vmlinux 0x0dbf3e57 hmm_range_register EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex EXPORT_SYMBOL vmlinux 0x0dc3763e logfc EXPORT_SYMBOL vmlinux 0x0dcbd78a devm_devfreq_unregister_opp_notifier -EXPORT_SYMBOL vmlinux 0x0dd0f7d4 ip6_frag_init EXPORT_SYMBOL vmlinux 0x0dd8503d xsk_clear_tx_need_wakeup -EXPORT_SYMBOL vmlinux 0x0dda3c13 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x0ddc0efb pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0x0de32780 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x0df20b6d kfree_skb EXPORT_SYMBOL vmlinux 0x0e0fc3d0 dma_dummy_ops EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e18e0ab tcf_block_put_ext EXPORT_SYMBOL vmlinux 0x0e1c8804 dma_fence_chain_find_seqno -EXPORT_SYMBOL vmlinux 0x0e3f21e0 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x0e266fc2 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x0e46013f cpu_tlb +EXPORT_SYMBOL vmlinux 0x0e479405 kernel_recvmsg EXPORT_SYMBOL vmlinux 0x0e47d963 try_to_writeback_inodes_sb EXPORT_SYMBOL vmlinux 0x0e4e6968 pm860x_bulk_read -EXPORT_SYMBOL vmlinux 0x0e4f7e5f xfrm_state_free -EXPORT_SYMBOL vmlinux 0x0e5187f0 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0x0e8ec567 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x0e8f7abe kernel_getsockname EXPORT_SYMBOL vmlinux 0x0e9be47b d_genocide +EXPORT_SYMBOL vmlinux 0x0e9eace4 dev_close EXPORT_SYMBOL vmlinux 0x0eaca7ff blkdev_issue_discard -EXPORT_SYMBOL vmlinux 0x0ebc48a9 __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0x0eb3e38a xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x0ebf5e98 mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec9d00d inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x0ed8fac9 account_page_redirty +EXPORT_SYMBOL vmlinux 0x0eda7b17 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x0ee9d297 pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy EXPORT_SYMBOL vmlinux 0x0eefcfc7 mntput EXPORT_SYMBOL vmlinux 0x0f06957f allocate_resource @@ -5781,52 +5762,50 @@ EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable EXPORT_SYMBOL vmlinux 0x0f1db335 simple_pin_fs EXPORT_SYMBOL vmlinux 0x0f3cbb75 qdisc_offload_graft_helper EXPORT_SYMBOL vmlinux 0x0f4b4028 snd_pcm_hw_constraint_list -EXPORT_SYMBOL vmlinux 0x0f5c446f ip_route_input_noref -EXPORT_SYMBOL vmlinux 0x0f5d036a __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x0f609549 remove_proc_entry EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f93be0d inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0x0f9434ca tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x0f9c4bdb tcp_time_wait EXPORT_SYMBOL vmlinux 0x0f9fc54a __nla_reserve_64bit EXPORT_SYMBOL vmlinux 0x0fa2870a blk_rq_map_user_iov EXPORT_SYMBOL vmlinux 0x0fabf1f5 flow_rule_match_enc_opts EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule EXPORT_SYMBOL vmlinux 0x0faf132c send_sig_mceerr EXPORT_SYMBOL vmlinux 0x0fafea7d tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x0fb053dd rt_dst_clone EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb5249f dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x0fbd0823 blk_queue_max_write_same_sectors EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset -EXPORT_SYMBOL vmlinux 0x10032863 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x10194961 unregister_mtd_chip_driver -EXPORT_SYMBOL vmlinux 0x10301f21 __ip_select_ident -EXPORT_SYMBOL vmlinux 0x1036062f inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x10386f54 blk_get_request -EXPORT_SYMBOL vmlinux 0x103ad10a napi_complete_done +EXPORT_SYMBOL vmlinux 0x105d4dd0 udplite_prot EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x106acde9 iov_iter_copy_from_user_atomic EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user EXPORT_SYMBOL vmlinux 0x10739f1e swake_up_locked -EXPORT_SYMBOL vmlinux 0x107730ec udp_seq_ops EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd EXPORT_SYMBOL vmlinux 0x1085d5ee down_read_killable EXPORT_SYMBOL vmlinux 0x1086969d simple_open EXPORT_SYMBOL vmlinux 0x109d0eca __vmalloc -EXPORT_SYMBOL vmlinux 0x10b4723a unregister_netdev EXPORT_SYMBOL vmlinux 0x10c053f4 qdisc_hash_add EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue -EXPORT_SYMBOL vmlinux 0x10d2db2f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x10c7c91b mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x10cf3db9 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find -EXPORT_SYMBOL vmlinux 0x10f17b87 xfrm_dst_ifdown -EXPORT_SYMBOL vmlinux 0x10f4d5b3 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x10f7a214 simple_rmdir EXPORT_SYMBOL vmlinux 0x10f8772b __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x10fe62a6 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype EXPORT_SYMBOL vmlinux 0x110d8f28 nvm_register_tgt_type EXPORT_SYMBOL vmlinux 0x1110ae83 security_path_rename -EXPORT_SYMBOL vmlinux 0x112aaa40 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x1118d037 udp_poll +EXPORT_SYMBOL vmlinux 0x111ded6e __udp_disconnect EXPORT_SYMBOL vmlinux 0x112eb182 cqhci_resume EXPORT_SYMBOL vmlinux 0x115513aa dev_addr_add EXPORT_SYMBOL vmlinux 0x115a7f3f rtc_add_group @@ -5835,18 +5814,16 @@ EXPORT_SYMBOL vmlinux 0x1161870d snd_ctl_add EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn EXPORT_SYMBOL vmlinux 0x116d45d6 blk_queue_stack_limits EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init -EXPORT_SYMBOL vmlinux 0x11875182 netif_device_attach EXPORT_SYMBOL vmlinux 0x118ba873 do_splice_direct -EXPORT_SYMBOL vmlinux 0x11949379 eth_validate_addr EXPORT_SYMBOL vmlinux 0x11982c4e serial8250_set_isa_configurator EXPORT_SYMBOL vmlinux 0x1199df80 kernel_param_lock EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11a20286 pci_get_class EXPORT_SYMBOL vmlinux 0x11ae12b3 __dec_zone_page_state EXPORT_SYMBOL vmlinux 0x11b32e45 rdmacg_uncharge -EXPORT_SYMBOL vmlinux 0x11b4b696 inet_addr_type EXPORT_SYMBOL vmlinux 0x11df2fe0 vfs_symlink -EXPORT_SYMBOL vmlinux 0x11e00be6 vga_put EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg +EXPORT_SYMBOL vmlinux 0x11f29d41 tcp_v4_connect EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented @@ -5858,30 +5835,37 @@ EXPORT_SYMBOL vmlinux 0x127450c5 fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0x127581b3 md_bitmap_startwrite EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range EXPORT_SYMBOL vmlinux 0x12b16930 __register_chrdev +EXPORT_SYMBOL vmlinux 0x12c584ce tcp_connect EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 EXPORT_SYMBOL vmlinux 0x12d2baac _copy_from_iter_nocache EXPORT_SYMBOL vmlinux 0x12da2d88 __f_setown +EXPORT_SYMBOL vmlinux 0x12f16103 inet_stream_connect EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x12ff3c36 phys_mem_access_prot -EXPORT_SYMBOL vmlinux 0x130b2adc udp_pre_connect +EXPORT_SYMBOL vmlinux 0x13117aee tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0x131412fc security_task_getsecid EXPORT_SYMBOL vmlinux 0x1317087a scsi_eh_finish_cmd EXPORT_SYMBOL vmlinux 0x131bb1cf nand_bch_init +EXPORT_SYMBOL vmlinux 0x131f1342 skb_vlan_pop EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x1327b1dc blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x134a7ae0 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge EXPORT_SYMBOL vmlinux 0x1351af7c touch_buffer EXPORT_SYMBOL vmlinux 0x137202c4 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x137962ba xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x13925683 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x13967952 sock_efree EXPORT_SYMBOL vmlinux 0x13ab8ddb md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0x13ad784d cdrom_mode_select EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out EXPORT_SYMBOL vmlinux 0x13e6dfb7 seq_vprintf EXPORT_SYMBOL vmlinux 0x13ec1192 security_skb_classify_flow EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation -EXPORT_SYMBOL vmlinux 0x141c2d94 sock_edemux EXPORT_SYMBOL vmlinux 0x143b7913 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x144c78fa seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x1454822c pci_enable_wake EXPORT_SYMBOL vmlinux 0x14559936 blk_queue_io_min EXPORT_SYMBOL vmlinux 0x1457eed3 jbd2_journal_dirty_metadata EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc @@ -5889,6 +5873,7 @@ EXPORT_SYMBOL vmlinux 0x1460600a inode_get_bytes EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table EXPORT_SYMBOL vmlinux 0x146ce058 cfb_fillrect EXPORT_SYMBOL vmlinux 0x14766107 param_ops_long +EXPORT_SYMBOL vmlinux 0x1485e3cd pci_write_config_word EXPORT_SYMBOL vmlinux 0x1486a560 nand_read_oob_std EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init EXPORT_SYMBOL vmlinux 0x14913acc dma_resv_reserve_shared @@ -5898,175 +5883,164 @@ EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo EXPORT_SYMBOL vmlinux 0x150fb3ef done_path_create EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight -EXPORT_SYMBOL vmlinux 0x1532f107 eth_type_trans +EXPORT_SYMBOL vmlinux 0x1530cf96 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x15699d26 md_bitmap_cond_end_sync -EXPORT_SYMBOL vmlinux 0x15755f99 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x157eee54 dev_activate +EXPORT_SYMBOL vmlinux 0x15abea05 sock_edemux EXPORT_SYMBOL vmlinux 0x15ba7136 mmc_erase_group_aligned EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15d28954 kmem_cache_shrink EXPORT_SYMBOL vmlinux 0x15d433c0 ZSTD_decompressStream -EXPORT_SYMBOL vmlinux 0x15d4f0aa sock_rfree EXPORT_SYMBOL vmlinux 0x15fa4317 qdisc_tree_reduce_backlog EXPORT_SYMBOL vmlinux 0x160299cb mdio_driver_register EXPORT_SYMBOL vmlinux 0x16032eb6 generic_listxattr EXPORT_SYMBOL vmlinux 0x1611385f cdrom_release +EXPORT_SYMBOL vmlinux 0x1615cbb5 ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find EXPORT_SYMBOL vmlinux 0x165e5d90 input_unregister_handle -EXPORT_SYMBOL vmlinux 0x1685733d tcp_make_synack EXPORT_SYMBOL vmlinux 0x1693fca7 rio_query_mport EXPORT_SYMBOL vmlinux 0x16a46406 fscrypt_has_permitted_context EXPORT_SYMBOL vmlinux 0x16de8cf7 param_ops_int EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e40e04 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x16f72e5d filemap_write_and_wait_range EXPORT_SYMBOL vmlinux 0x16fd43e8 iget_failed EXPORT_SYMBOL vmlinux 0x1701c3f8 fbcon_update_vcs EXPORT_SYMBOL vmlinux 0x172b8c4a __netlink_dump_start EXPORT_SYMBOL vmlinux 0x172d060d security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0x1738c19e _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x1748bd07 pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0x17518197 ata_dev_printk EXPORT_SYMBOL vmlinux 0x17550ebc scsi_cmd_ioctl EXPORT_SYMBOL vmlinux 0x17568c46 scsi_remove_target EXPORT_SYMBOL vmlinux 0x175e2682 phy_drivers_unregister EXPORT_SYMBOL vmlinux 0x175fa0e0 tty_flip_buffer_push -EXPORT_SYMBOL vmlinux 0x176a6b3c udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x1790320c neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x179ea904 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x17a22c2b dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x17ccbe85 scsi_vpd_lun_id -EXPORT_SYMBOL vmlinux 0x17dc531b __xfrm_state_delete EXPORT_SYMBOL vmlinux 0x17e5e400 submit_bio_wait -EXPORT_SYMBOL vmlinux 0x17f6e89c pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0x180641cc mmc_hw_reset -EXPORT_SYMBOL vmlinux 0x1816c657 skb_copy_expand -EXPORT_SYMBOL vmlinux 0x182002a8 xfrm_init_state EXPORT_SYMBOL vmlinux 0x1821110b md_bitmap_start_sync -EXPORT_SYMBOL vmlinux 0x1843dcbc dev_set_mtu EXPORT_SYMBOL vmlinux 0x1849e62f cleancache_register_ops EXPORT_SYMBOL vmlinux 0x184ce304 scsi_host_put EXPORT_SYMBOL vmlinux 0x185c32cf sgl_free -EXPORT_SYMBOL vmlinux 0x18600fe7 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x188c692f __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 EXPORT_SYMBOL vmlinux 0x189c5980 arm_copy_to_user EXPORT_SYMBOL vmlinux 0x18a4479b of_phy_is_fixed_link EXPORT_SYMBOL vmlinux 0x18a4df0f tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x18b2b60d rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start EXPORT_SYMBOL vmlinux 0x18ece5b5 iov_iter_revert EXPORT_SYMBOL vmlinux 0x18f34d8a scsi_add_device -EXPORT_SYMBOL vmlinux 0x18ff6afa ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x1910a2e1 __hw_addr_unsync_dev EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev -EXPORT_SYMBOL vmlinux 0x191e7795 netpoll_parse_options EXPORT_SYMBOL vmlinux 0x19204c90 set_user_nice -EXPORT_SYMBOL vmlinux 0x1935069b netif_napi_add EXPORT_SYMBOL vmlinux 0x193df9ad vfs_mkdir EXPORT_SYMBOL vmlinux 0x195d4ac9 memory_read_from_io_buffer EXPORT_SYMBOL vmlinux 0x19774ad9 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x197c2258 inet_add_protocol EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode EXPORT_SYMBOL vmlinux 0x197edd58 blk_rq_map_kern EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data -EXPORT_SYMBOL vmlinux 0x199a5a43 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x1999df80 neigh_changeaddr EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a084fa ip6mr_rule_default EXPORT_SYMBOL vmlinux 0x19a58c86 seq_escape EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec EXPORT_SYMBOL vmlinux 0x19bff87f mount_bdev +EXPORT_SYMBOL vmlinux 0x19cb0ed4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x19e892d6 __napi_schedule EXPORT_SYMBOL vmlinux 0x1a015c32 gen_pool_for_each_chunk EXPORT_SYMBOL vmlinux 0x1a031ddf sget_fc EXPORT_SYMBOL vmlinux 0x1a04d878 md_done_sync -EXPORT_SYMBOL vmlinux 0x1a0bcdb1 netif_receive_skb EXPORT_SYMBOL vmlinux 0x1a0e26c9 of_parse_phandle_with_args_map EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported EXPORT_SYMBOL vmlinux 0x1a21d691 __ksize -EXPORT_SYMBOL vmlinux 0x1a2ae80f sock_no_accept EXPORT_SYMBOL vmlinux 0x1a2f5ea9 input_register_handle EXPORT_SYMBOL vmlinux 0x1a365537 proc_create_mount_point EXPORT_SYMBOL vmlinux 0x1a3b9fc8 block_commit_write -EXPORT_SYMBOL vmlinux 0x1a45cd42 sock_gettstamp EXPORT_SYMBOL vmlinux 0x1a51c881 sg_pcopy_from_buffer -EXPORT_SYMBOL vmlinux 0x1a602d11 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x1a548322 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x1a56ecfa netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x1a617909 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode EXPORT_SYMBOL vmlinux 0x1a84b41a phy_loopback -EXPORT_SYMBOL vmlinux 0x1a987564 netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state -EXPORT_SYMBOL vmlinux 0x1aa1ff01 netdev_refcnt_read EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim -EXPORT_SYMBOL vmlinux 0x1abd5a39 nf_register_net_hooks -EXPORT_SYMBOL vmlinux 0x1ac12670 nf_log_packet EXPORT_SYMBOL vmlinux 0x1ac15bae blk_mq_start_hw_queues -EXPORT_SYMBOL vmlinux 0x1acd19c1 inet_put_port +EXPORT_SYMBOL vmlinux 0x1ac4b633 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio EXPORT_SYMBOL vmlinux 0x1ad90f54 dput EXPORT_SYMBOL vmlinux 0x1aded990 ZSTD_DCtxWorkspaceBound EXPORT_SYMBOL vmlinux 0x1aee4ff4 _dev_notice EXPORT_SYMBOL vmlinux 0x1afff74c rproc_mem_entry_init EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist -EXPORT_SYMBOL vmlinux 0x1b165ea7 pcim_iounmap_regions -EXPORT_SYMBOL vmlinux 0x1b184bfc pci_bus_find_capability -EXPORT_SYMBOL vmlinux 0x1b1a2261 inet6_bind EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store +EXPORT_SYMBOL vmlinux 0x1b35c021 skb_clone EXPORT_SYMBOL vmlinux 0x1b369c93 flow_rule_alloc EXPORT_SYMBOL vmlinux 0x1b370ae7 tcf_em_tree_validate EXPORT_SYMBOL vmlinux 0x1b3ffe98 abx500_mask_and_set_register_interruptible EXPORT_SYMBOL vmlinux 0x1b4bb3b9 ps2_begin_command -EXPORT_SYMBOL vmlinux 0x1b5a3748 tc_setup_cb_destroy -EXPORT_SYMBOL vmlinux 0x1b5aa367 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device -EXPORT_SYMBOL vmlinux 0x1b7d484d tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x1b79f8e1 skb_copy_bits EXPORT_SYMBOL vmlinux 0x1b85b7f6 input_close_device EXPORT_SYMBOL vmlinux 0x1b8b0068 param_get_bool -EXPORT_SYMBOL vmlinux 0x1b91593e sk_page_frag_refill EXPORT_SYMBOL vmlinux 0x1ba456cc zero_fill_bio_iter -EXPORT_SYMBOL vmlinux 0x1bac2ca7 pcibios_resource_to_bus -EXPORT_SYMBOL vmlinux 0x1badcb46 pci_enable_msi -EXPORT_SYMBOL vmlinux 0x1bb1d5da netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x1bbce2a3 freeze_super EXPORT_SYMBOL vmlinux 0x1bc4c2a5 kobject_put EXPORT_SYMBOL vmlinux 0x1bc6a178 cdrom_media_changed -EXPORT_SYMBOL vmlinux 0x1bdf6ede pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x1bcb20c3 sock_init_data +EXPORT_SYMBOL vmlinux 0x1bcc9f3d skb_queue_head EXPORT_SYMBOL vmlinux 0x1be96dfc of_find_node_by_phandle EXPORT_SYMBOL vmlinux 0x1be9ff07 cdrom_mode_sense EXPORT_SYMBOL vmlinux 0x1c07087d nand_calculate_ecc EXPORT_SYMBOL vmlinux 0x1c0fae3a follow_down_one +EXPORT_SYMBOL vmlinux 0x1c132679 arp_send EXPORT_SYMBOL vmlinux 0x1c2faa73 kmem_cache_free_bulk EXPORT_SYMBOL vmlinux 0x1c30802c param_ops_ulong -EXPORT_SYMBOL vmlinux 0x1c364732 inet6_getname -EXPORT_SYMBOL vmlinux 0x1c428660 tcp_connect +EXPORT_SYMBOL vmlinux 0x1c340b9c xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0x1c45270c vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x1c55fb91 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s -EXPORT_SYMBOL vmlinux 0x1c67ade8 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x1c619e84 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0x1c777c5c dma_fence_add_callback EXPORT_SYMBOL vmlinux 0x1c8979e6 snd_card_free_when_closed EXPORT_SYMBOL vmlinux 0x1c8bcbff __alloc_disk_node -EXPORT_SYMBOL vmlinux 0x1c8fa71f vga_tryget EXPORT_SYMBOL vmlinux 0x1c9d7419 deactivate_super +EXPORT_SYMBOL vmlinux 0x1ca3f952 skb_clone_sk EXPORT_SYMBOL vmlinux 0x1cacf090 devm_extcon_unregister_notifier EXPORT_SYMBOL vmlinux 0x1caf4c2b wait_for_completion_interruptible EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cb5ea15 unregister_quota_format -EXPORT_SYMBOL vmlinux 0x1cbb5f9b pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x1cc06f9a rproc_boot EXPORT_SYMBOL vmlinux 0x1cce9a5b scsi_remove_host EXPORT_SYMBOL vmlinux 0x1cd1d098 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x1cd4be68 neigh_ifdown EXPORT_SYMBOL vmlinux 0x1cdcda9f __task_pid_nr_ns EXPORT_SYMBOL vmlinux 0x1cf4b560 nand_get_set_features_notsupp EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d0b8cb0 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0x1d0c227a submit_bh -EXPORT_SYMBOL vmlinux 0x1d0d7d34 km_state_expired -EXPORT_SYMBOL vmlinux 0x1d1392a6 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x1d1c73a4 pci_alloc_dev EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested EXPORT_SYMBOL vmlinux 0x1d355f67 kthread_associate_blkcg -EXPORT_SYMBOL vmlinux 0x1d3d88c5 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x1d3d640f pci_bus_set_ops EXPORT_SYMBOL vmlinux 0x1d48d7ec sync_inode +EXPORT_SYMBOL vmlinux 0x1d514a3d pcie_set_mps EXPORT_SYMBOL vmlinux 0x1d671010 simple_link EXPORT_SYMBOL vmlinux 0x1d67f5ea __block_write_full_page EXPORT_SYMBOL vmlinux 0x1d6d09f2 kmap_high -EXPORT_SYMBOL vmlinux 0x1d8ceade mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x1d97aaa2 generic_pipe_buf_steal EXPORT_SYMBOL vmlinux 0x1da7ebbc init_task EXPORT_SYMBOL vmlinux 0x1dbafb7c hdmi_infoframe_log @@ -6074,33 +6048,36 @@ EXPORT_SYMBOL vmlinux 0x1dd0d413 __i2c_smbus_xfer EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap EXPORT_SYMBOL vmlinux 0x1ddc6219 md_wait_for_blocked_rdev EXPORT_SYMBOL vmlinux 0x1de7c5a3 fs_context_for_mount -EXPORT_SYMBOL vmlinux 0x1df8c47e dst_discard_out +EXPORT_SYMBOL vmlinux 0x1df56c10 neigh_seq_next EXPORT_SYMBOL vmlinux 0x1dfc04e1 file_check_and_advance_wb_err EXPORT_SYMBOL vmlinux 0x1e00c6fc devm_of_iomap EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e07aa33 neigh_seq_stop EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 EXPORT_SYMBOL vmlinux 0x1e6c8db5 textsearch_destroy EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr -EXPORT_SYMBOL vmlinux 0x1e76ea06 skb_unlink -EXPORT_SYMBOL vmlinux 0x1e804eab dev_get_iflink EXPORT_SYMBOL vmlinux 0x1e8094d9 key_put EXPORT_SYMBOL vmlinux 0x1e84c3d5 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x1e8745a6 tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0x1e8bf167 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x1e96f43d __cpu_possible_mask EXPORT_SYMBOL vmlinux 0x1e9ae23e amba_request_regions EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref EXPORT_SYMBOL vmlinux 0x1eb64646 div64_s64 -EXPORT_SYMBOL vmlinux 0x1ebd5109 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 EXPORT_SYMBOL vmlinux 0x1edceb38 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x1edd41a2 tcf_exts_dump EXPORT_SYMBOL vmlinux 0x1ee7acd0 __quota_error EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked EXPORT_SYMBOL vmlinux 0x1efe9f01 phy_free_interrupt -EXPORT_SYMBOL vmlinux 0x1f26b179 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x1f0752d6 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x1f14a3e5 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x1f213744 pci_read_vpd EXPORT_SYMBOL vmlinux 0x1f3a3b65 setup_arg_pages EXPORT_SYMBOL vmlinux 0x1f48db1a alloc_file_pseudo -EXPORT_SYMBOL vmlinux 0x1f4a2f51 inet_protos +EXPORT_SYMBOL vmlinux 0x1f4fd2d2 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x1f55ef76 fsync_bdev EXPORT_SYMBOL vmlinux 0x1f7366ae invalidate_mapping_pages EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user @@ -6114,36 +6091,37 @@ EXPORT_SYMBOL vmlinux 0x1fdaec0f input_register_device EXPORT_SYMBOL vmlinux 0x1fdbc281 write_one_page EXPORT_SYMBOL vmlinux 0x1fe4f0d8 get_mem_type EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag -EXPORT_SYMBOL vmlinux 0x1ff3e2af tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1fea958c tcp_poll +EXPORT_SYMBOL vmlinux 0x1ff927c9 dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x1ffe3f86 blk_queue_flag_set EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt EXPORT_SYMBOL vmlinux 0x20015b57 __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200f4f2d icmp6_send EXPORT_SYMBOL vmlinux 0x2014e36a call_usermodehelper_setup EXPORT_SYMBOL vmlinux 0x2015effb jbd2_journal_load EXPORT_SYMBOL vmlinux 0x2018f8bc nand_scan_with_ids EXPORT_SYMBOL vmlinux 0x201f502e generic_pipe_buf_release -EXPORT_SYMBOL vmlinux 0x2023619c dev_get_flags +EXPORT_SYMBOL vmlinux 0x20254b96 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x20373fc4 tty_schedule_flip EXPORT_SYMBOL vmlinux 0x204aa24a mdio_device_reset EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list EXPORT_SYMBOL vmlinux 0x205622be __frontswap_load -EXPORT_SYMBOL vmlinux 0x205819eb tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x205ba254 udp_seq_next EXPORT_SYMBOL vmlinux 0x206795d4 cdev_add EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208352a0 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0x20846110 down_killable EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode EXPORT_SYMBOL vmlinux 0x20f44b28 vmf_insert_mixed_mkwrite -EXPORT_SYMBOL vmlinux 0x20f5baaf inet_gso_segment EXPORT_SYMBOL vmlinux 0x20f84e87 kill_litter_super EXPORT_SYMBOL vmlinux 0x21110dbf mmioset EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 EXPORT_SYMBOL vmlinux 0x21149c82 filemap_map_pages -EXPORT_SYMBOL vmlinux 0x211af2aa pci_release_regions EXPORT_SYMBOL vmlinux 0x211ee9bc qcom_scm_assign_mem EXPORT_SYMBOL vmlinux 0x2120c107 dquot_set_dqblk EXPORT_SYMBOL vmlinux 0x212133db xps_rxqs_needed @@ -6151,34 +6129,32 @@ EXPORT_SYMBOL vmlinux 0x212e99d1 sk_stream_wait_memory EXPORT_SYMBOL vmlinux 0x213bc59f __nla_put_64bit EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x2141e7f1 genphy_read_abilities -EXPORT_SYMBOL vmlinux 0x214e09ff __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x21524cfb scsi_print_command -EXPORT_SYMBOL vmlinux 0x2156b3a9 __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init EXPORT_SYMBOL vmlinux 0x215c7569 bdi_register_owner +EXPORT_SYMBOL vmlinux 0x216714b9 ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy -EXPORT_SYMBOL vmlinux 0x21823c22 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x2179d685 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x21874452 bio_init EXPORT_SYMBOL vmlinux 0x218ab764 kobject_del EXPORT_SYMBOL vmlinux 0x219591e3 get_unmapped_area -EXPORT_SYMBOL vmlinux 0x219f2e6d xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x219b4938 tcp_mtup_init EXPORT_SYMBOL vmlinux 0x21ac07b7 fscrypt_inherit_context +EXPORT_SYMBOL vmlinux 0x21b13fe2 sock_create_kern EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check EXPORT_SYMBOL vmlinux 0x21bee725 cqhci_deactivate -EXPORT_SYMBOL vmlinux 0x21c3723f skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x21cb5e88 bio_free_pages EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow -EXPORT_SYMBOL vmlinux 0x21f0ac61 skb_queue_tail EXPORT_SYMBOL vmlinux 0x21f5e578 twl6040_clear_bits EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq EXPORT_SYMBOL vmlinux 0x2200050d init_net EXPORT_SYMBOL vmlinux 0x220d3dad __module_get +EXPORT_SYMBOL vmlinux 0x2224baa2 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22374e93 xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x2246118e _snd_pcm_lib_alloc_vmalloc_buffer -EXPORT_SYMBOL vmlinux 0x224a8359 pci_find_resource EXPORT_SYMBOL vmlinux 0x225e84fe simple_dir_inode_operations -EXPORT_SYMBOL vmlinux 0x22648a6f dst_alloc EXPORT_SYMBOL vmlinux 0x22678763 irq_domain_set_info EXPORT_SYMBOL vmlinux 0x22720907 devm_devfreq_add_device EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint @@ -6188,12 +6164,16 @@ EXPORT_SYMBOL vmlinux 0x2291a0e2 sync_file_create EXPORT_SYMBOL vmlinux 0x229499b1 posix_acl_from_xattr EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound EXPORT_SYMBOL vmlinux 0x22d9e739 __invalidate_device -EXPORT_SYMBOL vmlinux 0x22ed0906 audit_log_start +EXPORT_SYMBOL vmlinux 0x22dff646 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x22ed583d jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x23090fa8 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x23185579 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x231dbf3d nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x231ef9c7 inet_del_offload EXPORT_SYMBOL vmlinux 0x231f1dae fb_firmware_edid EXPORT_SYMBOL vmlinux 0x231f2adf vme_dma_list_add EXPORT_SYMBOL vmlinux 0x23256dd8 phy_find_first +EXPORT_SYMBOL vmlinux 0x23463507 sock_wake_async EXPORT_SYMBOL vmlinux 0x234db978 mdio_device_remove EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 EXPORT_SYMBOL vmlinux 0x2369450c vfs_whiteout @@ -6206,7 +6186,6 @@ EXPORT_SYMBOL vmlinux 0x23a35591 page_zero_new_buffers EXPORT_SYMBOL vmlinux 0x23b1db7a security_inet_conn_established EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path EXPORT_SYMBOL vmlinux 0x23bbdeed _raw_read_trylock -EXPORT_SYMBOL vmlinux 0x23ca2361 dev_remove_offload EXPORT_SYMBOL vmlinux 0x23d966f8 file_remove_privs EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23f9c5ce xps_needed @@ -6214,8 +6193,9 @@ EXPORT_SYMBOL vmlinux 0x23fb1ec4 snd_pcm_lib_preallocate_free_for_all EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node EXPORT_SYMBOL vmlinux 0x241128ae dm_register_target EXPORT_SYMBOL vmlinux 0x2415045a bd_set_size +EXPORT_SYMBOL vmlinux 0x241fc6f8 pci_get_slot EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page -EXPORT_SYMBOL vmlinux 0x24373ec6 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x24213595 ip6_frag_init EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user EXPORT_SYMBOL vmlinux 0x244d0876 bio_integrity_alloc EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline @@ -6233,15 +6213,18 @@ EXPORT_SYMBOL vmlinux 0x24b97378 kstrtos16_from_user EXPORT_SYMBOL vmlinux 0x24c14c1b ioc_lookup_icq EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer EXPORT_SYMBOL vmlinux 0x24d2afac md_register_thread -EXPORT_SYMBOL vmlinux 0x24e684d8 nf_ct_attach -EXPORT_SYMBOL vmlinux 0x24fa2127 udp_set_csum +EXPORT_SYMBOL vmlinux 0x24d7cd5d ___pskb_trim +EXPORT_SYMBOL vmlinux 0x24f48352 udp_sendmsg EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer EXPORT_SYMBOL vmlinux 0x250fbe07 posix_lock_file EXPORT_SYMBOL vmlinux 0x25224e62 irq_set_chip EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register EXPORT_SYMBOL vmlinux 0x252b57f7 get_phy_device EXPORT_SYMBOL vmlinux 0x252ee580 __cgroup_bpf_run_filter_setsockopt +EXPORT_SYMBOL vmlinux 0x2535a978 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x254aefe7 sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x255c51cf md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x256337bd ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string EXPORT_SYMBOL vmlinux 0x257ae45c dma_fence_free EXPORT_SYMBOL vmlinux 0x257f8bfa param_get_int @@ -6251,131 +6234,131 @@ EXPORT_SYMBOL vmlinux 0x2588dabb bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0x258a33ca seq_put_decimal_ll EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation EXPORT_SYMBOL vmlinux 0x258ef3fe cdrom_open -EXPORT_SYMBOL vmlinux 0x25a31559 neigh_table_clear EXPORT_SYMBOL vmlinux 0x25a9f92f devfreq_remove_device EXPORT_SYMBOL vmlinux 0x25b89d99 insert_inode_locked -EXPORT_SYMBOL vmlinux 0x25e17b23 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x25d526d6 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x25d85e32 pci_free_irq +EXPORT_SYMBOL vmlinux 0x25dbdb62 tso_build_data EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free EXPORT_SYMBOL vmlinux 0x25eb9392 get_tz_trend -EXPORT_SYMBOL vmlinux 0x25ebd0ac register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x25ff4e52 padata_free_shell EXPORT_SYMBOL vmlinux 0x260e5957 key_task_permission EXPORT_SYMBOL vmlinux 0x261d8750 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x262c5d2b inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions EXPORT_SYMBOL vmlinux 0x263ca1c1 unix_detach_fds EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc EXPORT_SYMBOL vmlinux 0x2647f9ba __lock_buffer EXPORT_SYMBOL vmlinux 0x264bf0c5 configfs_unregister_group -EXPORT_SYMBOL vmlinux 0x26646e32 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x2667a1ee dcache_dir_close EXPORT_SYMBOL vmlinux 0x26836609 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x2688dd8d pci_scan_slot EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc EXPORT_SYMBOL vmlinux 0x2690e6c1 _find_next_zero_bit_le EXPORT_SYMBOL vmlinux 0x26ac84bb sync_dirty_buffer EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r -EXPORT_SYMBOL vmlinux 0x26d1f0a0 dev_change_carrier -EXPORT_SYMBOL vmlinux 0x26fa6d04 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x26d2c1d2 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x26fab401 dst_dev_put EXPORT_SYMBOL vmlinux 0x270526d9 md_wakeup_thread EXPORT_SYMBOL vmlinux 0x270ac400 sg_pcopy_to_buffer EXPORT_SYMBOL vmlinux 0x2710a125 jbd2_journal_start EXPORT_SYMBOL vmlinux 0x272ddb41 vme_irq_generate EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed -EXPORT_SYMBOL vmlinux 0x27392476 ip_route_me_harder EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a5b8e neigh_for_each EXPORT_SYMBOL vmlinux 0x27528468 mmc_can_sanitize -EXPORT_SYMBOL vmlinux 0x275e08e5 ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check EXPORT_SYMBOL vmlinux 0x276040c7 fb_deferred_io_mmap EXPORT_SYMBOL vmlinux 0x2763454c __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x2763ab9b sock_no_mmap EXPORT_SYMBOL vmlinux 0x27673070 msm_pinctrl_dev_pm_ops -EXPORT_SYMBOL vmlinux 0x27693c22 pci_resize_resource EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string EXPORT_SYMBOL vmlinux 0x27806011 pm860x_set_bits EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init EXPORT_SYMBOL vmlinux 0x27864d57 memparse -EXPORT_SYMBOL vmlinux 0x278d8abf tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync -EXPORT_SYMBOL vmlinux 0x27c46496 pci_get_slot EXPORT_SYMBOL vmlinux 0x27c68705 node_states EXPORT_SYMBOL vmlinux 0x27c7d47e tty_insert_flip_string_fixed_flag -EXPORT_SYMBOL vmlinux 0x27cf22cc rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0x27dcd25a __nla_put_nohdr -EXPORT_SYMBOL vmlinux 0x27dd7609 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x27e58190 param_set_byte +EXPORT_SYMBOL vmlinux 0x27eae19f pci_bus_add_devices EXPORT_SYMBOL vmlinux 0x27ee0adc filemap_range_has_page EXPORT_SYMBOL vmlinux 0x27f5baa9 configfs_undepend_item EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 EXPORT_SYMBOL vmlinux 0x2812e282 mfd_add_devices EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28232210 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x282e9902 tty_kref_put +EXPORT_SYMBOL vmlinux 0x282face9 pci_irq_get_node EXPORT_SYMBOL vmlinux 0x2850f4ae crypto_sha1_finup -EXPORT_SYMBOL vmlinux 0x28627c26 tcp_peek_len -EXPORT_SYMBOL vmlinux 0x286857d1 inet_del_offload EXPORT_SYMBOL vmlinux 0x2868dbef __mdiobus_write EXPORT_SYMBOL vmlinux 0x28739d22 path_is_under EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy -EXPORT_SYMBOL vmlinux 0x28859abd ip_check_defrag EXPORT_SYMBOL vmlinux 0x288c6f3c finalize_exec EXPORT_SYMBOL vmlinux 0x28909a80 of_translate_dma_address EXPORT_SYMBOL vmlinux 0x28acffa2 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x28b40e12 eth_header_cache_update EXPORT_SYMBOL vmlinux 0x28bd24bb thaw_bdev EXPORT_SYMBOL vmlinux 0x28bdbc67 md_handle_request -EXPORT_SYMBOL vmlinux 0x28cefdcb netdev_err +EXPORT_SYMBOL vmlinux 0x28c5e750 sk_wait_data EXPORT_SYMBOL vmlinux 0x28d5b282 md_flush_request EXPORT_SYMBOL vmlinux 0x28e80c37 vm_numa_stat +EXPORT_SYMBOL vmlinux 0x28f9ae99 dev_deactivate EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0x29234dda tcf_block_get EXPORT_SYMBOL vmlinux 0x2929a7df pps_lookup_dev EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu EXPORT_SYMBOL vmlinux 0x295fd637 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x2960cf4d dev_trans_start +EXPORT_SYMBOL vmlinux 0x297a85f9 dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x2985a81e twl6040_set_pll EXPORT_SYMBOL vmlinux 0x299637d7 __inc_zone_page_state -EXPORT_SYMBOL vmlinux 0x29a08611 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x29a47fe9 dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0x29c819f7 abx500_remove_ops -EXPORT_SYMBOL vmlinux 0x29d9a668 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync EXPORT_SYMBOL vmlinux 0x29e3f904 unregister_qdisc -EXPORT_SYMBOL vmlinux 0x2a08689c pci_request_irq +EXPORT_SYMBOL vmlinux 0x29fd22dd nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x2a1ee163 bdevname EXPORT_SYMBOL vmlinux 0x2a1f9b8d snd_pcm_hw_constraint_minmax EXPORT_SYMBOL vmlinux 0x2a25e1d5 serial8250_do_pm EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit -EXPORT_SYMBOL vmlinux 0x2a4fabd4 km_policy_expired +EXPORT_SYMBOL vmlinux 0x2a4139e7 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0x2a58cff5 arm_dma_ops EXPORT_SYMBOL vmlinux 0x2a5a78f4 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x2a8158cd xfrm6_rcv EXPORT_SYMBOL vmlinux 0x2a8a10bc key_move EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp -EXPORT_SYMBOL vmlinux 0x2aa0f760 free_netdev +EXPORT_SYMBOL vmlinux 0x2ac5fae7 netdev_warn EXPORT_SYMBOL vmlinux 0x2acfa402 gen_replace_estimator EXPORT_SYMBOL vmlinux 0x2ad89a48 __scsi_device_lookup -EXPORT_SYMBOL vmlinux 0x2adc4275 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0x2ae53dfc blk_register_region -EXPORT_SYMBOL vmlinux 0x2ae72c58 eth_header_parse +EXPORT_SYMBOL vmlinux 0x2b098174 napi_gro_frags EXPORT_SYMBOL vmlinux 0x2b0ffc7f snd_ctl_free_one EXPORT_SYMBOL vmlinux 0x2b1635e5 reuseport_attach_prog EXPORT_SYMBOL vmlinux 0x2b1c1fec tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x2b20d6ff pci_request_regions EXPORT_SYMBOL vmlinux 0x2b238d0e msm_pinctrl_remove EXPORT_SYMBOL vmlinux 0x2b2b8d5d mmc_calc_max_discard EXPORT_SYMBOL vmlinux 0x2b4ce8c1 __scsi_iterate_devices EXPORT_SYMBOL vmlinux 0x2b5ab97d _raw_spin_lock_bh EXPORT_SYMBOL vmlinux 0x2b5f70b2 nvm_end_io EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer -EXPORT_SYMBOL vmlinux 0x2b73faa7 pci_bus_write_config_dword -EXPORT_SYMBOL vmlinux 0x2b84dce2 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x2b869274 phy_suspend EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask EXPORT_SYMBOL vmlinux 0x2b9c7db3 prepare_creds +EXPORT_SYMBOL vmlinux 0x2b9d1b32 __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock EXPORT_SYMBOL vmlinux 0x2bb33077 vscnprintf +EXPORT_SYMBOL vmlinux 0x2bc83a16 pci_find_resource EXPORT_SYMBOL vmlinux 0x2bd03a06 param_get_byte EXPORT_SYMBOL vmlinux 0x2bdf97eb param_set_uint EXPORT_SYMBOL vmlinux 0x2be9bd26 generic_copy_file_range -EXPORT_SYMBOL vmlinux 0x2bebcac1 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x2bf912a4 dev_add_pack EXPORT_SYMBOL vmlinux 0x2bf96065 redraw_screen EXPORT_SYMBOL vmlinux 0x2bfae9aa get_mm_exe_file EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy @@ -6383,7 +6366,6 @@ EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user EXPORT_SYMBOL vmlinux 0x2c1ffcfe simple_getattr EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up -EXPORT_SYMBOL vmlinux 0x2c37d351 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x2c415dfa snd_jack_report EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock EXPORT_SYMBOL vmlinux 0x2c77db1e phy_register_fixup_for_uid @@ -6393,12 +6375,14 @@ EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet EXPORT_SYMBOL vmlinux 0x2c87c9d2 mpage_writepages EXPORT_SYMBOL vmlinux 0x2c9d3756 vsnprintf EXPORT_SYMBOL vmlinux 0x2caff66e remap_pfn_range -EXPORT_SYMBOL vmlinux 0x2cb13dd1 skb_push EXPORT_SYMBOL vmlinux 0x2cb2f90a twl6040_set_bits -EXPORT_SYMBOL vmlinux 0x2cec6eeb pci_pme_capable +EXPORT_SYMBOL vmlinux 0x2cecd4df skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2d0b4af4 skb_tx_error +EXPORT_SYMBOL vmlinux 0x2d0ff8de nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0x2d137735 snd_ctl_find_numid EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1d0c10 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x2d1f6ef9 dma_supported EXPORT_SYMBOL vmlinux 0x2d24a452 abx500_get_register_interruptible EXPORT_SYMBOL vmlinux 0x2d279e27 max8925_bulk_write @@ -6406,6 +6390,7 @@ EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d514dd9 netif_napi_add EXPORT_SYMBOL vmlinux 0x2d658962 blkdev_get_by_dev EXPORT_SYMBOL vmlinux 0x2d6e92d2 bio_clone_fast EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc @@ -6415,7 +6400,6 @@ EXPORT_SYMBOL vmlinux 0x2d8d32a0 __netlink_kernel_create EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year EXPORT_SYMBOL vmlinux 0x2d98fd28 tegra_ivc_reset EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr -EXPORT_SYMBOL vmlinux 0x2da7e9fe ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x2da81bff _raw_spin_lock_irq EXPORT_SYMBOL vmlinux 0x2db15732 rps_sock_flow_table EXPORT_SYMBOL vmlinux 0x2dc45d2e mark_page_accessed @@ -6423,21 +6407,24 @@ EXPORT_SYMBOL vmlinux 0x2dce77e9 ioctl_by_bdev EXPORT_SYMBOL vmlinux 0x2dec67cd _raw_write_trylock EXPORT_SYMBOL vmlinux 0x2e014ea4 max8998_write_reg EXPORT_SYMBOL vmlinux 0x2e0231bf xsk_clear_rx_need_wakeup -EXPORT_SYMBOL vmlinux 0x2e150574 udp6_set_csum EXPORT_SYMBOL vmlinux 0x2e1c4f19 input_flush_device EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put EXPORT_SYMBOL vmlinux 0x2e1dae74 snd_pcm_lib_preallocate_pages_for_all EXPORT_SYMBOL vmlinux 0x2e209f88 tag_pages_for_writeback EXPORT_SYMBOL vmlinux 0x2e29dc9d get_disk_and_module +EXPORT_SYMBOL vmlinux 0x2e32d21a pci_clear_master EXPORT_SYMBOL vmlinux 0x2e35477d unlock_new_inode EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk EXPORT_SYMBOL vmlinux 0x2e613363 put_user_pages EXPORT_SYMBOL vmlinux 0x2e7135b2 genphy_update_link EXPORT_SYMBOL vmlinux 0x2e763d18 jbd2_journal_clear_err EXPORT_SYMBOL vmlinux 0x2e8ff23a seq_read +EXPORT_SYMBOL vmlinux 0x2e911ea3 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x2e9dc857 seq_open_private +EXPORT_SYMBOL vmlinux 0x2ebe6426 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec9b2f4 sock_gettstamp EXPORT_SYMBOL vmlinux 0x2f0168f2 qdisc_hash_del EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc EXPORT_SYMBOL vmlinux 0x2f1b0d62 ZSTD_insertBlock @@ -6453,20 +6440,20 @@ EXPORT_SYMBOL vmlinux 0x2f602b98 simple_nosetlease EXPORT_SYMBOL vmlinux 0x2f6164e4 pci_ep_cfs_remove_epc_group EXPORT_SYMBOL vmlinux 0x2f6269c5 nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0x2f6ea6d2 radix_tree_iter_resume -EXPORT_SYMBOL vmlinux 0x2f74638b udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x2f89731c key_revoke -EXPORT_SYMBOL vmlinux 0x2f91de50 tcf_exts_dump EXPORT_SYMBOL vmlinux 0x2f97d372 revert_creds -EXPORT_SYMBOL vmlinux 0x2faa2e30 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2f97f4b7 pci_set_master +EXPORT_SYMBOL vmlinux 0x2fa7f153 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fdb15c4 release_sock EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x2ff93d1d tty_chars_in_buffer EXPORT_SYMBOL vmlinux 0x3003ea0e input_grab_device EXPORT_SYMBOL vmlinux 0x30275bfb __tracepoint_dma_fence_enable_signal EXPORT_SYMBOL vmlinux 0x3030651b scmd_printk EXPORT_SYMBOL vmlinux 0x305157de dma_async_tx_descriptor_init -EXPORT_SYMBOL vmlinux 0x306bb66f xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0x306e13db from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x307d8b31 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x308bacdf lru_cache_add_file EXPORT_SYMBOL vmlinux 0x30967e79 of_phy_connect EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep @@ -6474,7 +6461,6 @@ EXPORT_SYMBOL vmlinux 0x309d1c16 truncate_pagecache EXPORT_SYMBOL vmlinux 0x309efca1 invalidate_bdev EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 -EXPORT_SYMBOL vmlinux 0x30bc49e0 pci_set_mwi EXPORT_SYMBOL vmlinux 0x30d1a935 i2c_smbus_read_byte_data EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create EXPORT_SYMBOL vmlinux 0x30dc9d55 max8998_bulk_write @@ -6491,10 +6477,9 @@ EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present EXPORT_SYMBOL vmlinux 0x314869a7 padata_set_cpumask EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf EXPORT_SYMBOL vmlinux 0x3171ddb8 snd_timer_close -EXPORT_SYMBOL vmlinux 0x3177d434 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x3172a527 netdev_pick_tx EXPORT_SYMBOL vmlinux 0x31891e4c utf8nagemin EXPORT_SYMBOL vmlinux 0x3195dfd8 __cleancache_init_shared_fs -EXPORT_SYMBOL vmlinux 0x319dcdc4 inet_addr_type_table EXPORT_SYMBOL vmlinux 0x31a1dda8 vm_mmap EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck @@ -6517,102 +6502,100 @@ EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages EXPORT_SYMBOL vmlinux 0x32533984 __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0x325956c2 mipi_dsi_dcs_exit_sleep_mode EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest -EXPORT_SYMBOL vmlinux 0x325aa6f4 pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x3263a325 kill_bdev -EXPORT_SYMBOL vmlinux 0x326893e6 __inet_hash -EXPORT_SYMBOL vmlinux 0x3275af91 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x3264df0a __xfrm_state_delete EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy -EXPORT_SYMBOL vmlinux 0x32a9954e tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x32bfd8df km_policy_notify EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32cebb11 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x32e6187b ip6_route_me_harder EXPORT_SYMBOL vmlinux 0x33045cac phy_register_fixup +EXPORT_SYMBOL vmlinux 0x330b5c24 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x330ce10f nf_log_unregister +EXPORT_SYMBOL vmlinux 0x331078a5 tcp_conn_request EXPORT_SYMBOL vmlinux 0x3320b9a5 netlink_unicast EXPORT_SYMBOL vmlinux 0x3326d3c1 register_md_cluster_operations -EXPORT_SYMBOL vmlinux 0x33316558 kernel_connect EXPORT_SYMBOL vmlinux 0x33382996 tty_port_init EXPORT_SYMBOL vmlinux 0x334212d6 mipi_dsi_dcs_set_page_address EXPORT_SYMBOL vmlinux 0x3348dc9e vme_master_mmap EXPORT_SYMBOL vmlinux 0x334bed89 vme_dma_list_free -EXPORT_SYMBOL vmlinux 0x335d0512 inet_gro_complete EXPORT_SYMBOL vmlinux 0x3367daed devm_pci_remap_iospace EXPORT_SYMBOL vmlinux 0x336b3552 phy_disconnect -EXPORT_SYMBOL vmlinux 0x336cc88e kernel_bind EXPORT_SYMBOL vmlinux 0x337108b8 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x33809cd6 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0x33947e72 ppp_register_channel EXPORT_SYMBOL vmlinux 0x339694ec param_get_ulong EXPORT_SYMBOL vmlinux 0x33cc8ca3 unload_nls EXPORT_SYMBOL vmlinux 0x33cd3390 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x33d0e18a udp_lib_unhash EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated EXPORT_SYMBOL vmlinux 0x33e0063d inode_nohighmem EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max -EXPORT_SYMBOL vmlinux 0x33f17f31 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x3412fe40 pcim_pin_device EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset EXPORT_SYMBOL vmlinux 0x345ef3c3 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x346a7f69 skb_ensure_writable EXPORT_SYMBOL vmlinux 0x3485a4c5 pagevec_lookup_range +EXPORT_SYMBOL vmlinux 0x3488fa05 poll_initwait EXPORT_SYMBOL vmlinux 0x348e7265 of_device_get_match_data -EXPORT_SYMBOL vmlinux 0x3494dfd0 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x349b4277 xa_clear_mark EXPORT_SYMBOL vmlinux 0x349cba85 strchr EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0x34a9cd2b vm_map_ram -EXPORT_SYMBOL vmlinux 0x34ada4bb gro_find_complete_by_type -EXPORT_SYMBOL vmlinux 0x34bbd8c6 icmp_ndo_send EXPORT_SYMBOL vmlinux 0x34c7c9b3 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x34ea1011 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue EXPORT_SYMBOL vmlinux 0x34f65f20 dquot_release EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351fd4f8 netdev_change_features EXPORT_SYMBOL vmlinux 0x35293214 nand_correct_data EXPORT_SYMBOL vmlinux 0x352c05d9 release_resource EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 -EXPORT_SYMBOL vmlinux 0x3541c7da tcf_get_next_chain -EXPORT_SYMBOL vmlinux 0x355733f9 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x3543e6b5 __neigh_event_send EXPORT_SYMBOL vmlinux 0x35594743 vfs_create EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm EXPORT_SYMBOL vmlinux 0x35696cb2 hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0x356aa534 tty_throttle EXPORT_SYMBOL vmlinux 0x35987eef truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x359d5ca6 gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 EXPORT_SYMBOL vmlinux 0x35b46a31 __nlmsg_put EXPORT_SYMBOL vmlinux 0x35b6df8e proc_create_data EXPORT_SYMBOL vmlinux 0x35b9f4f4 jbd2_journal_free_reserved EXPORT_SYMBOL vmlinux 0x35bf9ed3 devm_extcon_unregister_notifier_all EXPORT_SYMBOL vmlinux 0x35bfc455 scsi_host_lookup -EXPORT_SYMBOL vmlinux 0x35ccdbb2 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x35e4e374 devm_pci_remap_cfgspace -EXPORT_SYMBOL vmlinux 0x35e980c7 netdev_lower_get_next EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed EXPORT_SYMBOL vmlinux 0x360631ca mdio_device_free EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable -EXPORT_SYMBOL vmlinux 0x362a6925 vga_get EXPORT_SYMBOL vmlinux 0x36588e6a tcp_hashinfo EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const EXPORT_SYMBOL vmlinux 0x36636432 scsi_host_busy EXPORT_SYMBOL vmlinux 0x366a021e proc_create_single_data EXPORT_SYMBOL vmlinux 0x367aa436 __filemap_set_wb_err -EXPORT_SYMBOL vmlinux 0x367bf6b9 kernel_listen EXPORT_SYMBOL vmlinux 0x367fb4a2 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x369047e2 km_report EXPORT_SYMBOL vmlinux 0x369a2bcb __tracepoint_spi_transfer_stop -EXPORT_SYMBOL vmlinux 0x369d7c38 udp_prot EXPORT_SYMBOL vmlinux 0x36c7b8ba vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x36c7c885 inet_gro_receive EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x36df6ae9 twl6030_mmc_card_detect EXPORT_SYMBOL vmlinux 0x36e8c911 of_translate_address EXPORT_SYMBOL vmlinux 0x36f2bc55 elv_rb_find EXPORT_SYMBOL vmlinux 0x370a4b0e of_node_name_eq -EXPORT_SYMBOL vmlinux 0x3738f74c __sk_dst_check EXPORT_SYMBOL vmlinux 0x3741916d crypto_sha256_finup EXPORT_SYMBOL vmlinux 0x3742dd85 bdi_alloc_node EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x374b47eb ZSTD_findDecompressedSize EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe EXPORT_SYMBOL vmlinux 0x37560a56 phy_drivers_register -EXPORT_SYMBOL vmlinux 0x376972c0 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x375bafe4 skb_put EXPORT_SYMBOL vmlinux 0x376ddc23 of_cpu_node_to_id -EXPORT_SYMBOL vmlinux 0x377268d7 inet_sendpage EXPORT_SYMBOL vmlinux 0x3791c369 locks_remove_posix EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian EXPORT_SYMBOL vmlinux 0x3799b705 filemap_fdatawrite @@ -6621,42 +6604,37 @@ EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37c1c470 clk_add_alias EXPORT_SYMBOL vmlinux 0x37cd68da i2c_clients_command +EXPORT_SYMBOL vmlinux 0x37d56e4b tcp_mmap EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date -EXPORT_SYMBOL vmlinux 0x37eb0339 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x37f1c593 configfs_unregister_subsystem EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r -EXPORT_SYMBOL vmlinux 0x37f84477 skb_copy -EXPORT_SYMBOL vmlinux 0x38012afe inet_frag_reasm_prepare -EXPORT_SYMBOL vmlinux 0x380883df netdev_warn -EXPORT_SYMBOL vmlinux 0x381318d2 tcp_close EXPORT_SYMBOL vmlinux 0x3816a361 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x38185da5 napi_gro_receive EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus EXPORT_SYMBOL vmlinux 0x3828722f ilookup5_nowait EXPORT_SYMBOL vmlinux 0x382a919c search_binary_handler EXPORT_SYMBOL vmlinux 0x38326546 seq_dentry EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock -EXPORT_SYMBOL vmlinux 0x384dfcf8 inet_listen EXPORT_SYMBOL vmlinux 0x38523b21 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x38530c1d tcp_shutdown EXPORT_SYMBOL vmlinux 0x386a4dd3 kthread_create_worker EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup EXPORT_SYMBOL vmlinux 0x38869d88 kstat EXPORT_SYMBOL vmlinux 0x38895d18 sk_stream_wait_connect EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure -EXPORT_SYMBOL vmlinux 0x389adc48 pci_match_id EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list -EXPORT_SYMBOL vmlinux 0x38a7e6ac inet_frag_find EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback -EXPORT_SYMBOL vmlinux 0x38c4d6b6 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x38c427e2 ipv6_select_ident EXPORT_SYMBOL vmlinux 0x38cd99e2 __vfs_removexattr EXPORT_SYMBOL vmlinux 0x38d7ebc3 tty_port_alloc_xmit_buf -EXPORT_SYMBOL vmlinux 0x38ec97a9 inet6_add_protocol EXPORT_SYMBOL vmlinux 0x38f1bb7d create_empty_buffers EXPORT_SYMBOL vmlinux 0x39160426 d_set_fallthru EXPORT_SYMBOL vmlinux 0x391794e0 mmc_set_data_timeout EXPORT_SYMBOL vmlinux 0x3924391b key_type_keyring EXPORT_SYMBOL vmlinux 0x3929003c ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x39315c53 pci_restore_state EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit @@ -6668,32 +6646,28 @@ EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty EXPORT_SYMBOL vmlinux 0x39c88fd5 flush_rcu_work EXPORT_SYMBOL vmlinux 0x39eb62f9 scsi_device_get -EXPORT_SYMBOL vmlinux 0x39f26a53 pskb_extract +EXPORT_SYMBOL vmlinux 0x39f4de08 sock_setsockopt EXPORT_SYMBOL vmlinux 0x3a144319 inode_dio_wait EXPORT_SYMBOL vmlinux 0x3a263ff3 bio_alloc_bioset EXPORT_SYMBOL vmlinux 0x3a2793ff generic_start_io_acct +EXPORT_SYMBOL vmlinux 0x3a2f0f7c vga_put EXPORT_SYMBOL vmlinux 0x3a33cb20 ilookup5 -EXPORT_SYMBOL vmlinux 0x3a33f277 sock_kmalloc EXPORT_SYMBOL vmlinux 0x3a374306 nvm_dev_dma_alloc EXPORT_SYMBOL vmlinux 0x3a4c7db9 dquot_get_state EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized -EXPORT_SYMBOL vmlinux 0x3a59169e ipv6_find_hdr -EXPORT_SYMBOL vmlinux 0x3a64181b __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x3a692a2e tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x3a702428 jbd2_journal_init_inode -EXPORT_SYMBOL vmlinux 0x3a7371c6 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0x3a946b2f of_device_register EXPORT_SYMBOL vmlinux 0x3a961d1f snd_seq_root EXPORT_SYMBOL vmlinux 0x3a9ed3eb sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x3aa1dbc7 nf_register_net_hook EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer EXPORT_SYMBOL vmlinux 0x3ac21f38 snd_pcm_hw_rule_noresample -EXPORT_SYMBOL vmlinux 0x3ac4427c ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0x3ad15a52 i2c_verify_client EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg -EXPORT_SYMBOL vmlinux 0x3ada39c5 udp_sendmsg EXPORT_SYMBOL vmlinux 0x3adae4c5 dquot_quota_on EXPORT_SYMBOL vmlinux 0x3ae5fa0f iov_iter_init EXPORT_SYMBOL vmlinux 0x3aeded4f phy_ethtool_set_eee -EXPORT_SYMBOL vmlinux 0x3b0353d4 pcim_iounmap EXPORT_SYMBOL vmlinux 0x3b0def3f devm_register_reboot_notifier EXPORT_SYMBOL vmlinux 0x3b0e24c8 scsi_target_resume EXPORT_SYMBOL vmlinux 0x3b0ec1b9 PageMovable @@ -6701,8 +6675,7 @@ EXPORT_SYMBOL vmlinux 0x3b0f31ec d_instantiate_new EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set EXPORT_SYMBOL vmlinux 0x3b2e061d vlan_vid_del EXPORT_SYMBOL vmlinux 0x3b3d7f02 blk_rq_init -EXPORT_SYMBOL vmlinux 0x3b41be06 xfrm_input_register_afinfo -EXPORT_SYMBOL vmlinux 0x3b44a696 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x3b4a384d __dev_set_mtu EXPORT_SYMBOL vmlinux 0x3b60c72c snd_ctl_new1 EXPORT_SYMBOL vmlinux 0x3b63adbe console_start EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left @@ -6710,7 +6683,6 @@ EXPORT_SYMBOL vmlinux 0x3b697738 _raw_read_lock EXPORT_SYMBOL vmlinux 0x3b743f8a __d_drop EXPORT_SYMBOL vmlinux 0x3b90031f ppp_register_compressor EXPORT_SYMBOL vmlinux 0x3b917bbf complete_and_exit -EXPORT_SYMBOL vmlinux 0x3b9d1d5a netpoll_send_udp EXPORT_SYMBOL vmlinux 0x3bb1005f jbd2_journal_wipe EXPORT_SYMBOL vmlinux 0x3bbb9f34 mnt_set_expiry EXPORT_SYMBOL vmlinux 0x3bbf22a3 vme_init_bridge @@ -6719,57 +6691,62 @@ EXPORT_SYMBOL vmlinux 0x3bbf79f8 textsearch_unregister EXPORT_SYMBOL vmlinux 0x3bd96a04 kernel_param_unlock EXPORT_SYMBOL vmlinux 0x3be36c59 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free -EXPORT_SYMBOL vmlinux 0x3bf4765b neigh_update +EXPORT_SYMBOL vmlinux 0x3bf60cf1 kernel_connect EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link -EXPORT_SYMBOL vmlinux 0x3c225fef dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x3c23137e tcp_prot EXPORT_SYMBOL vmlinux 0x3c2bc47c mmc_gpio_set_cd_wake -EXPORT_SYMBOL vmlinux 0x3c323df1 mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf EXPORT_SYMBOL vmlinux 0x3c67ac05 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x3c68a539 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x3c7316fa xfrm4_rcv EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull EXPORT_SYMBOL vmlinux 0x3cc38e96 devfreq_monitor_resume -EXPORT_SYMBOL vmlinux 0x3cc77769 neigh_app_ns EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq EXPORT_SYMBOL vmlinux 0x3cee1d77 register_cdrom EXPORT_SYMBOL vmlinux 0x3d00b8df dmaengine_get_unmap_data EXPORT_SYMBOL vmlinux 0x3d028aba param_ops_uint +EXPORT_SYMBOL vmlinux 0x3d241782 udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x3d3be17e ppp_register_net_channel EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap -EXPORT_SYMBOL vmlinux 0x3d51913c skb_dump EXPORT_SYMBOL vmlinux 0x3d52fb7f unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x3d56959e netdev_lower_get_next EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload -EXPORT_SYMBOL vmlinux 0x3d62e610 sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x3d705ea8 generic_writepages -EXPORT_SYMBOL vmlinux 0x3d799493 mr_table_alloc EXPORT_SYMBOL vmlinux 0x3d9af957 complete_request_key EXPORT_SYMBOL vmlinux 0x3da69b7d from_kuid EXPORT_SYMBOL vmlinux 0x3dac6751 t10_pi_type3_crc EXPORT_SYMBOL vmlinux 0x3db25671 thaw_super EXPORT_SYMBOL vmlinux 0x3db7f216 devm_extcon_register_notifier -EXPORT_SYMBOL vmlinux 0x3dbbcb09 sk_alloc EXPORT_SYMBOL vmlinux 0x3dc4383f netlink_ack EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcd95e7 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0x3dcf1ffa __wake_up +EXPORT_SYMBOL vmlinux 0x3dd60f55 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x3dd718e1 generic_file_open EXPORT_SYMBOL vmlinux 0x3dd878a0 hdmi_avi_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x3df56cc3 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head EXPORT_SYMBOL vmlinux 0x3e0155a0 mmc_command_done EXPORT_SYMBOL vmlinux 0x3e0f9f79 iov_iter_for_each_range -EXPORT_SYMBOL vmlinux 0x3e12bc75 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x3e142144 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x3e1c3195 softnet_data EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc EXPORT_SYMBOL vmlinux 0x3e3729c8 rtc_add_groups -EXPORT_SYMBOL vmlinux 0x3e3b83f7 inet_dev_addr_type -EXPORT_SYMBOL vmlinux 0x3e4848c9 rt6_lookup EXPORT_SYMBOL vmlinux 0x3e52826b mipi_dsi_dcs_read EXPORT_SYMBOL vmlinux 0x3e66e743 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x3e760062 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x3e7c4e95 put_fs_context +EXPORT_SYMBOL vmlinux 0x3e8d1add xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x3e8d6357 get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e981836 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x3e9dcf53 free_netdev EXPORT_SYMBOL vmlinux 0x3ea752f9 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x3eb511f9 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x3ebf7d36 __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x3ed104a5 xa_set_mark EXPORT_SYMBOL vmlinux 0x3ee0ff27 mdio_device_register +EXPORT_SYMBOL vmlinux 0x3eec51c2 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id EXPORT_SYMBOL vmlinux 0x3f0ab0e7 vfs_get_super EXPORT_SYMBOL vmlinux 0x3f1e06ef proc_create @@ -6780,19 +6757,15 @@ EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align EXPORT_SYMBOL vmlinux 0x3f500e68 snd_pcm_hw_param_first EXPORT_SYMBOL vmlinux 0x3f62d048 dma_fence_init -EXPORT_SYMBOL vmlinux 0x3f761431 netdev_alert EXPORT_SYMBOL vmlinux 0x3f88c8ae refcount_dec_and_lock EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access -EXPORT_SYMBOL vmlinux 0x3f89e1fa inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x3fb35f4b mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0x3fc0409a rproc_elf_load_segments -EXPORT_SYMBOL vmlinux 0x3fcb8c59 udp_poll EXPORT_SYMBOL vmlinux 0x3fcc74c7 md_reload_sb -EXPORT_SYMBOL vmlinux 0x3fd6d5a9 inet_accept EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region -EXPORT_SYMBOL vmlinux 0x3fddc70e pci_find_bus +EXPORT_SYMBOL vmlinux 0x3fdad7b0 udp_lib_get_port EXPORT_SYMBOL vmlinux 0x3fea538c hdmi_avi_infoframe_pack EXPORT_SYMBOL vmlinux 0x4027d89c of_get_next_available_child -EXPORT_SYMBOL vmlinux 0x40282960 kernel_getsockname EXPORT_SYMBOL vmlinux 0x40298fe3 simple_fill_super EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x405824ad bio_integrity_add_page @@ -6814,13 +6787,14 @@ EXPORT_SYMBOL vmlinux 0x40d402ad do_wait_intr EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler EXPORT_SYMBOL vmlinux 0x40e32217 release_firmware EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40f10e2a pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x411e02f3 vme_bus_error_handler EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x4149b501 dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0x414b36f0 sync_inode_metadata EXPORT_SYMBOL vmlinux 0x414d3549 rc5t583_ext_power_req_config EXPORT_SYMBOL vmlinux 0x415ae22d mmc_of_parse_voltage -EXPORT_SYMBOL vmlinux 0x4170c70e inet_del_protocol EXPORT_SYMBOL vmlinux 0x4186f6ef snd_device_new EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command @@ -6828,12 +6802,14 @@ EXPORT_SYMBOL vmlinux 0x419853f6 fb_set_var EXPORT_SYMBOL vmlinux 0x4198687a i2c_smbus_read_block_data EXPORT_SYMBOL vmlinux 0x419dcb6e user_path_create EXPORT_SYMBOL vmlinux 0x41bb84fc dma_fence_remove_callback -EXPORT_SYMBOL vmlinux 0x41c54d9b default_qdisc_ops -EXPORT_SYMBOL vmlinux 0x41d33618 __neigh_create +EXPORT_SYMBOL vmlinux 0x41d120e4 inet_sendpage +EXPORT_SYMBOL vmlinux 0x41dc759a inet_frag_find EXPORT_SYMBOL vmlinux 0x41e92e9b clean_bdev_aliases -EXPORT_SYMBOL vmlinux 0x42008483 lock_sock_nested EXPORT_SYMBOL vmlinux 0x42118dba dev_addr_del EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL vmlinux 0x42344b47 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x423458ab pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x4239b0f0 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x423ef359 flow_rule_match_tcp EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp @@ -6842,79 +6818,79 @@ EXPORT_SYMBOL vmlinux 0x4253aa7e down_write EXPORT_SYMBOL vmlinux 0x42544999 vlan_filter_push_vids EXPORT_SYMBOL vmlinux 0x42604384 ucs2_strncmp EXPORT_SYMBOL vmlinux 0x42616ce8 mount_single -EXPORT_SYMBOL vmlinux 0x4267c6b6 km_query EXPORT_SYMBOL vmlinux 0x4269cca1 __close_fd_get_file EXPORT_SYMBOL vmlinux 0x427ad1c2 dquot_initialize -EXPORT_SYMBOL vmlinux 0x4292e456 udp_seq_start +EXPORT_SYMBOL vmlinux 0x428da01c tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all -EXPORT_SYMBOL vmlinux 0x42ba2bb4 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x42cd5068 ll_rw_block -EXPORT_SYMBOL vmlinux 0x42e7b55a pci_get_device +EXPORT_SYMBOL vmlinux 0x42d2a558 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x42e4f0d8 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430ba46a sk_common_release EXPORT_SYMBOL vmlinux 0x43134876 snd_info_register EXPORT_SYMBOL vmlinux 0x4328f46a rproc_alloc EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 EXPORT_SYMBOL vmlinux 0x43383c40 simple_unlink EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid EXPORT_SYMBOL vmlinux 0x43533848 nobh_write_begin -EXPORT_SYMBOL vmlinux 0x43561527 xfrm6_input_addr -EXPORT_SYMBOL vmlinux 0x4377e7a3 netdev_info EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp EXPORT_SYMBOL vmlinux 0x4384eb42 __release_region EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security -EXPORT_SYMBOL vmlinux 0x439313e4 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x43bac88b __scsi_execute EXPORT_SYMBOL vmlinux 0x43d2464e add_to_pipe EXPORT_SYMBOL vmlinux 0x43d6b908 scsi_get_device_flags_keyed EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key +EXPORT_SYMBOL vmlinux 0x43fe11f4 tcp_recvmsg EXPORT_SYMBOL vmlinux 0x44014208 shrink_dcache_sb EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control -EXPORT_SYMBOL vmlinux 0x44146709 inet6_del_protocol -EXPORT_SYMBOL vmlinux 0x4419122b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x440d1fed nf_log_packet EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume -EXPORT_SYMBOL vmlinux 0x4434eed2 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer EXPORT_SYMBOL vmlinux 0x443de93a set_anon_super -EXPORT_SYMBOL vmlinux 0x44410779 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x444649f2 devm_free_irq EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table EXPORT_SYMBOL vmlinux 0x444cc8ed tcp_md5_needed EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul EXPORT_SYMBOL vmlinux 0x446b3599 devm_clk_get -EXPORT_SYMBOL vmlinux 0x4487d04d pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x448fd685 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x449a1f4c sg_miter_next -EXPORT_SYMBOL vmlinux 0x44a53818 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x44a0bd9b neigh_table_init +EXPORT_SYMBOL vmlinux 0x44a358ae fqdir_init EXPORT_SYMBOL vmlinux 0x44b55b9b blk_queue_virt_boundary EXPORT_SYMBOL vmlinux 0x44c9dc6c percpu_counter_destroy EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic EXPORT_SYMBOL vmlinux 0x44da8c2c snd_pcm_hw_constraint_pow2 EXPORT_SYMBOL vmlinux 0x44dc93f5 console_stop EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44fbd16c xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x45006cee default_red EXPORT_SYMBOL vmlinux 0x4503c066 snd_timer_global_register -EXPORT_SYMBOL vmlinux 0x450bc83f pci_bus_alloc_resource -EXPORT_SYMBOL vmlinux 0x450cb9a6 dev_queue_xmit EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id EXPORT_SYMBOL vmlinux 0x4525597e cpu_user EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr EXPORT_SYMBOL vmlinux 0x4530790a freeze_bdev EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled -EXPORT_SYMBOL vmlinux 0x453d80e2 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x454e676a pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x45560ca8 mmc_start_request EXPORT_SYMBOL vmlinux 0x4562a134 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x456aacde mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0x456fa39b vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x45760c98 xfrm_policy_walk EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user -EXPORT_SYMBOL vmlinux 0x4589a0ad sockfd_lookup +EXPORT_SYMBOL vmlinux 0x458d3b69 inet_del_protocol EXPORT_SYMBOL vmlinux 0x45b895e8 mark_buffer_async_write EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low EXPORT_SYMBOL vmlinux 0x45cc1b18 tty_port_hangup EXPORT_SYMBOL vmlinux 0x45d4260d vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x45e639e8 icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x45fc21bb of_graph_get_endpoint_count EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 +EXPORT_SYMBOL vmlinux 0x4627c0e1 skb_copy_header EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x46477f31 skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size -EXPORT_SYMBOL vmlinux 0x467059ac dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x4683a983 __dev_get_by_name EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option EXPORT_SYMBOL vmlinux 0x46bbbe75 dm_table_get_md EXPORT_SYMBOL vmlinux 0x46bfb877 dquot_operations @@ -6922,42 +6898,36 @@ EXPORT_SYMBOL vmlinux 0x46d1cf4b nla_put EXPORT_SYMBOL vmlinux 0x46d1d42d generic_file_mmap EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 EXPORT_SYMBOL vmlinux 0x46e646ea filemap_flush -EXPORT_SYMBOL vmlinux 0x46f0abd8 inet_sock_destruct EXPORT_SYMBOL vmlinux 0x47155aa0 sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0x4715d175 configfs_register_default_group -EXPORT_SYMBOL vmlinux 0x47405675 skb_dequeue EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy EXPORT_SYMBOL vmlinux 0x475d84ef gen_pool_dma_alloc_algo -EXPORT_SYMBOL vmlinux 0x476fba43 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x47680b61 __kfree_skb EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev EXPORT_SYMBOL vmlinux 0x477351e7 posix_acl_chmod -EXPORT_SYMBOL vmlinux 0x477378b6 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x4779e78c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x4783ff05 neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x478d9b84 ZSTD_isFrame EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479a6ae7 __skb_recv_udp EXPORT_SYMBOL vmlinux 0x479a9cad bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next -EXPORT_SYMBOL vmlinux 0x47a62e3d tso_build_data -EXPORT_SYMBOL vmlinux 0x47ac7a29 __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier EXPORT_SYMBOL vmlinux 0x47d3d4f3 __generic_file_write_iter EXPORT_SYMBOL vmlinux 0x47e23dd8 mpage_writepage EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range -EXPORT_SYMBOL vmlinux 0x47f18153 ip_do_fragment EXPORT_SYMBOL vmlinux 0x47f757de elf_platform -EXPORT_SYMBOL vmlinux 0x47ff6890 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x4806b1e0 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x48189726 dec_zone_page_state EXPORT_SYMBOL vmlinux 0x4827db35 blk_mq_start_stopped_hw_queues -EXPORT_SYMBOL vmlinux 0x48330292 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x483b54d6 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x48481c91 netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days EXPORT_SYMBOL vmlinux 0x4859ceae keyring_alloc EXPORT_SYMBOL vmlinux 0x486049c5 kill_block_super -EXPORT_SYMBOL vmlinux 0x4867ad3f rps_may_expire_flow -EXPORT_SYMBOL vmlinux 0x48683925 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48b1ae27 tegra_io_pad_power_enable @@ -6965,7 +6935,7 @@ EXPORT_SYMBOL vmlinux 0x48b5acfa scsi_eh_prep_cmnd EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free EXPORT_SYMBOL vmlinux 0x48bb80db hex2bin EXPORT_SYMBOL vmlinux 0x48cb057c register_sysctl_table -EXPORT_SYMBOL vmlinux 0x48ed4fd3 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x48d33251 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x48f8fa47 sg_miter_skip EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert EXPORT_SYMBOL vmlinux 0x49086850 blk_pre_runtime_resume @@ -6976,34 +6946,40 @@ EXPORT_SYMBOL vmlinux 0x49359308 register_sound_mixer EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks EXPORT_SYMBOL vmlinux 0x4943afb9 cred_fscmp EXPORT_SYMBOL vmlinux 0x49450029 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x4951e503 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0x4955ee72 io_uring_get_socket EXPORT_SYMBOL vmlinux 0x495e9968 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x495f8450 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x49706c9a param_ops_bool +EXPORT_SYMBOL vmlinux 0x4983c656 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait EXPORT_SYMBOL vmlinux 0x499c8fa3 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x49a02a47 sk_ns_capable EXPORT_SYMBOL vmlinux 0x49b275ed flush_old_exec +EXPORT_SYMBOL vmlinux 0x49b6fd2c pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x49cb1fdf seq_hex_dump EXPORT_SYMBOL vmlinux 0x49d3457a cpumask_any_but EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit EXPORT_SYMBOL vmlinux 0x49efd195 xsk_umem_peek_addr EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup -EXPORT_SYMBOL vmlinux 0x4a1159fa skb_copy_bits EXPORT_SYMBOL vmlinux 0x4a172f88 ipmi_platform_add EXPORT_SYMBOL vmlinux 0x4a1a6cf8 max8925_bulk_read EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card EXPORT_SYMBOL vmlinux 0x4a40213c PDE_DATA -EXPORT_SYMBOL vmlinux 0x4a65d3d9 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x4a4492c1 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x4a49453d tcp_seq_next +EXPORT_SYMBOL vmlinux 0x4a517957 netpoll_send_udp EXPORT_SYMBOL vmlinux 0x4a8e578b vlan_vids_del_by_dev -EXPORT_SYMBOL vmlinux 0x4a942d2b __netif_schedule EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4a98114a scsi_init_io +EXPORT_SYMBOL vmlinux 0x4aa32a51 eth_gro_complete EXPORT_SYMBOL vmlinux 0x4aa3a175 devm_memremap EXPORT_SYMBOL vmlinux 0x4aaf23ef mdiobus_scan -EXPORT_SYMBOL vmlinux 0x4ab17207 sk_free EXPORT_SYMBOL vmlinux 0x4aca6836 generic_block_bmap EXPORT_SYMBOL vmlinux 0x4ade8b2e kstrtou8_from_user EXPORT_SYMBOL vmlinux 0x4ae8ee66 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x4aeaf7bb pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x4aec1e18 cros_ec_cmd_xfer_status EXPORT_SYMBOL vmlinux 0x4af1b68d mmc_can_gpio_ro EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize @@ -7011,12 +6987,15 @@ EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x4b243758 registered_fb EXPORT_SYMBOL vmlinux 0x4b3ade77 param_ops_short EXPORT_SYMBOL vmlinux 0x4b473ec6 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback EXPORT_SYMBOL vmlinux 0x4b62c26b param_set_bint +EXPORT_SYMBOL vmlinux 0x4b673827 dst_release EXPORT_SYMBOL vmlinux 0x4b7192b0 cqhci_pltfm_init EXPORT_SYMBOL vmlinux 0x4b935194 vm_node_stat +EXPORT_SYMBOL vmlinux 0x4b9472d7 dev_set_mac_address EXPORT_SYMBOL vmlinux 0x4b95d263 devfreq_monitor_stop -EXPORT_SYMBOL vmlinux 0x4ba75465 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x4ba8a625 ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0x4bad76d7 pm8606_osc_disable EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bb62052 inode_needs_sync @@ -7025,37 +7004,40 @@ EXPORT_SYMBOL vmlinux 0x4bc71172 tc6393xb_lcd_mode EXPORT_SYMBOL vmlinux 0x4bcafb83 scsi_bios_ptable EXPORT_SYMBOL vmlinux 0x4bd53f06 mmc_alloc_host EXPORT_SYMBOL vmlinux 0x4bdd62c6 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4be16bdd skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x4be1e2fd input_set_timestamp EXPORT_SYMBOL vmlinux 0x4be85a03 memweight EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name EXPORT_SYMBOL vmlinux 0x4bf08861 _dev_alert EXPORT_SYMBOL vmlinux 0x4bf64267 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x4bfbadc3 nf_log_set EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 EXPORT_SYMBOL vmlinux 0x4c016207 twl6040_reg_read EXPORT_SYMBOL vmlinux 0x4c05c52a amba_find_device EXPORT_SYMBOL vmlinux 0x4c1a38b8 i2c_smbus_read_byte EXPORT_SYMBOL vmlinux 0x4c1cca3b cpumask_next_wrap EXPORT_SYMBOL vmlinux 0x4c223de1 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x4c285bd9 nf_log_trace EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr EXPORT_SYMBOL vmlinux 0x4c3211b8 dcb_getapp EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded -EXPORT_SYMBOL vmlinux 0x4c3965e9 sock_init_data EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast -EXPORT_SYMBOL vmlinux 0x4c54eee9 pcim_pin_device EXPORT_SYMBOL vmlinux 0x4c5743d5 linkwatch_fire_event EXPORT_SYMBOL vmlinux 0x4c62c084 dmaenginem_async_device_register -EXPORT_SYMBOL vmlinux 0x4c6abdac pskb_expand_head EXPORT_SYMBOL vmlinux 0x4c6daa96 phy_set_sym_pause EXPORT_SYMBOL vmlinux 0x4c7e0053 snd_timer_start EXPORT_SYMBOL vmlinux 0x4cab4383 input_mt_get_slot_by_key EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event EXPORT_SYMBOL vmlinux 0x4cc0f033 forget_cached_acl EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cc575f9 inet6_protos EXPORT_SYMBOL vmlinux 0x4cd14661 nvm_register EXPORT_SYMBOL vmlinux 0x4cdd9cab netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x4d01e4e8 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page EXPORT_SYMBOL vmlinux 0x4d26021a mipi_dsi_device_unregister EXPORT_SYMBOL vmlinux 0x4d286ae7 dump_page +EXPORT_SYMBOL vmlinux 0x4d2eadaa inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x4d377618 dev_uc_unsync EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask EXPORT_SYMBOL vmlinux 0x4d45cc0a devm_ioremap_wc @@ -7066,15 +7048,17 @@ EXPORT_SYMBOL vmlinux 0x4d59d650 of_find_compatible_node EXPORT_SYMBOL vmlinux 0x4d633c89 mutex_lock_killable EXPORT_SYMBOL vmlinux 0x4d634803 _raw_write_lock_irq EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block +EXPORT_SYMBOL vmlinux 0x4d7b066e netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x4d88b634 alloc_buffer_head -EXPORT_SYMBOL vmlinux 0x4d8b5f85 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size -EXPORT_SYMBOL vmlinux 0x4da0f153 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x4d9cb4c7 inet_getname +EXPORT_SYMBOL vmlinux 0x4d9eec1d sock_sendmsg EXPORT_SYMBOL vmlinux 0x4dc239fa d_lookup EXPORT_SYMBOL vmlinux 0x4dc50442 vfs_llseek EXPORT_SYMBOL vmlinux 0x4dcf5e0a clear_nlink +EXPORT_SYMBOL vmlinux 0x4de598b2 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x4dec6038 memscan EXPORT_SYMBOL vmlinux 0x4dedec3c security_d_instantiate EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse @@ -7083,33 +7067,37 @@ EXPORT_SYMBOL vmlinux 0x4df7223e scsi_target_quiesce EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node EXPORT_SYMBOL vmlinux 0x4e05f0ca input_mt_report_pointer_emulation EXPORT_SYMBOL vmlinux 0x4e111254 __page_frag_cache_drain -EXPORT_SYMBOL vmlinux 0x4e1af7b4 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x4e19eb71 inet_sendmsg EXPORT_SYMBOL vmlinux 0x4e258ed0 devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3cee8c pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x4e49fb8b neigh_parms_alloc EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch EXPORT_SYMBOL vmlinux 0x4e5e5841 snd_ctl_remove EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console -EXPORT_SYMBOL vmlinux 0x4e98fd3c skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x4e9e87c1 scm_fp_dup EXPORT_SYMBOL vmlinux 0x4ec01e20 ppp_input_error EXPORT_SYMBOL vmlinux 0x4ec563b0 dmam_free_coherent EXPORT_SYMBOL vmlinux 0x4ec6f471 flow_block_cb_setup_simple EXPORT_SYMBOL vmlinux 0x4ee0e846 ZSTD_initDCtx EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc +EXPORT_SYMBOL vmlinux 0x4eec2dca neigh_lookup EXPORT_SYMBOL vmlinux 0x4efaf46f dquot_set_dqinfo EXPORT_SYMBOL vmlinux 0x4f0f9907 serio_close EXPORT_SYMBOL vmlinux 0x4f13b3ef inetpeer_invalidate_tree EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 EXPORT_SYMBOL vmlinux 0x4f22d6f9 completion_done +EXPORT_SYMBOL vmlinux 0x4f36a5cb tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x4f585cb1 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x4f6c2154 dump_truncate EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free EXPORT_SYMBOL vmlinux 0x4fa417ce dma_fence_array_create EXPORT_SYMBOL vmlinux 0x4fba1f3d page_pool_alloc_pages -EXPORT_SYMBOL vmlinux 0x4fc76ebd tcp_sync_mss EXPORT_SYMBOL vmlinux 0x4fe46c52 drop_super_exclusive -EXPORT_SYMBOL vmlinux 0x4fe5dbe8 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x4fee917c tc_setup_cb_add EXPORT_SYMBOL vmlinux 0x4ff40e16 vme_register_driver EXPORT_SYMBOL vmlinux 0x500075ea f_setown EXPORT_SYMBOL vmlinux 0x500331d8 read_code @@ -7117,14 +7105,13 @@ EXPORT_SYMBOL vmlinux 0x500761bb send_sig_info EXPORT_SYMBOL vmlinux 0x5008d384 i2c_smbus_write_byte EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match -EXPORT_SYMBOL vmlinux 0x502a1186 audit_log EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges -EXPORT_SYMBOL vmlinux 0x504095d9 xfrm4_protocol_register -EXPORT_SYMBOL vmlinux 0x504e44ad rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free EXPORT_SYMBOL vmlinux 0x50964455 __dquot_free_space EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a5ccc0 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x50ab8ffe pci_bus_find_capability EXPORT_SYMBOL vmlinux 0x50b4261e phy_aneg_done EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type EXPORT_SYMBOL vmlinux 0x50bca743 of_get_next_child @@ -7133,45 +7120,44 @@ EXPORT_SYMBOL vmlinux 0x50bf4a20 sync_filesystem EXPORT_SYMBOL vmlinux 0x50c9f55f put_disk EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit -EXPORT_SYMBOL vmlinux 0x50ee0be7 udp_lib_unhash EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f8aab6 inet_stream_ops EXPORT_SYMBOL vmlinux 0x50fd6103 dma_fence_signal -EXPORT_SYMBOL vmlinux 0x510c9267 pci_claim_resource -EXPORT_SYMBOL vmlinux 0x510eebe7 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x5100ca2a mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0x511427c8 mtd_concat_destroy EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu -EXPORT_SYMBOL vmlinux 0x511a7cca skb_split -EXPORT_SYMBOL vmlinux 0x512d02f0 pci_write_config_word EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock EXPORT_SYMBOL vmlinux 0x514cc273 arm_copy_from_user -EXPORT_SYMBOL vmlinux 0x515ffe4d pci_disable_msi EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend EXPORT_SYMBOL vmlinux 0x517018a2 sgl_alloc_order +EXPORT_SYMBOL vmlinux 0x51715605 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x517fd350 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x518b4569 uart_write_wakeup EXPORT_SYMBOL vmlinux 0x519ad5b5 gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0x51a14b70 set_nlink -EXPORT_SYMBOL vmlinux 0x51cfebe4 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x51ae5952 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x51c9064d skb_free_datagram +EXPORT_SYMBOL vmlinux 0x51da9fe9 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ea5344 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x51ef9fca backlight_force_update +EXPORT_SYMBOL vmlinux 0x51fbe573 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready EXPORT_SYMBOL vmlinux 0x520eb7e7 component_match_add_release EXPORT_SYMBOL vmlinux 0x5218e804 bio_integrity_clone EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned EXPORT_SYMBOL vmlinux 0x523e57aa ZSTD_getDictID_fromDict -EXPORT_SYMBOL vmlinux 0x52455dbc __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x5248ec6e tty_set_operations -EXPORT_SYMBOL vmlinux 0x52620727 rtnl_create_link EXPORT_SYMBOL vmlinux 0x5262fcc2 fscrypt_setup_filename -EXPORT_SYMBOL vmlinux 0x526e7eda pci_pme_active -EXPORT_SYMBOL vmlinux 0x5274dca9 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0x527b06a4 sget +EXPORT_SYMBOL vmlinux 0x527dca25 inet6_del_offload EXPORT_SYMBOL vmlinux 0x527e7d6a __inode_sub_bytes EXPORT_SYMBOL vmlinux 0x528c016c dma_direct_map_sg EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528da162 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x529bfd47 tcf_em_tree_dump -EXPORT_SYMBOL vmlinux 0x52b507d0 pci_write_config_dword EXPORT_SYMBOL vmlinux 0x52b6b46e snd_pcm_lib_free_vmalloc_buffer -EXPORT_SYMBOL vmlinux 0x52c4997b skb_queue_head +EXPORT_SYMBOL vmlinux 0x52ca509e xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x52cf39c2 generic_cont_expand_simple EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init EXPORT_SYMBOL vmlinux 0x52da40bf generic_fadvise @@ -7180,39 +7166,39 @@ EXPORT_SYMBOL vmlinux 0x52e47d9f wireless_send_event EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend EXPORT_SYMBOL vmlinux 0x530cfc8d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x530dffa5 rtnl_configure_link EXPORT_SYMBOL vmlinux 0x530e7c25 cros_ec_get_next_event EXPORT_SYMBOL vmlinux 0x5323c969 snd_pcm_set_sync EXPORT_SYMBOL vmlinux 0x5329ea79 of_node_put EXPORT_SYMBOL vmlinux 0x5335ea6d input_allocate_device EXPORT_SYMBOL vmlinux 0x53599471 prepare_kernel_cred -EXPORT_SYMBOL vmlinux 0x535b1ba4 ipv6_select_ident EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot -EXPORT_SYMBOL vmlinux 0x536a4255 __sk_mem_schedule -EXPORT_SYMBOL vmlinux 0x5370aaf0 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x537a3b27 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0x5389a60a jbd2_journal_check_used_features EXPORT_SYMBOL vmlinux 0x53942bc5 set_groups -EXPORT_SYMBOL vmlinux 0x539f94e7 ipv6_dev_mc_inc -EXPORT_SYMBOL vmlinux 0x53b1e444 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x53aeed64 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x53ba8e51 km_new_mapping EXPORT_SYMBOL vmlinux 0x53c5f44d sg_copy_buffer EXPORT_SYMBOL vmlinux 0x53c71639 dm_kcopyd_copy -EXPORT_SYMBOL vmlinux 0x53cdf0e3 __sock_create EXPORT_SYMBOL vmlinux 0x53d73317 vlan_vid_add EXPORT_SYMBOL vmlinux 0x53e0ef23 register_md_personality -EXPORT_SYMBOL vmlinux 0x53e3670e ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x53f3f2ef free_buffer_head EXPORT_SYMBOL vmlinux 0x54286b87 input_set_capability EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x5444cf89 devm_ioremap -EXPORT_SYMBOL vmlinux 0x544cb5c0 tso_count_descs +EXPORT_SYMBOL vmlinux 0x5448c53c pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x545c1001 param_set_long EXPORT_SYMBOL vmlinux 0x546b509c touchscreen_report_pos -EXPORT_SYMBOL vmlinux 0x54740dc0 nf_log_trace +EXPORT_SYMBOL vmlinux 0x548de692 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x54a21946 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x54a570a7 vga_tryget +EXPORT_SYMBOL vmlinux 0x54a72f75 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x54a97148 bio_split EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul -EXPORT_SYMBOL vmlinux 0x54ae13e5 pci_write_vpd -EXPORT_SYMBOL vmlinux 0x54b52890 skb_flow_dissect_meta -EXPORT_SYMBOL vmlinux 0x54c0fe14 neigh_resolve_output EXPORT_SYMBOL vmlinux 0x54ce7f03 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x54d24d08 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x54d80323 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x54e45754 get_mem_cgroup_from_mm EXPORT_SYMBOL vmlinux 0x54e47c95 submit_bio EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit @@ -7221,18 +7207,16 @@ EXPORT_SYMBOL vmlinux 0x55288b87 snd_pcm_create_iec958_consumer EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched EXPORT_SYMBOL vmlinux 0x55523b4b textsearch_prepare EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive -EXPORT_SYMBOL vmlinux 0x55646b68 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x556ec957 mdiobus_read_nested EXPORT_SYMBOL vmlinux 0x557923de tcf_register_action -EXPORT_SYMBOL vmlinux 0x5589c450 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x5590d966 dma_set_mask EXPORT_SYMBOL vmlinux 0x5598aa49 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x55a5974a __dev_get_by_index EXPORT_SYMBOL vmlinux 0x55a63892 make_bad_inode EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 -EXPORT_SYMBOL vmlinux 0x55e8b614 tcp_rcv_established EXPORT_SYMBOL vmlinux 0x56070742 elevator_alloc -EXPORT_SYMBOL vmlinux 0x560b8e5f neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x56143fd7 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x5614ceb7 snd_register_device EXPORT_SYMBOL vmlinux 0x562139b4 request_key_with_auxdata EXPORT_SYMBOL vmlinux 0x56269887 __snd_pcm_lib_xfer @@ -7240,8 +7224,7 @@ EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work EXPORT_SYMBOL vmlinux 0x564634ec input_unregister_handler EXPORT_SYMBOL vmlinux 0x56498087 paddr_vmcoreinfo_note -EXPORT_SYMBOL vmlinux 0x564fab7e dev_close -EXPORT_SYMBOL vmlinux 0x5657cc32 tcf_block_put +EXPORT_SYMBOL vmlinux 0x56511741 xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x565a61f0 devm_memunmap EXPORT_SYMBOL vmlinux 0x5667a277 down_timeout EXPORT_SYMBOL vmlinux 0x566efd60 d_move @@ -7274,81 +7257,77 @@ EXPORT_SYMBOL vmlinux 0x57f2cb05 invalidate_inode_buffers EXPORT_SYMBOL vmlinux 0x57ff23f0 ZSTD_getFrameContentSize EXPORT_SYMBOL vmlinux 0x58103a79 blkdev_fsync EXPORT_SYMBOL vmlinux 0x581cde4e up -EXPORT_SYMBOL vmlinux 0x581e7afc neigh_lookup -EXPORT_SYMBOL vmlinux 0x581ed6e4 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x581f2302 skb_unlink EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate -EXPORT_SYMBOL vmlinux 0x58232dec netdev_master_upper_dev_get -EXPORT_SYMBOL vmlinux 0x58281ee5 dst_init EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm -EXPORT_SYMBOL vmlinux 0x584a81cb netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0x584ebaa8 __cleancache_init_fs EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack EXPORT_SYMBOL vmlinux 0x5855b740 __sg_page_iter_start -EXPORT_SYMBOL vmlinux 0x5883d104 seg6_hmac_net_exit -EXPORT_SYMBOL vmlinux 0x588e066a remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block -EXPORT_SYMBOL vmlinux 0x588fda01 tcp_parse_options -EXPORT_SYMBOL vmlinux 0x58a73a30 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info -EXPORT_SYMBOL vmlinux 0x58b28f6f netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x58afe547 __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c32b31 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x58c6134b hmm_range_unregister +EXPORT_SYMBOL vmlinux 0x58c7930f sock_no_listen EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ede3ae __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x58faa000 nobh_write_end EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue EXPORT_SYMBOL vmlinux 0x58fcd2a8 of_graph_get_remote_node EXPORT_SYMBOL vmlinux 0x59077509 end_buffer_read_sync -EXPORT_SYMBOL vmlinux 0x59121c59 pci_iomap -EXPORT_SYMBOL vmlinux 0x59225755 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x591efa84 udp_ioctl EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated EXPORT_SYMBOL vmlinux 0x59358d96 blk_mq_alloc_tag_set EXPORT_SYMBOL vmlinux 0x593898e8 prepare_to_swait_event EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 EXPORT_SYMBOL vmlinux 0x594f90e8 scsi_change_queue_depth -EXPORT_SYMBOL vmlinux 0x59567b19 tcp_init_sock EXPORT_SYMBOL vmlinux 0x59588850 vsscanf EXPORT_SYMBOL vmlinux 0x595d47d7 tty_unthrottle EXPORT_SYMBOL vmlinux 0x5994bf4e proc_remove EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59ac7002 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x59b0a253 seq_path +EXPORT_SYMBOL vmlinux 0x59b0acdd inet_get_local_port_range EXPORT_SYMBOL vmlinux 0x59b1d17c pci_add_resource EXPORT_SYMBOL vmlinux 0x59b7cab6 mempool_resize EXPORT_SYMBOL vmlinux 0x59bb1910 should_remove_suid +EXPORT_SYMBOL vmlinux 0x59c16c53 skb_find_text EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area EXPORT_SYMBOL vmlinux 0x59d3483a blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 -EXPORT_SYMBOL vmlinux 0x59f58823 inet_bind -EXPORT_SYMBOL vmlinux 0x59f9a9f7 inet6_protos EXPORT_SYMBOL vmlinux 0x59fedd14 set_posix_acl EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert EXPORT_SYMBOL vmlinux 0x5a3d648f kset_unregister EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle EXPORT_SYMBOL vmlinux 0x5a53f0cd blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x5a611b31 skb_trim EXPORT_SYMBOL vmlinux 0x5a6a34e7 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x5a728dcb pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0x5a82414a posix_test_lock -EXPORT_SYMBOL vmlinux 0x5aaa5c40 neigh_sysctl_unregister -EXPORT_SYMBOL vmlinux 0x5aae8e21 inet_frags_fini -EXPORT_SYMBOL vmlinux 0x5aaeb107 dev_activate +EXPORT_SYMBOL vmlinux 0x5a8d77af xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x5a8e3ed0 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x5ab29e03 ps2_init -EXPORT_SYMBOL vmlinux 0x5ab39adc pci_dev_driver +EXPORT_SYMBOL vmlinux 0x5ab4c3e9 udp_seq_start EXPORT_SYMBOL vmlinux 0x5ad23f98 ethtool_op_get_link EXPORT_SYMBOL vmlinux 0x5adddc8a padata_do_serial EXPORT_SYMBOL vmlinux 0x5af1b888 phy_connect EXPORT_SYMBOL vmlinux 0x5aff9757 kern_path_mountpoint EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc -EXPORT_SYMBOL vmlinux 0x5b12b700 nf_log_set EXPORT_SYMBOL vmlinux 0x5b1c3f48 mipi_dsi_dcs_set_display_off EXPORT_SYMBOL vmlinux 0x5b1cf557 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x5b1df0d9 netif_rx_ni EXPORT_SYMBOL vmlinux 0x5b2ca8ce update_devfreq -EXPORT_SYMBOL vmlinux 0x5b309215 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax +EXPORT_SYMBOL vmlinux 0x5b3e2aed inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x5b6d6291 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x5b78faaa free_task -EXPORT_SYMBOL vmlinux 0x5b7db758 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5b88e4f1 rt6_lookup EXPORT_SYMBOL vmlinux 0x5b94784c file_modified EXPORT_SYMBOL vmlinux 0x5badbb78 string_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x5bb223ef ps2_sendbyte @@ -7361,57 +7340,56 @@ EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub EXPORT_SYMBOL vmlinux 0x5c12dad4 vme_alloc_consistent EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region EXPORT_SYMBOL vmlinux 0x5c4c8482 dma_pool_create -EXPORT_SYMBOL vmlinux 0x5c5a2fbe skb_set_owner_w EXPORT_SYMBOL vmlinux 0x5c688438 snd_card_new EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 EXPORT_SYMBOL vmlinux 0x5c909f24 _copy_from_iter_full EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id -EXPORT_SYMBOL vmlinux 0x5cae9a80 skb_checksum_setup EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le EXPORT_SYMBOL vmlinux 0x5cd841b4 key_instantiate_and_link EXPORT_SYMBOL vmlinux 0x5ce7d191 i2c_smbus_write_byte_data EXPORT_SYMBOL vmlinux 0x5ce9a942 hdmi_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x5cee1463 netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0x5cee3a37 phy_ethtool_ksettings_get EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor -EXPORT_SYMBOL vmlinux 0x5cfeaa45 skb_vlan_push EXPORT_SYMBOL vmlinux 0x5d062109 _copy_to_iter EXPORT_SYMBOL vmlinux 0x5d1442b1 ns_capable_setid EXPORT_SYMBOL vmlinux 0x5d1453dc end_page_writeback +EXPORT_SYMBOL vmlinux 0x5d16100b netpoll_parse_options EXPORT_SYMBOL vmlinux 0x5d16c4e5 pagecache_write_end EXPORT_SYMBOL vmlinux 0x5d1e6f46 mipi_dsi_host_register EXPORT_SYMBOL vmlinux 0x5d226266 mdiobus_setup_mdiodev_from_board_info EXPORT_SYMBOL vmlinux 0x5d249d9d hdmi_drm_infoframe_pack EXPORT_SYMBOL vmlinux 0x5d2a0c64 set_blocksize EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired -EXPORT_SYMBOL vmlinux 0x5d3c48c5 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x5d3ca55c blk_mq_start_request EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry -EXPORT_SYMBOL vmlinux 0x5d63df8c tso_start -EXPORT_SYMBOL vmlinux 0x5d7a2f78 pci_dev_get EXPORT_SYMBOL vmlinux 0x5d810f97 kstrtou16_from_user EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d86cd3f invalidate_partition -EXPORT_SYMBOL vmlinux 0x5d87a54a eth_mac_addr EXPORT_SYMBOL vmlinux 0x5d906d8b sg_miter_start EXPORT_SYMBOL vmlinux 0x5d993d51 netlink_capable EXPORT_SYMBOL vmlinux 0x5d9ae261 kmem_cache_size EXPORT_SYMBOL vmlinux 0x5d9c915d get_tree_keyed +EXPORT_SYMBOL vmlinux 0x5d9ca8ab xfrm_state_insert EXPORT_SYMBOL vmlinux 0x5d9d9141 dev_vprintk_emit EXPORT_SYMBOL vmlinux 0x5da927cf file_open_root +EXPORT_SYMBOL vmlinux 0x5db93f2b neigh_event_ns EXPORT_SYMBOL vmlinux 0x5dba71d7 sg_last EXPORT_SYMBOL vmlinux 0x5dc29e74 of_phy_get_and_connect EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache +EXPORT_SYMBOL vmlinux 0x5dd21638 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x5de16af2 i2c_add_adapter EXPORT_SYMBOL vmlinux 0x5de5cca2 utf8_normalize EXPORT_SYMBOL vmlinux 0x5dec9137 clk_bulk_get_all EXPORT_SYMBOL vmlinux 0x5df434f5 __d_lookup_done -EXPORT_SYMBOL vmlinux 0x5e1f260f neigh_seq_start +EXPORT_SYMBOL vmlinux 0x5e07950e __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x5e3692a3 pci_request_region EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe EXPORT_SYMBOL vmlinux 0x5e38c830 __kfifo_dma_out_prepare EXPORT_SYMBOL vmlinux 0x5e459f31 param_set_copystring -EXPORT_SYMBOL vmlinux 0x5e48582d sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x5e4d7bd8 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x5e4eca62 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x5e6f2b79 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc EXPORT_SYMBOL vmlinux 0x5e733a97 I_BDEV @@ -7422,32 +7400,31 @@ EXPORT_SYMBOL vmlinux 0x5e866d85 prandom_bytes EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask EXPORT_SYMBOL vmlinux 0x5ea3ef7b scsi_free_host_dev EXPORT_SYMBOL vmlinux 0x5ea52323 scsi_cmd_blk_ioctl -EXPORT_SYMBOL vmlinux 0x5eb0601a sock_recv_errqueue EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg -EXPORT_SYMBOL vmlinux 0x5eb64323 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x5ebdb9cb tcp_init_sock EXPORT_SYMBOL vmlinux 0x5ecf5ab8 csum_and_copy_to_iter EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed05bf6 hdmi_audio_infoframe_pack EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun EXPORT_SYMBOL vmlinux 0x5eda4085 call_fib_notifier EXPORT_SYMBOL vmlinux 0x5ee9538c snd_ctl_boolean_mono_info -EXPORT_SYMBOL vmlinux 0x5eeaae72 tcp_sendpage -EXPORT_SYMBOL vmlinux 0x5ef86f22 arp_xmit +EXPORT_SYMBOL vmlinux 0x5efaafa6 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x5efec03e tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters -EXPORT_SYMBOL vmlinux 0x5f1bc9f4 pcim_enable_device -EXPORT_SYMBOL vmlinux 0x5f22720e __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x5f16b707 xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x5f27cdc1 devfreq_update_status EXPORT_SYMBOL vmlinux 0x5f292d3e vlan_uses_dev EXPORT_SYMBOL vmlinux 0x5f422601 blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0x5f5b83d7 nobh_writepage EXPORT_SYMBOL vmlinux 0x5f5df263 phy_attached_info -EXPORT_SYMBOL vmlinux 0x5f63a8d5 ip_options_compile EXPORT_SYMBOL vmlinux 0x5f6e9e14 mmc_request_done +EXPORT_SYMBOL vmlinux 0x5f6edbf7 tcp_gro_complete EXPORT_SYMBOL vmlinux 0x5f754e5a memset EXPORT_SYMBOL vmlinux 0x5f76223f phy_ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0x5f849a69 _raw_spin_lock_irqsave -EXPORT_SYMBOL vmlinux 0x5f912b95 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x5f970fb5 blk_rq_map_sg EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fe3f3a9 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x5feeda69 __break_lease EXPORT_SYMBOL vmlinux 0x5ff02801 md_bitmap_unplug EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io @@ -7467,27 +7444,24 @@ EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region EXPORT_SYMBOL vmlinux 0x609457ef find_get_pages_contig EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net -EXPORT_SYMBOL vmlinux 0x60a0b4e3 skb_checksum_help EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a5b2f5 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x60b3f88d uart_update_timeout EXPORT_SYMBOL vmlinux 0x60bffe6d div64_u64 +EXPORT_SYMBOL vmlinux 0x60c2e997 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get -EXPORT_SYMBOL vmlinux 0x60e28bf4 dev_remove_pack -EXPORT_SYMBOL vmlinux 0x61090e1d pci_bus_add_devices -EXPORT_SYMBOL vmlinux 0x610a45b6 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x60ef011d tcp_splice_read EXPORT_SYMBOL vmlinux 0x61160122 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x611ba1fe sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb -EXPORT_SYMBOL vmlinux 0x6141d983 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x6144e0f8 of_root EXPORT_SYMBOL vmlinux 0x6156c7f4 net_dim EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x61595634 mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x615e264a filemap_fault -EXPORT_SYMBOL vmlinux 0x616a122f inet_proto_csum_replace16 -EXPORT_SYMBOL vmlinux 0x616d26c6 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x618f1fe7 fb_pan_display -EXPORT_SYMBOL vmlinux 0x61a59556 tcp_disconnect EXPORT_SYMBOL vmlinux 0x61a7b143 rproc_elf_load_rsc_table EXPORT_SYMBOL vmlinux 0x61a90675 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0x61b29938 migrate_page_states @@ -7495,42 +7469,47 @@ EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull EXPORT_SYMBOL vmlinux 0x61c0c399 phy_advertise_supported EXPORT_SYMBOL vmlinux 0x61c76b3a proc_dointvec_jiffies -EXPORT_SYMBOL vmlinux 0x61cf696f inet_sendmsg EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer EXPORT_SYMBOL vmlinux 0x61f77560 mmc_free_host +EXPORT_SYMBOL vmlinux 0x62093267 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single EXPORT_SYMBOL vmlinux 0x62342fcf kmap_atomic -EXPORT_SYMBOL vmlinux 0x6244a0f4 eth_header_parse_protocol -EXPORT_SYMBOL vmlinux 0x6248181e sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x624eee70 devfreq_register_notifier -EXPORT_SYMBOL vmlinux 0x62710cae udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x6258fe65 tcf_classify +EXPORT_SYMBOL vmlinux 0x62614cfc tcp_ioctl EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister EXPORT_SYMBOL vmlinux 0x627d4340 hdmi_drm_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6286bcff skb_abort_seq_read EXPORT_SYMBOL vmlinux 0x628b3f00 bdgrab EXPORT_SYMBOL vmlinux 0x6299250f nobh_truncate_page EXPORT_SYMBOL vmlinux 0x62a61237 security_sb_remount EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin +EXPORT_SYMBOL vmlinux 0x62d27bd0 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x62d69bc0 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0x62da7ab2 blk_mq_tagset_busy_iter EXPORT_SYMBOL vmlinux 0x62fa3b79 alloc_fcdev EXPORT_SYMBOL vmlinux 0x630f2cb8 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x6316b237 mr_table_dump EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled EXPORT_SYMBOL vmlinux 0x631dfeac of_find_matching_node_and_match EXPORT_SYMBOL vmlinux 0x63231d35 omap_get_dma_src_pos EXPORT_SYMBOL vmlinux 0x6333e11a dev_uc_flush +EXPORT_SYMBOL vmlinux 0x63358fda skb_push EXPORT_SYMBOL vmlinux 0x633717c5 __serio_register_driver EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet -EXPORT_SYMBOL vmlinux 0x634bb73b dev_pick_tx_cpu_id -EXPORT_SYMBOL vmlinux 0x63528694 dev_pre_changeaddr_notify -EXPORT_SYMBOL vmlinux 0x636692e7 secpath_set EXPORT_SYMBOL vmlinux 0x639a3f48 reuseport_alloc EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63bcf058 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x63bdcdc7 put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight EXPORT_SYMBOL vmlinux 0x63c91698 padata_alloc_possible EXPORT_SYMBOL vmlinux 0x63de13ce param_get_charp EXPORT_SYMBOL vmlinux 0x63ea5f8f of_io_request_and_map EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f89275 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x6400d12a neigh_update EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off EXPORT_SYMBOL vmlinux 0x64172008 dev_mc_add_excl @@ -7540,14 +7519,16 @@ EXPORT_SYMBOL vmlinux 0x64608b5b __vfs_setxattr EXPORT_SYMBOL vmlinux 0x6476aa25 mmc_flush_cache EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event EXPORT_SYMBOL vmlinux 0x647e9dfb sound_class -EXPORT_SYMBOL vmlinux 0x647f3224 get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x6481f18f vlan_dev_vlan_proto EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x648c1ffa wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x648c8c48 sock_kmalloc EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x648ffa12 register_netdevice EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait -EXPORT_SYMBOL vmlinux 0x649e83bd rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x64a7102b netpoll_setup EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64a9ed57 sk_capable EXPORT_SYMBOL vmlinux 0x64cc0518 __wait_on_buffer EXPORT_SYMBOL vmlinux 0x64d601d6 generic_permission EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 @@ -7555,55 +7536,49 @@ EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth EXPORT_SYMBOL vmlinux 0x6514b934 sched_autogroup_detach EXPORT_SYMBOL vmlinux 0x65168ad7 fscrypt_release_ctx EXPORT_SYMBOL vmlinux 0x65177ae3 mpage_readpage -EXPORT_SYMBOL vmlinux 0x651866ee nf_log_unset EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652032cb mac_pton EXPORT_SYMBOL vmlinux 0x6532a661 default_llseek -EXPORT_SYMBOL vmlinux 0x653fe144 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob EXPORT_SYMBOL vmlinux 0x65486daa blk_pre_runtime_suspend EXPORT_SYMBOL vmlinux 0x65512314 jbd2_journal_stop EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames +EXPORT_SYMBOL vmlinux 0x6575bfe9 __neigh_create EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset -EXPORT_SYMBOL vmlinux 0x6592c562 xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x659aff57 vme_register_error_handler EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc EXPORT_SYMBOL vmlinux 0x65d068a8 unregister_filesystem EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next -EXPORT_SYMBOL vmlinux 0x65d53c69 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x65d6948a __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end EXPORT_SYMBOL vmlinux 0x65f6487d param_get_ullong EXPORT_SYMBOL vmlinux 0x660473b2 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x660c3755 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x661110ca pci_lost_interrupt EXPORT_SYMBOL vmlinux 0x6628ef03 mdiobus_unregister_device -EXPORT_SYMBOL vmlinux 0x6629a095 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0x662b9b24 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x664594eb tcf_exts_validate EXPORT_SYMBOL vmlinux 0x66474aa4 neigh_proc_dointvec EXPORT_SYMBOL vmlinux 0x6649d585 pid_task -EXPORT_SYMBOL vmlinux 0x6659c1db inet6_ioctl +EXPORT_SYMBOL vmlinux 0x66537fbb netdev_notice EXPORT_SYMBOL vmlinux 0x66657274 kmalloc_order EXPORT_SYMBOL vmlinux 0x666da8c2 fasync_helper EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset EXPORT_SYMBOL vmlinux 0x6674bd14 omap_vrfb_request_ctx EXPORT_SYMBOL vmlinux 0x66763783 phy_init_eee EXPORT_SYMBOL vmlinux 0x668f9c13 generic_make_request -EXPORT_SYMBOL vmlinux 0x66955956 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x6698d6e5 kobject_get_unless_zero -EXPORT_SYMBOL vmlinux 0x66ada106 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x66d2f98f mroute6_is_socket EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec EXPORT_SYMBOL vmlinux 0x66f55adb md_integrity_add_rdev EXPORT_SYMBOL vmlinux 0x66fb125b of_get_property -EXPORT_SYMBOL vmlinux 0x66fe3013 skb_clone EXPORT_SYMBOL vmlinux 0x67092819 resource_list_create_entry EXPORT_SYMBOL vmlinux 0x670d526b blk_queue_make_request -EXPORT_SYMBOL vmlinux 0x6748735c vif_device_init +EXPORT_SYMBOL vmlinux 0x6715ef99 eth_header_parse +EXPORT_SYMBOL vmlinux 0x672529ab inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init -EXPORT_SYMBOL vmlinux 0x674bb1ce pci_bus_read_config_word -EXPORT_SYMBOL vmlinux 0x6754f157 ip_frag_init -EXPORT_SYMBOL vmlinux 0x67561b4c msi_desc_to_pci_dev -EXPORT_SYMBOL vmlinux 0x675b8983 tcp_poll -EXPORT_SYMBOL vmlinux 0x675ff720 __dev_get_by_name EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit EXPORT_SYMBOL vmlinux 0x677af497 inode_init_owner EXPORT_SYMBOL vmlinux 0x6782d34a rename_lock @@ -7614,17 +7589,14 @@ EXPORT_SYMBOL vmlinux 0x67d19a5e devfreq_resume_device EXPORT_SYMBOL vmlinux 0x67d560fd snd_card_file_add EXPORT_SYMBOL vmlinux 0x67d6cb8c grab_cache_page_write_begin EXPORT_SYMBOL vmlinux 0x67d7803a vlan_dev_vlan_id -EXPORT_SYMBOL vmlinux 0x67dabc26 netdev_lower_dev_get_private -EXPORT_SYMBOL vmlinux 0x67dc0df3 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x6808c968 cpumask_next_and EXPORT_SYMBOL vmlinux 0x680ac09b dma_direct_map_page EXPORT_SYMBOL vmlinux 0x681ea8cb mmc_retune_release EXPORT_SYMBOL vmlinux 0x682858f0 snd_pcm_open_substream EXPORT_SYMBOL vmlinux 0x684ae26b vfs_fsync_range EXPORT_SYMBOL vmlinux 0x684df624 snd_ctl_remove_id -EXPORT_SYMBOL vmlinux 0x684ff078 udp6_csum_init -EXPORT_SYMBOL vmlinux 0x6851a91c icmp6_send EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort +EXPORT_SYMBOL vmlinux 0x686a1e67 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x686aa122 seq_release_private EXPORT_SYMBOL vmlinux 0x686f4d20 phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0x6875a23c snd_pcm_hw_param_last @@ -7637,12 +7609,13 @@ EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font EXPORT_SYMBOL vmlinux 0x68b48338 d_find_any_alias EXPORT_SYMBOL vmlinux 0x68b9b7ca input_mt_assign_slots -EXPORT_SYMBOL vmlinux 0x68c158a6 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x68bc1151 pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x690defc0 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x69446563 secpath_set EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x69576b9a __kernel_write EXPORT_SYMBOL vmlinux 0x69627c95 md_check_no_bitmap -EXPORT_SYMBOL vmlinux 0x69645f50 __pci_register_driver EXPORT_SYMBOL vmlinux 0x6965b259 dm_put_device EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days @@ -7652,43 +7625,41 @@ EXPORT_SYMBOL vmlinux 0x699471fd max8998_bulk_read EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params EXPORT_SYMBOL vmlinux 0x69b8e7c6 vfs_create_mount -EXPORT_SYMBOL vmlinux 0x69bb031c ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x69c930c5 ppp_unregister_compressor EXPORT_SYMBOL vmlinux 0x69cbb4fe device_add_disk -EXPORT_SYMBOL vmlinux 0x69cc2701 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0x69d2685b dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0x69d308a3 __do_once_done -EXPORT_SYMBOL vmlinux 0x69d82a0c netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x69ec44c7 neigh_destroy EXPORT_SYMBOL vmlinux 0x69f03b19 devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x69f18f84 seq_open +EXPORT_SYMBOL vmlinux 0x6a019f0e tcp_add_backlog EXPORT_SYMBOL vmlinux 0x6a027b39 tcf_idr_check_alloc EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree EXPORT_SYMBOL vmlinux 0x6a06fe13 mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x6a0d552b mmc_remove_host -EXPORT_SYMBOL vmlinux 0x6a1b626a inet_add_offload +EXPORT_SYMBOL vmlinux 0x6a1329ba ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0x6a2f5c15 fs_parse EXPORT_SYMBOL vmlinux 0x6a3b4fcd wake_up_process +EXPORT_SYMBOL vmlinux 0x6a53baaf sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5f6e0c blk_queue_logical_block_size EXPORT_SYMBOL vmlinux 0x6a7c11b7 jbd2_journal_get_undo_access EXPORT_SYMBOL vmlinux 0x6a7d0dd7 input_alloc_absinfo EXPORT_SYMBOL vmlinux 0x6a91ce5d key_invalidate -EXPORT_SYMBOL vmlinux 0x6a936d8d build_skb_around -EXPORT_SYMBOL vmlinux 0x6a99105a pcie_set_readrq EXPORT_SYMBOL vmlinux 0x6a9e7b96 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x6a9f56b7 neigh_app_ns EXPORT_SYMBOL vmlinux 0x6ab3d579 flow_rule_match_control -EXPORT_SYMBOL vmlinux 0x6ac5721f __ip_dev_find EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset EXPORT_SYMBOL vmlinux 0x6af7b21a packing EXPORT_SYMBOL vmlinux 0x6b0a61d0 snd_ctl_notify EXPORT_SYMBOL vmlinux 0x6b262678 i2c_release_client EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack -EXPORT_SYMBOL vmlinux 0x6b2e7879 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x6b322fbd __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x6b482997 sock_wfree EXPORT_SYMBOL vmlinux 0x6b4c976f generic_write_checks EXPORT_SYMBOL vmlinux 0x6b532ab5 __module_put_and_exit EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable @@ -7696,7 +7667,9 @@ EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits EXPORT_SYMBOL vmlinux 0x6b604710 lockref_get_not_zero EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval EXPORT_SYMBOL vmlinux 0x6b8a152d inc_node_page_state +EXPORT_SYMBOL vmlinux 0x6b8ad414 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b91b8ba inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0x6b936a74 mmc_add_host EXPORT_SYMBOL vmlinux 0x6bac0f4d pci_remap_iospace EXPORT_SYMBOL vmlinux 0x6bb33c49 of_phy_attach @@ -7707,24 +7680,24 @@ EXPORT_SYMBOL vmlinux 0x6bee83f0 md_bitmap_close_sync EXPORT_SYMBOL vmlinux 0x6c008d0c vme_lm_request EXPORT_SYMBOL vmlinux 0x6c0123ea get_user_pages_remote EXPORT_SYMBOL vmlinux 0x6c03f584 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x6c0bcf3c fqdir_exit +EXPORT_SYMBOL vmlinux 0x6c1655a7 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c2a48c6 xfrm_lookup EXPORT_SYMBOL vmlinux 0x6c379bbc dm_unregister_target -EXPORT_SYMBOL vmlinux 0x6c3d37c2 netif_rx EXPORT_SYMBOL vmlinux 0x6c5e0841 kill_anon_super EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark EXPORT_SYMBOL vmlinux 0x6c81d80a register_quota_format EXPORT_SYMBOL vmlinux 0x6c96037e blk_mq_init_sq_queue -EXPORT_SYMBOL vmlinux 0x6ca3049a tcp_release_cb -EXPORT_SYMBOL vmlinux 0x6cafa457 pci_read_config_byte EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk -EXPORT_SYMBOL vmlinux 0x6cb672b5 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x6cbb1a47 __ip_select_ident EXPORT_SYMBOL vmlinux 0x6cca77d0 scsi_device_lookup -EXPORT_SYMBOL vmlinux 0x6ccfa0b8 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy -EXPORT_SYMBOL vmlinux 0x6ce65b4e xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x6cf25036 __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d14c72c skb_copy EXPORT_SYMBOL vmlinux 0x6d1b128d phy_ethtool_get_eee EXPORT_SYMBOL vmlinux 0x6d1e4bea __tcf_em_tree_match EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies @@ -7732,53 +7705,45 @@ EXPORT_SYMBOL vmlinux 0x6d33ee3b genphy_aneg_done EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0x6d3649f0 vfs_fsync EXPORT_SYMBOL vmlinux 0x6d584be2 security_sb_set_mnt_opts -EXPORT_SYMBOL vmlinux 0x6d59023c __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le EXPORT_SYMBOL vmlinux 0x6d75b52b bd_abort_claiming -EXPORT_SYMBOL vmlinux 0x6d87c5b2 sk_stop_timer EXPORT_SYMBOL vmlinux 0x6d89b199 proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0x6db3ed3a jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x6dbd775b __inet_hash +EXPORT_SYMBOL vmlinux 0x6dc1b5a7 gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0x6dc2a68f snd_ctl_unregister_ioctl -EXPORT_SYMBOL vmlinux 0x6dc8191b nf_reinject EXPORT_SYMBOL vmlinux 0x6dca4a26 adjust_resource EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null EXPORT_SYMBOL vmlinux 0x6de96970 __netlink_ns_capable EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e007eda pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x6e0de585 dquot_enable -EXPORT_SYMBOL vmlinux 0x6e26710a netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x6e26235c netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x6e41a92c sock_no_getname EXPORT_SYMBOL vmlinux 0x6e4e7714 dma_fence_chain_ops EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock EXPORT_SYMBOL vmlinux 0x6e75a90e vfs_dedupe_file_range -EXPORT_SYMBOL vmlinux 0x6e932e72 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig EXPORT_SYMBOL vmlinux 0x6ea98e15 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x6ebc8710 tso_start EXPORT_SYMBOL vmlinux 0x6ecb1080 xsk_umem_consume_tx EXPORT_SYMBOL vmlinux 0x6ecdb792 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6ed610ac netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x6ed89c35 textsearch_find_continuous EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check EXPORT_SYMBOL vmlinux 0x6ef01a9d file_update_time EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear -EXPORT_SYMBOL vmlinux 0x6efc9702 pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem -EXPORT_SYMBOL vmlinux 0x6f0156d8 pci_scan_slot EXPORT_SYMBOL vmlinux 0x6f078ed4 config_item_get -EXPORT_SYMBOL vmlinux 0x6f0be99d inet_release EXPORT_SYMBOL vmlinux 0x6f0dade4 fscrypt_free_bounce_page -EXPORT_SYMBOL vmlinux 0x6f12dce7 __dev_kfree_skb_any -EXPORT_SYMBOL vmlinux 0x6f3a4a2d neigh_seq_next -EXPORT_SYMBOL vmlinux 0x6f4af7c4 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x6f4d3cbf sock_kfree_s EXPORT_SYMBOL vmlinux 0x6f52ab3a uart_get_baud_rate EXPORT_SYMBOL vmlinux 0x6f57d1da register_sound_special -EXPORT_SYMBOL vmlinux 0x6f6480ba skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap -EXPORT_SYMBOL vmlinux 0x6f851b72 skb_trim -EXPORT_SYMBOL vmlinux 0x6f99060b udp_ioctl -EXPORT_SYMBOL vmlinux 0x6fa8fd30 pci_stop_and_remove_bus_device -EXPORT_SYMBOL vmlinux 0x6fab0d4e __dev_set_mtu EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace -EXPORT_SYMBOL vmlinux 0x6fbf7cbe netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x6fbf9a38 of_iomap +EXPORT_SYMBOL vmlinux 0x6fc5708b pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog EXPORT_SYMBOL vmlinux 0x6fd2cbd9 ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 @@ -7797,14 +7762,18 @@ EXPORT_SYMBOL vmlinux 0x70589a4a rfkill_alloc EXPORT_SYMBOL vmlinux 0x7062a342 tty_check_change EXPORT_SYMBOL vmlinux 0x7064c65a t10_pi_type1_crc EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack -EXPORT_SYMBOL vmlinux 0x7070ee70 xfrm_user_policy EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x708085e9 tcp_sendmsg EXPORT_SYMBOL vmlinux 0x70867d6a param_get_string +EXPORT_SYMBOL vmlinux 0x7092a291 netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0x70948caa __phy_resume +EXPORT_SYMBOL vmlinux 0x709f30d0 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x70a9547b pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x70d66402 dma_free_attrs -EXPORT_SYMBOL vmlinux 0x7100dcd3 pci_request_region EXPORT_SYMBOL vmlinux 0x71023983 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x71152a2b pci_write_vpd EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x711d747a seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x712110ab proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x712140f8 rdmacg_try_charge EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc @@ -7815,65 +7784,70 @@ EXPORT_SYMBOL vmlinux 0x7157fdfd __breadahead_gfp EXPORT_SYMBOL vmlinux 0x7164b228 backlight_device_set_brightness EXPORT_SYMBOL vmlinux 0x716b58cb ioport_resource EXPORT_SYMBOL vmlinux 0x7171121c overflowgid -EXPORT_SYMBOL vmlinux 0x7183707c tcp_splice_read +EXPORT_SYMBOL vmlinux 0x717540e6 ip_options_compile +EXPORT_SYMBOL vmlinux 0x7197aac4 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy -EXPORT_SYMBOL vmlinux 0x71abead7 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0x71c90087 memcmp -EXPORT_SYMBOL vmlinux 0x71d62ac3 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x71e3a61b snd_pcm_stop -EXPORT_SYMBOL vmlinux 0x71e79f79 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x71e4c1af dev_add_offload EXPORT_SYMBOL vmlinux 0x71eb8322 tegra_ivc_read_get_next_frame EXPORT_SYMBOL vmlinux 0x71ed3a16 nand_create_bbt -EXPORT_SYMBOL vmlinux 0x71f36bd2 pci_unmap_rom EXPORT_SYMBOL vmlinux 0x71f7de4f proc_do_large_bitmap -EXPORT_SYMBOL vmlinux 0x71fdcbbe udp_gro_complete +EXPORT_SYMBOL vmlinux 0x71f921fc skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x720efaf7 flow_rule_match_enc_keyid EXPORT_SYMBOL vmlinux 0x721559af snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL vmlinux 0x7242fae2 dst_alloc EXPORT_SYMBOL vmlinux 0x724431aa vfs_iter_read EXPORT_SYMBOL vmlinux 0x7249949e seq_puts EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported -EXPORT_SYMBOL vmlinux 0x7268f4f6 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x7250d655 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x7281f7ce xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x729710c9 tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x729eae79 md_cluster_ops EXPORT_SYMBOL vmlinux 0x72a2873a devfreq_recommended_opp EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72c7846d mmput_async -EXPORT_SYMBOL vmlinux 0x72d10926 pci_disable_device -EXPORT_SYMBOL vmlinux 0x72d5304c neigh_ifdown EXPORT_SYMBOL vmlinux 0x72daa6a1 lookup_bdev EXPORT_SYMBOL vmlinux 0x72e68341 snd_pcm_limit_hw_rates EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f7a9c9 tcp_rcv_established EXPORT_SYMBOL vmlinux 0x72fed4e6 generic_update_time EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731704f0 napi_schedule_prep EXPORT_SYMBOL vmlinux 0x7317790e lockref_put_or_lock EXPORT_SYMBOL vmlinux 0x734457c2 __nla_put -EXPORT_SYMBOL vmlinux 0x7344e6b8 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt EXPORT_SYMBOL vmlinux 0x7358445d cros_ec_cmd_xfer EXPORT_SYMBOL vmlinux 0x735f33b0 mutex_is_locked -EXPORT_SYMBOL vmlinux 0x737831bb __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0x737e1335 vfs_parse_fs_string EXPORT_SYMBOL vmlinux 0x7380dffa argv_split EXPORT_SYMBOL vmlinux 0x7392fe76 genphy_config_eee_advert EXPORT_SYMBOL vmlinux 0x7393c60d ppp_channel_index EXPORT_SYMBOL vmlinux 0x73a6a4be d_instantiate EXPORT_SYMBOL vmlinux 0x73b2e07f devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x73c8d824 sock_no_connect EXPORT_SYMBOL vmlinux 0x73d92fc0 nf_register_sockopt EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy -EXPORT_SYMBOL vmlinux 0x73f7affe mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0x73f7b52e devm_input_allocate_device EXPORT_SYMBOL vmlinux 0x73fcff4d genphy_suspend EXPORT_SYMBOL vmlinux 0x73ff0550 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x7404adb1 pskb_extract EXPORT_SYMBOL vmlinux 0x740c1d74 __cgroup_bpf_run_filter_sysctl EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace EXPORT_SYMBOL vmlinux 0x741d2d27 key_payload_reserve EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes -EXPORT_SYMBOL vmlinux 0x74606483 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x7428a4c5 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x742e5a9f tcp_release_cb +EXPORT_SYMBOL vmlinux 0x744a9ecf netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x745d5601 dev_remove_offload EXPORT_SYMBOL vmlinux 0x74697d65 vmap EXPORT_SYMBOL vmlinux 0x746b5912 unix_destruct_scm EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked +EXPORT_SYMBOL vmlinux 0x74895e35 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x74a056bf pci_msi_vec_count EXPORT_SYMBOL vmlinux 0x74ae2728 fscrypt_get_ctx EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 EXPORT_SYMBOL vmlinux 0x74d96b3d qdisc_watchdog_init_clockid @@ -7881,60 +7855,59 @@ EXPORT_SYMBOL vmlinux 0x74dff3f1 inode_add_bytes EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable -EXPORT_SYMBOL vmlinux 0x74f0b55a release_sock EXPORT_SYMBOL vmlinux 0x74fa9cc6 refcount_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv EXPORT_SYMBOL vmlinux 0x750c9e55 crypto_sha256_update -EXPORT_SYMBOL vmlinux 0x750d403c pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x750d6146 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x750e1a3d tso_count_descs EXPORT_SYMBOL vmlinux 0x7514a2c7 flush_kernel_dcache_page -EXPORT_SYMBOL vmlinux 0x752cc0d0 inet_select_addr +EXPORT_SYMBOL vmlinux 0x75189de3 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x753679c9 scsi_command_normalize_sense -EXPORT_SYMBOL vmlinux 0x753b27e6 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x754153e9 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7546e8f1 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x754f348a complete_all EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs EXPORT_SYMBOL vmlinux 0x7572f895 get_tree_single +EXPORT_SYMBOL vmlinux 0x7579eb38 pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0x75a951f0 mark_buffer_write_io_error EXPORT_SYMBOL vmlinux 0x75ab3033 single_release EXPORT_SYMBOL vmlinux 0x75b813f5 snd_timer_stop EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75bdb4e4 page_pool_destroy -EXPORT_SYMBOL vmlinux 0x75cd9b0c poll_freewait EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump EXPORT_SYMBOL vmlinux 0x75d90b63 phy_init_hw EXPORT_SYMBOL vmlinux 0x75e0e69c of_get_compatible_child -EXPORT_SYMBOL vmlinux 0x75e1484b lock_page_memcg EXPORT_SYMBOL vmlinux 0x7603b138 cros_ec_get_host_event -EXPORT_SYMBOL vmlinux 0x76075c0a tcf_exts_change EXPORT_SYMBOL vmlinux 0x760a0f4f yield EXPORT_SYMBOL vmlinux 0x760ce9bd dev_uc_sync_multiple EXPORT_SYMBOL vmlinux 0x7623d8e0 snd_card_set_id -EXPORT_SYMBOL vmlinux 0x7631cc49 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x763452ed snd_timer_global_free EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq -EXPORT_SYMBOL vmlinux 0x765ffbd5 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x76585d42 netif_device_detach EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages EXPORT_SYMBOL vmlinux 0x766e469b pm8606_osc_enable EXPORT_SYMBOL vmlinux 0x767daee1 of_count_phandle_with_args -EXPORT_SYMBOL vmlinux 0x769d1192 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x76902fd6 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check EXPORT_SYMBOL vmlinux 0x76a0df32 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x76a8ab33 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x76ad9183 set_security_override_from_ctx EXPORT_SYMBOL vmlinux 0x76b06334 of_platform_bus_probe EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint -EXPORT_SYMBOL vmlinux 0x76dcbcc3 nf_ip6_checksum -EXPORT_SYMBOL vmlinux 0x76ef56ec pci_enable_device_io -EXPORT_SYMBOL vmlinux 0x76f5566e pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x76dcbca7 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x76f8f5dc pci_pme_capable EXPORT_SYMBOL vmlinux 0x76fa284d scsi_host_alloc EXPORT_SYMBOL vmlinux 0x770e3e3f clear_page_dirty_for_io -EXPORT_SYMBOL vmlinux 0x770f83cc __skb_checksum EXPORT_SYMBOL vmlinux 0x772c3e38 devm_iounmap +EXPORT_SYMBOL vmlinux 0x77321161 rtnl_unicast EXPORT_SYMBOL vmlinux 0x7745c5de devfreq_remove_governor EXPORT_SYMBOL vmlinux 0x775b7128 devfreq_add_governor EXPORT_SYMBOL vmlinux 0x775c1689 register_framebuffer EXPORT_SYMBOL vmlinux 0x7761a868 find_vma +EXPORT_SYMBOL vmlinux 0x777297f5 qdisc_put EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll EXPORT_SYMBOL vmlinux 0x779b619f put_disk_and_module @@ -7942,19 +7915,18 @@ EXPORT_SYMBOL vmlinux 0x77bc13a0 strim EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt EXPORT_SYMBOL vmlinux 0x77f6c690 _raw_read_lock_bh EXPORT_SYMBOL vmlinux 0x77f6f183 kmalloc_order_trace -EXPORT_SYMBOL vmlinux 0x780160dd pcie_set_mps EXPORT_SYMBOL vmlinux 0x7804e229 padata_register_cpumask_notifier EXPORT_SYMBOL vmlinux 0x78070a38 ihold EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780fd0bb dst_init EXPORT_SYMBOL vmlinux 0x7817989d input_mt_destroy_slots EXPORT_SYMBOL vmlinux 0x78335017 md_error EXPORT_SYMBOL vmlinux 0x783b977a kstrtobool_from_user -EXPORT_SYMBOL vmlinux 0x7840cde7 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0x7847cac9 dev_mc_flush EXPORT_SYMBOL vmlinux 0x785d0a96 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x786cd9e7 tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback -EXPORT_SYMBOL vmlinux 0x78820de8 __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x788545ab ptp_clock_register EXPORT_SYMBOL vmlinux 0x788d88ff get_tree_single_reconf EXPORT_SYMBOL vmlinux 0x7891b895 cont_write_begin @@ -7965,35 +7937,37 @@ EXPORT_SYMBOL vmlinux 0x78b4554e amba_device_unregister EXPORT_SYMBOL vmlinux 0x78cf8e4e unlink_framebuffer EXPORT_SYMBOL vmlinux 0x78d6d8da security_sk_clone EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e7dd66 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x78edee2b nf_log_unset EXPORT_SYMBOL vmlinux 0x78f07192 padata_start EXPORT_SYMBOL vmlinux 0x78f20cf8 snd_component_add +EXPORT_SYMBOL vmlinux 0x78f2d708 skb_append +EXPORT_SYMBOL vmlinux 0x78f30bc9 xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x78fcc583 drop_nlink -EXPORT_SYMBOL vmlinux 0x78fdeb9e __skb_pad EXPORT_SYMBOL vmlinux 0x7906594d scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x7915d09f ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x791bd23c inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x79244f58 twl6040_power -EXPORT_SYMBOL vmlinux 0x792ddd07 sk_capable EXPORT_SYMBOL vmlinux 0x7933010f config_item_init_type_name EXPORT_SYMBOL vmlinux 0x7935bab0 get_tree_nodev EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free EXPORT_SYMBOL vmlinux 0x7957869a of_find_i2c_adapter_by_node EXPORT_SYMBOL vmlinux 0x79691563 dquot_file_open EXPORT_SYMBOL vmlinux 0x796ae109 hmm_range_fault -EXPORT_SYMBOL vmlinux 0x7992fbdf __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes EXPORT_SYMBOL vmlinux 0x79b25a3d fifo_create_dflt EXPORT_SYMBOL vmlinux 0x79bc9126 of_find_node_by_name -EXPORT_SYMBOL vmlinux 0x79c06550 udp6_seq_ops -EXPORT_SYMBOL vmlinux 0x79cc4dac netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x79bfaf45 __skb_warn_lro_forwarding EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer EXPORT_SYMBOL vmlinux 0x79fc577f utf8nagemax EXPORT_SYMBOL vmlinux 0x79ffd363 generic_end_io_acct EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute -EXPORT_SYMBOL vmlinux 0x7a0c09dc arp_create EXPORT_SYMBOL vmlinux 0x7a0d7cf7 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x7a1687d0 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1d4b0b skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x7a4497db kzfree -EXPORT_SYMBOL vmlinux 0x7a568896 ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0x7a6047c4 blk_mq_tag_to_rq EXPORT_SYMBOL vmlinux 0x7a6f48d1 simple_lookup EXPORT_SYMBOL vmlinux 0x7a79b9f3 __sg_page_iter_next @@ -8002,6 +7976,7 @@ EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree EXPORT_SYMBOL vmlinux 0x7aa59391 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x7ab1ba40 __xfrm_init_state EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt EXPORT_SYMBOL vmlinux 0x7ac6062d simple_readpage EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt @@ -8013,33 +7988,32 @@ EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 EXPORT_SYMBOL vmlinux 0x7b077467 cros_ec_check_result EXPORT_SYMBOL vmlinux 0x7b0d7d77 genphy_read_mmd_unsupported EXPORT_SYMBOL vmlinux 0x7b13def4 page_symlink_inode_operations -EXPORT_SYMBOL vmlinux 0x7b1df280 inet_dgram_connect EXPORT_SYMBOL vmlinux 0x7b20a9c7 inode_permission EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state EXPORT_SYMBOL vmlinux 0x7b2b15bb hmm_range_dma_unmap EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg EXPORT_SYMBOL vmlinux 0x7b490ae7 free_inode_nonrcu EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap -EXPORT_SYMBOL vmlinux 0x7b7ab3ec pci_read_config_word EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off -EXPORT_SYMBOL vmlinux 0x7babe6d1 sk_reset_timer EXPORT_SYMBOL vmlinux 0x7baf9c28 __dquot_alloc_space EXPORT_SYMBOL vmlinux 0x7bc8642a seq_release -EXPORT_SYMBOL vmlinux 0x7bd36534 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x7bdf5c61 tcp_make_synack EXPORT_SYMBOL vmlinux 0x7be50fae config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x7c06d752 cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement EXPORT_SYMBOL vmlinux 0x7c205e4a _dev_warn EXPORT_SYMBOL vmlinux 0x7c26fd51 sgl_free_order -EXPORT_SYMBOL vmlinux 0x7c3995ba poll_initwait EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c501aa9 sock_no_socketpair EXPORT_SYMBOL vmlinux 0x7c5f4cd8 i2c_verify_adapter EXPORT_SYMBOL vmlinux 0x7c6585c7 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x7c6a5c0b kernel_setsockopt EXPORT_SYMBOL vmlinux 0x7c77534f rproc_add EXPORT_SYMBOL vmlinux 0x7c7f2079 dm_get_device EXPORT_SYMBOL vmlinux 0x7c88ff71 snd_pcm_hw_constraint_msbits EXPORT_SYMBOL vmlinux 0x7c8cea9e key_create_or_update -EXPORT_SYMBOL vmlinux 0x7c91942a sock_create EXPORT_SYMBOL vmlinux 0x7c9c1d71 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x7c9e6dca pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0x7cac0042 kthread_stop EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet @@ -8048,6 +8022,7 @@ EXPORT_SYMBOL vmlinux 0x7cb5c18a blk_mq_init_allocated_queue EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 EXPORT_SYMBOL vmlinux 0x7ccbc43f iov_iter_gap_alignment EXPORT_SYMBOL vmlinux 0x7cd30417 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x7cdab1dd udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x7cdeeb4d pgprot_user EXPORT_SYMBOL vmlinux 0x7cdeee33 of_get_mac_address EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid @@ -8057,136 +8032,141 @@ EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d0353aa msm_pinctrl_probe EXPORT_SYMBOL vmlinux 0x7d09596b dma_pool_alloc EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d3beed1 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x7d3e316e tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x7d474d41 hdmi_infoframe_pack EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit EXPORT_SYMBOL vmlinux 0x7d63869a wait_on_page_bit_killable EXPORT_SYMBOL vmlinux 0x7d6c2636 gen_pool_add_owner EXPORT_SYMBOL vmlinux 0x7d777700 dev_uc_sync -EXPORT_SYMBOL vmlinux 0x7d7ae2e8 netdev_state_change -EXPORT_SYMBOL vmlinux 0x7d8f50ef skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x7d91631f snd_ctl_make_virtual_master EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning EXPORT_SYMBOL vmlinux 0x7db4d0bb iov_iter_kvec -EXPORT_SYMBOL vmlinux 0x7db51bef sock_no_sendmsg EXPORT_SYMBOL vmlinux 0x7db7429f abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x7dd86aaa tcp_filter EXPORT_SYMBOL vmlinux 0x7de4eb28 of_graph_get_remote_port_parent -EXPORT_SYMBOL vmlinux 0x7def4bc0 mr_fill_mroute EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args -EXPORT_SYMBOL vmlinux 0x7dfe059a ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x7df572de xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x7df936e3 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x7e052b13 scsi_device_quiesce EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write -EXPORT_SYMBOL vmlinux 0x7e0da384 mr_mfc_find_any_parent -EXPORT_SYMBOL vmlinux 0x7e0fa862 pcie_get_readrq -EXPORT_SYMBOL vmlinux 0x7e14d843 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x7e280045 pci_map_rom +EXPORT_SYMBOL vmlinux 0x7e2beb49 __inet_stream_connect EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync EXPORT_SYMBOL vmlinux 0x7e32e7c7 irq_stat EXPORT_SYMBOL vmlinux 0x7e37f668 vfs_statfs -EXPORT_SYMBOL vmlinux 0x7e46e248 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x7e3af1ee pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x7e50c757 sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x7e5a2758 __genphy_config_aneg -EXPORT_SYMBOL vmlinux 0x7e78244a xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x7e8aef51 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0x7ea008b9 snd_pcm_new -EXPORT_SYMBOL vmlinux 0x7ea18158 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x7ea9ca20 register_shrinker EXPORT_SYMBOL vmlinux 0x7eb12033 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x7ebb3343 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x7ee1d54b pci_scan_bus EXPORT_SYMBOL vmlinux 0x7efb654c blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table -EXPORT_SYMBOL vmlinux 0x7f0eaace xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x7f13bd2e kthread_create_worker_on_cpu -EXPORT_SYMBOL vmlinux 0x7f14834a dev_get_phys_port_id -EXPORT_SYMBOL vmlinux 0x7f197baf xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f25011e genl_unregister_family EXPORT_SYMBOL vmlinux 0x7f304b27 ZSTD_DStreamWorkspaceBound +EXPORT_SYMBOL vmlinux 0x7f30eae4 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0x7f33580b dget_parent EXPORT_SYMBOL vmlinux 0x7f35d42d path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x7f3bf602 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x7f42a51a cdev_alloc +EXPORT_SYMBOL vmlinux 0x7f442bc4 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0x7f58979d flush_dcache_page +EXPORT_SYMBOL vmlinux 0x7f610d22 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio EXPORT_SYMBOL vmlinux 0x7f63f6d3 vme_master_request EXPORT_SYMBOL vmlinux 0x7f793603 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x7f79f188 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f809637 neigh_resolve_output EXPORT_SYMBOL vmlinux 0x7f8733b8 filemap_fdatawrite_range -EXPORT_SYMBOL vmlinux 0x7fc62e63 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size -EXPORT_SYMBOL vmlinux 0x7fda2171 proto_unregister EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x7ff3b187 __gnet_stats_copy_basic -EXPORT_SYMBOL vmlinux 0x7ffc3672 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x800858e2 netdev_state_change EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 -EXPORT_SYMBOL vmlinux 0x801382b8 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x80280e21 tty_wait_until_sent EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages +EXPORT_SYMBOL vmlinux 0x8048d582 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x804d219a cros_ec_query_all EXPORT_SYMBOL vmlinux 0x806e041a ilookup +EXPORT_SYMBOL vmlinux 0x8074ac50 iptun_encaps EXPORT_SYMBOL vmlinux 0x80753acb blk_mq_delay_run_hw_queue EXPORT_SYMBOL vmlinux 0x807ad693 d_exact_alias -EXPORT_SYMBOL vmlinux 0x80863426 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x808b072e mr_table_alloc EXPORT_SYMBOL vmlinux 0x80a76872 vfs_tmpfile +EXPORT_SYMBOL vmlinux 0x80bbde8b pci_set_mwi EXPORT_SYMBOL vmlinux 0x80c44002 mipi_dsi_driver_unregister EXPORT_SYMBOL vmlinux 0x80c4c319 crc32_le EXPORT_SYMBOL vmlinux 0x80c744e6 tcf_idr_cleanup EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd -EXPORT_SYMBOL vmlinux 0x80cd74c7 eth_header_cache EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client EXPORT_SYMBOL vmlinux 0x80d71be7 snd_pcm_lib_preallocate_pages EXPORT_SYMBOL vmlinux 0x8108ac7a down_read_trylock EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81280a44 inet_add_offload EXPORT_SYMBOL vmlinux 0x81280c23 param_set_invbool EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81608eca netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818ca431 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x81b140d1 __sb_end_write EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info -EXPORT_SYMBOL vmlinux 0x81ee4691 tcp_md5_hash_skb_data -EXPORT_SYMBOL vmlinux 0x81f10749 dev_disable_lro EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill EXPORT_SYMBOL vmlinux 0x8209a85e inc_nlink EXPORT_SYMBOL vmlinux 0x820c664c phy_stop EXPORT_SYMBOL vmlinux 0x82189bf1 end_buffer_write_sync EXPORT_SYMBOL vmlinux 0x82193a97 __krealloc -EXPORT_SYMBOL vmlinux 0x821d52fd sk_mc_loop EXPORT_SYMBOL vmlinux 0x822137e2 arm_heavy_mb EXPORT_SYMBOL vmlinux 0x8247aacf jbd2_journal_errno EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr EXPORT_SYMBOL vmlinux 0x82500613 param_get_uint -EXPORT_SYMBOL vmlinux 0x8258dce0 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x8265b302 kblockd_schedule_work_on EXPORT_SYMBOL vmlinux 0x8275230b nvm_submit_io EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init EXPORT_SYMBOL vmlinux 0x828b6140 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x828b7408 pci_disable_msix EXPORT_SYMBOL vmlinux 0x828bb526 param_set_ushort +EXPORT_SYMBOL vmlinux 0x828d1833 inet_bind +EXPORT_SYMBOL vmlinux 0x8296790b inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x82968349 pci_clear_mwi EXPORT_SYMBOL vmlinux 0x82a96ce9 vfs_clone_file_range EXPORT_SYMBOL vmlinux 0x82d7cd29 __inode_add_bytes EXPORT_SYMBOL vmlinux 0x82d9e764 md_write_end EXPORT_SYMBOL vmlinux 0x82daedc8 blk_queue_max_segment_size -EXPORT_SYMBOL vmlinux 0x82e04d6a xfrm_lookup EXPORT_SYMBOL vmlinux 0x82e20b30 of_find_all_nodes EXPORT_SYMBOL vmlinux 0x82f4c7cd mdio_device_create EXPORT_SYMBOL vmlinux 0x82f886a1 ZSTD_findFrameCompressedSize -EXPORT_SYMBOL vmlinux 0x8306cf82 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x8319d0fb phy_attached_print EXPORT_SYMBOL vmlinux 0x831d354c i2c_transfer EXPORT_SYMBOL vmlinux 0x83203b7d current_in_userns EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 EXPORT_SYMBOL vmlinux 0x83253cbc get_bitmap_from_slot EXPORT_SYMBOL vmlinux 0x8329a803 commit_creds -EXPORT_SYMBOL vmlinux 0x832b5c7e dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x833207ea security_sock_graft +EXPORT_SYMBOL vmlinux 0x8338691a tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x83394b24 mmc_set_blocklen EXPORT_SYMBOL vmlinux 0x834251de file_path EXPORT_SYMBOL vmlinux 0x834a13bc phy_detach EXPORT_SYMBOL vmlinux 0x8351f2dc seqno_fence_ops EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle EXPORT_SYMBOL vmlinux 0x8363be2e d_drop +EXPORT_SYMBOL vmlinux 0x836bb1b2 netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x8377fc0d down_write_killable -EXPORT_SYMBOL vmlinux 0x837a698d ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x837c8c59 qdisc_watchdog_schedule_ns EXPORT_SYMBOL vmlinux 0x837d2259 flow_rule_match_ports EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838e500a netdev_emerg EXPORT_SYMBOL vmlinux 0x838e72a5 vm_map_pages_zero EXPORT_SYMBOL vmlinux 0x83910402 configfs_register_subsystem EXPORT_SYMBOL vmlinux 0x839f6b8d vfs_mknod @@ -8195,26 +8175,22 @@ EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83c5a75d snd_ctl_register_ioctl EXPORT_SYMBOL vmlinux 0x83c5e96c snd_pcm_mmap_data EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify -EXPORT_SYMBOL vmlinux 0x83d7206d pci_bus_read_config_dword -EXPORT_SYMBOL vmlinux 0x83dfa181 kfree_skb_partial EXPORT_SYMBOL vmlinux 0x83e72f05 hash_and_copy_to_iter EXPORT_SYMBOL vmlinux 0x83ed8026 rproc_va_to_pa EXPORT_SYMBOL vmlinux 0x83ed84ba bprm_change_interp +EXPORT_SYMBOL vmlinux 0x83ee7edf inet6_getname EXPORT_SYMBOL vmlinux 0x841d6022 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x8422c7ba skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x8424e748 kill_pgrp EXPORT_SYMBOL vmlinux 0x8428852c rproc_get_by_child -EXPORT_SYMBOL vmlinux 0x842cae83 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x84392689 do_map_probe EXPORT_SYMBOL vmlinux 0x8441c8cb sg_free_table -EXPORT_SYMBOL vmlinux 0x844a6cf1 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x844634e2 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x844bdf66 eth_change_mtu EXPORT_SYMBOL vmlinux 0x8451fdfe sg_init_table EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase EXPORT_SYMBOL vmlinux 0x846c7bbb scsi_kmap_atomic_sg -EXPORT_SYMBOL vmlinux 0x846d1405 pci_enable_device_mem -EXPORT_SYMBOL vmlinux 0x847ee35b pci_set_master -EXPORT_SYMBOL vmlinux 0x847f838b mr_dump EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on -EXPORT_SYMBOL vmlinux 0x84848239 ndisc_mc_map EXPORT_SYMBOL vmlinux 0x848d40b9 cdrom_get_last_written EXPORT_SYMBOL vmlinux 0x848deec4 blk_queue_max_discard_sectors EXPORT_SYMBOL vmlinux 0x849ba259 unlock_page @@ -8222,24 +8198,19 @@ EXPORT_SYMBOL vmlinux 0x849f5532 __ps2_command EXPORT_SYMBOL vmlinux 0x84a68b2f param_ops_invbool EXPORT_SYMBOL vmlinux 0x84b183ae strncmp EXPORT_SYMBOL vmlinux 0x84b4033e prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x84b53bce ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x84b8f9ab rproc_coredump_add_custom_segment -EXPORT_SYMBOL vmlinux 0x84f95e45 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst -EXPORT_SYMBOL vmlinux 0x85286527 xfrm_policy_byid -EXPORT_SYMBOL vmlinux 0x853c2860 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x851724c5 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x85331ee0 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x854fec83 tegra_sku_info -EXPORT_SYMBOL vmlinux 0x8564d793 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x85665029 do_clone_file_range -EXPORT_SYMBOL vmlinux 0x8567029c tcp_prot EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked EXPORT_SYMBOL vmlinux 0x856c07de module_layout EXPORT_SYMBOL vmlinux 0x857fe32c mipi_dsi_dcs_set_pixel_format EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits -EXPORT_SYMBOL vmlinux 0x858924c1 dev_trans_start EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states -EXPORT_SYMBOL vmlinux 0x85c1102d ip_fraglist_init -EXPORT_SYMBOL vmlinux 0x85d0f268 dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x85d15930 of_find_mipi_dsi_device_by_node EXPORT_SYMBOL vmlinux 0x85df9b6c strsep EXPORT_SYMBOL vmlinux 0x85e81abc abx500_get_register_page_interruptible @@ -8248,44 +8219,46 @@ EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress EXPORT_SYMBOL vmlinux 0x860305e2 mpage_readpages EXPORT_SYMBOL vmlinux 0x862bc663 memset16 -EXPORT_SYMBOL vmlinux 0x8635838e netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x862d5f3f tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x863843ca ip_ct_attach EXPORT_SYMBOL vmlinux 0x863a276a color_table -EXPORT_SYMBOL vmlinux 0x864d9fcb pci_fixup_device +EXPORT_SYMBOL vmlinux 0x86491a6b netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync EXPORT_SYMBOL vmlinux 0x86572a11 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x865a69dc pci_iounmap EXPORT_SYMBOL vmlinux 0x8661447b mount_subtree EXPORT_SYMBOL vmlinux 0x866507cf jbd2_journal_inode_ranged_wait EXPORT_SYMBOL vmlinux 0x8666995b sgl_alloc EXPORT_SYMBOL vmlinux 0x866f0a71 ns_capable_noaudit -EXPORT_SYMBOL vmlinux 0x8675eb23 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x868acba5 get_options EXPORT_SYMBOL vmlinux 0x8697c4b6 flow_rule_match_ip EXPORT_SYMBOL vmlinux 0x86aff7a8 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0x86bf320a dquot_quota_sync EXPORT_SYMBOL vmlinux 0x86eb0c08 proc_dointvec +EXPORT_SYMBOL vmlinux 0x86f28e42 vlan_ioctl_set EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x86fe60f0 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x87009f25 napi_complete_done EXPORT_SYMBOL vmlinux 0x8707b2bc scsi_mode_sense EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head -EXPORT_SYMBOL vmlinux 0x87152571 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0x87171ff0 handle_edge_irq EXPORT_SYMBOL vmlinux 0x8726cc01 mntget EXPORT_SYMBOL vmlinux 0x872f9be6 fd_install -EXPORT_SYMBOL vmlinux 0x873ce4c4 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x8740822b pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x87474ea5 tty_port_block_til_ready -EXPORT_SYMBOL vmlinux 0x874b4897 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0x874cc38f tcf_action_check_ctrlact -EXPORT_SYMBOL vmlinux 0x87604e01 dst_dev_put EXPORT_SYMBOL vmlinux 0x8762f3ed inode_owner_or_capable -EXPORT_SYMBOL vmlinux 0x878d816c inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x876cf69c pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x87721e05 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x877529df pci_assign_resource +EXPORT_SYMBOL vmlinux 0x8782c877 ip_frag_init EXPORT_SYMBOL vmlinux 0x879e4b53 twl6040_get_sysclk EXPORT_SYMBOL vmlinux 0x87ae6539 jbd2_journal_set_triggers EXPORT_SYMBOL vmlinux 0x87bbb1c1 snd_pcm_hw_rule_add -EXPORT_SYMBOL vmlinux 0x87f624cb skb_seq_read +EXPORT_SYMBOL vmlinux 0x87be7968 inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0x8808eb27 thermal_cdev_update EXPORT_SYMBOL vmlinux 0x88159c36 mfd_cell_disable EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate -EXPORT_SYMBOL vmlinux 0x886490fa skb_copy_header EXPORT_SYMBOL vmlinux 0x886a6348 proc_symlink EXPORT_SYMBOL vmlinux 0x8880688a dquot_quota_on_mount EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier @@ -8293,60 +8266,65 @@ EXPORT_SYMBOL vmlinux 0x88a8259b abx500_event_registers_startup_state_get EXPORT_SYMBOL vmlinux 0x88adbe95 blk_integrity_merge_rq EXPORT_SYMBOL vmlinux 0x88b19f45 system_serial EXPORT_SYMBOL vmlinux 0x88b469f4 omap_set_dma_callback -EXPORT_SYMBOL vmlinux 0x88ba13d8 udp_lib_get_port EXPORT_SYMBOL vmlinux 0x88bd477c blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0x88d3d03b mmc_detect_change EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e0a7fc blk_put_queue EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free -EXPORT_SYMBOL vmlinux 0x88eba2e8 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x890de126 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0x893a7f5f pci_release_regions EXPORT_SYMBOL vmlinux 0x893e789b __lookup_constant EXPORT_SYMBOL vmlinux 0x89412517 clear_wb_congested -EXPORT_SYMBOL vmlinux 0x895baec8 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8950d462 eth_header +EXPORT_SYMBOL vmlinux 0x89823478 seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0x898be3d7 migrate_page_move_mapping -EXPORT_SYMBOL vmlinux 0x8994d92c seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x8998f4c3 inet_ioctl EXPORT_SYMBOL vmlinux 0x899b0e24 iw_handler_set_thrspy -EXPORT_SYMBOL vmlinux 0x89aafb57 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final +EXPORT_SYMBOL vmlinux 0x89b82078 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x89bfd8de dst_destroy EXPORT_SYMBOL vmlinux 0x89d774aa jbd2_journal_extend -EXPORT_SYMBOL vmlinux 0x89e3de8b __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x89dc5f5e skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x89e49e8c napi_consume_skb EXPORT_SYMBOL vmlinux 0x89e760ef devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x89f88feb skb_queue_tail +EXPORT_SYMBOL vmlinux 0x89fdaece eth_get_headlen EXPORT_SYMBOL vmlinux 0x89ff6158 simple_rename -EXPORT_SYMBOL vmlinux 0x8a0b0d71 nf_ip_checksum -EXPORT_SYMBOL vmlinux 0x8a10bd0a nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a2ab9ed md_integrity_register EXPORT_SYMBOL vmlinux 0x8a3784dc __xa_alloc EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a7bc50d netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x8a7bf273 dec_node_page_state EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory -EXPORT_SYMBOL vmlinux 0x8a7dccc4 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x8a8add3e xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab EXPORT_SYMBOL vmlinux 0x8aa30959 ZSTD_decompressDCtx +EXPORT_SYMBOL vmlinux 0x8abf55bd inet_select_addr EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation -EXPORT_SYMBOL vmlinux 0x8ae74afb xfrm_input_resume EXPORT_SYMBOL vmlinux 0x8ae874d0 vme_register_bridge EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict EXPORT_SYMBOL vmlinux 0x8b0350f2 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x8b2ed5fa skb_dequeue EXPORT_SYMBOL vmlinux 0x8b3187dc tty_register_driver EXPORT_SYMBOL vmlinux 0x8b37d061 jbd2__journal_restart EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8b5d4787 ip_defrag EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid EXPORT_SYMBOL vmlinux 0x8b6aede4 vme_bus_num EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx EXPORT_SYMBOL vmlinux 0x8baa90b0 vfs_ioc_setflags_prepare -EXPORT_SYMBOL vmlinux 0x8bacc499 km_policy_notify EXPORT_SYMBOL vmlinux 0x8bae8553 of_get_parent +EXPORT_SYMBOL vmlinux 0x8bb74972 sk_dst_check +EXPORT_SYMBOL vmlinux 0x8bc057fe tcp_setsockopt EXPORT_SYMBOL vmlinux 0x8bc51c13 of_find_property EXPORT_SYMBOL vmlinux 0x8bd88d81 register_gifconf EXPORT_SYMBOL vmlinux 0x8bee75d7 proc_dostring -EXPORT_SYMBOL vmlinux 0x8c28db9a pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x8c2db8df scsi_rescan_device EXPORT_SYMBOL vmlinux 0x8c33dc35 vfs_ioc_fssetxattr_check EXPORT_SYMBOL vmlinux 0x8c415ee5 nla_reserve @@ -8354,19 +8332,17 @@ EXPORT_SYMBOL vmlinux 0x8c5d254a dma_fence_array_ops EXPORT_SYMBOL vmlinux 0x8c69b326 set_page_dirty_lock EXPORT_SYMBOL vmlinux 0x8c74d344 dquot_transfer EXPORT_SYMBOL vmlinux 0x8c888c35 scsi_is_sdev_device -EXPORT_SYMBOL vmlinux 0x8c94d5fa neigh_connected_output EXPORT_SYMBOL vmlinux 0x8ca10772 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x8ccb9a91 pci_disable_msi EXPORT_SYMBOL vmlinux 0x8cd866ab vfs_get_link EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table EXPORT_SYMBOL vmlinux 0x8ce1c038 omap_enable_dma_irq EXPORT_SYMBOL vmlinux 0x8cf829b4 devm_clk_put -EXPORT_SYMBOL vmlinux 0x8d04a581 __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0x8d0dd786 mdiobus_free EXPORT_SYMBOL vmlinux 0x8d10b6ac generic_fillattr -EXPORT_SYMBOL vmlinux 0x8d3cc353 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x8d3488ba dev_set_group EXPORT_SYMBOL vmlinux 0x8d407c3f migrate_page -EXPORT_SYMBOL vmlinux 0x8d45359a tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x8d47f22d fget EXPORT_SYMBOL vmlinux 0x8d490c48 scsi_set_medium_removal EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq @@ -8376,11 +8352,7 @@ EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper EXPORT_SYMBOL vmlinux 0x8d7a4cff iov_iter_single_seg_count EXPORT_SYMBOL vmlinux 0x8d7ff6b7 bh_submit_read EXPORT_SYMBOL vmlinux 0x8d8b10b5 con_is_bound -EXPORT_SYMBOL vmlinux 0x8d8c5e53 inet_csk_clear_xmit_timers -EXPORT_SYMBOL vmlinux 0x8db81bd5 dev_alloc_name -EXPORT_SYMBOL vmlinux 0x8dba4530 inet_add_protocol EXPORT_SYMBOL vmlinux 0x8dc53525 gnet_stats_copy_basic -EXPORT_SYMBOL vmlinux 0x8dc84eb5 dev_set_group EXPORT_SYMBOL vmlinux 0x8dc905fc clear_inode EXPORT_SYMBOL vmlinux 0x8dd46f64 scsi_register_interface EXPORT_SYMBOL vmlinux 0x8ddb1ee5 scsi_remove_device @@ -8392,14 +8364,16 @@ EXPORT_SYMBOL vmlinux 0x8dfa8e22 bdput EXPORT_SYMBOL vmlinux 0x8dfb0ad5 uart_resume_port EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node EXPORT_SYMBOL vmlinux 0x8e116a88 on_each_cpu_mask -EXPORT_SYMBOL vmlinux 0x8e2b8278 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0x8e36d012 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x8e36dab7 tcp_sendpage EXPORT_SYMBOL vmlinux 0x8e47836d __find_get_block EXPORT_SYMBOL vmlinux 0x8e4fcd58 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x8e7b9fb2 xfrm_state_update EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops EXPORT_SYMBOL vmlinux 0x8e8712dc serio_bus EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed -EXPORT_SYMBOL vmlinux 0x8e8a7d23 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x8e8c39a3 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x8e9d55fb vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x8ead95ba bio_integrity_trim EXPORT_SYMBOL vmlinux 0x8eb0f0ec proc_set_user EXPORT_SYMBOL vmlinux 0x8eb4ab97 mipi_dsi_dcs_get_power_mode @@ -8409,74 +8383,72 @@ EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk EXPORT_SYMBOL vmlinux 0x8ed07b01 bmap EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x8edc37f3 follow_up +EXPORT_SYMBOL vmlinux 0x8ee72d7a inet_register_protosw +EXPORT_SYMBOL vmlinux 0x8eec17d3 netdev_printk EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask -EXPORT_SYMBOL vmlinux 0x8f247e6a __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x8f352bd9 __tty_insert_flip_char EXPORT_SYMBOL vmlinux 0x8f3625fe _raw_spin_unlock_bh EXPORT_SYMBOL vmlinux 0x8f49a24c do_SAK EXPORT_SYMBOL vmlinux 0x8f4db154 read_cache_page -EXPORT_SYMBOL vmlinux 0x8f57c24a ping_prot EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major EXPORT_SYMBOL vmlinux 0x8f6458a7 scsi_device_set_state EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard EXPORT_SYMBOL vmlinux 0x8f7069e6 of_clk_get -EXPORT_SYMBOL vmlinux 0x8f8ef751 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x8f7d254a xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8f812ef5 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x8f907a7a register_sysctl EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode EXPORT_SYMBOL vmlinux 0x8f9fb330 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x8fbc932d tcp_v4_conn_request EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state -EXPORT_SYMBOL vmlinux 0x8fca60da inet6_release EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update EXPORT_SYMBOL vmlinux 0x8fe51d45 devm_gen_pool_create -EXPORT_SYMBOL vmlinux 0x8fe547df inet6_add_offload EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit -EXPORT_SYMBOL vmlinux 0x90098c2f pci_read_config_dword -EXPORT_SYMBOL vmlinux 0x9012a662 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x8ffbaa57 ip6_xmit EXPORT_SYMBOL vmlinux 0x901d83c6 mipi_dsi_dcs_set_column_address -EXPORT_SYMBOL vmlinux 0x901e9167 sock_create_lite EXPORT_SYMBOL vmlinux 0x902d106b path_has_submounts EXPORT_SYMBOL vmlinux 0x902e8962 __put_cred EXPORT_SYMBOL vmlinux 0x90410e20 flow_rule_match_ipv6_addrs EXPORT_SYMBOL vmlinux 0x904a3416 override_creds -EXPORT_SYMBOL vmlinux 0x905ba938 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x904caba3 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x90506fb5 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x90609db6 gen_pool_virt_to_phys -EXPORT_SYMBOL vmlinux 0x9069c26f tso_build_hdr EXPORT_SYMBOL vmlinux 0x906f5252 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x907ffe82 ps2_handle_response EXPORT_SYMBOL vmlinux 0x908298aa tegra_dfll_runtime_suspend EXPORT_SYMBOL vmlinux 0x908b19bc bioset_integrity_create EXPORT_SYMBOL vmlinux 0x908ea78e csum_and_copy_from_iter_full EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked -EXPORT_SYMBOL vmlinux 0x90b660fe sock_no_connect -EXPORT_SYMBOL vmlinux 0x90b81919 kfree_skb +EXPORT_SYMBOL vmlinux 0x90c26651 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user -EXPORT_SYMBOL vmlinux 0x90e0faf9 seg6_hmac_net_init +EXPORT_SYMBOL vmlinux 0x90c77bd0 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x90e61338 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x90eac3f7 ping_prot EXPORT_SYMBOL vmlinux 0x90ef163b serio_interrupt EXPORT_SYMBOL vmlinux 0x90f727da flow_rule_match_enc_ipv4_addrs EXPORT_SYMBOL vmlinux 0x912cd860 security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0x9148c561 blk_queue_chunk_sectors EXPORT_SYMBOL vmlinux 0x915e7dcb key_link -EXPORT_SYMBOL vmlinux 0x916f0404 inet_recvmsg EXPORT_SYMBOL vmlinux 0x917eaee4 devm_nvmem_unregister -EXPORT_SYMBOL vmlinux 0x91849b60 pci_choose_state EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x919c25bc pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a44f83 inet6_release EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned -EXPORT_SYMBOL vmlinux 0x91adbebb pcibios_fixup_bus EXPORT_SYMBOL vmlinux 0x91b26e97 dma_sync_wait EXPORT_SYMBOL vmlinux 0x91b2a327 padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0x91b9591f of_get_next_cpu_node EXPORT_SYMBOL vmlinux 0x91bacc1a kern_path -EXPORT_SYMBOL vmlinux 0x91bda02c ip_getsockopt EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz EXPORT_SYMBOL vmlinux 0x91c48932 _dev_emerg -EXPORT_SYMBOL vmlinux 0x91c7b4dd netpoll_print_options EXPORT_SYMBOL vmlinux 0x91f7b01d unmap_mapping_range EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask EXPORT_SYMBOL vmlinux 0x921c67cc mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x921faba8 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x92207cbb neigh_table_clear +EXPORT_SYMBOL vmlinux 0x922b3784 netpoll_print_options EXPORT_SYMBOL vmlinux 0x922ec97e redirty_page_for_writepage EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x922f53ab snd_pcm_new_stream @@ -8484,14 +8456,13 @@ EXPORT_SYMBOL vmlinux 0x923497a0 phy_queue_state_machine EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get EXPORT_SYMBOL vmlinux 0x923b7112 unlock_two_nondirectories EXPORT_SYMBOL vmlinux 0x923ea194 __xa_insert -EXPORT_SYMBOL vmlinux 0x9247d1fd neigh_table_init EXPORT_SYMBOL vmlinux 0x924d7a26 nf_getsockopt -EXPORT_SYMBOL vmlinux 0x925161dc xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x925c1ffc dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x926bd9e1 neigh_direct_output EXPORT_SYMBOL vmlinux 0x9270b8b7 pps_register_source EXPORT_SYMBOL vmlinux 0x92712952 kiocb_set_cancel_fn EXPORT_SYMBOL vmlinux 0x9287fd68 vme_unregister_bridge -EXPORT_SYMBOL vmlinux 0x928c0586 skb_ext_add +EXPORT_SYMBOL vmlinux 0x92890d11 pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0x929545c0 d_obtain_alias EXPORT_SYMBOL vmlinux 0x92a30293 phy_request_interrupt EXPORT_SYMBOL vmlinux 0x92a7669e devm_pci_remap_cfg_resource @@ -8500,22 +8471,23 @@ EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name EXPORT_SYMBOL vmlinux 0x92c6eab7 try_module_get EXPORT_SYMBOL vmlinux 0x92d23649 device_get_mac_address EXPORT_SYMBOL vmlinux 0x92d49b1f ab3100_event_register +EXPORT_SYMBOL vmlinux 0x92d593a7 audit_log EXPORT_SYMBOL vmlinux 0x92e60020 __blockdev_direct_IO EXPORT_SYMBOL vmlinux 0x92e8a0ce security_old_inode_init_security EXPORT_SYMBOL vmlinux 0x92e9b030 tty_hangup EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach -EXPORT_SYMBOL vmlinux 0x9303e42f icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get -EXPORT_SYMBOL vmlinux 0x9312489c cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x9311a784 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9313af77 inet_put_port EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r EXPORT_SYMBOL vmlinux 0x93347963 page_cache_prev_miss EXPORT_SYMBOL vmlinux 0x934114a3 devfreq_suspend_device EXPORT_SYMBOL vmlinux 0x934685e8 ns_capable EXPORT_SYMBOL vmlinux 0x934ae95a filemap_page_mkwrite EXPORT_SYMBOL vmlinux 0x93587b6d register_sound_special_device -EXPORT_SYMBOL vmlinux 0x936e6662 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x935c049a xfrm6_input_addr EXPORT_SYMBOL vmlinux 0x93713086 sg_split EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x937a397a blk_rq_map_integrity_sg @@ -8527,7 +8499,7 @@ EXPORT_SYMBOL vmlinux 0x93bdaa1f dma_pool_free EXPORT_SYMBOL vmlinux 0x93c11242 mdiobus_register_device EXPORT_SYMBOL vmlinux 0x93d95b3a vme_slave_set EXPORT_SYMBOL vmlinux 0x93e8dfe0 fifo_set_limit -EXPORT_SYMBOL vmlinux 0x94002946 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x93e9a1f3 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x9408148e inode_set_bytes EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list EXPORT_SYMBOL vmlinux 0x94205154 vm_event_states @@ -8536,15 +8508,16 @@ EXPORT_SYMBOL vmlinux 0x942a4791 phy_modify_paged_changed EXPORT_SYMBOL vmlinux 0x942e33e2 bio_advance EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked -EXPORT_SYMBOL vmlinux 0x945b7d5c fqdir_exit EXPORT_SYMBOL vmlinux 0x945d6cde param_ops_ullong EXPORT_SYMBOL vmlinux 0x946b5462 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x946fd364 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x947a7e5a cdev_device_add EXPORT_SYMBOL vmlinux 0x9480dd94 dquot_get_next_dqblk EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949884c1 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x94a738d4 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x94be6984 __getblk_gfp EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 -EXPORT_SYMBOL vmlinux 0x94c49029 skb_free_datagram EXPORT_SYMBOL vmlinux 0x94d1592f dev_mc_init EXPORT_SYMBOL vmlinux 0x94d66bfe efi EXPORT_SYMBOL vmlinux 0x94f0a822 mipi_dsi_set_maximum_return_packet_size @@ -8552,11 +8525,11 @@ EXPORT_SYMBOL vmlinux 0x951d74e9 vme_irq_handler EXPORT_SYMBOL vmlinux 0x95368d33 memcg_kmem_enabled_key EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x954f32ad in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x955cc2a8 down_read_interruptible EXPORT_SYMBOL vmlinux 0x95675063 dcbnl_cee_notify EXPORT_SYMBOL vmlinux 0x9578c189 vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked -EXPORT_SYMBOL vmlinux 0x9593b8c4 inet_get_local_port_range EXPORT_SYMBOL vmlinux 0x95a64354 __cleancache_get_page EXPORT_SYMBOL vmlinux 0x95ac1dd7 phy_ethtool_ksettings_set EXPORT_SYMBOL vmlinux 0x95bc7e82 lease_modify @@ -8564,16 +8537,18 @@ EXPORT_SYMBOL vmlinux 0x95d3d918 refcount_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x95d5701a dquot_reclaim_space_nodirty EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add +EXPORT_SYMBOL vmlinux 0x95ea9a54 pci_write_config_dword EXPORT_SYMBOL vmlinux 0x95ebdf40 jbd2_journal_lock_updates EXPORT_SYMBOL vmlinux 0x95eea56a path_put EXPORT_SYMBOL vmlinux 0x96004295 set_cached_acl -EXPORT_SYMBOL vmlinux 0x96076360 sock_no_shutdown EXPORT_SYMBOL vmlinux 0x9615ff1c of_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0x962cff15 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x9636eee4 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x965519b8 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r EXPORT_SYMBOL vmlinux 0x967a34ae rproc_report_crash -EXPORT_SYMBOL vmlinux 0x967a9a30 ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9694497e __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0x96b398cb __breadahead EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string @@ -8581,14 +8556,12 @@ EXPORT_SYMBOL vmlinux 0x96d07e58 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x96d31ee9 simple_write_end EXPORT_SYMBOL vmlinux 0x96ddd21b blk_sync_queue EXPORT_SYMBOL vmlinux 0x96e36bef dquot_initialize_needed -EXPORT_SYMBOL vmlinux 0x96e4c394 dev_add_pack -EXPORT_SYMBOL vmlinux 0x96ea2f43 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x96ea9541 pci_dev_put EXPORT_SYMBOL vmlinux 0x96fb5e58 input_handler_for_each_handle EXPORT_SYMBOL vmlinux 0x96ff8d8b tegra_ivc_cleanup EXPORT_SYMBOL vmlinux 0x970029ff get_task_cred EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul -EXPORT_SYMBOL vmlinux 0x971d38db __napi_schedule EXPORT_SYMBOL vmlinux 0x97255bdf strlen EXPORT_SYMBOL vmlinux 0x972905e8 nf_setsockopt EXPORT_SYMBOL vmlinux 0x973e7b47 d_obtain_root @@ -8596,20 +8569,18 @@ EXPORT_SYMBOL vmlinux 0x9742eee4 blk_mq_tagset_wait_completed_request EXPORT_SYMBOL vmlinux 0x9748c92b snd_pcm_set_ops EXPORT_SYMBOL vmlinux 0x974b6387 vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0x9768a48c qcom_scm_get_version -EXPORT_SYMBOL vmlinux 0x978bb8fc pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0x97926b13 rproc_free EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state -EXPORT_SYMBOL vmlinux 0x97a573bb sock_no_listen EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list EXPORT_SYMBOL vmlinux 0x97c7d22a ptp_clock_event -EXPORT_SYMBOL vmlinux 0x97d3862d qdisc_put +EXPORT_SYMBOL vmlinux 0x97d3c68a dev_get_valid_name EXPORT_SYMBOL vmlinux 0x97d6946a iov_iter_fault_in_readable -EXPORT_SYMBOL vmlinux 0x97df369f udp_disconnect EXPORT_SYMBOL vmlinux 0x97f5b6a4 page_get_link EXPORT_SYMBOL vmlinux 0x9800cb35 set_page_dirty EXPORT_SYMBOL vmlinux 0x980f644d wireless_spy_update +EXPORT_SYMBOL vmlinux 0x98191555 pci_pme_active EXPORT_SYMBOL vmlinux 0x982094ef of_n_addr_cells EXPORT_SYMBOL vmlinux 0x982befdd fb_class EXPORT_SYMBOL vmlinux 0x983924fa scsi_report_device_reset @@ -8618,138 +8589,121 @@ EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue EXPORT_SYMBOL vmlinux 0x983e0227 scsi_block_requests EXPORT_SYMBOL vmlinux 0x98436cdb serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse -EXPORT_SYMBOL vmlinux 0x985cef4a kernel_accept EXPORT_SYMBOL vmlinux 0x98635977 of_graph_get_port_parent EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98806f8e ip_do_fragment EXPORT_SYMBOL vmlinux 0x98832da8 utf8ncursor EXPORT_SYMBOL vmlinux 0x98a21b5a neigh_proc_dointvec_ms_jiffies -EXPORT_SYMBOL vmlinux 0x98a27715 ether_setup EXPORT_SYMBOL vmlinux 0x98ad6bba security_path_mknod EXPORT_SYMBOL vmlinux 0x98bb1fd8 dcb_ieee_getapp_dscp_prio_mask_map -EXPORT_SYMBOL vmlinux 0x98bdd3b3 xfrm_replay_seqhi -EXPORT_SYMBOL vmlinux 0x98c273f0 netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x98cbaf49 iterate_dir EXPORT_SYMBOL vmlinux 0x98ce4dc2 vlan_filter_drop_vids -EXPORT_SYMBOL vmlinux 0x98d674c7 dev_open EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning EXPORT_SYMBOL vmlinux 0x98e5bd22 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x98eaa277 udp_pre_connect EXPORT_SYMBOL vmlinux 0x98f1571c bdev_stack_limits EXPORT_SYMBOL vmlinux 0x98f18a1f generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x98f5df3d vga_get EXPORT_SYMBOL vmlinux 0x9902f134 is_subdir EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available EXPORT_SYMBOL vmlinux 0x99281b27 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x9935d1fd nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch EXPORT_SYMBOL vmlinux 0x994275bd rproc_add_subdev EXPORT_SYMBOL vmlinux 0x99479271 fb_show_logo +EXPORT_SYMBOL vmlinux 0x994ec925 sk_net_capable EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99653307 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all EXPORT_SYMBOL vmlinux 0x9977e13b scsi_ioctl -EXPORT_SYMBOL vmlinux 0x99781c05 tcp_sendmsg EXPORT_SYMBOL vmlinux 0x999226f4 set_wb_congested EXPORT_SYMBOL vmlinux 0x9996545e ps2_end_command +EXPORT_SYMBOL vmlinux 0x999c0e8b dev_get_stats EXPORT_SYMBOL vmlinux 0x999da234 vfs_iter_write EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x99aee8a1 mmc_gpiod_request_cd -EXPORT_SYMBOL vmlinux 0x99b0d7de nf_log_unregister EXPORT_SYMBOL vmlinux 0x99b802e8 fscrypt_free_inode EXPORT_SYMBOL vmlinux 0x99bb8806 memmove -EXPORT_SYMBOL vmlinux 0x99c07d9a pneigh_lookup -EXPORT_SYMBOL vmlinux 0x99c5e077 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x99c220b8 pci_fixup_device EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation EXPORT_SYMBOL vmlinux 0x99d8a8a0 omap_rtc_power_off_program -EXPORT_SYMBOL vmlinux 0x99e4e4ea inet_ioctl -EXPORT_SYMBOL vmlinux 0x99e7fdce inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x9a063ae5 pci_disable_link_state EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a0c53ec pci_dev_driver EXPORT_SYMBOL vmlinux 0x9a0ccf29 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x9a0e1706 mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0x9a12d07b sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk -EXPORT_SYMBOL vmlinux 0x9a1e54cb lock_sock_fast EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval -EXPORT_SYMBOL vmlinux 0x9a27f3b2 tc_setup_cb_reoffload -EXPORT_SYMBOL vmlinux 0x9a481d61 netdev_change_features EXPORT_SYMBOL vmlinux 0x9a4ab176 tty_unregister_driver EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk EXPORT_SYMBOL vmlinux 0x9a599d2e vme_irq_request -EXPORT_SYMBOL vmlinux 0x9a5e1883 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x9a66a12a tty_vhangup -EXPORT_SYMBOL vmlinux 0x9a68f92a sock_i_ino EXPORT_SYMBOL vmlinux 0x9a72cc4e netlink_broadcast_filtered EXPORT_SYMBOL vmlinux 0x9a7ab097 file_write_and_wait_range -EXPORT_SYMBOL vmlinux 0x9a81c6e1 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range EXPORT_SYMBOL vmlinux 0x9a871554 snd_pcm_lib_free_pages EXPORT_SYMBOL vmlinux 0x9a89a7a3 proc_douintvec EXPORT_SYMBOL vmlinux 0x9a8d83fb vfs_link -EXPORT_SYMBOL vmlinux 0x9a9c5fb6 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x9a96d3ae pcim_iounmap EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 EXPORT_SYMBOL vmlinux 0x9aaac286 genl_family_attrbuf -EXPORT_SYMBOL vmlinux 0x9aad266c dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns EXPORT_SYMBOL vmlinux 0x9ac7c69c __page_pool_put_page EXPORT_SYMBOL vmlinux 0x9acb8066 _raw_read_unlock_bh EXPORT_SYMBOL vmlinux 0x9ae3974a dev_driver_string -EXPORT_SYMBOL vmlinux 0x9aec6afa nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x9af96ab4 mmc_retune_pause EXPORT_SYMBOL vmlinux 0x9afe5c53 generic_parse_monolithic EXPORT_SYMBOL vmlinux 0x9b0eae25 uart_remove_one_port EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state EXPORT_SYMBOL vmlinux 0x9b1a7a58 ps2_drain -EXPORT_SYMBOL vmlinux 0x9b1abc4a __skb_gso_segment EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe -EXPORT_SYMBOL vmlinux 0x9b300dcb xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x9b3ec511 devm_clk_get_optional EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x9b47cfbb sock_register EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked EXPORT_SYMBOL vmlinux 0x9b567b18 imx_scu_enable_general_irq_channel -EXPORT_SYMBOL vmlinux 0x9b5e9896 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x9b618c66 ip6_frag_next EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize -EXPORT_SYMBOL vmlinux 0x9b83343e neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x9b7484f6 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x9b986eea pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x9bb53bbb vme_irq_free EXPORT_SYMBOL vmlinux 0x9bc043e4 is_bad_inode EXPORT_SYMBOL vmlinux 0x9bcce305 param_get_invbool -EXPORT_SYMBOL vmlinux 0x9bdc5ca5 netdev_features_change -EXPORT_SYMBOL vmlinux 0x9beee9ad sock_alloc EXPORT_SYMBOL vmlinux 0x9bf1d221 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x9c0d235a sock_recv_errqueue EXPORT_SYMBOL vmlinux 0x9c11d8d7 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x9c160f3b sock_rfree EXPORT_SYMBOL vmlinux 0x9c2601f0 vfs_setpos EXPORT_SYMBOL vmlinux 0x9c48b378 alloc_fddidev EXPORT_SYMBOL vmlinux 0x9c4c985b edac_mc_find EXPORT_SYMBOL vmlinux 0x9c740090 input_set_abs_params EXPORT_SYMBOL vmlinux 0x9c7419dc ZSTD_initDStream_usingDDict -EXPORT_SYMBOL vmlinux 0x9c742364 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x9c93c4fb bdget -EXPORT_SYMBOL vmlinux 0x9ca248e2 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x9ca7af14 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name -EXPORT_SYMBOL vmlinux 0x9caeced3 datagram_poll -EXPORT_SYMBOL vmlinux 0x9cd53228 rtnl_configure_link -EXPORT_SYMBOL vmlinux 0x9cda0f9f nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x9cbf8806 skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net EXPORT_SYMBOL vmlinux 0x9ce9f4f4 keyring_search EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks EXPORT_SYMBOL vmlinux 0x9d0a9262 fscrypt_fname_disk_to_usr EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier -EXPORT_SYMBOL vmlinux 0x9d0e3bf7 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9d1cde2c ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x9d38e6d3 devfreq_interval_update EXPORT_SYMBOL vmlinux 0x9d40ed4e snd_timer_resolution EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class EXPORT_SYMBOL vmlinux 0x9d669763 memcpy -EXPORT_SYMBOL vmlinux 0x9d6f42b2 pcim_iomap_regions -EXPORT_SYMBOL vmlinux 0x9d733adb skb_store_bits -EXPORT_SYMBOL vmlinux 0x9d8b1816 qdisc_reset -EXPORT_SYMBOL vmlinux 0x9d95f979 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x9da56aa2 bioset_exit EXPORT_SYMBOL vmlinux 0x9da5e607 cros_ec_prepare_tx EXPORT_SYMBOL vmlinux 0x9dbbd9b1 iw_handler_get_thrspy EXPORT_SYMBOL vmlinux 0x9dc08a71 pgprot_kernel -EXPORT_SYMBOL vmlinux 0x9dc3d0c9 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission -EXPORT_SYMBOL vmlinux 0x9df39be6 xfrm_policy_bysel_ctx -EXPORT_SYMBOL vmlinux 0x9dffefd2 tcp_check_req +EXPORT_SYMBOL vmlinux 0x9de24032 arp_xmit EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node EXPORT_SYMBOL vmlinux 0x9e0ca026 sb_set_blocksize EXPORT_SYMBOL vmlinux 0x9e0e99c2 generic_pipe_buf_confirm @@ -8763,13 +8717,12 @@ EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e645137 genphy_read_lpa EXPORT_SYMBOL vmlinux 0x9e67f2e4 blk_queue_max_write_zeroes_sectors EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str -EXPORT_SYMBOL vmlinux 0x9e7b7f96 scm_detach_fds EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0x9e9d3a3c fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0x9e9f8d6a blk_post_runtime_suspend EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea00a48 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x9eaf63d4 frontswap_register_ops -EXPORT_SYMBOL vmlinux 0x9eba8d30 inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 EXPORT_SYMBOL vmlinux 0x9ecba009 scsi_track_queue_full @@ -8779,34 +8732,34 @@ EXPORT_SYMBOL vmlinux 0x9eda304f simple_write_begin EXPORT_SYMBOL vmlinux 0x9ef6ac7e hmm_range_dma_map EXPORT_SYMBOL vmlinux 0x9f195281 tty_port_put EXPORT_SYMBOL vmlinux 0x9f19db4e serio_open -EXPORT_SYMBOL vmlinux 0x9f2191b4 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 EXPORT_SYMBOL vmlinux 0x9f4ea10a scsi_print_result EXPORT_SYMBOL vmlinux 0x9f4eb5aa page_cache_next_miss -EXPORT_SYMBOL vmlinux 0x9f50959f inet_gro_receive EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f518521 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy -EXPORT_SYMBOL vmlinux 0x9f780164 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x9f7dc622 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x9f937af3 sock_recvmsg EXPORT_SYMBOL vmlinux 0x9f984513 strrchr EXPORT_SYMBOL vmlinux 0x9fa40d83 fscrypt_decrypt_bio EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid EXPORT_SYMBOL vmlinux 0x9fbba3a7 inode_set_flags EXPORT_SYMBOL vmlinux 0x9fc9c035 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x9fd21e62 seg6_push_hmac EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many EXPORT_SYMBOL vmlinux 0x9fe52854 blk_mq_init_queue EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0xa00095d7 of_mdiobus_register -EXPORT_SYMBOL vmlinux 0xa0175293 __scm_send EXPORT_SYMBOL vmlinux 0xa01c65a8 save_stack_trace_tsk EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes EXPORT_SYMBOL vmlinux 0xa04c2933 of_node_name_prefix EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass EXPORT_SYMBOL vmlinux 0xa0623d1f i2c_smbus_xfer -EXPORT_SYMBOL vmlinux 0xa0627c85 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0xa0650809 ppp_unit_number EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0919796 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable EXPORT_SYMBOL vmlinux 0xa09a875b register_sound_dsp EXPORT_SYMBOL vmlinux 0xa0a40b03 unregister_console @@ -8814,7 +8767,6 @@ EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 -EXPORT_SYMBOL vmlinux 0xa0cce32f inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0xa0d7880b mmc_sw_reset EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function @@ -8827,17 +8779,17 @@ EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max EXPORT_SYMBOL vmlinux 0xa118c51f rproc_del EXPORT_SYMBOL vmlinux 0xa11f0696 mdiobus_get_phy EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa13156e5 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0xa1322812 disk_stack_limits EXPORT_SYMBOL vmlinux 0xa132bc7b send_sig EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue EXPORT_SYMBOL vmlinux 0xa1839690 __tracepoint_kmem_cache_alloc -EXPORT_SYMBOL vmlinux 0xa18d7d31 dev_get_stats EXPORT_SYMBOL vmlinux 0xa1bacd91 qcom_scm_set_cold_boot_addr EXPORT_SYMBOL vmlinux 0xa1c2da1f inode_init_always EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1cbd278 __ip_options_compile EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user -EXPORT_SYMBOL vmlinux 0xa1d42118 pci_irq_vector EXPORT_SYMBOL vmlinux 0xa1d7ad90 kmem_cache_free EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create EXPORT_SYMBOL vmlinux 0xa204bf0b iov_iter_get_pages_alloc @@ -8845,9 +8797,12 @@ EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp EXPORT_SYMBOL vmlinux 0xa23ef846 block_read_full_page EXPORT_SYMBOL vmlinux 0xa24491bf ida_free EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa257b9ba inet_frags_fini EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2646cf9 sk_alloc EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b3ca3e alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xa2b8f57e __hw_addr_ref_unsync_dev EXPORT_SYMBOL vmlinux 0xa2c419ea snd_info_free_entry EXPORT_SYMBOL vmlinux 0xa2c521a8 __lock_page @@ -8856,6 +8811,7 @@ EXPORT_SYMBOL vmlinux 0xa2d91fce get_cached_acl EXPORT_SYMBOL vmlinux 0xa2f16ac0 copy_strings_kernel EXPORT_SYMBOL vmlinux 0xa30834f6 from_kprojid EXPORT_SYMBOL vmlinux 0xa31c481f vm_insert_page +EXPORT_SYMBOL vmlinux 0xa331ee0f inet6_add_protocol EXPORT_SYMBOL vmlinux 0xa34becad vc_resize EXPORT_SYMBOL vmlinux 0xa35be59b jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0xa35c7480 dev_pm_opp_unregister_notifier @@ -8870,20 +8826,20 @@ EXPORT_SYMBOL vmlinux 0xa3b6e1b7 omap_vrfb_max_height EXPORT_SYMBOL vmlinux 0xa3c00c06 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0xa3d653c7 seq_printf EXPORT_SYMBOL vmlinux 0xa3e2dc91 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xa3eaea19 datagram_poll EXPORT_SYMBOL vmlinux 0xa405642b pipe_unlock -EXPORT_SYMBOL vmlinux 0xa432fd0d seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xa40ef7fb __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xa43799a8 rfs_needed EXPORT_SYMBOL vmlinux 0xa43d1c72 __nand_correct_data EXPORT_SYMBOL vmlinux 0xa4405e6b cdrom_dummy_generic_packet EXPORT_SYMBOL vmlinux 0xa4549ff2 dev_mc_add_global EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc -EXPORT_SYMBOL vmlinux 0xa45e8e0d neigh_destroy EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev EXPORT_SYMBOL vmlinux 0xa462a387 generic_file_llseek_size EXPORT_SYMBOL vmlinux 0xa4661969 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xa4709360 rtnl_notify EXPORT_SYMBOL vmlinux 0xa475e6ab page_pool_create EXPORT_SYMBOL vmlinux 0xa47643b2 inode_sub_bytes -EXPORT_SYMBOL vmlinux 0xa486b86d dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0xa48d2d08 module_refcount EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params EXPORT_SYMBOL vmlinux 0xa4a40865 snd_dma_alloc_pages_fallback @@ -8894,6 +8850,7 @@ EXPORT_SYMBOL vmlinux 0xa4c8b38f request_key_tag EXPORT_SYMBOL vmlinux 0xa4d2efe2 timestamp_truncate EXPORT_SYMBOL vmlinux 0xa4dc80c8 blk_mq_stop_hw_queues EXPORT_SYMBOL vmlinux 0xa4ea4549 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xa4f4fc80 sk_stop_timer EXPORT_SYMBOL vmlinux 0xa4f5ad27 dquot_get_dqblk EXPORT_SYMBOL vmlinux 0xa4fdad69 mipi_dsi_generic_write EXPORT_SYMBOL vmlinux 0xa4fe14d7 unregister_framebuffer @@ -8904,99 +8861,96 @@ EXPORT_SYMBOL vmlinux 0xa53322fb blk_mq_can_queue EXPORT_SYMBOL vmlinux 0xa5376d61 clocksource_change_rating EXPORT_SYMBOL vmlinux 0xa5434a9d _dev_crit EXPORT_SYMBOL vmlinux 0xa5446b48 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xa5466731 sock_no_bind EXPORT_SYMBOL vmlinux 0xa54a99ce keyring_clear EXPORT_SYMBOL vmlinux 0xa550adba blk_integrity_register EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color -EXPORT_SYMBOL vmlinux 0xa560be51 km_state_notify +EXPORT_SYMBOL vmlinux 0xa55d83e6 ipv4_specific EXPORT_SYMBOL vmlinux 0xa5652d68 serio_reconnect EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek EXPORT_SYMBOL vmlinux 0xa574d2a3 kmalloc_caches -EXPORT_SYMBOL vmlinux 0xa57dadfb pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xa5863388 km_state_notify EXPORT_SYMBOL vmlinux 0xa59061f1 sk_stream_error -EXPORT_SYMBOL vmlinux 0xa59ac603 tcp_conn_request -EXPORT_SYMBOL vmlinux 0xa5a4b3c3 pneigh_enqueue EXPORT_SYMBOL vmlinux 0xa5e5c834 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xa5e7632b inet_csk_accept EXPORT_SYMBOL vmlinux 0xa5f49840 bdi_set_max_ratio EXPORT_SYMBOL vmlinux 0xa5fef17c __blk_mq_end_request EXPORT_SYMBOL vmlinux 0xa603e663 dma_cache_sync -EXPORT_SYMBOL vmlinux 0xa6066b9a register_netdevice -EXPORT_SYMBOL vmlinux 0xa608b28f __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xa61287d2 dump_skip -EXPORT_SYMBOL vmlinux 0xa6185a56 tcp_child_process +EXPORT_SYMBOL vmlinux 0xa6128cdd dev_get_by_name EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab -EXPORT_SYMBOL vmlinux 0xa62ed323 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xa625a908 tcf_block_put EXPORT_SYMBOL vmlinux 0xa630bbb1 start_tty +EXPORT_SYMBOL vmlinux 0xa6675507 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xa669ebc5 ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 EXPORT_SYMBOL vmlinux 0xa68c883f file_fdatawait_range -EXPORT_SYMBOL vmlinux 0xa68e575f tcp_md5_do_add EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0xa6997cf5 vprintk_emit -EXPORT_SYMBOL vmlinux 0xa69e943b napi_disable EXPORT_SYMBOL vmlinux 0xa6a1122f __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xa6a6ad14 imx_dsp_ring_doorbell EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem EXPORT_SYMBOL vmlinux 0xa6ac6035 blk_mq_stop_hw_queue -EXPORT_SYMBOL vmlinux 0xa6d0a48d inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa6db47c6 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0xa6f4f141 __sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0xa70e1805 i2c_smbus_read_i2c_block_data_or_emulated EXPORT_SYMBOL vmlinux 0xa7146a6a mdio_driver_unregister EXPORT_SYMBOL vmlinux 0xa71d2490 param_set_short EXPORT_SYMBOL vmlinux 0xa72957cc __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xa72a2634 xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0xa72c5b95 gen_pool_dma_zalloc_algo -EXPORT_SYMBOL vmlinux 0xa72f75c6 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock EXPORT_SYMBOL vmlinux 0xa743cd5b kernel_write +EXPORT_SYMBOL vmlinux 0xa74b90db sk_page_frag_refill EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock EXPORT_SYMBOL vmlinux 0xa74d973b generic_file_read_iter -EXPORT_SYMBOL vmlinux 0xa74e3de9 tcp_v4_mtu_reduced -EXPORT_SYMBOL vmlinux 0xa751b58d inet_dgram_ops EXPORT_SYMBOL vmlinux 0xa75d5ef3 dma_async_device_unregister EXPORT_SYMBOL vmlinux 0xa7603ffe get_user_pages_unlocked EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier EXPORT_SYMBOL vmlinux 0xa78b0a55 simple_transaction_read EXPORT_SYMBOL vmlinux 0xa7a3bb5f phy_write_paged -EXPORT_SYMBOL vmlinux 0xa7abbfb7 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xa7aafb09 vga_client_register EXPORT_SYMBOL vmlinux 0xa7ad9225 blk_mq_alloc_request EXPORT_SYMBOL vmlinux 0xa7af4f07 bd_start_claiming EXPORT_SYMBOL vmlinux 0xa7b3181c up_read -EXPORT_SYMBOL vmlinux 0xa7b60f9e __napi_alloc_skb -EXPORT_SYMBOL vmlinux 0xa7bba2f5 skb_queue_purge EXPORT_SYMBOL vmlinux 0xa7bcef72 d_tmpfile EXPORT_SYMBOL vmlinux 0xa7c4a169 inc_node_state -EXPORT_SYMBOL vmlinux 0xa7c7b2e1 tcp_seq_start EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector EXPORT_SYMBOL vmlinux 0xa7e69c30 ps2_sliced_command EXPORT_SYMBOL vmlinux 0xa7eeb0dd ps2_cmd_aborted EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper -EXPORT_SYMBOL vmlinux 0xa7f2d2a7 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xa80863be __alloc_skb EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead -EXPORT_SYMBOL vmlinux 0xa8136aee pci_release_resource EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked EXPORT_SYMBOL vmlinux 0xa828c4de jbd2_journal_flush -EXPORT_SYMBOL vmlinux 0xa82cf6b3 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xa82d6de4 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa82e054a pci_setup_cardbus EXPORT_SYMBOL vmlinux 0xa830bd98 dev_addr_init +EXPORT_SYMBOL vmlinux 0xa834a0d6 pci_add_new_bus EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox EXPORT_SYMBOL vmlinux 0xa8643dab iov_iter_alignment EXPORT_SYMBOL vmlinux 0xa867eeeb elv_rb_add EXPORT_SYMBOL vmlinux 0xa88684a1 max8925_set_bits EXPORT_SYMBOL vmlinux 0xa889ce6d snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0xa88aa064 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0xa88d7e89 of_get_i2c_adapter_by_node EXPORT_SYMBOL vmlinux 0xa89ca17d set_anon_super_fc EXPORT_SYMBOL vmlinux 0xa8a08caf trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xa8a122da netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8c4a663 ip_check_defrag EXPORT_SYMBOL vmlinux 0xa8c75b1e __register_nls EXPORT_SYMBOL vmlinux 0xa8c78a0f input_setup_polling EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all EXPORT_SYMBOL vmlinux 0xa8cbeb9e proc_create_seq_private -EXPORT_SYMBOL vmlinux 0xa8d33717 pci_irq_get_node EXPORT_SYMBOL vmlinux 0xa8d3b441 tty_port_raise_dtr_rts -EXPORT_SYMBOL vmlinux 0xa8d57fe2 dev_deactivate +EXPORT_SYMBOL vmlinux 0xa8dffba8 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xa8e98c49 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt EXPORT_SYMBOL vmlinux 0xa8ee65c1 omap_vrfb_adjust_size EXPORT_SYMBOL vmlinux 0xa8f0cc79 xsk_umem_consume_tx_done @@ -9004,15 +8958,18 @@ EXPORT_SYMBOL vmlinux 0xa8f4939f single_open_size EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul EXPORT_SYMBOL vmlinux 0xa8f9c35f security_sctp_assoc_request -EXPORT_SYMBOL vmlinux 0xa90b4c3b pci_release_region +EXPORT_SYMBOL vmlinux 0xa90390f7 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xa903b618 sock_queue_err_skb EXPORT_SYMBOL vmlinux 0xa920a57d d_set_d_op +EXPORT_SYMBOL vmlinux 0xa92b0df4 dev_change_flags EXPORT_SYMBOL vmlinux 0xa933e09f __cgroup_bpf_run_filter_sk -EXPORT_SYMBOL vmlinux 0xa963997d dst_destroy +EXPORT_SYMBOL vmlinux 0xa947d375 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xa949f470 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value EXPORT_SYMBOL vmlinux 0xa977ff5d always_delete_dentry EXPORT_SYMBOL vmlinux 0xa98363d6 writeback_inodes_sb_nr -EXPORT_SYMBOL vmlinux 0xa9887357 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xa9880327 skb_try_coalesce EXPORT_SYMBOL vmlinux 0xa99b2a43 nand_bch_correct_data EXPORT_SYMBOL vmlinux 0xa9a2d315 cqhci_init EXPORT_SYMBOL vmlinux 0xa9a7432f qcom_scm_pas_mem_setup @@ -9022,21 +8979,18 @@ EXPORT_SYMBOL vmlinux 0xa9d3fc2f release_pages EXPORT_SYMBOL vmlinux 0xa9d52e2f seq_pad EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl EXPORT_SYMBOL vmlinux 0xa9f29dec peernet2id -EXPORT_SYMBOL vmlinux 0xa9f77f28 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xa9fdfb40 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xaa10182e udp_prot EXPORT_SYMBOL vmlinux 0xaa13d32d n_tty_ioctl_helper EXPORT_SYMBOL vmlinux 0xaa274ce3 snd_pcm_lib_get_vmalloc_page -EXPORT_SYMBOL vmlinux 0xaa2905be pci_map_rom -EXPORT_SYMBOL vmlinux 0xaa2a915d sock_i_uid EXPORT_SYMBOL vmlinux 0xaa2b9405 posix_acl_update_mode EXPORT_SYMBOL vmlinux 0xaa416d2e locks_copy_lock -EXPORT_SYMBOL vmlinux 0xaa47a20e netif_skb_features -EXPORT_SYMBOL vmlinux 0xaa5e2526 sk_wait_data +EXPORT_SYMBOL vmlinux 0xaa612dd3 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xaa655af4 snd_jack_set_key EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name EXPORT_SYMBOL vmlinux 0xaa889d53 component_match_add_typed -EXPORT_SYMBOL vmlinux 0xaa94a9a1 noop_qdisc +EXPORT_SYMBOL vmlinux 0xaa923867 skb_split EXPORT_SYMBOL vmlinux 0xaaaab7be can_nice EXPORT_SYMBOL vmlinux 0xaacbaeb7 xsk_umem_complete_tx EXPORT_SYMBOL vmlinux 0xaacdaaea __frontswap_store @@ -9047,13 +9001,12 @@ EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function EXPORT_SYMBOL vmlinux 0xaafd9237 _raw_write_unlock_irqrestore EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp EXPORT_SYMBOL vmlinux 0xaafe0546 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xab01994a sock_no_shutdown EXPORT_SYMBOL vmlinux 0xab0ce309 ethtool_rx_flow_rule_destroy EXPORT_SYMBOL vmlinux 0xab14d0cd tty_port_close EXPORT_SYMBOL vmlinux 0xab1d7273 tcf_idr_search EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute -EXPORT_SYMBOL vmlinux 0xab421aba pci_remove_bus -EXPORT_SYMBOL vmlinux 0xab5cbac0 eth_get_headlen EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off EXPORT_SYMBOL vmlinux 0xab602437 amba_driver_register EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier @@ -9064,24 +9017,25 @@ EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab80ab58 generic_key_instantiate EXPORT_SYMBOL vmlinux 0xab92ae30 of_parse_phandle_with_fixed_args -EXPORT_SYMBOL vmlinux 0xab965961 tcp_read_sock EXPORT_SYMBOL vmlinux 0xabb37706 security_sctp_bind_connect EXPORT_SYMBOL vmlinux 0xabc04323 __pagevec_release EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc EXPORT_SYMBOL vmlinux 0xabe09ed5 dcb_ieee_setapp -EXPORT_SYMBOL vmlinux 0xabe2f7ec __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0xabec011d t10_pi_type3_ip EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac33e458 lock_sock_nested EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xac57766b ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton -EXPORT_SYMBOL vmlinux 0xac611883 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xac62491d __skb_pad EXPORT_SYMBOL vmlinux 0xac66e010 fb_get_mode EXPORT_SYMBOL vmlinux 0xac6d112b tty_lock -EXPORT_SYMBOL vmlinux 0xac81e6f9 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xac77ccd9 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf +EXPORT_SYMBOL vmlinux 0xac9b1440 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0xac9e0b8c amba_device_register EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacb31ecf _raw_spin_trylock @@ -9092,34 +9046,30 @@ EXPORT_SYMBOL vmlinux 0xace81870 sg_miter_stop EXPORT_SYMBOL vmlinux 0xacebfe7c unregister_shrinker EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacfd1b77 netif_carrier_off EXPORT_SYMBOL vmlinux 0xad004a0a new_inode EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex EXPORT_SYMBOL vmlinux 0xad0e6bd4 ioremap_wc -EXPORT_SYMBOL vmlinux 0xad1ea399 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xad0e83ff dev_get_iflink EXPORT_SYMBOL vmlinux 0xad1f06b3 param_set_ulong EXPORT_SYMBOL vmlinux 0xad2b82f9 cpufreq_generic_suspend -EXPORT_SYMBOL vmlinux 0xad32033f sock_wake_async -EXPORT_SYMBOL vmlinux 0xad3670f5 pci_get_subsys -EXPORT_SYMBOL vmlinux 0xad39ab09 ___pskb_trim EXPORT_SYMBOL vmlinux 0xad3e236e notify_change EXPORT_SYMBOL vmlinux 0xad47e36a sync_blockdev EXPORT_SYMBOL vmlinux 0xad488f84 init_pseudo EXPORT_SYMBOL vmlinux 0xad4b86a6 sched_autogroup_create_attach -EXPORT_SYMBOL vmlinux 0xad4ea156 inet6_register_protosw EXPORT_SYMBOL vmlinux 0xad4fa5b2 snd_timer_new +EXPORT_SYMBOL vmlinux 0xad527ec1 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xad595b2b jbd2_journal_restart EXPORT_SYMBOL vmlinux 0xad6f7144 __tracepoint_kmalloc_node EXPORT_SYMBOL vmlinux 0xad71159b sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xad713392 pci_unmap_rom EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long -EXPORT_SYMBOL vmlinux 0xadc53fe9 pci_prepare_to_sleep -EXPORT_SYMBOL vmlinux 0xadc786db eth_gro_complete EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode EXPORT_SYMBOL vmlinux 0xadf18c2c rproc_get_by_phandle EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot -EXPORT_SYMBOL vmlinux 0xae21d8b0 xfrm_input EXPORT_SYMBOL vmlinux 0xae29310c cdev_set_parent EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert EXPORT_SYMBOL vmlinux 0xae3f5326 mmc_of_parse @@ -9128,7 +9078,6 @@ EXPORT_SYMBOL vmlinux 0xae5fe4be security_inet_conn_request EXPORT_SYMBOL vmlinux 0xae74c69e fs_context_for_reconfigure EXPORT_SYMBOL vmlinux 0xae865d11 fc_mount EXPORT_SYMBOL vmlinux 0xae9849dd __request_region -EXPORT_SYMBOL vmlinux 0xaeaec928 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xaeb8a8de sync_inodes_sb EXPORT_SYMBOL vmlinux 0xaecd56de ww_mutex_unlock EXPORT_SYMBOL vmlinux 0xaed945f9 key_alloc @@ -9138,43 +9087,49 @@ EXPORT_SYMBOL vmlinux 0xaeed44a3 nlmsg_notify EXPORT_SYMBOL vmlinux 0xaef5b1dc kmem_cache_alloc_trace EXPORT_SYMBOL vmlinux 0xaf16f615 ZSTD_DStreamOutSize EXPORT_SYMBOL vmlinux 0xaf25174c mipi_dsi_dcs_nop -EXPORT_SYMBOL vmlinux 0xaf2f88fd netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf46229c pci_release_resource EXPORT_SYMBOL vmlinux 0xaf4ff35b __cgroup_bpf_run_filter_getsockopt EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality -EXPORT_SYMBOL vmlinux 0xaf526cc8 pci_dev_put EXPORT_SYMBOL vmlinux 0xaf52b5f0 __brelse +EXPORT_SYMBOL vmlinux 0xaf5b34cf dev_pre_changeaddr_notify EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init EXPORT_SYMBOL vmlinux 0xaf7672d7 page_mapping EXPORT_SYMBOL vmlinux 0xaf84865e __get_user_8 EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0xafbc5c16 dst_release_immediate EXPORT_SYMBOL vmlinux 0xafc58d36 cdev_del -EXPORT_SYMBOL vmlinux 0xafca01a7 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0xafd618e3 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xafed3399 __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0xaff84628 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xb018360b xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq EXPORT_SYMBOL vmlinux 0xb03c792f gnet_stats_finish_copy -EXPORT_SYMBOL vmlinux 0xb04ceeaf xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb045d8d1 tcp_parse_options EXPORT_SYMBOL vmlinux 0xb0536c16 discard_new_inode -EXPORT_SYMBOL vmlinux 0xb05b67ee __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb0671647 blk_mq_start_hw_queue EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq EXPORT_SYMBOL vmlinux 0xb0c4cc52 snd_pcm_hw_constraint_step EXPORT_SYMBOL vmlinux 0xb0d1b5e5 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xb0db70e1 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xb0e10781 get_option EXPORT_SYMBOL vmlinux 0xb0e34459 splice_direct_to_actor EXPORT_SYMBOL vmlinux 0xb0f8a1fb vm_get_page_prot +EXPORT_SYMBOL vmlinux 0xb100ff4b __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb10a6487 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb129bcab udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1309659 arp_create EXPORT_SYMBOL vmlinux 0xb13b465a __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init -EXPORT_SYMBOL vmlinux 0xb14e9464 inet_getname +EXPORT_SYMBOL vmlinux 0xb15c395a sock_create EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse -EXPORT_SYMBOL vmlinux 0xb16e6eb2 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0xb1951916 devfreq_unregister_opp_notifier EXPORT_SYMBOL vmlinux 0xb1ac1d8a param_array_ops EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc @@ -9183,35 +9138,30 @@ EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t EXPORT_SYMBOL vmlinux 0xb1e4fe4b pm860x_reg_write EXPORT_SYMBOL vmlinux 0xb216d331 sgl_free_n_order -EXPORT_SYMBOL vmlinux 0xb21af5b1 ip_setsockopt EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload EXPORT_SYMBOL vmlinux 0xb249a391 omap_request_dma EXPORT_SYMBOL vmlinux 0xb2500e61 locks_copy_conflock -EXPORT_SYMBOL vmlinux 0xb252c65a tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0xb25578b2 genphy_setup_forced -EXPORT_SYMBOL vmlinux 0xb263b392 seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0xb2665205 input_mt_sync_frame EXPORT_SYMBOL vmlinux 0xb286c477 qcom_scm_set_warm_boot_addr EXPORT_SYMBOL vmlinux 0xb2894d28 kobject_init -EXPORT_SYMBOL vmlinux 0xb28b206c xfrm6_rcv_spi -EXPORT_SYMBOL vmlinux 0xb28b87a4 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked EXPORT_SYMBOL vmlinux 0xb2a558c7 mmc_can_trim -EXPORT_SYMBOL vmlinux 0xb2a9862a __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0xb2ab03cb locks_lock_inode_wait EXPORT_SYMBOL vmlinux 0xb2ab7a9e dm_put_table_device EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt EXPORT_SYMBOL vmlinux 0xb2d0053e cgroup_bpf_enabled_key -EXPORT_SYMBOL vmlinux 0xb2d3d226 pci_write_config_byte EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2db76c3 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0xb2e4d510 __mdiobus_register EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2edb94a dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb2fb98f1 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set EXPORT_SYMBOL vmlinux 0xb323d64c kill_fasync EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init -EXPORT_SYMBOL vmlinux 0xb3293a14 xfrm4_rcv_encap -EXPORT_SYMBOL vmlinux 0xb32c86fc ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xb34625d5 xfrm_input EXPORT_SYMBOL vmlinux 0xb34c258a nosteal_pipe_buf_ops EXPORT_SYMBOL vmlinux 0xb3667805 dqstats EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq @@ -9220,43 +9170,46 @@ EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xb37343d2 ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0xb3a7a394 vmf_insert_mixed EXPORT_SYMBOL vmlinux 0xb3a7db1b blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xb3a8084a inet_addr_type EXPORT_SYMBOL vmlinux 0xb3bf4369 ac97_bus_type EXPORT_SYMBOL vmlinux 0xb3c6b40d __phy_write_mmd EXPORT_SYMBOL vmlinux 0xb3cd26cc refresh_frequency_limits EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop EXPORT_SYMBOL vmlinux 0xb4026c87 snd_pcm_hw_refine -EXPORT_SYMBOL vmlinux 0xb4051f99 kernel_recvmsg EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem EXPORT_SYMBOL vmlinux 0xb4661416 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xb472c05a netdev_update_features EXPORT_SYMBOL vmlinux 0xb476c8f4 ZSTD_decompress_usingDict EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4924cb4 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xb495a029 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0xb498b30a tty_port_tty_get EXPORT_SYMBOL vmlinux 0xb49e8672 phy_driver_unregister EXPORT_SYMBOL vmlinux 0xb49ebe03 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4a4b600 kernel_getsockopt EXPORT_SYMBOL vmlinux 0xb4ac763d mipi_dsi_dcs_write -EXPORT_SYMBOL vmlinux 0xb4ae21f7 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0xb4c844ab blk_get_queue EXPORT_SYMBOL vmlinux 0xb4d5c293 __nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0xb4dfb3bf fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xb4efc372 kernel_bind EXPORT_SYMBOL vmlinux 0xb4f13d2a abort EXPORT_SYMBOL vmlinux 0xb50a22ef generic_shutdown_super EXPORT_SYMBOL vmlinux 0xb51aab7c get_user_pages -EXPORT_SYMBOL vmlinux 0xb5281eba sock_no_getsockopt EXPORT_SYMBOL vmlinux 0xb53f46e4 inode_init_once -EXPORT_SYMBOL vmlinux 0xb5472ab4 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xb5514be6 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0xb55636e6 bioset_init EXPORT_SYMBOL vmlinux 0xb561912f nonseekable_open EXPORT_SYMBOL vmlinux 0xb561ac5b wait_for_completion EXPORT_SYMBOL vmlinux 0xb567f254 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xb5717a2c ether_setup EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink EXPORT_SYMBOL vmlinux 0xb57f9554 rproc_coredump_add_segment -EXPORT_SYMBOL vmlinux 0xb583a713 kernel_sendpage EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb58deb73 pci_find_bus EXPORT_SYMBOL vmlinux 0xb591f269 snd_timer_open -EXPORT_SYMBOL vmlinux 0xb59354ad eth_header EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy EXPORT_SYMBOL vmlinux 0xb5c1f08a set_security_override @@ -9264,11 +9217,11 @@ EXPORT_SYMBOL vmlinux 0xb5cd4833 phy_mac_interrupt EXPORT_SYMBOL vmlinux 0xb5d8dca4 mmc_detect_card_removed EXPORT_SYMBOL vmlinux 0xb5dde162 simple_empty EXPORT_SYMBOL vmlinux 0xb5f1e5c5 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xb605a9a6 netdev_info EXPORT_SYMBOL vmlinux 0xb615a6f6 serio_rescan EXPORT_SYMBOL vmlinux 0xb61bddb3 rproc_remove_subdev EXPORT_SYMBOL vmlinux 0xb6208860 scsi_dma_unmap EXPORT_SYMBOL vmlinux 0xb6213d2e unlock_rename -EXPORT_SYMBOL vmlinux 0xb627a271 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked EXPORT_SYMBOL vmlinux 0xb62f451c _raw_read_lock_irq EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable @@ -9279,7 +9232,7 @@ EXPORT_SYMBOL vmlinux 0xb6428835 pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0xb6499d61 empty_zero_page EXPORT_SYMBOL vmlinux 0xb65572a3 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0xb6564f70 remove_conflicting_framebuffers -EXPORT_SYMBOL vmlinux 0xb662af8e udp_seq_next +EXPORT_SYMBOL vmlinux 0xb6683b22 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt EXPORT_SYMBOL vmlinux 0xb67b60d9 set_bh_page EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor @@ -9289,86 +9242,92 @@ EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb6a0deb2 block_page_mkwrite EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run +EXPORT_SYMBOL vmlinux 0xb6c87d17 skb_checksum EXPORT_SYMBOL vmlinux 0xb6d459e1 iterate_fd EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute EXPORT_SYMBOL vmlinux 0xb6f17a34 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xb6f240e4 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xb708fba0 xfrm_state_walk EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq EXPORT_SYMBOL vmlinux 0xb73efb01 locks_delete_block EXPORT_SYMBOL vmlinux 0xb74939dc jbd2_journal_ack_err EXPORT_SYMBOL vmlinux 0xb75799ec add_to_page_cache_locked -EXPORT_SYMBOL vmlinux 0xb75f8382 inet_shutdown EXPORT_SYMBOL vmlinux 0xb77624a1 vme_slave_request EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb78e2050 qcom_scm_pas_init_image EXPORT_SYMBOL vmlinux 0xb7952373 fb_blank -EXPORT_SYMBOL vmlinux 0xb79c6548 napi_schedule_prep EXPORT_SYMBOL vmlinux 0xb7a8473f kthread_create_on_node -EXPORT_SYMBOL vmlinux 0xb7adc312 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0xb7bea614 del_random_ready_callback EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags EXPORT_SYMBOL vmlinux 0xb7c86a7d tty_unregister_device EXPORT_SYMBOL vmlinux 0xb7d23382 of_get_pci_address EXPORT_SYMBOL vmlinux 0xb7d31d91 gro_cells_receive EXPORT_SYMBOL vmlinux 0xb7df0e97 ZSTD_DDictWorkspaceBound +EXPORT_SYMBOL vmlinux 0xb7f17ca4 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0xb7f85c94 mmc_gpio_get_cd EXPORT_SYMBOL vmlinux 0xb7fb843c dup_iter EXPORT_SYMBOL vmlinux 0xb7fbfaeb find_inode_nowait -EXPORT_SYMBOL vmlinux 0xb80b7099 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xb82b0f35 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb834dc0b inetdev_by_index EXPORT_SYMBOL vmlinux 0xb851bafe jbd2_journal_force_commit -EXPORT_SYMBOL vmlinux 0xb8595330 pcim_iomap_table EXPORT_SYMBOL vmlinux 0xb864b84b ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0xb86b106f tcf_action_set_ctrlact EXPORT_SYMBOL vmlinux 0xb86b9cee mmc_put_card EXPORT_SYMBOL vmlinux 0xb8782cd6 get_thermal_instance EXPORT_SYMBOL vmlinux 0xb87c4f55 devm_get_clk_from_child EXPORT_SYMBOL vmlinux 0xb895bd9a clocksource_unregister +EXPORT_SYMBOL vmlinux 0xb897dcb7 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b62984 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0xb8c66c45 dma_fence_get_status EXPORT_SYMBOL vmlinux 0xb8d154ff hmm_mirror_register +EXPORT_SYMBOL vmlinux 0xb8d19f62 pci_find_next_bus EXPORT_SYMBOL vmlinux 0xb8e02205 blkdev_get_by_path EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb90444af pci_read_config_byte EXPORT_SYMBOL vmlinux 0xb90ecac8 block_write_full_page EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max EXPORT_SYMBOL vmlinux 0xb9140079 netlink_set_err EXPORT_SYMBOL vmlinux 0xb9197bee dma_mmap_attrs -EXPORT_SYMBOL vmlinux 0xb91c6c15 napi_gro_frags -EXPORT_SYMBOL vmlinux 0xb939487e skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0xb939d97b register_qdisc -EXPORT_SYMBOL vmlinux 0xb93b99ee ipmr_rule_default EXPORT_SYMBOL vmlinux 0xb93cb31d vme_dma_request EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb943cbe6 udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io EXPORT_SYMBOL vmlinux 0xb960c54e genl_register_family EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb983740a __fib6_flush_trees EXPORT_SYMBOL vmlinux 0xb9a21d8e gen_new_estimator EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma EXPORT_SYMBOL vmlinux 0xb9a9d26d md_unregister_thread EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9ae64e3 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0xb9d7ee78 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xb9dcd468 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xb9fcc245 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0xb9fd0054 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xba114134 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0xba148470 snd_pcm_lib_ioctl EXPORT_SYMBOL vmlinux 0xba19bfa0 bio_copy_data -EXPORT_SYMBOL vmlinux 0xba24caba __ip_options_compile EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq -EXPORT_SYMBOL vmlinux 0xba579802 netdev_update_features -EXPORT_SYMBOL vmlinux 0xba6080d3 tcf_exts_destroy EXPORT_SYMBOL vmlinux 0xba6bd125 fs_lookup_param -EXPORT_SYMBOL vmlinux 0xba8515d9 __icmp_send -EXPORT_SYMBOL vmlinux 0xba876ce3 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xba7ef128 __pci_register_driver EXPORT_SYMBOL vmlinux 0xba97e81f iunique EXPORT_SYMBOL vmlinux 0xbaa7c8c5 krealloc EXPORT_SYMBOL vmlinux 0xbaac9f5f kunmap_high EXPORT_SYMBOL vmlinux 0xbaad00c8 devm_clk_release_clkdev EXPORT_SYMBOL vmlinux 0xbaae6ce4 skb_flow_dissector_init -EXPORT_SYMBOL vmlinux 0xbac7e0b5 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xbabb1300 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xbaccb682 tcp_seq_stop EXPORT_SYMBOL vmlinux 0xbad937a3 rproc_da_to_va EXPORT_SYMBOL vmlinux 0xbadd7aa0 security_inode_init_security EXPORT_SYMBOL vmlinux 0xbae73bc2 of_parse_phandle EXPORT_SYMBOL vmlinux 0xbaf434c2 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xbaf53483 pci_iomap EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset EXPORT_SYMBOL vmlinux 0xbb0b0ff2 jbd2_journal_abort EXPORT_SYMBOL vmlinux 0xbb12f806 __tcf_idr_release @@ -9384,15 +9343,17 @@ EXPORT_SYMBOL vmlinux 0xbb63df99 dma_resv_fini EXPORT_SYMBOL vmlinux 0xbb6c2dfa xsk_umem_uses_need_wakeup EXPORT_SYMBOL vmlinux 0xbb6df778 sg_nents EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb859165 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xbb8fb9d5 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xbba0612e pci_match_id EXPORT_SYMBOL vmlinux 0xbba421b6 scsi_add_host_with_dma -EXPORT_SYMBOL vmlinux 0xbbab957b pci_get_class EXPORT_SYMBOL vmlinux 0xbbb0556d amba_release_regions EXPORT_SYMBOL vmlinux 0xbbcff9a4 check_zeroed_user EXPORT_SYMBOL vmlinux 0xbbe2e961 path_get -EXPORT_SYMBOL vmlinux 0xbbe7311c dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0xbbe73e8c input_get_keycode EXPORT_SYMBOL vmlinux 0xbbf00afd gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0xbbf611e1 nand_read_page_raw +EXPORT_SYMBOL vmlinux 0xbbf80190 dev_set_mtu EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 EXPORT_SYMBOL vmlinux 0xbc118f93 iov_iter_zero EXPORT_SYMBOL vmlinux 0xbc15f53c filemap_check_errors @@ -9401,39 +9362,34 @@ EXPORT_SYMBOL vmlinux 0xbc1d45e0 prepare_binprm EXPORT_SYMBOL vmlinux 0xbc1f0168 cad_pid EXPORT_SYMBOL vmlinux 0xbc3b71c9 vme_slot_num EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src -EXPORT_SYMBOL vmlinux 0xbc5e0016 pcie_capability_write_word EXPORT_SYMBOL vmlinux 0xbc6347c7 seq_put_decimal_ull EXPORT_SYMBOL vmlinux 0xbc6532ed snd_timer_continue EXPORT_SYMBOL vmlinux 0xbc749c8d fb_find_mode EXPORT_SYMBOL vmlinux 0xbc760631 nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0xbc8f33b7 device_match_acpi_dev -EXPORT_SYMBOL vmlinux 0xbc908a9a inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xbc8fddf0 dev_direct_xmit EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user EXPORT_SYMBOL vmlinux 0xbcd43d89 setattr_copy EXPORT_SYMBOL vmlinux 0xbcec94f0 pagevec_lookup_range_nr_tag -EXPORT_SYMBOL vmlinux 0xbcf403f7 tcp_get_cookie_sock -EXPORT_SYMBOL vmlinux 0xbcfdef0c neigh_parms_release EXPORT_SYMBOL vmlinux 0xbd17436b dquot_quotactl_sysfile_ops EXPORT_SYMBOL vmlinux 0xbd242460 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xbd264c76 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xbd34110c tcp_close EXPORT_SYMBOL vmlinux 0xbd459f5d snd_ctl_replace -EXPORT_SYMBOL vmlinux 0xbd45d623 __skb_recv_udp -EXPORT_SYMBOL vmlinux 0xbd48e3c9 xfrm_if_register_cb -EXPORT_SYMBOL vmlinux 0xbd52d2c5 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xbd45dbac xfrm_register_km EXPORT_SYMBOL vmlinux 0xbd677bab device_add_disk_no_queue_reg +EXPORT_SYMBOL vmlinux 0xbd7ad9f3 sock_i_uid EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock EXPORT_SYMBOL vmlinux 0xbd84dfee blk_pm_runtime_init EXPORT_SYMBOL vmlinux 0xbd8555f8 mutex_trylock_recursive EXPORT_SYMBOL vmlinux 0xbd87caeb gnet_stats_copy_app EXPORT_SYMBOL vmlinux 0xbd88bf3d ppp_dev_name -EXPORT_SYMBOL vmlinux 0xbd8e2950 netdev_lower_state_changed -EXPORT_SYMBOL vmlinux 0xbd94f781 tcp_v4_connect EXPORT_SYMBOL vmlinux 0xbd95713e configfs_remove_default_groups EXPORT_SYMBOL vmlinux 0xbd98ebb1 flow_rule_match_eth_addrs -EXPORT_SYMBOL vmlinux 0xbdcc5b22 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xbdb9c37c netdev_features_change EXPORT_SYMBOL vmlinux 0xbddc6be5 ptp_find_pin -EXPORT_SYMBOL vmlinux 0xbde28bb0 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0xbdeabce3 task_work_add EXPORT_SYMBOL vmlinux 0xbe0a3fab of_find_device_by_node EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work @@ -9441,93 +9397,100 @@ EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number EXPORT_SYMBOL vmlinux 0xbe58206e vm_zone_stat EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5b1ada tcp_v4_send_check EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd EXPORT_SYMBOL vmlinux 0xbe6b3260 __bforget +EXPORT_SYMBOL vmlinux 0xbe6d7f03 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0xbe757c6d input_mt_init_slots -EXPORT_SYMBOL vmlinux 0xbe781e1f consume_skb EXPORT_SYMBOL vmlinux 0xbe80d84b pm_vt_switch_unregister EXPORT_SYMBOL vmlinux 0xbe841a69 mipi_dsi_dcs_enter_sleep_mode -EXPORT_SYMBOL vmlinux 0xbe890af8 xfrm_state_delete -EXPORT_SYMBOL vmlinux 0xbe899798 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xbe8a00f8 iov_iter_get_pages EXPORT_SYMBOL vmlinux 0xbea160f2 iov_iter_npages -EXPORT_SYMBOL vmlinux 0xbea5286e tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xbeb14631 inet_recvmsg EXPORT_SYMBOL vmlinux 0xbeb8f5a3 iget5_locked EXPORT_SYMBOL vmlinux 0xbebb9607 fwnode_graph_parse_endpoint -EXPORT_SYMBOL vmlinux 0xbedc45b4 rt_dst_alloc EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeedbf3b eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xbef15f2f __skb_checksum EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule EXPORT_SYMBOL vmlinux 0xbef5e3ca snd_timer_notify EXPORT_SYMBOL vmlinux 0xbf07c10c processor -EXPORT_SYMBOL vmlinux 0xbf2f88f6 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xbf0b328a __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0xbf373bd8 lookup_one_len EXPORT_SYMBOL vmlinux 0xbf38022d bio_reset -EXPORT_SYMBOL vmlinux 0xbf431633 sk_send_sigurg EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table -EXPORT_SYMBOL vmlinux 0xbf56d0f3 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xbf6795d6 netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0xbf6f4b65 genphy_restart_aneg -EXPORT_SYMBOL vmlinux 0xbf703949 tcp_select_initial_window EXPORT_SYMBOL vmlinux 0xbf7347b2 proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbf7f66fc rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0xbf81b90d ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xbf879162 skb_ext_add EXPORT_SYMBOL vmlinux 0xbf88d67e zap_page_range -EXPORT_SYMBOL vmlinux 0xbf9b59b3 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbf8d7dd2 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xbf9b5f0c sock_no_setsockopt EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set -EXPORT_SYMBOL vmlinux 0xbfb05f49 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xbf9fe8bc sk_send_sigurg EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfd4d2f0 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xbfd59ee5 __scm_send EXPORT_SYMBOL vmlinux 0xbfdf7bc3 mempool_create EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer EXPORT_SYMBOL vmlinux 0xbfef9642 blk_mq_delay_kick_requeue_list EXPORT_SYMBOL vmlinux 0xbfff6318 genlmsg_put +EXPORT_SYMBOL vmlinux 0xc0061f10 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0xc0177f3f blk_queue_physical_block_size EXPORT_SYMBOL vmlinux 0xc0187f0e dev_uc_add_excl EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xc030153e pci_release_region EXPORT_SYMBOL vmlinux 0xc032fba3 mmc_register_driver -EXPORT_SYMBOL vmlinux 0xc038e62c mr_mfc_seq_next -EXPORT_SYMBOL vmlinux 0xc044b854 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0xc05110d7 fb_set_suspend -EXPORT_SYMBOL vmlinux 0xc0715934 xfrm_state_flush EXPORT_SYMBOL vmlinux 0xc07428aa cdrom_get_media_event EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc095f108 sock_release EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 -EXPORT_SYMBOL vmlinux 0xc0bbf807 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0xc0c9d44f vfs_get_tree EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top EXPORT_SYMBOL vmlinux 0xc0dd61ef input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc0f56cf0 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xc0f8e877 tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0xc0fb357a dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup EXPORT_SYMBOL vmlinux 0xc104368b wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc1085332 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0xc13a7ba6 __tracepoint_kmalloc -EXPORT_SYMBOL vmlinux 0xc13f494f __skb_vlan_pop EXPORT_SYMBOL vmlinux 0xc14e688a d_make_root EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq EXPORT_SYMBOL vmlinux 0xc15f4ed8 utf8nlen EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict -EXPORT_SYMBOL vmlinux 0xc165f9b1 tc_setup_cb_add EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1708921 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xc1748868 build_skb_around EXPORT_SYMBOL vmlinux 0xc1788fe9 security_sctp_sk_clone EXPORT_SYMBOL vmlinux 0xc19d7131 i2c_del_adapter EXPORT_SYMBOL vmlinux 0xc1cbe49d input_register_handler EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1d9a2aa __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on -EXPORT_SYMBOL vmlinux 0xc1ed3ae8 kernel_setsockopt EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work -EXPORT_SYMBOL vmlinux 0xc227d51d netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0xc2372bbf set_disk_ro EXPORT_SYMBOL vmlinux 0xc241d9c5 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xc244c33f udp_seq_stop EXPORT_SYMBOL vmlinux 0xc25f14e0 tty_write_room +EXPORT_SYMBOL vmlinux 0xc26475ee rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate EXPORT_SYMBOL vmlinux 0xc26ca4ab setattr_prepare +EXPORT_SYMBOL vmlinux 0xc26f38fe mr_dump EXPORT_SYMBOL vmlinux 0xc271c3be mutex_lock -EXPORT_SYMBOL vmlinux 0xc27831fa xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xc279969a omap_get_dma_dst_pos EXPORT_SYMBOL vmlinux 0xc27c0ead dcb_setapp EXPORT_SYMBOL vmlinux 0xc2a29033 xattr_full_name +EXPORT_SYMBOL vmlinux 0xc2a3dd51 brioctl_set EXPORT_SYMBOL vmlinux 0xc2a67134 fixed_size_llseek EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0xc2b15342 bdev_read_only @@ -9535,54 +9498,59 @@ EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return EXPORT_SYMBOL vmlinux 0xc2b6fb88 twl6040_get_vibralr_status EXPORT_SYMBOL vmlinux 0xc2beba76 user_path_at_empty EXPORT_SYMBOL vmlinux 0xc2bfcca5 fs_context_for_submount -EXPORT_SYMBOL vmlinux 0xc2c0af72 ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0xc2cf2dde ZSTD_decompress_usingDDict EXPORT_SYMBOL vmlinux 0xc2dab9aa config_group_find_item +EXPORT_SYMBOL vmlinux 0xc2e26461 xfrm_state_add EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices EXPORT_SYMBOL vmlinux 0xc2e75814 phy_set_asym_pause -EXPORT_SYMBOL vmlinux 0xc2ed91ce __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xc2e801ce netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0xc2ede9c5 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xc2efa11c sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xc3006713 pci_resize_resource EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc +EXPORT_SYMBOL vmlinux 0xc3288364 tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xc34b5358 mmc_gpiod_request_cd_irq -EXPORT_SYMBOL vmlinux 0xc34d03fe xfrm6_rcv EXPORT_SYMBOL vmlinux 0xc3513eb2 i2c_del_driver EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf -EXPORT_SYMBOL vmlinux 0xc35cb476 eth_header_cache_update EXPORT_SYMBOL vmlinux 0xc36444b6 vc_cons -EXPORT_SYMBOL vmlinux 0xc366b0fe __sk_receive_skb EXPORT_SYMBOL vmlinux 0xc36b6cac jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xc3792be0 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer EXPORT_SYMBOL vmlinux 0xc3ad5091 seq_putc +EXPORT_SYMBOL vmlinux 0xc3c021b6 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xc3d44602 mr_fill_mroute EXPORT_SYMBOL vmlinux 0xc3e89ba4 migrate_page_copy EXPORT_SYMBOL vmlinux 0xc3f214fb get_super_thawed EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert EXPORT_SYMBOL vmlinux 0xc427e066 omap_vrfb_min_phys_size EXPORT_SYMBOL vmlinux 0xc43dcb22 write_inode_now -EXPORT_SYMBOL vmlinux 0xc4427bdd tcp_mmap -EXPORT_SYMBOL vmlinux 0xc4432635 skb_put -EXPORT_SYMBOL vmlinux 0xc4656eab dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xc45a1f04 skb_queue_purge EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init EXPORT_SYMBOL vmlinux 0xc46955e7 genphy_resume EXPORT_SYMBOL vmlinux 0xc4772008 dquot_drop EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47d79ca pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xc48e5b13 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xc494868d skb_orphan_partial EXPORT_SYMBOL vmlinux 0xc4a65845 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc4e14f44 dst_discard_out +EXPORT_SYMBOL vmlinux 0xc4fc5ebc inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xc5033df7 sockfd_lookup EXPORT_SYMBOL vmlinux 0xc508f680 ata_port_printk EXPORT_SYMBOL vmlinux 0xc5227fe7 dump_emit EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params -EXPORT_SYMBOL vmlinux 0xc52fd5af sock_kfree_s EXPORT_SYMBOL vmlinux 0xc5300e1a d_rehash -EXPORT_SYMBOL vmlinux 0xc545c0ec skb_tx_error +EXPORT_SYMBOL vmlinux 0xc5468a10 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0xc54d2177 snd_ctl_rename_id EXPORT_SYMBOL vmlinux 0xc55fa9ad gro_cells_init EXPORT_SYMBOL vmlinux 0xc572f313 phy_modify_paged EXPORT_SYMBOL vmlinux 0xc581500f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xc5850110 printk -EXPORT_SYMBOL vmlinux 0xc5858b1f scm_fp_dup +EXPORT_SYMBOL vmlinux 0xc58a8e20 tc_setup_cb_call EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete -EXPORT_SYMBOL vmlinux 0xc59a395b napi_consume_skb EXPORT_SYMBOL vmlinux 0xc5bfe81b kthread_blkcg EXPORT_SYMBOL vmlinux 0xc5cbdbea __close_fd EXPORT_SYMBOL vmlinux 0xc5dbf008 tcf_em_unregister @@ -9590,31 +9558,32 @@ EXPORT_SYMBOL vmlinux 0xc5e75e67 block_is_partially_uptodate EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive EXPORT_SYMBOL vmlinux 0xc5f74372 call_usermodehelper_exec EXPORT_SYMBOL vmlinux 0xc5f7f703 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xc60096c8 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const +EXPORT_SYMBOL vmlinux 0xc6066793 sock_no_accept +EXPORT_SYMBOL vmlinux 0xc6096338 napi_disable EXPORT_SYMBOL vmlinux 0xc60c707e nvm_unregister_tgt_type EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60e167c blk_queue_split EXPORT_SYMBOL vmlinux 0xc6288d0b vfs_unlink EXPORT_SYMBOL vmlinux 0xc62a8765 contig_page_data EXPORT_SYMBOL vmlinux 0xc62c4df4 padata_remove_cpu EXPORT_SYMBOL vmlinux 0xc631580a console_unlock EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup -EXPORT_SYMBOL vmlinux 0xc634602d tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0xc63726d7 crypto_sha512_update -EXPORT_SYMBOL vmlinux 0xc65225f9 inet_frags_init EXPORT_SYMBOL vmlinux 0xc653c2c9 jbd2_journal_start_commit -EXPORT_SYMBOL vmlinux 0xc656ab21 netpoll_setup EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc68a03c1 neigh_connected_output EXPORT_SYMBOL vmlinux 0xc68b0c30 pm860x_page_bulk_read -EXPORT_SYMBOL vmlinux 0xc69863be sock_no_sendpage EXPORT_SYMBOL vmlinux 0xc6a75177 dev_mc_del_global EXPORT_SYMBOL vmlinux 0xc6a8d4f3 bio_list_copy_data -EXPORT_SYMBOL vmlinux 0xc6ac92cd __neigh_for_each_release EXPORT_SYMBOL vmlinux 0xc6c3a49e __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xc6c5493c skb_vlan_untag EXPORT_SYMBOL vmlinux 0xc6c58c3b twl6040_get_pll EXPORT_SYMBOL vmlinux 0xc6c71331 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xc6c71ffc __icmp_send EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable -EXPORT_SYMBOL vmlinux 0xc6cc499f inet_sk_set_state EXPORT_SYMBOL vmlinux 0xc6cd3674 genl_notify EXPORT_SYMBOL vmlinux 0xc6ed22ae param_set_bool EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key @@ -9625,17 +9594,19 @@ EXPORT_SYMBOL vmlinux 0xc711ff9c soft_cursor EXPORT_SYMBOL vmlinux 0xc7205953 put_ipc_ns EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port EXPORT_SYMBOL vmlinux 0xc72de450 flow_rule_match_cvlan -EXPORT_SYMBOL vmlinux 0xc73615f9 neigh_for_each +EXPORT_SYMBOL vmlinux 0xc7426821 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc7461d30 inet6_bind EXPORT_SYMBOL vmlinux 0xc7538e55 __blkdev_reread_part +EXPORT_SYMBOL vmlinux 0xc762d441 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc765a55f put_cmsg EXPORT_SYMBOL vmlinux 0xc7669521 snd_info_create_module_entry EXPORT_SYMBOL vmlinux 0xc77195b9 scsi_scan_host EXPORT_SYMBOL vmlinux 0xc77377bc dquot_destroy +EXPORT_SYMBOL vmlinux 0xc7740e9a audit_log_start EXPORT_SYMBOL vmlinux 0xc77d3b3d qdisc_offload_dump_helper EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain -EXPORT_SYMBOL vmlinux 0xc7877d24 iptun_encaps EXPORT_SYMBOL vmlinux 0xc7899d98 mmc_retune_unpause -EXPORT_SYMBOL vmlinux 0xc79bcbb8 pcim_set_mwi EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock EXPORT_SYMBOL vmlinux 0xc7aa0d93 super_setup_bdi @@ -9644,89 +9615,90 @@ EXPORT_SYMBOL vmlinux 0xc7c3da94 nvm_unregister EXPORT_SYMBOL vmlinux 0xc7c8a0b1 d_add_ci EXPORT_SYMBOL vmlinux 0xc7c969a1 ab3100_event_unregister EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group -EXPORT_SYMBOL vmlinux 0xc7e0af44 xfrm_state_add EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn EXPORT_SYMBOL vmlinux 0xc7f46eee phy_set_max_speed -EXPORT_SYMBOL vmlinux 0xc80728a5 pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop EXPORT_SYMBOL vmlinux 0xc82a19c4 forget_all_cached_acls EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape EXPORT_SYMBOL vmlinux 0xc848758b mark_info_dirty EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu -EXPORT_SYMBOL vmlinux 0xc850b6b9 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xc856d4ea netdev_refcnt_read EXPORT_SYMBOL vmlinux 0xc8578541 generic_setlease +EXPORT_SYMBOL vmlinux 0xc8587da6 inet_sock_destruct EXPORT_SYMBOL vmlinux 0xc85c122d inode_insert5 +EXPORT_SYMBOL vmlinux 0xc86f628b snd_pci_quirk_lookup EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc889d149 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd -EXPORT_SYMBOL vmlinux 0xc8a8ff8e xfrm_lookup_route EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 EXPORT_SYMBOL vmlinux 0xc8bd7bc4 genphy_loopback EXPORT_SYMBOL vmlinux 0xc8c32897 __scsi_add_device -EXPORT_SYMBOL vmlinux 0xc8dc4658 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xc8d5081d pcim_iomap +EXPORT_SYMBOL vmlinux 0xc8dd3745 skb_copy_expand EXPORT_SYMBOL vmlinux 0xc8ed7f8a mipi_dsi_dcs_get_display_brightness EXPORT_SYMBOL vmlinux 0xc8f8b611 pm_vt_switch_required EXPORT_SYMBOL vmlinux 0xc9047154 __serio_register_port EXPORT_SYMBOL vmlinux 0xc932488a user_revoke EXPORT_SYMBOL vmlinux 0xc94d8e3b iomem_resource -EXPORT_SYMBOL vmlinux 0xc95992c6 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc95563a6 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters -EXPORT_SYMBOL vmlinux 0xc968f8b2 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xc96e4dd1 sock_create_lite EXPORT_SYMBOL vmlinux 0xc9704d78 of_find_backlight EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97b10a2 skb_checksum_setup EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev -EXPORT_SYMBOL vmlinux 0xc9898973 fib_default_rule_add EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev EXPORT_SYMBOL vmlinux 0xc9a06e84 finish_no_open EXPORT_SYMBOL vmlinux 0xc9a8284f tty_hung_up_p EXPORT_SYMBOL vmlinux 0xc9a998d9 mipi_dsi_attach -EXPORT_SYMBOL vmlinux 0xc9d18b5d netdev_crit +EXPORT_SYMBOL vmlinux 0xc9ac65a2 netif_device_attach EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init EXPORT_SYMBOL vmlinux 0xc9f49ac5 generic_splice_sendpage -EXPORT_SYMBOL vmlinux 0xca1db2c1 dev_get_valid_name +EXPORT_SYMBOL vmlinux 0xc9f511b3 pci_irq_vector EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free EXPORT_SYMBOL vmlinux 0xca2ab40f input_free_device -EXPORT_SYMBOL vmlinux 0xca3e014a skb_append EXPORT_SYMBOL vmlinux 0xca3fefd0 fib_notifier_ops_unregister EXPORT_SYMBOL vmlinux 0xca40098f clk_bulk_get EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function EXPORT_SYMBOL vmlinux 0xca619b78 kmem_cache_alloc_bulk EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup EXPORT_SYMBOL vmlinux 0xca813ce6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xca919756 tcp_disconnect EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next EXPORT_SYMBOL vmlinux 0xcac45f3b phy_connect_direct +EXPORT_SYMBOL vmlinux 0xcaccfaf2 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xcacfc434 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0xcad2428c jbd2_complete_transaction EXPORT_SYMBOL vmlinux 0xcad9f100 snd_pcm_kernel_ioctl EXPORT_SYMBOL vmlinux 0xcaef8286 kstrtos8_from_user EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain -EXPORT_SYMBOL vmlinux 0xcaf71615 sock_release +EXPORT_SYMBOL vmlinux 0xcaf2d96a ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0xcafe072b qcom_scm_io_writel EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu EXPORT_SYMBOL vmlinux 0xcb03c373 input_release_device -EXPORT_SYMBOL vmlinux 0xcb143b02 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xcb176863 netif_schedule_queue EXPORT_SYMBOL vmlinux 0xcb212754 touchscreen_parse_properties EXPORT_SYMBOL vmlinux 0xcb271b48 max8925_reg_read EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xcb45f3aa phy_validate_pause +EXPORT_SYMBOL vmlinux 0xcb544069 pcie_port_service_register EXPORT_SYMBOL vmlinux 0xcb596924 ata_std_end_eh EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load -EXPORT_SYMBOL vmlinux 0xcb81ae1e sock_no_ioctl EXPORT_SYMBOL vmlinux 0xcb857da5 kmem_cache_destroy EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit -EXPORT_SYMBOL vmlinux 0xcb9dbb40 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort EXPORT_SYMBOL vmlinux 0xcbb7774f __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc921f1 skb_dump EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key -EXPORT_SYMBOL vmlinux 0xcbd319fa netdev_printk EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic EXPORT_SYMBOL vmlinux 0xcbdee4f0 nand_write_page_raw EXPORT_SYMBOL vmlinux 0xcbf1dbd0 utf8len -EXPORT_SYMBOL vmlinux 0xcbf73e7e inet_offloads EXPORT_SYMBOL vmlinux 0xcbf850ea mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xcbfe94c8 rt_dst_alloc EXPORT_SYMBOL vmlinux 0xcc0bdb5c tegra_dfll_runtime_resume -EXPORT_SYMBOL vmlinux 0xcc199994 skb_pull EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port EXPORT_SYMBOL vmlinux 0xcc30f0f1 tcp_tx_delay_enabled EXPORT_SYMBOL vmlinux 0xcc3b2cc9 __sg_page_iter_dma_next @@ -9739,31 +9711,29 @@ EXPORT_SYMBOL vmlinux 0xcc7fbb21 security_tun_dev_attach EXPORT_SYMBOL vmlinux 0xcc8084b3 seq_file_path EXPORT_SYMBOL vmlinux 0xcc90ff63 backlight_device_unregister EXPORT_SYMBOL vmlinux 0xcc994922 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0xcca87c5e rtnl_create_link +EXPORT_SYMBOL vmlinux 0xccbbdaeb icmp_ndo_send EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor -EXPORT_SYMBOL vmlinux 0xccc9d8f0 pci_enable_msix_range -EXPORT_SYMBOL vmlinux 0xccd21a08 tcp_gro_complete EXPORT_SYMBOL vmlinux 0xcce5883b check_disk_change -EXPORT_SYMBOL vmlinux 0xccee8227 neigh_seq_stop EXPORT_SYMBOL vmlinux 0xccf3674d d_find_alias -EXPORT_SYMBOL vmlinux 0xccf3a2eb pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd00abbc add_wait_queue_exclusive EXPORT_SYMBOL vmlinux 0xcd043abc touch_atime EXPORT_SYMBOL vmlinux 0xcd0535c4 flow_rule_match_ipv4_addrs EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp -EXPORT_SYMBOL vmlinux 0xcd09ab46 skb_checksum EXPORT_SYMBOL vmlinux 0xcd1cf9d1 __remove_inode_hash -EXPORT_SYMBOL vmlinux 0xcd21e84b __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xcd22c52a eth_type_trans EXPORT_SYMBOL vmlinux 0xcd279169 nla_find -EXPORT_SYMBOL vmlinux 0xcd2fe487 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xcd28f7fc xfrm_unregister_type EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div -EXPORT_SYMBOL vmlinux 0xcd39a1b6 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xcd4de584 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr EXPORT_SYMBOL vmlinux 0xcd7dbbe8 posix_acl_to_xattr EXPORT_SYMBOL vmlinux 0xcd7e7d1c fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xcd82f079 proto_register +EXPORT_SYMBOL vmlinux 0xcd8c42c4 pci_reenable_device EXPORT_SYMBOL vmlinux 0xcd919ee5 con_is_visible -EXPORT_SYMBOL vmlinux 0xcd967264 inet6_del_offload EXPORT_SYMBOL vmlinux 0xcdadbd6e d_alloc_parallel EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel EXPORT_SYMBOL vmlinux 0xcdcdf2bb tegra_ivc_read_advance @@ -9771,51 +9741,59 @@ EXPORT_SYMBOL vmlinux 0xcdd795fc __sg_free_table EXPORT_SYMBOL vmlinux 0xcdde0a3f jbd2_journal_start_reserved EXPORT_SYMBOL vmlinux 0xcddebd24 security_path_mkdir EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcde7a1c1 inet6_offloads EXPORT_SYMBOL vmlinux 0xcdeef888 mmc_gpio_get_ro EXPORT_SYMBOL vmlinux 0xcdfcce3c give_up_console EXPORT_SYMBOL vmlinux 0xce020a4c of_get_address EXPORT_SYMBOL vmlinux 0xce08e24a md_bitmap_free +EXPORT_SYMBOL vmlinux 0xce0f96e1 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce340f21 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio EXPORT_SYMBOL vmlinux 0xce42600b nvm_alloc_dev EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4cdd0c devm_of_clk_del_provider -EXPORT_SYMBOL vmlinux 0xce50c65f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xce546b3e pci_find_capability EXPORT_SYMBOL vmlinux 0xce558ce2 import_single_range EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce71d31f pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xce797209 __ip_dev_find EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk -EXPORT_SYMBOL vmlinux 0xce7df5aa pci_setup_cardbus EXPORT_SYMBOL vmlinux 0xce7f3b56 reuseport_add_sock EXPORT_SYMBOL vmlinux 0xce7f4c86 framebuffer_release EXPORT_SYMBOL vmlinux 0xcea2e7d7 input_reset_device EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul EXPORT_SYMBOL vmlinux 0xceaf7be7 mmc_retune_timer_stop EXPORT_SYMBOL vmlinux 0xceb5a6f7 flush_signals +EXPORT_SYMBOL vmlinux 0xcebe8450 pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0xcedef671 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xcedf9896 sk_free EXPORT_SYMBOL vmlinux 0xcee11f6d d_prune_aliases +EXPORT_SYMBOL vmlinux 0xcee38188 udp_gro_receive EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xcef928fa ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check EXPORT_SYMBOL vmlinux 0xcf01f610 panic_notifier_list -EXPORT_SYMBOL vmlinux 0xcf02830e snd_pci_quirk_lookup -EXPORT_SYMBOL vmlinux 0xcf13b1a7 rt_dst_clone +EXPORT_SYMBOL vmlinux 0xcf192db2 udp_gro_complete EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find EXPORT_SYMBOL vmlinux 0xcf1c9a30 _dev_info EXPORT_SYMBOL vmlinux 0xcf3e63ba of_phy_find_device EXPORT_SYMBOL vmlinux 0xcf3fac84 cpumask_next -EXPORT_SYMBOL vmlinux 0xcf549f87 dev_get_by_index -EXPORT_SYMBOL vmlinux 0xcf54b8bc neigh_carrier_down -EXPORT_SYMBOL vmlinux 0xcf659012 sock_no_socketpair -EXPORT_SYMBOL vmlinux 0xcf6a0903 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xcf47a9c7 vif_device_init +EXPORT_SYMBOL vmlinux 0xcf73a30c udp_set_csum EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcf85089a __dev_remove_pack EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on -EXPORT_SYMBOL vmlinux 0xcf962fbb blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xcf88b752 tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos -EXPORT_SYMBOL vmlinux 0xcf9c3f1d __xfrm_init_state -EXPORT_SYMBOL vmlinux 0xcfa12f80 inet6_offloads +EXPORT_SYMBOL vmlinux 0xcf9cfd70 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0xcfa300a5 snd_timer_interrupt EXPORT_SYMBOL vmlinux 0xcfb9e0e3 ioremap_page +EXPORT_SYMBOL vmlinux 0xcffb8003 register_netdev +EXPORT_SYMBOL vmlinux 0xd01591a1 inet_dgram_connect EXPORT_SYMBOL vmlinux 0xd017b578 kobject_get +EXPORT_SYMBOL vmlinux 0xd0234ff9 passthru_features_check EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab EXPORT_SYMBOL vmlinux 0xd0457850 scsi_dma_map EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net @@ -9823,51 +9801,59 @@ EXPORT_SYMBOL vmlinux 0xd04c7414 __tracepoint_kfree EXPORT_SYMBOL vmlinux 0xd04febe9 arm_elf_read_implies_exec EXPORT_SYMBOL vmlinux 0xd0534713 dqput EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function -EXPORT_SYMBOL vmlinux 0xd072b651 ip_options_rcv_srr -EXPORT_SYMBOL vmlinux 0xd07477f0 pci_set_power_state EXPORT_SYMBOL vmlinux 0xd08d190d tcf_action_exec EXPORT_SYMBOL vmlinux 0xd08d2169 d_path EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a89c9b hmm_mirror_unregister EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces -EXPORT_SYMBOL vmlinux 0xd0c45658 tcf_get_next_proto -EXPORT_SYMBOL vmlinux 0xd0c83522 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xd0becf16 dev_open EXPORT_SYMBOL vmlinux 0xd0c91ae8 __mark_inode_dirty EXPORT_SYMBOL vmlinux 0xd0e919c9 read_cache_page_gfp EXPORT_SYMBOL vmlinux 0xd0eb9a49 genphy_write_mmd_unsupported EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put +EXPORT_SYMBOL vmlinux 0xd0f87832 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xd1086325 poll_freewait EXPORT_SYMBOL vmlinux 0xd1164a77 param_set_int EXPORT_SYMBOL vmlinux 0xd12c527d t10_pi_type1_ip -EXPORT_SYMBOL vmlinux 0xd130894a udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize EXPORT_SYMBOL vmlinux 0xd145aa4c of_phy_deregister_fixed_link -EXPORT_SYMBOL vmlinux 0xd16881f5 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd16640ef scm_detach_fds EXPORT_SYMBOL vmlinux 0xd169ff8f vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xd175cad9 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough EXPORT_SYMBOL vmlinux 0xd1824cb2 __free_pages +EXPORT_SYMBOL vmlinux 0xd1844a47 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xd18494b7 __sk_dst_check EXPORT_SYMBOL vmlinux 0xd1abe064 sg_copy_to_buffer EXPORT_SYMBOL vmlinux 0xd1aceb9a vfs_fadvise -EXPORT_SYMBOL vmlinux 0xd1b7400f dev_get_by_name EXPORT_SYMBOL vmlinux 0xd1d7082d gnet_stats_copy_basic_hw EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string EXPORT_SYMBOL vmlinux 0xd1da39b6 __scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xd1dee1a0 pci_bus_type -EXPORT_SYMBOL vmlinux 0xd1e66e3f netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xd1e9baeb dev_get_flags EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down EXPORT_SYMBOL vmlinux 0xd20e26ea d_alloc -EXPORT_SYMBOL vmlinux 0xd23521fc udplite_prot EXPORT_SYMBOL vmlinux 0xd23e5bb5 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xd24e1c1a tcp_read_sock EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook EXPORT_SYMBOL vmlinux 0xd2605444 load_nls_default +EXPORT_SYMBOL vmlinux 0xd27a0a51 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged EXPORT_SYMBOL vmlinux 0xd27c447f register_key_type +EXPORT_SYMBOL vmlinux 0xd27e2dff kernel_accept EXPORT_SYMBOL vmlinux 0xd29980dd truncate_inode_pages_final EXPORT_SYMBOL vmlinux 0xd2a06730 simple_setattr EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dcfdcf pci_scan_root_bus EXPORT_SYMBOL vmlinux 0xd2eb32b9 tcp_rx_skb_cache_key +EXPORT_SYMBOL vmlinux 0xd309d4d8 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xd30afbdf dev_graft_qdisc EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31e60e8 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xd320a8de textsearch_register +EXPORT_SYMBOL vmlinux 0xd329403c tcp_md5_do_del EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get +EXPORT_SYMBOL vmlinux 0xd34337b1 skb_seq_read EXPORT_SYMBOL vmlinux 0xd34c5d96 blk_put_request EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string @@ -9875,25 +9861,25 @@ EXPORT_SYMBOL vmlinux 0xd361cba4 gen_pool_dma_zalloc_align EXPORT_SYMBOL vmlinux 0xd36a13c5 mdiobus_write_nested EXPORT_SYMBOL vmlinux 0xd36da313 security_inode_notifysecctx EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 -EXPORT_SYMBOL vmlinux 0xd37a2924 vlan_ioctl_set -EXPORT_SYMBOL vmlinux 0xd39f4f06 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc EXPORT_SYMBOL vmlinux 0xd3a1eb4d devm_release_resource EXPORT_SYMBOL vmlinux 0xd3c17a78 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xd3ddca3f lock_sock_fast +EXPORT_SYMBOL vmlinux 0xd3e4a876 rtnl_link_get_net EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd402f09f kmem_cache_create_usercopy EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41a52a3 xfrm_lookup_route EXPORT_SYMBOL vmlinux 0xd4222635 __vlan_find_dev_deep_rcu -EXPORT_SYMBOL vmlinux 0xd439fe19 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0xd43f921f get_task_exe_file -EXPORT_SYMBOL vmlinux 0xd469795e arp_send +EXPORT_SYMBOL vmlinux 0xd4489ffd sock_from_file EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system -EXPORT_SYMBOL vmlinux 0xd4853209 mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0xd48ce6cc set_binfmt EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create -EXPORT_SYMBOL vmlinux 0xd4a2c5de sk_dst_check +EXPORT_SYMBOL vmlinux 0xd4b2bf51 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xd4b985ac dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4bf0578 vlan_dev_real_dev EXPORT_SYMBOL vmlinux 0xd4c04061 block_write_begin @@ -9901,16 +9887,17 @@ EXPORT_SYMBOL vmlinux 0xd4dab599 dev_mc_unsync EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo EXPORT_SYMBOL vmlinux 0xd4edc02d dqget EXPORT_SYMBOL vmlinux 0xd4f4e478 abort_creds -EXPORT_SYMBOL vmlinux 0xd501180a netif_rx_ni EXPORT_SYMBOL vmlinux 0xd51af315 pm860x_reg_read EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd53ee3dc qdisc_reset EXPORT_SYMBOL vmlinux 0xd541816b noop_fsync EXPORT_SYMBOL vmlinux 0xd54759bc amba_driver_unregister EXPORT_SYMBOL vmlinux 0xd555e5ec security_inode_setsecctx EXPORT_SYMBOL vmlinux 0xd557ea2a flow_rule_match_vlan -EXPORT_SYMBOL vmlinux 0xd55fa74b inet_stream_connect EXPORT_SYMBOL vmlinux 0xd5601b62 dma_find_channel EXPORT_SYMBOL vmlinux 0xd5792bcb of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xd593c936 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xd5a4cf1c tcp_md5_do_add EXPORT_SYMBOL vmlinux 0xd5ad9811 nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state EXPORT_SYMBOL vmlinux 0xd5e82877 mipi_dsi_shutdown_peripheral @@ -9919,19 +9906,22 @@ EXPORT_SYMBOL vmlinux 0xd6008013 blk_rq_unmap_user EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k EXPORT_SYMBOL vmlinux 0xd61986a4 mdiobus_write EXPORT_SYMBOL vmlinux 0xd627480b strncat -EXPORT_SYMBOL vmlinux 0xd636c292 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem +EXPORT_SYMBOL vmlinux 0xd6437f06 tcp_req_err EXPORT_SYMBOL vmlinux 0xd643bc90 phy_register_fixup_for_id EXPORT_SYMBOL vmlinux 0xd6487dda phy_resume EXPORT_SYMBOL vmlinux 0xd64c1856 phy_device_free +EXPORT_SYMBOL vmlinux 0xd64fedd0 inet_addr_type_table EXPORT_SYMBOL vmlinux 0xd6527b00 remap_vmalloc_range_partial EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract -EXPORT_SYMBOL vmlinux 0xd674c3cf netdev_pick_tx EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd69648d5 tcf_get_next_proto EXPORT_SYMBOL vmlinux 0xd6a1906e param_set_charp EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6cb4bdc inet_confirm_addr EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd6e0ea91 pci_select_bars EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced @@ -9940,60 +9930,62 @@ EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid EXPORT_SYMBOL vmlinux 0xd73bb18b vfs_mkobj EXPORT_SYMBOL vmlinux 0xd73d097b stream_open -EXPORT_SYMBOL vmlinux 0xd74a34c8 xfrm_state_update EXPORT_SYMBOL vmlinux 0xd74beae4 of_get_next_parent -EXPORT_SYMBOL vmlinux 0xd782dd05 netdev_emerg EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write EXPORT_SYMBOL vmlinux 0xd7a87b26 jbd2_transaction_committed -EXPORT_SYMBOL vmlinux 0xd7ab7cb7 dev_change_flags EXPORT_SYMBOL vmlinux 0xd7c1e04b uart_register_driver +EXPORT_SYMBOL vmlinux 0xd7c25643 kernel_sendpage EXPORT_SYMBOL vmlinux 0xd7cabe4d finish_swait +EXPORT_SYMBOL vmlinux 0xd7cf905f sock_no_sendpage EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete -EXPORT_SYMBOL vmlinux 0xd7de7320 tcp_filter EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll EXPORT_SYMBOL vmlinux 0xd7ed985b tty_name EXPORT_SYMBOL vmlinux 0xd7f33e42 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xd827ed69 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xd83506bb inet_frags_init EXPORT_SYMBOL vmlinux 0xd83dc5e6 wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0xd83f3cc5 dump_align EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd84b17ef inet_frag_kill EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame EXPORT_SYMBOL vmlinux 0xd860755b __tracepoint_spi_transfer_start EXPORT_SYMBOL vmlinux 0xd862216f vfs_parse_fs_param EXPORT_SYMBOL vmlinux 0xd875584a __genradix_ptr -EXPORT_SYMBOL vmlinux 0xd878dba3 pci_find_next_bus EXPORT_SYMBOL vmlinux 0xd89ee11f krait_set_l2_indirect_reg EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8d700f5 ip_mc_join_group EXPORT_SYMBOL vmlinux 0xd8d97ee1 configfs_depend_item EXPORT_SYMBOL vmlinux 0xd9046b64 input_get_timestamp EXPORT_SYMBOL vmlinux 0xd908347e bio_add_page -EXPORT_SYMBOL vmlinux 0xd92ea24c __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xd927f7d1 skb_store_bits +EXPORT_SYMBOL vmlinux 0xd9326605 sock_i_ino EXPORT_SYMBOL vmlinux 0xd9441827 fscrypt_fname_alloc_buffer EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack -EXPORT_SYMBOL vmlinux 0xd969fe16 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages -EXPORT_SYMBOL vmlinux 0xd9884ec7 pci_iounmap EXPORT_SYMBOL vmlinux 0xd98e1590 dma_fence_chain_init -EXPORT_SYMBOL vmlinux 0xd9cbc084 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xd9bfa715 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox EXPORT_SYMBOL vmlinux 0xd9e0d1fd mipi_dsi_detach EXPORT_SYMBOL vmlinux 0xd9e8b964 filp_open -EXPORT_SYMBOL vmlinux 0xd9fd43fa pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xd9fa8563 pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xda02ce82 phy_device_create EXPORT_SYMBOL vmlinux 0xda046f51 rproc_elf_get_boot_addr EXPORT_SYMBOL vmlinux 0xda398a00 dma_direct_map_resource EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open EXPORT_SYMBOL vmlinux 0xda3f2126 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xda44fba9 pci_enable_msi EXPORT_SYMBOL vmlinux 0xda48772c input_set_keycode -EXPORT_SYMBOL vmlinux 0xda4c160f sock_from_file +EXPORT_SYMBOL vmlinux 0xda6319bf xfrm_parse_spi EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType EXPORT_SYMBOL vmlinux 0xda8483fe get_acl -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac9aea6 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xdacd60d1 __sock_create EXPORT_SYMBOL vmlinux 0xdad41b3a of_n_size_cells EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw EXPORT_SYMBOL vmlinux 0xdae6f10a __cleancache_invalidate_inode @@ -10002,20 +9994,16 @@ EXPORT_SYMBOL vmlinux 0xdaf8598b security_binder_transaction EXPORT_SYMBOL vmlinux 0xdafa911c make_kgid EXPORT_SYMBOL vmlinux 0xdb00f918 remove_arg_zero EXPORT_SYMBOL vmlinux 0xdb03a2ab on_each_cpu_cond_mask -EXPORT_SYMBOL vmlinux 0xdb16febc neigh_event_ns -EXPORT_SYMBOL vmlinux 0xdb1ecc64 tcp_ioctl -EXPORT_SYMBOL vmlinux 0xdb2237e6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xdb07cda1 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xdb1e2f6b inet_protos EXPORT_SYMBOL vmlinux 0xdb39c2cb kobject_set_name EXPORT_SYMBOL vmlinux 0xdb3a408b get_super EXPORT_SYMBOL vmlinux 0xdb41bd65 generic_block_fiemap EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params EXPORT_SYMBOL vmlinux 0xdb58436f fscrypt_get_encryption_info -EXPORT_SYMBOL vmlinux 0xdb645130 km_new_mapping EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free -EXPORT_SYMBOL vmlinux 0xdb7f924b eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit -EXPORT_SYMBOL vmlinux 0xdb86da93 sock_recvmsg EXPORT_SYMBOL vmlinux 0xdb9ca3c5 _raw_spin_lock EXPORT_SYMBOL vmlinux 0xdba2da59 kdb_current_task EXPORT_SYMBOL vmlinux 0xdbaae4ad cpu_rmap_update @@ -10024,17 +10012,18 @@ EXPORT_SYMBOL vmlinux 0xdbc99d9e _copy_from_iter_full_nocache EXPORT_SYMBOL vmlinux 0xdbcf56dc of_match_node EXPORT_SYMBOL vmlinux 0xdbd57854 request_firmware EXPORT_SYMBOL vmlinux 0xdbef3cdf mtd_concat_create +EXPORT_SYMBOL vmlinux 0xdbf8b8f2 build_skb +EXPORT_SYMBOL vmlinux 0xdc045419 pci_set_power_state EXPORT_SYMBOL vmlinux 0xdc10aa44 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems -EXPORT_SYMBOL vmlinux 0xdc27f3c6 __skb_get_hash EXPORT_SYMBOL vmlinux 0xdc2ae299 __SetPageMovable EXPORT_SYMBOL vmlinux 0xdc3b15c7 misc_register EXPORT_SYMBOL vmlinux 0xdc3c23ac filemap_write_and_wait EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 EXPORT_SYMBOL vmlinux 0xdc430db2 gen_pool_dma_alloc_align EXPORT_SYMBOL vmlinux 0xdc4331bc __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xdc483d19 pcie_print_link_status EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv -EXPORT_SYMBOL vmlinux 0xdc4adca2 xfrm_state_insert EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier EXPORT_SYMBOL vmlinux 0xdc5c7961 gen_pool_best_fit EXPORT_SYMBOL vmlinux 0xdc6e29d8 __ethtool_get_link_ksettings @@ -10044,59 +10033,64 @@ EXPORT_SYMBOL vmlinux 0xdc7bf139 dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0xdc7d3972 bd_finish_claiming EXPORT_SYMBOL vmlinux 0xdc831cdb proc_set_size EXPORT_SYMBOL vmlinux 0xdc867752 mmc_erase -EXPORT_SYMBOL vmlinux 0xdca40e41 neigh_xmit EXPORT_SYMBOL vmlinux 0xdcbdcc18 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xdcdac780 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xdce59daf neigh_xmit EXPORT_SYMBOL vmlinux 0xdced8e1e scsi_report_opcode EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0de83e xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xdd115095 scsi_eh_restore_cmnd EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xdd46fd85 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0xdd4ffa9b mutex_trylock EXPORT_SYMBOL vmlinux 0xdd50bf06 padata_alloc_shell -EXPORT_SYMBOL vmlinux 0xdd6790f5 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xdd5938c5 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xdd5a2386 consume_skb EXPORT_SYMBOL vmlinux 0xdd6f7b5e tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0xdd77a1b2 load_nls EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0xdd81faed netif_skb_features EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld EXPORT_SYMBOL vmlinux 0xdd876283 genphy_read_status +EXPORT_SYMBOL vmlinux 0xdd932880 inet6_del_protocol EXPORT_SYMBOL vmlinux 0xdd9658dc fb_get_buffer_offset -EXPORT_SYMBOL vmlinux 0xdd98dde5 rtnl_unicast EXPORT_SYMBOL vmlinux 0xdd9a9e50 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xddaede4f tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0xddbaf095 __pagevec_lru_add EXPORT_SYMBOL vmlinux 0xdddd3c6f vfs_rename EXPORT_SYMBOL vmlinux 0xddde9d7b devfreq_add_device EXPORT_SYMBOL vmlinux 0xddec0a0d alloc_anon_inode EXPORT_SYMBOL vmlinux 0xddf2439a fscrypt_decrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0xddf3f6f6 __generic_block_fiemap -EXPORT_SYMBOL vmlinux 0xddfa1a51 pci_restore_state EXPORT_SYMBOL vmlinux 0xde1e8a69 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0xde1ffc0b cdrom_ioctl EXPORT_SYMBOL vmlinux 0xde20dd84 __cancel_dirty_page EXPORT_SYMBOL vmlinux 0xde258da5 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xde25e788 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats -EXPORT_SYMBOL vmlinux 0xde4fc47c neigh_sysctl_register EXPORT_SYMBOL vmlinux 0xde59092a lockref_get_or_lock EXPORT_SYMBOL vmlinux 0xde5ae857 vme_slave_get EXPORT_SYMBOL vmlinux 0xde5c2120 __scsi_print_sense EXPORT_SYMBOL vmlinux 0xde611d1b fbcon_rotate_cw EXPORT_SYMBOL vmlinux 0xde6345da put_user_pages_dirty_lock EXPORT_SYMBOL vmlinux 0xde6b0122 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xde70c848 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0xde982b26 kmem_cache_create EXPORT_SYMBOL vmlinux 0xdeae5abc rproc_put EXPORT_SYMBOL vmlinux 0xdec030e5 arm_clear_user EXPORT_SYMBOL vmlinux 0xdec39e9d cdc_parse_cdc_header -EXPORT_SYMBOL vmlinux 0xdeca7e0f tcp_req_err EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdecf3e84 pci_get_device EXPORT_SYMBOL vmlinux 0xded290fb try_wait_for_completion EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode EXPORT_SYMBOL vmlinux 0xdf077659 generic_ro_fops EXPORT_SYMBOL vmlinux 0xdf0d08cc input_mt_report_finger_count -EXPORT_SYMBOL vmlinux 0xdf12f04a alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xdf1dc9a1 dev_mc_sync_multiple EXPORT_SYMBOL vmlinux 0xdf26bd14 stop_tty EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last @@ -10106,13 +10100,16 @@ EXPORT_SYMBOL vmlinux 0xdf514656 capable_wrt_inode_uidgid EXPORT_SYMBOL vmlinux 0xdf52def1 ZSTD_DStreamInSize EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier EXPORT_SYMBOL vmlinux 0xdf654ab7 ww_mutex_lock -EXPORT_SYMBOL vmlinux 0xdf74b86d unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xdf6ca566 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xdf7feca8 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies EXPORT_SYMBOL vmlinux 0xdf94aeb1 kthread_bind -EXPORT_SYMBOL vmlinux 0xdf98da1b tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xdfa1b64c proto_unregister EXPORT_SYMBOL vmlinux 0xdfa692d7 jbd2_journal_begin_ordered_truncate EXPORT_SYMBOL vmlinux 0xdfb15a87 fs_bio_set +EXPORT_SYMBOL vmlinux 0xdfb42e44 dev_set_alias +EXPORT_SYMBOL vmlinux 0xdfc2e4cb tcp_select_initial_window EXPORT_SYMBOL vmlinux 0xdfd0ecf7 freezing_slow_path EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type EXPORT_SYMBOL vmlinux 0xdfda66dd blk_set_runtime_active @@ -10124,6 +10121,7 @@ EXPORT_SYMBOL vmlinux 0xe007ed2d of_clk_get_by_name EXPORT_SYMBOL vmlinux 0xe0149cb2 reuseport_detach_sock EXPORT_SYMBOL vmlinux 0xe014f600 path_nosuid EXPORT_SYMBOL vmlinux 0xe028a6ca atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xe03a1cd4 inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0xe03af7df netlink_rcv_skb EXPORT_SYMBOL vmlinux 0xe0487b4d of_get_cpu_node EXPORT_SYMBOL vmlinux 0xe06699b2 sg_next @@ -10131,7 +10129,7 @@ EXPORT_SYMBOL vmlinux 0xe073728a input_set_min_poll_interval EXPORT_SYMBOL vmlinux 0xe07f7774 snd_info_create_card_entry EXPORT_SYMBOL vmlinux 0xe08527d4 wait_for_completion_io EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool -EXPORT_SYMBOL vmlinux 0xe0876175 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xe097fee2 netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0xe0980a82 snd_card_file_remove EXPORT_SYMBOL vmlinux 0xe0a6b585 request_resource EXPORT_SYMBOL vmlinux 0xe0a8bfca starget_for_each_device @@ -10140,19 +10138,22 @@ EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco EXPORT_SYMBOL vmlinux 0xe0cc76a6 phy_read_paged EXPORT_SYMBOL vmlinux 0xe0d03ee5 security_inode_invalidate_secctx -EXPORT_SYMBOL vmlinux 0xe0f81a26 dev_set_mac_address -EXPORT_SYMBOL vmlinux 0xe105c647 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xe0d38168 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xe0d980ef pci_request_irq +EXPORT_SYMBOL vmlinux 0xe0ea75bd inet_offloads +EXPORT_SYMBOL vmlinux 0xe0f99e90 __skb_get_hash EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12cefda skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors EXPORT_SYMBOL vmlinux 0xe1457bfb genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xe15393ff pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask EXPORT_SYMBOL vmlinux 0xe15ff17a dev_uc_init EXPORT_SYMBOL vmlinux 0xe16fc701 tcf_idr_create EXPORT_SYMBOL vmlinux 0xe173fec1 insert_inode_locked4 EXPORT_SYMBOL vmlinux 0xe1837f8c dev_mc_sync -EXPORT_SYMBOL vmlinux 0xe1883b86 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0xe1a48c44 phy_support_sym_pause EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral EXPORT_SYMBOL vmlinux 0xe1a8a9ac mdiobus_read @@ -10160,25 +10161,27 @@ EXPORT_SYMBOL vmlinux 0xe1a9b2ff dma_fence_match_context EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e44a57 phy_remove_link_mode EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla -EXPORT_SYMBOL vmlinux 0xe1fb9c2c pcie_relaxed_ordering_enabled -EXPORT_SYMBOL vmlinux 0xe205411b skb_kill_datagram -EXPORT_SYMBOL vmlinux 0xe208a2f5 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xe217b33e phy_start EXPORT_SYMBOL vmlinux 0xe2201209 snd_power_wait EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum EXPORT_SYMBOL vmlinux 0xe23b0823 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xe2607ae7 pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe2719386 __scm_destroy EXPORT_SYMBOL vmlinux 0xe278bfde jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xe27c021a pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0xe28e4207 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xe29c6e35 tcp_child_process +EXPORT_SYMBOL vmlinux 0xe2a9ea39 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0xe2ac51be unregister_key_type EXPORT_SYMBOL vmlinux 0xe2aec0d9 phy_ethtool_set_link_ksettings EXPORT_SYMBOL vmlinux 0xe2b3af2d param_ops_string -EXPORT_SYMBOL vmlinux 0xe2bdd10b tcp_seq_next +EXPORT_SYMBOL vmlinux 0xe2c0be9e udp_disconnect EXPORT_SYMBOL vmlinux 0xe2c656e6 __phy_read_mmd EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp -EXPORT_SYMBOL vmlinux 0xe2e2e218 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xe2d74d6e xfrm_init_state EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user EXPORT_SYMBOL vmlinux 0xe2e84aee trace_raw_output_prep EXPORT_SYMBOL vmlinux 0xe2ea28da watchdog_register_governor @@ -10186,32 +10189,31 @@ EXPORT_SYMBOL vmlinux 0xe2fdec0c buffer_check_dirty_writeback EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init EXPORT_SYMBOL vmlinux 0xe30d18b5 dcb_ieee_getapp_default_prio_mask EXPORT_SYMBOL vmlinux 0xe30e5220 filemap_fdatawait_keep_errors -EXPORT_SYMBOL vmlinux 0xe3224025 pci_find_capability +EXPORT_SYMBOL vmlinux 0xe31edf32 pci_choose_state EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest EXPORT_SYMBOL vmlinux 0xe346f67a __mutex_init EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete EXPORT_SYMBOL vmlinux 0xe34a3c39 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xe379da9a skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xe37fb289 iter_file_splice_write EXPORT_SYMBOL vmlinux 0xe39f19a7 locks_free_lock -EXPORT_SYMBOL vmlinux 0xe3a09abb xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xe3a222d8 uart_suspend_port -EXPORT_SYMBOL vmlinux 0xe3a4e9ec pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0xe3a73bb4 mmc_can_erase EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set -EXPORT_SYMBOL vmlinux 0xe3db09d2 ip6_xmit EXPORT_SYMBOL vmlinux 0xe3e49e8f tty_port_destroy EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 EXPORT_SYMBOL vmlinux 0xe40994b6 simple_map_init +EXPORT_SYMBOL vmlinux 0xe419d1b4 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0xe428464e dma_fence_wait_timeout EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one -EXPORT_SYMBOL vmlinux 0xe46e826d ip_ct_attach EXPORT_SYMBOL vmlinux 0xe4702b3a __sg_alloc_table EXPORT_SYMBOL vmlinux 0xe477fc9b memremap EXPORT_SYMBOL vmlinux 0xe47c6cb9 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xe49da47f xfrm_init_replay EXPORT_SYMBOL vmlinux 0xe4a3f2bb put_tty_driver -EXPORT_SYMBOL vmlinux 0xe4b00b5a pci_clear_master +EXPORT_SYMBOL vmlinux 0xe4ac3abd rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xe4bbece5 mmc_cqe_start_req EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid EXPORT_SYMBOL vmlinux 0xe4d6d429 block_invalidatepage @@ -10221,9 +10223,13 @@ EXPORT_SYMBOL vmlinux 0xe4effcd5 sg_init_one EXPORT_SYMBOL vmlinux 0xe518f053 fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq EXPORT_SYMBOL vmlinux 0xe523b849 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xe5393852 sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0xe54926b2 of_find_i2c_device_by_node EXPORT_SYMBOL vmlinux 0xe5494d07 get_fs_type -EXPORT_SYMBOL vmlinux 0xe55ab158 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xe54bb702 inet_shutdown +EXPORT_SYMBOL vmlinux 0xe54bf380 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xe54d4a2f __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xe54e5a46 pcim_set_mwi EXPORT_SYMBOL vmlinux 0xe562bdea gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width @@ -10233,52 +10239,56 @@ EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end EXPORT_SYMBOL vmlinux 0xe590e20c scsicam_bios_param -EXPORT_SYMBOL vmlinux 0xe590eacf sock_efree EXPORT_SYMBOL vmlinux 0xe5947e71 jbd2_journal_destroy EXPORT_SYMBOL vmlinux 0xe597c3a4 jbd2_journal_check_available_features EXPORT_SYMBOL vmlinux 0xe5a8d70d tty_port_open EXPORT_SYMBOL vmlinux 0xe5babe6a fget_raw EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5e73854 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xe5f112f8 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any EXPORT_SYMBOL vmlinux 0xe61a8ead noop_llseek +EXPORT_SYMBOL vmlinux 0xe6402fd6 km_query +EXPORT_SYMBOL vmlinux 0xe64d5fb1 inet_pton_with_scope EXPORT_SYMBOL vmlinux 0xe6558103 nand_write_oob_std -EXPORT_SYMBOL vmlinux 0xe65dec87 proto_register +EXPORT_SYMBOL vmlinux 0xe66747a3 dev_get_mac_address EXPORT_SYMBOL vmlinux 0xe66d3e4e __test_set_page_writeback -EXPORT_SYMBOL vmlinux 0xe68e6f57 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xe686e9ec km_policy_expired EXPORT_SYMBOL vmlinux 0xe68f3b6e tegra_io_pad_power_disable EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size -EXPORT_SYMBOL vmlinux 0xe69431cf dst_release_immediate EXPORT_SYMBOL vmlinux 0xe6949b6c snd_ctl_boolean_stereo_info EXPORT_SYMBOL vmlinux 0xe6990777 __cgroup_bpf_run_filter_sock_addr EXPORT_SYMBOL vmlinux 0xe699d634 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0xe6a7adec wait_on_page_bit EXPORT_SYMBOL vmlinux 0xe6c12171 complete EXPORT_SYMBOL vmlinux 0xe6cb0ef7 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xe6dde473 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0xe6eb1759 blk_post_runtime_resume -EXPORT_SYMBOL vmlinux 0xe701ecda ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv EXPORT_SYMBOL vmlinux 0xe7103852 reuseport_select_sock -EXPORT_SYMBOL vmlinux 0xe7125ee3 pci_request_regions -EXPORT_SYMBOL vmlinux 0xe71cb11d netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf -EXPORT_SYMBOL vmlinux 0xe76cf6e4 sock_create_kern +EXPORT_SYMBOL vmlinux 0xe7334e7a inet_listen +EXPORT_SYMBOL vmlinux 0xe74ab953 __netif_schedule EXPORT_SYMBOL vmlinux 0xe779669c dev_printk EXPORT_SYMBOL vmlinux 0xe783d28f mnt_drop_write_file EXPORT_SYMBOL vmlinux 0xe7878d54 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0xe78a0d37 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0xe78e61d6 param_ops_ushort EXPORT_SYMBOL vmlinux 0xe79a86c5 mmc_gpiod_request_ro EXPORT_SYMBOL vmlinux 0xe79fe36b update_region EXPORT_SYMBOL vmlinux 0xe7a34985 d_invalidate +EXPORT_SYMBOL vmlinux 0xe7a6fb89 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0xe7c8b40a netdev_class_remove_file_ns EXPORT_SYMBOL vmlinux 0xe7d35231 kset_register +EXPORT_SYMBOL vmlinux 0xe7d36ae2 __skb_ext_del EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next EXPORT_SYMBOL vmlinux 0xe7e4cc50 filemap_fdatawait_range EXPORT_SYMBOL vmlinux 0xe8008811 __mod_zone_page_state EXPORT_SYMBOL vmlinux 0xe810d72e devm_request_resource +EXPORT_SYMBOL vmlinux 0xe8233b27 ipmr_rule_default EXPORT_SYMBOL vmlinux 0xe842dc8c dma_fence_get_stub EXPORT_SYMBOL vmlinux 0xe858c09b install_exec_creds -EXPORT_SYMBOL vmlinux 0xe85d6ac8 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0xe85fde68 security_unix_may_send EXPORT_SYMBOL vmlinux 0xe87452c0 pci_ep_cfs_add_epc_group EXPORT_SYMBOL vmlinux 0xe87a9270 tegra_ahb_enable_smmu @@ -10290,33 +10300,32 @@ EXPORT_SYMBOL vmlinux 0xe8b9a9c8 dma_alloc_attrs EXPORT_SYMBOL vmlinux 0xe8cd0a2c crc32_le_shift EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset EXPORT_SYMBOL vmlinux 0xe8d02fbf d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xe8da777f neigh_seq_start EXPORT_SYMBOL vmlinux 0xe8e89abb page_readlink +EXPORT_SYMBOL vmlinux 0xe8f62d1a kernel_getpeername EXPORT_SYMBOL vmlinux 0xe8ff7614 get_vm_area -EXPORT_SYMBOL vmlinux 0xe9097305 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0xe914e41e strcpy -EXPORT_SYMBOL vmlinux 0xe92314fa register_netdev EXPORT_SYMBOL vmlinux 0xe93134c0 snd_jack_add_new_kctl EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write EXPORT_SYMBOL vmlinux 0xe9455149 __alloc_pages_nodemask EXPORT_SYMBOL vmlinux 0xe9509b16 scsi_device_resume EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino -EXPORT_SYMBOL vmlinux 0xe9637249 pci_release_selected_regions EXPORT_SYMBOL vmlinux 0xe97c4103 ioremap EXPORT_SYMBOL vmlinux 0xe991dbf0 find_lock_entry EXPORT_SYMBOL vmlinux 0xe994e479 dentry_open EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue EXPORT_SYMBOL vmlinux 0xe9a1d281 unregister_cdrom EXPORT_SYMBOL vmlinux 0xe9a777d9 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xe9b8f23c xfrm_state_delete EXPORT_SYMBOL vmlinux 0xe9be51d9 kmem_cache_alloc EXPORT_SYMBOL vmlinux 0xe9c14c1d dm_io -EXPORT_SYMBOL vmlinux 0xe9c2c7dc __scm_destroy EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ef7f28 pci_enable_device EXPORT_SYMBOL vmlinux 0xe9f49a43 md_update_sb EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize EXPORT_SYMBOL vmlinux 0xe9fc2fc1 sdev_disable_disk_events EXPORT_SYMBOL vmlinux 0xea000375 jbd2_journal_get_write_access -EXPORT_SYMBOL vmlinux 0xea015aaf xfrm_policy_walk EXPORT_SYMBOL vmlinux 0xea102059 bio_endio EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev EXPORT_SYMBOL vmlinux 0xea2d8399 of_find_backlight_by_node @@ -10329,38 +10338,37 @@ EXPORT_SYMBOL vmlinux 0xea7987f1 key_update EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow EXPORT_SYMBOL vmlinux 0xea9161c6 of_dev_put EXPORT_SYMBOL vmlinux 0xeaadf59c param_get_short -EXPORT_SYMBOL vmlinux 0xeab157da gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0xeabbaa97 may_umount_tree -EXPORT_SYMBOL vmlinux 0xeabfab84 sock_register EXPORT_SYMBOL vmlinux 0xeac41a73 single_open -EXPORT_SYMBOL vmlinux 0xeacd6976 xfrm_find_acq EXPORT_SYMBOL vmlinux 0xeadda783 iput +EXPORT_SYMBOL vmlinux 0xeaddddb0 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0xeae7e1bd param_get_long +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl EXPORT_SYMBOL vmlinux 0xeb0b9bf9 wait_for_completion_killable_timeout EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode EXPORT_SYMBOL vmlinux 0xeb2c78b7 dmam_alloc_attrs EXPORT_SYMBOL vmlinux 0xeb2d477a of_platform_device_create EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3c7cab tcp_seq_start EXPORT_SYMBOL vmlinux 0xeb452b31 jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r EXPORT_SYMBOL vmlinux 0xeb5aff66 __set_page_dirty_buffers EXPORT_SYMBOL vmlinux 0xeb5d20d9 simple_transaction_release EXPORT_SYMBOL vmlinux 0xeb68c3da unix_get_socket -EXPORT_SYMBOL vmlinux 0xeb9f8347 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xeb9cca6f ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xeba0c670 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xebada5f0 skb_set_owner_w EXPORT_SYMBOL vmlinux 0xebc68cee lease_get_mtime -EXPORT_SYMBOL vmlinux 0xebc95334 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xebce08d8 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0xebdbd151 filemap_fdatawait_range_keep_errors -EXPORT_SYMBOL vmlinux 0xebe6eb50 rtnl_notify EXPORT_SYMBOL vmlinux 0xebea7920 iw_handler_get_spy EXPORT_SYMBOL vmlinux 0xebeab14c d_splice_alias -EXPORT_SYMBOL vmlinux 0xebf39c92 __kfree_skb EXPORT_SYMBOL vmlinux 0xebf62094 dm_kobject_release -EXPORT_SYMBOL vmlinux 0xebfc959b __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xebf72ad5 inet_gro_complete EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high EXPORT_SYMBOL vmlinux 0xec2c6804 __page_symlink EXPORT_SYMBOL vmlinux 0xec2cfd87 copy_page_to_iter -EXPORT_SYMBOL vmlinux 0xec31c221 softnet_data EXPORT_SYMBOL vmlinux 0xec357747 mmc_gpio_set_cd_isr EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead EXPORT_SYMBOL vmlinux 0xec395206 register_console @@ -10370,23 +10378,23 @@ EXPORT_SYMBOL vmlinux 0xec60a349 end_buffer_async_write EXPORT_SYMBOL vmlinux 0xec697080 snd_unregister_oss_device EXPORT_SYMBOL vmlinux 0xec6cb20b map_destroy EXPORT_SYMBOL vmlinux 0xec70378b writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0xec801344 ipv6_getsockopt -EXPORT_SYMBOL vmlinux 0xec8d656b dev_set_alias EXPORT_SYMBOL vmlinux 0xec9c366f request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xec9e2ba3 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0xecb38078 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xecce227b tcf_exts_change EXPORT_SYMBOL vmlinux 0xecd3b7a3 blk_mq_end_request -EXPORT_SYMBOL vmlinux 0xecde167a __skb_ext_del -EXPORT_SYMBOL vmlinux 0xecde907f sock_no_getname EXPORT_SYMBOL vmlinux 0xece05022 devm_ioremap_resource EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xecef5f2e reuseport_detach_prog EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl EXPORT_SYMBOL vmlinux 0xecf9247c dquot_acquire +EXPORT_SYMBOL vmlinux 0xed0571e5 ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xed2665be twl6040_reg_write EXPORT_SYMBOL vmlinux 0xed2ddb78 dquot_get_next_id EXPORT_SYMBOL vmlinux 0xed34a8d4 blk_integrity_merge_bio EXPORT_SYMBOL vmlinux 0xed46aa8c dev_mc_del EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable EXPORT_SYMBOL vmlinux 0xed81aa84 security_inode_copy_up EXPORT_SYMBOL vmlinux 0xed895202 ata_link_printk EXPORT_SYMBOL vmlinux 0xed8f312a devfreq_monitor_suspend @@ -10394,29 +10402,28 @@ EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic EXPORT_SYMBOL vmlinux 0xed9a1e32 dm_kcopyd_zero EXPORT_SYMBOL vmlinux 0xeda9470a gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbf8f69 ip6tun_encaps EXPORT_SYMBOL vmlinux 0xedc03953 iounmap EXPORT_SYMBOL vmlinux 0xedd883af mod_node_page_state EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 EXPORT_SYMBOL vmlinux 0xedeb59d9 __tracepoint_dma_fence_signaled EXPORT_SYMBOL vmlinux 0xedf35233 get_user_pages_locked +EXPORT_SYMBOL vmlinux 0xee1e29d0 inet_release EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable EXPORT_SYMBOL vmlinux 0xee2fe262 snd_unregister_device EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit -EXPORT_SYMBOL vmlinux 0xee4a6279 __udp_disconnect EXPORT_SYMBOL vmlinux 0xee524333 zpool_unregister_driver EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode EXPORT_SYMBOL vmlinux 0xee71a11c rproc_shutdown -EXPORT_SYMBOL vmlinux 0xee834c06 netif_carrier_on EXPORT_SYMBOL vmlinux 0xee85193e i2c_put_adapter EXPORT_SYMBOL vmlinux 0xee8b56ce bio_copy_data_iter EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeed5c1d0 ndisc_mc_map EXPORT_SYMBOL vmlinux 0xeefd3284 phy_ethtool_sset EXPORT_SYMBOL vmlinux 0xef1254fe security_path_unlink +EXPORT_SYMBOL vmlinux 0xef1ec3ed ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq -EXPORT_SYMBOL vmlinux 0xef5d399b xfrm4_protocol_deregister -EXPORT_SYMBOL vmlinux 0xef5d9a87 netpoll_send_skb_on_dev -EXPORT_SYMBOL vmlinux 0xef63fdc3 pcie_port_service_register EXPORT_SYMBOL vmlinux 0xef6525f7 phy_driver_register EXPORT_SYMBOL vmlinux 0xef6c4456 simple_transaction_get EXPORT_SYMBOL vmlinux 0xef72c3e5 dev_uc_add @@ -10424,15 +10431,13 @@ EXPORT_SYMBOL vmlinux 0xef82515d generic_delete_inode EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg EXPORT_SYMBOL vmlinux 0xef95a3f0 of_device_is_big_endian EXPORT_SYMBOL vmlinux 0xef9b3a54 rproc_of_resm_mem_entry_init -EXPORT_SYMBOL vmlinux 0xefa1f658 mr_table_dump EXPORT_SYMBOL vmlinux 0xefb7bccf _raw_write_lock_bh -EXPORT_SYMBOL vmlinux 0xefc22260 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xefb94e34 skb_dequeue_tail EXPORT_SYMBOL vmlinux 0xefc2c128 param_ops_bint -EXPORT_SYMBOL vmlinux 0xefdd77fa vga_client_register -EXPORT_SYMBOL vmlinux 0xefeaec5e netdev_notice EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status EXPORT_SYMBOL vmlinux 0xefef6d8d snd_jack_set_parent EXPORT_SYMBOL vmlinux 0xeffb4a16 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xeffd403b memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf001b248 scsi_scan_target EXPORT_SYMBOL vmlinux 0xf002f457 seq_lseek @@ -10440,35 +10445,37 @@ EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init EXPORT_SYMBOL vmlinux 0xf0128f6d blkdev_reread_part EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work -EXPORT_SYMBOL vmlinux 0xf06339cc pci_iomap_range +EXPORT_SYMBOL vmlinux 0xf0336acf pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xf04b39a6 inet6_add_offload EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot -EXPORT_SYMBOL vmlinux 0xf07a712a kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xf0714752 netif_carrier_on EXPORT_SYMBOL vmlinux 0xf08a6063 config_item_set_name EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag -EXPORT_SYMBOL vmlinux 0xf092678c __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xf094d365 nf_ct_attach EXPORT_SYMBOL vmlinux 0xf0978c60 nand_bch_calculate_ecc EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page EXPORT_SYMBOL vmlinux 0xf0a09b86 try_to_release_page EXPORT_SYMBOL vmlinux 0xf0a343ed release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xf0a91ebb configfs_depend_item_unlocked EXPORT_SYMBOL vmlinux 0xf0bf13b3 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xf0e633a4 tcp_check_req EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb EXPORT_SYMBOL vmlinux 0xf0ef52e8 down EXPORT_SYMBOL vmlinux 0xf0f366b5 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xf0f48fda netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xf0f86998 udp_lib_rehash EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember EXPORT_SYMBOL vmlinux 0xf102732a crc16 EXPORT_SYMBOL vmlinux 0xf108715e dma_fence_signal_locked EXPORT_SYMBOL vmlinux 0xf1390dd8 blk_integrity_unregister -EXPORT_SYMBOL vmlinux 0xf14ab148 pci_clear_mwi EXPORT_SYMBOL vmlinux 0xf16df3cf qdisc_watchdog_init -EXPORT_SYMBOL vmlinux 0xf1774d92 netpoll_poll_disable -EXPORT_SYMBOL vmlinux 0xf18ccf7a pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xf18edf7f skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0xf190a4a5 bdi_register -EXPORT_SYMBOL vmlinux 0xf1920713 nf_log_register EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1ac5e35 nf_reinject EXPORT_SYMBOL vmlinux 0xf1ad9c4b tegra_ivc_align -EXPORT_SYMBOL vmlinux 0xf1c02a50 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xf1c9f85d nf_ip_checksum EXPORT_SYMBOL vmlinux 0xf1cb424a revalidate_disk EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic @@ -10477,23 +10484,27 @@ EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 EXPORT_SYMBOL vmlinux 0xf1f1ef21 mipi_dsi_generic_read EXPORT_SYMBOL vmlinux 0xf1f2a71c bdget_disk EXPORT_SYMBOL vmlinux 0xf1f7d9bd file_ns_capable +EXPORT_SYMBOL vmlinux 0xf20706ea udp_skb_destructor EXPORT_SYMBOL vmlinux 0xf211264c block_write_end -EXPORT_SYMBOL vmlinux 0xf21cdf10 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xf21cfd8f pneigh_lookup EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xf2362c3a __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in -EXPORT_SYMBOL vmlinux 0xf2407e22 get_mem_cgroup_from_mm -EXPORT_SYMBOL vmlinux 0xf244a771 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xf251c2a6 netdev_err EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26c81b7 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0xf26fb9e2 of_match_device -EXPORT_SYMBOL vmlinux 0xf274b42a inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xf2749fe4 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 -EXPORT_SYMBOL vmlinux 0xf284e4fd ipv4_specific +EXPORT_SYMBOL vmlinux 0xf2870063 sock_wmalloc EXPORT_SYMBOL vmlinux 0xf2895833 elv_rb_del +EXPORT_SYMBOL vmlinux 0xf28c5f25 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xf296755f pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0xf29ee15a generic_file_llseek -EXPORT_SYMBOL vmlinux 0xf2a61849 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params EXPORT_SYMBOL vmlinux 0xf2b54244 snd_soc_alloc_ac97_component +EXPORT_SYMBOL vmlinux 0xf2ba15b0 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0xf2bf9944 __tty_alloc_driver EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate EXPORT_SYMBOL vmlinux 0xf2ce202e dquot_commit @@ -10501,34 +10512,29 @@ EXPORT_SYMBOL vmlinux 0xf2e261af follow_down EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts EXPORT_SYMBOL vmlinux 0xf2f36d60 of_parse_phandle_with_args EXPORT_SYMBOL vmlinux 0xf2fad9b6 da903x_query_status -EXPORT_SYMBOL vmlinux 0xf2ffd3ae build_skb -EXPORT_SYMBOL vmlinux 0xf307d02f __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform EXPORT_SYMBOL vmlinux 0xf321a827 blk_mq_free_tag_set EXPORT_SYMBOL vmlinux 0xf3222638 d_alloc_name +EXPORT_SYMBOL vmlinux 0xf3395c15 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0xf33ea011 bioset_init_from_src EXPORT_SYMBOL vmlinux 0xf345984a dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key -EXPORT_SYMBOL vmlinux 0xf3491170 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 EXPORT_SYMBOL vmlinux 0xf351a423 jbd2_journal_try_to_free_buffers EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier -EXPORT_SYMBOL vmlinux 0xf3722467 kernel_sendmsg -EXPORT_SYMBOL vmlinux 0xf3750df9 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xf37b848e xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xf3817203 tty_devnum EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default EXPORT_SYMBOL vmlinux 0xf3a11c35 xa_find_after -EXPORT_SYMBOL vmlinux 0xf3a2ce2d pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest -EXPORT_SYMBOL vmlinux 0xf3c2c451 skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xf3cba319 generic_pipe_buf_get EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal -EXPORT_SYMBOL vmlinux 0xf3fc3b48 nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0xf3fe69cb fwnode_irq_get EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init EXPORT_SYMBOL vmlinux 0xf40df968 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xf41d467a lock_page_memcg EXPORT_SYMBOL vmlinux 0xf425be08 fbcon_set_tileops EXPORT_SYMBOL vmlinux 0xf4324ffe snd_pcm_suspend_all EXPORT_SYMBOL vmlinux 0xf43782f6 fb_prepare_logo @@ -10539,8 +10545,9 @@ EXPORT_SYMBOL vmlinux 0xf455fb44 posix_acl_valid EXPORT_SYMBOL vmlinux 0xf473c3bd con_set_default_unimap EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const -EXPORT_SYMBOL vmlinux 0xf4938fcd blk_queue_split +EXPORT_SYMBOL vmlinux 0xf484f164 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic +EXPORT_SYMBOL vmlinux 0xf4a610cd rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0xf4ba246e ZSTD_nextSrcSizeToDecompress EXPORT_SYMBOL vmlinux 0xf4baa334 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0xf4bd9786 open_exec @@ -10551,6 +10558,7 @@ EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4e7789f vme_bus_type EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock EXPORT_SYMBOL vmlinux 0xf4fea346 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xf53779ce __skb_recv_datagram EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy EXPORT_SYMBOL vmlinux 0xf542d16e __put_page EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp @@ -10560,27 +10568,24 @@ EXPORT_SYMBOL vmlinux 0xf5d0ca2f fscrypt_encrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0xf5d4b7d8 get_gendisk EXPORT_SYMBOL vmlinux 0xf5e3a59a __sb_start_write EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 -EXPORT_SYMBOL vmlinux 0xf5f14861 kernel_getsockopt EXPORT_SYMBOL vmlinux 0xf5f8cace bio_put EXPORT_SYMBOL vmlinux 0xf60fac16 dquot_free_inode EXPORT_SYMBOL vmlinux 0xf611f800 empty_aops EXPORT_SYMBOL vmlinux 0xf618e58b param_get_ushort +EXPORT_SYMBOL vmlinux 0xf619d780 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0xf626e729 flow_rule_match_enc_control -EXPORT_SYMBOL vmlinux 0xf6273880 skb_vlan_pop -EXPORT_SYMBOL vmlinux 0xf6329ccd ip_frag_next EXPORT_SYMBOL vmlinux 0xf632a63b __devm_request_region -EXPORT_SYMBOL vmlinux 0xf640aa02 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 -EXPORT_SYMBOL vmlinux 0xf64c5b09 sk_common_release EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit -EXPORT_SYMBOL vmlinux 0xf65332c4 dev_add_offload EXPORT_SYMBOL vmlinux 0xf65441a4 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xf66236a8 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xf662c970 mipi_dsi_host_unregister EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module EXPORT_SYMBOL vmlinux 0xf67a9a7d import_iovec EXPORT_SYMBOL vmlinux 0xf67c99e1 kobject_add EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xf6a5ee2e qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0xf6b4429d dev_change_carrier EXPORT_SYMBOL vmlinux 0xf6bbd106 seq_write EXPORT_SYMBOL vmlinux 0xf6cad6c8 mipi_dsi_turn_on_peripheral EXPORT_SYMBOL vmlinux 0xf6d848ac netlink_ns_capable @@ -10592,60 +10597,57 @@ EXPORT_SYMBOL vmlinux 0xf6fff3f2 nla_reserve_64bit EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner EXPORT_SYMBOL vmlinux 0xf70a0875 of_graph_get_port_by_id EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb -EXPORT_SYMBOL vmlinux 0xf718dfab xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xf7412f94 vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0xf743a437 generic_write_end EXPORT_SYMBOL vmlinux 0xf744f27c scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xf7489714 dev_get_by_index EXPORT_SYMBOL vmlinux 0xf74b5a8e i2c_smbus_write_i2c_block_data -EXPORT_SYMBOL vmlinux 0xf75321dd pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0xf75778e0 find_get_entry EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf761760b mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod EXPORT_SYMBOL vmlinux 0xf782e5e1 from_kgid_munged -EXPORT_SYMBOL vmlinux 0xf78fe4b5 sock_no_bind -EXPORT_SYMBOL vmlinux 0xf79e94e6 netdev_master_upper_dev_link -EXPORT_SYMBOL vmlinux 0xf7a4e35c mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0xf7af924f unregister_nls EXPORT_SYMBOL vmlinux 0xf7c50776 jbd2_log_start_commit EXPORT_SYMBOL vmlinux 0xf7c65eda lock_two_nondirectories EXPORT_SYMBOL vmlinux 0xf7c78f68 of_dev_get EXPORT_SYMBOL vmlinux 0xf7d1fa49 debugfs_create_automount EXPORT_SYMBOL vmlinux 0xf7eb64f5 bio_chain -EXPORT_SYMBOL vmlinux 0xf7f3033e put_cmsg EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812d5f8 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf81d88eb napi_get_frags EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82d6887 xfrm_register_type EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev EXPORT_SYMBOL vmlinux 0xf8374bd3 xsk_umem_discard_addr EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top EXPORT_SYMBOL vmlinux 0xf84c3647 pci_add_resource_offset EXPORT_SYMBOL vmlinux 0xf84e0cd4 blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0xf85048ad flow_rule_match_basic -EXPORT_SYMBOL vmlinux 0xf858c905 passthru_features_check EXPORT_SYMBOL vmlinux 0xf85dca4a locks_init_lock EXPORT_SYMBOL vmlinux 0xf8664c21 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0xf86ad589 bio_devname EXPORT_SYMBOL vmlinux 0xf86f27cd idr_alloc_cyclic EXPORT_SYMBOL vmlinux 0xf882cefa __put_user_ns -EXPORT_SYMBOL vmlinux 0xf88b18ab __alloc_skb EXPORT_SYMBOL vmlinux 0xf88f8422 security_inode_getsecctx EXPORT_SYMBOL vmlinux 0xf895993f mmc_can_secure_erase_trim EXPORT_SYMBOL vmlinux 0xf8a140d5 page_mapped EXPORT_SYMBOL vmlinux 0xf8b812fd fbcon_set_bitops EXPORT_SYMBOL vmlinux 0xf8b85211 serio_unregister_port EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits -EXPORT_SYMBOL vmlinux 0xf8c5b0d9 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xf8ca78cf simple_transaction_set -EXPORT_SYMBOL vmlinux 0xf8d4d98d km_report -EXPORT_SYMBOL vmlinux 0xf8db6f1c ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xf8e6e78c xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var EXPORT_SYMBOL vmlinux 0xf90d5367 phy_start_aneg -EXPORT_SYMBOL vmlinux 0xf90ffb27 ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xf91a68db inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0xf928b134 lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0xf92efe6c md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xf93460d8 ip_frag_next +EXPORT_SYMBOL vmlinux 0xf939cb2b arp_tbl EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt EXPORT_SYMBOL vmlinux 0xf943acff jbd2_journal_set_features @@ -10653,39 +10655,38 @@ EXPORT_SYMBOL vmlinux 0xf945946c scsi_register_driver EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write EXPORT_SYMBOL vmlinux 0xf974b755 read_dev_sector EXPORT_SYMBOL vmlinux 0xf981a791 dev_load -EXPORT_SYMBOL vmlinux 0xf98e524e pci_enable_device EXPORT_SYMBOL vmlinux 0xf99b8761 phy_read_mmd EXPORT_SYMBOL vmlinux 0xf9a36b47 down_interruptible EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep EXPORT_SYMBOL vmlinux 0xf9b0ffb5 qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid EXPORT_SYMBOL vmlinux 0xf9c9ff39 has_capability +EXPORT_SYMBOL vmlinux 0xf9d27372 netif_rx EXPORT_SYMBOL vmlinux 0xf9df38f2 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xf9ea6153 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0xf9f3cb7a block_truncate_page -EXPORT_SYMBOL vmlinux 0xf9f7240f pci_save_state EXPORT_SYMBOL vmlinux 0xfa021f90 ZSTD_decompressContinue -EXPORT_SYMBOL vmlinux 0xfa078a03 tcp_mss_to_mtu -EXPORT_SYMBOL vmlinux 0xfa17ef1b xfrm_register_type EXPORT_SYMBOL vmlinux 0xfa18eec2 vm_iomap_memory EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier EXPORT_SYMBOL vmlinux 0xfa5a9ca2 of_graph_get_remote_endpoint -EXPORT_SYMBOL vmlinux 0xfa647628 eth_prepare_mac_addr_change EXPORT_SYMBOL vmlinux 0xfa651818 md_bitmap_endwrite EXPORT_SYMBOL vmlinux 0xfa65b6a6 pagecache_isize_extended -EXPORT_SYMBOL vmlinux 0xfa6d7599 skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0xfa7deb5a __bread_gfp EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed EXPORT_SYMBOL vmlinux 0xfa957536 xdp_get_umem_from_qid -EXPORT_SYMBOL vmlinux 0xfa9c3f37 brioctl_set +EXPORT_SYMBOL vmlinux 0xfa98010c sock_alloc EXPORT_SYMBOL vmlinux 0xfaa43460 scsi_get_host_dev EXPORT_SYMBOL vmlinux 0xfac764c9 simple_dir_operations EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max -EXPORT_SYMBOL vmlinux 0xfacab411 pci_free_irq EXPORT_SYMBOL vmlinux 0xfacdbe0b elv_bio_merge_ok EXPORT_SYMBOL vmlinux 0xfad390df of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xfad43f8c pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xfae5d93c eth_header_cache +EXPORT_SYMBOL vmlinux 0xfae767c0 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0xfaecb0f8 phy_attach EXPORT_SYMBOL vmlinux 0xfb09f665 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xfb18d0a5 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0xfb1a18d2 copy_page_from_iter EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read EXPORT_SYMBOL vmlinux 0xfb21658f _dev_err @@ -10695,35 +10696,31 @@ EXPORT_SYMBOL vmlinux 0xfb399dea vmf_insert_pfn EXPORT_SYMBOL vmlinux 0xfb481954 vprintk EXPORT_SYMBOL vmlinux 0xfb556861 show_init_ipc_ns EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb79e036 ip_generic_getfrag EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 -EXPORT_SYMBOL vmlinux 0xfb9c8204 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xfb8bdcc4 pci_get_subsys EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 -EXPORT_SYMBOL vmlinux 0xfba988c7 skb_try_coalesce EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbacd7c2 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense EXPORT_SYMBOL vmlinux 0xfbbff405 read_cache_pages EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout -EXPORT_SYMBOL vmlinux 0xfbcac60b pcie_capability_read_word -EXPORT_SYMBOL vmlinux 0xfbd529b5 __skb_recv_datagram -EXPORT_SYMBOL vmlinux 0xfbf50ec1 skb_ensure_writable -EXPORT_SYMBOL vmlinux 0xfc1e1fe0 tcp_v4_send_check -EXPORT_SYMBOL vmlinux 0xfc22f36b tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xfbf2f2d3 pci_disable_device +EXPORT_SYMBOL vmlinux 0xfc06cb65 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xfc104226 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0xfc23e04a mmc_is_req_done EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xfc3f11da netif_napi_del EXPORT_SYMBOL vmlinux 0xfc3f3589 strscpy_pad EXPORT_SYMBOL vmlinux 0xfc4889f7 shrink_dcache_parent -EXPORT_SYMBOL vmlinux 0xfc4a8030 sk_net_capable -EXPORT_SYMBOL vmlinux 0xfc4f9f7f dst_release EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc5a27d4 km_state_expired EXPORT_SYMBOL vmlinux 0xfc5a7fca igrab EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user -EXPORT_SYMBOL vmlinux 0xfc918202 netif_device_detach -EXPORT_SYMBOL vmlinux 0xfc9290fe inetdev_by_index EXPORT_SYMBOL vmlinux 0xfc997922 phy_device_register EXPORT_SYMBOL vmlinux 0xfca546cf nla_put_64bit -EXPORT_SYMBOL vmlinux 0xfca7e4e4 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0xfcb00435 security_sk_classify_flow EXPORT_SYMBOL vmlinux 0xfcb31530 snd_jack_new EXPORT_SYMBOL vmlinux 0xfccac8e9 blk_alloc_queue @@ -10735,23 +10732,23 @@ EXPORT_SYMBOL vmlinux 0xfd1a1949 misc_deregister EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe EXPORT_SYMBOL vmlinux 0xfd3ea2b3 cdrom_check_events EXPORT_SYMBOL vmlinux 0xfd459e00 iget_locked -EXPORT_SYMBOL vmlinux 0xfd56fd6f tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xfd6bae69 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xfd77b46b jbd2_journal_init_dev EXPORT_SYMBOL vmlinux 0xfd7a6ec2 finish_open EXPORT_SYMBOL vmlinux 0xfd830156 __block_write_begin EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd9450db kernel_listen EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 -EXPORT_SYMBOL vmlinux 0xfdb030ea __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xfdb39301 param_ops_byte EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdebaa3f dev_change_proto_down EXPORT_SYMBOL vmlinux 0xfdecf680 rproc_vq_interrupt EXPORT_SYMBOL vmlinux 0xfdf4cff0 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0xfdff94e0 ZSTD_initDStream EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier -EXPORT_SYMBOL vmlinux 0xfe0ca353 udp_gro_receive EXPORT_SYMBOL vmlinux 0xfe233cf9 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xfe23608f nf_log_register EXPORT_SYMBOL vmlinux 0xfe262248 cdrom_number_of_slots -EXPORT_SYMBOL vmlinux 0xfe2eb7ce skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0xfe30199a phy_attach_direct EXPORT_SYMBOL vmlinux 0xfe327649 flow_rule_match_enc_ip EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry @@ -10759,12 +10756,14 @@ EXPORT_SYMBOL vmlinux 0xfe5cb5d3 input_enable_softrepeat EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe6fe536 vlan_for_each EXPORT_SYMBOL vmlinux 0xfe77b213 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xfe7b3cfb skb_vlan_push +EXPORT_SYMBOL vmlinux 0xfe903804 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xfe90c4a6 _find_first_zero_bit_le EXPORT_SYMBOL vmlinux 0xfe91f299 make_kuid EXPORT_SYMBOL vmlinux 0xfe9a6b8e kernel_read +EXPORT_SYMBOL vmlinux 0xfeaa1bb5 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu -EXPORT_SYMBOL vmlinux 0xfee8755e pci_select_bars EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute EXPORT_SYMBOL vmlinux 0xff0274d7 jbd2_log_wait_commit @@ -10772,10 +10771,10 @@ EXPORT_SYMBOL vmlinux 0xff053e08 mipi_dsi_dcs_set_tear_scanline EXPORT_SYMBOL vmlinux 0xff05e092 mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff2593ea max8925_reg_write -EXPORT_SYMBOL vmlinux 0xff401d52 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0xff430478 pipe_lock EXPORT_SYMBOL vmlinux 0xff4985da of_device_is_available EXPORT_SYMBOL vmlinux 0xff579538 d_add +EXPORT_SYMBOL vmlinux 0xff5b8b4e pcim_enable_device EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap @@ -10783,9 +10782,11 @@ EXPORT_SYMBOL vmlinux 0xff7ed173 ethtool_op_get_ts_info EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy EXPORT_SYMBOL vmlinux 0xff911bf4 page_pool_unmap_page +EXPORT_SYMBOL vmlinux 0xffa2d580 netdev_crit EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit EXPORT_SYMBOL vmlinux 0xffc1b4c6 ps2_command EXPORT_SYMBOL vmlinux 0xffcd5939 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xffcfb85c mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0xffd13f05 truncate_inode_pages_range EXPORT_SYMBOL vmlinux 0xffd367ce of_find_net_device_by_node EXPORT_SYMBOL vmlinux 0xffe595d0 xsk_umem_has_addrs @@ -10927,30 +10928,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xd8c09545 __regmap_init_spmi EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xeff9dc5b __regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3788ae60 __devm_regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x4c3033c0 __regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0220e96b bcma_core_enable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b2196e4 bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x28fce73c bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3677ae42 bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x40d1ca65 bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x440a4980 bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4d913b40 bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4dd8b18a bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4f71e0c1 bcma_chipco_pll_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x59aa6474 bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6279f895 bcma_chipco_regctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6bdf13ef bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x727910cf bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x893b060a bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ab63a87 __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8cfeca0f bcma_chipco_pll_read -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8f89fb4c bcma_chipco_gpio_out -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x951a0bae bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x97c40821 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad47cf5b bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb346d895 bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2237908 bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3ea27eb bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe75e7acf bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a3de429 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2cae0b29 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x37fa5ee8 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4634a65a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50176554 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55dd8a16 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x59f3bc84 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5e12c87f bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66cdcfea bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c4d3878 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71ad9d52 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7966df58 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a441afd bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x83485f52 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x98a96c67 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa6a3b5ed bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1774258 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb3699245 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbda3dd24 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcdbd4fc8 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd1802690 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4276a3d bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5a8d29a bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf15e059f bcma_chipco_pll_maskset EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x0e94b729 btbcm_setup_patchram EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2765bd3d btbcm_check_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa5c7f707 btbcm_setup_apple @@ -11018,6 +11019,7 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ac38699 clk_trion_fixed_pll_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0cabeb2a clk_ops_hfpll EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x12ac7e1e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x18159cd1 qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ed919be clk_rcg_esc_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x205a2ef5 clk_branch2_aon_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2af1c6c6 qcom_cc_register_board_clk @@ -11027,7 +11029,6 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x33e55c5b clk_alpha_pll_huayra_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x40e5accd clk_byte_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x428b605a clk_pll_sr2_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4318c662 qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x46e37d43 clk_rcg2_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4ad24f3b clk_alpha_pll_fabia_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x512af5e1 krait_mux_clk_ops @@ -11041,10 +11042,8 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6ca8a88d clk_pixel_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73f8eedb clk_rcg2_shared_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7404b809 clk_rcg_bypass2_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x749eda9f clk_alpha_pll_configure -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x757aead0 qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7708b673 clk_pll_vote_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x79cb4dfa qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x81ec30bf clk_alpha_pll_postdiv_fabia_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8218c7e1 clk_byte2_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x83811bbd qcom_find_cfg_index @@ -11059,6 +11058,7 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbbe74972 clk_alpha_pll_hwfsm_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc78100cd clk_dyn_rcg_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xccc2b431 clk_trion_pll_postdiv_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcce7e449 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd86aa3b2 qcom_cc_probe_by_index EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd8fc3e8e qcom_find_src_index EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda15b634 clk_rcg_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda35a32d clk_gfx3d_ops @@ -11067,8 +11067,9 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdb687f64 clk_branch_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdf674942 clk_alpha_pll_postdiv_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe3b34b5b clk_regmap_div_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5bc1f18 clk_rcg_bypass_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe987d092 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xec25750b qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef6a0edc clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf00639df qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf196beb5 clk_regmap_mux_div_ops EXPORT_SYMBOL_GPL drivers/counter/counter 0x01aab51b counter_count_direction_str EXPORT_SYMBOL_GPL drivers/counter/counter 0x0b4f0aea counter_count_write_value_get @@ -12100,24 +12101,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_t EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf3e25192 dm_bm_checksum EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1d13d717 saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x57561dc8 saa7146_vmalloc_build_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5c0230a2 saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbbc9043a saa7146_register_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc57a4f3a saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc61e1340 saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc886a829 saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcb50dffa saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd65231c2 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x148e0ca3 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x48478cf9 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5778a19e saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7466d961 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x78bd7ecb saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8690dfdf saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba434d20 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc3120072 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc88f09a2 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd494afae saa7146_i2c_adapter_prepare EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf67775df saa7146_pgtable_alloc -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3e757147 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5ad997d0 saa7146_start_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x62a20875 saa7146_unregister_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7bafd802 saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb0dba1ef saa7146_vv_release -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe1b7f729 saa7146_stop_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf653c881 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x31edb23a saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3be9e12e saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x93bf6dbc saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xbd5a1403 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc26ae4bd saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe350c4e4 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfcc8185f saa7146_start_preview EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x30277239 smscore_get_board_id EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x33560b5a smscore_register_hotplug @@ -12244,7 +12245,6 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x13bce1fd media_remove_intf_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x156d1061 media_request_object_complete EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x17b9cc7d __media_device_usb_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x18b20a59 media_entity_remote_pad -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x203faf2c media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2253a612 media_request_object_unbind EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45e1d36b __media_device_register EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50c918e1 media_get_pad_index @@ -12264,6 +12264,7 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92c1bf0c media_graph_walk_next EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x964628a3 media_request_object_find EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x97f2deef media_device_register_entity_notify EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x997d88b5 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9bfafbb7 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9dc18f16 media_request_object_bind EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xada9993b media_entity_remove_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6966d76 media_device_usb_allocate @@ -12286,30 +12287,31 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe86ec945 media_devnode_remove EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe97fa1d8 media_request_put EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeb158471 media_remove_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee601859 media_devnode_create -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xa4f72bf8 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x808470fd cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0988b9e4 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0b03bd31 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x193e381a mantis_uart_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1fc243aa mantis_ca_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x22db282c mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x24304bff mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x488db41c mantis_dvb_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4925b520 mantis_ca_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x505c3e06 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4c4ae213 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f81c29e mantis_pci_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x50b637ed mantis_gpio_set_bits EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5530a685 mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7385db1d mantis_i2c_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7b43c1b0 mantis_dvb_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8f8972a6 mantis_uart_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x96ff0f75 mantis_input_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0b8a915 mantis_dma_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb6ede0b5 mantis_uart_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd819b108 mantis_frontend_power -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdaedaea8 mantis_frontend_soft_reset -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xde6b968a mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdea855a2 mantis_input_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf1e65a24 mantis_i2c_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf9204089 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5ce2ae88 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x612860a2 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x65354607 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x859f2c94 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87a384fe mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc6a68906 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc9c395e mantis_input_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfdf6e796 mantis_get_mac EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0aafbcba saa7134_ts_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1446d8d2 saa7134_g_tuner EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1dce5de4 saa7134_s_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2665623c saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2a66051f saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4ce82620 saa7134_ts_start_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5294ce89 saa7134_g_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x55797bd5 saa7134_s_frequency @@ -12318,21 +12320,20 @@ EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x68981499 saa7134_ts_buffe EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6a13aa81 saa7134_s_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x757c5fc7 saa7134_querystd EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x76019f87 saa7134_g_frequency -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x861185ea saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x90afe637 saa7134_querycap EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9644a3c2 saa7134_ts_buffer_init EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa4473c3e saa7134_s_tuner EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa97398b9 saa7134_vb2_buffer_queue EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb55e5df2 saa7134_ts_queue_setup EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xef295e50 saa7134_enum_input -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x037eaf94 ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3e05313a ttpci_budget_init -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x71376983 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2be8fee7 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3ba03033 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5bb21bca ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x68c00d34 ttpci_budget_init EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9748f90c ttpci_budget_irq10_handler -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcf09d50d ttpci_budget_debiwrite -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe6ac8809 ttpci_budget_debiread -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xea2b4121 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb24f6094 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc5e5b15d ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcbf84d6a ttpci_budget_irq10_handler EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x05dad67d mccic_shutdown EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x34180c2b mccic_register EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x46b59920 mccic_irq @@ -12790,37 +12791,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x39df9c27 tps65218_clear_bits EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7271e095 tps65218_set_bits EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7c0cde0b tps65218_reg_write EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x462ab27d ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x767c12ce alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8a382892 alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa28b2e7b alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaa39987f alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbefcf97c alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xde87ca6c alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xeddaa01f alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0dfad68a rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1b078809 rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2afa5305 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4440470a rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x47e5ca9a rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5fc29ad4 rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6250c14e rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x641b113b rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6692eae1 rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7090cbd4 rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x81514487 rtsx_pci_write_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9a3dc0fb rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa182e10b rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa677c9af rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb15aceb1 rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb6af98aa rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb6b8358f rtsx_pci_dma_unmap_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc26926b4 rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc44e7e27 rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd5dd17ae rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe650e2e2 rtsx_pci_send_cmd_no_wait -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xee07bb9e rtsx_pci_send_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf591d2bc rtsx_pci_read_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf89feec4 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x292f98da alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x313d257d alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7ebf4fca alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbe52fe9e alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xda317780 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xec43e550 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf334f727 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x070622fd rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x10348611 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1bf79606 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2d6c018f rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3e9403b8 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b9f9bc8 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4be57cb3 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6ad172a5 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7973faf8 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa7869e7c rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa9d9d892 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xad8a5786 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb125f541 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbaee450f rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc16eae7e rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd6e69d15 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe0b66a8d rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeaead9a3 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf25d3e7a rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf503d982 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf53d8039 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf7618b2b rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfe7a107d rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xff2b6bad rtsx_pci_start_run EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x00e7b6fc rtsx_usb_get_rsp EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2343f14b rtsx_usb_read_ppbuf EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3daea2a5 rtsx_usb_switch_clock @@ -12834,7 +12835,7 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc00af8ca rtsx_usb_read_reg EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe6018109 rtsx_usb_transfer_data EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xeed3f572 rtsx_usb_ep0_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf68826d1 rtsx_usb_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0654507a cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1416dfce cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x227022be cb710_set_irq_handler EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x263e148b cb710_sg_dwiter_write_next_block EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa6093e24 cb710_sg_dwiter_read_next_block @@ -12937,8 +12938,8 @@ EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xba8754b5 devm_mux_control_get EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc5ca70b7 mux_control_deselect EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcd00eb96 mux_control_states EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf00c33fa mux_chip_register -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x81fb8f8d devm_arcnet_led_init -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x9d37f8df arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xe3b79d2e arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xef4a7e49 devm_arcnet_led_init EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2e47ebc6 alloc_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x404a58c7 register_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x430cd585 c_can_power_down @@ -12991,256 +12992,256 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x40013d6f register_sja1000de EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x80349eb9 alloc_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8c7a60d7 unregister_sja1000dev -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xa4caea11 lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x01e6de68 ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x141882d3 ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x208a552f ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2859d95f ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2f7ee077 ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2fff5910 ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3f70deba ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3f8440f6 ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x582ca964 ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5a8169ee ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5c446305 ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6d5897ac ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9e0dc19c ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd8681b20 ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe92014a0 ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xeb640851 ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf820d057 ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0f23390b rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1ea86f6a rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1f664f97 realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x37676080 rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x4aa7ef7c rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x4c41edc3 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5850dd96 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5cbc0479 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6230e307 rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x649e4821 rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x8d993db1 rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb881dfe0 rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbad7ab31 rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd76c3918 rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xf7ccd386 rtl8366_enable_vlan4k -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfa21a6b4 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x4c20f63e lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x083c7502 ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x1ae948a0 ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x22348f95 ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x2d72f683 ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3c51bb67 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5b19c97f ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5e1ddd07 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6208f8d5 ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6f1cb0cb ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7531359d ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x930458f7 ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x9e07608f ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb5cf562a ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe239b5ae ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xeabecfb4 ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf058be18 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf89cc189 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1f46c183 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2032bb31 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x219fd057 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2f652ac0 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x46b6d07d rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x524a2f33 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x8897f3ff rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9e82712a rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb03b234d rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbbae62d4 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbe8e497b rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbffe9c5f rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd8d49276 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xdccc1e0f rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xf83084d4 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfaee8b69 rtl8366_vlan_add EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x1648d6f0 arc_emac_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x8d47e3d1 arc_emac_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01110afd mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0714bc4a mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08b3fa85 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09a3fd98 mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09e9c628 mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aab8bee mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c5ec9fb mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10c2f468 mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13b701ef mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x156aca15 mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15a03f0d __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16fa1d4c mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a1d3229 mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a33e931 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x233d1bd4 mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x241103fe mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x243bdf7f mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25b7e68a mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26214768 mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x269914db mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27877629 mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27c66374 mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29067c80 mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a4c126a mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bf1bba0 mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c70d666 mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d4c43b6 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x306a7b8e __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x367a8f52 mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3974b583 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a1a8071 mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b98884a mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d192b39 mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3df66341 mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ea94d14 mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f1604f0 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fa2457b mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fd0038e mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41981ec1 mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41c018b0 mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41dd5fbb mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42a20f08 mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43c8d03b mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49b22cc8 mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c0fe752 mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d681917 mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x514d8435 mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b68927 mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53a2a70b mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54c66622 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x559fd57b mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5769521a mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a8d1d33 mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bfa2134 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c413a22 mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61a3dd6d mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6535f4c5 mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65cbad1f mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7110abe4 mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x739f9e19 mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73dd9e2f mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7598ff43 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77e8d772 mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x785a069f mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b2d4d16 mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b8db3b7 mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed1d3d9 mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x802c1d43 mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80a85ba9 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88fd7a0e mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89004210 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89a20d1f mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a7be1d7 mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93758c2b mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93e4fce8 mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93f108b7 mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9620b048 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x983c4e66 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x996eec8d mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ab78b8f mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d37e967 mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa44b99d mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad28263e mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf270870 mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0f54220 mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb31fcbc2 mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb57268cd mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5e29519 mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8731bf0 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbd1d43f mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcef5c2d mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd5356be mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde11c5f __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde5142b mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1329318 mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1f449c7 mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8fe87d1 mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb246fb1 mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc31d89a mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd8e43b6 mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfb86b60 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd384495a __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4048cfa mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4e81ace mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd847a1be mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd871ca3c mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd99335ca mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb0d47f9 mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbbba9fe mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1230cee mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2e667db mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7f51dff mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb5677aa mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec9eaccd mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed3a66c9 mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedaf5632 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf254bdca mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3a6d11a mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf44a21b3 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf848b5ec mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc256731 mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdd879bf mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdf9a885 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff2e1a5d mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff9f6147 mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffd17cdb mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00a70dcc mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x039ac67f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07e24218 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d79e661 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ed2846a mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ed4030a mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ffc920f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14a95827 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1621ae26 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19e73a68 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c56dabc __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x207b0b6d mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20998f7a mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20c41af5 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20ddc076 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20e65bae mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21cc1d4a mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2387da87 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24da67f2 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26ca8134 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27d8d8f6 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29024b3f mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b172164 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d209621 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d683b3e mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ec9581e mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ecf7c56 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fe0cf31 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x347cd6b8 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35d86f9d mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a4be744 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ce1d144 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d33b403 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d65186e mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d6d509d mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e5df2cd __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f1a045e mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40ad8474 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42fab232 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4308b351 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43b61a21 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43eb0276 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x490f7bfd mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ad977eb mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b1f1e08 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b8c8a7d mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4de26c01 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52d422aa mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56e67374 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57c979f6 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a794f28 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5af08163 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b1d6926 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5de6fef7 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x649f979a mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65ff7960 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68bf605c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b202cc9 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b685475 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6db71675 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fe6b63b mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7189de23 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x770e6f02 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x778c8e57 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78b18f67 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x790daddb mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bf13cc0 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bfe87bd mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f207fcf mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ffa9a3d mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x802cdefd mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x803901ba mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811030ca mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81d5e4fd mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85e54df4 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88c75e66 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89828bcf mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a23f3eb mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b252aa1 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8db75a07 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ff9b522 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x922d0565 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9328270d mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97589b8c mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97cdf14f mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98f6e0bb mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aa99f66 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bf3e439 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bfc60f7 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa581cc9b mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa82aa780 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9c22d55 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1c5de97 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb62bef38 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6ba4a99 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba5b1cad mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbae0dd18 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb275cf9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbce91875 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd0f3638 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1ed43fe mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3a470e0 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6e6295b mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc743a43d mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbdde50e mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd0c298f mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf105637 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfbc9b43 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd94d1235 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc96ec6d mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde2224a7 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe29534a1 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3ea8414 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5586733 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5a393e1 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5ec8037 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe683b432 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe723fe9c mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7a91e79 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe90f4750 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe93edca5 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb55eeeb mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0565acf mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0c89e99 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4d636f7 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf78ab9e8 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfabd7002 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x005476a4 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0147ffbd mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x028952f6 mlx5_set_port_tc_group EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x039612ff mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04fe7d5b mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09bb65aa mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09e108a2 mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a0ec7c7 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13ffa69f mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x168ebc75 mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17e3aa7b mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c2bc717 mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf82700 mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1dcd48a2 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03ef3084 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x085c1003 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x088f01ad mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0de04822 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1470ade7 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14ea3ba1 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1592cbc5 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19510605 mlx5_frag_buf_free EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e557031 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x249bde60 mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29cded5a mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a341a59 mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e4db33b mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ea7521a mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fd526f2 mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31a6e22f mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31d6b1ef mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39bc5cdd mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bf0f7ca mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e17c8f1 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b196f4 mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42dfe957 mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51588856 mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x557ee086 mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55b6a978 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x561c0733 mlx5_nic_vport_affiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b809c03 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ecdac96 mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60cb56e7 mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x672abfc7 mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x683aa2f2 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68a0ce79 mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb3edd8 mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x703b28ef mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e5cf7f0 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20947e4b mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21db184d mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2245525d mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cf59102 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30e9cb10 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31115467 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c11988b mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4238807e mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4290ea24 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44dc6f37 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4660a455 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48253a3b mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48aae8bf mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bda0cf8 mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4dc9e8dd mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51dd4f7b mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52407781 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55545fa3 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5786738c mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59ffeba9 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b623067 mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d4ad040 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x609267a9 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x611966d6 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62940399 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a8725d3 mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf846d0 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c69b5c0 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cc7cfd9 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d7cd177 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70383ee5 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71a58fad mlx5_core_reserved_gids_count EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7221baf4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72a7044f mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x734a0b8c mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77f2762b mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x838302fc mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c58e06b mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e13f520 mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9991da31 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b91f68d mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e03cde6 mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27e1ca4 mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacaae323 mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae6304cc mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1dc16ca mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb21e98d3 mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb23b31c0 mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb41c9257 mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5d19ed9 mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe3cf3a2 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0f31dac mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2c538d6 mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2d36e61 mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcda078c7 mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce9f9287 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfc016f3 mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd14f206a mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4bbb230 mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4c7ff95 mlx5_modify_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd588a696 mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7cc503e mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8b6d039 mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda882c90 mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbc2280c mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddc5dbe0 mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe024fd98 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0ad7def mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe12a104f mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3227167 mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4c0827e mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4f64d7e mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe60f6c78 mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe762c047 mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeace5cc0 mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2330cd7 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8deeb32 mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf906835f mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf94acfeb mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf94aec0d mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfabea261 mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc413cd4 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x725f2816 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x729229a4 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73f00a6b mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x779432ea mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a06bd62 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82163a55 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84d9ecff mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84f7e5ce mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8987c5df mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dee5d76 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e888fb5 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ee9db15 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9501f4c9 mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x954c6ec5 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98d199de mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bd9db53 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1b30207 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa706f646 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa763e7ab mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0c359dc mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2476beb mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb678a84f mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb77acf73 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7ff0603 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9e59efa mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc18016ed mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc402e443 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8c4ae81 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd90b3e5 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf15d3b1 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7130999 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd954de43 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd3d6eaa mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddad8ffc mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0dc0822 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe74ac112 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef25bd5c mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0c6b212 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf22a0b3d mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb043284 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff066fc0 mlx5_core_dealloc_q_counter EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x2695f52f regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x4be2f862 regmap_encx24j600_spi_read EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x586e84a6 devm_regmap_init_encx24j600 @@ -13262,16 +13263,16 @@ EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x070c02da w5100_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x5ff26cfa w5100_ops_priv EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x98e35023 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb7669201 w5100_remove -EXPORT_SYMBOL_GPL drivers/net/geneve 0x8e607602 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3448881c ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa0b83bfb ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa674a853 ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb399d587 ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc064e042 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x30b97a26 macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6820f5db macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6e48da2e macvlan_dellink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd9b1d98a macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/geneve 0x207b1332 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0739b08e ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1fbefc0c ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x37f5289f ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa3bd6e50 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf26ebf41 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x29b1c286 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6b5e04db macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x874d8672 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe9764c2f macvlan_link_register EXPORT_SYMBOL_GPL drivers/net/net_failover 0x733bd33f net_failover_create EXPORT_SYMBOL_GPL drivers/net/net_failover 0xe265d456 net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x002b7d02 bcm_phy_downshift_set @@ -13380,10 +13381,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe602fa32 usbnet_purge_paused_rxq EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeda480aa usbnet_nway_reset EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef33e92a usbnet_get_link_ksettings EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb42743f usbnet_resume -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x164bdbcf vxlan_fdb_clear_offload -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x2afe06ba vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb6e382dd vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc40b8a7d vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1b981834 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x653c9ac5 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x6bdd5549 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x90b5c9d0 vxlan_fdb_clear_offload EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x02979d9d i2400m_tx_msg_sent EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x041c78b6 i2400m_init EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x04cd2a77 i2400m_rx @@ -13402,11 +13403,11 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdcc7fde2 i2400m_pre_reset EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe62a58dd i2400m_dev_bootstrap EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeadd5ae7 i2400m_tx EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xb9f38515 libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a315eef il_dealloc_bcast_stations -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15c905b3 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2fad30ea il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x529e4b52 _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc17c234 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x045f6196 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x780206d1 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a11e1c0 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80a3d2fe il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89673a3b il_prep_station EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0189c36f iwl_wait_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x059c8fb9 iwl_phy_db_init EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x06bde390 iwl_get_nvm @@ -13474,15 +13475,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xea1b26fc iwl_nvm EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf2024d3a iwl_fw_dbg_ini_collect EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf96188cb iwl_poll_direct_bit EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xffc5883a iwl_dbg_tlv_time_point -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2bca5c3d p54_init_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x37fffb73 p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4af4c89a p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6a43bb2b p54_free_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8e4e2d5c p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xadb6da98 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xca7dd8d9 p54_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe4127fdf p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xee00bb30 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x02b41f9b p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x183f1a6c p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x21ce98bd p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5977e847 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x79a7f989 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x89b94eb2 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x94336c00 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xaf919dbe p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf7847d59 p54_free_common EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x04b234a7 lbs_stop_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1425b4ff lbs_remove_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1b3736ec lbs_get_firmware @@ -13501,15 +13502,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xefe29aea __l EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf987c955 lbs_suspend EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfe720137 lbs_send_tx_feedback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0c94cc8a lbtf_bcn_sent -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x288e25ac lbtf_send_tx_feedback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2e1162e5 lbtf_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x36c2969f lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x399dd5cf lbtf_cmd_copyback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5fbf80e8 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6d9de8b9 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8340824e lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x99030684 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa4d641ef lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xaed7d166 lbtf_send_tx_feedback EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcf9de6eb lbtf_cmd_response_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd32d519d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xdce25716 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe515d3c5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf399ebf2 lbtf_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x099af403 mwifiex_remove_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0dd080d3 mwifiex_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2a7e78a4 mwifiex_shutdown_sw @@ -13535,170 +13536,170 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe9db57ab mwifi EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf0f67069 mwifiex_prepare_fw_dump_info EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf7017972 mwifiex_dnld_fw EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf91767e6 mwifiex_fw_dump_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0252fd38 mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0457c508 mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1d4e4607 mt76_txq_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x23ef32d5 mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b4a0ad1 mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d723494 mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x356d5943 mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a63fae6 mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3bc9796b mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ea822de mt76_tx_status_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4331c062 mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c528879 mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4cfcc01a mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5006c551 mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x530b462c mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58589c65 mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a52d9e3 __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c4d8036 mt76_get_rate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5dcad572 __mt76_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61511cf9 mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64f84f6c mt76_register_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x650decfc __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66069791 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x007fc69d mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05583379 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05ac196d mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05b9d1f5 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05fd3998 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0ad11688 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1185b377 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12c37365 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13828f95 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2077abaf mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20d83b4d mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x23748ed9 mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2411f4e5 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29992b54 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c089c64 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39829764 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4057bd41 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x412c6b61 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41706a48 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43a5b0de mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51dfff39 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b7c444e mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5cedaab5 mt76_txq_init EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x67b8b781 mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e280779 mt76_free_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71c00bc8 mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77ceb412 mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78a9836f mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f234baa mt76_unregister_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85d0b005 mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x887c8e70 mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x96c093d3 mt76_tx_status_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b2c83bf mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9decf9b4 mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa40f5404 mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaf0ee233 mt76_alloc_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaf3420b0 mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb430357c mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba02c4f2 mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba267310 mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc15b3859 mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc5f61b00 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x67ded4d5 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69b9fd8a mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a262441 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f41f382 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71ab2c5c mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805519c5 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81c2a7fd mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82dfe6e2 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x854c60fa mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b6765f5 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ed9eca6 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8fd57255 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9003346b mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91267bd3 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x942bb34c mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x96622b4f __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9cd75a4c mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5785c5b mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa8581da9 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadb36c29 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb76d614e mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb990d9b7 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbff54b4f mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc067eec1 mt76_has_tx_pending EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc0a2df1 mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcca449b2 mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd2c9430 mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd701deb mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xceadf9bd mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe7973bb0 mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2bc636d mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf31100d4 mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6e66f4d mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf83fc022 mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc29aeed mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x013b35ac mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x66731221 mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x86e058d3 mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa6a48bda mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc805bf49 mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xebc63153 mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfabbf580 mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xffb5e103 mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4d0c2812 mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x505f9590 mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x81a825d8 mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8239fd2d mt76x0_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x88e35343 mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbc042e3b mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe8f01764 mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x00fecae2 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02132580 mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0360bf6d mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd15af8ab mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe2a1d937 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe37c31a6 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8b32794 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf70fb316 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8fb8b69 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x061914a6 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x12951647 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1330fc92 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x581f0fe1 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x656fbb7e mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6e9bb418 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c09442a mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc6e03ebd mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x04e54850 mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4061c2fa mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x451d2105 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x790315ad mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x93d5109c mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa170ca35 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcbc2cbb4 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0365c42e mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x03737800 mt76x02_set_rts_threshold EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05c617c4 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x09cf75f6 mt76x02_rx_poll_complete EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f925eb9 mt76x02_phy_set_bw -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x110ed40e mt76x02_mac_shared_key_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1171eeae mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x192f0a4f mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f86fba7 mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2328a564 mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23ea9f06 mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28a65a32 mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2dae5b1f mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3011f252 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e79a55f mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10e2db70 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1353a59d mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x136b69d9 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14fdda73 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x195880a1 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d7e8a0c mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ec275bb mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20c40d64 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x214facc6 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x220af4b4 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x25df6f53 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31e33ac5 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x338ba65f mt76x02_eeprom_copy EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x369f62ae mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36d814c8 mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38b31997 mt76x02_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39db4782 mt76x02_dma_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b012933 mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4a052204 mt76x02_config_mac_addr_list -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52ef2fee mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5317de09 mt76x02_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x533d0aa9 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x564eb159 mt76x02_set_coverage_class -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x58de282f mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x58f456e8 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x37e145b4 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3935c736 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ab93813 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x46419af3 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x468d6e8b mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4a1a7db4 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e2010e7 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56e16047 mt76x02_mcu_msg_send EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e1cf3ae mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x64b68fec mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69851279 mt76x02_tx_status_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f3de92f mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x702aa0bc mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x712bf24a mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75418b9d mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7798fae1 mt76x02_get_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7bc7b3b4 mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80310662 mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83833dc3 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6720bc54 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6750cd5d mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a3a9fa1 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x714372ae mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x746a484f mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x756dab83 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x76f00ee3 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81dba347 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f408ec5 mt76x02_dma_init EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92381bbc mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x94f841e6 mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9699de01 mt76x02_get_efuse_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9b74be1b mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9bfe7ed6 mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9cc1f598 mt76x02_edcca_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1f09ba9 mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa5363656 mt76x02_mac_set_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa54d3cab mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9e2f03c mt76x02_resync_beacon_timer -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab1059f5 mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb293447e mt76x02_mcu_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbcd8f7bb mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc53064bf mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd2fc136 mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2e7c31b mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd56a503b mt76x02_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8f70080 mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc175397 mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc287829 mt76x02_phy_set_band -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe1fde81d mt76x02_phy_adjust_vga_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe59bd066 mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeebd0ad1 mt76x02_ext_pa_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf6dba856 mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf747ade8 mt76x02_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfbcca9be mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2c4ad04e mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5a9cc5b0 mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x63d0ef0c mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7ef9f8da mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8d661b5b mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9833783b mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa1f80421 mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0de8e321 mt76x2_apply_gain_adj -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0e2c79ec mt76x2_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x240404e8 mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2f0ce3a2 mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x36147bca mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x460f1cfc mt76x2_reset_wlan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4aa8fb38 mt76x2_get_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4e273933 mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5f9b0784 mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x77f0a641 mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x870b1841 mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8d6e538a mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91c02858 mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9e3b9e61 mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xad98e393 mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xae5fbc14 mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb491556a mt76x2_phy_tssi_compensate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc23e092a mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcb8ed090 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97eb539e mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9af75f6b mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9e1ae275 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0c7a64b mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa17551f6 mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa86fb82d mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad7febb5 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaf4762a0 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb065ddad mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2d15a6d mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb31d3975 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb37ee563 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb5609d86 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8a68798 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd34cf24 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0249747 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0253193 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc048a9d0 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0acc6e4 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc291c2cf mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3af1543 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd6a46703 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9615c3b mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3655e05 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe64c8de4 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe89b1cef mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf6d410e3 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7d17c3f mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfaf1a386 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0a24d59d mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3debd54a mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x51ad93f0 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa533ac3e mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xda8f194f mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe1ae1394 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf124b9c9 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0b53e713 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1825456f mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1b0959b7 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1f0a71b7 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x20d0288c mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a22b432 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3eb08e7f mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x531f4fd1 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5542657f mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x558c31db mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5ba42f60 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6eab4445 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x73e8ed7d mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x74890208 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x92f8b272 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb20593e5 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdb5c50f2 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xed8cf8d1 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfda8b084 mt76x2_read_rx_gain EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x01e4bad0 qtnf_update_rx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1abdbb4b qtnf_update_tx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1d2ac1b7 qtnf_wake_all_queues @@ -13709,264 +13710,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xc10c5862 qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xc408bb71 qtnf_get_debugfs_dir EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xde5547a9 qtnf_classify_skb EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf2a6ecb1 qtnf_packet_send_hi_pri -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x03c4979f rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x057feb30 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x05b511b6 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x087aa2a2 rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x13679e09 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x17f9b8af rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1c882294 rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1d0d4f98 rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1ee36177 rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x29b2853c rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f3276e8 rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x369bd47a rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x37fb744f rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x384c937d rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3bda6611 rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3f9cea46 rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x469c86e5 rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e0cc498 rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4eeffb3a rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52496e78 rt2800_read_eeprom_efuse -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x53c10870 rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x592a7e8b rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x650cba4d rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x78d78838 rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7ae7bf21 rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7fe3876d rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x803682d4 rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93de7fc8 rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9bd7d26c rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa80aacdb rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xabe82b5d rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb8abf7aa rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc33ef380 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc83fe819 rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xca0f2379 rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcd87a939 rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2d68070 rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9ff788c rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe20ffc7c rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe48d3901 rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9ddfc60 rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf789fc80 rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf830fbc1 rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfa85813c rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0eec65ec rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02ff16f2 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x06f9e1db rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x07156cec rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e2b4aea rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x118e1d1f rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bd23899 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x264b35e2 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2a0f9109 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f942baf rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2fe69405 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x322528ef rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x33fdfe83 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x37853373 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b5d723d rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d138f6b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3fb03fb8 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x47ff2f26 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52a3841b rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x54f958c7 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6262c02d rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6883f279 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b0fb08f rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x77b5db4a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b586b2a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f166416 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x943819d8 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x944cfa6c rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96b4e878 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x994b1fb1 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9a724fca rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xacebc2d4 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad151048 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba1af962 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbe21d0df rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc19f7a62 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc720877d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xca01591b rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdfaaa948 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe3af70b1 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee1fb222 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf3b46c0b rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf3bdc035 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf70f13c3 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfcc50b39 rt2800_efuse_detect EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x23c229e8 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x10f3d464 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1c94aca5 rt2800mmio_toggle_irq EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x26ad3564 rt2800mmio_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x48f70308 rt2800mmio_toggle_irq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5ae3388e rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3abbb6df rt2800mmio_get_dma_done EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x63be9dd4 rt2800mmio_fill_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6a97bc78 rt2800mmio_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x75e178fa rt2800mmio_get_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x78974d18 rt2800mmio_get_entry_state -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7b02a01d rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x623852c2 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6bbc1e94 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x85894411 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8cc58232 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8dcd1e58 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x904c93b4 rt2800mmio_probe_hw EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9e853111 rt2800mmio_init_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbe545724 rt2800mmio_get_dma_done -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc626d410 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x93af5449 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc2f11f59 rt2800mmio_kick_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc8f4ebbe rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xda8d0ce8 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe0fad8f2 rt2800mmio_start_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe9407ce3 rt2800mmio_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xec952d32 rt2800mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf47b42af rt2800mmio_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x01091202 rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0866e69f rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0ab2e835 rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13f34007 rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d02c20e rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d247727 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1f759c10 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x249d31f0 rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26c28cbb rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a2a5231 rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2b20ac86 rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32ccf8cd rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32e0cebe rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x342b08b7 rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35bcd05c rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35ce547d rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c8ebde9 rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ce1000b rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d8569a4 rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x43a25541 rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x44fb9bac rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x48f39325 rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4a6f899d rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a5d1645 rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a7b7c1e rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6048e68f rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6132fdce rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62ab5858 rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x64bf7ea9 rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68b074e8 rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6b3c57f3 rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7963b18c rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7cfc2180 rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85fc6794 rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x94573f43 rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95dbcec0 rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa573d800 rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb0ae8aa7 rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3584909 rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb864ba72 rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1c685bd rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc851dd11 rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd18d1bc5 rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe3b23fbd rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8a9bc1a rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfc13be95 rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x17b47f0a rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x538a4a3f rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xaa6feb1b rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe8611ae2 rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xeb1862da rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x44be9191 rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xa46288d1 rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc9a7e36d rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd713fe4e rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x014909e3 rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x156a8912 rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2de490f3 rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x369f7f59 rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x372bbb25 rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4d3d2574 rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x64d6ee50 rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x71acc192 rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x778f5dc5 rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7afa4a2c rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7c5a6edf rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7fc1883b rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8a3ca427 rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbe742b88 rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc6421452 rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd74248bf rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a05c7cd dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a335505 rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x89a8b2e0 dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xccf87b08 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x15e14e1a rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1b9f7f99 rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e829011 rtl8723_dm_init_dynamic_bb_powersaving -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x26bbeda9 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2858492c rtl8723_write_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x291472d3 rtl8723_cmd_send_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x29161fe9 rtl8723_phy_rf_serial_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2ea83c6f rtl8723_phy_set_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3245e3b5 rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x375509cc rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3958fb11 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfc2fecc7 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfebbcbdd rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0f592900 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x163d68a2 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1e6059e5 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x25385af8 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x289c784c rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2cf98cb2 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39ec5324 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4382c4ff rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49a7b09f rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4b8764f6 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4bc3e62c rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4dff3388 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4e7be68d rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x531a6d2e rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5c7f4b94 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5e8c98b6 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x626cbc80 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68bfae46 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7248f745 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x74141769 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x75f3b2d3 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7dbee5e9 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x89590e2e rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8960bfeb rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d5af940 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e516fbf rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x935b0947 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa7eb9bea rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8be0cae rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaf1d9ce7 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb169be73 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb741f300 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb754632f rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbbe6a40e rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1cfd2e1 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc21a0c05 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc37b660d rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcc70b2be rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdc5df81f rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdffb7b18 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1ef9951 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xee388302 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1d9c052 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf72b3e98 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff6ebbf6 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff782307 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x117dccf3 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x12b3779c rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xbeabff38 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf53a42be rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xfd0882c2 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x897c727c rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x92d6049b rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x9a151914 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc975cabf rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0c80e07c rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x16356ada rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1659b068 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5fea72de rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x65087c6f rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x69428b08 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6f156300 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7ebe1368 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x96ddf010 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x98ecbcc6 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa850edd1 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb74332ff rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbbb4b1c6 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc279419e rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xca6f6d74 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfb32aee9 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x47cc006a rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x48a5818b dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4eca2c04 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8470abb2 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0627e49a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x09b6eb92 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x15ed7f62 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x19b5143a rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3875de34 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f547c8f rtl8723_phy_mac_setting_calibration EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x400bcede rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x40cafa24 rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4a1d05e5 rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x53f4f18c rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x62152f48 rtl8723_phy_path_a_fill_iqk_matrix -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x621942c1 rtl8723_phy_save_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6a3c2e13 rtl8723_phy_reload_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6f0a5e28 rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x73290e35 rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7a6397ac rtl8723be_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7bea3f66 rtl8723_dm_init_dynamic_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7c0b8384 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x47ecb273 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4c7f3d34 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6496950b rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x66d0a749 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68d784b1 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x752e12c6 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x77370ac8 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7c349835 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7e403a86 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8b2a0aad rtl8723ae_firmware_selfreset EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa79d60a7 rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xacf6d65a rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0818b1c5 rtl_get_hwinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0be8bd40 rtl_tx_ackqueue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15236a0e rtl_p2p_info -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1929243a rtl_deinit_rfkill -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x26ea67c6 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d10ac51 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbe37ea6e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc90335bc rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdb4dbd75 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xddfd0e91 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe72e6cba rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xed968f52 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf5cdd893 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfcf56072 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b5d898b rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ec4aee5 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x11f9c65b rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x120f1b3f rtl_ops EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4cbc0804 rtl_tx_report_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x567f521c rtl_beacon_statistic -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c213074 rtl_fw_page_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63848035 rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x68745c6c read_efuse_byte -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ef6107d rtl_ips_nic_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f4965c5 rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83182ad4 rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x859eae8e rtl_init_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8afac668 rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9120b813 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3876e9d9 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4199147e rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6159226e rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x721261fb rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8029d594 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87d9d491 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f958a7d rtl_lps_enter EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9c3d2cc3 rtl_deinit_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xafa1c4ef rtl_lps_enter -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6faabf0 rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbeb55198 rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1639f4c rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd27c7a2a rtl_ops -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec4e23f7 rtl_lps_leave -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf62011b9 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9fc98e86 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0395fb6 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2a14100 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9ca85ee rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc2ae234 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc3f74a19 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc5035c74 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc8c75e9b rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd1dc9341 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5eb556a rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd88dd530 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdd654c1b rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeff48550 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf3f36fad read_efuse_byte EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf93cf358 rtl_is_special_data EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x26376885 rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x62e08939 rsi_91x_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbd7af9bb rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x34634592 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x602a5dc2 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x719b4ab7 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8d60a17f rsi_91x_init EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe9b023b4 rsi_mac80211_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf757e3af rsi_read_pkt -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x0a18ea90 cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5eda57e3 cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x81324dc1 cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xda265e4d cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x95bfe4f0 wl1251_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9d9a85a1 wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdc1ddfa4 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe20dc85d rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9065a55c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9a5f5a5e cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xd6e5d029 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xde05a33e cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1e9e8594 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x44024fba wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x54ff74dd wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0466191a wlcore_boot_upload_firmware EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08f6c6c5 wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x093ce154 wl12xx_cmd_build_probe_req -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0deca6c7 wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0fb562ed wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x144e94b0 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08eee50b wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d27d8d4 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17f26d10 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18c42cbe wlcore_disable_interrupts_nosync EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2deddb73 wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x342d534f wl1271_tx_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35f50f10 wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e221a0a wl1271_cmd_send -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b6d8dd5 wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b8f5298 wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4da32355 wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5691bb7c wlcore_disable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x71927e3b wlcore_synchronize_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x772a2801 wlcore_scan_sched_scan_ssid_list -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78bcaca3 wlcore_set_partition -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ea96fd0 wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x828e6574 wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88ae3e23 wlcore_event_rssi_trigger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ae95632 wlcore_event_inactive_sta -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ce8cc8a wlcore_event_soft_gemini_sense -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9405d7ac wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97682de7 wl1271_acx_pm_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x988094a0 wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c9394d0 wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7553417 wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa983859f wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9c54f5f wlcore_disable_interrupts_nosync -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbda0bec1 wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbdb56a20 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27e069d8 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2edd3459 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e1965bc wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x467a43ce wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bc9c8b4 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4caf7f41 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d158022 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d1dd26b wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x52f8f688 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54cc6376 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62031575 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x64488c6f wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b259f67 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70954a46 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76dcf98d wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x79d4d5d0 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8015dd25 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8131685a wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8bf698ca wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa503a53d wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6bfb42a wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7916758 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa968a8de wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaba8230b wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xad79dcc6 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb0219398 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb6baa0c5 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba97149e wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0681151 wl1271_cmd_send EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7b6ad0e wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce28b120 wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfb77d9d wl1271_cmd_data_path -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1bb3f87 wlcore_boot_upload_nvs -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd57eb4f0 wlcore_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd732443f wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8651a84 wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde78ba25 wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe60df07d wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9cf8609 wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf078a748 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf093c09e wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe88bd31 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc324adb8 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc3a89cfb wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdf38a62 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5774e31 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdadb50f6 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0e54c1e wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xef5b35a3 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3cb86bb wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc560b0f wlcore_boot_run_firmware EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x417cb0f0 nfcmrvl_nci_register_dev EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x601ca4a4 nfcmrvl_parse_dt EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7b5b8071 nfcmrvl_nci_unregister_dev @@ -14066,17 +14067,17 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remotepor EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x7d7ff535 nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x32807989 nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x346f65bd nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x39e65dfd nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4abfdb65 nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x69ae0804 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9e784ae4 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc139efbd nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcd896634 nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xdbe194ae nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xdd3503d5 nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf9898381 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x020a92ac nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1edbd3d3 nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x38cf2a8f nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4368a65d nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x67358e22 nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x73c7947f nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7a6de0ab nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x93e1aa19 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x97ead57b nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbd5bd137 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd6b853fb nvmet_unregister_transport EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x87927681 nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xddb93c97 nvmet_fc_rcv_fcp_abort @@ -14153,53 +14154,53 @@ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x856252f5 qcom_glink_native_ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x50d87f64 qcom_glink_smem_register EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05ce66c4 cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0774244f cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14fc3e2a cxgbi_hbas_add -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a0aab32 cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1cc67f79 cxgbi_set_conn_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2dee7f93 cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e373965 cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33dbea8f cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3839754c cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x403e75b4 cxgbi_device_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4116396c cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4537f567 cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52493da4 cxgbi_get_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54e8ae81 cxgbi_device_find_by_netdev_rcu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x581cce46 cxgbi_sock_rcv_peer_close -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e89b8ea cxgbi_iscsi_init -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6410af9b cxgbi_sock_rcv_wr_ack -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65f8bd11 cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69ccfb2e cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e755dab cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x11e1a013 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20727af4 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x212f04b6 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ced1e41 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x34737fb7 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b3b086f cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c253ead cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3de42b6b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x449fea1e cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47375b99 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4dd6c54d cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x595e5a96 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5aaf9aa8 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e2f11f8 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71884a89 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74e25ceb cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x765cd6a5 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d30b4e4 cxgbi_sock_closed EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84992d7a cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89cafb93 cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95b654b6 cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95e30f05 cxgbi_sock_established -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x96713d37 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3e76eaa cxgbi_device_portmap_create -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb6f224b3 cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3eca744 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6535f11 cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6c41295 cxgbi_get_conn_stats -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9a7990a cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcbd884a8 cxgbi_ddp_ppm_setup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcbef9b25 cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc20ec37 cxgbi_ep_disconnect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3816261 cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9ba7b89 cxgbi_conn_alloc_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdcd98079 cxgbi_device_find_by_lldev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfbd79cb cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0b309ef cxgbi_sock_fail_act_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe25e741a cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed05055c cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ff6e8ef cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x897c062a cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91fe4a2c cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9438b635 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x951d9111 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9559bd0a cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99f465b6 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c135a16 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa052c822 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa60588fd cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xabd30c8b cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb25ba35a cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc626b15 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbcde1a5a cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc79b8436 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xced3c65e cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0f38b5d cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd187645f cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb243067 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe6e5d15f cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8270a23 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec49d3bf cxgbi_get_ep_param EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf21ebc78 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf66b6ae7 cxgbi_sock_select_mss EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf76db0d0 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8cdc758 cxgbi_set_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb3f6835 cxgbi_bind_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff8cd84d cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9a8215b cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb16f875 cxgbi_sock_rcv_peer_close EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x21cdcad3 fcoe_get_paged_crc_eof EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25f209f6 fcoe_ctlr_device_add EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x27263c99 fcoe_start_io @@ -14229,69 +14230,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd596513d iscsi_boot_create_ho EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xea0b1f54 iscsi_boot_create_initiator EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf5735439 iscsi_boot_create_ethernet EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x559c2254 fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03a09761 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01585d1e iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0ceda780 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f6b7d1d iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0fd2a0e2 iscsi_complete_scsi_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x144d9263 iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x145dadf1 iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17142cc9 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x196a83e5 iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25e16ee5 iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28185ca6 iscsi_conn_start -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bca62bc iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1638104f iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ac14670 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1cf0308d iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e3d2234 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1fc03ae7 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36e307e8 __iscsi_get_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x52d90ec4 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ddfabb2 iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6088b221 iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63dfea7c iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c29ae2d iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x704e04bb iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70904d48 iscsi_session_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x766554e9 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x798a111a iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d8f8b7c iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x816b6c3c iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89d7a502 iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89eb36f6 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3cc304cb iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d1c6ae3 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63616094 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d419d71 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71d8338f __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78365cbd iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84208386 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87beb749 iscsi_conn_bind EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8dddb9bb iscsi_host_remove -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90ec965f iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9af09d84 iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9cadf083 iscsi_conn_queue_work -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa15f9ec iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0255a62 iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb66889c1 iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbca8deb7 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc905e889 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcedabdc2 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd33c1895 __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6d24b3c iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7bffa0b iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe65938cc iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7b3140c iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7e21844 iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe98d202c iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96ca991b iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x99cfbbf6 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb97ad6e7 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbda2c76d iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc045882b iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc082d743 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc18c87df __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1a5ebe5 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2d25289 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc68b34a6 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc714d1f2 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc9c894f iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcdd69c17 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2ef60e3 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6bfcbb7 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd738f091 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd746035f iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdad1f558 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde4cb34a iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2fcd529 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4175f17 iscsi_verify_itt EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf520ff07 iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa5b6292 iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcca0e00 iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffa65337 iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13c7f6a8 iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3d0a5fc0 iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4a2e303f iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x646cbc37 iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6a7bac81 iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8021ba2a iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8adb66c5 iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x90217859 iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9302bc9c iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa6921672 iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb5bd6c61 iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb6e33f35 iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcb935b5a iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd3289a0a iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe0d4fdc9 iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf406ea12 iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfd48f016 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf18fbded iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf1b71502 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf75bba4a iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1287c887 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25ea8194 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3fd3e8fe iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4bc25393 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58296359 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c176797 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8d1de8a6 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9e9c7d7d iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa2bd759c iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa51e93eb iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb78f553a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc259575c iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2bc54c9 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc5fbb1eb iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc8199c48 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd9d54397 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfa7fffba iscsi_tcp_dgst_header EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1a8b1d1a sas_ata_schedule_reset EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x23b29079 sas_ssp_task_response EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2872e859 sas_drain_work @@ -14317,55 +14318,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd12096ba sas_slave_alloc EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd41c9daf sas_ioctl EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6cb6495 sas_alloc_task EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd9d7450b sas_domain_attach_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x051a2046 iscsi_block_scsi_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0661d0cb iscsi_ping_comp_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10c229e5 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0068451b iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09410b40 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d31a458 iscsi_create_flashnode_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x191ccaad __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b4858fc iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x225d367a iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24facd4e iscsi_add_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b1157cb iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cc07961 iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e242fce iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34f7a823 iscsi_get_port_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35721906 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x41391da8 iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f129cb2 iscsi_create_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4fd2c8a9 iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x57e47ae6 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1a6d6867 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1db46e2f iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20cbff9c iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x233ae329 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29fd067b iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bf5ac66 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34edf880 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45c5d991 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46ac7c3a iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4aa3ea83 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c3db8c4 iscsi_conn_error_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d9d2b2c __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e4b9f45 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ead5841 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62e7d65d iscsi_session_chkready EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6520fec2 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x653d2210 iscsi_offload_mesg EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6dd155b9 iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7290c355 iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x76f5eb38 iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79586ff2 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6da405a1 iscsi_block_scsi_eh EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7cd7d6be __tracepoint_iscsi_dbg_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7dc7f272 iscsi_block_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85a2bcc2 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85bb09a4 iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c8b51a3 iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8dccce83 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x991b750f iscsi_destroy_all_flashnode -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a3b58d9 iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f128485 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85d0d4e1 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x86bd8163 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a1ccaab iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8d065fa4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90ff424c iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a8f7b5b iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xafa3bed8 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0637ec2 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1d4b8f7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb523498d iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb800df9 iscsi_create_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4343b90 iscsi_get_port_speed_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4fefb21 iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb83e526 iscsi_find_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcbfdfbc6 iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcc3ce679 iscsi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7d862a1 iscsi_post_host_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8142d00 iscsi_get_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd896b637 iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf315d40 iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe86d8bd9 iscsi_remove_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1cc3c88 iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7f2883f iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9409ebc iscsi_create_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe455240 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9acd74b iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9c0a56a iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4139f37 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd9b57650 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdca4fb9a iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdeb5a90f iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe044ad7d iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1d71e4c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe52c0b08 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe538d5ab iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xead1d612 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd911805 iscsi_put_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x20aaea0e sas_enable_tlr EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x34312cee sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x819bc4b9 sas_tlr_supported @@ -14485,7 +14486,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd4076f24 spmi_command_shutdown EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe075e43b spmi_command_wakeup EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xee1de6ba spmi_controller_remove EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfebc46ee spmi_device_add -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xce9a06cc ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0bac5908 ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0373a58f comedi_alloc_devpriv EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0f380e48 comedi_buf_write_samples @@ -14533,13 +14534,13 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe37ca222 comedi_alloc_spriv EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe975a6b4 comedi_buf_read_n_available EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeed6435a comedi_dev_put EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x21df18cf comedi_pci_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x33275fc5 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x228d34e6 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x372dc85c comedi_pci_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x3e54c434 comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x55601391 comedi_pci_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x5d574813 comedi_pci_auto_config -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x7070f266 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x6b372381 comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x81f3b14f comedi_pci_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x8f371421 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xb10fd0fd comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xff5e8db1 comedi_pci_auto_unconfig EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x0620eb6d comedi_usb_driver_unregister EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x3287f7a6 comedi_usb_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x8c2a7d3f comedi_to_usb_interface @@ -14568,22 +14569,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x4f96b3b7 subdev_ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x955dad2b subdev_8255_mm_init EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0xb806fb32 subdev_8255_init EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xeca9bbcb das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x075a6e7d mite_done -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f60fb96 mite_sync_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1dac19db mite_bytes_in_transit -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1dbe6555 mite_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x43decef3 mite_alloc_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x475fbf74 mite_prep_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x833eb812 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x22e2b6a3 mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3e878dbd mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6891f803 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7e1238ac mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x81831d43 mite_request_channel EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8408307d mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcaad3c5d mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd1f865d1 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8fa423e5 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9e2ebc97 mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xad366e4c mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd012188f mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd5b39831 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe10cab94 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe710aa04 mite_request_channel_in_range EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe89fc9a0 mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xefe5476e mite_request_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf4102f29 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xebcaf56e mite_ack_linkc EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf4e2fbbe mite_free_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf9db37de mite_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xffdf0130 mite_request_channel_in_range EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xf998ef0c labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xffe7588e labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source @@ -14915,7 +14916,9 @@ EXPORT_SYMBOL_GPL drivers/tee/tee 0x8370139d tee_shm_get_va EXPORT_SYMBOL_GPL drivers/tee/tee 0x85a55b8b tee_shm_pool_alloc EXPORT_SYMBOL_GPL drivers/tee/tee 0x94bbdb03 tee_shm_get_pa EXPORT_SYMBOL_GPL drivers/tee/tee 0x9bf89cc3 tee_shm_pa2va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa8e65358 teedev_open EXPORT_SYMBOL_GPL drivers/tee/tee 0xab902011 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xadda8ece teedev_close_context EXPORT_SYMBOL_GPL drivers/tee/tee 0xb5ea7962 tee_get_drvdata EXPORT_SYMBOL_GPL drivers/tee/tee 0xbec0ce98 tee_shm_priv_alloc EXPORT_SYMBOL_GPL drivers/tee/tee 0xcfc6b389 tee_shm_pool_free @@ -15011,21 +15014,21 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf88047f5 fsg_lun_fsync_sub EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfa5830a3 fsg_lun_open EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfbd5990c fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1099628c rndis_deregister EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x13ba4198 rndis_add_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x28f2a270 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1511ffea rndis_set_param_medium EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x45a5f63a rndis_rm_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5c8a88dd rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x62a40bc6 rndis_set_param_vendor -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x635a7088 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x46f77b48 rndis_register EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7499cfac rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9284864e rndis_register -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9a227437 rndis_free_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9d9eb320 rndis_set_param_dev -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb3292049 rndis_signal_disconnect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc157dd11 rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc4b292d2 rndis_signal_connect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xec791698 rndis_get_next_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf4e903a6 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x78a06da9 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7b32e002 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x82be19c6 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb4215773 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc92b7798 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd0f400c7 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd2a36ca3 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf1ac23d4 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfc791013 rndis_signal_connect EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x02193964 usb_ep_autoconfig_release EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0ed71bc7 usb_function_unregister EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x123e2bb5 unregister_gadget_item @@ -15063,16 +15066,16 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf693974b usb_composite_unre EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf8d28297 usb_get_function EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf91b40a7 usb_composite_setup_continue EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfbcb2a39 usb_composite_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x01401f07 udc_enable_dev_setup_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x074d5db1 free_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1b93ebc4 udc_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x29b91078 empty_req_queue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x377d92c3 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4058607f udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5774a231 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5b1446af init_dma_pools EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7e2cc1e1 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5dafc3d9 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6bc2bffb empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x79ef7062 free_dma_pools EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x928af720 gadget_release -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcfe30933 udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd85ce25c udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9fc05c7c udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb10966eb udc_probe EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x2d29ff5c ezusb_fx1_ihex_firmware_download EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x58815aa9 ezusb_fx1_set_reset EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x12a9aff7 usb_ftdi_elan_edset_flush @@ -15274,8 +15277,8 @@ EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0c437cd2 omapd EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x985f35da omapdss_of_get_first_endpoint EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbf8ad775 omapdss_of_get_next_port EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xe4861c45 omapdss_of_get_next_endpoint -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x53cbcf6e sis_free_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd74036d9 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x471a27ce sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x51511a27 sis_malloc_new EXPORT_SYMBOL_GPL drivers/w1/wire 0x035de012 w1_reset_select_slave EXPORT_SYMBOL_GPL drivers/w1/wire 0x1f14af8b w1_write_block EXPORT_SYMBOL_GPL drivers/w1/wire 0x42e09c1b w1_next_pullup @@ -15296,244 +15299,244 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe1c0cb96 dlm_posix_lock EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x47b632e4 nlmclnt_done -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x67722887 nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x70216ebb nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2493159b nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x350712d4 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x37771045 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x51489e86 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x596789a8 lockd_up EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcadbd4c8 nlmsvc_ops -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe8fdca77 lockd_up -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xea301d23 lockd_down -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xef4b998b nlmclnt_proc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01590337 nfs_lookup +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa3dfd625 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf8acf6ab nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01fb3a5c nfs_do_submount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03d4532e nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b33b34c nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0be09ffc nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x063156ef nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x088ee945 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09df538f nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bcc8702 nfs_fscache_open_file EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f39c203 nfs_invalidate_atime EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12eb6be5 nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1482960d nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x192eda4f nfs_setsecurity -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b07bd5a nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x109a4324 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1210565d nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x126a43e5 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x160335b2 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1854a49f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c0c8a0d nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc74510 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dfc7886 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e04a28b nfs_setsecurity EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1eda497d __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f9841a2 nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x200b5fbd nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x225f6deb nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x203bddfe nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2081e686 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x211e9acc nfs_file_release EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x233e396a nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23a15a78 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24bae0bf alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x253566eb nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2665b239 nfs_commitdata_release EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b6f92f3 nfs_file_set_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30e2635e nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3190ac9a nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33c801ee nfs_fscache_open_file -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3695e87a nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3754cae7 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3936fb08 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27f6b0ac nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a501047 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c4075ca nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca43ebe nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dbc685f nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e486fda nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e5628cc nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fff283d nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3311feaa nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34456b43 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34e4f9bf nfs_show_devname EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3af6b4de nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b11a200 nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c3d3319 nfs_show_options -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e1bbae6 nfs_getattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e534ea7 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bdccb8f nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bfd8bba nfs_lookup EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fc4928f nfs_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40e0e7fd register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40cdcd3c nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41a33606 nfs_scan_commit_list EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42ff7e41 nfs_file_fsync -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x438fc82e nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44c3f739 nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x465f79c9 nfs_get_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x494aed6a nfs_pgheader_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49ca3a26 nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b11a340 nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c0f5f2c nfs_instantiate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c7596f3 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x430ae41c nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x431be501 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4331c9ad unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47439a5e nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4898f9f5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c5658a6 nfs_commit_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dacd0a8 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e00be3a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e22c8eb nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e33697b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50c703db nfs_generic_pgio EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52558214 nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53f11d6a nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5481383b nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58152577 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51a18776 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5278f547 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52f7009b nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53b561a8 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57a32ead nfs_pgio_header_alloc EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a32109e nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b799da1 nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b8c3633 nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c7a42c5 nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d1703c7 nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f68be94 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fc4d619 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58a8488b nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5973152a nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a58b8a4 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b1d9ec1 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ce73bcc nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d830dbf nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e586fe8 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e7f1356 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ee39ad7 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f1a2f2a nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f4cd2cd nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60aaad3f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x611d35f2 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61f78c78 nfs_fs_mount_common EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63e14e3c __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63e19cdd nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64d4b7f0 nfs_statfs -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65afa937 nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65c34612 nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x673647c1 nfs_file_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68407cf8 nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d2b8d3c nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d53cfbf nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fa9f74a nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x716adbf3 nfs_clear_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71b7d741 nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x747c07d5 nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f24526 alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x774795be nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x797237dd nfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a972941 nfs_show_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b71a534 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64f1c4f5 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65e1f2b4 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6782ac93 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68072d35 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x681ee0a2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b34f568 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e247677 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e99d2a0 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75a0b8eb nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7658ecfa nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7669985f nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x768dace7 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x771b55d2 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x781fd27a nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78ce3509 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b74add9 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c97d4da nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d8e919e nfs_sb_active EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ebf4ace __tracepoint_nfs_xdr_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f7c4750 nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80cb1079 nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x812089ea nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x827715de nfs_release_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82cdeac2 nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82cffce1 nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84908931 nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84a50cab nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85e2dfcf nfs_file_mmap -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x898725e3 nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a8e4519 put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e6f51c6 unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f7e1161 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x819bcb8e nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81fba3c8 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8302a935 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84058bd2 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8946b682 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b02061c nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90152608 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90688499 nfs_unlink EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9774f191 nfs_zap_acl_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x978fd5b6 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92841213 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94cadc6d nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9729ec15 nfs_init_cinfo EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d8401fc nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d2768f nfs_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1feecee nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2a5b974 nfs_inode_attach_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa32fa7b3 nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4f8e83b nfs4_label_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa52ffb16 nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa587e912 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x994f7a10 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x996be46a nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x997823c8 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x999acc64 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dab823e nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f3fab7c nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25efa39 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa33c430a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa497549d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa575115e nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7056961 nfs_fill_super EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9164edb nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa90bd3d2 nfs_drop_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaae40ad9 nfs_symlink EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacb45adb nfs_pgio_header_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae995511 nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb10a0ca4 nfs_create_rpc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4dbe664 nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb89b21a1 nfs_pageio_reset_read_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba385f5f get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc0b99f9 nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc67f039 nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe8ab0d5 nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbecf61f0 nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf5a3c44 nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1c7409c nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc301bcf6 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadd3231a nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae408aad nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0244da3 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0a6dd95 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb95e8fa7 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb9be049 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf50018e nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0755f97 nfs4_dentry_operations EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc52baf2e nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5e1a34a nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8b60705 nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca5cd837 nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc2e905a nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce36ca59 nfs_pageio_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce49c702 nfs_scan_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd04cc18a nfs_init_cinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd322cecc nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3c03adf nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd47379db nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5aa5df5 nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd74f2909 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd77b6a10 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7996e4a nfs_atomic_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdaa9d335 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca686922 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc9e3dac nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd21c267 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce0d281a nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf21340c nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2528f5c nfs_lock EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdaf03430 nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde61d8ba nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b2c20e nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1d3cc52 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3294a05 nfs_retry_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea2a03e9 nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebe4b0a6 nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee8f543d nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6220877 nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8d796d6 nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9a83520 nfs_alloc_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa2c829c nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdeabc0fc nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe29d07b8 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec3f27b4 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6261122 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f46c5 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc0f35fb nfs_umount_begin EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe10a87b nfs_access_set_mask -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x7c1f6072 nfs3_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04aef02a pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff7640d8 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x85ee9d64 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x010b213c pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0251e74f pnfs_generic_pg_cleanup EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05c3e7f1 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x064f8736 nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d065960 pnfs_ld_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d5629d1 pnfs_unregister_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f5351b3 pnfs_generic_pg_cleanup -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20cdcd50 nfs4_find_get_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x244faf97 pnfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cb9e71c pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d5d456d nfs4_schedule_lease_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f80d7da pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32b290db pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3474dbab nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34d59463 pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x361b2ffb pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05749c09 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08ad0068 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fc8cb73 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18824565 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x197ef4be nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d4625fc nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d660018 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25e4a005 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28813884 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a6b312e nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e7e315a pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f40b647 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32d42b14 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x337afdcc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33db38f4 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34ffb6e0 nfs4_schedule_stateid_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36751a61 __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3cd5f737 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b0c55e5 nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e73f10c __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48fee694 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f4a83f9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b0fdf1b nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c7a6138 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4db6a547 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f86e9cc pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51dd1c4d pnfs_generic_scan_commit_lists EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5205f7ed __tracepoint_pnfs_mds_fallback_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ad77552 pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6313afd6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60a8b2ac pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67e89077 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68abe9e0 pnfs_generic_commit_pagelist EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e16b52a __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ef420d6 nfs_remove_bad_delegation -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76b16530 nfs4_pnfs_ds_add -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77ccc976 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7edd28a4 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80bbf600 pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88f5ecd1 nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c719f9b pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x948b9043 nfs4_schedule_lease_moved_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x951dc440 pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95c79e79 pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97d22310 pnfs_generic_scan_commit_lists -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99214a2e pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cbfb5d0 pnfs_update_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cdeae88 nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9dafc731 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76e7b3d7 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a14ee1d pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bcc85eb nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82da7c7a nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84faf9d4 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86ad090f nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86c9edae pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91c3d434 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93269b36 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93ce8808 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99a40058 pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa208cf2b nfs4_setup_sequence -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2285d9e nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3a56271 nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5dc09c1 nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac0e188b nfs4_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac99cd33 pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae6a5100 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa12949d2 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa34200ee nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa35e854b pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa44b1da5 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4e2c175 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2c55eb9 pnfs_generic_sync EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4895436 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb563a6c4 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb83b9d5c nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb852d956 nfs4_schedule_lease_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb85de48c __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbce5fd4c nfs4_set_rw_stateid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0f5124a pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8cf3689 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbeae8aca pnfs_layout_mark_request_commit EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc151e45f __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc24f0777 nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc28d09f6 nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4be4122 pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5edfd06 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9749870 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc233d5c5 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3f4f058 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc58b0717 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6df36f1 pnfs_generic_layout_insert_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcac9675a __tracepoint_nfs4_pnfs_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcbdd7338 nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc542772 pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0bdb3e9 nfs4_proc_getdeviceinfo -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1e111e9 pnfs_put_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5ef84a8 pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6d4f6e6 nfs4_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8b2053a nfs4_mark_deviceid_available -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf95ac91 nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe09f8646 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf095ed4 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3196597 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0a717e0 pnfs_generic_pg_writepages EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1eca9bd __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4ee2e78 pnfs_generic_pg_test EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5a7264c __tracepoint_nfs4_pnfs_commit_ds EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed580a96 pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef412902 pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8605437 nfs4_sequence_done EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x6f1bc853 locks_start_grace @@ -15626,8 +15629,8 @@ EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x86d139ce notifier_err_inject_init EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xd4cb6873 raid6_call -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x4e1e0b83 lowpan_header_decompress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xd9f8ac94 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x2d3df6f6 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x9c7b2ef7 lowpan_header_decompress EXPORT_SYMBOL_GPL net/802/garp 0x0c695e3b garp_register_application EXPORT_SYMBOL_GPL net/802/garp 0x281ecaa7 garp_init_applicant EXPORT_SYMBOL_GPL net/802/garp 0x45810c45 garp_unregister_application @@ -15658,102 +15661,102 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcfad9aff l2cap_chan_set_defaults EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdffd4b1a l2cap_chan_del EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xef555233 l2cap_chan_send EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xefa1aa4a hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x01217613 br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0x04441b16 br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1343eaa0 br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x18c7e13a br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c8c17a1 br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0x22ae00e5 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4997c1a4 br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x52fbe412 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x656189f4 br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0x68e4a26d br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x6f48101a br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0xa05c81e6 br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xb1af6e67 br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc235e6f9 br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0xd3b0bd94 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0xd458d547 nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0xd6dbca08 br_dev_queue_push_xmit -EXPORT_SYMBOL_GPL net/bridge/bridge 0xfb4beb07 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x07ca9c0b br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0aed6e13 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1474580b br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x17556a23 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1ea678a3 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x28935354 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x37da6184 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3e114bcc br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8ff9744c br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa286c2e3 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xae8e1d0e br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaef611b6 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb6d456de br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xba002ae0 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbe364447 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbe3ec141 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc51e95f6 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf4f71c15 br_forward_finish EXPORT_SYMBOL_GPL net/core/failover 0x57d54f04 failover_register EXPORT_SYMBOL_GPL net/core/failover 0xb68de2b7 failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0xf3395c7f failover_slave_unregister -EXPORT_SYMBOL_GPL net/dccp/dccp 0x04cacb7f inet_dccp_listen -EXPORT_SYMBOL_GPL net/dccp/dccp 0x08554ffc dccp_connect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0fa095a6 dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0x13c29adb dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x13a2663e dccp_poll EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x27121695 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c041b41 dccp_insert_option -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3de7c7d6 dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x41d6ecfd dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x43445fcb dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29940623 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b29962b dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c1f1a81 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e89629a dccp_close EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e9884b3 dccp_set_state -EXPORT_SYMBOL_GPL net/dccp/dccp 0x50d50312 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x52b3ba84 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4d262bc3 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e7a3be2 dccp_send_ack EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f21844e dccp_feat_signal_nn_change -EXPORT_SYMBOL_GPL net/dccp/dccp 0x600313db dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d47acc9 dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x73bb5dd8 dccp_rcv_established -EXPORT_SYMBOL_GPL net/dccp/dccp 0x7d56df94 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c532363 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6164d1e0 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x624b72e0 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69d5d08b dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6ad0b3c1 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6aebcc8f dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7275ec63 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x77870b0d dccp_insert_option EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp -EXPORT_SYMBOL_GPL net/dccp/dccp 0x847934f2 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x81ccda0c inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84e2373b dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x859d778c dccp_rcv_established EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ad48781 dccp_ctl_make_reset EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c67d77c dccp_init_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa035607f dccp_destroy_sock EXPORT_SYMBOL_GPL net/dccp/dccp 0xa43e19f0 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2b3fa1f dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb5f6bdda dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd367de6 dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0xcfb5ca45 dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0af8242 dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd50415bb dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe225c9b9 dccp_sendmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0xea06f361 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa59199ae dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab852141 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xad953802 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaec82310 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf1301da dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb0b241cb dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc500c47 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcdeb5c2d dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf628c7c dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9411269 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd966a8a3 dccp_parse_options EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0784aa7 dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0xf39913bc dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3af8dd0 dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0xf55ef99b dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd476c37 dccp_child_process -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x059a8c71 dccp_v4_connect -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0d847eda dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x10dce963 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc174ef38 dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe08c7e76 dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf147e030 dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x087fba4e dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4545b3c5 dsa_port_phylink_mac_an_restart -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4f391409 call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5365f16b dsa_port_get_ethtool_phy_stats -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53c629e4 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfcd6eda5 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0ff5b0c0 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2e296d40 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4f56e256 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8f110cde dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa6fe0d6c dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf090419b dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x03581412 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a0cc79a dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11abbda4 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x12860b84 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x15ee8d67 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x165f0779 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x19fd8a24 dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x26f91c65 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x316fce10 dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3d46b21b dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3edc4a9d dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x47282b91 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x48b0c18e dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x495d0377 dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4bae0410 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53389cd7 dsa_switch_resume EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5f05ff6d dsa_enqueue_skb -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x767cf6ba dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7de0e99f dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x87dd1889 dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8bc6b2dc dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8d61d85f dsa_tag_drivers_unregister -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8dc77593 dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ea1f6e5 dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa2813219 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa7d659e0 dsa_port_get_phy_strings -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab250fc8 dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb9281f74 dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbfe8eaaa dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd7b04fb8 dsa_port_phylink_mac_link_state -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdbd0e073 dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xed2cc85b dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x66ff6574 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd9458ba dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd1b66c52 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xda33a4d0 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xde4996ed dsa_register_switch EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x29a61494 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x32dd5de7 dsa_8021q_rx_vid EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x683682a1 dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xe4942893 dsa_8021q_rx_vid -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xf30f9b9c dsa_8021q_xmit -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xffe0f8bb dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xd2d33a9e dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xefc07f62 dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1eea953c ieee802154_hdr_peek_addrs EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6a471fab ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7cf277bc ieee802154_hdr_peek @@ -15764,389 +15767,389 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x14c6c4f2 ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x7e63c9be esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xa81d150e esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xce3b8778 esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/gre 0x33840584 gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0x97dd9583 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0e54da24 inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x176f84f8 inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x259326cc inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x825473fd inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaec6d671 inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb62599ef inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb66c2ce6 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf6a3e4ff inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf8f08933 inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x72556cf6 gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0958544f ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x25253bee ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x296f2eaa ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3e59e6c6 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x45e0d14a ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4ea01ba7 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4fac24ae ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x561316ad ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x585f7996 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ac2b0e6 ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x92814918 ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xacd25ed6 __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6331b0c ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6dfc8ba ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xee545c0a ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf27b4552 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x38bb9bf2 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x455df066 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xa6d3cafd esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3f669e82 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x59dfebe9 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0cc16780 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5383c139 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x79451ba4 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7c17ae04 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8a7c9742 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9025375a inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xace86144 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcefa4e8e inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe10bc393 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x70a6e4a3 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x06134c07 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x079a34d5 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0a71f1c4 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1792f059 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1fc604d4 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d01e568 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x31c76d0c __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54dfcba7 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6ac05667 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x81acfed4 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9895d3b6 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x98b5ae12 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9f543566 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xabb46bf6 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd07d40ff ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf38c734e ip_tunnel_xmit EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xe2931e5e arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x496184a5 ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x1fabf461 nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x75426b98 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x26efdfac nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x38276d00 nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x91aa704a nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x932361ec nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf88d7efb nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xbe89c4bc nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x37199ad7 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3ded0833 nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xaa85bee3 nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x20ac3d5b nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x4ce9e22f nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x05b8468a tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4b53d820 tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x95d869e3 tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa163adb3 tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd6d6c879 tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0cd50650 udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2d715865 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x37bc96cc udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4655966e setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7c1836a5 udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa741582a udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc202c11e udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xda3e2b35 udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x082caac0 esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0ee91a1d esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x82f67227 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x905b54fd ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbdefe604 ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc22c67dd ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x2010d5f6 udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x70fddd7d udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x1cdffc95 ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x10a3b693 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6e582b2b nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x0bd98515 nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1501d63c nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5d04c7ae nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x69769e2c nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa7c808d2 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe0836083 nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x39ee65d5 nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbffaad6d nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xe6d3ec20 nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xfc68ecfc nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x1f5dba2f nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xe8838861 nft_fib6_eval -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1686e9f1 l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1aac689b l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2999cc8d l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x45cf778c l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x51f03c02 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57257931 l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x70ce5dcd l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8375af0c l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x93e50b46 l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa132e634 l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa25e3a81 l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa8b1b696 l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaca87b58 l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc4865901 l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd7c0ba48 l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf688f510 l2tp_tunnel_get_session -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa742f45 l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x0472ca1a l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x6d434cf3 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x52f7e033 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x5dca97af nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x00fc31c7 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x04094108 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x08255fc2 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2227830d nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfd0a68a4 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x86c0ed74 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x13571e0a nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x68f6311a nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xc3c4e399 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2e0db3a1 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x7de31f8e nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2770eb09 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2ad1f82f tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2f148bf2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4f9b7d49 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xaf589062 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x19186934 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2677d282 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7b2f82bc udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7d883f84 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa8fd2014 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xaaab0ff5 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb23fb773 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcf8cb1db udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x5f2b681e esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xcd20486a esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xd5b156fc esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x438eadf3 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xde250ba8 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe3645e2e ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x69e60bc1 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xea8d9a9d udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x29893791 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xd68ddbe4 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf0b7606c nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x635ef5b4 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x24d1908f nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x54b3039b nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9954e0dc nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9fa5e653 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc686ed9a nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x01a74c1d nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x24aaed95 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2a208676 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x344f0d38 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x344196dd nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc25e9d42 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x253763c5 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x26a388dc l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x32f06db3 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x390e90a2 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x402fb39a l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x44e377c3 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x551149e8 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x64945676 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x657b7ecc l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x65b582b5 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x69f7c9cd l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab56f9fb l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb48eda8d l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbf96530f l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc7e10de7 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcfa17048 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe3c033c3 l2tp_session_create EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x011bbcf8 ieee80211_resume_disconnect -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x03f889d1 ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x11753b72 ieee80211_find_sta_by_ifaddr -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16846a47 ieee80211_vif_to_wdev -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x17b14a4c ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1b2b6b19 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x5e841ffe l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x03a356f8 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0898f671 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0ca21e02 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x129a37ec ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x169dad82 ieee80211_remain_on_channel_expired EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x21d74962 ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x42dd8f6d ieee80211_iterate_stations_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4df8c18c ieee80211_iterate_interfaces EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6a64de19 ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x727e97e8 ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x77c4747f wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6763f4ca ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x729e1a7e ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x76cfd902 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7dc2fca2 ieee80211_iterate_stations_atomic EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x965b9747 ieee80211_ave_rssi -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbc00000b ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea563db1 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf41c00a6 ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x07249f40 mpls_output_possible -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x803801ff mpls_dev_mtu -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa3352f34 mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xacc5dc0a nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe1952269 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8d380bde ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8f4408b0 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2b0aa11 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbc301f3d ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcd64083f ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe01705a9 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xedb8fb70 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x23cc4a25 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x7fb3aa99 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8f2dff96 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcbfb78b2 mpls_dev_mtu EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x03012275 ip_set_test -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0529a56c ip_set_nfnl_put -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0cc65e4d ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x150935db ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x15471d13 ip_set_type_unregister -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1827c7fe ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1fdba6dd ip_set_get_byname +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xfe3a3ac3 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x136e489a ip_set_get_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x230ea2f0 ip_set_get_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x23796c61 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x32328394 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3760cb3b ip_set_nfnl_put EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4c0407f7 ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x62cd0d56 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x436fed75 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x56588a87 ip_set_get_ip4_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x697bdf39 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6aeb39f6 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6de2966b ip_set_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x79f4fbcf ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7a79726a ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7ad33d25 ip_set_elem_len EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9485ffd1 ip_set_type_unregister EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ec0565a ip_set_test EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa408c177 ip_set_put_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd6444dd5 ip_set_get_ip_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7727f40 ip_set_add -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe736c774 ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe863e8de ip_set_name_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2a7e6217 ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3fec568f register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x496dfc79 ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x58dca940 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa57bc8e2 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5ed6656 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcd2df0e5 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd6d35919 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xddca10ce ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe6c1399d ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7116668 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x148e4797 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x59853849 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x768b248d register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa1de8eed ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1f961412 nf_conncount_count EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x268a4802 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x376ed8f2 nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4defb5d2 nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6bf6f331 nf_conncount_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7cf43c47 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb56597f1 nf_conncount_add EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe03a217 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd09b97cc nf_conncount_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0215393c nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0495d5d8 nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x074adc3a nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07b4bc71 nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0825c53d nf_ct_gre_keymap_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09ab56f3 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdb9f0828 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf1ad591c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf6169172 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00254025 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00811399 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84891 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03ea3355 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06a80b2b nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x095e4547 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bbc9d29 nf_ct_timeout_put_hook EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c8f5c7a nf_ct_tcp_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d442817 nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f033642 nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1232d54d nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x134951dd nf_conntrack_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14ca5ab4 nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c8556e8 nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x219bbeb4 nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21bf29d5 nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21fd75b9 nf_ct_kill_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x22fbaa36 nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2575353d nf_connlabels_replace -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25af3f5e nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1401e1d8 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1563be7e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1790adcc nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1dd7fa56 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ddd0e1b nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20dcf898 nf_conntrack_set_hashsize EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28faa564 nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dcf8d34 nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30cec9d9 nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x332603e3 nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3512d7e4 nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x352392b4 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c6197d0 nf_confirm EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x388e1986 nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x400f5aee nf_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40a64680 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a9f9307 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3eda814e nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x407caa8a nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4400ca00 nf_conntrack_unregister_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4873908b nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49effee5 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c3ae910 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e807661 nf_ct_unlink_expect_report EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f65138f nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60ce219e nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60d164f9 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52f4b359 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x585193e9 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ccc1c6a nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6028de6b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x628e512a nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x680d6497 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x686c02cf nf_ct_expect_iterate_net EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x760d2a39 nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77dfa4c1 nf_ct_helper_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ef696d2 nf_ct_helper_expectfn_find_by_name -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8003dbff nf_ct_helper_log -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80be7300 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82a71c27 nf_ct_set_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x850797b5 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a2556fd nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bb17165 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bdc39bf nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bed1652 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fed12b9 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72e4d849 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cae7142 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80825216 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87936869 nf_ct_netns_put EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f536da6 nf_ct_unexpect_related EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x955fd526 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97e4dd70 nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9852e643 nf_ct_seqadj_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a03cc27 nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cb80465 nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d026d63 nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dc32b3b nf_ct_remove_expectations -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e8f02c5 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f7915a8 nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa565eeb1 nf_ct_timeout_put_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa568d382 __nf_ct_try_assign_helper -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa77567c1 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8d84f9f nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacd6fb78 nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb468500a nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7b395f3 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7d64ab0 nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb97dffc9 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba9a9697 nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc2faaa8 nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0d36ad9 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94f94b29 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9906b6cd nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x991f58fe nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8978d24 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9ad5bd8 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3ec356 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf505220 nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0791cf1 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4b45c1b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb526a760 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8549a50 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9741801 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9edc961 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb33f528 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc2ceb29 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0008179 nf_ct_destroy_timeout EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1fb0287 nf_ct_seq_offset EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5d59640 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc45cb827 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc544ee78 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc66740a5 nf_ct_l4proto_log_invalid EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce8d5e53 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc972018f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9d713cc __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd686bd9 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce129e83 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcee242c4 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1eac30b nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4a3a0d8 nf_ct_delete EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5344ecf nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd60c1a8b nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb1eeae0 nf_ct_destroy_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbd3f71e __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe013e392 nf_ct_get_tuplepr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe32d202e nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3ab4453 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8c9fdf3 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8791731 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdae6077d nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb487d91 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd0293d0 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd1ad155 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe578429a nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6642ac9 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6f4f35a nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea04de08 __nf_conntrack_confirm EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecaa9089 nf_connlabels_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedea0622 __nf_ct_refresh_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee64a296 nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0e25087 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecf4b8d0 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf09490b2 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1013107 nf_ct_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3d99210 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8174472 nf_ct_seq_adjust -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9a077c2 nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc4d5bc5 nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd455766 nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfdee4e41 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf47ed24f nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa73eafd nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb244329 nf_ct_expect_register_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe8d2546 nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffb92c57 nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x0a4f4e61 nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x87820c73 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xbff0f7f7 nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2494d5a8 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x25b06564 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x68c1d443 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x883af85a nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x91c711ea nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb7f5cfb6 set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc1120eb4 set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc124f571 nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd3cf8feb get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfbb52287 set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x36d3dbf5 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x1d88ff07 nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x717c954c nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8fd1dc06 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x928329d8 nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0b5de07a ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x480205ee ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x741392d4 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa1672d43 ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa30c0929 ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xad379347 ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfeb3d5d5 ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xef350ecf nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x85445102 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xb6d79365 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xd77885d7 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xabcf9f51 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3eea3b3c get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x46f96fe9 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x65586201 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x78ea5ff7 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8d4a09bf nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9461e9ae nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcf29b84a set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd9934cae nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xef71dbed nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf97847fd set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x8e4e609c nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x16376c51 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8a9c3766 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd052a5c2 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd45aeef6 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3141e7b0 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x48a9137e ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x61f22363 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x78fc0ce8 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x811710ad ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc0607115 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd2c8d8c7 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x276396e1 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x9675f078 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x1fdfe285 nf_dup_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x59f98ccd nf_fwd_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf3af1773 nft_fwd_dup_netdev_offload -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0c653e17 nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x14379626 flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1ffd80b2 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x22739cc0 flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x36093a12 flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4c45b90f nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6de6fa09 nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8b291ee6 nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8eeafc4f nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xba371477 flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd048f394 flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfd15ce59 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x2e061e91 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x3d21d01e nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x4fdcc88e nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x638ff9b6 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x99d0afa8 nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xf0ebefdb nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x039c27cf nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x07606463 nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2f4ccd3f nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x14d1b13f nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3742cff1 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x597ccd30 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x61a7d5e2 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x633be3ab nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x63b0601f flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6ebc4982 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8cbf47ca nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa049a784 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaea4ad60 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc01ca747 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc5cc1de9 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x43e8bf6c nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x80b1e3e6 nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x922b3ae1 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xd3722611 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xd653b372 nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xee00e8b1 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x02276e2c nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2d5144ef nf_ct_nat_ext_add EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x517a5e44 nf_nat_icmp_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x575863f1 nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5be80cf8 nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x754bd3f0 nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x887e1126 nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbba45b52 nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbc662445 nf_ct_nat_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc67dd0b9 nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xca574c5d nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb21f222 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3f8b7991 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x40b17cfd nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4b87941f nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5a3cf3e9 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x79460e44 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8ee487b9 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa20c638f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3b0a0e1 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa83178de nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcbf5fc52 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd2930b5a nf_nat_redirect_ipv6 EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf5881864 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf7aff83b nf_nat_ipv6_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfc5be623 nf_nat_inet_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x181c86c3 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdb0f4c3c nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdf145bf8 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xef5d02ca nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0e544105 ipv4_synproxy_hook EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x38739d88 nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5422ae5a synproxy_parse_options -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x55cde34d ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8370dee4 synproxy_recv_client_ack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa3c54469 synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc6dc3bc3 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x26a587a6 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x26fb88ff ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2e5152f4 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x56af3546 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8322ba52 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x87c8aae9 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8bd66f00 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x97c48d0c synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb8df3373 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc83d1ece synproxy_parse_options EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcfc6491d nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd57ccc92 ipv4_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xefa95256 nf_synproxy_ipv6_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf7bf0eb4 synproxy_send_client_synack EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x05bd1a84 __nft_release_basechain EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x093944aa nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0cb8919a nft_register_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c1a1531 nft_chain_validate_hooks EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2059cbac nf_tables_deactivate_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x26adb345 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x286e1400 nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c2ee0f8 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x444665b1 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48daa126 nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x504bdfcd nft_register_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x59ff1254 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c0970b1 nf_tables_destroy_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c7cd698 nft_flowtable_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5dad865b nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x73744b73 nft_set_gc_batch_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77c15342 nft_data_release -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7da8cf23 nft_meta_set_dump -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8340245e nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f5e3587 nft_register_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9beecb8e nft_register_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e2e3374 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa937dc78 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb299baba nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb383da36 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbebf16aa nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbee12605 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc531cc2e nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc566e3ad nft_unregister_expr -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9052395 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcce68a7c nf_tables_bind_set -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1cc59a1 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd73ed78d nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc0645cd nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde7fe4b5 nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdece1d76 nft_chain_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe0e25c56 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe36b70c3 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe5381fb5 nf_tables_deactivate_flowtable -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeba3bcc4 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe5894c81 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xebfa03c5 nft_obj_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf0a7d688 nft_set_lookup_global EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc1f6a31 nft_validate_register_store -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc89e551 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe3c6e20 nft_obj_notify EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0dbd00f4 nfnetlink_subsys_unregister EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x145e0548 nfnetlink_send @@ -16160,41 +16163,41 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5c30e083 nfnl_acct_find_get EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5f19c26a nfnl_acct_overquota EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xdbd5dd6d nfnl_acct_update -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2c92c3db nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xa976c78a nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x9854ff0e nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xdb88f63e nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6bb4ec52 nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6df2b1fa nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7cc0c536 nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xdcb28574 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x18462baf nft_reject_dump EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa27ca3c2 nft_reject_validate -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa4f77f97 nft_reject_dump EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xbb67b278 nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x19814e6f xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe476f5b9 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf8aae9bd nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x22da5ec2 xt_check_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2571c87a xt_check_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x37487fbd xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3220ce89 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x38a7ba1f xt_table_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x409bb8f7 xt_proto_fini -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x431ccd1e xt_request_find_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x50e80fb3 xt_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x61a4b7b0 xt_replace_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6d6d9521 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x767eef98 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4e6d42cb xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f6e9b5e xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x634d8db1 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6f92228e xt_request_find_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7d6c7b43 xt_check_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x952176b8 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x91f69e29 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x954f51c9 xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaeac3582 xt_request_find_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc4d46cb4 xt_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdc3407fc xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc05c940c xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc794f675 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcd424efd xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd72c879 xt_proto_init EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf4c0640 xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe6b22497 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xde788cd1 xt_register_table EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x86742961 xt_rateest_put EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xdca16278 xt_rateest_lookup EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x6ddff9cd nci_spi_allocate_spi @@ -16205,12 +16208,12 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x5f970166 nci_uart_set_config EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x98e018c7 nci_uart_register EXPORT_SYMBOL_GPL net/nsh/nsh 0x028e3747 nsh_pop EXPORT_SYMBOL_GPL net/nsh/nsh 0xca8e000a nsh_push -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1e45d01c ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc0c88136 ovs_vport_free -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdd6280a9 ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdded1400 __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdfa20f57 ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xed2672dd ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4f4b4ff9 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x57ac8d69 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb1d63746 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xca04a3c4 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe92f3a29 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf0a4abcd ovs_netdev_tunnel_destroy EXPORT_SYMBOL_GPL net/psample/psample 0x1a6cc45f psample_group_take EXPORT_SYMBOL_GPL net/psample/psample 0x3838773d psample_group_put EXPORT_SYMBOL_GPL net/psample/psample 0x86283e02 psample_sample_packet @@ -16219,326 +16222,326 @@ EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x0778c9d7 qrtr_endpoint_unregister EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6a0f0857 qrtr_endpoint_post EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xad45efa5 qrtr_endpoint_register EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x0abbc4f0 rds_rdma_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x13fbd269 rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0x1634c81c rds_trans_register -EXPORT_SYMBOL_GPL net/rds/rds 0x1b5b969d rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x09327bfa rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x0ca1ed55 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x1bcbcd73 rds_connect_complete EXPORT_SYMBOL_GPL net/rds/rds 0x1d3ecf6a rds_cong_map_updated -EXPORT_SYMBOL_GPL net/rds/rds 0x20482fbb rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x27123ef9 rds_for_each_conn_info -EXPORT_SYMBOL_GPL net/rds/rds 0x294dae60 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x24068fd3 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x26486d1f rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x274b6d40 rds_message_addref EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension -EXPORT_SYMBOL_GPL net/rds/rds 0x35cb88ad rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2ba19a5a rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x31496e0f rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x31770426 rds_conn_create EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x38655173 rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0x39281233 rds_send_xmit -EXPORT_SYMBOL_GPL net/rds/rds 0x3d726343 rds_send_path_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x3fd175c3 rds_inc_init -EXPORT_SYMBOL_GPL net/rds/rds 0x419bfdb8 rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x43abcdf8 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x3d9c274f rds_send_ping EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x4bf8b7bc rds_send_drop_acked EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x60ba7c35 rds_info_deregister_func -EXPORT_SYMBOL_GPL net/rds/rds 0x71bc0ba9 rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x7996b5ce rds_recv_incoming -EXPORT_SYMBOL_GPL net/rds/rds 0x7e2edfc9 rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x88c27d2f rds_inc_path_init -EXPORT_SYMBOL_GPL net/rds/rds 0x92a9d517 rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0x9e3ab80d rds_conn_create -EXPORT_SYMBOL_GPL net/rds/rds 0xb9c1a718 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6dda6d34 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x7250bbb7 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x76b59a27 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x89bbb1eb rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x8d805b75 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x94e94490 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x9ce0bd59 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa7d2d980 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xb55957b8 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xbd0302da rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xbd4890ab rds_message_put EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xc5d0d9ff rds_conn_create_outgoing -EXPORT_SYMBOL_GPL net/rds/rds 0xc5daa606 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc8e54a2e rds_conn_destroy EXPORT_SYMBOL_GPL net/rds/rds 0xca222854 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0xe8707227 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xe9e8a795 rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0xf2d12c11 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xd1ec4911 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xd885e14b rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xe6fab91d rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe9808623 rds_send_drop_acked EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xfcc65328 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xfe88b366 rds_conn_path_connect_if_down EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x62c024f0 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x9ee50e24 taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x11011f0a sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x731aab72 sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x8398c92d sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0x90bc9e12 sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/smc/smc 0x0401b6df smc_proto -EXPORT_SYMBOL_GPL net/smc/smc 0x061269c3 smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0x11d7e9eb smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x2518e0b3 smc_unhash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x462134b5 smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x51fe552c smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x9cab857a smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xd20518a8 smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0xe39cb461 smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0xedc2c289 smcd_free_dev -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x01d39761 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3df6b4a0 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x7b31e1a2 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8aa1aeb6 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xc76e06eb sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1395468e smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x3501a487 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x3d5393d0 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x71dc5f3d smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x88a06467 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xadedeadc smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xd85e6257 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe3bc78e9 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xe48aaf91 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe6e0b72e smcd_alloc_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x17b36de1 svcauth_gss_flavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x74de121f svcauth_gss_flavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x885c7197 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x719c5add svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbc84e2fd gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd4b202be gss_mech_unregister EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe425509b gss_mech_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x002c9de0 xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01626f6f rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x016ac810 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04704bb3 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02dba3ee rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02ee1010 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0324a938 rpc_wake_up_queued_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0573e463 sunrpc_init_cache_detail EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0654e742 svc_reg_xprt_class EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065a3d76 xprt_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x072ab593 rpc_run_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0798ef95 rpc_task_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x082d3b45 svc_seq_show -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x089baa6b xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08f824eb rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x093859eb xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07a4c4c8 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07d652f2 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b493450 xdr_inline_decode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b84fea0 rpc_wake_up_status -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bc55ff1 rpc_peeraddr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c28008b rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c3176c7 xdr_encode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e0fcea8 svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e8a272f rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2dd376 svc_addsock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f4026dd xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f5e5586 svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f92221d rpc_remove_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x102ca50a rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103f651a rpc_prepare_reply_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x108d45df svc_print_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13394ce9 rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x145e59fa svc_prepare_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14d91609 rpc_wake_up_queued_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17ad6e40 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c995d86 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0db3b2b0 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e5421ad rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ea726ad svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0eb7ce3e xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ee898b7 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x107c430e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10a08926 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10ef33d2 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11b0ce7e svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14d21b81 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15b1f00f svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16a58fbc rpc_clone_client_set_auth EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1807e7d1 rpc_init_priority_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x198d9b45 read_bytes_from_xdr_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19a1bd93 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a8a49aa xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c5ee26b write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1afb704a xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c2d21b6 rpc_pton EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c73fad2 cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d2a04d4 rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d4ad4ab xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1df6617b rpc_proc_register EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e1a305b xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f6c45ce rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2128b63e rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x209f2989 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x238a8045 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x243c96fe rpc_clnt_swap_activate EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x258bf45f cache_unregister_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x264a64b2 xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26d7895e rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26d942a3 __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2740e108 xdr_init_decode_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28a126b5 rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28b606be rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25c453d5 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26dac661 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28ede863 rpc_prepare_reply_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29dfe729 xdr_init_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eda8fa3 rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f101c31 rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f71a10e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2978c8f3 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29d1af6d rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a244d51 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b49acef rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d355759 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2da68ebe rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eadd053 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eb35a22 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ef5bc27 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f7b35e5 rpcauth_lookupcred EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x318b0bcc rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319adcb1 svcauth_unix_set_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x328a2d41 rpc_init_pipe_dir_head -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3356776c rpc_restart_call_prepare -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33f40a86 xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346cad27 xdr_write_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3649a4cf svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x366ff41a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x323b1d68 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3388c34d rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3464e2aa svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36a03e9c rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36f7fdec xprt_update_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36fcf21f cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x377090bf xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37f03587 rpc_sleep_on_timeout EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38c1eb4a rpcauth_lookupcred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39250e3f auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39b11993 xdr_shift_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39ddd486 cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a1b7721 svc_fill_write_vector -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ac125c1 svc_alien_sock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ba24964 svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c3a535a rpc_pipe_generic_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d8ca705 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a9aef48 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b1c2d6e write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c3ad479 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f6c7cd8 xdr_encode_word EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x407feb6c svc_unreg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40ec6fbc rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4253d569 xdr_terminate_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42fc1bd3 svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4339d4a4 rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43b61528 rpc_exit -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4422530d rpc_clnt_xprt_switch_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x447538b7 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44a74395 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3faa51a3 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x421e9f20 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42dafdc5 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x434380be rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443b23bf svc_exit_thread EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45b8b4a9 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x479d2155 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x465c1730 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46fe9238 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48759975 xdr_process_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bd09f71 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d1a4558 xprt_release_rqst_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dcf1616 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e88332d rpc_queue_upcall EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f13b614 rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50889b9e rpc_clone_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50acf283 svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x514d7f4e xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52704bdd xprt_alloc_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52912874 xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x533f1daa svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x503f059b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52c21f98 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52c68935 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52d34365 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53079178 rpc_max_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53947fd2 svc_generic_init_request EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53e173f3 xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5570c426 svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a85b18 svc_xprt_init -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5624efbe rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56e62714 rpc_count_iostats_metrics -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58909b81 svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58d1e894 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x591ceeca xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x595310e6 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54fdbefb xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56bf90f1 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x578184da rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57886bc1 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57dd0b3b svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59643bcf xprt_get EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fa62d60 xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60ed1be6 svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60ed4ddf xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5abfc4ac xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e183b1a rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e6cb9ed rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e6dd50c rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ebd4835 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60af2883 rpc_pipe_generic_upcall EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61006e84 cache_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61752b63 xdr_set_scratch_buffer -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65d5ae26 rpc_alloc_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669053c1 rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67434af9 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6143d134 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c05242 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65769757 svc_age_temp_xprts_now EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6869decd cache_seq_next_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b4fd555 auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cf19d62 xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e11820c rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eb497a7 svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x703345f0 rpc_call_null -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70f6b54b rpc_init_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71f1aef0 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68dae61d rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68ebcfd1 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69de3222 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a0cb2e1 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a0d0e78 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a9c4c05 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b10044f __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bac24d9 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d49c4e4 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fd4891a xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70fb3b71 xprt_write_space EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73e29b22 xdr_encode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74f748d0 rpc_set_connect_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7621a0be svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77bbf47c xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78aeca7c svc_rpcbind_set_version -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x795e79a7 rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b582753 rpc_force_rebind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bf958da rpc_clnt_xprt_switch_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d94b712 rpc_sleep_on -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d9bec70 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7210345c rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7376d356 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x751daf73 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7697142f rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77e6bbfc rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7805988f svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b9edd49 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c644fe7 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cf3d556 xdr_buf_read_mic EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dfb0cae svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1a999b rpcauth_lookup_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e604d2f sunrpc_cache_unhash EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eebf037 cache_seq_start_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80046d1f rpc_call_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8096a797 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fecda2d rpc_init_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80bbce4d sunrpc_cache_update EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83c7ef72 sunrpc_destroy_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86fef774 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x842392f3 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x857d6e35 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88700b9a xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x893b6984 xprt_free_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a784531 cache_check -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b676e75 rpc_localaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bbaf8d8 xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e277558 rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e837d4c rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90d2f3e6 xdr_read_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91f92c0c svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a99f98e svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c3320cb rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d8c2136 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dc641e5 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e120836 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f9e337d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9028b325 svc_return_autherr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9393ed75 xprt_force_disconnect -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9489bd26 rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9505e59a xprt_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x958c3b71 rpcb_getport_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9592b191 rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x974cf03a xprt_pin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x977994b9 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97e45aeb svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x984b4305 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x940e2113 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x966f995e svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x989d4632 xprt_wait_for_reply_request_def EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b99084 cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98d89e0a rpc_killall_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cdee251 rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fa352fb rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0385e6e xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0e51cfd svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa10770df svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x990bd3c4 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99377635 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9939ca19 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99639510 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a1a31af svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b43b30a xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c1d62a1 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da13e65 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa110fd8a xdr_stream_decode_opaque_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2501384 rpc_clnt_setup_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2d09e54 svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa36e5b82 xdr_stream_decode_opaque_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8b4e191 rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa97eacb1 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2fecd11 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5e2c008 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7181a28 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa78a4989 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7a15427 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa815d743 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8bb7ac0 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9535a0d svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab67a94d svc_create_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaed0cf50 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeec4f23 svc_xprt_enqueue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2a8d23c xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2ed1d9d rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb042e491 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3075a10 rpc_wake_up_first EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39230ea rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb41ad81a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb406dfff rpc_remove_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb58fdc99 rpc_pton -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb76535a1 rpc_add_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7680ad3 rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7ddae2a svcauth_unix_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb90c28e3 rpc_call_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb970f8e2 svc_age_temp_xprts_now -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba3f89a1 _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba44b3a1 svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb112221 xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdb0bbcf rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe727961 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7d5d3b1 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8ad02bf put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb914325 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcc63f13 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf19b110 svc_print_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc080b4e1 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0c9e741 svc_xprt_init EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc169d947 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc20f9876 svc_drop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc21fd891 svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2d830fd rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3ca5ee0 xprt_reserve_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3fe15cf svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc408d65d xprt_unregister_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4e89117 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4c3f968 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc54795ba rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc765c418 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7d38dfd xdr_buf_from_iov EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcafb64fd rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcca47913 rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdad4919 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca5c989c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca65f22b svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb2c7b1a bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd368bf0 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd565978 xprt_alloc EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf42c8f8 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd08a14af xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3e92c36 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4b0b3fe xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd515df20 svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6e3def9 svc_generic_rpcbind_set -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd72a80f9 xdr_inline_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8caa140 rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb177a71 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0f0d831 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd184e556 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3086510 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd45801c0 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5c73c75 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5ce673f svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd78eb6bb svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd83e8553 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd89ca495 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd96072ad rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb12345d svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb27c857 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb593aee xdr_terminate_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb7bb4be sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdba39962 xprt_release_rqst_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbcfecba xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0d01a34 unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a0547c svc_rpcb_setup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ad895f svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbce3920 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc9775c8 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcf06c92 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd7560c0 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf447c1f rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe141bd8f rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe182a1e8 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1d006aa xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe207669d svc_fill_symlink_pathname EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c1fd11 rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3ca1776 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3e56b1b svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe46a0e72 xdr_stream_decode_opaque EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe51f0202 sunrpc_cache_pipe_upcall EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7a92332 xdr_inline_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe89f4481 xprt_destroy_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe91713e3 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8e80750 read_bytes_from_xdr_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe95c348f rpc_free_iostats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea5b5469 xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb1189be xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe98b8895 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea63c696 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb90f5f3 rpc_peeraddr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebb13559 csum_partial_copy_to_xdr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedb90df2 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedbafb11 rpc_find_or_alloc_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef926b5b xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1647edf xprt_release_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf18c5957 rpcauth_init_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf27fbd85 svc_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf480e113 rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf69ee636 rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf70135ca xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf81d9055 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf08fa7c7 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf12776f7 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1471f0f svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf18a9e26 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2291774 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3298359 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf570adc1 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf57bc148 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf59819a5 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf66569cd auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72b6f11 xdr_stream_decode_string_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf96a27e8 sunrpc_cache_unregister_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbe6b1ef svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc6579d8 rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc7e8844 svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfda8f145 rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdcc9c7f rpc_put_task -EXPORT_SYMBOL_GPL net/tls/tls 0xde0a3f90 tls_encrypt_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xde8457cd tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa5a9f06 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaadf350 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb1bf80b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc053187 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe33736d svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffe92919 rpc_put_task +EXPORT_SYMBOL_GPL net/tls/tls 0x25678837 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xd5f9081d tls_encrypt_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x043fc05f virtio_transport_set_min_buffer_size EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0e32557d virtio_transport_free_pkt @@ -16647,10 +16650,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x65a0dc46 ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x89a0507f ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe8338bef ipcomp_init_state -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf7b7de7e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x283588f7 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x46d83160 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf9fdb407 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfa5438d4 ipcomp_output EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x53e3341d snd_seq_driver_unregister @@ -16758,7 +16761,7 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefa0d86b snd_hdac_dsp_trigger EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2793897 snd_hdac_bus_free_stream_pages EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf47445d3 snd_hdac_bus_init_chip EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9f5c7aa snd_hdac_stream_start -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x222f091f snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x0c22e183 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2e39d0a8 snd_ak4113_external_rate EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x36c4a231 snd_ak4113_build EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3b3d48d0 snd_ak4113_reg_write @@ -17006,6 +17009,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xefbb921c es8328_probe EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0x69b1b435 hdmi_codec_set_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x58016fab max98090_mic_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x79b5da80 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x2605b50a mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb9c15897 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xd88b773a mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xf33bff39 mt6358_set_mtkaif_calibration_phase EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x5f736d63 nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x4af74d2e pcm1789_common_init EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xeb4e90c6 pcm1789_common_exit @@ -17249,7 +17256,6 @@ EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer -EXPORT_SYMBOL_GPL vmlinux 0x00005d0d inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x001fff9f housekeeping_affine EXPORT_SYMBOL_GPL vmlinux 0x00219188 bdi_dev_name EXPORT_SYMBOL_GPL vmlinux 0x002ec981 ata_sff_lost_interrupt @@ -17257,11 +17263,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x0036cdbc crypto_unregister_ahashes EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy EXPORT_SYMBOL_GPL vmlinux 0x0077bdd1 irq_domain_free_irqs_parent -EXPORT_SYMBOL_GPL vmlinux 0x0081182c sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x008f9a9e xdp_attachment_query +EXPORT_SYMBOL_GPL vmlinux 0x009faf6f addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x00a84a1d md_start EXPORT_SYMBOL_GPL vmlinux 0x00b35640 wbt_enable_default -EXPORT_SYMBOL_GPL vmlinux 0x00c202c7 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops EXPORT_SYMBOL_GPL vmlinux 0x00ef8995 crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x00fcbc97 bpf_prog_inc @@ -17277,7 +17282,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work EXPORT_SYMBOL_GPL vmlinux 0x01743bbb dev_pm_opp_add EXPORT_SYMBOL_GPL vmlinux 0x01749e37 blk_mq_unfreeze_queue EXPORT_SYMBOL_GPL vmlinux 0x017d9d15 devfreq_event_get_event -EXPORT_SYMBOL_GPL vmlinux 0x017fac84 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits EXPORT_SYMBOL_GPL vmlinux 0x018a443c crypto_shash_setkey @@ -17288,10 +17292,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter EXPORT_SYMBOL_GPL vmlinux 0x01c82bfd stmpe_block_read EXPORT_SYMBOL_GPL vmlinux 0x01d747f5 percpu_ref_exit EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ebc089 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x01eed6fb strp_process EXPORT_SYMBOL_GPL vmlinux 0x020882bb regulator_set_mode -EXPORT_SYMBOL_GPL vmlinux 0x021ad9d3 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x021b4c3e del_mtd_blktrans_dev -EXPORT_SYMBOL_GPL vmlinux 0x021c1efe __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x021d3c9f device_destroy EXPORT_SYMBOL_GPL vmlinux 0x021d927c badblocks_init EXPORT_SYMBOL_GPL vmlinux 0x021f23a0 mmu_notifier_get_locked @@ -17303,29 +17307,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x0239b73a snd_dmaengine_pcm_unregister EXPORT_SYMBOL_GPL vmlinux 0x023ff04c dev_pm_opp_set_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x02408a93 nand_cleanup EXPORT_SYMBOL_GPL vmlinux 0x0240bf46 devm_of_pwm_get -EXPORT_SYMBOL_GPL vmlinux 0x02581ce8 pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x026f3380 btree_lookup -EXPORT_SYMBOL_GPL vmlinux 0x029000a8 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister EXPORT_SYMBOL_GPL vmlinux 0x02991177 governor_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x029946ce cec_notifier_cec_adap_register -EXPORT_SYMBOL_GPL vmlinux 0x02a93ca6 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x02b24cd3 __tracepoint_cpu_idle EXPORT_SYMBOL_GPL vmlinux 0x02c1e02b get_dcookie EXPORT_SYMBOL_GPL vmlinux 0x02c6c32e arizona_clk32k_disable EXPORT_SYMBOL_GPL vmlinux 0x02c8a430 phy_start_machine EXPORT_SYMBOL_GPL vmlinux 0x02ce6c4f __page_file_index EXPORT_SYMBOL_GPL vmlinux 0x02d66f2d clk_register_fixed_rate_with_accuracy -EXPORT_SYMBOL_GPL vmlinux 0x02e06ad0 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x02e07922 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x02e11da4 led_trigger_register_simple EXPORT_SYMBOL_GPL vmlinux 0x02e7555d ata_sas_port_init EXPORT_SYMBOL_GPL vmlinux 0x02e8203c firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush EXPORT_SYMBOL_GPL vmlinux 0x02ed69f2 ata_port_freeze -EXPORT_SYMBOL_GPL vmlinux 0x02ee6f6d seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x02ef83e4 usb_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x02f29566 of_thermal_is_trip_valid -EXPORT_SYMBOL_GPL vmlinux 0x030c365e inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup EXPORT_SYMBOL_GPL vmlinux 0x0316150c mtd_ooblayout_get_eccbytes EXPORT_SYMBOL_GPL vmlinux 0x031d7205 clk_half_divider_ops @@ -17338,40 +17337,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x03372453 force_irqthreads EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list EXPORT_SYMBOL_GPL vmlinux 0x03522bb4 ata_bmdma_post_internal_cmd -EXPORT_SYMBOL_GPL vmlinux 0x035e28d4 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x035f7b83 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x036b1c33 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x036d8e9b klist_add_tail EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe EXPORT_SYMBOL_GPL vmlinux 0x039a11b3 gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0x039a2673 fuse_dev_operations EXPORT_SYMBOL_GPL vmlinux 0x039f99a7 devm_gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x03b47a4d clkdev_create -EXPORT_SYMBOL_GPL vmlinux 0x03f79b0a devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0x03f984dc tegra_bpmp_get EXPORT_SYMBOL_GPL vmlinux 0x04060115 clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x041b1e36 dev_pm_enable_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features -EXPORT_SYMBOL_GPL vmlinux 0x042fe376 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x043876d0 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x0441f438 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x04592bc7 gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x047b5681 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x048a88fb __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk EXPORT_SYMBOL_GPL vmlinux 0x048cf258 blkcg_policy_unregister EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return EXPORT_SYMBOL_GPL vmlinux 0x04b35897 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x04b61e50 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x04bb7879 devm_gpiod_put EXPORT_SYMBOL_GPL vmlinux 0x04c311f9 ata_sff_hsm_move EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x04d04ad6 usb_del_gadget_udc EXPORT_SYMBOL_GPL vmlinux 0x04d205bd iommu_iova_to_phys EXPORT_SYMBOL_GPL vmlinux 0x04d3ce85 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x04dc7f32 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x04dcce4e remove_resource EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps EXPORT_SYMBOL_GPL vmlinux 0x04e832b8 usb_get_hcd EXPORT_SYMBOL_GPL vmlinux 0x04ff255d of_irq_parse_raw EXPORT_SYMBOL_GPL vmlinux 0x050cef67 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x050e143b tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x05143c5a snd_dmaengine_pcm_open_request_chan EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x05169d6b crypto_stats_compress @@ -17381,11 +17383,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x055d37a5 devm_snd_soc_register_component EXPORT_SYMBOL_GPL vmlinux 0x0560ed79 dev_pm_opp_find_freq_floor EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05628e9a devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x056a1b44 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x056c4ddc tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0x0576bdc2 devm_phy_get EXPORT_SYMBOL_GPL vmlinux 0x0579d650 vfs_removexattr EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x058ed4f8 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL vmlinux 0x0590e018 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x05b50997 nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0x05c3e7b4 l3mdev_master_ifindex_rcu EXPORT_SYMBOL_GPL vmlinux 0x05d7e5f6 cm_notify_event @@ -17395,7 +17400,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x060dcb44 tracing_snapshot_cond_enable EXPORT_SYMBOL_GPL vmlinux 0x06122337 atomic_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x0614c3d5 blk_mq_start_stopped_hw_queue EXPORT_SYMBOL_GPL vmlinux 0x0614db3c pm_runtime_allow -EXPORT_SYMBOL_GPL vmlinux 0x06168c08 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x061ba53d ahci_reset_controller EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler @@ -17403,7 +17407,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0631ef9d max8997_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry EXPORT_SYMBOL_GPL vmlinux 0x0651babe snd_soc_dpcm_be_can_update EXPORT_SYMBOL_GPL vmlinux 0x065a5596 wm831x_reg_write -EXPORT_SYMBOL_GPL vmlinux 0x065ba508 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x065f86fe crypto_register_akcipher EXPORT_SYMBOL_GPL vmlinux 0x0670fbf8 security_file_ioctl EXPORT_SYMBOL_GPL vmlinux 0x06715637 rio_request_outb_dbell @@ -17412,9 +17415,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x0675bfef usb_gadget_activate EXPORT_SYMBOL_GPL vmlinux 0x068632b9 mtd_kmalloc_up_to EXPORT_SYMBOL_GPL vmlinux 0x069cb559 decrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x069e1117 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06a26d00 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key EXPORT_SYMBOL_GPL vmlinux 0x06bc0e32 snd_soc_get_pcm_runtime -EXPORT_SYMBOL_GPL vmlinux 0x06bcc584 rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0x06bf22c3 devm_device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x06c17d56 tps6586x_read EXPORT_SYMBOL_GPL vmlinux 0x06ccc94a device_change_owner @@ -17428,10 +17431,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x06fa2630 __vfs_setxattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x06fcf078 dev_pm_qos_add_ancestor_request EXPORT_SYMBOL_GPL vmlinux 0x070b82c3 dev_pm_opp_of_add_table EXPORT_SYMBOL_GPL vmlinux 0x0717da2f mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL vmlinux 0x071b39e2 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0728098a pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0x072a9c79 of_pci_dma_range_parser_init -EXPORT_SYMBOL_GPL vmlinux 0x0744bac6 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x074b0b5a of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x0750e448 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x075445c5 perf_aux_output_begin EXPORT_SYMBOL_GPL vmlinux 0x07554c46 blk_clear_pm_only EXPORT_SYMBOL_GPL vmlinux 0x0759675b pwm_request_from_chip @@ -17447,33 +17452,32 @@ EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg EXPORT_SYMBOL_GPL vmlinux 0x07c24bb0 kset_find_obj EXPORT_SYMBOL_GPL vmlinux 0x07c3bbc5 regulator_set_voltage_time_sel EXPORT_SYMBOL_GPL vmlinux 0x07c991e7 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x07cb9bba sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x07e6f1e0 pinctrl_dev_get_devname EXPORT_SYMBOL_GPL vmlinux 0x07e75624 clk_hw_register_mux_table EXPORT_SYMBOL_GPL vmlinux 0x07e8c75c tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x07ee3fbb xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x07fa055e scmi_protocol_unregister -EXPORT_SYMBOL_GPL vmlinux 0x07fc2c8f dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0x08020adf pci_epc_remove_epf EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache EXPORT_SYMBOL_GPL vmlinux 0x082746e4 pm_clk_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x0828d609 mc146818_get_time EXPORT_SYMBOL_GPL vmlinux 0x082acf64 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x083b7188 devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0x0846556f phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0x084ab33d tps6586x_get_version EXPORT_SYMBOL_GPL vmlinux 0x0851b0c8 dev_pm_opp_get_opp_table EXPORT_SYMBOL_GPL vmlinux 0x086c087c pinctrl_enable EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match -EXPORT_SYMBOL_GPL vmlinux 0x089d84a7 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x08aea3da device_wakeup_disable EXPORT_SYMBOL_GPL vmlinux 0x08aeed7f sbitmap_queue_init_node EXPORT_SYMBOL_GPL vmlinux 0x08c73234 __tracepoint_rpm_suspend EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk -EXPORT_SYMBOL_GPL vmlinux 0x08d9479f sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x08e94300 __tracepoint_br_fdb_update EXPORT_SYMBOL_GPL vmlinux 0x08edbe79 mmc_regulator_set_ocr EXPORT_SYMBOL_GPL vmlinux 0x090824e9 usb_hcd_is_primary_hcd EXPORT_SYMBOL_GPL vmlinux 0x09091caa sock_diag_register_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x090e9ee2 virtqueue_get_vring -EXPORT_SYMBOL_GPL vmlinux 0x0912ad28 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0x09153666 spi_finalize_current_message EXPORT_SYMBOL_GPL vmlinux 0x0915e4c0 free_vm_area EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies @@ -17486,6 +17490,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x09470460 snd_soc_of_get_dai_name EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox EXPORT_SYMBOL_GPL vmlinux 0x0953f2b5 balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0x0956b414 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0967d752 pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x096f1843 get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x0971859a kstrdup_quotable_cmdline EXPORT_SYMBOL_GPL vmlinux 0x097f15e6 mm_kobj @@ -17498,6 +17503,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x09bc3172 balloon_aops EXPORT_SYMBOL_GPL vmlinux 0x09c79ab1 devm_regulator_put EXPORT_SYMBOL_GPL vmlinux 0x09d64db8 snd_soc_dapm_add_routes EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09f185b3 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0x09f7f2e0 fwnode_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x0a045419 cpuidle_get_cpu_driver EXPORT_SYMBOL_GPL vmlinux 0x0a20bc56 hisi_clk_init @@ -17507,37 +17513,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x0a344a87 pm_generic_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0x0a5b77af sysfs_add_link_to_group EXPORT_SYMBOL_GPL vmlinux 0x0a5dcd38 __get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0x0a96f90a pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x0a9e8844 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x0aa39b91 mtk_smi_larb_get +EXPORT_SYMBOL_GPL vmlinux 0x0ab91d81 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x0abc3d93 rht_bucket_nested_insert -EXPORT_SYMBOL_GPL vmlinux 0x0abf3509 fl6_merge_options -EXPORT_SYMBOL_GPL vmlinux 0x0ac65028 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x0adb65ab udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x0aefbace nand_prog_page_op EXPORT_SYMBOL_GPL vmlinux 0x0af70be5 __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct -EXPORT_SYMBOL_GPL vmlinux 0x0b1392c5 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x0b2970fe klist_iter_init -EXPORT_SYMBOL_GPL vmlinux 0x0b2a37ba nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x0b36046d of_clk_src_simple_get EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x0b55596a trace_call_bpf EXPORT_SYMBOL_GPL vmlinux 0x0b639cab ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0x0b70aaa6 dev_pm_opp_free_cpufreq_table EXPORT_SYMBOL_GPL vmlinux 0x0b8273fa usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x0b82e81b pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x0b8e2f57 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0x0b916332 ahash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x0b984939 snd_soc_dapm_get_pin_status EXPORT_SYMBOL_GPL vmlinux 0x0bac10eb devm_usb_get_phy_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x0bada38e input_ff_destroy EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor -EXPORT_SYMBOL_GPL vmlinux 0x0bbd3e7c pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x0be90550 kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0x0bf1b544 ahci_stop_engine EXPORT_SYMBOL_GPL vmlinux 0x0bf6c9e5 rt_mutex_trylock EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c1cdd56 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x0c3a1ce7 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x0c44bb87 sched_trace_rq_avg_dl EXPORT_SYMBOL_GPL vmlinux 0x0c56dc17 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0c58730a devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x0c5e9724 ata_bmdma_port_start32 EXPORT_SYMBOL_GPL vmlinux 0x0c5f5581 usb_ep_disable EXPORT_SYMBOL_GPL vmlinux 0x0c62cb28 snd_soc_dapm_get_enum_double @@ -17549,7 +17558,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x0ca883e2 pwmchip_remove EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data EXPORT_SYMBOL_GPL vmlinux 0x0cbd060a mtd_writev EXPORT_SYMBOL_GPL vmlinux 0x0cc12857 snd_soc_component_force_enable_pin -EXPORT_SYMBOL_GPL vmlinux 0x0cf1925c skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x0cedb5b4 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x0d0c37b7 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x0d1f499d crypto_register_scomp EXPORT_SYMBOL_GPL vmlinux 0x0d216398 tty_port_tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create @@ -17563,7 +17573,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0d5a5939 cpu_topology EXPORT_SYMBOL_GPL vmlinux 0x0d6b2cea pinctrl_generic_get_group_count EXPORT_SYMBOL_GPL vmlinux 0x0d6c3e08 snd_soc_info_volsw_range EXPORT_SYMBOL_GPL vmlinux 0x0d87024f device_wakeup_enable -EXPORT_SYMBOL_GPL vmlinux 0x0d8c6fab rockchip_pcie_enable_clocks EXPORT_SYMBOL_GPL vmlinux 0x0d8e1863 of_get_display_timing EXPORT_SYMBOL_GPL vmlinux 0x0d954729 snd_soc_dapm_update_dai EXPORT_SYMBOL_GPL vmlinux 0x0da19590 iommu_unregister_device_fault_handler @@ -17580,6 +17589,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x0dedfd9f arizona_clk32k_enable EXPORT_SYMBOL_GPL vmlinux 0x0defa633 ima_file_check EXPORT_SYMBOL_GPL vmlinux 0x0e0acf88 fwnode_get_next_parent EXPORT_SYMBOL_GPL vmlinux 0x0e21f674 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x0e3f9474 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e4b89e3 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x0e5ac036 of_clk_get_parent_name EXPORT_SYMBOL_GPL vmlinux 0x0e743df8 ata_do_set_mode EXPORT_SYMBOL_GPL vmlinux 0x0e7ca860 of_phy_get @@ -17592,23 +17603,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x0ebb2848 i2c_new_device EXPORT_SYMBOL_GPL vmlinux 0x0ecb8d9d device_add EXPORT_SYMBOL_GPL vmlinux 0x0ece0a18 __xas_next EXPORT_SYMBOL_GPL vmlinux 0x0ed74d78 pm_runtime_no_callbacks -EXPORT_SYMBOL_GPL vmlinux 0x0edca66a devlink_alloc -EXPORT_SYMBOL_GPL vmlinux 0x0eee5d9b inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x0f08df0e devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x0f1af916 devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0x0f1c68c9 fsnotify -EXPORT_SYMBOL_GPL vmlinux 0x0f25d136 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x0f28cdc6 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x0f2a5cab nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x0f2da3dc rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x0f307689 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x0f34371f switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x0f51179d ata_host_resume -EXPORT_SYMBOL_GPL vmlinux 0x0f5d9bf0 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0x0f675262 bsg_scsi_register_queue EXPORT_SYMBOL_GPL vmlinux 0x0f689115 cpts_create EXPORT_SYMBOL_GPL vmlinux 0x0f7727e3 crypto_register_aeads EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7d3f97 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x0f84764e snd_device_disconnect EXPORT_SYMBOL_GPL vmlinux 0x0fa6d406 irq_domain_add_legacy -EXPORT_SYMBOL_GPL vmlinux 0x0fac603d pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x0fca9f11 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0x0fcb280f clk_hw_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0x0fe03898 regmap_bulk_write @@ -17624,15 +17634,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x10333522 devm_thermal_zone_of_sensor_unregister EXPORT_SYMBOL_GPL vmlinux 0x103f7eb7 ahci_init_controller EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0x104b0a55 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x10552fa4 cec_notifier_conn_register -EXPORT_SYMBOL_GPL vmlinux 0x1056b78c devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x1066043d snd_soc_add_component EXPORT_SYMBOL_GPL vmlinux 0x106ba36a devres_remove_group EXPORT_SYMBOL_GPL vmlinux 0x10774221 d_exchange -EXPORT_SYMBOL_GPL vmlinux 0x108cd3d3 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x10b31959 crypto_spawn_tfm EXPORT_SYMBOL_GPL vmlinux 0x10b72921 __clk_mux_determine_rate_closest -EXPORT_SYMBOL_GPL vmlinux 0x10b94155 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x10bfde8d regmap_get_raw_write_max EXPORT_SYMBOL_GPL vmlinux 0x10dae49b kthread_queue_work EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable @@ -17640,11 +17648,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x10f149bf ata_scsi_unlock_native_capacity EXPORT_SYMBOL_GPL vmlinux 0x10f80c49 snd_soc_tplg_widget_remove EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts EXPORT_SYMBOL_GPL vmlinux 0x11104286 dev_pm_qos_flags -EXPORT_SYMBOL_GPL vmlinux 0x11134a33 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x1116f619 blkcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0x1123b38d powercap_unregister_zone EXPORT_SYMBOL_GPL vmlinux 0x112b0e7e rio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x1147a01a security_path_rmdir +EXPORT_SYMBOL_GPL vmlinux 0x116006f2 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x1160b887 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0x11618a34 anon_transport_class_register EXPORT_SYMBOL_GPL vmlinux 0x116dc34f __ata_ehi_push_desc @@ -17653,6 +17661,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x117bc53b usb_find_alt_setting EXPORT_SYMBOL_GPL vmlinux 0x11873b2b dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x119271e2 tegra_bpmp_mrq_is_supported EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0x11b4bcc5 ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x11b95229 device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x11c0f5d6 __list_lru_init EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 @@ -17671,9 +17680,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support EXPORT_SYMBOL_GPL vmlinux 0x129c64bb usb_get_from_anchor EXPORT_SYMBOL_GPL vmlinux 0x12ade869 devm_kasprintf EXPORT_SYMBOL_GPL vmlinux 0x12af5b8b fat_build_inode -EXPORT_SYMBOL_GPL vmlinux 0x12d562ef validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x12de8a94 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x12f20705 inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x12fca5e4 phy_driver_is_genphy EXPORT_SYMBOL_GPL vmlinux 0x12fdacb9 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x130fd147 skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x131319ea gpiod_set_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq @@ -17681,7 +17692,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk EXPORT_SYMBOL_GPL vmlinux 0x13474d29 gpiod_set_transitory EXPORT_SYMBOL_GPL vmlinux 0x134ab1bc devm_of_clk_add_hw_provider EXPORT_SYMBOL_GPL vmlinux 0x13537613 list_lru_count_one -EXPORT_SYMBOL_GPL vmlinux 0x135f26ea pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier EXPORT_SYMBOL_GPL vmlinux 0x136abc54 device_pm_wait_for_dev EXPORT_SYMBOL_GPL vmlinux 0x136f6714 __clocksource_register_scale @@ -17692,34 +17702,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x13878f02 dm_set_target_max_io_len EXPORT_SYMBOL_GPL vmlinux 0x13889036 inet_ehash_locks_alloc EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x139603ac pinctrl_generic_get_group -EXPORT_SYMBOL_GPL vmlinux 0x1399e0ec tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x139c78ba sdio_writeb_readb EXPORT_SYMBOL_GPL vmlinux 0x139ccbe6 sdio_retune_release EXPORT_SYMBOL_GPL vmlinux 0x139fbfaf relay_file_operations EXPORT_SYMBOL_GPL vmlinux 0x13dcf4b2 irq_create_direct_mapping EXPORT_SYMBOL_GPL vmlinux 0x13ddf326 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x13eb7d5e ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1406c543 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x1408ba4c xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x140d75b9 device_unregister EXPORT_SYMBOL_GPL vmlinux 0x140f0cc9 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x141cbaef skb_segment EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x142a0690 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x142aadc6 ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x14315f5c rio_unregister_scan EXPORT_SYMBOL_GPL vmlinux 0x14327b8f nand_subop_get_num_addr_cyc EXPORT_SYMBOL_GPL vmlinux 0x143c47c5 devm_i2c_new_dummy_device -EXPORT_SYMBOL_GPL vmlinux 0x144f0911 tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x1461dbab disk_part_iter_init EXPORT_SYMBOL_GPL vmlinux 0x147743eb sysfs_remove_mount_point EXPORT_SYMBOL_GPL vmlinux 0x147e9152 devm_pinctrl_put EXPORT_SYMBOL_GPL vmlinux 0x14902f14 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x149fd330 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x14c1aa1c extcon_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x14c2872d xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x14c569b3 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0x14d56159 ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x14dbccca fsverity_file_open EXPORT_SYMBOL_GPL vmlinux 0x14de5833 crypto_grab_spawn -EXPORT_SYMBOL_GPL vmlinux 0x14ec09cf ping_seq_start -EXPORT_SYMBOL_GPL vmlinux 0x14ece047 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0x14f2feef irq_remove_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x15081a69 simple_attr_open EXPORT_SYMBOL_GPL vmlinux 0x150a402c blkdev_report_zones @@ -17736,20 +17750,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x1572a070 handle_fasteoi_nmi EXPORT_SYMBOL_GPL vmlinux 0x157b1bfe pm_clk_remove EXPORT_SYMBOL_GPL vmlinux 0x158dc18f sysfs_create_link EXPORT_SYMBOL_GPL vmlinux 0x158e6fee software_node_register -EXPORT_SYMBOL_GPL vmlinux 0x15977aba devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x159c12d0 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x15b06044 __xas_prev EXPORT_SYMBOL_GPL vmlinux 0x15da3e07 gpiod_get_direction EXPORT_SYMBOL_GPL vmlinux 0x15deb830 crypto_init_ahash_spawn -EXPORT_SYMBOL_GPL vmlinux 0x15f24c30 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x15f4b090 ahci_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x15f8a5c0 ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x16034987 wakeup_source_remove -EXPORT_SYMBOL_GPL vmlinux 0x16438837 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x16475864 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x167e3190 bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0x169bf0ec spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0x16a74ae7 __clk_get_hw EXPORT_SYMBOL_GPL vmlinux 0x16abe86f edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x16b4b08b devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x16b7675c tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x16b7ea59 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x16c018b5 rdev_get_id EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put EXPORT_SYMBOL_GPL vmlinux 0x16e4996f pci_epc_clear_bar @@ -17763,7 +17778,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x172074cb regulator_set_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0x1739729e usb_hub_release_port EXPORT_SYMBOL_GPL vmlinux 0x173b2fb6 mtd_lock_user_prot_reg EXPORT_SYMBOL_GPL vmlinux 0x174a762d ahci_platform_resume -EXPORT_SYMBOL_GPL vmlinux 0x174da666 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x175ac626 bpfilter_ops EXPORT_SYMBOL_GPL vmlinux 0x175c86e4 nand_release EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put @@ -17773,22 +17787,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version EXPORT_SYMBOL_GPL vmlinux 0x1784a42f devfreq_event_set_event EXPORT_SYMBOL_GPL vmlinux 0x1793add6 cpuidle_register EXPORT_SYMBOL_GPL vmlinux 0x179b3367 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x17a02bee pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x17a42ef4 usb_urb_ep_type_check EXPORT_SYMBOL_GPL vmlinux 0x17ab1b96 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x17b0a9ca pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x17d35541 of_mm_gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0x17d8050f tps65217_clear_bits -EXPORT_SYMBOL_GPL vmlinux 0x17e41653 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x17fef385 __dma_request_channel -EXPORT_SYMBOL_GPL vmlinux 0x17ff7035 ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x1800569a nvmem_register EXPORT_SYMBOL_GPL vmlinux 0x18133cd2 gpiod_get_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x181dd73b blk_mq_sched_try_insert_merge EXPORT_SYMBOL_GPL vmlinux 0x182f8310 crypto_register_skciphers EXPORT_SYMBOL_GPL vmlinux 0x18352371 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x18462aa8 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x185ba2c8 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x185fb937 pinctrl_parse_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size EXPORT_SYMBOL_GPL vmlinux 0x1867ddde da903x_set_bits -EXPORT_SYMBOL_GPL vmlinux 0x187eef37 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x18707122 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x187fc04f mtd_device_parse_register EXPORT_SYMBOL_GPL vmlinux 0x189be33b usb_alloc_coherent EXPORT_SYMBOL_GPL vmlinux 0x189dee78 sata_scr_write @@ -17806,21 +17822,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x18e50cb4 fuse_free_conn EXPORT_SYMBOL_GPL vmlinux 0x18ec8c89 of_reconfig_get_state_change EXPORT_SYMBOL_GPL vmlinux 0x18f0dde5 request_firmware_direct EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fc57d9 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x1903506b md_bitmap_load EXPORT_SYMBOL_GPL vmlinux 0x1907eed2 dev_pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x190a7209 mpi_write_to_sgl EXPORT_SYMBOL_GPL vmlinux 0x191af9e9 cpufreq_disable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x1922f850 da9052_adc_read_temp EXPORT_SYMBOL_GPL vmlinux 0x1926fde7 devm_gpio_request -EXPORT_SYMBOL_GPL vmlinux 0x193cb3f6 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size -EXPORT_SYMBOL_GPL vmlinux 0x195193a3 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x19522c17 mtd_write EXPORT_SYMBOL_GPL vmlinux 0x1963963e gpiochip_line_is_open_source EXPORT_SYMBOL_GPL vmlinux 0x197cee9d blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0x19951ae2 wm831x_reg_lock EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled EXPORT_SYMBOL_GPL vmlinux 0x19aafd30 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL vmlinux 0x19b5aa66 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x19d295de handle_bad_irq EXPORT_SYMBOL_GPL vmlinux 0x19e3566d irq_setup_generic_chip @@ -17829,14 +17845,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x19ee1522 security_inode_mkdir EXPORT_SYMBOL_GPL vmlinux 0x19f0857f fixed_phy_change_carrier EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu EXPORT_SYMBOL_GPL vmlinux 0x19f7ca79 rio_route_add_entry -EXPORT_SYMBOL_GPL vmlinux 0x1a02f508 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x1a0d3c35 iomap_seek_hole EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab -EXPORT_SYMBOL_GPL vmlinux 0x1a134da2 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string EXPORT_SYMBOL_GPL vmlinux 0x1a160789 dm_bio_from_per_bio_data EXPORT_SYMBOL_GPL vmlinux 0x1a373e58 tpm_get_timeouts EXPORT_SYMBOL_GPL vmlinux 0x1a445a7b is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1a45eb13 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0x1a4e4bcf usb_deregister EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x1a58a5ba unregister_virtio_driver @@ -17847,6 +17862,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie EXPORT_SYMBOL_GPL vmlinux 0x1a77903a of_alias_get_alias_list EXPORT_SYMBOL_GPL vmlinux 0x1a851a18 regmap_read EXPORT_SYMBOL_GPL vmlinux 0x1a95630f __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x1a9d2942 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x1aa2536d snd_soc_dapm_put_enum_double EXPORT_SYMBOL_GPL vmlinux 0x1aa9ca6a wbc_account_cgroup_owner EXPORT_SYMBOL_GPL vmlinux 0x1ab1de58 blk_mq_freeze_queue_wait @@ -17855,13 +17871,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x1ab7d340 fsverity_ioctl_enable EXPORT_SYMBOL_GPL vmlinux 0x1ac93b64 nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow EXPORT_SYMBOL_GPL vmlinux 0x1af6c9aa clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b05bae8 pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x1b4f29a6 gpiochip_find EXPORT_SYMBOL_GPL vmlinux 0x1b5059ce ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x1b522383 pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x1b5402c2 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b5756ea blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x1b5aec68 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x1b7a6979 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x1b84b806 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9a175c rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x1ba0083d sdhci_add_host EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input @@ -17869,7 +17891,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1bc933e0 led_trigger_store EXPORT_SYMBOL_GPL vmlinux 0x1bd66d02 l3mdev_update_flow EXPORT_SYMBOL_GPL vmlinux 0x1bfdfe0f vchan_dma_desc_free_list EXPORT_SYMBOL_GPL vmlinux 0x1c06222a blk_rq_unprep_clone -EXPORT_SYMBOL_GPL vmlinux 0x1c2fa3e8 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x1c30d58e pinctrl_put EXPORT_SYMBOL_GPL vmlinux 0x1c3aa56f ata_scsi_slave_config EXPORT_SYMBOL_GPL vmlinux 0x1c462665 __dax_driver_register @@ -17881,6 +17902,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1c63d905 wm8350_reg_read EXPORT_SYMBOL_GPL vmlinux 0x1c778153 snd_soc_dapm_ignore_suspend EXPORT_SYMBOL_GPL vmlinux 0x1c7845c6 platform_add_devices EXPORT_SYMBOL_GPL vmlinux 0x1c798d9f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x1c7a3fbf pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x1c8e15ae regmap_update_bits_base @@ -17890,7 +17912,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1cc546bc pci_epc_get_msi EXPORT_SYMBOL_GPL vmlinux 0x1cc82671 irq_domain_add_simple EXPORT_SYMBOL_GPL vmlinux 0x1cd2cf19 serial8250_rpm_put EXPORT_SYMBOL_GPL vmlinux 0x1ce8f57f devm_clk_hw_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1cf1b381 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x1cfe4e63 nand_subop_get_data_start_off EXPORT_SYMBOL_GPL vmlinux 0x1d05d1bf cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0x1d10b481 skcipher_walk_virt @@ -17901,6 +17922,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1d3d5339 clk_register EXPORT_SYMBOL_GPL vmlinux 0x1d5df6bf fwnode_graph_get_remote_node EXPORT_SYMBOL_GPL vmlinux 0x1d61e7e1 clk_register_gate EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d82d42b skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x1d892d1f i2c_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x1d98e8c2 usb_hcd_start_port_resume EXPORT_SYMBOL_GPL vmlinux 0x1da76adb meson_clk_mpll_ops @@ -17912,10 +17934,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release EXPORT_SYMBOL_GPL vmlinux 0x1e0d9888 class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x1e107929 dev_pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0x1e1a5bf6 ahci_error_handler -EXPORT_SYMBOL_GPL vmlinux 0x1e3836db ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x1e386b87 usb_put_phy EXPORT_SYMBOL_GPL vmlinux 0x1e3991db __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0x1e4858bf dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x1e55c2d7 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp EXPORT_SYMBOL_GPL vmlinux 0x1e62d91c fat_fill_super @@ -17923,13 +17945,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e6ce6f8 wm831x_device_shutdown EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush -EXPORT_SYMBOL_GPL vmlinux 0x1e9badb9 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x1e9c166e rio_release_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0x1ea92f17 paste_selection EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names EXPORT_SYMBOL_GPL vmlinux 0x1ed4a731 debugfs_print_regs32 EXPORT_SYMBOL_GPL vmlinux 0x1eebf831 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1ef03d42 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare EXPORT_SYMBOL_GPL vmlinux 0x1f3f953c usb_wakeup_enabled_descendants EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms @@ -17947,9 +17969,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x1f8959f8 ata_scsi_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fae787e sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x1fb6f4b7 ata_sff_exec_command EXPORT_SYMBOL_GPL vmlinux 0x1fbae65a devm_clk_bulk_get_optional EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x1fcc0c00 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x1fce7547 thermal_zone_get_zone_by_name EXPORT_SYMBOL_GPL vmlinux 0x1fcf3afb spi_busnum_to_master EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs @@ -17957,15 +17981,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x1fea2c77 mtd_pairing_groups EXPORT_SYMBOL_GPL vmlinux 0x1ff2b169 mtd_read_fact_prot_reg EXPORT_SYMBOL_GPL vmlinux 0x1ff45257 sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0x2010086b snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x201fb366 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x20297fe0 omap_iommu_save_ctx EXPORT_SYMBOL_GPL vmlinux 0x203149bb driver_find -EXPORT_SYMBOL_GPL vmlinux 0x203d4cb2 bpf_prog_create_from_user -EXPORT_SYMBOL_GPL vmlinux 0x20479948 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x2053929d gov_attr_set_init EXPORT_SYMBOL_GPL vmlinux 0x20654c0d xhci_mtk_check_bandwidth EXPORT_SYMBOL_GPL vmlinux 0x206c23ab of_dma_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x206cc54b led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x2072d936 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x20755b63 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x207739d8 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame EXPORT_SYMBOL_GPL vmlinux 0x20a366b7 __pm_runtime_idle EXPORT_SYMBOL_GPL vmlinux 0x20a56d50 pm_generic_restore @@ -17973,6 +17998,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x20a6ffec wm831x_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x20b14e3e gpiochip_irq_domain_activate EXPORT_SYMBOL_GPL vmlinux 0x20c414b0 fwnode_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x20cdeba8 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x20cf8fc9 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x20d352b6 edac_mc_del_mc EXPORT_SYMBOL_GPL vmlinux 0x20d7231f usb_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0x20e02648 fat_alloc_new_dir @@ -17989,54 +18015,53 @@ EXPORT_SYMBOL_GPL vmlinux 0x2177d4e1 __rtc_register_device EXPORT_SYMBOL_GPL vmlinux 0x219789dd crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0x219b6e8b blkcg_deactivate_policy EXPORT_SYMBOL_GPL vmlinux 0x21a3e0bd nand_subop_get_data_len -EXPORT_SYMBOL_GPL vmlinux 0x21a4d9df devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id EXPORT_SYMBOL_GPL vmlinux 0x21b1f020 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x21b7604b xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0x21d0a5a5 device_dma_supported EXPORT_SYMBOL_GPL vmlinux 0x21de1456 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x21e4822a inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x2203c7fd devm_irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str -EXPORT_SYMBOL_GPL vmlinux 0x223e160a lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x224572fe dev_pm_opp_register_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x2246a156 __clk_mux_determine_rate EXPORT_SYMBOL_GPL vmlinux 0x224cec0c blkg_rwstat_recursive_sum EXPORT_SYMBOL_GPL vmlinux 0x22648c02 __tracepoint_neigh_event_send_done EXPORT_SYMBOL_GPL vmlinux 0x2271aa06 usb_hcd_end_port_resume -EXPORT_SYMBOL_GPL vmlinux 0x2272c4c7 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x228271c5 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x229224f7 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x229dd2ef bus_get_device_klist EXPORT_SYMBOL_GPL vmlinux 0x229f4cf6 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x22a4cf12 lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x22a52ab9 tracepoint_probe_unregister EXPORT_SYMBOL_GPL vmlinux 0x22b4a42b device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x22b9a336 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x22e2d0ad rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x22ed672c devm_power_supply_register EXPORT_SYMBOL_GPL vmlinux 0x22f1d318 crypto_stats_akcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x22ff7ae2 inode_sb_list_add -EXPORT_SYMBOL_GPL vmlinux 0x23021edf ip6_flush_pending_frames -EXPORT_SYMBOL_GPL vmlinux 0x23190af6 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x2324e9f1 blk_mq_sched_try_merge EXPORT_SYMBOL_GPL vmlinux 0x2328cf1e attribute_container_classdev_to_container EXPORT_SYMBOL_GPL vmlinux 0x232fc77f platform_get_resource_byname EXPORT_SYMBOL_GPL vmlinux 0x233f9a61 of_genpd_parse_idle_states EXPORT_SYMBOL_GPL vmlinux 0x2340a3e3 rio_get_asm EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime -EXPORT_SYMBOL_GPL vmlinux 0x2345a8ba dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap EXPORT_SYMBOL_GPL vmlinux 0x23649900 cpufreq_freq_attr_scaling_boost_freqs -EXPORT_SYMBOL_GPL vmlinux 0x236c7da0 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x23794dd0 snd_soc_info_xr_sx EXPORT_SYMBOL_GPL vmlinux 0x237fe6b8 irq_domain_pop_irq EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node EXPORT_SYMBOL_GPL vmlinux 0x238b32ac dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x2394ec83 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x23950433 efivar_variable_is_removable EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent EXPORT_SYMBOL_GPL vmlinux 0x239a3838 inode_congested -EXPORT_SYMBOL_GPL vmlinux 0x239af000 devlink_param_driverinit_value_set -EXPORT_SYMBOL_GPL vmlinux 0x23a89277 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x23bb13e1 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x23cd4bcf rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0x23ce6740 device_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0x23d71896 rio_request_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status @@ -18044,22 +18069,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x23ecf974 balloon_page_list_dequeue EXPORT_SYMBOL_GPL vmlinux 0x23fe75e7 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0x240f5133 clk_hw_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x2422fa16 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x2423ed29 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type EXPORT_SYMBOL_GPL vmlinux 0x245d6780 tpm_transmit_cmd EXPORT_SYMBOL_GPL vmlinux 0x245e7e12 amba_ahb_device_add_res EXPORT_SYMBOL_GPL vmlinux 0x24609577 pm_relax EXPORT_SYMBOL_GPL vmlinux 0x2464fca6 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x246ac999 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x246ebbcf cec_notifier_get_conn EXPORT_SYMBOL_GPL vmlinux 0x2472b50d crypto_unregister_acomps EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister EXPORT_SYMBOL_GPL vmlinux 0x2490ad77 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x24b27458 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x24b3e2eb clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x24b60772 devlink_region_shapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x24da8990 rockchip_pcie_enable_clocks EXPORT_SYMBOL_GPL vmlinux 0x24e8236a fscrypt_drop_inode EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x25057692 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x250fe73a __vring_new_virtqueue -EXPORT_SYMBOL_GPL vmlinux 0x251be08b devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate EXPORT_SYMBOL_GPL vmlinux 0x25404695 arm_iommu_release_mapping EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size @@ -18073,20 +18103,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x259a9a1a fuse_dev_free EXPORT_SYMBOL_GPL vmlinux 0x259c5d9c usb_gadget_udc_reset EXPORT_SYMBOL_GPL vmlinux 0x25bf1695 irq_domain_remove EXPORT_SYMBOL_GPL vmlinux 0x25d48b75 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x26084f3f seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0x2610bd9f mtd_ooblayout_ecc EXPORT_SYMBOL_GPL vmlinux 0x26207097 crypto_stats_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x2625dbde tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x2638586b xas_init_marks EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded -EXPORT_SYMBOL_GPL vmlinux 0x26645166 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x2665df5f inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x266c7a26 ata_eh_analyze_ncq_error EXPORT_SYMBOL_GPL vmlinux 0x266d301c blk_mq_sched_request_inserted -EXPORT_SYMBOL_GPL vmlinux 0x267d283c virtio_finalize_features EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu -EXPORT_SYMBOL_GPL vmlinux 0x2689f8e7 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x2683176b devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x268c9703 ahci_start_engine -EXPORT_SYMBOL_GPL vmlinux 0x2695499e inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x26997b9e regulator_map_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 @@ -18095,28 +18123,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x26ba7ebd devm_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0x26bca538 screen_pos EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense -EXPORT_SYMBOL_GPL vmlinux 0x26cc52dd tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0x26d1dbf0 snd_soc_dpcm_can_be_free_stop EXPORT_SYMBOL_GPL vmlinux 0x26dcf233 nand_ecc_choose_conf EXPORT_SYMBOL_GPL vmlinux 0x26dd1277 phy_save_page EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f3a07f tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x26f49cb0 pm_generic_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x26f9f55e snd_soc_info_volsw EXPORT_SYMBOL_GPL vmlinux 0x270429b5 device_move -EXPORT_SYMBOL_GPL vmlinux 0x27101ec0 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x2710f9aa rdev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x2712fba8 anon_inode_getfile EXPORT_SYMBOL_GPL vmlinux 0x271784a2 snd_soc_put_xr_sx EXPORT_SYMBOL_GPL vmlinux 0x271ab152 rio_mport_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0x271e5a96 hwmon_device_unregister -EXPORT_SYMBOL_GPL vmlinux 0x2721672a fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x2726a1c5 sysfs_create_groups EXPORT_SYMBOL_GPL vmlinux 0x272d08aa ehci_setup EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit -EXPORT_SYMBOL_GPL vmlinux 0x273cbce3 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags EXPORT_SYMBOL_GPL vmlinux 0x276d64b8 gpiod_get_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x2791179e of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x27a3cd0b rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x27af74f2 sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0x27b5e5ea kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0x27e08f7d bpf_trace_run1 @@ -18126,52 +18152,53 @@ EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages EXPORT_SYMBOL_GPL vmlinux 0x281b6592 nand_change_write_column_op EXPORT_SYMBOL_GPL vmlinux 0x282b7d57 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x283b57e9 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x284b7475 extcon_set_property_sync -EXPORT_SYMBOL_GPL vmlinux 0x2851adbb inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x2856927f usb_of_has_combined_node EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain -EXPORT_SYMBOL_GPL vmlinux 0x287fe6fe dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister EXPORT_SYMBOL_GPL vmlinux 0x2886c33d pm_clk_remove_clk -EXPORT_SYMBOL_GPL vmlinux 0x28a981ea __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu EXPORT_SYMBOL_GPL vmlinux 0x28aadf8d crypto_grab_aead EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28ac212b rio_pw_enable EXPORT_SYMBOL_GPL vmlinux 0x28ac46a8 blk_execute_rq_nowait -EXPORT_SYMBOL_GPL vmlinux 0x28aff16c xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x28bb34c0 snd_soc_set_ac97_ops_of_reset EXPORT_SYMBOL_GPL vmlinux 0x28cd6fd7 snd_ctl_apply_vmaster_slaves EXPORT_SYMBOL_GPL vmlinux 0x28f6263f fs_kobj EXPORT_SYMBOL_GPL vmlinux 0x28ff6cbc ahash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0x290033f4 regulator_sync_voltage -EXPORT_SYMBOL_GPL vmlinux 0x2912c47d inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x292055c1 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x295391c6 extcon_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x295786ef led_blink_set_oneshot EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x298a297d nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x298fe745 crypto_req_done EXPORT_SYMBOL_GPL vmlinux 0x299eb089 adp5520_write EXPORT_SYMBOL_GPL vmlinux 0x29b0151b dev_attr_unload_heads EXPORT_SYMBOL_GPL vmlinux 0x29b07517 perf_pmu_register -EXPORT_SYMBOL_GPL vmlinux 0x29b1f96d pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x29c381dd __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x29cc5b8a tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x29d5b116 crypto_alloc_rng EXPORT_SYMBOL_GPL vmlinux 0x29db1dd6 d_walk EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async EXPORT_SYMBOL_GPL vmlinux 0x2a064e71 dev_attr_em_message EXPORT_SYMBOL_GPL vmlinux 0x2a0a40fa mdio_bus_init +EXPORT_SYMBOL_GPL vmlinux 0x2a0e8a70 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0x2a18a170 dev_pm_opp_of_add_table_indexed EXPORT_SYMBOL_GPL vmlinux 0x2a1ab2b9 device_add_properties EXPORT_SYMBOL_GPL vmlinux 0x2a42a1f7 virtqueue_enable_cb_prepare EXPORT_SYMBOL_GPL vmlinux 0x2a442e87 mmc_cmdq_enable EXPORT_SYMBOL_GPL vmlinux 0x2a460c91 iommu_unmap_fast EXPORT_SYMBOL_GPL vmlinux 0x2a49f6b8 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x2a6476d8 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result -EXPORT_SYMBOL_GPL vmlinux 0x2a97938e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2a95a95b skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x2aa4289c reset_controller_unregister -EXPORT_SYMBOL_GPL vmlinux 0x2ad85abf fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x2adaef84 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0x2aed74b8 gpiod_get_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x2afe7763 to_of_pinfo EXPORT_SYMBOL_GPL vmlinux 0x2aff92dd snd_soc_rtdcom_lookup @@ -18190,16 +18217,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b7cc443 spi_sync_locked EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent EXPORT_SYMBOL_GPL vmlinux 0x2b95d82f crypto_attr_alg2 EXPORT_SYMBOL_GPL vmlinux 0x2bdc11c6 irq_chip_ack_parent -EXPORT_SYMBOL_GPL vmlinux 0x2be87ae0 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x2be92c0c md_kick_rdev_from_array EXPORT_SYMBOL_GPL vmlinux 0x2be9e2ad irq_create_mapping_affinity -EXPORT_SYMBOL_GPL vmlinux 0x2bf57aeb devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x2c043efe gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0x2c060590 regulator_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x2c11fe67 i2c_of_match_device EXPORT_SYMBOL_GPL vmlinux 0x2c18e650 devres_add EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied -EXPORT_SYMBOL_GPL vmlinux 0x2c208d86 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x2c2a30d8 iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x2c2bdd20 tty_prepare_flip_string EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue @@ -18215,9 +18239,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types EXPORT_SYMBOL_GPL vmlinux 0x2c926a92 class_destroy EXPORT_SYMBOL_GPL vmlinux 0x2c95a988 gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register -EXPORT_SYMBOL_GPL vmlinux 0x2ca88f7c pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x2c9897c5 dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x2cc0fffc spi_bus_unlock -EXPORT_SYMBOL_GPL vmlinux 0x2cd734da lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x2ce5616b regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0x2ceaf70f led_trigger_blink @@ -18228,28 +18251,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x2d224390 scsi_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0x2d28b77f ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d49ac59 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x2d6dc316 phy_pm_runtime_get EXPORT_SYMBOL_GPL vmlinux 0x2d7136af regulator_set_voltage EXPORT_SYMBOL_GPL vmlinux 0x2d75e61f devm_serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x2d79b11b debugfs_remove EXPORT_SYMBOL_GPL vmlinux 0x2d810b08 devm_reset_controller_register -EXPORT_SYMBOL_GPL vmlinux 0x2d95acea bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x2daf3175 xdp_rxq_info_reg EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg EXPORT_SYMBOL_GPL vmlinux 0x2db8726c regmap_irq_get_domain -EXPORT_SYMBOL_GPL vmlinux 0x2dbc3699 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x2ddb9fb8 clk_hw_unregister_mux EXPORT_SYMBOL_GPL vmlinux 0x2ddbedb0 device_remove_file_self EXPORT_SYMBOL_GPL vmlinux 0x2de434b8 device_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0x2df76022 __scsi_init_queue EXPORT_SYMBOL_GPL vmlinux 0x2e0187e0 snd_soc_dpcm_get_substream EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace -EXPORT_SYMBOL_GPL vmlinux 0x2e25af0b sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x2e28919c alloc_empty_file EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e30509c percpu_ref_switch_to_atomic -EXPORT_SYMBOL_GPL vmlinux 0x2e400f6b ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x2e4261f6 snmp_get_cpu_field64 +EXPORT_SYMBOL_GPL vmlinux 0x2e4dcb63 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e559c6d dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x2e760ab4 iommu_attach_group EXPORT_SYMBOL_GPL vmlinux 0x2e7b15aa of_irq_to_resource_table EXPORT_SYMBOL_GPL vmlinux 0x2e9a9946 sched_setscheduler_nocheck @@ -18260,7 +18282,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2ea13c38 platform_get_irq_byname_optional EXPORT_SYMBOL_GPL vmlinux 0x2ea3cdbd ata_bmdma_port_start EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable -EXPORT_SYMBOL_GPL vmlinux 0x2ed0a35c inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x2ed60a1b cpufreq_enable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x2ee1bac7 task_user_regset_view EXPORT_SYMBOL_GPL vmlinux 0x2eee69fc scsi_check_sense @@ -18270,9 +18291,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string EXPORT_SYMBOL_GPL vmlinux 0x2f107932 crypto_unregister_scomp EXPORT_SYMBOL_GPL vmlinux 0x2f123fdf da903x_update EXPORT_SYMBOL_GPL vmlinux 0x2f160882 gpiochip_reqres_irq -EXPORT_SYMBOL_GPL vmlinux 0x2f198779 pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x2f17eed7 ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x2f2373d0 pci_epc_put -EXPORT_SYMBOL_GPL vmlinux 0x2f3bd66e nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x2f3e9e00 fscrypt_get_symlink EXPORT_SYMBOL_GPL vmlinux 0x2f409a2d securityfs_create_file EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register @@ -18280,18 +18300,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f4fd224 register_mtd_blktrans EXPORT_SYMBOL_GPL vmlinux 0x2f522529 tty_save_termios EXPORT_SYMBOL_GPL vmlinux 0x2f53ddc5 power_supply_get_by_name EXPORT_SYMBOL_GPL vmlinux 0x2f5c1223 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2f63ad5d tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f6efb75 nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0x2f7cf516 devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x2f895416 vbin_printf EXPORT_SYMBOL_GPL vmlinux 0x2f89f67a list_lru_count_node EXPORT_SYMBOL_GPL vmlinux 0x2f8b0439 wait_for_stable_page -EXPORT_SYMBOL_GPL vmlinux 0x2f94c748 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x2f9912df snd_ctl_get_preferred_subdevice EXPORT_SYMBOL_GPL vmlinux 0x2faa4be6 gpiochip_generic_config EXPORT_SYMBOL_GPL vmlinux 0x2fbad2b5 edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0x2fc7504b hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x2fd48a60 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x2fda92f4 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x2fdc95b5 transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x2fe184e3 regmap_multi_reg_write EXPORT_SYMBOL_GPL vmlinux 0x3001af5d led_trigger_event @@ -18299,45 +18321,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x30096d57 insert_resource EXPORT_SYMBOL_GPL vmlinux 0x300f7005 usb_hcd_check_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x3039ffd5 regulator_get_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0x30419758 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x304ee967 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0x305230f7 usb_alloc_streams EXPORT_SYMBOL_GPL vmlinux 0x30677628 rt_mutex_destroy EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port EXPORT_SYMBOL_GPL vmlinux 0x3069809a __tracepoint_xhci_dbg_quirks EXPORT_SYMBOL_GPL vmlinux 0x3069e46b scatterwalk_copychunks EXPORT_SYMBOL_GPL vmlinux 0x307b556b perf_pmu_migrate_context -EXPORT_SYMBOL_GPL vmlinux 0x30816911 xdp_do_redirect -EXPORT_SYMBOL_GPL vmlinux 0x308ffc9e fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x309a39ff perf_event_addr_filters_sync EXPORT_SYMBOL_GPL vmlinux 0x309dfa12 of_device_request_module EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x30a2f753 regmap_check_range_table -EXPORT_SYMBOL_GPL vmlinux 0x30aae397 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x30b91707 spi_controller_suspend EXPORT_SYMBOL_GPL vmlinux 0x30cce29e rio_alloc_net EXPORT_SYMBOL_GPL vmlinux 0x30ce6512 sdhci_enable_sdio_irq EXPORT_SYMBOL_GPL vmlinux 0x30d0b91e device_for_each_child EXPORT_SYMBOL_GPL vmlinux 0x30d10526 vfs_write +EXPORT_SYMBOL_GPL vmlinux 0x30e84c22 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x30f83cff xdp_attachment_flags_ok EXPORT_SYMBOL_GPL vmlinux 0x310866a5 regmap_register_patch EXPORT_SYMBOL_GPL vmlinux 0x310e0e5d snd_soc_poweroff EXPORT_SYMBOL_GPL vmlinux 0x311187df md_find_rdev_rcu EXPORT_SYMBOL_GPL vmlinux 0x31154bdc serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x3118edde __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x311ad9e5 __device_reset -EXPORT_SYMBOL_GPL vmlinux 0x311c3903 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x311eaf3f sdio_release_host EXPORT_SYMBOL_GPL vmlinux 0x31212cb1 dm_suspended EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave EXPORT_SYMBOL_GPL vmlinux 0x3131ee80 i2c_slave_register -EXPORT_SYMBOL_GPL vmlinux 0x314c9f9c skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x31528877 do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0x315644e3 soc_ac97_ops -EXPORT_SYMBOL_GPL vmlinux 0x315f6350 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x3166724d gpiod_put EXPORT_SYMBOL_GPL vmlinux 0x31742c99 fwnode_get_parent EXPORT_SYMBOL_GPL vmlinux 0x3174da91 devfreq_event_enable_edev EXPORT_SYMBOL_GPL vmlinux 0x31850027 device_create EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x31b27948 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x31bb1122 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x31c51947 __efivar_entry_iter EXPORT_SYMBOL_GPL vmlinux 0x31c7640d sock_diag_destroy EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports @@ -18346,8 +18366,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x31f54a1b tracing_cond_snapshot_data EXPORT_SYMBOL_GPL vmlinux 0x321ee51c register_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0x3231adaa virtqueue_get_buf EXPORT_SYMBOL_GPL vmlinux 0x323b25b8 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x323c2f43 devlink_register EXPORT_SYMBOL_GPL vmlinux 0x32447f2b gpiochip_line_is_persistent -EXPORT_SYMBOL_GPL vmlinux 0x324b3d9c ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x32502796 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0x32631e63 devm_clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x326ec4cf ata_eh_freeze_port EXPORT_SYMBOL_GPL vmlinux 0x327f278d virtqueue_add_sgs @@ -18356,25 +18377,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x32a8a689 nand_reset EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32caed6d fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x32e6ce83 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x32e792f2 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x32f71182 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x33051455 blkcg_print_blkgs EXPORT_SYMBOL_GPL vmlinux 0x3305feaa device_match_name -EXPORT_SYMBOL_GPL vmlinux 0x3310335b skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x3312986d phy_led_trigger_change_speed EXPORT_SYMBOL_GPL vmlinux 0x33162a7f tty_port_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0x332147dd crypto_stats_akcipher_verify EXPORT_SYMBOL_GPL vmlinux 0x33255e50 regulator_get_current_limit EXPORT_SYMBOL_GPL vmlinux 0x3330f2f1 tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x333ddba1 snd_soc_get_volsw_range -EXPORT_SYMBOL_GPL vmlinux 0x3344d784 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x336ccaa2 __cci_control_port_by_device EXPORT_SYMBOL_GPL vmlinux 0x3372721f usb_ep_enable -EXPORT_SYMBOL_GPL vmlinux 0x33802e43 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x338416f2 xdp_attachment_setup -EXPORT_SYMBOL_GPL vmlinux 0x3394b4d1 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x339cedda bdev_read_page EXPORT_SYMBOL_GPL vmlinux 0x33a2c392 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x33a78d9f sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x33b46aa6 uart_parse_earlycon EXPORT_SYMBOL_GPL vmlinux 0x33b6c7f5 nand_wait_ready EXPORT_SYMBOL_GPL vmlinux 0x33c50af8 iommu_group_remove_device @@ -18382,10 +18402,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x33cb008f devm_pwm_put EXPORT_SYMBOL_GPL vmlinux 0x33e1b6c9 crypto_hash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x33e9e0a2 atomic_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local -EXPORT_SYMBOL_GPL vmlinux 0x33f721b9 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x34189ea0 kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x34290bd5 ping_err EXPORT_SYMBOL_GPL vmlinux 0x342b575e gpiod_put_array -EXPORT_SYMBOL_GPL vmlinux 0x3434d42b udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x3438dd10 mmu_notifier_range_update_to_read_only EXPORT_SYMBOL_GPL vmlinux 0x343e0abc arm_iommu_detach_device EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash @@ -18401,17 +18420,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x347aab3c __irq_alloc_domain_generic_chips EXPORT_SYMBOL_GPL vmlinux 0x3482b944 snd_soc_dapm_force_enable_pin EXPORT_SYMBOL_GPL vmlinux 0x34836c26 ata_qc_complete EXPORT_SYMBOL_GPL vmlinux 0x34908579 sbitmap_finish_wait -EXPORT_SYMBOL_GPL vmlinux 0x349fe07d pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x34a84df3 __tracepoint_detach_device_from_domain EXPORT_SYMBOL_GPL vmlinux 0x34aa7c0b user_update EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl EXPORT_SYMBOL_GPL vmlinux 0x34c37939 snd_device_initialize EXPORT_SYMBOL_GPL vmlinux 0x34d59049 wakeup_source_register EXPORT_SYMBOL_GPL vmlinux 0x34dce6d4 tps80031_ext_power_req_config -EXPORT_SYMBOL_GPL vmlinux 0x34dcf10e pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x34e0d326 led_compose_name EXPORT_SYMBOL_GPL vmlinux 0x34fd3de4 ata_sff_check_status -EXPORT_SYMBOL_GPL vmlinux 0x34ff9c90 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x3503016c input_class EXPORT_SYMBOL_GPL vmlinux 0x350f53f9 snd_soc_component_set_pll EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current @@ -18426,12 +18442,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x3595b47c crypto_init_spawn EXPORT_SYMBOL_GPL vmlinux 0x359f74fa mmc_send_tuning EXPORT_SYMBOL_GPL vmlinux 0x35aadf7e pinctrl_find_gpio_range_from_pin EXPORT_SYMBOL_GPL vmlinux 0x35c2aab7 disk_part_iter_next -EXPORT_SYMBOL_GPL vmlinux 0x35e0b433 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x35e15d70 eventfd_ctx_fileget EXPORT_SYMBOL_GPL vmlinux 0x35ec4275 snd_soc_dapm_del_routes EXPORT_SYMBOL_GPL vmlinux 0x35f432a0 dummy_con EXPORT_SYMBOL_GPL vmlinux 0x35f67ed7 ata_eh_thaw_port EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3618e490 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process EXPORT_SYMBOL_GPL vmlinux 0x3628c8d6 gpiod_get_array_value @@ -18448,8 +18464,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x365d5ca0 pwm_put EXPORT_SYMBOL_GPL vmlinux 0x365eedab edac_get_sysfs_subsys EXPORT_SYMBOL_GPL vmlinux 0x36695d98 __bdev_dax_supported EXPORT_SYMBOL_GPL vmlinux 0x367dd0b0 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x368372a5 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x368bcf75 ata_sff_data_xfer EXPORT_SYMBOL_GPL vmlinux 0x368edb90 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3697b53e ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot EXPORT_SYMBOL_GPL vmlinux 0x36a1a188 vc_scrolldelta_helper EXPORT_SYMBOL_GPL vmlinux 0x36abf9f9 of_fwnode_ops @@ -18459,7 +18477,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x36b7230e dev_pm_opp_find_freq_ceil_by_volt EXPORT_SYMBOL_GPL vmlinux 0x36de22af cpufreq_generic_init EXPORT_SYMBOL_GPL vmlinux 0x36edabf9 aead_geniv_alloc EXPORT_SYMBOL_GPL vmlinux 0x3706d6c7 usb_store_new_id -EXPORT_SYMBOL_GPL vmlinux 0x370923b9 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x3710017f pm_clk_create EXPORT_SYMBOL_GPL vmlinux 0x3726feeb irq_chip_disable_parent EXPORT_SYMBOL_GPL vmlinux 0x372fe8c7 dma_release_channel @@ -18471,7 +18488,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript EXPORT_SYMBOL_GPL vmlinux 0x376f0630 phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state EXPORT_SYMBOL_GPL vmlinux 0x378c8314 usb_driver_release_interface -EXPORT_SYMBOL_GPL vmlinux 0x37b6cd90 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x37bc9a71 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x37be9fa4 sdio_f0_readb EXPORT_SYMBOL_GPL vmlinux 0x37c3281d badblocks_check EXPORT_SYMBOL_GPL vmlinux 0x37caab5d usb_hcd_poll_rh_status @@ -18483,16 +18500,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x37fe35a2 ata_sas_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x37fef8d6 blk_trace_setup EXPORT_SYMBOL_GPL vmlinux 0x380a633d bpf_event_output EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x384bd9ed dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x3850c50b ahci_pmp_retry_srst_ops EXPORT_SYMBOL_GPL vmlinux 0x38545c95 dmi_kobj EXPORT_SYMBOL_GPL vmlinux 0x3859cece disk_part_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x38633105 snd_ctl_activate_id EXPORT_SYMBOL_GPL vmlinux 0x3876767b tpm_default_chip EXPORT_SYMBOL_GPL vmlinux 0x38861500 init_rs_gfp +EXPORT_SYMBOL_GPL vmlinux 0x389c9da7 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x38a26835 phy_reset EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x38aa4657 xas_nomem -EXPORT_SYMBOL_GPL vmlinux 0x38aaa862 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0x38bc3bd0 spi_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update EXPORT_SYMBOL_GPL vmlinux 0x38cdd65f sdhci_set_data_timeout_irq @@ -18505,7 +18523,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x38f36d4c badblocks_show EXPORT_SYMBOL_GPL vmlinux 0x38f738b7 irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x390be7a8 dev_pm_opp_put EXPORT_SYMBOL_GPL vmlinux 0x39174654 alarm_start -EXPORT_SYMBOL_GPL vmlinux 0x39275533 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x392d6ff5 crypto_stats_ablkcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x39656858 cec_received_msg_ts EXPORT_SYMBOL_GPL vmlinux 0x398944c0 regulator_set_voltage_rdev @@ -18513,12 +18530,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x39951af6 sdhci_runtime_suspend_host EXPORT_SYMBOL_GPL vmlinux 0x39975ae3 snd_soc_unregister_card EXPORT_SYMBOL_GPL vmlinux 0x39b0e94c pinctrl_get_group_pins EXPORT_SYMBOL_GPL vmlinux 0x39b44bd0 n_tty_inherit_ops -EXPORT_SYMBOL_GPL vmlinux 0x39c29f9a inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x39d4436b __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0x39d6b542 devprop_gpiochip_set_names EXPORT_SYMBOL_GPL vmlinux 0x39dea5b1 fixed_phy_register EXPORT_SYMBOL_GPL vmlinux 0x39e1af00 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x39e53f37 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module +EXPORT_SYMBOL_GPL vmlinux 0x39e7ee54 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x39f9c868 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x3a094afb pci_epc_add_epf EXPORT_SYMBOL_GPL vmlinux 0x3a0c80a3 kthread_flush_work EXPORT_SYMBOL_GPL vmlinux 0x3a0dbca5 led_classdev_unregister @@ -18531,7 +18550,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3a64ec82 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x3a7648c8 lp8788_read_multi_bytes EXPORT_SYMBOL_GPL vmlinux 0x3a8106a3 noop_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0x3a822039 iommu_domain_window_disable -EXPORT_SYMBOL_GPL vmlinux 0x3a843bad __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0x3a940dd2 usb_hub_claim_port EXPORT_SYMBOL_GPL vmlinux 0x3a94b75b dma_request_chan EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial @@ -18539,7 +18557,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x3aa1dfc1 sysfs_remove_link_from_group EXPORT_SYMBOL_GPL vmlinux 0x3aabe3d6 rio_unregister_mport EXPORT_SYMBOL_GPL vmlinux 0x3aad5271 tps65217_reg_read EXPORT_SYMBOL_GPL vmlinux 0x3ab129b4 pci_epc_unmap_addr -EXPORT_SYMBOL_GPL vmlinux 0x3abe1715 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource EXPORT_SYMBOL_GPL vmlinux 0x3ae300ef skcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x3b0bac0f usb_ep_free_request @@ -18557,14 +18574,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x3baead67 subsys_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0x3bc031e1 of_dma_get_range EXPORT_SYMBOL_GPL vmlinux 0x3bc83586 do_unregister_con_driver EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be372f8 devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x3bf02f1b ftrace_set_filter_ip EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer EXPORT_SYMBOL_GPL vmlinux 0x3bf807c8 usb_ep_fifo_status EXPORT_SYMBOL_GPL vmlinux 0x3c14855a usb_phy_roothub_alloc -EXPORT_SYMBOL_GPL vmlinux 0x3c19acb3 ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x3c1b0181 set_task_ioprio EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check -EXPORT_SYMBOL_GPL vmlinux 0x3c227617 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x3c2718fa regulator_count_voltages EXPORT_SYMBOL_GPL vmlinux 0x3c273f8c sdhci_end_tuning EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply @@ -18577,14 +18593,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x3c661ee6 nand_ooblayout_lp_ops EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout EXPORT_SYMBOL_GPL vmlinux 0x3c8bc136 blk_abort_request EXPORT_SYMBOL_GPL vmlinux 0x3cb2590a of_property_read_variable_u32_array -EXPORT_SYMBOL_GPL vmlinux 0x3cc9e105 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3cf6f8e9 nvmem_device_cell_read EXPORT_SYMBOL_GPL vmlinux 0x3d0a9f13 clk_regmap_gate_ro_ops -EXPORT_SYMBOL_GPL vmlinux 0x3d0ed0c8 xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0x3d2a5bf2 dm_get_queue_limits EXPORT_SYMBOL_GPL vmlinux 0x3d2a747c fuse_abort_conn -EXPORT_SYMBOL_GPL vmlinux 0x3d33b4bb rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end EXPORT_SYMBOL_GPL vmlinux 0x3d49fc73 __tracepoint_napi_poll EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check @@ -18609,6 +18622,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x3e3e65e1 efivars_kobject EXPORT_SYMBOL_GPL vmlinux 0x3e53d824 _proc_mkdir EXPORT_SYMBOL_GPL vmlinux 0x3e5f5622 sbitmap_queue_clear EXPORT_SYMBOL_GPL vmlinux 0x3e60d82d query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x3e63b483 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x3e69efba ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer EXPORT_SYMBOL_GPL vmlinux 0x3e8320d9 __mnt_is_readonly EXPORT_SYMBOL_GPL vmlinux 0x3e8367fa crypto_stats_decompress @@ -18620,24 +18635,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy EXPORT_SYMBOL_GPL vmlinux 0x3f0c7916 __devm_regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x3f13c3ef pci_epc_set_msi -EXPORT_SYMBOL_GPL vmlinux 0x3f21bff2 sk_msg_zerocopy_from_iter -EXPORT_SYMBOL_GPL vmlinux 0x3f342aa6 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x3f3cc99f of_usb_get_dr_mode_by_phy EXPORT_SYMBOL_GPL vmlinux 0x3f41c27a crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0x3f5a2564 cec_allocate_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3f651416 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x3f6585a6 device_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x3f6bc08e mmc_regulator_get_supply EXPORT_SYMBOL_GPL vmlinux 0x3f743d96 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x3f821b6a pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x3f83b6f4 gpiochip_irqchip_irq_valid EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put EXPORT_SYMBOL_GPL vmlinux 0x3fa24a94 pwm_set_chip_data -EXPORT_SYMBOL_GPL vmlinux 0x3fa51634 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x3fa59a5b regmap_get_val_bytes EXPORT_SYMBOL_GPL vmlinux 0x3fa75be8 handle_fasteoi_irq EXPORT_SYMBOL_GPL vmlinux 0x3fb171d0 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x3fb9aeba rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x3fc3bfe9 snd_soc_component_nc_pin -EXPORT_SYMBOL_GPL vmlinux 0x3fd48a3a pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate EXPORT_SYMBOL_GPL vmlinux 0x3fedb5d1 crypto_remove_spawns @@ -18649,20 +18663,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x4019451e devm_device_remove_group EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x4045ec51 register_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x404a8ffb devm_pinctrl_register -EXPORT_SYMBOL_GPL vmlinux 0x405e584c tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x40585076 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x405eb89c devm_gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources -EXPORT_SYMBOL_GPL vmlinux 0x4067e36c devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution EXPORT_SYMBOL_GPL vmlinux 0x407011ac debugfs_write_file_bool EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x4074a24e usb_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x407b8d5f phy_modify_mmd -EXPORT_SYMBOL_GPL vmlinux 0x407f8c2b uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x408aee53 platform_msi_domain_alloc_irqs EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a01dff nf_route EXPORT_SYMBOL_GPL vmlinux 0x40a240a2 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40be77a9 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x40c275bf __pci_epf_register_driver EXPORT_SYMBOL_GPL vmlinux 0x40cb90a2 blk_req_needs_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0x40cf9d38 wm8400_reset_codec_reg_cache @@ -18673,7 +18687,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle EXPORT_SYMBOL_GPL vmlinux 0x41184e97 ahci_reset_em -EXPORT_SYMBOL_GPL vmlinux 0x4138e0bf sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x4139255f sdhci_resume_host EXPORT_SYMBOL_GPL vmlinux 0x413c4dc9 phy_restore_page EXPORT_SYMBOL_GPL vmlinux 0x41491337 balloon_page_alloc @@ -18691,7 +18704,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x41c30f3a trace_seq_bprintf EXPORT_SYMBOL_GPL vmlinux 0x41d060c0 usb_autopm_get_interface EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x41f1ad7e nand_gpio_waitrdy -EXPORT_SYMBOL_GPL vmlinux 0x41f91e75 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x41fecbfa gpiod_set_array_value EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync @@ -18708,38 +18720,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x42401a5a usb_free_coherent EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags EXPORT_SYMBOL_GPL vmlinux 0x4273ead0 perf_aux_output_end EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active -EXPORT_SYMBOL_GPL vmlinux 0x4286f18b __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x42887525 sbitmap_queue_min_shallow_depth EXPORT_SYMBOL_GPL vmlinux 0x4289b91a ata_common_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0x428d4bac sg_scsi_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x42911da6 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x42a9dfeb uprobe_register_refctr EXPORT_SYMBOL_GPL vmlinux 0x42aadcce clk_register_divider_table EXPORT_SYMBOL_GPL vmlinux 0x42b3e2c5 usb_init_urb EXPORT_SYMBOL_GPL vmlinux 0x42b5ca9b da9052_regmap_config -EXPORT_SYMBOL_GPL vmlinux 0x42c76fb5 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x42ca0922 snd_soc_set_ac97_ops EXPORT_SYMBOL_GPL vmlinux 0x42de705c fuse_kill_sb_anon -EXPORT_SYMBOL_GPL vmlinux 0x42e736a6 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x42e7a297 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x42ea29e8 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x42f4c20b clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs EXPORT_SYMBOL_GPL vmlinux 0x431e8d7e housekeeping_cpumask EXPORT_SYMBOL_GPL vmlinux 0x4327a6aa transport_configure_device EXPORT_SYMBOL_GPL vmlinux 0x432e6fdf inverse_translate -EXPORT_SYMBOL_GPL vmlinux 0x432f3b5e blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x4344e411 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4361894e pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x436d9c6d blkcipher_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0x437cba81 edac_device_handle_ue EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled EXPORT_SYMBOL_GPL vmlinux 0x43831068 amba_bustype EXPORT_SYMBOL_GPL vmlinux 0x43861d76 devfreq_get_devfreq_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x4389a13d devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x438a98c7 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0x438dd8c5 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x4393ad6c blk_register_queue EXPORT_SYMBOL_GPL vmlinux 0x4398310c blkcg_policy_register EXPORT_SYMBOL_GPL vmlinux 0x43a7588b usb_match_id EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ac29a9 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x43be4b05 ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0x43be940c skcipher_walk_done @@ -18750,13 +18762,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x43e12923 rio_dma_prep_xfer EXPORT_SYMBOL_GPL vmlinux 0x43e5a312 regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x43e732ec gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x43e7a21e of_nvmem_device_get -EXPORT_SYMBOL_GPL vmlinux 0x43ebc378 rockchip_pcie_deinit_phys EXPORT_SYMBOL_GPL vmlinux 0x43f49cb4 musb_get_mode EXPORT_SYMBOL_GPL vmlinux 0x43f50fe7 set_primary_fwnode EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate EXPORT_SYMBOL_GPL vmlinux 0x4400cb5b get_kernel_pages -EXPORT_SYMBOL_GPL vmlinux 0x440250da pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x44051ce8 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x4411aed2 blocking_notifier_chain_cond_register EXPORT_SYMBOL_GPL vmlinux 0x4415157e set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0x441f57ff free_bch @@ -18764,25 +18775,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x441f7f53 __devm_regmap_init_mmio_clk EXPORT_SYMBOL_GPL vmlinux 0x442cc20c edac_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0x44339406 sbitmap_queue_resize EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x44430777 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x444ac19e skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x445180dc clockevents_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x44531e80 percpu_ref_kill_and_confirm EXPORT_SYMBOL_GPL vmlinux 0x445e7aa8 snd_ac97_reset EXPORT_SYMBOL_GPL vmlinux 0x4462bd09 of_device_modalias -EXPORT_SYMBOL_GPL vmlinux 0x446fcaa8 lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe EXPORT_SYMBOL_GPL vmlinux 0x44868fb6 led_stop_software_blink EXPORT_SYMBOL_GPL vmlinux 0x449895e4 badblocks_set EXPORT_SYMBOL_GPL vmlinux 0x44a3ca31 cpufreq_freq_transition_begin -EXPORT_SYMBOL_GPL vmlinux 0x44ab59fa __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x44b7ff09 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x44ba1042 percpu_ref_resurrect EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44de62ca __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x44f24c47 crypto_register_ahash EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450ae54a pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x45104310 nanddev_mtd_max_bad_blocks EXPORT_SYMBOL_GPL vmlinux 0x451edb96 sdhci_start_tuning EXPORT_SYMBOL_GPL vmlinux 0x4527996c edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4527b5f2 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x45283b48 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x4534a65b ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x454117a5 fuse_conn_get EXPORT_SYMBOL_GPL vmlinux 0x45537b1a devm_hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x4555824b ata_pci_sff_init_host @@ -18790,19 +18806,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x456074ab aead_geniv_free EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister EXPORT_SYMBOL_GPL vmlinux 0x456783ee regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x4571ea2e pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list EXPORT_SYMBOL_GPL vmlinux 0x45791ecc __regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x4585680b power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x458913b9 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x459426b4 iommu_detach_device EXPORT_SYMBOL_GPL vmlinux 0x459bb5f4 iommu_aux_attach_device EXPORT_SYMBOL_GPL vmlinux 0x45ab6f72 hrtimer_sleeper_start_expires -EXPORT_SYMBOL_GPL vmlinux 0x45adcc75 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x45b1c017 usb_gadget_vbus_draw EXPORT_SYMBOL_GPL vmlinux 0x45b2d90e phy_configure EXPORT_SYMBOL_GPL vmlinux 0x45ee57be uprobe_unregister EXPORT_SYMBOL_GPL vmlinux 0x45f055f2 gpiod_toggle_active_low EXPORT_SYMBOL_GPL vmlinux 0x45f1bc79 __tracepoint_non_standard_event -EXPORT_SYMBOL_GPL vmlinux 0x45f3819f pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x45ff8535 trace_seq_putc EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name @@ -18812,26 +18828,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x464169b7 sdhci_pltfm_suspend EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features EXPORT_SYMBOL_GPL vmlinux 0x464c85a6 snd_card_add_dev_attr EXPORT_SYMBOL_GPL vmlinux 0x464d7423 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x464e1018 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4659321b pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x465cbac3 regulator_set_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4670cc77 strp_stop EXPORT_SYMBOL_GPL vmlinux 0x467146e2 devm_mbox_controller_register -EXPORT_SYMBOL_GPL vmlinux 0x46734f09 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x4680e664 __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x46825d26 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x46854fb9 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x468b980b crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x468cd118 cpufreq_driver_resolve_freq EXPORT_SYMBOL_GPL vmlinux 0x46a13e0b nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0x46a635df ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x46ac24e0 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x46b0d85d usb_hub_find_child EXPORT_SYMBOL_GPL vmlinux 0x46b897a9 dev_pm_opp_set_rate EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0x46c857a2 snd_soc_dai_set_channel_map EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put EXPORT_SYMBOL_GPL vmlinux 0x46f4b40d debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x4705af46 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x4713e0b9 subsys_interface_register EXPORT_SYMBOL_GPL vmlinux 0x4715b62f tps65217_reg_write EXPORT_SYMBOL_GPL vmlinux 0x47216b98 power_supply_register -EXPORT_SYMBOL_GPL vmlinux 0x47223d07 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x472bb422 scsi_get_vpd_page EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem @@ -18842,12 +18863,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x476f3989 __pm_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x476f72ce of_usb_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x476fcfc4 wm8350_block_write EXPORT_SYMBOL_GPL vmlinux 0x477fa167 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x47883a61 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0x47925794 idr_find EXPORT_SYMBOL_GPL vmlinux 0x47948ab2 sync_page_io EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy -EXPORT_SYMBOL_GPL vmlinux 0x47b27fd2 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x47b391c2 nanddev_cleanup EXPORT_SYMBOL_GPL vmlinux 0x47c2961e fwnode_graph_get_remote_port EXPORT_SYMBOL_GPL vmlinux 0x47d6b0a1 amba_apb_device_add_res @@ -18860,7 +18881,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x482a53b4 rdev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0x484548f4 synchronize_srcu EXPORT_SYMBOL_GPL vmlinux 0x484779ef __i2c_board_lock EXPORT_SYMBOL_GPL vmlinux 0x484f47d5 gen10g_config_aneg -EXPORT_SYMBOL_GPL vmlinux 0x486440f3 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x48503fcb devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0x486ca546 pm_wakeup_dev_event EXPORT_SYMBOL_GPL vmlinux 0x4885e5bc nand_soft_waitrdy EXPORT_SYMBOL_GPL vmlinux 0x489eda01 serial8250_do_set_ldisc @@ -18868,7 +18889,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x48a2c82f pm_genpd_remove_subdomain EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get EXPORT_SYMBOL_GPL vmlinux 0x48ab2def md_run EXPORT_SYMBOL_GPL vmlinux 0x48b5c27b ata_wait_after_reset -EXPORT_SYMBOL_GPL vmlinux 0x48cb7117 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x48e01ba0 class_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x48fb3cf5 dev_pm_set_dedicated_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x4913e788 stmpe_enable @@ -18886,8 +18906,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x49b62eff __spi_register_driver EXPORT_SYMBOL_GPL vmlinux 0x49bada6a clk_register_divider EXPORT_SYMBOL_GPL vmlinux 0x49be3eaf usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x49c272dc usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x49c64c3a __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x49ca16eb wm5110_patch -EXPORT_SYMBOL_GPL vmlinux 0x49e1ca73 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x49e90d0f pm_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x49f1401d rio_mport_read_config_16 @@ -18895,25 +18915,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x4a03c7ff class_unregister EXPORT_SYMBOL_GPL vmlinux 0x4a09e004 key_set_timeout EXPORT_SYMBOL_GPL vmlinux 0x4a15e778 find_extend_vma EXPORT_SYMBOL_GPL vmlinux 0x4a1a714c clk_bulk_get_optional -EXPORT_SYMBOL_GPL vmlinux 0x4a1b58f8 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x4a2f391f ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0x4a3cddf8 mbox_free_channel -EXPORT_SYMBOL_GPL vmlinux 0x4a421ff9 rockchip_pcie_parse_dt -EXPORT_SYMBOL_GPL vmlinux 0x4a678030 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x4a6b5434 spi_mem_exec_op EXPORT_SYMBOL_GPL vmlinux 0x4a784be4 bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x4a90c44d sched_trace_cfs_rq_avg EXPORT_SYMBOL_GPL vmlinux 0x4a915602 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x4a9161d3 ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page EXPORT_SYMBOL_GPL vmlinux 0x4ab07f7f usb_ep_dequeue EXPORT_SYMBOL_GPL vmlinux 0x4ac865e1 rtc_update_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x4ad3b652 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x4ae9f265 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x4afef23a iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0x4aff2cc7 pwm_apply_state -EXPORT_SYMBOL_GPL vmlinux 0x4affc2ae clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x4b0cc49b sock_diag_unregister_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd -EXPORT_SYMBOL_GPL vmlinux 0x4b19a7f4 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x4b344905 dapm_pinctrl_event EXPORT_SYMBOL_GPL vmlinux 0x4b3e3217 blkg_print_stat_bytes EXPORT_SYMBOL_GPL vmlinux 0x4b47022c devm_device_add_groups @@ -18922,7 +18939,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4b656771 of_clk_add_provider EXPORT_SYMBOL_GPL vmlinux 0x4b689192 serial8250_do_get_mctrl EXPORT_SYMBOL_GPL vmlinux 0x4b6b0936 inet_peer_base_init -EXPORT_SYMBOL_GPL vmlinux 0x4b6d21fb ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x4b871bfe find_module EXPORT_SYMBOL_GPL vmlinux 0x4b8d875c ata_bmdma_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x4b9e0290 usb_add_hcd @@ -18935,7 +18951,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4bd79bdc crypto_stats_akcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x4be45339 __sdhci_add_host EXPORT_SYMBOL_GPL vmlinux 0x4be73da5 srcu_init_notifier_head EXPORT_SYMBOL_GPL vmlinux 0x4be8bf27 bpf_trace_run11 -EXPORT_SYMBOL_GPL vmlinux 0x4be975fb metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x4bf0828f regmap_fields_read EXPORT_SYMBOL_GPL vmlinux 0x4c02d077 ata_sff_qc_fill_rtf EXPORT_SYMBOL_GPL vmlinux 0x4c0c9f95 vfs_getxattr_alloc @@ -18950,10 +18965,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x4ca1adf7 crypto_get_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0x4cb1cf44 ftrace_set_filter EXPORT_SYMBOL_GPL vmlinux 0x4ccf671f init_user_ns EXPORT_SYMBOL_GPL vmlinux 0x4cd0b109 security_kernel_post_read_file -EXPORT_SYMBOL_GPL vmlinux 0x4cd8daa0 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x4cf17d9a hrtimer_cancel EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor -EXPORT_SYMBOL_GPL vmlinux 0x4cf6e560 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x4cfbe8d8 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4cfc58d0 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x4cfe1d90 __root_device_register EXPORT_SYMBOL_GPL vmlinux 0x4cfef328 tps6586x_writes EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable @@ -18968,44 +18983,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x4d680880 fat_scan EXPORT_SYMBOL_GPL vmlinux 0x4d773935 blkg_lookup_slowpath EXPORT_SYMBOL_GPL vmlinux 0x4d7af50d get_net_ns EXPORT_SYMBOL_GPL vmlinux 0x4d7cbe11 wm831x_auxadc_read -EXPORT_SYMBOL_GPL vmlinux 0x4d7fc117 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x4d80d08f tps6586x_update EXPORT_SYMBOL_GPL vmlinux 0x4d92a376 register_mtd_user EXPORT_SYMBOL_GPL vmlinux 0x4d9567e0 dev_pm_get_subsys_data -EXPORT_SYMBOL_GPL vmlinux 0x4da76bcc __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf EXPORT_SYMBOL_GPL vmlinux 0x4db044e6 blkg_conf_prep EXPORT_SYMBOL_GPL vmlinux 0x4dbc7484 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4dc73e8e ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string EXPORT_SYMBOL_GPL vmlinux 0x4df391d4 pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0x4df3bcb2 dw8250_setup_port -EXPORT_SYMBOL_GPL vmlinux 0x4df4ef9e pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0x4df7ec59 regulator_set_drvdata -EXPORT_SYMBOL_GPL vmlinux 0x4e017d0d lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0x4e0dbbd7 unix_outq_len EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries EXPORT_SYMBOL_GPL vmlinux 0x4e140014 led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0x4e14da71 tty_port_register_device_attr_serdev EXPORT_SYMBOL_GPL vmlinux 0x4e1608ca bus_register -EXPORT_SYMBOL_GPL vmlinux 0x4e2a4b7e inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x4e2d4fd1 ata_cable_sata -EXPORT_SYMBOL_GPL vmlinux 0x4e2d8a1c devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x4e2e9bf4 wm8350_read_auxadc EXPORT_SYMBOL_GPL vmlinux 0x4e351374 sdhci_set_clock EXPORT_SYMBOL_GPL vmlinux 0x4e3f9716 crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0x4e4cb671 __get_task_comm -EXPORT_SYMBOL_GPL vmlinux 0x4e57e4b8 inet_hash EXPORT_SYMBOL_GPL vmlinux 0x4e797789 of_devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x4e79b237 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x4e7dad4b tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x4e89e127 verify_signature EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status -EXPORT_SYMBOL_GPL vmlinux 0x4e98416b pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x4e9271ab sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt -EXPORT_SYMBOL_GPL vmlinux 0x4eb39d8b pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x4ec513a9 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x4ec9b52d devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x4ed01a31 dev_coredumpv -EXPORT_SYMBOL_GPL vmlinux 0x4eec38f5 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context EXPORT_SYMBOL_GPL vmlinux 0x4efcc7b3 cpufreq_dbs_governor_limits EXPORT_SYMBOL_GPL vmlinux 0x4f063853 crypto_stats_skcipher_decrypt @@ -19013,6 +19022,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4f098cd5 class_compat_remove_link EXPORT_SYMBOL_GPL vmlinux 0x4f0e69e1 __sync_filesystem EXPORT_SYMBOL_GPL vmlinux 0x4f12d275 sdhci_pltfm_register EXPORT_SYMBOL_GPL vmlinux 0x4f13c689 sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x4f1c88e9 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x4f20767e ata_sff_tf_read EXPORT_SYMBOL_GPL vmlinux 0x4f2a3e71 mtd_get_fact_prot_info EXPORT_SYMBOL_GPL vmlinux 0x4f3464ac blkg_print_stat_ios @@ -19020,6 +19030,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4f36dc5d snd_soc_set_runtime_hwparams EXPORT_SYMBOL_GPL vmlinux 0x4f44d79b transport_destroy_device EXPORT_SYMBOL_GPL vmlinux 0x4f543ff9 mutex_lock_io EXPORT_SYMBOL_GPL vmlinux 0x4f5c0bba vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x4f5de1bc bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x4f64522b device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x4f66b972 usb_ep_set_maxpacket_limit EXPORT_SYMBOL_GPL vmlinux 0x4f671ae5 mbox_chan_received_data @@ -19044,12 +19055,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x4ffb1633 irq_chip_mask_ack_parent EXPORT_SYMBOL_GPL vmlinux 0x4ffdd1cc shmem_file_setup EXPORT_SYMBOL_GPL vmlinux 0x50004aa1 bsg_remove_queue EXPORT_SYMBOL_GPL vmlinux 0x500b2731 crypto_stats_ablkcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x5016a09e udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x501814ad do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0x50187708 irq_domain_alloc_irqs_parent EXPORT_SYMBOL_GPL vmlinux 0x50230dfc snd_dmaengine_pcm_get_chan EXPORT_SYMBOL_GPL vmlinux 0x50299bcb component_add EXPORT_SYMBOL_GPL vmlinux 0x50310e30 snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x5044f52f __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x5061b1e4 gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x5074e2e4 pm_generic_poweroff EXPORT_SYMBOL_GPL vmlinux 0x50777e9d sched_show_task @@ -19062,7 +19073,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x509e19cb crypto_alloc_acomp EXPORT_SYMBOL_GPL vmlinux 0x50a76dc9 perf_aux_output_flag EXPORT_SYMBOL_GPL vmlinux 0x50b3220c snd_compress_new EXPORT_SYMBOL_GPL vmlinux 0x50b88f41 usb_get_gadget_udc_name -EXPORT_SYMBOL_GPL vmlinux 0x50ba008f skb_segment EXPORT_SYMBOL_GPL vmlinux 0x50baa142 bpf_verifier_log_write EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x50d58061 hrtimer_init_sleeper @@ -19077,46 +19087,44 @@ EXPORT_SYMBOL_GPL vmlinux 0x5130597c usb_alloc_urb EXPORT_SYMBOL_GPL vmlinux 0x5137a936 dma_buf_vunmap EXPORT_SYMBOL_GPL vmlinux 0x513a5561 scsi_ioctl_block_when_processing_errors EXPORT_SYMBOL_GPL vmlinux 0x51410142 decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0x51421e6c tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x515238a6 usb_hcd_resume_root_hub -EXPORT_SYMBOL_GPL vmlinux 0x5167bf29 __tcp_bpf_recvmsg -EXPORT_SYMBOL_GPL vmlinux 0x5171c4eb ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x51754009 inet_hashinfo2_init_mod EXPORT_SYMBOL_GPL vmlinux 0x517d3c37 irq_of_parse_and_map EXPORT_SYMBOL_GPL vmlinux 0x51872fd8 cec_s_conn_info EXPORT_SYMBOL_GPL vmlinux 0x51af7581 devm_hwmon_device_unregister -EXPORT_SYMBOL_GPL vmlinux 0x51d40bad devlink_traps_unregister -EXPORT_SYMBOL_GPL vmlinux 0x51d570a1 ping_common_sendmsg -EXPORT_SYMBOL_GPL vmlinux 0x51dd5c58 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x51f483c1 efivar_entry_find EXPORT_SYMBOL_GPL vmlinux 0x520868da split_page EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x52312376 device_match_of_node EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock -EXPORT_SYMBOL_GPL vmlinux 0x52478c7f devlink_params_unpublish +EXPORT_SYMBOL_GPL vmlinux 0x524dfe16 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table -EXPORT_SYMBOL_GPL vmlinux 0x5269eed8 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x5267d9e6 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x5271ce54 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x5271dbf4 pci_ioremap_io EXPORT_SYMBOL_GPL vmlinux 0x527c113f security_kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0x5294787a sock_diag_unregister EXPORT_SYMBOL_GPL vmlinux 0x52b0a21b sdio_readw EXPORT_SYMBOL_GPL vmlinux 0x52b3e8a1 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x52c32ba1 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x52c7d0a7 of_clk_parent_fill EXPORT_SYMBOL_GPL vmlinux 0x52c95cd8 nvmem_device_write EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52db4050 kallsyms_on_each_symbol EXPORT_SYMBOL_GPL vmlinux 0x52f857bb input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x53035952 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x53068768 arm_iommu_create_mapping EXPORT_SYMBOL_GPL vmlinux 0x53409553 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x534a453f pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0x53668677 securityfs_remove EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert -EXPORT_SYMBOL_GPL vmlinux 0x536d3e8e __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0x5371138a sysfs_remove_link EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str EXPORT_SYMBOL_GPL vmlinux 0x5393239b sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x53bb1701 usb_hcd_unmap_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0x53c89b85 usb_gadget_disconnect EXPORT_SYMBOL_GPL vmlinux 0x53fc3bdf led_trigger_show -EXPORT_SYMBOL_GPL vmlinux 0x54078091 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0x540c0d86 snd_pcm_lib_default_mmap EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu EXPORT_SYMBOL_GPL vmlinux 0x5419bb6b invalidate_inode_pages2 @@ -19125,7 +19133,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x541cd4de use_mm EXPORT_SYMBOL_GPL vmlinux 0x544a14d9 i2c_new_dummy EXPORT_SYMBOL_GPL vmlinux 0x544c862f fb_bl_default_curve EXPORT_SYMBOL_GPL vmlinux 0x544ebe79 __cpuhp_state_remove_instance -EXPORT_SYMBOL_GPL vmlinux 0x54613a0a pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x54800bfc snd_dmaengine_pcm_trigger EXPORT_SYMBOL_GPL vmlinux 0x54848a9b spi_async EXPORT_SYMBOL_GPL vmlinux 0x54886885 snd_compress_deregister @@ -19134,11 +19141,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x549a105d efivars_register EXPORT_SYMBOL_GPL vmlinux 0x54a1f2af __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put EXPORT_SYMBOL_GPL vmlinux 0x54e9052c tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x54efae93 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x55050e6d fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x551e2b50 sdhci_pltfm_init EXPORT_SYMBOL_GPL vmlinux 0x552e6d8b of_pci_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data -EXPORT_SYMBOL_GPL vmlinux 0x554145f0 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0x555e0150 regmap_get_reg_stride EXPORT_SYMBOL_GPL vmlinux 0x5565078d __cpuhp_state_add_instance @@ -19148,9 +19156,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x5570418b dpm_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0x5585eb35 acomp_request_free EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map -EXPORT_SYMBOL_GPL vmlinux 0x559da47b ping_close EXPORT_SYMBOL_GPL vmlinux 0x55aa85c9 iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0x55aeb571 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x55b408c0 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x55c43cbc software_node_find_by_name EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper EXPORT_SYMBOL_GPL vmlinux 0x55edeedf da903x_reads @@ -19161,16 +19169,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x56014be9 fsverity_cleanup_inode EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab EXPORT_SYMBOL_GPL vmlinux 0x560ec812 invalidate_inode_pages2_range EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits -EXPORT_SYMBOL_GPL vmlinux 0x561c02aa ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x561ffcc0 thermal_zone_get_slope -EXPORT_SYMBOL_GPL vmlinux 0x5620e5cc devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x5621fac8 usb_enable_ltm EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x562be32e init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status EXPORT_SYMBOL_GPL vmlinux 0x563a48b9 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x563bbb9b __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate -EXPORT_SYMBOL_GPL vmlinux 0x5645e3a1 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x564f2c60 i2c_new_probed_device EXPORT_SYMBOL_GPL vmlinux 0x564f926f da903x_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x5651cfe3 generic_fh_to_parent @@ -19178,7 +19184,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x56652983 xdp_rxq_info_unreg_mem_model EXPORT_SYMBOL_GPL vmlinux 0x569310c4 debugfs_create_u32_array EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress -EXPORT_SYMBOL_GPL vmlinux 0x56cb976f pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up EXPORT_SYMBOL_GPL vmlinux 0x56d6b710 pm_runtime_suspended_time EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter @@ -19187,8 +19192,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x571358d7 snd_soc_component_enable_pin EXPORT_SYMBOL_GPL vmlinux 0x572024d8 snd_soc_jack_add_gpios EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on EXPORT_SYMBOL_GPL vmlinux 0x5725364f usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x572590ee ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options -EXPORT_SYMBOL_GPL vmlinux 0x57449aca pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x575ba00f pl08x_filter_id EXPORT_SYMBOL_GPL vmlinux 0x57673dd2 device_rename EXPORT_SYMBOL_GPL vmlinux 0x576d7824 adp5520_unregister_notifier @@ -19206,14 +19211,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x57e081bd device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0x57e148b2 rt_mutex_timed_lock EXPORT_SYMBOL_GPL vmlinux 0x57f04e9f cpuidle_get_driver EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0x58115ee9 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x58125f1a vfs_fallocate EXPORT_SYMBOL_GPL vmlinux 0x5820c4e8 gpiochip_add_data_with_key EXPORT_SYMBOL_GPL vmlinux 0x582b68c7 regulator_get_bypass_regmap EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock EXPORT_SYMBOL_GPL vmlinux 0x58401408 platform_get_irq_byname -EXPORT_SYMBOL_GPL vmlinux 0x58417d88 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x58448027 of_find_spi_device_by_node EXPORT_SYMBOL_GPL vmlinux 0x584f938f wm5110_revd_irq +EXPORT_SYMBOL_GPL vmlinux 0x5850527b nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x585089d7 ata_sff_wait_ready EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port EXPORT_SYMBOL_GPL vmlinux 0x5869bdbe mbox_flush @@ -19227,6 +19233,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove EXPORT_SYMBOL_GPL vmlinux 0x58e138d6 i2c_generic_scl_recovery EXPORT_SYMBOL_GPL vmlinux 0x58ec454b snd_ctl_sync_vmaster EXPORT_SYMBOL_GPL vmlinux 0x58efef99 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x58f82965 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0x5912149c crypto_grab_akcipher EXPORT_SYMBOL_GPL vmlinux 0x591a7a0e regmap_reinit_cache EXPORT_SYMBOL_GPL vmlinux 0x59274776 dma_get_slave_caps @@ -19239,22 +19246,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x59702211 of_dma_router_register EXPORT_SYMBOL_GPL vmlinux 0x597f1392 ata_scsi_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x5980d18e noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf -EXPORT_SYMBOL_GPL vmlinux 0x59932101 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x59a1a8fd cpufreq_dbs_governor_exit EXPORT_SYMBOL_GPL vmlinux 0x59a1fab8 ehci_cf_port_reset_rwsem EXPORT_SYMBOL_GPL vmlinux 0x59a5a52b register_user_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x59adc8dc devm_regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x59ae02b4 phy_calibrate EXPORT_SYMBOL_GPL vmlinux 0x59b75ce9 __sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x59c99a3f lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x59df6273 sock_zerocopy_put EXPORT_SYMBOL_GPL vmlinux 0x59e1f53d devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x59e39c39 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x59e4628a tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x59e46298 gpiod_unexport EXPORT_SYMBOL_GPL vmlinux 0x59ebc6cf bpf_map_inc EXPORT_SYMBOL_GPL vmlinux 0x59ef28dd snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0x59fc9d26 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x59fef622 pinctrl_dev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x5a2014cb security_file_permission -EXPORT_SYMBOL_GPL vmlinux 0x5a2867a9 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x5a28b14d rio_get_device EXPORT_SYMBOL_GPL vmlinux 0x5a3f9333 of_clk_del_provider EXPORT_SYMBOL_GPL vmlinux 0x5a42e3e7 clockevent_delta2ns @@ -19268,14 +19276,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5a9671d5 adp5520_read EXPORT_SYMBOL_GPL vmlinux 0x5a9ce9a6 key_type_user EXPORT_SYMBOL_GPL vmlinux 0x5aa72e9c dev_pm_opp_of_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner -EXPORT_SYMBOL_GPL vmlinux 0x5ab76b62 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x5ac205e0 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x5ac24451 unregister_kprobe EXPORT_SYMBOL_GPL vmlinux 0x5ac55c9e devm_free_pages -EXPORT_SYMBOL_GPL vmlinux 0x5ad87612 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x5aea9dfb usb_add_phy EXPORT_SYMBOL_GPL vmlinux 0x5af0e4e5 crypto_unregister_template EXPORT_SYMBOL_GPL vmlinux 0x5afc6668 snd_soc_card_get_kcontrol -EXPORT_SYMBOL_GPL vmlinux 0x5b083056 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x5b1566a5 phy_put EXPORT_SYMBOL_GPL vmlinux 0x5b19bd24 thermal_zone_device_register EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek @@ -19283,11 +19289,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x5b232492 regulator_set_bypass_regmap EXPORT_SYMBOL_GPL vmlinux 0x5b24faeb fuse_conn_put EXPORT_SYMBOL_GPL vmlinux 0x5b425d4b pci_epc_mem_free_addr EXPORT_SYMBOL_GPL vmlinux 0x5b45e181 mpc8xxx_spi_rx_buf_u16 -EXPORT_SYMBOL_GPL vmlinux 0x5b576649 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x5b5ba53d mmc_app_cmd EXPORT_SYMBOL_GPL vmlinux 0x5b5f82e8 __lock_page_killable EXPORT_SYMBOL_GPL vmlinux 0x5b613b90 regulator_map_voltage_iterate EXPORT_SYMBOL_GPL vmlinux 0x5b6b2d00 sdhci_request +EXPORT_SYMBOL_GPL vmlinux 0x5b836593 devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x5b919152 fscrypt_ioctl_remove_key_all_users EXPORT_SYMBOL_GPL vmlinux 0x5bb3c086 cpuidle_unregister EXPORT_SYMBOL_GPL vmlinux 0x5bc81fa4 deregister_mtd_blktrans @@ -19297,13 +19303,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp EXPORT_SYMBOL_GPL vmlinux 0x5bddcaac genphy_c45_read_lpa EXPORT_SYMBOL_GPL vmlinux 0x5bea89ab loop_backing_file -EXPORT_SYMBOL_GPL vmlinux 0x5beda745 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x5c0513b7 tps6586x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0x5c0c2dee crypto_alloc_kpp -EXPORT_SYMBOL_GPL vmlinux 0x5c0cab8e tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x5c0ce93b virtqueue_kick_prepare EXPORT_SYMBOL_GPL vmlinux 0x5c0d863f nand_read_oob_op -EXPORT_SYMBOL_GPL vmlinux 0x5c0f58e5 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x5c1e098c cpufreq_freq_transition_end EXPORT_SYMBOL_GPL vmlinux 0x5c1e4bc5 sdhci_set_power EXPORT_SYMBOL_GPL vmlinux 0x5c1f5dab clk_hw_get_num_parents @@ -19318,8 +19321,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control EXPORT_SYMBOL_GPL vmlinux 0x5c5f655a of_phy_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x5c63fd63 ehci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c6d087b ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x5c724709 memory_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0x5c83051b __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x5c778704 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5c7f9432 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x5c877f1c serdev_device_write_buf EXPORT_SYMBOL_GPL vmlinux 0x5c8cd271 __platform_create_bundle EXPORT_SYMBOL_GPL vmlinux 0x5ca76253 of_gen_pool_get @@ -19327,29 +19332,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple EXPORT_SYMBOL_GPL vmlinux 0x5cc0cd53 platform_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x5cc4ee2a ahci_platform_disable_regulators EXPORT_SYMBOL_GPL vmlinux 0x5cc980c0 driver_register -EXPORT_SYMBOL_GPL vmlinux 0x5ce1d2a0 pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x5ce9ea04 scsi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x5cf63972 pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d06d727 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0x5d13c55f alloc_dax_region EXPORT_SYMBOL_GPL vmlinux 0x5d160363 cpufreq_cpu_get_raw -EXPORT_SYMBOL_GPL vmlinux 0x5d1fdb60 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5d1ab16a ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x5d261d9b devm_hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0x5d2f0986 tty_kopen EXPORT_SYMBOL_GPL vmlinux 0x5d39bb60 skcipher_walk_async EXPORT_SYMBOL_GPL vmlinux 0x5d48753e nanddev_bbt_get_block_status -EXPORT_SYMBOL_GPL vmlinux 0x5d58ee11 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0x5d5df79f blkdev_nr_zones EXPORT_SYMBOL_GPL vmlinux 0x5d633c29 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x5d652baa pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x5d668114 rio_inb_pwrite_handler EXPORT_SYMBOL_GPL vmlinux 0x5d699b53 tegra_bpmp_mrq_return EXPORT_SYMBOL_GPL vmlinux 0x5d708f99 clk_register_mux_table EXPORT_SYMBOL_GPL vmlinux 0x5d9aa752 dev_attr_ncq_prio_enable -EXPORT_SYMBOL_GPL vmlinux 0x5d9fb9a9 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x5da0ba53 crypto_register_aead -EXPORT_SYMBOL_GPL vmlinux 0x5da40de1 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact -EXPORT_SYMBOL_GPL vmlinux 0x5dbae641 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x5dcaa9f7 crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0x5dceebab add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0x5dd31bbf vchan_tx_desc_free @@ -19371,21 +19373,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x5e73bbcd snd_soc_component_read EXPORT_SYMBOL_GPL vmlinux 0x5e7839f9 sdio_writeb EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val EXPORT_SYMBOL_GPL vmlinux 0x5e930a54 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x5e93adbb __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x5e9639f9 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x5e97bb2c ahci_print_info EXPORT_SYMBOL_GPL vmlinux 0x5ebc441e dma_resv_get_fences_rcu EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify -EXPORT_SYMBOL_GPL vmlinux 0x5ec6aebe br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0x5ec6e94c crypto_unregister_skciphers EXPORT_SYMBOL_GPL vmlinux 0x5eceeba4 imx_pcm_dma_init EXPORT_SYMBOL_GPL vmlinux 0x5ed03fc9 devm_spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0x5f029018 pm_schedule_suspend -EXPORT_SYMBOL_GPL vmlinux 0x5f04dde9 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x5f092a47 debugfs_create_x16 EXPORT_SYMBOL_GPL vmlinux 0x5f09bd5d rio_attach_device EXPORT_SYMBOL_GPL vmlinux 0x5f129391 __compat_only_sysfs_link_entry_to_kobj EXPORT_SYMBOL_GPL vmlinux 0x5f27e756 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x5f2c0ac2 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0x5f2f6270 devm_regulator_bulk_unregister_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0x5f434bf1 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x5f46dfae pinmux_generic_get_function EXPORT_SYMBOL_GPL vmlinux 0x5f51cbc0 pinconf_generic_dt_free_map EXPORT_SYMBOL_GPL vmlinux 0x5f64c4fc debugfs_remove_recursive @@ -19403,17 +19405,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x5fc2c660 hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0x5fd1e447 gpiochip_add_pin_range EXPORT_SYMBOL_GPL vmlinux 0x5ff1c4de __mtd_next_device EXPORT_SYMBOL_GPL vmlinux 0x5ff25fe0 bus_for_each_drv -EXPORT_SYMBOL_GPL vmlinux 0x6002e2c1 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x600a745e cec_s_log_addrs EXPORT_SYMBOL_GPL vmlinux 0x600fc4c3 ehci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x60198c9d phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x6026e522 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x604084c9 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush EXPORT_SYMBOL_GPL vmlinux 0x60538d01 __register_mtd_parser EXPORT_SYMBOL_GPL vmlinux 0x6055d183 tc3589x_block_write EXPORT_SYMBOL_GPL vmlinux 0x606beb5e dma_can_mmap EXPORT_SYMBOL_GPL vmlinux 0x606d373c tty_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x607b0750 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put EXPORT_SYMBOL_GPL vmlinux 0x60882bf9 rio_unmap_inb_region EXPORT_SYMBOL_GPL vmlinux 0x608bab1f sfp_select_interface @@ -19427,10 +19431,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x60bd19d6 iomap_readpage EXPORT_SYMBOL_GPL vmlinux 0x60de4905 shmem_file_setup_with_mnt EXPORT_SYMBOL_GPL vmlinux 0x60e9a672 ahci_check_ready EXPORT_SYMBOL_GPL vmlinux 0x60ed2c65 pwm_capture -EXPORT_SYMBOL_GPL vmlinux 0x60edb330 bpf_prog_destroy -EXPORT_SYMBOL_GPL vmlinux 0x60f0e563 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x60f28000 tpm_seal_trusted EXPORT_SYMBOL_GPL vmlinux 0x60f6a11e sdhci_reset_tuning +EXPORT_SYMBOL_GPL vmlinux 0x610c6105 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x61105061 pinctrl_utils_add_map_configs EXPORT_SYMBOL_GPL vmlinux 0x61167f55 devm_kstrdup_const EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy @@ -19441,14 +19444,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x61440ca5 dev_coredumpm EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all EXPORT_SYMBOL_GPL vmlinux 0x614aeb0e device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x61578b3d netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x615e9e34 trace_seq_path -EXPORT_SYMBOL_GPL vmlinux 0x61659f92 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x61718036 splice_to_pipe -EXPORT_SYMBOL_GPL vmlinux 0x6174a2e9 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x6180e740 raw_abort EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add EXPORT_SYMBOL_GPL vmlinux 0x6193c305 snd_soc_bytes_tlv_callback EXPORT_SYMBOL_GPL vmlinux 0x6195cb33 sdhci_send_tuning -EXPORT_SYMBOL_GPL vmlinux 0x61a203ee inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x61bb06b5 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x61c535bb dma_buf_export EXPORT_SYMBOL_GPL vmlinux 0x61c8053b sdhci_reset EXPORT_SYMBOL_GPL vmlinux 0x61cf9486 of_genpd_remove_last @@ -19469,16 +19472,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x624a95c6 stmpe_set_altfunc EXPORT_SYMBOL_GPL vmlinux 0x6254a17f iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context -EXPORT_SYMBOL_GPL vmlinux 0x625a44cc pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x626c8d71 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0x62850289 gpiochip_is_requested EXPORT_SYMBOL_GPL vmlinux 0x629a3495 dev_pm_opp_unregister_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift EXPORT_SYMBOL_GPL vmlinux 0x62cf7c7e tc3589x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked -EXPORT_SYMBOL_GPL vmlinux 0x62e91334 pci_generic_config_write32 -EXPORT_SYMBOL_GPL vmlinux 0x62eb1d71 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x62f049c8 public_key_subtype -EXPORT_SYMBOL_GPL vmlinux 0x62f66f81 pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0x63063bdb hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x6306e214 sdio_readb EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent @@ -19488,9 +19488,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x632721b9 wm8350_reg_write EXPORT_SYMBOL_GPL vmlinux 0x635d8666 find_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x6367927f sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0x637e2de1 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x63841d37 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x63890b23 usb_unpoison_urb EXPORT_SYMBOL_GPL vmlinux 0x638a85b3 nvmem_add_cell_table -EXPORT_SYMBOL_GPL vmlinux 0x638d0e98 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x638d1350 spi_async_locked EXPORT_SYMBOL_GPL vmlinux 0x6390dd9e blkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x639acf3b pm_qos_request_active @@ -19509,25 +19509,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x63f46956 ata_sff_thaw EXPORT_SYMBOL_GPL vmlinux 0x640f60e3 devm_regulator_register EXPORT_SYMBOL_GPL vmlinux 0x6424e52d wm8350_block_read EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 -EXPORT_SYMBOL_GPL vmlinux 0x643d078a addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x644432ce usb_gadget_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x6446dc10 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x64488db5 metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq EXPORT_SYMBOL_GPL vmlinux 0x644c87ad get_cpu_device EXPORT_SYMBOL_GPL vmlinux 0x644f1064 put_mtd_device EXPORT_SYMBOL_GPL vmlinux 0x6451cb23 driver_attach EXPORT_SYMBOL_GPL vmlinux 0x645de906 __devm_regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64778311 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0x6498c0f9 wbc_detach_inode EXPORT_SYMBOL_GPL vmlinux 0x649da1da __clocksource_update_freq_scale -EXPORT_SYMBOL_GPL vmlinux 0x64a45b33 skb_to_sgvec -EXPORT_SYMBOL_GPL vmlinux 0x64aecc80 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x64a9b178 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x64b080d5 of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x64be6788 mtd_block_markbad EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove EXPORT_SYMBOL_GPL vmlinux 0x64cdf082 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x64d70458 dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x64ec8a30 usb_gadget_map_request EXPORT_SYMBOL_GPL vmlinux 0x64f4f52d kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default @@ -19538,10 +19539,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x653d3ef1 crypto_register_shash EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x65717c23 pinctrl_utils_add_map_mux EXPORT_SYMBOL_GPL vmlinux 0x657aaecf sdhci_set_uhs_signaling -EXPORT_SYMBOL_GPL vmlinux 0x657ae1ec pcie_aspm_enabled -EXPORT_SYMBOL_GPL vmlinux 0x657d76d9 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x6584be8d sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0x658bd462 snd_soc_get_strobe -EXPORT_SYMBOL_GPL vmlinux 0x65935f19 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x6595d130 spi_mem_supports_op EXPORT_SYMBOL_GPL vmlinux 0x65a08c86 bpf_prog_sub EXPORT_SYMBOL_GPL vmlinux 0x65a1b551 omap_iommu_restore_ctx @@ -19550,6 +19549,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x65abd744 of_clk_hw_simple_get EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers EXPORT_SYMBOL_GPL vmlinux 0x65d45f21 rdev_get_dev EXPORT_SYMBOL_GPL vmlinux 0x65def01d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x65e0c2e0 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0x65efa838 relay_reset EXPORT_SYMBOL_GPL vmlinux 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL vmlinux 0x65fc1b92 blkdev_reset_zones @@ -19574,30 +19574,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng EXPORT_SYMBOL_GPL vmlinux 0x668ab1c9 fat_time_unix2fat EXPORT_SYMBOL_GPL vmlinux 0x668f5e81 serial8250_em485_destroy EXPORT_SYMBOL_GPL vmlinux 0x6694b9cb blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x669affb0 udp_abort EXPORT_SYMBOL_GPL vmlinux 0x669ef69e rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x66ae7c57 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x66af4132 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up EXPORT_SYMBOL_GPL vmlinux 0x66bfc11f wm8998_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x66c13514 ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0x66c8ff3d ulpi_viewport_access_ops EXPORT_SYMBOL_GPL vmlinux 0x66d4a992 phy_pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr EXPORT_SYMBOL_GPL vmlinux 0x66f5fe89 tcp_orphan_count -EXPORT_SYMBOL_GPL vmlinux 0x6715c9bf pci_iomap_wc_range -EXPORT_SYMBOL_GPL vmlinux 0x6718c12b ping_bind EXPORT_SYMBOL_GPL vmlinux 0x67218f4d ata_sas_port_stop EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key EXPORT_SYMBOL_GPL vmlinux 0x6736981c deregister_mtd_parser EXPORT_SYMBOL_GPL vmlinux 0x674732cc blkcg_root -EXPORT_SYMBOL_GPL vmlinux 0x675441e3 devlink_port_param_driverinit_value_set -EXPORT_SYMBOL_GPL vmlinux 0x67567831 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x6758b8fd crypto_unregister_aeads -EXPORT_SYMBOL_GPL vmlinux 0x675e28d8 pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x676b9193 firmware_config_table EXPORT_SYMBOL_GPL vmlinux 0x6774cf40 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0x67752290 fsnotify_destroy_mark EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key EXPORT_SYMBOL_GPL vmlinux 0x6787a895 perf_event_release_kernel EXPORT_SYMBOL_GPL vmlinux 0x679135c8 bgpio_init -EXPORT_SYMBOL_GPL vmlinux 0x6791a226 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x679466ed usb_choose_configuration EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits EXPORT_SYMBOL_GPL vmlinux 0x67963e87 crypto_mod_get @@ -19608,7 +19606,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x67fea26c efivar_entry_set_get_size EXPORT_SYMBOL_GPL vmlinux 0x68195c22 max8997_write_reg EXPORT_SYMBOL_GPL vmlinux 0x68326759 of_property_read_variable_u64_array -EXPORT_SYMBOL_GPL vmlinux 0x684ca9d4 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x685525da ohci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x68619311 irq_chip_request_resources_parent EXPORT_SYMBOL_GPL vmlinux 0x686e8094 unregister_kretprobe @@ -19617,16 +19614,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x6879987e regulator_map_voltage_ascend EXPORT_SYMBOL_GPL vmlinux 0x687abf07 sysfs_remove_group EXPORT_SYMBOL_GPL vmlinux 0x687d56fc __reset_control_get EXPORT_SYMBOL_GPL vmlinux 0x687fca31 imx6q_cpuidle_fec_irqs_used -EXPORT_SYMBOL_GPL vmlinux 0x688726a3 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x6894835c __tracepoint_pelt_rt_tp EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch EXPORT_SYMBOL_GPL vmlinux 0x68a72947 snd_soc_add_dai_controls -EXPORT_SYMBOL_GPL vmlinux 0x68a9a575 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x68acb93f nvmem_device_cell_write EXPORT_SYMBOL_GPL vmlinux 0x68b89fde perf_get_aux -EXPORT_SYMBOL_GPL vmlinux 0x68b96a47 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x68bc28e8 crypto_dequeue_request -EXPORT_SYMBOL_GPL vmlinux 0x68c18577 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x68eaefac sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x68f0030c __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x68f0ada3 led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0x68f241b9 snd_pcm_add_chmap_ctls EXPORT_SYMBOL_GPL vmlinux 0x68f37e9f __tracepoint_neigh_update @@ -19645,27 +19640,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host EXPORT_SYMBOL_GPL vmlinux 0x6959ee5d ahci_do_hardreset EXPORT_SYMBOL_GPL vmlinux 0x695f1ecb phy_get EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init -EXPORT_SYMBOL_GPL vmlinux 0x6970efaf pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x6974167d gpiochip_line_is_valid EXPORT_SYMBOL_GPL vmlinux 0x6978d70e pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698b3b3f nd_tbl EXPORT_SYMBOL_GPL vmlinux 0x69999b82 sdhci_cqe_disable EXPORT_SYMBOL_GPL vmlinux 0x69a212fd proc_create_net_data_write EXPORT_SYMBOL_GPL vmlinux 0x69a7e9f2 screen_glyph_unicode -EXPORT_SYMBOL_GPL vmlinux 0x69a83e78 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x69af8c4a gpiod_get_raw_value EXPORT_SYMBOL_GPL vmlinux 0x69d2c1a2 tty_init_termios EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen EXPORT_SYMBOL_GPL vmlinux 0x69f1dd64 virtqueue_is_broken -EXPORT_SYMBOL_GPL vmlinux 0x69f47169 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x6a00cfb2 iomap_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode EXPORT_SYMBOL_GPL vmlinux 0x6a0d9f8f crypto_register_alg EXPORT_SYMBOL_GPL vmlinux 0x6a13b82d report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x6a1db176 console_drivers -EXPORT_SYMBOL_GPL vmlinux 0x6a22417e inet_ctl_sock_create -EXPORT_SYMBOL_GPL vmlinux 0x6a339c44 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x6a3c04b6 ata_link_next EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize @@ -19677,28 +19668,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a7dddd8 of_dma_configure EXPORT_SYMBOL_GPL vmlinux 0x6a82dea1 iommu_dev_enable_feature EXPORT_SYMBOL_GPL vmlinux 0x6a92f0c2 bio_disassociate_blkg EXPORT_SYMBOL_GPL vmlinux 0x6a9efa56 xsk_reuseq_swap -EXPORT_SYMBOL_GPL vmlinux 0x6aa37f8f ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0x6ab1c8bb xas_store EXPORT_SYMBOL_GPL vmlinux 0x6ab2570e snd_soc_component_get_pin_status EXPORT_SYMBOL_GPL vmlinux 0x6ae641b6 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x6aeb22d3 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x6aeb9674 pinctrl_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x6afb52b9 rtc_read_time EXPORT_SYMBOL_GPL vmlinux 0x6b0ad77d md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x6b0eadd3 transport_class_register EXPORT_SYMBOL_GPL vmlinux 0x6b11b059 musb_writeb EXPORT_SYMBOL_GPL vmlinux 0x6b15cdc3 regmap_write_async -EXPORT_SYMBOL_GPL vmlinux 0x6b1f5d76 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x6b181982 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0x6b38efd5 genphy_c45_check_and_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b5d7d07 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x6b5ddae1 usb_get_descriptor EXPORT_SYMBOL_GPL vmlinux 0x6b72e663 rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0x6b7e3448 ahci_platform_shutdown EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier EXPORT_SYMBOL_GPL vmlinux 0x6b87b4eb sdio_readl EXPORT_SYMBOL_GPL vmlinux 0x6b8ce1ef __pm_runtime_resume -EXPORT_SYMBOL_GPL vmlinux 0x6b91367b sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x6b91e14d ping_bind EXPORT_SYMBOL_GPL vmlinux 0x6b962ad3 pinmux_generic_get_function_count EXPORT_SYMBOL_GPL vmlinux 0x6ba34f90 device_show_ulong EXPORT_SYMBOL_GPL vmlinux 0x6baabc76 rio_release_outb_mbox @@ -19710,14 +19702,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x6bdebb14 trace_event_buffer_reserve EXPORT_SYMBOL_GPL vmlinux 0x6be6fffb bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0x6bf3ca5c iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0x6c0d9bf6 security_path_chmod +EXPORT_SYMBOL_GPL vmlinux 0x6c0eaf87 usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x6c1c5d5f balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0x6c23f4ef free_rs -EXPORT_SYMBOL_GPL vmlinux 0x6c244828 rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen EXPORT_SYMBOL_GPL vmlinux 0x6c43b737 ata_sff_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert -EXPORT_SYMBOL_GPL vmlinux 0x6c5e1696 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x6c5efd1c cec_unregister_adapter EXPORT_SYMBOL_GPL vmlinux 0x6c6ec140 md_do_sync EXPORT_SYMBOL_GPL vmlinux 0x6c7b2352 regmap_async_complete @@ -19730,28 +19721,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain EXPORT_SYMBOL_GPL vmlinux 0x6cbb4407 cec_register_adapter EXPORT_SYMBOL_GPL vmlinux 0x6cc85a1b of_phandle_iterator_next EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats -EXPORT_SYMBOL_GPL vmlinux 0x6cd76ccb fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0x6ce16648 dev_pm_opp_get_freq EXPORT_SYMBOL_GPL vmlinux 0x6d00790b dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x6d0b8c5e percpu_ref_switch_to_atomic_sync EXPORT_SYMBOL_GPL vmlinux 0x6d1619f5 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x6d1b6db7 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match EXPORT_SYMBOL_GPL vmlinux 0x6d2da350 snd_soc_dapm_get_pin_switch EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d30f861 kstrdup_quotable_file -EXPORT_SYMBOL_GPL vmlinux 0x6d3e05fa ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x6d53058d pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6d6763a9 ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any EXPORT_SYMBOL_GPL vmlinux 0x6d7cdba4 of_alias_get_id EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x6d7f50b4 of_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x6d8747a0 scatterwalk_ffwd -EXPORT_SYMBOL_GPL vmlinux 0x6d90fa22 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x6daecf2a clk_regmap_mux_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x6db193df usb_sg_cancel -EXPORT_SYMBOL_GPL vmlinux 0x6db47c4b __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6dbab467 device_init_wakeup EXPORT_SYMBOL_GPL vmlinux 0x6dc43f43 imx6q_cpuidle_fec_irqs_unused @@ -19759,7 +19748,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x6dd73942 devm_gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0x6ddc5519 software_node_unregister_nodes EXPORT_SYMBOL_GPL vmlinux 0x6de79b77 find_vpid EXPORT_SYMBOL_GPL vmlinux 0x6dfabed1 sbitmap_add_wait_queue -EXPORT_SYMBOL_GPL vmlinux 0x6e0c674b strp_init +EXPORT_SYMBOL_GPL vmlinux 0x6e0b65fd ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x6e12ec07 devlink_params_unpublish +EXPORT_SYMBOL_GPL vmlinux 0x6e16c1b4 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x6e1a16f2 rtc_class_open EXPORT_SYMBOL_GPL vmlinux 0x6e234d40 user_read EXPORT_SYMBOL_GPL vmlinux 0x6e2d4556 __srcu_notifier_call_chain @@ -19767,7 +19758,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e37b3b8 register_kretprobes EXPORT_SYMBOL_GPL vmlinux 0x6e3c3f37 mpc8xxx_spi_tx_buf_u8 EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x6e42a8a8 xdp_rxq_info_reg_mem_model -EXPORT_SYMBOL_GPL vmlinux 0x6e478e1f skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free EXPORT_SYMBOL_GPL vmlinux 0x6e4ce28b rio_mport_get_feature EXPORT_SYMBOL_GPL vmlinux 0x6e5af3f6 mtd_unpoint @@ -19778,7 +19768,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e809f85 crypto_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base EXPORT_SYMBOL_GPL vmlinux 0x6eb12aab free_io_pgtable_ops EXPORT_SYMBOL_GPL vmlinux 0x6eb1a06a watchdog_notify_pretimeout -EXPORT_SYMBOL_GPL vmlinux 0x6eb3fd8e pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x6ebca854 arizona_free_irq EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6ec48d80 put_pid_ns @@ -19791,26 +19780,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x6f1dd7c3 of_console_check EXPORT_SYMBOL_GPL vmlinux 0x6f2449a1 of_property_read_string_helper EXPORT_SYMBOL_GPL vmlinux 0x6f30777f snd_dmaengine_pcm_request_channel EXPORT_SYMBOL_GPL vmlinux 0x6f449f3a pci_epf_create -EXPORT_SYMBOL_GPL vmlinux 0x6f46dc25 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x6f51095f pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x6f690c69 __trace_note_message EXPORT_SYMBOL_GPL vmlinux 0x6f743925 device_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x6f7da818 dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0x6f89ea2e __irq_domain_alloc_fwnode EXPORT_SYMBOL_GPL vmlinux 0x6f8d5c9d sfp_add_phy EXPORT_SYMBOL_GPL vmlinux 0x6f8e0b52 serdev_device_set_baudrate -EXPORT_SYMBOL_GPL vmlinux 0x6f9a9cf9 dw_pcie_find_ext_capability -EXPORT_SYMBOL_GPL vmlinux 0x6f9b63ea inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fb46003 tps6586x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x6fb7e313 asic3_write_register -EXPORT_SYMBOL_GPL vmlinux 0x6fe18026 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x6ff2a155 snd_soc_dapm_free EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x70089980 bpf_trace_run3 EXPORT_SYMBOL_GPL vmlinux 0x70101379 tps65912_device_exit EXPORT_SYMBOL_GPL vmlinux 0x701d975e pstore_register -EXPORT_SYMBOL_GPL vmlinux 0x70202341 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x70262776 anon_transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x7040300b serial8250_do_shutdown EXPORT_SYMBOL_GPL vmlinux 0x7043513d devm_kfree @@ -19820,17 +19805,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x7058838d thermal_zone_set_trips EXPORT_SYMBOL_GPL vmlinux 0x705ba887 security_path_link EXPORT_SYMBOL_GPL vmlinux 0x70611a03 serdev_controller_remove EXPORT_SYMBOL_GPL vmlinux 0x7067ce9d regulator_disable_regmap -EXPORT_SYMBOL_GPL vmlinux 0x706889b4 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x706bff26 scsi_unregister_device_handler EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array EXPORT_SYMBOL_GPL vmlinux 0x708695dc of_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x708e82a5 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x709e5bd4 ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x70ae75df tps65912_device_init EXPORT_SYMBOL_GPL vmlinux 0x70b26e4f crypto_init_shash_spawn EXPORT_SYMBOL_GPL vmlinux 0x70b575e6 list_lru_walk_node EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time -EXPORT_SYMBOL_GPL vmlinux 0x70cbda4d devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq EXPORT_SYMBOL_GPL vmlinux 0x70cfdeed bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0x70d7e930 shash_attr_alg @@ -19840,7 +19824,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x711bc555 locks_alloc_lock EXPORT_SYMBOL_GPL vmlinux 0x711c451a dev_pm_qos_hide_flags EXPORT_SYMBOL_GPL vmlinux 0x7130d491 debugfs_real_fops -EXPORT_SYMBOL_GPL vmlinux 0x71333ee2 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features EXPORT_SYMBOL_GPL vmlinux 0x714487a1 rtc_initialize_alarm EXPORT_SYMBOL_GPL vmlinux 0x714f9a00 gov_attr_set_put @@ -19848,6 +19831,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x715a4f37 __wake_up_pollfree EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized EXPORT_SYMBOL_GPL vmlinux 0x7163183d __fscrypt_prepare_symlink EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness +EXPORT_SYMBOL_GPL vmlinux 0x7165f605 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x71742272 clk_hw_set_parent EXPORT_SYMBOL_GPL vmlinux 0x717ace26 serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0x717cbe2f sysfs_groups_change_owner @@ -19855,10 +19839,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x7187b18f snd_soc_tplg_component_remove EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x71ad63aa led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x71cff772 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x71d7dfb9 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x71dc1bd4 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check EXPORT_SYMBOL_GPL vmlinux 0x71f95d2c snd_soc_jack_notifier_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7203fbdb tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x720abfb2 crypto_stats_kpp_compute_shared_secret EXPORT_SYMBOL_GPL vmlinux 0x72127e5f usb_block_urb EXPORT_SYMBOL_GPL vmlinux 0x7219d15c add_page_wait_queue @@ -19868,9 +19853,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x7234deed powercap_unregister_control_type EXPORT_SYMBOL_GPL vmlinux 0x7235dc46 clone_private_mount EXPORT_SYMBOL_GPL vmlinux 0x723a3671 fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0x72554363 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x72692db4 sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0x72753f99 uart_insert_char EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events -EXPORT_SYMBOL_GPL vmlinux 0x7284b04f devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x72a24554 kernfs_get EXPORT_SYMBOL_GPL vmlinux 0x72aee1ad sbitmap_get EXPORT_SYMBOL_GPL vmlinux 0x72b299e1 efi_capsule_supported @@ -19879,36 +19864,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x72cdbdc3 i2c_adapter_type EXPORT_SYMBOL_GPL vmlinux 0x72d6c055 sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0x73132c96 relay_flush EXPORT_SYMBOL_GPL vmlinux 0x73209865 crypto_ahash_finup -EXPORT_SYMBOL_GPL vmlinux 0x7324f11c rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x73254846 clk_gate_restore_context EXPORT_SYMBOL_GPL vmlinux 0x73282927 tps6586x_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0x732d2bfa mnt_want_write_file EXPORT_SYMBOL_GPL vmlinux 0x7336afaf devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7341638e pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x73439d30 fwnode_usb_role_switch_get -EXPORT_SYMBOL_GPL vmlinux 0x734f8897 udp_abort EXPORT_SYMBOL_GPL vmlinux 0x7383dc93 snd_soc_jack_free_gpios -EXPORT_SYMBOL_GPL vmlinux 0x739b64a8 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x73a223ed get_kernel_page EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a55169 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x73a736bb driver_create_file EXPORT_SYMBOL_GPL vmlinux 0x73acb705 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x73b5715b fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id EXPORT_SYMBOL_GPL vmlinux 0x73b9f9ed irq_domain_xlate_onetwocell EXPORT_SYMBOL_GPL vmlinux 0x73ce9fc4 __crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite -EXPORT_SYMBOL_GPL vmlinux 0x73dbf398 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x73edf61e pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0x7407ff75 map_vm_area EXPORT_SYMBOL_GPL vmlinux 0x7423dab8 sched_trace_rq_avg_rt EXPORT_SYMBOL_GPL vmlinux 0x74244581 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7427cf64 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x74290933 devm_of_phy_get_by_index EXPORT_SYMBOL_GPL vmlinux 0x742af540 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x742b96da nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744f5e79 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0x74566026 snd_soc_get_dai_name EXPORT_SYMBOL_GPL vmlinux 0x7465430e register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x7488c9b4 fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0x74938860 skcipher_walk_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x749785e1 dma_run_dependencies -EXPORT_SYMBOL_GPL vmlinux 0x749ad84c tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on EXPORT_SYMBOL_GPL vmlinux 0x74bb7395 pinctrl_utils_add_config @@ -19921,6 +19908,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x751aa949 led_trigger_remove EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status EXPORT_SYMBOL_GPL vmlinux 0x7539c152 xdp_rxq_info_unused EXPORT_SYMBOL_GPL vmlinux 0x75448b55 mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0x75493692 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x754feea0 sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0x7554ce95 arizona_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send @@ -19943,6 +19931,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter EXPORT_SYMBOL_GPL vmlinux 0x7602f084 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x761bb9af tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x761d9800 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x7652b9a8 regulator_enable_regmap EXPORT_SYMBOL_GPL vmlinux 0x765abaf6 power_supply_unregister EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key @@ -19950,7 +19939,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x76729794 sdhci_pltfm_pmops EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier EXPORT_SYMBOL_GPL vmlinux 0x7689f577 extcon_set_property_capability EXPORT_SYMBOL_GPL vmlinux 0x768fc760 dev_pm_set_wake_irq -EXPORT_SYMBOL_GPL vmlinux 0x7692c18b fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x76a29d1b device_connection_add EXPORT_SYMBOL_GPL vmlinux 0x76abbebc of_irq_parse_one EXPORT_SYMBOL_GPL vmlinux 0x76af906e kobject_move @@ -19986,8 +19974,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x775eeb1c sbitmap_resize EXPORT_SYMBOL_GPL vmlinux 0x7766da09 ohci_setup EXPORT_SYMBOL_GPL vmlinux 0x776a875b gpiochip_set_nested_irqchip -EXPORT_SYMBOL_GPL vmlinux 0x77778fc5 dev_change_net_namespace -EXPORT_SYMBOL_GPL vmlinux 0x777e127e sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read EXPORT_SYMBOL_GPL vmlinux 0x7799dce0 software_node_fwnode EXPORT_SYMBOL_GPL vmlinux 0x77aa34b6 edac_mc_add_mc_with_groups @@ -19995,6 +19981,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x77aad10c usb_control_msg EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string EXPORT_SYMBOL_GPL vmlinux 0x77c24b21 tty_buffer_request_room EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare +EXPORT_SYMBOL_GPL vmlinux 0x77cd5522 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x77da5318 pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0x77e12bf8 irq_gc_mask_set_bit EXPORT_SYMBOL_GPL vmlinux 0x77f20013 platform_bus EXPORT_SYMBOL_GPL vmlinux 0x77f435e0 alloc_dax @@ -20010,27 +19998,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x782641ea fwnode_graph_get_port_parent EXPORT_SYMBOL_GPL vmlinux 0x7838d0ce gpiochip_generic_free EXPORT_SYMBOL_GPL vmlinux 0x78403fd0 pinmux_generic_add_function EXPORT_SYMBOL_GPL vmlinux 0x784974f9 sfp_register_upstream -EXPORT_SYMBOL_GPL vmlinux 0x784b7e3f devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x784d8d23 serial8250_rpm_get -EXPORT_SYMBOL_GPL vmlinux 0x7851e2b2 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x7854f317 check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x78578cfa __sdhci_set_timeout EXPORT_SYMBOL_GPL vmlinux 0x78590efe ahci_platform_resume_host EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available EXPORT_SYMBOL_GPL vmlinux 0x786d1c2c list_lru_add EXPORT_SYMBOL_GPL vmlinux 0x787703cd of_dma_controller_free -EXPORT_SYMBOL_GPL vmlinux 0x78838170 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x7886f81c irq_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0x7892e5ab virtio_add_status EXPORT_SYMBOL_GPL vmlinux 0x789706d4 scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0x78a59b38 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x78c0eb4c dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0x78cf1e78 dm_get_md EXPORT_SYMBOL_GPL vmlinux 0x78d61aca of_usb_host_tpl_support -EXPORT_SYMBOL_GPL vmlinux 0x78d79e9e devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x78d7de4a bus_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x78ff9931 i2c_bus_type EXPORT_SYMBOL_GPL vmlinux 0x79010c28 sata_link_resume -EXPORT_SYMBOL_GPL vmlinux 0x79014789 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x790be310 __devm_reset_control_get EXPORT_SYMBOL_GPL vmlinux 0x7915000a bpf_trace_run2 EXPORT_SYMBOL_GPL vmlinux 0x7915721e ata_std_bios_param @@ -20038,6 +20022,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x791cd645 dev_pm_opp_set_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x79266cca usb_hcd_unmap_urb_setup_for_dma EXPORT_SYMBOL_GPL vmlinux 0x79280def gpiochip_get_data EXPORT_SYMBOL_GPL vmlinux 0x7928c7eb ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x792a67ce do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x79340b1d meson_clk_pll_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x793a93dc raw_v6_hashinfo EXPORT_SYMBOL_GPL vmlinux 0x793c2047 l3mdev_fib_table_rcu @@ -20048,23 +20033,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot EXPORT_SYMBOL_GPL vmlinux 0x79500415 devm_platform_ioremap_resource EXPORT_SYMBOL_GPL vmlinux 0x795420c4 nand_change_read_column_op +EXPORT_SYMBOL_GPL vmlinux 0x7971e448 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x797d5c88 kobject_get_path -EXPORT_SYMBOL_GPL vmlinux 0x798556c1 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x7990f26e sdhci_remove_host EXPORT_SYMBOL_GPL vmlinux 0x79918285 pinconf_generic_dt_subnode_to_map EXPORT_SYMBOL_GPL vmlinux 0x79a0971d snd_soc_add_component_controls EXPORT_SYMBOL_GPL vmlinux 0x79a55149 genphy_c45_read_link -EXPORT_SYMBOL_GPL vmlinux 0x79b0d4c7 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x79b15c71 device_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0x79b888c7 devm_fwnode_pwm_get -EXPORT_SYMBOL_GPL vmlinux 0x79ce7c06 ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0x79d23837 snd_soc_dapm_enable_pin EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0x79e01313 kernfs_put EXPORT_SYMBOL_GPL vmlinux 0x79e15df3 shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x79ea0496 serial8250_rpm_put_tx EXPORT_SYMBOL_GPL vmlinux 0x79f12196 __phy_modify_changed -EXPORT_SYMBOL_GPL vmlinux 0x7a005841 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x79fb1956 inet_hash EXPORT_SYMBOL_GPL vmlinux 0x7a20441b cec_transmit_done_ts EXPORT_SYMBOL_GPL vmlinux 0x7a26fd28 tty_find_polling_driver EXPORT_SYMBOL_GPL vmlinux 0x7a2e94cb platform_get_resource @@ -20075,37 +20058,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x7a593f04 pwmchip_add EXPORT_SYMBOL_GPL vmlinux 0x7a63693d clk_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7a710424 thermal_zone_of_sensor_unregister EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7adda3 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc EXPORT_SYMBOL_GPL vmlinux 0x7a804bc0 devm_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie EXPORT_SYMBOL_GPL vmlinux 0x7a8b916c rtc_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0x7a90dceb snd_soc_lookup_component -EXPORT_SYMBOL_GPL vmlinux 0x7a945e4b pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x7aa1bd4a cgroup_get_from_path EXPORT_SYMBOL_GPL vmlinux 0x7aa31f52 dev_pm_opp_enable EXPORT_SYMBOL_GPL vmlinux 0x7aa521a5 fwnode_remove_software_node EXPORT_SYMBOL_GPL vmlinux 0x7ab83667 page_endio EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array -EXPORT_SYMBOL_GPL vmlinux 0x7acb78b0 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings EXPORT_SYMBOL_GPL vmlinux 0x7ad1fce9 pci_epf_bind -EXPORT_SYMBOL_GPL vmlinux 0x7ae3d1da nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x7af10cb1 cec_queue_pin_hpd_event EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0x7b3117de devm_extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0x7b3d53e2 rio_set_port_lockout -EXPORT_SYMBOL_GPL vmlinux 0x7b48ec5f __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x7b52a5d8 devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x7b53855b dapm_regulator_event EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x7b61f175 genphy_c45_config_aneg -EXPORT_SYMBOL_GPL vmlinux 0x7b63a6ba sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0x7b6505f3 dma_request_chan_by_mask EXPORT_SYMBOL_GPL vmlinux 0x7b695ab3 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0x7b7b321d fsnotify_add_mark EXPORT_SYMBOL_GPL vmlinux 0x7b896943 cpts_release +EXPORT_SYMBOL_GPL vmlinux 0x7b8d64cb ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x7b8df94c of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x7b943001 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x7b944c5f srcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us EXPORT_SYMBOL_GPL vmlinux 0x7bab6124 clk_regmap_divider_ro_ops @@ -20113,9 +20094,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x7bbf55f5 blk_trace_remove EXPORT_SYMBOL_GPL vmlinux 0x7bc87647 power_supply_get_property EXPORT_SYMBOL_GPL vmlinux 0x7bd47bfe musb_readb EXPORT_SYMBOL_GPL vmlinux 0x7bd666ea efivar_entry_add -EXPORT_SYMBOL_GPL vmlinux 0x7befaea8 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x7bf29f86 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x7bf4968b tegra_bpmp_transfer_atomic -EXPORT_SYMBOL_GPL vmlinux 0x7c0a904b devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x7c1ee148 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x7c25e417 css_next_descendant_pre EXPORT_SYMBOL_GPL vmlinux 0x7c299f6a gpiochip_irqchip_add_key EXPORT_SYMBOL_GPL vmlinux 0x7c2a8683 sysfs_update_group @@ -20123,7 +20104,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7c3e84ea platform_irq_count EXPORT_SYMBOL_GPL vmlinux 0x7c3fedbe stmpe811_adc_common_init EXPORT_SYMBOL_GPL vmlinux 0x7c403969 srcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x7c7a4172 iommu_map -EXPORT_SYMBOL_GPL vmlinux 0x7c8f9ef3 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare EXPORT_SYMBOL_GPL vmlinux 0x7ca8cedc of_hwspin_lock_get_id_byname @@ -20131,6 +20112,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7cb5f2bf thermal_remove_hwmon_sysfs EXPORT_SYMBOL_GPL vmlinux 0x7cbc0d73 pm_clk_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x7cc06ba2 component_master_del EXPORT_SYMBOL_GPL vmlinux 0x7cc53713 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7cc6eaf5 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver EXPORT_SYMBOL_GPL vmlinux 0x7cdda013 debugfs_create_u64 EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq @@ -20144,7 +20126,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7d116b11 register_pernet_device EXPORT_SYMBOL_GPL vmlinux 0x7d1bb432 __regmap_init EXPORT_SYMBOL_GPL vmlinux 0x7d1f0366 __put_mtd_device EXPORT_SYMBOL_GPL vmlinux 0x7d3655fb dev_pm_qos_expose_flags -EXPORT_SYMBOL_GPL vmlinux 0x7d430aec nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x7d4a46bc pinctrl_count_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x7d527c07 edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq @@ -20153,13 +20134,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x7da595a0 __srcu_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x7da6e70d cec_notifier_parse_hdmi_phandle EXPORT_SYMBOL_GPL vmlinux 0x7da7ccd4 sched_trace_rd_span EXPORT_SYMBOL_GPL vmlinux 0x7daa6e48 crypto_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x7dd20d39 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x7dd435a7 snd_card_rw_proc_new EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0x7de8e3de rio_dev_get EXPORT_SYMBOL_GPL vmlinux 0x7e00b1d3 tty_buffer_unlock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x7e0246eb ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0x7e08d3c8 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7e157b7d skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x7e1a5024 dev_pm_opp_put_opp_table EXPORT_SYMBOL_GPL vmlinux 0x7e43b403 device_show_bool EXPORT_SYMBOL_GPL vmlinux 0x7e52fc16 device_node_to_regmap @@ -20176,10 +20157,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x7e9ec5d5 usb_queue_reset_device EXPORT_SYMBOL_GPL vmlinux 0x7eb9680a serdev_device_close EXPORT_SYMBOL_GPL vmlinux 0x7ebd9e22 led_set_brightness_sync EXPORT_SYMBOL_GPL vmlinux 0x7ed6476a probe_kernel_write -EXPORT_SYMBOL_GPL vmlinux 0x7ed9995e tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async -EXPORT_SYMBOL_GPL vmlinux 0x7f03fe1f pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x7f057790 sdhci_set_ios +EXPORT_SYMBOL_GPL vmlinux 0x7f14d7f4 dw_pcie_host_init EXPORT_SYMBOL_GPL vmlinux 0x7f1e14f8 scsi_autopm_get_device EXPORT_SYMBOL_GPL vmlinux 0x7f204208 crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0x7f2a892e device_reprobe @@ -20187,30 +20167,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x7f387ba7 ata_bmdma_start EXPORT_SYMBOL_GPL vmlinux 0x7f3d1ef4 device_register EXPORT_SYMBOL_GPL vmlinux 0x7f4b306c mbox_send_message EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7f1dd6 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf EXPORT_SYMBOL_GPL vmlinux 0x7f9a7e49 trace_define_field EXPORT_SYMBOL_GPL vmlinux 0x7f9f674d of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7fa01893 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x7fa639b0 apply_to_page_range EXPORT_SYMBOL_GPL vmlinux 0x7fa720a6 hrtimer_active EXPORT_SYMBOL_GPL vmlinux 0x7fb4a6ce ata_sas_async_probe EXPORT_SYMBOL_GPL vmlinux 0x7fcce341 crypto_rng_reset -EXPORT_SYMBOL_GPL vmlinux 0x7fceb5da pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x7fd13e4b securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x7fd500e8 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x7fdafdd9 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x7fee9dab alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x7ff5ab59 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x80001259 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x8004e145 class_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0x80187a52 clk_hw_register_gate -EXPORT_SYMBOL_GPL vmlinux 0x801a22df sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x801a7af8 ata_sff_port_ops EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table EXPORT_SYMBOL_GPL vmlinux 0x802dee13 gpiod_get_array_optional -EXPORT_SYMBOL_GPL vmlinux 0x803f6f3e devlink_register EXPORT_SYMBOL_GPL vmlinux 0x804929d8 thermal_zone_get_offset EXPORT_SYMBOL_GPL vmlinux 0x804dc3d2 pkcs7_get_content_data EXPORT_SYMBOL_GPL vmlinux 0x804f9061 meson_clk_pll_ops EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put -EXPORT_SYMBOL_GPL vmlinux 0x80587706 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x805b5de7 pm_generic_restore_noirq EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor EXPORT_SYMBOL_GPL vmlinux 0x80767f0e extcon_find_edev_by_node @@ -20219,11 +20199,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x808282bd device_connection_remove EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested EXPORT_SYMBOL_GPL vmlinux 0x809a440d put_device EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate -EXPORT_SYMBOL_GPL vmlinux 0x80a6b273 seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0x80a8beec bpf_offload_dev_match EXPORT_SYMBOL_GPL vmlinux 0x80b17b75 omap_get_plat_info EXPORT_SYMBOL_GPL vmlinux 0x80b9b24e mtd_unlock EXPORT_SYMBOL_GPL vmlinux 0x80ba24d6 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x80bbdec8 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x80be2b18 class_interface_unregister EXPORT_SYMBOL_GPL vmlinux 0x80bf18c4 nand_select_target EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close @@ -20234,11 +20214,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x80e699df iomap_readpages EXPORT_SYMBOL_GPL vmlinux 0x80ef82f6 relay_switch_subbuf EXPORT_SYMBOL_GPL vmlinux 0x80f7d128 __tracepoint_block_bio_remap EXPORT_SYMBOL_GPL vmlinux 0x81096465 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x810a6dd5 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x81145089 __rio_local_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0x8116c1d5 tpmm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0x811d0794 tc3589x_reg_read EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify -EXPORT_SYMBOL_GPL vmlinux 0x8131577e pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl EXPORT_SYMBOL_GPL vmlinux 0x8162f923 snd_pcm_hw_constraint_eld @@ -20246,17 +20226,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits EXPORT_SYMBOL_GPL vmlinux 0x819bbe79 sata_link_hardreset EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe EXPORT_SYMBOL_GPL vmlinux 0x81b440b3 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x81b831f1 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x81e07591 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x81e9624b ata_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x81f2b867 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x81fea568 br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0x8202ff05 pci_epc_set_bar -EXPORT_SYMBOL_GPL vmlinux 0x821ee58b devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0x82239988 ata_bmdma_stop EXPORT_SYMBOL_GPL vmlinux 0x823a021c usb_register_dev EXPORT_SYMBOL_GPL vmlinux 0x82529bc1 edac_mc_free EXPORT_SYMBOL_GPL vmlinux 0x825555b1 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0x82560e3e __platform_driver_probe EXPORT_SYMBOL_GPL vmlinux 0x825a0e81 usb_reset_device -EXPORT_SYMBOL_GPL vmlinux 0x82730cd0 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x826f48e7 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x8275bb84 usb_gadget_unmap_request EXPORT_SYMBOL_GPL vmlinux 0x8277684c regulator_disable_deferred EXPORT_SYMBOL_GPL vmlinux 0x827dc657 dax_supported @@ -20267,13 +20249,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82e00107 debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0x8308e3db of_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x831a42c5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x831fa630 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x832bf6bf dev_pm_opp_get_suspend_opp_freq EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind EXPORT_SYMBOL_GPL vmlinux 0x833a7007 rio_mport_initialize EXPORT_SYMBOL_GPL vmlinux 0x833a7c41 srcu_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x8340c327 fuse_fill_super_common EXPORT_SYMBOL_GPL vmlinux 0x83486d40 skcipher_walk_complete -EXPORT_SYMBOL_GPL vmlinux 0x83504a16 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x836b2c3a clk_regmap_mux_ops EXPORT_SYMBOL_GPL vmlinux 0x838a576d __generic_fsdax_supported EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free @@ -20287,11 +20269,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x83dc3a23 dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x83dd6fae sdio_claim_host EXPORT_SYMBOL_GPL vmlinux 0x83defd99 wakeup_source_create EXPORT_SYMBOL_GPL vmlinux 0x83e984eb da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x8406f919 strp_init EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv EXPORT_SYMBOL_GPL vmlinux 0x841581f3 __account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x842518ef crypto_alloc_skcipher EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype EXPORT_SYMBOL_GPL vmlinux 0x843bf307 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x84450cb7 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x8446066f rio_del_mport_pw_handler EXPORT_SYMBOL_GPL vmlinux 0x844712df perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno @@ -20299,6 +20283,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x845aa3dc lpddr2_jedec_timings EXPORT_SYMBOL_GPL vmlinux 0x845b2069 usb_show_dynids EXPORT_SYMBOL_GPL vmlinux 0x8461980c dma_get_required_mask EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84752930 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x8475e2ad shash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert EXPORT_SYMBOL_GPL vmlinux 0x84ab2b6a usb_disable_lpm @@ -20306,46 +20291,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x84d6a056 kthread_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x85008adb usb_kill_urb EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy -EXPORT_SYMBOL_GPL vmlinux 0x8515988f nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x85169256 bio_trim EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate EXPORT_SYMBOL_GPL vmlinux 0x852138fb clk_hw_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x8527ce06 pci_epc_map_addr EXPORT_SYMBOL_GPL vmlinux 0x85324327 iomap_page_mkwrite EXPORT_SYMBOL_GPL vmlinux 0x853a4b88 bpf_prog_free -EXPORT_SYMBOL_GPL vmlinux 0x853dd03f pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x853fba09 nanddev_bbt_init EXPORT_SYMBOL_GPL vmlinux 0x85409c34 sb800_prefetch EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put EXPORT_SYMBOL_GPL vmlinux 0x8570f468 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x85743a8e blk_set_pm_only EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array -EXPORT_SYMBOL_GPL vmlinux 0x8585a315 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x858f3d62 irq_set_default_host EXPORT_SYMBOL_GPL vmlinux 0x8593a761 usb_unlocked_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0x859ec785 ehci_adjust_port_wakeup_flags EXPORT_SYMBOL_GPL vmlinux 0x859ec962 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x85a1e935 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword EXPORT_SYMBOL_GPL vmlinux 0x85aca8ec user_free_preparse EXPORT_SYMBOL_GPL vmlinux 0x85acb812 register_kprobe EXPORT_SYMBOL_GPL vmlinux 0x85ae6f44 tpm_tis_resume EXPORT_SYMBOL_GPL vmlinux 0x85b3f3cf inet_getpeer EXPORT_SYMBOL_GPL vmlinux 0x85b96081 dev_attr_em_message_type -EXPORT_SYMBOL_GPL vmlinux 0x85c3020e skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x85c414f3 arizona_dev_exit EXPORT_SYMBOL_GPL vmlinux 0x85c54b61 efivar_validate EXPORT_SYMBOL_GPL vmlinux 0x85c75bff wait_on_page_writeback -EXPORT_SYMBOL_GPL vmlinux 0x85ce48e9 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x85d227f0 gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x85db751f nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x85f42ed9 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x8610ee35 ata_sas_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init EXPORT_SYMBOL_GPL vmlinux 0x863954a4 rio_free_net EXPORT_SYMBOL_GPL vmlinux 0x863c83b9 ata_msleep EXPORT_SYMBOL_GPL vmlinux 0x8643fe4d spi_res_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8645d917 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x8657e855 hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start -EXPORT_SYMBOL_GPL vmlinux 0x865ede55 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x8665230b percpu_ref_switch_to_percpu EXPORT_SYMBOL_GPL vmlinux 0x866c83eb blk_mq_freeze_queue_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x866dd9ad led_trigger_rename_static @@ -20363,10 +20345,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x86f9a0a4 gpiod_set_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x86f9f015 srcu_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x86fc89b9 debugfs_create_devm_seqfile -EXPORT_SYMBOL_GPL vmlinux 0x8701cbf2 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x87121a3d devm_gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0x87218dcd vfs_writef -EXPORT_SYMBOL_GPL vmlinux 0x873d1e6f xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x8747e682 key_type_logon EXPORT_SYMBOL_GPL vmlinux 0x874d6c9a ata_port_desc EXPORT_SYMBOL_GPL vmlinux 0x874eafc0 gpiod_count @@ -20376,11 +20356,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x8799cb51 mmc_pwrseq_unregister EXPORT_SYMBOL_GPL vmlinux 0x879b3a5a crypto_inst_setname EXPORT_SYMBOL_GPL vmlinux 0x87a1e284 spi_sync EXPORT_SYMBOL_GPL vmlinux 0x87a26574 tpm_tis_remove -EXPORT_SYMBOL_GPL vmlinux 0x87b2a523 fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x87b2b34e __tracepoint_attach_device_to_domain EXPORT_SYMBOL_GPL vmlinux 0x87bc2dfb to_software_node EXPORT_SYMBOL_GPL vmlinux 0x87c2c65b dm_internal_resume_fast -EXPORT_SYMBOL_GPL vmlinux 0x87d0b7f6 free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x87e50e1a snd_soc_get_xr_sx EXPORT_SYMBOL_GPL vmlinux 0x87f13cef tty_buffer_lock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x87fb252a rt_mutex_lock @@ -20390,34 +20368,34 @@ EXPORT_SYMBOL_GPL vmlinux 0x8812973d gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0x88131470 mddev_suspend EXPORT_SYMBOL_GPL vmlinux 0x8827a617 devm_irq_setup_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x88303a71 ack_all_badblocks -EXPORT_SYMBOL_GPL vmlinux 0x88327cf5 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x883ca9d7 module_mutex EXPORT_SYMBOL_GPL vmlinux 0x88400949 debugfs_file_get EXPORT_SYMBOL_GPL vmlinux 0x88405dbd zap_vma_ptes EXPORT_SYMBOL_GPL vmlinux 0x88522ddf __put_net EXPORT_SYMBOL_GPL vmlinux 0x887d0446 usb_ep_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x8880228f skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x888a9f2f snd_soc_of_parse_daifmt EXPORT_SYMBOL_GPL vmlinux 0x888e192e spi_setup -EXPORT_SYMBOL_GPL vmlinux 0x88a19d0a ip_fib_metrics_init -EXPORT_SYMBOL_GPL vmlinux 0x88a98a1a ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88c070ef security_path_truncate +EXPORT_SYMBOL_GPL vmlinux 0x88c309a7 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x88c4ecf7 register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0x88d4faa7 pci_epc_mem_alloc_addr EXPORT_SYMBOL_GPL vmlinux 0x88e08e35 blk_mq_quiesce_queue EXPORT_SYMBOL_GPL vmlinux 0x88f8de10 device_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops -EXPORT_SYMBOL_GPL vmlinux 0x89009767 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x8909530a wm831x_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0x8910a26f devm_devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state EXPORT_SYMBOL_GPL vmlinux 0x892ce441 of_clk_src_onecell_get EXPORT_SYMBOL_GPL vmlinux 0x892ed768 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8934ef15 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x8935c42c crypto_unregister_templates EXPORT_SYMBOL_GPL vmlinux 0x89375fb4 __vfs_removexattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put EXPORT_SYMBOL_GPL vmlinux 0x89415074 regmap_attach_dev EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894ea3ab ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x8988e831 dev_pm_qos_hide_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x89893d0c fwnode_get_named_gpiod EXPORT_SYMBOL_GPL vmlinux 0x89966ebd devm_thermal_zone_of_sensor_register @@ -20426,8 +20404,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x89a9b450 snd_soc_jack_add_gpiods EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x89c4895c gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x89c58665 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x89dc5054 tpm_chip_register -EXPORT_SYMBOL_GPL vmlinux 0x89e91eba raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x89eb8ab4 devm_request_pci_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x89ffd615 regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0x8a06e166 clockevents_config_and_register @@ -20442,11 +20420,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x8a4e7149 blkdev_write_iter EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop EXPORT_SYMBOL_GPL vmlinux 0x8a68ab92 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x8a72b5cd dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x8a7b4d87 cpuidle_disable_device EXPORT_SYMBOL_GPL vmlinux 0x8a7dacfa iommu_group_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x8a84bbaf clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x8a85a0fa dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0x8a85d8e1 bus_create_file EXPORT_SYMBOL_GPL vmlinux 0x8a8ade69 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8a927524 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x8a9b90b5 fuse_direct_io EXPORT_SYMBOL_GPL vmlinux 0x8aa0013f nanddev_markbad EXPORT_SYMBOL_GPL vmlinux 0x8aa02161 alarm_cancel @@ -20457,12 +20438,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap EXPORT_SYMBOL_GPL vmlinux 0x8aaeaab5 dev_pm_put_subsys_data EXPORT_SYMBOL_GPL vmlinux 0x8ab1fa95 usb_find_interface EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files -EXPORT_SYMBOL_GPL vmlinux 0x8ac73c16 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x8acf140e sdhci_get_property EXPORT_SYMBOL_GPL vmlinux 0x8af07f0a snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x8af21098 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x8b027e30 ata_std_prereset EXPORT_SYMBOL_GPL vmlinux 0x8b03bb0a extcon_set_state EXPORT_SYMBOL_GPL vmlinux 0x8b09c9d2 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x8b0faa52 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match EXPORT_SYMBOL_GPL vmlinux 0x8b1668f0 crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0x8b16b237 fsl8250_handle_irq @@ -20471,21 +20453,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b2f7be1 devres_find EXPORT_SYMBOL_GPL vmlinux 0x8b35092d of_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0x8b542b6a cec_transmit_msg +EXPORT_SYMBOL_GPL vmlinux 0x8b66c7cb __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x8b810ced i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x8b887c07 of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages EXPORT_SYMBOL_GPL vmlinux 0x8b9e64d4 qcom_smem_state_get -EXPORT_SYMBOL_GPL vmlinux 0x8bb89349 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x8bc928bd rio_route_clr_table EXPORT_SYMBOL_GPL vmlinux 0x8bd45508 mtd_pairing_info_to_wunit EXPORT_SYMBOL_GPL vmlinux 0x8be1ff9b irq_set_chip_and_handler_name EXPORT_SYMBOL_GPL vmlinux 0x8bf126a2 __spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue -EXPORT_SYMBOL_GPL vmlinux 0x8c12eadf dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0x8c1ddb9b xhci_mtk_drop_ep_quirk EXPORT_SYMBOL_GPL vmlinux 0x8c1feaa3 __pm_runtime_use_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x8c2921e2 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8c49d2d7 pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x8c51190d xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x8c5468a8 task_cgroup_path EXPORT_SYMBOL_GPL vmlinux 0x8c569ee7 proc_create_net_single EXPORT_SYMBOL_GPL vmlinux 0x8c5ca94e sysfs_notify @@ -20499,16 +20483,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x8caeeeaa rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x8cb11d0d security_inode_create EXPORT_SYMBOL_GPL vmlinux 0x8cbc33e1 power_supply_powers EXPORT_SYMBOL_GPL vmlinux 0x8cda17e8 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL vmlinux 0x8cf21593 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x8d0d2625 tegra_xusb_padctl_legacy_remove EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d23abda dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x8d256744 perf_tp_event EXPORT_SYMBOL_GPL vmlinux 0x8d4e20f0 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8d7a3629 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x8d7d4b68 verify_pkcs7_signature EXPORT_SYMBOL_GPL vmlinux 0x8d84dfc0 snd_soc_component_update_bits_async EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits EXPORT_SYMBOL_GPL vmlinux 0x8d871a0a snd_soc_debugfs_root EXPORT_SYMBOL_GPL vmlinux 0x8d8c3bad usb_debug_root EXPORT_SYMBOL_GPL vmlinux 0x8dbfdfbf iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x8dc0b4e9 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table EXPORT_SYMBOL_GPL vmlinux 0x8dd84547 edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0x8ddc60b5 pm_runtime_force_resume @@ -20518,6 +20506,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8de78ddb snd_soc_dapm_kcontrol_dapm EXPORT_SYMBOL_GPL vmlinux 0x8deb16f6 ata_cable_80wire EXPORT_SYMBOL_GPL vmlinux 0x8df493c3 irq_domain_reset_irq_data EXPORT_SYMBOL_GPL vmlinux 0x8e0f1119 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x8e1aedc0 inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x8e1cd294 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0x8e287d28 fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x8e2c9f66 extcon_set_state_sync @@ -20525,7 +20514,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep EXPORT_SYMBOL_GPL vmlinux 0x8e519e0c of_property_read_u64_index EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table EXPORT_SYMBOL_GPL vmlinux 0x8e753a27 skcipher_walk_aead_decrypt -EXPORT_SYMBOL_GPL vmlinux 0x8e91610e __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x8e961fc6 power_supply_class EXPORT_SYMBOL_GPL vmlinux 0x8ea5ed40 i2c_adapter_depth EXPORT_SYMBOL_GPL vmlinux 0x8ead3911 virtqueue_kick @@ -20538,25 +20526,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x8eedec80 cs47l24_patch EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x8f038016 of_prop_next_string EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp -EXPORT_SYMBOL_GPL vmlinux 0x8f0bda5d pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x8f0d899c regmap_write EXPORT_SYMBOL_GPL vmlinux 0x8f1a8cf9 rsa_parse_pub_key EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 EXPORT_SYMBOL_GPL vmlinux 0x8f1fd6e7 crypto_ahash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x8f36b1f7 dev_pm_opp_put_supported_hw +EXPORT_SYMBOL_GPL vmlinux 0x8f467af5 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x8f55e1cf otg_ulpi_create EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x8f725e67 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x8f76c8e4 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype EXPORT_SYMBOL_GPL vmlinux 0x8f944409 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x8fa09693 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x8fd0373f irq_generic_chip_ops EXPORT_SYMBOL_GPL vmlinux 0x8fdf7f22 crypto_register_rng EXPORT_SYMBOL_GPL vmlinux 0x8fe12a21 usb_submit_urb -EXPORT_SYMBOL_GPL vmlinux 0x8ff7c17d usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0x90144164 serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x90164e09 of_phandle_iterator_init EXPORT_SYMBOL_GPL vmlinux 0x901c6c99 __tracepoint_neigh_update_done EXPORT_SYMBOL_GPL vmlinux 0x90276f0f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x902c2546 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x90375216 pid_nr_ns EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x9042e4ac securityfs_create_dir @@ -20564,11 +20554,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x90449de4 dev_pm_qos_expose_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0x9055f573 ablkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x905e5471 of_property_read_u64 EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put +EXPORT_SYMBOL_GPL vmlinux 0x9068d476 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x9070e987 sm501_find_clock EXPORT_SYMBOL_GPL vmlinux 0x908cee8d usb_of_get_device_node EXPORT_SYMBOL_GPL vmlinux 0x90ab8b02 devm_regmap_del_irq_chip -EXPORT_SYMBOL_GPL vmlinux 0x90ba50a0 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x90c3499a dev_attr_link_power_management_policy EXPORT_SYMBOL_GPL vmlinux 0x90da75f3 vring_create_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x90ec0b50 disable_kprobe @@ -20581,13 +20571,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream EXPORT_SYMBOL_GPL vmlinux 0x913e2dec snd_soc_dapm_nc_pin EXPORT_SYMBOL_GPL vmlinux 0x914b021e usb_amd_pt_check_port EXPORT_SYMBOL_GPL vmlinux 0x914e3012 __kthread_should_park -EXPORT_SYMBOL_GPL vmlinux 0x91513095 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table EXPORT_SYMBOL_GPL vmlinux 0x91536ef7 usb_gadget_deactivate EXPORT_SYMBOL_GPL vmlinux 0x917bf6a6 ata_host_suspend EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free EXPORT_SYMBOL_GPL vmlinux 0x91a68e4a ref_module -EXPORT_SYMBOL_GPL vmlinux 0x91c64839 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq EXPORT_SYMBOL_GPL vmlinux 0x91d7ac95 pkcs7_free_message EXPORT_SYMBOL_GPL vmlinux 0x91e21ccb trace_output_call @@ -20597,7 +20585,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x92348180 ata_cable_ignore EXPORT_SYMBOL_GPL vmlinux 0x92393e75 crypto_hash_walk_done EXPORT_SYMBOL_GPL vmlinux 0x923d660c usb_autopm_put_interface EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object -EXPORT_SYMBOL_GPL vmlinux 0x92564382 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x9258061e blk_set_queue_dying EXPORT_SYMBOL_GPL vmlinux 0x927f97da eventfd_fget EXPORT_SYMBOL_GPL vmlinux 0x9282f433 __tracepoint_devlink_hwmsg @@ -20610,7 +20597,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x92d72357 srcu_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read EXPORT_SYMBOL_GPL vmlinux 0x92df8cfb serdev_device_set_parity EXPORT_SYMBOL_GPL vmlinux 0x92f09c99 of_map_rid -EXPORT_SYMBOL_GPL vmlinux 0x92fb550c strp_done EXPORT_SYMBOL_GPL vmlinux 0x931229cd init_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs EXPORT_SYMBOL_GPL vmlinux 0x931d26fe usb_hc_died @@ -20630,7 +20616,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x93f0e7b2 mtd_ooblayout_find_eccregion EXPORT_SYMBOL_GPL vmlinux 0x93fb510b list_lru_del EXPORT_SYMBOL_GPL vmlinux 0x94146669 attribute_container_find_class_device EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put -EXPORT_SYMBOL_GPL vmlinux 0x941f65c2 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x942d2cd8 sdio_f0_writeb EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack EXPORT_SYMBOL_GPL vmlinux 0x9443deb4 ptp_classify_raw @@ -20638,37 +20623,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x94487038 of_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0x94495a40 nand_deselect_target EXPORT_SYMBOL_GPL vmlinux 0x944bec46 relay_close EXPORT_SYMBOL_GPL vmlinux 0x944d50a6 component_del -EXPORT_SYMBOL_GPL vmlinux 0x946389b2 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x947b8aef crypto_stats_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x948c8de7 device_match_devt EXPORT_SYMBOL_GPL vmlinux 0x949d4026 sysfs_remove_file_from_group EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid -EXPORT_SYMBOL_GPL vmlinux 0x94b15bfa fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x94b904dd __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x94bf68fe nanddev_mtd_erase EXPORT_SYMBOL_GPL vmlinux 0x94c22a75 __percpu_down_read EXPORT_SYMBOL_GPL vmlinux 0x94c481ed crypto_register_ahashes EXPORT_SYMBOL_GPL vmlinux 0x94c9db6c hwspin_lock_request EXPORT_SYMBOL_GPL vmlinux 0x94cd1b80 usb_get_dr_mode -EXPORT_SYMBOL_GPL vmlinux 0x94d44289 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0x94dd036d led_sysfs_enable EXPORT_SYMBOL_GPL vmlinux 0x94e31d6d usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0x94f9885a skb_morph EXPORT_SYMBOL_GPL vmlinux 0x94fb1ba6 crypto_aead_setkey EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread -EXPORT_SYMBOL_GPL vmlinux 0x95108d34 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x95159d8c udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg EXPORT_SYMBOL_GPL vmlinux 0x951a8246 cpu_device_create -EXPORT_SYMBOL_GPL vmlinux 0x951b5177 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit EXPORT_SYMBOL_GPL vmlinux 0x95336b08 usb_deregister_device_driver EXPORT_SYMBOL_GPL vmlinux 0x9533aebb tps6586x_write EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds EXPORT_SYMBOL_GPL vmlinux 0x95470e12 dm_per_bio_data EXPORT_SYMBOL_GPL vmlinux 0x955078b8 rio_mport_send_doorbell -EXPORT_SYMBOL_GPL vmlinux 0x95588e2d switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn EXPORT_SYMBOL_GPL vmlinux 0x9567a7f2 phy_create EXPORT_SYMBOL_GPL vmlinux 0x958131a8 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x95855389 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free EXPORT_SYMBOL_GPL vmlinux 0x9596e5b1 snd_soc_component_init_regmap EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks @@ -20682,7 +20665,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x95bc337b flow_indr_del_block_cb EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free EXPORT_SYMBOL_GPL vmlinux 0x95d4433a exportfs_encode_inode_fh EXPORT_SYMBOL_GPL vmlinux 0x95e3cb10 sock_diag_check_cookie -EXPORT_SYMBOL_GPL vmlinux 0x95e6b0a1 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x95ed3df5 sdhci_cleanup_host EXPORT_SYMBOL_GPL vmlinux 0x95ee851e usb_hcd_map_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size @@ -20691,12 +20673,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x9601b4c8 regulator_set_current_limit EXPORT_SYMBOL_GPL vmlinux 0x9616d49e dummy_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x965c8b07 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x9665ad59 udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x966ed954 devres_close_group EXPORT_SYMBOL_GPL vmlinux 0x968f9a23 efivar_entry_iter_begin -EXPORT_SYMBOL_GPL vmlinux 0x9691ade8 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x96a1cc6d of_property_read_variable_u8_array EXPORT_SYMBOL_GPL vmlinux 0x96b40176 usb_put_intf EXPORT_SYMBOL_GPL vmlinux 0x96b81b12 get_tree_mtd +EXPORT_SYMBOL_GPL vmlinux 0x96c2cff1 sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0x96cac2e7 device_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x96d10030 meson_clk_pcie_pll_ops @@ -20709,17 +20692,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x96f65491 gpiochip_populate_parent_fwspec_twocell EXPORT_SYMBOL_GPL vmlinux 0x96f77857 netlink_strict_get_check EXPORT_SYMBOL_GPL vmlinux 0x97046b9b phy_exit EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971bb50e pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x971d61f0 hrtimer_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x972495b7 sysfs_add_file_to_group EXPORT_SYMBOL_GPL vmlinux 0x9726c14c bpf_offload_dev_netdev_unregister EXPORT_SYMBOL_GPL vmlinux 0x973e39e2 devm_regmap_init_vexpress_config EXPORT_SYMBOL_GPL vmlinux 0x973f24c9 pinctrl_pm_select_sleep_state EXPORT_SYMBOL_GPL vmlinux 0x97478437 open_related_ns -EXPORT_SYMBOL_GPL vmlinux 0x9749fffd udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x974f20fa get_governor_parent_kobj -EXPORT_SYMBOL_GPL vmlinux 0x97543fe7 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same EXPORT_SYMBOL_GPL vmlinux 0x975c65d4 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x9762952d devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x97659959 usb_ep_queue EXPORT_SYMBOL_GPL vmlinux 0x97764df6 devm_of_platform_depopulate EXPORT_SYMBOL_GPL vmlinux 0x97770670 mm_account_pinned_pages @@ -20728,7 +20711,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x97959d56 irq_domain_set_hwirq_and_chip EXPORT_SYMBOL_GPL vmlinux 0x979ac5bd l3mdev_master_upper_ifindex_by_index_rcu EXPORT_SYMBOL_GPL vmlinux 0x97a05295 xhci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x97b71dc9 btree_insert -EXPORT_SYMBOL_GPL vmlinux 0x97c253b8 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x97caae88 snd_dmaengine_pcm_pointer_no_residue EXPORT_SYMBOL_GPL vmlinux 0x97d87518 da9052_enable_irq EXPORT_SYMBOL_GPL vmlinux 0x97dd1a26 evm_inode_init_security @@ -20741,7 +20723,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x98004e55 devm_mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x9816c3ed pinmux_generic_remove_function EXPORT_SYMBOL_GPL vmlinux 0x9816d43c devm_gpiochip_add_data EXPORT_SYMBOL_GPL vmlinux 0x9821e7a7 crypto_alloc_base -EXPORT_SYMBOL_GPL vmlinux 0x98267317 fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick EXPORT_SYMBOL_GPL vmlinux 0x9848363e phy_resolve_aneg_pause EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc @@ -20751,6 +20732,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x98644016 pinctrl_generic_add_group EXPORT_SYMBOL_GPL vmlinux 0x986ecbec devres_for_each_res EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987af18b sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x988239be irq_chip_set_type_parent EXPORT_SYMBOL_GPL vmlinux 0x988fed0f regulator_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x9898a1ce fat_detach @@ -20759,11 +20741,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x98c4bf69 kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x98c9fa11 dax_copy_to_iter EXPORT_SYMBOL_GPL vmlinux 0x98d9db55 ahash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x98e45150 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x98f2be8a pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios EXPORT_SYMBOL_GPL vmlinux 0x98ffdd85 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x99096d15 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x991ece7e vfs_listxattr EXPORT_SYMBOL_GPL vmlinux 0x99344156 sdio_get_host_pm_caps -EXPORT_SYMBOL_GPL vmlinux 0x9941026a devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x99479c3e pinctrl_pm_select_default_state EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on EXPORT_SYMBOL_GPL vmlinux 0x995d31f0 encode_bch @@ -20772,31 +20755,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x99b9aee4 get_mtd_device EXPORT_SYMBOL_GPL vmlinux 0x99bc71b7 regmap_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x99c075e5 i2c_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x99cd0596 devm_hwmon_device_register_with_info -EXPORT_SYMBOL_GPL vmlinux 0x99df89d7 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x99d84431 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x99f058d1 devm_of_platform_populate EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at EXPORT_SYMBOL_GPL vmlinux 0x99f580ea __blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0x9a048866 user_preparse EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a176511 xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x9a1c247e tty_port_link_device EXPORT_SYMBOL_GPL vmlinux 0x9a1de36a devm_phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x9a3944d5 edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0x9a407dc0 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9a5230a9 dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x9a595d01 devm_gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x9a5f88f2 srcu_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x9a69ea7e __phy_modify EXPORT_SYMBOL_GPL vmlinux 0x9a8313b9 musb_interrupt EXPORT_SYMBOL_GPL vmlinux 0x9a8cda5a blk_queue_max_discard_segments -EXPORT_SYMBOL_GPL vmlinux 0x9aa6321b iptunnel_metadata_reply -EXPORT_SYMBOL_GPL vmlinux 0x9aa80b36 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x9abe62c5 cpts_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops EXPORT_SYMBOL_GPL vmlinux 0x9ac1e748 crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0x9acdbd7f of_dma_xlate_by_chan_id EXPORT_SYMBOL_GPL vmlinux 0x9ad3b2b9 thermal_generate_netlink_event EXPORT_SYMBOL_GPL vmlinux 0x9ad56d2d __tracepoint_block_split -EXPORT_SYMBOL_GPL vmlinux 0x9adefc77 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aecf5e5 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x9af01fe5 rio_mport_get_efb EXPORT_SYMBOL_GPL vmlinux 0x9b18f76f usb_sg_wait EXPORT_SYMBOL_GPL vmlinux 0x9b200393 blk_trace_startstop @@ -20815,22 +20798,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x9b773003 input_ff_create EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config -EXPORT_SYMBOL_GPL vmlinux 0x9bc3936c fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x9bb10651 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x9bc5f72a xhci_suspend EXPORT_SYMBOL_GPL vmlinux 0x9bdb2bae update_time +EXPORT_SYMBOL_GPL vmlinux 0x9bebc512 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui EXPORT_SYMBOL_GPL vmlinux 0x9bf069e5 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9c062d2d pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x9c1b9695 cpufreq_generic_attr EXPORT_SYMBOL_GPL vmlinux 0x9c1d6454 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x9c2aec3b __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x9c4bba51 bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c9ebdfe rockchip_pcie_parse_dt EXPORT_SYMBOL_GPL vmlinux 0x9c9eeab0 unregister_asymmetric_key_parser -EXPORT_SYMBOL_GPL vmlinux 0x9ca5433d netdev_is_rx_handler_busy -EXPORT_SYMBOL_GPL vmlinux 0x9ca8282a __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0x9cb53167 of_prop_next_u32 EXPORT_SYMBOL_GPL vmlinux 0x9cb5d3b4 devm_gpiod_get_index_optional -EXPORT_SYMBOL_GPL vmlinux 0x9cba7b81 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc94f20 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x9cd453d6 iommu_report_device_fault EXPORT_SYMBOL_GPL vmlinux 0x9ce75b19 serial8250_set_defaults EXPORT_SYMBOL_GPL vmlinux 0x9cecdd86 devfreq_event_add_edev @@ -20839,6 +20824,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9d11c08e tty_ldisc_ref_wait EXPORT_SYMBOL_GPL vmlinux 0x9d36c6c2 fwnode_create_software_node EXPORT_SYMBOL_GPL vmlinux 0x9d72ab0a unix_inq_len EXPORT_SYMBOL_GPL vmlinux 0x9d7415bc of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x9d7df2c0 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x9d7e2045 adp5520_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page EXPORT_SYMBOL_GPL vmlinux 0x9d8894d9 ata_sff_irq_on @@ -20848,10 +20834,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x9da69a62 register_virtio_driver EXPORT_SYMBOL_GPL vmlinux 0x9daaee69 iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0x9dba64d7 alarm_restart EXPORT_SYMBOL_GPL vmlinux 0x9dc57afe bpf_trace_run4 -EXPORT_SYMBOL_GPL vmlinux 0x9dca93d4 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x9dcd1fd5 kobject_create_and_add EXPORT_SYMBOL_GPL vmlinux 0x9ddf7baa usb_enable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x9de1dd36 net_dm_hw_report +EXPORT_SYMBOL_GPL vmlinux 0x9de842e3 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0x9debd3a4 driver_for_each_device EXPORT_SYMBOL_GPL vmlinux 0x9dec4d4e cpufreq_cooling_unregister EXPORT_SYMBOL_GPL vmlinux 0x9dfbbffa ata_host_alloc_pinfo @@ -20862,6 +20848,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field EXPORT_SYMBOL_GPL vmlinux 0x9e5ffb7f input_ff_upload EXPORT_SYMBOL_GPL vmlinux 0x9e611d1b usb_gen_phy_init EXPORT_SYMBOL_GPL vmlinux 0x9e6c5f05 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x9e74ad12 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x9e7d0640 ftrace_set_notrace EXPORT_SYMBOL_GPL vmlinux 0x9ebe9a51 clk_hw_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x9ec6e92b __fput_sync @@ -20869,6 +20856,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x9ee02c95 tty_kclose EXPORT_SYMBOL_GPL vmlinux 0x9ee351f9 ata_host_start EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns +EXPORT_SYMBOL_GPL vmlinux 0x9f06a588 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x9f0f2c3a dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups EXPORT_SYMBOL_GPL vmlinux 0x9f321d4a rio_request_outb_mbox @@ -20886,6 +20874,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9f9968dc genphy_c45_aneg_done EXPORT_SYMBOL_GPL vmlinux 0x9fada7fc bus_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x9fb48935 sata_pmp_qc_defer_cmd_switch EXPORT_SYMBOL_GPL vmlinux 0x9fb4f4fc perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9fcc0e58 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm @@ -20897,10 +20886,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa039a47d trace_event_raw_init EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock EXPORT_SYMBOL_GPL vmlinux 0xa05b1253 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0xa0675616 ata_dummy_port_ops -EXPORT_SYMBOL_GPL vmlinux 0xa0691a4d sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0xa06a4076 cpufreq_driver_fast_switch EXPORT_SYMBOL_GPL vmlinux 0xa07326b2 snd_soc_find_dai -EXPORT_SYMBOL_GPL vmlinux 0xa0834106 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0xa08ea9be usb_ep_set_wedge EXPORT_SYMBOL_GPL vmlinux 0xa0911d56 snd_soc_put_strobe EXPORT_SYMBOL_GPL vmlinux 0xa0b86468 ahci_port_resume @@ -20912,31 +20899,28 @@ EXPORT_SYMBOL_GPL vmlinux 0xa0d71163 bpf_trace_run7 EXPORT_SYMBOL_GPL vmlinux 0xa0ddc82e bpf_prog_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0xa0e4620f ata_sff_prereset EXPORT_SYMBOL_GPL vmlinux 0xa0ef011b snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL vmlinux 0xa0efb446 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xa0f0d74e devm_add_action EXPORT_SYMBOL_GPL vmlinux 0xa118ffa4 devfreq_cooling_unregister EXPORT_SYMBOL_GPL vmlinux 0xa127d733 __module_text_address EXPORT_SYMBOL_GPL vmlinux 0xa13749ef snd_soc_jack_add_zones EXPORT_SYMBOL_GPL vmlinux 0xa14e2167 vfs_setlease EXPORT_SYMBOL_GPL vmlinux 0xa14f5b78 dma_buf_kmap -EXPORT_SYMBOL_GPL vmlinux 0xa163edb6 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0xa16615bb ata_host_alloc EXPORT_SYMBOL_GPL vmlinux 0xa16dc768 nand_status_op EXPORT_SYMBOL_GPL vmlinux 0xa16e901e scsi_internal_device_unblock_nowait -EXPORT_SYMBOL_GPL vmlinux 0xa16f4ee2 uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xa175d79c dev_pm_clear_wake_irq EXPORT_SYMBOL_GPL vmlinux 0xa175f0a7 of_get_pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0xa17af6a5 power_supply_am_i_supplied EXPORT_SYMBOL_GPL vmlinux 0xa19110ef proc_create_net_data EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing EXPORT_SYMBOL_GPL vmlinux 0xa1f1bd3a arm_check_condition -EXPORT_SYMBOL_GPL vmlinux 0xa2069850 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk EXPORT_SYMBOL_GPL vmlinux 0xa2365b42 shash_ahash_update EXPORT_SYMBOL_GPL vmlinux 0xa23f684b __tracepoint_io_page_fault EXPORT_SYMBOL_GPL vmlinux 0xa2454d5d __blkdev_driver_ioctl EXPORT_SYMBOL_GPL vmlinux 0xa25f4786 crypto_stats_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested -EXPORT_SYMBOL_GPL vmlinux 0xa27c1408 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name EXPORT_SYMBOL_GPL vmlinux 0xa28730e2 ata_scsi_simulate EXPORT_SYMBOL_GPL vmlinux 0xa2881887 of_get_fb_videomode @@ -20951,7 +20935,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xa2ce4d88 enable_kprobe EXPORT_SYMBOL_GPL vmlinux 0xa2d70a25 simple_attr_write EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers EXPORT_SYMBOL_GPL vmlinux 0xa2e2f2e5 serial8250_do_set_mctrl -EXPORT_SYMBOL_GPL vmlinux 0xa2e6822b xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xa2f46cbf of_platform_populate EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array EXPORT_SYMBOL_GPL vmlinux 0xa30f422b ahci_platform_enable_regulators @@ -20964,6 +20947,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa33ffcc8 da903x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0xa34558d9 uart_set_options EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove EXPORT_SYMBOL_GPL vmlinux 0xa35021d0 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa35f7176 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xa36ac115 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp EXPORT_SYMBOL_GPL vmlinux 0xa3828773 usb_hcd_setup_local_mem EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue @@ -20981,13 +20966,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xa3cd5a83 crypto_stats_init EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa3f8209e ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port -EXPORT_SYMBOL_GPL vmlinux 0xa40d383b ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xa40d55a5 palmas_ext_control_req_config EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa42d771a fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0xa4337b6a sata_sff_hardreset EXPORT_SYMBOL_GPL vmlinux 0xa43570f1 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa439f722 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xa43e6be8 sata_async_notification EXPORT_SYMBOL_GPL vmlinux 0xa441ae75 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xa445964a xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first EXPORT_SYMBOL_GPL vmlinux 0xa44fbefa __tracepoint_xdp_exception EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print @@ -21020,9 +21007,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xa54ffac3 ata_sas_tport_add EXPORT_SYMBOL_GPL vmlinux 0xa55a9475 pinctrl_generic_remove_group EXPORT_SYMBOL_GPL vmlinux 0xa55e9254 trace_event_ignore_this_pid EXPORT_SYMBOL_GPL vmlinux 0xa5600d02 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xa566cb30 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0xa56a329e blk_queue_write_cache EXPORT_SYMBOL_GPL vmlinux 0xa59778e8 mtd_ooblayout_count_eccbytes EXPORT_SYMBOL_GPL vmlinux 0xa5b4b48a rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xa5ba3ab8 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xa5bf27b3 irq_chip_enable_parent EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name EXPORT_SYMBOL_GPL vmlinux 0xa5dfe79d of_property_read_u32_index @@ -21039,40 +21028,41 @@ EXPORT_SYMBOL_GPL vmlinux 0xa6294ece phy_pm_runtime_put EXPORT_SYMBOL_GPL vmlinux 0xa664e8ab alarmtimer_get_rtcdev EXPORT_SYMBOL_GPL vmlinux 0xa674b934 sata_scr_write_flush EXPORT_SYMBOL_GPL vmlinux 0xa676c234 gpiochip_unlock_as_irq -EXPORT_SYMBOL_GPL vmlinux 0xa6775078 pci_generic_config_read32 -EXPORT_SYMBOL_GPL vmlinux 0xa678deab tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xa67ee34a nand_reset_op EXPORT_SYMBOL_GPL vmlinux 0xa680d328 snd_soc_dapm_new_controls EXPORT_SYMBOL_GPL vmlinux 0xa685e979 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xa687823f netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xa6a5d9a1 input_ff_flush EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end EXPORT_SYMBOL_GPL vmlinux 0xa6b8a947 blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0xa6c0e9e8 dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa6d750fb sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync EXPORT_SYMBOL_GPL vmlinux 0xa6e2cdda device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xa6e4d563 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu -EXPORT_SYMBOL_GPL vmlinux 0xa70a8cd1 tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0xa713a634 percpu_down_write EXPORT_SYMBOL_GPL vmlinux 0xa7172c04 gpiochip_request_own_desc EXPORT_SYMBOL_GPL vmlinux 0xa7288444 tty_put_char EXPORT_SYMBOL_GPL vmlinux 0xa72e0063 get_net_ns_by_fd EXPORT_SYMBOL_GPL vmlinux 0xa734199c disk_get_part EXPORT_SYMBOL_GPL vmlinux 0xa73b8dd9 param_ops_bool_enable_only -EXPORT_SYMBOL_GPL vmlinux 0xa7405631 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xa74c68b7 ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0xa759fb99 regulator_map_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0xa75cdc87 dax_region_put EXPORT_SYMBOL_GPL vmlinux 0xa7802e2e btree_grim_visitor EXPORT_SYMBOL_GPL vmlinux 0xa7a0d6bf walk_iomem_res_desc EXPORT_SYMBOL_GPL vmlinux 0xa7a72727 unregister_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit -EXPORT_SYMBOL_GPL vmlinux 0xa7b3e55a devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0xa7c12a2f mtd_read_user_prot_reg EXPORT_SYMBOL_GPL vmlinux 0xa7d1cbd7 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0xa7e13990 ahci_platform_disable_phys EXPORT_SYMBOL_GPL vmlinux 0xa7e4b4a4 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa804436e nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0xa807f149 clk_register_gpio_mux EXPORT_SYMBOL_GPL vmlinux 0xa81742ef fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xa81cbd74 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xa822377a desc_to_gpio EXPORT_SYMBOL_GPL vmlinux 0xa8242589 virtqueue_add_outbuf EXPORT_SYMBOL_GPL vmlinux 0xa829a0bc edac_pci_del_device @@ -21082,21 +21072,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit EXPORT_SYMBOL_GPL vmlinux 0xa8428888 i2c_dw_read_comp_param EXPORT_SYMBOL_GPL vmlinux 0xa84e2dcc netlink_remove_tap EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8524ba8 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0xa854ea83 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa85b7b4d tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xa86c396d cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xa874aa32 __irq_set_handler EXPORT_SYMBOL_GPL vmlinux 0xa88aa4e7 wm8350_set_bits EXPORT_SYMBOL_GPL vmlinux 0xa88ad66c i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0xa88bebdd mctrl_gpio_init_noauto EXPORT_SYMBOL_GPL vmlinux 0xa8953448 unregister_ftrace_function -EXPORT_SYMBOL_GPL vmlinux 0xa897cb67 inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0xa8a71ab9 cpufreq_dbs_governor_stop EXPORT_SYMBOL_GPL vmlinux 0xa8b05bcb snd_soc_of_parse_tdm_slot EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors EXPORT_SYMBOL_GPL vmlinux 0xa8c37bf1 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xa8c554a1 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xa8d8b819 edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0xa8dc3e2a mtd_del_partition EXPORT_SYMBOL_GPL vmlinux 0xa8dc6306 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0xa8e274a8 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0xa8e7b6f3 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0xa8facfee usb_remove_phy EXPORT_SYMBOL_GPL vmlinux 0xa90a4fcc ata_host_get @@ -21112,24 +21105,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xa986c0d9 pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0xa99a2e00 blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put EXPORT_SYMBOL_GPL vmlinux 0xa9a7d52b __fat_fs_error -EXPORT_SYMBOL_GPL vmlinux 0xa9b30649 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xa9c1405d wm831x_reg_read EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xa9e119ad list_lru_walk_one EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister EXPORT_SYMBOL_GPL vmlinux 0xa9f42701 dev_pm_opp_put_prop_name +EXPORT_SYMBOL_GPL vmlinux 0xa9f93dc9 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xa9fc382b ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0xa9fdb4aa crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0xaa007284 pm_genpd_syscore_poweroff -EXPORT_SYMBOL_GPL vmlinux 0xaa1103fa nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0xaa1d9152 usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xaa25f4ff devm_regulator_get EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0xaa383cd9 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xaa3aed35 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa474a8e devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0xaa48e6a5 __devm_create_dev_dax -EXPORT_SYMBOL_GPL vmlinux 0xaa497dff ping_hash EXPORT_SYMBOL_GPL vmlinux 0xaa5eb287 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xaa6a7d3f devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0xaa7ffee0 __devm_spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xaa8657a0 da903x_write EXPORT_SYMBOL_GPL vmlinux 0xaa87d22f pinctrl_force_sleep @@ -21142,37 +21137,35 @@ EXPORT_SYMBOL_GPL vmlinux 0xaae37180 mtd_point EXPORT_SYMBOL_GPL vmlinux 0xaae5c44f snd_soc_dapm_weak_routes EXPORT_SYMBOL_GPL vmlinux 0xaaeb875f spi_split_transfers_maxsize EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf03b43 ping_close EXPORT_SYMBOL_GPL vmlinux 0xaaf3709e soc_device_register EXPORT_SYMBOL_GPL vmlinux 0xaaf5e620 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xaafd56db pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xab07e5c1 snd_dmaengine_pcm_prepare_slave_config EXPORT_SYMBOL_GPL vmlinux 0xab0fb6a8 inode_dax EXPORT_SYMBOL_GPL vmlinux 0xab4c9dac __tracepoint_rpm_resume EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request -EXPORT_SYMBOL_GPL vmlinux 0xab821934 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect EXPORT_SYMBOL_GPL vmlinux 0xab946152 ata_do_dev_read_id EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xaba5bbb2 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xaba82f18 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0xaba96646 scsi_register_device_handler EXPORT_SYMBOL_GPL vmlinux 0xabaf36da pm_stay_awake EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate EXPORT_SYMBOL_GPL vmlinux 0xabcda29e leds_list_lock EXPORT_SYMBOL_GPL vmlinux 0xabcfa03b __tracepoint_block_rq_remap -EXPORT_SYMBOL_GPL vmlinux 0xabdc88ab skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0xabdf4942 shash_ahash_digest -EXPORT_SYMBOL_GPL vmlinux 0xabe6e38b dw_pcie_setup_rc -EXPORT_SYMBOL_GPL vmlinux 0xabf06512 dw_pcie_host_deinit -EXPORT_SYMBOL_GPL vmlinux 0xabf32eb1 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xac0cc94f regulator_set_pull_down_regmap EXPORT_SYMBOL_GPL vmlinux 0xac2313d0 usb_autopm_get_interface_async -EXPORT_SYMBOL_GPL vmlinux 0xac2fe538 ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0xac3257a2 dma_resv_wait_timeout_rcu EXPORT_SYMBOL_GPL vmlinux 0xac3ab04e rio_dev_put EXPORT_SYMBOL_GPL vmlinux 0xac4c7524 tegra_xusb_padctl_legacy_probe EXPORT_SYMBOL_GPL vmlinux 0xac5fec36 edac_mc_find_csrow_by_page EXPORT_SYMBOL_GPL vmlinux 0xac738801 kill_device EXPORT_SYMBOL_GPL vmlinux 0xac8312ce class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xac889556 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xac9c9784 ata_link_abort EXPORT_SYMBOL_GPL vmlinux 0xacafe2bc irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0xacb02ab9 fscrypt_ioctl_get_key_status @@ -21182,26 +21175,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xacd24477 iomap_zero_range EXPORT_SYMBOL_GPL vmlinux 0xacd3120c __rio_local_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0xacd49360 irq_chip_mask_parent EXPORT_SYMBOL_GPL vmlinux 0xacdfeb13 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xace385c8 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xacebcb93 kick_process -EXPORT_SYMBOL_GPL vmlinux 0xacef6559 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0xacf442fa mtd_block_isreserved EXPORT_SYMBOL_GPL vmlinux 0xacf7dcb1 aead_register_instance EXPORT_SYMBOL_GPL vmlinux 0xacfd7d42 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xad059bee pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xad20b808 fscrypt_ioctl_add_key EXPORT_SYMBOL_GPL vmlinux 0xad53563d spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad56ca06 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0xad5737fc efivar_init -EXPORT_SYMBOL_GPL vmlinux 0xad636409 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier EXPORT_SYMBOL_GPL vmlinux 0xad7142ef crypto_shash_final EXPORT_SYMBOL_GPL vmlinux 0xad79155c snd_soc_component_test_bits -EXPORT_SYMBOL_GPL vmlinux 0xad81c630 ping_seq_stop -EXPORT_SYMBOL_GPL vmlinux 0xad8b6799 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xad93a2f3 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xada4d333 pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0xadb0b5d6 _snd_pcm_stream_lock_irqsave EXPORT_SYMBOL_GPL vmlinux 0xadd56d17 usb_lock_device_for_reset -EXPORT_SYMBOL_GPL vmlinux 0xadd933b4 inet_csk_addr2sockaddr -EXPORT_SYMBOL_GPL vmlinux 0xaddceac9 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xadde6315 dm_put EXPORT_SYMBOL_GPL vmlinux 0xadeb170b iterate_mounts EXPORT_SYMBOL_GPL vmlinux 0xadf0f2c1 nand_ooblayout_sp_ops @@ -21209,10 +21200,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg EXPORT_SYMBOL_GPL vmlinux 0xadfcd2e9 led_init_core EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xae146bfe validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0xae299dd2 pinctrl_find_and_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init EXPORT_SYMBOL_GPL vmlinux 0xae481ff8 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xae492cdc switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xae49e5fe rio_mport_get_physefb EXPORT_SYMBOL_GPL vmlinux 0xae51806d of_clk_set_defaults EXPORT_SYMBOL_GPL vmlinux 0xae553c23 fsnotify_put_group @@ -21223,12 +21216,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock EXPORT_SYMBOL_GPL vmlinux 0xae73a123 find_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp EXPORT_SYMBOL_GPL vmlinux 0xae906aa3 is_current_mnt_ns +EXPORT_SYMBOL_GPL vmlinux 0xaead9163 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xaebb6e52 gpiod_get_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xaec896a4 mmc_abort_tuning EXPORT_SYMBOL_GPL vmlinux 0xaed47983 dma_buf_get EXPORT_SYMBOL_GPL vmlinux 0xaeda49a3 md_stop EXPORT_SYMBOL_GPL vmlinux 0xaedecbdd unregister_pernet_subsys -EXPORT_SYMBOL_GPL vmlinux 0xaedf92bc __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister EXPORT_SYMBOL_GPL vmlinux 0xaef6aa81 badblocks_store EXPORT_SYMBOL_GPL vmlinux 0xaefcbe65 of_get_videomode @@ -21241,8 +21234,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf73dbb1 snd_soc_put_enum_double EXPORT_SYMBOL_GPL vmlinux 0xaf7bafa2 regmap_get_max_register EXPORT_SYMBOL_GPL vmlinux 0xaf86851f get_current_tty EXPORT_SYMBOL_GPL vmlinux 0xaf8976ec ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xaf96b524 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xafac7a6c ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xafb58640 regulator_allow_bypass -EXPORT_SYMBOL_GPL vmlinux 0xafd9d908 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xafca46e6 dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string EXPORT_SYMBOL_GPL vmlinux 0xafe20587 root_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xafe49e77 mpc8xxx_spi_rx_buf_u8 @@ -21252,7 +21247,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xaffc4b14 platform_device_put EXPORT_SYMBOL_GPL vmlinux 0xafff814b snd_soc_dai_set_tdm_slot EXPORT_SYMBOL_GPL vmlinux 0xb016edba rio_add_mport_pw_handler EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev -EXPORT_SYMBOL_GPL vmlinux 0xb0350241 xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xb03ea3be kobject_init_and_add EXPORT_SYMBOL_GPL vmlinux 0xb03ef9f0 __srcu_read_lock EXPORT_SYMBOL_GPL vmlinux 0xb04d1f7b perf_event_cgrp_subsys_enabled_key @@ -21263,6 +21257,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb07a4383 pci_epc_get_msix EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset EXPORT_SYMBOL_GPL vmlinux 0xb0bd5972 pinctrl_select_state EXPORT_SYMBOL_GPL vmlinux 0xb0c6a54d debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb0d5cd97 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xb0d81034 ahci_platform_init_host EXPORT_SYMBOL_GPL vmlinux 0xb0eeec81 clockevents_register_device EXPORT_SYMBOL_GPL vmlinux 0xb0f565fa sbitmap_bitmap_show @@ -21277,6 +21272,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1319b3b device_match_any EXPORT_SYMBOL_GPL vmlinux 0xb13d7747 bd_unlink_disk_holder EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16a33f6 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init EXPORT_SYMBOL_GPL vmlinux 0xb17e0b68 devm_regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xb18110e0 __tracepoint_arm_event @@ -21292,12 +21288,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs EXPORT_SYMBOL_GPL vmlinux 0xb1e7d328 nand_subop_get_addr_start_off EXPORT_SYMBOL_GPL vmlinux 0xb1f3d684 i2c_parse_fw_timings EXPORT_SYMBOL_GPL vmlinux 0xb20737da crypto_alloc_akcipher -EXPORT_SYMBOL_GPL vmlinux 0xb2152764 devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0xb21be87a usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert EXPORT_SYMBOL_GPL vmlinux 0xb22be2b2 sdhci_dumpregs +EXPORT_SYMBOL_GPL vmlinux 0xb2301d07 netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xb23e74c8 nand_op_parser_exec_op EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq -EXPORT_SYMBOL_GPL vmlinux 0xb240c614 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0xb244bc3f device_find_child_by_name EXPORT_SYMBOL_GPL vmlinux 0xb24b8734 pm_runtime_set_autosuspend_delay EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr @@ -21306,23 +21302,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xb27ad0bf devres_alloc_node EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xb28198e6 ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0xb284ca77 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xb28f78b4 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xb2a06835 xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb2a171c4 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0xb2b5361b fwnode_find_reference EXPORT_SYMBOL_GPL vmlinux 0xb2c6dca0 tegra_bpmp_request_mrq -EXPORT_SYMBOL_GPL vmlinux 0xb2c91a10 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0xb2d11f91 thermal_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xb2d326f6 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xb2e3f966 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put EXPORT_SYMBOL_GPL vmlinux 0xb30fac2f of_genpd_del_provider EXPORT_SYMBOL_GPL vmlinux 0xb320183c syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb32b8681 ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0xb33126e1 thermal_zone_device_update EXPORT_SYMBOL_GPL vmlinux 0xb33c5cfc fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb33d5e9d clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xb3515bf0 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xb3589a66 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb359c7f9 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xb35beff5 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xb366a1ee snd_soc_remove_dai_link -EXPORT_SYMBOL_GPL vmlinux 0xb38c00a7 netdev_rx_handler_register -EXPORT_SYMBOL_GPL vmlinux 0xb392f5cb ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb36b7b48 rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0xb397f771 mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0xb3a8779b noop_set_page_dirty @@ -21334,46 +21337,42 @@ EXPORT_SYMBOL_GPL vmlinux 0xb4058b36 blk_lld_busy EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xb41526e7 da9052_request_irq EXPORT_SYMBOL_GPL vmlinux 0xb41f9aa8 virtqueue_detach_unused_buf -EXPORT_SYMBOL_GPL vmlinux 0xb4222e61 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xb422efe1 dev_pm_genpd_set_performance_state -EXPORT_SYMBOL_GPL vmlinux 0xb42ab6cd ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xb4322ee9 put_pid EXPORT_SYMBOL_GPL vmlinux 0xb43a73be pm_clk_resume EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get EXPORT_SYMBOL_GPL vmlinux 0xb4466295 iomap_dio_rw EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb467bcf3 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0xb46dfd66 clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0xb4727154 serdev_device_add EXPORT_SYMBOL_GPL vmlinux 0xb4816913 i2c_dw_probe EXPORT_SYMBOL_GPL vmlinux 0xb495db42 pm_generic_restore_early EXPORT_SYMBOL_GPL vmlinux 0xb49de221 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb4abce92 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xb4b706af snd_soc_dai_set_fmt EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb4d48b85 ping_get_port EXPORT_SYMBOL_GPL vmlinux 0xb4d792b6 crypto_init_spawn2 EXPORT_SYMBOL_GPL vmlinux 0xb4dd5c3c i2c_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xb4e3b85f thermal_zone_of_sensor_register EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length EXPORT_SYMBOL_GPL vmlinux 0xb4f9c9c2 device_set_of_node_from_dev -EXPORT_SYMBOL_GPL vmlinux 0xb51189b8 nd_tbl -EXPORT_SYMBOL_GPL vmlinux 0xb511e62e xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0xb515c159 pinctrl_remove_gpio_range EXPORT_SYMBOL_GPL vmlinux 0xb517950a musb_writel EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52f8f26 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xb5349efa usb_phy_set_charger_state EXPORT_SYMBOL_GPL vmlinux 0xb535fe42 spi_controller_resume EXPORT_SYMBOL_GPL vmlinux 0xb536a035 gpiod_set_raw_array_value_cansleep -EXPORT_SYMBOL_GPL vmlinux 0xb5617453 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb5885462 pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0xb589ea11 dev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0xb58cbb83 __pm_relax EXPORT_SYMBOL_GPL vmlinux 0xb59294c2 ata_pci_sff_activate_host EXPORT_SYMBOL_GPL vmlinux 0xb5a9afb0 rio_add_net EXPORT_SYMBOL_GPL vmlinux 0xb5b457f4 __hvc_resize -EXPORT_SYMBOL_GPL vmlinux 0xb5c1acb6 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0xb5dcd4cc led_classdev_suspend EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init -EXPORT_SYMBOL_GPL vmlinux 0xb5df0fcf rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0xb5f45ce0 ata_sas_tport_delete EXPORT_SYMBOL_GPL vmlinux 0xb5f6f473 dev_pm_opp_set_clkname EXPORT_SYMBOL_GPL vmlinux 0xb6027de6 fsnotify_put_mark @@ -21381,11 +21380,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xb61335b9 snd_soc_bytes_info EXPORT_SYMBOL_GPL vmlinux 0xb6260a3c iommu_domain_set_attr EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier EXPORT_SYMBOL_GPL vmlinux 0xb631e9bb devm_pinctrl_register_and_init -EXPORT_SYMBOL_GPL vmlinux 0xb63538ad pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0xb6483df9 rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0xb64a3b5e snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL vmlinux 0xb65354c8 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xb6575356 of_irq_get -EXPORT_SYMBOL_GPL vmlinux 0xb65e362c lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67fa17a pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0xb6804f05 handle_untracked_irq EXPORT_SYMBOL_GPL vmlinux 0xb680fd19 wm8350_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0xb688434b __vfs_removexattr_locked @@ -21401,13 +21401,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase EXPORT_SYMBOL_GPL vmlinux 0xb73d9a8c snd_soc_dapm_kcontrol_widget EXPORT_SYMBOL_GPL vmlinux 0xb7491c17 lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0xb74a6c47 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xb75e3fba ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0xb76b888e sdhci_runtime_resume_host EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb -EXPORT_SYMBOL_GPL vmlinux 0xb776c6c5 fuse_simple_background -EXPORT_SYMBOL_GPL vmlinux 0xb7865006 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xb78f88a7 __mmdrop EXPORT_SYMBOL_GPL vmlinux 0xb79b9500 nanddev_bbt_set_block_status -EXPORT_SYMBOL_GPL vmlinux 0xb7a83676 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0xb7b18660 regulator_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xb7b3297f pinctrl_generic_get_group_name EXPORT_SYMBOL_GPL vmlinux 0xb7b66e87 snd_soc_disconnect_sync @@ -21416,6 +21414,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0xb7d0ec75 phy_remove_lookup EXPORT_SYMBOL_GPL vmlinux 0xb7d26ece da9052_adc_manual_read EXPORT_SYMBOL_GPL vmlinux 0xb7d522da cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xb7e50996 dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0xb7ebd0a7 irq_domain_simple_ops EXPORT_SYMBOL_GPL vmlinux 0xb80a7c97 wb_writeout_inc EXPORT_SYMBOL_GPL vmlinux 0xb812df6d dapm_mark_endpoints_dirty @@ -21433,15 +21432,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xb8752e4d __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xb879dee3 of_dma_request_slave_channel EXPORT_SYMBOL_GPL vmlinux 0xb87d6ac9 perf_event_update_userpage EXPORT_SYMBOL_GPL vmlinux 0xb88348dc tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xb88a6853 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state -EXPORT_SYMBOL_GPL vmlinux 0xb8a2fad2 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0xb8a8bea7 virtqueue_get_vring_size EXPORT_SYMBOL_GPL vmlinux 0xb8b05c4a devm_devfreq_event_add_edev -EXPORT_SYMBOL_GPL vmlinux 0xb8b8a24a skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xb8ccf2ba iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8ecdcd1 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0xb8f26b08 of_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key EXPORT_SYMBOL_GPL vmlinux 0xb90b2d3e virtio_config_enable +EXPORT_SYMBOL_GPL vmlinux 0xb90ecc60 dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0xb90f76e4 rtc_read_alarm EXPORT_SYMBOL_GPL vmlinux 0xb9138620 xas_create_range EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder @@ -21463,58 +21464,62 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xb9c84007 i2c_add_numbered_adapter EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first EXPORT_SYMBOL_GPL vmlinux 0xb9d6e568 __put_task_struct -EXPORT_SYMBOL_GPL vmlinux 0xb9dcf1e9 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0xb9df938b scmi_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger EXPORT_SYMBOL_GPL vmlinux 0xb9eec937 ata_noop_qc_prep -EXPORT_SYMBOL_GPL vmlinux 0xb9f32f05 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0xba23e800 tpm1_do_selftest EXPORT_SYMBOL_GPL vmlinux 0xba291684 ata_link_offline EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get EXPORT_SYMBOL_GPL vmlinux 0xba390227 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xba599f79 __raw_v6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xba5ad3eb __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0xba807feb virtqueue_enable_cb EXPORT_SYMBOL_GPL vmlinux 0xba822383 serial8250_clear_and_reinit_fifos -EXPORT_SYMBOL_GPL vmlinux 0xba89af5a pci_ats_page_aligned +EXPORT_SYMBOL_GPL vmlinux 0xba882e30 pci_intx EXPORT_SYMBOL_GPL vmlinux 0xba9ddb51 lp8788_update_bits EXPORT_SYMBOL_GPL vmlinux 0xbaae5e68 bpf_trace_run5 EXPORT_SYMBOL_GPL vmlinux 0xbaafc0e0 snd_soc_dai_set_tristate EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents EXPORT_SYMBOL_GPL vmlinux 0xbacc4605 dma_resv_test_signaled_rcu -EXPORT_SYMBOL_GPL vmlinux 0xbace560c devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xbaddf1ed fuse_conn_init EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed EXPORT_SYMBOL_GPL vmlinux 0xbaf74db2 regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0xbb02d748 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xbb0a9704 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks EXPORT_SYMBOL_GPL vmlinux 0xbb12b7f3 cpufreq_cpu_get EXPORT_SYMBOL_GPL vmlinux 0xbb33da80 ahci_platform_disable_resources EXPORT_SYMBOL_GPL vmlinux 0xbb4affcd gpiochip_irq_unmap EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xbb4e4c5c tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xbb519462 bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xbb6f8725 path_noexec EXPORT_SYMBOL_GPL vmlinux 0xbb7266b8 sysfs_create_bin_file EXPORT_SYMBOL_GPL vmlinux 0xbb74eb67 devm_mdiobus_free -EXPORT_SYMBOL_GPL vmlinux 0xbb823ebe pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xbb7a1d7d fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xbb8a167e inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0xbb902505 look_up_OID EXPORT_SYMBOL_GPL vmlinux 0xbb95b840 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xbbafd57d inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xbbb62930 ata_bmdma_qc_issue EXPORT_SYMBOL_GPL vmlinux 0xbbc244cf snd_soc_resume EXPORT_SYMBOL_GPL vmlinux 0xbbc4558f snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xbbd15111 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xbbddc24d __wait_rcu_gp -EXPORT_SYMBOL_GPL vmlinux 0xbbf1cca2 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0xbc063b12 sdio_set_host_pm_flags EXPORT_SYMBOL_GPL vmlinux 0xbc0ebd4c snd_soc_dapm_nc_pin_unlocked EXPORT_SYMBOL_GPL vmlinux 0xbc0f1fdb i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xbc14db5e udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xbc19025c sdhci_adma_write_desc EXPORT_SYMBOL_GPL vmlinux 0xbc1a5325 dev_pm_opp_is_turbo EXPORT_SYMBOL_GPL vmlinux 0xbc29bcc3 sched_setattr EXPORT_SYMBOL_GPL vmlinux 0xbc2b7604 genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0xbc4a6a16 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xbc4fb6e5 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xbc64fe25 ata_sg_init EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xbc7c3573 mtd_erase -EXPORT_SYMBOL_GPL vmlinux 0xbc87fd74 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xbc8bd2d7 wakeup_source_unregister EXPORT_SYMBOL_GPL vmlinux 0xbc8f1e91 devm_hwspin_lock_request EXPORT_SYMBOL_GPL vmlinux 0xbc9f9447 dev_pm_opp_get_voltage @@ -21540,21 +21545,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xbd636b59 usb_root_hub_lost_power EXPORT_SYMBOL_GPL vmlinux 0xbd7bfc22 ata_sff_error_handler EXPORT_SYMBOL_GPL vmlinux 0xbd881cad blk_queue_required_elevator_features EXPORT_SYMBOL_GPL vmlinux 0xbd98f061 regulator_get_exclusive -EXPORT_SYMBOL_GPL vmlinux 0xbdb013a8 __xfrm_state_mtu -EXPORT_SYMBOL_GPL vmlinux 0xbdc46b51 skb_zerocopy_iter_dgram +EXPORT_SYMBOL_GPL vmlinux 0xbdaa360f udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xbdddd228 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xbde40086 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xbde5bd76 cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0xbdf7e7b3 class_for_each_device EXPORT_SYMBOL_GPL vmlinux 0xbe03052a ata_sff_softreset EXPORT_SYMBOL_GPL vmlinux 0xbe0ba275 __sdhci_read_caps EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask -EXPORT_SYMBOL_GPL vmlinux 0xbe375fb9 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xbe6245e6 reset_control_get_count EXPORT_SYMBOL_GPL vmlinux 0xbe655129 dev_pm_domain_attach_by_name EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbe68bb73 pinctrl_get -EXPORT_SYMBOL_GPL vmlinux 0xbe6e9fa7 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0xbe73699f usb_phy_set_event EXPORT_SYMBOL_GPL vmlinux 0xbe73893d spi_new_device EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister @@ -21563,11 +21566,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xbe9af246 list_lru_destroy EXPORT_SYMBOL_GPL vmlinux 0xbea04c97 ata_ehi_clear_desc EXPORT_SYMBOL_GPL vmlinux 0xbea519d6 sdio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized -EXPORT_SYMBOL_GPL vmlinux 0xbeab6b37 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0xbeabffe2 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xbeb1f140 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0xbed0cef6 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xbed2aad7 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0xbefb53aa register_kprobes EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf149b2b lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0xbf186f96 sdhci_calc_clk EXPORT_SYMBOL_GPL vmlinux 0xbf1bcb10 blk_queue_flag_test_and_set EXPORT_SYMBOL_GPL vmlinux 0xbf1d8d39 sock_diag_register @@ -21582,7 +21587,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xbf62db18 kernfs_path_from_node EXPORT_SYMBOL_GPL vmlinux 0xbf7acbd0 usb_ifnum_to_if EXPORT_SYMBOL_GPL vmlinux 0xbf960741 pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xbf98acda tty_port_tty_hangup -EXPORT_SYMBOL_GPL vmlinux 0xbfa68943 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports EXPORT_SYMBOL_GPL vmlinux 0xbfc0ddb6 pm_generic_suspend_late EXPORT_SYMBOL_GPL vmlinux 0xbfd076fb genpd_dev_pm_attach_by_id @@ -21593,6 +21597,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 EXPORT_SYMBOL_GPL vmlinux 0xc0026b1f device_connection_find EXPORT_SYMBOL_GPL vmlinux 0xc0141986 device_link_del EXPORT_SYMBOL_GPL vmlinux 0xc01727f3 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xc0254cc1 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0xc03b4d48 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xc041204d ahci_qc_issue EXPORT_SYMBOL_GPL vmlinux 0xc0420b23 usb_bus_idr_lock EXPORT_SYMBOL_GPL vmlinux 0xc042e7b6 __regmap_init_i2c @@ -21615,18 +21621,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xc0d34df9 sdhci_cqe_enable EXPORT_SYMBOL_GPL vmlinux 0xc0d4ba74 regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0e769a4 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xc0ead81b dm_disk EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata EXPORT_SYMBOL_GPL vmlinux 0xc0f5602a ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0xc10041d6 phy_modify_changed EXPORT_SYMBOL_GPL vmlinux 0xc10655da xas_get_mark -EXPORT_SYMBOL_GPL vmlinux 0xc10bc391 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc110075b inet_unhash EXPORT_SYMBOL_GPL vmlinux 0xc1209dae phy_power_off EXPORT_SYMBOL_GPL vmlinux 0xc13d23d8 devm_thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xc1481243 of_hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0xc14d9cfd rio_bus_type EXPORT_SYMBOL_GPL vmlinux 0xc1519be7 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xc1584e26 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xc160e19f sdhci_pltfm_free EXPORT_SYMBOL_GPL vmlinux 0xc16e5310 regulator_get EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module @@ -21635,11 +21643,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xc17aa38f snd_soc_dapm_put_pin_switch EXPORT_SYMBOL_GPL vmlinux 0xc17b3622 usb_register_device_driver EXPORT_SYMBOL_GPL vmlinux 0xc1851e19 nanddev_bbt_update EXPORT_SYMBOL_GPL vmlinux 0xc1a74428 ata_port_pbar_desc -EXPORT_SYMBOL_GPL vmlinux 0xc1be933f strp_stop EXPORT_SYMBOL_GPL vmlinux 0xc1c86293 regulator_bulk_force_disable EXPORT_SYMBOL_GPL vmlinux 0xc1cfbf28 regulator_list_voltage_table -EXPORT_SYMBOL_GPL vmlinux 0xc1da64da dst_cache_set_ip6 -EXPORT_SYMBOL_GPL vmlinux 0xc1e49e88 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0xc1fccc5e srcu_torture_stats_print EXPORT_SYMBOL_GPL vmlinux 0xc20d8d1f dev_pm_domain_set EXPORT_SYMBOL_GPL vmlinux 0xc216577d rio_request_inb_mbox @@ -21648,7 +21653,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc21adcb7 blk_mq_sched_free_hctx_data EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc222ead3 xas_find_marked EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases -EXPORT_SYMBOL_GPL vmlinux 0xc26ee8ea fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xc26a3614 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0xc26f8167 __blkg_prfill_u64 EXPORT_SYMBOL_GPL vmlinux 0xc27bff52 i2c_handle_smbus_host_notify EXPORT_SYMBOL_GPL vmlinux 0xc27cd400 irq_domain_push_irq @@ -21656,7 +21661,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xc2a7eb0e devm_hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure -EXPORT_SYMBOL_GPL vmlinux 0xc2bf3d14 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xc2c31726 nanddev_isbad EXPORT_SYMBOL_GPL vmlinux 0xc2ca419b ata_bmdma_port_ops EXPORT_SYMBOL_GPL vmlinux 0xc2db7e18 xas_find @@ -21666,16 +21670,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xc3010dda snd_soc_dai_set_sysclk EXPORT_SYMBOL_GPL vmlinux 0xc307ca03 sdio_memcpy_fromio EXPORT_SYMBOL_GPL vmlinux 0xc3087368 ata_pio_need_iordy EXPORT_SYMBOL_GPL vmlinux 0xc3188689 soc_device_match -EXPORT_SYMBOL_GPL vmlinux 0xc31fb2dd strp_unpause -EXPORT_SYMBOL_GPL vmlinux 0xc31fe326 nf_route EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object EXPORT_SYMBOL_GPL vmlinux 0xc35920ad ata_link_online -EXPORT_SYMBOL_GPL vmlinux 0xc359d27c ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xc36d6a62 gpiod_export EXPORT_SYMBOL_GPL vmlinux 0xc37be346 crypto_grab_skcipher EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc389c00b devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0xc38aa8c7 debugfs_create_x64 EXPORT_SYMBOL_GPL vmlinux 0xc39d693f usb_match_one_id EXPORT_SYMBOL_GPL vmlinux 0xc3ae8b2b musb_readl @@ -21703,7 +21705,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc487899a posix_acl_create EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string EXPORT_SYMBOL_GPL vmlinux 0xc4999e73 of_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0xc49c5e2a __flow_indr_block_cb_register -EXPORT_SYMBOL_GPL vmlinux 0xc4c96743 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xc4cabcb9 efivar_entry_remove EXPORT_SYMBOL_GPL vmlinux 0xc4ed31ed bus_find_device EXPORT_SYMBOL_GPL vmlinux 0xc4ee3667 platform_device_add_properties @@ -21722,6 +21723,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc5330d32 ata_sas_port_destroy EXPORT_SYMBOL_GPL vmlinux 0xc5361b65 cec_fill_conn_info_from_drm EXPORT_SYMBOL_GPL vmlinux 0xc54cdf60 pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0xc54f38c9 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xc552e505 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive EXPORT_SYMBOL_GPL vmlinux 0xc560cf97 lp8788_write_byte @@ -21730,11 +21732,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc56b387a tty_port_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xc56b64a7 watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off EXPORT_SYMBOL_GPL vmlinux 0xc581fa16 proc_mkdir_data -EXPORT_SYMBOL_GPL vmlinux 0xc5913f4a nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xc5958e83 xhci_mtk_add_ep_quirk -EXPORT_SYMBOL_GPL vmlinux 0xc5980f5b ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc59fc267 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xc5a2f01e gpiod_set_consumer_name -EXPORT_SYMBOL_GPL vmlinux 0xc5b05a1d usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xc5dbc4fb hwmon_device_register EXPORT_SYMBOL_GPL vmlinux 0xc5f3ff4a crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0xc5fc397d device_create_with_groups @@ -21745,8 +21745,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6110942 cpufreq_cpu_put EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0xc6190b0d dev_pm_opp_set_regulators EXPORT_SYMBOL_GPL vmlinux 0xc61a6865 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc6208039 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xc62167f1 perf_aux_output_skip -EXPORT_SYMBOL_GPL vmlinux 0xc62a7d6b pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0xc64f43d1 snd_pcm_stream_unlock EXPORT_SYMBOL_GPL vmlinux 0xc65355f3 fsnotify_alloc_group EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type @@ -21757,24 +21757,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xc66bfd96 cpts_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xc672aac0 sysfs_create_link_nowarn EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool EXPORT_SYMBOL_GPL vmlinux 0xc69ff64e mctrl_gpio_free -EXPORT_SYMBOL_GPL vmlinux 0xc6a01f78 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xc6a56dfc usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6a794b3 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0xc6c3ed50 percpu_ref_reinit EXPORT_SYMBOL_GPL vmlinux 0xc6c6efd8 crypto_ahash_type EXPORT_SYMBOL_GPL vmlinux 0xc6d00782 pci_epf_destroy EXPORT_SYMBOL_GPL vmlinux 0xc6d902f5 ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head EXPORT_SYMBOL_GPL vmlinux 0xc6ee5b13 crypto_default_rng -EXPORT_SYMBOL_GPL vmlinux 0xc702df78 switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xc71203f4 pinctrl_add_gpio_ranges EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field -EXPORT_SYMBOL_GPL vmlinux 0xc72597cc rockchip_pcie_cfg_configuration_accesses EXPORT_SYMBOL_GPL vmlinux 0xc74b01aa of_platform_default_populate EXPORT_SYMBOL_GPL vmlinux 0xc75e7e1f kthread_unpark -EXPORT_SYMBOL_GPL vmlinux 0xc7630a64 addrconf_add_linklocal -EXPORT_SYMBOL_GPL vmlinux 0xc7633075 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0xc771f25d alarm_init EXPORT_SYMBOL_GPL vmlinux 0xc775176f ata_sff_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0xc777c9bd regmap_mmio_attach_clk @@ -21783,7 +21779,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc79144f5 trace_seq_putmem_hex EXPORT_SYMBOL_GPL vmlinux 0xc79518eb nanddev_erase EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch EXPORT_SYMBOL_GPL vmlinux 0xc7b12010 pci_msi_create_irq_domain -EXPORT_SYMBOL_GPL vmlinux 0xc7b658f1 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0xc7b678b8 usb_get_intf EXPORT_SYMBOL_GPL vmlinux 0xc7dedd0c scsi_target_block EXPORT_SYMBOL_GPL vmlinux 0xc7dfec81 sdio_memcpy_toio @@ -21791,7 +21786,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7ec1e2a usb_clear_halt EXPORT_SYMBOL_GPL vmlinux 0xc7f3be4b usb_get_dev EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop -EXPORT_SYMBOL_GPL vmlinux 0xc7faf604 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0xc81531a9 usb_register_driver EXPORT_SYMBOL_GPL vmlinux 0xc8166a45 devm_snd_dmaengine_pcm_register EXPORT_SYMBOL_GPL vmlinux 0xc8207323 da9052_disable_irq @@ -21812,6 +21806,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc88a9f9d call_srcu EXPORT_SYMBOL_GPL vmlinux 0xc891136a __wake_up_sync EXPORT_SYMBOL_GPL vmlinux 0xc8aabfb2 cgroup_attach_task_all EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8c43de8 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xc8c9734a rio_get_comptag EXPORT_SYMBOL_GPL vmlinux 0xc8cd4f6a elv_unregister EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable @@ -21833,22 +21828,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base EXPORT_SYMBOL_GPL vmlinux 0xc9c1f42f unregister_kprobes EXPORT_SYMBOL_GPL vmlinux 0xc9c2f3b2 irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0xc9d393da sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xc9d5084d ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xc9df5c24 snd_soc_add_dai_link EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f96e57 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fc358e dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put EXPORT_SYMBOL_GPL vmlinux 0xca0a0baf gpiod_set_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0xca0adf0d clk_hw_get_flags EXPORT_SYMBOL_GPL vmlinux 0xca147ffc sdhci_enable_clk EXPORT_SYMBOL_GPL vmlinux 0xca162818 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xca263cd4 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xca265627 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0xca367f98 task_cls_state EXPORT_SYMBOL_GPL vmlinux 0xca3ab270 __tracepoint_map EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops -EXPORT_SYMBOL_GPL vmlinux 0xca47d08a devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0xca7be7ad regulator_get_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop EXPORT_SYMBOL_GPL vmlinux 0xca8a9fec power_supply_set_input_current_limit_from_supplier -EXPORT_SYMBOL_GPL vmlinux 0xca96bb4d ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0xca9b56ed usb_get_urb EXPORT_SYMBOL_GPL vmlinux 0xcaa2cb25 kern_mount EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock @@ -21860,24 +21858,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xcaef6a57 gpiochip_lock_as_irq EXPORT_SYMBOL_GPL vmlinux 0xcb03c169 mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0xcb348263 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xcb4e16fc switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xcb4fd1ad snd_dmaengine_pcm_register EXPORT_SYMBOL_GPL vmlinux 0xcb5957ce ahci_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto EXPORT_SYMBOL_GPL vmlinux 0xcb5ad324 snd_dmaengine_pcm_open EXPORT_SYMBOL_GPL vmlinux 0xcb790f42 crypto_stats_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0xcb83bd04 driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0xcbb7624c pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0xcbc0ccb4 freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0xcbc45e73 __percpu_up_read -EXPORT_SYMBOL_GPL vmlinux 0xcbd06679 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0xcbdb2ee3 iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0xcbdc4036 devm_phy_put EXPORT_SYMBOL_GPL vmlinux 0xcbe09284 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcbe28c8d pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0xcbe561c6 snd_soc_put_volsw_range EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages EXPORT_SYMBOL_GPL vmlinux 0xcbe74e1a of_pm_clk_add_clk -EXPORT_SYMBOL_GPL vmlinux 0xcbeab351 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0xcbfb9dbf phy_speed_up EXPORT_SYMBOL_GPL vmlinux 0xcc0a9773 crypto_alloc_aead EXPORT_SYMBOL_GPL vmlinux 0xcc14982b kthread_mod_delayed_work @@ -21893,9 +21889,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xcc835c4a virtio_config_changed EXPORT_SYMBOL_GPL vmlinux 0xcc8c9a2b ata_cable_40wire EXPORT_SYMBOL_GPL vmlinux 0xcc9bf647 cec_queue_pin_cec_event EXPORT_SYMBOL_GPL vmlinux 0xcc9cdc9d dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xccab05dd fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0xccb29260 of_pci_range_parser_init EXPORT_SYMBOL_GPL vmlinux 0xccb61961 regulator_disable EXPORT_SYMBOL_GPL vmlinux 0xccbfd39d musb_writew +EXPORT_SYMBOL_GPL vmlinux 0xccc288ac devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0xccc3a188 cpts_register EXPORT_SYMBOL_GPL vmlinux 0xcccd2cd3 perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug @@ -21910,12 +21908,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xccfa9dd0 exportfs_encode_fh EXPORT_SYMBOL_GPL vmlinux 0xcd01ac01 kmsg_dump_get_buffer EXPORT_SYMBOL_GPL vmlinux 0xcd081624 pm_runtime_get_if_in_use EXPORT_SYMBOL_GPL vmlinux 0xcd22f9ef devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcd2347c8 devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd65f99f devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add EXPORT_SYMBOL_GPL vmlinux 0xcd75b87f subsys_find_device_by_id EXPORT_SYMBOL_GPL vmlinux 0xcd76ea63 crypto_unregister_ahash EXPORT_SYMBOL_GPL vmlinux 0xcd7f46b7 perf_event_create_kernel_counter EXPORT_SYMBOL_GPL vmlinux 0xcd8fdc48 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcd90f706 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu @@ -21934,7 +21935,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xce421c04 snd_soc_free_ac97_component EXPORT_SYMBOL_GPL vmlinux 0xce423b28 musb_readw EXPORT_SYMBOL_GPL vmlinux 0xce4cdfe1 dequeue_signal EXPORT_SYMBOL_GPL vmlinux 0xce51c43d crypto_stats_akcipher_sign -EXPORT_SYMBOL_GPL vmlinux 0xce523c90 rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xce562fd1 sbitmap_queue_wake_all EXPORT_SYMBOL_GPL vmlinux 0xce5b3769 rio_mport_chk_dev_access EXPORT_SYMBOL_GPL vmlinux 0xce5f473a device_store_ulong @@ -21945,19 +21945,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xce7c11bd stmpe_reg_write EXPORT_SYMBOL_GPL vmlinux 0xce8ab1c0 component_unbind_all EXPORT_SYMBOL_GPL vmlinux 0xce91d89a devm_clk_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xce95e815 pci_epf_unbind -EXPORT_SYMBOL_GPL vmlinux 0xce9cb4db xfrm_output EXPORT_SYMBOL_GPL vmlinux 0xceb77bca pci_epf_match_device EXPORT_SYMBOL_GPL vmlinux 0xcebe4bed blk_mq_sched_mark_restart_hctx EXPORT_SYMBOL_GPL vmlinux 0xced4b96d clk_register_hisi_phase -EXPORT_SYMBOL_GPL vmlinux 0xcedd229c pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xced5706b sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xcee0f60c freq_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console EXPORT_SYMBOL_GPL vmlinux 0xcee230af tracepoint_srcu EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply -EXPORT_SYMBOL_GPL vmlinux 0xcef4c536 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp EXPORT_SYMBOL_GPL vmlinux 0xcf051a03 fixup_user_fault EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf37fd75 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain EXPORT_SYMBOL_GPL vmlinux 0xcf65d23a virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0xcf8cc6a5 power_supply_set_battery_charged @@ -21971,6 +21970,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd011f6d3 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0xd020d9c1 regulator_get_mode EXPORT_SYMBOL_GPL vmlinux 0xd029e09d cpuidle_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xd02de94f mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0xd037b3a7 xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range EXPORT_SYMBOL_GPL vmlinux 0xd0404c9d sysfs_update_groups EXPORT_SYMBOL_GPL vmlinux 0xd059395c devm_usb_get_phy @@ -21979,20 +21979,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0xd0686dbe bsg_setup_queue EXPORT_SYMBOL_GPL vmlinux 0xd07357e7 pcie_port_bus_type -EXPORT_SYMBOL_GPL vmlinux 0xd083348b ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd076d996 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xd085c0a3 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xd08992c5 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xd08a4ed0 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0xd08a7dfb pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0xd0923a85 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xd094389c skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0xd0996ad0 of_css EXPORT_SYMBOL_GPL vmlinux 0xd09b6bf5 devm_fwnode_get_index_gpiod_from_child -EXPORT_SYMBOL_GPL vmlinux 0xd0afc81f inet_twsk_hashdance -EXPORT_SYMBOL_GPL vmlinux 0xd0bec276 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart EXPORT_SYMBOL_GPL vmlinux 0xd0d2c905 ata_scsi_port_error_handler EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax EXPORT_SYMBOL_GPL vmlinux 0xd0e69996 led_set_brightness EXPORT_SYMBOL_GPL vmlinux 0xd0fd4a56 mtd_blktrans_cease_background EXPORT_SYMBOL_GPL vmlinux 0xd10a803a snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xd1175e34 skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xd11ab3b0 dev_pm_opp_get_of_node EXPORT_SYMBOL_GPL vmlinux 0xd12159a7 stack_trace_snprint EXPORT_SYMBOL_GPL vmlinux 0xd12197f0 ehci_resume @@ -22000,11 +22002,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd12529e7 clk_hw_get_parent_by_index EXPORT_SYMBOL_GPL vmlinux 0xd127c189 virtio_max_dma_size EXPORT_SYMBOL_GPL vmlinux 0xd151fc29 usb_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0xd1588da9 musb_root_disconnect -EXPORT_SYMBOL_GPL vmlinux 0xd1620ed5 dev_fill_metadata_dst -EXPORT_SYMBOL_GPL vmlinux 0xd1658095 pci_intx EXPORT_SYMBOL_GPL vmlinux 0xd1727146 uprobe_register EXPORT_SYMBOL_GPL vmlinux 0xd179127a __rio_local_write_config_16 -EXPORT_SYMBOL_GPL vmlinux 0xd17c922b init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0xd1a20932 rdev_clear_badblocks EXPORT_SYMBOL_GPL vmlinux 0xd1bd140d usb_phy_roothub_suspend EXPORT_SYMBOL_GPL vmlinux 0xd1c78f87 sched_trace_cfs_rq_cpu @@ -22012,6 +22011,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd1c7fe25 device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on EXPORT_SYMBOL_GPL vmlinux 0xd1d68ff6 fat_setattr EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1fe6e50 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0xd20a84cd efivar_entry_size EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event @@ -22021,13 +22021,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xd22049f2 __mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0xd230fe10 cpufreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0xd2384c5c regulator_register EXPORT_SYMBOL_GPL vmlinux 0xd2395f3a cec_delete_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd23db6bb nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0xd246e147 usb_anchor_urb -EXPORT_SYMBOL_GPL vmlinux 0xd24c99b1 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xd24ae463 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xd25a6eaf devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0xd25c78da blk_queue_dma_drain EXPORT_SYMBOL_GPL vmlinux 0xd25ca477 debugfs_create_ulong EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative -EXPORT_SYMBOL_GPL vmlinux 0xd28a0f98 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd27cbc1e lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xd27ce92a fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0xd29fc89b sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0xd2a0b266 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode EXPORT_SYMBOL_GPL vmlinux 0xd2d06ed6 lochnagar_update_config EXPORT_SYMBOL_GPL vmlinux 0xd2e1f567 fsnotify_get_group @@ -22042,15 +22046,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xd3349bdf snd_soc_dapm_sync_unlocked EXPORT_SYMBOL_GPL vmlinux 0xd33a8aa8 pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed EXPORT_SYMBOL_GPL vmlinux 0xd33e79b8 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd3423f7b inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0xd35a6455 pinctrl_force_default EXPORT_SYMBOL_GPL vmlinux 0xd39071e6 region_intersects EXPORT_SYMBOL_GPL vmlinux 0xd39168d7 cpufreq_policy_transition_delay_us EXPORT_SYMBOL_GPL vmlinux 0xd392dd96 devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config -EXPORT_SYMBOL_GPL vmlinux 0xd3c41e31 netdev_walk_all_lower_dev_rcu -EXPORT_SYMBOL_GPL vmlinux 0xd3d045c6 __raw_v6_lookup -EXPORT_SYMBOL_GPL vmlinux 0xd3de176f dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0xd3e24686 dax_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xd3f72195 public_key_signature_free EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled @@ -22058,7 +22060,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq EXPORT_SYMBOL_GPL vmlinux 0xd404ef7a device_link_remove EXPORT_SYMBOL_GPL vmlinux 0xd4090a9f devm_gpio_free EXPORT_SYMBOL_GPL vmlinux 0xd418902a regcache_drop_region -EXPORT_SYMBOL_GPL vmlinux 0xd428106f inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xd42ef2cd skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0xd435d936 ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0xd437619c tpm_is_tpm2 EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console @@ -22071,7 +22073,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4b1530d usb_deregister_dev EXPORT_SYMBOL_GPL vmlinux 0xd4bed698 rdev_set_badblocks EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq EXPORT_SYMBOL_GPL vmlinux 0xd4ec1be1 setfl -EXPORT_SYMBOL_GPL vmlinux 0xd4ee75e5 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xd503ea59 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xd511fc0f pwmchip_add_with_polarity EXPORT_SYMBOL_GPL vmlinux 0xd5274c19 blk_queue_rq_timeout EXPORT_SYMBOL_GPL vmlinux 0xd52cf4e3 sdio_align_size @@ -22091,6 +22093,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd59e0ca3 stmpe_block_write EXPORT_SYMBOL_GPL vmlinux 0xd5a22a5b usb_role_switch_get EXPORT_SYMBOL_GPL vmlinux 0xd5ac24e5 blocking_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5bdac94 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xd5c4db70 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xd5e2423f percpu_ref_init EXPORT_SYMBOL_GPL vmlinux 0xd60b5d2b pm_clk_add_clk EXPORT_SYMBOL_GPL vmlinux 0xd637a13a yield_to @@ -22100,22 +22104,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock EXPORT_SYMBOL_GPL vmlinux 0xd6550d4d get_device EXPORT_SYMBOL_GPL vmlinux 0xd65bfcd7 fsstack_copy_attr_all EXPORT_SYMBOL_GPL vmlinux 0xd6605aea nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0xd66cef0e pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget EXPORT_SYMBOL_GPL vmlinux 0xd673ccf1 get_net_ns_by_pid EXPORT_SYMBOL_GPL vmlinux 0xd67a73e7 fwnode_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0xd67d4233 snd_soc_component_set_sysclk EXPORT_SYMBOL_GPL vmlinux 0xd688b530 vfs_kern_mount EXPORT_SYMBOL_GPL vmlinux 0xd695c6af xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xd6982a0a br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0xd6b16b85 tpm_pm_resume EXPORT_SYMBOL_GPL vmlinux 0xd6e2f384 regmap_mmio_detach_clk EXPORT_SYMBOL_GPL vmlinux 0xd6e6988b da903x_writes EXPORT_SYMBOL_GPL vmlinux 0xd6ef7c4c firmware_request_cache EXPORT_SYMBOL_GPL vmlinux 0xd70073a1 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7061e9c inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0xd70b1b84 irq_create_of_mapping -EXPORT_SYMBOL_GPL vmlinux 0xd70e9cdf switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xd719a514 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0xd72489b9 con_debug_enter EXPORT_SYMBOL_GPL vmlinux 0xd725bff5 cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0xd727292b crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd7388ea6 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end EXPORT_SYMBOL_GPL vmlinux 0xd73da9f6 power_supply_changed EXPORT_SYMBOL_GPL vmlinux 0xd751a9b3 sdhci_enable_v4_mode @@ -22126,34 +22134,34 @@ EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool EXPORT_SYMBOL_GPL vmlinux 0xd766f9ed fuse_dev_release EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints EXPORT_SYMBOL_GPL vmlinux 0xd77bb24f nanddev_isreserved +EXPORT_SYMBOL_GPL vmlinux 0xd77e94e8 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xd77fbb73 regulator_list_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0xd786b8c0 sched_trace_rq_avg_irq -EXPORT_SYMBOL_GPL vmlinux 0xd79cf286 devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0xd7a14a1e __get_vm_area EXPORT_SYMBOL_GPL vmlinux 0xd7ab8bb8 rio_request_dma EXPORT_SYMBOL_GPL vmlinux 0xd7b411cb __irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0xd7ba75e1 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7bee322 uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xd7c0992d sbitmap_show EXPORT_SYMBOL_GPL vmlinux 0xd7e0f462 dma_buf_vmap EXPORT_SYMBOL_GPL vmlinux 0xd7ef6125 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xd7f65c03 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xd7ff7415 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0xd8140ce7 scsi_device_from_queue +EXPORT_SYMBOL_GPL vmlinux 0xd817f504 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xd81bbe58 rhashtable_walk_start_check EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable EXPORT_SYMBOL_GPL vmlinux 0xd81e2e44 pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0xd82141fd gpiochip_remove -EXPORT_SYMBOL_GPL vmlinux 0xd83801ba devlink_sb_register -EXPORT_SYMBOL_GPL vmlinux 0xd843a9ae pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xd844d44b fuse_send_init EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock EXPORT_SYMBOL_GPL vmlinux 0xd8671cd5 regmap_get_raw_read_max EXPORT_SYMBOL_GPL vmlinux 0xd86ba765 devm_gpiod_get_optional -EXPORT_SYMBOL_GPL vmlinux 0xd86dbecd do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0xd86fc111 phy_init EXPORT_SYMBOL_GPL vmlinux 0xd8723f94 clk_hw_register_divider_table EXPORT_SYMBOL_GPL vmlinux 0xd87dfb10 __class_create EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk EXPORT_SYMBOL_GPL vmlinux 0xd8810e4a crypto_unregister_rngs -EXPORT_SYMBOL_GPL vmlinux 0xd884a416 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xd8924503 simple_attr_release EXPORT_SYMBOL_GPL vmlinux 0xd898835e dev_pm_opp_get_max_transition_latency EXPORT_SYMBOL_GPL vmlinux 0xd89d3160 mmc_pwrseq_register @@ -22171,6 +22179,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd93a94a2 ata_port_wait_eh EXPORT_SYMBOL_GPL vmlinux 0xd93becd1 musb_queue_resume_work EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off EXPORT_SYMBOL_GPL vmlinux 0xd9470001 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0xd9539d6d sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0xd96057be regmap_exit EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd9719c87 usb_ep0_reinit @@ -22183,7 +22192,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xd9eccdc0 driver_find_device EXPORT_SYMBOL_GPL vmlinux 0xd9efd4c5 kill_pid_usb_asyncio EXPORT_SYMBOL_GPL vmlinux 0xd9f3e65f __tracepoint_suspend_resume EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write -EXPORT_SYMBOL_GPL vmlinux 0xda0485c6 netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0xda1129c8 __tracepoint_block_unplug EXPORT_SYMBOL_GPL vmlinux 0xda32b6ff kill_dev_dax EXPORT_SYMBOL_GPL vmlinux 0xda410add freq_qos_update_request @@ -22198,7 +22206,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdaa88464 event_triggers_call EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert EXPORT_SYMBOL_GPL vmlinux 0xdaba8f70 snd_soc_component_disable_pin_unlocked EXPORT_SYMBOL_GPL vmlinux 0xdad73966 crypto_register_instance -EXPORT_SYMBOL_GPL vmlinux 0xdadc0639 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0xdaee2b48 __rt_mutex_init EXPORT_SYMBOL_GPL vmlinux 0xdaf1e714 blkcipher_aead_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0xdaf419a9 regmap_field_alloc @@ -22233,20 +22240,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc376d55 __platform_driver_register EXPORT_SYMBOL_GPL vmlinux 0xdc419835 devm_usb_get_phy_by_node EXPORT_SYMBOL_GPL vmlinux 0xdc47173d kobj_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0xdc58c1f5 nvmem_cell_read_u16 -EXPORT_SYMBOL_GPL vmlinux 0xdc5f8cfe tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent EXPORT_SYMBOL_GPL vmlinux 0xdc6612aa ata_port_abort EXPORT_SYMBOL_GPL vmlinux 0xdc6c3374 hvc_instantiate EXPORT_SYMBOL_GPL vmlinux 0xdc73393d aead_init_geniv EXPORT_SYMBOL_GPL vmlinux 0xdc7ce353 mv_mbus_dram_info_nooverlap EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc88ea9a raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xdc8ce859 event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0xdc9518b6 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xdc979f2c call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend -EXPORT_SYMBOL_GPL vmlinux 0xdc98bf74 __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xdca19493 dev_pm_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xdccf7730 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0xdcde92b4 mddev_create_wb_pool EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc EXPORT_SYMBOL_GPL vmlinux 0xdd135168 hwspin_lock_free @@ -22269,7 +22277,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdd7ec808 ahci_fill_cmd_slot EXPORT_SYMBOL_GPL vmlinux 0xdd7f8db6 usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0xdd85063c lpddr2_jedec_min_tck EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path -EXPORT_SYMBOL_GPL vmlinux 0xdd8f9c47 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xdd91a514 snd_dmaengine_pcm_set_config_from_dai_data EXPORT_SYMBOL_GPL vmlinux 0xdd933dd8 pci_epc_stop EXPORT_SYMBOL_GPL vmlinux 0xddad9115 blkcg_activate_policy @@ -22278,7 +22285,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove EXPORT_SYMBOL_GPL vmlinux 0xddd2979f wm831x_auxadc_read_uv EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xdddf8a07 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0xdde09572 add_disk_randomness EXPORT_SYMBOL_GPL vmlinux 0xde0d3f36 kernfs_notify EXPORT_SYMBOL_GPL vmlinux 0xde25f88c __tracepoint_add_device_to_group @@ -22300,24 +22306,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xdebfdf3b __module_address EXPORT_SYMBOL_GPL vmlinux 0xdec9c63e irq_find_mapping EXPORT_SYMBOL_GPL vmlinux 0xdedede4e extcon_dev_unregister EXPORT_SYMBOL_GPL vmlinux 0xdee2fbc7 null_dailink_component +EXPORT_SYMBOL_GPL vmlinux 0xdf07fd70 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0xdf088308 clk_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf125f46 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0xdf141b89 clk_gpio_gate_ops -EXPORT_SYMBOL_GPL vmlinux 0xdf203c26 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xdf164a4e pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xdf37cd04 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdf25e198 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xdf26df25 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xdf3669da pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0xdf7fa33b __tracepoint_tcp_send_reset EXPORT_SYMBOL_GPL vmlinux 0xdf80c197 mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0xdf887d36 pci_epf_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xdf917c88 ehci_reset EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue -EXPORT_SYMBOL_GPL vmlinux 0xdf940f13 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xdf9691a8 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xdf9867a5 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0xdf9e6ef6 of_clk_get_from_provider EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set EXPORT_SYMBOL_GPL vmlinux 0xdfceda8f dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xdfd279d1 ip6_input EXPORT_SYMBOL_GPL vmlinux 0xdfdc16ca blk_steal_bios EXPORT_SYMBOL_GPL vmlinux 0xdfe6d47c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xe007501b ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name EXPORT_SYMBOL_GPL vmlinux 0xe016c009 bd_link_disk_holder EXPORT_SYMBOL_GPL vmlinux 0xe0239296 debugfs_create_x32 @@ -22331,6 +22343,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe05e2293 debugfs_create_u16 EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu EXPORT_SYMBOL_GPL vmlinux 0xe0725a0c irq_chip_unmask_parent EXPORT_SYMBOL_GPL vmlinux 0xe07f536a fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0839f68 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0xe08a7f77 sysfs_unmerge_group EXPORT_SYMBOL_GPL vmlinux 0xe0942a67 rio_local_get_device_id EXPORT_SYMBOL_GPL vmlinux 0xe09db6de vfs_cancel_lock @@ -22350,15 +22363,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xe122ba13 snd_soc_pm_ops EXPORT_SYMBOL_GPL vmlinux 0xe1236792 page_cache_sync_readahead EXPORT_SYMBOL_GPL vmlinux 0xe126553f __tracepoint_unmap EXPORT_SYMBOL_GPL vmlinux 0xe130297d xhci_run -EXPORT_SYMBOL_GPL vmlinux 0xe13831ef xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0xe1502545 __tracepoint_neigh_timer_handler EXPORT_SYMBOL_GPL vmlinux 0xe1601064 bio_associate_blkg EXPORT_SYMBOL_GPL vmlinux 0xe168fdac proc_create_net_single_write EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17ea1de vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xe186acf5 spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0xe18fdbae powercap_register_zone EXPORT_SYMBOL_GPL vmlinux 0xe1a6ade0 device_store_bool -EXPORT_SYMBOL_GPL vmlinux 0xe1a8bd2c pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0xe1b1019e dev_pm_opp_find_freq_ceil EXPORT_SYMBOL_GPL vmlinux 0xe1b64e5f snd_soc_component_exit_regmap EXPORT_SYMBOL_GPL vmlinux 0xe1b8c922 mbox_request_channel_byname @@ -22375,10 +22387,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xe232a050 platform_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user EXPORT_SYMBOL_GPL vmlinux 0xe23d78ed reset_simple_ops EXPORT_SYMBOL_GPL vmlinux 0xe23def82 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xe2440f3b tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xe253b1bc blk_update_request EXPORT_SYMBOL_GPL vmlinux 0xe2624236 task_cputime_adjusted EXPORT_SYMBOL_GPL vmlinux 0xe2811678 perf_event_enable -EXPORT_SYMBOL_GPL vmlinux 0xe282b43b usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0xe289369d snd_pcm_stream_lock EXPORT_SYMBOL_GPL vmlinux 0xe2924c81 dapm_clock_event EXPORT_SYMBOL_GPL vmlinux 0xe298c396 usb_gadget_clear_selfpowered @@ -22396,28 +22408,31 @@ EXPORT_SYMBOL_GPL vmlinux 0xe3315687 elv_rqhash_del EXPORT_SYMBOL_GPL vmlinux 0xe33a716b dma_wait_for_async_tx EXPORT_SYMBOL_GPL vmlinux 0xe33d7d73 fwnode_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0xe351c159 fscrypt_symlink_getattr -EXPORT_SYMBOL_GPL vmlinux 0xe3648f72 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit -EXPORT_SYMBOL_GPL vmlinux 0xe3a5e21c xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0xe3a82b81 tracing_snapshot_cond_disable EXPORT_SYMBOL_GPL vmlinux 0xe3cbb19f led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0xe3dcd10e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xe3e96c24 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0xe3ee90aa kthread_cancel_delayed_work_sync EXPORT_SYMBOL_GPL vmlinux 0xe3f72858 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe3fa5394 skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0xe40285b3 led_set_brightness_nopm EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv EXPORT_SYMBOL_GPL vmlinux 0xe411c6ac rtc_class_close EXPORT_SYMBOL_GPL vmlinux 0xe41735c7 devm_snd_soc_register_card EXPORT_SYMBOL_GPL vmlinux 0xe41ae902 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xe41e89a7 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume EXPORT_SYMBOL_GPL vmlinux 0xe442943e sdhci_free_host EXPORT_SYMBOL_GPL vmlinux 0xe449adaa snd_soc_component_disable_pin EXPORT_SYMBOL_GPL vmlinux 0xe45a2785 tpm_unseal_trusted EXPORT_SYMBOL_GPL vmlinux 0xe45fb95a shmem_zero_setup +EXPORT_SYMBOL_GPL vmlinux 0xe48128fc xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xe49268eb devres_remove EXPORT_SYMBOL_GPL vmlinux 0xe4954950 fanout_mutex EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot EXPORT_SYMBOL_GPL vmlinux 0xe4ad9fce __page_mapcount +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev @@ -22427,19 +22442,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state EXPORT_SYMBOL_GPL vmlinux 0xe4e8746a l3mdev_link_scope_lookup EXPORT_SYMBOL_GPL vmlinux 0xe4f10338 do_splice_from EXPORT_SYMBOL_GPL vmlinux 0xe4fb29aa wm8350_gpio_config -EXPORT_SYMBOL_GPL vmlinux 0xe509bbf1 pci_user_write_config_byte -EXPORT_SYMBOL_GPL vmlinux 0xe52d403f ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xe532afae lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0xe5466bce mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xe54b0007 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0xe555a7f8 sdhci_suspend_host EXPORT_SYMBOL_GPL vmlinux 0xe55f57b9 usb_gen_phy_shutdown EXPORT_SYMBOL_GPL vmlinux 0xe5724621 sata_set_spd EXPORT_SYMBOL_GPL vmlinux 0xe57dfeea thermal_zone_get_temp -EXPORT_SYMBOL_GPL vmlinux 0xe57efcf5 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0xe586d1c3 blkdev_read_iter EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58f4abb __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xe596c867 mtd_ooblayout_count_freebytes EXPORT_SYMBOL_GPL vmlinux 0xe59ee23f synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0xe5a1fb52 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xe5a8cb8b inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xe5bdfbff fuse_dev_alloc EXPORT_SYMBOL_GPL vmlinux 0xe5c6d827 balloon_page_enqueue EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider @@ -22447,6 +22463,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5d7409c alarm_start_relative EXPORT_SYMBOL_GPL vmlinux 0xe5e8888e tps65912_regmap_config EXPORT_SYMBOL_GPL vmlinux 0xe5ec8fde max8997_read_reg EXPORT_SYMBOL_GPL vmlinux 0xe5f0e920 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe6085471 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0xe60afd82 mmc_get_ext_csd EXPORT_SYMBOL_GPL vmlinux 0xe610cfb1 blk_add_driver_data EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array @@ -22454,14 +22471,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xe63c0829 dm_get_table_device EXPORT_SYMBOL_GPL vmlinux 0xe6437cc2 __fscrypt_prepare_lookup EXPORT_SYMBOL_GPL vmlinux 0xe6465ef3 account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0xe64a1228 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xe651f8c5 rockchip_pcie_deinit_phys EXPORT_SYMBOL_GPL vmlinux 0xe657e052 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe658459a __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xe6669f0a stmpe_set_bits EXPORT_SYMBOL_GPL vmlinux 0xe684c3f3 regmap_noinc_write EXPORT_SYMBOL_GPL vmlinux 0xe68d0ebb shash_ahash_finup -EXPORT_SYMBOL_GPL vmlinux 0xe691cce8 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0xe69e8685 crypto_larval_alloc EXPORT_SYMBOL_GPL vmlinux 0xe6bc823a snd_soc_dapm_force_enable_pin_unlocked -EXPORT_SYMBOL_GPL vmlinux 0xe6c61ab5 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0xe6c6f959 pm_runtime_barrier EXPORT_SYMBOL_GPL vmlinux 0xe6d5ec72 fat_attach EXPORT_SYMBOL_GPL vmlinux 0xe6d66677 crypto_unregister_kpp @@ -22471,8 +22488,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq EXPORT_SYMBOL_GPL vmlinux 0xe6e4ab0d snd_soc_tplg_widget_remove_all EXPORT_SYMBOL_GPL vmlinux 0xe709405e debugfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0xe714806b ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xe71738fb ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0xe7183467 snd_soc_bytes_info_ext EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xe7329172 tcp_done EXPORT_SYMBOL_GPL vmlinux 0xe7361d79 snd_soc_component_force_enable_pin_unlocked EXPORT_SYMBOL_GPL vmlinux 0xe747297d xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end @@ -22483,24 +22502,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset EXPORT_SYMBOL_GPL vmlinux 0xe76c1aae rtc_set_alarm EXPORT_SYMBOL_GPL vmlinux 0xe775b60a sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq -EXPORT_SYMBOL_GPL vmlinux 0xe7802fb8 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit EXPORT_SYMBOL_GPL vmlinux 0xe7861698 xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0xe78711c6 lp8788_read_byte EXPORT_SYMBOL_GPL vmlinux 0xe79608ec md_rdev_init -EXPORT_SYMBOL_GPL vmlinux 0xe79616cb of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0xe7af7884 max8997_bulk_write EXPORT_SYMBOL_GPL vmlinux 0xe7afddb3 snd_soc_dai_set_pll EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d743c2 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0xe7da72cd blkg_print_stat_bytes_recursive EXPORT_SYMBOL_GPL vmlinux 0xe7db9a4d input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xe7e2bbb0 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0xe7ecffe3 efivars_unregister EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe80ae2ae tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0xe8182d22 qcom_smem_state_register EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update -EXPORT_SYMBOL_GPL vmlinux 0xe81e01c7 __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xe82318f2 key_type_trusted EXPORT_SYMBOL_GPL vmlinux 0xe8483d89 devm_led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports @@ -22514,14 +22533,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xe8690ed3 fwnode_get_next_available_child_node EXPORT_SYMBOL_GPL vmlinux 0xe86d6c0e sdhci_abort_tuning EXPORT_SYMBOL_GPL vmlinux 0xe879427c regmap_raw_write_async EXPORT_SYMBOL_GPL vmlinux 0xe87cadac serdev_device_wait_until_sent -EXPORT_SYMBOL_GPL vmlinux 0xe883ccca rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xe88ec28e uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0xe8b5a5fa rio_enable_rx_tx_port EXPORT_SYMBOL_GPL vmlinux 0xe8bf4af2 extcon_unregister_notifier_all EXPORT_SYMBOL_GPL vmlinux 0xe8c48af7 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xe8db7d06 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0xe8f57598 blk_mq_debugfs_rq_show -EXPORT_SYMBOL_GPL vmlinux 0xe8fb2ce5 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0xe8fc3ccf pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xe8fc4223 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0xe9085feb devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xe9333f38 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xe9357405 hvc_remove EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free EXPORT_SYMBOL_GPL vmlinux 0xe93ef05b serdev_device_write_wakeup @@ -22531,6 +22552,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe9627e9b pm_runtime_irq_safe EXPORT_SYMBOL_GPL vmlinux 0xe96c2917 scsi_autopm_put_device EXPORT_SYMBOL_GPL vmlinux 0xe97447f0 tty_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0xe97e7543 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xe986e3b5 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0xe98a0310 subsys_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read EXPORT_SYMBOL_GPL vmlinux 0xe9b0ffc4 sdhci_setup_host @@ -22553,42 +22575,38 @@ EXPORT_SYMBOL_GPL vmlinux 0xea819cfc get_task_pid EXPORT_SYMBOL_GPL vmlinux 0xea91b447 tty_standard_install EXPORT_SYMBOL_GPL vmlinux 0xea9ed38a crypto_unregister_alg EXPORT_SYMBOL_GPL vmlinux 0xea9f42af ohci_init_driver -EXPORT_SYMBOL_GPL vmlinux 0xeaa10c78 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xeab0fceb usb_of_get_interface_node EXPORT_SYMBOL_GPL vmlinux 0xeac3bc94 tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0xeac4c678 __phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod -EXPORT_SYMBOL_GPL vmlinux 0xeadcd171 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xeade6b32 ahci_save_initial_config -EXPORT_SYMBOL_GPL vmlinux 0xeae078d2 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush EXPORT_SYMBOL_GPL vmlinux 0xeae97229 gpiod_direction_output EXPORT_SYMBOL_GPL vmlinux 0xeaf5ef8a uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0xeaf6be87 pm_generic_thaw_noirq -EXPORT_SYMBOL_GPL vmlinux 0xeafd0358 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0xeafe07b8 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeb111c26 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0xeb1a8cb3 pstore_unregister EXPORT_SYMBOL_GPL vmlinux 0xeb1b72ff pm_generic_thaw EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq EXPORT_SYMBOL_GPL vmlinux 0xeb3d6c24 sdio_retune_crc_disable EXPORT_SYMBOL_GPL vmlinux 0xeb4fcb52 usb_hub_clear_tt_buffer EXPORT_SYMBOL_GPL vmlinux 0xeb531960 devm_hwspin_lock_unregister -EXPORT_SYMBOL_GPL vmlinux 0xeb5c5e13 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0xeb5e0de4 debugfs_create_u8 EXPORT_SYMBOL_GPL vmlinux 0xeb601b50 set_selection_kernel -EXPORT_SYMBOL_GPL vmlinux 0xeb638a8e __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0xeb6d9035 fsverity_ioctl_measure EXPORT_SYMBOL_GPL vmlinux 0xeb6fb9b3 iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work EXPORT_SYMBOL_GPL vmlinux 0xeba1947a sched_setscheduler -EXPORT_SYMBOL_GPL vmlinux 0xebb85f73 udp_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xebac1a0d ping_get_port EXPORT_SYMBOL_GPL vmlinux 0xebbe1622 io_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0xebd093b7 i2c_recover_bus EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xebd77b38 ata_sas_port_alloc EXPORT_SYMBOL_GPL vmlinux 0xebe33ee5 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xebe391ad devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0xebe9f16b irq_domain_free_fwnode EXPORT_SYMBOL_GPL vmlinux 0xebf244be regulator_bulk_set_supply_names EXPORT_SYMBOL_GPL vmlinux 0xec0c20bd devm_rtc_device_register @@ -22597,35 +22615,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xec20a5ea snd_soc_dpcm_can_be_params EXPORT_SYMBOL_GPL vmlinux 0xec358ffb probe_user_write EXPORT_SYMBOL_GPL vmlinux 0xec3cd2c2 spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0xec4077e6 dev_pm_qos_remove_notifier -EXPORT_SYMBOL_GPL vmlinux 0xec4ac80d clean_acked_data_disable -EXPORT_SYMBOL_GPL vmlinux 0xec4ce006 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xec4ee7fd is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0xec51c41d anon_inode_getfd EXPORT_SYMBOL_GPL vmlinux 0xec6334f6 crypto_unregister_akcipher EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable -EXPORT_SYMBOL_GPL vmlinux 0xec6ecd30 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xec6fde8a sysfs_file_change_owner EXPORT_SYMBOL_GPL vmlinux 0xec71113c regulator_get_hardware_vsel_register EXPORT_SYMBOL_GPL vmlinux 0xec75bc90 dm_noflush_suspending EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xec7910e6 bsg_job_done -EXPORT_SYMBOL_GPL vmlinux 0xeca9fc99 sk_msg_alloc -EXPORT_SYMBOL_GPL vmlinux 0xecac2212 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0xecc6d64e platform_device_add_resources EXPORT_SYMBOL_GPL vmlinux 0xecca5b90 usb_hcd_giveback_urb EXPORT_SYMBOL_GPL vmlinux 0xecd4253a snd_soc_dapm_init -EXPORT_SYMBOL_GPL vmlinux 0xecdfef61 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xecea2b49 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0xeceb1437 device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0xecebf8aa regmap_noinc_read -EXPORT_SYMBOL_GPL vmlinux 0xecedd359 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0xecf53831 dev_pm_opp_detach_genpd EXPORT_SYMBOL_GPL vmlinux 0xed0a8bda dev_pm_opp_get_level -EXPORT_SYMBOL_GPL vmlinux 0xed2a660e xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xed125f43 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xed30d207 ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xed32589d fsverity_verify_bio EXPORT_SYMBOL_GPL vmlinux 0xed344146 mcpm_is_available EXPORT_SYMBOL_GPL vmlinux 0xed38c848 __tracepoint_rpm_idle EXPORT_SYMBOL_GPL vmlinux 0xed3c49d7 hwspin_lock_register -EXPORT_SYMBOL_GPL vmlinux 0xed4ffd7d skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xed576237 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0xed7bb155 dm_post_suspending EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister EXPORT_SYMBOL_GPL vmlinux 0xed878004 platform_find_device_by_driver @@ -22638,7 +22651,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xee14bb0f trace_event_buffer_commit EXPORT_SYMBOL_GPL vmlinux 0xee295248 bsg_unregister_queue EXPORT_SYMBOL_GPL vmlinux 0xee2cf84c i2c_dw_prepare_clk EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier -EXPORT_SYMBOL_GPL vmlinux 0xee47d489 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0xee4e782a snd_soc_runtime_set_dai_fmt EXPORT_SYMBOL_GPL vmlinux 0xee588080 wm831x_set_bits EXPORT_SYMBOL_GPL vmlinux 0xee6aa4ce regmap_raw_write @@ -22649,10 +22661,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xee8aed89 regulator_is_enabled_regmap EXPORT_SYMBOL_GPL vmlinux 0xee90231a power_supply_put EXPORT_SYMBOL_GPL vmlinux 0xee932a33 usb_autopm_put_interface_async EXPORT_SYMBOL_GPL vmlinux 0xee935ad7 __rio_local_read_config_32 -EXPORT_SYMBOL_GPL vmlinux 0xee952060 dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0xee96ff63 spi_alloc_device EXPORT_SYMBOL_GPL vmlinux 0xeea25b19 fwnode_get_named_child_node -EXPORT_SYMBOL_GPL vmlinux 0xeea932bd nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xeeae9917 snd_soc_dapm_disable_pin EXPORT_SYMBOL_GPL vmlinux 0xeeb46d05 led_classdev_notify_brightness_hw_changed EXPORT_SYMBOL_GPL vmlinux 0xeed04a1a device_initialize @@ -22662,38 +22672,31 @@ EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run EXPORT_SYMBOL_GPL vmlinux 0xeeee6898 nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0xef0f6f56 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0xef1c8ebf pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xef1c9608 tty_set_termios EXPORT_SYMBOL_GPL vmlinux 0xef213b33 sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 -EXPORT_SYMBOL_GPL vmlinux 0xef6ac19c sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xef733fff show_class_attr_string EXPORT_SYMBOL_GPL vmlinux 0xef76d05b watchdog_init_timeout EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xef86682f platform_get_irq_optional -EXPORT_SYMBOL_GPL vmlinux 0xef8d2fe0 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xefa0b012 iomap_dio_iopoll EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0xefaace6e mv_mbus_dram_info EXPORT_SYMBOL_GPL vmlinux 0xefadf17e snd_soc_dapm_disable_pin_unlocked EXPORT_SYMBOL_GPL vmlinux 0xefbbd410 of_thermal_get_ntrips EXPORT_SYMBOL_GPL vmlinux 0xefbc880f clk_register_fixed_factor -EXPORT_SYMBOL_GPL vmlinux 0xefc3cab1 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0xefcf1655 xdp_convert_zc_to_xdp_frame EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs EXPORT_SYMBOL_GPL vmlinux 0xf016b96b crypto_ahash_setkey -EXPORT_SYMBOL_GPL vmlinux 0xf0199508 sk_msg_trim -EXPORT_SYMBOL_GPL vmlinux 0xf029487e ncsi_stop_dev -EXPORT_SYMBOL_GPL vmlinux 0xf035effd pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0xf044d706 blkcipher_walk_done -EXPORT_SYMBOL_GPL vmlinux 0xf04abc18 pci_enable_pri -EXPORT_SYMBOL_GPL vmlinux 0xf060f561 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xf068ae20 of_pci_parse_bus_range EXPORT_SYMBOL_GPL vmlinux 0xf06d5354 iommu_aux_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xf0713db3 devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xf07bfeda device_store_int EXPORT_SYMBOL_GPL vmlinux 0xf07e8911 snd_soc_info_enum_double -EXPORT_SYMBOL_GPL vmlinux 0xf0999320 sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0xf09d041e dmaengine_unmap_put EXPORT_SYMBOL_GPL vmlinux 0xf0a62549 regulator_unlock EXPORT_SYMBOL_GPL vmlinux 0xf0aa18d2 vfs_submount @@ -22702,46 +22705,45 @@ EXPORT_SYMBOL_GPL vmlinux 0xf0cc1485 tpm_pcr_extend EXPORT_SYMBOL_GPL vmlinux 0xf0d9b7a7 iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0xf0d9f1be scsi_mode_select EXPORT_SYMBOL_GPL vmlinux 0xf0ec488a platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf0feb36b pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0xf1168496 phy_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0xf11910bf peernet2id_alloc -EXPORT_SYMBOL_GPL vmlinux 0xf12ad59d sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag EXPORT_SYMBOL_GPL vmlinux 0xf1376561 efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0xf14079d7 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf178499d pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xf17a44fd init_bch EXPORT_SYMBOL_GPL vmlinux 0xf17f133b meson_clk_mpll_ro_ops EXPORT_SYMBOL_GPL vmlinux 0xf17f29a1 gpiochip_populate_parent_fwspec_fourcell EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off EXPORT_SYMBOL_GPL vmlinux 0xf1931e0c devfreq_event_is_enabled -EXPORT_SYMBOL_GPL vmlinux 0xf1a0ede5 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xf1b04062 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on -EXPORT_SYMBOL_GPL vmlinux 0xf1bf7ab9 lwtunnel_encap_del_ops -EXPORT_SYMBOL_GPL vmlinux 0xf1d13a50 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0xf1e8055c ahci_kick_engine EXPORT_SYMBOL_GPL vmlinux 0xf1eaa83f crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xf1f3933b ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xf1fae6a3 asic3_read_register -EXPORT_SYMBOL_GPL vmlinux 0xf205390a call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xf2096a57 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xf2164c1a pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xf2186826 kernfs_find_and_get_ns EXPORT_SYMBOL_GPL vmlinux 0xf219a0b2 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2223801 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf22b4388 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0xf22e9e8b vfs_setxattr EXPORT_SYMBOL_GPL vmlinux 0xf247a365 class_find_device EXPORT_SYMBOL_GPL vmlinux 0xf25df2bd usb_disable_ltm -EXPORT_SYMBOL_GPL vmlinux 0xf25f1e2c ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0xf296c496 serial8250_init_port EXPORT_SYMBOL_GPL vmlinux 0xf29cf2c6 bpf_map_put -EXPORT_SYMBOL_GPL vmlinux 0xf2be0fc3 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xf2ca71f7 devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0xf2ce6511 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf2d693c0 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0xf2d6b0ff sbitmap_get_shallow -EXPORT_SYMBOL_GPL vmlinux 0xf2dab087 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xf2e9c7e6 serial8250_rpm_get_tx EXPORT_SYMBOL_GPL vmlinux 0xf2ef2321 user_describe EXPORT_SYMBOL_GPL vmlinux 0xf2f4e6d2 sec_irq_init EXPORT_SYMBOL_GPL vmlinux 0xf2f4faff usb_create_shared_hcd EXPORT_SYMBOL_GPL vmlinux 0xf3065994 pwm_get -EXPORT_SYMBOL_GPL vmlinux 0xf309c8d4 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for @@ -22755,20 +22757,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 EXPORT_SYMBOL_GPL vmlinux 0xf33824b7 init_uts_ns EXPORT_SYMBOL_GPL vmlinux 0xf34cca0e dev_pm_opp_put_clkname EXPORT_SYMBOL_GPL vmlinux 0xf34eaca2 iommu_domain_get_attr -EXPORT_SYMBOL_GPL vmlinux 0xf36d6ff6 xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0xf373531a blk_mq_alloc_request_hctx EXPORT_SYMBOL_GPL vmlinux 0xf37fa499 sysfs_rename_link_ns EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0xf3880140 phy_select_page EXPORT_SYMBOL_GPL vmlinux 0xf39bc51d hvc_alloc -EXPORT_SYMBOL_GPL vmlinux 0xf3aed283 strp_process EXPORT_SYMBOL_GPL vmlinux 0xf3aef486 usb_get_current_frame_number EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs EXPORT_SYMBOL_GPL vmlinux 0xf3c17b8a relay_open EXPORT_SYMBOL_GPL vmlinux 0xf3c66719 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf3d5979f tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xf3e8baf3 of_dma_is_coherent EXPORT_SYMBOL_GPL vmlinux 0xf3ed66ae usb_udc_vbus_handler -EXPORT_SYMBOL_GPL vmlinux 0xf3f1d85f tcp_done EXPORT_SYMBOL_GPL vmlinux 0xf43c1f1a xhci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xf446bc7c iomap_migrate_page EXPORT_SYMBOL_GPL vmlinux 0xf44c762c blk_poll @@ -22778,17 +22778,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xf462ae49 amba_device_put EXPORT_SYMBOL_GPL vmlinux 0xf47d703c __blk_req_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xf4820543 mtk_smi_larb_put +EXPORT_SYMBOL_GPL vmlinux 0xf4835116 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0xf4849065 sysfs_unbreak_active_protection EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xf49c680a fsverity_enqueue_verify_work -EXPORT_SYMBOL_GPL vmlinux 0xf4aed6ce generic_xdp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf4ad6957 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal EXPORT_SYMBOL_GPL vmlinux 0xf4b775a9 devm_regmap_field_alloc -EXPORT_SYMBOL_GPL vmlinux 0xf4b80d5b tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0xf4b99973 regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xf4c5d4fa sysfs_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0xf4c6bedc nand_read_page_op +EXPORT_SYMBOL_GPL vmlinux 0xf4c94e4b __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0xf4de9040 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xf4e2901f devlink_free EXPORT_SYMBOL_GPL vmlinux 0xf4e608fb debugfs_create_regset32 EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc EXPORT_SYMBOL_GPL vmlinux 0xf5022aa5 sysfs_break_active_protection @@ -22800,8 +22802,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5342d4d snd_soc_new_ac97_component EXPORT_SYMBOL_GPL vmlinux 0xf53a3116 pm_generic_resume EXPORT_SYMBOL_GPL vmlinux 0xf54978f8 attribute_container_register EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54be8b8 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock EXPORT_SYMBOL_GPL vmlinux 0xf559077f pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xf559233c devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0xf585225a __devm_irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0xf586e567 __ata_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus @@ -22812,6 +22816,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node EXPORT_SYMBOL_GPL vmlinux 0xf5f9481b crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0xf5fc65d2 regulator_map_voltage_linear EXPORT_SYMBOL_GPL vmlinux 0xf616cd8a dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xf61a35b9 pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xf61baa65 pids_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xf625da11 dev_pm_opp_put_regulators EXPORT_SYMBOL_GPL vmlinux 0xf626dd4b regulator_set_load @@ -22825,9 +22830,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync EXPORT_SYMBOL_GPL vmlinux 0xf667f0b4 ata_eh_qc_complete EXPORT_SYMBOL_GPL vmlinux 0xf6680d91 dma_buf_detach -EXPORT_SYMBOL_GPL vmlinux 0xf678c6bc inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0xf67d6a38 bus_for_each_dev -EXPORT_SYMBOL_GPL vmlinux 0xf69dca19 pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0xf6c1a176 pm_genpd_remove EXPORT_SYMBOL_GPL vmlinux 0xf6c8dbd8 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable @@ -22836,9 +22839,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xf6dab071 serdev_controller_alloc EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge EXPORT_SYMBOL_GPL vmlinux 0xf6ef8755 snd_soc_jack_get_type EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f7eda4 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0xf6faa2b1 snd_soc_set_dmi_name EXPORT_SYMBOL_GPL vmlinux 0xf6fbb061 phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xf70005f1 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf70531f6 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xf70e614c usb_of_get_companion_dev EXPORT_SYMBOL_GPL vmlinux 0xf715ba5e i2c_new_dummy_device EXPORT_SYMBOL_GPL vmlinux 0xf7162af5 platform_unregister_drivers @@ -22853,8 +22858,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer EXPORT_SYMBOL_GPL vmlinux 0xf79599f0 mddev_init_writes_pending EXPORT_SYMBOL_GPL vmlinux 0xf79811da __kthread_init_worker -EXPORT_SYMBOL_GPL vmlinux 0xf79bf34d metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0xf79d2532 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xf7a73f9c skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xf7ae2344 mddev_resume EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7bea8ac pm_clk_suspend @@ -22870,7 +22875,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xf7f7764f spi_bus_type EXPORT_SYMBOL_GPL vmlinux 0xf7ff1b0e subsys_system_register EXPORT_SYMBOL_GPL vmlinux 0xf817a97f rt_mutex_lock_interruptible EXPORT_SYMBOL_GPL vmlinux 0xf81a0a91 fsverity_prepare_setattr -EXPORT_SYMBOL_GPL vmlinux 0xf81ff12e ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu EXPORT_SYMBOL_GPL vmlinux 0xf83b8774 net_ns_get_ownership @@ -22878,32 +22882,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xf8506c4f dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0xf8577614 cgroup_rstat_updated EXPORT_SYMBOL_GPL vmlinux 0xf85c13fe pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0xf861c991 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xf87f90e0 netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0xf87fe1bb dma_buf_kunmap EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy EXPORT_SYMBOL_GPL vmlinux 0xf8908e6b iommu_capable EXPORT_SYMBOL_GPL vmlinux 0xf8a40a9f md_new_event -EXPORT_SYMBOL_GPL vmlinux 0xf8a6b41e pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0xf8aef7c4 subsys_virtual_register EXPORT_SYMBOL_GPL vmlinux 0xf8af9d6b pm_generic_poweroff_noirq EXPORT_SYMBOL_GPL vmlinux 0xf8b5c64f mctrl_gpio_init EXPORT_SYMBOL_GPL vmlinux 0xf8bcee30 perf_event_sysfs_show -EXPORT_SYMBOL_GPL vmlinux 0xf8c3ac54 usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid -EXPORT_SYMBOL_GPL vmlinux 0xf8cc216e pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0xf8ceb5a5 iommu_page_response EXPORT_SYMBOL_GPL vmlinux 0xf8de530c omap_iommu_domain_activate -EXPORT_SYMBOL_GPL vmlinux 0xf8e95cd8 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xf8df8f63 tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0xf8ead321 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit EXPORT_SYMBOL_GPL vmlinux 0xf90d3e12 usb_hcd_link_urb_to_ep EXPORT_SYMBOL_GPL vmlinux 0xf915c2eb led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0xf915dde2 usb_ep_fifo_flush EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xf94bf3c7 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf93e075d nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf9639195 ata_sff_postreset EXPORT_SYMBOL_GPL vmlinux 0xf96b766c iommu_attach_device -EXPORT_SYMBOL_GPL vmlinux 0xf974efca skb_morph EXPORT_SYMBOL_GPL vmlinux 0xf9812c53 usb_string EXPORT_SYMBOL_GPL vmlinux 0xf984068d pci_epf_alloc_space EXPORT_SYMBOL_GPL vmlinux 0xf984ca9a snd_card_disconnect_sync @@ -22918,17 +22919,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xf9f7528b devm_hwspin_lock_register EXPORT_SYMBOL_GPL vmlinux 0xf9fb527d __clk_determine_rate EXPORT_SYMBOL_GPL vmlinux 0xfa0129f9 mtd_block_isbad EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy +EXPORT_SYMBOL_GPL vmlinux 0xfa0e96e0 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xfa32879c rio_mport_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0xfa399150 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfa5e897c devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu EXPORT_SYMBOL_GPL vmlinux 0xfa6516c2 fwnode_handle_get EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name EXPORT_SYMBOL_GPL vmlinux 0xfa6e6753 property_entries_dup -EXPORT_SYMBOL_GPL vmlinux 0xfa70060e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfa71d42d ping_hash EXPORT_SYMBOL_GPL vmlinux 0xfa74fcb0 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xfa7db2b2 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next EXPORT_SYMBOL_GPL vmlinux 0xfa91d0c8 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xfa9a9b44 tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0xfa9e596a irq_domain_create_hierarchy EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line @@ -22937,15 +22942,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xfabba7d4 get_pid_task EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax EXPORT_SYMBOL_GPL vmlinux 0xfae12a05 virtio_config_disable EXPORT_SYMBOL_GPL vmlinux 0xfae25fc3 spi_mem_driver_register_with_owner -EXPORT_SYMBOL_GPL vmlinux 0xfb013ef6 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0xfb1c505a regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0xfb24d4ab blocking_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xfb2bd7bd pinconf_generic_dt_node_to_map EXPORT_SYMBOL_GPL vmlinux 0xfb2dadcd devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb378c8c pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xfb3e7f0a virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0xfb41faab fat_flush_inodes EXPORT_SYMBOL_GPL vmlinux 0xfb4550f8 rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xfb4b523a strp_done EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0xfb67fa28 devm_init_badblocks EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name @@ -22957,13 +22963,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xfbcb4a54 ahci_platform_disable_clks EXPORT_SYMBOL_GPL vmlinux 0xfbea10b3 virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0xfbea1434 regcache_sync_region EXPORT_SYMBOL_GPL vmlinux 0xfbec7e9f dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xfbf65d30 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0xfbfa8758 snd_soc_register_component EXPORT_SYMBOL_GPL vmlinux 0xfbfb512c wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xfc013c0e pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0c5281 fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0xfc0d0f48 device_bind_driver EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc18b234 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0xfc1b4ff5 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xfc26dea1 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0xfc2923cd bsg_job_get EXPORT_SYMBOL_GPL vmlinux 0xfc2ca2f3 ata_sas_slave_configure @@ -22971,37 +22982,33 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc2f7b55 devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0xfc3973d8 __tracepoint_mc_event EXPORT_SYMBOL_GPL vmlinux 0xfc56e2b5 fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume -EXPORT_SYMBOL_GPL vmlinux 0xfc7a1b2f lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0xfc83f137 mddev_init EXPORT_SYMBOL_GPL vmlinux 0xfc93dc53 blk_mq_unquiesce_queue EXPORT_SYMBOL_GPL vmlinux 0xfc980341 bpf_prog_alloc EXPORT_SYMBOL_GPL vmlinux 0xfc98ab51 vfs_getxattr -EXPORT_SYMBOL_GPL vmlinux 0xfcc0e2b7 iptunnel_xmit -EXPORT_SYMBOL_GPL vmlinux 0xfcc582bd devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0xfcf1d132 bpf_prog_put EXPORT_SYMBOL_GPL vmlinux 0xfd040770 __blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xfd158ad3 snd_soc_component_write EXPORT_SYMBOL_GPL vmlinux 0xfd2692bb genphy_c45_an_disable_aneg EXPORT_SYMBOL_GPL vmlinux 0xfd2aec6d thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xfd2b9cf7 usb_disable_autosuspend -EXPORT_SYMBOL_GPL vmlinux 0xfd39fe75 ip6_datagram_release_cb -EXPORT_SYMBOL_GPL vmlinux 0xfd45dba2 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xfd687c67 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xfd8417f5 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xfd87842b genphy_c45_an_config_aneg EXPORT_SYMBOL_GPL vmlinux 0xfd9c15f1 fwnode_property_match_string EXPORT_SYMBOL_GPL vmlinux 0xfda0c9d5 mmput -EXPORT_SYMBOL_GPL vmlinux 0xfda80d84 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0xfdb01bf3 __phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xfdb29b81 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xfdb7091f devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0xfdbb4491 nanddev_bbt_cleanup EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type EXPORT_SYMBOL_GPL vmlinux 0xfdc7ccb7 phy_validate EXPORT_SYMBOL_GPL vmlinux 0xfdcbdf5b kernel_kobj EXPORT_SYMBOL_GPL vmlinux 0xfdcbf15a snd_pcm_stream_unlock_irqrestore -EXPORT_SYMBOL_GPL vmlinux 0xfdd0d0ad tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xfdd624b5 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xfddad78f ata_sff_port_intr -EXPORT_SYMBOL_GPL vmlinux 0xfddc72fa dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0xfddd8125 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfde252ab devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0xfdf23d42 usb_sg_init EXPORT_SYMBOL_GPL vmlinux 0xfdf3a24a mtd_ooblayout_free EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name @@ -23009,9 +23016,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe0430d8 of_address_to_resource EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xfe0ea121 edac_mc_alloc EXPORT_SYMBOL_GPL vmlinux 0xfe1616d0 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xfe27712e ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0xfe29b8e1 freq_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xfe29d810 trace_seq_to_user -EXPORT_SYMBOL_GPL vmlinux 0xfe3144cb register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0xfe3eddb9 tpm_get_random EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns EXPORT_SYMBOL_GPL vmlinux 0xfe48eecb __tracepoint_pelt_se_tp @@ -23021,8 +23028,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe95b9ad perf_trace_run_bpf_submit EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfea837fa mnt_want_write EXPORT_SYMBOL_GPL vmlinux 0xfeb373e2 ata_dummy_port_info -EXPORT_SYMBOL_GPL vmlinux 0xfeb49a59 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0xfeb893d6 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xfeb8b83e raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0xfebbf102 regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0xfec4a902 fwnode_graph_get_endpoint_by_id EXPORT_SYMBOL_GPL vmlinux 0xfec60077 pm_runtime_enable @@ -23033,6 +23040,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xfeefc3f6 usb_poison_urb EXPORT_SYMBOL_GPL vmlinux 0xfef67ace btree_init EXPORT_SYMBOL_GPL vmlinux 0xfef6c078 rio_del_device EXPORT_SYMBOL_GPL vmlinux 0xfef7d327 msi_desc_to_pci_sysdata +EXPORT_SYMBOL_GPL vmlinux 0xfef91ce2 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt EXPORT_SYMBOL_GPL vmlinux 0xff1e12e9 regulator_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xff1ef746 kobject_rename @@ -23042,16 +23050,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xff303f8f gov_attr_set_get EXPORT_SYMBOL_GPL vmlinux 0xff384da3 tpm1_getcap EXPORT_SYMBOL_GPL vmlinux 0xff3c4243 devm_phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff57029d lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback EXPORT_SYMBOL_GPL vmlinux 0xff67944f dm_device_name EXPORT_SYMBOL_GPL vmlinux 0xff75909c of_mm_gpiochip_add_data EXPORT_SYMBOL_GPL vmlinux 0xff7c2da1 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0xff7ceb64 xhci_dbg_trace -EXPORT_SYMBOL_GPL vmlinux 0xff9166c8 ncsi_vlan_rx_kill_vid -EXPORT_SYMBOL_GPL vmlinux 0xff986dcb devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0xff9e352c blk_mq_update_nr_hw_queues EXPORT_SYMBOL_GPL vmlinux 0xff9e44cb regulator_list_voltage EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffccc696 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xffd7e7be dma_buf_fd EXPORT_SYMBOL_GPL vmlinux 0xffdfc44a sdio_register_driver EXPORT_SYMBOL_GPL vmlinux 0xfff4e4f0 bio_associate_blkg_from_css diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic-lpae b/debian.master/abi/5.4.0-117.132/armhf/generic-lpae similarity index 81% rename from debian.master/abi/5.4.0-110.124/armhf/generic-lpae rename to debian.master/abi/5.4.0-117.132/armhf/generic-lpae index e22ae2e801e98..303edc51dc334 100644 --- a/debian.master/abi/5.4.0-110.124/armhf/generic-lpae +++ b/debian.master/abi/5.4.0-117.132/armhf/generic-lpae @@ -27,8 +27,8 @@ EXPORT_SYMBOL crypto/sm3_generic 0x1bbcd451 crypto_sm3_finup EXPORT_SYMBOL crypto/sm3_generic 0xc3a61148 crypto_sm3_update EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks EXPORT_SYMBOL drivers/atm/suni 0x2c85487c suni_init -EXPORT_SYMBOL drivers/bcma/bcma 0x519bf734 bcma_core_irq -EXPORT_SYMBOL drivers/bcma/bcma 0xbd8ccd8b bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x7924c297 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xea018e1a bcma_core_irq EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -144,7 +144,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x078a8018 drm_wait_one_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a20af61 drm_of_crtc_port_mask EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x0befc99e drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf3222c drm_client_modeset_commit_force EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c1bb964 drm_connector_set_tile_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x0da5e260 drm_plane_create_zpos_immutable_property @@ -177,13 +176,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c79dd6e drm_atomic_state_default_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c8fd322 drm_gem_dma_resv_wait EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c9c9c74 drm_gem_object_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d2191b5 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d6a8fb1 drm_connector_set_vrr_capable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d79cddb drm_crtc_send_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e313d38 drm_object_attach_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e645395 drm_atomic_state_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e8546d3 drm_framebuffer_plane_width EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f1a425b drm_gem_shmem_create_with_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f20a23c drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x1faf0f1b drm_atomic_bridge_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fca8498 drm_syncobj_get_handle @@ -226,32 +225,31 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a65dcc drm_mode_crtc_set_gamma_size EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file EXPORT_SYMBOL drivers/gpu/drm/drm 0x36e626b8 drm_mode_create_content_type_property -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3715f3a0 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x380b5fbb __drm_get_edid_firmware_path EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bcea2f drm_gem_mmap_obj EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a20406b drm_gem_shmem_madvise EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a2b025f drm_bridge_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a56a016 drm_gem_prime_export -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b03cc98 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b3dc41d drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cd2da13 drm_color_lut_check EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d3c6ba1 drm_atomic_set_fence_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ddcc83c drm_atomic_add_affected_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e05e7c3 drm_plane_create_zpos_property -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e92afb4 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ed3e7fc drm_framebuffer_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0x402a8766 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40559dcf drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x40674a59 drm_gem_dumb_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x410b70d2 drm_plane_force_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x41113309 drm_crtc_vblank_count_and_time EXPORT_SYMBOL drivers/gpu/drm/drm 0x419a8200 drm_mode_create_dvi_i_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a46be3 drm_atomic_private_obj_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0x41c9d723 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41fe3072 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x421af36d drm_property_lookup_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x4287f6c0 drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0x42b3c107 drm_crtc_enable_color_mgmt -EXPORT_SYMBOL drivers/gpu/drm/drm 0x43d55ab0 drm_legacy_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e142c8 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x4416df1d drm_gtf_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x44739c22 drm_crtc_vblank_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x45e0ab2b drm_any_plane_has_format @@ -273,12 +271,14 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0280b6 drm_mode_hsync EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9f4099 drm_writeback_prepare_job EXPORT_SYMBOL drivers/gpu/drm/drm 0x4edfe9b9 drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ef06b0f drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f095711 __drm_atomic_helper_disable_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fcdb92c drm_property_create_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x50631d3c drm_atomic_nonblocking_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies EXPORT_SYMBOL drivers/gpu/drm/drm 0x513088ad drm_gem_dmabuf_export EXPORT_SYMBOL drivers/gpu/drm/drm 0x516b5978 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51b73f8f drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc3803 drm_format_info_block_width EXPORT_SYMBOL drivers/gpu/drm/drm 0x521c94e8 drm_mode_debug_printmodeline EXPORT_SYMBOL drivers/gpu/drm/drm 0x527e3205 drm_mode_match @@ -302,10 +302,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ac98c8f drm_mode_get_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b0acc3b drm_vma_offset_manager_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b521588 drm_vma_node_revoke EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b93d152 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e331454 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc3a33f __drm_mm_interval_first EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fdb6e71 drm_plane_create_rotation_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ff7c823 drm_open -EXPORT_SYMBOL drivers/gpu/drm/drm 0x606823aa drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x60b8d012 drm_property_create_enum EXPORT_SYMBOL drivers/gpu/drm/drm 0x60d4bc60 drm_framebuffer_plane_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x6110aaf7 drm_bridge_pre_enable @@ -336,11 +336,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x72101966 drm_bridge_mode_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x727125a7 drm_connector_attach_edid_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x74c3c81b drm_hdmi_avi_infoframe_colorspace EXPORT_SYMBOL drivers/gpu/drm/drm 0x75a3f197 drm_crtc_init_with_planes -EXPORT_SYMBOL drivers/gpu/drm/drm 0x778a75c5 drm_send_event -EXPORT_SYMBOL drivers/gpu/drm/drm 0x77d5c98b drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x7808fae0 drm_connector_has_possible_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x7891f34f drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x7971b789 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79b3a176 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a225b82 drm_gem_map_dma_buf EXPORT_SYMBOL drivers/gpu/drm/drm 0x7abc81a0 drm_client_modeset_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b8b9684 drm_syncobj_get_fd @@ -355,7 +354,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fbb2001 drm_i2c_encoder_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fdd31ef drm_connector_attach_content_type_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fe887fe drm_crtc_arm_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x8007b0f3 drm_release -EXPORT_SYMBOL drivers/gpu/drm/drm 0x8043da5c drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x80935c79 drm_mm_scan_add_block EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c194d5 drm_property_replace_global_blob @@ -366,7 +364,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8563a554 drm_ht_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ffd42 drm_mm_replace_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x877b6731 drm_gem_mmap -EXPORT_SYMBOL drivers/gpu/drm/drm 0x8843980b drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x887cb84d drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x88a001e8 drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x89671400 drm_atomic_get_plane_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x89750633 drm_connector_list_iter_next @@ -378,6 +376,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d59dec1 drm_crtc_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d8a9197 drm_poll EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d8bcdc9 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9150ce drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9fccf2 drm_atomic_state_default_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb08ca3 drm_gem_shmem_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ed22ffa drm_syncobj_find_fence @@ -406,7 +405,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b6d47ca drm_mode_is_420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c789458 drm_hdmi_avi_infoframe_content_type EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal -EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c9ec550 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d5614bd drm_mode_put_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd26089 drm_mm_scan_init_with_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e4af146 drm_i2c_encoder_save @@ -419,16 +417,16 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3339fb8 drm_mode_plane_set_obj_prop EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3b513f3 drm_connector_list_iter_begin -EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3ee807f drm_legacy_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa47d343e drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4b474cd drm_modeset_lock_single_interruptible EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5192ada drm_mode_set_config_internal -EXPORT_SYMBOL drivers/gpu/drm/drm 0xa617104b drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6406aca drm_syncobj_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xa802af7b drm_atomic_get_new_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ad5d01 drm_detect_hdmi_monitor EXPORT_SYMBOL drivers/gpu/drm/drm 0xa90a2f03 drm_connector_attach_max_bpc_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xa91eee07 drm_atomic_set_mode_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9406a8e drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9409fb0 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa156614 drm_put_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xaabb1e22 drm_vma_node_is_allowed EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac39ff3 __drm_printfn_info @@ -436,7 +434,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xab615122 drm_connector_list_iter_end EXPORT_SYMBOL drivers/gpu/drm/drm 0xab8a25e0 drm_atomic_bridge_pre_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0xab919340 drm_plane_from_index EXPORT_SYMBOL drivers/gpu/drm/drm 0xac08198e drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac88e750 drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae744ed8 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xaef110bf drm_i2c_encoder_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf2a4827 drm_atomic_get_old_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats @@ -450,10 +450,12 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3206ad6 drm_crtc_handle_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3c6197b drm_encoder_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb891f94e drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97a1b2d drm_dev_register EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xba6fe127 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba836ee7 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xba85b66c drm_atomic_bridge_post_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb59d48b drm_i2c_encoder_dpms EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc1088bd drm_client_dev_hotplug @@ -477,14 +479,12 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6b7180d drm_master_internal_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c42bcf drm_vma_offset_manager_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7ec8606 of_drm_find_bridge -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcafb18d1 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb4107a7 drm_crtc_vblank_on EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb4227b4 drm_panel_detach EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb71d8ea drm_panel_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err EXPORT_SYMBOL drivers/gpu/drm/drm 0xce3171b1 drm_object_property_get_value -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf09803f drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfb1e12c drm_hdmi_avi_infoframe_quant_range EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe825b2 drm_gem_unmap_dma_buf @@ -494,12 +494,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1fc5f14 drm_flip_work_queue EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2461088 drm_mode_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26133c8 drm_gem_vm_close EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c3e10b drm_dev_unplug -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3b0aa75 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3482a85 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0xd40f08a2 drm_gem_objects_lookup EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4132cc6 drm_gem_fence_array_add EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4918f26 drm_gem_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5a43fca drm_panel_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xd60b270d drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd64c59d4 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6aec1aa drm_gem_shmem_get_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6e3d00e drm_set_preferred_mode @@ -531,9 +532,9 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe324e49a drm_gem_dmabuf_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe366c406 drm_framebuffer_unregister_private EXPORT_SYMBOL drivers/gpu/drm/drm 0xe389faae drm_gem_shmem_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5263781 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe67bd022 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0xe792cf0b drm_universal_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe813492f drm_i2c_encoder_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0xe87b2f7d drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8c3e6f2 drm_bridge_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8d5b235 drm_property_destroy @@ -551,7 +552,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xeddf9082 drm_property_create_range EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract EXPORT_SYMBOL drivers/gpu/drm/drm 0xeece711f drm_client_framebuffer_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xef82cb87 drm_gem_shmem_purge -EXPORT_SYMBOL drivers/gpu/drm/drm 0xeff692d8 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xf025814c drm_writeback_signal_completion EXPORT_SYMBOL drivers/gpu/drm/drm 0xf05de20a drm_crtc_vblank_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1216fdc drm_i2c_encoder_detect @@ -1107,320 +1107,320 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x75afc318 ms5611_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x7bf7d6a8 st_press_common_probe EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x9cef6d71 st_press_get_settings EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xcdb9e1c8 st_press_common_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x07b27a66 cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x112d1456 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1ce8468d ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3175eb0b ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x37c68450 ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4934991b ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4fd9aa77 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x55082e3f ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5519eaab ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x615ceb13 ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x67f93cee ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x68ff9d18 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1c2b942c ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2b62bc8a ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2bddfb51 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x33fbaecc ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x414d84db ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x523826f1 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5f097cd4 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6268253a cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x630aecbb ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x656730b4 ib_send_cm_rej EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6df26808 ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x75382938 ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8c39639a ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x99fd9850 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc99ffc26 ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6f38cf4 ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x039b631d rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05f74aec ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0620c6ac rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x065de37f rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08092c16 rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cf0b50a ib_drain_rq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e047fd9 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10ff2d03 ib_modify_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1476dcbb rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15967840 ib_register_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x159b64ee ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x805bbffa ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x95fade6b ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9b87a8f5 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xabff3307 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd3191339 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe902867b ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec992bce ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf7ee3bcf ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00de2b14 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0296041e ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0506c259 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x094846e2 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ba3f8a0 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c631074 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e0c65c5 ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f8c1e56 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1189ade0 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x122756bd ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1453878d ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14cbece5 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15a2c0fb roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x170cfcd3 ib_redirect_mad_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19102b07 ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19b944fc __ib_alloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19f840e3 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19541bc8 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19b37d13 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a1a4d37 ib_process_mad_wc EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b3321e3 ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1babbc37 ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bd093f7 ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c4e9bb8 rdma_modify_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d80fe52 rdma_copy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1da04bf3 __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1df5686f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b812b5d ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c671537 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ca79daf ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e0d5de4 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e2a6cc1 ib_modify_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f82698c ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24bc65a9 ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24e48cb1 ib_query_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24f02f0c ib_dealloc_pd_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x259fa9c2 rdma_find_gid_by_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2663354d rdma_nl_unicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27e370f0 ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a41b51a rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f804adc ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x205e3db0 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21ac518d rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24236a55 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x255ad121 ibdev_crit EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ad824ee ib_cancel_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e8a4deb ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ef2b179 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bcd362b ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bd27a4a rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bd91e88 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c29fd22 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e6a885d ib_open_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x309020bc __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x309746c0 ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32728fc4 ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32ce7602 ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33ab198b rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33b40640 ib_mad_kernel_rmpp_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3575eb8d ib_get_vf_stats -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35a503bf rdma_nl_put_driver_u32_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37543d1c rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b405347 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fa47efe rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31b0d55c ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x340a1ad1 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x345adef7 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3842a107 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39887271 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bc3a329 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c778eac ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e43386f ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e7c4f66 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f02dcf1 rdma_find_gid_by_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41afecd3 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40f96c1f rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x419cde63 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4249f3bc rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43371eea ib_free_send_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43bc4b7e ib_alloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48322282 rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48f07605 ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49806e37 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x468c319b ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46f009f6 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x471ce2cd rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48b05908 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49977581 ib_modify_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4abe5512 ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ac14ef0 ib_rdmacg_uncharge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b14f283 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ca5a956 rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d29f605 ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b4d0771 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bbe2fa4 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cba350f rdma_user_mmap_entry_remove EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eb55307 __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f62b440 ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fee6415 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eea0608 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fdaac23 ib_sa_get_mcmember_rec EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x516c88de ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x514aa40e rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x517f53b5 ib_register_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52ac06e3 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5328e15d rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53d68ab0 ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55c42787 ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56759e9d rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57e7716a _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x585fde46 rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x589dff6b ib_init_ah_attr_from_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58dae72f rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5934d6aa ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59a57eb7 rdma_restrack_del -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b5d8cf1 ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cbad477 ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5eefa248 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x534151ed ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5749d1ef ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57b8927f ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57d9c2eb rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58838386 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59c1c922 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a1b7c14 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a714cea ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5aad6cb7 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b3bbf92 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fa384b5 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fbaae67 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x600c1ab5 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60ffa1da rdma_translate_ip EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64024c7f ib_create_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65fe9281 ib_rdmacg_try_charge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69b7bf70 ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a504851 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6505ddf9 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6518bb66 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x663f0d9e ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x668b47a3 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66a80009 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x686bdb14 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6957bfee ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69635d14 __ib_alloc_xrcd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bc981c6 ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bcd8938 ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c3b9b18 ib_query_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ced0051 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e12dc14 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e2b6449 ib_create_qp_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7000f6d6 ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x722d036e rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x729bc541 ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7354ca91 rdma_init_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73d795ba ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73e9e24d ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74561a0b ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x714b2dae ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x716805f1 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72c9203c ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73490d46 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x745850cf ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74c473b5 rdma_put_gid_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76c6d726 rdma_move_ah_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ae03a0d ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b17ed76 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79d31a03 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79e66856 ib_sa_join_multicast EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cd67a6d rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e0d8aed rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81ec5d1d ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x824235b3 ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82543258 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8153a183 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86ac7ec8 rdma_user_mmap_io EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88164cf2 rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x884274e7 ib_get_vf_config -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a1f8a61 ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bc24d53 ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0d7f0e rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e539a85 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86d012be ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8940567c ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d11ab68 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d4f4e95 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dee9c25 ib_drain_sq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e8dd9c4 rdma_rw_ctx_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f10727f ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9055eb0b ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7fcca1 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ef99550 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ff416bd ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90049a21 rdma_resolve_ip EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96e2091a ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97101c48 rdma_set_cq_moderation -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98155115 rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9860bcbf rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9992a882 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92137df4 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x944cfa61 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9753fe05 ib_sa_sendonly_fullmem_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97771ee5 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9927363a ib_post_send_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d19e5ff ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d755914 ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa12636a0 ib_post_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1f036ea ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa89b196f rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa96297bd rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa45e58b rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabaa2edc ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabdd31f7 ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac642b66 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacdd87e2 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9da7d1e8 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dc426df ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dde8f45 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f44718b ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f44c08d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa09dde43 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa41118a2 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa429546c rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4522eb3 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa51262b1 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa57489f7 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6c15a4e ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa798f200 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab4759cf rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac7b8982 rdma_nl_put_driver_u64 EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf2a7b68 rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafd3cac2 ib_unregister_device_and_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafff3216 ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0eced44 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf28acab ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0bc8407 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c706d4 rdma_create_user_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a3f95a rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2929eb3 ib_cancel_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3f66dd2 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb53a3f47 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb649c07a ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7154614 rdma_restrack_kadd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9345ea3 rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb946eee8 ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb94aef13 ib_get_cached_port_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9e7d10a ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba4206b3 ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6a2cb1 ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc253afd ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe1d77c8 ib_mr_pool_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe696046 ib_set_vf_guid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe6d2a34 roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf0c4024 ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfed72ab rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1430433 ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1fa40a9 rdma_link_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3185d57 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8701d75 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8e4b882 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9addf58 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbf4ec96 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc4d8261 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcf06b9e rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd743543 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbec64a52 __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf9edd96 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc052bb10 ib_fmr_pool_unmap EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6c7fd88 rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca29b093 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd2c222f ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd23f493d rdma_read_gid_l2_fields -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2c0e856 ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4b02686 ib_unregister_device_queued -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5b72461 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd60c358d ib_drain_sq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd648b68b ib_get_device_fw_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd64ebfe4 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3709c33 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca1fc244 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc14e7d1 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd41c343 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd9ba7c8 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdae4dae ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf1ce729 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0168195 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0ea32ab ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd14128b0 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd27f38c9 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2b4760a ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4f9f0d7 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5a6fb2e ib_device_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd851b2fe ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8ba6c23 rdma_nl_put_driver_u64 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9f54e01 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7383455 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd91d86ed ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9ba89dc ibdev_emerg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb4d5fda ibdev_notice -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc9ee42a rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcfd9837 ibdev_alert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd2cd0d6 ib_sa_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdde0faad ib_destroy_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe01b8da3 ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe10d0cd0 ib_destroy_srq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe136ca1b ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe543fc15 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdac944af ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb6f4d11 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdebe4393 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe01681f7 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe10c285c ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe151b3a5 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe19261ad ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1bb9010 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1c9c072 ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37e927c rdma_roce_rescan_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6927e6d rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6e338c6 ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe791c8b3 ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7937373 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe61cb786 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6583633 ib_device_get_by_name EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7d021c4 ib_create_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8036c69 ib_sa_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe829c7a5 rdma_query_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8fba082 rdma_rw_ctx_post EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed52fa42 ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf04961a8 ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31f2c4a rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf48e22f8 rdma_nl_put_driver_u32 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4a7c646 ib_modify_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4d51368 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea68b3f1 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea977d94 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb59337a ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebadb97a ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebc9e529 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec867041 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee3e9ae5 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefeadeec ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0a97f00 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf10b58ba rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1a45994 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf33dd591 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4540070 ib_dealloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf60da88a ib_register_mad_snoop -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6641157 ib_dealloc_xrcd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7056ba0 ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8a6b826 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa90457c rdma_move_grh_sgid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe00a05c ib_set_client_data -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe54cf12 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff74ce24 ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x006aac6b _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0aa28ac7 ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f295a08 ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x117cb145 ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1445a468 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf86e2f62 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf89b7d34 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8ebe564 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff16a4c3 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1866073a _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a024d23 _uverbs_alloc EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2453234d uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x37a33d5a ib_umem_odp_unmap_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3fbaaadd ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4432421d flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4e011de0 ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5069cf37 ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x606630cb ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x23f56a00 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5fcca0c5 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x601eaabe ib_umem_odp_alloc_child EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6cc7c781 ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75bcf763 uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x777bf3f2 uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x85ce5f3c ib_umem_activate_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8995e3d2 _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8d5bc9ce ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ee918a7 uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa087a9d8 ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa37fbd34 ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa55665c7 uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3c2b3c0 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x69de5c90 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x779bfd94 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7bdf0ea7 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x85dadc8b ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x873c54ba ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x89bd3915 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8b7d389e ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8bb51164 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x91a4d686 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9a5bbdfc flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9c63451c uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa6490653 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa76c6ead ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xac1a13c5 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb30d783a ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbd820fad ib_register_peer_memory_client EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc154e1b6 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc71be0e4 ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc9862531 uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcdc67a6b flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe6f71c2e ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe797f9d6 ib_umem_odp_alloc_child -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xec56d5f9 uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x206c8b25 iw_cm_connect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2211b009 iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7784c3e4 iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7edf6df9 iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x86278cea iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa9e9697b iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb3e090b6 iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe6b2ab02 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd2ae8b84 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd645aec9 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd6d33021 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xedb58834 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xee7d39d9 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf04c8ea3 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf96cd76f ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfab8adc5 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfe039f39 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1a3c0b59 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3fe9ec00 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4431e157 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4b9037c8 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5277be8c iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdc90e437 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xebf4d9f9 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xede88a9e iw_cm_accept EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d439baa rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x12d18ff0 rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e27ec99 rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e37be48 __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32ac8100 rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36e70844 rdma_unlock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57d5b6d9 rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a0f4234 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c15b22f rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5ed0de56 rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6740091c rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ab80226 rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6c3dd710 rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7e38c71f rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8dbebd41 rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f8aa6e0 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07c84c2f rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10fd6913 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1218da0e rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x16343d77 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1bd1b103 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24eeb3a0 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2ee250a0 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36179818 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x41ce77aa rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42663dcf rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4cdb6979 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50715c46 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51cea129 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x544cd482 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5b494c45 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62656aee rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68d20d92 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f02cc32 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7c157fb1 rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8962f59e rdma_resolve_addr EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94e6b521 rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3cceb93 rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa89f91ba rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb99a9f71 rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2922447 rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9418759 __rdma_create_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb158095 rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd72a337d rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd90b3e34 rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe17a8b2e rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeac10db8 rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0fd73c7 rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf217340a rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf25a2699 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9ef76e07 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa6739287 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xabfcf9bf rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2f3a60d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba99966b rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd2131deb rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xefab1b13 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf07f444a rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf45724ba rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf916a68b rdma_resolve_route EXPORT_SYMBOL drivers/input/gameport/gameport 0x3ebe0b11 gameport_set_phys EXPORT_SYMBOL drivers/input/gameport/gameport 0x4cdc6ea3 gameport_open EXPORT_SYMBOL drivers/input/gameport/gameport 0x5f9df134 gameport_unregister_port @@ -1813,124 +1813,124 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xf44bd90f zd1301_demod_ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x62417f38 zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x25c59c57 zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xe68cb14b zl10353_attach -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x34c4abad flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1f1778fd flexcop_dma_allocate EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3b852f44 flexcop_dma_control_timer_irq EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4fa4f9ce flexcop_dma_control_size_irq EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5b0d5e73 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x970372a3 flexcop_dma_free EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x97e30255 flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaf0da658 flexcop_dma_allocate -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf39f8491 flexcop_dma_config -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa068ac80 bt878_start -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbc62b23b bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc7896575 bt878_device_control -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd2068e72 bt878 +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xbf967d95 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3823980e bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x41218bb8 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa6d74878 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbd7bc7db bt878_start EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7a57c5e7 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x56cdb56a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6960f960 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa917aa23 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xea374d87 bttv_sub_unregister -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3847f44b dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xf12ea44d bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0d3cbd87 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3afc35bc dst_comm_init EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x45e6eebb dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4eb48a15 read_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6898f77c dst_error_recovery -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa4e1af70 dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb61240fe rdc_reset_state -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbb1287f7 dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd682084e dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf5618c11 write_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x82dc10af dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x49de3156 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x52cfdf45 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x65d98a3d rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6efc3245 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7af26cd9 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8aac7606 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe0aa65e8 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xbaa03eed dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0d17d5af cx18_claim_stream EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3d81119d cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5e8b43c9 cx18_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7347a53c cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8ac7901d cx18_release_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc42f4bf3 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6adfa741 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc9b2e6b9 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd775bd0d cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe717eacc cx18_start_v4l2_encode_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x59a5ad6d altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x00167ed7 cx25821_riscmem_alloc -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2da871fd cx25821_risc_databuffer_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x35bb1833 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x38fd8286 cx25821_risc_databuffer_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5093005b cx25821_sram_channel_dump_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x530fdb6f cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb50a1763 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4ea52e72 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x63d21d73 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcd0355b3 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe2b7c9ba cx25821_sram_channel_dump_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf616ce14 cx25821_set_gpiopin_direction -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8d1ca955 vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x9dbfd619 vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x075a7b77 cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3a2a270d cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x71b9d16c cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf7e86bad cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1ad62b2b cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2a27fa38 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x30f7206a cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x396e8bd2 cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd40c8c32 cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd59b179b cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdbda9d34 cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2f827cc7 cx88_wakeup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3e440706 cx88_risc_buffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5c9f2b5e cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5e5e2946 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xea2ed113 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf14c53d7 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x38af41a1 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xfa634280 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4de28d03 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa60f34c2 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc923c621 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf125a753 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x196457aa cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x33c1d326 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x436944eb cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x761ad20d cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa94a300d cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xce63f483 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd3e7fc52 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x069c0588 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1217e3ce cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x192c4977 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x21da4034 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2d5e29a1 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2e2cf191 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2ff8b9f9 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x32a30e93 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3ff4e38d cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4ac35dba cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5b85b2ad cx88_shutdown EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x72e09872 cx88_set_tvaudio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x843d7564 cx88_sram_channel_dump EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9a9f0c26 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9ec5d9d1 cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa5579f48 cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb8244c69 cx88_set_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbd7cf357 cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbfd907a7 cx88_ir_stop -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc185db6c cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8705639 cx88_risc_databuffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd1c4cb9f cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6e6f043 cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd90e183e cx88_set_scale -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf4b1d75e cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf5a0addf cx88_newstation -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf5fa58a2 cx88_shutdown -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0ecb77d6 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x919f0db3 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9bd7a6ff cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9dc53bd4 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa7458ed0 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb5b6a12d cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbd7deb1c cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc6f0d216 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe8b5d8a8 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeb0861b6 cx88_risc_buffer EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1b62b8bc ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1beb4ac5 ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2bb76138 ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x429382b9 ivtv_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x517c7ae7 ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5be342b5 ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x66d791b7 ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9a50082d ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb209e62b ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc028d3f ivtv_firmware_check -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbf512ed0 ivtv_release_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe363b201 ivtv_stop_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe40d9467 ivtv_udma_alloc -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe6de9d98 ivtv_udma_unmap -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8340905 ivtv_clear_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfaf177e1 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a33c37d ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1b430133 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3164ee93 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x33749f27 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f4b399a ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x501d57d4 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6074ec42 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6c8f25bb ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x71a9af3e ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x79e8c0c7 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa8723e60 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa8c34a06 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xafbf513f ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb023494c ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb7fc9a7f ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcf1fffc2 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xef1102ef ivtv_release_stream EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x06d404cd saa_dsp_writel EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x143fee23 saa7134_pgtable_build -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x517d2876 saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5476117e saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x57dcd140 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x20e09a6c saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4efe8129 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x532b392e saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x721e44f3 saa7134_pgtable_free EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x91f8b1fb saa7134_set_gpio -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaa89b940 saa7134_dmasound_exit -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb42f81f4 saa7134_dmasound_init -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8b35e6c saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7c72e3a8 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa0c27c14 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb6998310 saa7134_tvaudio_setmute EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc6e9fe4c saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc89adbb8 saa7134_set_dmabits -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe559549b saa_dsp_writel -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xef457c09 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd5945245 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe0b03480 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe8bc8a87 saa7134_set_gpio EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x6986d5e2 ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/platform/ti-vpe/ti-csc 0x259052c7 csc_set_coeff_bypass @@ -2170,67 +2170,67 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xbd3f8281 memstick_new_req EXPORT_SYMBOL drivers/memstick/core/memstick 0xf211f583 memstick_next_req EXPORT_SYMBOL drivers/memstick/core/memstick 0xf70f9e99 memstick_register_driver EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0d66bc8d mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13d6322f mpt_free_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1f80693f mpt_put_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x32bb2f38 mpt_GetIocState -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x362af9ff mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3f59c38c mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4fc166cb mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b2a8fc2 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x28d7859a mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x29c0fbc4 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2bec9942 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ee06642 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3029f457 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3322b4c1 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x34175db0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4f2c4e65 mpt_set_taskmgmt_in_progress_flag EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53e48e6f mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x586af537 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5ce9b1cc mpt_device_driver_register EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x748029eb mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x663b7fd2 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7191027b mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7251382c mpt_findImVolumes EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8200498b mpt_raid_phys_disk_pg1 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82176dec mpt_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85c21eb5 mpt_event_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c5d4410 mpt_device_driver_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9334e5e3 mpt_free_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x95749903 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82281739 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8f62017b mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8ff6d300 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x96fe717d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x970c7b4f mpt_verify_adapter EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x988a6af6 mpt_resume -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9e290285 mpt_send_handshake_request -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa8e5c911 mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaa0c4f20 mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad5542db mpt_verify_adapter -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb411427c mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb5886d03 mptbase_sas_persist_operation -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb6b9b9d1 mpt_get_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc7f5d97b mpt_halt_firmware -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb6c3d05 mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc8fe46c mpt_set_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xda406714 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa19c9d00 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa9950233 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac7f5bd1 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1bede04 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd42bd6a2 mpt_GetIocState EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde26af92 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe16c259b mpt_clear_taskmgmt_in_progress_flag EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe73801ef mpt_raid_phys_disk_get_num_paths -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9de8f6f mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x070fba5b mptscsih_scandv_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x10f9ebe0 mptscsih_get_scsi_lookup -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1730f03b mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1b899fd7 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8037eda mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeeceee7b mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa360367 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x07d7772b mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0bf55368 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17970b87 mptscsih_io_done EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x20bef518 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x265beb3e mptscsih_event_process EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x29b990a7 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e02dd06 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40f8f151 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x424aa401 mptscsih_flush_running_cmds EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45e4d6c4 mptscsih_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57167233 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e65e459 mptscsih_get_scsi_lookup EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5fa5961b mptscsih_bios_param -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65e0a432 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62943b7e mptscsih_shutdown EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x67d022ca mptscsih_abort -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7472b9b2 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x682220e9 mptscsih_remove EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78b770aa mptscsih_host_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7cdf8363 mptscsih_shutdown -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e26fdab mptscsih_suspend -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa71f7e87 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7db88d12 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92b0f516 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c341c48 mptscsih_is_phys_disk EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb275524e mptscsih_host_attrs EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb6c81a44 mptscsih_show_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe69bd80 mptscsih_is_phys_disk -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc02f2a7d mptscsih_raid_id_to_num EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc286eaee mptscsih_slave_destroy -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd4cb902e mptscsih_io_done -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe994b4b1 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd2bac92b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xee3e7cb4 mptscsih_resume EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xee801f3e mptscsih_slave_configure EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef60b20c mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf620fbee mptscsih_IssueTaskMgmt EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf94c5bb5 mptscsih_qcmd EXPORT_SYMBOL drivers/mfd/axp20x 0x526cf618 axp20x_device_remove EXPORT_SYMBOL drivers/mfd/axp20x 0x9332fb3e axp20x_device_probe @@ -2319,76 +2319,76 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x76e53683 mtk_ecc_wait_done EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0x8dcc87d2 mtk_ecc_enable EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0xda64ef4a mtk_ecc_adjust_strength EXPORT_SYMBOL drivers/mtd/nand/raw/mtk_ecc 0xec8b9207 mtk_ecc_encode -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x11b96407 arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3058b908 arc_proto_map -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x464ee836 arcnet_send_packet -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x56d08012 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0246d7a9 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2a15bb15 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x31d3d94e arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x32468f5b arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x36a2b711 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x49c700bb arc_raw_proto EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8b3a3ed7 arcnet_close -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x978a8659 arcnet_unregister_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb384c307 arcnet_open -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbb0e08f0 arcnet_timeout -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc231da67 alloc_arcdev -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcebd5328 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6be93200 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa3088284 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa34ab6f7 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb9b73aea arc_bcast_proto EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt EXPORT_SYMBOL drivers/net/arcnet/com20020 0x274246be com20020_check EXPORT_SYMBOL drivers/net/arcnet/com20020 0x7de11463 com20020_netdev_ops EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe67e83ed com20020_found -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x04727b31 b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x04f479b2 b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0544f677 b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x054e7703 b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12194c8c b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x17cceefe b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x20d4a3ec b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2ab05b6d b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39016042 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x466ae1b9 b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x54dba65c b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57890d9a b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x59791aaf b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b026ed5 b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5df3ac89 b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5f647da8 b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f7cc168 b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7edb87ec b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x95a4d5d4 b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x98db8791 b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1c672a6 b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa6337187 b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb028ab77 b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb9594f8d b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbb64f57e b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbbf2408c b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbda96dfc b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbeb24f55 b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc981312f b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc9f2ec48 b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd18b6a06 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd2c9308d b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe7ffc726 b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe996e607 b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe9aa371a b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xee96660f b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf5f16a24 b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff39f3b0 b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x1644a607 b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5796b4ba b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x72588902 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb7073d7c b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc41d159b b53_serdes_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xfd1bd53f b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x77178e8d lan9303_remove -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x8cf3db15 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x023d4c69 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c51fda1 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0de18485 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12292ca2 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1232a7ce b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1c1e4e43 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x22fd143c b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x244e1652 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29f796d7 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2a5f8904 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2f861e67 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35eb8098 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4249dffe b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49c47748 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4f548fd2 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x55e4dbac b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5afd6aad b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x630f9abe b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x639e62dd b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6d1e67a0 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6fe4c68d b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x71c56271 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74cbf60b b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x88e1df56 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e08faa2 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1060040 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa20bbf84 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa6bb37d5 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xad206617 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xad52d38d b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaec4c881 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc79b6bd b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc4ca135f b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcbc7f83b b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce48f8bc b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe9dc12a5 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfdd71c8f b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff1cd892 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x01cf667c b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x28993311 b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x6a088122 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x89581ccb b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x895af937 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe2e7017d b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x56af853e lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x83b2e584 lan9303_remove EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x007a49b7 ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x7a8bdafc ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x09ff68da ksz_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x66a9aebd ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x88068e33 ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x1c286f95 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x0d4ab6a6 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0x1529331b ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x211984fd ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xbff4b1e5 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xc2048559 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x1e813d23 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x6c77434b vsc73xx_remove EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xc4aa2d60 vsc73xx_remove EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0640a53c __alloc_ei_netdev EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x122c1dbb ei_tx_timeout @@ -2400,90 +2400,90 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9cd7ab4a ei_start_xmit EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb7ce675f ei_poll EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb950eaed ei_get_stats EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe3c3dac9 ei_close -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x4121c51e cnic_register_driver EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x00868059 cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x248d3d72 cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3df31bdc cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x40c6a8b8 t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4cd93611 dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x57021106 cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x73a47c72 t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x744ba9c6 t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x75cc5f63 t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9a74ae7a cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9e23fa44 cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa196b992 cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa9d82e02 t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbcdf93ce cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe91a797d cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfef0c35b cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xf1c6c806 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0c56c23d dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x224d1e07 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2a5f7642 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x335f18a9 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4837a929 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4f3addcb cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ed25bfe cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x64060efd cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x84133595 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc0585052 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc383a191 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc43edbc0 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc6a40c28 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd902ac79 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xddb49848 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe8619a4e cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x03c5c9db cxgb4_update_root_dev_clip EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x116a0afa cxgb4_smt_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2ac83a26 cxgb4_inline_tx_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2ae4997e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11a5452d cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x139655b1 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a00be4c cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a5e118b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b55b4ca cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c61fb2b cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2b515d3e cxgb4_crypto_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2b62f9a9 cxgb4_l2t_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3552f2ab cxgb4_crypto_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x369ab7a5 cxgb4_update_root_dev_clip -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x371220a8 cxgb4_port_viid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3c7724de cxgb4_port_e2cchan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3cd9eabe cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4bd51056 cxgb4_port_chan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4dbeac9d cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2c96b8d9 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3244157a cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x35c8a307 cxgb4_alloc_sftid EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x53d15cc2 cxgb4_sync_txq_pidx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5b579f90 cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e4b5dfa cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5756cf6e cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x592d9074 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a3cf94b cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f2ea358 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f948f54 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x60c87725 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63cd9de5 cxgb4_pktgl_to_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6cfb4cba cxgb4_alloc_sftid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72b05a85 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a6a43af cxgb4_inline_tx_skb EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x77932554 cxgb4_select_ntuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x77e0398c cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7838cb57 cxgb4_create_server6 EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7981232a cxgb4_get_srq_entry -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x815f6d16 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7aaea2b0 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f422ecd cxgb4_port_chan EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x834a583f cxgb4_l2t_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x843edf80 cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x84bc8224 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x88675911 cxgb4_port_idx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8ebd82db cxgb4_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95d0557c cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e130b93 cxgb4_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa68e813f cxgb4_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad68cb55 cxgb4_write_sgl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb516d640 t4_cleanup_clip_tbl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb55f2550 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb7b5bc60 cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2b6e504 cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd311db57 cxgb4_register_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd491270e cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd54c6807 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e5547fb cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa420fbc4 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad0af180 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf5f2009 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb0ff9382 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb3354391 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb64abe63 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2c38ace cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd1fe95d2 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd33874f0 cxgb4_remove_server EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd7b0659a cxgb4_port_idx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1065a35 cxgb4_clip_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xece40c6b cxgb4_bar2_sge_qregs -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeee43d4e cxgb4_reclaim_completed_tx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xef70312c cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe25c0a33 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe272f4fc cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2ca31e1 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe454a4c4 cxgb4_create_server_filter EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xefd8c994 cxgb4_l2t_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf07725a8 cxgb4_immdata_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf48ca983 cxgb4_dbfifo_count -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf8412ce5 cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x056e1db2 cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1734e2aa cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x0e874078 cxgbi_ppm_release EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x27ea0a25 cxgb_find_route6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x420ba5c9 cxgbi_ppm_ppod_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x454c1b8d cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8b4ef683 cxgbi_ppm_make_ppod_hdr -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe55613cb cxgbi_ppm_release -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3a5d39da vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x787d6338 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x33e017bf cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5dc52f16 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe8df68fd cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xecffc748 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xfe9d80a6 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xfec9dfe6 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6345007c vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa1bb50ae vnic_dev_unregister EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa1f4e8f4 enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb388d311 vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd3bfc569 vnic_dev_get_res_count -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe26f2004 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xafb2920d vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcd00ef13 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcf1a760d vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x09befc9b be_roce_unregister_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x55edef6e be_roce_register_driver -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc7e4e561 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf71d781f be_roce_register_driver EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x044d0a25 hnae_get_handle EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x0d9ab492 hnae_reinit_handle EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x2df2401e hnae_ae_register @@ -2492,184 +2492,184 @@ EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_ EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xcbaa6482 hnae_put_handle EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xd8777986 hns_dsaf_roce_reset -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0043be04 hnae3_set_client_init_flag -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x00de446b hnae3_register_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0411d3c5 hnae3_unregister_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x20490060 hnae3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6a5aa946 hnae3_unregister_ae_algo -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcb9cb00c hnae3_register_client -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xceffe489 hnae3_unregister_ae_algo_prepare -EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xefc463a9 hnae3_register_ae_dev -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x093a079d i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xcda0ea3f i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x84065888 iavf_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xdf0eea6a iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x048c2ac6 mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06adbad2 mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06f1e9a8 mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07c2ebb7 mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b59d5c7 mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0eeb29ff mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ae8d24b mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c5b7654 mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2568313a mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2790e46f mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29b2e2de mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a21292d mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d8eedb2 mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e41c246 mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37a46aea mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40febc60 mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42c5aad0 mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x443d79cd mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4477db57 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44897b0c mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x465d34b6 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4db42fbf mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5036057c mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x738fcc68 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x24990ebf hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x38894aa9 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3b8a1645 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7b37d374 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x866b628b hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xac46fd82 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc5d5fb56 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xeacfec5f hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x75740da0 i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xc730ce6d i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x00b8c8d7 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xa0882bf1 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0924206e mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e1fb3f8 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x227e4063 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2780714a mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bfcbc9a mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34d59077 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b450d54 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x445f8ccf mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45c86b0b mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56740e86 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57af9d74 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61e65c7f mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6235e42d mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x638e5850 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c217728 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e9c571e mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x734e81b0 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x742b1cc9 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79e29faf mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c160872 mlx4_release_eq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84598438 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89c81fa3 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b236fe8 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9446d2a6 get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95683ac9 mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x982cda0e mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bbd653c mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2594b42 mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa353597d mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5ed0810 mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc67aec28 mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7352c88 mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9296146 set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0bfd9e1 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd81e5961 mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb219b2a set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc3c9509 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf74c28f mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4fbbfaf mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7806af6 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0116b1cd mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8658d9a6 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a4d4c4c set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b082f6c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e1f04ec mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91965c3a mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b705c33 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2bef093 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3579a3b mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf17c209 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4aff937 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8d3dc0d mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb500324 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3509cfe mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd03806e8 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4eb31ac mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8b9589f mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5d1ef32 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefb80246 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf18bb22b mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1a5a104 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1bd4bff mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf877d602 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa01c2ca mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdd1f7aa mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00199993 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03104618 mlx5_core_query_sq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x044bcbc5 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04950920 mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06a0085e mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09bda6b3 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a39ee10 mlx5_get_fdb_sub_ns EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c2fc676 __tracepoint_mlx5_fs_del_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f38b560 mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x102524f4 mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x104f8be6 mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x127537c8 mlx5_core_destroy_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14d40abd mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15a74b95 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d3aaf16 mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22d710f3 mlx5_core_detach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22d788f1 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c3c4e31 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x106a5753 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1245888a mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17320d71 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17c2c2df mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x182b82d9 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x199d40d9 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a1c5378 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2016ac85 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21438b32 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22cf031e mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2550c8c8 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x260c0e68 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2671c048 mlx5_cmd_init EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2807856e mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x280cb3a7 mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28343ec0 mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x288a4a5a mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b0c6c40 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x288c8f2c mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c8e1d84 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f756607 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x305bbbd2 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36420631 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38508a4d mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38967023 mlx5_eq_destroy_generic EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39153c11 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b10136c mlx5_rl_add_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d98c3c1 mlx5_add_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f58b500 mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40d61b7f mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44b1b16c mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ae5b4d1 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e991dd0 mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x400b8585 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x406c4b2b mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40827450 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42d2bd0a mlx5_register_interface EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ad7e9d4 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bf8b500 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c52b2f5 mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d7cbe01 mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4da6b4eb mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x541ce6e8 mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54331b57 mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54b1d1b5 mlx5_fpga_mem_read -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x555f4840 mlx5_core_destroy_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58877685 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4af9814e mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5024c302 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54b77009 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x563c346b mlx5_fc_create EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58fa7d83 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x595c57e6 mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a848050 mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bc73b5c mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ce9e9c8 mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d9dace4 mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5df8aac3 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b484ae1 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60c7e5c9 mlx5_core_attach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x659ff7c5 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6714b220 mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x673c9031 mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f36a150 mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb13550 mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7224ae5f mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63bf4451 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6506fb7c mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6aaa428a mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f0bb13d mlx5_eswitch_get_proto_dev EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73193ce9 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7697ed39 mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79309dd9 mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7aff9a4a mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a5c57b7 mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e769456 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e846d71 mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ee6f999 mlx5_core_dealloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fad98b1 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74c79ef5 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7584452a mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75a10fdd mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75f2992d mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x782297d9 mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78a9b9bf mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a474172 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a85031a mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8000e7ad mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x825cd2f0 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82631206 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8926ed51 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d4d7f9a mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ff038ce mlx5_eswitch_register_vport_reps EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90018bd2 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90a18dd2 mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x925bdbda mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92bb604e mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93e48722 mlx5_core_create_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9572aa1a mlx5_del_flow_rules EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95d47eb2 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96890fe2 mlx5_core_destroy_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98ffa1a5 mlx5_core_create_mkey_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99022978 mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99678cbe mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b985a4d mlx5_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9beba522 mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cc518bb mlx5_core_roce_gid_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7ecf6f3 mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa454cc4 mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac9b2cd4 mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xade245e3 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeacc818 mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5991b59 mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb818474c mlx5_packet_reformat_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8505e6f mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8b42226 mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb92ec221 mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba0a2132 mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba16f1e2 mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba96d1b7 mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd93ac34 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe04abb8 mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc148c88c mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc24149de mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3181e03 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3c920e8 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc49fcb9d mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc56d1a15 mlx5_core_query_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6ea62f5 mlx5_get_flow_namespace -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc730bf01 mlx5_lag_get_roce_netdev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc82ece94 mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc940b967 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc19c80c mlx5_core_create_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceb76a98 mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf0edb30 mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2170fe4 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2d06e3f mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd47eaa9b mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4a69b85 mlx5_buf_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7be657e mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd89dfba2 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97ab6cc0 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c799892 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f7860e8 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0181545 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0327309 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa152fd25 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3c6263a mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7275c8f mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7a63849 mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8dd629f mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab197b02 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabc28067 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad22f018 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad43bc60 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaefd4ca9 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb26686ed mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb283bb63 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb42e9569 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb467ecbe mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4770074 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb671fe62 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb83f5b6c mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdfa87a2 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc02d9c13 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc094308e mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc17d18af mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2ee5bce mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3d89987 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b1651f mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9c0b043 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc48c49b mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc6eb9e7 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce1c0d62 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce4d855d mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf91947c mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd20f9bde mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9db10dc mlx5_eq_update_ci EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdabd21e6 mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb2d71e2 mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb5fa596 mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbadb82b mlx5_comp_irq_get_affinity_mask -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdffc4540 mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0d6e0ba mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5612262 mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7902e01 mlx5_rl_remove_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef1689f0 mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef71e878 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc1ed044 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddd0afe9 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde714fd2 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1279f3b mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe25342b7 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9aa2cd6 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef816e13 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf09b5800 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf17c7180 mlx5_cmd_cleanup_async_ctx EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1eeca40 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf255e13c mlx5_fpga_sbu_conn_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4a2027d mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf74c684d mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa39cc67 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb9091a4 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3dc29ea mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf44bad18 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9133cc3 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfec4db6c mlx5_packet_reformat_alloc EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff05e262 __tracepoint_mlx5_fs_del_rule EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x05b03c4d mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter @@ -2757,30 +2757,30 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf76df3e2 mlxsw_a EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x0062811b mlxsw_i2c_driver_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa02deb50 mlxsw_i2c_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x7822497e mlxsw_pci_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xa4ce4b50 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xcff7619a mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xf2f27348 mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0d201ff1 ocelot_chip_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x20431efb ocelot_port_writel -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x3895039a ocelot_get_hwtimestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x3f25bc8d ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x4fc247b8 __ocelot_write_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x54f88450 __ocelot_read_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x77f802df ocelot_regfields_init -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x877678b2 ocelot_probe_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x834f5cd4 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x97bf0290 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x9a3052fb ocelot_port_readl -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xc18f0462 ocelot_ptp_gettime64 -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xc7f26609 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xca893d63 ocelot_deinit EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd3b95781 ocelot_io_platform_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xf74a0fe9 __ocelot_rmw_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xffc644b7 ocelot_init -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0bf0a585 qed_get_fcoe_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3a20ecc8 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xfd022b23 ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x75101866 qed_get_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xecbdd269 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xced0d772 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xf495e07c qed_get_iscsi_ops EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x01503a1b hdlcdrv_register EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2dd759de hdlcdrv_arbitrate EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x57876e8d hdlcdrv_unregister @@ -2833,73 +2833,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0x97e894c1 hdlc_start_xmit EXPORT_SYMBOL drivers/net/wan/hdlc 0xca3d8e4e unregister_hdlc_device EXPORT_SYMBOL drivers/net/wan/hdlc 0xf75ddc6b alloc_hdlcdev EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x16a75eb4 i2400m_unknown_barker -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x05728082 ath_reg_notifier_apply -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b02ab38 ath_is_mybeacon EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2dc13601 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x10db6415 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3c511432 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3fc248f9 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x40f44e60 ath_reg_notifier_apply EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x48fbba7b ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x630b3e8e ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x63bbd0e8 ath_hw_keyreset -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6b9205c9 ath_hw_keysetmac -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x72ff0e66 ath_key_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x908ffa3b ath_key_delete -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x942a4887 ath_rxbuf_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x94bf6696 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6551186e ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6e9f56ba ath_hw_setbssidmask EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc5e3856b ath_printk -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd632b001 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb71910fa ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc2c4044c ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc7da6835 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xca6e3467 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xda823754 dfs_pattern_detector_init EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00574a73 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf4bcbff3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xff540498 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00705cb6 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x007be7e5 ath10k_ce_free_pipe EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bc41afb ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x153eeeca ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1f63ddbe ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21f2c79e ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a40f198 ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a488590 ath10k_core_destroy -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2f47ae82 ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x333dba80 ath10k_core_fetch_board_file -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x334e83af ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3562b198 ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x36358eab ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x37958c2b ath10k_ce_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3a024fe8 ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x434e0eb4 ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a306264 ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4ad7519c ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4b56e1bf ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4deaf9ca ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5420fe43 ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b79670b ath10k_core_free_board_files -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x62afe860 ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x670c9bb0 ath10k_ce_free_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68d06e06 ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x712f1d79 ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71917d1a __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7456296f ath10k_core_register -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8512d85b ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x053aa7bf ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x082c7c12 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ad329dd ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0add2340 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bfc8169 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0c1145cf ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f900d27 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1ad6d55c ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20ccdef0 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x243f6ccf ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2595d0b8 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x40fb1e55 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4c1b65ce ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e140cbb ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c703c2e ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x60a00081 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63ed49e6 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6677b271 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x676031f1 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7259dae4 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ca60e8e ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8629ed94 ath10k_ce_init_pipe EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86c9f0e7 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88e18f97 ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88e9ea52 ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x89e88aba ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8a8fb007 ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8b0f86c9 __ath10k_ce_rx_num_free_bufs -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8bbd40b4 ath10k_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99a4af0c ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ccabcef ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa007f048 ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xac45d676 ath10k_print_driver_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae764920 ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb29b3ca ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb2adc1f ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf804a79 ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcfebff15 ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd41352d8 ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe05ff4f8 ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeb11b02a ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfbc8a5d5 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x94821afa ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95dc0804 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1f99d8b ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa31c212f ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabbcbff2 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1e7305b ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf94a2fb ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7436c7b ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7e9ccf4 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xca3e7784 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd02a8504 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd6aa47c5 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9132b86 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd93db8af ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe2f428aa ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe408eb08 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe76eff3f ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe8efaafb ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe96cc59a ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf1aff404 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf455e738 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfb22a001 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfdf63bf4 ath10k_htc_process_trailer EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0990101a ath6kl_core_init EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x243b6d92 ath6kl_hif_intr_bh_handler @@ -2916,139 +2916,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_pri EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xee847225 ath6kl_core_destroy EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfc7fcfe9 ath6kl_read_tgt_stats -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0236104e ath9k_cmn_rx_skb_postprocess -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x081d8ce7 ath9k_cmn_beacon_config_adhoc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1012cf8a ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x14e3292c ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1c472f20 ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2f1f0c43 ath9k_cmn_init_channels_rates -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3c0c8ab5 ath9k_cmn_rx_accept -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x43e1061f ath9k_cmn_process_rssi -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5858dc8d ath_cmn_process_fft -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6b38b367 ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ca03bb6 ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x728f6fdc ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x76b5e9c4 ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x845061be ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8f9327c7 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x07a5170a ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2e2ab0ac ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x309b1a34 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x31706ac0 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3ee6aead ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x427e6828 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x51c32820 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x61fb2ae7 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x63aeaebc ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x689b7f53 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ca96c47 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x92b01139 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9efdeeb4 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa4d35d98 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa71836c0 ath9k_cmn_beacon_config_ap EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbd2467e1 ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc55de5be ath9k_cmn_process_rate -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc5f89562 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbad0c2b4 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc5774923 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd28aa1af ath9k_cmn_debug_modal_eeprom EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd9c9d13c ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe019bff5 ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2ba4596 ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2bb97c3 ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf2f7341b ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02b96b2e ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02fb77ed ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x090b51cf ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c309954 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde619fed ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe39ab5a7 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xebdacdbf ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xed37b6ad ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4adae44 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00e87e38 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x034cd32b ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04dd0762 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07787560 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09df552f ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a13a92f ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a19b4c5 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c679f85 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ee4746f ath9k_hw_set_tsfadjust EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x115b9a81 ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1310981e ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x183f271b ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c942f73 ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20dd0f17 ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22797aaa ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22eac1e8 ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26fffa66 ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x271e40e0 ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x297f2caf ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be50e88 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be9f4f6 ath9k_hw_phy_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c9ce828 ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cffd93e ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3265ed57 ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x326f2594 ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32bc95c0 ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3704ab1f ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39fd2a0f ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x421e36b9 ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x427616da ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42a946f0 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44e5a844 ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4533b31b ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45bd2606 ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x525693be ar9003_is_paprd_enabled -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52cd4408 ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x570cc11d ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b392328 ath9k_hw_setantenna -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5beef7be ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f290393 ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61891660 ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61ce4e81 ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b3ae717 ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6dff63d1 ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7160dd53 ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71c03360 ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x735ffe2f ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76b42e2b ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x778f011d ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d18cd8f ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d6a5161 ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f550f6c ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8126a3e4 ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82019836 ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83da908d ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83f78eb1 ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88ed4614 ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d271a47 ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90198abd ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90d284e4 ath9k_hw_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90eea40c ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x918e2d0e ath9k_hw_getnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x919211a6 ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94f23a7d ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9858157f ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d090100 ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ddacdfc ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa014d7a7 ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa093ca58 ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1518c92 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6689cf8 ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae3921f8 ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0202b0c ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbac35498 ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbba3f3a3 ar9003_paprd_is_done -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbdd049e9 ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc15659b8 ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2ed318a ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2f73f63 ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7255d8a ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc92fb551 ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca0353da ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd94c74f ath9k_hw_setopmode -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdd45f3c ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcedf4409 ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1296f9c ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3bbf8fc ath9k_hw_txstart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5cedf81 ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8a0543d ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8bb2b00 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9043e26 ath9k_hw_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9173975 ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda1a8cbb ath9k_hw_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc54b750 ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe17f5a0e ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8a354db ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeaae40ee ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xead2244e ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed2ab79a ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf16e4c70 ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf282f778 ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2830dda ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf29354f4 ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2c439ff ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4a17dd3 ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6a38b02 ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf843c871 ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8b99d1b ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa92bbda ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfac96887 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfde31d7b ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdf13cc5 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13f1ee69 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15bf8458 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d93b6e ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1783c6fd ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18671c0e ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1898cf46 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c2289cd ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d48fe07 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f75d2c7 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24367d96 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25f37b8a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26f1d9a2 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x276935f6 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d627846 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d92c762 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ecb4d2d ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f106850 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32235bc4 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x333ea78c ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3372568c ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3615a421 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x368391cb ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38821e54 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ac837e8 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ae09cf8 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fc41692 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4687018e ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x505c7c09 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5154968f ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x547a03b9 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56f41d06 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5990dc32 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59fc5df6 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b5f8374 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5baa3fb7 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5cde372b ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d396c1f ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5de253c2 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61a903bf ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6211e777 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x643f204f ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6655b90a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69b73586 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c79c5bb ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d96d86e ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x701cb5fa ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73bcfe4f ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x751979ac ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x771023d0 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a1f55fb ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x829d5d88 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85d88636 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87f78996 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x882f59a7 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89028e0c ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a2d78f7 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a57cc35 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e252b32 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ead4c54 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8eb39878 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90a78845 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x972282de ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98efb335 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ae964cc ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ee335b0 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fe1ae2f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3e64a2e ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa040adb ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2d27075 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb30f68eb ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb515b215 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5598d2a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb73a7ca4 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9417fc6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba2b5eb4 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe90d012 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0177724 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2ee118f ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd33f8c7d ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4f4f30e ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7c9cdf7 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbc0a67d ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd3ab847 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfb674bb ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3755d84 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6e79425 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe92e00e0 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xebd924ec ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed11adc1 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee6359be ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf42f747e ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf57287b7 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcc4a173 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcd36e01 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcf61aba ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd001e89 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd01e61d ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe0c6abe ath9k_hw_gen_timer_start EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0c7bd536 atmel_open EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x894cfddc stop_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xe59c1269 init_atmel_card @@ -3088,110 +3088,110 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdfbc38b1 libipw_chann EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe4ebf899 libipw_channel_to_index EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe6dc9a53 libipw_get_channel EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf6779fb3 libipw_rx_mgt -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x019c4638 il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x039a39ec il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0513f7c8 il_setup_rx_scan_handlers -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06af4756 il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14414cf9 il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18032fc9 il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x198fe1ad il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f49bf7a il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21c5decf il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22122ef4 il_power_initialize -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24d3b21b il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x275efa84 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0039929b il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x076bf42b il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x079f492c il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09195568 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c5e39e1 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d37b719 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f3767e6 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11e89ccd il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x127fd2c3 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x129c518e il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x136385a7 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x147083cb il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x159a10e6 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1685e372 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e16e2e5 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1fdc2c07 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x233018e4 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2afd9916 il_set_flags_for_band EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3740b517 il_set_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x376066ee il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37bfa842 _il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39ba8d1d il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c8d4901 il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ed8c331 il_get_passive_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f8b742b il_set_tx_power -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41086e7f il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2da4a3ca il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36debb86 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x384d7887 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a4f0606 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40351fc4 il_tx_queue_unmap EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45245e69 il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x479cb6c8 il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48421dd0 il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x490df4c4 il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a1cc37b il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ba34870 il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d83f4eb il_free_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e75a2d5 il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f527b19 il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x545c7046 il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5580a1b6 il_rx_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56a496fd il_set_rxon_channel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e105532 il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6017f69f il_pm_ops -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x625d2e10 il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63938e23 _il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64db0d6d il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a60aee4 il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b2c958f il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f1cfb0e il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x701a2be2 il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x739637ac il_send_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x73be253b il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7457beb6 il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75ddd63d il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x782d628f il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78fb296d il_leds_exit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7da76736 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8178859b il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84401911 il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84f635db il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85d7d2f3 il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8936c81c il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ba5cab5 il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c681767 il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8de7c51c il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e6813fd il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8fe36388 il_full_rxon_required -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92f0c3f4 il_mac_hw_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x938d4d72 il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x970b9082 il_get_channel_info -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98cc3670 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c717dc5 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41c1eaf2 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42392be0 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44c90cf4 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4596e983 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x467d221c il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x495448ba il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ff8c9b5 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x505c007d il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50d6a14d il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5173d6df il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5754793e il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5da0a9fb il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x668d249a il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68795d27 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6adb0ba2 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c0584e4 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d22c8b6 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e000ff4 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70a76491 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71c67b9c il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71d84f44 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x830618ae il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85c757db il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x860d22b3 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8673d4c4 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8725dfef il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88eb2537 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ee0a9f7 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90f631b1 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92402dca il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x95650697 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96839d13 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98a7830b il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98b261f0 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x997338d8 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x997dec06 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cb50da0 il_send_add_sta EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa171e4b3 il_power_update_mode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa18e6212 il_send_rxon_timing -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2ac4dd0 il_alloc_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4924ac7 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa65b8877 il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7986d81 il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa85ba181 il_eeprom_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa704038 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1268e1b il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb379ee61 il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb41d5a08 il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb47a0ca6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9df74c41 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1193221 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa387b60d il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3a72752 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa76c797b il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa799d70f il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa88cb3da il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa95c50ec il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab75c1f6 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb10a1987 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb24552b1 il_set_decrypted_flag EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6d0e8b1 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb734ef00 il_update_stats EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9bce23f il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9cb1fdf il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbab13a9f il_hdl_csa -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb285114 il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd9f27ac il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc01d3b7f il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc0a107c6 il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1341e28 il_connection_init_rx_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc149599b il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4395529 il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd09dd11c il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd36b865b il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd39eee2b il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd469b4dd il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc9239a4 il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf7fb0a8 il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1ba7175 il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4b1e4da il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xebdae876 il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf11975b6 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb6bd95d il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbce088ff _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe2a9d7a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf4ec989 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc27c4140 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc47c48ce il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4cf4fd9 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbbd7c8d il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0617176 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3cebdd1 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd573122b il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7387f88 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7530836 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda54c101 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde195802 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde3b99ae il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4cdf590 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe899c238 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8e5a8e9 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe91ab193 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xedee42f7 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4930436 il_mac_flush EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9d948d5 il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfad48f93 il_tx_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff900f32 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8d40cf5 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcfb5ed6 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfeb75dd9 il_hdl_csa EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x33c2544a __tracepoint_iwlwifi_dev_ucode_wrap_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa44e2870 __tracepoint_iwlwifi_dev_ucode_cont_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xab9db4d3 __tracepoint_iwlwifi_dev_ucode_event @@ -3241,119 +3241,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfa3cf52b __orinoc EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfe236684 orinoco_if_del EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xff7f02d0 orinoco_if_add EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x188d4320 mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xf2d9ee01 rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0307295e rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x059d1dd2 rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06ba31bb rtl92c_bt_rssi_state_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c1aac58 rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x151349d4 _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17eb39b4 _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1bda3ee6 rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1ea34146 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xcfdcaff4 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xaf3b7bdb rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0952bb6e rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0b7c3c57 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0fa8be78 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x14e5b1a3 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18d6ed3f rtl92c_set_fw_rsvdpagepkt EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2bf747ba rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x32f77ee5 rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x371efd44 rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c4057af rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x49e86ef9 _rtl92c_phy_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4cdd8549 rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4f346ae4 rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5143fdf7 rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x584b9bc6 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x672cfa1d rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x68e6b589 rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6fce91e9 rtl92c_phy_update_txpower_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x734d6f50 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x75998618 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x76f9c356 _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8854016d rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b61e3ef rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94610692 rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x99eb97cb rtl92c_download_fw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa50fa534 rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa7b570f _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb663046d rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd31eb553 _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd591d5d5 _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd6b28f96 rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd7f2beb5 rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9ba5d55 rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb336b20 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xed0a5954 rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeecf01c6 rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf1c9aac5 _rtl92c_phy_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6e90e1a rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd9cf270 rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x20c76e57 rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x84675e4d rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x866cf26d rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb5aa71ae rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2d951546 rtl_usb_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4f27cfe6 rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa3344d9f rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xabd00ea4 rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0016d7a7 rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x016c57f9 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x28a06f7d rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d9e24fd rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ded5ee8 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2efaab2a rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30747981 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x311ac1c2 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d3af143 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4a00581c rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5c41d45c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x68728845 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72ada0af rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x744cb2cd rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7b05815b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83a9d18f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8656bf3f rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x88801453 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8ead16a4 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fca0968 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9826f05f _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9c1caccb rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e3ab9e8 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa95fa94 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbb4c607e rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5b425c6 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc9d04430 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd078b9c3 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd3924ad4 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda2a5b98 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe5a3c9b9 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeb04cdc1 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xec3ca43d rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeef030af rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf128f0ac _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf40e6036 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf65f697e _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf787135b _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x734961b1 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7440bd17 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7815c08b rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc14c6281 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x68bdcaf8 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb679cbb3 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xbe9622dc rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xc0797103 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0863c2f0 rtl_fw_cb EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c1594f1 rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d9987ea rtl_cam_mark_invalid -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x11863415 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0cd08070 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0edc7a25 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14248b25 rtl_send_smps_action EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29dec122 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c4c03c6 rtl_phy_scan_operation_backup EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x39b43360 rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x39c4f08f rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x40eb9ff9 rtlwifi_rate_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x416180bc rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x44e06189 rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4930cccb rtl_signal_scale_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4f504060 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37d75080 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x41466ca6 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4df8e799 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x50c2d79e rtl_mrate_idx_to_arfr_id EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x59b0438e rtl_cam_reset_all_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x59e49190 rtl_cam_del_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5eef64cb rtl_phy_scan_operation_backup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b1612ce efuse_read_1byte -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e1d913e efuse_shadow_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89abe96e rtl_hal_pwrseqcmdparsing -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8eb6af54 efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90e9bc14 rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9100828c rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93691574 rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0407e41 rtl_send_smps_action -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac02e184 rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb10069c8 rtl_collect_scan_list -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf00f03e rtl_process_phyinfo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc091fa56 rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcfe58653 rtl_fw_cb -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd44296a2 rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb62b9d7 rtl_init_rfkill -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe7c3b9be rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x587d15b5 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x59c58d8d rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x61387201 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d194fa1 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ed92140 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77aa3b8f rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e3ccf84 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85dda36b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8cc3611e rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa4a5c3d4 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb0a148fb rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca682c83 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0048b81 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd24e90e3 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd2ac929f rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6459d1c rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdaa65352 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xded9c1e9 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe3ae937a rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe9f65b64 rtl_cam_mark_invalid EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x1f31a743 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xee909d68 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf58fe54e rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfaceea4b rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x0af36484 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x0e6c93f9 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x17183ed2 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x196c6eed rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3024ad54 rtw8822c_hw_spec EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x350d2a00 rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x36cc708d rtw_chip_info_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x38c5f9ce rtw_rx_stats -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x4eec9c02 rtw_power_mode_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x54db1ee5 rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x614f637f rtw_core_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6724575c rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x69962293 rtw8822c_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6db4331f rtw8723d_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x756f1232 __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7c0ec87b rtw_tx_report_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x865449ad rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb1f1091c rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xceb323a2 rtw_tx_write_data_h2c_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe0ec22c6 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3406bcd8 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x391f6969 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x44a0059a rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x682486fc __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6de6b3ae rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x7272decf rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xaa2cac1d rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xae1d4ca8 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xba725a0c rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xce294dda rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xdfe6c66a rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe03606e2 rtw_core_deinit EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf9da1ea7 rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x0e994f14 rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x024f72cd wl12xx_is_dummy_packet -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x36c0564d wl1271_free_tx_id -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc53f0105 wlcore_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd44392ab wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x3c5406d2 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x74431b62 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x830f2c29 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa314a46e wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb8871b01 wl12xx_is_dummy_packet EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x1aa799cb fdp_nci_probe EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x57b2dcfe fdp_nci_remove EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x702caef9 fdp_nci_recv_frame @@ -3396,26 +3396,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa88bd7fa st21nfca_apdu_reader EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbcb1f637 st21nfca_dep_deinit EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc57f52d7 st21nfca_dep_event_received EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcffe0a37 st21nfca_hci_se_io -EXPORT_SYMBOL drivers/ntb/ntb 0x15959ce3 ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x180bea0c ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x1a9413b3 ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x20e928ac __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0x22adc21e ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0x3271ac2a ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0x3c8e3dfc ntb_msg_event -EXPORT_SYMBOL drivers/ntb/ntb 0x4826e471 ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x48bf8800 ntb_db_event -EXPORT_SYMBOL drivers/ntb/ntb 0x508b0c95 ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0x5437133d ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x70e0343d ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0xa4f3621b ntb_default_peer_port_idx -EXPORT_SYMBOL drivers/ntb/ntb 0xb54f1a28 ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0xc9a69a1c ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0xd2d43b48 ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0xf229e8d7 ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0xf62148ea ntbm_msi_free_irq -EXPORT_SYMBOL drivers/ntb/ntb 0xfce6b59c ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0xff86a174 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0e01d9ad ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x0f07483c __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x1d8feda2 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x2abfb15e ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x585ed43c ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x5f0c1ddd ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x5f5f7341 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x68252534 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x73f515f2 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x74529c6e ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x78a2c74b ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x7c1a47b9 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x7d335979 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x7da0a560 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x9660ac8b ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x9e262fc1 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xa68b5e24 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xa9360327 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xcc9bf213 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xe2b09fd7 ntb_default_port_number EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x92ccc7fd nvdimm_namespace_attach_btt EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xde2fbdb4 nvdimm_namespace_detach_btt EXPORT_SYMBOL drivers/parport/parport 0x0e50d68f parport_release @@ -3561,21 +3561,21 @@ EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x68989cb5 sas_prep_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd655a853 sas_resume_ha EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf011c494 sas_suspend_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x714ac465 mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07d2f08b qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x102bfe70 qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2822f444 qlt_xmit_tm_rsp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4b20ea6f qlt_unreg_sess -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x50ccfe72 qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x83f873da qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x84c15251 qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x92d5891c qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9eed99a8 qlt_lport_register -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdf081520 qlt_xmit_response -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe848666a qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf4ceb1fe qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xcd2ebd27 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0ae57f39 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1ba92d96 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32c16b72 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3754aaea qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x56ebdc8b qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x89192410 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8b3572e6 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa37c731b qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xad810329 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaf4c0caf qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb89f7986 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbfdc76b3 qlt_free_mcmd EXPORT_SYMBOL drivers/scsi/raid_class 0x2756acae raid_class_attach EXPORT_SYMBOL drivers/scsi/raid_class 0x86de65dc raid_component_add EXPORT_SYMBOL drivers/scsi/raid_class 0xd501ad77 raid_class_release @@ -3712,28 +3712,28 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe5e46811 sdw_slave_read_prop EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf07752d8 sdw_master_read_prop EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfb79cb56 sdw_stream_remove_master -EXPORT_SYMBOL drivers/ssb/ssb 0x29a1e110 ssb_pmu_set_ldo_voltage -EXPORT_SYMBOL drivers/ssb/ssb 0x29aa3a81 ssb_bus_resume -EXPORT_SYMBOL drivers/ssb/ssb 0x2cb60cb3 ssb_bus_sdiobus_register -EXPORT_SYMBOL drivers/ssb/ssb 0x41618500 ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0x4527ee80 ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0x47579caf ssb_pcihost_register -EXPORT_SYMBOL drivers/ssb/ssb 0x52e14502 ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0x52fe1097 ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0x55d7b1a2 ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0x64cb5390 ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x64f3dd86 __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0x6f2d80eb ssb_set_devtypedata -EXPORT_SYMBOL drivers/ssb/ssb 0x8acb504b ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0x9414f567 ssb_commit_settings -EXPORT_SYMBOL drivers/ssb/ssb 0x94f146b4 ssb_bus_may_powerdown -EXPORT_SYMBOL drivers/ssb/ssb 0xa636f0de ssb_pcicore_dev_irqvecs_enable -EXPORT_SYMBOL drivers/ssb/ssb 0xab22e528 ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0xadce7977 ssb_driver_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0xc2134f3a ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x0033ecb9 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x1f496f0d ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x292edb19 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x3e325160 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x41eaad21 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x44cb8f8a ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x61ca01d4 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x73b0d99b ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x9ac7165e ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x9cbd794b ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9de2d120 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xae08e642 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xb941a745 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbbd65b98 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc3fb189d ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xc459440f ssb_chipco_gpio_control EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcdd2530d ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xd855ca80 ssb_device_enable EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xf32fed11 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xebd1106b ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xebf58230 ssb_commit_settings EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0271e93d fbtft_write_spi EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x182e65d9 fbtft_unregister_framebuffer EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1f710be8 fbtft_write_reg8_bus8 @@ -3761,24 +3761,24 @@ EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xec2173dd fbtft_write_buf_dc EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfdb7bfa5 fbtft_register_framebuffer EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x33a7f7ab adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xc638631c ade7854_probe -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x00f25533 b1_load_t4file EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x13431063 b1_release_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x17e72338 b1_parse_version EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1a2dcff2 b1_proc_show -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1e3c7d10 b1_free_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1f66c626 b1_alloc_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x773b0952 b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1b5ef1e7 b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1bded68d b1_load_t4file +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x3aa9667e b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x53691a88 b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x641aa8a2 b1_load_config EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xa315e80a b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x971ad077 b1_alloc_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xbe3b1c84 b1_load_firmware -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xc9845266 avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd443de40 b1_free_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xd6e38eb9 b1_reset_ctr EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xeb8d357e b1_send_message -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf6927a96 b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xecf042ba avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf0314bf2 avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xf93cdb0c b1_register_appl EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfe35fb2a avmcard_dma_free EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x1fe19a37 b1dma_release_appl EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x3d6e5e57 b1dma_proc_show EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x4bed5d39 b1dma_send_message @@ -3803,7 +3803,6 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b2f4426 rtllib_DisableIntelPro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bb87039 rtllib_wx_get_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6084d82d rtllib_stop_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x618c27fc dot11d_init -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68beb02e rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7019f97f rtllib_wx_get_rate EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x76e9901b rtllib_wx_get_freq EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x771bef3a rtllib_EnableIntelPromiscuousMode @@ -3813,6 +3812,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79a17609 rtllib_wx_set_gen_ie EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b624ced free_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80eee34d rtllib_wx_set_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83b5e772 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x840e73fa rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x852d83b3 rtllib_wx_get_essid EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89717e3c rtllib_act_scanning EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c1cd97d RemovePeerTS @@ -3821,7 +3821,6 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92fb2dfb rtllib_wx_set_auth EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x952a8573 rtllib_wx_get_encode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b531ce6 notify_wx_assoc_event EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab4f6a0b rtllib_wx_set_rate -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab8bc3ef rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xabf40dc2 rtllib_start_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xac592754 rtllib_wx_set_mlme EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadbf036f rtllib_wx_set_freq @@ -3836,6 +3835,7 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd66de965 rtllib_ps_tx_ack EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda713946 alloc_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdfa18e3b rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2d2b7ed rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe604bc95 rtllib_MgntDisconnect EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe83c1250 dot11d_channel_map EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xefe094a7 rtllib_wx_set_wap @@ -3896,128 +3896,128 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0915fac ieee80211_wx_set_f EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe828423f ieee80211_is_shortslot_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xec34828a ieee80211_start_send_beacons_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf28ba6db ieee80211_wx_set_auth_rsl -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x008d78f3 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x035ced24 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a63cbdc iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ddfee27 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fcce0b6 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12b0e2fd iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1bd49f5c iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c69a856 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1dc9a17e iscsit_immediate_queue EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x219a8de2 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x22118ef4 iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2846875a iscsit_build_text_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b54b23b iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b619cb2 iscsit_build_rsp_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4218722d iscsit_build_logout_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4528f592 iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b32ddc8 iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4d8ea246 iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f91824e iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5095834b iscsit_check_dataout_payload -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x524fab64 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56f143a3 iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6ff05845 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a12ad37 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x348a990f iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3d308970 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49915f69 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x54554d7d iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x62969bf1 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6463589f iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6636ea32 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x69037484 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e7e34ad iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7ae33be7 iscsit_process_nop_out EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80f74981 iscsit_register_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89779b2d iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a977aee iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cac0717 iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f32a571 iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x977bd1e4 iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f64bd34 iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa192f44e __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ad44118 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d698374 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x917b0d55 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9412079a iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa06a3b4e iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa12faeef iscsit_build_task_mgt_rsp EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa2b8778c iscsit_unregister_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3ea8036 iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaccd534f iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5d6c7ec iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7220720 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1ccd93b iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb764d1e4 iscsit_set_unsolicited_dataout EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf25c3ea iscsit_cause_connection_reinstatement EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbfee2280 iscsit_tmr_post_handler EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc081e7c8 iscsi_target_check_login_request EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc10b2fe4 iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc54921a iscsit_logout_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcf3a0cd8 iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd4a3d3df iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda431aa5 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4f27b76 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6308045 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc83e76ad iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd737f4e2 iscsit_build_reject EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdaa98f66 iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb08f571 iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd20da80 iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe0e75507 iscsit_sequence_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe52529a0 iscsit_setup_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe574d53c iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe61c00f3 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc4d9e6f iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe4ffd574 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8791db5 iscsit_process_scsi_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf89fba50 iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf92e1936 iscsit_add_reject -EXPORT_SYMBOL drivers/target/target_core_mod 0x0268c10b transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0x047f984a target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd30e2c2 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/target_core_mod 0x0489eccf core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x07ab57d8 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x08062b15 core_tpg_get_initiator_node_acl EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident -EXPORT_SYMBOL drivers/target/target_core_mod 0x09c356a0 transport_lookup_cmd_lun EXPORT_SYMBOL drivers/target/target_core_mod 0x09f1caca spc_emulate_inquiry_std -EXPORT_SYMBOL drivers/target/target_core_mod 0x0ab9e65d transport_generic_handle_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x104efee0 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x13c296a2 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d536922 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fa9d47a core_tpg_set_initiator_node_tag EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x1e1aec89 __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x1e21bed3 target_set_cmd_data_length -EXPORT_SYMBOL drivers/target/target_core_mod 0x1f23dc06 target_lun_is_rdonly -EXPORT_SYMBOL drivers/target/target_core_mod 0x2469795c transport_handle_cdb_direct -EXPORT_SYMBOL drivers/target/target_core_mod 0x2606c814 passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x2b5de20f target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x1499ca8d passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x176bf09c target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e824b8c core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ed6e958 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x26168cbd target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e2cb9d0 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x339e1b53 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3412f0b0 target_backend_unregister EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type EXPORT_SYMBOL drivers/target/target_core_mod 0x3bbd759a sbc_get_device_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x4dff739c target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x4f9801b4 transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x50fda787 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x52baecd3 target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x52ca1893 target_submit_cmd_map_sgls -EXPORT_SYMBOL drivers/target/target_core_mod 0x578c73ea transport_alloc_session_tags -EXPORT_SYMBOL drivers/target/target_core_mod 0x5966986f target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x5ca2bfc1 transport_deregister_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x5d643d1f target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c6eadcc target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e7c1452 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5096f2eb target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x53d9eb7c target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x558327d6 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e98a81f target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f0a721f transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fe497c8 transport_handle_cdb_direct EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl EXPORT_SYMBOL drivers/target/target_core_mod 0x64ca9b4d target_depend_item EXPORT_SYMBOL drivers/target/target_core_mod 0x658de65f core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0x65ca37a3 target_configure_unmap_from_queue EXPORT_SYMBOL drivers/target/target_core_mod 0x66648d3d spc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x6ac7f8ab transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6683815a target_wait_for_sess_cmds EXPORT_SYMBOL drivers/target/target_core_mod 0x6f2e8d04 core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x70e8608b core_tpg_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x74a033b1 transport_alloc_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x75a0c94e core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x713328a9 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x757e862e core_tpg_deregister EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7d32fcc5 target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x7fc398d4 target_sess_cmd_list_set_waiting -EXPORT_SYMBOL drivers/target/target_core_mod 0x8a704b01 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x8d6fb522 target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x8e903c04 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bf26971 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cf09630 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7fbf8de4 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x81fac142 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85511fe2 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x86a1c930 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x87cca302 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a26ee43 target_nacl_find_deve EXPORT_SYMBOL drivers/target/target_core_mod 0x8f084c51 passthrough_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0x901243d7 transport_generic_new_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x9041347f target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x91f50cfb target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x923b96c1 target_submit_cmd_map_sgls EXPORT_SYMBOL drivers/target/target_core_mod 0x9a7b697c sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0x9bcda7d9 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bb5767f transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e465fa6 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xa06779ba transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa16cdd31 transport_copy_sense_to_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xa31450bc sbc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xaf7e5763 target_backend_unregister -EXPORT_SYMBOL drivers/target/target_core_mod 0xb0c19e81 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3ddbc42 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa92f021a target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa944696f transport_deregister_session EXPORT_SYMBOL drivers/target/target_core_mod 0xb3d34fcd spc_emulate_evpd_83 -EXPORT_SYMBOL drivers/target/target_core_mod 0xb4cfd0e9 transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xb6da006a target_show_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xb995a4d4 target_complete_cmd_with_length -EXPORT_SYMBOL drivers/target/target_core_mod 0xba0002f0 target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0xbb555c26 target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0xc18788a0 target_put_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xc1e7c81f core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0xc51e1593 transport_wait_for_tasks -EXPORT_SYMBOL drivers/target/target_core_mod 0xc71058d3 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1dfb757 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc23e8660 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4fe1c52 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc79c5294 target_send_busy EXPORT_SYMBOL drivers/target/target_core_mod 0xc854e3a8 sbc_attrib_attrs -EXPORT_SYMBOL drivers/target/target_core_mod 0xc8b138c5 transport_generic_request_failure -EXPORT_SYMBOL drivers/target/target_core_mod 0xcc333945 core_tpg_deregister -EXPORT_SYMBOL drivers/target/target_core_mod 0xd24a98ac transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xd39d343b target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0xd58bfece transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xca1e7681 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xce1c40a0 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3972ef1 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd54927cf transport_kunmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0xd6cb260e sbc_dif_verify -EXPORT_SYMBOL drivers/target/target_core_mod 0xdb7a06b0 transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0xe5a27fcd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdcde5e58 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1366b2e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3e54dc3 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4677ff0 transport_deregister_session_configfs EXPORT_SYMBOL drivers/target/target_core_mod 0xe7bbf0d1 target_register_template EXPORT_SYMBOL drivers/target/target_core_mod 0xeaffbd23 sbc_get_write_same_sectors -EXPORT_SYMBOL drivers/target/target_core_mod 0xedb9d2ee transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xefd3efa8 transport_lookup_tmr_lun EXPORT_SYMBOL drivers/target/target_core_mod 0xf012c05c target_undepend_item EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xf66d90c7 transport_init_se_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xf7dc9b93 spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0xfe76a0f8 core_allocate_nexus_loss_ua EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x7e50b363 usb_cdc_wdm_register EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x416cbfbe usb_os_desc_prepare_interf_dir EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xa0af5ded sl811h_driver @@ -4108,28 +4108,28 @@ EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xc2fada15 cyber2000fb_attach EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x3dc254e9 mac_find_mode EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x6be44bac matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf92a114c matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xff282344 g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x12fa44af DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4d9029dd matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x64434216 matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9ddf0ed1 DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x25f840ef matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xc321f31c matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x31df7dce matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x85526f88 matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x96a1ad04 matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe81a146c matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x3735a1ea matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x97fada09 matroxfb_g450_shutdown -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x19f2eee6 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x0a288113 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb38d42a6 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xeb17f6f3 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x31ae5657 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9fcf999a matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd69a065c matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xef8cd757 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xacb14fb6 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x07949285 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x072b7d2e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x2233db20 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5b360d10 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb95f908d matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x26218c58 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xfda7cb1c matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x20770cf2 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x24bcfa2c matroxfb_vgaHWrestore EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x2cc665a4 matroxfb_read_pins -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x52b1ad86 matroxfb_vgaHWinit -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8843e003 matroxfb_vgaHWrestore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcd7da177 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5e40377e matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8ea9e5db matroxfb_vgaHWinit EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xda4a914b matroxfb_read_pins EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x666caa4f mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x01ea132e dispc_runtime_put EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x03005606 omapdss_get_version @@ -4359,12 +4359,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xd6205c02 ZSTD_compress_usingCDict EXPORT_SYMBOL lib/zstd/zstd_compress 0xdac739f6 ZSTD_initCCtx EXPORT_SYMBOL lib/zstd/zstd_compress 0xf39e441c ZSTD_CStreamWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xf4cbffc3 ZSTD_flushStream -EXPORT_SYMBOL net/6lowpan/6lowpan 0x47405994 lowpan_unregister_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0x6f1e6887 lowpan_nhc_add -EXPORT_SYMBOL net/6lowpan/6lowpan 0x7c272f5c lowpan_register_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0x855a0a57 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0x988b9da2 lowpan_register_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xe23ba0b5 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x474bf908 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x713822cf lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xb62842b3 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xb856263e lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc7f15f08 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd9e0fac1 lowpan_nhc_del EXPORT_SYMBOL net/802/p8022 0x141f21fe register_8022_client EXPORT_SYMBOL net/802/p8022 0xce7fdec7 unregister_8022_client EXPORT_SYMBOL net/802/psnap 0x26b5e8b5 register_snap_client @@ -4417,9 +4417,9 @@ EXPORT_SYMBOL net/9p/9pnet 0xe6b1e55e p9stat_read EXPORT_SYMBOL net/9p/9pnet 0xed4f67f0 p9_client_fcreate EXPORT_SYMBOL net/9p/9pnet 0xf21a357e p9_client_lock_dotl EXPORT_SYMBOL net/9p/9pnet 0xfdff6401 p9_client_readdir -EXPORT_SYMBOL net/appletalk/appletalk 0x03881c96 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x03503425 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x47eadb56 atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0x547dcdc9 aarp_send_ddp -EXPORT_SYMBOL net/appletalk/appletalk 0xcdb26a73 atrtr_get_dev EXPORT_SYMBOL net/appletalk/appletalk 0xee11131b alloc_ltalkdev EXPORT_SYMBOL net/atm/atm 0x03522ba7 atm_charge EXPORT_SYMBOL net/atm/atm 0x04c1d874 atm_dev_register @@ -4441,21 +4441,21 @@ EXPORT_SYMBOL net/atm/atm 0xf0ecd483 atm_alloc_charge EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal EXPORT_SYMBOL net/atm/atm 0xfa138b5e atm_dev_deregister EXPORT_SYMBOL net/ax25/ax25 0x116a9122 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x11dc7b82 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0x144da9cb ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc EXPORT_SYMBOL net/ax25/ax25 0x5dee584b ax25_listen_release -EXPORT_SYMBOL net/ax25/ax25 0x7468b26f ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release EXPORT_SYMBOL net/ax25/ax25 0x9531d53d ax25_send_frame EXPORT_SYMBOL net/ax25/ax25 0x9c0744e9 ax25_linkfail_release -EXPORT_SYMBOL net/ax25/ax25 0xad2977bd ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xb620eba3 ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xed33c1dc ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid -EXPORT_SYMBOL net/ax25/ax25 0xf50f7026 ax25_header_ops EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info EXPORT_SYMBOL net/bluetooth/bluetooth 0x091971e6 bt_accept_enqueue EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d461fb8 hci_conn_security @@ -4507,10 +4507,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3f5ab11 hci_get_route EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa3b478e bt_procfs_init EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa40df38 __hci_cmd_sync EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbe74be4 hci_recv_frame -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x11e51d20 ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbabb5ff7 ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdb6765af ebt_register_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xefa721df ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8346e507 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa1e728e5 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb578447b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xee929784 ebt_unregister_table_pre_exit EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x17f7726e cfcnfg_add_phy_layer EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative @@ -4533,18 +4533,14 @@ EXPORT_SYMBOL net/can/can 0xa3c7a037 can_proto_register EXPORT_SYMBOL net/can/can 0xec542904 can_sock_destruct EXPORT_SYMBOL net/can/can 0xf6c1fb1c can_send EXPORT_SYMBOL net/ceph/libceph 0x000261d0 osd_req_op_extent_osd_data_bio -EXPORT_SYMBOL net/ceph/libceph 0x01952bdd ceph_msg_data_add_bio -EXPORT_SYMBOL net/ceph/libceph 0x02fd8b9d ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x03765d42 ceph_monc_init EXPORT_SYMBOL net/ceph/libceph 0x0636878a osd_req_op_extent_osd_data_pages -EXPORT_SYMBOL net/ceph/libceph 0x0761c4e0 ceph_msg_get -EXPORT_SYMBOL net/ceph/libceph 0x07a8bdee ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x09985785 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc -EXPORT_SYMBOL net/ceph/libceph 0x0abf69de ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x0c0bbdc6 ceph_auth_verify_authorizer_reply -EXPORT_SYMBOL net/ceph/libceph 0x0d02b17f ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x1258771c ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x1935fa2b ceph_monc_blacklist_add -EXPORT_SYMBOL net/ceph/libceph 0x1af6854f ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x198cffa9 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x1bc982b7 ceph_monc_validate_auth EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append EXPORT_SYMBOL net/ceph/libceph 0x1d4c1e43 ceph_cls_unlock @@ -4554,7 +4550,7 @@ EXPORT_SYMBOL net/ceph/libceph 0x21001fbf osd_req_op_raw_data_in_pages EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy EXPORT_SYMBOL net/ceph/libceph 0x2171b144 osd_req_op_extent_dup_last EXPORT_SYMBOL net/ceph/libceph 0x22653091 ceph_osdc_notify -EXPORT_SYMBOL net/ceph/libceph 0x23e61fb5 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x24836a8c ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x25686d40 ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x26e37bbb ceph_release_page_vector EXPORT_SYMBOL net/ceph/libceph 0x2852a79b ceph_client_addr @@ -4568,7 +4564,6 @@ EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new EXPORT_SYMBOL net/ceph/libceph 0x35ee862c ceph_monc_renew_subs EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents EXPORT_SYMBOL net/ceph/libceph 0x39073798 ceph_pg_pool_name_by_id -EXPORT_SYMBOL net/ceph/libceph 0x3c0e6414 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy EXPORT_SYMBOL net/ceph/libceph 0x3e483813 ceph_osdc_put_request @@ -4577,20 +4572,23 @@ EXPORT_SYMBOL net/ceph/libceph 0x45044d94 ceph_find_or_create_string EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible EXPORT_SYMBOL net/ceph/libceph 0x499824a7 ceph_monc_open_session EXPORT_SYMBOL net/ceph/libceph 0x4a84cafc osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x4c507208 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x4c633ab1 ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0x4c79a43c ceph_osdc_wait_request EXPORT_SYMBOL net/ceph/libceph 0x4d5cae90 ceph_client_gid EXPORT_SYMBOL net/ceph/libceph 0x4edc47de ceph_wait_for_latest_osdmap EXPORT_SYMBOL net/ceph/libceph 0x4f14d41e osd_req_op_extent_osd_data EXPORT_SYMBOL net/ceph/libceph 0x5144a91c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x52a307f4 ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x5a6744e8 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x5aa993ac ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf EXPORT_SYMBOL net/ceph/libceph 0x5e653a65 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x5eaee375 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x644b6e50 ceph_pagelist_release -EXPORT_SYMBOL net/ceph/libceph 0x666efece ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x67850171 ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0x68b9b21c ceph_monc_do_statfs EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr @@ -4599,18 +4597,17 @@ EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve EXPORT_SYMBOL net/ceph/libceph 0x6f5c5f84 ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0x70916560 ceph_osdc_sync EXPORT_SYMBOL net/ceph/libceph 0x724aded8 ceph_cls_break_lock -EXPORT_SYMBOL net/ceph/libceph 0x742ae3f6 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x76fff3b1 ceph_auth_update_authorizer -EXPORT_SYMBOL net/ceph/libceph 0x7c6b7085 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x7c7e3857 ceph_osdc_update_epoch_barrier EXPORT_SYMBOL net/ceph/libceph 0x7d8f32b3 ceph_print_client_options EXPORT_SYMBOL net/ceph/libceph 0x7d9b8f3e ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x7d9c6fd6 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options EXPORT_SYMBOL net/ceph/libceph 0x81967bdc ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0x821a041f ceph_compare_options EXPORT_SYMBOL net/ceph/libceph 0x8221f982 ceph_copy_to_page_vector -EXPORT_SYMBOL net/ceph/libceph 0x82710d19 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x829c5252 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x8419d1f5 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context EXPORT_SYMBOL net/ceph/libceph 0x888c8e4e ceph_create_client EXPORT_SYMBOL net/ceph/libceph 0x8ab63ebb ceph_pg_poolid_by_name @@ -4626,10 +4623,13 @@ EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context EXPORT_SYMBOL net/ceph/libceph 0x9e605201 ceph_put_page_vector EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping EXPORT_SYMBOL net/ceph/libceph 0xa1f444ec ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xa20839fd ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa8d91eff ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0xad530d41 osd_req_op_cls_request_data_pages EXPORT_SYMBOL net/ceph/libceph 0xad6fc967 osd_req_op_cls_request_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae6555b0 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush EXPORT_SYMBOL net/ceph/libceph 0xb10823dc ceph_check_fsid EXPORT_SYMBOL net/ceph/libceph 0xb24060c3 ceph_zero_page_vector_range @@ -4640,6 +4640,7 @@ EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release EXPORT_SYMBOL net/ceph/libceph 0xb9b9391b ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0xbb1a7c12 ceph_osdc_alloc_request EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe99927e ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips EXPORT_SYMBOL net/ceph/libceph 0xc1cf2c60 ceph_monc_got_map EXPORT_SYMBOL net/ceph/libceph 0xc20c8ca8 ceph_pagelist_set_cursor @@ -4656,8 +4657,8 @@ EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd62697c5 ceph_cls_set_cookie EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy EXPORT_SYMBOL net/ceph/libceph 0xd89c8169 ceph_osdc_readpages -EXPORT_SYMBOL net/ceph/libceph 0xd98add9f ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0xda19c4b8 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdae00aaa ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0xdb70c544 ceph_pg_to_acting_primary EXPORT_SYMBOL net/ceph/libceph 0xdca9e19c ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0xdde4ed3b ceph_monc_get_version @@ -4666,9 +4667,8 @@ EXPORT_SYMBOL net/ceph/libceph 0xdf796230 ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name EXPORT_SYMBOL net/ceph/libceph 0xe2fa4e15 ceph_auth_is_authenticated EXPORT_SYMBOL net/ceph/libceph 0xe30d3719 ceph_osdc_new_request -EXPORT_SYMBOL net/ceph/libceph 0xe382a6e5 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options -EXPORT_SYMBOL net/ceph/libceph 0xebb21ab3 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xe89d7dc6 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents EXPORT_SYMBOL net/ceph/libceph 0xf2d63bd2 ceph_osdc_writepages @@ -4678,54 +4678,54 @@ EXPORT_SYMBOL net/ceph/libceph 0xf6c732d2 osd_req_op_init EXPORT_SYMBOL net/ceph/libceph 0xf8e4c134 ceph_osdc_abort_requests EXPORT_SYMBOL net/ceph/libceph 0xfcb27b9e osd_req_op_cls_init EXPORT_SYMBOL net/ceph/libceph 0xfe2a02d6 ceph_osdc_call -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x34684ebe dccp_req_err -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xb53d4565 dccp_syn_ack_timeout -EXPORT_SYMBOL net/dsa/dsa_core 0xa7d53927 dsa_port_vid_add -EXPORT_SYMBOL net/dsa/dsa_core 0xfc558bdd dsa_port_vid_del +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xbcb35a6e dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe4a2ab79 dccp_req_err +EXPORT_SYMBOL net/dsa/dsa_core 0x925f3f22 dsa_port_vid_del +EXPORT_SYMBOL net/dsa/dsa_core 0xae6e1c1c dsa_port_vid_add EXPORT_SYMBOL net/ieee802154/ieee802154 0x32b29ae4 wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0x4d33ba04 wpan_phy_free EXPORT_SYMBOL net/ieee802154/ieee802154 0x860af16d wpan_phy_new EXPORT_SYMBOL net/ieee802154/ieee802154 0x9fb16d0e wpan_phy_register EXPORT_SYMBOL net/ieee802154/ieee802154 0xa045ca81 wpan_phy_unregister EXPORT_SYMBOL net/ieee802154/ieee802154 0xe7894cda wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x128f85c5 __gue_build_header EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0x4e59992b __fou_build_header -EXPORT_SYMBOL net/ipv4/fou 0xb5a56937 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xa70480a0 __fou_build_header EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0x78643737 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x15ad3a2f ip_tunnel_encap_add_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x32c320a4 ip_tunnel_encap_del_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xee01530e ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xef13ef28 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/gre 0x1a9744f1 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x15e103ce ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9f4027e4 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd7de680a ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe2a6410c ip_tunnel_encap_add_ops EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x43013dbc arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6ad05dd0 arpt_do_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7165a003 arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xc5b2d670 arpt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x48f40d08 ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa0d49b73 ipt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb6df5178 ipt_unregister_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x70758054 xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/tunnel4 0x96bddfc3 xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/udp_tunnel 0xc615d259 udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x457cf95d ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x559611b4 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x84ed0c7f ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x890c9368 ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8c0f8a94 ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x94294f71 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa525260c ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb7613482 ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd6a77376 ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2d46ded1 ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x41ff86e2 ip6t_register_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb68fc587 ip6t_do_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x35d44881 xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/tunnel6 0x89903602 xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd2d4b312 xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xec9ed878 xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/l2tp/l2tp_core 0xb31d18d4 l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_core 0xdcab0abb l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_ip 0x5337c212 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0620c693 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x47f7debd ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7332ec05 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x38dbd9ed xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x681b7c67 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x3663443a udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x05c230cc ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1373043b ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x14fdfc17 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2c680257 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3dce3004 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x65aa9263 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8254ca5f ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc0eb2fbb ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xec1c7049 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd67bf691 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe8e2ea7f ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfcc740ca ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x55bb4c4a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x76c538de xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x7bc631ab xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb02da883 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/l2tp/l2tp_core 0x0631d997 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0xe6b2fb4a l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0x9feb0882 l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x12019198 lapb_register EXPORT_SYMBOL net/lapb/lapb 0x2987fbf1 lapb_getparms EXPORT_SYMBOL net/lapb/lapb 0x415ab906 lapb_data_received @@ -4743,152 +4743,152 @@ EXPORT_SYMBOL net/llc/llc 0x69f335f0 llc_add_pack EXPORT_SYMBOL net/llc/llc 0x92d9ba82 llc_build_and_send_ui_pkt EXPORT_SYMBOL net/llc/llc 0x9d1a19e8 llc_sap_find EXPORT_SYMBOL net/llc/llc 0xf773d4e6 llc_sap_open -EXPORT_SYMBOL net/mac80211/mac80211 0x0117e8bd ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0x086cd046 ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0x0a2613cf __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x0a57cd92 ieee80211_iter_keys_rcu -EXPORT_SYMBOL net/mac80211/mac80211 0x0ac8f66c ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x11cda39b ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0x17581cb7 ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x180a45bf ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0x183cf594 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x01c09077 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x069437de ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x0f082a73 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x1077dc3d ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x16e68df8 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x18cf0737 rate_control_set_rates EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x1b4a2f5d ieee80211_iter_keys -EXPORT_SYMBOL net/mac80211/mac80211 0x1ba68a02 ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0x1c21178f ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0x1ed3c37f ieee80211_connection_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x1ff313e4 ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0x27cab858 ieee80211_queue_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x2a967e8e ieee80211_nullfunc_get -EXPORT_SYMBOL net/mac80211/mac80211 0x3821a230 ieee80211_sta_uapsd_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x38f51545 ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0x39c548a1 ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0x3dc6d7a0 ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0x3f1d7ce5 ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0x430834bd ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0x46283df3 ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0x4949c258 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x1bd3368f ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x1ec59356 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x23ca2709 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x259b4293 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x2ac1d91a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x2cde2169 ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x2d4ac3bd ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x2fca6daf ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x2fd12189 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x3030a423 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x30750f62 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x32685154 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x32fb98a3 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x34610dfe ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x36b3af12 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x386c9130 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x38e15f51 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x394edffb ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x39b53eb4 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3b7d7504 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x3e415c29 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x40191907 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x4111b6ad ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x44efdc26 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x4ab9d7fa ieee80211_rate_control_unregister EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x4c379295 ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0x4cb15137 ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0x4e678db3 ieee80211_stop_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x4e82b3d0 ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0x5007f2cf ieee80211_queue_work -EXPORT_SYMBOL net/mac80211/mac80211 0x59ea3523 ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x6099a8f2 ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0x613e3483 ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0x624a64b6 ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0x67357dae ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0x67d9b6b0 ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x6a5ebcbe ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x6b877524 ieee80211_nan_func_terminated -EXPORT_SYMBOL net/mac80211/mac80211 0x6b9db9a5 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4ea68780 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x52d21a08 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x578f740f ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x5a26d2d7 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x5b8852a7 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5d7adae3 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x5d92b37c ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5de53917 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x5feb02de ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x60a2608e ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x6249f9b9 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x66ee8d46 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x678ee7a3 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x69140f8b ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6a91a499 ieee80211_get_tx_rates EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x71cf2813 ieee80211_reserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x77dd604b __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x7a086105 ieee80211_report_wowlan_wakeup -EXPORT_SYMBOL net/mac80211/mac80211 0x7ad3c155 ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x7ccc3630 ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0x7d1048a4 ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0x83bd016e ieee80211_wake_queue -EXPORT_SYMBOL net/mac80211/mac80211 0x8d84b755 ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x9495be70 ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0x9654e091 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x6e96a195 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x7054bc9c ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x735188da ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x774767e7 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x77b67356 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7c7baf52 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x83a841d6 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x85a4c215 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x8ca0482c ieee80211_reserve_tid EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x9b33a3cb ieee80211_free_txskb -EXPORT_SYMBOL net/mac80211/mac80211 0xa00e92de ieee80211_tx_status_ext -EXPORT_SYMBOL net/mac80211/mac80211 0xa016011b ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0xa061d118 ieee80211_proberesp_get -EXPORT_SYMBOL net/mac80211/mac80211 0xa47332ff ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0xa58cdf5c ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xa61bb37c __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xa7b742b3 __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xad4b9ffe ieee80211_get_tx_rates -EXPORT_SYMBOL net/mac80211/mac80211 0xb03b08c6 ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0xb49d922a ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xb558c065 ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xb6f91a36 ieee80211_beacon_loss -EXPORT_SYMBOL net/mac80211/mac80211 0xb81904ee ieee80211_txq_get_depth -EXPORT_SYMBOL net/mac80211/mac80211 0xb847032f ieee80211_txq_schedule_start -EXPORT_SYMBOL net/mac80211/mac80211 0xb96dbac5 ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0xbc924753 ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0xbd5f3724 ieee80211_rts_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xbe8d21da ieee80211_rx_napi -EXPORT_SYMBOL net/mac80211/mac80211 0xc1ecc19c ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0xc1f11f30 ieee80211_find_sta -EXPORT_SYMBOL net/mac80211/mac80211 0xc3f6b2e6 ieee80211_beacon_get_tim -EXPORT_SYMBOL net/mac80211/mac80211 0xc893e8c1 ieee80211_scan_completed -EXPORT_SYMBOL net/mac80211/mac80211 0xcac9a4e4 ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xd05926de __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xd4316335 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0xd50d08dd ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0xda6425f2 ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0xdb3675be ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0xdb55e04c ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xddc2bc3a ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0xded3d617 ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0xe05d4de7 ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xe06d54aa ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x99ef468d ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x9bcafbcf ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9c20b763 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xa0d3f747 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xa2be503a __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa3ec093c ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa612e7a2 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xab1d01f8 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xacecff57 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xae834db5 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb25d5e9b ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xb4b43626 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xbad67567 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xcbf7b4d5 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xcfc87224 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xd2be555f ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd67ce1fe ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xd8441252 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdb1bab5b ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xdb4bb28a ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xdbc06cc8 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xdbf0ee02 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xddfe391b ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xde1ac6df ieee80211_ctstoself_get EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xecbfd2f0 ieee80211_rx_ba_timer_expired -EXPORT_SYMBOL net/mac80211/mac80211 0xefb60269 wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xf168cfd7 ieee80211_sta_set_buffered -EXPORT_SYMBOL net/mac80211/mac80211 0xf2245059 ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0xf3c30d60 ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xf3e7f314 ieee80211_send_bar -EXPORT_SYMBOL net/mac80211/mac80211 0xf60b662a ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0xf8e2179f rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0xf910d3ed __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0xfda67a60 ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac802154/mac802154 0x09afc19d ieee802154_register_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x3c532127 ieee802154_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe8a98642 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xe9c9c7be ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xea412a6f ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xea6c2c3f ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xea8abe79 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xebda26c7 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xeca687a1 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xeeac6e11 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xf1f10a4d ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xf475a4c0 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf9ddf7ed ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xfeb072d1 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xff30212d ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac802154/mac802154 0x86a3686a ieee802154_register_hw EXPORT_SYMBOL net/mac802154/mac802154 0x8738ca3a ieee802154_wake_queue EXPORT_SYMBOL net/mac802154/mac802154 0x93158b24 ieee802154_rx_irqsafe -EXPORT_SYMBOL net/mac802154/mac802154 0xa6752274 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xa41f5e42 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xaa68068e ieee802154_alloc_hw EXPORT_SYMBOL net/mac802154/mac802154 0xc0a8e059 ieee802154_xmit_complete -EXPORT_SYMBOL net/mac802154/mac802154 0xeca2f46a ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xeaa8b3d1 ieee802154_unregister_hw EXPORT_SYMBOL net/mac802154/mac802154 0xf0035bb6 ieee802154_stop_queue -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0f0734e4 ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x138180b3 ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x237a6c68 ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x42371412 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9428f22a ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9dcab5f9 register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab201fd3 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xabbd74fe ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc7e30144 ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca3185bd register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca519002 unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd35d8a96 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x06d055d3 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1bd5b3c3 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2267f1d9 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x22d08a73 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2558150b ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x38ddc722 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3f7822b7 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x41749ee2 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5cadb117 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaacf5b5c ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb3769509 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc6e8dcda unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcec9bffa ip_vs_nfct_expect_related EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf167d56e register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf70640e2 unregister_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf73a2451 ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7cbae396 nf_ct_ext_destroy -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe549b9ba nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfccb3caa register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xff94e3f2 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0121394a nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xac62b90b nf_ct_ext_destroy EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x19ac9c3e nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0x576fa2f5 nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0x57c12121 nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x75752d02 __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x9b731463 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x0b145f74 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x14343b64 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x477a9202 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xa3af6928 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd197b429 nf_nat_mangle_udp_packet EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x267c802b xt_register_matches -EXPORT_SYMBOL net/netfilter/x_tables 0x3186c990 xt_unregister_target -EXPORT_SYMBOL net/netfilter/x_tables 0x35439cad xt_register_match -EXPORT_SYMBOL net/netfilter/x_tables 0x36d941a1 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x154ad7ec xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x22ea0112 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3f38650e xt_register_targets EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name -EXPORT_SYMBOL net/netfilter/x_tables 0x52f97d06 xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x806bec7b xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x86050163 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0xa1077b81 xt_unregister_match -EXPORT_SYMBOL net/netfilter/x_tables 0xb968000d xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xab22d0e5 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb3c1dc74 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xc09b0a19 xt_unregister_matches EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0xca6c5005 xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xdd027ce2 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xe21883c6 xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset EXPORT_SYMBOL net/nfc/hci/hci 0x003c9cba nfc_hci_driver_failure EXPORT_SYMBOL net/nfc/hci/hci 0x0197c50f nfc_hci_recv_frame @@ -4980,38 +4980,38 @@ EXPORT_SYMBOL net/phonet/phonet 0x62504af4 pn_sock_get_port EXPORT_SYMBOL net/phonet/phonet 0x94af0435 pn_skb_send EXPORT_SYMBOL net/phonet/phonet 0xb9acc67b pn_sock_hash EXPORT_SYMBOL net/phonet/phonet 0xe94894a1 phonet_stream_ops -EXPORT_SYMBOL net/rxrpc/rxrpc 0x0f3c7f82 rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0x2dc16835 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x164165d7 rxrpc_kernel_get_epoch EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x48e0cb3f rxrpc_kernel_send_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x9cbba6a6 rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x9eefd52d rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2e650a3 rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xba3d7133 rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xbaeaa173 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0xbb8381e5 rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0xbcfcee31 rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0xc89fa824 rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xcfbb56d6 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd4a88e13 rxrpc_kernel_recv_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd638d237 key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd98f2b77 rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xee4547af rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xf9b954f7 rxrpc_kernel_get_peer -EXPORT_SYMBOL net/sctp/sctp 0x464999d2 sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x011643e4 gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x945bf438 gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc98578c8 gss_mech_put -EXPORT_SYMBOL net/sunrpc/sunrpc 0x7847e671 xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0x93f1d431 xdr_truncate_encode -EXPORT_SYMBOL net/sunrpc/sunrpc 0xbecd2d06 svc_pool_stats_open +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4189bac5 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x488c2da2 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x497b494b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x524fac39 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6e13eb06 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7959cc12 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8ec4497f rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x91f97f43 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa1a39022 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa38f8a69 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa6aee733 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb3d92c62 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb7c7748e rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdc9f43c4 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf2cdd065 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xff849153 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x38de240e sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5a136ab5 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x613a80a1 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x7fdb167d gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x12741772 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x17eb0a6c svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x918f172d xdr_restrict_buflen EXPORT_SYMBOL net/tipc/tipc 0x098a4da3 tipc_sk_fill_sock_diag EXPORT_SYMBOL net/tipc/tipc 0x4ccbef69 tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0x71e669f5 tipc_nl_sk_walk EXPORT_SYMBOL net/tipc/tipc 0x91257e5c tipc_dump_done -EXPORT_SYMBOL net/tls/tls 0x05fed206 tls_unregister_device -EXPORT_SYMBOL net/tls/tls 0x0a0821dc tls_register_device -EXPORT_SYMBOL net/tls/tls 0xdd61bbe3 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x1c521dc8 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x50b658f2 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xbbe70d4c tls_register_device EXPORT_SYMBOL net/wimax/wimax 0x6d9985a2 wimax_reset EXPORT_SYMBOL net/wimax/wimax 0xf50a143e wimax_rfkill EXPORT_SYMBOL net/wireless/cfg80211 0x029195bb cfg80211_rx_spurious_frame @@ -5019,9 +5019,10 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x061bf7ef cfg80211_rx_assoc_resp EXPORT_SYMBOL net/wireless/cfg80211 0x06516b46 cfg80211_unregister_wdev EXPORT_SYMBOL net/wireless/cfg80211 0x07416b9b cfg80211_check_station_change EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel -EXPORT_SYMBOL net/wireless/cfg80211 0x09f06780 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x0ba2bcdb wiphy_read_of_freq_limits EXPORT_SYMBOL net/wireless/cfg80211 0x0d349171 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x0d435db7 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x14c08df5 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0x158ac92f cfg80211_sta_opmode_change_notify EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header @@ -5032,7 +5033,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm EXPORT_SYMBOL net/wireless/cfg80211 0x1e7df2d6 cfg80211_sched_scan_results EXPORT_SYMBOL net/wireless/cfg80211 0x1ff8f51e cfg80211_sched_scan_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x218f3402 cfg80211_michael_mic_failure -EXPORT_SYMBOL net/wireless/cfg80211 0x24037a29 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x275867e8 ieee80211_bss_get_elem EXPORT_SYMBOL net/wireless/cfg80211 0x2e02f0c1 cfg80211_external_auth_request EXPORT_SYMBOL net/wireless/cfg80211 0x2f73f7ab wiphy_apply_custom_regulatory @@ -5041,6 +5041,7 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x3482cbec cfg80211_inform_bss_frame_data EXPORT_SYMBOL net/wireless/cfg80211 0x34fa1cbf cfg80211_abandon_assoc EXPORT_SYMBOL net/wireless/cfg80211 0x3691db5b __cfg80211_alloc_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0x369ff4fe wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x3800c3aa cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x380b720f cfg80211_new_sta EXPORT_SYMBOL net/wireless/cfg80211 0x38918c9b cfg80211_bss_iter EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric @@ -5054,9 +5055,11 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x4ddc5e17 cfg80211_cqm_beacon_loss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x52785175 wiphy_rfkill_stop_polling EXPORT_SYMBOL net/wireless/cfg80211 0x53819f24 cfg80211_ready_on_channel EXPORT_SYMBOL net/wireless/cfg80211 0x5553d117 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x5558f1f4 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x58c4321b cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x59d02fa5 cfg80211_roamed EXPORT_SYMBOL net/wireless/cfg80211 0x5c871874 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5e16ec43 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x5e3787c0 cfg80211_inform_bss_data EXPORT_SYMBOL net/wireless/cfg80211 0x60620a28 cfg80211_del_sta_sinfo EXPORT_SYMBOL net/wireless/cfg80211 0x62b209b1 cfg80211_ft_event @@ -5064,7 +5067,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x631f9744 __cfg80211_send_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid EXPORT_SYMBOL net/wireless/cfg80211 0x67344bfc cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header -EXPORT_SYMBOL net/wireless/cfg80211 0x6eeb7279 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x716e56ed cfg80211_report_obss_beacon EXPORT_SYMBOL net/wireless/cfg80211 0x733d2d7e cfg80211_probe_status EXPORT_SYMBOL net/wireless/cfg80211 0x7374e8b6 regulatory_set_wiphy_regd @@ -5073,10 +5075,10 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x74fda348 cfg80211_rx_control_port EXPORT_SYMBOL net/wireless/cfg80211 0x753bcf20 __cfg80211_alloc_reply_skb EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem EXPORT_SYMBOL net/wireless/cfg80211 0x7a9afc9f cfg80211_rx_mlme_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0x7b5af281 ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x7bfb91d8 cfg80211_reg_can_beacon_relax EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0x7ef9f5e0 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x852194ef ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible EXPORT_SYMBOL net/wireless/cfg80211 0x8727e7aa wiphy_register EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile @@ -5085,8 +5087,8 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x9127485e wiphy_free EXPORT_SYMBOL net/wireless/cfg80211 0x91ddb38d cfg80211_cqm_txe_notify EXPORT_SYMBOL net/wireless/cfg80211 0x920e3cfa cfg80211_mgmt_tx_status EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss -EXPORT_SYMBOL net/wireless/cfg80211 0x94f41431 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x960e79ad cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x969c98fe cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0x9791d2e6 ieee80211_channel_to_frequency EXPORT_SYMBOL net/wireless/cfg80211 0x9845547e wiphy_unregister EXPORT_SYMBOL net/wireless/cfg80211 0x9c8a16a1 cfg80211_cqm_pktloss_notify @@ -5095,13 +5097,12 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_c EXPORT_SYMBOL net/wireless/cfg80211 0xa9ed4fa1 cfg80211_rx_unprot_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xace31a83 cfg80211_assoc_timeout -EXPORT_SYMBOL net/wireless/cfg80211 0xad0f21d2 ieee80211_get_num_supported_channels -EXPORT_SYMBOL net/wireless/cfg80211 0xafd99179 cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0xb0b4f5e5 cfg80211_pmksa_candidate_notify EXPORT_SYMBOL net/wireless/cfg80211 0xb330ae40 cfg80211_get_drvinfo EXPORT_SYMBOL net/wireless/cfg80211 0xb47376eb cfg80211_gtk_rekey_notify EXPORT_SYMBOL net/wireless/cfg80211 0xb50bc636 regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0xb61e5ff0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb6365c4d cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0xb709b460 cfg80211_rx_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0xba410742 cfg80211_auth_timeout EXPORT_SYMBOL net/wireless/cfg80211 0xbb0e995c cfg80211_chandef_usable @@ -5113,7 +5114,6 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xc61b7212 cfg80211_rx_unexpected_4addr_fra EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited EXPORT_SYMBOL net/wireless/cfg80211 0xd03f4fe5 cfg80211_tx_mlme_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0xd0e3f0d2 cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xd19d9a5c wiphy_rfkill_start_polling EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0xd7f6f362 cfg80211_sinfo_alloc_tid_stats @@ -5124,15 +5124,15 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xddd5bb92 cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0xdf669a96 cfg80211_nan_func_terminated EXPORT_SYMBOL net/wireless/cfg80211 0xe4154455 cfg80211_ch_switch_notify EXPORT_SYMBOL net/wireless/cfg80211 0xe4bc953f freq_reg_info -EXPORT_SYMBOL net/wireless/cfg80211 0xe603bb32 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0xe6ad6d52 cfg80211_chandef_dfs_required -EXPORT_SYMBOL net/wireless/cfg80211 0xe9e0fcbe ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xe7979c5c cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xebd13366 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xec8509fd ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0xed38745d cfg80211_nan_match EXPORT_SYMBOL net/wireless/cfg80211 0xed9a9cb5 cfg80211_port_authorized EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr EXPORT_SYMBOL net/wireless/cfg80211 0xf606ebca regulatory_pre_cac_allowed -EXPORT_SYMBOL net/wireless/cfg80211 0xf8e9a129 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xfa9657dc cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xfed6b255 cfg80211_remain_on_channel_expired EXPORT_SYMBOL net/wireless/cfg80211 0xff7a506e cfg80211_report_wowlan_wakeup EXPORT_SYMBOL net/wireless/lib80211 0x0932263e lib80211_register_crypto_ops @@ -5277,61 +5277,61 @@ EXPORT_SYMBOL sound/i2c/snd-i2c 0x65c9f8c5 snd_i2c_device_free EXPORT_SYMBOL sound/i2c/snd-i2c 0xa5e533ab snd_i2c_probeaddr EXPORT_SYMBOL sound/i2c/snd-i2c 0xc756d39e snd_i2c_device_create EXPORT_SYMBOL sound/i2c/snd-i2c 0xf1b8734c snd_i2c_sendbytes -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0042d0f2 snd_ac97_get_short_name -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x07f1b6ed snd_ac97_tune_hardware -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0979917a snd_ac97_write -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c122b53 snd_ac97_resume EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x224b5bed snd_ac97_pcm_double_rate_rules EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x265ddc34 snd_ac97_pcm_open -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x307b8641 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2e0dec76 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2fdd2df4 snd_ac97_write EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x39e4e6ed snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x41834778 snd_ac97_mixer EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x468b83d6 snd_ac97_pcm_close -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4a0c021d snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4f92c811 snd_ac97_suspend -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6f04b25f snd_ac97_update_bits -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d738049 snd_ac97_read -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb288bbdd snd_ac97_update_power -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc3753afa snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5290c9c5 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7273ce8d snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7fa36ad4 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x80038389 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9493851c snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x99a3f53c snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad7729ec snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb158ba82 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcfa94b86 snd_ac97_update_power EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd22305c snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfd8934db snd_ac97_update -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1b5f6380 snd_emu10k1_synth_copy_from_user -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x207ff582 snd_emu10k1_synth_free EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x215fd246 snd_emu10k1_voice_alloc -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4364deb3 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4d42c40c snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6736c647 snd_emu10k1_synth_copy_from_user EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6d34037e snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6e03aff4 snd_emu10k1_memblk_map EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa70d4b9b snd_emu10k1_voice_free -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc4cd0b0f snd_emu10k1_memblk_map -EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd9ad9204 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa945e3a2 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbb2aaef0 snd_emu10k1_synth_alloc EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xed5a5e99 snd_emu10k1_ptr_read EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x204ac4fb snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x72a00023 snd_ice1712_akm4xxx_build_controls EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf2bf385f snd_ice1712_akm4xxx_free EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0cc473ca oxygen_write32_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0f596470 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e89bf39 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1ec8b30a oxygen_write_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2b9f44e3 oxygen_read_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2da6f065 oxygen_reset_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x30907fc4 oxygen_write32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4264fe75 oxygen_read16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x74079069 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8332b1f8 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x88c781fe oxygen_update_dac_routing EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b37ad09 oxygen_write8_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x985a9cdb oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d36402b oxygen_write16 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa68fcc65 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa98281b0 oxygen_write_i2c EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca301584 oxygen_write_ac97_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcc05ea4e oxygen_read32 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7203fae oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdc18a240 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdc38dbda oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6b562f0 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef059a68 oxygen_write_spi EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf909ccbe oxygen_write_uart -EXPORT_SYMBOL sound/pci/trident/snd-trident 0x860044f5 snd_trident_alloc_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa1577117 snd_trident_free_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa3d7e853 snd_trident_stop_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb8d70f36 snd_trident_start_voice -EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf13673d9 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x724e37ae snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x85cdc6dc snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8b63b000 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdf192ace snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xffbee1be snd_trident_free_voice EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xea74f232 bt_uart_enable EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x33ae46aa pcm3060_probe EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x9435157e pcm3060_regmap @@ -5409,22 +5409,27 @@ EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x79714b46 __snd_usbmidi_create EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000ce988 icmp6_send EXPORT_SYMBOL vmlinux 0x0010bf7d module_layout -EXPORT_SYMBOL vmlinux 0x001fd0df inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x0026a4cd nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0x002a5e72 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x002b074e dev_mc_del_global EXPORT_SYMBOL vmlinux 0x002db3de vme_bus_num -EXPORT_SYMBOL vmlinux 0x007249c3 fqdir_exit +EXPORT_SYMBOL vmlinux 0x00469d3f dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x00792133 vfs_get_super EXPORT_SYMBOL vmlinux 0x007c02e6 input_mt_sync_frame EXPORT_SYMBOL vmlinux 0x0093a7ca truncate_pagecache_range EXPORT_SYMBOL vmlinux 0x0095b837 truncate_setsize EXPORT_SYMBOL vmlinux 0x009a59e4 kill_pgrp +EXPORT_SYMBOL vmlinux 0x00a2b49f seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x00d7181c dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count -EXPORT_SYMBOL vmlinux 0x00e7da83 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x00f3bd8b blk_register_region +EXPORT_SYMBOL vmlinux 0x00f50ac7 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x01000e51 schedule EXPORT_SYMBOL vmlinux 0x010d645f rproc_shutdown EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0114c7d5 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x01170667 serial8250_set_isa_configurator EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 EXPORT_SYMBOL vmlinux 0x012a677a nand_correct_data @@ -5433,7 +5438,7 @@ EXPORT_SYMBOL vmlinux 0x014b7ff8 truncate_pagecache EXPORT_SYMBOL vmlinux 0x01553371 vm_brk_flags EXPORT_SYMBOL vmlinux 0x015af7f4 system_state EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device -EXPORT_SYMBOL vmlinux 0x0177d6c3 skb_tx_error +EXPORT_SYMBOL vmlinux 0x017920d2 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x0179b6d0 param_get_ushort EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x017e3544 mmc_start_request @@ -5441,32 +5446,40 @@ EXPORT_SYMBOL vmlinux 0x01830813 kblockd_mod_delayed_work_on EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete EXPORT_SYMBOL vmlinux 0x0198a728 set_anon_super_fc EXPORT_SYMBOL vmlinux 0x019f9908 request_key_tag +EXPORT_SYMBOL vmlinux 0x01a11456 pci_unregister_driver EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode -EXPORT_SYMBOL vmlinux 0x01a54e21 xfrm_state_insert -EXPORT_SYMBOL vmlinux 0x01aea7d3 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x01a9fc39 __ip_dev_find EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note EXPORT_SYMBOL vmlinux 0x01c39590 jbd2_journal_forget EXPORT_SYMBOL vmlinux 0x01c72108 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x01ca02a6 param_ops_uint +EXPORT_SYMBOL vmlinux 0x01cb15ee sock_no_socketpair EXPORT_SYMBOL vmlinux 0x01e769d6 __next_node_in +EXPORT_SYMBOL vmlinux 0x01eff4ff netdev_printk EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02165293 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv -EXPORT_SYMBOL vmlinux 0x021ccda2 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x02233e59 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0x022c1dd5 ppp_dev_name -EXPORT_SYMBOL vmlinux 0x02363596 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x02470151 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x024d0121 dev_get_by_index EXPORT_SYMBOL vmlinux 0x024eb204 rproc_elf_load_segments EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups +EXPORT_SYMBOL vmlinux 0x025b8941 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x0261b563 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x0262a51e xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x0262acfa ioctl_by_bdev EXPORT_SYMBOL vmlinux 0x02644920 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x026f609a km_state_notify EXPORT_SYMBOL vmlinux 0x0272b4e9 clkdev_drop EXPORT_SYMBOL vmlinux 0x02739541 kmem_cache_create EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues -EXPORT_SYMBOL vmlinux 0x0281bb0a tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any EXPORT_SYMBOL vmlinux 0x028ecf33 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x0292d4b4 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy -EXPORT_SYMBOL vmlinux 0x02a52b51 pci_clear_master +EXPORT_SYMBOL vmlinux 0x02cce73e scm_detach_fds EXPORT_SYMBOL vmlinux 0x02ce0af5 bio_integrity_add_page EXPORT_SYMBOL vmlinux 0x02da4d77 is_subdir EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies @@ -5474,38 +5487,35 @@ EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact EXPORT_SYMBOL vmlinux 0x02f41728 vlan_vids_del_by_dev EXPORT_SYMBOL vmlinux 0x030a340c framebuffer_alloc -EXPORT_SYMBOL vmlinux 0x03221cc0 napi_schedule_prep -EXPORT_SYMBOL vmlinux 0x03264751 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x032505df netdev_reset_tc EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl -EXPORT_SYMBOL vmlinux 0x033cd506 skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x03590c87 of_graph_get_remote_endpoint EXPORT_SYMBOL vmlinux 0x035d2035 pagecache_isize_extended EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled -EXPORT_SYMBOL vmlinux 0x0367bf5d tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x037a0cba kfree EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity -EXPORT_SYMBOL vmlinux 0x0388173f pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x03899216 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x038b939f generic_file_direct_write EXPORT_SYMBOL vmlinux 0x038e8ff3 scsi_remove_device EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs -EXPORT_SYMBOL vmlinux 0x03b2f53d pci_iomap_range EXPORT_SYMBOL vmlinux 0x03b9e22c clear_page_dirty_for_io EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all -EXPORT_SYMBOL vmlinux 0x03ce9006 pci_read_config_word EXPORT_SYMBOL vmlinux 0x03d99000 of_find_backlight +EXPORT_SYMBOL vmlinux 0x03e91b07 tso_build_hdr EXPORT_SYMBOL vmlinux 0x03eeee1c zero_fill_bio_iter -EXPORT_SYMBOL vmlinux 0x03f6229f netdev_notice -EXPORT_SYMBOL vmlinux 0x03f829b6 ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram EXPORT_SYMBOL vmlinux 0x0405a0de fscrypt_decrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0x040a0ea1 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x04291987 netdev_alert EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock EXPORT_SYMBOL vmlinux 0x0457eb0a amba_release_regions +EXPORT_SYMBOL vmlinux 0x047a6753 tcp_poll EXPORT_SYMBOL vmlinux 0x04b0a5e8 mark_page_accessed EXPORT_SYMBOL vmlinux 0x04b88d01 mipi_dsi_host_unregister EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x04cc5f0a vga_get EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine EXPORT_SYMBOL vmlinux 0x04d14b26 stop_tty EXPORT_SYMBOL vmlinux 0x04d61941 remap_vmalloc_range_partial @@ -5514,12 +5524,12 @@ EXPORT_SYMBOL vmlinux 0x04e6887c sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0x04e757dc i2c_smbus_read_i2c_block_data EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04f5072d pid_task -EXPORT_SYMBOL vmlinux 0x04fb90ba __kfree_skb EXPORT_SYMBOL vmlinux 0x05022173 dev_mc_add_global EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match EXPORT_SYMBOL vmlinux 0x051ba180 drop_nlink EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0539faa9 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible EXPORT_SYMBOL vmlinux 0x054d6296 write_inode_now EXPORT_SYMBOL vmlinux 0x054dd539 alloc_buffer_head @@ -5527,41 +5537,39 @@ EXPORT_SYMBOL vmlinux 0x0556d26a phy_write_paged EXPORT_SYMBOL vmlinux 0x055ad9cf inode_get_bytes EXPORT_SYMBOL vmlinux 0x0567707b clk_bulk_get EXPORT_SYMBOL vmlinux 0x05898017 vme_irq_free -EXPORT_SYMBOL vmlinux 0x059dab3a dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x05a5c48d softnet_data EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x05bffd35 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x05ca18a2 _raw_write_lock_irqsave EXPORT_SYMBOL vmlinux 0x05cc649f md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0x05cd617e gen_pool_dma_alloc EXPORT_SYMBOL vmlinux 0x05dbba5b nand_get_set_features_notsupp EXPORT_SYMBOL vmlinux 0x05dd7527 filemap_write_and_wait_range EXPORT_SYMBOL vmlinux 0x05e13eb9 ZSTD_initDDict -EXPORT_SYMBOL vmlinux 0x05e61045 __sk_dst_check -EXPORT_SYMBOL vmlinux 0x05fea3bb proto_register -EXPORT_SYMBOL vmlinux 0x0610714e __skb_ext_del EXPORT_SYMBOL vmlinux 0x06142d3e pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0x061651be strcat EXPORT_SYMBOL vmlinux 0x062be735 mark_buffer_write_io_error -EXPORT_SYMBOL vmlinux 0x06337de2 ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user EXPORT_SYMBOL vmlinux 0x064d93eb processor EXPORT_SYMBOL vmlinux 0x065f2519 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x0664d520 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x066cb79f dev_deactivate EXPORT_SYMBOL vmlinux 0x06724b38 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x067ea780 mutex_unlock EXPORT_SYMBOL vmlinux 0x069ec703 create_empty_buffers -EXPORT_SYMBOL vmlinux 0x06a02268 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x06b75967 proto_unregister +EXPORT_SYMBOL vmlinux 0x06baa665 pci_match_id EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress -EXPORT_SYMBOL vmlinux 0x06fd3799 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x06ca098b pcim_iomap EXPORT_SYMBOL vmlinux 0x07045a8b bmap -EXPORT_SYMBOL vmlinux 0x070c6c03 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw EXPORT_SYMBOL vmlinux 0x0754ba7a bio_clone_fast EXPORT_SYMBOL vmlinux 0x075a2c33 ZSTD_decompressBegin_usingDict EXPORT_SYMBOL vmlinux 0x075f8129 kill_block_super -EXPORT_SYMBOL vmlinux 0x076d5be4 pci_enable_wake EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev EXPORT_SYMBOL vmlinux 0x077e54f9 dev_uc_del -EXPORT_SYMBOL vmlinux 0x079c4fc8 napi_complete_done +EXPORT_SYMBOL vmlinux 0x07a83356 pcibios_fixup_bus EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap EXPORT_SYMBOL vmlinux 0x07aefd04 scsi_command_normalize_sense EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit @@ -5571,73 +5579,85 @@ EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key EXPORT_SYMBOL vmlinux 0x080d14eb param_ops_ulong EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x0816ab62 ip6_xmit +EXPORT_SYMBOL vmlinux 0x0819f958 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x0821bfb7 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses -EXPORT_SYMBOL vmlinux 0x082f73c9 inet_sk_set_state EXPORT_SYMBOL vmlinux 0x0838061b filemap_fault EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister EXPORT_SYMBOL vmlinux 0x08474692 iov_iter_npages EXPORT_SYMBOL vmlinux 0x084c567a dma_free_attrs +EXPORT_SYMBOL vmlinux 0x084d29e0 dev_set_alias EXPORT_SYMBOL vmlinux 0x08515a29 __nla_reserve +EXPORT_SYMBOL vmlinux 0x085887a2 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x085fc420 dquot_get_dqblk EXPORT_SYMBOL vmlinux 0x08690bbf __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x086f8dc4 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x08798e7a iget_failed EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x08883515 key_reject_and_link -EXPORT_SYMBOL vmlinux 0x088fe7a2 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0x0890e035 mmc_remove_host EXPORT_SYMBOL vmlinux 0x08a27d56 dns_query EXPORT_SYMBOL vmlinux 0x08a44a18 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x08a599d2 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x08baf8fb generic_file_readonly_mmap EXPORT_SYMBOL vmlinux 0x08c4fd32 omap_disable_dma_irq EXPORT_SYMBOL vmlinux 0x08d36a50 pm860x_reg_read -EXPORT_SYMBOL vmlinux 0x08d3d20c ___pskb_trim EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f1cfb3 kfree_skb EXPORT_SYMBOL vmlinux 0x08f73e20 gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0x08fe2228 bdget +EXPORT_SYMBOL vmlinux 0x0900e465 neigh_table_clear EXPORT_SYMBOL vmlinux 0x0901db2f fb_deferred_io_mmap +EXPORT_SYMBOL vmlinux 0x091b7bd1 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x0922348c dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x0941a18f param_get_ulong -EXPORT_SYMBOL vmlinux 0x09504976 dev_set_mac_address EXPORT_SYMBOL vmlinux 0x095cc7b6 get_phy_device EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes -EXPORT_SYMBOL vmlinux 0x097dc16d pci_release_regions EXPORT_SYMBOL vmlinux 0x0981116e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x098a6173 audit_log EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap EXPORT_SYMBOL vmlinux 0x09abb41b devm_ioremap EXPORT_SYMBOL vmlinux 0x09ad85a1 sort_r EXPORT_SYMBOL vmlinux 0x09bc3fdb twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x09bf177f nf_register_net_hook EXPORT_SYMBOL vmlinux 0x09c57156 mdiobus_write EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5a3e2 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x09e3d05f blk_mq_free_tag_set EXPORT_SYMBOL vmlinux 0x0a06fc68 nobh_truncate_page EXPORT_SYMBOL vmlinux 0x0a20d621 ZSTD_decompressBegin -EXPORT_SYMBOL vmlinux 0x0a23acdc skb_copy_header EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class -EXPORT_SYMBOL vmlinux 0x0a310845 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr -EXPORT_SYMBOL vmlinux 0x0a322bde pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0x0a338f95 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x0a3edcec ndisc_mc_map EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell EXPORT_SYMBOL vmlinux 0x0a48d9cc pmem_sector_size +EXPORT_SYMBOL vmlinux 0x0a5324b6 dev_set_mtu EXPORT_SYMBOL vmlinux 0x0a69ccb0 __snd_pcm_lib_xfer +EXPORT_SYMBOL vmlinux 0x0a993a7d ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq EXPORT_SYMBOL vmlinux 0x0aa51740 vlan_vid_add EXPORT_SYMBOL vmlinux 0x0aa92814 key_validate EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab2434a inet_gso_segment EXPORT_SYMBOL vmlinux 0x0ab26ce6 follow_pfn EXPORT_SYMBOL vmlinux 0x0ac800bb i2c_smbus_read_i2c_block_data_or_emulated EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update EXPORT_SYMBOL vmlinux 0x0aed11f4 jbd2_journal_load EXPORT_SYMBOL vmlinux 0x0af1fe79 bh_uptodate_or_lock -EXPORT_SYMBOL vmlinux 0x0b018ea8 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x0af3081e pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x0b06886a jbd2_journal_get_create_access EXPORT_SYMBOL vmlinux 0x0b167eee has_capability EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b21a57a pci_get_slot EXPORT_SYMBOL vmlinux 0x0b275293 configfs_remove_default_groups EXPORT_SYMBOL vmlinux 0x0b29e1ad phy_loopback +EXPORT_SYMBOL vmlinux 0x0b34adbe pci_read_config_word EXPORT_SYMBOL vmlinux 0x0b35e923 rproc_coredump_add_custom_segment EXPORT_SYMBOL vmlinux 0x0b3a5280 security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0x0b40d7cf _raw_read_unlock_irqrestore @@ -5646,90 +5666,88 @@ EXPORT_SYMBOL vmlinux 0x0b475442 md_reap_sync_thread EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init EXPORT_SYMBOL vmlinux 0x0b55ae51 jbd2_journal_update_sb_errno EXPORT_SYMBOL vmlinux 0x0b617520 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x0b624814 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x0b6c7915 pci_write_vpd EXPORT_SYMBOL vmlinux 0x0b73e9f0 snd_pcm_suspend_all EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol EXPORT_SYMBOL vmlinux 0x0b765c04 devm_request_any_context_irq EXPORT_SYMBOL vmlinux 0x0b88b771 file_check_and_advance_wb_err -EXPORT_SYMBOL vmlinux 0x0b8a8d0c ip_generic_getfrag -EXPORT_SYMBOL vmlinux 0x0b9699fd sock_kfree_s EXPORT_SYMBOL vmlinux 0x0b9c4017 seq_path EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type EXPORT_SYMBOL vmlinux 0x0bcb17c5 unregister_quota_format EXPORT_SYMBOL vmlinux 0x0bf44dde d_obtain_alias EXPORT_SYMBOL vmlinux 0x0bfd97ea mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x0c17ad59 pci_release_regions EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq EXPORT_SYMBOL vmlinux 0x0c551b13 nvm_submit_io -EXPORT_SYMBOL vmlinux 0x0c5818cc dst_release EXPORT_SYMBOL vmlinux 0x0c681ad0 flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0x0c6c7449 scsi_device_lookup EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode -EXPORT_SYMBOL vmlinux 0x0c7268b6 nf_reinject +EXPORT_SYMBOL vmlinux 0x0c7f601b tso_count_descs EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit EXPORT_SYMBOL vmlinux 0x0cb01a60 tcf_em_tree_dump -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0e6a2d __napi_schedule EXPORT_SYMBOL vmlinux 0x0d22cf80 security_path_rename EXPORT_SYMBOL vmlinux 0x0d2fa7ad tty_write_room +EXPORT_SYMBOL vmlinux 0x0d36b8fe mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le EXPORT_SYMBOL vmlinux 0x0d4f3739 vfs_statfs EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset EXPORT_SYMBOL vmlinux 0x0d995c8a flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x0da082e6 tcp_check_req EXPORT_SYMBOL vmlinux 0x0db69519 mntput EXPORT_SYMBOL vmlinux 0x0db740e2 __cleancache_init_shared_fs -EXPORT_SYMBOL vmlinux 0x0db90017 ip_ct_attach EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex EXPORT_SYMBOL vmlinux 0x0dc2551b dcb_ieee_setapp EXPORT_SYMBOL vmlinux 0x0dcb92af genl_register_family -EXPORT_SYMBOL vmlinux 0x0de37d43 xfrm_input -EXPORT_SYMBOL vmlinux 0x0e028b41 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x0df0a7ef zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x0e055f98 con_copy_unimap EXPORT_SYMBOL vmlinux 0x0e0df174 sg_miter_skip EXPORT_SYMBOL vmlinux 0x0e13b3f1 scsi_remove_host EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 EXPORT_SYMBOL vmlinux 0x0e1c8804 dma_fence_chain_find_seqno EXPORT_SYMBOL vmlinux 0x0e305347 seq_put_decimal_ll -EXPORT_SYMBOL vmlinux 0x0e6ffcc3 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x0e8a8779 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x0e8df1c7 neigh_destroy +EXPORT_SYMBOL vmlinux 0x0e91b42f netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x0e974407 phy_register_fixup_for_id -EXPORT_SYMBOL vmlinux 0x0ea7f7b3 ipv6_dev_mc_inc -EXPORT_SYMBOL vmlinux 0x0eab2dd8 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0edc28e3 netpoll_parse_options EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy EXPORT_SYMBOL vmlinux 0x0eef34ea blk_mq_run_hw_queue EXPORT_SYMBOL vmlinux 0x0ef9b7e8 vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0x0efac4e7 msm_pinctrl_dev_pm_ops EXPORT_SYMBOL vmlinux 0x0efc064e tcf_idr_create -EXPORT_SYMBOL vmlinux 0x0f020a61 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable -EXPORT_SYMBOL vmlinux 0x0f43bff6 dev_close -EXPORT_SYMBOL vmlinux 0x0f4982d6 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x0f2b9d9a remove_conflicting_pci_framebuffers +EXPORT_SYMBOL vmlinux 0x0f59e5a4 register_netdevice +EXPORT_SYMBOL vmlinux 0x0f61ad65 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x0f6591d1 insert_inode_locked EXPORT_SYMBOL vmlinux 0x0f6c57c9 filp_open +EXPORT_SYMBOL vmlinux 0x0f70c051 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x0f77ac92 dev_open EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn -EXPORT_SYMBOL vmlinux 0x0f877427 skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x0f8f03f6 pci_set_master EXPORT_SYMBOL vmlinux 0x0f9fc54a __nla_reserve_64bit -EXPORT_SYMBOL vmlinux 0x0fa71665 sock_wmalloc -EXPORT_SYMBOL vmlinux 0x0faddea5 sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0faffcd5 kernel_getpeername EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 -EXPORT_SYMBOL vmlinux 0x0fbc3a66 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create EXPORT_SYMBOL vmlinux 0x0fe87ce6 send_sig_info EXPORT_SYMBOL vmlinux 0x0febbc04 simple_symlink_inode_operations EXPORT_SYMBOL vmlinux 0x0fef2871 mmc_retune_pause EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod EXPORT_SYMBOL vmlinux 0x0ffbc1e6 nvdimm_namespace_capacity -EXPORT_SYMBOL vmlinux 0x0ffbf049 udp_sendmsg EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm -EXPORT_SYMBOL vmlinux 0x100098af eth_validate_addr EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset +EXPORT_SYMBOL vmlinux 0x1010a10f tcf_exts_destroy EXPORT_SYMBOL vmlinux 0x101b3a98 iov_iter_alignment EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region -EXPORT_SYMBOL vmlinux 0x10564f36 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x104d7697 tcp_getsockopt EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user @@ -5739,59 +5757,61 @@ EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd EXPORT_SYMBOL vmlinux 0x10814160 __netlink_ns_capable EXPORT_SYMBOL vmlinux 0x1085d5ee down_read_killable EXPORT_SYMBOL vmlinux 0x10871a41 pagecache_get_page -EXPORT_SYMBOL vmlinux 0x10876442 skb_prepare_seq_read -EXPORT_SYMBOL vmlinux 0x10920e6e sock_wake_async +EXPORT_SYMBOL vmlinux 0x10b5dd16 inet_getname EXPORT_SYMBOL vmlinux 0x10c0ed09 prepare_to_swait_event EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find EXPORT_SYMBOL vmlinux 0x10e282f8 bio_chain EXPORT_SYMBOL vmlinux 0x10f8772b __tracepoint_module_get -EXPORT_SYMBOL vmlinux 0x11083ca3 pci_unregister_driver EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype -EXPORT_SYMBOL vmlinux 0x110c32cb mr_dump -EXPORT_SYMBOL vmlinux 0x1128b5b7 snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0x112edbf5 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x11342c5e netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x1142cb9d netpoll_setup EXPORT_SYMBOL vmlinux 0x1143301b phy_connect_direct EXPORT_SYMBOL vmlinux 0x114dd7fb twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x1154a158 pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn EXPORT_SYMBOL vmlinux 0x11649e32 tty_port_init EXPORT_SYMBOL vmlinux 0x1165f9e3 generic_make_request EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init EXPORT_SYMBOL vmlinux 0x11830ccd param_get_uint EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch -EXPORT_SYMBOL vmlinux 0x11a11f68 sock_release EXPORT_SYMBOL vmlinux 0x11bc2997 kmem_cache_free -EXPORT_SYMBOL vmlinux 0x11d14fdf tc_cleanup_flow_action +EXPORT_SYMBOL vmlinux 0x11bd7e0c ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg EXPORT_SYMBOL vmlinux 0x11e6d066 dquot_quotactl_sysfile_ops EXPORT_SYMBOL vmlinux 0x11eb4564 __getblk_gfp EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1226f487 xfrm6_rcv EXPORT_SYMBOL vmlinux 0x1231777c iov_iter_get_pages_alloc -EXPORT_SYMBOL vmlinux 0x1231baec xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x123bdee9 pci_get_class EXPORT_SYMBOL vmlinux 0x123f8b4f scsi_free_host_dev EXPORT_SYMBOL vmlinux 0x12494ad3 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x12537938 skb_kill_datagram EXPORT_SYMBOL vmlinux 0x127c3154 tty_register_driver EXPORT_SYMBOL vmlinux 0x12827367 sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x1286959c vme_register_error_handler EXPORT_SYMBOL vmlinux 0x1286e704 copy_page_to_iter EXPORT_SYMBOL vmlinux 0x128753c2 mdiobus_get_phy EXPORT_SYMBOL vmlinux 0x12905d6e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x129294b7 inet_accept EXPORT_SYMBOL vmlinux 0x129d3d7c pm860x_bulk_write EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range -EXPORT_SYMBOL vmlinux 0x12bdef2b inet_addr_type +EXPORT_SYMBOL vmlinux 0x12b57536 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x12c15dc3 pci_scan_bus EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cfffed fib_default_rule_add EXPORT_SYMBOL vmlinux 0x12d56d64 tty_flip_buffer_push EXPORT_SYMBOL vmlinux 0x12d68c41 devfreq_monitor_start EXPORT_SYMBOL vmlinux 0x12d796d3 fscrypt_fname_alloc_buffer -EXPORT_SYMBOL vmlinux 0x12e622cd inet_dev_addr_type -EXPORT_SYMBOL vmlinux 0x12ea9d26 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x12ffc125 dcb_ieee_getapp_prio_dscp_mask_map EXPORT_SYMBOL vmlinux 0x130796e4 blk_integrity_unregister EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13169bca inet_frag_destroy EXPORT_SYMBOL vmlinux 0x131ba9c7 linkwatch_fire_event EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x132812d6 iov_iter_gap_alignment @@ -5805,33 +5825,30 @@ EXPORT_SYMBOL vmlinux 0x1358063f bd_finish_claiming EXPORT_SYMBOL vmlinux 0x1365c128 cdrom_release EXPORT_SYMBOL vmlinux 0x136f1c87 dmam_free_coherent EXPORT_SYMBOL vmlinux 0x1384b9d5 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x139267eb tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x13ac109f phy_modify_paged EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out -EXPORT_SYMBOL vmlinux 0x13e40da9 sock_cmsg_send EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation EXPORT_SYMBOL vmlinux 0x13f8262f get_task_cred EXPORT_SYMBOL vmlinux 0x140fc1ce i2c_smbus_write_block_data EXPORT_SYMBOL vmlinux 0x14387736 mipi_dsi_dcs_enter_sleep_mode -EXPORT_SYMBOL vmlinux 0x1444bf60 pci_write_vpd -EXPORT_SYMBOL vmlinux 0x14502786 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x14509ef1 sk_dst_check EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table -EXPORT_SYMBOL vmlinux 0x147524a4 inet_register_protosw EXPORT_SYMBOL vmlinux 0x1486978a gen_pool_add_owner EXPORT_SYMBOL vmlinux 0x148a635a register_console EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x14a9da22 __scm_send EXPORT_SYMBOL vmlinux 0x14ad374c tty_unregister_device EXPORT_SYMBOL vmlinux 0x14c3eacf search_binary_handler EXPORT_SYMBOL vmlinux 0x14d0f587 md_set_array_sectors EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit EXPORT_SYMBOL vmlinux 0x14f57c9c phy_attach EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set -EXPORT_SYMBOL vmlinux 0x14fbcd90 xfrm_state_free EXPORT_SYMBOL vmlinux 0x15002a74 register_cdrom EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo EXPORT_SYMBOL vmlinux 0x150e328f i2c_add_adapter EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible -EXPORT_SYMBOL vmlinux 0x1525eccf eth_get_headlen EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight EXPORT_SYMBOL vmlinux 0x152a6048 param_get_string EXPORT_SYMBOL vmlinux 0x152acd21 rproc_elf_get_boot_addr @@ -5840,84 +5857,75 @@ EXPORT_SYMBOL vmlinux 0x1545efd3 con_is_bound EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x154e9af2 d_exact_alias EXPORT_SYMBOL vmlinux 0x155560ee tcf_em_tree_destroy -EXPORT_SYMBOL vmlinux 0x1574d688 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x15629daf tcp_release_cb EXPORT_SYMBOL vmlinux 0x157db6f2 of_match_node EXPORT_SYMBOL vmlinux 0x15a5730f d_alloc_name -EXPORT_SYMBOL vmlinux 0x15ac5134 inet6_unregister_protosw EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bcd9a7 netlink_unicast -EXPORT_SYMBOL vmlinux 0x15be99d7 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15bf882a sdev_enable_disk_events -EXPORT_SYMBOL vmlinux 0x15c13410 udp_set_csum EXPORT_SYMBOL vmlinux 0x15d433c0 ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x15db2396 security_inode_init_security -EXPORT_SYMBOL vmlinux 0x15fd95e0 sk_stop_timer -EXPORT_SYMBOL vmlinux 0x1607be39 pcie_print_link_status EXPORT_SYMBOL vmlinux 0x160af360 snd_timer_open EXPORT_SYMBOL vmlinux 0x16220ad5 snd_device_register EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string -EXPORT_SYMBOL vmlinux 0x164cb4a0 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x164d0a76 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find -EXPORT_SYMBOL vmlinux 0x16548a05 sk_mc_loop EXPORT_SYMBOL vmlinux 0x1657fcb4 devm_clk_get_optional EXPORT_SYMBOL vmlinux 0x165875dc migrate_page_move_mapping -EXPORT_SYMBOL vmlinux 0x16688bf3 __ip4_datagram_connect -EXPORT_SYMBOL vmlinux 0x16751127 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x165c0497 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x167b634f pci_dev_driver EXPORT_SYMBOL vmlinux 0x16860ca7 __register_binfmt +EXPORT_SYMBOL vmlinux 0x16929f42 tcp_conn_request EXPORT_SYMBOL vmlinux 0x1694807b vfs_unlink +EXPORT_SYMBOL vmlinux 0x1699f0b1 inet_recvmsg EXPORT_SYMBOL vmlinux 0x16b11dc1 bdi_register_owner EXPORT_SYMBOL vmlinux 0x16c3432d dmaenginem_async_device_register EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait EXPORT_SYMBOL vmlinux 0x16f0d54a __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0x16f3079a vme_unregister_bridge -EXPORT_SYMBOL vmlinux 0x170b6746 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x16f6db30 inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0x1712022a tcf_idr_search -EXPORT_SYMBOL vmlinux 0x171aab72 eth_mac_addr EXPORT_SYMBOL vmlinux 0x171c40f1 xsk_umem_consume_tx_done +EXPORT_SYMBOL vmlinux 0x171cebfb netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0x172d060d security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0x1738c19e _raw_write_unlock_bh -EXPORT_SYMBOL vmlinux 0x175cbe51 skb_ext_add -EXPORT_SYMBOL vmlinux 0x177be98f __sk_mem_schedule -EXPORT_SYMBOL vmlinux 0x17887b27 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x17879787 udplite_prot EXPORT_SYMBOL vmlinux 0x17901745 blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0x17b9b92e filemap_range_has_page EXPORT_SYMBOL vmlinux 0x17d73045 tcf_action_dump_1 -EXPORT_SYMBOL vmlinux 0x17ef14a5 netdev_state_change EXPORT_SYMBOL vmlinux 0x1807bb5a cros_ec_query_all -EXPORT_SYMBOL vmlinux 0x180cc933 pci_find_resource -EXPORT_SYMBOL vmlinux 0x18224de8 tcp_check_req EXPORT_SYMBOL vmlinux 0x1825e340 generic_update_time -EXPORT_SYMBOL vmlinux 0x182a6168 inet_del_protocol -EXPORT_SYMBOL vmlinux 0x1870bd66 dev_change_carrier -EXPORT_SYMBOL vmlinux 0x187a188f sk_common_release EXPORT_SYMBOL vmlinux 0x187b4327 find_get_pages_range_tag -EXPORT_SYMBOL vmlinux 0x187eac55 sock_no_getname EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 EXPORT_SYMBOL vmlinux 0x189c5980 arm_copy_to_user -EXPORT_SYMBOL vmlinux 0x18dfc004 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x18c7c7b1 skb_dump EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start -EXPORT_SYMBOL vmlinux 0x18ebbb99 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x18ec9774 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0x18f6bdd1 tty_port_block_til_ready -EXPORT_SYMBOL vmlinux 0x190989cf inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x190e661d ip6tun_encaps EXPORT_SYMBOL vmlinux 0x1912be44 clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0x1914b0c3 init_net EXPORT_SYMBOL vmlinux 0x1917569a deactivate_locked_super EXPORT_SYMBOL vmlinux 0x19242e38 efi +EXPORT_SYMBOL vmlinux 0x19494458 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0x195d4ac9 memory_read_from_io_buffer EXPORT_SYMBOL vmlinux 0x195f70a5 init_pseudo EXPORT_SYMBOL vmlinux 0x196ba8bd reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x19796a17 pcim_enable_device EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x1989ea31 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x1995559e pci_scan_slot EXPORT_SYMBOL vmlinux 0x199635e2 vme_dma_list_exec -EXPORT_SYMBOL vmlinux 0x19979412 mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp EXPORT_SYMBOL vmlinux 0x19aced41 vfs_tmpfile EXPORT_SYMBOL vmlinux 0x19ae52c1 dqget EXPORT_SYMBOL vmlinux 0x19af835a _copy_from_iter_nocache EXPORT_SYMBOL vmlinux 0x19b040c3 devm_release_resource +EXPORT_SYMBOL vmlinux 0x19b4ed8f pci_iomap EXPORT_SYMBOL vmlinux 0x19ba98cf nonseekable_open EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec EXPORT_SYMBOL vmlinux 0x19ca506f put_user_pages_dirty_lock @@ -5925,120 +5933,111 @@ EXPORT_SYMBOL vmlinux 0x19ca9dbf address_space_init_once EXPORT_SYMBOL vmlinux 0x19d229d7 snd_timer_stop EXPORT_SYMBOL vmlinux 0x19d9fa77 abx500_remove_ops EXPORT_SYMBOL vmlinux 0x19e3b7b4 scsi_host_busy -EXPORT_SYMBOL vmlinux 0x19eba7c1 kernel_accept -EXPORT_SYMBOL vmlinux 0x19f951ff xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x19ee4267 skb_split EXPORT_SYMBOL vmlinux 0x19fca1cd devm_of_iomap EXPORT_SYMBOL vmlinux 0x1a186b9f invalidate_partition EXPORT_SYMBOL vmlinux 0x1a21d691 __ksize -EXPORT_SYMBOL vmlinux 0x1a22c32c tcp_getsockopt -EXPORT_SYMBOL vmlinux 0x1a2f7075 pci_scan_bus EXPORT_SYMBOL vmlinux 0x1a387c82 netlink_broadcast EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn -EXPORT_SYMBOL vmlinux 0x1a78fe58 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x1a7a5113 nand_scan_with_ids EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x1a8a5f56 skb_checksum EXPORT_SYMBOL vmlinux 0x1a8e74e5 md_check_no_bitmap EXPORT_SYMBOL vmlinux 0x1a90cd46 __insert_inode_hash EXPORT_SYMBOL vmlinux 0x1a94c29b mdiobus_read_nested EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state EXPORT_SYMBOL vmlinux 0x1a9c3418 watchdog_unregister_governor -EXPORT_SYMBOL vmlinux 0x1a9ce36e inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x1aa047c2 pci_dev_put EXPORT_SYMBOL vmlinux 0x1aa77200 tcf_action_exec EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim -EXPORT_SYMBOL vmlinux 0x1aa91853 sock_init_data -EXPORT_SYMBOL vmlinux 0x1aae8aa4 mini_qdisc_pair_swap -EXPORT_SYMBOL vmlinux 0x1ab94387 tcp_prot EXPORT_SYMBOL vmlinux 0x1ab996fa freezing_slow_path -EXPORT_SYMBOL vmlinux 0x1ac9342e ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x1ad0cba2 netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ad22954 pci_get_device EXPORT_SYMBOL vmlinux 0x1aded990 ZSTD_DCtxWorkspaceBound -EXPORT_SYMBOL vmlinux 0x1ae2ce35 udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0x1af04593 flush_kernel_dcache_page +EXPORT_SYMBOL vmlinux 0x1af17202 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist EXPORT_SYMBOL vmlinux 0x1b0af6c3 devm_devfreq_add_device EXPORT_SYMBOL vmlinux 0x1b1e1d18 tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store -EXPORT_SYMBOL vmlinux 0x1b545765 netpoll_cleanup EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b6b62ec snd_soc_alloc_ac97_component EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device -EXPORT_SYMBOL vmlinux 0x1bad3ed6 netdev_upper_get_next_dev_rcu -EXPORT_SYMBOL vmlinux 0x1bd5311d tcp_release_cb +EXPORT_SYMBOL vmlinux 0x1b8bc073 consume_skb +EXPORT_SYMBOL vmlinux 0x1b9a7383 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x1bb9ad1e skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x1be55a5c kill_bdev -EXPORT_SYMBOL vmlinux 0x1be718c5 skb_clone +EXPORT_SYMBOL vmlinux 0x1bfb117d pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1c06e507 nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x1c08921a dmam_alloc_attrs EXPORT_SYMBOL vmlinux 0x1c0b9735 dev_mc_sync_multiple -EXPORT_SYMBOL vmlinux 0x1c0bf758 inetdev_by_index EXPORT_SYMBOL vmlinux 0x1c163051 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x1c182396 km_query EXPORT_SYMBOL vmlinux 0x1c1af4f1 blk_integrity_merge_bio -EXPORT_SYMBOL vmlinux 0x1c540684 unregister_tcf_proto_ops -EXPORT_SYMBOL vmlinux 0x1c5caa01 pneigh_lookup EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s EXPORT_SYMBOL vmlinux 0x1c66f687 ipmi_platform_add EXPORT_SYMBOL vmlinux 0x1c777c5c dma_fence_add_callback -EXPORT_SYMBOL vmlinux 0x1c90a02e tcp_filter -EXPORT_SYMBOL vmlinux 0x1caa9d5f pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x1c835dca pci_release_region EXPORT_SYMBOL vmlinux 0x1caf4c2b wait_for_completion_interruptible EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cb5fc56 wait_on_page_bit_killable +EXPORT_SYMBOL vmlinux 0x1cc5ae1b tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x1cce8853 jbd2_journal_abort EXPORT_SYMBOL vmlinux 0x1cddb9ce snd_pcm_lib_preallocate_free_for_all -EXPORT_SYMBOL vmlinux 0x1cf3a2a8 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x1cec1f36 inet_release EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed -EXPORT_SYMBOL vmlinux 0x1d1cdc4e netif_carrier_off +EXPORT_SYMBOL vmlinux 0x1d0b3261 napi_disable EXPORT_SYMBOL vmlinux 0x1d23e92b file_write_and_wait_range EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested EXPORT_SYMBOL vmlinux 0x1d37eeed ioremap EXPORT_SYMBOL vmlinux 0x1d4131b3 seq_dentry +EXPORT_SYMBOL vmlinux 0x1d44e5cc netif_rx_ni EXPORT_SYMBOL vmlinux 0x1d4c1e8f __block_write_full_page +EXPORT_SYMBOL vmlinux 0x1d64d074 sock_init_data EXPORT_SYMBOL vmlinux 0x1d778da7 dev_printk EXPORT_SYMBOL vmlinux 0x1d7aebb0 security_sb_set_mnt_opts -EXPORT_SYMBOL vmlinux 0x1da2c4fa tcp_seq_next EXPORT_SYMBOL vmlinux 0x1da66bdf md_write_start EXPORT_SYMBOL vmlinux 0x1daa7806 sk_stream_wait_memory EXPORT_SYMBOL vmlinux 0x1dc5cacd wireless_send_event EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap -EXPORT_SYMBOL vmlinux 0x1ddb56b1 ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel EXPORT_SYMBOL vmlinux 0x1dec43e0 user_path_create EXPORT_SYMBOL vmlinux 0x1df6e9bf devm_clk_put EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e131508 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1e1474cd arp_send EXPORT_SYMBOL vmlinux 0x1e16b131 qdisc_offload_graft_helper -EXPORT_SYMBOL vmlinux 0x1e1c765b __dev_set_mtu EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 -EXPORT_SYMBOL vmlinux 0x1e2c0182 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x1e37a592 release_firmware +EXPORT_SYMBOL vmlinux 0x1e425b54 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x1e4a1db1 snd_ctl_find_numid EXPORT_SYMBOL vmlinux 0x1e5284e4 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x1e58c99e udp_seq_next EXPORT_SYMBOL vmlinux 0x1e5a3892 d_path EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr EXPORT_SYMBOL vmlinux 0x1e6dae0e start_tty EXPORT_SYMBOL vmlinux 0x1e8094d9 key_put EXPORT_SYMBOL vmlinux 0x1e934cd6 blk_get_request EXPORT_SYMBOL vmlinux 0x1e96f43d __cpu_possible_mask -EXPORT_SYMBOL vmlinux 0x1e97d610 poll_initwait EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu EXPORT_SYMBOL vmlinux 0x1ea0c039 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x1ea111c5 dev_get_flags +EXPORT_SYMBOL vmlinux 0x1ea408e9 pci_dev_get EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref EXPORT_SYMBOL vmlinux 0x1eb64646 div64_s64 -EXPORT_SYMBOL vmlinux 0x1ed5d832 ping_prot +EXPORT_SYMBOL vmlinux 0x1ed45098 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked -EXPORT_SYMBOL vmlinux 0x1ee98e33 tc_setup_cb_call EXPORT_SYMBOL vmlinux 0x1f0f7575 dma_sync_wait -EXPORT_SYMBOL vmlinux 0x1f2fef66 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0x1f383dfd serial8250_register_8250_port -EXPORT_SYMBOL vmlinux 0x1f4bf48a pci_prepare_to_sleep -EXPORT_SYMBOL vmlinux 0x1f4d8a35 sock_no_listen EXPORT_SYMBOL vmlinux 0x1f5873da user_revoke EXPORT_SYMBOL vmlinux 0x1f58b867 gen_pool_for_each_chunk EXPORT_SYMBOL vmlinux 0x1f5dadfc i2c_smbus_read_byte EXPORT_SYMBOL vmlinux 0x1f6264f6 of_root EXPORT_SYMBOL vmlinux 0x1f6ec9d9 textsearch_prepare EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user -EXPORT_SYMBOL vmlinux 0x1f9ba779 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x1fa36a8e call_usermodehelper_setup EXPORT_SYMBOL vmlinux 0x1fa932ab simple_unlink EXPORT_SYMBOL vmlinux 0x1fb44ad9 mem_map @@ -6051,7 +6050,7 @@ EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any -EXPORT_SYMBOL vmlinux 0x203698ec pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x201d9d1d netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list EXPORT_SYMBOL vmlinux 0x20534f70 of_parse_phandle_with_args @@ -6063,11 +6062,13 @@ EXPORT_SYMBOL vmlinux 0x20846110 down_killable EXPORT_SYMBOL vmlinux 0x2087fbe5 lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0x2090c6f2 device_add_disk EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data -EXPORT_SYMBOL vmlinux 0x20c5556f pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode EXPORT_SYMBOL vmlinux 0x20d9ba74 scsi_device_get +EXPORT_SYMBOL vmlinux 0x20f38e9e pci_read_config_dword EXPORT_SYMBOL vmlinux 0x20fb2a0b del_random_ready_callback EXPORT_SYMBOL vmlinux 0x2102a94c __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x2109fa4c poll_initwait +EXPORT_SYMBOL vmlinux 0x210f6fd2 skb_unlink EXPORT_SYMBOL vmlinux 0x21108d3e blk_mq_start_hw_queues EXPORT_SYMBOL vmlinux 0x21110dbf mmioset EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 @@ -6076,20 +6077,18 @@ EXPORT_SYMBOL vmlinux 0x2123ca53 vme_register_driver EXPORT_SYMBOL vmlinux 0x213bc59f __nla_put_64bit EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x213f79ad _copy_from_iter_full_nocache +EXPORT_SYMBOL vmlinux 0x214ee6d5 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy +EXPORT_SYMBOL vmlinux 0x217649cd skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0x21816393 loop_register_transfer -EXPORT_SYMBOL vmlinux 0x2181684e eth_change_mtu +EXPORT_SYMBOL vmlinux 0x2186011f xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset -EXPORT_SYMBOL vmlinux 0x2194b94f inet_frag_kill -EXPORT_SYMBOL vmlinux 0x219b4507 pcibios_fixup_bus EXPORT_SYMBOL vmlinux 0x21b3c418 devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check -EXPORT_SYMBOL vmlinux 0x21e01fb9 tcp_ioctl EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow EXPORT_SYMBOL vmlinux 0x21e1ba40 unlock_buffer -EXPORT_SYMBOL vmlinux 0x21e32b7b pci_enable_msi EXPORT_SYMBOL vmlinux 0x2213fda2 proc_mkdir_mode EXPORT_SYMBOL vmlinux 0x22152f10 scsi_print_command EXPORT_SYMBOL vmlinux 0x221aad9d dcbnl_ieee_notify @@ -6102,10 +6101,11 @@ EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint EXPORT_SYMBOL vmlinux 0x2283f48d arm_dma_ops EXPORT_SYMBOL vmlinux 0x229499b1 posix_acl_from_xattr EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b7a635 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x22e17c89 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x22e1e811 uart_get_divisor EXPORT_SYMBOL vmlinux 0x230ff265 dquot_operations -EXPORT_SYMBOL vmlinux 0x2315f654 skb_pull -EXPORT_SYMBOL vmlinux 0x2327ebaf inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x23235780 ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0x233fe248 i2c_release_client EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 EXPORT_SYMBOL vmlinux 0x2384f143 snd_pcm_hw_constraint_integer @@ -6114,17 +6114,18 @@ EXPORT_SYMBOL vmlinux 0x2396269d jbd2_journal_get_write_access EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path EXPORT_SYMBOL vmlinux 0x23bbdeed _raw_read_trylock EXPORT_SYMBOL vmlinux 0x23c18ea9 ilookup5 +EXPORT_SYMBOL vmlinux 0x23cd53b5 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x23cee3b2 vlan_dev_vlan_proto -EXPORT_SYMBOL vmlinux 0x23d16de8 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x23e201e8 phy_register_fixup EXPORT_SYMBOL vmlinux 0x23e6fa54 mmc_retune_timer_stop EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first -EXPORT_SYMBOL vmlinux 0x23f10369 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x23f9c5ce xps_needed EXPORT_SYMBOL vmlinux 0x23fc3a3c fb_class EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node EXPORT_SYMBOL vmlinux 0x24017405 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x240dd6c5 ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242341d7 tcp_peek_len EXPORT_SYMBOL vmlinux 0x2423a514 generic_setlease EXPORT_SYMBOL vmlinux 0x242688ab phy_disconnect EXPORT_SYMBOL vmlinux 0x243dc8d9 tty_driver_flush_buffer @@ -6132,23 +6133,21 @@ EXPORT_SYMBOL vmlinux 0x24422a5e phy_driver_register EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user EXPORT_SYMBOL vmlinux 0x244fbc06 dev_uc_flush EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24678173 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0x246790df idr_for_each EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size EXPORT_SYMBOL vmlinux 0x2482de6b mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x24913114 pci_disable_link_state EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line -EXPORT_SYMBOL vmlinux 0x24b57127 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x24b97378 kstrtos16_from_user -EXPORT_SYMBOL vmlinux 0x24d1560a seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer EXPORT_SYMBOL vmlinux 0x24dc65a3 msm_pinctrl_probe EXPORT_SYMBOL vmlinux 0x24dccef0 bdi_register -EXPORT_SYMBOL vmlinux 0x24f563a8 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer -EXPORT_SYMBOL vmlinux 0x2507fe32 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register EXPORT_SYMBOL vmlinux 0x25280b74 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2528ac2a pci_alloc_dev EXPORT_SYMBOL vmlinux 0x25296d12 dma_direct_map_resource -EXPORT_SYMBOL vmlinux 0x252ca39f pci_map_rom EXPORT_SYMBOL vmlinux 0x2542ceb6 inode_add_bytes EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string EXPORT_SYMBOL vmlinux 0x257281d7 remove_proc_entry @@ -6156,23 +6155,21 @@ EXPORT_SYMBOL vmlinux 0x2575729e iov_iter_copy_from_user_atomic EXPORT_SYMBOL vmlinux 0x257ae45c dma_fence_free EXPORT_SYMBOL vmlinux 0x25811634 phy_set_max_speed EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid -EXPORT_SYMBOL vmlinux 0x25841b52 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2584e366 skb_trim EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation EXPORT_SYMBOL vmlinux 0x259a03e2 wait_on_page_bit -EXPORT_SYMBOL vmlinux 0x259c390d tcp_rtx_synack EXPORT_SYMBOL vmlinux 0x25a7cebb qdisc_watchdog_init EXPORT_SYMBOL vmlinux 0x25a8dbed pipe_unlock -EXPORT_SYMBOL vmlinux 0x25b32ab2 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x25c0bc0f path_get +EXPORT_SYMBOL vmlinux 0x25d07d24 blk_queue_split EXPORT_SYMBOL vmlinux 0x25d3f5ce _snd_ctl_add_slave EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free EXPORT_SYMBOL vmlinux 0x25ecbd34 abx500_mask_and_set_register_interruptible EXPORT_SYMBOL vmlinux 0x25fb5cc7 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x25fd6246 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table EXPORT_SYMBOL vmlinux 0x260e5957 key_task_permission -EXPORT_SYMBOL vmlinux 0x261f3e88 eth_prepare_mac_addr_change -EXPORT_SYMBOL vmlinux 0x262e97ce pci_set_power_state EXPORT_SYMBOL vmlinux 0x263601e8 __dquot_free_space EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions EXPORT_SYMBOL vmlinux 0x263d9da8 clkdev_hw_alloc @@ -6180,14 +6177,16 @@ EXPORT_SYMBOL vmlinux 0x26457543 hmm_mirror_register EXPORT_SYMBOL vmlinux 0x266ab91e of_get_child_by_name EXPORT_SYMBOL vmlinux 0x26705b19 would_dump EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26901b9b netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x2690e6c1 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x26a79260 xfrm_state_insert EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r EXPORT_SYMBOL vmlinux 0x26bbfdbf dma_cache_sync EXPORT_SYMBOL vmlinux 0x26c6bf09 fget -EXPORT_SYMBOL vmlinux 0x26c6d4e9 ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0x26ddcf34 iget_locked +EXPORT_SYMBOL vmlinux 0x26ebbf46 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x26eccb78 eth_prepare_mac_addr_change EXPORT_SYMBOL vmlinux 0x26f68993 __mdiobus_read -EXPORT_SYMBOL vmlinux 0x26fb3f17 tcp_shutdown EXPORT_SYMBOL vmlinux 0x270b126a con_set_default_unimap EXPORT_SYMBOL vmlinux 0x2711d112 of_get_next_child EXPORT_SYMBOL vmlinux 0x27161c49 phy_set_sym_pause @@ -6199,6 +6198,7 @@ EXPORT_SYMBOL vmlinux 0x27566fc0 phy_connect EXPORT_SYMBOL vmlinux 0x2758c1ce locks_delete_block EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x27643bdb netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init EXPORT_SYMBOL vmlinux 0x278417cc seq_pad @@ -6207,15 +6207,14 @@ EXPORT_SYMBOL vmlinux 0x27a8d836 flow_rule_match_ipv4_addrs EXPORT_SYMBOL vmlinux 0x27b31354 devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync EXPORT_SYMBOL vmlinux 0x27bebab7 dma_resv_init -EXPORT_SYMBOL vmlinux 0x27c2e8a7 dev_get_stats EXPORT_SYMBOL vmlinux 0x27c68705 node_states +EXPORT_SYMBOL vmlinux 0x27c7a210 pci_disable_device EXPORT_SYMBOL vmlinux 0x27cbc4d6 blk_mq_requeue_request EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource EXPORT_SYMBOL vmlinux 0x27d034b7 save_stack_trace_tsk EXPORT_SYMBOL vmlinux 0x27dbdc2b devm_nvmem_unregister EXPORT_SYMBOL vmlinux 0x27dcd25a __nla_put_nohdr -EXPORT_SYMBOL vmlinux 0x27e6fc63 xfrm_register_type -EXPORT_SYMBOL vmlinux 0x27f6e89d tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x27e430a4 xfrm_input_resume EXPORT_SYMBOL vmlinux 0x28057cb6 follow_down EXPORT_SYMBOL vmlinux 0x281185bb free_cgroup_ns EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 @@ -6224,16 +6223,16 @@ EXPORT_SYMBOL vmlinux 0x28284f86 __vfs_setxattr EXPORT_SYMBOL vmlinux 0x284196e8 mmc_can_secure_erase_trim EXPORT_SYMBOL vmlinux 0x2846c12b dev_driver_string EXPORT_SYMBOL vmlinux 0x28543569 rproc_add_carveout -EXPORT_SYMBOL vmlinux 0x28550f7e pci_get_class +EXPORT_SYMBOL vmlinux 0x285f605b netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x28601f8b kunmap_high EXPORT_SYMBOL vmlinux 0x286df52b nvm_register EXPORT_SYMBOL vmlinux 0x2873b457 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x2873c8f9 sock_i_uid EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy -EXPORT_SYMBOL vmlinux 0x2889d54f dev_queue_xmit -EXPORT_SYMBOL vmlinux 0x289de60c tcf_block_put +EXPORT_SYMBOL vmlinux 0x287a3c9c tcf_exts_change +EXPORT_SYMBOL vmlinux 0x28994994 pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x28a0019f snd_ctl_notify -EXPORT_SYMBOL vmlinux 0x28b7aa1e udp6_seq_ops EXPORT_SYMBOL vmlinux 0x28bee91b param_ops_long EXPORT_SYMBOL vmlinux 0x28d796b8 xsk_clear_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x28e46d9a jbd2_journal_restart @@ -6241,7 +6240,6 @@ EXPORT_SYMBOL vmlinux 0x28e80c37 vm_numa_stat EXPORT_SYMBOL vmlinux 0x28f4f829 set_device_ro EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond EXPORT_SYMBOL vmlinux 0x29121058 nand_calculate_ecc -EXPORT_SYMBOL vmlinux 0x2933cee2 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0x293f12cb clear_nlink EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu EXPORT_SYMBOL vmlinux 0x294c36a4 snd_ctl_free_one @@ -6251,15 +6249,13 @@ EXPORT_SYMBOL vmlinux 0x2962c698 vfs_create_mount EXPORT_SYMBOL vmlinux 0x2969297a mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0x29718c8a scsi_dma_unmap EXPORT_SYMBOL vmlinux 0x2971aefc snd_info_create_card_entry -EXPORT_SYMBOL vmlinux 0x298c46c2 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x298ccec1 pci_request_irq EXPORT_SYMBOL vmlinux 0x29939b7b qdisc_watchdog_schedule_ns EXPORT_SYMBOL vmlinux 0x29a47fe9 dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0x29b5c1ff shrink_dcache_parent -EXPORT_SYMBOL vmlinux 0x29b66b57 udp_flush_pending_frames -EXPORT_SYMBOL vmlinux 0x29c0215d __ip_options_compile +EXPORT_SYMBOL vmlinux 0x29cb3046 __skb_recv_udp EXPORT_SYMBOL vmlinux 0x29cd1a81 hmm_range_fault EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync -EXPORT_SYMBOL vmlinux 0x29e47c5e sock_register EXPORT_SYMBOL vmlinux 0x29e6d07e igrab EXPORT_SYMBOL vmlinux 0x2a00e48f __block_write_begin EXPORT_SYMBOL vmlinux 0x2a0117cf mmc_can_gpio_ro @@ -6268,56 +6264,50 @@ EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature EXPORT_SYMBOL vmlinux 0x2a361def mipi_dsi_turn_on_peripheral EXPORT_SYMBOL vmlinux 0x2a39d914 cdrom_media_changed EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit -EXPORT_SYMBOL vmlinux 0x2a48e12a tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0x2a561516 tc6393xb_lcd_set_power EXPORT_SYMBOL vmlinux 0x2a565cf3 read_cache_pages EXPORT_SYMBOL vmlinux 0x2a701c68 cdrom_number_of_slots EXPORT_SYMBOL vmlinux 0x2a826de2 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x2a8ef5df udp_gro_complete EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp EXPORT_SYMBOL vmlinux 0x2ab09183 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x2abb8d6e sock_from_file EXPORT_SYMBOL vmlinux 0x2ac785b4 kernel_param_lock EXPORT_SYMBOL vmlinux 0x2acfa402 gen_replace_estimator EXPORT_SYMBOL vmlinux 0x2ad0c1a7 __find_get_block EXPORT_SYMBOL vmlinux 0x2ad3e17b buffer_migrate_page -EXPORT_SYMBOL vmlinux 0x2ae97bff __xfrm_state_delete -EXPORT_SYMBOL vmlinux 0x2b008168 skb_flow_dissect_meta -EXPORT_SYMBOL vmlinux 0x2b2e81e7 pci_bus_write_config_word -EXPORT_SYMBOL vmlinux 0x2b54ca18 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x2b5ab97d _raw_spin_lock_bh EXPORT_SYMBOL vmlinux 0x2b65de34 dcb_ieee_getapp_mask EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer -EXPORT_SYMBOL vmlinux 0x2b7369b5 pci_bus_find_capability EXPORT_SYMBOL vmlinux 0x2b79a9c2 netlink_ack EXPORT_SYMBOL vmlinux 0x2b7ac138 vm_insert_page EXPORT_SYMBOL vmlinux 0x2b873816 fscrypt_zeroout_range -EXPORT_SYMBOL vmlinux 0x2b9288d5 tcf_exts_change EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask EXPORT_SYMBOL vmlinux 0x2b99aec1 write_one_page EXPORT_SYMBOL vmlinux 0x2b9c7db3 prepare_creds EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock EXPORT_SYMBOL vmlinux 0x2bb33077 vscnprintf -EXPORT_SYMBOL vmlinux 0x2bd749f8 inet_frags_fini EXPORT_SYMBOL vmlinux 0x2bdc1634 configfs_undepend_item EXPORT_SYMBOL vmlinux 0x2bf279d5 pps_lookup_dev EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy -EXPORT_SYMBOL vmlinux 0x2c0ccb11 rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar -EXPORT_SYMBOL vmlinux 0x2c277b86 pci_dev_get EXPORT_SYMBOL vmlinux 0x2c2bb6c3 blk_mq_complete_request -EXPORT_SYMBOL vmlinux 0x2c38331c pcie_capability_read_dword -EXPORT_SYMBOL vmlinux 0x2c411e5d sk_free EXPORT_SYMBOL vmlinux 0x2c475fc9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x2c4ded52 inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x2c500987 con_is_visible EXPORT_SYMBOL vmlinux 0x2c65eb9c file_fdatawait_range EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock -EXPORT_SYMBOL vmlinux 0x2c753e79 km_query EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet EXPORT_SYMBOL vmlinux 0x2c9d3756 vsnprintf +EXPORT_SYMBOL vmlinux 0x2cb37ac3 sock_wfree +EXPORT_SYMBOL vmlinux 0x2cc9d4db inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x2cf4349a tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2d0da80a udp_skb_destructor EXPORT_SYMBOL vmlinux 0x2d0e02d3 input_setup_polling EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock EXPORT_SYMBOL vmlinux 0x2d243ffe single_open_size @@ -6332,62 +6322,57 @@ EXPORT_SYMBOL vmlinux 0x2d6402d7 of_find_backlight_by_node EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc EXPORT_SYMBOL vmlinux 0x2d73f3c9 i2c_put_adapter EXPORT_SYMBOL vmlinux 0x2d83002c md_handle_request +EXPORT_SYMBOL vmlinux 0x2d8fae16 __scm_destroy EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr -EXPORT_SYMBOL vmlinux 0x2d9fa7ed napi_gro_frags EXPORT_SYMBOL vmlinux 0x2da81bff _raw_spin_lock_irq EXPORT_SYMBOL vmlinux 0x2db15732 rps_sock_flow_table EXPORT_SYMBOL vmlinux 0x2dbd4ed4 snd_pcm_hw_constraint_minmax EXPORT_SYMBOL vmlinux 0x2dd0009e bio_uninit -EXPORT_SYMBOL vmlinux 0x2ddc4194 skb_checksum_help EXPORT_SYMBOL vmlinux 0x2de6da0d starget_for_each_device EXPORT_SYMBOL vmlinux 0x2de6f277 current_in_userns EXPORT_SYMBOL vmlinux 0x2dec67cd _raw_write_trylock -EXPORT_SYMBOL vmlinux 0x2dfd9f66 arp_create EXPORT_SYMBOL vmlinux 0x2dfee6f7 md_error EXPORT_SYMBOL vmlinux 0x2e01bbec blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x2e10ed6f skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put -EXPORT_SYMBOL vmlinux 0x2e216f74 pci_request_irq -EXPORT_SYMBOL vmlinux 0x2e42d63e seg6_push_hmac EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk EXPORT_SYMBOL vmlinux 0x2e481cdb md_bitmap_end_sync EXPORT_SYMBOL vmlinux 0x2e6654f3 rtc_add_group EXPORT_SYMBOL vmlinux 0x2e754705 tty_vhangup EXPORT_SYMBOL vmlinux 0x2e78bcfe nd_device_notify +EXPORT_SYMBOL vmlinux 0x2ec0ca60 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set EXPORT_SYMBOL vmlinux 0x2ecfd52f generic_listxattr EXPORT_SYMBOL vmlinux 0x2ed6667d unregister_qdisc -EXPORT_SYMBOL vmlinux 0x2eda5f93 tcp_seq_stop EXPORT_SYMBOL vmlinux 0x2ee241f7 dev_mc_unsync EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc EXPORT_SYMBOL vmlinux 0x2f1b0d62 ZSTD_insertBlock -EXPORT_SYMBOL vmlinux 0x2f2e6078 tcf_exts_dump EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security EXPORT_SYMBOL vmlinux 0x2f3d7d74 dma_direct_unmap_page -EXPORT_SYMBOL vmlinux 0x2f45f58b km_state_expired EXPORT_SYMBOL vmlinux 0x2f50cbf5 proc_doulongvec_minmax EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval EXPORT_SYMBOL vmlinux 0x2f5b0fdb gen_pool_alloc_algo_owner EXPORT_SYMBOL vmlinux 0x2f64d526 filemap_fdatawait_range EXPORT_SYMBOL vmlinux 0x2f6ea6d2 radix_tree_iter_resume -EXPORT_SYMBOL vmlinux 0x2f76880a pci_find_capability EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free EXPORT_SYMBOL vmlinux 0x2f7af452 __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0x2f7c3a25 fb_blank EXPORT_SYMBOL vmlinux 0x2f89731c key_revoke EXPORT_SYMBOL vmlinux 0x2f8ba95b gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x2f97d372 revert_creds +EXPORT_SYMBOL vmlinux 0x2f9cd124 inet_csk_accept EXPORT_SYMBOL vmlinux 0x2f9f7846 set_user_nice -EXPORT_SYMBOL vmlinux 0x2fa56b47 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x2fae6519 of_cpu_node_to_id EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc2ef65 __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x2fdb7167 devm_extcon_unregister_notifier_all EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x2fef06bf phy_set_asym_pause EXPORT_SYMBOL vmlinux 0x2ff84c7a fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x300badd5 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0x30275bfb __tracepoint_dma_fence_enable_signal -EXPORT_SYMBOL vmlinux 0x3036439e pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0x3047fbb3 xsk_umem_uses_need_wakeup EXPORT_SYMBOL vmlinux 0x304de155 component_match_add_release EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep @@ -6395,18 +6380,19 @@ EXPORT_SYMBOL vmlinux 0x30a05cf4 netdev_class_remove_file_ns EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 EXPORT_SYMBOL vmlinux 0x30ad509a __quota_error +EXPORT_SYMBOL vmlinux 0x30d180cd napi_consume_skb EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw -EXPORT_SYMBOL vmlinux 0x30e9e192 pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0x30f7a8ed devm_free_irq EXPORT_SYMBOL vmlinux 0x31002071 devfreq_interval_update EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages EXPORT_SYMBOL vmlinux 0x310917fe sort EXPORT_SYMBOL vmlinux 0x310d5250 module_put -EXPORT_SYMBOL vmlinux 0x310e2e27 neigh_lookup EXPORT_SYMBOL vmlinux 0x31118ef7 vme_slot_num +EXPORT_SYMBOL vmlinux 0x31136476 kernel_sendpage EXPORT_SYMBOL vmlinux 0x312174a8 find_get_entry EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312999e9 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x31301461 security_task_getsecid EXPORT_SYMBOL vmlinux 0x3140b7f6 page_get_link EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present @@ -6414,8 +6400,7 @@ EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf EXPORT_SYMBOL vmlinux 0x315aa3fa snd_pcm_hw_constraint_msbits EXPORT_SYMBOL vmlinux 0x315d5a5c tty_driver_kref_put EXPORT_SYMBOL vmlinux 0x31618bac migrate_page -EXPORT_SYMBOL vmlinux 0x31698ea4 tcp_v4_conn_request -EXPORT_SYMBOL vmlinux 0x316f506b dst_discard_out +EXPORT_SYMBOL vmlinux 0x3165b6ea __sk_receive_skb EXPORT_SYMBOL vmlinux 0x317b8837 blk_mq_unique_tag EXPORT_SYMBOL vmlinux 0x318806e8 kmem_cache_alloc_bulk EXPORT_SYMBOL vmlinux 0x31891e4c utf8nagemin @@ -6423,51 +6408,51 @@ EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available EXPORT_SYMBOL vmlinux 0x31aa9a91 mdio_device_reset EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck EXPORT_SYMBOL vmlinux 0x31c747b1 ethtool_op_get_link -EXPORT_SYMBOL vmlinux 0x31d2c845 inet_addr_type_table EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx -EXPORT_SYMBOL vmlinux 0x31f6c3b9 build_skb_around +EXPORT_SYMBOL vmlinux 0x321d3156 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x32240727 console_start EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest -EXPORT_SYMBOL vmlinux 0x325e7e5e xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x3269c20c configfs_unregister_group -EXPORT_SYMBOL vmlinux 0x326c00dd udp_gro_complete +EXPORT_SYMBOL vmlinux 0x3274bc7f nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x32832f85 xfrm_register_km EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy EXPORT_SYMBOL vmlinux 0x328eaa4a max8925_reg_write EXPORT_SYMBOL vmlinux 0x329b03cb unload_nls -EXPORT_SYMBOL vmlinux 0x32abd2b5 audit_log_start EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload -EXPORT_SYMBOL vmlinux 0x32d1b085 sock_create_lite -EXPORT_SYMBOL vmlinux 0x32d22246 xfrm_policy_walk_done -EXPORT_SYMBOL vmlinux 0x32dad916 ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0x32f07f21 bioset_init EXPORT_SYMBOL vmlinux 0x32f2d688 seq_vprintf -EXPORT_SYMBOL vmlinux 0x3303b3b5 sk_alloc +EXPORT_SYMBOL vmlinux 0x32fab8eb pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x330c35d9 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x330e8394 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0x331ad257 of_get_parent +EXPORT_SYMBOL vmlinux 0x33233766 __skb_checksum EXPORT_SYMBOL vmlinux 0x33366891 nd_integrity_init EXPORT_SYMBOL vmlinux 0x33485dc3 rfkill_alloc EXPORT_SYMBOL vmlinux 0x3352330b file_ns_capable -EXPORT_SYMBOL vmlinux 0x336c0471 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x3357aeaf audit_log_start EXPORT_SYMBOL vmlinux 0x33710247 fbcon_set_tileops EXPORT_SYMBOL vmlinux 0x33739a38 unix_get_socket EXPORT_SYMBOL vmlinux 0x33837d84 file_remove_privs EXPORT_SYMBOL vmlinux 0x33941ca3 fixed_size_llseek -EXPORT_SYMBOL vmlinux 0x33a369d6 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x33ae978b dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x33b51c7c mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x33b8e438 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated EXPORT_SYMBOL vmlinux 0x33e13343 bio_copy_data_iter EXPORT_SYMBOL vmlinux 0x33e2ff61 vfs_mkdir EXPORT_SYMBOL vmlinux 0x33e8d3d3 simple_nosetlease EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max EXPORT_SYMBOL vmlinux 0x33fbb9cf update_region -EXPORT_SYMBOL vmlinux 0x33fd3cbe ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x3404715f dst_release +EXPORT_SYMBOL vmlinux 0x340f2c3e inet_shutdown EXPORT_SYMBOL vmlinux 0x3413b5db register_sound_dsp EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset -EXPORT_SYMBOL vmlinux 0x342457d5 __pskb_copy_fclone -EXPORT_SYMBOL vmlinux 0x34266796 sock_i_uid +EXPORT_SYMBOL vmlinux 0x34214dc5 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x342fc1ac ip6_fraglist_init EXPORT_SYMBOL vmlinux 0x34490b0e blk_mq_init_queue -EXPORT_SYMBOL vmlinux 0x344afc53 inet_sendmsg EXPORT_SYMBOL vmlinux 0x34631b4c dma_resv_add_shared_fence EXPORT_SYMBOL vmlinux 0x3470a07d get_tree_bdev EXPORT_SYMBOL vmlinux 0x3471664a give_up_console @@ -6478,45 +6463,48 @@ EXPORT_SYMBOL vmlinux 0x349bc2e6 mdio_device_remove EXPORT_SYMBOL vmlinux 0x349cba85 strchr EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0x34a7795e dm_put_device -EXPORT_SYMBOL vmlinux 0x34b5cdc9 inet_release -EXPORT_SYMBOL vmlinux 0x34d063ee __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x34bffe24 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x34d7d219 iov_iter_revert EXPORT_SYMBOL vmlinux 0x34e39098 get_fs_type EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier EXPORT_SYMBOL vmlinux 0x35174abc vfs_rmdir -EXPORT_SYMBOL vmlinux 0x35185990 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x352e93a8 dma_supported EXPORT_SYMBOL vmlinux 0x35353657 snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x35371ed5 sk_wait_data EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 EXPORT_SYMBOL vmlinux 0x35499e43 vfs_iter_write EXPORT_SYMBOL vmlinux 0x3554e5ce scsi_register_driver EXPORT_SYMBOL vmlinux 0x35587a0d irq_set_chip +EXPORT_SYMBOL vmlinux 0x355d774d pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm -EXPORT_SYMBOL vmlinux 0x3565a211 inet_getname EXPORT_SYMBOL vmlinux 0x35696cb2 hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0x35890283 tty_kref_put EXPORT_SYMBOL vmlinux 0x359b0975 balance_dirty_pages_ratelimited EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 EXPORT_SYMBOL vmlinux 0x35af59a1 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x35bd74b7 netdev_pick_tx EXPORT_SYMBOL vmlinux 0x35be4d6e __d_lookup_done EXPORT_SYMBOL vmlinux 0x35be5dae devfreq_update_status EXPORT_SYMBOL vmlinux 0x35c41ae9 unix_destruct_scm -EXPORT_SYMBOL vmlinux 0x35cae656 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0x35de93be scsi_device_resume EXPORT_SYMBOL vmlinux 0x35e86f34 jbd2_journal_flush EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x35f12f19 pci_request_region EXPORT_SYMBOL vmlinux 0x35f47929 phy_find_first EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable -EXPORT_SYMBOL vmlinux 0x361fa933 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x3613acd2 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x3623d2ad inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0x36588e6a tcp_hashinfo EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365d38cf page_symlink EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const EXPORT_SYMBOL vmlinux 0x366f9c11 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0x3674f638 sound_class +EXPORT_SYMBOL vmlinux 0x36797103 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x367c3153 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x3686567a keyring_alloc EXPORT_SYMBOL vmlinux 0x368cad61 vlan_dev_vlan_id EXPORT_SYMBOL vmlinux 0x369a2bcb __tracepoint_spi_transfer_stop @@ -6525,21 +6513,27 @@ EXPORT_SYMBOL vmlinux 0x36c4f6a2 tty_name EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x36e371d3 bd_set_size EXPORT_SYMBOL vmlinux 0x36e93182 fscrypt_inherit_context +EXPORT_SYMBOL vmlinux 0x36ec7716 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x36f9034b __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x36fe19ee eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x37018146 do_clone_file_range -EXPORT_SYMBOL vmlinux 0x3739d106 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x3721b405 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x373214d0 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x373edc5c dev_get_by_name EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x374b47eb ZSTD_findDecompressedSize +EXPORT_SYMBOL vmlinux 0x375235c7 pci_irq_get_node EXPORT_SYMBOL vmlinux 0x37543a1d simple_fill_super EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe -EXPORT_SYMBOL vmlinux 0x37571bee netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x37600c17 inet6_protos EXPORT_SYMBOL vmlinux 0x378975c4 of_phy_attach EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37b022f9 sg_split EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs -EXPORT_SYMBOL vmlinux 0x37c9fdc0 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f9f71b pci_reenable_device EXPORT_SYMBOL vmlinux 0x380de82d mdiobus_unregister_device EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock @@ -6547,6 +6541,7 @@ EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup EXPORT_SYMBOL vmlinux 0x386ea0a0 inode_insert5 EXPORT_SYMBOL vmlinux 0x3872680b vme_register_bridge EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38918a48 xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x3894fcce vfs_get_fsid EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure @@ -6554,13 +6549,17 @@ EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 EXPORT_SYMBOL vmlinux 0x389f8877 flow_block_cb_setup_simple EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback -EXPORT_SYMBOL vmlinux 0x38e055ef tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x38bef19b tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x38e6a43f user_path_at_empty -EXPORT_SYMBOL vmlinux 0x39251ad0 eth_header_cache +EXPORT_SYMBOL vmlinux 0x38f072a2 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x39005832 rt6_lookup +EXPORT_SYMBOL vmlinux 0x39053d27 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x390fa591 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x39175953 pci_bus_find_capability EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p EXPORT_SYMBOL vmlinux 0x394ff975 of_pci_range_to_resource -EXPORT_SYMBOL vmlinux 0x39609c80 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x3951d177 netif_rx EXPORT_SYMBOL vmlinux 0x396bb8f2 of_get_compatible_child EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit EXPORT_SYMBOL vmlinux 0x39916612 dev_uc_sync_multiple @@ -6573,72 +6572,66 @@ EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty EXPORT_SYMBOL vmlinux 0x39c6a085 security_inode_notifysecctx EXPORT_SYMBOL vmlinux 0x39c88fd5 flush_rcu_work -EXPORT_SYMBOL vmlinux 0x39d01bfc xfrm_unregister_type_offload -EXPORT_SYMBOL vmlinux 0x39f9574c skb_copy_expand EXPORT_SYMBOL vmlinux 0x39fdfeca mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x39fed623 eth_header_cache EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc -EXPORT_SYMBOL vmlinux 0x3a2a5814 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x3a2cbd05 __inet_stream_connect EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table EXPORT_SYMBOL vmlinux 0x3a452b4c bio_integrity_trim EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized EXPORT_SYMBOL vmlinux 0x3a5a9b63 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x3a6a30be eth_gro_receive EXPORT_SYMBOL vmlinux 0x3a6a9600 genphy_read_status EXPORT_SYMBOL vmlinux 0x3a6d52da alloc_fddidev -EXPORT_SYMBOL vmlinux 0x3a7037ed unlock_page_memcg EXPORT_SYMBOL vmlinux 0x3a7187ea d_tmpfile EXPORT_SYMBOL vmlinux 0x3aa22dee snd_timer_new -EXPORT_SYMBOL vmlinux 0x3aacb52b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x3aaf225c __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer EXPORT_SYMBOL vmlinux 0x3ac1bc5c fs_context_for_mount EXPORT_SYMBOL vmlinux 0x3acbbbff configfs_register_subsystem EXPORT_SYMBOL vmlinux 0x3ad1e35f generic_permission EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg -EXPORT_SYMBOL vmlinux 0x3af5d272 __dev_get_by_flags -EXPORT_SYMBOL vmlinux 0x3b053986 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x3af261cb pci_enable_wake +EXPORT_SYMBOL vmlinux 0x3b15352d sk_ns_capable EXPORT_SYMBOL vmlinux 0x3b16478f qdisc_warn_nonwc EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set EXPORT_SYMBOL vmlinux 0x3b3042c1 filemap_fdatawrite -EXPORT_SYMBOL vmlinux 0x3b34758c dev_get_by_index -EXPORT_SYMBOL vmlinux 0x3b504ab9 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x3b534696 dquot_drop -EXPORT_SYMBOL vmlinux 0x3b629dfd netdev_lower_get_next_private_rcu -EXPORT_SYMBOL vmlinux 0x3b630260 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3b5c0a9b pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left -EXPORT_SYMBOL vmlinux 0x3b6493b4 iptun_encaps EXPORT_SYMBOL vmlinux 0x3b697738 _raw_read_lock EXPORT_SYMBOL vmlinux 0x3b846aa3 __sb_end_write EXPORT_SYMBOL vmlinux 0x3b917bbf complete_and_exit EXPORT_SYMBOL vmlinux 0x3b9a2131 jbd2_journal_force_commit_nested EXPORT_SYMBOL vmlinux 0x3b9a5576 delete_from_page_cache -EXPORT_SYMBOL vmlinux 0x3b9faf0e sock_common_recvmsg -EXPORT_SYMBOL vmlinux 0x3bbd7759 __sock_create EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base -EXPORT_SYMBOL vmlinux 0x3bddf6b9 netpoll_setup EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free -EXPORT_SYMBOL vmlinux 0x3bea5a18 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x3bebeb04 __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x3bedbb85 snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x3befd0a6 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x3c00ce4a md_cluster_ops EXPORT_SYMBOL vmlinux 0x3c05c243 netlink_broadcast_filtered -EXPORT_SYMBOL vmlinux 0x3c088193 kernel_getpeername -EXPORT_SYMBOL vmlinux 0x3c172ad2 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c361748 noop_qdisc EXPORT_SYMBOL vmlinux 0x3c3cb489 set_disk_ro EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf EXPORT_SYMBOL vmlinux 0x3c5067b3 __close_fd EXPORT_SYMBOL vmlinux 0x3c60315c ioremap_cache -EXPORT_SYMBOL vmlinux 0x3c61f02f inet_put_port +EXPORT_SYMBOL vmlinux 0x3c69590a pci_disable_msi +EXPORT_SYMBOL vmlinux 0x3c78a6ac seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull -EXPORT_SYMBOL vmlinux 0x3c8a0298 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x3ca0e365 pci_enable_device EXPORT_SYMBOL vmlinux 0x3cb2e99d get_disk_and_module EXPORT_SYMBOL vmlinux 0x3cb6b47e cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x3cdb6948 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d0210ea tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x3d0e82a4 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x3d179f3f __destroy_inode EXPORT_SYMBOL vmlinux 0x3d1dfe72 vmf_insert_pfn -EXPORT_SYMBOL vmlinux 0x3d21843f seg6_hmac_info_del -EXPORT_SYMBOL vmlinux 0x3d3921be tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d409140 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0x3d52fb7f unregister_sysctl_table EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload EXPORT_SYMBOL vmlinux 0x3d607b70 twl6040_get_vibralr_status @@ -6646,8 +6639,8 @@ EXPORT_SYMBOL vmlinux 0x3d665d82 __ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0x3d7e650a sget_fc EXPORT_SYMBOL vmlinux 0x3d86abac param_set_ushort EXPORT_SYMBOL vmlinux 0x3d8e3337 dquot_free_inode -EXPORT_SYMBOL vmlinux 0x3d912171 passthru_features_check -EXPORT_SYMBOL vmlinux 0x3d9acad0 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x3d9c8242 nf_reinject +EXPORT_SYMBOL vmlinux 0x3da36687 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x3daf7ded xsk_set_tx_need_wakeup EXPORT_SYMBOL vmlinux 0x3db43b4d fs_parse EXPORT_SYMBOL vmlinux 0x3dc09b21 scsi_remove_target @@ -6661,35 +6654,34 @@ EXPORT_SYMBOL vmlinux 0x3e0b4629 elm_decode_bch_error_page EXPORT_SYMBOL vmlinux 0x3e0b729a netlbl_calipso_ops_register EXPORT_SYMBOL vmlinux 0x3e0da42b may_umount_tree EXPORT_SYMBOL vmlinux 0x3e184ee4 mmc_of_parse_voltage -EXPORT_SYMBOL vmlinux 0x3e1d08ca netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x3e22ca4a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x3e241318 tcp_connect EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc EXPORT_SYMBOL vmlinux 0x3e2be84f blk_set_runtime_active -EXPORT_SYMBOL vmlinux 0x3e332133 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x3e40a5ba complete_request_key EXPORT_SYMBOL vmlinux 0x3e416c3e fs_lookup_param EXPORT_SYMBOL vmlinux 0x3e51158e fscrypt_setup_filename EXPORT_SYMBOL vmlinux 0x3e690059 flow_rule_match_enc_ports EXPORT_SYMBOL vmlinux 0x3e6ce5f2 generic_block_bmap -EXPORT_SYMBOL vmlinux 0x3e6e630e pci_request_region EXPORT_SYMBOL vmlinux 0x3e757669 dquot_quota_off EXPORT_SYMBOL vmlinux 0x3e7aa2a2 to_ndd EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync EXPORT_SYMBOL vmlinux 0x3e9d3f58 dev_uc_init -EXPORT_SYMBOL vmlinux 0x3ea67578 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3ea4ef07 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x3ec490a3 fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0x3ed104a5 xa_set_mark EXPORT_SYMBOL vmlinux 0x3ef6838a get_user_pages EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id -EXPORT_SYMBOL vmlinux 0x3f0aa145 nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x3f0efb6e max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x3f1644e8 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x3f2dfbc8 fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0x3f2e6a58 nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0x3f3d4d80 file_modified EXPORT_SYMBOL vmlinux 0x3f417fce set_create_files_as EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd EXPORT_SYMBOL vmlinux 0x3f46b713 qdisc_tree_reduce_backlog -EXPORT_SYMBOL vmlinux 0x3f4a5326 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5102f0 tcp_init_sock EXPORT_SYMBOL vmlinux 0x3f54bda4 set_binfmt EXPORT_SYMBOL vmlinux 0x3f55f687 vme_irq_generate EXPORT_SYMBOL vmlinux 0x3f62d048 dma_fence_init @@ -6697,22 +6689,20 @@ EXPORT_SYMBOL vmlinux 0x3f690f26 kobject_init EXPORT_SYMBOL vmlinux 0x3f75cb10 prepare_kernel_cred EXPORT_SYMBOL vmlinux 0x3f88c8ae refcount_dec_and_lock EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8b2daf skb_checksum_help EXPORT_SYMBOL vmlinux 0x3f8bb74e get_tree_single_reconf -EXPORT_SYMBOL vmlinux 0x3f924953 pci_scan_slot EXPORT_SYMBOL vmlinux 0x3f93dfc9 try_to_free_buffers EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region EXPORT_SYMBOL vmlinux 0x3fea538c hdmi_avi_infoframe_pack -EXPORT_SYMBOL vmlinux 0x3fed905b qdisc_reset +EXPORT_SYMBOL vmlinux 0x3ff7eb25 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x3ffb2066 devm_get_clk_from_child -EXPORT_SYMBOL vmlinux 0x40149909 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0x40221542 of_translate_address EXPORT_SYMBOL vmlinux 0x40271221 logfc -EXPORT_SYMBOL vmlinux 0x402b0d46 tcp_close EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x4046aa8b __cgroup_bpf_run_filter_getsockopt -EXPORT_SYMBOL vmlinux 0x40582fd8 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x40608d7b __neigh_event_send EXPORT_SYMBOL vmlinux 0x406eafb5 uart_get_baud_rate EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma @@ -6720,40 +6710,39 @@ EXPORT_SYMBOL vmlinux 0x408d2668 of_find_i2c_device_by_node EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b2c169 netdev_notify_peers EXPORT_SYMBOL vmlinux 0x40b51c05 __sysfs_match_string -EXPORT_SYMBOL vmlinux 0x40c1b0c5 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c8c2b1 sockfd_lookup EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d33d8a dst_release_immediate EXPORT_SYMBOL vmlinux 0x40d402ad do_wait_intr EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler -EXPORT_SYMBOL vmlinux 0x40e1556c udp_seq_stop -EXPORT_SYMBOL vmlinux 0x40e976f4 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x40ed8ec0 brioctl_set EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 EXPORT_SYMBOL vmlinux 0x40f24f4b xsk_umem_discard_addr EXPORT_SYMBOL vmlinux 0x40fa1d84 bio_list_copy_data EXPORT_SYMBOL vmlinux 0x40fa68a3 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x40fe10e1 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x4108a46b netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc -EXPORT_SYMBOL vmlinux 0x4161260f sock_no_sendmsg EXPORT_SYMBOL vmlinux 0x4166b2af vc_resize EXPORT_SYMBOL vmlinux 0x417d3d40 get_mem_type EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command EXPORT_SYMBOL vmlinux 0x41910e06 to_nd_btt -EXPORT_SYMBOL vmlinux 0x41985154 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x41ac738c mmc_cqe_request_done EXPORT_SYMBOL vmlinux 0x41b7535f unregister_mtd_chip_driver -EXPORT_SYMBOL vmlinux 0x41b77d51 __inet_stream_connect EXPORT_SYMBOL vmlinux 0x41baac92 posix_test_lock EXPORT_SYMBOL vmlinux 0x41bb84fc dma_fence_remove_callback EXPORT_SYMBOL vmlinux 0x41ce4393 blk_mq_stop_hw_queue EXPORT_SYMBOL vmlinux 0x41de5e3b clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x41efdafc default_qdisc_ops EXPORT_SYMBOL vmlinux 0x41f4b6d1 blk_mq_tag_to_rq -EXPORT_SYMBOL vmlinux 0x42106606 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x42027872 netif_device_detach EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue EXPORT_SYMBOL vmlinux 0x4216e161 scsi_add_host_with_dma -EXPORT_SYMBOL vmlinux 0x422a8603 pcibios_bus_to_resource -EXPORT_SYMBOL vmlinux 0x422d7051 sock_efree EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp @@ -6761,19 +6750,22 @@ EXPORT_SYMBOL vmlinux 0x4253aa7e down_write EXPORT_SYMBOL vmlinux 0x42604384 ucs2_strncmp EXPORT_SYMBOL vmlinux 0x4284205c misc_register EXPORT_SYMBOL vmlinux 0x429462e6 _dev_err -EXPORT_SYMBOL vmlinux 0x4294e008 rt_dst_alloc EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all -EXPORT_SYMBOL vmlinux 0x42b2347b ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x42a3fd9e tcp_ioctl EXPORT_SYMBOL vmlinux 0x42c22887 register_filesystem EXPORT_SYMBOL vmlinux 0x42c2525b finalize_exec EXPORT_SYMBOL vmlinux 0x42ca99d2 mmc_command_done +EXPORT_SYMBOL vmlinux 0x42d10a79 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x42d5e495 mr_dump EXPORT_SYMBOL vmlinux 0x42d62a7e blkdev_issue_write_same EXPORT_SYMBOL vmlinux 0x42e57c21 param_get_byte +EXPORT_SYMBOL vmlinux 0x42e8596e dev_change_proto_down EXPORT_SYMBOL vmlinux 0x42eb6576 snd_pcm_lib_free_vmalloc_buffer EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42fc578a sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x4300b380 pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages EXPORT_SYMBOL vmlinux 0x43241354 rproc_elf_load_rsc_table -EXPORT_SYMBOL vmlinux 0x43342efc xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 EXPORT_SYMBOL vmlinux 0x4343cf87 phy_device_remove EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid @@ -6784,53 +6776,52 @@ EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security EXPORT_SYMBOL vmlinux 0x438bcade d_instantiate_new EXPORT_SYMBOL vmlinux 0x43961403 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x439b23e6 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x439ebf2c blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x43a2b70a tcf_block_put_ext EXPORT_SYMBOL vmlinux 0x43c6abef bprm_change_interp EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key EXPORT_SYMBOL vmlinux 0x43fe864e clk_get EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444a77c5 neigh_event_ns EXPORT_SYMBOL vmlinux 0x444cc8ed tcp_md5_needed EXPORT_SYMBOL vmlinux 0x445dbb66 bdev_stack_limits EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul EXPORT_SYMBOL vmlinux 0x447a400c tty_insert_flip_string_fixed_flag -EXPORT_SYMBOL vmlinux 0x447b2092 xfrm_state_walk_done -EXPORT_SYMBOL vmlinux 0x448b18a2 __skb_get_hash -EXPORT_SYMBOL vmlinux 0x44924640 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x448bf101 km_policy_expired EXPORT_SYMBOL vmlinux 0x44993ee6 seq_lseek EXPORT_SYMBOL vmlinux 0x44af406b dma_get_sgtable_attrs EXPORT_SYMBOL vmlinux 0x44b2893d padata_remove_cpu EXPORT_SYMBOL vmlinux 0x44b50150 devm_mfd_add_devices -EXPORT_SYMBOL vmlinux 0x44c61e92 ether_setup EXPORT_SYMBOL vmlinux 0x44c9dc6c percpu_counter_destroy EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic EXPORT_SYMBOL vmlinux 0x44e9a829 match_token EXPORT_SYMBOL vmlinux 0x44ee5dab mdio_device_free EXPORT_SYMBOL vmlinux 0x44f69403 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x44fdb706 snd_pci_quirk_lookup EXPORT_SYMBOL vmlinux 0x45006cee default_red EXPORT_SYMBOL vmlinux 0x45017821 __i2c_transfer EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id -EXPORT_SYMBOL vmlinux 0x450f8784 napi_get_frags EXPORT_SYMBOL vmlinux 0x45154cbe dcbnl_cee_notify -EXPORT_SYMBOL vmlinux 0x452477b6 inet_frag_find EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled EXPORT_SYMBOL vmlinux 0x454a7407 generic_write_checks EXPORT_SYMBOL vmlinux 0x45601ae0 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x45624282 netif_receive_skb EXPORT_SYMBOL vmlinux 0x4562a134 __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0x4563732f writeback_inodes_sb EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user EXPORT_SYMBOL vmlinux 0x457ffe08 of_phy_is_fixed_link EXPORT_SYMBOL vmlinux 0x4583bce6 of_get_i2c_adapter_by_node -EXPORT_SYMBOL vmlinux 0x45932def dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0x4598a47c devm_of_clk_del_provider EXPORT_SYMBOL vmlinux 0x45a3c217 of_device_register EXPORT_SYMBOL vmlinux 0x45a4a53f forget_cached_acl +EXPORT_SYMBOL vmlinux 0x45ba6e18 pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low EXPORT_SYMBOL vmlinux 0x45e5d662 mipi_dsi_dcs_set_display_on EXPORT_SYMBOL vmlinux 0x45e5e7ba __kernel_write -EXPORT_SYMBOL vmlinux 0x45ea1f94 poll_freewait EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 EXPORT_SYMBOL vmlinux 0x46068ac6 vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0x460f32e2 cdev_alloc @@ -6838,58 +6829,52 @@ EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy EXPORT_SYMBOL vmlinux 0x462ef7ae __cleancache_put_page EXPORT_SYMBOL vmlinux 0x462efd6b snd_ctl_rename_id -EXPORT_SYMBOL vmlinux 0x4631f5e7 nf_log_set +EXPORT_SYMBOL vmlinux 0x4652e73f tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size EXPORT_SYMBOL vmlinux 0x4690e27b vme_bus_type EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option EXPORT_SYMBOL vmlinux 0x46c387d0 snd_ctl_unregister_ioctl EXPORT_SYMBOL vmlinux 0x46c70388 d_drop EXPORT_SYMBOL vmlinux 0x46d1cf4b nla_put -EXPORT_SYMBOL vmlinux 0x46d221b2 pcie_set_mps EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 EXPORT_SYMBOL vmlinux 0x46d8953f rc5t583_ext_power_req_config EXPORT_SYMBOL vmlinux 0x46f64b1c of_phy_find_device EXPORT_SYMBOL vmlinux 0x471c1c92 mmc_detect_card_removed -EXPORT_SYMBOL vmlinux 0x472bec96 tc_setup_cb_add -EXPORT_SYMBOL vmlinux 0x47368910 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x4736ef74 inode_permission EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy -EXPORT_SYMBOL vmlinux 0x4758470d tcp_child_process -EXPORT_SYMBOL vmlinux 0x475ecd75 neigh_parms_release EXPORT_SYMBOL vmlinux 0x4764d504 security_sock_graft +EXPORT_SYMBOL vmlinux 0x4769f115 netdev_refcnt_read EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev -EXPORT_SYMBOL vmlinux 0x4781b014 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x477540d5 ip_setsockopt EXPORT_SYMBOL vmlinux 0x478d9b84 ZSTD_isFrame EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next -EXPORT_SYMBOL vmlinux 0x47a314e4 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x47a31e9b nf_register_sockopt EXPORT_SYMBOL vmlinux 0x47aa05ce phy_start +EXPORT_SYMBOL vmlinux 0x47adb828 tcp_time_wait EXPORT_SYMBOL vmlinux 0x47b2f15f vme_dma_request EXPORT_SYMBOL vmlinux 0x47b43a1d kthread_blkcg -EXPORT_SYMBOL vmlinux 0x47b59f98 netif_rx_ni EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier EXPORT_SYMBOL vmlinux 0x47d1c3db follow_down_one -EXPORT_SYMBOL vmlinux 0x47db2fa8 netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range EXPORT_SYMBOL vmlinux 0x47ec234b __inc_node_page_state EXPORT_SYMBOL vmlinux 0x47f757de elf_platform -EXPORT_SYMBOL vmlinux 0x480efda0 pcie_capability_clear_and_set_dword -EXPORT_SYMBOL vmlinux 0x48156754 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x47fb1228 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x480bac1f xfrm_policy_walk EXPORT_SYMBOL vmlinux 0x4818d3bd bdi_alloc_node -EXPORT_SYMBOL vmlinux 0x4822d180 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x48297279 proc_create_data +EXPORT_SYMBOL vmlinux 0x482a9217 pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x482f96c7 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x48388f68 dev_set_group EXPORT_SYMBOL vmlinux 0x4842d02e of_find_node_by_phandle EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 EXPORT_SYMBOL vmlinux 0x4853ef00 mipi_dsi_dcs_get_pixel_format -EXPORT_SYMBOL vmlinux 0x4857d2e0 inet_select_addr EXPORT_SYMBOL vmlinux 0x48592753 phy_init_hw EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days -EXPORT_SYMBOL vmlinux 0x4868e0a2 skb_queue_head +EXPORT_SYMBOL vmlinux 0x486a3166 pci_irq_vector EXPORT_SYMBOL vmlinux 0x486b53c9 mipi_dsi_dcs_get_power_mode -EXPORT_SYMBOL vmlinux 0x4876de2e pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x487c7f03 __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x48845845 put_tty_driver EXPORT_SYMBOL vmlinux 0x488b8010 nvm_unregister EXPORT_SYMBOL vmlinux 0x48953e32 mmc_release_host @@ -6897,17 +6882,15 @@ EXPORT_SYMBOL vmlinux 0x489743a5 no_llseek EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free -EXPORT_SYMBOL vmlinux 0x48ba28c3 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0x48bb80db hex2bin EXPORT_SYMBOL vmlinux 0x48be0179 __frontswap_load EXPORT_SYMBOL vmlinux 0x48cb057c register_sysctl_table +EXPORT_SYMBOL vmlinux 0x48e3ee00 xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x48e49c9f d_find_alias -EXPORT_SYMBOL vmlinux 0x48ed8f80 tcf_block_get EXPORT_SYMBOL vmlinux 0x48f02458 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x48f6a3cc inet_offloads EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert EXPORT_SYMBOL vmlinux 0x490586ab nd_dev_to_uuid -EXPORT_SYMBOL vmlinux 0x490728b3 scm_detach_fds -EXPORT_SYMBOL vmlinux 0x4929dd24 skb_ensure_writable EXPORT_SYMBOL vmlinux 0x492a0dab mmc_wait_for_cmd EXPORT_SYMBOL vmlinux 0x492e28e0 mmc_request_done EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks @@ -6915,59 +6898,59 @@ EXPORT_SYMBOL vmlinux 0x493c3bac d_instantiate EXPORT_SYMBOL vmlinux 0x4943afb9 cred_fscmp EXPORT_SYMBOL vmlinux 0x495f5375 end_buffer_write_sync EXPORT_SYMBOL vmlinux 0x497d901e rproc_report_crash +EXPORT_SYMBOL vmlinux 0x49803e49 pskb_extract EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait EXPORT_SYMBOL vmlinux 0x49992abc mtd_concat_create EXPORT_SYMBOL vmlinux 0x499d1bb6 dm_kcopyd_zero EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum -EXPORT_SYMBOL vmlinux 0x49a638b7 sock_from_file +EXPORT_SYMBOL vmlinux 0x49a2b3ee sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x49ab8917 import_single_range -EXPORT_SYMBOL vmlinux 0x49b99ef5 neigh_update EXPORT_SYMBOL vmlinux 0x49bfb0ba __d_drop EXPORT_SYMBOL vmlinux 0x49c89bff block_truncate_page EXPORT_SYMBOL vmlinux 0x49ca16b3 dquot_get_next_dqblk EXPORT_SYMBOL vmlinux 0x49d3457a cpumask_any_but EXPORT_SYMBOL vmlinux 0x49ddc025 flow_rule_match_ipv6_addrs EXPORT_SYMBOL vmlinux 0x49dec644 mipi_dsi_generic_write -EXPORT_SYMBOL vmlinux 0x49e25cac __sk_receive_skb EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup +EXPORT_SYMBOL vmlinux 0x49fcb3bf __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x4a008ad0 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x4a095bc1 vme_new_dma_list -EXPORT_SYMBOL vmlinux 0x4a0b78e3 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x4a247a60 mipi_dsi_dcs_read EXPORT_SYMBOL vmlinux 0x4a290b49 crypto_sha256_update EXPORT_SYMBOL vmlinux 0x4a2eac79 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x4a367f2f pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card -EXPORT_SYMBOL vmlinux 0x4a501dfd vlan_ioctl_set EXPORT_SYMBOL vmlinux 0x4a51b8ef dcache_dir_open EXPORT_SYMBOL vmlinux 0x4a607a20 devfreq_monitor_stop EXPORT_SYMBOL vmlinux 0x4a711925 of_get_pci_address -EXPORT_SYMBOL vmlinux 0x4a74e920 xfrm_find_acq EXPORT_SYMBOL vmlinux 0x4a78d7ab i2c_smbus_write_word_data EXPORT_SYMBOL vmlinux 0x4a8d120c dm_get_device -EXPORT_SYMBOL vmlinux 0x4a93cbff sock_create EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4aa6fea2 proc_remove EXPORT_SYMBOL vmlinux 0x4aa8152b jbd2_journal_clear_err -EXPORT_SYMBOL vmlinux 0x4aa8f5a7 noop_qdisc -EXPORT_SYMBOL vmlinux 0x4ad43d86 udp_ioctl -EXPORT_SYMBOL vmlinux 0x4add1d7e qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x4aac7cf1 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x4addec36 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x4ade8b2e kstrtou8_from_user EXPORT_SYMBOL vmlinux 0x4afb34f9 amba_find_device EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize EXPORT_SYMBOL vmlinux 0x4b154f8d open_with_fake_path EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x4b2478ff dev_printk_emit +EXPORT_SYMBOL vmlinux 0x4b2c48cc xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x4b39155a inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0x4b473ec6 security_cred_getsecid EXPORT_SYMBOL vmlinux 0x4b496e70 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down +EXPORT_SYMBOL vmlinux 0x4b4bc737 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x4b4d2f0b proc_set_size EXPORT_SYMBOL vmlinux 0x4b5595e3 __register_chrdev -EXPORT_SYMBOL vmlinux 0x4b5794af xfrm_state_walk EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback EXPORT_SYMBOL vmlinux 0x4b6032d8 vlan_vid_del EXPORT_SYMBOL vmlinux 0x4b6a83ab touchscreen_parse_properties EXPORT_SYMBOL vmlinux 0x4b70ee48 flow_rule_match_enc_opts -EXPORT_SYMBOL vmlinux 0x4b7bca9f tcp_req_err +EXPORT_SYMBOL vmlinux 0x4b764bc8 udp_lib_unhash EXPORT_SYMBOL vmlinux 0x4b7e4e9a reuseport_add_sock EXPORT_SYMBOL vmlinux 0x4b84457f dev_mc_add EXPORT_SYMBOL vmlinux 0x4b8a12ad phy_ethtool_set_link_ksettings @@ -6979,15 +6962,14 @@ EXPORT_SYMBOL vmlinux 0x4ba296d3 tty_port_destroy EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bb325b4 vfs_readlink EXPORT_SYMBOL vmlinux 0x4bbdd164 scsi_eh_prep_cmnd -EXPORT_SYMBOL vmlinux 0x4bc081c6 inet_addr_type_dev_table -EXPORT_SYMBOL vmlinux 0x4bcc6d13 eth_type_trans EXPORT_SYMBOL vmlinux 0x4bd5394c default_llseek EXPORT_SYMBOL vmlinux 0x4bd9b97e snd_timer_continue +EXPORT_SYMBOL vmlinux 0x4bdf1927 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4beb5efd rt_dst_clone EXPORT_SYMBOL vmlinux 0x4becd3b3 uart_update_timeout EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name EXPORT_SYMBOL vmlinux 0x4bf78529 fasync_helper -EXPORT_SYMBOL vmlinux 0x4bf9d36b tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 EXPORT_SYMBOL vmlinux 0x4c086dc1 snd_power_wait EXPORT_SYMBOL vmlinux 0x4c13823a finish_open @@ -6999,16 +6981,16 @@ EXPORT_SYMBOL vmlinux 0x4c30c74c snd_timer_pause EXPORT_SYMBOL vmlinux 0x4c3240b0 generic_file_splice_read EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast -EXPORT_SYMBOL vmlinux 0x4c576b15 dev_disable_lro EXPORT_SYMBOL vmlinux 0x4c6072a1 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x4c62ac0f tcp_recvmsg EXPORT_SYMBOL vmlinux 0x4c6858bd kmem_cache_free_bulk -EXPORT_SYMBOL vmlinux 0x4c6ee864 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x4c863a80 inet_frag_find EXPORT_SYMBOL vmlinux 0x4c9361d5 dquot_scan_active EXPORT_SYMBOL vmlinux 0x4c98fcbb of_device_is_big_endian -EXPORT_SYMBOL vmlinux 0x4c9b12e1 eth_header EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x4cbf0eb5 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x4ce1591b netif_carrier_off EXPORT_SYMBOL vmlinux 0x4d097809 filp_close -EXPORT_SYMBOL vmlinux 0x4d0b5c73 sk_reset_timer EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page EXPORT_SYMBOL vmlinux 0x4d11c4f6 generic_file_open EXPORT_SYMBOL vmlinux 0x4d25f50f of_graph_get_next_endpoint @@ -7022,10 +7004,13 @@ EXPORT_SYMBOL vmlinux 0x4d634803 _raw_write_lock_irq EXPORT_SYMBOL vmlinux 0x4d66680a mnt_drop_write_file EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block EXPORT_SYMBOL vmlinux 0x4d7e661c discard_new_inode +EXPORT_SYMBOL vmlinux 0x4d926496 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x4d946480 pneigh_enqueue EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size EXPORT_SYMBOL vmlinux 0x4da6851b cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4db3fde1 neigh_seq_start EXPORT_SYMBOL vmlinux 0x4dcdfc1d of_device_unregister EXPORT_SYMBOL vmlinux 0x4dd497f8 nand_bch_correct_data EXPORT_SYMBOL vmlinux 0x4ddfa806 md_bitmap_endwrite @@ -7033,67 +7018,66 @@ EXPORT_SYMBOL vmlinux 0x4dec1141 is_nvdimm_bus_locked EXPORT_SYMBOL vmlinux 0x4dec6038 memscan EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read -EXPORT_SYMBOL vmlinux 0x4df59165 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0x4dffb54e rproc_add EXPORT_SYMBOL vmlinux 0x4e051cf6 clear_wb_congested EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node EXPORT_SYMBOL vmlinux 0x4e2df12c security_inode_listsecurity EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl -EXPORT_SYMBOL vmlinux 0x4e3236ca neigh_direct_output EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int EXPORT_SYMBOL vmlinux 0x4e3959a9 blk_queue_max_write_zeroes_sectors -EXPORT_SYMBOL vmlinux 0x4e483ac6 neigh_for_each +EXPORT_SYMBOL vmlinux 0x4e3995fa skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e5a94a0 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x4e5af6ee filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4e5fe329 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console EXPORT_SYMBOL vmlinux 0x4e7364b1 devfreq_recommended_opp EXPORT_SYMBOL vmlinux 0x4e7366b1 genphy_aneg_done EXPORT_SYMBOL vmlinux 0x4e8b19d0 freeze_bdev -EXPORT_SYMBOL vmlinux 0x4e914aca __xfrm_route_forward EXPORT_SYMBOL vmlinux 0x4eaa7194 devfreq_unregister_opp_notifier -EXPORT_SYMBOL vmlinux 0x4ec8d69c __neigh_create -EXPORT_SYMBOL vmlinux 0x4ecc57db netif_receive_skb EXPORT_SYMBOL vmlinux 0x4ed861d6 find_get_pages_contig EXPORT_SYMBOL vmlinux 0x4ee0e846 ZSTD_initDCtx EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc EXPORT_SYMBOL vmlinux 0x4f13b3ef inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x4f1412cb skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x4f1ac491 inet_gro_receive EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create -EXPORT_SYMBOL vmlinux 0x4f21fc71 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 EXPORT_SYMBOL vmlinux 0x4f22d6f9 completion_done -EXPORT_SYMBOL vmlinux 0x4f24a378 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0x4f256b30 locks_init_lock EXPORT_SYMBOL vmlinux 0x4f26ded3 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x4f4fb46a udp_poll EXPORT_SYMBOL vmlinux 0x4f569247 dcache_readdir EXPORT_SYMBOL vmlinux 0x4f601e7a netlink_capable EXPORT_SYMBOL vmlinux 0x4f6a8de4 scsi_vpd_lun_id -EXPORT_SYMBOL vmlinux 0x4f7a3e3d neigh_connected_output -EXPORT_SYMBOL vmlinux 0x4f7cab18 arp_send EXPORT_SYMBOL vmlinux 0x4f814162 snd_pcm_create_iec958_consumer EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free EXPORT_SYMBOL vmlinux 0x4fa0f2e4 scsi_print_result EXPORT_SYMBOL vmlinux 0x4fa417ce dma_fence_array_create EXPORT_SYMBOL vmlinux 0x4fb0ff0c vfs_dedupe_file_range -EXPORT_SYMBOL vmlinux 0x4fb7567e dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x4fb483bb sk_reset_timer EXPORT_SYMBOL vmlinux 0x4fc33cec get_tz_trend -EXPORT_SYMBOL vmlinux 0x4fd200f8 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x4fcdd01c tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x4fe52bda snd_timer_close EXPORT_SYMBOL vmlinux 0x4fed8936 configfs_register_group EXPORT_SYMBOL vmlinux 0x4ff7938d d_prune_aliases EXPORT_SYMBOL vmlinux 0x4fffe591 i2c_transfer EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x502ab5ab tcp_splice_read EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node +EXPORT_SYMBOL vmlinux 0x503a6bcf tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges EXPORT_SYMBOL vmlinux 0x503c1f17 empty_aops -EXPORT_SYMBOL vmlinux 0x5055d1c7 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x506ae525 __icmp_send EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50762be2 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x50779513 napi_gro_frags EXPORT_SYMBOL vmlinux 0x507cfca6 remap_vmalloc_range EXPORT_SYMBOL vmlinux 0x5084f0ca d_instantiate_anon EXPORT_SYMBOL vmlinux 0x509b4c49 mmc_can_trim -EXPORT_SYMBOL vmlinux 0x509fcc13 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x50a188e1 kmap_atomic EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist EXPORT_SYMBOL vmlinux 0x50b7313a simple_open @@ -7105,6 +7089,7 @@ EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc EXPORT_SYMBOL vmlinux 0x50d4121d unregister_framebuffer EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit EXPORT_SYMBOL vmlinux 0x50ddda72 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x50e475a1 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x50e8e127 put_fs_context EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc EXPORT_SYMBOL vmlinux 0x50fd6103 dma_fence_signal @@ -7114,13 +7099,16 @@ EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock EXPORT_SYMBOL vmlinux 0x514cc273 arm_copy_from_user EXPORT_SYMBOL vmlinux 0x515bf0d8 read_cache_page_gfp EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend -EXPORT_SYMBOL vmlinux 0x51a76654 sock_kmalloc EXPORT_SYMBOL vmlinux 0x51aa1046 bio_add_page -EXPORT_SYMBOL vmlinux 0x51d31c22 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x51ab8cf9 tso_start +EXPORT_SYMBOL vmlinux 0x51c43419 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x51c77cd2 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x51e136af iterate_supers_type EXPORT_SYMBOL vmlinux 0x51e4c8d5 path_has_submounts +EXPORT_SYMBOL vmlinux 0x51e557e0 sock_no_getsockopt EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid EXPORT_SYMBOL vmlinux 0x51f1d169 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x51fcd4d5 eth_type_trans EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready EXPORT_SYMBOL vmlinux 0x52239f1d devfreq_remove_device EXPORT_SYMBOL vmlinux 0x522e26fe phy_read_mmd @@ -7128,11 +7116,10 @@ EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned EXPORT_SYMBOL vmlinux 0x5231fa94 flow_rule_match_tcp EXPORT_SYMBOL vmlinux 0x523e57aa ZSTD_getDictID_fromDict EXPORT_SYMBOL vmlinux 0x525db340 prepare_binprm +EXPORT_SYMBOL vmlinux 0x5273b07d neigh_seq_next EXPORT_SYMBOL vmlinux 0x52760108 proc_symlink -EXPORT_SYMBOL vmlinux 0x527f470b mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer EXPORT_SYMBOL vmlinux 0x528cf97f dev_addr_add -EXPORT_SYMBOL vmlinux 0x529d738c sock_edemux EXPORT_SYMBOL vmlinux 0x52ae5bd3 scsi_scan_target EXPORT_SYMBOL vmlinux 0x52c49ee8 drop_super EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init @@ -7142,6 +7129,7 @@ EXPORT_SYMBOL vmlinux 0x530ef5ee iterate_fd EXPORT_SYMBOL vmlinux 0x531f86f2 jbd2_journal_get_undo_access EXPORT_SYMBOL vmlinux 0x5323eec0 snd_register_device EXPORT_SYMBOL vmlinux 0x532e5049 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x5339df10 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0x534e0c44 tag_pages_for_writeback EXPORT_SYMBOL vmlinux 0x5356140b jbd2_journal_check_used_features EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot @@ -7151,21 +7139,21 @@ EXPORT_SYMBOL vmlinux 0x5364ea86 dma_async_device_register EXPORT_SYMBOL vmlinux 0x536c552b blackhole_netdev EXPORT_SYMBOL vmlinux 0x53789724 tty_insert_flip_string_flags EXPORT_SYMBOL vmlinux 0x537a6a12 tty_register_device -EXPORT_SYMBOL vmlinux 0x53845b57 pci_bus_claim_resources -EXPORT_SYMBOL vmlinux 0x5389258e __xfrm_init_state EXPORT_SYMBOL vmlinux 0x53942bc5 set_groups -EXPORT_SYMBOL vmlinux 0x539dac3b dev_get_mac_address -EXPORT_SYMBOL vmlinux 0x53acac31 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x53c1b78c pcie_port_service_register EXPORT_SYMBOL vmlinux 0x53c286c1 flow_rule_match_enc_ipv4_addrs EXPORT_SYMBOL vmlinux 0x53dd6821 devm_of_find_backlight EXPORT_SYMBOL vmlinux 0x53f22132 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x53f60bfe __netif_schedule EXPORT_SYMBOL vmlinux 0x540bca68 sync_filesystem +EXPORT_SYMBOL vmlinux 0x541f7d30 tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x544a1f9b key_unlink EXPORT_SYMBOL vmlinux 0x54868dff disk_stack_limits -EXPORT_SYMBOL vmlinux 0x54a8a03a pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul -EXPORT_SYMBOL vmlinux 0x54b6b4e7 tso_count_descs +EXPORT_SYMBOL vmlinux 0x54c1bf8a netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x54c2c0f4 neigh_lookup +EXPORT_SYMBOL vmlinux 0x54cfffcf sock_alloc EXPORT_SYMBOL vmlinux 0x54d3bbd8 cdc_parse_cdc_header EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp EXPORT_SYMBOL vmlinux 0x54ef236f ppp_unregister_compressor @@ -7175,53 +7163,60 @@ EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color EXPORT_SYMBOL vmlinux 0x552fc08e __scsi_print_sense EXPORT_SYMBOL vmlinux 0x553e3dd8 open_exec +EXPORT_SYMBOL vmlinux 0x553eda0c arp_tbl EXPORT_SYMBOL vmlinux 0x553f3bfc mmc_alloc_host EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x559a6bcb configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x55ba62ac skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x55bcc3dd dquot_commit EXPORT_SYMBOL vmlinux 0x55bd7724 vfs_clone_file_range -EXPORT_SYMBOL vmlinux 0x55bfa081 neigh_ifdown EXPORT_SYMBOL vmlinux 0x55d56bae unlock_new_inode EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 EXPORT_SYMBOL vmlinux 0x55fa5542 from_kgid +EXPORT_SYMBOL vmlinux 0x55feadde dst_alloc EXPORT_SYMBOL vmlinux 0x5618a1d3 request_firmware EXPORT_SYMBOL vmlinux 0x561985d2 scsi_cmd_blk_ioctl EXPORT_SYMBOL vmlinux 0x56216c87 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x562620d4 __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0x56281e23 jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x562cc332 iov_iter_pipe EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563a3096 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x564049c2 reuseport_select_sock EXPORT_SYMBOL vmlinux 0x5640efea dma_direct_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x564664c6 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x565ac17b dentry_path_raw EXPORT_SYMBOL vmlinux 0x5666e314 path_nosuid EXPORT_SYMBOL vmlinux 0x5667a277 down_timeout +EXPORT_SYMBOL vmlinux 0x566aaefb netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x56759b3b rproc_put -EXPORT_SYMBOL vmlinux 0x5676abcb sk_wait_data EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x56823719 padata_start EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames -EXPORT_SYMBOL vmlinux 0x56aa3543 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x56c31268 snd_pcm_hw_constraint_pow2 EXPORT_SYMBOL vmlinux 0x56c4a095 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x56c67baf vif_device_init EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg -EXPORT_SYMBOL vmlinux 0x56cf8227 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x56cfed61 phy_print_status EXPORT_SYMBOL vmlinux 0x56d1bf55 phy_suspend EXPORT_SYMBOL vmlinux 0x56ff4faf generic_parse_monolithic -EXPORT_SYMBOL vmlinux 0x5701ecda tcp_recvmsg EXPORT_SYMBOL vmlinux 0x570e6564 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x57195ed7 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x571d8c27 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x5728af99 skb_vlan_pop EXPORT_SYMBOL vmlinux 0x5733460f uart_match_port EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region EXPORT_SYMBOL vmlinux 0x57517a7b vme_init_bridge EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put -EXPORT_SYMBOL vmlinux 0x57659f81 pci_free_irq EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 EXPORT_SYMBOL vmlinux 0x576f553e deactivate_super +EXPORT_SYMBOL vmlinux 0x577251f0 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x577f3d0e pci_write_config_dword EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr +EXPORT_SYMBOL vmlinux 0x5798c413 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x579b19f0 input_set_keycode EXPORT_SYMBOL vmlinux 0x579c00b1 blk_rq_unmap_user EXPORT_SYMBOL vmlinux 0x57ba9d22 touchscreen_report_pos @@ -7231,43 +7226,43 @@ EXPORT_SYMBOL vmlinux 0x57ceedb1 lockref_put_not_zero EXPORT_SYMBOL vmlinux 0x57e5170c qcom_scm_iommu_secure_ptbl_size EXPORT_SYMBOL vmlinux 0x57ea2bb1 end_page_writeback EXPORT_SYMBOL vmlinux 0x57f44171 jbd2_journal_init_jbd_inode -EXPORT_SYMBOL vmlinux 0x57fe4352 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x57fdad0c pci_write_config_byte EXPORT_SYMBOL vmlinux 0x57ff23f0 ZSTD_getFrameContentSize EXPORT_SYMBOL vmlinux 0x57ffb78a vm_iomap_memory EXPORT_SYMBOL vmlinux 0x580007f9 max8998_bulk_write -EXPORT_SYMBOL vmlinux 0x580c25aa pci_write_config_word -EXPORT_SYMBOL vmlinux 0x580c5f22 tcp_connect EXPORT_SYMBOL vmlinux 0x581cde4e up EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate EXPORT_SYMBOL vmlinux 0x5822f7cb pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x5828c08e eth_header EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x582f5d0a from_kuid -EXPORT_SYMBOL vmlinux 0x582f6da4 sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x58310c4f input_set_capability EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm EXPORT_SYMBOL vmlinux 0x583ae6a0 bd_start_claiming -EXPORT_SYMBOL vmlinux 0x5844b972 udp_seq_start -EXPORT_SYMBOL vmlinux 0x584a1227 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x584b3bde xfrm4_rcv EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack EXPORT_SYMBOL vmlinux 0x585e9f78 md_unregister_thread -EXPORT_SYMBOL vmlinux 0x5885ea6c mr_fill_mroute EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block EXPORT_SYMBOL vmlinux 0x58987b70 jbd2__journal_restart EXPORT_SYMBOL vmlinux 0x58a90be3 of_parse_phandle EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58ad8d07 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard EXPORT_SYMBOL vmlinux 0x58be872a snd_timer_global_register EXPORT_SYMBOL vmlinux 0x58d41829 mmput_async EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e5a5b2 neigh_update EXPORT_SYMBOL vmlinux 0x58e9d1d0 tty_register_ldisc EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5904839f ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x59068815 ppp_register_channel EXPORT_SYMBOL vmlinux 0x5908c522 d_alloc -EXPORT_SYMBOL vmlinux 0x5920a7b7 inet6_ioctl EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x592d2df2 tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x59312a80 alloc_file_pseudo EXPORT_SYMBOL vmlinux 0x59313c30 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x59332469 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map EXPORT_SYMBOL vmlinux 0x594df58d jbd2_journal_extend EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 @@ -7286,31 +7281,31 @@ EXPORT_SYMBOL vmlinux 0x59d0e424 jbd2_journal_try_to_free_buffers EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 EXPORT_SYMBOL vmlinux 0x59f17084 genphy_write_mmd_unsupported -EXPORT_SYMBOL vmlinux 0x59f26b52 inet_ioctl -EXPORT_SYMBOL vmlinux 0x59f631fa skb_dequeue +EXPORT_SYMBOL vmlinux 0x59fd2326 pci_find_bus +EXPORT_SYMBOL vmlinux 0x59ff71e2 tcp_mtup_init EXPORT_SYMBOL vmlinux 0x5a0ac5d1 __cgroup_bpf_run_filter_setsockopt EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 EXPORT_SYMBOL vmlinux 0x5a12468f show_init_ipc_ns EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x5a316985 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle EXPORT_SYMBOL vmlinux 0x5a5f6228 of_clk_get_by_name EXPORT_SYMBOL vmlinux 0x5a63c999 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x5a682fee dev_set_mac_address EXPORT_SYMBOL vmlinux 0x5a77e08a mdiobus_register_device EXPORT_SYMBOL vmlinux 0x5a7dd4cb kern_unmount +EXPORT_SYMBOL vmlinux 0x5a802b05 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0x5a9953f9 iw_handler_get_thrspy EXPORT_SYMBOL vmlinux 0x5aa08d6a PDE_DATA EXPORT_SYMBOL vmlinux 0x5ab46509 md_wait_for_blocked_rdev EXPORT_SYMBOL vmlinux 0x5ab944d7 get_cached_acl_rcu -EXPORT_SYMBOL vmlinux 0x5ac07ce3 skb_copy_and_hash_datagram_iter -EXPORT_SYMBOL vmlinux 0x5acc70ee pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0x5ad05a0e forget_all_cached_acls -EXPORT_SYMBOL vmlinux 0x5ad3ca66 tcf_exts_validate EXPORT_SYMBOL vmlinux 0x5afa2822 blk_post_runtime_resume EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc EXPORT_SYMBOL vmlinux 0x5b1686ac inode_init_once EXPORT_SYMBOL vmlinux 0x5b2f16be mipi_dsi_dcs_set_tear_off EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax -EXPORT_SYMBOL vmlinux 0x5b39bc8c pci_enable_device +EXPORT_SYMBOL vmlinux 0x5b543d3f tcp_sendmsg EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup EXPORT_SYMBOL vmlinux 0x5b559c6b __nlmsg_put EXPORT_SYMBOL vmlinux 0x5b569c31 invalidate_inode_buffers @@ -7318,19 +7313,18 @@ EXPORT_SYMBOL vmlinux 0x5b6485d1 unregister_binfmt EXPORT_SYMBOL vmlinux 0x5badbb78 string_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x5bbcf695 security_inode_setsecctx EXPORT_SYMBOL vmlinux 0x5bbe49f4 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x5bc16c15 register_netdev EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub EXPORT_SYMBOL vmlinux 0x5bea875b snd_card_free EXPORT_SYMBOL vmlinux 0x5bf987bd elm_config EXPORT_SYMBOL vmlinux 0x5bfa7e82 put_user_pages -EXPORT_SYMBOL vmlinux 0x5c21fdf4 secpath_set EXPORT_SYMBOL vmlinux 0x5c305f20 blk_mq_init_allocated_queue -EXPORT_SYMBOL vmlinux 0x5c382fc0 netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x5c3d123f put_disk_and_module EXPORT_SYMBOL vmlinux 0x5c40b855 dev_vprintk_emit EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region -EXPORT_SYMBOL vmlinux 0x5c49d69f sk_net_capable EXPORT_SYMBOL vmlinux 0x5c4d09d0 vfs_parse_fs_param -EXPORT_SYMBOL vmlinux 0x5c63ae87 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5c5e4273 ipv4_specific +EXPORT_SYMBOL vmlinux 0x5c5ef6fa netdev_state_change EXPORT_SYMBOL vmlinux 0x5c685531 vme_unregister_driver EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 @@ -7341,55 +7335,51 @@ EXPORT_SYMBOL vmlinux 0x5cb0be52 padata_do_parallel EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le EXPORT_SYMBOL vmlinux 0x5cccbf3d __cleancache_init_fs EXPORT_SYMBOL vmlinux 0x5cd841b4 key_instantiate_and_link -EXPORT_SYMBOL vmlinux 0x5ce3a046 sock_no_accept +EXPORT_SYMBOL vmlinux 0x5cddb46c udp_ioctl EXPORT_SYMBOL vmlinux 0x5ce9a942 hdmi_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x5ce9fd3f phy_mii_ioctl EXPORT_SYMBOL vmlinux 0x5ced8f5c genphy_setup_forced -EXPORT_SYMBOL vmlinux 0x5cf340b6 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor EXPORT_SYMBOL vmlinux 0x5d0c7cce dm_io EXPORT_SYMBOL vmlinux 0x5d0f679f phy_get_eee_err -EXPORT_SYMBOL vmlinux 0x5d10fb70 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0x5d1442b1 ns_capable_setid EXPORT_SYMBOL vmlinux 0x5d1ad349 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x5d1be13a inet_stream_ops EXPORT_SYMBOL vmlinux 0x5d226ba5 input_flush_device EXPORT_SYMBOL vmlinux 0x5d249d9d hdmi_drm_infoframe_pack EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry EXPORT_SYMBOL vmlinux 0x5d528c1b page_cache_prev_miss EXPORT_SYMBOL vmlinux 0x5d57929e mount_single -EXPORT_SYMBOL vmlinux 0x5d660abf __scm_destroy EXPORT_SYMBOL vmlinux 0x5d6cb036 security_unix_stream_connect EXPORT_SYMBOL vmlinux 0x5d810f97 kstrtou16_from_user EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d9104ac kset_register -EXPORT_SYMBOL vmlinux 0x5d95611e xfrm_policy_bysel_ctx -EXPORT_SYMBOL vmlinux 0x5db081f4 consume_skb -EXPORT_SYMBOL vmlinux 0x5dbda65e memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x5dc0d0a9 km_report EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache EXPORT_SYMBOL vmlinux 0x5de16b81 pm860x_set_bits EXPORT_SYMBOL vmlinux 0x5de5cca2 utf8_normalize EXPORT_SYMBOL vmlinux 0x5de63fec dev_addr_init EXPORT_SYMBOL vmlinux 0x5de6b467 touch_buffer -EXPORT_SYMBOL vmlinux 0x5df9063d inet_listen -EXPORT_SYMBOL vmlinux 0x5df97b34 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x5e0ed50e snd_timer_notify +EXPORT_SYMBOL vmlinux 0x5e15ec0d skb_push EXPORT_SYMBOL vmlinux 0x5e256f9a simple_pin_fs EXPORT_SYMBOL vmlinux 0x5e358418 seq_put_decimal_ull EXPORT_SYMBOL vmlinux 0x5e369685 cleancache_register_ops EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3d9a51 sk_alloc EXPORT_SYMBOL vmlinux 0x5e540a76 devm_gen_pool_create EXPORT_SYMBOL vmlinux 0x5e646ff8 pipe_lock +EXPORT_SYMBOL vmlinux 0x5e6b0a66 sock_no_getname +EXPORT_SYMBOL vmlinux 0x5e7190a7 dev_activate EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc -EXPORT_SYMBOL vmlinux 0x5e749c8a pci_get_device EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence EXPORT_SYMBOL vmlinux 0x5e834972 inode_init_owner -EXPORT_SYMBOL vmlinux 0x5e83a411 netdev_printk EXPORT_SYMBOL vmlinux 0x5e866d85 prandom_bytes EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg -EXPORT_SYMBOL vmlinux 0x5ebc3da2 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x5eb626cd qdisc_put EXPORT_SYMBOL vmlinux 0x5ec07eba nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed05bf6 hdmi_audio_infoframe_pack @@ -7401,14 +7391,10 @@ EXPORT_SYMBOL vmlinux 0x5f074ab0 param_ops_short EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters EXPORT_SYMBOL vmlinux 0x5f217112 snd_card_register EXPORT_SYMBOL vmlinux 0x5f280051 devm_extcon_unregister_notifier -EXPORT_SYMBOL vmlinux 0x5f2ab129 xfrm_register_km -EXPORT_SYMBOL vmlinux 0x5f2de34e rtnl_kfree_skbs -EXPORT_SYMBOL vmlinux 0x5f35189f skb_kill_datagram -EXPORT_SYMBOL vmlinux 0x5f3c4c27 kernel_listen EXPORT_SYMBOL vmlinux 0x5f4f15a8 cros_ec_cmd_xfer_status EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa -EXPORT_SYMBOL vmlinux 0x5f723fab mroute6_is_socket EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f7687f1 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0x5f7ac888 kmap_to_page EXPORT_SYMBOL vmlinux 0x5f849a69 _raw_spin_lock_irqsave EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact @@ -7417,27 +7403,25 @@ EXPORT_SYMBOL vmlinux 0x5fb67792 __vfs_getxattr EXPORT_SYMBOL vmlinux 0x5fcbbcc5 seq_escape EXPORT_SYMBOL vmlinux 0x5fdbb363 _dev_notice EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff59cda pci_find_next_bus EXPORT_SYMBOL vmlinux 0x5ff5e26e jbd2_journal_lock_updates EXPORT_SYMBOL vmlinux 0x5ff8c319 textsearch_find_continuous EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6007aa50 datagram_poll EXPORT_SYMBOL vmlinux 0x601181bc md_reload_sb -EXPORT_SYMBOL vmlinux 0x601aa1aa xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create -EXPORT_SYMBOL vmlinux 0x6022a773 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio EXPORT_SYMBOL vmlinux 0x603286b8 utf8_casefold EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x605514f0 padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent EXPORT_SYMBOL vmlinux 0x6059cb29 generic_file_mmap -EXPORT_SYMBOL vmlinux 0x6070cd40 tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x608f0ca2 netlink_rcv_skb EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off -EXPORT_SYMBOL vmlinux 0x60b0d1c6 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x60bffe6d div64_u64 EXPORT_SYMBOL vmlinux 0x60c9b002 edac_mc_find EXPORT_SYMBOL vmlinux 0x60ce03e8 get_user_pages_locked @@ -7445,7 +7429,9 @@ EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get EXPORT_SYMBOL vmlinux 0x60e0b0ca serio_close EXPORT_SYMBOL vmlinux 0x60f38b5c abx500_set_register_interruptible EXPORT_SYMBOL vmlinux 0x60f3edce config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x60f813d1 pci_resize_resource EXPORT_SYMBOL vmlinux 0x60f9a978 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x61079a29 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x61217080 max8998_write_reg EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit @@ -7453,11 +7439,13 @@ EXPORT_SYMBOL vmlinux 0x612eb9fd free_buffer_head EXPORT_SYMBOL vmlinux 0x613adebe page_zero_new_buffers EXPORT_SYMBOL vmlinux 0x613f1d30 jbd2_log_start_commit EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb +EXPORT_SYMBOL vmlinux 0x615473ce pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x6156c7f4 net_dim EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set EXPORT_SYMBOL vmlinux 0x6178033b bio_init EXPORT_SYMBOL vmlinux 0x61978e9f thaw_bdev EXPORT_SYMBOL vmlinux 0x61a40d5f blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x61b64c84 pci_scan_single_device EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull EXPORT_SYMBOL vmlinux 0x61bb378d devfreq_remove_governor @@ -7465,35 +7453,46 @@ EXPORT_SYMBOL vmlinux 0x61c76b3a proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer EXPORT_SYMBOL vmlinux 0x61efdbf5 __tcf_idr_release EXPORT_SYMBOL vmlinux 0x61fa0b4c dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x620b87e3 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x621463d8 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62339196 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x6252e9d2 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x6258ebd7 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister EXPORT_SYMBOL vmlinux 0x627d4340 hdmi_drm_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name EXPORT_SYMBOL vmlinux 0x62850055 vmf_insert_mixed_mkwrite -EXPORT_SYMBOL vmlinux 0x628b20da tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin EXPORT_SYMBOL vmlinux 0x62c2f100 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62c59d2d tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x62d42837 vfs_whiteout EXPORT_SYMBOL vmlinux 0x62d4cac6 done_path_create +EXPORT_SYMBOL vmlinux 0x62da1822 inet_listen EXPORT_SYMBOL vmlinux 0x62ff9c84 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x630e2bd1 kernel_getsockopt EXPORT_SYMBOL vmlinux 0x630f2cb8 _raw_read_lock_irqsave EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled -EXPORT_SYMBOL vmlinux 0x6326fffb netpoll_parse_options -EXPORT_SYMBOL vmlinux 0x6340c8a9 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x631b326f tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet EXPORT_SYMBOL vmlinux 0x63649ef0 of_find_mipi_dsi_host_by_node EXPORT_SYMBOL vmlinux 0x636f01dd kernel_param_unlock EXPORT_SYMBOL vmlinux 0x636f44b1 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x63768dbe inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x6379875a ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x63827afc uart_resume_port EXPORT_SYMBOL vmlinux 0x6386678d __brelse EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region EXPORT_SYMBOL vmlinux 0x63aa1063 of_phy_deregister_fixed_link EXPORT_SYMBOL vmlinux 0x63ac39e4 elv_rb_del +EXPORT_SYMBOL vmlinux 0x63b1503c rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0x63b5cb44 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x63bb99d8 kernel_connect EXPORT_SYMBOL vmlinux 0x63c12042 wake_up_process EXPORT_SYMBOL vmlinux 0x63c3bc14 md_check_recovery EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight +EXPORT_SYMBOL vmlinux 0x63dc5bfe fqdir_exit EXPORT_SYMBOL vmlinux 0x63e6dd5c of_phy_connect EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink EXPORT_SYMBOL vmlinux 0x63efbc9d lock_rename @@ -7505,19 +7504,15 @@ EXPORT_SYMBOL vmlinux 0x6427d59e dev_mc_sync EXPORT_SYMBOL vmlinux 0x6433b858 dma_dummy_ops EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free EXPORT_SYMBOL vmlinux 0x6440fd7f ptp_clock_register -EXPORT_SYMBOL vmlinux 0x644e12c2 eth_header_cache_update -EXPORT_SYMBOL vmlinux 0x646ac038 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0x6475e876 devm_devfreq_unregister_opp_notifier EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x648c1ffa wait_for_completion_killable EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list -EXPORT_SYMBOL vmlinux 0x6491e03b sock_wfree -EXPORT_SYMBOL vmlinux 0x6493082a xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait EXPORT_SYMBOL vmlinux 0x64a2efd8 kthread_create_worker EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu -EXPORT_SYMBOL vmlinux 0x64aad1be netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x64c3719b netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x64c8dea5 free_task EXPORT_SYMBOL vmlinux 0x64d2649f keyring_search EXPORT_SYMBOL vmlinux 0x64e777c7 blkdev_get @@ -7528,42 +7523,43 @@ EXPORT_SYMBOL vmlinux 0x651705c5 nvdimm_bus_unlock EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652013f5 of_dev_get EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x6529793f skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x653b5c7a current_time EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65438007 __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0x6544651f of_graph_get_endpoint_count EXPORT_SYMBOL vmlinux 0x65526710 wait_for_key_construction EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames EXPORT_SYMBOL vmlinux 0x655ed861 bio_put -EXPORT_SYMBOL vmlinux 0x65681ea9 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x6577eeaf xfrm_state_add EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait EXPORT_SYMBOL vmlinux 0x65898c4f rproc_del -EXPORT_SYMBOL vmlinux 0x6589bf67 nf_register_net_hook EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset -EXPORT_SYMBOL vmlinux 0x65945dfc sk_send_sigurg EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc EXPORT_SYMBOL vmlinux 0x65be3349 devm_iounmap EXPORT_SYMBOL vmlinux 0x65be75ad page_address +EXPORT_SYMBOL vmlinux 0x65c757d6 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next EXPORT_SYMBOL vmlinux 0x65d65df9 ilookup5_nowait EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65ddcb74 ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x65eca908 i2c_get_adapter EXPORT_SYMBOL vmlinux 0x66474aa4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x665fea04 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x66657274 kmalloc_order EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset -EXPORT_SYMBOL vmlinux 0x6678b3d9 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x66a49c33 generic_pipe_buf_confirm -EXPORT_SYMBOL vmlinux 0x66b21122 get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0x66b2b553 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x66c26d6c tcf_classify EXPORT_SYMBOL vmlinux 0x66d73d4b vfs_copy_file_range EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec EXPORT_SYMBOL vmlinux 0x66f14b51 locks_lock_inode_wait -EXPORT_SYMBOL vmlinux 0x66fbbbbb rt6_lookup +EXPORT_SYMBOL vmlinux 0x66f8fcf7 tcp_parse_options EXPORT_SYMBOL vmlinux 0x67067a3b serio_unregister_port EXPORT_SYMBOL vmlinux 0x670882c6 csum_and_copy_from_iter EXPORT_SYMBOL vmlinux 0x670e6a1d __lock_page -EXPORT_SYMBOL vmlinux 0x670e7e47 pci_restore_state -EXPORT_SYMBOL vmlinux 0x67213402 tcp_initialize_rcv_mss -EXPORT_SYMBOL vmlinux 0x672fddfb vif_device_init +EXPORT_SYMBOL vmlinux 0x6713aa37 skb_vlan_push EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init EXPORT_SYMBOL vmlinux 0x674cb0ac put_ipc_ns EXPORT_SYMBOL vmlinux 0x6754f6c4 phy_attached_print @@ -7571,37 +7567,42 @@ EXPORT_SYMBOL vmlinux 0x6766d253 unlink_framebuffer EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit EXPORT_SYMBOL vmlinux 0x67745e34 __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0x6782d34a rename_lock +EXPORT_SYMBOL vmlinux 0x6787e808 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x67893b8e sock_no_accept EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6799a28c pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x67a3bbb4 finish_no_open EXPORT_SYMBOL vmlinux 0x67afb27c gnet_stats_copy_app -EXPORT_SYMBOL vmlinux 0x67b059a9 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x67b1032f neigh_app_ns EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c7f71a xfrm_init_replay EXPORT_SYMBOL vmlinux 0x67d7f334 scsi_set_medium_removal -EXPORT_SYMBOL vmlinux 0x67f911dd ip6tun_encaps EXPORT_SYMBOL vmlinux 0x6807394d flow_rule_match_ports EXPORT_SYMBOL vmlinux 0x6808c968 cpumask_next_and EXPORT_SYMBOL vmlinux 0x680b952f timestamp_truncate EXPORT_SYMBOL vmlinux 0x680d283c page_readlink EXPORT_SYMBOL vmlinux 0x68498474 phy_aneg_done -EXPORT_SYMBOL vmlinux 0x684fa3bc netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x684abd7b xfrm_lookup EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort -EXPORT_SYMBOL vmlinux 0x6860de55 vga_tryget EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x688aa73a skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font EXPORT_SYMBOL vmlinux 0x68bc42ba blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x68c180b1 inet6_add_protocol EXPORT_SYMBOL vmlinux 0x68cabe57 vmf_insert_pfn_prot -EXPORT_SYMBOL vmlinux 0x68eec209 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x68ce1fcf ip_defrag +EXPORT_SYMBOL vmlinux 0x68e95f18 udp_set_csum EXPORT_SYMBOL vmlinux 0x68ef6fd5 nand_bch_init EXPORT_SYMBOL vmlinux 0x68f46499 d_make_root EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s EXPORT_SYMBOL vmlinux 0x690541ae snd_jack_set_parent -EXPORT_SYMBOL vmlinux 0x6906cab3 netdev_change_features EXPORT_SYMBOL vmlinux 0x690b42a4 dump_align EXPORT_SYMBOL vmlinux 0x691938f8 sg_pcopy_from_buffer EXPORT_SYMBOL vmlinux 0x691dc808 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x693cf765 __alloc_skb EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x694d8bd2 bio_alloc_bioset EXPORT_SYMBOL vmlinux 0x695717d7 phy_remove_link_mode @@ -7611,46 +7612,44 @@ EXPORT_SYMBOL vmlinux 0x6966d338 seq_release_private EXPORT_SYMBOL vmlinux 0x69674285 sget EXPORT_SYMBOL vmlinux 0x696d8b29 scsi_device_set_state EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x698a06cd dev_get_valid_name +EXPORT_SYMBOL vmlinux 0x698c3bce __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x699b87ed blk_sync_queue EXPORT_SYMBOL vmlinux 0x69a2c37e new_inode -EXPORT_SYMBOL vmlinux 0x69abb39d __skb_recv_datagram EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint -EXPORT_SYMBOL vmlinux 0x69b1a2d0 neigh_xmit EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params -EXPORT_SYMBOL vmlinux 0x69b750a6 gro_find_complete_by_type -EXPORT_SYMBOL vmlinux 0x69c18f6d sock_alloc_send_skb -EXPORT_SYMBOL vmlinux 0x69cd7679 __dev_getfirstbyhwtype -EXPORT_SYMBOL vmlinux 0x69d7346e skb_vlan_push EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69df6e1d ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks EXPORT_SYMBOL vmlinux 0x69e80ce5 snd_ctl_add -EXPORT_SYMBOL vmlinux 0x69eb3b6d inet_bind EXPORT_SYMBOL vmlinux 0x69f84a28 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x69f96280 skb_dequeue EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a065b9f dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0x6a06fe13 mutex_lock_interruptible -EXPORT_SYMBOL vmlinux 0x6a0afb21 pci_request_regions EXPORT_SYMBOL vmlinux 0x6a0b7f98 nvdimm_namespace_disk_name EXPORT_SYMBOL vmlinux 0x6a1200d2 param_set_bint EXPORT_SYMBOL vmlinux 0x6a18af2b simple_transaction_set +EXPORT_SYMBOL vmlinux 0x6a35ebfc udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x6a4283cb jbd2_journal_check_available_features -EXPORT_SYMBOL vmlinux 0x6a5c723d skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x6a47138d skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier -EXPORT_SYMBOL vmlinux 0x6a667fbe pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x6a673791 ioremap_cached EXPORT_SYMBOL vmlinux 0x6a6b532b send_sig -EXPORT_SYMBOL vmlinux 0x6a7f9820 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x6a82d35d pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x6a8e5f82 icmp_ndo_send EXPORT_SYMBOL vmlinux 0x6a91ce5d key_invalidate EXPORT_SYMBOL vmlinux 0x6a9e7314 snd_ctl_boolean_mono_info EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order -EXPORT_SYMBOL vmlinux 0x6aa67a1c tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x6ab847c9 simple_transaction_get EXPORT_SYMBOL vmlinux 0x6ac12df9 __dquot_alloc_space EXPORT_SYMBOL vmlinux 0x6ad81d02 dquot_get_state EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device EXPORT_SYMBOL vmlinux 0x6ae24550 fs_context_for_submount EXPORT_SYMBOL vmlinux 0x6aea89a4 dquot_file_open +EXPORT_SYMBOL vmlinux 0x6aec52bf pcim_set_mwi EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset EXPORT_SYMBOL vmlinux 0x6af433cb dquot_destroy EXPORT_SYMBOL vmlinux 0x6af7b21a packing @@ -7660,6 +7659,7 @@ EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack EXPORT_SYMBOL vmlinux 0x6b322fbd __xa_alloc_cyclic EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x6b5bd129 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0x6b604710 lockref_get_not_zero EXPORT_SYMBOL vmlinux 0x6b7ff04a __blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval @@ -7668,52 +7668,48 @@ EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list EXPORT_SYMBOL vmlinux 0x6bb93d9e sg_copy_to_buffer EXPORT_SYMBOL vmlinux 0x6bbc143b key_type_keyring EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc6e973 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x6bcd95b9 input_unregister_handler EXPORT_SYMBOL vmlinux 0x6bd3924e single_release -EXPORT_SYMBOL vmlinux 0x6bdda2ee release_sock +EXPORT_SYMBOL vmlinux 0x6bd4ced3 udp_seq_ops EXPORT_SYMBOL vmlinux 0x6bdf198d of_find_compatible_node EXPORT_SYMBOL vmlinux 0x6bf1531e of_mdiobus_register EXPORT_SYMBOL vmlinux 0x6bf57615 __page_symlink EXPORT_SYMBOL vmlinux 0x6bf7d3c2 sg_pcopy_to_buffer EXPORT_SYMBOL vmlinux 0x6c01a38e set_page_dirty_lock -EXPORT_SYMBOL vmlinux 0x6c13cd37 tcf_classify EXPORT_SYMBOL vmlinux 0x6c153504 watchdog_register_governor EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn -EXPORT_SYMBOL vmlinux 0x6c1ec453 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c30ac81 kernel_bind EXPORT_SYMBOL vmlinux 0x6c490155 snd_pcm_hw_constraint_step -EXPORT_SYMBOL vmlinux 0x6c608b31 nf_ct_attach EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb -EXPORT_SYMBOL vmlinux 0x6c752c03 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark EXPORT_SYMBOL vmlinux 0x6c8320c7 cfb_imageblit EXPORT_SYMBOL vmlinux 0x6c934948 dev_uc_add -EXPORT_SYMBOL vmlinux 0x6c945f13 pcie_port_service_unregister -EXPORT_SYMBOL vmlinux 0x6ca2bb17 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk EXPORT_SYMBOL vmlinux 0x6cb4fa98 blk_pre_runtime_suspend -EXPORT_SYMBOL vmlinux 0x6cca5673 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x6cc07cc4 tcp_child_process +EXPORT_SYMBOL vmlinux 0x6cdaea74 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy EXPORT_SYMBOL vmlinux 0x6cdd0568 input_match_device_id EXPORT_SYMBOL vmlinux 0x6cef3621 d_delete EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate -EXPORT_SYMBOL vmlinux 0x6d3c89d5 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x6d59dc11 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x6d5d4af8 pci_release_resource EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le EXPORT_SYMBOL vmlinux 0x6d6d1d70 devm_ioremap_resource -EXPORT_SYMBOL vmlinux 0x6d703e65 netdev_warn EXPORT_SYMBOL vmlinux 0x6d89b199 proc_dointvec_minmax -EXPORT_SYMBOL vmlinux 0x6d8f9bb9 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0x6d9a490a mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x6dc491fd nf_log_unset EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd09a17 netif_carrier_on EXPORT_SYMBOL vmlinux 0x6dd79eb5 of_device_is_available EXPORT_SYMBOL vmlinux 0x6de391e2 tcf_em_tree_validate EXPORT_SYMBOL vmlinux 0x6dee4247 blk_mq_init_sq_queue -EXPORT_SYMBOL vmlinux 0x6df02f68 dst_init EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction -EXPORT_SYMBOL vmlinux 0x6df3f92b sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x6df58a87 sk_send_sigurg EXPORT_SYMBOL vmlinux 0x6dfa760c gnet_stats_finish_copy EXPORT_SYMBOL vmlinux 0x6dfe9be5 init_special_inode EXPORT_SYMBOL vmlinux 0x6e24ac3a dup_iter @@ -7721,28 +7717,29 @@ EXPORT_SYMBOL vmlinux 0x6e359b5c locks_remove_posix EXPORT_SYMBOL vmlinux 0x6e38b311 phy_support_sym_pause EXPORT_SYMBOL vmlinux 0x6e4e7714 dma_fence_chain_ops EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e768fe6 skb_find_text EXPORT_SYMBOL vmlinux 0x6e79a0d0 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x6e81b786 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x6e87ff31 nd_device_register EXPORT_SYMBOL vmlinux 0x6e93c26b scsi_register_interface EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea20284 kunmap EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig -EXPORT_SYMBOL vmlinux 0x6ebeb146 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x6ec4204b fwnode_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0x6ecaa5e9 get_super_exclusive_thawed EXPORT_SYMBOL vmlinux 0x6ecdb792 __percpu_counter_init EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0x6ed9875f put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x6edab722 iw_handler_set_spy EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem EXPORT_SYMBOL vmlinux 0x6f0ee5b9 bd_abort_claiming EXPORT_SYMBOL vmlinux 0x6f17994f blk_rq_append_bio -EXPORT_SYMBOL vmlinux 0x6f2c35ff tcp_peek_len EXPORT_SYMBOL vmlinux 0x6f2f75c8 mmc_retune_release EXPORT_SYMBOL vmlinux 0x6f3f3c17 dquot_release EXPORT_SYMBOL vmlinux 0x6f6943a2 dquot_resume -EXPORT_SYMBOL vmlinux 0x6f6e541c dst_alloc EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x6faf5d1b inet_dgram_connect EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace EXPORT_SYMBOL vmlinux 0x6fc74fae simple_release_fs EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog @@ -7753,76 +7750,79 @@ EXPORT_SYMBOL vmlinux 0x6fe5cdc6 register_sound_special EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free EXPORT_SYMBOL vmlinux 0x7018695f __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x70215ba5 gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen EXPORT_SYMBOL vmlinux 0x70333099 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x703477e7 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x7036c313 skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0x705a8b32 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x705d2cb5 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x7061d3eb textsearch_destroy EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free EXPORT_SYMBOL vmlinux 0x70743a38 ethtool_op_get_ts_info -EXPORT_SYMBOL vmlinux 0x707db9d3 __dev_get_by_name EXPORT_SYMBOL vmlinux 0x70948353 fb_get_buffer_offset EXPORT_SYMBOL vmlinux 0x70ab320e request_firmware_nowait -EXPORT_SYMBOL vmlinux 0x70e12e7d nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x70c73c51 dev_add_offload EXPORT_SYMBOL vmlinux 0x70ed104a snd_card_file_add EXPORT_SYMBOL vmlinux 0x70f7b7cf dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0x70fba755 kthread_associate_blkcg EXPORT_SYMBOL vmlinux 0x71117a6d page_mapped -EXPORT_SYMBOL vmlinux 0x7119a10b tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x711a1d32 cad_pid EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x711c0eca snd_ctl_register_ioctl EXPORT_SYMBOL vmlinux 0x712110ab proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x71218652 dquot_disable +EXPORT_SYMBOL vmlinux 0x7125577f inet_frag_kill +EXPORT_SYMBOL vmlinux 0x7126bcb1 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc EXPORT_SYMBOL vmlinux 0x712a5bc1 kmem_cache_shrink EXPORT_SYMBOL vmlinux 0x71445ce6 rio_query_mport EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add -EXPORT_SYMBOL vmlinux 0x715529e0 pci_match_id EXPORT_SYMBOL vmlinux 0x71558fd0 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x716a1d4b put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x716a48ef dev_uc_sync EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7173f7be skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a80f07 napi_gro_receive EXPORT_SYMBOL vmlinux 0x71b7ce4c kmem_cache_size +EXPORT_SYMBOL vmlinux 0x71bbc2fd inet_addr_type EXPORT_SYMBOL vmlinux 0x71c90087 memcmp EXPORT_SYMBOL vmlinux 0x71f7de4f proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x720f0d87 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x7214c093 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x72359e55 pci_pme_capable EXPORT_SYMBOL vmlinux 0x7238f315 _dev_emerg EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported EXPORT_SYMBOL vmlinux 0x7255a9d0 submit_bio_wait EXPORT_SYMBOL vmlinux 0x725f13a1 can_nice EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update -EXPORT_SYMBOL vmlinux 0x7286d4e3 dev_change_proto_down_generic +EXPORT_SYMBOL vmlinux 0x72a419f9 kernel_setsockopt EXPORT_SYMBOL vmlinux 0x72a4df1e omap_rtc_power_off_program EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn -EXPORT_SYMBOL vmlinux 0x72cd74c9 skb_clone_sk EXPORT_SYMBOL vmlinux 0x72d65790 _dev_alert EXPORT_SYMBOL vmlinux 0x72e53bb2 snd_pcm_hw_constraint_ranges -EXPORT_SYMBOL vmlinux 0x72e757b7 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type EXPORT_SYMBOL vmlinux 0x73037c38 filemap_fdatawait_range_keep_errors EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id -EXPORT_SYMBOL vmlinux 0x731285a8 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config EXPORT_SYMBOL vmlinux 0x7317790e lockref_put_or_lock -EXPORT_SYMBOL vmlinux 0x732be142 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x7328875d ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0x734457c2 __nla_put EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt EXPORT_SYMBOL vmlinux 0x73562e53 max8998_read_reg EXPORT_SYMBOL vmlinux 0x735f33b0 mutex_is_locked -EXPORT_SYMBOL vmlinux 0x7373f1e7 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0x7380dffa argv_split -EXPORT_SYMBOL vmlinux 0x7397fb0b __skb_checksum EXPORT_SYMBOL vmlinux 0x73a8f5d6 snd_register_oss_device -EXPORT_SYMBOL vmlinux 0x73aa9c34 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x73ac98c7 fb_show_logo EXPORT_SYMBOL vmlinux 0x73bff4bd fb_get_mode EXPORT_SYMBOL vmlinux 0x73d20fb3 omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x73d7010c tcp_mmap EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy EXPORT_SYMBOL vmlinux 0x73e6d7d2 iget5_locked -EXPORT_SYMBOL vmlinux 0x73f55c94 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x7405653f backlight_device_unregister -EXPORT_SYMBOL vmlinux 0x7407c7df register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x740c0991 of_find_node_by_name EXPORT_SYMBOL vmlinux 0x740c1d74 __cgroup_bpf_run_filter_sysctl EXPORT_SYMBOL vmlinux 0x740d912a rproc_remove_subdev @@ -7831,18 +7831,17 @@ EXPORT_SYMBOL vmlinux 0x741d2d27 key_payload_reserve EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes EXPORT_SYMBOL vmlinux 0x742ece8d dma_direct_sync_sg_for_device EXPORT_SYMBOL vmlinux 0x74568877 phy_ethtool_ksettings_get -EXPORT_SYMBOL vmlinux 0x745e1584 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x7473f521 snd_ctl_replace -EXPORT_SYMBOL vmlinux 0x7476a115 dev_alloc_name EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked -EXPORT_SYMBOL vmlinux 0x7494930f __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x749a8c36 sock_wake_async EXPORT_SYMBOL vmlinux 0x74ae2728 fscrypt_get_ctx +EXPORT_SYMBOL vmlinux 0x74afb861 skb_copy EXPORT_SYMBOL vmlinux 0x74b49106 ppp_input EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable -EXPORT_SYMBOL vmlinux 0x74ee4877 put_cmsg EXPORT_SYMBOL vmlinux 0x74fa9cc6 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x74fc27d6 inet_sendpage EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv EXPORT_SYMBOL vmlinux 0x750e0da1 security_tun_dev_attach EXPORT_SYMBOL vmlinux 0x75171038 __generic_file_write_iter @@ -7853,25 +7852,28 @@ EXPORT_SYMBOL vmlinux 0x75b03f50 fscrypt_encrypt_block_inplace EXPORT_SYMBOL vmlinux 0x75b8e486 param_ops_bool EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75bfd54f blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x75cd3505 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump -EXPORT_SYMBOL vmlinux 0x75d7fedf netdev_crit EXPORT_SYMBOL vmlinux 0x75df3192 blk_put_queue EXPORT_SYMBOL vmlinux 0x760a0f4f yield -EXPORT_SYMBOL vmlinux 0x7622babb kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x763459c1 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x763fe8d9 vme_master_request -EXPORT_SYMBOL vmlinux 0x76455d04 netpoll_poll_disable EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq -EXPORT_SYMBOL vmlinux 0x76594529 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x764e1454 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x7662ccde udp_seq_stop +EXPORT_SYMBOL vmlinux 0x76668995 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x7668a829 dquot_get_next_id EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x768848db dev_get_iflink EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check EXPORT_SYMBOL vmlinux 0x76a7234f param_set_uint EXPORT_SYMBOL vmlinux 0x76ad9183 set_security_override_from_ctx -EXPORT_SYMBOL vmlinux 0x76bb9c2c sock_alloc +EXPORT_SYMBOL vmlinux 0x76c21b08 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d92733 tc_setup_cb_add EXPORT_SYMBOL vmlinux 0x76db9436 security_inet_conn_request EXPORT_SYMBOL vmlinux 0x76e5d763 snd_seq_root EXPORT_SYMBOL vmlinux 0x76ef4db1 dm_table_get_md @@ -7882,13 +7884,10 @@ EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource EXPORT_SYMBOL vmlinux 0x7743cb87 submit_bh EXPORT_SYMBOL vmlinux 0x77469606 sk_stream_wait_close EXPORT_SYMBOL vmlinux 0x77592d5f simple_setattr -EXPORT_SYMBOL vmlinux 0x775a8256 xfrm6_protocol_register -EXPORT_SYMBOL vmlinux 0x776f57ef skb_dump EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll -EXPORT_SYMBOL vmlinux 0x77ae2c4a inet6_offloads +EXPORT_SYMBOL vmlinux 0x77ba3438 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x77bc13a0 strim -EXPORT_SYMBOL vmlinux 0x77bd72e1 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x77c00a33 dquot_acquire EXPORT_SYMBOL vmlinux 0x77c21797 dma_resv_copy_fences EXPORT_SYMBOL vmlinux 0x77c3c2a5 of_graph_get_remote_port @@ -7896,17 +7895,19 @@ EXPORT_SYMBOL vmlinux 0x77cedca3 __nd_driver_register EXPORT_SYMBOL vmlinux 0x77cef208 jbd2_journal_submit_inode_data_buffers EXPORT_SYMBOL vmlinux 0x77d0e86c mmc_gpiod_request_cd EXPORT_SYMBOL vmlinux 0x77d473fd i2c_use_client +EXPORT_SYMBOL vmlinux 0x77df5dcf tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x77e6a700 shrink_dcache_sb EXPORT_SYMBOL vmlinux 0x77e9679e get_tree_single EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt EXPORT_SYMBOL vmlinux 0x77f6c690 _raw_read_lock_bh EXPORT_SYMBOL vmlinux 0x77f6f183 kmalloc_order_trace -EXPORT_SYMBOL vmlinux 0x77f98455 nf_log_packet EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780bbbd8 kernel_listen EXPORT_SYMBOL vmlinux 0x78198d74 ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0x782e41ab iov_iter_init EXPORT_SYMBOL vmlinux 0x783b977a kstrtobool_from_user -EXPORT_SYMBOL vmlinux 0x785a5fa0 unregister_netdev +EXPORT_SYMBOL vmlinux 0x78456a76 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x7857b7b1 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback EXPORT_SYMBOL vmlinux 0x7893509d input_set_timestamp EXPORT_SYMBOL vmlinux 0x7895f94d mntget @@ -7914,23 +7915,26 @@ EXPORT_SYMBOL vmlinux 0x7898a59a mmc_is_req_done EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt EXPORT_SYMBOL vmlinux 0x78a9f356 cfb_copyarea -EXPORT_SYMBOL vmlinux 0x78b132c1 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x78aaf1f4 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x78ab891a netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x78b80048 inet_protos +EXPORT_SYMBOL vmlinux 0x78bfd6da inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x78c7f113 jbd2_journal_free_reserved EXPORT_SYMBOL vmlinux 0x78de38c4 scsi_is_host_device EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices -EXPORT_SYMBOL vmlinux 0x78f978b9 pci_write_config_dword -EXPORT_SYMBOL vmlinux 0x7900309a xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x78e692df inet6_unregister_protosw EXPORT_SYMBOL vmlinux 0x793d4834 simple_lookup EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free -EXPORT_SYMBOL vmlinux 0x7951fb49 inet_offloads EXPORT_SYMBOL vmlinux 0x79686a3e of_device_get_match_data -EXPORT_SYMBOL vmlinux 0x7973560a udp_prot EXPORT_SYMBOL vmlinux 0x7983779e setattr_prepare -EXPORT_SYMBOL vmlinux 0x799202ff register_netdevice +EXPORT_SYMBOL vmlinux 0x7993e259 ping_prot +EXPORT_SYMBOL vmlinux 0x79a2acd5 pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x79a8af5d devm_devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes -EXPORT_SYMBOL vmlinux 0x79b767e2 tcp_openreq_init_rwin -EXPORT_SYMBOL vmlinux 0x79c7dc5f rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x79b06509 sock_no_bind +EXPORT_SYMBOL vmlinux 0x79bd378d sock_register +EXPORT_SYMBOL vmlinux 0x79c6e9ca tcf_block_put +EXPORT_SYMBOL vmlinux 0x79d1249b pci_add_new_bus EXPORT_SYMBOL vmlinux 0x79d27db2 uart_write_wakeup EXPORT_SYMBOL vmlinux 0x79e3ab9b sync_blockdev EXPORT_SYMBOL vmlinux 0x79e955eb kiocb_set_cancel_fn @@ -7938,8 +7942,10 @@ EXPORT_SYMBOL vmlinux 0x79f49e4b security_socket_getpeersec_dgram EXPORT_SYMBOL vmlinux 0x79fc577f utf8nagemax EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a342f27 inet_del_protocol EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a497655 dst_dev_put EXPORT_SYMBOL vmlinux 0x7a6acd4e fb_pan_display EXPORT_SYMBOL vmlinux 0x7a7382ee md_register_thread EXPORT_SYMBOL vmlinux 0x7a758d8e phy_device_free @@ -7947,32 +7953,33 @@ EXPORT_SYMBOL vmlinux 0x7a8dd9d5 tty_port_put EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree -EXPORT_SYMBOL vmlinux 0x7aac3740 pcim_iomap +EXPORT_SYMBOL vmlinux 0x7aa7a98c ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7aab5b43 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt EXPORT_SYMBOL vmlinux 0x7ac1102c __remove_inode_hash EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt -EXPORT_SYMBOL vmlinux 0x7ad15ce7 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x7ad38918 tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu EXPORT_SYMBOL vmlinux 0x7aded2f7 down_write_trylock EXPORT_SYMBOL vmlinux 0x7aee8d0c blk_execute_rq EXPORT_SYMBOL vmlinux 0x7af271f3 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x7af81317 tcf_block_get EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 EXPORT_SYMBOL vmlinux 0x7b11e4a2 rproc_mem_entry_init EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg EXPORT_SYMBOL vmlinux 0x7b373713 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x7b451d48 netdev_emerg EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap EXPORT_SYMBOL vmlinux 0x7b683b1e truncate_inode_pages EXPORT_SYMBOL vmlinux 0x7b905ff4 _dev_info -EXPORT_SYMBOL vmlinux 0x7bc40932 nvmem_get_mac_address -EXPORT_SYMBOL vmlinux 0x7bd9f60b udp_lib_unhash -EXPORT_SYMBOL vmlinux 0x7c0a2b9e udplite_prot EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement EXPORT_SYMBOL vmlinux 0x7c257946 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x7c3de408 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x7c402dd0 sock_recvmsg EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get EXPORT_SYMBOL vmlinux 0x7c484fec mipi_dsi_shutdown_peripheral -EXPORT_SYMBOL vmlinux 0x7c5b3f2e km_state_notify EXPORT_SYMBOL vmlinux 0x7c68dfed fwnode_irq_get EXPORT_SYMBOL vmlinux 0x7c725c1e phy_request_interrupt EXPORT_SYMBOL vmlinux 0x7c8c21e5 of_find_node_with_property @@ -7982,42 +7989,42 @@ EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc4b231 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ceb457c __xfrm_state_delete EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d066eae __devm_release_region -EXPORT_SYMBOL vmlinux 0x7d08d285 skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t EXPORT_SYMBOL vmlinux 0x7d1b2269 dquot_alloc -EXPORT_SYMBOL vmlinux 0x7d1f30f7 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x7d1cb4e0 tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x7d22f6a6 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x7d258494 pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0x7d426b3f security_inode_copy_up EXPORT_SYMBOL vmlinux 0x7d474d41 hdmi_infoframe_pack EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit EXPORT_SYMBOL vmlinux 0x7d51ab47 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x7d5bb57d rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x7d7e3fca skb_pull +EXPORT_SYMBOL vmlinux 0x7d926989 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x7dae802a rproc_elf_sanity_check EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning -EXPORT_SYMBOL vmlinux 0x7db0c97c xfrm_policy_destroy -EXPORT_SYMBOL vmlinux 0x7de173ff xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0x7de62b41 jbd2_complete_transaction -EXPORT_SYMBOL vmlinux 0x7de65cf5 __alloc_skb EXPORT_SYMBOL vmlinux 0x7de8725e kdb_current_task -EXPORT_SYMBOL vmlinux 0x7de8b67a pci_choose_state EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7df9047c qdisc_hash_del EXPORT_SYMBOL vmlinux 0x7e062111 __devm_request_region -EXPORT_SYMBOL vmlinux 0x7e095602 udp_disconnect EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write +EXPORT_SYMBOL vmlinux 0x7e1b50fa pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0x7e1b7e3a nvdimm_namespace_common_probe EXPORT_SYMBOL vmlinux 0x7e21a07f amba_request_regions EXPORT_SYMBOL vmlinux 0x7e2cd0da of_node_name_eq EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync EXPORT_SYMBOL vmlinux 0x7e32e7c7 irq_stat +EXPORT_SYMBOL vmlinux 0x7e46b129 xfrm_state_free EXPORT_SYMBOL vmlinux 0x7e46cfb5 max8925_reg_read EXPORT_SYMBOL vmlinux 0x7e98899d genphy_update_link -EXPORT_SYMBOL vmlinux 0x7e9f3c63 inet6_release -EXPORT_SYMBOL vmlinux 0x7ea86a13 udp_poll -EXPORT_SYMBOL vmlinux 0x7eb2754f pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x7ecec87f register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x7ed2776c ata_port_printk EXPORT_SYMBOL vmlinux 0x7ee24109 input_allocate_device EXPORT_SYMBOL vmlinux 0x7ef3054e bdi_register_va @@ -8029,60 +8036,59 @@ EXPORT_SYMBOL vmlinux 0x7f168e69 fput EXPORT_SYMBOL vmlinux 0x7f1dbbbf jbd2_journal_destroy EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f304b27 ZSTD_DStreamWorkspaceBound -EXPORT_SYMBOL vmlinux 0x7f3c5a55 xfrm_policy_alloc -EXPORT_SYMBOL vmlinux 0x7f4437db skb_unlink EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table EXPORT_SYMBOL vmlinux 0x7f5ea830 frontswap_register_ops EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio EXPORT_SYMBOL vmlinux 0x7f6ba0d2 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x7f72ce72 pcie_capability_write_word EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable EXPORT_SYMBOL vmlinux 0x7f9b1307 fb_set_var EXPORT_SYMBOL vmlinux 0x7fa73484 proc_set_user +EXPORT_SYMBOL vmlinux 0x7fc34ca8 mr_fill_mroute EXPORT_SYMBOL vmlinux 0x7fc563d0 check_disk_change EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x7fe60f3e phy_ethtool_set_wol EXPORT_SYMBOL vmlinux 0x7fea673b key_move +EXPORT_SYMBOL vmlinux 0x7feac49c sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x7fec9d05 seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x7ff3b187 __gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0x7ff64d75 i2c_smbus_xfer EXPORT_SYMBOL vmlinux 0x7ff929a8 of_parse_phandle_with_fixed_args -EXPORT_SYMBOL vmlinux 0x80026057 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start EXPORT_SYMBOL vmlinux 0x800af4bc kmem_cache_create_usercopy EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 EXPORT_SYMBOL vmlinux 0x8017f6a3 __cgroup_bpf_run_filter_sock_addr EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages -EXPORT_SYMBOL vmlinux 0x80735809 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x80413f47 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x806e073d mr_mfc_find_any EXPORT_SYMBOL vmlinux 0x8074da84 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x80772a5f tcp_add_backlog EXPORT_SYMBOL vmlinux 0x8079c79b genphy_restart_aneg -EXPORT_SYMBOL vmlinux 0x8087cfc7 ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0x80a56059 get_mm_exe_file EXPORT_SYMBOL vmlinux 0x80b25284 is_bad_inode EXPORT_SYMBOL vmlinux 0x80c4c319 crc32_le EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd -EXPORT_SYMBOL vmlinux 0x80d0b5f8 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x80d1ec64 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client EXPORT_SYMBOL vmlinux 0x80ded813 simple_transaction_read EXPORT_SYMBOL vmlinux 0x80fa1335 pps_register_source EXPORT_SYMBOL vmlinux 0x80fa6014 read_code +EXPORT_SYMBOL vmlinux 0x80fac8b8 udp6_set_csum EXPORT_SYMBOL vmlinux 0x81076827 register_sound_mixer EXPORT_SYMBOL vmlinux 0x8108ac7a down_read_trylock EXPORT_SYMBOL vmlinux 0x810a8bdf mipi_dsi_dcs_write_buffer EXPORT_SYMBOL vmlinux 0x810c9254 arm_coherent_dma_ops EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer -EXPORT_SYMBOL vmlinux 0x8137a7b0 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0x81441cdc invalidate_bdev +EXPORT_SYMBOL vmlinux 0x814bd69e seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x81638c48 vfs_link -EXPORT_SYMBOL vmlinux 0x8168976e xfrm_state_update +EXPORT_SYMBOL vmlinux 0x8173a5f6 pcim_pin_device EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information EXPORT_SYMBOL vmlinux 0x818fb63d of_mdio_find_bus -EXPORT_SYMBOL vmlinux 0x8194e361 neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info EXPORT_SYMBOL vmlinux 0x81b74d20 phy_init_eee -EXPORT_SYMBOL vmlinux 0x81b9e8ee pci_write_config_byte -EXPORT_SYMBOL vmlinux 0x81c54357 blk_queue_split EXPORT_SYMBOL vmlinux 0x81db472a jbd2_journal_set_features EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info @@ -8096,63 +8102,59 @@ EXPORT_SYMBOL vmlinux 0x822ebfa0 mark_buffer_async_write EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr EXPORT_SYMBOL vmlinux 0x8253ab9d jbd2_transaction_committed EXPORT_SYMBOL vmlinux 0x8265b302 kblockd_schedule_work_on -EXPORT_SYMBOL vmlinux 0x826864c8 netdev_notify_peers EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init -EXPORT_SYMBOL vmlinux 0x8298b951 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x82989b0b netdev_change_features EXPORT_SYMBOL vmlinux 0x829c3e99 copy_strings_kernel EXPORT_SYMBOL vmlinux 0x82ac8b2b call_fib_notifier EXPORT_SYMBOL vmlinux 0x82b36b01 __break_lease +EXPORT_SYMBOL vmlinux 0x82b9a8f7 nf_log_register EXPORT_SYMBOL vmlinux 0x82c669c7 mnt_set_expiry -EXPORT_SYMBOL vmlinux 0x82e7f306 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x82ecf13d alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0x82f886a1 ZSTD_findFrameCompressedSize +EXPORT_SYMBOL vmlinux 0x82fd53c3 sk_mc_loop EXPORT_SYMBOL vmlinux 0x830240ae phy_attached_info EXPORT_SYMBOL vmlinux 0x830bc5ee __alloc_disk_node EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 EXPORT_SYMBOL vmlinux 0x8329a803 commit_creds EXPORT_SYMBOL vmlinux 0x8351f2dc seqno_fence_ops EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle -EXPORT_SYMBOL vmlinux 0x835da9f7 __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x836bf33c blkdev_fsync EXPORT_SYMBOL vmlinux 0x836c60f5 finish_swait EXPORT_SYMBOL vmlinux 0x8377fc0d down_write_killable -EXPORT_SYMBOL vmlinux 0x8387c25f fib_default_rule_add EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839f6d4a xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify -EXPORT_SYMBOL vmlinux 0x83d10eb7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x83d13f60 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free -EXPORT_SYMBOL vmlinux 0x841b5dae icmp6_send -EXPORT_SYMBOL vmlinux 0x841fbb6b tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x8425c1c4 __f_setown EXPORT_SYMBOL vmlinux 0x84305764 serio_open EXPORT_SYMBOL vmlinux 0x84313105 netdev_class_create_file_ns EXPORT_SYMBOL vmlinux 0x84313768 __mdiobus_register -EXPORT_SYMBOL vmlinux 0x8446b109 napi_disable EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase -EXPORT_SYMBOL vmlinux 0x8459785f __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x84605164 mmc_cqe_post_req -EXPORT_SYMBOL vmlinux 0x84a6fcf1 nf_log_register +EXPORT_SYMBOL vmlinux 0x848847e9 ether_setup +EXPORT_SYMBOL vmlinux 0x849979fc iptun_encaps EXPORT_SYMBOL vmlinux 0x84b183ae strncmp EXPORT_SYMBOL vmlinux 0x84bbfa36 config_group_init EXPORT_SYMBOL vmlinux 0x84c0ab7f unregister_nls EXPORT_SYMBOL vmlinux 0x84c2cb83 filemap_check_errors EXPORT_SYMBOL vmlinux 0x84ef776d fbcon_set_bitops EXPORT_SYMBOL vmlinux 0x851134f3 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x85132daa tcp_gro_complete EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst -EXPORT_SYMBOL vmlinux 0x853b4b2b nf_log_unset EXPORT_SYMBOL vmlinux 0x854ecfd1 amba_driver_register EXPORT_SYMBOL vmlinux 0x85503089 __cleancache_get_page EXPORT_SYMBOL vmlinux 0x85520995 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits EXPORT_SYMBOL vmlinux 0x858aac60 __sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x859182b0 nf_log_trace EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity -EXPORT_SYMBOL vmlinux 0x85acbedc __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0x85b20ee5 __dec_node_page_state EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states EXPORT_SYMBOL vmlinux 0x85b71975 i2c_smbus_read_word_data EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region -EXPORT_SYMBOL vmlinux 0x85c0d942 pci_dev_put EXPORT_SYMBOL vmlinux 0x85df9b6c strsep EXPORT_SYMBOL vmlinux 0x85ee0336 nand_read_page_raw EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn @@ -8160,25 +8162,26 @@ EXPORT_SYMBOL vmlinux 0x85f714df snd_timer_global_free EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress EXPORT_SYMBOL vmlinux 0x860420ed load_nls_default EXPORT_SYMBOL vmlinux 0x860ac270 ps2_cmd_aborted -EXPORT_SYMBOL vmlinux 0x8629b4a1 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x861ef1f7 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x8621b692 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x862bc663 memset16 -EXPORT_SYMBOL vmlinux 0x86305b4e skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x8631cf7c dev_alloc_name EXPORT_SYMBOL vmlinux 0x86355151 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x86361f8a pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0x863a276a color_table EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync EXPORT_SYMBOL vmlinux 0x865132f1 add_random_ready_callback EXPORT_SYMBOL vmlinux 0x865769c6 phy_detach EXPORT_SYMBOL vmlinux 0x865cc144 pm_vt_switch_required EXPORT_SYMBOL vmlinux 0x865eb69d setattr_copy +EXPORT_SYMBOL vmlinux 0x86615dd6 kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x86659e1e security_path_mknod EXPORT_SYMBOL vmlinux 0x866b8ab8 xsk_umem_complete_tx +EXPORT_SYMBOL vmlinux 0x866c825c netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x866f0a71 ns_capable_noaudit -EXPORT_SYMBOL vmlinux 0x867fdbba xfrm4_rcv EXPORT_SYMBOL vmlinux 0x868acba5 get_options -EXPORT_SYMBOL vmlinux 0x86b013f6 pci_fixup_device EXPORT_SYMBOL vmlinux 0x86bd65ba no_seek_end_llseek EXPORT_SYMBOL vmlinux 0x86bfee36 param_set_charp -EXPORT_SYMBOL vmlinux 0x86c0965c pci_msi_vec_count EXPORT_SYMBOL vmlinux 0x86c393e0 block_invalidatepage EXPORT_SYMBOL vmlinux 0x86c89b47 snd_card_new EXPORT_SYMBOL vmlinux 0x86eb0c08 proc_dointvec @@ -8186,17 +8189,18 @@ EXPORT_SYMBOL vmlinux 0x86faeedd tcf_register_action EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x8708512f devm_backlight_device_register EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head -EXPORT_SYMBOL vmlinux 0x8716bc8e __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x87313b68 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0x87383b93 dquot_transfer EXPORT_SYMBOL vmlinux 0x87410ab8 generic_error_remove_page EXPORT_SYMBOL vmlinux 0x8743c2a1 buffer_check_dirty_writeback EXPORT_SYMBOL vmlinux 0x87525fc7 scsi_device_put +EXPORT_SYMBOL vmlinux 0x877e370e nf_log_set +EXPORT_SYMBOL vmlinux 0x8781de6a dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x879165e6 snd_pcm_kernel_ioctl EXPORT_SYMBOL vmlinux 0x879262d1 snd_ctl_boolean_stereo_info EXPORT_SYMBOL vmlinux 0x879eeb0f dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x87b5caa7 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x87b8798d sg_next -EXPORT_SYMBOL vmlinux 0x87ba7710 __netif_schedule EXPORT_SYMBOL vmlinux 0x87caeabf security_d_instantiate EXPORT_SYMBOL vmlinux 0x87df30e1 mdiobus_setup_mdiodev_from_board_info EXPORT_SYMBOL vmlinux 0x87f830d4 of_get_min_tck @@ -8204,7 +8208,6 @@ EXPORT_SYMBOL vmlinux 0x880e4fc4 unix_detach_fds EXPORT_SYMBOL vmlinux 0x880e719d tty_unthrottle EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate EXPORT_SYMBOL vmlinux 0x886e1cba blk_mq_queue_stopped -EXPORT_SYMBOL vmlinux 0x88707a41 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0x8890ffdc dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0x88afcb36 get_thermal_instance @@ -8217,9 +8220,9 @@ EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free EXPORT_SYMBOL vmlinux 0x88e54c89 of_n_size_cells EXPORT_SYMBOL vmlinux 0x88e87711 scsi_ioctl EXPORT_SYMBOL vmlinux 0x88f4bf16 phy_stop +EXPORT_SYMBOL vmlinux 0x8902ca92 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0x893dfa98 vfs_getattr EXPORT_SYMBOL vmlinux 0x893e789b __lookup_constant -EXPORT_SYMBOL vmlinux 0x8977fdca nf_ip_checksum EXPORT_SYMBOL vmlinux 0x8989679d snd_jack_set_key EXPORT_SYMBOL vmlinux 0x899118ad nf_setsockopt EXPORT_SYMBOL vmlinux 0x899616ca phy_free_interrupt @@ -8228,18 +8231,19 @@ EXPORT_SYMBOL vmlinux 0x89abb049 snd_pcm_hw_rule_add EXPORT_SYMBOL vmlinux 0x89b02a77 nand_write_page_raw EXPORT_SYMBOL vmlinux 0x89b0c069 proc_create_single_data EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final -EXPORT_SYMBOL vmlinux 0x89ba8307 tcp_time_wait EXPORT_SYMBOL vmlinux 0x89c3b21b phy_ethtool_get_link_ksettings -EXPORT_SYMBOL vmlinux 0x89cb7e7d sockfd_lookup EXPORT_SYMBOL vmlinux 0x89e6537e of_get_address EXPORT_SYMBOL vmlinux 0x89f3c1c7 generic_writepages EXPORT_SYMBOL vmlinux 0x89f6add3 vme_slave_request +EXPORT_SYMBOL vmlinux 0x8a053a1d udp_lib_get_port EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a279ca1 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x8a2eca16 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x8a32ad42 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x8a342de4 skb_queue_purge EXPORT_SYMBOL vmlinux 0x8a3784dc __xa_alloc -EXPORT_SYMBOL vmlinux 0x8a3a9de2 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase +EXPORT_SYMBOL vmlinux 0x8a3d7494 inet6_add_offload EXPORT_SYMBOL vmlinux 0x8a3fbe0d of_graph_parse_endpoint EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr @@ -8247,7 +8251,6 @@ EXPORT_SYMBOL vmlinux 0x8a5ab8d4 rtc_add_groups EXPORT_SYMBOL vmlinux 0x8a609a53 scsi_print_sense_hdr EXPORT_SYMBOL vmlinux 0x8a654a55 vlan_for_each EXPORT_SYMBOL vmlinux 0x8a6dbe82 inode_newsize_ok -EXPORT_SYMBOL vmlinux 0x8a6fb710 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x8a713e0d register_shrinker EXPORT_SYMBOL vmlinux 0x8a71bb69 dec_node_page_state EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory @@ -8255,27 +8258,29 @@ EXPORT_SYMBOL vmlinux 0x8a92bf68 invalidate_mapping_pages EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab EXPORT_SYMBOL vmlinux 0x8a9c58a1 bio_integrity_clone EXPORT_SYMBOL vmlinux 0x8aa30959 ZSTD_decompressDCtx -EXPORT_SYMBOL vmlinux 0x8abea0b9 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x8aaa9d1e inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation EXPORT_SYMBOL vmlinux 0x8ad707d0 iter_file_splice_write -EXPORT_SYMBOL vmlinux 0x8adba32e netdev_alert -EXPORT_SYMBOL vmlinux 0x8af36f4a ndisc_mc_map -EXPORT_SYMBOL vmlinux 0x8af92084 ip_options_compile EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict -EXPORT_SYMBOL vmlinux 0x8b27172d inet_accept +EXPORT_SYMBOL vmlinux 0x8b336a99 km_new_mapping EXPORT_SYMBOL vmlinux 0x8b3bbcdd serio_interrupt EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8b5f1449 dev_add_pack EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p -EXPORT_SYMBOL vmlinux 0x8b8382f2 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b9a9a4f neigh_connected_output EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx -EXPORT_SYMBOL vmlinux 0x8bc34004 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x8bb2a968 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0x8bc3fdc0 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x8bcfbcb1 neigh_direct_output EXPORT_SYMBOL vmlinux 0x8bed4efc vlan_dev_real_dev EXPORT_SYMBOL vmlinux 0x8bee75d7 proc_dostring EXPORT_SYMBOL vmlinux 0x8bf0e7cb snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x8c11f9ec tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x8c248de8 phy_read_paged +EXPORT_SYMBOL vmlinux 0x8c302601 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x8c3322c5 tcp_read_sock EXPORT_SYMBOL vmlinux 0x8c415ee5 nla_reserve EXPORT_SYMBOL vmlinux 0x8c5a5a28 blk_queue_update_dma_alignment EXPORT_SYMBOL vmlinux 0x8c5d254a dma_fence_array_ops @@ -8284,49 +8289,54 @@ EXPORT_SYMBOL vmlinux 0x8c7b5312 thaw_super EXPORT_SYMBOL vmlinux 0x8c82457e blk_mq_can_queue EXPORT_SYMBOL vmlinux 0x8c8e60ba bio_split EXPORT_SYMBOL vmlinux 0x8c968d94 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x8c97d322 ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table EXPORT_SYMBOL vmlinux 0x8ce1c038 omap_enable_dma_irq EXPORT_SYMBOL vmlinux 0x8ce491e5 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x8d05c380 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x8d0992e2 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x8d1a7779 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x8d1df4d6 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x8d1fe0b8 mmc_gpio_get_ro EXPORT_SYMBOL vmlinux 0x8d2b2e5d blk_put_request EXPORT_SYMBOL vmlinux 0x8d2dcc6e kmap EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq EXPORT_SYMBOL vmlinux 0x8d5878f4 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8d6d3f65 inet_frags_fini EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8b6f1b ip6_frag_init EXPORT_SYMBOL vmlinux 0x8d971fbd bio_integrity_alloc -EXPORT_SYMBOL vmlinux 0x8d9aefff rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x8dcf6feb netlink_set_err EXPORT_SYMBOL vmlinux 0x8dcf934d of_get_next_available_child -EXPORT_SYMBOL vmlinux 0x8ddb342a skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout EXPORT_SYMBOL vmlinux 0x8dde770d __ps2_command EXPORT_SYMBOL vmlinux 0x8de15b91 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x8de7a463 sock_i_ino EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register -EXPORT_SYMBOL vmlinux 0x8df77f8d ip_getsockopt EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null EXPORT_SYMBOL vmlinux 0x8dfa0f6a nla_append EXPORT_SYMBOL vmlinux 0x8dfb41b9 scsi_host_alloc EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node EXPORT_SYMBOL vmlinux 0x8e085b32 xattr_full_name -EXPORT_SYMBOL vmlinux 0x8e0a9d2b inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x8e116a88 on_each_cpu_mask EXPORT_SYMBOL vmlinux 0x8e2289b1 snd_pcm_hw_constraint_ratnums EXPORT_SYMBOL vmlinux 0x8e296d89 dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0x8e336478 flow_rule_match_vlan -EXPORT_SYMBOL vmlinux 0x8e347102 neigh_table_init EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk EXPORT_SYMBOL vmlinux 0x8ed06fc6 sg_miter_start +EXPORT_SYMBOL vmlinux 0x8ed536b2 lock_page_memcg EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8ee903d4 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x8efcaca1 pcie_print_link_status EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask -EXPORT_SYMBOL vmlinux 0x8f165342 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x8f0c1472 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x8f3625fe _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x8f4a79d2 udp_gro_receive EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard -EXPORT_SYMBOL vmlinux 0x8f8593b4 mr_table_dump EXPORT_SYMBOL vmlinux 0x8f907a7a register_sysctl EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode EXPORT_SYMBOL vmlinux 0x8f9cfa39 inode_owner_or_capable @@ -8337,41 +8347,36 @@ EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update EXPORT_SYMBOL vmlinux 0x8feb09eb pm8606_osc_enable EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffca717 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x90136b04 textsearch_register EXPORT_SYMBOL vmlinux 0x901d3c10 dma_direct_sync_single_for_device EXPORT_SYMBOL vmlinux 0x90287da5 get_bitmap_from_slot EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get EXPORT_SYMBOL vmlinux 0x902e8962 __put_cred EXPORT_SYMBOL vmlinux 0x904a3416 override_creds +EXPORT_SYMBOL vmlinux 0x904e6812 tcp_v4_destroy_sock EXPORT_SYMBOL vmlinux 0x90526b7f scsi_get_host_dev EXPORT_SYMBOL vmlinux 0x90690311 snd_pcm_lib_get_vmalloc_page -EXPORT_SYMBOL vmlinux 0x906c50a5 tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0x906f5252 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x90903e5b mmc_put_card -EXPORT_SYMBOL vmlinux 0x9094f1a5 dev_pre_changeaddr_notify -EXPORT_SYMBOL vmlinux 0x909c9d1d netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x90ae00a0 copy_page_from_iter EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user EXPORT_SYMBOL vmlinux 0x90cc2f49 dmaengine_get_unmap_data -EXPORT_SYMBOL vmlinux 0x90cfdff9 pci_read_vpd EXPORT_SYMBOL vmlinux 0x90d2f053 tty_port_lower_dtr_rts EXPORT_SYMBOL vmlinux 0x90decca1 crypto_sha512_update -EXPORT_SYMBOL vmlinux 0x90f9a49c pcie_port_service_register -EXPORT_SYMBOL vmlinux 0x910e748a tcp_rcv_established -EXPORT_SYMBOL vmlinux 0x9120ce4c skb_vlan_pop EXPORT_SYMBOL vmlinux 0x91478536 handle_edge_irq EXPORT_SYMBOL vmlinux 0x91490659 param_ops_ullong EXPORT_SYMBOL vmlinux 0x9150645e find_lock_entry EXPORT_SYMBOL vmlinux 0x918d39f2 scsi_is_sdev_device EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a5a5d0 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned -EXPORT_SYMBOL vmlinux 0x91b1cc5e fqdir_init +EXPORT_SYMBOL vmlinux 0x91ad35f6 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz EXPORT_SYMBOL vmlinux 0x91d8eb57 nand_read_oob_std -EXPORT_SYMBOL vmlinux 0x91ddc24c pci_read_config_byte EXPORT_SYMBOL vmlinux 0x91ea5304 __wait_on_buffer EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask EXPORT_SYMBOL vmlinux 0x921e9c0f netlink_kernel_release @@ -8379,52 +8384,52 @@ EXPORT_SYMBOL vmlinux 0x922e00c0 of_phy_register_fixed_link EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get EXPORT_SYMBOL vmlinux 0x923ea194 __xa_insert +EXPORT_SYMBOL vmlinux 0x924889c9 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x924b5c71 mount_subtree EXPORT_SYMBOL vmlinux 0x92588dad lookup_bdev EXPORT_SYMBOL vmlinux 0x925c4b6c input_mt_assign_slots -EXPORT_SYMBOL vmlinux 0x926798b8 netif_napi_del EXPORT_SYMBOL vmlinux 0x929a221e dma_resv_reserve_shared +EXPORT_SYMBOL vmlinux 0x92b2ded6 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name -EXPORT_SYMBOL vmlinux 0x92beb343 pci_iomap +EXPORT_SYMBOL vmlinux 0x92d13593 __skb_ext_del EXPORT_SYMBOL vmlinux 0x92e768fb sdev_prefix_printk EXPORT_SYMBOL vmlinux 0x92e78da6 vfs_path_lookup EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs -EXPORT_SYMBOL vmlinux 0x92f2f26b netdev_features_change -EXPORT_SYMBOL vmlinux 0x92f4d4dc mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x92f07bfd dev_set_allmulti EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach EXPORT_SYMBOL vmlinux 0x92fff12c alloc_fcdev EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r -EXPORT_SYMBOL vmlinux 0x93279846 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x934685e8 ns_capable EXPORT_SYMBOL vmlinux 0x934a2a1a serio_reconnect -EXPORT_SYMBOL vmlinux 0x935d5074 __dev_remove_pack EXPORT_SYMBOL vmlinux 0x936989f6 simple_get_link EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x9377c6e1 nd_namespace_blk_validate EXPORT_SYMBOL vmlinux 0x937e6044 d_move EXPORT_SYMBOL vmlinux 0x93801ca7 blk_post_runtime_suspend EXPORT_SYMBOL vmlinux 0x93825ac7 __breadahead -EXPORT_SYMBOL vmlinux 0x93916c06 inet_protos +EXPORT_SYMBOL vmlinux 0x939836f7 inet_add_offload EXPORT_SYMBOL vmlinux 0x939cda4e io_uring_get_socket EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule EXPORT_SYMBOL vmlinux 0x93a8ced0 snd_dma_alloc_pages_fallback EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b5bbbf eth_change_mtu +EXPORT_SYMBOL vmlinux 0x93bde0d2 netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x93c1bdda dquot_initialize -EXPORT_SYMBOL vmlinux 0x93fb247f skb_free_datagram +EXPORT_SYMBOL vmlinux 0x93e5c41e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x9400f0ff pcim_iounmap EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list EXPORT_SYMBOL vmlinux 0x940ce344 vlan_uses_dev -EXPORT_SYMBOL vmlinux 0x940f4080 skb_flow_dissect_ct -EXPORT_SYMBOL vmlinux 0x9410b943 udp_pre_connect EXPORT_SYMBOL vmlinux 0x9425caca _raw_write_lock +EXPORT_SYMBOL vmlinux 0x9428736c netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be EXPORT_SYMBOL vmlinux 0x9441812f mmc_calc_max_discard EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945802de arp_create EXPORT_SYMBOL vmlinux 0x946689e9 __put_user_ns EXPORT_SYMBOL vmlinux 0x946a56ad page_pool_unmap_page EXPORT_SYMBOL vmlinux 0x9475179d mipi_dsi_detach -EXPORT_SYMBOL vmlinux 0x947b5312 lock_sock_nested EXPORT_SYMBOL vmlinux 0x9482e2c6 kmem_cache_alloc_trace EXPORT_SYMBOL vmlinux 0x94904af8 dev_mc_init EXPORT_SYMBOL vmlinux 0x94961283 vunmap @@ -8432,22 +8437,21 @@ EXPORT_SYMBOL vmlinux 0x94b08106 config_group_find_item EXPORT_SYMBOL vmlinux 0x94b5f528 nd_btt_probe EXPORT_SYMBOL vmlinux 0x94b93692 vfs_ioc_fssetxattr_check EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 -EXPORT_SYMBOL vmlinux 0x94cbb932 netdev_bind_sb_channel_queue -EXPORT_SYMBOL vmlinux 0x94d7b99e arp_tbl EXPORT_SYMBOL vmlinux 0x9511901c __inode_sub_bytes EXPORT_SYMBOL vmlinux 0x95368d33 memcg_kmem_enabled_key EXPORT_SYMBOL vmlinux 0x9540b484 sk_stream_error EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954f099c idr_preload -EXPORT_SYMBOL vmlinux 0x9555a7d1 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x955cc2a8 down_read_interruptible EXPORT_SYMBOL vmlinux 0x95640581 __blk_mq_end_request EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked EXPORT_SYMBOL vmlinux 0x959b0872 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x95a2f13f ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x95a325f9 neigh_parms_alloc EXPORT_SYMBOL vmlinux 0x95d3d918 refcount_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 EXPORT_SYMBOL vmlinux 0x95dcb403 clkdev_add +EXPORT_SYMBOL vmlinux 0x95e76943 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x95f6e2d1 mdiobus_alloc_size EXPORT_SYMBOL vmlinux 0x9616f79d add_to_page_cache_locked EXPORT_SYMBOL vmlinux 0x961865d2 t10_pi_type3_crc @@ -8455,24 +8459,22 @@ EXPORT_SYMBOL vmlinux 0x9645ed0b pgprot_user EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r EXPORT_SYMBOL vmlinux 0x966a7f28 flush_old_exec EXPORT_SYMBOL vmlinux 0x966c2951 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x96731575 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x9678f3f4 dev_uc_unsync -EXPORT_SYMBOL vmlinux 0x967c487f netdev_adjacent_change_prepare -EXPORT_SYMBOL vmlinux 0x9685a72b neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x96862ab5 bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac EXPORT_SYMBOL vmlinux 0x96a2f1b2 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x96b81982 skb_queue_tail EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string -EXPORT_SYMBOL vmlinux 0x96f570ae pcim_enable_device -EXPORT_SYMBOL vmlinux 0x96f96087 cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0x96ff5ddf mmc_set_data_timeout EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul EXPORT_SYMBOL vmlinux 0x972331ea devm_kvasprintf EXPORT_SYMBOL vmlinux 0x97255bdf strlen EXPORT_SYMBOL vmlinux 0x9728d849 xsk_umem_has_addrs +EXPORT_SYMBOL vmlinux 0x9729981c sock_kzfree_s EXPORT_SYMBOL vmlinux 0x972ff39f blk_set_queue_depth -EXPORT_SYMBOL vmlinux 0x973147be vga_put EXPORT_SYMBOL vmlinux 0x9739e1c8 kern_path_mountpoint EXPORT_SYMBOL vmlinux 0x97453bbf bdi_put EXPORT_SYMBOL vmlinux 0x974d2ff1 resource_list_create_entry @@ -8480,58 +8482,49 @@ EXPORT_SYMBOL vmlinux 0x975501da __tty_alloc_driver EXPORT_SYMBOL vmlinux 0x9755039d devm_backlight_device_unregister EXPORT_SYMBOL vmlinux 0x9768a48c qcom_scm_get_version EXPORT_SYMBOL vmlinux 0x9770bca6 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x97801e29 free_netdev EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s EXPORT_SYMBOL vmlinux 0x97b48094 inode_set_bytes EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list -EXPORT_SYMBOL vmlinux 0x97f1cdff free_netdev EXPORT_SYMBOL vmlinux 0x97f845a0 d_lookup EXPORT_SYMBOL vmlinux 0x980f60f3 security_inode_invalidate_secctx -EXPORT_SYMBOL vmlinux 0x981328e3 sk_ns_capable EXPORT_SYMBOL vmlinux 0x9813aa34 dev_addr_flush EXPORT_SYMBOL vmlinux 0x98253d9d kset_unregister EXPORT_SYMBOL vmlinux 0x9827c34e elv_rb_former_request EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse EXPORT_SYMBOL vmlinux 0x984ff9e3 init_task -EXPORT_SYMBOL vmlinux 0x985e4820 gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x985e4b5f crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x98779afb xfrm_user_policy EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset EXPORT_SYMBOL vmlinux 0x98832da8 utf8ncursor -EXPORT_SYMBOL vmlinux 0x98a2110c pci_back_from_sleep EXPORT_SYMBOL vmlinux 0x98a21b5a neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98a28704 sk_free EXPORT_SYMBOL vmlinux 0x98bc4bf6 elv_rb_add -EXPORT_SYMBOL vmlinux 0x98c1ae67 tcp_mmap -EXPORT_SYMBOL vmlinux 0x98c809e4 pcie_capability_write_word EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc -EXPORT_SYMBOL vmlinux 0x98d6e84c inet_rcv_saddr_equal -EXPORT_SYMBOL vmlinux 0x98d848ac skb_checksum_trimmed -EXPORT_SYMBOL vmlinux 0x98d9b040 netdev_upper_dev_link EXPORT_SYMBOL vmlinux 0x98d9fb80 proc_create_mount_point EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning -EXPORT_SYMBOL vmlinux 0x98f745ba inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available EXPORT_SYMBOL vmlinux 0x990be3ef f_setown -EXPORT_SYMBOL vmlinux 0x991c5133 ip_frag_next +EXPORT_SYMBOL vmlinux 0x99200724 neigh_parms_release EXPORT_SYMBOL vmlinux 0x99250921 input_close_device EXPORT_SYMBOL vmlinux 0x992fe130 phys_mem_access_prot EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x994060d3 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0x9948f546 phy_support_asym_pause EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable -EXPORT_SYMBOL vmlinux 0x9957bafa ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x9959e2ef block_write_begin -EXPORT_SYMBOL vmlinux 0x995fc49e udp_gro_receive EXPORT_SYMBOL vmlinux 0x99655dc6 bdi_set_max_ratio EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all EXPORT_SYMBOL vmlinux 0x99687c31 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x9994dcc9 tcp_sendpage EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x99a779f8 security_sock_rcv_skb -EXPORT_SYMBOL vmlinux 0x99aaac30 neigh_event_ns EXPORT_SYMBOL vmlinux 0x99af227d scsi_dma_map EXPORT_SYMBOL vmlinux 0x99bb8806 memmove -EXPORT_SYMBOL vmlinux 0x99c5df9c dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation EXPORT_SYMBOL vmlinux 0x99e9c4da input_enable_softrepeat @@ -8539,88 +8532,92 @@ EXPORT_SYMBOL vmlinux 0x99e9d0cb vm_map_pages EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval -EXPORT_SYMBOL vmlinux 0x9a3c30c3 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x9a3d91fa pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x9a4a3b7d skb_orphan_partial EXPORT_SYMBOL vmlinux 0x9a50e990 jbd2_journal_start_reserved EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a82c626 xfrm_state_walk EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range -EXPORT_SYMBOL vmlinux 0x9a875db5 ip6_frag_next EXPORT_SYMBOL vmlinux 0x9a89a7a3 proc_douintvec EXPORT_SYMBOL vmlinux 0x9a8abda7 clocksource_unregister EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns EXPORT_SYMBOL vmlinux 0x9acb8066 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x9acddecf pci_get_subsys EXPORT_SYMBOL vmlinux 0x9b10d990 vlan_filter_push_vids EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 +EXPORT_SYMBOL vmlinux 0x9b1ec6c4 pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe EXPORT_SYMBOL vmlinux 0x9b30374e devm_memremap EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier -EXPORT_SYMBOL vmlinux 0x9b3bedee neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x9b39b580 dev_trans_start EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x9b4f6e07 pci_fixup_device EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked +EXPORT_SYMBOL vmlinux 0x9b5ebcb3 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize -EXPORT_SYMBOL vmlinux 0x9b725a78 xfrm6_rcv EXPORT_SYMBOL vmlinux 0x9b8102ed elevator_alloc EXPORT_SYMBOL vmlinux 0x9b863903 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0x9b8e1e42 simple_readpage +EXPORT_SYMBOL vmlinux 0x9bae7d4a pcie_get_mps EXPORT_SYMBOL vmlinux 0x9bdceae7 get_cached_acl EXPORT_SYMBOL vmlinux 0x9be33d69 crypto_sha512_finup -EXPORT_SYMBOL vmlinux 0x9be9f01d netdev_emerg -EXPORT_SYMBOL vmlinux 0x9bebad23 skb_append +EXPORT_SYMBOL vmlinux 0x9c08086b netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x9c0b7142 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x9c2cbfd6 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0x9c342dc1 PageMovable EXPORT_SYMBOL vmlinux 0x9c35f8d8 flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0x9c39be81 input_unregister_handle EXPORT_SYMBOL vmlinux 0x9c3ba92a snd_pcm_hw_constraint_ratdens -EXPORT_SYMBOL vmlinux 0x9c569532 icmpv6_ndo_send -EXPORT_SYMBOL vmlinux 0x9c73ef91 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x9c3ec6ca ___pskb_trim +EXPORT_SYMBOL vmlinux 0x9c520f3b xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x9c632249 netdev_info EXPORT_SYMBOL vmlinux 0x9c7419dc ZSTD_initDStream_usingDDict +EXPORT_SYMBOL vmlinux 0x9c806b17 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x9c827a61 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x9c8aab65 pci_find_capability EXPORT_SYMBOL vmlinux 0x9ca8c3e4 generic_copy_file_range EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9ccaff0c pci_restore_state EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net EXPORT_SYMBOL vmlinux 0x9cfe84ff md_write_end -EXPORT_SYMBOL vmlinux 0x9d02db0e sock_no_mmap EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks EXPORT_SYMBOL vmlinux 0x9d0a7564 mark_buffer_dirty EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier EXPORT_SYMBOL vmlinux 0x9d33ab08 abx500_event_registers_startup_state_get -EXPORT_SYMBOL vmlinux 0x9d3c17b2 tcp_sendpage EXPORT_SYMBOL vmlinux 0x9d47a639 __check_sticky -EXPORT_SYMBOL vmlinux 0x9d5b0f1b qdisc_put EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class EXPORT_SYMBOL vmlinux 0x9d669763 memcpy EXPORT_SYMBOL vmlinux 0x9d7c02e4 mmc_add_host -EXPORT_SYMBOL vmlinux 0x9d953764 tcp_disconnect EXPORT_SYMBOL vmlinux 0x9dac0add phy_ethtool_nway_reset EXPORT_SYMBOL vmlinux 0x9db79f58 iov_iter_advance EXPORT_SYMBOL vmlinux 0x9dc32249 bio_advance EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission EXPORT_SYMBOL vmlinux 0x9dd2a055 vfs_fsync +EXPORT_SYMBOL vmlinux 0x9dde873b pci_clear_master EXPORT_SYMBOL vmlinux 0x9de12f1b filemap_flush EXPORT_SYMBOL vmlinux 0x9def01bc devfreq_suspend_device EXPORT_SYMBOL vmlinux 0x9dfaea00 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x9e0147f3 kfree_skb_list EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle EXPORT_SYMBOL vmlinux 0x9e1f33ba cdev_set_parent EXPORT_SYMBOL vmlinux 0x9e25ee3b free_inode_nonrcu -EXPORT_SYMBOL vmlinux 0x9e2d213d pci_add_new_bus EXPORT_SYMBOL vmlinux 0x9e38f0e4 get_ipc_ns_exported EXPORT_SYMBOL vmlinux 0x9e44204f param_set_byte EXPORT_SYMBOL vmlinux 0x9e46fe4a key_link -EXPORT_SYMBOL vmlinux 0x9e4d5cc7 dev_get_by_name EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy EXPORT_SYMBOL vmlinux 0x9e603dc8 single_open EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e66592e fscrypt_free_bounce_page EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e6f595d netdev_err EXPORT_SYMBOL vmlinux 0x9e7ec33b __cancel_dirty_page -EXPORT_SYMBOL vmlinux 0x9e819e96 inet_proto_csum_replace4 -EXPORT_SYMBOL vmlinux 0x9e81b218 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x9e85c54f tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x9e87875e xdp_get_umem_from_qid -EXPORT_SYMBOL vmlinux 0x9e917a92 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap EXPORT_SYMBOL vmlinux 0x9eb330a3 reuseport_attach_prog @@ -8631,9 +8628,10 @@ EXPORT_SYMBOL vmlinux 0x9ecda861 snd_card_free_when_closed EXPORT_SYMBOL vmlinux 0x9ed39a54 down_trylock EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set EXPORT_SYMBOL vmlinux 0x9edf4cf9 fbcon_rotate_ud -EXPORT_SYMBOL vmlinux 0x9eef1623 ip_fraglist_prepare -EXPORT_SYMBOL vmlinux 0x9ef79bde skb_checksum_setup -EXPORT_SYMBOL vmlinux 0x9f17b28f pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x9f22f7cb rtnl_notify +EXPORT_SYMBOL vmlinux 0x9f2aedfd dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x9f3c6c84 netif_device_attach +EXPORT_SYMBOL vmlinux 0x9f3e4306 neigh_seq_stop EXPORT_SYMBOL vmlinux 0x9f40f069 mmc_free_host EXPORT_SYMBOL vmlinux 0x9f46a72e __inc_zone_page_state EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 @@ -8642,15 +8640,14 @@ EXPORT_SYMBOL vmlinux 0x9f51c8ff genphy_config_eee_advert EXPORT_SYMBOL vmlinux 0x9f52a0b7 abx500_get_register_page_interruptible EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy EXPORT_SYMBOL vmlinux 0x9f615de6 trace_raw_output_prep -EXPORT_SYMBOL vmlinux 0x9f69e1c8 pci_assign_resource EXPORT_SYMBOL vmlinux 0x9f903b7d redirty_page_for_writepage EXPORT_SYMBOL vmlinux 0x9f96aaa8 hmm_range_register EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9c10fc ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x9faeb597 sync_dirty_buffer EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid -EXPORT_SYMBOL vmlinux 0x9fd9720f skb_queue_tail EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many -EXPORT_SYMBOL vmlinux 0x9febcdaf pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x9fe39685 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce EXPORT_SYMBOL vmlinux 0x9fef8cf5 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x9ff1e10a get_vm_area @@ -8658,66 +8655,61 @@ EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0x9ffa4708 cdrom_mode_select EXPORT_SYMBOL vmlinux 0xa02bf57c dump_truncate EXPORT_SYMBOL vmlinux 0xa03720d9 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xa037ecea dev_close EXPORT_SYMBOL vmlinux 0xa03c0400 flush_signals EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04684cf xfrm_unregister_type EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa059ace5 ip_mc_join_group EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r -EXPORT_SYMBOL vmlinux 0xa06f271e pci_disable_msix EXPORT_SYMBOL vmlinux 0xa071249b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xa07333d6 pci_save_state +EXPORT_SYMBOL vmlinux 0xa0783f36 pci_choose_state EXPORT_SYMBOL vmlinux 0xa07ab996 param_set_short EXPORT_SYMBOL vmlinux 0xa07eb7b1 __vlan_find_dev_deep_rcu EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or -EXPORT_SYMBOL vmlinux 0xa0864737 netif_rx +EXPORT_SYMBOL vmlinux 0xa08571a5 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0xa091d599 mipi_dsi_dcs_soft_reset EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 -EXPORT_SYMBOL vmlinux 0xa0b610c3 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa0bc9df4 km_state_expired EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem -EXPORT_SYMBOL vmlinux 0xa0f1656e inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit EXPORT_SYMBOL vmlinux 0xa101cd83 rdmacg_try_charge EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max EXPORT_SYMBOL vmlinux 0xa1179199 blkdev_issue_flush EXPORT_SYMBOL vmlinux 0xa1182069 input_mt_report_finger_count EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc -EXPORT_SYMBOL vmlinux 0xa129d0db pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xa12412c0 tcp_seq_stop EXPORT_SYMBOL vmlinux 0xa12b7136 snd_device_free -EXPORT_SYMBOL vmlinux 0xa133713b inet_frags_init -EXPORT_SYMBOL vmlinux 0xa1348058 pci_claim_resource -EXPORT_SYMBOL vmlinux 0xa157886b pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work EXPORT_SYMBOL vmlinux 0xa166c9e3 del_gendisk EXPORT_SYMBOL vmlinux 0xa16e0eb5 crypto_sha256_finup EXPORT_SYMBOL vmlinux 0xa16f9420 __bforget EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue EXPORT_SYMBOL vmlinux 0xa1839690 __tracepoint_kmem_cache_alloc -EXPORT_SYMBOL vmlinux 0xa183bd53 __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0xa19962c5 path_is_under EXPORT_SYMBOL vmlinux 0xa1a98a82 i2c_smbus_read_block_data EXPORT_SYMBOL vmlinux 0xa1bacd91 qcom_scm_set_cold_boot_addr -EXPORT_SYMBOL vmlinux 0xa1c34783 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create -EXPORT_SYMBOL vmlinux 0xa1df6669 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xa1e4e741 __cleancache_invalidate_fs EXPORT_SYMBOL vmlinux 0xa1e50167 tcf_action_set_ctrlact -EXPORT_SYMBOL vmlinux 0xa1f5f5c5 pci_save_state +EXPORT_SYMBOL vmlinux 0xa1f5f358 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xa1f8f5df bdevname EXPORT_SYMBOL vmlinux 0xa2001610 dquot_mark_dquot_dirty EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp -EXPORT_SYMBOL vmlinux 0xa22b567d skb_trim EXPORT_SYMBOL vmlinux 0xa22cebd3 xsk_clear_tx_need_wakeup EXPORT_SYMBOL vmlinux 0xa22de042 security_sctp_bind_connect -EXPORT_SYMBOL vmlinux 0xa239d870 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa2441c6b mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0xa24491bf ida_free EXPORT_SYMBOL vmlinux 0xa2496148 scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module -EXPORT_SYMBOL vmlinux 0xa259d9ce inet_add_protocol EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer EXPORT_SYMBOL vmlinux 0xa27627d2 nand_create_bbt @@ -8726,21 +8718,23 @@ EXPORT_SYMBOL vmlinux 0xa285f58f elv_rb_latter_request EXPORT_SYMBOL vmlinux 0xa2869e65 nvm_alloc_dev EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active EXPORT_SYMBOL vmlinux 0xa29c3ab9 dput -EXPORT_SYMBOL vmlinux 0xa2ab460d xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xa2b47223 phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0xa2b5680c hmm_range_dma_unmap EXPORT_SYMBOL vmlinux 0xa2d9c2cb ihold EXPORT_SYMBOL vmlinux 0xa2db445f __dquot_transfer +EXPORT_SYMBOL vmlinux 0xa2de03cf xfrm_input EXPORT_SYMBOL vmlinux 0xa2ea4b4a __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xa2ed34b3 lock_sock_fast EXPORT_SYMBOL vmlinux 0xa2f6ebd2 i2c_del_driver EXPORT_SYMBOL vmlinux 0xa3098723 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0xa311479f unlock_two_nondirectories EXPORT_SYMBOL vmlinux 0xa328b816 ppp_unregister_channel EXPORT_SYMBOL vmlinux 0xa32981d1 config_item_set_name EXPORT_SYMBOL vmlinux 0xa352496c request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xa362bc32 napi_complete_done EXPORT_SYMBOL vmlinux 0xa377884a xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0xa39e7357 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xa3a54979 init_on_free -EXPORT_SYMBOL vmlinux 0xa3b0dbb3 ip_frag_init EXPORT_SYMBOL vmlinux 0xa3ba27bf vme_free_consistent EXPORT_SYMBOL vmlinux 0xa3c00c06 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0xa3fed1f4 param_set_bool @@ -8754,9 +8748,11 @@ EXPORT_SYMBOL vmlinux 0xa4475d5d ps2_sendbyte EXPORT_SYMBOL vmlinux 0xa4479eed pagevec_lookup_range_nr_tag EXPORT_SYMBOL vmlinux 0xa44da4bd nvm_dev_dma_alloc EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc +EXPORT_SYMBOL vmlinux 0xa459dee7 tcp_prot EXPORT_SYMBOL vmlinux 0xa46004d2 nd_region_acquire_lane EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev EXPORT_SYMBOL vmlinux 0xa4660f4c inode_dio_wait +EXPORT_SYMBOL vmlinux 0xa46dc2c0 pci_assign_resource EXPORT_SYMBOL vmlinux 0xa487bbc8 md_done_sync EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params EXPORT_SYMBOL vmlinux 0xa49f8d9f __free_pages @@ -8765,52 +8761,52 @@ EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority EXPORT_SYMBOL vmlinux 0xa4b7f2cc sync_file_get_fence EXPORT_SYMBOL vmlinux 0xa4b7f491 of_find_i2c_adapter_by_node EXPORT_SYMBOL vmlinux 0xa4c56b03 pm8606_osc_disable -EXPORT_SYMBOL vmlinux 0xa4f838e9 netif_device_attach +EXPORT_SYMBOL vmlinux 0xa4f5cbcb skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xa4f6d2dd sock_release +EXPORT_SYMBOL vmlinux 0xa5262ac8 udp_prot EXPORT_SYMBOL vmlinux 0xa52d6316 sg_zero_buffer EXPORT_SYMBOL vmlinux 0xa5319d6f configfs_unregister_subsystem EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color EXPORT_SYMBOL vmlinux 0xa557d8b5 cdev_init -EXPORT_SYMBOL vmlinux 0xa55a10e4 pci_enable_device_io EXPORT_SYMBOL vmlinux 0xa567c072 splice_direct_to_actor EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xa56d036e km_policy_notify EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xa5703dbc sock_no_sendpage EXPORT_SYMBOL vmlinux 0xa57262fa dm_put_table_device EXPORT_SYMBOL vmlinux 0xa57f5555 from_kuid_munged EXPORT_SYMBOL vmlinux 0xa584dedc phy_mac_interrupt EXPORT_SYMBOL vmlinux 0xa591894d param_array_ops -EXPORT_SYMBOL vmlinux 0xa5a33bf7 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xa5aaaacd blk_queue_max_write_same_sectors EXPORT_SYMBOL vmlinux 0xa5b405c1 debugfs_create_automount -EXPORT_SYMBOL vmlinux 0xa5cc6f94 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xa5bbc7f4 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xa5f5dbf7 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xa6179a6a pci_release_selected_regions EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab EXPORT_SYMBOL vmlinux 0xa61f235d phy_device_register -EXPORT_SYMBOL vmlinux 0xa638fb15 pcix_get_max_mmrbc -EXPORT_SYMBOL vmlinux 0xa63a29ec xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa6249931 inet_register_protosw EXPORT_SYMBOL vmlinux 0xa63d5095 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa63e8259 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0xa643f6c7 blk_queue_max_segment_size -EXPORT_SYMBOL vmlinux 0xa66864b2 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0xa672b3d6 kobject_get -EXPORT_SYMBOL vmlinux 0xa67b2507 __scm_send EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 EXPORT_SYMBOL vmlinux 0xa69412b5 iov_iter_for_each_range EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0xa6997cf5 vprintk_emit +EXPORT_SYMBOL vmlinux 0xa69cf725 __neigh_create +EXPORT_SYMBOL vmlinux 0xa6a1bc2d inet6_ioctl EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem -EXPORT_SYMBOL vmlinux 0xa6d455b3 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0xa6d65ca3 generic_fadvise -EXPORT_SYMBOL vmlinux 0xa6e88704 netdev_pick_tx -EXPORT_SYMBOL vmlinux 0xa6f34125 eth_commit_mac_addr_change -EXPORT_SYMBOL vmlinux 0xa6fb507b netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xa6e19024 build_skb EXPORT_SYMBOL vmlinux 0xa6fca003 dmam_pool_create -EXPORT_SYMBOL vmlinux 0xa7113b0d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xa7134d6a sk_net_capable EXPORT_SYMBOL vmlinux 0xa714758e sg_copy_buffer EXPORT_SYMBOL vmlinux 0xa72957cc __dynamic_pr_debug EXPORT_SYMBOL vmlinux 0xa72b367b notify_change EXPORT_SYMBOL vmlinux 0xa72dfb33 input_mt_report_pointer_emulation -EXPORT_SYMBOL vmlinux 0xa735dad1 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0xa73ddcfd param_get_long EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock EXPORT_SYMBOL vmlinux 0xa73f2732 param_set_int @@ -8822,75 +8818,73 @@ EXPORT_SYMBOL vmlinux 0xa75f60c2 of_match_device EXPORT_SYMBOL vmlinux 0xa765444b tty_unlock EXPORT_SYMBOL vmlinux 0xa7764a60 scmd_printk EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0xa77fcc15 km_report EXPORT_SYMBOL vmlinux 0xa7818250 of_n_addr_cells -EXPORT_SYMBOL vmlinux 0xa791e0cc sock_gettstamp EXPORT_SYMBOL vmlinux 0xa7a6fed8 __hw_addr_ref_unsync_dev EXPORT_SYMBOL vmlinux 0xa7b3181c up_read EXPORT_SYMBOL vmlinux 0xa7bfe3f9 blk_mq_alloc_request EXPORT_SYMBOL vmlinux 0xa7e05f65 remap_pfn_range EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper -EXPORT_SYMBOL vmlinux 0xa7f37492 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xa7f27856 netdev_notice EXPORT_SYMBOL vmlinux 0xa8036f98 nd_btt_arena_is_valid EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa81fbc96 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked EXPORT_SYMBOL vmlinux 0xa828d273 mipi_dsi_attach EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox EXPORT_SYMBOL vmlinux 0xa84d41df pm860x_page_reg_write EXPORT_SYMBOL vmlinux 0xa85406f2 __mmc_claim_host -EXPORT_SYMBOL vmlinux 0xa8555680 mem_cgroup_from_task -EXPORT_SYMBOL vmlinux 0xa891ebd5 inet_sock_destruct -EXPORT_SYMBOL vmlinux 0xa8970e9d tso_start +EXPORT_SYMBOL vmlinux 0xa860e3d9 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xa88c2d50 tcp_rcv_established EXPORT_SYMBOL vmlinux 0xa8a08caf trace_print_array_seq EXPORT_SYMBOL vmlinux 0xa8a2bd6e serial8250_do_pm EXPORT_SYMBOL vmlinux 0xa8a3b841 snd_ctl_make_virtual_master EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end EXPORT_SYMBOL vmlinux 0xa8a9bf67 fs_bio_set -EXPORT_SYMBOL vmlinux 0xa8b1d5f3 tcp_poll EXPORT_SYMBOL vmlinux 0xa8bd7d9c md_bitmap_startwrite EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all EXPORT_SYMBOL vmlinux 0xa8cad85e nd_region_to_nstype EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt -EXPORT_SYMBOL vmlinux 0xa8ee37f3 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul EXPORT_SYMBOL vmlinux 0xa8fd6418 __phy_read_mmd EXPORT_SYMBOL vmlinux 0xa9071983 mipi_dsi_generic_read EXPORT_SYMBOL vmlinux 0xa9186ffc set_cached_acl EXPORT_SYMBOL vmlinux 0xa91a0f1c vm_map_ram +EXPORT_SYMBOL vmlinux 0xa91fd664 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xa923a722 dst_init EXPORT_SYMBOL vmlinux 0xa92a79d6 ww_mutex_unlock EXPORT_SYMBOL vmlinux 0xa92eae16 input_event +EXPORT_SYMBOL vmlinux 0xa92faab8 inet_frag_pull_head EXPORT_SYMBOL vmlinux 0xa93830bd blkdev_issue_discard -EXPORT_SYMBOL vmlinux 0xa95a8910 ipv4_specific +EXPORT_SYMBOL vmlinux 0xa9396ba1 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value EXPORT_SYMBOL vmlinux 0xa9677dbc dm_register_target -EXPORT_SYMBOL vmlinux 0xa967b349 lock_page_memcg EXPORT_SYMBOL vmlinux 0xa967e47a truncate_inode_pages_final EXPORT_SYMBOL vmlinux 0xa96a5849 blk_integrity_merge_rq EXPORT_SYMBOL vmlinux 0xa99506cf dquot_enable +EXPORT_SYMBOL vmlinux 0xa9965020 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0xa9a432d1 cros_ec_get_next_event EXPORT_SYMBOL vmlinux 0xa9b6b903 snd_ctl_find_id EXPORT_SYMBOL vmlinux 0xa9c437d7 fb_find_mode -EXPORT_SYMBOL vmlinux 0xa9cd0dad ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xa9e9a72f blk_pm_runtime_init -EXPORT_SYMBOL vmlinux 0xa9ed1b00 dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0xa9f7a160 ab3100_event_register EXPORT_SYMBOL vmlinux 0xaa0a3be5 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0xaa1933f7 scsi_mode_sense EXPORT_SYMBOL vmlinux 0xaa1a593a mmc_of_parse -EXPORT_SYMBOL vmlinux 0xaa317e8e dst_release_immediate -EXPORT_SYMBOL vmlinux 0xaa318f4a udp_skb_destructor EXPORT_SYMBOL vmlinux 0xaa35456b generic_file_fsync EXPORT_SYMBOL vmlinux 0xaa394113 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xaa4437bb neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xaa456307 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0xaa4d838a mfd_add_devices EXPORT_SYMBOL vmlinux 0xaa662c7e get_gendisk EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name EXPORT_SYMBOL vmlinux 0xaa7f66f5 d_add EXPORT_SYMBOL vmlinux 0xaa9e33de jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xaab2aa98 pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0xaac36016 ps2_begin_command EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state @@ -8901,16 +8895,20 @@ EXPORT_SYMBOL vmlinux 0xaafcd8c1 scsi_change_queue_depth EXPORT_SYMBOL vmlinux 0xaafd9237 _raw_write_unlock_irqrestore EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp EXPORT_SYMBOL vmlinux 0xab05b78e twl6040_set_pll -EXPORT_SYMBOL vmlinux 0xab09ebde __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xab078fb4 skb_clone +EXPORT_SYMBOL vmlinux 0xab11c346 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xab20c2f0 udp6_seq_ops EXPORT_SYMBOL vmlinux 0xab21889d scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xab24c95f rt_dst_alloc EXPORT_SYMBOL vmlinux 0xab2ab47a of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xab361ec0 skb_clone_sk EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init EXPORT_SYMBOL vmlinux 0xab39a2fe snd_jack_new EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute -EXPORT_SYMBOL vmlinux 0xab45f3cd tcp_parse_options -EXPORT_SYMBOL vmlinux 0xab462ce3 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xab3ce035 skb_store_bits EXPORT_SYMBOL vmlinux 0xab46f544 unlock_rename EXPORT_SYMBOL vmlinux 0xab4c5b15 config_item_put +EXPORT_SYMBOL vmlinux 0xab4dbc1e pci_msix_vec_count EXPORT_SYMBOL vmlinux 0xab51e13c console_stop EXPORT_SYMBOL vmlinux 0xab5bf6bd config_item_get EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off @@ -8918,28 +8916,34 @@ EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xab6798f7 update_devfreq EXPORT_SYMBOL vmlinux 0xab694444 bsearch EXPORT_SYMBOL vmlinux 0xab735372 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xab74e21f pci_set_power_state EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab79c0ab mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0xab7f99d0 __page_frag_cache_drain EXPORT_SYMBOL vmlinux 0xab80ab58 generic_key_instantiate EXPORT_SYMBOL vmlinux 0xab9d0ecb kobject_get_unless_zero EXPORT_SYMBOL vmlinux 0xabb8464c dev_load +EXPORT_SYMBOL vmlinux 0xabb8aa30 __ip_select_ident EXPORT_SYMBOL vmlinux 0xabc9ddbe clkdev_alloc -EXPORT_SYMBOL vmlinux 0xabd0fada pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xabd01203 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s EXPORT_SYMBOL vmlinux 0xac07ea72 devm_memunmap +EXPORT_SYMBOL vmlinux 0xac1177ab pskb_expand_head +EXPORT_SYMBOL vmlinux 0xac1757f1 udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd EXPORT_SYMBOL vmlinux 0xac346b61 __splice_from_pipe EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum -EXPORT_SYMBOL vmlinux 0xac4c55ca dev_remove_offload +EXPORT_SYMBOL vmlinux 0xac4d7586 netdev_features_change EXPORT_SYMBOL vmlinux 0xac54586b security_path_unlink -EXPORT_SYMBOL vmlinux 0xac5ce0ee pskb_extract +EXPORT_SYMBOL vmlinux 0xac5b66f0 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton EXPORT_SYMBOL vmlinux 0xac60b087 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xac746773 __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0xac7852a8 __cgroup_bpf_run_filter_skb EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf -EXPORT_SYMBOL vmlinux 0xaca55ed2 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xacab1ac6 ip_options_compile EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacb31ecf _raw_spin_trylock EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache @@ -8950,30 +8954,22 @@ EXPORT_SYMBOL vmlinux 0xacfb547b __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex EXPORT_SYMBOL vmlinux 0xad077ada jbd2_journal_begin_ordered_truncate EXPORT_SYMBOL vmlinux 0xad236ec6 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xad2dde3b tcp_filter EXPORT_SYMBOL vmlinux 0xad2fe088 _snd_pcm_lib_alloc_vmalloc_buffer -EXPORT_SYMBOL vmlinux 0xad4521b1 eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0xad6f7144 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xad7260a5 sk_capable EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function -EXPORT_SYMBOL vmlinux 0xad74de4c dst_dev_put EXPORT_SYMBOL vmlinux 0xad8106b8 devm_ioremap_wc -EXPORT_SYMBOL vmlinux 0xad829c2c ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event -EXPORT_SYMBOL vmlinux 0xad887fb0 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0xad928e18 sock_diag_put_filterinfo EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 -EXPORT_SYMBOL vmlinux 0xadb009ff pcibios_resource_to_bus -EXPORT_SYMBOL vmlinux 0xadb1cbfe get_mem_cgroup_from_mm EXPORT_SYMBOL vmlinux 0xadb39a32 bioset_integrity_create -EXPORT_SYMBOL vmlinux 0xadb401c0 pneigh_enqueue EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode -EXPORT_SYMBOL vmlinux 0xadd9ff77 datagram_poll EXPORT_SYMBOL vmlinux 0xade1f1c5 scsi_add_device EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot -EXPORT_SYMBOL vmlinux 0xadff28b9 nf_log_trace EXPORT_SYMBOL vmlinux 0xae02bfb9 simple_dir_operations EXPORT_SYMBOL vmlinux 0xae059564 fuse_dequeue_forget -EXPORT_SYMBOL vmlinux 0xae1ac3c6 dev_add_offload EXPORT_SYMBOL vmlinux 0xae25c141 vm_event_states EXPORT_SYMBOL vmlinux 0xae2a2f4c devm_register_reboot_notifier EXPORT_SYMBOL vmlinux 0xae2b616d devm_nvmem_cell_put @@ -8981,22 +8977,24 @@ EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert EXPORT_SYMBOL vmlinux 0xae416257 blk_mq_stop_hw_queues EXPORT_SYMBOL vmlinux 0xae4c2506 gnet_stats_copy_basic_hw EXPORT_SYMBOL vmlinux 0xae5c0bb2 sk_stream_kill_queues -EXPORT_SYMBOL vmlinux 0xae5ec0b2 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xae7c8d6c inet_frags_init EXPORT_SYMBOL vmlinux 0xaea33242 __pagevec_lru_add EXPORT_SYMBOL vmlinux 0xaea4a1ce kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xaebe08e7 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xaec0af87 __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0xaec3ad1c should_remove_suid EXPORT_SYMBOL vmlinux 0xaed945f9 key_alloc EXPORT_SYMBOL vmlinux 0xaee2e636 iov_iter_zero EXPORT_SYMBOL vmlinux 0xaee3aede fb_set_cmap EXPORT_SYMBOL vmlinux 0xaee95991 ZSTD_getDictID_fromFrame -EXPORT_SYMBOL vmlinux 0xaefa94a1 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xaef1de3e xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xaefbe81e fib_notifier_ops_unregister EXPORT_SYMBOL vmlinux 0xaf0c55ff vfs_get_link EXPORT_SYMBOL vmlinux 0xaf16f615 ZSTD_DStreamOutSize EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level EXPORT_SYMBOL vmlinux 0xaf4da9f1 vfs_ioc_setflags_prepare EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality -EXPORT_SYMBOL vmlinux 0xaf59e33a kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xaf61041c memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0xaf6a5fa9 unlock_page EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init EXPORT_SYMBOL vmlinux 0xaf7cd861 kill_litter_super @@ -9006,19 +9004,16 @@ EXPORT_SYMBOL vmlinux 0xaf991de1 __mark_inode_dirty EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0xafa2a440 posix_lock_file EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys -EXPORT_SYMBOL vmlinux 0xafbcd966 tc_setup_flow_action -EXPORT_SYMBOL vmlinux 0xafc80dce nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0xaff76a26 flow_rule_match_mpls -EXPORT_SYMBOL vmlinux 0xb0031b5d dev_remove_pack +EXPORT_SYMBOL vmlinux 0xaff7c9de sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0xb018dd55 dm_kcopyd_copy EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq -EXPORT_SYMBOL vmlinux 0xb0264aa3 pcim_iomap_table -EXPORT_SYMBOL vmlinux 0xb03a6e19 netif_napi_add +EXPORT_SYMBOL vmlinux 0xb02994bf mr_table_dump EXPORT_SYMBOL vmlinux 0xb04fba53 abx500_register_ops EXPORT_SYMBOL vmlinux 0xb05865b1 read_cache_page EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb0645ece simple_getattr -EXPORT_SYMBOL vmlinux 0xb06a99fc udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xb07b1d1e dev_queue_xmit EXPORT_SYMBOL vmlinux 0xb08a62e8 nd_device_unregister EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq @@ -9026,36 +9021,36 @@ EXPORT_SYMBOL vmlinux 0xb0b46cdf __module_get EXPORT_SYMBOL vmlinux 0xb0d189ba gro_cells_init EXPORT_SYMBOL vmlinux 0xb0d1b5e5 security_binder_transfer_binder EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f3055c inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0xb0f8acc3 cfb_fillrect -EXPORT_SYMBOL vmlinux 0xb0fb7a82 tcp_make_synack EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xb11f9529 blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on EXPORT_SYMBOL vmlinux 0xb1249b2b try_to_release_page EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client EXPORT_SYMBOL vmlinux 0xb1427236 pfifo_qdisc_ops -EXPORT_SYMBOL vmlinux 0xb1450ea1 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0xb1454f5f mipi_dsi_driver_register_full EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init EXPORT_SYMBOL vmlinux 0xb15939bf tty_port_close_start EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse EXPORT_SYMBOL vmlinux 0xb1743443 mipi_dsi_dcs_set_display_off -EXPORT_SYMBOL vmlinux 0xb1764fb6 pci_find_parent_resource -EXPORT_SYMBOL vmlinux 0xb176ff83 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xb179d72e pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc EXPORT_SYMBOL vmlinux 0xb1b5899a snd_pcm_period_elapsed EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress EXPORT_SYMBOL vmlinux 0xb1d3e675 call_usermodehelper_exec EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t -EXPORT_SYMBOL vmlinux 0xb20caac4 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xb1dfb3bf tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0xb20cc138 mdio_device_create EXPORT_SYMBOL vmlinux 0xb21d8653 twl6040_power EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload EXPORT_SYMBOL vmlinux 0xb22eadb4 d_find_any_alias EXPORT_SYMBOL vmlinux 0xb23489ef setup_arg_pages +EXPORT_SYMBOL vmlinux 0xb239f81a netif_napi_add EXPORT_SYMBOL vmlinux 0xb2479261 fscrypt_encrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0xb249a391 omap_request_dma +EXPORT_SYMBOL vmlinux 0xb2505052 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0xb253763f register_md_personality EXPORT_SYMBOL vmlinux 0xb256dc78 mipi_dsi_dcs_set_tear_scanline EXPORT_SYMBOL vmlinux 0xb2657e61 mipi_dsi_dcs_set_display_brightness @@ -9064,51 +9059,49 @@ EXPORT_SYMBOL vmlinux 0xb286c477 qcom_scm_set_warm_boot_addr EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt EXPORT_SYMBOL vmlinux 0xb2b9985b install_exec_creds +EXPORT_SYMBOL vmlinux 0xb2cdc556 neigh_changeaddr EXPORT_SYMBOL vmlinux 0xb2d0053e cgroup_bpf_enabled_key EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data EXPORT_SYMBOL vmlinux 0xb2e884f8 snd_card_file_remove -EXPORT_SYMBOL vmlinux 0xb2ed46e0 __dynamic_netdev_dbg -EXPORT_SYMBOL vmlinux 0xb2f914f8 dev_activate EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init EXPORT_SYMBOL vmlinux 0xb3274338 mpage_writepages -EXPORT_SYMBOL vmlinux 0xb33cd857 udp_seq_next +EXPORT_SYMBOL vmlinux 0xb3421493 netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0xb36412a5 genphy_read_mmd_unsupported EXPORT_SYMBOL vmlinux 0xb3667805 dqstats EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xb389760d fb_set_suspend -EXPORT_SYMBOL vmlinux 0xb3c8f6b3 dev_add_pack EXPORT_SYMBOL vmlinux 0xb3d0f735 scsi_cmd_ioctl EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string -EXPORT_SYMBOL vmlinux 0xb3d43781 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0xb3d4b1c0 devm_clk_get EXPORT_SYMBOL vmlinux 0xb3d6b9c1 devm_input_allocate_device EXPORT_SYMBOL vmlinux 0xb3e6040a soft_cursor -EXPORT_SYMBOL vmlinux 0xb3eba646 __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop EXPORT_SYMBOL vmlinux 0xb4073081 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xb40d0be2 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xb4138852 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xb417a043 sock_gettstamp EXPORT_SYMBOL vmlinux 0xb41bb8e0 mmc_register_driver EXPORT_SYMBOL vmlinux 0xb420fa01 jbd2_journal_dirty_metadata EXPORT_SYMBOL vmlinux 0xb422c2cb devm_devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem -EXPORT_SYMBOL vmlinux 0xb45fdc7e in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xb4703db7 skb_free_datagram EXPORT_SYMBOL vmlinux 0xb476c8f4 ZSTD_decompress_usingDict +EXPORT_SYMBOL vmlinux 0xb489bf87 inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts EXPORT_SYMBOL vmlinux 0xb4910192 arm_dma_zone_size EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free EXPORT_SYMBOL vmlinux 0xb4b8a04e set_anon_super EXPORT_SYMBOL vmlinux 0xb4c37ed4 mtd_concat_destroy -EXPORT_SYMBOL vmlinux 0xb4c846e4 pcie_get_mps EXPORT_SYMBOL vmlinux 0xb4cbc59a mmc_retune_unpause EXPORT_SYMBOL vmlinux 0xb4d5c293 __nla_reserve_nohdr -EXPORT_SYMBOL vmlinux 0xb4db7a45 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xb4e4e743 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xb4ee4b81 ipv6_select_ident EXPORT_SYMBOL vmlinux 0xb4f13d2a abort -EXPORT_SYMBOL vmlinux 0xb4fb7aee tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0xb510a488 jbd2_journal_finish_inode_data_buffers EXPORT_SYMBOL vmlinux 0xb5112b2a of_device_is_compatible EXPORT_SYMBOL vmlinux 0xb524927d snd_ctl_remove @@ -9122,20 +9115,21 @@ EXPORT_SYMBOL vmlinux 0xb5658241 devm_devfreq_remove_device EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a6f86b sk_stop_timer EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ae2629 pcie_get_readrq EXPORT_SYMBOL vmlinux 0xb5c1f08a set_security_override EXPORT_SYMBOL vmlinux 0xb5c61c26 iov_iter_single_seg_count EXPORT_SYMBOL vmlinux 0xb5ccb62f mmc_can_gpio_cd -EXPORT_SYMBOL vmlinux 0xb5e27b52 tcp_conn_request -EXPORT_SYMBOL vmlinux 0xb5effc99 neigh_changeaddr EXPORT_SYMBOL vmlinux 0xb5fa3108 bdgrab EXPORT_SYMBOL vmlinux 0xb5fcaf8d truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xb6174bcb neigh_for_each EXPORT_SYMBOL vmlinux 0xb628b3ad kthread_stop EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked +EXPORT_SYMBOL vmlinux 0xb62bec27 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xb62f451c _raw_read_lock_irq EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable EXPORT_SYMBOL vmlinux 0xb636dd73 __nand_calculate_ecc -EXPORT_SYMBOL vmlinux 0xb660158c neigh_resolve_output EXPORT_SYMBOL vmlinux 0xb6627d59 scsi_target_quiesce EXPORT_SYMBOL vmlinux 0xb6747244 dquot_set_dqblk EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt @@ -9143,31 +9137,31 @@ EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif EXPORT_SYMBOL vmlinux 0xb68abd30 nd_btt_version +EXPORT_SYMBOL vmlinux 0xb68c6fad netdev_crit +EXPORT_SYMBOL vmlinux 0xb68e3cc0 xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a317f5 skb_ext_add EXPORT_SYMBOL vmlinux 0xb6a382de mipi_dsi_dcs_exit_sleep_mode EXPORT_SYMBOL vmlinux 0xb6a546d0 blk_queue_stack_limits EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a9b1c5 netpoll_cleanup EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run -EXPORT_SYMBOL vmlinux 0xb6bc72f2 xfrm_stateonly_find -EXPORT_SYMBOL vmlinux 0xb6bdccf5 xfrm_init_state EXPORT_SYMBOL vmlinux 0xb6d1036f kern_path -EXPORT_SYMBOL vmlinux 0xb6e13f2c devm_alloc_etherdev_mqs -EXPORT_SYMBOL vmlinux 0xb6e1a544 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute EXPORT_SYMBOL vmlinux 0xb6fd46ed phy_resume +EXPORT_SYMBOL vmlinux 0xb6fe6da4 xfrm_init_state EXPORT_SYMBOL vmlinux 0xb7069c05 _copy_from_iter EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0xb73a8a27 tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xb73f362b padata_set_cpumask EXPORT_SYMBOL vmlinux 0xb7404850 input_set_abs_params -EXPORT_SYMBOL vmlinux 0xb7416459 put_cmsg_scm_timestamping -EXPORT_SYMBOL vmlinux 0xb744c616 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0xb749b1b0 md_bitmap_free EXPORT_SYMBOL vmlinux 0xb751f103 blk_queue_max_discard_sectors EXPORT_SYMBOL vmlinux 0xb7540086 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0xb76484e9 sync_inode -EXPORT_SYMBOL vmlinux 0xb774ba94 tso_build_hdr EXPORT_SYMBOL vmlinux 0xb777bdf0 seq_open_private EXPORT_SYMBOL vmlinux 0xb77a5c03 tty_port_close +EXPORT_SYMBOL vmlinux 0xb77f922e xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xb782b661 __i2c_smbus_xfer EXPORT_SYMBOL vmlinux 0xb789fff1 find_vma EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict @@ -9175,13 +9169,17 @@ EXPORT_SYMBOL vmlinux 0xb78e2050 qcom_scm_pas_init_image EXPORT_SYMBOL vmlinux 0xb79b5f52 dump_emit EXPORT_SYMBOL vmlinux 0xb7a10c2b __dec_zone_page_state EXPORT_SYMBOL vmlinux 0xb7a7302e request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xb7aa373d ip6_frag_next EXPORT_SYMBOL vmlinux 0xb7b126e2 param_set_copystring +EXPORT_SYMBOL vmlinux 0xb7beb4e0 netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags EXPORT_SYMBOL vmlinux 0xb7cc4af6 scsi_init_io EXPORT_SYMBOL vmlinux 0xb7df0e97 ZSTD_DDictWorkspaceBound +EXPORT_SYMBOL vmlinux 0xb7e56936 eth_validate_addr EXPORT_SYMBOL vmlinux 0xb7e5ef57 vfs_fsync_range EXPORT_SYMBOL vmlinux 0xb7eeb2b3 gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0xb80358d7 dev_addr_del +EXPORT_SYMBOL vmlinux 0xb809bce4 skb_queue_head EXPORT_SYMBOL vmlinux 0xb8436b77 devfreq_monitor_resume EXPORT_SYMBOL vmlinux 0xb855764f simple_link EXPORT_SYMBOL vmlinux 0xb85d17c1 make_kgid @@ -9190,26 +9188,29 @@ EXPORT_SYMBOL vmlinux 0xb8683d16 mount_bdev EXPORT_SYMBOL vmlinux 0xb8824ffb phy_ethtool_set_eee EXPORT_SYMBOL vmlinux 0xb88a567d snd_pcm_hw_constraint_list EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse -EXPORT_SYMBOL vmlinux 0xb8a2c633 brioctl_set EXPORT_SYMBOL vmlinux 0xb8a6ffeb __kfifo_dma_out_prepare_r EXPORT_SYMBOL vmlinux 0xb8a98e02 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xb8ac2d25 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xb8ae45b0 ip_generic_getfrag EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link -EXPORT_SYMBOL vmlinux 0xb8c0a9d9 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0xb8c66c45 dma_fence_get_status EXPORT_SYMBOL vmlinux 0xb8d8c3c4 __set_page_dirty_nobuffers EXPORT_SYMBOL vmlinux 0xb8de7d25 of_get_cpu_node EXPORT_SYMBOL vmlinux 0xb8e20673 gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb903aef9 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers -EXPORT_SYMBOL vmlinux 0xb9080abb skb_copy_datagram_from_iter -EXPORT_SYMBOL vmlinux 0xb90a74c1 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0xb91011b8 snd_pcm_lib_ioctl EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb919dbe7 sock_edemux EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab -EXPORT_SYMBOL vmlinux 0xb94bce74 dev_change_flags +EXPORT_SYMBOL vmlinux 0xb94a5f67 pci_bus_add_devices EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb961d365 tcp_shutdown EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit EXPORT_SYMBOL vmlinux 0xb9717851 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xb97f16f2 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb9803372 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xb98331fc __do_once_done EXPORT_SYMBOL vmlinux 0xb9a21d8e gen_new_estimator EXPORT_SYMBOL vmlinux 0xb9a28ef1 super_setup_bdi @@ -9222,29 +9223,28 @@ EXPORT_SYMBOL vmlinux 0xb9ec95f4 __sb_start_write EXPORT_SYMBOL vmlinux 0xb9f815a1 capable_wrt_inode_uidgid EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req EXPORT_SYMBOL vmlinux 0xba0dc08a iterate_dir +EXPORT_SYMBOL vmlinux 0xba121911 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xba1f210c netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0xba356a90 of_iomap EXPORT_SYMBOL vmlinux 0xba45c5ff cdrom_get_last_written EXPORT_SYMBOL vmlinux 0xba467569 __ClearPageMovable EXPORT_SYMBOL vmlinux 0xba4766bc d_set_d_op EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy -EXPORT_SYMBOL vmlinux 0xba4fcfc2 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0xba5c12ac generic_delete_inode EXPORT_SYMBOL vmlinux 0xba66b140 cdev_device_add EXPORT_SYMBOL vmlinux 0xba6db3c0 find_inode_nowait -EXPORT_SYMBOL vmlinux 0xba994504 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0xba9dd6f9 snd_ctl_new1 EXPORT_SYMBOL vmlinux 0xbaa7c8c5 krealloc EXPORT_SYMBOL vmlinux 0xbaae6ce4 skb_flow_dissector_init EXPORT_SYMBOL vmlinux 0xbaaf32b7 tty_port_open -EXPORT_SYMBOL vmlinux 0xbac84313 pcie_bandwidth_available EXPORT_SYMBOL vmlinux 0xbaf434c2 register_sysctl_paths EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset EXPORT_SYMBOL vmlinux 0xbb14eb31 bcmp EXPORT_SYMBOL vmlinux 0xbb1c7458 set_blocksize -EXPORT_SYMBOL vmlinux 0xbb1f1515 udp6_set_csum EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command EXPORT_SYMBOL vmlinux 0xbb2b105e simple_rename EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xbb427bbc xfrm_parse_spi EXPORT_SYMBOL vmlinux 0xbb4ed882 genphy_loopback EXPORT_SYMBOL vmlinux 0xbb5734ed sg_miter_next EXPORT_SYMBOL vmlinux 0xbb660c37 snd_pcm_hw_rule_noresample @@ -9253,35 +9253,32 @@ EXPORT_SYMBOL vmlinux 0xbb8bb897 mmc_sw_reset EXPORT_SYMBOL vmlinux 0xbb93ecd2 serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0xbb958202 fbcon_set_rotate EXPORT_SYMBOL vmlinux 0xbbc56f2e mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xbbccee83 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xbbcff9a4 check_zeroed_user -EXPORT_SYMBOL vmlinux 0xbbe9e46d kernel_sendpage -EXPORT_SYMBOL vmlinux 0xbbf179f4 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xbbdc61ea skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xbbdebe7d pci_set_vpd_size EXPORT_SYMBOL vmlinux 0xbbfdc1c2 mfd_remove_devices EXPORT_SYMBOL vmlinux 0xbc098767 nf_getsockopt -EXPORT_SYMBOL vmlinux 0xbc0cbabd ip_defrag -EXPORT_SYMBOL vmlinux 0xbc0decf8 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 -EXPORT_SYMBOL vmlinux 0xbc238c62 pcim_pin_device -EXPORT_SYMBOL vmlinux 0xbc348b80 nf_hook_slow EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc4521b1 vga_client_register EXPORT_SYMBOL vmlinux 0xbc4b6b00 fs_context_for_reconfigure -EXPORT_SYMBOL vmlinux 0xbc582875 netif_skb_features -EXPORT_SYMBOL vmlinux 0xbc5cbb96 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xbc54354f tcp_req_err +EXPORT_SYMBOL vmlinux 0xbc571f6a mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0xbc760631 nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0xbc77464d inode_needs_sync EXPORT_SYMBOL vmlinux 0xbc77c6d6 input_release_device EXPORT_SYMBOL vmlinux 0xbc943425 param_get_int -EXPORT_SYMBOL vmlinux 0xbca7b3fc dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0xbcab6c0e bio_devname EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcad818d redraw_screen +EXPORT_SYMBOL vmlinux 0xbcb314dc rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0xbcb51c0a vfs_fadvise EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 EXPORT_SYMBOL vmlinux 0xbcbeb435 unregister_cdrom EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user -EXPORT_SYMBOL vmlinux 0xbcf4d8fe mr_table_alloc EXPORT_SYMBOL vmlinux 0xbd079088 generic_file_read_iter -EXPORT_SYMBOL vmlinux 0xbd2052e3 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xbd2b6acb udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xbd4830f8 vme_dma_list_free EXPORT_SYMBOL vmlinux 0xbd49f4e2 jbd2__journal_start EXPORT_SYMBOL vmlinux 0xbd805537 of_phy_get_and_connect @@ -9289,16 +9286,16 @@ EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock EXPORT_SYMBOL vmlinux 0xbd8555f8 mutex_trylock_recursive EXPORT_SYMBOL vmlinux 0xbd8ddf4b bio_free_pages EXPORT_SYMBOL vmlinux 0xbd9eafd2 load_nls -EXPORT_SYMBOL vmlinux 0xbda493c4 pci_resize_resource EXPORT_SYMBOL vmlinux 0xbda8e703 nobh_write_begin -EXPORT_SYMBOL vmlinux 0xbdda6deb dev_open +EXPORT_SYMBOL vmlinux 0xbde52247 __neigh_for_each_release EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe3365b3 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xbe3d5e0b ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0xbe3d5fce page_pool_create EXPORT_SYMBOL vmlinux 0xbe41d7c3 vfs_llseek EXPORT_SYMBOL vmlinux 0xbe4c3f51 file_path EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number -EXPORT_SYMBOL vmlinux 0xbe512e6a pci_scan_single_device EXPORT_SYMBOL vmlinux 0xbe58206e vm_zone_stat EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd @@ -9306,23 +9303,22 @@ EXPORT_SYMBOL vmlinux 0xbe6d95c8 set_page_dirty EXPORT_SYMBOL vmlinux 0xbe7350bc posix_acl_update_mode EXPORT_SYMBOL vmlinux 0xbe777cb0 blk_mq_tagset_wait_completed_request EXPORT_SYMBOL vmlinux 0xbe78f3eb kill_fasync -EXPORT_SYMBOL vmlinux 0xbea6489d ip_do_fragment +EXPORT_SYMBOL vmlinux 0xbe9060a7 pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0xbeb5ee92 make_kprojid -EXPORT_SYMBOL vmlinux 0xbecd8cd9 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xbeb6ea06 xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r -EXPORT_SYMBOL vmlinux 0xbeed8702 seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule EXPORT_SYMBOL vmlinux 0xbf0e8f19 fc_mount EXPORT_SYMBOL vmlinux 0xbf19d8c6 fscrypt_has_permitted_context -EXPORT_SYMBOL vmlinux 0xbf1db925 tcp_mtup_init -EXPORT_SYMBOL vmlinux 0xbf295dd9 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xbf3bb755 cpu_user EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table +EXPORT_SYMBOL vmlinux 0xbf65185d sock_recv_errqueue EXPORT_SYMBOL vmlinux 0xbf7347b2 proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0xbf7a80b7 dma_mmap_attrs EXPORT_SYMBOL vmlinux 0xbf7c1f6b __blkdev_reread_part EXPORT_SYMBOL vmlinux 0xbf88a71b reuseport_alloc +EXPORT_SYMBOL vmlinux 0xbf9b78b1 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set EXPORT_SYMBOL vmlinux 0xbfa62f18 pagevec_lookup_range EXPORT_SYMBOL vmlinux 0xbfc9f2f9 cdrom_dummy_generic_packet @@ -9334,6 +9330,7 @@ EXPORT_SYMBOL vmlinux 0xbff386b8 scsi_report_opcode EXPORT_SYMBOL vmlinux 0xc0047137 of_find_net_device_by_node EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector EXPORT_SYMBOL vmlinux 0xc03cf7b0 page_mapping +EXPORT_SYMBOL vmlinux 0xc0608e1a __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xc0674b78 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb @@ -9345,47 +9342,45 @@ EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top +EXPORT_SYMBOL vmlinux 0xc0ddf8ff lock_sock_nested EXPORT_SYMBOL vmlinux 0xc0f2d14e vm_map_pages_zero EXPORT_SYMBOL vmlinux 0xc0f7226f snd_pcm_open_substream EXPORT_SYMBOL vmlinux 0xc0fb357a dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup -EXPORT_SYMBOL vmlinux 0xc10223af tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0xc104368b wait_for_completion_interruptible_timeout EXPORT_SYMBOL vmlinux 0xc106a3f5 padata_do_serial -EXPORT_SYMBOL vmlinux 0xc12769db tcp_syn_ack_timeout -EXPORT_SYMBOL vmlinux 0xc129072c dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0xc13501e8 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xc13a5dc1 sock_sendmsg EXPORT_SYMBOL vmlinux 0xc13a7ba6 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xc14ab054 xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq EXPORT_SYMBOL vmlinux 0xc15f4ed8 utf8nlen EXPORT_SYMBOL vmlinux 0xc1627406 _copy_to_iter EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem EXPORT_SYMBOL vmlinux 0xc17b1b1d param_ops_byte -EXPORT_SYMBOL vmlinux 0xc17b1e05 skb_headers_offset_update -EXPORT_SYMBOL vmlinux 0xc1c16484 nf_ct_get_tuple_skb -EXPORT_SYMBOL vmlinux 0xc1c57ecc __skb_pad +EXPORT_SYMBOL vmlinux 0xc1859ccc pci_set_master +EXPORT_SYMBOL vmlinux 0xc193fa12 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xc1acef69 sock_create +EXPORT_SYMBOL vmlinux 0xc1ad1c8f vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0xc1d08818 flow_rule_match_enc_keyid -EXPORT_SYMBOL vmlinux 0xc1d8464e pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget EXPORT_SYMBOL vmlinux 0xc1f6525a devm_devfreq_register_notifier EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work EXPORT_SYMBOL vmlinux 0xc2088a6a nf_unregister_sockopt -EXPORT_SYMBOL vmlinux 0xc21b4fcc pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xc21ebb71 __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0xc22f0436 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xc2589203 pci_request_regions EXPORT_SYMBOL vmlinux 0xc25babfc padata_register_cpumask_notifier -EXPORT_SYMBOL vmlinux 0xc2646f52 napi_consume_skb -EXPORT_SYMBOL vmlinux 0xc2664bc9 pcim_set_mwi EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate -EXPORT_SYMBOL vmlinux 0xc26b0bfb tcp_init_sock EXPORT_SYMBOL vmlinux 0xc271c3be mutex_lock -EXPORT_SYMBOL vmlinux 0xc2ab0f4b pci_irq_vector -EXPORT_SYMBOL vmlinux 0xc2ab6ad1 ipv6_select_ident EXPORT_SYMBOL vmlinux 0xc2ab88b8 cdev_add EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return EXPORT_SYMBOL vmlinux 0xc2c49da1 mipi_dsi_dcs_set_tear_on EXPORT_SYMBOL vmlinux 0xc2cf2dde ZSTD_decompress_usingDDict +EXPORT_SYMBOL vmlinux 0xc2d93704 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc2da1bc8 ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0xc2dbbedd simple_dentry_operations EXPORT_SYMBOL vmlinux 0xc2dd21f8 blk_rq_map_user_iov EXPORT_SYMBOL vmlinux 0xc2e03210 scsi_is_target_device @@ -9398,36 +9393,36 @@ EXPORT_SYMBOL vmlinux 0xc3126ce1 uart_unregister_driver EXPORT_SYMBOL vmlinux 0xc3139d3d simple_statfs EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xc32daa8a mipi_dsi_dcs_nop -EXPORT_SYMBOL vmlinux 0xc32f1495 sock_no_recvmsg -EXPORT_SYMBOL vmlinux 0xc34bac19 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xc33335c9 tso_build_data EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf EXPORT_SYMBOL vmlinux 0xc36f2369 registered_fb EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39f2c69 netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0xc39fb152 ps2_init EXPORT_SYMBOL vmlinux 0xc3adcafe __scsi_iterate_devices -EXPORT_SYMBOL vmlinux 0xc3c2d953 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xc3bd2638 unlock_page_memcg EXPORT_SYMBOL vmlinux 0xc3cc3d42 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc3d05684 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc3dc32a7 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0xc3ed7825 unmap_mapping_range -EXPORT_SYMBOL vmlinux 0xc3ef40d0 sock_recv_errqueue EXPORT_SYMBOL vmlinux 0xc4083ba8 bpf_prog_get_type_path -EXPORT_SYMBOL vmlinux 0xc40a7d6b kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc4140a82 neigh_resolve_output EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert EXPORT_SYMBOL vmlinux 0xc4213713 phy_drivers_register -EXPORT_SYMBOL vmlinux 0xc432b63a udp_seq_ops EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc489acdc get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0xc49805b2 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xc4a69967 may_umount -EXPORT_SYMBOL vmlinux 0xc4b85d36 sock_no_socketpair EXPORT_SYMBOL vmlinux 0xc4bdbdce adjust_managed_page_count EXPORT_SYMBOL vmlinux 0xc4d2d5cd iput -EXPORT_SYMBOL vmlinux 0xc4d5e539 tcp_sendmsg EXPORT_SYMBOL vmlinux 0xc4d6fc0e phy_driver_unregister EXPORT_SYMBOL vmlinux 0xc4dcf50b blkdev_put EXPORT_SYMBOL vmlinux 0xc4ea0db2 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xc502d59b tcp_v4_connect EXPORT_SYMBOL vmlinux 0xc5128824 of_graph_get_remote_node -EXPORT_SYMBOL vmlinux 0xc527b815 inet6_add_offload EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params EXPORT_SYMBOL vmlinux 0xc534ced7 jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0xc53ea770 param_get_invbool @@ -9437,13 +9432,14 @@ EXPORT_SYMBOL vmlinux 0xc581500f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xc5850110 printk EXPORT_SYMBOL vmlinux 0xc596f577 dquot_commit_info EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete -EXPORT_SYMBOL vmlinux 0xc59d7d18 inet_frag_pull_head EXPORT_SYMBOL vmlinux 0xc5a6d10b release_and_free_resource EXPORT_SYMBOL vmlinux 0xc5ab7967 tc6393xb_lcd_mode EXPORT_SYMBOL vmlinux 0xc5b9bbd3 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xc5bfbbde tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0xc5c202ca input_open_device EXPORT_SYMBOL vmlinux 0xc5c5bd6c rproc_boot EXPORT_SYMBOL vmlinux 0xc5d187b1 backlight_device_register +EXPORT_SYMBOL vmlinux 0xc5dc12ef xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource EXPORT_SYMBOL vmlinux 0xc5e7f9b0 pci_ep_cfs_remove_epf_group EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive @@ -9451,15 +9447,17 @@ EXPORT_SYMBOL vmlinux 0xc5f33c9f sg_miter_stop EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last EXPORT_SYMBOL vmlinux 0xc5fc2e8d _dev_crit EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const -EXPORT_SYMBOL vmlinux 0xc60c1f2b pci_enable_device_mem EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc6263653 inet_ioctl EXPORT_SYMBOL vmlinux 0xc631580a console_unlock EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc6718aad __ip_options_compile EXPORT_SYMBOL vmlinux 0xc682574a of_io_request_and_map EXPORT_SYMBOL vmlinux 0xc69bcd86 of_get_mac_address EXPORT_SYMBOL vmlinux 0xc69f4adf scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xc6a3e1ea xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0xc6a5173c of_find_all_nodes EXPORT_SYMBOL vmlinux 0xc6a9252c d_add_ci EXPORT_SYMBOL vmlinux 0xc6afc522 nvm_unregister_tgt_type @@ -9471,22 +9469,20 @@ EXPORT_SYMBOL vmlinux 0xc6ddb83d generic_pipe_buf_get EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port EXPORT_SYMBOL vmlinux 0xc72e066e snd_pcm_hw_param_last -EXPORT_SYMBOL vmlinux 0xc72f7a44 pci_disable_device EXPORT_SYMBOL vmlinux 0xc743c0c9 irq_domain_set_info EXPORT_SYMBOL vmlinux 0xc752fb28 __sync_dirty_buffer EXPORT_SYMBOL vmlinux 0xc7534106 mdio_driver_register EXPORT_SYMBOL vmlinux 0xc756e0b0 param_set_long EXPORT_SYMBOL vmlinux 0xc757955c seq_release EXPORT_SYMBOL vmlinux 0xc774b54a input_reset_device -EXPORT_SYMBOL vmlinux 0xc7798b1e skb_vlan_untag EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc785e020 seq_puts EXPORT_SYMBOL vmlinux 0xc78bcd47 kobject_add +EXPORT_SYMBOL vmlinux 0xc790ed43 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0xc799cef0 uart_remove_one_port EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock -EXPORT_SYMBOL vmlinux 0xc7a6642a inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xc7b52360 mmc_unregister_driver EXPORT_SYMBOL vmlinux 0xc7b948ff vme_irq_handler EXPORT_SYMBOL vmlinux 0xc7bd2993 iov_iter_get_pages @@ -9499,6 +9495,7 @@ EXPORT_SYMBOL vmlinux 0xc816b73e do_splice_direct EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop EXPORT_SYMBOL vmlinux 0xc8318535 mipi_dsi_dcs_write EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83bc2a9 fqdir_init EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu EXPORT_SYMBOL vmlinux 0xc84c63b5 writeback_inodes_sb_nr EXPORT_SYMBOL vmlinux 0xc84f2f4f param_get_charp @@ -9511,71 +9508,65 @@ EXPORT_SYMBOL vmlinux 0xc8a20075 jbd2_journal_blocks_per_page EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread EXPORT_SYMBOL vmlinux 0xc8ae0ca8 input_register_device EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 -EXPORT_SYMBOL vmlinux 0xc8d51da8 kfree_skb_list EXPORT_SYMBOL vmlinux 0xc8d7eb78 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xc8dd70b7 dev_get_stats EXPORT_SYMBOL vmlinux 0xc8fd8dd7 empty_zero_page EXPORT_SYMBOL vmlinux 0xc8ffaa26 make_bad_inode EXPORT_SYMBOL vmlinux 0xc9299287 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xc92d80e0 pci_free_irq EXPORT_SYMBOL vmlinux 0xc93ca31e gro_cells_receive +EXPORT_SYMBOL vmlinux 0xc941007e netif_skb_features EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96b049d pci_map_rom EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev EXPORT_SYMBOL vmlinux 0xc9843f50 csum_and_copy_from_iter_full EXPORT_SYMBOL vmlinux 0xc9861d5c __test_set_page_writeback EXPORT_SYMBOL vmlinux 0xc98d5798 kmem_cache_alloc -EXPORT_SYMBOL vmlinux 0xc98f82b1 vga_client_register EXPORT_SYMBOL vmlinux 0xc9967fac nvdimm_revalidate_disk EXPORT_SYMBOL vmlinux 0xc99cbb83 gen_pool_dma_alloc_align EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev EXPORT_SYMBOL vmlinux 0xc9b2e2da __vmalloc -EXPORT_SYMBOL vmlinux 0xc9b57033 xfrm_state_add -EXPORT_SYMBOL vmlinux 0xc9b98225 __skb_recv_udp -EXPORT_SYMBOL vmlinux 0xc9c50078 inet_dgram_ops EXPORT_SYMBOL vmlinux 0xc9c7c272 dcb_ieee_getapp_dscp_prio_mask_map EXPORT_SYMBOL vmlinux 0xc9dee30a end_buffer_read_sync EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init EXPORT_SYMBOL vmlinux 0xc9e9d5f9 vme_alloc_consistent -EXPORT_SYMBOL vmlinux 0xc9ec6461 eth_header_parse EXPORT_SYMBOL vmlinux 0xca1ae68a input_set_max_poll_interval EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free EXPORT_SYMBOL vmlinux 0xca275c73 qdisc_watchdog_cancel -EXPORT_SYMBOL vmlinux 0xca2dd2e9 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0xca3ddad5 dcache_dir_close EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function -EXPORT_SYMBOL vmlinux 0xca545e8a pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xca50b2df kernel_accept +EXPORT_SYMBOL vmlinux 0xca55afba skb_tx_error EXPORT_SYMBOL vmlinux 0xca61643d blk_rq_map_kern EXPORT_SYMBOL vmlinux 0xca61d308 __bread_gfp EXPORT_SYMBOL vmlinux 0xca692156 mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup EXPORT_SYMBOL vmlinux 0xca764892 request_key_rcu EXPORT_SYMBOL vmlinux 0xca813ce6 LZ4_decompress_safe_continue -EXPORT_SYMBOL vmlinux 0xca8f4787 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xca8e1b06 pci_iounmap EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next -EXPORT_SYMBOL vmlinux 0xcaa9f844 kernel_getsockname -EXPORT_SYMBOL vmlinux 0xcaad5344 pci_clear_mwi EXPORT_SYMBOL vmlinux 0xcab3d2fc scsi_host_put EXPORT_SYMBOL vmlinux 0xcab7f992 scsi_report_device_reset -EXPORT_SYMBOL vmlinux 0xcac31947 kernel_bind EXPORT_SYMBOL vmlinux 0xcac663f5 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xcae71762 rtnl_create_link EXPORT_SYMBOL vmlinux 0xcae86ba7 security_unix_may_send EXPORT_SYMBOL vmlinux 0xcaef8286 kstrtos8_from_user EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain EXPORT_SYMBOL vmlinux 0xcb003959 tty_wait_until_sent EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu -EXPORT_SYMBOL vmlinux 0xcb065068 __skb_gso_segment EXPORT_SYMBOL vmlinux 0xcb177e73 pagecache_write_begin EXPORT_SYMBOL vmlinux 0xcb245b15 generic_read_dir -EXPORT_SYMBOL vmlinux 0xcb27b8a1 skb_split +EXPORT_SYMBOL vmlinux 0xcb24fbab ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xcb25aa02 sock_alloc_file EXPORT_SYMBOL vmlinux 0xcb2b5cd5 prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0xcb2bf00f padata_free_shell EXPORT_SYMBOL vmlinux 0xcb33923b scsi_track_queue_full EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load EXPORT_SYMBOL vmlinux 0xcb65344f md_bitmap_unplug -EXPORT_SYMBOL vmlinux 0xcb66914f pci_irq_get_node -EXPORT_SYMBOL vmlinux 0xcb8c24d3 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit -EXPORT_SYMBOL vmlinux 0xcba17149 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xcba44e63 napi_gro_flush EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort EXPORT_SYMBOL vmlinux 0xcbbac2ba __task_pid_nr_ns EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context @@ -9586,18 +9577,23 @@ EXPORT_SYMBOL vmlinux 0xcbe6bfbf of_graph_get_endpoint_by_regs EXPORT_SYMBOL vmlinux 0xcbe72f2b cros_ec_prepare_tx EXPORT_SYMBOL vmlinux 0xcbeb97c7 vme_dma_list_add EXPORT_SYMBOL vmlinux 0xcbf1dbd0 utf8len +EXPORT_SYMBOL vmlinux 0xcbfff248 skb_append EXPORT_SYMBOL vmlinux 0xcc11441c hmm_range_unregister EXPORT_SYMBOL vmlinux 0xcc11e2e6 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xcc124062 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xcc164a8e neigh_table_init EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port EXPORT_SYMBOL vmlinux 0xcc26b943 input_free_device EXPORT_SYMBOL vmlinux 0xcc288aee gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0xcc2c7ef0 phy_ethtool_get_eee EXPORT_SYMBOL vmlinux 0xcc30f0f1 tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0xcc31a172 skb_seq_read EXPORT_SYMBOL vmlinux 0xcc40d057 cdrom_mode_sense EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next EXPORT_SYMBOL vmlinux 0xcc4aecbe backlight_force_update EXPORT_SYMBOL vmlinux 0xcc4b1acc jbd2_journal_ack_err EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc54bb3f kfree_skb_partial EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock EXPORT_SYMBOL vmlinux 0xcc5f70b6 bio_copy_data EXPORT_SYMBOL vmlinux 0xcc606877 snd_unregister_oss_device @@ -9605,13 +9601,13 @@ EXPORT_SYMBOL vmlinux 0xccb302d9 lock_two_nondirectories EXPORT_SYMBOL vmlinux 0xccb5aa1a zpool_unregister_driver EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor EXPORT_SYMBOL vmlinux 0xccc9f34d jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xccd38216 sock_create_lite EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start EXPORT_SYMBOL vmlinux 0xccdb8a72 do_map_probe EXPORT_SYMBOL vmlinux 0xccde7eb7 config_item_init_type_name EXPORT_SYMBOL vmlinux 0xcceca4e1 ethtool_rx_flow_rule_destroy EXPORT_SYMBOL vmlinux 0xccfa6e16 filemap_map_pages EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics -EXPORT_SYMBOL vmlinux 0xccfc9541 inet_stream_ops EXPORT_SYMBOL vmlinux 0xccfcde03 config_item_get_unless_zero EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd00abbc add_wait_queue_exclusive @@ -9620,77 +9616,75 @@ EXPORT_SYMBOL vmlinux 0xcd06f717 unregister_filesystem EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp EXPORT_SYMBOL vmlinux 0xcd0fa541 snd_timer_resolution EXPORT_SYMBOL vmlinux 0xcd120fc3 __module_put_and_exit -EXPORT_SYMBOL vmlinux 0xcd19f3ff inet_del_offload +EXPORT_SYMBOL vmlinux 0xcd1451d7 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0xcd279169 nla_find EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div EXPORT_SYMBOL vmlinux 0xcd373c99 mmc_erase EXPORT_SYMBOL vmlinux 0xcd3fe192 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xcd45ac91 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0xcd47c510 lease_get_mtime -EXPORT_SYMBOL vmlinux 0xcd599496 ip6_frag_init EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd70b907 inet_put_port EXPORT_SYMBOL vmlinux 0xcd76ab31 ptp_clock_event EXPORT_SYMBOL vmlinux 0xcd7dbbe8 posix_acl_to_xattr EXPORT_SYMBOL vmlinux 0xcd87ecd5 __mod_node_page_state -EXPORT_SYMBOL vmlinux 0xcd9fb269 dev_loopback_xmit -EXPORT_SYMBOL vmlinux 0xcda49a85 netdev_boot_setup_check -EXPORT_SYMBOL vmlinux 0xcdaf4f32 xfrm_state_lookup -EXPORT_SYMBOL vmlinux 0xcdb3f2eb xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xcd8e931f pci_enable_device_io EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcd3810 __skb_get_hash EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev EXPORT_SYMBOL vmlinux 0xcdf3c2ee simple_rmdir EXPORT_SYMBOL vmlinux 0xce0c7014 phy_ethtool_sset EXPORT_SYMBOL vmlinux 0xce198f35 peernet2id EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake EXPORT_SYMBOL vmlinux 0xce2cef7b snd_info_free_entry +EXPORT_SYMBOL vmlinux 0xce387c08 sock_no_shutdown EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5c131b ip_ct_attach EXPORT_SYMBOL vmlinux 0xce615a14 import_iovec -EXPORT_SYMBOL vmlinux 0xce6e7de3 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xce78738c unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce8ec30b cros_ec_get_host_event -EXPORT_SYMBOL vmlinux 0xce9d4de7 inet_gro_complete EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul -EXPORT_SYMBOL vmlinux 0xceb313b3 tcf_block_get_ext -EXPORT_SYMBOL vmlinux 0xcebc067e vga_get -EXPORT_SYMBOL vmlinux 0xcec33534 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xceb5d2fa xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xceb8fd7e nf_log_packet EXPORT_SYMBOL vmlinux 0xcec73fbb devm_request_resource EXPORT_SYMBOL vmlinux 0xcecff777 snd_jack_add_new_kctl EXPORT_SYMBOL vmlinux 0xced3db32 t10_pi_type3_ip -EXPORT_SYMBOL vmlinux 0xceda2e60 remove_conflicting_pci_framebuffers -EXPORT_SYMBOL vmlinux 0xceda4d1c pci_setup_cardbus -EXPORT_SYMBOL vmlinux 0xcedc39d9 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xcede275c memremap +EXPORT_SYMBOL vmlinux 0xcee51809 inet_pton_with_scope EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xcef9daf8 inet6_bind EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port EXPORT_SYMBOL vmlinux 0xcefdf6c8 ppp_unit_number EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check EXPORT_SYMBOL vmlinux 0xcf012dbd tcf_generic_walker EXPORT_SYMBOL vmlinux 0xcf01f610 panic_notifier_list EXPORT_SYMBOL vmlinux 0xcf16784a max8998_update_reg -EXPORT_SYMBOL vmlinux 0xcf17c31a ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find EXPORT_SYMBOL vmlinux 0xcf1ed9d1 mmc_gpio_set_cd_wake -EXPORT_SYMBOL vmlinux 0xcf3a18c5 zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xcf3fac84 cpumask_next EXPORT_SYMBOL vmlinux 0xcf428f04 pps_event +EXPORT_SYMBOL vmlinux 0xcf457f79 dev_remove_pack EXPORT_SYMBOL vmlinux 0xcf5118e0 flow_rule_match_basic EXPORT_SYMBOL vmlinux 0xcf57a5f1 dquot_quota_sync -EXPORT_SYMBOL vmlinux 0xcf5c7c94 km_new_mapping EXPORT_SYMBOL vmlinux 0xcf5ffead dcb_setapp -EXPORT_SYMBOL vmlinux 0xcf6c2ab7 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xcf6a7e2c tcp_setsockopt EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on -EXPORT_SYMBOL vmlinux 0xcf877120 __napi_schedule -EXPORT_SYMBOL vmlinux 0xcf8b25a4 netpoll_send_udp EXPORT_SYMBOL vmlinux 0xcf8d9d1f scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xcf91ca15 mod_zone_page_state EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos -EXPORT_SYMBOL vmlinux 0xcfc79a50 netdev_lower_dev_get_private -EXPORT_SYMBOL vmlinux 0xcfdf3d0a pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xcfa7098b __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcfb10c3a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xcfc6baf3 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xcfdd1973 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xcfec0ddd md_integrity_register EXPORT_SYMBOL vmlinux 0xcfee16ef mount_nodev +EXPORT_SYMBOL vmlinux 0xcff03a61 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0xd00c02ba clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xd03eb914 __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab EXPORT_SYMBOL vmlinux 0xd04b957e d_set_fallthru EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net @@ -9702,159 +9696,152 @@ EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function EXPORT_SYMBOL vmlinux 0xd06a0010 __serio_register_driver EXPORT_SYMBOL vmlinux 0xd087fe11 scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0xd0a106db rproc_coredump_add_segment -EXPORT_SYMBOL vmlinux 0xd0a13bab kfree_skb -EXPORT_SYMBOL vmlinux 0xd0a1fc1b pci_get_slot EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces EXPORT_SYMBOL vmlinux 0xd0b6774f phy_modify_paged_changed -EXPORT_SYMBOL vmlinux 0xd0b82604 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0xd0b95708 generic_start_io_acct -EXPORT_SYMBOL vmlinux 0xd0c020dd lock_sock_fast EXPORT_SYMBOL vmlinux 0xd0c569cb bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0xd0ea4767 snd_pcm_lib_free_pages EXPORT_SYMBOL vmlinux 0xd0f796db tty_hung_up_p EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put +EXPORT_SYMBOL vmlinux 0xd0f8d223 mroute6_is_socket EXPORT_SYMBOL vmlinux 0xd109778f gen_pool_dma_alloc_algo EXPORT_SYMBOL vmlinux 0xd11e4064 i2c_smbus_write_byte_data EXPORT_SYMBOL vmlinux 0xd1204b92 tcf_idr_cleanup EXPORT_SYMBOL vmlinux 0xd1213756 cdev_device_del -EXPORT_SYMBOL vmlinux 0xd12318e2 __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0xd12705d3 kern_path_create EXPORT_SYMBOL vmlinux 0xd1291b8b set_nlink EXPORT_SYMBOL vmlinux 0xd1344bfa fget_raw EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize EXPORT_SYMBOL vmlinux 0xd13fb2ec __hw_addr_unsync_dev -EXPORT_SYMBOL vmlinux 0xd14e67d6 xfrm_user_policy -EXPORT_SYMBOL vmlinux 0xd165c782 kernel_connect -EXPORT_SYMBOL vmlinux 0xd16b180c pci_get_subsys EXPORT_SYMBOL vmlinux 0xd17e11f3 simple_map_init EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough EXPORT_SYMBOL vmlinux 0xd185e029 mmc_can_erase EXPORT_SYMBOL vmlinux 0xd18aa215 blk_pre_runtime_resume -EXPORT_SYMBOL vmlinux 0xd18c20f8 inet_sendpage -EXPORT_SYMBOL vmlinux 0xd1919740 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xd193e4d7 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xd1a9187d xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0xd1b0355b dqput -EXPORT_SYMBOL vmlinux 0xd1b09051 xfrm_policy_byid -EXPORT_SYMBOL vmlinux 0xd1b6f614 netdev_update_features +EXPORT_SYMBOL vmlinux 0xd1b829e5 netif_napi_del EXPORT_SYMBOL vmlinux 0xd1c620cb locks_mandatory_area EXPORT_SYMBOL vmlinux 0xd1c83d9b __alloc_pages_nodemask EXPORT_SYMBOL vmlinux 0xd1cad4ce d_splice_alias EXPORT_SYMBOL vmlinux 0xd1d1198b md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xd1d66133 sock_kfree_s EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string EXPORT_SYMBOL vmlinux 0xd1ef62ce ilookup +EXPORT_SYMBOL vmlinux 0xd1f02675 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xd203f8cc napi_schedule_prep EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down EXPORT_SYMBOL vmlinux 0xd20b556b ata_std_end_eh EXPORT_SYMBOL vmlinux 0xd22f30a2 get_task_exe_file EXPORT_SYMBOL vmlinux 0xd23654d1 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xd239375b ipv6_chk_addr EXPORT_SYMBOL vmlinux 0xd24132e4 snd_info_create_module_entry -EXPORT_SYMBOL vmlinux 0xd2471ed6 dev_set_group EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged EXPORT_SYMBOL vmlinux 0xd27c447f register_key_type +EXPORT_SYMBOL vmlinux 0xd27fe7dc pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xd2802d5c pgprot_kernel EXPORT_SYMBOL vmlinux 0xd28348f4 serio_unregister_child_port EXPORT_SYMBOL vmlinux 0xd288841c omap_get_dma_dst_pos -EXPORT_SYMBOL vmlinux 0xd2959719 tcf_exts_destroy -EXPORT_SYMBOL vmlinux 0xd2a4b4be __udp_disconnect +EXPORT_SYMBOL vmlinux 0xd289c282 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xd2a5c1ad pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0xd2c10341 iov_iter_fault_in_readable -EXPORT_SYMBOL vmlinux 0xd2cd424f neigh_seq_start +EXPORT_SYMBOL vmlinux 0xd2c6dba2 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0xd2d6d15c phy_device_create +EXPORT_SYMBOL vmlinux 0xd2d76e18 tc_setup_cb_call EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier EXPORT_SYMBOL vmlinux 0xd2e08344 phy_validate_pause EXPORT_SYMBOL vmlinux 0xd2eb32b9 tcp_rx_skb_cache_key EXPORT_SYMBOL vmlinux 0xd30a4934 param_ops_bint -EXPORT_SYMBOL vmlinux 0xd30cad10 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xd31b0645 abx500_get_chip_id EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible EXPORT_SYMBOL vmlinux 0xd32ced71 blk_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get EXPORT_SYMBOL vmlinux 0xd341d05f dma_resv_fini +EXPORT_SYMBOL vmlinux 0xd3434e54 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xd358dbe8 __kfree_skb EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 -EXPORT_SYMBOL vmlinux 0xd378c42f audit_log +EXPORT_SYMBOL vmlinux 0xd3737705 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0xd3901a27 dma_async_device_unregister EXPORT_SYMBOL vmlinux 0xd3933658 __starget_for_each_device EXPORT_SYMBOL vmlinux 0xd3974e43 ps2_drain EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc -EXPORT_SYMBOL vmlinux 0xd3a96642 netdev_has_upper_dev_all_rcu -EXPORT_SYMBOL vmlinux 0xd3acbe37 dev_get_valid_name +EXPORT_SYMBOL vmlinux 0xd3a20298 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xd3a52d0c skb_abort_seq_read EXPORT_SYMBOL vmlinux 0xd3ae46c2 noop_llseek EXPORT_SYMBOL vmlinux 0xd3b77688 dm_unregister_target EXPORT_SYMBOL vmlinux 0xd3bd1c08 flow_rule_match_control EXPORT_SYMBOL vmlinux 0xd3c33fca fscrypt_ioctl_get_policy EXPORT_SYMBOL vmlinux 0xd3c456d9 genphy_soft_reset -EXPORT_SYMBOL vmlinux 0xd3c84a69 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xd3c9cf98 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xd3ccab30 pci_read_vpd EXPORT_SYMBOL vmlinux 0xd3cedeca snd_component_add EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd3f0eabb fbcon_update_vcs -EXPORT_SYMBOL vmlinux 0xd3fb2adc tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd3f77460 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xd3fccdb2 bio_endio EXPORT_SYMBOL vmlinux 0xd3ff71fd dquot_reclaim_space_nodirty -EXPORT_SYMBOL vmlinux 0xd405675d netdev_info -EXPORT_SYMBOL vmlinux 0xd405bd21 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal EXPORT_SYMBOL vmlinux 0xd40c5377 __mod_zone_page_state EXPORT_SYMBOL vmlinux 0xd42b0434 make_kuid EXPORT_SYMBOL vmlinux 0xd44a3918 register_qdisc EXPORT_SYMBOL vmlinux 0xd452a3ce scsi_print_sense -EXPORT_SYMBOL vmlinux 0xd45467a1 pcie_get_readrq EXPORT_SYMBOL vmlinux 0xd45b0c34 ww_mutex_lock EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed EXPORT_SYMBOL vmlinux 0xd4931cdd of_clk_get -EXPORT_SYMBOL vmlinux 0xd49ec31d pci_iounmap EXPORT_SYMBOL vmlinux 0xd49f0841 input_mt_get_slot_by_key EXPORT_SYMBOL vmlinux 0xd4a20fc9 rproc_get_by_phandle EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create -EXPORT_SYMBOL vmlinux 0xd4ab1215 pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4e1bf82 locks_copy_conflock EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo -EXPORT_SYMBOL vmlinux 0xd4e8c544 sock_no_getsockopt EXPORT_SYMBOL vmlinux 0xd4f4e478 abort_creds EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare EXPORT_SYMBOL vmlinux 0xd4fefcde genphy_read_lpa EXPORT_SYMBOL vmlinux 0xd512508b vme_master_mmap +EXPORT_SYMBOL vmlinux 0xd518af18 dev_direct_xmit EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy EXPORT_SYMBOL vmlinux 0xd52c0057 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xd52e292b pci_find_resource +EXPORT_SYMBOL vmlinux 0xd5744ae1 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0xd57a3f4c revalidate_disk EXPORT_SYMBOL vmlinux 0xd58c4f8b tty_set_operations EXPORT_SYMBOL vmlinux 0xd590deae tty_port_raise_dtr_rts EXPORT_SYMBOL vmlinux 0xd59f377e of_get_property EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state EXPORT_SYMBOL vmlinux 0xd5d4439b ww_mutex_lock_interruptible -EXPORT_SYMBOL vmlinux 0xd5dace3c seg6_hmac_info_add -EXPORT_SYMBOL vmlinux 0xd5ef998a put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xd5e402d8 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xd5f34620 netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0xd5f52d4f netdev_rss_key_fill -EXPORT_SYMBOL vmlinux 0xd5ff5d5c skb_orphan_partial -EXPORT_SYMBOL vmlinux 0xd6025c77 inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0xd605279c module_refcount EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k EXPORT_SYMBOL vmlinux 0xd619187a twl6040_set_bits EXPORT_SYMBOL vmlinux 0xd6244071 genl_family_attrbuf EXPORT_SYMBOL vmlinux 0xd627480b strncat EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem -EXPORT_SYMBOL vmlinux 0xd653a3bf mr_mfc_find_any EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract EXPORT_SYMBOL vmlinux 0xd658c321 devm_request_threaded_irq EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource EXPORT_SYMBOL vmlinux 0xd68ca10f snd_unregister_device EXPORT_SYMBOL vmlinux 0xd692c33a vfs_rename -EXPORT_SYMBOL vmlinux 0xd69db934 tcp_v4_send_check -EXPORT_SYMBOL vmlinux 0xd6a25e39 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0xd6a4b450 get_unmapped_area EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read EXPORT_SYMBOL vmlinux 0xd6ba4e6a cdev_del +EXPORT_SYMBOL vmlinux 0xd6baa87b netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6be9d48 __inet_hash EXPORT_SYMBOL vmlinux 0xd6c048b7 generic_block_fiemap -EXPORT_SYMBOL vmlinux 0xd6ca7cf9 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0xd6cca405 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod EXPORT_SYMBOL vmlinux 0xd6e335ba __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0xd6e4576a mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xd6e54258 inet6_getname EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced @@ -9863,21 +9850,22 @@ EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd70e8b5a twl6030_mmc_card_detect EXPORT_SYMBOL vmlinux 0xd71362f0 abx500_startup_irq_enabled EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73ba1a4 dst_destroy EXPORT_SYMBOL vmlinux 0xd73c1008 devfreq_monitor_suspend EXPORT_SYMBOL vmlinux 0xd743492f fscrypt_decrypt_bio -EXPORT_SYMBOL vmlinux 0xd76dd53c tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xd7540b12 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write -EXPORT_SYMBOL vmlinux 0xd79d45cb pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xd7a54cc3 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0xd7aaddba uart_register_driver -EXPORT_SYMBOL vmlinux 0xd7ad070f skb_checksum EXPORT_SYMBOL vmlinux 0xd7b365ad snd_pcm_limit_hw_rates EXPORT_SYMBOL vmlinux 0xd7c052ef mipi_dsi_dcs_set_page_address EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll -EXPORT_SYMBOL vmlinux 0xd7e83fa6 neigh_app_ns EXPORT_SYMBOL vmlinux 0xd820b3f5 iw_handler_get_spy EXPORT_SYMBOL vmlinux 0xd83dc5e6 wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd8458e57 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xd84938f0 __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0xd859aaa2 input_set_poll_interval EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame EXPORT_SYMBOL vmlinux 0xd860755b __tracepoint_spi_transfer_start @@ -9893,88 +9881,89 @@ EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state EXPORT_SYMBOL vmlinux 0xd8a6e52d seq_putc EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format EXPORT_SYMBOL vmlinux 0xd8aa5f81 fscrypt_get_encryption_info -EXPORT_SYMBOL vmlinux 0xd8aaa534 netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0xd8bfac47 migrate_page_copy EXPORT_SYMBOL vmlinux 0xd8c1beb2 dma_set_mask -EXPORT_SYMBOL vmlinux 0xd8d026fc tcf_get_next_proto -EXPORT_SYMBOL vmlinux 0xd8f828d3 dev_set_alias +EXPORT_SYMBOL vmlinux 0xd8cd4df6 proto_register +EXPORT_SYMBOL vmlinux 0xd8e621e4 tcp_sync_mss EXPORT_SYMBOL vmlinux 0xd9017024 end_buffer_async_write EXPORT_SYMBOL vmlinux 0xd90a7a62 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xd90fceb3 xfrm_register_type EXPORT_SYMBOL vmlinux 0xd931e8f1 scsi_block_requests EXPORT_SYMBOL vmlinux 0xd94e96a2 __inode_add_bytes EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack EXPORT_SYMBOL vmlinux 0xd9569b52 snd_pcm_lib_malloc_pages -EXPORT_SYMBOL vmlinux 0xd95b3baf inet_csk_reqsk_queue_add -EXPORT_SYMBOL vmlinux 0xd95cf401 blk_rq_map_sg EXPORT_SYMBOL vmlinux 0xd97fa928 keyring_clear EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages EXPORT_SYMBOL vmlinux 0xd98e1590 dma_fence_chain_init EXPORT_SYMBOL vmlinux 0xd994c9cd tty_port_tty_get EXPORT_SYMBOL vmlinux 0xd9971a3b do_SAK +EXPORT_SYMBOL vmlinux 0xd99d87af __sk_dst_check EXPORT_SYMBOL vmlinux 0xd9cd6deb mmc_hw_reset EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d5d5ff vlan_ioctl_set EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox EXPORT_SYMBOL vmlinux 0xd9d96219 i2c_smbus_read_byte_data EXPORT_SYMBOL vmlinux 0xd9e07741 nvdimm_bus_lock EXPORT_SYMBOL vmlinux 0xda07d194 hash_and_copy_to_iter EXPORT_SYMBOL vmlinux 0xda209e3e bio_integrity_prep -EXPORT_SYMBOL vmlinux 0xda2aa713 __inet_hash EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open -EXPORT_SYMBOL vmlinux 0xda3e3a78 kernel_setsockopt -EXPORT_SYMBOL vmlinux 0xda447ad0 build_skb EXPORT_SYMBOL vmlinux 0xda5bd551 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xda6541ae sock_efree EXPORT_SYMBOL vmlinux 0xda6d544c vfs_create EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down +EXPORT_SYMBOL vmlinux 0xda742e92 arp_xmit EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve -EXPORT_SYMBOL vmlinux 0xda998961 dst_destroy -EXPORT_SYMBOL vmlinux 0xdaae993a __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xdab435aa skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw +EXPORT_SYMBOL vmlinux 0xdaf44f27 nf_hook_slow EXPORT_SYMBOL vmlinux 0xdaf773f0 rproc_get_by_child EXPORT_SYMBOL vmlinux 0xdaf8598b security_binder_transaction EXPORT_SYMBOL vmlinux 0xdb03a2ab on_each_cpu_cond_mask EXPORT_SYMBOL vmlinux 0xdb099ddb mipi_dsi_set_maximum_return_packet_size EXPORT_SYMBOL vmlinux 0xdb11f248 tty_port_free_xmit_buf EXPORT_SYMBOL vmlinux 0xdb14f3cc generic_shutdown_super -EXPORT_SYMBOL vmlinux 0xdb16b2cf __xfrm_decode_session EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params -EXPORT_SYMBOL vmlinux 0xdb4f0757 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xdb620c7f sock_kmalloc EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy -EXPORT_SYMBOL vmlinux 0xdb6abc60 neigh_seq_next EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit -EXPORT_SYMBOL vmlinux 0xdb920b35 inet6_register_protosw EXPORT_SYMBOL vmlinux 0xdb9ca3c5 _raw_spin_lock EXPORT_SYMBOL vmlinux 0xdbaae4ad cpu_rmap_update EXPORT_SYMBOL vmlinux 0xdbaf279e i2c_transfer_buffer_flags EXPORT_SYMBOL vmlinux 0xdbb7be69 vmalloc_to_page EXPORT_SYMBOL vmlinux 0xdbb7e8a5 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xdbc82ade napi_get_frags EXPORT_SYMBOL vmlinux 0xdbd0c4d9 t10_pi_type1_crc -EXPORT_SYMBOL vmlinux 0xdbd69a94 mr_vif_seq_idx -EXPORT_SYMBOL vmlinux 0xdbda3781 sk_page_frag_refill EXPORT_SYMBOL vmlinux 0xdbdbfb52 input_handler_for_each_handle EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource EXPORT_SYMBOL vmlinux 0xdbf44eba of_find_node_opts_by_path EXPORT_SYMBOL vmlinux 0xdc08d123 security_sk_clone EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1c0fd8 vga_put EXPORT_SYMBOL vmlinux 0xdc2661d5 genl_unregister_family EXPORT_SYMBOL vmlinux 0xdc37a891 remove_proc_subtree EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc4b828a phy_attach_direct +EXPORT_SYMBOL vmlinux 0xdc4d99f1 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5aa0b4 inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0xdc5c7961 gen_pool_best_fit EXPORT_SYMBOL vmlinux 0xdc5f71dc iunique +EXPORT_SYMBOL vmlinux 0xdc6f19cc rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xdc7667d3 kthread_bind EXPORT_SYMBOL vmlinux 0xdc77d170 _raw_spin_trylock_bh EXPORT_SYMBOL vmlinux 0xdc7b14eb generic_fillattr +EXPORT_SYMBOL vmlinux 0xdca1ae3f skb_put EXPORT_SYMBOL vmlinux 0xdcba0040 sched_autogroup_detach EXPORT_SYMBOL vmlinux 0xdcbd7a81 d_hash_and_lookup -EXPORT_SYMBOL vmlinux 0xdcc6abaa pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xdcce1c6a dev_remove_offload EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xdcfd8d87 tcp_close +EXPORT_SYMBOL vmlinux 0xdcfe44ba pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr @@ -9982,39 +9971,34 @@ EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd2dcca4 padata_stop EXPORT_SYMBOL vmlinux 0xdd30ab84 kill_anon_super EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref -EXPORT_SYMBOL vmlinux 0xdd487b13 __ip_select_ident EXPORT_SYMBOL vmlinux 0xdd4920a4 mmc_can_sanitize EXPORT_SYMBOL vmlinux 0xdd4ffa9b mutex_trylock EXPORT_SYMBOL vmlinux 0xdd5a23ca ioc_lookup_icq EXPORT_SYMBOL vmlinux 0xdd72cdd6 ll_rw_block EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table -EXPORT_SYMBOL vmlinux 0xdd790cc2 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd9d74d2 neigh_ifdown EXPORT_SYMBOL vmlinux 0xdda36a0e follow_up -EXPORT_SYMBOL vmlinux 0xddadd61b skb_copy +EXPORT_SYMBOL vmlinux 0xddadf51b netdev_adjacent_change_prepare EXPORT_SYMBOL vmlinux 0xddb241d3 param_ops_int EXPORT_SYMBOL vmlinux 0xddcf0d82 cpufreq_generic_suspend EXPORT_SYMBOL vmlinux 0xddd69fa9 tty_chars_in_buffer -EXPORT_SYMBOL vmlinux 0xddd6a38c scm_fp_dup EXPORT_SYMBOL vmlinux 0xddeb5d54 set_bh_page EXPORT_SYMBOL vmlinux 0xddf343f5 get_user_pages_unlocked -EXPORT_SYMBOL vmlinux 0xddfbdf44 netdev_adjacent_change_abort -EXPORT_SYMBOL vmlinux 0xde0316d4 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0xde126f02 inc_zone_page_state EXPORT_SYMBOL vmlinux 0xde29cb28 blk_rq_init EXPORT_SYMBOL vmlinux 0xde32855d security_path_mkdir EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats -EXPORT_SYMBOL vmlinux 0xde576f03 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xde5355ec dev_get_mac_address EXPORT_SYMBOL vmlinux 0xde59092a lockref_get_or_lock EXPORT_SYMBOL vmlinux 0xde5b01f5 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xde650a42 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xde6d055a eth_header_cache_update EXPORT_SYMBOL vmlinux 0xde6fb0e0 simple_empty EXPORT_SYMBOL vmlinux 0xde82171f amba_device_register EXPORT_SYMBOL vmlinux 0xde856976 genl_notify -EXPORT_SYMBOL vmlinux 0xde8bda7f inet_dgram_connect -EXPORT_SYMBOL vmlinux 0xde982e1f inet6_bind -EXPORT_SYMBOL vmlinux 0xde9d20fa inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0xdea7c548 __generic_block_fiemap EXPORT_SYMBOL vmlinux 0xdeb93309 devm_pci_remap_iospace EXPORT_SYMBOL vmlinux 0xdeb9e1d3 of_get_next_parent @@ -10024,32 +10008,27 @@ EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail EXPORT_SYMBOL vmlinux 0xded290fb try_wait_for_completion EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xded8381f inode_init_always -EXPORT_SYMBOL vmlinux 0xded8b0be rtnl_notify EXPORT_SYMBOL vmlinux 0xdee93575 d_genocide EXPORT_SYMBOL vmlinux 0xdeec4378 release_pages EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode EXPORT_SYMBOL vmlinux 0xdf060383 devm_extcon_register_notifier_all -EXPORT_SYMBOL vmlinux 0xdf064697 __sk_mem_reclaim -EXPORT_SYMBOL vmlinux 0xdf135e53 tcp_create_openreq_child -EXPORT_SYMBOL vmlinux 0xdf147e5a pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xdf215945 __skb_gso_segment EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last EXPORT_SYMBOL vmlinux 0xdf36ead6 genphy_resume EXPORT_SYMBOL vmlinux 0xdf3a19a7 ptp_clock_index EXPORT_SYMBOL vmlinux 0xdf3a693d crc_t10dif_update -EXPORT_SYMBOL vmlinux 0xdf49dae0 pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0xdf52def1 ZSTD_DStreamInSize EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier EXPORT_SYMBOL vmlinux 0xdf55e279 try_to_writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0xdf67b27f inet6_del_protocol EXPORT_SYMBOL vmlinux 0xdf6a2605 dma_direct_unmap_sg EXPORT_SYMBOL vmlinux 0xdf71abf7 tty_port_hangup EXPORT_SYMBOL vmlinux 0xdf883623 __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies EXPORT_SYMBOL vmlinux 0xdf9b254d block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdfa8d3f5 ipmr_rule_default EXPORT_SYMBOL vmlinux 0xdfb15d1a mmc_flush_cache EXPORT_SYMBOL vmlinux 0xdfd0d349 ab3100_event_unregister -EXPORT_SYMBOL vmlinux 0xdfd28ab4 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0xdfd2d074 tty_port_tty_set EXPORT_SYMBOL vmlinux 0xdfd363bd from_kprojid EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type @@ -10058,135 +10037,127 @@ EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free EXPORT_SYMBOL vmlinux 0xdffb14cd input_mt_drop_unused EXPORT_SYMBOL vmlinux 0xdffbc002 unregister_shrinker EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes -EXPORT_SYMBOL vmlinux 0xe02087e8 inet_shutdown -EXPORT_SYMBOL vmlinux 0xe0268878 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0xe028a6ca atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xe039a6dc udp6_csum_init EXPORT_SYMBOL vmlinux 0xe046b7c6 param_set_ullong EXPORT_SYMBOL vmlinux 0xe052ec06 mdiobus_is_registered_device EXPORT_SYMBOL vmlinux 0xe07bb186 page_pool_alloc_pages EXPORT_SYMBOL vmlinux 0xe07ed025 rproc_da_to_va -EXPORT_SYMBOL vmlinux 0xe0817e8d pci_release_region EXPORT_SYMBOL vmlinux 0xe084bfa8 bh_submit_read EXPORT_SYMBOL vmlinux 0xe08527d4 wait_for_completion_io EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool -EXPORT_SYMBOL vmlinux 0xe08ba451 inet_csk_accept EXPORT_SYMBOL vmlinux 0xe08c9726 sb_min_blocksize -EXPORT_SYMBOL vmlinux 0xe096228f inet_recvmsg EXPORT_SYMBOL vmlinux 0xe096720b padata_free +EXPORT_SYMBOL vmlinux 0xe0a6dd19 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xe0a97b14 pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free EXPORT_SYMBOL vmlinux 0xe0b82b6c block_write_end EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco EXPORT_SYMBOL vmlinux 0xe0cae2f6 jbd2_journal_init_inode -EXPORT_SYMBOL vmlinux 0xe0d311f4 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xe0ce0c47 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0xe0f96d49 put_disk EXPORT_SYMBOL vmlinux 0xe0fd7ed9 vme_irq_request +EXPORT_SYMBOL vmlinux 0xe0fe4791 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial -EXPORT_SYMBOL vmlinux 0xe11816ed pcie_get_width_cap -EXPORT_SYMBOL vmlinux 0xe11cb4e3 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xe11523d3 sock_setsockopt EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release EXPORT_SYMBOL vmlinux 0xe126fee2 __phy_write_mmd EXPORT_SYMBOL vmlinux 0xe12994e6 serio_unregister_driver EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute -EXPORT_SYMBOL vmlinux 0xe12d4a04 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0xe1389902 seq_read EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors -EXPORT_SYMBOL vmlinux 0xe140b79c alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask -EXPORT_SYMBOL vmlinux 0xe158c40d pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xe1655a86 ip_frag_init EXPORT_SYMBOL vmlinux 0xe16c32e6 _copy_from_iter_full +EXPORT_SYMBOL vmlinux 0xe17ae99c pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0xe186f537 nand_bch_calculate_ecc EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral -EXPORT_SYMBOL vmlinux 0xe1a60625 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0xe1a7d0e4 irq_to_desc EXPORT_SYMBOL vmlinux 0xe1a9b2ff dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xe1ac57fd skb_copy_header EXPORT_SYMBOL vmlinux 0xe1ac7e10 mmc_wait_for_req -EXPORT_SYMBOL vmlinux 0xe1b53e49 tcp_seq_start EXPORT_SYMBOL vmlinux 0xe1bbd54d bioset_exit EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e000e0 snd_pcm_set_ops EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla EXPORT_SYMBOL vmlinux 0xe1fd6ddc generic_cont_expand_simple -EXPORT_SYMBOL vmlinux 0xe2007568 xfrm_state_lookup_byspi -EXPORT_SYMBOL vmlinux 0xe20949d7 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xe20c2d94 seq_file_path EXPORT_SYMBOL vmlinux 0xe20c2db1 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xe20efdb9 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0xe210afd8 __pagevec_release -EXPORT_SYMBOL vmlinux 0xe21626e7 netpoll_print_options EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum EXPORT_SYMBOL vmlinux 0xe22842ba __breadahead_gfp EXPORT_SYMBOL vmlinux 0xe22b6c85 kernel_read EXPORT_SYMBOL vmlinux 0xe237db8b fscrypt_decrypt_block_inplace EXPORT_SYMBOL vmlinux 0xe239de1d d_rehash -EXPORT_SYMBOL vmlinux 0xe2419681 register_netdev -EXPORT_SYMBOL vmlinux 0xe25eb2fc xfrm_policy_walk -EXPORT_SYMBOL vmlinux 0xe26615bb ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark EXPORT_SYMBOL vmlinux 0xe267ae11 register_gifconf EXPORT_SYMBOL vmlinux 0xe267c426 serio_bus EXPORT_SYMBOL vmlinux 0xe26b03bd blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xe271fc3c put_cmsg EXPORT_SYMBOL vmlinux 0xe27e43e5 ppp_output_wakeup EXPORT_SYMBOL vmlinux 0xe28e4207 __tracepoint_dma_fence_emit EXPORT_SYMBOL vmlinux 0xe29a0b51 param_ops_ushort -EXPORT_SYMBOL vmlinux 0xe29edaa7 pci_release_resource EXPORT_SYMBOL vmlinux 0xe2ac51be unregister_key_type +EXPORT_SYMBOL vmlinux 0xe2b409ac pneigh_lookup +EXPORT_SYMBOL vmlinux 0xe2c22bc3 pci_unmap_rom EXPORT_SYMBOL vmlinux 0xe2c47454 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xe2c9b2c6 eth_gro_complete EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e3b79f eth_mac_addr EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init -EXPORT_SYMBOL vmlinux 0xe3033d3d __skb_gro_checksum_complete -EXPORT_SYMBOL vmlinux 0xe3184cf6 tso_build_data -EXPORT_SYMBOL vmlinux 0xe329d0b9 dev_deactivate +EXPORT_SYMBOL vmlinux 0xe318ed2d pci_set_mwi EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest -EXPORT_SYMBOL vmlinux 0xe32acdb3 neigh_carrier_down EXPORT_SYMBOL vmlinux 0xe346f67a __mutex_init EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete -EXPORT_SYMBOL vmlinux 0xe361ba1a rps_may_expire_flow EXPORT_SYMBOL vmlinux 0xe36d74ca blk_queue_io_opt -EXPORT_SYMBOL vmlinux 0xe37effee __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0xe39f97b0 thermal_cdev_update EXPORT_SYMBOL vmlinux 0xe3a65083 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xe3a746d7 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xe3a9097a pci_clear_mwi EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set EXPORT_SYMBOL vmlinux 0xe3cdf5f6 __qdisc_calculate_pkt_len -EXPORT_SYMBOL vmlinux 0xe3d11f82 udp_lib_get_port -EXPORT_SYMBOL vmlinux 0xe3d4f989 softnet_data +EXPORT_SYMBOL vmlinux 0xe3dd2de0 eth_header_parse EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region EXPORT_SYMBOL vmlinux 0xe3f229ba phy_register_fixup_for_uid EXPORT_SYMBOL vmlinux 0xe3f6af9d mdio_driver_unregister EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40f3668 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0xe40f8436 block_is_partially_uptodate EXPORT_SYMBOL vmlinux 0xe41e04c9 of_node_put -EXPORT_SYMBOL vmlinux 0xe424fb4b dev_graft_qdisc -EXPORT_SYMBOL vmlinux 0xe42711a4 sock_rfree EXPORT_SYMBOL vmlinux 0xe428464e dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xe4318e07 pcim_iomap_table EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one EXPORT_SYMBOL vmlinux 0xe44835e2 phy_write_mmd -EXPORT_SYMBOL vmlinux 0xe4676a38 proto_unregister EXPORT_SYMBOL vmlinux 0xe47ab02c nvm_end_io +EXPORT_SYMBOL vmlinux 0xe49ee434 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xe4b449df rtnl_configure_link EXPORT_SYMBOL vmlinux 0xe4c07a01 genlmsg_put EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid EXPORT_SYMBOL vmlinux 0xe4cd8365 kill_pid +EXPORT_SYMBOL vmlinux 0xe4dec3f7 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0xe4e214a1 jbd2_journal_set_triggers EXPORT_SYMBOL vmlinux 0xe4e2b5ba qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xe4ec9aa1 ip_frag_next +EXPORT_SYMBOL vmlinux 0xe4f69051 sock_wmalloc EXPORT_SYMBOL vmlinux 0xe4f73bf7 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xe501e8ec inet6_del_offload EXPORT_SYMBOL vmlinux 0xe5026978 md_wakeup_thread -EXPORT_SYMBOL vmlinux 0xe50cf5b4 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xe5159d4f nf_log_unregister EXPORT_SYMBOL vmlinux 0xe5229793 configfs_depend_item EXPORT_SYMBOL vmlinux 0xe522d154 dma_direct_map_sg EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq -EXPORT_SYMBOL vmlinux 0xe532a016 rtnl_create_link EXPORT_SYMBOL vmlinux 0xe54be71d crypto_sha1_update -EXPORT_SYMBOL vmlinux 0xe551c345 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xe5604d43 mdio_bus_type -EXPORT_SYMBOL vmlinux 0xe562afb5 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0xe5633dcc pm860x_reg_write EXPORT_SYMBOL vmlinux 0xe564d7f4 vfs_symlink EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width EXPORT_SYMBOL vmlinux 0xe56cebc0 rdmacg_uncharge -EXPORT_SYMBOL vmlinux 0xe57d2c88 sock_no_bind EXPORT_SYMBOL vmlinux 0xe5807e62 gen_pool_first_fit_align EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set @@ -10196,13 +10167,15 @@ EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free EXPORT_SYMBOL vmlinux 0xe5c3bccd fbcon_rotate_cw EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen EXPORT_SYMBOL vmlinux 0xe5cb31c1 snd_pcm_hw_param_first -EXPORT_SYMBOL vmlinux 0xe60874af napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe5d9511a tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xe60248dd pcie_get_width_cap EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any EXPORT_SYMBOL vmlinux 0xe61dd795 generic_file_llseek -EXPORT_SYMBOL vmlinux 0xe639481d sock_alloc_file +EXPORT_SYMBOL vmlinux 0xe63d1a25 netdev_update_features +EXPORT_SYMBOL vmlinux 0xe6422666 pci_pme_active EXPORT_SYMBOL vmlinux 0xe6538a7f rproc_of_resm_mem_entry_init -EXPORT_SYMBOL vmlinux 0xe6866458 skb_push -EXPORT_SYMBOL vmlinux 0xe6907e4a netdev_err +EXPORT_SYMBOL vmlinux 0xe66f770b devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xe68cb81e netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size EXPORT_SYMBOL vmlinux 0xe69a43c7 clean_bdev_aliases EXPORT_SYMBOL vmlinux 0xe69baed4 tcf_em_unregister @@ -10212,54 +10185,57 @@ EXPORT_SYMBOL vmlinux 0xe6c12171 complete EXPORT_SYMBOL vmlinux 0xe6c76b9e xsk_umem_consume_tx EXPORT_SYMBOL vmlinux 0xe6f5adfc snd_mixer_oss_notify_callback EXPORT_SYMBOL vmlinux 0xe6f65d04 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xe6f842ec sock_create_kern +EXPORT_SYMBOL vmlinux 0xe7002158 inet_select_addr EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv -EXPORT_SYMBOL vmlinux 0xe7080976 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xe70b8e5d __udp_disconnect EXPORT_SYMBOL vmlinux 0xe70c3814 simple_write_end +EXPORT_SYMBOL vmlinux 0xe71eaf65 dev_change_flags EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf EXPORT_SYMBOL vmlinux 0xe736a76f clk_add_alias EXPORT_SYMBOL vmlinux 0xe73e529e scsicam_bios_param EXPORT_SYMBOL vmlinux 0xe744decf bdput EXPORT_SYMBOL vmlinux 0xe74dfcb8 fb_firmware_edid EXPORT_SYMBOL vmlinux 0xe758d0fe fd_install +EXPORT_SYMBOL vmlinux 0xe76e75bb __skb_pad EXPORT_SYMBOL vmlinux 0xe77716d3 input_grab_device EXPORT_SYMBOL vmlinux 0xe7909d9b devm_clk_hw_register_clkdev EXPORT_SYMBOL vmlinux 0xe79f2a9e touch_atime EXPORT_SYMBOL vmlinux 0xe7a7c5aa param_ops_string +EXPORT_SYMBOL vmlinux 0xe7b25194 skb_try_coalesce EXPORT_SYMBOL vmlinux 0xe7b39ddd genphy_suspend EXPORT_SYMBOL vmlinux 0xe7b3f49b __phy_resume EXPORT_SYMBOL vmlinux 0xe7b85b4c vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next -EXPORT_SYMBOL vmlinux 0xe7ddea74 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xe7ddd30a inet_bind EXPORT_SYMBOL vmlinux 0xe7eb4009 of_find_property EXPORT_SYMBOL vmlinux 0xe7f6b866 pci_ep_cfs_remove_epc_group -EXPORT_SYMBOL vmlinux 0xe8026594 tcp_gro_complete EXPORT_SYMBOL vmlinux 0xe80c8790 __serio_register_port EXPORT_SYMBOL vmlinux 0xe8179aa4 jbd2_journal_wipe EXPORT_SYMBOL vmlinux 0xe8210a76 of_translate_dma_address EXPORT_SYMBOL vmlinux 0xe8213a14 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xe825f996 sock_no_mmap EXPORT_SYMBOL vmlinux 0xe82fe5a6 kmem_cache_destroy -EXPORT_SYMBOL vmlinux 0xe833b353 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0xe83d469a jbd2_journal_stop -EXPORT_SYMBOL vmlinux 0xe83f6614 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0xe83fff3c noop_fsync EXPORT_SYMBOL vmlinux 0xe841a5ac snd_pcm_hw_constraint_mask64 EXPORT_SYMBOL vmlinux 0xe842dc8c dma_fence_get_stub -EXPORT_SYMBOL vmlinux 0xe84c31fd pci_find_pcie_root_port +EXPORT_SYMBOL vmlinux 0xe84e9846 xfrm_state_update EXPORT_SYMBOL vmlinux 0xe889d4d5 ps2_handle_ack EXPORT_SYMBOL vmlinux 0xe89dcc2e input_get_timestamp EXPORT_SYMBOL vmlinux 0xe8aaa59a abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xe8b6553e pci_find_parent_resource EXPORT_SYMBOL vmlinux 0xe8b93fd7 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xe8c11a03 pci_disable_msix EXPORT_SYMBOL vmlinux 0xe8cd0a2c crc32_le_shift EXPORT_SYMBOL vmlinux 0xe8d1c7cf ata_link_printk -EXPORT_SYMBOL vmlinux 0xe8dab5b4 skb_queue_purge EXPORT_SYMBOL vmlinux 0xe8dfb045 vfs_mkobj -EXPORT_SYMBOL vmlinux 0xe90486cf km_policy_notify EXPORT_SYMBOL vmlinux 0xe90ea2b6 device_get_mac_address -EXPORT_SYMBOL vmlinux 0xe9117e29 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0xe91359ca freeze_super EXPORT_SYMBOL vmlinux 0xe914e41e strcpy EXPORT_SYMBOL vmlinux 0xe9151d32 blk_get_queue EXPORT_SYMBOL vmlinux 0xe9208c5b md_flush_request +EXPORT_SYMBOL vmlinux 0xe92d5ab5 ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write EXPORT_SYMBOL vmlinux 0xe9337535 param_set_ulong EXPORT_SYMBOL vmlinux 0xe9512a6a snd_pcm_set_sync @@ -10268,100 +10244,108 @@ EXPORT_SYMBOL vmlinux 0xe9591360 amba_device_unregister EXPORT_SYMBOL vmlinux 0xe968ae61 of_count_phandle_with_args EXPORT_SYMBOL vmlinux 0xe96dada3 __seq_open_private EXPORT_SYMBOL vmlinux 0xe972eba0 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xe97ad702 pci_scan_bridge EXPORT_SYMBOL vmlinux 0xe98c2bf7 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xe98d0bd0 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xe990b70d qdisc_create_dflt EXPORT_SYMBOL vmlinux 0xe99b2aa6 blk_queue_virt_boundary EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue EXPORT_SYMBOL vmlinux 0xe99bf641 bio_reset +EXPORT_SYMBOL vmlinux 0xe9bcbb36 inet_stream_connect EXPORT_SYMBOL vmlinux 0xe9cb2544 dquot_initialize_needed EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup -EXPORT_SYMBOL vmlinux 0xe9d0e5eb inet_gso_segment +EXPORT_SYMBOL vmlinux 0xe9d6c12e dst_discard_out EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize -EXPORT_SYMBOL vmlinux 0xe9fd0200 pci_select_bars -EXPORT_SYMBOL vmlinux 0xe9fdf69b sk_dst_check +EXPORT_SYMBOL vmlinux 0xe9f89251 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0xe9fefeb3 hmm_range_dma_map -EXPORT_SYMBOL vmlinux 0xea04d435 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xea0a0c8a submit_bio EXPORT_SYMBOL vmlinux 0xea1ce63e i2c_del_adapter EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int EXPORT_SYMBOL vmlinux 0xea48ec27 dev_uc_add_excl EXPORT_SYMBOL vmlinux 0xea4a68c1 tty_hangup -EXPORT_SYMBOL vmlinux 0xea4e91ec pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xea4dfcbd inet6_offloads EXPORT_SYMBOL vmlinux 0xea5d5c40 d_invalidate EXPORT_SYMBOL vmlinux 0xea6e1554 clear_inode EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7755e2 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xea77d0a9 inode_nohighmem EXPORT_SYMBOL vmlinux 0xea7987f1 key_update EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow EXPORT_SYMBOL vmlinux 0xeaac9824 serio_rescan -EXPORT_SYMBOL vmlinux 0xeab48283 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xeab2b273 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0xeab6bd9d flow_rule_match_cvlan EXPORT_SYMBOL vmlinux 0xeac14bed of_node_name_prefix -EXPORT_SYMBOL vmlinux 0xead24257 pci_remove_bus EXPORT_SYMBOL vmlinux 0xead71033 migrate_page_states +EXPORT_SYMBOL vmlinux 0xeadb0fb4 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0xeadc83c1 mdiobus_unregister EXPORT_SYMBOL vmlinux 0xeae3681e phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeaf35727 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xeaf5ffbd inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl EXPORT_SYMBOL vmlinux 0xeb0b9bf9 wait_for_completion_killable_timeout EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode EXPORT_SYMBOL vmlinux 0xeb1c3b93 __register_nls EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end -EXPORT_SYMBOL vmlinux 0xeb406a07 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r EXPORT_SYMBOL vmlinux 0xeb5baefc iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xeb6fc260 vga_tryget +EXPORT_SYMBOL vmlinux 0xeb7e6dcc pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order EXPORT_SYMBOL vmlinux 0xeba08181 framebuffer_release +EXPORT_SYMBOL vmlinux 0xeba0d95e sock_common_setsockopt EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high EXPORT_SYMBOL vmlinux 0xec0167ef hdmi_infoframe_log EXPORT_SYMBOL vmlinux 0xec01b21d proc_create_seq_private -EXPORT_SYMBOL vmlinux 0xec1ad1b0 skb_find_text EXPORT_SYMBOL vmlinux 0xec1e0d67 uart_add_one_port EXPORT_SYMBOL vmlinux 0xec2664dd md_bitmap_cond_end_sync EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys EXPORT_SYMBOL vmlinux 0xec4de248 ps2_command EXPORT_SYMBOL vmlinux 0xec5386d8 rproc_alloc -EXPORT_SYMBOL vmlinux 0xec686f90 pci_set_mwi EXPORT_SYMBOL vmlinux 0xec71d1ba mmc_detect_change EXPORT_SYMBOL vmlinux 0xec765926 genlmsg_multicast_allns EXPORT_SYMBOL vmlinux 0xeca4801d security_skb_classify_flow -EXPORT_SYMBOL vmlinux 0xecddfc3a netdev_update_lockdep_key +EXPORT_SYMBOL vmlinux 0xecc20c60 dev_get_by_index_rcu EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xeceb1437 input_inject_event -EXPORT_SYMBOL vmlinux 0xecf1e37e ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl -EXPORT_SYMBOL vmlinux 0xecf904ab netpoll_poll_enable EXPORT_SYMBOL vmlinux 0xecfff83b scsi_vpd_tpg_id -EXPORT_SYMBOL vmlinux 0xed23a1b9 netif_device_detach +EXPORT_SYMBOL vmlinux 0xed139648 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0xed34ca00 mpage_readpage EXPORT_SYMBOL vmlinux 0xed405e11 devfreq_register_opp_notifier -EXPORT_SYMBOL vmlinux 0xed507c66 sock_i_ino EXPORT_SYMBOL vmlinux 0xed544f82 inc_nlink EXPORT_SYMBOL vmlinux 0xed6070b9 dquot_quota_on EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed680b24 dev_change_carrier EXPORT_SYMBOL vmlinux 0xed744c67 vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0xed854c4d cpu_tlb EXPORT_SYMBOL vmlinux 0xed8e0c2d dma_resv_add_excl_fence +EXPORT_SYMBOL vmlinux 0xed918036 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xed91ded4 devm_clk_release_clkdev EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp EXPORT_SYMBOL vmlinux 0xedc03953 iounmap EXPORT_SYMBOL vmlinux 0xedd897bf blk_queue_segment_boundary EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xeddf86e3 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xede6644d xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xedeb59d9 __tracepoint_dma_fence_signaled EXPORT_SYMBOL vmlinux 0xedf33834 tty_throttle -EXPORT_SYMBOL vmlinux 0xee283549 inet_gro_receive +EXPORT_SYMBOL vmlinux 0xedf4ea89 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xee1c5ad3 netdev_lower_get_next EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable EXPORT_SYMBOL vmlinux 0xee37e014 jbd2_journal_force_commit -EXPORT_SYMBOL vmlinux 0xee394b98 skb_set_owner_w -EXPORT_SYMBOL vmlinux 0xee3cded3 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xee3cbdab __inet6_lookup_established EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit EXPORT_SYMBOL vmlinux 0xee4f4177 dquot_set_dqinfo EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode EXPORT_SYMBOL vmlinux 0xee648e09 snd_pcm_mmap_data EXPORT_SYMBOL vmlinux 0xee68b737 bdget_disk +EXPORT_SYMBOL vmlinux 0xee73f9d1 release_sock EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder EXPORT_SYMBOL vmlinux 0xee922b77 gen_pool_dma_zalloc_align @@ -10369,21 +10353,30 @@ EXPORT_SYMBOL vmlinux 0xeea38c5d scsi_host_get EXPORT_SYMBOL vmlinux 0xeecba0b4 d_alloc_anon EXPORT_SYMBOL vmlinux 0xeed35089 blk_mq_delay_kick_requeue_list EXPORT_SYMBOL vmlinux 0xeed5f9a0 tcf_unregister_action -EXPORT_SYMBOL vmlinux 0xef0cfa1b dev_set_mtu +EXPORT_SYMBOL vmlinux 0xeef11c0d __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xeef89688 __dev_get_by_index EXPORT_SYMBOL vmlinux 0xef17cb41 dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xef187d94 ethtool_rx_flow_rule_create EXPORT_SYMBOL vmlinux 0xef1b0dcd md_finish_reshape EXPORT_SYMBOL vmlinux 0xef31cdc6 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xef358031 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xef4ac1cf build_skb_around EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xef60c7be udp_disconnect EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg -EXPORT_SYMBOL vmlinux 0xef9e3317 inet6_getname +EXPORT_SYMBOL vmlinux 0xefb336d2 ip_fraglist_init EXPORT_SYMBOL vmlinux 0xefb7bccf _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xefea70bc tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff83418 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xf00061c3 udp_seq_start EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn -EXPORT_SYMBOL vmlinux 0xf0232567 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xf0251914 ip_route_me_harder EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work +EXPORT_SYMBOL vmlinux 0xf0486ea4 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xf04b46be sock_no_listen EXPORT_SYMBOL vmlinux 0xf064d023 md_update_sb EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag @@ -10399,32 +10392,32 @@ EXPORT_SYMBOL vmlinux 0xf0e9063a account_page_redirty EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb EXPORT_SYMBOL vmlinux 0xf0ef52e8 down EXPORT_SYMBOL vmlinux 0xf0f5c8b9 __page_pool_put_page -EXPORT_SYMBOL vmlinux 0xf0fe695d inet_add_offload EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember EXPORT_SYMBOL vmlinux 0xf102732a crc16 EXPORT_SYMBOL vmlinux 0xf108715e dma_fence_signal_locked -EXPORT_SYMBOL vmlinux 0xf131ac3f pci_enable_atomic_ops_to_root -EXPORT_SYMBOL vmlinux 0xf134871f sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xf11040f0 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xf136121c mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0xf13a5aad path_is_mountpoint -EXPORT_SYMBOL vmlinux 0xf16c06e0 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xf1481b98 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0xf172cb72 nand_write_oob_std EXPORT_SYMBOL vmlinux 0xf1841450 blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0xf194c20c gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies -EXPORT_SYMBOL vmlinux 0xf1b6098a skb_store_bits EXPORT_SYMBOL vmlinux 0xf1c317dc unregister_console EXPORT_SYMBOL vmlinux 0xf1c4421c of_node_get -EXPORT_SYMBOL vmlinux 0xf1cffd1c kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xf1da7e39 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 EXPORT_SYMBOL vmlinux 0xf1f51d85 try_module_get +EXPORT_SYMBOL vmlinux 0xf1f67e88 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xf1fe28cc sk_common_release EXPORT_SYMBOL vmlinux 0xf1fff430 get_tree_nodev -EXPORT_SYMBOL vmlinux 0xf2170c0d skb_seq_read +EXPORT_SYMBOL vmlinux 0xf213e5b3 unregister_netdev EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug -EXPORT_SYMBOL vmlinux 0xf2238367 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xf22f5a1f xfrm_unregister_km EXPORT_SYMBOL vmlinux 0xf233129b dev_mc_flush EXPORT_SYMBOL vmlinux 0xf2334af2 mmc_gpiod_request_cd_irq EXPORT_SYMBOL vmlinux 0xf2369702 snd_pcm_release_substream @@ -10432,22 +10425,25 @@ EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in EXPORT_SYMBOL vmlinux 0xf260783a ptp_clock_unregister EXPORT_SYMBOL vmlinux 0xf266ddec ac97_bus_type -EXPORT_SYMBOL vmlinux 0xf26c3dbd unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 EXPORT_SYMBOL vmlinux 0xf28b37e4 uart_suspend_port -EXPORT_SYMBOL vmlinux 0xf2958dae ipv6_chk_custom_prefix -EXPORT_SYMBOL vmlinux 0xf298e750 dev_get_flags +EXPORT_SYMBOL vmlinux 0xf28bac57 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xf299b0c9 inet6_release +EXPORT_SYMBOL vmlinux 0xf2a25e8c kernel_recvmsg EXPORT_SYMBOL vmlinux 0xf2a30e98 vme_lm_request EXPORT_SYMBOL vmlinux 0xf2acbcee scsi_unblock_requests EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params EXPORT_SYMBOL vmlinux 0xf2be997a tty_do_resize EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts -EXPORT_SYMBOL vmlinux 0xf2f6546d ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xf2fc5f48 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xf2fe2cb7 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0xf2fed906 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xf30c96a6 pcie_set_mps EXPORT_SYMBOL vmlinux 0xf31011f9 I_BDEV EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform EXPORT_SYMBOL vmlinux 0xf316b386 dump_skip +EXPORT_SYMBOL vmlinux 0xf3209fc7 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0xf32cc737 seq_open EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key @@ -10462,28 +10458,30 @@ EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default EXPORT_SYMBOL vmlinux 0xf3a11c35 xa_find_after EXPORT_SYMBOL vmlinux 0xf3a29a89 security_sctp_sk_clone EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest +EXPORT_SYMBOL vmlinux 0xf3b928cd poll_freewait EXPORT_SYMBOL vmlinux 0xf3bd0e69 get_super -EXPORT_SYMBOL vmlinux 0xf3c03bd8 sk_capable EXPORT_SYMBOL vmlinux 0xf3d2bf53 input_mt_init_slots -EXPORT_SYMBOL vmlinux 0xf3d64d7b netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0xf3d72355 is_nd_btt EXPORT_SYMBOL vmlinux 0xf3db0c6e blk_queue_make_request EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal +EXPORT_SYMBOL vmlinux 0xf3eae85e nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xf41d5636 dev_disable_lro EXPORT_SYMBOL vmlinux 0xf42fd976 devfreq_register_notifier EXPORT_SYMBOL vmlinux 0xf43c5f83 __scsi_execute EXPORT_SYMBOL vmlinux 0xf43dfdc4 send_sig_mceerr EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx EXPORT_SYMBOL vmlinux 0xf455fb44 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xf46121a8 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const EXPORT_SYMBOL vmlinux 0xf4821f42 nvm_register_tgt_type +EXPORT_SYMBOL vmlinux 0xf48d581a gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic EXPORT_SYMBOL vmlinux 0xf4ba246e ZSTD_nextSrcSizeToDecompress EXPORT_SYMBOL vmlinux 0xf4baa334 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area -EXPORT_SYMBOL vmlinux 0xf4be67bf sock_recvmsg EXPORT_SYMBOL vmlinux 0xf4c1a2d1 dcache_dir_lseek EXPORT_SYMBOL vmlinux 0xf4c7ca2b devfreq_add_device EXPORT_SYMBOL vmlinux 0xf4d6105b rproc_vq_interrupt @@ -10492,77 +10490,73 @@ EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4e9a844 of_device_alloc EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock EXPORT_SYMBOL vmlinux 0xf4f4800e fifo_set_limit -EXPORT_SYMBOL vmlinux 0xf4f9cdc8 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0xf51837d5 dma_alloc_attrs -EXPORT_SYMBOL vmlinux 0xf5195ce2 inet_stream_connect EXPORT_SYMBOL vmlinux 0xf5236bee vfs_parse_fs_string EXPORT_SYMBOL vmlinux 0xf5324244 param_get_bool EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy -EXPORT_SYMBOL vmlinux 0xf53f914c xfrm_lookup EXPORT_SYMBOL vmlinux 0xf54cc37f set_posix_acl +EXPORT_SYMBOL vmlinux 0xf55943cb sock_rfree EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp EXPORT_SYMBOL vmlinux 0xf569a3b9 mipi_dsi_dcs_get_display_brightness EXPORT_SYMBOL vmlinux 0xf5723829 register_quota_format -EXPORT_SYMBOL vmlinux 0xf58037ec sock_create_kern -EXPORT_SYMBOL vmlinux 0xf58586f4 neigh_destroy EXPORT_SYMBOL vmlinux 0xf590a75a vfs_ioctl -EXPORT_SYMBOL vmlinux 0xf59dc95e dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xf5ab3198 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0xf5b666ef __cond_resched_lock EXPORT_SYMBOL vmlinux 0xf5be9ddf inc_node_state EXPORT_SYMBOL vmlinux 0xf5c0d8dd configfs_unregister_default_group EXPORT_SYMBOL vmlinux 0xf5c342b2 mdiobus_free EXPORT_SYMBOL vmlinux 0xf5c9b57e md_bitmap_start_sync EXPORT_SYMBOL vmlinux 0xf5cda478 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xf5dce461 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0xf5e02dd1 tty_devnum EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 -EXPORT_SYMBOL vmlinux 0xf5faa60b napi_gro_flush EXPORT_SYMBOL vmlinux 0xf603e575 security_sb_remount EXPORT_SYMBOL vmlinux 0xf621cbd0 kmalloc_caches -EXPORT_SYMBOL vmlinux 0xf62521f5 inet_get_local_port_range -EXPORT_SYMBOL vmlinux 0xf62806c7 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0xf62ab8c8 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xf62ae099 pci_iomap_range EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6499d04 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf657cea1 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0xf65fc67e path_put EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module -EXPORT_SYMBOL vmlinux 0xf670de3d __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf69579be neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xf6a99946 inet_sk_set_state EXPORT_SYMBOL vmlinux 0xf6acecf2 blkdev_get_by_path EXPORT_SYMBOL vmlinux 0xf6ca5e55 nosteal_pipe_buf_ops -EXPORT_SYMBOL vmlinux 0xf6d6e427 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0xf6da23ae snd_pcm_new_internal -EXPORT_SYMBOL vmlinux 0xf6dc22bd skb_put EXPORT_SYMBOL vmlinux 0xf6e11a6c pps_unregister_source EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit -EXPORT_SYMBOL vmlinux 0xf6ef8505 inet6_protos EXPORT_SYMBOL vmlinux 0xf6f5c407 dec_zone_page_state EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor EXPORT_SYMBOL vmlinux 0xf6fff3f2 nla_reserve_64bit -EXPORT_SYMBOL vmlinux 0xf7043439 pci_pme_active EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb EXPORT_SYMBOL vmlinux 0xf727d25d contig_page_data EXPORT_SYMBOL vmlinux 0xf728993e unregister_md_personality +EXPORT_SYMBOL vmlinux 0xf72d4bbf udp_pre_connect EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier -EXPORT_SYMBOL vmlinux 0xf743108d pcim_iounmap EXPORT_SYMBOL vmlinux 0xf7584a9c find_font EXPORT_SYMBOL vmlinux 0xf75f6e88 task_work_add EXPORT_SYMBOL vmlinux 0xf7624ce0 rproc_add_subdev EXPORT_SYMBOL vmlinux 0xf7630868 of_find_node_by_type EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf76f3129 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check EXPORT_SYMBOL vmlinux 0xf77f89c6 param_ops_invbool EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod -EXPORT_SYMBOL vmlinux 0xf7b84508 tcp_enter_cwr -EXPORT_SYMBOL vmlinux 0xf7bb0988 nf_register_queue_handler -EXPORT_SYMBOL vmlinux 0xf7e0f036 dev_trans_start +EXPORT_SYMBOL vmlinux 0xf79bb6f6 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xf7c48c40 passthru_features_check +EXPORT_SYMBOL vmlinux 0xf7c96429 pci_select_bars +EXPORT_SYMBOL vmlinux 0xf7ddb961 inetdev_by_index EXPORT_SYMBOL vmlinux 0xf7e910a0 proc_mkdir EXPORT_SYMBOL vmlinux 0xf7f86af8 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xf8115053 inet6_register_protosw EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top -EXPORT_SYMBOL vmlinux 0xf8419624 pci_alloc_dev EXPORT_SYMBOL vmlinux 0xf84b34b2 cdrom_open EXPORT_SYMBOL vmlinux 0xf84e7489 blk_mq_delay_run_hw_queue EXPORT_SYMBOL vmlinux 0xf84ff75b try_lookup_one_len @@ -10571,22 +10565,25 @@ EXPORT_SYMBOL vmlinux 0xf86f75f2 ppp_register_compressor EXPORT_SYMBOL vmlinux 0xf87c0699 register_sound_special_device EXPORT_SYMBOL vmlinux 0xf882c0a0 scsi_bios_ptable EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table -EXPORT_SYMBOL vmlinux 0xf89dd57f arp_xmit +EXPORT_SYMBOL vmlinux 0xf8b69ac2 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits -EXPORT_SYMBOL vmlinux 0xf8c022b7 inet6_del_offload -EXPORT_SYMBOL vmlinux 0xf8c828ac __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xf8bd3cf1 __sock_create EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf909d9ab sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0xf90c2010 phy_start_aneg EXPORT_SYMBOL vmlinux 0xf910071c mpage_writepage EXPORT_SYMBOL vmlinux 0xf913d9d2 sync_mapping_buffers EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xf91bf32b sock_no_connect EXPORT_SYMBOL vmlinux 0xf9394cab mpage_readpages EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt EXPORT_SYMBOL vmlinux 0xf94de5df fddi_type_trans +EXPORT_SYMBOL vmlinux 0xf95628a9 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xf9574708 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xf96feed4 inet6_csk_route_req EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write EXPORT_SYMBOL vmlinux 0xf974188e filemap_write_and_wait -EXPORT_SYMBOL vmlinux 0xf9870a82 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0xf99e5dfd mdiobus_read EXPORT_SYMBOL vmlinux 0xf99e6bff __lock_buffer EXPORT_SYMBOL vmlinux 0xf9a36b47 down_interruptible @@ -10597,30 +10594,37 @@ EXPORT_SYMBOL vmlinux 0xf9f3a69e input_unregister_device EXPORT_SYMBOL vmlinux 0xfa021f90 ZSTD_decompressContinue EXPORT_SYMBOL vmlinux 0xfa0db698 vfs_mknod EXPORT_SYMBOL vmlinux 0xfa13c9a5 blk_rq_count_integrity_sg -EXPORT_SYMBOL vmlinux 0xfa27b4ce __icmp_send +EXPORT_SYMBOL vmlinux 0xfa32b86b __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier -EXPORT_SYMBOL vmlinux 0xfa5d1238 __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0xfa72be38 xa_get_order EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed +EXPORT_SYMBOL vmlinux 0xfa8a286e inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xfa8d12a9 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xfa94a4bc pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0xfa9bf848 snd_info_register EXPORT_SYMBOL vmlinux 0xfab65636 dma_direct_sync_sg_for_cpu -EXPORT_SYMBOL vmlinux 0xfac7ba36 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xfabcf675 kernel_sendmsg EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max EXPORT_SYMBOL vmlinux 0xfacba1fb twl6040_reg_write EXPORT_SYMBOL vmlinux 0xfacc88af snd_pcm_new EXPORT_SYMBOL vmlinux 0xfad1d902 ppp_input_error +EXPORT_SYMBOL vmlinux 0xfae7ce9e rtnl_unicast +EXPORT_SYMBOL vmlinux 0xfaee16d9 netpoll_print_options EXPORT_SYMBOL vmlinux 0xfaf52e82 __blockdev_direct_IO -EXPORT_SYMBOL vmlinux 0xfb05c27b neigh_table_clear +EXPORT_SYMBOL vmlinux 0xfaf72bc3 qdisc_reset EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read EXPORT_SYMBOL vmlinux 0xfb24a3d9 dget_parent +EXPORT_SYMBOL vmlinux 0xfb2dd0fa __skb_checksum_complete EXPORT_SYMBOL vmlinux 0xfb336634 mempool_destroy EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3c9cae inet_gro_complete EXPORT_SYMBOL vmlinux 0xfb3cce84 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xfb43d91c sock_no_ioctl EXPORT_SYMBOL vmlinux 0xfb481954 vprintk -EXPORT_SYMBOL vmlinux 0xfb494a66 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xfb554878 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xfb5a1171 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xfb602006 neigh_xmit EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 EXPORT_SYMBOL vmlinux 0xfb861d27 get_acl @@ -10630,13 +10634,13 @@ EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd21f50 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xfbd3fc24 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0xfbdfd3f1 ioremap_wc EXPORT_SYMBOL vmlinux 0xfbe5061d i2c_smbus_write_i2c_block_data EXPORT_SYMBOL vmlinux 0xfbf650b2 elv_rb_find -EXPORT_SYMBOL vmlinux 0xfbf6d75f km_policy_expired +EXPORT_SYMBOL vmlinux 0xfbfc5515 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xfbfe3d66 max8925_set_bits -EXPORT_SYMBOL vmlinux 0xfc12b8fd netif_carrier_on -EXPORT_SYMBOL vmlinux 0xfc23216c dev_set_allmulti EXPORT_SYMBOL vmlinux 0xfc2aa4b4 write_dirty_buffer EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap @@ -10649,31 +10653,27 @@ EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user EXPORT_SYMBOL vmlinux 0xfc7fde73 tty_check_change EXPORT_SYMBOL vmlinux 0xfc873459 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xfc88b90f secpath_set EXPORT_SYMBOL vmlinux 0xfc8d5d79 stream_open +EXPORT_SYMBOL vmlinux 0xfca4aa8f inet_del_offload EXPORT_SYMBOL vmlinux 0xfca546cf nla_put_64bit EXPORT_SYMBOL vmlinux 0xfca71244 fscrypt_ioctl_set_policy -EXPORT_SYMBOL vmlinux 0xfca99354 netdev_reset_tc EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check -EXPORT_SYMBOL vmlinux 0xfcd33489 __napi_schedule_irqoff -EXPORT_SYMBOL vmlinux 0xfcd3d40c skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq EXPORT_SYMBOL vmlinux 0xfcfd99a2 md_write_inc EXPORT_SYMBOL vmlinux 0xfd06720d sk_stream_wait_connect -EXPORT_SYMBOL vmlinux 0xfd16f38c dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xfd0df576 netdev_warn EXPORT_SYMBOL vmlinux 0xfd1a8dbb simple_write_begin EXPORT_SYMBOL vmlinux 0xfd1fd503 block_read_full_page -EXPORT_SYMBOL vmlinux 0xfd2f4d67 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe -EXPORT_SYMBOL vmlinux 0xfd3ad50e xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0xfd739d6f dma_find_channel EXPORT_SYMBOL vmlinux 0xfd7c8f2c fscrypt_fname_disk_to_usr EXPORT_SYMBOL vmlinux 0xfd8f4263 backlight_device_set_brightness -EXPORT_SYMBOL vmlinux 0xfd915644 rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0xfd9e6bd6 security_inet_conn_established EXPORT_SYMBOL vmlinux 0xfd9f739d zap_page_range -EXPORT_SYMBOL vmlinux 0xfd9fbfd5 ip6_xmit EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 +EXPORT_SYMBOL vmlinux 0xfdabb5ef netpoll_poll_disable EXPORT_SYMBOL vmlinux 0xfdac2448 snd_ctl_remove_id EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display EXPORT_SYMBOL vmlinux 0xfdd2b437 generic_end_io_acct @@ -10682,7 +10682,6 @@ EXPORT_SYMBOL vmlinux 0xfdf4cff0 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0xfdf833a2 generic_pipe_buf_release EXPORT_SYMBOL vmlinux 0xfdff94e0 ZSTD_initDStream EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier -EXPORT_SYMBOL vmlinux 0xfe0d1ee9 sock_no_connect EXPORT_SYMBOL vmlinux 0xfe171764 ioremap_page EXPORT_SYMBOL vmlinux 0xfe31224f hmm_mirror_unregister EXPORT_SYMBOL vmlinux 0xfe41829c xa_store_range @@ -10690,6 +10689,7 @@ EXPORT_SYMBOL vmlinux 0xfe449379 __frontswap_store EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe604214 kobject_set_name +EXPORT_SYMBOL vmlinux 0xfe6dfcf1 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0xfe6fc134 tcf_idr_check_alloc EXPORT_SYMBOL vmlinux 0xfe738ac9 dentry_open EXPORT_SYMBOL vmlinux 0xfe79ed11 dump_page @@ -10698,14 +10698,13 @@ EXPORT_SYMBOL vmlinux 0xfe8f6449 blk_integrity_register EXPORT_SYMBOL vmlinux 0xfe90c4a6 _find_first_zero_bit_le EXPORT_SYMBOL vmlinux 0xfeaf400a sync_inodes_sb EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info +EXPORT_SYMBOL vmlinux 0xfed3e745 sock_queue_err_skb EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu EXPORT_SYMBOL vmlinux 0xfeeef84d fwnode_get_mac_address EXPORT_SYMBOL vmlinux 0xfef8823f mdiobus_write_nested EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute EXPORT_SYMBOL vmlinux 0xfefdddf9 __netlink_dump_start -EXPORT_SYMBOL vmlinux 0xff018504 kernel_recvmsg -EXPORT_SYMBOL vmlinux 0xff1708cc pci_find_bus EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff24fd4d block_write_full_page EXPORT_SYMBOL vmlinux 0xff524e35 fsync_bdev @@ -10713,19 +10712,21 @@ EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 EXPORT_SYMBOL vmlinux 0xff67df44 d_obtain_root EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap -EXPORT_SYMBOL vmlinux 0xff69e8ea ip_fraglist_init EXPORT_SYMBOL vmlinux 0xff6ddeb0 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xff7a50af __skb_recv_datagram EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy EXPORT_SYMBOL vmlinux 0xff91c4e6 i2c_verify_client EXPORT_SYMBOL vmlinux 0xff9610ee qcom_scm_assign_mem EXPORT_SYMBOL vmlinux 0xff996450 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xffa22cc3 ip6_route_me_harder EXPORT_SYMBOL vmlinux 0xffab4a9e __tcf_em_tree_match EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit EXPORT_SYMBOL vmlinux 0xffc6849e generic_write_end EXPORT_SYMBOL vmlinux 0xffc9ab3c register_framebuffer EXPORT_SYMBOL vmlinux 0xffca366b nd_region_release_lane EXPORT_SYMBOL vmlinux 0xffd3b483 param_set_invbool +EXPORT_SYMBOL vmlinux 0xffebe77c eth_get_headlen EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x2c1564f9 sha1_finup_arm EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0xc39485d2 sha1_update_arm @@ -10861,30 +10862,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x69a6c717 __devm_regmap_init EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc062bfb1 __regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3b5241af __regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xc6f1d694 __devm_regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x02c54e79 bcma_chipco_regctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x10de50d4 bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x10f975bd bcma_chipco_pll_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b5a545e bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a9ab687 bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54d0a35e bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54f34648 bcma_chipco_pll_read -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5755d661 bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x656f59e5 bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x77a38179 bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x87292899 bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b1be16d bcma_chipco_gpio_out -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9cae1310 __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae940391 bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1508629 bcma_chipco_b_mii_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb44b1b69 bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb9e9d72b bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2302075 bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcbe4c733 bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6f83302 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9932b1f bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xedadf388 bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3240eaf bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf64c44ff bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f65dcda bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2ade16a9 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3022e2b5 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x34576474 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x35722281 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3bca4034 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5344aea7 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x59be8fcd bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x69a267e9 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72934e4c bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7345dff2 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b5d1510 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x89cbb82c bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x974148d7 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x98be1e41 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9ea0d15a bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb3535e8a bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc67d3b5f __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7e949d5 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xca08d794 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd44852d7 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xddbebf64 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf48f69de bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfed9acdd bcma_chipco_pll_write EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2d85fadb btbcm_check_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x47f4dc7e btbcm_setup_patchram EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6832507f btbcm_set_bdaddr @@ -10948,16 +10949,15 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x04bf3163 clk_pll_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0650a0db clk_regmap_div_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x065574e3 clk_rcg_pixel_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ac38699 clk_trion_fixed_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0aeab2b6 qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0cabeb2a clk_ops_hfpll EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x10db8349 qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x12ac7e1e clk_alpha_pll_postdiv_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ed919be clk_rcg_esc_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x205a2ef5 clk_branch2_aon_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d89517e clk_branch2_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2df91853 clk_fabia_pll_configure EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x33e55c5b clk_alpha_pll_huayra_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x370eb8db qcom_cc_probe_by_index EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37968521 devm_clk_register_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3c6cdd2a qcom_cc_register_board_clk @@ -10968,6 +10968,7 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4ad24f3b clk_alpha_pll_fabia_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x512af5e1 krait_mux_clk_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x51fb21a3 clk_pll_configure_sr_hpm_lp EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x524628c8 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x52795262 qcom_cc_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d5f07eb clk_regmap_mux_closest_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64447760 clk_enable_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66489e5b clk_rcg_lcc_ops @@ -10986,11 +10987,11 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x99f60998 clk_disable_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb32992 clk_pll_configure_sr EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1839eaf clk_is_enabled_regmap EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa821f919 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb4a06dc5 qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb73a2cd3 krait_div2_clk_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbbe74972 clk_alpha_pll_hwfsm_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc5d33662 qcom_cc_register_sleep_clk EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc78100cd clk_dyn_rcg_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc7a0fb51 qcom_cc_really_probe EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xccc2b431 clk_trion_pll_postdiv_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcce7e449 mux_div_set_src_div EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd8fc3e8e qcom_find_src_index @@ -10998,10 +10999,10 @@ EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda15b634 clk_rcg_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda35a32d clk_gfx3d_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xda967930 clk_alpha_pll_fixed_fabia_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdb687f64 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdbc17f7b qcom_cc_probe_by_index EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdf674942 clk_alpha_pll_postdiv_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe3b34b5b clk_regmap_div_ro_ops EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5bc1f18 clk_rcg_bypass_ops -EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5f225e7 qcom_cc_map EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef6a0edc clk_alpha_pll_regs EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf196beb5 clk_regmap_mux_div_ops EXPORT_SYMBOL_GPL drivers/counter/counter 0x01aab51b counter_count_direction_str @@ -12018,24 +12019,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf33b27c5 dm_b EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf3e25192 dm_bm_checksum EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x08ebcf17 saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0962e129 saa7146_pgtable_alloc -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1c5265f5 saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1ed6abdb saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3f2646a0 saa7146_vmalloc_build_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60f8c338 saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x920c7e53 saa7146_register_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa2f79fc9 saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcb00222d saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0f293c4b saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1242f543 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x151953d0 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x38781c8b saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x49090051 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5977771c saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8117bc0b saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x878f6938 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbd2db309 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe0c6ec69 saa7146_pgtable_build_single EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe673702b saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x07ffc0a9 saa7146_unregister_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x261ca833 saa7146_start_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x53527740 saa7146_vv_release -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb14ac4e5 saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb76c3624 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd0adcde2 saa7146_set_hps_source_and_sync -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe48f3f4d saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x01795614 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x046c63e6 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x38f91a5c saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x82a575a6 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x857fba5b saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x96f25c54 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xaf45e462 saa7146_unregister_device EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3a363699 sms_board_power @@ -12180,12 +12181,12 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x621e9bb5 __media_device_register EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x622bc9cb media_request_object_complete EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b5fd713 media_entity_remove_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6caea432 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b7d5057 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c7ec853 media_request_object_find EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x80c7a9bf media_entity_find_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8319133d media_create_pad_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8417a2cb media_device_unregister EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8df7944c media_graph_walk_cleanup -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8e8a48bc media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x93aa12eb __media_entity_setup_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x93be5639 media_remove_intf_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x960b1cf6 media_device_register_entity_notify @@ -12204,28 +12205,29 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe68fd457 media_request_object_bind EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xea43999b media_device_cleanup EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf164c6e1 __media_remove_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8d0f89a media_create_intf_link -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x3f6fc211 cx88_setup_xc3028 -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2631b55b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x28d291c3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0abe87f5 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0c02b03e mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0df54fe8 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x222830ae mantis_dvb_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x31b0cfa9 mantis_ca_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x31d46181 mantis_gpio_set_bits EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x457a1fa3 mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x51feb220 mantis_dvb_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x559a5e19 mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x634a73c6 mantis_input_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6d0d9216 mantis_frontend_soft_reset -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6d38f333 mantis_pci_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x79dcd042 mantis_i2c_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x89ad303f mantis_frontend_power -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0b9f68d mantis_uart_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa720709 mantis_input_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb22e8b90 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a13fc1a mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x960806db mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9d5468b9 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9fcea034 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa25b5fc9 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf2095a0 mantis_uart_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb9567ecb mantis_ca_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc5e18ceb mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7a9974c mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd1e27c86 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd56fa40d mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xde33ca6f mantis_dma_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdfffa02b mantis_get_mac -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe307a73b mantis_uart_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xedc3ee89 mantis_i2c_exit EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x05104008 saa7134_s_std EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x09a03134 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2bfba4dd saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2e795eee saa7134_s_input EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x30980afd saa7134_s_tuner EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3f6716f7 saa7134_ts_buffer_prepare @@ -12240,17 +12242,16 @@ EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xac25f8b0 saa7134_ts_buffe EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbbd6014a saa7134_querycap EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd94784e9 saa7134_ts_start_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdf3ec52e saa7134_querystd -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdf60ed3a saa7134_stop_streaming EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe03b3c19 saa7134_vb2_buffer_queue EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe92b8dd5 saa7134_g_input -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5d8cd5ff ttpci_budget_debiwrite -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5edd1b14 ttpci_budget_set_video_port -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x63079a44 ttpci_budget_debiread EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8bd4d35e ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9f230fc3 ttpci_budget_init_hooks -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa77c10db ttpci_budget_init -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd207aeb2 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7a3d3f38 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7c7a8467 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8bc2d274 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9318b73c ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd53c9443 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xed0ca200 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf04c4663 ttpci_budget_irq10_handler EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x49a0f038 mccic_register EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0x56f2f414 mccic_shutdown EXPORT_SYMBOL_GPL drivers/media/platform/marvell-ccic/mcam-core 0xe16e7cdc mccic_suspend @@ -12701,37 +12702,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9280df3a tps65218_reg_write EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbce35c31 tps65218_clear_bits EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbfd91b66 tps65218_set_bits EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x862c6ca9 ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x07b46889 alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x34e5f9a1 alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x53f6f7c5 alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x737fc205 alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8423d93c alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb5d670ce alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcabd969d alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0822fffa rtsx_pci_dma_unmap_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0ade7946 rtsx_pci_complete_unfinished_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0c43c35f rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1cb9d48d rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x32a7fc14 rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38e65d13 rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4f2f850d rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x506288af rtsx_pci_send_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5c990307 rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5d9dc35d rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x648aeaf6 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6bef67a0 rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7b932ee5 rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x85d6ef24 rtsx_pci_read_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8d20725d rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa756713e rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb3422ef1 rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc7a480f8 rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc7c9dc68 rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcce53ac5 rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd3da98c0 rtsx_pci_write_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdc0f0da1 rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf9c5b236 rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfdef1f35 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x163c4451 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x187ffca7 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x3217dc99 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x39a5b8e8 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x471642c6 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x625c1808 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xabf5a320 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x042f7484 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x06cae4c0 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0af48ce6 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x161da8e2 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x19c0e866 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2cc2cf5e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x34a429c2 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x42420d87 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4423659f rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46d1345a rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6aa22472 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x810e5238 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8536b6d6 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8911a340 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x99a5016a rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaac29104 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xab2024da rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xade8e2e2 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb0a76487 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbd0e94f3 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc68e458e rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd5872df6 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe56707b9 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xebc11631 rtsx_pci_read_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1955f9cb rtsx_usb_get_card_status EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x32de6338 rtsx_usb_transfer_data EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x333cc340 rtsx_usb_ep0_read_register @@ -12745,10 +12746,10 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb0eb2e69 rtsx_usb_card_exc EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb21f10e9 rtsx_usb_send_cmd EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc13c5e92 rtsx_usb_ep0_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd21a97ea rtsx_usb_get_rsp -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x70453065 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x772980bb cb710_sg_dwiter_read_next_block EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7ce0152b cb710_set_irq_handler EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa861d6a4 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xfc156f73 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create @@ -12848,8 +12849,8 @@ EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbcfcb5dc mux_control_put EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc992990d devm_mux_control_get EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xea5f904d mux_control_states EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf1105fb2 mux_chip_unregister -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x5edfe5e0 devm_arcnet_led_init -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x8fce21ea arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x754a6ea9 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xbf957cdc devm_arcnet_led_init EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5c972b0d c_can_power_up EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6202947f free_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa5bae555 register_c_can_dev @@ -12902,256 +12903,256 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1d6249c3 register_sja1000de EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x45b363d1 unregister_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8af322e3 free_sja1000dev -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x589287fe lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x41dff950 ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x55d5b583 ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x600a7388 ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x66536d9e ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x95381e2f ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x95b448d6 ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa1e5e624 ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa58ac4f0 ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb015f727 ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc6ea81ed ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd1af2015 ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe3cc36b0 ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xe40f459d ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xea3dbf2f ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf2c289a6 ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf6e60443 ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf8ce11e7 ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x04100cea rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x17197318 rtl8366rb_variant -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x467bc888 rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x56ab3c2e rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x776643d9 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x7794dea1 rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x80b06b1b rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9509ab5a rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9c6f8303 rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xba199427 rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xbd0a2c14 rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xc4a7e1a6 rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd331ff63 realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd700d882 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd8dd30f6 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xec9b728c rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x5135b348 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0cfe91ad ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x13a6f622 ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x17e475a8 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x26be16ac ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x28164d87 ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x31b89b31 ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x47fe361f ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x591f3b12 ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x659d2b1a ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x69cc92c2 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x69fe618e ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xada3faa2 ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb0ec4374 ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc8483f40 ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf2f46696 ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xfbb770e0 ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xff272b39 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x10513a3a rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1d17628a rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x348eaf26 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x4d8b1de5 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x51dc8292 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x67864c33 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x68a296ea rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x71e2579e rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x72310759 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x8450e813 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9e030334 realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xa0f75cc8 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xba0f729e rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xd8e21cf4 rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xef84356f rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xfdc8791a rtl8366_init_vlan EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xc6cb78d4 arc_emac_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xecff9b3a arc_emac_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01a6fada mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x021edd7f mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0601f46c mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09f8f048 mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a1a2ea5 mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a3bd879 mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c969f70 mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d4412e7 mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d976869 mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e5e8294 mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f1fbb3b mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11c28fdb mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12e0c7d0 mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15b30fe8 mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1733adff mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ad208f3 mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b3361ae __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dbb812a mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f224f45 mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2002d04f mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21b5b1ff mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x265ffe0c mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x286b4485 mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28871cd2 mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a14cf0f mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b80d6c5 mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b8da336 mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c93ef4b mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cec800f mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d7923d2 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e46af4e mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f4caf60 mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x314cd499 mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31668276 mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31fc2458 mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x361e015f mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x377bb179 __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b6be99e mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f5e0b99 mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41349dff mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44e1f12c mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4690c86e mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47059668 mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x477d1290 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a70820d mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c490c66 mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d5b41a4 mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4df9e90d mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed16c5f mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5027fb7b mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5285ff5e mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5489795b mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55e545db mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x572b3d13 mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b486049 mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b5f3f1f mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c2aaf54 mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cb1c172 mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5faa0c80 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61169972 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62442060 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67e07092 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d60521e mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e8e17f0 mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x752a0f77 mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75fb0d09 mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x762117b9 mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a49180f mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b3f4eac mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ba99fd2 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c25915b mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed687a4 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7feb6204 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8017868e mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81fe2bdd mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8239c52c mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84278f45 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85b402ee __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87b1b193 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ea1fc0e mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93789f80 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93ef53c5 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95f1ee6c mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9be3af68 mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d7eeda6 mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ec33c0c mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9eda8a78 mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2a49350 mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa92fd7bd mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab40c7ea mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb114515f mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2097319 mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3c55e4c mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaae2679 mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcbf3163 mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf3afb8a mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2381c41 mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc41b0bf4 mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc85a3224 mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8970c6b mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb529d57 mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb780993 mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc9156e6 mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0c748ec mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd18905c9 mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1df9f35 mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7d7a351 __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8c09152 mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8ded145 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8f5eb63 mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf7ab92b mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0dd379f mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0f606d1 mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe516f763 mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7c55a38 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebc75f07 mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf10c595e mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf225a1d2 mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3573331 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf529ed3f mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf62fd03d mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8c441c4 mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9956845 mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaa42ec6 mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbab1846 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffe3e652 mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x038fc070 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x025285f4 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x033acd71 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0428afa8 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x095730cd mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09c71099 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c92cca0 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cb5a7b9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0de7a0af mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ec0fe00 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x108b995c mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14c50e7f mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15bd8216 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18c682d8 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cebb513 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f6d00d9 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x233b4e7e mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26967e7f mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x298eb193 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b656b2a mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dd86ff4 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f552748 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fe33890 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3024d3f3 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3130e220 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3310315c mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34658901 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35fd1a15 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b0883f9 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dd76a82 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e697730 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ea411e3 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f9d65ec mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x401e5e46 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41066561 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42f710d4 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b68636 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4505ad73 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c0ce4d7 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c4870a9 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ce7071e mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50d6189f mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51afa581 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b62f2d mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52d6dba7 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55c6e1be mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57bd1b58 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5813a82f mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x583d630c mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59d6fe6f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c67db8e mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ccfaad7 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fa01023 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x612f17d5 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62f3c4cb mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65788f80 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x674dc3ac mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c524b24 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dd54426 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f594e47 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ff4da70 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70bd1b32 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72eecf0e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a192ae0 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a8be44f mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c69fc1a mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cc0859b mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7df5f80d mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e0f01e3 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x808d5015 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80c6bab0 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x815ac120 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82014faf mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84d2df41 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x858553a8 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86e95e17 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8708f309 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ad03f43 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aff7286 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b08f143 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b3e952b mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c8fe01b mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d423a77 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f2b3e0b mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90dba897 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90f21963 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91a0ffa9 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x985a3f4e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x995e650e mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c07532c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fe3299b mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa18fd9be mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3ca3343 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa82b3a53 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacea4128 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad794420 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad84c7ba mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadc97255 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae933eb8 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7fc32ca mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb925c5d0 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9393092 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc975a35 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdbed7ce mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf10429d mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc386f2fe mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc77e630e mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc85ed14d mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb89bcb7 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb971b7c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5c26b0a mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdac6e50a mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbde11ea mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd800273 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4793dc5 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5293b74 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6b39d9b mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe917fa13 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9ed6fea mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9fa2ecc mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef45eebb mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b2e36b mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf51b7bc4 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5ffcd7d mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7ee40db mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8c68c1c mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa2ed122 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00a0ef13 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01ebf962 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02666885 mlx5_core_access_reg EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x039612ff mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05691204 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04e99c96 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0600b734 mlx5_query_nic_vport_mtu EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x099a722e mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09c2964a mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cf51976 mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e267617 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x106c399c mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x109e866e mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11f0aa2d mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13535bb7 mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a253912 mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c03f2b0 mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c4e5471 mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bbe0a0 mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x256da06b mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b75e1f0 mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3110a166 mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x333fdda8 mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34d3cc63 mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38adb17a mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d8cbc7d mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41948a75 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42bb9a8d mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x454b35ca mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49d907d6 mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c2952c4 mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x525f35ff mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52755bb3 mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5af66089 mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b2809a7 mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x603a444b mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61284b39 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6225a176 mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x666df197 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d09499 mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6803f952 mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ac8a678 mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb2e46c mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72b1b70e mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78a0311f mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7980d62c mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ee7fba7 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a064781 mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b87f743 mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b4b7d1b mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bc41a68 mlx5_core_destroy_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ee349e1 mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f21e0be mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fb394b1 mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2d58d77 mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa429f44e mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa45207d3 mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5b46b7f mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07970d46 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b581039 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d5079e3 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ded96f3 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e77df8f mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f38673b mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f83cc43 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x107b3610 mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10f48cda mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14aa944e mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x169f5edc mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16c7ed60 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x199ae5f5 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cce79ea mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x211344f7 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22b812b8 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23434409 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24823c2a mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25d8c725 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26225deb mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x268811ed mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cb35e28 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31c0a00a mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d69897a mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e647f20 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3eb32efd mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f2acac9 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f9bbb88 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fb7c896 mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40b55c17 mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x456376e1 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4935113a mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4af8b30f mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c17b1e9 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54c222be mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x550aae71 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x581b0699 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5feaa4a4 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6262d2de mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64dd7019 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x655bb1c8 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a62ed43 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f830ea8 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74f472e7 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80c5b096 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x844061bb mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89b6e8c7 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91be7161 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93cbb01a mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e31609 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97d4d286 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b2133a3 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c936924 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e3a4aee mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2a276e1 mlx5_set_port_caps EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8764851 mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0923bef mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb41755f6 mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb672d5da mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb691334 mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc7afa98 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf64e372 mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1fd772b mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5f21be1 mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce368ed7 mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd139005b mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd472a7cc mlx5_nic_vport_affiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd637f2c8 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd79e73e2 mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd930243f mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd95951ba mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde836afc mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdeffc776 mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0cc4ef6 mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1cc3c8a mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2ed47fc mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe33eb552 mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe356ff94 mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe56e998e mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7080466 mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebe3d213 mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed64202a mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf10630ed mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7061fe7 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa2d71bf mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa6b01e mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfefde856 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa89a1a87 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaada1c5e mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab23176e mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3179bba mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5589945 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5d3c6de mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb804e479 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc23e3042 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca2a7f53 mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca2e4fbf mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaf0d333 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd982449 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0e369c7 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd23983ae mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb7b887e mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc84bf83 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1d6327a mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe392d26c mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4cfaa98 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xece61d45 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf46f72dd mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6a644b1 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa2c3504 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd3b7221 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfeb2561c mlx5_core_qp_query EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x2695f52f regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x4be2f862 regmap_encx24j600_spi_read EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x5ab4f7f4 devm_regmap_init_encx24j600 @@ -13173,16 +13174,16 @@ EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0832da6b w5100_remove EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x6a49ed42 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xcda08562 w5100_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xed1dfa93 w5100_ops_priv -EXPORT_SYMBOL_GPL drivers/net/geneve 0xcf880061 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x10a376f4 ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1ae2864d ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1c8e2af5 ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5522286a ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8af5da70 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1b191357 macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1eb92c33 macvlan_common_newlink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4c89debf macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8fa43a8a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/geneve 0x846a6750 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3694a8d8 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x6730d6b6 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x91c7b63e ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x97ee222e ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb2815d07 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6da7639a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb27df57c macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xdd828ade macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf83ab41b macvlan_link_register EXPORT_SYMBOL_GPL drivers/net/net_failover 0x69b41f2c net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/net_failover 0xc4cee4d9 net_failover_create EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0eeb2779 bcm_phy_enable_apd @@ -13291,10 +13292,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xecd3dd44 usbnet_read_cmd EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf28131bc usbnet_purge_paused_rxq EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf3e4c792 usbnet_probe EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf4c109d6 usbnet_resume -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0dd284e3 vxlan_dev_create -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x4910508a vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x530fe1bc vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xece8bf49 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0b7f93a4 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x69976e38 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb66480b7 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd9a98f33 vxlan_dev_create EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x07b54189 i2400m_is_boot_barker EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1a4f122c i2400m_tx_msg_get EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2c47193e i2400m_rx @@ -13313,11 +13314,11 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdeb7a2c2 i2400m_pre_reset EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe75f1c06 i2400m_cmd_enter_powersave EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf8f134b8 i2400m_reset EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xf6be72b0 libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30f1633d il_dealloc_bcast_stations -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ab6d1dd _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e9b4e21 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc223e3ed il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf27f3226 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0cdc82f0 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22a88684 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x673ae32a il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xabd2f743 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae0dd7d4 _il_grab_nic_access EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0189c36f iwl_wait_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x06604a53 iwl_fw_dbg_stop_sync EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x11960c50 iwl_read_external_nvm @@ -13385,15 +13386,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xea1b26fc iwl_nvm EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xefc3d6e1 iwl_cmd_groups_verify_sorted EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfd573ade iwl_fw_dbg_ini_collect EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfdd76f97 iwl_dbg_tlv_time_point -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x29356809 p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x307b5292 p54_register_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6e41f605 p54_free_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x70b0dc06 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x73e76576 p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x774543c2 p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x960d5dc1 p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9f958ee7 p54_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf9d88d2c p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x25c978b7 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4e9eeb15 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5885e958 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x58b9b062 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x69d1fcbe p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6dd56938 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x94bb0854 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcc400997 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xed81ff03 p54_parse_firmware EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x01a32c13 lbs_stop_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x02140770 lbs_host_sleep_cfg EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x371c65be lbs_cmd_copyback @@ -13412,15 +13413,15 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc7f3e61f lbs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xed71edf1 lbs_queue_event EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf10a9106 lbs_notify_command_response EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x13f6ab3d lbtf_cmd_copyback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x29de895f lbtf_send_tx_feedback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x481b10e4 lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x635a155b lbtf_cmd_response_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa0f51b6c lbtf_bcn_sent -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb2c63746 lbtf_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc094f7f7 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x13ecb432 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x1f6a1059 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x524d54a4 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x559fb9e4 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8eef1d30 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa81b950b __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xac51d9c5 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xae7d767e lbtf_cmd_copyback EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf1b10190 lbtf_add_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x09df8be3 mwifiex_drv_info_dump EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0c7d86fc mwifiex_cancel_hs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0e08b550 mwifiex_process_sleep_confirm_resp @@ -13446,170 +13447,170 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe235356b mwifi EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe912cd81 mwifiex_prepare_fw_dump_info EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe939cbb4 mwifiex_add_virtual_intf EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf8944ab9 _mwifiex_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00278262 mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00bfbcfa mt76_unregister_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a6918f0 mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0b833c32 mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0c176fec mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x100c8b8d mt76_get_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x198cd651 __mt76_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1cb67f2e mt76_alloc_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2602b6fe mt76_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x280b67cf mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28f8b204 mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b899cb8 mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c7a527e mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ffffa54 mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x34969003 mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3af06187 mt76_register_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4191f43c mt76_tx_status_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43546212 mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x470685be mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48500efb mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4903257c mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a461b1c mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a7c2ceb mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x515a55dd mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x601972ce mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61293894 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0397a52c mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0448ea9f mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05ab419f mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0afb8620 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0afeb77a mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0bad3d54 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x153d178c mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1d87a44e mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x212777ff mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24547ac2 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x257d72d5 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25a16b2e mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ed8055f mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x44fa5ee9 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x46367de7 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48fed8a4 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e5df024 mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f7c88aa mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61f4b8bc mt76_set_stream_caps EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x678f6b51 mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ad560df mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f415ab2 mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75e93696 mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77f3c5a7 mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7873a455 mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ff1a37b mt76_txq_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b8629df mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x930d5e38 mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99668b42 mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa23bc226 mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6453253 mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7f34c08 mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb688c5e9 mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb88bb2ec mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba874789 mt76_tx_status_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0e99e31 __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc1ce5d43 mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc26e365e mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74f106cd __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75048ae7 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f333cd1 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x816f3230 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82c6bde2 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x87cad875 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x910df51c mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99b01b9e mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fa8c8c0 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2748eb1 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa27bd10c mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa34a7303 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa3bae235 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5c9628d mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa66562be mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7d64edb mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa91c8588 __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac6db62f mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbab499ca mt76_txq_init EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd42a7fc9 mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd73aea23 mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd7ddd10f mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd93814e8 mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf6f502d __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeed5fa5e mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf879a8a1 mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfac726a0 mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0a9eb35f mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x455e0f8d mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4df54509 mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x73d0048d mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8905a7f7 mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c781ad4 mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x982186d5 mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfd98d884 mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x19f4a886 mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x22b6d3a1 mt76x0_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4890eadd mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5489d2c7 mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x54e1e19f mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbc1fac1c mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcb6e7bd6 mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x01a0b6d9 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8eda0b7 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb680cd3 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd802a9b mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd489dae9 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd74edeff mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd935602a mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe16b5e81 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe248e46d mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed820356 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1ac0776 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1ff1b88 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf5ed8d1a mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf91926c6 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf9be8118 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa95f1c9 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x02b97ef9 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0d20d949 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6f925ffc mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7adfad93 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x81249283 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x90750642 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb45eebf6 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf18ace3e mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x235064d9 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x7d328fde mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9c3876e2 mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa232fdc0 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc077cf41 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xec27b7c9 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf1e13891 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02878681 mt76x02_mac_write_txwi EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x060edaf9 mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06ae6c9b mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x093a3cbf mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06c56f40 mt76x02_add_interface EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17f901c0 mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x188b7c3d mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a7ee4a4 mt76x02_dma_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20e6eab7 mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x289b93a1 mt76x02_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c8430b4 mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31f6adef mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32f97713 mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x34bb2a9b mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1495e39b mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x163e9d9f mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16f92c7a mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17368768 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x18266b5e mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29401442 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2bb4cdb1 mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e035ce9 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x317573a7 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31c2bbc9 mt76x02_mac_set_beacon EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x379393e9 mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d7cb8ed mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ed1be72 mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f0128d9 mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x44041d88 mt76x02_set_coverage_class -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47bb0396 mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ddf6367 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e4b41f7 mt76x02_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f357efe mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5256a770 mt76x02_phy_set_bw -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53ac4dd2 mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x565a32be mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5803e585 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b0c72dc mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d8bccff mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e022438 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e62630a mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e9ba6de mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f283e67 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40a1ad4d mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40d396c0 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x41e0ca7f mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x41f34088 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x482853fa mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52b7bd6a mt76x02_get_efuse_data EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e2970c7 mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x63d61e98 mt76x02_mcu_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x65ca9930 mt76x02_mac_set_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7a9a8c6f mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ee85ebd mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f928775 mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80c849b7 mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x82e5a79e mt76x02_resync_beacon_timer -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x87192a6d mt76x02_ext_pa_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8d8a4561 mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8ded6885 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x906e3c62 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6129b889 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6679bfc5 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x66d9f900 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6df2ee7e mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6eb76ef7 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72eddb59 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75005297 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x764a4057 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7940705d mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7bacc7a4 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7bd22402 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8585b5bb mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85b73e11 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8b9455c1 mt76x02_tx_set_txpwr_auto EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92f13aef mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ad19ec0 mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9faf6bd0 mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2190467 mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa7d9eba5 mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac4cca10 mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb02fad39 mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1d6ab3f mt76x02_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc26da82 mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1c4019b mt76x02_edcca_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc5c7c8d9 mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc74a3e2e mt76x02_mac_setaddr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xceca1e56 mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd049481d mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd4072136 mt76x02_phy_adjust_vga_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd84a922a mt76x02_phy_set_band -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdbeddb0f mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe71d0cad mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xecd5a09e mt76x02_init_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf0d8d895 mt76x02_get_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1b0da0a mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf59cd47f mt76x02_mac_wcid_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7f6da9f mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf8c1b8e3 mt76x02_config_mac_addr_list -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfadfa123 mt76x02_get_efuse_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x01735dca mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x28783931 mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4db118bd mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5f9c91fa mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8d783f65 mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa7df5a9f mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc766ba69 mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x00e17c04 mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x014a72a1 mt76x2_reset_wlan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x01f8216d mt76x2_phy_tssi_compensate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x064f0d37 mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x103a8a41 mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1da9cca2 mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2188ab3e mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x28ec6e51 mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3e644237 mt76x2_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4b9e74f2 mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4be037e3 mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x53b295bf mt76x2_mcu_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x691b2a2c mt76x2_apply_gain_adj -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x72d933cd mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9a0ba405 mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xca24a639 mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcb61753c mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd38153a1 mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe3c62051 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x94a77213 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97cfddc9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9d254eff mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9e34d1e8 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa76889a0 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb04b50dc mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb5058f98 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb5567a68 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb1c4ef5 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3020668 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdbff4375 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc664cca mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdccedc6d mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd0dba2e mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdeef5689 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf0f2841 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe1f07c49 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe940fdc4 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf0bcd7c6 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf477526e mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf70e8a62 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc4400c5 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc8b03d3 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfdfd2e0b mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xffbd4b01 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x29dcc3c1 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x580d6a2f mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x700a71e2 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8006a584 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8e00a1fe mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9bcdf2b7 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd97f42d0 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0c0be476 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1105f0e1 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3671138b mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x728ae0d3 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80c4c2a7 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8d3134c3 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x94283d84 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x955dfa39 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x96173c15 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9959768d mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9c19f2a2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa7a469e0 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb40eafca mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcad6ba6e mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd9286090 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xda49a824 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe854ff37 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe9dec14a mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfa1fdbf9 mt76x2_mcu_set_channel EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0f75ffdc qtnf_classify_skb EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x26360d11 qtnf_core_attach EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string @@ -13620,264 +13621,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa494fe37 qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa7fb8dc8 qtnf_trans_handle_rx_ctl_packet EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb8ff3c17 qtnf_update_tx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe522c7e7 qtnf_update_rx_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x028d20a9 rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02e7a020 rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08657022 rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0bf788e7 rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x10c8c450 rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x133e4bf2 rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x151df65a rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2e618f31 rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3588bc94 rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3e797167 rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4cd01d0a rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4d44fb39 rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x50c9ceeb rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5c2a15c4 rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f4f69b0 rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f534c82 rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6318a63f rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6a0db0e0 rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x72b5018f rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7c4f84ae rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7d365f99 rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7de920c4 rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8718248a rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8cd2751c rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e5f5513 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e7a44ad rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x928e16f8 rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96282709 rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b938b28 rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9e378ce4 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa718f038 rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaeec44b3 rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb05caaf2 rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf9d6589 rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe2e6bc82 rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe5c7648c rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8195288 rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8e07959 rt2800_read_eeprom_efuse -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9a45934 rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xecd38879 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xef73d4b0 rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf8e675a5 rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb62e76b rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfeb80dd1 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x006bab8f rt2800mmio_queue_init -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0097d21a rt2800mmio_toggle_irq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x05cb513c rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x103fc75a rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x16406f2d rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x19796980 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1c55ded7 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2245474e rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2966905d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x29f6bca0 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2c0d2487 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3f06fa1d rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x45443c7a rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x484b5d88 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c4debd7 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4eeea6ae rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x54d87c65 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55ca18fa rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5a24e5c1 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6dfc063c rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7a9d40b8 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7cd37e8f rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7d1d0787 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8f3f6afc rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x997a3f47 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa261b839 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa33ae55e rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa3721663 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa86c632a rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xacead0e9 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb2d41f42 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba939730 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbcd8289d rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7cac7ac rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc8ff7e4 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xced25d95 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd04be732 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd090179f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2f38bf2 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd3274139 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd4558ee1 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd46b99ec rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf9a4a3c rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe5ee3145 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf395bb84 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfbd3b933 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfbea0c8f rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x07e670d7 rt2800mmio_toggle_irq EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x10ece276 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1d63dc40 rt2800mmio_init_registers EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x39d3a75d rt2800mmio_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x435ddfa3 rt2800mmio_init_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x44a06d6d rt2800mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x44f2ef6a rt2800mmio_get_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x513a2193 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x49060a6e rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x49761e1e rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x51e5a1cb rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x53a6b0e5 rt2800mmio_flush_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x666186b8 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x773c39e7 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7edb7ff8 rt2800mmio_get_dma_done EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x99877308 rt2800mmio_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc44f94a4 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa314bf91 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xac7dfbea rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb6e7341e rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc2018bfb rt2800mmio_stop_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xca9acc48 rt2800mmio_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xde3cf2f0 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe1ac302e rt2800mmio_write_tx_desc EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf3a01b4e rt2800mmio_fill_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfc2d2edf rt2800mmio_get_entry_state -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0705901c rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x09444671 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c15852e rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x12ec627e rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x25181baa rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x255feb09 rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26da76bd rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x348c4d88 rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3761d400 rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3931a27f rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x412995e7 rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x434df66a rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x461494f1 rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x52ef6f08 rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x588a443e rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a4b1eaf rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a5f1998 rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ce5a025 rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x64588d62 rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x656b914e rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6f0fda62 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x712e507c rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8375db50 rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x840564d8 rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e93ac67 rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8f1fe699 rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x970df99e rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x98124e9e rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e8770b5 rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fe8b962 rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa60a7104 rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa976f311 rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2e0c31d rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb34aa571 rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3ce3bb7 rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc0f6034f rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1033763 rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc11c09d7 rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc62a43d5 rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc8563fa0 rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1bbb4d6 rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe40aa04b rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec5d1370 rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec92b0ae rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf0cb32c7 rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5efb596 rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1616319f rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x468e41b1 rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5db801ae rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xaf784ada rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xb4ca51bc rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xa68560a4 rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xa6e5d5c1 rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc9a5e98a rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xfd11db8f rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x16be97f1 rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x17d6baaa rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x342f8e62 rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3ee14bc0 rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4905bb5e rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x53a646af rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x61f1fa8a rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6ae72bda rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaaa8cf25 rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb0cd167c rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb2ce671c rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbc4a717c rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbe767266 rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdab61526 rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdb991878 rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfd1daa72 rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2312c835 rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb0a5362c dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc617aba0 dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe044bf84 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x067457e2 rtl8723_cmd_send_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x131c4d8b rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1bac091f rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1bf9cc6e rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2b3b5ac1 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf89f701a rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf989a6ff rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfe91b3f6 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0933b069 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c05ee29 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c695c83 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14fce4b3 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19f83d8e rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1a8422f4 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1e07d4e3 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1fbeb808 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x206f3f98 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x29349506 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a8ab097 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2c44cd9a rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x31f1dad1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x328bb95a rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x40ba8413 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x47338cbf rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49514434 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49bcda35 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4b313fd3 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x50ba145e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x59f9ebb8 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d2e6815 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62f5d9d9 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6727ad15 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d10d843 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b99502c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b99d58f rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x899ec6a8 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91bbf3c1 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9cf4190f rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3c7d11c rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8dbb6ea rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb976766a rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd7049b5 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xced899a1 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2e3b0a2 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe4531ef7 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeb8c9b2c rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xebc04ef9 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeef887ac rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeefba35b rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xef028265 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf10b374c rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf128fa57 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf51bc031 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf69a461b rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x24cbd53e rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x32d21ad2 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x458450b5 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5514f345 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8e056745 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4ff77d5b rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x5246e90a rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x6fb0e446 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc4a8d94e rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x10ae756b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1292ff35 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4406d45a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x50789491 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x50f07c21 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5f58ef33 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5fe41919 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6dc22ef6 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x731e03b8 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x73c2dd34 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7c846c3c rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x845885da rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x903b9d82 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa2fee110 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa835d7a8 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe1d999f4 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4442af31 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x62a82025 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa42f8c19 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad80487c dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1d1d36ca rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2422602b rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x381a69d2 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3b0bea49 rtl8723_phy_reload_mac_registers EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5bc5682e rtl8723_phy_pi_mode_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x61c7ac27 rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6a1b1a48 rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7095c7c9 rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x721e3462 rtl8723_phy_save_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7548cf27 rtl8723_phy_reload_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x80fe468e rtl8723_dm_init_dynamic_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x83cf7ea1 rtl8723_phy_rf_serial_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x874ff981 rtl8723be_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x89d63f7d rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x47727f77 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x49928311 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x544095f1 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5bbfc1f4 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6048b580 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x64391d6d rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x69494d11 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x793282fa rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8448a325 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x892ef6a2 rtl8723_dm_init_dynamic_bb_powersaving EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x98e0b4be rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9e78cd94 rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb591532f rtl8723_phy_path_adda_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb6f65f09 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd310bdb rtl8723_dm_init_dynamic_bb_powersaving -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcc4c5159 rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcd40d842 rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xebd6da60 rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xed62e256 rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfae2cb18 rtl8723_phy_set_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0345698c rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x04f5fbba rtl_lps_enter -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x18545a29 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9b229e7b rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa30045e3 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa64a0f19 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa92b48ab rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa9948bdb rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xad55f4ad rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb16e9cd6 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb767b89c rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd9b98792 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe7a39687 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf971e57b rtl8723_phy_query_bb_reg EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2c5fcc6a read_efuse_byte EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30159545 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a06387 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30efe77f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3316aec7 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3584e326 rtl_recognize_peer EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x393498a5 rtl_deinit_rfkill -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x40b7d2f0 rtl_tx_ackqueue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5337068d rtl_init_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ad8bd2b rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x73bc1f41 rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f3995f5 rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f7cc4d0 rtl_deinit_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89a4bdb4 rtl_is_special_data -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8a228ed0 rtl_deinit_deferred_work -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8d98dabf rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x488eb018 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4f2ceb12 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x52892295 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5755bd97 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ba74a06 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7942b6b8 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x82820fce rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x867ce063 rtl_ips_nic_on EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2ed6a4a rtl_ips_nic_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa52df812 rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6bbaa8d rtl_tx_report_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb97b2895 rtl_ops -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc14868f7 rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc9b380e4 rtl_p2p_info -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd29e1451 rtl_lps_leave -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd2d30481 rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeb7ec964 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7c7d129 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb877d8df rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbdd27f36 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc174ef2d rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc549e977 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xce6202cd rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf38ba44 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd7ca98c8 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9d28359 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf70b8a6 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe07e7229 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeebfd87c rtl_lps_leave EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf9389637 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd479e2a rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0b105ecc rsi_mac80211_detach EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4fad414f rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9e74f954 rsi_91x_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb20d453b rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x634c30b7 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x74326a93 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa02c3237 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa03ca2b6 rsi_read_pkt EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd232fa7f rsi_91x_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdcde4c52 rsi_mac80211_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x0deb2c40 cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x4c796e54 cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8d5a939d cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xad57e485 cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x52729777 wl1251_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5fe52959 wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x73c12df5 wl1251_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x018a0b4c wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3c70fbef cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9425a9b2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xaf17a643 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xfaabb94e cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x585ca548 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x751a46f2 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfd17c30f wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0121d38e wlcore_event_max_tx_failure EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08c660d8 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b92a277 wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e9b138b wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ecb7288 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0818cec7 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1aeac066 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c29e028 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1dff004e wl12xx_cmd_build_probe_req EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x21120741 wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25f044e0 wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a5507ea wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2e69299e wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f1ce6dd wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x326c1fca wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3752efee wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4309bb25 wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43f01ded wl1271_acx_pm_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b87c03c wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x610cd2b5 wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65934c17 wl1271_cmd_data_path -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e8b196b wl1271_acx_sleep_auth -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ed37d9f wlcore_set_partition -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8437b731 wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x895e064f wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x934484e2 wlcore_scan_sched_scan_ssid_list -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97705210 wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x98549321 wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x991d6618 wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa08a3fa5 wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa63b3e7 wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb21639e2 wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2abe296 wlcore_event_ba_rx_constraint -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb3e64d19 wlcore_event_soft_gemini_sense -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7bd5eb0 wlcore_disable_interrupts_nosync -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe4e13b3 wlcore_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbee5f5a6 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ab118b3 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3786ebf7 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38eb7b73 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f336cf4 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4756dfbd wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x57dd6369 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5846f3b7 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x58edc6bd wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c1562f6 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73ddd223 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x80278b65 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x80cb0560 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8182c9f8 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x868a32aa wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x95c73a17 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2243324 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa52f1ea2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6b28446 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab4d33c3 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac715751 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xace86a63 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xadfe9db3 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xafc91411 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd363dde wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbda0352b wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe445bab wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0b256f5 wl1271_acx_set_ht_capabilities EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc86c4de7 wlcore_event_rssi_trigger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9377e44 wlcore_event_inactive_sta -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbb67241 wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbb884b6 wlcore_disable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3b6d96e wlcore_boot_upload_nvs -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd95e2fb5 wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda564cbc wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe285d49a wl1271_cmd_send -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe859c7c1 wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf83c9401 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2b93bc8 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7debd58 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd792f32 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcec6ad47 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd420b811 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdfdb410c wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5e0f87f wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xebd36f8e wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf54c764d wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf65495cd wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfea80b39 wlcore_event_channel_switch EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x26ad68aa nfcmrvl_parse_dt EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x61ee0968 nfcmrvl_nci_unregister_dev EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa8d41f38 nfcmrvl_nci_recv_frame @@ -13979,17 +13980,17 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_local EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0145fc38 nvmet_sq_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x20aa02bc nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x373a8668 nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x40dc3a3e nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5c985a1d nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa451cceb nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xaa904f05 nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb674c923 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc34b9398 nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcba1fb2d nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd0745e65 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2fc8012b nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4ce6f1e7 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5569dcc0 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x70eb7932 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x770bcf49 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8ea459c2 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9f148f71 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa78a45e4 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc24f2dbf nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe89a9ddb nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf472166b nvmet_req_execute EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6cf82932 nvmet_fc_register_targetport @@ -14052,53 +14053,53 @@ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xd1c24472 qcom_glink_native_ EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xddf642ab qcom_glink_smem_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x046b5169 cxgbi_set_conn_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a999c24 cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e30fc51 cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x11855cc7 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1554bcbe cxgbi_sock_rcv_peer_close -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1981778c cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19852167 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a9cc209 cxgbi_get_conn_stats -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2aac82e6 cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2d3468f7 cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x39696a7a cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x397e4e37 cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45764def cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x46dd6438 cxgbi_device_find_by_lldev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57765576 cxgbi_sock_act_open_req_arp_failure -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5881268e cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x60c15471 cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x61f18f06 cxgbi_get_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7272c166 cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76128dca cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x781606fc cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x786c1261 cxgbi_ep_connect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x786eaa70 cxgbi_device_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7de893f9 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04f9dabf cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c7b4ea0 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e2417b7 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1728cf53 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x184cd910 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1989476d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1dd3d68f cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2543b70f cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27268ad0 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3067f14f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a67d7a8 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c88584e cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d230916 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3de5d11c cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43d0f8a5 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e7b31d7 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x572d6b52 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x684ac6cb cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76f4c884 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b2308bf cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f436ef8 cxgbi_sock_rcv_abort_rpl EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ff93ef9 cxgbi_sock_fail_act_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8739dd20 cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ff9de4e cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9107ae5e cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9232e2ad cxgbi_sock_established -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95f66a8c cxgbi_hbas_add -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99f9973b cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4747be4 cxgbi_device_find_by_netdev_rcu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb578d572 cxgbi_device_portmap_create -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbdf86961 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8969ce1e cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d2f37d9 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e772bbf cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8fd620f0 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9763b0e1 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa1732a79 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb6fcc2e0 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb9b770ee cxgbi_sock_free_cpl_skbs EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2f25b24 cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc58c833e cxgbi_set_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7877f5b cxgbi_conn_pdu_ready -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc983cffa cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcbe6bb4a cxgbi_iscsi_init -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcff83ffc cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda9d8596 cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc7870fd cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1410a3b cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7b89709 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc938e224 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca906bbc cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc192c9d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcef0a1bf cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4f671f8 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6cff846 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7c69c41 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb098d29 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd823c20 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf1a16fa cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe3f832b6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe64f4822 cxgbi_sock_fail_act_open EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf2f932ac cxgbi_ddp_ppm_setup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff626b1a cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfbc01771 cxgbi_get_ep_param EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1f0fe639 fcoe_ctlr_device_add EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x21b114be __fcoe_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35d50f2d fcoe_libfc_config @@ -14128,69 +14129,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xcc453416 iscsi_boot_create_ks EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe9ffcf68 iscsi_boot_create_initiator EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfb8612bf iscsi_boot_destroy_kset EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x559c2254 fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01bf4fe4 iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04024163 iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0addd69b iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12437101 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0993fe8e iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0a5cf107 iscsi_suspend_queue EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28f268a9 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a5c04d0 iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2fe5f80b iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x313ef25e iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35f26098 iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a32ae3b iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a6986ef iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x158dd151 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17789dd1 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2182902e iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28a88209 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b1d3cae iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x339c20d6 __iscsi_complete_pdu EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40bc611e iscsi_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40d9c590 __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40ed6975 iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x458880bc iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x492a2818 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4e1642d1 iscsi_verify_itt -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5541e456 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ac5448b iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6bfea846 iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70e732c3 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b3afb20 iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c4a8296 iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e1a5da8 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7fa2ee91 iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x880c68c3 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c7a056e iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c9e4f14 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53789a56 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5671a228 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57d65ccf iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5843215a iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6039433d iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66a77df0 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b58bea8 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7296c763 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7308599a iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a7706f8 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x812ee5e2 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84daec98 __iscsi_put_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c2be009 iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e6ac9eb iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1f0450c iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac85e2a9 __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae2330e0 iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaf52bff2 iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1cd7be2 iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb292b4a iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc31de0a iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd8933e6 iscsi_conn_start -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5cdb624 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7be0d5c iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ecb3264 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ed61ebe iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x901bbe5f iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91f5d301 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x926378e2 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x949056e4 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa4a5ed8 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab90323a iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae083f0d iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc72c98d1 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcbe735d0 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xce77e1f6 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4d7a8a8 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd73ad21e iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2aa37b3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4651d6c iscsi_conn_queue_work EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee4634da iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xef675bb3 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf22141ca iscsi_session_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb42f6f7 iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x000bb312 iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x053f78a4 iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13ea0624 iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16228497 iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x20019962 iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x22cb1826 iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2ecfb0ba iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4b02f208 iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x52b9129a iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5362df98 iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x85341add iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x85599cd1 iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa25c26a6 iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa309ddde iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb74af699 iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf00df321 iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf6ce8c90 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec665821 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee87c9c3 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf95f8e3b iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc798e8b iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x19c2e216 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x276f3dac iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2d92086a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33c1c9fd iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3771304d iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x412780b6 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x479dbbd0 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x55b10136 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58b76b7e iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a63652c iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x659da963 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x661f9066 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa01adc62 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa25e6076 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc739214d iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd9b88b73 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf2869dbf iscsi_tcp_conn_teardown EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x000fbb15 sas_ssp_task_response EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14b7c50d sas_eh_target_reset_handler EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1737b629 sas_queuecommand @@ -14216,55 +14217,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6cc2e3f sas_change_queue_depth EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd85c0da8 sas_phy_reset EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf74cf5f2 sas_slave_alloc EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc3276b3 sas_request_addr -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x082a3050 iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0dbc666a iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11310157 iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15cf2ee7 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ec765da iscsi_get_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x191ccaad __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1f41920d iscsi_post_host_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x206fc2ce iscsi_session_chkready -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ffa917f iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x32897078 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3518a87a iscsi_destroy_all_flashnode -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4401b3e4 iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46ec545c iscsi_get_port_speed_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47239c4c iscsi_get_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4a63daf4 iscsi_create_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x57132953 iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b8a367c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19d9332b iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19db55ed iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b0fc647 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ca3252b iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x238b3743 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27b5d654 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31c11eda iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37e48797 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ada912d iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43600c32 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4adf6fbb iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e9b79fb iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5260b23b iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56a807cf iscsi_is_session_dev EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d9d2b2c __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f0f32eb iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fa2c354 iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6511507b iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f230695 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63b62e54 iscsi_lookup_endpoint EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6520fec2 __tracepoint_iscsi_dbg_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6aa63399 iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e63470d iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71a34bf2 iscsi_block_scsi_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x72b54596 iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x734651df iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x76cb98f3 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6eca1f6d iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f94cf48 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x741967f9 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79fbf099 iscsi_post_host_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7cd7d6be __tracepoint_iscsi_dbg_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x812c9082 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f81419a iscsi_destroy_flashnode_sess EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85a2bcc2 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8cdb58ac iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9476e3bf iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95d7dfa9 iscsi_lookup_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa65be952 iscsi_get_port_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf22afce iscsi_remove_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb18599a8 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4945106 iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4d3f87e iscsi_add_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb633616f iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb206f53 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x871d2edd iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x881a3f10 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88618bb4 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9221de4b iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b7fdf44 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa067d8f1 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5667dd1 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab96a6e1 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1cef2dc iscsi_find_flashnode_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbee721aa iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc51c0033 iscsi_find_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe10e1f19 iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3f4c11f iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf657df0b iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe198997 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2049740 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc41d4271 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccd6d059 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0e2de45 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7f08192 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3aedf1a iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe73438b5 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf030cee9 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf06635a4 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf77664c1 iscsi_unblock_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x27913c90 sas_enable_tlr EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x72f3e4b1 sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb8dc0842 sas_tlr_supported @@ -14384,7 +14385,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdfe98a9d spmi_device_remove EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xedcda21b spmi_ext_register_readl EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2d8f05e spmi_ext_register_write EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf52b9aa0 spmi_command_reset -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x103f40b8 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xec7ccb20 ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c8f6fdb comedi_alloc_devpriv EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1138864c comedi_event @@ -14431,14 +14432,14 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe2f3c016 comedi_set_spriv_aut EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe4fab9e3 comedi_buf_read_alloc EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe7992bef comedi_bytes_per_scan EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfcdcd39d comedi_buf_read_n_available -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x10ea2b2c comedi_pci_driver_register -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x1bcc02d1 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x06ed515a comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x6b01698b comedi_pci_auto_config EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xb0bb929a comedi_pci_enable EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xbb164e7c comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xee2c7d38 comedi_to_pci_dev -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xef1cd647 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xd1e6c764 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xe5741fe0 comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xf05d5ff8 comedi_pci_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xfeb9db21 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xf78bc0dc comedi_pci_driver_unregister EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x2d8cfdca comedi_usb_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x823f1240 comedi_to_usb_interface EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0xc0c7af39 comedi_usb_driver_unregister @@ -14467,22 +14468,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x3c21f673 subdev_ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x55cf8d8c subdev_8255_init EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_8255 0x6c0baac5 subdev_8255_regbase EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xca3679b3 das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x01405580 mite_sync_dma EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0265ae9f mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2847e2de mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x322b004c mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1f233dbf mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x275b68fd mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x31b4bd08 mite_prep_dma EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3a09b4b7 mite_free_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3d8984dd mite_prep_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3ea7f858 mite_dma_disarm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3f053815 mite_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x641b8e75 mite_release_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x80bdc25d mite_done -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x99e12c06 mite_request_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa6c661a4 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4a122bee mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4b0a4c4d mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5e3b4e2f mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x69ab9393 mite_request_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6d12c034 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x79378524 mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7cb00f20 mite_dma_arm EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xad88835e mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc4c8e437 mite_ack_linkc -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd2b0edc6 mite_request_channel_in_range -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe053ec8f mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb5320401 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd2b65fc6 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf86c5c89 mite_request_channel_in_range EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x88c95dbe labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xbe385051 labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source @@ -14778,10 +14779,12 @@ EXPORT_SYMBOL_GPL drivers/tee/tee 0xc053cf1d tee_shm_put EXPORT_SYMBOL_GPL drivers/tee/tee 0xc41f2dde tee_shm_free EXPORT_SYMBOL_GPL drivers/tee/tee 0xd2aa00ad tee_shm_va2pa EXPORT_SYMBOL_GPL drivers/tee/tee 0xd70ce6e7 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xda1cf659 teedev_close_context EXPORT_SYMBOL_GPL drivers/tee/tee 0xe6d40e56 tee_shm_get_pa EXPORT_SYMBOL_GPL drivers/tee/tee 0xeb656052 tee_device_alloc EXPORT_SYMBOL_GPL drivers/tee/tee 0xf0554012 tee_shm_get_from_id EXPORT_SYMBOL_GPL drivers/tee/tee 0xf799e836 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xff0b33f9 teedev_open EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x8a422e5e n_tracesink_datadrain EXPORT_SYMBOL_GPL drivers/uio/uio 0x91d31df9 uio_unregister_device EXPORT_SYMBOL_GPL drivers/uio/uio 0xee1fa3ca __uio_register_device @@ -14872,20 +14875,20 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xee000e9c fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xefb8370a fsg_lun_open EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x03b33031 rndis_rm_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0d421c9a rndis_set_param_dev -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x31af92ed rndis_free_response EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3711ded1 rndis_add_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4de6e0d4 rndis_get_next_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x54fbfc6e rndis_signal_connect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x58664e20 rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x782944db rndis_set_param_vendor -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8e1e97f9 rndis_set_host_mac -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9f7314b8 rndis_deregister -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa6bc509f rndis_signal_disconnect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xae70fdeb rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3c73629e rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3ee2e499 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x461c67fc rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x95a14dbc rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa0e81b7d rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa7e1c98e rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb802ab86 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb9f4c1a2 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcbcf9bb5 rndis_msg_parser EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd634f48b rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe39fd22d rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xec6f2708 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdab34d43 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf96b7068 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xffd320eb rndis_signal_disconnect EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x01800ddf usb_free_all_descriptors EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x09809436 usb_gstrings_attach EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0f0250d8 config_ep_by_speed @@ -14924,15 +14927,15 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf468b6b2 usb_interface_id EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff79a315 usb_put_function_instance EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x038261ee gadget_release -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x118a151a udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1e0280fa free_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x2e86e6e7 init_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x312af49e udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x53a51f6e udc_mask_unused_interrupts EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x81c3b1ca udc_remove -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x82bcca52 empty_req_queue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x834db0d4 udc_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x898e42a8 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x83955646 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8fcd8e3c udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa5257656 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc81b7f39 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc8feb362 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf7e0be8f udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xffc79823 udc_enable_dev_setup_interrupts EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x312a0288 ezusb_fx1_ihex_firmware_download EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xcefa3379 ezusb_fx1_set_reset EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x02c13d30 usb_ftdi_elan_edset_input @@ -15130,8 +15133,8 @@ EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x10d55c7a omapd EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x539e23a4 omapdss_of_find_source_for_first_ep EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x55a1084f omapdss_of_get_next_endpoint EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x77b431f3 omapdss_of_get_next_port -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x53c0186a sis_malloc_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9eb1d0c3 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x125f3c3f sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd41ce8ce sis_malloc_new EXPORT_SYMBOL_GPL drivers/w1/wire 0x0c080063 w1_write_block EXPORT_SYMBOL_GPL drivers/w1/wire 0x0fa3a1c0 w1_next_pullup EXPORT_SYMBOL_GPL drivers/w1/wire 0x10ad0775 w1_triplet @@ -15152,245 +15155,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf276e597 dlm_posix_lock EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x27ef45ff nlmclnt_done -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2c02eb43 nlmsvc_unlock_all_by_sb -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x35ac838b nlmsvc_ops -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x513168b9 nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x66cde498 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x416ca747 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x656c7d21 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77d7a11f nlmclnt_done EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9153dc12 lockd_up -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbd8fe5d5 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd22538ec lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd68f9b66 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe10a405d nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe41a9dab lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0082d06a nfs_sops EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03f400d4 nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05fa3365 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0311c5d6 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03f1c36d nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04e70a03 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04f3e78c nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x062a290f nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07219b85 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0827184a alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08fea761 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a522aa5 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b10a55a nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b2ca3a6 nfs_request_remove_commit_list EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cf3b6d4 nfs_get_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3aa8c1 nfs_instantiate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f78ee94 nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f9c157c nfs_scan_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10709e9e nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cbc6c81 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3941d0 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e21a8f5 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ef6e32c nfs_scan_commit_list EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12ecdb6f nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18355943 nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19e0c53f nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b4742cc nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1513393d nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19910fc5 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c08508d nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c47cfae nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cba20b0 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d8c55db nfs_post_op_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1eda497d __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fd393a6 nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2019d779 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2021c918 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20d9e5d9 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2269dba3 nfs_pageio_init_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23977e8c nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23e0ff69 unregister_nfs_version EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26fff691 nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x299ca026 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29ac033d nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bd64235 nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e6f0dc6 nfs_init_cinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fd7ee71 nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x309538aa nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30e6009e nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3298ca33 nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33ba7123 nfs_unlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33f80675 nfs_file_set_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x344a0939 nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x358ffddd nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26abecea nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27b70f46 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c284878 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c4d2ba0 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2eb89e17 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f166b2c nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3126bfb5 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34d35c2e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x359410a5 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3651fe84 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x365337cf get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38b26e58 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39173ab2 nfs_file_set_open_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a0c5e36 nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3aea94e5 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d045784 nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ddbe997 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b5312ab nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c512580 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f155c8e nfs_file_operations EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4043a62c nfs_file_fsync EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4236ac60 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42db31cf nfs_open EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46a7f85f nfs4_label_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49d4c402 nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b9b6287 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x435fa563 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x440c5353 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4420bcaf nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44372570 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x456cc9e3 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x488e721c nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b3d1380 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c808955 nfs_alloc_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f1e32f9 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d644748 nfs_commitdata_release EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x559a6738 nfs_path EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x586fc0df nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b0b4807 nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c1a1cba nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e0db949 nfs_pageio_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e714618 nfs_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5eb99fbc nfs_atomic_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fc98fc6 nfs_close_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62bdc139 nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6308865a nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59082a13 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f67ff30 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6053f3e3 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61963daf nfs4_dentry_operations EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63e14e3c __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64286e1b nfs_commitdata_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x667e204c alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67340a2a nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bb107c9 nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e1ebb36 nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7051fe0e nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x712e773c nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71d09d02 nfs_create_rpc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x761d8b52 nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76bef151 nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x779c76df nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77dfe6b9 nfs_flock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7843f2e1 nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78e5ffc6 nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cd13b73 nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d2d0514 nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d3e5e3c nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64bfac6d nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65f766d1 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65fad8ca nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6647d164 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x673c9222 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x675ac7a5 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6798225e nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71abe5ba nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71eaa3a0 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x774bf9e5 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7839b578 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79b820a7 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aeae6b8 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ba653d9 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e6d12b9 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eb4ae51 nfs_file_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ebf4ace __tracepoint_nfs_xdr_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fb0ba2d register_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7feb1571 nfs_fscache_open_file -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8017a54d nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85a80062 nfs_zap_acl_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8880d65a nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x889c0a03 nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89703717 nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8af4e611 nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c9a9a24 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e65d0dc nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e6f66e2 nfs_clear_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90205bde nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82fa1e52 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x834d3301 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c7d149b nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f54edcb nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9075e6b7 nfs_free_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92fe8856 nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x932e99ae nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96cea2af nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97eea53e nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9868c97a put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d5f440 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9281c723 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92c957f7 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9794ebd2 nfs_sb_deactive EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bb77af1 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cebf391 nfs_sync_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f9311dd nfs_retry_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa06d6170 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1ba18b2 nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa27e03c8 nfs_statfs -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2a2b7d4 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7485d0a nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98bc4b4c nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c8ff72e nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cb9f429 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9daa486c nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e503b60 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f06d35d nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1ddfc50 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3c7da30 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4291439 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa44489f1 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa843ec70 nfs_show_stats EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1dc82df nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8c05da1 nfs_wait_on_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc1e3076 nfs_show_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfc9c093 nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc13407b1 nfs_file_mmap -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2cbcd84 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb09b8f73 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb12f2a2d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3452aab nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4416f39 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8c70138 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb982ad82 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc5811af nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc12ecb31 nfs_revalidate_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4af7c10 nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6753ccb nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc745ade6 nfs_remount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc74c1fdd nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb3adb29 nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccd31ee3 nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcce92598 nfs_setsecurity -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce2f173e nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1da3d09 nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27c6601 nfs_generic_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd42815e7 nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4852be3 nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd59d498a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6562e92 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8f8f679 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc965b07d nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbd5a2da nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce0e7e22 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf01304f nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf01ed53 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd483456f nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd612a88c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd684fa0a nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd706e949 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae72097 nfs_request_add_commit_list_locked EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc16faeb nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddb2b200 nfs_invalidate_atime -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe030d617 nfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b1cab5 nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe41af37a nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4935682 nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5aa1c92 nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe71680c1 nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe81b71c1 nfs_rename -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9add4f9 nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedf5aea9 nfs_getattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf08ab1ef nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1716684 nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1d652ba nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf87439fb nfs_alloc_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96ff2fa nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbe5864c nfs_pgio_header_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc0101f0 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb10f155 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddf87dc1 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2e3e79d nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7155aa4 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7f16611 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe80d7289 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeedf6618 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1c968b3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf20e7885 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf27da206 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf401f426 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf458fc43 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ab5ddd nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf69d0e2b nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7d2f6e5 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8f10750 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc50c301 nfs_add_or_obtain EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe10a87b nfs_access_set_mask -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe2b424c nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe34faa2 get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff03b867 nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xa0feda48 nfs3_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01bf233e nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05164ec9 nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0527aa5c pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xc283440b nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02a06360 pnfs_layout_mark_request_commit EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c88cc7a nfs4_mark_deviceid_available -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18ac53ef pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19db85cf nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1de6b899 nfs4_mark_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e8c0556 nfs4_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20ed1957 pnfs_destroy_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20ee1bad pnfs_update_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x258bd247 pnfs_generic_pg_readpages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x261cadec nfs42_proc_layouterror -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26a3e56e pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28b4f59e nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29a47c69 pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d45338b pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d711228 pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3656b804 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ba687b7 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0cd15b60 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ce48ac4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14230781 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b08d1fb pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x303f80c2 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3450298b pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x345de503 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3570436e nfs4_schedule_stateid_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36751a61 __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a09bdbd nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e342c9a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x372fc755 nfs4_setup_sequence EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e73f10c __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x472c9526 pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4aa78b10 pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e10a6e9 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e2d0168 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x412fefd6 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x419ae822 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42c4109e nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4cbcf9ec pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5086fa17 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50ad34a3 pnfs_generic_pg_writepages EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5205f7ed __tracepoint_pnfs_mds_fallback_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c65d571 pnfs_ld_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x645c5798 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x539cc2aa nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x563b87c8 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b7cba4a pnfs_unregister_layoutdriver EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b6e4876 nfs_remove_bad_delegation EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e16b52a __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x721c1d9a pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74a6afb0 pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7939515f pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f7d8e66 nfs_remove_bad_delegation -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8029b54a nfs4_proc_getdeviceinfo -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88e38242 pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x894e118d nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9457a2d9 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x981cf689 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x995ef5ad pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ac236fa nfs4_find_get_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cdb3f48 nfs4_schedule_lease_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fe82543 pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0101042 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73acf5d7 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x749780e4 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75c4ea09 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7759df1f pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ae6a9fd pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84359750 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x858263cf nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86c10604 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x87cd6624 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8939aa2d pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8bc21982 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x902ec3fc nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9034cfc3 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9275daf6 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9322720b nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9487efc2 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95dfb8fe pnfs_generic_pg_test EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa11aff76 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8f7052f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae165056 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb06d9cbb pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb325d7d5 pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4895436 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4e1ee62 nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb524e9f4 nfs4_pnfs_ds_connect EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb85de48c __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba7011d5 pnfs_write_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbcb67ada pnfs_put_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf78c6fc pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0b1d897 nfs4_schedule_lease_moved_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc151e45f __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2657bcd nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8959ea1 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc51f0cd1 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc52c6d86 nfs4_schedule_session_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcac9675a __tracepoint_nfs4_pnfs_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd7cacea nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd77af2bd pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd90ef6f8 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd9ac2e2 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc663018 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd2ffed7 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf178373 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd45a2dc2 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9292337 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9dfec4e nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1a497bc nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1b9b633 nfs4_pnfs_ds_put EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1eca9bd __tracepoint_pnfs_mds_fallback_pg_get_mirror_count -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe544013e pnfs_generic_sync EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5a7264c __tracepoint_nfs4_pnfs_commit_ds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea27491f pnfs_layout_mark_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb640360 nfs4_delete_deviceid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1fd95f4 nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf61e9183 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4ac5d87 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5d2a901 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6874cad pnfs_read_done_resend_to_mds EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf890134e pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9139b95 pnfs_layoutcommit_inode EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc6c3911 pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd37ab02 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc963c8e nfs4_find_get_deviceid EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x6f1bc853 locks_start_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xa1e12bdf opens_in_grace @@ -15482,8 +15485,8 @@ EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xc6670516 notifier_err_inject_init EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xd4cb6873 raid6_call -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x30efed41 lowpan_header_decompress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x56bccee5 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x5e7478b2 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xcccefa47 lowpan_header_decompress EXPORT_SYMBOL_GPL net/802/garp 0x24ef370c garp_request_leave EXPORT_SYMBOL_GPL net/802/garp 0x25212d91 garp_uninit_applicant EXPORT_SYMBOL_GPL net/802/garp 0x48361f85 garp_register_application @@ -15514,102 +15517,102 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9312332a l2cap_chan_del EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd06aa259 l2cap_add_psm EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe0925b20 l2cap_chan_create EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xed507881 hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x12a8ae29 br_dev_queue_push_xmit -EXPORT_SYMBOL_GPL net/bridge/bridge 0x17bfec5b br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1817c9c6 br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c9b503c br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1fdee9ea br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0x5b507d73 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x7cbea75c br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x7f469a52 nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x850d1053 br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x8b89a309 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x95632791 br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0xa9f9ae6c br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbe7291a0 br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbf60580c br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc2023537 br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0xd563eeae br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xea5cf41b br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0xef844773 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x037b2398 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x118dfdb8 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1a278abb br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1acdb0af br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x23cc5270 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x293dced8 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3f02ee76 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5457c286 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x622e92be br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x70e089e8 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7b14ff5c br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x82d417be br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb6cc4394 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc6823f72 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd1cb93b1 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe2618681 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe84ef4d6 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf2fdd75d br_port_flag_is_set EXPORT_SYMBOL_GPL net/core/failover 0x4fe472ff failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0xe7565e79 failover_slave_unregister EXPORT_SYMBOL_GPL net/core/failover 0xff84e033 failover_register -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0525a7bc dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ad884b4 dccp_connect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x11909c0b dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x14112971 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x055107b4 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x05cb9b6d dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0681c3eb dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08cfb369 dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x35a7d109 dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3bc54f7f dccp_shutdown -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3cb4f30b dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp 0x46e52ff1 dccp_set_state -EXPORT_SYMBOL_GPL net/dccp/dccp 0x49803a53 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20aeadb9 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23706279 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d8ba95b dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a138e85 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4780d9de dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49c38bb2 dccp_disconnect EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ff83d46 dccp_reqsk_init -EXPORT_SYMBOL_GPL net/dccp/dccp 0x563f498e dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ade31bf dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5af976fa dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6033f6ae dccp_rcv_established -EXPORT_SYMBOL_GPL net/dccp/dccp 0x72e69d89 dccp_parse_options -EXPORT_SYMBOL_GPL net/dccp/dccp 0x77f58b81 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5dd3d586 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c98cc52 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c38ff37 dccp_reqsk_init EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp -EXPORT_SYMBOL_GPL net/dccp/dccp 0x83aac3f0 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x82141bc8 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84dd44cf dccp_init_sock EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x8fda04a4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8905b02d dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8cac31a8 dccp_shutdown EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup -EXPORT_SYMBOL_GPL net/dccp/dccp 0x982ead51 dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a9177d7 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d002219 dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0xa43e19f0 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa503e77f inet_dccp_listen -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa64ad2c1 dccp_sendmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb51a2499 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0xc12d9c76 dccp_feat_signal_nn_change -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0017534 dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0xda3ec99d dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0xda94cc9f dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xde0e39dd dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe1d95d6f dccp_reqsk_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe759cc0b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf779a70 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb53801e7 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5d859fa dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcca2910a dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd715e15 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1208018 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd53f6a01 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd5ce2430 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd65ce7fe inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2f1812b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3eade24 dccp_make_response EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0784aa7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf42eacfc dccp_rcv_state_process EXPORT_SYMBOL_GPL net/dccp/dccp 0xf55ef99b dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0xff15f420 dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x32d43d47 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3960ee2d dccp_v4_connect -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x648fbcb7 dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6897960b dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8712b929 dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb1a4d2e8 dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x12b13220 dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x139f3678 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2143189c dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2a34c483 dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x51526a34 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf6f7d861 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x18bf612d dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x547c9356 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6d8d69c5 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9c332556 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd98ab466 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xddce3ac3 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x00bd2b91 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b71a835 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0d2dd15d dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x10566d52 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1bd61ac7 dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x263620e5 dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4a494629 dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x505cc373 dsa_port_get_phy_sset_count EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5ee1917c dsa_port_phylink_mac_link_state -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5f85f240 dsa_tag_drivers_unregister -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x65b8aed8 dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x691ceb32 dsa_port_get_ethtool_phy_stats -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x706d74db dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8b7c3747 dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x98aff858 dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa029f703 dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa17d5c2f dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc921ed49 call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd6a832d7 dsa_switch_suspend -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xda6e44aa dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe10fe825 dsa_port_phylink_mac_change -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7b6f596 dsa_enqueue_skb -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xee9beeec dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf448adc2 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6a59e442 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6f7bcb38 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7b75c3be dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x81da1ba9 dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x88601069 dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa6462f3f dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc28fa039 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc93a0474 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xca9883b1 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcf14b03e dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd03ef065 dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd5c9b433 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd8362764 dsa_port_phylink_mac_link_down EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0a98017e dsa_8021q_tx_vid -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0f41b0a3 dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x1793945d dsa_8021q_xmit EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x87784560 dsa_port_setup_8021q_tagging -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x963cbce5 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x463f4612 dsa_8021q_rx_vid EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xc1bf15fd dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xd588023d dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x07c02465 ieee802154_hdr_peek_addrs EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x20c6c06e ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6ad054ed ieee802154_hdr_peek @@ -15620,379 +15623,380 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x32908883 ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x4a69da6c esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xb1de8832 esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xea7f4f48 esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/gre 0x12a936b6 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0x314df917 gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x12fde99e inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2da9fc3e inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4b47d091 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5133200c inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7fd3a6b4 inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x99df57ad inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9e0bd53a inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa8cfc869 inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc9837372 inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xa91f3ab7 gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0ec64649 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d31c1c1 ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x36516577 ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3e1dcbd8 ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3fa053e8 ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5c8f43f5 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5e8d2ef6 __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x669d061c ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7c70cd61 ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f41b504 ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb27e7f27 ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb7951eb2 ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb97c0356 ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcaabe88e ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xde7d0a26 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfdf9f788 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1504916e esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x9de37522 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe1ef4a08 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0xcf84e373 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xfc3b39e7 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x075a3411 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x330e7458 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3cebe341 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x41b5f975 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x85911ab7 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8bb5da48 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb9cc9567 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbf0075c0 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf7aa8654 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x47d00871 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x07d94e2b ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0c8015c5 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x138b65af ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d568469 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5585bc8a ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6675784f ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6a61ab52 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x711ec754 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x85dddcf9 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x941c0558 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9564881d ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa7384673 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc1487016 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcb9ca811 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf60969e2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfc5191f0 ip_tunnel_newlink EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x192295ff arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x3c1bfd9c ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xd0be68d4 nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xaed4d1e4 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3fa51f86 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7d6db02b nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf0708c1e nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf381fc1f nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfbf790ee nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xd2e2f974 nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x5cd477ed nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xd9318f70 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xfc3878ff nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbee97c03 nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xc34f8edd nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x269296da tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x94b71526 tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9c4201de tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb8045ec1 tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe1a67e53 tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x21189afe udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x44a56444 udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6316e9e5 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6fdf4e23 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8fdc5012 udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xca7fb2ae udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdaf5dfa3 setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfdf6bf00 udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x23ead6b6 esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x2a145af1 esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf3d5abad esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x70592e2f ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8f0fc038 ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc6736e40 ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xa4b8f84f udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xe3a4f7e8 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x932fae0b ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x103e1b8b nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xd3c404e4 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x5a004224 nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x18694124 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1d03cf40 nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3662f5a5 nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd605a3fd nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf066d3d7 nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x5585581d nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x9f9b9da2 nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbdc33bb5 nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xcdd9649b nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x3804418b nft_fib6_eval -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x650f0ed7 nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1eca3abc l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2808ff1a l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2fe65c7e l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3d76f5f6 l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4bdc6876 l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x59f6e649 l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x84b698f8 l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8a8b92de l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x95a30eb1 l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9fe5b641 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaab8b6bf l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb735cd92 l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd0f504a7 l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd2608865 l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdaf2aa35 l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd210b02 l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf94c746f l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x23485b0e ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf338fd49 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x1cf3b2f0 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4a532e1a nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x91dc6a7b nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9523d44b nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb42d6422 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbf809bef nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xc7c302c7 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x29c50152 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2a5523c9 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x57e19e9e nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x6eb036e6 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf098ab43 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0d19eb15 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x64254caf tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x94e49408 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf9cb64b9 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfd07e30a tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3da5238a udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5e9deb0e setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x637854f9 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8f4508aa udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x90a11f18 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbea37ce2 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcbbdcc59 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf32649a0 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x22b06134 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x9a56f224 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xd31fd969 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x625dbff1 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9047d947 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcbdb46ee ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x5e0d305d udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xe9c488e7 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x35e946cb ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6c9bb699 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7e8bffd3 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x8d376e6a nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x05bfdbe4 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x49976200 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb4b1abdb nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xeed0e46f nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xff8786a3 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x40a4a3ae nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2b71210c nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xd1a44768 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf58e0b72 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x7c45e434 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xf9d0b9ff nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x017e2823 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x13418f8a l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x374f8497 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4155cd89 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4cb7eafe l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e101ed3 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x55a064a7 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x59030df4 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e802569 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6db2a5a7 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbec0cda4 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc5364594 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcdf6d157 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce140b8b l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd4eb65fd l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd8ebbda7 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xff95b765 l2tp_session_register EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x81b1f4b3 l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0318feeb ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x174c8bbe ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xce05deae l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x01692e79 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e6ebfb2 ieee80211_gtk_rekey_notify EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1e40ace6 ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x20dea763 ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2bcff5a9 wdev_to_ieee80211_vif -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4f6f55ff ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x289960f7 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3531cd6a ieee80211_iterate_interfaces EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x626c2ded ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x699a4f66 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5bb98032 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x73f2d1fc ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x768a23a9 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x78498160 ieee80211_vif_to_wdev EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fe5fba6 ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa328ab79 ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xab09c653 ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbfc6f65b ieee80211_vif_to_wdev -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc1246d71 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4255b8e ieee80211_resume_disconnect -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc5583276 ieee80211_iterate_interfaces -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd13513aa ieee80211_remain_on_channel_expired -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x52f0d563 mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6d930b42 mpls_output_possible -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xaf7baf18 mpls_dev_mtu -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb6b55c24 nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xde89b106 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7fa6db32 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9d6ba67a ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc56851bf ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc9cbdc22 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd1693fdd ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe3b65cc4 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe7b7da09 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf6628508 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x26e6281e nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2e2a4391 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc9eb13de mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcc7aabdd mpls_output_possible EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x03089363 ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x097d6cdb ip_set_type_unregister -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0e571fc3 ip_set_match_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x18537b00 ip_set_test -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x220b32df ip_set_extensions +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xffc69501 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x01882042 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x030136a6 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x068b5dfc ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1b6b8dda ip_set_elem_len EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3195fd93 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22e62a3f ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x30524a4f ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35698be2 ip_set_nfnl_get_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5fac150f ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4ac2be14 ip_set_get_ip4_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70baace1 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64604e75 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64f3e011 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x66493a2a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6d1b7838 ip_set_type_register EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7949b08e ip_set_get_ip_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x919ef304 ip_set_nfnl_get_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x97819fa0 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x896c7dc6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9cbb5d02 ip_set_match_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb09ac3b1 ip_set_name_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb6a72cc5 ip_set_nfnl_put -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc9531afd ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1637b9f ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7ae77ed ip_set_type_register -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdcd5d7ee ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfd59d204 ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x91d2f725 unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x945f36c3 ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc86dcbe0 ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcac146dd register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x19d96066 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbaff6cb8 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfb11a930 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfc25cfc6 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xffc6c4e1 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x037119d5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x764b645d ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb9e09bb1 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc1c6e5c1 unregister_ip_vs_pe EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x268a4802 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x427658f2 nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb1e8439d nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x39844637 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4c3604a9 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x77310e0c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9d941049 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa83d9b33 nf_conncount_gc_list EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe03a217 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe3cc95f nf_conncount_count -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xed8b6cdb nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01dc0b35 nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0968d62b nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a3c5561 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b69c201 nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ba09c38 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bb134a0 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03c16466 nf_conntrack_unregister_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x10d35dd7 nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x118f8a23 nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14645355 nf_ct_remove_expectations -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x199a99fb nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e30248b nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f356ae7 nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f9f398d nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21d4b2ba __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x245e4339 nf_ct_get_tuplepr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25a07ee1 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x261d5f32 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27e8123e nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c3b17c9 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d58050f nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ef52215 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x125b53e4 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x169b1237 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a6e3f77 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x252d15d3 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x257c1fc7 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x274e6fdc nf_ct_tcp_seqadj_set EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e05f14c nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fe9cc71 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34f4d960 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3607c8fd __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36e70cbf nf_ct_timeout_find_get_hook EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x377edba7 nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cf7720c nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x419f992c nf_ct_timeout_put_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45f3637b nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x389e0969 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e778eae nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x416699d7 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44558410 nf_ct_tmpl_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b3ecc6e nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4cc19769 nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e2b1030 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bfaad6c nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d90e526 nf_conntrack_helper_try_module_get EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x515d2e98 nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x521f2e08 nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53168077 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56216306 nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f860636 nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61914d5e nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63be5fe3 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54491879 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x554b77a3 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f2af29a nf_ct_gre_keymap_add EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69bc77e0 nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ac1d948 nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ba85134 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d7b6890 nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ddc954f nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74d96756 nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74ef05af nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7823e5ed nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84e92526 nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86518c0c nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x868e950b nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x869fa1d3 nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x874db079 nf_ct_seqadj_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6a8882 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6945180f nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ab17815 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ccfc6e5 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d76caf9 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e7c6a14 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f406902 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70ad00d4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71c78b9b nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72540642 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72b3fd96 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x791281de nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a102a35 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aca5a36 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d5aceb4 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81f62307 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84a43bd1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84d94258 nf_ct_iterate_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d94f6d1 __nf_conntrack_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e7a89af nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f7cfc5a __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e6861d2 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f957b86 nf_ct_helper_log EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x903beeda nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5dc727e nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa74cfd5c nf_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa873cde4 nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9bd4a75 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xadcc3ec0 nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0bd5c2a nf_ct_helper_log -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb20ab1b4 nf_connlabels_replace -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6d26f36 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbca86fd1 nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe15dd36 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9245df4a nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9312a3c2 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9482b520 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97b48475 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5a2e64d nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7998fe9 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab68657a __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaba43ad0 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae6a2d6f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaebe87ea nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4e761df nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb8339f5 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc01eb30 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc08e769 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe34a9a6 nf_nat_helper_register EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1bf7436 nf_ct_set_timeout EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4fbfbfa __nf_conntrack_helper_find EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb182677 nf_conntrack_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce250731 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfafc5e8 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8f0d422 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca214405 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca517931 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbda9f0c nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4d36c9e nf_connlabels_replace EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd821fd4a nf_conntrack_helpers_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbabb78b nf_ct_kill_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc928df3 nf_ct_unlink_expect_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdcef05f3 nf_ct_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0e0d1b5 nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xead37484 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd59c8d29 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe051f41e nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe417b6f4 nf_ct_unconfirmed_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5c72e7c nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeaacf934 nf_ct_bridge_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeea2ce1c nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedb182f5 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0b0490b nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf198bddb nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2b6eee5 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf32c24e8 nf_ct_unlink_expect_report EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf68339e6 nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf714f563 nf_ct_gre_keymap_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf72d2115 nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf82e2880 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8b74562 nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8ccec92 nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfadec922 nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbe85cb9 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf42bb104 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4e25bdb nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8bf75ca nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa5063f4 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcc64e4c nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe3aeeea nf_connlabels_get EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x889be795 nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5529d2a8 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x4ff6b903 nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x226bbe3e set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x53a61214 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x568151f6 set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7afcf440 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8e2775ef nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9ad35756 get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xab11de49 nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb5a826c3 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe4ae0814 set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfed3fbe0 nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb088d475 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3e30d84f nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3f136da8 nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7f48cab4 nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb6f7e206 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0861d8b0 ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4fb9a955 ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x64658713 ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6bff3823 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x878b0518 ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8a17da1d ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcabcc077 ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x85a1a395 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x61273dc3 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff02b2c8 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffa163b5 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffc99707 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xfa615986 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x081bcd25 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9e9b8313 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0b0c6a8d set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x67b0a830 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x795050f7 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x87f14007 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xad68fd91 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xaefa4324 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb93947c9 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdfbad1d8 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf1e7142d nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfc486ed1 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x145aef29 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6490b1f5 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x77c139d1 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x9f5a54fd nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe87a2c7c nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1bc1572d ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2c2dbc19 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2fba2839 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3f8b0a9e ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7dc541ad ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb8aa78d8 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd8cc9310 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xaa83a814 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x1beb18a2 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x2c68845a nf_dup_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x7ec5ad08 nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xcaafac35 nf_fwd_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e241f0a flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x16d98b65 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2bcbd144 flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x560d6b5b flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x903e2f95 nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xba594b9a flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc1691eb7 nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe245bb95 flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe7f96e84 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe8583d5a nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf8a68e5a nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff0f1c5e nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x084e5f83 nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x49c16798 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x55e9ede1 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x5eb14191 nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x951495f7 nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xb3fe09e1 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x195831a4 nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1ee34d82 nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x203a31fb nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x33f417ec nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1787361c nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1f456be7 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2671d68f nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2edc3106 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2eea87b5 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x47c83c98 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6190fbcb nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9200eb02 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa0d7b3c0 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe496dd57 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xef7727c0 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf43130e8 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x921aee18 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa70a275e nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xc01929da nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xc8b3e07d nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xced66e9e nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xfd3f7702 nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x00365dbc nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x010b5e6a nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0851eed2 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x12146d0c nf_nat_ipv6_unregister_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x432b3a60 nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4601bd3f nf_nat_ipv6_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4d31a6a3 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x67a2fa1e nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x70b55804 nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x97cf553d nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa860eda7 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xafdf2e98 nf_nat_inet_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb5100a33 nf_nat_icmp_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb964c878 nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd4ebfe6 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x44195dcb nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x604cfc36 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x62bf12da nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6684ed0c nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91c0c308 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x97eef431 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2a6184d nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc45e0fb1 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd52f1777 nf_nat_inet_unregister_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe26d6335 nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x19b0cbc1 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdb7c6a6a nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf524000a nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9ecadca nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1c73fd78 synproxy_send_client_synack EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3165810e synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x424ed27f synproxy_send_client_synack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x666acfc8 ipv4_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x66b4c1a1 nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x680b2d57 nf_synproxy_ipv4_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6cbb0b77 ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90c28bb4 nf_synproxy_ipv6_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9e7d6742 nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb6412afe synproxy_recv_client_ack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb8f5811a synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x20c6456d ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3ff02418 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x645dba7c nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x746a08bb synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7c01a7ed nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8766514a synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa8723b8f synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb0860c42 ipv4_synproxy_hook EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcd40a897 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd51cb506 nf_synproxy_ipv6_fini EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02ac623e nft_set_lookup_global -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b2c551b nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06721a61 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0cc4d8b5 nft_register_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1085a279 nft_do_chain EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x15e5e996 nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c1a1531 nft_chain_validate_hooks EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1ce3fddc nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x24b7913c nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c2ee0f8 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x304b5133 nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41d08132 nft_register_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a369c4e nft_register_expr -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4f2db7ac nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4c5b9d13 nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x527d4eec nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x53b1ff55 nf_tables_bind_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5406d75a nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x624cdcf6 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x63ce79af __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x63ffaa62 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x690035c9 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6958c773 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b2f1cbe nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b5578c6 nft_flowtable_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x706e92e5 nft_obj_notify EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x71e1b561 nft_unregister_expr EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74d435cd nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77c15342 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7f463f99 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x98cc1b51 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa4ad3462 nf_tables_deactivate_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa6ccb9d1 nft_validate_register_store EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xab40d3e8 nft_unregister_flowtable_type -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xadfb022d nft_meta_get_eval -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7b85d17 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae54bf02 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc61931e5 nft_data_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc63a8c08 nf_tables_destroy_set @@ -16001,7 +16005,6 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdd789655 nft_dump_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe04c53d5 nft_data_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe78498ee nft_chain_validate -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xecc51a86 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf3e6c5d0 nft_set_gc_batch_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf7937b29 nft_register_obj EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0f6dfc9c nfnetlink_unicast @@ -16017,40 +16020,40 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbe736d5b nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xc8d2f783 nfnl_acct_find_get EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7b6eb89f nf_osf_match -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf5f81c36 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x3cdc4ad5 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xd4dbcd7f nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3d25fa5c nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x71553329 nft_fib_validate EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7689799e nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe9d1f87e nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x516c3fac nft_reject_validate -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5f908698 nft_reject_init -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x6fe402c4 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x6893fde8 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x7aa0da16 nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd567b1b5 nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1994be5a xt_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x214a53e0 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c6fe70e xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x12b174e3 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x13c4bc0c xt_request_find_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28b980d9 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x32c43d39 xt_proto_init -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3544f065 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x25a90a3a xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x307e8701 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x30d422bf xt_check_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d752dc1 xt_register_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6a53ec6c xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x74cad6e3 xt_request_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8019cc13 xt_proto_init EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8cb7db57 xt_check_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8ed13bcd xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x83186b15 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x833cd1a1 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x93514ff8 xt_match_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9ea018bf xt_table_unlock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb1189155 xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd36ba986 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc2162c0c xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc9b8261e xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xda91a5ba xt_request_find_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf151a84e xt_request_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf9000450 xt_request_find_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfae6bd5b xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xde2309c6 xt_hook_ops_alloc EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x838ed474 xt_rateest_lookup EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x95ccefba xt_rateest_put EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x88d0b299 nci_spi_read @@ -16061,12 +16064,12 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x98798692 nci_uart_set_config EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb644e395 nci_uart_unregister EXPORT_SYMBOL_GPL net/nsh/nsh 0x1595ffdc nsh_pop EXPORT_SYMBOL_GPL net/nsh/nsh 0x478d76f1 nsh_push -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x12d444f0 ovs_netdev_link -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4eb29f6d ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x702abafd ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x830c4641 __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9c144fe1 ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb085bc6e ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3f2d2166 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x996d0dad __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa05f41ec ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa40d2d25 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa74bcdf4 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf64f3b92 ovs_vport_alloc EXPORT_SYMBOL_GPL net/psample/psample 0x125b5245 psample_sample_packet EXPORT_SYMBOL_GPL net/psample/psample 0x21385228 psample_group_take EXPORT_SYMBOL_GPL net/psample/psample 0x71be9ffc psample_group_put @@ -16075,326 +16078,326 @@ EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x781a5ac2 qrtr_endpoint_post EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x7f0ad5ad qrtr_endpoint_unregister EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xba737eca qrtr_endpoint_register EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x0dca2cbd rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x15ae5ebb rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0x15df065e rds_for_each_conn_info -EXPORT_SYMBOL_GPL net/rds/rds 0x17f1c9d7 rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x198ffc10 rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x19c26d43 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x04addbcb rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x0f0e3a40 rds_send_xmit EXPORT_SYMBOL_GPL net/rds/rds 0x1d3ecf6a rds_cong_map_updated -EXPORT_SYMBOL_GPL net/rds/rds 0x1da63a14 rds_trans_register -EXPORT_SYMBOL_GPL net/rds/rds 0x212947ea rds_conn_path_drop EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2b410821 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2e235679 rds_conn_path_connect_if_down EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x40ddec0b rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0x410d2ba2 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x36b3b780 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x375cb9e8 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3da62c72 rds_conn_destroy EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x4c08368b rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x483307c6 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x54391f41 rds_inc_put EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x6077465f rds_rdma_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x63194fd6 rds_info_deregister_func -EXPORT_SYMBOL_GPL net/rds/rds 0x72dee808 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x605032f4 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x64169d52 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x68e1183b rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x68f14d8b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x76833f69 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x7ada8873 rds_recv_incoming EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0x7c1e18f0 rds_send_xmit -EXPORT_SYMBOL_GPL net/rds/rds 0x89f0d519 rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0x93d69bb9 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x97809319 rds_message_unmapped -EXPORT_SYMBOL_GPL net/rds/rds 0x984fbda6 rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0x9b9f4dfc rds_inc_init -EXPORT_SYMBOL_GPL net/rds/rds 0xb0278213 rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0xb103ac8a rds_inc_put -EXPORT_SYMBOL_GPL net/rds/rds 0xbb5ebaf7 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x7bb29f74 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x9713e99a rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xa07aa450 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xa0fce04b rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xaac8f27d rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xb81e7961 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xb9d0ec01 rds_rdma_send_complete EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xc5fc8cbe rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0xceea57fd rds_conn_drop -EXPORT_SYMBOL_GPL net/rds/rds 0xeb14dd5a rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd2b6df3d rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xe7a20451 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe884be25 rds_send_ping EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xf741f0ed rds_send_path_reset -EXPORT_SYMBOL_GPL net/rds/rds 0xfcc54494 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf95e1aeb rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xfbdd3b62 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xfc12155f rds_trans_unregister EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x62c024f0 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x9ee50e24 taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x65acfc34 sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/sctp/sctp 0x9d54fe04 sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0xc2a6335e sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0xf1edf686 sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/smc/smc 0x20c4795a smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0x42b03aaa smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0x470a9502 smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x51d50f8e smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x5aac3afd smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0x894c419a smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xbdb1a47b smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xd48591d5 smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xf91c037e smc_proto -EXPORT_SYMBOL_GPL net/smc/smc 0xfd2da099 smc_unhash_sk -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2af70a26 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sctp/sctp 0x06906f84 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8c50cea5 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xc1bad761 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe2157912 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x1455c9f8 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x33a883b0 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x53d25eb3 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x7b8db01b smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x97c5a6a9 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xa7cf4afa smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xba438e88 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xc5335998 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xe8bcc30f smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xf58845a7 smcd_handle_irq +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x19da4b81 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x36194fe5 gss_mech_unregister EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5760c70c svcauth_gss_register_pseudoflavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa26a3f74 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x74773fe1 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x82adb379 svcauth_gss_register_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd95cac8d gss_mech_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x011a5417 rpc_call_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01b3d0d9 xprt_wake_pending_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03f85758 xdr_read_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x040c37b1 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x009c8071 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00c94194 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x011aa1d2 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0160084e xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02505e85 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0491eeef rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x059d12c7 rpc_clone_client_set_auth EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07a59394 xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0918b0e2 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x077f4286 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0894c2d0 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08ba3280 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aabd6be rpc_setbufsize EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b84fea0 rpc_wake_up_status EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c28008b rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e06549a svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c695c82 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e3794fa rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e414833 rpc_find_or_alloc_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ecaf989 sunrpc_cache_unhash -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f1bbd7c xdr_stream_decode_opaque_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f1ea016 rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f856fcf xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f98d8bd rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fb571fa svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10d22869 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ef6ad41 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f451cea rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f650344 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f9ed0a1 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10a255f2 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12645986 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x126c355e xdr_commit_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12eb8140 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13c86f5f rpc_count_iostats_metrics EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13da5791 xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x140f86eb xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14e33f4a xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16911d6a svc_prepare_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1749ad11 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17b730d7 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x155c0261 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1636a137 rpcauth_init_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1807e7d1 rpc_init_priority_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1895e9ee rpc_localaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x190ad151 rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a00ee39 svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a5a12b7 rpcauth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1afbd9bc rpc_clnt_swap_deactivate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c11489a svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a854c4b rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b86c9b3 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b8d1615 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ba78f7c xdr_inline_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eb2397a cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fa5f103 xdr_decode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x217fa9a2 svc_fill_write_vector -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x255c15bd svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28054db7 svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x283d23bf svc_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28f88a7c rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eebc10d rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20778ffa xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2186a412 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x230d4c37 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23e82b1f auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2559a9a0 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x258fc50e rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25ddfe8c xdr_init_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x297a911a rpc_init_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c2e80c1 auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c4e988a svc_destroy -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2db331a9 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dd7958e rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e1ccbbb rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29a3e902 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a850835 xdr_buf_read_mic +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b0e137d svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dee9681 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df63e59 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f2ff83f rpc_wake_up_next EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x305bfa96 rpc_pipe_generic_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30d79355 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x300d4a0f svc_proc_register EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32b997b5 xdr_shift_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33b44f49 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34806287 xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x371e0bca rpc_task_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38642e5d rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32bbdc28 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x340fb9ca rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x357a532b svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3663c50e svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38125b75 svcauth_unix_purge EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38864ff5 xprt_alloc_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38c0ce7b svc_xprt_copy_addrs EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x390b7d39 xprt_destroy_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a3ff9b9 svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b85de11 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c74a356 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3db029fe svc_create_pooled EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e249a1a cache_purge EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fdfaeed rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a1b8b5 xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c18b10 rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x410ea935 put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4225801b xprt_unregister_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4363e423 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4368b790 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fe7bbb3 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x406708d4 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41ffdb0e svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x429da5e3 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d82924 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43da101c rpc_run_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457555e3 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45c4b933 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x464138b5 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4678a85e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46b4ff70 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47f52e1e rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x487a5e74 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48b38fee xdr_stream_decode_opaque_dup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x499b2965 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49a242a4 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a0fae84 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a7884a8 rpcauth_register EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b5a8478 svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bae8c35 rpc_killall_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4be448d6 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c0ca116 xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d454335 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b121794 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cc92d1d rpc_count_iostats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dd79a89 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dbde3fb rpc_shutdown_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f192224 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fd60929 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506afc9f rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50decd7c rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51169e90 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51332b3f xdr_terminate_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52845a81 sunrpc_cache_update EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57dd683f rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x557900e7 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55f22281 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58846e21 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59ef70d9 svc_max_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ad8e94a rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d00a9b3 svcauth_unix_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d490596 xdr_init_decode_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60924a6a rpc_call_null -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63cab0b3 __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64d9f098 rpc_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6529bee9 rpc_clone_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65dc73a6 xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f02950 rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66dbdf51 rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x679d16a3 unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69469a64 rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b1ff177 svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c38116b svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d0ad0d6 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x600a59a3 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x606a8278 svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61524cb9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62f7e148 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6494b16d xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669953d7 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669b9601 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66fb385f rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68403aa9 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68642e91 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69aad79d rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a6de683 rpc_release_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c393dd8 cache_unregister_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eab474a svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fdadfd8 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cec378c xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cfe0f97 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d20b6c7 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f4d73ea rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fc9d0b0 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x704f8d1c rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7119b4aa xprt_reserve_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7400dc7a rpcauth_lookupcred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7428a957 svc_generic_rpcbind_set -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x746baa5f xprt_write_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75deb5d0 rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77438529 rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782cde86 write_bytes_to_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78429f3b svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b54623d xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b55716b rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c621cd8 xprt_reconnect_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7da2be40 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f11fcd svc_return_autherr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x733b8d12 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73b56b87 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74aa93ef svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760ac0e6 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77cc81be xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79495a8b xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7acb9e16 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7beae32f rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c24a95a put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c559ce2 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d97196e svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dd38611 rpc_switch_client_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dda1479 cache_destroy_net EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x803a4170 rpc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80e35501 rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8176da98 svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81f614e3 svc_create_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x828089ca rpc_set_connect_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82925235 rpc_force_rebind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82f51879 rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x839fc443 xprt_force_disconnect -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85b2ee5e xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85fa5b4c rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88b0a024 svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a1d49fe xdr_stream_decode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5512eb rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bc5763c svc_generic_init_request -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb3774d xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed3e1aa rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x908170e2 svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91447ee3 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dfc7395 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84a72d64 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85ef2405 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8608fff1 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x867fe126 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87fc5b9d rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x880ed866 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88ef5e31 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a78115a svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bac836e xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f6f29bd rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91868278 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918ce1bc xprt_unpin_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9491ff9b rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x949856f3 rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97a604df rpc_sleep_on -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98602187 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a15c50 rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e7e7ed xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99ffa241 xprt_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a34b629 rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c52e61b rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x922d57d8 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x933d9226 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x943667eb rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x963c12f8 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9701a274 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x974465fc xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9948ede5 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e17b07 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a1f22e3 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bf091e0 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c233f7a rpc_call_start EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da2184d cache_seq_next_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e832172 gssd_running -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0b60b47 rpc_run_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2e0badd svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1a5f6fd xdr_buf_trim EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2e799bc sunrpc_init_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa49d7a18 rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa89ae04a svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9436d59 rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9f3312a rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa19a88e rpc_pton -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab1bb4d4 xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab94e85d svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabc15fec xprt_register_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac702051 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4afcfbd rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa52d23c1 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa72912ff rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa747433d xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9e36177 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa872ef3 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabd164ca __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabe44dbb xprt_wait_for_buffer_space EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacce5163 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacd23da4 rpc_clnt_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf1ba16d rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeece281 rpcauth_init_cred EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafae6861 xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb06087ef rpc_call_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0ac3724 svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1862ebc xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafe951db gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb18a810e xdr_stream_decode_opaque EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb377d9a3 svc_unreg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3de17f2 xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb466101e svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3502186 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4b819c4 svc_addsock EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb559521e rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb59668c4 svc_print_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5face12 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6011f84 rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6944c82 xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb784f971 bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8183b17 svc_drop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8bcc11c rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8dbe778 rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb98c6ef0 rpc_add_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd1fabe6 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb578e499 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb778a38e rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9394983 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9c49eb3 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbac65bb8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb04a162 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd103c72 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf881bdb rpc_destroy_pipe_data EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0f2d713 xprt_pin_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12d8bb8 xprt_wait_for_reply_request_def EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc169d947 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc345f2fe xprt_reserve_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a729b4 rpc_max_bc_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a75c81 rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48b69b9 svcauth_unix_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4ca51c7 xdr_set_scratch_buffer -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc593a14c rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6003664 rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7a5006c rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc38d9333 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc49c895b svc_find_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7cbb2d9 cache_check EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcacc5d25 rpc_exit -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc9a457f xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdb4e6d7 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdd4a8b9 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9837b5d auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb040909 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc33ed81 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcce7f128 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdfe527c svc_fill_write_vector EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce7df7aa xdr_terminate_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf1f70a1 svc_authenticate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf91d090 xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd136fc62 xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1ad5d1d rpc_switch_client_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2a3af89 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfb0b5d9 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd03cd9b7 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1642721 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2ab89c6 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2e98890 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3520c40 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd39fd8db svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd446b574 rpc_localaddr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d36776 sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5d5770d xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5d65363 svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd830aaa4 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbb5f939 xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbdf5d51 xdr_inline_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf647965 xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf6de2ee rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0501ee6 rpc_prepare_reply_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0e58360 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5ad59cd rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7f55871 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9bcac81 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb0968cc rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc95c8f4 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd6b4124 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde4b5841 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf122113 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe20d343d xdr_inline_decode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c1fd11 rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c93fcd xdr_process_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4147473 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe49c9a48 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe50101c6 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe506a4ec xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe52f297f unix_domain_find EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f12c74 svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6791095 svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe68293b0 svc_rpcb_setup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe686a16c rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe82cd17f rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5d82327 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe801aca1 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe88a916f svc_rqst_free EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe95c348f rpc_free_iostats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea1832b6 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea8b99fb xprt_lookup_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb527305 cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb7d5d3b xdr_encode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec0a1875 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed120e4e xprt_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedbff1f4 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebb45016 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebc7aeda rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec04a942 rpc_clnt_xprt_switch_has_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee3b3a7e rpc_clnt_xprt_switch_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef5de4d svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b3fc88 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf128b409 svc_generic_init_request EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1502773 sunrpc_cache_unregister_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf25e37d2 rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e8e99b _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf53cf3e3 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf214991c xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf346c586 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf537ce15 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5853fc7 xprt_disconnect_done EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf73bebe6 cache_seq_start_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7e57d9e xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf86c36e6 rpc_wake_up_queued_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb0fb0bc xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7f5e510 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf802b756 svc_alien_sock EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb988395 sunrpc_destroy_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc9c4b90 read_bytes_from_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd070a20 svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd6c3767 rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfeabc0cf xdr_init_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff722361 svc_auth_register -EXPORT_SYMBOL_GPL net/tls/tls 0x6f9bb842 tls_validate_xmit_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xe736f18d tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x9be036ed tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xbb11be40 tls_encrypt_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x06336c31 virtio_transport_deliver_tap_pkt EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x079ac03f virtio_transport_notify_poll_in @@ -16503,10 +16506,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1bafeb68 ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x3dc6b9f0 ipcomp_destroy -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5fc389c8 ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd1367431 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x25aa8ac3 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x37df03bd ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x762e2d47 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfd687acf ipcomp_input EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3d6a49bc snd_seq_driver_unregister @@ -16612,7 +16615,7 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf138365d snd_hdac_get_stream EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf26097e2 snd_hdac_device_exit EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf820ab0d snd_hdac_get_stream_stripe_ctl EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff77812e snd_hdac_stream_reset -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x1700fe5b snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x952926ad snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x19dc5566 snd_ak4113_reg_write EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1a45f6d9 snd_ak4113_check_rate_and_errors EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1dc87fcb snd_ak4113_reinit @@ -16860,6 +16863,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x6fb97ffa es8328_regmap_conf EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0xf5549897 hdmi_codec_set_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x1fe84bf8 max98090_mic_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x01839ce9 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x00ee23c2 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8984f6a7 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xcc0d5d00 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xcf0321ea mt6358_set_mtkaif_protocol EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xf9456136 nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x40098276 pcm1789_common_exit EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6719ebee pcm1789_common_init @@ -17072,11 +17079,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x00122e39 snd_soc_component_read EXPORT_SYMBOL_GPL vmlinux 0x001bf6fb blkdev_ioctl EXPORT_SYMBOL_GPL vmlinux 0x00295e47 sdhci_enable_sdio_irq EXPORT_SYMBOL_GPL vmlinux 0x002baf22 dev_pm_qos_update_request -EXPORT_SYMBOL_GPL vmlinux 0x003b93fb xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0x004800da invalidate_inode_pages2 EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 -EXPORT_SYMBOL_GPL vmlinux 0x0054c3b9 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x0062ab4c crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0062c0a8 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy EXPORT_SYMBOL_GPL vmlinux 0x00639160 device_rename EXPORT_SYMBOL_GPL vmlinux 0x0076ca0c pm_runtime_enable @@ -17084,13 +17090,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x00797117 handle_mm_fault EXPORT_SYMBOL_GPL vmlinux 0x008603b6 rt_mutex_lock EXPORT_SYMBOL_GPL vmlinux 0x008ae53f relay_reset EXPORT_SYMBOL_GPL vmlinux 0x0090f2ea reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x009df945 rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0x00a3726a balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0x00d29e5f debugfs_rename EXPORT_SYMBOL_GPL vmlinux 0x00d4dc7f clk_fixed_rate_ops -EXPORT_SYMBOL_GPL vmlinux 0x00e0d924 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x00e1393f rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x00e64ab6 debugfs_create_regset32 EXPORT_SYMBOL_GPL vmlinux 0x00ee1226 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x010d7657 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x013d9c29 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x01494ce6 usb_register_device_driver EXPORT_SYMBOL_GPL vmlinux 0x014c7d7d efivar_entry_size EXPORT_SYMBOL_GPL vmlinux 0x01549fc9 sdhci_request @@ -17101,7 +17109,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits EXPORT_SYMBOL_GPL vmlinux 0x01955250 thermal_zone_of_sensor_unregister -EXPORT_SYMBOL_GPL vmlinux 0x0197664b lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x01a7cd99 devm_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0x01a85d82 gpiochip_set_chained_irqchip EXPORT_SYMBOL_GPL vmlinux 0x01be4b59 max8997_read_reg @@ -17113,17 +17120,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x01e69273 mtd_read_user_prot_reg EXPORT_SYMBOL_GPL vmlinux 0x01e8afc5 percpu_up_write EXPORT_SYMBOL_GPL vmlinux 0x01f26da6 gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0x01f59e66 device_set_wakeup_capable -EXPORT_SYMBOL_GPL vmlinux 0x01f9f795 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x01ffd76e wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0200acae ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x0209fc67 blk_clear_pm_only -EXPORT_SYMBOL_GPL vmlinux 0x020bf4bd xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x020d3695 ata_bmdma_stop EXPORT_SYMBOL_GPL vmlinux 0x02224079 bus_get_kset EXPORT_SYMBOL_GPL vmlinux 0x02236ae3 regulator_map_voltage_iterate -EXPORT_SYMBOL_GPL vmlinux 0x022a3dd7 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0x022ae696 uprobe_register_refctr -EXPORT_SYMBOL_GPL vmlinux 0x02372ddb ata_pci_bmdma_clear_simplex -EXPORT_SYMBOL_GPL vmlinux 0x0242c20c pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x024251a9 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x025b791a evict_inodes EXPORT_SYMBOL_GPL vmlinux 0x025b81d2 kthread_cancel_delayed_work_sync EXPORT_SYMBOL_GPL vmlinux 0x026174c3 adp5520_read @@ -17134,6 +17138,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x02ab6a29 mark_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x02aba997 cpufreq_dbs_governor_limits EXPORT_SYMBOL_GPL vmlinux 0x02acba64 bsg_setup_queue EXPORT_SYMBOL_GPL vmlinux 0x02b24cd3 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x02bd0b93 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x02e6f0c1 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush EXPORT_SYMBOL_GPL vmlinux 0x030fec72 sock_diag_save_cookie EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup @@ -17162,12 +17168,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x03e94d82 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0x03f50854 pm_runtime_set_memalloc_noio EXPORT_SYMBOL_GPL vmlinux 0x03f595ca page_endio EXPORT_SYMBOL_GPL vmlinux 0x03fe0bb4 crypto_stats_skcipher_decrypt -EXPORT_SYMBOL_GPL vmlinux 0x03ff1bc5 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x04006604 device_wakeup_disable EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc -EXPORT_SYMBOL_GPL vmlinux 0x0408ecee pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x040ad20a sysfs_remove_file_from_group -EXPORT_SYMBOL_GPL vmlinux 0x040bc126 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x042085d2 devfreq_event_disable_edev EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features EXPORT_SYMBOL_GPL vmlinux 0x043ca0e0 ata_sas_sync_probe @@ -17178,7 +17181,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x04842626 pm_runtime_barrier EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk -EXPORT_SYMBOL_GPL vmlinux 0x048d19ee inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x04a64c2c snd_dmaengine_pcm_pointer EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return EXPORT_SYMBOL_GPL vmlinux 0x04b6ad10 gpiod_get_optional @@ -17193,19 +17195,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x04f153e8 snd_ctl_add_vmaster_hook EXPORT_SYMBOL_GPL vmlinux 0x050af180 dev_pm_opp_get_opp_table EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05429cd4 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x054d5811 crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy EXPORT_SYMBOL_GPL vmlinux 0x05757531 dev_pm_opp_remove EXPORT_SYMBOL_GPL vmlinux 0x0577a1c5 __devm_regmap_init_mmio_clk EXPORT_SYMBOL_GPL vmlinux 0x05810c7a hisi_clk_init -EXPORT_SYMBOL_GPL vmlinux 0x0584ee28 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x058c7ab2 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x059cc4d0 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x059d26dc devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x05a09120 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0x05b02335 tty_port_tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x05ba6f36 snd_soc_dapm_force_bias_level EXPORT_SYMBOL_GPL vmlinux 0x05ba8363 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x05c44c24 fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x05c8af7e snd_soc_find_dai +EXPORT_SYMBOL_GPL vmlinux 0x05ca5721 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x05cd7c90 ata_scsi_unlock_native_capacity EXPORT_SYMBOL_GPL vmlinux 0x05d025f3 platform_irq_count EXPORT_SYMBOL_GPL vmlinux 0x05d926fe ata_sff_data_xfer32 @@ -17222,18 +17229,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0x0628c279 dma_resv_get_fences_rcu EXPORT_SYMBOL_GPL vmlinux 0x06303bdb phy_restore_page EXPORT_SYMBOL_GPL vmlinux 0x0635c95e gpiochip_generic_config -EXPORT_SYMBOL_GPL vmlinux 0x063a87ad devlink_reload_disable -EXPORT_SYMBOL_GPL vmlinux 0x06437290 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry EXPORT_SYMBOL_GPL vmlinux 0x06546612 devm_thermal_zone_of_sensor_register -EXPORT_SYMBOL_GPL vmlinux 0x06595f28 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x065a75f2 device_initialize -EXPORT_SYMBOL_GPL vmlinux 0x0660d493 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x06727c2e crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0x0672bc4a driver_for_each_device EXPORT_SYMBOL_GPL vmlinux 0x0680f569 usb_queue_reset_device -EXPORT_SYMBOL_GPL vmlinux 0x0691b671 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x06abe584 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x06c143fc br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0x06c36d84 snd_soc_dapm_update_dai EXPORT_SYMBOL_GPL vmlinux 0x06d61627 of_reserved_mem_device_init_by_idx EXPORT_SYMBOL_GPL vmlinux 0x06e12397 mddev_suspend @@ -17249,6 +17253,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x0774d589 debugfs_read_file_bool EXPORT_SYMBOL_GPL vmlinux 0x07887b18 gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x078feca9 serial8250_do_set_mctrl EXPORT_SYMBOL_GPL vmlinux 0x07a24097 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x07abf976 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue @@ -17273,9 +17278,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x0868d7aa devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0x08792c0e pci_epc_get_features EXPORT_SYMBOL_GPL vmlinux 0x087a8cf5 trace_output_call EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match -EXPORT_SYMBOL_GPL vmlinux 0x088d8674 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x0899883b get_governor_parent_kobj -EXPORT_SYMBOL_GPL vmlinux 0x089f88c3 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x08ab3c10 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x08aeed7f sbitmap_queue_init_node EXPORT_SYMBOL_GPL vmlinux 0x08c73234 __tracepoint_rpm_suspend EXPORT_SYMBOL_GPL vmlinux 0x08cda207 fwnode_get_named_child_node @@ -17288,19 +17292,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x08f3bede devm_regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x090c9d82 stmpe_reg_read EXPORT_SYMBOL_GPL vmlinux 0x090cd1ef tty_perform_flush EXPORT_SYMBOL_GPL vmlinux 0x0914b7f3 devm_regmap_del_irq_chip -EXPORT_SYMBOL_GPL vmlinux 0x0915e2e2 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x091ac223 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x091d4797 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies EXPORT_SYMBOL_GPL vmlinux 0x092bb13f device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x092cde5d snd_soc_dai_get_channel_map EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu EXPORT_SYMBOL_GPL vmlinux 0x0943972a usb_alloc_streams -EXPORT_SYMBOL_GPL vmlinux 0x0947d790 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox EXPORT_SYMBOL_GPL vmlinux 0x094c9bc3 power_supply_changed EXPORT_SYMBOL_GPL vmlinux 0x09527196 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x0955e3b4 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x0956b414 idr_alloc_u32 EXPORT_SYMBOL_GPL vmlinux 0x096deeae cec_transmit_msg EXPORT_SYMBOL_GPL vmlinux 0x097e4ced dapm_pinctrl_event +EXPORT_SYMBOL_GPL vmlinux 0x098ea5f6 ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove EXPORT_SYMBOL_GPL vmlinux 0x09b5cfca usb_sg_wait EXPORT_SYMBOL_GPL vmlinux 0x09c235c3 peernet2id_alloc @@ -17310,7 +17316,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps EXPORT_SYMBOL_GPL vmlinux 0x09eda6fa pstore_unregister EXPORT_SYMBOL_GPL vmlinux 0x09ef053e pm_schedule_suspend EXPORT_SYMBOL_GPL vmlinux 0x0a14a827 cec_delete_adapter -EXPORT_SYMBOL_GPL vmlinux 0x0a21ccf8 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x0a22631c clk_hw_register_divider EXPORT_SYMBOL_GPL vmlinux 0x0a226da4 devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x0a35c736 trace_event_buffer_commit @@ -17318,7 +17323,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0a45ab83 attribute_container_unregister EXPORT_SYMBOL_GPL vmlinux 0x0a4f0850 securityfs_remove EXPORT_SYMBOL_GPL vmlinux 0x0a4ffe98 qcom_smem_state_get EXPORT_SYMBOL_GPL vmlinux 0x0a54c376 cpts_tx_timestamp -EXPORT_SYMBOL_GPL vmlinux 0x0a5c8f20 ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x0a656796 devfreq_event_add_edev EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send EXPORT_SYMBOL_GPL vmlinux 0x0a7c3f84 event_triggers_call @@ -17342,12 +17346,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b41934b kvm_write_guest_offset_cached EXPORT_SYMBOL_GPL vmlinux 0x0b427299 tty_buffer_lock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x0b4f921c wakeup_source_create -EXPORT_SYMBOL_GPL vmlinux 0x0b537b6f rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x0b53863b dev_pm_opp_find_freq_floor EXPORT_SYMBOL_GPL vmlinux 0x0b597a94 ata_link_next EXPORT_SYMBOL_GPL vmlinux 0x0b5bc753 rio_local_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x0b5ceff2 key_type_user -EXPORT_SYMBOL_GPL vmlinux 0x0b6d41c6 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x0b7757c3 tpm_chip_register EXPORT_SYMBOL_GPL vmlinux 0x0b78a9bf cci_ace_get_port EXPORT_SYMBOL_GPL vmlinux 0x0b78b7ad locks_alloc_lock @@ -17356,27 +17358,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x0b96d32e exportfs_encode_inode_fh EXPORT_SYMBOL_GPL vmlinux 0x0ba911fa of_genpd_add_subdomain EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0x0bb2b14a __lock_page_killable -EXPORT_SYMBOL_GPL vmlinux 0x0bbf2b27 udp4_hwcsum -EXPORT_SYMBOL_GPL vmlinux 0x0bc40e3b tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0x0bd7bb30 skcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x0be7f802 crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0x0bea3df2 snd_soc_put_enum_double EXPORT_SYMBOL_GPL vmlinux 0x0bf42bbb devm_regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x0c004cf0 scmi_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x0c02ab2c arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c095484 pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x0c0ac9d7 akcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0fcd01 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c1ad415 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x0c1e07f9 fork_usermode_blob EXPORT_SYMBOL_GPL vmlinux 0x0c226987 __blkg_prfill_u64 EXPORT_SYMBOL_GPL vmlinux 0x0c2ba3f8 crypto_stats_akcipher_sign EXPORT_SYMBOL_GPL vmlinux 0x0c301e1a of_hwspin_lock_get_id_byname -EXPORT_SYMBOL_GPL vmlinux 0x0c30b4b4 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c343f41 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x0c38b9ea snd_soc_dapm_weak_routes EXPORT_SYMBOL_GPL vmlinux 0x0c46d6b6 cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0x0c491197 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0c7a30e3 __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x0c7c1580 snd_soc_get_volsw EXPORT_SYMBOL_GPL vmlinux 0x0c7db778 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x0c8879a3 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x0c899180 transport_add_device EXPORT_SYMBOL_GPL vmlinux 0x0c8b2395 mmput EXPORT_SYMBOL_GPL vmlinux 0x0c91106a dma_buf_end_cpu_access @@ -17384,16 +17389,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data EXPORT_SYMBOL_GPL vmlinux 0x0cad9325 ata_port_freeze EXPORT_SYMBOL_GPL vmlinux 0x0caeb46d bpf_offload_dev_netdev_unregister EXPORT_SYMBOL_GPL vmlinux 0x0cb3268d usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x0cc4ec64 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x0cd83b3c iomap_readpages EXPORT_SYMBOL_GPL vmlinux 0x0cef4769 dev_pm_set_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x0cf1b5ba irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x0d19004d pci_msi_create_irq_domain EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x0d3a1460 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x0d444df3 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4a4647 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0x0d4b6574 device_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0x0d5573aa ata_sff_lost_interrupt EXPORT_SYMBOL_GPL vmlinux 0x0d5a5939 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x0d7f196e pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0x0d800d69 usb_root_hub_lost_power EXPORT_SYMBOL_GPL vmlinux 0x0d8170cd cec_s_log_addrs EXPORT_SYMBOL_GPL vmlinux 0x0db7daa0 get_net_ns_by_pid @@ -17416,8 +17426,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x0ea835f2 device_add_properties EXPORT_SYMBOL_GPL vmlinux 0x0ea9a194 get_mtd_device_nm EXPORT_SYMBOL_GPL vmlinux 0x0ece0a18 __xas_next EXPORT_SYMBOL_GPL vmlinux 0x0ee29426 of_genpd_remove_last -EXPORT_SYMBOL_GPL vmlinux 0x0ef2496c fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x0f0907f3 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0f10c0ed devlink_traps_unregister EXPORT_SYMBOL_GPL vmlinux 0x0f18fea0 i2c_new_probed_device EXPORT_SYMBOL_GPL vmlinux 0x0f2399f2 virtqueue_enable_cb EXPORT_SYMBOL_GPL vmlinux 0x0f2a7171 mpc8xxx_spi_probe @@ -17428,15 +17438,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x0f31a305 __compat_only_sysfs_link_entry_to_kobj EXPORT_SYMBOL_GPL vmlinux 0x0f4d708e devm_extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0x0f51c93e gpiod_set_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x0f613b36 tc3589x_reg_write -EXPORT_SYMBOL_GPL vmlinux 0x0f77d778 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name EXPORT_SYMBOL_GPL vmlinux 0x0fcafa88 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x0fcd33e8 ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0x0fe26d25 snd_soc_component_force_enable_pin EXPORT_SYMBOL_GPL vmlinux 0x0feaad89 usb_of_get_interface_node EXPORT_SYMBOL_GPL vmlinux 0x0ffaa944 usb_ep_queue -EXPORT_SYMBOL_GPL vmlinux 0x0ffcd846 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x10021898 fscrypt_ioctl_remove_key EXPORT_SYMBOL_GPL vmlinux 0x100359e4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x100371f7 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu EXPORT_SYMBOL_GPL vmlinux 0x100ab093 __tracepoint_powernv_throttle EXPORT_SYMBOL_GPL vmlinux 0x100d13bc device_connection_remove @@ -17447,7 +17457,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1026aa5e usb_find_alt_setting EXPORT_SYMBOL_GPL vmlinux 0x102dd0af usb_phy_gen_create_phy EXPORT_SYMBOL_GPL vmlinux 0x102f927d irq_domain_reset_irq_data EXPORT_SYMBOL_GPL vmlinux 0x103ddc41 virtqueue_get_buf -EXPORT_SYMBOL_GPL vmlinux 0x103e3ea5 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node EXPORT_SYMBOL_GPL vmlinux 0x1045a3b4 ata_ehi_clear_desc @@ -17456,17 +17465,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x10547f76 dev_pm_opp_disable EXPORT_SYMBOL_GPL vmlinux 0x105db98b regulator_get_mode EXPORT_SYMBOL_GPL vmlinux 0x10642cf7 rio_dma_prep_xfer EXPORT_SYMBOL_GPL vmlinux 0x1067ace2 fwnode_create_software_node -EXPORT_SYMBOL_GPL vmlinux 0x106e9ff3 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x108ebfa0 __rio_local_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0x10934967 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x10991b29 ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x109a0e38 __rio_local_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0x10a6173d __devm_regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x10b6cf13 xhci_suspend -EXPORT_SYMBOL_GPL vmlinux 0x10c1356f fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x10bc6514 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x10cbaba0 subsys_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x10d2c189 fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0x10d50dad mmc_cmdq_disable -EXPORT_SYMBOL_GPL vmlinux 0x10e5c7f0 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable EXPORT_SYMBOL_GPL vmlinux 0x10f1b587 clk_hw_get_parent EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts @@ -17477,6 +17485,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1151b9e1 devm_rtc_device_register EXPORT_SYMBOL_GPL vmlinux 0x11629e06 ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x11664720 security_kernel_post_read_file EXPORT_SYMBOL_GPL vmlinux 0x11777918 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x117ecbab xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0x11817f84 of_find_spi_device_by_node EXPORT_SYMBOL_GPL vmlinux 0x119743c7 netlink_strict_get_check EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len @@ -17488,7 +17497,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x11ce2fb9 iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0x11d7589e add_hwgenerator_randomness EXPORT_SYMBOL_GPL vmlinux 0x11d9a353 nanddev_isreserved EXPORT_SYMBOL_GPL vmlinux 0x11fdbcac regulator_set_voltage_rdev -EXPORT_SYMBOL_GPL vmlinux 0x1209e07a skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x120ccc14 __page_mapcount EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier EXPORT_SYMBOL_GPL vmlinux 0x122097f6 of_clk_src_simple_get @@ -17497,22 +17505,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x1239b4fe ohci_suspend EXPORT_SYMBOL_GPL vmlinux 0x125c03da gpiochip_irq_unmap EXPORT_SYMBOL_GPL vmlinux 0x12609307 mtd_ooblayout_free EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs -EXPORT_SYMBOL_GPL vmlinux 0x1270952f ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x128696da nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0x12886817 null_dailink_component EXPORT_SYMBOL_GPL vmlinux 0x128e3a53 snd_compr_stop_error EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x12a63faf ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x12a79dd2 rio_alloc_net EXPORT_SYMBOL_GPL vmlinux 0x12a817b1 kvm_vcpu_wake_up -EXPORT_SYMBOL_GPL vmlinux 0x12ac0d71 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x12b96cc9 wb_writeout_inc EXPORT_SYMBOL_GPL vmlinux 0x12b9fad7 irq_setup_alt_chip EXPORT_SYMBOL_GPL vmlinux 0x12c01055 regulator_bulk_free EXPORT_SYMBOL_GPL vmlinux 0x130622ad kernfs_path_from_node EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq -EXPORT_SYMBOL_GPL vmlinux 0x13365002 devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133c47fd __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x133da7a9 ahci_save_initial_config EXPORT_SYMBOL_GPL vmlinux 0x133eccab dev_pm_domain_attach EXPORT_SYMBOL_GPL vmlinux 0x13413af5 xdp_rxq_info_reg_mem_model @@ -17532,9 +17539,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x139a4287 of_clk_get_from_provider EXPORT_SYMBOL_GPL vmlinux 0x13c041fb mmu_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x13ce8c65 nanddev_isbad +EXPORT_SYMBOL_GPL vmlinux 0x13d0000e tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc EXPORT_SYMBOL_GPL vmlinux 0x13f68877 phy_start_machine -EXPORT_SYMBOL_GPL vmlinux 0x13fb73bc devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x1401ba17 pm_generic_restore_early EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x1407675e xdp_attachment_query @@ -17545,7 +17552,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x14260b0f edac_get_sysfs_subsys EXPORT_SYMBOL_GPL vmlinux 0x14327b8f nand_subop_get_num_addr_cyc EXPORT_SYMBOL_GPL vmlinux 0x143d89e4 devfreq_event_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x143de622 snd_hwparams_to_dma_slave_config -EXPORT_SYMBOL_GPL vmlinux 0x14550be6 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x1464fc62 serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x1474627a of_css EXPORT_SYMBOL_GPL vmlinux 0x1475507d regulator_set_active_discharge_regmap @@ -17554,7 +17560,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1483b188 __irq_domain_alloc_fwnode EXPORT_SYMBOL_GPL vmlinux 0x148ab775 thp_get_unmapped_area EXPORT_SYMBOL_GPL vmlinux 0x148f4dc0 vfs_write EXPORT_SYMBOL_GPL vmlinux 0x149299fc class_compat_create_link -EXPORT_SYMBOL_GPL vmlinux 0x14a69f38 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x14ac16ba clk_register EXPORT_SYMBOL_GPL vmlinux 0x14b83870 cec_queue_pin_5v_event @@ -17562,7 +17567,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x14c2872d xas_pause EXPORT_SYMBOL_GPL vmlinux 0x14d01690 clk_mux_index_to_val EXPORT_SYMBOL_GPL vmlinux 0x14d6fca1 tracing_cond_snapshot_data EXPORT_SYMBOL_GPL vmlinux 0x14dedf68 snd_soc_get_volsw_range -EXPORT_SYMBOL_GPL vmlinux 0x14e73b8d __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x150ceac1 gfn_to_page EXPORT_SYMBOL_GPL vmlinux 0x15156c26 root_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x151576fb of_get_named_gpio_flags @@ -17575,15 +17579,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x1553093c __vfs_removexattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x15582622 mtd_pairing_groups EXPORT_SYMBOL_GPL vmlinux 0x156871f2 fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0x156c53da kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x157a3d4a pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x157d5ffd lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0x158e6fee software_node_register EXPORT_SYMBOL_GPL vmlinux 0x15924c7a blk_trace_startstop EXPORT_SYMBOL_GPL vmlinux 0x15932ae5 crypto_stats_compress EXPORT_SYMBOL_GPL vmlinux 0x159789d3 crypto_drop_spawn EXPORT_SYMBOL_GPL vmlinux 0x15a0f202 gpiod_get_array_value -EXPORT_SYMBOL_GPL vmlinux 0x15af2b24 devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x15b06044 __xas_prev -EXPORT_SYMBOL_GPL vmlinux 0x15b7688e ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x15d31363 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x15df7750 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x16006246 fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0x160ecf36 crypto_unregister_templates EXPORT_SYMBOL_GPL vmlinux 0x1615b2be hvc_alloc @@ -17593,7 +17598,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x16395ce2 mtd_unlock EXPORT_SYMBOL_GPL vmlinux 0x1639dad5 spi_setup EXPORT_SYMBOL_GPL vmlinux 0x1646686b sdio_memcpy_toio EXPORT_SYMBOL_GPL vmlinux 0x164a379c regulator_set_mode -EXPORT_SYMBOL_GPL vmlinux 0x1662a1b5 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x1662af46 kill_mtd_super EXPORT_SYMBOL_GPL vmlinux 0x167d8833 sdhci_set_data_timeout_irq EXPORT_SYMBOL_GPL vmlinux 0x16821e92 fuse_conn_put @@ -17601,13 +17605,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x1688a406 snd_soc_of_parse_tdm_slot EXPORT_SYMBOL_GPL vmlinux 0x1691c611 devprop_gpiochip_set_names EXPORT_SYMBOL_GPL vmlinux 0x16a0da1d devm_gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0x16be0e78 tc3589x_block_read -EXPORT_SYMBOL_GPL vmlinux 0x16bec46a pci_bridge_secondary_bus_reset -EXPORT_SYMBOL_GPL vmlinux 0x16cd9a35 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x16d9f9ff pci_remap_cfgspace EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put EXPORT_SYMBOL_GPL vmlinux 0x16e8cc3a usb_hcd_link_urb_to_ep EXPORT_SYMBOL_GPL vmlinux 0x1706ce6c bpf_prog_free EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x172b5982 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x172d6f6f sdhci_remove_host EXPORT_SYMBOL_GPL vmlinux 0x1753e340 device_destroy EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put @@ -17615,44 +17618,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x176c2405 init_pid_ns EXPORT_SYMBOL_GPL vmlinux 0x177a0633 arch_set_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version EXPORT_SYMBOL_GPL vmlinux 0x178b35d9 fwnode_graph_get_endpoint_by_id -EXPORT_SYMBOL_GPL vmlinux 0x178fc304 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x17a596a0 get_pid_task EXPORT_SYMBOL_GPL vmlinux 0x17a60a86 sysfs_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x17a61855 led_blink_set EXPORT_SYMBOL_GPL vmlinux 0x17e2fd7d regcache_mark_dirty EXPORT_SYMBOL_GPL vmlinux 0x17fa24af of_property_read_variable_u32_array -EXPORT_SYMBOL_GPL vmlinux 0x1814f770 rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0x18477ca1 __register_mtd_parser -EXPORT_SYMBOL_GPL vmlinux 0x184833fd netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0x184d924c usb_get_dr_mode EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size EXPORT_SYMBOL_GPL vmlinux 0x18690439 nand_change_write_column_op EXPORT_SYMBOL_GPL vmlinux 0x186c5ccb percpu_down_write -EXPORT_SYMBOL_GPL vmlinux 0x188a982e dw_pcie_find_ext_capability -EXPORT_SYMBOL_GPL vmlinux 0x18a3f570 strp_check_rcv -EXPORT_SYMBOL_GPL vmlinux 0x18be346f tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x18b40820 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x18c9d7fc shash_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0x18ddfa86 hrtimer_init EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x190121e1 usb_gadget_vbus_draw EXPORT_SYMBOL_GPL vmlinux 0x190146a1 fwnode_get_next_child_node -EXPORT_SYMBOL_GPL vmlinux 0x190b98b4 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x190d72be snd_ctl_sync_vmaster EXPORT_SYMBOL_GPL vmlinux 0x191ccaf8 of_thermal_get_trip_points EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size -EXPORT_SYMBOL_GPL vmlinux 0x195b0b96 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x195eeae8 phy_driver_is_genphy_10g EXPORT_SYMBOL_GPL vmlinux 0x19701813 ata_eh_thaw_port EXPORT_SYMBOL_GPL vmlinux 0x1973aff7 regulator_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x1976832b __pm_stay_awake -EXPORT_SYMBOL_GPL vmlinux 0x197ebc8b sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0x1983d1c9 sysfs_group_change_owner -EXPORT_SYMBOL_GPL vmlinux 0x198a4515 tcp_leave_memory_pressure -EXPORT_SYMBOL_GPL vmlinux 0x19974fd4 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled EXPORT_SYMBOL_GPL vmlinux 0x19b0a403 net_ns_get_ownership EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c8931c raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x19d5cb63 devfreq_cooling_unregister EXPORT_SYMBOL_GPL vmlinux 0x19e10351 sdio_writeb EXPORT_SYMBOL_GPL vmlinux 0x19e5057a virtio_check_driver_offered_feature @@ -17663,6 +17657,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1a0e8553 is_nvdimm_sync EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string EXPORT_SYMBOL_GPL vmlinux 0x1a2f1a99 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x1a40dad7 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x1a53913a dev_attr_ncq_prio_enable EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie @@ -17674,6 +17669,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1aa4a29b direct_make_request EXPORT_SYMBOL_GPL vmlinux 0x1aa73aba nd_region_dev EXPORT_SYMBOL_GPL vmlinux 0x1abc70d8 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0x1ac197dd md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x1ac8712d skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x1acb9652 usb_hub_find_child EXPORT_SYMBOL_GPL vmlinux 0x1ad1331b blk_mq_alloc_request_hctx EXPORT_SYMBOL_GPL vmlinux 0x1ad285d2 device_find_child @@ -17682,10 +17678,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x1af6c9aa clk_regmap_gate_ops EXPORT_SYMBOL_GPL vmlinux 0x1b14f0ed iomap_dio_iopoll EXPORT_SYMBOL_GPL vmlinux 0x1b2165ab bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0x1b2b2aea snd_ac97_reset +EXPORT_SYMBOL_GPL vmlinux 0x1b432583 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x1b5059ce ata_id_xfermask EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x1b54e054 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x1b605e9e usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x1b83210e gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x1b854f20 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer EXPORT_SYMBOL_GPL vmlinux 0x1ba4ea83 phy_put @@ -17695,6 +17694,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x1bb79c05 blk_abort_request EXPORT_SYMBOL_GPL vmlinux 0x1bc03b9d regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc6b412 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained EXPORT_SYMBOL_GPL vmlinux 0x1bfe20aa dev_pm_opp_set_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x1c0fc56e cpufreq_driver_fast_switch @@ -17709,7 +17709,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase EXPORT_SYMBOL_GPL vmlinux 0x1c6ea803 put_device EXPORT_SYMBOL_GPL vmlinux 0x1c79610e of_pci_range_parser_one EXPORT_SYMBOL_GPL vmlinux 0x1c798d9f for_each_kernel_tracepoint -EXPORT_SYMBOL_GPL vmlinux 0x1c7a1760 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x1c974e72 dma_buf_unmap_attachment @@ -17728,7 +17727,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1d4f4197 platform_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x1d61e7e1 clk_register_gate EXPORT_SYMBOL_GPL vmlinux 0x1d642921 __phy_modify EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table -EXPORT_SYMBOL_GPL vmlinux 0x1d80ae08 __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x1d8dbe1d ata_std_qc_defer EXPORT_SYMBOL_GPL vmlinux 0x1da76adb meson_clk_mpll_ops EXPORT_SYMBOL_GPL vmlinux 0x1ded2a18 pm_clk_add_clk @@ -17743,17 +17741,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x1e84561f fuse_dev_alloc_install EXPORT_SYMBOL_GPL vmlinux 0x1e8fa89f security_path_rmdir EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush -EXPORT_SYMBOL_GPL vmlinux 0x1ea3b15c __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x1eace2d1 device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names -EXPORT_SYMBOL_GPL vmlinux 0x1ee16102 tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x1eeef31b iommu_domain_set_attr EXPORT_SYMBOL_GPL vmlinux 0x1f0a6b21 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare EXPORT_SYMBOL_GPL vmlinux 0x1f159d5b handle_bad_irq EXPORT_SYMBOL_GPL vmlinux 0x1f24d296 spi_add_device EXPORT_SYMBOL_GPL vmlinux 0x1f34bf65 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x1f3b5c37 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x1f425b67 pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms EXPORT_SYMBOL_GPL vmlinux 0x1f4e9e3a pm_stay_awake @@ -17761,33 +17758,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x1f54b3ee inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0x1f54b89e mbox_chan_txdone EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv EXPORT_SYMBOL_GPL vmlinux 0x1f655a25 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x1f663a23 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x1f74ae25 blk_mq_update_nr_hw_queues EXPORT_SYMBOL_GPL vmlinux 0x1f774f46 cpuset_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa898e9 skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x1fa99ddb ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1fc9111c rockchip_pcie_init_port EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden EXPORT_SYMBOL_GPL vmlinux 0x1fca0c6b dax_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x1fcfcb35 of_map_rid +EXPORT_SYMBOL_GPL vmlinux 0x1fdf53a2 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x1fe69d9c tty_mode_ioctl EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs EXPORT_SYMBOL_GPL vmlinux 0x1fef959c snd_soc_set_runtime_hwparams EXPORT_SYMBOL_GPL vmlinux 0x20146d87 usb_init_urb -EXPORT_SYMBOL_GPL vmlinux 0x203131e4 __udp6_lib_lookup -EXPORT_SYMBOL_GPL vmlinux 0x203f7958 tcp_get_info -EXPORT_SYMBOL_GPL vmlinux 0x206389ae pci_user_write_config_byte -EXPORT_SYMBOL_GPL vmlinux 0x20791a17 xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2021b541 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0x207d31fb edac_device_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0x208045d5 dev_pm_opp_find_freq_exact EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame -EXPORT_SYMBOL_GPL vmlinux 0x2083b043 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x2088fcb7 irq_chip_request_resources_parent -EXPORT_SYMBOL_GPL vmlinux 0x208e8ec2 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0x20a2e49e nvdimm_has_flush EXPORT_SYMBOL_GPL vmlinux 0x20b3d6a2 iommu_fwspec_free -EXPORT_SYMBOL_GPL vmlinux 0x20cd4fe0 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages EXPORT_SYMBOL_GPL vmlinux 0x20eda0c1 snd_device_disconnect EXPORT_SYMBOL_GPL vmlinux 0x2103ebd5 transport_setup_device @@ -17802,19 +17797,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio EXPORT_SYMBOL_GPL vmlinux 0x216f4ac9 crypto_dequeue_request EXPORT_SYMBOL_GPL vmlinux 0x217226a9 kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x21726652 pernet_ops_rwsem -EXPORT_SYMBOL_GPL vmlinux 0x218153cc tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x2173ae0c raw_abort EXPORT_SYMBOL_GPL vmlinux 0x2184d836 gpiochip_unlock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x21922cfe user_read EXPORT_SYMBOL_GPL vmlinux 0x219b5e47 snd_soc_component_update_bits_async EXPORT_SYMBOL_GPL vmlinux 0x21a22f30 snd_soc_of_parse_audio_routing EXPORT_SYMBOL_GPL vmlinux 0x21a3e0bd nand_subop_get_data_len EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy -EXPORT_SYMBOL_GPL vmlinux 0x21a57994 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x21a984b3 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x21a9d793 __gfn_to_pfn_memslot EXPORT_SYMBOL_GPL vmlinux 0x21aa6334 map_vm_area EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id EXPORT_SYMBOL_GPL vmlinux 0x21b1f020 digsig_verify -EXPORT_SYMBOL_GPL vmlinux 0x21c1e10b pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x21ccd84b kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0x21cd191a register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher @@ -17824,28 +17818,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x21f6c2e7 dev_pm_opp_get_suspend_opp_freq EXPORT_SYMBOL_GPL vmlinux 0x220c49c1 power_supply_unregister EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x2215f964 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x22168406 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x22273ffb of_msi_configure EXPORT_SYMBOL_GPL vmlinux 0x222a0462 ata_slave_link_init EXPORT_SYMBOL_GPL vmlinux 0x22381504 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0x2239cb51 of_i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0x223e926d usb_control_msg -EXPORT_SYMBOL_GPL vmlinux 0x224cab3f ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0x2256e7c8 ata_sff_irq_on -EXPORT_SYMBOL_GPL vmlinux 0x225c6a7c inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x226000c9 md_bitmap_copy_from_slot EXPORT_SYMBOL_GPL vmlinux 0x22648c02 __tracepoint_neigh_event_send_done EXPORT_SYMBOL_GPL vmlinux 0x226d35a8 ata_timing_compute -EXPORT_SYMBOL_GPL vmlinux 0x22904cea ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x22a52ab9 tracepoint_probe_unregister EXPORT_SYMBOL_GPL vmlinux 0x22a9566f tty_port_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0x22ac7810 __bio_add_page EXPORT_SYMBOL_GPL vmlinux 0x22ae8b8a usb_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x22b1516b is_current_mnt_ns +EXPORT_SYMBOL_GPL vmlinux 0x22b6ffe4 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x22b71da9 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x22bea024 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x22bef103 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x22cae718 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0x22d0b899 of_phandle_iterator_next EXPORT_SYMBOL_GPL vmlinux 0x22d7f1d6 list_lru_walk_one -EXPORT_SYMBOL_GPL vmlinux 0x22fe43d5 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x2312c9ac regulator_get_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x2320c8e8 sysfs_add_file_to_group EXPORT_SYMBOL_GPL vmlinux 0x2320e97a ata_sff_postreset @@ -17858,15 +17853,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime EXPORT_SYMBOL_GPL vmlinux 0x234aba80 sched_trace_cfs_rq_path EXPORT_SYMBOL_GPL vmlinux 0x234be925 spi_mem_get_name EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put -EXPORT_SYMBOL_GPL vmlinux 0x23513a87 br_ip6_fragment -EXPORT_SYMBOL_GPL vmlinux 0x235330d2 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap EXPORT_SYMBOL_GPL vmlinux 0x236c08c0 __mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0x23717669 of_pci_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x2377bc1d dma_buf_put EXPORT_SYMBOL_GPL vmlinux 0x237cc127 sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node -EXPORT_SYMBOL_GPL vmlinux 0x238e8cf9 pci_restore_pri_state +EXPORT_SYMBOL_GPL vmlinux 0x238c6279 ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x23950433 efivar_variable_is_removable EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent EXPORT_SYMBOL_GPL vmlinux 0x23a17020 virtio_device_freeze @@ -17892,6 +17885,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x245f41f0 input_class EXPORT_SYMBOL_GPL vmlinux 0x2477bf11 balloon_aops EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister EXPORT_SYMBOL_GPL vmlinux 0x24978d3b mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x24a3a4b3 rockchip_pcie_deinit_phys EXPORT_SYMBOL_GPL vmlinux 0x24a3dbf2 sata_pmp_qc_defer_cmd_switch EXPORT_SYMBOL_GPL vmlinux 0x24b218b1 debugfs_create_x8 EXPORT_SYMBOL_GPL vmlinux 0x24c223be snd_soc_resume @@ -17904,20 +17898,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset EXPORT_SYMBOL_GPL vmlinux 0x24f61fc0 rio_register_mport EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode EXPORT_SYMBOL_GPL vmlinux 0x24f647fc of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x24f9f612 pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0x2501d998 nvdimm_provider_data EXPORT_SYMBOL_GPL vmlinux 0x252a2a3a pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0x252ac113 debugfs_file_put -EXPORT_SYMBOL_GPL vmlinux 0x252e4971 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0x252e50b9 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x252fa87c ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size EXPORT_SYMBOL_GPL vmlinux 0x257aaf6c __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x257dba07 sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk EXPORT_SYMBOL_GPL vmlinux 0x25a5bc9e watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x25a6ba7c ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x25bde8c1 arm_iommu_release_mapping EXPORT_SYMBOL_GPL vmlinux 0x25c701d3 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x25da4fe4 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x25dbb422 snd_soc_dapm_put_enum_double -EXPORT_SYMBOL_GPL vmlinux 0x25f7daf4 devlink_port_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x2602d6d2 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x260447a0 rio_request_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0x2607f825 debugfs_attr_read EXPORT_SYMBOL_GPL vmlinux 0x2611625d perf_event_read_value @@ -17926,7 +17924,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x261728df snd_soc_component_force_enable_pin_unlocke EXPORT_SYMBOL_GPL vmlinux 0x261b70ac devm_regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x2638586b xas_init_marks EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed -EXPORT_SYMBOL_GPL vmlinux 0x26548434 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded EXPORT_SYMBOL_GPL vmlinux 0x26603a35 cgroup_get_from_path EXPORT_SYMBOL_GPL vmlinux 0x2662de46 pwmchip_add @@ -17941,36 +17938,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x26f1916a unregister_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x26f710ef hrtimer_sleeper_start_expires EXPORT_SYMBOL_GPL vmlinux 0x26fd931e platform_bus EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2704a07e seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x27068bba extcon_find_edev_by_node EXPORT_SYMBOL_GPL vmlinux 0x271428a0 gpiochip_line_is_open_source EXPORT_SYMBOL_GPL vmlinux 0x272c18f4 sdhci_set_uhs_signaling EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2739b6bd xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x274cf5e1 __clk_get_flags EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x2751e99d devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0x275f4127 clk_hw_register_fixed_rate_with_accuracy EXPORT_SYMBOL_GPL vmlinux 0x27779a3e crypto_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x277a0b69 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x278bd941 spi_async_locked EXPORT_SYMBOL_GPL vmlinux 0x27970ab8 dev_pm_domain_attach_by_name EXPORT_SYMBOL_GPL vmlinux 0x27a2962d class_for_each_device EXPORT_SYMBOL_GPL vmlinux 0x27a3d4a6 fscrypt_file_open EXPORT_SYMBOL_GPL vmlinux 0x27a89811 i2c_client_type EXPORT_SYMBOL_GPL vmlinux 0x27b134d5 efivars_kobject -EXPORT_SYMBOL_GPL vmlinux 0x27b8d7e0 pci_try_reset_function -EXPORT_SYMBOL_GPL vmlinux 0x27c2c175 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x27cac939 fat_fill_super -EXPORT_SYMBOL_GPL vmlinux 0x27ebf908 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x27f04172 amba_apb_device_add EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages EXPORT_SYMBOL_GPL vmlinux 0x280301fe usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x280d32c2 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x2813aae6 tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0x281a70f3 sdhci_set_clock EXPORT_SYMBOL_GPL vmlinux 0x282b7d57 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity EXPORT_SYMBOL_GPL vmlinux 0x284f0240 proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0x28551319 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x285d330b pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286514a2 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister EXPORT_SYMBOL_GPL vmlinux 0x28881085 __class_create @@ -17981,8 +17980,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x28a7db63 nd_fletcher64 EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28cb362d pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x28cb7cef usb_ep_fifo_status EXPORT_SYMBOL_GPL vmlinux 0x28df655b debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x28e1f12d skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x28e7584a vfs_writef EXPORT_SYMBOL_GPL vmlinux 0x28ee7899 __pm_runtime_set_status EXPORT_SYMBOL_GPL vmlinux 0x28ee8ce6 of_mm_gpiochip_add_data @@ -17996,6 +17997,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x29322e40 account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0x29366811 __scsi_init_queue EXPORT_SYMBOL_GPL vmlinux 0x295692a1 fwnode_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296f6c21 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x29997f74 spi_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x29a4715d vchan_dma_desc_free_list EXPORT_SYMBOL_GPL vmlinux 0x29bc8fb9 tpm_chip_alloc @@ -18005,27 +18007,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async EXPORT_SYMBOL_GPL vmlinux 0x2a0a40fa mdio_bus_init EXPORT_SYMBOL_GPL vmlinux 0x2a11128e irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x2a11f2ab nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x2a152cc7 usb_role_switch_get EXPORT_SYMBOL_GPL vmlinux 0x2a16d129 rtc_read_alarm EXPORT_SYMBOL_GPL vmlinux 0x2a189f25 usb_gen_phy_shutdown EXPORT_SYMBOL_GPL vmlinux 0x2a2ef88f genphy_c45_restart_aneg -EXPORT_SYMBOL_GPL vmlinux 0x2a321560 inet_twsk_alloc -EXPORT_SYMBOL_GPL vmlinux 0x2a4542e1 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x2a457dd6 tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x2a4fa2a5 mddev_create_wb_pool EXPORT_SYMBOL_GPL vmlinux 0x2a54f55d __spi_alloc_controller -EXPORT_SYMBOL_GPL vmlinux 0x2a5f38f4 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x2a65816c crypto_register_shash EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result EXPORT_SYMBOL_GPL vmlinux 0x2a7cf9c9 regulator_enable_regmap EXPORT_SYMBOL_GPL vmlinux 0x2a7e1ded gfn_to_pfn_memslot_atomic EXPORT_SYMBOL_GPL vmlinux 0x2a801fbe of_property_read_u64 EXPORT_SYMBOL_GPL vmlinux 0x2a9a0925 nvmem_register -EXPORT_SYMBOL_GPL vmlinux 0x2aa40d8a devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update EXPORT_SYMBOL_GPL vmlinux 0x2aaf79aa perf_aux_output_begin EXPORT_SYMBOL_GPL vmlinux 0x2ada0c5b l3mdev_link_scope_lookup EXPORT_SYMBOL_GPL vmlinux 0x2aeeac31 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x2b0cd0b0 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2b0e7042 sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0x2b11267d power_supply_set_battery_charged EXPORT_SYMBOL_GPL vmlinux 0x2b3751c9 cpufreq_freq_transition_begin EXPORT_SYMBOL_GPL vmlinux 0x2b41123a pwm_request_from_chip @@ -18035,7 +18036,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b4dc831 __efivar_entry_iter EXPORT_SYMBOL_GPL vmlinux 0x2b4eaefa xdp_convert_zc_to_xdp_frame EXPORT_SYMBOL_GPL vmlinux 0x2b53444f badblocks_init EXPORT_SYMBOL_GPL vmlinux 0x2b5a78df ata_sff_exec_command -EXPORT_SYMBOL_GPL vmlinux 0x2b7d59d8 rockchip_pcie_parse_dt EXPORT_SYMBOL_GPL vmlinux 0x2b82e916 regulator_list_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0x2b83d95f edac_device_add_device EXPORT_SYMBOL_GPL vmlinux 0x2b844fbb ata_host_detach @@ -18044,7 +18044,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2b947ae9 regmap_field_read EXPORT_SYMBOL_GPL vmlinux 0x2b952517 clk_has_parent EXPORT_SYMBOL_GPL vmlinux 0x2b96cf31 vfs_read EXPORT_SYMBOL_GPL vmlinux 0x2b9d3824 iommu_fwspec_init -EXPORT_SYMBOL_GPL vmlinux 0x2ba221f3 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x2bb403ee usb_gen_phy_init EXPORT_SYMBOL_GPL vmlinux 0x2bba3d8c path_noexec EXPORT_SYMBOL_GPL vmlinux 0x2bc2b946 sysfs_add_link_to_group @@ -18054,19 +18053,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x2bd8649a regulator_disable_deferred EXPORT_SYMBOL_GPL vmlinux 0x2bd963c0 kvm_vcpu_write_guest_page EXPORT_SYMBOL_GPL vmlinux 0x2bddc4a1 snd_soc_register_card EXPORT_SYMBOL_GPL vmlinux 0x2bea52f9 blkg_print_stat_ios -EXPORT_SYMBOL_GPL vmlinux 0x2bedc78a pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x2bf17af4 sata_link_debounce EXPORT_SYMBOL_GPL vmlinux 0x2c01a3e6 device_del +EXPORT_SYMBOL_GPL vmlinux 0x2c19286c inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied EXPORT_SYMBOL_GPL vmlinux 0x2c267fdd ahci_print_info EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x2c456814 __flow_indr_block_cb_register -EXPORT_SYMBOL_GPL vmlinux 0x2c45ceb6 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x2c5c7dd4 tty_kopen EXPORT_SYMBOL_GPL vmlinux 0x2c5eadd0 spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put EXPORT_SYMBOL_GPL vmlinux 0x2c6a90f5 extcon_set_property_sync EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c871b2d rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x2c8bda5d ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0x2c8cb25d rio_route_clr_table EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types @@ -18076,7 +18075,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2cb4e823 dummy_con EXPORT_SYMBOL_GPL vmlinux 0x2cb961f1 max8997_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x2cbef9a8 gpiod_is_active_low EXPORT_SYMBOL_GPL vmlinux 0x2cc0f193 gpiochip_remove_pin_ranges -EXPORT_SYMBOL_GPL vmlinux 0x2cc510ad tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0x2ccdc902 of_devfreq_cooling_register_power EXPORT_SYMBOL_GPL vmlinux 0x2cdd1129 mmc_regulator_set_vqmmc EXPORT_SYMBOL_GPL vmlinux 0x2ce6a1ac gpiochip_irqchip_irq_valid @@ -18084,6 +18082,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0x2cf2cd4c scsi_internal_device_unblock_nowait EXPORT_SYMBOL_GPL vmlinux 0x2d0ddb52 gfn_to_pfn_atomic EXPORT_SYMBOL_GPL vmlinux 0x2d15c83b ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x2d1a320d skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current EXPORT_SYMBOL_GPL vmlinux 0x2d37fcb6 __sync_filesystem @@ -18091,12 +18090,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x2d3b7ab6 __kvm_set_memory_region EXPORT_SYMBOL_GPL vmlinux 0x2d3c33b8 ata_sff_qc_fill_rtf EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts EXPORT_SYMBOL_GPL vmlinux 0x2d510522 pci_epc_stop -EXPORT_SYMBOL_GPL vmlinux 0x2d63a28c usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x2d7a0b66 wm8350_read_auxadc -EXPORT_SYMBOL_GPL vmlinux 0x2d9346d1 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x2d98b9e2 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x2da74cb6 usb_disable_lpm -EXPORT_SYMBOL_GPL vmlinux 0x2da8cc8b rockchip_pcie_get_phys EXPORT_SYMBOL_GPL vmlinux 0x2dabfb56 ata_sff_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x2db14efe stmpe_block_read EXPORT_SYMBOL_GPL vmlinux 0x2db3d559 vfs_removexattr @@ -18110,7 +18106,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x2df43714 devm_gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0x2e00a3db crypto_hash_alg_has_setkey EXPORT_SYMBOL_GPL vmlinux 0x2e22ed06 xhci_dbg_trace EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace -EXPORT_SYMBOL_GPL vmlinux 0x2e295046 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x2e2e2f4b pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e30509c percpu_ref_switch_to_atomic EXPORT_SYMBOL_GPL vmlinux 0x2e3097b5 mnt_drop_write @@ -18121,22 +18117,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x2e6514de cpufreq_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x2e68a26f device_match_devt EXPORT_SYMBOL_GPL vmlinux 0x2e69b322 thermal_zone_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x2e7540e1 register_virtio_driver -EXPORT_SYMBOL_GPL vmlinux 0x2e7c4d02 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x2e92c93b pci_epc_linkup EXPORT_SYMBOL_GPL vmlinux 0x2e95bd39 tpm_tis_resume EXPORT_SYMBOL_GPL vmlinux 0x2e972fdd xhci_mtk_sch_exit EXPORT_SYMBOL_GPL vmlinux 0x2ea202ff platform_add_devices EXPORT_SYMBOL_GPL vmlinux 0x2ea8d01f to_nvdimm EXPORT_SYMBOL_GPL vmlinux 0x2eb4cb77 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2eb51bb4 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eda3955 tcp_done EXPORT_SYMBOL_GPL vmlinux 0x2ef7c466 blkdev_write_iter EXPORT_SYMBOL_GPL vmlinux 0x2efac1b7 mbox_send_message EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string EXPORT_SYMBOL_GPL vmlinux 0x2f119b4d mtd_read EXPORT_SYMBOL_GPL vmlinux 0x2f17f048 sched_trace_cfs_rq_avg EXPORT_SYMBOL_GPL vmlinux 0x2f18243a tty_port_register_device_attr_serdev -EXPORT_SYMBOL_GPL vmlinux 0x2f2bafa7 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x2f391f86 cs47l24_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x2f3f00b5 badblocks_show EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register @@ -18145,7 +18141,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x2f5a9590 __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0x2f5c1223 __tracepoint_neigh_cleanup_and_release EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty -EXPORT_SYMBOL_GPL vmlinux 0x2f6fb03c xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0x2f895416 vbin_printf EXPORT_SYMBOL_GPL vmlinux 0x2f89f67a list_lru_count_node EXPORT_SYMBOL_GPL vmlinux 0x2f97e267 crypto_stats_aead_decrypt @@ -18158,48 +18153,44 @@ EXPORT_SYMBOL_GPL vmlinux 0x301a1577 regmap_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x30216917 tps65217_reg_write EXPORT_SYMBOL_GPL vmlinux 0x303d7f18 ahci_platform_enable_resources EXPORT_SYMBOL_GPL vmlinux 0x30463042 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x30649738 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x306917e9 unregister_pernet_device EXPORT_SYMBOL_GPL vmlinux 0x3069809a __tracepoint_xhci_dbg_quirks EXPORT_SYMBOL_GPL vmlinux 0x306be027 __platform_driver_probe EXPORT_SYMBOL_GPL vmlinux 0x30775730 pm_runtime_suspended_time -EXPORT_SYMBOL_GPL vmlinux 0x3081318d pci_probe_reset_slot -EXPORT_SYMBOL_GPL vmlinux 0x3083af84 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x309c51aa sdhci_execute_tuning EXPORT_SYMBOL_GPL vmlinux 0x309ef7c5 phy_led_trigger_change_speed EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x30a37bac ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x30c83c72 fwnode_graph_get_port_parent EXPORT_SYMBOL_GPL vmlinux 0x30dd06a4 get_dcookie EXPORT_SYMBOL_GPL vmlinux 0x30f8e11d devm_nsio_disable EXPORT_SYMBOL_GPL vmlinux 0x310a279d simple_attr_write -EXPORT_SYMBOL_GPL vmlinux 0x31116f05 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3127613d devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x313cb72e clk_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0x315c1d63 dax_copy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x318e4a4b pinconf_generic_dt_free_map EXPORT_SYMBOL_GPL vmlinux 0x3190594a snd_soc_dapm_new_widgets EXPORT_SYMBOL_GPL vmlinux 0x3190deee efivar_entry_find EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook -EXPORT_SYMBOL_GPL vmlinux 0x31981595 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x31a684e2 usb_hcd_end_port_resume -EXPORT_SYMBOL_GPL vmlinux 0x31ad0e9e tcp_set_state -EXPORT_SYMBOL_GPL vmlinux 0x31b7346f ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x31c37349 pinctrl_remove_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports EXPORT_SYMBOL_GPL vmlinux 0x31cf8db9 usb_clear_halt EXPORT_SYMBOL_GPL vmlinux 0x31d84773 kvm_vcpu_kick -EXPORT_SYMBOL_GPL vmlinux 0x31da65d4 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31db106c __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x320191ce led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0x320f2270 kick_process EXPORT_SYMBOL_GPL vmlinux 0x32126657 dma_buf_fd EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl EXPORT_SYMBOL_GPL vmlinux 0x322bd5ae access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x3254491c dw_pcie_find_capability EXPORT_SYMBOL_GPL vmlinux 0x32564c7a pinconf_generic_dt_node_to_map -EXPORT_SYMBOL_GPL vmlinux 0x3259956a devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0x325a61a1 of_platform_device_destroy EXPORT_SYMBOL_GPL vmlinux 0x32678bc7 __reset_control_get -EXPORT_SYMBOL_GPL vmlinux 0x3276bd77 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x32822b6a blkg_lookup_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x32834fa6 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3288f494 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0x3289ff47 flow_indr_block_call EXPORT_SYMBOL_GPL vmlinux 0x328e7112 md_bitmap_resize EXPORT_SYMBOL_GPL vmlinux 0x32985901 show_class_attr_string @@ -18207,7 +18198,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32c4ea60 ahci_port_resume -EXPORT_SYMBOL_GPL vmlinux 0x32ffd110 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x331164a3 crypto_register_scomp EXPORT_SYMBOL_GPL vmlinux 0x332bcad2 bus_for_each_drv EXPORT_SYMBOL_GPL vmlinux 0x334498da dma_get_required_mask @@ -18215,10 +18205,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x33470edb hrtimer_init_sleeper EXPORT_SYMBOL_GPL vmlinux 0x334de835 bpf_offload_dev_create EXPORT_SYMBOL_GPL vmlinux 0x3356a96f blk_mq_freeze_queue_wait EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq -EXPORT_SYMBOL_GPL vmlinux 0x3374deba pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3362a1c1 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x3378d1ec pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x3384b366 dma_can_mmap EXPORT_SYMBOL_GPL vmlinux 0x338cd629 gpiod_get_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0x33977f29 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x339922a4 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x33a84cb6 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0x33b4bd3d mtd_unpoint EXPORT_SYMBOL_GPL vmlinux 0x33b8104f blkcipher_aead_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0x33be7c60 sdhci_pltfm_free @@ -18232,24 +18225,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x34126403 efivars_unregister EXPORT_SYMBOL_GPL vmlinux 0x34170b2b fwnode_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x341fa43e gpiochip_lock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x34363ca4 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x3439f026 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash EXPORT_SYMBOL_GPL vmlinux 0x34459d51 crypto_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0x3461ba36 usb_bus_idr EXPORT_SYMBOL_GPL vmlinux 0x346505d3 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x3466e012 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x346ca8a8 devm_fwnode_get_index_gpiod_from_child EXPORT_SYMBOL_GPL vmlinux 0x34771190 device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0x347c4f35 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x348f87f2 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x34908579 sbitmap_finish_wait EXPORT_SYMBOL_GPL vmlinux 0x349565cf mtd_get_device_size -EXPORT_SYMBOL_GPL vmlinux 0x34991457 pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x34a84df3 __tracepoint_detach_device_from_domain EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl -EXPORT_SYMBOL_GPL vmlinux 0x34cd2872 lwtunnel_state_alloc -EXPORT_SYMBOL_GPL vmlinux 0x34d3b048 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x34b85165 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0x34e43618 kobject_get_path EXPORT_SYMBOL_GPL vmlinux 0x34ed753b crypto_shash_digest EXPORT_SYMBOL_GPL vmlinux 0x34f0f35f lp8788_update_bits -EXPORT_SYMBOL_GPL vmlinux 0x34f74daf rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x34fdbd1e ablkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0x350d380c pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0x351097f6 rt_mutex_lock_interruptible @@ -18265,12 +18258,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x354ebe6a cpts_create EXPORT_SYMBOL_GPL vmlinux 0x3552fb02 thermal_remove_hwmon_sysfs EXPORT_SYMBOL_GPL vmlinux 0x355ef9b1 kvm_put_kvm EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35959186 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x35ab171a blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0x35d4b28f devm_nvdimm_memremap EXPORT_SYMBOL_GPL vmlinux 0x35d65240 usb_get_hcd EXPORT_SYMBOL_GPL vmlinux 0x35db81a3 usb_submit_urb EXPORT_SYMBOL_GPL vmlinux 0x35e02267 iomap_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0x35ec6885 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3602a205 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0x360732d7 class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x361163ec snd_soc_of_get_slot_mask @@ -18291,13 +18286,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x36a7e38c regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0x36a86b8c device_bind_driver EXPORT_SYMBOL_GPL vmlinux 0x36aa7d8b edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0x36af42e7 sdhci_runtime_resume_host -EXPORT_SYMBOL_GPL vmlinux 0x36bddc9e inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x36bf96b7 crypto_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x36c1bea6 shmem_file_setup EXPORT_SYMBOL_GPL vmlinux 0x36d95bc1 sata_set_spd EXPORT_SYMBOL_GPL vmlinux 0x36dbcbbd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x36eee9ec uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x36f7184e regulator_unregister EXPORT_SYMBOL_GPL vmlinux 0x370854ac kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x3712d18a __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x3717ea89 crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0x371cb4ca mtd_panic_write EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript @@ -18312,15 +18308,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x37b2dd05 snd_soc_dapm_disable_pin EXPORT_SYMBOL_GPL vmlinux 0x37b4778f cpuidle_get_cpu_driver EXPORT_SYMBOL_GPL vmlinux 0x37be3706 sdhci_adma_write_desc EXPORT_SYMBOL_GPL vmlinux 0x37cdf5a4 wm831x_auxadc_read_uv -EXPORT_SYMBOL_GPL vmlinux 0x38006f35 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x37d26e8e devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x38125579 fwnode_graph_get_remote_endpoint EXPORT_SYMBOL_GPL vmlinux 0x38165406 ata_eh_qc_retry EXPORT_SYMBOL_GPL vmlinux 0x381fc350 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x382f5550 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection EXPORT_SYMBOL_GPL vmlinux 0x38588394 devm_regulator_get EXPORT_SYMBOL_GPL vmlinux 0x38598495 spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0x386fcc2a dma_request_chan -EXPORT_SYMBOL_GPL vmlinux 0x3878a81e ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x3885b3e1 of_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0x38861500 init_rs_gfp EXPORT_SYMBOL_GPL vmlinux 0x38918111 dev_set_name @@ -18328,24 +18324,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x389895cf cec_notifier_parse_hdmi_phandle EXPORT_SYMBOL_GPL vmlinux 0x389a7296 regmap_mmio_detach_clk EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x38aa4657 xas_nomem -EXPORT_SYMBOL_GPL vmlinux 0x38aefb06 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update EXPORT_SYMBOL_GPL vmlinux 0x38cae206 vcpu_load EXPORT_SYMBOL_GPL vmlinux 0x38ce9e15 badblocks_clear EXPORT_SYMBOL_GPL vmlinux 0x38d64028 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x38d81a78 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x38da5f2d crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f13fe9 validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x38f7ba58 ata_sas_port_start EXPORT_SYMBOL_GPL vmlinux 0x38fbb2f0 sysfs_remove_link_from_group EXPORT_SYMBOL_GPL vmlinux 0x390dc864 mmc_abort_tuning EXPORT_SYMBOL_GPL vmlinux 0x39174654 alarm_start EXPORT_SYMBOL_GPL vmlinux 0x3945540d ahci_do_softreset EXPORT_SYMBOL_GPL vmlinux 0x39510b3a ata_port_wait_eh -EXPORT_SYMBOL_GPL vmlinux 0x39559fef ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x395667d6 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x3970a07f pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x397d363f fb_bl_default_curve EXPORT_SYMBOL_GPL vmlinux 0x3981ea3f bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x39a15416 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x39a5cc6c blkg_print_stat_ios_recursive -EXPORT_SYMBOL_GPL vmlinux 0x39b60cc9 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x39c7aa80 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x39cc0746 sata_port_ops EXPORT_SYMBOL_GPL vmlinux 0x39d7acd9 dev_pm_clear_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x39e60c74 reset_controller_register @@ -18355,32 +18354,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x39f71c79 snd_soc_dpcm_can_be_free_stop EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink EXPORT_SYMBOL_GPL vmlinux 0x3a0348f3 ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0x3a056c4a bus_remove_file -EXPORT_SYMBOL_GPL vmlinux 0x3a21cde6 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x3a23fa7b scsi_autopm_get_device EXPORT_SYMBOL_GPL vmlinux 0x3a290a78 debugfs_attr_write EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt EXPORT_SYMBOL_GPL vmlinux 0x3a50b9b0 ata_sff_port_intr EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a68afbd find_asymmetric_key -EXPORT_SYMBOL_GPL vmlinux 0x3a6c6439 tcp_sendmsg_locked -EXPORT_SYMBOL_GPL vmlinux 0x3a87763c ata_pci_bmdma_init_one -EXPORT_SYMBOL_GPL vmlinux 0x3a8db6cc tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial -EXPORT_SYMBOL_GPL vmlinux 0x3ac9c9de ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad4214f ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x3b106f52 bpf_prog_add EXPORT_SYMBOL_GPL vmlinux 0x3b27b6b1 lochnagar_update_config -EXPORT_SYMBOL_GPL vmlinux 0x3b2a004a ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release EXPORT_SYMBOL_GPL vmlinux 0x3b4e13a8 edac_mc_del_mc EXPORT_SYMBOL_GPL vmlinux 0x3b5280c5 screen_glyph_unicode EXPORT_SYMBOL_GPL vmlinux 0x3b5b728e ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x3b6aac12 devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0x3b767bdb pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x3b7b5af2 sysfs_rename_link_ns EXPORT_SYMBOL_GPL vmlinux 0x3b83f2bd add_mtd_blktrans_dev -EXPORT_SYMBOL_GPL vmlinux 0x3b84b6c5 dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0x3b8f56e1 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0x3b9396f8 gpio_to_desc -EXPORT_SYMBOL_GPL vmlinux 0x3b9952f2 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x3b99f65a sdio_writesb EXPORT_SYMBOL_GPL vmlinux 0x3ba26281 __atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x3ba27c0a pci_epc_get_first_free_bar @@ -18389,8 +18383,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bf02f1b ftrace_set_filter_ip EXPORT_SYMBOL_GPL vmlinux 0x3bf0c829 sock_diag_destroy EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer -EXPORT_SYMBOL_GPL vmlinux 0x3bf4816d sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x3c074dc6 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3c10d0c6 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check EXPORT_SYMBOL_GPL vmlinux 0x3c2731f0 serdev_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply @@ -18402,15 +18396,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x3c553d38 __devm_spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0x3c5d7ca2 usb_ifnum_to_if EXPORT_SYMBOL_GPL vmlinux 0x3c6130b1 virtqueue_get_used_addr EXPORT_SYMBOL_GPL vmlinux 0x3c651f33 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x3c680ece fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x3c6942bb nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3c6dca36 devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout EXPORT_SYMBOL_GPL vmlinux 0x3c75d926 serdev_device_write_buf EXPORT_SYMBOL_GPL vmlinux 0x3c77ab6d register_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0x3c843768 regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x3c8653a4 usb_gadget_udc_reset EXPORT_SYMBOL_GPL vmlinux 0x3c9fe1d2 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x3ca3348a nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0x3ca85fa1 nanddev_cleanup EXPORT_SYMBOL_GPL vmlinux 0x3cad9688 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3cb62e05 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x3cd0579e wait_on_page_writeback EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3cdcf01c kvm_vcpu_unmap @@ -18426,6 +18424,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x3d48fa0e sdhci_cqe_irq EXPORT_SYMBOL_GPL vmlinux 0x3d49fc73 __tracepoint_napi_poll EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check EXPORT_SYMBOL_GPL vmlinux 0x3d560fba dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x3d606911 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x3d622107 iommu_fwspec_add_ids EXPORT_SYMBOL_GPL vmlinux 0x3d6fbbe9 nvdimm_cmd_mask EXPORT_SYMBOL_GPL vmlinux 0x3d7fa603 device_remove_bin_file @@ -18451,19 +18450,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x3e549745 sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0x3e54dad4 lp8788_write_byte EXPORT_SYMBOL_GPL vmlinux 0x3e5f5622 sbitmap_queue_clear EXPORT_SYMBOL_GPL vmlinux 0x3e642763 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3e6dc5a8 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer -EXPORT_SYMBOL_GPL vmlinux 0x3e8a9468 devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x3e8fae1c hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0x3ea42397 __bio_try_merge_page -EXPORT_SYMBOL_GPL vmlinux 0x3ecc01ac call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x3ebd2fe5 devlink_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3edab02a skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0x3ee3f5cc devm_thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc EXPORT_SYMBOL_GPL vmlinux 0x3ef446fd perf_pmu_migrate_context EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access EXPORT_SYMBOL_GPL vmlinux 0x3f004f4a mtd_ooblayout_count_eccbytes EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3f1aaec0 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x3f241bf6 crypto_register_rngs EXPORT_SYMBOL_GPL vmlinux 0x3f2dc7b7 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL vmlinux 0x3f36fe18 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x3f4601c7 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x3f581461 irq_domain_set_hwirq_and_chip EXPORT_SYMBOL_GPL vmlinux 0x3f5b9ad3 ata_base_port_ops EXPORT_SYMBOL_GPL vmlinux 0x3f662117 pinctrl_generic_get_group_pins @@ -18478,18 +18481,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x3fcd5b86 usb_gadget_map_request EXPORT_SYMBOL_GPL vmlinux 0x3fcd981a crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL vmlinux 0x3fe490d0 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fe6a8e4 inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate EXPORT_SYMBOL_GPL vmlinux 0x3ff5a0ac snd_soc_pm_ops EXPORT_SYMBOL_GPL vmlinux 0x3ffa7932 regulator_lock EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next EXPORT_SYMBOL_GPL vmlinux 0x400d2e62 dev_pm_opp_find_freq_ceil_by_volt EXPORT_SYMBOL_GPL vmlinux 0x4013ae2f usb_add_gadget_udc -EXPORT_SYMBOL_GPL vmlinux 0x402bc6e3 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x403ab1c2 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x404f3825 pinmux_generic_get_function_name EXPORT_SYMBOL_GPL vmlinux 0x405521b2 device_for_each_child EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406c7280 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x407126d7 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x40760bad phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0x4077b9e6 usb_disable_autosuspend @@ -18497,9 +18503,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4089c57a nand_change_read_column_op EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free EXPORT_SYMBOL_GPL vmlinux 0x40b236da update_time -EXPORT_SYMBOL_GPL vmlinux 0x40c466fb ipv6_dup_options -EXPORT_SYMBOL_GPL vmlinux 0x40c4b6e5 ping_seq_next -EXPORT_SYMBOL_GPL vmlinux 0x40ca5de0 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x40d9de4a n_tty_inherit_ops EXPORT_SYMBOL_GPL vmlinux 0x40db98e2 dmi_kobj EXPORT_SYMBOL_GPL vmlinux 0x40e7e459 gpiod_direction_output @@ -18515,7 +18518,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings EXPORT_SYMBOL_GPL vmlinux 0x41628a87 divider_round_rate_parent EXPORT_SYMBOL_GPL vmlinux 0x416c2f50 __tracepoint_wbc_writepage EXPORT_SYMBOL_GPL vmlinux 0x4179ff7c regmap_noinc_write -EXPORT_SYMBOL_GPL vmlinux 0x417a3f47 skb_segment EXPORT_SYMBOL_GPL vmlinux 0x417cabc9 spi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval EXPORT_SYMBOL_GPL vmlinux 0x4187db9c remove_irq @@ -18535,6 +18537,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x42129c06 of_pm_clk_add_clks EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x423fd394 rio_mport_send_doorbell EXPORT_SYMBOL_GPL vmlinux 0x424b2de7 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x424d2420 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x42537123 driver_create_file EXPORT_SYMBOL_GPL vmlinux 0x425ac31b ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x4260cc1f component_unbind_all @@ -18546,7 +18549,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x42805044 thermal_zone_get_temp EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active EXPORT_SYMBOL_GPL vmlinux 0x42844a17 ata_sff_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0x42887525 sbitmap_queue_min_shallow_depth -EXPORT_SYMBOL_GPL vmlinux 0x428aca21 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x429962eb ata_noop_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x429f969b debugfs_create_file_unsafe EXPORT_SYMBOL_GPL vmlinux 0x42aadcce clk_register_divider_table @@ -18557,15 +18559,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x42ee45f8 snd_soc_put_volsw EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0x42f1c636 devm_spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs -EXPORT_SYMBOL_GPL vmlinux 0x42f7c947 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0x42fc2f49 dma_buf_export EXPORT_SYMBOL_GPL vmlinux 0x43018cc0 badblocks_store -EXPORT_SYMBOL_GPL vmlinux 0x4302b599 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x4304d823 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4311bf6a ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4312ddbf do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x431e6f71 snd_soc_bytes_info EXPORT_SYMBOL_GPL vmlinux 0x431e8d7e housekeeping_cpumask EXPORT_SYMBOL_GPL vmlinux 0x432d7374 fuse_conn_init EXPORT_SYMBOL_GPL vmlinux 0x437108f0 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x4375e1ad register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled EXPORT_SYMBOL_GPL vmlinux 0x4391f5d1 devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0x4394736e devm_regulator_register_notifier @@ -18575,7 +18578,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x43ad1cb4 clk_hw_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x43b6a855 ata_scsi_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x43bb6ef3 kthread_queue_delayed_work -EXPORT_SYMBOL_GPL vmlinux 0x43bda7e1 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x43c5aba3 ata_link_offline EXPORT_SYMBOL_GPL vmlinux 0x43c76cfc usb_sg_init EXPORT_SYMBOL_GPL vmlinux 0x43f1272b tty_set_termios @@ -18593,7 +18595,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x44471cdc snd_soc_free_ac97_component EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x44531e80 percpu_ref_kill_and_confirm EXPORT_SYMBOL_GPL vmlinux 0x4454bfe4 nvdimm_flush -EXPORT_SYMBOL_GPL vmlinux 0x445892ed pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0x44602026 dev_pm_opp_of_get_opp_desc_node EXPORT_SYMBOL_GPL vmlinux 0x44641553 device_find_child_by_name EXPORT_SYMBOL_GPL vmlinux 0x4469e9fa rio_bus_type @@ -18603,21 +18604,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x4482569b scatterwalk_copychunks EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe EXPORT_SYMBOL_GPL vmlinux 0x448c8553 spi_finalize_current_transfer EXPORT_SYMBOL_GPL vmlinux 0x448d6d9c hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x44b0160e nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x44b04523 nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0x44b18a9d led_init_core EXPORT_SYMBOL_GPL vmlinux 0x44ba1042 percpu_ref_resurrect EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44baf11f skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x44c8ea78 fscrypt_symlink_getattr EXPORT_SYMBOL_GPL vmlinux 0x44cc329b regulator_suspend_disable EXPORT_SYMBOL_GPL vmlinux 0x44ceeb76 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x44d7d45e led_trigger_store EXPORT_SYMBOL_GPL vmlinux 0x44e4827c gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x44e55dad ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x44ebdf25 rio_mport_class EXPORT_SYMBOL_GPL vmlinux 0x4501a4a1 clockevents_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen EXPORT_SYMBOL_GPL vmlinux 0x451e1f6a device_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0x45202d42 extcon_get_state -EXPORT_SYMBOL_GPL vmlinux 0x452f3367 xfrm_audit_state_icvfail -EXPORT_SYMBOL_GPL vmlinux 0x45361d01 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x45397b01 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x45496224 shmem_truncate_range EXPORT_SYMBOL_GPL vmlinux 0x454f6db2 of_usb_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x45512500 adp5520_unregister_notifier @@ -18628,11 +18632,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list EXPORT_SYMBOL_GPL vmlinux 0x4577ce75 pid_nr_ns EXPORT_SYMBOL_GPL vmlinux 0x458a3206 crypto_stats_rng_generate EXPORT_SYMBOL_GPL vmlinux 0x458f7c17 vfs_getxattr_alloc -EXPORT_SYMBOL_GPL vmlinux 0x45903d07 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x4595806c governor_sysfs_ops -EXPORT_SYMBOL_GPL vmlinux 0x459622cb vga_default_device -EXPORT_SYMBOL_GPL vmlinux 0x45a192f7 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x45a94e88 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x45b813d1 device_remove_properties +EXPORT_SYMBOL_GPL vmlinux 0x45bc2256 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x45c63859 bpf_trace_run1 EXPORT_SYMBOL_GPL vmlinux 0x45d07221 region_intersects EXPORT_SYMBOL_GPL vmlinux 0x45d3f920 debugfs_create_u8 @@ -18647,28 +18650,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name EXPORT_SYMBOL_GPL vmlinux 0x4644355d dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x4646beca crypto_alloc_rng EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x464d25b4 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x4650e1c3 ohci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x46630346 ahci_ops EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x468298fb usb_add_hcd EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x469f3459 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x46aa66f5 tty_release_struct EXPORT_SYMBOL_GPL vmlinux 0x46b53123 devm_add_action -EXPORT_SYMBOL_GPL vmlinux 0x46b5ccde devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0x46c76459 nand_ooblayout_lp_ops +EXPORT_SYMBOL_GPL vmlinux 0x46caf73e nd_tbl EXPORT_SYMBOL_GPL vmlinux 0x46d70e4a dma_max_mapping_size EXPORT_SYMBOL_GPL vmlinux 0x46d83a16 clk_hw_get_flags EXPORT_SYMBOL_GPL vmlinux 0x46e35460 is_software_node -EXPORT_SYMBOL_GPL vmlinux 0x46eab1ee pci_stop_root_bus -EXPORT_SYMBOL_GPL vmlinux 0x46f32ea7 ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x46f37e00 snd_soc_of_put_dai_link_codecs EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put EXPORT_SYMBOL_GPL vmlinux 0x46f9a92d vfs_submount EXPORT_SYMBOL_GPL vmlinux 0x4706ecc3 bpf_trace_run2 EXPORT_SYMBOL_GPL vmlinux 0x4709f486 cpufreq_cpu_get_raw -EXPORT_SYMBOL_GPL vmlinux 0x471557b8 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x471c5edb snd_soc_info_enum_double EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x4723bf84 devm_hwspin_lock_request @@ -18677,24 +18677,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem EXPORT_SYMBOL_GPL vmlinux 0x4745bb52 i2c_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x474dd449 i2c_match_id EXPORT_SYMBOL_GPL vmlinux 0x4752248f irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x475c3011 devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x475fabc8 tty_buffer_set_limit EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier EXPORT_SYMBOL_GPL vmlinux 0x476516f2 noop_backing_dev_info EXPORT_SYMBOL_GPL vmlinux 0x476626eb irq_chip_mask_parent EXPORT_SYMBOL_GPL vmlinux 0x476668c9 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x47725eee inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0x47780498 paste_selection EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0x47925794 idr_find EXPORT_SYMBOL_GPL vmlinux 0x47935ceb pm_relax -EXPORT_SYMBOL_GPL vmlinux 0x4798d1e8 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable -EXPORT_SYMBOL_GPL vmlinux 0x47a275ad pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux EXPORT_SYMBOL_GPL vmlinux 0x47eea4f2 gpiod_get_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x48020c1c irq_get_percpu_devid_partition -EXPORT_SYMBOL_GPL vmlinux 0x4805c5f7 pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x4805e9ff regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x481a958a skb_segment EXPORT_SYMBOL_GPL vmlinux 0x4831b190 cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0x483550af fuse_conn_get EXPORT_SYMBOL_GPL vmlinux 0x48395e31 snd_card_add_dev_attr @@ -18706,29 +18706,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting EXPORT_SYMBOL_GPL vmlinux 0x486e644a nvdimm_pmem_region_create EXPORT_SYMBOL_GPL vmlinux 0x48743d94 gpiochip_get_data EXPORT_SYMBOL_GPL vmlinux 0x488250d1 regmap_raw_write_async -EXPORT_SYMBOL_GPL vmlinux 0x4883c24d skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x4886654e __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0x488e1b1d mmc_get_ext_csd EXPORT_SYMBOL_GPL vmlinux 0x489015cf transport_configure_device EXPORT_SYMBOL_GPL vmlinux 0x4894f637 led_classdev_notify_brightness_hw_changed EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get EXPORT_SYMBOL_GPL vmlinux 0x48b6685d dev_pm_put_subsys_data -EXPORT_SYMBOL_GPL vmlinux 0x48b98ca0 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0x48bc0208 hwspin_lock_request_specific -EXPORT_SYMBOL_GPL vmlinux 0x48bd7ffd dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0x48c750b1 gfn_to_hva -EXPORT_SYMBOL_GPL vmlinux 0x48f81f26 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x48e3694f pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0x4913b34a sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x49163d01 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x491caef5 devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x4931d4ea sdhci_setup_host EXPORT_SYMBOL_GPL vmlinux 0x49326ef6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x49429dda pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x49431e72 irq_get_domain_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x494afd7b blk_mq_free_request EXPORT_SYMBOL_GPL vmlinux 0x49640a08 component_del EXPORT_SYMBOL_GPL vmlinux 0x496f7f2a perf_get_aux EXPORT_SYMBOL_GPL vmlinux 0x49726f15 crypto_grab_skcipher EXPORT_SYMBOL_GPL vmlinux 0x497550c9 soc_ac97_ops -EXPORT_SYMBOL_GPL vmlinux 0x4984d008 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4985eb7a __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue EXPORT_SYMBOL_GPL vmlinux 0x499d38f1 nd_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0x49a3910a vfs_kern_mount @@ -18739,7 +18738,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x49bcec7d phy_validate EXPORT_SYMBOL_GPL vmlinux 0x49bf7d46 of_pci_parse_bus_range EXPORT_SYMBOL_GPL vmlinux 0x49c77888 virtio_add_status EXPORT_SYMBOL_GPL vmlinux 0x49c91896 __hvc_resize -EXPORT_SYMBOL_GPL vmlinux 0x49dfa33d dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x49e90d0f pm_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x49f138ef iommu_dev_feature_enabled @@ -18756,23 +18754,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x4a4fa085 debugfs_create_x16 EXPORT_SYMBOL_GPL vmlinux 0x4a5b176f devm_irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x4a5ceb9d cpufreq_cpu_get EXPORT_SYMBOL_GPL vmlinux 0x4a92e3b1 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x4a9aac67 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x4aa0acf9 virtio_config_enable EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page EXPORT_SYMBOL_GPL vmlinux 0x4ab7cb3d __page_file_mapping -EXPORT_SYMBOL_GPL vmlinux 0x4ac5dd0c pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x4acf034a sched_trace_cfs_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4ad29211 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x4afcb887 add_page_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd EXPORT_SYMBOL_GPL vmlinux 0x4b2221a0 fsnotify_add_mark EXPORT_SYMBOL_GPL vmlinux 0x4b226ad8 posix_clock_unregister EXPORT_SYMBOL_GPL vmlinux 0x4b36833c cpu_device_create -EXPORT_SYMBOL_GPL vmlinux 0x4b3f5184 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4b588c01 __mmdrop EXPORT_SYMBOL_GPL vmlinux 0x4b6b0936 inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0x4b7d0143 dm_remap_zone_report EXPORT_SYMBOL_GPL vmlinux 0x4b87c618 led_stop_software_blink EXPORT_SYMBOL_GPL vmlinux 0x4bb4c67d crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x4bc03a1c pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0x4bd07421 snd_soc_dai_set_bclk_ratio EXPORT_SYMBOL_GPL vmlinux 0x4bdd961b fwnode_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x4be73da5 srcu_init_notifier_head @@ -18782,8 +18781,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x4bfee903 sata_link_resume EXPORT_SYMBOL_GPL vmlinux 0x4bffa55b usb_gadget_clear_selfpowered EXPORT_SYMBOL_GPL vmlinux 0x4c170151 devm_device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x4c2d0c70 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x4c38fbab pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x4c3f722c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x4c40d54a sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x4c43cc37 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c4c1afe generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module EXPORT_SYMBOL_GPL vmlinux 0x4c6c16f5 stmpe_set_bits EXPORT_SYMBOL_GPL vmlinux 0x4c748bfd pm_generic_poweroff @@ -18795,16 +18797,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x4c9ae0aa rio_request_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0x4cab5cdf __devm_of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0x4cb1071a pinctrl_dev_get_name EXPORT_SYMBOL_GPL vmlinux 0x4cb1cf44 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x4cb1eded pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x4cbb2eae serdev_device_write_flush EXPORT_SYMBOL_GPL vmlinux 0x4cc32e35 syscon_node_to_regmap EXPORT_SYMBOL_GPL vmlinux 0x4cd3e46d perf_aux_output_flag EXPORT_SYMBOL_GPL vmlinux 0x4ceca5ca usb_free_coherent EXPORT_SYMBOL_GPL vmlinux 0x4cf17d9a hrtimer_cancel EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor -EXPORT_SYMBOL_GPL vmlinux 0x4cf42204 ip6_input EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable EXPORT_SYMBOL_GPL vmlinux 0x4d03890f cec_allocate_adapter EXPORT_SYMBOL_GPL vmlinux 0x4d13a028 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x4d26f6ad pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x4d3687d9 alarm_forward EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues @@ -18814,7 +18817,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4d7c72b0 __pm_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x4d96c4e0 fuse_get_unique EXPORT_SYMBOL_GPL vmlinux 0x4da5f875 fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf -EXPORT_SYMBOL_GPL vmlinux 0x4dbc30ec skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string EXPORT_SYMBOL_GPL vmlinux 0x4df391d4 pm_qos_remove_request @@ -18840,24 +18842,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x4f313807 open_related_ns EXPORT_SYMBOL_GPL vmlinux 0x4f543ff9 mutex_lock_io EXPORT_SYMBOL_GPL vmlinux 0x4f5832ba sata_scr_write EXPORT_SYMBOL_GPL vmlinux 0x4f59e822 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4f5d8e7e free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options EXPORT_SYMBOL_GPL vmlinux 0x4f81b817 __tracepoint_br_fdb_add EXPORT_SYMBOL_GPL vmlinux 0x4f8bef73 ahci_shost_attrs EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x4fa46102 snd_soc_of_parse_daifmt -EXPORT_SYMBOL_GPL vmlinux 0x4fb21a90 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0x4fb4d0dd sata_sff_hardreset EXPORT_SYMBOL_GPL vmlinux 0x4fcb51b1 tps6586x_read EXPORT_SYMBOL_GPL vmlinux 0x4fd82dfb __module_text_address EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff09b08 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x4ff5973b ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x5005ddd3 cec_register_cec_notifier EXPORT_SYMBOL_GPL vmlinux 0x5012bccd ata_sff_dma_pause -EXPORT_SYMBOL_GPL vmlinux 0x5030cbd9 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x50433e70 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0x504e1b13 mmu_notifier_get_locked EXPORT_SYMBOL_GPL vmlinux 0x5079dcd8 securityfs_create_dir -EXPORT_SYMBOL_GPL vmlinux 0x507a1667 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x507b942a xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst EXPORT_SYMBOL_GPL vmlinux 0x508222fe sm501_find_clock EXPORT_SYMBOL_GPL vmlinux 0x508afef4 usb_anchor_suspend_wakeups @@ -18876,19 +18880,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x512e1414 rio_request_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x51410142 decode_rs16 EXPORT_SYMBOL_GPL vmlinux 0x514b182e regulator_force_disable -EXPORT_SYMBOL_GPL vmlinux 0x51649d29 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x5164ca66 usb_get_from_anchor EXPORT_SYMBOL_GPL vmlinux 0x516d6601 anon_transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x51754009 inet_hashinfo2_init_mod EXPORT_SYMBOL_GPL vmlinux 0x517cf8cb tpm1_do_selftest EXPORT_SYMBOL_GPL vmlinux 0x51a4455a device_reprobe EXPORT_SYMBOL_GPL vmlinux 0x51ae1482 __devm_create_dev_dax -EXPORT_SYMBOL_GPL vmlinux 0x51bafc55 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x51c44849 driver_register EXPORT_SYMBOL_GPL vmlinux 0x51d4fc28 serial8250_rpm_get EXPORT_SYMBOL_GPL vmlinux 0x51d5dfcc pm_clk_init EXPORT_SYMBOL_GPL vmlinux 0x51ecffea arizona_dev_exit -EXPORT_SYMBOL_GPL vmlinux 0x5218e390 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x521f5204 usb_hc_died EXPORT_SYMBOL_GPL vmlinux 0x521fd846 serdev_device_set_parity EXPORT_SYMBOL_GPL vmlinux 0x5224ce93 led_trigger_register @@ -18902,13 +18903,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table EXPORT_SYMBOL_GPL vmlinux 0x525662f2 thermal_generate_netlink_event EXPORT_SYMBOL_GPL vmlinux 0x525c4d73 dev_pm_opp_put_opp_table EXPORT_SYMBOL_GPL vmlinux 0x525e6615 irq_chip_unmask_parent -EXPORT_SYMBOL_GPL vmlinux 0x52741828 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x526b0b3a ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x52741d97 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x528ff007 nanddev_bbt_get_block_status EXPORT_SYMBOL_GPL vmlinux 0x52914609 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x5291b19b rockchip_pcie_parse_dt EXPORT_SYMBOL_GPL vmlinux 0x52b3e8a1 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x52ba15ab tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x52bd7758 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x52c1d718 gpiod_get_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put -EXPORT_SYMBOL_GPL vmlinux 0x52d895a3 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x52f9c164 fuse_abort_conn EXPORT_SYMBOL_GPL vmlinux 0x52fe02d8 tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0x53260244 devres_destroy @@ -18922,11 +18926,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x5364e58a gpiochip_line_is_persistent EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert EXPORT_SYMBOL_GPL vmlinux 0x5374321d usb_of_get_companion_dev EXPORT_SYMBOL_GPL vmlinux 0x5376c9d9 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x537ecfe1 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x538b3d52 snd_soc_jack_add_gpios EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str -EXPORT_SYMBOL_GPL vmlinux 0x53a82374 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x53ab14e4 nf_route EXPORT_SYMBOL_GPL vmlinux 0x53d0153a pinctrl_find_gpio_range_from_pin -EXPORT_SYMBOL_GPL vmlinux 0x53ece796 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x53f9f900 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x5427a641 ata_cable_80wire @@ -18939,17 +18944,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x548fe544 debugfs_file_get EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put EXPORT_SYMBOL_GPL vmlinux 0x54ad1463 usb_autopm_put_interface -EXPORT_SYMBOL_GPL vmlinux 0x54d975d0 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x54bb840a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x54d199be xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x54e9052c tracepoint_probe_register EXPORT_SYMBOL_GPL vmlinux 0x54f4b749 ahci_host_activate EXPORT_SYMBOL_GPL vmlinux 0x5502fc55 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x5509eab9 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x550baf52 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x550c11e7 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x55154e80 xhci_mtk_add_ep_quirk EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0x55438413 usb_hcd_unmap_urb_setup_for_dma EXPORT_SYMBOL_GPL vmlinux 0x5546d939 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x555a2ff5 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x555e0ac2 pwmchip_add_with_polarity EXPORT_SYMBOL_GPL vmlinux 0x5565078d __cpuhp_state_add_instance EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate @@ -18974,10 +18983,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status EXPORT_SYMBOL_GPL vmlinux 0x56387a6e fuse_send_init EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0x5653892e free_io_pgtable_ops -EXPORT_SYMBOL_GPL vmlinux 0x566d7b68 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x568e1558 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x5693b88f mtd_block_isreserved EXPORT_SYMBOL_GPL vmlinux 0x56993e8d kvm_clear_guest -EXPORT_SYMBOL_GPL vmlinux 0x569cb40e nf_queue EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem EXPORT_SYMBOL_GPL vmlinux 0x56b0e512 cn_add_callback EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress @@ -18990,19 +18998,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x56dd7c51 vring_transport_features EXPORT_SYMBOL_GPL vmlinux 0x56deade5 tty_port_link_device EXPORT_SYMBOL_GPL vmlinux 0x56e0818e iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter -EXPORT_SYMBOL_GPL vmlinux 0x56ede094 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0x56f1751d pinctrl_get_group_pins -EXPORT_SYMBOL_GPL vmlinux 0x57015a0b devlink_port_register -EXPORT_SYMBOL_GPL vmlinux 0x570190a8 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on EXPORT_SYMBOL_GPL vmlinux 0x572bf676 dev_pm_opp_unregister_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x573f916b skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x574bdf77 irq_chip_set_type_parent EXPORT_SYMBOL_GPL vmlinux 0x574e41ab irq_set_default_host EXPORT_SYMBOL_GPL vmlinux 0x57540218 screen_pos EXPORT_SYMBOL_GPL vmlinux 0x575d2866 mtd_is_partition EXPORT_SYMBOL_GPL vmlinux 0x575ed6de security_path_truncate EXPORT_SYMBOL_GPL vmlinux 0x57741408 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x577b294d __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x57860c81 md_do_sync EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove EXPORT_SYMBOL_GPL vmlinux 0x579d1400 of_get_phy_mode @@ -19018,7 +19025,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral EXPORT_SYMBOL_GPL vmlinux 0x57fc2d74 clockevents_register_device EXPORT_SYMBOL_GPL vmlinux 0x58124dc1 vchan_tx_submit EXPORT_SYMBOL_GPL vmlinux 0x581f0a9c dev_pm_opp_add -EXPORT_SYMBOL_GPL vmlinux 0x58252ebe pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x582e49bd mmc_send_tuning EXPORT_SYMBOL_GPL vmlinux 0x582ef33e wm8350_reg_read EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock @@ -19031,6 +19037,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info EXPORT_SYMBOL_GPL vmlinux 0x587a40ec sdhci_start_signal_voltage_switch EXPORT_SYMBOL_GPL vmlinux 0x587ac04d cpufreq_show_cpus EXPORT_SYMBOL_GPL vmlinux 0x588c25fb __pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x588da3f6 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x58a21200 watchdog_init_timeout EXPORT_SYMBOL_GPL vmlinux 0x58a4be7e pinctrl_utils_add_map_configs EXPORT_SYMBOL_GPL vmlinux 0x58ad9342 __dma_request_channel @@ -19039,12 +19046,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x58bc649b crypto_unregister_scomps EXPORT_SYMBOL_GPL vmlinux 0x58ca24cf badblocks_check EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove EXPORT_SYMBOL_GPL vmlinux 0x58e8cdda serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x58e93293 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x58eb85aa usb_phy_roothub_alloc EXPORT_SYMBOL_GPL vmlinux 0x59024ff1 regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0x5905a3db tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x592f969b devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x5933cad0 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0x5939835e ohci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x594839c3 ata_bmdma_irq_clear EXPORT_SYMBOL_GPL vmlinux 0x59577c5d serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x596bf9eb inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature EXPORT_SYMBOL_GPL vmlinux 0x5973fa39 bdi_dev_name EXPORT_SYMBOL_GPL vmlinux 0x597b2541 pl08x_filter_id @@ -19062,16 +19073,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x59ca718f usb_hcd_resume_root_hub EXPORT_SYMBOL_GPL vmlinux 0x59df6273 sock_zerocopy_put EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns EXPORT_SYMBOL_GPL vmlinux 0x59ebe735 nand_select_target -EXPORT_SYMBOL_GPL vmlinux 0x59ee7f3e inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x59f9c910 device_match_name EXPORT_SYMBOL_GPL vmlinux 0x5a0d417a devm_gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x5a15d343 nd_numa_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x5a256653 ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x5a276b1a pci_epf_bind EXPORT_SYMBOL_GPL vmlinux 0x5a280dfd devm_clk_register EXPORT_SYMBOL_GPL vmlinux 0x5a3422c8 dev_pm_enable_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x5a35643e tpm_chip_unregister EXPORT_SYMBOL_GPL vmlinux 0x5a3e0665 iommu_iova_to_phys EXPORT_SYMBOL_GPL vmlinux 0x5a437c02 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x5a4530f4 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del EXPORT_SYMBOL_GPL vmlinux 0x5a5b855a gfn_to_memslot EXPORT_SYMBOL_GPL vmlinux 0x5a5c6ac9 x509_cert_parse @@ -19093,23 +19105,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x5ac24451 unregister_kprobe EXPORT_SYMBOL_GPL vmlinux 0x5ac45eb4 of_irq_to_resource_table EXPORT_SYMBOL_GPL vmlinux 0x5accd14b pm_generic_thaw_early EXPORT_SYMBOL_GPL vmlinux 0x5adfb596 regulator_is_enabled_regmap -EXPORT_SYMBOL_GPL vmlinux 0x5ae9ab22 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0x5af3f9d0 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5b0d4358 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x5b0d9217 dma_wait_for_async_tx EXPORT_SYMBOL_GPL vmlinux 0x5b10241a bpf_trace_run5 -EXPORT_SYMBOL_GPL vmlinux 0x5b1da41d tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x5b12c95f strp_done EXPORT_SYMBOL_GPL vmlinux 0x5b1fac51 regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek -EXPORT_SYMBOL_GPL vmlinux 0x5b348159 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x5b27b769 strp_init EXPORT_SYMBOL_GPL vmlinux 0x5b39396c loop_backing_file +EXPORT_SYMBOL_GPL vmlinux 0x5b4b9756 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5b4d1e1e skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b810681 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x5ba8f89e omap_iommu_save_ctx EXPORT_SYMBOL_GPL vmlinux 0x5bb638f9 trace_array_destroy EXPORT_SYMBOL_GPL vmlinux 0x5bbb0aef skcipher_walk_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd -EXPORT_SYMBOL_GPL vmlinux 0x5bcc021e usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be17639 pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x5be446cd sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0x5bea2ead spi_slave_abort EXPORT_SYMBOL_GPL vmlinux 0x5bf9b413 tpm_tis_core_init @@ -19131,31 +19146,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c79e149 usb_autopm_put_interface_no_suspend EXPORT_SYMBOL_GPL vmlinux 0x5c84d1f6 mvebu_mbus_get_io_win_info EXPORT_SYMBOL_GPL vmlinux 0x5c8a39f2 of_dma_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x5c8ec740 device_move -EXPORT_SYMBOL_GPL vmlinux 0x5c9c5d5d tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x5c9fecfc irq_gc_ack_set_bit EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple -EXPORT_SYMBOL_GPL vmlinux 0x5cd07c9e ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x5cec4290 usb_gadget_unmap_request EXPORT_SYMBOL_GPL vmlinux 0x5cec7778 driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d08b46e dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x5d1a0a89 devm_snd_soc_register_component EXPORT_SYMBOL_GPL vmlinux 0x5d236ed7 snd_soc_tplg_widget_bind_event -EXPORT_SYMBOL_GPL vmlinux 0x5d297cb9 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0x5d3cecdb ima_file_check EXPORT_SYMBOL_GPL vmlinux 0x5d453391 irq_of_parse_and_map EXPORT_SYMBOL_GPL vmlinux 0x5d54ea8d mmc_app_cmd EXPORT_SYMBOL_GPL vmlinux 0x5d708f99 clk_register_mux_table EXPORT_SYMBOL_GPL vmlinux 0x5d7f2d56 uart_insert_char -EXPORT_SYMBOL_GPL vmlinux 0x5d851f48 pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x5d8a7196 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x5d8a98bb musb_get_mode EXPORT_SYMBOL_GPL vmlinux 0x5d9228ed edac_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0x5d9a10bf regcache_sync_region EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5db60252 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x5dc3ad56 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x5de34190 gfn_to_pfn_prot EXPORT_SYMBOL_GPL vmlinux 0x5de79c69 crypto_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0x5df778c5 __tracepoint_kfree_skb EXPORT_SYMBOL_GPL vmlinux 0x5dff6fda x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x5e0894f7 dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table EXPORT_SYMBOL_GPL vmlinux 0x5e12ecc1 __tracepoint_rpm_return_int EXPORT_SYMBOL_GPL vmlinux 0x5e1c47c9 led_set_brightness_sync @@ -19169,25 +19184,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x5e53680f ata_scsi_slave_destroy EXPORT_SYMBOL_GPL vmlinux 0x5e5f7e15 elv_rqhash_add EXPORT_SYMBOL_GPL vmlinux 0x5e67b71d evm_set_key EXPORT_SYMBOL_GPL vmlinux 0x5e7201c2 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x5e739a23 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val EXPORT_SYMBOL_GPL vmlinux 0x5e7cee72 cpufreq_freq_transition_end EXPORT_SYMBOL_GPL vmlinux 0x5e98b58d setfl -EXPORT_SYMBOL_GPL vmlinux 0x5e9df8ef ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x5eb1f38b of_usb_host_tpl_support EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5eed4c09 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x5ef2327b pm_genpd_init EXPORT_SYMBOL_GPL vmlinux 0x5eff06d7 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x5f0e540f bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource EXPORT_SYMBOL_GPL vmlinux 0x5f2491af usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5f28105c ip6_input EXPORT_SYMBOL_GPL vmlinux 0x5f2b31d8 of_dma_request_slave_channel EXPORT_SYMBOL_GPL vmlinux 0x5f370106 debugfs_create_devm_seqfile -EXPORT_SYMBOL_GPL vmlinux 0x5f37da6b __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x5f3b80e6 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x5f40f5e7 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0x5f4157c6 snd_soc_debugfs_root EXPORT_SYMBOL_GPL vmlinux 0x5f4360ab devfreq_event_enable_edev EXPORT_SYMBOL_GPL vmlinux 0x5f540d71 regulator_put -EXPORT_SYMBOL_GPL vmlinux 0x5f5cdbd9 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x5f6cf6fe fuse_dev_alloc EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private EXPORT_SYMBOL_GPL vmlinux 0x5f71010e of_prop_next_string @@ -19197,7 +19213,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5f81bb71 preempt_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x5f8600ac usb_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x5f8b909a crypto_remove_spawns EXPORT_SYMBOL_GPL vmlinux 0x5f9e1a1a __tracepoint_neigh_event_send_dead -EXPORT_SYMBOL_GPL vmlinux 0x5fb48c5b __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5fb50006 lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x5fb7b260 extcon_unregister_notifier_all EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start EXPORT_SYMBOL_GPL vmlinux 0x5fc2c660 hwrng_unregister @@ -19224,31 +19240,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x6097be07 crypto_alloc_shash EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x60a50814 irq_domain_pop_irq EXPORT_SYMBOL_GPL vmlinux 0x60a9dcf4 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x60bf606a tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x60f27fbf devm_hwmon_device_register_with_groups -EXPORT_SYMBOL_GPL vmlinux 0x60f88a0f devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x610a600a iomap_readpage EXPORT_SYMBOL_GPL vmlinux 0x610bdfb5 hwspin_lock_register EXPORT_SYMBOL_GPL vmlinux 0x6116fae9 led_trigger_show EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status EXPORT_SYMBOL_GPL vmlinux 0x612e950a ahci_sdev_attrs -EXPORT_SYMBOL_GPL vmlinux 0x6137286b ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x614150ff __tracepoint_devlink_hwerr EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all EXPORT_SYMBOL_GPL vmlinux 0x6150c37d led_trigger_event -EXPORT_SYMBOL_GPL vmlinux 0x616c7b2c udp4_lib_lookup_skb -EXPORT_SYMBOL_GPL vmlinux 0x61738dad devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add EXPORT_SYMBOL_GPL vmlinux 0x6182e378 pinctrl_count_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x618a6879 of_changeset_action EXPORT_SYMBOL_GPL vmlinux 0x618bdcab fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x61913317 xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x619b1857 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x619bef59 ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x619d14b0 snd_soc_component_disable_pin EXPORT_SYMBOL_GPL vmlinux 0x61acbe06 usb_gadget_activate EXPORT_SYMBOL_GPL vmlinux 0x61b14fbd sfp_register_upstream +EXPORT_SYMBOL_GPL vmlinux 0x61d9bbd9 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x61da5dd6 snd_soc_dapm_kcontrol_dapm -EXPORT_SYMBOL_GPL vmlinux 0x61f33267 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0x620fbe17 devm_power_supply_get_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x621d1d93 genphy_c45_read_status @@ -19266,51 +19281,44 @@ EXPORT_SYMBOL_GPL vmlinux 0x62ca5d7c platform_find_device_by_driver EXPORT_SYMBOL_GPL vmlinux 0x62ce7b88 cgroup_path_ns EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked EXPORT_SYMBOL_GPL vmlinux 0x62e2eac8 __hwspin_lock_timeout -EXPORT_SYMBOL_GPL vmlinux 0x62fa046f __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x6313a021 crypto_stats_akcipher_verify EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake EXPORT_SYMBOL_GPL vmlinux 0x632aba62 usb_remove_hcd -EXPORT_SYMBOL_GPL vmlinux 0x632bdf88 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x6338b1d0 regmap_get_device EXPORT_SYMBOL_GPL vmlinux 0x63468125 rio_pw_enable -EXPORT_SYMBOL_GPL vmlinux 0x634dbdc3 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x634e4f52 iommu_page_response EXPORT_SYMBOL_GPL vmlinux 0x636068a5 devm_devfreq_event_add_edev -EXPORT_SYMBOL_GPL vmlinux 0x63821984 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0x638714d8 led_compose_name EXPORT_SYMBOL_GPL vmlinux 0x638a85b3 nvmem_add_cell_table EXPORT_SYMBOL_GPL vmlinux 0x639acf3b pm_qos_request_active -EXPORT_SYMBOL_GPL vmlinux 0x639adb1b ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x639d58bf devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x63a15444 fsnotify_put_mark EXPORT_SYMBOL_GPL vmlinux 0x63b7c6ff ahci_platform_disable_regulators EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare EXPORT_SYMBOL_GPL vmlinux 0x63e14d80 usb_ep_clear_halt -EXPORT_SYMBOL_GPL vmlinux 0x63ece150 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x63f9fd43 platform_msi_domain_alloc_irqs -EXPORT_SYMBOL_GPL vmlinux 0x63fba542 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x63ffc348 devm_gpiod_unhinge EXPORT_SYMBOL_GPL vmlinux 0x6410c979 tpm_get_random EXPORT_SYMBOL_GPL vmlinux 0x641804bd component_master_add_with_match EXPORT_SYMBOL_GPL vmlinux 0x641e4097 iommu_report_device_fault EXPORT_SYMBOL_GPL vmlinux 0x641fd259 ahci_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 -EXPORT_SYMBOL_GPL vmlinux 0x642744f1 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x642a4378 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x643fd80e nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0x644b00be blk_add_driver_data EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq -EXPORT_SYMBOL_GPL vmlinux 0x644f2782 pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x64514cd5 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6457c8ed pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x648b3de4 crypto_shash_setkey EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous EXPORT_SYMBOL_GPL vmlinux 0x6492c575 pm_clk_resume EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested -EXPORT_SYMBOL_GPL vmlinux 0x64a5a68f lwtunnel_fill_encap -EXPORT_SYMBOL_GPL vmlinux 0x64b48213 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x64ba3276 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove EXPORT_SYMBOL_GPL vmlinux 0x64c1d8ec devm_clk_bulk_get_optional -EXPORT_SYMBOL_GPL vmlinux 0x64c229ad ip6_datagram_recv_ctl -EXPORT_SYMBOL_GPL vmlinux 0x64c28c34 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x64c897a0 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x64cdf082 xas_load EXPORT_SYMBOL_GPL vmlinux 0x64d33e94 snd_soc_bytes_info_ext EXPORT_SYMBOL_GPL vmlinux 0x64f71383 snd_soc_dapm_sync @@ -19318,18 +19326,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x64ffd650 of_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x65069e37 ata_scsi_slave_config EXPORT_SYMBOL_GPL vmlinux 0x653e1c8d snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x654a9787 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x657ea1f0 kstrdup_quotable_cmdline EXPORT_SYMBOL_GPL vmlinux 0x658f5ab4 dma_get_slave_channel EXPORT_SYMBOL_GPL vmlinux 0x6594735c devm_nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0x6595cd92 devm_nsio_enable EXPORT_SYMBOL_GPL vmlinux 0x659cf183 ptp_classify_raw -EXPORT_SYMBOL_GPL vmlinux 0x65a27e0e skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x65a53320 irq_chip_set_wake_parent EXPORT_SYMBOL_GPL vmlinux 0x65a74551 phy_exit EXPORT_SYMBOL_GPL vmlinux 0x65bafaf8 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x65bd7fb4 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x65c45fab skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers -EXPORT_SYMBOL_GPL vmlinux 0x65e2fd1b lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x65e3ec3e device_add_groups EXPORT_SYMBOL_GPL vmlinux 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL vmlinux 0x65f47cd5 snd_compress_register @@ -19347,17 +19356,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x66544fab regulator_bulk_enable EXPORT_SYMBOL_GPL vmlinux 0x66566b75 ahci_platform_disable_clks EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle EXPORT_SYMBOL_GPL vmlinux 0x66772039 clk_hw_unregister_fixed_rate -EXPORT_SYMBOL_GPL vmlinux 0x6679ffbc ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr -EXPORT_SYMBOL_GPL vmlinux 0x66dcbc49 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0x66f3a60f nanddev_bbt_update EXPORT_SYMBOL_GPL vmlinux 0x66f5fe89 tcp_orphan_count EXPORT_SYMBOL_GPL vmlinux 0x66fbd933 crypto_stats_kpp_set_secret EXPORT_SYMBOL_GPL vmlinux 0x66fc2bc0 badrange_add EXPORT_SYMBOL_GPL vmlinux 0x6708a846 iommu_sva_set_ops -EXPORT_SYMBOL_GPL vmlinux 0x67229875 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x672771e0 crypto_unregister_algs EXPORT_SYMBOL_GPL vmlinux 0x672c1177 find_symbol EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key @@ -19365,31 +19371,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x673f401a user_describe EXPORT_SYMBOL_GPL vmlinux 0x6745ff48 ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0x6748aa73 of_reconfig_get_state_change EXPORT_SYMBOL_GPL vmlinux 0x6757510a blk_mq_request_completed +EXPORT_SYMBOL_GPL vmlinux 0x67663838 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x676b9193 firmware_config_table -EXPORT_SYMBOL_GPL vmlinux 0x67755617 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0x677ca5ce pm_generic_runtime_suspend EXPORT_SYMBOL_GPL vmlinux 0x677ed062 dm_post_suspending -EXPORT_SYMBOL_GPL vmlinux 0x67814fe1 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key -EXPORT_SYMBOL_GPL vmlinux 0x67838730 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits EXPORT_SYMBOL_GPL vmlinux 0x6795e04a serial8250_do_set_divisor EXPORT_SYMBOL_GPL vmlinux 0x6796fcde of_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x67a459e5 handle_fasteoi_nmi EXPORT_SYMBOL_GPL vmlinux 0x67affdf6 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x67b12f46 fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0x67b852c4 device_get_child_node_count -EXPORT_SYMBOL_GPL vmlinux 0x67bcc283 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x67c40b81 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x67c697ef devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash -EXPORT_SYMBOL_GPL vmlinux 0x6803c639 tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x68099d88 usb_of_get_device_node EXPORT_SYMBOL_GPL vmlinux 0x680ff025 kvm_unmap_gfn -EXPORT_SYMBOL_GPL vmlinux 0x68195630 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0x681b61fc pci_epc_clear_bar -EXPORT_SYMBOL_GPL vmlinux 0x682387dd inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x6847f6df shash_ahash_finup -EXPORT_SYMBOL_GPL vmlinux 0x686197e1 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x68758fda nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x687a93a7 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed EXPORT_SYMBOL_GPL vmlinux 0x6894835c __tracepoint_pelt_rt_tp EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch @@ -19398,7 +19400,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x68a14bdb usb_gadget_wakeup EXPORT_SYMBOL_GPL vmlinux 0x68abddc7 usb_autopm_put_interface_async EXPORT_SYMBOL_GPL vmlinux 0x68c89020 of_pci_get_max_link_speed EXPORT_SYMBOL_GPL vmlinux 0x68f37e9f __tracepoint_neigh_update -EXPORT_SYMBOL_GPL vmlinux 0x690f4cde pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies EXPORT_SYMBOL_GPL vmlinux 0x69171b78 irq_domain_free_irqs_parent @@ -19408,35 +19409,39 @@ EXPORT_SYMBOL_GPL vmlinux 0x69229cd2 devm_thermal_zone_of_sensor_unregister EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync EXPORT_SYMBOL_GPL vmlinux 0x6929ff1f usb_role_switch_register EXPORT_SYMBOL_GPL vmlinux 0x692a4f08 idr_alloc -EXPORT_SYMBOL_GPL vmlinux 0x69316327 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x69399844 rio_request_dma EXPORT_SYMBOL_GPL vmlinux 0x693bd5f4 devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694b9128 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host EXPORT_SYMBOL_GPL vmlinux 0x6959366f mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x695f6060 lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init EXPORT_SYMBOL_GPL vmlinux 0x6979aa9b sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc EXPORT_SYMBOL_GPL vmlinux 0x6985a356 irq_setup_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x69935c65 device_get_dma_attr EXPORT_SYMBOL_GPL vmlinux 0x69996f7c tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x6999e42c skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x699b2ad1 debugfs_create_u64 EXPORT_SYMBOL_GPL vmlinux 0x699eb56b ata_dummy_port_info EXPORT_SYMBOL_GPL vmlinux 0x69a8941d i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x69b2314c rockchip_pcie_enable_clocks EXPORT_SYMBOL_GPL vmlinux 0x69dd6b69 blkcg_root_css EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen EXPORT_SYMBOL_GPL vmlinux 0x69f00418 extcon_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x69fdfab4 edac_raw_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0x6a059423 crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0c6f2a rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a1267ee lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x6a13e3b5 phy_modify EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x6a2896c6 disk_part_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x6a2971e1 crypto_shash_update EXPORT_SYMBOL_GPL vmlinux 0x6a2a35b7 device_property_present EXPORT_SYMBOL_GPL vmlinux 0x6a2ffc56 devm_regulator_bulk_register_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0x6a40174f skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x6a45c886 crypto_stats_akcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout EXPORT_SYMBOL_GPL vmlinux 0x6a49c58b fat_alloc_new_dir @@ -19447,15 +19452,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a6e5d85 ata_bmdma_status EXPORT_SYMBOL_GPL vmlinux 0x6a761a71 tpm_pcr_extend EXPORT_SYMBOL_GPL vmlinux 0x6a771b64 kset_create_and_add EXPORT_SYMBOL_GPL vmlinux 0x6a7c0cae cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x6a85972d uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x6a860697 ahci_platform_suspend_host EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0x6ab1c8bb xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6ac9f0ee lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x6acea4fe dev_pm_qos_hide_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x6ad304b1 dev_pm_opp_get_level EXPORT_SYMBOL_GPL vmlinux 0x6adb5b2f get_mtd_device EXPORT_SYMBOL_GPL vmlinux 0x6ae641b6 alarm_expires_remaining EXPORT_SYMBOL_GPL vmlinux 0x6aed5ed8 mbox_client_txdone -EXPORT_SYMBOL_GPL vmlinux 0x6aeeb986 devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0x6af60098 dm_internal_resume_fast EXPORT_SYMBOL_GPL vmlinux 0x6afced97 crypto_unregister_rngs EXPORT_SYMBOL_GPL vmlinux 0x6aff28c2 vc_scrolldelta_helper @@ -19465,6 +19471,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down EXPORT_SYMBOL_GPL vmlinux 0x6b47ea9c of_irq_get_byname EXPORT_SYMBOL_GPL vmlinux 0x6b4d21f6 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x6b53a9ea xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x6b72e663 rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier EXPORT_SYMBOL_GPL vmlinux 0x6bc145b3 find_module @@ -19475,8 +19482,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6bfad17f usb_ep_enable EXPORT_SYMBOL_GPL vmlinux 0x6c010a3e arizona_of_get_type EXPORT_SYMBOL_GPL vmlinux 0x6c05150f rio_release_outb_mbox EXPORT_SYMBOL_GPL vmlinux 0x6c23f4ef free_rs -EXPORT_SYMBOL_GPL vmlinux 0x6c282f86 strp_done -EXPORT_SYMBOL_GPL vmlinux 0x6c2f6b70 ping_err EXPORT_SYMBOL_GPL vmlinux 0x6c3a2146 css_next_descendant_pre EXPORT_SYMBOL_GPL vmlinux 0x6c3b884a clk_multiplier_ops EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen @@ -19488,6 +19493,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert EXPORT_SYMBOL_GPL vmlinux 0x6c64d9e1 omap_iommu_domain_activate EXPORT_SYMBOL_GPL vmlinux 0x6c68f622 __module_address EXPORT_SYMBOL_GPL vmlinux 0x6c6d146d serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x6c795ac6 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x6c853909 generic_fh_to_dentry EXPORT_SYMBOL_GPL vmlinux 0x6c90c85d arizona_clk32k_enable EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain @@ -19495,11 +19501,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x6caf96e7 max8997_update_reg EXPORT_SYMBOL_GPL vmlinux 0x6cbf868e usb_hub_claim_port EXPORT_SYMBOL_GPL vmlinux 0x6cc013d9 nvdimm_bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats -EXPORT_SYMBOL_GPL vmlinux 0x6cd9f6b0 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6cdbd776 udp_abort EXPORT_SYMBOL_GPL vmlinux 0x6ce0e3b5 dm_get_md -EXPORT_SYMBOL_GPL vmlinux 0x6ce3163e skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x6ceeb28c of_dma_xlate_by_chan_id EXPORT_SYMBOL_GPL vmlinux 0x6cfa9bfb cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6d04bb79 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x6d0b8c5e percpu_ref_switch_to_atomic_sync EXPORT_SYMBOL_GPL vmlinux 0x6d0f2f1b of_get_display_timing @@ -19507,11 +19513,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x6d11a3b2 sata_scr_valid EXPORT_SYMBOL_GPL vmlinux 0x6d1fbe25 snd_soc_card_get_kcontrol EXPORT_SYMBOL_GPL vmlinux 0x6d239961 dev_pm_opp_put_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x6d253dca dmi_match -EXPORT_SYMBOL_GPL vmlinux 0x6d2a03ed devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d4973d6 usb_deregister_dev EXPORT_SYMBOL_GPL vmlinux 0x6d588146 usb_gadget_vbus_disconnect -EXPORT_SYMBOL_GPL vmlinux 0x6d69f35e sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x6d8075b1 ahash_attr_alg @@ -19532,15 +19536,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x6dd3ef6b trace_event_reg EXPORT_SYMBOL_GPL vmlinux 0x6dd49553 rio_unregister_mport EXPORT_SYMBOL_GPL vmlinux 0x6ddc5519 software_node_unregister_nodes EXPORT_SYMBOL_GPL vmlinux 0x6df1a990 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x6df37c42 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0x6dfabed1 sbitmap_add_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x6e0a8d75 mnt_want_write_file -EXPORT_SYMBOL_GPL vmlinux 0x6e0b7359 rockchip_pcie_cfg_configuration_accesses EXPORT_SYMBOL_GPL vmlinux 0x6e0ebd7c iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0x6e2d4556 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6e2dc69b __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0x6e359020 nvmem_cell_read_u16 EXPORT_SYMBOL_GPL vmlinux 0x6e39ee2f tpm_tis_remove EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free +EXPORT_SYMBOL_GPL vmlinux 0x6e4e2cea dw_pcie_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x6e5296e6 blkcg_activate_policy EXPORT_SYMBOL_GPL vmlinux 0x6e556895 kvm_vcpu_gfn_to_hva EXPORT_SYMBOL_GPL vmlinux 0x6e58dd13 to_nvdimm_bus @@ -19570,7 +19576,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6f1b7514 debugfs_remove_recursive EXPORT_SYMBOL_GPL vmlinux 0x6f3cfa56 blk_rq_err_bytes EXPORT_SYMBOL_GPL vmlinux 0x6f42ba7e snd_soc_dapm_put_volsw EXPORT_SYMBOL_GPL vmlinux 0x6f45a8a6 snd_soc_dapm_new_controls -EXPORT_SYMBOL_GPL vmlinux 0x6f49f0f9 pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0x6f4a6a75 ahci_fill_cmd_slot EXPORT_SYMBOL_GPL vmlinux 0x6f584de0 __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0x6f5e6e3b bpfilter_ops @@ -19580,14 +19585,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x6f618f88 relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0x6f76a811 regulator_get_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0x6f78a804 usb_hcd_giveback_urb EXPORT_SYMBOL_GPL vmlinux 0x6f918063 regulator_map_voltage_ascend -EXPORT_SYMBOL_GPL vmlinux 0x6f93afef rtnl_delete_link -EXPORT_SYMBOL_GPL vmlinux 0x6f93e197 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x6f9b9a91 gpiod_export_link EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fa99aea power_supply_register_no_ws EXPORT_SYMBOL_GPL vmlinux 0x6fb7e313 asic3_write_register EXPORT_SYMBOL_GPL vmlinux 0x6fbb8486 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x6fc4667d ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x6fc8c65b device_register +EXPORT_SYMBOL_GPL vmlinux 0x6fd33cb9 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x6fe5e6ee fixed_phy_set_link_update EXPORT_SYMBOL_GPL vmlinux 0x6fe9c8a4 ata_common_sdev_attrs EXPORT_SYMBOL_GPL vmlinux 0x6fef3e9d snd_soc_dpcm_get_substream @@ -19607,7 +19612,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7084ee84 cec_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x708e62f7 fat_sync_inode EXPORT_SYMBOL_GPL vmlinux 0x708f08c4 mtd_block_markbad EXPORT_SYMBOL_GPL vmlinux 0x709995b3 crypto_aead_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x709c2084 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x70b504c6 __page_file_index EXPORT_SYMBOL_GPL vmlinux 0x70b575e6 list_lru_walk_node EXPORT_SYMBOL_GPL vmlinux 0x70c00ee1 tracing_snapshot_cond_disable @@ -19616,7 +19620,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time EXPORT_SYMBOL_GPL vmlinux 0x70c700d0 crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0x70c94161 of_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq -EXPORT_SYMBOL_GPL vmlinux 0x70d0cfa5 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x70dea41a fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x70ee2849 fat_scan EXPORT_SYMBOL_GPL vmlinux 0x70f79b67 ahci_handle_port_intr EXPORT_SYMBOL_GPL vmlinux 0x710ae21f fscrypt_get_symlink @@ -19640,7 +19644,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x71a222e4 nvdimm_blk_region_create EXPORT_SYMBOL_GPL vmlinux 0x71b25117 extcon_get_extcon_dev EXPORT_SYMBOL_GPL vmlinux 0x71b35c88 mbox_request_channel_byname EXPORT_SYMBOL_GPL vmlinux 0x71b560c2 blkg_print_stat_bytes_recursive -EXPORT_SYMBOL_GPL vmlinux 0x71bc5100 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x71c466a4 regulator_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x71e2f28f dapm_regulator_event EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check @@ -19660,26 +19663,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x72df1325 ata_platform_remove_one EXPORT_SYMBOL_GPL vmlinux 0x72e77c63 device_match_any EXPORT_SYMBOL_GPL vmlinux 0x72ef39ad edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0x72fe08dc ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x7300a3b3 rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x730255f8 scsi_ioctl_block_when_processing_errors EXPORT_SYMBOL_GPL vmlinux 0x73115a2a disk_get_part EXPORT_SYMBOL_GPL vmlinux 0x731c2427 fwnode_get_next_available_child_node EXPORT_SYMBOL_GPL vmlinux 0x731da7dc ata_scsi_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x732976f3 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x7334fc8e devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x7335aa78 dev_pm_opp_of_remove_table EXPORT_SYMBOL_GPL vmlinux 0x73414fab devm_free_pages EXPORT_SYMBOL_GPL vmlinux 0x734349df devm_regulator_register -EXPORT_SYMBOL_GPL vmlinux 0x736fbdb9 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x739230ff relay_close EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports EXPORT_SYMBOL_GPL vmlinux 0x73a60b34 ata_bmdma_port_intr EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73d944e1 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0x73dadfe3 bgpio_init EXPORT_SYMBOL_GPL vmlinux 0x73dcb5c8 cec_received_msg_ts EXPORT_SYMBOL_GPL vmlinux 0x73de1ada driver_find EXPORT_SYMBOL_GPL vmlinux 0x73edd7ca blkdev_nr_zones -EXPORT_SYMBOL_GPL vmlinux 0x73f32398 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x7404ffb5 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7408fe4a devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x7412ab46 of_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0x74188bab bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0x74343aff ata_bmdma_post_internal_cmd @@ -19692,11 +19697,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x74b1aae3 bsg_job_done EXPORT_SYMBOL_GPL vmlinux 0x74b5279d blockdev_superblock EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on -EXPORT_SYMBOL_GPL vmlinux 0x74c9343e skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x74da7d72 pwm_adjust_config EXPORT_SYMBOL_GPL vmlinux 0x74dbb719 i2c_dw_prepare_clk EXPORT_SYMBOL_GPL vmlinux 0x74e2181a tpm_calc_ordinal_duration -EXPORT_SYMBOL_GPL vmlinux 0x74ebb00c sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x74f14b6c encode_rs8 EXPORT_SYMBOL_GPL vmlinux 0x74f176bc genphy_c45_config_aneg EXPORT_SYMBOL_GPL vmlinux 0x74f5b0b9 __fscrypt_prepare_symlink @@ -19705,19 +19708,17 @@ EXPORT_SYMBOL_GPL vmlinux 0x75086c3d encrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x7513b5ec __iowrite32_copy EXPORT_SYMBOL_GPL vmlinux 0x751c4709 ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status -EXPORT_SYMBOL_GPL vmlinux 0x7522fe7d skb_morph EXPORT_SYMBOL_GPL vmlinux 0x7525784a regulator_list_hardware_vsel EXPORT_SYMBOL_GPL vmlinux 0x753c4788 nanddev_bbt_set_block_status EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send EXPORT_SYMBOL_GPL vmlinux 0x756d9914 phy_optional_get -EXPORT_SYMBOL_GPL vmlinux 0x756e0e08 pci_create_slot -EXPORT_SYMBOL_GPL vmlinux 0x758f8ea4 __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0x75913576 genphy_c45_aneg_done EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759ba652 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x759bb9da devm_clk_unregister -EXPORT_SYMBOL_GPL vmlinux 0x75b00b0b ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0x75b6f4e6 snd_soc_dai_set_channel_map EXPORT_SYMBOL_GPL vmlinux 0x75bf6cc0 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x75bf78cd inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove EXPORT_SYMBOL_GPL vmlinux 0x75e37a8d platform_device_register_full @@ -19726,6 +19727,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter EXPORT_SYMBOL_GPL vmlinux 0x760b5750 dpm_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x76220e53 snd_soc_new_compress EXPORT_SYMBOL_GPL vmlinux 0x762a6f42 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x7645ea95 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x76475072 dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x7649cc7f crypto_stats_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x76554320 preempt_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x765c0f87 devfreq_event_set_event @@ -19733,10 +19736,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x765ff585 kvm_read_guest_page EXPORT_SYMBOL_GPL vmlinux 0x7664ce86 __mnt_drop_write EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key EXPORT_SYMBOL_GPL vmlinux 0x76718034 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x76729ab4 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier -EXPORT_SYMBOL_GPL vmlinux 0x768dcf70 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x769518d6 of_property_read_variable_u16_array -EXPORT_SYMBOL_GPL vmlinux 0x76a6db39 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x76bea20d tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x76c24707 of_irq_get EXPORT_SYMBOL_GPL vmlinux 0x76cc2345 get_current_tty EXPORT_SYMBOL_GPL vmlinux 0x76cf9deb devm_i2c_new_dummy_device @@ -19750,9 +19753,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x77078f2c xdp_rxq_info_is_reg EXPORT_SYMBOL_GPL vmlinux 0x771838b8 mtd_table_mutex EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register EXPORT_SYMBOL_GPL vmlinux 0x772e2c26 xas_set_mark -EXPORT_SYMBOL_GPL vmlinux 0x773b0f54 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x774147f9 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x7744d0b1 tracing_snapshot_cond -EXPORT_SYMBOL_GPL vmlinux 0x77497b8e devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister EXPORT_SYMBOL_GPL vmlinux 0x775bc353 crypto_unregister_kpp EXPORT_SYMBOL_GPL vmlinux 0x775eeb1c sbitmap_resize @@ -19766,9 +19768,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x779c69d3 bdev_write_page EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare EXPORT_SYMBOL_GPL vmlinux 0x77d4a35c kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x77dfe8e5 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x77f9321c device_create_vargs EXPORT_SYMBOL_GPL vmlinux 0x77faa6d5 dmaengine_unmap_put -EXPORT_SYMBOL_GPL vmlinux 0x78216b1e pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x78030c22 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x7823f5dc sprint_OID EXPORT_SYMBOL_GPL vmlinux 0x782856b7 device_show_bool EXPORT_SYMBOL_GPL vmlinux 0x7838ad7c sdio_readw @@ -19779,13 +19782,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x785518ef rio_mport_get_physefb EXPORT_SYMBOL_GPL vmlinux 0x78597067 sata_link_hardreset EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available EXPORT_SYMBOL_GPL vmlinux 0x7862af28 hisi_clk_register_phase -EXPORT_SYMBOL_GPL vmlinux 0x78636207 inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0x786d1c2c list_lru_add EXPORT_SYMBOL_GPL vmlinux 0x7895655b dev_coredumpm -EXPORT_SYMBOL_GPL vmlinux 0x789f7ad6 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x78afca34 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x78b9ebe5 blk_register_queue -EXPORT_SYMBOL_GPL vmlinux 0x78c0fe38 pcie_bus_configure_settings -EXPORT_SYMBOL_GPL vmlinux 0x78c6485b raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x78d000e2 pinctrl_force_default EXPORT_SYMBOL_GPL vmlinux 0x78d2ab49 snd_soc_jack_report EXPORT_SYMBOL_GPL vmlinux 0x78e45a92 of_modalias_node @@ -19799,26 +19799,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x793a93dc raw_v6_hashinfo EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off EXPORT_SYMBOL_GPL vmlinux 0x79459457 setup_irq EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x7947244c __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x7947b0f7 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot -EXPORT_SYMBOL_GPL vmlinux 0x794b95cc nexthop_for_each_fib6_nh -EXPORT_SYMBOL_GPL vmlinux 0x7952eb94 fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x79565520 crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0x79566920 get_kernel_pages EXPORT_SYMBOL_GPL vmlinux 0x799e7e82 dma_request_chan_by_mask EXPORT_SYMBOL_GPL vmlinux 0x79a0d1ce extcon_dev_free EXPORT_SYMBOL_GPL vmlinux 0x79a47361 led_classdev_resume -EXPORT_SYMBOL_GPL vmlinux 0x79c7f2a6 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x79cf3ecd gpiod_set_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0x79ea0da6 of_reserved_mem_lookup -EXPORT_SYMBOL_GPL vmlinux 0x79f4dec2 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x79f0a2d1 ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0x79f5fdf2 ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0x79f9176a regmap_fields_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x7a053e3e nvdimm_bus_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x7a2369d4 device_store_int -EXPORT_SYMBOL_GPL vmlinux 0x7a25ce40 dw_pcie_host_deinit EXPORT_SYMBOL_GPL vmlinux 0x7a4e633c regmap_multi_reg_write EXPORT_SYMBOL_GPL vmlinux 0x7a56331a rdev_set_badblocks EXPORT_SYMBOL_GPL vmlinux 0x7a5ab51b gpiod_count @@ -19828,13 +19825,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x7a688986 spi_alloc_device EXPORT_SYMBOL_GPL vmlinux 0x7a68af8b da903x_clr_bits EXPORT_SYMBOL_GPL vmlinux 0x7a6d39fe serial8250_init_port EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a74f3d6 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x7a7917ec musb_interrupt EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc EXPORT_SYMBOL_GPL vmlinux 0x7a807d52 platform_get_irq_optional EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie EXPORT_SYMBOL_GPL vmlinux 0x7a847ae3 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x7a8eb4ff usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0x7a9405aa sec_irq_init -EXPORT_SYMBOL_GPL vmlinux 0x7aa1aa24 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x7ab0e836 snd_soc_put_volsw_sx EXPORT_SYMBOL_GPL vmlinux 0x7ab22369 fb_deferred_io_open EXPORT_SYMBOL_GPL vmlinux 0x7ac0e664 usb_reset_configuration @@ -19861,7 +19859,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7b944c5f srcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x7b957eb2 of_property_read_variable_u8_array EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us EXPORT_SYMBOL_GPL vmlinux 0x7b99c300 __rio_local_read_config_16 -EXPORT_SYMBOL_GPL vmlinux 0x7ba3a9f2 usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0x7ba8816f devm_of_clk_add_hw_provider EXPORT_SYMBOL_GPL vmlinux 0x7bab6124 clk_regmap_divider_ro_ops EXPORT_SYMBOL_GPL vmlinux 0x7baff744 arizona_dev_init @@ -19873,21 +19870,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x7beae2ce platform_get_resource_byname EXPORT_SYMBOL_GPL vmlinux 0x7bed3c6e mtd_wunit_to_pairing_info EXPORT_SYMBOL_GPL vmlinux 0x7c0fbae7 i2c_bus_type EXPORT_SYMBOL_GPL vmlinux 0x7c1345b2 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x7c2055a0 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x7c215f51 ata_eh_qc_complete EXPORT_SYMBOL_GPL vmlinux 0x7c351ea0 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0x7c403969 srcutorture_get_gp_data -EXPORT_SYMBOL_GPL vmlinux 0x7c414a15 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c4789cb ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x7c487a1c regulator_get EXPORT_SYMBOL_GPL vmlinux 0x7c525c64 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x7c61f46f switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x7c6d0df8 vfs_getxattr -EXPORT_SYMBOL_GPL vmlinux 0x7c6d1ffe ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x7c72e129 wm8350_block_read EXPORT_SYMBOL_GPL vmlinux 0x7c7d24d0 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c8ae887 screen_glyph EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare -EXPORT_SYMBOL_GPL vmlinux 0x7ca282bf lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ca0574a devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x7caf7b82 fat_free_clusters EXPORT_SYMBOL_GPL vmlinux 0x7cbfc8c2 shmem_read_mapping_page_gfp EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver @@ -19898,6 +19897,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ced6aa2 sdhci_set_power_noreg EXPORT_SYMBOL_GPL vmlinux 0x7cf0b076 phy_led_triggers_unregister EXPORT_SYMBOL_GPL vmlinux 0x7cf6baad cpufreq_enable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d02801d ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x7d0e76d9 usb_hcd_is_primary_hcd EXPORT_SYMBOL_GPL vmlinux 0x7d3294a6 pm_generic_resume_noirq EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq @@ -19913,7 +19913,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x7da595a0 __srcu_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x7da7ccd4 sched_trace_rd_span EXPORT_SYMBOL_GPL vmlinux 0x7dbb755d sata_scr_read EXPORT_SYMBOL_GPL vmlinux 0x7dbfecb4 get_cpu_device -EXPORT_SYMBOL_GPL vmlinux 0x7dc46b35 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x7dd29501 regulator_suspend_enable EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0x7deb2f2f ata_sas_scsi_ioctl @@ -19922,9 +19921,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x7e0c8d51 of_device_uevent_modalias EXPORT_SYMBOL_GPL vmlinux 0x7e14856d modify_user_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x7e28e631 snd_soc_register_component EXPORT_SYMBOL_GPL vmlinux 0x7e5079a1 scsi_register_device_handler -EXPORT_SYMBOL_GPL vmlinux 0x7e50ee62 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x7e57ec74 fat_add_entries EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e5df835 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk EXPORT_SYMBOL_GPL vmlinux 0x7e61a2e0 rtc_update_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time @@ -19942,15 +19941,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ec0b85f cpufreq_dbs_governor_exit EXPORT_SYMBOL_GPL vmlinux 0x7ed6476a probe_kernel_write EXPORT_SYMBOL_GPL vmlinux 0x7ee5d668 ti_cm_get_macid EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eef983e ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x7f1d8b29 class_dev_iter_next -EXPORT_SYMBOL_GPL vmlinux 0x7f4ec125 pciserial_init_ports -EXPORT_SYMBOL_GPL vmlinux 0x7f6fac0d fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x7f73fe07 fsnotify_get_group EXPORT_SYMBOL_GPL vmlinux 0x7f781cfb snd_soc_component_init_regmap EXPORT_SYMBOL_GPL vmlinux 0x7f7c6860 of_clk_get_parent_count EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata EXPORT_SYMBOL_GPL vmlinux 0x7f7eaa49 snd_soc_card_jack_new -EXPORT_SYMBOL_GPL vmlinux 0x7f7fc4a6 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x7f81610b dma_resv_test_signaled_rcu EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf EXPORT_SYMBOL_GPL vmlinux 0x7f995902 of_property_read_u32_index @@ -19958,26 +19955,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x7fa720a6 hrtimer_active EXPORT_SYMBOL_GPL vmlinux 0x7fb123e4 skcipher_walk_aead EXPORT_SYMBOL_GPL vmlinux 0x7fb5e3eb __fscrypt_encrypt_symlink EXPORT_SYMBOL_GPL vmlinux 0x7fc9203f fsl8250_handle_irq -EXPORT_SYMBOL_GPL vmlinux 0x7fd348bf ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x7fec8eae arizona_request_irq EXPORT_SYMBOL_GPL vmlinux 0x7fee9dab alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x8005f424 regulator_register EXPORT_SYMBOL_GPL vmlinux 0x8009c01c of_clk_set_defaults EXPORT_SYMBOL_GPL vmlinux 0x800fef02 virtqueue_kick -EXPORT_SYMBOL_GPL vmlinux 0x80149e9d pskb_put EXPORT_SYMBOL_GPL vmlinux 0x80187a52 clk_hw_register_gate EXPORT_SYMBOL_GPL vmlinux 0x801b854f sdhci_set_bus_width EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table EXPORT_SYMBOL_GPL vmlinux 0x80212c56 regmap_field_free -EXPORT_SYMBOL_GPL vmlinux 0x80295919 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x80219865 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x802e9774 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0x8043614e skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x804dc3d2 pkcs7_get_content_data EXPORT_SYMBOL_GPL vmlinux 0x804f9061 meson_clk_pll_ops EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put EXPORT_SYMBOL_GPL vmlinux 0x8070ff96 regmap_fields_read EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor EXPORT_SYMBOL_GPL vmlinux 0x80790818 alloc_dax_region -EXPORT_SYMBOL_GPL vmlinux 0x807e243f ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x808117d2 __put_mtd_device EXPORT_SYMBOL_GPL vmlinux 0x808406b1 debugfs_create_blob EXPORT_SYMBOL_GPL vmlinux 0x8087d45d fwnode_property_read_u32_array @@ -19988,23 +19983,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate EXPORT_SYMBOL_GPL vmlinux 0x80a05024 phy_power_off EXPORT_SYMBOL_GPL vmlinux 0x80a8161a bdev_read_page EXPORT_SYMBOL_GPL vmlinux 0x80b17b75 omap_get_plat_info +EXPORT_SYMBOL_GPL vmlinux 0x80b71544 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80c92c36 clk_hw_register_mux -EXPORT_SYMBOL_GPL vmlinux 0x80cc4cda inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d95c80 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x80e90df6 nand_status_op EXPORT_SYMBOL_GPL vmlinux 0x80f1b994 dt_init_idle_driver EXPORT_SYMBOL_GPL vmlinux 0x80f7d128 __tracepoint_block_bio_remap EXPORT_SYMBOL_GPL vmlinux 0x810470f1 debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0x810481ae crypto_register_template -EXPORT_SYMBOL_GPL vmlinux 0x81053d2a __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x810f967c ehci_reset EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify EXPORT_SYMBOL_GPL vmlinux 0x811e41e0 crypto_register_instance EXPORT_SYMBOL_GPL vmlinux 0x812cedbd usb_phy_get_charger_current -EXPORT_SYMBOL_GPL vmlinux 0x81325f6c metadata_dst_free -EXPORT_SYMBOL_GPL vmlinux 0x8133b063 sk_msg_memcopy_from_iter -EXPORT_SYMBOL_GPL vmlinux 0x813f716d nf_route EXPORT_SYMBOL_GPL vmlinux 0x814e062f snd_soc_dai_digital_mute EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable EXPORT_SYMBOL_GPL vmlinux 0x815ddd5e iommu_set_fault_handler @@ -20017,18 +20009,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x816b39b3 iommu_unregister_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x816f7761 input_ff_upload EXPORT_SYMBOL_GPL vmlinux 0x817b18e5 led_trigger_register_simple EXPORT_SYMBOL_GPL vmlinux 0x817f03f5 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x81803025 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0x818b82a8 pci_epc_add_epf EXPORT_SYMBOL_GPL vmlinux 0x81aaafdf sysfs_create_group -EXPORT_SYMBOL_GPL vmlinux 0x81aeff5d devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x81b03377 efivar_entry_set_safe EXPORT_SYMBOL_GPL vmlinux 0x81b440b3 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x81b762ab devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x81bc5dea unix_inq_len EXPORT_SYMBOL_GPL vmlinux 0x81d87b64 proc_create_net_data EXPORT_SYMBOL_GPL vmlinux 0x81ec32c5 usb_string EXPORT_SYMBOL_GPL vmlinux 0x81ef8f05 security_file_permission EXPORT_SYMBOL_GPL vmlinux 0x81f2b867 dev_pm_opp_of_register_em EXPORT_SYMBOL_GPL vmlinux 0x81f68a53 device_release_driver -EXPORT_SYMBOL_GPL vmlinux 0x81f9696b devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x81fcfba3 rtc_alarm_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x820cef21 linear_hugepage_index EXPORT_SYMBOL_GPL vmlinux 0x820fbd4e snd_dmaengine_pcm_close @@ -20039,22 +20031,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x82489189 sysfs_update_groups EXPORT_SYMBOL_GPL vmlinux 0x824cf46f usb_hcd_check_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x82522a45 wm831x_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x8263557b sdhci_abort_tuning -EXPORT_SYMBOL_GPL vmlinux 0x827510ec switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x827bfa53 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x82807c80 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x828f98e5 crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0x82a433be sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0x82b535e9 pinmux_generic_remove_function EXPORT_SYMBOL_GPL vmlinux 0x82b5ca2f device_store_ulong -EXPORT_SYMBOL_GPL vmlinux 0x82bd7dc1 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x82bf9f0e nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0x82c249af pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x82c6b486 md_start EXPORT_SYMBOL_GPL vmlinux 0x82cd26c2 thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82eb4e02 bpf_prog_alloc EXPORT_SYMBOL_GPL vmlinux 0x82ef571f phy_driver_is_genphy -EXPORT_SYMBOL_GPL vmlinux 0x8308d1d8 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0x830ab607 platform_device_put -EXPORT_SYMBOL_GPL vmlinux 0x831cdfe8 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x83284059 blk_set_queue_dying EXPORT_SYMBOL_GPL vmlinux 0x83398ea4 devm_usb_get_phy_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x8339c9c8 blk_mq_sched_try_merge @@ -20067,6 +20057,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x836b2c3a clk_regmap_mux_ops EXPORT_SYMBOL_GPL vmlinux 0x8389f2b2 usb_alloc_urb EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free EXPORT_SYMBOL_GPL vmlinux 0x8393993a fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x83a59aa1 pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0x83a89d6c bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0x83ac493e inode_dax EXPORT_SYMBOL_GPL vmlinux 0x83b1b31a thermal_cooling_device_register @@ -20075,10 +20066,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x83b9a0af xhci_resume EXPORT_SYMBOL_GPL vmlinux 0x83db0f0d crypto_enqueue_request EXPORT_SYMBOL_GPL vmlinux 0x83ed43b3 regulator_set_drvdata EXPORT_SYMBOL_GPL vmlinux 0x83f02dd0 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x840ca68c fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv EXPORT_SYMBOL_GPL vmlinux 0x842461ba clk_hw_register_gpio_gate EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype -EXPORT_SYMBOL_GPL vmlinux 0x84268ce9 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x84269cdb inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x8428197e clk_hw_unregister EXPORT_SYMBOL_GPL vmlinux 0x843278e1 nanddev_markbad EXPORT_SYMBOL_GPL vmlinux 0x843a52a2 device_set_of_node_from_dev @@ -20093,24 +20085,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type EXPORT_SYMBOL_GPL vmlinux 0x846ae1c8 dev_pm_opp_find_level_exact EXPORT_SYMBOL_GPL vmlinux 0x8481cbdb crypto_init_shash_spawn -EXPORT_SYMBOL_GPL vmlinux 0x84829bd7 pci_user_read_config_dword -EXPORT_SYMBOL_GPL vmlinux 0x8487296b validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x84893448 rio_route_add_entry EXPORT_SYMBOL_GPL vmlinux 0x849b8c99 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x84a51a3b lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert EXPORT_SYMBOL_GPL vmlinux 0x84bec0d5 pci_epc_put EXPORT_SYMBOL_GPL vmlinux 0x84cdd57f kset_find_obj -EXPORT_SYMBOL_GPL vmlinux 0x84dced9d init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x84e5e67f bus_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x84e87eac snd_soc_get_volsw_sx EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy -EXPORT_SYMBOL_GPL vmlinux 0x85178e73 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate EXPORT_SYMBOL_GPL vmlinux 0x8526c19e ata_do_set_mode -EXPORT_SYMBOL_GPL vmlinux 0x852d6dee ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8539b792 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x854db9bd bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x8551879a rio_unmap_outb_region EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85614f28 ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x85700f46 firmware_kobj EXPORT_SYMBOL_GPL vmlinux 0x8570f468 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x85735f73 mm_kobj @@ -20141,6 +20132,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8635f73c device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0x86362633 aead_exit_geniv EXPORT_SYMBOL_GPL vmlinux 0x863d285f wm8350_set_bits EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x866395e2 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0x8665230b percpu_ref_switch_to_percpu EXPORT_SYMBOL_GPL vmlinux 0x866ba4d7 rio_unmap_inb_region EXPORT_SYMBOL_GPL vmlinux 0x8676514d snd_soc_dai_set_clkdiv @@ -20149,15 +20141,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x86806218 property_entries_free EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get EXPORT_SYMBOL_GPL vmlinux 0x86c54527 powercap_register_control_type EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous -EXPORT_SYMBOL_GPL vmlinux 0x86d79a05 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x86db5c99 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x86dc2f2a skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x86f9f015 srcu_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x86ff9613 dev_pm_opp_put_clkname EXPORT_SYMBOL_GPL vmlinux 0x871e71a0 xhci_mtk_reset_bandwidth EXPORT_SYMBOL_GPL vmlinux 0x87291232 crypto_shash_alg_has_setkey -EXPORT_SYMBOL_GPL vmlinux 0x87334c57 udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x873efdb0 ata_scsi_simulate EXPORT_SYMBOL_GPL vmlinux 0x8758e7b2 nd_cmd_in_size EXPORT_SYMBOL_GPL vmlinux 0x87649b80 security_inode_mkdir @@ -20171,6 +20162,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x878b7f2d attribute_container_find_class_device EXPORT_SYMBOL_GPL vmlinux 0x87ac2b6d power_supply_get_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x87ac4d45 ref_module EXPORT_SYMBOL_GPL vmlinux 0x87b2b34e __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x87d61fa7 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x88044858 tty_put_char EXPORT_SYMBOL_GPL vmlinux 0x88053d76 unix_peer_get EXPORT_SYMBOL_GPL vmlinux 0x8805a073 blocking_notifier_call_chain @@ -20185,19 +20177,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x883e5391 fsverity_prepare_setattr EXPORT_SYMBOL_GPL vmlinux 0x88567a81 dev_pm_opp_attach_genpd EXPORT_SYMBOL_GPL vmlinux 0x8863858c perf_event_update_userpage EXPORT_SYMBOL_GPL vmlinux 0x88668187 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x88789877 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x887a07c7 devlink_register EXPORT_SYMBOL_GPL vmlinux 0x88844770 device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer -EXPORT_SYMBOL_GPL vmlinux 0x8892d3be xfrm_dev_offload_ok -EXPORT_SYMBOL_GPL vmlinux 0x8894c37e __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x88a55daa pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x88a7fabc snd_soc_dapm_free EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88b4c9c1 i2c_recover_bus -EXPORT_SYMBOL_GPL vmlinux 0x88e84b5e dw_pcie_find_capability -EXPORT_SYMBOL_GPL vmlinux 0x88ea5ea2 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x88bfce10 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x88c553d6 fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x88ed4ce0 tps6586x_writes EXPORT_SYMBOL_GPL vmlinux 0x88eec21d usb_choose_configuration EXPORT_SYMBOL_GPL vmlinux 0x89008c09 clk_mux_ops -EXPORT_SYMBOL_GPL vmlinux 0x890adbc1 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x890b8c68 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x890ca6b0 ehci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x890f3494 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state @@ -20205,7 +20198,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x8931efe2 dax_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put EXPORT_SYMBOL_GPL vmlinux 0x893b61b1 devm_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0x893f6e0f bpf_trace_run10 -EXPORT_SYMBOL_GPL vmlinux 0x89454d2a bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x895ab0a8 crypto_alg_mod_lookup EXPORT_SYMBOL_GPL vmlinux 0x8965a6d7 of_property_count_elems_of_size @@ -20215,6 +20207,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x899fc862 rio_dev_put EXPORT_SYMBOL_GPL vmlinux 0x89a8cff3 tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x89a937e9 __device_reset EXPORT_SYMBOL_GPL vmlinux 0x89aa5a20 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x89b480b1 br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0x89b983c6 rdev_get_dev EXPORT_SYMBOL_GPL vmlinux 0x89bb900e kvm_write_guest_page EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify @@ -20222,27 +20215,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x89c613d3 devm_gpiochip_add_data EXPORT_SYMBOL_GPL vmlinux 0x89c8cb5f rtc_set_time EXPORT_SYMBOL_GPL vmlinux 0x89d97b25 crypto_register_shashes -EXPORT_SYMBOL_GPL vmlinux 0x89f0af25 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x89fa73ee usb_create_hcd -EXPORT_SYMBOL_GPL vmlinux 0x8a0a2be0 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0x8a0e0ab4 crypto_shash_final EXPORT_SYMBOL_GPL vmlinux 0x8a0f92b9 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8a16256d ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x8a28d1c7 ata_std_sched_eh -EXPORT_SYMBOL_GPL vmlinux 0x8a30aed4 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x8a3a22fc clk_divider_ops EXPORT_SYMBOL_GPL vmlinux 0x8a4fef27 __rio_local_write_config_32 EXPORT_SYMBOL_GPL vmlinux 0x8a553573 check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode EXPORT_SYMBOL_GPL vmlinux 0x8a5877eb gen10g_config_aneg EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop -EXPORT_SYMBOL_GPL vmlinux 0x8a7059ff fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0x8a78ea7b kern_mount EXPORT_SYMBOL_GPL vmlinux 0x8a7b4d87 cpuidle_disable_device EXPORT_SYMBOL_GPL vmlinux 0x8a81452b sdhci_cqe_disable EXPORT_SYMBOL_GPL vmlinux 0x8a88face max8997_write_reg EXPORT_SYMBOL_GPL vmlinux 0x8a9dcbaf powercap_unregister_control_type EXPORT_SYMBOL_GPL vmlinux 0x8aa02161 alarm_cancel -EXPORT_SYMBOL_GPL vmlinux 0x8aa327b9 strp_process EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap EXPORT_SYMBOL_GPL vmlinux 0x8ab462b5 devm_phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files @@ -20254,6 +20243,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8adc21f9 dev_pm_opp_get_voltage EXPORT_SYMBOL_GPL vmlinux 0x8ae83faa iommu_present EXPORT_SYMBOL_GPL vmlinux 0x8af131cb mpc8xxx_spi_tx_buf_u32 EXPORT_SYMBOL_GPL vmlinux 0x8afc6847 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x8b05c525 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x8b123455 crypto_alloc_ahash EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match EXPORT_SYMBOL_GPL vmlinux 0x8b19296c cgroup_rstat_updated @@ -20261,19 +20251,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x8b2812ca da903x_read EXPORT_SYMBOL_GPL vmlinux 0x8b525ff3 sm501_modify_reg EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups EXPORT_SYMBOL_GPL vmlinux 0x8b63269d devres_add +EXPORT_SYMBOL_GPL vmlinux 0x8b6669c4 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0x8b67f8ca clk_gate_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x8b6bfde3 gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0x8b70640a fwnode_find_reference EXPORT_SYMBOL_GPL vmlinux 0x8b7ac5f7 crypto_spawn_tfm2 EXPORT_SYMBOL_GPL vmlinux 0x8b7c8acd sysfs_merge_group -EXPORT_SYMBOL_GPL vmlinux 0x8b7cdab1 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x8b7ec184 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8b82c38e udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x8b86ae6a crypto_alloc_skcipher EXPORT_SYMBOL_GPL vmlinux 0x8b877505 blk_mq_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x8b8abdfb ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages -EXPORT_SYMBOL_GPL vmlinux 0x8badf3cc ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x8bc32595 pm_genpd_remove EXPORT_SYMBOL_GPL vmlinux 0x8bc915fd ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x8bce1cbd sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x8bf7e383 extcon_set_property EXPORT_SYMBOL_GPL vmlinux 0x8bfd7ce0 of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x8c004733 dev_pm_opp_detach_genpd @@ -20282,15 +20274,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue EXPORT_SYMBOL_GPL vmlinux 0x8c05952b of_resolve_phandles EXPORT_SYMBOL_GPL vmlinux 0x8c102bef relay_flush EXPORT_SYMBOL_GPL vmlinux 0x8c22fa36 use_mm -EXPORT_SYMBOL_GPL vmlinux 0x8c24a101 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x8c2921e2 __tracepoint_pelt_irq_tp EXPORT_SYMBOL_GPL vmlinux 0x8c32af3f dev_coredumpv EXPORT_SYMBOL_GPL vmlinux 0x8c3a0a62 md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x8c3c525c sdhci_resume_host EXPORT_SYMBOL_GPL vmlinux 0x8c3dfc45 ata_pci_sff_activate_host EXPORT_SYMBOL_GPL vmlinux 0x8c3f7020 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x8c4a752d pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0x8c5f57a4 nvmem_device_put -EXPORT_SYMBOL_GPL vmlinux 0x8c656467 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status EXPORT_SYMBOL_GPL vmlinux 0x8c74b3fa nand_deselect_target EXPORT_SYMBOL_GPL vmlinux 0x8c775aac serdev_device_add @@ -20303,20 +20294,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c8ca43d crypto_register_rng EXPORT_SYMBOL_GPL vmlinux 0x8c94567e snd_soc_dpcm_be_get_state EXPORT_SYMBOL_GPL vmlinux 0x8caeeeaa rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x8cdbcf24 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x8cdd1075 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x8ce73080 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x8d0b0fcb ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x8d10122d sock_diag_unregister -EXPORT_SYMBOL_GPL vmlinux 0x8d16aca1 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0x8d181f25 fat_build_inode EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d36c7dc sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x8d3a4a3c __vfs_setxattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x8d6a3f7f regmap_write EXPORT_SYMBOL_GPL vmlinux 0x8d7d4b68 verify_pkcs7_signature EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits -EXPORT_SYMBOL_GPL vmlinux 0x8d928fcf pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0x8da7b708 pinctrl_generic_get_group_count EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table EXPORT_SYMBOL_GPL vmlinux 0x8ddabca3 dev_pm_opp_get_max_transition_latency EXPORT_SYMBOL_GPL vmlinux 0x8de46185 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x8de90f69 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x8df6dfe3 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x8e0636ff verify_signature EXPORT_SYMBOL_GPL vmlinux 0x8e10c1e3 tracing_snapshot_cond_enable EXPORT_SYMBOL_GPL vmlinux 0x8e1e1fd6 edac_pci_del_device @@ -20324,6 +20318,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e34fee1 cs47l24_patch EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep EXPORT_SYMBOL_GPL vmlinux 0x8e4e9738 devres_open_group EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e5a786e metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x8e5f45d7 snd_soc_dapm_get_enum_double EXPORT_SYMBOL_GPL vmlinux 0x8e61f70a usb_hcd_unlink_urb_from_ep EXPORT_SYMBOL_GPL vmlinux 0x8e744c82 devm_usb_put_phy @@ -20337,10 +20332,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e96193b snd_pcm_hw_constraint_eld EXPORT_SYMBOL_GPL vmlinux 0x8e9d0647 gpiochip_irq_map EXPORT_SYMBOL_GPL vmlinux 0x8eae8dfd usb_find_common_endpoints EXPORT_SYMBOL_GPL vmlinux 0x8eb47881 gfn_to_pfn -EXPORT_SYMBOL_GPL vmlinux 0x8eb571bd tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x8ebc185b crypto_init_spawn EXPORT_SYMBOL_GPL vmlinux 0x8ecbb627 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8ee36d46 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef98cdc devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x8effaf94 mtd_lock_user_prot_reg EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp EXPORT_SYMBOL_GPL vmlinux 0x8f08eeda devm_power_supply_register_no_ws @@ -20350,17 +20346,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x8f21ff65 fscrypt_ioctl_get_key_status EXPORT_SYMBOL_GPL vmlinux 0x8f2735e2 fsverity_cleanup_inode EXPORT_SYMBOL_GPL vmlinux 0x8f3cdf99 serial8250_em485_init EXPORT_SYMBOL_GPL vmlinux 0x8f4fdfd8 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8f5376d6 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x8f5c7286 inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x8f704b3b snd_soc_dapm_kcontrol_widget EXPORT_SYMBOL_GPL vmlinux 0x8f725e67 probes_decode_arm_table EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype EXPORT_SYMBOL_GPL vmlinux 0x8f7ce3c0 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x8f7d54e2 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x8f972577 snd_compress_deregister -EXPORT_SYMBOL_GPL vmlinux 0x8f9edc85 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x8fa2568d spi_mem_exec_op EXPORT_SYMBOL_GPL vmlinux 0x8fa98d86 virtio_max_dma_size EXPORT_SYMBOL_GPL vmlinux 0x8fcf997f crypto_register_ahash EXPORT_SYMBOL_GPL vmlinux 0x8fde05cf sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x8ffeb347 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x9002084a trace_event_ignore_this_pid EXPORT_SYMBOL_GPL vmlinux 0x900d5daa sched_setscheduler EXPORT_SYMBOL_GPL vmlinux 0x901c6c99 __tracepoint_neigh_update_done @@ -20369,23 +20368,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x9026e17c blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0x902c0500 wm8350_block_write EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x903f31ec class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9047001d tcp_enter_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x9047353b sched_trace_rq_avg_rt EXPORT_SYMBOL_GPL vmlinux 0x904b22f5 hwspin_lock_request EXPORT_SYMBOL_GPL vmlinux 0x9053ac27 of_clk_del_provider EXPORT_SYMBOL_GPL vmlinux 0x905560e3 usb_phy_set_charger_state EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put +EXPORT_SYMBOL_GPL vmlinux 0x9069c05c pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x907fe528 nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x90972241 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x9099a905 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x90a7f22e vmf_insert_pfn_pmd EXPORT_SYMBOL_GPL vmlinux 0x90aaccd2 phy_pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0x90c3b376 wm831x_reg_lock EXPORT_SYMBOL_GPL vmlinux 0x90cf8c27 gov_attr_set_init EXPORT_SYMBOL_GPL vmlinux 0x90d6bf26 clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0x90e781e4 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL vmlinux 0x90e883c2 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x90ec0b50 disable_kprobe EXPORT_SYMBOL_GPL vmlinux 0x90f2d47b sdio_claim_irq EXPORT_SYMBOL_GPL vmlinux 0x910b5b7b snd_soc_of_get_dai_link_codecs -EXPORT_SYMBOL_GPL vmlinux 0x912c9833 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x9130787b sfp_unregister_upstream EXPORT_SYMBOL_GPL vmlinux 0x9130babf __devm_regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table @@ -20413,12 +20416,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x929bec87 usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x92a0293e perf_aux_output_skip EXPORT_SYMBOL_GPL vmlinux 0x92a99445 do_truncate EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work -EXPORT_SYMBOL_GPL vmlinux 0x92b745ec skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x92b8a12d nand_reset +EXPORT_SYMBOL_GPL vmlinux 0x92c6e085 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x92c9cd53 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add EXPORT_SYMBOL_GPL vmlinux 0x92d72357 srcu_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read -EXPORT_SYMBOL_GPL vmlinux 0x92dee08b uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x92e614ff usb_gadget_set_selfpowered EXPORT_SYMBOL_GPL vmlinux 0x92e8f6e2 iomap_releasepage EXPORT_SYMBOL_GPL vmlinux 0x92f03f37 sdhci_alloc_host @@ -20430,25 +20433,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x93095343 dev_attr_em_message EXPORT_SYMBOL_GPL vmlinux 0x93133ab7 pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs EXPORT_SYMBOL_GPL vmlinux 0x9319c42c ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x931cc00b pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x932670f1 kvm_clear_guest_page EXPORT_SYMBOL_GPL vmlinux 0x932c60a4 virtio_config_changed -EXPORT_SYMBOL_GPL vmlinux 0x933148b7 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x933bb000 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x9344f45a pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x9347a293 set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0x934facc8 gpiochip_generic_free EXPORT_SYMBOL_GPL vmlinux 0x936445e1 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x93794243 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x937b1fe7 kobject_move EXPORT_SYMBOL_GPL vmlinux 0x93848114 __crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis EXPORT_SYMBOL_GPL vmlinux 0x9384d9a9 __get_vm_area -EXPORT_SYMBOL_GPL vmlinux 0x93932d97 xfrm_dev_resume -EXPORT_SYMBOL_GPL vmlinux 0x939688b0 devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x93a53541 sched_setscheduler_nocheck EXPORT_SYMBOL_GPL vmlinux 0x93a5f73f sysfs_remove_files EXPORT_SYMBOL_GPL vmlinux 0x93a5fafb snd_soc_component_set_sysclk EXPORT_SYMBOL_GPL vmlinux 0x93bcccab mm_unaccount_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0x93c5d26a of_platform_default_populate -EXPORT_SYMBOL_GPL vmlinux 0x93cf526a fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report EXPORT_SYMBOL_GPL vmlinux 0x93f7e12b skcipher_walk_complete @@ -20471,8 +20473,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid EXPORT_SYMBOL_GPL vmlinux 0x94ad32f8 snd_dmaengine_pcm_get_chan EXPORT_SYMBOL_GPL vmlinux 0x94b8bff3 pinmux_generic_add_function EXPORT_SYMBOL_GPL vmlinux 0x94ba9b22 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x94cc7180 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x94d0591a kstrdup_quotable_file EXPORT_SYMBOL_GPL vmlinux 0x94ece85a devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x94ef231e tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x94f75644 device_change_owner EXPORT_SYMBOL_GPL vmlinux 0x94f7a925 gpiod_direction_input EXPORT_SYMBOL_GPL vmlinux 0x9502b8b1 tpm2_get_tpm_pt @@ -20482,10 +20486,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x950e599b devm_hwmon_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit EXPORT_SYMBOL_GPL vmlinux 0x952b84d2 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x953993d9 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds EXPORT_SYMBOL_GPL vmlinux 0x9555aad4 pci_epf_destroy EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn EXPORT_SYMBOL_GPL vmlinux 0x95755977 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x957cd242 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x958596c8 cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks @@ -20493,7 +20499,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x95a729fc usb_put_dev EXPORT_SYMBOL_GPL vmlinux 0x95ad135e rdev_clear_badblocks EXPORT_SYMBOL_GPL vmlinux 0x95b35bf5 vfs_listxattr EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free -EXPORT_SYMBOL_GPL vmlinux 0x95e0792e raw_abort EXPORT_SYMBOL_GPL vmlinux 0x95e88d06 skcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size EXPORT_SYMBOL_GPL vmlinux 0x961bd1fc ahci_kick_engine @@ -20514,53 +20519,57 @@ EXPORT_SYMBOL_GPL vmlinux 0x96c536b2 cpufreq_freq_attr_scaling_boost_freqs EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0x96ceea91 devfreq_get_devfreq_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x96d10030 meson_clk_pcie_pll_ops -EXPORT_SYMBOL_GPL vmlinux 0x97058358 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9701e12a pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0x9705fc54 irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0x97111c1d bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw EXPORT_SYMBOL_GPL vmlinux 0x971d61f0 hrtimer_try_to_cancel -EXPORT_SYMBOL_GPL vmlinux 0x9723c21d netdev_is_rx_handler_busy -EXPORT_SYMBOL_GPL vmlinux 0x972771bc pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x972d75b8 device_dma_supported EXPORT_SYMBOL_GPL vmlinux 0x973ed27d usb_enable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x9741d0db spi_register_controller EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same EXPORT_SYMBOL_GPL vmlinux 0x97561d9e usb_create_shared_hcd EXPORT_SYMBOL_GPL vmlinux 0x97770670 mm_account_pinned_pages -EXPORT_SYMBOL_GPL vmlinux 0x9789c155 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x9778910d pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x97922718 fwnode_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x9793c9bc iomap_file_dirty EXPORT_SYMBOL_GPL vmlinux 0x9795cf4e each_symbol_section -EXPORT_SYMBOL_GPL vmlinux 0x97a7835d nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x97a27537 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0x97b71dc9 btree_insert EXPORT_SYMBOL_GPL vmlinux 0x97b856c8 ata_host_activate EXPORT_SYMBOL_GPL vmlinux 0x97b970ea cec_transmit_done_ts +EXPORT_SYMBOL_GPL vmlinux 0x97bd1055 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x97d5bbc6 vchan_init EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent EXPORT_SYMBOL_GPL vmlinux 0x97dec010 snd_soc_dapm_add_routes EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x97f41aa0 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x980742db omap_iommu_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x980d5da3 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc EXPORT_SYMBOL_GPL vmlinux 0x9850effc blk_lld_busy EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x9854deb4 regulator_set_voltage_time_sel EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse -EXPORT_SYMBOL_GPL vmlinux 0x98756f1d ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x987e1443 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x9881ed01 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x989f9068 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x98a14c40 devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x98a64832 spi_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x98a8dbfa gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x98ab5002 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x98abed04 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98bb30a6 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x98c1a860 wakeup_source_destroy EXPORT_SYMBOL_GPL vmlinux 0x98c27515 apply_to_page_range EXPORT_SYMBOL_GPL vmlinux 0x98e3af87 tps6586x_get_version -EXPORT_SYMBOL_GPL vmlinux 0x98f0f556 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x98f4f742 wm831x_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99028c10 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x990413fd add_swap_extent -EXPORT_SYMBOL_GPL vmlinux 0x99265d00 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x9922e12b devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x9935d016 __clocksource_update_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x9938887a hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0x993e6704 ata_link_online @@ -20569,9 +20578,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x994e8343 ablkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x995af29f kill_pid_usb_asyncio EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on EXPORT_SYMBOL_GPL vmlinux 0x995d31f0 encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x99632129 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x9963fd3f led_get_default_pattern EXPORT_SYMBOL_GPL vmlinux 0x99791079 acomp_request_alloc EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x998ed8fb tcp_ca_get_key_by_name +EXPORT_SYMBOL_GPL vmlinux 0x998f986a fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x999e3e0c ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x999ea849 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x99a5dd61 dev_attr_link_power_management_policy EXPORT_SYMBOL_GPL vmlinux 0x99c3dd5d pm_generic_thaw_noirq EXPORT_SYMBOL_GPL vmlinux 0x99e9558d stmpe_set_altfunc @@ -20583,10 +20597,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x99f4bd6a snd_soc_limit_volume EXPORT_SYMBOL_GPL vmlinux 0x9a048866 user_preparse EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name EXPORT_SYMBOL_GPL vmlinux 0x9a1c1840 dax_region_put -EXPORT_SYMBOL_GPL vmlinux 0x9a3c16a6 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x9a4c258e cpufreq_dbs_governor_start EXPORT_SYMBOL_GPL vmlinux 0x9a4fe5e1 kobject_create_and_add -EXPORT_SYMBOL_GPL vmlinux 0x9a5595c5 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x9a574686 d_walk EXPORT_SYMBOL_GPL vmlinux 0x9a5f88f2 srcu_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x9a69e497 regulator_notifier_call_chain @@ -20602,30 +20614,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x9aa7224f kvm_vcpu_mark_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x9aa84b05 crypto_stats_ablkcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x9ab5ecf5 tty_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops -EXPORT_SYMBOL_GPL vmlinux 0x9aceb7b9 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x9ad56d2d __tracepoint_block_split EXPORT_SYMBOL_GPL vmlinux 0x9ad8347c dm_send_uevents EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty EXPORT_SYMBOL_GPL vmlinux 0x9afb34bb phy_speed_up -EXPORT_SYMBOL_GPL vmlinux 0x9b020fda rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x9b03c118 spi_controller_suspend EXPORT_SYMBOL_GPL vmlinux 0x9b06c463 __blk_req_zone_write_unlock EXPORT_SYMBOL_GPL vmlinux 0x9b147049 cpufreq_register_governor EXPORT_SYMBOL_GPL vmlinux 0x9b2c9ca8 of_clk_hw_simple_get EXPORT_SYMBOL_GPL vmlinux 0x9b2cc431 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x9b3c7bf9 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x9b499d92 __wake_up_sync_key EXPORT_SYMBOL_GPL vmlinux 0x9b4a6663 sock_diag_put_meminfo EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x9b507757 udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5a0062 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x9b5fbd04 ohci_resume EXPORT_SYMBOL_GPL vmlinux 0x9b6499b7 irq_domain_add_legacy -EXPORT_SYMBOL_GPL vmlinux 0x9b728fc2 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config EXPORT_SYMBOL_GPL vmlinux 0x9bb25742 mnt_want_write EXPORT_SYMBOL_GPL vmlinux 0x9bb818fe mddev_resume EXPORT_SYMBOL_GPL vmlinux 0x9bb821e3 usb_gadget_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x9bb9cff8 devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x9bd00d0e sysfs_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0x9bec3697 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui @@ -20635,27 +20648,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x9c42ea4c shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x9c47e9cc pwmchip_remove EXPORT_SYMBOL_GPL vmlinux 0x9c4c4fc0 mpc8xxx_spi_rx_buf_u16 EXPORT_SYMBOL_GPL vmlinux 0x9c5a0825 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x9c674b19 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on EXPORT_SYMBOL_GPL vmlinux 0x9c89f0c2 snd_soc_add_component EXPORT_SYMBOL_GPL vmlinux 0x9ca562f6 __clocksource_register_scale EXPORT_SYMBOL_GPL vmlinux 0x9cac653f serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x9cb8d67e inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x9cbcb16a dev_pm_qos_expose_flags EXPORT_SYMBOL_GPL vmlinux 0x9cc3daaf sdio_writeb_readb EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier -EXPORT_SYMBOL_GPL vmlinux 0x9cc8660a pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x9cd826fe thermal_zone_get_zone_by_name EXPORT_SYMBOL_GPL vmlinux 0x9ce3fd6f mtd_lock EXPORT_SYMBOL_GPL vmlinux 0x9ceb722d crypto_spawn_tfm EXPORT_SYMBOL_GPL vmlinux 0x9cf3e392 mctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x9cf5f7f5 tpm_pcr_read -EXPORT_SYMBOL_GPL vmlinux 0x9cff7398 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data EXPORT_SYMBOL_GPL vmlinux 0x9d0d9418 alloc_page_buffers -EXPORT_SYMBOL_GPL vmlinux 0x9d14a8db raw_hash_sk -EXPORT_SYMBOL_GPL vmlinux 0x9d1e8eb1 dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0x9d22bdfd tty_set_ldisc -EXPORT_SYMBOL_GPL vmlinux 0x9d2d39e0 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x9d344575 usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x9d5318af tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x9d55295c irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0x9d583bb0 extcon_register_notifier_all EXPORT_SYMBOL_GPL vmlinux 0x9d58b946 sdhci_cqe_enable @@ -20663,13 +20674,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x9d5bcdab led_sysfs_disable EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page EXPORT_SYMBOL_GPL vmlinux 0x9d84aaca phy_reset EXPORT_SYMBOL_GPL vmlinux 0x9d9d6d01 ftrace_set_clr_event -EXPORT_SYMBOL_GPL vmlinux 0x9daae60f usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x9dba64d7 alarm_restart EXPORT_SYMBOL_GPL vmlinux 0x9dbf3121 dev_pm_qos_update_user_latency_tolerance -EXPORT_SYMBOL_GPL vmlinux 0x9df4b205 devlink_register EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array EXPORT_SYMBOL_GPL vmlinux 0x9e005006 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x9e0d5503 pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0x9e19d167 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x9e24dcd8 netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x9e35caeb crypto_stats_akcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x9e413851 snd_soc_dapm_put_pin_switch EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field @@ -20677,13 +20688,13 @@ EXPORT_SYMBOL_GPL vmlinux 0x9e642c29 __irq_alloc_domain_generic_chips EXPORT_SYMBOL_GPL vmlinux 0x9e730573 init_uts_ns EXPORT_SYMBOL_GPL vmlinux 0x9e7d0640 ftrace_set_notrace EXPORT_SYMBOL_GPL vmlinux 0x9e7eccc8 devm_platform_ioremap_resource -EXPORT_SYMBOL_GPL vmlinux 0x9e90ca26 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x9eb4c3bb mtd_ooblayout_ecc EXPORT_SYMBOL_GPL vmlinux 0x9ebda971 device_link_add EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eda0e80 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x9ee4f17e regmap_can_raw_write EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns -EXPORT_SYMBOL_GPL vmlinux 0x9ef7e801 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x9ef45da6 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x9f06055f cm_notify_event EXPORT_SYMBOL_GPL vmlinux 0x9f086444 regulator_set_soft_start_regmap EXPORT_SYMBOL_GPL vmlinux 0x9f0a9faf tty_ldisc_ref_wait @@ -20691,7 +20702,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x9f0b2900 genpd_dev_pm_attach EXPORT_SYMBOL_GPL vmlinux 0x9f123eea sdio_memcpy_fromio EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups EXPORT_SYMBOL_GPL vmlinux 0x9f4e9614 clk_hw_register_gpio_mux -EXPORT_SYMBOL_GPL vmlinux 0x9f50cd82 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x9f55cc29 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x9f61d6b9 ping_err EXPORT_SYMBOL_GPL vmlinux 0x9f6d78fc kvm_get_pfn EXPORT_SYMBOL_GPL vmlinux 0x9f732174 cpufreq_cooling_unregister EXPORT_SYMBOL_GPL vmlinux 0x9f86f428 dev_pm_opp_set_prop_name @@ -20708,14 +20720,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x9fd0f7fc serial8250_do_shutdown EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm EXPORT_SYMBOL_GPL vmlinux 0x9ff251c7 kvm_write_guest -EXPORT_SYMBOL_GPL vmlinux 0xa009a1ee __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xa00c8759 cec_notifier_conn_register EXPORT_SYMBOL_GPL vmlinux 0xa00de44c securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc EXPORT_SYMBOL_GPL vmlinux 0xa01df6ab irq_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xa0287049 usb_driver_release_interface -EXPORT_SYMBOL_GPL vmlinux 0xa03395dd raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xa0364848 register_mtd_blktrans EXPORT_SYMBOL_GPL vmlinux 0xa0439060 tps65912_regmap_config EXPORT_SYMBOL_GPL vmlinux 0xa0446096 spi_controller_dma_map_mem_op_data @@ -20728,7 +20738,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xa095ce90 gpiod_set_transitory EXPORT_SYMBOL_GPL vmlinux 0xa09938bf nand_prog_page_begin_op EXPORT_SYMBOL_GPL vmlinux 0xa0a71fe5 __generic_fsdax_supported EXPORT_SYMBOL_GPL vmlinux 0xa0a85e9c thermal_zone_set_trips -EXPORT_SYMBOL_GPL vmlinux 0xa0b20d02 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0xa0e62d4b usb_ep_alloc_request EXPORT_SYMBOL_GPL vmlinux 0xa0e887e4 devfreq_event_get_edev_count EXPORT_SYMBOL_GPL vmlinux 0xa0eaa310 regulator_allow_bypass @@ -20737,16 +20746,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xa100f34d pinctrl_pm_select_idle_state EXPORT_SYMBOL_GPL vmlinux 0xa10236f6 blkcg_policy_unregister EXPORT_SYMBOL_GPL vmlinux 0xa11bd821 balloon_page_list_dequeue EXPORT_SYMBOL_GPL vmlinux 0xa11c9f6e ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xa11e7a21 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0xa124cc01 blk_queue_required_elevator_features EXPORT_SYMBOL_GPL vmlinux 0xa13289ad __phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0xa13ca191 ata_std_error_handler EXPORT_SYMBOL_GPL vmlinux 0xa1429b90 dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0xa14d92b1 sata_pmp_port_ops -EXPORT_SYMBOL_GPL vmlinux 0xa156373d strp_init EXPORT_SYMBOL_GPL vmlinux 0xa1659fab snd_soc_dapm_force_enable_pin EXPORT_SYMBOL_GPL vmlinux 0xa171a902 snd_dmaengine_pcm_prepare_slave_config EXPORT_SYMBOL_GPL vmlinux 0xa17691dc kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xa18302fe validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0xa19b8f70 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xa19d3f13 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0xa1aa5c46 cec_s_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xa1b3c018 extcon_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xa1c02639 md_find_rdev_nr_rcu @@ -20761,7 +20772,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xa1f273f9 set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk EXPORT_SYMBOL_GPL vmlinux 0xa20d678c phy_pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0xa2351675 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xa239ffa8 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0xa23f684b __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xa269c9d9 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa280fec9 snd_soc_info_volsw_sx EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name @@ -20780,19 +20793,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xa2e89008 debugfs_create_atomic_t EXPORT_SYMBOL_GPL vmlinux 0xa2f0821e bus_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xa2f15e69 ata_bmdma_dumb_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xa2f3d5a6 class_find_device -EXPORT_SYMBOL_GPL vmlinux 0xa2f4399f rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array EXPORT_SYMBOL_GPL vmlinux 0xa30a1d1c xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0xa30ef6c6 mtd_add_partition -EXPORT_SYMBOL_GPL vmlinux 0xa32c03ca ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0xa32ff350 kernfs_find_and_get_ns EXPORT_SYMBOL_GPL vmlinux 0xa331e126 snd_soc_dai_set_fmt EXPORT_SYMBOL_GPL vmlinux 0xa33744aa edac_stop_work -EXPORT_SYMBOL_GPL vmlinux 0xa33b8fa1 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xa338bc5a fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove EXPORT_SYMBOL_GPL vmlinux 0xa350f7ab power_supply_am_i_supplied EXPORT_SYMBOL_GPL vmlinux 0xa35490e7 driver_remove_file -EXPORT_SYMBOL_GPL vmlinux 0xa3669dbf pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0xa36ea15e usb_ep_free_request EXPORT_SYMBOL_GPL vmlinux 0xa3729916 snd_soc_find_dai_link EXPORT_SYMBOL_GPL vmlinux 0xa372f2f5 devm_power_supply_register @@ -20807,6 +20817,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 EXPORT_SYMBOL_GPL vmlinux 0xa3a74380 bio_clone_blkg_association EXPORT_SYMBOL_GPL vmlinux 0xa3a7f566 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0xa3aac5d6 xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xa3adbabe rio_set_port_lockout EXPORT_SYMBOL_GPL vmlinux 0xa3aea3e7 bpf_trace_run11 EXPORT_SYMBOL_GPL vmlinux 0xa3aedfc8 ata_dev_set_feature @@ -20814,23 +20825,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xa3b42d99 security_inode_setattr EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector EXPORT_SYMBOL_GPL vmlinux 0xa3bb8e23 class_interface_register EXPORT_SYMBOL_GPL vmlinux 0xa3bfba3d pm_generic_suspend_late -EXPORT_SYMBOL_GPL vmlinux 0xa3c5ebe2 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0xa3c95a83 ata_dev_next EXPORT_SYMBOL_GPL vmlinux 0xa3ee76da gpiochip_line_is_valid EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa3f59689 mmc_regulator_get_supply EXPORT_SYMBOL_GPL vmlinux 0xa3f5ceeb dm_noflush_suspending -EXPORT_SYMBOL_GPL vmlinux 0xa3f71290 ping_bind EXPORT_SYMBOL_GPL vmlinux 0xa3f856b0 regulator_set_pull_down_regmap EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy EXPORT_SYMBOL_GPL vmlinux 0xa414105e serial8250_do_get_mctrl -EXPORT_SYMBOL_GPL vmlinux 0xa416974b sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0xa418cc94 blk_queue_write_cache EXPORT_SYMBOL_GPL vmlinux 0xa41a5f32 request_firmware_direct EXPORT_SYMBOL_GPL vmlinux 0xa4259d52 dev_pm_domain_attach_by_id EXPORT_SYMBOL_GPL vmlinux 0xa42675ca register_user_hw_breakpoint -EXPORT_SYMBOL_GPL vmlinux 0xa434e432 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xa4288fa2 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xa43230fc pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xa435f268 phy_create_lookup EXPORT_SYMBOL_GPL vmlinux 0xa437dd75 ahci_stop_engine EXPORT_SYMBOL_GPL vmlinux 0xa443e0a7 rt_mutex_destroy @@ -20848,6 +20857,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa4cc19b3 irq_set_affinity_hint EXPORT_SYMBOL_GPL vmlinux 0xa4e1068f thermal_zone_get_offset EXPORT_SYMBOL_GPL vmlinux 0xa4f67731 i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0xa4fab2ca inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xa5048692 switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xa5260381 fat_flush_inodes EXPORT_SYMBOL_GPL vmlinux 0xa52cc31c clk_gate_ops EXPORT_SYMBOL_GPL vmlinux 0xa52eb59e _snd_pcm_stream_lock_irqsave @@ -20860,23 +20870,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xa54cb24b iommu_map_sg EXPORT_SYMBOL_GPL vmlinux 0xa55236d6 dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0xa5649657 dev_coredumpsg EXPORT_SYMBOL_GPL vmlinux 0xa57a7ec5 usb_urb_ep_type_check -EXPORT_SYMBOL_GPL vmlinux 0xa5a0b481 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xa5a2c128 to_of_pinfo EXPORT_SYMBOL_GPL vmlinux 0xa5a8ff33 exportfs_encode_fh EXPORT_SYMBOL_GPL vmlinux 0xa5b1fbd8 irq_generic_chip_ops EXPORT_SYMBOL_GPL vmlinux 0xa5b4af17 shash_register_instance EXPORT_SYMBOL_GPL vmlinux 0xa5b4b48a rhashtable_walk_enter EXPORT_SYMBOL_GPL vmlinux 0xa5be74b7 snd_soc_dapm_info_pin_switch -EXPORT_SYMBOL_GPL vmlinux 0xa5ca28ac __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xa5cae380 dm_get_table_device EXPORT_SYMBOL_GPL vmlinux 0xa5cdfb12 devm_regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xa5d5d6af snd_soc_tplg_widget_remove_all EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name -EXPORT_SYMBOL_GPL vmlinux 0xa5d7d26b xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0xa5e6c3f6 md_run EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full EXPORT_SYMBOL_GPL vmlinux 0xa60d533d task_cls_state -EXPORT_SYMBOL_GPL vmlinux 0xa611ad7f dw_pcie_wait_for_link EXPORT_SYMBOL_GPL vmlinux 0xa616a203 virtqueue_get_avail_addr EXPORT_SYMBOL_GPL vmlinux 0xa617a370 of_devfreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0xa625ded9 bpf_offload_dev_match @@ -20884,7 +20890,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list EXPORT_SYMBOL_GPL vmlinux 0xa635873a debugfs_create_file_size EXPORT_SYMBOL_GPL vmlinux 0xa63afa2d snd_soc_unregister_card EXPORT_SYMBOL_GPL vmlinux 0xa64bfb0d i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa64c19ae usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0xa6633453 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xa66964a0 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0xa66fd29e spi_mem_supports_op EXPORT_SYMBOL_GPL vmlinux 0xa67ba68a to_nvdimm_bus_dev EXPORT_SYMBOL_GPL vmlinux 0xa6943746 security_inode_create @@ -20895,7 +20903,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xa6b7efb7 snd_soc_add_card_controls EXPORT_SYMBOL_GPL vmlinux 0xa6bb8d6e bsg_job_get EXPORT_SYMBOL_GPL vmlinux 0xa6bd55b9 __pm_relax EXPORT_SYMBOL_GPL vmlinux 0xa6ca5266 inode_sb_list_add -EXPORT_SYMBOL_GPL vmlinux 0xa6d1d950 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xa6d8047a genphy_c45_read_pma EXPORT_SYMBOL_GPL vmlinux 0xa6daab3e vfs_cancel_lock EXPORT_SYMBOL_GPL vmlinux 0xa6df4342 crypto_alloc_kpp @@ -20903,6 +20910,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync EXPORT_SYMBOL_GPL vmlinux 0xa6f116ea snd_soc_put_volsw_range EXPORT_SYMBOL_GPL vmlinux 0xa6f8ccb8 __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa6f9e5a3 dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0xa7033cb0 pinctrl_enable EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu EXPORT_SYMBOL_GPL vmlinux 0xa70d8677 crypto_grab_aead @@ -20918,35 +20926,34 @@ EXPORT_SYMBOL_GPL vmlinux 0xa7811d22 ahci_do_hardreset EXPORT_SYMBOL_GPL vmlinux 0xa78d103c reset_simple_ops EXPORT_SYMBOL_GPL vmlinux 0xa79fca17 scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0xa7a0f1ab dpcm_be_dai_trigger -EXPORT_SYMBOL_GPL vmlinux 0xa7a5d05d usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit EXPORT_SYMBOL_GPL vmlinux 0xa7b2a4ae efivar_entry_get EXPORT_SYMBOL_GPL vmlinux 0xa7c694bc dev_attr_unload_heads EXPORT_SYMBOL_GPL vmlinux 0xa7d1cbd7 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0xa7d45839 cpts_register -EXPORT_SYMBOL_GPL vmlinux 0xa7d8ed50 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xa7d51f0c __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xa7db1111 input_ff_destroy EXPORT_SYMBOL_GPL vmlinux 0xa7eb4dee dev_pm_opp_of_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0xa7fc97e1 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xa80c1e65 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xa80d7471 cpuidle_get_driver -EXPORT_SYMBOL_GPL vmlinux 0xa81337cf skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0xa821b9e8 bus_rescan_devices EXPORT_SYMBOL_GPL vmlinux 0xa82214f1 fsstack_copy_attr_all EXPORT_SYMBOL_GPL vmlinux 0xa83658b9 component_add_typed EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xa852eade ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xa866e38f tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0xa86c396d cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xa88b6bb4 fwnode_get_parent -EXPORT_SYMBOL_GPL vmlinux 0xa88d73c5 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xa8953448 unregister_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0xa899a232 bus_get_device_klist -EXPORT_SYMBOL_GPL vmlinux 0xa8a42d6b fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0xa8ae4e10 nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0xa8b772c4 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors -EXPORT_SYMBOL_GPL vmlinux 0xa8be7a94 __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0xa8ca0a6e dm_internal_suspend_noflush EXPORT_SYMBOL_GPL vmlinux 0xa8e7e7ea regulator_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa8e99c0f xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xa8ec46d0 fat_truncate_time EXPORT_SYMBOL_GPL vmlinux 0xa8ee0ea9 serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0xa8fe0d64 debugfs_create_file @@ -20954,10 +20961,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xa909811a badrange_forget EXPORT_SYMBOL_GPL vmlinux 0xa90f62f1 pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0xa917d5e4 gov_update_cpu_data EXPORT_SYMBOL_GPL vmlinux 0xa925f911 gpiod_direction_output_raw -EXPORT_SYMBOL_GPL vmlinux 0xa9299929 dw_pcie_msi_init EXPORT_SYMBOL_GPL vmlinux 0xa92b7803 power_supply_notifier EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds EXPORT_SYMBOL_GPL vmlinux 0xa94ce654 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0xa958da46 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0xa95bf67d blk_revalidate_disk_zones EXPORT_SYMBOL_GPL vmlinux 0xa9606f66 power_supply_put EXPORT_SYMBOL_GPL vmlinux 0xa96bd0c2 crypto_unregister_aeads @@ -20969,17 +20976,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xa9d8bf41 devm_release_action EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xa9e11fd1 stmpe_enable EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister -EXPORT_SYMBOL_GPL vmlinux 0xa9e64511 tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0xa9e8a8b6 register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0xa9ff23d8 percpu_free_rwsem EXPORT_SYMBOL_GPL vmlinux 0xaa14f13b blkg_conf_prep -EXPORT_SYMBOL_GPL vmlinux 0xaa1accb3 pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0xaa225a7f gpiod_unexport EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0xaa2ef0b6 usb_wakeup_notification EXPORT_SYMBOL_GPL vmlinux 0xaa3bb422 crypto_unregister_acomps EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa49e83a skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0xaa55fbee irq_chip_release_resources_parent EXPORT_SYMBOL_GPL vmlinux 0xaa65f474 dev_attr_sw_activity EXPORT_SYMBOL_GPL vmlinux 0xaa6f6d55 md_rdev_init @@ -20987,9 +20993,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa73b8a9 dm_device_name EXPORT_SYMBOL_GPL vmlinux 0xaa7955b4 ohci_setup EXPORT_SYMBOL_GPL vmlinux 0xaa8e4200 dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump -EXPORT_SYMBOL_GPL vmlinux 0xaaaa8c4a devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0xaaad1715 do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0xaaad56e2 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaabfcc19 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xaac36b67 xdp_return_frame EXPORT_SYMBOL_GPL vmlinux 0xaac74775 ehci_init_driver EXPORT_SYMBOL_GPL vmlinux 0xaad3de21 fsnotify @@ -21000,6 +21006,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc EXPORT_SYMBOL_GPL vmlinux 0xaaef3641 usb_phy_set_event EXPORT_SYMBOL_GPL vmlinux 0xaaf3709e soc_device_register EXPORT_SYMBOL_GPL vmlinux 0xab0ecd13 devm_of_pci_get_host_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xab101d55 netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0xab11fda4 spi_split_transfers_maxsize EXPORT_SYMBOL_GPL vmlinux 0xab1396b1 amba_bustype EXPORT_SYMBOL_GPL vmlinux 0xab2affb2 pwm_get @@ -21009,11 +21016,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xab4c9dac __tracepoint_rpm_resume EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf EXPORT_SYMBOL_GPL vmlinux 0xab5cebe7 to_nd_desc EXPORT_SYMBOL_GPL vmlinux 0xab693064 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab69905a xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7cc63a iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect EXPORT_SYMBOL_GPL vmlinux 0xab8ca806 security_path_link EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks -EXPORT_SYMBOL_GPL vmlinux 0xaba99e40 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xabb01964 vfs_setlease EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate EXPORT_SYMBOL_GPL vmlinux 0xabcda29e leds_list_lock @@ -21047,13 +21055,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xad9c6728 pinconf_generic_dt_subnode_to_map EXPORT_SYMBOL_GPL vmlinux 0xad9d7d10 ata_eh_freeze_port EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xadaeab2a blk_mq_sched_mark_restart_hctx -EXPORT_SYMBOL_GPL vmlinux 0xadaff751 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0xadb87587 blkcg_print_blkgs EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit EXPORT_SYMBOL_GPL vmlinux 0xae0f51bf clk_hw_unregister_fixed_factor -EXPORT_SYMBOL_GPL vmlinux 0xae14a213 ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xae1b54bd rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xae1d893d tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk EXPORT_SYMBOL_GPL vmlinux 0xae315477 devres_remove_group EXPORT_SYMBOL_GPL vmlinux 0xae33ed6f regcache_sync @@ -21073,13 +21080,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xaed325c8 nand_cleanup EXPORT_SYMBOL_GPL vmlinux 0xaede13da powercap_unregister_zone EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister EXPORT_SYMBOL_GPL vmlinux 0xaee2bd2c snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xaefd98fa ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0xaf0c52b5 xhci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xaf12f209 pm_clk_remove EXPORT_SYMBOL_GPL vmlinux 0xaf180939 kthread_mod_delayed_work -EXPORT_SYMBOL_GPL vmlinux 0xaf1d458c nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xaf1fd87a bpf_trace_run8 EXPORT_SYMBOL_GPL vmlinux 0xaf25c040 snd_soc_dpcm_can_be_params -EXPORT_SYMBOL_GPL vmlinux 0xaf2d4609 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit EXPORT_SYMBOL_GPL vmlinux 0xaf3be4b8 pinctrl_add_gpio_ranges EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check @@ -21091,19 +21097,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xaf98fcb7 ahci_init_controller EXPORT_SYMBOL_GPL vmlinux 0xaf990945 serial8250_rpm_put EXPORT_SYMBOL_GPL vmlinux 0xaf9a45b6 bpf_trace_run7 EXPORT_SYMBOL_GPL vmlinux 0xafb481c3 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xafba9787 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xafc27be9 fsverity_file_open EXPORT_SYMBOL_GPL vmlinux 0xafc3da16 mtd_erase EXPORT_SYMBOL_GPL vmlinux 0xafd8f3e9 sdio_retune_crc_enable EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string EXPORT_SYMBOL_GPL vmlinux 0xafe38c04 fwnode_graph_get_remote_port_parent EXPORT_SYMBOL_GPL vmlinux 0xb000a16c regmap_get_val_endian -EXPORT_SYMBOL_GPL vmlinux 0xb0187244 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev EXPORT_SYMBOL_GPL vmlinux 0xb03ef9f0 __srcu_read_lock EXPORT_SYMBOL_GPL vmlinux 0xb040a37f usb_get_status EXPORT_SYMBOL_GPL vmlinux 0xb04d1f7b perf_event_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xb0683998 snd_card_ref EXPORT_SYMBOL_GPL vmlinux 0xb06a6ed2 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb0706ab4 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare EXPORT_SYMBOL_GPL vmlinux 0xb0797305 sdio_f0_readb @@ -21111,20 +21118,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xb0816a1d console_drivers EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset EXPORT_SYMBOL_GPL vmlinux 0xb0c3cbd6 regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0xb0c3fc6f usb_enable_ltm -EXPORT_SYMBOL_GPL vmlinux 0xb0cd54ff inet_csk_addr2sockaddr -EXPORT_SYMBOL_GPL vmlinux 0xb0d2d989 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0xb0f5e279 of_clk_add_hw_provider EXPORT_SYMBOL_GPL vmlinux 0xb0f8bc91 fsverity_ioctl_measure EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb11625b9 cpu_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number -EXPORT_SYMBOL_GPL vmlinux 0xb129aa21 __xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0xb12c18ed evm_inode_init_security EXPORT_SYMBOL_GPL vmlinux 0xb1311ecc transport_destroy_device EXPORT_SYMBOL_GPL vmlinux 0xb13b33aa sysfs_file_change_owner EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks EXPORT_SYMBOL_GPL vmlinux 0xb1433fd2 devm_mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0xb14fb1b3 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xb15ebd67 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init EXPORT_SYMBOL_GPL vmlinux 0xb18110e0 __tracepoint_arm_event @@ -21135,12 +21140,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start EXPORT_SYMBOL_GPL vmlinux 0xb1d9200f devres_alloc_node EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e396aa tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0xb1e7d328 nand_subop_get_addr_start_off EXPORT_SYMBOL_GPL vmlinux 0xb1ea7fb1 sysfs_remove_group EXPORT_SYMBOL_GPL vmlinux 0xb2003545 usb_set_interface -EXPORT_SYMBOL_GPL vmlinux 0xb2173571 devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert EXPORT_SYMBOL_GPL vmlinux 0xb2316d55 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xb23a0185 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0xb23ffc93 cpufreq_freq_attr_scaling_available_freqs EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq EXPORT_SYMBOL_GPL vmlinux 0xb25beaa7 snd_soc_dapm_force_enable_pin_unlocked @@ -21151,11 +21157,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xb27c9368 kvm_vcpu_read_guest EXPORT_SYMBOL_GPL vmlinux 0xb28014db wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0xb284fad0 uart_handle_cts_change EXPORT_SYMBOL_GPL vmlinux 0xb2aba341 crypto_unregister_rng -EXPORT_SYMBOL_GPL vmlinux 0xb2dc29b6 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xb2bf77fb ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0xb2e618e3 divider_recalc_rate EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem EXPORT_SYMBOL_GPL vmlinux 0xb2e8013f of_mm_gpiochip_remove -EXPORT_SYMBOL_GPL vmlinux 0xb2f694c2 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xb2fa7f22 spi_new_device EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page EXPORT_SYMBOL_GPL vmlinux 0xb301f926 blk_mq_sched_try_insert_merge @@ -21164,13 +21169,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put EXPORT_SYMBOL_GPL vmlinux 0xb31e4706 sysfs_update_group EXPORT_SYMBOL_GPL vmlinux 0xb3251487 of_reserved_mem_device_release EXPORT_SYMBOL_GPL vmlinux 0xb328d162 blk_trace_remove -EXPORT_SYMBOL_GPL vmlinux 0xb339fca4 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xb33cc73d transport_remove_device -EXPORT_SYMBOL_GPL vmlinux 0xb3402abc skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0xb342aef8 fwnode_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0xb34f1af9 set_task_ioprio -EXPORT_SYMBOL_GPL vmlinux 0xb352872d __tcp_bpf_recvmsg -EXPORT_SYMBOL_GPL vmlinux 0xb38da231 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xb35d230f metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0xb38fb456 gpiod_set_value EXPORT_SYMBOL_GPL vmlinux 0xb3961b76 of_get_videomode EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf @@ -21179,7 +21181,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xb39ebffb sysfs_change_owner EXPORT_SYMBOL_GPL vmlinux 0xb3b1405d rio_add_mport_pw_handler EXPORT_SYMBOL_GPL vmlinux 0xb3b3ac9a dev_pm_qos_expose_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0xb3cfd213 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb3db0f5a fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb436ac79 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get EXPORT_SYMBOL_GPL vmlinux 0xb44c1883 devm_clk_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled @@ -21195,6 +21199,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb4c2e426 pinmux_generic_get_function EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length EXPORT_SYMBOL_GPL vmlinux 0xb4f0bfed platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb5011116 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc EXPORT_SYMBOL_GPL vmlinux 0xb517950a musb_writel EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state @@ -21203,20 +21208,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xb53981cb mtd_ooblayout_find_eccregion EXPORT_SYMBOL_GPL vmlinux 0xb53cc548 crypto_shash_finup EXPORT_SYMBOL_GPL vmlinux 0xb546ec2f wm831x_reg_read EXPORT_SYMBOL_GPL vmlinux 0xb54f1577 ata_host_init -EXPORT_SYMBOL_GPL vmlinux 0xb56dc293 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xb5661d5a pci_intx EXPORT_SYMBOL_GPL vmlinux 0xb58dd06a dapm_clock_event EXPORT_SYMBOL_GPL vmlinux 0xb58e8933 unregister_mtd_user EXPORT_SYMBOL_GPL vmlinux 0xb590e678 kvm_release_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xb595c0e1 of_clk_parent_fill -EXPORT_SYMBOL_GPL vmlinux 0xb5997856 switchdev_port_obj_add -EXPORT_SYMBOL_GPL vmlinux 0xb5bd388c dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xb5c7b336 regulator_set_load EXPORT_SYMBOL_GPL vmlinux 0xb5ca921e kvm_vcpu_read_guest_page -EXPORT_SYMBOL_GPL vmlinux 0xb5cf9d50 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0xb5d87327 pm_wakeup_ws_event EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb5f59dba ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0xb6174c8d i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6485c5b udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xb65ce067 qcom_smem_state_register EXPORT_SYMBOL_GPL vmlinux 0xb65e487f usb_gadget_deactivate EXPORT_SYMBOL_GPL vmlinux 0xb663b2d8 mbox_client_peek_data @@ -21226,16 +21230,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xb69c3d88 clk_hw_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xb69e5b5d security_inode_permission EXPORT_SYMBOL_GPL vmlinux 0xb6b4dd01 uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0xb6be0966 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xb6c409a7 pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xb6d79714 fixed_phy_unregister EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable EXPORT_SYMBOL_GPL vmlinux 0xb6f497e2 flow_indr_del_block_cb EXPORT_SYMBOL_GPL vmlinux 0xb6f7c71e list_lru_count_one -EXPORT_SYMBOL_GPL vmlinux 0xb6f84993 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0xb6fa5fba platform_get_irq_byname EXPORT_SYMBOL_GPL vmlinux 0xb70b902e ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0xb70ea06e kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xb7304579 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase EXPORT_SYMBOL_GPL vmlinux 0xb7356fca pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb73998d6 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0xb73aa3f7 crypto_stats_kpp_compute_shared_secret EXPORT_SYMBOL_GPL vmlinux 0xb73dee4f sched_trace_rq_avg_irq EXPORT_SYMBOL_GPL vmlinux 0xb7491c17 lzorle1x_1_compress @@ -21243,6 +21249,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7631c03 devm_gpio_request EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb EXPORT_SYMBOL_GPL vmlinux 0xb772d0a8 store_sampling_rate EXPORT_SYMBOL_GPL vmlinux 0xb774103e virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb7773488 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xb7899bb2 kvm_get_dirty_log_protect EXPORT_SYMBOL_GPL vmlinux 0xb7973fea pm_generic_poweroff_noirq EXPORT_SYMBOL_GPL vmlinux 0xb79b3645 ahci_error_handler @@ -21262,7 +21269,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb83b70f2 housekeeping_enabled EXPORT_SYMBOL_GPL vmlinux 0xb840eb5e tty_port_register_device_serdev EXPORT_SYMBOL_GPL vmlinux 0xb84eea4a phy_10gbit_fec_features EXPORT_SYMBOL_GPL vmlinux 0xb8590d1a clk_hw_get_num_parents -EXPORT_SYMBOL_GPL vmlinux 0xb8605944 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0xb8701d97 fat_get_dotdot_entry EXPORT_SYMBOL_GPL vmlinux 0xb8752e4d __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xb876996f dev_pm_set_dedicated_wake_irq @@ -21271,52 +21277,50 @@ EXPORT_SYMBOL_GPL vmlinux 0xb8814249 sdio_retune_release EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state EXPORT_SYMBOL_GPL vmlinux 0xb89518a5 snd_soc_component_test_bits EXPORT_SYMBOL_GPL vmlinux 0xb8a1081f snd_soc_component_get_pin_status -EXPORT_SYMBOL_GPL vmlinux 0xb8b7a70b ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0xb8c22a89 rio_unregister_scan EXPORT_SYMBOL_GPL vmlinux 0xb8c84ff5 nd_blk_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0xb8ccc33e devm_hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d64c3c __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xb8e18294 bpf_map_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0xb8eec740 split_page -EXPORT_SYMBOL_GPL vmlinux 0xb9063846 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key EXPORT_SYMBOL_GPL vmlinux 0xb9103be6 anon_inode_getfd EXPORT_SYMBOL_GPL vmlinux 0xb9138620 xas_create_range EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address EXPORT_SYMBOL_GPL vmlinux 0xb91be843 lp8788_read_byte -EXPORT_SYMBOL_GPL vmlinux 0xb92302da dw_pcie_write_dbi EXPORT_SYMBOL_GPL vmlinux 0xb925d5f7 sysfs_create_link_nowarn EXPORT_SYMBOL_GPL vmlinux 0xb92b5d85 nand_release -EXPORT_SYMBOL_GPL vmlinux 0xb9540f53 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0xb96a6616 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xb982c383 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0xb988731c sb800_prefetch EXPORT_SYMBOL_GPL vmlinux 0xb9935d6b regmap_check_range_table -EXPORT_SYMBOL_GPL vmlinux 0xb9978059 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0xb99a93f5 crypto_chain EXPORT_SYMBOL_GPL vmlinux 0xb99ed87b handle_untracked_irq EXPORT_SYMBOL_GPL vmlinux 0xb9a037a2 add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0xb9b5a35c mddev_congested EXPORT_SYMBOL_GPL vmlinux 0xb9b628ed perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0xb9b8e81f irq_domain_simple_ops -EXPORT_SYMBOL_GPL vmlinux 0xb9b93420 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xb9c5f470 snd_soc_get_enum_double -EXPORT_SYMBOL_GPL vmlinux 0xb9cb6f17 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xb9c64265 devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first -EXPORT_SYMBOL_GPL vmlinux 0xb9d1d20d ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0xb9e030f3 pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xba0aa086 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0xba12af6f nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba22a8eb sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0xba264fab clockevent_delta2ns EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba339944 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0xba3aa8b3 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xba3c6e77 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0xba429b81 dev_pm_domain_set EXPORT_SYMBOL_GPL vmlinux 0xba55704b regulator_get_error_flags EXPORT_SYMBOL_GPL vmlinux 0xba7f04f0 nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0xba7fe364 cpufreq_cooling_register -EXPORT_SYMBOL_GPL vmlinux 0xba80c868 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0xba830744 __ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0xba8e48d0 __set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xba9ad45a class_compat_remove_link @@ -21329,7 +21333,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb037ac1 unregister_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks EXPORT_SYMBOL_GPL vmlinux 0xbb12abcf edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0xbb190a23 i2c_adapter_depth -EXPORT_SYMBOL_GPL vmlinux 0xbb1979d2 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0xbb1ac66e sysfs_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0xbb20ea59 __sdhci_read_caps EXPORT_SYMBOL_GPL vmlinux 0xbb291d95 __regmap_init_mmio_clk @@ -21337,6 +21340,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xbb5e47d7 proc_create_net_single EXPORT_SYMBOL_GPL vmlinux 0xbb670643 wm8350_device_init EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb7c91bb __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0xbb825ffd thermal_zone_of_sensor_register EXPORT_SYMBOL_GPL vmlinux 0xbb82a2d4 gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xbb902505 look_up_OID @@ -21344,12 +21348,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xbb93f5a7 virtio_device_restore EXPORT_SYMBOL_GPL vmlinux 0xbb9a101d create_signature EXPORT_SYMBOL_GPL vmlinux 0xbb9aea98 genphy_c45_read_lpa EXPORT_SYMBOL_GPL vmlinux 0xbba8c8dd usb_hcd_poll_rh_status -EXPORT_SYMBOL_GPL vmlinux 0xbbbd1440 virtio_finalize_features +EXPORT_SYMBOL_GPL vmlinux 0xbbb9f8f4 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbbd5e686 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0xbbddc24d __wait_rcu_gp EXPORT_SYMBOL_GPL vmlinux 0xbbdf0f7e fsnotify_init_mark EXPORT_SYMBOL_GPL vmlinux 0xbbe05ff2 rio_mport_chk_dev_access EXPORT_SYMBOL_GPL vmlinux 0xbbf83177 snd_soc_tplg_widget_remove -EXPORT_SYMBOL_GPL vmlinux 0xbbf9ae4e devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0xbc05b380 snd_soc_dapm_get_volsw EXPORT_SYMBOL_GPL vmlinux 0xbc0a1a6d elv_unregister EXPORT_SYMBOL_GPL vmlinux 0xbc2743cb pm_clk_destroy @@ -21365,7 +21369,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xbc69d310 platform_device_register EXPORT_SYMBOL_GPL vmlinux 0xbc6a39f7 unix_outq_len EXPORT_SYMBOL_GPL vmlinux 0xbc6a3fdf extcon_get_property EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq -EXPORT_SYMBOL_GPL vmlinux 0xbc9e34d6 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xbc894bb2 pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0xbcaa028d power_supply_external_power_changed EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xbcbd2290 pinctrl_generic_remove_group @@ -21377,9 +21381,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool EXPORT_SYMBOL_GPL vmlinux 0xbcf2eb6e wm831x_regmap_config EXPORT_SYMBOL_GPL vmlinux 0xbcf481d0 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xbcf63578 strp_stop EXPORT_SYMBOL_GPL vmlinux 0xbcf74db9 sysfs_unmerge_group -EXPORT_SYMBOL_GPL vmlinux 0xbd0e1907 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xbcfb5f67 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0xbd0e8cea led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xbd2948c8 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq EXPORT_SYMBOL_GPL vmlinux 0xbd57a6a1 iomap_zero_range EXPORT_SYMBOL_GPL vmlinux 0xbd59dbca phy_restart_aneg @@ -21390,8 +21396,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xbd6e6e2c ata_port_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0xbd877c7e cec_register_adapter EXPORT_SYMBOL_GPL vmlinux 0xbd8ea094 amba_apb_device_add_res EXPORT_SYMBOL_GPL vmlinux 0xbdb93403 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbdb9c1b7 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xbdc39205 cec_fill_conn_info_from_drm EXPORT_SYMBOL_GPL vmlinux 0xbdce2c0d pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xbde7a378 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0xbdeed8f5 l3mdev_fib_table_by_index EXPORT_SYMBOL_GPL vmlinux 0xbdf61fb6 flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0xbe16fb03 blkcipher_walk_done @@ -21400,10 +21408,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xbe37c88c of_thermal_get_ntrips EXPORT_SYMBOL_GPL vmlinux 0xbe3d98b0 pm_generic_resume_early EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xbe510e62 usb_autopm_get_interface -EXPORT_SYMBOL_GPL vmlinux 0xbe5909ff nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0xbe669bdc irq_domain_add_simple EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbe695d79 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xbe7320ca clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0xbe76d2c8 spi_write_then_read EXPORT_SYMBOL_GPL vmlinux 0xbe7be049 of_phy_get EXPORT_SYMBOL_GPL vmlinux 0xbe7c4e24 i2c_new_dummy @@ -21416,48 +21424,42 @@ EXPORT_SYMBOL_GPL vmlinux 0xbea6cf42 irq_domain_free_fwnode EXPORT_SYMBOL_GPL vmlinux 0xbeadd0ee led_sysfs_enable EXPORT_SYMBOL_GPL vmlinux 0xbeb5925e __mtd_next_device EXPORT_SYMBOL_GPL vmlinux 0xbeb9ea64 __mnt_is_readonly -EXPORT_SYMBOL_GPL vmlinux 0xbee3ecd2 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0xbefb53aa register_kprobes -EXPORT_SYMBOL_GPL vmlinux 0xbf022ec1 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0xbf0a541a ata_sas_tport_delete EXPORT_SYMBOL_GPL vmlinux 0xbf0e15a4 __sdhci_set_timeout EXPORT_SYMBOL_GPL vmlinux 0xbf14b658 tty_buffer_space_avail EXPORT_SYMBOL_GPL vmlinux 0xbf16e25b thermal_zone_unbind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0xbf17c11b fb_deferred_io_init -EXPORT_SYMBOL_GPL vmlinux 0xbf2e5cfb pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0xbf2f82fd gpmc_omap_onenand_set_timings EXPORT_SYMBOL_GPL vmlinux 0xbf3a9267 rio_unregister_driver -EXPORT_SYMBOL_GPL vmlinux 0xbf3c5641 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xbf5da3dd power_supply_get_property EXPORT_SYMBOL_GPL vmlinux 0xbf69f24c devm_hwrng_register EXPORT_SYMBOL_GPL vmlinux 0xbf711cc0 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbf721146 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xbf74ff10 vchan_find_desc EXPORT_SYMBOL_GPL vmlinux 0xbf792f22 event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0xbf7ba813 driver_attach -EXPORT_SYMBOL_GPL vmlinux 0xbf83457b ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0xbf8411da clk_hw_get_rate -EXPORT_SYMBOL_GPL vmlinux 0xbf8a1790 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xbf8a3383 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xbf909df6 hvc_remove EXPORT_SYMBOL_GPL vmlinux 0xbf94421f wm5110_spi_regmap -EXPORT_SYMBOL_GPL vmlinux 0xbf9e5c2b devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbfadf0e8 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports -EXPORT_SYMBOL_GPL vmlinux 0xbfc32a03 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0xbfd136cb gpiod_export EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control EXPORT_SYMBOL_GPL vmlinux 0xbffce09b rhashtable_walk_exit EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 -EXPORT_SYMBOL_GPL vmlinux 0xc0026bdf ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0xc009f4e1 phy_resolve_aneg_linkmode EXPORT_SYMBOL_GPL vmlinux 0xc00af7ec regulator_sync_voltage EXPORT_SYMBOL_GPL vmlinux 0xc011ed63 usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0xc01664d0 devm_gpiod_get EXPORT_SYMBOL_GPL vmlinux 0xc016ad49 __irq_set_handler EXPORT_SYMBOL_GPL vmlinux 0xc018ab53 inode_congested +EXPORT_SYMBOL_GPL vmlinux 0xc0197a78 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xc01f2ccc sata_pmp_error_handler EXPORT_SYMBOL_GPL vmlinux 0xc0239e47 device_match_of_node EXPORT_SYMBOL_GPL vmlinux 0xc030ac4c fuse_sync_release -EXPORT_SYMBOL_GPL vmlinux 0xc033fd63 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xc0420b23 usb_bus_idr_lock EXPORT_SYMBOL_GPL vmlinux 0xc04d643b pinmux_generic_get_function_groups EXPORT_SYMBOL_GPL vmlinux 0xc0583e20 edac_queue_work @@ -21469,6 +21471,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc07a0267 policy_has_boost_freq EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu EXPORT_SYMBOL_GPL vmlinux 0xc08f1f93 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xc0935d4e dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited EXPORT_SYMBOL_GPL vmlinux 0xc0adf6f0 spi_sync EXPORT_SYMBOL_GPL vmlinux 0xc0af9603 gpiochip_populate_parent_fwspec_twocell @@ -21481,10 +21484,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xc103c9d6 efivar_entry_remove EXPORT_SYMBOL_GPL vmlinux 0xc10655da xas_get_mark EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t EXPORT_SYMBOL_GPL vmlinux 0xc11029b8 __efivar_entry_get -EXPORT_SYMBOL_GPL vmlinux 0xc125b1ef pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xc111c5d4 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xc13ffdad kvm_vcpu_block EXPORT_SYMBOL_GPL vmlinux 0xc14bc526 platform_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xc14e85b4 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xc1503431 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xc161a2e6 perf_event_sysfs_show EXPORT_SYMBOL_GPL vmlinux 0xc168be0e snd_pcm_lib_default_mmap EXPORT_SYMBOL_GPL vmlinux 0xc16e0f5c fat_getattr @@ -21496,14 +21500,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xc187566e usb_deregister EXPORT_SYMBOL_GPL vmlinux 0xc18af36d adp5520_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xc193d6b6 gpiochip_irqchip_add_key EXPORT_SYMBOL_GPL vmlinux 0xc1a07c4f i2c_probe_func_quick_read -EXPORT_SYMBOL_GPL vmlinux 0xc1be52e0 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xc1d21778 sched_trace_rq_cpu EXPORT_SYMBOL_GPL vmlinux 0xc1e14d2f snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0xc1e5fc07 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0xc1fccc5e srcu_torture_stats_print -EXPORT_SYMBOL_GPL vmlinux 0xc205133a skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc222ead3 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0xc22557f5 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases EXPORT_SYMBOL_GPL vmlinux 0xc22d4a93 devm_gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0xc25c2647 xdp_rxq_info_reg @@ -21513,7 +21517,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc281f631 rio_get_comptag EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xc29160c4 crypto_stats_init EXPORT_SYMBOL_GPL vmlinux 0xc2950a02 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xc29ac366 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0xc29c3ea0 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xc2a4406b skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xc2d0e6f4 gpiod_get_array EXPORT_SYMBOL_GPL vmlinux 0xc2d5a336 __platform_driver_register @@ -21530,14 +21536,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xc3731053 of_clk_add_provider EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters EXPORT_SYMBOL_GPL vmlinux 0xc38fe643 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc3a9fd34 pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0xc3ae8b2b musb_readl EXPORT_SYMBOL_GPL vmlinux 0xc3b77bb1 virtqueue_add_inbuf -EXPORT_SYMBOL_GPL vmlinux 0xc3bb3347 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0xc3c4699f snd_soc_dai_set_sysclk EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c4ed0a skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0xc3e8f2d0 regulator_get_init_drvdata EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough -EXPORT_SYMBOL_GPL vmlinux 0xc3ee5b35 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0xc3f28ddd regcache_drop_region EXPORT_SYMBOL_GPL vmlinux 0xc3f4e38c rio_mport_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0xc3fa1005 rio_map_inb_region @@ -21553,47 +21559,54 @@ EXPORT_SYMBOL_GPL vmlinux 0xc42e15c2 ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0xc43381e6 sock_zerocopy_put_abort EXPORT_SYMBOL_GPL vmlinux 0xc438f14c kvm_is_visible_gfn EXPORT_SYMBOL_GPL vmlinux 0xc445a5ff io_cgrp_subsys -EXPORT_SYMBOL_GPL vmlinux 0xc44f0697 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc4506c6d seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type EXPORT_SYMBOL_GPL vmlinux 0xc458d909 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xc4689f15 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource EXPORT_SYMBOL_GPL vmlinux 0xc47fb5ba clk_register_fixed_factor EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string EXPORT_SYMBOL_GPL vmlinux 0xc4922686 clk_hw_register_fixed_rate EXPORT_SYMBOL_GPL vmlinux 0xc4961b30 serdev_device_set_baudrate -EXPORT_SYMBOL_GPL vmlinux 0xc4ac3363 udp_destruct_sock +EXPORT_SYMBOL_GPL vmlinux 0xc4d9490d skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0xc4dbddfa devm_phy_create EXPORT_SYMBOL_GPL vmlinux 0xc4e54c9e rtc_update_irq EXPORT_SYMBOL_GPL vmlinux 0xc4eaa5c4 kill_device EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc51e661d __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0xc523cffa __rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc5347b1f devlink_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc538c083 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xc54756aa phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc561ba38 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0xc562a1b5 kvm_vcpu_gfn_to_page EXPORT_SYMBOL_GPL vmlinux 0xc56617ec crypto_unregister_akcipher EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56d09f4 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xc56efbb7 snd_soc_add_dai_controls EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off -EXPORT_SYMBOL_GPL vmlinux 0xc58851ba pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xc59a6af3 crypto_register_ahashes EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon EXPORT_SYMBOL_GPL vmlinux 0xc5c425be __regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0xc5e07ef9 led_set_brightness EXPORT_SYMBOL_GPL vmlinux 0xc5e16d6b usb_get_current_frame_number -EXPORT_SYMBOL_GPL vmlinux 0xc5e96502 bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0xc5ebe36c mtd_block_isbad EXPORT_SYMBOL_GPL vmlinux 0xc5ee8185 irq_domain_push_irq EXPORT_SYMBOL_GPL vmlinux 0xc5eeb88c snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0xc603f944 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xc60b34fd spi_res_release +EXPORT_SYMBOL_GPL vmlinux 0xc60eaee6 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0xc616f9f5 mtd_write EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0xc61a6865 cpuidle_register_device EXPORT_SYMBOL_GPL vmlinux 0xc62db5b3 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xc62ebab1 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xc62f56f3 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc63a5fa7 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0xc6410467 l3mdev_master_ifindex_rcu EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type -EXPORT_SYMBOL_GPL vmlinux 0xc65d06a9 validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu EXPORT_SYMBOL_GPL vmlinux 0xc665e72b spi_controller_resume EXPORT_SYMBOL_GPL vmlinux 0xc66a2a60 i2c_adapter_type @@ -21602,7 +21615,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc691cb64 rtc_set_alarm EXPORT_SYMBOL_GPL vmlinux 0xc6937678 devm_snd_dmaengine_pcm_register EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async -EXPORT_SYMBOL_GPL vmlinux 0xc6a404f2 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled EXPORT_SYMBOL_GPL vmlinux 0xc6c3ed50 percpu_ref_reinit EXPORT_SYMBOL_GPL vmlinux 0xc6c76e74 snd_card_disconnect_sync @@ -21611,7 +21623,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc6ddb688 __vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0xc6e2ac97 clk_hw_register_fractional_divider EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head EXPORT_SYMBOL_GPL vmlinux 0xc6ec00b9 get_kernel_page -EXPORT_SYMBOL_GPL vmlinux 0xc708737c sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0xc709c455 rio_release_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0xc71cec21 devm_clk_hw_register EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field @@ -21622,7 +21633,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xc74c782c crypto_alloc_akcipher EXPORT_SYMBOL_GPL vmlinux 0xc754e9bf usb_wakeup_enabled_descendants EXPORT_SYMBOL_GPL vmlinux 0xc7584dc7 of_genpd_add_provider_onecell EXPORT_SYMBOL_GPL vmlinux 0xc75b43b2 kernfs_get -EXPORT_SYMBOL_GPL vmlinux 0xc75baeb6 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xc76549cf ata_msleep EXPORT_SYMBOL_GPL vmlinux 0xc771f25d alarm_init EXPORT_SYMBOL_GPL vmlinux 0xc77b7d93 fscrypt_ioctl_add_key @@ -21635,11 +21645,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch EXPORT_SYMBOL_GPL vmlinux 0xc7ac7744 __get_mtd_device EXPORT_SYMBOL_GPL vmlinux 0xc7c80934 ahci_platform_get_resources EXPORT_SYMBOL_GPL vmlinux 0xc7da0f0f nand_soft_waitrdy -EXPORT_SYMBOL_GPL vmlinux 0xc7dbc705 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0xc7ddc09c blk_queue_flag_test_and_set EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7ec5596 hwmon_device_register_with_groups -EXPORT_SYMBOL_GPL vmlinux 0xc7f1fd35 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop EXPORT_SYMBOL_GPL vmlinux 0xc7fe24a2 aead_register_instance EXPORT_SYMBOL_GPL vmlinux 0xc80a26ac i2c_new_dummy_device @@ -21660,31 +21668,24 @@ EXPORT_SYMBOL_GPL vmlinux 0xc8577a2f sdhci_set_ios EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire EXPORT_SYMBOL_GPL vmlinux 0xc85b64d0 ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0xc86101d8 __dax_driver_register -EXPORT_SYMBOL_GPL vmlinux 0xc864593e pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0xc867f903 kvm_vcpu_yield_to EXPORT_SYMBOL_GPL vmlinux 0xc86d01dc __account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0xc86d832d ata_eh_analyze_ncq_error EXPORT_SYMBOL_GPL vmlinux 0xc8789b73 unix_table_lock -EXPORT_SYMBOL_GPL vmlinux 0xc87bd64a pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xc88a9f9d call_srcu EXPORT_SYMBOL_GPL vmlinux 0xc891136a __wake_up_sync -EXPORT_SYMBOL_GPL vmlinux 0xc89697f5 fl6_merge_options -EXPORT_SYMBOL_GPL vmlinux 0xc8996257 ping_rcv EXPORT_SYMBOL_GPL vmlinux 0xc8a6a010 iomap_file_buffered_write EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable -EXPORT_SYMBOL_GPL vmlinux 0xc8b3988e xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0xc8c4aa5c page_mkclean EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable -EXPORT_SYMBOL_GPL vmlinux 0xc8de4529 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xc8dff44e pwm_get_chip_data EXPORT_SYMBOL_GPL vmlinux 0xc8e33c8f led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0xc8e7aa54 thermal_add_hwmon_sysfs EXPORT_SYMBOL_GPL vmlinux 0xc8ea074a usb_ep_dequeue EXPORT_SYMBOL_GPL vmlinux 0xc8f54501 cpufreq_register_driver EXPORT_SYMBOL_GPL vmlinux 0xc8f866eb phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xc8fb5b4b ping_bind EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint -EXPORT_SYMBOL_GPL vmlinux 0xc916905e sk_clone_lock -EXPORT_SYMBOL_GPL vmlinux 0xc916df3d rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xc91a6a71 snd_soc_get_pcm_runtime EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init EXPORT_SYMBOL_GPL vmlinux 0xc9485ce2 regulator_set_bypass_regmap @@ -21694,18 +21695,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xc95226bc clk_hw_set_parent EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist EXPORT_SYMBOL_GPL vmlinux 0xc961e9dc crypto_register_algs EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base -EXPORT_SYMBOL_GPL vmlinux 0xc98b717e dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0xc993f21c nvdimm_region_notify EXPORT_SYMBOL_GPL vmlinux 0xc9969353 serdev_device_close EXPORT_SYMBOL_GPL vmlinux 0xc9a19e1b of_hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0xc9a72a35 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9b21039 bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0xc9b28665 phy_set_mode_ext EXPORT_SYMBOL_GPL vmlinux 0xc9c1f42f unregister_kprobes -EXPORT_SYMBOL_GPL vmlinux 0xc9c759bb devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0xc9c7ae1f virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0xc9d028cc yield_to EXPORT_SYMBOL_GPL vmlinux 0xc9d393da sbitmap_queue_wake_up -EXPORT_SYMBOL_GPL vmlinux 0xc9dc4c81 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xc9e4fe9e mtd_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit @@ -21713,23 +21712,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put EXPORT_SYMBOL_GPL vmlinux 0xc9fd7168 dma_buf_detach EXPORT_SYMBOL_GPL vmlinux 0xca144c3b __devm_regmap_init EXPORT_SYMBOL_GPL vmlinux 0xca1fcd20 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xca2442cf dw_pcie_read_dbi EXPORT_SYMBOL_GPL vmlinux 0xca349b3b of_dma_router_register EXPORT_SYMBOL_GPL vmlinux 0xca3ab270 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xca40eb82 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops EXPORT_SYMBOL_GPL vmlinux 0xca4c4c21 sdio_readb EXPORT_SYMBOL_GPL vmlinux 0xca4e96bb rio_unlock_device EXPORT_SYMBOL_GPL vmlinux 0xca54707a md_find_rdev_rcu -EXPORT_SYMBOL_GPL vmlinux 0xca55d8e4 ipv6_recv_error -EXPORT_SYMBOL_GPL vmlinux 0xca57ad74 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop EXPORT_SYMBOL_GPL vmlinux 0xca831737 regmap_get_max_register EXPORT_SYMBOL_GPL vmlinux 0xca9a29ae __put_net EXPORT_SYMBOL_GPL vmlinux 0xcab2ec6e rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xcabd3cc3 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock EXPORT_SYMBOL_GPL vmlinux 0xcac5e803 pwm_set_chip_data EXPORT_SYMBOL_GPL vmlinux 0xcacbe1ab virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0xcad2cc76 cpuidle_enable_device -EXPORT_SYMBOL_GPL vmlinux 0xcadb2357 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xcad502f5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xcad68039 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0xcadd64fb mtk_smi_larb_get EXPORT_SYMBOL_GPL vmlinux 0xcade6d41 __tracepoint_pelt_cfs_tp EXPORT_SYMBOL_GPL vmlinux 0xcae915f4 i2c_for_each_dev @@ -21737,25 +21738,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xcaea9551 regulator_list_voltage EXPORT_SYMBOL_GPL vmlinux 0xcaeb5629 of_phy_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0xcb0f4675 acomp_request_free EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data -EXPORT_SYMBOL_GPL vmlinux 0xcb1d3521 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xcb3047f5 __rio_local_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0xcb4ac69c ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xcb4adcd8 rockchip_pcie_cfg_configuration_accesses EXPORT_SYMBOL_GPL vmlinux 0xcb575957 nvdimm_bus_register EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto -EXPORT_SYMBOL_GPL vmlinux 0xcb62c1b1 devlink_free -EXPORT_SYMBOL_GPL vmlinux 0xcb72909e skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xcb719fe3 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xcb748bca snd_soc_bytes_tlv_callback EXPORT_SYMBOL_GPL vmlinux 0xcb762ef4 serial8250_tx_chars EXPORT_SYMBOL_GPL vmlinux 0xcb7d88c3 snd_soc_component_write EXPORT_SYMBOL_GPL vmlinux 0xcb8d947e snd_soc_dapm_get_pin_switch EXPORT_SYMBOL_GPL vmlinux 0xcb93b2e5 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xcba1b1d6 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0xcbaa8f84 serdev_device_write EXPORT_SYMBOL_GPL vmlinux 0xcbb85a7b fwnode_property_match_string EXPORT_SYMBOL_GPL vmlinux 0xcbc0ccb4 freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0xcbc71d75 stmpe_block_write EXPORT_SYMBOL_GPL vmlinux 0xcbde69fc snd_soc_component_async_complete EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0004cb switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xcc035678 iomap_seek_data EXPORT_SYMBOL_GPL vmlinux 0xcc05e105 relay_subbufs_consumed EXPORT_SYMBOL_GPL vmlinux 0xcc20ac52 hrtimer_forward @@ -21766,13 +21768,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xcc3cfb27 snd_pcm_stream_unlock_irqrestore EXPORT_SYMBOL_GPL vmlinux 0xcc4943e5 iommu_get_domain_for_dev EXPORT_SYMBOL_GPL vmlinux 0xcc53e45a mtd_point EXPORT_SYMBOL_GPL vmlinux 0xcc5f5e22 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xcc649800 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xcc686447 gpiochip_line_is_irq EXPORT_SYMBOL_GPL vmlinux 0xcc7001f7 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xcc781d8a dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xcc838ed5 snd_soc_dai_set_tristate EXPORT_SYMBOL_GPL vmlinux 0xcc89fe16 locks_release_private EXPORT_SYMBOL_GPL vmlinux 0xcc8b7b7c ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc -EXPORT_SYMBOL_GPL vmlinux 0xcc94462a usb_enable_intel_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xcca81b8a serdev_device_get_tiocm EXPORT_SYMBOL_GPL vmlinux 0xccab6a8b rdev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0xccb1ff6f put_pid_ns @@ -21794,6 +21797,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xcd3b3aa9 snd_soc_component_read32 EXPORT_SYMBOL_GPL vmlinux 0xcd548547 get_net_ns EXPORT_SYMBOL_GPL vmlinux 0xcd54c7aa pinctrl_utils_add_config EXPORT_SYMBOL_GPL vmlinux 0xcd5a8944 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcd67be1b fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0xcd6cc5bb ahci_platform_resume EXPORT_SYMBOL_GPL vmlinux 0xcd6f0278 security_path_chmod EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add @@ -21806,6 +21810,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu EXPORT_SYMBOL_GPL vmlinux 0xcdaaafe4 zap_vma_ptes EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd053c5 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0xcdd1394e devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0xcddef787 platform_bus_type EXPORT_SYMBOL_GPL vmlinux 0xcde70285 usb_del_gadget_udc @@ -21813,21 +21818,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xcdfdf9f2 dev_pm_disable_wake_irq EXPORT_SYMBOL_GPL vmlinux 0xce217705 pwm_capture EXPORT_SYMBOL_GPL vmlinux 0xce2a1dc5 pinctrl_utils_reserve_map EXPORT_SYMBOL_GPL vmlinux 0xce2cd5f2 __put_task_struct -EXPORT_SYMBOL_GPL vmlinux 0xce3b6721 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xce423b28 musb_readw EXPORT_SYMBOL_GPL vmlinux 0xce562fd1 sbitmap_queue_wake_all EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce9e1008 extcon_set_state -EXPORT_SYMBOL_GPL vmlinux 0xceaf63ca pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0xcebee4f8 device_remove_file EXPORT_SYMBOL_GPL vmlinux 0xcec88544 gpiod_to_chip -EXPORT_SYMBOL_GPL vmlinux 0xcedf034b pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xcee0f60c freq_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console EXPORT_SYMBOL_GPL vmlinux 0xcee230af tracepoint_srcu -EXPORT_SYMBOL_GPL vmlinux 0xcee3d14e pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply -EXPORT_SYMBOL_GPL vmlinux 0xceeaffa9 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0xceed0943 trace_define_field EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp EXPORT_SYMBOL_GPL vmlinux 0xcefa1d2c __cpufreq_driver_target @@ -21835,19 +21835,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xcf11883e ehci_setup EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global EXPORT_SYMBOL_GPL vmlinux 0xcf3c1c20 crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0xcf41a388 sdio_retune_crc_disable -EXPORT_SYMBOL_GPL vmlinux 0xcf4fbfe8 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain EXPORT_SYMBOL_GPL vmlinux 0xcf877563 pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xcf8d695c pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xcf9506cb sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xcfa10972 bsg_job_put EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue EXPORT_SYMBOL_GPL vmlinux 0xcfb6d361 debugfs_create_u32_array EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc79ad0 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xcfcec4f3 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfe68446 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xcff042f4 crypto_larval_kill -EXPORT_SYMBOL_GPL vmlinux 0xcff77f0d ping_close EXPORT_SYMBOL_GPL vmlinux 0xcffac979 devm_pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0xd0097ac1 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd00b4450 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xd0116f9f pm_generic_restore EXPORT_SYMBOL_GPL vmlinux 0xd0168058 pinctrl_register_and_init EXPORT_SYMBOL_GPL vmlinux 0xd03650c3 extcon_dev_register @@ -21859,13 +21861,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xd059b129 fuse_fill_super_common EXPORT_SYMBOL_GPL vmlinux 0xd05b14f0 ata_sas_port_init EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd08605e6 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0xd0988869 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL vmlinux 0xd09ff413 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xd0a4910e sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xd0b864d2 tty_ldisc_release EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart EXPORT_SYMBOL_GPL vmlinux 0xd0cfdf5e edac_device_alloc_ctl_info -EXPORT_SYMBOL_GPL vmlinux 0xd0d77515 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax -EXPORT_SYMBOL_GPL vmlinux 0xd0dba757 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xd0dfba1c iomap_truncate_page EXPORT_SYMBOL_GPL vmlinux 0xd11508c1 ata_std_prereset EXPORT_SYMBOL_GPL vmlinux 0xd1205d51 snd_soc_new_ac97_component @@ -21875,7 +21878,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xd12c06bd blk_poll EXPORT_SYMBOL_GPL vmlinux 0xd1310151 xhci_mtk_drop_ep_quirk EXPORT_SYMBOL_GPL vmlinux 0xd168fd90 irq_create_strict_mappings EXPORT_SYMBOL_GPL vmlinux 0xd1871c11 led_trigger_unregister -EXPORT_SYMBOL_GPL vmlinux 0xd189c21b bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0xd18a38f9 scsi_get_vpd_page EXPORT_SYMBOL_GPL vmlinux 0xd1961e4d sdhci_pltfm_clk_get_max_clock EXPORT_SYMBOL_GPL vmlinux 0xd198a27c kthread_flush_work @@ -21884,40 +21886,44 @@ EXPORT_SYMBOL_GPL vmlinux 0xd1a61bd2 rt_mutex_unlock EXPORT_SYMBOL_GPL vmlinux 0xd1ae1676 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0xd1b61444 devm_pwm_put EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d2ada5 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0xd1d5ccad usb_udc_vbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xd1f15373 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd20353a0 fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain EXPORT_SYMBOL_GPL vmlinux 0xd21cb4fc alarm_forward_now EXPORT_SYMBOL_GPL vmlinux 0xd233d961 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xd23df487 xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0xd24c89d1 snd_soc_set_ac97_ops_of_reset -EXPORT_SYMBOL_GPL vmlinux 0xd254c93f fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0xd26a9f51 snd_pcm_stream_lock_irq EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xd2799070 usb_hcd_start_port_resume EXPORT_SYMBOL_GPL vmlinux 0xd2829bf0 spi_busnum_to_master EXPORT_SYMBOL_GPL vmlinux 0xd293be96 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd2a3b5d0 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0xd2a4a439 snd_soc_dapm_ignore_suspend EXPORT_SYMBOL_GPL vmlinux 0xd2aa39d2 pm_generic_suspend EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode EXPORT_SYMBOL_GPL vmlinux 0xd2b45b21 dev_pm_opp_of_add_table EXPORT_SYMBOL_GPL vmlinux 0xd2ba2722 rio_release_inb_mbox -EXPORT_SYMBOL_GPL vmlinux 0xd2bd0d1b of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0xd2d20d93 dev_pm_opp_put EXPORT_SYMBOL_GPL vmlinux 0xd2eade28 usb_hcd_unmap_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xd2f07c5f usb_store_new_id EXPORT_SYMBOL_GPL vmlinux 0xd3009339 md_stop_writes EXPORT_SYMBOL_GPL vmlinux 0xd32d48de usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd3324d40 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0xd33577f8 __blkdev_driver_ioctl EXPORT_SYMBOL_GPL vmlinux 0xd33a8aa8 pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed EXPORT_SYMBOL_GPL vmlinux 0xd33e4414 devm_hwspin_lock_unregister -EXPORT_SYMBOL_GPL vmlinux 0xd342b1bc devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xd347cf24 cpts_unregister EXPORT_SYMBOL_GPL vmlinux 0xd35a1dd6 genphy_c45_check_and_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0xd36feb1f usb_disable_ltm EXPORT_SYMBOL_GPL vmlinux 0xd389fa6b crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd38deeea metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config EXPORT_SYMBOL_GPL vmlinux 0xd3b55385 nvdimm_attribute_group @@ -21930,12 +21936,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4237a34 nvdimm_bus_add_badrange EXPORT_SYMBOL_GPL vmlinux 0xd42b8b79 driver_find_device EXPORT_SYMBOL_GPL vmlinux 0xd43889c5 gpiochip_relres_irq EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45823c7 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xd46477e6 phy_pm_runtime_put EXPORT_SYMBOL_GPL vmlinux 0xd464ea57 edac_mc_add_mc_with_groups EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0xd47b599b devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xd47cc3c1 __platform_register_drivers EXPORT_SYMBOL_GPL vmlinux 0xd48099c6 bus_register EXPORT_SYMBOL_GPL vmlinux 0xd488f201 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xd48f446d ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0xd48ff83a software_node_fwnode EXPORT_SYMBOL_GPL vmlinux 0xd493d9ab rio_map_outb_region EXPORT_SYMBOL_GPL vmlinux 0xd4b16a79 of_pci_address_to_resource @@ -21946,6 +21955,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd4d18225 pm_runtime_get_if_in_use EXPORT_SYMBOL_GPL vmlinux 0xd4d56821 wait_for_stable_page EXPORT_SYMBOL_GPL vmlinux 0xd4e2938f blk_mq_freeze_queue_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0xd504b910 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xd506a219 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0xd516cb97 fsstack_copy_inode_size EXPORT_SYMBOL_GPL vmlinux 0xd5196d59 devm_device_add_group EXPORT_SYMBOL_GPL vmlinux 0xd51cdaa3 dev_pm_opp_is_turbo @@ -21969,8 +21979,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xd5de9252 xsk_reuseq_swap EXPORT_SYMBOL_GPL vmlinux 0xd5e2423f percpu_ref_init EXPORT_SYMBOL_GPL vmlinux 0xd5e3d2f2 thermal_zone_get_slope EXPORT_SYMBOL_GPL vmlinux 0xd601dfd1 sysfs_unbreak_active_protection -EXPORT_SYMBOL_GPL vmlinux 0xd6197189 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0xd61b6ab6 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd629f22b ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0xd637f365 of_irq_to_resource EXPORT_SYMBOL_GPL vmlinux 0xd63ce82a __tracepoint_cpu_frequency EXPORT_SYMBOL_GPL vmlinux 0xd643b739 irq_set_chained_handler_and_data @@ -21984,6 +21994,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd67a2863 regulator_get_voltage EXPORT_SYMBOL_GPL vmlinux 0xd67b66a7 devm_usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0xd680bd6b of_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0xd686a66b proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xd6aeb2ed dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0xd6b01eb2 snd_dmaengine_pcm_register EXPORT_SYMBOL_GPL vmlinux 0xd6bc998c balloon_page_alloc EXPORT_SYMBOL_GPL vmlinux 0xd6c9409b kvm_read_guest_atomic @@ -22001,6 +22012,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xd72c7250 dev_fwnode EXPORT_SYMBOL_GPL vmlinux 0xd72d186b sdio_readl EXPORT_SYMBOL_GPL vmlinux 0xd7393630 gpiochip_enable_irq EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd745e5fa iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xd748ac65 led_classdev_unregister EXPORT_SYMBOL_GPL vmlinux 0xd751887e nand_ooblayout_sp_ops EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool @@ -22012,16 +22024,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xd7a44861 nvmem_device_write EXPORT_SYMBOL_GPL vmlinux 0xd7b3115a ata_dummy_port_ops EXPORT_SYMBOL_GPL vmlinux 0xd7b411cb __irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0xd7e1bd07 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xd7f1d015 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0xd8055dd5 sdhci_get_property +EXPORT_SYMBOL_GPL vmlinux 0xd80b3353 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xd817edcd bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0xd81bbe58 rhashtable_walk_start_check EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable EXPORT_SYMBOL_GPL vmlinux 0xd82409a1 platform_get_irq EXPORT_SYMBOL_GPL vmlinux 0xd83824a0 trace_event_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0xd8388e8b of_address_to_resource -EXPORT_SYMBOL_GPL vmlinux 0xd84af2a5 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock -EXPORT_SYMBOL_GPL vmlinux 0xd84db86e free_fib_info EXPORT_SYMBOL_GPL vmlinux 0xd84e6038 genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0xd86d0a5f snd_soc_disconnect_sync EXPORT_SYMBOL_GPL vmlinux 0xd8723f94 clk_hw_register_divider_table @@ -22052,10 +22064,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xd967a5a1 ahci_platform_resume_host EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd973835b rio_release_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0xd994d21a devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xd99895f4 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0xd9ae9031 mtd_writev EXPORT_SYMBOL_GPL vmlinux 0xd9b46e1e arm_iommu_detach_device EXPORT_SYMBOL_GPL vmlinux 0xd9b5538b nvdimm_in_overwrite -EXPORT_SYMBOL_GPL vmlinux 0xd9bbd95c ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0xd9c068ca dequeue_signal EXPORT_SYMBOL_GPL vmlinux 0xd9d583db of_pm_clk_add_clk EXPORT_SYMBOL_GPL vmlinux 0xd9d94a32 crypto_unregister_acomp @@ -22075,28 +22087,28 @@ EXPORT_SYMBOL_GPL vmlinux 0xda48da1b usb_free_urb EXPORT_SYMBOL_GPL vmlinux 0xda4af455 da9052_free_irq EXPORT_SYMBOL_GPL vmlinux 0xda51b96d tps6586x_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0xda55d524 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xda5e9b60 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0xda7db86b power_supply_set_property EXPORT_SYMBOL_GPL vmlinux 0xda85fd8f virtqueue_poll EXPORT_SYMBOL_GPL vmlinux 0xda938d6f __sbitmap_queue_get EXPORT_SYMBOL_GPL vmlinux 0xdaa13e03 devm_request_pci_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xdaa33302 cpufreq_generic_init -EXPORT_SYMBOL_GPL vmlinux 0xdaa4521f udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0xdaac26d0 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert EXPORT_SYMBOL_GPL vmlinux 0xdac4d3de usb_unlocked_disable_lpm EXPORT_SYMBOL_GPL vmlinux 0xdacca8a3 i2c_of_match_device -EXPORT_SYMBOL_GPL vmlinux 0xdaf07a33 fib6_get_table -EXPORT_SYMBOL_GPL vmlinux 0xdaf2977a nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check -EXPORT_SYMBOL_GPL vmlinux 0xdaf6d019 br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0xdaf9d636 virtqueue_add_outbuf EXPORT_SYMBOL_GPL vmlinux 0xdafac86b of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdafcb4e8 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0xdafcdc3a ktime_get_snapshot EXPORT_SYMBOL_GPL vmlinux 0xdb08201d tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xdb08c169 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xdb1a7ad6 wbc_detach_inode EXPORT_SYMBOL_GPL vmlinux 0xdb1d6db8 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xdb1fb11a pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0xdb47ae62 iomap_bmap -EXPORT_SYMBOL_GPL vmlinux 0xdb51fcf5 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xdb600248 ata_pio_need_iordy EXPORT_SYMBOL_GPL vmlinux 0xdb61a27a crypto_unregister_template EXPORT_SYMBOL_GPL vmlinux 0xdb6c887c gpiochip_irq_domain_activate @@ -22112,7 +22124,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdbb6441a nanddev_erase EXPORT_SYMBOL_GPL vmlinux 0xdbb83f80 proc_get_parent_data EXPORT_SYMBOL_GPL vmlinux 0xdbb930f8 deregister_mtd_blktrans EXPORT_SYMBOL_GPL vmlinux 0xdbbe8027 tpm_pm_resume -EXPORT_SYMBOL_GPL vmlinux 0xdbc423a0 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xdbc4badc gadget_find_ep_by_name EXPORT_SYMBOL_GPL vmlinux 0xdbca52f4 tps6586x_reads EXPORT_SYMBOL_GPL vmlinux 0xdbcaecbd mtd_del_partition @@ -22136,7 +22147,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xdca41336 class_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0xdcafd388 clk_fractional_divider_ops -EXPORT_SYMBOL_GPL vmlinux 0xdcb70459 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xdcccb936 iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0xdccd9d6b dev_pm_qos_add_ancestor_request EXPORT_SYMBOL_GPL vmlinux 0xdcd9b681 device_connection_add @@ -22159,10 +22169,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xdd44ca89 __class_register EXPORT_SYMBOL_GPL vmlinux 0xdd46095f ata_pci_sff_init_host EXPORT_SYMBOL_GPL vmlinux 0xdd47e935 devm_rtc_allocate_device EXPORT_SYMBOL_GPL vmlinux 0xdd52924b device_get_named_child_node -EXPORT_SYMBOL_GPL vmlinux 0xdd52fc62 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0xdd564b07 aead_geniv_alloc EXPORT_SYMBOL_GPL vmlinux 0xdd5c9b6e irq_chip_mask_ack_parent -EXPORT_SYMBOL_GPL vmlinux 0xdd5d7c8d pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0xdd611ec8 platform_msi_domain_free_irqs EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd698b0a device_store_bool @@ -22172,6 +22180,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path EXPORT_SYMBOL_GPL vmlinux 0xdda86120 noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove EXPORT_SYMBOL_GPL vmlinux 0xddca4c2f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xddce9968 ping_hash EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xddd8177c crypto_register_alg @@ -22184,8 +22193,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xde076c61 d_exchange EXPORT_SYMBOL_GPL vmlinux 0xde0d20dd virtqueue_enable_cb_prepare EXPORT_SYMBOL_GPL vmlinux 0xde17fed2 devm_phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xde25f88c __tracepoint_add_device_to_group -EXPORT_SYMBOL_GPL vmlinux 0xde5b9a67 register_net_sysctl -EXPORT_SYMBOL_GPL vmlinux 0xde5cd15c devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xde6487d0 pci_epc_get EXPORT_SYMBOL_GPL vmlinux 0xde68b4f1 crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0xde6a278c kvm_vcpu_read_guest_atomic @@ -22200,6 +22207,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts EXPORT_SYMBOL_GPL vmlinux 0xdeb7af7e pm_runtime_force_resume EXPORT_SYMBOL_GPL vmlinux 0xdebc75b5 vfs_test_lock EXPORT_SYMBOL_GPL vmlinux 0xdebcd252 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xdec42a22 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdec83715 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0xdedf21dd xdp_attachment_setup EXPORT_SYMBOL_GPL vmlinux 0xdeeb39fd nand_readid_op EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal @@ -22209,15 +22218,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xdf1bc63b net_ns_type_operations EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xdf319f9b extcon_set_state_sync EXPORT_SYMBOL_GPL vmlinux 0xdf329fe2 da903x_reads -EXPORT_SYMBOL_GPL vmlinux 0xdf3a678d netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0xdf5ad509 regmap_raw_read -EXPORT_SYMBOL_GPL vmlinux 0xdf673227 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xdf609874 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xdf68ae8f elv_register EXPORT_SYMBOL_GPL vmlinux 0xdf743ca0 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xdf7ce457 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0xdf7fa33b __tracepoint_tcp_send_reset EXPORT_SYMBOL_GPL vmlinux 0xdf8a9791 __blk_mq_debugfs_rq_show EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue -EXPORT_SYMBOL_GPL vmlinux 0xdfa53bb7 sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xdfbfdd78 mtd_ooblayout_set_eccbytes EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set EXPORT_SYMBOL_GPL vmlinux 0xdfd5fbdc handle_fasteoi_irq @@ -22239,17 +22247,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xe0503843 pm_generic_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0xe052f4b0 spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0xe05d9fba proc_create_net_single_write EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06351ea raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xe0792df1 debugfs_real_fops EXPORT_SYMBOL_GPL vmlinux 0xe07c6cb1 pci_epc_map_addr EXPORT_SYMBOL_GPL vmlinux 0xe08616f5 net_dm_hw_report -EXPORT_SYMBOL_GPL vmlinux 0xe0894190 pci_iomap_wc_range EXPORT_SYMBOL_GPL vmlinux 0xe0933f71 dapm_mark_endpoints_dirty EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe0a3be6e query_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate -EXPORT_SYMBOL_GPL vmlinux 0xe0d2aded inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xe0e8392d __clk_get_hw EXPORT_SYMBOL_GPL vmlinux 0xe0e8411f blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe0f078e5 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xe0f24abf sdhci_start_tuning EXPORT_SYMBOL_GPL vmlinux 0xe0fca503 regulator_map_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0xe0ff4047 crypto_alloc_base @@ -22259,6 +22267,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe12f21f4 snd_soc_rtdcom_lookup EXPORT_SYMBOL_GPL vmlinux 0xe1335904 regcache_cache_only EXPORT_SYMBOL_GPL vmlinux 0xe13704ef bus_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xe14d7e6c ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xe14f9b56 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xe1502545 __tracepoint_neigh_timer_handler EXPORT_SYMBOL_GPL vmlinux 0xe15e6889 __hwspin_trylock EXPORT_SYMBOL_GPL vmlinux 0xe1627d28 usb_autopm_get_interface_async @@ -22286,14 +22295,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xe2bab665 bio_associate_blkg_from_css EXPORT_SYMBOL_GPL vmlinux 0xe2c500a9 tty_ldisc_flush EXPORT_SYMBOL_GPL vmlinux 0xe2d018bf crypto_alg_extsize EXPORT_SYMBOL_GPL vmlinux 0xe2d9e9df smpboot_unregister_percpu_thread -EXPORT_SYMBOL_GPL vmlinux 0xe2e16750 sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xe2e68e97 kvm_vcpu_init -EXPORT_SYMBOL_GPL vmlinux 0xe2f133ab seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xe2f29b66 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe303b6e2 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq EXPORT_SYMBOL_GPL vmlinux 0xe313098c anon_inode_getfile -EXPORT_SYMBOL_GPL vmlinux 0xe315a8cc iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xe320be4e crypto_destroy_tfm EXPORT_SYMBOL_GPL vmlinux 0xe32324fa pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xe3336b93 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0xe3338431 regmap_read EXPORT_SYMBOL_GPL vmlinux 0xe3381b23 serial8250_set_defaults EXPORT_SYMBOL_GPL vmlinux 0xe33ad5a7 irq_domain_create_hierarchy @@ -22302,7 +22311,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe35a3727 snd_soc_tplg_component_load EXPORT_SYMBOL_GPL vmlinux 0xe35fc17c ata_sff_wait_ready EXPORT_SYMBOL_GPL vmlinux 0xe36454e8 scsi_bus_type EXPORT_SYMBOL_GPL vmlinux 0xe36576da __spi_register_driver -EXPORT_SYMBOL_GPL vmlinux 0xe367098a devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0xe36e268b wm8350_gpio_config EXPORT_SYMBOL_GPL vmlinux 0xe39ca87b sysfs_remove_mount_point EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit @@ -22310,7 +22318,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe39e61e3 gpiod_get_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xe3cba7db netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0xe3db5821 iomap_migrate_page EXPORT_SYMBOL_GPL vmlinux 0xe3dcb4fc bsg_unregister_queue -EXPORT_SYMBOL_GPL vmlinux 0xe3f2351c skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0xe3faa496 kvm_write_guest_cached EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv EXPORT_SYMBOL_GPL vmlinux 0xe40cf93f crypto_lookup_template @@ -22325,20 +22332,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xe4684014 scsi_unregister_device_handler EXPORT_SYMBOL_GPL vmlinux 0xe48ffbe6 fuse_dev_fiq_ops EXPORT_SYMBOL_GPL vmlinux 0xe4954950 fanout_mutex EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm -EXPORT_SYMBOL_GPL vmlinux 0xe4c67840 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev -EXPORT_SYMBOL_GPL vmlinux 0xe4d0be99 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xe4cec610 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xe4dc8b26 sbitmap_any_bit_clear EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state EXPORT_SYMBOL_GPL vmlinux 0xe4f173ed iommu_aux_get_pasid EXPORT_SYMBOL_GPL vmlinux 0xe5021e2a mpc8xxx_spi_tx_buf_u8 EXPORT_SYMBOL_GPL vmlinux 0xe5039336 phy_resolve_aneg_pause EXPORT_SYMBOL_GPL vmlinux 0xe510ae7b debugfs_create_symlink -EXPORT_SYMBOL_GPL vmlinux 0xe54436bc fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe5388148 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0xe5492601 arizona_free_irq EXPORT_SYMBOL_GPL vmlinux 0xe5493444 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe54b7d0c ping_get_port EXPORT_SYMBOL_GPL vmlinux 0xe54c29ce dm_set_target_max_io_len EXPORT_SYMBOL_GPL vmlinux 0xe55787bb irq_gc_mask_clr_bit EXPORT_SYMBOL_GPL vmlinux 0xe5687e76 vfs_truncate @@ -22347,6 +22355,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister EXPORT_SYMBOL_GPL vmlinux 0xe58f4d19 irq_chip_set_affinity_parent EXPORT_SYMBOL_GPL vmlinux 0xe593acbb of_mpc8xxx_spi_probe EXPORT_SYMBOL_GPL vmlinux 0xe59406d0 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xe59dd5df skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0xe59ee23f synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0xe59ff7db wm831x_reg_write EXPORT_SYMBOL_GPL vmlinux 0xe5b3816c edac_pci_free_ctl_info @@ -22358,12 +22367,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5cb7ba4 nvmem_device_cell_read EXPORT_SYMBOL_GPL vmlinux 0xe5d4c5f9 gpiod_set_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xe5d7409c alarm_start_relative EXPORT_SYMBOL_GPL vmlinux 0xe5d95fb0 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0xe5f6259e pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xe5f6fde5 nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0xe5f8dc31 regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xe60315fe pm_generic_resume -EXPORT_SYMBOL_GPL vmlinux 0xe6090418 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0xe617c5c6 stmpe_reg_write -EXPORT_SYMBOL_GPL vmlinux 0xe61fa0af pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array EXPORT_SYMBOL_GPL vmlinux 0xe62f3774 of_dma_controller_free EXPORT_SYMBOL_GPL vmlinux 0xe643999a scmi_driver_register @@ -22371,7 +22379,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xe6474d20 of_cpufreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0xe66a36c4 iommu_detach_device EXPORT_SYMBOL_GPL vmlinux 0xe682de12 class_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0xe68e662f snd_dmaengine_pcm_open -EXPORT_SYMBOL_GPL vmlinux 0xe6b18e79 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0xe6b19db9 mtd_ooblayout_set_databytes EXPORT_SYMBOL_GPL vmlinux 0xe6d81d31 hrtimer_start_range_ns EXPORT_SYMBOL_GPL vmlinux 0xe6dc7a20 regulator_disable @@ -22385,17 +22392,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xe70f1d17 usb_free_streams EXPORT_SYMBOL_GPL vmlinux 0xe71823bb irq_chip_eoi_parent EXPORT_SYMBOL_GPL vmlinux 0xe71a6a77 divider_ro_round_rate_parent EXPORT_SYMBOL_GPL vmlinux 0xe7217384 __fput_sync -EXPORT_SYMBOL_GPL vmlinux 0xe7295197 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xe739efd5 wbt_disable_default EXPORT_SYMBOL_GPL vmlinux 0xe747297d xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0xe7489e12 of_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0xe74ba88a __pm_runtime_use_autosuspend EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xe75625fb cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe7580a6f pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0xe75e9464 __cci_control_port_by_device EXPORT_SYMBOL_GPL vmlinux 0xe7624ce2 phy_remove_lookup EXPORT_SYMBOL_GPL vmlinux 0xe76803e0 tty_save_termios EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76fd614 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xe7740f96 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0xe7752f86 perf_event_enable EXPORT_SYMBOL_GPL vmlinux 0xe775b60a sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0xe77bd907 serial8250_request_dma @@ -22407,19 +22416,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit EXPORT_SYMBOL_GPL vmlinux 0xe793adc2 tps65217_clear_bits EXPORT_SYMBOL_GPL vmlinux 0xe79e3af9 snd_soc_jack_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xe7aa65dc kthread_queue_work -EXPORT_SYMBOL_GPL vmlinux 0xe7bc8bd9 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xe7c19a2f register_pernet_device EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds EXPORT_SYMBOL_GPL vmlinux 0xe7ee503c devm_gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence EXPORT_SYMBOL_GPL vmlinux 0xe7f0e2eb usb_gadget_connect -EXPORT_SYMBOL_GPL vmlinux 0xe7fded3b __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7f90329 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr -EXPORT_SYMBOL_GPL vmlinux 0xe809a5e2 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0xe80da4d9 shmem_file_setup_with_mnt EXPORT_SYMBOL_GPL vmlinux 0xe81148ee fwnode_remove_software_node EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt -EXPORT_SYMBOL_GPL vmlinux 0xe81ab43a call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update EXPORT_SYMBOL_GPL vmlinux 0xe82318f2 key_type_trusted EXPORT_SYMBOL_GPL vmlinux 0xe8247207 find_mci_by_dev @@ -22437,16 +22443,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xe8972a01 usb_unlocked_enable_lpm EXPORT_SYMBOL_GPL vmlinux 0xe8a54d8c devm_pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0xe8d68a18 nanddev_mtd_max_bad_blocks EXPORT_SYMBOL_GPL vmlinux 0xe8eaed1c __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xe9026ce0 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xe9040f2f __regmap_init EXPORT_SYMBOL_GPL vmlinux 0xe9297343 rio_mport_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0xe930fc57 do_splice_from EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free EXPORT_SYMBOL_GPL vmlinux 0xe94df2bb da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe953e033 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xe95a78f8 nvm_set_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0xe95e2696 xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0xe980df04 fat_attach EXPORT_SYMBOL_GPL vmlinux 0xe988cd19 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xe98acaa5 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0xe99e9d39 iommu_domain_window_enable EXPORT_SYMBOL_GPL vmlinux 0xe9a0a75c devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read @@ -22454,10 +22463,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xe9bfb404 sata_async_notification EXPORT_SYMBOL_GPL vmlinux 0xe9c7a43e tpm_unseal_trusted EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap EXPORT_SYMBOL_GPL vmlinux 0xe9d26bc5 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xe9e3aa2f rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xe9e872ce dma_buf_kunmap EXPORT_SYMBOL_GPL vmlinux 0xe9ebef96 of_pci_range_parser_init EXPORT_SYMBOL_GPL vmlinux 0xe9fe18b0 init_rs_non_canonical -EXPORT_SYMBOL_GPL vmlinux 0xea0ab0c6 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd EXPORT_SYMBOL_GPL vmlinux 0xea13c526 usb_interrupt_msg EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled @@ -22465,12 +22474,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xea1f6e0e hugetlb_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xea1f7a17 bus_find_device EXPORT_SYMBOL_GPL vmlinux 0xea336986 devres_remove EXPORT_SYMBOL_GPL vmlinux 0xea4223fc ahci_platform_enable_clks -EXPORT_SYMBOL_GPL vmlinux 0xea47305b ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xea4a09cb mod_delayed_work_on EXPORT_SYMBOL_GPL vmlinux 0xea4edd23 fb_deferred_io_fsync EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea54ee9b inet_hash EXPORT_SYMBOL_GPL vmlinux 0xea67861f __nvdimm_create -EXPORT_SYMBOL_GPL vmlinux 0xea6bba78 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0xea6c5704 device_match_fwnode EXPORT_SYMBOL_GPL vmlinux 0xea750e10 of_prop_next_u32 EXPORT_SYMBOL_GPL vmlinux 0xea84a505 regulator_set_voltage_time @@ -22493,6 +22501,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk EXPORT_SYMBOL_GPL vmlinux 0xeb7d8936 mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0xeb822f3e virtqueue_detach_unused_buf EXPORT_SYMBOL_GPL vmlinux 0xeb827715 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xeb82f95d __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0xeb8fc6e6 kernfs_notify EXPORT_SYMBOL_GPL vmlinux 0xeb90e701 kvm_read_guest_cached EXPORT_SYMBOL_GPL vmlinux 0xeb93fbae wm831x_set_bits @@ -22503,17 +22512,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xebdf26ab unregister_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0xebe45243 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xebe6b174 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0xebf2fd2e of_platform_populate EXPORT_SYMBOL_GPL vmlinux 0xec0f8740 edac_mod_work EXPORT_SYMBOL_GPL vmlinux 0xec0f8749 debugfs_create_bool -EXPORT_SYMBOL_GPL vmlinux 0xec1eb784 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xec25736c pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0xec358ffb probe_user_write +EXPORT_SYMBOL_GPL vmlinux 0xec423b98 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xec4bdecb handle_level_irq EXPORT_SYMBOL_GPL vmlinux 0xec68ba70 clk_bulk_enable EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xecb6c976 device_link_del EXPORT_SYMBOL_GPL vmlinux 0xecbf31ac user_update +EXPORT_SYMBOL_GPL vmlinux 0xecce1de7 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xecd2de0f add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xecd8c127 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0xecd9caa8 phy_get EXPORT_SYMBOL_GPL vmlinux 0xecefc811 blk_mq_freeze_queue EXPORT_SYMBOL_GPL vmlinux 0xecfaa740 snd_soc_dapm_nc_pin_unlocked @@ -22533,12 +22546,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xed8bbe99 __tracepoint_pelt_dl_tp EXPORT_SYMBOL_GPL vmlinux 0xed8e1704 smpboot_register_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0xed9547b9 page_cache_sync_readahead EXPORT_SYMBOL_GPL vmlinux 0xed9562ab clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xed9bfc5b pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0xedad8a7d devm_regulator_register_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0xedae816b skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xedcbbf86 gpiod_cansleep EXPORT_SYMBOL_GPL vmlinux 0xedcc04cd devres_get EXPORT_SYMBOL_GPL vmlinux 0xedd2f7ed i2c_dw_probe EXPORT_SYMBOL_GPL vmlinux 0xedd66429 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xedde98cb ping_close +EXPORT_SYMBOL_GPL vmlinux 0xedfbab1b devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0xedfcb2c6 usb_mon_register EXPORT_SYMBOL_GPL vmlinux 0xee036974 stmpe_disable EXPORT_SYMBOL_GPL vmlinux 0xee116f97 regmap_mmio_attach_clk @@ -22553,11 +22568,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xee3f03a5 pci_ioremap_io EXPORT_SYMBOL_GPL vmlinux 0xee421f60 fuse_dev_install EXPORT_SYMBOL_GPL vmlinux 0xee51d305 spi_set_cs_timing EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible -EXPORT_SYMBOL_GPL vmlinux 0xee7e93bb sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xee7f0075 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0xee8badb5 msi_desc_to_pci_sysdata EXPORT_SYMBOL_GPL vmlinux 0xee8c88fa devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee9935af sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0xee9d4a71 public_key_subtype -EXPORT_SYMBOL_GPL vmlinux 0xeea0c3da pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xeeaf588e irq_create_direct_mapping EXPORT_SYMBOL_GPL vmlinux 0xeeb0d7df wbt_enable_default EXPORT_SYMBOL_GPL vmlinux 0xeeb0d90b get_task_pid @@ -22569,7 +22584,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xef100d3e scsi_target_block EXPORT_SYMBOL_GPL vmlinux 0xef16f3e0 sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0xef213b33 sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put -EXPORT_SYMBOL_GPL vmlinux 0xef2e39f9 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xef4359c4 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0xef44f2e0 handle_simple_irq EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 EXPORT_SYMBOL_GPL vmlinux 0xef4cd08c nanddev_bbt_init @@ -22577,10 +22592,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xef51f903 __hwspin_unlock EXPORT_SYMBOL_GPL vmlinux 0xef62d96d dev_pm_opp_remove_table EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xef79f9ef sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xef7c5d37 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xef919928 tty_port_register_device EXPORT_SYMBOL_GPL vmlinux 0xef9224c5 rio_get_asm -EXPORT_SYMBOL_GPL vmlinux 0xef935178 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xefa00cc7 usb_hcd_platform_shutdown EXPORT_SYMBOL_GPL vmlinux 0xefa0b5ee usb_register_driver EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier @@ -22595,8 +22610,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xefee5c03 serdev_device_wait_until_sent EXPORT_SYMBOL_GPL vmlinux 0xf0089fe6 ata_sff_freeze EXPORT_SYMBOL_GPL vmlinux 0xf00939bf crypto_register_acomps EXPORT_SYMBOL_GPL vmlinux 0xf0153c72 shash_ahash_update -EXPORT_SYMBOL_GPL vmlinux 0xf027ebb4 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0xf03f1e5e blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xf04a0b8a skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0xf04b8bab usb_of_has_combined_node EXPORT_SYMBOL_GPL vmlinux 0xf04d5b82 tty_prepare_flip_string EXPORT_SYMBOL_GPL vmlinux 0xf050b8fd devm_reset_controller_register @@ -22615,7 +22630,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf0992ab0 of_console_check EXPORT_SYMBOL_GPL vmlinux 0xf09c402a securityfs_create_file EXPORT_SYMBOL_GPL vmlinux 0xf09cb010 cpts_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xf0a1fbc4 user_destroy -EXPORT_SYMBOL_GPL vmlinux 0xf0a2c069 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf0b93ff0 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xf0c7f202 sysfs_create_bin_file EXPORT_SYMBOL_GPL vmlinux 0xf0daf9a5 to_software_node EXPORT_SYMBOL_GPL vmlinux 0xf0f8c0fa report_iommu_fault @@ -22623,6 +22638,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf0f96923 pinctrl_dev_get_devname EXPORT_SYMBOL_GPL vmlinux 0xf10b57c1 dm_disk EXPORT_SYMBOL_GPL vmlinux 0xf1303fa5 pm_clk_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xf132ac7e gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xf1349bc7 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0xf135e6f0 of_pwm_xlate_with_flags EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag EXPORT_SYMBOL_GPL vmlinux 0xf13b382c gpiod_set_array_value_cansleep @@ -22632,25 +22648,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xf15c6a3e replace_page_cache_page EXPORT_SYMBOL_GPL vmlinux 0xf1630dba tty_port_install EXPORT_SYMBOL_GPL vmlinux 0xf1638263 fwnode_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0xf17a44fd init_bch -EXPORT_SYMBOL_GPL vmlinux 0xf17b4327 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0xf17f133b meson_clk_mpll_ro_ops EXPORT_SYMBOL_GPL vmlinux 0xf183cd17 crypto_default_rng EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off EXPORT_SYMBOL_GPL vmlinux 0xf1b04062 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on -EXPORT_SYMBOL_GPL vmlinux 0xf1b94495 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xf1d39d66 exportfs_decode_fh EXPORT_SYMBOL_GPL vmlinux 0xf1dd368b extcon_dev_unregister EXPORT_SYMBOL_GPL vmlinux 0xf1ee5059 perf_pmu_register EXPORT_SYMBOL_GPL vmlinux 0xf1f4add3 fuse_kill_sb_anon EXPORT_SYMBOL_GPL vmlinux 0xf1f7b900 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf1fabcea sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xf1fae6a3 asic3_read_register EXPORT_SYMBOL_GPL vmlinux 0xf20a4778 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0xf20a9b20 devm_devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xf24081ad crypto_alloc_aead EXPORT_SYMBOL_GPL vmlinux 0xf24b5e8d rio_request_outb_mbox -EXPORT_SYMBOL_GPL vmlinux 0xf2573264 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0xf270ebd1 iomap_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xf27b7e4a nand_erase_op EXPORT_SYMBOL_GPL vmlinux 0xf284381e tps65217_reg_read @@ -22660,6 +22674,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf2aa6673 snd_soc_suspend EXPORT_SYMBOL_GPL vmlinux 0xf2abd5f2 scsi_device_from_queue EXPORT_SYMBOL_GPL vmlinux 0xf2ac38bb device_set_wakeup_enable EXPORT_SYMBOL_GPL vmlinux 0xf2b129e7 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xf2c8f814 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0xf2d08fca usb_gadget_map_request_by_dev EXPORT_SYMBOL_GPL vmlinux 0xf2d6b0ff sbitmap_get_shallow EXPORT_SYMBOL_GPL vmlinux 0xf2e82355 of_get_pci_domain_nr @@ -22675,23 +22690,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active EXPORT_SYMBOL_GPL vmlinux 0xf321974d snd_soc_info_volsw EXPORT_SYMBOL_GPL vmlinux 0xf328dad8 efivar_entry_delete -EXPORT_SYMBOL_GPL vmlinux 0xf3298bfd skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 EXPORT_SYMBOL_GPL vmlinux 0xf338afac ata_bmdma_qc_issue -EXPORT_SYMBOL_GPL vmlinux 0xf3429030 pci_stop_and_remove_bus_device_locked -EXPORT_SYMBOL_GPL vmlinux 0xf35acd06 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xf366b40d serdev_controller_alloc EXPORT_SYMBOL_GPL vmlinux 0xf3674dfe nand_reset_op +EXPORT_SYMBOL_GPL vmlinux 0xf36d3a32 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0xf386076a cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xf38c20ad dw_pcie_setup_rc EXPORT_SYMBOL_GPL vmlinux 0xf39eac94 of_regulator_match EXPORT_SYMBOL_GPL vmlinux 0xf3a7cea0 clk_gate_restore_context EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs -EXPORT_SYMBOL_GPL vmlinux 0xf3c467ab switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xf3cac630 mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0xf3d578ce kthread_park EXPORT_SYMBOL_GPL vmlinux 0xf3e567aa __fscrypt_prepare_link EXPORT_SYMBOL_GPL vmlinux 0xf3e9898e bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xf4091ba2 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0xf40b599f usb_reset_endpoint EXPORT_SYMBOL_GPL vmlinux 0xf4182d99 wbc_account_cgroup_owner EXPORT_SYMBOL_GPL vmlinux 0xf41fcab6 tty_get_pgrp @@ -22699,16 +22713,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xf42554ad blkcipher_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0xf42ea6c8 tpm_chip_stop EXPORT_SYMBOL_GPL vmlinux 0xf4353dd3 devm_regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0xf4385cb1 task_active_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xf43a0175 tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xf43bcd7c spi_mem_default_supports_op EXPORT_SYMBOL_GPL vmlinux 0xf43e87aa snd_dmaengine_pcm_open_request_chan EXPORT_SYMBOL_GPL vmlinux 0xf43eb4e0 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xf440643d fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0xf44b88e9 usb_lock_device_for_reset EXPORT_SYMBOL_GPL vmlinux 0xf44f4640 xdp_attachment_flags_ok EXPORT_SYMBOL_GPL vmlinux 0xf45485c7 power_supply_set_input_current_limit_from_supplier EXPORT_SYMBOL_GPL vmlinux 0xf4558634 blk_mq_sched_request_inserted EXPORT_SYMBOL_GPL vmlinux 0xf45c642a flow_indr_block_cb_unregister -EXPORT_SYMBOL_GPL vmlinux 0xf463c661 dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xf47d5811 wm8350_reg_write EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key @@ -22720,13 +22733,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xf49c7efa platform_device_del EXPORT_SYMBOL_GPL vmlinux 0xf4a0755a ata_scsi_port_error_handler EXPORT_SYMBOL_GPL vmlinux 0xf4ad1251 gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b4ed68 strp_process EXPORT_SYMBOL_GPL vmlinux 0xf4f56e0c __devm_reset_control_get EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc EXPORT_SYMBOL_GPL vmlinux 0xf5027e12 usb_gadget_frame_number EXPORT_SYMBOL_GPL vmlinux 0xf510f117 pm_runtime_autosuspend_expiration EXPORT_SYMBOL_GPL vmlinux 0xf518a851 debugfs_create_u16 -EXPORT_SYMBOL_GPL vmlinux 0xf51aa805 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xf51cb441 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf5220ec7 devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0xf52e14e9 snmp_fold_field64 EXPORT_SYMBOL_GPL vmlinux 0xf54103b4 of_clk_get_parent_name EXPORT_SYMBOL_GPL vmlinux 0xf54929fa of_irq_parse_raw @@ -22769,38 +22783,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xf6c8dbd8 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable EXPORT_SYMBOL_GPL vmlinux 0xf6d2f90a snd_soc_get_dai_name EXPORT_SYMBOL_GPL vmlinux 0xf6db0ec9 _proc_mkdir -EXPORT_SYMBOL_GPL vmlinux 0xf6dcf9da pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge EXPORT_SYMBOL_GPL vmlinux 0xf6e95bf4 ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0xf6f15fb6 fixed_phy_change_carrier EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks EXPORT_SYMBOL_GPL vmlinux 0xf6f3ad6c ata_sff_pause -EXPORT_SYMBOL_GPL vmlinux 0xf6ff1024 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xf701aa9e scsi_dh_attached_handler_name EXPORT_SYMBOL_GPL vmlinux 0xf71ca308 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xf72eb8c9 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xf7305c87 iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0xf730a809 page_cache_async_readahead EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits -EXPORT_SYMBOL_GPL vmlinux 0xf73c679b skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xf7450b2f rio_register_driver EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf746e15a netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf74d61a6 regulator_get_exclusive -EXPORT_SYMBOL_GPL vmlinux 0xf75c29ba devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0xf763ed7e __usb_create_hcd EXPORT_SYMBOL_GPL vmlinux 0xf764498d sdhci_free_host EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer EXPORT_SYMBOL_GPL vmlinux 0xf777cb1c devm_kmalloc -EXPORT_SYMBOL_GPL vmlinux 0xf77a3f4c tcp_done -EXPORT_SYMBOL_GPL vmlinux 0xf77e4ead ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0xf785f30f regulator_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xf78e09d9 crypto_stats_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0xf79201fb raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0xf793a43d fsnotify_destroy_mark EXPORT_SYMBOL_GPL vmlinux 0xf795df26 to_nd_region EXPORT_SYMBOL_GPL vmlinux 0xf7a37884 ehci_resume -EXPORT_SYMBOL_GPL vmlinux 0xf7b6ce44 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7beaa31 pinctrl_utils_free_map EXPORT_SYMBOL_GPL vmlinux 0xf7cf06f1 devm_spi_mem_dirmap_destroy @@ -22810,6 +22818,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf7f1b83b pm_clk_add EXPORT_SYMBOL_GPL vmlinux 0xf81c588b fwnode_get_next_parent EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8305767 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0xf832409d amba_device_add EXPORT_SYMBOL_GPL vmlinux 0xf834482c snd_soc_dapm_del_routes EXPORT_SYMBOL_GPL vmlinux 0xf835621b rq_flush_dcache_pages @@ -22824,9 +22833,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xf8a1f1a3 irq_remove_generic_chip EXPORT_SYMBOL_GPL vmlinux 0xf8b09562 devm_gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid EXPORT_SYMBOL_GPL vmlinux 0xf8cb65f6 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf8d6c726 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0xf8ef0785 platform_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit EXPORT_SYMBOL_GPL vmlinux 0xf8fb4669 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xf9155718 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0xf918288e devm_of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0xf91b0546 cpufreq_dbs_governor_stop EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain @@ -22838,33 +22849,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xf95dc13d regulator_get_current_limit EXPORT_SYMBOL_GPL vmlinux 0xf966639c dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0xf9701fde irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0xf9905bb8 kvm_vcpu_gfn_to_pfn -EXPORT_SYMBOL_GPL vmlinux 0xf99776ad pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0xf99e8128 thermal_zone_bind_cooling_device EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9aab20d pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xf9b3844a usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf9bf0aa8 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xf9c59d8e pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0xf9d129df klist_iter_init_node EXPORT_SYMBOL_GPL vmlinux 0xf9d76a5b led_trigger_rename_static -EXPORT_SYMBOL_GPL vmlinux 0xf9da76a0 lwtunnel_cmp_encap -EXPORT_SYMBOL_GPL vmlinux 0xf9ecdbf0 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0xf9f19884 genphy_c45_pma_setup_forced EXPORT_SYMBOL_GPL vmlinux 0xf9f581c4 get_task_mm EXPORT_SYMBOL_GPL vmlinux 0xf9f5ac7c snd_soc_put_strobe EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy EXPORT_SYMBOL_GPL vmlinux 0xfa0cb2b3 vfs_fallocate EXPORT_SYMBOL_GPL vmlinux 0xfa0f8bd6 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfa0fcda6 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops -EXPORT_SYMBOL_GPL vmlinux 0xfa28695a devlink_dpipe_table_counter_enabled -EXPORT_SYMBOL_GPL vmlinux 0xfa291cf5 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0xfa2a9bd0 regmap_noinc_read EXPORT_SYMBOL_GPL vmlinux 0xfa4cf106 usb_unanchor_urb EXPORT_SYMBOL_GPL vmlinux 0xfa50e079 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xfa56e214 ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu EXPORT_SYMBOL_GPL vmlinux 0xfa6328c1 regulator_map_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name EXPORT_SYMBOL_GPL vmlinux 0xfa6d66c7 iomap_seek_hole EXPORT_SYMBOL_GPL vmlinux 0xfa6e6753 property_entries_dup EXPORT_SYMBOL_GPL vmlinux 0xfa73537c cec_notifier_get_conn -EXPORT_SYMBOL_GPL vmlinux 0xfa7ebb67 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next EXPORT_SYMBOL_GPL vmlinux 0xfa8db5ed serial8250_modem_status EXPORT_SYMBOL_GPL vmlinux 0xfa95dcdf task_cgroup_path @@ -22874,13 +22884,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line EXPORT_SYMBOL_GPL vmlinux 0xfab8ab21 snd_soc_dapm_nc_pin EXPORT_SYMBOL_GPL vmlinux 0xfaba248a usb_scuttle_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xfabdb0c3 device_pm_wait_for_dev -EXPORT_SYMBOL_GPL vmlinux 0xfac1f347 pci_bus_max_busnr -EXPORT_SYMBOL_GPL vmlinux 0xfac2ac0c __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0xfad48545 device_connection_find EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadc29c8 tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0xfadc7c7d spi_get_next_queued_message EXPORT_SYMBOL_GPL vmlinux 0xfae32881 dev_pm_qos_hide_flags -EXPORT_SYMBOL_GPL vmlinux 0xfae50784 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0xfaeae0f1 snd_pcm_stream_lock EXPORT_SYMBOL_GPL vmlinux 0xfafdd48e kvm_set_memory_region EXPORT_SYMBOL_GPL vmlinux 0xfb2116aa virtqueue_get_buf_ctx @@ -22889,7 +22897,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xfb2562ba mmu_notifier_put EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync EXPORT_SYMBOL_GPL vmlinux 0xfb35939d reset_control_get_count EXPORT_SYMBOL_GPL vmlinux 0xfb3a054e irq_domain_xlate_onecell -EXPORT_SYMBOL_GPL vmlinux 0xfb3f4bda strp_stop EXPORT_SYMBOL_GPL vmlinux 0xfb43f7ae sdio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xfb4550f8 rhashtable_walk_next EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size @@ -22900,45 +22907,41 @@ EXPORT_SYMBOL_GPL vmlinux 0xfb6f1f88 scsi_dh_set_params EXPORT_SYMBOL_GPL vmlinux 0xfb71c03e blk_update_request EXPORT_SYMBOL_GPL vmlinux 0xfb789a98 phy_power_on EXPORT_SYMBOL_GPL vmlinux 0xfb7a4a7f btree_last -EXPORT_SYMBOL_GPL vmlinux 0xfb933fe4 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0xfb936c09 do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0xfba808a5 i2c_handle_smbus_host_notify EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action EXPORT_SYMBOL_GPL vmlinux 0xfbc097b6 iommu_capable -EXPORT_SYMBOL_GPL vmlinux 0xfbd841d9 pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0xfbfb512c wm8997_patch EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram EXPORT_SYMBOL_GPL vmlinux 0xfc063681 irq_domain_free_irqs_common -EXPORT_SYMBOL_GPL vmlinux 0xfc0d4b2d seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key EXPORT_SYMBOL_GPL vmlinux 0xfc2369ae regmap_get_raw_write_max EXPORT_SYMBOL_GPL vmlinux 0xfc38af89 device_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0xfc3973d8 __tracepoint_mc_event -EXPORT_SYMBOL_GPL vmlinux 0xfc39f894 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0xfc3a5bc7 tty_init_termios EXPORT_SYMBOL_GPL vmlinux 0xfc3f5a15 devres_close_group EXPORT_SYMBOL_GPL vmlinux 0xfc44da35 spi_sync_locked EXPORT_SYMBOL_GPL vmlinux 0xfc546fd4 perf_pmu_unregister EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume -EXPORT_SYMBOL_GPL vmlinux 0xfc8573ad udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0xfc8662c9 devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xfcac8353 wm5110_i2c_regmap -EXPORT_SYMBOL_GPL vmlinux 0xfcb70711 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0xfcc6f471 snd_dmaengine_pcm_unregister EXPORT_SYMBOL_GPL vmlinux 0xfccb2d09 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfcd109e9 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0xfcda7c26 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xfcdd0831 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xfce92081 dm_get_queue_limits -EXPORT_SYMBOL_GPL vmlinux 0xfceb4054 switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0xfd040770 __blocking_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xfd1c81ec pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xfd26f22e pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0xfd312a0e dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0xfd361b3b __get_task_comm EXPORT_SYMBOL_GPL vmlinux 0xfd457518 ata_link_abort EXPORT_SYMBOL_GPL vmlinux 0xfd490103 nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0xfd4d06e8 platform_unregister_drivers EXPORT_SYMBOL_GPL vmlinux 0xfd544b19 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0xfd623bf6 nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0xfd707dde get_net_ns_by_fd EXPORT_SYMBOL_GPL vmlinux 0xfd7381c8 regmap_async_complete EXPORT_SYMBOL_GPL vmlinux 0xfd75ac84 blk_queue_rq_timeout @@ -22950,16 +22953,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xfd9427a8 device_link_remove EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type EXPORT_SYMBOL_GPL vmlinux 0xfdd2d37e ata_std_bios_param EXPORT_SYMBOL_GPL vmlinux 0xfdd7946c inverse_translate -EXPORT_SYMBOL_GPL vmlinux 0xfdee9179 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xfde41134 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0xfdf5c2f0 tps6586x_set_bits EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name EXPORT_SYMBOL_GPL vmlinux 0xfdfc6750 vcpu_put EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xfe14e70b inet_twsk_hashdance -EXPORT_SYMBOL_GPL vmlinux 0xfe22cd0b __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xfe29b8e1 freq_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xfe29d810 trace_seq_to_user EXPORT_SYMBOL_GPL vmlinux 0xfe311e8c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xfe3ea9c1 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns EXPORT_SYMBOL_GPL vmlinux 0xfe48eecb __tracepoint_pelt_se_tp EXPORT_SYMBOL_GPL vmlinux 0xfe4ff37f sata_scr_write_flush @@ -22973,23 +22975,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe97ca81 pci_epf_match_device EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfe9b6d3e snd_soc_jack_get_type EXPORT_SYMBOL_GPL vmlinux 0xfea29312 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xfea4f754 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0xfea50275 irq_chip_enable_parent EXPORT_SYMBOL_GPL vmlinux 0xfeab1a0e devm_phy_put EXPORT_SYMBOL_GPL vmlinux 0xfebb925d ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xfece8ddb inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfee12b51 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xfee205dd inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0xfee7f8fa usb_add_gadget_udc_release EXPORT_SYMBOL_GPL vmlinux 0xfef67ace btree_init EXPORT_SYMBOL_GPL vmlinux 0xff042a37 dma_resv_wait_timeout_rcu EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1de46d pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider EXPORT_SYMBOL_GPL vmlinux 0xff33ab0f palmas_ext_control_req_config EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role EXPORT_SYMBOL_GPL vmlinux 0xff4de238 max8997_bulk_read EXPORT_SYMBOL_GPL vmlinux 0xff4f5530 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0xff50fb80 ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0xff55b8ba clk_hw_is_prepared EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback EXPORT_SYMBOL_GPL vmlinux 0xff5f7962 __devm_irq_alloc_descs -EXPORT_SYMBOL_GPL vmlinux 0xff80584d ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xff7cb7cd fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xffa16e3c regulator_set_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0xffae044f device_show_ulong EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies @@ -22997,9 +23005,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xffca5374 bpf_prog_sub EXPORT_SYMBOL_GPL vmlinux 0xffce7620 regulator_get_hardware_vsel_register EXPORT_SYMBOL_GPL vmlinux 0xffeb9036 devm_clk_bulk_get_all EXPORT_SYMBOL_GPL vmlinux 0xfff269c7 crypto_register_aeads -EXPORT_SYMBOL_GPL vmlinux 0xfff3c4ec dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0xfff68ddf usb_driver_claim_interface EXPORT_SYMBOL_GPL vmlinux 0xfffa214d l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xfffb1c81 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0xfffe393e serial8250_read_char USB_STORAGE EXPORT_SYMBOL_GPL 0x08e43080 usb_stor_reset_resume drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-110.124/ppc64el/generic.compiler b/debian.master/abi/5.4.0-117.132/armhf/generic-lpae.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/ppc64el/generic.compiler rename to debian.master/abi/5.4.0-117.132/armhf/generic-lpae.compiler diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic-lpae.modules b/debian.master/abi/5.4.0-117.132/armhf/generic-lpae.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic-lpae.modules rename to debian.master/abi/5.4.0-117.132/armhf/generic-lpae.modules diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic-lpae.retpoline b/debian.master/abi/5.4.0-117.132/armhf/generic-lpae.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic-lpae.retpoline rename to debian.master/abi/5.4.0-117.132/armhf/generic-lpae.retpoline diff --git a/debian.master/abi/5.4.0-110.124/s390x/generic.compiler b/debian.master/abi/5.4.0-117.132/armhf/generic.compiler similarity index 100% rename from debian.master/abi/5.4.0-110.124/s390x/generic.compiler rename to debian.master/abi/5.4.0-117.132/armhf/generic.compiler diff --git a/debian.master/abi/5.4.0-110.124/armhf/generic.modules b/debian.master/abi/5.4.0-117.132/armhf/generic.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/armhf/generic.modules rename to debian.master/abi/5.4.0-117.132/armhf/generic.modules diff --git a/debian.master/abi/5.4.0-110.124/ppc64el/generic.retpoline b/debian.master/abi/5.4.0-117.132/armhf/generic.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/ppc64el/generic.retpoline rename to debian.master/abi/5.4.0-117.132/armhf/generic.retpoline diff --git a/debian.master/abi/5.4.0-110.124/fwinfo b/debian.master/abi/5.4.0-117.132/fwinfo similarity index 100% rename from debian.master/abi/5.4.0-110.124/fwinfo rename to debian.master/abi/5.4.0-117.132/fwinfo diff --git a/debian.master/abi/5.4.0-110.124/ppc64el/generic b/debian.master/abi/5.4.0-117.132/ppc64el/generic similarity index 77% rename from debian.master/abi/5.4.0-110.124/ppc64el/generic rename to debian.master/abi/5.4.0-117.132/ppc64el/generic index cde90fd3f15d0..d5a059fd955e3 100644 --- a/debian.master/abi/5.4.0-110.124/ppc64el/generic +++ b/debian.master/abi/5.4.0-117.132/ppc64el/generic @@ -28,8 +28,8 @@ EXPORT_SYMBOL crypto/sm3_generic 0x022cad2e crypto_sm3_finup EXPORT_SYMBOL crypto/sm3_generic 0xade2612a crypto_sm3_update EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks EXPORT_SYMBOL drivers/atm/suni 0x17bca5c2 suni_init -EXPORT_SYMBOL drivers/bcma/bcma 0x256ea093 bcma_core_dma_translation -EXPORT_SYMBOL drivers/bcma/bcma 0xba836c1b bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x23478734 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x53468ffd bcma_core_irq EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str @@ -130,7 +130,6 @@ EXPORT_SYMBOL drivers/firewire/firewire-core 0xf5672777 fw_iso_context_queue_fl EXPORT_SYMBOL drivers/gpu/drm/drm 0x00124852 drm_mode_create_suggested_offset_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x003d8866 drm_of_component_probe EXPORT_SYMBOL drivers/gpu/drm/drm 0x006d104d drm_atomic_add_affected_connectors -EXPORT_SYMBOL drivers/gpu/drm/drm 0x023923a2 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x03463b76 drm_calc_timestamping_constants EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only @@ -143,14 +142,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x0752a3fe drm_dev_get -EXPORT_SYMBOL drivers/gpu/drm/drm 0x07e5c7de drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f88521 drm_edid_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x0808f6cb drm_connector_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x09966c0e drm_bridge_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a0ce791 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a9fb400 drm_get_edid EXPORT_SYMBOL drivers/gpu/drm/drm 0x0abb2e18 drm_av_sync_delay -EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af854b0 drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bfc7a28 drm_i2c_encoder_dpms EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cfc59e9 drm_connector_set_vrr_capable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7611a0 drm_i2c_encoder_save @@ -159,13 +157,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c62b61 __drm_printfn_debug EXPORT_SYMBOL drivers/gpu/drm/drm 0x119eb8aa drm_gem_shmem_pin EXPORT_SYMBOL drivers/gpu/drm/drm 0x11c7d4a2 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12818d67 drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c0f958 drm_syncobj_find_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0x14363f0d drm_gem_cma_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x145edc41 drm_modeset_backoff EXPORT_SYMBOL drivers/gpu/drm/drm 0x14724650 drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x14c45e48 drm_cvt_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file -EXPORT_SYMBOL drivers/gpu/drm/drm 0x15df4209 drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x160c4bac drm_mode_create_aspect_ratio_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x163aadd5 drm_dev_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x1672321a drm_crtc_enable_color_mgmt @@ -183,11 +181,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a8c8623 drm_gem_dmabuf_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x1af63471 drm_mode_find_dmt EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b0e0791 drm_property_create_object EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bad6240 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c4399d2 drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca854b2 drm_prime_gem_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d12fd6e drm_mm_insert_node_in_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d144547 drm_hdmi_avi_infoframe_from_display_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d2cea5a drm_plane_force_disable -EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d473e7f drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d77dc16 drm_panel_get_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d987e08 drm_crtc_set_max_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e40e160 drm_framebuffer_cleanup @@ -203,7 +201,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x23e839b3 drm_crtc_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x245243fc drm_property_replace_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x24a14271 drm_atomic_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0x259f7cbf drm_writeback_connector_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x25d8e1fd drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x269e1eb7 drm_atomic_get_new_private_obj_state EXPORT_SYMBOL drivers/gpu/drm/drm 0x26ceef8e drm_atomic_state_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0x27181b66 drm_object_attach_property @@ -224,7 +221,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path EXPORT_SYMBOL drivers/gpu/drm/drm 0x32d57c34 drm_bridge_mode_set EXPORT_SYMBOL drivers/gpu/drm/drm 0x332f2d43 drm_master_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg -EXPORT_SYMBOL drivers/gpu/drm/drm 0x35496ee5 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x35afae24 __drm_puts_seq_file EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ed4c39 drm_dev_unregister EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a31c45 drm_plane_create_zpos_property @@ -232,13 +228,14 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x379250e7 drm_flip_work_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x37daf41e drm_panel_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x395cfa4b drm_gem_mmap_obj EXPORT_SYMBOL drivers/gpu/drm/drm 0x39a9003d drm_atomic_get_plane_state -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a896037 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a4f56dd drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac76bb0 drm_connector_list_iter_next EXPORT_SYMBOL drivers/gpu/drm/drm 0x3afd842e drm_crtc_vblank_off -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b06ca41 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b08a844 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0f0487 drm_agp_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bbeebca drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c70b566 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cb1eb5c drm_modeset_lock EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d33b572 drm_vma_offset_add EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d4d6fd2 drm_atomic_private_obj_init @@ -249,7 +246,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4134c211 drm_gem_private_object_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x4370d5f2 drm_flip_work_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x439283f5 drm_add_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x443d89a5 drm_gem_prime_handle_to_fd -EXPORT_SYMBOL drivers/gpu/drm/drm 0x444ca2fe drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x44c28f96 drm_syncobj_get_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0x45209b93 drm_property_create_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x45419fab drm_connector_set_link_status_property @@ -262,7 +258,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b9d940f drm_property_create_bitmask EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c251748 drm_get_edid_switcheroo EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c7880db drm_hdcp_update_content_protection EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cbb8f7b drm_crtc_handle_vblank -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d229883 drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d22b807 drm_mode_equal_no_clocks EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d942743 drm_vma_node_is_allowed EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dbadfcd drm_syncobj_get_fd @@ -284,8 +279,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x53d3c0a6 drm_gem_shmem_print_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x540b475d drm_gem_dmabuf_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x55137c54 drm_dev_enter EXPORT_SYMBOL drivers/gpu/drm/drm 0x55632e82 drm_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55963de5 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x55b9a706 drm_atomic_set_crtc_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x5624a060 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x567e1070 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x5697cffe drm_connector_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags EXPORT_SYMBOL drivers/gpu/drm/drm 0x58348a6b drm_mode_parse_command_line_for_connector @@ -293,11 +290,11 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x583a29e3 drm_atomic_bridge_enable EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ca4322 drm_framebuffer_unregister_private EXPORT_SYMBOL drivers/gpu/drm/drm 0x59a492b9 drm_connector_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x59c5b6dd drm_atomic_state_default_clear -EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a427443 drm_agp_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a4d4afb drm_atomic_set_fence_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a8087c7 drm_crtc_check_viewport EXPORT_SYMBOL drivers/gpu/drm/drm 0x5afa5fde drm_plane_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b31053d drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b8316b0 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8ca5bf drm_crtc_wait_one_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c90446c drm_crtc_accurate_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c97e925 drm_atomic_get_crtc_state @@ -309,9 +306,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x6180549d drm_gem_put_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0x61ac92e2 drm_debugfs_remove_files EXPORT_SYMBOL drivers/gpu/drm/drm 0x621a63cc drm_sysfs_hotplug_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x628444d0 drm_vma_offset_manager_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x62abbf00 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x64333b9a drm_client_modeset_commit_force -EXPORT_SYMBOL drivers/gpu/drm/drm 0x6589bc63 drm_agp_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x65a4de1e __drm_atomic_helper_set_config EXPORT_SYMBOL drivers/gpu/drm/drm 0x65a62e64 drm_bridge_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x662e3c8e drm_writeback_signal_completion @@ -325,7 +320,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x69ee0609 drm_gem_map_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a692446 drm_framebuffer_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b2006d8 drm_panel_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bcd17f4 drm_cma_gem_create_object_default_funcs -EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c5f24d1 drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d7ce39a drm_gem_dmabuf_mmap EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d95495e drm_vma_offset_manager_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x6df381b1 drm_bridge_disable @@ -354,15 +348,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x75ba300c drm_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x75c4d713 drm_crtc_vblank_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x7727ad12 drm_mode_validate_ycbcr420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ac01fd drm_gem_prime_export -EXPORT_SYMBOL drivers/gpu/drm/drm 0x77fa5b61 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x78045eb6 drm_mode_object_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a1f900 drm_connector_has_possible_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a7d8b5 drm_plane_create_zpos_immutable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c50190 drm_property_blob_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b982195 drm_mm_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x7be4c4ea drm_driver_legacy_fb_format -EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c03a92e drm_agp_unbind -EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c5f852a drm_legacy_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c986d17 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x7de8b711 drm_i2c_encoder_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e0bfbc0 drm_of_find_possible_crtcs EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e771fdd drm_client_modeset_commit @@ -373,6 +365,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x81908862 drm_writeback_get_out_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0x81992424 drm_edid_header_is_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x81b555c8 drm_atomic_get_old_connector_for_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x82bd6ef7 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x836a3fa7 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x853eada1 drm_get_cea_aspect_ratio EXPORT_SYMBOL drivers/gpu/drm/drm 0x8563a554 drm_ht_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x869db294 drm_atomic_get_new_connector_for_encoder @@ -387,6 +380,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8918a85e drm_open EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ace8a2 drm_mode_object_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x89e511b4 drm_dev_unplug EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a80f33b drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8540b8 drm_agp_unbind EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba4f373 drm_mode_create_from_cmdline_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c2a17d8 drm_mode_set_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c4c311a drm_calc_vbltimestamp_from_scanoutpos @@ -395,6 +389,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d27336d drm_mode_get_tile_group EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ded5709 drm_atomic_add_affected_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e0216df drm_property_add_enum EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e4bd1c0 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e540866 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fc7066d drm_vma_offset_lookup_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x90640fea drm_gem_prime_import_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x90834cdf drm_mode_create_tv_margin_properties @@ -403,6 +398,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale EXPORT_SYMBOL drivers/gpu/drm/drm 0x9213f5c3 drm_edid_to_speaker_allocation EXPORT_SYMBOL drivers/gpu/drm/drm 0x932fc514 drm_vma_offset_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0x937787c1 drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm 0x944ac5b2 drm_agp_info EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x96322d13 drm_atomic_normalize_zpos EXPORT_SYMBOL drivers/gpu/drm/drm 0x9860d127 drm_framebuffer_lookup @@ -455,18 +451,17 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xad308907 drm_connector_attach_tv_margin_pro EXPORT_SYMBOL drivers/gpu/drm/drm 0xadb78c98 drm_debugfs_create_files EXPORT_SYMBOL drivers/gpu/drm/drm 0xae1a01bb drm_atomic_bridge_post_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae39e58e drm_agp_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xae9d0a80 drm_gem_dma_resv_wait -EXPORT_SYMBOL drivers/gpu/drm/drm 0xaef9fdb8 drm_agp_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf08db58 drm_property_create_bool EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6cea1d drm_display_info_set_bus_formats EXPORT_SYMBOL drivers/gpu/drm/drm 0xafc5b55a drm_master_internal_release -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0389b91 drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xb053adda drm_rect_rotate EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb13e3529 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1753765 drm_atomic_state_default_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xb21caf94 drm_mode_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26bf25d drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2a8173b drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2e85583 drm_modeset_lock_single_interruptible EXPORT_SYMBOL drivers/gpu/drm/drm 0xb311f16e drm_atomic_bridge_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0xb387c752 drm_flip_work_queue @@ -486,29 +481,31 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb93b9b09 drm_client_modeset_probe EXPORT_SYMBOL drivers/gpu/drm/drm 0xb953f2d4 drm_bridge_remove EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc69e933 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe587cb1 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf03ebb3 drm_modeset_lock_all EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf819e13 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfebdfe6 drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0034ce7 drm_compat_ioctl EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0c866a6 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1c045ce drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xc22037ab drm_crtc_vblank_count_and_time EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2362522 drm_gem_shmem_create_with_handle EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block EXPORT_SYMBOL drivers/gpu/drm/drm 0xc307a10c drm_mm_takedown EXPORT_SYMBOL drivers/gpu/drm/drm 0xc324efb9 drm_edid_to_sad -EXPORT_SYMBOL drivers/gpu/drm/drm 0xc53dfd6e drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5992401 __drm_puts_coredump -EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6d55ea4 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0xc91393e7 drm_dev_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xc97d7350 drm_panel_unprepare EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae05949 drm_wait_one_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb643790 drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb71bc1f drm_handle_vblank EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc1a5ff drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc476ada drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd1ec1ee drm_connector_attach_content_type_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd66d616 drm_connector_list_iter_end EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task -EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf1cc623 drm_agp_acquire EXPORT_SYMBOL drivers/gpu/drm/drm 0xd06d465f drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0ba8d33 drm_mode_config_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1254636 drm_i2c_encoder_destroy @@ -519,7 +516,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd289a2ae drm_client_framebuffer_delete EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b45791 drm_i2c_encoder_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2e44b21 drm_gem_lock_reservations EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3ba4ace drm_i2c_encoder_detect -EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4097749 drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5394979 drm_hdmi_vendor_infoframe_from_display_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xd57b3b97 drm_property_create_signed_range EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5854e1c drm_framebuffer_plane_width @@ -528,13 +524,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd615f0cc drm_plane_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0xd663ac81 drm_connector_attach_max_bpc_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xd694f8a4 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7455153 drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0xd74cb210 drm_mode_set_config_internal EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f91000 drm_client_framebuffer_create EXPORT_SYMBOL drivers/gpu/drm/drm 0xd82d2817 drm_connector_attach_edid_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96b425a __drm_printfn_coredump EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb46258c drm_read -EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbfe2638 drm_pci_free -EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcc8f2f4 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc67a8e1 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcf00f4a drm_crtc_arm_vblank_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd0a2c9c drm_flip_work_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd800f8d drm_mode_create_colorspace_property @@ -549,7 +545,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe053e38a drm_gem_shmem_put_pages EXPORT_SYMBOL drivers/gpu/drm/drm 0xe15d207d drm_gem_object_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe17bbc43 drm_ioctl EXPORT_SYMBOL drivers/gpu/drm/drm 0xe18f6ab9 drm_property_create_enum -EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35d7065 drm_legacy_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe24be031 drm_agp_bind EXPORT_SYMBOL drivers/gpu/drm/drm 0xe41a574f drm_client_buffer_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xe540506e drm_atomic_state_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe58f981b drm_gtf_mode @@ -557,10 +553,12 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5a514cc drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5b47385 drm_atomic_set_mode_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5fb0cd8 drm_client_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6d2ce5e drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe74a49f1 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0xe79cca95 devm_drm_dev_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ad67d2 drm_property_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7db06c5 drm_mode_create_dvi_i_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9212ff0 drm_agp_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xe932330b drm_add_override_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0xea95a875 drm_client_buffer_vmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3a0655 drm_gem_shmem_madvise @@ -572,8 +570,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xede0d27e drm_gem_shmem_vunmap EXPORT_SYMBOL drivers/gpu/drm/drm 0xede2149c drm_color_lut_extract EXPORT_SYMBOL drivers/gpu/drm/drm 0xee65f85e drm_atomic_set_fb_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0xeffe195a drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf05253ec drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xf07ff4eb drm_gtf_mode_complex EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0f01022 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf107f5bd drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort EXPORT_SYMBOL drivers/gpu/drm/drm 0xf285453f drm_gem_dmabuf_export EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28ff2ba drm_i2c_encoder_mode_set @@ -949,7 +949,7 @@ EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7b7e07a8 i2c_bit_add_bus EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd5989c94 i2c_bit_add_numbered_bus EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2e61e995 i2c_pca_add_numbered_bus EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x353d77b0 i2c_pca_add_bus -EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xffcd9a83 amd756_smbus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x11726066 amd756_smbus EXPORT_SYMBOL drivers/iio/accel/kxsd9 0x35d7f120 kxsd9_common_probe EXPORT_SYMBOL drivers/iio/accel/kxsd9 0x6533fe0f kxsd9_dev_pm_ops EXPORT_SYMBOL drivers/iio/accel/kxsd9 0xc061b326 kxsd9_common_remove @@ -1113,320 +1113,320 @@ EXPORT_SYMBOL drivers/iio/pressure/ms5611_core 0x7ead9f84 ms5611_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x01c89750 st_press_get_settings EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x4638a2c9 st_press_common_remove EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf64de505 st_press_common_probe -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x015d09a6 ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x138c2f18 ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x23cde819 ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x49c35ca0 ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4be15092 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5238809a cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e5a0cd7 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x04cbced4 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0557b29d ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x081cfb63 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12c4c25b ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x13fe78e5 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17008c57 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x21efe023 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3ccee888 ib_cm_init_qp_attr EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x76577269 ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x78c39eeb ib_send_cm_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x93ab09bc ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaf13997e ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb566df62 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb86766e0 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd7762425 ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdc29e3cb ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe34bcb1c ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xed5a301f ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfe63f00c ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x000e2575 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x004558e2 ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00aaf039 ib_register_mad_snoop -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02b7c375 ib_free_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03ead572 ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04d9d317 rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x057c4f5d ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x074842ea rdma_nl_put_driver_u32_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09dd6bc4 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c7a33df ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c99c52b ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d93502b ib_unregister_device_and_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ebde420 _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fe556cf ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x116e8c48 ib_destroy_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121ff63d ib_modify_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1298c40a ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1623f6b1 ib_mr_pool_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16703c54 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x99b7b39e ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc11ab56d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc2a18647 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xca93bf54 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd03da57c ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd812f052 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdb0b0cb5 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe82e0910 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeef96117 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfe106693 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01470a31 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01993843 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0226a702 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03af38b0 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0718b3be rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x078a2bd8 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bad4537 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c7b29a9 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e4d5595 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e7a2620 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e9b8d46 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ed9b097 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x107ceade ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x108ee1d2 ib_port_unregister_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11021095 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11336df0 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12110d93 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12406b4e ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1268e9a8 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1388a9fc rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13cae697 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14a3473e ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15329272 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15b851fe ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x163b509b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171da601 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1808450d __ib_alloc_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184621a4 ib_get_rdma_header_version -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18559f60 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x187c4e88 rdma_query_gid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d94ac05 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bb7f70c rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d1c0826 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dac0076 ibdev_emerg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e714ce9 rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x202bbe3a rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2053d208 rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21d7f4cd ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e9b787b ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f40f610 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x225eed0a ib_free_send_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x246cd056 ib_dereg_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2520506d rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25d1b710 ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x290f0887 ib_query_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c4bf71 ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a24da46 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24d38771 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25e39b37 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x263cda83 rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2664b857 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x276f658b rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x279dc20d rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x288e14f2 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2991f5e0 ib_open_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ae70753 __ib_alloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cc07668 ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed1f4fc ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fb9e21c ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30594618 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b82396b ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c46ccca ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e01c046 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e17a062 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e831df5 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2efc752b ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fc79251 ib_modify_qp_with_udata EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x314afbe1 rdma_copy_src_l2_addr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32422994 rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34158f93 ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3458f18c ib_get_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x349ddf8c ib_get_rmpp_segment -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x354521d8 rdma_rw_ctx_signature_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x375bfcb0 ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37aab8fd rdma_user_mmap_entry_insert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39aa9052 ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a1325db ib_device_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aad177b ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b79b156 rdma_nl_put_driver_u32 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cb2c1c1 rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e7a96f1 ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fb09b92 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31560296 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33563f2a rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33a68b3d ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3454849d rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x354608bf ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3735cda1 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3826b886 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x398f21d7 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e18a0d ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ba364a9 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da58419 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f2d8ffd rdma_port_get_link_layer EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4006da5a ib_sa_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41056081 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40a61508 ib_mr_pool_get EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43eff253 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44b5905e ibnl_put_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x489055a6 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48f2138e rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49346468 rdma_rw_mr_factor EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e86a0e ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b9c9aef ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c3b1a3a rdma_set_cq_moderation -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c987e00 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a84f73e ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4aa58c98 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bc543f3 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c7c800a ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d5d57db ib_dealloc_fmr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ef53138 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f9fc85c rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ff1ea00 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x507a6057 ib_modify_srq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53631cf1 rdma_modify_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58b7d7a1 rdma_destroy_ah_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x599cc011 rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a7ce0d8 ib_destroy_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c884d50 ib_mr_pool_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cf1ea29 rdma_user_mmap_entry_remove -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d62bf2f rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52b743ea rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53a19b77 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57b1055a ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x592f7a11 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dc522ad ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e51022c _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e9f6771 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5eded862 ib_sa_sendonly_fullmem_support EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6157ec5d rdma_link_register EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63c4f423 ib_destroy_srq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63fc22cd __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65d1830a ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66165178 ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6939cacb ib_create_ah_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a4806ff ib_sg_to_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a8f1e9c ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63761aeb ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64351f9a rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65b294c3 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65bb6e9c ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x661f3d97 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69691f13 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6974b16d rdma_rw_ctx_destroy EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c289301 ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6db2edd0 __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e22124a ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f14b6a0 rdma_rw_ctx_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fa8c851 ib_sa_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fb2fc05 ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x726b925e rdma_nl_put_driver_u64 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x728c7bc0 ib_init_ah_from_mcmember -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x745476ee rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7554b4c2 rdma_rw_ctx_post -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a2b32e rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f81256d ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70d1adde ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7144eb73 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x737a37ed ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x740fffd1 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74b1b92e __ib_alloc_pd EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7781f3d6 ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x780bbe65 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75aa1d5e ib_redirect_mad_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78e25cdb rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78fcc296 ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7911d01b rdma_read_gid_l2_fields -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79f32184 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78a60f17 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a99d7fb ib_query_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b5a90f8 ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bbf9686 rdma_replace_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c91fdaf ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d4293d3 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e2c3263 ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e7190a0 ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8074953e rdma_create_user_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8257212c ib_rdmacg_uncharge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83d330fe rdma_init_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x866a53d7 ib_get_vf_stats -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86ae301e ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cbc181 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ba38c62 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7eef4f4e __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8316e0bf ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8406065c ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85c0303f ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86c1168b ib_get_cached_subnet_prefix EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a346905 ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c437843 ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ddd1208 rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e6bac97 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87c13ecf rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a72cc17 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b47a266 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d9df08b ib_sa_join_multicast EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x902e5931 ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9073741a ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ec9a7f8 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ee94c86 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fd570b1 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x900dbf81 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90c01109 ib_free_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9102324e ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91deb351 ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92738c75 ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x946f0de7 ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x954bf590 ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9559640a roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95a91476 ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9679b5fd ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97baca8a rdma_link_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99494a42 ib_drain_sq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9954ffef ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x930efbd1 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95f724de ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x985e1ca7 rdma_restrack_count EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bf42165 ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ff8a5bf ib_sa_get_mcmember_rec -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0c59572 ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa21c5da0 rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa23f0010 ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa275aaf0 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ac70939 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b8494db rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e4534cb rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa18d4a86 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa34a4ffe ibdev_info EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6d3ae9b ib_register_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7b1f992 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa830458c rdma_user_mmap_io -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa833da53 ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac23b3cf ibdev_alert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacba642e rdma_copy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacd75af6 rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad85b85d rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9c92e05 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab49f152 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab723539 ib_port_register_module_stat +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac26adf2 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac3d2ca7 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac60598d ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad25aa52 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae92469b ib_set_device_ops EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf0e4c62 __ib_alloc_cq_any -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf418070 ib_dealloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0dc4723 rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1ed2d6d ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0e73dfd ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1764794 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2735f74 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2dd4495 rdma_copy_ah_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3a1002d ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3f12b22 rdma_rw_ctx_wrs -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6b6c203 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb39e25ad rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3cc6eb6 ib_alloc_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb40dbfa0 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb48be4fc ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4fa77bc ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb50b9792 ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5a76ecc ib_find_gid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8c49c63 rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba0bb26d ib_get_device_fw_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc29dff5 ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcb7d61c ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf869d16 ib_rdmacg_try_charge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2f3cd1d ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb845d844 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbab7ab63 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc379dfd rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0752f8e ib_mr_pool_destroy EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc59ad9ce ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4199e0c ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc573f8e2 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5f4dfbf ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6f19af1 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7c97f96 ib_destroy_qp_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc87bc941 ib_sa_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc0c8b66 rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcce5324f ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce268bb1 ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce48af06 ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce6b130c ib_get_vf_config -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce916d5b ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfbb1d33 rdma_restrack_del -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1e1862e ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd25d8456 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca55f0b9 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce653a17 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce87b5ad ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd19cfe9e ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3b9c8eb rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd425c755 rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd580241c ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5e59028 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd643490a rdma_umap_priv_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6e417ca rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd74027c4 ibdev_notice -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd915acf4 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd71f6883 rdma_create_user_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb8445e1 ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf42c253 ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0e69943 rdma_restrack_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1041777 rdma_nl_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe23062b2 ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe38b57ef rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda9d0584 ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdacaa42c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde2dcbff ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde7a4dc0 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf83fb28 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfa53726 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0138e56 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe48c31ec ib_set_vf_guid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe65a18ba __ib_create_cq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7d01aca ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe82cb74b ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7e3d0c9 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe90f9cd0 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe93ec498 rdma_read_gid_l2_fields EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecb7d060 ib_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeda165be rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee70873f rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeeb8ec59 ib_sa_path_rec_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef56306b rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf060c2d0 ib_port_unregister_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf144c1cb ib_detach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1502f8c ib_resize_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf508fde7 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea004c83 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea266978 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea7f2265 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb54e750 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee217d4e ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf001415b ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf57e920b ib_cancel_mad EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf826b506 ib_get_cached_subnet_prefix -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8400097 ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9636313 rdma_query_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9916614 rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd256c01 ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff5ff5b3 ib_query_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfff95ca6 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01c48694 uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x071b8b09 ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0750857d ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x09d1b9c3 flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f34f157 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc0da92d rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc5d455d ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd2bead9 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfda57970 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdd8a927 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffd3bd88 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x03ecb8e0 uverbs_get_flags64 EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e5f1260 ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3e94cf1d _uverbs_get_const -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x402e3e41 uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x50ebbd02 flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5d969f53 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b72b4d6 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ba92154 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1c71662f _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x56e3ab71 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x589994ac ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x617d9536 ib_umem_activate_invalidation_notifier EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6587ba88 uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x760c94b6 uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d1bba09 ib_umem_odp_alloc_child -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x841a4ac7 ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaa3d84cd ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf3979c5 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6646d902 ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x686817db ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68f0ccb4 _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f7db447 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x95b0ddab ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x98b5f5b6 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9a3b4d8a flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9c36f828 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9e584561 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f506209 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa1559d2d ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa1fecca3 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa9172ac4 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb54b5827 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb9a1fda7 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbd7659de ib_umem_odp_alloc_implicit EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0ddf453 ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc11b537e ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd5a5c9bd ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd666259d ib_umem_odp_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdbc86a71 uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdddca3bf _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe6f64784 ib_umem_odp_alloc_implicit -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xee954491 ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xef58c06b ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf01a0abf ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf5626f3d uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfbe36f0d ib_umem_activate_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfcb260ea ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd670c24 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x07af4f2e iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x28491a45 iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x28a24589 iw_cm_connect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2dfbfea0 iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x458bcfba iw_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x95c0b9e3 iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd4b6c8de iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xec504b55 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc96a97f6 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd1be2318 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd80e3438 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xda57dd92 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8fbba61 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xefc989da uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf91a6337 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x31712c7b iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x522ed54c iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5576b5d3 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x866ce90a iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8801fdcb iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc060c003 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcceb408f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd2b00aa3 iw_cm_init_qp_attr EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x073c22c4 __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09b6bfad rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d878d6d rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1b79800b rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d7f2877 rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2ccf94c6 rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2d12606f rdma_unlock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2de568e3 rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x30fb15ea rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x361f259b rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3b8706a2 rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x441cc993 rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51c887cd rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x56a497c6 rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7e257e7d rdma_consumer_reject_data -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ef17667 rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x878fc576 rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87993358 rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8ed11c7f __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01acaa0a rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1bec13fc rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x27e37148 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2c7a2903 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32bce1ce rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x39603502 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3972cac1 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ae3cbc0 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4b44dff4 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x52d2f5e4 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x55cb9cc3 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6398e44c rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x655fec8b rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74694138 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7a7f4fad rdma_is_consumer_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x80679104 __rdma_create_id EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9bbcf0e0 rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaded813e rdma_destroy_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2f8e1f5 rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb550dd51 rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9bfd3c9 rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbcdf3e2a rdma_set_reuseaddr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc43593a8 rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2456512 rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe32210f4 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf4d6ee3a rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5f332dd rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92dd6b47 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9ea8b963 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa175c9b2 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa67cf152 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaf9c4159 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb7402000 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9b307d1 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc04941df __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc0f13337 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdab5c2ad rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xddbaa9ab rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9606eba rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf643f3ea rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfb013e38 rdma_set_ack_timeout EXPORT_SYMBOL drivers/input/gameport/gameport 0x10c61f42 gameport_unregister_driver EXPORT_SYMBOL drivers/input/gameport/gameport 0x259e0f8f __gameport_register_driver EXPORT_SYMBOL drivers/input/gameport/gameport 0x32a21894 gameport_stop_polling @@ -1577,19 +1577,19 @@ EXPORT_SYMBOL drivers/md/dm-snapshot 0xc7c42d94 dm_snap_origin EXPORT_SYMBOL drivers/md/dm-snapshot 0xd0d0902c dm_snap_cow EXPORT_SYMBOL drivers/md/raid456 0x74563db3 raid5_set_cache_size EXPORT_SYMBOL drivers/md/raid456 0xc90bd523 r5c_journal_mode_set -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x047c1e94 flexcop_sram_set_dest -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0ce1ae3d flexcop_device_kmalloc -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x23acc82c flexcop_dump_reg -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2e29d9ce flexcop_device_kfree -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x55e51452 flexcop_device_exit -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7dd6c90b flexcop_eeprom_check_mac_addr -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8745badf flexcop_device_initialize -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x92b17338 flexcop_i2c_request -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbb34492e flexcop_pass_dmx_data -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe692bcf7 flexcop_sram_ctrl -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xebde32c0 flexcop_wan_set_speed -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfcce1a19 flexcop_pass_dmx_packets -EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfeb2ef4b flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x00ff1373 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x07ba74b8 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1fcab071 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x31d62634 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4de9812e flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x680b7ea2 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8a22b05b flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8ad57562 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa970f280 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xad4280b9 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe4c6bedf flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf84de72f flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf8bd3206 flexcop_device_kmalloc EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls EXPORT_SYMBOL drivers/media/common/cx2341x 0x83f4ebb2 cx2341x_handler_init EXPORT_SYMBOL drivers/media/common/cx2341x 0x8d3a49fd cx2341x_ctrl_get_menu @@ -1816,124 +1816,124 @@ EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x70d87818 zd1301_demod_ EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x54838720 zl10036_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xc3bbd2ec zl10039_attach EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x91d2f6ea zl10353_attach -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x38b772d1 flexcop_dma_config -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3f8ee477 flexcop_dma_free -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4cf3d2c2 flexcop_dma_allocate -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x73fea074 flexcop_dma_control_size_irq -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7f87b67e flexcop_dma_xfer_control -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8fa67f69 flexcop_dma_config_timer -EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe61b1b61 flexcop_dma_control_timer_irq -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2461a28b bt878_start -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x629c1edb bt878_stop -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xacc6902b bt878 -EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd253f696 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x02e3456d flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1b025b57 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x40bcb240 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x410de52e flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x56ad2e01 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcfb8a04d flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf84355b6 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x18b89b90 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2b3f2d74 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x61bc25ea bt878_device_control EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe703e105 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0bf98712 bttv_sub_unregister EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4eba95bc bttv_get_pcidev -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x81cbf787 bttv_sub_register -EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8a4b04f4 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x535ec3e6 bttv_get_pcidev EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbc284e19 bttv_sub_register EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0a79dd33 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x01781baa write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2b676930 rdc_reset_state EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5603b500 dst_wait_dst_ready -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x753a7eee write_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8dc7d797 dst_comm_init -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xca04b6ad dst_pio_disable -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe748450b read_dst -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf131f797 rdc_reset_state -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfcd60e51 dst_attach -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfef19b9e dst_error_bailout -EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x611e1b21 dst_ca_attach -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x03b9d9ab cx18_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2554d31b cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x612beb9f dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc16793f6 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xca14cd2e dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdbc23a36 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe556a88e dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xed1bc2bc read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf02683c7 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x72c7f15c dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x06908ef0 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x14e4c89c cx18_release_stream EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3181177c cx18_release_stream -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4358266a cx18_ext_init -EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7fe797b9 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3c528648 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8271fb97 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8b0c04b1 cx18_start_v4l2_encode_stream EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd0fdb6b0 altera_ci_init EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1e9c3521 cx25821_set_gpiopin_direction -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x32001892 cx25821_riscmem_alloc -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x41a064af cx25821_sram_channel_dump_audio EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4efbcb57 cx25821_risc_databuffer_audio -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x613b5ae4 cx25821_dev_unregister -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x931d011d cx25821_dev_get -EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x984afd0e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x62d9fd44 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x72a5ac4a cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x95d9535f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xce4c01cd cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe1316f8b cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe3865ebf cx25821_dev_unregister EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x936623d2 vp3054_i2c_probe -EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc766ecf0 vp3054_i2c_remove -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6768e37b cx88_enum_input -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x67b1c451 cx88_querycap -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc2cff99a cx88_set_freq -EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xeca1e012 cx88_video_mux -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x089cb753 cx8802_buf_queue -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0f400208 cx8802_cancel_buffers -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3c2e55ca cx8802_start_dma -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4c1b64fd cx8802_get_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7d15ffce cx8802_register_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbbfdfa02 cx8802_unregister_driver -EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf8bb9367 cx8802_buf_prepare -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1726a0ce cx88_risc_databuffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e78a872 cx88_set_tvaudio -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x266841ad cx88_dsp_detect_stereo_sap -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x457e7d75 cx88_set_tvnorm -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x45cdcb29 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfaa904cd cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x41428b54 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8fe08991 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x07dfedb0 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x44c0811c cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x5b6d69d3 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x69d30a8b cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4c7b85de cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5affcad9 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6dfd1389 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7a6fad65 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8f7cd066 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xac448d35 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc32fa780 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3a9ec6ce cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x422e8f7e cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4577e134 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x500db78f cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5e2367b2 cx88_wakeup EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b31297b cx88_sram_channel_setup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x810fed90 cx88_wakeup -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8873e8a1 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x65c3018d cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x685f565b cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6aa6085c cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6cd911b5 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x72c19727 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x86c941ba cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x885249ce cx88_get_stereo EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8f396272 cx88_ir_stop EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x95aebba5 cx88_core_get -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9a0c64b cx88_set_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xad0ce417 cx88_core_put -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2f6d169 cx88_reset -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc9d4e301 cx88_ir_start -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca7fb8a3 cx88_vdev_init -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6259e12 cx88_risc_buffer -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe75db5fe cx88_set_scale -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeb81da7a cx88_get_stereo -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xec246bd5 cx88_core_irq -EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf698728d cx88_newstation -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0911b6a3 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x966dbb2d cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa18bd830 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb6d6663e cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc05b4446 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1adb68b cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd359cd3d cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd62266ed cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf04b566c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x009affcd ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x051ea542 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14db0f20 ivtv_firmware_check EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1af0c157 ivtv_udma_alloc -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1e640c49 ivtv_reset_ir_gpio -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2597c129 ivtv_claim_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3dfea4ef ivtv_udma_unmap -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6c8f6e5c ivtv_vapi -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x746c2e21 ivtv_udma_setup -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x87171307 ivtv_ext_init -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x92e0ef6a ivtv_udma_prepare -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x93b3ee9f ivtv_release_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9db9e998 ivtv_set_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd1ba9595 ivtv_api -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd352b1bc ivtv_init_on_first_open -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd9eb4ba4 ivtv_vapi_result -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe7398a29 ivtv_start_v4l2_encode_stream -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xeefd850b ivtv_clear_irq_mask -EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf0107594 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1f6b4d09 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4e90d9c3 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50475a2b ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6572bfc6 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6c192190 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x72a6284f ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x792cff8d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7e566a41 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8c37baa2 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc0942e7 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd8aefa51 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe1fef198 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf17ee458 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf564763b ivtv_api EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1a17b47c saa7134_ts_unregister -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x290de6b2 saa7134_tvaudio_setmute -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2ffb1caf saa7134_pgtable_free -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c029070 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x286bcdc9 saa7134_dmasound_init EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5cfa23a4 saa7134_devlist_lock -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x67352cb9 saa7134_set_gpio -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x72aad3fb saa7134_ts_register EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x744704eb saa_dsp_writel -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xce60e8de saa7134_pgtable_alloc -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd67da539 saa7134_dmasound_init -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xebf2c967 saa7134_pgtable_build -EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xeecc2a23 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8af53a4d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xac658fa8 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbb721f75 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcbf860ca saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xde1bc71c saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xec016fc1 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xee302304 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf3f2ac5b saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf8defe22 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xff43d0d4 saa7134_set_gpio EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf322a2ad ttpci_eeprom_parse_mac EXPORT_SYMBOL drivers/media/radio/tea575x 0x07870c4e snd_tea575x_g_tuner @@ -2129,68 +2129,68 @@ EXPORT_SYMBOL drivers/memstick/core/memstick 0xd7a06e06 memstick_add_host EXPORT_SYMBOL drivers/memstick/core/memstick 0xeacceca0 memstick_register_driver EXPORT_SYMBOL drivers/memstick/core/memstick 0xedea7937 memstick_next_req EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x00a760a8 mpt_HardResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0dad8a49 mpt_raid_phys_disk_pg0 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0ecea839 mpt_put_msg_frame_hi_pri -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1260a760 mpt_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x175a4359 mpt_clear_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a49f209 mpt_halt_firmware -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x270d05ad mpt_print_ioc_summary -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d2b6c26 mpt_detach -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31cb37c2 mpt_event_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31e92e4c mpt_findImVolumes -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41aa9d0f mpt_raid_phys_disk_get_num_paths -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x427c82f1 mpt_free_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47d56468 mpt_resume -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4edc15a0 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b1d15c8 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2547844f mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2fe62c41 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x335886e0 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41b19c83 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4558eacf mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4e444d5c mpt_send_handshake_request EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b8738ef mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6398a0cd mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x65f7b405 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x67bc77b8 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c6bb0c4 mpt_alloc_fw_memory EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a532794 mpt_put_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8211c9ae mpt_Soft_Hard_ResetHandler -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8cba6fd4 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x779fe86e mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ca8ce67 mpt_register EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d97f89b mpt_free_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa33581d1 mptbase_sas_persist_operation -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb2044743 mpt_get_msg_frame -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb213bfb0 mpt_device_driver_register -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb387f34f mpt_raid_phys_disk_pg1 -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8fcb585 mpt_config -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc5306155 mpt_set_taskmgmt_in_progress_flag -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcec51c35 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x99cefc59 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0ff542b mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa1db07cf mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae139a69 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb993f94c mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe09ed74 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd0596ccd mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2b8f28d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd51ba137 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd828083c mpt_raid_phys_disk_pg1 EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf15ba81 mpt_alloc_fw_memory -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe60e093a mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3d46e76 mptbase_sas_persist_operation EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister -EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9891ece mpt_suspend -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a7d61b7 mptscsih_host_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3df8b4bc mptscsih_flush_running_cmds -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45f0d744 mptscsih_taskmgmt_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x489df939 mptscsih_is_phys_disk -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a2fcddd mptscsih_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4edce26f mptscsih_event_process -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62aad517 mptscsih_bios_param -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c362379 mptscsih_host_attrs -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6cb631fa mptscsih_dev_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x70115ac1 mptscsih_raid_id_to_num -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76ed67c6 mptscsih_IssueTaskMgmt -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7e414d0f mptscsih_scandv_complete -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80c6ba59 mptscsih_qcmd -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f973c23 mptscsih_shutdown -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa9414267 mptscsih_change_queue_depth -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa9955880 mptscsih_io_done -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xafe542ec mptscsih_get_scsi_lookup -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbb7246e8 mptscsih_bus_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbcfc0ad4 mptscsih_resume -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc27f81ae mptscsih_taskmgmt_response_code -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc851260e mptscsih_remove -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc925bec mptscsih_slave_destroy -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd0dbed31 mptscsih_ioc_reset -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd1efc8d4 mptscsih_slave_configure -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd266592f mptscsih_suspend -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe01cec5c mptscsih_show_info -EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xefbda56c mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe879edf6 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8eef9dd mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed2f00ea mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf1a07324 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4f178d9 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e69b3b4 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x221aeab0 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2436d7a3 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c22249c mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x36ad25b4 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38d4705a mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x39517829 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c109235 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54177790 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62093de6 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6ab2d1bb mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6b858ba7 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74a76844 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79404ec3 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7a96d47f mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x876fb873 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8916679e mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9021216c mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x913b6aef mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f35e95d mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb0b58629 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbf9e02bb mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcafb2bb6 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdd9bdfdc mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe2ac8f87 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf01c411b mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf127047b mptscsih_suspend EXPORT_SYMBOL drivers/mfd/axp20x 0x33f78658 axp20x_device_remove EXPORT_SYMBOL drivers/mfd/axp20x 0xa9dcdb0c axp20x_match_device EXPORT_SYMBOL drivers/mfd/axp20x 0xda64e977 axp20x_device_probe @@ -2230,18 +2230,18 @@ EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x34691a69 altera_init EXPORT_SYMBOL drivers/misc/c2port/core 0x7feafb5b c2port_device_unregister EXPORT_SYMBOL drivers/misc/c2port/core 0xc4d71a11 c2port_device_register EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work -EXPORT_SYMBOL drivers/misc/tifm_core 0x1d07e32c tifm_eject -EXPORT_SYMBOL drivers/misc/tifm_core 0x29d731c9 tifm_free_adapter -EXPORT_SYMBOL drivers/misc/tifm_core 0x2c5f22be tifm_free_device -EXPORT_SYMBOL drivers/misc/tifm_core 0x2cfa9b3a tifm_map_sg -EXPORT_SYMBOL drivers/misc/tifm_core 0x63cbe437 tifm_remove_adapter -EXPORT_SYMBOL drivers/misc/tifm_core 0x9261d8bf tifm_unmap_sg -EXPORT_SYMBOL drivers/misc/tifm_core 0x96eb9732 tifm_unregister_driver -EXPORT_SYMBOL drivers/misc/tifm_core 0x9ebe276a tifm_has_ms_pif -EXPORT_SYMBOL drivers/misc/tifm_core 0xac437362 tifm_alloc_adapter -EXPORT_SYMBOL drivers/misc/tifm_core 0xc2c16ea9 tifm_alloc_device -EXPORT_SYMBOL drivers/misc/tifm_core 0xc61383a2 tifm_add_adapter -EXPORT_SYMBOL drivers/misc/tifm_core 0xdbed7d12 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x12ee82e7 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x2052f4f1 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x53e42991 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x72ddf3dd tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x7ae4e81d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x820d9672 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x92bf456e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x969ebb90 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9947cfa8 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa994ae72 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xcfa61e8e tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xd0e67e85 tifm_unregister_driver EXPORT_SYMBOL drivers/mmc/host/cqhci 0x056d8397 cqhci_irq EXPORT_SYMBOL drivers/mmc/host/cqhci 0x1db8eed8 cqhci_pltfm_init EXPORT_SYMBOL drivers/mmc/host/cqhci 0x43180d15 cqhci_resume @@ -2287,76 +2287,76 @@ EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa43d1c72 __nand_correct_data EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xa4b1e9b8 nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xb636dd73 __nand_calculate_ecc EXPORT_SYMBOL drivers/mtd/nand/raw/nand_ecc 0xc0cc63bf nand_correct_data -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x289f10f5 arcnet_close -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x30ded250 alloc_arcdev -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x42ae24b4 arcnet_send_packet -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x57c140e6 arc_raw_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5a791822 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x043db1e1 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x36c5d4a9 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3fb33a2b arcnet_close EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6ef2e793 arcnet_unregister_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa9b4e285 arc_proto_map -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc07e4665 arc_bcast_proto -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd47b1914 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x812df1a5 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x88617832 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8889c609 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa74c0f55 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd9ac21d0 alloc_arcdev EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt -EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf5ecd458 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xef97329f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xefd9a8c5 arcnet_unregister_proto EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5e260b7d com20020_check EXPORT_SYMBOL drivers/net/arcnet/com20020 0x647811fb com20020_netdev_ops EXPORT_SYMBOL drivers/net/arcnet/com20020 0x93abd3db com20020_found -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0351e786 b53_br_fast_age -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0dc48a23 b53_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x10180ebc b53_get_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x10d755fa b53_enable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11fdd08b b53_phylink_mac_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1a94314e b53_get_sset_count -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1ba72670 b53_mirror_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3512062b b53_imp_vlan_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x40135467 b53_phylink_mac_link_up -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49899584 b53_br_leave -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x53da7d98 b53_port_event -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5574e5e7 b53_vlan_prepare -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x561b22ed b53_get_ethtool_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57c74219 b53_get_tag_protocol -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x58bfeaca b53_get_strings -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x595ce5dd b53_eee_enable_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5a05a3f3 b53_get_ethtool_phy_stats -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x675aee7f b53_br_join -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x69287215 b53_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6c7c972e b53_fdb_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6dd227be b53_set_mac_eee -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x715927c1 b53_phylink_mac_link_down -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7ac0e067 b53_fdb_dump -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7f0bca47 b53_eee_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa048bb0a b53_disable_port -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1209534 b53_phylink_mac_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf53cc0b b53_configure_vlan -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb369a9da b53_phylink_mac_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb37e9fbc b53_switch_register -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb701ac47 b53_fdb_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba6264ac b53_vlan_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcfd79252 b53_mirror_add -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe86af41d b53_brcm_hdr_setup -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe88a8cd5 b53_vlan_filtering -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xed92523e b53_vlan_del -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xee69da42 b53_br_set_stp_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf24e7382 b53_br_egress_floods -EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf8c6f098 b53_switch_detect -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x097bbc8d b53_serdes_config -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9887eba0 b53_serdes_an_restart -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xcbe3a454 b53_serdes_link_set -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd9e13e9c b53_serdes_init -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe46abe20 b53_serdes_link_state -EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xfd4df622 b53_serdes_phylink_validate -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x7b2cadd5 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0447927d b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2216ae24 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29353045 b53_br_egress_floods +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29a32fc6 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2acc9f79 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2effb89a b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x33a7122f b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3cc76436 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5bf4392b b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62c4e1e0 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x69dbfc8c b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75a2334c b53_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x79717cb0 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a5f4341 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83205153 b53_vlan_prepare +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x88fd0130 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8d64f49a b53_phylink_mac_link_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8dc37afe b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8e866807 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x94de884f b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9b36d1e3 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e0dcaa2 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa4602e37 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa7f4e693 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaa2ea2e6 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb0d3f132 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbd53c7d3 b53_phylink_mac_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbfaf35ee b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc1de9a82 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4073770 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd64f4092 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe3952066 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe406d74b b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe71dd620 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea3c20c4 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf648ae11 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf6d0dd6e b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff50697f b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x03ecabf3 b53_serdes_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x114a43b5 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4e72f0a7 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x64a5aa37 b53_serdes_an_restart +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa75371c8 b53_serdes_phylink_validate +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd27b04b9 b53_serdes_link_state +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x101017ef lan9303_remove EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set -EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xdc89a3df lan9303_probe -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0x5e4014c4 ksz8795_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0xd9ef1e59 ksz9477_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x9e725966 ksz_switch_remove -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xd3442909 ksz_switch_register -EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xfdcafdec ksz_switch_alloc -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x14cdf903 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xb641e154 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz8795 0xa4748b57 ksz8795_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz9477 0xb21ea501 ksz9477_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0x73a995ad ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xacaf31d0 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_common 0xe8145fea ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x1bd6ab1f vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x57ffcc9f vsc73xx_probe EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid -EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xa65546ae vsc73xx_remove EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x386f6ba1 ei_netdev_ops EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x648eb540 ei_set_multicast_list @@ -2368,10 +2368,10 @@ EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaf3b9bd0 ei_poll EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaf80d514 ei_start_xmit EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb640ed77 ei_get_stats EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfe5220bd ei_close -EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x426d21f9 cnic_register_driver EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x2f7a0cc6 cavium_ptp_get -EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x46753317 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xee12abcd cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x479dcfa3 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x72ebefd2 cavium_ptp_put EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count @@ -2389,259 +2389,259 @@ EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_ge EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1622318a cxgb3_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2a014f2a cxgb3_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2db55f89 t3_register_cpl_handler -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x30c1e147 t3_l2t_send_event -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x52be7627 cxgb3_queue_tid_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5fd435d8 cxgb3_insert_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x794bc04a cxgb3_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7ef20318 cxgb3_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x82f7c2c4 t3_l2t_send_slow -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9b374b18 cxgb3_register_client -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa8098c1a cxgb3_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb8f209df t3_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7046edc dev2t3cdev -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcaaf3d87 cxgb3_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe7dd59f1 t3_l2e_free -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf385ea1a cxgb3_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02c005d0 cxgb4_create_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02f4156b cxgb4_reclaim_completed_tx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e1d3bef cxgb4_remove_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x281079da cxgb4_sync_txq_pidx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x296eda48 cxgb4_ring_tx_db -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e9a590a cxgb4_alloc_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33db923b cxgb4_create_server_filter -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x347aadc5 cxgb4_iscsi_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x379cf7ec cxgb4_get_tcp_stats -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39fbd5b6 cxgb4_get_srq_entry -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x422a9dd7 cxgb4_alloc_sftid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a3a3d10 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x06ab8d7d cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x06d7ff08 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x09c8264c cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x267d7ef0 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2b679e9f t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x42c6aa9f cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x58efa0bd t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6994b399 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6f565da5 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x72a22497 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x78a5c043 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7a5c6d7f t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xac0fff4c dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe62191c0 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xea33995b t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xef166ff8 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x04c96a29 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x090c1c8c cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1122487e cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1ac4f5ef cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1baf74a5 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x34914a77 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x34f826ea cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36c58322 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3791e45b cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39c02aa2 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3c9d7de9 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4f488c8b cxgb4_l2t_send EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x530a57b4 cxgb4_crypto_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59348637 cxgb4_select_ntuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e4f3e4b cxgb4_map_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x604ba6b4 cxgb4_create_server6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x605b7675 cxgb4_l2t_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x660a64af cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5221853b cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x55c9ae39 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63ecbd19 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6654ea22 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66e1d401 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67503687 cxgb4_l2t_get EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x676a11a9 cxgb4_unregister_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x74c347cf cxgb4_port_idx -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x74d2033c cxgb4_register_uld -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x798535c8 cxgb4_l2t_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x834f51ad cxgb4_read_sge_timestamp -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a5c7b6c cxgb4_inline_tx_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92d263da cxgb4_clip_get -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x989f1790 cxgb4_clip_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9a60aee0 cxgb4_free_atid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b21f8d0 cxgb4_bar2_sge_qregs -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b30de45 cxgb4_write_sgl -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa08eef61 cxgb4_ofld_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa4f2a35c cxgb4_smt_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa53adf0e cxgb4_port_e2cchan -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaabea591 cxgb4_update_root_dev_clip -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb229a6fd cxgb4_remove_server -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb5ad216a cxgb4_flush_eq_cache -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb65cb8dc cxgb4_dbfifo_count -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8cd4314 cxgb4_l2t_alloc_switching -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2f8567b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6ee37db6 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7482990b cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x789a7ad5 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7d36e226 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7df94d52 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e3f3306 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7edc96a4 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x88b883a9 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95b2628c cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x999a99fe cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ba32507 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9bca6614 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9d10e5d2 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xadbe058f cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf2dea46 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe22630d cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc02e2152 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc23b29b5 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc8a6eb1c cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdf1efae cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd64c4bd5 cxgb4_dbfifo_count EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd8741730 cxgb4_free_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2ddaa9f cxgb4_immdata_send -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2f9b4a7 cxgb4_read_tpte -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6f74578 cxgb4_alloc_stid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeab980b9 cxgb4_pktgl_to_skb -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1cf2901 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe256ddcd cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeb539f29 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf18c3706 cxgb4_sync_txq_pidx EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1fb0fde cxgb4_smt_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfde03401 cxgb4_remove_tid -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x053d2916 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1ffc0fa cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe112ccd cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x0e973f03 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x127c8146 cxgbi_ppm_make_ppod_hdr EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x925711fd cxgb_find_route6 -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbb04ebac cxgbi_ppm_ppod_release -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc612d841 cxgbi_ppm_init -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd6d4d494 cxgbi_ppm_ppods_reserve -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xeb1022f2 cxgb_find_route -EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xfb04300b cxgbi_ppm_make_ppod_hdr -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0f24e653 enic_api_devcmd_proxy_by_index -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x32b18094 vnic_dev_register -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4a7c2173 vnic_dev_unregister -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4e57653a vnic_dev_get_res_count -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x55b40fe9 vnic_dev_get_res -EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x91b1034b vnic_dev_get_pdev -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x223f6e7c be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2f46b4f2 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x381cb98d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5d0dc3aa cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xde3dda0a cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe71b34ae cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x15d7a9c5 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x488b7683 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7601a113 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7dcc4590 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xbf967057 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc22c89fb vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0622a2a4 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0f40626c be_roce_unregister_driver EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd -EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc00454fe be_roce_register_driver -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x2c170a30 i40e_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xc61d7194 i40e_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x011ca799 iavf_register_client -EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x2f9c324a iavf_unregister_client -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a45a58f mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1100ce37 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d7ff668 mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f0b1924 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32346faf mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x334bedf9 mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bd5aaae mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41463e44 mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x432cfd68 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49e62f29 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51d2cbf9 mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5393d089 mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x546d9317 mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5698ad99 mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fc1a1a2 mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67fbceb2 mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b347149 mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6eaa848b mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72ff3be1 mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7810a233 mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x782c91c3 mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ee42bd8 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0x3e4d3482 i40e_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/i40e/i40e 0xe17c4318 i40e_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x4e6433e1 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x967bf9d2 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x092f07ce mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x098e23f4 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c0d00df mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f13bbcb mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x166b6bec mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18146950 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a2c095c mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25b3f812 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x339d08ff mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3abc6c3d mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46480978 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cee200e mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5514d8a4 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a393416 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c2a1e63 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64089b6e mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e13bc31 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x743168c2 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7455eb90 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74f0029f mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78fa8213 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d299c67 mlx4_query_diag_counters EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81aa6e3e mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9143f4c3 mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa37fbae8 mlx4_tunnel_steer_add -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabe8e993 set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9bd1715 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbf5aceb mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc36243e1 mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca408e15 mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2de24d9 mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd52aa18c mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda489a1d set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0344561 mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe13a90c9 mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7492eca mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe83eda96 mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe89eec25 mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe940dba6 mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed776a0b mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedcec544 mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee6d9e83 mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee8556ac get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf35dc686 mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01b01fc5 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0317c76d mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09040b6e mlx5_core_dealloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09132c8a mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x980c3549 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x999a7366 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c92663d mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2928070 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa97ef243 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa1186d4 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa29a107 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb483ae7b mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd02a3f7 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf93a93a mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8e274fb mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd93626f mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0c4f02e mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc8b9f90 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdda5f9c8 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe178850b mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8498e87 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2f57017 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf369256c mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3d28ba2 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7837616 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfceac84a mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0022958c mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x075c2681 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0983f56b mlx5_cmd_create_vport_lag EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09f41f3e __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a3192b4 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c8a3afb mlx5_buf_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cea24af mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c06b263 mlx5_core_create_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dd263ed __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0edd7fe4 mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f0f3f0a mlx5_rl_remove_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ff9de06 mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x170447ba mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1776d453 mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1954ccf0 mlx5_packet_reformat_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19c2caa6 mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a15d849 mlx5_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c46b386 mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x213988b1 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fd5a01c mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10a58e72 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x115e2705 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14ed9754 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x154282b8 mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19135c01 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bb5831b mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20b7cbc8 mlx5_debugfs_root EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x216d35a6 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x219898f0 mlx5_core_detach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2291385c __tracepoint_mlx5_fs_set_fte -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x229d0d7c mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24583078 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26a94b68 mlx5_core_create_tir_out -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x284fb55c mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29c79b2a mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c541746 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22fa8403 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x250cfad9 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x280275cf mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28324f7f mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28fa3fae mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2908e5b5 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c593aab mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ff894b6 mlx5_fpga_mem_write EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30a80905 mlx5_del_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x362588b1 mlx5_cmd_exec_polling -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3771fcf7 mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x389edb48 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x320ac276 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33846dac mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34393d0e mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36efb006 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x378a6df9 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37a7e1b9 mlx5_core_modify_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3990808a mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b347ed1 mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41454500 mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4229c2cb mlx5_core_destroy_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4659afe2 mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4871caa8 mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49ae3711 mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ddd8242 mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e744f85 mlx5_get_flow_namespace -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5194d6f5 mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x532e050b mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x553602b9 mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55df3344 mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x565c6b31 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x598a7301 mlx5_core_destroy_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b298f39 mlx5_eq_disable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bf4e721 mlx5_comp_irq_get_affinity_mask -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bfea2ae mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e9d941b mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60af6fca mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d23866c mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f1d64e7 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f776ea7 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fa06fcb mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x441a7084 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44776ede mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x449c73e8 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45d5c514 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46a590db mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48a129a0 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56c87c87 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x585332e2 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x591384ca mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59c7a722 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c4626f0 mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605b0067 mlx5_comp_vectors_count EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x634f076b mlx5_fpga_sbu_conn_sendmsg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x639f4f7c mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61c7d24f mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6201a730 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x639919b1 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67740d75 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67b9f8a7 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67d6ce3b mlx5_packet_reformat_alloc EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x681b5eac __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68a137de mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68c180ee mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bad3b75 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69aa3c9c mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a70d2b8 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b8c4f0c mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ca2b0f1 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d5e8f1d mlx5_fs_remove_rx_underlay_qpn EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e3e6803 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x732cc3f8 mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x748f6069 mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76015376 mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77f25d49 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bb745dd mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c05b038 mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c2c6ab7 mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ec68a5c mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81833ca3 mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86c34c93 mlx5_eswitch_get_total_vports -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8761d8f3 mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87b70da2 mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8df0dbc7 mlx5_lag_is_roce -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90c6b294 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x919f65d3 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a30003d mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f0addbb mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f66d427 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd877a1 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8036113e mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80c6e518 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8292bc35 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x846e6ee6 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x893f2783 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8af79da1 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b982f31 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f5c09aa mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x922f8f11 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95147354 mlx5_core_modify_cq_moderation EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99bd72f6 mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e428386 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98de029e mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99ae6814 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa08df610 mlx5_core_create_tir_out EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0e0a8fd __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1aa2e9c mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1ce88ae mlx5_eq_update_ci -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa741d31a mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac365ce3 mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad2b0585 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae0b6d9d mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaece0055 mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf70d5ed mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb152b8e4 mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2453a08 mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4395fad mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7b83735 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa33c78e5 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8e7cfa8 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaadf6b15 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacd96729 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xada6d00c mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf6fb8c2 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0ab368b mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3b5a27d mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4b3deff mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6cb050b mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7be9a85 mlx5_rl_remove_rate EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb800685b __tracepoint_mlx5_fs_del_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8d88573 mlx5_core_dealloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8f6942f mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9a45f33 mlx5_eq_destroy_generic EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb6a8098 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbca6de03 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbda52b18 mlx5_eswitch_vport_match_metadata_enabled EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc10fe96f __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1734e77 mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4a3525c mlx5_get_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0361a44 mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd163e3f2 mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1c6a69a mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd36fcf20 mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd425639a mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7fdb985 mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb3cc243 mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4259fb8 mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4bde99a mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaf5a677 mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb5add48 mlx5_rl_add_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebc59bc2 mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef479457 mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf03e76eb mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf09e112a mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf12ba7e5 mlx5_fpga_mem_read -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4bf9dde mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4c74401 mlx5_core_destroy_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf712758a mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7919d9b mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9404092 mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb7b44fa mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2a3cda9 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3826204 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4a62f6d mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc51bde5c mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc949cbc7 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaa95a31 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd52bfb65 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6e47a9d mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde72d4e5 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1aadaea mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe26d16a9 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe41646fa mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe56b5f01 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5bd565d mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6bfd307 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7b935ef mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf358f5dd mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf38ed0f1 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7a60a3a mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf85ec438 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf889704c mlx5_core_attach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd17a7df mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdb3541b mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd1d3b79 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfef33ea5 mlx5_packet_reformat_dealloc EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x32760a29 mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get @@ -2728,33 +2728,33 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf76df3e2 mlxsw_a EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x732276ca mlxsw_i2c_driver_register EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xe4557932 mlxsw_i2c_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x102e06b4 mlxsw_pci_driver_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xc1eb568b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x2b1720ae mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xf791baaa mlxsw_pci_driver_register EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x0b150222 ocelot_netdevice_nb -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x1bd33a49 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x411ac89d ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x567a280f ocelot_chip_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x57116d3a ocelot_port_readl EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x593fffc4 ocelot_regfields_init EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x774d8bce ocelot_port_writel -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x8c998194 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x950276ae ocelot_probe_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0x9ec31644 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xa43a6872 __ocelot_rmw_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xb30c51d5 ocelot_probe_port EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xbd2b6f89 __ocelot_read_ix EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xbdfe4a8f __ocelot_write_ix -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xce3fbdc1 ocelot_get_hwtimestamp EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xd0348add ocelot_switchdev_nb -EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe0a2320c ocelot_ptp_gettime64 EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xe54a91e8 ocelot_switchdev_blocking_nb EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xeb159cf5 ocelot_io_platform_init -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x45d29fef qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xebf2d812 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_common 0xff9ba11b ocelot_deinit EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x77ed2e16 qed_get_rdma_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x83bd4b4a qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x56d36a95 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x8a3f1de2 qed_get_iscsi_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd1dd2807 qed_get_eth_ops -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x1922dbf7 qede_rdma_register_driver -EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x44bc4225 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd1ca5ba1 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xe0d98965 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x3add5183 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb5c7fb6f qede_rdma_unregister_driver EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0711c931 hdlcdrv_unregister EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0f4289bd hdlcdrv_register EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3f9c081a hdlcdrv_receiver @@ -2811,73 +2811,73 @@ EXPORT_SYMBOL drivers/net/wan/hdlc 0xc0ad0e1f register_hdlc_protocol EXPORT_SYMBOL drivers/net/wan/hdlc 0xcf4c209a detach_hdlc_protocol EXPORT_SYMBOL drivers/net/wan/hdlc 0xd3d6d9fc hdlc_open EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xa1287352 i2400m_unknown_barker -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0bb7f90f ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01da3568 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0ef29f6f ath_hw_cycle_counters_update EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1b5f0f68 ath_hw_keyreset -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x22e2766e ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1e4d0f1e dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3027891e ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b17349c ath_is_mybeacon EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4a8c4a32 ath_hw_setbssidmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5d6976a1 ath_rxbuf_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e3e2112 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4ab37ae1 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e332971 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8f2070ba ath_hw_setbssidmask EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xac00b6aa ath_key_delete -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb3e4d1f4 ath_printk EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc8df6eeb ath_hw_cycle_counters_update -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd7a94160 ath_key_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xde780075 ath_hw_get_listen_time -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xead8b7e7 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc6680b0b ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcf764c24 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd5177b9a ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xeb06ae90 ath_key_config EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf08b651e ath_regd_get_band_ctl -EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfe9984f6 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfca64924 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0117f53f ath10k_ce_rx_update_write_idx EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03dbf990 ath10k_ce_rx_update_write_idx -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0a6b3e39 ath10k_core_fetch_board_file -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d2f3e8f __ath10k_ce_rx_num_free_bufs -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x124a8a19 ath10k_htt_hif_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c747950 ath10k_ce_completed_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23290c35 ath10k_print_driver_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27d10c6e ath10k_ce_per_engine_service -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c7372f6 __ath10k_ce_send_revert -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31144fec ath10k_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x34871f5e ath10k_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3da12b15 ath10k_ce_alloc_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45369247 ath10k_ce_init_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47237048 ath10k_core_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4fa52816 ath10k_core_free_board_files -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51c23067 ath10k_ce_completed_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x55cfd857 ath10k_ce_num_free_src_entries -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b70fe41 ath10k_core_unregister -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f06aa75 ath10k_htc_process_trailer -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68abddb5 ath10k_ce_alloc_rri -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69e38e20 ath10k_ce_per_engine_service_any -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6dee4611 ath10k_ce_send_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71f22447 ath10k_ce_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7899a466 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03a6e821 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06f52355 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0a495d91 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0dbf802f ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1036ee54 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16cd933e ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20d54835 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21d2aa79 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x22b10af9 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27785f8a ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27bcaa3e ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c333fe6 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d12ed25 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2f360158 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x383bfcb1 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x395a7c09 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3bb19e38 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3f0c9f3d ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4516672e __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a90d190 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x52deae63 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5390a54d ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54a52188 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7043747e ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7072d75e ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76dc5948 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79488227 ath10k_ce_alloc_rri EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ed32599 __tracepoint_ath10k_log_dbg -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81073f19 ath10k_warn -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x83e2bc3f ath10k_htc_rx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x84808667 ath10k_htc_tx_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x89e3deaa ath10k_ce_revoke_recv_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96f4e5ac ath10k_ce_completed_recv_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d0e56fd ath10k_coredump_get_mem_layout -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa3459d9e ath10k_htc_notify_tx_completion -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa98f577e ath10k_htt_t2h_msg_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaecacdf9 ath10k_ce_deinit_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb2e48fe8 ath10k_ce_free_pipe -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb2e9a495 ath10k_ce_send -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7a29f66 ath10k_htt_rx_pktlog_completion_handler -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7fb287e ath10k_htt_txrx_compl_task -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xba3ef259 ath10k_mac_tx_push_pending -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf270dba ath10k_core_destroy -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf73dc22 ath10k_ce_cancel_send_next -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc1021abd ath10k_ce_rx_post_buf -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc2131cf0 ath10k_ce_completed_send_next_nolock -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5d67948 ath10k_coredump_new -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5dbfac9 ath10k_core_create -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd91debc3 ath10k_ce_dump_registers -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xddcca3f8 ath10k_core_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe21dd4a7 ath10k_core_register -EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec5abfca ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x84b4f789 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8c8fa851 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91c373a3 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91e9a0c1 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ac4e7c2 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9cf49372 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa67efce9 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa7301b58 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xace9cbe0 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3000f86 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc42fd2f5 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4ceedc5 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7948f8a ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2a2fc0e ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd73092ff ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd826f215 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe91472b2 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xede3879e ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3dd3a5c __ath10k_ce_rx_num_free_bufs EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x04b6871b ath6kl_read_tgt_stats EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1af1391b ath6kl_stop_txrx @@ -2894,139 +2894,139 @@ EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcc2dc197 ath6kl_cor EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd598aef7 ath6kl_cfg80211_resume EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeb37ffc7 ath6kl_core_destroy EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfb4b673b ath6kl_core_rx_complete -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1094afed ath9k_cmn_spectral_scan_trigger -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12fba6fa ath9k_cmn_setup_ht_cap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x23462b0e ath9k_cmn_reload_chainmask -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x46d2d9eb ath9k_cmn_beacon_config_adhoc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4e71512e ath9k_cmn_spectral_init_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x58511ec6 ath9k_cmn_debug_base_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x67fbb174 ath9k_cmn_init_crypto -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a24be57 ath9k_cmn_rx_skb_postprocess -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ae3cb8f ath9k_cmn_process_rate -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7b710068 ath9k_cmn_beacon_config_sta -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80866394 ath9k_cmn_process_rssi -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x86cbed35 ath9k_cmn_debug_modal_eeprom -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x87e0b4d0 ath9k_cmn_beacon_config_ap -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9c368f0e ath9k_cmn_debug_phy_err -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb20955f8 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0f1f24a1 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x17fff071 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x21145ae5 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x35d24c99 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3a3a12e9 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3a9ce067 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3d4ff5d0 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x460c1a86 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59ce22be ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59e7b9d8 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5f270d51 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x63404af6 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8ca99d6d ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa2f3179a ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xac62d1b4 ath9k_cmn_process_rate EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb76fccc7 ath9k_cmn_debug_stat_rx -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc6f9cfc6 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbaf19798 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc1ca9040 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc59c2f92 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf288301 ath9k_cmn_beacon_config_sta EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd9fd8125 ath9k_cmn_spectral_deinit_debug -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xda32c12a ath9k_cmn_update_txpow -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xebad089d ath9k_cmn_get_hw_crypto_keytype -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee88c694 ath9k_cmn_rx_accept -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3c9abf7 ath9k_cmn_debug_recv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4de8191 ath9k_cmn_get_channel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf826ec1e ath9k_cmn_spectral_scan_config -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00778b30 ath9k_hw_getchan_noise -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0675157c ar9003_mci_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bd59701 ath9k_hw_disable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ec456c7 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdc0ed183 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe7173ef9 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe81e5d0f ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe837e882 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00c91823 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08ad4669 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b3e3eba ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c9fb123 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e0d7c4e ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e277b1a ar9003_paprd_init_table EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10268ae5 ath9k_hw_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15cda290 ath9k_hw_getnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17b1bfca ath9k_hw_btcoex_init_2wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17b3fc2b ath9k_hw_gettsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1838e66f ath9k_hw_setup_statusring -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1968d860 ath9k_hw_releasetxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bef0b12 ath9k_hw_gpio_get -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d7c5b72 ath9k_hw_set_tsfadjust -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1efc918d ath9k_hw_gettxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21fddaf5 ath9k_hw_set_txpowerlimit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x220fb6f1 ath9k_hw_btcoex_set_weight -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2222e665 ath9k_hw_phy_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23d6f46c ath9k_hw_btcoex_init_mci -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x242959b4 ath9k_hw_get_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25b207d4 ar9003_paprd_is_done -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x264dd787 ath9k_hw_putrxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2942f5ad ath9k_hw_resettxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32fac226 ath9k_hw_disable_mib_counters -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33071562 ar9003_mci_get_interrupt -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x348f5007 ar9003_mci_send_message -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38bc5ac1 ath9k_hw_abort_tx_dma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a22ea93 ar9003_hw_disable_phy_restart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bc152e8 ath9k_hw_set_tx_filter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d3e10fd ath9k_hw_intrpend -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d7ff9f8 ath9k_hw_gpio_request_out -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f1fbc0c ar9003_paprd_init_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41e47328 ar9003_mci_cleanup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46a61db4 ath9k_hw_beaconinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47064f45 ath9k_hw_txstart -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47720875 ar9003_paprd_create_curve -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47c3911f ath9k_hw_set_sta_beacon_timers -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a011515 ath9k_hw_check_nav -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b189019 ath9k_hw_set_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d1acf6e ath9k_hw_wow_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4defbdd0 ath9k_hw_write_associd -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50988355 ath9k_hw_enable_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51a13ab6 ath9k_hw_wow_wakeup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5396353b ar9003_get_pll_sqsum_dvc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x596d90e8 ath9k_hw_init -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6109c32d ath9k_hw_btcoex_deinit -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6142206e ath9k_hw_getrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6337685d ath9k_hw_setmcastfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x670f6b55 ath9k_hw_btcoex_init_3wire -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x678ea256 ar9003_hw_bb_watchdog_dbg_info -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bdf15a5 ath9k_hw_btcoex_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fee9be0 ath9k_hw_init_global_settings -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70ecf62e ath9k_hw_addrxbuf_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71be9f78 ath9k_hw_stopdmarecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x722c7764 ath9k_hw_loadnf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74186280 ath9k_hw_set_gpio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74e517bb ath9k_hw_btcoex_init_scheme -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x763de9cf ar9003_mci_get_next_gpm_offset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76c099bc ath9k_hw_reset_calvalid -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7aa1fef3 ath9k_hw_btcoex_bt_stomp -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bc0cf5b ath9k_hw_name -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c94b963 ath9k_hw_setrxfilter -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8253ff1d ath9k_hw_ani_monitor -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e6df7a8 ar9003_paprd_enable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e9b8e7 ath9k_hw_btcoex_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94349516 ath9k_hw_startpcureceive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9937cb66 ath9k_hw_set_rx_bufsize -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a50a5fd ath9k_hw_updatetxtriglevel -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9acba6ad ar9003_hw_bb_watchdog_check -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bf95654 ath9k_hw_wow_apply_pattern -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e02b05c ath9k_hw_numtxpending -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ecfc218 ath9k_hw_bstuck_nfcal -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f850217 ath9k_hw_resume_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa56d2b22 ath_gen_timer_isr -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6283db0 ath9k_hw_setuprxdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6d88e31 ath9k_hw_gen_timer_start -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8702087 ath9k_hw_gettsf32 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaeadb75f ath9k_hw_setrxabort -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb182d19f ath9k_hw_settsf64 -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb32d3269 ar9003_mci_set_bt_version -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5b06ca4 ath9k_hw_gen_timer_stop -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7f9e9f9 ar9003_paprd_populate_single_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8561066 ath9k_hw_btcoex_set_concur_txprio -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd0f4248 ath9k_hw_setuptxqueue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd2c0312 ath9k_hw_init_btcoex_hw -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc33017a1 ath9k_hw_rxprocdesc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc71faa8a ath_gen_timer_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9d405d3 ath9k_hw_stop_dma_queue -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf4a2d37 ath9k_hw_computetxtime -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1206002 ath9k_hw_reset -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd18488fa ath9k_hw_process_rxdesc_edma -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2aa119e ath9k_hw_kill_interrupts -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd32cd3d7 ath9k_hw_setopmode -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5a87c37 ath9k_hw_disable -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdea20b68 ath9k_hw_puttxbuf -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3c8318c ath9k_hw_set_txq_props -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3db70f1 ath9k_hw_beaconq_setup -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe517ff86 ar9003_mci_state -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5264eec ar9003_mci_send_wlan_channels -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeaece164 ath9k_hw_check_alive -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeafc85de ath_gen_timer_alloc -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed917c15 ath9k_hw_gpio_free -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf26abd39 ath9k_hw_setantenna -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3b5a538 ath9k_hw_gpio_request_in -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfaed157a ar9003_paprd_setup_gain_table -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc66866f ath9k_hw_abortpcurecv -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe8c7d2c ath9k_hw_wait -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffa92a06 ath9k_hw_setpower -EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfff40f8a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1900ef61 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1def321b ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2267f6bb ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2289fd76 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22ebb7ae ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24e14268 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x264d12b0 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c1fb371 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34caaf94 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35e69ae1 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x396b722f ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x397de499 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c2fd8b1 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c39ebcd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c454c29 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f7b2f67 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40f12649 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42ae188f ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x464852f5 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46b784c8 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47dcc289 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x487d05ae ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48c61941 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4947c71e ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bf93687 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ce13211 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x501292ce ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5563ae13 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55e02947 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x576e754d ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a21faae ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a3b849b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e94083e ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63816a32 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x664bdd7b ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ad8e079 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bdb87fb ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x730b887d ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74c8ce47 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x797ed2ac ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x805c8d4f ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x810cddb4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81464cec ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87eea1f4 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89e664c2 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8dc61646 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e2b7a60 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e6d96bf ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f1bfe8a ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9652dbd4 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x981b62fe ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b22d6db ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ce80f3f ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d1365c0 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa35fe325 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5b6d312 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa835ce03 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab79fb14 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabc5635e ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf4c764f ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf7794cd ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb06cc9b4 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb39fe4f8 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5c49e01 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5c7eea1 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7ec3408 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe842dc1 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf3492d3 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc550f0aa ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5db43bb ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9106a23 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9c1335f ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca85be5f ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb1f8e27 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc4e808b ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd76fed3 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce9c2c16 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0437049 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0abd836 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd245bd5a ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2a6dde8 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5198c3d ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5beb71c ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd82cde84 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9a77c96 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde4aa057 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdeadede4 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1a97715 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe26d8fb9 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe439d3a7 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe70ea0fe ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec8b00a5 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedfede4b ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee5c982d ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf01a4a48 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf27f18df ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4fa8144 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf91f15b6 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf98e765a ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd343fdc ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff6ad5a1 ath_gen_timer_alloc EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xa70c37f0 init_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xda3c7986 stop_atmel_card EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xe52116fa atmel_open @@ -3046,9 +3046,9 @@ EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9c29a EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9e2494a6 brcmu_pktq_mdeq EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach -EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x0608f0cc init_airo_card -EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xae270b2c reset_airo_card -EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xe4c8931b stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x0b6744d1 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x601b0255 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x9258f4ff stop_airo_card EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0d26cce0 libipw_networks_age EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1687cce5 libipw_wx_get_scan EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2f38bdb5 alloc_libipw @@ -3069,110 +3069,110 @@ EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd6c0c08d free_libipw EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd7aa3fcb libipw_channel_to_freq EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe52f1988 libipw_wx_get_encodeext EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xef88e68e libipw_wx_set_encode -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07380542 il_restore_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b8fc04f il_hdl_csa -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bdef96d il_usecs_to_beacons -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ddb7feb il_eeprom_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e1e4cce il_send_add_sta -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0eab46ef il_tx_queue_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10bee63a il_send_cmd_pdu_async -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x125213b0 il_dbgfs_unregister -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12cce6b0 il_get_passive_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14c74245 il_force_reset -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16ece279 il_tx_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x215288be il_cmd_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x215ad7cb il_eeprom_query16 -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x217e9531 _il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23845078 il_mac_reset_tsf -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26fa3323 il_rx_queue_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2731e052 il_set_rxon_channel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2afb32f9 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x05624042 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07855337 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x082d9cc5 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d160b16 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e4c5a3c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f1152ad il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f67fd57 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f6bc9e4 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f92d770 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10004c7e il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10e76f7f il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11c7748c il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1814b47a il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ded2306 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e295384 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x204f8824 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x210f77a6 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x232b9ed2 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26dd8587 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x283b08aa il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x284a7916 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28692061 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a7d7cfe il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b6dea4d il_rx_queue_space EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ca1ec14 il_mac_sta_remove -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cbbb399 il_write_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e2b4d1b il_irq_handle_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e6bc336 il_add_beacon_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2fa10317 il_cmd_queue_unmap -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2fd02e9a il_set_rate -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33067bbc il_init_scan_params -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c7979ab il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3efae94d il_mac_add_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4063abfd il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f87acfe il_apm_init EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47b52cdb il_mac_hw_scan -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48ed5fb3 il_rx_queue_alloc -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ce9df26 il_leds_exit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x511ab2a3 il_is_ht40_tx_allowed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x545516b3 il_poll_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x550acb37 il_scan_cancel_timeout -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58ad8639 il_get_free_ucode_key_idx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b0d11e7 il_free_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e3a8d09 il_tx_queue_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ec853e5 il_wr_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ed7a375 il_get_lowest_plcp -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62013e08 il_eeprom_query_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63c91cfc il_set_tx_power -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d993dc0 il_apm_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ff18073 il_dbgfs_register -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x701b665c il_init_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70a502b2 il_tx_queue_free -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72f3080b il_txq_update_write_ptr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7741043f il_send_cmd_pdu -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a6668b0 il_mac_bss_info_changed -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d7c38c6 il_send_bt_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x805cef5d il_cancel_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x817ac415 il_full_rxon_required -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x826369e3 il_set_rxon_hwcrypto -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85fe609c il_mac_conf_tx -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86168cbe il_mac_config -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ae29f01 il_send_rxon_timing -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e05b284 il_free_geos -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e57798b il_eeprom_init -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x939bad8b il_add_station_common -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9846afb0 _il_apm_stop -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a575977 il_tx_cmd_protection -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ad2f78c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x493e4e66 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e82fae0 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ff9242a il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x505041c6 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5065896f il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x526fae79 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52b232a0 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53b9a9c3 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54b28e5e il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57ce6ae5 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bcd3205 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c8cc636 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f1f8af5 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x623f0fb0 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63af21c1 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6590d924 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x696f874a il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a5be288 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70154bc9 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71faac29 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72e1f98a il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7460b1fa il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x749d8d53 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7603e1cd il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x797eaf08 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d26b0ad il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d80c339 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f3f7405 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85c6eed6 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88df909d il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89816419 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b2f7913 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8be4887f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c1cf73a il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d2d4b46 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e125904 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e7db672 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9044d392 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x912948a0 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9271a7d3 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94d1378b _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9796b50d il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9b971753 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9beaab6f il_dbgfs_register EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d37b6c5 il_hdl_pm_sleep -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1a1a32c il_read_targ_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3ec8a7d il_mac_remove_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa72b36b8 il_power_initialize -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa800b99 il_scan_cancel -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac83bf43 il_update_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb19417b7 il_get_active_dwell_time -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3cc3715 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d0debf7 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d1fdede il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0c3557f il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6df38c6 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa8bcb72e il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa98d879e il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1350900 il_eeprom_query_addr EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb922e7d7 il_clear_bit -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbbe7c716 il_rd_prph -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd456149 il_alloc_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc159690c il_get_channel_info -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1be09bc il_pm_ops -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3e1c584 il_fill_probe_req -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcca92a42 il_mac_flush -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce068a16 il_chswitch_done -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xceaf6581 il_check_rxon_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcfc95413 il_setup_watchdog -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1c06751 il_free_txq_mem -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8a86c6e il_mac_change_interface -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd98129f3 il_set_decrypted_flag -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbd74d9c il_tx_cmd_complete -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf61b216 il_hdl_error -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0a76192 il_clear_ucode_stations -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3f10a0f il_setup_scan_deferred_work -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8b8e5b0 il_get_single_channel_number -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec9431b6 il_setup_rx_scan_handlers -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf05129c0 il_hdl_spectrum_measurement -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf12c5325 il_send_cmd_sync -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1d77554 il_hdl_pm_debug_stats -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3e74a8b il_init_channel_map -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4100999 il_send_stats_request -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf428e617 il_set_rxon_ht -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf45213ac il_set_flags_for_band -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf56c9824 il_send_lq_cmd -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf588ef2f il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8628869 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb005e99 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbddb92e8 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf311396 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc114f502 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5243d9a il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6c31232 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc81b8942 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc83476b7 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcae17838 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd05a7e49 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2801adb il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc88341d il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd2e2fd1 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf03a4f4 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3084d86 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe36cb120 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe586d05b il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe59ed74b il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0798fce il_get_channel_info EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr -EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbbeaa1a il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd1a6cfe il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfdae513c il_set_decrypted_flag EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x73d6904e __tracepoint_iwlwifi_dev_ucode_wrap_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe45aec74 __tracepoint_iwlwifi_dev_ucode_cont_event EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe76e8c18 __tracepoint_iwlwifi_dev_ucode_event @@ -3222,119 +3222,119 @@ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xce305935 orinoco_ EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe8dc0aff hermes_struct_init EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf5e66568 free_orinocodev EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt -EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xf0de8ad9 mt76_wcid_key_setup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x5833bce4 rtl_btc_get_ops_pointer -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00dd7e7a _rtl92c_phy_set_rf_sleep -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06e214db rtl92c_phy_update_txpower_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c91086e _rtl92c_phy_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x120e4e11 _rtl92c_phy_dbm_to_txpwr_idx -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1cdbfd05 rtl92c_phy_query_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f83b717 rtl92c_phy_set_io -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21912f93 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x47f88df8 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x6ef235b5 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0dc709ab rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0fac1baa rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1172b8ae rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1ea44ed8 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2095e0cb rtl92c_phy_sw_chnl_callback EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x23544bcd rtl92c_bt_rssi_state_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2a3384cd rtl92c_dm_bt_coexist -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x305fc67f _rtl92c_store_pwrindex_diffrate_offset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x38000f6c rtl92c_set_fw_pwrmode_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x396cc9a0 rtl92c_download_fw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4327abab rtl92c_phy_set_rfpath_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x45001f19 rtl92c_phy_set_bw_mode -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46f56953 rtl92c_firmware_selfreset -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4947221d rtl92c_phy_ap_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5e4155a3 rtl92c_dm_write_dig -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61b97782 _rtl92c_phy_init_bb_rf_register_definition -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x694bdbcc rtl92c_phy_lc_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d1b6618 rtl92c_dm_watchdog -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x70881abc rtl92c_set_fw_joinbss_report_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x743f7c6f rtl92c_phy_sw_chnl -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79b14bea rtl92c_dm_init_rate_adaptive_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x85fc86c2 rtl92c_phy_set_txpower_level -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x89dae45a rtl8192_phy_check_is_legal_rfpath -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8dbd79a8 _rtl92c_phy_bb8192c_config_parafile -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x972e06ce rtl92c_dm_check_txpower_tracking -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x99aa5258 rtl92c_dm_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa0e4039b rtl92c_fill_h2c_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa331b8b5 _rtl92c_phy_fw_rf_serial_write -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xacb9fd5f rtl92c_dm_rf_saving -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb19dc950 rtl92c_dm_init_edca_turbo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb2411670 _rtl92c_phy_fw_rf_serial_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcc254a4f rtl92ce_phy_set_rf_on -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd1a2be57 rtl92c_phy_set_bb_reg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe7e647d0 rtl92c_phy_sw_chnl_callback -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe96292df rtl92c_phy_set_io_cmd -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf13c7883 rtl92c_phy_rf_config -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf3797925 rtl92c_phy_iq_calibrate -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfad594e8 rtl92c_set_fw_rsvdpagepkt -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfc3045f8 _rtl92c_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2c316c4b rtl_pci_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x43124934 rtl_pci_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5e3a343b rtl_pci_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7a309303 rtl_pci_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x10eb1c7d rtl_usb_suspend -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2452511e rtl_usb_disconnect -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xd5509554 rtl_usb_probe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe076edfb rtl_usb_resume -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x00f88b59 rtl_dm_diginit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0acd09ff rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x293eaaa8 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2abf37d5 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d2adc3d rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3b2418a3 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x403aa012 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x43b3c93a rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4bf55c04 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x54a8323f rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x568e86a5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x598a61b8 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6119f26a rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6b3f6005 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6f29b999 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x70b761c2 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7556d3e1 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79066392 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79449edd rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x80ccc033 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8296b889 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83557a5e rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8832601f rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91e110b8 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d11149c rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9fafdbc8 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa3e5b5ae rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaaf79b5f rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab6cbb0e rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xabc8e2a3 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xacc572c8 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xade79240 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc5ceacc _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc69904cf _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc70b4a48 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc941b2af rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9b1e4ff rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf5d052c5 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x07d3f4c1 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc9532816 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd072eb65 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe17f2698 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x23833325 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x416a410c rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x9a3056e6 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa81f3252 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0396aca4 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08d79f79 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08daaf6f rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x092bfa64 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x09b14fa9 rtl_cam_delete_one_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1360a108 rtl_cam_add_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14c1d4c7 rtl_process_phyinfo -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x165bf096 rtl_cmd_send_packet -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x18a22771 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14affd9c rtlwifi_rate_mapping EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2193263b rtl_cam_delete_one_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2fb36d41 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a435cd3 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2fa77667 rtl_process_phyinfo EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c995cae efuse_one_byte_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x505ad78d efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x359d969d rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38b0b22a rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4077044e efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x474172c2 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d332b0c efuse_one_byte_read EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54d98c1d efuse_shadow_read -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x556a6149 rtl_ps_enable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58ebd195 rtl_bb_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b71b298 rtl_cam_get_free_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6bf3d141 rtl_hal_pwrseqcmdparsing -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x732a9e30 rtl_c2hcmd_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e2f2db0 rtl_mrate_idx_to_arfr_id -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9421c85c rtl_get_tcb_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9a294d89 rtl_collect_scan_list -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0a35c3a rtl_cam_del_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa50c3b10 rtl_phy_scan_operation_backup -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6e2dda0 rtl_cam_reset_all_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa75fd8f4 rtl_rfreg_delay -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xada3b22e rtl_ps_disable_nic -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae799c33 rtl_rx_ampdu_apply -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb029aec1 rtl_cam_mark_invalid -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd31affb efuse_power_switch -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1220635 rtl_cam_empty_entry -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc23068dd rtl_efuse_shadow_map_update -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2f437ca rtl_signal_scale_mapping -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc90a6d90 rtl_init_rfkill -EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb0fc27b rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d474dd9 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62832c86 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6c2cd18a rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x73eba103 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74d1fb4f rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75a6acfa rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77965b46 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7d9b9bbe rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9321335b rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa382aa8c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa5c3f8cd rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa60e2d37 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8b4736c rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc9e09f2f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd158c912 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9ce7b2e rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe5cf1923 rtl_cam_empty_entry EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x0f432655 rtw8822b_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x18596c56 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf795f7fd efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8a72e53 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x0cec7e88 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x196559fb rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x1c81cef8 rtw_core_deinit EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x33b3f3c0 rtw_debug_mask -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x3afa6e6a rtw_tx_report_enqueue -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x453fe7b9 rtw_fw_c2h_cmd_rx_irqsafe -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x64e10b2c rtw_tx_fill_tx_desc -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x69c88457 rtw_core_deinit -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6f945d07 rtw_ops -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x818419fa rtw_register_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x972dd2e6 rtw_tx_write_data_h2c_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xa2342d11 rtw_power_mode_change -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xb4eb0601 rtw_core_init -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xbd6636fb rtw_unregister_hw -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc05e157c rtw_tx_write_data_rsvd_page_get -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc6f0a72d rtw_rx_stats -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xd67686de __rtw_dbg -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe0814d6b rtw8822c_hw_spec -EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xe4a35ce7 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x48b634d8 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x5547e542 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x62dbad39 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6b622c80 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x6f403d0c rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x84a047be rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x87e66834 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0x894c7a0b rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xa8204dcd rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xc2e98027 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xd496ab39 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xdf62179c rtw_core_init EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf34249ad rtw_fw_lps_deep_mode -EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xc3b27c55 rsi_config_wowlan -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0633fad8 wlcore_tx_complete -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7d9a7875 wl1271_free_tx_id -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa511f44c wl12xx_is_dummy_packet -EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe0de61de wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf4eef062 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88 0xf89dfb8b rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x908e8989 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x03831c20 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7392f8f8 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x96eeea61 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9aa30ed0 wl12xx_is_dummy_packet EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x0fd166ce fdp_nci_remove EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x74aa70f2 fdp_nci_probe EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd32c12f8 fdp_nci_recv_frame @@ -3377,26 +3377,26 @@ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc2ff6e31 st21nfca_hci_enable_ EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe50b9614 st21nfca_connectivity_event_received EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe6024f40 st21nfca_im_send_atr_req EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf65de492 st21nfca_hci_loopback_event_received -EXPORT_SYMBOL drivers/ntb/ntb 0x01b4cc71 ntb_msi_peer_addr -EXPORT_SYMBOL drivers/ntb/ntb 0x084224c0 ntb_default_peer_port_count -EXPORT_SYMBOL drivers/ntb/ntb 0x1dcecb93 ntb_db_event -EXPORT_SYMBOL drivers/ntb/ntb 0x2ba4da80 ntbm_msi_request_threaded_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x2ed42424 ntb_link_event -EXPORT_SYMBOL drivers/ntb/ntb 0x307411b1 ntb_clear_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0x31376ebf ntb_default_peer_port_idx -EXPORT_SYMBOL drivers/ntb/ntb 0x35f1029a ntb_register_device -EXPORT_SYMBOL drivers/ntb/ntb 0x3b00ef4e ntb_default_peer_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0x3b731792 ntb_msi_clear_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x3d9ab15f ntb_msi_setup_mws -EXPORT_SYMBOL drivers/ntb/ntb 0x5a27ffd5 ntb_msi_peer_trigger -EXPORT_SYMBOL drivers/ntb/ntb 0x5cb416ef ntb_unregister_client -EXPORT_SYMBOL drivers/ntb/ntb 0x83a9ff7c ntbm_msi_free_irq -EXPORT_SYMBOL drivers/ntb/ntb 0x84e13b5c ntb_msi_init -EXPORT_SYMBOL drivers/ntb/ntb 0xbd33b91b __ntb_register_client -EXPORT_SYMBOL drivers/ntb/ntb 0xe7f11d7c ntb_set_ctx -EXPORT_SYMBOL drivers/ntb/ntb 0xef519558 ntb_unregister_device -EXPORT_SYMBOL drivers/ntb/ntb 0xf05c5cbe ntb_default_port_number -EXPORT_SYMBOL drivers/ntb/ntb 0xfd59bd76 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0146a6d5 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x0f64912c ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x29593a61 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x40659203 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x47d76eb5 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x54387197 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x64afb7cb ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x6f37c268 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x7c858b62 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x9876f0dd ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x9be3ca32 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xa0e68fd3 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa1c40cf1 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xbd6a2c68 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xbda2adcf ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc1d405b8 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xc8f5b9b2 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xe8811255 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xf690b9ac ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xf871a5fa ntb_msg_event EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x925b2a9b nvdimm_namespace_detach_btt EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xc2e20c80 nvdimm_namespace_attach_btt EXPORT_SYMBOL drivers/parport/parport 0x061a5786 parport_release @@ -3433,8 +3433,8 @@ EXPORT_SYMBOL drivers/parport/parport 0xb86d35a9 parport_ieee1284_read_nibble EXPORT_SYMBOL drivers/parport/parport 0xe0d24595 parport_negotiate EXPORT_SYMBOL drivers/parport/parport 0xe4a5df73 parport_ieee1284_epp_read_data EXPORT_SYMBOL drivers/parport/parport 0xe8dcbe94 parport_ieee1284_epp_write_data -EXPORT_SYMBOL drivers/parport/parport_pc 0x692cae03 parport_pc_probe_port -EXPORT_SYMBOL drivers/parport/parport_pc 0xa92d3f6b parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x477709d3 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xd312d565 parport_pc_probe_port EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x008ee931 rpmsg_create_ept EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0612471b rpmsg_register_device EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0ab104f2 rpmsg_destroy_ept @@ -3533,24 +3533,24 @@ EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9c29d3f fc_linkup EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb6a1517 fc_frame_alloc_fill EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit -EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5c474bee sas_prep_resume_ha -EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xadbb3e06 sas_suspend_ha -EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd2b43cd5 sas_resume_ha -EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x03133159 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x50ec673e sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd1d0be9f sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdcfc9a1f sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x7f9c3021 mraid_mm_register_adp EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x107069e8 qlt_stop_phase2 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7262ff79 qlt_enable_vha -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x777f9c3f qlt_abort_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x77f28e56 qlt_free_cmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8a88dcf4 qlt_rdy_to_xfer -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9d9726ca qlt_free_mcmd -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaf3304ad qlt_lport_register -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb7f6ca6a qlt_stop_phase1 -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbf6457bc qlt_lport_deregister -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd70deb57 qlt_unreg_sess -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf410a424 qlt_xmit_tm_rsp -EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfe35c6cc qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x048d4082 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x088cf8ce qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0bc29a22 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6ce19e4f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6e14259e qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x820bf99b qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8cb1eed3 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbcc91cd0 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc04201cd qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc45c3756 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcef472dc qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd4be1f37 qlt_unreg_sess EXPORT_SYMBOL drivers/scsi/raid_class 0x20d7d3f9 raid_class_release EXPORT_SYMBOL drivers/scsi/raid_class 0x853122f6 raid_component_add EXPORT_SYMBOL drivers/scsi/raid_class 0xf74f117a raid_class_attach @@ -3640,28 +3640,28 @@ EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdf5dfc91 sdw_nread EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf2f46930 sdw_read EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfc3ae714 sdw_nwrite -EXPORT_SYMBOL drivers/ssb/ssb 0x00f64066 ssb_chipco_gpio_control -EXPORT_SYMBOL drivers/ssb/ssb 0x0b39fdd9 ssb_pmu_set_ldo_paref -EXPORT_SYMBOL drivers/ssb/ssb 0x2a9464e0 ssb_device_enable -EXPORT_SYMBOL drivers/ssb/ssb 0x3c7142e7 ssb_driver_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0x45c8fe51 ssb_pcihost_register -EXPORT_SYMBOL drivers/ssb/ssb 0x587c6c2f ssb_bus_may_powerdown -EXPORT_SYMBOL drivers/ssb/ssb 0x5fcc3ebf ssb_commit_settings -EXPORT_SYMBOL drivers/ssb/ssb 0x6ecf1364 ssb_bus_resume -EXPORT_SYMBOL drivers/ssb/ssb 0x782c5724 ssb_set_devtypedata -EXPORT_SYMBOL drivers/ssb/ssb 0x78f5789a ssb_bus_powerup -EXPORT_SYMBOL drivers/ssb/ssb 0x91f1fc54 __ssb_driver_register -EXPORT_SYMBOL drivers/ssb/ssb 0xa3c850b6 ssb_dma_translation -EXPORT_SYMBOL drivers/ssb/ssb 0xab700214 ssb_device_is_enabled -EXPORT_SYMBOL drivers/ssb/ssb 0xba21091d ssb_device_disable -EXPORT_SYMBOL drivers/ssb/ssb 0xc41082f2 ssb_bus_suspend -EXPORT_SYMBOL drivers/ssb/ssb 0xc569868a ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x082339c7 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x15196cfc ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x2117364c ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x25abe67f ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x25db6e92 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2bfd7f58 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x2f3d331f ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x380ae142 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x51d72aec ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x5b715b5a ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x8907dbaf ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x9a7e1665 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xa609e40e ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa8063eab ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xab256bd6 ssb_bus_may_powerdown EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base -EXPORT_SYMBOL drivers/ssb/ssb 0xcc7e0aa6 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd56e5d53 ssb_device_disable EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size -EXPORT_SYMBOL drivers/ssb/ssb 0xe40e6cf5 ssb_pmu_set_ldo_voltage -EXPORT_SYMBOL drivers/ssb/ssb 0xef532794 ssb_bus_unregister -EXPORT_SYMBOL drivers/ssb/ssb 0xf930a207 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xf2c484aa ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xf495d22b ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xf972193b __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xfca05250 ssb_bus_suspend EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x03476883 fbtft_remove_common EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x23b96d41 fbtft_register_backlight EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x28946017 fbtft_write_gpio8_wr @@ -3689,23 +3689,23 @@ EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd25a7d1 fbtft_write_vmem8_bus8 EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe6e69001 fbtft_write_gpio16_wr EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xeb369a4b adt7316_probe EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5872ee2d ade7854_probe -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x06ca788b b1_load_config -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x1099e9b1 avmcard_dma_free -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x2e1665d5 b1_register_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x44348e9a b1_getrevision -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x543da2ef b1_alloc_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x582ecef7 b1_loaded -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x59f186a3 b1_parse_version -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x6e01df13 b1_release_appl -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7cc451cb b1_load_t4file -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7da7449b b1_free_card -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x834fcf24 b1_proc_show +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x03a3c0fa avmcard_dma_free +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x18d05d89 b1_free_card +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x2a76732a b1_load_t4file +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x34697368 b1_reset_ctr +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x35a08ec9 b1_register_appl +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x393b2969 b1_send_message +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x3cb46384 b1_loaded +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x47a10490 b1_proc_show +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x486402e9 b1_load_firmware +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x71a8731b b1_parse_version +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x7dcbc5b4 b1_release_appl EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x85f09690 b1_irq_table -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x8b69a7e7 b1_reset_ctr -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xcefca091 b1_send_message -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xda6abd40 b1_load_firmware +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x909a8bd0 b1_getrevision +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0x9407b7cd avmcard_dma_alloc +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xb146fc3c b1_load_config +EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xb4377d2e b1_alloc_card EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xdfd28376 b1_detect -EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xe47455a4 avmcard_dma_alloc EXPORT_SYMBOL drivers/staging/isdn/avm/b1 0xfa10fee4 b1_interrupt EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x0d282235 b1dma_register_appl EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0x4ebe9f8f t1pci_detect @@ -3718,21 +3718,20 @@ EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xd6f9f1ea b1dma_interrupt EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xda499bbb b1dma_reset EXPORT_SYMBOL drivers/staging/isdn/avm/b1dma 0xf56d811e b1dma_release_appl EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x019121a6 rtllib_wx_get_mode -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x140b3a5f rtllib_xmit EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x161c638e rtllib_sta_ps_send_null_frame EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1ee17431 rtllib_start_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20223291 rtllib_wx_set_mode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2506c561 notify_wx_assoc_event -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33d85e59 alloc_rtllib -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ce1e55e rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x30631c3e free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x31b2f526 rtllib_xmit EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x478997d6 rtllib_get_beacon EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47cbbf1d rtllib_reset_queue EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4cd6c526 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x506b0e90 rtllib_rx EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5455f19c rtllib_wx_get_essid EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59fc39eb rtllib_softmac_start_protocol EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cb88377 rtllib_wx_set_rate -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65c44e81 free_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d65d611 rtllib_wx_set_scan EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x76aaff7c rtllib_wx_set_power EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7d0b9040 rtllib_wx_get_rate @@ -3746,14 +3745,15 @@ EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa840cd3f HT_update_self_and_pee EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa97c4dfd rtllib_wx_set_wap EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae9bcfc9 rtllib_wx_get_wap EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4412fbc rtllib_wx_set_freq -EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc41d83e rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc68ed06 rtllib_wx_set_encode_ext EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcade05c rtllib_EnableIntelPromiscuousMode EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc61d9e57 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc31966a rtllib_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xccfe64b9 rtllib_start_send_beacons EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce36e960 rtllib_wx_get_power EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd1c0ffae rtllib_stop_scan_syncro EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd532859f rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5a8a3c8 alloc_rtllib EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe221b11f rtllib_wx_set_auth EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6705080 rtllib_wx_get_encode @@ -3785,22 +3785,22 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x281f1811 ieee80211_wx_get_n EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3122b5f0 ieee80211_wx_set_mlme_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37e9c822 ieee80211_wx_get_power_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3e0f3dae dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41ce741b ieee80211_rx_mgt_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x435d8ed9 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x448c9ba3 ieee80211_rx_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a975f70 to_legal_channel EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5109ccd7 rtl8192u_dot11d_init -EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5338ad9b ieee80211_txb_free_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5964ac0b notify_wx_assoc_event_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bd17811 ieee80211_wx_set_mode_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63101975 ieee80211_wx_set_encode_ext_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63c27c09 ieee80211_wx_get_essid_rsl -EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6656dc3a ieee80211_rx_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x687f1edc dot11d_scan_complete -EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a9eb90f ieee80211_rx_mgt_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x711afbff ieee80211_wx_set_rate_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7cac6ade ieee80211_wx_set_rawtx_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ea59220 ieee80211_wx_get_rts_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x804e470d ieee80211_start_scan_syncro_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x816d988a ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8434f96e ieee80211_txb_free_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8dce6197 ieee80211_wx_get_wap_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93fe09cd SendDisassociation_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9adcc117 ieee80211_wpa_supplicant_ioctl_rsl @@ -3824,128 +3824,128 @@ EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeaa9721a ieee80211_wx_set_f EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecc5fb1b ieee80211_is_54g_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf53e5007 ieee80211_wx_set_wap_rsl EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf729f438 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a9e9da5 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0d5d12d0 iscsit_add_cmd_to_immediate_queue EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0da1c350 iscsit_register_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1663975c iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1832391d iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14c2ce94 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c076e61 iscsit_allocate_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d2a9ac0 iscsit_tmr_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x252f00e8 iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x387c7435 iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x46ab36b8 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23ee9b70 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2811c023 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28974f4d iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x32960e70 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35dce1a0 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4581c286 iscsit_process_nop_out EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47aea9af iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x481f9541 iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4abdd805 iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e20c48b iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5511045d iscsit_release_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x59babb42 iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5e21a04d iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48551e68 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5146ea9e iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x523afabe iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5667d582 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58919b48 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x64dbaff5 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65f67f2b iscsit_check_dataout_hdr EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x673a0f11 iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6fafe3cc iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x713dae6e iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7454adfa iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x770ee0c4 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77f2a9bb iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b0244b7 iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x846d1f79 iscsit_build_text_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85163881 iscsit_build_task_mgt_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x852d9219 iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91d59766 iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x957aa83a __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bc8fb55 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7ce01dc4 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e038169 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86261d58 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86450540 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86572f93 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ca47338 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f5a41a8 iscsit_build_rsp_pdu EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96c80520 iscsi_target_check_login_request EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x99d8f4eb iscsit_unregister_transport -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9abda5f8 iscsit_setup_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa21999bf iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaac38861 iscsit_build_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xabbb2415 iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2f7f156 iscsit_build_rsp_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6d8e978 iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcf24e21c iscsit_check_dataout_payload -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0c0e9d9 iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5e5a7a0 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa20db266 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb6b464e3 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbee399fe iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0a513cc iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc11dcc4a iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd457e852 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdaece2ab iscsit_handle_task_mgt_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe3d3984a iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe54faf6d iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe50938af iscsit_process_text_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe68848a2 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xebac47ae iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee36ea84 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf026ef82 iscsit_reject_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa14482c iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd267f5c iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/target_core_mod 0x006b1524 core_tpg_deregister -EXPORT_SYMBOL drivers/target/target_core_mod 0x00a027b4 target_backend_unregister +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5863f9a iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd6fd5ea iscsit_aborted_task +EXPORT_SYMBOL drivers/target/target_core_mod 0x006c8dd5 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x00ac7b7c transport_backend_register EXPORT_SYMBOL drivers/target/target_core_mod 0x039c9313 sbc_get_device_type EXPORT_SYMBOL drivers/target/target_core_mod 0x05465f26 target_unregister_template EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident -EXPORT_SYMBOL drivers/target/target_core_mod 0x0a8bd8f0 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ea6cfc8 transport_generic_handle_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0x11659ebb spc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x121c7dbc transport_free_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x12ce24fd transport_generic_handle_tmr EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x159810e2 target_sess_cmd_list_set_waiting -EXPORT_SYMBOL drivers/target/target_core_mod 0x186d1dde target_complete_cmd_with_length -EXPORT_SYMBOL drivers/target/target_core_mod 0x21b8f1a6 transport_copy_sense_to_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x245108bd __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x336f3515 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x2085692e transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2376381d core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x238ea460 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x246d25ed transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x257ab4e1 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b7f6bb6 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f6f1d0c target_sess_cmd_list_set_waiting EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x3fe8731b target_wait_for_sess_cmds -EXPORT_SYMBOL drivers/target/target_core_mod 0x40097f35 transport_kunmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x40bbfb1b target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c7eb8bb transport_alloc_session_tags EXPORT_SYMBOL drivers/target/target_core_mod 0x4310bef1 sbc_parse_cdb EXPORT_SYMBOL drivers/target/target_core_mod 0x435d988c spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0x44d2987c target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x4737dab9 target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0x494d0c8a target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x49fcfa89 transport_lookup_tmr_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x4bf41fbd transport_lookup_cmd_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0x4ea49a96 transport_deregister_session_configfs -EXPORT_SYMBOL drivers/target/target_core_mod 0x5223bf3c core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0x5729734d transport_kmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x5b48bfd4 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x43a0cae3 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x447d769c core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x468cdcea target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x48ee0c69 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x588b8d40 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b5ffe9f transport_handle_cdb_direct EXPORT_SYMBOL drivers/target/target_core_mod 0x61571d96 target_register_template EXPORT_SYMBOL drivers/target/target_core_mod 0x61af93fe passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x62f74080 transport_send_check_condition_and_sense EXPORT_SYMBOL drivers/target/target_core_mod 0x63328912 spc_emulate_inquiry_std EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x671c4f4c transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x6de88d01 passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x6e28e1f0 target_lun_is_rdonly -EXPORT_SYMBOL drivers/target/target_core_mod 0x6fee392b target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x76bfbfe1 target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0x774c440e transport_wait_for_tasks -EXPORT_SYMBOL drivers/target/target_core_mod 0x78c9ad4f target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7086c212 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7113b2e1 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x718c0f63 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x72897e26 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x73cb4c62 transport_free_session EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7aee3ba1 transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0x7ea5808a transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c7b6e41 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c8e35aa transport_lookup_tmr_lun EXPORT_SYMBOL drivers/target/target_core_mod 0x805baf0d sbc_dif_verify -EXPORT_SYMBOL drivers/target/target_core_mod 0x80997dfc transport_alloc_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x86c23ca3 transport_alloc_session_tags -EXPORT_SYMBOL drivers/target/target_core_mod 0x8efd3828 target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x918079b9 target_set_cmd_data_length -EXPORT_SYMBOL drivers/target/target_core_mod 0x97482780 target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x9997e095 target_configure_unmap_from_queue -EXPORT_SYMBOL drivers/target/target_core_mod 0x9aa0613c core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x81acd4df target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x8632877a target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x882705bd target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a10bc14 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a5e7e8c transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8baf1c21 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x9294d19d transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x9651ac1f target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x9826020a target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x999f67fd transport_init_se_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x9e5dc5bd core_tmr_alloc_req -EXPORT_SYMBOL drivers/target/target_core_mod 0x9f5e2d8b target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x9f94f410 target_put_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xa28f34e7 target_depend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0xa4fd139e core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa51af143 target_put_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xa55e4b38 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7a23b00 __transport_register_session EXPORT_SYMBOL drivers/target/target_core_mod 0xa9bc87b0 spc_emulate_evpd_83 EXPORT_SYMBOL drivers/target/target_core_mod 0xa9dc135e target_undepend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0xac64ad6e target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xb03ac40b transport_generic_new_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xb4f6e9ca sbc_dif_copy_prot -EXPORT_SYMBOL drivers/target/target_core_mod 0xb62b180b core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0xbd3cc885 transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xbf50e3ee target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xc07e9223 target_send_busy -EXPORT_SYMBOL drivers/target/target_core_mod 0xc0d297ba transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc59537d target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf756d39 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xc12a842c core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3cacc28 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9f4ffb7 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xca2d4a57 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd55dbee transport_kunmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0xcfd374b3 core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0xd4809ded transport_generic_new_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xdbb87095 core_allocate_nexus_loss_ua -EXPORT_SYMBOL drivers/target/target_core_mod 0xe0243185 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xe0719a20 target_submit_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xe22a908f transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd69528ee target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6a9a5c5 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8cc3ae1 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf6f8b8f transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0a54b52 target_submit_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0xe59e547c sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf04f6d92 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2be8ef6 transport_alloc_session EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xf4fcb92a core_tpg_check_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xfd826879 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf921a515 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xffc8560d target_setup_session EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x9c4c0695 usb_cdc_wdm_register EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x3c8a89d9 usb_os_desc_prepare_interf_dir EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x3c527459 sl811h_driver @@ -4001,54 +4001,54 @@ EXPORT_SYMBOL drivers/video/backlight/lcd 0x27ec76b3 lcd_device_unregister EXPORT_SYMBOL drivers/video/backlight/lcd 0x6b5a3743 lcd_device_register EXPORT_SYMBOL drivers/video/backlight/lcd 0x7e77bc44 devm_lcd_device_unregister EXPORT_SYMBOL drivers/video/backlight/lcd 0xcf1b7809 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x02eabea3 svga_tileblit EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1a5d3377 svga_tilecursor EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1e2346bc svga_settile -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x276bb544 svga_tilecopy EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6279f5fc svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x72e54041 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x81f44776 svga_tilefill EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xac746582 svga_get_caps EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb6027e8a svga_tileblit -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbf6a0c56 svga_tilefill -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc7e1b380 svga_get_tilemax -EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc948b36a svga_get_caps EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe2eb9db2 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf70f2eaf svga_tilecursor EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xf4ab8eb8 sys_copyarea EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x6862abac sys_fillrect EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x4d4ef0f6 sys_imageblit EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x15ef2b0b cyber2000fb_attach EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs -EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xbcbd54d5 cyber2000fb_attach -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x72e2cbfa g450_mnp2f -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xa2296d79 matroxfb_g450_setclk -EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xdb4dd4fe matroxfb_g450_setpll_cond -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1bd05d5d DAC1064_global_restore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6662336b DAC1064_global_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa3324bf9 matrox_G100 -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xff795c98 matrox_mystique -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x8899ccf5 matrox_millennium -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xd52e3e89 matrox_cfbX_init -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x331fb6e1 matroxfb_unregister_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xd2e4d021 matroxfb_register_driver -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xd7536fb5 matroxfb_enable_irq -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf8743770 matroxfb_wait_for_sync -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6b905196 matroxfb_g450_connect -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xcf11e1e4 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x682247f1 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xca7a5ef5 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe3e68053 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7bd8f7d5 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8d145145 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa66405f7 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xcd404427 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x784b0bd0 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x8f4d480b matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1f6938c8 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xd43fd766 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdb573d07 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf5e8b1d9 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xce5df5f5 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xf13c58ae matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x122cc2c3 matroxfb_DAC_in EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x796f6d22 matroxfb_vgaHWrestore -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8bccf187 matroxfb_DAC_in -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x97a4a138 matroxfb_vgaHWinit -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc6fb1919 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x92f3725f matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbbc459f6 matroxfb_vgaHWinit EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my -EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdf36e179 matroxfb_DAC_out -EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xe9bee308 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdd3a5d2e matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xead5f8fa matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x52fc9114 mb862xxfb_init_accel EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga @@ -4207,12 +4207,12 @@ EXPORT_SYMBOL lib/zstd/zstd_compress 0xe41476d9 ZSTD_getParams EXPORT_SYMBOL lib/zstd/zstd_compress 0xefe4f679 ZSTD_CCtxWorkspaceBound EXPORT_SYMBOL lib/zstd/zstd_compress 0xfdf70093 ZSTD_CStreamOutSize EXPORT_SYMBOL lib/zstd/zstd_compress 0xff9c4b56 ZSTD_compressBound -EXPORT_SYMBOL net/6lowpan/6lowpan 0x4455053b lowpan_unregister_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0xa1d18596 lowpan_register_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xc53145f2 lowpan_unregister_netdevice -EXPORT_SYMBOL net/6lowpan/6lowpan 0xcc2a8b7a lowpan_nhc_del -EXPORT_SYMBOL net/6lowpan/6lowpan 0xe1438c85 lowpan_register_netdev -EXPORT_SYMBOL net/6lowpan/6lowpan 0xfba34268 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x22323ad3 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3125aaa3 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa0db8a09 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xdc03e440 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf3916e9b lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf8dba34a lowpan_unregister_netdev EXPORT_SYMBOL net/802/p8022 0x89ce918b register_8022_client EXPORT_SYMBOL net/802/p8022 0xbb86c12d unregister_8022_client EXPORT_SYMBOL net/802/psnap 0x128414ca register_snap_client @@ -4265,10 +4265,10 @@ EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init EXPORT_SYMBOL net/9p/9pnet 0xe8aba810 p9_client_disconnect EXPORT_SYMBOL net/9p/9pnet 0xfc14959f p9_client_setattr -EXPORT_SYMBOL net/appletalk/appletalk 0x0a56977a atrtr_get_dev -EXPORT_SYMBOL net/appletalk/appletalk 0x207eca79 atalk_find_dev_addr EXPORT_SYMBOL net/appletalk/appletalk 0x3c718be6 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x8fe9fb14 atrtr_get_dev EXPORT_SYMBOL net/appletalk/appletalk 0xe5adce4b alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xeac0126f atalk_find_dev_addr EXPORT_SYMBOL net/atm/atm 0x03e376b4 atm_dev_release_vccs EXPORT_SYMBOL net/atm/atm 0x0a4b22f7 vcc_insert_socket EXPORT_SYMBOL net/atm/atm 0x17ebc157 atm_dev_lookup @@ -4292,15 +4292,15 @@ EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc -EXPORT_SYMBOL net/ax25/ax25 0x82b3a1a0 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x847109e0 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x959852d9 ax25_header_ops EXPORT_SYMBOL net/ax25/ax25 0xa8c19f6b ax25_linkfail_register EXPORT_SYMBOL net/ax25/ax25 0xb5d680f8 ax25_send_frame EXPORT_SYMBOL net/ax25/ax25 0xbb155906 ax25_listen_release EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp -EXPORT_SYMBOL net/ax25/ax25 0xc68f6cc0 ax25_ip_xmit EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address -EXPORT_SYMBOL net/ax25/ax25 0xdc72c297 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xd71efe6a ax25_find_cb EXPORT_SYMBOL net/ax25/ax25 0xde2bd49e ax25_linkfail_release EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid EXPORT_SYMBOL net/ax25/ax25 0xf0b367ec ax25_listen_register @@ -4355,10 +4355,10 @@ EXPORT_SYMBOL net/bluetooth/bluetooth 0xf80f715c hci_unregister_cb EXPORT_SYMBOL net/bluetooth/bluetooth 0xfac49add hci_register_cb EXPORT_SYMBOL net/bluetooth/bluetooth 0xfdd79ca7 hci_recv_frame EXPORT_SYMBOL net/bluetooth/bluetooth 0xff32973e hci_set_fw_info -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x83c63677 ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xda1764c1 ebt_register_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdb0057ca ebt_do_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfb8c9c4a ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2c2459a4 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x34bac38a ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7fe126b7 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd0627941 ebt_unregister_table EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info @@ -4382,26 +4382,26 @@ EXPORT_SYMBOL net/can/can 0x45433356 can_proto_register EXPORT_SYMBOL net/can/can 0x89eb1fe6 can_sock_destruct EXPORT_SYMBOL net/ceph/libceph 0x0415e90d ceph_osdc_flush_notifies EXPORT_SYMBOL net/ceph/libceph 0x04e4c74c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x04fbd498 ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0x067ec60f ceph_monc_init EXPORT_SYMBOL net/ceph/libceph 0x082947ef ceph_osdc_notify -EXPORT_SYMBOL net/ceph/libceph 0x0a26abd0 ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0x0bc2c09e ceph_osdc_watch EXPORT_SYMBOL net/ceph/libceph 0x0f305f7a ceph_osdc_put_request EXPORT_SYMBOL net/ceph/libceph 0x0f9498c1 ceph_osdc_abort_requests EXPORT_SYMBOL net/ceph/libceph 0x160a1055 ceph_monc_want_map EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17d4999a ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x199ab37d osd_req_op_alloc_hint_init EXPORT_SYMBOL net/ceph/libceph 0x19d4d013 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1b6f54e8 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0x1c6e4448 osd_req_op_raw_data_in_pages EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy EXPORT_SYMBOL net/ceph/libceph 0x2620a906 ceph_client_addr -EXPORT_SYMBOL net/ceph/libceph 0x274853b8 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x28866fe2 ceph_pg_pool_name_by_id -EXPORT_SYMBOL net/ceph/libceph 0x28c995b1 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0x2a1ae4d2 ceph_osdc_cancel_request EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release -EXPORT_SYMBOL net/ceph/libceph 0x2b4b0841 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x2c67210c ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x2e66d90f ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0x31d7fe5f osd_req_op_cls_request_data_pages EXPORT_SYMBOL net/ceph/libceph 0x32fcc104 osd_req_op_xattr_init @@ -4414,7 +4414,6 @@ EXPORT_SYMBOL net/ceph/libceph 0x40216253 ceph_copy_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy EXPORT_SYMBOL net/ceph/libceph 0x418fa768 ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0x41af2f02 osd_req_op_extent_update -EXPORT_SYMBOL net/ceph/libceph 0x43d7f32a ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible EXPORT_SYMBOL net/ceph/libceph 0x47606c10 ceph_pg_poolid_by_name EXPORT_SYMBOL net/ceph/libceph 0x4d73fa0d ceph_put_page_vector @@ -4422,26 +4421,26 @@ EXPORT_SYMBOL net/ceph/libceph 0x4e7a66c9 ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0x4fb14a57 ceph_auth_create_authorizer EXPORT_SYMBOL net/ceph/libceph 0x4fb63dc8 ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0x5267f059 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x52c15579 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x542ef9a0 ceph_cls_unlock -EXPORT_SYMBOL net/ceph/libceph 0x56c4e586 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x59429ed0 ceph_alloc_page_vector -EXPORT_SYMBOL net/ceph/libceph 0x5a8700cd ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf -EXPORT_SYMBOL net/ceph/libceph 0x5ec45871 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x6028915f ceph_release_page_vector EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr EXPORT_SYMBOL net/ceph/libceph 0x6e291aa1 ceph_monc_stop EXPORT_SYMBOL net/ceph/libceph 0x6e307cb9 ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0x6f5b736a ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x76ca3359 ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x772327f7 ceph_osdc_update_epoch_barrier EXPORT_SYMBOL net/ceph/libceph 0x7b1af84a ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x7ca7b816 ceph_monc_validate_auth EXPORT_SYMBOL net/ceph/libceph 0x7d7725ed osd_req_op_extent_osd_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0x7dfe2ab1 osd_req_op_extent_dup_last EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x7fa3e051 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x8637cdf2 osd_req_op_extent_init EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context EXPORT_SYMBOL net/ceph/libceph 0x8974125e osd_req_op_extent_osd_data_bvec_pos @@ -4452,7 +4451,9 @@ EXPORT_SYMBOL net/ceph/libceph 0x91c90d51 ceph_osdc_alloc_request EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy EXPORT_SYMBOL net/ceph/libceph 0x94cf969a ceph_create_client EXPORT_SYMBOL net/ceph/libceph 0x969391fa ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x98c7d547 ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x98ced9fb ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x997bb387 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string EXPORT_SYMBOL net/ceph/libceph 0x9c7c6229 ceph_monc_get_version_async EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context @@ -4466,28 +4467,29 @@ EXPORT_SYMBOL net/ceph/libceph 0xa62cf549 ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers EXPORT_SYMBOL net/ceph/libceph 0xa70b3f10 osd_req_op_extent_osd_data_pages EXPORT_SYMBOL net/ceph/libceph 0xa81f2b3e ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xad5c12da ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xad68829e ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush EXPORT_SYMBOL net/ceph/libceph 0xb2558986 ceph_monc_got_map EXPORT_SYMBOL net/ceph/libceph 0xb27ff8e2 ceph_osdc_copy_from EXPORT_SYMBOL net/ceph/libceph 0xb39cd6b1 ceph_monc_get_version EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name -EXPORT_SYMBOL net/ceph/libceph 0xb639eb04 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xb5f87561 ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release EXPORT_SYMBOL net/ceph/libceph 0xb9798abc ceph_cls_lock_info EXPORT_SYMBOL net/ceph/libceph 0xb9bd3e1f ceph_osdc_get_request -EXPORT_SYMBOL net/ceph/libceph 0xbcffc7fe ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context EXPORT_SYMBOL net/ceph/libceph 0xbed90817 osd_req_op_cls_request_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips -EXPORT_SYMBOL net/ceph/libceph 0xc28393d0 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc2b13b98 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate EXPORT_SYMBOL net/ceph/libceph 0xc6f39edd ceph_cls_set_cookie EXPORT_SYMBOL net/ceph/libceph 0xc722a4f9 osd_req_op_extent_osd_data_pagelist -EXPORT_SYMBOL net/ceph/libceph 0xc7bae54a ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file EXPORT_SYMBOL net/ceph/libceph 0xcd4f0def ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xcd8794a4 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0xcdb6aab6 __ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0xcefc1231 osd_req_op_extent_osd_data_bio EXPORT_SYMBOL net/ceph/libceph 0xd02f0cac ceph_osdc_alloc_messages @@ -4495,9 +4497,10 @@ EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd75aabe2 ceph_monc_blacklist_add EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy -EXPORT_SYMBOL net/ceph/libceph 0xd7d54441 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0xd9708de9 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xdbeefaa8 ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0xdd42d2b1 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xdd91389f ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xdef3ff4b ceph_wait_for_latest_osdmap EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name @@ -4505,8 +4508,6 @@ EXPORT_SYMBOL net/ceph/libceph 0xe1b518ef ceph_cls_assert_locked EXPORT_SYMBOL net/ceph/libceph 0xe27643eb ceph_osdc_new_request EXPORT_SYMBOL net/ceph/libceph 0xe4ed21cd osd_req_op_cls_init EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options -EXPORT_SYMBOL net/ceph/libceph 0xe68b0cb5 ceph_msg_get -EXPORT_SYMBOL net/ceph/libceph 0xe6f9fd50 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc EXPORT_SYMBOL net/ceph/libceph 0xe9e0026f ceph_destroy_client EXPORT_SYMBOL net/ceph/libceph 0xe9ec2ed3 ceph_pg_to_acting_primary @@ -4522,14 +4523,13 @@ EXPORT_SYMBOL net/ceph/libceph 0xf0b122e0 ceph_auth_invalidate_authorizer EXPORT_SYMBOL net/ceph/libceph 0xf3ba01b6 ceph_reset_client_addr EXPORT_SYMBOL net/ceph/libceph 0xf804e6e7 ceph_osdc_call EXPORT_SYMBOL net/ceph/libceph 0xf9dcc0ba ceph_osdc_writepages -EXPORT_SYMBOL net/ceph/libceph 0xfa352f77 ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0xfcfb520e ceph_osdc_readpages EXPORT_SYMBOL net/ceph/libceph 0xfdad0ae3 ceph_monc_open_session EXPORT_SYMBOL net/ceph/libceph 0xff2f969d ceph_osdc_wait_request -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x7e75083d dccp_syn_ack_timeout -EXPORT_SYMBOL net/dccp/dccp_ipv4 0xcf63126d dccp_req_err -EXPORT_SYMBOL net/dsa/dsa_core 0xaf7acb97 dsa_port_vid_del -EXPORT_SYMBOL net/dsa/dsa_core 0xb6f80fb9 dsa_port_vid_add +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x96b51dca dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf6384837 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dsa/dsa_core 0x0d758640 dsa_port_vid_add +EXPORT_SYMBOL net/dsa/dsa_core 0x2446830e dsa_port_vid_del EXPORT_SYMBOL net/ieee802154/ieee802154 0x141b74d0 wpan_phy_for_each EXPORT_SYMBOL net/ieee802154/ieee802154 0x22281959 wpan_phy_new EXPORT_SYMBOL net/ieee802154/ieee802154 0x37610c5e wpan_phy_free @@ -4537,43 +4537,43 @@ EXPORT_SYMBOL net/ieee802154/ieee802154 0x76a444a5 wpan_phy_find EXPORT_SYMBOL net/ieee802154/ieee802154 0x76efa5eb wpan_phy_unregister EXPORT_SYMBOL net/ieee802154/ieee802154 0xb39becff wpan_phy_register EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0x86ba2ab7 __fou_build_header -EXPORT_SYMBOL net/ipv4/fou 0x89dffddf __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x65c1c188 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xd0a49d10 __gue_build_header EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0xc1bb55a7 gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x02062bcd ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x36b4a5d4 ip_tunnel_encap_add_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x830f6bd6 ip_tunnel_encap_del_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9a50a007 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/gre 0xd9baeb7f gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x08a8b259 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5222dc46 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x586c9859 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x82b6c44b ip_tunnel_get_iflink EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1ec6fad0 arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x52f74bcd arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x8fc26c29 arpt_do_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xbb555b7c arpt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x394a6c89 ipt_unregister_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5674fa70 ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xd5bca85b ipt_register_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x196ce2d4 xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/tunnel4 0x878e20fc xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/udp_tunnel 0x8b1ff2cc udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x27cc466c ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ff82cfc ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4f863ee8 ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x665498cb ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa8ad0f55 ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb988f43e ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd38a361e ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xeee55c94 ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xfca5e864 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x305daf19 ip6t_register_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8f965ea2 ip6t_do_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf7e8addc ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x47ced3ab xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/tunnel6 0xeeb88655 xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x7be4cbdb xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb90e6bb4 xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/l2tp/l2tp_core 0xa6bdf51a l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_core 0xfe3480bf l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_ip 0x740051e0 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1a947043 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x869ec407 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb3736a22 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x7048e1df xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xf1dec081 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x8c2148ea udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x24671d06 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3b895500 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8fe85a35 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x90dca31a ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x94c67f10 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa0e76172 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcf2bab0f ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe2104d16 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe8edc260 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x55438651 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x79c97114 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa56db611 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x0402a8ad xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xc5f28bc6 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x70e60819 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa2386b1c xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/l2tp/l2tp_core 0x5a832e84 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0xa502bca3 l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0x04a4dc82 l2tp_ioctl EXPORT_SYMBOL net/lapb/lapb 0x089c1d96 lapb_data_received EXPORT_SYMBOL net/lapb/lapb 0x7623c993 lapb_data_request EXPORT_SYMBOL net/lapb/lapb 0x804e51f5 lapb_getparms @@ -4591,154 +4591,154 @@ EXPORT_SYMBOL net/llc/llc 0xc787c7c9 llc_sap_close EXPORT_SYMBOL net/llc/llc 0xd3c62260 llc_add_pack EXPORT_SYMBOL net/llc/llc 0xf7733b70 llc_mac_hdr_init EXPORT_SYMBOL net/llc/llc 0xfcba45cf llc_sap_find -EXPORT_SYMBOL net/mac80211/mac80211 0x03a4b0d0 ieee80211_beacon_get_template -EXPORT_SYMBOL net/mac80211/mac80211 0x03fe5118 ieee80211_start_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x08a42b25 ieee80211_get_tx_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x0ae30d38 ieee80211_txq_get_depth -EXPORT_SYMBOL net/mac80211/mac80211 0x101ae3af ieee80211_start_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x145edb26 ieee80211_reserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x15418aa9 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x01abe76d ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x01cd835e ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x088a53af wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0a00cded ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x0e2b81c4 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x0e5d1f65 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x1023e286 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x11830f62 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x133f346d ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x17307412 ieee80211_rx_irqsafe EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x2520406d ieee80211_register_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x258f6a17 ieee80211_tx_status -EXPORT_SYMBOL net/mac80211/mac80211 0x269ab41f ieee80211_txq_may_transmit -EXPORT_SYMBOL net/mac80211/mac80211 0x29245000 ieee80211_send_eosp_nullfunc -EXPORT_SYMBOL net/mac80211/mac80211 0x29a9463e ieee80211_chswitch_done -EXPORT_SYMBOL net/mac80211/mac80211 0x2b6b9336 ieee80211_stop_tx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0x2ccda59c __ieee80211_get_rx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x2d1e68aa ieee80211_ap_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x2df3335c ieee80211_next_txq -EXPORT_SYMBOL net/mac80211/mac80211 0x2e15cb73 __ieee80211_create_tpt_led_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0x32fcf59e ieee80211_find_sta -EXPORT_SYMBOL net/mac80211/mac80211 0x33ff565c ieee80211_sta_eosp -EXPORT_SYMBOL net/mac80211/mac80211 0x366d6b4f ieee80211_tx_status_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x36ab14ab ieee80211_sta_set_buffered -EXPORT_SYMBOL net/mac80211/mac80211 0x39b5fe42 ieee80211_connection_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x3a0d1238 __ieee80211_get_tx_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x3ea5190e ieee80211_scan_completed -EXPORT_SYMBOL net/mac80211/mac80211 0x43200655 ieee80211_sched_scan_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0x4464a647 ieee80211_restart_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x46201637 ieee80211_nullfunc_get -EXPORT_SYMBOL net/mac80211/mac80211 0x46e6815d __ieee80211_get_assoc_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0x4962aad0 ieee80211_queue_delayed_work -EXPORT_SYMBOL net/mac80211/mac80211 0x49d2a236 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x1f17457b ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x1f600f9f ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x20d30dcc ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2128578d ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x21af84b3 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x24dbf9d8 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x29a670ec ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x2b5e3af0 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x2ba349ab ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2e6bcd49 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x2ef3cfcf ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x3bf4bda7 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x4342d0ad ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x439b678c ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x47e533b0 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4853c870 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x48e858e5 ieee80211_alloc_hw_nm EXPORT_SYMBOL net/mac80211/mac80211 0x4b668bbe ieee80211_get_tkip_p1k_iv -EXPORT_SYMBOL net/mac80211/mac80211 0x505f35a8 ieee80211_ctstoself_get -EXPORT_SYMBOL net/mac80211/mac80211 0x508f053d ieee80211_rts_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x5372a0b8 ieee80211_wake_queues -EXPORT_SYMBOL net/mac80211/mac80211 0x5467abde ieee80211_report_wowlan_wakeup -EXPORT_SYMBOL net/mac80211/mac80211 0x5a7c4405 ieee80211_rx_napi -EXPORT_SYMBOL net/mac80211/mac80211 0x5c04f354 ieee80211_sched_scan_results -EXPORT_SYMBOL net/mac80211/mac80211 0x67ca2bb2 ieee80211_ctstoself_duration -EXPORT_SYMBOL net/mac80211/mac80211 0x68136cbb ieee80211_tx_dequeue -EXPORT_SYMBOL net/mac80211/mac80211 0x68c884f2 rate_control_set_rates -EXPORT_SYMBOL net/mac80211/mac80211 0x6a4c12e8 ieee80211_stop_tx_ba_cb_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x6c379804 ieee80211_unreserve_tid -EXPORT_SYMBOL net/mac80211/mac80211 0x6c430be0 ieee80211_probereq_get -EXPORT_SYMBOL net/mac80211/mac80211 0x6d00d0f4 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x5140c91b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x5244c8c9 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x53496f2c ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x54d81871 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5898a1e3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x589b2215 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x5c278777 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x5d1820dc ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x6045930b ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6241dfe0 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x66f9a222 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x6cb2a2ec ieee80211_rate_control_register EXPORT_SYMBOL net/mac80211/mac80211 0x6d0d73fd ieee80211_get_tkip_rx_p1k -EXPORT_SYMBOL net/mac80211/mac80211 0x72ff4c4f __ieee80211_schedule_txq -EXPORT_SYMBOL net/mac80211/mac80211 0x743d109c ieee80211_pspoll_get -EXPORT_SYMBOL net/mac80211/mac80211 0x74d59c69 ieee80211_sta_register_airtime -EXPORT_SYMBOL net/mac80211/mac80211 0x75327bda ieee80211_send_bar -EXPORT_SYMBOL net/mac80211/mac80211 0x765925ab ieee80211_beacon_loss -EXPORT_SYMBOL net/mac80211/mac80211 0x7c650227 ieee80211_tx_prepare_skb -EXPORT_SYMBOL net/mac80211/mac80211 0x824ed86a ieee80211_rx_ba_timer_expired -EXPORT_SYMBOL net/mac80211/mac80211 0x82e7561c ieee80211_csa_set_counter -EXPORT_SYMBOL net/mac80211/mac80211 0x8534bdf0 ieee80211_cqm_rssi_notify -EXPORT_SYMBOL net/mac80211/mac80211 0x88b98ee7 ieee80211_report_low_ack -EXPORT_SYMBOL net/mac80211/mac80211 0x8b3e0be1 ieee80211_rx_irqsafe -EXPORT_SYMBOL net/mac80211/mac80211 0x8be60c69 wiphy_to_ieee80211_hw -EXPORT_SYMBOL net/mac80211/mac80211 0x973cb68f ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6de09607 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7251d5cc ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7770f3ef __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7840ade6 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x7c603d62 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x7c796f17 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x842db7cf ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x88f2f0c4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8aa86afc ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x90005b64 ieee80211_csa_set_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x924a2510 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x968616db ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9841113c ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x985a344d ieee80211_stop_rx_ba_session EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa -EXPORT_SYMBOL net/mac80211/mac80211 0x993aba87 ieee80211_beacon_get_tim -EXPORT_SYMBOL net/mac80211/mac80211 0x9ae90cb7 ieee80211_nan_func_terminated -EXPORT_SYMBOL net/mac80211/mac80211 0xa30af2fd ieee80211_free_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xa3564201 ieee80211_rate_control_register -EXPORT_SYMBOL net/mac80211/mac80211 0xa5d67c5c ieee80211_generic_frame_duration -EXPORT_SYMBOL net/mac80211/mac80211 0xa5dfa19c ieee80211_csa_update_counter -EXPORT_SYMBOL net/mac80211/mac80211 0xaccfb50f ieee80211_get_tkip_p2k -EXPORT_SYMBOL net/mac80211/mac80211 0xaff60365 ieee80211_tx_status_ext -EXPORT_SYMBOL net/mac80211/mac80211 0xb04d11e6 ieee80211_csa_finish -EXPORT_SYMBOL net/mac80211/mac80211 0xb1cd1b33 ieee80211_rts_get -EXPORT_SYMBOL net/mac80211/mac80211 0xb4b95b5e ieee80211_alloc_hw_nm -EXPORT_SYMBOL net/mac80211/mac80211 0xb625bf80 ieee80211_sta_uapsd_trigger -EXPORT_SYMBOL net/mac80211/mac80211 0xb8487602 ieee80211_sta_ps_transition -EXPORT_SYMBOL net/mac80211/mac80211 0xbdd7683a ieee80211_csa_is_complete -EXPORT_SYMBOL net/mac80211/mac80211 0xc09d3770 ieee80211_disable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0xc0dc4200 ieee80211_mark_rx_ba_filtered_frames -EXPORT_SYMBOL net/mac80211/mac80211 0xc0e67532 ieee80211_get_buffered_bc -EXPORT_SYMBOL net/mac80211/mac80211 0xc5936660 ieee80211_nan_func_match -EXPORT_SYMBOL net/mac80211/mac80211 0xc6c22dd9 ieee80211_tdls_oper_request -EXPORT_SYMBOL net/mac80211/mac80211 0xc8969d3a ieee80211_tx_rate_update -EXPORT_SYMBOL net/mac80211/mac80211 0xc9044ae4 ieee80211_radar_detected -EXPORT_SYMBOL net/mac80211/mac80211 0xcbd32f08 __ieee80211_get_radio_led_name -EXPORT_SYMBOL net/mac80211/mac80211 0xcc28e060 ieee80211_rate_control_unregister -EXPORT_SYMBOL net/mac80211/mac80211 0xd47a6996 ieee80211_stop_queue -EXPORT_SYMBOL net/mac80211/mac80211 0xd5262207 ieee80211_cqm_beacon_loss_notify -EXPORT_SYMBOL net/mac80211/mac80211 0xd5510b64 ieee80211_sta_pspoll -EXPORT_SYMBOL net/mac80211/mac80211 0xdc0d41d8 ieee80211_queue_stopped -EXPORT_SYMBOL net/mac80211/mac80211 0xdc1ba50a ieee80211_sta_block_awake -EXPORT_SYMBOL net/mac80211/mac80211 0xdd23f97f ieee80211_stop_rx_ba_session -EXPORT_SYMBOL net/mac80211/mac80211 0xde04fb41 ieee80211_queue_work -EXPORT_SYMBOL net/mac80211/mac80211 0xdeb9905b ieee80211_manage_rx_ba_offl -EXPORT_SYMBOL net/mac80211/mac80211 0xdffa855c ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x99e1fc8a __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9dbb2b9d ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa07d9899 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xa0c6d379 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa14bec62 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xa3876024 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xaa1d2e28 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xac52780d ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xae53bd98 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xae701410 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xafbf3b03 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xc009b7cc ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xc21dcf93 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc29ba35c ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xc70bed75 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xcd231714 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xcdc80ee5 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xce8df3f5 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd40aaef4 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xd53ed492 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xd5603a84 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xd72e56cf ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd75e77db ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xd9a59f36 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xdc1fd0d6 ieee80211_report_low_ack EXPORT_SYMBOL net/mac80211/mac80211 0xe345725f ieee80211_get_key_rx_seq -EXPORT_SYMBOL net/mac80211/mac80211 0xe3468806 ieee80211_enable_rssi_reports -EXPORT_SYMBOL net/mac80211/mac80211 0xedfb2c0f ieee80211_unregister_hw -EXPORT_SYMBOL net/mac80211/mac80211 0xf0aa2644 ieee80211_stop_queues -EXPORT_SYMBOL net/mac80211/mac80211 0xf203e996 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe3e63563 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe51ab09d ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe5b1a923 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe5b4c7d3 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xebdc9b97 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xed56caf7 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xedd35cd9 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xef50e859 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xf2e27858 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xf5c68206 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xf724be35 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xfa592699 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xfb031e35 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xfefaa676 ieee80211_unregister_hw EXPORT_SYMBOL net/mac802154/mac802154 0x01d47b0d ieee802154_rx_irqsafe -EXPORT_SYMBOL net/mac802154/mac802154 0x34d56b0d ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x04cee4fc ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x07c52695 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x0a004f9d ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5aa3d63d ieee802154_register_hw EXPORT_SYMBOL net/mac802154/mac802154 0x6231c0c0 ieee802154_stop_queue -EXPORT_SYMBOL net/mac802154/mac802154 0x713c3488 ieee802154_unregister_hw -EXPORT_SYMBOL net/mac802154/mac802154 0x9475a628 ieee802154_alloc_hw -EXPORT_SYMBOL net/mac802154/mac802154 0xa3e28ae2 ieee802154_register_hw EXPORT_SYMBOL net/mac802154/mac802154 0xbb9b2f1a ieee802154_xmit_complete EXPORT_SYMBOL net/mac802154/mac802154 0xce3a33b4 ieee802154_wake_queue -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01cf6577 ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0ae6ea26 ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x33d31550 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4346d67c ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6d650be7 unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x75a44fff register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x85b68771 unregister_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa173c1a4 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xafe52f1c register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb83cfcc7 ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9cf0539 register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbe442567 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x36dfcb11 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4822c848 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x489cd95f register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4a2033f3 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4fd3fa19 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x51b76ef2 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x71880ccc ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x789a74b7 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7f349574 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9d7ecdc1 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa7d5ef93 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb6010f59 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcb6a37ad ip_vs_proto_data_get EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe50cfa55 ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf1bcd8fa ip_vs_conn_out_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf69902a4 ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/nf_conntrack 0x048bcb68 nf_ct_ext_destroy -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf0fd079f nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0fba127 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe8e4e04c register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xa1e6679b nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd6533938 nf_ct_ext_add EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x167967de __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x2243061e nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0x403ceac1 nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0x8fa8b5d9 nf_nat_mangle_udp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0xc13d127c nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x30857f32 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x657385d1 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x842e31d7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xb7ce26ea nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xee23e181 nf_nat_follow_master EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x0b7b7e1f xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x2e641d4d xt_unregister_match -EXPORT_SYMBOL net/netfilter/x_tables 0x3a2303bf xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x0f6129f7 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name -EXPORT_SYMBOL net/netfilter/x_tables 0x4e89646a xt_unregister_targets EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x67eda66c xt_unregister_target -EXPORT_SYMBOL net/netfilter/x_tables 0x6a10250e xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x5ce97899 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5fc53e1f xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8415e47a xt_register_matches EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x9dbf3c12 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xa8094391 xt_unregister_matches -EXPORT_SYMBOL net/netfilter/x_tables 0xb3bc0c12 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa9da26d4 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xab8c5571 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xbc3c70be xt_unregister_match EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xcb1438a0 xt_unregister_targets EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xe16201b7 xt_register_match EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset EXPORT_SYMBOL net/nfc/hci/hci 0x07ef41a8 nfc_hci_register_device EXPORT_SYMBOL net/nfc/hci/hci 0x0cb6a877 nfc_hci_set_clientdata @@ -4830,38 +4830,38 @@ EXPORT_SYMBOL net/phonet/phonet 0x6dddd0ad phonet_proto_unregister EXPORT_SYMBOL net/phonet/phonet 0xa4db4ec6 phonet_stream_ops EXPORT_SYMBOL net/phonet/phonet 0xab6a17f9 phonet_header_ops EXPORT_SYMBOL net/phonet/phonet 0xba7b3876 pn_sock_hash -EXPORT_SYMBOL net/rxrpc/rxrpc 0x1e867fd1 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x016b9ae0 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x12292fd2 rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1750da14 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2a43a8ee rxrpc_kernel_begin_call EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x34d4b77c rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4731907f rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0x49fdf415 rxrpc_kernel_begin_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x4d1641cf rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6112cb84 key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0x66730bc9 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0x6ad8804f rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0x904e1dc5 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0x94606e8d rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0x972ecdb0 rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0x9aafd317 rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xaa75e686 rxrpc_kernel_get_peer -EXPORT_SYMBOL net/rxrpc/rxrpc 0xb458be98 rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xcb0b8269 rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe4e4042d rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe5108e18 rxrpc_kernel_send_data -EXPORT_SYMBOL net/sctp/sctp 0x81229a26 sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x239fb49a gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5aa6b42d gss_mech_put -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9655f44f gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/sunrpc 0x228c0ae0 svc_pool_stats_open -EXPORT_SYMBOL net/sunrpc/sunrpc 0x60c2c85f xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0xf7802e7b xdr_truncate_encode +EXPORT_SYMBOL net/rxrpc/rxrpc 0x435d13c9 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x519a1bce rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65974b28 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x66bdba4c rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x678e6165 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7f3ebcc0 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x85820da4 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8fd5a3c9 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x92cdf098 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x94a28135 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc4e5038a rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd89551d1 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xffea35a1 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/sctp/sctp 0x27f34a2c sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x65c2ef99 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9f81908f gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf1e04cbd gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x40ec7ec7 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x90fd61ff svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xff4eb605 xdr_restrict_buflen EXPORT_SYMBOL net/tipc/tipc 0x61135d76 tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0x62d6336f tipc_sk_fill_sock_diag EXPORT_SYMBOL net/tipc/tipc 0xa47f3721 tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0xe46d704a tipc_nl_sk_walk -EXPORT_SYMBOL net/tls/tls 0x59fb30b3 tls_register_device -EXPORT_SYMBOL net/tls/tls 0x71c47d13 tls_unregister_device -EXPORT_SYMBOL net/tls/tls 0xb9518221 tls_get_record +EXPORT_SYMBOL net/tls/tls 0x1cb9421e tls_register_device +EXPORT_SYMBOL net/tls/tls 0x36700323 tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xa28e9da4 tls_get_record EXPORT_SYMBOL net/wimax/wimax 0x203cda34 wimax_rfkill EXPORT_SYMBOL net/wimax/wimax 0x3da61325 wimax_reset EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel @@ -4872,6 +4872,8 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x0fadba1e cfg80211_disconnected EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile EXPORT_SYMBOL net/wireless/cfg80211 0x13a11557 cfg80211_chandef_usable EXPORT_SYMBOL net/wireless/cfg80211 0x15a37cf3 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x1772c98f cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x18438d5b ieee80211_get_hdrlen_from_skb EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header EXPORT_SYMBOL net/wireless/cfg80211 0x1b01301c cfg80211_del_sta_sinfo EXPORT_SYMBOL net/wireless/cfg80211 0x1bfc6de9 cfg80211_ch_switch_started_notify @@ -4906,21 +4908,19 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x597faad4 cfg80211_inform_bss_data EXPORT_SYMBOL net/wireless/cfg80211 0x5af30e93 cfg80211_radar_event EXPORT_SYMBOL net/wireless/cfg80211 0x5af90382 cfg80211_crit_proto_stopped EXPORT_SYMBOL net/wireless/cfg80211 0x5e67d7d3 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x5e6d276a ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x5f3d6f25 regulatory_set_wiphy_regd_sync_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x62a292d7 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0x6370a11b cfg80211_reg_can_beacon EXPORT_SYMBOL net/wireless/cfg80211 0x63ee98c8 __cfg80211_send_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0x6439af62 cfg80211_chandef_valid EXPORT_SYMBOL net/wireless/cfg80211 0x68fbebd3 wiphy_read_of_freq_limits EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header EXPORT_SYMBOL net/wireless/cfg80211 0x6bb105e0 freq_reg_info -EXPORT_SYMBOL net/wireless/cfg80211 0x6d4f94f3 ieee80211_get_hdrlen_from_skb -EXPORT_SYMBOL net/wireless/cfg80211 0x71630c09 ieee80211_data_to_8023_exthdr EXPORT_SYMBOL net/wireless/cfg80211 0x7263be56 cfg80211_rx_mgmt -EXPORT_SYMBOL net/wireless/cfg80211 0x73cafc89 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x7750c85b cfg80211_update_owe_info_event EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem EXPORT_SYMBOL net/wireless/cfg80211 0x7e623c24 wiphy_unregister -EXPORT_SYMBOL net/wireless/cfg80211 0x7ec5f64b cfg80211_check_combinations EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0x7ef9f5e0 ieee80211_mandatory_rates EXPORT_SYMBOL net/wireless/cfg80211 0x80a79599 cfg80211_tx_mgmt_expired @@ -4928,10 +4928,12 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x8136b8f9 cfg80211_rx_unprot_mlme_mgmt EXPORT_SYMBOL net/wireless/cfg80211 0x8423340d cfg80211_probe_status EXPORT_SYMBOL net/wireless/cfg80211 0x84ae2344 regulatory_pre_cac_allowed EXPORT_SYMBOL net/wireless/cfg80211 0x85f83d64 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x86be5a78 ieee80211_get_channel EXPORT_SYMBOL net/wireless/cfg80211 0x86ed9f16 cfg80211_connect_done EXPORT_SYMBOL net/wireless/cfg80211 0x87bca650 cfg80211_cqm_pktloss_notify EXPORT_SYMBOL net/wireless/cfg80211 0x895f6f4e cfg80211_ready_on_channel EXPORT_SYMBOL net/wireless/cfg80211 0x8d68966e cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8de52b36 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func EXPORT_SYMBOL net/wireless/cfg80211 0x9194513b cfg80211_sta_opmode_change_notify EXPORT_SYMBOL net/wireless/cfg80211 0x93878691 ieee80211_get_vht_max_nss @@ -4944,31 +4946,29 @@ EXPORT_SYMBOL net/wireless/cfg80211 0x9b36d361 cfg80211_bss_iter EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match EXPORT_SYMBOL net/wireless/cfg80211 0x9eae6235 ieee80211_chandef_to_operating_class EXPORT_SYMBOL net/wireless/cfg80211 0xa04f9c8c cfg80211_assoc_timeout -EXPORT_SYMBOL net/wireless/cfg80211 0xa820a9fe ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/cfg80211 0xaaa85916 cfg80211_cac_event EXPORT_SYMBOL net/wireless/cfg80211 0xaae5decd cfg80211_nan_match EXPORT_SYMBOL net/wireless/cfg80211 0xac7095e0 cfg80211_report_obss_beacon EXPORT_SYMBOL net/wireless/cfg80211 0xac97a207 ieee80211_radiotap_iterator_init EXPORT_SYMBOL net/wireless/cfg80211 0xada1a956 cfg80211_sched_scan_results EXPORT_SYMBOL net/wireless/cfg80211 0xb02fc311 cfg80211_new_sta -EXPORT_SYMBOL net/wireless/cfg80211 0xb093ea2a ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0xb2cd8f57 __cfg80211_alloc_event_skb EXPORT_SYMBOL net/wireless/cfg80211 0xb75ac358 __cfg80211_alloc_reply_skb EXPORT_SYMBOL net/wireless/cfg80211 0xbb0751c6 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xbb08ec34 cfg80211_iter_combinations EXPORT_SYMBOL net/wireless/cfg80211 0xbbf49e6e cfg80211_roamed EXPORT_SYMBOL net/wireless/cfg80211 0xbc399b41 regulatory_hint EXPORT_SYMBOL net/wireless/cfg80211 0xbe24fbdd cfg80211_remain_on_channel_expired EXPORT_SYMBOL net/wireless/cfg80211 0xc09f390d cfg80211_inform_bss_frame_data EXPORT_SYMBOL net/wireless/cfg80211 0xc21c1eac cfg80211_external_auth_request -EXPORT_SYMBOL net/wireless/cfg80211 0xc3d363c6 cfg80211_send_layer2_update EXPORT_SYMBOL net/wireless/cfg80211 0xc69db189 wiphy_register EXPORT_SYMBOL net/wireless/cfg80211 0xc73c01ce cfg80211_gtk_rekey_notify EXPORT_SYMBOL net/wireless/cfg80211 0xca44a942 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xca6a7491 ieee80211_get_num_supported_channels EXPORT_SYMBOL net/wireless/cfg80211 0xcaac5422 cfg80211_chandef_create EXPORT_SYMBOL net/wireless/cfg80211 0xcab35136 cfg80211_scan_done EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited EXPORT_SYMBOL net/wireless/cfg80211 0xceb9dfa5 cfg80211_unlink_bss -EXPORT_SYMBOL net/wireless/cfg80211 0xd27d47b7 cfg80211_classify8021d EXPORT_SYMBOL net/wireless/cfg80211 0xd4611cb6 cfg80211_get_drvinfo EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen EXPORT_SYMBOL net/wireless/cfg80211 0xda0c6681 cfg80211_nan_func_terminated @@ -4979,12 +4979,12 @@ EXPORT_SYMBOL net/wireless/cfg80211 0xe86e99f3 cfg80211_ibss_joined EXPORT_SYMBOL net/wireless/cfg80211 0xec088912 cfg80211_cqm_beacon_loss_notify EXPORT_SYMBOL net/wireless/cfg80211 0xee9bb6a1 cfg80211_ch_switch_notify EXPORT_SYMBOL net/wireless/cfg80211 0xef32039a wiphy_new_nm -EXPORT_SYMBOL net/wireless/cfg80211 0xefd40f50 cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf649642c cfg80211_iftype_allowed EXPORT_SYMBOL net/wireless/cfg80211 0xf70fb995 cfg80211_abandon_assoc -EXPORT_SYMBOL net/wireless/cfg80211 0xf883000f cfg80211_get_station EXPORT_SYMBOL net/wireless/cfg80211 0xfc137cc3 cfg80211_unregister_wdev -EXPORT_SYMBOL net/wireless/cfg80211 0xffb43792 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xfe76fdc3 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xff01445d ieee80211_amsdu_to_8023s EXPORT_SYMBOL net/wireless/lib80211 0x2fd616bd lib80211_unregister_crypto_ops EXPORT_SYMBOL net/wireless/lib80211 0x33a43096 lib80211_crypt_delayed_deinit EXPORT_SYMBOL net/wireless/lib80211 0x5c49c648 lib80211_register_crypto_ops @@ -5044,6 +5044,7 @@ EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card EXPORT_SYMBOL sound/core/snd 0x4cab090a snd_unregister_device EXPORT_SYMBOL sound/core/snd 0x4fd1283c snd_jack_new EXPORT_SYMBOL sound/core/snd 0x559edce5 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x58105684 snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0x5d50e221 snd_ctl_remove EXPORT_SYMBOL sound/core/snd 0x65dbb08c snd_unregister_oss_device EXPORT_SYMBOL sound/core/snd 0x6b8e1742 snd_ctl_boolean_mono_info @@ -5076,7 +5077,6 @@ EXPORT_SYMBOL sound/core/snd 0xd53750be snd_info_create_card_entry EXPORT_SYMBOL sound/core/snd 0xda77dc5a snd_card_file_remove EXPORT_SYMBOL sound/core/snd 0xddfffa1e snd_jack_set_parent EXPORT_SYMBOL sound/core/snd 0xe52b6ca6 snd_register_oss_device -EXPORT_SYMBOL sound/core/snd 0xea1df381 snd_pci_quirk_lookup EXPORT_SYMBOL sound/core/snd 0xf6e51caf snd_card_new EXPORT_SYMBOL sound/core/snd 0xfa8203d9 snd_seq_root EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio @@ -5272,43 +5272,43 @@ EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9c6ebe06 snd_sbmixer_new EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa9011802 snd_sbdsp_get_byte EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc6408daa snd_sbmixer_suspend EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x16398f22 snd_ac97_pcm_close -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1f9d76c1 snd_ac97_read -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2c4d7b01 snd_ac97_bus -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4a9daab2 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3758a5a0 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3f69b95d snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4321fc19 snd_ac97_bus EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4f60a704 snd_ac97_set_rate EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x56eee0fa snd_ac97_pcm_double_rate_rules -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5c1d82d8 snd_ac97_update -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x88b46028 snd_ac97_tune_hardware -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x93aa4398 snd_ac97_update_power -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa551b2bd snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x70aa8c3f snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7f13d21c snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8465e868 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8bdc5437 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8d7e31ad snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x997e0496 snd_ac97_suspend EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa6b7fa7c snd_ac97_pcm_open EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb8c34804 snd_ac97_pcm_assign -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbe91d9ef snd_ac97_get_short_name -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc582cf05 snd_ac97_suspend -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdf87da90 snd_ac97_resume -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe0a38b42 snd_ac97_write -EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3c2cf51 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc0b5984a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd7612aa0 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf6bcb50a snd_ac97_read EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x703d45f4 snd_ice1712_akm4xxx_init EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf529c0c4 snd_ice1712_akm4xxx_build_controls EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf53c0de7 snd_ice1712_akm4xxx_free EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01f8bfdf oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d25bf9e oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x169c3533 oxygen_update_dac_routing -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1d96de8f oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1e037923 oxygen_write_i2c EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24bfb641 oxygen_read16 -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x27fd2787 oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40f4afd5 oxygen_write_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4c4ef9cf oxygen_write_uart -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4f47d4fd oxygen_pci_shutdown EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x61f8a904 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6574e1b5 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x72998fcc oxygen_pci_probe EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x80ccb202 oxygen_write_ac97_masked EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x943a3c3c oxygen_write_spi EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9e1f6a07 oxygen_write8 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xae5203c7 oxygen_write8_masked -EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2effede oxygen_pci_pm EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc0ca09f3 oxygen_write16 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc1a9f127 oxygen_reset_uart EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6be99c5 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd5b13a47 oxygen_pci_remove EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf6c06dba oxygen_read_ac97 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8deb8d0 oxygen_read32 EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfa8656fe oxygen_write32_masked @@ -5318,53 +5318,53 @@ EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xe988c467 pcm3060_probe EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x19123df4 tlv320aic23_probe EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x84d81f36 tlv320aic23_regmap EXPORT_SYMBOL sound/soc/snd-soc-core 0x7d854af0 snd_soc_alloc_ac97_component -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x020494c2 snd_sof_ipc_stream_posn -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x055f73ae snd_sof_dsp_mailbox_init -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e073d7f snd_sof_pci_update_bits -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x152a31dc sof_mailbox_write -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1c131caa snd_sof_load_firmware_raw -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2094d7c7 snd_sof_release_trace -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x20f29018 snd_sof_free_trace -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x226a1e0d snd_sof_load_firmware_memcpy -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2640961e snd_sof_fw_unload -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x29197455 snd_sof_dsp_update_bits_unlocked -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2cba285b sof_io_read -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3090d39a snd_sof_dsp_update_bits -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x37fcdb80 snd_sof_load_topology -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x38a7776e snd_sof_suspend -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3a58a3ca snd_sof_init_topology -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3a909b3c snd_sof_dsp_update_bits64 -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3c00b55d snd_sof_init_trace -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3f4b7f8c snd_sof_runtime_suspend -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x497ccd5d snd_sof_load_firmware -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4b335358 snd_sof_dsp_panic -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4e3c7cf7 sof_block_read -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x51e25590 snd_sof_trace_notify_for_error -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x60a7c313 snd_sof_runtime_idle -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x66e2e6f1 snd_sof_ipc_valid -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x67d45994 snd_sof_resume -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7b263a1a snd_sof_fw_parse_ext_data -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7eb66db3 snd_sof_run_firmware -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7f41a8dd sof_mailbox_read -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8512f0b8 snd_sof_device_probe -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x851f1cb0 snd_sof_dsp_update_bits_forced -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x880dff3f snd_sof_ipc_init -EXPORT_SYMBOL sound/soc/sof/snd-sof 0x984e6213 snd_sof_get_status -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4da9037 snd_sof_ipc_msgs_rx -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa6cad994 snd_sof_ipc_free -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb3b29650 snd_sof_ipc_set_get_comp_data -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbd514b37 snd_sof_ipc_reply -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbe5b46db snd_sof_device_remove -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc72f49d8 sof_io_write -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xce547171 snd_sof_pcm_period_elapsed -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcf401564 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0265a7f5 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x047e3fa0 snd_sof_ipc_valid +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x05704b22 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0684ec45 snd_sof_ipc_set_get_comp_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0bdbcc6e snd_sof_load_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0dde2e39 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x189bedb3 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1de8a119 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1f7986f6 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x20836e64 snd_sof_fw_parse_ext_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x210b7a14 snd_sof_parse_module_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e66c9ab snd_sof_dsp_mailbox_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x33d13ac5 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3cb48d03 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46a28c01 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x518432f7 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x530907a2 snd_sof_init_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5727abd9 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x60d7c24c snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x665ac028 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x68ccbb2a snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6bed2289 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x79af9b69 snd_sof_ipc_msgs_rx +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7aa0dc14 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x80805e11 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x81f03663 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x85bef8aa snd_sof_free_trace +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x85c3930d sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x871cfe76 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x881b868e sof_fw_ready +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c735997 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8e3631e2 snd_sof_init_trace +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa0ac8085 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xad84529b sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb4aa2cce snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb9b34d37 snd_sof_release_trace +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3ccc402 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcc3c000b snd_sof_get_status EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcfdc5f98 sof_ipc_tx_message -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd22573cb sof_io_write64 -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe3dde99c sof_io_read64 -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe618a290 snd_sof_runtime_resume -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe6961318 snd_sof_dsp_update_bits64_unlocked -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xefdd2662 snd_sof_parse_module_memcpy -EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfc169668 sof_fw_ready +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcff2ff7d snd_sof_trace_notify_for_error +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdd4572e1 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdf79f8e0 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdfe9c958 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xea4fb380 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xebdbd10c snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf8edf5eb snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfa0a979e snd_sof_ipc_stream_posn EXPORT_SYMBOL sound/soundcore 0x1b134e56 sound_class EXPORT_SYMBOL sound/soundcore 0x1b371b9a register_sound_special EXPORT_SYMBOL sound/soundcore 0x540eaf20 register_sound_dsp @@ -5379,20 +5379,22 @@ EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xfe64b2a6 __snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000eb35d agp_enable EXPORT_SYMBOL vmlinux 0x000ffd42 touchscreen_report_pos EXPORT_SYMBOL vmlinux 0x0018e522 input_alloc_absinfo EXPORT_SYMBOL vmlinux 0x001d84ab page_frag_alloc EXPORT_SYMBOL vmlinux 0x001f5a29 fscrypt_decrypt_block_inplace -EXPORT_SYMBOL vmlinux 0x002c3590 skb_unlink +EXPORT_SYMBOL vmlinux 0x0021a4cc eth_header_parse EXPORT_SYMBOL vmlinux 0x003a7a96 h_ipi_redirect EXPORT_SYMBOL vmlinux 0x00401cb7 mutex_unlock -EXPORT_SYMBOL vmlinux 0x0053ae1a inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x0048afd7 pci_find_next_bus EXPORT_SYMBOL vmlinux 0x005f991a vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x006be94e xfrm_state_insert EXPORT_SYMBOL vmlinux 0x009249fe gen_pool_virt_to_phys -EXPORT_SYMBOL vmlinux 0x00a33761 tso_build_data +EXPORT_SYMBOL vmlinux 0x00b6a524 pcim_set_mwi EXPORT_SYMBOL vmlinux 0x00c1de09 nosteal_pipe_buf_ops EXPORT_SYMBOL vmlinux 0x00ca25df of_device_is_big_endian -EXPORT_SYMBOL vmlinux 0x00cda8bb netdev_notice +EXPORT_SYMBOL vmlinux 0x00d220ba dev_set_alias EXPORT_SYMBOL vmlinux 0x00d4ab1b migrate_page_copy EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count EXPORT_SYMBOL vmlinux 0x00de70af security_unix_stream_connect @@ -5415,31 +5417,28 @@ EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent EXPORT_SYMBOL vmlinux 0x018de332 of_find_i2c_device_by_node -EXPORT_SYMBOL vmlinux 0x018e6a83 netpoll_cleanup EXPORT_SYMBOL vmlinux 0x019702c2 input_inject_event EXPORT_SYMBOL vmlinux 0x01982074 xa_set_mark -EXPORT_SYMBOL vmlinux 0x01a3dcfa tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x01b616d6 qdisc_watchdog_init_clockid EXPORT_SYMBOL vmlinux 0x01bf02b5 vfs_ioc_fssetxattr_check EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note EXPORT_SYMBOL vmlinux 0x01c6dd7d scsi_report_opcode -EXPORT_SYMBOL vmlinux 0x01eff4f4 mr_vif_seq_idx EXPORT_SYMBOL vmlinux 0x01f25f3b mmc_retune_release EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc EXPORT_SYMBOL vmlinux 0x0210cb8d security_d_instantiate EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021334c7 udp_ioctl +EXPORT_SYMBOL vmlinux 0x02174458 skb_vlan_push EXPORT_SYMBOL vmlinux 0x0222f4d7 param_ops_string EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo -EXPORT_SYMBOL vmlinux 0x022db132 skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0x023e602b vfs_mkobj -EXPORT_SYMBOL vmlinux 0x02450969 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups +EXPORT_SYMBOL vmlinux 0x02616673 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x0268f8a9 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues EXPORT_SYMBOL vmlinux 0x0281cc34 may_umount -EXPORT_SYMBOL vmlinux 0x0299e2b6 tcf_classify -EXPORT_SYMBOL vmlinux 0x029e8902 edac_mc_find -EXPORT_SYMBOL vmlinux 0x02a079e1 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x028dcc40 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy EXPORT_SYMBOL vmlinux 0x02a3b3d0 mmc_release_host EXPORT_SYMBOL vmlinux 0x02a46765 block_write_begin @@ -5450,13 +5449,12 @@ EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02fe32a7 of_find_mipi_dsi_device_by_node EXPORT_SYMBOL vmlinux 0x030a235d jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x030d9fea vio_unregister_device EXPORT_SYMBOL vmlinux 0x031ae5b9 dump_truncate EXPORT_SYMBOL vmlinux 0x03219a49 try_wait_for_completion -EXPORT_SYMBOL vmlinux 0x0327d774 xfrm_policy_delete -EXPORT_SYMBOL vmlinux 0x032ffcd5 xfrm_input_register_afinfo -EXPORT_SYMBOL vmlinux 0x03317563 tcp_v4_connect EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl -EXPORT_SYMBOL vmlinux 0x0336ada9 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x033b2fb4 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x034152a8 agp_unbind_memory EXPORT_SYMBOL vmlinux 0x035646bd scsi_eh_finish_cmd EXPORT_SYMBOL vmlinux 0x03608ef2 inode_needs_sync EXPORT_SYMBOL vmlinux 0x036160ed forget_cached_acl @@ -5464,24 +5462,23 @@ EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled EXPORT_SYMBOL vmlinux 0x037a0cba kfree EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs -EXPORT_SYMBOL vmlinux 0x03b2df1f netif_napi_del +EXPORT_SYMBOL vmlinux 0x03b784c1 rtnl_notify EXPORT_SYMBOL vmlinux 0x03c0f832 abx500_register_ops EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram -EXPORT_SYMBOL vmlinux 0x040af41a neigh_xmit EXPORT_SYMBOL vmlinux 0x0423d639 dquot_commit_info -EXPORT_SYMBOL vmlinux 0x043635e4 poll_freewait -EXPORT_SYMBOL vmlinux 0x0440eb15 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x043292bd dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x04421c2d cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x044375e3 xfrm_lookup EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04611dd3 tcp_v4_connect EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x048c6d36 vme_dma_list_exec EXPORT_SYMBOL vmlinux 0x04ae1b74 key_unlink +EXPORT_SYMBOL vmlinux 0x04d00ba4 skb_tx_error +EXPORT_SYMBOL vmlinux 0x04db1e92 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x04e0ab32 path_put EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize -EXPORT_SYMBOL vmlinux 0x04ee67e4 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x04f158be cpu_sibling_map -EXPORT_SYMBOL vmlinux 0x04faf97e fqdir_init EXPORT_SYMBOL vmlinux 0x050135c4 fscrypt_has_permitted_context EXPORT_SYMBOL vmlinux 0x05083fef kiocb_set_cancel_fn EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range @@ -5489,190 +5486,184 @@ EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock EXPORT_SYMBOL vmlinux 0x0532023e qdisc_hash_del EXPORT_SYMBOL vmlinux 0x0534db25 vfs_path_lookup -EXPORT_SYMBOL vmlinux 0x053dd96b nf_ct_get_tuple_skb EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible EXPORT_SYMBOL vmlinux 0x05519d30 refcount_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x055a1010 init_special_inode EXPORT_SYMBOL vmlinux 0x05607106 dquot_quotactl_sysfile_ops EXPORT_SYMBOL vmlinux 0x0577cb7d genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x057f1f87 dev_get_iflink EXPORT_SYMBOL vmlinux 0x058bf7e5 tty_port_tty_set EXPORT_SYMBOL vmlinux 0x058f4f5d gnet_stats_start_copy -EXPORT_SYMBOL vmlinux 0x059c065c build_skb_around EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put EXPORT_SYMBOL vmlinux 0x05ba6efe flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x05dd0a3e tcp_init_sock EXPORT_SYMBOL vmlinux 0x05e41b0c dput EXPORT_SYMBOL vmlinux 0x05ee21d0 blk_alloc_queue EXPORT_SYMBOL vmlinux 0x05fbb8cf key_link +EXPORT_SYMBOL vmlinux 0x0604a159 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x060b46d9 simple_readpage EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06203d22 dev_get_mac_address EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063b4e9c rps_may_expire_flow EXPORT_SYMBOL vmlinux 0x06414f8f dev_addr_init +EXPORT_SYMBOL vmlinux 0x0653cc91 pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x066ad243 backlight_device_set_brightness -EXPORT_SYMBOL vmlinux 0x066d7dd0 icmpv6_ndo_send -EXPORT_SYMBOL vmlinux 0x066fe136 tcp_v4_syn_recv_sock -EXPORT_SYMBOL vmlinux 0x068110b3 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x067cee02 xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0x068c28ee pm860x_reg_write EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 EXPORT_SYMBOL vmlinux 0x06aad267 generic_delete_inode EXPORT_SYMBOL vmlinux 0x06abe4ee get_tree_bdev +EXPORT_SYMBOL vmlinux 0x06b5140c ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0x06c8f2de slhc_compress -EXPORT_SYMBOL vmlinux 0x06f5315a xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0x0700ff00 do_clone_file_range EXPORT_SYMBOL vmlinux 0x071f3a2c param_ops_ushort +EXPORT_SYMBOL vmlinux 0x072284cf agp_generic_alloc_pages EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw -EXPORT_SYMBOL vmlinux 0x07356acd netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x073a91b1 __tty_insert_flip_char EXPORT_SYMBOL vmlinux 0x074abb0e inc_node_state EXPORT_SYMBOL vmlinux 0x074e9213 down_killable EXPORT_SYMBOL vmlinux 0x07541525 register_shrinker +EXPORT_SYMBOL vmlinux 0x07630049 inet6_del_offload EXPORT_SYMBOL vmlinux 0x07630064 simple_dir_operations EXPORT_SYMBOL vmlinux 0x076479e7 __debugger_fault_handler -EXPORT_SYMBOL vmlinux 0x07680a40 netdev_alert EXPORT_SYMBOL vmlinux 0x076d8d49 __block_write_full_page -EXPORT_SYMBOL vmlinux 0x076e6db1 tcp_v4_do_rcv -EXPORT_SYMBOL vmlinux 0x0775c355 neigh_ifdown EXPORT_SYMBOL vmlinux 0x0782dc51 submit_bh +EXPORT_SYMBOL vmlinux 0x078f85b7 sock_kmalloc EXPORT_SYMBOL vmlinux 0x079550bb d_add_ci EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap EXPORT_SYMBOL vmlinux 0x07bd15ac __debugger_sstep EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit -EXPORT_SYMBOL vmlinux 0x07d5b1ef tcp_init_sock +EXPORT_SYMBOL vmlinux 0x07d65297 pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x07e216b8 nvm_end_io -EXPORT_SYMBOL vmlinux 0x07ec51d6 pci_release_regions EXPORT_SYMBOL vmlinux 0x07f0558c to_nd_pfn EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap -EXPORT_SYMBOL vmlinux 0x08162299 inet_shutdown +EXPORT_SYMBOL vmlinux 0x0816cf9e ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x0820c807 agp_backend_acquire EXPORT_SYMBOL vmlinux 0x08249512 iwe_stream_add_point EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses EXPORT_SYMBOL vmlinux 0x083c50f3 textsearch_unregister EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister -EXPORT_SYMBOL vmlinux 0x08636651 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x0872f616 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x08799239 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x08812875 generic_file_llseek_size EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc -EXPORT_SYMBOL vmlinux 0x08941265 pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x089b9d9d __cancel_dirty_page EXPORT_SYMBOL vmlinux 0x08a7806a __pagevec_lru_add EXPORT_SYMBOL vmlinux 0x08b51a41 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x08bcc7d3 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x08c17756 sock_i_uid EXPORT_SYMBOL vmlinux 0x08c1dfe7 __phy_write_mmd EXPORT_SYMBOL vmlinux 0x08cc13d7 pagevec_lookup_range EXPORT_SYMBOL vmlinux 0x08f9c13f padata_do_parallel -EXPORT_SYMBOL vmlinux 0x090727a6 dst_alloc EXPORT_SYMBOL vmlinux 0x09114b59 vc_cons -EXPORT_SYMBOL vmlinux 0x0932d6d3 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x09435211 phy_support_sym_pause EXPORT_SYMBOL vmlinux 0x095aeb9c phy_validate_pause EXPORT_SYMBOL vmlinux 0x09616c21 __krealloc -EXPORT_SYMBOL vmlinux 0x0962ff36 xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x09630dea phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x09666ad5 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0987f2ae udp_gro_complete EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap EXPORT_SYMBOL vmlinux 0x098dd5dc of_get_property EXPORT_SYMBOL vmlinux 0x098e3fb1 __blk_mq_end_request -EXPORT_SYMBOL vmlinux 0x098ee841 pci_read_config_word -EXPORT_SYMBOL vmlinux 0x0990f7a9 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0x099171df invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x09a06f9c vme_master_mmap EXPORT_SYMBOL vmlinux 0x09b85886 phy_register_fixup -EXPORT_SYMBOL vmlinux 0x09c3c90c agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x09c28edd tso_start EXPORT_SYMBOL vmlinux 0x09c8548b of_find_node_by_name EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09d24094 fbcon_rotate_cw EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions EXPORT_SYMBOL vmlinux 0x09d9d9e4 block_is_partially_uptodate -EXPORT_SYMBOL vmlinux 0x09ddd3ed devm_ioremap EXPORT_SYMBOL vmlinux 0x09f4a208 mmc_gpio_get_ro EXPORT_SYMBOL vmlinux 0x09fb709d file_ns_capable -EXPORT_SYMBOL vmlinux 0x09fc8fba sk_wait_data EXPORT_SYMBOL vmlinux 0x0a205a4f jbd2_journal_get_create_access -EXPORT_SYMBOL vmlinux 0x0a259ec1 tso_start EXPORT_SYMBOL vmlinux 0x0a27e764 mipi_dsi_turn_on_peripheral EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class EXPORT_SYMBOL vmlinux 0x0a318f4b reuseport_select_sock -EXPORT_SYMBOL vmlinux 0x0a412c10 inet6_ioctl EXPORT_SYMBOL vmlinux 0x0a471030 tcp_rx_skb_cache_key EXPORT_SYMBOL vmlinux 0x0a5752d2 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x0a666145 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0x0a73bd80 unregister_quota_format EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier EXPORT_SYMBOL vmlinux 0x0a772d07 open_with_fake_path -EXPORT_SYMBOL vmlinux 0x0a8abf2b tcp_prot -EXPORT_SYMBOL vmlinux 0x0a9053a7 pci_free_irq -EXPORT_SYMBOL vmlinux 0x0a97723f of_io_request_and_map EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace EXPORT_SYMBOL vmlinux 0x0ab26fb8 dev_addr_flush -EXPORT_SYMBOL vmlinux 0x0abfcf76 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x0acb1930 bio_chain EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all -EXPORT_SYMBOL vmlinux 0x0ad2573c udp_gro_complete -EXPORT_SYMBOL vmlinux 0x0ae7af6d rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x0aeebc94 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x0afbe002 pci_scan_bridge EXPORT_SYMBOL vmlinux 0x0afe7de2 param_get_string EXPORT_SYMBOL vmlinux 0x0b0072a5 vfs_setpos +EXPORT_SYMBOL vmlinux 0x0b01b08c netdev_notice EXPORT_SYMBOL vmlinux 0x0b0a9a8f of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x0b191026 ip_do_fragment EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp EXPORT_SYMBOL vmlinux 0x0b37ed23 iov_iter_for_each_range -EXPORT_SYMBOL vmlinux 0x0b3e56fc sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x0b38ec2e dev_set_mtu +EXPORT_SYMBOL vmlinux 0x0b391ece neigh_parms_release EXPORT_SYMBOL vmlinux 0x0b41efe4 scsi_scan_host EXPORT_SYMBOL vmlinux 0x0b5299df jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x0b5e8b90 __ip_queue_xmit EXPORT_SYMBOL vmlinux 0x0b6a6732 vlan_filter_push_vids -EXPORT_SYMBOL vmlinux 0x0b6d2507 dev_open EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol EXPORT_SYMBOL vmlinux 0x0b8a6338 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x0b99cc29 jbd2_log_wait_commit EXPORT_SYMBOL vmlinux 0x0ba9d7f3 generic_start_io_acct +EXPORT_SYMBOL vmlinux 0x0bb224ef tcp_getsockopt EXPORT_SYMBOL vmlinux 0x0bc19e83 __hw_addr_unsync_dev EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type -EXPORT_SYMBOL vmlinux 0x0bca4512 inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0x0bf36885 do_wait_intr EXPORT_SYMBOL vmlinux 0x0bf9e157 of_phy_connect EXPORT_SYMBOL vmlinux 0x0c0f79af ZSTD_getDictID_fromFrame EXPORT_SYMBOL vmlinux 0x0c13dfb1 security_sb_set_mnt_opts -EXPORT_SYMBOL vmlinux 0x0c140027 inet_csk_init_xmit_timers -EXPORT_SYMBOL vmlinux 0x0c155597 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0x0c259939 posix_acl_chmod EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2cd20c pci_free_irq EXPORT_SYMBOL vmlinux 0x0c2e7038 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x0c3e7ecc compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0x0c542d05 blk_rq_append_bio -EXPORT_SYMBOL vmlinux 0x0c5b3fe9 vme_irq_handler -EXPORT_SYMBOL vmlinux 0x0c5e979c tcp_poll -EXPORT_SYMBOL vmlinux 0x0c6ad49c __ip_options_compile +EXPORT_SYMBOL vmlinux 0x0c57ddf7 ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read -EXPORT_SYMBOL vmlinux 0x0c70db1f xfrm_init_replay EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode -EXPORT_SYMBOL vmlinux 0x0c8496d7 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x0c86f880 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x0c9b1111 jbd2_log_start_commit EXPORT_SYMBOL vmlinux 0x0ca55df5 jbd2__journal_start EXPORT_SYMBOL vmlinux 0x0caaacc0 jbd2_journal_force_commit EXPORT_SYMBOL vmlinux 0x0cb0601a node_states EXPORT_SYMBOL vmlinux 0x0cb12092 xa_destroy -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0x0cb23ad0 scm_detach_fds EXPORT_SYMBOL vmlinux 0x0cb6125a unix_destruct_scm EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false -EXPORT_SYMBOL vmlinux 0x0cd7bcf5 neigh_connected_output EXPORT_SYMBOL vmlinux 0x0cd9168b ab3100_event_unregister EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch EXPORT_SYMBOL vmlinux 0x0ce8d769 blk_rq_unmap_user -EXPORT_SYMBOL vmlinux 0x0ceaa12f tcp_read_sock EXPORT_SYMBOL vmlinux 0x0cec75c8 dma_direct_map_sg EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1c96b3 vme_slave_request EXPORT_SYMBOL vmlinux 0x0d21c514 mmc_gpio_get_cd EXPORT_SYMBOL vmlinux 0x0d2afdc4 path_get EXPORT_SYMBOL vmlinux 0x0d2e1943 msi_bitmap_free_hwirqs EXPORT_SYMBOL vmlinux 0x0d3b97ba of_platform_device_create EXPORT_SYMBOL vmlinux 0x0d49b93f __debugger_ipi EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5acaff ndisc_mc_map EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset EXPORT_SYMBOL vmlinux 0x0d624629 mipi_dsi_dcs_exit_sleep_mode -EXPORT_SYMBOL vmlinux 0x0d67dfc5 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x0d6f9ed3 pci_domain_nr EXPORT_SYMBOL vmlinux 0x0d8e0031 kill_pgrp EXPORT_SYMBOL vmlinux 0x0d95dc6b __cgroup_bpf_run_filter_skb EXPORT_SYMBOL vmlinux 0x0db2354f set_disk_ro EXPORT_SYMBOL vmlinux 0x0dbc21dc __sb_end_write -EXPORT_SYMBOL vmlinux 0x0df1d0b4 vio_unregister_device EXPORT_SYMBOL vmlinux 0x0dfb725d mmc_can_discard +EXPORT_SYMBOL vmlinux 0x0e014269 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x0e0e4b3a tcf_exts_dump EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 EXPORT_SYMBOL vmlinux 0x0e1b3010 kthread_blkcg EXPORT_SYMBOL vmlinux 0x0e227351 mdio_driver_register @@ -5680,130 +5671,128 @@ EXPORT_SYMBOL vmlinux 0x0e2c43eb mutex_lock_killable EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned EXPORT_SYMBOL vmlinux 0x0e42ac5c d_drop EXPORT_SYMBOL vmlinux 0x0e45db07 key_task_permission +EXPORT_SYMBOL vmlinux 0x0e6209f8 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x0e6c0584 xfrm_policy_walk EXPORT_SYMBOL vmlinux 0x0e74ad2d utf8ncursor -EXPORT_SYMBOL vmlinux 0x0e8253e7 audit_log EXPORT_SYMBOL vmlinux 0x0e8379c3 fb_set_cmap EXPORT_SYMBOL vmlinux 0x0e8821d0 param_set_ushort EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0e955be5 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x0ebadca0 brioctl_set EXPORT_SYMBOL vmlinux 0x0ec55f08 __destroy_inode EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free EXPORT_SYMBOL vmlinux 0x0ecab4a6 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x0ecdfebe pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x0ed773da xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x0ede7586 tcp_connect EXPORT_SYMBOL vmlinux 0x0ee311bc locks_free_lock EXPORT_SYMBOL vmlinux 0x0ef2ae50 proc_create EXPORT_SYMBOL vmlinux 0x0ef355ab dev_driver_string EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable -EXPORT_SYMBOL vmlinux 0x0f0d66ca sock_no_listen -EXPORT_SYMBOL vmlinux 0x0f21d498 __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x0f23b937 dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0x0f3a39b1 bio_split EXPORT_SYMBOL vmlinux 0x0f5ad093 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x0f7c468e pci_find_capability EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn EXPORT_SYMBOL vmlinux 0x0f883a7d param_ops_short EXPORT_SYMBOL vmlinux 0x0f8981ef configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x0f8985c1 gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0x0f89ce1c dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x0f901ca9 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x0f9c7c21 flow_rule_match_eth_addrs EXPORT_SYMBOL vmlinux 0x0fa72720 tcf_em_tree_dump EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb24946 pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0x0fb2739a gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 EXPORT_SYMBOL vmlinux 0x0fbc0bd0 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x0fc667a2 vme_dma_list_add EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create -EXPORT_SYMBOL vmlinux 0x0fee1b1e neigh_direct_output EXPORT_SYMBOL vmlinux 0x0fee45a0 dma_resv_copy_fences EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat EXPORT_SYMBOL vmlinux 0x101398c1 request_key_tag -EXPORT_SYMBOL vmlinux 0x101797b5 tcp_seq_start -EXPORT_SYMBOL vmlinux 0x1019788b compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0x1031ab2f write_cache_pages EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region -EXPORT_SYMBOL vmlinux 0x103e8ea9 pci_unregister_driver -EXPORT_SYMBOL vmlinux 0x105e3d24 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe -EXPORT_SYMBOL vmlinux 0x107e2102 vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd EXPORT_SYMBOL vmlinux 0x108d2a47 inode_nohighmem EXPORT_SYMBOL vmlinux 0x109cd758 kmem_cache_size EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x10c67c2a key_instantiate_and_link -EXPORT_SYMBOL vmlinux 0x10c76421 netdev_boot_setup_check -EXPORT_SYMBOL vmlinux 0x10d1e0c9 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find EXPORT_SYMBOL vmlinux 0x10e0f124 __pud_index_size EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype EXPORT_SYMBOL vmlinux 0x11120c72 blk_queue_physical_block_size -EXPORT_SYMBOL vmlinux 0x112fc5ab in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1125c8f5 pci_irq_get_node +EXPORT_SYMBOL vmlinux 0x1127be89 neigh_seq_start EXPORT_SYMBOL vmlinux 0x113433c0 blk_put_request EXPORT_SYMBOL vmlinux 0x113507d2 cdev_add -EXPORT_SYMBOL vmlinux 0x113dcd9b xfrm_state_insert EXPORT_SYMBOL vmlinux 0x113e9f67 i2c_smbus_write_block_data -EXPORT_SYMBOL vmlinux 0x1149a17f skb_copy_bits -EXPORT_SYMBOL vmlinux 0x114f4042 __dev_get_by_name -EXPORT_SYMBOL vmlinux 0x1163710f netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x1150e0d9 dst_cow_metrics_generic EXPORT_SYMBOL vmlinux 0x1163beda tcf_idr_create EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn EXPORT_SYMBOL vmlinux 0x116627c9 ioremap_prot EXPORT_SYMBOL vmlinux 0x116f6de7 bdevname EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118f14b4 memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x119d5ada set_security_override EXPORT_SYMBOL vmlinux 0x11b101d1 mmc_start_request -EXPORT_SYMBOL vmlinux 0x11b3c4d5 skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x11b54d95 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x11bde237 inet6_del_protocol EXPORT_SYMBOL vmlinux 0x11d42df1 tty_port_init EXPORT_SYMBOL vmlinux 0x11db9699 d_set_d_op EXPORT_SYMBOL vmlinux 0x11e069db blk_mq_alloc_request EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg -EXPORT_SYMBOL vmlinux 0x11e1820d lock_sock_nested EXPORT_SYMBOL vmlinux 0x11f47d8c utf8_strncmp EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin -EXPORT_SYMBOL vmlinux 0x11ff41ac pci_resize_resource EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12139613 dev_set_mac_address EXPORT_SYMBOL vmlinux 0x121b3122 cdrom_get_media_event -EXPORT_SYMBOL vmlinux 0x121d0c50 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1225a813 tcp_recvmsg EXPORT_SYMBOL vmlinux 0x1229bc77 insert_inode_locked4 EXPORT_SYMBOL vmlinux 0x1231f751 genphy_loopback -EXPORT_SYMBOL vmlinux 0x124f5176 pci_add_new_bus EXPORT_SYMBOL vmlinux 0x125069e3 block_page_mkwrite EXPORT_SYMBOL vmlinux 0x12510ea9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x125862f1 sock_recvmsg EXPORT_SYMBOL vmlinux 0x125efa58 pm8606_osc_enable EXPORT_SYMBOL vmlinux 0x126509d0 dev_mc_flush -EXPORT_SYMBOL vmlinux 0x126b832c pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1280cf3e ping_prot EXPORT_SYMBOL vmlinux 0x1297dd48 _copy_to_iter EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level EXPORT_SYMBOL vmlinux 0x12e5fb3c of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x12ea4727 udp6_set_csum EXPORT_SYMBOL vmlinux 0x12ef5a4d of_device_alloc EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x1301d92c vlan_dev_vlan_id EXPORT_SYMBOL vmlinux 0x13110126 request_resource -EXPORT_SYMBOL vmlinux 0x13180f77 pci_back_from_sleep -EXPORT_SYMBOL vmlinux 0x132129fe ip_defrag EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data EXPORT_SYMBOL vmlinux 0x1339022b security_sock_rcv_skb -EXPORT_SYMBOL vmlinux 0x133e2105 tcp_check_req EXPORT_SYMBOL vmlinux 0x133eed38 gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0x13458540 padata_start +EXPORT_SYMBOL vmlinux 0x134a4c08 of_translate_dma_address EXPORT_SYMBOL vmlinux 0x134bc528 write_dirty_buffer EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x137d9581 skb_recv_datagram EXPORT_SYMBOL vmlinux 0x139a8433 __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc -EXPORT_SYMBOL vmlinux 0x13a8941f netdev_emerg EXPORT_SYMBOL vmlinux 0x13cd660a generic_file_llseek EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out -EXPORT_SYMBOL vmlinux 0x13d8b942 skb_vlan_pop EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize -EXPORT_SYMBOL vmlinux 0x13f58dfe ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x13fc306f tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x1404709b pci_find_bus +EXPORT_SYMBOL vmlinux 0x140dbe6e sk_send_sigurg EXPORT_SYMBOL vmlinux 0x140dcd7c flush_dcache_page EXPORT_SYMBOL vmlinux 0x142aee61 set_nlink EXPORT_SYMBOL vmlinux 0x14447821 param_set_bint EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table -EXPORT_SYMBOL vmlinux 0x1478c704 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x147cc1c2 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x147cd6ff neigh_lookup EXPORT_SYMBOL vmlinux 0x147e0857 gen_pool_dma_alloc_algo EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init EXPORT_SYMBOL vmlinux 0x149625b3 truncate_inode_pages_final @@ -5811,44 +5800,43 @@ EXPORT_SYMBOL vmlinux 0x149cd278 tcp_tx_delay_enabled EXPORT_SYMBOL vmlinux 0x14a2b413 gen_pool_first_fit_order_align EXPORT_SYMBOL vmlinux 0x14b2cc2f ww_mutex_lock EXPORT_SYMBOL vmlinux 0x14c24338 has_capability +EXPORT_SYMBOL vmlinux 0x14c4bd15 vme_register_driver EXPORT_SYMBOL vmlinux 0x14c975b9 generic_splice_sendpage -EXPORT_SYMBOL vmlinux 0x14db8972 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x14e0a570 radix__flush_tlb_page EXPORT_SYMBOL vmlinux 0x14eb5114 blk_mq_unique_tag EXPORT_SYMBOL vmlinux 0x14ed4ee9 blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0x14f7efe7 get_tree_keyed EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set -EXPORT_SYMBOL vmlinux 0x14fecb8f agp_generic_insert_memory EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo +EXPORT_SYMBOL vmlinux 0x1507809d tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x150c7b03 mipi_dsi_dcs_set_tear_on -EXPORT_SYMBOL vmlinux 0x1513683a vme_master_request -EXPORT_SYMBOL vmlinux 0x151565a4 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight EXPORT_SYMBOL vmlinux 0x153969f4 netlink_unicast -EXPORT_SYMBOL vmlinux 0x153a5e89 pci_scan_slot EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x154ec3ff ethtool_rx_flow_rule_destroy EXPORT_SYMBOL vmlinux 0x1552ff7f unregister_console EXPORT_SYMBOL vmlinux 0x15588834 ppp_output_wakeup -EXPORT_SYMBOL vmlinux 0x158500a8 fb_firmware_edid -EXPORT_SYMBOL vmlinux 0x15b7b8e0 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x156bd32d pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x15aca933 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x15b10a47 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x15b16789 xfrm_state_update EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15d7e30c dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x15eac57a nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x160ab07b mipi_dsi_shutdown_peripheral EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string EXPORT_SYMBOL vmlinux 0x1628c5a5 vfs_llseek EXPORT_SYMBOL vmlinux 0x16316a10 ZSTD_getFrameContentSize -EXPORT_SYMBOL vmlinux 0x16373b0d udp_skb_destructor -EXPORT_SYMBOL vmlinux 0x16707374 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x1655ab9f of_create_pci_dev EXPORT_SYMBOL vmlinux 0x1671d02f security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x16794b0c fb_show_logo EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump -EXPORT_SYMBOL vmlinux 0x16807500 skb_seq_read +EXPORT_SYMBOL vmlinux 0x168488f6 dst_discard_out EXPORT_SYMBOL vmlinux 0x168a311c inetpeer_invalidate_tree -EXPORT_SYMBOL vmlinux 0x16946297 pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string EXPORT_SYMBOL vmlinux 0x16a1dc5b nd_region_to_nstype EXPORT_SYMBOL vmlinux 0x16a5c003 tty_driver_kref_put @@ -5858,51 +5846,39 @@ EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait EXPORT_SYMBOL vmlinux 0x16e5ec4e con_is_bound EXPORT_SYMBOL vmlinux 0x16f02a08 mmc_get_card EXPORT_SYMBOL vmlinux 0x16f725e0 blk_queue_logical_block_size -EXPORT_SYMBOL vmlinux 0x17112e0c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x1718aea4 arp_xmit EXPORT_SYMBOL vmlinux 0x1723554d blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x17252bab inet_addr_type +EXPORT_SYMBOL vmlinux 0x172fb9b2 tcf_get_next_proto EXPORT_SYMBOL vmlinux 0x1733a8a3 unmap_mapping_range EXPORT_SYMBOL vmlinux 0x1733e6a7 phy_set_sym_pause EXPORT_SYMBOL vmlinux 0x1733f742 phy_advertise_supported EXPORT_SYMBOL vmlinux 0x173bc95a dcb_getapp -EXPORT_SYMBOL vmlinux 0x173e69f3 tcp_sendpage EXPORT_SYMBOL vmlinux 0x173f64ad _copy_from_iter -EXPORT_SYMBOL vmlinux 0x174e5589 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock -EXPORT_SYMBOL vmlinux 0x1769df1a seg6_hmac_info_lookup -EXPORT_SYMBOL vmlinux 0x177431ed tcp_v4_md5_lookup -EXPORT_SYMBOL vmlinux 0x17812a22 xfrm_state_lookup_byspi -EXPORT_SYMBOL vmlinux 0x179c8ef3 tc_setup_cb_call -EXPORT_SYMBOL vmlinux 0x17b30b32 skb_queue_purge -EXPORT_SYMBOL vmlinux 0x17b5bfbf mr_dump -EXPORT_SYMBOL vmlinux 0x17c6085d mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x17a673e6 fb_pan_display EXPORT_SYMBOL vmlinux 0x17ca4a75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x17cc46f3 vga_get EXPORT_SYMBOL vmlinux 0x17ed3be6 file_update_time EXPORT_SYMBOL vmlinux 0x17ef3544 swake_up_one -EXPORT_SYMBOL vmlinux 0x17f2e994 inet_offloads EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip EXPORT_SYMBOL vmlinux 0x181be6fe bdev_read_only EXPORT_SYMBOL vmlinux 0x18255c0d __init_rwsem EXPORT_SYMBOL vmlinux 0x18263116 of_device_is_compatible -EXPORT_SYMBOL vmlinux 0x183441dc vme_master_mmap EXPORT_SYMBOL vmlinux 0x1837e535 of_find_node_opts_by_path EXPORT_SYMBOL vmlinux 0x1838a313 kmem_cache_alloc_trace EXPORT_SYMBOL vmlinux 0x183eea4a frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x1840aed6 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0x18498af0 nvm_alloc_dev EXPORT_SYMBOL vmlinux 0x185a116c __xa_insert -EXPORT_SYMBOL vmlinux 0x187b3a3d compat_sock_common_setsockopt -EXPORT_SYMBOL vmlinux 0x187bab75 eth_type_trans -EXPORT_SYMBOL vmlinux 0x1884325d netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 EXPORT_SYMBOL vmlinux 0x18908db6 deactivate_locked_super EXPORT_SYMBOL vmlinux 0x18c07492 migrate_page_move_mapping -EXPORT_SYMBOL vmlinux 0x18e2ea66 ipv4_specific +EXPORT_SYMBOL vmlinux 0x18d4be8b ip_defrag EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start -EXPORT_SYMBOL vmlinux 0x18e9c4c8 sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x191108c7 compat_ptr_ioctl -EXPORT_SYMBOL vmlinux 0x191d29a6 scsi_mode_sense EXPORT_SYMBOL vmlinux 0x19269f0a sync_inode_metadata EXPORT_SYMBOL vmlinux 0x192b77e3 filemap_fdatawait_keep_errors -EXPORT_SYMBOL vmlinux 0x193d05ff __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x19567d06 vfio_info_cap_shift EXPORT_SYMBOL vmlinux 0x195d3c27 dcbnl_cee_notify EXPORT_SYMBOL vmlinux 0x19688758 setup_new_exec @@ -5911,108 +5887,120 @@ EXPORT_SYMBOL vmlinux 0x19793d38 __free_pages EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt EXPORT_SYMBOL vmlinux 0x19896e4c ns_capable_noaudit -EXPORT_SYMBOL vmlinux 0x198b0201 xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp EXPORT_SYMBOL vmlinux 0x19ad92f6 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x19b079f5 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0x19b16b34 up_read EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec EXPORT_SYMBOL vmlinux 0x19d68628 xa_get_mark -EXPORT_SYMBOL vmlinux 0x19f1daac pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x19e834b8 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x19ef19d7 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x19fb4d2c devm_ioport_map EXPORT_SYMBOL vmlinux 0x1a1bac9c ZSTD_decompressDCtx EXPORT_SYMBOL vmlinux 0x1a29e200 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x1a2af76b kfree_skb_list EXPORT_SYMBOL vmlinux 0x1a3240b3 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x1a3a9887 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x1a5377c1 tso_build_hdr EXPORT_SYMBOL vmlinux 0x1a5a1089 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1a7f4455 nf_ip_checksum EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode -EXPORT_SYMBOL vmlinux 0x1a81ca61 pci_request_irq EXPORT_SYMBOL vmlinux 0x1a8be69f generic_pipe_buf_steal -EXPORT_SYMBOL vmlinux 0x1a93ebd0 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x1a9414d3 of_get_cpu_node EXPORT_SYMBOL vmlinux 0x1a949779 __tracepoint_dma_fence_emit EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state EXPORT_SYMBOL vmlinux 0x1a9af54f mipi_dsi_dcs_enter_sleep_mode EXPORT_SYMBOL vmlinux 0x1aa2b3f1 tlbie_capable -EXPORT_SYMBOL vmlinux 0x1aa367cb pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0x1aa6dd3d filemap_page_mkwrite EXPORT_SYMBOL vmlinux 0x1aabc66b scsi_cmd_ioctl -EXPORT_SYMBOL vmlinux 0x1aaeefe7 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x1aae92f2 vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0x1aaf133a inet_release EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn EXPORT_SYMBOL vmlinux 0x1ad54e00 i2c_register_driver EXPORT_SYMBOL vmlinux 0x1ade0451 scsi_device_put EXPORT_SYMBOL vmlinux 0x1ae1db63 unregister_shrinker EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist -EXPORT_SYMBOL vmlinux 0x1b0c6543 dev_add_offload EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock EXPORT_SYMBOL vmlinux 0x1b1c5d99 get_user_pages_locked -EXPORT_SYMBOL vmlinux 0x1b281605 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1b2f6e34 vme_irq_free EXPORT_SYMBOL vmlinux 0x1b625d33 enable_kernel_vsx EXPORT_SYMBOL vmlinux 0x1b628fa3 mmc_hw_reset EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton EXPORT_SYMBOL vmlinux 0x1b695c68 simple_release_fs EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device -EXPORT_SYMBOL vmlinux 0x1b782249 netif_set_xps_queue -EXPORT_SYMBOL vmlinux 0x1b7989f6 tcp_md5_hash_key -EXPORT_SYMBOL vmlinux 0x1b7cc491 sk_stop_timer EXPORT_SYMBOL vmlinux 0x1b859b40 phy_free_interrupt -EXPORT_SYMBOL vmlinux 0x1b85a273 fb_set_var EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9d733d xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node EXPORT_SYMBOL vmlinux 0x1baae9d6 dma_fence_init +EXPORT_SYMBOL vmlinux 0x1bb17e3f dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0x1bbb1095 of_n_size_cells -EXPORT_SYMBOL vmlinux 0x1bc9e26a lock_sock_fast -EXPORT_SYMBOL vmlinux 0x1bcb0fce tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent EXPORT_SYMBOL vmlinux 0x1bdda1d9 open_exec -EXPORT_SYMBOL vmlinux 0x1be0e970 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x1be20062 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x1be2963c tcp_prot EXPORT_SYMBOL vmlinux 0x1bf71ce9 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1bfdaa23 netdev_change_features EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1bff6124 __skb_gso_segment EXPORT_SYMBOL vmlinux 0x1c03fb5b phy_start EXPORT_SYMBOL vmlinux 0x1c043ebf md_bitmap_unplug -EXPORT_SYMBOL vmlinux 0x1c2115bb ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x1c18d5a7 inet_protos EXPORT_SYMBOL vmlinux 0x1c2ec454 kernel_write EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat -EXPORT_SYMBOL vmlinux 0x1c35b6cd pneigh_lookup EXPORT_SYMBOL vmlinux 0x1c36fa97 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp -EXPORT_SYMBOL vmlinux 0x1c6213f1 rtnl_notify +EXPORT_SYMBOL vmlinux 0x1c57ee73 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x1c5f20a6 udp_lib_rehash EXPORT_SYMBOL vmlinux 0x1c7698cb register_sysctl EXPORT_SYMBOL vmlinux 0x1c7cfdb1 __init_swait_queue_head EXPORT_SYMBOL vmlinux 0x1ca1b1be radix_tree_delete EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cdec3df dev_printk_emit EXPORT_SYMBOL vmlinux 0x1ce36817 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x1ce879b7 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x1cea3033 pci_find_hose_for_OF_device EXPORT_SYMBOL vmlinux 0x1cef6d39 xsk_umem_consume_tx_done +EXPORT_SYMBOL vmlinux 0x1cf61e61 fqdir_exit EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d2ae24e tcp_read_sock EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x1d62de04 devm_ioport_unmap EXPORT_SYMBOL vmlinux 0x1d669a8b __percpu_counter_sum -EXPORT_SYMBOL vmlinux 0x1d6c939b ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x1d6d6327 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x1d75a2ed nd_device_register EXPORT_SYMBOL vmlinux 0x1d8edd01 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x1d9bf9f5 pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x1d9e6d64 flow_rule_match_enc_opts EXPORT_SYMBOL vmlinux 0x1da7960a keyring_search +EXPORT_SYMBOL vmlinux 0x1da89ae9 skb_put EXPORT_SYMBOL vmlinux 0x1da9e892 filemap_fault EXPORT_SYMBOL vmlinux 0x1dc485c9 put_ipc_ns EXPORT_SYMBOL vmlinux 0x1dc6d264 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x1dca1b9b inet_ioctl EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap EXPORT_SYMBOL vmlinux 0x1de9a67c bpf_prog_get_type_path EXPORT_SYMBOL vmlinux 0x1df6dab6 keyring_clear EXPORT_SYMBOL vmlinux 0x1dfddab3 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x1e0629cd sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x1e093712 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e1992cc __memset64 EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 -EXPORT_SYMBOL vmlinux 0x1e1f8781 vga_get +EXPORT_SYMBOL vmlinux 0x1e4c23be dev_change_flags EXPORT_SYMBOL vmlinux 0x1e4d1e12 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x1e5deaf3 msi_desc_to_pci_dev EXPORT_SYMBOL vmlinux 0x1e5f7dc6 inode_add_bytes EXPORT_SYMBOL vmlinux 0x1e62643b skb_flow_dissector_init EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr EXPORT_SYMBOL vmlinux 0x1e6e4133 twl6040_power -EXPORT_SYMBOL vmlinux 0x1e729619 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1e7791e9 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x1e875885 add_wait_queue +EXPORT_SYMBOL vmlinux 0x1e895a33 vme_irq_handler EXPORT_SYMBOL vmlinux 0x1e8eaa9d finish_no_open EXPORT_SYMBOL vmlinux 0x1e92be35 serio_unregister_port EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu -EXPORT_SYMBOL vmlinux 0x1eaa81a8 __skb_wait_for_more_packets EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref EXPORT_SYMBOL vmlinux 0x1ec0867d jbd2_journal_wipe EXPORT_SYMBOL vmlinux 0x1ecf4b15 install_exec_creds @@ -6022,90 +6010,81 @@ EXPORT_SYMBOL vmlinux 0x1ee47680 blk_queue_make_request EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked EXPORT_SYMBOL vmlinux 0x1eef1e8a mdiobus_get_phy EXPORT_SYMBOL vmlinux 0x1ef495b9 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x1f1214c5 fb_get_mode EXPORT_SYMBOL vmlinux 0x1f2072b0 from_kuid EXPORT_SYMBOL vmlinux 0x1f218ce9 ip_tunnel_metadata_cnt EXPORT_SYMBOL vmlinux 0x1f393af0 devm_extcon_unregister_notifier EXPORT_SYMBOL vmlinux 0x1f3c2406 giveup_all EXPORT_SYMBOL vmlinux 0x1f410fa2 mmc_cqe_request_done -EXPORT_SYMBOL vmlinux 0x1f441970 netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0x1f5f9caf mipi_dsi_dcs_set_column_address -EXPORT_SYMBOL vmlinux 0x1f65f237 inet_gso_segment EXPORT_SYMBOL vmlinux 0x1f6f5253 set_page_dirty EXPORT_SYMBOL vmlinux 0x1f72e049 phy_request_interrupt -EXPORT_SYMBOL vmlinux 0x1f883209 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0x1f8a97dd iov_iter_advance EXPORT_SYMBOL vmlinux 0x1f978aa8 fasync_helper +EXPORT_SYMBOL vmlinux 0x1fab79ce neigh_seq_next +EXPORT_SYMBOL vmlinux 0x1fb49b80 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio EXPORT_SYMBOL vmlinux 0x1fc45d4f register_gifconf EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag -EXPORT_SYMBOL vmlinux 0x1fe989e9 tcp_seq_stop -EXPORT_SYMBOL vmlinux 0x1fea27c2 pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x1feee096 mutex_lock +EXPORT_SYMBOL vmlinux 0x1ffc1071 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul -EXPORT_SYMBOL vmlinux 0x200088d3 dev_set_allmulti -EXPORT_SYMBOL vmlinux 0x2005b571 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any -EXPORT_SYMBOL vmlinux 0x20167ee7 udp_seq_next EXPORT_SYMBOL vmlinux 0x2020fdd9 kmalloc_caches EXPORT_SYMBOL vmlinux 0x20297d1b cdev_set_parent EXPORT_SYMBOL vmlinux 0x203bd448 __block_write_begin EXPORT_SYMBOL vmlinux 0x2044339b mark_buffer_dirty EXPORT_SYMBOL vmlinux 0x204469bf dump_emit +EXPORT_SYMBOL vmlinux 0x20452576 skb_kill_datagram EXPORT_SYMBOL vmlinux 0x204a5597 tty_register_ldisc EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list -EXPORT_SYMBOL vmlinux 0x204f037c __pci_register_driver EXPORT_SYMBOL vmlinux 0x2060f9dc set_anon_super -EXPORT_SYMBOL vmlinux 0x20714ca0 skb_queue_head EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20745245 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x207ec693 bdi_register_owner EXPORT_SYMBOL vmlinux 0x2080eed3 blk_set_runtime_active EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data -EXPORT_SYMBOL vmlinux 0x20a9c76f blk_queue_split -EXPORT_SYMBOL vmlinux 0x20aef883 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x20b0b190 wait_for_completion_killable EXPORT_SYMBOL vmlinux 0x20b2f97f dquot_disable EXPORT_SYMBOL vmlinux 0x20b5bd86 vc_resize EXPORT_SYMBOL vmlinux 0x20bfa9da __remove_inode_hash EXPORT_SYMBOL vmlinux 0x20d5d7b7 blk_pm_runtime_init EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode -EXPORT_SYMBOL vmlinux 0x20fa935a pcim_iomap_table EXPORT_SYMBOL vmlinux 0x20fff6ec ZSTD_DStreamInSize EXPORT_SYMBOL vmlinux 0x2100342a devfreq_resume_device -EXPORT_SYMBOL vmlinux 0x211ec763 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x21119ec5 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x2129dfa7 mmc_can_gpio_ro EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id EXPORT_SYMBOL vmlinux 0x2145fc2d sync_filesystem EXPORT_SYMBOL vmlinux 0x21496d75 mmc_detect_card_removed EXPORT_SYMBOL vmlinux 0x21537694 down_read_interruptible EXPORT_SYMBOL vmlinux 0x215a8ec8 slhc_init -EXPORT_SYMBOL vmlinux 0x2166426e vme_dma_list_add EXPORT_SYMBOL vmlinux 0x2177ee47 md_handle_request -EXPORT_SYMBOL vmlinux 0x2180b4df eth_get_headlen EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21992d87 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x21a9c964 skb_queue_head EXPORT_SYMBOL vmlinux 0x21b60242 bit_waitqueue EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check EXPORT_SYMBOL vmlinux 0x21c1dca5 unregister_cdrom -EXPORT_SYMBOL vmlinux 0x21c2f2cc napi_gro_frags EXPORT_SYMBOL vmlinux 0x21c78a1b invalidate_bdev +EXPORT_SYMBOL vmlinux 0x21cc1588 mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow -EXPORT_SYMBOL vmlinux 0x21f1b97d devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0x21ff2bcb security_unix_may_send +EXPORT_SYMBOL vmlinux 0x22120a82 inet_put_port EXPORT_SYMBOL vmlinux 0x221ade79 page_readlink -EXPORT_SYMBOL vmlinux 0x2225c13c netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq EXPORT_SYMBOL vmlinux 0x224356ff t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x2250a38a agp_backend_release EXPORT_SYMBOL vmlinux 0x225db720 device_get_mac_address EXPORT_SYMBOL vmlinux 0x226a80a4 srp_timed_out EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint EXPORT_SYMBOL vmlinux 0x227863c2 seq_printf -EXPORT_SYMBOL vmlinux 0x22824170 skb_udp_tunnel_segment -EXPORT_SYMBOL vmlinux 0x2286ef59 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x2285fdb9 cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0x2291290d padata_alloc_shell -EXPORT_SYMBOL vmlinux 0x2293f1ec dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x22ae667e mmc_of_parse EXPORT_SYMBOL vmlinux 0x22af8aea of_find_backlight EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound @@ -6113,101 +6092,92 @@ EXPORT_SYMBOL vmlinux 0x22cb2db7 scsi_set_medium_removal EXPORT_SYMBOL vmlinux 0x22ee1fbe input_set_abs_params EXPORT_SYMBOL vmlinux 0x22f57555 dev_uc_sync EXPORT_SYMBOL vmlinux 0x22fb4716 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x231dcfa6 rt_dst_alloc EXPORT_SYMBOL vmlinux 0x232b7209 textsearch_prepare EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var EXPORT_SYMBOL vmlinux 0x233fcd8a __hw_addr_ref_unsync_dev EXPORT_SYMBOL vmlinux 0x2340042c free_inode_nonrcu EXPORT_SYMBOL vmlinux 0x2340ab7a generic_key_instantiate EXPORT_SYMBOL vmlinux 0x235805aa __close_fd_get_file -EXPORT_SYMBOL vmlinux 0x2360b9f9 xfrm_state_update EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 -EXPORT_SYMBOL vmlinux 0x236680e6 agp3_generic_tlbflush EXPORT_SYMBOL vmlinux 0x236ce862 generic_write_checks EXPORT_SYMBOL vmlinux 0x2370d4d0 shrink_dcache_parent -EXPORT_SYMBOL vmlinux 0x23798182 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short -EXPORT_SYMBOL vmlinux 0x2394cb06 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x239de15a pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x23ad1347 ppp_unregister_compressor EXPORT_SYMBOL vmlinux 0x23aee04d radix__flush_all_mm EXPORT_SYMBOL vmlinux 0x23b5b617 mempool_create EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user -EXPORT_SYMBOL vmlinux 0x23d76dc1 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240d3ae8 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x2414bf96 __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24257e2a netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x24259f30 abx500_get_register_interruptible EXPORT_SYMBOL vmlinux 0x242f48d8 dma_direct_map_page EXPORT_SYMBOL vmlinux 0x24308758 devm_extcon_unregister_notifier_all -EXPORT_SYMBOL vmlinux 0x2433998e pci_find_bus EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2459d54d sock_register EXPORT_SYMBOL vmlinux 0x2463cb21 hmm_mirror_register -EXPORT_SYMBOL vmlinux 0x24676a20 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r -EXPORT_SYMBOL vmlinux 0x2499d214 kfree_skb_partial -EXPORT_SYMBOL vmlinux 0x24cea711 sock_wmalloc EXPORT_SYMBOL vmlinux 0x24cfa666 flow_rule_match_enc_ipv6_addrs EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer -EXPORT_SYMBOL vmlinux 0x24f5283a sock_alloc +EXPORT_SYMBOL vmlinux 0x24d29648 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x24dd97f8 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x24f7746b fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x24fef253 netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x250d6fdc register_qdisc EXPORT_SYMBOL vmlinux 0x25140200 generic_file_fsync EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register EXPORT_SYMBOL vmlinux 0x252d655b _dev_alert EXPORT_SYMBOL vmlinux 0x25301bc6 arch_wb_cache_pmem -EXPORT_SYMBOL vmlinux 0x25434b73 brioctl_set EXPORT_SYMBOL vmlinux 0x254c9287 ioremap +EXPORT_SYMBOL vmlinux 0x25576b00 fb_firmware_edid EXPORT_SYMBOL vmlinux 0x255b151a input_register_device EXPORT_SYMBOL vmlinux 0x255bc62b sdev_prefix_printk EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string -EXPORT_SYMBOL vmlinux 0x25735d10 compat_ip_setsockopt EXPORT_SYMBOL vmlinux 0x257e07e0 dup_iter EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits EXPORT_SYMBOL vmlinux 0x2588886d load_nls +EXPORT_SYMBOL vmlinux 0x258a9f61 pnv_pci_get_phb_node EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation -EXPORT_SYMBOL vmlinux 0x25a611de vme_slave_request EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f70285 ip_generic_getfrag EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26133aa7 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions EXPORT_SYMBOL vmlinux 0x263c3152 bcmp EXPORT_SYMBOL vmlinux 0x263ccd91 __put_devmap_managed_page -EXPORT_SYMBOL vmlinux 0x263ec0f8 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0x26496fe5 tty_flip_buffer_push -EXPORT_SYMBOL vmlinux 0x26588cd9 eth_header_cache EXPORT_SYMBOL vmlinux 0x265ae744 padata_set_cpumask EXPORT_SYMBOL vmlinux 0x26675d3e md_finish_reshape -EXPORT_SYMBOL vmlinux 0x266a7be4 tcp_enter_quickack_mode -EXPORT_SYMBOL vmlinux 0x267572d6 inet_release -EXPORT_SYMBOL vmlinux 0x267af13c ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x2675ebdd pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x269577f8 skb_queue_purge EXPORT_SYMBOL vmlinux 0x2699b93e jbd2_journal_check_available_features -EXPORT_SYMBOL vmlinux 0x269ce462 xfrm_lookup_route -EXPORT_SYMBOL vmlinux 0x26ad5ea7 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x269c389b inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x26b1aa56 seq_lseek EXPORT_SYMBOL vmlinux 0x26bce87d seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x26bf8ad3 invalidate_partition -EXPORT_SYMBOL vmlinux 0x26d32749 pci_read_config_byte -EXPORT_SYMBOL vmlinux 0x26d3308a km_new_mapping EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier -EXPORT_SYMBOL vmlinux 0x26e35638 netif_rx EXPORT_SYMBOL vmlinux 0x26ec53b1 phy_read_paged -EXPORT_SYMBOL vmlinux 0x26ef0ff3 pci_find_resource -EXPORT_SYMBOL vmlinux 0x26f8e196 __sk_receive_skb EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x270168f8 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x27034aa3 input_get_timestamp -EXPORT_SYMBOL vmlinux 0x27085e68 netdev_state_change EXPORT_SYMBOL vmlinux 0x270a68cd qdisc_watchdog_schedule_ns EXPORT_SYMBOL vmlinux 0x272885d3 rtc_add_group EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed EXPORT_SYMBOL vmlinux 0x273edb17 nvm_submit_io -EXPORT_SYMBOL vmlinux 0x2745474e tcp_parse_options EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27623024 pci_write_config_word EXPORT_SYMBOL vmlinux 0x27633a67 __devm_request_region EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string @@ -6217,60 +6187,62 @@ EXPORT_SYMBOL vmlinux 0x27803a98 bdi_set_max_ratio EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init EXPORT_SYMBOL vmlinux 0x27864d57 memparse EXPORT_SYMBOL vmlinux 0x278a3c3d uart_update_timeout -EXPORT_SYMBOL vmlinux 0x27a074c7 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x278d4306 ip_frag_init +EXPORT_SYMBOL vmlinux 0x27ac8b99 ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource EXPORT_SYMBOL vmlinux 0x27d44581 scsi_host_busy EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek EXPORT_SYMBOL vmlinux 0x28211548 dquot_quota_on EXPORT_SYMBOL vmlinux 0x2838225a blk_mq_init_allocated_queue -EXPORT_SYMBOL vmlinux 0x28458e99 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x2838abaf xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x284abc86 __getblk_gfp EXPORT_SYMBOL vmlinux 0x28609926 page_symlink_inode_operations -EXPORT_SYMBOL vmlinux 0x28673cee xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x28759a83 input_mt_assign_slots EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 -EXPORT_SYMBOL vmlinux 0x287ad402 dev_get_by_index -EXPORT_SYMBOL vmlinux 0x2884b6ef sock_no_bind +EXPORT_SYMBOL vmlinux 0x28836abf pci_disable_msix EXPORT_SYMBOL vmlinux 0x288e0178 to_ndd -EXPORT_SYMBOL vmlinux 0x289d2fa2 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x28987d81 inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x28a5b669 d_splice_alias EXPORT_SYMBOL vmlinux 0x28ae15eb blk_integrity_merge_bio EXPORT_SYMBOL vmlinux 0x28d0e0b1 padata_register_cpumask_notifier EXPORT_SYMBOL vmlinux 0x28d77879 dev_mc_unsync EXPORT_SYMBOL vmlinux 0x28e8b8b6 mmc_retune_pause EXPORT_SYMBOL vmlinux 0x29009a0e blk_queue_max_hw_sectors -EXPORT_SYMBOL vmlinux 0x2902703f ip_setsockopt -EXPORT_SYMBOL vmlinux 0x29034dba mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x29020aca sock_edemux +EXPORT_SYMBOL vmlinux 0x290bc250 inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0x290e319b tcf_em_tree_validate EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond EXPORT_SYMBOL vmlinux 0x2917010c fd_install +EXPORT_SYMBOL vmlinux 0x29188c0f pci_request_irq EXPORT_SYMBOL vmlinux 0x29340e49 phy_attach -EXPORT_SYMBOL vmlinux 0x293a5286 nf_log_unregister EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu EXPORT_SYMBOL vmlinux 0x296dbd27 mmc_wait_for_cmd EXPORT_SYMBOL vmlinux 0x2988494d simple_lookup +EXPORT_SYMBOL vmlinux 0x29a0b1f9 kernel_listen EXPORT_SYMBOL vmlinux 0x29a763dd twl6040_get_sysclk EXPORT_SYMBOL vmlinux 0x29ac76cb scsi_report_device_reset EXPORT_SYMBOL vmlinux 0x29ae98b5 blk_mq_tagset_busy_iter EXPORT_SYMBOL vmlinux 0x29cda25e jbd2_journal_begin_ordered_truncate -EXPORT_SYMBOL vmlinux 0x29dbd2b4 ndisc_mc_map EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack EXPORT_SYMBOL vmlinux 0x29e6b84c locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x29e6fe0c of_translate_address EXPORT_SYMBOL vmlinux 0x29ea5eba input_register_handle EXPORT_SYMBOL vmlinux 0x29ec1b7c devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x29efd64d tcf_exts_change EXPORT_SYMBOL vmlinux 0x2a161f42 search_binary_handler -EXPORT_SYMBOL vmlinux 0x2a1817da netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x2a1afb56 flush_signals EXPORT_SYMBOL vmlinux 0x2a1f90d4 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x2a2ae45b sock_alloc_file EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature EXPORT_SYMBOL vmlinux 0x2a3ff418 seq_release EXPORT_SYMBOL vmlinux 0x2a499084 register_filesystem +EXPORT_SYMBOL vmlinux 0x2a63e238 scsi_mode_sense EXPORT_SYMBOL vmlinux 0x2a63e987 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2a67aae7 pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x2a793426 __sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0x2a819bca iov_iter_copy_from_user_atomic -EXPORT_SYMBOL vmlinux 0x2a8d89ae compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x2a944e98 done_path_create EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get EXPORT_SYMBOL vmlinux 0x2aa1afe3 of_node_put @@ -6278,24 +6250,21 @@ EXPORT_SYMBOL vmlinux 0x2aba0b30 dquot_commit EXPORT_SYMBOL vmlinux 0x2ad5dd01 tcf_em_register EXPORT_SYMBOL vmlinux 0x2afb1ca0 rproc_get_by_phandle EXPORT_SYMBOL vmlinux 0x2b087d00 jbd2_journal_lock_updates -EXPORT_SYMBOL vmlinux 0x2b1d6dd7 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x2b2bf156 release_pages -EXPORT_SYMBOL vmlinux 0x2b2caa6f inet6_del_protocol -EXPORT_SYMBOL vmlinux 0x2b3295bb dev_get_by_name EXPORT_SYMBOL vmlinux 0x2b388dab devm_request_resource EXPORT_SYMBOL vmlinux 0x2b4b3944 simple_transaction_get EXPORT_SYMBOL vmlinux 0x2b51b731 mfd_cell_enable -EXPORT_SYMBOL vmlinux 0x2b57abc5 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2babccb1 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x2bb5edf0 pagevec_lookup_range_nr_tag EXPORT_SYMBOL vmlinux 0x2bbe1f35 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x2bc4c140 neigh_seq_stop EXPORT_SYMBOL vmlinux 0x2bc89af8 ioctl_by_bdev EXPORT_SYMBOL vmlinux 0x2bc930cc crypto_sha256_update -EXPORT_SYMBOL vmlinux 0x2c0a897f tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x2bc97de5 pnv_phb_to_cxl_mode EXPORT_SYMBOL vmlinux 0x2c0f0c17 devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x2c115513 mdio_device_reset -EXPORT_SYMBOL vmlinux 0x2c13d2ff sock_sendmsg EXPORT_SYMBOL vmlinux 0x2c18ab34 xsk_umem_complete_tx EXPORT_SYMBOL vmlinux 0x2c1e41f9 uart_match_port EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar @@ -6303,27 +6272,26 @@ EXPORT_SYMBOL vmlinux 0x2c264b03 submit_bio EXPORT_SYMBOL vmlinux 0x2c2999b6 bio_integrity_add_page EXPORT_SYMBOL vmlinux 0x2c3923b6 devfreq_add_device EXPORT_SYMBOL vmlinux 0x2c3bbab4 md_register_thread -EXPORT_SYMBOL vmlinux 0x2c5c12c4 sk_reset_timer -EXPORT_SYMBOL vmlinux 0x2c5e35b9 pnv_phb_to_cxl_mode +EXPORT_SYMBOL vmlinux 0x2c45fdae ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x2c5a3512 sock_kfree_s EXPORT_SYMBOL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL vmlinux 0x2c71f194 unlink_framebuffer EXPORT_SYMBOL vmlinux 0x2c791d20 tty_unlock EXPORT_SYMBOL vmlinux 0x2c7ad038 param_get_ulong EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout -EXPORT_SYMBOL vmlinux 0x2c7c9860 rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet EXPORT_SYMBOL vmlinux 0x2c8e47f3 i8042_remove_filter -EXPORT_SYMBOL vmlinux 0x2c985a58 agp_generic_create_gatt_table -EXPORT_SYMBOL vmlinux 0x2ca83cc5 neigh_update EXPORT_SYMBOL vmlinux 0x2cadf80f __put_user_ns EXPORT_SYMBOL vmlinux 0x2cb0d178 mipi_dsi_dcs_set_display_brightness -EXPORT_SYMBOL vmlinux 0x2cb5c388 dev_change_proto_down +EXPORT_SYMBOL vmlinux 0x2cbe8ec0 mr_table_alloc EXPORT_SYMBOL vmlinux 0x2cc875fd xmon EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top EXPORT_SYMBOL vmlinux 0x2cce3dc9 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x2ce3b8b6 netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x2ceb7752 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x2cf3d325 pci_add_new_bus EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user EXPORT_SYMBOL vmlinux 0x2d01ad67 input_set_poll_interval -EXPORT_SYMBOL vmlinux 0x2d041198 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x2d125d3e remap_vmalloc_range EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock EXPORT_SYMBOL vmlinux 0x2d192c70 sg_zero_buffer @@ -6334,7 +6302,6 @@ EXPORT_SYMBOL vmlinux 0x2d4202bf phy_find_first EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init EXPORT_SYMBOL vmlinux 0x2d5ff17f nf_setsockopt EXPORT_SYMBOL vmlinux 0x2d814a67 generic_pipe_buf_release -EXPORT_SYMBOL vmlinux 0x2d82b22f tcp_peek_len EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr EXPORT_SYMBOL vmlinux 0x2daa0a46 to_nd_dax EXPORT_SYMBOL vmlinux 0x2db15732 rps_sock_flow_table @@ -6342,232 +6309,228 @@ EXPORT_SYMBOL vmlinux 0x2db3bc61 check_zeroed_user EXPORT_SYMBOL vmlinux 0x2dc4e156 prepare_to_wait EXPORT_SYMBOL vmlinux 0x2dcdea36 chip_to_vas_id EXPORT_SYMBOL vmlinux 0x2dce19f1 __wait_on_bit -EXPORT_SYMBOL vmlinux 0x2dd1cf98 kernel_getpeername EXPORT_SYMBOL vmlinux 0x2dff4431 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x2e139b9b eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x2e22ea7c inet_frag_kill EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat EXPORT_SYMBOL vmlinux 0x2e2fad4a phy_drivers_register EXPORT_SYMBOL vmlinux 0x2e51c024 dmam_pool_create -EXPORT_SYMBOL vmlinux 0x2e5d7eb7 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x2e71961a inet_frags_init EXPORT_SYMBOL vmlinux 0x2e73d877 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x2e7ed60b __scm_destroy EXPORT_SYMBOL vmlinux 0x2e81e95c devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x2e94cab1 sock_gettstamp EXPORT_SYMBOL vmlinux 0x2eb0d98d ethtool_op_get_ts_info EXPORT_SYMBOL vmlinux 0x2eb3fecd configfs_remove_default_groups -EXPORT_SYMBOL vmlinux 0x2ec61a9b netdev_update_features EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set EXPORT_SYMBOL vmlinux 0x2edbeaf7 hex2bin +EXPORT_SYMBOL vmlinux 0x2edd21a8 pnv_cxl_ioda_msi_setup EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x2f000c44 __percpu_counter_compare EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f134ef6 vio_get_attribute EXPORT_SYMBOL vmlinux 0x2f1eb551 flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0x2f2601c7 fwnode_get_mac_address EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security -EXPORT_SYMBOL vmlinux 0x2f4769dd xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x2f5e2549 put_cmsg EXPORT_SYMBOL vmlinux 0x2f5e3483 nvdimm_bus_lock EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free EXPORT_SYMBOL vmlinux 0x2f870693 blk_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0x2fa6443c nd_region_acquire_lane EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness -EXPORT_SYMBOL vmlinux 0x2fbb6093 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x2fc3bcad d_find_alias EXPORT_SYMBOL vmlinux 0x2fc78fcc xa_erase EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier -EXPORT_SYMBOL vmlinux 0x2fed995f lock_page_memcg +EXPORT_SYMBOL vmlinux 0x2fe7a24c arp_send EXPORT_SYMBOL vmlinux 0x2ff8d02e ps2_command EXPORT_SYMBOL vmlinux 0x300cd8dc __put_page -EXPORT_SYMBOL vmlinux 0x300f1851 km_report EXPORT_SYMBOL vmlinux 0x3010fa86 sg_miter_start -EXPORT_SYMBOL vmlinux 0x30384ebc __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x304b2845 netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x305615a2 rproc_elf_sanity_check EXPORT_SYMBOL vmlinux 0x306a92c0 mipi_dsi_detach EXPORT_SYMBOL vmlinux 0x306b78cb remap_pfn_range +EXPORT_SYMBOL vmlinux 0x3074d39b tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x308f87bb nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30aa3ce4 handle_edge_irq EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 EXPORT_SYMBOL vmlinux 0x30b10a0e crypto_sha512_update EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id -EXPORT_SYMBOL vmlinux 0x30c23128 pci_enable_wake EXPORT_SYMBOL vmlinux 0x30c784fa phy_write_paged -EXPORT_SYMBOL vmlinux 0x30d5fa8b sock_kfree_s EXPORT_SYMBOL vmlinux 0x30db60a6 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x30e10b8f xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x30e7b3a4 _copy_from_iter_full EXPORT_SYMBOL vmlinux 0x30f1230f d_alloc_name +EXPORT_SYMBOL vmlinux 0x30f73834 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x30fbb11a seq_write EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages EXPORT_SYMBOL vmlinux 0x3103fe41 blkdev_get -EXPORT_SYMBOL vmlinux 0x311f4c92 pci_request_regions EXPORT_SYMBOL vmlinux 0x31228b02 migrate_page EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 EXPORT_SYMBOL vmlinux 0x313380f6 inode_get_bytes EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present -EXPORT_SYMBOL vmlinux 0x3175bb45 mach_pseries +EXPORT_SYMBOL vmlinux 0x3170bed0 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x318ac77f neigh_xmit +EXPORT_SYMBOL vmlinux 0x3197cee6 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x31b36a58 tso_build_data +EXPORT_SYMBOL vmlinux 0x31b980e6 dev_close EXPORT_SYMBOL vmlinux 0x31dc2d03 iget5_locked -EXPORT_SYMBOL vmlinux 0x31f6b59c ip_frag_next -EXPORT_SYMBOL vmlinux 0x320454c9 xfrm_register_km EXPORT_SYMBOL vmlinux 0x32150cee vmalloc_to_page EXPORT_SYMBOL vmlinux 0x3217c3a3 __memset32 +EXPORT_SYMBOL vmlinux 0x321cd9ed seg6_push_hmac EXPORT_SYMBOL vmlinux 0x321ed766 filemap_fdatawrite -EXPORT_SYMBOL vmlinux 0x32292b7b sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x322c34b1 mipi_dsi_device_unregister EXPORT_SYMBOL vmlinux 0x322efda8 scsi_host_lookup -EXPORT_SYMBOL vmlinux 0x32421706 get_agp_version -EXPORT_SYMBOL vmlinux 0x3254bdf2 tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest EXPORT_SYMBOL vmlinux 0x3263b182 d_alloc EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state EXPORT_SYMBOL vmlinux 0x328a5df4 scsi_command_normalize_sense EXPORT_SYMBOL vmlinux 0x328d094b truncate_pagecache_range -EXPORT_SYMBOL vmlinux 0x32aabc42 dev_queue_xmit EXPORT_SYMBOL vmlinux 0x32b6dd96 freezing_slow_path EXPORT_SYMBOL vmlinux 0x32b7d5b2 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x32c1f198 pci_bus_type EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload EXPORT_SYMBOL vmlinux 0x33153b97 security_binder_transfer_binder -EXPORT_SYMBOL vmlinux 0x331a61ae gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x3325046f of_device_get_match_data EXPORT_SYMBOL vmlinux 0x33319fd1 devm_devfreq_unregister_notifier EXPORT_SYMBOL vmlinux 0x3337e756 file_modified -EXPORT_SYMBOL vmlinux 0x3338cfd6 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x335a03f7 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc EXPORT_SYMBOL vmlinux 0x33827123 giveup_altivec -EXPORT_SYMBOL vmlinux 0x33941bbf xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x33b24509 seq_dentry -EXPORT_SYMBOL vmlinux 0x33b58c2b put_cmsg EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33c481c0 skb_copy EXPORT_SYMBOL vmlinux 0x33c90f8f input_unregister_device -EXPORT_SYMBOL vmlinux 0x33d99c78 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x33d62e0c softnet_data EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max -EXPORT_SYMBOL vmlinux 0x33f26984 __sock_create EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r EXPORT_SYMBOL vmlinux 0x341135de tty_register_driver -EXPORT_SYMBOL vmlinux 0x3438d820 vga_client_register +EXPORT_SYMBOL vmlinux 0x3415da10 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x34205984 pci_write_config_dword EXPORT_SYMBOL vmlinux 0x34392456 mipi_dsi_device_register_full EXPORT_SYMBOL vmlinux 0x344e531d flow_rule_match_ip EXPORT_SYMBOL vmlinux 0x345c8916 strict_msr_control -EXPORT_SYMBOL vmlinux 0x34670a45 xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x349cba85 strchr EXPORT_SYMBOL vmlinux 0x34af3641 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x34bb7391 vme_register_error_handler EXPORT_SYMBOL vmlinux 0x34c668b4 ps2_sendbyte EXPORT_SYMBOL vmlinux 0x34d2a897 jbd2_journal_clear_err -EXPORT_SYMBOL vmlinux 0x34e711d3 netif_carrier_on EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue -EXPORT_SYMBOL vmlinux 0x34f8ef1c unlink_framebuffer EXPORT_SYMBOL vmlinux 0x34fee451 add_to_page_cache_locked EXPORT_SYMBOL vmlinux 0x350beeb6 read_cache_page +EXPORT_SYMBOL vmlinux 0x35104543 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier -EXPORT_SYMBOL vmlinux 0x351d50d7 __kfree_skb EXPORT_SYMBOL vmlinux 0x35257e6c epapr_hypercall_start EXPORT_SYMBOL vmlinux 0x352bb201 xa_store +EXPORT_SYMBOL vmlinux 0x352ec820 pci_find_resource EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy EXPORT_SYMBOL vmlinux 0x353b90d6 iw_handler_get_thrspy EXPORT_SYMBOL vmlinux 0x3540bdc4 of_graph_get_remote_port EXPORT_SYMBOL vmlinux 0x35425fbc kobject_add -EXPORT_SYMBOL vmlinux 0x355089f0 eth_gro_complete -EXPORT_SYMBOL vmlinux 0x3551163e get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0x3548c1ea neigh_app_ns +EXPORT_SYMBOL vmlinux 0x354a1c6c machine_id +EXPORT_SYMBOL vmlinux 0x35617a98 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x35624786 inet_sendpage EXPORT_SYMBOL vmlinux 0x3563e18a __vfs_getxattr EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm EXPORT_SYMBOL vmlinux 0x356e8990 phy_stop EXPORT_SYMBOL vmlinux 0x3571e7be bdev_stack_limits EXPORT_SYMBOL vmlinux 0x3573e0d0 radix_tree_lookup_slot -EXPORT_SYMBOL vmlinux 0x35765b67 tcp_v4_destroy_sock -EXPORT_SYMBOL vmlinux 0x3595a064 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x35807750 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x3581a318 eth_type_trans EXPORT_SYMBOL vmlinux 0x35981086 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x3599e0ff icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x35a5f7d4 scsi_host_alloc EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 -EXPORT_SYMBOL vmlinux 0x35ac61f5 inet_addr_type_table -EXPORT_SYMBOL vmlinux 0x35b8f65b udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x35bbad80 ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0x35c00400 __test_set_page_writeback EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 EXPORT_SYMBOL vmlinux 0x36075997 nf_unregister_sockopt EXPORT_SYMBOL vmlinux 0x3609b0c4 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x360f9013 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x361ce70f security_inode_listsecurity EXPORT_SYMBOL vmlinux 0x361fa987 scsi_dma_unmap EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user -EXPORT_SYMBOL vmlinux 0x3638bbe7 netdev_err +EXPORT_SYMBOL vmlinux 0x3638b12e sock_create EXPORT_SYMBOL vmlinux 0x3658c154 rc5t583_ext_power_req_config EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const -EXPORT_SYMBOL vmlinux 0x367677b9 alloc_skb_with_frags -EXPORT_SYMBOL vmlinux 0x369804de devm_ioport_unmap EXPORT_SYMBOL vmlinux 0x36a1da3e phy_ethtool_ksettings_set EXPORT_SYMBOL vmlinux 0x36a7ae5a flow_rule_match_ipv6_addrs EXPORT_SYMBOL vmlinux 0x36ab9bd7 vlan_dev_vlan_proto -EXPORT_SYMBOL vmlinux 0x36bdbde4 sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x36c7d2fe dma_fence_default_wait -EXPORT_SYMBOL vmlinux 0x36d1cffd __xfrm_state_delete -EXPORT_SYMBOL vmlinux 0x36db5887 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x36d3dc78 scsi_target_quiesce EXPORT_SYMBOL vmlinux 0x36eaafe2 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x36fee238 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x37144aa3 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x371cbdc3 tcp_mtup_init EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37249b31 of_scan_pci_bridge EXPORT_SYMBOL vmlinux 0x3735dfce drop_super EXPORT_SYMBOL vmlinux 0x3737d9a9 ZSTD_DStreamWorkspaceBound EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x3749511f ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x37551be1 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe EXPORT_SYMBOL vmlinux 0x37746fde ZSTD_initDStream EXPORT_SYMBOL vmlinux 0x3785a5de PageMovable -EXPORT_SYMBOL vmlinux 0x378cdf50 tcp_sync_mss -EXPORT_SYMBOL vmlinux 0x3795133a neigh_for_each EXPORT_SYMBOL vmlinux 0x3796000e tty_driver_flush_buffer EXPORT_SYMBOL vmlinux 0x37a864dd io_uring_get_socket EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37ce8c87 crypto_sha1_finup -EXPORT_SYMBOL vmlinux 0x37d689d1 __napi_schedule EXPORT_SYMBOL vmlinux 0x37d7a9e4 d_obtain_root -EXPORT_SYMBOL vmlinux 0x37dbd2b2 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x37e10a9a alloc_file_pseudo -EXPORT_SYMBOL vmlinux 0x37e67a5b dev_get_mac_address EXPORT_SYMBOL vmlinux 0x37f63817 fscrypt_inherit_context EXPORT_SYMBOL vmlinux 0x37f7c7e2 fscrypt_fname_disk_to_usr -EXPORT_SYMBOL vmlinux 0x37f98472 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x380726bc input_mt_init_slots EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus EXPORT_SYMBOL vmlinux 0x382bbf2a scsi_remove_host EXPORT_SYMBOL vmlinux 0x3831b9b5 scsi_is_host_device EXPORT_SYMBOL vmlinux 0x38427d9c bio_integrity_trim EXPORT_SYMBOL vmlinux 0x38452f7a mipi_dsi_host_unregister -EXPORT_SYMBOL vmlinux 0x384f703c kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x387fa9ec iov_iter_kvec EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x389067ba neigh_table_clear EXPORT_SYMBOL vmlinux 0x389151c5 ilookup5 EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue -EXPORT_SYMBOL vmlinux 0x3897bcbc vme_new_dma_list -EXPORT_SYMBOL vmlinux 0x38a31f7e pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback EXPORT_SYMBOL vmlinux 0x38b24a31 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x38bfc303 dev_activate EXPORT_SYMBOL vmlinux 0x38c66363 simple_write_begin -EXPORT_SYMBOL vmlinux 0x38dd6a68 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x38ef3c26 dma_virt_ops -EXPORT_SYMBOL vmlinux 0x38f5086d pci_assign_resource EXPORT_SYMBOL vmlinux 0x38f8ddb4 phy_modify_paged EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios -EXPORT_SYMBOL vmlinux 0x39036e0e tcp_setsockopt EXPORT_SYMBOL vmlinux 0x39224ead nd_namespace_blk_validate +EXPORT_SYMBOL vmlinux 0x3922fe8d ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x392d1eb8 ip_check_defrag EXPORT_SYMBOL vmlinux 0x3936d0e7 qdisc_warn_nonwc EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39428b30 xfrm_register_km EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p -EXPORT_SYMBOL vmlinux 0x394ee292 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r -EXPORT_SYMBOL vmlinux 0x3986b83b vfio_pin_pages -EXPORT_SYMBOL vmlinux 0x398da0a2 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x395a7bb3 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x396c5b10 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x397cbfd1 compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r EXPORT_SYMBOL vmlinux 0x399b32c3 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x399e6b94 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x399ec2fc padata_free_shell -EXPORT_SYMBOL vmlinux 0x39ab0123 devm_ioremap_wc EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and +EXPORT_SYMBOL vmlinux 0x39e241e9 skb_realloc_headroom EXPORT_SYMBOL vmlinux 0x39f9e18c dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0x39fa81f8 dump_align EXPORT_SYMBOL vmlinux 0x39ff72ff dev_mc_add EXPORT_SYMBOL vmlinux 0x3a055643 vfs_getattr_nosec -EXPORT_SYMBOL vmlinux 0x3a0f6bb8 icmp6_send EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc EXPORT_SYMBOL vmlinux 0x3a281c76 block_write_end EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table @@ -6576,68 +6539,78 @@ EXPORT_SYMBOL vmlinux 0x3a4245c8 dma_direct_map_resource EXPORT_SYMBOL vmlinux 0x3a483f15 truncate_inode_pages_range EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized EXPORT_SYMBOL vmlinux 0x3a5dec2a bio_reset -EXPORT_SYMBOL vmlinux 0x3a718a13 eeh_dev_release +EXPORT_SYMBOL vmlinux 0x3a7230db unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x3a72d802 sock_no_connect EXPORT_SYMBOL vmlinux 0x3a875620 __xa_store +EXPORT_SYMBOL vmlinux 0x3a8feeb1 dev_direct_xmit EXPORT_SYMBOL vmlinux 0x3ab4f884 seq_file_path EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer EXPORT_SYMBOL vmlinux 0x3ac9d5ef __scsi_add_device -EXPORT_SYMBOL vmlinux 0x3af08c9d sk_common_release EXPORT_SYMBOL vmlinux 0x3af50fd4 seq_vprintf EXPORT_SYMBOL vmlinux 0x3afdaddd iov_iter_bvec -EXPORT_SYMBOL vmlinux 0x3b20c11f netpoll_poll_dev -EXPORT_SYMBOL vmlinux 0x3b20df0e of_get_ibm_chip_id +EXPORT_SYMBOL vmlinux 0x3b04c18b tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b44ef34 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0x3b59c825 end_buffer_async_write EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left EXPORT_SYMBOL vmlinux 0x3b722939 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x3b7ac2e1 devm_iounmap EXPORT_SYMBOL vmlinux 0x3b8d2330 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x3b90f736 mroute6_is_socket EXPORT_SYMBOL vmlinux 0x3b92ebbf twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x3b957f1c rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x3b9a60b7 pnv_cxl_get_irq_count EXPORT_SYMBOL vmlinux 0x3bb47881 pps_lookup_dev EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free -EXPORT_SYMBOL vmlinux 0x3c00ca34 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x3bf4e155 skb_free_datagram EXPORT_SYMBOL vmlinux 0x3c050815 of_dev_put EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link EXPORT_SYMBOL vmlinux 0x3c2a7c0a flush_dcache_icache_page EXPORT_SYMBOL vmlinux 0x3c3792e6 read_cache_pages +EXPORT_SYMBOL vmlinux 0x3c3f0088 fb_class EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf EXPORT_SYMBOL vmlinux 0x3c457453 ioread64_lo_hi -EXPORT_SYMBOL vmlinux 0x3c462088 agp_create_memory +EXPORT_SYMBOL vmlinux 0x3c4b6b7b icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x3c4fbfa2 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0x3c5a482c truncate_inode_pages -EXPORT_SYMBOL vmlinux 0x3c5ea070 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x3c770c93 arch_free_page EXPORT_SYMBOL vmlinux 0x3c7c6a40 flow_rule_alloc -EXPORT_SYMBOL vmlinux 0x3c7cc5a2 udp_seq_start EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c899253 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x3c8cf5c8 ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x3c92915a get_super_thawed +EXPORT_SYMBOL vmlinux 0x3cb1e2eb napi_gro_frags EXPORT_SYMBOL vmlinux 0x3cb37157 xps_rxqs_needed -EXPORT_SYMBOL vmlinux 0x3cbad912 tcp_recvmsg EXPORT_SYMBOL vmlinux 0x3cbf1c1d hmm_range_dma_map -EXPORT_SYMBOL vmlinux 0x3cc49878 pci_irq_get_node EXPORT_SYMBOL vmlinux 0x3cc4cb8a wait_for_completion +EXPORT_SYMBOL vmlinux 0x3cc7eee8 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x3cc9046c tcp_splice_read EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq EXPORT_SYMBOL vmlinux 0x3d07833f __mdiobus_register EXPORT_SYMBOL vmlinux 0x3d0c4cca generic_pipe_buf_confirm EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload -EXPORT_SYMBOL vmlinux 0x3d7047a6 dst_release +EXPORT_SYMBOL vmlinux 0x3d62c79c agp_generic_free_by_type EXPORT_SYMBOL vmlinux 0x3d82ae34 set_bh_page -EXPORT_SYMBOL vmlinux 0x3da65b84 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x3d841b12 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc2f8a8 skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data EXPORT_SYMBOL vmlinux 0x3dd156e4 dquot_quota_off EXPORT_SYMBOL vmlinux 0x3dd98e40 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x3de89b45 km_state_expired EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head EXPORT_SYMBOL vmlinux 0x3e117770 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x3e17208d pskb_expand_head EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc +EXPORT_SYMBOL vmlinux 0x3e2e9701 __skb_pad EXPORT_SYMBOL vmlinux 0x3e3e1c19 md_error -EXPORT_SYMBOL vmlinux 0x3e525833 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x3e6d98d2 giveup_fpu EXPORT_SYMBOL vmlinux 0x3e756202 unregister_filesystem EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync -EXPORT_SYMBOL vmlinux 0x3eae3602 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x3ea3255b netif_carrier_on EXPORT_SYMBOL vmlinux 0x3eb62105 of_graph_get_next_endpoint -EXPORT_SYMBOL vmlinux 0x3ec2e50c udp6_seq_ops EXPORT_SYMBOL vmlinux 0x3ee0a1c5 hmm_range_unregister EXPORT_SYMBOL vmlinux 0x3ee99a40 make_kprojid EXPORT_SYMBOL vmlinux 0x3ee9ea59 t10_pi_type3_crc @@ -6656,9 +6629,8 @@ EXPORT_SYMBOL vmlinux 0x3f5f7014 init_pseudo EXPORT_SYMBOL vmlinux 0x3f7d378c down_write_killable EXPORT_SYMBOL vmlinux 0x3f8750a7 max8998_write_reg EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access -EXPORT_SYMBOL vmlinux 0x3f921277 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x3f8f28bd devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x3fb45fd2 blk_queue_max_write_zeroes_sectors -EXPORT_SYMBOL vmlinux 0x3fb47886 sock_alloc_file EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set EXPORT_SYMBOL vmlinux 0x3fc6fa79 gen_pool_for_each_chunk EXPORT_SYMBOL vmlinux 0x3fcede7e kernel_param_lock @@ -6667,97 +6639,100 @@ EXPORT_SYMBOL vmlinux 0x3fdd38c1 copy_page_to_iter EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight EXPORT_SYMBOL vmlinux 0x3fe3ba8e pm860x_set_bits EXPORT_SYMBOL vmlinux 0x40138853 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4017fd1e netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0x401c6ecc jbd2_journal_submit_inode_data_buffers EXPORT_SYMBOL vmlinux 0x4031045e touch_atime EXPORT_SYMBOL vmlinux 0x405b6e05 srp_parse_tmo EXPORT_SYMBOL vmlinux 0x4079fad7 security_socket_getpeersec_dgram EXPORT_SYMBOL vmlinux 0x40866935 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x40912120 netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40990630 __icmp_send +EXPORT_SYMBOL vmlinux 0x40992418 fb_get_buffer_offset EXPORT_SYMBOL vmlinux 0x40a0b55b config_group_find_item -EXPORT_SYMBOL vmlinux 0x40a411c4 dev_get_stats EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40bd628e xfrm_input EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo EXPORT_SYMBOL vmlinux 0x40c76dc6 flow_rule_match_enc_ports -EXPORT_SYMBOL vmlinux 0x40ca9e52 pcim_iounmap EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler EXPORT_SYMBOL vmlinux 0x40d84a37 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x40ddb611 unlock_two_nondirectories EXPORT_SYMBOL vmlinux 0x40f7fd71 page_pool_create +EXPORT_SYMBOL vmlinux 0x411e9e25 inet6_offloads +EXPORT_SYMBOL vmlinux 0x412691a1 pci_map_rom EXPORT_SYMBOL vmlinux 0x4126a711 blk_sync_queue EXPORT_SYMBOL vmlinux 0x4127a699 jbd2_journal_extend EXPORT_SYMBOL vmlinux 0x4135bbd8 tty_port_close -EXPORT_SYMBOL vmlinux 0x41397ed9 fb_get_buffer_offset EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x4148338d of_get_compatible_child -EXPORT_SYMBOL vmlinux 0x414dc57b nf_hook_slow -EXPORT_SYMBOL vmlinux 0x415842d7 pci_select_bars -EXPORT_SYMBOL vmlinux 0x4168382c rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x41596ba6 pci_get_device +EXPORT_SYMBOL vmlinux 0x415c2164 tcp_check_req +EXPORT_SYMBOL vmlinux 0x4162fcb8 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x416f8f52 gen_new_estimator EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x418ec812 __breadahead_gfp +EXPORT_SYMBOL vmlinux 0x418f1fff netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x4199ea2e __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0x419cc1b6 proc_create_seq_private -EXPORT_SYMBOL vmlinux 0x41a1cc02 machine_id EXPORT_SYMBOL vmlinux 0x41ae718a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x41b0367d __kfree_skb +EXPORT_SYMBOL vmlinux 0x41beb0ae ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x41d74b3c tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x41ddb4c4 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x41e6bbec pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x420312a5 put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0x4204775d d_set_fallthru EXPORT_SYMBOL vmlinux 0x420643dd follow_down -EXPORT_SYMBOL vmlinux 0x4209e3ba pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x420be150 nobh_writepage EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL vmlinux 0x421d0f75 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x421da21d skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x421ea13d scsi_target_resume EXPORT_SYMBOL vmlinux 0x421ea462 unix_detach_fds EXPORT_SYMBOL vmlinux 0x4225ef47 d_lookup EXPORT_SYMBOL vmlinux 0x422ce1ab of_mdiobus_register EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x42472464 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running EXPORT_SYMBOL vmlinux 0x424a96c6 dentry_path_raw EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force EXPORT_SYMBOL vmlinux 0x425f5c8b bio_list_copy_data EXPORT_SYMBOL vmlinux 0x42801233 fscrypt_encrypt_pagecache_blocks -EXPORT_SYMBOL vmlinux 0x429aac72 inet_getname EXPORT_SYMBOL vmlinux 0x42a3ccd3 generic_file_read_iter -EXPORT_SYMBOL vmlinux 0x42ee8a35 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x42baa4bb skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x42dc1339 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x42f030bd dma_fence_chain_find_seqno EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages -EXPORT_SYMBOL vmlinux 0x4308f6b8 tcf_block_get -EXPORT_SYMBOL vmlinux 0x430bf920 skb_store_bits EXPORT_SYMBOL vmlinux 0x431d8392 configfs_unregister_subsystem -EXPORT_SYMBOL vmlinux 0x4323c29d qdisc_put EXPORT_SYMBOL vmlinux 0x43310f44 security_inet_conn_request EXPORT_SYMBOL vmlinux 0x433345d7 inode_init_once EXPORT_SYMBOL vmlinux 0x43388c3e tty_write_room EXPORT_SYMBOL vmlinux 0x434226a4 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid EXPORT_SYMBOL vmlinux 0x435302d0 md_bitmap_sync_with_cluster -EXPORT_SYMBOL vmlinux 0x43618686 sock_alloc_send_skb -EXPORT_SYMBOL vmlinux 0x4368f15a pci_save_state -EXPORT_SYMBOL vmlinux 0x43706552 inet_sendmsg EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp -EXPORT_SYMBOL vmlinux 0x437df2d8 dev_set_group EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security EXPORT_SYMBOL vmlinux 0x43a13e2f simple_transaction_read EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot EXPORT_SYMBOL vmlinux 0x43b2ab10 dev_load EXPORT_SYMBOL vmlinux 0x43b964d6 security_sctp_assoc_request -EXPORT_SYMBOL vmlinux 0x43f62ae1 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key -EXPORT_SYMBOL vmlinux 0x43fa0965 skb_copy -EXPORT_SYMBOL vmlinux 0x4413e232 pci_alloc_dev -EXPORT_SYMBOL vmlinux 0x442e9dd7 netdev_has_any_upper_dev -EXPORT_SYMBOL vmlinux 0x44431d17 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table EXPORT_SYMBOL vmlinux 0x444c6ccf dma_resv_reserve_shared +EXPORT_SYMBOL vmlinux 0x4451a8d2 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x445d4042 tty_do_resize EXPORT_SYMBOL vmlinux 0x445e1065 generic_update_time -EXPORT_SYMBOL vmlinux 0x4464255d sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x448032e5 param_set_byte EXPORT_SYMBOL vmlinux 0x4488bc8a prepare_to_wait_event EXPORT_SYMBOL vmlinux 0x44a80a1a i2c_use_client EXPORT_SYMBOL vmlinux 0x44d4b50b __register_nls EXPORT_SYMBOL vmlinux 0x44e03d3a gen_pool_dma_zalloc EXPORT_SYMBOL vmlinux 0x44e1be67 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x44e375f4 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0x44e9a829 match_token EXPORT_SYMBOL vmlinux 0x44ed9e51 jbd2_journal_init_dev EXPORT_SYMBOL vmlinux 0x45006cee default_red @@ -6771,55 +6746,53 @@ EXPORT_SYMBOL vmlinux 0x453420f6 seq_release_private EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled EXPORT_SYMBOL vmlinux 0x4543531b ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x45493d69 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x454ab61a netdev_refcnt_read EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x45706513 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x45742cb4 pci_iomap_range EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user EXPORT_SYMBOL vmlinux 0x459b57d6 fs_lookup_param EXPORT_SYMBOL vmlinux 0x45a2a143 get_vm_area -EXPORT_SYMBOL vmlinux 0x45a4d499 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0x45b09bfc make_kuid +EXPORT_SYMBOL vmlinux 0x45bee45e udp_seq_stop EXPORT_SYMBOL vmlinux 0x45cd26e0 con_copy_unimap EXPORT_SYMBOL vmlinux 0x46001d34 percpu_counter_add_batch EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 EXPORT_SYMBOL vmlinux 0x460b538e of_find_matching_node_and_match EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x4619a68f ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user -EXPORT_SYMBOL vmlinux 0x4626f8bd vga_tryget EXPORT_SYMBOL vmlinux 0x463352dc __scsi_device_lookup_by_target -EXPORT_SYMBOL vmlinux 0x46462d90 inet_csk_delete_keepalive_timer EXPORT_SYMBOL vmlinux 0x464d4387 uart_get_divisor EXPORT_SYMBOL vmlinux 0x4651ac7e __mdiobus_write EXPORT_SYMBOL vmlinux 0x4658b082 nd_region_release_lane EXPORT_SYMBOL vmlinux 0x465f9e0d forget_all_cached_acls -EXPORT_SYMBOL vmlinux 0x4662f936 ip_getsockopt EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466c60f1 pci_fixup_device EXPORT_SYMBOL vmlinux 0x4673ac44 max8925_reg_write EXPORT_SYMBOL vmlinux 0x4674ec42 __pgd_val_bits EXPORT_SYMBOL vmlinux 0x46794f6f jbd2_journal_init_inode EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill EXPORT_SYMBOL vmlinux 0x4686c92f no_llseek -EXPORT_SYMBOL vmlinux 0x468ce051 netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option -EXPORT_SYMBOL vmlinux 0x46a24e97 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0x46a9250a read_code EXPORT_SYMBOL vmlinux 0x46b5b437 pm860x_bulk_read EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance EXPORT_SYMBOL vmlinux 0x46c73f21 bio_integrity_clone -EXPORT_SYMBOL vmlinux 0x46d020c8 pci_set_power_state EXPORT_SYMBOL vmlinux 0x46f9f2b5 xa_find_after EXPORT_SYMBOL vmlinux 0x471bb9d2 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0x472cd19b __cgroup_bpf_run_filter_sysctl -EXPORT_SYMBOL vmlinux 0x476ccfad xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev EXPORT_SYMBOL vmlinux 0x47736371 blk_queue_io_opt -EXPORT_SYMBOL vmlinux 0x477aee7a pci_dev_driver EXPORT_SYMBOL vmlinux 0x47926286 serio_close EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next EXPORT_SYMBOL vmlinux 0x47c48af3 store_fp_state EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47d0bae8 pcie_set_mps EXPORT_SYMBOL vmlinux 0x47e07ee4 register_cdrom EXPORT_SYMBOL vmlinux 0x47fa6c3e alloc_anon_inode EXPORT_SYMBOL vmlinux 0x47fc4a7b bioset_exit @@ -6827,22 +6800,26 @@ EXPORT_SYMBOL vmlinux 0x48019bfa tty_port_put EXPORT_SYMBOL vmlinux 0x48186317 filemap_write_and_wait_range EXPORT_SYMBOL vmlinux 0x4829a47e memcpy EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x483c3e36 tcp_release_cb EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x48441630 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config EXPORT_SYMBOL vmlinux 0x484ee866 security_inode_copy_up EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485b702f netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x486c17db __xa_erase +EXPORT_SYMBOL vmlinux 0x486e8add dev_trans_start EXPORT_SYMBOL vmlinux 0x487413cc __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x4897d209 dst_init EXPORT_SYMBOL vmlinux 0x4898fafb fscrypt_get_encryption_info EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim -EXPORT_SYMBOL vmlinux 0x48a49ff0 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x48a01db5 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x48a50457 find_get_pages_contig EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48b61109 scsi_report_bus_reset -EXPORT_SYMBOL vmlinux 0x48b72fec pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x48b77f07 seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free -EXPORT_SYMBOL vmlinux 0x48d967e2 udp_set_csum EXPORT_SYMBOL vmlinux 0x48df8848 genphy_soft_reset EXPORT_SYMBOL vmlinux 0x48e8ca37 __dquot_free_space EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert @@ -6851,115 +6828,99 @@ EXPORT_SYMBOL vmlinux 0x491bb379 dmam_alloc_attrs EXPORT_SYMBOL vmlinux 0x492110ba nvdimm_namespace_disk_name EXPORT_SYMBOL vmlinux 0x4927877d reuseport_detach_sock EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks -EXPORT_SYMBOL vmlinux 0x4951c664 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x4963aa5a __sb_start_write -EXPORT_SYMBOL vmlinux 0x497b3988 pci_iomap +EXPORT_SYMBOL vmlinux 0x496ed642 neigh_connected_output EXPORT_SYMBOL vmlinux 0x498dface netdev_class_remove_file_ns EXPORT_SYMBOL vmlinux 0x498e9128 ZSTD_findDecompressedSize +EXPORT_SYMBOL vmlinux 0x499491f8 inet_frag_find EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum EXPORT_SYMBOL vmlinux 0x49a456d0 param_get_ullong -EXPORT_SYMBOL vmlinux 0x49ae813d tcf_exts_change EXPORT_SYMBOL vmlinux 0x49debba8 configfs_depend_item EXPORT_SYMBOL vmlinux 0x49e4cd4b put_user_pages_dirty_lock -EXPORT_SYMBOL vmlinux 0x49f88b70 pci_set_master -EXPORT_SYMBOL vmlinux 0x4a050083 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x49e57432 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 EXPORT_SYMBOL vmlinux 0x4a476f09 srp_rport_get -EXPORT_SYMBOL vmlinux 0x4a494458 nf_ct_attach -EXPORT_SYMBOL vmlinux 0x4a49cee5 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0x4a55c8ea ioremap_wc EXPORT_SYMBOL vmlinux 0x4a5b660d __filemap_set_wb_err EXPORT_SYMBOL vmlinux 0x4a6121b0 iterate_fd -EXPORT_SYMBOL vmlinux 0x4a657daa inet_protos EXPORT_SYMBOL vmlinux 0x4a6e8c3b rtas -EXPORT_SYMBOL vmlinux 0x4a722b44 dev_pick_tx_zero -EXPORT_SYMBOL vmlinux 0x4a743fca ip_generic_getfrag EXPORT_SYMBOL vmlinux 0x4a8c8fa1 dma_direct_sync_sg_for_device -EXPORT_SYMBOL vmlinux 0x4a9438a0 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest EXPORT_SYMBOL vmlinux 0x4aa726e4 nd_btt_arena_is_valid EXPORT_SYMBOL vmlinux 0x4ab4468a prepare_kernel_cred -EXPORT_SYMBOL vmlinux 0x4ab55fcc dev_get_by_napi_id -EXPORT_SYMBOL vmlinux 0x4ac90e17 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x4acb4765 __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0x4ad2a57a opal_event_request -EXPORT_SYMBOL vmlinux 0x4ad3629d inet6_del_offload EXPORT_SYMBOL vmlinux 0x4adb4ab5 cpufreq_get_policy EXPORT_SYMBOL vmlinux 0x4adbc01f pm_vt_switch_required EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift EXPORT_SYMBOL vmlinux 0x4af42454 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x4afe483f inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b0794fe agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure -EXPORT_SYMBOL vmlinux 0x4b0eef50 tcp_time_wait -EXPORT_SYMBOL vmlinux 0x4b326926 pci_get_class +EXPORT_SYMBOL vmlinux 0x4b1bfade pci_clear_master EXPORT_SYMBOL vmlinux 0x4b3b37ef bdget_disk EXPORT_SYMBOL vmlinux 0x4b468752 tcf_register_action EXPORT_SYMBOL vmlinux 0x4b47c7d0 devfreq_monitor_resume -EXPORT_SYMBOL vmlinux 0x4b51b05f sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down EXPORT_SYMBOL vmlinux 0x4b54c449 show_init_ipc_ns EXPORT_SYMBOL vmlinux 0x4b5a5d7e set_blocksize EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback EXPORT_SYMBOL vmlinux 0x4b6194ea fs_parse EXPORT_SYMBOL vmlinux 0x4b7aea6d param_ops_byte EXPORT_SYMBOL vmlinux 0x4b8fa073 from_kgid -EXPORT_SYMBOL vmlinux 0x4b99a724 xfrm_policy_alloc -EXPORT_SYMBOL vmlinux 0x4b9ce449 inet_frags_init EXPORT_SYMBOL vmlinux 0x4ba5b049 padata_remove_cpu -EXPORT_SYMBOL vmlinux 0x4bab7b62 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x4ba7191d dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final EXPORT_SYMBOL vmlinux 0x4bc6579f dma_fence_array_create EXPORT_SYMBOL vmlinux 0x4bd3296f of_phy_is_fixed_link -EXPORT_SYMBOL vmlinux 0x4be10b78 sock_no_ioctl EXPORT_SYMBOL vmlinux 0x4be8dff1 vmf_insert_mixed EXPORT_SYMBOL vmlinux 0x4bee0b9f mmc_wait_for_req EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name -EXPORT_SYMBOL vmlinux 0x4c0b93fe xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x4bf139a8 ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh -EXPORT_SYMBOL vmlinux 0x4c2876f5 __ip_select_ident EXPORT_SYMBOL vmlinux 0x4c38d4e0 utf8_strncasecmp_folded EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4f5a53 pci_enable_wake EXPORT_SYMBOL vmlinux 0x4c57ff65 dev_mc_sync_multiple EXPORT_SYMBOL vmlinux 0x4c626f6c blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0x4c6b61e8 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x4c761d51 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x4c7f39f2 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x4c8016a9 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x4c9ca944 cpumask_next EXPORT_SYMBOL vmlinux 0x4caa75a0 mipi_dsi_dcs_get_pixel_format EXPORT_SYMBOL vmlinux 0x4cb44b89 soft_cursor EXPORT_SYMBOL vmlinux 0x4cb9b966 alloc_pages_vma EXPORT_SYMBOL vmlinux 0x4cba441d iwe_stream_add_event -EXPORT_SYMBOL vmlinux 0x4cbc6597 dev_alloc_name EXPORT_SYMBOL vmlinux 0x4cc1004b dev_uc_add EXPORT_SYMBOL vmlinux 0x4cc3bbbb wait_for_completion_interruptible_timeout -EXPORT_SYMBOL vmlinux 0x4cc5967b netdev_warn EXPORT_SYMBOL vmlinux 0x4cc6534b cpu_l2_cache_map EXPORT_SYMBOL vmlinux 0x4ce4060e bio_free_pages -EXPORT_SYMBOL vmlinux 0x4d013bae skb_page_frag_refill -EXPORT_SYMBOL vmlinux 0x4d195387 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x4d0303ce eth_gro_receive +EXPORT_SYMBOL vmlinux 0x4d068e00 get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x4d4f445b import_iovec -EXPORT_SYMBOL vmlinux 0x4d54c460 neigh_parms_release -EXPORT_SYMBOL vmlinux 0x4d574c93 vga_put EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic EXPORT_SYMBOL vmlinux 0x4d6820b1 phy_drivers_unregister EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block -EXPORT_SYMBOL vmlinux 0x4d8baec9 of_create_pci_dev EXPORT_SYMBOL vmlinux 0x4d924f20 memremap EXPORT_SYMBOL vmlinux 0x4d956dc5 locks_copy_conflock EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase EXPORT_SYMBOL vmlinux 0x4da178e4 mount_bdev -EXPORT_SYMBOL vmlinux 0x4da35a02 pci_free_host_bridge -EXPORT_SYMBOL vmlinux 0x4dafe1fd inet_csk_accept EXPORT_SYMBOL vmlinux 0x4db17c58 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x4db3a03d devm_ioremap_wc EXPORT_SYMBOL vmlinux 0x4dc69673 of_get_next_parent EXPORT_SYMBOL vmlinux 0x4dcc81bf uart_add_one_port EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read EXPORT_SYMBOL vmlinux 0x4e0f2648 devm_backlight_device_register -EXPORT_SYMBOL vmlinux 0x4e1417cf ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x4e2013e1 nd_device_notify EXPORT_SYMBOL vmlinux 0x4e339b20 fib_notifier_ops_unregister EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e60cdf1 sk_reset_timer EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e69f6ae inode_sub_bytes EXPORT_SYMBOL vmlinux 0x4e6dea56 follow_down_one @@ -6971,134 +6932,154 @@ EXPORT_SYMBOL vmlinux 0x4e99cecb dma_alloc_attrs EXPORT_SYMBOL vmlinux 0x4ea52401 __frontswap_test EXPORT_SYMBOL vmlinux 0x4ea94b5f generic_write_end EXPORT_SYMBOL vmlinux 0x4eb7ae3d hvc_get_chars +EXPORT_SYMBOL vmlinux 0x4ec0b1b6 scsi_unblock_requests EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecc42f2 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x4eccf310 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0x4ee477d9 input_enable_softrepeat EXPORT_SYMBOL vmlinux 0x4ef3c9b5 qdisc_offload_graft_helper -EXPORT_SYMBOL vmlinux 0x4f0bd3d0 register_netdevice -EXPORT_SYMBOL vmlinux 0x4f0f2a5d ppc_md +EXPORT_SYMBOL vmlinux 0x4ef95cb9 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x4f12f3ba __sk_mem_reduce_allocated EXPORT_SYMBOL vmlinux 0x4f13cb5c ps2_cmd_aborted EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create -EXPORT_SYMBOL vmlinux 0x4f219c80 mach_powernv EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 EXPORT_SYMBOL vmlinux 0x4f233942 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x4f2b7676 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x4f3fb2bb gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x4f48817b pci_set_mwi EXPORT_SYMBOL vmlinux 0x4f5c43e9 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x4f653f3d tcp_v4_conn_request EXPORT_SYMBOL vmlinux 0x4f6e5969 blk_mq_start_request EXPORT_SYMBOL vmlinux 0x4f6ecb80 of_parse_phandle_with_args_map EXPORT_SYMBOL vmlinux 0x4f6eeee5 i2c_get_adapter EXPORT_SYMBOL vmlinux 0x4f811126 nd_btt_version EXPORT_SYMBOL vmlinux 0x4f871403 iput -EXPORT_SYMBOL vmlinux 0x4f88a957 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x4f917467 neigh_for_each EXPORT_SYMBOL vmlinux 0x4fa65563 gen_pool_destroy EXPORT_SYMBOL vmlinux 0x4fb9cc6e pid_task EXPORT_SYMBOL vmlinux 0x4fbdf236 simple_transaction_release -EXPORT_SYMBOL vmlinux 0x4fce9077 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x4fc69f64 vme_register_bridge EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command EXPORT_SYMBOL vmlinux 0x4fe2a728 cdrom_check_events EXPORT_SYMBOL vmlinux 0x50062bab request_key_with_auxdata EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match EXPORT_SYMBOL vmlinux 0x5018d7b6 wake_up_process +EXPORT_SYMBOL vmlinux 0x504c0d17 sock_rfree EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free EXPORT_SYMBOL vmlinux 0x5074b490 filp_open EXPORT_SYMBOL vmlinux 0x5079c9d7 __pte_index_size +EXPORT_SYMBOL vmlinux 0x50844329 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0x5087b378 get_tree_single EXPORT_SYMBOL vmlinux 0x5087c75b flow_rule_match_basic EXPORT_SYMBOL vmlinux 0x508d6b42 jbd2_journal_get_undo_access EXPORT_SYMBOL vmlinux 0x509e006e scsi_cmd_blk_ioctl EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50a97317 udp_lib_setsockopt EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security -EXPORT_SYMBOL vmlinux 0x50c99625 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc -EXPORT_SYMBOL vmlinux 0x50d7a36c ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x50d7d6e9 flow_block_cb_setup_simple -EXPORT_SYMBOL vmlinux 0x50f33d12 of_iomap +EXPORT_SYMBOL vmlinux 0x50d8dae1 napi_gro_flush EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr EXPORT_SYMBOL vmlinux 0x510ddf3e tty_kref_put +EXPORT_SYMBOL vmlinux 0x510ec6e1 pneigh_lookup EXPORT_SYMBOL vmlinux 0x5114d7b3 nvm_unregister_tgt_type -EXPORT_SYMBOL vmlinux 0x51224271 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x511ac283 udp_seq_next EXPORT_SYMBOL vmlinux 0x513ebc1b fixed_size_llseek EXPORT_SYMBOL vmlinux 0x51494acd dma_mmap_attrs EXPORT_SYMBOL vmlinux 0x5157cee9 migrate_page_states -EXPORT_SYMBOL vmlinux 0x51587c72 __skb_checksum EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend -EXPORT_SYMBOL vmlinux 0x5166d915 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0x516cbd06 mmc_detect_change EXPORT_SYMBOL vmlinux 0x517df81f cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x5185a058 xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x519ac605 d_prune_aliases -EXPORT_SYMBOL vmlinux 0x51b66a1e sk_ns_capable +EXPORT_SYMBOL vmlinux 0x51a763b1 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x51ba7ec6 tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0x51cd413b __frontswap_store EXPORT_SYMBOL vmlinux 0x51d04ea3 radix__flush_tlb_pwc EXPORT_SYMBOL vmlinux 0x51d39b55 inode_set_flags -EXPORT_SYMBOL vmlinux 0x51e95623 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x51f76082 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x52114212 param_get_ushort EXPORT_SYMBOL vmlinux 0x5211f11a super_setup_bdi +EXPORT_SYMBOL vmlinux 0x524a0483 register_netdevice EXPORT_SYMBOL vmlinux 0x524d6a6f phy_mii_ioctl -EXPORT_SYMBOL vmlinux 0x524e4b01 sock_edemux EXPORT_SYMBOL vmlinux 0x526d92e5 cfb_copyarea EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527e343c register_framebuffer +EXPORT_SYMBOL vmlinux 0x5282646e sock_wake_async EXPORT_SYMBOL vmlinux 0x5295f649 paca_ptrs EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529a4b26 neigh_direct_output EXPORT_SYMBOL vmlinux 0x52a55778 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x52a76655 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x52cb0439 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e20b6b __alloc_skb EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52faa7b1 inet6_release +EXPORT_SYMBOL vmlinux 0x53029b60 ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x53033db3 phy_attached_print -EXPORT_SYMBOL vmlinux 0x530732fe tcp_child_process EXPORT_SYMBOL vmlinux 0x5308e350 __vmalloc_start EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend -EXPORT_SYMBOL vmlinux 0x530b3a97 inet_confirm_addr EXPORT_SYMBOL vmlinux 0x530d6c15 scsi_add_device -EXPORT_SYMBOL vmlinux 0x531f8009 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x5317608c eth_validate_addr EXPORT_SYMBOL vmlinux 0x5328c97d input_setup_polling +EXPORT_SYMBOL vmlinux 0x5343b57a skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0x53470e9f __brelse EXPORT_SYMBOL vmlinux 0x537ed008 mark_buffer_write_io_error EXPORT_SYMBOL vmlinux 0x537f4b2c get_acl -EXPORT_SYMBOL vmlinux 0x53969c33 sock_create +EXPORT_SYMBOL vmlinux 0x539c9951 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x53b020a8 of_find_compatible_node -EXPORT_SYMBOL vmlinux 0x53b7442c qdisc_reset EXPORT_SYMBOL vmlinux 0x53c7bc61 blk_mq_free_tag_set -EXPORT_SYMBOL vmlinux 0x53e6cda9 skb_trim +EXPORT_SYMBOL vmlinux 0x53d209cd pcibus_to_node EXPORT_SYMBOL vmlinux 0x53eee411 ptp_clock_index EXPORT_SYMBOL vmlinux 0x53f56766 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x53f71e5a kernel_connect EXPORT_SYMBOL vmlinux 0x53f9ef9e phy_driver_unregister EXPORT_SYMBOL vmlinux 0x53fa36d1 ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0x5412c7c7 up EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user -EXPORT_SYMBOL vmlinux 0x543b5a73 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x544bd4ce uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x545318fa netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x5465fcde bh_uptodate_or_lock -EXPORT_SYMBOL vmlinux 0x546da395 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x546a80c2 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x54704e0f nf_log_packet +EXPORT_SYMBOL vmlinux 0x5478a063 sock_create_kern +EXPORT_SYMBOL vmlinux 0x548ace00 audit_log EXPORT_SYMBOL vmlinux 0x548fef1d fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x54980aca pci_get_class EXPORT_SYMBOL vmlinux 0x54a0ed34 init_on_alloc EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul EXPORT_SYMBOL vmlinux 0x54a9fb71 vm_insert_page EXPORT_SYMBOL vmlinux 0x54ae69fd phy_support_asym_pause -EXPORT_SYMBOL vmlinux 0x54ca0863 netdev_change_features EXPORT_SYMBOL vmlinux 0x54d2f36b genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x54df487c __skb_warn_lro_forwarding EXPORT_SYMBOL vmlinux 0x54e3d5fd __pmd_frag_nr EXPORT_SYMBOL vmlinux 0x54e6f5cb bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp EXPORT_SYMBOL vmlinux 0x54e74040 make_kgid +EXPORT_SYMBOL vmlinux 0x54f30495 ip6_frag_init EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit -EXPORT_SYMBOL vmlinux 0x551853db vme_unregister_bridge EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color EXPORT_SYMBOL vmlinux 0x551be3d6 dev_uc_init EXPORT_SYMBOL vmlinux 0x55239796 tty_port_alloc_xmit_buf -EXPORT_SYMBOL vmlinux 0x552b1ae3 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x552de02b csum_and_copy_from_iter_full EXPORT_SYMBOL vmlinux 0x55357a82 nd_pfn_validate EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched EXPORT_SYMBOL vmlinux 0x55564638 key_revoke EXPORT_SYMBOL vmlinux 0x55567e2b read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x55658ac7 seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user EXPORT_SYMBOL vmlinux 0x556b5d62 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x556c21fe md_bitmap_start_sync -EXPORT_SYMBOL vmlinux 0x556d5ee9 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x558905d0 pci_lost_interrupt EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x55a5979a module_refcount +EXPORT_SYMBOL vmlinux 0x55b657aa pnv_pci_get_npu_dev +EXPORT_SYMBOL vmlinux 0x55c6d42b vga_remove_vgacon EXPORT_SYMBOL vmlinux 0x55c9fcc7 crypto_sha256_finup EXPORT_SYMBOL vmlinux 0x55d06353 genphy_read_abilities EXPORT_SYMBOL vmlinux 0x55d32ff7 blkdev_reread_part @@ -7106,21 +7087,21 @@ EXPORT_SYMBOL vmlinux 0x55dfcaa9 padata_stop EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 EXPORT_SYMBOL vmlinux 0x55e5ee64 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0x55f752a4 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x5608b652 pneigh_enqueue EXPORT_SYMBOL vmlinux 0x561a55fd simple_nosetlease EXPORT_SYMBOL vmlinux 0x5622aae6 blk_mq_run_hw_queue -EXPORT_SYMBOL vmlinux 0x5624307a inet6_protos EXPORT_SYMBOL vmlinux 0x562a742c dm_unregister_target EXPORT_SYMBOL vmlinux 0x562e9776 fsl_lbc_find -EXPORT_SYMBOL vmlinux 0x56317402 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5636a245 kernel_sock_ip_overhead EXPORT_SYMBOL vmlinux 0x563b0056 __cleancache_get_page EXPORT_SYMBOL vmlinux 0x563e6dff sort_r EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk EXPORT_SYMBOL vmlinux 0x5659d7bd jbd2_journal_load EXPORT_SYMBOL vmlinux 0x5675a9fa pm8606_osc_disable -EXPORT_SYMBOL vmlinux 0x56799fc3 dst_init EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x568f2f3f put_vaddr_frames +EXPORT_SYMBOL vmlinux 0x569a9ccd vme_dma_list_free EXPORT_SYMBOL vmlinux 0x56a37fdb __lock_buffer EXPORT_SYMBOL vmlinux 0x56ac2a7c _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x56bd32df mmc_command_done @@ -7135,10 +7116,11 @@ EXPORT_SYMBOL vmlinux 0x57010229 rproc_remove_subdev EXPORT_SYMBOL vmlinux 0x57012071 blk_mq_alloc_tag_set EXPORT_SYMBOL vmlinux 0x57013432 sb_set_blocksize EXPORT_SYMBOL vmlinux 0x57051bf9 dquot_release -EXPORT_SYMBOL vmlinux 0x570c4eb9 inet_sock_destruct EXPORT_SYMBOL vmlinux 0x571258b8 of_graph_get_remote_endpoint EXPORT_SYMBOL vmlinux 0x571a31ff get_thermal_instance EXPORT_SYMBOL vmlinux 0x572ae748 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x57357ebd fb_set_suspend +EXPORT_SYMBOL vmlinux 0x573b7009 agp_generic_type_to_mask_type EXPORT_SYMBOL vmlinux 0x573d6a63 write_inode_now EXPORT_SYMBOL vmlinux 0x573e3c95 mipi_dsi_dcs_nop EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region @@ -7152,140 +7134,136 @@ EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr EXPORT_SYMBOL vmlinux 0x578a408b ZSTD_initDCtx EXPORT_SYMBOL vmlinux 0x5790d4b0 mipi_dsi_dcs_set_tear_off EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57985a49 __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x57a0b370 proc_mkdir_mode -EXPORT_SYMBOL vmlinux 0x57a2d93e dst_dev_put +EXPORT_SYMBOL vmlinux 0x57a47afc agp_generic_create_gatt_table EXPORT_SYMBOL vmlinux 0x57b17b53 blk_register_region EXPORT_SYMBOL vmlinux 0x57b2a097 devm_extcon_register_notifier -EXPORT_SYMBOL vmlinux 0x57daa3b6 __skb_vlan_pop -EXPORT_SYMBOL vmlinux 0x57e711e2 __neigh_event_send -EXPORT_SYMBOL vmlinux 0x58064821 xfrm_parse_spi EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb EXPORT_SYMBOL vmlinux 0x582b6ab8 __cgroup_bpf_run_filter_setsockopt -EXPORT_SYMBOL vmlinux 0x582d4353 __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep EXPORT_SYMBOL vmlinux 0x585a2064 follow_pfn +EXPORT_SYMBOL vmlinux 0x585bb275 __sock_create EXPORT_SYMBOL vmlinux 0x5869af0e radix__local_flush_tlb_page EXPORT_SYMBOL vmlinux 0x58762389 set_groups EXPORT_SYMBOL vmlinux 0x58826426 param_ops_ulong -EXPORT_SYMBOL vmlinux 0x5882c0f8 xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x5883059f t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x5885a984 vio_find_node EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block +EXPORT_SYMBOL vmlinux 0x58a173c4 dst_destroy EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard EXPORT_SYMBOL vmlinux 0x58c8e969 kill_bdev EXPORT_SYMBOL vmlinux 0x58cdf8ed logfc EXPORT_SYMBOL vmlinux 0x58da0df6 iov_iter_revert -EXPORT_SYMBOL vmlinux 0x58dd50d8 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x58da4290 skb_copy_header EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io EXPORT_SYMBOL vmlinux 0x58f8ebe3 mdio_device_free EXPORT_SYMBOL vmlinux 0x590bb844 param_ops_bint +EXPORT_SYMBOL vmlinux 0x59164e07 tcf_classify EXPORT_SYMBOL vmlinux 0x591b5b0c ps2_sliced_command EXPORT_SYMBOL vmlinux 0x59463166 bioset_init_from_src -EXPORT_SYMBOL vmlinux 0x594a2295 tcp_filter EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map EXPORT_SYMBOL vmlinux 0x5953091f genphy_restart_aneg EXPORT_SYMBOL vmlinux 0x595809fd blkdev_get_by_dev EXPORT_SYMBOL vmlinux 0x59588850 vsscanf -EXPORT_SYMBOL vmlinux 0x595bde6d pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page -EXPORT_SYMBOL vmlinux 0x5974c140 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x59894fa7 down_write_trylock EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a8c696 pcim_iounmap EXPORT_SYMBOL vmlinux 0x59ae0a6f set_wb_congested EXPORT_SYMBOL vmlinux 0x59b3f0ce mutex_trylock EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated -EXPORT_SYMBOL vmlinux 0x59e092c7 __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x59f59027 clear_user_page EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore EXPORT_SYMBOL vmlinux 0x5a04a4e9 call_fib_notifier EXPORT_SYMBOL vmlinux 0x5a06f7cf netlink_set_err EXPORT_SYMBOL vmlinux 0x5a088923 up_write -EXPORT_SYMBOL vmlinux 0x5a0a9e5a pci_write_config_dword EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 EXPORT_SYMBOL vmlinux 0x5a0c86af rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x5a249f3f tcp_v4_md5_lookup EXPORT_SYMBOL vmlinux 0x5a2ce4dc seq_put_decimal_ll EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a510a17 tcp_v4_mtu_reduced EXPORT_SYMBOL vmlinux 0x5a8ae15a ZSTD_initDDict EXPORT_SYMBOL vmlinux 0x5a91bcd8 kset_unregister EXPORT_SYMBOL vmlinux 0x5a921311 strncmp -EXPORT_SYMBOL vmlinux 0x5a9610a5 sk_mc_loop EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove EXPORT_SYMBOL vmlinux 0x5aa0e907 vlan_uses_dev EXPORT_SYMBOL vmlinux 0x5ab09743 dma_cache_sync EXPORT_SYMBOL vmlinux 0x5ac5d537 buffer_check_dirty_writeback -EXPORT_SYMBOL vmlinux 0x5ae01b4f xfrm_spd_getinfo -EXPORT_SYMBOL vmlinux 0x5aed74f6 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5adb452f inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x5af8d18f key_payload_reserve EXPORT_SYMBOL vmlinux 0x5b070990 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x5b23a7d2 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x5b2b0015 setup_arg_pages EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax -EXPORT_SYMBOL vmlinux 0x5b39d800 eth_gro_receive EXPORT_SYMBOL vmlinux 0x5b3cdd8d scsi_dma_map EXPORT_SYMBOL vmlinux 0x5b3f7deb mark_buffer_dirty_inode EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap EXPORT_SYMBOL vmlinux 0x5b663ac3 genphy_read_status EXPORT_SYMBOL vmlinux 0x5b760467 proc_do_large_bitmap -EXPORT_SYMBOL vmlinux 0x5b7a82fb arp_xmit -EXPORT_SYMBOL vmlinux 0x5b840a49 inet_sk_rx_dst_set -EXPORT_SYMBOL vmlinux 0x5b850e4b nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bb78e74 agp_generic_enable EXPORT_SYMBOL vmlinux 0x5bbec902 tcf_generic_walker EXPORT_SYMBOL vmlinux 0x5bce19ec __blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c0c3e34 sock_recv_errqueue EXPORT_SYMBOL vmlinux 0x5c13fcf1 fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0x5c185691 padata_do_serial -EXPORT_SYMBOL vmlinux 0x5c2110cf __skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x5c26f99c netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x5c1dcbee netif_carrier_off EXPORT_SYMBOL vmlinux 0x5c2cf317 rproc_del +EXPORT_SYMBOL vmlinux 0x5c36e3a9 ip_mc_join_group EXPORT_SYMBOL vmlinux 0x5c37922f page_symlink EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x5c443a76 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x5c6fe35d __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0x5c8027bd crypto_sha512_finup -EXPORT_SYMBOL vmlinux 0x5c8f901d __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x5caf434d __register_binfmt EXPORT_SYMBOL vmlinux 0x5cc1ef22 rproc_alloc -EXPORT_SYMBOL vmlinux 0x5cca79d3 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x5cc609b1 tcp_v4_destroy_sock EXPORT_SYMBOL vmlinux 0x5ccb41a5 phy_ethtool_set_link_ksettings EXPORT_SYMBOL vmlinux 0x5ccf271d __ClearPageMovable -EXPORT_SYMBOL vmlinux 0x5cd52160 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x5cf34019 napi_consume_skb EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor EXPORT_SYMBOL vmlinux 0x5cf58464 phy_device_remove EXPORT_SYMBOL vmlinux 0x5d1c8c10 request_key_rcu EXPORT_SYMBOL vmlinux 0x5d24d4b0 path_is_mountpoint -EXPORT_SYMBOL vmlinux 0x5d305805 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0x5d38deed serial8250_set_isa_configurator EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry -EXPORT_SYMBOL vmlinux 0x5d5b9c6c napi_get_frags +EXPORT_SYMBOL vmlinux 0x5d5547dc noop_qdisc +EXPORT_SYMBOL vmlinux 0x5d5a39cc netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5d685faf __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x5d704994 compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x5d70e642 remap_vmalloc_range_partial EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d85fc46 reuseport_detach_prog -EXPORT_SYMBOL vmlinux 0x5db71df3 skb_csum_hwoffload_help -EXPORT_SYMBOL vmlinux 0x5dbd8260 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x5dca5975 input_match_device_id -EXPORT_SYMBOL vmlinux 0x5df081d6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x5dd41ca2 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x5dd5eec4 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x5ddfb349 dev_add_pack EXPORT_SYMBOL vmlinux 0x5df49be6 radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0x5dffb495 ZSTD_decompress_usingDDict EXPORT_SYMBOL vmlinux 0x5e08872a jbd2_journal_inode_ranged_wait -EXPORT_SYMBOL vmlinux 0x5e2b1285 arp_tbl EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe -EXPORT_SYMBOL vmlinux 0x5e4ef8a4 inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0x5e543599 get_fs_type +EXPORT_SYMBOL vmlinux 0x5e64ac17 netdev_reset_tc EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc EXPORT_SYMBOL vmlinux 0x5e78816d ppp_channel_index EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x5e847d63 pci_resize_resource EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask -EXPORT_SYMBOL vmlinux 0x5eaa3090 __ip_dev_find EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg EXPORT_SYMBOL vmlinux 0x5ebece88 ps2_begin_command EXPORT_SYMBOL vmlinux 0x5ebfa6f6 kill_fasync -EXPORT_SYMBOL vmlinux 0x5ecaf528 netif_tx_stop_all_queues -EXPORT_SYMBOL vmlinux 0x5ecc7836 sock_create_kern +EXPORT_SYMBOL vmlinux 0x5ecb83cc skb_ext_add EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch EXPORT_SYMBOL vmlinux 0x5ed2969e string_escape_mem_ascii EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun @@ -7295,48 +7273,60 @@ EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters EXPORT_SYMBOL vmlinux 0x5f1428e3 uart_remove_one_port EXPORT_SYMBOL vmlinux 0x5f24dd1a wait_for_completion_killable_timeout EXPORT_SYMBOL vmlinux 0x5f2b74a5 nlmsg_notify -EXPORT_SYMBOL vmlinux 0x5f2c8579 agp_backend_release +EXPORT_SYMBOL vmlinux 0x5f404833 dev_get_by_index EXPORT_SYMBOL vmlinux 0x5f668f2d update_region EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa EXPORT_SYMBOL vmlinux 0x5f73bc88 vfs_iter_write EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f90d5c0 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x5f9c2714 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x5fb370b7 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0x5fb43117 d_rehash EXPORT_SYMBOL vmlinux 0x5fb516f8 xa_find +EXPORT_SYMBOL vmlinux 0x5fb7e3b8 sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x5fc7130a sb_min_blocksize EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact EXPORT_SYMBOL vmlinux 0x5fe1da9e cdrom_release EXPORT_SYMBOL vmlinux 0x5fead93f seq_open -EXPORT_SYMBOL vmlinux 0x5feb3d63 ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6007871b sock_no_accept +EXPORT_SYMBOL vmlinux 0x600ab497 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x60146c8b inet6_add_offload EXPORT_SYMBOL vmlinux 0x6016531a gen_pool_set_algo EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create EXPORT_SYMBOL vmlinux 0x6034b378 file_check_and_advance_wb_err EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier -EXPORT_SYMBOL vmlinux 0x603963bd devm_ioport_map +EXPORT_SYMBOL vmlinux 0x6038b57d dev_set_group EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent EXPORT_SYMBOL vmlinux 0x606172e4 pmem_sector_size -EXPORT_SYMBOL vmlinux 0x607212bc inet_add_offload +EXPORT_SYMBOL vmlinux 0x606691c8 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x606a7b35 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x60770e83 __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0x6088766d bio_clone_fast +EXPORT_SYMBOL vmlinux 0x608d3343 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region EXPORT_SYMBOL vmlinux 0x609277eb i2c_smbus_read_i2c_block_data_or_emulated EXPORT_SYMBOL vmlinux 0x609b2853 hdmi_infoframe_pack EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton -EXPORT_SYMBOL vmlinux 0x609d19fa vif_device_init EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net EXPORT_SYMBOL vmlinux 0x60a05429 i2c_transfer_buffer_flags EXPORT_SYMBOL vmlinux 0x60a849a2 mmc_cqe_start_req EXPORT_SYMBOL vmlinux 0x60c0e60d of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x60d16702 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f056cf ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x60f4cdf0 __register_chrdev EXPORT_SYMBOL vmlinux 0x60f58852 node_data +EXPORT_SYMBOL vmlinux 0x60fce583 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x611026b5 napi_disable EXPORT_SYMBOL vmlinux 0x61110920 param_get_byte +EXPORT_SYMBOL vmlinux 0x611c1aaa passthru_features_check EXPORT_SYMBOL vmlinux 0x6120d8fb config_item_get EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init EXPORT_SYMBOL vmlinux 0x612431d6 vm_iomap_memory EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit -EXPORT_SYMBOL vmlinux 0x6136e05d skb_find_text +EXPORT_SYMBOL vmlinux 0x6135ea64 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x61389107 uart_suspend_port EXPORT_SYMBOL vmlinux 0x61407a47 scaled_ppm_to_ppb EXPORT_SYMBOL vmlinux 0x6146fcfe follow_up @@ -7345,30 +7335,21 @@ EXPORT_SYMBOL vmlinux 0x6164d133 devfreq_suspend_device EXPORT_SYMBOL vmlinux 0x617628b7 kthread_associate_blkcg EXPORT_SYMBOL vmlinux 0x61786e6f address_space_init_once EXPORT_SYMBOL vmlinux 0x617e6b15 i2c_del_driver -EXPORT_SYMBOL vmlinux 0x6186f5cc tcp_add_backlog EXPORT_SYMBOL vmlinux 0x618911fc numa_node EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer -EXPORT_SYMBOL vmlinux 0x619e7864 skb_try_coalesce -EXPORT_SYMBOL vmlinux 0x61aff8cb sock_init_data EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull -EXPORT_SYMBOL vmlinux 0x61bb1ea1 inet_gro_receive +EXPORT_SYMBOL vmlinux 0x61bcb918 mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x61c9596b genphy_suspend -EXPORT_SYMBOL vmlinux 0x61d69936 inet_csk_destroy_sock -EXPORT_SYMBOL vmlinux 0x61e70395 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer EXPORT_SYMBOL vmlinux 0x61f1694e mark_info_dirty -EXPORT_SYMBOL vmlinux 0x61f42ac0 __skb_warn_lro_forwarding -EXPORT_SYMBOL vmlinux 0x61f43ba1 xfrm_register_type -EXPORT_SYMBOL vmlinux 0x6209d512 pci_find_capability +EXPORT_SYMBOL vmlinux 0x61f5f067 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x61f6d80d nf_log_trace EXPORT_SYMBOL vmlinux 0x620d9097 elv_rb_del -EXPORT_SYMBOL vmlinux 0x6211b333 skb_dequeue EXPORT_SYMBOL vmlinux 0x6212c566 flow_rule_match_cvlan EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier -EXPORT_SYMBOL vmlinux 0x6215dd97 tcp_getsockopt -EXPORT_SYMBOL vmlinux 0x6215dffe netdev_printk EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single -EXPORT_SYMBOL vmlinux 0x6238ae83 registered_fb -EXPORT_SYMBOL vmlinux 0x625cc2b7 dev_deactivate +EXPORT_SYMBOL vmlinux 0x6230dc0e pcim_iomap +EXPORT_SYMBOL vmlinux 0x624eb7b4 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x62632276 serio_unregister_child_port EXPORT_SYMBOL vmlinux 0x626e4e6f fscrypt_ioctl_set_policy EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister @@ -7376,120 +7357,112 @@ EXPORT_SYMBOL vmlinux 0x6280f5d8 radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name EXPORT_SYMBOL vmlinux 0x62925086 cdrom_mode_select EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin +EXPORT_SYMBOL vmlinux 0x62cf6cb3 vme_dma_request EXPORT_SYMBOL vmlinux 0x62e95b4f bd_set_size -EXPORT_SYMBOL vmlinux 0x62f91aea pci_bus_find_capability -EXPORT_SYMBOL vmlinux 0x63157c67 napi_consume_skb -EXPORT_SYMBOL vmlinux 0x631cbaa8 gro_find_complete_by_type -EXPORT_SYMBOL vmlinux 0x631e87be nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x632d2016 poll_initwait EXPORT_SYMBOL vmlinux 0x632d3d73 nvm_dev_dma_free -EXPORT_SYMBOL vmlinux 0x632fe736 mr_mfc_find_parent -EXPORT_SYMBOL vmlinux 0x633e5a03 compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0x63484997 d_instantiate_new EXPORT_SYMBOL vmlinux 0x634e18a6 del_random_ready_callback EXPORT_SYMBOL vmlinux 0x635a3a7a rproc_add_carveout EXPORT_SYMBOL vmlinux 0x63635e2d __insert_inode_hash EXPORT_SYMBOL vmlinux 0x636b54e0 hmm_mirror_unregister EXPORT_SYMBOL vmlinux 0x638b70db mipi_dsi_dcs_set_page_address -EXPORT_SYMBOL vmlinux 0x638bf2f3 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x639a2df0 vfs_rename EXPORT_SYMBOL vmlinux 0x63a71587 sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region EXPORT_SYMBOL vmlinux 0x63bffd8e neigh_proc_dointvec EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight EXPORT_SYMBOL vmlinux 0x63d64ef5 devm_gen_pool_create -EXPORT_SYMBOL vmlinux 0x63d6c283 sock_from_file EXPORT_SYMBOL vmlinux 0x63ea7840 __scsi_iterate_devices EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink EXPORT_SYMBOL vmlinux 0x63f2c74d can_nice EXPORT_SYMBOL vmlinux 0x6405dcd3 slhc_toss EXPORT_SYMBOL vmlinux 0x6407f786 irq_set_chip EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off -EXPORT_SYMBOL vmlinux 0x6428a579 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x64138628 vga_client_register EXPORT_SYMBOL vmlinux 0x6428bcb0 mipi_dsi_attach EXPORT_SYMBOL vmlinux 0x6439f1ec md_integrity_add_rdev EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free -EXPORT_SYMBOL vmlinux 0x64469225 rtnl_unicast EXPORT_SYMBOL vmlinux 0x6451679d end_buffer_write_sync EXPORT_SYMBOL vmlinux 0x64546062 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x6454e461 nf_log_unset +EXPORT_SYMBOL vmlinux 0x6461330f inet_get_local_port_range EXPORT_SYMBOL vmlinux 0x6466a5bb security_binder_transaction EXPORT_SYMBOL vmlinux 0x64683ca9 touchscreen_parse_properties -EXPORT_SYMBOL vmlinux 0x646e8316 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x64704960 sock_sendmsg EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x64831cb8 xa_extract +EXPORT_SYMBOL vmlinux 0x648e2adc netpoll_poll_disable EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a0485e pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x64a2505c kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x64a40935 mdiobus_read EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu EXPORT_SYMBOL vmlinux 0x64b09193 dcb_ieee_getapp_default_prio_mask -EXPORT_SYMBOL vmlinux 0x64b356ae ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape -EXPORT_SYMBOL vmlinux 0x64be8b4a __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x64cb157d qdisc_hash_add EXPORT_SYMBOL vmlinux 0x64cdb681 phy_ethtool_ksettings_get EXPORT_SYMBOL vmlinux 0x64d23467 refcount_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0x64d4530c generic_make_request +EXPORT_SYMBOL vmlinux 0x64d4ef63 tcp_parse_options EXPORT_SYMBOL vmlinux 0x64d61ff8 vfs_readlink EXPORT_SYMBOL vmlinux 0x64d894a6 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x64dc9c1e inet_recvmsg EXPORT_SYMBOL vmlinux 0x64f91870 tty_check_change -EXPORT_SYMBOL vmlinux 0x64fe9bae xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652032cb mac_pton EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob EXPORT_SYMBOL vmlinux 0x655611bf get_vaddr_frames +EXPORT_SYMBOL vmlinux 0x6564a9d4 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf EXPORT_SYMBOL vmlinux 0x657b9994 radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc -EXPORT_SYMBOL vmlinux 0x65a73df9 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock EXPORT_SYMBOL vmlinux 0x65cae13e is_nd_dax EXPORT_SYMBOL vmlinux 0x65cf8831 ZSTD_decompress_usingDict EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer -EXPORT_SYMBOL vmlinux 0x65eeb1a6 inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0x65fa304c input_mt_sync_frame -EXPORT_SYMBOL vmlinux 0x660fb33d ipmr_rule_default -EXPORT_SYMBOL vmlinux 0x661fa674 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x6622e690 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x6637d2c5 pci_dev_get EXPORT_SYMBOL vmlinux 0x665a7a2f call_usermodehelper_setup -EXPORT_SYMBOL vmlinux 0x6665980d zerocopy_sg_from_iter -EXPORT_SYMBOL vmlinux 0x666bac69 ata_link_printk EXPORT_SYMBOL vmlinux 0x66726be0 ilookup EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset EXPORT_SYMBOL vmlinux 0x669c163c mmc_can_trim EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup EXPORT_SYMBOL vmlinux 0x66bae508 kmem_cache_alloc_bulk -EXPORT_SYMBOL vmlinux 0x66be2a4b napi_complete_done EXPORT_SYMBOL vmlinux 0x66d78f8b vfs_ioctl EXPORT_SYMBOL vmlinux 0x66d7aefb __frontswap_load EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec -EXPORT_SYMBOL vmlinux 0x66ea7af4 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x66df2009 netdev_adjacent_change_commit EXPORT_SYMBOL vmlinux 0x66f83069 dcb_ieee_getapp_prio_dscp_mask_map EXPORT_SYMBOL vmlinux 0x67204433 dm_register_target -EXPORT_SYMBOL vmlinux 0x6725663d sock_i_uid +EXPORT_SYMBOL vmlinux 0x67284307 tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init -EXPORT_SYMBOL vmlinux 0x6755f68d dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x67778d25 phy_attach_direct EXPORT_SYMBOL vmlinux 0x677cd53f cpufreq_global_kobject EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc EXPORT_SYMBOL vmlinux 0x679405ee devfreq_interval_update EXPORT_SYMBOL vmlinux 0x679fe488 nf_register_sockopt EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu -EXPORT_SYMBOL vmlinux 0x67ba37e4 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x67cd72f1 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0x67d3bf52 ppp_input -EXPORT_SYMBOL vmlinux 0x67d8da88 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x67e52f3b proto_unregister +EXPORT_SYMBOL vmlinux 0x67e7eb57 __dev_remove_pack EXPORT_SYMBOL vmlinux 0x67f468e7 bpf_stats_enabled_key EXPORT_SYMBOL vmlinux 0x67fc472c gen_pool_dma_alloc_align EXPORT_SYMBOL vmlinux 0x68034e37 __module_get -EXPORT_SYMBOL vmlinux 0x68083a6a devm_ioremap_nocache EXPORT_SYMBOL vmlinux 0x680a52d2 add_to_pipe +EXPORT_SYMBOL vmlinux 0x680e4637 tcp_close +EXPORT_SYMBOL vmlinux 0x681ab664 sk_alloc EXPORT_SYMBOL vmlinux 0x682bf3eb __bread_gfp -EXPORT_SYMBOL vmlinux 0x682f4c28 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x683b13f9 of_root EXPORT_SYMBOL vmlinux 0x6848974a kmem_cache_shrink EXPORT_SYMBOL vmlinux 0x684925b9 max8925_set_bits @@ -7499,63 +7472,67 @@ EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort EXPORT_SYMBOL vmlinux 0x68616c1c dquot_writeback_dquots EXPORT_SYMBOL vmlinux 0x686818bb down_read EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687e3028 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x6882c75a pci_clear_mwi EXPORT_SYMBOL vmlinux 0x689f370d frame_vector_to_pages EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font EXPORT_SYMBOL vmlinux 0x68b00c58 dentry_open EXPORT_SYMBOL vmlinux 0x68c19b7a end_page_writeback EXPORT_SYMBOL vmlinux 0x68d60dd0 security_inode_invalidate_secctx EXPORT_SYMBOL vmlinux 0x68d8c1f9 vfs_rmdir -EXPORT_SYMBOL vmlinux 0x68e47ce0 udp6_set_csum -EXPORT_SYMBOL vmlinux 0x68f6f9ac pci_match_id EXPORT_SYMBOL vmlinux 0x6909440b __pgd_table_size EXPORT_SYMBOL vmlinux 0x691134dc nvm_register_tgt_type EXPORT_SYMBOL vmlinux 0x6918c053 I_BDEV +EXPORT_SYMBOL vmlinux 0x691ad299 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x69272433 inet6_protos EXPORT_SYMBOL vmlinux 0x692fce5b dmam_free_coherent EXPORT_SYMBOL vmlinux 0x69382883 sg_miter_skip EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 EXPORT_SYMBOL vmlinux 0x69585523 __ksize EXPORT_SYMBOL vmlinux 0x6962bf12 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x6965fbe6 skb_seq_read EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days -EXPORT_SYMBOL vmlinux 0x69723397 pcie_set_mps EXPORT_SYMBOL vmlinux 0x698fb8db vlan_vid_add +EXPORT_SYMBOL vmlinux 0x69a55aa3 sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0x69a90596 noop_llseek -EXPORT_SYMBOL vmlinux 0x69ad2862 pci_release_selected_regions EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint EXPORT_SYMBOL vmlinux 0x69ba6f6e dma_free_attrs EXPORT_SYMBOL vmlinux 0x69d8a649 __tracepoint_spi_transfer_stop EXPORT_SYMBOL vmlinux 0x69db6ae0 mnt_set_expiry EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window -EXPORT_SYMBOL vmlinux 0x69e3a7dc xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x69f232cc dquot_alloc_inode EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree EXPORT_SYMBOL vmlinux 0x6a12ffe2 generic_file_splice_read EXPORT_SYMBOL vmlinux 0x6a3f92e9 jbd2_journal_finish_inode_data_buffers EXPORT_SYMBOL vmlinux 0x6a440a78 __bforget -EXPORT_SYMBOL vmlinux 0x6a4bf560 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x6a455df5 __udp_disconnect EXPORT_SYMBOL vmlinux 0x6a50faaf mmc_free_host EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5eef58 dev_uc_sync_multiple EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask -EXPORT_SYMBOL vmlinux 0x6a74fe87 __skb_checksum_complete_head -EXPORT_SYMBOL vmlinux 0x6a8b08d7 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x6a7165b3 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x6a9e485c pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6ab5d021 pci_read_config_word EXPORT_SYMBOL vmlinux 0x6ac111b8 pps_register_source +EXPORT_SYMBOL vmlinux 0x6ac191f4 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0x6ac3481d srp_start_tl_fail_timers EXPORT_SYMBOL vmlinux 0x6ad16c2d kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x6ade6454 trace_print_array_seq -EXPORT_SYMBOL vmlinux 0x6aedd0e1 inet_del_protocol EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset EXPORT_SYMBOL vmlinux 0x6af3d202 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x6afa592b skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x6afcca81 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x6b127d86 skb_clone_sk EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack -EXPORT_SYMBOL vmlinux 0x6b48dbed pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x6b2fc3c0 pnv_pci_get_gpu_dev +EXPORT_SYMBOL vmlinux 0x6b427b96 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x6b4bcb80 get_phy_device EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable -EXPORT_SYMBOL vmlinux 0x6b5a206b udp_push_pending_frames EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy EXPORT_SYMBOL vmlinux 0x6b84e869 set_anon_super_fc @@ -7563,17 +7540,14 @@ EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list EXPORT_SYMBOL vmlinux 0x6b8e24b6 cdrom_get_last_written EXPORT_SYMBOL vmlinux 0x6b923107 set_posix_acl -EXPORT_SYMBOL vmlinux 0x6b9b2b07 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x6bad03a0 security_sock_graft -EXPORT_SYMBOL vmlinux 0x6bb97d4c tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev -EXPORT_SYMBOL vmlinux 0x6be17720 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x6bd14b2f sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x6bdcd998 dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x6be9c598 rproc_put EXPORT_SYMBOL vmlinux 0x6bfc4d2a iov_iter_npages -EXPORT_SYMBOL vmlinux 0x6c0f3382 kernel_getsockname EXPORT_SYMBOL vmlinux 0x6c28be5a vfio_info_add_capability EXPORT_SYMBOL vmlinux 0x6c2e31f6 ps2_drain -EXPORT_SYMBOL vmlinux 0x6c2eaed3 pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x6c2efd7d cfb_imageblit EXPORT_SYMBOL vmlinux 0x6c2f73d3 unlock_buffer EXPORT_SYMBOL vmlinux 0x6c317b56 dev_vprintk_emit @@ -7584,37 +7558,40 @@ EXPORT_SYMBOL vmlinux 0x6c5593b9 __generic_block_fiemap EXPORT_SYMBOL vmlinux 0x6c5dae23 scsi_kmap_atomic_sg EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb EXPORT_SYMBOL vmlinux 0x6c6fc6c6 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6c7df2c0 get_agp_version EXPORT_SYMBOL vmlinux 0x6c8ad3d4 unregister_sysctl_table -EXPORT_SYMBOL vmlinux 0x6c9f45f6 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x6cacf63d netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk -EXPORT_SYMBOL vmlinux 0x6cea1260 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x6cc553c0 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x6cc69c7d vme_new_dma_list EXPORT_SYMBOL vmlinux 0x6cfe130b tty_name EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier -EXPORT_SYMBOL vmlinux 0x6d000b5f inet_recvmsg +EXPORT_SYMBOL vmlinux 0x6d0b2dfc pci_set_master EXPORT_SYMBOL vmlinux 0x6d0dceb6 __scsi_print_sense EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d41dc8c tcp_seq_start EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d7791e4 __neigh_event_send EXPORT_SYMBOL vmlinux 0x6d9f4abf wait_on_page_bit_killable EXPORT_SYMBOL vmlinux 0x6da75859 complete_request_key EXPORT_SYMBOL vmlinux 0x6dcd2b12 dcb_ieee_setapp EXPORT_SYMBOL vmlinux 0x6dce38a3 bdgrab +EXPORT_SYMBOL vmlinux 0x6dcefc39 ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null -EXPORT_SYMBOL vmlinux 0x6dd93c57 ping_prot EXPORT_SYMBOL vmlinux 0x6ddb0036 textsearch_destroy EXPORT_SYMBOL vmlinux 0x6dde59fc fb_deferred_io_mmap EXPORT_SYMBOL vmlinux 0x6de391b7 iov_iter_zero EXPORT_SYMBOL vmlinux 0x6de5edb2 __seq_open_private EXPORT_SYMBOL vmlinux 0x6de7485c simple_transaction_set EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction -EXPORT_SYMBOL vmlinux 0x6df2f612 pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0x6df798a5 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x6e027bce vio_disable_interrupts EXPORT_SYMBOL vmlinux 0x6e0f8fad _dev_err +EXPORT_SYMBOL vmlinux 0x6e13b3ab mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0x6e286604 hdmi_drm_infoframe_pack -EXPORT_SYMBOL vmlinux 0x6e3ae713 vme_irq_request EXPORT_SYMBOL vmlinux 0x6e5788df do_SAK EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run -EXPORT_SYMBOL vmlinux 0x6e5cc491 xfrm_sad_getinfo -EXPORT_SYMBOL vmlinux 0x6e6f1a56 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x6e5d9013 skb_store_bits EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock EXPORT_SYMBOL vmlinux 0x6e7a37ea rproc_elf_load_segments EXPORT_SYMBOL vmlinux 0x6e7b27f2 vfs_tmpfile @@ -7627,17 +7604,16 @@ EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea3b247 key_type_keyring EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig EXPORT_SYMBOL vmlinux 0x6eae6aea devm_nvmem_cell_put -EXPORT_SYMBOL vmlinux 0x6eb1dc51 __sk_dst_check EXPORT_SYMBOL vmlinux 0x6ec466ec scsi_remove_device EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check -EXPORT_SYMBOL vmlinux 0x6ef746c9 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x6ef2cf81 netpoll_setup EXPORT_SYMBOL vmlinux 0x6f08b1c6 mempool_exit +EXPORT_SYMBOL vmlinux 0x6f0e4e37 inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x6f1283ee idr_for_each EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit -EXPORT_SYMBOL vmlinux 0x6f2eecaa dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x6f46074b skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0x6f47a258 input_close_device EXPORT_SYMBOL vmlinux 0x6f500a1d devm_devfreq_add_device -EXPORT_SYMBOL vmlinux 0x6f762c93 pskb_extract EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work EXPORT_SYMBOL vmlinux 0x6fc1a45d is_nd_btt @@ -7648,67 +7624,76 @@ EXPORT_SYMBOL vmlinux 0x6fda8af2 simple_unlink EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv EXPORT_SYMBOL vmlinux 0x6ff85aad md_write_start EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700f02f4 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x7017449d __pci_register_driver EXPORT_SYMBOL vmlinux 0x701b2f91 generic_parse_monolithic EXPORT_SYMBOL vmlinux 0x701cbfb1 proc_symlink EXPORT_SYMBOL vmlinux 0x702213aa tcf_em_tree_destroy EXPORT_SYMBOL vmlinux 0x70247650 dns_query +EXPORT_SYMBOL vmlinux 0x70318700 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x7036dced xattr_full_name EXPORT_SYMBOL vmlinux 0x70433edc splice_direct_to_actor EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma EXPORT_SYMBOL vmlinux 0x70561649 mdiobus_free EXPORT_SYMBOL vmlinux 0x705c0ce9 con_is_visible -EXPORT_SYMBOL vmlinux 0x706a37a1 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x705e17aa pcim_pin_device EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x70873724 dev_remove_offload EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put -EXPORT_SYMBOL vmlinux 0x70909e81 devm_ioremap_resource -EXPORT_SYMBOL vmlinux 0x70912d6a udp_pre_connect +EXPORT_SYMBOL vmlinux 0x70a4e097 vme_master_request EXPORT_SYMBOL vmlinux 0x70a919db sg_miter_next +EXPORT_SYMBOL vmlinux 0x70ac441b inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0x70b411b8 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x70cfed2c netif_rx_ni +EXPORT_SYMBOL vmlinux 0x70e4598e __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x70f81bd8 param_get_int EXPORT_SYMBOL vmlinux 0x7100ac0a devfreq_remove_device EXPORT_SYMBOL vmlinux 0x7116a9bd fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x71182922 vfio_register_notifier EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc EXPORT_SYMBOL vmlinux 0x712e698a kmem_cache_free_bulk EXPORT_SYMBOL vmlinux 0x712f9124 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0x7131bf58 tty_termios_hw_change EXPORT_SYMBOL vmlinux 0x71380ac8 cpumask_next_wrap EXPORT_SYMBOL vmlinux 0x7140fcf9 validate_sp -EXPORT_SYMBOL vmlinux 0x714ba0d4 scsi_target_quiesce EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x7158b379 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x716d9763 stop_tty EXPORT_SYMBOL vmlinux 0x7171121c overflowgid -EXPORT_SYMBOL vmlinux 0x71861b10 pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x718f0b11 i2c_smbus_read_i2c_block_data EXPORT_SYMBOL vmlinux 0x71907c17 current_time -EXPORT_SYMBOL vmlinux 0x719eb406 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy EXPORT_SYMBOL vmlinux 0x71c3ac19 i2c_smbus_read_word_data EXPORT_SYMBOL vmlinux 0x71e4b86b locks_init_lock +EXPORT_SYMBOL vmlinux 0x71ed8b2a skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x71f39a5f iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x71f75ea6 fb_set_var +EXPORT_SYMBOL vmlinux 0x71fa4db8 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x7203a11b devfreq_unregister_opp_notifier -EXPORT_SYMBOL vmlinux 0x7216be8b inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x7225af24 mpage_readpages EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported EXPORT_SYMBOL vmlinux 0x72565e3d lock_two_nondirectories EXPORT_SYMBOL vmlinux 0x725ff62c jbd2_transaction_committed EXPORT_SYMBOL vmlinux 0x72608c0e do_uaccess_flush EXPORT_SYMBOL vmlinux 0x7266a3a5 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x7266b7ff pci_read_config_byte EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update EXPORT_SYMBOL vmlinux 0x729d7eab genphy_aneg_done -EXPORT_SYMBOL vmlinux 0x72a18747 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x72ab817b xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 EXPORT_SYMBOL vmlinux 0x72cf2adb qdisc_class_hash_grow EXPORT_SYMBOL vmlinux 0x72d7651d bdget +EXPORT_SYMBOL vmlinux 0x72d912d4 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0x72e03cd6 blkdev_get_by_path -EXPORT_SYMBOL vmlinux 0x72e336fc sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type EXPORT_SYMBOL vmlinux 0x72fa62d2 __break_lease +EXPORT_SYMBOL vmlinux 0x72fba4c1 netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0x73093619 md_reap_sync_thread EXPORT_SYMBOL vmlinux 0x730a698e param_set_charp -EXPORT_SYMBOL vmlinux 0x730c649f pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x7314fbe7 pci_remove_bus EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base EXPORT_SYMBOL vmlinux 0x73214b52 t10_pi_type1_crc @@ -7717,10 +7702,10 @@ EXPORT_SYMBOL vmlinux 0x732c3f66 bh_submit_read EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt EXPORT_SYMBOL vmlinux 0x736008b6 abx500_event_registers_startup_state_get EXPORT_SYMBOL vmlinux 0x7363dd11 generic_block_bmap -EXPORT_SYMBOL vmlinux 0x736791cf __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0x7375b2d0 vfs_unlink EXPORT_SYMBOL vmlinux 0x7376b0cd give_up_console EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738b9e67 tcp_gro_complete EXPORT_SYMBOL vmlinux 0x738e9688 rproc_elf_load_rsc_table EXPORT_SYMBOL vmlinux 0x73a705d9 rproc_da_to_va EXPORT_SYMBOL vmlinux 0x73aa88d0 genphy_read_mmd_unsupported @@ -7728,146 +7713,151 @@ EXPORT_SYMBOL vmlinux 0x73ac35b4 input_mt_get_slot_by_key EXPORT_SYMBOL vmlinux 0x73b1c20f __generic_file_write_iter EXPORT_SYMBOL vmlinux 0x73d83410 vlan_vid_del EXPORT_SYMBOL vmlinux 0x73e76889 rproc_add_subdev -EXPORT_SYMBOL vmlinux 0x74029f68 rt_dst_clone EXPORT_SYMBOL vmlinux 0x740f20d3 generic_ro_fops -EXPORT_SYMBOL vmlinux 0x7410a29c scsi_device_set_state EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74252d89 vfio_unpin_pages EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes EXPORT_SYMBOL vmlinux 0x7434035c simple_setattr EXPORT_SYMBOL vmlinux 0x7439fd86 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x744de482 __skb_ext_del EXPORT_SYMBOL vmlinux 0x746928c6 iunique EXPORT_SYMBOL vmlinux 0x74779d5a input_set_min_poll_interval -EXPORT_SYMBOL vmlinux 0x747c925b tcf_block_put_ext EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked EXPORT_SYMBOL vmlinux 0x748842e0 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x748ed80d inet6_add_protocol EXPORT_SYMBOL vmlinux 0x7493eeb5 dump_skip EXPORT_SYMBOL vmlinux 0x749a5416 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x749d0b7b tcp_seq_stop EXPORT_SYMBOL vmlinux 0x74b3a514 proc_remove +EXPORT_SYMBOL vmlinux 0x74be54dc sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 EXPORT_SYMBOL vmlinux 0x74cc3724 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x74d52d3d alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable EXPORT_SYMBOL vmlinux 0x74f1cd69 __cpu_present_mask EXPORT_SYMBOL vmlinux 0x7505c775 __ioremap_at -EXPORT_SYMBOL vmlinux 0x7515cedc pnv_cxl_release_hwirq_ranges EXPORT_SYMBOL vmlinux 0x751ae89d md_wakeup_thread -EXPORT_SYMBOL vmlinux 0x752345a3 passthru_features_check EXPORT_SYMBOL vmlinux 0x75283868 vfs_getattr EXPORT_SYMBOL vmlinux 0x752c2e6f register_console EXPORT_SYMBOL vmlinux 0x752d451f __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x7538a005 skb_copy_expand EXPORT_SYMBOL vmlinux 0x7538b132 agp_off -EXPORT_SYMBOL vmlinux 0x7565831a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x754b8892 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0x759574ad serio_open -EXPORT_SYMBOL vmlinux 0x759bf9af inet6_register_protosw EXPORT_SYMBOL vmlinux 0x75a15129 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x75a226df edac_mc_find EXPORT_SYMBOL vmlinux 0x75a3cac7 ilookup5_nowait -EXPORT_SYMBOL vmlinux 0x75a51671 __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x75aa6ca1 __kernel_virt_start +EXPORT_SYMBOL vmlinux 0x75b0e029 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x75b84907 pci_enable_device EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75c9132f iw_handler_get_spy EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75e164ea inet_getname EXPORT_SYMBOL vmlinux 0x75f38c3c iov_iter_pipe -EXPORT_SYMBOL vmlinux 0x75fe91c0 sock_queue_err_skb -EXPORT_SYMBOL vmlinux 0x7601c6ff neigh_resolve_output EXPORT_SYMBOL vmlinux 0x760a0f4f yield -EXPORT_SYMBOL vmlinux 0x760e8a4d netpoll_parse_options EXPORT_SYMBOL vmlinux 0x761301c2 migrate_vma_pages EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired EXPORT_SYMBOL vmlinux 0x76245d97 dev_mc_sync EXPORT_SYMBOL vmlinux 0x763901ed blk_queue_virt_boundary EXPORT_SYMBOL vmlinux 0x763ba3ad ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x763ed237 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x76454bd6 scsi_block_requests EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq EXPORT_SYMBOL vmlinux 0x765da445 bio_copy_data EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76621462 sock_no_getsockopt EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages -EXPORT_SYMBOL vmlinux 0x769952ce udplite_prot EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x769f8d60 pci_read_vpd EXPORT_SYMBOL vmlinux 0x76a7a16e __i2c_transfer -EXPORT_SYMBOL vmlinux 0x76aa9276 skb_checksum_help EXPORT_SYMBOL vmlinux 0x76ab1802 __generic_file_fsync EXPORT_SYMBOL vmlinux 0x76aebf28 fget_raw +EXPORT_SYMBOL vmlinux 0x76b6a407 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0x76b904b1 mdiobus_alloc_size EXPORT_SYMBOL vmlinux 0x76c5f4e0 input_unregister_handler EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76df0154 xfrm_state_add EXPORT_SYMBOL vmlinux 0x77140ff4 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0x771a01a0 page_cache_next_miss EXPORT_SYMBOL vmlinux 0x77234d37 downgrade_write EXPORT_SYMBOL vmlinux 0x7734c0fe component_match_add_typed EXPORT_SYMBOL vmlinux 0x7734f0ed block_invalidatepage EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource -EXPORT_SYMBOL vmlinux 0x7739a5b7 netif_skb_features EXPORT_SYMBOL vmlinux 0x773cb085 phy_reset_after_clk_enable EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r -EXPORT_SYMBOL vmlinux 0x774f1c43 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x7758897f of_phy_get_and_connect -EXPORT_SYMBOL vmlinux 0x777555e1 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x775b64c6 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x776d308c xfrm_init_state +EXPORT_SYMBOL vmlinux 0x776de268 register_netdev EXPORT_SYMBOL vmlinux 0x777f7f9c ptp_schedule_worker EXPORT_SYMBOL vmlinux 0x77888fb8 __tcf_em_tree_match -EXPORT_SYMBOL vmlinux 0x779563ff sock_no_accept EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll EXPORT_SYMBOL vmlinux 0x779f101d elv_bio_merge_ok EXPORT_SYMBOL vmlinux 0x77a6b09f kern_path_create -EXPORT_SYMBOL vmlinux 0x77a867dd agp_bridge EXPORT_SYMBOL vmlinux 0x77bc13a0 strim EXPORT_SYMBOL vmlinux 0x77c89a79 thaw_super -EXPORT_SYMBOL vmlinux 0x77d77647 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x77d75d99 xfrm_state_delete EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt -EXPORT_SYMBOL vmlinux 0x77f977bf sk_dst_check +EXPORT_SYMBOL vmlinux 0x77fae4f6 agp_generic_insert_memory EXPORT_SYMBOL vmlinux 0x780381fc kill_anon_super EXPORT_SYMBOL vmlinux 0x78076b3a backlight_device_register EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780d07e7 netif_napi_add EXPORT_SYMBOL vmlinux 0x780d441f blkdev_put +EXPORT_SYMBOL vmlinux 0x780dbef5 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x7813cecf pci_msi_vec_count EXPORT_SYMBOL vmlinux 0x7824cd9b neigh_proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x78359c5b simple_link EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784a1726 agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0x784dab93 nobh_truncate_page -EXPORT_SYMBOL vmlinux 0x785bc51b tso_count_descs +EXPORT_SYMBOL vmlinux 0x785eb338 neigh_event_ns EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback -EXPORT_SYMBOL vmlinux 0x7880c887 kfree_skb_list -EXPORT_SYMBOL vmlinux 0x78838982 kernel_accept EXPORT_SYMBOL vmlinux 0x78851d2f _outsb EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt -EXPORT_SYMBOL vmlinux 0x78a71451 xfrm_input EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78aad8de ip6_xmit EXPORT_SYMBOL vmlinux 0x78c292c2 kset_register EXPORT_SYMBOL vmlinux 0x78c8bca8 clear_inode -EXPORT_SYMBOL vmlinux 0x78d7de02 pci_iomap_range EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices -EXPORT_SYMBOL vmlinux 0x78fa8c30 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x78fcf90e netlink_net_capable EXPORT_SYMBOL vmlinux 0x79047430 zpool_register_driver -EXPORT_SYMBOL vmlinux 0x7922c6bd netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x790d373a tcp_mmap EXPORT_SYMBOL vmlinux 0x792aba0d __ps2_command EXPORT_SYMBOL vmlinux 0x792af342 blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0x793039c3 filemap_flush -EXPORT_SYMBOL vmlinux 0x7942abff sock_setsockopt +EXPORT_SYMBOL vmlinux 0x79476d16 __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x794c157c devfreq_update_status EXPORT_SYMBOL vmlinux 0x795dadd8 dev_mc_del_global EXPORT_SYMBOL vmlinux 0x79739c3c utf8nagemin -EXPORT_SYMBOL vmlinux 0x797774bd __skb_get_hash +EXPORT_SYMBOL vmlinux 0x797b82be tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798b4905 sock_no_socketpair EXPORT_SYMBOL vmlinux 0x798efa8e rproc_free EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size -EXPORT_SYMBOL vmlinux 0x79a49bea dev_get_iflink EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes -EXPORT_SYMBOL vmlinux 0x79c918fe __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x79d57e1f inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0x7a010e70 security_old_inode_init_security EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2fb7d5 neigh_carrier_down EXPORT_SYMBOL vmlinux 0x7a39cc05 __breadahead EXPORT_SYMBOL vmlinux 0x7a4497db kzfree EXPORT_SYMBOL vmlinux 0x7a4516b1 jbd2_journal_stop -EXPORT_SYMBOL vmlinux 0x7a4c4165 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x7a584ec8 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x7a6c6de4 free_netdev EXPORT_SYMBOL vmlinux 0x7a71741f __xa_cmpxchg EXPORT_SYMBOL vmlinux 0x7a7de0d6 mempool_init_node -EXPORT_SYMBOL vmlinux 0x7a824a71 napi_schedule_prep -EXPORT_SYMBOL vmlinux 0x7a8d527e agp_enable +EXPORT_SYMBOL vmlinux 0x7a7f57f3 kernel_sendpage EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7a9ff971 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree EXPORT_SYMBOL vmlinux 0x7ab5f8c3 _insw_ns EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt @@ -7875,29 +7865,28 @@ EXPORT_SYMBOL vmlinux 0x7aba86db node_to_cpumask_map EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 -EXPORT_SYMBOL vmlinux 0x7b0581bf neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x7b22b8df ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0x7b2c7226 uaccess_flush_key EXPORT_SYMBOL vmlinux 0x7b38c16d stream_open EXPORT_SYMBOL vmlinux 0x7b4b6b8f rproc_coredump_add_segment EXPORT_SYMBOL vmlinux 0x7b4df9a7 vfs_get_super EXPORT_SYMBOL vmlinux 0x7b52e06b rproc_add -EXPORT_SYMBOL vmlinux 0x7b6477ec rps_may_expire_flow EXPORT_SYMBOL vmlinux 0x7b69e919 new_inode EXPORT_SYMBOL vmlinux 0x7b8c9277 serial8250_do_pm EXPORT_SYMBOL vmlinux 0x7b9061d0 blk_mq_stop_hw_queue -EXPORT_SYMBOL vmlinux 0x7bac9643 release_sock EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids EXPORT_SYMBOL vmlinux 0x7bc44d20 tcf_idr_cleanup EXPORT_SYMBOL vmlinux 0x7bd0f0a6 mipi_dsi_dcs_get_display_brightness EXPORT_SYMBOL vmlinux 0x7bd8f50d radix_tree_gang_lookup_tag EXPORT_SYMBOL vmlinux 0x7bdb61d1 wait_for_completion_interruptible EXPORT_SYMBOL vmlinux 0x7be4fb12 dma_direct_sync_single_for_cpu -EXPORT_SYMBOL vmlinux 0x7beb1e86 inet_addr_type +EXPORT_SYMBOL vmlinux 0x7beea1f3 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0x7bfd75e6 nvdimm_bus_unlock -EXPORT_SYMBOL vmlinux 0x7bfe1564 __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x7bfdd750 agp_bridge EXPORT_SYMBOL vmlinux 0x7bfeeddc get_user_pages EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1759d8 __skb_checksum EXPORT_SYMBOL vmlinux 0x7c1e2c04 input_unregister_handle EXPORT_SYMBOL vmlinux 0x7c298e03 mmc_run_bkops EXPORT_SYMBOL vmlinux 0x7c2fe7ef mac_find_mode @@ -7905,54 +7894,48 @@ EXPORT_SYMBOL vmlinux 0x7c3736ea __mark_inode_dirty EXPORT_SYMBOL vmlinux 0x7c3fac45 bio_devname EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get EXPORT_SYMBOL vmlinux 0x7c59952e param_set_invbool +EXPORT_SYMBOL vmlinux 0x7c5d845e datagram_poll EXPORT_SYMBOL vmlinux 0x7c63a098 radix_tree_insert EXPORT_SYMBOL vmlinux 0x7c658d68 default_llseek EXPORT_SYMBOL vmlinux 0x7c7ee48d inode_newsize_ok -EXPORT_SYMBOL vmlinux 0x7c86bb7e ipv6_dev_get_saddr -EXPORT_SYMBOL vmlinux 0x7c926769 tcf_block_netif_keep_dst EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet EXPORT_SYMBOL vmlinux 0x7cb2e0d7 dquot_transfer EXPORT_SYMBOL vmlinux 0x7cb38d28 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x7cb90904 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x7ccdf191 seq_path +EXPORT_SYMBOL vmlinux 0x7cce9a8a kfree_skb_partial EXPORT_SYMBOL vmlinux 0x7cd46330 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x7cd706ec of_get_address EXPORT_SYMBOL vmlinux 0x7cddaef9 is_nd_pfn EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid EXPORT_SYMBOL vmlinux 0x7ce1be2e blk_queue_max_segments -EXPORT_SYMBOL vmlinux 0x7ce80c0d netdev_upper_dev_link -EXPORT_SYMBOL vmlinux 0x7ceb4652 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x7cea62ae tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0x7cebd6ab of_parse_phandle -EXPORT_SYMBOL vmlinux 0x7ceeeba6 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x7cef59ed jbd2_journal_start_reserved EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free -EXPORT_SYMBOL vmlinux 0x7cf6e78b ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d00b230 may_umount_tree EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0ff154 netif_rx +EXPORT_SYMBOL vmlinux 0x7d126308 eeh_dev_release EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4c5bfd tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x7d73b3f3 mmc_wait_for_req_done EXPORT_SYMBOL vmlinux 0x7d7978bb blk_mq_rq_cpu -EXPORT_SYMBOL vmlinux 0x7d8f8e59 noop_qdisc EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning -EXPORT_SYMBOL vmlinux 0x7db1331e pcibus_to_node EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max -EXPORT_SYMBOL vmlinux 0x7dd9a36c memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x7ddfa6c7 __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7dfc8277 isa_mem_base -EXPORT_SYMBOL vmlinux 0x7e19acbe skb_copy_and_csum_bits -EXPORT_SYMBOL vmlinux 0x7e1e86a6 pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x7e21a793 pagecache_get_page EXPORT_SYMBOL vmlinux 0x7e2d6436 ida_free EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync -EXPORT_SYMBOL vmlinux 0x7e456f25 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x7e5dfeb2 get_super_exclusive_thawed EXPORT_SYMBOL vmlinux 0x7e6a4171 ppp_dev_name -EXPORT_SYMBOL vmlinux 0x7e869e26 agp_bind_memory -EXPORT_SYMBOL vmlinux 0x7e92f4f2 pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x7ea3c65a mipi_dsi_host_register EXPORT_SYMBOL vmlinux 0x7ec30eb3 get_bitmap_from_slot EXPORT_SYMBOL vmlinux 0x7ec605e1 mmc_flush_cache @@ -7963,27 +7946,27 @@ EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table EXPORT_SYMBOL vmlinux 0x7f145553 inode_set_bytes EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f27c3c6 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x7f2e67bc xfrm_state_flush EXPORT_SYMBOL vmlinux 0x7f4642bb vfs_dedupe_file_range EXPORT_SYMBOL vmlinux 0x7f4ba43d devm_memunmap EXPORT_SYMBOL vmlinux 0x7f52071a net_dim EXPORT_SYMBOL vmlinux 0x7f589782 mpage_writepages EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table EXPORT_SYMBOL vmlinux 0x7f6cd791 locks_remove_posix -EXPORT_SYMBOL vmlinux 0x7f717a11 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x7f71fb97 xa_load -EXPORT_SYMBOL vmlinux 0x7f7f4bb5 tso_build_hdr EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable -EXPORT_SYMBOL vmlinux 0x7f8cf934 neigh_lookup +EXPORT_SYMBOL vmlinux 0x7f80efd6 pci_request_regions +EXPORT_SYMBOL vmlinux 0x7f862011 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0x7fa115f6 component_match_add_release -EXPORT_SYMBOL vmlinux 0x7fa1c6cd pci_claim_resource EXPORT_SYMBOL vmlinux 0x7fab3665 bdi_put -EXPORT_SYMBOL vmlinux 0x7faeb07e xfrm_lookup +EXPORT_SYMBOL vmlinux 0x7fd70b80 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0x7fd71095 ps2_end_command EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node -EXPORT_SYMBOL vmlinux 0x7fe9cab2 inet_pton_with_scope EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0x800fbeaa __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x8012bca1 call_fib_notifiers EXPORT_SYMBOL vmlinux 0x801b12c5 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x801b4352 sock_no_ioctl EXPORT_SYMBOL vmlinux 0x802e391d seq_open_private EXPORT_SYMBOL vmlinux 0x8035def5 tag_pages_for_writeback EXPORT_SYMBOL vmlinux 0x80384aab iov_iter_get_pages_alloc @@ -7992,61 +7975,68 @@ EXPORT_SYMBOL vmlinux 0x804f2cc1 dquot_initialize EXPORT_SYMBOL vmlinux 0x8056b04c pm860x_bulk_write EXPORT_SYMBOL vmlinux 0x8072abd7 PDE_DATA EXPORT_SYMBOL vmlinux 0x80951ea8 flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x8096d960 sk_free EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack -EXPORT_SYMBOL vmlinux 0x809c424c xfrm4_rcv EXPORT_SYMBOL vmlinux 0x80a8eddb __close_fd -EXPORT_SYMBOL vmlinux 0x80b8bc4b xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd -EXPORT_SYMBOL vmlinux 0x80d53f56 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client -EXPORT_SYMBOL vmlinux 0x80dcb10a netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x80ded17e compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x80e3e773 config_item_set_name -EXPORT_SYMBOL vmlinux 0x80e7bbe3 vio_enable_interrupts -EXPORT_SYMBOL vmlinux 0x80f5242a sock_no_sendpage EXPORT_SYMBOL vmlinux 0x80f5c68b i2c_verify_client +EXPORT_SYMBOL vmlinux 0x80f90775 agp_collect_device_status EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer EXPORT_SYMBOL vmlinux 0x81188c30 match_string EXPORT_SYMBOL vmlinux 0x8127eea3 map_kernel_range_noflush -EXPORT_SYMBOL vmlinux 0x8132119b pci_msix_vec_count EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac EXPORT_SYMBOL vmlinux 0x8156739b writeback_inodes_sb_nr EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command EXPORT_SYMBOL vmlinux 0x816bc9ed kern_unmount EXPORT_SYMBOL vmlinux 0x816f7d2c blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x8171face inet_pton_with_scope EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818700d8 km_policy_notify EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81a5de35 pskb_extract EXPORT_SYMBOL vmlinux 0x81a9c883 f_setown -EXPORT_SYMBOL vmlinux 0x81b90e30 xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator -EXPORT_SYMBOL vmlinux 0x81c9c89d qdisc_put_unlocked -EXPORT_SYMBOL vmlinux 0x81d41ec1 __vio_register_driver +EXPORT_SYMBOL vmlinux 0x81c0d23f inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x81c5d01b netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x8204233c pci_ep_cfs_add_epf_group EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill -EXPORT_SYMBOL vmlinux 0x8214c4d3 ipv6_select_ident EXPORT_SYMBOL vmlinux 0x821559d6 __vmalloc_end -EXPORT_SYMBOL vmlinux 0x82239c43 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x82603e45 lease_get_mtime EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init EXPORT_SYMBOL vmlinux 0x8282633f mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x8299d214 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x82a1146e __skb_recv_datagram EXPORT_SYMBOL vmlinux 0x82af9ac1 kill_pid +EXPORT_SYMBOL vmlinux 0x82c51e01 netpoll_cleanup EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes EXPORT_SYMBOL vmlinux 0x82d80ab2 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x82e77bce dev_add_offload +EXPORT_SYMBOL vmlinux 0x82e81db9 pci_restore_state EXPORT_SYMBOL vmlinux 0x82ec1970 account_page_redirty +EXPORT_SYMBOL vmlinux 0x82ecdc61 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x832389f7 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x833832fc kthread_create_on_node EXPORT_SYMBOL vmlinux 0x83392298 blkdev_issue_discard EXPORT_SYMBOL vmlinux 0x834b81e5 padata_free EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle EXPORT_SYMBOL vmlinux 0x835f6a49 input_free_device EXPORT_SYMBOL vmlinux 0x83675f01 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x83698dbc inet_add_protocol +EXPORT_SYMBOL vmlinux 0x8382cce5 scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83911756 sk_common_release EXPORT_SYMBOL vmlinux 0x83923447 vfs_dup_fs_context EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put -EXPORT_SYMBOL vmlinux 0x83a09ec0 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x83a1b946 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x83afad08 seq_read EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83ca4cb2 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x83e5e42f xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x83f31793 __scsi_device_lookup EXPORT_SYMBOL vmlinux 0x83f9521c cpumask_any_but EXPORT_SYMBOL vmlinux 0x83fa115b security_socket_socketpair @@ -8054,38 +8044,39 @@ EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free EXPORT_SYMBOL vmlinux 0x84156834 __next_node_in EXPORT_SYMBOL vmlinux 0x8418289a jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0x841b574c jbd2_journal_destroy -EXPORT_SYMBOL vmlinux 0x841ccbac xfrm_state_unregister_afinfo -EXPORT_SYMBOL vmlinux 0x842c7334 pnv_cxl_ioda_msi_setup -EXPORT_SYMBOL vmlinux 0x8433e01b __xfrm_route_forward EXPORT_SYMBOL vmlinux 0x843aead6 cdev_alloc EXPORT_SYMBOL vmlinux 0x843d49ae ppp_unit_number EXPORT_SYMBOL vmlinux 0x84403664 fscrypt_free_inode EXPORT_SYMBOL vmlinux 0x844173ff iov_iter_gap_alignment EXPORT_SYMBOL vmlinux 0x84784c07 vfs_dedupe_file_range_one EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 -EXPORT_SYMBOL vmlinux 0x849e31e1 tc_cleanup_flow_action +EXPORT_SYMBOL vmlinux 0x848dfec8 tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x849fe807 csum_and_copy_from_user EXPORT_SYMBOL vmlinux 0x849ffa64 phy_device_register -EXPORT_SYMBOL vmlinux 0x84af618d netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x84b2ce92 mipi_dsi_dcs_write EXPORT_SYMBOL vmlinux 0x84b8abae __check_sticky +EXPORT_SYMBOL vmlinux 0x84bc6105 pci_scan_bus EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84c3ef22 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x84c73714 fddi_type_trans EXPORT_SYMBOL vmlinux 0x84e14c47 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x84e21f9b netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x84f3c134 proc_doulongvec_minmax EXPORT_SYMBOL vmlinux 0x850c36c8 __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0x851238eb device_add_disk_no_queue_reg EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst -EXPORT_SYMBOL vmlinux 0x851c3d46 __skb_gso_segment EXPORT_SYMBOL vmlinux 0x85250ccc xa_store_range +EXPORT_SYMBOL vmlinux 0x8526cfb3 tcp_poll EXPORT_SYMBOL vmlinux 0x85309f37 dquot_get_next_dqblk EXPORT_SYMBOL vmlinux 0x853d3bc4 scsi_get_device_flags_keyed EXPORT_SYMBOL vmlinux 0x854390ee of_match_node +EXPORT_SYMBOL vmlinux 0x855c45eb xfrm_unregister_km EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked -EXPORT_SYMBOL vmlinux 0x858885f0 skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x858ebb12 framebuffer_alloc EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85a9ee8e sockfd_lookup +EXPORT_SYMBOL vmlinux 0x85af6075 skb_dump EXPORT_SYMBOL vmlinux 0x85b4cf2f utf8nlen EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states EXPORT_SYMBOL vmlinux 0x85b98105 ps2_handle_ack @@ -8093,11 +8084,11 @@ EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region EXPORT_SYMBOL vmlinux 0x85d21180 phy_connect_direct EXPORT_SYMBOL vmlinux 0x85d5c7e5 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ef14ce pci_choose_state EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn EXPORT_SYMBOL vmlinux 0x85fbc931 slhc_uncompress EXPORT_SYMBOL vmlinux 0x85ffecd6 mdiobus_write_nested EXPORT_SYMBOL vmlinux 0x861539ba from_kgid_munged -EXPORT_SYMBOL vmlinux 0x86175b31 udp_prot EXPORT_SYMBOL vmlinux 0x8634c5b0 backlight_device_get_by_type EXPORT_SYMBOL vmlinux 0x86365a1d tcf_unregister_action EXPORT_SYMBOL vmlinux 0x863a276a color_table @@ -8113,49 +8104,51 @@ EXPORT_SYMBOL vmlinux 0x86b18094 complete EXPORT_SYMBOL vmlinux 0x86b25850 down_read_killable EXPORT_SYMBOL vmlinux 0x86ba2a18 bio_put EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook -EXPORT_SYMBOL vmlinux 0x86f55c7b agp_collect_device_status EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x86fdac12 dev_mc_add_global EXPORT_SYMBOL vmlinux 0x86fe0aef __lookup_constant EXPORT_SYMBOL vmlinux 0x8710ef46 unload_nls EXPORT_SYMBOL vmlinux 0x87195d21 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x871db97e __dev_get_by_name EXPORT_SYMBOL vmlinux 0x872a5283 gen_pool_dma_zalloc_align EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x874e1ab9 unregister_framebuffer EXPORT_SYMBOL vmlinux 0x8756c914 do_wait_intr_irq -EXPORT_SYMBOL vmlinux 0x87698614 pci_remove_bus -EXPORT_SYMBOL vmlinux 0x878460bb vme_register_bridge +EXPORT_SYMBOL vmlinux 0x875a504e kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x87741f12 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x877baa5b xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x878469bd ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x878aa986 blk_execute_rq EXPORT_SYMBOL vmlinux 0x8796d65a vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0x87b8798d sg_next -EXPORT_SYMBOL vmlinux 0x87bf771f tc_setup_cb_destroy -EXPORT_SYMBOL vmlinux 0x87ce3448 agp_allocate_memory EXPORT_SYMBOL vmlinux 0x87d308f6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x87dbba29 dev_deactivate EXPORT_SYMBOL vmlinux 0x87facb08 md_bitmap_cond_end_sync -EXPORT_SYMBOL vmlinux 0x8804bfd2 __skb_flow_get_ports -EXPORT_SYMBOL vmlinux 0x8804d6e2 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate -EXPORT_SYMBOL vmlinux 0x882693bb __skb_ext_del +EXPORT_SYMBOL vmlinux 0x881da5b6 netdev_alert EXPORT_SYMBOL vmlinux 0x8826da86 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x8830f463 pci_disable_device EXPORT_SYMBOL vmlinux 0x88655a76 kobject_set_name EXPORT_SYMBOL vmlinux 0x8872bed4 scsi_track_queue_full EXPORT_SYMBOL vmlinux 0x8878ac65 of_phy_attach +EXPORT_SYMBOL vmlinux 0x887bc3aa xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8882ab97 mach_powernv +EXPORT_SYMBOL vmlinux 0x888837c6 vio_enable_interrupts EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 EXPORT_SYMBOL vmlinux 0x888eab0a vfs_statfs EXPORT_SYMBOL vmlinux 0x88971898 of_find_i2c_adapter_by_node -EXPORT_SYMBOL vmlinux 0x88992544 agp_generic_free_gatt_table EXPORT_SYMBOL vmlinux 0x88993295 dma_fence_match_context EXPORT_SYMBOL vmlinux 0x88abb78b ZSTD_insertBlock +EXPORT_SYMBOL vmlinux 0x88ac99fc tcp_filter EXPORT_SYMBOL vmlinux 0x88bf96b9 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x88ccc223 tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free EXPORT_SYMBOL vmlinux 0x88ed8ad1 param_ops_charp EXPORT_SYMBOL vmlinux 0x88ff3cd0 gen_pool_free_owner EXPORT_SYMBOL vmlinux 0x8900ab40 twl6040_set_pll EXPORT_SYMBOL vmlinux 0x890b6999 __vfs_setxattr -EXPORT_SYMBOL vmlinux 0x891cc4d7 vio_register_device_node -EXPORT_SYMBOL vmlinux 0x892cab89 vme_slot_num EXPORT_SYMBOL vmlinux 0x895520d5 mmc_put_card EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table EXPORT_SYMBOL vmlinux 0x895deba7 configfs_depend_item_unlocked @@ -8163,79 +8156,73 @@ EXPORT_SYMBOL vmlinux 0x8960661a dev_uc_add_excl EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock EXPORT_SYMBOL vmlinux 0x89815c45 security_inet_conn_established EXPORT_SYMBOL vmlinux 0x89898459 kvm_irq_bypass -EXPORT_SYMBOL vmlinux 0x898e46d8 seg6_hmac_info_add EXPORT_SYMBOL vmlinux 0x89911673 seq_hex_dump EXPORT_SYMBOL vmlinux 0x8992f149 tcf_em_unregister -EXPORT_SYMBOL vmlinux 0x8999dc2f kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final +EXPORT_SYMBOL vmlinux 0x89bf8863 eth_mac_addr EXPORT_SYMBOL vmlinux 0x89d6cbe0 __put_cred -EXPORT_SYMBOL vmlinux 0x89d986d5 pci_fixup_device EXPORT_SYMBOL vmlinux 0x89e0ea43 submit_bio_wait EXPORT_SYMBOL vmlinux 0x89e5515b mntget EXPORT_SYMBOL vmlinux 0x89feaf92 __irq_regs EXPORT_SYMBOL vmlinux 0x8a140442 loop_register_transfer EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a3e4e5f __i2c_smbus_xfer -EXPORT_SYMBOL vmlinux 0x8a3e71e3 pci_iounmap EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state -EXPORT_SYMBOL vmlinux 0x8a50c18d agp_unbind_memory EXPORT_SYMBOL vmlinux 0x8a54050b __pud_cache_index EXPORT_SYMBOL vmlinux 0x8a6543fb mdio_device_register EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user EXPORT_SYMBOL vmlinux 0x8a747f70 blk_mq_delay_kick_requeue_list EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory -EXPORT_SYMBOL vmlinux 0x8a8aa597 nf_ip6_checksum -EXPORT_SYMBOL vmlinux 0x8a964612 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x8a920591 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab -EXPORT_SYMBOL vmlinux 0x8aa282b7 mr_fill_mroute EXPORT_SYMBOL vmlinux 0x8aa75572 of_find_node_by_type -EXPORT_SYMBOL vmlinux 0x8ac174b5 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x8ab6ce50 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x8ab783fd poll_freewait EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation EXPORT_SYMBOL vmlinux 0x8ac3bb12 dma_fence_get_stub EXPORT_SYMBOL vmlinux 0x8ac743de sg_copy_buffer EXPORT_SYMBOL vmlinux 0x8ad39905 dma_fence_remove_callback EXPORT_SYMBOL vmlinux 0x8adf71c5 devm_devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0x8aece097 fifo_create_dflt -EXPORT_SYMBOL vmlinux 0x8af6266c inetdev_by_index EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0a7189 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x8b0cf5d5 vme_dma_list_exec EXPORT_SYMBOL vmlinux 0x8b1c2490 mmc_gpio_set_cd_wake -EXPORT_SYMBOL vmlinux 0x8b223895 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x8b38d6c1 sk_stream_wait_connect -EXPORT_SYMBOL vmlinux 0x8b4703d6 dev_pre_changeaddr_notify -EXPORT_SYMBOL vmlinux 0x8b4a7aab napi_disable -EXPORT_SYMBOL vmlinux 0x8b4a7f24 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x8b4ca8d0 __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x8b4e5209 gro_cells_init +EXPORT_SYMBOL vmlinux 0x8b592ef2 km_policy_expired EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid EXPORT_SYMBOL vmlinux 0x8b692399 genphy_update_link EXPORT_SYMBOL vmlinux 0x8b6ad655 vfs_clone_file_range EXPORT_SYMBOL vmlinux 0x8b6ae1c4 generic_file_readonly_mmap -EXPORT_SYMBOL vmlinux 0x8b6d5425 ip_fraglist_init -EXPORT_SYMBOL vmlinux 0x8b6dfcee netpoll_print_options -EXPORT_SYMBOL vmlinux 0x8b7437db of_get_address -EXPORT_SYMBOL vmlinux 0x8b753427 softnet_data +EXPORT_SYMBOL vmlinux 0x8b73f5d1 rtnl_link_get_net EXPORT_SYMBOL vmlinux 0x8b7c968c input_allocate_device EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample EXPORT_SYMBOL vmlinux 0x8b94c411 key_move EXPORT_SYMBOL vmlinux 0x8b95ba41 dma_fence_signal EXPORT_SYMBOL vmlinux 0x8b96d21b mfd_add_devices -EXPORT_SYMBOL vmlinux 0x8b9e0ade pci_write_config_byte EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx +EXPORT_SYMBOL vmlinux 0x8ba2aa16 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x8ba3e91b pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x8bafdf99 neigh_lookup_nodev EXPORT_SYMBOL vmlinux 0x8bb67fbf mipi_dsi_set_maximum_return_packet_size EXPORT_SYMBOL vmlinux 0x8bb8a815 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x8bba1d44 dst_release_immediate EXPORT_SYMBOL vmlinux 0x8bbef6ff lease_modify EXPORT_SYMBOL vmlinux 0x8bcbf3d6 param_ops_uint +EXPORT_SYMBOL vmlinux 0x8bd83f12 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x8bded847 register_sysctl_table EXPORT_SYMBOL vmlinux 0x8be4d9ae hmm_range_dma_unmap EXPORT_SYMBOL vmlinux 0x8bebb6b7 fscrypt_decrypt_bio EXPORT_SYMBOL vmlinux 0x8bec0d39 dm_put_device EXPORT_SYMBOL vmlinux 0x8bee32fd fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x8c0524fa pcim_iomap_table EXPORT_SYMBOL vmlinux 0x8c062279 dquot_resume -EXPORT_SYMBOL vmlinux 0x8c13d726 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0x8c2baebb seq_escape -EXPORT_SYMBOL vmlinux 0x8c2bb088 ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0x8c327337 kmem_cache_free EXPORT_SYMBOL vmlinux 0x8c4f9187 uart_get_baud_rate EXPORT_SYMBOL vmlinux 0x8c525786 rproc_report_crash @@ -8245,18 +8232,17 @@ EXPORT_SYMBOL vmlinux 0x8c6e0b4b max8998_read_reg EXPORT_SYMBOL vmlinux 0x8c77c2d6 __invalidate_device EXPORT_SYMBOL vmlinux 0x8c7b3380 nvdimm_revalidate_disk EXPORT_SYMBOL vmlinux 0x8c7c2595 blk_queue_segment_boundary -EXPORT_SYMBOL vmlinux 0x8c852ff6 skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0x8c8e5243 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x8c90baa9 __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0x8c9c6b55 adjust_managed_page_count -EXPORT_SYMBOL vmlinux 0x8ca6c8e9 vme_init_bridge EXPORT_SYMBOL vmlinux 0x8cb178d1 get_super EXPORT_SYMBOL vmlinux 0x8cb4b214 genl_unregister_family -EXPORT_SYMBOL vmlinux 0x8cc068af dev_activate EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep EXPORT_SYMBOL vmlinux 0x8ccd2234 scsi_device_get EXPORT_SYMBOL vmlinux 0x8cd11ff5 del_gendisk EXPORT_SYMBOL vmlinux 0x8cd49ed6 of_parse_phandle_with_fixed_args EXPORT_SYMBOL vmlinux 0x8ce98c5f generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8ced7cb1 inetdev_by_index EXPORT_SYMBOL vmlinux 0x8d0aef6d __mutex_init EXPORT_SYMBOL vmlinux 0x8d23709b xsk_clear_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x8d2753bc radix_tree_gang_lookup_tag_slot @@ -8265,6 +8251,8 @@ EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq EXPORT_SYMBOL vmlinux 0x8d643602 phy_resume EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper EXPORT_SYMBOL vmlinux 0x8d789c3a md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x8d7a2cc1 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x8da670df seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x8dc00717 netlink_ns_capable EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout EXPORT_SYMBOL vmlinux 0x8df1bf74 cgroup_bpf_enabled_key @@ -8272,152 +8260,150 @@ EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null EXPORT_SYMBOL vmlinux 0x8e02f140 blk_put_queue EXPORT_SYMBOL vmlinux 0x8e168fb7 remove_arg_zero -EXPORT_SYMBOL vmlinux 0x8e1d48dc pci_map_rom EXPORT_SYMBOL vmlinux 0x8e1fde43 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x8e231cff netdev_state_change EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve -EXPORT_SYMBOL vmlinux 0x8e3131a2 km_policy_expired +EXPORT_SYMBOL vmlinux 0x8e47df15 agp_generic_alloc_by_type EXPORT_SYMBOL vmlinux 0x8e4fc4ea mdiobus_write +EXPORT_SYMBOL vmlinux 0x8e6f28f3 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0x8e7aee90 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x8e7fd61a __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x8e89fbe4 tty_port_tty_get EXPORT_SYMBOL vmlinux 0x8e8b6ae6 __cleancache_put_page -EXPORT_SYMBOL vmlinux 0x8e9168cb xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0x8e97cbda irq_stat +EXPORT_SYMBOL vmlinux 0x8e97f5f7 pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x8e985c18 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x8e99f93d sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x8ea90cb0 __do_once_done EXPORT_SYMBOL vmlinux 0x8eb5e3c0 i2c_smbus_read_byte EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh EXPORT_SYMBOL vmlinux 0x8ed425e6 nd_pfn_probe EXPORT_SYMBOL vmlinux 0x8ed9b727 noop_fsync +EXPORT_SYMBOL vmlinux 0x8edc98da mach_pseries EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask -EXPORT_SYMBOL vmlinux 0x8f0a71b4 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x8f1d547c __sk_receive_skb EXPORT_SYMBOL vmlinux 0x8f1f803c devm_release_resource -EXPORT_SYMBOL vmlinux 0x8f558e34 pci_request_region +EXPORT_SYMBOL vmlinux 0x8f407890 xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x8f56e16d generic_fillattr EXPORT_SYMBOL vmlinux 0x8f64c288 security_dentry_init_security EXPORT_SYMBOL vmlinux 0x8f68da79 __cpu_online_mask -EXPORT_SYMBOL vmlinux 0x8f6c83de dev_close +EXPORT_SYMBOL vmlinux 0x8f7160dc tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0x8f7b448e unlock_new_inode -EXPORT_SYMBOL vmlinux 0x8f9252a7 pnv_cxl_get_irq_count EXPORT_SYMBOL vmlinux 0x8f967d4c dquot_destroy EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode -EXPORT_SYMBOL vmlinux 0x8fa22131 inet6_offloads EXPORT_SYMBOL vmlinux 0x8fb0ed75 take_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx EXPORT_SYMBOL vmlinux 0x8fc0ecb3 input_open_device EXPORT_SYMBOL vmlinux 0x8fc7a65d vfs_get_link EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state -EXPORT_SYMBOL vmlinux 0x8fd99f71 inet_put_port EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ff8fe94 dev_queue_xmit EXPORT_SYMBOL vmlinux 0x8ffecca9 abx500_set_register_interruptible EXPORT_SYMBOL vmlinux 0x90058315 flow_rule_match_ports -EXPORT_SYMBOL vmlinux 0x9018e471 agp_generic_alloc_pages EXPORT_SYMBOL vmlinux 0x9023361b proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0x902677e0 freeze_super EXPORT_SYMBOL vmlinux 0x902c8a26 locks_delete_block EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get -EXPORT_SYMBOL vmlinux 0x90464fdc inet6_release +EXPORT_SYMBOL vmlinux 0x903e03a4 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x904fbf27 netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x905695ab sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9064345f sock_setsockopt EXPORT_SYMBOL vmlinux 0x90763a64 seq_put_decimal_ull EXPORT_SYMBOL vmlinux 0x90a7cd88 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x90afc0f7 napi_complete_done EXPORT_SYMBOL vmlinux 0x90b16ae7 __serio_register_port EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked -EXPORT_SYMBOL vmlinux 0x90df8659 inet_select_addr EXPORT_SYMBOL vmlinux 0x90e83384 twl6040_get_vibralr_status EXPORT_SYMBOL vmlinux 0x90f17daa n_tty_ioctl_helper EXPORT_SYMBOL vmlinux 0x90f57411 __page_symlink EXPORT_SYMBOL vmlinux 0x91045e4f of_graph_get_endpoint_by_regs EXPORT_SYMBOL vmlinux 0x91076bfa clean_bdev_aliases -EXPORT_SYMBOL vmlinux 0x91188ef5 __skb_pad +EXPORT_SYMBOL vmlinux 0x91140cb0 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x9124c5c3 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay EXPORT_SYMBOL vmlinux 0x91363297 try_lookup_one_len -EXPORT_SYMBOL vmlinux 0x91523122 udp_lib_unhash -EXPORT_SYMBOL vmlinux 0x915a9f7d vme_irq_free EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec EXPORT_SYMBOL vmlinux 0x9166fada strncpy EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor -EXPORT_SYMBOL vmlinux 0x916cfaa9 dev_remove_pack EXPORT_SYMBOL vmlinux 0x9170f948 input_reset_device EXPORT_SYMBOL vmlinux 0x9171c8ef d_add EXPORT_SYMBOL vmlinux 0x91771175 posix_test_lock EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate -EXPORT_SYMBOL vmlinux 0x91a5de6f kernel_sendpage EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove EXPORT_SYMBOL vmlinux 0x91c8137a init_task -EXPORT_SYMBOL vmlinux 0x91de2c63 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x91ec037a pci_unregister_driver EXPORT_SYMBOL vmlinux 0x91f41493 input_release_device -EXPORT_SYMBOL vmlinux 0x91f5f399 pci_disable_device EXPORT_SYMBOL vmlinux 0x91f75eec param_get_invbool EXPORT_SYMBOL vmlinux 0x92126a30 tty_throttle +EXPORT_SYMBOL vmlinux 0x9212ab2e inet_listen EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x92317065 jbd2__journal_restart EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get -EXPORT_SYMBOL vmlinux 0x92484a35 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve -EXPORT_SYMBOL vmlinux 0x925685e0 vme_bus_num EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x9267d811 scsi_is_target_device -EXPORT_SYMBOL vmlinux 0x92717e44 devm_pci_remap_iospace EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user EXPORT_SYMBOL vmlinux 0x929e9a02 d_make_root -EXPORT_SYMBOL vmlinux 0x929fe699 netpoll_setup +EXPORT_SYMBOL vmlinux 0x92a269bb sock_no_listen EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name EXPORT_SYMBOL vmlinux 0x92d6d8cc __set_page_dirty_nobuffers EXPORT_SYMBOL vmlinux 0x92de1ca6 iw_handler_set_spy EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs -EXPORT_SYMBOL vmlinux 0x92ec7aa9 tcp_release_cb EXPORT_SYMBOL vmlinux 0x92f7626a of_find_node_by_phandle EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach -EXPORT_SYMBOL vmlinux 0x92fbad1c scsi_device_resume EXPORT_SYMBOL vmlinux 0x92ffc3a9 security_inode_setsecctx EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get -EXPORT_SYMBOL vmlinux 0x931d86c0 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x931dd339 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x932b9c2f inet_addr_type_table EXPORT_SYMBOL vmlinux 0x9342223d xsk_umem_discard_addr EXPORT_SYMBOL vmlinux 0x934e72e9 __tracepoint_kmalloc EXPORT_SYMBOL vmlinux 0x935d20cd d_invalidate +EXPORT_SYMBOL vmlinux 0x9366cee3 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x93748575 param_set_short EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x937f2f6c cdev_device_add -EXPORT_SYMBOL vmlinux 0x937fdddd pci_write_vpd EXPORT_SYMBOL vmlinux 0x938640a2 kdb_current_task -EXPORT_SYMBOL vmlinux 0x9391d525 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x93945449 flow_rule_match_tcp EXPORT_SYMBOL vmlinux 0x9396a2bb padata_unregister_cpumask_notifier -EXPORT_SYMBOL vmlinux 0x939be4cd ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x93a078f4 request_firmware +EXPORT_SYMBOL vmlinux 0x93a61d07 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule -EXPORT_SYMBOL vmlinux 0x93b07930 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x93ae8e7a __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x93c73d2f kill_litter_super EXPORT_SYMBOL vmlinux 0x93c8a440 watchdog_unregister_governor EXPORT_SYMBOL vmlinux 0x93da3743 buffer_migrate_page EXPORT_SYMBOL vmlinux 0x93db0ae4 sg_miter_stop EXPORT_SYMBOL vmlinux 0x93f3b041 md_set_array_sectors -EXPORT_SYMBOL vmlinux 0x940c30e4 tcp_req_err -EXPORT_SYMBOL vmlinux 0x9424540b vme_dma_request -EXPORT_SYMBOL vmlinux 0x9424db4f pnv_cxl_alloc_hwirq_ranges EXPORT_SYMBOL vmlinux 0x9426db80 twl6040_clear_bits EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn EXPORT_SYMBOL vmlinux 0x943dc80f csum_and_copy_to_user +EXPORT_SYMBOL vmlinux 0x9442970d xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked EXPORT_SYMBOL vmlinux 0x944f87fa vfs_mkdir +EXPORT_SYMBOL vmlinux 0x94622ecf skb_find_text EXPORT_SYMBOL vmlinux 0x94667988 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x946c2318 nf_log_register EXPORT_SYMBOL vmlinux 0x947d4fcd param_get_bool EXPORT_SYMBOL vmlinux 0x9490229c of_phy_deregister_fixed_link EXPORT_SYMBOL vmlinux 0x94961283 vunmap -EXPORT_SYMBOL vmlinux 0x949d164f eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0x949fce6f dma_resv_add_excl_fence EXPORT_SYMBOL vmlinux 0x94a5fd84 proc_dointvec_jiffies -EXPORT_SYMBOL vmlinux 0x94b5cd42 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x94b41e83 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x94b458fd __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x94b85552 rt6_lookup EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 EXPORT_SYMBOL vmlinux 0x94ce795a _dev_info EXPORT_SYMBOL vmlinux 0x94f895ad bio_advance EXPORT_SYMBOL vmlinux 0x94f8ff64 kthread_destroy_worker EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x95264a12 netdev_printk +EXPORT_SYMBOL vmlinux 0x9533edb8 inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0x953568ba dquot_reclaim_space_nodirty EXPORT_SYMBOL vmlinux 0x95393ea3 flow_rule_match_vlan EXPORT_SYMBOL vmlinux 0x954050c9 setattr_prepare @@ -8425,49 +8411,47 @@ EXPORT_SYMBOL vmlinux 0x95408f9c jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954e80cd of_node_to_nid EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95543c3a udp_seq_start EXPORT_SYMBOL vmlinux 0x955b3ce7 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x956e83b7 agp_bind_memory EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked EXPORT_SYMBOL vmlinux 0x95a41cc6 clear_nlink -EXPORT_SYMBOL vmlinux 0x95ab6969 netdev_info -EXPORT_SYMBOL vmlinux 0x95bf3f68 netdev_upper_get_next_dev_rcu -EXPORT_SYMBOL vmlinux 0x95c6bacc udp_sendmsg +EXPORT_SYMBOL vmlinux 0x95c6c5e7 agp_generic_remove_memory EXPORT_SYMBOL vmlinux 0x95dfbe6b vm_mmap -EXPORT_SYMBOL vmlinux 0x95e113bd dst_destroy -EXPORT_SYMBOL vmlinux 0x95e79577 pci_bus_add_devices EXPORT_SYMBOL vmlinux 0x95f326ad device_match_acpi_dev EXPORT_SYMBOL vmlinux 0x96075dd3 blk_get_queue +EXPORT_SYMBOL vmlinux 0x960ebc52 pci_bus_add_devices EXPORT_SYMBOL vmlinux 0x9615b172 md_reload_sb EXPORT_SYMBOL vmlinux 0x9647081d vfs_fsync_range EXPORT_SYMBOL vmlinux 0x96490ac4 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x9658bf33 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x966770f8 tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x96848186 scnprintf -EXPORT_SYMBOL vmlinux 0x968a50aa vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x968c0040 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x96909fc3 put_user_pages EXPORT_SYMBOL vmlinux 0x96941398 blk_queue_chunk_sectors EXPORT_SYMBOL vmlinux 0x96982ed2 __blkdev_reread_part EXPORT_SYMBOL vmlinux 0x969987fc lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x96a48276 tcp_disconnect EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp -EXPORT_SYMBOL vmlinux 0x96b7ef5e sock_no_shutdown EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string -EXPORT_SYMBOL vmlinux 0x96dba816 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x96e11117 napi_get_frags EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9709c602 dev_set_allmulti EXPORT_SYMBOL vmlinux 0x971528e2 _copy_from_iter_nocache EXPORT_SYMBOL vmlinux 0x971ec27c hvc_put_chars EXPORT_SYMBOL vmlinux 0x972b5487 proc_set_user -EXPORT_SYMBOL vmlinux 0x9733afb5 neigh_seq_start EXPORT_SYMBOL vmlinux 0x97350909 locks_copy_lock EXPORT_SYMBOL vmlinux 0x973c09e5 __pgd_index_size EXPORT_SYMBOL vmlinux 0x97458dec igrab EXPORT_SYMBOL vmlinux 0x9746eb89 ZSTD_decompressBegin_usingDict -EXPORT_SYMBOL vmlinux 0x97535e93 agp_free_memory +EXPORT_SYMBOL vmlinux 0x9761bc03 lock_sock_fast EXPORT_SYMBOL vmlinux 0x97695d89 kobject_put EXPORT_SYMBOL vmlinux 0x976b20fd tty_port_free_xmit_buf -EXPORT_SYMBOL vmlinux 0x976e59f5 ip_options_rcv_srr -EXPORT_SYMBOL vmlinux 0x9775c79a pskb_expand_head EXPORT_SYMBOL vmlinux 0x97779842 posix_acl_update_mode EXPORT_SYMBOL vmlinux 0x978cde4b vmf_insert_pfn_prot EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync -EXPORT_SYMBOL vmlinux 0x9797566b scm_detach_fds EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s @@ -8475,119 +8459,118 @@ EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list EXPORT_SYMBOL vmlinux 0x97e76b4b phy_ethtool_sset EXPORT_SYMBOL vmlinux 0x97ef3cad of_node_name_prefix EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update -EXPORT_SYMBOL vmlinux 0x97f93e44 register_framebuffer -EXPORT_SYMBOL vmlinux 0x98014329 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x98071a34 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x980ac820 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0x980b9352 load_nls_default EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r EXPORT_SYMBOL vmlinux 0x98311a9c simple_get_link -EXPORT_SYMBOL vmlinux 0x983a45c1 pci_bus_read_config_word -EXPORT_SYMBOL vmlinux 0x98433f55 devm_pci_remap_cfgspace EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse EXPORT_SYMBOL vmlinux 0x985b14fd percpu_counter_set EXPORT_SYMBOL vmlinux 0x9860ef4c jbd2_journal_abort -EXPORT_SYMBOL vmlinux 0x988025a9 ip_ct_attach -EXPORT_SYMBOL vmlinux 0x988931d1 fb_show_logo -EXPORT_SYMBOL vmlinux 0x988bdc86 xfrm_state_walk -EXPORT_SYMBOL vmlinux 0x98941287 skb_ext_add -EXPORT_SYMBOL vmlinux 0x98a11377 dev_remove_offload -EXPORT_SYMBOL vmlinux 0x98a3782e tc_setup_cb_add -EXPORT_SYMBOL vmlinux 0x98ac72d9 kernel_bind +EXPORT_SYMBOL vmlinux 0x987999f7 sk_capable EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen EXPORT_SYMBOL vmlinux 0x98e0216b pm860x_page_bulk_read -EXPORT_SYMBOL vmlinux 0x98e1d84b eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning EXPORT_SYMBOL vmlinux 0x98fb43b8 md_check_recovery EXPORT_SYMBOL vmlinux 0x9906f8f7 i2c_put_adapter EXPORT_SYMBOL vmlinux 0x9909bec1 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x990c4262 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x9911d498 build_skb_around EXPORT_SYMBOL vmlinux 0x991d55c2 mmc_is_req_done EXPORT_SYMBOL vmlinux 0x99343b95 dma_direct_unmap_page EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier EXPORT_SYMBOL vmlinux 0x993c2863 check_disk_change EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable -EXPORT_SYMBOL vmlinux 0x99578518 xfrm_state_add -EXPORT_SYMBOL vmlinux 0x9958e891 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x995c0712 xfrm_policy_unregister_afinfo EXPORT_SYMBOL vmlinux 0x99676cbe try_module_get +EXPORT_SYMBOL vmlinux 0x996dbb06 arp_tbl EXPORT_SYMBOL vmlinux 0x99715813 seq_pad EXPORT_SYMBOL vmlinux 0x9972fb0c mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x997c78ac dst_alloc EXPORT_SYMBOL vmlinux 0x997e0c3b dev_pm_opp_register_notifier EXPORT_SYMBOL vmlinux 0x9982d61f mmc_sw_reset EXPORT_SYMBOL vmlinux 0x9986dfc6 genl_notify EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh -EXPORT_SYMBOL vmlinux 0x99b3f8ee skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0x99b72bfb dm_put_table_device -EXPORT_SYMBOL vmlinux 0x99b7dad3 proto_register EXPORT_SYMBOL vmlinux 0x99bb2491 srp_reconnect_rport -EXPORT_SYMBOL vmlinux 0x99c389ac dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node EXPORT_SYMBOL vmlinux 0x99eec3b5 netlink_ack EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a24692a __skb_get_hash EXPORT_SYMBOL vmlinux 0x9a253813 security_binder_set_context_mgr EXPORT_SYMBOL vmlinux 0x9a304bcb rproc_elf_find_loaded_rsc_table -EXPORT_SYMBOL vmlinux 0x9a47029b netif_device_attach +EXPORT_SYMBOL vmlinux 0x9a4bf184 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk EXPORT_SYMBOL vmlinux 0x9a73b032 ZSTD_initDStream_usingDDict +EXPORT_SYMBOL vmlinux 0x9a7411d0 kernel_getsockname EXPORT_SYMBOL vmlinux 0x9a8167a5 __cgroup_bpf_run_filter_sock_addr -EXPORT_SYMBOL vmlinux 0x9a9cb2c2 pci_clear_master EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns EXPORT_SYMBOL vmlinux 0x9b11c50e phy_device_create EXPORT_SYMBOL vmlinux 0x9b1222cb phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x9b1c3e23 dst_dev_put EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier EXPORT_SYMBOL vmlinux 0x9b420478 utf8_strncasecmp EXPORT_SYMBOL vmlinux 0x9b505236 to_nd_btt EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked EXPORT_SYMBOL vmlinux 0x9b52bb94 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9b5ba90b netdev_emerg EXPORT_SYMBOL vmlinux 0x9bb2c6b4 dm_table_get_md EXPORT_SYMBOL vmlinux 0x9bc8a832 __debugger_break_match -EXPORT_SYMBOL vmlinux 0x9be1c28a pci_scan_root_bus -EXPORT_SYMBOL vmlinux 0x9be7db1a tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x9bcc807a sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x9bd55370 dev_change_proto_down EXPORT_SYMBOL vmlinux 0x9bff684f scsi_host_put EXPORT_SYMBOL vmlinux 0x9c0383eb dget_parent -EXPORT_SYMBOL vmlinux 0x9c08307e inet_listen EXPORT_SYMBOL vmlinux 0x9c1d2401 blk_rq_map_kern -EXPORT_SYMBOL vmlinux 0x9c2b2147 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9c23d989 qdisc_put EXPORT_SYMBOL vmlinux 0x9c4427fb __dquot_transfer -EXPORT_SYMBOL vmlinux 0x9c45ecb9 inet_frag_kill EXPORT_SYMBOL vmlinux 0x9c5cc488 vfs_link +EXPORT_SYMBOL vmlinux 0x9c7b1868 pci_release_resource EXPORT_SYMBOL vmlinux 0x9c8d2d26 prepare_creds +EXPORT_SYMBOL vmlinux 0x9c8f3508 nf_register_net_hook EXPORT_SYMBOL vmlinux 0x9c942adc vprintk_emit +EXPORT_SYMBOL vmlinux 0x9ca706ae kernel_accept EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name EXPORT_SYMBOL vmlinux 0x9cbeec11 of_dev_get -EXPORT_SYMBOL vmlinux 0x9ccba377 udp_disconnect +EXPORT_SYMBOL vmlinux 0x9cc0e9c4 udplite_prot EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute EXPORT_SYMBOL vmlinux 0x9cda8a3c __inode_sub_bytes EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net EXPORT_SYMBOL vmlinux 0x9ce20bca from_kuid_munged +EXPORT_SYMBOL vmlinux 0x9ceea793 of_pci_range_to_resource EXPORT_SYMBOL vmlinux 0x9cf030cf clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x9d025d9e pci_disable_msi +EXPORT_SYMBOL vmlinux 0x9d0c11f0 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs -EXPORT_SYMBOL vmlinux 0x9d16a0b4 agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0x9d1f018e mmc_erase_group_aligned EXPORT_SYMBOL vmlinux 0x9d27a50c vm_map_pages -EXPORT_SYMBOL vmlinux 0x9d4d4985 netpoll_poll_disable -EXPORT_SYMBOL vmlinux 0x9d621a10 ip6_fraglist_prepare -EXPORT_SYMBOL vmlinux 0x9d67e42c skb_dump +EXPORT_SYMBOL vmlinux 0x9d60a68a xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x9d6be230 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x9d6fd8bf nvm_unregister EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock EXPORT_SYMBOL vmlinux 0x9d837815 qdisc_offload_dump_helper EXPORT_SYMBOL vmlinux 0x9d8abc78 param_set_copystring EXPORT_SYMBOL vmlinux 0x9d96a9b0 mmu_hash_ops -EXPORT_SYMBOL vmlinux 0x9d982c02 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0x9d9b13db scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9dae78c4 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x9db7ea1d devm_extcon_register_notifier_all EXPORT_SYMBOL vmlinux 0x9dbd9d9d bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission -EXPORT_SYMBOL vmlinux 0x9dd269fb fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x9dcf1bdb dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x9dd59f48 devm_pci_remap_iospace EXPORT_SYMBOL vmlinux 0x9dd8dd57 load_fp_state EXPORT_SYMBOL vmlinux 0x9de25d37 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x9de55c02 sdev_enable_disk_events EXPORT_SYMBOL vmlinux 0x9de706b5 mempool_destroy EXPORT_SYMBOL vmlinux 0x9de970ca free_task EXPORT_SYMBOL vmlinux 0x9df315b4 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x9df7b8e6 skb_trim EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e10bcfd dquot_get_state @@ -8605,8 +8588,6 @@ EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy EXPORT_SYMBOL vmlinux 0x9e53b2fa ppp_input_error EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e673c53 bdi_alloc_node -EXPORT_SYMBOL vmlinux 0x9e6c58af xfrm4_protocol_deregister -EXPORT_SYMBOL vmlinux 0x9e6fd3ff vme_irq_generate EXPORT_SYMBOL vmlinux 0x9e71e043 dma_direct_unmap_sg EXPORT_SYMBOL vmlinux 0x9e8e64e9 flow_rule_match_meta EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time @@ -8614,49 +8595,41 @@ EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap EXPORT_SYMBOL vmlinux 0x9e9ff117 jbd2_journal_free_reserved EXPORT_SYMBOL vmlinux 0x9ea20a47 kern_path_mountpoint EXPORT_SYMBOL vmlinux 0x9ea53d7f vsnprintf +EXPORT_SYMBOL vmlinux 0x9eaa3450 eth_header_cache EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup -EXPORT_SYMBOL vmlinux 0x9ebb9289 dev_get_by_index_rcu -EXPORT_SYMBOL vmlinux 0x9ebf454d consume_skb +EXPORT_SYMBOL vmlinux 0x9eb62f02 kernel_recvmsg EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set EXPORT_SYMBOL vmlinux 0x9ef7d84d cdrom_open EXPORT_SYMBOL vmlinux 0x9ef8090a vfs_mknod +EXPORT_SYMBOL vmlinux 0x9ef9abcf vme_bus_error_handler EXPORT_SYMBOL vmlinux 0x9efd377b file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x9f44b688 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 -EXPORT_SYMBOL vmlinux 0x9f4a54a8 tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x9f4d7388 fget EXPORT_SYMBOL vmlinux 0x9f4f9c3e __tracepoint_kmem_cache_alloc_node EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy -EXPORT_SYMBOL vmlinux 0x9f644ac6 ___pskb_trim -EXPORT_SYMBOL vmlinux 0x9f6583e4 pci_find_pcie_root_port -EXPORT_SYMBOL vmlinux 0x9f6fa085 dev_change_flags EXPORT_SYMBOL vmlinux 0x9f73416c flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x9f79a535 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x9f83431f zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x9f868813 xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x9f88f5e3 register_md_personality EXPORT_SYMBOL vmlinux 0x9f8b1f7d md_bitmap_endwrite -EXPORT_SYMBOL vmlinux 0x9f939359 skb_orphan_partial EXPORT_SYMBOL vmlinux 0x9f984513 strrchr -EXPORT_SYMBOL vmlinux 0x9f9d4704 pci_pme_active EXPORT_SYMBOL vmlinux 0x9fa2ede7 d_genocide -EXPORT_SYMBOL vmlinux 0x9fa48881 pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync EXPORT_SYMBOL vmlinux 0x9fab2c80 is_subdir -EXPORT_SYMBOL vmlinux 0x9fab4c5d netdev_lower_dev_get_private -EXPORT_SYMBOL vmlinux 0x9fac82f2 __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid EXPORT_SYMBOL vmlinux 0x9fb385de scsi_eh_restore_cmnd -EXPORT_SYMBOL vmlinux 0x9fb5fb20 sock_wfree EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many -EXPORT_SYMBOL vmlinux 0x9fe99639 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog EXPORT_SYMBOL vmlinux 0x9ffce33c dm_get_device EXPORT_SYMBOL vmlinux 0xa0065564 memcpy_page_flushcache EXPORT_SYMBOL vmlinux 0xa00c3231 hmm_range_register -EXPORT_SYMBOL vmlinux 0xa0112dc3 xfrm_state_free EXPORT_SYMBOL vmlinux 0xa0143018 tty_port_hangup EXPORT_SYMBOL vmlinux 0xa0216fcb prepare_binprm EXPORT_SYMBOL vmlinux 0xa0262284 radix_tree_iter_delete @@ -8670,31 +8643,29 @@ EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or EXPORT_SYMBOL vmlinux 0xa0949fda sync_dirty_buffer EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable -EXPORT_SYMBOL vmlinux 0xa09c5858 vfio_unpin_pages EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 -EXPORT_SYMBOL vmlinux 0xa0b31114 ip4_datagram_connect -EXPORT_SYMBOL vmlinux 0xa0bd3057 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa0b0e5fa gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0xa0c16038 find_get_pages_range_tag EXPORT_SYMBOL vmlinux 0xa0c9c1de fs_bio_set EXPORT_SYMBOL vmlinux 0xa0cae7ae serio_bus EXPORT_SYMBOL vmlinux 0xa0d082ed blk_queue_flag_set -EXPORT_SYMBOL vmlinux 0xa0d1337e skb_copy_header +EXPORT_SYMBOL vmlinux 0xa0d2a401 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private EXPORT_SYMBOL vmlinux 0xa0e85beb dma_find_channel EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem -EXPORT_SYMBOL vmlinux 0xa0f6097d __dev_remove_pack EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc -EXPORT_SYMBOL vmlinux 0xa121b7ad tcp_seq_next -EXPORT_SYMBOL vmlinux 0xa12474fc ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0xa13d50f7 thaw_bdev EXPORT_SYMBOL vmlinux 0xa1488212 dev_mc_init EXPORT_SYMBOL vmlinux 0xa14b01d9 flow_rule_match_enc_keyid -EXPORT_SYMBOL vmlinux 0xa1760ec9 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xa15ed188 pcim_enable_device EXPORT_SYMBOL vmlinux 0xa192ad3e dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xa19943c2 skb_clone +EXPORT_SYMBOL vmlinux 0xa19a839f sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xa19c77fa ipv6_select_ident EXPORT_SYMBOL vmlinux 0xa1a27bc9 scsi_print_result EXPORT_SYMBOL vmlinux 0xa1aad6e8 param_get_long EXPORT_SYMBOL vmlinux 0xa1bb266f nf_hooks_needed @@ -8702,31 +8673,30 @@ EXPORT_SYMBOL vmlinux 0xa1bba60b md_update_sb EXPORT_SYMBOL vmlinux 0xa1c1c659 flow_rule_match_ipv4_addrs EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched EXPORT_SYMBOL vmlinux 0xa1caecd3 vm_map_ram -EXPORT_SYMBOL vmlinux 0xa1d4fc38 mr_table_dump +EXPORT_SYMBOL vmlinux 0xa1cc2009 __inet6_lookup_established EXPORT_SYMBOL vmlinux 0xa1dee5f1 frame_vector_create EXPORT_SYMBOL vmlinux 0xa1df29eb blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa1e44546 inet_frags_fini EXPORT_SYMBOL vmlinux 0xa1eaa2cd mempool_init EXPORT_SYMBOL vmlinux 0xa1f08d55 elv_rb_former_request EXPORT_SYMBOL vmlinux 0xa1f314fb write_one_page +EXPORT_SYMBOL vmlinux 0xa1fab647 audit_log_start EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp EXPORT_SYMBOL vmlinux 0xa20ca496 dquot_enable EXPORT_SYMBOL vmlinux 0xa20fdfe4 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xa212a612 skb_checksum EXPORT_SYMBOL vmlinux 0xa2133e1a dquot_set_dqinfo -EXPORT_SYMBOL vmlinux 0xa222a552 dst_discard_out EXPORT_SYMBOL vmlinux 0xa22df03c gnet_stats_copy_rate_est EXPORT_SYMBOL vmlinux 0xa2374b2f iter_file_splice_write EXPORT_SYMBOL vmlinux 0xa23978a1 nonseekable_open EXPORT_SYMBOL vmlinux 0xa24af365 md_write_inc -EXPORT_SYMBOL vmlinux 0xa24f0c21 ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module -EXPORT_SYMBOL vmlinux 0xa25a24fd pcibios_fixup_bus EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer -EXPORT_SYMBOL vmlinux 0xa2889654 pci_find_next_bus EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register EXPORT_SYMBOL vmlinux 0xa2bf186b param_ops_long -EXPORT_SYMBOL vmlinux 0xa2dc9b08 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xa2e2b71e inet6_csk_route_req EXPORT_SYMBOL vmlinux 0xa2ee633a lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0xa32eeaa2 seq_puts EXPORT_SYMBOL vmlinux 0xa34690b9 mmc_request_done @@ -8736,59 +8706,68 @@ EXPORT_SYMBOL vmlinux 0xa351849c __netlink_ns_capable EXPORT_SYMBOL vmlinux 0xa366ff8d xa_get_order EXPORT_SYMBOL vmlinux 0xa36d1bb5 bdi_register_va EXPORT_SYMBOL vmlinux 0xa3774259 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xa3781638 udp_set_csum EXPORT_SYMBOL vmlinux 0xa3874d3b kthread_bind EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot EXPORT_SYMBOL vmlinux 0xa39411f4 mdiobus_setup_mdiodev_from_board_info -EXPORT_SYMBOL vmlinux 0xa398ea8b scsi_init_io EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay -EXPORT_SYMBOL vmlinux 0xa3e0d51b skb_append -EXPORT_SYMBOL vmlinux 0xa3fd9b6a agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xa3b67491 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xa4039b7a vme_irq_generate EXPORT_SYMBOL vmlinux 0xa407e169 __kernel_write +EXPORT_SYMBOL vmlinux 0xa41b4d1e dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xa42ec204 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xa43c886a sock_no_bind EXPORT_SYMBOL vmlinux 0xa45856a8 _copy_from_iter_full_nocache EXPORT_SYMBOL vmlinux 0xa45bb2a1 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xa46ae654 inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0xa46f6a2b abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xa47922c0 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xa47f6dc3 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0xa49a9b46 mempool_alloc EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep EXPORT_SYMBOL vmlinux 0xa4c39ef6 request_firmware_into_buf EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush EXPORT_SYMBOL vmlinux 0xa4d96230 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0xa4ed983a pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xa50a2d7c __skb_recv_udp EXPORT_SYMBOL vmlinux 0xa5106c17 mfd_remove_devices EXPORT_SYMBOL vmlinux 0xa522a7b1 fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0xa524f40f bio_endio EXPORT_SYMBOL vmlinux 0xa53ca31e phy_write_mmd -EXPORT_SYMBOL vmlinux 0xa54ce688 free_netdev -EXPORT_SYMBOL vmlinux 0xa551b306 kernel_setsockopt EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color -EXPORT_SYMBOL vmlinux 0xa552905b mr_mfc_find_any EXPORT_SYMBOL vmlinux 0xa55efae9 dev_printk EXPORT_SYMBOL vmlinux 0xa5956abe ioread64_hi_lo EXPORT_SYMBOL vmlinux 0xa5ac3e33 ZSTD_DCtxWorkspaceBound EXPORT_SYMBOL vmlinux 0xa5b9ad9d current_in_userns -EXPORT_SYMBOL vmlinux 0xa5dbc7f0 pci_dev_get +EXPORT_SYMBOL vmlinux 0xa5ccff57 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xa5e87ed1 vme_slot_num EXPORT_SYMBOL vmlinux 0xa5ea8413 set_binfmt EXPORT_SYMBOL vmlinux 0xa5ed9067 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xa5ee58f6 inet_select_addr EXPORT_SYMBOL vmlinux 0xa5f547b4 dcache_dir_lseek EXPORT_SYMBOL vmlinux 0xa60202a1 alloc_fcdev EXPORT_SYMBOL vmlinux 0xa603182f memory_read_from_io_buffer -EXPORT_SYMBOL vmlinux 0xa613103c dev_add_pack EXPORT_SYMBOL vmlinux 0xa61837ff of_match_device EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab -EXPORT_SYMBOL vmlinux 0xa63a7d9c skb_get_hash_perturb -EXPORT_SYMBOL vmlinux 0xa654a0d0 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xa6367616 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0xa6579f21 __pud_val_bits EXPORT_SYMBOL vmlinux 0xa6580d1f vfs_get_tree EXPORT_SYMBOL vmlinux 0xa6586e2e get_tree_nodev EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa65aea9d pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xa65dbb61 mini_qdisc_pair_init EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp -EXPORT_SYMBOL vmlinux 0xa6937d1a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xa695ccdb compat_mc_setsockopt EXPORT_SYMBOL vmlinux 0xa69e279c __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xa6bb6c50 sock_release EXPORT_SYMBOL vmlinux 0xa6d7f0d0 of_get_mac_address -EXPORT_SYMBOL vmlinux 0xa6e8ed85 __dev_get_by_index -EXPORT_SYMBOL vmlinux 0xa6e9cfbd __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xa6dd9f85 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xa6e610db tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0xa6eba714 proc_create_data EXPORT_SYMBOL vmlinux 0xa6fe3bc3 blk_integrity_merge_rq EXPORT_SYMBOL vmlinux 0xa71b45f6 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xa71e0ce1 pci_msix_vec_count EXPORT_SYMBOL vmlinux 0xa731f5e9 _dev_warn EXPORT_SYMBOL vmlinux 0xa73c1b94 d_move EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock @@ -8797,55 +8776,61 @@ EXPORT_SYMBOL vmlinux 0xa75c93f2 scsi_block_when_processing_errors EXPORT_SYMBOL vmlinux 0xa76e92a4 __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0xa77b1ed6 __wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0xa77c50c4 tcp_sendmsg EXPORT_SYMBOL vmlinux 0xa77c9d72 no_seek_end_llseek EXPORT_SYMBOL vmlinux 0xa77ee515 scsi_print_sense -EXPORT_SYMBOL vmlinux 0xa78cc3a1 ip6tun_encaps EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic EXPORT_SYMBOL vmlinux 0xa79bff2d hpage_shift +EXPORT_SYMBOL vmlinux 0xa79dbab0 skb_checksum_help EXPORT_SYMBOL vmlinux 0xa79e8201 con_set_default_unimap -EXPORT_SYMBOL vmlinux 0xa7a5895e eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xa7a672d6 tcp_conn_request EXPORT_SYMBOL vmlinux 0xa7b24a11 grab_cache_page_write_begin -EXPORT_SYMBOL vmlinux 0xa7e12498 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xa7c4fbfb km_query EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xa7ece2de pci_release_region EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper EXPORT_SYMBOL vmlinux 0xa7f60d7a bio_copy_data_iter EXPORT_SYMBOL vmlinux 0xa7ff9e94 deactivate_super +EXPORT_SYMBOL vmlinux 0xa8000340 xfrm_user_policy EXPORT_SYMBOL vmlinux 0xa8004ad1 unix_get_socket EXPORT_SYMBOL vmlinux 0xa802a09f devm_request_any_context_irq EXPORT_SYMBOL vmlinux 0xa809974a md_done_sync -EXPORT_SYMBOL vmlinux 0xa81ef942 fb_pan_display EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked -EXPORT_SYMBOL vmlinux 0xa82b4972 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xa82fdab9 pci_scan_single_device EXPORT_SYMBOL vmlinux 0xa83200f8 tty_wait_until_sent EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags -EXPORT_SYMBOL vmlinux 0xa84a40a0 scsi_test_unit_ready EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox -EXPORT_SYMBOL vmlinux 0xa865568f of_pci_range_to_resource EXPORT_SYMBOL vmlinux 0xa86726e9 blk_mq_queue_stopped EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work -EXPORT_SYMBOL vmlinux 0xa883420e netdev_reset_tc EXPORT_SYMBOL vmlinux 0xa8896319 __xa_clear_mark EXPORT_SYMBOL vmlinux 0xa88f7118 of_graph_get_port_by_id EXPORT_SYMBOL vmlinux 0xa8a7799d timestamp_truncate EXPORT_SYMBOL vmlinux 0xa8a9a0ee unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa8ab5e71 rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0xa8ae90fc mmc_add_host +EXPORT_SYMBOL vmlinux 0xa8af23b3 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xa8b3b8c7 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xa8d81c66 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xa8ef6bdf agp_alloc_page_array EXPORT_SYMBOL vmlinux 0xa8f33ec7 param_get_uint EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa8f81ccd fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0xa8f998d9 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xa908d8b7 ___pskb_trim EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work -EXPORT_SYMBOL vmlinux 0xa90cee15 inet_frag_find EXPORT_SYMBOL vmlinux 0xa90df7f4 phy_set_max_speed EXPORT_SYMBOL vmlinux 0xa90e1890 peernet2id EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa928bb0a ip_route_input_noref EXPORT_SYMBOL vmlinux 0xa929674b hash_and_copy_to_iter -EXPORT_SYMBOL vmlinux 0xa93bcff0 agp_find_bridge EXPORT_SYMBOL vmlinux 0xa9402b74 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xa9492565 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa94d009e sock_no_shutdown EXPORT_SYMBOL vmlinux 0xa95615f7 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xa959f80f __ip_options_compile EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value EXPORT_SYMBOL vmlinux 0xa967bd29 generic_shutdown_super EXPORT_SYMBOL vmlinux 0xa96e7348 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xa9897c32 eth_change_mtu EXPORT_SYMBOL vmlinux 0xa99b39c2 prandom_bytes EXPORT_SYMBOL vmlinux 0xa9b498ae page_get_link EXPORT_SYMBOL vmlinux 0xa9c9e75e of_graph_parse_endpoint @@ -8853,54 +8838,56 @@ EXPORT_SYMBOL vmlinux 0xa9c9ed1b register_md_cluster_operations EXPORT_SYMBOL vmlinux 0xa9d704b0 fs_context_for_reconfigure EXPORT_SYMBOL vmlinux 0xa9dffce5 mempool_free EXPORT_SYMBOL vmlinux 0xa9e01330 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xa9e390e0 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xa9e3df6e pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0xa9e5d04a user_path_at_empty -EXPORT_SYMBOL vmlinux 0xa9ec5c94 napi_gro_receive EXPORT_SYMBOL vmlinux 0xa9f1976f bioset_init -EXPORT_SYMBOL vmlinux 0xa9f1bb29 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0xaa0eafa0 dma_sync_wait EXPORT_SYMBOL vmlinux 0xaa11a005 zero_fill_bio_iter EXPORT_SYMBOL vmlinux 0xaa173779 memcg_kmem_enabled_key -EXPORT_SYMBOL vmlinux 0xaa1f6afc tcf_get_next_proto EXPORT_SYMBOL vmlinux 0xaa3f6f04 radix__flush_tlb_kernel_range -EXPORT_SYMBOL vmlinux 0xaa57257b inet_accept EXPORT_SYMBOL vmlinux 0xaa687e53 radix__flush_tlb_range EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7c28d4 tcf_block_put EXPORT_SYMBOL vmlinux 0xaa869d5a nvm_register EXPORT_SYMBOL vmlinux 0xaa9179c4 ida_alloc_range -EXPORT_SYMBOL vmlinux 0xaaa4d7da dev_change_carrier +EXPORT_SYMBOL vmlinux 0xaa924beb sock_create_lite +EXPORT_SYMBOL vmlinux 0xaaa3368c __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state -EXPORT_SYMBOL vmlinux 0xaad7e1da inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function -EXPORT_SYMBOL vmlinux 0xaafd0f26 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xaaee17b4 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp -EXPORT_SYMBOL vmlinux 0xab0137bf ip6mr_rule_default EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3772f1 inet_rcv_saddr_equal EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab5eaad8 skb_pull EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier -EXPORT_SYMBOL vmlinux 0xab6eba49 build_skb EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab796f18 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xab7b9cab rtnl_configure_link EXPORT_SYMBOL vmlinux 0xab867da9 mmc_cqe_recovery -EXPORT_SYMBOL vmlinux 0xab8f5d04 seg6_hmac_net_init -EXPORT_SYMBOL vmlinux 0xab9e0310 devm_alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xaba782a1 i2c_verify_adapter EXPORT_SYMBOL vmlinux 0xabafd606 revalidate_disk EXPORT_SYMBOL vmlinux 0xabc0bbf3 bd_start_claiming -EXPORT_SYMBOL vmlinux 0xabd1796d pci_release_region +EXPORT_SYMBOL vmlinux 0xabd5aad7 dev_get_stats EXPORT_SYMBOL vmlinux 0xabdefddd fbcon_rotate_ccw EXPORT_SYMBOL vmlinux 0xabf218f9 unlock_rename EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s -EXPORT_SYMBOL vmlinux 0xabfce85e pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xabf7ead3 napi_schedule_prep EXPORT_SYMBOL vmlinux 0xac094bd3 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xac0e7e07 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xac0ee053 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd EXPORT_SYMBOL vmlinux 0xac430423 __pmd_val_bits EXPORT_SYMBOL vmlinux 0xac571e78 lookup_one_len EXPORT_SYMBOL vmlinux 0xac585d20 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xac5b2e90 pci_save_state EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac665ddc pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0xac8122b2 misc_register EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac8e688b tty_set_operations @@ -8908,34 +8895,39 @@ EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf EXPORT_SYMBOL vmlinux 0xac9ecad1 security_inode_getsecctx EXPORT_SYMBOL vmlinux 0xaca9e50a ab3100_event_register EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacadb81b get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xacb22f97 netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0xacb5a228 commit_creds +EXPORT_SYMBOL vmlinux 0xacc3550c tcp_peek_len EXPORT_SYMBOL vmlinux 0xacc8657c fscrypt_release_ctx EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xace65b6d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xace96b25 sock_no_getname EXPORT_SYMBOL vmlinux 0xacec89da scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xaced3c74 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info EXPORT_SYMBOL vmlinux 0xacf8520a sync_mapping_buffers -EXPORT_SYMBOL vmlinux 0xacfabbb4 dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0xacfb8dcc set_user_nice +EXPORT_SYMBOL vmlinux 0xacfc9043 kernel_bind EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0d92a1 ata_link_printk EXPORT_SYMBOL vmlinux 0xad0ed3c1 ethtool_rx_flow_rule_create EXPORT_SYMBOL vmlinux 0xad0f1690 pm860x_page_reg_write EXPORT_SYMBOL vmlinux 0xad2058ce scmd_printk +EXPORT_SYMBOL vmlinux 0xad230ff2 __scm_send EXPORT_SYMBOL vmlinux 0xad420c84 phy_register_fixup_for_uid EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock EXPORT_SYMBOL vmlinux 0xad676b7e bioset_integrity_create EXPORT_SYMBOL vmlinux 0xad696098 dma_resv_init -EXPORT_SYMBOL vmlinux 0xad70a1b7 ata_scsi_cmd_error_handler EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function EXPORT_SYMBOL vmlinux 0xad7cfcb4 __phy_resume EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad8a45d0 nf_register_queue_handler EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 EXPORT_SYMBOL vmlinux 0xad9b4567 rproc_elf_get_boot_addr -EXPORT_SYMBOL vmlinux 0xadb353bb sock_release EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long EXPORT_SYMBOL vmlinux 0xadc044b7 vfio_set_irqs_validate_and_prepare -EXPORT_SYMBOL vmlinux 0xadc0ca76 xfrm_unregister_type -EXPORT_SYMBOL vmlinux 0xadc3dba3 scsi_device_quiesce EXPORT_SYMBOL vmlinux 0xadc95300 agp_generic_destroy_page EXPORT_SYMBOL vmlinux 0xadcb69bc of_find_property EXPORT_SYMBOL vmlinux 0xadcba50b ZSTD_findFrameCompressedSize @@ -8944,86 +8936,97 @@ EXPORT_SYMBOL vmlinux 0xae25c141 vm_event_states EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert EXPORT_SYMBOL vmlinux 0xae33c205 fb_find_mode EXPORT_SYMBOL vmlinux 0xae4c8439 __pte_table_size +EXPORT_SYMBOL vmlinux 0xae4ee3f9 mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore EXPORT_SYMBOL vmlinux 0xae627f6e discard_new_inode -EXPORT_SYMBOL vmlinux 0xae6872ec seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xae79ff98 pci_bus_find_capability EXPORT_SYMBOL vmlinux 0xae85a83e ptp_clock_register +EXPORT_SYMBOL vmlinux 0xae94cc08 agp_generic_destroy_pages EXPORT_SYMBOL vmlinux 0xaead30a8 blk_integrity_unregister -EXPORT_SYMBOL vmlinux 0xaeb6dfc4 xfrm_policy_flush EXPORT_SYMBOL vmlinux 0xaeb93258 __nlmsg_put EXPORT_SYMBOL vmlinux 0xaec61ca4 jbd2_journal_update_sb_errno -EXPORT_SYMBOL vmlinux 0xaecde4dd __netif_schedule +EXPORT_SYMBOL vmlinux 0xaed29a4a neigh_update EXPORT_SYMBOL vmlinux 0xaede3f47 i2c_smbus_write_i2c_block_data EXPORT_SYMBOL vmlinux 0xaee7c8c4 filp_close EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh EXPORT_SYMBOL vmlinux 0xaf098a2b scsi_eh_prep_cmnd EXPORT_SYMBOL vmlinux 0xaf1e00cb seq_putc +EXPORT_SYMBOL vmlinux 0xaf23e2ec tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xaf2a15f2 pci_iomap +EXPORT_SYMBOL vmlinux 0xaf2b49d2 inet_del_protocol EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level -EXPORT_SYMBOL vmlinux 0xaf493c6a fb_class +EXPORT_SYMBOL vmlinux 0xaf42846b scsi_init_io +EXPORT_SYMBOL vmlinux 0xaf6a6f2b vme_unregister_bridge EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init -EXPORT_SYMBOL vmlinux 0xaf6e58fa rtnl_create_link +EXPORT_SYMBOL vmlinux 0xaf8059f8 ip_options_compile EXPORT_SYMBOL vmlinux 0xaf8e208f md_flush_request EXPORT_SYMBOL vmlinux 0xaf94ce6a file_open_root +EXPORT_SYMBOL vmlinux 0xaf9af1d5 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys EXPORT_SYMBOL vmlinux 0xafa86901 __mod_zone_page_state -EXPORT_SYMBOL vmlinux 0xafbcfbaf agp_copy_info EXPORT_SYMBOL vmlinux 0xafc6cc64 mipi_dsi_driver_unregister EXPORT_SYMBOL vmlinux 0xaff7f6c1 __debugger_bpt EXPORT_SYMBOL vmlinux 0xaff90631 inode_insert5 EXPORT_SYMBOL vmlinux 0xb0017cb5 devm_memremap +EXPORT_SYMBOL vmlinux 0xb002c63c inet_add_offload EXPORT_SYMBOL vmlinux 0xb00e6970 would_dump EXPORT_SYMBOL vmlinux 0xb0117f22 serio_interrupt +EXPORT_SYMBOL vmlinux 0xb0120e6a sk_net_capable +EXPORT_SYMBOL vmlinux 0xb0145a47 __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq EXPORT_SYMBOL vmlinux 0xb02d2ab1 of_find_all_nodes EXPORT_SYMBOL vmlinux 0xb02d9d72 vfs_whiteout EXPORT_SYMBOL vmlinux 0xb03ffb97 send_sig_info +EXPORT_SYMBOL vmlinux 0xb05244bd ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb05354ad eth_header_parse_protocol EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0680d66 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xb06b0c09 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xb06f2d82 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xb07402fa ata_dev_printk +EXPORT_SYMBOL vmlinux 0xb0748353 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0xb07d9833 start_tty EXPORT_SYMBOL vmlinux 0xb07ffc76 mmc_calc_max_discard -EXPORT_SYMBOL vmlinux 0xb09efcfa sk_alloc EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation -EXPORT_SYMBOL vmlinux 0xb0b5cee0 icmp_ndo_send EXPORT_SYMBOL vmlinux 0xb0c0042f phy_suspend +EXPORT_SYMBOL vmlinux 0xb0c92d65 dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit -EXPORT_SYMBOL vmlinux 0xb0d2a1a8 __dev_set_mtu EXPORT_SYMBOL vmlinux 0xb0dd468f set_cached_acl EXPORT_SYMBOL vmlinux 0xb0e10781 get_option EXPORT_SYMBOL vmlinux 0xb0eb32e6 inode_init_owner EXPORT_SYMBOL vmlinux 0xb0ed3a38 phy_init_hw +EXPORT_SYMBOL vmlinux 0xb0f35e8f dev_change_carrier EXPORT_SYMBOL vmlinux 0xb0f389ee utf8_normalize -EXPORT_SYMBOL vmlinux 0xb104a540 skb_set_owner_w EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xb12c9148 dcbnl_ieee_notify EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client -EXPORT_SYMBOL vmlinux 0xb13be527 cdc_parse_cdc_header EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset EXPORT_SYMBOL vmlinux 0xb14aadf0 fsync_bdev EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init -EXPORT_SYMBOL vmlinux 0xb14f3f61 dev_disable_lro EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec EXPORT_SYMBOL vmlinux 0xb16713e6 blk_rq_count_integrity_sg EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse EXPORT_SYMBOL vmlinux 0xb1770ab3 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xb192d321 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0xb19d55df fsl_upm_run_pattern EXPORT_SYMBOL vmlinux 0xb1a391f4 iov_iter_single_seg_count -EXPORT_SYMBOL vmlinux 0xb1ab7d06 pci_get_slot +EXPORT_SYMBOL vmlinux 0xb1b07b86 scsi_device_quiesce EXPORT_SYMBOL vmlinux 0xb1b205e7 scsi_add_host_with_dma EXPORT_SYMBOL vmlinux 0xb1b2116d ps2_handle_response EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t -EXPORT_SYMBOL vmlinux 0xb1de5616 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xb1e12d81 krealloc -EXPORT_SYMBOL vmlinux 0xb1eb86d8 alloc_etherdev_mqs -EXPORT_SYMBOL vmlinux 0xb20169d2 kernel_connect +EXPORT_SYMBOL vmlinux 0xb1e687fa pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0xb219c35f rproc_mem_entry_init EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23072a0 agp_copy_info EXPORT_SYMBOL vmlinux 0xb2376381 setattr_copy EXPORT_SYMBOL vmlinux 0xb23c42ae nd_dax_probe EXPORT_SYMBOL vmlinux 0xb255478b dquot_acquire EXPORT_SYMBOL vmlinux 0xb25a54c9 set_device_ro -EXPORT_SYMBOL vmlinux 0xb25fa012 __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0xb26817c1 __set_page_dirty_buffers EXPORT_SYMBOL vmlinux 0xb2883232 input_register_handler +EXPORT_SYMBOL vmlinux 0xb28a50db pci_get_subsys EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked EXPORT_SYMBOL vmlinux 0xb2a10c95 profile_pc EXPORT_SYMBOL vmlinux 0xb2acc4cd __msr_check_and_clear @@ -9036,61 +9039,53 @@ EXPORT_SYMBOL vmlinux 0xb2bb4b03 configfs_register_group EXPORT_SYMBOL vmlinux 0xb2c0168e md_bitmap_close_sync EXPORT_SYMBOL vmlinux 0xb2c88b39 md_integrity_register EXPORT_SYMBOL vmlinux 0xb2dc434c shared_processor +EXPORT_SYMBOL vmlinux 0xb2f27ebc pci_enable_msi EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2ff5bda inet_gso_segment EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set EXPORT_SYMBOL vmlinux 0xb30ffa01 ipmi_platform_add -EXPORT_SYMBOL vmlinux 0xb3108549 compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xb315fe66 compat_nf_setsockopt EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one -EXPORT_SYMBOL vmlinux 0xb33cebc8 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xb33410be inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0xb33e22a5 dm_io EXPORT_SYMBOL vmlinux 0xb34f3b32 __pagevec_release EXPORT_SYMBOL vmlinux 0xb350f6f2 dqstats -EXPORT_SYMBOL vmlinux 0xb356ebaf ip_options_compile EXPORT_SYMBOL vmlinux 0xb35743f7 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xb35b3ee1 inet_dgram_connect EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xb36b3b1b gnet_stats_copy_basic -EXPORT_SYMBOL vmlinux 0xb3725b5e rtnetlink_put_metrics -EXPORT_SYMBOL vmlinux 0xb384c18d __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0xb38a2bb2 mmc_can_secure_erase_trim EXPORT_SYMBOL vmlinux 0xb38f044b ps2_init -EXPORT_SYMBOL vmlinux 0xb3a037a8 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0xb3adc3f6 __mod_node_page_state -EXPORT_SYMBOL vmlinux 0xb3b57bc5 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb3bc5b58 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb3d23332 ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string EXPORT_SYMBOL vmlinux 0xb3e44b2c dma_set_coherent_mask EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop -EXPORT_SYMBOL vmlinux 0xb405518c compat_mc_getsockopt -EXPORT_SYMBOL vmlinux 0xb40acf36 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0xb4109bd1 input_set_keycode EXPORT_SYMBOL vmlinux 0xb417f082 kstrtos8_from_user EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked EXPORT_SYMBOL vmlinux 0xb4424b2b proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0xb442c315 inode_owner_or_capable -EXPORT_SYMBOL vmlinux 0xb44451b2 pcie_set_readrq EXPORT_SYMBOL vmlinux 0xb44ad4b3 _copy_to_user -EXPORT_SYMBOL vmlinux 0xb45d7e28 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0xb473e2c2 lockref_get +EXPORT_SYMBOL vmlinux 0xb47a319a pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0xb47be20e pseries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xb48ab299 sk_stop_timer EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts EXPORT_SYMBOL vmlinux 0xb49d6944 netlink_kernel_release EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free -EXPORT_SYMBOL vmlinux 0xb4aa6c34 datagram_poll -EXPORT_SYMBOL vmlinux 0xb4ad0714 mroute6_is_socket EXPORT_SYMBOL vmlinux 0xb4b61cef touch_buffer -EXPORT_SYMBOL vmlinux 0xb4d1e8f3 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xb4ec2378 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0xb4f13d2a abort EXPORT_SYMBOL vmlinux 0xb51f0a66 get_user_pages_unlocked -EXPORT_SYMBOL vmlinux 0xb5330537 km_query -EXPORT_SYMBOL vmlinux 0xb5353e43 of_get_pci_address EXPORT_SYMBOL vmlinux 0xb539b516 dma_fence_array_ops EXPORT_SYMBOL vmlinux 0xb55ae481 vfs_fadvise EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink EXPORT_SYMBOL vmlinux 0xb5794d19 nmi_panic -EXPORT_SYMBOL vmlinux 0xb57a8649 skb_dequeue_tail EXPORT_SYMBOL vmlinux 0xb5849b0a vfs_symlink EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat EXPORT_SYMBOL vmlinux 0xb59b71bd block_truncate_page @@ -9099,164 +9094,171 @@ EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy EXPORT_SYMBOL vmlinux 0xb5b50b21 generic_remap_file_range_prep EXPORT_SYMBOL vmlinux 0xb5ca3e74 generic_listxattr EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work -EXPORT_SYMBOL vmlinux 0xb5e93caa nf_register_net_hooks EXPORT_SYMBOL vmlinux 0xb5f35cb8 simple_rmdir EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable EXPORT_SYMBOL vmlinux 0xb641e9fd uart_unregister_driver -EXPORT_SYMBOL vmlinux 0xb6527906 pcie_capability_write_word -EXPORT_SYMBOL vmlinux 0xb652bee8 mini_qdisc_pair_init -EXPORT_SYMBOL vmlinux 0xb6534b87 skb_vlan_untag -EXPORT_SYMBOL vmlinux 0xb658ada9 pci_dev_put EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt EXPORT_SYMBOL vmlinux 0xb67c9280 utf8cursor EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68330ac devm_ioremap +EXPORT_SYMBOL vmlinux 0xb6917aaa vga_put EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb69bfde9 proc_mkdir EXPORT_SYMBOL vmlinux 0xb69f441b param_get_charp EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6aa8681 rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0xb6d36a28 pps_unregister_source EXPORT_SYMBOL vmlinux 0xb6e18921 mutex_trylock_recursive EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute -EXPORT_SYMBOL vmlinux 0xb6f3c74e pnv_pci_get_phb_node -EXPORT_SYMBOL vmlinux 0xb6f579b1 fb_validate_mode -EXPORT_SYMBOL vmlinux 0xb6fd21dc neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xb701554f netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0xb7146a69 xsk_umem_uses_need_wakeup -EXPORT_SYMBOL vmlinux 0xb7169c3b tcp_make_synack EXPORT_SYMBOL vmlinux 0xb71b264b alloc_pages_current +EXPORT_SYMBOL vmlinux 0xb71fa552 mr_dump EXPORT_SYMBOL vmlinux 0xb720e1ab mem_section EXPORT_SYMBOL vmlinux 0xb7237fe1 page_mapping EXPORT_SYMBOL vmlinux 0xb726a3e6 tty_devnum EXPORT_SYMBOL vmlinux 0xb740af91 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xb76a51b8 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xb76f85d7 of_get_ibm_chip_id EXPORT_SYMBOL vmlinux 0xb77ae92a mipi_dsi_dcs_set_display_on EXPORT_SYMBOL vmlinux 0xb77cbab1 xsk_set_tx_need_wakeup EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb7a11bb2 generic_fadvise +EXPORT_SYMBOL vmlinux 0xb7aafea7 km_new_mapping EXPORT_SYMBOL vmlinux 0xb7bc6adc seqno_fence_ops EXPORT_SYMBOL vmlinux 0xb7bcb771 mmc_erase +EXPORT_SYMBOL vmlinux 0xb7bed917 tcp_rtx_synack EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags EXPORT_SYMBOL vmlinux 0xb7d2ef3d gen_pool_dma_alloc -EXPORT_SYMBOL vmlinux 0xb7e5e947 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0xb7fdf448 vfio_unregister_notifier +EXPORT_SYMBOL vmlinux 0xb8032354 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0xb81b0266 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xb8211eab ip_frag_next EXPORT_SYMBOL vmlinux 0xb82a6ed8 wait_for_key_construction EXPORT_SYMBOL vmlinux 0xb83129db ZSTD_decompressContinue EXPORT_SYMBOL vmlinux 0xb8323e17 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xb8478f65 eth_get_headlen EXPORT_SYMBOL vmlinux 0xb84e0b2a blk_rq_init +EXPORT_SYMBOL vmlinux 0xb85a7c7a agp_alloc_bridge EXPORT_SYMBOL vmlinux 0xb87cc522 generic_end_io_acct -EXPORT_SYMBOL vmlinux 0xb87df41e sk_send_sigurg EXPORT_SYMBOL vmlinux 0xb887b5ee phy_start_aneg +EXPORT_SYMBOL vmlinux 0xb8911bb8 eth_header_cache_update EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8ace897 __inet_hash EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link EXPORT_SYMBOL vmlinux 0xb8b9f817 kmalloc_order_trace -EXPORT_SYMBOL vmlinux 0xb8bdb88b pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xb8be1eee kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb8c3ab21 rtnl_unicast EXPORT_SYMBOL vmlinux 0xb8d23946 textsearch_register -EXPORT_SYMBOL vmlinux 0xb8d9a99a inet_register_protosw EXPORT_SYMBOL vmlinux 0xb8e5a4f6 notify_change -EXPORT_SYMBOL vmlinux 0xb8e65481 __scm_send EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory -EXPORT_SYMBOL vmlinux 0xb9096454 rtnl_link_get_net EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb918c149 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9798e40 nf_register_net_hooks EXPORT_SYMBOL vmlinux 0xb9848fed blk_rq_map_integrity_sg EXPORT_SYMBOL vmlinux 0xb98addc8 param_ops_int EXPORT_SYMBOL vmlinux 0xb9b13ace input_mt_report_finger_count EXPORT_SYMBOL vmlinux 0xb9e5923d fput EXPORT_SYMBOL vmlinux 0xb9e7aa93 rio_query_mport -EXPORT_SYMBOL vmlinux 0xb9e82657 vio_get_attribute EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters EXPORT_SYMBOL vmlinux 0xb9ee149b set_security_override_from_ctx -EXPORT_SYMBOL vmlinux 0xb9f08692 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le -EXPORT_SYMBOL vmlinux 0xba3fd5eb ip6_route_me_harder EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy -EXPORT_SYMBOL vmlinux 0xba4a0c5e inet_stream_connect +EXPORT_SYMBOL vmlinux 0xba516243 sk_dst_check +EXPORT_SYMBOL vmlinux 0xba565e81 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xba5c293f pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0xba5e92af tcp_child_process EXPORT_SYMBOL vmlinux 0xba5fa8be qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0xba691c85 _insb EXPORT_SYMBOL vmlinux 0xba6ca76b tty_hangup EXPORT_SYMBOL vmlinux 0xba74876c cdrom_dummy_generic_packet EXPORT_SYMBOL vmlinux 0xba8d82f6 dquot_operations -EXPORT_SYMBOL vmlinux 0xbaa417b0 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xbaa683a8 single_release -EXPORT_SYMBOL vmlinux 0xbaac5f52 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0xbaac847b md_unregister_thread -EXPORT_SYMBOL vmlinux 0xbac9d673 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xbab79e88 sock_efree EXPORT_SYMBOL vmlinux 0xbad63924 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xbae230a4 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xbafcaf40 xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1c1257 lock_sock_nested EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command EXPORT_SYMBOL vmlinux 0xbb2ddcd3 __wait_on_buffer EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects EXPORT_SYMBOL vmlinux 0xbb3e9e90 __pmd_table_size EXPORT_SYMBOL vmlinux 0xbb448930 of_find_node_with_property -EXPORT_SYMBOL vmlinux 0xbb49a153 compat_sock_common_getsockopt EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer -EXPORT_SYMBOL vmlinux 0xbb684306 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xbb655ba3 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xbb6560f6 nf_log_set EXPORT_SYMBOL vmlinux 0xbb6df6ac user_path_create -EXPORT_SYMBOL vmlinux 0xbb6e55ea agp_generic_alloc_by_type -EXPORT_SYMBOL vmlinux 0xbb97d060 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0xbb9e3e94 input_handler_for_each_handle EXPORT_SYMBOL vmlinux 0xbbb6950b blk_post_runtime_resume EXPORT_SYMBOL vmlinux 0xbbc0d4fe __dquot_alloc_space EXPORT_SYMBOL vmlinux 0xbbc416cb of_graph_get_remote_port_parent -EXPORT_SYMBOL vmlinux 0xbbe5273d inet_sendpage EXPORT_SYMBOL vmlinux 0xbbe80fdb kmalloc_order EXPORT_SYMBOL vmlinux 0xbbf5f5de debugfs_create_automount -EXPORT_SYMBOL vmlinux 0xbc0cf05c cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xbbf862e7 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xbc0086f4 ip_ct_attach +EXPORT_SYMBOL vmlinux 0xbc0e2db9 sock_wfree EXPORT_SYMBOL vmlinux 0xbc1346d0 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xbc15fa0f pcie_capability_write_word EXPORT_SYMBOL vmlinux 0xbc21fef8 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbc29798a inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0xbc390717 gro_cells_receive EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc44202f inet_shutdown EXPORT_SYMBOL vmlinux 0xbc604947 serial8250_do_set_termios EXPORT_SYMBOL vmlinux 0xbc658cc0 kobject_init EXPORT_SYMBOL vmlinux 0xbc743283 invalidate_mapping_pages EXPORT_SYMBOL vmlinux 0xbc82ad85 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xbc8c40da netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xbc926d60 d_delete EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf EXPORT_SYMBOL vmlinux 0xbcae89db cdev_del EXPORT_SYMBOL vmlinux 0xbcb79aff find_inode_nowait EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 -EXPORT_SYMBOL vmlinux 0xbcc23900 agp_generic_type_to_mask_type EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user EXPORT_SYMBOL vmlinux 0xbcd7a139 abx500_get_chip_id -EXPORT_SYMBOL vmlinux 0xbcd8ce5d pci_read_vpd EXPORT_SYMBOL vmlinux 0xbcd9f6c5 module_layout EXPORT_SYMBOL vmlinux 0xbcebe7b0 jbd2_journal_get_write_access EXPORT_SYMBOL vmlinux 0xbcf13e58 of_get_i2c_adapter_by_node EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 -EXPORT_SYMBOL vmlinux 0xbcf78d28 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xbd00d5c7 pci_select_bars EXPORT_SYMBOL vmlinux 0xbd160c91 kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0xbd160d5e sock_from_file EXPORT_SYMBOL vmlinux 0xbd19992d pagecache_isize_extended -EXPORT_SYMBOL vmlinux 0xbd37e006 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 EXPORT_SYMBOL vmlinux 0xbd9bd2c6 sk_stream_wait_close EXPORT_SYMBOL vmlinux 0xbd9c08eb single_open -EXPORT_SYMBOL vmlinux 0xbd9e9f68 pci_scan_bridge EXPORT_SYMBOL vmlinux 0xbd9f3635 generic_pipe_buf_get EXPORT_SYMBOL vmlinux 0xbdabef9d get_gendisk -EXPORT_SYMBOL vmlinux 0xbdca12d2 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xbdb0f11d xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0xbdcc2f8d block_commit_write EXPORT_SYMBOL vmlinux 0xbddc344c keyring_alloc -EXPORT_SYMBOL vmlinux 0xbdfd8dfb unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0xbdff459d jbd2_journal_set_triggers EXPORT_SYMBOL vmlinux 0xbe0cfae8 dev_uc_del -EXPORT_SYMBOL vmlinux 0xbe26ef3a netif_set_real_num_rx_queues -EXPORT_SYMBOL vmlinux 0xbe273511 tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0xbe33c3bd vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xbe4595ed tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe592f20 consume_skb EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd -EXPORT_SYMBOL vmlinux 0xbea98d6a audit_log_start +EXPORT_SYMBOL vmlinux 0xbe6e1d87 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xbeb462fe pci_assign_resource EXPORT_SYMBOL vmlinux 0xbebf6afe dec_node_page_state EXPORT_SYMBOL vmlinux 0xbec85935 param_set_uint +EXPORT_SYMBOL vmlinux 0xbecf61e3 pci_match_id EXPORT_SYMBOL vmlinux 0xbed2716a bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xbed6fb9d skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule -EXPORT_SYMBOL vmlinux 0xbef7c5ca pci_choose_state EXPORT_SYMBOL vmlinux 0xbf06124c __lock_page +EXPORT_SYMBOL vmlinux 0xbf09ad00 inet_bind EXPORT_SYMBOL vmlinux 0xbf143520 nobh_write_end EXPORT_SYMBOL vmlinux 0xbf186303 dev_addr_del EXPORT_SYMBOL vmlinux 0xbf2408cd tcp_hashinfo @@ -9265,112 +9267,123 @@ EXPORT_SYMBOL vmlinux 0xbf596f45 _insl_ns EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set EXPORT_SYMBOL vmlinux 0xbf9ca7fe dma_set_mask EXPORT_SYMBOL vmlinux 0xbf9fd0b4 simple_rename +EXPORT_SYMBOL vmlinux 0xbfad1acd inet_gro_receive EXPORT_SYMBOL vmlinux 0xbfb113a6 blk_mq_init_sq_queue EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave EXPORT_SYMBOL vmlinux 0xbfbb04e7 config_group_init_type_name EXPORT_SYMBOL vmlinux 0xbfbd7fcf of_node_name_eq EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc2bf9d devm_of_iomap +EXPORT_SYMBOL vmlinux 0xbfc955a7 default_qdisc_ops EXPORT_SYMBOL vmlinux 0xbfcd4210 __ethtool_get_link_ksettings EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer -EXPORT_SYMBOL vmlinux 0xbff1951a skb_pull EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets -EXPORT_SYMBOL vmlinux 0xc001e6f5 xfrm_state_flush EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector EXPORT_SYMBOL vmlinux 0xc035135d locks_mandatory_area -EXPORT_SYMBOL vmlinux 0xc0398f44 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0xc04f5181 __tcf_idr_release EXPORT_SYMBOL vmlinux 0xc050aad7 vfs_ioc_setflags_prepare EXPORT_SYMBOL vmlinux 0xc0645901 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xc0688fd9 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0xc073ad0f mipi_dsi_dcs_read EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc088dc2b skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xc092e31b netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xc09370a0 pci_iounmap EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init EXPORT_SYMBOL vmlinux 0xc09f5625 input_mt_report_slot_state -EXPORT_SYMBOL vmlinux 0xc0a02ee0 pcie_get_mps -EXPORT_SYMBOL vmlinux 0xc0a053a1 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit EXPORT_SYMBOL vmlinux 0xc0a91cdf input_event EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 EXPORT_SYMBOL vmlinux 0xc0b346d8 opal_nx_coproc_init -EXPORT_SYMBOL vmlinux 0xc0b49ce9 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0xc0bca0f1 ZSTD_nextSrcSizeToDecompress EXPORT_SYMBOL vmlinux 0xc0cf427f sget EXPORT_SYMBOL vmlinux 0xc0d6d78f __var_waitqueue EXPORT_SYMBOL vmlinux 0xc0d8f4d9 dm_kcopyd_zero -EXPORT_SYMBOL vmlinux 0xc0e0b773 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xc0df185e skb_unlink EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup EXPORT_SYMBOL vmlinux 0xc110fdfc phy_ethtool_get_wol EXPORT_SYMBOL vmlinux 0xc113c2e2 mount_subtree EXPORT_SYMBOL vmlinux 0xc1179daa kstrtou8_from_user EXPORT_SYMBOL vmlinux 0xc126f0fc elevator_alloc +EXPORT_SYMBOL vmlinux 0xc12eddd1 dev_loopback_xmit EXPORT_SYMBOL vmlinux 0xc1328cee start_thread EXPORT_SYMBOL vmlinux 0xc13dc84e simple_write_end EXPORT_SYMBOL vmlinux 0xc147422c send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xc14bffd5 pci_get_slot EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1577e08 vme_init_bridge EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16efd1a ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xc1846fdb mr_fill_mroute EXPORT_SYMBOL vmlinux 0xc188ec58 jbd2_journal_invalidatepage -EXPORT_SYMBOL vmlinux 0xc1a74b93 sock_common_setsockopt -EXPORT_SYMBOL vmlinux 0xc1c532a6 rtnl_configure_link -EXPORT_SYMBOL vmlinux 0xc1cde150 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xc1a4163f scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xc1b49ebc vfio_pin_pages EXPORT_SYMBOL vmlinux 0xc1ce2bd1 gen_pool_fixed_alloc -EXPORT_SYMBOL vmlinux 0xc1d4f8a1 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1f50d59 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xc1f586d0 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xc204252e qdisc_reset EXPORT_SYMBOL vmlinux 0xc21c4f10 clear_wb_congested +EXPORT_SYMBOL vmlinux 0xc22cbeae dev_remove_pack EXPORT_SYMBOL vmlinux 0xc23c052e generic_writepages EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup -EXPORT_SYMBOL vmlinux 0xc24789eb netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xc248aa69 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xc2530406 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0xc267960e utf8_validate EXPORT_SYMBOL vmlinux 0xc27dec18 iov_iter_alignment -EXPORT_SYMBOL vmlinux 0xc287afe7 tcf_exts_validate EXPORT_SYMBOL vmlinux 0xc2883e58 fbcon_set_tileops EXPORT_SYMBOL vmlinux 0xc28e409b xsk_umem_consume_tx EXPORT_SYMBOL vmlinux 0xc29300f9 generic_file_direct_write EXPORT_SYMBOL vmlinux 0xc29bf967 strspn -EXPORT_SYMBOL vmlinux 0xc2b02610 netdev_features_change +EXPORT_SYMBOL vmlinux 0xc29f206f netdev_err EXPORT_SYMBOL vmlinux 0xc2b56a09 kobject_del EXPORT_SYMBOL vmlinux 0xc2d1552c sg_alloc_table_from_pages EXPORT_SYMBOL vmlinux 0xc2d59c8f qdisc_tree_reduce_backlog EXPORT_SYMBOL vmlinux 0xc2dc291a phy_device_free EXPORT_SYMBOL vmlinux 0xc2e57990 add_random_ready_callback EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices -EXPORT_SYMBOL vmlinux 0xc3023435 __alloc_skb +EXPORT_SYMBOL vmlinux 0xc2fadc5a ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xc2fe9123 ip_setsockopt EXPORT_SYMBOL vmlinux 0xc310b981 strnstr EXPORT_SYMBOL vmlinux 0xc316a31f input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xc319f42c tcf_exts_destroy EXPORT_SYMBOL vmlinux 0xc31f731c blk_mq_can_queue EXPORT_SYMBOL vmlinux 0xc32280b7 freeze_bdev EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xc32ce949 dqget +EXPORT_SYMBOL vmlinux 0xc3514273 netif_napi_del EXPORT_SYMBOL vmlinux 0xc361d40a tty_vhangup EXPORT_SYMBOL vmlinux 0xc36b0ac4 mmc_register_driver EXPORT_SYMBOL vmlinux 0xc370665f path_is_under EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer EXPORT_SYMBOL vmlinux 0xc3a8d67a security_sb_remount -EXPORT_SYMBOL vmlinux 0xc3af1e7e tcp_conn_request EXPORT_SYMBOL vmlinux 0xc3c576f9 cpu_rmap_update EXPORT_SYMBOL vmlinux 0xc3f102e8 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0xc3f3526e d_exact_alias -EXPORT_SYMBOL vmlinux 0xc406703d xfrm_policy_walk_done -EXPORT_SYMBOL vmlinux 0xc40de470 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xc3ff8294 scsi_device_resume EXPORT_SYMBOL vmlinux 0xc41bc980 iwe_stream_add_value EXPORT_SYMBOL vmlinux 0xc41c05eb find_vma EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42f88f4 xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0xc43815ad devm_devfreq_register_notifier -EXPORT_SYMBOL vmlinux 0xc4433879 fb_blank +EXPORT_SYMBOL vmlinux 0xc43f7a77 devm_pci_remap_cfgspace EXPORT_SYMBOL vmlinux 0xc44431c6 security_path_mknod EXPORT_SYMBOL vmlinux 0xc44e3025 of_phy_find_device EXPORT_SYMBOL vmlinux 0xc450d60e scsi_ioctl EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 -EXPORT_SYMBOL vmlinux 0xc4781e09 pci_bus_type -EXPORT_SYMBOL vmlinux 0xc479a185 pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh EXPORT_SYMBOL vmlinux 0xc47d6d65 ll_rw_block EXPORT_SYMBOL vmlinux 0xc48ce754 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc4a5a8c8 agp_create_memory EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog EXPORT_SYMBOL vmlinux 0xc4b5949a filemap_range_has_page -EXPORT_SYMBOL vmlinux 0xc4b95586 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xc4bfec49 arp_create EXPORT_SYMBOL vmlinux 0xc4c33e5f user_revoke +EXPORT_SYMBOL vmlinux 0xc4db212a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xc4f1d742 agp_free_memory EXPORT_SYMBOL vmlinux 0xc4f90b82 security_sctp_bind_connect EXPORT_SYMBOL vmlinux 0xc5032e0b generic_block_fiemap EXPORT_SYMBOL vmlinux 0xc511f7fb pm860x_reg_read @@ -9381,11 +9394,11 @@ EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 EXPORT_SYMBOL vmlinux 0xc5570c26 mpage_readpage EXPORT_SYMBOL vmlinux 0xc563068e refcount_dec_and_lock EXPORT_SYMBOL vmlinux 0xc5850110 printk +EXPORT_SYMBOL vmlinux 0xc597fed4 dev_get_valid_name EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc59f2f95 __d_lookup_done EXPORT_SYMBOL vmlinux 0xc5a1c223 kthread_stop EXPORT_SYMBOL vmlinux 0xc5a396fd udplite_table -EXPORT_SYMBOL vmlinux 0xc5ab7e2b sdev_enable_disk_events EXPORT_SYMBOL vmlinux 0xc5b651c9 genl_family_attrbuf EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on EXPORT_SYMBOL vmlinux 0xc5b88b6a init_net @@ -9393,18 +9406,17 @@ EXPORT_SYMBOL vmlinux 0xc5b97f7a truncate_setsize EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot EXPORT_SYMBOL vmlinux 0xc5e0ae8e __module_put_and_exit EXPORT_SYMBOL vmlinux 0xc5e266da security_path_rename +EXPORT_SYMBOL vmlinux 0xc5e6c212 tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource EXPORT_SYMBOL vmlinux 0xc5ed20f6 revert_creds EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last -EXPORT_SYMBOL vmlinux 0xc5fe5142 unregister_framebuffer EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus -EXPORT_SYMBOL vmlinux 0xc615e744 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xc6113bb7 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0xc61b8087 idr_destroy EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo -EXPORT_SYMBOL vmlinux 0xc621901a proto_unregister +EXPORT_SYMBOL vmlinux 0xc62057f8 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xc631580a console_unlock -EXPORT_SYMBOL vmlinux 0xc631c66f inet_bind EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup EXPORT_SYMBOL vmlinux 0xc6369552 sync_file_get_fence EXPORT_SYMBOL vmlinux 0xc6395da0 dquot_alloc @@ -9412,9 +9424,9 @@ EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc664b528 mempool_create_node EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode -EXPORT_SYMBOL vmlinux 0xc6807f18 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xc682e279 neigh_sysctl_register EXPORT_SYMBOL vmlinux 0xc6b13a4c ioc_lookup_icq -EXPORT_SYMBOL vmlinux 0xc6c8e862 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xc6b16fb4 of_io_request_and_map EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r EXPORT_SYMBOL vmlinux 0xc6cb5765 dquot_initialize_needed EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable @@ -9423,14 +9435,14 @@ EXPORT_SYMBOL vmlinux 0xc6ce279a dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xc6d6af46 ppc_pci_io EXPORT_SYMBOL vmlinux 0xc6de9bcd tty_port_lower_dtr_rts EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key -EXPORT_SYMBOL vmlinux 0xc6fe3bc4 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xc713453e __cgroup_bpf_run_filter_getsockopt EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port EXPORT_SYMBOL vmlinux 0xc726ee83 bio_add_page EXPORT_SYMBOL vmlinux 0xc738a3d7 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xc73a7274 skb_queue_tail EXPORT_SYMBOL vmlinux 0xc75c8dc5 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc77d1a88 udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling -EXPORT_SYMBOL vmlinux 0xc78463a4 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0xc7846d91 phy_read_mmd EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc79113ea param_set_ulong @@ -9438,18 +9450,16 @@ EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc EXPORT_SYMBOL vmlinux 0xc79ff128 d_path EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock EXPORT_SYMBOL vmlinux 0xc7ba7cf1 tcf_action_exec -EXPORT_SYMBOL vmlinux 0xc7bdfa90 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe -EXPORT_SYMBOL vmlinux 0xc7c1b682 pci_bus_assign_resources -EXPORT_SYMBOL vmlinux 0xc7cd5687 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group -EXPORT_SYMBOL vmlinux 0xc7eac3c2 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xc7e82c32 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xc7ef29fb udp_skb_destructor EXPORT_SYMBOL vmlinux 0xc7f484b1 ida_destroy EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop EXPORT_SYMBOL vmlinux 0xc823695a simple_getattr -EXPORT_SYMBOL vmlinux 0xc842f4d6 fb_get_mode +EXPORT_SYMBOL vmlinux 0xc83770d9 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc83a6dff skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu -EXPORT_SYMBOL vmlinux 0xc857865a netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0xc858bcb4 sched_autogroup_detach EXPORT_SYMBOL vmlinux 0xc859bcca migrate_vma_setup EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes @@ -9459,61 +9469,69 @@ EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread EXPORT_SYMBOL vmlinux 0xc8b09b4d cred_fscmp EXPORT_SYMBOL vmlinux 0xc8c2f2d2 get_task_exe_file EXPORT_SYMBOL vmlinux 0xc8ce25a7 dquot_scan_active -EXPORT_SYMBOL vmlinux 0xc8d37825 inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0xc8d498c0 config_group_init EXPORT_SYMBOL vmlinux 0xc8e37812 elv_rb_add +EXPORT_SYMBOL vmlinux 0xc8e48b6a __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0xc8fa7769 srp_rport_put -EXPORT_SYMBOL vmlinux 0xc92ee839 skb_put +EXPORT_SYMBOL vmlinux 0xc90f5b84 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xc94479af skb_vlan_untag EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab -EXPORT_SYMBOL vmlinux 0xc98f145f __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0xc98f5b26 capable_wrt_inode_uidgid -EXPORT_SYMBOL vmlinux 0xc99c1860 inet_frags_fini EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev EXPORT_SYMBOL vmlinux 0xc9c7cc61 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xc9cc9f92 netif_device_attach EXPORT_SYMBOL vmlinux 0xc9dc3d79 __pte_frag_size_shift EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e4280f udp_disconnect +EXPORT_SYMBOL vmlinux 0xc9ed763f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc9f89f75 pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0xca15413f ZSTD_resetDStream EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free EXPORT_SYMBOL vmlinux 0xca2a31b9 kobject_get EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function EXPORT_SYMBOL vmlinux 0xca4845a4 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xca542e6f xfrm_input_resume EXPORT_SYMBOL vmlinux 0xca5d8653 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xca5e39d3 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xca689b12 pci_bus_write_config_word EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup EXPORT_SYMBOL vmlinux 0xca8c4e64 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xca91bd13 ether_setup EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next EXPORT_SYMBOL vmlinux 0xca96fda5 blk_queue_update_dma_alignment EXPORT_SYMBOL vmlinux 0xcaa8702e posix_acl_valid +EXPORT_SYMBOL vmlinux 0xcaa962e3 inet_offloads EXPORT_SYMBOL vmlinux 0xcaadb4ac simple_dentry_operations EXPORT_SYMBOL vmlinux 0xcad7c193 qdisc_watchdog_init -EXPORT_SYMBOL vmlinux 0xcae81397 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xcadfcb7f xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xcaefe1aa xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0xcaf1ef4a bmap EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain EXPORT_SYMBOL vmlinux 0xcafa3760 drop_super_exclusive EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu EXPORT_SYMBOL vmlinux 0xcb03cf54 serio_rescan -EXPORT_SYMBOL vmlinux 0xcb2b29c2 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0xcb2ea0b5 finish_wait EXPORT_SYMBOL vmlinux 0xcb32885c dev_mc_del EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xcb3c8a7d ___ratelimit +EXPORT_SYMBOL vmlinux 0xcb3cb459 udp_poll EXPORT_SYMBOL vmlinux 0xcb618fd9 tty_insert_flip_string_fixed_flag -EXPORT_SYMBOL vmlinux 0xcb7a384f iptun_encaps -EXPORT_SYMBOL vmlinux 0xcb85d795 pci_enable_device_io -EXPORT_SYMBOL vmlinux 0xcb9e8db3 inet_ioctl +EXPORT_SYMBOL vmlinux 0xcb858ce3 kfree_skb +EXPORT_SYMBOL vmlinux 0xcb8a1d18 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context EXPORT_SYMBOL vmlinux 0xcbc3b94e eeh_check_failure EXPORT_SYMBOL vmlinux 0xcbc88a23 ZSTD_isFrame EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic -EXPORT_SYMBOL vmlinux 0xcbdf4813 __scsi_execute +EXPORT_SYMBOL vmlinux 0xcbdd050b udp_lib_unhash EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev EXPORT_SYMBOL vmlinux 0xcc035632 of_device_is_available EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore -EXPORT_SYMBOL vmlinux 0xcc190473 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0xcc1c8189 generic_read_dir +EXPORT_SYMBOL vmlinux 0xcc1fd294 pci_bus_assign_resources EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class EXPORT_SYMBOL vmlinux 0xcc3a6567 xdp_get_umem_from_qid @@ -9522,8 +9540,6 @@ EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible EXPORT_SYMBOL vmlinux 0xcc511b1c phy_ethtool_set_wol EXPORT_SYMBOL vmlinux 0xcc5ba314 sk_stream_kill_queues EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock -EXPORT_SYMBOL vmlinux 0xcc60be3e ip6_frag_init -EXPORT_SYMBOL vmlinux 0xcc7467ce ip_frag_init EXPORT_SYMBOL vmlinux 0xcca64ba3 phy_detach EXPORT_SYMBOL vmlinux 0xcca893f6 dmaenginem_async_device_register EXPORT_SYMBOL vmlinux 0xccb41cd9 phy_attached_info @@ -9537,148 +9553,162 @@ EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd03dd76 console_stop EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq EXPORT_SYMBOL vmlinux 0xcd0fcb5e pipe_unlock +EXPORT_SYMBOL vmlinux 0xcd1b60a5 ata_std_end_eh EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd329d84 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xcd69856f page_pool_unmap_page EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd9d2fb0 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xcdc0349c add_wait_queue_exclusive EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc4c838 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xcdcf77d0 cdc_parse_cdc_header EXPORT_SYMBOL vmlinux 0xcdd3d4fb ppp_register_net_channel -EXPORT_SYMBOL vmlinux 0xcde73d19 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xcde2a175 netif_device_detach EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev EXPORT_SYMBOL vmlinux 0xcdeb9f21 mpage_writepage EXPORT_SYMBOL vmlinux 0xcdf63676 mdio_driver_unregister -EXPORT_SYMBOL vmlinux 0xce185dc3 agp_generic_mask_memory EXPORT_SYMBOL vmlinux 0xce18bbe1 fsl_lbc_addr -EXPORT_SYMBOL vmlinux 0xce253051 vme_bus_type -EXPORT_SYMBOL vmlinux 0xce2658f3 neigh_destroy +EXPORT_SYMBOL vmlinux 0xce1f71fd __sk_queue_drop_skb EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake EXPORT_SYMBOL vmlinux 0xce2b3c1c scsi_change_queue_depth EXPORT_SYMBOL vmlinux 0xce3b31b7 copy_page_from_iter EXPORT_SYMBOL vmlinux 0xce42c5e0 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xce451e14 xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce549701 iptun_encaps EXPORT_SYMBOL vmlinux 0xce54c938 complete_all EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize EXPORT_SYMBOL vmlinux 0xce61f984 on_each_cpu_cond_mask EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce807151 idr_get_next -EXPORT_SYMBOL vmlinux 0xce8e88b4 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xce8e0367 pci_irq_vector EXPORT_SYMBOL vmlinux 0xcea3588d rproc_coredump_add_custom_segment EXPORT_SYMBOL vmlinux 0xcea4b7f1 cfb_fillrect EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul -EXPORT_SYMBOL vmlinux 0xceb1d6ca nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0xcebbd65c sk_stream_wait_memory EXPORT_SYMBOL vmlinux 0xcec766f1 __memset16 -EXPORT_SYMBOL vmlinux 0xcecfb4bc get_mem_cgroup_from_mm -EXPORT_SYMBOL vmlinux 0xced043fc sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xcecd0a63 pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0xcee993f1 phy_driver_register EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free -EXPORT_SYMBOL vmlinux 0xceee39d0 eth_validate_addr -EXPORT_SYMBOL vmlinux 0xcef0a0b7 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xcef1240c netif_skb_features EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check EXPORT_SYMBOL vmlinux 0xcf07d510 pmem_should_map_pages EXPORT_SYMBOL vmlinux 0xcf0930aa mdiobus_register_device EXPORT_SYMBOL vmlinux 0xcf1802e8 xsk_clear_tx_need_wakeup EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xcf23506c dev_alloc_name EXPORT_SYMBOL vmlinux 0xcf4dd834 __sync_dirty_buffer EXPORT_SYMBOL vmlinux 0xcf6aab78 mntput -EXPORT_SYMBOL vmlinux 0xcf89828a sock_no_mmap EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfccf852 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned EXPORT_SYMBOL vmlinux 0xcfe8515a xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0xcfeedd17 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xcff532dc of_get_pci_address +EXPORT_SYMBOL vmlinux 0xcff84cb2 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0xd00a016f mmput_async EXPORT_SYMBOL vmlinux 0xd025635c console_start -EXPORT_SYMBOL vmlinux 0xd035a110 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd02d2c32 pci_alloc_dev EXPORT_SYMBOL vmlinux 0xd0393956 get_cached_acl_rcu EXPORT_SYMBOL vmlinux 0xd03acf04 i2c_add_adapter EXPORT_SYMBOL vmlinux 0xd03e21d7 truncate_pagecache EXPORT_SYMBOL vmlinux 0xd03f8d26 fscrypt_ioctl_get_policy EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab -EXPORT_SYMBOL vmlinux 0xd04764b3 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd04ac73a pcie_get_readrq EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net EXPORT_SYMBOL vmlinux 0xd04f29ed lookup_bdev +EXPORT_SYMBOL vmlinux 0xd050a379 sk_page_frag_refill EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function -EXPORT_SYMBOL vmlinux 0xd0722634 nf_log_trace +EXPORT_SYMBOL vmlinux 0xd07f3ee5 icmp6_send EXPORT_SYMBOL vmlinux 0xd0a0ed25 reuseport_alloc EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces EXPORT_SYMBOL vmlinux 0xd0bd487b hdmi_drm_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0xd0c008df pci_disable_msi -EXPORT_SYMBOL vmlinux 0xd0e45838 pcix_get_max_mmrbc -EXPORT_SYMBOL vmlinux 0xd0f5de17 pcim_iomap +EXPORT_SYMBOL vmlinux 0xd0beb99f skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xd0cca265 sk_mc_loop EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put -EXPORT_SYMBOL vmlinux 0xd0f85aa1 xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0xd0fe8d51 sg_pcopy_from_buffer EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key EXPORT_SYMBOL vmlinux 0xd1136b56 blk_rq_map_user -EXPORT_SYMBOL vmlinux 0xd11f752f tcp_close -EXPORT_SYMBOL vmlinux 0xd1222d67 xfrm6_rcv EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf EXPORT_SYMBOL vmlinux 0xd140387d dcache_dir_open EXPORT_SYMBOL vmlinux 0xd148a1cd flow_rule_match_mpls EXPORT_SYMBOL vmlinux 0xd14a3eb2 set_page_dirty_lock -EXPORT_SYMBOL vmlinux 0xd14bc83a dev_change_proto_down_generic -EXPORT_SYMBOL vmlinux 0xd152e60e scsi_vpd_tpg_id -EXPORT_SYMBOL vmlinux 0xd152fca1 netdev_pick_tx -EXPORT_SYMBOL vmlinux 0xd170e933 inet_frag_pull_head -EXPORT_SYMBOL vmlinux 0xd17276be dev_get_flags +EXPORT_SYMBOL vmlinux 0xd168b4c9 netdev_update_features +EXPORT_SYMBOL vmlinux 0xd171ce34 pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough -EXPORT_SYMBOL vmlinux 0xd1898723 inet6_add_offload EXPORT_SYMBOL vmlinux 0xd18fe5f6 completion_done -EXPORT_SYMBOL vmlinux 0xd1a63065 secpath_set +EXPORT_SYMBOL vmlinux 0xd193fa03 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0xd1ace5f0 dev_mc_add_excl EXPORT_SYMBOL vmlinux 0xd1b10e0c __tracepoint_kmalloc_node EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1db64fe xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0xd1dc6d95 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd1df0664 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0xd1e32a56 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xd20b7cad netdev_notify_peers EXPORT_SYMBOL vmlinux 0xd20fc64e fscrypt_setup_filename EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi -EXPORT_SYMBOL vmlinux 0xd22f0be8 ata_print_version EXPORT_SYMBOL vmlinux 0xd24b662f bdput EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook EXPORT_SYMBOL vmlinux 0xd262dfcb vscnprintf EXPORT_SYMBOL vmlinux 0xd270e536 dquot_file_open -EXPORT_SYMBOL vmlinux 0xd278d071 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged EXPORT_SYMBOL vmlinux 0xd28227cd jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xd28cbc6f __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xd29cbebe path_has_submounts +EXPORT_SYMBOL vmlinux 0xd29d96f0 sock_i_ino EXPORT_SYMBOL vmlinux 0xd2a7a5d9 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xd2c327ef eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier EXPORT_SYMBOL vmlinux 0xd2dfedcf iterate_supers_type EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0xd2e32c00 cdrom_ioctl EXPORT_SYMBOL vmlinux 0xd2fe01a5 devm_of_find_backlight EXPORT_SYMBOL vmlinux 0xd30bae35 unregister_key_type +EXPORT_SYMBOL vmlinux 0xd30fdf9c scsi_device_set_state EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible EXPORT_SYMBOL vmlinux 0xd32a7c54 get_user_pages_remote EXPORT_SYMBOL vmlinux 0xd33c32bd mutex_is_locked EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd3619976 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xd36373db xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd3696507 agp_generic_alloc_page EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state -EXPORT_SYMBOL vmlinux 0xd39d28a5 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xd3a455ab sk_wait_data +EXPORT_SYMBOL vmlinux 0xd3b0a0f5 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xd3b702b0 km_report +EXPORT_SYMBOL vmlinux 0xd3b95e64 vme_bus_type EXPORT_SYMBOL vmlinux 0xd3bbe51c __xa_alloc EXPORT_SYMBOL vmlinux 0xd3bff5d2 vmemmap EXPORT_SYMBOL vmlinux 0xd3c40be5 dma_pool_create EXPORT_SYMBOL vmlinux 0xd3d16f85 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd3d722c6 pci_irq_get_affinity EXPORT_SYMBOL vmlinux 0xd3de33ed rps_needed EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd3f3b56f abx500_mask_and_set_register_interruptible -EXPORT_SYMBOL vmlinux 0xd3f8bcd5 vme_lm_request EXPORT_SYMBOL vmlinux 0xd403fab7 flush_old_exec EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal -EXPORT_SYMBOL vmlinux 0xd409d0b9 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0xd427d288 _dev_emerg +EXPORT_SYMBOL vmlinux 0xd42a2ffa xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xd439d858 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xd43d91fb tcp_make_synack EXPORT_SYMBOL vmlinux 0xd43e0263 input_set_capability EXPORT_SYMBOL vmlinux 0xd44f40c0 param_get_short EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex -EXPORT_SYMBOL vmlinux 0xd48637ab pci_release_resource +EXPORT_SYMBOL vmlinux 0xd473d958 inet6_bind +EXPORT_SYMBOL vmlinux 0xd4798861 build_skb EXPORT_SYMBOL vmlinux 0xd486c558 vga_con EXPORT_SYMBOL vmlinux 0xd486d1b5 unregister_binfmt EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed EXPORT_SYMBOL vmlinux 0xd49b957b page_cache_prev_miss EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create +EXPORT_SYMBOL vmlinux 0xd4a385b4 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xd4b59915 udp_seq_ops EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4c2b8e0 clear_page_dirty_for_io EXPORT_SYMBOL vmlinux 0xd4d642cf pci_ep_cfs_remove_epc_group @@ -9693,18 +9723,16 @@ EXPORT_SYMBOL vmlinux 0xd51a6b88 read_dev_sector EXPORT_SYMBOL vmlinux 0xd5229c6d kthread_create_worker_on_cpu EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy EXPORT_SYMBOL vmlinux 0xd52cb26a __bio_clone_fast -EXPORT_SYMBOL vmlinux 0xd53214cb __udp_disconnect EXPORT_SYMBOL vmlinux 0xd5324faf rproc_of_resm_mem_entry_init -EXPORT_SYMBOL vmlinux 0xd5398035 arch_free_page -EXPORT_SYMBOL vmlinux 0xd53ebfd7 poll_initwait -EXPORT_SYMBOL vmlinux 0xd55b9f0e pcie_get_speed_cap -EXPORT_SYMBOL vmlinux 0xd58c8ae9 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xd58b8486 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xd5951c80 tty_chars_in_buffer EXPORT_SYMBOL vmlinux 0xd5999072 vm_map_pages_zero EXPORT_SYMBOL vmlinux 0xd5ab67a7 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xd5b0b5cf netdev_warn EXPORT_SYMBOL vmlinux 0xd5b12f7d radix_tree_replace_slot EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state EXPORT_SYMBOL vmlinux 0xd5be130e cpu_core_map +EXPORT_SYMBOL vmlinux 0xd5c31b91 kernel_sendmsg EXPORT_SYMBOL vmlinux 0xd5c88fe0 __mdiobus_read EXPORT_SYMBOL vmlinux 0xd5ca4a2f vmf_insert_pfn EXPORT_SYMBOL vmlinux 0xd5d0edc6 key_reject_and_link @@ -9712,30 +9740,30 @@ EXPORT_SYMBOL vmlinux 0xd5e11eb2 phy_ethtool_get_eee EXPORT_SYMBOL vmlinux 0xd5e68ea5 blk_queue_max_segment_size EXPORT_SYMBOL vmlinux 0xd5f05fcc key_validate EXPORT_SYMBOL vmlinux 0xd5f0d6b3 mdio_device_create +EXPORT_SYMBOL vmlinux 0xd5f6d0ea ip_getsockopt +EXPORT_SYMBOL vmlinux 0xd60244cb tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60a4aed ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0xd6105d8f flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0xd6127036 from_kprojid_munged EXPORT_SYMBOL vmlinux 0xd6136016 i2c_transfer EXPORT_SYMBOL vmlinux 0xd61d5bc7 blk_mq_requeue_request -EXPORT_SYMBOL vmlinux 0xd622475d pci_enable_device EXPORT_SYMBOL vmlinux 0xd63fd8d1 utf8nagemax -EXPORT_SYMBOL vmlinux 0xd645e532 eth_mac_addr -EXPORT_SYMBOL vmlinux 0xd64ead8a xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0xd65a78b3 put_disk_and_module -EXPORT_SYMBOL vmlinux 0xd67ee555 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xd660762a dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xd666df46 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd676e829 release_sock EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource EXPORT_SYMBOL vmlinux 0xd69443b1 i8042_install_filter EXPORT_SYMBOL vmlinux 0xd69948fb proc_dointvec EXPORT_SYMBOL vmlinux 0xd69d0d41 i2c_release_client EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read -EXPORT_SYMBOL vmlinux 0xd6aee5c6 skb_free_datagram EXPORT_SYMBOL vmlinux 0xd6c6e5a0 max8925_bulk_read EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod EXPORT_SYMBOL vmlinux 0xd6d620fb blk_integrity_compare EXPORT_SYMBOL vmlinux 0xd6e5e03c _dev_crit EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash -EXPORT_SYMBOL vmlinux 0xd6ec4e3e tcf_block_put EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced @@ -9745,21 +9773,20 @@ EXPORT_SYMBOL vmlinux 0xd7232ddc single_open_size EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid EXPORT_SYMBOL vmlinux 0xd7506891 dec_zone_page_state EXPORT_SYMBOL vmlinux 0xd7517f4e twl6030_mmc_card_detect -EXPORT_SYMBOL vmlinux 0xd7726521 nf_log_unset +EXPORT_SYMBOL vmlinux 0xd775aafe inet_del_offload EXPORT_SYMBOL vmlinux 0xd7837b95 mmc_retune_unpause EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 -EXPORT_SYMBOL vmlinux 0xd79673e5 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xd7910078 fb_prepare_logo EXPORT_SYMBOL vmlinux 0xd79b9262 inc_node_page_state EXPORT_SYMBOL vmlinux 0xd7b61d9f lock_rename +EXPORT_SYMBOL vmlinux 0xd7bb922a __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete EXPORT_SYMBOL vmlinux 0xd7d33621 security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0xd7d5b131 file_path EXPORT_SYMBOL vmlinux 0xd7e0ff45 uart_resume_port EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll EXPORT_SYMBOL vmlinux 0xd7eacc43 devfreq_monitor_stop -EXPORT_SYMBOL vmlinux 0xd80579ff netdev_notify_peers EXPORT_SYMBOL vmlinux 0xd81b314b fbcon_rotate_ud -EXPORT_SYMBOL vmlinux 0xd8320c75 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0xd8548b30 gen_pool_first_fit EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame EXPORT_SYMBOL vmlinux 0xd874ce0b get_cached_acl @@ -9769,8 +9796,9 @@ EXPORT_SYMBOL vmlinux 0xd897d1f6 scsi_register_interface EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8c23c2f netpoll_parse_options EXPORT_SYMBOL vmlinux 0xd8c3db7e blk_mq_delay_run_hw_queue -EXPORT_SYMBOL vmlinux 0xd8d1a8d3 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xd8da94be __netif_schedule EXPORT_SYMBOL vmlinux 0xd8e478b5 __serio_register_driver EXPORT_SYMBOL vmlinux 0xd8e5433f __f_setown EXPORT_SYMBOL vmlinux 0xd923e3bf dma_fence_add_callback @@ -9780,182 +9808,178 @@ EXPORT_SYMBOL vmlinux 0xd93427b3 __alloc_bucket_spinlocks EXPORT_SYMBOL vmlinux 0xd949678b rproc_shutdown EXPORT_SYMBOL vmlinux 0xd94ddbe0 flow_rule_match_enc_ipv4_addrs EXPORT_SYMBOL vmlinux 0xd9529de0 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd95627b4 skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0xd9774b4d filemap_write_and_wait EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages -EXPORT_SYMBOL vmlinux 0xd99e6f85 fqdir_exit EXPORT_SYMBOL vmlinux 0xd9a446f2 decrementer_clockevent EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw EXPORT_SYMBOL vmlinux 0xd9c7d3e9 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd9c81053 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xd9ccfbab skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xd9cf5d48 param_set_int EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d90030 prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox -EXPORT_SYMBOL vmlinux 0xd9dd9322 scsi_unblock_requests -EXPORT_SYMBOL vmlinux 0xd9dea4ca pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0xd9e70050 phy_remove_link_mode EXPORT_SYMBOL vmlinux 0xd9ff5a1e bio_integrity_alloc -EXPORT_SYMBOL vmlinux 0xda03241b tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xda07f02b pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xda209800 xfrm_lookup_route EXPORT_SYMBOL vmlinux 0xda238993 nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open EXPORT_SYMBOL vmlinux 0xda4c1892 mipi_dsi_dcs_get_power_mode -EXPORT_SYMBOL vmlinux 0xda50fa68 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xda64c9c9 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType -EXPORT_SYMBOL vmlinux 0xda839aae xfrm_user_policy EXPORT_SYMBOL vmlinux 0xda86f409 serial8250_register_8250_port -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down +EXPORT_SYMBOL vmlinux 0xda88e529 netdev_crit EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xda9451f2 dma_direct_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xda967dc8 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xda97b204 pnv_cxl_alloc_hwirq_ranges EXPORT_SYMBOL vmlinux 0xda9fc7ae kstrtobool_from_user EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region EXPORT_SYMBOL vmlinux 0xdac545b9 lockref_get_or_lock EXPORT_SYMBOL vmlinux 0xdaced7a2 compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xdad22b00 registered_fb EXPORT_SYMBOL vmlinux 0xdae51eef rproc_get_by_child -EXPORT_SYMBOL vmlinux 0xdae65df3 km_state_notify EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell -EXPORT_SYMBOL vmlinux 0xdaeed2a2 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xdb0aa2d2 pci_dev_put EXPORT_SYMBOL vmlinux 0xdb23d73a pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xdb44134c agp_generic_alloc_user EXPORT_SYMBOL vmlinux 0xdb502c12 pm_vt_switch_unregister -EXPORT_SYMBOL vmlinux 0xdb532da9 mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0xdb594ab8 __SetPageMovable EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb70ee9d vio_cmo_set_dev_desired EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free -EXPORT_SYMBOL vmlinux 0xdb7c2c9a powerpc_debugfs_root EXPORT_SYMBOL vmlinux 0xdb7d7c01 max8925_reg_read -EXPORT_SYMBOL vmlinux 0xdb842819 ip_route_input_noref EXPORT_SYMBOL vmlinux 0xdb89d5da __tracepoint_spi_transfer_start EXPORT_SYMBOL vmlinux 0xdb8fac9e thermal_cdev_update EXPORT_SYMBOL vmlinux 0xdb9dd992 empty_aops EXPORT_SYMBOL vmlinux 0xdbad03ec sget_fc -EXPORT_SYMBOL vmlinux 0xdbcdf536 inet_csk_reqsk_queue_drop_and_put -EXPORT_SYMBOL vmlinux 0xdbd4876d inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe3aca7 tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0xdbf3110e gen_pool_first_fit_align EXPORT_SYMBOL vmlinux 0xdbfa0017 cpu_all_bits -EXPORT_SYMBOL vmlinux 0xdc0a64d7 sock_no_connect EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1cf1e5 skb_ensure_writable EXPORT_SYMBOL vmlinux 0xdc204bfb proc_set_size EXPORT_SYMBOL vmlinux 0xdc239765 put_fs_context EXPORT_SYMBOL vmlinux 0xdc2c9ba7 scsi_is_sdev_device EXPORT_SYMBOL vmlinux 0xdc32f9c9 pci_ep_cfs_add_epc_group -EXPORT_SYMBOL vmlinux 0xdc3d306e sock_gettstamp +EXPORT_SYMBOL vmlinux 0xdc3c98ef unlock_page_memcg EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdca17f52 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xdca76770 ata_port_printk EXPORT_SYMBOL vmlinux 0xdcb2f28d scsi_host_get EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcd2d8a6 netpoll_print_options EXPORT_SYMBOL vmlinux 0xdcd64971 iterate_dir EXPORT_SYMBOL vmlinux 0xdce5f38c put_tty_driver EXPORT_SYMBOL vmlinux 0xdceffaca max8998_bulk_read EXPORT_SYMBOL vmlinux 0xdd17e05d path_nosuid EXPORT_SYMBOL vmlinux 0xdd18c627 kern_path -EXPORT_SYMBOL vmlinux 0xdd1b04a8 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0xdd1f1e9e md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref EXPORT_SYMBOL vmlinux 0xdd42e023 mmc_remove_host -EXPORT_SYMBOL vmlinux 0xdd437de1 arp_send -EXPORT_SYMBOL vmlinux 0xdd46e4f1 rawv6_mh_filter_register -EXPORT_SYMBOL vmlinux 0xdd476084 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xdd4b6f99 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xdd4d2e67 dev_open +EXPORT_SYMBOL vmlinux 0xdd5536c1 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0xdd5d9c82 sk_stream_error +EXPORT_SYMBOL vmlinux 0xdd64a64d inet6_getname EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld EXPORT_SYMBOL vmlinux 0xdd85f0cc radix__local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xdd8f4b74 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0xdd9030af current_stack_pointer EXPORT_SYMBOL vmlinux 0xdd90f94b dma_direct_sync_single_for_device -EXPORT_SYMBOL vmlinux 0xdd95ee4a arp_create -EXPORT_SYMBOL vmlinux 0xdda1d4ec vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xdd9e7ecb in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0xddb3769b lockref_mark_dead -EXPORT_SYMBOL vmlinux 0xddba5091 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0xddbc9d44 i2c_smbus_write_word_data -EXPORT_SYMBOL vmlinux 0xddbda5f6 nf_register_net_hook EXPORT_SYMBOL vmlinux 0xddc8c267 filemap_fdatawait_range_keep_errors EXPORT_SYMBOL vmlinux 0xddea5e40 d_obtain_alias EXPORT_SYMBOL vmlinux 0xddf16840 tty_port_close_end EXPORT_SYMBOL vmlinux 0xde048870 clocksource_unregister -EXPORT_SYMBOL vmlinux 0xde1507dc tcp_shutdown EXPORT_SYMBOL vmlinux 0xde2274bf jbd2_journal_start_commit EXPORT_SYMBOL vmlinux 0xde22f764 zap_page_range +EXPORT_SYMBOL vmlinux 0xde2c3e72 vme_bus_num EXPORT_SYMBOL vmlinux 0xde47faff tty_port_close_start EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats EXPORT_SYMBOL vmlinux 0xde4e508c netlink_broadcast EXPORT_SYMBOL vmlinux 0xde55c8a3 netlbl_calipso_ops_register -EXPORT_SYMBOL vmlinux 0xde6a0524 pnv_pci_get_npu_dev +EXPORT_SYMBOL vmlinux 0xde6d494f skb_checksum_setup EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state EXPORT_SYMBOL vmlinux 0xde92838b kill_block_super EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size -EXPORT_SYMBOL vmlinux 0xdea084dc tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xdea50abc powerpc_debugfs_root EXPORT_SYMBOL vmlinux 0xdeacc25f input_mt_drop_unused EXPORT_SYMBOL vmlinux 0xdec2d813 padata_alloc_possible EXPORT_SYMBOL vmlinux 0xdecc7cfb blk_queue_io_min EXPORT_SYMBOL vmlinux 0xdecd0b29 __stack_chk_fail -EXPORT_SYMBOL vmlinux 0xded0d9b4 tcf_get_next_chain EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xded5fedc __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xdeda32da skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xdee83e10 skb_split EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefa8dc5 neigh_table_init EXPORT_SYMBOL vmlinux 0xdf00b5d7 percpu_counter_destroy -EXPORT_SYMBOL vmlinux 0xdf0b0765 udp_ioctl +EXPORT_SYMBOL vmlinux 0xdf0a4f3e inet6_register_protosw EXPORT_SYMBOL vmlinux 0xdf0c4fc7 key_alloc +EXPORT_SYMBOL vmlinux 0xdf1aabdf netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last -EXPORT_SYMBOL vmlinux 0xdf2e2f88 __inet_hash +EXPORT_SYMBOL vmlinux 0xdf2cb427 neigh_destroy EXPORT_SYMBOL vmlinux 0xdf35ccd0 wait_for_completion_timeout -EXPORT_SYMBOL vmlinux 0xdf39d2e7 pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0xdf507426 tty_unthrottle EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier -EXPORT_SYMBOL vmlinux 0xdf66b652 udp_sk_rx_dst_set -EXPORT_SYMBOL vmlinux 0xdf8cc5d9 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xdf5d441b skb_append EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies EXPORT_SYMBOL vmlinux 0xdf942936 iw_handler_set_thrspy EXPORT_SYMBOL vmlinux 0xdf9e053c prepare_to_swait_event EXPORT_SYMBOL vmlinux 0xdfc29d59 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xdfc3f4b1 sock_cmsg_send EXPORT_SYMBOL vmlinux 0xdfca5946 mmc_card_is_blockaddr EXPORT_SYMBOL vmlinux 0xdfcc992c current_work -EXPORT_SYMBOL vmlinux 0xdfd3c9c9 pci_get_device +EXPORT_SYMBOL vmlinux 0xdfdf7c89 skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi EXPORT_SYMBOL vmlinux 0xdfeb6195 input_get_keycode -EXPORT_SYMBOL vmlinux 0xdff369b2 sock_wake_async EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0036d15 vga_set_legacy_decoding EXPORT_SYMBOL vmlinux 0xe022e639 gen_pool_alloc_algo_owner -EXPORT_SYMBOL vmlinux 0xe02d98d9 sock_create_lite +EXPORT_SYMBOL vmlinux 0xe029bac3 tcp_time_wait EXPORT_SYMBOL vmlinux 0xe0356adf backlight_force_update EXPORT_SYMBOL vmlinux 0xe0445638 pagecache_write_begin EXPORT_SYMBOL vmlinux 0xe05879fe of_find_mipi_dsi_host_by_node -EXPORT_SYMBOL vmlinux 0xe0744a4c nf_ip_checksum EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool -EXPORT_SYMBOL vmlinux 0xe08bca69 ether_setup EXPORT_SYMBOL vmlinux 0xe0955f76 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe0a0bde6 blk_queue_split EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free EXPORT_SYMBOL vmlinux 0xe0b3bd35 __dynamic_pr_debug -EXPORT_SYMBOL vmlinux 0xe0bfcf6c dst_release_immediate EXPORT_SYMBOL vmlinux 0xe0c49f57 jbd2_journal_blocks_per_page EXPORT_SYMBOL vmlinux 0xe0db64f0 redirty_page_for_writepage EXPORT_SYMBOL vmlinux 0xe10619e0 phy_connect +EXPORT_SYMBOL vmlinux 0xe106ac4c skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xe10f6fc5 __neigh_create EXPORT_SYMBOL vmlinux 0xe111812f mark_buffer_async_write EXPORT_SYMBOL vmlinux 0xe11ca997 ZSTD_getDictID_fromDict -EXPORT_SYMBOL vmlinux 0xe120a000 register_netdev EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release -EXPORT_SYMBOL vmlinux 0xe129eb09 ip_route_me_harder EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute EXPORT_SYMBOL vmlinux 0xe13d5d07 kstrtou16_from_user -EXPORT_SYMBOL vmlinux 0xe13ffa8d pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xe147d479 gen_replace_estimator -EXPORT_SYMBOL vmlinux 0xe148b1b0 kernel_sock_ip_overhead -EXPORT_SYMBOL vmlinux 0xe14a90a2 sock_recvmsg EXPORT_SYMBOL vmlinux 0xe15e199f wireless_send_event -EXPORT_SYMBOL vmlinux 0xe17f7aa6 of_translate_address EXPORT_SYMBOL vmlinux 0xe196bab0 twl6040_set_bits EXPORT_SYMBOL vmlinux 0xe19b172c bio_init EXPORT_SYMBOL vmlinux 0xe1a211cb of_get_child_by_name EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral -EXPORT_SYMBOL vmlinux 0xe1abddc4 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0xe1b59ae9 __debugger EXPORT_SYMBOL vmlinux 0xe1bbd4da dquot_mark_dquot_dirty -EXPORT_SYMBOL vmlinux 0xe1cfea11 neigh_changeaddr -EXPORT_SYMBOL vmlinux 0xe1d0f91d pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0xe1d58f31 of_iomap +EXPORT_SYMBOL vmlinux 0xe1db513d netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e1ad36 jbd2_journal_revoke EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla @@ -9966,57 +9990,59 @@ EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense EXPORT_SYMBOL vmlinux 0xe2426fb8 __d_drop EXPORT_SYMBOL vmlinux 0xe24fbf11 cdev_device_del -EXPORT_SYMBOL vmlinux 0xe25f5a3f put_cmsg_scm_timestamping -EXPORT_SYMBOL vmlinux 0xe27343f9 udp_poll EXPORT_SYMBOL vmlinux 0xe288def2 unregister_nls EXPORT_SYMBOL vmlinux 0xe2927c13 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xe29e8da9 skb_push EXPORT_SYMBOL vmlinux 0xe29f3192 security_path_unlink EXPORT_SYMBOL vmlinux 0xe2b4c0e7 nvdimm_namespace_capacity EXPORT_SYMBOL vmlinux 0xe2c0fadb of_n_addr_cells -EXPORT_SYMBOL vmlinux 0xe2c117bd pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp EXPORT_SYMBOL vmlinux 0xe2dbeaff file_remove_privs EXPORT_SYMBOL vmlinux 0xe2ea1972 generic_perform_write EXPORT_SYMBOL vmlinux 0xe2faeaad jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init +EXPORT_SYMBOL vmlinux 0xe301e535 pci_enable_msix_range EXPORT_SYMBOL vmlinux 0xe30bfb2f iget_failed EXPORT_SYMBOL vmlinux 0xe319ffc4 of_node_get EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3366d30 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xe339d0e6 sock_init_data +EXPORT_SYMBOL vmlinux 0xe33e829b neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xe3426774 vio_unregister_driver EXPORT_SYMBOL vmlinux 0xe35054fe ptp_find_pin -EXPORT_SYMBOL vmlinux 0xe38cf430 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xe35d2ebb xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xe38b7859 eth_header EXPORT_SYMBOL vmlinux 0xe394c98f kmem_cache_create_usercopy -EXPORT_SYMBOL vmlinux 0xe3a13b2d ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3b0bddc ipmr_rule_default EXPORT_SYMBOL vmlinux 0xe3c463b4 tcp_md5_needed -EXPORT_SYMBOL vmlinux 0xe3c6382f tcp_disconnect -EXPORT_SYMBOL vmlinux 0xe3c8c297 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region EXPORT_SYMBOL vmlinux 0xe3f29f70 __init_waitqueue_head -EXPORT_SYMBOL vmlinux 0xe3f8044c dev_direct_xmit EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 EXPORT_SYMBOL vmlinux 0xe4089f7b config_item_get_unless_zero EXPORT_SYMBOL vmlinux 0xe40fc985 get_unmapped_area EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one -EXPORT_SYMBOL vmlinux 0xe45a325a pci_request_selected_regions -EXPORT_SYMBOL vmlinux 0xe45aef2d pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0xe45f7bdb blk_get_request +EXPORT_SYMBOL vmlinux 0xe4602a14 sock_no_sendpage EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 EXPORT_SYMBOL vmlinux 0xe492002b of_device_register EXPORT_SYMBOL vmlinux 0xe497042d jbd2_journal_set_features -EXPORT_SYMBOL vmlinux 0xe4a10440 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xe4ad3785 tty_schedule_flip EXPORT_SYMBOL vmlinux 0xe4ae319e dev_uc_unsync -EXPORT_SYMBOL vmlinux 0xe4bc0304 netif_tx_wake_queue -EXPORT_SYMBOL vmlinux 0xe4d26f64 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xe4c655fd unregister_netdev +EXPORT_SYMBOL vmlinux 0xe4c87578 __dev_get_by_flags EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on +EXPORT_SYMBOL vmlinux 0xe4d886ed pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe4e1e5bc xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xe4e7cff3 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe4fe7f23 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh -EXPORT_SYMBOL vmlinux 0xe50b58c3 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0xe512ecba __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe528117d proto_register EXPORT_SYMBOL vmlinux 0xe546cb36 unlock_page EXPORT_SYMBOL vmlinux 0xe557e146 mmc_of_parse_voltage EXPORT_SYMBOL vmlinux 0xe55f0ec8 of_get_parent @@ -10025,7 +10051,7 @@ EXPORT_SYMBOL vmlinux 0xe5787d26 generic_cont_expand_simple EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end -EXPORT_SYMBOL vmlinux 0xe5b25dad xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xe59dab25 ipv4_specific EXPORT_SYMBOL vmlinux 0xe5bc9a53 slhc_free EXPORT_SYMBOL vmlinux 0xe5c15994 fs_context_for_mount EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat @@ -10033,8 +10059,6 @@ EXPORT_SYMBOL vmlinux 0xe5c6824d backlight_device_unregister EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen EXPORT_SYMBOL vmlinux 0xe5d71a61 __cpu_possible_mask EXPORT_SYMBOL vmlinux 0xe5e1643a radix__flush_tlb_mm -EXPORT_SYMBOL vmlinux 0xe5f6f34c pcim_enable_device -EXPORT_SYMBOL vmlinux 0xe5fa05fa sock_rfree EXPORT_SYMBOL vmlinux 0xe5ffe14d blk_pre_runtime_resume EXPORT_SYMBOL vmlinux 0xe6040812 bio_uninit EXPORT_SYMBOL vmlinux 0xe60a24de phy_ethtool_nway_reset @@ -10045,74 +10069,63 @@ EXPORT_SYMBOL vmlinux 0xe63e25df dquot_set_dqblk EXPORT_SYMBOL vmlinux 0xe647d775 md_wait_for_blocked_rdev EXPORT_SYMBOL vmlinux 0xe66997f5 of_graph_get_remote_node EXPORT_SYMBOL vmlinux 0xe66b24e0 flush_all_to_thread -EXPORT_SYMBOL vmlinux 0xe66c097e pnv_cxl_alloc_hwirqs -EXPORT_SYMBOL vmlinux 0xe67af3b4 inet6_bind EXPORT_SYMBOL vmlinux 0xe68453f7 devfreq_register_opp_notifier EXPORT_SYMBOL vmlinux 0xe6861ca9 __tracepoint_kmem_cache_alloc EXPORT_SYMBOL vmlinux 0xe691ac7f ZSTD_decompressBegin EXPORT_SYMBOL vmlinux 0xe6adaa61 genphy_config_eee_advert -EXPORT_SYMBOL vmlinux 0xe6add0c4 seg6_hmac_net_exit EXPORT_SYMBOL vmlinux 0xe6d71d93 blk_set_queue_depth EXPORT_SYMBOL vmlinux 0xe6d90511 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe6df03a2 xfrm_parse_spi EXPORT_SYMBOL vmlinux 0xe6f19e25 reuseport_attach_prog EXPORT_SYMBOL vmlinux 0xe6fdac62 should_remove_suid EXPORT_SYMBOL vmlinux 0xe70643e7 cdrom_mode_sense EXPORT_SYMBOL vmlinux 0xe70771d5 d_tmpfile +EXPORT_SYMBOL vmlinux 0xe71ff2ef __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0xe720f93d update_devfreq EXPORT_SYMBOL vmlinux 0xe72a5b67 dquot_free_inode EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf EXPORT_SYMBOL vmlinux 0xe746b53b dma_resv_add_shared_fence EXPORT_SYMBOL vmlinux 0xe74c3f7c radix_tree_iter_resume -EXPORT_SYMBOL vmlinux 0xe74c5480 inet6_add_protocol EXPORT_SYMBOL vmlinux 0xe753938b nd_btt_probe EXPORT_SYMBOL vmlinux 0xe77660ae tty_port_destroy -EXPORT_SYMBOL vmlinux 0xe77d678c tcp_connect -EXPORT_SYMBOL vmlinux 0xe77e0d7e skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xe782dfd0 neigh_ifdown EXPORT_SYMBOL vmlinux 0xe786fe3e devm_input_allocate_device EXPORT_SYMBOL vmlinux 0xe789056f i2c_smbus_read_block_data -EXPORT_SYMBOL vmlinux 0xe78b6106 inet_proto_csum_replace4 -EXPORT_SYMBOL vmlinux 0xe78fdd25 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0xe79522e1 file_write_and_wait_range -EXPORT_SYMBOL vmlinux 0xe7c780b3 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xe799657e __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next EXPORT_SYMBOL vmlinux 0xe7d63bf1 page_zero_new_buffers -EXPORT_SYMBOL vmlinux 0xe7d7c224 tcp_mmap -EXPORT_SYMBOL vmlinux 0xe7d7e5fb inet_sk_set_state EXPORT_SYMBOL vmlinux 0xe7ed0e55 __find_get_block EXPORT_SYMBOL vmlinux 0xe7fa3458 sync_blockdev -EXPORT_SYMBOL vmlinux 0xe82b02e2 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xe81950d7 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xe8570fdb pci_reenable_device EXPORT_SYMBOL vmlinux 0xe864322d get_mm_exe_file -EXPORT_SYMBOL vmlinux 0xe874dbe8 eth_header_parse -EXPORT_SYMBOL vmlinux 0xe8764f65 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xe878cc22 radix_tree_tagged EXPORT_SYMBOL vmlinux 0xe888ca7c config_item_put EXPORT_SYMBOL vmlinux 0xe890d331 jbd2_journal_start EXPORT_SYMBOL vmlinux 0xe894a833 no_seek_end_llseek_size -EXPORT_SYMBOL vmlinux 0xe89efd64 inet_gro_complete EXPORT_SYMBOL vmlinux 0xe8a135d7 inc_nlink -EXPORT_SYMBOL vmlinux 0xe8afe8e3 __xfrm_init_state EXPORT_SYMBOL vmlinux 0xe8be9353 mount_single -EXPORT_SYMBOL vmlinux 0xe8c5df16 sk_capable -EXPORT_SYMBOL vmlinux 0xe8c76de1 km_policy_notify -EXPORT_SYMBOL vmlinux 0xe8d2f3b9 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xe8cbcd17 ip_route_me_harder EXPORT_SYMBOL vmlinux 0xe8d54c77 xa_clear_mark EXPORT_SYMBOL vmlinux 0xe8e85d75 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xe8ee2ee9 tcf_block_get +EXPORT_SYMBOL vmlinux 0xe914b608 sock_no_mmap EXPORT_SYMBOL vmlinux 0xe914e41e strcpy -EXPORT_SYMBOL vmlinux 0xe92460e3 netif_rx_ni EXPORT_SYMBOL vmlinux 0xe942196f param_set_long EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95ac161 __vio_register_driver EXPORT_SYMBOL vmlinux 0xe96a307d __inc_node_page_state -EXPORT_SYMBOL vmlinux 0xe9730b70 devm_iounmap -EXPORT_SYMBOL vmlinux 0xe97d4283 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xe970d55e skb_try_coalesce EXPORT_SYMBOL vmlinux 0xe981d467 jbd2_journal_flush EXPORT_SYMBOL vmlinux 0xe9856e7b of_find_backlight_by_node EXPORT_SYMBOL vmlinux 0xe9883b56 vmap +EXPORT_SYMBOL vmlinux 0xe994189c udp_push_pending_frames EXPORT_SYMBOL vmlinux 0xe9a99915 security_tun_dev_attach -EXPORT_SYMBOL vmlinux 0xe9aa58f2 sock_no_getname -EXPORT_SYMBOL vmlinux 0xe9ad2b7e skb_copy_expand EXPORT_SYMBOL vmlinux 0xe9b643eb device_add_disk EXPORT_SYMBOL vmlinux 0xe9bc2e56 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xe9e95550 vio_register_device_node EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize EXPORT_SYMBOL vmlinux 0xe9fc8b01 gen_pool_add_owner EXPORT_SYMBOL vmlinux 0xea00cdd1 filemap_map_pages @@ -10121,155 +10134,148 @@ EXPORT_SYMBOL vmlinux 0xea1a1611 fbcon_set_rotate EXPORT_SYMBOL vmlinux 0xea1e9bde crypto_sha1_update EXPORT_SYMBOL vmlinux 0xea1f6314 vlan_vids_del_by_dev EXPORT_SYMBOL vmlinux 0xea209582 simple_statfs -EXPORT_SYMBOL vmlinux 0xea29c638 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xea2c3977 fifo_set_limit EXPORT_SYMBOL vmlinux 0xea318228 dma_fence_chain_init EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int EXPORT_SYMBOL vmlinux 0xea426e43 mempool_resize +EXPORT_SYMBOL vmlinux 0xea5677fd netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xea58269d pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0xea678d9b inode_init_always EXPORT_SYMBOL vmlinux 0xea6b23b0 of_graph_get_endpoint_count EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled EXPORT_SYMBOL vmlinux 0xea778fab sg_pcopy_to_buffer -EXPORT_SYMBOL vmlinux 0xea7bb097 kfree_skb EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow EXPORT_SYMBOL vmlinux 0xeaa2e75f gnet_stats_copy_queue -EXPORT_SYMBOL vmlinux 0xeae6c89b netif_napi_add -EXPORT_SYMBOL vmlinux 0xeb171dec sk_free +EXPORT_SYMBOL vmlinux 0xeaaa6303 dev_get_flags +EXPORT_SYMBOL vmlinux 0xeaacfb43 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xeadf7d50 fqdir_init +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc EXPORT_SYMBOL vmlinux 0xeb301af0 nvm_dev_dma_alloc EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end -EXPORT_SYMBOL vmlinux 0xeb3c52ce vio_find_node -EXPORT_SYMBOL vmlinux 0xeb42f8fc km_state_expired EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact -EXPORT_SYMBOL vmlinux 0xeb6839cb vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0xeb559fab ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xeb6045a1 secpath_set EXPORT_SYMBOL vmlinux 0xeb69534e __page_cache_alloc -EXPORT_SYMBOL vmlinux 0xeb6f9927 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xeb7b1c68 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count EXPORT_SYMBOL vmlinux 0xeb8f2d4f __pmd_frag_size_shift +EXPORT_SYMBOL vmlinux 0xeb9cf89c tcp_enter_cwr EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present EXPORT_SYMBOL vmlinux 0xebb466e6 __blockdev_direct_IO -EXPORT_SYMBOL vmlinux 0xebc12afd pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0xebd29ae0 security_cred_getsecid EXPORT_SYMBOL vmlinux 0xebd32cdd dma_fence_get_status -EXPORT_SYMBOL vmlinux 0xebe983ff xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xebdd3440 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xec1d18e5 inet_gro_complete EXPORT_SYMBOL vmlinux 0xec2f2237 from_kprojid EXPORT_SYMBOL vmlinux 0xec393f6e dcache_readdir EXPORT_SYMBOL vmlinux 0xec39f9cf key_put EXPORT_SYMBOL vmlinux 0xec4fb493 remove_wait_queue EXPORT_SYMBOL vmlinux 0xec50fca1 tty_port_block_til_ready -EXPORT_SYMBOL vmlinux 0xec566fb7 xfrm_init_state EXPORT_SYMBOL vmlinux 0xec65b248 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xec751a85 xfrm_register_type EXPORT_SYMBOL vmlinux 0xec95a03e phy_set_asym_pause EXPORT_SYMBOL vmlinux 0xec97ead8 __kernel_io_start +EXPORT_SYMBOL vmlinux 0xeca01b34 inet_stream_connect EXPORT_SYMBOL vmlinux 0xecab70b6 cont_write_begin EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 EXPORT_SYMBOL vmlinux 0xece784c2 rb_first EXPORT_SYMBOL vmlinux 0xeceada5f nvdimm_namespace_common_probe -EXPORT_SYMBOL vmlinux 0xecf1ea1c pnv_pci_get_gpu_dev EXPORT_SYMBOL vmlinux 0xed08a019 rtc_add_groups EXPORT_SYMBOL vmlinux 0xed142f61 ihold EXPORT_SYMBOL vmlinux 0xed1fd4de serio_unregister_driver -EXPORT_SYMBOL vmlinux 0xed2a9c51 nf_log_packet EXPORT_SYMBOL vmlinux 0xed2c29a3 kernel_read EXPORT_SYMBOL vmlinux 0xed44ddf4 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xed4dbf0d pcim_iomap_regions EXPORT_SYMBOL vmlinux 0xed5f61d2 posix_acl_from_xattr EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx EXPORT_SYMBOL vmlinux 0xed63b8b3 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed687707 nf_hook_slow EXPORT_SYMBOL vmlinux 0xed6ff3e8 d_instantiate_anon EXPORT_SYMBOL vmlinux 0xed751e6b __page_pool_put_page +EXPORT_SYMBOL vmlinux 0xed7fd1e3 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xed91129e pci_write_vpd EXPORT_SYMBOL vmlinux 0xed94b3e8 __tracepoint_module_get -EXPORT_SYMBOL vmlinux 0xed9fd461 pcie_get_readrq -EXPORT_SYMBOL vmlinux 0xeda0c501 __scm_destroy -EXPORT_SYMBOL vmlinux 0xeda1979b udp_seq_stop EXPORT_SYMBOL vmlinux 0xedb5b8f5 unix_gc_lock EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp EXPORT_SYMBOL vmlinux 0xedc03953 iounmap EXPORT_SYMBOL vmlinux 0xedc66029 __cleancache_invalidate_fs -EXPORT_SYMBOL vmlinux 0xedcdbd3f netdev_crit EXPORT_SYMBOL vmlinux 0xedd59e6b mdio_device_remove EXPORT_SYMBOL vmlinux 0xee02f958 __tracepoint_dma_fence_signaled -EXPORT_SYMBOL vmlinux 0xee04911e skb_split EXPORT_SYMBOL vmlinux 0xee0fee97 proc_create_mount_point EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable EXPORT_SYMBOL vmlinux 0xee44e7c7 vfs_create EXPORT_SYMBOL vmlinux 0xee551604 dma_dummy_ops EXPORT_SYMBOL vmlinux 0xee58b453 dump_page EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee813235 __ip_dev_find EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder -EXPORT_SYMBOL vmlinux 0xee97d7b1 netdev_master_upper_dev_get_rcu -EXPORT_SYMBOL vmlinux 0xee9fcf8c sock_recv_errqueue EXPORT_SYMBOL vmlinux 0xeeaafe76 wait_on_page_bit -EXPORT_SYMBOL vmlinux 0xeeb07f25 tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0xeeb1072e scsi_register_driver -EXPORT_SYMBOL vmlinux 0xeeb1b085 netdev_adjacent_change_prepare -EXPORT_SYMBOL vmlinux 0xeeb24c2f unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xeec72ca4 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0xeecddee5 nf_getsockopt EXPORT_SYMBOL vmlinux 0xeed280ea wait_for_completion_io EXPORT_SYMBOL vmlinux 0xeed5bcca __pud_table_size EXPORT_SYMBOL vmlinux 0xeed9c3ef proc_create_single_data +EXPORT_SYMBOL vmlinux 0xeee3551f skb_copy_bits +EXPORT_SYMBOL vmlinux 0xeef8d5bf tcp_req_err EXPORT_SYMBOL vmlinux 0xeefe41aa dquot_get_dqblk EXPORT_SYMBOL vmlinux 0xeeffa34b xps_needed +EXPORT_SYMBOL vmlinux 0xef03c36d dst_release EXPORT_SYMBOL vmlinux 0xef1dc710 devm_devfreq_unregister_opp_notifier -EXPORT_SYMBOL vmlinux 0xef2022c4 eth_header EXPORT_SYMBOL vmlinux 0xef297251 serio_reconnect EXPORT_SYMBOL vmlinux 0xef4a9fcd __quota_error EXPORT_SYMBOL vmlinux 0xef5e4005 of_phy_register_fixed_link -EXPORT_SYMBOL vmlinux 0xef7767ea neigh_sysctl_register -EXPORT_SYMBOL vmlinux 0xef83cd55 vme_register_driver EXPORT_SYMBOL vmlinux 0xef875846 free_buffer_head -EXPORT_SYMBOL vmlinux 0xef9c067f pci_reenable_device +EXPORT_SYMBOL vmlinux 0xef8b59d1 tcp_seq_next EXPORT_SYMBOL vmlinux 0xefab5557 msi_bitmap_alloc_hwirqs EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work EXPORT_SYMBOL vmlinux 0xefc0e261 __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0xefebbd40 ioread64be_lo_hi -EXPORT_SYMBOL vmlinux 0xeff06644 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0xeff608e0 kstrtos16_from_user -EXPORT_SYMBOL vmlinux 0xeff6de95 fib_default_rule_add EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init -EXPORT_SYMBOL vmlinux 0xf01d69ef xfrm_trans_queue EXPORT_SYMBOL vmlinux 0xf01f60ee mark_page_accessed EXPORT_SYMBOL vmlinux 0xf028f0ae get_tree_single_reconf EXPORT_SYMBOL vmlinux 0xf0329ad1 down_read_trylock -EXPORT_SYMBOL vmlinux 0xf04059c3 sock_i_ino +EXPORT_SYMBOL vmlinux 0xf05969be vme_irq_request EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier EXPORT_SYMBOL vmlinux 0xf07350bd proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0xf07fe9a0 lockref_put_or_lock EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag -EXPORT_SYMBOL vmlinux 0xf0945a49 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page EXPORT_SYMBOL vmlinux 0xf0a04b52 d_instantiate EXPORT_SYMBOL vmlinux 0xf0a545a1 netlink_capable -EXPORT_SYMBOL vmlinux 0xf0cad46f sk_net_capable -EXPORT_SYMBOL vmlinux 0xf0e106d0 pcim_set_mwi EXPORT_SYMBOL vmlinux 0xf0f8468b md_cluster_ops EXPORT_SYMBOL vmlinux 0xf102033e slhc_remember -EXPORT_SYMBOL vmlinux 0xf1085d41 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 EXPORT_SYMBOL vmlinux 0xf117ee03 generic_permission EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible EXPORT_SYMBOL vmlinux 0xf11e0ef9 __vmalloc +EXPORT_SYMBOL vmlinux 0xf11f24e1 pci_claim_resource EXPORT_SYMBOL vmlinux 0xf1349228 swake_up_locked +EXPORT_SYMBOL vmlinux 0xf136f7ff compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0xf147fdbb dquot_drop -EXPORT_SYMBOL vmlinux 0xf177da36 ata_port_printk +EXPORT_SYMBOL vmlinux 0xf1760821 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr EXPORT_SYMBOL vmlinux 0xf181c4d3 bdi_register EXPORT_SYMBOL vmlinux 0xf181df01 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xf18ebfa5 nf_reinject +EXPORT_SYMBOL vmlinux 0xf18ee815 inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies -EXPORT_SYMBOL vmlinux 0xf1a62e65 nf_reinject EXPORT_SYMBOL vmlinux 0xf1b2620a scsi_device_lookup_by_target -EXPORT_SYMBOL vmlinux 0xf1b4fa84 __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0xf1b7da13 generic_copy_file_range EXPORT_SYMBOL vmlinux 0xf1b8e32b fs_context_for_submount EXPORT_SYMBOL vmlinux 0xf1d18e90 _outsw_ns -EXPORT_SYMBOL vmlinux 0xf1d6289e dev_loopback_xmit EXPORT_SYMBOL vmlinux 0xf1d9f66c mod_zone_page_state EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e46b48 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0xf1e63929 devmap_managed_key EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun EXPORT_SYMBOL vmlinux 0xf205e713 blk_mq_start_hw_queue @@ -10277,82 +10283,72 @@ EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug EXPORT_SYMBOL vmlinux 0xf227e7da __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0xf2306da8 security_binder_transfer_file EXPORT_SYMBOL vmlinux 0xf230cf1c sync_file_create -EXPORT_SYMBOL vmlinux 0xf235da88 __skb_recv_udp EXPORT_SYMBOL vmlinux 0xf236ec37 simple_empty EXPORT_SYMBOL vmlinux 0xf239b737 cad_pid EXPORT_SYMBOL vmlinux 0xf23c860a register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf23fa7e1 pci_pme_active EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in -EXPORT_SYMBOL vmlinux 0xf246cca5 pcim_pin_device -EXPORT_SYMBOL vmlinux 0xf24d2ab0 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0xf2531aab blk_pre_runtime_suspend EXPORT_SYMBOL vmlinux 0xf2718eb7 send_sig -EXPORT_SYMBOL vmlinux 0xf2757d7e pci_restore_state EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 -EXPORT_SYMBOL vmlinux 0xf284bb73 neigh_table_init EXPORT_SYMBOL vmlinux 0xf2908485 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf2921fc4 zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xf2973e50 mipi_dsi_generic_write EXPORT_SYMBOL vmlinux 0xf29f8515 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xf2a2d2f5 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf2b423f7 fb_blank EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate -EXPORT_SYMBOL vmlinux 0xf2d9342d sock_register +EXPORT_SYMBOL vmlinux 0xf2cdc450 tcf_block_get_ext EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf30700d9 inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform EXPORT_SYMBOL vmlinux 0xf318da0b blk_mq_init_queue -EXPORT_SYMBOL vmlinux 0xf3242edb kernel_listen EXPORT_SYMBOL vmlinux 0xf32a0196 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xf33c7325 netdev_info EXPORT_SYMBOL vmlinux 0xf33d69d7 dma_get_sgtable_attrs -EXPORT_SYMBOL vmlinux 0xf3443761 nf_log_set EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34e3c2a rt_dst_clone EXPORT_SYMBOL vmlinux 0xf34f3bc3 dma_fence_chain_walk EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 EXPORT_SYMBOL vmlinux 0xf35208ea phy_aneg_done EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier EXPORT_SYMBOL vmlinux 0xf35a5612 tty_register_device EXPORT_SYMBOL vmlinux 0xf3601c4c devm_mfd_add_devices -EXPORT_SYMBOL vmlinux 0xf3624fdd vfio_register_notifier EXPORT_SYMBOL vmlinux 0xf3645f58 page_mapped -EXPORT_SYMBOL vmlinux 0xf365ef99 pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0xf3680d63 nobh_write_begin -EXPORT_SYMBOL vmlinux 0xf372467d inet6_getname +EXPORT_SYMBOL vmlinux 0xf3811987 sock_wmalloc EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default EXPORT_SYMBOL vmlinux 0xf393be5b posix_lock_file +EXPORT_SYMBOL vmlinux 0xf3a0ee35 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0xf3a9edd8 create_empty_buffers EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest EXPORT_SYMBOL vmlinux 0xf3b8d089 block_write_full_page EXPORT_SYMBOL vmlinux 0xf3bf140c scsi_get_host_dev -EXPORT_SYMBOL vmlinux 0xf3c97a0c devm_of_iomap -EXPORT_SYMBOL vmlinux 0xf3cf47ec skb_tx_error EXPORT_SYMBOL vmlinux 0xf3d4376a scsi_print_sense_hdr EXPORT_SYMBOL vmlinux 0xf3d79af8 tty_unregister_device EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal +EXPORT_SYMBOL vmlinux 0xf3f3f33a alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0xf40d22c6 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf40f088c xfrm4_rcv EXPORT_SYMBOL vmlinux 0xf416a986 mdiobus_is_registered_device -EXPORT_SYMBOL vmlinux 0xf41e8ba4 pci_msi_vec_count EXPORT_SYMBOL vmlinux 0xf42d64ca proc_dostring EXPORT_SYMBOL vmlinux 0xf435e106 __alloc_disk_node -EXPORT_SYMBOL vmlinux 0xf4405a40 tcp_ioctl EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep EXPORT_SYMBOL vmlinux 0xf44557ea blk_mq_start_hw_queues EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx EXPORT_SYMBOL vmlinux 0xf4500b1d of_parse_phandle_with_args -EXPORT_SYMBOL vmlinux 0xf46077df of_scan_pci_bridge EXPORT_SYMBOL vmlinux 0xf469d265 is_bad_inode EXPORT_SYMBOL vmlinux 0xf472017a swake_up_all -EXPORT_SYMBOL vmlinux 0xf474597a skb_headers_offset_update EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const -EXPORT_SYMBOL vmlinux 0xf4751b14 dev_get_valid_name -EXPORT_SYMBOL vmlinux 0xf4777484 vme_bus_error_handler -EXPORT_SYMBOL vmlinux 0xf4870e22 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0xf489226a do_splice_direct EXPORT_SYMBOL vmlinux 0xf48c3ec7 rfkill_alloc EXPORT_SYMBOL vmlinux 0xf49a8825 fuse_dequeue_forget -EXPORT_SYMBOL vmlinux 0xf4bd1a03 scsi_vpd_lun_id EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area -EXPORT_SYMBOL vmlinux 0xf4d3d66f inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock EXPORT_SYMBOL vmlinux 0xf4fa2649 __xa_alloc_cyclic @@ -10374,9 +10370,8 @@ EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io EXPORT_SYMBOL vmlinux 0xf5bedca0 nvdimm_namespace_locked EXPORT_SYMBOL vmlinux 0xf5c4b444 memcpy_flushcache +EXPORT_SYMBOL vmlinux 0xf5c6f9c7 ip6tun_encaps EXPORT_SYMBOL vmlinux 0xf5c9ea5d xsk_umem_has_addrs -EXPORT_SYMBOL vmlinux 0xf5d272c8 inet_csk_reset_keepalive_timer -EXPORT_SYMBOL vmlinux 0xf5d55e6d __icmp_send EXPORT_SYMBOL vmlinux 0xf5dc96a0 of_get_next_child EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister EXPORT_SYMBOL vmlinux 0xf5e5a87b hdmi_infoframe_pack_only @@ -10384,56 +10379,59 @@ EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 EXPORT_SYMBOL vmlinux 0xf60ae258 of_get_next_cpu_node EXPORT_SYMBOL vmlinux 0xf6150d63 __xa_set_mark EXPORT_SYMBOL vmlinux 0xf620ea52 mount_nodev +EXPORT_SYMBOL vmlinux 0xf62af21c eth_gro_complete EXPORT_SYMBOL vmlinux 0xf62dcdbb __nd_driver_register EXPORT_SYMBOL vmlinux 0xf63d87c8 vfs_create_mount EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 -EXPORT_SYMBOL vmlinux 0xf644c7a1 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xf6457897 cdrom_media_changed EXPORT_SYMBOL vmlinux 0xf64a3545 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xf64bbcf9 mr_mfc_find_any EXPORT_SYMBOL vmlinux 0xf64c76f7 dm_kcopyd_copy EXPORT_SYMBOL vmlinux 0xf664db45 register_key_type EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module -EXPORT_SYMBOL vmlinux 0xf668789b inet6_unregister_protosw -EXPORT_SYMBOL vmlinux 0xf66d6cce nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xf6734301 __scsi_execute +EXPORT_SYMBOL vmlinux 0xf675ecd9 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0xf681acfc hdmi_infoframe_unpack EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xf692fab9 phy_mac_interrupt EXPORT_SYMBOL vmlinux 0xf69dc90f genlmsg_put +EXPORT_SYMBOL vmlinux 0xf69dedb2 netdev_features_change EXPORT_SYMBOL vmlinux 0xf6a15166 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xf6c78bb7 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xf6d2dd50 xfrm6_rcv EXPORT_SYMBOL vmlinux 0xf6dbe1a9 devm_register_reboot_notifier EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit EXPORT_SYMBOL vmlinux 0xf6ec6c67 mmc_unregister_driver EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor EXPORT_SYMBOL vmlinux 0xf70bbcd4 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xf71cead1 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xf71ced24 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xf7326210 tcp_setsockopt EXPORT_SYMBOL vmlinux 0xf73842ec end_buffer_read_sync EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0xf7584a9c find_font EXPORT_SYMBOL vmlinux 0xf77337a1 hdmi_audio_infoframe_check EXPORT_SYMBOL vmlinux 0xf77900a7 generic_setlease -EXPORT_SYMBOL vmlinux 0xf792738e sock_alloc_send_pskb -EXPORT_SYMBOL vmlinux 0xf7a19ad4 netdev_lower_get_next -EXPORT_SYMBOL vmlinux 0xf7a3043c unregister_netdev -EXPORT_SYMBOL vmlinux 0xf7a8d153 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xf79376df netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xf79b330e skb_dequeue EXPORT_SYMBOL vmlinux 0xf7b86ab9 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xf7bde34a netpoll_send_udp EXPORT_SYMBOL vmlinux 0xf7c2610f bprm_change_interp EXPORT_SYMBOL vmlinux 0xf7c2df39 __wake_up_bit EXPORT_SYMBOL vmlinux 0xf7e8af17 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xf8079d42 km_state_notify EXPORT_SYMBOL vmlinux 0xf80bfece iget_locked +EXPORT_SYMBOL vmlinux 0xf80d85f5 vif_device_init EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q EXPORT_SYMBOL vmlinux 0xf812cff6 memscan -EXPORT_SYMBOL vmlinux 0xf81d761b vga_set_legacy_decoding -EXPORT_SYMBOL vmlinux 0xf8273f17 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev EXPORT_SYMBOL vmlinux 0xf83249bb jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xf83a0d0d inet_accept EXPORT_SYMBOL vmlinux 0xf83d5d11 pps_event EXPORT_SYMBOL vmlinux 0xf84875a3 wireless_spy_update -EXPORT_SYMBOL vmlinux 0xf84ca11b sk_page_frag_refill -EXPORT_SYMBOL vmlinux 0xf8508723 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xf8591e5c i2c_smbus_write_byte_data -EXPORT_SYMBOL vmlinux 0xf8663347 nf_log_register EXPORT_SYMBOL vmlinux 0xf867b75a try_to_writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0xf8705473 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0xf87cb5d1 input_grab_device EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table @@ -10441,14 +10439,13 @@ EXPORT_SYMBOL vmlinux 0xf89230fe fc_mount EXPORT_SYMBOL vmlinux 0xf8aba9ed blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0xf8b76e1a dcb_setapp EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits -EXPORT_SYMBOL vmlinux 0xf8bd6d15 tcp_md5_do_add EXPORT_SYMBOL vmlinux 0xf8bf7985 mdiobus_unregister_device EXPORT_SYMBOL vmlinux 0xf8bf8e22 ZSTD_DDictWorkspaceBound +EXPORT_SYMBOL vmlinux 0xf8cc5a1b ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 EXPORT_SYMBOL vmlinux 0xf8daacb3 __phy_read_mmd EXPORT_SYMBOL vmlinux 0xf8e1115e _outsl_ns -EXPORT_SYMBOL vmlinux 0xf8f11a57 agp_alloc_page_array -EXPORT_SYMBOL vmlinux 0xf8f329f4 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xf8e836c2 compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var EXPORT_SYMBOL vmlinux 0xf8fe85c8 devm_request_threaded_irq EXPORT_SYMBOL vmlinux 0xf90bb7b7 vfs_parse_fs_param @@ -10463,7 +10460,6 @@ EXPORT_SYMBOL vmlinux 0xf92e6021 tty_unregister_driver EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt EXPORT_SYMBOL vmlinux 0xf945884a find_lock_entry EXPORT_SYMBOL vmlinux 0xf945cbab vlan_for_each -EXPORT_SYMBOL vmlinux 0xf9648553 skb_clone EXPORT_SYMBOL vmlinux 0xf96ec242 rfs_needed EXPORT_SYMBOL vmlinux 0xf971cea8 utf8len EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write @@ -10471,94 +10467,96 @@ EXPORT_SYMBOL vmlinux 0xf97e987a find_get_entry EXPORT_SYMBOL vmlinux 0xf9987069 import_single_range EXPORT_SYMBOL vmlinux 0xf9a3f32b nd_dev_to_uuid EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a8249c ppc_md EXPORT_SYMBOL vmlinux 0xf9af45bc ppp_unregister_channel EXPORT_SYMBOL vmlinux 0xf9b1cdcd smp_call_function_many EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid EXPORT_SYMBOL vmlinux 0xf9c61431 of_read_drc_info_cell EXPORT_SYMBOL vmlinux 0xf9cda6cf uart_register_driver +EXPORT_SYMBOL vmlinux 0xf9dd18cc mr_table_dump EXPORT_SYMBOL vmlinux 0xf9dd81de phy_init_eee -EXPORT_SYMBOL vmlinux 0xf9e51df7 vfio_unregister_notifier EXPORT_SYMBOL vmlinux 0xfa1eb2c7 netlink_rcv_skb EXPORT_SYMBOL vmlinux 0xfa31e581 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xfa39523a tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update +EXPORT_SYMBOL vmlinux 0xfa44085d inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xfa4ad18c inet_sock_destruct EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier EXPORT_SYMBOL vmlinux 0xfa70cbdf hmm_range_fault +EXPORT_SYMBOL vmlinux 0xfa724b1f inet_stream_ops +EXPORT_SYMBOL vmlinux 0xfa74f952 vlan_ioctl_set EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed EXPORT_SYMBOL vmlinux 0xfa91a244 dma_async_device_register EXPORT_SYMBOL vmlinux 0xfaa05e8d bio_add_pc_page -EXPORT_SYMBOL vmlinux 0xfaa43e1d inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xfab67519 on_each_cpu_mask -EXPORT_SYMBOL vmlinux 0xfac16bc8 napi_gro_flush EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max EXPORT_SYMBOL vmlinux 0xfad0e456 radix__flush_pmd_tlb_range +EXPORT_SYMBOL vmlinux 0xfae1e94e pci_request_region EXPORT_SYMBOL vmlinux 0xfaeb557d disk_stack_limits EXPORT_SYMBOL vmlinux 0xfafd4ee0 input_set_timestamp -EXPORT_SYMBOL vmlinux 0xfb16499f skb_ensure_writable EXPORT_SYMBOL vmlinux 0xfb166ed0 param_set_bool EXPORT_SYMBOL vmlinux 0xfb232c7e idr_get_next_ul -EXPORT_SYMBOL vmlinux 0xfb28f702 inet_del_offload EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf EXPORT_SYMBOL vmlinux 0xfb3d7e85 sync_inode +EXPORT_SYMBOL vmlinux 0xfb41c6e6 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xfb44a874 udp_pre_connect EXPORT_SYMBOL vmlinux 0xfb474ac2 i2c_clients_command EXPORT_SYMBOL vmlinux 0xfb481954 vprintk -EXPORT_SYMBOL vmlinux 0xfb49b634 skb_push -EXPORT_SYMBOL vmlinux 0xfb5f2452 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xfb489fdc pci_pme_capable EXPORT_SYMBOL vmlinux 0xfb5f9fac jbd2_journal_force_commit_nested EXPORT_SYMBOL vmlinux 0xfb64d3e0 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xfb66082d sock_alloc EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending EXPORT_SYMBOL vmlinux 0xfb8d873a init_on_free EXPORT_SYMBOL vmlinux 0xfb8ff4ce jbd2_journal_inode_ranged_write -EXPORT_SYMBOL vmlinux 0xfb9900f1 agp_generic_enable EXPORT_SYMBOL vmlinux 0xfb990cb7 reuseport_add_sock -EXPORT_SYMBOL vmlinux 0xfb9c090c skb_checksum +EXPORT_SYMBOL vmlinux 0xfb9e30a0 __inet_stream_connect EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfba9ef63 vga_tryget EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb6d5a4 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad EXPORT_SYMBOL vmlinux 0xfbbbe240 alloc_buffer_head -EXPORT_SYMBOL vmlinux 0xfbc2d0d1 inet_stream_ops EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout EXPORT_SYMBOL vmlinux 0xfbcf8d62 pipe_lock +EXPORT_SYMBOL vmlinux 0xfbd6c2e2 tso_count_descs EXPORT_SYMBOL vmlinux 0xfbdda050 framebuffer_release EXPORT_SYMBOL vmlinux 0xfc017b36 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xfc0ac085 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0xfc382033 get_task_cred EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap EXPORT_SYMBOL vmlinux 0xfc3a8660 pfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier -EXPORT_SYMBOL vmlinux 0xfc74cfaf netdev_lower_state_changed -EXPORT_SYMBOL vmlinux 0xfc9fc7db compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xfc686a17 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xfc870121 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xfc99f0e9 lock_page_memcg EXPORT_SYMBOL vmlinux 0xfca680c6 tcf_idr_search -EXPORT_SYMBOL vmlinux 0xfcab54b8 vlan_ioctl_set -EXPORT_SYMBOL vmlinux 0xfcb74e3d in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user EXPORT_SYMBOL vmlinux 0xfcc7babd rdmacg_uncharge EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check EXPORT_SYMBOL vmlinux 0xfcd7d8af blk_mq_start_stopped_hw_queues EXPORT_SYMBOL vmlinux 0xfcd8e514 register_quota_format +EXPORT_SYMBOL vmlinux 0xfcda8f31 netdev_adjacent_change_prepare EXPORT_SYMBOL vmlinux 0xfcdc14d6 frame_vector_to_pfns -EXPORT_SYMBOL vmlinux 0xfcebe090 dev_trans_start EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq EXPORT_SYMBOL vmlinux 0xfd13c1c0 of_count_phandle_with_args EXPORT_SYMBOL vmlinux 0xfd175d14 param_set_ullong EXPORT_SYMBOL vmlinux 0xfd202cb5 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xfd205828 tcp_rcv_established EXPORT_SYMBOL vmlinux 0xfd219c9b vfs_fsync EXPORT_SYMBOL vmlinux 0xfd2560e3 _dev_notice -EXPORT_SYMBOL vmlinux 0xfd274adc kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0xfd277fb6 mmc_gpio_set_cd_isr EXPORT_SYMBOL vmlinux 0xfd2b35cc generic_file_open EXPORT_SYMBOL vmlinux 0xfd2f9a9b blk_integrity_register EXPORT_SYMBOL vmlinux 0xfd3492e9 dev_addr_add +EXPORT_SYMBOL vmlinux 0xfd5f28a1 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xfd62f493 __devm_release_region -EXPORT_SYMBOL vmlinux 0xfd703a50 ip6_xmit EXPORT_SYMBOL vmlinux 0xfd7efe17 ns_capable -EXPORT_SYMBOL vmlinux 0xfd81477e netdev_set_sb_channel -EXPORT_SYMBOL vmlinux 0xfd8647ea __neigh_create EXPORT_SYMBOL vmlinux 0xfd86ff4f mipi_dsi_dcs_soft_reset EXPORT_SYMBOL vmlinux 0xfd919046 d_alloc_parallel -EXPORT_SYMBOL vmlinux 0xfd97e027 eth_prepare_mac_addr_change -EXPORT_SYMBOL vmlinux 0xfd9ac02d ip_do_fragment EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be @@ -10570,8 +10568,6 @@ EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp EXPORT_SYMBOL vmlinux 0xfdfcdd5f __csum_partial EXPORT_SYMBOL vmlinux 0xfdff71c1 __debugger_iabr_match EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier -EXPORT_SYMBOL vmlinux 0xfe17405c pci_scan_bus -EXPORT_SYMBOL vmlinux 0xfe199dd2 vme_unregister_driver EXPORT_SYMBOL vmlinux 0xfe1ce603 bio_alloc_bioset EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update EXPORT_SYMBOL vmlinux 0xfe26971b elv_rb_find @@ -10579,10 +10575,10 @@ EXPORT_SYMBOL vmlinux 0xfe2a4380 mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0xfe2f4336 dma_supported EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz -EXPORT_SYMBOL vmlinux 0xfe71ad65 sock_efree -EXPORT_SYMBOL vmlinux 0xfe770585 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xfe5ea69e __napi_schedule EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer -EXPORT_SYMBOL vmlinux 0xfeb28ab3 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xfe99b573 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xfea32508 skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r @@ -10591,33 +10587,36 @@ EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff29b8d5 abx500_get_register_page_interruptible -EXPORT_SYMBOL vmlinux 0xff2b64e6 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xff2abefd tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xff348205 pci_release_regions EXPORT_SYMBOL vmlinux 0xff5af670 override_creds +EXPORT_SYMBOL vmlinux 0xff5d1ea6 tcp_sendpage EXPORT_SYMBOL vmlinux 0xff6521e4 unix_attach_fds EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap -EXPORT_SYMBOL vmlinux 0xff7c7a44 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xff6f00af udp_prot +EXPORT_SYMBOL vmlinux 0xff71931a vme_lm_request +EXPORT_SYMBOL vmlinux 0xff86e1c1 devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0xff8bd3b0 cur_cpu_spec EXPORT_SYMBOL vmlinux 0xff903b43 frame_vector_destroy EXPORT_SYMBOL vmlinux 0xff9d738d ppp_register_compressor EXPORT_SYMBOL vmlinux 0xffa1c052 vfs_iter_read EXPORT_SYMBOL vmlinux 0xffb915f6 param_ops_bool EXPORT_SYMBOL vmlinux 0xffba1e4f phys_mem_access_prot -EXPORT_SYMBOL vmlinux 0xffd2ca4e rt6_lookup +EXPORT_SYMBOL vmlinux 0xffda9755 ata_print_version EXPORT_SYMBOL vmlinux 0xffdac726 blk_mq_end_request EXPORT_SYMBOL vmlinux 0xffddfa0d irq_to_desc +EXPORT_SYMBOL vmlinux 0xffe33f53 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xffe63f6e inet_frag_destroy EXPORT_SYMBOL vmlinux 0xffe690fd udp_table EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn -EXPORT_SYMBOL vmlinux 0xffefe7e6 dev_set_alias EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x018de004 kvm_map_gfn EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x026e8541 gfn_to_pfn_atomic EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x030a0653 kvm_set_memory_region EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x054a8f78 kvm_vcpu_read_guest_page EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x096f44e7 kvm_vcpu_write_guest_page EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0c0ca393 kvm_release_page_dirty -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0cc9b913 kvmppc_kvm_pv EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x102c6c21 kvm_unmap_gfn -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1462d305 kvmppc_hv_ops -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x168ef8fc kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x14a4920f kvmppc_handle_store EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1cdf32cf kvmppc_rtas_hcall EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1d4a40be kvmppc_core_dequeue_dec EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1de1690c kvm_clear_guest @@ -10636,12 +10635,16 @@ EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2e4db1de kvm_irq_has_notifier EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x30b6a41d kvm_get_dirty_log EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x316e27fc __tracepoint_kvm_ppc_instr EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x35ec6a5e kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x37c66de9 kvmppc_h_put_tce EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39fd83db halt_poll_ns_shrink EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3b1b6cd3 kvmppc_xics_rm_complete EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3b2c1367 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3d482928 kvmppc_pr_ops EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3e1f72e0 kvm_vcpu_cache EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3e6a5dc4 gfn_to_hva_memslot EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3fbea53d kvmppc_xics_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3ff58251 kvmppc_h_put_tce_indirect +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x40c3af46 kvmppc_st EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x43092b77 kvmppc_gpa_to_pfn EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x466cdbf9 kvm_put_kvm EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x484f1cd2 kvmppc_xics_hcall @@ -10652,38 +10655,40 @@ EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4a79f57f kvm_vcpu_gfn_to_hva EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4afaf4eb kvm_vcpu_on_spin EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e6eab9e gfn_to_page_many_atomic -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x55ef732d kvmppc_h_put_tce_indirect +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5471661a kvmppc_prepare_to_enter EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x57c2b95a kvm_io_bus_get_dev EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59e640c0 halt_poll_ns EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5aeeb090 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5e04098e kvmppc_handle_load EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5e6e4bd1 kvm_vcpu_uninit EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x60274595 kvm_read_guest_page EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x609fb0af kvm_vcpu_mark_page_dirty EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x643fe043 gfn_to_pfn_memslot -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x64e15217 kvmppc_h_stuff_tce -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x650d5922 kvmppc_h_put_tce EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x68f14c49 kvmppc_xive_push_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x691339ab kvmppc_sanity_check EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6ae9aaa2 vcpu_load EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6b447939 kvm_read_guest EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7204a7d4 gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x72a78550 kvmppc_h_stuff_tce EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x771cbcec kvmppc_xics_clr_mapped EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x797ce97c kvm_flush_remote_tlbs EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7b4a9ccb kvmppc_emulate_mmio EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x803d3cd7 kvm_vcpu_gfn_to_page -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x88397061 kvmppc_prepare_to_enter EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x88849a0b kvmppc_core_pending_dec -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8c0da9f2 kvmppc_st EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8ca430af kvm_vcpu_gfn_to_pfn_atomic EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8dfa052a kvmppc_book3s_queue_irqprio EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e3f38f2 gfn_to_page EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8eb27afb kvm_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x90387774 kvmppc_ld EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x914b93f5 kvm_vcpu_map EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x91766484 __kvm_set_memory_region EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x929ab1a8 gfn_to_memslot EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x94d97c5d kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x95d2511a kvmppc_kvm_pv EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x97bd9dd4 mark_page_dirty EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x98117ab9 kvmppc_xive_clr_mapped EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x99da6c4e gfn_to_pfn_prot @@ -10692,31 +10697,27 @@ EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9c4a1a55 kvm_write_guest_page EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9ea4c93f kvmppc_core_queue_dec EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9f6d78fc kvm_get_pfn EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa4a19937 kvmppc_handle_load EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa86872be kvmppc_unfixup_split_real EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xad65830d __gfn_to_pfn_memslot EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb01bce1f kvm_vcpu_read_guest_atomic -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb2baac58 kvmppc_handle_store EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb32e2841 kvmppc_h_logical_ci_store -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb68c93ef kvmppc_ld EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb6f4ed94 kvm_vcpu_wake_up EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb76d31dd vcpu_put EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xba91838d kvm_gfn_to_hva_cache_init EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbee90a4e kvmppc_xive_set_mapped -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc69a4c79 kvmppc_emulate_mmio EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc6dce5c3 kvm_write_guest_cached EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc70e4b59 kvmppc_claim_lpid EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xce59a5f1 kvm_vcpu_read_guest EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd1a33aa7 kvm_clear_guest_page -EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdbc243ba kvmppc_pr_ops EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdd44d2c9 gfn_to_pfn_memslot_atomic EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe36d277e kvm_vcpu_unmap EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xec6495df kvmppc_load_last_inst EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xede10b35 kvm_release_page_clean EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xef43ba64 gfn_to_pfn EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf1b395ce kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf2e8b997 kvmppc_hv_ops EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf960c6db kvm_vcpu_block EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf9be5f77 kvm_vcpu_yield_to @@ -10823,49 +10824,49 @@ EXPORT_SYMBOL_GPL crypto/sm4_generic 0x68b29d58 crypto_sm4_decrypt EXPORT_SYMBOL_GPL crypto/sm4_generic 0x84068d7f crypto_sm4_encrypt EXPORT_SYMBOL_GPL crypto/twofish_common 0x685c55bd twofish_setkey EXPORT_SYMBOL_GPL crypto/twofish_common 0xb1e70801 __twofish_setkey -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b911ef7 ahci_reset_controller -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2b171239 ahci_pmp_retry_srst_ops -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2cb644e7 ahci_check_ready -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x301a400a ahci_save_initial_config -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x339ae44b ahci_qc_issue -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x39e3baa6 ahci_shost_attrs -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x413669ed ahci_reset_em -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x445df000 ahci_dev_classify -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x61898947 ahci_error_handler -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x66a5c84b ahci_do_hardreset -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d84d071 ahci_fill_cmd_slot -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7dd8ab02 ahci_do_softreset -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7e721908 ahci_init_controller -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x85711caa ahci_ops -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x936bf0a8 ahci_port_resume -EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9fb89392 ahci_start_fis_rx -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb402f3aa ahci_host_activate -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xccf5f65b ahci_kick_engine -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcde59d6b ahci_print_info -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd53ad04a ahci_sdev_attrs -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xda0786fe ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x06edb22e ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x132a35b2 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1a73d8e5 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2fc29250 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x388977b9 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3f94f640 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4242aa2b ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x56829577 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5ed26daa ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x67b3a625 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6fee9b6f ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x76b5358f ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x86f3932f ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x88dbd6ee ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b20fe9b ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8eeca660 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x94b7be1f ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xadccb11d ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xae10eef3 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb245e2c2 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb5c341d5 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe45c4f19 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe96d9c6e ahci_error_handler EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf0de02f4 ahci_set_em_messages -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf3067449 ahci_start_engine -EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfe4ce9f6 ahci_stop_engine -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1d53ad4f ahci_platform_suspend_host -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x576f622f ahci_platform_disable_clks -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5d501afd ahci_platform_enable_resources -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x64f2d418 ahci_platform_shutdown -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6550d2e5 ahci_platform_disable_resources -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6b44fec7 ahci_platform_init_host -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x741cd5c9 ahci_platform_enable_phys -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x85913d0d ahci_platform_resume_host -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x90e3b4b0 ahci_platform_resume -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x92cafe85 ahci_platform_suspend -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb782f642 ahci_platform_get_resources -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbb1f2919 ahci_platform_ops -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc04c584b ahci_platform_disable_phys -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe33fefad ahci_platform_enable_clks -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe4c13d2c ahci_platform_enable_regulators -EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf795a5b2 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf3eec27d ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x018ef1c0 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0c55b597 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1e1a6728 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x423e93bf ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x589d7543 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x64f178fa ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x67b2506b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7d35c8db ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8acc9236 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x996a3880 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9d22ff8b ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9ec4f388 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbf5fb7a2 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xca0c335c ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcf8805b1 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xffc4391f ahci_platform_disable_regulators EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x4d39afdc __pata_platform_probe -EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x91ea9052 sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xc851446b sis_info133_for_sata EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x727ea304 charlcd_poke EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x9192a401 charlcd_register EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xa2a58bbe charlcd_alloc @@ -10889,30 +10890,30 @@ EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x505b02b7 __regmap_init_spmi EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xee09079c __regmap_init_spmi_ext EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x9859b462 __regmap_init_w1 EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xefb31ca0 __devm_regmap_init_w1 -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x05766153 bcma_core_disable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x13676907 bcma_chipco_pll_read -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19726b90 bcma_find_core_unit -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1ba81dd9 bcma_core_enable -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x24ba121b bcma_chipco_b_mii_write -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29278bdd bcma_core_set_clockmode -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b0f9773 bcma_driver_unregister -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3da0ffb6 bcma_chipco_gpio_control -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3e50475a bcma_pmu_get_bus_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3f7abf44 bcma_chipco_gpio_outen -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4f42aa4e bcma_host_pci_up -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55b56756 bcma_chipco_gpio_out -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x614587bd bcma_pmu_spuravoid_pllupdate -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7f30299f bcma_core_is_enabled -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x892285f0 bcma_core_pci_power_save -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x98d6c657 bcma_core_pll_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xac750fae bcma_host_pci_down -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb47947f0 __bcma_driver_register -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4019b30 bcma_chipco_chipctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde571a3e bcma_chipco_get_alp_clock -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe3abf669 bcma_chipco_regctl_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4c8c9de bcma_host_pci_irq_ctl -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8e2f683 bcma_chipco_pll_maskset -EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9e72a56 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x03da6798 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0c43e241 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0fb6d593 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x125a501f bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1a3d654f bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2c94ab80 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x322c7813 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x38e80b32 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ee386aa __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x49ead0df bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x49eecde1 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50b92acc bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56a9cd9b bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x665b5523 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6eaeb649 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6fdbaadf bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72170055 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b4292c3 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa84df57b bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad67df8a bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaee6cccd bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2997191 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7f9da00 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xed5251c8 bcma_core_is_enabled EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x048705f6 btbcm_set_bdaddr EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3c22cdff btbcm_initialize EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x71665261 btbcm_check_bdaddr @@ -10991,8 +10992,8 @@ EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x9c14d858 nx842_crypto_init EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xe04c2ea9 nx842_crypto_compress EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x12278cac dev_dax_probe EXPORT_SYMBOL_GPL drivers/dax/pmem/dax_pmem_core 0x36474c59 __dax_pmem_probe -EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x88747c3b dw_edma_remove -EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xbafd2389 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x94be228b dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x95f887cc dw_edma_remove EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5c9cacb9 idma32_dma_remove EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x66ace9b7 do_dw_dma_disable EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x98eaa67e dw_dma_filter @@ -11327,15 +11328,15 @@ EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xaa3b2841 pmbus_set_page EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe7d320b8 pmbus_check_word_register EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfd6a96e5 pmbus_read_byte_data EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xff0649d4 pmbus_regulator_ops -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1e9b8b4c intel_th_driver_register -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3e5bba08 intel_th_alloc -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x54e0535b intel_th_trace_enable -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8b101866 intel_th_output_enable -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xba4fcdd9 intel_th_free -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xbc9d5ce5 intel_th_trace_switch -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd1966dfe intel_th_driver_unregister -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf566340e intel_th_set_output -EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfaf33050 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x19d1dc07 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2bcadf1d intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x596124f0 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9e675aa0 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa48d6a89 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb0369abe intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc3dae7b2 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd89ed756 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdde71ef3 intel_th_trace_disable EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x36e15abf intel_th_msu_buffer_unregister EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb10263fc intel_th_msc_window_unlock EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb79f2915 intel_th_msu_buffer_register @@ -11811,24 +11812,24 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd6711a58 dm_b EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf398644f dm_btree_lookup_next EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x041afb50 saa7146_pgtable_alloc -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3144eda4 saa7146_setgpio -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x49ed708e saa7146_pgtable_free -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x58d875d3 saa7146_vmalloc_build_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x639cbccd saa7146_pgtable_build_single -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7a56ff9b saa7146_wait_for_debi_done -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x861cc92c saa7146_i2c_adapter_prepare -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x91cc81b2 saa7146_vfree_destroy_pgtable -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x988d44f5 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x07cba259 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x08839d2c saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x449d87e1 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6e433262 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8ef2757d saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9ad6e6c8 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba89f8a1 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbac470e9 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe31d387d saa7146_pgtable_build_single EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe4b31420 saa7146_unregister_extension -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6d58bce0 saa7146_start_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x70179c9f saa7146_set_hps_source_and_sync -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x717180d5 saa7146_register_device -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x77fa0cee saa7146_stop_preview -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x910e5965 saa7146_vv_release -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x9d0d8a09 saa7146_vv_init -EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc5063f5e saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xedcced03 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0ec230ea saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x375168e3 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5d4f5ebe saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8f6bf13d saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x96a57d68 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb0c67da2 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf2d1fe66 saa7146_vv_init EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10228d1f smscore_register_device EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1a2b38de sms_board_lna_control EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode @@ -11949,29 +11950,29 @@ EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xb12e1ee6 stv6111_attach EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x712d7944 tda18271c2dd_attach EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xe5064715 aptina_pll_calculate EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x08717b58 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ac9f582 media_device_cleanup EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f3f4ced media_devnode_create EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x17d6f667 media_request_object_put -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1e4c03b4 media_device_unregister_entity_notify -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1fb4392c __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x19143e5a __media_device_register EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x247197cd media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25d86509 media_device_register_entity EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2d08deef media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2f339697 media_device_unregister EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x37cce631 media_graph_walk_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c0d8c9a media_entity_setup_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x485907ff media_entity_get_fwnode_pad -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x525ef3de media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4d17ede8 media_device_unregister_entity EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55ec4a14 media_entity_remote_pad EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5e357b25 __media_pipeline_stop -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5f027112 __media_device_register EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x61af9a54 media_device_delete -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x70acf6ff media_device_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7181e5de media_device_usb_allocate EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7252e20b media_graph_walk_cleanup -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8204bfa8 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x825a145c media_device_unregister_entity_notify EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x83e9c85a media_request_object_bind EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x850b94b3 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92b6c3fa media_device_register_entity_notify EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9b0007a1 media_entity_find_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9f99617a __media_entity_setup_link -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5a3841f media_device_register_entity_notify EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5fb0e82 media_entity_pads_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa6f4bd33 __media_entity_remove_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xac6b7af3 media_pipeline_stop @@ -11984,65 +11985,65 @@ EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc953460c media_create_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xce59ec92 media_create_pad_links EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xceb2c188 media_request_put EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcf97fd4f media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd39b34ea media_device_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd49e0945 media_request_object_unbind EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd7b4096d media_request_object_complete EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd9ea34c4 media_request_get_by_fd EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb5a8bdb media_remove_intf_link EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc581289 __media_entity_enum_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0d29dad media_request_object_find -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe1cc161d media_device_register_entity -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe4df53f3 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe49b3ec3 __media_device_usb_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe676c9f9 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee50c12f media_create_pad_link -EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf06bd333 media_device_pci_init EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff388f2f media_pipeline_start -EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xa5274000 cx88_setup_xc3028 -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0225e0b2 mantis_uart_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0545e949 mantis_pci_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0d710002 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x2d5cf612 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0d004975 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19bbd9a7 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x253852ad mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26335057 mantis_i2c_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ca4ee76 mantis_ca_exit EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x346f5e0d mantis_gpio_set_bits -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x36908404 mantis_i2c_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x36ceb2f5 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d556c67 mantis_pci_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x44369cb8 mantis_stream_control -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4bfb22ac mantis_dma_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5926bf3a mantis_dvb_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x76fff8a8 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x46724db5 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x499481ea mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x62a798c8 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7685e185 mantis_input_init EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7772bf82 mantis_ca_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa6cf9f24 mantis_input_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xae309bcb mantis_i2c_exit -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb022e1a8 mantis_input_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1e299b7 mantis_pci_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc186a0f5 mantis_dvb_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcb77f828 mantis_uart_init -EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd35b3d63 mantis_dma_init -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0c1cf08e saa7134_s_tuner -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0f3254a6 saa7134_g_tuner -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20d4bbfa saa7134_ts_qops -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f24d6c4 saa7134_g_input -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3e925252 saa7134_ts_start_streaming -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3ee36bd6 saa7134_stop_streaming -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x56d010d6 saa7134_ts_buffer_prepare -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5bf0624b saa7134_s_input -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5f27d12f saa7134_ts_buffer_init -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x76455969 saa7134_g_std -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8b3e71d7 saa7134_s_std -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8e7fb872 saa7134_s_frequency -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa42d665f saa7134_ts_stop_streaming -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa4bb92bb saa7134_querycap -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa4d5d7cf saa7134_vb2_buffer_queue -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0e55175 saa7134_enum_input -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd099e837 saa7134_g_frequency -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdf8fe1f6 saa7134_ts_queue_setup -EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfb9ca583 saa7134_querystd -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x06bcb26d ttpci_budget_set_video_port -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x384a3d37 ttpci_budget_init_hooks -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5594aeb0 ttpci_budget_deinit -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6c3b3ad4 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb4ea35e0 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbfbfc53f mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd5b16d48 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe62f994c mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf07efd7f mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x054be62a saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x091c9532 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x284ba1ea saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f498afd saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3e223040 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x58c6f621 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x647317ae saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x89ece028 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x927eef73 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa5447383 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa97dfe21 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb878b726 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd27931a1 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd5e1437c saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd8c5f076 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd968186a saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe4f64fb9 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe65abd28 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xea85b8c5 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2748e4af ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2cec9b5c ttpci_budget_init EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7c857e9b ttpci_budget_irq10_handler -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8b86edbf ttpci_budget_init -EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa1c66aa4 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9200a5e4 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9be87536 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa07cff0f ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcc0b7787 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd2e265f9 ttpci_budget_init_hooks EXPORT_SYMBOL_GPL drivers/media/platform/vimc/vimc 0x0e86dbd6 vimc_ent_sd_register EXPORT_SYMBOL_GPL drivers/media/platform/vimc/vimc 0x1f919ddf vimc_pix_map_by_pixelformat EXPORT_SYMBOL_GPL drivers/media/platform/vimc/vimc 0x289c8f8d vimc_streamer_s_stream @@ -12256,11 +12257,11 @@ EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x43748ff5 videobuf_d EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xaefec8c9 videobuf_to_dma EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd8bcde98 videobuf_queue_sg_init -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1c15e0ce videobuf_queue_vmalloc_init -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x6da1cce7 videobuf_to_vmalloc -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xce8c0223 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x61dd372e videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x71d6dbdd videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xac8c08d1 videobuf_queue_vmalloc_init EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03dda6f5 v4l2_event_pending -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04fc24a1 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0ee1daf2 v4l_enable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12f06a49 v4l2_fh_exit EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17b40f00 v4l2_fh_add EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1dde641e v4l2_async_notifier_add_fwnode_subdev @@ -12276,30 +12277,32 @@ EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48c8c590 __tracepoint_vb2_ EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a19471f v4l2_event_queue EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f30f656 v4l2_event_dequeue EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50d65b11 v4l2_subdev_free_pad_config -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5125e77e v4l2_pipeline_pm_use EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5587e7d9 v4l2_event_unsubscribe_all EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5642f841 v4l2_async_notifier_add_i2c_subdev EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57f92341 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5906321c v4l_disable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e94713a v4l2_s_parm_cap EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6023ccf8 v4l2_fh_init EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x60708928 v4l2_device_disconnect EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x64d9ce53 v4l2_event_queue_fh -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e27ba23 v4l_enable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e7669b1 v4l2_device_register EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x717bf627 v4l2_fh_del EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79b4dbdb v4l2_device_set_name EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b2e0e2a v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8323e186 v4l2_mc_create_media_graph EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x880a464e v4l2_i2c_new_subdev EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8f46509a v4l2_src_change_event_subscribe EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x900c1644 __tracepoint_vb2_v4l2_qbuf EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93c1527d v4l2_device_unregister_subdev EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x941a62a5 v4l2_device_register_subdev EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9714ad74 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9864f00f v4l_vb2q_enable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x999ba22c __tracepoint_vb2_v4l2_dqbuf EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c4d8f7a v4l2_async_notifier_add_subdev EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ceccc19 v4l2_fh_is_singular EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa151c14a v4l2_pipeline_pm_use EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa41f76a3 v4l2_event_unsubscribe EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7299f9b v4l2_i2c_subdev_addr EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7b4b82e v4l2_spi_new_subdev @@ -12309,7 +12312,6 @@ EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7c11354 v4l2_fh_open EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb9f6f220 v4l2_subdev_alloc_pad_config EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbae9b217 v4l2_async_notifier_cleanup EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb13ed62 v4l2_event_subdev_unsubscribe -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3bb1c91 v4l2_mc_create_media_graph EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc841e905 v4l2_device_put EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd09edf9f v4l2_g_parm_cap @@ -12317,12 +12319,11 @@ EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd6511470 v4l2_i2c_new_subd EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd73cdcd6 v4l2_i2c_subdev_init EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdbb5d11e v4l2_compat_ioctl32 EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7572182 v4l_vb2q_enable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8e1adac v4l2_event_subscribe EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf149b4d0 v4l2_subdev_link_validate_default EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf318ba46 v4l2_pipeline_link_notify EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image -EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8acbbcc v4l_disable_media_source EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd59fe20 v4l2_fh_release EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7d48c160 pm80x_pm_ops EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x81123bf3 pm80x_regmap_config @@ -12449,11 +12450,11 @@ EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeac67062 si476x_core_start EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3644a81 si476x_core_has_am EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf36a346a si476x_core_cmd_dig_audio_pin_cfg EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8af32ea si476x_core_i2c_xfer -EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x217674c0 sm501_misc_control -EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5eef2a32 sm501_modify_reg -EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xac4096d9 sm501_find_clock -EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb5e2c0ca sm501_unit_power -EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xbc9849ba sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x15f9346e sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x23d0f912 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x440eaf2c sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x91c0865d sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc3610ea3 sm501_misc_control EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x483b4674 stmfx_function_disable EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6a9e1415 stmfx_function_enable EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3a7d87c1 am335x_tsc_se_set_once @@ -12464,37 +12465,37 @@ EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x338ea013 tps65218_clear_bits EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xae58ad55 tps65218_reg_write EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xde39d7ac tps65218_set_bits EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x1a38a329 ucb1400_adc_read -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x02ad21b3 alcor_write32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x753de520 alcor_write32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8a2eca67 alcor_write8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x94a0574f alcor_read8 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd0f4a300 alcor_write16 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe82eb1dd alcor_read32 -EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf85cde6b alcor_read32be -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x01e9f404 rtsx_pci_complete_unfinished_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0edb04be rtsx_pci_dma_map_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x15c5f7dc rtsx_pci_read_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1c5b03cc rtsx_pci_add_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2ecda3a0 rtsx_pci_card_power_off -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x308ebaf0 rtsx_pci_stop_cmd -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x58e685e5 rtsx_pci_card_pull_ctl_disable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x67c4819a rtsx_pci_dma_unmap_sg -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x79aa32fd rtsx_pci_card_pull_ctl_enable -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7e667fc9 rtsx_pci_write_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8c5118ae rtsx_pci_transfer_data -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x975dc024 rtsx_pci_write_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9dd20b9b rtsx_pci_switch_output_voltage -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa50e0885 rtsx_pci_dma_transfer -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa8270dff rtsx_pci_card_power_on -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb920c559 rtsx_pci_start_run -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbf88d5ac rtsx_pci_read_phy_register -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc64b1e5a rtsx_pci_read_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd10e5b20 rtsx_pci_switch_clock -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd1da9072 rtsx_pci_write_ppbuf -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe61ca1f9 rtsx_pci_card_exist -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeade8079 rtsx_pci_send_cmd_no_wait -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xedf408e9 rtsx_pci_card_exclusive_check -EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xff87aa2c rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x47352dc6 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4e3d3cf8 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x697764b2 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7dec0166 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x89182480 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbc796060 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe26f0706 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x00692b3b rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x09378d1a rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0d762d12 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2c1ef6b6 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38cc8bf1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3ac3ca3e rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x49e8760e rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x56e5d071 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x597c72d7 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6238dd5c rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6ee862d2 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7987dd98 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a20c30a rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x816cbc26 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x86cbb963 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8867bb12 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8e3a256a rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8ed2a290 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9c0818e9 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb92b1935 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbe839b91 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc3e1a9fa rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdcc4712b rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xebf9e5b3 rtsx_pci_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1712de8e rtsx_usb_get_rsp EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3175a655 rtsx_usb_read_ppbuf EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x342e45a5 rtsx_usb_get_card_status @@ -12508,47 +12509,47 @@ EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9a9e13a4 rtsx_usb_switch_c EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb15871e8 rtsx_usb_ep0_write_register EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcde656c6 rtsx_usb_transfer_data EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xffd870fb rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1c322f39 cb710_pci_update_config_reg EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x27e0de03 cb710_sg_dwiter_write_next_block EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x50b39a7e cb710_sg_dwiter_read_next_block -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xbc1469a6 cb710_pci_update_config_reg -EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd16d780e cb710_set_irq_handler -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x093a0820 cxllib_set_device_dma +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xad06d0ef cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x04103636 cxl_map_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x0c92713b cxl_get_fd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x0ed5a9db cxl_perst_reloads_same_image +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x16763d74 cxl_dev_context_init EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x17280465 cxl_fd_poll -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1a53b283 cxl_afu_reset -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1bc7aec7 cxl_get_priv -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1dec41d7 cxl_stop_context -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x212695e2 cxl_release_context -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x4108632d cxl_set_master -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x431b53f1 cxl_fops_get_context -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x4344bfa6 cxllib_switch_phb_mode -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x4861066e cxl_psa_map +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1a956b8b cxl_set_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x24be485a cxl_set_master +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x2ba62e73 cxl_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x30704508 cxl_fops_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x33ba6c20 cxl_read_adapter_vpd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x3bb0ea81 cxl_get_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x472261db cxl_pci_to_cfg_record +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x48880ebc cxl_stop_context EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x4c666053 cxllib_get_PE_attributes -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x50940664 cxl_start_context EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5141f165 cxl_fd_ioctl -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x65f93968 cxl_pci_to_afu -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6a9b785f cxl_dev_context_init -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6e20f5b3 cxl_map_afu_irq -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7938df15 cxl_unmap_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5693c841 cxl_context_events_pending +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x61f0921e cxllib_set_device_dma +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x63bf3b3d cxllib_get_xsl_config +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6de48361 cxl_psa_map EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7a737f6e cxl_fd_open -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7d6d44dd cxl_set_priv EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7dcf3bd2 cxl_fd_mmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x85965ac4 cxl_unmap_afu_irq EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8740bc47 cxl_psa_unmap -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x90444183 cxl_read_adapter_vpd -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9680920d cxl_get_context -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9aa9be0c cxl_start_work +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8b5fb043 cxl_afu_reset +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x903e917f cxllib_switch_phb_mode +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9350163e cxl_start_work EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9f80981d cxllib_handle_fault -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xad0ab9b4 cxllib_get_xsl_config +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xb42c7496 cxl_pci_to_afu +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xba2c2749 cxllib_slot_is_supported EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xbfb975fb cxl_fd_release -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc4678155 cxl_allocate_afu_irqs -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc84188a0 cxl_perst_reloads_same_image -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xd88fe946 cxl_free_afu_irqs -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xdb8ca109 cxl_context_events_pending -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xe4794dab cxl_process_element -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xea325818 cxllib_slot_is_supported +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc942fafe cxl_start_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xd03afd5f cxl_set_driver_ops +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xe28f35f9 cxl_process_element +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xe9b724de cxl_release_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xeb6af13d cxl_allocate_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xebb61937 cxl_free_afu_irqs EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xecb07645 cxl_fd_read -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xf11f49d4 cxl_get_fd -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xfc8740af cxl_pci_to_cfg_record -EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xffeb5681 cxl_set_driver_ops EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create @@ -12578,47 +12579,47 @@ EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5d534b87 lis3_dev EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x63f51899 lis3lv02d_poweron EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x64ff9f26 lis3lv02d_remove_fs EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x84c5866d lis3lv02d_joystick_enable -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x01053910 ocxl_config_set_afu_actag -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x0da58c6b ocxl_function_fetch_afu -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x0f45b79d ocxl_context_detach -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x207bed46 ocxl_global_mmio_clear64 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x22670915 ocxl_config_set_actag -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x24c22f8a ocxl_function_config -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x257222e4 ocxl_config_get_actag_info +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x02596743 ocxl_afu_get_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x09db10c6 ocxl_afu_put +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x0a322960 ocxl_context_attach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x101acbad ocxl_global_mmio_clear32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x13a2a35d ocxl_global_mmio_set32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x1a5542f2 ocxl_config_set_afu_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x1de50d59 ocxl_config_set_TL +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2b30d8ec ocxl_global_mmio_read32 EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2d876dd2 ocxl_link_remove_pe -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2e150c60 ocxl_afu_get_private -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2fd5ab20 ocxl_function_open -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x30264b29 ocxl_function_close -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x37a6ee9f ocxl_context_alloc -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x37d196bb ocxl_global_mmio_set64 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x4104befa ocxl_link_release -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x44385116 ocxl_config_set_afu_state -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x55c3cd7a ocxl_context_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x32430037 ocxl_context_detach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x32e29137 ocxl_function_open +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x3c36665e ocxl_function_fetch_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x42da2ce1 ocxl_global_mmio_write64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x437d03a6 ocxl_config_terminate_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x4891cad5 ocxl_function_close +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x521b0602 ocxl_config_set_actag EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5d8814ea ocxl_link_free_irq -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5ef32867 ocxl_afu_config -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5f4f7bb5 ocxl_config_set_TL -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x66e3945b ocxl_afu_irq_free -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x6ddf6ed6 ocxl_config_read_afu -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x74bced7e ocxl_afu_get -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x7bb6a98f ocxl_afu_irq_get_addr -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x7eefad54 ocxl_global_mmio_write64 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8a5d672c ocxl_function_afu_list -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8ea001de ocxl_global_mmio_set32 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x9023fa1a ocxl_context_attach -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x98eadcc0 ocxl_irq_set_handler -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x990a7a23 ocxl_global_mmio_clear32 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x9f19cffc ocxl_afu_set_private -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xbe7ad895 ocxl_global_mmio_read32 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc79e3a31 ocxl_global_mmio_write32 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc89bf8e1 ocxl_global_mmio_read64 -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd767fcd6 ocxl_config_set_afu_pasid -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xdc3d1eb2 ocxl_afu_put +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x73283ea0 ocxl_link_release +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x76080413 ocxl_config_read_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x7d882066 ocxl_config_get_actag_info +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x81538410 ocxl_function_afu_list +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8f8bdd7e ocxl_context_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x978a15d8 ocxl_config_set_afu_state +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x9a11a5a4 ocxl_global_mmio_read64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x9f91386f ocxl_link_setup +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xa473d5ce ocxl_function_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xaf883106 ocxl_irq_set_handler +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb5700513 ocxl_afu_irq_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb99d831a ocxl_global_mmio_write32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc09a6f58 ocxl_afu_irq_get_addr +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc1f58c0c ocxl_context_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc70fa6cb ocxl_afu_get +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd3223d00 ocxl_afu_set_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe8e50ca6 ocxl_global_mmio_set64 EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe99fc919 ocxl_link_add_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xeb5d6456 ocxl_global_mmio_clear64 EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xebdc395f ocxl_link_irq_alloc -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf3d6e1fc ocxl_link_setup -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf54bba85 ocxl_config_read_function -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf6d31bf1 ocxl_config_terminate_pasid -EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xffd0313e ocxl_afu_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xebff4894 ocxl_afu_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfa089156 ocxl_afu_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfbf854b0 ocxl_config_set_afu_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xffbe024b ocxl_config_read_function EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x835dd421 st_register EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x8e3e3f4f st_unregister EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x071bb9a8 sdhci_reset_tuning @@ -12821,8 +12822,8 @@ EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xca716f44 mux_control_try_select EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe32cdac7 mux_chip_register EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xed232fe6 mux_control_get EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfb9a7fd6 mux_chip_unregister -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x0b27e6da devm_arcnet_led_init -EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x825dba9e arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x174ffc86 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x9c505927 devm_arcnet_led_init EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x074c5343 free_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x26d443c4 alloc_c_can_dev EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x599bb2e6 c_can_power_up @@ -12875,287 +12876,287 @@ EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x32010d0d free_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x32e0994c alloc_sja1000dev EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x687130e7 unregister_sja1000dev -EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x47d38838 lan9303_indirect_phy_ops -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0aa66e9f ksz_init_mib_timer -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x40ee54e2 ksz_update_port_member -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x49605db7 ksz_port_mdb_add -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x52731a04 ksz_port_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x559f16dd ksz_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x5d8ee8a5 ksz_port_bridge_join -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x60d170d6 ksz_port_mdb_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x65236bbf ksz_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x84c3d3df ksz_port_bridge_leave -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x8c222492 ksz_port_fast_age -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xaf3cde4d ksz_adjust_link -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb0a09b2a ksz_phy_write16 -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb5818ae4 ksz_port_mdb_del -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xbcf3f9db ksz_port_fdb_dump -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xebeeead5 ksz_enable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xecaeca92 ksz_disable_port -EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf4ec1b95 ksz_phy_read16 -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x05875b05 rtl8366_vlan_del -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x08fa9a9f rtl8366_get_sset_count -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x13ade325 rtl8366_set_pvid -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x192f2434 rtl8366_init_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x2d8fcbf8 rtl8366_vlan_prepare -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x35045e33 rtl8366_reset_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x4b461dda rtl8366rb_variant -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x50ab09db rtl8366_enable_vlan4k -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x5cdb8bd8 rtl8366_get_ethtool_stats -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6dbbc047 rtl8366_enable_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x6e8d1941 rtl8366_get_strings -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb203e98e rtl8366_mc_is_used -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb282d6cb rtl8366_set_vlan -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xc022aa88 realtek_smi_write_reg_noack -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xf719ba9c rtl8366_vlan_add -EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xffe6f847 rtl8366_vlan_filtering -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015bc3d5 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03ccb3c5 mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0493f434 mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05e17b4e mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05f7c4d3 mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x068c0846 mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07ef1e17 mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a18b54e mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e4c9507 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e4e0ec8 mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x107035c6 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14c15cf8 mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x158335cf mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x163b8a21 mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19e61844 mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c752639 mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ca94811 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e93a98f mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f1a7b6e mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f7c1978 mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x202c0a0a mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c612cd mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2374969f mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2388df2c mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x238e23bb mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23bce29b mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x271385d3 mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f81af40 mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33145523 mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x350e75e7 mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37b3589e mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3802eeb7 mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3887af3c mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bafffe9 mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dab219d mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e052d19 mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fbc5c2d mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41782dcb mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a63173a mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c2ca8f8 mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ca0d6e5 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e03ad0c mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e5153cf __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f2c4888 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52763f1e mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55460049 mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x568ed34d mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58f7d709 mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59f22d47 mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a54767d mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5afa3a56 mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bd7b5fc mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fbc935f mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x609ac6ca mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x629a7886 mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63ef459a mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64c44848 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6737e6f3 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6995ad9b mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b699f9f mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bf247bf mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dd6ce5a mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6de33b56 mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e653bf2 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e977e7e mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f79925e mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fc18f77 mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x709014a9 mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7237a2f7 mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b0c1ea mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78f1474b __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x793a9afa mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a6e7f21 mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ce8bc80 mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d8b42f2 mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x824562d6 mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82958f9b mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x831fde57 mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83c3c7c6 mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84c856ed mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x851f94ba mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8acd5590 mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bb62120 mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c6d7513 mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9701a8ce mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f26c304 mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0765b3e mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08141d4 mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4512510 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6d1eada mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa33027c __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacd2756a mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae2261b7 mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3b60008 mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5e2c1f1 mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9ffa02a mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbf5b309 mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbed425cb mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf83e141 mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0ae8fa3 mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2afd032 mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc67168c3 mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9a277ae mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc4c6b53 mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2045240 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4780618 mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd55014cf mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd925250f mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdac55ce7 mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad4ef5e mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb924eb9 __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe40b8d11 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5d4ef4b mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe769d81a mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb9cf4de mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefdf9b03 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0611fbc mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf13bfe7a mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1f28e81 mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3e59875 mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5eda97f mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf616db89 mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7f236f5 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf840247f mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf964a7df mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff54ccc8 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x0779e083 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x042c793f ksz_adjust_link +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x0703cfe2 ksz_init_mib_timer +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x11043012 ksz_phy_write16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x17aabc8f ksz_port_bridge_leave +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x24dbd03c ksz_enable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x3ca8d4a1 ksz_update_port_member +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x50eaf252 ksz_port_mdb_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x6c9cb7f5 ksz_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x7a1383c5 ksz_port_bridge_join +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x85b38a99 ksz_port_mdb_add +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0x8da1ec5a ksz_disable_port +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa37babeb ksz_phy_read16 +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xa952fd53 ksz_port_fast_age +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xb245ce9b ksz_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xc94ca01a ksz_port_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xd67f0371 ksz_port_fdb_dump +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_common 0xf23d9bba ksz_port_mdb_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x0ec68062 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x10fc5a26 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x1d6fe9f9 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x244bee7c rtl8366_vlan_filtering +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x392c7d58 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3cf0a1f7 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x3fd05f0d rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x511fc74e realtek_smi_write_reg_noack +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x59ba60b8 rtl8366_vlan_prepare +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x614c976c rtl8366_init_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x74b02597 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x78a0329a rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0x9b3c823b rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xb7a5da6f rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xcc5662c7 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek-smi 0xdf0904c9 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01e23734 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x026d77d4 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d08c45c mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dad55cf mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dfb51ad mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x103fd2bf mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11aaaca6 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13de8d83 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13ecc432 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14e5b188 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1540fbd3 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19a0a9dc mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d6b7bf8 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fcd3857 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x242d5b91 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x266edfb6 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26ffac21 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x279885e5 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ccaf586 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d2171c6 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31797ad3 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31ce5431 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39e88ee0 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c6c2fd5 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cdf36e2 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3db5c71e mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ed89e75 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x412644da mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x430f90c0 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43a87d1d mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4431b713 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x446ef67c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x461a86dd mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x477ec64a mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x498b2152 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a0f4db7 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bba0428 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e268a9d mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ffeb909 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5284cf04 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x559cadb3 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a2b3427 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fc3d0b3 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64fd9f80 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66091c84 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67c993fd mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6995fb32 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b533476 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bdcf41e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cf55c66 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ee7fdc2 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7035df87 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x705d3ce6 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x732bf963 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73e3f9e3 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76cdd4bb mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78857a73 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a485132 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aa26b58 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b04793b mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8098a5cf mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80f4bcbf mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8573fb77 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8677ea02 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87cadc87 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d2a67ca mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e71b25c mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8eca1f98 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8edaf7be mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f640fd0 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ff79888 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90eb2a4b mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x940760be mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94eb86ee mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95889211 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97144f7e mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98e8d5cc mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bdce0cf mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ca2b105 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ee22a64 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa00c5a20 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa42cf783 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6afa193 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa79f3e2b mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8b5dd76 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa7c019c mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab355532 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0da04d2 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb16f740b mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2859701 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3ca3156 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb846cdbc mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc87710e mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd5817c4 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe2eb521 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbea415be mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfedac4a mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0e0a87e mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2b7243b mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdc2e7c2 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1756753 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5a77e1f mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd67ef28f mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd706113e mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd859c4c3 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc7f6e1d mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3fa8582 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6f55eca mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe79ffee7 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe82a7a32 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe85664ea __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee18b44c mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef4cb9cd __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf491678e mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf53c0986 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5b410aa mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6058df7 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf60e1e0f mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf72384b4 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a18fca mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8514e03 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8bc5057 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa2cf03c mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfac8fb2d mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc4c6f02 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff35038c mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01c62803 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04d4dc30 mlx5_accel_ipsec_device_caps EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x091864bd mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0db3c839 mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0df31800 mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1091831f mlx5_modify_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13bce2a7 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14fa9685 mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bf752f7 mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1def9510 mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ff4b669 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21d14878 mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29226f52 mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e75a296 mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32426433 mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x345497af mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35dd34c3 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3797cba4 mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e867ad0 mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f00dcee mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4307144b mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48ae8a0a mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48f9e8c8 mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4db4d3fa mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f730d43 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fd347a0 mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x515368e8 mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55284008 mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x583c6a1f mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bacc5ab mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d6393f2 mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6331316e mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63f249e6 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65466fa1 mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6628954a mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68c635c8 mlx5_core_destroy_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73aa3294 mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x761e7913 mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x771e74f4 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79ae6a31 mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a548781 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c60f4bd mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80152c56 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82fa05cb mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83318155 mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x837d4f98 mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x846d3f74 mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888d80a1 mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88e11220 mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b3b827a mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d80a4e5 mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d89125e mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e70da48 mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x981d21e6 mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa100e56f mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa28b971c mlx5_query_nic_vport_mac_list -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa42b6fbb mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4b6b418 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x074b6a2a mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a6ff491 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0df95e6c mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f5fe6f2 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11af707e mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17605f7e mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18287858 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e286677 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20fbb3ba mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2152ff64 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e1c41c4 mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a62e91c mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40541f04 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43a809ae mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47dfa83a mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4838c027 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c192e58 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e24c7c8 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4faa95b2 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56fd69e8 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c5611c5 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f5f0d9b mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61630877 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68308141 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c632b0f mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ffc5570 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71377217 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75d6233f mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a48b6d4 mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e6e8fdb mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ede18f6 mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81fac1f8 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85d1b996 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a474216 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ac9904c mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ff580ed mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90142078 mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91550149 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91725770 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91d72bcb mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x934a4895 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x935658c4 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x945b6e13 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95dc830f mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97ea8cc5 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0018430 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3eca02e mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4177e2c mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa67a7eb1 mlx5_accel_esp_modify_xfrm EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa80aea0d mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac33928e mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadaf41c5 mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb242acc0 mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb59aaec4 mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8de9284 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9af2d6b mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaebed3ff mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb33c2bf9 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4c9cb5c mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7a58779 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8c7ea97 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9ee0ece mlx5_query_nic_vport_node_guid EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb19d1b7 mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbea224d8 mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc19275b4 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4eae94b mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc92bc1ac mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd199ecc1 mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd210930c mlx5_nic_vport_affiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd25a1cc0 mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4c7a8b8 mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd59baa3e mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7aa0521 mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd979b2f6 mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdaed0787 mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd6f682d mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe016df32 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2c61723 mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6edf8e7 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedb248c8 mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef142ff4 mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefc2cec3 mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf185d6a0 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf36ce337 mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6d24d10 mlx5_core_res_hold -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf817a2f1 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2b9966f mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3ffcb0b mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4149011 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc41818f5 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc449cd80 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5fbb3b3 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc86af348 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca822125 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccc94f60 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd29d563 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfc58f9c mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd15199f7 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd680a6a9 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7583323 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9f841d6 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe22c9f18 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe27a1875 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebdf2538 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebfea923 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed9c1ae4 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef0d1d79 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf28036f2 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf309f476 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf35bf100 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5ef8ef4 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa8ef7dd mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfae643a9 mlx5_query_port_pause EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x94076917 devm_regmap_init_encx24j600 EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5c7c9f0b stmmac_resume -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x890bc3e8 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x36b48e50 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x4f331d33 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5faa4758 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x84bdc43b stmmac_resume EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xcf1e8eaf stmmac_dvr_remove EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd1cc24db stmmac_set_mac_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf5e30223 stmmac_dvr_probe -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x41290939 stmmac_pltfr_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4c13b477 stmmac_get_platform_resources -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x5aa66e0e stmmac_pltfr_pm_ops -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6b53d2e1 stmmac_probe_config_dt -EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7d4e04cf stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x283d0fbd stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4413a467 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x569bcc66 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe6b311c1 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf4abb36f stmmac_probe_config_dt EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x02c88c52 w5100_pm_ops EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xbc1e677c w5100_probe EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe2d5817b w5100_ops_priv EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xeb94719c w5100_remove -EXPORT_SYMBOL_GPL drivers/net/geneve 0x7cb258cc geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1c8c52c2 ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x89e2d44e ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa09f0274 ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfc2e6c35 ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfd074d69 ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2d9cf826 macvlan_common_newlink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7963ce46 macvlan_common_setup -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9ecb5828 macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcc824039 macvlan_dellink -EXPORT_SYMBOL_GPL drivers/net/net_failover 0x83d2f721 net_failover_destroy -EXPORT_SYMBOL_GPL drivers/net/net_failover 0xe730171d net_failover_create +EXPORT_SYMBOL_GPL drivers/net/geneve 0x6c138e53 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3b2772a2 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x61c6a422 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8b495584 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb8bbd7d9 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xba7e635c ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x27112614 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x86d39ccd macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc46fc348 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc692d2c7 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x22f895e0 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x95cf2ebf net_failover_create EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x19fccb04 bcm_phy_write_shadow EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x213629f9 bcm_phy_get_stats EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x35427fe4 bcm_phy_read_shadow @@ -13262,10 +13263,10 @@ EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xda3336d5 usbnet_stop EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe66611bb usbnet_suspend EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf4034471 usbnet_get_stats64 EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf55b0069 usbnet_get_endpoints -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x067a3eca vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0caa48e1 vxlan_fdb_clear_offload -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xab0672bb vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf26f02d0 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3f55e171 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7b50c49c vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x8fc415ff vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa8a283a2 vxlan_fdb_clear_offload EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x159c4488 i2400m_post_reset EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1efec1ba i2400m_error_recovery EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2b48c934 i2400m_dev_bootstrap @@ -13284,87 +13285,87 @@ EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf6f7c8e5 i2400m_rx EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf80f2284 i2400m_setup EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf8409129 i2400m_cmd_enter_powersave EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x2be5c30e libipw_rx_any -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0820aacc il_prep_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1041c89f il_dealloc_bcast_stations -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5299f369 _il_grab_nic_access -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c50ccb1 il_remove_station -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb6be324 il_mac_tx_last_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x022559d3 __iwl_warn -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x05c8d41b __iwl_err -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0720eda3 iwl_fw_dbg_ini_collect -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x08b1c953 iwl_read_direct32 -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0ca254f2 iwl_parse_nvm_mcc_info -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0e94f2f8 iwl_parse_nvm_data -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x109c73d9 __iwl_info -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x19186f25 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x122b365c il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3bcb1c63 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x768b7928 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c582484 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac7c086a il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x03db1b90 iwl_write32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x04291dd4 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0540b3e9 iwl_fw_dbg_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0af05088 iwl_fw_dbg_error_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0d07b8ee iwl_fw_dbg_ini_collect +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x12a5e830 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x21faad1b __iwl_info EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x229d8b26 iwl_init_notification_wait -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x23167b25 iwl_read32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2663c652 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x26a29b7b iwl_parse_nvm_mcc_info EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2710c362 iwl_dump_desc_assert -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x296bf38a iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2aa9b39d iwl_read_eeprom EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2b059e1f iwl_phy_db_init -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2fb106fd iwl_read_external_nvm -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x31b362e3 iwl_fw_dbg_collect_desc -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x341010f3 iwl_finish_nic_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2ce5ff33 iwl_fw_dbg_stop_restart_recording +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2f2ef837 iwl_fw_dbg_collect_desc EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x35307150 iwl_notification_wait -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x393e218b iwl_set_bits_prph EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3e79e9ba iwl_wait_notification -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x4988e8a6 iwl_fw_start_dbg_conf -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5868b8ff iwl_write64 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x44b425b4 iwl_fw_start_dbg_conf +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x45720985 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x55987537 iwl_read_external_nvm +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x58536238 iwl_read32 EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5e3e6ac0 iwl_clear_bits_prph EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x61354a3f iwl_cmd_groups_verify_sorted -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x625294ad iwl_write_prph_no_grab -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x63911a36 iwl_fw_runtime_init -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x683e0d24 iwl_fw_runtime_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x62968b86 _iwl_fw_dbg_ini_collect EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6e4a86d9 iwl_notification_wait_init EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x724e8822 iwl_remove_notification EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7307e077 iwl_abort_notification_waits -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x732f7a92 iwl_fw_dbg_read_d3_debug_data -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x75e37874 iwl_set_bits_mask_prph EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x78bc68c2 iwl_get_shared_mem_conf EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7aca9ce5 iwl_get_cmd_string EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7aeb59fa iwl_opmode_register -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x836ca3aa iwl_dbg_tlv_time_point +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x81873b79 iwl_fw_dbg_stop_sync +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x82c041a8 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x87279c95 iwl_fw_runtime_resume EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x88394cb1 iwl_free_fw_paging -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8e2c17de _iwl_fw_dbg_ini_collect -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8ffef5b2 iwl_fw_error_print_fseq_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x99fa73f8 iwl_read_prph_no_grab -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9a87f552 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8af64de5 iwl_dbg_tlv_del_timers +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8e586c54 iwl_write_prph_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x906fa311 iwl_read_prph_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9294b7e8 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x94cff950 iwl_write8 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9b837fcf iwl_fw_dbg_read_d3_debug_data EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9d3eac23 iwl_trans_send_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa0dc0128 iwl_get_nvm -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa11b7481 iwl_write32 -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa488ace1 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb0b5f3de iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb2b2a405 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb3298b88 iwl_write_prph EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb543b93b iwlwifi_mod_params EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb6942c79 iwl_init_paging -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb9332c5b iwl_dbg_tlv_del_timers -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb9a4f62f iwl_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbb59e61d iwl_poll_bit -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc061e024 iwl_fw_dbg_stop_restart_recording -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcc9a3251 iwl_write8 -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcdb556e5 iwl_fw_dbg_stop_sync +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xba3aba5f __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbb89afe5 iwl_fw_dbg_collect_trig +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbf7f44e1 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc5a5a783 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc91d4576 __iwl_dbg EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xce0c6460 iwl_phy_db_set_section -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd0183ff4 iwl_write_direct64 -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd46a117a iwl_fw_dbg_collect_trig -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd7c0b450 iwl_fw_runtime_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd81647c7 iwl_fw_dbg_error_collect -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe6d9af1f iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcfdd8871 iwl_fw_error_print_fseq_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd2af2f4b iwl_get_nvm +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd382927d iwl_write_prph64_no_grab +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd557e90e iwl_fw_runtime_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xdf6db5a0 iwl_finish_nic_init +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe26239df iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe4986a4f iwl_write64 EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xea1b26fc iwl_nvm_fixups +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf40de3b8 iwl_fw_runtime_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf44cbc8d iwl_dbg_tlv_time_point +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf5e699ef iwl_write_direct64 EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf60673a2 iwl_parse_eeprom_data -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfa59dec4 iwl_fw_dbg_collect -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfbee3e0e iwl_force_nmi -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfd69b976 __iwl_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfddb2106 iwl_write_prph64_no_grab -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1484d955 p54_parse_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x26809ddd p54_init_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x97910634 p54_register_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa72e30f6 p54_read_eeprom -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa764f5de p54_parse_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbbd8a52e p54_free_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbfc630d7 p54_unregister_common -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc1eea8dc p54_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc9fab7fd p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf8b29e01 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1dfef991 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x32e63288 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x766704f5 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7eca39ef p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7eea291f p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x90e5df23 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xaea3e89c p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcec45f85 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe9947f6a p54_read_eeprom EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1b5be38e lbs_suspend EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x34aacc29 lbs_notify_command_response EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3e55aa92 lbs_process_rxed_packet @@ -13383,204 +13384,204 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe23d1d29 lbs EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe7145e4b lbs_remove_card EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf8127856 lbs_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x1c328494 lbtf_send_tx_feedback -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x261d721d lbtf_cmd_response_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x930ca2c3 lbtf_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb36bb11b __lbtf_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb90ccbed lbtf_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc6fa54ea lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0cfdbe86 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x16aed330 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x329629cf lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x43343e9d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb1ad5a20 lbtf_cmd_response_rx EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcea7b8f5 lbtf_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd929b3ff lbtf_bcn_sent -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x12f505fc mwifiex_write_data_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x26cdcc27 mwifiex_enable_hs -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x41b451d4 mwifiex_queue_main_work -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5fa68c85 mwifiex_init_shutdown_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x65a94024 mwifiex_fw_dump_event -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x719dcbb1 mwifiex_main_process -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x98557ce1 mwifiex_process_sleep_confirm_resp -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9e0471ab mwifiex_process_hs_config -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9ee601cc mwifiex_add_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa53d9862 mwifiex_del_virtual_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbb07451d mwifiex_drv_info_dump -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc0653cfa mwifiex_reinit_sw -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc233e614 mwifiex_prepare_fw_dump_info -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc6db1dcb _mwifiex_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd342f74d mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd4792393 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe2d29731 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe89e4cab lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1445dcef mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2d9c92ff mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x378452ea mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x40c07357 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4d82dada mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x50bb9b21 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x53acfc1f mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x58f55a84 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7123dc2a mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x768db530 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8192a7ec mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x84f47a8e mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x869794ed mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x869cc68f mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8e1b6f84 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc6c4442b mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc8136386 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xca0cb104 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcf489dc8 mwifiex_disable_auto_ds EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xda492a2e mwifiex_shutdown_sw -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe164c0a2 mwifiex_dnld_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe97a9fad mwifiex_add_virtual_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xed0bd3f8 mwifiex_disable_auto_ds -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xef661eec mwifiex_cancel_hs -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf0b0c694 mwifiex_deauthenticate_all -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf518e67d mwifiex_remove_card -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfc8dc6a7 mwifiex_upload_device_dump -EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfdc82d23 mwifiex_handle_rx_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f478ac3 mt76_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1186ed6e mt76_csa_finish -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x169ef725 mt76_mcu_get_response -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x19dee515 mt76_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b738a7c mt76_tx_status_skb_done -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1cc79307 mt76_rx_aggr_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f009d69 __mt76_poll_msec -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26cf7225 mt76_tx_status_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a95a60c mt76_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f6ecdc1 mt76_free_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b858a54 mt76_tx_status_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e6f5f0c mt76_txq_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x450aa26c mt76_pci_disable_aspm -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49d92304 mt76_set_irq_mask -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c999840 mt76_tx_status_unlock -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x588a3117 mt76_alloc_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b66b786 mt76_eeprom_override -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x65ba8e32 mt76_stop_tx_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x65df2dbd __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd5ee0542 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeb631657 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xec722255 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xefb41655 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf9cf9168 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x06f3bc26 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d227cdd mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11339f05 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12e68907 mt76_register_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18873a65 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bfea4f4 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x228b0640 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x27a88ed1 mt76_txq_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3725ecd0 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a505776 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cfb5f92 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4077312c mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42ea8925 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x44849139 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4614031f mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a76401e mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c64c7ba mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54208216 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a9a2112 mt76_eeprom_override EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x666ab8d0 mt76_wcid_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68ff679b mt76_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b9ff4df mt76_txq_schedule -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d38ff1e mt76_tx_status_skb_get -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ea00de4 mt76_set_stream_caps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74307c06 mt76_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x76cfa2e9 mt76_mcu_rx_event -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b95b1c7 mt76_has_tx_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ccd1033 mt76_unregister_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7db725b5 mt76_sta_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80430bac mt76_sw_scan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80f33052 mt76_put_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x84f92cf8 mt76_insert_ccmp_hdr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f9ee2a6 mt76_dma_attach -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95d9366d mt76_txq_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9775cf21 mt76_txq_schedule_all -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x988feb47 mt76_seq_puts_array -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9cd269c2 mt76_register_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5847afd mt76_mcu_msg_alloc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xabe494b3 mt76_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac27def9 mt76_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac3fd603 mt76_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3d4bb1a mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x682f4249 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6bb77e98 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75e6a0ad mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7605d0cf __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7634643c mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79aa5fdd mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80745bea mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83c7866b mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x854d7525 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x899489fa mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c739a7d __mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95164237 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x959371cf mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x992d2f34 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fbc9344 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa195d978 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5af546c mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa9b3b8d0 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb2e9472f mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb6bfb5e8 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb90e6b79 mt76_txq_schedule EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc70e6c76 mt76_mmio_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc17eddb mt76_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf63fb1e mt76_tx_status_skb_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd31b7383 mt76_csa_check -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc4c566b mt76_rx_aggr_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe30278f7 mt76_wake_tx_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe30b9b76 mt76_get_rate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb291241 __mt76_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb2b555e mt76_release_buffered_frames -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf647972b mt76_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc3ca73a mt76_get_min_avg_rssi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe3d5aef mt76_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3f2cfd5f mt76u_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4159363f mt76u_alloc_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4cdedd09 mt76u_stop_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x87df82d1 mt76u_single_wr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c07c23a mt76u_stop_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c1cc0ac mt76u_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x95a4e949 mt76u_queues_deinit -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb58772af mt76u_resume_rx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x36fc36ac mt76x0_chip_onoff -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9afdd5c5 mt76x0_register_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa8e58d04 mt76x0_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb5d2ca3c mt76x0_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb6d3ed90 mt76x0_phy_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc8b75420 mt76x0_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf3038c52 mt76x0_init_hardware -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x026ae6fd mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6b5b77a mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb75a9e6 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccf92787 mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcdf76c3a mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb16fc2d mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xde176b64 mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xec2ab0a3 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef82e8ad mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xefb8867a mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2975262 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf880e93a mt76_txq_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe3393db mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe443de5 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x05322597 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x07a8c825 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0fc505f3 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1024c799 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2172ca9e mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9a1546b4 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe175a078 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf50d9f9f mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0729f513 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2f0d7a18 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x471320e7 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xce096209 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xda086ca5 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xdbb78ea4 mt76x0_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf64a465c mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0440db15 mt76x02e_init_beacon_config EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0462ce68 mt76x02_add_rate_power_offset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x07e95112 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x056931b0 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x08fd7563 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0b6f6276 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bf4e409 mt76x02_add_interface EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d4023ec mt76x02_get_max_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13aa53d1 mt76x02_set_ethtool_fwver -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ab5a2b8 mt76x02_mac_wcid_setup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ae31dd3 mt76x02_update_beacon_iter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1dcdf42c mt76x02_tx_set_txpwr_auto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e4a3835 mt76x02_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23406ed5 mt76x02_get_lna_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x26df59c7 mt76x02_remove_hdr_pad -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d854ab2 mt76x02_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e2c0618 mt76x02_eeprom_copy -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30b217da mt76x02_mcu_set_radio_state -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33ee244e mt76x02_rx_poll_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3519343d mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e04bd06 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x171ba4f4 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a29a291 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ae89342 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cdc5d90 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f8e4598 mt76x02_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20a14ab7 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d4c07cf mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e3c9772 mt76x02_sta_ps EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35d2834d mt76x02_limit_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b1bb8bc mt76x02_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3cee3da7 mt76x02_mac_setaddr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40a34325 mt76x02_queue_rx_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x413f8f5b mt76x02_config_mac_addr_list -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43ccd10e mt76x02_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48c25117 mt76x02_edcca_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4961c87f mt76x02_dfs_init_params -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4a31fe28 mt76x02_phy_set_txdac -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e23f2ec mt76x02_enqueue_buffered_bc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ec6598e mt76x02_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x500b16f2 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x361b4780 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d48c3c7 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e9122d4 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3eaccf5a mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42b1c5c2 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43eca749 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x448c1283 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45b4a9a9 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ce00ee0 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x511e38a2 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x55cd4a1e mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x576c3645 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59486bee mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59620d65 mt76x02_mcu_cleanup EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5dcdca45 mt76x02_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f0f5c89 mt76x02_eeprom_parse_hw_cap -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x63175d2b mt76x02_mcu_function_select -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x686a8113 mt76x02_init_debugfs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ab9e900 mt76x02e_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b262bb1 mt76x02_mcu_calibrate -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7977dcf3 mt76x02_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7a936b06 mt76x02_resync_beacon_timer -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f1b3e5e mt76x02_get_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ff1bba9 mt76x02_sta_ps -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80c95919 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5cfc3318 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ff510f9 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x645c6d17 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x67c5a03e mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7790d196 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84d417c1 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8749df19 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f0dea1f mt76x02_mac_setaddr EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9586eba3 mt76x02_init_agc_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9d2ac2d5 mt76x02_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3170db7 mt76x02_mcu_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa577c467 mt76x02_mcu_msg_send -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa85fcfc2 mt76x02_mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa309314 mt76x02_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb76312d4 mt76x02_dma_cleanup -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe1a4aa5 mt76x02_phy_dfs_adjust_agc -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe9a8688 mt76x02_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc67aff95 mt76x02_dma_disable -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9fc0464 mt76x02_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcdb12cb6 mt76x02_update_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce1f5c10 mt76x02_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2c87b1c mt76x02_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3dfc739 mt76x02_get_efuse_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb1a993c mt76x02_init_device -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd0fc4f0 mt76x02_mac_write_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe6b8dad2 mt76x02_phy_set_rxpath -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8c49a03 mt76x02_tx_status_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe91e207a mt76x02_set_coverage_class -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe9c99119 mt76x02_set_tx_ackto -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef41e01b mt76x02_mac_set_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf102f7fc mt76x02_sta_rate_tbl_update -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf242cbe0 mt76x02_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf34bf7f9 mt76x02_ext_pa_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5f663f8 mt76x02_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfaab0f48 mt76x02_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0886e4c6 mt76x02u_tx_prepare_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x1995cd19 mt76x02u_mcu_fw_reset -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x43af2b71 mt76x02u_tx_complete_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x559f968d mt76x02u_mcu_fw_send_data -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x77568cf7 mt76x02u_exit_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x90b4b667 mt76x02u_init_mcu -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe78c9535 mt76x02u_init_beacon_config -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x006511bf mt76x2_get_power_info -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x11c4f5e0 mt76x2_mcu_set_channel -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x11db71bd mt76x2_configure_tx_delay -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1b31129f mt76x2_phy_update_channel_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x205a6757 mt76x2_get_rate_power -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x26a96f13 mt76_write_mac_initvals -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x32a0f455 mt76x2_mcu_tssi_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4bfba33f mt76x2_apply_gain_adj -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5e2cd68f mt76x2_get_temp_comp -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x608d8404 mt76x2_phy_set_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6f1d57cd mt76x2_mcu_load_cr -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa6bf0d58 mt76x2_mcu_init_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xacfa6af1 mt76x2_eeprom_init -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xad230b87 mt76x2_init_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xadf114bc mt76x2_read_rx_gain -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xafdebbe0 mt76x2_phy_set_txpower_regs -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc92f41ed mt76x2_mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc9f91ac2 mt76x2_reset_wlan -EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd82fd72b mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9f6ee94a mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa26fa8e5 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3779c84 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaf755489 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb800085c mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8f4f6b6 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb9f11d92 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd0b8309 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3db2a60 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc59a7670 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc75b3140 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc91e6e2e mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9353d75 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca2d64b0 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd61f147 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd46fa9e9 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8f2c395 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xda785e1f mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf9ecadf mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe16d877f mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe28825d5 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe523c1dd mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8981741 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeef8708e mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf62e8cf4 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf6e2e2c6 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xffddb5e1 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0abb587d mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0abd3eaa mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3671064d mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x42c848f7 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x65968811 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb02560f9 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdd300bed mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2f7c7881 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x43219238 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x61f59951 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x64e114b7 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x706b91e6 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x71397c3a mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7cf14bad mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x875e0cdf mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8fdabc35 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x980e527a mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9832c924 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa86d64ea mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa9185013 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac069e95 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xad839649 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd476830e mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd9729fbd mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfc016ff2 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfebed981 mt76x2_phy_tssi_compensate EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1f03ade8 qtnf_update_rx_stats EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x69b3b0a7 qtnf_get_debugfs_dir @@ -13591,264 +13592,264 @@ EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x92294b6b qtn EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9a0f41df qtnf_classify_skb EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xc49cafb2 qtnf_wake_all_queues EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xfb4cc7c5 qtnf_update_tx_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x04a307ec rt2800_reset_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x04d24e29 rt2800_disable_wpdma -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x07f8600d rt2800_txstatus_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08399d8f rt2800_vco_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x090137e1 rt2800_get_key_seq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e828194 rt2800_txstatus_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x11aede52 rt2800_link_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x259ade01 rt2800_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2aeb68ea rt2800_mcu_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2b24b6b1 rt2800_link_tuner -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3252fe64 rt2800_txdone_nostatus -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x338ca687 rt2800_write_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3c13b197 rt2800_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3f3915ec rt2800_write_tx_data -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4545ce62 rt2800_wait_wpdma_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4cfc77d5 rt2800_efuse_detect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5485db11 rt2800_wait_csr_ready -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ddd3fe1 rt2800_load_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5e76a1f6 rt2800_config_pairwise_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x601a0496 rt2800_pre_reset_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x654e1bb7 rt2800_config_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x689d5ea9 rt2800_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x69de05a9 rt2800_get_survey -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70508caf rt2800_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70bc7c2d rt2800_config_intf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x810cb8dc rt2800_gain_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x851a9e66 rt2800_get_tsf -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86ebdcd5 rt2800_txdone_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8bf7f5a3 rt2800_clear_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93a51f43 rt2800_sta_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9e8d9e8c rt2800_config_shared_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa56dd812 rt2800_set_rts_threshold -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaafc4dfc rt2800_config_ant -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xae3ed4fc rt2800_sta_add -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc208caa5 rt2800_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc994872e rt2800_check_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc9eca421 rt2800_get_txwi_rxwi_size -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcf5f2ce9 rt2800_config_erp -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd64eb161 rt2800_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7b67f47 rt2800_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe885646c rt2800_ampdu_action -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeaf20d66 rt2800_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2a12031 rt2800_process_rxwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfc6ada5a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0030e574 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0160ae8c rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01d8852a rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0cd7b1bb rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a89020f rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x291719b8 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x30b6bc57 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3259242e rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x35f361e6 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3673cd77 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x479b1331 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x485b8825 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c9b0588 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x58282a85 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ae3828b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x64834c04 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x692f954a rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x783c4dfc rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7aa78aa2 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7cfa9b3d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8a63f5bc rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ae2f40d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9990c5ce rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9c682c23 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf37bbe9 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb167410e rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb2ebefa5 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb525f266 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb99511ee rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbb34751e rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf9c4444 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc34886cf rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc398ee84 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6ef377d rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd478b002 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6665f04 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdd4b4998 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe0104910 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7dc5d82 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf45fa6fa rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf69ca576 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf70595dc rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf8d19d1f rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfa5617c8 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0eef31f1 rt2800mmio_start_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1838b002 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1a5a9cf6 rt2800mmio_enable_radio EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x25ed05ed rt2800mmio_enable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2eaa0502 rt2800mmio_get_dma_done -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3e302e01 rt2800mmio_queue_init -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5b831fc9 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x25e641e2 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3c5b1468 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4c845e7f rt2800mmio_clear_entry EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x67b1455e rt2800mmio_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x710f8626 rt2800mmio_fill_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7d84e2f8 rt2800mmio_probe_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x86e595d8 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x63dfd9be rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x76d579a0 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8253d245 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x87f4cfc2 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8ab9a27d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x90c8a997 rt2800mmio_stop_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x98d14e30 rt2800mmio_init_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9ee36cfd rt2800mmio_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbe126b16 rt2800mmio_get_txwi -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc0356e33 rt2800mmio_toggle_irq -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc1203dc1 rt2800mmio_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc361eba1 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa3e9d061 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb09db05a rt2800mmio_flush_queue EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdb560e12 rt2800mmio_write_tx_desc EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf0702d0f rt2800mmio_init_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0147f993 rt2x00lib_txdone_noinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x019de5ff rt2x00lib_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x01e915a2 rt2x00queue_start_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07a27c40 rt2x00lib_set_mac_address -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x098e2659 rt2x00mac_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e99b8ef rt2x00queue_map_txskb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x170fc018 rt2x00lib_pretbtt -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x24a12845 rt2x00lib_beacondone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ae212e7 rt2x00lib_txdone_nomatch -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x307bd4d5 rt2x00mac_get_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39a6f2d8 rt2x00queue_stop_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3cfc453a rt2x00queue_get_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x43d28786 rt2x00mac_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x466735bb rt2x00mac_configure_filter -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d7d8aba rt2x00mac_bss_info_changed -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51102f87 rt2x00lib_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ad41792 rt2x00queue_flush_queues -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5c4019cf rt2x00mac_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d80c6f8 rt2x00queue_stop_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x70129cb0 rt2x00lib_probe_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x70323bba rt2x00lib_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x78681908 rt2x00mac_tx_frames_pending -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7d232ae5 rt2x00queue_pause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7fac97db rt2x00mac_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x81bd14ae rt2x00lib_dmastart -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8334a616 rt2x00lib_dmadone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x843f2eeb rt2x00mac_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x844302a2 rt2x00mac_add_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d73e1cb rt2x00queue_unmap_skb -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x990b461d rt2x00mac_sw_scan_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb0c99fcd rt2x00mac_conf_tx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb748c01d rt2x00queue_unpause_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc15045f2 rt2x00mac_stop -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc41668f2 rt2x00lib_remove_dev -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xca29fc60 rt2x00mac_get_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1b07fe9 rt2x00lib_txdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd21447be rt2x00mac_rfkill_poll -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd6fabb6b rt2x00queue_for_each_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xefcae24c rt2x00mac_set_tim -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1520852 rt2x00lib_get_bssidx -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf44e4959 rt2x00queue_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf73d82c4 rt2x00mac_get_ringparam -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf742dda1 rt2x00mac_remove_interface -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf7b8896b rt2x00mac_sw_scan_start -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfaa5785a rt2x00queue_start_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfc8eb393 rt2x00mac_set_antenna -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x14854e80 rt2x00mmio_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1e18ebe7 rt2x00mmio_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5831b3ca rt2x00mmio_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x59c41114 rt2x00mmio_rxdone -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x86437930 rt2x00mmio_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x2fd8e0c5 rt2x00pci_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x74c1f391 rt2x00pci_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8ad4ce04 rt2x00pci_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd9868434 rt2x00pci_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x03ac6ace rt2x00usb_vendor_request_buff -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0c132b7c rt2x00usb_vendor_req_buff_lock -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x228a8931 rt2x00usb_uninitialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2432cd17 rt2x00usb_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x323cdd6f rt2x00usb_disable_radio -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x42d99948 rt2x00usb_flush_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5b61f0b5 rt2x00usb_vendor_request -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x727f6949 rt2x00usb_resume -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x87b4e14e rt2x00usb_initialize -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa4491b50 rt2x00usb_disconnect -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa95845fd rt2x00usb_regbusy_read -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc3404c96 rt2x00usb_register_read_async -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc70f837f rt2x00usb_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdcbf687c rt2x00usb_clear_entry -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdf53317f rt2x00usb_watchdog -EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf495ca3a rt2x00usb_kick_queue -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x13376644 dm_savepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x23a28fa9 rtl92c_set_p2p_ps_offload_cmd -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x63b0c406 dm_restorepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7af47121 dm_writepowerindex -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x05800456 rtl8723_dm_init_dynamic_bb_powersaving -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0fa2c546 rtl8723_save_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x13f5746c rtl8723_phy_rf_serial_read -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1aaf9d8d rtl8723_phy_reload_adda_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2078112f rtl8723_phy_path_a_standby -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2440894d rtl8723_phy_reload_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3ac12d0c rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe318f6b8 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xee4337c5 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x04cb74dc rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x085dfeff rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0b680658 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0f6bbe6f rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x11ded23c rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16af8897 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1a57a9b2 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1cbffd3b rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28b0e674 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2b64eb3b rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2c338067 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x316f95e4 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3de1306f rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x419d1ac2 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51dc8da0 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53560d77 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5885bc57 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ad52b4e rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68078b49 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71418f26 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a9546c4 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x820954f3 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d375a21 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9271c77b rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ae09fe3 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa2ea9196 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3e03980 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xac6cff1a rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xad210a5d rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2da733f rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb4c9a6f1 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6b98aa9 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc176216d rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd5ac3c3 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd42ee287 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd6a255cd rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd76ce679 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xda8c5563 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe44e74b7 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xef75aa34 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf37d90fd rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3bfff9e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5219d8f rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf71c4624 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfc483143 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd8d6e35 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1aa25b2f rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2def8223 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x6dc37cba rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xcc539bec rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd2debe7d rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x561a76b5 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x59994f17 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x70c45379 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc03010b7 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0424fe0f rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x40defe5a rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x57889d8c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5edbf513 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x733e9dee rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7ad999e1 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8537489b rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8a73e2be rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb0dfbba2 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbb9d8f25 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcbb415e7 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xda297319 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdb46154e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xde331659 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe9c1a0d5 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf89d19d0 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x15c87183 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x67620d29 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe89370df dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfe145a47 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x03b16979 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1154ffcd rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e369eac rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x28d3884e rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2bd49d60 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2e27b37b rtl8723_phy_rf_serial_write EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4b046509 rtl8723_phy_path_a_fill_iqk_matrix -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x55e4a514 rtl8723_phy_txpwr_idx_to_dbm -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5731e0b7 rtl8723_phy_pi_mode_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5851da3f rtl8723_write_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5af66336 rtl8723_phy_mac_setting_calibration -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5e88a94c rtl8723_phy_rf_serial_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x73a1d13c rtl8723_dm_init_dynamic_txpower -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7b2c063b rtl8723_phy_query_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7fca6c5e rtl8723_dm_init_edca_turbo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x804b08a8 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x476d532e rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4fce3034 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x619c8294 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x655b9070 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x65f972d1 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6b80e57a rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7896c441 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x832009e9 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x850f6c32 rtl8723_download_fw EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8eded1f2 rtl8723_phy_path_adda_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x953aea7d rtl8723_phy_init_bb_rf_reg_def -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa9bdda91 rtl8723_phy_save_mac_registers -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb7233915 rtl8723_phy_set_bb_reg -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca14d1c8 rtl8723_download_fw -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd4aa644b rtl8723ae_firmware_selfreset -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe20f33a7 rtl8723_enable_fw_download -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf91628ae rtl8723_fw_free_to_go -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x062a4f7b rtl_get_hal_edca_param -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x095a609c rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8f964753 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x91641fc1 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x97bc24f4 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x995ad93e rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9974243a rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xba89f3bc rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbaa85fb0 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee1926ff rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfaa9372f rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfb90d88e rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0423ee63 rtl_fw_page_write EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1506fbc9 rtl_set_tx_report -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d74f631 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d939c71 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1a85284f rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x255ca4de rtl_init_core EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3087de01 rtl_lps_enter -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e3affca rtl_ops -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42c35750 rtl_action_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4406b479 rtl_ips_nic_on -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4637bec3 read_efuse_byte -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64b26d64 rtl_init_rx_config -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ab5b4a1 rtl_init_core -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6f4a43e3 rtl_tx_mgmt_proc -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77b59af7 rtl_fw_page_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a523a05 rtl_get_hwinfo -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8825014a rtl_swlps_beacon -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8a97223a rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30cb2819 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5fb7d790 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x659cda5e read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74c32611 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a773972 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8769e278 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x890c678c rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8932824b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f3d30e7 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90da928b rtl_beacon_statistic EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b6e6111 rtl_is_special_data -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa22bcb49 rtl_fw_block_write -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xacc38367 rtl_beacon_statistic -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc83d5a79 rtl_deinit_rfkill -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb7c8509 rtl_lps_leave -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0aee1f2 rtl_efuse_ops_init -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd64f2ee4 rtl_deinit_deferred_work -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf60b5e2a rtl_recognize_peer -EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfa378f22 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9be3ae43 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7342b16 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaad48311 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf931ae3 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb4606347 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb4e9dfb1 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbec9beaf rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcd4c7b9a rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9af8387 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea764126 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfb8fe66d rtl_ops EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5bd840b7 rsi_read_pkt -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7a1d1424 rsi_91x_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x844d91aa rsi_hal_device_init -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9ffb7db6 rsi_mac80211_detach -EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xaa199032 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x64895332 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9becdbbe rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa17ca364 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcaa468bc rsi_91x_init EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x1f1e33b0 cw1200_core_release -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3487b2fb cw1200_core_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5d6e09c8 cw1200_can_suspend -EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9d8bbc24 cw1200_irq_handler -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1ac08d2c wl1251_init_ieee80211 -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7582ffd5 wl1251_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf5064cfe wl1251_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00d17db6 wl1271_cmd_data_path -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0484e62c wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe2941ef8 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5908fa45 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9deaa77d cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xc9124993 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe637ada2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc97ae4d2 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe79184e9 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xeb7c854f wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0289b5b8 wl1271_acx_set_ht_capabilities EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0bf52532 wlcore_event_max_tx_failure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x11a0696b wl1271_debugfs_update_stats -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16268e99 wl1271_tx_flush -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x165c62a9 wlcore_boot_upload_nvs -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a7074bd wlcore_event_inactive_sta -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e85d895 wlcore_synchronize_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1f67acd5 wlcore_set_scan_chan_params -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1feaab84 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x070b8b80 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b7913fb wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12b310af wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x169747bc wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1deee208 wlcore_translate_addr EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2685fe88 wlcore_free_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35c4525d wlcore_event_sched_scan_completed -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3af2266a wl1271_cmd_configure -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3afef467 wlcore_probe -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x407e0f30 wlcore_boot_upload_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x40a90e5b wlcore_scan_sched_scan_results -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51e241c6 wl1271_acx_init_mem_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54e118cc wlcore_remove -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x58ad83d9 wlcore_set_key -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61ccb081 wlcore_disable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67448e60 wlcore_event_rssi_trigger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x715ffc40 wlcore_enable_interrupts -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x74c52417 wl12xx_acx_mem_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7a8e5191 wlcore_set_partition -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c12a80b wlcore_event_channel_switch -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ea1daa0 wlcore_cmd_generic_cfg -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f9588c7 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24444706 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a58b516 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f6dc9b8 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x413d8d75 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x48fc3132 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f4f5489 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5897ae5d wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x594005d5 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5bc0aa47 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5cdd0747 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a4e3e54 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x74a6eec3 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7a46b73c wlcore_disable_interrupts_nosync EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8752c121 wlcore_boot_run_firmware -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x884eafc5 wl1271_tx_min_rate_get -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8cfc62e0 wlcore_event_ba_rx_constraint -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8fde0881 wlcore_scan_sched_scan_ssid_list -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x90959c31 wl1271_acx_pm_config -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x96273dd3 wlcore_cmd_wait_for_event_or_timeout -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9f14860a wlcore_event_roc_complete -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9a4046e wlcore_event_dummy_packet -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeed3d57 wlcore_alloc_hw -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb277974b wl1271_acx_set_ht_capabilities -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc02c476c wlcore_event_beacon_loss -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc68e9de0 wl1271_cmd_test -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7dc64b5 wlcore_translate_addr -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfd3de49 wlcore_event_fw_logger -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdb3f8d5d wl1271_acx_sleep_auth -EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee09666f wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87e0a381 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d2662f7 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d671e12 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f5c79f4 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9126e8c4 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9526ca63 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa04accac wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa559d7b0 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab2cd060 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaede2d6b wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xafa5010e wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb27200b3 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb59388db wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8165e88 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbced175c wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc048a83b wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5f61bbd wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc75a58ae wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc958734c wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1698fc3 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdeb8af6c wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee2779f8 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6244ba8 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd8fe975 wl12xx_cmd_build_probe_req EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1214df39 nfcmrvl_nci_recv_frame EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x44e849bf nfcmrvl_nci_register_dev EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd8b32e74 nfcmrvl_nci_unregister_dev @@ -13870,109 +13871,109 @@ EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x2b7de69c st95hf_spi_recv_response EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xa0627f87 st95hf_spi_recv_echo_res EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xd9321cab st95hf_spi_send EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry -EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x27906768 ntb_transport_register_client -EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x28f9d444 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x257b39c1 ntb_transport_unregister_client EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down -EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x74fb16fe ntb_transport_create_queue EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x901889c5 ntb_transport_create_queue EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xee6d6841 ntb_transport_register_client EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x06a3d9d9 virtio_pmem_host_ack EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xcef2b330 async_pmem_flush -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x04449639 nvme_set_features -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1080249f nvme_cancel_admin_tagset -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1614d22f nvme_delete_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1a253891 nvme_enable_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x23551a15 nvme_cancel_tagset -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x28e72d34 nvme_kill_queues -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2cf44da6 nvme_stop_queues -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3369508f nvme_remove_namespaces -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x424d0b60 nvme_uninit_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x44531c2c nvme_shutdown_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00e26987 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x01c00908 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0ec6b041 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x15e94ace nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x18118ae2 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1f86f9d1 nvme_reset_ctrl_sync +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2480cc37 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2501ec63 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x39dc59bf nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b19833d nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43304791 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46c04cc3 nvme_stop_keep_alive EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4bf36b3b __tracepoint_nvme_sq -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4c520c51 nvme_wait_reset -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x501f1c5c nvme_set_queue_count -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a2cac1f nvme_start_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5d83a85a nvme_submit_sync_cmd -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x61f4c89d nvme_alloc_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4d472f2a nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x51d1f2dd nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x586c78ff nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a1e30e9 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x623d2b01 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62d3a6bb nvme_shutdown_ctrl EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6813011b nvme_complete_rq -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x70ed8be8 nvme_unfreeze -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7bc906ab nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e409d9d nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x788b8999 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x795045d8 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e5a8ee5 nvme_complete_async_event EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x819fc066 nvme_setup_cmd -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81a5d558 nvme_try_sched_reset -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x86e3ca90 nvme_complete_async_event -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8895e0d1 nvme_reset_ctrl_sync -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x89183cdd nvme_wait_freeze EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8a9c70ed nvme_sec_submit -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9ac769ab nvme_init_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1d875e3 nvme_cancel_request -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2266267 __nvme_submit_sync_cmd -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa297956a nvme_get_features -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa3a80f37 nvme_reset_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb494264a nvme_stop_ctrl -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce0ed7cc nvme_sync_io_queues -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd322ea9e nvme_start_freeze -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd334f9df nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8edd75ba nvme_init_identify +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x96980036 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x99efa880 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e516a1f nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e986441 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9f148389 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5131489 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb51f5601 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc49d16d7 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc51eb682 nvme_remove_namespaces EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd580ab06 nvme_sync_queues EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdd824437 nvme_wait_freeze_timeout -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xde6d5f85 nvme_change_ctrl_state -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdff5c85d nvme_stop_keep_alive -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe6556031 nvme_start_queues -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe877be88 nvme_init_identify -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x04a9cf88 nvmf_connect_io_queue -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x05055e12 nvmf_reg_write32 -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x126d4450 nvmf_fail_nonready_command -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x13bc44f4 nvmf_reg_read32 -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x18edf4f0 nvmf_get_address -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x48f5ed57 nvmf_connect_admin_queue -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x50b0c307 __nvmf_check_ready -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x77f5f06b nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd83a0fdb nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xddd50d06 nvme_stop_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe79fe2ce nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb73a964 nvme_alloc_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xec5abc60 nvme_kill_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0a1015b nvme_start_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x015b0aa1 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x07baf788 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x182a293d nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3dc6aee2 nvmf_reg_write32 EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x79df4564 nvmf_free_options -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x92992c3e nvmf_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe53fd045 nvmf_should_reconnect -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe79cf331 nvmf_ip_options_match -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xeb1990fe nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x85266627 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x998fb95c nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9aa1a6f8 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa4492f75 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb72aa58d nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd0846002 __nvmf_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe24d7ef9 nvmf_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfdee5015 nvmf_ip_options_match EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3329b305 nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x67e66ba7 nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x14d11c11 nvmet_sq_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3ee9e618 nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4e4e0b84 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6b99c916 nvmet_req_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x847c40fb nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9c8b590c nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa8cfd1e4 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc85c1c9d nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd665ac3f nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe15bb411 nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe5035b3a nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x10d8ce32 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1ef94eff nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x36283e61 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x48ddc168 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x52de422a nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8800c45a nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x889f05a9 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x936ade95 nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb4c9ad5c nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbdfe2238 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xea86ff64 nvmet_req_uninit EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xf1dbcdd6 nvmet_fc_register_targetport -EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0x5bf79af4 pnv_php_set_slot_power_state -EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0xbeec0877 pnv_php_find_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0x8274a866 pnv_php_set_slot_power_state +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0xdaf133f3 pnv_php_find_slot EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head -EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x37d83a39 rpaphp_check_drc_props -EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x77f23fe8 rpaphp_deregister_slot -EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xa424d9dc rpaphp_add_slot -EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x9807df06 switchtec_class +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x1346a457 rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x26cc1aa9 rpaphp_check_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xab41a0a7 rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x3d11f3f0 switchtec_class EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x435cd8f0 reboot_mode_register EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x7cbf11f4 devm_reboot_mode_register EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd20eb781 reboot_mode_unregister @@ -13998,53 +13999,53 @@ EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x52d83b3b wm8400_register EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x149236da qcom_glink_native_remove EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0x91f50fc3 qcom_glink_native_probe EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_native 0xfd2d5a1d qcom_glink_native_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09bf0187 cxgbi_hbas_add -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c84e64c cxgbi_device_register -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15bf2a62 cxgbi_sock_rcv_peer_close -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1ed3e29d cxgbi_sock_rcv_wr_ack -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2555623a cxgbi_sock_rcv_abort_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29404d0f cxgbi_set_conn_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x328d9622 cxgbi_sock_purge_wr_queue -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43e9be18 cxgbi_conn_alloc_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4573f330 cxgbi_ep_connect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x492d5ca5 cxgbi_sock_skb_entail -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x50dddb1a cxgbi_sock_rcv_close_conn_rpl -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51b4c18d cxgbi_sock_established -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52194977 cxgbi_sock_free_cpl_skbs -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x551cb976 cxgbi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5db121d9 cxgbi_conn_init_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5f3c07a8 cxgbi_ep_disconnect -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x63dcfcbc cxgbi_device_unregister -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66a2bb89 cxgbi_conn_tx_open -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69e1ba1e cxgbi_iscsi_init -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x78f747f2 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x02653e39 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03f32604 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13ca1409 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1dc37718 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c4adf55 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33a81aa0 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x34f61aa2 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x410a5b23 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x416e364e cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x464bd863 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48480927 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cb78faa cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51f2e5a7 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5bfe68c7 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c3238a6 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5cf50015 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x72861c00 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7321d2d8 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x73a60f69 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c26678b cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ed8eb30 cxgbi_conn_init_pdu EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82dc4ef9 cxgbi_parse_pdu_itt -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82eb8e02 cxgbi_conn_xmit_pdu -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x833a8191 cxgbi_get_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d5d7c69 cxgbi_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97afdbb3 cxgbi_sock_select_mss -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f7f2814 cxgbi_device_portmap_create -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa13092d1 cxgbi_destroy_session -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4ea0b2c cxgbi_iscsi_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8c12f0b cxgbi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa2001f0 cxgbi_sock_act_open_req_arp_failure -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad2fb39b cxgbi_conn_pdu_ready -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7795813 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x844ba74d cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89d17904 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d2e04e4 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e2f1a3f cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x934f6bb0 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x974aa8f3 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0565e5f cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa46662eb cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4df1677 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa53307eb cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xae7cc12d cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2437481 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8b4b64b cxgbi_sock_fail_act_open EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca84f36f cxgbi_bind_conn -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce2d5431 cxgbi_get_ep_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd07f2e54 cxgbi_sock_closed -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9168b52 cxgbi_ep_poll -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd92f2fe2 cxgbi_device_portmap_cleanup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc07181e cxgbi_hbas_remove -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde17ae18 cxgbi_set_host_param -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe3c7bd1e cxgbi_device_find_by_netdev -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe47021f4 cxgbi_sock_check_wr_invariants -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb179a09 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1d724a6 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca75241d cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0ad8f62 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xddb9a001 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5dc7f3a cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5e792cf cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9d0e978 cxgbi_ep_poll EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf4e0802d cxgbi_ddp_ppm_setup -EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff8365f0 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefc8b347 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe04b82c cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff0c0b3d cxgbi_sock_rcv_close_conn_rpl EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1bf92825 __fcoe_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x22ddbaf1 fcoe_ctlr_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x34d9f41f fcoe_get_paged_crc_eof @@ -14064,8 +14065,8 @@ EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf4c57039 fcoe_ctlr_device_add EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf6edb13f fcoe_fcf_device_delete EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf8639d94 fcoe_clean_pending_queue -EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x08a8ded9 fdomain_create -EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x42cf1276 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x5653369f fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x75e331f5 fdomain_create EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x23f5ee98 iscsi_boot_create_kset EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x275b9d11 iscsi_boot_destroy_kset EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4f6c1204 iscsi_boot_create_initiator @@ -14074,143 +14075,143 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x98cb6f1e iscsi_boot_create_et EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xaffc0106 iscsi_boot_create_target EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe7abc69e iscsi_boot_create_host_kset EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03102001 iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x074f2d74 iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e53c007 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x02740bc9 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e34e444 iscsi_eh_device_reset EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x244e77da iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x316b70ce iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x338c2c33 iscsi_verify_itt -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35031cc0 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18531cbb iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b5b50b8 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22a55547 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x23516c62 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2acd5657 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x303851f6 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x330832f1 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33f7176d iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3942e948 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a17ad1f iscsi_host_get_param EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42615c96 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4326475f iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x470c2404 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48189989 iscsi_conn_queue_work -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a48850f iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a5cf078 iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51c96ca6 iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51e838e1 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5cde59d2 iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x617050a1 iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x69e255f0 __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x729f88cc iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b4d1bfb iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83ac1c88 iscsi_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x866b7291 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x867c2608 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e2640eb iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4879bd2d iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4bffa66b iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x570d5c39 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73fece88 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77f28797 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82709bed __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85c4b3f4 iscsi_put_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x942d015c iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97e30991 iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9da9c4a6 iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ea51e4a iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f497286 iscsi_update_cmdsn -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa32acd9 iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae71d0ce iscsi_conn_start -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae98f555 iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8a90dfd iscsi_host_remove -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbbbd242a iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc30975fa iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd48433ba __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe02b17b4 iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe0fe45b4 iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2476a46 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe439b28d iscsi_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe46eb3c1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8df005ba iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x905d2dbe iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x908bb64e iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x92027079 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9cf0f680 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa62fea7a iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa719d227 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa98e7bcf iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa9dc033 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd37a82e iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc63e3915 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb97a6f0 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd132e0ba iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd11fdae iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe499cea8 __iscsi_get_task EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd198260 iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd551545 __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x02e9921d iscsi_tcp_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x093521a8 iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x267176e8 iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2cba1e8d iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3dcb5f7b iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4782db56 iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x53c5fb0c iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58c40816 iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a134a02 iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8f976c6a iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x954041bc iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9718f964 iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa74fc4bc iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xab27a884 iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbaa89856 iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4c2cf84 iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe7ac853e iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x21880607 sas_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d4559fd dev_attr_phy_event_threshold -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x354628cd sas_get_local_phy -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x450ae613 sas_ioctl -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x453ebc70 sas_task_abort -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4d181d40 sas_target_destroy -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58000775 sas_domain_attach_transport -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6dc3cbef sas_ata_schedule_reset -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x746245a4 sas_slave_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x82884bea sas_free_task -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x84abce51 sas_drain_work -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b05d886 sas_alloc_slow_task -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a3331dc sas_ssp_task_response -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e848046 sas_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb04b724c sas_eh_device_reset_handler -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbcea48e9 sas_eh_target_reset_handler -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3375b47 sas_unregister_ha -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd933e498 sas_request_addr -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe2efa193 sas_eh_abort_handler -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe4e4c044 sas_register_ha -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe65241e0 sas_change_queue_depth -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe769756d sas_slave_configure -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeff12d7a sas_bios_param -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf5e0b9e5 sas_alloc_task -EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf804dd15 sas_phy_reset -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0260c1fc iscsi_conn_login_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09691b36 iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c555256 iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x129f6d5d iscsi_ping_comp_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ca95a0d iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec46a1f2 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeec60c78 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xef0060a3 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xef45bfd2 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf899c5b6 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9db9954 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdee8deb iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1b304896 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2d99f124 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2fe3386c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x34f9f42e iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x48c0c896 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x69e33178 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6dde506b iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8581ea15 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8bb2b36a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8ed96023 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xab1297b0 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbae1bbaa iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xccf3b3e2 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4924f93 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe519d47d iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe5f60190 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf829f3fa iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0eeb5e9a sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x132d56c0 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x178a8cbe sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x228976c8 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x28451c44 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2b2b9ee9 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x39b55f03 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x48d07533 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x607c70ba sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x639c26b0 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x67f50b13 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7309d07c sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a407025 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x864ddfdf dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86dfa9ca sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86ff027e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x898cb1ab sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8a4ee49a sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91608c52 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9ac849a3 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb56e8349 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb8e3e40b sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba96cb5b sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe83c42a3 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xec121d6b sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06458a3d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0aedb7ca iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1078acc4 iscsi_session_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21435464 __tracepoint_iscsi_dbg_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21d6eb97 iscsi_block_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24ada109 iscsi_create_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x28a8057f iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x28e93c19 iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2be390f5 iscsi_block_scsi_eh -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f8e4c03 iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x396cae1c iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x23561a87 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3275421b iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35602b09 iscsi_put_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a627340 __tracepoint_iscsi_dbg_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x42fd0315 iscsi_destroy_all_flashnode -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x456a1310 iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47b02e5a iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x55f57176 iscsi_session_chkready -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x560737ca iscsi_get_port_speed_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x589abc33 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3aac8f72 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b6c655b iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d56caf2 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58ecb1eb iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a1d8c56 iscsi_destroy_iface EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e194094 __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6526e400 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x624041c8 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x645b57a3 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65afdc72 iscsi_create_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b09a087 iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80d86fc1 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a7a2d26 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b077ec5 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b230498 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6bf4253b iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c731fb6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d77bc06 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x76cc43b8 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x793c6691 iscsi_remove_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84cd03c0 __tracepoint_iscsi_dbg_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bd1919a iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9402ded2 iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95ae965e iscsi_unregister_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97c27ad2 iscsi_get_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e7214a3 iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa1ed945b iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4b55047 iscsi_lookup_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab46977c iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad6119a6 iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb85434c3 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a937e1b iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9be37779 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa34eebc9 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5f01de8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab7b68e0 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad08c281 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb452673 iscsi_block_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbda946a8 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc3e258d5 iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4bf4538 iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd587d987 iscsi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdfa07bb0 iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe43a9498 iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe81e98f0 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9d1d885 iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbbf312e iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc1104b12 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb786c70 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xce8fdede iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c66182 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3100baf iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4d24b1c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda0b58f6 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe06a3083 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe183a979 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe622ad81 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec7f39cb iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0da46a2 iscsi_offload_mesg EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdd9ab1f __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff52a08c iscsi_get_port_state_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x07bd2bfd sas_tlr_supported EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8fee0c9b sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xda7eca9b sas_enable_tlr @@ -14303,7 +14304,7 @@ EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc8efaaed spmi_controller_remove EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcddcb491 spmi_register_read EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe7d57433 spmi_command_reset EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfe688f28 spmi_ext_register_write -EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x51298889 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x53928844 ssb_pmu_spuravoid_pllupdate EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x05dbbe5e comedi_readback_insn_read EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x16665aa8 comedi_driver_unregister @@ -14350,14 +14351,14 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdd768d5a comedi_set_spriv_aut EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe1e82751 comedi_bytes_per_scan_cmd EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xecf5d761 comedi_dev_put EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xefead58d comedi_buf_read_free -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x12315f3b comedi_pci_driver_unregister -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x1c283965 comedi_pci_auto_unconfig -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x205d5906 comedi_pci_enable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x54577838 comedi_pci_auto_config -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x57e2c3d9 comedi_pci_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa0a3ad3b comedi_to_pci_dev -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xa630a754 comedi_pci_disable -EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xb9807027 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x03d0a190 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x139d1309 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x17fde5fd comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x570accf8 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x571f376b comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0x5f165721 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xac3907eb comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_pci 0xcaa8b215 comedi_to_pci_dev EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x538a2673 comedi_usb_driver_register EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x5ce3c0b3 comedi_to_usb_interface EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi_usb 0x68db97c8 comedi_usb_auto_unconfig @@ -14393,22 +14394,22 @@ EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0x5f562186 comed EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x24b2f6e3 das08_common_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x07d1a8eb mite_ack_linkc -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0a300e1c mite_detach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x30f914e5 mite_init_ring_descriptors -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x310b4007 mite_dma_disarm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x43b5667e mite_free_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x648ebad3 mite_attach -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x769a7051 mite_prep_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x78be0ff0 mite_bytes_in_transit -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7ee09f2d mite_buf_change -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x85d9dd4d mite_dma_arm -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8f6d9fd3 mite_request_channel_in_range -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8f9df7ef mite_sync_dma -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb18b4a73 mite_request_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc36ad9c4 mite_alloc_ring -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd42cf70a mite_release_channel -EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf5b4f083 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1523e9e3 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1be4e94c mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1dafd390 mite_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x23636fd7 mite_request_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3595f4b2 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4d95957d mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x569a3d05 mite_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5ba89ec4 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6910faba mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7e3e0f1a mite_sync_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x89b792c7 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb2fd38d1 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb69fb1b5 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcdf21502 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe02b93ad mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xffe9b553 mite_ack_linkc EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0x8fb43b00 labpc_common_detach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_common 0xba4aead5 labpc_common_attach EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x569480e9 labpc_setup_dma @@ -14580,17 +14581,17 @@ EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdce524ff synth_current EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe194d0ef synth_printf EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe4ed4ed7 spk_ttyio_synth_immediate EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release -EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x0394e878 i1480_cmd -EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x0d3b9614 i1480_rceb_check -EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x896abbf1 i1480_fw_upload -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x26f6792d __umc_driver_register -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x2f6b10ec umc_device_create -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x3196058d umc_device_unregister -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x5568c451 umc_driver_unregister -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x73af00c1 umc_device_register -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x8aa177a2 umc_match_pci_id -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0xdb7e2d0a umc_controller_reset -EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0xeb3acc68 umc_bus_type +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x0cf95459 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x52d93e99 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/staging/uwb/i1480/dfu/i1480-dfu-usb 0x81e445b5 i1480_cmd +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x73feea23 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x764bef6c umc_controller_reset +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x7992fd34 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x82cfbeae umc_bus_type +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0x88cb026c umc_device_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0xc2959c92 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0xf57780f8 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/uwb/umc 0xf8d8c7a6 umc_device_create EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x07f3804c uwb_rc_get_by_dev EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x0aee674e uwb_rc_pre_reset EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0x0cd2c94b uwb_rc_init @@ -14634,7 +14635,7 @@ EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xf5fc2f2d uwb_ie_next EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xf8d7f98e uwb_rc_add EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xf9e82859 uwb_est_register EXPORT_SYMBOL_GPL drivers/staging/uwb/uwb 0xfd1d23c1 uwb_rsv_accept -EXPORT_SYMBOL_GPL drivers/staging/uwb/whci 0xd434dd2c whci_wait_for +EXPORT_SYMBOL_GPL drivers/staging/uwb/whci 0x2a37328e whci_wait_for EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x1d06cf72 chip_allow_sleep EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x279bf055 host_sleep_notify EXPORT_SYMBOL_GPL drivers/staging/wilc1000/wilc1000 0x4a32bd31 wilc_cfg80211_init @@ -14760,21 +14761,21 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdfa94fed fsg EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf089ce80 fsg_common_remove_lun EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfa6129f3 fsg_store_ro -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2053b163 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x15791689 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x15ede05f rndis_set_param_medium EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3a70e63d rndis_rm_hdr -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4114c5dd rndis_register -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x46710eae rndis_msg_parser -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4a8d7a8c rndis_signal_connect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5ec4da07 rndis_set_param_vendor -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6637d307 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3c5bcfb8 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x42686f2c rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x43fddba9 rndis_signal_connect EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x699d8638 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8665b447 rndis_uninit EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8ee46017 rndis_borrow_net -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x98941c35 rndis_set_param_medium -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa50634d2 rndis_signal_disconnect -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xac9623f4 rndis_set_host_mac -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbc37c4e8 rndis_get_next_response -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc0986730 rndis_set_param_dev -EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf140eab6 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9f46c3e3 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa1f3f144 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb14fcd62 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc3a724e9 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd73571dc rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfffffce8 rndis_signal_disconnect EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x009569aa usb_otg_descriptor_alloc EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x02fdab75 usb_composite_overwrite_options EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b91acc4 usb_free_all_descriptors @@ -14812,16 +14813,16 @@ EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd94850ba usb_string_ids_n EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe51ac8d2 usb_otg_descriptor_init EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa2591af usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x23eadf62 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x34713ced udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5b1e5748 empty_req_queue EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8e3f977a free_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x99ccb44c udc_remove -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa06920c6 udc_probe -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xade617e3 init_dma_pools -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd96502e9 empty_req_queue -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xddb2c908 udc_mask_unused_interrupts -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf895da24 udc_basic_init -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfbd76364 gadget_release -EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfefe6f88 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5e4b6365 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x64203213 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7a3ce183 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7f5e1740 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8e1d3598 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa200f164 udc_enable_dev_setup_interrupts EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0277e2f7 usb_gadget_frame_number EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x04db809b usb_gadget_ep_match_desc EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0b27b4e0 usb_gadget_probe_driver @@ -15054,8 +15055,8 @@ EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xda8a5054 ili9320_probe_spi EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x1dfc94a8 fb_ddc_read EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x372f0b3e fb_sys_write EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xbb3928cd fb_sys_read -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x263e5b72 sis_free_new -EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xa9e16b11 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x31f12ecf sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd9782dde sis_malloc_new EXPORT_SYMBOL_GPL drivers/w1/wire 0x12b08a85 w1_read_8 EXPORT_SYMBOL_GPL drivers/w1/wire 0x33dbe4b1 w1_next_pullup EXPORT_SYMBOL_GPL drivers/w1/wire 0x460b523f w1_reset_bus @@ -15076,245 +15077,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc56676ea dlm_posix_get EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x19d7f1f6 nlmsvc_unlock_all_by_sb -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x21232390 nlmsvc_ops -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5a3dacb9 nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x73e1869e lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x07a13df0 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x13be588c nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x468c5646 lockd_up EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9ec68846 nlmclnt_proc -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xeac7ca3c lockd_down -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xffcf5e33 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7b62815f nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x875e38ed nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa34969f7 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc5d262d5 nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x004e2bab put_nfs_open_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05a58a98 nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06137b32 nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x069085a6 nfs_get_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x072e8abb nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a050dca nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c4604c8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05066f49 nfs_init_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f7a9432 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x103a6651 nfs_async_iocounter_wait EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x118dddbe nfs_sops -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1194f595 nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11d0fe84 nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1670ecba nfs_file_fsync -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1830e3ea nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19810669 nfs_unlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b535e84 nfs_invalidate_atime -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b97a1a6 nfs_file_set_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bd7510a nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c15db02 nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x215a400b nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d073dc nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x122ced82 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12e42233 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12f4fa30 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1314651f nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13e559b8 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14c7f297 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16b56e76 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x173ab7ef nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x188da9c9 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x192e1efc nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19ee6171 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d3abcec nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f38970b nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fb68d5f nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20fc95fb nfs4_dentry_operations EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x262d8490 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22e3ab0c nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x248587ab nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2493fd82 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x259bfd8f nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25c0aa38 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26693f7b nfs_lock EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a7525f8 nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b37dbee nfs_alloc_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca1dbcf nfs_sync_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f813117 nfs4_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3361c64d nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x378625a6 nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x379c0640 nfs_release_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38af94f9 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x294bc022 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aa33247 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b4e320c nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d3659c7 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e5ee216 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3053121e nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3068d183 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31c72046 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3330318e nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34544785 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3981c0b3 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39c99e75 nfs_instantiate EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3be1df75 nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3de45412 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a327d5b nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a886365 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ddef265 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e5c4b73 nfs_retry_commit EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4029bc8b nfs_filemap_write_and_wait_range EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4075ccda nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x428cebb1 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41b3c6b8 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42c6af24 nfs_invalidate_atime EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49ae83fd nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a661476 nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bc1fb2a nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47847294 nfs_pageio_init_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dc25d23 nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50f8f861 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d7df7be nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f35aa9d nfs_flock EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x566b3308 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51d15426 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52b8e0f9 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5579057c nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57d1e517 nfs_generic_pgio EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58e972aa nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bd7d518 nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ceeb5f0 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e39482e nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5edb69ea nfs_wait_on_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5efdc4ba nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62654f42 nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x638bf2ed nfs_pgio_header_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65f7789e nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66fde52b nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67a77f78 nfs_retry_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69c7165a nfs_server_insert_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69fcb8ef nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b4ca30e nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ee07207 nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7383ed0b nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75bde2a5 nfs_rename -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75ee83bc nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c15f353 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d45ed80 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60b1f5fc nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6438a2fe nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x651f61fc nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x685c565c nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6aea36bb nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bc9c335 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c7aa183 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f40d462 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70d9015b alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7200213e nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73ff38c0 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77623d6a nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77b631fe nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b523136 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ba78a21 nfs_submount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x812d9326 nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82493e16 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f992bd3 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ffc4a98 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83779604 nfs_release_request EXPORT_SYMBOL_GPL fs/nfs/nfs 0x856d617a nfs_access_set_mask EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86a59fb0 __tracepoint_nfs_xdr_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x871f2c61 nfs_close_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b3e5e4f nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b7c317c nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ca647d7 nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e5190d2 nfs_symlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ed960ad nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8723e723 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88d04bda nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9014d7b9 nfs_setsecurity EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91b4cfeb nfs_file_read EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9256bf8b nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x928924cd nfs_commit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9301022c nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x931f4ceb nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94b281e7 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94cde3a8 nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x983acd5e alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98a3da7d nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92486560 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93eaab64 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9449d924 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x971b6a54 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x982e8060 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9850d1e7 nfs_setattr_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98eced15 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d0c71d nfs_symlink EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bfb9b42 __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c3efa43 nfs_show_devname -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fe3ec3e nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0b4b0e2 nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4f981b4 nfs_put_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6ceb3a5 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bff1e1f nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cbdda84 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cf9c0e9 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ec8cdf7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9feb2292 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa08c1b9c nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7de6722 nfs_access_add_cache EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8efc805 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa986afae nfs_free_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa99f0f93 __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaad8dc0 nfs_getattr EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae36f10f nfs_instantiate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf261e43 nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb10800a2 nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb22b867d nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4aac1be nfs_show_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb985b169 nfs_do_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2a66349 nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2d4d070 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad778787 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3a0281b nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba1bd6bf nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbde95598 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe22d751 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe78f549 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbee9af72 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf3b1073 nfs_file_write EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5c5d1d3 nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6aba108 nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6be305e nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7990730 nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7a15e28 nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e63140 register_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc95dc0cb nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca046981 get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca38375b nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcafd863d nfs_fs_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc9ffbd5 unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd1b5261 nfs_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd3220ad nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1c71ce0 nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd373c0fa nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9b14fe9 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda416b4d nfs_file_mmap -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda713e63 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc50cb1f3 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7ae0133 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcac80215 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf4e7be6 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd061316f nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd23b1ecf nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5836454 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5a04fa9 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6ea3c27 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd992c8b1 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda96ebc6 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdad881b6 nfs_create_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcd6758e nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfba542c nfs_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0384ae7 nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0748d27 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3977e2f nfs_wait_client_init_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe49a5bd9 nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe738d36f nfs_pageio_reset_read_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe81ae09f nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec46a6d4 nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef139cc3 nfs_create_rpc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0889a86 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf123b673 nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5ae5fa8 nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6324f71 nfs_remount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6a2f7c4 nfs_clear_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf846792e put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf873f93e nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf927a117 nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa3ee2d8 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbc0f6ff nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcb763b7 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd66a289 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd7526ef nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdeca7e29 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfb7cbdc nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfd70157 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe41baedb nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe45eabaf nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe52ecd3c nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7e729d9 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8261d6b nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9e7bb06 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeea2bacd nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeebe8b50 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefb01b24 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf01d460c nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3a26fbb nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ec8058 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7317a89 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb90e088 nfs4_fs_type EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfda4bc8b nfs_show_options -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfddc3eb2 nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x955920ef nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff346b2c nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x013d1a83 nfs3_set_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03cc12d8 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x040509c3 pnfs_update_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x065347d1 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0988c698 nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f7c750a pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x117c5082 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0662d54d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x094b6419 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b71959a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0dab4a1e pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x113371af nfs4_pnfs_ds_connect EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x121133e9 __tracepoint_pnfs_mds_fallback_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x238caa16 pnfs_generic_pg_check_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2442f88d nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2bbe3813 nfs4_delete_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cbe961c pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1314b2e6 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x153102b8 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17cd73c5 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1eed3cda nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f377f2d pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3275b7f5 pnfs_set_lo_fail EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32d3b224 __tracepoint_nfs4_pnfs_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x338cd645 nfs4_find_or_create_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a05d4dd pnfs_layout_mark_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3aaa6318 pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ba89f84 nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d0b4926 nfs4_setup_sequence -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d7c5b14 pnfs_set_lo_fail -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f629fdd nfs4_schedule_lease_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x483716bd pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4895a5fc pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c89fedf nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51e9f172 nfs_remove_bad_delegation -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58d6b393 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36c24f90 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x385fe197 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3bb2f216 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44305678 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d2395ef nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f13c541 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x504b92d7 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5497f87e pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x586aebd1 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d3864e2 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fbabae0 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fcd0e31 nfs4_test_session_trunk EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61c5de76 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6627dd3c nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60db040f pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x670e9ece pnfs_ld_write_done EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6aa0946d nfs4_mark_deviceid_available -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b174568 nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b410396 pnfs_destroy_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70f1bd98 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c76e52a nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6fcd5f50 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x712916f9 pnfs_layoutcommit_inode EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73928666 __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75d8137c nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76c31a10 pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d0287f4 pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e29179f pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x759f3b20 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76ab8987 pnfs_put_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f1b7c5a __tracepoint_nfs4_pnfs_commit_ds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fc59028 pnfs_generic_sync EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80e7db51 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x819ccb7f nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81d98138 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83c05aac nfs4_mark_deviceid_unavailable EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x843074ca __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93ba5f71 pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95dfabbb nfs4_set_rw_stateid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x969a665d pnfs_generic_scan_commit_lists -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c8c1b7c nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5c348b1 pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6d50c0d pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae4ce811 nfs4_find_get_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb090e37d nfs4_mark_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb371d8d5 pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7677e63 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8081a17 nfs4_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8fd5a3d pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9484c35 nfs4_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc8d11d0 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8fb3da5d nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x915b0333 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98e6f3f7 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c2097cc nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e8e4a7d nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f9c4529 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3b48298 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac7cf5a6 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb62f3db6 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4bac890 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4fdb48c pnfs_generic_pg_init_read EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc61672b5 __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7d843a1 nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9950985 nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9a3a477 pnfs_generic_recover_commit_reqs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd65e6d8 pnfs_generic_layout_insert_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4b5b0fb nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd88748ce pnfs_generic_pg_cleanup -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd93678b6 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd153e3c4 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3e2c1c5 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd443b155 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd475264a pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd77600ef nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7c9d23b pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd941269b nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdaec77f4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc126ce1 pnfs_generic_pg_init_write EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc53db81 __tracepoint_pnfs_mds_fallback_read_pagelist EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde2503cd __tracepoint_pnfs_mds_fallback_pg_get_mirror_count -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1493345 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe58dc2be nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe815bb4f pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea32e725 pnfs_ld_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb0a30c6 pnfs_generic_pg_readpages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec1a56d7 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6bd6786 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7293d9a pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebecbbb5 pnfs_generic_recover_commit_reqs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf062df74 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf539092a pnfs_generic_sync EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbed8c19 pnfs_error_mark_layout_for_return EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x680e5eb3 locks_in_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbeaa643e locks_start_grace @@ -15416,8 +15417,8 @@ EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x65f24eea decode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6c23f4ef free_rs EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x74f14b6c encode_rs8 EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xe9fe18b0 init_rs_non_canonical -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xc4d67e6a lowpan_header_decompress -EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xf1f0356b lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x03457711 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xc3070e20 lowpan_header_decompress EXPORT_SYMBOL_GPL net/802/garp 0x0a674dc6 garp_init_applicant EXPORT_SYMBOL_GPL net/802/garp 0x276ca5b8 garp_register_application EXPORT_SYMBOL_GPL net/802/garp 0x3a2fe8d5 garp_unregister_application @@ -15448,104 +15449,104 @@ EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xac721fe0 l2cap_chan_send EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdb85677b l2cap_chan_set_defaults EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdd50836e l2cap_chan_put EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xde9dad42 hidp_hid_driver -EXPORT_SYMBOL_GPL net/bridge/bridge 0x07afa067 br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0x114c6e2e br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1a7d5620 br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0x1e68ccd4 br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0x2cef5f70 br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0x30b2f1c5 br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4127611d br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x42a0f66f br_dev_queue_push_xmit -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4eccf225 br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x550678be br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d56e412 br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0x6f304903 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x7acc7966 nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x8c1e2665 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0xbae4e9ea br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0xcea91d03 br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0xe395f0d3 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0xf6e5ea89 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0e6617da br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x18de460b br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x206820e8 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2e116942 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x32d21bb0 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x376a3a05 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x572f9f06 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62cef882 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x80baa858 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x83c044d7 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x915407d5 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x93d359a3 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9d6320ad br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc3dc4b3c br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc53def84 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xce47b2ae br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf6ade0d5 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfc3fb966 br_multicast_router EXPORT_SYMBOL_GPL net/core/failover 0xb79f7cb9 failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0xbf2f9608 failover_register EXPORT_SYMBOL_GPL net/core/failover 0xfaaf807b failover_slave_unregister -EXPORT_SYMBOL_GPL net/dccp/dccp 0x113c5fea dccp_child_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0x14e62427 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09e2c5b6 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0cdcb51f dccp_disconnect EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ce4eb8d dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0x28f90093 dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e0c5eaa dccp_send_sync -EXPORT_SYMBOL_GPL net/dccp/dccp 0x38bc23b6 dccp_parse_options -EXPORT_SYMBOL_GPL net/dccp/dccp 0x392f4fe6 dccp_sendmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a90f679 dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3abd0853 compat_dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b2763b5 dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f5e1bab dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20b08e64 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x373ff1ef dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3cece834 dccp_sync_mss EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge EXPORT_SYMBOL_GPL net/dccp/dccp 0x50c2bbd5 dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0x56e4d6f9 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54f30299 dccp_recvmsg EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b1a4b73 dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c0638e8 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6096c51f dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x620ed8f3 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6929d1b5 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d0d96b1 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74f88dce dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7733d4bd dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c9da885 dccp_create_openreq_child EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x89f450a8 dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x910bef1b dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x91f0e5ec dccp_close -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9458bb01 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0x956cc873 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8bdb12fa dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup EXPORT_SYMBOL_GPL net/dccp/dccp 0x960339f4 dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0x99820f94 dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9e540577 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa2614a9 dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xab24585e dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb6730dd1 dccp_sync_mss -EXPORT_SYMBOL_GPL net/dccp/dccp 0xb873aef5 dccp_feat_signal_nn_change -EXPORT_SYMBOL_GPL net/dccp/dccp 0xba07290c dccp_rcv_established -EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc8e4028 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a1e2c4e dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a729b10 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9aaf8f3e dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d515b7f dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ececf39 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2a9e1aa dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa6feb471 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9ac15c0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xad53f538 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb687e15f dccp_parse_options EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd65b356 dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0xca873104 compat_dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xd942661b dccp_init_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe8d61658 dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0xf7f7e5ee dccp_connect -EXPORT_SYMBOL_GPL net/dccp/dccp 0xfaff4ee3 dccp_reqsk_init -EXPORT_SYMBOL_GPL net/dccp/dccp 0xffb30835 dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0097114f dccp_v4_do_rcv -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4f305e51 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xadefc46b dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb83a80c6 dccp_v4_connect -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe46900af dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf8512d3c dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1156ea3a dsa_enqueue_skb -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x15c54039 dsa_unregister_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f0a9f04 dsa_tag_drivers_register -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x49d27e49 dsa_port_get_phy_sset_count -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x51c4c6ed dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc029658f dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5462d4e dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcb8bd0f5 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcdf20530 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd5b6984 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe85ec1c0 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xec0e3985 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1ab5c7f compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfcdea4d7 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0d17c756 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x11a0dc09 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5ec89f4b dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc31db98e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd9373332 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfef6b304 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0e5f9653 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11482311 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1173df6b dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1db97ec2 dsa_port_phylink_mac_link_down +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x313306d8 dsa_switch_alloc +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x40b620b8 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x47387b21 call_dsa_notifiers +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4ce89be4 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4e32ea4e dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x50db56d5 dsa_unregister_switch EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5c5bb8ee unregister_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5d4f94d8 dsa_switch_resume -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5d9734b6 dsa_port_get_phy_strings -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6cfaa93d dsa_port_phylink_validate -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x70df1c44 dsa_port_phylink_mac_link_up -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72322ad5 dsa_register_switch -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x74671615 dsa_switch_alloc -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb22333e6 dsa_switch_suspend -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb5d606c6 dsa_defer_xmit -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb64db29c dsa_tag_drivers_unregister -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb75aa101 dsa_dev_to_net_device -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc3cec2c8 dsa_port_phylink_mac_an_restart -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdaa2f03d dsa_port_phylink_mac_link_down -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xddc4782d dsa_port_phylink_mac_change -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe2a715a6 call_dsa_notifiers -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe88e5d49 dsa_port_phylink_mac_config -EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf30778de dsa_port_get_ethtool_phy_stats +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9fa9f123 dsa_port_phylink_validate +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa88b48b7 dsa_port_get_phy_strings +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb2de6abb dsa_defer_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb8e3b624 dsa_port_get_phy_sset_count +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbe84b277 dsa_dev_to_net_device +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc96e1cf1 dsa_port_phylink_mac_an_restart +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcb01ef90 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd9459f8f dsa_port_phylink_mac_link_state +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdb1e7821 dsa_port_phylink_mac_link_up +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe813a130 dsa_port_phylink_mac_config +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf552bae3 dsa_port_get_ethtool_phy_stats EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf86039e0 register_dsa_notifier -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x208f7f53 dsa_8021q_rx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x0d4d6541 dsa_8021q_xmit EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x417d1fed dsa_8021q_rx_switch_id -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x6ec05cd6 dsa_8021q_xmit -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x96e620f9 dsa_port_setup_8021q_tagging EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0x9e59271d dsa_8021q_rx_source_port -EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xadf18437 dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xa26a7218 dsa_port_setup_8021q_tagging +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xc73c5d7e dsa_8021q_tx_vid +EXPORT_SYMBOL_GPL net/dsa/tag_8021q 0xc8175a42 dsa_8021q_rx_vid EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x115784bb ieee802154_hdr_push EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x66c18baf ieee802154_hdr_peek_addrs EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload @@ -15556,345 +15557,346 @@ EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0xa5b2b3e5 ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode EXPORT_SYMBOL_GPL net/ife/ife 0xfd84fe4f ife_decode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8103a49f esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x97576a01 esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xf4b92e07 esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/gre 0x7fb83d58 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0x888545bc gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0e00429b inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3313c1b6 inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x437b599c inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4fbbe7ad inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x54c558ec inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5bab2a45 inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5e475b2f inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x770b1ec1 inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x91a18946 inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x52d6d1c6 gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0980ef8d ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0ba2c436 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x16dac536 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x26281487 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2909dc92 ip_tunnel_delete_nets -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2cfa5a16 ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2dad2f96 ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3f9d2592 ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x41081763 ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4b9f917c ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6857305f ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x82a9479f ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbf7804cb ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc97c9775 __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd85b16ac ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd8db4ea7 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x0f20950a esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5b8834ea esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8ca20d45 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2c642d69 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3d01ea0d gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x00f6a366 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x05cf784c inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x101ae1f5 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x11b200cd inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x55c03fda inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x77a35952 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb1fec7c5 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdf369684 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe3d550c2 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x599f80fb gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x00d1022d ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x17b5f146 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1a5f5f8a ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c50792e ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d1293c9 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x332c7f48 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x390e7efc ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3a40c51a ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3bed9fa5 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x481ac17f ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7d660900 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb259e438 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc51be09a ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc737ba51 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6786b57 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe36fa90e __ip_tunnel_change_mtu EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xb6e658f0 arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1b447a09 ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xceedb7ca nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x4d36af37 nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1e63cf59 nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4a4e9095 nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8bba051f nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbd594649 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xea918560 nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xfb5db86f nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x30f78d54 nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x57fe3589 nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x8dcc8655 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x1e9733a6 nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xafa66332 nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x00db685b tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0ed9a143 tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x738ce321 tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa70c415c tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xeeee79b0 tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x27a5d434 udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3001d194 udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6770cde5 setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8a1c37df udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcae3fc91 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdb173e8b udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe0ac5c51 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xeccadf46 udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0ed3ab12 esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb0ab1113 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/esp6 0xe0fbb99d esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x12d95b30 ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x917dd3c4 ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd1ea2ca3 ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1fa9c5ec udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xb0ec7614 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xffa13e4b ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x5e97f6f2 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x92173a1a nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xad47c808 nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x4676e36a nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x4cb9ddbc nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x692eb6db nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc8b64ac9 nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcef5f559 nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x7c3a1906 nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xd1a3fc4e nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf8c52122 nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xfb702f4c nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc6ac4b4f nft_fib6_eval -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xe92d4694 nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x02a9a041 l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0400f0e1 l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2bf9bee0 l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2fed7641 l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a074207 l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x787cb05f l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7a63ba93 l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7ea46761 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa6224c4e l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa959ac4a l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac78504a l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaf94ddfb l2tp_tunnel_get_session -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb6524a64 l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbcba5786 l2tp_session_free -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc58738f9 l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc7da2565 l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed050db9 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1ae7f8b7 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xae30682d nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x9f1269ad nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x72d65c1d nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7303c82f nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc55c14cd nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xeabe2efd nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf4e8c936 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x6278adaa nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x7efe475f nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x92562ffb nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xed846ff6 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x255cc949 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x342384ba nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4a37614c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x72e07272 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x930b291e tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe0eb9382 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe0f65b4d tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0efa6020 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x101c0e58 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8a496f04 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9b7adda4 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa800455c udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb02d080e udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbf9a5a02 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd77f41a8 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x54408fb7 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x71ed6a83 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xd6c5eef9 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x946511a4 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd0bdcfa7 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf04647ea ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x0669b813 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x08cc5a7c udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x94566bbb ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc8d4667d nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xd9cabcf1 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xb54201f2 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x13c74a96 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2b31b30c nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x873639b7 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9b714eb0 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbbc12ebb nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xe51f0cc3 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x1f93e078 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x26da036c nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x90e17367 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x04f3b1c7 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xaa3ea6c2 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x00bdc3c6 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x08430c42 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x38914209 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3afb602e l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3f9d41df l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x56432743 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6304ec3e l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x775dc738 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8bb434e9 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c4dc1ba l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa2c9ade7 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa2eda24e l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xad2e4f46 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb040cf50 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb9bf40b7 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdef60fc6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdfa7ea34 __l2tp_session_unhash EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x439221a4 l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x088fd46c ieee80211_remain_on_channel_expired -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1942cb66 ieee80211_gtk_rekey_add -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1c07b7c3 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xd7347cf1 l2tp_nl_register_ops EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d81afc9 ieee80211_tkip_add_iv -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x23e09649 ieee80211_update_mu_groups -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x44552c0d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x23e396f7 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x426d5b4b ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x444d5e52 ieee80211_vif_to_wdev EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5316cb29 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67de209f ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x708e7a28 ieee80211_remain_on_channel_expired EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ef775a3 ieee80211_set_key_rx_seq -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x82b963e2 ieee80211_ave_rssi -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8788d966 ieee80211_iterate_active_interfaces_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa3b497ca ieee80211_iterate_active_interfaces_rtnl -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbee841d9 ieee80211_iterate_interfaces -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc2f28ae8 ieee80211_request_smps -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcc74536c ieee80211_vif_to_wdev -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd41ef0e6 ieee80211_ready_on_channel -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda888a8b wdev_to_ieee80211_vif -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe562b29f ieee80211_iter_chan_contexts_atomic -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf191881b ieee80211_gtk_rekey_notify -EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf2004797 ieee80211_resume_disconnect -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x09bb279c mpls_output_possible -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x65d8b8a1 mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x80ea0131 mpls_pkt_too_big -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc547dfd6 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x825b00f6 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x92ca7586 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbbc61a51 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd39ae167 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe0ff0cc1 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe24b9cef wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe9b23939 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea20fc86 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xeacca6d6 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf1904c84 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf8c7be00 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x06f790d2 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8e2a928a mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9aa9e523 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9b494fd2 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa27a9fc9 nla_put_labels EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf0c598b1 nla_put_labels -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x061aa478 ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0f7afbd9 ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x11308770 ip_set_nfnl_put -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a4fcbb1 ip_set_nfnl_get_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1b667cc5 ip_set_add -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x205d1b13 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0d0cad37 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x10b7e92b ip_set_nfnl_get_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36f18dd1 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2b8c76e2 ip_set_match_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6098e2a5 ip_set_get_ip6_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x66d9e8fe ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3a0751f0 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x407ef506 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x410dd6f5 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x45e3d260 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x530b176f ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6171758e ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6c1c897b ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x75a5efd9 ip_set_elem_len EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8012fc54 ip_set_get_ip_port EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8763de41 ip_set_get_ip_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9677e2c7 ip_set_type_register -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9cc1ba3e ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9211f371 ip_set_name_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa0454d8c ip_set_type_unregister EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa61f3b1a ip_set_name_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa888170d ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xadd945c9 ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xba509a55 ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xef1ebbc1 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xabc84377 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbaf84c92 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xca779c80 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe1857fdb ip_set_nfnl_put EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfe7124b7 ip_set_test -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x81f26a2b register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xad513e8b ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb0530c4a ip_vs_conn_out_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdc6b45a2 unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x03d46fb7 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x27d5e9f9 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x52feda26 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x54ac6060 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x8772cae4 ip_vs_conn_out_get_proto EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x162e96f1 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x31f0b656 nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7b41b3c0 nf_conncount_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8fef87f8 nf_conncount_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf0f93e0f nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x351f144c nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6a344c0e nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa1f56c5b nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdbf69fb4 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xde839e26 nf_conncount_add EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2728e70 nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02a7d4b8 nf_ct_helper_log -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02f39e22 nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05973908 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0aa8223d nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00672775 nf_ct_helper_expectfn_find_by_symbol EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fa01325 nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12159c3f nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x124147dd nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x141c20a4 nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14db144c nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16cf0f28 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a56db7d nf_ct_destroy_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x245a7df7 nf_ct_gre_keymap_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x245d73e2 nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2638d144 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e542936 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15a8bed0 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16512ace nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19fa14b1 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ee6897e nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21ea2333 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2406bb36 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25261f8f nf_ct_helper_init EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fc7af94 nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34f75f8f nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x29b3d1b9 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a17e65e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2cf2efd3 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3094ff4f nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30c0776d nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3254fead nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3696fb78 __nf_conntrack_helper_find EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x397c31cf nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4004ca96 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46668c23 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48a50302 __nf_ct_try_assign_helper -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x494c1d6b nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49d6c73c nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x572de0c9 nf_ct_helper_expectfn_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b459290 nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e1650b4 nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61fede49 nf_ct_get_tuplepr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6478c4ee nf_ct_iterate_cleanup_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64ef8d81 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37e1d8c2 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38a0515d nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39cf681d nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cd4d877 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4072727f nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4293da24 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44032341 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x454620d3 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c8de1d9 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d0b38b2 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4de19325 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x500e0b0e nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5477b1c1 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5dc6818b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5fca6fcc nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x631e7184 nf_conntrack_helper_register EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a88949f nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ae68148 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b7e6bf4 nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b8298e2 nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cade60b nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6da0e450 nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6df43a3b nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f891228 nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74b5b153 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79dac4ab nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ad19ded nf_ct_kill_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ec050c9 nf_ct_expect_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8378c08a nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84a7e1c0 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e4ada21 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e594c96 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x731e833c nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x742823fb nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aedb165 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c547686 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f96b5d8 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88541f6e nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a3e5768 nf_ct_tmpl_free EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ab2b60c nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f414e68 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c79065d nf_ct_expect_unregister_notifier EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90fb855b __nf_conntrack_helper_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94e95af6 nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95fcf303 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9959acc0 nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c3bdd61 nf_ct_unlink_expect_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cb21464 nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5586207 nf_ct_seq_adjust -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5cedb7f nf_ct_remove_expectations -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa79f5a0 nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3cbd3e4 nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7d72992 nf_conntrack_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7eb1afd nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc309709 nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbcba6381 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x905e9f9f nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96aa8ee8 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x971361ef nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22a4c31 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa340cbc3 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaab2df11 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaacbfbe5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae8325cf nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3707114 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb50716fa nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb53db6fc nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb73b07dd nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb903f069 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb93b9da2 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbaa813a8 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbcfae72b nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1797e9a nf_nat_helper_put EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc37bf979 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3975fd6 nf_conntrack_set_hashsize EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc450303c nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc67ebb87 nf_ct_expect_iterate_net EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc90817be nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcaf7006d nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb7b35f3 nf_ct_helper_expectfn_find_by_name -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd4f6690 __nf_ct_refresh_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf6dc084 nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd07debfa nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc702a405 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc73b1398 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7cdda28 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8088a6c nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdcfa5fb nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd159f560 nf_l4proto_log_invalid EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd594bfa2 nf_ct_tcp_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd606957c nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd62d2f11 nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6a684ba nf_conntrack_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8de838b nf_nat_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0143e20 nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1c87918 nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1d65aa0 nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2d9c650 nf_ct_helper_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe310773e nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5a3e65e nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd670d273 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd7d17356 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8d62d44 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd95eb77e nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc7edccc nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe57bfa5d nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7991a0f __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8be5185 nf_conntrack_alter_reply EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed2124b9 nf_ct_unconfirmed_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeebad536 nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef897878 nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1529217 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3072b42 nf_ct_port_tuple_to_nlattr EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf84a791b nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf98cce01 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4538ad8 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbfeef2d nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcb02a17 nf_ct_gre_keymap_add EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff8158e1 nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x0a39a25e nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x0d3f9b59 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xde3eaecd nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x05193373 nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x21d3bf17 set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3fcc2358 set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x42888b3a set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x49ac82ae nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5ccdcc93 nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6c3fc733 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6e6a1835 get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6f52d4f4 nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbe5e2330 set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x5f69b395 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x204de4bb nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x278c0c90 nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x800c835f nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xcf110177 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0fb8d7b5 ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x11ac0d02 ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4580bd04 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x49277934 ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x58087620 ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x876b4e92 ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb0055906 ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xf0d9e478 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xbb52248a nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa6eecf1b nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x3f5d63d1 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x08061bef nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0d67eb45 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1c2385d2 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x759baed6 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9fde188a nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa97ac3ad nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xab2fc3e1 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb7bc6f68 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc2de028e get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf8c208c1 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfc3bcceb set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x888654c4 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x2464cf71 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x31914f4d nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7f4d6d89 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbcd47954 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1ae022c2 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x890dd66d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa2277d5f ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xacc64445 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc19b348f ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf1dc0eb2 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf5dc059e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x60ff515f nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xee6576c1 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x4b09fe4f nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x5031d3b6 nf_dup_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xedc37e9e nf_fwd_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x067a011d flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0c9f2ee9 nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0f15e2d6 flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x496edb7b flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5338f243 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x82aac2f2 nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89d47808 nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x922e70f3 nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa3041d1a nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa97b6aac flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd9220200 nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd9e56722 flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x101c2c35 nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x5a27b1e2 nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x9825ed71 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xb34d9030 nf_log_dump_packet_common -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xd83028e0 nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xea55d5f2 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9903ad nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x43969a3c flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5745b907 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5ef2b839 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7d4f34fa nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89d6dede flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89e06de2 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9ea9e604 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xac88c619 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd6340f45 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd8582eba nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xed70e2fc nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xef22dc88 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x05ba0d25 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x17b208e5 nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x52196a94 nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x691d1cb8 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xf6be67a8 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xfa473400 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0fb2db54 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x11210bce nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2f1f8946 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3236a7f3 nf_nat_ipv4_register_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3cc13fc3 nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3de2d24e nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5f126d62 nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8d90f41f nf_nat_icmp_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8db8c459 nf_ct_nat_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9752a8d5 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9967f009 nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a3e813e nf_nat_ipv6_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9debcf28 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa4a0a1ca nf_nat_inet_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc84cb49f nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc932473b nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd2d9cae6 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x506b9dcf nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6d3aebcd nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6fd03174 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x70853b76 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7617aeb8 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7ddb2c7f nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x81e74cbd nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb7fc0e37 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd384f587 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd86e2b6d nf_nat_ipv6_register_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdcf9cfce nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdece0b2d nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0331d1b5 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xddd9799c nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe8906abe nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1795d0ab nf_synproxy_ipv6_fini EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2d1c29a8 synproxy_parse_options -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x35b7583c synproxy_recv_client_ack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x501c9cbc nf_synproxy_ipv6_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x56c0d238 ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6372fae0 nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xafbf22eb synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb2c3d8d4 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x21a6b2c0 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x24f5a74b ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2a3e1f36 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2c8fbe84 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6fdb6fe1 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8e498f05 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa7d26c41 synproxy_parse_options EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdf28cf6c nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe4d86faf synproxy_send_client_synack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xec46a930 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd63548af nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xeabc1e31 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xeb9e8732 nf_synproxy_ipv6_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06081f45 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0dc21d80 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0e50e07b nft_data_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x15ac75c4 nft_obj_notify EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1957ee90 nft_register_obj @@ -15903,19 +15905,20 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1fb15368 nft_flowtable_lookup EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20dba642 nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x373bbe3d nft_register_flowtable_type -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42a85abf nft_meta_get_eval -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a63f5e4 nft_meta_get_init -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x50014e1d nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x480619eb nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51a284a3 nft_chain_validate_hooks EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x52c96032 nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x54fe80ed nft_set_gc_batch_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55779eef nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x587c0a3a nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x594efd73 __nft_release_basechain EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6402b389 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x673c1899 nft_set_lookup_global EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7e78ae1e nft_register_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fcd9dfc nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8049dcc6 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8333d443 nft_meta_get_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x847399cc nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a21dd2f nft_do_chain @@ -15923,22 +15926,20 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b8b35e9 nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f1e11f5 nft_register_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x92b82994 nft_unregister_expr -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x97037f24 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x99d9900f nft_dump_register -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa5ba9aa8 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xac0fda0e nft_data_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd16aaca nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc0b898ed nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc95ae603 nft_data_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcee6b760 nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd82eb7bc nf_tables_destroy_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdddbca46 nft_chain_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe19e15b3 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe8515a6c nft_validate_register_store -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe9a3d57d nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xebacf073 nft_obj_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb20a2d7 nft_meta_set_validate -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc7adfa8 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xef2bfbfb nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfccb3616 nft_register_expr EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0fc62ba3 nfnetlink_subsys_unregister EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4e8dbdff nfnetlink_set_err @@ -15952,52 +15953,52 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x552fa85d nfnl_acct_find_get EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbf651e57 nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf90515a7 nfnl_acct_overquota -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x02d6b712 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x15ea93ae nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xfda3b8e7 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf7007247 nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x43572038 nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x4b09aaf9 nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x589b2f02 nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x75e10775 nft_fib_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3ca653d9 nft_reject_validate -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x671eabfb nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x69df9a6e nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d61e61c nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc76aab74 nft_reject_validate EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xeb34a44c nft_reject_init -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x01def8b7 xt_compat_match_from_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x14c72330 xt_register_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x16fdb5a6 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c737e00 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1021649c xt_compat_match_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1a4c1f1a xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1ce2c3dd xt_hook_ops_alloc EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2680c814 xt_proto_init -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x29d2f907 xt_request_find_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3388227e xt_compat_match_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40cdc291 xt_check_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x431271a3 xt_replace_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x51d1dbf5 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ab87648 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x383ce3ec xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40fe2e9f xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x54a165d5 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6817d104 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6b73af05 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7590132d xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x79c421f6 xt_register_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x93b5e129 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x93cc6273 xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x97ce3516 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8fc218cd xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9933f361 xt_request_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa14c3249 xt_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa58c5a69 xt_proto_fini EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xae0e6a36 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xba8ac6a7 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe220755 xt_table_unlock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc090037a xt_compat_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc47a67fd xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc089a00e xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc4ab871b xt_compat_target_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc87087ec xt_match_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc2186a6 xt_compat_target_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd12bc16e xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcd49acbc xt_replace_table EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xda9f00a0 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd661ff3d xt_proto_fini EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf66e0c62 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xef7a35af xt_compat_match_from_user EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x02a46836 xt_rateest_lookup EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf35dfeec xt_rateest_put EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x3e882add nci_spi_read @@ -16008,337 +16009,337 @@ EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb46fb702 nci_uart_set_config EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf5b08291 nci_uart_unregister EXPORT_SYMBOL_GPL net/nsh/nsh 0x9d337e32 nsh_push EXPORT_SYMBOL_GPL net/nsh/nsh 0x9e6d08c5 nsh_pop -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x0c7a12a1 ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x20c05947 __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x84b510f5 ovs_vport_free -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa72559cd ovs_netdev_link -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xec00f543 ovs_vport_ops_unregister -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xee420e6b ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x0c21f7b8 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x123bbd57 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5cc90455 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5cdcc9a5 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x92fe6efd __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xfbb9ff1f ovs_netdev_link EXPORT_SYMBOL_GPL net/psample/psample 0x176ce27c psample_group_get EXPORT_SYMBOL_GPL net/psample/psample 0x509769b8 psample_group_put EXPORT_SYMBOL_GPL net/psample/psample 0x669ac6be psample_sample_packet EXPORT_SYMBOL_GPL net/psample/psample 0x704de28b psample_group_take EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x05e75955 rds_conn_drop -EXPORT_SYMBOL_GPL net/rds/rds 0x0b31adb1 rds_for_each_conn_info -EXPORT_SYMBOL_GPL net/rds/rds 0x0b775534 rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0x0cf69414 rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0x1b94acef rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x02c6505d rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x03587d58 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x267a3155 rds_conn_create_outgoing EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension -EXPORT_SYMBOL_GPL net/rds/rds 0x2cf5fde0 rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x31b49169 rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0x31e48dea rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x2bd55ab3 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x311eedee rds_connect_complete EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats -EXPORT_SYMBOL_GPL net/rds/rds 0x39e706da rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x40400196 rds_send_path_drop_acked EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x5034dfc2 rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x5240d440 rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0x549c267c rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x5814ba77 rds_conn_destroy EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x5cf2672f rds_inc_path_init -EXPORT_SYMBOL_GPL net/rds/rds 0x75b4d194 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x5e87d0cb rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x5f8dd14a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x67104845 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x6752b80c rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x6c9e352a rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x733149ba rds_inc_put EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0x7e6282bd rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x822ce9ae rds_send_path_reset EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0x942cb258 rds_info_deregister_func -EXPORT_SYMBOL_GPL net/rds/rds 0x99214aca rds_message_unmapped -EXPORT_SYMBOL_GPL net/rds/rds 0x9ea4c93e rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x9fc7ea85 rds_conn_create_outgoing -EXPORT_SYMBOL_GPL net/rds/rds 0xa7f9578f rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0xbbb263f5 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8c7a61ae rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x8dfe8f90 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x970ab174 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xb9378e59 rds_for_each_conn_info EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xcb76157c rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0xe0ccaa25 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xc63a088c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xc92b0564 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xca343561 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd1e816dc rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xdef205c1 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xdf00b18a rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe654f0f4 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xea6b50e1 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xeb6706d2 rds_conn_path_drop EXPORT_SYMBOL_GPL net/rds/rds 0xee41973e rds_cong_map_updated -EXPORT_SYMBOL_GPL net/rds/rds 0xf112f920 rds_inc_init -EXPORT_SYMBOL_GPL net/rds/rds 0xf2aa7bc6 rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0xf4820756 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xef94fadd rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf161ac68 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf3a003ff rds_inc_path_init EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x21ee5d21 taprio_offload_free EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xfd0a71cd taprio_offload_get -EXPORT_SYMBOL_GPL net/sctp/sctp 0x10bf050b sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x899cc4dd sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/sctp/sctp 0xdddc3a5b sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0xf5a81492 sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/smc/smc 0x6360d93d smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0x8098a388 smc_unhash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x8cf96aa3 smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xc10e721b smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0xce7e57ac smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0xda0a0400 smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0xde20e695 smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xe40df620 smc_proto -EXPORT_SYMBOL_GPL net/smc/smc 0xf72203a1 smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xfe472c72 smcd_unregister_dev -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x110d8aa6 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sctp/sctp 0x34e56182 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x42d5d7cb sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x4e32c55d sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x85cb85f6 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x28cedef3 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x38af4cd7 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x4174ee05 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x6fbfea59 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x75f54aa9 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x81dac1b9 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xa52d8a9e smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xcfb4cc83 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xd0d37928 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe2e6e95b smc_proto6 EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7160f812 gss_mech_register -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xae847540 svcauth_gss_flavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd27acf75 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x722005b8 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9e7d5585 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbcb7b4f5 svcauth_gss_flavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x004afc31 svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x026c66df svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x027dff02 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03dd738c rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0407e43c rpcauth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04a2aaff xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xfeb6e451 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014ff5d0 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x015594bb xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01af3065 svc_seq_show EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05fc65b7 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x063153d6 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0648a3f3 rpc_switch_client_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09fd106d xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b47a7f1 xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bd33599 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e289180 xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e68336d rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ec6b41a rpc_remove_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ef88055 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fdd1915 svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10ab8459 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06fd4521 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0718e511 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08dc42da xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c189864 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c85c76a svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c9d35bd rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e5725d1 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ec66d9c svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f4c2e53 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1075fed1 rpc_clnt_xprt_switch_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10c12ac9 sunrpc_cache_pipe_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10c877a5 rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14289434 rpc_clnt_xprt_switch_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157eb185 rpc_task_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e089a8 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11095c10 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11177eb8 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1337b058 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14b2ae27 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15349c53 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x158ba8e6 svc_xprt_do_enqueue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17fb810b xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18e94a75 rpc_release_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19023f62 sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19368397 xprt_write_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x199bd718 rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19d53794 svcauth_unix_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a3b13ea svcauth_unix_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3b80f0 xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bfda1cb svc_addsock -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c8ba23c xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d017826 rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d2605b7 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bda0df9 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c57d7b9 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c9da069 rpc_net_ns EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f93c421 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26b1774a rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26c30d2f rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f5a4cde rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1faa160b svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fee656b rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20438f4d auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2063f8f6 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x207a5b6e rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2185d8c2 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x232d0caf svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x240bed97 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24a85db4 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25c0aac1 rpc_exit EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2827c79d sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x285bcbdd xprt_register_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2953db4e svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b92ca1 rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aae0084 xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b834503 xprt_register_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b853647 xdr_stream_decode_opaque_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df1024f gssd_running -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e8f5787 svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec5801 xdr_encode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fe0a1c6 xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30d2f2ad rpc_restart_call_prepare -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3154b32d xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29293f51 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29de2c3d rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2abab19f xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b172301 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d8172e4 xdr_terminate_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32159378 rpcauth_init_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32591df7 svc_fill_write_vector -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34530e9c rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x341b4e65 rpc_clnt_iterate_for_each_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c25cc9 rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x359bbfa3 rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35e51b49 rpc_pton -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x363f3ecc svc_seq_show -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36726a83 rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x378c94c6 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36fc7138 svc_fill_write_vector EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3897a926 svc_rpcb_setup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3afaa2a8 svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cc53f0a xdr_inline_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cda9100 svc_age_temp_xprts_now -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e1d2a7c rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x394349aa rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39493660 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a6eef32 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a7ded2c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3df01dc0 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e2e2550 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed06f6b xdr_buf_read_mic EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40167975 read_bytes_from_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41529085 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41c6135e __rpc_wait_for_completion_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x442e2bdf rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40f968d9 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42fb2cc6 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x441f1361 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44538585 rpc_run_task EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x463947cc xprt_pin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4665f18d rpc_switch_client_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4729f45f rpc_init_pipe_dir_head -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47bc3415 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46f4603d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47098a77 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x477758a8 xdr_init_encode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x480d704a sunrpc_cache_register_pipefs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4813aa3a svc_rpcbind_set_version -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a44dda1 svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ad31982 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x482e42a0 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4891e1f1 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49a326e2 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49fb6684 svcauth_unix_purge EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bdfe0fd svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b3e65d7 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bc1595c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4be75b50 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ccb879e xprt_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e55c001 cache_destroy_net EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f01a513 put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x517931d1 rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x520fad57 svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5262faf0 rpc_bind_new_program -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x527147e8 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4feee71c rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52431eb5 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52541121 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52747e49 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5333035d rpc_mkpipe_data EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53bd9086 svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ffc049 rpc_set_connect_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x552edfe5 rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56a31b8d xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56e561df _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57e10027 rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x597f4028 svc_create_pooled -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59a41b08 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x546791b2 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x551d0441 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x552885ed auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55f279c0 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56ec4c12 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a11f31a rpc_clnt_show_stats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3a30e9 svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b881b30 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a88acfe svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b016b47 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b4a7eb9 rpc_alloc_iostats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c543c40 rpc_wake_up_status -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d75406d xdr_stream_pos -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ee0af6c xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d21a384 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f23a760 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f77d504 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f8c309a rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fbe845f rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61176348 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618e52df svc_xprt_init EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61eb2b36 cache_check -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61f3da64 xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63a4c60d xdr_decode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6481c43f svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64ef824c sunrpc_destroy_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b1c1c5 xdr_init_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x690ae3bc xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6967acf0 svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a032b3 svc_set_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a283702 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66d0926c rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b49c46 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69fd105c xprt_wait_for_reply_request_def EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a736f65 cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bee9ffe svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a927851 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b9bfdbd svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bf79292 cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c9da723 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c559bf0 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c7fb2ee xprt_update_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dae1d3d cache_unregister_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e32a6cc xprt_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e3e918f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc95e4c svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e20dea5 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e4b9e20 svc_encode_read_payload EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ec641bb cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f7d002f rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70df13f2 svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x711a1484 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ef3a992 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f006a1f rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fcf6fe6 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7040c511 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70a575d7 svc_return_autherr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7221b7d6 svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x730bdf9a rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x740519ae rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c19ed9 rpc_queue_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x763d92c4 rpc_max_bc_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x766d7b69 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x739c35bd rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76a35375 svc_fill_symlink_pathname EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76e2f6c3 rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77f0ee55 svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7817c498 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x775f0998 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78bb753e xdr_process_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a25ef74 rpc_init_priority_wait_queue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a61984e rpc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a99aa09 svc_create_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b7d1546 svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ca48a04 rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dbce4d0 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d02e30e xprt_force_disconnect EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e0c0f53 rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80dfd708 xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81af3783 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84263142 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ede0a3c rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff8a5cc xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84661147 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84d7840a xdr_buf_trim EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8568984e sunrpc_cache_unhash -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ad6a913 rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b043dfc xdr_init_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9075d623 rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92608ffb rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92902a98 xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x936512cf rpc_clnt_xprt_switch_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x951083d8 xprt_unregister_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x979ed7f7 xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98206ea9 rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98cc4798 xprt_reserve_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d5273b5 svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f9840e5 rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0142cde svc_xprt_init -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0ba6148 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87018823 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x882f8b3b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88c9c7e9 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89c94b07 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a7616d8 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a8278d8 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bb896b7 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dad12f8 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91d0f9f0 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92741a00 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92dc20f8 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92f5039d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9473f54e svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94a5f454 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x957499e3 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9605de42 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9803ae0e xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99993268 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b614353 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dfa59ea xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e36ce0e rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e7b0924 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ee48376 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f75c1e3 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9faf6149 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa025fb90 svc_rqst_alloc EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa49e419f unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1cbd254 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa33d1f05 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4d94005 rpcauth_destroy_credcache EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5c5f3b1 cache_seq_start_rcu EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60d45d7 rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa71bde99 rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7641460 xprt_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa94f0c77 rpc_put_task_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3a53de rpc_call_start -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaad75f09 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6f16b7e rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7c0e42e rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7ca1784 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8cb9518 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa969c9e0 rpc_clnt_test_and_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaed1b8c sunrpc_cache_update -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac9b9161 rpc_num_bc_slots -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacdb8621 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2e3bbf rpc_remove_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae96ec58 svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf3af387 xdr_read_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf6fe484 rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafaccca1 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf73e18e rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0d4f92f rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb110bf61 svc_process EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb34b6085 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4d0e984 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5193aea xprt_write_space EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb96cce07 svc_destroy -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9d6ee5c rpc_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc01708d rpc_sleep_on -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd603639 auth_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdd45146 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb56952f4 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5af7a92 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb764d211 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb86285d0 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba914e6f auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb4343fc xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb927008 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc7850db xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbed1bc10 svc_shutdown_net EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf4afb0e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf88f575 xdr_stream_decode_opaque EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe0a150 rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe3949c rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc024a093 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0857e21 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0ae6e70 xprt_wake_pending_tasks EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2880120 rpc_clone_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc36687a2 xdr_stream_decode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc585ff6b xprt_release_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5f3d928 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4982e1b xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc67a4ed6 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7d6645a rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7e3f189 rpc_sleep_on EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc843e0f0 csum_partial_copy_to_xdr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb716acf svc_authenticate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbd2013e rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbf10d99 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc073421 svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc28223b rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc963c4bb rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9cb3cbf rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb0e4d98 xprt_complete_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfbd35f3 rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d5fa5f xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd252affd xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd268232f svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd32115be rpcb_getport_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48a962f write_bytes_to_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd517e922 xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd562e658 svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd74ce420 bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd795034d rpc_force_rebind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd887c5ef rpc_destroy_pipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a24738 rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9384720 rpc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbcb7e25 xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc23c353 rpc_count_iostats_metrics -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf748e18 rpc_clnt_swap_deactivate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0a56850 rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe10f8b3a xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d0a7ed rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd10330b4 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd31dd347 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4ae18e6 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd53dd968 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6263aab rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6888952 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7bf556d xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdab92e42 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd49cb82 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef6a0d5 xdr_shift_buf EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe254d809 cache_seq_next_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe27e8c1b xdr_shift_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3aa5bc8 svc_unreg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe512f89b xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe549bc38 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe34bc79e xdr_encode_array2 EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe57bfff8 xprt_destroy_backchannel EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f9c602 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe80148f2 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe86a3baa xprt_reconnect_backoff EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec34523f xprt_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xece89830 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebf79354 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed2245ce rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed508d99 rpc_find_or_alloc_pipe_dir_object EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf41c8a rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee4a9e23 xdr_inline_decode EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef6df540 rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0c28b38 xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1e77d21 svc_prepare_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf28d04b4 rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf39d77ed xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3b788b5 xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5f421a9 rpc_peeraddr2str -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf633ca7c rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf83e8a2f rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8af807b svc_generic_init_request -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa77677a xdr_set_scratch_buffer -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb7d4911 xdr_init_decode_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbe5eacd rpc_localaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8b1750 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0e688c2 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0f5e55d xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3d2a69a rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e7a65e rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e83f86 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5d4dbb2 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf66689c2 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf79871e7 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa3fa65b _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb81e7ed rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd81de29 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdc39ef1 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe248706 rpc_uaddr2sockaddr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe26476e rpc_free_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfeb647c8 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfffb0033 xdr_terminate_string -EXPORT_SYMBOL_GPL net/tls/tls 0x251ba117 tls_validate_xmit_skb -EXPORT_SYMBOL_GPL net/tls/tls 0x558d6bc1 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x0b6a043d tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x207fbf58 tls_validate_xmit_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x14c205c1 virtio_transport_stream_has_space EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x180b062b virtio_transport_deliver_tap_pkt @@ -16447,10 +16448,10 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x02a93df3 ipcomp_init_state -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7a517c97 ipcomp_destroy -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa8efe2fa ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe664f08c ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa14ed077 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa571c525 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xb0aba2cb ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf3aceea0 ipcomp_output EXPORT_SYMBOL_GPL sound/ac97_bus 0x3ecc84f0 snd_ac97_reset EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock @@ -16505,15 +16506,16 @@ EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbb517ba6 amdtp_am824_set_pc EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc33c7e69 amdtp_domain_start EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf976bac2 amdtp_domain_add_stream EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04d470ec snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x08132af7 snd_hdac_display_power EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b7f42e0 snd_hdac_sync_power_state -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bc80414 snd_hdac_set_codec_wakeup EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f723668 snd_hdac_regmap_write_raw -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1266d26c snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x107914e2 snd_hdac_sync_audio_rate EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12ac3a6c snd_hdac_stream_set_params EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x19f5632a snd_hdac_power_up EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ef04276 snd_hdac_get_stream_stripe_ctl EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21148bfa snd_hdac_stream_sync_trigger EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21d5d52b snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2507e643 snd_hdac_acomp_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b82b5d4 snd_hdac_bus_stop_cmd_io EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2d3f1235 snd_hdac_get_sub_nodes EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3438bf64 snd_hdac_stream_setup_periods @@ -16527,10 +16529,10 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x40091c22 snd_hdac_stream_start EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43c5c9b6 snd_hdac_bus_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46c96f60 snd_hdac_stream_clear EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x496f840a snd_hdac_bus_free_stream_pages -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a5e0974 snd_hdac_display_power EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b4b8f1f snd_hdac_stream_cleanup EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4be03b80 snd_hdac_bus_get_response EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d6b2bff snd_hdac_set_codec_wakeup EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ec76bc2 snd_hdac_query_supported_pcm EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55d48720 snd_hdac_device_register EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56e36b8b snd_hdac_stream_setup @@ -16543,6 +16545,7 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6856d8e1 snd_hdac_bus_reset_link EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x698e3c65 snd_hdac_read EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c45c00c snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ee7823d snd_hdac_acomp_exit EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f72a711 snd_hdac_power_down EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70c0ac4a snd_hdac_bus_exec_verb EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x725f6ac2 snd_hdac_stream_stop @@ -16565,13 +16568,13 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5ee0b5f snd_hdac_device_set_chip_na EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa6b2cf97 snd_hdac_dsp_cleanup EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7bef7f4 snd_hdac_bus_parse_capabilities EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xade8328f snd_hdac_power_down_pm -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaee51abd snd_hdac_acomp_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf04a04b snd_hdac_regmap_exit EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb239fff3 snd_hdac_regmap_update_raw_once EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4490f5e snd_hdac_device_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc504a4f snd_hdac_stream_release EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbdb9fedc snd_hdac_bus_handle_stream_irq EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc845d380 snd_hdac_acomp_register_notifier EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcadfc0d6 snd_hdac_stream_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0c95f23 snd_hdac_refresh_widgets EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd2134518 snd_hdac_stream_reset @@ -16579,9 +16582,8 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd396a663 snd_hdac_add_chmap_ctls EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd58842aa _snd_hdac_read_parm EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8200e23 snd_hdac_dsp_prepare EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd85feb28 snd_hdac_bus_enter_link_reset -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8da28db snd_hdac_acomp_register_notifier EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb6d730b snd_hdac_codec_modalias -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdfa16c5d snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe29d7766 snd_hdac_acomp_get_eld EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4be4e09 snd_hdac_bus_init_chip EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8cb9a57 snd_hdac_dsp_trigger @@ -16591,10 +16593,9 @@ EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeccee052 snd_hdac_override_parm EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee4105a0 snd_hdac_bus_exit EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf214c9a7 snd_hdac_regmap_init EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4ba33ce snd_hdac_read_parm_uncached -EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa80b82d snd_hdac_acomp_get_eld EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfcec95fd snd_hda_bus_type EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfe46af70 snd_hdac_bus_alloc_stream_pages -EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x1156d811 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x6d79e768 snd_intel_dsp_driver_probe EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x34070bf9 snd_ak4113_external_rate EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x527296c7 snd_ak4113_reinit EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x52b265cd snd_ak4113_check_rate_and_errors @@ -16785,6 +16786,10 @@ EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-da7219 0xecb57624 da7219_aad_init EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xb17c44cb es8328_probe EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xed9a3b33 es8328_regmap_config EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdmi-codec 0x6d7c80f9 hdmi_codec_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5007b9db mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x567dd68c mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x592f1e12 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xdaf53e6e mt6358_set_mtkaif_protocol EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x6db7634c nau8824_enable_jack_detect EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x72e556b1 pcm1789_common_init EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x9a2b2197 pcm1789_regmap_config @@ -17016,10 +17021,10 @@ EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa67deec snd_soc_bytes_info_ext EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc46df17 snd_soc_dai_set_clkdiv EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd5f1092 snd_soc_dapm_kcontrol_widget EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdb4870a snd_soc_dapm_get_pin_switch -EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x38b59fb8 snd_sof_debugfs_io_item -EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x4044351b snd_sof_free_debug -EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x8c56298e snd_sof_dbg_init -EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb61afb48 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x7cd411cd snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x87dbb969 snd_sof_debugfs_io_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x98ec70db snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xfcc5e2fe snd_sof_free_debug EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x01e5a2f6 line6_send_raw_message_async EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2b22626e line6_read_data @@ -17037,63 +17042,66 @@ EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdd9528bc line6_write_data EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xeb74c421 line6_disconnect EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf92d99d5 line6_version_request_async EXPORT_SYMBOL_GPL vmlinux 0x00126878 __platform_create_bundle -EXPORT_SYMBOL_GPL vmlinux 0x002004aa pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x00260d6a of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x002a339a ata_host_put EXPORT_SYMBOL_GPL vmlinux 0x0033c7f7 extcon_dev_register EXPORT_SYMBOL_GPL vmlinux 0x00408a10 of_dma_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0x004542b9 watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x005393e9 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x00581abd devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x0064d40e regulator_force_disable EXPORT_SYMBOL_GPL vmlinux 0x00658e1d driver_find EXPORT_SYMBOL_GPL vmlinux 0x006adcd8 devm_of_platform_populate EXPORT_SYMBOL_GPL vmlinux 0x007b6adf crypto_register_templates EXPORT_SYMBOL_GPL vmlinux 0x0081a1ba of_nvmem_device_get EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x008c900b ata_bmdma_post_internal_cmd EXPORT_SYMBOL_GPL vmlinux 0x00939132 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0x00b1eee1 regulator_set_drvdata -EXPORT_SYMBOL_GPL vmlinux 0x00bf5081 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0x00d0a9dd firmware_request_cache EXPORT_SYMBOL_GPL vmlinux 0x00f6b836 __devm_regmap_init EXPORT_SYMBOL_GPL vmlinux 0x01062ccb scsi_dh_attach EXPORT_SYMBOL_GPL vmlinux 0x011b3c74 usb_get_hcd -EXPORT_SYMBOL_GPL vmlinux 0x01394fc2 iommu_dev_has_feature -EXPORT_SYMBOL_GPL vmlinux 0x0144077c pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x01307a7c edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0x014cfa74 skcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0x0151d476 nvmem_device_write -EXPORT_SYMBOL_GPL vmlinux 0x0157cd72 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x015256ef pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x0154a645 iommu_dev_enable_feature EXPORT_SYMBOL_GPL vmlinux 0x0159c819 usb_bus_idr -EXPORT_SYMBOL_GPL vmlinux 0x017167c2 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0x0183f196 wm8997_aod EXPORT_SYMBOL_GPL vmlinux 0x01844280 percpu_down_write EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits EXPORT_SYMBOL_GPL vmlinux 0x018e195b bpfilter_ops EXPORT_SYMBOL_GPL vmlinux 0x01907648 klist_iter_exit -EXPORT_SYMBOL_GPL vmlinux 0x01a19b6a raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x01a7aa69 input_class -EXPORT_SYMBOL_GPL vmlinux 0x01c900b3 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x01abafda __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint EXPORT_SYMBOL_GPL vmlinux 0x01eccf88 __devm_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x01f79cd3 extcon_get_state -EXPORT_SYMBOL_GPL vmlinux 0x020f9860 skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x0212050c regulator_set_load EXPORT_SYMBOL_GPL vmlinux 0x02135712 rio_local_get_device_id EXPORT_SYMBOL_GPL vmlinux 0x021f7ef2 dev_pm_qos_flags EXPORT_SYMBOL_GPL vmlinux 0x02232b44 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x023e03ce ata_pci_sff_activate_host EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0254488a __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x02595831 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x02783cfc regulator_set_voltage_rdev EXPORT_SYMBOL_GPL vmlinux 0x0282daad sched_setscheduler EXPORT_SYMBOL_GPL vmlinux 0x02958f88 cec_notifier_cec_adap_unregister -EXPORT_SYMBOL_GPL vmlinux 0x02a070c4 iommu_aux_detach_device -EXPORT_SYMBOL_GPL vmlinux 0x02ae774d xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x0298ad49 iommu_sva_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x029de0a4 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x02ae829e inet6_hash EXPORT_SYMBOL_GPL vmlinux 0x02b5cf3c dev_pm_qos_add_notifier -EXPORT_SYMBOL_GPL vmlinux 0x02c9e201 pingv6_ops -EXPORT_SYMBOL_GPL vmlinux 0x02eb4a95 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x02f27bf7 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x02fb9673 agp_remove_bridge EXPORT_SYMBOL_GPL vmlinux 0x02fe26c8 rq_flush_dcache_pages EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup EXPORT_SYMBOL_GPL vmlinux 0x03165183 __blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id EXPORT_SYMBOL_GPL vmlinux 0x03242a08 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x032dd521 pci_traverse_device_nodes EXPORT_SYMBOL_GPL vmlinux 0x03372453 force_irqthreads EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk EXPORT_SYMBOL_GPL vmlinux 0x03389426 rdev_get_id @@ -17101,34 +17109,36 @@ EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list EXPORT_SYMBOL_GPL vmlinux 0x0348c4f0 __clocksource_update_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x03578557 sysfs_unbreak_active_protection EXPORT_SYMBOL_GPL vmlinux 0x0366ccd9 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0369463c strp_done EXPORT_SYMBOL_GPL vmlinux 0x037c801c dma_get_slave_channel EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe EXPORT_SYMBOL_GPL vmlinux 0x03ac9588 __pm_runtime_disable EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03d5f197 xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x03e4ba9a genphy_c45_an_disable_aneg -EXPORT_SYMBOL_GPL vmlinux 0x03e56d1e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x03e56102 of_pci_range_parser_one EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc EXPORT_SYMBOL_GPL vmlinux 0x0409fae1 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0413ea69 sata_scr_valid EXPORT_SYMBOL_GPL vmlinux 0x0419e175 vbin_printf EXPORT_SYMBOL_GPL vmlinux 0x041e8b10 xas_find EXPORT_SYMBOL_GPL vmlinux 0x041ec506 unregister_kprobes EXPORT_SYMBOL_GPL vmlinux 0x041f4fd2 scsi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x04258796 opal_flash_read EXPORT_SYMBOL_GPL vmlinux 0x042db083 phy_gbit_all_ports_features -EXPORT_SYMBOL_GPL vmlinux 0x043c9736 ehci_hub_control EXPORT_SYMBOL_GPL vmlinux 0x043e3486 dev_pm_opp_get_max_transition_latency -EXPORT_SYMBOL_GPL vmlinux 0x044efc6f metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x04406a21 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x044f76f6 fwnode_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0x04620f59 phy_start_machine EXPORT_SYMBOL_GPL vmlinux 0x04648516 gpiochip_line_is_persistent EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges -EXPORT_SYMBOL_GPL vmlinux 0x046a9072 pci_epc_raise_irq EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x04744ae4 debugfs_create_x16 EXPORT_SYMBOL_GPL vmlinux 0x0475f760 power_supply_register EXPORT_SYMBOL_GPL vmlinux 0x0483a2fd put_pid EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk EXPORT_SYMBOL_GPL vmlinux 0x049a0f57 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x04a719e9 ata_sff_data_xfer EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x04cfe4a2 nd_blk_region_set_provider_data EXPORT_SYMBOL_GPL vmlinux 0x04d113c1 md_rdev_init @@ -17136,110 +17146,97 @@ EXPORT_SYMBOL_GPL vmlinux 0x04d3becc inet_twsk_purge EXPORT_SYMBOL_GPL vmlinux 0x04dbdfec fwnode_graph_get_remote_port_parent EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe EXPORT_SYMBOL_GPL vmlinux 0x04e5c0bf bus_get_device_klist -EXPORT_SYMBOL_GPL vmlinux 0x04e6a3de pci_user_read_config_word -EXPORT_SYMBOL_GPL vmlinux 0x04eda6ee ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x04efcb0f crypto_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x051c2940 iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x052872a1 disk_part_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns -EXPORT_SYMBOL_GPL vmlinux 0x0538df29 cxl_afu_put EXPORT_SYMBOL_GPL vmlinux 0x0541daab bus_rescan_devices EXPORT_SYMBOL_GPL vmlinux 0x0545e59d dev_attr_em_message EXPORT_SYMBOL_GPL vmlinux 0x05494ab8 __crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x0553faaf blk_queue_required_elevator_features EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy -EXPORT_SYMBOL_GPL vmlinux 0x0562ea2c iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0x05638ae1 regmap_exit EXPORT_SYMBOL_GPL vmlinux 0x057fb5e5 kvmppc_do_h_remove EXPORT_SYMBOL_GPL vmlinux 0x0584ac1f crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x05888bd6 iommu_domain_window_enable EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds EXPORT_SYMBOL_GPL vmlinux 0x05974c85 regmap_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x059dabcf dev_pm_qos_hide_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x05b8bc7f dev_pm_opp_get_opp_count EXPORT_SYMBOL_GPL vmlinux 0x05c04729 __pm_runtime_use_autosuspend EXPORT_SYMBOL_GPL vmlinux 0x05c89874 wbc_account_cgroup_owner -EXPORT_SYMBOL_GPL vmlinux 0x05cd1c1e devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x061ae973 call_srcu EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting -EXPORT_SYMBOL_GPL vmlinux 0x06259855 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0x06285d2a leds_list_lock EXPORT_SYMBOL_GPL vmlinux 0x0629ad9d rio_add_net EXPORT_SYMBOL_GPL vmlinux 0x063040c7 dm_disk EXPORT_SYMBOL_GPL vmlinux 0x0631dee6 device_show_bool -EXPORT_SYMBOL_GPL vmlinux 0x0632fe6b dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x0640c33c device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0640d596 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x06430516 wbt_disable_default EXPORT_SYMBOL_GPL vmlinux 0x0649f41c l3mdev_update_flow EXPORT_SYMBOL_GPL vmlinux 0x064b03bb dev_pm_opp_of_get_opp_desc_node -EXPORT_SYMBOL_GPL vmlinux 0x064baf43 eeh_pe_get_state EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry -EXPORT_SYMBOL_GPL vmlinux 0x066288be ata_sff_dev_select -EXPORT_SYMBOL_GPL vmlinux 0x0698aedc iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x064df5f1 ohci_suspend EXPORT_SYMBOL_GPL vmlinux 0x069f3449 irq_get_domain_generic_chip -EXPORT_SYMBOL_GPL vmlinux 0x06aaa920 ata_link_offline -EXPORT_SYMBOL_GPL vmlinux 0x06b58340 pcibios_unmap_io_space EXPORT_SYMBOL_GPL vmlinux 0x06c37cc7 tty_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0x06c8e2e4 cec_unregister_adapter EXPORT_SYMBOL_GPL vmlinux 0x06e5e40c devfreq_event_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x06f323f2 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0713c59a skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x0715dca4 cn_add_callback EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax EXPORT_SYMBOL_GPL vmlinux 0x0743a2ce fwnode_remove_software_node -EXPORT_SYMBOL_GPL vmlinux 0x0758d68e ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x075e2293 pcibios_scan_phb EXPORT_SYMBOL_GPL vmlinux 0x07646cee ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x076c857b rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x076de290 static_key_slow_dec EXPORT_SYMBOL_GPL vmlinux 0x07714b6b list_lru_count_node EXPORT_SYMBOL_GPL vmlinux 0x077a8e7d fsnotify -EXPORT_SYMBOL_GPL vmlinux 0x0788e82d pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x079bf787 blk_mq_unquiesce_queue EXPORT_SYMBOL_GPL vmlinux 0x079ecdca iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister -EXPORT_SYMBOL_GPL vmlinux 0x07b9bb58 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg -EXPORT_SYMBOL_GPL vmlinux 0x07c2ebce iommu_dev_disable_feature EXPORT_SYMBOL_GPL vmlinux 0x07d29c12 mmc_switch EXPORT_SYMBOL_GPL vmlinux 0x07e4942d vfio_register_iommu_driver -EXPORT_SYMBOL_GPL vmlinux 0x07e85701 nf_hook_entries_insert_raw -EXPORT_SYMBOL_GPL vmlinux 0x07e9386d ata_msleep EXPORT_SYMBOL_GPL vmlinux 0x07feace6 kobject_move EXPORT_SYMBOL_GPL vmlinux 0x080180b8 fixed_phy_change_carrier -EXPORT_SYMBOL_GPL vmlinux 0x0802ffad ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x081017d9 dev_pm_opp_get_freq EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache EXPORT_SYMBOL_GPL vmlinux 0x081f0881 spi_split_transfers_maxsize EXPORT_SYMBOL_GPL vmlinux 0x08200051 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x08261313 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x0828d609 mc146818_get_time EXPORT_SYMBOL_GPL vmlinux 0x0829a3eb input_ff_event EXPORT_SYMBOL_GPL vmlinux 0x082ff745 cec_transmit_msg +EXPORT_SYMBOL_GPL vmlinux 0x083d5696 devlink_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x0846b650 iommu_capable EXPORT_SYMBOL_GPL vmlinux 0x08593d52 get_kernel_page -EXPORT_SYMBOL_GPL vmlinux 0x0863d21b ata_port_desc EXPORT_SYMBOL_GPL vmlinux 0x08699d30 sdio_readsb EXPORT_SYMBOL_GPL vmlinux 0x086ef689 virtqueue_get_desc_addr EXPORT_SYMBOL_GPL vmlinux 0x0879c4da blkcg_activate_policy EXPORT_SYMBOL_GPL vmlinux 0x087bd533 alarm_init EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0885b7c6 pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x088de550 crypto_shash_update EXPORT_SYMBOL_GPL vmlinux 0x08903e1d inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0x08912d74 sbitmap_queue_show -EXPORT_SYMBOL_GPL vmlinux 0x0895c671 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0x08971896 unregister_net_sysctl_table EXPORT_SYMBOL_GPL vmlinux 0x08a07976 fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0x08a4ea0f platform_device_register EXPORT_SYMBOL_GPL vmlinux 0x08a58bb2 debugfs_read_file_bool EXPORT_SYMBOL_GPL vmlinux 0x08b74c73 subsys_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec -EXPORT_SYMBOL_GPL vmlinux 0x08c8a9cf fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk EXPORT_SYMBOL_GPL vmlinux 0x08da96cd inode_congested EXPORT_SYMBOL_GPL vmlinux 0x08dcc5f1 vfs_listxattr EXPORT_SYMBOL_GPL vmlinux 0x08de974d gpiochip_generic_free -EXPORT_SYMBOL_GPL vmlinux 0x08e49c52 xhci_shutdown -EXPORT_SYMBOL_GPL vmlinux 0x08f2b08a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x08e7a1be pcibios_finish_adding_to_bus EXPORT_SYMBOL_GPL vmlinux 0x08fb4ecc usb_deregister_dev EXPORT_SYMBOL_GPL vmlinux 0x0913c1f2 noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0x091c1a47 serdev_device_add @@ -17250,65 +17247,53 @@ EXPORT_SYMBOL_GPL vmlinux 0x0922c1bd i2c_new_client_device EXPORT_SYMBOL_GPL vmlinux 0x0929555a crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0x09318b70 screen_pos EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu -EXPORT_SYMBOL_GPL vmlinux 0x09492534 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x094af376 xas_load EXPORT_SYMBOL_GPL vmlinux 0x0962fa0b of_genpd_add_subdomain -EXPORT_SYMBOL_GPL vmlinux 0x09755225 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x099df809 devm_pinctrl_register EXPORT_SYMBOL_GPL vmlinux 0x099ead5c regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x09a93cd7 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x09abef8a pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove -EXPORT_SYMBOL_GPL vmlinux 0x09beae33 scsi_device_from_queue EXPORT_SYMBOL_GPL vmlinux 0x09c0f426 usb_autopm_put_interface EXPORT_SYMBOL_GPL vmlinux 0x09ccd871 led_trigger_register EXPORT_SYMBOL_GPL vmlinux 0x09cde107 trace_seq_path EXPORT_SYMBOL_GPL vmlinux 0x09d85839 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x09dd8d8b ata_bmdma_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x09e0ebd3 pwmchip_add -EXPORT_SYMBOL_GPL vmlinux 0x09ebb1c7 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0x09ff686f device_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0x0a08a1a7 sdio_align_size -EXPORT_SYMBOL_GPL vmlinux 0x0a33de19 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x0a091ad9 ata_host_activate EXPORT_SYMBOL_GPL vmlinux 0x0a423c1f sched_setscheduler_nocheck EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw EXPORT_SYMBOL_GPL vmlinux 0x0a57cdfa __tracepoint_rpm_suspend EXPORT_SYMBOL_GPL vmlinux 0x0a66e769 iomap_seek_data EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send EXPORT_SYMBOL_GPL vmlinux 0x0a6db020 rio_mport_get_physefb -EXPORT_SYMBOL_GPL vmlinux 0x0a8a3874 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x0a936085 cpuidle_register_device -EXPORT_SYMBOL_GPL vmlinux 0x0a9cf882 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x0ab41dab pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x0ac21276 genphy_c45_aneg_done -EXPORT_SYMBOL_GPL vmlinux 0x0aceacd5 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x0acf4e55 da903x_clr_bits -EXPORT_SYMBOL_GPL vmlinux 0x0ae534c0 ata_host_alloc_pinfo EXPORT_SYMBOL_GPL vmlinux 0x0af4798b usb_wait_anchor_empty_timeout -EXPORT_SYMBOL_GPL vmlinux 0x0b0624b4 ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct EXPORT_SYMBOL_GPL vmlinux 0x0b09e040 __tracepoint_rpm_idle -EXPORT_SYMBOL_GPL vmlinux 0x0b0a38f2 edac_pci_handle_npe -EXPORT_SYMBOL_GPL vmlinux 0x0b0a9b31 shake_page -EXPORT_SYMBOL_GPL vmlinux 0x0b109ed3 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource EXPORT_SYMBOL_GPL vmlinux 0x0b35c756 vas_paste_crb -EXPORT_SYMBOL_GPL vmlinux 0x0b4468c8 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x0b4e2add cec_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x0b57b7a3 crypto_remove_spawns EXPORT_SYMBOL_GPL vmlinux 0x0b77f1ec crypto_larval_alloc EXPORT_SYMBOL_GPL vmlinux 0x0b7e205e regmap_write_async EXPORT_SYMBOL_GPL vmlinux 0x0b81da9f devm_hwspin_lock_register -EXPORT_SYMBOL_GPL vmlinux 0x0b87c4d7 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x0b91b40f copro_handle_mm_fault -EXPORT_SYMBOL_GPL vmlinux 0x0b93fdf3 iommu_get_domain_for_dev -EXPORT_SYMBOL_GPL vmlinux 0x0b9844e9 eeh_dev_check_failure EXPORT_SYMBOL_GPL vmlinux 0x0b989a9a usb_register_driver EXPORT_SYMBOL_GPL vmlinux 0x0babe043 watchdog_notify_pretimeout EXPORT_SYMBOL_GPL vmlinux 0x0bb8a28d find_get_pid EXPORT_SYMBOL_GPL vmlinux 0x0bbe3ea1 elv_rqhash_del EXPORT_SYMBOL_GPL vmlinux 0x0bc7b858 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0bd4f092 ata_sff_exec_command EXPORT_SYMBOL_GPL vmlinux 0x0bdbbefb powercap_unregister_zone EXPORT_SYMBOL_GPL vmlinux 0x0bf58480 pinctrl_add_gpio_ranges EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu -EXPORT_SYMBOL_GPL vmlinux 0x0c0dd6e9 ata_eh_analyze_ncq_error EXPORT_SYMBOL_GPL vmlinux 0x0c0e6c43 fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x0c1f0a1b __srcu_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x0c297251 virtqueue_enable_cb_prepare @@ -17317,120 +17302,109 @@ EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x0c402cac replay_system_reset EXPORT_SYMBOL_GPL vmlinux 0x0c4a5bfb led_stop_software_blink EXPORT_SYMBOL_GPL vmlinux 0x0c74f911 usb_anchor_urb -EXPORT_SYMBOL_GPL vmlinux 0x0c871acb skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0c80350d ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c80afba pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x0c9a15c0 pci_epf_unbind EXPORT_SYMBOL_GPL vmlinux 0x0c9d6a70 devm_device_remove_group -EXPORT_SYMBOL_GPL vmlinux 0x0ca5c43d hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x0ca6ed31 phy_pm_runtime_put EXPORT_SYMBOL_GPL vmlinux 0x0cac171b device_destroy EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0ce928f0 ata_std_prereset EXPORT_SYMBOL_GPL vmlinux 0x0ce948c7 gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x0d125ab6 trace_seq_putmem EXPORT_SYMBOL_GPL vmlinux 0x0d12c98c devm_extcon_dev_free EXPORT_SYMBOL_GPL vmlinux 0x0d15ab3a cpu_remove_dev_attr_group EXPORT_SYMBOL_GPL vmlinux 0x0d1a235f cec_allocate_adapter +EXPORT_SYMBOL_GPL vmlinux 0x0d1d7446 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x0d1eb229 bpf_verifier_log_write EXPORT_SYMBOL_GPL vmlinux 0x0d21aae4 pinctrl_generic_get_group_name EXPORT_SYMBOL_GPL vmlinux 0x0d22d728 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x0d319bbc ata_slave_link_init EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open EXPORT_SYMBOL_GPL vmlinux 0x0d57a60a dev_pm_clear_wake_irq -EXPORT_SYMBOL_GPL vmlinux 0x0d5f99dd pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x0d6ec7b7 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0d85f330 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x0d87d764 anon_transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x0db5999a acomp_request_free -EXPORT_SYMBOL_GPL vmlinux 0x0db777a8 ata_host_detach EXPORT_SYMBOL_GPL vmlinux 0x0dc373ab wm5110_aod -EXPORT_SYMBOL_GPL vmlinux 0x0ddb00a9 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0dc50a8c eeh_add_device_tree_late EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order -EXPORT_SYMBOL_GPL vmlinux 0x0ddf4b1e fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x0ddbf170 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core EXPORT_SYMBOL_GPL vmlinux 0x0dea1b7e pci_epc_get_first_free_bar EXPORT_SYMBOL_GPL vmlinux 0x0dff2549 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e00c1e5 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x0e1b61e6 of_property_count_elems_of_size -EXPORT_SYMBOL_GPL vmlinux 0x0e28e433 remove_phb_dynamic EXPORT_SYMBOL_GPL vmlinux 0x0e4d15af regcache_sync_region EXPORT_SYMBOL_GPL vmlinux 0x0e521b82 btree_update EXPORT_SYMBOL_GPL vmlinux 0x0e5b8100 mm_iommu_put EXPORT_SYMBOL_GPL vmlinux 0x0e6ff15e subsys_virtual_register -EXPORT_SYMBOL_GPL vmlinux 0x0e78d0c6 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x0e91f3bc cpuidle_register EXPORT_SYMBOL_GPL vmlinux 0x0e965e56 dev_pm_opp_remove_all_dynamic EXPORT_SYMBOL_GPL vmlinux 0x0ea2a72b usb_scuttle_anchored_urbs -EXPORT_SYMBOL_GPL vmlinux 0x0eac93e9 get_hwpoison_page EXPORT_SYMBOL_GPL vmlinux 0x0ed16393 virtio_config_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ed2cf2d devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x0ee464e0 serdev_device_get_tiocm EXPORT_SYMBOL_GPL vmlinux 0x0ee8e400 kvmppc_h_set_xdabr EXPORT_SYMBOL_GPL vmlinux 0x0eeb82fd register_pernet_subsys -EXPORT_SYMBOL_GPL vmlinux 0x0ef20e1e pcie_bus_configure_settings -EXPORT_SYMBOL_GPL vmlinux 0x0efe428f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x0f0286a7 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0x0f19ded0 device_match_name EXPORT_SYMBOL_GPL vmlinux 0x0f2147f3 __hwspin_lock_timeout EXPORT_SYMBOL_GPL vmlinux 0x0f3414bf irq_setup_alt_chip EXPORT_SYMBOL_GPL vmlinux 0x0f3f48d5 mm_account_pinned_pages -EXPORT_SYMBOL_GPL vmlinux 0x0f4c48d7 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x0f4ae564 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x0f7e5fce fixed_phy_register EXPORT_SYMBOL_GPL vmlinux 0x0f8dbad2 tc3589x_block_read EXPORT_SYMBOL_GPL vmlinux 0x0f93f4cf spi_mem_dirmap_write -EXPORT_SYMBOL_GPL vmlinux 0x0f9f0dd0 scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0x0fa2e4d5 tc3589x_block_write EXPORT_SYMBOL_GPL vmlinux 0x0fa7ea08 rio_mport_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0x0fb543f2 usb_root_hub_lost_power -EXPORT_SYMBOL_GPL vmlinux 0x0fc2d785 pci_pasid_features -EXPORT_SYMBOL_GPL vmlinux 0x0fcf7cc1 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x0fd2b1b1 blkdev_read_iter EXPORT_SYMBOL_GPL vmlinux 0x0fdc11e7 crypto_register_aeads EXPORT_SYMBOL_GPL vmlinux 0x10075f38 housekeeping_any_cpu EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free EXPORT_SYMBOL_GPL vmlinux 0x104b39f8 kobj_sysfs_ops -EXPORT_SYMBOL_GPL vmlinux 0x1060d81e metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x10619a0d usb_deregister_device_driver EXPORT_SYMBOL_GPL vmlinux 0x106ac992 crypto_grab_aead EXPORT_SYMBOL_GPL vmlinux 0x107f2ac7 tty_port_tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x107f34ba spi_controller_resume EXPORT_SYMBOL_GPL vmlinux 0x107f58ba dmaengine_unmap_put EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf -EXPORT_SYMBOL_GPL vmlinux 0x10a049c6 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x10a4ed18 sfp_add_phy -EXPORT_SYMBOL_GPL vmlinux 0x10a63322 vfio_del_group_dev -EXPORT_SYMBOL_GPL vmlinux 0x10ab1526 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x10abb4c3 tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x10b5ed9b virtqueue_detach_unused_buf EXPORT_SYMBOL_GPL vmlinux 0x10b60cfb iomap_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x10c3217e param_set_bool_enable_only -EXPORT_SYMBOL_GPL vmlinux 0x10cb4217 bpf_prog_destroy -EXPORT_SYMBOL_GPL vmlinux 0x10da4861 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x10e7285d dummy_con EXPORT_SYMBOL_GPL vmlinux 0x10e77a5a __tracepoint_pelt_dl_tp EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable -EXPORT_SYMBOL_GPL vmlinux 0x10fb9ec4 usb_sg_init -EXPORT_SYMBOL_GPL vmlinux 0x10fd3d91 __scsi_init_queue EXPORT_SYMBOL_GPL vmlinux 0x10fe219a __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift EXPORT_SYMBOL_GPL vmlinux 0x111df865 stmpe_block_write EXPORT_SYMBOL_GPL vmlinux 0x111e6dfc pnv_get_supported_cpuidle_states EXPORT_SYMBOL_GPL vmlinux 0x113c86d6 __fput_sync EXPORT_SYMBOL_GPL vmlinux 0x11525632 mpc8xxx_spi_tx_buf_u8 -EXPORT_SYMBOL_GPL vmlinux 0x115cb680 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x11638a69 xive_native_alloc_vp_block EXPORT_SYMBOL_GPL vmlinux 0x1167902a set_task_ioprio EXPORT_SYMBOL_GPL vmlinux 0x118aeea4 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x118dca78 sata_scr_write_flush EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0x11b15fc4 ata_scsi_unlock_native_capacity EXPORT_SYMBOL_GPL vmlinux 0x11b4314d pm_generic_freeze -EXPORT_SYMBOL_GPL vmlinux 0x11b553cc xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 EXPORT_SYMBOL_GPL vmlinux 0x11d4afcf fwnode_property_read_string_array EXPORT_SYMBOL_GPL vmlinux 0x11d7eeae devm_gpiod_unhinge -EXPORT_SYMBOL_GPL vmlinux 0x11dd43d4 inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x11eedcdc __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x11f77a2c switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x1202b896 rio_dma_prep_slave_sg -EXPORT_SYMBOL_GPL vmlinux 0x12046265 ata_scsi_simulate EXPORT_SYMBOL_GPL vmlinux 0x120fb2c8 device_get_dma_attr EXPORT_SYMBOL_GPL vmlinux 0x121bf9f9 disk_part_iter_next EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier -EXPORT_SYMBOL_GPL vmlinux 0x121ff8a3 devlink_port_type_eth_set -EXPORT_SYMBOL_GPL vmlinux 0x1221bde0 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x1227aec9 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x122da3e4 ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x122fef77 pm_generic_suspend_noirq EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us EXPORT_SYMBOL_GPL vmlinux 0x123e81e6 badblocks_exit @@ -17443,12 +17417,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x1270a263 md_run EXPORT_SYMBOL_GPL vmlinux 0x12910f8e of_dma_request_slave_channel EXPORT_SYMBOL_GPL vmlinux 0x12915fd4 user_read EXPORT_SYMBOL_GPL vmlinux 0x129334ae sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x12957849 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x12c8cc3a sock_diag_destroy -EXPORT_SYMBOL_GPL vmlinux 0x12d66026 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x12cc31cf fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x12d92ef4 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x12d949d6 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x12dbc8f6 percpu_ref_switch_to_atomic_sync EXPORT_SYMBOL_GPL vmlinux 0x12e6226f dax_iomap_rw EXPORT_SYMBOL_GPL vmlinux 0x1300d03c led_trigger_event -EXPORT_SYMBOL_GPL vmlinux 0x13084600 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x130a4040 remove_irq EXPORT_SYMBOL_GPL vmlinux 0x13187cb1 handle_fasteoi_nmi EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip @@ -17466,119 +17442,105 @@ EXPORT_SYMBOL_GPL vmlinux 0x1376982c __wake_up_locked_key EXPORT_SYMBOL_GPL vmlinux 0x138337ae nd_numa_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled EXPORT_SYMBOL_GPL vmlinux 0x1394d2cb __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x13a33f79 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x13a5a9ad tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x13a802fb device_reprobe EXPORT_SYMBOL_GPL vmlinux 0x13a82b27 led_classdev_suspend -EXPORT_SYMBOL_GPL vmlinux 0x13b5499c skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x13ae9d62 edac_mc_alloc EXPORT_SYMBOL_GPL vmlinux 0x13b65f27 probe_user_read EXPORT_SYMBOL_GPL vmlinux 0x13c265ac regulator_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x13ca899a perf_trace_buf_alloc EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder EXPORT_SYMBOL_GPL vmlinux 0x13d2ca0c dev_pm_opp_cpumask_remove_table EXPORT_SYMBOL_GPL vmlinux 0x13df148a devm_mbox_controller_unregister -EXPORT_SYMBOL_GPL vmlinux 0x13e207b4 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x140a54a1 regmap_attach_dev EXPORT_SYMBOL_GPL vmlinux 0x140ae5a3 regulator_set_pull_down_regmap EXPORT_SYMBOL_GPL vmlinux 0x1412d552 mm_iommu_get -EXPORT_SYMBOL_GPL vmlinux 0x141ad2c0 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x141c31d6 dev_pm_opp_get_max_volt_latency EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x1425b1b1 devm_led_classdev_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1427b318 ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x142d01d7 __tracepoint_neigh_update EXPORT_SYMBOL_GPL vmlinux 0x14457fb9 btree_init -EXPORT_SYMBOL_GPL vmlinux 0x145d6361 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x144807c1 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x14615e7a sbitmap_get_shallow -EXPORT_SYMBOL_GPL vmlinux 0x147b26dc pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x14a6be4c wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x14b1b496 iommu_group_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x14b77ea8 crypto_aead_decrypt -EXPORT_SYMBOL_GPL vmlinux 0x14c79a4e __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x14b8b91a __ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x14cdeb57 sock_diag_check_cookie EXPORT_SYMBOL_GPL vmlinux 0x14d14b5c subsys_system_register EXPORT_SYMBOL_GPL vmlinux 0x14d5cd44 gpiod_set_transitory -EXPORT_SYMBOL_GPL vmlinux 0x14db2920 __raw_v4_lookup -EXPORT_SYMBOL_GPL vmlinux 0x14e0deef pci_cfg_access_trylock -EXPORT_SYMBOL_GPL vmlinux 0x14f12003 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x150e7fe2 extcon_get_edev_by_phandle -EXPORT_SYMBOL_GPL vmlinux 0x152b7eef pci_ats_queue_depth -EXPORT_SYMBOL_GPL vmlinux 0x152d327c pci_traverse_device_nodes EXPORT_SYMBOL_GPL vmlinux 0x15311beb wm8997_i2c_regmap EXPORT_SYMBOL_GPL vmlinux 0x15338560 adp5520_write -EXPORT_SYMBOL_GPL vmlinux 0x153451db devlink_region_create EXPORT_SYMBOL_GPL vmlinux 0x1537c7f2 opal_ipmi_recv EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del EXPORT_SYMBOL_GPL vmlinux 0x1540ffa9 noop_set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x15481093 find_vpid EXPORT_SYMBOL_GPL vmlinux 0x154a459f tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x1550f00b eeh_add_sysfs_files EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put EXPORT_SYMBOL_GPL vmlinux 0x1552c709 hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x15598e68 pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0x156300d9 regcache_cache_only EXPORT_SYMBOL_GPL vmlinux 0x156b3e44 flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0x1576b197 __nvdimm_create EXPORT_SYMBOL_GPL vmlinux 0x157a17bd spi_sync_locked EXPORT_SYMBOL_GPL vmlinux 0x158726a5 cec_fill_conn_info_from_drm EXPORT_SYMBOL_GPL vmlinux 0x158745b8 rio_request_inb_dbell -EXPORT_SYMBOL_GPL vmlinux 0x1596ffdf xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x15a15861 platform_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x15a1fffb dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x15b9b2e1 sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock -EXPORT_SYMBOL_GPL vmlinux 0x15e9bdb3 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x15c84b16 edac_device_add_device EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask -EXPORT_SYMBOL_GPL vmlinux 0x16150f38 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x16103d9f pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x161e2554 hash_page_mm EXPORT_SYMBOL_GPL vmlinux 0x16369a27 xive_native_sync_queue -EXPORT_SYMBOL_GPL vmlinux 0x16583b51 ping_err EXPORT_SYMBOL_GPL vmlinux 0x165f4ce1 rio_alloc_net EXPORT_SYMBOL_GPL vmlinux 0x166e2840 sdio_claim_host -EXPORT_SYMBOL_GPL vmlinux 0x1679fc01 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x16889b43 usb_unpoison_urb -EXPORT_SYMBOL_GPL vmlinux 0x169fb7d9 __udp_enqueue_schedule_skb -EXPORT_SYMBOL_GPL vmlinux 0x16a535a5 ata_cable_ignore EXPORT_SYMBOL_GPL vmlinux 0x16cdf790 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x16ce694e ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0x16d2855d __wake_up_locked EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put EXPORT_SYMBOL_GPL vmlinux 0x16e3a870 usb_wakeup_notification -EXPORT_SYMBOL_GPL vmlinux 0x1702fb7e devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x170df854 pm_generic_thaw EXPORT_SYMBOL_GPL vmlinux 0x170f5f85 crypto_stats_ablkcipher_decrypt -EXPORT_SYMBOL_GPL vmlinux 0x1724a0a8 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x1723ee02 pci_epc_clear_bar EXPORT_SYMBOL_GPL vmlinux 0x17264558 user_destroy EXPORT_SYMBOL_GPL vmlinux 0x1732dddb crypto_grab_akcipher EXPORT_SYMBOL_GPL vmlinux 0x17347137 phy_calibrate EXPORT_SYMBOL_GPL vmlinux 0x173e210d blk_req_needs_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0x174c37b0 srcu_notifier_chain_unregister -EXPORT_SYMBOL_GPL vmlinux 0x17505717 ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0x17528d89 idr_alloc EXPORT_SYMBOL_GPL vmlinux 0x1759d9da crypto_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put EXPORT_SYMBOL_GPL vmlinux 0x176d2017 crypto_stats_kpp_compute_shared_secret -EXPORT_SYMBOL_GPL vmlinux 0x176f66ac edac_mc_find_csrow_by_page EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version -EXPORT_SYMBOL_GPL vmlinux 0x17870f8f switchdev_handle_port_obj_add -EXPORT_SYMBOL_GPL vmlinux 0x178cffdc ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x17908862 usb_hcd_unmap_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online EXPORT_SYMBOL_GPL vmlinux 0x17a0fbb5 __pm_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x17b5eb4b gpiochip_line_is_irq -EXPORT_SYMBOL_GPL vmlinux 0x17bdc586 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x17c0ba54 edac_pci_alloc_ctl_info EXPORT_SYMBOL_GPL vmlinux 0x17c2cbfc hash__alloc_context_id EXPORT_SYMBOL_GPL vmlinux 0x17c5ff6e sdio_claim_irq EXPORT_SYMBOL_GPL vmlinux 0x17cd6770 task_cputime_adjusted EXPORT_SYMBOL_GPL vmlinux 0x17d75bda bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x17f0f287 ata_dev_pair EXPORT_SYMBOL_GPL vmlinux 0x17f38cc6 devm_reset_controller_register -EXPORT_SYMBOL_GPL vmlinux 0x17f65c7a pci_hp_add -EXPORT_SYMBOL_GPL vmlinux 0x17fa538b ata_bmdma_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x1810fc76 of_property_read_u32_index -EXPORT_SYMBOL_GPL vmlinux 0x18118d5a inet_csk_compat_getsockopt -EXPORT_SYMBOL_GPL vmlinux 0x182e4f25 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x1819cf26 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x1831db9f pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0x1843e540 cpu_bit_bitmap EXPORT_SYMBOL_GPL vmlinux 0x184704cc posix_clock_unregister EXPORT_SYMBOL_GPL vmlinux 0x1848a5b9 wm8400_reset_codec_reg_cache EXPORT_SYMBOL_GPL vmlinux 0x184d9fd2 device_show_ulong EXPORT_SYMBOL_GPL vmlinux 0x1858e710 devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x185abc7f ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x18654dea trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0x18660163 blkcipher_walk_virt EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size @@ -17586,25 +17548,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x18713f35 get_governor_parent_kobj EXPORT_SYMBOL_GPL vmlinux 0x18728552 sprint_OID EXPORT_SYMBOL_GPL vmlinux 0x1872a88e device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0x188a1133 d_walk -EXPORT_SYMBOL_GPL vmlinux 0x18903d39 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x189987ce genphy_c45_read_status EXPORT_SYMBOL_GPL vmlinux 0x189f874d powernv_get_random_long EXPORT_SYMBOL_GPL vmlinux 0x18a0b934 use_mm -EXPORT_SYMBOL_GPL vmlinux 0x18a53421 iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0x18ac3fc4 ata_sas_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x18ac4443 wm8350_block_write -EXPORT_SYMBOL_GPL vmlinux 0x18def401 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x18db5637 ping_bind EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg EXPORT_SYMBOL_GPL vmlinux 0x18ef3d0f crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x18f94dff ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x1902178a srp_tmo_valid EXPORT_SYMBOL_GPL vmlinux 0x1907ceb7 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x190ef4d1 ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x1914f28e rt_mutex_destroy EXPORT_SYMBOL_GPL vmlinux 0x19169bc1 hvc_instantiate -EXPORT_SYMBOL_GPL vmlinux 0x1916b89c skb_mpls_dec_ttl -EXPORT_SYMBOL_GPL vmlinux 0x192f2306 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x192872fe scsi_target_unblock EXPORT_SYMBOL_GPL vmlinux 0x192f9446 tty_encode_baud_rate -EXPORT_SYMBOL_GPL vmlinux 0x1930d373 ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x193a4722 __tracepoint_devlink_hwerr EXPORT_SYMBOL_GPL vmlinux 0x193b1c21 tty_standard_install EXPORT_SYMBOL_GPL vmlinux 0x19459862 devm_extcon_dev_register @@ -17612,41 +17572,42 @@ EXPORT_SYMBOL_GPL vmlinux 0x194daa04 pinmux_generic_get_function_name EXPORT_SYMBOL_GPL vmlinux 0x195daef1 fsnotify_find_mark EXPORT_SYMBOL_GPL vmlinux 0x196f0c8b badrange_init EXPORT_SYMBOL_GPL vmlinux 0x19726c04 pwm_set_chip_data -EXPORT_SYMBOL_GPL vmlinux 0x1975a595 ping_hash EXPORT_SYMBOL_GPL vmlinux 0x198f2e49 spi_replace_transfers EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled EXPORT_SYMBOL_GPL vmlinux 0x19b131f5 arizona_of_get_type EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister -EXPORT_SYMBOL_GPL vmlinux 0x19e213d3 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0x19e62de5 fwnode_graph_get_remote_port EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ed7dfe pci_epf_alloc_space EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1a04cf42 ata_std_qc_defer EXPORT_SYMBOL_GPL vmlinux 0x1a085bd0 __tracepoint_mc_event -EXPORT_SYMBOL_GPL vmlinux 0x1a0b340f __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string EXPORT_SYMBOL_GPL vmlinux 0x1a1e355c phy_power_off -EXPORT_SYMBOL_GPL vmlinux 0x1a240edb usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x1a25bb13 edac_mc_del_mc EXPORT_SYMBOL_GPL vmlinux 0x1a5271b9 unregister_virtio_device EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x1a5b5a1b hrtimer_active -EXPORT_SYMBOL_GPL vmlinux 0x1a632d4a devlink_flash_update_status_notify -EXPORT_SYMBOL_GPL vmlinux 0x1a6384ca tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie EXPORT_SYMBOL_GPL vmlinux 0x1a72ea76 gpiod_direction_output_raw EXPORT_SYMBOL_GPL vmlinux 0x1a77903a of_alias_get_alias_list EXPORT_SYMBOL_GPL vmlinux 0x1a9c20b1 xive_cleanup_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1a9d9670 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL vmlinux 0x1a9fb314 lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x1aa134e4 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1aa21ee8 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x1aa76fcd bpf_prog_put EXPORT_SYMBOL_GPL vmlinux 0x1aaf1524 wakeup_source_register EXPORT_SYMBOL_GPL vmlinux 0x1ad085d4 usb_queue_reset_device EXPORT_SYMBOL_GPL vmlinux 0x1add6a1d freq_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x1ae1ad07 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x1ae62b45 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x1aed98a8 rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow EXPORT_SYMBOL_GPL vmlinux 0x1b082410 fsstack_copy_attr_all -EXPORT_SYMBOL_GPL vmlinux 0x1b0f22c9 __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0x1b1f65f5 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1b27b766 ata_sg_init EXPORT_SYMBOL_GPL vmlinux 0x1b2d5484 power_supply_get_by_name EXPORT_SYMBOL_GPL vmlinux 0x1b320af7 pnv_pci_get_presence_state EXPORT_SYMBOL_GPL vmlinux 0x1b473b1c led_blink_set_oneshot @@ -17661,22 +17622,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context EXPORT_SYMBOL_GPL vmlinux 0x1b97e6a6 pm_genpd_opp_to_performance_state EXPORT_SYMBOL_GPL vmlinux 0x1b9a81f1 max8997_bulk_write EXPORT_SYMBOL_GPL vmlinux 0x1b9d4d79 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x1ba0c367 ata_host_alloc EXPORT_SYMBOL_GPL vmlinux 0x1bad8403 inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0x1bb726a1 blkcg_print_blkgs EXPORT_SYMBOL_GPL vmlinux 0x1bbc67d7 of_reserved_mem_lookup EXPORT_SYMBOL_GPL vmlinux 0x1bc15df5 fat_flush_inodes -EXPORT_SYMBOL_GPL vmlinux 0x1bc3c8cb skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input -EXPORT_SYMBOL_GPL vmlinux 0x1bc6fd58 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x1bc7748b skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x1bca36b1 spi_write_then_read EXPORT_SYMBOL_GPL vmlinux 0x1be55ea4 sbitmap_queue_min_shallow_depth EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained -EXPORT_SYMBOL_GPL vmlinux 0x1bf9b05e pci_epc_stop EXPORT_SYMBOL_GPL vmlinux 0x1bfa169b subsys_interface_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1bff4de3 ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0x1c043b4a pm_runtime_forbid -EXPORT_SYMBOL_GPL vmlinux 0x1c153b3d bus_set_iommu -EXPORT_SYMBOL_GPL vmlinux 0x1c3cfac7 eeh_pe_inject_err EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs EXPORT_SYMBOL_GPL vmlinux 0x1c62e34d opal_get_sensor_data @@ -17685,43 +17642,41 @@ EXPORT_SYMBOL_GPL vmlinux 0x1c7df74c kvm_hv_vm_activated EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x1c88f0b1 root_device_unregister -EXPORT_SYMBOL_GPL vmlinux 0x1c8ba0c7 xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x1c8bca8d emulate_vsx_store EXPORT_SYMBOL_GPL vmlinux 0x1ca366a2 __tracepoint_fdb_delete EXPORT_SYMBOL_GPL vmlinux 0x1cae1e60 devm_devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0x1cb2427a sysfs_create_files EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cbf59ad ip6_flush_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x1ccb1714 devm_nsio_enable EXPORT_SYMBOL_GPL vmlinux 0x1cde05b2 regmap_mmio_detach_clk -EXPORT_SYMBOL_GPL vmlinux 0x1cea1af1 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0x1cf73f9b usb_submit_urb EXPORT_SYMBOL_GPL vmlinux 0x1d0345d6 crypto_stats_ablkcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x1d061b40 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state EXPORT_SYMBOL_GPL vmlinux 0x1d2f9cfb da9052_enable_irq EXPORT_SYMBOL_GPL vmlinux 0x1d35d022 phy_pm_runtime_forbid EXPORT_SYMBOL_GPL vmlinux 0x1d3a5270 usb_hc_died -EXPORT_SYMBOL_GPL vmlinux 0x1d3d78d3 iommu_map -EXPORT_SYMBOL_GPL vmlinux 0x1d622d55 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x1d62ea0b __regmap_init_spi EXPORT_SYMBOL_GPL vmlinux 0x1d76e519 devm_mdiobus_alloc_size EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d812fe6 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x1d86557e serial8250_request_dma EXPORT_SYMBOL_GPL vmlinux 0x1d91753b bus_for_each_drv EXPORT_SYMBOL_GPL vmlinux 0x1d91ac89 __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0x1d9721f3 _proc_mkdir EXPORT_SYMBOL_GPL vmlinux 0x1da213ae gpiochip_find -EXPORT_SYMBOL_GPL vmlinux 0x1db16426 ping_close EXPORT_SYMBOL_GPL vmlinux 0x1ddeb806 devm_power_supply_register EXPORT_SYMBOL_GPL vmlinux 0x1de4a7a4 usb_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x1df06386 stmpe_block_read EXPORT_SYMBOL_GPL vmlinux 0x1df33284 opal_prd_msg +EXPORT_SYMBOL_GPL vmlinux 0x1e060151 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release EXPORT_SYMBOL_GPL vmlinux 0x1e0cf235 opal_get_sensor_data_u64 EXPORT_SYMBOL_GPL vmlinux 0x1e1d6a65 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x1e44ed63 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x1e48a539 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp -EXPORT_SYMBOL_GPL vmlinux 0x1e6c32ee ata_bmdma_status EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart EXPORT_SYMBOL_GPL vmlinux 0x1e8e0698 regulator_set_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush @@ -17734,16 +17689,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names EXPORT_SYMBOL_GPL vmlinux 0x1edac5c3 xive_native_enable_vp EXPORT_SYMBOL_GPL vmlinux 0x1edce769 phy_speed_up EXPORT_SYMBOL_GPL vmlinux 0x1ee6b11e bus_sort_breadthfirst -EXPORT_SYMBOL_GPL vmlinux 0x1ee8320c ata_sff_lost_interrupt -EXPORT_SYMBOL_GPL vmlinux 0x1efe8f93 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x1ee897d5 ata_pci_sff_init_host EXPORT_SYMBOL_GPL vmlinux 0x1f050e36 pnv_pci_set_power_state EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare -EXPORT_SYMBOL_GPL vmlinux 0x1f11714e ata_sff_softreset EXPORT_SYMBOL_GPL vmlinux 0x1f1ccbfb devm_hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0x1f229617 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x1f27220d lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv EXPORT_SYMBOL_GPL vmlinux 0x1f5f65db nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x1f687fd7 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x1f80522f device_pm_wait_for_dev EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout EXPORT_SYMBOL_GPL vmlinux 0x1f86bb23 wait_for_stable_page @@ -17751,38 +17706,39 @@ EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x1fa58ec0 alloc_dax_region -EXPORT_SYMBOL_GPL vmlinux 0x1fb8df9b ata_cable_sata EXPORT_SYMBOL_GPL vmlinux 0x1fbfc28a bio_disassociate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x1fda8603 scsi_target_block EXPORT_SYMBOL_GPL vmlinux 0x1fdb2659 proc_douintvec_minmax EXPORT_SYMBOL_GPL vmlinux 0x1fe45955 uart_handle_dcd_change EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs -EXPORT_SYMBOL_GPL vmlinux 0x1ff28ede netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x1ff5c12c blkdev_reset_zones EXPORT_SYMBOL_GPL vmlinux 0x200d1923 add_swap_extent EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write EXPORT_SYMBOL_GPL vmlinux 0x20399b3a add_disk_randomness EXPORT_SYMBOL_GPL vmlinux 0x20399c0e __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x2058ffba __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x205ac3f5 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x20698a3a skcipher_walk_async -EXPORT_SYMBOL_GPL vmlinux 0x2078e588 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame -EXPORT_SYMBOL_GPL vmlinux 0x20a13b8d devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x20b58d9a virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc1a77 ohci_restart EXPORT_SYMBOL_GPL vmlinux 0x20c2addb __phy_modify_mmd_changed EXPORT_SYMBOL_GPL vmlinux 0x20c9bf5a flow_indr_add_block_cb -EXPORT_SYMBOL_GPL vmlinux 0x20d07277 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x20cae062 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x20cb17d5 xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x20da593c pm_generic_resume_noirq EXPORT_SYMBOL_GPL vmlinux 0x20deb9fe i2c_of_match_device EXPORT_SYMBOL_GPL vmlinux 0x20e8e685 usb_alloc_urb EXPORT_SYMBOL_GPL vmlinux 0x20f593d4 regulator_get_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask -EXPORT_SYMBOL_GPL vmlinux 0x2119af6a pci_epc_mem_exit -EXPORT_SYMBOL_GPL vmlinux 0x2128b9cd pci_epc_mem_free_addr EXPORT_SYMBOL_GPL vmlinux 0x21335f47 devm_kasprintf EXPORT_SYMBOL_GPL vmlinux 0x21375595 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x214e3dac inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x21580839 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x2162154b devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x216b352d mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg -EXPORT_SYMBOL_GPL vmlinux 0x217c32d8 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x2183e3ba cs47l24_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x219bae53 pm_generic_restore_noirq EXPORT_SYMBOL_GPL vmlinux 0x21a03630 blk_steal_bios @@ -17796,6 +17752,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher EXPORT_SYMBOL_GPL vmlinux 0x21d5cacb badblocks_set EXPORT_SYMBOL_GPL vmlinux 0x21d78b12 xas_create_range EXPORT_SYMBOL_GPL vmlinux 0x21d7f8b0 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x21dbac83 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x21dd33d4 ata_host_get EXPORT_SYMBOL_GPL vmlinux 0x21e5d6ad crypto_stats_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x21e625a9 __cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0x21e7710c fsverity_cleanup_inode @@ -17807,22 +17765,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str EXPORT_SYMBOL_GPL vmlinux 0x2216c17e blk_insert_cloned_request EXPORT_SYMBOL_GPL vmlinux 0x221973f8 sdio_release_irq EXPORT_SYMBOL_GPL vmlinux 0x221eab6d scatterwalk_copychunks -EXPORT_SYMBOL_GPL vmlinux 0x2226e022 eeh_add_device_tree_late +EXPORT_SYMBOL_GPL vmlinux 0x2227f68b sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x22313bab __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x2234ac00 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x223e676c shake_page EXPORT_SYMBOL_GPL vmlinux 0x2247751d component_del -EXPORT_SYMBOL_GPL vmlinux 0x224dc3b8 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x225ce54f spi_add_device EXPORT_SYMBOL_GPL vmlinux 0x22710929 fuse_send_init EXPORT_SYMBOL_GPL vmlinux 0x227bbbdc irq_domain_get_irq_data -EXPORT_SYMBOL_GPL vmlinux 0x2285ee5b pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0x228cfbbd usb_driver_claim_interface EXPORT_SYMBOL_GPL vmlinux 0x229b0eb9 devices_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x22a25ee8 virtio_max_dma_size -EXPORT_SYMBOL_GPL vmlinux 0x22aec231 vfio_device_get_from_dev EXPORT_SYMBOL_GPL vmlinux 0x22b5d9a7 rio_request_outb_mbox -EXPORT_SYMBOL_GPL vmlinux 0x22cb604c pci_restore_pasid_state EXPORT_SYMBOL_GPL vmlinux 0x22d8e956 crypto_alloc_acomp -EXPORT_SYMBOL_GPL vmlinux 0x22e1ef0a rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x22e30570 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x22ea8250 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x22fa7635 edac_pci_del_device EXPORT_SYMBOL_GPL vmlinux 0x23166e05 sbitmap_add_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x2339ffdb mddev_unlock EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime @@ -17834,35 +17792,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x2379cf47 devm_regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node EXPORT_SYMBOL_GPL vmlinux 0x23947c8f cec_notifier_conn_register EXPORT_SYMBOL_GPL vmlinux 0x2397f3b5 dax_writeback_mapping_range -EXPORT_SYMBOL_GPL vmlinux 0x239d55ca ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0x23b3182a wm5102_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0x23b8ab67 balloon_page_list_dequeue EXPORT_SYMBOL_GPL vmlinux 0x23b9d4da __tracepoint_vfio_pci_npu2_mmap EXPORT_SYMBOL_GPL vmlinux 0x23bb75a0 __tracepoint_sched_overutilized_tp EXPORT_SYMBOL_GPL vmlinux 0x23ce1d35 netlink_strict_get_check -EXPORT_SYMBOL_GPL vmlinux 0x23cf385d validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0x23d95205 edac_set_report_status EXPORT_SYMBOL_GPL vmlinux 0x23e0c320 crypto_req_done -EXPORT_SYMBOL_GPL vmlinux 0x23ec426f pci_hp_deregister -EXPORT_SYMBOL_GPL vmlinux 0x23f15d0b ata_bmdma_error_handler EXPORT_SYMBOL_GPL vmlinux 0x2402f1d8 crypto_hash_walk_done EXPORT_SYMBOL_GPL vmlinux 0x2424f8d6 of_irq_parse_raw EXPORT_SYMBOL_GPL vmlinux 0x24285ac7 regulator_map_voltage_iterate EXPORT_SYMBOL_GPL vmlinux 0x242cbcf0 of_get_named_gpio_flags EXPORT_SYMBOL_GPL vmlinux 0x243ad1f9 devfreq_get_devfreq_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type -EXPORT_SYMBOL_GPL vmlinux 0x24428453 usb_reset_configuration -EXPORT_SYMBOL_GPL vmlinux 0x245affd2 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x2456fe3f ata_pci_sff_init_one EXPORT_SYMBOL_GPL vmlinux 0x245d060c sched_trace_rq_avg_dl EXPORT_SYMBOL_GPL vmlinux 0x24613478 tty_ldisc_deref EXPORT_SYMBOL_GPL vmlinux 0x246428c7 tty_port_tty_hangup -EXPORT_SYMBOL_GPL vmlinux 0x2472022d pci_epf_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x24727afe regulator_enable EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister EXPORT_SYMBOL_GPL vmlinux 0x247fd994 shmem_file_setup -EXPORT_SYMBOL_GPL vmlinux 0x2498044d pci_hp_remove_devices -EXPORT_SYMBOL_GPL vmlinux 0x24a8a777 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x24aede29 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x24b53e9b __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x24b9f356 mmu_partition_table_set_entry EXPORT_SYMBOL_GPL vmlinux 0x24c4c31a governor_sysfs_ops EXPORT_SYMBOL_GPL vmlinux 0x24c56d65 blkg_print_stat_ios @@ -17877,7 +17828,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x24f63dcf ata_xfer_mask2mode EXPORT_SYMBOL_GPL vmlinux 0x24f6e996 tpm_is_tpm2 EXPORT_SYMBOL_GPL vmlinux 0x250b852b sdio_retune_release EXPORT_SYMBOL_GPL vmlinux 0x2521738f dm_internal_resume -EXPORT_SYMBOL_GPL vmlinux 0x2529c4ae ata_sff_tf_read EXPORT_SYMBOL_GPL vmlinux 0x2559d24d kvmppc_h_set_dabr EXPORT_SYMBOL_GPL vmlinux 0x255f7d65 kthread_cancel_delayed_work_sync EXPORT_SYMBOL_GPL vmlinux 0x256f07bf stmpe_reg_read @@ -17885,12 +17835,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x25823cdc kset_create_and_add EXPORT_SYMBOL_GPL vmlinux 0x258e746e fork_usermode_blob EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk EXPORT_SYMBOL_GPL vmlinux 0x25b3e54a pinctrl_utils_reserve_map -EXPORT_SYMBOL_GPL vmlinux 0x25e6260f tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x25c0d562 fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0x25e6870b fuse_conn_put EXPORT_SYMBOL_GPL vmlinux 0x25ee1df5 usb_add_hcd EXPORT_SYMBOL_GPL vmlinux 0x25eee86c tpm_pm_suspend EXPORT_SYMBOL_GPL vmlinux 0x25f8b6d0 crypto_ahash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x2602fa11 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x260ac87f ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x2617b73c metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x26422c51 blk_mq_sched_try_merge EXPORT_SYMBOL_GPL vmlinux 0x264ce528 pinctrl_utils_add_map_mux EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed @@ -17900,20 +17852,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x266d3b7d cpufreq_disable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x2678eb01 rdev_set_badblocks EXPORT_SYMBOL_GPL vmlinux 0x267bdfd8 sched_smt_present EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268e1a17 eeh_pe_reset EXPORT_SYMBOL_GPL vmlinux 0x26a84c58 power_supply_batinfo_ocv2cap EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x26b1d6cb uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x26b625fd is_pnv_opal_msi EXPORT_SYMBOL_GPL vmlinux 0x26c622ee percpu_ref_switch_to_percpu EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense EXPORT_SYMBOL_GPL vmlinux 0x26cc7a4b crypto_aead_setkey EXPORT_SYMBOL_GPL vmlinux 0x26eaf9f9 pm_relax EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier -EXPORT_SYMBOL_GPL vmlinux 0x270126be devlink_port_attrs_set -EXPORT_SYMBOL_GPL vmlinux 0x27045fec sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0x274975e1 regmap_bulk_read EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained -EXPORT_SYMBOL_GPL vmlinux 0x274fe8a0 iommu_report_device_fault -EXPORT_SYMBOL_GPL vmlinux 0x27500a5f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x275e17d3 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x27657645 __tracepoint_tcp_send_reset EXPORT_SYMBOL_GPL vmlinux 0x277bbbf6 gpiochip_set_chained_irqchip EXPORT_SYMBOL_GPL vmlinux 0x278793c2 of_resolve_phandles @@ -17927,40 +17878,43 @@ EXPORT_SYMBOL_GPL vmlinux 0x27a10b8e serdev_device_set_flow_control EXPORT_SYMBOL_GPL vmlinux 0x27a79eab __wake_up_pollfree EXPORT_SYMBOL_GPL vmlinux 0x27aee86d regcache_cache_bypass EXPORT_SYMBOL_GPL vmlinux 0x27b0937e rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x27ddb255 vfio_device_get_from_dev EXPORT_SYMBOL_GPL vmlinux 0x27e042c3 ata_sas_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x27e6d3a8 blkcg_root -EXPORT_SYMBOL_GPL vmlinux 0x27eae398 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x27f1d350 pm_generic_runtime_resume EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x27f71d87 crypto_register_ahash EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages EXPORT_SYMBOL_GPL vmlinux 0x27fc0011 vfs_writef EXPORT_SYMBOL_GPL vmlinux 0x2801be9a pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x280f9bd9 ehci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x28106d36 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x281e6820 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x282ae3b3 uhci_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain EXPORT_SYMBOL_GPL vmlinux 0x287810bb device_get_child_node_count EXPORT_SYMBOL_GPL vmlinux 0x288560c3 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x288aa022 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x288c7a74 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x288dba31 relay_file_operations EXPORT_SYMBOL_GPL vmlinux 0x289d27c9 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x289e430f ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x28a8f935 usb_anchor_suspend_wakeups EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28aafb16 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free EXPORT_SYMBOL_GPL vmlinux 0x28ac1dc9 rio_mport_initialize EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister -EXPORT_SYMBOL_GPL vmlinux 0x28bf49bc __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x28c60035 devm_devfreq_event_add_edev EXPORT_SYMBOL_GPL vmlinux 0x28d4ffd6 power_supply_get_battery_info -EXPORT_SYMBOL_GPL vmlinux 0x28f082bd pnv_npu2_map_lpar_dev EXPORT_SYMBOL_GPL vmlinux 0x290eebe3 iomap_seek_hole -EXPORT_SYMBOL_GPL vmlinux 0x290f3b6c __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x29213c60 __get_task_comm -EXPORT_SYMBOL_GPL vmlinux 0x2930af1d pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x29233043 dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x2940032d pnv_pci_get_power_state -EXPORT_SYMBOL_GPL vmlinux 0x29629f59 init_phb_dynamic EXPORT_SYMBOL_GPL vmlinux 0x2964e55e fsverity_ioctl_enable EXPORT_SYMBOL_GPL vmlinux 0x2965be0e __xive_vm_h_cppr EXPORT_SYMBOL_GPL vmlinux 0x2986e853 iommu_tce_kill @@ -17968,7 +17922,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x298db1e3 crypto_register_rngs EXPORT_SYMBOL_GPL vmlinux 0x299b2800 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0x29aa48d0 radix__flush_tlb_lpid_page EXPORT_SYMBOL_GPL vmlinux 0x29baabd2 devm_i2c_new_dummy_device -EXPORT_SYMBOL_GPL vmlinux 0x29d6967e ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x29d69ff6 alarm_start EXPORT_SYMBOL_GPL vmlinux 0x29d968b4 dma_resv_get_fences_rcu EXPORT_SYMBOL_GPL vmlinux 0x29d9d429 shash_attr_alg @@ -17977,41 +17930,47 @@ EXPORT_SYMBOL_GPL vmlinux 0x29fe804b nvdimm_bus_add_badrange EXPORT_SYMBOL_GPL vmlinux 0x2a0a40fa mdio_bus_init EXPORT_SYMBOL_GPL vmlinux 0x2a0e560b setfl EXPORT_SYMBOL_GPL vmlinux 0x2a2388e2 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x2a25ff20 xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2a2efb2f sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x2a30dfb2 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x2a336698 opal_rtc_write +EXPORT_SYMBOL_GPL vmlinux 0x2a40758c ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x2a42950c cec_s_phys_addr EXPORT_SYMBOL_GPL vmlinux 0x2a44448b crypto_register_kpp EXPORT_SYMBOL_GPL vmlinux 0x2a4cf402 property_entries_free EXPORT_SYMBOL_GPL vmlinux 0x2a5052dc wait_on_page_writeback -EXPORT_SYMBOL_GPL vmlinux 0x2a50c609 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result -EXPORT_SYMBOL_GPL vmlinux 0x2a7163a0 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2a884b73 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x2ab80a8d sbitmap_queue_wake_all -EXPORT_SYMBOL_GPL vmlinux 0x2ac0c456 pcibios_free_controller_deferred EXPORT_SYMBOL_GPL vmlinux 0x2aca0a44 regmap_multi_reg_write EXPORT_SYMBOL_GPL vmlinux 0x2acf4bed blk_trace_remove EXPORT_SYMBOL_GPL vmlinux 0x2adbf3fe bpf_offload_dev_match EXPORT_SYMBOL_GPL vmlinux 0x2adc295e regmap_raw_write_async EXPORT_SYMBOL_GPL vmlinux 0x2ae117cc crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2aeb7cd2 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2aed605c tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0x2af168d2 cpufreq_driver_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x2b00206b rtc_nvmem_register EXPORT_SYMBOL_GPL vmlinux 0x2b1bae0e cpu_to_core_id EXPORT_SYMBOL_GPL vmlinux 0x2b1fba0f xive_native_disable_queue EXPORT_SYMBOL_GPL vmlinux 0x2b24963c tracepoint_probe_unregister EXPORT_SYMBOL_GPL vmlinux 0x2b3614dd pm_generic_suspend -EXPORT_SYMBOL_GPL vmlinux 0x2b395df8 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2b3cd3a2 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x2b4147ed kvmppc_hcall_impl_hv_realmode EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule -EXPORT_SYMBOL_GPL vmlinux 0x2b5c59d6 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0x2b65c991 tty_ldisc_flush EXPORT_SYMBOL_GPL vmlinux 0x2b7192bc wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x2b80f9f4 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0x2b9c0fc0 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x2baed5cc netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x2bb1c4b3 __devm_regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x2bb9095f radix__flush_pwc_lpid EXPORT_SYMBOL_GPL vmlinux 0x2bb95217 generic_access_phys EXPORT_SYMBOL_GPL vmlinux 0x2bd6a201 regmap_field_read EXPORT_SYMBOL_GPL vmlinux 0x2be9ccfe crypto_stats_skcipher_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x2c101ee1 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x2c0654a9 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x2c087ecf raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x2c14b275 tty_set_ldisc EXPORT_SYMBOL_GPL vmlinux 0x2c1fb199 __get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied @@ -18025,41 +17984,36 @@ EXPORT_SYMBOL_GPL vmlinux 0x2c7f1696 arizona_request_irq EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types EXPORT_SYMBOL_GPL vmlinux 0x2c8fba4e usb_hcd_start_port_resume EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca22baf switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x2cae68ae class_dev_iter_next EXPORT_SYMBOL_GPL vmlinux 0x2cb90768 serial8250_get_port -EXPORT_SYMBOL_GPL vmlinux 0x2cca8db9 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0x2cceb80b pnv_ocxl_map_xsl_regs EXPORT_SYMBOL_GPL vmlinux 0x2cd5df3a opal_ipmi_send EXPORT_SYMBOL_GPL vmlinux 0x2cd7eefe of_irq_parse_one EXPORT_SYMBOL_GPL vmlinux 0x2cd84df9 pinctrl_pm_select_idle_state EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated -EXPORT_SYMBOL_GPL vmlinux 0x2cdde442 fuse_request_end EXPORT_SYMBOL_GPL vmlinux 0x2ce89c82 crypto_init_spawn EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram -EXPORT_SYMBOL_GPL vmlinux 0x2cfa9889 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x2d084917 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x2d0c5b63 crypto_inst_setname EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait EXPORT_SYMBOL_GPL vmlinux 0x2d1bb648 kernfs_path_from_node -EXPORT_SYMBOL_GPL vmlinux 0x2d247111 ata_dev_next EXPORT_SYMBOL_GPL vmlinux 0x2d24f712 usb_autopm_get_interface_async EXPORT_SYMBOL_GPL vmlinux 0x2d2613de platform_device_add_data EXPORT_SYMBOL_GPL vmlinux 0x2d28a729 blk_mq_sched_try_insert_merge EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current EXPORT_SYMBOL_GPL vmlinux 0x2d36c592 md_bitmap_copy_from_slot EXPORT_SYMBOL_GPL vmlinux 0x2d38107f of_modalias_node -EXPORT_SYMBOL_GPL vmlinux 0x2d3a55e7 tcp_get_syncookie_mss -EXPORT_SYMBOL_GPL vmlinux 0x2d3a5f35 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts EXPORT_SYMBOL_GPL vmlinux 0x2d7c1abd rtc_read_time -EXPORT_SYMBOL_GPL vmlinux 0x2d8a45b0 edac_pci_handle_pe EXPORT_SYMBOL_GPL vmlinux 0x2d9b992e extcon_set_state EXPORT_SYMBOL_GPL vmlinux 0x2d9df220 memory_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x2dab2755 driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0x2db046e8 ata_eh_qc_retry EXPORT_SYMBOL_GPL vmlinux 0x2dbbb550 md_bitmap_load -EXPORT_SYMBOL_GPL vmlinux 0x2dbe19ee iommu_domain_free EXPORT_SYMBOL_GPL vmlinux 0x2dbff1af blk_trace_setup -EXPORT_SYMBOL_GPL vmlinux 0x2dd8689e ping_get_port -EXPORT_SYMBOL_GPL vmlinux 0x2ddb1a9f rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x2dd5e771 pci_restore_pasid_state +EXPORT_SYMBOL_GPL vmlinux 0x2defa777 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x2df46c1d sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0x2e04f3db pm_runtime_autosuspend_expiration EXPORT_SYMBOL_GPL vmlinux 0x2e09cc56 crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0x2e15e7ed regcache_sync @@ -18067,58 +18021,60 @@ EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e3a31be rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e4522fb edac_mc_find_csrow_by_page EXPORT_SYMBOL_GPL vmlinux 0x2e5db815 rio_request_mport_dma -EXPORT_SYMBOL_GPL vmlinux 0x2e62b964 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x2e729838 ata_std_postreset EXPORT_SYMBOL_GPL vmlinux 0x2e78702e kmsg_dump_get_line EXPORT_SYMBOL_GPL vmlinux 0x2e7ca6bb devfreq_event_get_edev_count EXPORT_SYMBOL_GPL vmlinux 0x2e892fb5 lp8788_read_byte EXPORT_SYMBOL_GPL vmlinux 0x2e8afb4f vfio_spapr_pci_eeh_open -EXPORT_SYMBOL_GPL vmlinux 0x2e8dee89 ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0x2ea94022 mm_iommu_newdev +EXPORT_SYMBOL_GPL vmlinux 0x2eb16fbe __pci_epf_register_driver EXPORT_SYMBOL_GPL vmlinux 0x2eb4863d device_set_wakeup_capable EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context EXPORT_SYMBOL_GPL vmlinux 0x2ebc159b mutex_lock_io EXPORT_SYMBOL_GPL vmlinux 0x2ebe2b9d phy_basic_features EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable EXPORT_SYMBOL_GPL vmlinux 0x2ecd0829 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x2ecda013 pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x2ed5cc6a blkg_print_stat_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2edb7494 sata_set_spd EXPORT_SYMBOL_GPL vmlinux 0x2edbbb19 devres_for_each_res -EXPORT_SYMBOL_GPL vmlinux 0x2f002514 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2ee8e3f3 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string EXPORT_SYMBOL_GPL vmlinux 0x2f102052 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2f1748a3 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x2f1eb7cf virtqueue_kick_prepare EXPORT_SYMBOL_GPL vmlinux 0x2f2214f4 mbox_free_channel EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register -EXPORT_SYMBOL_GPL vmlinux 0x2f454479 call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0x2f50e8cb __tracepoint_neigh_cleanup_and_release EXPORT_SYMBOL_GPL vmlinux 0x2f65f3fe sock_diag_unregister_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f6e296b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2f719bc1 usb_hcd_amd_remote_wakeup_quirk EXPORT_SYMBOL_GPL vmlinux 0x2f72d1af crypto_spawn_tfm EXPORT_SYMBOL_GPL vmlinux 0x2f866149 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2fb052e1 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0x2fb61674 debugfs_print_regs32 EXPORT_SYMBOL_GPL vmlinux 0x2fc01179 add_to_page_cache_lru -EXPORT_SYMBOL_GPL vmlinux 0x2fc36482 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x2fc73202 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x2fd41341 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0x2fd97856 srp_remove_host EXPORT_SYMBOL_GPL vmlinux 0x2feb1304 percpu_free_rwsem EXPORT_SYMBOL_GPL vmlinux 0x2ffbd18c opal_message_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x3038419b ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x3045a073 mmc_abort_tuning -EXPORT_SYMBOL_GPL vmlinux 0x304ad170 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x30663153 mbox_send_message -EXPORT_SYMBOL_GPL vmlinux 0x3068998e usb_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x307555aa map_vm_area EXPORT_SYMBOL_GPL vmlinux 0x3098608a sched_show_task EXPORT_SYMBOL_GPL vmlinux 0x309e2e50 led_sysfs_enable -EXPORT_SYMBOL_GPL vmlinux 0x30a5f110 ehci_init_driver EXPORT_SYMBOL_GPL vmlinux 0x30a91470 usb_get_from_anchor EXPORT_SYMBOL_GPL vmlinux 0x30a937ba debugfs_create_file -EXPORT_SYMBOL_GPL vmlinux 0x30b2e6f7 sata_scr_write EXPORT_SYMBOL_GPL vmlinux 0x30c1dad1 smpboot_unregister_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0x30cc59d4 cec_transmit_attempt_done_ts EXPORT_SYMBOL_GPL vmlinux 0x30dd334e irqchip_fwnode_ops -EXPORT_SYMBOL_GPL vmlinux 0x30dfd7c0 pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x30f0f63a sdio_disable_func EXPORT_SYMBOL_GPL vmlinux 0x30f5d75e nvdimm_in_overwrite EXPORT_SYMBOL_GPL vmlinux 0x30fcc6f4 phy_pm_runtime_get_sync @@ -18126,35 +18082,32 @@ EXPORT_SYMBOL_GPL vmlinux 0x3112260a phy_create EXPORT_SYMBOL_GPL vmlinux 0x3112921e gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x3116f7d6 device_create_vargs EXPORT_SYMBOL_GPL vmlinux 0x31191d7d transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x311b3a09 __netdev_watchdog_up EXPORT_SYMBOL_GPL vmlinux 0x31259aa5 rio_del_device EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave EXPORT_SYMBOL_GPL vmlinux 0x312a1340 of_property_read_string -EXPORT_SYMBOL_GPL vmlinux 0x31418d89 pci_epf_match_device EXPORT_SYMBOL_GPL vmlinux 0x31511906 usb_debug_root EXPORT_SYMBOL_GPL vmlinux 0x3154b8c0 usb_put_dev -EXPORT_SYMBOL_GPL vmlinux 0x31559f43 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0x31564a89 led_classdev_unregister -EXPORT_SYMBOL_GPL vmlinux 0x3156e914 pci_epc_mem_alloc_addr -EXPORT_SYMBOL_GPL vmlinux 0x315b9db3 edac_device_handle_ue EXPORT_SYMBOL_GPL vmlinux 0x315bf210 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x3173b1b3 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x317a0ddf power_supply_changed -EXPORT_SYMBOL_GPL vmlinux 0x317c426e validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x3192076b sata_link_resume EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook EXPORT_SYMBOL_GPL vmlinux 0x31a2643b usb_phy_get_charger_current EXPORT_SYMBOL_GPL vmlinux 0x31ab41a0 gpiochip_line_is_open_drain -EXPORT_SYMBOL_GPL vmlinux 0x31c1710a ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x31b19dc8 ata_scsi_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports EXPORT_SYMBOL_GPL vmlinux 0x31d4045a rhashtable_insert_slow EXPORT_SYMBOL_GPL vmlinux 0x31d705c4 spi_mem_default_supports_op EXPORT_SYMBOL_GPL vmlinux 0x31f002c2 md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x31fbf08a nvmem_register -EXPORT_SYMBOL_GPL vmlinux 0x31fe264a pci_create_root_bus -EXPORT_SYMBOL_GPL vmlinux 0x32076a8e pskb_put EXPORT_SYMBOL_GPL vmlinux 0x321274e0 spi_res_add EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl EXPORT_SYMBOL_GPL vmlinux 0x32326446 rio_release_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0x3236c65b led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x3237005f xhci_gen_setup EXPORT_SYMBOL_GPL vmlinux 0x323a6853 dax_layout_busy_page EXPORT_SYMBOL_GPL vmlinux 0x323d4840 gpiochip_add_data_with_key EXPORT_SYMBOL_GPL vmlinux 0x3241cede wm8998_i2c_regmap @@ -18163,7 +18116,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x325021ef crypto_shash_finup EXPORT_SYMBOL_GPL vmlinux 0x3259a61f cec_notifier_get_conn EXPORT_SYMBOL_GPL vmlinux 0x325abcc8 i2c_new_device EXPORT_SYMBOL_GPL vmlinux 0x32603169 usb_enable_autosuspend -EXPORT_SYMBOL_GPL vmlinux 0x3264ba66 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor EXPORT_SYMBOL_GPL vmlinux 0x327f95a9 inode_sb_list_add EXPORT_SYMBOL_GPL vmlinux 0x32804d31 dev_pm_opp_of_cpumask_remove_table @@ -18174,108 +18126,109 @@ EXPORT_SYMBOL_GPL vmlinux 0x32b6d7ad dpm_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec EXPORT_SYMBOL_GPL vmlinux 0x32beea46 led_get_default_pattern EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register -EXPORT_SYMBOL_GPL vmlinux 0x32d6f13e iommu_iova_to_phys EXPORT_SYMBOL_GPL vmlinux 0x32d991e2 thermal_zone_of_sensor_unregister -EXPORT_SYMBOL_GPL vmlinux 0x32dcbdf4 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x32de0230 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0x32eb3fb0 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x32ebe68c ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x32f22267 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x33066da2 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x3318b92c adp5520_clr_bits -EXPORT_SYMBOL_GPL vmlinux 0x33232663 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x33299915 of_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0x332c4378 rio_route_add_entry EXPORT_SYMBOL_GPL vmlinux 0x3354076b phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x3359afb2 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x335a700c regmap_get_val_endian EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x336bb128 eventfd_ctx_fileget EXPORT_SYMBOL_GPL vmlinux 0x336d13ac mbox_chan_txdone EXPORT_SYMBOL_GPL vmlinux 0x33744569 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x33825269 usb_sg_init EXPORT_SYMBOL_GPL vmlinux 0x33922703 extcon_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x33a5935c sg_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x33b446c7 crypto_aes_set_key -EXPORT_SYMBOL_GPL vmlinux 0x33bdd160 pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0x33e075da blk_mq_free_request EXPORT_SYMBOL_GPL vmlinux 0x33e07ef8 __dma_request_channel EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local EXPORT_SYMBOL_GPL vmlinux 0x33f1b691 __fat_fs_error -EXPORT_SYMBOL_GPL vmlinux 0x34031d44 ata_host_get EXPORT_SYMBOL_GPL vmlinux 0x340e779a dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3416b51f usb_get_status EXPORT_SYMBOL_GPL vmlinux 0x341c85e9 device_property_match_string -EXPORT_SYMBOL_GPL vmlinux 0x341fe5ba pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x341df54c hwmon_device_register EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash -EXPORT_SYMBOL_GPL vmlinux 0x3447ed4c ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x344c3fa2 arizona_dev_exit EXPORT_SYMBOL_GPL vmlinux 0x344dadad virtio_device_restore EXPORT_SYMBOL_GPL vmlinux 0x345ba626 uprobe_register EXPORT_SYMBOL_GPL vmlinux 0x346d20d7 devm_regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0x346da4d6 tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x34730c79 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3474fd25 fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x347a77e7 sched_trace_rq_cpu +EXPORT_SYMBOL_GPL vmlinux 0x347a887b napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x3499a071 devm_nvmem_register -EXPORT_SYMBOL_GPL vmlinux 0x349bcbf1 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x34a4b71b __tracepoint_detach_device_from_domain EXPORT_SYMBOL_GPL vmlinux 0x34a5f6dd usb_kill_urb EXPORT_SYMBOL_GPL vmlinux 0x34bab869 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x34be6e7b devm_hwmon_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x34c2d986 of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0x34d4e9f3 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0x34dbfb21 spi_unregister_controller -EXPORT_SYMBOL_GPL vmlinux 0x34f0e759 strp_unpause -EXPORT_SYMBOL_GPL vmlinux 0x34f660e0 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x34f5ebed devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x34f97cba __irq_domain_alloc_fwnode -EXPORT_SYMBOL_GPL vmlinux 0x35046013 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x3513dd91 transport_remove_device EXPORT_SYMBOL_GPL vmlinux 0x35149ba1 vfs_getxattr EXPORT_SYMBOL_GPL vmlinux 0x351a8a21 rdev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy -EXPORT_SYMBOL_GPL vmlinux 0x3548b31b pci_epf_destroy EXPORT_SYMBOL_GPL vmlinux 0x355c4939 crypto_dequeue_request EXPORT_SYMBOL_GPL vmlinux 0x3567743b vfio_external_user_iommu_id EXPORT_SYMBOL_GPL vmlinux 0x357744a6 cec_s_conn_info -EXPORT_SYMBOL_GPL vmlinux 0x357a72bb tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0x357c7fca gpiod_set_debounce EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate -EXPORT_SYMBOL_GPL vmlinux 0x35a9df04 skb_splice_bits -EXPORT_SYMBOL_GPL vmlinux 0x35bcef33 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x35a03430 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0x35c44ec4 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0x35c80d36 od_register_powersave_bias_handler EXPORT_SYMBOL_GPL vmlinux 0x35ca091d crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x35cebb93 rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0x35d772ae nd_blk_region_provider_data -EXPORT_SYMBOL_GPL vmlinux 0x35e3359b eeh_pe_configure -EXPORT_SYMBOL_GPL vmlinux 0x35e7ff18 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x35f31c54 arch_set_freq_scale EXPORT_SYMBOL_GPL vmlinux 0x35f9576f regulator_set_voltage_time_sel EXPORT_SYMBOL_GPL vmlinux 0x36038695 led_trigger_register_simple EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0x36178827 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace EXPORT_SYMBOL_GPL vmlinux 0x3621155c bio_associate_blkg_from_css EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process EXPORT_SYMBOL_GPL vmlinux 0x364a4d97 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x36538e95 sata_link_hardreset EXPORT_SYMBOL_GPL vmlinux 0x3653c6b4 crypto_aead_setauthsize EXPORT_SYMBOL_GPL vmlinux 0x368bc18d bpf_map_inc EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot EXPORT_SYMBOL_GPL vmlinux 0x36acd868 tty_ldisc_release EXPORT_SYMBOL_GPL vmlinux 0x36afb08a fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x36cfd775 devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x36de6f2e gpiod_get_array_value EXPORT_SYMBOL_GPL vmlinux 0x36e2efef devfreq_event_add_edev EXPORT_SYMBOL_GPL vmlinux 0x36e3f0ab simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x36f2b461 pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x37161ba4 get_net_ns EXPORT_SYMBOL_GPL vmlinux 0x3716c3de security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x3716e021 pci_epf_match_device EXPORT_SYMBOL_GPL vmlinux 0x371e833d spi_mem_adjust_op_size EXPORT_SYMBOL_GPL vmlinux 0x3721fe6c gpio_to_desc EXPORT_SYMBOL_GPL vmlinux 0x374c2088 kmsg_dump_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x374c53e1 ata_get_cmd_descript -EXPORT_SYMBOL_GPL vmlinux 0x37650dc4 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x376d4639 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0x3771ad59 debugfs_attr_write EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state EXPORT_SYMBOL_GPL vmlinux 0x379511ca nd_device_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x37951f85 cpu_add_dev_attr_group EXPORT_SYMBOL_GPL vmlinux 0x37a36875 device_link_del -EXPORT_SYMBOL_GPL vmlinux 0x37a37f70 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x37add327 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0x37b297c6 __tracepoint_block_bio_remap EXPORT_SYMBOL_GPL vmlinux 0x37b77739 save_stack_trace_regs EXPORT_SYMBOL_GPL vmlinux 0x37be1bc1 each_symbol_section EXPORT_SYMBOL_GPL vmlinux 0x37c2474e xsk_reuseq_swap EXPORT_SYMBOL_GPL vmlinux 0x37c54fd9 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x37d3d791 nf_queue EXPORT_SYMBOL_GPL vmlinux 0x37d5eaf0 trace_seq_vprintf EXPORT_SYMBOL_GPL vmlinux 0x37d814ce __online_page_free EXPORT_SYMBOL_GPL vmlinux 0x37db7802 kvmppc_check_need_tlb_flush @@ -18285,107 +18238,113 @@ EXPORT_SYMBOL_GPL vmlinux 0x37ea16c2 pstore_unregister EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy EXPORT_SYMBOL_GPL vmlinux 0x380e5c9e inode_dax -EXPORT_SYMBOL_GPL vmlinux 0x380ef74f pcibios_map_io_space EXPORT_SYMBOL_GPL vmlinux 0x38166743 virtqueue_kick -EXPORT_SYMBOL_GPL vmlinux 0x38168780 nf_nat_hook -EXPORT_SYMBOL_GPL vmlinux 0x3824a41b pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x3829deba tty_port_register_device_serdev EXPORT_SYMBOL_GPL vmlinux 0x382ec4dc sbitmap_get EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection EXPORT_SYMBOL_GPL vmlinux 0x3868699b kernfs_get EXPORT_SYMBOL_GPL vmlinux 0x387098f2 __pm_runtime_suspend -EXPORT_SYMBOL_GPL vmlinux 0x387122a2 devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0x388a7e25 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0x38a2f09c usb_alloc_streams EXPORT_SYMBOL_GPL vmlinux 0x38b144db bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x38b633aa pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x38ba1ffa cgroup_attach_task_all EXPORT_SYMBOL_GPL vmlinux 0x38ba8976 security_path_symlink EXPORT_SYMBOL_GPL vmlinux 0x38ca8efd key_type_user EXPORT_SYMBOL_GPL vmlinux 0x38d23562 badrange_add EXPORT_SYMBOL_GPL vmlinux 0x38d51b00 of_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0x38d75871 tps65912_device_exit -EXPORT_SYMBOL_GPL vmlinux 0x38ea103b ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0x38ef6625 l3mdev_master_ifindex_rcu -EXPORT_SYMBOL_GPL vmlinux 0x390bb10e iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x39112434 da903x_reads EXPORT_SYMBOL_GPL vmlinux 0x3917388d __tracepoint_wbc_writepage EXPORT_SYMBOL_GPL vmlinux 0x391e068c of_alias_get_id EXPORT_SYMBOL_GPL vmlinux 0x3932b983 regmap_get_val_bytes EXPORT_SYMBOL_GPL vmlinux 0x3939be9c xdp_rxq_info_unreg_mem_model -EXPORT_SYMBOL_GPL vmlinux 0x393ac1a3 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0x394d0d29 debugfs_create_u32_array EXPORT_SYMBOL_GPL vmlinux 0x3963ec31 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x396754dc ata_sff_pause EXPORT_SYMBOL_GPL vmlinux 0x397cf4df synchronize_srcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x39934a72 scsi_nl_sock EXPORT_SYMBOL_GPL vmlinux 0x39994d2b rt_mutex_timed_lock EXPORT_SYMBOL_GPL vmlinux 0x39ad879e devres_add EXPORT_SYMBOL_GPL vmlinux 0x39b4dc93 rht_bucket_nested_insert -EXPORT_SYMBOL_GPL vmlinux 0x39bfc49a pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x39e3b109 ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module EXPORT_SYMBOL_GPL vmlinux 0x39e8280e bpf_trace_run8 EXPORT_SYMBOL_GPL vmlinux 0x39ebbac0 blkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x39ef15fd nvdimm_has_flush -EXPORT_SYMBOL_GPL vmlinux 0x39f5195b metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3a07b520 of_get_pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0x3a1c1894 fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0x3a1f7598 crypto_spawn_tfm2 EXPORT_SYMBOL_GPL vmlinux 0x3a25b160 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3a3283c0 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x3a3fe29c pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x3a484ce7 devlink_free EXPORT_SYMBOL_GPL vmlinux 0x3a4e61e5 device_node_to_regmap EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a547c2a fscrypt_ioctl_remove_key_all_users -EXPORT_SYMBOL_GPL vmlinux 0x3a58b13f cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0x3a5f0393 locks_release_private -EXPORT_SYMBOL_GPL vmlinux 0x3a61f77a pci_find_bus_by_node EXPORT_SYMBOL_GPL vmlinux 0x3a6c538e sock_diag_save_cookie EXPORT_SYMBOL_GPL vmlinux 0x3a7273c1 of_platform_default_populate EXPORT_SYMBOL_GPL vmlinux 0x3a74caac da903x_write -EXPORT_SYMBOL_GPL vmlinux 0x3a7da6a2 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x3a8f2ef3 iommu_del_device EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial EXPORT_SYMBOL_GPL vmlinux 0x3aa15d74 usb_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x3aad6f0b pm_runtime_irq_safe -EXPORT_SYMBOL_GPL vmlinux 0x3ac8d2b2 ata_host_start -EXPORT_SYMBOL_GPL vmlinux 0x3aca9124 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x3abeccd7 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource EXPORT_SYMBOL_GPL vmlinux 0x3adcf9ee pinctrl_select_state EXPORT_SYMBOL_GPL vmlinux 0x3ade218e device_wakeup_enable EXPORT_SYMBOL_GPL vmlinux 0x3ae27394 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x3af4e5b6 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3b094d9f usb_reset_endpoint EXPORT_SYMBOL_GPL vmlinux 0x3b0cc6d0 balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0x3b0ea631 fixed_phy_unregister EXPORT_SYMBOL_GPL vmlinux 0x3b24a074 regulator_set_active_discharge_regmap EXPORT_SYMBOL_GPL vmlinux 0x3b325004 __vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x3b32994d mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3b391af7 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x3b475f95 usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release EXPORT_SYMBOL_GPL vmlinux 0x3b5d2143 __compat_only_sysfs_link_entry_to_kobj EXPORT_SYMBOL_GPL vmlinux 0x3b6c7ff3 rio_lock_device -EXPORT_SYMBOL_GPL vmlinux 0x3b71bd09 pci_epc_remove_epf EXPORT_SYMBOL_GPL vmlinux 0x3b94a65a sbitmap_queue_init_node EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free -EXPORT_SYMBOL_GPL vmlinux 0x3b9e4edb xhci_resume EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset EXPORT_SYMBOL_GPL vmlinux 0x3bac1942 evm_verifyxattr EXPORT_SYMBOL_GPL vmlinux 0x3bb2e42a __pm_runtime_idle -EXPORT_SYMBOL_GPL vmlinux 0x3bb49d57 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x3bb47fc6 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x3bba91e3 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x3bbffb88 ata_cable_40wire EXPORT_SYMBOL_GPL vmlinux 0x3bca3433 of_dma_controller_register EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf2c294 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x3bf6ed26 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x3c0af41c skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x3c0d454d handle_level_irq EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c462477 nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0x3c4aaf9e fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x3c5b4890 is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0x3c5b5e06 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3c68e1c6 pnv_ocxl_spa_setup EXPORT_SYMBOL_GPL vmlinux 0x3c768035 nvdimm_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x3c9633f2 rhashtable_walk_next -EXPORT_SYMBOL_GPL vmlinux 0x3c97204d pciserial_init_ports EXPORT_SYMBOL_GPL vmlinux 0x3ca70304 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x3ca7dd7a sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x3ca95642 pm_generic_thaw_early EXPORT_SYMBOL_GPL vmlinux 0x3cb18f4b device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0x3cb3f36e devm_usb_get_phy_by_node EXPORT_SYMBOL_GPL vmlinux 0x3cb78959 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x3cc19d99 edac_pci_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0x3cc21119 max8997_write_reg EXPORT_SYMBOL_GPL vmlinux 0x3cc3cd0b bpf_prog_add EXPORT_SYMBOL_GPL vmlinux 0x3cc7b6a7 gen_pool_get EXPORT_SYMBOL_GPL vmlinux 0x3cc7e35c watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3ccccbde skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3ce1f2c8 pm_runtime_force_suspend EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area @@ -18394,38 +18353,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x3cfb3dd7 usb_get_phy EXPORT_SYMBOL_GPL vmlinux 0x3cfb796d kvmppc_save_tm_hv EXPORT_SYMBOL_GPL vmlinux 0x3d04838d gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0x3d067327 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d0fb6ab seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x3d12ddb9 ata_sas_port_destroy EXPORT_SYMBOL_GPL vmlinux 0x3d16a3ff cpufreq_dbs_governor_limits -EXPORT_SYMBOL_GPL vmlinux 0x3d2050f8 __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x3d29946d rio_request_outb_dbell EXPORT_SYMBOL_GPL vmlinux 0x3d299dfb static_key_enable_cpuslocked EXPORT_SYMBOL_GPL vmlinux 0x3d2b2267 module_mutex EXPORT_SYMBOL_GPL vmlinux 0x3d2e94fd dma_buf_vunmap EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5475fe pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x3d612305 iommu_direction_to_tce_perm -EXPORT_SYMBOL_GPL vmlinux 0x3d68ea52 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x3d69ca3d dev_pm_domain_attach EXPORT_SYMBOL_GPL vmlinux 0x3d79bc95 class_interface_unregister EXPORT_SYMBOL_GPL vmlinux 0x3d867dd0 raw_v4_hashinfo EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size EXPORT_SYMBOL_GPL vmlinux 0x3d904dce usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x3d917411 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x3dc3491e ata_sff_hsm_move EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match -EXPORT_SYMBOL_GPL vmlinux 0x3dc52b70 dst_cache_set_ip4 EXPORT_SYMBOL_GPL vmlinux 0x3dc70ec3 devm_kstrdup_const EXPORT_SYMBOL_GPL vmlinux 0x3dcaa9f3 rio_mport_get_feature EXPORT_SYMBOL_GPL vmlinux 0x3dd1ea7d reset_control_get_count EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu EXPORT_SYMBOL_GPL vmlinux 0x3ddb5445 fwnode_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x3ddc233a register_kretprobe -EXPORT_SYMBOL_GPL vmlinux 0x3ddcd534 lwtunnel_cmp_encap -EXPORT_SYMBOL_GPL vmlinux 0x3dddedfd register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final EXPORT_SYMBOL_GPL vmlinux 0x3deb93ee disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x3defe1e5 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x3df17997 radix_kvm_prefetch_workaround EXPORT_SYMBOL_GPL vmlinux 0x3dfc6730 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3e07596d ata_link_abort EXPORT_SYMBOL_GPL vmlinux 0x3e14576d bd_link_disk_holder EXPORT_SYMBOL_GPL vmlinux 0x3e173a74 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x3e229208 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x3e4e9191 alarm_start_relative EXPORT_SYMBOL_GPL vmlinux 0x3e5679ea pwm_request EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer @@ -18433,7 +18394,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x3e816f56 rio_release_inb_dbell EXPORT_SYMBOL_GPL vmlinux 0x3e87ce7f adp5520_read EXPORT_SYMBOL_GPL vmlinux 0x3e9ef2c6 usb_find_alt_setting EXPORT_SYMBOL_GPL vmlinux 0x3eb32753 blk_poll -EXPORT_SYMBOL_GPL vmlinux 0x3ec90362 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x3eb639ac tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x3ec4e10b skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x3ecaa4af mmu_notifier_range_update_to_read_only EXPORT_SYMBOL_GPL vmlinux 0x3ecc4e55 ata_sas_port_stop EXPORT_SYMBOL_GPL vmlinux 0x3ecdaa2b __find_linux_pte @@ -18442,48 +18404,42 @@ EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc EXPORT_SYMBOL_GPL vmlinux 0x3ef1e968 genphy_c45_read_lpa EXPORT_SYMBOL_GPL vmlinux 0x3ef7d2a7 cpufreq_driver_resolve_freq EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access -EXPORT_SYMBOL_GPL vmlinux 0x3f05372e skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x3f1328fb devm_serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0x3f330a7d device_init_wakeup -EXPORT_SYMBOL_GPL vmlinux 0x3f33a174 sk_msg_free_partial -EXPORT_SYMBOL_GPL vmlinux 0x3f3b429c nexthop_find_by_id -EXPORT_SYMBOL_GPL vmlinux 0x3f43852d pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x3f678c08 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x3f77772d cpufreq_enable_fast_switch EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put -EXPORT_SYMBOL_GPL vmlinux 0x3f8dec3f pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x3f964b64 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x3fad1f36 sock_zerocopy_put EXPORT_SYMBOL_GPL vmlinux 0x3fbc513e blk_add_driver_data EXPORT_SYMBOL_GPL vmlinux 0x3fc44c42 dev_attr_link_power_management_policy EXPORT_SYMBOL_GPL vmlinux 0x3fcb6de8 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3fdb7ab7 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x3fdc0b33 pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next EXPORT_SYMBOL_GPL vmlinux 0x40246f00 akcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x4043e73c regmap_mmio_attach_clk -EXPORT_SYMBOL_GPL vmlinux 0x405f14ec cxl_update_properties EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x407697a2 dma_wait_for_async_tx -EXPORT_SYMBOL_GPL vmlinux 0x407f876e uhci_reset_hc -EXPORT_SYMBOL_GPL vmlinux 0x4087e2a4 ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle -EXPORT_SYMBOL_GPL vmlinux 0x40962971 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free EXPORT_SYMBOL_GPL vmlinux 0x40ad34d5 gpiochip_irq_map EXPORT_SYMBOL_GPL vmlinux 0x40b03305 rio_dev_get EXPORT_SYMBOL_GPL vmlinux 0x40b323ed bpf_prog_inc EXPORT_SYMBOL_GPL vmlinux 0x40b5be99 xive_native_populate_irq_data EXPORT_SYMBOL_GPL vmlinux 0x40b7e62c pm_generic_suspend_late -EXPORT_SYMBOL_GPL vmlinux 0x40c9bdf6 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x40dea211 devm_irq_setup_generic_chip -EXPORT_SYMBOL_GPL vmlinux 0x40dee7eb raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x40e0404f ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x40e3f236 perf_event_read_value -EXPORT_SYMBOL_GPL vmlinux 0x40ed0bd5 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put EXPORT_SYMBOL_GPL vmlinux 0x40f7c392 devm_kfree EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x41034639 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x41090f1b hvc_alloc EXPORT_SYMBOL_GPL vmlinux 0x41154e2a eventfd_fget EXPORT_SYMBOL_GPL vmlinux 0x41165d74 handle_untracked_irq @@ -18491,6 +18447,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x411b5862 nvmem_cell_read_u32 EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings EXPORT_SYMBOL_GPL vmlinux 0x414d7aae xive_native_get_queue_state EXPORT_SYMBOL_GPL vmlinux 0x4150222c of_i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL vmlinux 0x415342b0 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x41626df3 fwnode_graph_get_remote_endpoint EXPORT_SYMBOL_GPL vmlinux 0x416c6581 fuse_dev_free EXPORT_SYMBOL_GPL vmlinux 0x416fe00a security_path_chmod @@ -18504,52 +18461,49 @@ EXPORT_SYMBOL_GPL vmlinux 0x41b8bbb0 smpboot_register_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0x41c4dbb6 irq_domain_free_fwnode EXPORT_SYMBOL_GPL vmlinux 0x41d493ef fwnode_graph_get_endpoint_by_id EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue -EXPORT_SYMBOL_GPL vmlinux 0x41f4aab0 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x4201f4fe gpiod_toggle_active_low EXPORT_SYMBOL_GPL vmlinux 0x4202eaf1 perf_tp_event EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420d245b skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x42139aeb sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x421a26d2 hwpoison_filter EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk -EXPORT_SYMBOL_GPL vmlinux 0x423143ec pci_epc_set_msix EXPORT_SYMBOL_GPL vmlinux 0x423d2a6c shmem_read_mapping_page_gfp EXPORT_SYMBOL_GPL vmlinux 0x4254214d gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x4259916b free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags EXPORT_SYMBOL_GPL vmlinux 0x426463f2 devm_of_platform_depopulate -EXPORT_SYMBOL_GPL vmlinux 0x426c5d64 dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active -EXPORT_SYMBOL_GPL vmlinux 0x429b4e0f of_pci_parse_bus_range EXPORT_SYMBOL_GPL vmlinux 0x42a6f6eb devm_platform_ioremap_resource -EXPORT_SYMBOL_GPL vmlinux 0x42c00d6f xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0x42ced929 of_platform_depopulate EXPORT_SYMBOL_GPL vmlinux 0x42d27c8a ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x42e91d49 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x42ef0bc4 stop_machine EXPORT_SYMBOL_GPL vmlinux 0x42f53c4d stmpe_set_altfunc EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs EXPORT_SYMBOL_GPL vmlinux 0x4302a779 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x430d562e inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x432702e6 mm_iommu_mapped_inc -EXPORT_SYMBOL_GPL vmlinux 0x43361fc6 pcibios_free_controller EXPORT_SYMBOL_GPL vmlinux 0x433ae21c user_preparse EXPORT_SYMBOL_GPL vmlinux 0x4342269f subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x434dc152 fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x4351cd8f xdp_rxq_info_reg_mem_model EXPORT_SYMBOL_GPL vmlinux 0x435a018d phy_restore_page EXPORT_SYMBOL_GPL vmlinux 0x435a0719 paste_selection EXPORT_SYMBOL_GPL vmlinux 0x435d2ea6 exportfs_encode_fh EXPORT_SYMBOL_GPL vmlinux 0x436247f3 regulator_bulk_force_disable EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled -EXPORT_SYMBOL_GPL vmlinux 0x43a5b8fe ata_std_postreset EXPORT_SYMBOL_GPL vmlinux 0x43a6f397 cec_notifier_parse_hdmi_phandle EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x43b52f28 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x43c46375 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x43cdb7d2 iommu_get_domain_for_dev EXPORT_SYMBOL_GPL vmlinux 0x43eb902d ftrace_set_notrace -EXPORT_SYMBOL_GPL vmlinux 0x43ef891f devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift -EXPORT_SYMBOL_GPL vmlinux 0x441ec04a iommu_domain_window_enable EXPORT_SYMBOL_GPL vmlinux 0x4437de01 phy_basic_t1_features -EXPORT_SYMBOL_GPL vmlinux 0x44392d77 eeh_pe_reset EXPORT_SYMBOL_GPL vmlinux 0x4441463d led_trigger_unregister_simple EXPORT_SYMBOL_GPL vmlinux 0x4467cbed securityfs_remove -EXPORT_SYMBOL_GPL vmlinux 0x4468eea0 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x44767297 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x447a8fdb skcipher_walk_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x447f237f pnv_ocxl_unmap_xsl_regs EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe @@ -18559,41 +18513,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x449fa45d btree_remove EXPORT_SYMBOL_GPL vmlinux 0x44b09de0 iommu_tce_check_ioba EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x44d312e9 platform_find_device_by_driver -EXPORT_SYMBOL_GPL vmlinux 0x44d42966 iommu_page_response -EXPORT_SYMBOL_GPL vmlinux 0x44df7411 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44e52f27 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x44fa764b dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x450443ce wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x4504bd01 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen EXPORT_SYMBOL_GPL vmlinux 0x450a8c4c devm_regulator_unregister -EXPORT_SYMBOL_GPL vmlinux 0x451f9f38 usb_sg_wait -EXPORT_SYMBOL_GPL vmlinux 0x452ba2cb ata_scsi_slave_config EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4540bd7c iommu_aux_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x45539fd1 fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x455b40bc regmap_noinc_read EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list EXPORT_SYMBOL_GPL vmlinux 0x4595c5dd dev_pm_opp_get_voltage -EXPORT_SYMBOL_GPL vmlinux 0x45a6c381 report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0x45d146dc virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x45d7dc82 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x45e282ff irq_create_strict_mappings -EXPORT_SYMBOL_GPL vmlinux 0x45ed0c08 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0x45f0e367 dev_pm_set_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x45fc5c4c hwspin_lock_free EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x460d5719 ptp_classify_raw EXPORT_SYMBOL_GPL vmlinux 0x46109afa usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x461496b8 eeh_pe_mark_isolated EXPORT_SYMBOL_GPL vmlinux 0x46181cf8 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x461942de devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0x461e5aa1 key_type_trusted EXPORT_SYMBOL_GPL vmlinux 0x4628b83d dax_copy_from_iter -EXPORT_SYMBOL_GPL vmlinux 0x4636ec84 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x46307e5e dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0x463ba34d i2c_new_dummy EXPORT_SYMBOL_GPL vmlinux 0x4648b2aa phy_gbit_fibre_features EXPORT_SYMBOL_GPL vmlinux 0x464cbccd __sbitmap_queue_get_shallow EXPORT_SYMBOL_GPL vmlinux 0x465467bd fuse_dev_operations -EXPORT_SYMBOL_GPL vmlinux 0x465fcce9 __skb_get_hash_symmetric -EXPORT_SYMBOL_GPL vmlinux 0x4679318a lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x468d4ef5 spi_finalize_current_transfer EXPORT_SYMBOL_GPL vmlinux 0x468eb179 kvmppc_update_dirty_map EXPORT_SYMBOL_GPL vmlinux 0x46960058 firmware_kobj -EXPORT_SYMBOL_GPL vmlinux 0x46974715 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0x46c3759b devm_remove_action EXPORT_SYMBOL_GPL vmlinux 0x46c63c68 cpufreq_dbs_governor_exit EXPORT_SYMBOL_GPL vmlinux 0x46e0b05a devm_gpiod_get_array @@ -18601,34 +18554,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x46e1c92c free_vm_area EXPORT_SYMBOL_GPL vmlinux 0x46e465de klist_init EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put EXPORT_SYMBOL_GPL vmlinux 0x4705c76c trace_seq_to_user -EXPORT_SYMBOL_GPL vmlinux 0x471d9fec of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x471007cd devlink_sb_register EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request EXPORT_SYMBOL_GPL vmlinux 0x4722a934 __rio_local_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0x473099f1 devfreq_event_get_edev_by_phandle EXPORT_SYMBOL_GPL vmlinux 0x47394552 dev_pm_opp_of_add_table_indexed EXPORT_SYMBOL_GPL vmlinux 0x473f0214 __phy_modify_mmd -EXPORT_SYMBOL_GPL vmlinux 0x4756f171 of_scan_bus EXPORT_SYMBOL_GPL vmlinux 0x475f2d8c blk_mq_freeze_queue EXPORT_SYMBOL_GPL vmlinux 0x476167c8 remove_memory EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier EXPORT_SYMBOL_GPL vmlinux 0x477941e4 crypto_register_akcipher -EXPORT_SYMBOL_GPL vmlinux 0x477db51a ata_pci_sff_activate_host EXPORT_SYMBOL_GPL vmlinux 0x4785f657 virtio_device_freeze EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478855c6 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x4789bb21 kthread_park EXPORT_SYMBOL_GPL vmlinux 0x478ec695 device_add EXPORT_SYMBOL_GPL vmlinux 0x47a97135 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x47aa1089 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy EXPORT_SYMBOL_GPL vmlinux 0x47c3d820 wm831x_reg_lock -EXPORT_SYMBOL_GPL vmlinux 0x47dcf090 ata_scsi_port_error_handler EXPORT_SYMBOL_GPL vmlinux 0x47ea3433 freq_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0x47ece0e0 dax_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x47f912b1 fuse_conn_init EXPORT_SYMBOL_GPL vmlinux 0x480b5760 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x481213a6 pci_msi_mask_irq EXPORT_SYMBOL_GPL vmlinux 0x48143358 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x48229cdc iommu_map_sg EXPORT_SYMBOL_GPL vmlinux 0x482ea67c __platform_register_drivers EXPORT_SYMBOL_GPL vmlinux 0x48547b7e to_nd_region -EXPORT_SYMBOL_GPL vmlinux 0x485e03e9 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4854d3a6 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x486302d0 pm_runtime_suspended_time EXPORT_SYMBOL_GPL vmlinux 0x48655505 devm_release_action EXPORT_SYMBOL_GPL vmlinux 0x48755f37 static_key_disable_cpuslocked @@ -18637,26 +18591,23 @@ EXPORT_SYMBOL_GPL vmlinux 0x48828d5a usb_autopm_get_interface_no_resume EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get EXPORT_SYMBOL_GPL vmlinux 0x48b216dd __rt_mutex_init EXPORT_SYMBOL_GPL vmlinux 0x48b32b36 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x48bd9c54 ata_eh_analyze_ncq_error EXPORT_SYMBOL_GPL vmlinux 0x48e510ad adp5520_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x48f196d3 sysfs_notify EXPORT_SYMBOL_GPL vmlinux 0x48fac379 crypto_rng_reset EXPORT_SYMBOL_GPL vmlinux 0x4901409d thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x49052d1c devm_hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0x49094dad scsi_dh_attached_handler_name EXPORT_SYMBOL_GPL vmlinux 0x4918b140 regulator_get_voltage_rdev EXPORT_SYMBOL_GPL vmlinux 0x491cc7c8 nvdimm_has_cache EXPORT_SYMBOL_GPL vmlinux 0x49348531 dm_put EXPORT_SYMBOL_GPL vmlinux 0x49383052 rhashtable_walk_peek -EXPORT_SYMBOL_GPL vmlinux 0x493e5bc0 inet6_destroy_sock -EXPORT_SYMBOL_GPL vmlinux 0x493eebe8 ata_bmdma_port_start32 EXPORT_SYMBOL_GPL vmlinux 0x4948aac4 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x494d2469 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x4972c3fa fat_update_time -EXPORT_SYMBOL_GPL vmlinux 0x497cef45 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0x4980ce0f nvdimm_cmd_mask -EXPORT_SYMBOL_GPL vmlinux 0x49899fba ping_rcv EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue -EXPORT_SYMBOL_GPL vmlinux 0x499bd45c __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x49a3ade2 fb_deferred_io_init -EXPORT_SYMBOL_GPL vmlinux 0x49a55634 ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0x49bacd4a thermal_notify_framework EXPORT_SYMBOL_GPL vmlinux 0x49c915b4 bpf_prog_get_type_dev EXPORT_SYMBOL_GPL vmlinux 0x49c96697 housekeeping_affine @@ -18666,32 +18617,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x49ea7197 of_cpufreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0x49f3b073 irq_get_percpu_devid_partition EXPORT_SYMBOL_GPL vmlinux 0x49ff30a8 regulator_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x4a026413 mm_iommu_mapped_dec -EXPORT_SYMBOL_GPL vmlinux 0x4a05ac0d pcibios_claim_one_bus EXPORT_SYMBOL_GPL vmlinux 0x4a0f8a7b pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0x4a14187c dev_attr_ncq_prio_enable EXPORT_SYMBOL_GPL vmlinux 0x4a20bbdf tty_mode_ioctl EXPORT_SYMBOL_GPL vmlinux 0x4a367702 tty_buffer_lock_exclusive -EXPORT_SYMBOL_GPL vmlinux 0x4a3cea4f ata_host_resume -EXPORT_SYMBOL_GPL vmlinux 0x4a42d946 devlink_param_value_changed -EXPORT_SYMBOL_GPL vmlinux 0x4a47bb27 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x4a4a65f2 spi_bus_lock EXPORT_SYMBOL_GPL vmlinux 0x4a6681fb mnt_want_write_file EXPORT_SYMBOL_GPL vmlinux 0x4a67c5e6 da903x_read EXPORT_SYMBOL_GPL vmlinux 0x4a71045a generic_fh_to_parent EXPORT_SYMBOL_GPL vmlinux 0x4a7c36c5 device_remove_bin_file -EXPORT_SYMBOL_GPL vmlinux 0x4a81f835 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0x4a8237f3 thermal_zone_get_temp EXPORT_SYMBOL_GPL vmlinux 0x4a88b84a fuse_dev_install -EXPORT_SYMBOL_GPL vmlinux 0x4a979995 eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0x4a8aa564 pci_max_pasids EXPORT_SYMBOL_GPL vmlinux 0x4a9f047a tm_enable EXPORT_SYMBOL_GPL vmlinux 0x4aa7bf63 firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x4aaa6cb7 __xas_prev EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page EXPORT_SYMBOL_GPL vmlinux 0x4aaeb219 vfs_write EXPORT_SYMBOL_GPL vmlinux 0x4aaf17dd alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x4ab1c7fe netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x4ab4c857 tps6586x_get_version EXPORT_SYMBOL_GPL vmlinux 0x4ad04f8c skcipher_walk_aead_encrypt -EXPORT_SYMBOL_GPL vmlinux 0x4ad3d0db tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x4ae726c4 fwnode_property_get_reference_args EXPORT_SYMBOL_GPL vmlinux 0x4aed4896 device_connection_add EXPORT_SYMBOL_GPL vmlinux 0x4af30881 __mnt_drop_write @@ -18699,41 +18645,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x4afae780 vfs_readf EXPORT_SYMBOL_GPL vmlinux 0x4b0099f8 memremap_pages EXPORT_SYMBOL_GPL vmlinux 0x4b159989 blk_mq_freeze_queue_wait EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x4b1b7978 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0x4b27151f skcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x4b2810cb platform_get_resource EXPORT_SYMBOL_GPL vmlinux 0x4b407b73 genphy_c45_read_pma EXPORT_SYMBOL_GPL vmlinux 0x4b44e5e1 blk_register_queue EXPORT_SYMBOL_GPL vmlinux 0x4b51f74c ata_xfer_mode2mask EXPORT_SYMBOL_GPL vmlinux 0x4ba39506 power_supply_register_no_ws -EXPORT_SYMBOL_GPL vmlinux 0x4ba458ed raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x4bbbb6a2 mmc_cmdq_disable EXPORT_SYMBOL_GPL vmlinux 0x4bbbc2da flow_indr_del_block_cb +EXPORT_SYMBOL_GPL vmlinux 0x4bcd84ad udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x4bd10063 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4be5e288 iommu_add_device EXPORT_SYMBOL_GPL vmlinux 0x4bef0884 pgtable_cache_add -EXPORT_SYMBOL_GPL vmlinux 0x4bf6d07e pci_bridge_secondary_bus_reset -EXPORT_SYMBOL_GPL vmlinux 0x4bf989bf ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x4bfba5f1 software_node_unregister_nodes EXPORT_SYMBOL_GPL vmlinux 0x4c059743 srcu_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x4c147a5d relay_reset EXPORT_SYMBOL_GPL vmlinux 0x4c492093 cpuacct_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x4c4c3d11 kgdb_unregister_io_module -EXPORT_SYMBOL_GPL vmlinux 0x4c5354e7 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x4c5366eb pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x4c6f6018 rio_unregister_scan EXPORT_SYMBOL_GPL vmlinux 0x4c7a53ed mmc_get_ext_csd -EXPORT_SYMBOL_GPL vmlinux 0x4c7ff531 pci_dev_run_wake -EXPORT_SYMBOL_GPL vmlinux 0x4c83cdc8 edac_pci_alloc_ctl_info -EXPORT_SYMBOL_GPL vmlinux 0x4c8c6f56 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x4cbb29c6 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x4cc4daa5 of_thermal_is_trip_valid -EXPORT_SYMBOL_GPL vmlinux 0x4ce1da06 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x4cd5fc87 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x4cece740 usb_sg_cancel EXPORT_SYMBOL_GPL vmlinux 0x4cfd5dc5 of_phy_get EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable -EXPORT_SYMBOL_GPL vmlinux 0x4d08423d edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x4d0aee76 iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0x4d286afd sbitmap_any_bit_clear +EXPORT_SYMBOL_GPL vmlinux 0x4d3c7f52 iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues -EXPORT_SYMBOL_GPL vmlinux 0x4d583f24 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d611ca6 iommu_aux_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4d69c367 ata_host_init EXPORT_SYMBOL_GPL vmlinux 0x4d97c7ac cpuidle_get_cpu_driver -EXPORT_SYMBOL_GPL vmlinux 0x4da844e8 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf EXPORT_SYMBOL_GPL vmlinux 0x4dc52c09 pnv_power9_force_smt4_catch EXPORT_SYMBOL_GPL vmlinux 0x4dc7cae9 serdev_device_write @@ -18741,6 +18686,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4dc9a67e dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0x4dcaebf9 __fscrypt_prepare_lookup EXPORT_SYMBOL_GPL vmlinux 0x4dd3ba44 __platform_driver_probe EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x4dda2b4c edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string EXPORT_SYMBOL_GPL vmlinux 0x4deb98a1 is_xive_irq EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries @@ -18748,7 +18694,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x4e1db12d irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x4e280a27 iomap_page_mkwrite EXPORT_SYMBOL_GPL vmlinux 0x4e45267a spi_mem_dirmap_destroy -EXPORT_SYMBOL_GPL vmlinux 0x4e693c7d ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x4e73a989 pci_epc_remove_epf EXPORT_SYMBOL_GPL vmlinux 0x4e741cac gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0x4e74715c nvmem_unregister EXPORT_SYMBOL_GPL vmlinux 0x4e91a072 edac_get_report_status @@ -18756,102 +18702,101 @@ EXPORT_SYMBOL_GPL vmlinux 0x4e985a7f serial8250_init_port EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt EXPORT_SYMBOL_GPL vmlinux 0x4ec3a8c0 regulator_get_hardware_vsel_register EXPORT_SYMBOL_GPL vmlinux 0x4ed0eac4 serdev_controller_add -EXPORT_SYMBOL_GPL vmlinux 0x4ed76e93 ata_wait_register EXPORT_SYMBOL_GPL vmlinux 0x4ed86ad2 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x4ef1f778 ata_bmdma_port_ops EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context -EXPORT_SYMBOL_GPL vmlinux 0x4f4026b5 inet_csk_clone_lock -EXPORT_SYMBOL_GPL vmlinux 0x4f4a5786 ata_eh_qc_complete -EXPORT_SYMBOL_GPL vmlinux 0x4f4b833a ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4f21d60a skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x4f29f951 switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x4f570c36 gpiochip_generic_config EXPORT_SYMBOL_GPL vmlinux 0x4f58c22c pinctrl_generic_remove_group EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6f8acb ata_scsi_queuecmd EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f76a5d5 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x4f91d0b1 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x4f9d834e __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x4fa1cf6b fscrypt_symlink_getattr EXPORT_SYMBOL_GPL vmlinux 0x4fa54821 thermal_remove_hwmon_sysfs -EXPORT_SYMBOL_GPL vmlinux 0x4faa07ba tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x4fad8104 debugfs_real_fops EXPORT_SYMBOL_GPL vmlinux 0x4fadefe8 shash_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x4fbea709 scsi_dh_set_params EXPORT_SYMBOL_GPL vmlinux 0x4fbf98fd gpiochip_remove_pin_ranges EXPORT_SYMBOL_GPL vmlinux 0x4fc16cfa devm_gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0x4fcea869 shmem_zero_setup -EXPORT_SYMBOL_GPL vmlinux 0x4fcf27bb skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier -EXPORT_SYMBOL_GPL vmlinux 0x4ff91dd2 pci_add_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0x4fe546f0 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x50058f88 devm_spi_mem_dirmap_destroy EXPORT_SYMBOL_GPL vmlinux 0x501cb515 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x502e7959 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x5036a6d7 usb_autopm_put_interface_no_suspend EXPORT_SYMBOL_GPL vmlinux 0x504061d6 serial8250_rpm_get_tx EXPORT_SYMBOL_GPL vmlinux 0x5042d004 __list_lru_init -EXPORT_SYMBOL_GPL vmlinux 0x505c0698 pci_hp_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x5060724d of_address_to_resource EXPORT_SYMBOL_GPL vmlinux 0x507ddb79 uart_get_rs485_mode EXPORT_SYMBOL_GPL vmlinux 0x507ebc7d fl6_update_dst EXPORT_SYMBOL_GPL vmlinux 0x508377eb xive_native_free_irq EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start EXPORT_SYMBOL_GPL vmlinux 0x509a498e rtc_update_irq -EXPORT_SYMBOL_GPL vmlinux 0x509f3d6e ata_port_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0x50a6cd7d usb_hcd_end_port_resume -EXPORT_SYMBOL_GPL vmlinux 0x50d80aba ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x50be967a edac_mc_add_mc_with_groups EXPORT_SYMBOL_GPL vmlinux 0x50dd1af5 blocking_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num -EXPORT_SYMBOL_GPL vmlinux 0x50f861bb pci_epc_get_msix EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up EXPORT_SYMBOL_GPL vmlinux 0x5112817b of_dma_configure EXPORT_SYMBOL_GPL vmlinux 0x5136ef3c to_nvdimm_bus EXPORT_SYMBOL_GPL vmlinux 0x513b3102 fwnode_handle_put EXPORT_SYMBOL_GPL vmlinux 0x513f3dd6 kernel_kobj -EXPORT_SYMBOL_GPL vmlinux 0x514a67db usb_hcd_pci_probe -EXPORT_SYMBOL_GPL vmlinux 0x515cfabe pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x51612949 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x51637aa4 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x51695661 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x517c6b1f ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x5182c2e0 fanout_mutex EXPORT_SYMBOL_GPL vmlinux 0x518c3b3f pm_generic_restore EXPORT_SYMBOL_GPL vmlinux 0x519b54ab pinctrl_put EXPORT_SYMBOL_GPL vmlinux 0x51ab6b48 tpm_tis_resume -EXPORT_SYMBOL_GPL vmlinux 0x51b10cae ata_sff_thaw EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock -EXPORT_SYMBOL_GPL vmlinux 0x51be2255 sata_link_hardreset -EXPORT_SYMBOL_GPL vmlinux 0x51d81f95 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x51dc1e73 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0x51e4b486 set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0x51faac68 elv_unregister -EXPORT_SYMBOL_GPL vmlinux 0x51fb43b4 ipv6_find_tlv -EXPORT_SYMBOL_GPL vmlinux 0x520382dc pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x521f98c2 crypto_stats_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x522e971d proc_create_net_data_write EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock -EXPORT_SYMBOL_GPL vmlinux 0x5237e8a4 pci_ats_page_aligned -EXPORT_SYMBOL_GPL vmlinux 0x5238bf1e inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x524378a9 crypto_alloc_aead EXPORT_SYMBOL_GPL vmlinux 0x5252d875 power_supply_find_ocv2cap_table EXPORT_SYMBOL_GPL vmlinux 0x52644fca regulator_set_current_limit -EXPORT_SYMBOL_GPL vmlinux 0x5264974f ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x5277fee5 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x527f3309 sdio_writeb_readb -EXPORT_SYMBOL_GPL vmlinux 0x529010be iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0x529860b0 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x52a95c93 pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0x52aeb3db regmap_raw_read EXPORT_SYMBOL_GPL vmlinux 0x52caee9c gpiochip_free_own_desc EXPORT_SYMBOL_GPL vmlinux 0x52d008d8 virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52dfa225 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x52e692c8 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x52faaa4f crypto_attr_alg2 EXPORT_SYMBOL_GPL vmlinux 0x5300e59b usb_put_hcd EXPORT_SYMBOL_GPL vmlinux 0x53063372 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x530a563c sb800_prefetch EXPORT_SYMBOL_GPL vmlinux 0x530a6e5c nd_region_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0x5312a050 pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x531cc78f do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0x53291f6d iommu_tce_table_put EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x533d329f pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0x534873c4 blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0x536822e3 sfp_module_insert -EXPORT_SYMBOL_GPL vmlinux 0x53694da0 iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0x536c824a __rio_local_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0x536ce917 platform_device_add EXPORT_SYMBOL_GPL vmlinux 0x536db4ed blk_mq_quiesce_queue EXPORT_SYMBOL_GPL vmlinux 0x537d4f43 crypto_unregister_acomps EXPORT_SYMBOL_GPL vmlinux 0x53884839 kvmhv_load_host_pmu EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str -EXPORT_SYMBOL_GPL vmlinux 0x53a3ba67 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x53af8d43 pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x53c1754b get_device EXPORT_SYMBOL_GPL vmlinux 0x53cac1df __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x53cf499b pci_epc_map_addr EXPORT_SYMBOL_GPL vmlinux 0x53d57545 __tracepoint_block_rq_remap EXPORT_SYMBOL_GPL vmlinux 0x53d9f73a sensor_group_enable EXPORT_SYMBOL_GPL vmlinux 0x541275fa rtc_read_alarm @@ -18859,20 +18804,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x541cd5d0 irq_domain_xlate_twocell EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 EXPORT_SYMBOL_GPL vmlinux 0x54435fa8 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x5444c67c validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x54462bb9 blk_abort_request EXPORT_SYMBOL_GPL vmlinux 0x544ebe79 __cpuhp_state_remove_instance EXPORT_SYMBOL_GPL vmlinux 0x545025e5 nvmem_add_cell_table -EXPORT_SYMBOL_GPL vmlinux 0x54697755 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq EXPORT_SYMBOL_GPL vmlinux 0x5472738d pinctrl_register_and_init -EXPORT_SYMBOL_GPL vmlinux 0x54738230 __ata_ehi_push_desc EXPORT_SYMBOL_GPL vmlinux 0x54766996 led_trigger_remove EXPORT_SYMBOL_GPL vmlinux 0x5488d1a8 do_splice_to EXPORT_SYMBOL_GPL vmlinux 0x548f2877 mmc_app_cmd EXPORT_SYMBOL_GPL vmlinux 0x5494a780 hrtimer_cancel EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq EXPORT_SYMBOL_GPL vmlinux 0x54a06bd5 crypto_stats_kpp_set_secret -EXPORT_SYMBOL_GPL vmlinux 0x54b2930d fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x54a89a92 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x54b47a8e pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x54bac504 devfreq_event_set_event EXPORT_SYMBOL_GPL vmlinux 0x54cb084f component_bind_all EXPORT_SYMBOL_GPL vmlinux 0x54edf975 regulator_bulk_set_supply_names @@ -18880,21 +18825,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x5507c6cd d_exchange EXPORT_SYMBOL_GPL vmlinux 0x55153f08 pids_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x5518b03e devm_gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x551cdfc7 regmap_write -EXPORT_SYMBOL_GPL vmlinux 0x5525877e nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x5527ab2b kern_mount EXPORT_SYMBOL_GPL vmlinux 0x552dc140 of_irq_find_parent EXPORT_SYMBOL_GPL vmlinux 0x55314ad2 blk_rq_unprep_clone EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553de057 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0x554a13bd of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x555d2b6f udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x5565078d __cpuhp_state_add_instance EXPORT_SYMBOL_GPL vmlinux 0x556598d8 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x55761b8d edac_raw_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline EXPORT_SYMBOL_GPL vmlinux 0x55974151 rtc_update_irq_enable EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map -EXPORT_SYMBOL_GPL vmlinux 0x55a680c6 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x55b1ca01 usb_mon_register EXPORT_SYMBOL_GPL vmlinux 0x55b45fd0 led_classdev_notify_brightness_hw_changed EXPORT_SYMBOL_GPL vmlinux 0x55bdc06a cm_notify_event @@ -18903,43 +18849,47 @@ EXPORT_SYMBOL_GPL vmlinux 0x55d8f99a serial8250_rx_chars EXPORT_SYMBOL_GPL vmlinux 0x55e12e4e fb_bl_default_curve EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout EXPORT_SYMBOL_GPL vmlinux 0x55f093a9 opal_write_oppanel_async -EXPORT_SYMBOL_GPL vmlinux 0x55fd4bd7 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x55fd7dcb ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits EXPORT_SYMBOL_GPL vmlinux 0x5620596f __tracepoint_rpm_resume EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x564380ce strp_process EXPORT_SYMBOL_GPL vmlinux 0x564a0fb1 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x564e35ff lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0x56592b13 crypto_stats_rng_generate EXPORT_SYMBOL_GPL vmlinux 0x5669c8d5 dio_end_io -EXPORT_SYMBOL_GPL vmlinux 0x566a135c __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0x5672bccc sysfs_create_link EXPORT_SYMBOL_GPL vmlinux 0x5675ac18 extcon_dev_free EXPORT_SYMBOL_GPL vmlinux 0x567b26ec kthread_cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x567dfb4a tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x569107db ata_cable_sata EXPORT_SYMBOL_GPL vmlinux 0x5697a432 usb_hcd_check_unlink_urb EXPORT_SYMBOL_GPL vmlinux 0x56a304c6 pm_runtime_set_memalloc_noio EXPORT_SYMBOL_GPL vmlinux 0x56a5af32 devm_regulator_register_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0x56c9fd00 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x56b23d4d skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x56c97409 pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0x56ca101d gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56d67e35 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up EXPORT_SYMBOL_GPL vmlinux 0x56f3c8c1 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0x56f59ea4 pinctrl_generic_get_group_count -EXPORT_SYMBOL_GPL vmlinux 0x56fba378 switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x570a36c7 wm8350_set_bits EXPORT_SYMBOL_GPL vmlinux 0x570f3aaa __tracepoint_powernv_throttle EXPORT_SYMBOL_GPL vmlinux 0x571398dc blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on -EXPORT_SYMBOL_GPL vmlinux 0x57342e42 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x57260411 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x5736a330 mm_iommu_ua_to_hpa EXPORT_SYMBOL_GPL vmlinux 0x57394494 wm8997_patch EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options -EXPORT_SYMBOL_GPL vmlinux 0x5742d7fc usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x57562425 dst_cache_set_ip6 EXPORT_SYMBOL_GPL vmlinux 0x57574fd3 kick_process EXPORT_SYMBOL_GPL vmlinux 0x5775c714 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5781b043 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x578a3fd3 iommu_aux_attach_device EXPORT_SYMBOL_GPL vmlinux 0x578bbce0 dev_pm_opp_get_level EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove -EXPORT_SYMBOL_GPL vmlinux 0x5792b095 sb800_prefetch EXPORT_SYMBOL_GPL vmlinux 0x57945575 debugfs_create_blob EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all EXPORT_SYMBOL_GPL vmlinux 0x57a8e7da genphy_c45_config_aneg @@ -18969,35 +18919,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info EXPORT_SYMBOL_GPL vmlinux 0x58822008 platform_get_irq_byname EXPORT_SYMBOL_GPL vmlinux 0x588553a9 trace_event_raw_init EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware -EXPORT_SYMBOL_GPL vmlinux 0x58a80fbb rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x58b5244d hrtimer_forward -EXPORT_SYMBOL_GPL vmlinux 0x58b7500f devlink_dpipe_table_resource_set EXPORT_SYMBOL_GPL vmlinux 0x58c2a489 posix_acl_default_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x58d13ea7 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x58d4c394 pci_epc_unmap_addr EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove EXPORT_SYMBOL_GPL vmlinux 0x58e2edb9 regulator_bulk_disable EXPORT_SYMBOL_GPL vmlinux 0x58e573d6 __flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0x58ecd02d find_extend_vma +EXPORT_SYMBOL_GPL vmlinux 0x58f93247 pnv_ocxl_get_pasid_count EXPORT_SYMBOL_GPL vmlinux 0x5909fc18 opal_tpo_read EXPORT_SYMBOL_GPL vmlinux 0x591691f9 of_reset_control_array_get EXPORT_SYMBOL_GPL vmlinux 0x591f756a kernfs_find_and_get_ns EXPORT_SYMBOL_GPL vmlinux 0x5923a402 __rio_local_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0x592c1feb tpm_tis_core_init EXPORT_SYMBOL_GPL vmlinux 0x593bfe92 unregister_wide_hw_breakpoint -EXPORT_SYMBOL_GPL vmlinux 0x593fc67a pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x59426f82 sysfs_file_change_owner -EXPORT_SYMBOL_GPL vmlinux 0x59567cd6 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x595f85ed iomap_dio_rw EXPORT_SYMBOL_GPL vmlinux 0x59628aae clockevents_unbind_device EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x59710e3f pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0x5976c822 rdev_get_regmap EXPORT_SYMBOL_GPL vmlinux 0x597c3b7c crypto_alloc_rng EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5992faaf ping_err EXPORT_SYMBOL_GPL vmlinux 0x59acefce acomp_request_alloc EXPORT_SYMBOL_GPL vmlinux 0x59b1e089 regulator_set_voltage_time EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0x59be22bc kvmhv_save_guest_pmu -EXPORT_SYMBOL_GPL vmlinux 0x59c0380c devlink_port_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5a01da9f lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x5a0b3a32 irq_domain_simple_ops EXPORT_SYMBOL_GPL vmlinux 0x5a2c2bf3 gpiod_get_direction EXPORT_SYMBOL_GPL vmlinux 0x5a381f64 vfs_removexattr @@ -19012,122 +18962,130 @@ EXPORT_SYMBOL_GPL vmlinux 0x5a65cd08 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt EXPORT_SYMBOL_GPL vmlinux 0x5a7be7a9 mmc_pwrseq_unregister EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify -EXPORT_SYMBOL_GPL vmlinux 0x5a886640 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x5aa7e3b4 nvdimm_flush EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner EXPORT_SYMBOL_GPL vmlinux 0x5ab5ef38 phy_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0x5ac784d1 fuse_get_unique EXPORT_SYMBOL_GPL vmlinux 0x5ad6ae18 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5af2714d eeh_pe_configure EXPORT_SYMBOL_GPL vmlinux 0x5afca00d vfio_virqfd_disable EXPORT_SYMBOL_GPL vmlinux 0x5afe794c sdio_f0_writeb EXPORT_SYMBOL_GPL vmlinux 0x5b0143bc fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x5b0297a0 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b0d50a8 msi_desc_to_pci_sysdata +EXPORT_SYMBOL_GPL vmlinux 0x5b12d3ea devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2cddf9 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x5b34bfed led_compose_name EXPORT_SYMBOL_GPL vmlinux 0x5b35c4f9 vfio_group_set_kvm -EXPORT_SYMBOL_GPL vmlinux 0x5b3f1109 eeh_iommu_group_to_pe -EXPORT_SYMBOL_GPL vmlinux 0x5b417347 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x5b606614 __device_reset EXPORT_SYMBOL_GPL vmlinux 0x5b6af961 devm_of_phy_get_by_index EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment EXPORT_SYMBOL_GPL vmlinux 0x5b70bdcf mmc_pwrseq_register -EXPORT_SYMBOL_GPL vmlinux 0x5b7dce39 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5b927893 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x5b9473ac tpm_pm_resume EXPORT_SYMBOL_GPL vmlinux 0x5baac4b9 mm_iommu_new EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc28b80 ohci_setup EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd623b8 ata_eh_freeze_port EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp -EXPORT_SYMBOL_GPL vmlinux 0x5bfe5716 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x5bdf9fab ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x5bec98cb pcibios_unmap_io_space EXPORT_SYMBOL_GPL vmlinux 0x5c01e398 nl_table EXPORT_SYMBOL_GPL vmlinux 0x5c021363 devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0x5c1d5154 debugfs_lookup EXPORT_SYMBOL_GPL vmlinux 0x5c214060 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x5c21adf9 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x5c271146 ata_bmdma_irq_clear EXPORT_SYMBOL_GPL vmlinux 0x5c2bcd37 bpf_warn_invalid_xdp_action EXPORT_SYMBOL_GPL vmlinux 0x5c2d2bd2 driver_find_device EXPORT_SYMBOL_GPL vmlinux 0x5c38c3a6 xas_store EXPORT_SYMBOL_GPL vmlinux 0x5c42d9f5 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x5c474b45 __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x5c4d07fc xdp_return_buff EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control -EXPORT_SYMBOL_GPL vmlinux 0x5c5fc9f5 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0x5c632ca0 lp8788_update_bits EXPORT_SYMBOL_GPL vmlinux 0x5c6c9eff power_supply_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x5c73760f fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5c7cb087 ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x5c829d78 nvdimm_bus_check_dimm_count -EXPORT_SYMBOL_GPL vmlinux 0x5c871960 iommu_detach_group -EXPORT_SYMBOL_GPL vmlinux 0x5c8c471f msi_desc_to_pci_sysdata +EXPORT_SYMBOL_GPL vmlinux 0x5c8919dc ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x5c930c65 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x5c944614 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x5ca9657b ata_bmdma_port_start EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple EXPORT_SYMBOL_GPL vmlinux 0x5cb99d97 kernstart_addr -EXPORT_SYMBOL_GPL vmlinux 0x5cba51eb devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x5ccf9d3f of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x5ce67f87 of_dma_get_range EXPORT_SYMBOL_GPL vmlinux 0x5cf75105 rio_release_dma EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put EXPORT_SYMBOL_GPL vmlinux 0x5d05f65c regulator_register EXPORT_SYMBOL_GPL vmlinux 0x5d14e47a __inode_attach_wb EXPORT_SYMBOL_GPL vmlinux 0x5d2c2151 dev_pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x5d33cb9f adp5520_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0x5d340a4d find_mci_by_dev EXPORT_SYMBOL_GPL vmlinux 0x5d3543ba rio_mport_write_config_8 EXPORT_SYMBOL_GPL vmlinux 0x5d3a3625 tty_port_install EXPORT_SYMBOL_GPL vmlinux 0x5d435347 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x5d4c3b78 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x5d6dbea7 tracepoint_probe_register -EXPORT_SYMBOL_GPL vmlinux 0x5d78505b lwtunnel_input -EXPORT_SYMBOL_GPL vmlinux 0x5d78bbda __tcp_bpf_recvmsg -EXPORT_SYMBOL_GPL vmlinux 0x5d854308 kvmppc_h_get_tce EXPORT_SYMBOL_GPL vmlinux 0x5d8f852c cpufreq_generic_attr -EXPORT_SYMBOL_GPL vmlinux 0x5d9d82da ata_sff_error_handler EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5daa6932 devm_phy_create EXPORT_SYMBOL_GPL vmlinux 0x5db05c95 dev_pm_opp_enable EXPORT_SYMBOL_GPL vmlinux 0x5db4389f cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5dc05eec raw_abort EXPORT_SYMBOL_GPL vmlinux 0x5dcfe389 kobject_get_path EXPORT_SYMBOL_GPL vmlinux 0x5ddf1e39 skcipher_walk_aead -EXPORT_SYMBOL_GPL vmlinux 0x5de43db3 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5df4fd46 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0x5df8b481 iomap_fiemap EXPORT_SYMBOL_GPL vmlinux 0x5e00aea4 ucall_norets -EXPORT_SYMBOL_GPL vmlinux 0x5e0221ab pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5e083e27 pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table EXPORT_SYMBOL_GPL vmlinux 0x5e1c2980 __rio_local_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0x5e1dc886 fwnode_property_read_u8_array -EXPORT_SYMBOL_GPL vmlinux 0x5e2744dd devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x5e2a0ea5 __ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x5e305385 __sbitmap_queue_get -EXPORT_SYMBOL_GPL vmlinux 0x5e3fb97b ata_bmdma_stop EXPORT_SYMBOL_GPL vmlinux 0x5e44b9dd dev_pm_opp_set_rate EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl -EXPORT_SYMBOL_GPL vmlinux 0x5e6ccd6f pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x5e741e35 irq_gc_mask_clr_bit EXPORT_SYMBOL_GPL vmlinux 0x5e858e8f rtc_class_open -EXPORT_SYMBOL_GPL vmlinux 0x5e961d39 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x5e9b60f6 trace_event_reg EXPORT_SYMBOL_GPL vmlinux 0x5e9d6e9d fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x5ead33ce ata_base_port_ops EXPORT_SYMBOL_GPL vmlinux 0x5eafcbec of_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x5ebd73d1 tty_ldisc_ref_wait EXPORT_SYMBOL_GPL vmlinux 0x5ec32dfb pinmux_generic_get_function_count EXPORT_SYMBOL_GPL vmlinux 0x5ec62549 ata_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x5ed0cff6 inet_getpeer EXPORT_SYMBOL_GPL vmlinux 0x5ed0da6c tm_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ed3667b pci_find_bus_by_node +EXPORT_SYMBOL_GPL vmlinux 0x5edf5765 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x5ee704f5 iommu_map EXPORT_SYMBOL_GPL vmlinux 0x5ef73148 trace_array_destroy EXPORT_SYMBOL_GPL vmlinux 0x5efb177e phy_driver_is_genphy_10g EXPORT_SYMBOL_GPL vmlinux 0x5f05cd61 __devm_reset_control_get -EXPORT_SYMBOL_GPL vmlinux 0x5f1911e1 ata_sff_prereset -EXPORT_SYMBOL_GPL vmlinux 0x5f21fbb4 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5f168877 __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource EXPORT_SYMBOL_GPL vmlinux 0x5f24fd25 bsg_remove_queue EXPORT_SYMBOL_GPL vmlinux 0x5f260cc8 wm831x_device_shutdown EXPORT_SYMBOL_GPL vmlinux 0x5f5093ea wm8350_reg_read EXPORT_SYMBOL_GPL vmlinux 0x5f5d8335 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x5f628919 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x5f69ba55 mmc_send_status EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private EXPORT_SYMBOL_GPL vmlinux 0x5f8112b4 __trace_note_message EXPORT_SYMBOL_GPL vmlinux 0x5f91861f usb_get_dr_mode EXPORT_SYMBOL_GPL vmlinux 0x5fb288ea cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5fb81805 pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x5fc2f8bc pwm_get EXPORT_SYMBOL_GPL vmlinux 0x5fc33d94 of_i2c_get_board_info EXPORT_SYMBOL_GPL vmlinux 0x5fc5ea27 __spi_register_driver EXPORT_SYMBOL_GPL vmlinux 0x5fc64a3f tpm_chip_register EXPORT_SYMBOL_GPL vmlinux 0x5fcac38c peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5fcb8a01 sk_msg_return EXPORT_SYMBOL_GPL vmlinux 0x5fcfed05 rtc_set_alarm -EXPORT_SYMBOL_GPL vmlinux 0x5fd55d4f pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x5fedf30a mm_iommu_preregistered EXPORT_SYMBOL_GPL vmlinux 0x5ff0541b irq_gc_ack_set_bit EXPORT_SYMBOL_GPL vmlinux 0x5ff5ed3f rio_mport_write_config_32 @@ -19135,14 +19093,15 @@ EXPORT_SYMBOL_GPL vmlinux 0x6000187c opal_check_token EXPORT_SYMBOL_GPL vmlinux 0x600cc455 mmu_slb_size EXPORT_SYMBOL_GPL vmlinux 0x601328fb regulator_get_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0x60174880 blkcipher_walk_virt_block -EXPORT_SYMBOL_GPL vmlinux 0x60183ed7 pci_epc_unmap_addr EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush EXPORT_SYMBOL_GPL vmlinux 0x60519388 led_update_brightness EXPORT_SYMBOL_GPL vmlinux 0x6054ee10 security_file_ioctl EXPORT_SYMBOL_GPL vmlinux 0x6056d949 cpu_device_create EXPORT_SYMBOL_GPL vmlinux 0x605df61d regulator_set_current_limit_regmap EXPORT_SYMBOL_GPL vmlinux 0x605f80c5 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x60743f4d sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608102fb __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x6081884a usb_unlink_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0x6084285d class_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x608bab1f sfp_select_interface @@ -19151,17 +19110,16 @@ EXPORT_SYMBOL_GPL vmlinux 0x608da12c split_page EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x60933a10 gov_update_cpu_data EXPORT_SYMBOL_GPL vmlinux 0x60950e7f cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x60984cd5 ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off EXPORT_SYMBOL_GPL vmlinux 0x60a634c4 vfio_info_cap_add -EXPORT_SYMBOL_GPL vmlinux 0x60bb744a devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x60bc113d md_start EXPORT_SYMBOL_GPL vmlinux 0x60c39f7c crypto_mod_put -EXPORT_SYMBOL_GPL vmlinux 0x60eb5634 udp4_lib_lookup_skb -EXPORT_SYMBOL_GPL vmlinux 0x60f85f36 ata_scsi_change_queue_depth -EXPORT_SYMBOL_GPL vmlinux 0x60fbfeea __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x60e3ae07 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613b7fc0 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0x614061c6 skcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all EXPORT_SYMBOL_GPL vmlinux 0x6172f3c4 tty_ldisc_ref @@ -19170,11 +19128,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x6177bcb4 crypto_register_rng EXPORT_SYMBOL_GPL vmlinux 0x61804b4f spi_mem_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x61818120 bsg_scsi_register_queue EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add -EXPORT_SYMBOL_GPL vmlinux 0x618e7a55 pci_epc_map_addr EXPORT_SYMBOL_GPL vmlinux 0x6196df37 __blk_req_zone_write_unlock EXPORT_SYMBOL_GPL vmlinux 0x619a8194 threads_core_mask -EXPORT_SYMBOL_GPL vmlinux 0x61b27de0 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x61b87c81 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x61b8d431 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x61cb5ea6 register_kprobes EXPORT_SYMBOL_GPL vmlinux 0x61d4cf0d set_primary_fwnode EXPORT_SYMBOL_GPL vmlinux 0x61dba21e vma_kernel_pagesize @@ -19182,39 +19139,33 @@ EXPORT_SYMBOL_GPL vmlinux 0x61e3c7c5 blkg_conf_prep EXPORT_SYMBOL_GPL vmlinux 0x61f07765 regulator_list_voltage_linear_range EXPORT_SYMBOL_GPL vmlinux 0x61f57481 regmap_reinit_cache EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array -EXPORT_SYMBOL_GPL vmlinux 0x61f688ba uhci_check_and_reset_hc EXPORT_SYMBOL_GPL vmlinux 0x61fd3769 dev_coredumpm EXPORT_SYMBOL_GPL vmlinux 0x620897c0 __wake_up_sync EXPORT_SYMBOL_GPL vmlinux 0x62189e77 devm_gpiod_get -EXPORT_SYMBOL_GPL vmlinux 0x621f6765 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0x623702f6 relay_flush EXPORT_SYMBOL_GPL vmlinux 0x625a4f18 __phy_modify_changed EXPORT_SYMBOL_GPL vmlinux 0x62673c0f relay_switch_subbuf EXPORT_SYMBOL_GPL vmlinux 0x62725e68 virtqueue_get_buf EXPORT_SYMBOL_GPL vmlinux 0x628148be _kvmppc_restore_tm_pr -EXPORT_SYMBOL_GPL vmlinux 0x62939bac lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0x6294b944 __xive_vm_h_ipi EXPORT_SYMBOL_GPL vmlinux 0x62995ca7 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x629e473c ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x62a2e4d7 attribute_container_unregister EXPORT_SYMBOL_GPL vmlinux 0x62a8131a of_irq_to_resource -EXPORT_SYMBOL_GPL vmlinux 0x62a8373d iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x62ba4469 skb_morph EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift EXPORT_SYMBOL_GPL vmlinux 0x62c379ea __tracepoint_map -EXPORT_SYMBOL_GPL vmlinux 0x62c98fe7 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x62d503e1 regulator_get_voltage -EXPORT_SYMBOL_GPL vmlinux 0x62d90d1d lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x62e12eab devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x62e27534 devm_hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0x62f42e42 sdio_retune_crc_enable EXPORT_SYMBOL_GPL vmlinux 0x63016cfa do_unregister_con_driver -EXPORT_SYMBOL_GPL vmlinux 0x63114947 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x6315e910 linear_hugepage_index EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake -EXPORT_SYMBOL_GPL vmlinux 0x6325bfbd scsi_mode_select EXPORT_SYMBOL_GPL vmlinux 0x633475c7 static_key_enable EXPORT_SYMBOL_GPL vmlinux 0x633acc52 gpiochip_irqchip_add_key EXPORT_SYMBOL_GPL vmlinux 0x6342fbb4 of_genpd_del_provider -EXPORT_SYMBOL_GPL vmlinux 0x63498ac7 usb_string EXPORT_SYMBOL_GPL vmlinux 0x63537423 phy_get EXPORT_SYMBOL_GPL vmlinux 0x635717b2 flush_fp_to_thread EXPORT_SYMBOL_GPL vmlinux 0x6360b94c ata_scsi_ioctl @@ -19223,17 +19174,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x638a4a8a kvmppc_add_revmap_chain EXPORT_SYMBOL_GPL vmlinux 0x639f3dea dev_pm_opp_unregister_set_opp_helper EXPORT_SYMBOL_GPL vmlinux 0x63a0e4df __of_reset_control_get EXPORT_SYMBOL_GPL vmlinux 0x63b04ee8 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x63b5fc10 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x63ba99b8 vfio_iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0x63bcae58 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x63dc2e2a ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x63ea936a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x63f7dff0 ata_sff_data_xfer32 EXPORT_SYMBOL_GPL vmlinux 0x6402f69f wbc_detach_inode -EXPORT_SYMBOL_GPL vmlinux 0x6405776c fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x640c6019 perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x641d329a devm_pinctrl_register_and_init EXPORT_SYMBOL_GPL vmlinux 0x642a0d37 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x6430512d udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x643f2668 sched_trace_rq_avg_irq EXPORT_SYMBOL_GPL vmlinux 0x6446807c wm8350_device_init EXPORT_SYMBOL_GPL vmlinux 0x644b9fa2 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x64530d42 sata_port_ops EXPORT_SYMBOL_GPL vmlinux 0x64585112 dev_pm_qos_hide_latency_tolerance -EXPORT_SYMBOL_GPL vmlinux 0x6458d112 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x6461d527 vas_rx_win_open EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested @@ -19242,60 +19198,59 @@ EXPORT_SYMBOL_GPL vmlinux 0x64ab044a devm_regulator_put EXPORT_SYMBOL_GPL vmlinux 0x64aedcba __rio_local_write_config_32 EXPORT_SYMBOL_GPL vmlinux 0x64c09760 pm_generic_poweroff EXPORT_SYMBOL_GPL vmlinux 0x64d7846b freq_qos_remove_request -EXPORT_SYMBOL_GPL vmlinux 0x64db0138 edac_mc_add_mc_with_groups EXPORT_SYMBOL_GPL vmlinux 0x64db726f proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0x64eed157 security_path_rmdir EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x651a3ed0 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x652617b2 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x65421b99 sdio_register_driver EXPORT_SYMBOL_GPL vmlinux 0x65432e03 task_user_regset_view EXPORT_SYMBOL_GPL vmlinux 0x655042e4 pwmchip_add_with_polarity EXPORT_SYMBOL_GPL vmlinux 0x655439c4 platform_device_add_resources -EXPORT_SYMBOL_GPL vmlinux 0x65a2ae82 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x6563f856 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x658a5477 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x65aaaa92 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers -EXPORT_SYMBOL_GPL vmlinux 0x65d8011c iommu_dev_enable_feature -EXPORT_SYMBOL_GPL vmlinux 0x65e64643 vfio_iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x65eac411 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x65f07413 pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x65f131b6 probe_user_write EXPORT_SYMBOL_GPL vmlinux 0x65f79b7a disable_kprobe EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol -EXPORT_SYMBOL_GPL vmlinux 0x66188203 ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x6627c787 dax_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663d5323 ata_pio_need_iordy EXPORT_SYMBOL_GPL vmlinux 0x663e846e __tracepoint_unmap EXPORT_SYMBOL_GPL vmlinux 0x6642b2e3 usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x664e5143 ata_eh_qc_retry EXPORT_SYMBOL_GPL vmlinux 0x6666cb95 phy_init -EXPORT_SYMBOL_GPL vmlinux 0x666e5f3c inet_send_prepare -EXPORT_SYMBOL_GPL vmlinux 0x667f5b49 strp_init EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng -EXPORT_SYMBOL_GPL vmlinux 0x6686a7dc sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0x6693bc90 register_kprobe EXPORT_SYMBOL_GPL vmlinux 0x66a8f609 flush_altivec_to_thread EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr EXPORT_SYMBOL_GPL vmlinux 0x66e5e611 of_get_videomode -EXPORT_SYMBOL_GPL vmlinux 0x66f1da32 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0x66f2b106 splice_to_pipe -EXPORT_SYMBOL_GPL vmlinux 0x66f804ec edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0x66f8d30a kthread_mod_delayed_work EXPORT_SYMBOL_GPL vmlinux 0x6700ae9e irq_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0x6700e062 shash_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0x67056fa4 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x6713dc9e ata_bmdma_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x671831c4 da903x_set_bits EXPORT_SYMBOL_GPL vmlinux 0x671b960e bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x67210a0e devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0x6733415c nvmem_device_read EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key -EXPORT_SYMBOL_GPL vmlinux 0x6738e3ba skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x673cbca3 pci_epc_mem_free_addr EXPORT_SYMBOL_GPL vmlinux 0x6753dc1a pinctrl_find_and_add_gpio_range -EXPORT_SYMBOL_GPL vmlinux 0x675a0a62 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x675d7676 devm_extcon_dev_unregister EXPORT_SYMBOL_GPL vmlinux 0x67694d14 usb_alloc_dev EXPORT_SYMBOL_GPL vmlinux 0x676ea8e6 gpiod_count EXPORT_SYMBOL_GPL vmlinux 0x67725a4d task_cgroup_path EXPORT_SYMBOL_GPL vmlinux 0x67760be9 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x67834537 devlink_port_type_ib_set EXPORT_SYMBOL_GPL vmlinux 0x6786d207 clockevents_config_and_register EXPORT_SYMBOL_GPL vmlinux 0x679334dc dev_pm_opp_put_supported_hw EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits @@ -19307,10 +19262,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x680c6358 md_allow_write EXPORT_SYMBOL_GPL vmlinux 0x68332979 genpd_dev_pm_attach EXPORT_SYMBOL_GPL vmlinux 0x683a5e11 __regmap_init_mmio_clk EXPORT_SYMBOL_GPL vmlinux 0x6841f385 nvdimm_blk_region_create -EXPORT_SYMBOL_GPL vmlinux 0x6856dcf4 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x68786f2e xive_native_configure_queue EXPORT_SYMBOL_GPL vmlinux 0x6894f871 regmap_get_max_register EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68af8677 iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0x68c447b6 pm_generic_freeze_noirq EXPORT_SYMBOL_GPL vmlinux 0x68dbb040 hwspin_lock_register EXPORT_SYMBOL_GPL vmlinux 0x68eb87b3 dev_pm_opp_disable @@ -19318,8 +19273,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x68f24d30 add_page_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x68f567a3 mddev_init_writes_pending EXPORT_SYMBOL_GPL vmlinux 0x6909a38b opal_rtc_read EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x690ffb61 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x691c2e14 ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x69232a02 eeh_pe_get_state EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync EXPORT_SYMBOL_GPL vmlinux 0x6928269b xive_native_disable_vp EXPORT_SYMBOL_GPL vmlinux 0x692f2d69 disk_map_sector_rcu @@ -19331,23 +19289,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x6955338e dev_pm_opp_find_freq_ceil_by_volt EXPORT_SYMBOL_GPL vmlinux 0x69553e1b loop_backing_file EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host EXPORT_SYMBOL_GPL vmlinux 0x695e34b5 tracepoint_probe_register_prio -EXPORT_SYMBOL_GPL vmlinux 0x6962bece pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init EXPORT_SYMBOL_GPL vmlinux 0x697a199b inet_hashinfo2_init_mod EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core EXPORT_SYMBOL_GPL vmlinux 0x6996f595 usb_lock_device_for_reset EXPORT_SYMBOL_GPL vmlinux 0x699ae11d dev_pm_qos_expose_flags -EXPORT_SYMBOL_GPL vmlinux 0x69cb4b72 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x69c9cc7c __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x69d7a60e nvdimm_bus_register EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e91254 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x69f02a58 pci_enable_pasid EXPORT_SYMBOL_GPL vmlinux 0x69f8314c crypto_register_shash EXPORT_SYMBOL_GPL vmlinux 0x6a015f7d device_initialize EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x6a1a67cd isa_bridge_pcidev EXPORT_SYMBOL_GPL vmlinux 0x6a202a58 transport_destroy_device -EXPORT_SYMBOL_GPL vmlinux 0x6a345133 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x6a351de4 devm_regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0x6a3e6f03 virtqueue_is_broken EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue @@ -19359,18 +19316,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x6a5e2bde __cookie_v6_init_sequence EXPORT_SYMBOL_GPL vmlinux 0x6a698ef7 da903x_update EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start -EXPORT_SYMBOL_GPL vmlinux 0x6a909e11 devlink_port_param_value_changed -EXPORT_SYMBOL_GPL vmlinux 0x6a9d51a4 iommu_unregister_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x6a9dcc21 __put_net EXPORT_SYMBOL_GPL vmlinux 0x6a9fbcdf mmc_regulator_get_supply EXPORT_SYMBOL_GPL vmlinux 0x6aaa02eb probe_kernel_write EXPORT_SYMBOL_GPL vmlinux 0x6ac3a1a7 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6ac652b6 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x6af9dfd7 ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0x6b01523d devm_device_add_groups -EXPORT_SYMBOL_GPL vmlinux 0x6b04a5de do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x6b04d6df devm_nsio_disable EXPORT_SYMBOL_GPL vmlinux 0x6b18ad7e regulator_get_drvdata -EXPORT_SYMBOL_GPL vmlinux 0x6b1e797d pci_sriov_configure_simple -EXPORT_SYMBOL_GPL vmlinux 0x6b24b762 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x6b28a8ff inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x6b3779bb ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x6b3bb4f2 ata_sas_port_resume EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down EXPORT_SYMBOL_GPL vmlinux 0x6b52ffe6 sdio_writel EXPORT_SYMBOL_GPL vmlinux 0x6b79bb11 shash_ahash_digest @@ -19378,7 +19335,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x6b7cf1ae sock_diag_register_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier EXPORT_SYMBOL_GPL vmlinux 0x6b99784a cpufreq_cpu_get_raw EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value -EXPORT_SYMBOL_GPL vmlinux 0x6bac443c ata_do_set_mode EXPORT_SYMBOL_GPL vmlinux 0x6bacf79f vring_del_virtqueue EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save EXPORT_SYMBOL_GPL vmlinux 0x6bfc89cf blk_mq_alloc_request_hctx @@ -19394,29 +19350,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x6c8b01d9 class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x6c9fa07f sysfs_change_owner EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain EXPORT_SYMBOL_GPL vmlinux 0x6cb67c39 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x6cb8c3b1 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x6cc227c9 agp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x6cc7924b sysfs_break_active_protection EXPORT_SYMBOL_GPL vmlinux 0x6cd6f1f3 platform_device_put -EXPORT_SYMBOL_GPL vmlinux 0x6d038219 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x6cf79024 pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x6d246fc8 bpf_prog_sub -EXPORT_SYMBOL_GPL vmlinux 0x6d24ca68 inet6_lookup -EXPORT_SYMBOL_GPL vmlinux 0x6d27020a pci_reset_function_locked -EXPORT_SYMBOL_GPL vmlinux 0x6d2f55eb netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d3fa11e watchdog_register_device -EXPORT_SYMBOL_GPL vmlinux 0x6d4427a2 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x6d493aa1 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6d57610a devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x6d5a3ba6 cpuidle_register_driver -EXPORT_SYMBOL_GPL vmlinux 0x6d61899f fib_new_table EXPORT_SYMBOL_GPL vmlinux 0x6d63e9af clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x6d654091 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x6d815d55 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x6d881ea7 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6d9aa435 ata_do_set_mode EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x6db0d717 dma_resv_test_signaled_rcu EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 EXPORT_SYMBOL_GPL vmlinux 0x6dd2d266 regmap_check_range_table -EXPORT_SYMBOL_GPL vmlinux 0x6dd54227 pnv_ocxl_get_xsl_irq EXPORT_SYMBOL_GPL vmlinux 0x6dd6a4b6 fat_alloc_new_dir EXPORT_SYMBOL_GPL vmlinux 0x6dea19c7 wm5110_patch EXPORT_SYMBOL_GPL vmlinux 0x6df3b56a tty_get_pgrp @@ -19426,20 +19382,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e3914ac dma_get_required_mask EXPORT_SYMBOL_GPL vmlinux 0x6e398bb3 gpiochip_irq_domain_activate EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index EXPORT_SYMBOL_GPL vmlinux 0x6e4bc056 spi_res_free -EXPORT_SYMBOL_GPL vmlinux 0x6e65b20d strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6e4e65cf raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x6e66226d usb_deregister EXPORT_SYMBOL_GPL vmlinux 0x6e699ebe fwnode_find_reference EXPORT_SYMBOL_GPL vmlinux 0x6e723f7b device_match_of_node EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e79e986 dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0x6e855bb7 pinctrl_remove_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base EXPORT_SYMBOL_GPL vmlinux 0x6e8ec9a1 devres_get EXPORT_SYMBOL_GPL vmlinux 0x6e8f3d12 gpiod_cansleep EXPORT_SYMBOL_GPL vmlinux 0x6e902de7 __percpu_down_read EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns -EXPORT_SYMBOL_GPL vmlinux 0x6ec693e1 iommu_group_remove_device EXPORT_SYMBOL_GPL vmlinux 0x6ed7b268 handle_simple_irq EXPORT_SYMBOL_GPL vmlinux 0x6ee8c94b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x6ee92e78 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x6ee94d19 sdio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x6eeb4f87 usb_ep0_reinit EXPORT_SYMBOL_GPL vmlinux 0x6ef0e8bb of_irq_get @@ -19454,25 +19411,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x6f2efbfe pinctrl_utils_add_config EXPORT_SYMBOL_GPL vmlinux 0x6f36c2e3 mm_unaccount_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0x6f4b6e7a blk_mq_unfreeze_queue EXPORT_SYMBOL_GPL vmlinux 0x6f6d3b3b extcon_set_state_sync -EXPORT_SYMBOL_GPL vmlinux 0x6f70678d pnv_ocxl_get_actag EXPORT_SYMBOL_GPL vmlinux 0x6f88e72b tty_port_register_device EXPORT_SYMBOL_GPL vmlinux 0x6f8fcf12 crypto_register_alg -EXPORT_SYMBOL_GPL vmlinux 0x6f964fec rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fc65450 vfio_external_group_match_file EXPORT_SYMBOL_GPL vmlinux 0x6fcbe89c desc_to_gpio EXPORT_SYMBOL_GPL vmlinux 0x6fd32d7b spi_controller_dma_map_mem_op_data EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng EXPORT_SYMBOL_GPL vmlinux 0x6ff91b5c da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x70054eec ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x701fc71e serial8250_do_shutdown -EXPORT_SYMBOL_GPL vmlinux 0x7039fa8e ata_bmdma32_port_ops EXPORT_SYMBOL_GPL vmlinux 0x7048f8b3 irq_domain_add_legacy EXPORT_SYMBOL_GPL vmlinux 0x70490e43 crypto_unregister_scomps EXPORT_SYMBOL_GPL vmlinux 0x704f24ae kvmppc_restore_tm_hv EXPORT_SYMBOL_GPL vmlinux 0x7059c5da bd_unlink_disk_holder EXPORT_SYMBOL_GPL vmlinux 0x705a5353 pinctrl_parse_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x708f4489 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x70908251 dev_pm_opp_detach_genpd EXPORT_SYMBOL_GPL vmlinux 0x709254dd __tracepoint_br_fdb_update EXPORT_SYMBOL_GPL vmlinux 0x70a4d684 devm_pwm_put @@ -19480,7 +19436,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x70af9dc7 unregister_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x70c13619 tpm_transmit_cmd EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time -EXPORT_SYMBOL_GPL vmlinux 0x70cce46f ata_port_pbar_desc EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq EXPORT_SYMBOL_GPL vmlinux 0x70f7e51c serial8250_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x70f8567b serial8250_do_startup @@ -19490,6 +19445,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x713cb4ba phy_gbit_features EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness EXPORT_SYMBOL_GPL vmlinux 0x71652e0c serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x717e0857 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x7182be92 xdp_attachment_query EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var EXPORT_SYMBOL_GPL vmlinux 0x71b67833 fuse_abort_conn @@ -19497,23 +19453,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x71c58a36 transport_setup_device EXPORT_SYMBOL_GPL vmlinux 0x71e77528 nvmem_dev_name EXPORT_SYMBOL_GPL vmlinux 0x71f6670b __cookie_v6_check EXPORT_SYMBOL_GPL vmlinux 0x7230ba5f sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x72405581 skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0x7249fe83 tps6586x_reads EXPORT_SYMBOL_GPL vmlinux 0x7256c460 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x7273e38a usb_sg_wait EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events EXPORT_SYMBOL_GPL vmlinux 0x727e2fee devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x727f4414 scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0x728b7de4 input_ff_upload -EXPORT_SYMBOL_GPL vmlinux 0x72944c83 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x729a73d7 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x72a33e46 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0x72a6d9b5 xdp_rxq_info_reg EXPORT_SYMBOL_GPL vmlinux 0x72c2d655 nvdimm_pmem_region_create EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups -EXPORT_SYMBOL_GPL vmlinux 0x72d2bed0 devlink_port_params_register -EXPORT_SYMBOL_GPL vmlinux 0x72e12068 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x72d5a556 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x72dbc62b __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0x72f23bc8 __tracepoint_remove_device_from_group EXPORT_SYMBOL_GPL vmlinux 0x730cb08b sysfs_update_groups EXPORT_SYMBOL_GPL vmlinux 0x73150f54 i2c_handle_smbus_host_notify EXPORT_SYMBOL_GPL vmlinux 0x7331a7d5 bpf_offload_dev_netdev_register -EXPORT_SYMBOL_GPL vmlinux 0x733bff4e do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x7332215a devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7334c173 iommu_set_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x7350c6ba da9055_regmap_config EXPORT_SYMBOL_GPL vmlinux 0x736d9f0d hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0x737440d2 mbox_request_channel_byname @@ -19529,92 +19489,102 @@ EXPORT_SYMBOL_GPL vmlinux 0x73b343f6 rio_unmap_outb_region EXPORT_SYMBOL_GPL vmlinux 0x73b7483e power_supply_powers EXPORT_SYMBOL_GPL vmlinux 0x73ba4868 regulator_is_enabled_regmap EXPORT_SYMBOL_GPL vmlinux 0x73bbfbfd __class_register -EXPORT_SYMBOL_GPL vmlinux 0x73bd1518 sata_link_resume EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0x73cdce65 badblocks_store EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite -EXPORT_SYMBOL_GPL vmlinux 0x7405cbe6 strp_process EXPORT_SYMBOL_GPL vmlinux 0x74183c57 regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0x74199b26 opal_leds_set_ind EXPORT_SYMBOL_GPL vmlinux 0x741f307f hrtimer_init EXPORT_SYMBOL_GPL vmlinux 0x7430c10a path_noexec EXPORT_SYMBOL_GPL vmlinux 0x7436ccb7 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x7437f103 ata_bmdma_setup EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask EXPORT_SYMBOL_GPL vmlinux 0x7447ccb8 fwnode_handle_get EXPORT_SYMBOL_GPL vmlinux 0x745d64a5 rio_map_inb_region EXPORT_SYMBOL_GPL vmlinux 0x745f7581 gpiod_direction_output EXPORT_SYMBOL_GPL vmlinux 0x746f29d4 nvdimm_badblocks_populate EXPORT_SYMBOL_GPL vmlinux 0x747723e0 get_device_system_crosststamp -EXPORT_SYMBOL_GPL vmlinux 0x74b4f561 iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x748cb426 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74da1222 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x74e6719b sdio_writew EXPORT_SYMBOL_GPL vmlinux 0x74ef68f0 serdev_device_set_baudrate EXPORT_SYMBOL_GPL vmlinux 0x74f8431f sysfs_unmerge_group -EXPORT_SYMBOL_GPL vmlinux 0x75092ceb scsi_internal_device_unblock_nowait EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status EXPORT_SYMBOL_GPL vmlinux 0x75388258 __hvc_resize -EXPORT_SYMBOL_GPL vmlinux 0x75478de5 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x75495246 perf_event_update_userpage EXPORT_SYMBOL_GPL vmlinux 0x754ba823 trace_seq_puts EXPORT_SYMBOL_GPL vmlinux 0x75583ea3 __vfs_removexattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x7559bffb cec_queue_pin_cec_event -EXPORT_SYMBOL_GPL vmlinux 0x7562bad5 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x75726ea1 ohci_hub_status_data EXPORT_SYMBOL_GPL vmlinux 0x757b7592 cec_notifier_cec_adap_register EXPORT_SYMBOL_GPL vmlinux 0x757c1179 regulator_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x757cfe35 xive_native_get_vp_info EXPORT_SYMBOL_GPL vmlinux 0x757dd206 dev_pm_genpd_set_performance_state EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bd415 devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x75a376b5 dev_pm_qos_expose_latency_limit EXPORT_SYMBOL_GPL vmlinux 0x75aa8f56 debugfs_attr_read -EXPORT_SYMBOL_GPL vmlinux 0x75adcaa6 eeh_pe_state_mark +EXPORT_SYMBOL_GPL vmlinux 0x75bb6287 iommu_dev_has_feature EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove EXPORT_SYMBOL_GPL vmlinux 0x75dd87d3 vfs_cancel_lock EXPORT_SYMBOL_GPL vmlinux 0x75e334ea devm_phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x75f7d70e device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x76040c0d uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x76250483 pci_epc_put EXPORT_SYMBOL_GPL vmlinux 0x7628be2f find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x7646fead ata_cable_ignore EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key EXPORT_SYMBOL_GPL vmlinux 0x76686c6b blkg_print_stat_bytes_recursive EXPORT_SYMBOL_GPL vmlinux 0x76698881 bpf_trace_run6 EXPORT_SYMBOL_GPL vmlinux 0x76762152 __bio_try_merge_page EXPORT_SYMBOL_GPL vmlinux 0x767d5cae dev_pm_opp_of_get_sharing_cpus EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76b3b780 ohci_resume EXPORT_SYMBOL_GPL vmlinux 0x76c9919c handle_bad_irq EXPORT_SYMBOL_GPL vmlinux 0x76cda153 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76d49766 ata_link_next EXPORT_SYMBOL_GPL vmlinux 0x76dc776a pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x76de5fb9 devlink_is_reload_failed EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x76f2abe0 btree_lookup -EXPORT_SYMBOL_GPL vmlinux 0x7700a73a ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x77048e00 ata_sff_dev_classify EXPORT_SYMBOL_GPL vmlinux 0x77156ce3 tty_port_link_device EXPORT_SYMBOL_GPL vmlinux 0x7727c0dd dequeue_signal EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register EXPORT_SYMBOL_GPL vmlinux 0x772b3482 device_move EXPORT_SYMBOL_GPL vmlinux 0x773b0867 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x773f2313 iommu_register_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x7740894c crypto_enqueue_request -EXPORT_SYMBOL_GPL vmlinux 0x774b38fc ata_std_bios_param EXPORT_SYMBOL_GPL vmlinux 0x774ce4b2 bus_unregister EXPORT_SYMBOL_GPL vmlinux 0x7750125d unregister_pernet_device EXPORT_SYMBOL_GPL vmlinux 0x7762a6d8 ata_sas_async_probe EXPORT_SYMBOL_GPL vmlinux 0x77719c25 phy_power_on -EXPORT_SYMBOL_GPL vmlinux 0x779460e4 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x779d3960 wm8350_read_auxadc EXPORT_SYMBOL_GPL vmlinux 0x77aa5150 phy_pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0x77abcebb of_irq_get_byname EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string -EXPORT_SYMBOL_GPL vmlinux 0x77af5a59 iommu_aux_get_pasid -EXPORT_SYMBOL_GPL vmlinux 0x77c34f87 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x77b79d9b devlink_flash_update_begin_notify +EXPORT_SYMBOL_GPL vmlinux 0x77b9586f pnv_ocxl_get_xsl_irq +EXPORT_SYMBOL_GPL vmlinux 0x77bac455 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x77c6b562 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x77c9acca ata_pci_shutdown_one EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare EXPORT_SYMBOL_GPL vmlinux 0x77d1627f devm_regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0x77e3c4b7 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x77e3ff59 remove_phb_dynamic EXPORT_SYMBOL_GPL vmlinux 0x77e5f230 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x77ec8e4c fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x77ff8434 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x78001235 pci_add_device_node_info EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table EXPORT_SYMBOL_GPL vmlinux 0x78072fe5 mpc8xxx_spi_rx_buf_u16 EXPORT_SYMBOL_GPL vmlinux 0x782a7d89 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x783029d3 ata_dummy_port_info EXPORT_SYMBOL_GPL vmlinux 0x783c5679 phy_remove_lookup EXPORT_SYMBOL_GPL vmlinux 0x78590ea4 devm_nvdimm_memremap EXPORT_SYMBOL_GPL vmlinux 0x78595e86 security_path_link @@ -19629,42 +19599,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x78931f19 of_hwspin_lock_get_id EXPORT_SYMBOL_GPL vmlinux 0x78a3ff83 virtqueue_add_outbuf EXPORT_SYMBOL_GPL vmlinux 0x78aa7764 cpuidle_unregister EXPORT_SYMBOL_GPL vmlinux 0x78bde7ff gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x78d49d64 iommu_attach_device EXPORT_SYMBOL_GPL vmlinux 0x78e58a4e xive_native_has_single_escalation -EXPORT_SYMBOL_GPL vmlinux 0x790283dd devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0x790b2cb3 srcu_batches_completed EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure EXPORT_SYMBOL_GPL vmlinux 0x7919860a led_trigger_set EXPORT_SYMBOL_GPL vmlinux 0x792df41c gpiod_export -EXPORT_SYMBOL_GPL vmlinux 0x7938c6f6 edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot -EXPORT_SYMBOL_GPL vmlinux 0x79508699 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7953d10b pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x79562c7b devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0x79583b18 dev_pm_opp_set_supported_hw -EXPORT_SYMBOL_GPL vmlinux 0x796ae16d __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7969a2cb inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x797d2636 crypto_alloc_kpp EXPORT_SYMBOL_GPL vmlinux 0x79809e05 vfs_getxattr_alloc EXPORT_SYMBOL_GPL vmlinux 0x79894fa8 srcu_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0x799328fb devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x79a363d8 relay_open EXPORT_SYMBOL_GPL vmlinux 0x79abecd4 dev_pm_opp_add EXPORT_SYMBOL_GPL vmlinux 0x79ac7812 tty_buffer_request_room EXPORT_SYMBOL_GPL vmlinux 0x79c42256 watchdog_init_timeout -EXPORT_SYMBOL_GPL vmlinux 0x79ce3bdd eeh_add_sysfs_files EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0x79e030d1 extcon_unregister_notifier_all EXPORT_SYMBOL_GPL vmlinux 0x79e6922d percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x79eccde9 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x79f4d8d6 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x79f51d6f sfp_register_upstream EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x79f8b3ab usb_enable_lpm -EXPORT_SYMBOL_GPL vmlinux 0x7a07d1c0 pci_probe_reset_slot -EXPORT_SYMBOL_GPL vmlinux 0x7a09f440 __ata_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x7a106905 tty_init_termios EXPORT_SYMBOL_GPL vmlinux 0x7a124c9b tpm_chip_unregister EXPORT_SYMBOL_GPL vmlinux 0x7a362cea crypto_drop_spawn -EXPORT_SYMBOL_GPL vmlinux 0x7a590d80 ping_queue_rcv_skb -EXPORT_SYMBOL_GPL vmlinux 0x7a615a86 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x7a3b58fb inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x7a64bd22 cec_delete_adapter EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie @@ -19672,62 +19638,61 @@ EXPORT_SYMBOL_GPL vmlinux 0x7a8c6787 nvdimm_to_bus EXPORT_SYMBOL_GPL vmlinux 0x7ab64b1d user_update EXPORT_SYMBOL_GPL vmlinux 0x7abf441b ehci_cf_port_reset_rwsem EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ac9a9f9 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings -EXPORT_SYMBOL_GPL vmlinux 0x7aec2cf3 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x7af0125d file_ra_state_init -EXPORT_SYMBOL_GPL vmlinux 0x7afc6dfc ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0x7b178afe unlock_system_sleep EXPORT_SYMBOL_GPL vmlinux 0x7b1df89f pci_address_to_pio EXPORT_SYMBOL_GPL vmlinux 0x7b2fe67e usb_free_streams EXPORT_SYMBOL_GPL vmlinux 0x7b37a942 rio_route_get_entry EXPORT_SYMBOL_GPL vmlinux 0x7b42189b arizona_dev_init EXPORT_SYMBOL_GPL vmlinux 0x7b440487 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x7b44f87d bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0x7b453847 cec_received_msg_ts EXPORT_SYMBOL_GPL vmlinux 0x7b460172 platform_get_irq_optional EXPORT_SYMBOL_GPL vmlinux 0x7b4ff8f4 badrange_forget EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x7b783824 ppc_breakpoint_available -EXPORT_SYMBOL_GPL vmlinux 0x7b8b7df9 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0x7b9315a3 phy_destroy EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us EXPORT_SYMBOL_GPL vmlinux 0x7b9c3899 key_type_logon EXPORT_SYMBOL_GPL vmlinux 0x7ba091f1 of_detach_node -EXPORT_SYMBOL_GPL vmlinux 0x7ba37bd9 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x7ba5ca89 cec_s_log_addrs EXPORT_SYMBOL_GPL vmlinux 0x7ba64da5 class_unregister EXPORT_SYMBOL_GPL vmlinux 0x7bbf7f8b devm_gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0x7be1341f cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0x7bec7f53 __tracepoint_neigh_timer_handler EXPORT_SYMBOL_GPL vmlinux 0x7bf8d9a8 register_kretprobes -EXPORT_SYMBOL_GPL vmlinux 0x7c11e679 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x7bff35ba tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x7c128295 extcon_sync EXPORT_SYMBOL_GPL vmlinux 0x7c1954ca regulator_list_voltage_pickable_linear_range -EXPORT_SYMBOL_GPL vmlinux 0x7c1d8d05 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x7c21e2ec sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list -EXPORT_SYMBOL_GPL vmlinux 0x7c70bbb1 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x7c52d427 pnv_ocxl_get_actag EXPORT_SYMBOL_GPL vmlinux 0x7c73a9e0 klist_add_head EXPORT_SYMBOL_GPL vmlinux 0x7c73c84e serial8250_read_char -EXPORT_SYMBOL_GPL vmlinux 0x7caa0530 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7caf306c property_entries_dup EXPORT_SYMBOL_GPL vmlinux 0x7cc5cbb1 __devm_regmap_init_mmio_clk EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats EXPORT_SYMBOL_GPL vmlinux 0x7cd17344 usb_set_device_state EXPORT_SYMBOL_GPL vmlinux 0x7cd1f007 dev_pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver -EXPORT_SYMBOL_GPL vmlinux 0x7cd8d434 ata_sff_hsm_move EXPORT_SYMBOL_GPL vmlinux 0x7cddbfe7 cs47l24_irq EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq -EXPORT_SYMBOL_GPL vmlinux 0x7cec2f31 ata_std_prereset EXPORT_SYMBOL_GPL vmlinux 0x7cf9808b of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x7cfe5ed8 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn -EXPORT_SYMBOL_GPL vmlinux 0x7d202d43 hwmon_device_register EXPORT_SYMBOL_GPL vmlinux 0x7d454d9b srp_rport_add EXPORT_SYMBOL_GPL vmlinux 0x7d582d78 pinctrl_count_index_with_args EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq EXPORT_SYMBOL_GPL vmlinux 0x7d607093 of_get_required_opp_performance_state EXPORT_SYMBOL_GPL vmlinux 0x7d6c81f7 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d6f5e5a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7d8c5770 eeh_add_device_tree_early EXPORT_SYMBOL_GPL vmlinux 0x7d9b7e6b get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x7dad3a7a pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x7dc32694 net_dm_hw_report EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0x7ddd5fd4 idr_find @@ -19735,180 +19700,185 @@ EXPORT_SYMBOL_GPL vmlinux 0x7de6ac1a debugfs_create_size_t EXPORT_SYMBOL_GPL vmlinux 0x7de82479 transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0x7dee2a5b i2c_dw_read_comp_param EXPORT_SYMBOL_GPL vmlinux 0x7df0a6cd tracing_snapshot_cond_disable -EXPORT_SYMBOL_GPL vmlinux 0x7df7cffb sata_lpm_ignore_phy_events EXPORT_SYMBOL_GPL vmlinux 0x7dff2a0c kvmhv_load_guest_pmu EXPORT_SYMBOL_GPL vmlinux 0x7e0712d5 n_tty_inherit_ops EXPORT_SYMBOL_GPL vmlinux 0x7e11d6df thermal_zone_device_update EXPORT_SYMBOL_GPL vmlinux 0x7e1e1bd3 iommu_tce_check_gpa EXPORT_SYMBOL_GPL vmlinux 0x7e279f2b iomap_dio_iopoll EXPORT_SYMBOL_GPL vmlinux 0x7e2c8a4e crypto_unregister_kpp -EXPORT_SYMBOL_GPL vmlinux 0x7e341473 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x7e3768bf usb_altnum_to_altsetting EXPORT_SYMBOL_GPL vmlinux 0x7e508524 debugfs_create_ulong EXPORT_SYMBOL_GPL vmlinux 0x7e5a2270 rio_add_mport_pw_handler EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time EXPORT_SYMBOL_GPL vmlinux 0x7e68eb6e cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x7e825b88 ata_link_online EXPORT_SYMBOL_GPL vmlinux 0x7e85c390 dev_pm_opp_get_of_node EXPORT_SYMBOL_GPL vmlinux 0x7e8d2750 adp5520_set_bits -EXPORT_SYMBOL_GPL vmlinux 0x7e8dcfbb pci_reset_pri EXPORT_SYMBOL_GPL vmlinux 0x7e996b35 phy_led_triggers_unregister EXPORT_SYMBOL_GPL vmlinux 0x7eb8ecf6 iterate_mounts -EXPORT_SYMBOL_GPL vmlinux 0x7ebdbea8 lwtunnel_xmit -EXPORT_SYMBOL_GPL vmlinux 0x7ec5bd34 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x7ed0720c sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async -EXPORT_SYMBOL_GPL vmlinux 0x7ef5a1aa netdev_rx_handler_register -EXPORT_SYMBOL_GPL vmlinux 0x7effff14 sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x7f02cf52 fat_search_long -EXPORT_SYMBOL_GPL vmlinux 0x7f1897ac is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x7f064dc5 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7f0bcfbf sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7f0ed996 ata_cable_80wire EXPORT_SYMBOL_GPL vmlinux 0x7f1ceef1 sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0x7f30890e led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x7f458c59 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x7f542bc1 __fsnotify_parent EXPORT_SYMBOL_GPL vmlinux 0x7f621323 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x7f624205 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x7f6f285f pci_iomap_wc EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata EXPORT_SYMBOL_GPL vmlinux 0x7f7e767d device_add_groups EXPORT_SYMBOL_GPL vmlinux 0x7f92ceb0 pinctrl_add_gpio_range EXPORT_SYMBOL_GPL vmlinux 0x7f92dd83 regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0x7fb03f3d cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x7fb3a80d fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x7fcbadb3 sock_zerocopy_put_abort -EXPORT_SYMBOL_GPL vmlinux 0x7fcbf7aa pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x7febc12f of_pci_find_child_device EXPORT_SYMBOL_GPL vmlinux 0x7ff6710c crypto_hash_walk_first EXPORT_SYMBOL_GPL vmlinux 0x7ff6b8f5 pinconf_generic_dt_free_map -EXPORT_SYMBOL_GPL vmlinux 0x7ffc5cee __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x8012b4b6 mmc_regulator_set_vqmmc EXPORT_SYMBOL_GPL vmlinux 0x80130329 power_supply_put -EXPORT_SYMBOL_GPL vmlinux 0x801a8930 ata_port_freeze -EXPORT_SYMBOL_GPL vmlinux 0x801e665b nf_queue_nf_hook_drop -EXPORT_SYMBOL_GPL vmlinux 0x80228a5d pnv_ocxl_get_pasid_count EXPORT_SYMBOL_GPL vmlinux 0x80245c47 iomap_bmap EXPORT_SYMBOL_GPL vmlinux 0x804e91fc phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x80544f7f cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put +EXPORT_SYMBOL_GPL vmlinux 0x80793f11 lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0x808382dd fsl8250_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x8084eddb clone_private_mount EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809afabd ata_pci_bmdma_prepare_host EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x809f1d94 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x80adb092 xhci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x80bc5742 nvdimm_name -EXPORT_SYMBOL_GPL vmlinux 0x80bf4f05 ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free EXPORT_SYMBOL_GPL vmlinux 0x80d84b13 devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x80dc24ec tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x80dfab13 mbox_controller_unregister EXPORT_SYMBOL_GPL vmlinux 0x80e5e77b bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x80eca397 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify EXPORT_SYMBOL_GPL vmlinux 0x81222f5d device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x8123fbc2 scsi_flush_work EXPORT_SYMBOL_GPL vmlinux 0x8131a54c genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x81355922 usb_set_interface EXPORT_SYMBOL_GPL vmlinux 0x81449fdd gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0x814d7b8f pm_generic_resume EXPORT_SYMBOL_GPL vmlinux 0x815712e1 devfreq_event_get_event -EXPORT_SYMBOL_GPL vmlinux 0x815c8d65 pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl EXPORT_SYMBOL_GPL vmlinux 0x8162591e usb_hub_clear_tt_buffer EXPORT_SYMBOL_GPL vmlinux 0x81674f78 btree_grim_visitor EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits -EXPORT_SYMBOL_GPL vmlinux 0x81793861 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x816f6bfa edac_device_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0x81a42f1e cec_notifier_register -EXPORT_SYMBOL_GPL vmlinux 0x81a8b089 lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x81cd0440 power_supply_unregister EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm EXPORT_SYMBOL_GPL vmlinux 0x81eb72bd aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x820d17d8 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x82104429 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x82142763 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0x82193687 phy_modify EXPORT_SYMBOL_GPL vmlinux 0x8219bed1 mddev_resume -EXPORT_SYMBOL_GPL vmlinux 0x822af8f8 strp_done EXPORT_SYMBOL_GPL vmlinux 0x822b4906 device_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x823c812e crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x824305c5 pci_ats_queue_depth EXPORT_SYMBOL_GPL vmlinux 0x825c734b spi_res_release EXPORT_SYMBOL_GPL vmlinux 0x82622c86 badblocks_check EXPORT_SYMBOL_GPL vmlinux 0x826cec9b of_reserved_mem_device_init_by_idx -EXPORT_SYMBOL_GPL vmlinux 0x8271c627 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0x8284ea16 gpiochip_unlock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x82866bbc pm_genpd_add_device EXPORT_SYMBOL_GPL vmlinux 0x8291545a pinctrl_get_group_pins -EXPORT_SYMBOL_GPL vmlinux 0x829f2fb0 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8291a4f7 strp_stop EXPORT_SYMBOL_GPL vmlinux 0x82b80536 of_dma_controller_free -EXPORT_SYMBOL_GPL vmlinux 0x82c29c2f edac_mc_alloc EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82f1be33 mmu_psize_defs EXPORT_SYMBOL_GPL vmlinux 0x82f90284 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8304fbe3 tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0x83234ac3 sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0x83258f31 iomap_migrate_page +EXPORT_SYMBOL_GPL vmlinux 0x83383f6e usb_reset_configuration EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind EXPORT_SYMBOL_GPL vmlinux 0x833c53a0 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x833fa410 devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x8340ab1b fb_deferred_io_open -EXPORT_SYMBOL_GPL vmlinux 0x834cfadc usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x835de2ce dev_pm_opp_put -EXPORT_SYMBOL_GPL vmlinux 0x8364fad4 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0x83743837 hash__has_transparent_hugepage EXPORT_SYMBOL_GPL vmlinux 0x83796cc1 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x83829a05 ata_sff_irq_on EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free EXPORT_SYMBOL_GPL vmlinux 0x8391816a device_find_child -EXPORT_SYMBOL_GPL vmlinux 0x83bc5486 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x83a9a867 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x83b7158f inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0x83bda272 tc3589x_set_bits -EXPORT_SYMBOL_GPL vmlinux 0x83d3a3a6 ata_sff_tf_load -EXPORT_SYMBOL_GPL vmlinux 0x83dff2dc pci_epc_set_msi EXPORT_SYMBOL_GPL vmlinux 0x83f1a423 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x83fd7f62 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x83ff67d5 mmu_feature_keys EXPORT_SYMBOL_GPL vmlinux 0x8404f53a of_find_spi_device_by_node EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv -EXPORT_SYMBOL_GPL vmlinux 0x84191b0a pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x84224634 eeh_pe_set_option EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype EXPORT_SYMBOL_GPL vmlinux 0x8427131b dev_pm_opp_put_prop_name -EXPORT_SYMBOL_GPL vmlinux 0x842ba6e2 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0x842cc0bf regulator_lock EXPORT_SYMBOL_GPL vmlinux 0x8448596d of_dma_xlate_by_chan_id EXPORT_SYMBOL_GPL vmlinux 0x844c2f3d vfio_spapr_pci_eeh_release EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy -EXPORT_SYMBOL_GPL vmlinux 0x84615004 pci_load_and_free_saved_state EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type EXPORT_SYMBOL_GPL vmlinux 0x847d76de dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x8483fc4c pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert -EXPORT_SYMBOL_GPL vmlinux 0x84bb1c1f nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x84a98262 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0x84c00ca4 tty_find_polling_driver EXPORT_SYMBOL_GPL vmlinux 0x84c4a6d1 regulator_map_voltage_ascend EXPORT_SYMBOL_GPL vmlinux 0x84c55e7d of_property_read_variable_u8_array EXPORT_SYMBOL_GPL vmlinux 0x84e0999d __page_mapcount EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate -EXPORT_SYMBOL_GPL vmlinux 0x853358aa ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x853659f0 dev_pm_opp_set_prop_name EXPORT_SYMBOL_GPL vmlinux 0x853b9110 __kvmhv_vcpu_entry_p9 EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put EXPORT_SYMBOL_GPL vmlinux 0x855ade47 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x855fa434 kvmppc_find_table EXPORT_SYMBOL_GPL vmlinux 0x8576616e phy_driver_is_genphy EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit EXPORT_SYMBOL_GPL vmlinux 0x85b4f55e xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x85b5ae84 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x85bea131 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x85bf8cfe pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0x85c1bd97 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x85e782b7 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x86064f06 regulator_desc_list_voltage_linear_range -EXPORT_SYMBOL_GPL vmlinux 0x8615bffa of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x861009e5 usb_hcd_pci_shutdown EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init EXPORT_SYMBOL_GPL vmlinux 0x8623ae45 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL vmlinux 0x8628c239 bus_set_iommu EXPORT_SYMBOL_GPL vmlinux 0x86350395 ftrace_set_filter -EXPORT_SYMBOL_GPL vmlinux 0x864e7d68 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8646dbb0 skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0x86557e55 blkcg_deactivate_policy EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start EXPORT_SYMBOL_GPL vmlinux 0x865e998b iomap_releasepage -EXPORT_SYMBOL_GPL vmlinux 0x86674e5c devm_request_pci_bus_resources -EXPORT_SYMBOL_GPL vmlinux 0x8673c635 pci_epf_unbind EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier -EXPORT_SYMBOL_GPL vmlinux 0x867c4193 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get -EXPORT_SYMBOL_GPL vmlinux 0x86aa8880 ata_host_register EXPORT_SYMBOL_GPL vmlinux 0x86bd5d43 gpiod_to_chip EXPORT_SYMBOL_GPL vmlinux 0x86c38cfb vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x86c581e0 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x86e324d9 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0x86e4330f nvdimm_security_setup_events EXPORT_SYMBOL_GPL vmlinux 0x86e904c4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x86ee96e3 lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x8709d90a pinctrl_dev_get_drvdata EXPORT_SYMBOL_GPL vmlinux 0x870d2915 pnv_ocxl_alloc_xive_irq EXPORT_SYMBOL_GPL vmlinux 0x870f3c10 crypto_alloc_shash -EXPORT_SYMBOL_GPL vmlinux 0x8716d9af fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x871857e1 mm_iommu_is_devmem EXPORT_SYMBOL_GPL vmlinux 0x871c213e power_supply_set_input_current_limit_from_supplier EXPORT_SYMBOL_GPL vmlinux 0x872cc674 __tracepoint_xhci_dbg_quirks @@ -19916,24 +19886,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x8740952d sdio_readb EXPORT_SYMBOL_GPL vmlinux 0x8747d6f1 scsi_queue_work EXPORT_SYMBOL_GPL vmlinux 0x874fa147 of_get_display_timings EXPORT_SYMBOL_GPL vmlinux 0x875582b7 nvmem_del_cell_table -EXPORT_SYMBOL_GPL vmlinux 0x8767a018 devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0x876b17ed regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x876be8d1 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x876ebe2e usb_string EXPORT_SYMBOL_GPL vmlinux 0x8772bb75 io_cgrp_subsys EXPORT_SYMBOL_GPL vmlinux 0x877b9658 dax_copy_to_iter EXPORT_SYMBOL_GPL vmlinux 0x8787e650 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0x8793c3ea vfio_group_get_external_user EXPORT_SYMBOL_GPL vmlinux 0x87b2e0c1 transport_configure_device EXPORT_SYMBOL_GPL vmlinux 0x87b66284 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x87be3c06 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x87c1f569 tty_kopen EXPORT_SYMBOL_GPL vmlinux 0x87ce572f gpiod_get_array_optional EXPORT_SYMBOL_GPL vmlinux 0x87e1bd4b scsi_unregister_device_handler -EXPORT_SYMBOL_GPL vmlinux 0x87f17fd8 ata_sff_exec_command EXPORT_SYMBOL_GPL vmlinux 0x88163f6b device_property_read_u32_array -EXPORT_SYMBOL_GPL vmlinux 0x88459f24 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x882efc8b dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0x8847bff6 mddev_create_wb_pool -EXPORT_SYMBOL_GPL vmlinux 0x885a2d67 pci_epc_write_header -EXPORT_SYMBOL_GPL vmlinux 0x886f4eef xhci_init_driver -EXPORT_SYMBOL_GPL vmlinux 0x888194dc ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x888c214d xdp_rxq_info_unused EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer EXPORT_SYMBOL_GPL vmlinux 0x88977d30 tpm2_get_tpm_pt @@ -19942,33 +19910,35 @@ EXPORT_SYMBOL_GPL vmlinux 0x88a4e5d9 rio_get_asm EXPORT_SYMBOL_GPL vmlinux 0x88aa0bc2 driver_attach EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active EXPORT_SYMBOL_GPL vmlinux 0x88ae871d perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x88ba2583 ata_eh_qc_complete EXPORT_SYMBOL_GPL vmlinux 0x88bae63a aead_exit_geniv EXPORT_SYMBOL_GPL vmlinux 0x88c0c4f8 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x88c65e4c pnv_npu2_unmap_lpar_dev EXPORT_SYMBOL_GPL vmlinux 0x88c9a494 rio_register_driver EXPORT_SYMBOL_GPL vmlinux 0x88ce45a9 blk_execute_rq_nowait EXPORT_SYMBOL_GPL vmlinux 0x88f6f0d1 devm_spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0x8912c3b4 memcpy_mcsafe EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state EXPORT_SYMBOL_GPL vmlinux 0x8929f4b5 __clocksource_register_scale -EXPORT_SYMBOL_GPL vmlinux 0x8931ed19 addrconf_add_linklocal -EXPORT_SYMBOL_GPL vmlinux 0x893618a4 agp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893af63c ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x8940e3c3 mm_kobj EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0x894efaa5 devm_phy_put -EXPORT_SYMBOL_GPL vmlinux 0x8954953a iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x8967b1bd register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x8976fba2 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x897d1f6a ata_sas_slave_configure -EXPORT_SYMBOL_GPL vmlinux 0x898170a3 iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0x8986416d get_dev_pagemap EXPORT_SYMBOL_GPL vmlinux 0x8986928a extcon_set_property_capability EXPORT_SYMBOL_GPL vmlinux 0x898e9d3d gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0x898f7bed sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x899c9873 report_iommu_fault EXPORT_SYMBOL_GPL vmlinux 0x89abf447 md_bitmap_resize EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89af9255 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x89b920ce dev_pm_enable_wake_irq EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify EXPORT_SYMBOL_GPL vmlinux 0x89d451c1 replace_page_cache_page -EXPORT_SYMBOL_GPL vmlinux 0x89da32ab devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0x89ec78a2 invalidate_inode_pages2 EXPORT_SYMBOL_GPL vmlinux 0x89f93cf0 device_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x89fbf9ac unregister_trace_event @@ -19981,59 +19951,66 @@ EXPORT_SYMBOL_GPL vmlinux 0x8a17d1e4 usb_of_get_device_node EXPORT_SYMBOL_GPL vmlinux 0x8a1d1255 PageHuge EXPORT_SYMBOL_GPL vmlinux 0x8a1de103 tty_kclose EXPORT_SYMBOL_GPL vmlinux 0x8a2aa4e0 analyse_instr +EXPORT_SYMBOL_GPL vmlinux 0x8a3e2825 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0x8a42bdda rio_add_device EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode -EXPORT_SYMBOL_GPL vmlinux 0x8a577bee ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop EXPORT_SYMBOL_GPL vmlinux 0x8a65939a gpiod_set_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x8a713ca2 blk_set_pm_only EXPORT_SYMBOL_GPL vmlinux 0x8a7317f9 of_pwm_get EXPORT_SYMBOL_GPL vmlinux 0x8a8451cd vfs_test_lock EXPORT_SYMBOL_GPL vmlinux 0x8a89b547 mmc_cmdq_enable -EXPORT_SYMBOL_GPL vmlinux 0x8a972528 sk_msg_free -EXPORT_SYMBOL_GPL vmlinux 0x8a9c43a5 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x8a9c8efe hwrng_register EXPORT_SYMBOL_GPL vmlinux 0x8a9dbcad opal_message_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8a9e9117 fib_nl_delrule EXPORT_SYMBOL_GPL vmlinux 0x8aa43f76 led_trigger_store EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8acb8520 xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0x8acc8dbd regulator_get_error_flags EXPORT_SYMBOL_GPL vmlinux 0x8af137ea dma_request_chan_by_mask EXPORT_SYMBOL_GPL vmlinux 0x8afe3170 cpu_remove_dev_attr -EXPORT_SYMBOL_GPL vmlinux 0x8b421e5e inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x8b6c761a __xive_enabled -EXPORT_SYMBOL_GPL vmlinux 0x8b79cc32 ata_dummy_port_ops EXPORT_SYMBOL_GPL vmlinux 0x8b82cb70 dw8250_setup_port EXPORT_SYMBOL_GPL vmlinux 0x8b969ab6 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0x8ba48188 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x8bbe3abd ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x8bc403af mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x8bde42a2 usb_hcd_pci_remove EXPORT_SYMBOL_GPL vmlinux 0x8be95e5c is_nvdimm_sync EXPORT_SYMBOL_GPL vmlinux 0x8bec3f28 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8bfae114 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x8bff855d pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue -EXPORT_SYMBOL_GPL vmlinux 0x8c03fe30 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x8c14e462 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x8c26e7d9 dma_release_channel -EXPORT_SYMBOL_GPL vmlinux 0x8c27007c udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x8c303e24 gov_attr_set_init EXPORT_SYMBOL_GPL vmlinux 0x8c44a97f crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0x8c6b118c register_pernet_device -EXPORT_SYMBOL_GPL vmlinux 0x8c6db0c1 ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status EXPORT_SYMBOL_GPL vmlinux 0x8c77229f __tracepoint_br_fdb_external_learn_add EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c9deaf9 ata_sff_drain_fifo EXPORT_SYMBOL_GPL vmlinux 0x8c9e5151 __devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x8ca0c2fc ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0x8ca25fb9 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8cab1090 ata_bmdma32_port_ops EXPORT_SYMBOL_GPL vmlinux 0x8cb67554 sysfs_remove_bin_file -EXPORT_SYMBOL_GPL vmlinux 0x8cb708bd pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0x8cd5340f __module_text_address EXPORT_SYMBOL_GPL vmlinux 0x8cd94f86 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8cf2248f inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d00ca6c devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0x8d1eabdb i2c_recover_bus EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d251641 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x8d456598 blk_update_request EXPORT_SYMBOL_GPL vmlinux 0x8d62cda3 class_compat_remove_link EXPORT_SYMBOL_GPL vmlinux 0x8d6dc201 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x8d6e3700 tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x8d71fde6 __regmap_init_i2c EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major -EXPORT_SYMBOL_GPL vmlinux 0x8da5dbc3 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x8d98f802 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8da23892 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x8db2c04f software_node_register_nodes EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline EXPORT_SYMBOL_GPL vmlinux 0x8dc57c74 subsys_interface_register @@ -20046,7 +20023,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x8dfc1b9a irq_of_parse_and_map EXPORT_SYMBOL_GPL vmlinux 0x8e07f6f7 pinctrl_generic_get_group EXPORT_SYMBOL_GPL vmlinux 0x8e1d58e6 security_inode_permission EXPORT_SYMBOL_GPL vmlinux 0x8e2e2f74 xas_split -EXPORT_SYMBOL_GPL vmlinux 0x8e610ec6 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x8e5044bf pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x8e73abd0 led_init_core EXPORT_SYMBOL_GPL vmlinux 0x8e81aa8b mmu_notifier_put EXPORT_SYMBOL_GPL vmlinux 0x8e84511d dax_iomap_fault @@ -20056,51 +20033,54 @@ EXPORT_SYMBOL_GPL vmlinux 0x8e9297f9 vfs_kern_mount EXPORT_SYMBOL_GPL vmlinux 0x8e952b63 alarm_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0x8e97b6c0 cpuidle_unregister_device EXPORT_SYMBOL_GPL vmlinux 0x8ea93ecf da9052_regmap_config -EXPORT_SYMBOL_GPL vmlinux 0x8ea9968d pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x8eae8dfd usb_find_common_endpoints EXPORT_SYMBOL_GPL vmlinux 0x8eb9de2c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8ed0f3c5 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x8ed2ab81 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x8ed3f50f kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x8ed775e9 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x8ed8724d usb_bus_idr_lock EXPORT_SYMBOL_GPL vmlinux 0x8eeb28c4 bpf_prog_inc_not_zero -EXPORT_SYMBOL_GPL vmlinux 0x8eeb3ff7 ata_sff_qc_issue EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x8ef8764a __xive_vm_h_ipoll -EXPORT_SYMBOL_GPL vmlinux 0x8efda937 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f17e29a netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x8f18d175 nvdimm_region_notify EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 EXPORT_SYMBOL_GPL vmlinux 0x8f26766a device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x8f28f5b5 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x8f4358ec securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x8f4b5c1d scsi_check_sense EXPORT_SYMBOL_GPL vmlinux 0x8f571474 encrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x8f655d85 pinctrl_force_sleep EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype -EXPORT_SYMBOL_GPL vmlinux 0x8f7d473f __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f822211 skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x8f8b9de4 bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0x8f93a9a6 pinctrl_generic_get_group_pins -EXPORT_SYMBOL_GPL vmlinux 0x8fad106d ata_pci_sff_init_host EXPORT_SYMBOL_GPL vmlinux 0x8fb04d68 pnv_ocxl_spa_release EXPORT_SYMBOL_GPL vmlinux 0x8fb1c721 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8fb72a26 ata_scsi_slave_config EXPORT_SYMBOL_GPL vmlinux 0x8fc54940 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x8fc6588f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x8fcc6601 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x8fe348be balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x8ff29350 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x8fff82bd pci_epf_create EXPORT_SYMBOL_GPL vmlinux 0x9007a30a perf_get_aux -EXPORT_SYMBOL_GPL vmlinux 0x9024d11d ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x9028aae3 of_irq_parse_and_map_pci EXPORT_SYMBOL_GPL vmlinux 0x902a994d __devm_irq_alloc_descs EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put EXPORT_SYMBOL_GPL vmlinux 0x90738ecb bpf_prog_select_runtime -EXPORT_SYMBOL_GPL vmlinux 0x908153af of_pci_get_max_link_speed EXPORT_SYMBOL_GPL vmlinux 0x90838f1f mmu_notifier_get_locked EXPORT_SYMBOL_GPL vmlinux 0x9096d2aa proc_create_net_data -EXPORT_SYMBOL_GPL vmlinux 0x909fcbbf switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x90986809 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0x90a39dd6 perf_pmu_migrate_context EXPORT_SYMBOL_GPL vmlinux 0x90a8ddb0 usb_create_hcd -EXPORT_SYMBOL_GPL vmlinux 0x90c24c11 rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x90ccf0b5 cpufreq_generic_init EXPORT_SYMBOL_GPL vmlinux 0x90d332b0 blk_queue_rq_timeout EXPORT_SYMBOL_GPL vmlinux 0x90e27074 serdev_device_set_tiocm -EXPORT_SYMBOL_GPL vmlinux 0x91015d94 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x911d18ae dev_pm_opp_of_cpumask_add_table EXPORT_SYMBOL_GPL vmlinux 0x9124ca4d __vfs_setxattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x912a0bf8 hugetlb_cgrp_subsys_on_dfl_key @@ -20114,7 +20094,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x917ef548 register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0x918f20ce devm_gpio_request EXPORT_SYMBOL_GPL vmlinux 0x9191d0a2 phy_optional_get EXPORT_SYMBOL_GPL vmlinux 0x91966db5 sysfs_update_group -EXPORT_SYMBOL_GPL vmlinux 0x91a449fb ata_cable_40wire EXPORT_SYMBOL_GPL vmlinux 0x91a46ff4 pm_generic_poweroff_late EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free EXPORT_SYMBOL_GPL vmlinux 0x91a6fa99 tpm_pcr_extend @@ -20132,11 +20111,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x91f4614d dev_pm_opp_remove_table EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl EXPORT_SYMBOL_GPL vmlinux 0x92111120 blkdev_write_iter EXPORT_SYMBOL_GPL vmlinux 0x92113e3a da9052_free_irq -EXPORT_SYMBOL_GPL vmlinux 0x921c2bed rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0x92238bcb xas_find_marked -EXPORT_SYMBOL_GPL vmlinux 0x9229532b skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x9237dfaf dev_attr_em_message_type EXPORT_SYMBOL_GPL vmlinux 0x923f2608 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x924b7484 pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object EXPORT_SYMBOL_GPL vmlinux 0x924e1d6c rtc_set_time EXPORT_SYMBOL_GPL vmlinux 0x926785a6 uart_handle_cts_change @@ -20148,9 +20126,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work EXPORT_SYMBOL_GPL vmlinux 0x92f0aa28 opal_tpo_write -EXPORT_SYMBOL_GPL vmlinux 0x92fea0b2 ata_dev_set_feature EXPORT_SYMBOL_GPL vmlinux 0x92ff2d16 driver_create_file EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x9319da5b pci_enable_rom EXPORT_SYMBOL_GPL vmlinux 0x93241ca7 page_mkclean EXPORT_SYMBOL_GPL vmlinux 0x93292678 dma_buf_end_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x93302b7d fwnode_create_software_node @@ -20158,12 +20136,10 @@ EXPORT_SYMBOL_GPL vmlinux 0x93399d5b device_connection_find EXPORT_SYMBOL_GPL vmlinux 0x9339c0d7 relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0x93411854 usb_store_new_id EXPORT_SYMBOL_GPL vmlinux 0x934a0aee kvmppc_subcore_exit_guest -EXPORT_SYMBOL_GPL vmlinux 0x934eaf35 ncsi_unregister_dev -EXPORT_SYMBOL_GPL vmlinux 0x9352243f edac_pci_create_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0x93532ffe mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0x93617371 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x9377569f usb_interrupt_msg EXPORT_SYMBOL_GPL vmlinux 0x9384cd49 ata_tf_from_fis -EXPORT_SYMBOL_GPL vmlinux 0x9388dbf0 tcp_done EXPORT_SYMBOL_GPL vmlinux 0x938e092f mmc_regulator_set_ocr EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog EXPORT_SYMBOL_GPL vmlinux 0x9392b3df tps80031_ext_power_req_config @@ -20174,30 +20150,28 @@ EXPORT_SYMBOL_GPL vmlinux 0x93b19fc6 hwspin_lock_request_specific EXPORT_SYMBOL_GPL vmlinux 0x93c94fe2 pinctrl_find_gpio_range_from_pin_nolock EXPORT_SYMBOL_GPL vmlinux 0x93cf3d08 blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek -EXPORT_SYMBOL_GPL vmlinux 0x93e5daad early_find_capability EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report EXPORT_SYMBOL_GPL vmlinux 0x93f4f449 crypto_find_alg EXPORT_SYMBOL_GPL vmlinux 0x9408367d spi_finalize_current_message EXPORT_SYMBOL_GPL vmlinux 0x9412da7a regulator_sync_voltage EXPORT_SYMBOL_GPL vmlinux 0x9413cbbe dma_buf_unmap_attachment -EXPORT_SYMBOL_GPL vmlinux 0x9414a7b1 xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94281616 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack EXPORT_SYMBOL_GPL vmlinux 0x943dc742 crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0x944d0466 is_current_mnt_ns EXPORT_SYMBOL_GPL vmlinux 0x9452f99d sysfs_remove_device_from_node -EXPORT_SYMBOL_GPL vmlinux 0x9458674c devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9457bd5b lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94776aac ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0x948add52 rt_mutex_lock_interruptible EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu -EXPORT_SYMBOL_GPL vmlinux 0x94cd1126 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x94b050c2 ata_noop_qc_prep EXPORT_SYMBOL_GPL vmlinux 0x94e3e0a7 device_match_fwnode EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread EXPORT_SYMBOL_GPL vmlinux 0x95090c5c usb_hub_release_port -EXPORT_SYMBOL_GPL vmlinux 0x9510b3c9 iommu_del_device EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg -EXPORT_SYMBOL_GPL vmlinux 0x951b2577 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x95258207 vfio_device_data EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit EXPORT_SYMBOL_GPL vmlinux 0x952a7fc3 pinconf_generic_dt_node_to_map @@ -20206,76 +20180,74 @@ EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds EXPORT_SYMBOL_GPL vmlinux 0x95445726 led_set_brightness_sync EXPORT_SYMBOL_GPL vmlinux 0x954d0f6d alarm_restart EXPORT_SYMBOL_GPL vmlinux 0x954d4ecc devm_free_percpu -EXPORT_SYMBOL_GPL vmlinux 0x9551239b ata_sff_queue_pio_task EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn EXPORT_SYMBOL_GPL vmlinux 0x956c515f dm_internal_suspend_fast -EXPORT_SYMBOL_GPL vmlinux 0x9570f3de is_pnv_opal_msi EXPORT_SYMBOL_GPL vmlinux 0x9578a5e8 blockdev_superblock -EXPORT_SYMBOL_GPL vmlinux 0x95852543 sk_psock_drop -EXPORT_SYMBOL_GPL vmlinux 0x958be496 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free EXPORT_SYMBOL_GPL vmlinux 0x959c0877 thermal_generate_netlink_event EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x95aa53fb relay_late_setup_files -EXPORT_SYMBOL_GPL vmlinux 0x95b1c6b5 devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x95b6fec4 xive_native_free_vp_block EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free -EXPORT_SYMBOL_GPL vmlinux 0x95bfa63a xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x95cb2ae2 xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x95cd53b8 devm_led_trigger_register -EXPORT_SYMBOL_GPL vmlinux 0x95e2fa6b xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95d1a8d8 sk_psock_drop EXPORT_SYMBOL_GPL vmlinux 0x95e44df0 sbitmap_queue_resize -EXPORT_SYMBOL_GPL vmlinux 0x95e8fd08 iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0x95f00517 crypto_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0x95f8479f __tracepoint_pelt_rt_tp -EXPORT_SYMBOL_GPL vmlinux 0x960263aa pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x961028cc usb_hcd_link_urb_to_ep EXPORT_SYMBOL_GPL vmlinux 0x9614ac36 regmap_add_irq_chip EXPORT_SYMBOL_GPL vmlinux 0x9620552e dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x963e8336 nf_route EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x9668e8b8 of_reserved_mem_device_release EXPORT_SYMBOL_GPL vmlinux 0x968458f8 spi_set_cs_timing EXPORT_SYMBOL_GPL vmlinux 0x968769eb dm_internal_resume_fast EXPORT_SYMBOL_GPL vmlinux 0x968d9b7d gpiochip_irq_domain_deactivate EXPORT_SYMBOL_GPL vmlinux 0x96905466 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x969c6654 usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x969c73d9 vfio_device_put EXPORT_SYMBOL_GPL vmlinux 0x96a057ba cpu_feature_keys EXPORT_SYMBOL_GPL vmlinux 0x96a37cf0 usb_block_urb -EXPORT_SYMBOL_GPL vmlinux 0x96a96f7a iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x96add2e2 pm_stay_awake EXPORT_SYMBOL_GPL vmlinux 0x96b553ef serial8250_do_get_mctrl EXPORT_SYMBOL_GPL vmlinux 0x96b95da5 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x96bc3a9b ata_pci_device_do_suspend EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0x96cc48b9 xive_native_default_eq_shift EXPORT_SYMBOL_GPL vmlinux 0x96d8f17e kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x96dafb84 ata_port_pbar_desc EXPORT_SYMBOL_GPL vmlinux 0x96dbc0a1 security_path_truncate -EXPORT_SYMBOL_GPL vmlinux 0x96ed9bbd ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x96e1669b devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x96fc6b54 __raw_v4_lookup EXPORT_SYMBOL_GPL vmlinux 0x96fcdcd3 regmap_multi_reg_write_bypassed EXPORT_SYMBOL_GPL vmlinux 0x97053efa smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x9713876c pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9729c857 ata_wait_register EXPORT_SYMBOL_GPL vmlinux 0x97384853 serdev_device_write_room EXPORT_SYMBOL_GPL vmlinux 0x97410696 __hrtimer_get_remaining EXPORT_SYMBOL_GPL vmlinux 0x974293b8 rio_register_mport EXPORT_SYMBOL_GPL vmlinux 0x974c7bda of_msi_configure EXPORT_SYMBOL_GPL vmlinux 0x974f6c30 crypto_register_scomps EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same -EXPORT_SYMBOL_GPL vmlinux 0x97630513 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0x976620e0 regulator_set_suspend_voltage -EXPORT_SYMBOL_GPL vmlinux 0x976e6d20 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x976d5385 ata_bmdma_status EXPORT_SYMBOL_GPL vmlinux 0x976f7cf3 of_fwnode_ops EXPORT_SYMBOL_GPL vmlinux 0x979898dd _copy_to_iter_mcsafe +EXPORT_SYMBOL_GPL vmlinux 0x97aef555 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x97b5d3b3 ip_fib_metrics_init EXPORT_SYMBOL_GPL vmlinux 0x97be43d4 sdio_memcpy_fromio -EXPORT_SYMBOL_GPL vmlinux 0x97ccf315 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x97ccc775 netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0x97cfd2ee genphy_c45_pma_setup_forced EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent EXPORT_SYMBOL_GPL vmlinux 0x97e3a0f5 flush_vsx_to_thread EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk EXPORT_SYMBOL_GPL vmlinux 0x97f96e10 unix_peer_get -EXPORT_SYMBOL_GPL vmlinux 0x97fda0e7 ipv4_sk_update_pmtu -EXPORT_SYMBOL_GPL vmlinux 0x97ff01e4 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x980bea2f sata_scr_write EXPORT_SYMBOL_GPL vmlinux 0x98121429 pinctrl_generic_add_group EXPORT_SYMBOL_GPL vmlinux 0x981d80e6 vfs_submount EXPORT_SYMBOL_GPL vmlinux 0x9820d322 sysfs_create_file_ns -EXPORT_SYMBOL_GPL vmlinux 0x982c2887 pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x982d9869 of_property_read_variable_u64_array EXPORT_SYMBOL_GPL vmlinux 0x982da986 regmap_noinc_write EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick @@ -20284,7 +20256,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x984592e3 __tracepoint_block_split EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0x9855a697 opal_xscom_read -EXPORT_SYMBOL_GPL vmlinux 0x986d131f edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x9867fcd9 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x986f4083 tcp_done EXPORT_SYMBOL_GPL vmlinux 0x987520e2 usb_find_common_endpoints_reverse EXPORT_SYMBOL_GPL vmlinux 0x98787199 crypto_unregister_algs EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier @@ -20298,7 +20271,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x98bc8086 pm_genpd_remove_subdomain EXPORT_SYMBOL_GPL vmlinux 0x98bfdfc5 sdio_set_host_pm_flags EXPORT_SYMBOL_GPL vmlinux 0x98c0e15f usb_of_get_interface_node EXPORT_SYMBOL_GPL vmlinux 0x98c52070 locks_alloc_lock -EXPORT_SYMBOL_GPL vmlinux 0x98c93ec2 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x98dcade7 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x98de033a gpiod_set_array_value EXPORT_SYMBOL_GPL vmlinux 0x98e8b245 check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x98ee08b1 virtqueue_add_sgs @@ -20309,38 +20282,39 @@ EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios EXPORT_SYMBOL_GPL vmlinux 0x99087afc crypto_unregister_rng EXPORT_SYMBOL_GPL vmlinux 0x990f39ce usb_phy_roothub_alloc EXPORT_SYMBOL_GPL vmlinux 0x991718de do_splice_from -EXPORT_SYMBOL_GPL vmlinux 0x992667fc iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0x992bb0bd mpc8xxx_spi_rx_buf_u32 -EXPORT_SYMBOL_GPL vmlinux 0x99449764 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0x994d2864 pinctrl_utils_add_map_configs EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996045d5 ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range -EXPORT_SYMBOL_GPL vmlinux 0x9982e789 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time EXPORT_SYMBOL_GPL vmlinux 0x99a665e4 __blkg_prfill_u64 EXPORT_SYMBOL_GPL vmlinux 0x99cb7e60 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x99d8517f devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x99de32c9 iommu_domain_get_attr EXPORT_SYMBOL_GPL vmlinux 0x99e0c686 debugfs_create_u8 EXPORT_SYMBOL_GPL vmlinux 0x99e32af7 i2c_new_probed_device EXPORT_SYMBOL_GPL vmlinux 0x99e9b423 fsnotify_destroy_mark EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at EXPORT_SYMBOL_GPL vmlinux 0x99fd05a6 cpufreq_cpu_get -EXPORT_SYMBOL_GPL vmlinux 0x99fe0a71 pci_epf_bind EXPORT_SYMBOL_GPL vmlinux 0x99fe9693 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x9a0783ab skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name EXPORT_SYMBOL_GPL vmlinux 0x9a15ed84 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x9a3996e1 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x9a3b86b7 irq_set_chip_and_handler_name EXPORT_SYMBOL_GPL vmlinux 0x9a3f0d3e spi_controller_dma_unmap_mem_op_data EXPORT_SYMBOL_GPL vmlinux 0x9a4a5b74 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9a4afb34 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0x9a4d39dd sched_trace_cfs_rq_path +EXPORT_SYMBOL_GPL vmlinux 0x9a52828e tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0x9a6f92ad rtc_class_close EXPORT_SYMBOL_GPL vmlinux 0x9a71dc5b irq_create_of_mapping EXPORT_SYMBOL_GPL vmlinux 0x9a7ffcd8 dev_attr_unload_heads EXPORT_SYMBOL_GPL vmlinux 0x9a95e1f1 md_find_rdev_nr_rcu -EXPORT_SYMBOL_GPL vmlinux 0x9aa31fd3 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0x9ab2d29b perf_aux_output_end EXPORT_SYMBOL_GPL vmlinux 0x9ab8a9c5 wakeup_source_create -EXPORT_SYMBOL_GPL vmlinux 0x9abbc7e6 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x9abd3d23 posix_acl_access_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize @@ -20353,11 +20327,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x9b2b0951 alloc_empty_file EXPORT_SYMBOL_GPL vmlinux 0x9b4022d0 regmap_fields_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0x9b4471d6 __dax_driver_register EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register -EXPORT_SYMBOL_GPL vmlinux 0x9b54df65 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b58ad38 of_pci_get_devfn EXPORT_SYMBOL_GPL vmlinux 0x9b6eca54 fscrypt_ioctl_add_key -EXPORT_SYMBOL_GPL vmlinux 0x9b76abbc of_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x9b7c0efc gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x9b82d4ce tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0x9b896724 devlink_param_value_str_fill EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 EXPORT_SYMBOL_GPL vmlinux 0x9b91d914 dma_resv_wait_timeout_rcu @@ -20365,46 +20339,42 @@ EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array EXPORT_SYMBOL_GPL vmlinux 0x9bb13cf4 usb_poison_urb EXPORT_SYMBOL_GPL vmlinux 0x9bc22b6e to_nvdimm_bus_dev -EXPORT_SYMBOL_GPL vmlinux 0x9bc4a57b sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x9bc86df3 kobject_init_and_add EXPORT_SYMBOL_GPL vmlinux 0x9bd085dd crypto_stats_akcipher_sign EXPORT_SYMBOL_GPL vmlinux 0x9bdb0e31 kill_device EXPORT_SYMBOL_GPL vmlinux 0x9bde79bc xive_tima_os EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui -EXPORT_SYMBOL_GPL vmlinux 0x9bf0241e dst_cache_get_ip6 -EXPORT_SYMBOL_GPL vmlinux 0x9c001b6c udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x9c0c1b2b devm_regulator_get_optional EXPORT_SYMBOL_GPL vmlinux 0x9c0e8a3e unregister_hw_breakpoint -EXPORT_SYMBOL_GPL vmlinux 0x9c1a1b7d pnv_ocxl_set_tl_conf EXPORT_SYMBOL_GPL vmlinux 0x9c340258 iommu_tce_xchg_no_kill EXPORT_SYMBOL_GPL vmlinux 0x9c37bf0e list_lru_walk_one EXPORT_SYMBOL_GPL vmlinux 0x9c637742 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9c7153f6 devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on -EXPORT_SYMBOL_GPL vmlinux 0x9c8a2e4d raw_abort EXPORT_SYMBOL_GPL vmlinux 0x9c8ba6a2 shmem_file_setup_with_mnt EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier EXPORT_SYMBOL_GPL vmlinux 0x9cdfb35e __fscrypt_encrypt_symlink EXPORT_SYMBOL_GPL vmlinux 0x9ce34b15 led_set_brightness_nosleep EXPORT_SYMBOL_GPL vmlinux 0x9ce44e23 debugfs_create_dir EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy -EXPORT_SYMBOL_GPL vmlinux 0x9d048f62 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x9cf47969 vfio_add_group_dev EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data EXPORT_SYMBOL_GPL vmlinux 0x9d1b6834 power_supply_am_i_supplied EXPORT_SYMBOL_GPL vmlinux 0x9d1f02ac gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0x9d1f6677 usb_put_phy -EXPORT_SYMBOL_GPL vmlinux 0x9d22d492 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9d4fe688 pci_epc_raise_irq EXPORT_SYMBOL_GPL vmlinux 0x9d692006 uart_set_options EXPORT_SYMBOL_GPL vmlinux 0x9d863f67 __lock_page_killable EXPORT_SYMBOL_GPL vmlinux 0x9d8783bd skcipher_alloc_instance_simple EXPORT_SYMBOL_GPL vmlinux 0x9d946aba devfreq_event_reset_event EXPORT_SYMBOL_GPL vmlinux 0x9d959f57 mctrl_gpio_init_noauto -EXPORT_SYMBOL_GPL vmlinux 0x9d98ec9e usb_bulk_msg EXPORT_SYMBOL_GPL vmlinux 0x9d9a8011 i2c_add_numbered_adapter EXPORT_SYMBOL_GPL vmlinux 0x9da2ab60 blk_queue_dma_drain EXPORT_SYMBOL_GPL vmlinux 0x9da72b18 crypto_register_scomp EXPORT_SYMBOL_GPL vmlinux 0x9da9035f devm_regulator_get EXPORT_SYMBOL_GPL vmlinux 0x9dad4fc6 iommu_tce_table_get EXPORT_SYMBOL_GPL vmlinux 0x9db961a4 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x9dbfe5c4 devlink_port_params_register EXPORT_SYMBOL_GPL vmlinux 0x9dcc5691 copro_calculate_slb EXPORT_SYMBOL_GPL vmlinux 0x9dd5bfcb blkcg_policy_register EXPORT_SYMBOL_GPL vmlinux 0x9dd88d5b wm5110_i2c_regmap @@ -20412,46 +20382,50 @@ EXPORT_SYMBOL_GPL vmlinux 0x9dd96534 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0x9ddd2ee4 gpiochip_irq_unmap EXPORT_SYMBOL_GPL vmlinux 0x9de38b00 device_property_present EXPORT_SYMBOL_GPL vmlinux 0x9de62a16 memory_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x9df2eec4 cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0x9df3859a __xive_vm_h_xirr -EXPORT_SYMBOL_GPL vmlinux 0x9df53db5 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x9df83eb5 ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x9dffbb8b crypto_register_instance EXPORT_SYMBOL_GPL vmlinux 0x9e044fe9 sysfs_create_link_nowarn EXPORT_SYMBOL_GPL vmlinux 0x9e097d0b blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9e0afc90 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x9e11f696 i2c_new_ancillary_device EXPORT_SYMBOL_GPL vmlinux 0x9e238cc7 pwm_adjust_config EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field EXPORT_SYMBOL_GPL vmlinux 0x9e5a7aeb dev_pm_opp_set_clkname -EXPORT_SYMBOL_GPL vmlinux 0x9e646ca2 usb_driver_set_configuration EXPORT_SYMBOL_GPL vmlinux 0x9e6f6503 crypto_register_algs EXPORT_SYMBOL_GPL vmlinux 0x9e846cf6 devprop_gpiochip_set_names EXPORT_SYMBOL_GPL vmlinux 0x9e8c5811 crypto_create_tfm -EXPORT_SYMBOL_GPL vmlinux 0x9e9be9bb tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x9e9caf00 serial8250_do_set_mctrl EXPORT_SYMBOL_GPL vmlinux 0x9ea9a43a serdev_device_write_buf EXPORT_SYMBOL_GPL vmlinux 0x9eac8ddd led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x9eb63442 ata_qc_complete EXPORT_SYMBOL_GPL vmlinux 0x9ec1f364 kvmppc_subcore_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x9ed1af34 ata_pci_device_suspend EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier -EXPORT_SYMBOL_GPL vmlinux 0x9eeb7273 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ee3b677 pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0x9eec6b41 led_set_brightness EXPORT_SYMBOL_GPL vmlinux 0x9ef58bc5 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ef65748 pnv_pci_set_tunnel_bar EXPORT_SYMBOL_GPL vmlinux 0x9f22c8ee usb_of_get_companion_dev EXPORT_SYMBOL_GPL vmlinux 0x9f347215 trace_event_buffer_reserve -EXPORT_SYMBOL_GPL vmlinux 0x9f5327e1 ata_sff_freeze -EXPORT_SYMBOL_GPL vmlinux 0x9f96e5c3 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x9f97f4cd of_usb_host_tpl_support -EXPORT_SYMBOL_GPL vmlinux 0x9fc9eb03 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x9f9b5b59 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9fc64fbf iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9fc74f69 pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fe9d0ef hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0015ea1 isa_bridge_pcidev EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc EXPORT_SYMBOL_GPL vmlinux 0xa01fbb6b cec_notifier_set_phys_addr EXPORT_SYMBOL_GPL vmlinux 0xa0224037 phy_modify_changed EXPORT_SYMBOL_GPL vmlinux 0xa0236a51 handle_mm_fault -EXPORT_SYMBOL_GPL vmlinux 0xa034151e xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa02737c0 pcibios_free_controller +EXPORT_SYMBOL_GPL vmlinux 0xa031e33b devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa032c7fa xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xa046a3c0 genphy_c45_read_link EXPORT_SYMBOL_GPL vmlinux 0xa04b9417 to_nd_blk_region -EXPORT_SYMBOL_GPL vmlinux 0xa04c198e ata_link_abort EXPORT_SYMBOL_GPL vmlinux 0xa04c85b5 get_net_ns_by_pid EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock EXPORT_SYMBOL_GPL vmlinux 0xa0504710 tpmm_chip_alloc @@ -20462,25 +20436,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xa062a30e direct_make_request EXPORT_SYMBOL_GPL vmlinux 0xa06f135f cpuidle_disable_device EXPORT_SYMBOL_GPL vmlinux 0xa07a23e3 irq_gc_mask_set_bit EXPORT_SYMBOL_GPL vmlinux 0xa07ffe10 pkcs7_free_message -EXPORT_SYMBOL_GPL vmlinux 0xa0900ceb skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xa09a5fc6 device_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0xa09ea4f5 klp_enable_patch EXPORT_SYMBOL_GPL vmlinux 0xa0aa01c9 net_prio_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages -EXPORT_SYMBOL_GPL vmlinux 0xa0d71495 ata_timing_compute EXPORT_SYMBOL_GPL vmlinux 0xa0e60db2 nd_cmd_out_size EXPORT_SYMBOL_GPL vmlinux 0xa108aa57 regmap_field_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0xa10d260a usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa1195f65 pci_pasid_features EXPORT_SYMBOL_GPL vmlinux 0xa12c815e __module_address EXPORT_SYMBOL_GPL vmlinux 0xa15fc380 list_lru_destroy EXPORT_SYMBOL_GPL vmlinux 0xa166d700 sync_page_io EXPORT_SYMBOL_GPL vmlinux 0xa16fe337 devm_regulator_unregister_supply_alias -EXPORT_SYMBOL_GPL vmlinux 0xa182d56b __xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xa172d515 pcibios_claim_one_bus EXPORT_SYMBOL_GPL vmlinux 0xa1883e02 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xa19179f6 ata_scsi_slave_destroy EXPORT_SYMBOL_GPL vmlinux 0xa192d1b9 devm_nvmem_device_get -EXPORT_SYMBOL_GPL vmlinux 0xa1a4ac6d ata_std_error_handler EXPORT_SYMBOL_GPL vmlinux 0xa1be5f43 blk_clear_pm_only EXPORT_SYMBOL_GPL vmlinux 0xa1c28044 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xa1cb21fc ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa1cf2c7d metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing EXPORT_SYMBOL_GPL vmlinux 0xa1ed9c8b add_hwgenerator_randomness EXPORT_SYMBOL_GPL vmlinux 0xa1ee1a38 dev_pm_opp_find_freq_floor @@ -20488,30 +20463,33 @@ EXPORT_SYMBOL_GPL vmlinux 0xa1ef9d45 __of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0xa1f5d2df preempt_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xa2058711 gpiod_set_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk -EXPORT_SYMBOL_GPL vmlinux 0xa21a6ee5 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0xa220cc46 dm_noflush_suspending -EXPORT_SYMBOL_GPL vmlinux 0xa22ac5eb hwmon_device_register_with_info -EXPORT_SYMBOL_GPL vmlinux 0xa23093d5 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa223cf80 cxl_afu_get +EXPORT_SYMBOL_GPL vmlinux 0xa233f2dc ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa251ede5 ata_pci_bmdma_init EXPORT_SYMBOL_GPL vmlinux 0xa25e0736 crypto_unregister_skcipher EXPORT_SYMBOL_GPL vmlinux 0xa25e098f rtc_initialize_alarm -EXPORT_SYMBOL_GPL vmlinux 0xa26d245c ata_cable_80wire EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa2802662 devm_usb_put_phy EXPORT_SYMBOL_GPL vmlinux 0xa29312a4 cpu_add_dev_attr EXPORT_SYMBOL_GPL vmlinux 0xa298af95 xive_native_get_queue_info EXPORT_SYMBOL_GPL vmlinux 0xa2b67cb0 kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0xa2d2d741 bpf_event_output -EXPORT_SYMBOL_GPL vmlinux 0xa2d8e8de pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xa2db5a79 netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers EXPORT_SYMBOL_GPL vmlinux 0xa2f812f9 phy_10gbit_fec_features_array EXPORT_SYMBOL_GPL vmlinux 0xa2ff132f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa300257b pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xa30c8c85 pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0xa3186306 __spi_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xa3224af3 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa3225567 pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0xa330d837 i2c_probe_func_quick_read EXPORT_SYMBOL_GPL vmlinux 0xa3310226 gpiochip_reqres_irq EXPORT_SYMBOL_GPL vmlinux 0xa33d91a8 btree_get_prev EXPORT_SYMBOL_GPL vmlinux 0xa35a29c1 class_for_each_device EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa3718e33 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0xa376d145 ring_buffer_time_stamp EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register @@ -20521,21 +20499,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xa39f6999 phy_10gbit_full_features EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 EXPORT_SYMBOL_GPL vmlinux 0xa3a126a9 usb_get_urb EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range -EXPORT_SYMBOL_GPL vmlinux 0xa3a3b82c pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0xa3abf275 platform_get_resource_byname EXPORT_SYMBOL_GPL vmlinux 0xa3b56555 hpte_page_sizes EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector EXPORT_SYMBOL_GPL vmlinux 0xa3bdf9a6 serdev_device_remove -EXPORT_SYMBOL_GPL vmlinux 0xa3eb7481 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xa3cc29b4 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa3efed3e iommu_report_device_fault EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40ca680 pci_disable_pasid EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xa41d2e91 synchronize_srcu EXPORT_SYMBOL_GPL vmlinux 0xa41f4672 device_property_read_string_array -EXPORT_SYMBOL_GPL vmlinux 0xa42aebd1 __pci_epf_register_driver EXPORT_SYMBOL_GPL vmlinux 0xa42f79a4 __tracepoint_vfio_pci_nvgpu_mmap -EXPORT_SYMBOL_GPL vmlinux 0xa44a0980 dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print EXPORT_SYMBOL_GPL vmlinux 0xa464ae9e md_stop_writes @@ -20546,91 +20523,99 @@ EXPORT_SYMBOL_GPL vmlinux 0xa4763ee5 spi_mem_dirmap_read EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx EXPORT_SYMBOL_GPL vmlinux 0xa485e2c2 debugfs_create_devm_seqfile EXPORT_SYMBOL_GPL vmlinux 0xa4b36066 page_cache_async_readahead -EXPORT_SYMBOL_GPL vmlinux 0xa4b69811 addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0xa4bb01c1 regulator_bulk_register_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xa4bd5ed6 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa4c86a88 iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0xa4cf7835 __flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0xa4d22181 sbitmap_prepare_to_wait -EXPORT_SYMBOL_GPL vmlinux 0xa4df335d tcp_register_ulp -EXPORT_SYMBOL_GPL vmlinux 0xa4eed604 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xa4edf4e4 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xa4fca060 iommu_page_response EXPORT_SYMBOL_GPL vmlinux 0xa50fd98f virtqueue_disable_cb EXPORT_SYMBOL_GPL vmlinux 0xa512dea9 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xa513e810 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa515d45e ata_ehi_clear_desc EXPORT_SYMBOL_GPL vmlinux 0xa51844ee nvmem_device_get -EXPORT_SYMBOL_GPL vmlinux 0xa53d69f5 devlink_reload_disable +EXPORT_SYMBOL_GPL vmlinux 0xa5253be5 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0xa54134e0 event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0xa5498a0c dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa54d5749 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xa54da6d7 i2c_parse_fw_timings EXPORT_SYMBOL_GPL vmlinux 0xa54e30dd pwm_put EXPORT_SYMBOL_GPL vmlinux 0xa55ab45c rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa55e5b84 devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0xa5703a5c bpf_offload_dev_netdev_unregister -EXPORT_SYMBOL_GPL vmlinux 0xa5739ecc devlink_trap_report -EXPORT_SYMBOL_GPL vmlinux 0xa58c2fba netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xa57d98c7 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0xa5903197 fscrypt_file_open EXPORT_SYMBOL_GPL vmlinux 0xa5958fc4 fuse_dev_release EXPORT_SYMBOL_GPL vmlinux 0xa5a892ae lp8788_write_byte EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq EXPORT_SYMBOL_GPL vmlinux 0xa5b77448 __irq_domain_add -EXPORT_SYMBOL_GPL vmlinux 0xa5c28c7b pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xa5bf3b1b inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0xa5c81074 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xa5cd0056 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0xa5d7a548 nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full EXPORT_SYMBOL_GPL vmlinux 0xa5f41b69 regmap_fields_read EXPORT_SYMBOL_GPL vmlinux 0xa60839bf __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa6155873 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xa627abbc ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xa64ef850 __hwspin_unlock EXPORT_SYMBOL_GPL vmlinux 0xa6631af6 usb_match_id EXPORT_SYMBOL_GPL vmlinux 0xa66c2a91 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xa68b5b4e pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0xa68f18e6 iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0xa6903ca0 tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xa69aec88 devm_phy_destroy EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work -EXPORT_SYMBOL_GPL vmlinux 0xa6b06fc8 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c2d352 iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0xa6cf5680 __tracepoint_block_unplug EXPORT_SYMBOL_GPL vmlinux 0xa6d1e06f splpar_spin_yield EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare -EXPORT_SYMBOL_GPL vmlinux 0xa6f97a56 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xa702d2d8 pci_epc_get EXPORT_SYMBOL_GPL vmlinux 0xa704be6b usb_add_phy_dev EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu EXPORT_SYMBOL_GPL vmlinux 0xa70f1716 badblocks_clear EXPORT_SYMBOL_GPL vmlinux 0xa715faa4 inverse_translate EXPORT_SYMBOL_GPL vmlinux 0xa7242339 register_trace_event EXPORT_SYMBOL_GPL vmlinux 0xa72775af of_get_phy_mode -EXPORT_SYMBOL_GPL vmlinux 0xa73a9e60 cxl_afu_get -EXPORT_SYMBOL_GPL vmlinux 0xa73f6e19 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0xa752c4af tpm2_probe EXPORT_SYMBOL_GPL vmlinux 0xa7617526 tps6586x_irq_get_virq EXPORT_SYMBOL_GPL vmlinux 0xa76193ba rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xa763ba3e ata_bmdma_port_intr EXPORT_SYMBOL_GPL vmlinux 0xa7837610 serial8250_em485_destroy EXPORT_SYMBOL_GPL vmlinux 0xa78d0e0d crypto_shash_digest -EXPORT_SYMBOL_GPL vmlinux 0xa7a99758 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xa7a6f4fb pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xa7c6feff vas_tx_win_open EXPORT_SYMBOL_GPL vmlinux 0xa7c938c4 extcon_get_extcon_dev EXPORT_SYMBOL_GPL vmlinux 0xa7cf5265 nvm_set_chunk_meta +EXPORT_SYMBOL_GPL vmlinux 0xa7d4a06f ata_port_wait_eh EXPORT_SYMBOL_GPL vmlinux 0xa7d4a4e8 balloon_page_alloc -EXPORT_SYMBOL_GPL vmlinux 0xa7e9b365 pci_vfs_assigned -EXPORT_SYMBOL_GPL vmlinux 0xa7f4ae01 __devm_pci_epc_create -EXPORT_SYMBOL_GPL vmlinux 0xa7fbae7b sata_scr_read EXPORT_SYMBOL_GPL vmlinux 0xa808a9cb dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xa80935d2 tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xa82b0a21 pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa82ea14e pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0xa834333b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xa83a31b8 pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xa83aee02 serial8250_em485_init EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xa8542a0a usb_match_one_id -EXPORT_SYMBOL_GPL vmlinux 0xa874b8e0 ohci_setup EXPORT_SYMBOL_GPL vmlinux 0xa8863013 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xa89560f8 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa89dca04 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0xa8a0f09a fat_free_clusters -EXPORT_SYMBOL_GPL vmlinux 0xa8a88764 vfio_iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0xa8bc1596 led_colors -EXPORT_SYMBOL_GPL vmlinux 0xa8cdd41e pnv_ocxl_map_xsl_regs EXPORT_SYMBOL_GPL vmlinux 0xa8ce7c2c fwnode_graph_get_remote_node -EXPORT_SYMBOL_GPL vmlinux 0xa8e6e138 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xa8da9eea ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xa8e970cf ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0xa9046208 devm_fwnode_get_index_gpiod_from_child +EXPORT_SYMBOL_GPL vmlinux 0xa905626b pci_remove_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0xa908a599 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0xa91e02c9 cec_register_adapter -EXPORT_SYMBOL_GPL vmlinux 0xa93149f6 ata_pci_remove_one EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds -EXPORT_SYMBOL_GPL vmlinux 0xa9326e65 edac_device_add_device EXPORT_SYMBOL_GPL vmlinux 0xa945dd50 cpufreq_register_driver EXPORT_SYMBOL_GPL vmlinux 0xa953c3fa virtqueue_get_avail_addr EXPORT_SYMBOL_GPL vmlinux 0xa973ee8e __dax_zero_page_range @@ -20639,30 +20624,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xa98502c9 get_slice_psize EXPORT_SYMBOL_GPL vmlinux 0xa9943048 crypto_unregister_scomp EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put EXPORT_SYMBOL_GPL vmlinux 0xa9a0ee26 pnv_pci_get_device_tree -EXPORT_SYMBOL_GPL vmlinux 0xa9b044da ata_sg_init EXPORT_SYMBOL_GPL vmlinux 0xa9bdd5c1 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xa9c4e4a9 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9d044b6 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xa9d870d8 fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister EXPORT_SYMBOL_GPL vmlinux 0xa9e598c5 init_user_ns -EXPORT_SYMBOL_GPL vmlinux 0xa9f3af23 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0xa9f8e6d4 devm_pinctrl_unregister EXPORT_SYMBOL_GPL vmlinux 0xaa0ca794 kvm_free_hpt_cma EXPORT_SYMBOL_GPL vmlinux 0xaa1758c5 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xaa2449ff usb_clear_halt EXPORT_SYMBOL_GPL vmlinux 0xaa2862b9 for_each_kernel_tracepoint EXPORT_SYMBOL_GPL vmlinux 0xaa2e8db1 rt_mutex_unlock EXPORT_SYMBOL_GPL vmlinux 0xaa34c168 fscrypt_ioctl_get_policy_ex EXPORT_SYMBOL_GPL vmlinux 0xaa45142e wm8350_reg_unlock EXPORT_SYMBOL_GPL vmlinux 0xaa4ee0b1 gpiod_get_value_cansleep -EXPORT_SYMBOL_GPL vmlinux 0xaa52bc65 pci_ioremap_wc_bar -EXPORT_SYMBOL_GPL vmlinux 0xaa66d7d2 tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush -EXPORT_SYMBOL_GPL vmlinux 0xaa6b13e7 devlink_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xaa8f7132 hrtimer_init_sleeper EXPORT_SYMBOL_GPL vmlinux 0xaa97178a dev_pm_qos_hide_flags EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab12d40 pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0xaab78083 nvdimm_setup_pfn -EXPORT_SYMBOL_GPL vmlinux 0xaabf206b lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xaad584c2 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0xaaf0c131 fuse_sync_release EXPORT_SYMBOL_GPL vmlinux 0xaaf3709e soc_device_register EXPORT_SYMBOL_GPL vmlinux 0xab0299e2 fuse_free_conn @@ -20672,6 +20657,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xab18179d extcon_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xab276765 dax_finish_sync_fault EXPORT_SYMBOL_GPL vmlinux 0xab2e004a rio_release_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0xab4e4857 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xab50f8fe ata_host_register EXPORT_SYMBOL_GPL vmlinux 0xab58197d devm_thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xab6ae0b0 da9052_disable_irq EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request @@ -20684,10 +20670,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate EXPORT_SYMBOL_GPL vmlinux 0xabccbca8 regulator_get_voltage_sel_regmap EXPORT_SYMBOL_GPL vmlinux 0xabdd23bc regulator_bulk_enable -EXPORT_SYMBOL_GPL vmlinux 0xabf81080 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xac0195d9 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xac0624b4 vfio_spapr_iommu_eeh_ioctl EXPORT_SYMBOL_GPL vmlinux 0xac134928 of_get_display_timing -EXPORT_SYMBOL_GPL vmlinux 0xac1b1ee2 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0xac319968 sysfs_group_change_owner EXPORT_SYMBOL_GPL vmlinux 0xac52b11f list_lru_walk_node EXPORT_SYMBOL_GPL vmlinux 0xac53790d blk_set_queue_dying @@ -20699,15 +20684,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xac8418bc yield_to EXPORT_SYMBOL_GPL vmlinux 0xac99d3fa is_software_node EXPORT_SYMBOL_GPL vmlinux 0xaca053b9 usb_disable_autosuspend EXPORT_SYMBOL_GPL vmlinux 0xaca09686 __xive_vm_h_eoi +EXPORT_SYMBOL_GPL vmlinux 0xaca616b5 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xacbc6692 tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xacc385b4 i2c_setup_smbus_alert EXPORT_SYMBOL_GPL vmlinux 0xacc711fc tpm_get_timeouts EXPORT_SYMBOL_GPL vmlinux 0xacd052bb rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xacd9de1a usb_get_descriptor EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features EXPORT_SYMBOL_GPL vmlinux 0xad00f0d6 kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0xad12bb7a gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0xad1fc9ce dm_get_md -EXPORT_SYMBOL_GPL vmlinux 0xad23cbb6 pci_intx -EXPORT_SYMBOL_GPL vmlinux 0xad29c595 ip6_input EXPORT_SYMBOL_GPL vmlinux 0xad3d7667 power_supply_set_battery_charged EXPORT_SYMBOL_GPL vmlinux 0xad463b07 crypto_register_acomp EXPORT_SYMBOL_GPL vmlinux 0xad4cde8d thermal_zone_get_slope @@ -20715,6 +20701,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xad4db049 regulator_set_voltage_sel_pickable_regmap EXPORT_SYMBOL_GPL vmlinux 0xad55e9ab pinctrl_enable EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier EXPORT_SYMBOL_GPL vmlinux 0xad64c36f mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xad80221e iommu_detach_device EXPORT_SYMBOL_GPL vmlinux 0xad985433 component_master_add_with_match EXPORT_SYMBOL_GPL vmlinux 0xad99236b iomap_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0xad9a851f dev_pm_opp_set_sharing_cpus @@ -20722,8 +20709,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xad9f77a4 wakeup_source_unregister EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xadb01452 trace_output_call EXPORT_SYMBOL_GPL vmlinux 0xadcbd032 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xade3e590 vfio_iommu_group_put EXPORT_SYMBOL_GPL vmlinux 0xade5f3a1 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xade7ce2c inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0xadea16ef i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xadf1eba7 ata_std_bios_param EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg EXPORT_SYMBOL_GPL vmlinux 0xae0007f0 sysfs_remove_group EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit @@ -20731,33 +20721,32 @@ EXPORT_SYMBOL_GPL vmlinux 0xae13651c of_irq_to_resource_table EXPORT_SYMBOL_GPL vmlinux 0xae1632e5 hrtimer_sleeper_start_expires EXPORT_SYMBOL_GPL vmlinux 0xae19734c phy_speed_down EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xae30c4a5 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init EXPORT_SYMBOL_GPL vmlinux 0xae3e7e1f housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae42af34 edac_pci_create_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0xae442152 dawr_force_enable EXPORT_SYMBOL_GPL vmlinux 0xae47fff7 __tracepoint_cpu_frequency EXPORT_SYMBOL_GPL vmlinux 0xae61920b evict_inodes -EXPORT_SYMBOL_GPL vmlinux 0xae62ed79 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp EXPORT_SYMBOL_GPL vmlinux 0xae87cad0 memstart_addr -EXPORT_SYMBOL_GPL vmlinux 0xae9ccf25 inet_csk_addr2sockaddr -EXPORT_SYMBOL_GPL vmlinux 0xae9f8814 usb_get_status EXPORT_SYMBOL_GPL vmlinux 0xaec9921f hash_page EXPORT_SYMBOL_GPL vmlinux 0xaeca8f9b cpufreq_table_index_unsorted -EXPORT_SYMBOL_GPL vmlinux 0xaed0bea5 devlink_resource_occ_get_unregister -EXPORT_SYMBOL_GPL vmlinux 0xaed63959 of_pci_dma_range_parser_init EXPORT_SYMBOL_GPL vmlinux 0xaee13f2f init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0xaee236c6 cec_notifier_conn_unregister EXPORT_SYMBOL_GPL vmlinux 0xaee56ce6 nd_region_provider_data EXPORT_SYMBOL_GPL vmlinux 0xaef410aa virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0xaef75695 device_store_bool EXPORT_SYMBOL_GPL vmlinux 0xaef9d969 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaefee28c __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 EXPORT_SYMBOL_GPL vmlinux 0xaf0ea45f device_wakeup_disable EXPORT_SYMBOL_GPL vmlinux 0xaf1e10da opal_int_set_mfrr EXPORT_SYMBOL_GPL vmlinux 0xaf3bc254 rio_unmap_inb_region EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf8b16d0 usb_hcd_pci_pm_ops EXPORT_SYMBOL_GPL vmlinux 0xaf987dbc __bdev_dax_supported EXPORT_SYMBOL_GPL vmlinux 0xaf99b0cc cgroup_path_ns EXPORT_SYMBOL_GPL vmlinux 0xafa5515c crypto_ahash_setkey @@ -20765,32 +20754,35 @@ EXPORT_SYMBOL_GPL vmlinux 0xafbe6c9e kvmppc_hwrng_present EXPORT_SYMBOL_GPL vmlinux 0xafc2b919 screen_glyph_unicode EXPORT_SYMBOL_GPL vmlinux 0xafc77714 device_register EXPORT_SYMBOL_GPL vmlinux 0xafd422ca bsg_job_get -EXPORT_SYMBOL_GPL vmlinux 0xafdd8a6b pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe4a9a8 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xaff06212 __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xaff7e5f4 virtio_add_status EXPORT_SYMBOL_GPL vmlinux 0xafffc738 of_device_modalias EXPORT_SYMBOL_GPL vmlinux 0xb01042a7 dev_pm_opp_of_add_table -EXPORT_SYMBOL_GPL vmlinux 0xb019ebd0 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xb028101b fat_getattr EXPORT_SYMBOL_GPL vmlinux 0xb02e08f2 vmalloc_to_phys EXPORT_SYMBOL_GPL vmlinux 0xb0321757 irq_set_chained_handler_and_data EXPORT_SYMBOL_GPL vmlinux 0xb036e9d9 wakeup_source_destroy EXPORT_SYMBOL_GPL vmlinux 0xb039f6a7 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xb03ae0ae eeh_pe_state_mark +EXPORT_SYMBOL_GPL vmlinux 0xb04ad514 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb05324ff pci_epf_destroy EXPORT_SYMBOL_GPL vmlinux 0xb0555a38 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xb0612f04 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xb063af49 xas_split_alloc EXPORT_SYMBOL_GPL vmlinux 0xb06634ec opal_xscom_write EXPORT_SYMBOL_GPL vmlinux 0xb066fef6 class_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress -EXPORT_SYMBOL_GPL vmlinux 0xb07c3ec7 ehci_resume EXPORT_SYMBOL_GPL vmlinux 0xb09adff2 devm_kstrdup EXPORT_SYMBOL_GPL vmlinux 0xb0b10d03 tpm_default_chip EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset EXPORT_SYMBOL_GPL vmlinux 0xb0bd14de sbitmap_queue_wake_up EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2ba20 pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xb0d85c5a param_ops_bool_enable_only -EXPORT_SYMBOL_GPL vmlinux 0xb0de5456 pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0xb0ebed93 crypto_ahash_type -EXPORT_SYMBOL_GPL vmlinux 0xb10a8cc6 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xb101c775 devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number EXPORT_SYMBOL_GPL vmlinux 0xb128e0d7 screen_glyph @@ -20806,35 +20798,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put EXPORT_SYMBOL_GPL vmlinux 0xb176e568 crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0xb17beaf4 unregister_kretprobes EXPORT_SYMBOL_GPL vmlinux 0xb17f3017 iomap_readpage +EXPORT_SYMBOL_GPL vmlinux 0xb1801606 sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs EXPORT_SYMBOL_GPL vmlinux 0xb184d67a rio_del_mport_pw_handler -EXPORT_SYMBOL_GPL vmlinux 0xb1b0cf91 kvmppc_find_table EXPORT_SYMBOL_GPL vmlinux 0xb1b228d7 rio_inb_pwrite_handler EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start -EXPORT_SYMBOL_GPL vmlinux 0xb1ca6071 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xb1cdcae7 of_pci_address_to_resource EXPORT_SYMBOL_GPL vmlinux 0xb1d3fe19 cpufreq_dbs_governor_start EXPORT_SYMBOL_GPL vmlinux 0xb1d9f10b sbitmap_queue_clear EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1de8020 ata_sas_tport_delete EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs -EXPORT_SYMBOL_GPL vmlinux 0xb1e9ba02 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xb1e6803a edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xb1f7dce2 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb1f84baa of_pci_parse_bus_range EXPORT_SYMBOL_GPL vmlinux 0xb1fb4808 dma_get_any_slave_channel -EXPORT_SYMBOL_GPL vmlinux 0xb2039a2b usb_control_msg EXPORT_SYMBOL_GPL vmlinux 0xb20b3b58 regulator_disable_regmap -EXPORT_SYMBOL_GPL vmlinux 0xb21dda3d devlink_port_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2152afb pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0xb21e7251 scsi_autopm_get_device EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert -EXPORT_SYMBOL_GPL vmlinux 0xb23991a4 usb_clear_halt EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb243d296 iommu_sva_unbind_device EXPORT_SYMBOL_GPL vmlinux 0xb24687c5 freq_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0xb253873d cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb257382a devlink_port_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xb2575fc3 pcibios_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xb258d936 serial8250_rx_dma_flush EXPORT_SYMBOL_GPL vmlinux 0xb25ac60d pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xb2608a92 pci_epc_get_msi EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr -EXPORT_SYMBOL_GPL vmlinux 0xb27e2515 ata_slave_link_init EXPORT_SYMBOL_GPL vmlinux 0xb27e5be2 fat_setattr EXPORT_SYMBOL_GPL vmlinux 0xb2840740 alloc_dax -EXPORT_SYMBOL_GPL vmlinux 0xb28dbb85 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc EXPORT_SYMBOL_GPL vmlinux 0xb29b9ed4 gov_attr_set_get EXPORT_SYMBOL_GPL vmlinux 0xb2a1c8bf static_key_disable @@ -20847,73 +20841,64 @@ EXPORT_SYMBOL_GPL vmlinux 0xb2df80eb of_property_read_u64_index EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem EXPORT_SYMBOL_GPL vmlinux 0xb2ed7cd4 __tracepoint_br_fdb_add EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0xb3000a59 sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put -EXPORT_SYMBOL_GPL vmlinux 0xb30c722b pci_generic_config_read32 -EXPORT_SYMBOL_GPL vmlinux 0xb321f8dd tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xb313ba3a pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xb3207b95 udp4_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0xb33bb240 ehci_setup EXPORT_SYMBOL_GPL vmlinux 0xb33df2d8 usb_choose_configuration -EXPORT_SYMBOL_GPL vmlinux 0xb349dd56 dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xb34bf20f task_active_pid_ns EXPORT_SYMBOL_GPL vmlinux 0xb35ac3d5 gpiod_get_index -EXPORT_SYMBOL_GPL vmlinux 0xb35bf1bb skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xb36c5c00 of_pci_get_max_link_speed EXPORT_SYMBOL_GPL vmlinux 0xb3747d3b vfs_read EXPORT_SYMBOL_GPL vmlinux 0xb39aca9f blocking_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xb3aaa1c6 dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0xb3ac502a extcon_dev_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb3ad9316 seg6_do_srh_inline -EXPORT_SYMBOL_GPL vmlinux 0xb3adb559 of_get_fb_videomode -EXPORT_SYMBOL_GPL vmlinux 0xb3b4dd5f pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0xb3b8a376 srcu_barrier -EXPORT_SYMBOL_GPL vmlinux 0xb3d1a4d0 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xb3e2f189 sysfs_add_file_to_group EXPORT_SYMBOL_GPL vmlinux 0xb3fa2de1 account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic EXPORT_SYMBOL_GPL vmlinux 0xb41b0656 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xb41f046c usb_hcd_pci_probe EXPORT_SYMBOL_GPL vmlinux 0xb41f927a tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xb42137db ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb439eda7 ata_sff_busy_sleep EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get EXPORT_SYMBOL_GPL vmlinux 0xb441c395 powercap_register_control_type EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled EXPORT_SYMBOL_GPL vmlinux 0xb44ee4aa pnv_ocxl_free_xive_irq EXPORT_SYMBOL_GPL vmlinux 0xb45daf6e public_key_subtype -EXPORT_SYMBOL_GPL vmlinux 0xb46064fc __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xb488588e tb_to_ns EXPORT_SYMBOL_GPL vmlinux 0xb498980a perf_aux_output_begin -EXPORT_SYMBOL_GPL vmlinux 0xb4ab62b6 udp_destruct_sock +EXPORT_SYMBOL_GPL vmlinux 0xb4b673ab find_mci_by_dev EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb4cc739f br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0xb4e2b0ae serdev_device_write_flush EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected -EXPORT_SYMBOL_GPL vmlinux 0xb4ed0410 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc -EXPORT_SYMBOL_GPL vmlinux 0xb5179370 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xb505a70f xhci_resume EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state EXPORT_SYMBOL_GPL vmlinux 0xb52a9c31 vas_win_close EXPORT_SYMBOL_GPL vmlinux 0xb5421b83 __tracepoint_neigh_event_send_done EXPORT_SYMBOL_GPL vmlinux 0xb5472fb7 anon_transport_class_register EXPORT_SYMBOL_GPL vmlinux 0xb54c8225 devm_of_pwm_get -EXPORT_SYMBOL_GPL vmlinux 0xb56ab0c0 iommu_aux_attach_device -EXPORT_SYMBOL_GPL vmlinux 0xb573e7fd nf_queue -EXPORT_SYMBOL_GPL vmlinux 0xb5818361 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xb54d29f3 pci_disable_pri EXPORT_SYMBOL_GPL vmlinux 0xb5a30014 usb_register_device_driver EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xb5ad0572 __devm_regmap_init_spi -EXPORT_SYMBOL_GPL vmlinux 0xb5b23cdc pci_restore_pri_state EXPORT_SYMBOL_GPL vmlinux 0xb5b68e57 cec_queue_pin_5v_event EXPORT_SYMBOL_GPL vmlinux 0xb5be6001 posix_acl_create -EXPORT_SYMBOL_GPL vmlinux 0xb5de3fc0 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb5c5c2f9 usb_set_configuration EXPORT_SYMBOL_GPL vmlinux 0xb5e2ea63 crypto_stats_akcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0xb5e30369 blk_mq_request_completed EXPORT_SYMBOL_GPL vmlinux 0xb5f3afe0 aead_init_geniv -EXPORT_SYMBOL_GPL vmlinux 0xb5f85ccc nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq EXPORT_SYMBOL_GPL vmlinux 0xb60ecd42 pm_runtime_allow EXPORT_SYMBOL_GPL vmlinux 0xb60f73b0 usb_alloc_coherent EXPORT_SYMBOL_GPL vmlinux 0xb6186dbb ata_sas_tport_add EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb63fc235 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu EXPORT_SYMBOL_GPL vmlinux 0xb6490b11 pnv_power9_force_smt4_release -EXPORT_SYMBOL_GPL vmlinux 0xb64a8e52 ata_pci_sff_prepare_host EXPORT_SYMBOL_GPL vmlinux 0xb64f9964 net_cls_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xb6663040 update_time EXPORT_SYMBOL_GPL vmlinux 0xb66ca417 blk_mq_start_stopped_hw_queue @@ -20923,16 +20908,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc EXPORT_SYMBOL_GPL vmlinux 0xb691b3d8 tty_release_struct EXPORT_SYMBOL_GPL vmlinux 0xb6acb67a wakeup_source_remove EXPORT_SYMBOL_GPL vmlinux 0xb6e48918 dev_get_regmap -EXPORT_SYMBOL_GPL vmlinux 0xb6eab51b generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xb6fc2618 dma_buf_mmap EXPORT_SYMBOL_GPL vmlinux 0xb71616a5 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xb7224bde rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xb73416ac trace_event_buffer_commit EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7467ade edac_mc_free EXPORT_SYMBOL_GPL vmlinux 0xb74e1ec4 devres_find EXPORT_SYMBOL_GPL vmlinux 0xb75ca4c6 fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0xb75f2e37 put_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xb768731e ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb76ac36b tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xb77e563f serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xb784059b iommu_domain_free EXPORT_SYMBOL_GPL vmlinux 0xb7882b50 blkg_conf_finish EXPORT_SYMBOL_GPL vmlinux 0xb78cc0d3 crypto_chain EXPORT_SYMBOL_GPL vmlinux 0xb7a42dae devfreq_event_enable_edev @@ -20940,9 +20927,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb7a92090 rio_enable_rx_tx_port EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0xb7d17fa0 pgtable_cache EXPORT_SYMBOL_GPL vmlinux 0xb7ecbab3 stmpe_disable -EXPORT_SYMBOL_GPL vmlinux 0xb7f00336 dev_forward_skb -EXPORT_SYMBOL_GPL vmlinux 0xb7f30066 vfio_add_group_dev -EXPORT_SYMBOL_GPL vmlinux 0xb8040871 ata_qc_get_active EXPORT_SYMBOL_GPL vmlinux 0xb81de473 dm_hold EXPORT_SYMBOL_GPL vmlinux 0xb81f89df __xas_next EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time @@ -20953,26 +20937,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xb84701d0 uprobe_unregister EXPORT_SYMBOL_GPL vmlinux 0xb847585f is_hash_blacklisted EXPORT_SYMBOL_GPL vmlinux 0xb84eea4a phy_10gbit_fec_features EXPORT_SYMBOL_GPL vmlinux 0xb84feaf8 i2c_dw_prepare_clk -EXPORT_SYMBOL_GPL vmlinux 0xb85392c9 edac_raw_mc_handle_error -EXPORT_SYMBOL_GPL vmlinux 0xb8599313 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0xb85be8f2 wbc_attach_and_unlock_inode EXPORT_SYMBOL_GPL vmlinux 0xb8710834 cpufreq_driver_target EXPORT_SYMBOL_GPL vmlinux 0xb87a7ea1 devm_spi_register_controller -EXPORT_SYMBOL_GPL vmlinux 0xb88cb4f9 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state -EXPORT_SYMBOL_GPL vmlinux 0xb89a13e9 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xb8994830 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0xb89add41 rio_mport_read_config_8 EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout -EXPORT_SYMBOL_GPL vmlinux 0xb89f0696 devlink_reload_enable -EXPORT_SYMBOL_GPL vmlinux 0xb8a34c86 xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0xb8a3685a crypto_unregister_skciphers EXPORT_SYMBOL_GPL vmlinux 0xb8a63f6b of_property_read_variable_u32_array EXPORT_SYMBOL_GPL vmlinux 0xb8ab4a92 devm_kmalloc EXPORT_SYMBOL_GPL vmlinux 0xb8b12b96 devm_of_phy_get EXPORT_SYMBOL_GPL vmlinux 0xb8bc618e cpufreq_cooling_register EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put -EXPORT_SYMBOL_GPL vmlinux 0xb8da3776 bpf_prog_create_from_user -EXPORT_SYMBOL_GPL vmlinux 0xb8f9543c ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xb8d467d7 mpic_subsys EXPORT_SYMBOL_GPL vmlinux 0xb8fd9fa3 spi_async EXPORT_SYMBOL_GPL vmlinux 0xb9059aa0 led_set_brightness_nopm EXPORT_SYMBOL_GPL vmlinux 0xb9171418 cgroup_get_from_path @@ -20983,18 +20961,17 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9430557 pwmchip_remove EXPORT_SYMBOL_GPL vmlinux 0xb971d106 sock_diag_put_meminfo EXPORT_SYMBOL_GPL vmlinux 0xb980564c devm_pinctrl_get EXPORT_SYMBOL_GPL vmlinux 0xb98e5ec9 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xb9980273 ohci_init_driver EXPORT_SYMBOL_GPL vmlinux 0xb99df747 xive_native_has_queue_state_support EXPORT_SYMBOL_GPL vmlinux 0xb9a35d6d fwnode_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0xb9a6db7c tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0xb9ae3e91 srp_attach_transport EXPORT_SYMBOL_GPL vmlinux 0xb9b35f15 sata_pmp_error_handler -EXPORT_SYMBOL_GPL vmlinux 0xb9b61401 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put EXPORT_SYMBOL_GPL vmlinux 0xb9bd6944 crypto_stats_ahash_update EXPORT_SYMBOL_GPL vmlinux 0xb9bebbc6 badblocks_show EXPORT_SYMBOL_GPL vmlinux 0xb9bec5e2 debugfs_remove EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops -EXPORT_SYMBOL_GPL vmlinux 0xb9ce863f inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first EXPORT_SYMBOL_GPL vmlinux 0xb9d822d4 __hwspin_trylock EXPORT_SYMBOL_GPL vmlinux 0xb9db1d09 noop_invalidatepage @@ -21002,14 +20979,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9fcc5eb devm_mdiobus_free EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan EXPORT_SYMBOL_GPL vmlinux 0xba1b5eb8 anon_inode_getfile EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba3edb75 ehci_suspend EXPORT_SYMBOL_GPL vmlinux 0xba55a103 pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0xba5b7fec shash_register_instance EXPORT_SYMBOL_GPL vmlinux 0xba6d03b0 rdev_clear_badblocks EXPORT_SYMBOL_GPL vmlinux 0xba747846 extcon_set_property_sync EXPORT_SYMBOL_GPL vmlinux 0xba74ade9 evm_inode_init_security EXPORT_SYMBOL_GPL vmlinux 0xba7a9108 of_property_read_string_helper -EXPORT_SYMBOL_GPL vmlinux 0xba7c6ef2 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0xbaa41829 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xbaab69b8 skb_segment EXPORT_SYMBOL_GPL vmlinux 0xbaaeee3d fuse_do_open EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents EXPORT_SYMBOL_GPL vmlinux 0xbabc3755 devm_phy_get @@ -21022,70 +21000,70 @@ EXPORT_SYMBOL_GPL vmlinux 0xbaf72494 of_device_request_module EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks EXPORT_SYMBOL_GPL vmlinux 0xbb126012 __rio_local_read_config_32 EXPORT_SYMBOL_GPL vmlinux 0xbb17d345 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xbb1aaeba rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xbb1da4e2 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0xbb206362 __fscrypt_prepare_rename EXPORT_SYMBOL_GPL vmlinux 0xbb234230 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbb261b8c eeh_pe_inject_err EXPORT_SYMBOL_GPL vmlinux 0xbb2cc8d7 crypto_get_default_null_skcipher -EXPORT_SYMBOL_GPL vmlinux 0xbb3a55ee ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xbb451617 of_genpd_parse_idle_states EXPORT_SYMBOL_GPL vmlinux 0xbb468568 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xbb4d56c1 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xbb4e0612 of_css EXPORT_SYMBOL_GPL vmlinux 0xbb4fc142 blocking_notifier_chain_cond_register EXPORT_SYMBOL_GPL vmlinux 0xbb5ef235 debugfs_create_x32 -EXPORT_SYMBOL_GPL vmlinux 0xbb683e4b nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id -EXPORT_SYMBOL_GPL vmlinux 0xbb75d566 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xbb6f262b inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xbb7d24a2 debugfs_create_regset32 EXPORT_SYMBOL_GPL vmlinux 0xbb82269f regmap_get_raw_read_max EXPORT_SYMBOL_GPL vmlinux 0xbba30ea5 sched_setattr EXPORT_SYMBOL_GPL vmlinux 0xbbac7385 __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0xbbae39c5 of_devfreq_cooling_register_power EXPORT_SYMBOL_GPL vmlinux 0xbbb07f15 stmpe_enable -EXPORT_SYMBOL_GPL vmlinux 0xbbf423f2 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xbbb8d16c pcibios_free_controller_deferred EXPORT_SYMBOL_GPL vmlinux 0xbc27230f tty_perform_flush EXPORT_SYMBOL_GPL vmlinux 0xbc2c8daf blk_mq_debugfs_rq_show EXPORT_SYMBOL_GPL vmlinux 0xbc38451d of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xbc3be865 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xbc711599 trace_call_bpf -EXPORT_SYMBOL_GPL vmlinux 0xbc7650f5 pci_epc_get_features EXPORT_SYMBOL_GPL vmlinux 0xbc79b8fb hvc_poll EXPORT_SYMBOL_GPL vmlinux 0xbc859414 fat_attach -EXPORT_SYMBOL_GPL vmlinux 0xbc859778 ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0xbc8ae7a4 mbox_flush EXPORT_SYMBOL_GPL vmlinux 0xbc954220 io_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xbc9a75ee serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0xbc9f6e2a pm_runtime_get_if_in_use EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset -EXPORT_SYMBOL_GPL vmlinux 0xbccbca07 ata_sff_check_status EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram EXPORT_SYMBOL_GPL vmlinux 0xbcd63bf3 device_get_match_data EXPORT_SYMBOL_GPL vmlinux 0xbcd98d5b security_file_permission EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name EXPORT_SYMBOL_GPL vmlinux 0xbce5a3a5 sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool -EXPORT_SYMBOL_GPL vmlinux 0xbd27f242 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xbd1e7ae9 call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0xbd2d8f02 klist_add_tail EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq -EXPORT_SYMBOL_GPL vmlinux 0xbd517f36 pcibios_finish_adding_to_bus -EXPORT_SYMBOL_GPL vmlinux 0xbd58dc33 ata_host_activate EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd6745a0 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xbd797948 bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0xbd7a51e9 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xbd84cf2e pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xbd887eeb ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xbd9764a4 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0xbd993f32 __blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0xbda6425d xive_native_alloc_irq -EXPORT_SYMBOL_GPL vmlinux 0xbdc83945 ata_sff_port_intr EXPORT_SYMBOL_GPL vmlinux 0xbdd07e5a pm_runtime_no_callbacks EXPORT_SYMBOL_GPL vmlinux 0xbdf1427a usb_disable_ltm EXPORT_SYMBOL_GPL vmlinux 0xbdf4bd0f dev_pm_opp_of_remove_table -EXPORT_SYMBOL_GPL vmlinux 0xbdf6a6c4 pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0xbe0230a4 regulator_suspend_enable -EXPORT_SYMBOL_GPL vmlinux 0xbe0d75a5 ata_std_qc_defer EXPORT_SYMBOL_GPL vmlinux 0xbe12f92b of_genpd_add_provider_simple EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask EXPORT_SYMBOL_GPL vmlinux 0xbe3c80c3 get_pid_task -EXPORT_SYMBOL_GPL vmlinux 0xbe427e41 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0xbe4848c2 dma_buf_detach EXPORT_SYMBOL_GPL vmlinux 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xbe6866fe netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbe79a990 devm_irq_alloc_generic_chip EXPORT_SYMBOL_GPL vmlinux 0xbe822df8 dev_pm_opp_find_freq_ceil @@ -21095,11 +21073,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized EXPORT_SYMBOL_GPL vmlinux 0xbea63e77 klist_iter_init_node EXPORT_SYMBOL_GPL vmlinux 0xbed17517 __devm_of_phy_provider_register EXPORT_SYMBOL_GPL vmlinux 0xbedc29ec unregister_virtio_driver -EXPORT_SYMBOL_GPL vmlinux 0xbefaca5c pci_prg_resp_pasid_required EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0xbf04a57c of_console_check EXPORT_SYMBOL_GPL vmlinux 0xbf06f74d xdp_return_frame_rx_napi -EXPORT_SYMBOL_GPL vmlinux 0xbf0eb39d edac_device_free_ctl_info EXPORT_SYMBOL_GPL vmlinux 0xbf122db6 kill_dev_dax EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0xbf28d969 elv_rqhash_add @@ -21107,11 +21083,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xbf47c285 rio_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xbf6b2b3e sfp_register_socket EXPORT_SYMBOL_GPL vmlinux 0xbf6d04e3 dev_pm_domain_detach EXPORT_SYMBOL_GPL vmlinux 0xbf753b62 power_supply_get_by_phandle -EXPORT_SYMBOL_GPL vmlinux 0xbf827450 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0xbf935b40 extcon_get_property_capability EXPORT_SYMBOL_GPL vmlinux 0xbfba2afa bus_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports EXPORT_SYMBOL_GPL vmlinux 0xbfbca9fa __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xbfcf07ee pnv_npu2_map_lpar_dev EXPORT_SYMBOL_GPL vmlinux 0xbfd4f9a4 iommu_flush_tce EXPORT_SYMBOL_GPL vmlinux 0xbfd8591f fat_get_dotdot_entry EXPORT_SYMBOL_GPL vmlinux 0xbfd9081d usb_hcd_setup_local_mem @@ -21119,51 +21095,49 @@ EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control EXPORT_SYMBOL_GPL vmlinux 0xbfeef030 crypto_stats_akcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0xbfef0ab2 bus_register EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space -EXPORT_SYMBOL_GPL vmlinux 0xc00e5d6e ata_pio_need_iordy EXPORT_SYMBOL_GPL vmlinux 0xc0172f44 tpm_seal_trusted +EXPORT_SYMBOL_GPL vmlinux 0xc03726e2 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xc03db728 cxl_update_properties EXPORT_SYMBOL_GPL vmlinux 0xc055b218 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xc061c550 ata_platform_remove_one EXPORT_SYMBOL_GPL vmlinux 0xc0659ba6 tty_save_termios EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread EXPORT_SYMBOL_GPL vmlinux 0xc065cd59 of_usb_get_dr_mode_by_phy EXPORT_SYMBOL_GPL vmlinux 0xc0714986 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xc071b210 ehci_handshake EXPORT_SYMBOL_GPL vmlinux 0xc071cb8c platform_bus_type -EXPORT_SYMBOL_GPL vmlinux 0xc08570dd devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu EXPORT_SYMBOL_GPL vmlinux 0xc093fe86 usb_disable_lpm EXPORT_SYMBOL_GPL vmlinux 0xc0a14c8e power_supply_set_property EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited EXPORT_SYMBOL_GPL vmlinux 0xc0b5117a pwm_get_chip_data -EXPORT_SYMBOL_GPL vmlinux 0xc0d002fb sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc0cf46c6 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name EXPORT_SYMBOL_GPL vmlinux 0xc0eed414 register_wide_hw_breakpoint EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f75a3b ata_pci_device_do_resume EXPORT_SYMBOL_GPL vmlinux 0xc0faefa9 crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0xc108cd25 i2c_get_device_id EXPORT_SYMBOL_GPL vmlinux 0xc10d046c blkdev_report_zones EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t EXPORT_SYMBOL_GPL vmlinux 0xc142829b debugfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0xc1458fa7 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xc146e6af ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0xc147be83 regulator_get_current_limit -EXPORT_SYMBOL_GPL vmlinux 0xc1576397 ata_do_eh EXPORT_SYMBOL_GPL vmlinux 0xc1704284 kgdb_register_io_module EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded -EXPORT_SYMBOL_GPL vmlinux 0xc17a1bcb inet_hash_connect -EXPORT_SYMBOL_GPL vmlinux 0xc17d6770 inet_twsk_hashdance -EXPORT_SYMBOL_GPL vmlinux 0xc18dcfff inet_csk_reqsk_queue_hash_add EXPORT_SYMBOL_GPL vmlinux 0xc1af77fb class_compat_create_link -EXPORT_SYMBOL_GPL vmlinux 0xc1b8d047 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xc1c5c086 __sock_recv_wifi_status EXPORT_SYMBOL_GPL vmlinux 0xc1cd0147 balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0xc1d989c5 vfio_external_check_extension EXPORT_SYMBOL_GPL vmlinux 0xc1ddcb98 serdev_device_close -EXPORT_SYMBOL_GPL vmlinux 0xc21073fe pcibios_alloc_controller EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e3a52 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xc233a45e crypto_shash_final EXPORT_SYMBOL_GPL vmlinux 0xc251d2e8 devm_init_badblocks -EXPORT_SYMBOL_GPL vmlinux 0xc252c8a8 pcie_has_flr -EXPORT_SYMBOL_GPL vmlinux 0xc25468d4 tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0xc254eb3f vmf_insert_pfn_pmd -EXPORT_SYMBOL_GPL vmlinux 0xc25e159d inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc25830d7 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xc26ac95d pm_runtime_force_resume EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify @@ -21175,10 +21149,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xc2aa338c perf_event_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xc2b39eba rio_request_inb_pwrite EXPORT_SYMBOL_GPL vmlinux 0xc2c275ff opal_poll_events EXPORT_SYMBOL_GPL vmlinux 0xc2cc8b7b thermal_zone_get_offset -EXPORT_SYMBOL_GPL vmlinux 0xc2de00ce devm_of_pci_get_host_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xc2e0d184 pm_genpd_add_subdomain EXPORT_SYMBOL_GPL vmlinux 0xc2effb9a usb_hub_find_child EXPORT_SYMBOL_GPL vmlinux 0xc304c4c5 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xc30abf2c ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0xc30b202f regcache_drop_region EXPORT_SYMBOL_GPL vmlinux 0xc30d54a8 devm_gpiochip_add_data EXPORT_SYMBOL_GPL vmlinux 0xc3188689 soc_device_match @@ -21187,10 +21161,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xc3255142 phy_10gbit_features EXPORT_SYMBOL_GPL vmlinux 0xc336c0c6 regulator_disable_deferred EXPORT_SYMBOL_GPL vmlinux 0xc33db101 kobject_rename EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3503ba6 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xc3553ff6 ata_host_start EXPORT_SYMBOL_GPL vmlinux 0xc37454b0 crypto_register_aead EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc3944258 trace_seq_putmem_hex -EXPORT_SYMBOL_GPL vmlinux 0xc3aed6b4 virtio_finalize_features +EXPORT_SYMBOL_GPL vmlinux 0xc3aa81f9 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0xc3b5546d syscon_regmap_lookup_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name EXPORT_SYMBOL_GPL vmlinux 0xc3c6a7b8 device_property_read_u8_array @@ -21200,18 +21176,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xc3e44f18 vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0xc3e8f2d0 regulator_get_init_drvdata EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough EXPORT_SYMBOL_GPL vmlinux 0xc3fe4446 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc405e072 xfrm_output EXPORT_SYMBOL_GPL vmlinux 0xc408e49c set_thread_tidr EXPORT_SYMBOL_GPL vmlinux 0xc412fdf3 radix__flush_all_lpid EXPORT_SYMBOL_GPL vmlinux 0xc41dc7c0 regulator_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long EXPORT_SYMBOL_GPL vmlinux 0xc44eae24 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xc4527706 ata_dev_next EXPORT_SYMBOL_GPL vmlinux 0xc452b1de arizona_pm_ops EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type EXPORT_SYMBOL_GPL vmlinux 0xc459c753 __reset_control_get -EXPORT_SYMBOL_GPL vmlinux 0xc45ba691 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xc46b5e00 btree_merge EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4811f2c __devm_pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string EXPORT_SYMBOL_GPL vmlinux 0xc4913442 vfio_group_put_external_user EXPORT_SYMBOL_GPL vmlinux 0xc4a610d6 sbitmap_finish_wait @@ -21224,28 +21202,30 @@ EXPORT_SYMBOL_GPL vmlinux 0xc4c2b1b3 usb_phy_set_charger_state EXPORT_SYMBOL_GPL vmlinux 0xc4c92a91 virtio_config_changed EXPORT_SYMBOL_GPL vmlinux 0xc4de9f19 security_inode_create EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset -EXPORT_SYMBOL_GPL vmlinux 0xc4ff587c usb_sg_cancel EXPORT_SYMBOL_GPL vmlinux 0xc4ffcc01 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xc51b4ff8 __ata_change_queue_depth EXPORT_SYMBOL_GPL vmlinux 0xc51dfc6a bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc5380a7d ata_std_error_handler EXPORT_SYMBOL_GPL vmlinux 0xc54bdba5 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc54f6c19 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xc551526a devm_memremap_pages EXPORT_SYMBOL_GPL vmlinux 0xc553cf62 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xc556b712 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xc55f49ae pci_epc_add_epf EXPORT_SYMBOL_GPL vmlinux 0xc55ff962 phy_basic_t1_features_array EXPORT_SYMBOL_GPL vmlinux 0xc561c101 bpf_trace_run4 EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off -EXPORT_SYMBOL_GPL vmlinux 0xc59341c6 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xc57c171e br_fdb_test_addr_hook EXPORT_SYMBOL_GPL vmlinux 0xc59ce590 phy_modify_mmd EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon EXPORT_SYMBOL_GPL vmlinux 0xc5b5e5d0 fwnode_get_next_available_child_node EXPORT_SYMBOL_GPL vmlinux 0xc5c19776 blkg_lookup_slowpath EXPORT_SYMBOL_GPL vmlinux 0xc5cb87e6 mbox_chan_received_data EXPORT_SYMBOL_GPL vmlinux 0xc5d0243d fsnotify_put_group -EXPORT_SYMBOL_GPL vmlinux 0xc5de6809 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0xc5e03c1e do_truncate EXPORT_SYMBOL_GPL vmlinux 0xc5e3d65f cpuset_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xc5ea5b0e xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xc5ee56f0 vga_default_device EXPORT_SYMBOL_GPL vmlinux 0xc5f01af3 blk_mq_virtio_map_queues -EXPORT_SYMBOL_GPL vmlinux 0xc5f8cce5 udp_abort EXPORT_SYMBOL_GPL vmlinux 0xc5f9931b regulator_get_mode EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier @@ -21261,33 +21241,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xc65d14ec __kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata EXPORT_SYMBOL_GPL vmlinux 0xc66e36ac spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xc678e40b ata_port_desc EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xc68e263b devm_free_pages -EXPORT_SYMBOL_GPL vmlinux 0xc6983c89 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async -EXPORT_SYMBOL_GPL vmlinux 0xc6bebacd pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0xc6d20a6e input_ff_erase EXPORT_SYMBOL_GPL vmlinux 0xc6e93338 rio_get_device -EXPORT_SYMBOL_GPL vmlinux 0xc6ec9b93 ohci_hub_status_data EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field -EXPORT_SYMBOL_GPL vmlinux 0xc7312387 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xc7436378 blk_mq_sched_request_inserted EXPORT_SYMBOL_GPL vmlinux 0xc7588cff genphy_c45_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0xc7591c2f crypto_hash_alg_has_setkey -EXPORT_SYMBOL_GPL vmlinux 0xc7650741 edac_get_sysfs_subsys EXPORT_SYMBOL_GPL vmlinux 0xc76bfe2f devm_nvmem_device_put EXPORT_SYMBOL_GPL vmlinux 0xc7711b0b devm_gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0xc7742209 pstore_register EXPORT_SYMBOL_GPL vmlinux 0xc7826aef led_trigger_set_default EXPORT_SYMBOL_GPL vmlinux 0xc79ac9ce stmpe811_adc_common_init EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch -EXPORT_SYMBOL_GPL vmlinux 0xc7b5dc6e iptunnel_metadata_reply -EXPORT_SYMBOL_GPL vmlinux 0xc7bf1c74 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xc7ac1977 xhci_init_driver EXPORT_SYMBOL_GPL vmlinux 0xc7cc5026 tpm_chip_start EXPORT_SYMBOL_GPL vmlinux 0xc7d335b5 phy_led_triggers_register EXPORT_SYMBOL_GPL vmlinux 0xc7d452ba of_prop_next_u32 EXPORT_SYMBOL_GPL vmlinux 0xc7d9c1f6 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xc7dbb57f sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0xc7e376d4 klist_next EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7e6b78f tty_prepare_flip_string @@ -21295,35 +21271,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xc7eb3046 platform_device_del EXPORT_SYMBOL_GPL vmlinux 0xc7f8412e crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0xc7fa15cc spi_get_device_id EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8108d3c pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xc8187f46 init_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xc81df6e4 devm_hwmon_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xc820b5bf pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xc825098a ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove EXPORT_SYMBOL_GPL vmlinux 0xc844d893 blkdev_ioctl EXPORT_SYMBOL_GPL vmlinux 0xc84825eb phy_put EXPORT_SYMBOL_GPL vmlinux 0xc84e928f __tracepoint_pelt_cfs_tp EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire EXPORT_SYMBOL_GPL vmlinux 0xc8676067 simple_attr_release -EXPORT_SYMBOL_GPL vmlinux 0xc86b9230 devlink_register EXPORT_SYMBOL_GPL vmlinux 0xc86c59ab usb_remove_hcd EXPORT_SYMBOL_GPL vmlinux 0xc875c238 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc882b82b ata_sff_dma_pause EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable EXPORT_SYMBOL_GPL vmlinux 0xc8b88d9b __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc8bf1301 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0xc8d4bc50 fuse_dev_alloc EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e70eac edac_device_del_device EXPORT_SYMBOL_GPL vmlinux 0xc908d362 clockevents_register_device EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint -EXPORT_SYMBOL_GPL vmlinux 0xc9190932 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0xc9252641 debugfs_remove_recursive EXPORT_SYMBOL_GPL vmlinux 0xc92702f9 sched_trace_cfs_rq_avg EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init EXPORT_SYMBOL_GPL vmlinux 0xc940a6e2 devm_of_phy_provider_unregister EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc979c2ec nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base -EXPORT_SYMBOL_GPL vmlinux 0xc98d6de3 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc9845d95 ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0xc9928d2a static_key_slow_inc -EXPORT_SYMBOL_GPL vmlinux 0xc9a3dea5 devm_hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0xc9a8093d rhashtable_free_and_destroy EXPORT_SYMBOL_GPL vmlinux 0xc9c6a27a xive_native_set_queue_state EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu @@ -21331,20 +21309,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xc9ef1723 tpm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0xc9f1860d dev_pm_qos_update_user_latency_tolerance EXPORT_SYMBOL_GPL vmlinux 0xc9f26c5b bdev_read_page EXPORT_SYMBOL_GPL vmlinux 0xc9f4cab4 serdev_controller_remove -EXPORT_SYMBOL_GPL vmlinux 0xca01d4b6 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xca0a6d86 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xca2e4117 dm_bio_get_target_bio_nr -EXPORT_SYMBOL_GPL vmlinux 0xca390463 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xca3c94d8 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xca46cf1c ata_pci_bmdma_clear_simplex EXPORT_SYMBOL_GPL vmlinux 0xca4b5c51 idr_remove -EXPORT_SYMBOL_GPL vmlinux 0xca5f4ce3 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0xca71c402 balloon_aops EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop EXPORT_SYMBOL_GPL vmlinux 0xca94bf41 btree_last EXPORT_SYMBOL_GPL vmlinux 0xca954246 rio_bus_type EXPORT_SYMBOL_GPL vmlinux 0xcaa4d96e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xcab04ab5 sata_async_notification EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock EXPORT_SYMBOL_GPL vmlinux 0xcac1a0e7 devm_usb_get_phy -EXPORT_SYMBOL_GPL vmlinux 0xcac5d16e tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xcad2113c devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xcad35194 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0xcaf4e5ba mnt_drop_write EXPORT_SYMBOL_GPL vmlinux 0xcafd0e73 usb_get_dev EXPORT_SYMBOL_GPL vmlinux 0xcb008542 dma_request_chan @@ -21356,13 +21335,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xcb2c9646 fsnotify_put_mark EXPORT_SYMBOL_GPL vmlinux 0xcb392163 regulator_allow_bypass EXPORT_SYMBOL_GPL vmlinux 0xcb418b85 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xcb4c9ba0 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto EXPORT_SYMBOL_GPL vmlinux 0xcb6b93fd regulator_is_equal -EXPORT_SYMBOL_GPL vmlinux 0xcb777722 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xcb886bc0 inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0xcb984711 dev_attr_sw_activity -EXPORT_SYMBOL_GPL vmlinux 0xcba833ff br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0xcbc9e194 sata_pmp_port_ops -EXPORT_SYMBOL_GPL vmlinux 0xcbd7c03b inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcbca0227 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xcbdc59b5 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages EXPORT_SYMBOL_GPL vmlinux 0xcbeb3ec9 stmpe_reg_write EXPORT_SYMBOL_GPL vmlinux 0xcbeba7fe of_dma_router_register @@ -21372,11 +21352,12 @@ EXPORT_SYMBOL_GPL vmlinux 0xcc2a920a fsstack_copy_inode_size EXPORT_SYMBOL_GPL vmlinux 0xcc2befe7 __generic_fsdax_supported EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap EXPORT_SYMBOL_GPL vmlinux 0xcc3e0373 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xcc425a2c sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0xcc448002 get_cpu_device EXPORT_SYMBOL_GPL vmlinux 0xcc461ab7 of_mm_gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0xcc4a9b40 thermal_of_cooling_device_register EXPORT_SYMBOL_GPL vmlinux 0xcc5fd3ae device_dma_supported -EXPORT_SYMBOL_GPL vmlinux 0xcc90a9aa devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xcc8f4673 inet_twsk_hashdance EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc EXPORT_SYMBOL_GPL vmlinux 0xcca1021a class_destroy @@ -21394,8 +21375,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xcd1cd8e7 serial8250_rpm_put EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size EXPORT_SYMBOL_GPL vmlinux 0xcd2d53f2 do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0xcd303404 __percpu_up_read -EXPORT_SYMBOL_GPL vmlinux 0xcd317251 devlink_dpipe_table_unregister -EXPORT_SYMBOL_GPL vmlinux 0xcd3a9779 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xcd4215ea ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xcd611349 switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xcd6b0372 dev_pm_opp_init_cpufreq_table EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add EXPORT_SYMBOL_GPL vmlinux 0xcd7a2e9c platform_irq_count @@ -21419,48 +21400,56 @@ EXPORT_SYMBOL_GPL vmlinux 0xce27d758 dax_region_put EXPORT_SYMBOL_GPL vmlinux 0xce38b6fd dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce85b6fc mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xcea44de0 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xcea6c91a __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0xcea9002d serdev_device_set_parity EXPORT_SYMBOL_GPL vmlinux 0xceb14128 bgpio_init EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data EXPORT_SYMBOL_GPL vmlinux 0xceb32a61 bus_remove_file EXPORT_SYMBOL_GPL vmlinux 0xceb4b99c klist_prev -EXPORT_SYMBOL_GPL vmlinux 0xcec74799 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xceddc44a skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee1bc3c nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0xcee860f6 led_blink_set EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply EXPORT_SYMBOL_GPL vmlinux 0xceec40d1 rio_attach_device EXPORT_SYMBOL_GPL vmlinux 0xcefc60c3 bio_associate_blkg EXPORT_SYMBOL_GPL vmlinux 0xcf0c6063 blk_queue_can_use_dma_map_merging -EXPORT_SYMBOL_GPL vmlinux 0xcf0c6a2f iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xcf10aedb inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0xcf120800 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcf21598b ata_bmdma_dumb_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global EXPORT_SYMBOL_GPL vmlinux 0xcf297d62 crypto_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0xcf4f21ab thermal_zone_of_sensor_register EXPORT_SYMBOL_GPL vmlinux 0xcf52a46f ref_module EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain -EXPORT_SYMBOL_GPL vmlinux 0xcf59573a ip6_redirect -EXPORT_SYMBOL_GPL vmlinux 0xcf5ce636 sata_std_hardreset EXPORT_SYMBOL_GPL vmlinux 0xcf5ee11b __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xcf872dcd __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcf966046 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0xcf98d11d pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcfb01b9d pci_epc_set_bar EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb7cb06 ata_pci_bmdma_init_one EXPORT_SYMBOL_GPL vmlinux 0xcfbc79a5 dax_supported EXPORT_SYMBOL_GPL vmlinux 0xcfc4f9ae pid_nr_ns EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfca49c5 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0xcfcb2560 rio_register_scan EXPORT_SYMBOL_GPL vmlinux 0xcfdf78a5 mctrl_gpio_init EXPORT_SYMBOL_GPL vmlinux 0xcfef1cf2 cpuacct_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xd006ccb6 da9052_disable_irq_nosync EXPORT_SYMBOL_GPL vmlinux 0xd015aea1 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xd0251b62 pci_enable_pri EXPORT_SYMBOL_GPL vmlinux 0xd026a150 crypto_register_shashes -EXPORT_SYMBOL_GPL vmlinux 0xd02e023b ip_build_and_send_pkt -EXPORT_SYMBOL_GPL vmlinux 0xd02f4c9d sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0xd032ce80 irq_find_matching_fwspec EXPORT_SYMBOL_GPL vmlinux 0xd03698f2 debugfs_create_bool EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd05ae5f5 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xd05e6ad8 crypto_register_template EXPORT_SYMBOL_GPL vmlinux 0xd05fd7ca component_master_del EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd08c26f8 pnv_pci_get_slot_id EXPORT_SYMBOL_GPL vmlinux 0xd0927533 virtqueue_poll EXPORT_SYMBOL_GPL vmlinux 0xd09cec93 pm_generic_resume_early EXPORT_SYMBOL_GPL vmlinux 0xd0bea361 irq_set_affinity_hint @@ -21472,15 +21461,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xd0fae503 digsig_verify EXPORT_SYMBOL_GPL vmlinux 0xd13395c1 tpm_tis_remove EXPORT_SYMBOL_GPL vmlinux 0xd15647af genphy_c45_read_mdix EXPORT_SYMBOL_GPL vmlinux 0xd180d60e virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xd1945e4a devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xd197245b crypto_init_ahash_spawn EXPORT_SYMBOL_GPL vmlinux 0xd198e79f regulator_is_supported_voltage EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on EXPORT_SYMBOL_GPL vmlinux 0xd1cc1085 fat_truncate_time EXPORT_SYMBOL_GPL vmlinux 0xd1dd1bfc pm_generic_restore_early EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get -EXPORT_SYMBOL_GPL vmlinux 0xd1f70546 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd1f42e27 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xd1ffb4db crypto_destroy_tfm -EXPORT_SYMBOL_GPL vmlinux 0xd207260d ata_host_init EXPORT_SYMBOL_GPL vmlinux 0xd20b8c35 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister EXPORT_SYMBOL_GPL vmlinux 0xd212b028 irq_remove_generic_chip @@ -21488,17 +21477,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd218553f mm_iommu_lookup EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain EXPORT_SYMBOL_GPL vmlinux 0xd21c5c1d sdio_f0_readb -EXPORT_SYMBOL_GPL vmlinux 0xd22ea277 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0xd235fada driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xd2584441 pnv_ocxl_get_tl_cap EXPORT_SYMBOL_GPL vmlinux 0xd25a3aac md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xd26402be ping_close +EXPORT_SYMBOL_GPL vmlinux 0xd26d2396 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xd26e37c8 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xd27513d1 kvmppc_host_rm_ops_hv +EXPORT_SYMBOL_GPL vmlinux 0xd287e5a8 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0xd288f863 dax_inode EXPORT_SYMBOL_GPL vmlinux 0xd2a4e6a3 fuse_fill_super_common EXPORT_SYMBOL_GPL vmlinux 0xd2a5af05 register_virtio_driver EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode -EXPORT_SYMBOL_GPL vmlinux 0xd2ca0393 usb_disable_xhci_ports EXPORT_SYMBOL_GPL vmlinux 0xd2d1213e cec_transmit_done_ts +EXPORT_SYMBOL_GPL vmlinux 0xd2dba683 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0xd2f3ac31 attribute_container_classdev_to_container EXPORT_SYMBOL_GPL vmlinux 0xd314f5d0 ftrace_ops_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0xd31b6d11 phy_set_mode_ext @@ -21507,15 +21500,16 @@ EXPORT_SYMBOL_GPL vmlinux 0xd335f021 gpiochip_relres_irq EXPORT_SYMBOL_GPL vmlinux 0xd3569096 crypto_alloc_akcipher EXPORT_SYMBOL_GPL vmlinux 0xd3614e98 spi_mem_get_name EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor -EXPORT_SYMBOL_GPL vmlinux 0xd36cb3d1 __fib_lookup -EXPORT_SYMBOL_GPL vmlinux 0xd389ebb4 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd3803897 usb_asmedia_modifyflowcontrol EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3a5e9f8 xas_pause EXPORT_SYMBOL_GPL vmlinux 0xd3a772b6 spi_res_alloc EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config EXPORT_SYMBOL_GPL vmlinux 0xd3b22dbd vas_init_rx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0xd3b96644 ata_cable_unknown EXPORT_SYMBOL_GPL vmlinux 0xd3c67237 devm_nvmem_cell_get EXPORT_SYMBOL_GPL vmlinux 0xd3c9378f usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd3dad1b2 __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0xd3f72195 public_key_signature_free EXPORT_SYMBOL_GPL vmlinux 0xd3f89396 kthread_unpark EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled @@ -21532,22 +21526,20 @@ EXPORT_SYMBOL_GPL vmlinux 0xd464a23b blk_queue_max_discard_segments EXPORT_SYMBOL_GPL vmlinux 0xd4682ee2 ata_timing_cycle2mode EXPORT_SYMBOL_GPL vmlinux 0xd47c63d0 nd_cmd_in_size EXPORT_SYMBOL_GPL vmlinux 0xd48317fb restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xd4922516 __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0xd4a1b5ff wm831x_reg_unlock -EXPORT_SYMBOL_GPL vmlinux 0xd4a52356 usb_set_interface EXPORT_SYMBOL_GPL vmlinux 0xd4b91c81 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd4bb7651 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq EXPORT_SYMBOL_GPL vmlinux 0xd4c8ed8e sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xd4d313e3 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0xd4dbdef1 thermal_zone_device_unregister EXPORT_SYMBOL_GPL vmlinux 0xd4e71051 tps6586x_read -EXPORT_SYMBOL_GPL vmlinux 0xd50e20cf pci_epc_get EXPORT_SYMBOL_GPL vmlinux 0xd5143020 debugfs_rename EXPORT_SYMBOL_GPL vmlinux 0xd53a19ed shmem_truncate_range -EXPORT_SYMBOL_GPL vmlinux 0xd53ec455 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0xd54cdc27 dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata -EXPORT_SYMBOL_GPL vmlinux 0xd57e19b3 edac_device_handle_ce EXPORT_SYMBOL_GPL vmlinux 0xd5805ef4 __page_file_index -EXPORT_SYMBOL_GPL vmlinux 0xd584eced devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xd58f04d1 virtqueue_get_vring_size EXPORT_SYMBOL_GPL vmlinux 0xd5916d4f relay_close EXPORT_SYMBOL_GPL vmlinux 0xd5a88e90 arizona_clk32k_enable @@ -21555,51 +21547,61 @@ EXPORT_SYMBOL_GPL vmlinux 0xd5adb94f crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0xd5afa49b btree_visitor EXPORT_SYMBOL_GPL vmlinux 0xd5b786fb ahash_free_instance EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c19209 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd5d204a6 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0xd5da018d sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0xd5e11c01 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0xd5fb9bf8 pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0xd5ff9dd7 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xd623d71d pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xd62515e7 __vfs_removexattr_locked EXPORT_SYMBOL_GPL vmlinux 0xd62b92a4 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd62f14a9 nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0xd638ce3e blk_rq_err_bytes -EXPORT_SYMBOL_GPL vmlinux 0xd63b1844 devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p EXPORT_SYMBOL_GPL vmlinux 0xd64f0583 attribute_container_register EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock EXPORT_SYMBOL_GPL vmlinux 0xd66ccab6 iomap_readpages -EXPORT_SYMBOL_GPL vmlinux 0xd67050f0 pnv_npu2_unmap_lpar_dev EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget EXPORT_SYMBOL_GPL vmlinux 0xd6850adb dev_coredumpv EXPORT_SYMBOL_GPL vmlinux 0xd68e6a2a tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0xd68e87ca devm_usb_get_phy_by_phandle EXPORT_SYMBOL_GPL vmlinux 0xd6996b42 cgroup_rstat_updated EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6abe1c7 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd6b3e7b8 pci_epc_write_header EXPORT_SYMBOL_GPL vmlinux 0xd6bbf985 rio_unregister_mport EXPORT_SYMBOL_GPL vmlinux 0xd6bf625a btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd6c7a639 ata_dev_set_feature EXPORT_SYMBOL_GPL vmlinux 0xd6c8b011 scsi_dh_activate EXPORT_SYMBOL_GPL vmlinux 0xd6cb4e3c bpf_prog_free EXPORT_SYMBOL_GPL vmlinux 0xd6e6f469 tcp_orphan_count EXPORT_SYMBOL_GPL vmlinux 0xd6f6d805 ima_file_check EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7069868 lwtunnel_encap_add_ops EXPORT_SYMBOL_GPL vmlinux 0xd7085fca lochnagar_update_config EXPORT_SYMBOL_GPL vmlinux 0xd716ef66 devm_rtc_allocate_device EXPORT_SYMBOL_GPL vmlinux 0xd71fb218 platform_bus EXPORT_SYMBOL_GPL vmlinux 0xd722069a fat_sync_inode -EXPORT_SYMBOL_GPL vmlinux 0xd7351833 ip6_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xd73cd369 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd7433825 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd746dee2 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xd747cec2 ohci_hub_control EXPORT_SYMBOL_GPL vmlinux 0xd74f3b6e crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xd75245b8 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xd757d936 ata_dummy_port_ops EXPORT_SYMBOL_GPL vmlinux 0xd7582ca9 xhci_dbg_trace EXPORT_SYMBOL_GPL vmlinux 0xd75918cf rio_unlock_device EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints EXPORT_SYMBOL_GPL vmlinux 0xd7696ffc nvdimm_clear_poison EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl -EXPORT_SYMBOL_GPL vmlinux 0xd78aaeb8 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xd78b8882 regmap_field_free EXPORT_SYMBOL_GPL vmlinux 0xd798ba0c regulator_list_voltage_linear EXPORT_SYMBOL_GPL vmlinux 0xd7a90152 crypto_init_spawn2 -EXPORT_SYMBOL_GPL vmlinux 0xd7ad03b9 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0xd7b69439 perf_event_enable EXPORT_SYMBOL_GPL vmlinux 0xd7bef391 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0xd7cea21f addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work EXPORT_SYMBOL_GPL vmlinux 0xd7d0a181 regulator_get EXPORT_SYMBOL_GPL vmlinux 0xd7e086b1 stmpe_set_bits @@ -21607,55 +21609,53 @@ EXPORT_SYMBOL_GPL vmlinux 0xd7f2471d list_lru_add EXPORT_SYMBOL_GPL vmlinux 0xd80f3108 usb_unanchor_urb EXPORT_SYMBOL_GPL vmlinux 0xd81819fd regulator_map_voltage_pickable_linear_range EXPORT_SYMBOL_GPL vmlinux 0xd81bcf00 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xd81ca6bd rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable EXPORT_SYMBOL_GPL vmlinux 0xd825e9ca devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xd82c347a blkcipher_walk_phys EXPORT_SYMBOL_GPL vmlinux 0xd8337d6f of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd83b0994 sock_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xd8454bca ata_sff_tf_read EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock EXPORT_SYMBOL_GPL vmlinux 0xd86077a3 net_ns_type_operations EXPORT_SYMBOL_GPL vmlinux 0xd8619bc2 flow_indr_block_call +EXPORT_SYMBOL_GPL vmlinux 0xd8676244 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xd86f7a45 nvmem_cell_read_u16 EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk -EXPORT_SYMBOL_GPL vmlinux 0xd8876dee edac_device_alloc_ctl_info -EXPORT_SYMBOL_GPL vmlinux 0xd896873c netdev_is_rx_handler_busy -EXPORT_SYMBOL_GPL vmlinux 0xd89ab2b7 sock_prot_inuse_add -EXPORT_SYMBOL_GPL vmlinux 0xd89c5a11 ata_ehi_clear_desc EXPORT_SYMBOL_GPL vmlinux 0xd89d6b7b mmu_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xd8b00f4f of_changeset_action -EXPORT_SYMBOL_GPL vmlinux 0xd8c27d28 ata_sff_irq_on -EXPORT_SYMBOL_GPL vmlinux 0xd8cae320 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd8b03a9f devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0xd8cd2f3c nd_blk_memremap_flags EXPORT_SYMBOL_GPL vmlinux 0xd8d5414c thermal_zone_device_register EXPORT_SYMBOL_GPL vmlinux 0xd8e7d70d tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xd8fcd97d hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0xd92ff720 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xd93b145e ata_bmdma_stop EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off EXPORT_SYMBOL_GPL vmlinux 0xd9518660 sched_trace_cfs_rq_cpu -EXPORT_SYMBOL_GPL vmlinux 0xd951f275 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xd9534942 pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0xd95491d1 kthread_flush_work EXPORT_SYMBOL_GPL vmlinux 0xd95e6724 rio_pw_enable -EXPORT_SYMBOL_GPL vmlinux 0xd963a2d4 pnv_ocxl_spa_setup -EXPORT_SYMBOL_GPL vmlinux 0xd966dda5 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd9619fc9 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd97a75de alloc_page_buffers EXPORT_SYMBOL_GPL vmlinux 0xd9c81963 devres_release EXPORT_SYMBOL_GPL vmlinux 0xd9c97e8b rio_request_inb_mbox EXPORT_SYMBOL_GPL vmlinux 0xd9ca3236 devm_device_add_group -EXPORT_SYMBOL_GPL vmlinux 0xd9ea5287 pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda114df7 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xda17e74c fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xda2e46d6 ata_msleep EXPORT_SYMBOL_GPL vmlinux 0xda447f96 __tracepoint_io_page_fault EXPORT_SYMBOL_GPL vmlinux 0xda4bce99 zap_vma_ptes EXPORT_SYMBOL_GPL vmlinux 0xda5396a5 of_platform_device_destroy EXPORT_SYMBOL_GPL vmlinux 0xda55b199 unregister_cxl_calls EXPORT_SYMBOL_GPL vmlinux 0xda6fb720 list_lru_count_one -EXPORT_SYMBOL_GPL vmlinux 0xda846773 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0xda84d02d rio_release_outb_mbox EXPORT_SYMBOL_GPL vmlinux 0xdaa5ef48 da9052_adc_read_temp EXPORT_SYMBOL_GPL vmlinux 0xdaa85b39 alarm_forward_now EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert -EXPORT_SYMBOL_GPL vmlinux 0xdac424e8 iommu_unmap_fast -EXPORT_SYMBOL_GPL vmlinux 0xdad4f1f6 skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0xdadfda9a elv_register EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option EXPORT_SYMBOL_GPL vmlinux 0xdaf5c16e __cookie_v4_check @@ -21673,7 +21673,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xdb78618a phy_save_page EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock EXPORT_SYMBOL_GPL vmlinux 0xdb8b7658 crypto_unregister_ahashes EXPORT_SYMBOL_GPL vmlinux 0xdb974fb3 dev_pm_domain_set -EXPORT_SYMBOL_GPL vmlinux 0xdba09074 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xdb996932 iommu_fwspec_add_ids EXPORT_SYMBOL_GPL vmlinux 0xdbbaf9c5 store_sampling_rate EXPORT_SYMBOL_GPL vmlinux 0xdbc83def usb_init_urb EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits @@ -21691,20 +21691,22 @@ EXPORT_SYMBOL_GPL vmlinux 0xdc5f24c2 gpiochip_request_own_desc EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent EXPORT_SYMBOL_GPL vmlinux 0xdc8249ba rio_dma_prep_xfer EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8439a4 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xdc9142c5 pci_hp_add_devices EXPORT_SYMBOL_GPL vmlinux 0xdc97479a dev_pm_opp_is_turbo EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register EXPORT_SYMBOL_GPL vmlinux 0xdcaa4264 tpm_chip_stop EXPORT_SYMBOL_GPL vmlinux 0xdce3c8f4 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xdce639f4 __scsi_init_queue EXPORT_SYMBOL_GPL vmlinux 0xdced9123 device_create EXPORT_SYMBOL_GPL vmlinux 0xdcedd7f6 gpiod_get_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xdd03a9e7 relay_subbufs_consumed EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc -EXPORT_SYMBOL_GPL vmlinux 0xdd1aa4b5 sata_sff_hardreset EXPORT_SYMBOL_GPL vmlinux 0xdd29bc60 put_device EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister -EXPORT_SYMBOL_GPL vmlinux 0xdd56fd5f usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xdd50ed4a iommu_dev_disable_feature EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd7ed00d gpiod_unexport EXPORT_SYMBOL_GPL vmlinux 0xdd808664 rio_route_clr_table @@ -21721,6 +21723,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xddec877a dev_coredumpsg EXPORT_SYMBOL_GPL vmlinux 0xdded579c serial8250_set_defaults EXPORT_SYMBOL_GPL vmlinux 0xddf48415 device_link_remove EXPORT_SYMBOL_GPL vmlinux 0xde1704d4 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xde18e864 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xde19aadb ehci_reset EXPORT_SYMBOL_GPL vmlinux 0xde303b15 i2c_match_id EXPORT_SYMBOL_GPL vmlinux 0xde34deab tps6586x_write EXPORT_SYMBOL_GPL vmlinux 0xde614a3f usb_ifnum_to_if @@ -21729,28 +21733,27 @@ EXPORT_SYMBOL_GPL vmlinux 0xde75ed73 memalloc_socks_key EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts EXPORT_SYMBOL_GPL vmlinux 0xdebb38b2 mpc8xxx_spi_tx_buf_u16 EXPORT_SYMBOL_GPL vmlinux 0xdec6ec2d pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xdecaf60b vfio_del_group_dev EXPORT_SYMBOL_GPL vmlinux 0xdecb38f5 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdecddece __inet_lookup_established EXPORT_SYMBOL_GPL vmlinux 0xdece1534 xdp_convert_zc_to_xdp_frame -EXPORT_SYMBOL_GPL vmlinux 0xded43266 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0xdee04c17 wm5110_spi_regmap EXPORT_SYMBOL_GPL vmlinux 0xdefa8d94 xdp_rxq_info_is_reg -EXPORT_SYMBOL_GPL vmlinux 0xdf049312 ata_dev_pair EXPORT_SYMBOL_GPL vmlinux 0xdf0e78a0 blkcg_policy_unregister EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal EXPORT_SYMBOL_GPL vmlinux 0xdf1a768c __platform_driver_register EXPORT_SYMBOL_GPL vmlinux 0xdf1e9cfa btree_destroy -EXPORT_SYMBOL_GPL vmlinux 0xdf1fd318 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0xdf255947 phy_led_trigger_change_speed EXPORT_SYMBOL_GPL vmlinux 0xdf392591 ablkcipher_walk_done -EXPORT_SYMBOL_GPL vmlinux 0xdf52e6bf ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xdf4cffaf edac_pci_release_generic_ctl EXPORT_SYMBOL_GPL vmlinux 0xdf5a98b8 genphy_c45_an_config_aneg EXPORT_SYMBOL_GPL vmlinux 0xdf5f4603 devm_mbox_controller_register EXPORT_SYMBOL_GPL vmlinux 0xdf6fabb4 _copy_from_iter_flushcache -EXPORT_SYMBOL_GPL vmlinux 0xdf808d65 ohci_init_driver EXPORT_SYMBOL_GPL vmlinux 0xdf85c5d1 gpiochip_line_is_open_source EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue EXPORT_SYMBOL_GPL vmlinux 0xdf927422 usb_get_maximum_speed EXPORT_SYMBOL_GPL vmlinux 0xdfaf34c4 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xdfb1c9bb xhci_ext_cap_init EXPORT_SYMBOL_GPL vmlinux 0xdfc2b5f5 tty_put_char EXPORT_SYMBOL_GPL vmlinux 0xdfc7de5e debugfs_create_file_size EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set @@ -21758,43 +21761,42 @@ EXPORT_SYMBOL_GPL vmlinux 0xdfd2fc8a securityfs_create_file EXPORT_SYMBOL_GPL vmlinux 0xdfdbc4a9 gpiochip_enable_irq EXPORT_SYMBOL_GPL vmlinux 0xdfe38658 sysfs_merge_group EXPORT_SYMBOL_GPL vmlinux 0xdff568cb klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdff5fc71 early_find_capability EXPORT_SYMBOL_GPL vmlinux 0xe00194c7 sdio_writesb EXPORT_SYMBOL_GPL vmlinux 0xe00620cf gpiochip_get_data EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name EXPORT_SYMBOL_GPL vmlinux 0xe009d0a4 nd_mapping_attribute_group +EXPORT_SYMBOL_GPL vmlinux 0xe023272a ehci_resume EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu EXPORT_SYMBOL_GPL vmlinux 0xe0330637 tpm_send -EXPORT_SYMBOL_GPL vmlinux 0xe036150e of_get_pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0xe03c3cb6 ata_sas_port_alloc EXPORT_SYMBOL_GPL vmlinux 0xe042d49a to_nd_desc EXPORT_SYMBOL_GPL vmlinux 0xe05817f4 bpf_map_put EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu -EXPORT_SYMBOL_GPL vmlinux 0xe060aaff eeh_pe_mark_isolated -EXPORT_SYMBOL_GPL vmlinux 0xe063f856 pcibios_scan_phb EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved EXPORT_SYMBOL_GPL vmlinux 0xe08d299b md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xe09298d4 sk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0xe09706eb regmap_irq_get_domain EXPORT_SYMBOL_GPL vmlinux 0xe0a22305 cec_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe0a89eea gpiochip_add_pingroup_range EXPORT_SYMBOL_GPL vmlinux 0xe0b42000 pm_genpd_syscore_poweroff -EXPORT_SYMBOL_GPL vmlinux 0xe0d73892 ncsi_stop_dev EXPORT_SYMBOL_GPL vmlinux 0xe0de914f perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0xe0ed278f serial8250_modem_status EXPORT_SYMBOL_GPL vmlinux 0xe0ff4353 dev_pm_opp_get_suspend_opp_freq EXPORT_SYMBOL_GPL vmlinux 0xe10413da fat_add_entries EXPORT_SYMBOL_GPL vmlinux 0xe108d302 trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0xe130c850 freezer_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xe1413478 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe14ac3dc of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xe1519b20 cxl_afu_put EXPORT_SYMBOL_GPL vmlinux 0xe154beca phy_resolve_aneg_linkmode EXPORT_SYMBOL_GPL vmlinux 0xe157ed8f idr_alloc_u32 EXPORT_SYMBOL_GPL vmlinux 0xe161b07b trace_seq_putc -EXPORT_SYMBOL_GPL vmlinux 0xe1630198 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xe1651ee9 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xe174e9a4 rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios EXPORT_SYMBOL_GPL vmlinux 0xe190148c get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0xe19fcf7f dev_pm_opp_set_regulators EXPORT_SYMBOL_GPL vmlinux 0xe1a5459b devm_reset_control_array_get -EXPORT_SYMBOL_GPL vmlinux 0xe1b25635 fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0xe1b51891 i2c_dw_probe EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports EXPORT_SYMBOL_GPL vmlinux 0xe1c08ec9 vas_init_tx_win_attr @@ -21804,32 +21806,28 @@ EXPORT_SYMBOL_GPL vmlinux 0xe22c6e41 crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0xe22cdfae devm_led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user EXPORT_SYMBOL_GPL vmlinux 0xe249d6b6 pm_genpd_remove -EXPORT_SYMBOL_GPL vmlinux 0xe2579a9d ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xe24bdeab usb_control_msg EXPORT_SYMBOL_GPL vmlinux 0xe26be19a blk_mq_bio_list_merge EXPORT_SYMBOL_GPL vmlinux 0xe26ff775 dma_request_slave_channel EXPORT_SYMBOL_GPL vmlinux 0xe283daf3 verify_pkcs7_signature -EXPORT_SYMBOL_GPL vmlinux 0xe28aec01 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xe28ffe8e devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier -EXPORT_SYMBOL_GPL vmlinux 0xe2bfced9 ata_noop_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xe2c2c060 dev_pm_opp_free_cpufreq_table EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key EXPORT_SYMBOL_GPL vmlinux 0xe2d0bef5 dma_buf_vmap EXPORT_SYMBOL_GPL vmlinux 0xe2d7f77c device_store_int EXPORT_SYMBOL_GPL vmlinux 0xe2ebb614 unuse_mm EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq -EXPORT_SYMBOL_GPL vmlinux 0xe30a1e4d ata_bmdma_start EXPORT_SYMBOL_GPL vmlinux 0xe31c181f usb_hcd_giveback_urb EXPORT_SYMBOL_GPL vmlinux 0xe31d426f platform_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xe32999fb user_describe EXPORT_SYMBOL_GPL vmlinux 0xe3325d25 regmap_get_raw_write_max -EXPORT_SYMBOL_GPL vmlinux 0xe34c7f4d pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xe3517e35 usb_hcd_resume_root_hub EXPORT_SYMBOL_GPL vmlinux 0xe353af50 devm_get_free_pages EXPORT_SYMBOL_GPL vmlinux 0xe390234d da903x_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit EXPORT_SYMBOL_GPL vmlinux 0xe3abb10e cpufreq_freq_transition_end -EXPORT_SYMBOL_GPL vmlinux 0xe3cf7624 pci_max_pasids -EXPORT_SYMBOL_GPL vmlinux 0xe3e2f2bc pnv_pci_set_tunnel_bar +EXPORT_SYMBOL_GPL vmlinux 0xe3cc04b7 ata_link_offline EXPORT_SYMBOL_GPL vmlinux 0xe3ff3d8a dm_get_queue_limits EXPORT_SYMBOL_GPL vmlinux 0xe40185ac led_classdev_resume EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv @@ -21838,69 +21836,70 @@ EXPORT_SYMBOL_GPL vmlinux 0xe4233013 pm_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0xe42e9c5d dev_pm_opp_put_clkname EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume EXPORT_SYMBOL_GPL vmlinux 0xe436b5c8 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe43d985f edac_device_alloc_ctl_info EXPORT_SYMBOL_GPL vmlinux 0xe441e44a phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe44ce3a2 iommu_group_remove_device EXPORT_SYMBOL_GPL vmlinux 0xe4622346 of_thermal_get_trip_points EXPORT_SYMBOL_GPL vmlinux 0xe468c5e6 unix_outq_len EXPORT_SYMBOL_GPL vmlinux 0xe46984e6 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe473003e devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0xe48052e5 fixup_user_fault EXPORT_SYMBOL_GPL vmlinux 0xe48364db __tracepoint_cpu_idle EXPORT_SYMBOL_GPL vmlinux 0xe4857b77 __pm_relax -EXPORT_SYMBOL_GPL vmlinux 0xe4866ec5 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xe48bebfa pci_hp_remove_devices EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str -EXPORT_SYMBOL_GPL vmlinux 0xe4c097d0 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xe4bf5e30 xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm -EXPORT_SYMBOL_GPL vmlinux 0xe4ce7920 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe4d2fa30 skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0xe4d44c89 md_new_event EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f3bad6 of_get_fb_videomode EXPORT_SYMBOL_GPL vmlinux 0xe504ba4b usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xe5177bc3 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0xe51bb612 irq_domain_remove -EXPORT_SYMBOL_GPL vmlinux 0xe51ef4f5 ata_sff_dma_pause EXPORT_SYMBOL_GPL vmlinux 0xe5636716 cs47l24_patch +EXPORT_SYMBOL_GPL vmlinux 0xe57dce36 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister EXPORT_SYMBOL_GPL vmlinux 0xe588f1d7 rdev_get_dev -EXPORT_SYMBOL_GPL vmlinux 0xe594212e lwtunnel_build_state EXPORT_SYMBOL_GPL vmlinux 0xe5a2ae8f __pm_runtime_set_status -EXPORT_SYMBOL_GPL vmlinux 0xe5a5ef27 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xe5ab1b4d reset_controller_register -EXPORT_SYMBOL_GPL vmlinux 0xe5aef850 ohci_suspend EXPORT_SYMBOL_GPL vmlinux 0xe5beb4bf get_kernel_pages EXPORT_SYMBOL_GPL vmlinux 0xe5c04dce __srcu_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xe5ccb4a3 sata_pmp_qc_defer_cmd_switch EXPORT_SYMBOL_GPL vmlinux 0xe5ce177f device_find_child_by_name -EXPORT_SYMBOL_GPL vmlinux 0xe5d5913c xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0xe5ec503b __i2c_board_lock EXPORT_SYMBOL_GPL vmlinux 0xe5f954e9 sdio_release_host EXPORT_SYMBOL_GPL vmlinux 0xe5fac3ee dm_remap_zone_report EXPORT_SYMBOL_GPL vmlinux 0xe5fd5731 device_rename EXPORT_SYMBOL_GPL vmlinux 0xe6006d21 fuse_kill_sb_anon -EXPORT_SYMBOL_GPL vmlinux 0xe6016512 ping_bind EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work -EXPORT_SYMBOL_GPL vmlinux 0xe61b8c02 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0xe6284006 devm_regulator_bulk_get EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array -EXPORT_SYMBOL_GPL vmlinux 0xe635cbe0 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0xe6363f16 fwnode_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0xe63d71bb cpu_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xe6487b91 of_phy_simple_xlate EXPORT_SYMBOL_GPL vmlinux 0xe64e7db3 pm_runtime_enable -EXPORT_SYMBOL_GPL vmlinux 0xe66121dd rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe6514844 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe6628295 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0xe6658b50 usb_kill_anchored_urbs EXPORT_SYMBOL_GPL vmlinux 0xe667985f uprobe_register_refctr -EXPORT_SYMBOL_GPL vmlinux 0xe66d5cee sk_msg_alloc -EXPORT_SYMBOL_GPL vmlinux 0xe66e207c ohci_restart EXPORT_SYMBOL_GPL vmlinux 0xe6822a9f crypto_lookup_template EXPORT_SYMBOL_GPL vmlinux 0xe68a0c6c crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe68d3160 iommu_dev_feature_enabled EXPORT_SYMBOL_GPL vmlinux 0xe68f63d7 gpiochip_set_nested_irqchip EXPORT_SYMBOL_GPL vmlinux 0xe6a13e7d xive_native_configure_irq EXPORT_SYMBOL_GPL vmlinux 0xe6a3984c arizona_set_irq_wake EXPORT_SYMBOL_GPL vmlinux 0xe6a8028b cpufreq_dbs_governor_init EXPORT_SYMBOL_GPL vmlinux 0xe6c86bbd bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6fdfddd ehci_adjust_port_wakeup_flags EXPORT_SYMBOL_GPL vmlinux 0xe70153af crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe708873f pci_epf_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0xe712a64f key_set_timeout EXPORT_SYMBOL_GPL vmlinux 0xe71fe38a trace_print_bitmask_seq -EXPORT_SYMBOL_GPL vmlinux 0xe72cb91b pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xe72a0f90 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xe72e4e57 devm_thermal_zone_of_sensor_unregister EXPORT_SYMBOL_GPL vmlinux 0xe737a3cf __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end @@ -21909,42 +21908,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset EXPORT_SYMBOL_GPL vmlinux 0xe77c0f4e wm8997_irq EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit EXPORT_SYMBOL_GPL vmlinux 0xe788c74a input_ff_create -EXPORT_SYMBOL_GPL vmlinux 0xe78b4c25 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get EXPORT_SYMBOL_GPL vmlinux 0xe7b922a0 regulator_bulk_unregister_supply_alias EXPORT_SYMBOL_GPL vmlinux 0xe7c48eee cpuidle_get_driver EXPORT_SYMBOL_GPL vmlinux 0xe7d34db2 opal_async_wait_response EXPORT_SYMBOL_GPL vmlinux 0xe7d6c118 regulator_enable_regmap EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds -EXPORT_SYMBOL_GPL vmlinux 0xe7e1fbc9 ata_pci_device_resume EXPORT_SYMBOL_GPL vmlinux 0xe7eee3d5 __cookie_v4_init_sequence EXPORT_SYMBOL_GPL vmlinux 0xe7f10176 rio_map_outb_region EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7fa8f1d devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr EXPORT_SYMBOL_GPL vmlinux 0xe80689fe device_create_bin_file -EXPORT_SYMBOL_GPL vmlinux 0xe811e52a ata_sff_drain_fifo EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt EXPORT_SYMBOL_GPL vmlinux 0xe81b0a50 __online_page_set_limits EXPORT_SYMBOL_GPL vmlinux 0xe81ddad6 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0xe8386333 __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0xe844b28a __mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0xe847d693 tps65912_device_init EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports EXPORT_SYMBOL_GPL vmlinux 0xe85c7911 tracing_snapshot_cond_enable -EXPORT_SYMBOL_GPL vmlinux 0xe85cc07f eeh_add_device_tree_early EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start EXPORT_SYMBOL_GPL vmlinux 0xe877d65d device_match_any -EXPORT_SYMBOL_GPL vmlinux 0xe87a8465 mpic_subsys EXPORT_SYMBOL_GPL vmlinux 0xe889225e device_link_add EXPORT_SYMBOL_GPL vmlinux 0xe89bfece crypto_unregister_ahash -EXPORT_SYMBOL_GPL vmlinux 0xe89d8d88 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xe8ba7254 edac_device_handle_ue EXPORT_SYMBOL_GPL vmlinux 0xe8c33237 devm_thermal_zone_of_sensor_register -EXPORT_SYMBOL_GPL vmlinux 0xe8cf2804 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0xe8eeb9c8 fuse_dev_alloc_install -EXPORT_SYMBOL_GPL vmlinux 0xe8f0f87d strp_stop EXPORT_SYMBOL_GPL vmlinux 0xe8f78028 blk_mq_sched_free_hctx_data EXPORT_SYMBOL_GPL vmlinux 0xe8fa2f9a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xe8ff3bc7 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0xe909eee3 usb_anchor_empty -EXPORT_SYMBOL_GPL vmlinux 0xe90c0b00 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free EXPORT_SYMBOL_GPL vmlinux 0xe94c45d1 regmap_update_bits_base EXPORT_SYMBOL_GPL vmlinux 0xe94e4607 sec_irq_init @@ -21952,8 +21946,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction EXPORT_SYMBOL_GPL vmlinux 0xe95150a8 apply_to_page_range EXPORT_SYMBOL_GPL vmlinux 0xe957bf9f alarm_expires_remaining EXPORT_SYMBOL_GPL vmlinux 0xe96ab4b6 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xe975b139 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xe97826ab iommu_present EXPORT_SYMBOL_GPL vmlinux 0xe97af183 of_map_rid -EXPORT_SYMBOL_GPL vmlinux 0xe9a6e098 ata_do_dev_read_id EXPORT_SYMBOL_GPL vmlinux 0xe9b40924 fat_fill_super EXPORT_SYMBOL_GPL vmlinux 0xe9b49ae3 rio_mport_write_config_16 EXPORT_SYMBOL_GPL vmlinux 0xe9cdf681 to_nvdimm @@ -21961,60 +21956,61 @@ EXPORT_SYMBOL_GPL vmlinux 0xe9cfaff1 set_online_page_callback EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap EXPORT_SYMBOL_GPL vmlinux 0xe9d815a8 devfreq_cooling_unregister EXPORT_SYMBOL_GPL vmlinux 0xe9ddf714 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xe9e91e18 edac_mc_handle_error EXPORT_SYMBOL_GPL vmlinux 0xe9ec5c55 kstrdup_quotable_cmdline -EXPORT_SYMBOL_GPL vmlinux 0xe9fa8dd3 usb_interrupt_msg EXPORT_SYMBOL_GPL vmlinux 0xea017114 io_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xea02f560 fscrypt_get_symlink EXPORT_SYMBOL_GPL vmlinux 0xea08cf1f gpiod_set_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd EXPORT_SYMBOL_GPL vmlinux 0xea177c63 generic_fh_to_dentry EXPORT_SYMBOL_GPL vmlinux 0xea27600c debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xea2fcc08 ata_dev_disable EXPORT_SYMBOL_GPL vmlinux 0xea34434e virtqueue_enable_cb_delayed EXPORT_SYMBOL_GPL vmlinux 0xea3bcb44 __tracepoint_block_bio_complete EXPORT_SYMBOL_GPL vmlinux 0xea4eb776 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xea72fdad ata_bmdma_start EXPORT_SYMBOL_GPL vmlinux 0xea767bcc pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xea855f43 ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0xea86b844 shash_free_instance EXPORT_SYMBOL_GPL vmlinux 0xea9a36ea usb_phy_roothub_resume -EXPORT_SYMBOL_GPL vmlinux 0xeabde967 ata_scsi_slave_destroy EXPORT_SYMBOL_GPL vmlinux 0xeabf7489 fsnotify_alloc_group EXPORT_SYMBOL_GPL vmlinux 0xead486fd crypto_alg_sem EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod EXPORT_SYMBOL_GPL vmlinux 0xead8ecfe rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0xead96bf5 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeadd13d6 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0xeadef934 device_remove_file EXPORT_SYMBOL_GPL vmlinux 0xeadf72e1 tm_abort EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush EXPORT_SYMBOL_GPL vmlinux 0xeae66a28 sysfs_remove_files -EXPORT_SYMBOL_GPL vmlinux 0xeae700be iommu_dev_feature_enabled EXPORT_SYMBOL_GPL vmlinux 0xeaf29c1c devm_pwm_get EXPORT_SYMBOL_GPL vmlinux 0xeaf9e3ee __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xeafcd32d __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0xeafce72e kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0xeb1098fe devm_extcon_dev_allocate EXPORT_SYMBOL_GPL vmlinux 0xeb1a4f29 opal_error_code EXPORT_SYMBOL_GPL vmlinux 0xeb22cf25 usb_unlocked_enable_lpm -EXPORT_SYMBOL_GPL vmlinux 0xeb27413d pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xeb291471 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xeb2a82b2 serial8250_tx_chars EXPORT_SYMBOL_GPL vmlinux 0xeb30b67e reserve_pmc_hardware -EXPORT_SYMBOL_GPL vmlinux 0xeb359b42 pci_test_config_bits EXPORT_SYMBOL_GPL vmlinux 0xeb3737fb dev_pm_opp_attach_genpd EXPORT_SYMBOL_GPL vmlinux 0xeb3c8d73 wm5110_irq EXPORT_SYMBOL_GPL vmlinux 0xeb692306 pinctrl_pm_select_sleep_state -EXPORT_SYMBOL_GPL vmlinux 0xeb74ebd0 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xeb7e90ac pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0xeb922e27 sysfs_groups_change_owner -EXPORT_SYMBOL_GPL vmlinux 0xeba79c32 pci_cfg_access_lock -EXPORT_SYMBOL_GPL vmlinux 0xeba913ac dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xeba0ed31 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xebaabf15 crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0xebb2d2de skcipher_walk_atomise EXPORT_SYMBOL_GPL vmlinux 0xebb618e2 device_connection_remove EXPORT_SYMBOL_GPL vmlinux 0xebc9a09f lock_system_sleep -EXPORT_SYMBOL_GPL vmlinux 0xebcb8651 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xebd38adb skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms EXPORT_SYMBOL_GPL vmlinux 0xebdd2e8d regmap_register_patch EXPORT_SYMBOL_GPL vmlinux 0xebe6a314 md_kick_rdev_from_array +EXPORT_SYMBOL_GPL vmlinux 0xebf844aa pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0xec138eb6 cec_register_cec_notifier EXPORT_SYMBOL_GPL vmlinux 0xec22345b fsnotify_add_mark EXPORT_SYMBOL_GPL vmlinux 0xec356c53 msr_check_and_set -EXPORT_SYMBOL_GPL vmlinux 0xec38ef48 pnv_pci_get_slot_id EXPORT_SYMBOL_GPL vmlinux 0xec494788 sdio_get_host_pm_caps EXPORT_SYMBOL_GPL vmlinux 0xec4b32c5 rio_mport_read_config_16 EXPORT_SYMBOL_GPL vmlinux 0xec4ecb69 class_interface_register @@ -22023,133 +22019,141 @@ EXPORT_SYMBOL_GPL vmlinux 0xec705d92 wm831x_auxadc_read EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify EXPORT_SYMBOL_GPL vmlinux 0xec8395cb regulator_get_exclusive EXPORT_SYMBOL_GPL vmlinux 0xec84bfb9 opal_leds_get_ind +EXPORT_SYMBOL_GPL vmlinux 0xec9359c6 pci_intx EXPORT_SYMBOL_GPL vmlinux 0xeca5d40d software_node_find_by_name EXPORT_SYMBOL_GPL vmlinux 0xecacd358 mmput EXPORT_SYMBOL_GPL vmlinux 0xecc8bd28 genphy_c45_check_and_restart_aneg EXPORT_SYMBOL_GPL vmlinux 0xeccc7df4 net_cls_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xecd4e18e ip6_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xecdd0187 regulator_count_voltages -EXPORT_SYMBOL_GPL vmlinux 0xece71b5f pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xecf3d5a9 sdio_enable_func EXPORT_SYMBOL_GPL vmlinux 0xed258c00 crypto_type_has_alg -EXPORT_SYMBOL_GPL vmlinux 0xed3ed6d1 of_address_to_resource EXPORT_SYMBOL_GPL vmlinux 0xed508a01 tty_port_register_device_attr EXPORT_SYMBOL_GPL vmlinux 0xed530e3a wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xed59481c eeh_iommu_group_to_pe EXPORT_SYMBOL_GPL vmlinux 0xed5c2e75 dma_max_mapping_size EXPORT_SYMBOL_GPL vmlinux 0xed5e5614 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xed6f4084 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister EXPORT_SYMBOL_GPL vmlinux 0xed89467d tracing_cond_snapshot_data EXPORT_SYMBOL_GPL vmlinux 0xed8c5d2e gpiod_set_raw_array_value EXPORT_SYMBOL_GPL vmlinux 0xed963d2c kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xed9a6298 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xed9d30d1 fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0xedb8a1e6 usb_reset_device EXPORT_SYMBOL_GPL vmlinux 0xedbd28e9 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xedd12bb2 inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0xedd3b38c device_attach EXPORT_SYMBOL_GPL vmlinux 0xeddc6f98 fuse_conn_get EXPORT_SYMBOL_GPL vmlinux 0xeddffd13 led_classdev_register_ext EXPORT_SYMBOL_GPL vmlinux 0xede3eabf __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xedf2c3eb eeh_dev_open EXPORT_SYMBOL_GPL vmlinux 0xee0245f3 scsi_register_device_handler -EXPORT_SYMBOL_GPL vmlinux 0xee0c0df8 pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0xee166e21 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xee2512aa skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xee312954 pnv_ocxl_set_tl_conf EXPORT_SYMBOL_GPL vmlinux 0xee3406dd tpm_pcr_read EXPORT_SYMBOL_GPL vmlinux 0xee351811 bsg_job_done EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0xee4510d8 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xee473c60 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0xee545a5b class_find_device EXPORT_SYMBOL_GPL vmlinux 0xee573f2b alloc_vm_area EXPORT_SYMBOL_GPL vmlinux 0xee639d7c sched_trace_rq_avg_rt EXPORT_SYMBOL_GPL vmlinux 0xee68cb52 __sync_filesystem -EXPORT_SYMBOL_GPL vmlinux 0xee6908af iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible EXPORT_SYMBOL_GPL vmlinux 0xee707402 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0xee7e4feb da9052_request_irq EXPORT_SYMBOL_GPL vmlinux 0xee9236eb device_remove_file_self EXPORT_SYMBOL_GPL vmlinux 0xee924529 page_cache_sync_readahead EXPORT_SYMBOL_GPL vmlinux 0xeea51684 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xeea9d539 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xeebba557 blk_queue_write_cache EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run -EXPORT_SYMBOL_GPL vmlinux 0xeef8d8a5 skb_morph -EXPORT_SYMBOL_GPL vmlinux 0xef16885f sk_msg_return_zero -EXPORT_SYMBOL_GPL vmlinux 0xef26771e iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xeee7c026 eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0xeef0325e devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xef13c31a get_hwpoison_page EXPORT_SYMBOL_GPL vmlinux 0xef3594d2 extcon_set_property EXPORT_SYMBOL_GPL vmlinux 0xef35e914 pkcs7_verify EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 EXPORT_SYMBOL_GPL vmlinux 0xef5a5b8e setup_irq -EXPORT_SYMBOL_GPL vmlinux 0xef5b9d4a ata_bmdma_dumb_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xef60d22f device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xef632157 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xef6d0376 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0xef7face3 pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xef8cf838 __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xef9b8021 vfio_unregister_iommu_driver -EXPORT_SYMBOL_GPL vmlinux 0xef9c6287 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0xefb0bda8 tty_ldisc_receive_buf EXPORT_SYMBOL_GPL vmlinux 0xefc9b335 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xefcdafe3 ping_hash EXPORT_SYMBOL_GPL vmlinux 0xefe74eed get_task_mm EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs EXPORT_SYMBOL_GPL vmlinux 0xefee6835 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xeffb96b5 ata_sas_port_suspend EXPORT_SYMBOL_GPL vmlinux 0xf0011893 fwnode_property_read_string EXPORT_SYMBOL_GPL vmlinux 0xf006b706 tty_port_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active EXPORT_SYMBOL_GPL vmlinux 0xf011cba4 dma_get_slave_caps EXPORT_SYMBOL_GPL vmlinux 0xf01f2d25 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xf0385878 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xf045f606 pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0xf047a54a tty_buffer_space_avail EXPORT_SYMBOL_GPL vmlinux 0xf04dea48 __vfs_setxattr_locked -EXPORT_SYMBOL_GPL vmlinux 0xf0581d66 fib_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xf079744a netlink_add_tap EXPORT_SYMBOL_GPL vmlinux 0xf080aec8 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL vmlinux 0xf082b830 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xf086dacc static_key_count -EXPORT_SYMBOL_GPL vmlinux 0xf094f2cb agp_remove_bridge EXPORT_SYMBOL_GPL vmlinux 0xf0995e99 device_set_of_node_from_dev -EXPORT_SYMBOL_GPL vmlinux 0xf09eb944 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf0a19658 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0xf0b33c08 of_genpd_remove_last EXPORT_SYMBOL_GPL vmlinux 0xf0b8eefa blk_queue_flag_test_and_set EXPORT_SYMBOL_GPL vmlinux 0xf0c30202 xdp_attachment_setup EXPORT_SYMBOL_GPL vmlinux 0xf0cb492e crypto_larval_kill EXPORT_SYMBOL_GPL vmlinux 0xf0ed4436 regulator_map_voltage_linear -EXPORT_SYMBOL_GPL vmlinux 0xf0ff6540 ata_port_wait_eh EXPORT_SYMBOL_GPL vmlinux 0xf112de8d register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0xf12ea65a ata_qc_complete_multiple EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag -EXPORT_SYMBOL_GPL vmlinux 0xf14cc2b3 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf154c6f8 iommu_domain_set_attr EXPORT_SYMBOL_GPL vmlinux 0xf15c8152 crypto_stats_compress EXPORT_SYMBOL_GPL vmlinux 0xf1673643 nd_blk_region_to_dimm +EXPORT_SYMBOL_GPL vmlinux 0xf1714493 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0xf177a7ae devm_hwspin_lock_request -EXPORT_SYMBOL_GPL vmlinux 0xf184137a inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off EXPORT_SYMBOL_GPL vmlinux 0xf191bed2 dummy_irq_chip -EXPORT_SYMBOL_GPL vmlinux 0xf193805e inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0xf19b1b0d sched_trace_rd_span EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq EXPORT_SYMBOL_GPL vmlinux 0xf1acad07 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf1ae879f ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xf1b0b550 devm_of_pci_get_host_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on EXPORT_SYMBOL_GPL vmlinux 0xf1b3705a md_find_rdev_rcu EXPORT_SYMBOL_GPL vmlinux 0xf1b957c4 virtio_config_disable -EXPORT_SYMBOL_GPL vmlinux 0xf1c7100c pci_sriov_set_totalvfs -EXPORT_SYMBOL_GPL vmlinux 0xf1ca5701 ata_base_port_ops EXPORT_SYMBOL_GPL vmlinux 0xf1cf842b arizona_clk32k_disable EXPORT_SYMBOL_GPL vmlinux 0xf1d8fdc8 mnt_clone_write EXPORT_SYMBOL_GPL vmlinux 0xf1df2a42 extcon_get_property EXPORT_SYMBOL_GPL vmlinux 0xf1e45862 l3mdev_master_upper_ifindex_by_index_rcu -EXPORT_SYMBOL_GPL vmlinux 0xf1e7ea0c pci_bus_resource_n EXPORT_SYMBOL_GPL vmlinux 0xf1ee0f38 crypto_alloc_instance EXPORT_SYMBOL_GPL vmlinux 0xf1f40e15 srcu_torture_stats_print -EXPORT_SYMBOL_GPL vmlinux 0xf20cc217 sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xf21071fa blk_mq_update_nr_hw_queues EXPORT_SYMBOL_GPL vmlinux 0xf21aacf8 led_trigger_unregister EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xf22215ad pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xf2228cbb fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0xf2249f4d mbox_client_txdone EXPORT_SYMBOL_GPL vmlinux 0xf23b8b03 usb_phy_roothub_suspend EXPORT_SYMBOL_GPL vmlinux 0xf2504f75 show_class_attr_string -EXPORT_SYMBOL_GPL vmlinux 0xf257898f ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0xf263f941 __percpu_init_rwsem EXPORT_SYMBOL_GPL vmlinux 0xf278885a rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf27dc687 devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0xf28d099e gpiod_get_from_of_node EXPORT_SYMBOL_GPL vmlinux 0xf29cdf27 software_node_register EXPORT_SYMBOL_GPL vmlinux 0xf2a222bd net_ns_get_ownership EXPORT_SYMBOL_GPL vmlinux 0xf2b0278d devres_remove_group -EXPORT_SYMBOL_GPL vmlinux 0xf2d33460 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xf2de17bf ata_sff_port_ops EXPORT_SYMBOL_GPL vmlinux 0xf2f0b73a xive_native_get_vp_state -EXPORT_SYMBOL_GPL vmlinux 0xf2f0c9f3 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xf2fac477 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xf2fed19f rio_free_net EXPORT_SYMBOL_GPL vmlinux 0xf3056e56 iomap_file_dirty EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support @@ -22162,39 +22166,45 @@ EXPORT_SYMBOL_GPL vmlinux 0xf31ca6ca usb_find_interface EXPORT_SYMBOL_GPL vmlinux 0xf3225464 tps6586x_writes EXPORT_SYMBOL_GPL vmlinux 0xf324f672 pm_genpd_remove_device EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33a705b init_phb_dynamic EXPORT_SYMBOL_GPL vmlinux 0xf33af895 usb_register_dev EXPORT_SYMBOL_GPL vmlinux 0xf33e4862 phy_resolve_aneg_pause EXPORT_SYMBOL_GPL vmlinux 0xf34350f9 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xf36638f1 ata_sff_port_intr EXPORT_SYMBOL_GPL vmlinux 0xf366e8a2 __fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf37d713b tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3856411 ata_wait_after_reset EXPORT_SYMBOL_GPL vmlinux 0xf385dddf vfio_virqfd_enable EXPORT_SYMBOL_GPL vmlinux 0xf3ac6f1d trace_define_field EXPORT_SYMBOL_GPL vmlinux 0xf3acd8d2 irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0xf3b2079c vring_transport_features EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs -EXPORT_SYMBOL_GPL vmlinux 0xf3d4fc4e ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf3ddde6a devm_request_pci_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xf407ebeb fwnode_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0xf4112f50 of_regulator_match EXPORT_SYMBOL_GPL vmlinux 0xf41f3ec4 irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0xf43538fe regulator_list_voltage_table EXPORT_SYMBOL_GPL vmlinux 0xf43f0f0e spi_mem_dirmap_create EXPORT_SYMBOL_GPL vmlinux 0xf45b9353 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xf4750a0a tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0xf475388c regmap_async_complete_cb EXPORT_SYMBOL_GPL vmlinux 0xf4776c43 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xf47a107c ata_sff_softreset EXPORT_SYMBOL_GPL vmlinux 0xf48cd9e9 platform_device_register_full -EXPORT_SYMBOL_GPL vmlinux 0xf49dcf1f xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal EXPORT_SYMBOL_GPL vmlinux 0xf4c331ef blkcg_root_css EXPORT_SYMBOL_GPL vmlinux 0xf4cbbd97 scsi_autopm_put_device EXPORT_SYMBOL_GPL vmlinux 0xf4de2078 subsys_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0xf4de698f blk_mq_flush_busy_ctxs EXPORT_SYMBOL_GPL vmlinux 0xf4e5f75d i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf4eaf4bb of_get_dma_window EXPORT_SYMBOL_GPL vmlinux 0xf4f183f4 bio_alloc_mddev EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc EXPORT_SYMBOL_GPL vmlinux 0xf4fedc36 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf50b6fdc skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0xf50f0598 policy_has_boost_freq EXPORT_SYMBOL_GPL vmlinux 0xf5180116 blk_mq_request_started -EXPORT_SYMBOL_GPL vmlinux 0xf5213c3b ata_sff_wait_ready EXPORT_SYMBOL_GPL vmlinux 0xf5350d5c kvmppc_clear_ref_hpte EXPORT_SYMBOL_GPL vmlinux 0xf5378ad5 __kthread_init_worker EXPORT_SYMBOL_GPL vmlinux 0xf53c1a81 hrtimer_try_to_cancel @@ -22202,13 +22212,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm EXPORT_SYMBOL_GPL vmlinux 0xf54c3436 hwspin_lock_unregister EXPORT_SYMBOL_GPL vmlinux 0xf54ee4d7 perf_pmu_unregister EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf56ded85 __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0xf5734852 device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0xf5914ec9 copro_flush_all_slbs EXPORT_SYMBOL_GPL vmlinux 0xf59b314a fsnotify_get_group +EXPORT_SYMBOL_GPL vmlinux 0xf5a41058 strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus EXPORT_SYMBOL_GPL vmlinux 0xf5a8ac75 wbt_enable_default EXPORT_SYMBOL_GPL vmlinux 0xf5bada50 tpm_try_get_ops -EXPORT_SYMBOL_GPL vmlinux 0xf5c91939 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xf5c3b291 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0xf5cd3243 pnv_ocxl_spa_remove_pe_from_cache EXPORT_SYMBOL_GPL vmlinux 0xf5d0812c unregister_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export @@ -22220,6 +22232,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5f5bba6 dev_fwnode EXPORT_SYMBOL_GPL vmlinux 0xf5fc9f9f devm_memunmap_pages EXPORT_SYMBOL_GPL vmlinux 0xf61ad90d irq_find_mapping EXPORT_SYMBOL_GPL vmlinux 0xf62ed442 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xf638e9d7 cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xf63dd023 irq_create_direct_mapping EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind EXPORT_SYMBOL_GPL vmlinux 0xf644e889 i2c_for_each_dev @@ -22227,47 +22240,47 @@ EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr EXPORT_SYMBOL_GPL vmlinux 0xf65679ad crypto_init_shash_spawn EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync EXPORT_SYMBOL_GPL vmlinux 0xf66b2197 extcon_register_notifier_all -EXPORT_SYMBOL_GPL vmlinux 0xf67d23cd ehci_reset EXPORT_SYMBOL_GPL vmlinux 0xf695296b con_debug_enter EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects EXPORT_SYMBOL_GPL vmlinux 0xf6bc5dd5 xas_get_mark EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable EXPORT_SYMBOL_GPL vmlinux 0xf6d43d3d bpf_trace_run10 EXPORT_SYMBOL_GPL vmlinux 0xf6da754d power_supply_get_property -EXPORT_SYMBOL_GPL vmlinux 0xf6dd1b65 pci_hp_del -EXPORT_SYMBOL_GPL vmlinux 0xf6e60187 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge -EXPORT_SYMBOL_GPL vmlinux 0xf6eaa80f hwpoison_filter EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks EXPORT_SYMBOL_GPL vmlinux 0xf6f256ab nvmem_device_cell_write EXPORT_SYMBOL_GPL vmlinux 0xf6f7bfdf page_endio EXPORT_SYMBOL_GPL vmlinux 0xf707dec8 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xf70eb4f1 sdev_evt_send_simple EXPORT_SYMBOL_GPL vmlinux 0xf7265bd8 blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on EXPORT_SYMBOL_GPL vmlinux 0xf74c4d9f bus_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xf74e1ced gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xf75aac78 ata_sff_qc_fill_rtf EXPORT_SYMBOL_GPL vmlinux 0xf75b51b5 kvmppc_do_h_enter EXPORT_SYMBOL_GPL vmlinux 0xf77b5106 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf7805fce pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0xf780e78f fixed_phy_set_link_update EXPORT_SYMBOL_GPL vmlinux 0xf781f1d8 palmas_ext_control_req_config EXPORT_SYMBOL_GPL vmlinux 0xf78d9ff9 ack_all_badblocks EXPORT_SYMBOL_GPL vmlinux 0xf7975c3c pinctrl_force_default EXPORT_SYMBOL_GPL vmlinux 0xf79ae314 crypto_register_acomps EXPORT_SYMBOL_GPL vmlinux 0xf7a2687e user_free_preparse -EXPORT_SYMBOL_GPL vmlinux 0xf7ad40d6 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf7a34c10 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xf7b4a0b8 pci_epc_set_msi EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start EXPORT_SYMBOL_GPL vmlinux 0xf7dc4685 device_change_owner EXPORT_SYMBOL_GPL vmlinux 0xf7e17a79 component_unbind_all EXPORT_SYMBOL_GPL vmlinux 0xf8015d6d debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xf81170fd udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xf8168404 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xf8191de7 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu -EXPORT_SYMBOL_GPL vmlinux 0xf82f36c4 ata_bmdma_port_start -EXPORT_SYMBOL_GPL vmlinux 0xf83b3938 edac_pci_del_device EXPORT_SYMBOL_GPL vmlinux 0xf8417d1d nvdimm_bus_attribute_group EXPORT_SYMBOL_GPL vmlinux 0xf853b988 of_property_read_variable_u16_array -EXPORT_SYMBOL_GPL vmlinux 0xf862a0d7 netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xf86a3745 devm_regulator_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xf87d4833 regmap_get_device EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy @@ -22278,17 +22291,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xf8bf1a19 devm_add_action EXPORT_SYMBOL_GPL vmlinux 0xf8c7b573 usb_put_intf EXPORT_SYMBOL_GPL vmlinux 0xf8c99364 cec_notifier_set_phys_addr_from_edid EXPORT_SYMBOL_GPL vmlinux 0xf8e34d1e devm_regulator_register -EXPORT_SYMBOL_GPL vmlinux 0xf8f0cfba inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf905d235 pci_epc_linkup EXPORT_SYMBOL_GPL vmlinux 0xf90ee202 devfreq_event_remove_edev EXPORT_SYMBOL_GPL vmlinux 0xf9101893 device_del -EXPORT_SYMBOL_GPL vmlinux 0xf912d571 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0xf938c63e pnv_ocxl_get_tl_cap +EXPORT_SYMBOL_GPL vmlinux 0xf9440fd3 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf EXPORT_SYMBOL_GPL vmlinux 0xf958b277 decrypt_blob -EXPORT_SYMBOL_GPL vmlinux 0xf95ce209 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0xf97471ef opal_i2c_request EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies EXPORT_SYMBOL_GPL vmlinux 0xf9a4a305 usb_unlocked_disable_lpm @@ -22298,12 +22309,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xf9b565f1 sysfs_remove_mount_point EXPORT_SYMBOL_GPL vmlinux 0xf9bab6c1 powercap_unregister_control_type EXPORT_SYMBOL_GPL vmlinux 0xf9c9b5a7 spi_statistics_add_transfer_stats EXPORT_SYMBOL_GPL vmlinux 0xf9cdca00 genpd_dev_pm_attach_by_id -EXPORT_SYMBOL_GPL vmlinux 0xf9cf7b27 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xf9e54b21 fib4_rule_default EXPORT_SYMBOL_GPL vmlinux 0xf9fce761 phy_pm_runtime_put_sync -EXPORT_SYMBOL_GPL vmlinux 0xfa013928 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0xfa0e9138 exportfs_decode_fh EXPORT_SYMBOL_GPL vmlinux 0xfa13ffeb pinctrl_register -EXPORT_SYMBOL_GPL vmlinux 0xfa1c3080 ata_bmdma_qc_prep EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xfa3651cd serial8250_do_set_divisor EXPORT_SYMBOL_GPL vmlinux 0xfa448cf7 regulator_bulk_free @@ -22311,6 +22320,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa46f491 sysfs_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0xfa4fd881 cpufreq_unregister_governor EXPORT_SYMBOL_GPL vmlinux 0xfa555d68 thermal_zone_set_trips EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0xfa652058 cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node EXPORT_SYMBOL_GPL vmlinux 0xfa6703aa tty_port_register_device_attr_serdev EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name @@ -22320,15 +22330,15 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec EXPORT_SYMBOL_GPL vmlinux 0xfaa971cf xdp_return_frame EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab73ecd ata_sff_queue_pio_task EXPORT_SYMBOL_GPL vmlinux 0xfabb6aff opal_flash_erase EXPORT_SYMBOL_GPL vmlinux 0xfad090c5 sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax -EXPORT_SYMBOL_GPL vmlinux 0xfaea1d3d skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xfadc8cfd scsi_device_from_queue EXPORT_SYMBOL_GPL vmlinux 0xfaeff120 fat_scan EXPORT_SYMBOL_GPL vmlinux 0xfaf0c059 cpu_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xfaf4fb0f platform_get_irq_byname_optional EXPORT_SYMBOL_GPL vmlinux 0xfb0596b4 fs_dax_get_by_bdev -EXPORT_SYMBOL_GPL vmlinux 0xfb3280b2 free_fib_info EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync EXPORT_SYMBOL_GPL vmlinux 0xfb35a281 netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0xfb3b706a power_supply_external_power_changed @@ -22339,6 +22349,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xfb64df53 ftrace_set_filter_ip EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name EXPORT_SYMBOL_GPL vmlinux 0xfb738290 trace_seq_bprintf EXPORT_SYMBOL_GPL vmlinux 0xfb7f8928 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb933999 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0xfb9ff2ee security_path_chown EXPORT_SYMBOL_GPL vmlinux 0xfba4f34d fscrypt_ioctl_get_key_status EXPORT_SYMBOL_GPL vmlinux 0xfbb0bb60 kobject_uevent_env @@ -22346,11 +22357,10 @@ EXPORT_SYMBOL_GPL vmlinux 0xfbbbf3d2 __regmap_init EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action EXPORT_SYMBOL_GPL vmlinux 0xfbc7e42e crypto_alloc_ahash EXPORT_SYMBOL_GPL vmlinux 0xfbdf6364 regulator_is_enabled -EXPORT_SYMBOL_GPL vmlinux 0xfbf96815 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xfbe74961 skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xfc02f2ca perf_aux_output_flag EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram EXPORT_SYMBOL_GPL vmlinux 0xfc0c9d02 dm_suspended -EXPORT_SYMBOL_GPL vmlinux 0xfc104315 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t EXPORT_SYMBOL_GPL vmlinux 0xfc18bc15 fwnode_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key @@ -22358,47 +22368,45 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc201174 gpiod_set_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid EXPORT_SYMBOL_GPL vmlinux 0xfc234177 _kvmppc_save_tm_pr EXPORT_SYMBOL_GPL vmlinux 0xfc3ac965 proc_create_net_single_write -EXPORT_SYMBOL_GPL vmlinux 0xfc3b9fbf ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xfc405fc4 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc655e75 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0xfc683b45 has_big_cores EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume EXPORT_SYMBOL_GPL vmlinux 0xfc7d5354 css_next_descendant_pre EXPORT_SYMBOL_GPL vmlinux 0xfc870a16 sock_diag_unregister EXPORT_SYMBOL_GPL vmlinux 0xfc8e44fc devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xfc8f533d sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0xfc97ccea l3mdev_fib_table_by_index EXPORT_SYMBOL_GPL vmlinux 0xfca8b051 rhashtable_walk_exit EXPORT_SYMBOL_GPL vmlinux 0xfcaf49b0 trace_handle_return -EXPORT_SYMBOL_GPL vmlinux 0xfcbef602 pci_remove_device_node_info EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc635c2 sata_link_scr_lpm EXPORT_SYMBOL_GPL vmlinux 0xfccecc48 usb_get_current_frame_number EXPORT_SYMBOL_GPL vmlinux 0xfcd449cd securityfs_create_dir -EXPORT_SYMBOL_GPL vmlinux 0xfd04bd67 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xfce2895f ata_host_alloc_pinfo EXPORT_SYMBOL_GPL vmlinux 0xfd27ff2e console_drivers EXPORT_SYMBOL_GPL vmlinux 0xfd324b18 sbitmap_init_node EXPORT_SYMBOL_GPL vmlinux 0xfd3d6edf devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfd5a2d75 devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0xfd5efc1a bdi_dev_name EXPORT_SYMBOL_GPL vmlinux 0xfd5fda2a wm831x_regmap_config -EXPORT_SYMBOL_GPL vmlinux 0xfd627ef7 udp6_lib_lookup -EXPORT_SYMBOL_GPL vmlinux 0xfd8a766c xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type -EXPORT_SYMBOL_GPL vmlinux 0xfde175cb nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xfdc95801 sata_link_debounce EXPORT_SYMBOL_GPL vmlinux 0xfde68e94 serial8250_rpm_get EXPORT_SYMBOL_GPL vmlinux 0xfde8080e i2c_adapter_depth EXPORT_SYMBOL_GPL vmlinux 0xfde81f88 find_pid_ns EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name EXPORT_SYMBOL_GPL vmlinux 0xfdfcb3ef regulator_set_soft_start_regmap EXPORT_SYMBOL_GPL vmlinux 0xfdfda0fd fwnode_property_read_u64_array -EXPORT_SYMBOL_GPL vmlinux 0xfe07968a xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0xfe0b56f1 kset_find_obj -EXPORT_SYMBOL_GPL vmlinux 0xfe123ea0 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0xfe1ae2fd __mnt_is_readonly -EXPORT_SYMBOL_GPL vmlinux 0xfe24c3f8 fib_rules_unregister -EXPORT_SYMBOL_GPL vmlinux 0xfe297456 inet6_hash EXPORT_SYMBOL_GPL vmlinux 0xfe2c3286 usb_anchor_resume_wakeups EXPORT_SYMBOL_GPL vmlinux 0xfe411b00 tpm_unseal_trusted +EXPORT_SYMBOL_GPL vmlinux 0xfe41b2d3 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns -EXPORT_SYMBOL_GPL vmlinux 0xfe4de47d sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0xfe691ecd tps65912_regmap_config EXPORT_SYMBOL_GPL vmlinux 0xfe69325f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xfe70a225 ata_sff_prereset EXPORT_SYMBOL_GPL vmlinux 0xfe7aea45 xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0xfe8708a4 follow_pte EXPORT_SYMBOL_GPL vmlinux 0xfe877fd5 xas_find_conflict @@ -22408,9 +22416,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfea33b34 dev_pm_get_subsys_data EXPORT_SYMBOL_GPL vmlinux 0xfea5122a of_phandle_iterator_next EXPORT_SYMBOL_GPL vmlinux 0xfeaa1558 opal_async_wait_response_interruptible -EXPORT_SYMBOL_GPL vmlinux 0xfeb32084 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister EXPORT_SYMBOL_GPL vmlinux 0xfed304af crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xfee41a4b iommu_iova_to_phys EXPORT_SYMBOL_GPL vmlinux 0xfee74c08 cpufreq_policy_transition_delay_us EXPORT_SYMBOL_GPL vmlinux 0xfef3808d device_store_ulong EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt @@ -22420,20 +22428,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback EXPORT_SYMBOL_GPL vmlinux 0xff60580d phy_configure EXPORT_SYMBOL_GPL vmlinux 0xff666fbd of_gen_pool_get EXPORT_SYMBOL_GPL vmlinux 0xff6703e0 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff67d30e ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xff6a510a sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0xff74dea0 of_mpc8xxx_spi_probe EXPORT_SYMBOL_GPL vmlinux 0xff8b9d30 regmap_field_alloc EXPORT_SYMBOL_GPL vmlinux 0xff8f918a register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xff966e81 ata_eh_thaw_port EXPORT_SYMBOL_GPL vmlinux 0xffa12117 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xffab1f98 edac_pci_add_device EXPORT_SYMBOL_GPL vmlinux 0xffac11b0 usb_hcd_map_urb_for_dma EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies -EXPORT_SYMBOL_GPL vmlinux 0xffc33ddb inet_hash -EXPORT_SYMBOL_GPL vmlinux 0xffc44361 ata_host_alloc EXPORT_SYMBOL_GPL vmlinux 0xffcad25e spi_async_locked -EXPORT_SYMBOL_GPL vmlinux 0xffcd4eb5 devlink_params_unregister -EXPORT_SYMBOL_GPL vmlinux 0xffd30c5e xhci_ext_cap_init -EXPORT_SYMBOL_GPL vmlinux 0xffdb8be7 clean_acked_data_disable -EXPORT_SYMBOL_GPL vmlinux 0xffe4104c __netif_set_xps_queue -EXPORT_SYMBOL_GPL vmlinux 0xfffd8ee5 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xffdf02f8 ata_port_freeze USB_STORAGE EXPORT_SYMBOL_GPL 0x0efe52b6 usb_stor_disconnect drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x0f952e61 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage diff --git a/debian.master/abi/5.4.0-117.132/ppc64el/generic.compiler b/debian.master/abi/5.4.0-117.132/ppc64el/generic.compiler new file mode 100644 index 0000000000000..273f5334dfa9d --- /dev/null +++ b/debian.master/abi/5.4.0-117.132/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 diff --git a/debian.master/abi/5.4.0-110.124/ppc64el/generic.modules b/debian.master/abi/5.4.0-117.132/ppc64el/generic.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/ppc64el/generic.modules rename to debian.master/abi/5.4.0-117.132/ppc64el/generic.modules diff --git a/debian.master/abi/5.4.0-110.124/s390x/generic.retpoline b/debian.master/abi/5.4.0-117.132/ppc64el/generic.retpoline similarity index 100% rename from debian.master/abi/5.4.0-110.124/s390x/generic.retpoline rename to debian.master/abi/5.4.0-117.132/ppc64el/generic.retpoline diff --git a/debian.master/abi/5.4.0-110.124/s390x/generic b/debian.master/abi/5.4.0-117.132/s390x/generic similarity index 76% rename from debian.master/abi/5.4.0-110.124/s390x/generic rename to debian.master/abi/5.4.0-117.132/s390x/generic index 37815a6042665..512bb007b1984 100644 --- a/debian.master/abi/5.4.0-110.124/s390x/generic +++ b/debian.master/abi/5.4.0-117.132/s390x/generic @@ -33,12 +33,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x010e043f drm_mode_config_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x01bede99 drm_crtc_vblank_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x021d468c drm_gem_handle_delete EXPORT_SYMBOL drivers/gpu/drm/drm 0x023a8f7a drm_mode_config_cleanup -EXPORT_SYMBOL drivers/gpu/drm/drm 0x028c1ecb drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x03156232 __drm_get_edid_firmware_path -EXPORT_SYMBOL drivers/gpu/drm/drm 0x03a5ba5c drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fa11c6 drm_mode_is_420_only EXPORT_SYMBOL drivers/gpu/drm/drm 0x052ea460 drm_gem_map_dma_buf -EXPORT_SYMBOL drivers/gpu/drm/drm 0x05e8d1ea drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06b142a3 drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f81bad drm_format_info_block_height EXPORT_SYMBOL drivers/gpu/drm/drm 0x070b28aa drm_ht_remove_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x0712e21d drm_edid_get_monitor_name @@ -63,6 +61,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x14743d05 drm_master_put EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d8aa41 __drm_printfn_seq_file EXPORT_SYMBOL drivers/gpu/drm/drm 0x15fbe5cb drm_gtf_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ac2597 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b0315a drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c66718 drm_match_cea_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x174fa001 drm_writeback_get_out_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0x181fb6f5 drm_gem_dma_resv_wait @@ -78,11 +77,13 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1fda0a drm_property_create_signed_range EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ea3ef7b drm_property_create_bool EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f5f79ec drm_crtc_vblank_count EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f781d68 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fa07b3a drm_legacy_pci_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug EXPORT_SYMBOL drivers/gpu/drm/drm 0x21141818 drm_client_modeset_commit_force EXPORT_SYMBOL drivers/gpu/drm/drm 0x21569c54 drm_atomic_bridge_disable EXPORT_SYMBOL drivers/gpu/drm/drm 0x21ed69e4 drm_gem_vm_close EXPORT_SYMBOL drivers/gpu/drm/drm 0x21f7c29a drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22c58c96 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0x23428802 drm_sysfs_connector_status_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x246a9add drm_gem_fence_array_add_implicit EXPORT_SYMBOL drivers/gpu/drm/drm 0x24bdba02 drm_atomic_get_plane_state @@ -95,24 +96,23 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x28bedaff drm_i2c_encoder_save EXPORT_SYMBOL drivers/gpu/drm/drm 0x29771a6a drm_gtf_mode_complex EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ae5f0a7 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b99965e drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c287154 drm_mm_remove_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cf97cb5 drm_mode_object_find EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d012aff drm_gem_prime_import_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale -EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da06ecc drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0x2db1e5e4 drm_mode_create_tv_margin_properties -EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dec90b8 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e344992 drm_modeset_lock_all EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4c2ca4 drm_property_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f38e05c drm_syncobj_find EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd1df4c drm_plane_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path -EXPORT_SYMBOL drivers/gpu/drm/drm 0x31f11c96 drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x32193a89 drm_calc_timestamping_constants EXPORT_SYMBOL drivers/gpu/drm/drm 0x322a7b5b drm_client_dev_hotplug EXPORT_SYMBOL drivers/gpu/drm/drm 0x3335d36a drm_atomic_set_crtc_for_plane EXPORT_SYMBOL drivers/gpu/drm/drm 0x334b8e52 drm_debugfs_remove_files EXPORT_SYMBOL drivers/gpu/drm/drm 0x33814995 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x343b5bec drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x344c2174 drm_connector_attach_encoder EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a4640a drm_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x34bfcae5 drm_atomic_check_only @@ -125,21 +125,21 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x389a9575 drm_atomic_state_default_clear EXPORT_SYMBOL drivers/gpu/drm/drm 0x38b8640f drm_dev_dbg EXPORT_SYMBOL drivers/gpu/drm/drm 0x397f3ea7 drm_flip_work_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab9f624 drm_client_buffer_vunmap -EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b01309a drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b5b46f6 drm_framebuffer_plane_width EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ba17eab drm_ht_insert_item EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c61f189 drm_calc_vbltimestamp_from_scanoutpos EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cff630e drm_mode_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ee06457 drm_connector_list_iter_next EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f6d3bfe drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40543903 drm_irq_install EXPORT_SYMBOL drivers/gpu/drm/drm 0x40dc59f2 drm_mode_create_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4127babd drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0x41cc7a86 drm_mode_create_content_type_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x41e903e1 drm_writeback_cleanup_job EXPORT_SYMBOL drivers/gpu/drm/drm 0x420f21aa drm_mode_find_dmt EXPORT_SYMBOL drivers/gpu/drm/drm 0x425ea6fe drm_hdmi_vendor_infoframe_from_display_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0x43394b22 drm_connector_cleanup EXPORT_SYMBOL drivers/gpu/drm/drm 0x448490e8 drm_atomic_private_obj_fini -EXPORT_SYMBOL drivers/gpu/drm/drm 0x44b41e21 drm_legacy_ioremap_wc EXPORT_SYMBOL drivers/gpu/drm/drm 0x44c80683 drm_driver_legacy_fb_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x45c060b8 devm_drm_dev_init EXPORT_SYMBOL drivers/gpu/drm/drm 0x45f66a94 drm_get_edid_switcheroo @@ -148,7 +148,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d3778e drm_master_get EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d8b32c drm_vma_offset_manager_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0x47f985aa drm_edid_duplicate EXPORT_SYMBOL drivers/gpu/drm/drm 0x488351d8 drm_mode_config_reset -EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a58f6b8 drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b0f67f1 drm_crtc_vblank_waitqueue EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bb68310 drm_i2c_encoder_detect EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d1971cc drm_panel_enable @@ -159,7 +158,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e095f11 drm_get_format_name EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed7eb8b drm_panel_detach EXPORT_SYMBOL drivers/gpu/drm/drm 0x4edfe9b9 drm_mm_scan_color_evict EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eea73f8 drm_bridge_enable -EXPORT_SYMBOL drivers/gpu/drm/drm 0x501aa986 drm_legacy_ioremap EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies EXPORT_SYMBOL drivers/gpu/drm/drm 0x51a51d0e drm_connector_set_path_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x51c3b4e3 drm_atomic_set_fence_for_plane @@ -170,7 +168,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x53a3365a drm_any_plane_has_format EXPORT_SYMBOL drivers/gpu/drm/drm 0x53bc8111 drm_connector_attach_content_protection_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x53bfedd0 drm_plane_create_color_properties EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a4a330 drm_handle_vblank -EXPORT_SYMBOL drivers/gpu/drm/drm 0x558a8380 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0x559af0ac drm_i2c_encoder_restore EXPORT_SYMBOL drivers/gpu/drm/drm 0x56a4befb drm_gem_dmabuf_export EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags @@ -193,7 +190,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x6189c480 drm_bridge_mode_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0x61b2c706 drm_property_lookup_blob EXPORT_SYMBOL drivers/gpu/drm/drm 0x62132559 drm_av_sync_delay EXPORT_SYMBOL drivers/gpu/drm/drm 0x6222f9b8 drm_universal_plane_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c14f0 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x637dee3a drm_gem_prime_import EXPORT_SYMBOL drivers/gpu/drm/drm 0x6533094e drm_connector_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x65428d34 drm_client_modeset_dpms @@ -201,9 +197,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x655215e7 drm_connector_attach_scaling_mode_ EXPORT_SYMBOL drivers/gpu/drm/drm 0x66551bc7 drm_detect_monitor_audio EXPORT_SYMBOL drivers/gpu/drm/drm 0x6661bd33 drm_mode_vrefresh EXPORT_SYMBOL drivers/gpu/drm/drm 0x67117bc5 drm_vma_node_revoke -EXPORT_SYMBOL drivers/gpu/drm/drm 0x672c82ae drm_send_event_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x68f04db1 drm_bridge_disable -EXPORT_SYMBOL drivers/gpu/drm/drm 0x697dcd5b drm_irq_uninstall EXPORT_SYMBOL drivers/gpu/drm/drm 0x69f940ed drm_hdmi_avi_infoframe_content_type EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b4ec243 drm_client_framebuffer_delete EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc20d7d drm_property_blob_get @@ -222,7 +216,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd430f7 drm_writeback_prepare_job EXPORT_SYMBOL drivers/gpu/drm/drm 0x7001be25 drm_connector_attach_max_bpc_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x71be42e1 drm_dev_register EXPORT_SYMBOL drivers/gpu/drm/drm 0x726dc319 drm_probe_ddc -EXPORT_SYMBOL drivers/gpu/drm/drm 0x729ef01b drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0x729f46ab drm_plane_create_alpha_property EXPORT_SYMBOL drivers/gpu/drm/drm 0x734a79ed drm_panel_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0x750297e7 drm_atomic_set_crtc_for_connector @@ -252,6 +245,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ffd42 drm_mm_replace_node EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a6cfe3 drm_syncobj_get_fd EXPORT_SYMBOL drivers/gpu/drm/drm 0x8858e4d0 drm_debugfs_create_files EXPORT_SYMBOL drivers/gpu/drm/drm 0x88661493 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8873d193 drm_get_pci_dev EXPORT_SYMBOL drivers/gpu/drm/drm 0x8896750c drm_atomic_set_mode_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0x88ed0f1d drm_i2c_encoder_prepare EXPORT_SYMBOL drivers/gpu/drm/drm 0x89eaf711 drm_atomic_get_old_connector_for_encoder @@ -276,16 +270,18 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0x94b2b458 drm_bridge_mode_set EXPORT_SYMBOL drivers/gpu/drm/drm 0x94e347c7 drm_client_release EXPORT_SYMBOL drivers/gpu/drm/drm 0x95dbc76d drm_ht_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x9643d1a2 drm_plane_init -EXPORT_SYMBOL drivers/gpu/drm/drm 0x96757c24 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x96e54bf7 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x981de121 drm_ioctl_kernel EXPORT_SYMBOL drivers/gpu/drm/drm 0x98511abc drm_add_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c31f7e drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x991d7048 drm_ioctl_permit EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fd20aa drm_rect_clip_scaled EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a0ab703 drm_flip_work_queue_task EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a6ab545 drm_gem_prime_handle_to_fd EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b36ec1d drm_mode_validate_size EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b6d47ca drm_mode_is_420 EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8a53f5 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c15390e drm_event_cancel_free EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8d1457 drm_mode_equal EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d0fb2b2 drm_property_create EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d711df1 drm_atomic_nonblocking_commit @@ -299,6 +295,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0e160c6 drm_client_register EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a7d3fc drm_connector_list_iter_begin EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2cce7cd drm_vma_node_is_allowed EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e4bf0c drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2fc8f10 drm_event_reserve_init_locked EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33ab01d drm_mode_copy EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3db7049 drm_object_property_get_value EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3e33916 drm_vma_offset_add @@ -316,7 +313,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac39ff3 __drm_printfn_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2a022f drm_add_override_edid_modes EXPORT_SYMBOL drivers/gpu/drm/drm 0xac744409 drm_mode_create_from_cmdline_mode EXPORT_SYMBOL drivers/gpu/drm/drm 0xac903d03 drm_connector_init_panel_orientation_property -EXPORT_SYMBOL drivers/gpu/drm/drm 0xacf56b72 drm_invalid_op EXPORT_SYMBOL drivers/gpu/drm/drm 0xad069788 drm_atomic_commit EXPORT_SYMBOL drivers/gpu/drm/drm 0xad2d9758 drm_poll EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free @@ -341,7 +337,6 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5962483 drm_syncobj_add_point EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5d109b7 drm_syncobj_replace_fence EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6f9ece1 drm_dev_get -EXPORT_SYMBOL drivers/gpu/drm/drm 0xb773fa3b drm_noop EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7de7124 drm_format_info EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bdb3f5 drm_puts EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8d85d3f drm_gem_handle_create @@ -357,6 +352,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee6c31d drm_master_internal_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf3679f3 drm_color_lut_check EXPORT_SYMBOL drivers/gpu/drm/drm 0xc052b822 drm_dev_fini EXPORT_SYMBOL drivers/gpu/drm/drm 0xc098eace drm_gem_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f2da48 drm_pci_alloc EXPORT_SYMBOL drivers/gpu/drm/drm 0xc108c13a drm_bridge_mode_fixup EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25f3e50 drm_mm_scan_remove_block EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2e400cd drm_hdmi_avi_infoframe_from_display_mode @@ -380,7 +376,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fb573 drm_gem_unmap_dma_buf EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd4d667d drm_crtc_init_with_planes EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8b879a drm_err EXPORT_SYMBOL drivers/gpu/drm/drm 0xce496814 drm_atomic_set_fb_for_plane -EXPORT_SYMBOL drivers/gpu/drm/drm 0xce4d8a9a drm_legacy_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce61c531 drm_event_reserve_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf11a549 drm_flip_work_allocate_task EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf17b6ed drm_property_create_enum EXPORT_SYMBOL drivers/gpu/drm/drm 0xcff89864 drm_connector_init_with_ddc @@ -388,6 +384,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid EXPORT_SYMBOL drivers/gpu/drm/drm 0xd200401b drm_crtc_enable_color_mgmt EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26d8ef3 drm_is_current_master EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a16bed drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd35801ae drm_legacy_ioremapfree EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3abd8e2 drm_hdcp_update_content_protection EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5adca41 drm_connector_set_vrr_capable_property EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free @@ -424,8 +421,10 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xe497b6c5 drm_atomic_set_mode_prop_for_crtc EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6550559 drm_prime_sg_to_page_addr_arrays EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68198dc drm_object_property_set_value EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6b4feec drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe74fb64d drm_legacy_pci_init EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ac4d83 drm_hdmi_avi_infoframe_colorspace EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7d39923 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe85ab092 drm_send_event EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit EXPORT_SYMBOL drivers/gpu/drm/drm 0xe93783a2 drm_release EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9b7a157 drm_set_preferred_mode @@ -458,6 +457,7 @@ EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa64ac27 drm_add_modes_noedid EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa6a4819 drm_gem_dumb_destroy EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaed2ead drm_bridge_add EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd0de52d drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd9f1096 drm_pci_free EXPORT_SYMBOL drivers/gpu/drm/drm 0xff3a05a8 drm_gem_map_attach EXPORT_SYMBOL drivers/gpu/drm/drm 0xff576e10 drm_modeset_unlock EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5d901b drm_print_regset32 @@ -798,320 +798,320 @@ EXPORT_SYMBOL drivers/i2c/i2c-core 0xc38e9536 i2c_smbus_read_i2c_block_data EXPORT_SYMBOL drivers/i2c/i2c-core 0xd263fccf i2c_release_client EXPORT_SYMBOL drivers/i2c/i2c-core 0xd86c1346 i2c_smbus_read_byte_data EXPORT_SYMBOL drivers/i2c/i2c-core 0xfe6d9e7a i2c_use_client -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2b7c5088 ib_cm_insert_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x30bb167c ib_send_cm_drep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3a27260d ib_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f259792 ib_send_cm_sidr_req -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4e6aecb1 ib_send_cm_rtu -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x569ff0fe ib_cm_notify -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5f5dc04a ib_send_cm_lap -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x661212d9 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x08f5fa79 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0c9e4064 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x213b0864 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x24e5aee8 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2f36b865 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3393175a ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e92b32e ib_cm_listen EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98679ec4 ib_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa39987e1 ib_send_cm_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xae226883 ib_cm_listen -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc1c267b ib_send_cm_apr -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc09a23fa ib_send_cm_rej -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc90f325d ib_send_cm_dreq -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd22efe79 ib_send_cm_sidr_rep -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xee13ce39 cm_class -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf3fa6ef3 ib_send_cm_mra -EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfb6e5a00 ib_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0019333a ibdev_info -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0194747d ib_check_mr_status -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0598d075 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8a6eae7c ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa4e29835 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb4f8de1f ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb8a88a1b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9e670b4 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbd434cac ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc26bca32 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc9f28cda ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd74135c2 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe74d8d8e ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf471b7ec ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0227b183 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x050944f1 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x055ff129 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05714080 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05b9ec2d ib_unregister_device_and_put EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06830b9a ib_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x078100dd ib_get_cached_lmc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x079ce552 rdma_read_gid_attr_ndev_rcu -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07e4ae5f rdma_addr_cancel -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x098091b9 rdma_move_grh_sgid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a4af65e ib_close_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0abc4e08 ib_open_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ac3f517 rdma_user_mmap_entry_insert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0afd1389 ib_init_ah_attr_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ffe4828 ib_dereg_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10548b27 ib_modify_qp_with_udata -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1063e659 ib_create_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11934309 rdma_restrack_uadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x123ee939 ib_post_send_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12531918 ib_free_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1274ebe1 rdma_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1626459c ib_get_vf_stats -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171e975a ib_get_net_dev_by_params -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x173fa133 rdma_umap_priv_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17e63587 ib_mr_pool_destroy -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18bddaf8 rdma_nl_put_driver_u64_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19207301 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07972973 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0905c8c5 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9b9424 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dfe39ea rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f1cd45e ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1100e6d7 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13d8c9cb ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e07696 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e20652 ib_sa_path_rec_get EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e37251f rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cbba251 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e3565d1 ib_unregister_event_handler EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2061e053 rdma_init_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x219556b8 ib_register_mad_snoop -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21b9a3a5 rdma_restrack_kadd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2315c1ee ib_modify_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23204848 ib_port_register_module_stat -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23ae74d9 ib_dealloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2545c933 ib_fmr_pool_unmap -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2665db7f rdma_replace_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27b3dbb7 ibdev_err -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2832bb89 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f4a7b79 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20b738d0 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x233d0f01 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25872753 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26110518 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2892a1e6 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28a799be rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29bcd8d7 rdma_read_gid_l2_fields EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a91bb33 ib_cache_gid_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ad98a41 ib_modify_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2df0c15d ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ab9fa8a ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ae0fd0e rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bd432ad _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c233b18 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e02cc1f rdma_restrack_set_task +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3022a521 ib_modify_qp_with_udata EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x307e40ac rdma_set_cq_moderation -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30fa8bf0 rdma_port_get_link_layer -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3293a9d6 ib_alloc_mr_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3517451a ib_create_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3712175e ib_modify_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x395390a3 ib_get_cached_port_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39a8bd8b ibnl_put_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bd55d82 ib_get_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c8f184e __ib_alloc_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d148525 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x309e751e rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35386241 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x384945b0 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a3aa75 rdma_restrack_kadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ad770dd rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ad9eea0 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d06d00d rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3db4d5f7 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e8a31a7 ib_modify_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40659f28 ib_cancel_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4237f8f7 ib_find_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4287353a ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4014606f rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4062364e ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40db7907 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x413549fb ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42ba1491 ib_fmr_pool_map_phys EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x435591fa ib_unregister_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4514ead1 __ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43751ef6 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4423891a ib_free_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x442c595b ib_sa_sendonly_fullmem_support EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ba4379 ib_find_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47662b21 ib_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4774e14f rdma_roce_rescan_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x493e5d00 rdma_rw_ctx_wrs -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x496d78a4 ibdev_crit -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bc45916 rdma_create_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d3a204a rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47819414 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49e6468f ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c476fcc ib_find_gid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e1dc7ac ib_register_mad_agent EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fde01da ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eb450c0 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f6cf1f3 ib_get_rmpp_segment EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54c5fd48 ib_create_qp_security -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5506870d ib_modify_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5aa42375 rdma_rw_ctx_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60a52986 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51a39dee ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x557c95b9 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58b9f9cc rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ab960f3 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b39d6d5 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c1e3f69 ib_create_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d31141c ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6021223b rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61126144 rdma_rw_ctx_wrs EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x623a1e42 ib_find_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62824469 ib_alloc_mr_integrity -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x675c9292 __ib_alloc_pd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67a43de8 rdma_query_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x687257cd ibdev_emerg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b7a5730 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63fbf518 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x645ea42f ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6485890d rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x649155b8 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6913111e rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x693352d3 ib_find_pkey EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cae6d55 ib_destroy_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d97a0ad ib_sa_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e2a91d0 ib_mr_pool_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e38a24e ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d04347b rdma_restrack_uadd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d585e57 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e3dd89e ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ef250c5 rdma_translate_ip EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7051df08 ib_query_port -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70acd8ea ib_fmr_pool_map_phys -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7107a56e _ib_alloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71d67697 ib_dealloc_xrcd -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7225bcd6 ib_drain_sq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72e9a03a ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x711da302 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73905546 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7448304d ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x750d0395 ib_redirect_mad_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75d163f3 ib_sa_path_rec_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x771e5ee9 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76eb0fb2 ib_get_cached_lmc EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b00f714 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79074bac rdma_rw_ctx_signature_init EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b56b034 ib_unregister_driver -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ddfea5b ib_create_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ebd094e ib_drain_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fad3c2e ib_attach_mcast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80db0909 ibnl_put_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8135ff05 rdma_dev_access_netns -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81527e32 ib_destroy_rwq_ind_table -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81c4ca13 rdma_restrack_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8216b81d rdma_resolve_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8568e5fa ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d5263ff ib_destroy_rwq_ind_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dd1856e rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80f26d29 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81e32f63 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x825f0f89 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x831dce03 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86b67ed7 __ib_create_cq EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cef180 rdma_addr_size -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x882464da rdma_link_register -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c60a7b2 ib_query_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d1e9f91 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86e54c27 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88503ce4 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89b158f8 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b0663db ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c1a0f5e ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d085228 ib_destroy_cq_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f7cd2f1 ib_device_get_by_name -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9055383a rdma_nl_put_driver_u32_hex -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x907a0843 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f461445 ib_check_mr_status EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91da480c rdma_nl_unicast_wait -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x920b551c ib_destroy_cq_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9287ed11 ib_rdmacg_uncharge -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93b7f96e ib_dealloc_pd_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93e8e96d rdma_hold_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x948b1fe9 rdma_copy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9542bb64 rdma_nl_unicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96164be1 ib_register_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x976006b5 ib_get_vf_config -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97f84391 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92378caa ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92800c94 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x930c276e rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932b6e56 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93d9055f ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95720305 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x963c4eb4 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98036c78 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99987a4a ib_port_unregister_module_stat EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b23286 ib_modify_qp_is_ok -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a834433 __ib_create_cq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b6685f5 roce_gid_type_mask_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ec1dae5 ib_process_mad_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2616591 ib_redirect_mad_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa32a6f96 ib_sa_service_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa41b9c82 ib_alloc_fmr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa425df8d rdma_nl_multicast -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa12cf2a ib_mad_kernel_rmpp_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad74bbbf ib_dispatch_event -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadf0a76b ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a9a37cd ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd74cbf ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c4f3f8d ib_modify_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e309da3 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14ac17a ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14bad3b ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1fb9bd8 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa486e63f __ib_alloc_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4f18041 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa68965cc ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa697276e rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7484ab5 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7a417e0 ib_destroy_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8dd269a ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa944dd34 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9d27d38 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa75bbd7 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad1c49bc rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae567c42 ib_set_vf_guid EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb000d631 ib_get_gids_from_rdma_hdr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0e6be9a rdma_nl_put_driver_u64 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1777e3b ib_set_vf_guid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1e64aa7 ib_dealloc_device -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb33a3785 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb077d99e ibdev_notice EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb36e4148 ib_sa_pack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5a4df2e ib_query_qp -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb65c0678 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb488e062 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb54b9984 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb65e8ac5 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6a7c86d ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6b5a2a9 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb74a50cf ib_alloc_mr_user EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb813a647 ib_map_mr_sg_pi -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9d5cde4 ib_device_get_by_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba5a8233 ib_process_cq_direct -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcf638e7 rdma_translate_ip -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf2f8c75 rdma_modify_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0e8b71c rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7b9867b rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7db73b5 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7eff066 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb88534d3 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb900e9bc ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9cda7e3 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb5b37c5 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc088a86b ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc15c52ac ib_set_vf_link_state EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3fb1bf3 rdma_rw_ctx_destroy_signature -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4834076 rdma_restrack_count -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7a50572 rdma_alloc_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcac4888e ib_get_eth_speed -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbb55f39 rdma_user_mmap_entry_get -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccaa3233 rdma_restrack_get_byid -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf2c9a5 ib_device_set_netdev -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd821380 rdma_move_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf9eff82 rdma_put_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd40d5461 ib_sa_sendonly_fullmem_support -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd469738a rdma_destroy_ah_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4a9e956 ib_free_recv_mad -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4d9a101 ib_find_exact_cached_pkey -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5165e98 ib_create_wq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5402298 ibdev_alert -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd59cd525 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc46ff181 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc642386a ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6603d3c rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8ea0158 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc94a7468 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc95e7fbf ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc98ea700 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca5b4216 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdbb9207 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfe8e08e rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1f00685 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd20a246b ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3ed09e4 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4eecd49 ib_open_qp EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9c60707 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd66f6364 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6b7e63e rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd809d521 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd977b007 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9a74614 ib_query_port EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda53aca0 rdma_rw_mr_factor -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde6a267c ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdab8dc8e ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd772dff ib_port_register_module_stat EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde6cbacc ib_sa_unregister_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde94b6ae ib_register_event_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0007ba6 rdma_get_gid_attr -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe26dd83d ib_drain_rq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2c8740e ib_set_vf_link_state -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3b84ffb rdma_restrack_set_task -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe448863a rdma_user_mmap_entry_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe49e88d4 ib_sa_guid_info_rec_query -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe51a6ecc ib_unregister_device_queued -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe51d90d8 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf1e8869 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0ea7405 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe15de1e4 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1958d27 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1a26bef ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1bde97f rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe275e15a ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3149a5e ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4493828 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4ba0f59 ib_get_cached_port_state EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a64efe rdma_create_user_ah EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a78c1e ib_sa_unpack_path -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe799b2a9 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6ae331c ib_register_device EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7ed4653 ib_set_device_ops -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe92693eb ib_port_unregister_module_stat EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9ceb556 ib_get_rdma_header_version EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea862896 ibdev_printk -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed8db094 ib_set_client_data -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedaa0762 ib_map_mr_sg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeeec2f4c ib_create_ah_from_wc -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf035a587 ib_create_fmr_pool -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf091ea31 rdma_restrack_del -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2208639 ib_query_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2c81b0d ib_unregister_mad_agent -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31b753b ib_modify_srq -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3b53c16 rdma_link_unregister -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf42bce09 ib_register_client -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf47ed7da rdma_query_ah -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf58ae041 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead67a85 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec95fdb7 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec9ac09a rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1d6c42a ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf27f76a2 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf29a7559 ib_create_fmr_pool EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ad82e7 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ab8730 ib_device_get_by_name EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7d300c5 ibdev_warn -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf82a3417 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf74471b1 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf804d084 rdma_hold_gid_attr EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf920e4b3 ib_sa_register_client EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf96fc9de ib_unpack -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc8465e1 ib_create_qp_user -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd542ed4 rdma_restrack_put -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeb30384 rdma_rw_ctx_post -EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff483675 rdma_user_mmap_entry_get_pgoff -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04e4ba7e uverbs_idr_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08a36198 ib_umem_odp_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d6d02e5 uverbs_destroy_def_handler -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0fd03b3e uverbs_copy_to -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x13547c85 ib_copy_ah_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16d71695 ib_umem_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a906c51 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9f684ec ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa7edaad ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfab94744 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb0cadee rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb83486c ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc7505b6 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff44269b rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04884391 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x06e0ec95 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0a41a54c ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0beed8f1 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f4e0a73 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x15d399ce ib_register_peer_memory_client EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b54bd5d ib_copy_path_rec_from_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x205b053f ib_register_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22e171c6 ib_umem_odp_map_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4217a54e ib_uverbs_flow_resources_free -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4bd40205 _uverbs_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4fafb6cc uverbs_close_fd -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5f735067 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b680bc3 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x24e9cbbd uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x254bf822 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34e6cf4e ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x35dd709a ib_umem_odp_map_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3beac989 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4b145c29 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x59e63778 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cf19f09 _uverbs_alloc EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63057f4b ib_copy_path_rec_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x74c2b585 flow_resources_add -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7dc7d093 flow_resources_alloc -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x832cb6af ib_umem_copy_from -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x852db4a3 ib_umem_stop_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x86f9f68f ib_umem_release -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f451473 ib_umem_find_best_pgsz -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa0362e3f uverbs_get_flags32 -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa47212f1 ib_uverbs_get_ucontext_file -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf677387 uverbs_fd_class -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbadf57d8 _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7451f783 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75c183c7 _uverbs_get_const +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x803c86e9 uverbs_close_fd +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8056d946 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d257760 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa46c9075 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xba79e53f ib_umem_get_peer EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc3e7c108 ib_umem_activate_invalidation_notifier -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcc8835dc ib_umem_odp_unmap_dma_pages -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd94baa04 ib_umem_get_peer -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdfeb7690 ib_umem_page_count -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe6bca79a ib_umem_odp_get -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xecf2275e ib_copy_qp_attr_to_user -EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf4e86bdb uverbs_get_flags64 -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0073a7db iw_cm_disconnect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ddf4a54 iw_destroy_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x347798fd iw_cm_accept -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x649d434a iw_create_cm_id -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9adcb28a iw_cm_reject -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbf874003 iw_cm_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd9539d2b iw_cm_connect -EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xee6aa270 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc1b3a54a flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc263ed74 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdfdc7412 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe4fd5d91 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb0f190b ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf095555a ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf3a80384 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfa0bf535 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1296548c iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x42124db6 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4e56863e iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x762a97d5 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa5de6fc3 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xab02380e iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xba1b793f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdae60d77 iw_cm_connect EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0adbc81a __rdma_accept -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x12826c3e rdma_get_service_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1fdf01bf rdma_init_qp_attr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x30c390db rdma_set_ack_timeout -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x337739e4 rdma_read_gids -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36da1b07 rdma_disconnect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c3ebe2c rdma_notify -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x521aac5c rdma_unlock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x574a5dd1 rdma_lock_handler -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57841b17 rdma_leave_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5852ac61 rdma_bind_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x586a8249 rdma_consumer_reject_data -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c5394aa rdma_set_afonly -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62fab5f9 rdma_join_multicast -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x64934dbd rdma_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6d057bbf rdma_destroy_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x709b8f52 rdma_reject_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7847fc1e rdma_res_to_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x894bb3f1 rdma_iw_cm_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8deff4a3 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x082a8e06 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ba44e34 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x30a09b55 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c3b0ac0 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42b1c470 __rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x53800482 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a7e5dad rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a809033 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5bad75ce rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5cdb1c34 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x60c1ac29 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x653ca73d rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x73ff7bc9 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78d172c1 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x893ba293 __rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8cdccc7d rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8e21ac7b rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8ef2ca3b rdma_is_consumer_reject EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x930c38d5 rdma_resolve_addr -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x97693206 rdma_is_consumer_reject -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x979f1d03 rdma_set_service_type -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d2063a8 rdma_resolve_route -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb6818f72 rdma_create_qp -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb920dc4f __rdma_create_id -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf3747792 rdma_set_ib_path -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf95cd572 rdma_listen -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc077ece rdma_connect -EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc10198d rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a86abd1 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa27a6079 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa4e8c026 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad2cad87 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xae735e95 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb3784525 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcefb6794 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd48c7c10 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd4ec9531 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd910c130 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe79f0f75 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc99946f rdma_connect EXPORT_SYMBOL drivers/md/bcache/bcache 0x298f22f9 bch_bset_sort_state_init EXPORT_SYMBOL drivers/md/bcache/bcache 0x30cc56bf bch_bset_init_next EXPORT_SYMBOL drivers/md/bcache/bcache 0x3252bf55 __closure_sync @@ -1150,173 +1150,173 @@ EXPORT_SYMBOL drivers/mfd/mfd-core 0x430edfed devm_mfd_add_devices EXPORT_SYMBOL drivers/mfd/mfd-core 0x935b4301 mfd_remove_devices EXPORT_SYMBOL drivers/mfd/mfd-core 0xc91f50bf mfd_cell_enable EXPORT_SYMBOL drivers/mfd/mfd-core 0xfdf33486 mfd_clone_cell -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01ee6748 mlx4_ALLOCATE_VPP_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x096496f3 mlx4_is_eq_vector_valid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ced33e3 mlx4_gen_guid_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ffedb9f mlx4_get_roce_gid_from_slave -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12eec632 mlx4_get_eqs_per_port -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ba0bc38 mlx4_SET_VPORT_QOS_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1db0ecc1 mlx4_test_async -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23183729 mlx4_SET_PORT_SCHEDULER -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c03a056 mlx4_ALLOCATE_VPP_get -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35e8d6fe mlx4_SET_PORT_user_mac -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x428e823c mlx4_get_module_info -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b15f723 mlx4_get_cpu_rmap -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4db093d3 set_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5286d315 mlx4_release_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53d6104c mlx4_SET_PORT_PRIO2TC -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54fe134b get_phv_bit -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x558bada2 mlx4_gen_port_state_change_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60cdaadc mlx4_query_diag_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a4f56e5 mlx4_get_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f198db7 mlx4_SET_PORT_BEACON -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78ed34cb mlx4_test_interrupt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b9ae35e mlx4_put_slave_node_guid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bf89877 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x059ba682 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x061b5a97 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x078469ff mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a9b2fa7 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0abed35c mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c8567f6 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x155693ea mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e9b11ab mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2874d66a mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ad93d2e mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b82fc8b mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dd1d0c8 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e91455b mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3183698e mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x328bda3e get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f3505c1 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41a15e0a mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42532915 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cfa6109 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e253ce3 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c1f63c9 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e78f91c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f08b314 mlx4_gen_port_state_change_eqe EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x850a25e2 mlx4_max_tc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x867e47ef mlx4_SET_MCAST_FLTR -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x985b6eba mlx4_SET_PORT_general -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6b5dada mlx4_get_parav_qkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7fe3847 mlx4_gen_slaves_port_mgt_ev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa81b75fe mlx4_SET_VPORT_QOS_set -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa92a7cd2 mlx4_is_slave_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb000858b mlx4_is_eq_shared -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb03ce67e mlx4_assign_eq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb30a080a mlx4_SET_PORT_fcs_check -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb802538d mlx4_get_slave_from_roce_gid -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd412bc4 set_and_calc_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4eb115a mlx4_get_slave_pkey_gid_tbl_len -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca0f4ab9 mlx4_SET_PORT_VXLAN -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfe10886 mlx4_SET_PORT_user_mtu -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe61e6985 mlx4_eq_get_irq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea80d8c2 mlx4_gen_pkey_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb1a58a2 mlx4_SET_PORT_qpn_calc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee396e73 mlx4_get_slave_port_state -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee9b7efb mlx4_sync_pkey_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcfc470c mlx4_get_is_vlan_offload_disabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x005a3a7d mlx5_fc_query -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0153043b mlx5_add_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x025a110e mlx5_get_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x056a6fdd mlx5_comp_vectors_count -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x062334a8 mlx5_core_query_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x071b0ddb mlx5_rl_add_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a96c100 mlx5_cmd_init -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d329337 mlx5_eq_get_eqe -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12937f4c mlx5_core_destroy_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12b2753c mlx5_query_port_ib_proto_oper -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14a8b89b mlx5_cmd_create_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15d9f80a mlx5_fpga_mem_write -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x172c158b mlx5_core_modify_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x186dcd0d mlx5_eq_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c55f280 mlx5_packet_reformat_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c582201 mlx5_core_modify_sq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d80d533 mlx5_core_modify_cq_moderation -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x207c3bfb mlx5_core_destroy_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20d056cb mlx5_core_detach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25978651 mlx5_eq_create_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x260a37d2 mlx5_core_destroy_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2647b5b8 mlx5_cmd_alloc_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2727ce05 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81ad9e04 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8807abc9 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aecdae2 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8daa4fde mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97d700d4 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98cd4e17 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f0fed96 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7042f4a mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb29d121a mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5975033 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6214c96 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8e617ab mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba94fcc4 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0b9961a mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc21e5db3 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4d82a55 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xead9f00a mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf108d585 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9dc1054 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbbd43c4 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff8e9fe2 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x058bdf8c mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x067107ae mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09a0ec60 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09ec043b mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b8c9610 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d6c0513 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3b987b mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1011d6eb mlx5_query_port_ib_proto_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11c42b1a mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f7a547e mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x208c33c2 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2253b499 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2336bfdc mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2548878f mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25569825 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26a4ae3b mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x278b5ccb mlx5_cmd_destroy_vport_lag EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27fa4d63 __tracepoint_mlx5_fs_del_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ed0c9f8 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2af0ae76 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dcb1a07 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f2862f9 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f607d3c mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31df92dc mlx5_core_detach_mcg EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32705594 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36488cb1 mlx5_lag_is_active EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37651b47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cd0780e mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cfbbf31 mlx5_fpga_mem_read EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e960390 __tracepoint_mlx5_fw -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3efaf390 mlx5_core_create_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f63f833 mlx5_core_create_sq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43e3d712 mlx5_eswitch_vport_match_metadata_enabled -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44323fc8 mlx5_core_create_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45c0b9ad mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ff742dc mlx5_core_create_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x424666e2 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x447cd2f6 mlx5_core_query_vendor_id EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46150cf1 __tracepoint_mlx5_fs_del_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48e920eb mlx5_lag_is_active -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4998a119 mlx5_lag_is_sriov -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49e8e9ed mlx5_alloc_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cce5a1a mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x473a8c10 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x495e0fd5 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49c69697 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a495d97 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a9ba7d7 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ac2ac86 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b8aedc6 mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c6f2344 mlx5_fpga_sbu_conn_destroy EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d134190 mlx5_del_flow_rules -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x501886de mlx5_core_query_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51b15675 mlx5_lag_get_roce_netdev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51b40152 mlx5_core_destroy_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55ee5353 mlx5_rdma_rn_get_params -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5644a393 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f90e6d6 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x528e7585 mlx5_fs_remove_rx_underlay_qpn EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56e6fb58 mlx5_destroy_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5df8f986 mlx5_notifier_unregister -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e03087f mlx5_eswitch_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x600647b7 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57c88782 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c2c663a mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5da8ae96 mlx5_unregister_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ea29a5f mlx5_modify_header_alloc EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6150408e mlx5_core_query_cq EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x624df193 mlx5_create_lag_demux_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6427ed90 mlx5_core_modify_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x654bdeb6 mlx5_put_uars_page -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a9612ba mlx5_core_destroy_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x710e3e97 mlx5_eq_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72209287 mlx5_cmd_exec -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73125a55 mlx5_rl_is_in_range -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76617b3d mlx5_eq_destroy_generic -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77c98aed mlx5_modify_header_alloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b2e8561 mlx5_core_alloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x844ef6f8 mlx5_core_create_tir_out -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84faa764 mlx5_core_destroy_rqt -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86bd9287 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63ae8f67 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x646370f1 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65a4322e mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67c4ab3a mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c12509d mlx5_eswitch_get_total_vports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e58730f mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f9f321b mlx5_core_destroy_sq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x705a9731 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75ac70c9 mlx5_core_destroy_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x778b4505 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b4381b9 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bd4e7cf mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f7062dd mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x800e106e mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x867cf8a0 mlx5_core_modify_tis EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a25e22 __tracepoint_mlx5_fs_add_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89301646 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88defe55 mlx5_core_create_rq_tracked +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a8bae31 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8de2dfbb mlx5_comp_irq_get_affinity_mask EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8eeefaa0 __tracepoint_mlx5_fs_add_fg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x904e2adf mlx5_eswitch_get_vport_metadata_for_match -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91dab072 mlx5_cmd_exec_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93c9bb09 mlx5_debugfs_root -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94437b49 mlx5_fs_add_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94eab2c5 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9223de2f mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95b0ecdc mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95c50199 mlx5_cmd_exec_polling EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9729b5ff mlx5_eswitch_register_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97ca16d8 mlx5_eswitch_add_send_to_vport_rule -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd6e9e2 mlx5_core_create_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2032803 mlx5_cmd_cleanup -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8efc47b mlx5_get_fdb_sub_ns -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa42382a mlx5_comp_irq_get_affinity_mask -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa9886a9 mlx5_core_create_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab69e1a4 mlx5_eswitch_vport_rep -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacb29884 mlx5_fc_create -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae1d081f mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a0cb252 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b2edc39 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d9ec85c mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e718c7b mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa06c5f03 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0842850 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa579a2b5 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa69d6633 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa88ed460 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xade5c954 mlx5_get_flow_namespace EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ea383 __tracepoint_mlx5_fs_del_fte EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafde5022 mlx5_create_auto_grouped_flow_table -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaff44951 mlx5_notifier_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb17ee0a0 mlx5_core_create_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb51df1ff mlx5_fc_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf31588d mlx5_core_destroy_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf8cad75 mlx5_cmd_destroy_vport_lag -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2f1fafb mlx5_fpga_get_sbu_caps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc30f4fec mlx5_fpga_sbu_conn_destroy -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc342e3d5 mlx5_core_create_tis -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3686436 mlx5_modify_header_dealloc -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6be083e mlx5_fs_remove_rx_underlay_qpn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7ab9b62 mlx5_eq_enable -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7d57def mlx5_core_attach_mcg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9026720 mlx5_core_destroy_psv -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc981753b mlx5_cmd_free_uar -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd00af58d mlx5_lag_query_cong_counters -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2b615ca mlx5_core_modify_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3457463 mlx5_unregister_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd45eb4f5 mlx5_core_query_cq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6e2342c mlx5_core_destroy_tir -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd95d70ec mlx5_core_create_mkey_cb -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb36a634 mlx5_core_create_mkey -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb9737c9 mlx5_eswitch_unregister_vport_reps -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcf92d03 mlx5_core_alloc_transport_domain -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5292807 mlx5_core_create_rq_tracked -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5996ce3 mlx5_core_query_vendor_id -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6916635 mlx5_eswitch_uplink_get_proto_dev -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7c4b631 mlx5_cmd_init_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe842e9ff mlx5_eswitch_get_encap_mode -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea3bae7c mlx5_free_bfreg -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec4301ae mlx5_core_dealloc_pd -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecb6999b mlx5_rl_remove_rate -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeed1ec8a mlx5_core_query_rq -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeed1f934 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0388364 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0b88974 mlx5_core_create_tir_out +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb19fce3a mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2bf200b mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4feb54f mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb82dc2a1 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8f0b075 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbad9589a mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc579d72 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd81d8db mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3441405 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdd51b5a mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcec1d25a mlx5_core_create_mkey_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd69d27a0 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8d0634c mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8dc0bce mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc33f374 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc38d59f mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdffb5912 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1dfe3d8 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe39c318d mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5c091df mlx5_register_interface +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea823d1b mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec4adb59 mlx5_core_dealloc_transport_domain EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef01bb32 __tracepoint_mlx5_fs_add_ft -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4b1827c mlx5_cmd_cleanup_async_ctx -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8d806c4 mlx5_register_interface -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfba1b3c8 mlx5_fpga_mem_read -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfea4af53 mlx5_vector2eqn -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfeaa7b3e mlx5_buf_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2ba1795 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf340d9a6 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3ed7546 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf505b961 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6d84140 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6dca61b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf94eddbc mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa738e3f mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff3614cd mlx5_core_destroy_rqt EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x82e2ac65 mlxfw_firmware_flash EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02998acf mlxsw_afa_block_append_counter EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get @@ -1401,8 +1401,8 @@ EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf2ca3bae mlxsw_c EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf4909bea mlxsw_core_port_type_get EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf76df3e2 mlxsw_afa_block_append_drop EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xde68689d mlxsw_pci_driver_register -EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xe679f2bb mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x7ecf92d0 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x9b4b3a6f mlxsw_pci_driver_unregister EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x9f2a7ecf bcm54xx_auxctl_write EXPORT_SYMBOL drivers/net/phy/libphy 0x004e0333 phy_reset_after_clk_enable EXPORT_SYMBOL drivers/net/phy/libphy 0x021ebc8c phy_request_interrupt @@ -1680,9 +1680,9 @@ EXPORT_SYMBOL drivers/s390/net/fsm 0x4947f4b3 fsm_deltimer EXPORT_SYMBOL drivers/s390/net/fsm 0x5bbdc3d4 init_fsm EXPORT_SYMBOL drivers/s390/net/fsm 0x75223679 fsm_getstate_str EXPORT_SYMBOL drivers/s390/net/fsm 0xe8ae8e7a fsm_addtimer -EXPORT_SYMBOL drivers/s390/net/qeth_l2 0x862c5e2e qeth_osn_register -EXPORT_SYMBOL drivers/s390/net/qeth_l2 0xa2cd4045 qeth_osn_deregister -EXPORT_SYMBOL drivers/s390/net/qeth_l2 0xc2883f4d qeth_osn_assist +EXPORT_SYMBOL drivers/s390/net/qeth_l2 0x246b78b9 qeth_osn_deregister +EXPORT_SYMBOL drivers/s390/net/qeth_l2 0xb7212bc2 qeth_osn_register +EXPORT_SYMBOL drivers/s390/net/qeth_l2 0xd600f819 qeth_osn_assist EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x011750a1 fcoe_ctlr_set_fip_mode EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x23155c87 fcoe_ctlr_init EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8100ba06 fcoe_ctlr_link_up @@ -1827,126 +1827,126 @@ EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x93a6a71f srp_start_tl_fail_time EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfb094ac7 srp_rport_put EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x052651fa iscsit_register_transport EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05d22790 iscsit_cause_connection_reinstatement -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x06bee2ca iscsit_find_cmd_from_itt -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x080aadb1 iscsit_sequence_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x08dee207 iscsit_build_r2ts_for_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e12378c iscsit_build_task_mgt_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15d9a6b5 iscsit_aborted_task -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1dbd11b9 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c52c7b0 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1373df07 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19da4ba8 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1eb44d17 iscsit_add_cmd_to_immediate_queue EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x291bb69c iscsi_target_check_login_request -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x29b2e776 iscsit_handle_snack -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a74465e iscsit_reject_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ad93354 iscsit_add_cmd_to_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c840dc1 iscsit_process_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2dfbfbd3 iscsit_set_unsolicited_dataout -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39c1e3ca iscsit_build_nopin_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3e705c92 iscsit_setup_scsi_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3f915f4a iscsit_logout_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x511ead17 iscsit_handle_task_mgt_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x54ac9dca iscsit_process_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5864e346 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c8b220c iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30e69d86 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x329d5595 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3e53b427 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x42f295e6 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x478e7aed iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a5e80cb iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e57d948 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4fd85888 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53d2eb57 iscsit_sequence_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b86ddbc iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d7e9446 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65e648fb iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x682de824 __iscsit_check_dataout_hdr EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6c853fc3 iscsit_stop_dataout_timer -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x70863f65 iscsit_add_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x727d8786 iscsit_setup_text_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7563ca06 iscsi_change_param_sprintf -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84490d7e iscsit_setup_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8888d5a3 iscsit_immediate_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96e3d0fa iscsit_handle_logout_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9755901d iscsit_build_reject -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97b31c5d iscsit_process_nop_out -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a7aa4fa iscsit_build_datain_pdu -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1f27676 iscsit_find_cmd_from_itt_or_dump -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb26493db iscsit_allocate_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb456eca0 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x775a3668 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8036cf50 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85269ae9 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86a73bae iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a3f4394 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ff76744 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ae8ce66 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa5981207 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa6581f8c iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa71b5dad iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb67acb79 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb4da7fc iscsit_process_nop_out EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc1754f11 iscsit_get_datain_values -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3f837ed iscsit_free_cmd -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca558f9b iscsit_response_queue -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5cb9f9b iscsit_queue_rsp -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdcb0b69c iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6f47e09 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcf4c3870 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8102f16 iscsit_immediate_queue EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe5fe8abc iscsit_increment_maxcmdsn -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee38d198 iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xefbbd788 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee88b756 iscsit_build_logout_rsp EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf7014ae3 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf735546b iscsit_process_text_cmd EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfc3c8a5a iscsit_tmr_post_handler -EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff94459f __iscsit_check_dataout_hdr -EXPORT_SYMBOL drivers/target/target_core_mod 0x0131d790 transport_deregister_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x02165b44 core_tpg_register +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfff78398 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/target_core_mod 0x00352d44 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x00648008 transport_alloc_session EXPORT_SYMBOL drivers/target/target_core_mod 0x03b087fc spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x07b219e2 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x08539201 target_send_busy EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08c76a62 transport_handle_cdb_direct EXPORT_SYMBOL drivers/target/target_core_mod 0x0cb89541 target_unregister_template EXPORT_SYMBOL drivers/target/target_core_mod 0x0d46f468 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f663052 transport_generic_free_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc -EXPORT_SYMBOL drivers/target/target_core_mod 0x1d548d37 target_setup_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x1ea57dc2 target_tpg_has_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x1eab5fec transport_init_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x1fea6cca transport_send_check_condition_and_sense -EXPORT_SYMBOL drivers/target/target_core_mod 0x20efaf8f target_execute_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x220c1524 target_get_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x23f7bdcc transport_alloc_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x24be77f3 target_send_busy -EXPORT_SYMBOL drivers/target/target_core_mod 0x2f513e95 transport_wait_for_tasks -EXPORT_SYMBOL drivers/target/target_core_mod 0x3673a0f6 transport_generic_handle_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x374633ce transport_alloc_session_tags -EXPORT_SYMBOL drivers/target/target_core_mod 0x39be03e7 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x18537b12 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a13e5cd target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b2e3e9d transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2534bd2d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x2be4da73 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x3667d549 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x391b2194 target_get_sess_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type -EXPORT_SYMBOL drivers/target/target_core_mod 0x3d8c2c53 target_remove_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x43f1bdbe core_allocate_nexus_loss_ua -EXPORT_SYMBOL drivers/target/target_core_mod 0x461aec17 __transport_register_session -EXPORT_SYMBOL drivers/target/target_core_mod 0x4680d18b transport_init_se_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x4e405945 target_submit_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x505256db transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bbcb0fd target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x44fe9f86 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x49747fa9 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ce4d64f target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d0829a9 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x51468562 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5252b82b target_setup_session EXPORT_SYMBOL drivers/target/target_core_mod 0x5318c885 spc_emulate_evpd_83 -EXPORT_SYMBOL drivers/target/target_core_mod 0x5c46b723 transport_copy_sense_to_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x5d3ef5e9 transport_backend_register -EXPORT_SYMBOL drivers/target/target_core_mod 0x5ec2fff7 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x53f156da transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x54a696ad transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x55072e3d transport_wait_for_tasks EXPORT_SYMBOL drivers/target/target_core_mod 0x6331effb target_undepend_item EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x6518a55d target_submit_tmr -EXPORT_SYMBOL drivers/target/target_core_mod 0x686b4a15 target_show_dynamic_sessions -EXPORT_SYMBOL drivers/target/target_core_mod 0x69360629 transport_generic_new_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x6ba3611b transport_kmap_data_sg -EXPORT_SYMBOL drivers/target/target_core_mod 0x6be002e8 core_tpg_set_initiator_node_tag -EXPORT_SYMBOL drivers/target/target_core_mod 0x73bf8751 passthrough_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x753c5737 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x69c3219e target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x763c6056 __transport_register_session EXPORT_SYMBOL drivers/target/target_core_mod 0x76b07296 spc_emulate_report_luns -EXPORT_SYMBOL drivers/target/target_core_mod 0x76e78774 target_sess_cmd_list_set_waiting -EXPORT_SYMBOL drivers/target/target_core_mod 0x79f1d008 target_configure_unmap_from_queue EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl -EXPORT_SYMBOL drivers/target/target_core_mod 0x7ddb3705 target_setup_cmd_from_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0x7e446f94 target_wait_for_sess_cmds -EXPORT_SYMBOL drivers/target/target_core_mod 0x7f2eb0bd transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x80285682 transport_copy_sense_to_cmd EXPORT_SYMBOL drivers/target/target_core_mod 0x810fd8c7 spc_emulate_inquiry_std -EXPORT_SYMBOL drivers/target/target_core_mod 0x8525ce9f target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x83e80f59 transport_lookup_cmd_lun EXPORT_SYMBOL drivers/target/target_core_mod 0x855aa930 core_alua_check_nonop_delay -EXPORT_SYMBOL drivers/target/target_core_mod 0x89a9fd41 core_tpg_get_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0x89f835dc core_tpg_set_initiator_node_queue_depth -EXPORT_SYMBOL drivers/target/target_core_mod 0x8f29d411 target_put_sess_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0x9e7f12cc transport_generic_free_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xa534711b transport_free_session -EXPORT_SYMBOL drivers/target/target_core_mod 0xa6c4fbc2 target_complete_cmd -EXPORT_SYMBOL drivers/target/target_core_mod 0xa826322a target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x8621a0ef target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f9a74ba transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x91161aa8 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x912d3d21 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x94d2e4a3 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x97a3c581 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d02aa65 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e8d2817 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa26043e9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5b315f3 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa685355f transport_deregister_session_configfs EXPORT_SYMBOL drivers/target/target_core_mod 0xa91a2c96 target_register_template -EXPORT_SYMBOL drivers/target/target_core_mod 0xa9f3079a transport_lookup_cmd_lun -EXPORT_SYMBOL drivers/target/target_core_mod 0xacf6bfdb target_submit_cmd_map_sgls -EXPORT_SYMBOL drivers/target/target_core_mod 0xae0012fa target_nacl_find_deve -EXPORT_SYMBOL drivers/target/target_core_mod 0xb5ee82d1 core_tpg_check_initiator_node_acl -EXPORT_SYMBOL drivers/target/target_core_mod 0xbfbe9508 transport_deregister_session_configfs -EXPORT_SYMBOL drivers/target/target_core_mod 0xc3f30951 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xa93356c4 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0c856e2 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xcaab197b target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xcba59b2b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc6101d9 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xce5da360 target_lun_is_rdonly EXPORT_SYMBOL drivers/target/target_core_mod 0xcf8fd8c4 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xd03cca58 transport_kmap_data_sg EXPORT_SYMBOL drivers/target/target_core_mod 0xd2d5d92d sbc_get_device_type -EXPORT_SYMBOL drivers/target/target_core_mod 0xd9d3ef5b transport_lookup_tmr_lun EXPORT_SYMBOL drivers/target/target_core_mod 0xdd81bbec core_tmr_alloc_req EXPORT_SYMBOL drivers/target/target_core_mod 0xde7c445b sbc_dif_verify EXPORT_SYMBOL drivers/target/target_core_mod 0xdfdbf2aa target_depend_item -EXPORT_SYMBOL drivers/target/target_core_mod 0xe37c5a91 target_set_cmd_data_length -EXPORT_SYMBOL drivers/target/target_core_mod 0xe463735f target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1986540 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1b7663f target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xe321836a transport_alloc_session_tags EXPORT_SYMBOL drivers/target/target_core_mod 0xe5fadf57 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xe676566a target_show_dynamic_sessions EXPORT_SYMBOL drivers/target/target_core_mod 0xe7de61ed sbc_attrib_attrs EXPORT_SYMBOL drivers/target/target_core_mod 0xea63977b sbc_parse_cdb -EXPORT_SYMBOL drivers/target/target_core_mod 0xf01df524 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xea6c9e96 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xeacd6f9f transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xecef806e core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xee526fa5 transport_backend_register EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id -EXPORT_SYMBOL drivers/target/target_core_mod 0xfe911b84 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xff1dd836 core_allocate_nexus_loss_ua EXPORT_SYMBOL drivers/tty/serial/serial_core 0x0e8ffc46 uart_get_baud_rate EXPORT_SYMBOL drivers/tty/serial/serial_core 0x17f46973 uart_remove_one_port EXPORT_SYMBOL drivers/tty/serial/serial_core 0x18b48321 uart_register_driver @@ -2186,11 +2186,12 @@ EXPORT_SYMBOL net/9p/9pnet 0xe3cd99dc v9fs_register_trans EXPORT_SYMBOL net/9p/9pnet 0xe3fb6e39 p9_client_setattr EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init EXPORT_SYMBOL net/9p/9pnet 0xf78bc0a5 p9_client_mkdir_dotl -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1244f52f ebt_unregister_table_pre_exit -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x19bd581e ebt_register_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd3da08ff ebt_unregister_table -EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf38be176 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x15d3bd33 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3467f7a9 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa864ff64 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbf34d9c9 ebt_do_table EXPORT_SYMBOL net/ceph/libceph 0x030fff91 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x050433fa ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0x0747782c ceph_monc_open_session EXPORT_SYMBOL net/ceph/libceph 0x07eadc35 ceph_osdc_copy_from EXPORT_SYMBOL net/ceph/libceph 0x0adfc83c ceph_monc_blacklist_add @@ -2199,12 +2200,12 @@ EXPORT_SYMBOL net/ceph/libceph 0x0ff73902 ceph_destroy_client EXPORT_SYMBOL net/ceph/libceph 0x146ebb6d ceph_cls_lock EXPORT_SYMBOL net/ceph/libceph 0x15d78421 ceph_compare_options EXPORT_SYMBOL net/ceph/libceph 0x185b5821 ceph_osdc_unwatch -EXPORT_SYMBOL net/ceph/libceph 0x1e1a2088 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x1c912bb4 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0x1e480127 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x1f28da1c ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy EXPORT_SYMBOL net/ceph/libceph 0x20e243e4 ceph_copy_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy -EXPORT_SYMBOL net/ceph/libceph 0x21ae75dd ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0x22aae3f9 osd_req_op_extent_osd_data_bvecs EXPORT_SYMBOL net/ceph/libceph 0x27dd4b5a ceph_auth_invalidate_authorizer EXPORT_SYMBOL net/ceph/libceph 0x2a98b5d7 osd_req_op_extent_init @@ -2214,14 +2215,17 @@ EXPORT_SYMBOL net/ceph/libceph 0x3165f7b8 ceph_osdc_list_watchers EXPORT_SYMBOL net/ceph/libceph 0x31c109ad ceph_copy_user_to_page_vector EXPORT_SYMBOL net/ceph/libceph 0x333fcd01 ceph_osdc_writepages EXPORT_SYMBOL net/ceph/libceph 0x3442c62b ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x34ba93ca ceph_con_init EXPORT_SYMBOL net/ceph/libceph 0x3524c308 ceph_find_or_create_string EXPORT_SYMBOL net/ceph/libceph 0x3746c25c ceph_oloc_destroy EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents EXPORT_SYMBOL net/ceph/libceph 0x3a234dfe osd_req_op_raw_data_in_pages EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e8a3ce4 ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0x3fb384df ceph_auth_update_authorizer EXPORT_SYMBOL net/ceph/libceph 0x3ff80a73 ceph_osdc_wait_request EXPORT_SYMBOL net/ceph/libceph 0x42d8a11f __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x441debef ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible EXPORT_SYMBOL net/ceph/libceph 0x46910c8c osd_req_op_cls_init EXPORT_SYMBOL net/ceph/libceph 0x4c1439a2 ceph_cls_lock_info @@ -2233,43 +2237,38 @@ EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode EXPORT_SYMBOL net/ceph/libceph 0x53a08a7d ceph_osdc_sync EXPORT_SYMBOL net/ceph/libceph 0x53c12fe0 ceph_monc_wait_osdmap EXPORT_SYMBOL net/ceph/libceph 0x55c106aa ceph_osdc_new_request -EXPORT_SYMBOL net/ceph/libceph 0x5771f7ed ceph_msg_put EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf -EXPORT_SYMBOL net/ceph/libceph 0x5dc9e447 ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0x5f5b397c ceph_cls_assert_locked -EXPORT_SYMBOL net/ceph/libceph 0x60002839 ceph_con_close EXPORT_SYMBOL net/ceph/libceph 0x61072a41 ceph_osdc_call EXPORT_SYMBOL net/ceph/libceph 0x6198466d ceph_monc_get_version -EXPORT_SYMBOL net/ceph/libceph 0x61986d65 ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0x62d48cc3 osd_req_op_alloc_hint_init EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name EXPORT_SYMBOL net/ceph/libceph 0x64061b33 ceph_monc_stop EXPORT_SYMBOL net/ceph/libceph 0x6688e4d5 ceph_monc_get_version_async EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr EXPORT_SYMBOL net/ceph/libceph 0x6ba1c291 ceph_osdc_get_request -EXPORT_SYMBOL net/ceph/libceph 0x6bcb2cdf ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x6edacba2 ceph_check_fsid EXPORT_SYMBOL net/ceph/libceph 0x6f9a442c osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x71da8bdf ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x725b1841 ceph_msg_data_add_pagelist EXPORT_SYMBOL net/ceph/libceph 0x74a51909 ceph_osdc_clear_abort_err -EXPORT_SYMBOL net/ceph/libceph 0x75c3de4b ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0x770713fb ceph_reset_client_addr EXPORT_SYMBOL net/ceph/libceph 0x7790a91c ceph_pagelist_append EXPORT_SYMBOL net/ceph/libceph 0x7a0a475b ceph_monc_init -EXPORT_SYMBOL net/ceph/libceph 0x7ad73475 ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0x7c78ff2b ceph_auth_verify_authorizer_reply EXPORT_SYMBOL net/ceph/libceph 0x7e73aa84 ceph_object_locator_to_pg EXPORT_SYMBOL net/ceph/libceph 0x7e8e4fad ceph_destroy_options EXPORT_SYMBOL net/ceph/libceph 0x81d82bea ceph_pagelist_truncate EXPORT_SYMBOL net/ceph/libceph 0x81e08985 osd_req_op_init EXPORT_SYMBOL net/ceph/libceph 0x821236a5 ceph_osdc_watch -EXPORT_SYMBOL net/ceph/libceph 0x82e99f8a ceph_con_open EXPORT_SYMBOL net/ceph/libceph 0x831399e5 osd_req_op_cls_response_data_pages EXPORT_SYMBOL net/ceph/libceph 0x8375650f ceph_pagelist_reserve EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context EXPORT_SYMBOL net/ceph/libceph 0x889a0f5d osd_req_op_xattr_init EXPORT_SYMBOL net/ceph/libceph 0x8cad0988 ceph_auth_create_authorizer EXPORT_SYMBOL net/ceph/libceph 0x8db1b9f5 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x90265cb2 ceph_msg_get EXPORT_SYMBOL net/ceph/libceph 0x91fcdabf ceph_file_layout_from_legacy EXPORT_SYMBOL net/ceph/libceph 0x94133906 ceph_monc_want_map EXPORT_SYMBOL net/ceph/libceph 0x94571c1b osd_req_op_cls_request_data_bvecs @@ -2278,6 +2277,7 @@ EXPORT_SYMBOL net/ceph/libceph 0x9ac05612 osd_req_op_extent_osd_data_bvec_pos EXPORT_SYMBOL net/ceph/libceph 0x9bd82ab9 osd_req_op_cls_request_data_pages EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa276a85e ceph_msg_dump EXPORT_SYMBOL net/ceph/libceph 0xa2bbc0cb osd_req_op_extent_osd_data_pages EXPORT_SYMBOL net/ceph/libceph 0xa3563bcb ceph_osdc_flush_notifies EXPORT_SYMBOL net/ceph/libceph 0xa376f5df ceph_pagelist_alloc @@ -2287,10 +2287,11 @@ EXPORT_SYMBOL net/ceph/libceph 0xa62f1162 ceph_copy_from_page_vector EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers EXPORT_SYMBOL net/ceph/libceph 0xa6fa6124 ceph_monc_validate_auth EXPORT_SYMBOL net/ceph/libceph 0xa6fc1a7e ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa7291599 ceph_msg_data_add_pages EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer EXPORT_SYMBOL net/ceph/libceph 0xaf73c4de ceph_open_session EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush -EXPORT_SYMBOL net/ceph/libceph 0xb285609c ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xb33555e0 ceph_msg_new EXPORT_SYMBOL net/ceph/libceph 0xb3dc4676 ceph_osdc_cancel_request EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release @@ -2301,81 +2302,80 @@ EXPORT_SYMBOL net/ceph/libceph 0xbded3147 ceph_osdc_update_epoch_barrier EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context EXPORT_SYMBOL net/ceph/libceph 0xbf65b5f9 ceph_osdc_maybe_request_map EXPORT_SYMBOL net/ceph/libceph 0xc067732c ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xc3639f3a ceph_messenger_init EXPORT_SYMBOL net/ceph/libceph 0xc48f1385 ceph_osdc_abort_requests EXPORT_SYMBOL net/ceph/libceph 0xc4df5e95 ceph_osdc_notify EXPORT_SYMBOL net/ceph/libceph 0xc6bb2fde ceph_osdc_readpages EXPORT_SYMBOL net/ceph/libceph 0xc84fdb74 ceph_osdc_put_request -EXPORT_SYMBOL net/ceph/libceph 0xc8da2e52 ceph_con_keepalive EXPORT_SYMBOL net/ceph/libceph 0xc926c867 ceph_print_client_options EXPORT_SYMBOL net/ceph/libceph 0xc9e29e57 ceph_cls_unlock EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file EXPORT_SYMBOL net/ceph/libceph 0xcabdd7e3 ceph_osdc_alloc_request -EXPORT_SYMBOL net/ceph/libceph 0xcd95f12c ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xd0aefe43 osd_req_op_extent_update EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr EXPORT_SYMBOL net/ceph/libceph 0xd7c06029 ceph_file_layout_to_legacy EXPORT_SYMBOL net/ceph/libceph 0xdacca9f4 ceph_osdc_start_request EXPORT_SYMBOL net/ceph/libceph 0xdeddd368 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xdf5e43dd ceph_msg_new2 EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name EXPORT_SYMBOL net/ceph/libceph 0xe190e1b0 ceph_auth_add_authorizer_challenge EXPORT_SYMBOL net/ceph/libceph 0xe3376bab ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xe545615e ceph_msg_data_add_bvecs EXPORT_SYMBOL net/ceph/libceph 0xe5dc9245 ceph_parse_options EXPORT_SYMBOL net/ceph/libceph 0xe85108a4 ceph_buffer_new -EXPORT_SYMBOL net/ceph/libceph 0xeaaf3ee1 ceph_con_send EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string EXPORT_SYMBOL net/ceph/libceph 0xee154079 ceph_osdc_notify_ack EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents EXPORT_SYMBOL net/ceph/libceph 0xef404027 ceph_put_page_vector -EXPORT_SYMBOL net/ceph/libceph 0xef7a01da ceph_msg_get -EXPORT_SYMBOL net/ceph/libceph 0xf0dc3949 ceph_messenger_fini EXPORT_SYMBOL net/ceph/libceph 0xf2dc06e5 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xf5eff314 ceph_msg_data_add_bio EXPORT_SYMBOL net/ceph/libceph 0xf61344ca osd_req_op_cls_request_data_pagelist EXPORT_SYMBOL net/ceph/libceph 0xfab27e9e ceph_pg_to_acting_primary EXPORT_SYMBOL net/ceph/libceph 0xfb27354c ceph_pg_pool_flags EXPORT_SYMBOL net/ceph/libceph 0xfd0d27bd ceph_osdc_alloc_messages EXPORT_SYMBOL net/ceph/libceph 0xff80ac4e ceph_auth_is_authenticated -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1df3bcc8 dccp_req_err -EXPORT_SYMBOL net/dccp/dccp_ipv4 0x6e26bca5 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x278e11e6 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x8b69228b dccp_syn_ack_timeout +EXPORT_SYMBOL net/ipv4/fou 0x1f82edaf __fou_build_header EXPORT_SYMBOL net/ipv4/fou 0x3899cd11 gue_encap_hlen -EXPORT_SYMBOL net/ipv4/fou 0xa1f1d667 __fou_build_header -EXPORT_SYMBOL net/ipv4/fou 0xcbf080f2 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x7fbc5d9a __gue_build_header EXPORT_SYMBOL net/ipv4/fou 0xdef70806 fou_encap_hlen -EXPORT_SYMBOL net/ipv4/gre 0x521f0abd gre_parse_header -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9aa74f1d ip_tunnel_encap_add_ops -EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9e126232 ip_tunnel_get_iflink -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbec1e79b ip_tunnel_get_link_net -EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf861905b ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/gre 0xae63135b gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x32153fe2 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x32a570a7 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x626ec80a ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x7c88444c ip_tunnel_get_iflink EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x51651cf2 arpt_do_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xcac72a46 arpt_unregister_table EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe92e8a62 arpt_unregister_table_pre_exit EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf3d7e16d arpt_register_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x61ac9872 ipt_do_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x76da8538 ipt_unregister_table -EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf8c3ecde ipt_register_table -EXPORT_SYMBOL net/ipv4/tunnel4 0x8f41565b xfrm4_tunnel_register -EXPORT_SYMBOL net/ipv4/tunnel4 0x9f552547 xfrm4_tunnel_deregister -EXPORT_SYMBOL net/ipv4/udp_tunnel 0xdbe0485b udp_sock_create4 -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x04a762c1 ip6_tnl_get_iflink -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x374a2708 ip6_tnl_change_mtu -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3fba1db0 ip6_tnl_parse_tlv_enc_lim -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x57b54d26 ip6_tnl_xmit -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x71cc72c1 ip6_tnl_get_cap -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x724527bc ip6_tnl_encap_del_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc516d33b ip6_tnl_get_link_net -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc8e15611 ip6_tnl_encap_add_ops -EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf73b3dd4 ip6_tnl_rcv -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7518da7f ip6t_register_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xea991ebf ip6t_unregister_table -EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xede4b555 ip6t_do_table -EXPORT_SYMBOL net/ipv6/tunnel6 0x25f9e25c xfrm6_tunnel_register -EXPORT_SYMBOL net/ipv6/tunnel6 0x39677ef0 xfrm6_tunnel_deregister -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x10d1ff00 xfrm6_tunnel_alloc_spi -EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x5b2e6a41 xfrm6_tunnel_spi_lookup -EXPORT_SYMBOL net/l2tp/l2tp_core 0x6aa4e1ff l2tp_recv_common -EXPORT_SYMBOL net/l2tp/l2tp_core 0xb0142c2b l2tp_tunnel_free -EXPORT_SYMBOL net/l2tp/l2tp_ip 0x77082a59 l2tp_ioctl +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe20b9110 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe910527d ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf43bf97d ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x05a82f58 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x0e5c8b14 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x6234a917 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4a377eba ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4e13cb43 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x52d30227 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5473e956 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7cefdbd9 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9e6da1ab ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdd7cde41 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xeb433f8e ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf647f350 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x175d953a ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa57229b3 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb9a0f1b0 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x45642f54 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x5f45f019 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x9cc9c85b xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb0e73d1c xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/l2tp/l2tp_core 0x18d71165 l2tp_tunnel_free +EXPORT_SYMBOL net/l2tp/l2tp_core 0x68045fef l2tp_recv_common +EXPORT_SYMBOL net/l2tp/l2tp_ip 0xe52cb614 l2tp_ioctl EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list EXPORT_SYMBOL net/llc/llc 0x5fc6ad23 llc_set_station_handler @@ -2385,101 +2385,97 @@ EXPORT_SYMBOL net/llc/llc 0x8db82cba llc_add_pack EXPORT_SYMBOL net/llc/llc 0x8ee4b9ab llc_sap_open EXPORT_SYMBOL net/llc/llc 0x955280a3 llc_sap_find EXPORT_SYMBOL net/llc/llc 0xc6f07369 llc_build_and_send_ui_pkt -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1dcf185c unregister_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2d1f4e82 ip_vs_conn_new -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3433096b ip_vs_proto_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x385c585a ip_vs_nfct_expect_related -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3bd88ff0 ip_vs_conn_out_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x749d40f0 ip_vs_proto_data_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7fe64155 ip_vs_conn_in_get -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x81daedac register_ip_vs_app_inc -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x854661af register_ip_vs_scheduler -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8882f00b register_ip_vs_app -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc05f3289 ip_vs_new_conn_out -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd22a35af unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0716e445 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x24e31cb3 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x26176f31 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x46a4e5e0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x608942d5 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6a56b6c8 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x75c6dde4 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x79e6ccb9 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x92c44a5d ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaa2490ae register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbe652cf0 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xccc636ff ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd55e3914 ip_vs_scheduler_err EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe518f11d ip_vs_conn_put -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf6d2fb0c ip_vs_scheduler_err -EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf73cefef ip_vs_tcp_conn_listen -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe758749a nf_ct_ext_add -EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf3103a03 nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdc775094 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf5edc193 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xeb480a7e nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xfa85b8d6 nf_ct_ext_destroy EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name -EXPORT_SYMBOL net/netfilter/nf_nat 0x27f32834 __nf_nat_mangle_tcp_packet -EXPORT_SYMBOL net/netfilter/nf_nat 0x760de064 nf_nat_follow_master -EXPORT_SYMBOL net/netfilter/nf_nat 0x959ff2c0 nf_xfrm_me_harder -EXPORT_SYMBOL net/netfilter/nf_nat 0xc1519eaa nf_nat_setup_info -EXPORT_SYMBOL net/netfilter/nf_nat 0xca3e47c2 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x2c6fa000 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6f37946a __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xabd59c96 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xbebf766b nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xce4af0de nf_nat_setup_info EXPORT_SYMBOL net/netfilter/nft_fib 0x6d5bf833 nft_fib_policy -EXPORT_SYMBOL net/netfilter/x_tables 0x033aabc1 xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0x0552b967 xt_check_table_hooks EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x2736b19d xt_register_targets -EXPORT_SYMBOL net/netfilter/x_tables 0x425d3ebe xt_unregister_match -EXPORT_SYMBOL net/netfilter/x_tables 0x45a49cc8 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x199fc2a6 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x31103f58 xt_register_targets EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0x7248ee47 xt_unregister_target -EXPORT_SYMBOL net/netfilter/x_tables 0x7bb82b8d xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x530d21b9 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x53278985 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x5d9ba279 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x7d705873 xt_register_target EXPORT_SYMBOL net/netfilter/x_tables 0x881df2ef xt_free_table_info -EXPORT_SYMBOL net/netfilter/x_tables 0x890c3f64 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x92df2296 xt_unregister_match EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets EXPORT_SYMBOL net/netfilter/x_tables 0xc75d5ab2 xt_alloc_table_info EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets -EXPORT_SYMBOL net/netfilter/x_tables 0xebfe5679 xt_register_target -EXPORT_SYMBOL net/netfilter/x_tables 0xf89af6fd xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xde484181 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfb52417f xt_find_match EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset -EXPORT_SYMBOL net/rxrpc/rxrpc 0x16b327ce rxrpc_kernel_end_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0x1b0376c7 rxrpc_kernel_recv_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x2a55ef96 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x08c93b9c rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0d4076b0 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0f941aef rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1dc65f65 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x317844a0 rxrpc_kernel_get_epoch EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id -EXPORT_SYMBOL net/rxrpc/rxrpc 0x351537ac rxrpc_kernel_set_max_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0x5b3cddcf key_type_rxrpc -EXPORT_SYMBOL net/rxrpc/rxrpc 0x62011301 rxrpc_kernel_get_srtt -EXPORT_SYMBOL net/rxrpc/rxrpc 0x7a8dadf3 rxrpc_kernel_get_epoch -EXPORT_SYMBOL net/rxrpc/rxrpc 0x7ab8c716 rxrpc_kernel_send_data -EXPORT_SYMBOL net/rxrpc/rxrpc 0x7d0dfbae rxrpc_kernel_set_tx_length -EXPORT_SYMBOL net/rxrpc/rxrpc 0x909ba81c rxrpc_kernel_new_call_notification -EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0f7575f rxrpc_kernel_check_life -EXPORT_SYMBOL net/rxrpc/rxrpc 0xc0985da3 rxrpc_get_null_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xd6c41dca rxrpc_get_server_data_key -EXPORT_SYMBOL net/rxrpc/rxrpc 0xe998a515 rxrpc_kernel_get_reply_time -EXPORT_SYMBOL net/rxrpc/rxrpc 0xea9f693f rxrpc_kernel_charge_accept -EXPORT_SYMBOL net/rxrpc/rxrpc 0xf0c6bacc rxrpc_kernel_abort_call -EXPORT_SYMBOL net/rxrpc/rxrpc 0xfff3eff4 rxrpc_kernel_begin_call -EXPORT_SYMBOL net/sctp/sctp 0xfbf20144 sctp_do_peeloff -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4054f47a gss_pseudoflavor_to_service -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf077f79b gss_mech_get -EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf6f7bafb gss_mech_put -EXPORT_SYMBOL net/sunrpc/sunrpc 0x666070a2 svc_pool_stats_open -EXPORT_SYMBOL net/sunrpc/sunrpc 0x91a754f6 xdr_restrict_buflen -EXPORT_SYMBOL net/sunrpc/sunrpc 0x94734abb xdr_truncate_encode +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3cbde484 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x43a31b5e rxrpc_kernel_get_reply_time +EXPORT_SYMBOL net/rxrpc/rxrpc 0x52655bcb rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7c937f96 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8580ac45 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x868db9e7 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x96cc6f8f rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaf6c0a72 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb57d98d5 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd0aed0e5 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd1f4d1ec rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdfc0b754 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/sctp/sctp 0xcaa13955 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4eb5f31b gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x96cb2ba8 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf4c83b26 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x225734f1 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7e8e0acc svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb96ef8d8 xdr_truncate_encode EXPORT_SYMBOL net/tipc/tipc 0x0c7ca387 tipc_dump_done EXPORT_SYMBOL net/tipc/tipc 0x145e5ae3 tipc_nl_sk_walk EXPORT_SYMBOL net/tipc/tipc 0xe74e99e2 tipc_dump_start EXPORT_SYMBOL net/tipc/tipc 0xfb0bde58 tipc_sk_fill_sock_diag -EXPORT_SYMBOL net/tls/tls 0x0abed652 tls_unregister_device -EXPORT_SYMBOL net/tls/tls 0xa1d59452 tls_get_record -EXPORT_SYMBOL net/tls/tls 0xd1966c34 tls_register_device -EXPORT_SYMBOL vmlinux 0x0005cde3 pci_get_slot -EXPORT_SYMBOL vmlinux 0x000cbdfa netdev_lower_get_first_private_rcu +EXPORT_SYMBOL net/tls/tls 0x823927be tls_unregister_device +EXPORT_SYMBOL net/tls/tls 0xb4fee72d tls_get_record +EXPORT_SYMBOL net/tls/tls 0xe5fc7e3f tls_register_device +EXPORT_SYMBOL vmlinux 0x0000522c pci_request_regions EXPORT_SYMBOL vmlinux 0x0029c1e8 fd_install EXPORT_SYMBOL vmlinux 0x0029fbe9 scsi_bios_ptable -EXPORT_SYMBOL vmlinux 0x002b19e4 dev_queue_xmit_accel -EXPORT_SYMBOL vmlinux 0x004d91bd skb_flow_dissect_tunnel_info -EXPORT_SYMBOL vmlinux 0x00509763 kernel_getsockname -EXPORT_SYMBOL vmlinux 0x006cc4a6 nvmem_get_mac_address -EXPORT_SYMBOL vmlinux 0x007c1944 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x005c6f36 dev_get_flags EXPORT_SYMBOL vmlinux 0x0080d169 blk_mq_tagset_busy_iter EXPORT_SYMBOL vmlinux 0x00dc9758 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x00e3d7f1 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x00eb1c3a radix_tree_delete EXPORT_SYMBOL vmlinux 0x00f31992 param_get_string EXPORT_SYMBOL vmlinux 0x00f4a223 _ebc_toupper EXPORT_SYMBOL vmlinux 0x00f60eaa register_framebuffer EXPORT_SYMBOL vmlinux 0x01000e51 schedule EXPORT_SYMBOL vmlinux 0x01077888 scsi_is_sdev_device -EXPORT_SYMBOL vmlinux 0x0119ec9e devm_alloc_etherdev_mqs -EXPORT_SYMBOL vmlinux 0x0133ee9e pci_choose_state +EXPORT_SYMBOL vmlinux 0x011efb69 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x0137e6c5 skb_csum_hwoffload_help EXPORT_SYMBOL vmlinux 0x0146163c page_symlink_inode_operations EXPORT_SYMBOL vmlinux 0x014716eb hdmi_vendor_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on @@ -2489,124 +2485,114 @@ EXPORT_SYMBOL vmlinux 0x016c6fe9 md_done_sync EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids EXPORT_SYMBOL vmlinux 0x018574a1 mb_cache_entry_delete +EXPORT_SYMBOL vmlinux 0x018f08cb eth_header_cache EXPORT_SYMBOL vmlinux 0x019282f1 md_bitmap_update_sb EXPORT_SYMBOL vmlinux 0x019fdd69 request_firmware +EXPORT_SYMBOL vmlinux 0x01a3bcf6 __pci_register_driver EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note EXPORT_SYMBOL vmlinux 0x01d178f4 __wait_on_bit_lock -EXPORT_SYMBOL vmlinux 0x01d5ceb5 pci_find_capability EXPORT_SYMBOL vmlinux 0x01e1ec00 utf8_strncasecmp_folded EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc -EXPORT_SYMBOL vmlinux 0x0210a692 __skb_recv_datagram -EXPORT_SYMBOL vmlinux 0x02149319 free_netdev EXPORT_SYMBOL vmlinux 0x0222581b wait_on_page_bit EXPORT_SYMBOL vmlinux 0x0228b02f raw3270_request_add_data -EXPORT_SYMBOL vmlinux 0x0228eaeb __fib6_flush_trees EXPORT_SYMBOL vmlinux 0x02316e5c bdget EXPORT_SYMBOL vmlinux 0x0243218c dqput EXPORT_SYMBOL vmlinux 0x02493906 __cleancache_invalidate_page EXPORT_SYMBOL vmlinux 0x024d26dd crypto_sha256_update EXPORT_SYMBOL vmlinux 0x025483b1 set_current_groups EXPORT_SYMBOL vmlinux 0x0257a9ae down_read_trylock +EXPORT_SYMBOL vmlinux 0x026779e4 brioctl_set EXPORT_SYMBOL vmlinux 0x026ed639 nla_put_nohdr EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02813550 sock_no_accept EXPORT_SYMBOL vmlinux 0x02852422 kobject_add EXPORT_SYMBOL vmlinux 0x0286c20a bit_waitqueue -EXPORT_SYMBOL vmlinux 0x028ce63f ndisc_mc_map EXPORT_SYMBOL vmlinux 0x0296cbb5 blk_queue_dma_alignment EXPORT_SYMBOL vmlinux 0x02995587 follow_pfn EXPORT_SYMBOL vmlinux 0x029dedad tty_driver_kref_put EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy -EXPORT_SYMBOL vmlinux 0x02acef56 pci_bus_assign_resources -EXPORT_SYMBOL vmlinux 0x02ae29d0 dst_destroy +EXPORT_SYMBOL vmlinux 0x02a75475 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x02aee510 nf_log_set EXPORT_SYMBOL vmlinux 0x02ca22a8 hex_dump_to_buffer EXPORT_SYMBOL vmlinux 0x02ea111e scsi_driverbyte_string EXPORT_SYMBOL vmlinux 0x02f034a1 xz_dec_run -EXPORT_SYMBOL vmlinux 0x0302c63d skb_checksum_help EXPORT_SYMBOL vmlinux 0x0328f42a generic_file_readonly_mmap EXPORT_SYMBOL vmlinux 0x032ad42a param_set_copystring +EXPORT_SYMBOL vmlinux 0x032fbd09 remove_conflicting_pci_framebuffers EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl -EXPORT_SYMBOL vmlinux 0x0350160e gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0x0351031d path_is_under -EXPORT_SYMBOL vmlinux 0x0355d4ee dev_get_mac_address EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled EXPORT_SYMBOL vmlinux 0x037a0cba kfree -EXPORT_SYMBOL vmlinux 0x0383d36e inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x037bcf1c pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0x038f0e3c __check_sticky EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs EXPORT_SYMBOL vmlinux 0x03adec80 mark_buffer_dirty_inode -EXPORT_SYMBOL vmlinux 0x03b3f200 ip_route_me_harder EXPORT_SYMBOL vmlinux 0x03bd6555 d_rehash EXPORT_SYMBOL vmlinux 0x03d2240c add_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0x03dad198 inet_protos EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram -EXPORT_SYMBOL vmlinux 0x0410803b skb_dump -EXPORT_SYMBOL vmlinux 0x04259fa5 dev_change_proto_down +EXPORT_SYMBOL vmlinux 0x041cddb7 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x04209179 tcf_exts_change EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator EXPORT_SYMBOL vmlinux 0x0456ae21 __tracepoint_s390_cio_xsch EXPORT_SYMBOL vmlinux 0x045fde98 __cgroup_bpf_run_filter_sysctl EXPORT_SYMBOL vmlinux 0x0467ee07 devm_ioremap_nocache -EXPORT_SYMBOL vmlinux 0x047663bb pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x04834074 input_alloc_absinfo EXPORT_SYMBOL vmlinux 0x04937f57 get_tree_single_reconf -EXPORT_SYMBOL vmlinux 0x04b50910 pci_iomap_wc -EXPORT_SYMBOL vmlinux 0x04ba8a41 mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0x04e9a56b jbd2_journal_invalidatepage EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol EXPORT_SYMBOL vmlinux 0x04f9af0c crypto_sha1_finup -EXPORT_SYMBOL vmlinux 0x04fe14ec ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x04fa5e82 dev_set_mtu EXPORT_SYMBOL vmlinux 0x0508ec68 devm_memunmap -EXPORT_SYMBOL vmlinux 0x051e8c87 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x05177c30 skb_mac_gso_segment EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch EXPORT_SYMBOL vmlinux 0x05337714 xa_get_order EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible -EXPORT_SYMBOL vmlinux 0x05468fee inet_recvmsg -EXPORT_SYMBOL vmlinux 0x054efb97 sock_no_accept EXPORT_SYMBOL vmlinux 0x055581a4 shrink_dcache_sb EXPORT_SYMBOL vmlinux 0x055d6922 path_put EXPORT_SYMBOL vmlinux 0x056f5cef radix_tree_tagged EXPORT_SYMBOL vmlinux 0x0576fa26 init_pseudo EXPORT_SYMBOL vmlinux 0x057b1ad6 pci_bus_type -EXPORT_SYMBOL vmlinux 0x058a992f netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x05933dc5 pci_request_region EXPORT_SYMBOL vmlinux 0x05a0ff92 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x05b19893 pci_disable_device EXPORT_SYMBOL vmlinux 0x05b27a8d cpu_rmap_put EXPORT_SYMBOL vmlinux 0x05bff62d nobh_truncate_page EXPORT_SYMBOL vmlinux 0x05d39178 simple_readpage EXPORT_SYMBOL vmlinux 0x05dd320c scsi_device_put -EXPORT_SYMBOL vmlinux 0x0609640e mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06323410 pci_request_selected_regions EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user -EXPORT_SYMBOL vmlinux 0x064e3d61 xfrm_find_acq_byseq EXPORT_SYMBOL vmlinux 0x0651de41 blk_queue_flag_set EXPORT_SYMBOL vmlinux 0x066d6962 scsi_dma_map -EXPORT_SYMBOL vmlinux 0x066d9e31 ipv6_sock_mc_join -EXPORT_SYMBOL vmlinux 0x0672e6e8 sock_efree EXPORT_SYMBOL vmlinux 0x067d73b4 seqno_fence_ops +EXPORT_SYMBOL vmlinux 0x0688f691 sock_no_shutdown EXPORT_SYMBOL vmlinux 0x068f102f dcache_readdir -EXPORT_SYMBOL vmlinux 0x069831f9 neigh_app_ns -EXPORT_SYMBOL vmlinux 0x06cdc6ca udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x06a0959e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x06a84541 xfrm_policy_walk EXPORT_SYMBOL vmlinux 0x06dad48d lease_get_mtime +EXPORT_SYMBOL vmlinux 0x06dc0cbb skb_push EXPORT_SYMBOL vmlinux 0x06f2a108 invalidate_inode_buffers EXPORT_SYMBOL vmlinux 0x06fdd7cc __xa_store EXPORT_SYMBOL vmlinux 0x07179f08 map_kernel_range_noflush EXPORT_SYMBOL vmlinux 0x07297511 crc_t10dif_update -EXPORT_SYMBOL vmlinux 0x0736e477 __ip_mc_dec_group EXPORT_SYMBOL vmlinux 0x07376991 mutex_lock EXPORT_SYMBOL vmlinux 0x073aee4b tty_register_driver +EXPORT_SYMBOL vmlinux 0x07496f69 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x0751c180 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0x075261ae lease_modify -EXPORT_SYMBOL vmlinux 0x075b4888 neigh_direct_output EXPORT_SYMBOL vmlinux 0x076dba56 ccw_device_clear EXPORT_SYMBOL vmlinux 0x077a71eb __SetPageMovable -EXPORT_SYMBOL vmlinux 0x07a25119 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x079e06d3 inet_gro_receive EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap EXPORT_SYMBOL vmlinux 0x07b72475 __blkdev_issue_discard EXPORT_SYMBOL vmlinux 0x07c75d5a key_unlink -EXPORT_SYMBOL vmlinux 0x07c77b06 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit EXPORT_SYMBOL vmlinux 0x07dd502a s390_arch_random_generate -EXPORT_SYMBOL vmlinux 0x07e288d5 xfrm_policy_hash_rebuild EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace -EXPORT_SYMBOL vmlinux 0x07ffb918 netdev_alert EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key EXPORT_SYMBOL vmlinux 0x0810be09 free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x08153246 rtnl_notify EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses EXPORT_SYMBOL vmlinux 0x08441402 inode_permission EXPORT_SYMBOL vmlinux 0x08456553 match_string @@ -2614,37 +2600,33 @@ EXPORT_SYMBOL vmlinux 0x08510452 follow_up EXPORT_SYMBOL vmlinux 0x0882a449 security_xfrm_policy_alloc EXPORT_SYMBOL vmlinux 0x088941b9 debug_register EXPORT_SYMBOL vmlinux 0x088c96f6 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x08955ecf xfrm_policy_byid EXPORT_SYMBOL vmlinux 0x08977b8f scsi_print_command EXPORT_SYMBOL vmlinux 0x089a8996 vc_resize EXPORT_SYMBOL vmlinux 0x089a8a12 dev_driver_string EXPORT_SYMBOL vmlinux 0x089bd44b scsi_print_sense_hdr -EXPORT_SYMBOL vmlinux 0x0925ca7c inet_pton_with_scope -EXPORT_SYMBOL vmlinux 0x0935dc67 pci_map_rom +EXPORT_SYMBOL vmlinux 0x09245c1c __skb_vlan_pop EXPORT_SYMBOL vmlinux 0x0943252a clear_nlink -EXPORT_SYMBOL vmlinux 0x0943f5b7 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0949d992 secure_tcpv6_ts_off EXPORT_SYMBOL vmlinux 0x094effa5 __iucv_message_receive EXPORT_SYMBOL vmlinux 0x0960e21b get_bitmap_from_slot -EXPORT_SYMBOL vmlinux 0x0967a493 dev_disable_lro EXPORT_SYMBOL vmlinux 0x096a8314 padata_do_serial -EXPORT_SYMBOL vmlinux 0x096e4d5e pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x096ea1c9 __qdisc_calculate_pkt_len EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09a1d52f inet_ioctl +EXPORT_SYMBOL vmlinux 0x09aca405 skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0x09bf6fbe ZSTD_decompressDCtx EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions -EXPORT_SYMBOL vmlinux 0x09d9f556 __alloc_skb -EXPORT_SYMBOL vmlinux 0x09ed5cb8 __inet_hash +EXPORT_SYMBOL vmlinux 0x09dc82d3 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x09f2044c kstrtou8_from_user EXPORT_SYMBOL vmlinux 0x09f4c3e3 iterate_supers_type -EXPORT_SYMBOL vmlinux 0x09f9d8cc compat_tcp_getsockopt -EXPORT_SYMBOL vmlinux 0x09fcde34 tso_start EXPORT_SYMBOL vmlinux 0x09fdf693 generic_read_dir EXPORT_SYMBOL vmlinux 0x0a1dbc76 tcp_rx_skb_cache_key EXPORT_SYMBOL vmlinux 0x0a292872 reservation_seqcount_class EXPORT_SYMBOL vmlinux 0x0a3b7036 dma_fence_chain_find_seqno EXPORT_SYMBOL vmlinux 0x0a559bf0 page_pool_create -EXPORT_SYMBOL vmlinux 0x0a637f3e netdev_notify_peers EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier EXPORT_SYMBOL vmlinux 0x0a89e097 input_grab_device EXPORT_SYMBOL vmlinux 0x0a9af35d blk_queue_segment_boundary @@ -2652,67 +2634,65 @@ EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace EXPORT_SYMBOL vmlinux 0x0aacd352 __kfifo_len_r EXPORT_SYMBOL vmlinux 0x0ab3090e debug_raw_view -EXPORT_SYMBOL vmlinux 0x0ac2a616 pcie_port_service_register -EXPORT_SYMBOL vmlinux 0x0ac4bf8f sock_no_bind -EXPORT_SYMBOL vmlinux 0x0ad8b62a inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0ab76e50 dev_get_iflink EXPORT_SYMBOL vmlinux 0x0adeadfc soft_cursor EXPORT_SYMBOL vmlinux 0x0ae60c27 utf8_normalize -EXPORT_SYMBOL vmlinux 0x0b07dd28 netdev_master_upper_dev_get_rcu -EXPORT_SYMBOL vmlinux 0x0b0bbf93 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x0b072f82 lock_sock_nested EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b278d4f netif_rx_ni EXPORT_SYMBOL vmlinux 0x0b2d0760 get_disk_and_module EXPORT_SYMBOL vmlinux 0x0b307040 blk_rq_count_integrity_sg -EXPORT_SYMBOL vmlinux 0x0b41a15d netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x0b4a7745 kernel_listen EXPORT_SYMBOL vmlinux 0x0b4ef4ba netlink_broadcast +EXPORT_SYMBOL vmlinux 0x0b53d537 unregister_netdevice_queue EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol -EXPORT_SYMBOL vmlinux 0x0b779e21 skb_coalesce_rx_frag EXPORT_SYMBOL vmlinux 0x0b81d4cd blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x0b8ca250 eth_mac_addr EXPORT_SYMBOL vmlinux 0x0b8d11cf swake_up_one EXPORT_SYMBOL vmlinux 0x0b985040 ww_mutex_lock_interruptible EXPORT_SYMBOL vmlinux 0x0ba77032 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x0bb39a08 netdev_lower_get_next_private_rcu EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type EXPORT_SYMBOL vmlinux 0x0c157387 scsi_unblock_requests EXPORT_SYMBOL vmlinux 0x0c16b7e8 from_kprojid_munged EXPORT_SYMBOL vmlinux 0x0c17a68e zlib_dfltcc_support +EXPORT_SYMBOL vmlinux 0x0c1f0727 mr_table_alloc EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq -EXPORT_SYMBOL vmlinux 0x0c285ff9 alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x0c2bda45 security_sk_classify_flow EXPORT_SYMBOL vmlinux 0x0c3ac259 delete_from_page_cache EXPORT_SYMBOL vmlinux 0x0c46da66 vm_event_states +EXPORT_SYMBOL vmlinux 0x0c539bdb tcf_get_next_proto EXPORT_SYMBOL vmlinux 0x0c6ccf20 s390_isolate_bp EXPORT_SYMBOL vmlinux 0x0c725fb8 posix_acl_equiv_mode EXPORT_SYMBOL vmlinux 0x0c7cf7c6 zero_page_mask -EXPORT_SYMBOL vmlinux 0x0c901543 audit_log_start EXPORT_SYMBOL vmlinux 0x0ca70d7c dev_uc_init -EXPORT_SYMBOL vmlinux 0x0cb264a1 security_lock_kernel_down EXPORT_SYMBOL vmlinux 0x0cbd2301 blk_limits_io_min EXPORT_SYMBOL vmlinux 0x0cc0f4c5 __genradix_prealloc EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive EXPORT_SYMBOL vmlinux 0x0ce19729 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0cf84872 __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0x0d05e9ae xa_extract EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev -EXPORT_SYMBOL vmlinux 0x0d159b37 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x0d21995f udp_gro_receive EXPORT_SYMBOL vmlinux 0x0d2988e4 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x0d2ddc8e neigh_seq_start EXPORT_SYMBOL vmlinux 0x0d3e0e16 __xa_insert -EXPORT_SYMBOL vmlinux 0x0d3e6f09 neigh_connected_output EXPORT_SYMBOL vmlinux 0x0d3e95a8 padata_unregister_cpumask_notifier EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d597a9f eth_gro_complete EXPORT_SYMBOL vmlinux 0x0d5c9d74 inode_needs_sync EXPORT_SYMBOL vmlinux 0x0d61eeee __bitmap_subset EXPORT_SYMBOL vmlinux 0x0da5ee24 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x0daae21c skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0dadbb5d dev_change_carrier EXPORT_SYMBOL vmlinux 0x0db46747 configfs_register_subsystem -EXPORT_SYMBOL vmlinux 0x0dba309a eth_prepare_mac_addr_change -EXPORT_SYMBOL vmlinux 0x0dcf15bd pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x0dd0548c compat_sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x0ddd5691 simple_dentry_operations -EXPORT_SYMBOL vmlinux 0x0de5ebac rtnl_notify +EXPORT_SYMBOL vmlinux 0x0dfb266e kernel_accept EXPORT_SYMBOL vmlinux 0x0e0b69bd get_tree_keyed -EXPORT_SYMBOL vmlinux 0x0e15c613 sk_wait_data EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 -EXPORT_SYMBOL vmlinux 0x0e1bb7b8 pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x0e1ecfb7 unregister_adapter_interrupt -EXPORT_SYMBOL vmlinux 0x0e1fe7d8 kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0x0e27fd96 md_error -EXPORT_SYMBOL vmlinux 0x0e381cfb xfrm_state_update EXPORT_SYMBOL vmlinux 0x0e3b9a97 configfs_unregister_subsystem EXPORT_SYMBOL vmlinux 0x0e60c364 cdev_device_add EXPORT_SYMBOL vmlinux 0x0e7c917e filemap_write_and_wait_range @@ -2720,28 +2700,29 @@ EXPORT_SYMBOL vmlinux 0x0e7d853a input_flush_device EXPORT_SYMBOL vmlinux 0x0ea763c3 sclp_sync_wait EXPORT_SYMBOL vmlinux 0x0eab56fa __kfifo_max_r EXPORT_SYMBOL vmlinux 0x0ead1d65 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x0eb35feb xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x0eb758cf pcie_set_mps +EXPORT_SYMBOL vmlinux 0x0ebcaf2d sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x0ec59b0c tcf_em_unregister EXPORT_SYMBOL vmlinux 0x0ed830d7 dquot_quota_off -EXPORT_SYMBOL vmlinux 0x0ee7c1e3 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x0ed926f6 softnet_data EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable -EXPORT_SYMBOL vmlinux 0x0f0d63b7 napi_disable +EXPORT_SYMBOL vmlinux 0x0f0d226c netdev_printk EXPORT_SYMBOL vmlinux 0x0f2d82cb blk_alloc_queue -EXPORT_SYMBOL vmlinux 0x0f337335 __udp_disconnect -EXPORT_SYMBOL vmlinux 0x0f345094 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x0f50c325 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x0f53a217 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x0f59acca __kernel_fpu_end -EXPORT_SYMBOL vmlinux 0x0f6d273d xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x0f6e91cb tcp_ioctl EXPORT_SYMBOL vmlinux 0x0f79c923 input_unregister_device EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn EXPORT_SYMBOL vmlinux 0x0f8ee51e ZSTD_resetDStream -EXPORT_SYMBOL vmlinux 0x0f9c3fa1 pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x0fa51325 xsk_umem_complete_tx EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 EXPORT_SYMBOL vmlinux 0x0fbd63a4 mutex_is_locked EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create -EXPORT_SYMBOL vmlinux 0x0fe1411b sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x0fe4eba6 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x0fe87b9b fqdir_exit EXPORT_SYMBOL vmlinux 0x0ffc9609 ap_recv EXPORT_SYMBOL vmlinux 0x0ffe1aff jbd2_journal_unlock_updates EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm @@ -2749,14 +2730,13 @@ EXPORT_SYMBOL vmlinux 0x10031256 unregister_md_personality EXPORT_SYMBOL vmlinux 0x1008cd64 tcf_action_set_ctrlact EXPORT_SYMBOL vmlinux 0x100fbe69 vm_zone_stat EXPORT_SYMBOL vmlinux 0x10112f05 ZSTD_DStreamInSize -EXPORT_SYMBOL vmlinux 0x10203639 netdev_upper_dev_unlink -EXPORT_SYMBOL vmlinux 0x10220f33 skb_vlan_push EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region -EXPORT_SYMBOL vmlinux 0x10362206 __xfrm_decode_session EXPORT_SYMBOL vmlinux 0x103928d0 d_instantiate_anon -EXPORT_SYMBOL vmlinux 0x1039745a softnet_data +EXPORT_SYMBOL vmlinux 0x10475b67 dev_set_allmulti EXPORT_SYMBOL vmlinux 0x10497616 memweight EXPORT_SYMBOL vmlinux 0x104e47d4 idr_replace +EXPORT_SYMBOL vmlinux 0x1050d1c8 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x1064a74a ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe EXPORT_SYMBOL vmlinux 0x106c2b80 __starget_for_each_device EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd @@ -2764,34 +2744,33 @@ EXPORT_SYMBOL vmlinux 0x107e9147 misc_register EXPORT_SYMBOL vmlinux 0x1084b788 __cleancache_invalidate_fs EXPORT_SYMBOL vmlinux 0x108b0f1d __inc_node_page_state EXPORT_SYMBOL vmlinux 0x1091c813 kthread_bind -EXPORT_SYMBOL vmlinux 0x1091f116 nf_hook_slow EXPORT_SYMBOL vmlinux 0x10a25eb6 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x10b207fe nf_unregister_queue_handler EXPORT_SYMBOL vmlinux 0x10bb0435 blk_queue_flag_clear EXPORT_SYMBOL vmlinux 0x10c0ce4f dget_parent EXPORT_SYMBOL vmlinux 0x10c3f57e __gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0x10ce625f qdisc_class_hash_grow -EXPORT_SYMBOL vmlinux 0x10d5fbca __ip_dev_find EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find EXPORT_SYMBOL vmlinux 0x10e67619 iget_failed -EXPORT_SYMBOL vmlinux 0x10f4257a km_query EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype EXPORT_SYMBOL vmlinux 0x11182a33 cred_fscmp EXPORT_SYMBOL vmlinux 0x112b6f19 generic_write_checks EXPORT_SYMBOL vmlinux 0x113362ae generic_error_remove_page EXPORT_SYMBOL vmlinux 0x115b741c page_readlink +EXPORT_SYMBOL vmlinux 0x11628b31 dst_alloc EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11821375 tcp_md5_hash_key EXPORT_SYMBOL vmlinux 0x1186cce7 try_to_free_buffers EXPORT_SYMBOL vmlinux 0x1189173b flow_rule_match_enc_opts EXPORT_SYMBOL vmlinux 0x119aae1c ns_capable_setid EXPORT_SYMBOL vmlinux 0x11b3f35a dma_resv_fini -EXPORT_SYMBOL vmlinux 0x11d6d299 sock_edemux EXPORT_SYMBOL vmlinux 0x11e0ec41 dm_read_arg -EXPORT_SYMBOL vmlinux 0x11e6f68d nf_reinject +EXPORT_SYMBOL vmlinux 0x11ed3321 xfrm_state_update EXPORT_SYMBOL vmlinux 0x11f0f083 kernel_cpumcf_avail -EXPORT_SYMBOL vmlinux 0x11f2577e skb_page_frag_refill EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin EXPORT_SYMBOL vmlinux 0x11fb83cb on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x120238de pci_find_parent_resource EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented EXPORT_SYMBOL vmlinux 0x120c139f gen_pool_dma_zalloc EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier @@ -2800,39 +2779,40 @@ EXPORT_SYMBOL vmlinux 0x1239fc2d sg_copy_to_buffer EXPORT_SYMBOL vmlinux 0x123a8069 get_task_cred EXPORT_SYMBOL vmlinux 0x1245fe9c padata_stop EXPORT_SYMBOL vmlinux 0x1251a12e console_mode +EXPORT_SYMBOL vmlinux 0x12554b33 tcp_rcv_state_process EXPORT_SYMBOL vmlinux 0x125b36e0 down_write_killable +EXPORT_SYMBOL vmlinux 0x1260a21a netif_set_real_num_tx_queues EXPORT_SYMBOL vmlinux 0x12641250 get_phys_clock +EXPORT_SYMBOL vmlinux 0x126aa140 __skb_recv_datagram EXPORT_SYMBOL vmlinux 0x1286b34d nvm_end_io +EXPORT_SYMBOL vmlinux 0x129d0bd3 eth_change_mtu EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range -EXPORT_SYMBOL vmlinux 0x12b11e2a tcp_getsockopt -EXPORT_SYMBOL vmlinux 0x12c129e1 udp_seq_ops EXPORT_SYMBOL vmlinux 0x12c14164 register_shrinker EXPORT_SYMBOL vmlinux 0x12c3e872 blk_queue_physical_block_size EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 EXPORT_SYMBOL vmlinux 0x12cc5e5d xa_find +EXPORT_SYMBOL vmlinux 0x12d02c42 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var EXPORT_SYMBOL vmlinux 0x12fa14a8 __wait_on_bit EXPORT_SYMBOL vmlinux 0x12fe638d diag_stat_inc_norecursion EXPORT_SYMBOL vmlinux 0x13110126 request_resource EXPORT_SYMBOL vmlinux 0x134cdd34 inet_frag_rbtree_purge EXPORT_SYMBOL vmlinux 0x136608b2 __tracepoint_s390_cio_csch -EXPORT_SYMBOL vmlinux 0x1367b164 netdev_set_num_tc -EXPORT_SYMBOL vmlinux 0x137eec6f tcp_v4_connect -EXPORT_SYMBOL vmlinux 0x13b6f0f1 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x13ad1018 dev_deactivate EXPORT_SYMBOL vmlinux 0x13ba6f01 bio_add_pc_page EXPORT_SYMBOL vmlinux 0x13c54079 blk_set_queue_depth -EXPORT_SYMBOL vmlinux 0x13cb3c22 tso_build_data EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x14062a2a neigh_ifdown EXPORT_SYMBOL vmlinux 0x141c4ea8 sg_miter_start -EXPORT_SYMBOL vmlinux 0x143b393c pci_bus_size_bridges EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table EXPORT_SYMBOL vmlinux 0x146ca15e simple_transaction_set EXPORT_SYMBOL vmlinux 0x1473cad5 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x147fdef4 inet_frag_kill EXPORT_SYMBOL vmlinux 0x1484c346 register_qdisc -EXPORT_SYMBOL vmlinux 0x1485618c inet_sock_destruct EXPORT_SYMBOL vmlinux 0x148f46e3 hdmi_avi_infoframe_init -EXPORT_SYMBOL vmlinux 0x1490d7c1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x149f9b3b mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x14ace931 napi_gro_flush EXPORT_SYMBOL vmlinux 0x14b61e37 __netlink_kernel_create EXPORT_SYMBOL vmlinux 0x14c5e5b3 segment_warning EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled @@ -2840,74 +2820,81 @@ EXPORT_SYMBOL vmlinux 0x14db4cdd vfs_fadvise EXPORT_SYMBOL vmlinux 0x14fb2365 cmdline_parts_set EXPORT_SYMBOL vmlinux 0x15049889 fb_center_logo EXPORT_SYMBOL vmlinux 0x150983e1 ZSTD_DStreamOutSize -EXPORT_SYMBOL vmlinux 0x150eaed9 dev_set_mac_address -EXPORT_SYMBOL vmlinux 0x15125766 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0x1513e9e7 gro_cells_init +EXPORT_SYMBOL vmlinux 0x151efbba zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526856e inet_gro_complete EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x153af997 kfree_skb_partial EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy EXPORT_SYMBOL vmlinux 0x155b98a3 scsi_track_queue_full EXPORT_SYMBOL vmlinux 0x1563aaec writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1568d59d netdev_emerg EXPORT_SYMBOL vmlinux 0x156f00f3 sg_pcopy_from_buffer EXPORT_SYMBOL vmlinux 0x1571c532 nlmsg_notify EXPORT_SYMBOL vmlinux 0x1572df55 nonseekable_open +EXPORT_SYMBOL vmlinux 0x15b98e55 xfrm_find_acq EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial EXPORT_SYMBOL vmlinux 0x15e11b46 input_set_abs_params EXPORT_SYMBOL vmlinux 0x15e2a590 kern_path_create +EXPORT_SYMBOL vmlinux 0x15ef3c3a skb_append EXPORT_SYMBOL vmlinux 0x160cd89b kill_pid EXPORT_SYMBOL vmlinux 0x16189fe2 jbd2_journal_dirty_metadata EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string -EXPORT_SYMBOL vmlinux 0x162f3cda pci_enable_device EXPORT_SYMBOL vmlinux 0x16309836 flow_rule_match_basic EXPORT_SYMBOL vmlinux 0x163a3cd2 cpumask_next_and EXPORT_SYMBOL vmlinux 0x16475477 blk_queue_logical_block_size -EXPORT_SYMBOL vmlinux 0x1654943d unregister_tcf_proto_ops -EXPORT_SYMBOL vmlinux 0x16694f86 inet6_getname +EXPORT_SYMBOL vmlinux 0x1659a56c sock_setsockopt EXPORT_SYMBOL vmlinux 0x166c95c2 tcp_sockets_allocated EXPORT_SYMBOL vmlinux 0x1679e296 textsearch_register EXPORT_SYMBOL vmlinux 0x1689e1e7 pmdp_xchg_lazy +EXPORT_SYMBOL vmlinux 0x16aa2416 netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait EXPORT_SYMBOL vmlinux 0x17012d7d iov_iter_alignment EXPORT_SYMBOL vmlinux 0x17114ca6 unix_get_socket -EXPORT_SYMBOL vmlinux 0x1749b5dd skb_copy_datagram_from_iter -EXPORT_SYMBOL vmlinux 0x174b5443 put_cmsg_scm_timestamping64 -EXPORT_SYMBOL vmlinux 0x1777235a sock_no_socketpair -EXPORT_SYMBOL vmlinux 0x17ab5702 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x17503c86 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x1783850b netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x17a1e8c1 inet_dgram_connect EXPORT_SYMBOL vmlinux 0x17c2bc88 input_release_device EXPORT_SYMBOL vmlinux 0x17c4a100 iucv_bus +EXPORT_SYMBOL vmlinux 0x17e7e4cf neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x17eb40c9 xfrm_input_resume EXPORT_SYMBOL vmlinux 0x17f60752 d_genocide EXPORT_SYMBOL vmlinux 0x17f7d2fd console_start EXPORT_SYMBOL vmlinux 0x17ff5837 scsi_remove_target EXPORT_SYMBOL vmlinux 0x181407d8 md_check_no_bitmap -EXPORT_SYMBOL vmlinux 0x1817a73b napi_complete_done EXPORT_SYMBOL vmlinux 0x18229eaf dquot_quota_on EXPORT_SYMBOL vmlinux 0x182579e0 generic_file_direct_write EXPORT_SYMBOL vmlinux 0x1833d6cb device_get_mac_address +EXPORT_SYMBOL vmlinux 0x1848030e __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x1853798e finalize_exec +EXPORT_SYMBOL vmlinux 0x1874d300 dev_pre_changeaddr_notify EXPORT_SYMBOL vmlinux 0x188326c5 jbd2_journal_init_inode EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18965b06 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0x1897e8be mempool_create EXPORT_SYMBOL vmlinux 0x189b6bac memory_read_from_buffer EXPORT_SYMBOL vmlinux 0x18a27177 stop_tty EXPORT_SYMBOL vmlinux 0x18b87cca sclp_deactivate EXPORT_SYMBOL vmlinux 0x18beb789 dquot_get_state -EXPORT_SYMBOL vmlinux 0x18c8da1c sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x18c9a909 kmem_cache_free EXPORT_SYMBOL vmlinux 0x18cd097b d_alloc_parallel -EXPORT_SYMBOL vmlinux 0x18d28ad6 inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start EXPORT_SYMBOL vmlinux 0x190ad815 __tracepoint_s390_cio_stsch -EXPORT_SYMBOL vmlinux 0x191b3d96 pci_enable_msi -EXPORT_SYMBOL vmlinux 0x192c02a3 put_cmsg +EXPORT_SYMBOL vmlinux 0x19222bbd ip_mc_join_group EXPORT_SYMBOL vmlinux 0x192e93da generic_remap_file_range_prep EXPORT_SYMBOL vmlinux 0x193e8535 bio_advance +EXPORT_SYMBOL vmlinux 0x19405820 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x1942a3f0 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x19523048 kernel_getsockname EXPORT_SYMBOL vmlinux 0x195749cf _dev_warn +EXPORT_SYMBOL vmlinux 0x1976b417 pci_iomap_wc_range EXPORT_SYMBOL vmlinux 0x197824c9 sync_mapping_buffers -EXPORT_SYMBOL vmlinux 0x1980b698 xfrm_unregister_type EXPORT_SYMBOL vmlinux 0x198419aa config_item_init_type_name EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit EXPORT_SYMBOL vmlinux 0x198620d7 security_add_mnt_opt +EXPORT_SYMBOL vmlinux 0x1995a208 inet_put_port EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp EXPORT_SYMBOL vmlinux 0x19a97f72 ap_queue_message EXPORT_SYMBOL vmlinux 0x19b971c4 dev_mc_add_excl @@ -2916,52 +2903,61 @@ EXPORT_SYMBOL vmlinux 0x19bf49a2 vfs_getattr_nosec EXPORT_SYMBOL vmlinux 0x19ebd220 do_clone_file_range EXPORT_SYMBOL vmlinux 0x19efb143 blk_get_queue EXPORT_SYMBOL vmlinux 0x19fe37e8 qdisc_offload_graft_helper -EXPORT_SYMBOL vmlinux 0x1a0d7541 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x19ff85ee pneigh_lookup EXPORT_SYMBOL vmlinux 0x1a28add2 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x1a301441 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1a30ad6c netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x1a3bf806 starget_for_each_device EXPORT_SYMBOL vmlinux 0x1a51aac8 nobh_write_begin -EXPORT_SYMBOL vmlinux 0x1a55fbc9 inet_frag_find -EXPORT_SYMBOL vmlinux 0x1a671b18 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x1a63ac50 proto_register EXPORT_SYMBOL vmlinux 0x1a809853 posix_acl_from_mode EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa376c6 pcie_relaxed_ordering_enabled EXPORT_SYMBOL vmlinux 0x1aa4aaa5 dma_dummy_ops +EXPORT_SYMBOL vmlinux 0x1aabe10b sock_create_lite +EXPORT_SYMBOL vmlinux 0x1ab7cf50 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x1abdede7 current_in_userns EXPORT_SYMBOL vmlinux 0x1ac34c9c dquot_scan_active EXPORT_SYMBOL vmlinux 0x1af8f2aa __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x1afe5320 dev_get_by_name EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist EXPORT_SYMBOL vmlinux 0x1b0843f2 fb_pan_display EXPORT_SYMBOL vmlinux 0x1b1f04b7 neigh_proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0x1b21c7ee blk_execute_rq -EXPORT_SYMBOL vmlinux 0x1b53b0de ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b643bb0 napi_schedule_prep EXPORT_SYMBOL vmlinux 0x1b695b55 scsi_get_device_flags_keyed EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device EXPORT_SYMBOL vmlinux 0x1b815303 vlan_dev_vlan_id EXPORT_SYMBOL vmlinux 0x1b85ee8c register_cdrom +EXPORT_SYMBOL vmlinux 0x1b9262ca eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x1b95803b xfrm_dst_ifdown EXPORT_SYMBOL vmlinux 0x1ba04458 sg_pcopy_to_buffer EXPORT_SYMBOL vmlinux 0x1ba13495 __cpu_to_node EXPORT_SYMBOL vmlinux 0x1ba1ceb2 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x1ba56c1b inet_get_local_port_range EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc EXPORT_SYMBOL vmlinux 0x1bb68277 lookup_one_len_unlocked EXPORT_SYMBOL vmlinux 0x1bd62256 page_mapped EXPORT_SYMBOL vmlinux 0x1bf301c3 __wake_up +EXPORT_SYMBOL vmlinux 0x1bf754a9 pci_enable_wake EXPORT_SYMBOL vmlinux 0x1c0d9771 fscrypt_encrypt_block_inplace EXPORT_SYMBOL vmlinux 0x1c17731b finish_swait -EXPORT_SYMBOL vmlinux 0x1c296cd1 noop_qdisc EXPORT_SYMBOL vmlinux 0x1c2f0139 scsi_report_device_reset EXPORT_SYMBOL vmlinux 0x1c31ab63 devm_release_resource EXPORT_SYMBOL vmlinux 0x1c338147 vm_numa_stat EXPORT_SYMBOL vmlinux 0x1c54d31c lock_rename -EXPORT_SYMBOL vmlinux 0x1c62dbac mr_table_alloc +EXPORT_SYMBOL vmlinux 0x1c64d22f pcie_capability_write_word EXPORT_SYMBOL vmlinux 0x1c6cf764 call_usermodehelper_setup EXPORT_SYMBOL vmlinux 0x1c7bb30a scsi_host_put EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check -EXPORT_SYMBOL vmlinux 0x1cb0137f netdev_set_tc_queue EXPORT_SYMBOL vmlinux 0x1cb2c6d8 kvasprintf EXPORT_SYMBOL vmlinux 0x1cc7ec96 ap_queue_init_reply +EXPORT_SYMBOL vmlinux 0x1cd26e65 nf_log_trace EXPORT_SYMBOL vmlinux 0x1cf056ad locks_free_lock -EXPORT_SYMBOL vmlinux 0x1d11635e dev_queue_xmit -EXPORT_SYMBOL vmlinux 0x1d2325f7 qdisc_put +EXPORT_SYMBOL vmlinux 0x1cfade1d __kfree_skb +EXPORT_SYMBOL vmlinux 0x1d0cfb1d netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x1d25cd5f __inet6_lookup_established EXPORT_SYMBOL vmlinux 0x1d2d6d15 wait_iff_congested EXPORT_SYMBOL vmlinux 0x1d3e2765 iucv_path_quiesce EXPORT_SYMBOL vmlinux 0x1d76a8bc cad_pid @@ -2970,34 +2966,29 @@ EXPORT_SYMBOL vmlinux 0x1d846701 vmemmap EXPORT_SYMBOL vmlinux 0x1d889cad blk_queue_io_min EXPORT_SYMBOL vmlinux 0x1d8a965d __hw_addr_sync_dev EXPORT_SYMBOL vmlinux 0x1d8c5154 d_alloc_name -EXPORT_SYMBOL vmlinux 0x1d9bf84f km_new_mapping -EXPORT_SYMBOL vmlinux 0x1d9d21cf __sk_mem_raise_allocated +EXPORT_SYMBOL vmlinux 0x1d97b239 ip6_frag_next EXPORT_SYMBOL vmlinux 0x1da75f63 fscrypt_put_encryption_info EXPORT_SYMBOL vmlinux 0x1dadd920 __kmalloc +EXPORT_SYMBOL vmlinux 0x1db44e76 __xfrm_dst_lookup EXPORT_SYMBOL vmlinux 0x1db5238b end_buffer_write_sync EXPORT_SYMBOL vmlinux 0x1dbbd8db wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x1dbed99c inet_shutdown EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd6ea50 skb_copy_expand EXPORT_SYMBOL vmlinux 0x1de6cc30 dma_virt_ops -EXPORT_SYMBOL vmlinux 0x1dff1e72 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending EXPORT_SYMBOL vmlinux 0x1e103ef9 input_get_timestamp -EXPORT_SYMBOL vmlinux 0x1e12b682 sk_mc_loop -EXPORT_SYMBOL vmlinux 0x1e1ca1e1 tcp_time_wait EXPORT_SYMBOL vmlinux 0x1e1e140e ns_to_timespec64 EXPORT_SYMBOL vmlinux 0x1e2027bd proc_symlink EXPORT_SYMBOL vmlinux 0x1e214035 vfs_ioc_fssetxattr_check -EXPORT_SYMBOL vmlinux 0x1e2df9b3 pcie_capability_clear_and_set_word -EXPORT_SYMBOL vmlinux 0x1e3c1a6e inet_ioctl +EXPORT_SYMBOL vmlinux 0x1e329387 __sock_create EXPORT_SYMBOL vmlinux 0x1e3f3acd module_put -EXPORT_SYMBOL vmlinux 0x1e454a21 inet_select_addr -EXPORT_SYMBOL vmlinux 0x1e5bf85f __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr EXPORT_SYMBOL vmlinux 0x1e705e20 downgrade_write EXPORT_SYMBOL vmlinux 0x1e78b843 md_bitmap_cond_end_sync EXPORT_SYMBOL vmlinux 0x1e8a161a crc_t10dif_generic EXPORT_SYMBOL vmlinux 0x1e9abe7c compat_ptr_ioctl EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu -EXPORT_SYMBOL vmlinux 0x1ea32c9c neigh_parms_release EXPORT_SYMBOL vmlinux 0x1eab47ed __quota_error EXPORT_SYMBOL vmlinux 0x1ead6fea flow_block_cb_decref EXPORT_SYMBOL vmlinux 0x1ed9e347 ccw_device_start_timeout @@ -3006,12 +2997,9 @@ EXPORT_SYMBOL vmlinux 0x1edd4aa8 genl_unregister_family EXPORT_SYMBOL vmlinux 0x1ede54f2 proc_do_large_bitmap EXPORT_SYMBOL vmlinux 0x1ee79c32 dquot_claim_space_nodirty EXPORT_SYMBOL vmlinux 0x1ee8d6d4 refcount_inc_checked -EXPORT_SYMBOL vmlinux 0x1eea4dc5 xfrm_input_register_afinfo -EXPORT_SYMBOL vmlinux 0x1eea844c xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x1eebc08d scsi_device_set_state -EXPORT_SYMBOL vmlinux 0x1ef1749f inet6_unregister_protosw -EXPORT_SYMBOL vmlinux 0x1f240ca1 tcf_block_put -EXPORT_SYMBOL vmlinux 0x1f325a18 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x1ef10a23 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x1f3cb669 nf_hook_slow EXPORT_SYMBOL vmlinux 0x1f560f67 percpu_counter_set EXPORT_SYMBOL vmlinux 0x1f57822e krealloc EXPORT_SYMBOL vmlinux 0x1f7a686f block_write_begin @@ -3019,20 +3007,23 @@ EXPORT_SYMBOL vmlinux 0x1f7ae1b6 tty_port_close_start EXPORT_SYMBOL vmlinux 0x1f8a1a32 lockref_put_return EXPORT_SYMBOL vmlinux 0x1fb27078 tcw_get_tccb EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc4c70b tcp_init_sock EXPORT_SYMBOL vmlinux 0x1fc7a59b __nla_validate EXPORT_SYMBOL vmlinux 0x1fda8755 __memset32 EXPORT_SYMBOL vmlinux 0x1fdb5a9a configfs_register_group +EXPORT_SYMBOL vmlinux 0x1fdbf9e0 nvmem_get_mac_address EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag EXPORT_SYMBOL vmlinux 0x1fec9643 d_obtain_alias EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul -EXPORT_SYMBOL vmlinux 0x200236ba dev_open EXPORT_SYMBOL vmlinux 0x2003628f dcb_getapp -EXPORT_SYMBOL vmlinux 0x2007f88f nf_log_trace +EXPORT_SYMBOL vmlinux 0x20085a7a register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any EXPORT_SYMBOL vmlinux 0x200b5e7b pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x20113ed6 xfrm_state_delete_tunnel EXPORT_SYMBOL vmlinux 0x2014a246 __siphash_unaligned EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205799ce neigh_seq_next EXPORT_SYMBOL vmlinux 0x2058642f vfs_fsync_range EXPORT_SYMBOL vmlinux 0x20687cd7 dma_fence_signal EXPORT_SYMBOL vmlinux 0x2072a5c6 security_task_getsecid @@ -3040,145 +3031,153 @@ EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq EXPORT_SYMBOL vmlinux 0x207d78ba dev_addr_init EXPORT_SYMBOL vmlinux 0x2093d098 tty_driver_flush_buffer EXPORT_SYMBOL vmlinux 0x20973b94 segment_unload +EXPORT_SYMBOL vmlinux 0x209960e0 ip6tun_encaps EXPORT_SYMBOL vmlinux 0x20a47558 __cleancache_init_fs EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20af7337 sk_page_frag_refill EXPORT_SYMBOL vmlinux 0x20c587cc utf8nagemin EXPORT_SYMBOL vmlinux 0x20d373ac dev_mc_add_global EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20de0484 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x20e49c5e netif_receive_skb EXPORT_SYMBOL vmlinux 0x20ee076e itcw_add_tidaw -EXPORT_SYMBOL vmlinux 0x20f37b78 neigh_update EXPORT_SYMBOL vmlinux 0x20f7bc89 cdrom_release EXPORT_SYMBOL vmlinux 0x20fc0b9d __cgroup_bpf_run_filter_skb EXPORT_SYMBOL vmlinux 0x210cc79f generic_pipe_buf_confirm EXPORT_SYMBOL vmlinux 0x2122287f alloc_buffer_head EXPORT_SYMBOL vmlinux 0x21261d29 bioset_integrity_create EXPORT_SYMBOL vmlinux 0x2135d727 scsi_is_host_device -EXPORT_SYMBOL vmlinux 0x213e3271 __dev_get_by_flags -EXPORT_SYMBOL vmlinux 0x2156cda9 xfrm_policy_alloc -EXPORT_SYMBOL vmlinux 0x218776b7 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x216534c8 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x216ba8cf dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x2170a9b4 km_state_expired EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset EXPORT_SYMBOL vmlinux 0x21b9b023 tty_port_carrier_raised EXPORT_SYMBOL vmlinux 0x21bb5554 on_each_cpu_cond_mask EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21c60cd3 skb_copy_datagram_iter EXPORT_SYMBOL vmlinux 0x21dc3abe tty_port_open EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow EXPORT_SYMBOL vmlinux 0x21e396b9 kobject_set_name EXPORT_SYMBOL vmlinux 0x2210642c sclp_ap_deconfigure +EXPORT_SYMBOL vmlinux 0x22275012 pci_assign_resource EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq EXPORT_SYMBOL vmlinux 0x2241d71f proc_create_mount_point EXPORT_SYMBOL vmlinux 0x226079dd vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x2264a646 get_mem_cgroup_from_page EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint -EXPORT_SYMBOL vmlinux 0x2297dffa neigh_event_ns EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound -EXPORT_SYMBOL vmlinux 0x22c821cb tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0x22cefa59 filemap_fdatawait_range_keep_errors EXPORT_SYMBOL vmlinux 0x22dd6d51 tccb_init -EXPORT_SYMBOL vmlinux 0x22e16240 dev_getfirstbyhwtype -EXPORT_SYMBOL vmlinux 0x22edb892 xfrm6_rcv EXPORT_SYMBOL vmlinux 0x2355e0eb scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x2367a35d mr_mfc_find_any_parent EXPORT_SYMBOL vmlinux 0x236c8c64 memcpy +EXPORT_SYMBOL vmlinux 0x2375c2b3 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0x2389566c crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x239a461d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x23af6f16 __xfrm_policy_check EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path -EXPORT_SYMBOL vmlinux 0x23cbe44b km_state_notify +EXPORT_SYMBOL vmlinux 0x23bf7aa6 mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0x23cfdbc0 proc_mkdir +EXPORT_SYMBOL vmlinux 0x23e899c8 nf_ct_attach EXPORT_SYMBOL vmlinux 0x23eb7d0d nobh_write_end EXPORT_SYMBOL vmlinux 0x23ee13fd mb_cache_entry_find_first EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241ad940 dev_queue_xmit_accel EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page EXPORT_SYMBOL vmlinux 0x242f3562 irq_subclass_register -EXPORT_SYMBOL vmlinux 0x24347a78 ipv6_chk_addr EXPORT_SYMBOL vmlinux 0x2454d09d inode_sub_bytes EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline EXPORT_SYMBOL vmlinux 0x2465eb22 invalidate_mapping_pages EXPORT_SYMBOL vmlinux 0x246a31a3 tcf_register_action +EXPORT_SYMBOL vmlinux 0x246f5536 tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x2473f47e dm_table_get_size EXPORT_SYMBOL vmlinux 0x247a3fe4 LZ4_decompress_fast_continue EXPORT_SYMBOL vmlinux 0x2480d0be raw3270_start_locked EXPORT_SYMBOL vmlinux 0x24815a13 vfs_ioc_setflags_prepare -EXPORT_SYMBOL vmlinux 0x248e9879 kernel_bind EXPORT_SYMBOL vmlinux 0x24ac796e reuseport_add_sock -EXPORT_SYMBOL vmlinux 0x24b76a72 __xfrm_dst_lookup -EXPORT_SYMBOL vmlinux 0x24bb50f5 dev_trans_start +EXPORT_SYMBOL vmlinux 0x24ce5845 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x24cf3873 ipv6_sock_mc_join EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer -EXPORT_SYMBOL vmlinux 0x24d30d02 seg6_hmac_validate_skb -EXPORT_SYMBOL vmlinux 0x251f797b netif_set_real_num_tx_queues -EXPORT_SYMBOL vmlinux 0x2523e3fe tcf_chain_get_by_act -EXPORT_SYMBOL vmlinux 0x25260397 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x24d636ef __napi_schedule +EXPORT_SYMBOL vmlinux 0x25144016 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x251bf82a kernel_recvmsg EXPORT_SYMBOL vmlinux 0x252778df give_up_console EXPORT_SYMBOL vmlinux 0x252cf375 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x253c55a4 dev_remove_pack EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask EXPORT_SYMBOL vmlinux 0x2558f96b dma_supported +EXPORT_SYMBOL vmlinux 0x255ddc1a __ip_mc_inc_group EXPORT_SYMBOL vmlinux 0x256e6199 ccw_driver_unregister EXPORT_SYMBOL vmlinux 0x2570a138 reservation_seqcount_string +EXPORT_SYMBOL vmlinux 0x2574e561 qdisc_put_unlocked EXPORT_SYMBOL vmlinux 0x257a4d50 notify_change EXPORT_SYMBOL vmlinux 0x257b510a fifo_create_dflt EXPORT_SYMBOL vmlinux 0x257c908a raw3270_add_view EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid EXPORT_SYMBOL vmlinux 0x2585a6c3 blk_stack_limits EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation -EXPORT_SYMBOL vmlinux 0x25a67fff poll_freewait +EXPORT_SYMBOL vmlinux 0x25c6135d xfrm_policy_flush EXPORT_SYMBOL vmlinux 0x25cecc66 __page_pool_put_page EXPORT_SYMBOL vmlinux 0x25d18f83 fscrypt_ioctl_set_policy -EXPORT_SYMBOL vmlinux 0x25dc369d netdev_upper_get_next_dev_rcu EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free EXPORT_SYMBOL vmlinux 0x25ec1b28 strlen EXPORT_SYMBOL vmlinux 0x25faaf20 fs_context_for_submount -EXPORT_SYMBOL vmlinux 0x25feabc5 skb_ext_add EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table EXPORT_SYMBOL vmlinux 0x261724ce should_remove_suid +EXPORT_SYMBOL vmlinux 0x2629daf1 xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x262be229 dcache_dir_lseek EXPORT_SYMBOL vmlinux 0x2630669c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x263a66ed sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions EXPORT_SYMBOL vmlinux 0x263d17cf cdrom_dummy_generic_packet EXPORT_SYMBOL vmlinux 0x263dc17d dma_resv_init EXPORT_SYMBOL vmlinux 0x2641a1c6 diag224 +EXPORT_SYMBOL vmlinux 0x264a0695 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x265be7d8 get_mem_cgroup_from_mm EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc -EXPORT_SYMBOL vmlinux 0x26941f01 tcp_enter_cwr EXPORT_SYMBOL vmlinux 0x26a5b938 sclp_pci_configure +EXPORT_SYMBOL vmlinux 0x26ae0575 tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0x26b01028 ccw_device_start_key -EXPORT_SYMBOL vmlinux 0x26c01fb1 ipv4_specific -EXPORT_SYMBOL vmlinux 0x26dcaad4 compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier -EXPORT_SYMBOL vmlinux 0x2708d8ef sock_kfree_s -EXPORT_SYMBOL vmlinux 0x272a2e56 pci_enable_ptm EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed EXPORT_SYMBOL vmlinux 0x274031ab vfs_dedupe_file_range EXPORT_SYMBOL vmlinux 0x27418353 kstrtos16_from_user -EXPORT_SYMBOL vmlinux 0x27442405 scm_fp_dup EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275b33e9 inet_select_addr EXPORT_SYMBOL vmlinux 0x275c24a7 kvfree_sensitive EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x2760e3ee sk_wait_data EXPORT_SYMBOL vmlinux 0x27639220 blk_verify_command +EXPORT_SYMBOL vmlinux 0x276a78fe dev_pick_tx_cpu_id EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string EXPORT_SYMBOL vmlinux 0x27809741 remove_proc_entry EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init -EXPORT_SYMBOL vmlinux 0x2785805c netif_carrier_on EXPORT_SYMBOL vmlinux 0x27864d57 memparse EXPORT_SYMBOL vmlinux 0x2793b431 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x27941785 tcf_block_put EXPORT_SYMBOL vmlinux 0x279978f5 blk_alloc_queue_node EXPORT_SYMBOL vmlinux 0x279d1acf fscrypt_decrypt_pagecache_blocks EXPORT_SYMBOL vmlinux 0x27a69d39 generic_ro_fops EXPORT_SYMBOL vmlinux 0x27a7859c fwnode_get_mac_address -EXPORT_SYMBOL vmlinux 0x27a90c38 pcim_set_mwi EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync -EXPORT_SYMBOL vmlinux 0x27c00dd3 tcp_close EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource -EXPORT_SYMBOL vmlinux 0x27db0da4 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0x27ea2b86 scsi_print_sense EXPORT_SYMBOL vmlinux 0x27eb9cd1 tcw_set_intrg EXPORT_SYMBOL vmlinux 0x27ee3135 put_disk_and_module -EXPORT_SYMBOL vmlinux 0x27f38a29 eth_platform_get_mac_address EXPORT_SYMBOL vmlinux 0x2811ce91 qdisc_watchdog_init_clockid EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28325a10 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x283d9acf sock_no_listen EXPORT_SYMBOL vmlinux 0x28403a9f dma_direct_sync_single_for_cpu EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 EXPORT_SYMBOL vmlinux 0x288382ef _atomic_dec_and_lock_irqsave EXPORT_SYMBOL vmlinux 0x288902d5 ptep_xchg_direct EXPORT_SYMBOL vmlinux 0x289005df dquot_commit -EXPORT_SYMBOL vmlinux 0x28c012b5 napi_get_frags -EXPORT_SYMBOL vmlinux 0x28d29782 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x28a3c321 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x28d11552 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x28de5475 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0x2909364b vfs_iter_write EXPORT_SYMBOL vmlinux 0x2910f4cb on_each_cpu_cond EXPORT_SYMBOL vmlinux 0x29199c47 dquot_resume @@ -3187,20 +3186,21 @@ EXPORT_SYMBOL vmlinux 0x29391e7d vm_munmap EXPORT_SYMBOL vmlinux 0x293cf0e6 fs_lookup_param EXPORT_SYMBOL vmlinux 0x294b9ea1 on_each_cpu EXPORT_SYMBOL vmlinux 0x2956cf37 sclp_remove_processed +EXPORT_SYMBOL vmlinux 0x2959b3fc dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x29674a83 md_flush_request +EXPORT_SYMBOL vmlinux 0x296bc99d pci_write_config_byte EXPORT_SYMBOL vmlinux 0x2974ab96 reuseport_detach_prog -EXPORT_SYMBOL vmlinux 0x2977c051 tcf_exts_dump_stats EXPORT_SYMBOL vmlinux 0x2977d136 dma_direct_sync_sg_for_device EXPORT_SYMBOL vmlinux 0x29789394 empty_zero_page EXPORT_SYMBOL vmlinux 0x29878f50 bio_copy_data_iter EXPORT_SYMBOL vmlinux 0x298a935b csum_and_copy_from_iter_full -EXPORT_SYMBOL vmlinux 0x298c5c46 pci_dev_driver EXPORT_SYMBOL vmlinux 0x29952244 nvm_unregister_tgt_type EXPORT_SYMBOL vmlinux 0x29a203df tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x29a4bb4b pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x29b1e247 inet_proto_csum_replace4 EXPORT_SYMBOL vmlinux 0x29bb4712 tty_unthrottle EXPORT_SYMBOL vmlinux 0x29d96f46 bdgrab EXPORT_SYMBOL vmlinux 0x29edf0b1 textsearch_unregister -EXPORT_SYMBOL vmlinux 0x29ee22bd inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0x2a2fa260 nla_policy_len EXPORT_SYMBOL vmlinux 0x2a41d203 dql_init EXPORT_SYMBOL vmlinux 0x2a4bd248 devm_request_resource @@ -3213,63 +3213,68 @@ EXPORT_SYMBOL vmlinux 0x2a7d2598 filemap_fdatawait_keep_errors EXPORT_SYMBOL vmlinux 0x2a805563 __kernel_cpumcf_end EXPORT_SYMBOL vmlinux 0x2a83407c __sb_end_write EXPORT_SYMBOL vmlinux 0x2aa43178 cont_write_begin +EXPORT_SYMBOL vmlinux 0x2ac74cf0 netdev_info EXPORT_SYMBOL vmlinux 0x2af3f454 ssch EXPORT_SYMBOL vmlinux 0x2b017bbb load_nls_default +EXPORT_SYMBOL vmlinux 0x2b049477 tcp_gro_complete EXPORT_SYMBOL vmlinux 0x2b13c1db __xa_cmpxchg -EXPORT_SYMBOL vmlinux 0x2b3e30a9 __sock_cmsg_send -EXPORT_SYMBOL vmlinux 0x2b405e22 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x2b21f185 pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x2b575a45 splice_direct_to_actor EXPORT_SYMBOL vmlinux 0x2b590d52 find_vma -EXPORT_SYMBOL vmlinux 0x2b5d7cdb __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x2b65609c sk_stop_timer EXPORT_SYMBOL vmlinux 0x2b68bd2f del_timer +EXPORT_SYMBOL vmlinux 0x2b7102d5 __neigh_create EXPORT_SYMBOL vmlinux 0x2b911ea2 __cancel_dirty_page -EXPORT_SYMBOL vmlinux 0x2b9b139d pcie_print_link_status EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock EXPORT_SYMBOL vmlinux 0x2ba8b655 generic_fadvise EXPORT_SYMBOL vmlinux 0x2bb20be2 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x2bcbe835 pci_request_regions_exclusive EXPORT_SYMBOL vmlinux 0x2bcc8d35 dma_resv_add_shared_fence EXPORT_SYMBOL vmlinux 0x2bd5cb49 key_type_keyring +EXPORT_SYMBOL vmlinux 0x2bdcf9bc inet_del_protocol EXPORT_SYMBOL vmlinux 0x2be1e536 security_binder_transfer_file EXPORT_SYMBOL vmlinux 0x2c0d5ceb gen_new_estimator EXPORT_SYMBOL vmlinux 0x2c0f1582 lockref_get EXPORT_SYMBOL vmlinux 0x2c0f2fb3 mempool_alloc EXPORT_SYMBOL vmlinux 0x2c1cf773 __init_rwsem -EXPORT_SYMBOL vmlinux 0x2c24c9ec __inet_stream_connect EXPORT_SYMBOL vmlinux 0x2c252b48 ZSTD_insertBlock EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar EXPORT_SYMBOL vmlinux 0x2c278e4a nvm_submit_io EXPORT_SYMBOL vmlinux 0x2c29a995 __strnlen_user +EXPORT_SYMBOL vmlinux 0x2c2e41fd inet_offloads EXPORT_SYMBOL vmlinux 0x2c2f7d2d vlan_vid_del +EXPORT_SYMBOL vmlinux 0x2c442601 ip_frag_next EXPORT_SYMBOL vmlinux 0x2c6131e3 redraw_screen EXPORT_SYMBOL vmlinux 0x2c6a0841 qdisc_watchdog_schedule_ns EXPORT_SYMBOL vmlinux 0x2c7337ad kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet EXPORT_SYMBOL vmlinux 0x2c82ed6f dquot_writeback_dquots -EXPORT_SYMBOL vmlinux 0x2c83bf95 inet_register_protosw EXPORT_SYMBOL vmlinux 0x2ca2ac86 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x2cb6e26b dst_destroy EXPORT_SYMBOL vmlinux 0x2cbdef7d radix_tree_lookup EXPORT_SYMBOL vmlinux 0x2cc3a2f4 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x2cc41a44 devm_pci_alloc_host_bridge EXPORT_SYMBOL vmlinux 0x2cc84282 set_wb_congested EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top -EXPORT_SYMBOL vmlinux 0x2cd0041e inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x2cdd77b8 netlink_ack EXPORT_SYMBOL vmlinux 0x2ce3f72e scsi_cmd_ioctl EXPORT_SYMBOL vmlinux 0x2cfdfcf1 gen_replace_estimator EXPORT_SYMBOL vmlinux 0x2d0c4525 pudp_xchg_direct +EXPORT_SYMBOL vmlinux 0x2d0d6d07 __sk_mem_raise_allocated EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock -EXPORT_SYMBOL vmlinux 0x2d1fe98e compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x2d2a6bec iov_iter_get_pages_alloc EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4bd2c9 tcp_enter_quickack_mode EXPORT_SYMBOL vmlinux 0x2d4c76a9 tty_port_close EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4cacbf sock_common_recvmsg EXPORT_SYMBOL vmlinux 0x2d531d81 blk_sync_queue EXPORT_SYMBOL vmlinux 0x2d7a20a0 scsi_remove_host -EXPORT_SYMBOL vmlinux 0x2d809f33 poll_initwait EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da5d6d9 skb_tx_error EXPORT_SYMBOL vmlinux 0x2da77eb3 dma_alloc_attrs -EXPORT_SYMBOL vmlinux 0x2dac1a88 pci_scan_single_device EXPORT_SYMBOL vmlinux 0x2dd14f55 device_match_acpi_dev EXPORT_SYMBOL vmlinux 0x2dda3a72 scsi_device_resume EXPORT_SYMBOL vmlinux 0x2ddbc7fc mntput @@ -3277,12 +3282,10 @@ EXPORT_SYMBOL vmlinux 0x2de8a57f __cgroup_bpf_run_filter_sk EXPORT_SYMBOL vmlinux 0x2dec6b09 ccw_device_is_pathgroup EXPORT_SYMBOL vmlinux 0x2e122822 init_net EXPORT_SYMBOL vmlinux 0x2e41cf9a raw_copy_in_user +EXPORT_SYMBOL vmlinux 0x2e4a809e netdev_unbind_sb_channel EXPORT_SYMBOL vmlinux 0x2e57a7a5 _copy_to_iter EXPORT_SYMBOL vmlinux 0x2e5a4d39 __block_write_full_page -EXPORT_SYMBOL vmlinux 0x2e614516 __skb_gro_checksum_complete -EXPORT_SYMBOL vmlinux 0x2e7e3128 xfrm_parse_spi -EXPORT_SYMBOL vmlinux 0x2e86d529 ipv6_mc_check_mld -EXPORT_SYMBOL vmlinux 0x2ea5c66b pci_set_master +EXPORT_SYMBOL vmlinux 0x2e9040cb inet_confirm_addr EXPORT_SYMBOL vmlinux 0x2ebb627c security_inode_init_security EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set EXPORT_SYMBOL vmlinux 0x2ecb1ad4 touch_atime @@ -3290,59 +3293,56 @@ EXPORT_SYMBOL vmlinux 0x2ed8676b unregister_quota_format EXPORT_SYMBOL vmlinux 0x2edcab17 ZSTD_initDStream_usingDDict EXPORT_SYMBOL vmlinux 0x2edf83ed dm_table_get_md EXPORT_SYMBOL vmlinux 0x2ef5661d segment_modify_shared -EXPORT_SYMBOL vmlinux 0x2ef620d9 pci_irq_get_affinity -EXPORT_SYMBOL vmlinux 0x2ef8914a tcp_conn_request EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc EXPORT_SYMBOL vmlinux 0x2f0431c9 flow_rule_match_enc_ip -EXPORT_SYMBOL vmlinux 0x2f22b370 netdev_emerg EXPORT_SYMBOL vmlinux 0x2f2d4c12 bfifo_qdisc_ops EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security EXPORT_SYMBOL vmlinux 0x2f3114da bd_finish_claiming EXPORT_SYMBOL vmlinux 0x2f4bd62e blkdev_get EXPORT_SYMBOL vmlinux 0x2f548802 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x2f5ee4ba pci_prepare_to_sleep EXPORT_SYMBOL vmlinux 0x2f618dfa simple_setattr EXPORT_SYMBOL vmlinux 0x2f6c4f91 configfs_unregister_group EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f7fc648 eth_type_trans EXPORT_SYMBOL vmlinux 0x2f95d992 param_set_bint EXPORT_SYMBOL vmlinux 0x2fa5a500 memcmp EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness -EXPORT_SYMBOL vmlinux 0x2fb7e281 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x2fc29052 __neigh_set_probe_once EXPORT_SYMBOL vmlinux 0x2fc36eb9 tty_port_put -EXPORT_SYMBOL vmlinux 0x2fc8a39f pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x2fcb9eba pskb_extract EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x2ffffb6f _ebc_tolower EXPORT_SYMBOL vmlinux 0x3001fad4 clear_page_dirty_for_io EXPORT_SYMBOL vmlinux 0x3002cfea __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x300ba577 pci_bus_claim_resources EXPORT_SYMBOL vmlinux 0x3026e6ad inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3058ffb2 datagram_poll +EXPORT_SYMBOL vmlinux 0x305c49da skb_clone EXPORT_SYMBOL vmlinux 0x305fdde8 kbd_alloc -EXPORT_SYMBOL vmlinux 0x30715194 neigh_lookup_nodev -EXPORT_SYMBOL vmlinux 0x307367b2 pci_remove_bus -EXPORT_SYMBOL vmlinux 0x3076153c pcim_pin_device EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep -EXPORT_SYMBOL vmlinux 0x309f2f56 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30cdbfe1 inet_proto_csum_replace16 EXPORT_SYMBOL vmlinux 0x30d01318 flow_rule_match_ports EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw EXPORT_SYMBOL vmlinux 0x30ecca27 alloc_pages_vma EXPORT_SYMBOL vmlinux 0x30f1217c dfltcc_deflate EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3106bcec compat_tcp_getsockopt EXPORT_SYMBOL vmlinux 0x310893f3 bd_start_claiming EXPORT_SYMBOL vmlinux 0x311d7a02 __blockdev_direct_IO EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 EXPORT_SYMBOL vmlinux 0x312e5a32 blkdev_reread_part EXPORT_SYMBOL vmlinux 0x3130b66f d_set_d_op -EXPORT_SYMBOL vmlinux 0x3134431c inet_addr_type_table EXPORT_SYMBOL vmlinux 0x313a6d40 input_set_poll_interval EXPORT_SYMBOL vmlinux 0x313b0051 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x313e5c3c kernel_sendmsg_locked EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present EXPORT_SYMBOL vmlinux 0x3155098a add_to_pipe EXPORT_SYMBOL vmlinux 0x315cd64d padata_start EXPORT_SYMBOL vmlinux 0x3167e20e __sg_alloc_table_from_pages -EXPORT_SYMBOL vmlinux 0x316ec524 pcie_set_readrq -EXPORT_SYMBOL vmlinux 0x31821278 nf_register_queue_handler -EXPORT_SYMBOL vmlinux 0x319be32f km_policy_expired -EXPORT_SYMBOL vmlinux 0x31a4974f inet_getname +EXPORT_SYMBOL vmlinux 0x3177c84e sock_rfree EXPORT_SYMBOL vmlinux 0x31bf8035 scsi_cmd_blk_ioctl EXPORT_SYMBOL vmlinux 0x31d65cb2 sdev_disable_disk_events EXPORT_SYMBOL vmlinux 0x31d8faa4 drop_nlink @@ -3350,15 +3350,15 @@ EXPORT_SYMBOL vmlinux 0x31e7b349 key_create_or_update EXPORT_SYMBOL vmlinux 0x31eb2c96 lockref_put_not_zero EXPORT_SYMBOL vmlinux 0x31ec8135 textsearch_prepare EXPORT_SYMBOL vmlinux 0x320858e9 config_item_put -EXPORT_SYMBOL vmlinux 0x32154f75 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x3222e7b0 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x3227ff57 balance_dirty_pages_ratelimited EXPORT_SYMBOL vmlinux 0x322d8784 read_cache_pages EXPORT_SYMBOL vmlinux 0x32316b39 config_group_init -EXPORT_SYMBOL vmlinux 0x32344e1e cookie_timestamp_decode -EXPORT_SYMBOL vmlinux 0x32456bb9 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x32399df3 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x323d9651 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x3243080d neigh_parms_release EXPORT_SYMBOL vmlinux 0x32524843 sync_blockdev EXPORT_SYMBOL vmlinux 0x325a2a81 make_flow_keys_digest -EXPORT_SYMBOL vmlinux 0x32689b13 skb_queue_purge EXPORT_SYMBOL vmlinux 0x326d9ea8 unregister_filesystem EXPORT_SYMBOL vmlinux 0x3275689f smp_ctl_set_bit EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state @@ -3368,7 +3368,6 @@ EXPORT_SYMBOL vmlinux 0x32c6a2d8 _ebcasc_500 EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload EXPORT_SYMBOL vmlinux 0x32ce8ed3 blk_mq_can_queue EXPORT_SYMBOL vmlinux 0x32ea6473 generic_file_mmap -EXPORT_SYMBOL vmlinux 0x331bbfbd pci_reenable_device EXPORT_SYMBOL vmlinux 0x331bfabe pagecache_isize_extended EXPORT_SYMBOL vmlinux 0x331f57cf devm_memremap EXPORT_SYMBOL vmlinux 0x332741fb security_cred_getsecid @@ -3376,183 +3375,172 @@ EXPORT_SYMBOL vmlinux 0x333ee84a generic_pipe_buf_steal EXPORT_SYMBOL vmlinux 0x334f7f5a from_kgid EXPORT_SYMBOL vmlinux 0x3364a207 __put_user_ns EXPORT_SYMBOL vmlinux 0x337035e3 page_mapping +EXPORT_SYMBOL vmlinux 0x33727a94 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x337b6622 udp_poll EXPORT_SYMBOL vmlinux 0x338bbef8 __ndelay -EXPORT_SYMBOL vmlinux 0x33979709 pci_find_next_bus EXPORT_SYMBOL vmlinux 0x33a11450 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x33a22ed0 tcp_disconnect EXPORT_SYMBOL vmlinux 0x33b6e428 vlan_for_each EXPORT_SYMBOL vmlinux 0x33e2cedd I_BDEV EXPORT_SYMBOL vmlinux 0x33e639ce idr_for_each EXPORT_SYMBOL vmlinux 0x33e8b6c2 release_firmware -EXPORT_SYMBOL vmlinux 0x33e9e55e sk_dst_check EXPORT_SYMBOL vmlinux 0x33f6d4e9 netlink_set_err EXPORT_SYMBOL vmlinux 0x33f74de3 _ascebc_500 EXPORT_SYMBOL vmlinux 0x33fdaeb0 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x3414a6b2 eth_validate_addr EXPORT_SYMBOL vmlinux 0x341a8dff fb_blank -EXPORT_SYMBOL vmlinux 0x341c040e inet_rcv_saddr_equal -EXPORT_SYMBOL vmlinux 0x344fcc1a ip6_frag_init +EXPORT_SYMBOL vmlinux 0x342b47ab kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x342f9913 pci_dev_put EXPORT_SYMBOL vmlinux 0x34749d95 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x34830a5c ipv6_mc_check_mld EXPORT_SYMBOL vmlinux 0x348c9646 param_ops_bool EXPORT_SYMBOL vmlinux 0x349ac524 __tracepoint_dma_fence_emit EXPORT_SYMBOL vmlinux 0x349cba85 strchr -EXPORT_SYMBOL vmlinux 0x34ba58af sock_kmalloc EXPORT_SYMBOL vmlinux 0x34c08479 kern_path -EXPORT_SYMBOL vmlinux 0x34c4b68d netpoll_poll_dev EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue EXPORT_SYMBOL vmlinux 0x34f497a7 ida_free -EXPORT_SYMBOL vmlinux 0x34f5343d pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0x35020b3e timestamp_truncate EXPORT_SYMBOL vmlinux 0x3504bcf7 filemap_fdatawait_range -EXPORT_SYMBOL vmlinux 0x350b917e neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x350da6d2 compat_tcp_setsockopt EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier EXPORT_SYMBOL vmlinux 0x351e8dda kern_path_mountpoint EXPORT_SYMBOL vmlinux 0x35437ebf dns_query -EXPORT_SYMBOL vmlinux 0x354f963c inet6_release -EXPORT_SYMBOL vmlinux 0x355a1e21 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x355c1aea pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x35776be8 ipv6_getsockopt EXPORT_SYMBOL vmlinux 0x357cb863 __cleancache_invalidate_inode EXPORT_SYMBOL vmlinux 0x359d82c3 padata_register_cpumask_notifier EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 -EXPORT_SYMBOL vmlinux 0x35b8bcf2 netif_rx_ni -EXPORT_SYMBOL vmlinux 0x35c69622 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0x3602aba9 raw3270_register_notifier +EXPORT_SYMBOL vmlinux 0x360e48ca pci_stop_and_remove_bus_device EXPORT_SYMBOL vmlinux 0x36118aba dump_emit -EXPORT_SYMBOL vmlinux 0x362064ac pci_disable_device +EXPORT_SYMBOL vmlinux 0x3621de81 netpoll_print_options EXPORT_SYMBOL vmlinux 0x3626e84b truncate_setsize EXPORT_SYMBOL vmlinux 0x3635b747 d_path EXPORT_SYMBOL vmlinux 0x363799ad file_write_and_wait_range EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const -EXPORT_SYMBOL vmlinux 0x365ee315 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x3660ef6d pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x3663d831 input_mt_destroy_slots -EXPORT_SYMBOL vmlinux 0x366c96e4 pci_try_set_mwi EXPORT_SYMBOL vmlinux 0x3672dade tcf_action_exec EXPORT_SYMBOL vmlinux 0x367def61 simple_write_begin -EXPORT_SYMBOL vmlinux 0x368761bb dev_remove_offload EXPORT_SYMBOL vmlinux 0x36886a58 no_seek_end_llseek_size EXPORT_SYMBOL vmlinux 0x36935739 blk_mq_stop_hw_queues EXPORT_SYMBOL vmlinux 0x36a4a6fe jbd2_journal_abort -EXPORT_SYMBOL vmlinux 0x36c55928 __ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x36db9710 dma_fence_array_ops EXPORT_SYMBOL vmlinux 0x3704a906 __frontswap_test -EXPORT_SYMBOL vmlinux 0x371278da get_mem_cgroup_from_page +EXPORT_SYMBOL vmlinux 0x3713f3e1 sock_from_file EXPORT_SYMBOL vmlinux 0x3719fba1 dma_fence_enable_sw_signaling EXPORT_SYMBOL vmlinux 0x371e9ac1 page_pool_unmap_page EXPORT_SYMBOL vmlinux 0x3721b407 dma_set_coherent_mask -EXPORT_SYMBOL vmlinux 0x372b3205 pcim_iomap_table EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37a44664 pci_bus_alloc_resource EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs EXPORT_SYMBOL vmlinux 0x37cdf8ca __sb_start_write -EXPORT_SYMBOL vmlinux 0x37d5a884 __sk_dst_check -EXPORT_SYMBOL vmlinux 0x37e84243 dev_get_iflink -EXPORT_SYMBOL vmlinux 0x37fe0cfd __icmp_send +EXPORT_SYMBOL vmlinux 0x37ece243 udp6_seq_ops EXPORT_SYMBOL vmlinux 0x3804d29c _copy_from_iter_full EXPORT_SYMBOL vmlinux 0x380c3e1f jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x380fa946 xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x3817a7ac dquot_free_inode EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus -EXPORT_SYMBOL vmlinux 0x38247445 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x382d214e pcie_get_readrq EXPORT_SYMBOL vmlinux 0x382fcda8 _copy_to_user_key EXPORT_SYMBOL vmlinux 0x3832522f __crc32c_le_shift EXPORT_SYMBOL vmlinux 0x3845da15 scsi_get_host_dev EXPORT_SYMBOL vmlinux 0x38622089 iov_iter_fault_in_readable EXPORT_SYMBOL vmlinux 0x386ae0dc blk_queue_make_request -EXPORT_SYMBOL vmlinux 0x386e8ff3 pci_clear_mwi EXPORT_SYMBOL vmlinux 0x38772ed9 jbd2_journal_errno -EXPORT_SYMBOL vmlinux 0x387b29be skb_checksum_trimmed EXPORT_SYMBOL vmlinux 0x38869d88 kstat EXPORT_SYMBOL vmlinux 0x389180d6 file_update_time EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok EXPORT_SYMBOL vmlinux 0x3892493a devm_pci_remap_cfg_resource EXPORT_SYMBOL vmlinux 0x389b22b6 cdrom_mode_sense EXPORT_SYMBOL vmlinux 0x389d58bb put_fs_context -EXPORT_SYMBOL vmlinux 0x389f3b4c nf_log_unregister EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback -EXPORT_SYMBOL vmlinux 0x38ad0e66 sk_page_frag_refill EXPORT_SYMBOL vmlinux 0x38fb57a5 key_instantiate_and_link -EXPORT_SYMBOL vmlinux 0x390a8ff3 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0x3912e591 page_pool_alloc_pages EXPORT_SYMBOL vmlinux 0x3922645a security_sock_rcv_skb -EXPORT_SYMBOL vmlinux 0x393de85f __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3933960a dev_get_mac_address EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p -EXPORT_SYMBOL vmlinux 0x395a1f54 seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x3969a03f fput EXPORT_SYMBOL vmlinux 0x3978b602 kobject_init EXPORT_SYMBOL vmlinux 0x398c204f ccw_device_clear_options EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow EXPORT_SYMBOL vmlinux 0x39ad1727 ccw_device_dma_free +EXPORT_SYMBOL vmlinux 0x39b070ee pci_set_vpd_size EXPORT_SYMBOL vmlinux 0x39b52d19 __bitmap_and EXPORT_SYMBOL vmlinux 0x39b715a3 dquot_quota_on_mount EXPORT_SYMBOL vmlinux 0x39c60ac5 ZSTD_decompressBegin -EXPORT_SYMBOL vmlinux 0x39dc0425 inetdev_by_index -EXPORT_SYMBOL vmlinux 0x39df8068 skb_vlan_pop EXPORT_SYMBOL vmlinux 0x39fd129e jbd2_journal_start_commit EXPORT_SYMBOL vmlinux 0x3a068d8b fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x3a0e97c6 tcp_parse_options EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table -EXPORT_SYMBOL vmlinux 0x3a2f6b5e mini_qdisc_pair_swap -EXPORT_SYMBOL vmlinux 0x3a3ad3da cookie_ecn_ok EXPORT_SYMBOL vmlinux 0x3a4003de inode_get_bytes EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized -EXPORT_SYMBOL vmlinux 0x3a6cf7bc pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x3a5972cb __neigh_for_each_release EXPORT_SYMBOL vmlinux 0x3a78dc31 bio_clone_fast EXPORT_SYMBOL vmlinux 0x3a8051e9 security_sb_clone_mnt_opts EXPORT_SYMBOL vmlinux 0x3ab0e168 get_super EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer EXPORT_SYMBOL vmlinux 0x3ac53a1d scsi_free_host_dev -EXPORT_SYMBOL vmlinux 0x3ac5f1e2 sock_no_sendpage_locked EXPORT_SYMBOL vmlinux 0x3ac8938b enable_sacf_uaccess EXPORT_SYMBOL vmlinux 0x3b0751d8 vmf_insert_pfn EXPORT_SYMBOL vmlinux 0x3b176ce7 release_dentry_name_snapshot EXPORT_SYMBOL vmlinux 0x3b42368b generic_shutdown_super -EXPORT_SYMBOL vmlinux 0x3b53e331 __skb_checksum EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left EXPORT_SYMBOL vmlinux 0x3b693e24 jbd2_journal_get_create_access EXPORT_SYMBOL vmlinux 0x3b756f6a crc32_le +EXPORT_SYMBOL vmlinux 0x3bb20d29 nf_log_unset EXPORT_SYMBOL vmlinux 0x3bb22b76 bdput EXPORT_SYMBOL vmlinux 0x3bb5c8ee generic_cont_expand_simple EXPORT_SYMBOL vmlinux 0x3bbe02a7 blk_rq_map_kern EXPORT_SYMBOL vmlinux 0x3bc0134b __remove_inode_hash EXPORT_SYMBOL vmlinux 0x3bc17d45 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x3bc8fdf3 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x3bd2959f rtnl_link_get_net EXPORT_SYMBOL vmlinux 0x3be096c9 vfs_symlink -EXPORT_SYMBOL vmlinux 0x3be39086 netif_rx EXPORT_SYMBOL vmlinux 0x3be7643e security_xfrm_policy_free EXPORT_SYMBOL vmlinux 0x3c0b4eee __kfifo_skip_r EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link EXPORT_SYMBOL vmlinux 0x3c1b01c0 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x3c2e464e pci_enable_ptm EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c464aed inet_gso_segment EXPORT_SYMBOL vmlinux 0x3c66a0cc inode_owner_or_capable EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull EXPORT_SYMBOL vmlinux 0x3c80d771 __f_setown EXPORT_SYMBOL vmlinux 0x3c86942a __test_set_page_writeback EXPORT_SYMBOL vmlinux 0x3cc06e0a f_setown EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cea4371 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x3ceb4f0f inet_twsk_deschedule_put EXPORT_SYMBOL vmlinux 0x3cec234d find_lock_entry -EXPORT_SYMBOL vmlinux 0x3cfca5c9 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x3d0dcc02 fqdir_init EXPORT_SYMBOL vmlinux 0x3d117a60 itcw_calc_size EXPORT_SYMBOL vmlinux 0x3d2510e2 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x3d3aca8b inet_pton_with_scope EXPORT_SYMBOL vmlinux 0x3d3d4620 __lock_buffer EXPORT_SYMBOL vmlinux 0x3d50954d seq_printf EXPORT_SYMBOL vmlinux 0x3d56e7b3 utf8_unload EXPORT_SYMBOL vmlinux 0x3d5de1b5 generic_start_io_acct -EXPORT_SYMBOL vmlinux 0x3d60a551 netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0x3d6b3755 empty_name +EXPORT_SYMBOL vmlinux 0x3d8d4142 inet_sendpage EXPORT_SYMBOL vmlinux 0x3d8e54d2 key_revoke -EXPORT_SYMBOL vmlinux 0x3da32939 ip_fraglist_init EXPORT_SYMBOL vmlinux 0x3da805d1 debug_hex_ascii_view +EXPORT_SYMBOL vmlinux 0x3daa9bbc dev_loopback_xmit EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work EXPORT_SYMBOL vmlinux 0x3db3b5a6 hdmi_avi_infoframe_pack EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0af9b1 netif_napi_del EXPORT_SYMBOL vmlinux 0x3e2b0ba6 groups_alloc -EXPORT_SYMBOL vmlinux 0x3e46fa7a xfrm_dev_state_flush -EXPORT_SYMBOL vmlinux 0x3e47d524 build_skb_around -EXPORT_SYMBOL vmlinux 0x3e6adaae pci_set_mwi +EXPORT_SYMBOL vmlinux 0x3e2bf0b7 unlock_page_memcg EXPORT_SYMBOL vmlinux 0x3e6e3785 bdev_read_only -EXPORT_SYMBOL vmlinux 0x3e71233a xfrm_state_delete -EXPORT_SYMBOL vmlinux 0x3e7c1ac1 skb_free_datagram EXPORT_SYMBOL vmlinux 0x3e86d56f blk_queue_update_dma_pad EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync EXPORT_SYMBOL vmlinux 0x3eae7e30 bdev_stack_limits @@ -3560,160 +3548,172 @@ EXPORT_SYMBOL vmlinux 0x3eb47f8f param_array_ops EXPORT_SYMBOL vmlinux 0x3eb94250 itcw_add_dcw EXPORT_SYMBOL vmlinux 0x3ebbe2e3 __scsi_add_device EXPORT_SYMBOL vmlinux 0x3ec132a5 pagevec_lookup_range -EXPORT_SYMBOL vmlinux 0x3ed57c5f netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x3ec964e8 __sk_mem_reduce_allocated +EXPORT_SYMBOL vmlinux 0x3ecce1a0 xfrm_state_free EXPORT_SYMBOL vmlinux 0x3ee974c2 __dec_zone_page_state -EXPORT_SYMBOL vmlinux 0x3f1fa523 tcp_init_sock EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd -EXPORT_SYMBOL vmlinux 0x3f4ac285 pci_lost_interrupt -EXPORT_SYMBOL vmlinux 0x3f52afc5 netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0x3f5abac0 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x3f64403b ipmr_rule_default EXPORT_SYMBOL vmlinux 0x3f681f1f scsi_report_opcode EXPORT_SYMBOL vmlinux 0x3f69c6d0 input_mt_report_pointer_emulation -EXPORT_SYMBOL vmlinux 0x3f6f1b9e tcp_child_process +EXPORT_SYMBOL vmlinux 0x3f7b1484 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x3f7d1153 ip_route_me_harder EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8fcc75 blk_queue_split EXPORT_SYMBOL vmlinux 0x3fa913da strspn EXPORT_SYMBOL vmlinux 0x3fadb213 ZSTD_getFrameParams EXPORT_SYMBOL vmlinux 0x3fb0b9e3 __udelay EXPORT_SYMBOL vmlinux 0x3fc1dfbf _copy_from_user_key -EXPORT_SYMBOL vmlinux 0x3fc90fa2 pci_disable_msix EXPORT_SYMBOL vmlinux 0x3fcfc3a4 posix_acl_update_mode EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region EXPORT_SYMBOL vmlinux 0x3ff28334 get_user_pages_locked +EXPORT_SYMBOL vmlinux 0x401a06df inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x4024c1c3 __percpu_counter_init EXPORT_SYMBOL vmlinux 0x402a960a jiffies_64 EXPORT_SYMBOL vmlinux 0x40318ed7 __cleancache_init_shared_fs -EXPORT_SYMBOL vmlinux 0x404e4de0 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x4052268e dev_add_pack EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate -EXPORT_SYMBOL vmlinux 0x409bebf1 seg6_push_hmac EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo EXPORT_SYMBOL vmlinux 0x40ca27c1 inode_add_bytes EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler -EXPORT_SYMBOL vmlinux 0x40d854c6 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x40daead1 dev_get_stats EXPORT_SYMBOL vmlinux 0x40de58ff filemap_flush -EXPORT_SYMBOL vmlinux 0x40ef7117 ip_options_compile +EXPORT_SYMBOL vmlinux 0x40e16292 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x40f8bf1f tcf_block_get EXPORT_SYMBOL vmlinux 0x40f96b57 sg_miter_next EXPORT_SYMBOL vmlinux 0x40fe7066 param_ops_uint EXPORT_SYMBOL vmlinux 0x41020ac3 scsi_ioctl EXPORT_SYMBOL vmlinux 0x41077eb1 vfs_dedupe_file_range_one -EXPORT_SYMBOL vmlinux 0x410adb08 sock_create_kern +EXPORT_SYMBOL vmlinux 0x413941a2 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x4147545d tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user EXPORT_SYMBOL vmlinux 0x4149b396 s390_isolate_bp_guest EXPORT_SYMBOL vmlinux 0x414dbff6 iov_iter_gap_alignment -EXPORT_SYMBOL vmlinux 0x4150b1c8 put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0x4155bda2 dev_mc_unsync EXPORT_SYMBOL vmlinux 0x41600ecb bdev_dax_pgoff EXPORT_SYMBOL vmlinux 0x41804f72 nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time EXPORT_SYMBOL vmlinux 0x419f3d59 scsi_host_busy EXPORT_SYMBOL vmlinux 0x41a2cfa6 sget_fc -EXPORT_SYMBOL vmlinux 0x41b5b95f xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x41ab18df inet_del_offload EXPORT_SYMBOL vmlinux 0x41d2fd3f may_umount_tree EXPORT_SYMBOL vmlinux 0x41d54480 param_set_byte EXPORT_SYMBOL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL vmlinux 0x4220319c skb_queue_tail EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp EXPORT_SYMBOL vmlinux 0x425c6954 debug_event_common -EXPORT_SYMBOL vmlinux 0x42a46915 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x426d522a devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x42c2d5d8 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x42d109a0 sock_alloc_file EXPORT_SYMBOL vmlinux 0x42e32bce d_add_ci EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer EXPORT_SYMBOL vmlinux 0x42f3d5e0 unlock_rename EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4304d0df xfrm_state_lookup EXPORT_SYMBOL vmlinux 0x431e6927 __next_node_in EXPORT_SYMBOL vmlinux 0x43253264 can_nice EXPORT_SYMBOL vmlinux 0x43470cde param_ops_charp EXPORT_SYMBOL vmlinux 0x4348026b blk_get_request EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid -EXPORT_SYMBOL vmlinux 0x436b81a5 pcim_iomap EXPORT_SYMBOL vmlinux 0x436f3dd1 param_set_long +EXPORT_SYMBOL vmlinux 0x4376ffb8 ip6_route_me_harder EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4388caf7 xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43b8e24c nf_register_queue_handler EXPORT_SYMBOL vmlinux 0x43bdfa20 console_irq EXPORT_SYMBOL vmlinux 0x43c0366e generic_file_fsync +EXPORT_SYMBOL vmlinux 0x43cb70a8 ip4_datagram_connect EXPORT_SYMBOL vmlinux 0x43cf3bc3 dql_completed EXPORT_SYMBOL vmlinux 0x43f62bb6 lookup_user_key -EXPORT_SYMBOL vmlinux 0x4419ac62 remove_conflicting_pci_framebuffers +EXPORT_SYMBOL vmlinux 0x44353a1c tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0x44410e55 jbd2_journal_free_reserved EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table -EXPORT_SYMBOL vmlinux 0x4450a785 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x446a4402 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x4475c715 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x447e7401 pci_enable_atomic_ops_to_root EXPORT_SYMBOL vmlinux 0x4494b184 __frontswap_load -EXPORT_SYMBOL vmlinux 0x4499e8c1 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x44a610f7 tcp_select_initial_window EXPORT_SYMBOL vmlinux 0x44b30fb5 csch EXPORT_SYMBOL vmlinux 0x44d5166d device_add_disk_no_queue_reg EXPORT_SYMBOL vmlinux 0x44e9a829 match_token -EXPORT_SYMBOL vmlinux 0x44eb9165 kfree_skb_list EXPORT_SYMBOL vmlinux 0x45006cee default_red EXPORT_SYMBOL vmlinux 0x4509f6c5 gro_cells_receive EXPORT_SYMBOL vmlinux 0x45142791 wait_for_completion_killable EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452e2d13 nf_log_unregister EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4542c939 xfrm_state_lookup_byspi EXPORT_SYMBOL vmlinux 0x454fb519 ioremap EXPORT_SYMBOL vmlinux 0x45568d59 md_integrity_register EXPORT_SYMBOL vmlinux 0x45575235 inode_dio_wait -EXPORT_SYMBOL vmlinux 0x4567aa80 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x455f4772 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x456de84f xfrm4_rcv_encap EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user EXPORT_SYMBOL vmlinux 0x45812a18 qdisc_hash_del -EXPORT_SYMBOL vmlinux 0x458f1dfd pci_resize_resource EXPORT_SYMBOL vmlinux 0x4596af06 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x45b92996 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x45bf8723 call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0x45c92313 VMALLOC_END -EXPORT_SYMBOL vmlinux 0x45cb48b4 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0x45d3c773 memdup_user_nul -EXPORT_SYMBOL vmlinux 0x45e95712 xfrm_lookup_route EXPORT_SYMBOL vmlinux 0x46045dd7 kstrtou8 EXPORT_SYMBOL vmlinux 0x46066e5b perf_pmu_name -EXPORT_SYMBOL vmlinux 0x460deaca xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x461c8778 netdev_notify_peers EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents -EXPORT_SYMBOL vmlinux 0x46234c98 napi_gro_frags EXPORT_SYMBOL vmlinux 0x4632ae00 fget_raw +EXPORT_SYMBOL vmlinux 0x4654d6df rtnetlink_put_metrics EXPORT_SYMBOL vmlinux 0x466c14a7 __delay EXPORT_SYMBOL vmlinux 0x469e6e92 kill_bdev EXPORT_SYMBOL vmlinux 0x46b8f13f generic_write_end -EXPORT_SYMBOL vmlinux 0x46cd358e __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0x46cd8fce iucv_message_send +EXPORT_SYMBOL vmlinux 0x46d366b5 inet_addr_type_table EXPORT_SYMBOL vmlinux 0x46d59f7d smp_cpu_mt_shift EXPORT_SYMBOL vmlinux 0x46e15194 scsi_host_get EXPORT_SYMBOL vmlinux 0x46e319aa tcw_set_data -EXPORT_SYMBOL vmlinux 0x46e3be71 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x46e6200e devm_ioremap EXPORT_SYMBOL vmlinux 0x46eebb8f fixed_size_llseek EXPORT_SYMBOL vmlinux 0x472ea31f free_task EXPORT_SYMBOL vmlinux 0x473002ff __tcf_em_tree_match EXPORT_SYMBOL vmlinux 0x47392e76 sclp_ocf_cpc_name_copy -EXPORT_SYMBOL vmlinux 0x474c1cd6 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x474e9b36 netif_receive_skb_core EXPORT_SYMBOL vmlinux 0x47550ee4 blkdev_get_by_path -EXPORT_SYMBOL vmlinux 0x475fe9a2 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47751d46 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x477e323f hdmi_drm_infoframe_pack_only -EXPORT_SYMBOL vmlinux 0x4791f41d __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit EXPORT_SYMBOL vmlinux 0x47a0cdcb mb_cache_entry_find_next EXPORT_SYMBOL vmlinux 0x47a2d1c2 set_bh_page +EXPORT_SYMBOL vmlinux 0x47b48f6a free_netdev EXPORT_SYMBOL vmlinux 0x47bb0226 dquot_release EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0x47e34948 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x47e09d13 pskb_expand_head EXPORT_SYMBOL vmlinux 0x47ea9645 register_filesystem EXPORT_SYMBOL vmlinux 0x47f75352 __hw_addr_ref_sync_dev EXPORT_SYMBOL vmlinux 0x480c8040 inode_init_always EXPORT_SYMBOL vmlinux 0x4811f41f reset_guest_reference_bit +EXPORT_SYMBOL vmlinux 0x48134264 inet_frag_reasm_prepare EXPORT_SYMBOL vmlinux 0x481c1a4c sync_dirty_buffer EXPORT_SYMBOL vmlinux 0x4823819e raw3270_buffer_address EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work -EXPORT_SYMBOL vmlinux 0x483210ae pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x48331acd skb_trim +EXPORT_SYMBOL vmlinux 0x4845a2ea xfrm_input_register_afinfo EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 EXPORT_SYMBOL vmlinux 0x486e2af9 iov_iter_bvec EXPORT_SYMBOL vmlinux 0x488dfb7e kthread_stop +EXPORT_SYMBOL vmlinux 0x48924fe8 netdev_update_features EXPORT_SYMBOL vmlinux 0x4897d74f posix_acl_chmod EXPORT_SYMBOL vmlinux 0x489a6449 __tracepoint_s390_cio_tpi EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size EXPORT_SYMBOL vmlinux 0x48ada7be set_fs -EXPORT_SYMBOL vmlinux 0x48c673a5 kernel_getpeername -EXPORT_SYMBOL vmlinux 0x48dd62c8 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x48b9d633 skb_dequeue_tail EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert EXPORT_SYMBOL vmlinux 0x49170e39 dev_uc_flush EXPORT_SYMBOL vmlinux 0x492ff36d block_read_full_page @@ -3721,8 +3721,7 @@ EXPORT_SYMBOL vmlinux 0x493af25f ethtool_intersect_link_masks EXPORT_SYMBOL vmlinux 0x4946c404 rdmacg_try_charge EXPORT_SYMBOL vmlinux 0x495990f3 hdmi_audio_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x4978880d input_set_min_poll_interval -EXPORT_SYMBOL vmlinux 0x4980e937 xfrm_alloc_spi -EXPORT_SYMBOL vmlinux 0x499c523c inet_sendpage +EXPORT_SYMBOL vmlinux 0x49b32696 dev_change_flags EXPORT_SYMBOL vmlinux 0x49c0f4e8 path_get EXPORT_SYMBOL vmlinux 0x49cc33af config_item_get_unless_zero EXPORT_SYMBOL vmlinux 0x49df7937 vm_mmap @@ -3735,231 +3734,242 @@ EXPORT_SYMBOL vmlinux 0x4a3e0119 dma_direct_unmap_sg EXPORT_SYMBOL vmlinux 0x4a655a0f fscrypt_fname_alloc_buffer EXPORT_SYMBOL vmlinux 0x4a713cf2 revert_creds EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest -EXPORT_SYMBOL vmlinux 0x4af646e4 tcp_mmap +EXPORT_SYMBOL vmlinux 0x4abf189d pci_restore_state +EXPORT_SYMBOL vmlinux 0x4ad258e1 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x4ada152f kernel_sock_shutdown EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b0352ce pci_write_config_dword EXPORT_SYMBOL vmlinux 0x4b354774 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x4b4ad68c security_locked_down EXPORT_SYMBOL vmlinux 0x4b5c2f3b block_is_partially_uptodate EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback EXPORT_SYMBOL vmlinux 0x4b68d6b8 _dev_info +EXPORT_SYMBOL vmlinux 0x4b6fefb6 netdev_change_features EXPORT_SYMBOL vmlinux 0x4b7dd268 bio_endio EXPORT_SYMBOL vmlinux 0x4b7ea8f8 md_write_end -EXPORT_SYMBOL vmlinux 0x4b951208 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x4b85d01a nf_unregister_net_hooks EXPORT_SYMBOL vmlinux 0x4ba84681 put_disk EXPORT_SYMBOL vmlinux 0x4baf7e59 sha256_final +EXPORT_SYMBOL vmlinux 0x4bce5810 udplite_prot EXPORT_SYMBOL vmlinux 0x4c26295e __tty_alloc_driver EXPORT_SYMBOL vmlinux 0x4c3ab29b pipe_unlock EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast -EXPORT_SYMBOL vmlinux 0x4c4947dc pci_request_regions EXPORT_SYMBOL vmlinux 0x4c4c956e nla_memcmp +EXPORT_SYMBOL vmlinux 0x4c5f847c eth_header EXPORT_SYMBOL vmlinux 0x4c995135 flow_rule_match_meta EXPORT_SYMBOL vmlinux 0x4cb8ee9b fuse_dequeue_forget EXPORT_SYMBOL vmlinux 0x4cd79ef6 file_open_root EXPORT_SYMBOL vmlinux 0x4cd8afcf key_alloc -EXPORT_SYMBOL vmlinux 0x4cdf0620 pneigh_lookup -EXPORT_SYMBOL vmlinux 0x4cef6283 inet_accept EXPORT_SYMBOL vmlinux 0x4d004c45 proc_doulongvec_minmax -EXPORT_SYMBOL vmlinux 0x4d0f990c sock_wfree +EXPORT_SYMBOL vmlinux 0x4d082ef6 icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x4d415945 dma_resv_add_excl_fence -EXPORT_SYMBOL vmlinux 0x4d42ddd1 tcf_block_get EXPORT_SYMBOL vmlinux 0x4d52a5d5 ccw_device_start_timeout_key EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic EXPORT_SYMBOL vmlinux 0x4d72d3aa chacha_block EXPORT_SYMBOL vmlinux 0x4d7c810f get_ipc_ns_exported EXPORT_SYMBOL vmlinux 0x4d7f222b locks_delete_block +EXPORT_SYMBOL vmlinux 0x4d7f67a9 pcie_set_readrq EXPORT_SYMBOL vmlinux 0x4d83466c writeback_inodes_sb_nr EXPORT_SYMBOL vmlinux 0x4d8f4e98 security_dentry_create_files_as EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase EXPORT_SYMBOL vmlinux 0x4dce89e0 fs_parse -EXPORT_SYMBOL vmlinux 0x4dcf0737 tcp_v4_syn_recv_sock EXPORT_SYMBOL vmlinux 0x4dd84347 dquot_get_next_id EXPORT_SYMBOL vmlinux 0x4dda726b match_strlcpy EXPORT_SYMBOL vmlinux 0x4dea1053 memchr EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e0d6572 pci_clear_mwi EXPORT_SYMBOL vmlinux 0x4e0e5dae simple_empty +EXPORT_SYMBOL vmlinux 0x4e1407bc tcp_time_wait +EXPORT_SYMBOL vmlinux 0x4e25a333 netdev_features_change +EXPORT_SYMBOL vmlinux 0x4e2a167a msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x4e3017c9 pci_bus_write_config_dword EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int EXPORT_SYMBOL vmlinux 0x4e4924ea init_virt_timer -EXPORT_SYMBOL vmlinux 0x4e50b5ec tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x4e5c1415 __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console EXPORT_SYMBOL vmlinux 0x4e7194a9 block_commit_write EXPORT_SYMBOL vmlinux 0x4e72e5da forget_all_cached_acls -EXPORT_SYMBOL vmlinux 0x4e79ebb4 inet_unregister_protosw EXPORT_SYMBOL vmlinux 0x4e8229ca __sync_dirty_buffer -EXPORT_SYMBOL vmlinux 0x4e8d1f54 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x4e8e7f45 truncate_pagecache EXPORT_SYMBOL vmlinux 0x4e9b851a gen_pool_set_algo -EXPORT_SYMBOL vmlinux 0x4ea655cc rtnl_create_link EXPORT_SYMBOL vmlinux 0x4eaa57ef pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4eadbe68 mr_table_dump +EXPORT_SYMBOL vmlinux 0x4eb32f4c udp_disconnect EXPORT_SYMBOL vmlinux 0x4ec076fa jbd2_journal_submit_inode_data_buffers -EXPORT_SYMBOL vmlinux 0x4ec2a025 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x4ec3bf7b ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 EXPORT_SYMBOL vmlinux 0x4ec9d931 seq_file_path +EXPORT_SYMBOL vmlinux 0x4ecec265 __dst_destroy_metrics_generic EXPORT_SYMBOL vmlinux 0x4ed7b3b5 hex2bin EXPORT_SYMBOL vmlinux 0x4ee07267 kthread_destroy_worker EXPORT_SYMBOL vmlinux 0x4ee6b680 __tracepoint_s390_cio_rsch EXPORT_SYMBOL vmlinux 0x4eec9dab arch_spin_lock_wait -EXPORT_SYMBOL vmlinux 0x4f0f5adf sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x4f174e99 neigh_sysctl_unregister EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create EXPORT_SYMBOL vmlinux 0x4f2cd1b5 __cpcmd EXPORT_SYMBOL vmlinux 0x4f30e04e dma_resv_copy_fences -EXPORT_SYMBOL vmlinux 0x4f612e3e pci_release_regions -EXPORT_SYMBOL vmlinux 0x4f658090 pci_pme_active -EXPORT_SYMBOL vmlinux 0x4f71a504 kernel_sock_ip_overhead -EXPORT_SYMBOL vmlinux 0x4f7c5c4e kfree_skb +EXPORT_SYMBOL vmlinux 0x4f63206a ipv6_find_hdr EXPORT_SYMBOL vmlinux 0x4faec757 inetpeer_invalidate_tree EXPORT_SYMBOL vmlinux 0x4fb2a201 scsi_device_quiesce EXPORT_SYMBOL vmlinux 0x4fcfeba5 setattr_prepare EXPORT_SYMBOL vmlinux 0x4fe29905 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x4fea0a37 mr_mfc_find_parent EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security EXPORT_SYMBOL vmlinux 0x5009c71d glob_match -EXPORT_SYMBOL vmlinux 0x502225ca sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x502c7027 iov_iter_advance EXPORT_SYMBOL vmlinux 0x50354e29 dma_pool_create EXPORT_SYMBOL vmlinux 0x5035cbcf xa_get_mark EXPORT_SYMBOL vmlinux 0x503dfa15 param_get_ulong EXPORT_SYMBOL vmlinux 0x50468675 generic_file_write_iter -EXPORT_SYMBOL vmlinux 0x505eb832 sock_recvmsg EXPORT_SYMBOL vmlinux 0x5061ecaf airq_iv_free EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507a0299 km_report EXPORT_SYMBOL vmlinux 0x507b25d0 kstrndup -EXPORT_SYMBOL vmlinux 0x507ca048 pcim_iounmap_regions EXPORT_SYMBOL vmlinux 0x507d6239 lockref_get_not_dead EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50af24c2 pci_pme_active EXPORT_SYMBOL vmlinux 0x50b81542 node_to_cpumask_map EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security EXPORT_SYMBOL vmlinux 0x50c3b347 scmd_printk -EXPORT_SYMBOL vmlinux 0x50c70e6e pci_pme_capable +EXPORT_SYMBOL vmlinux 0x50c70f38 ip_fraglist_prepare EXPORT_SYMBOL vmlinux 0x50cbf9c9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50d0cedd pci_find_resource EXPORT_SYMBOL vmlinux 0x50d516eb __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x50d94b1c tcp_child_process EXPORT_SYMBOL vmlinux 0x50e0a893 lockref_get_not_zero EXPORT_SYMBOL vmlinux 0x50e7dba9 flow_rule_match_cvlan EXPORT_SYMBOL vmlinux 0x51070e2d seq_path -EXPORT_SYMBOL vmlinux 0x5118bd13 netdev_update_features +EXPORT_SYMBOL vmlinux 0x51072ae5 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x5118f8f7 unregister_netdev +EXPORT_SYMBOL vmlinux 0x512109ce netdev_alert +EXPORT_SYMBOL vmlinux 0x5123934a dev_remove_offload +EXPORT_SYMBOL vmlinux 0x512e8e24 tcf_chain_get_by_act EXPORT_SYMBOL vmlinux 0x5143ce65 radix_tree_iter_resume EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask EXPORT_SYMBOL vmlinux 0x514c9071 arch_debugfs_dir EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend -EXPORT_SYMBOL vmlinux 0x516d142d pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x518702e9 memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x518bb9e6 diag204 -EXPORT_SYMBOL vmlinux 0x51a57771 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x51a1b1a1 pci_irq_get_node +EXPORT_SYMBOL vmlinux 0x51a2771d pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x51a9d619 pgste_perform_essa EXPORT_SYMBOL vmlinux 0x51b5d4d5 alloc_file_pseudo EXPORT_SYMBOL vmlinux 0x51fafb45 __cgroup_bpf_run_filter_sock_ops EXPORT_SYMBOL vmlinux 0x522e96ac pid_task EXPORT_SYMBOL vmlinux 0x522fba1d raw3270_reset -EXPORT_SYMBOL vmlinux 0x52577781 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x52593b51 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x525ed588 pci_set_power_state EXPORT_SYMBOL vmlinux 0x52615328 devm_free_irq EXPORT_SYMBOL vmlinux 0x52620d64 cdrom_number_of_slots EXPORT_SYMBOL vmlinux 0x52819990 kernel_cpumcf_alert EXPORT_SYMBOL vmlinux 0x529e1236 jbd2_journal_extend EXPORT_SYMBOL vmlinux 0x529e7ad7 clear_inode +EXPORT_SYMBOL vmlinux 0x52a67aa9 pci_scan_slot EXPORT_SYMBOL vmlinux 0x52ac3b3e generic_file_read_iter -EXPORT_SYMBOL vmlinux 0x52c1466e tcp_sendmsg -EXPORT_SYMBOL vmlinux 0x52c196cc skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0x52c656b6 sched_autogroup_detach -EXPORT_SYMBOL vmlinux 0x52cdc6a9 sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x52ce3910 ethtool_op_get_ts_info EXPORT_SYMBOL vmlinux 0x52d6f2d4 module_refcount EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init -EXPORT_SYMBOL vmlinux 0x52e0bee2 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0x52efa20b proc_create_data EXPORT_SYMBOL vmlinux 0x52f5f544 qdisc_watchdog_cancel EXPORT_SYMBOL vmlinux 0x530080d4 set_groups +EXPORT_SYMBOL vmlinux 0x53019782 km_policy_expired EXPORT_SYMBOL vmlinux 0x530bbc96 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x531eb0ad __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x53362bda xfrm_state_check_expire EXPORT_SYMBOL vmlinux 0x5341d76d filp_close -EXPORT_SYMBOL vmlinux 0x5366521d nf_log_register -EXPORT_SYMBOL vmlinux 0x537c226e sock_cmsg_send -EXPORT_SYMBOL vmlinux 0x5380a7c9 dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x5385c2d8 tcf_idr_create -EXPORT_SYMBOL vmlinux 0x5388d6ac netdev_bind_sb_channel_queue EXPORT_SYMBOL vmlinux 0x53a8df21 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x53c75e64 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x53d38151 logfc EXPORT_SYMBOL vmlinux 0x53d7100f dma_direct_map_page EXPORT_SYMBOL vmlinux 0x540862e2 diag14 EXPORT_SYMBOL vmlinux 0x541450fc thaw_super -EXPORT_SYMBOL vmlinux 0x54192be0 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x5420b829 pci_get_subsys EXPORT_SYMBOL vmlinux 0x54266a44 iov_iter_revert EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start EXPORT_SYMBOL vmlinux 0x5445feab __irq_regs EXPORT_SYMBOL vmlinux 0x544b3816 request_key_with_auxdata -EXPORT_SYMBOL vmlinux 0x5462ff9d xfrm_spd_getinfo EXPORT_SYMBOL vmlinux 0x54682b22 fc_mount EXPORT_SYMBOL vmlinux 0x5473abfa xsk_umem_peek_addr +EXPORT_SYMBOL vmlinux 0x54770a19 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x547f78ab pci_find_capability EXPORT_SYMBOL vmlinux 0x548fcdb4 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x5499c08c __scm_send EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul EXPORT_SYMBOL vmlinux 0x54afe7d8 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x54b5ca84 dev_get_phys_port_name EXPORT_SYMBOL vmlinux 0x54bcf641 param_set_short EXPORT_SYMBOL vmlinux 0x54c1baf9 get_task_exe_file -EXPORT_SYMBOL vmlinux 0x54cd3f3e tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x54daf5ac ipv6_dev_get_saddr EXPORT_SYMBOL vmlinux 0x54e6f003 nvm_register_tgt_type EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp EXPORT_SYMBOL vmlinux 0x54f500c5 iget5_locked -EXPORT_SYMBOL vmlinux 0x54f94868 sk_reset_timer EXPORT_SYMBOL vmlinux 0x54ff75a4 discard_new_inode -EXPORT_SYMBOL vmlinux 0x55024473 sk_capable EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit EXPORT_SYMBOL vmlinux 0x550ba55a jbd2_journal_inode_ranged_write EXPORT_SYMBOL vmlinux 0x5519f958 blk_mq_complete_request EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color EXPORT_SYMBOL vmlinux 0x552a776e unload_nls -EXPORT_SYMBOL vmlinux 0x552d21d8 __dev_remove_pack EXPORT_SYMBOL vmlinux 0x55353f12 key_payload_reserve EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched EXPORT_SYMBOL vmlinux 0x55678b4b bsearch EXPORT_SYMBOL vmlinux 0x556b4d2f seq_dentry -EXPORT_SYMBOL vmlinux 0x55718066 rt6_lookup EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey EXPORT_SYMBOL vmlinux 0x558e7f0a security_tun_dev_attach -EXPORT_SYMBOL vmlinux 0x559353b7 pci_bus_read_config_dword EXPORT_SYMBOL vmlinux 0x55a15cdb page_cache_next_miss EXPORT_SYMBOL vmlinux 0x55a3f3e0 sclp_add_request EXPORT_SYMBOL vmlinux 0x55c0ba05 _copy_from_iter_full_nocache -EXPORT_SYMBOL vmlinux 0x55c98a4a inet_csk_accept EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 EXPORT_SYMBOL vmlinux 0x55eccdf5 mod_virt_timer +EXPORT_SYMBOL vmlinux 0x55f6b16c tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x55faf912 bdi_put EXPORT_SYMBOL vmlinux 0x55fbaf1d smsg_unregister_callback EXPORT_SYMBOL vmlinux 0x5610d8c0 dquot_operations EXPORT_SYMBOL vmlinux 0x562b9be5 ap_test_config_ctrl_domain -EXPORT_SYMBOL vmlinux 0x562f9fe2 netdev_err EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user -EXPORT_SYMBOL vmlinux 0x563c3c09 inet_gro_complete EXPORT_SYMBOL vmlinux 0x563c6723 genlmsg_put EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk EXPORT_SYMBOL vmlinux 0x5673a7a5 xsk_set_tx_need_wakeup -EXPORT_SYMBOL vmlinux 0x567e614d eth_header EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask EXPORT_SYMBOL vmlinux 0x56a5844a __debug_sprintf_event EXPORT_SYMBOL vmlinux 0x56a78f8b dqget +EXPORT_SYMBOL vmlinux 0x56b06840 pci_unregister_driver EXPORT_SYMBOL vmlinux 0x56b4f918 uv_info -EXPORT_SYMBOL vmlinux 0x56bb9a81 tcp_check_req EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg EXPORT_SYMBOL vmlinux 0x56ca422a raw3270_start EXPORT_SYMBOL vmlinux 0x56d78870 chsc EXPORT_SYMBOL vmlinux 0x56f094e4 __mark_inode_dirty EXPORT_SYMBOL vmlinux 0x56f8c371 __tracepoint_kfree EXPORT_SYMBOL vmlinux 0x56fbc9eb scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x56fdbc40 skb_dequeue EXPORT_SYMBOL vmlinux 0x57222108 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x5727a7be inet_release EXPORT_SYMBOL vmlinux 0x573efaa9 md_register_thread EXPORT_SYMBOL vmlinux 0x574914b1 kmem_cache_create EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 EXPORT_SYMBOL vmlinux 0x578a1876 tun_xdp_to_ptr -EXPORT_SYMBOL vmlinux 0x578d852b netdev_port_same_parent_id EXPORT_SYMBOL vmlinux 0x57b4f021 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x57c3fb16 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x57d907eb sock_no_sendpage EXPORT_SYMBOL vmlinux 0x57e63d25 gnet_stats_start_copy EXPORT_SYMBOL vmlinux 0x580ddfce watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x580ef3a9 nf_log_register EXPORT_SYMBOL vmlinux 0x581f7d63 remap_vmalloc_range EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb -EXPORT_SYMBOL vmlinux 0x5842f37c ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x5837a7dc pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0x584447b4 tty_do_resize +EXPORT_SYMBOL vmlinux 0x58765d75 xfrm_register_type EXPORT_SYMBOL vmlinux 0x58781b1c blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x5878b65e dev_get_valid_name EXPORT_SYMBOL vmlinux 0x588ea78a hchacha_block -EXPORT_SYMBOL vmlinux 0x58a06145 fqdir_init +EXPORT_SYMBOL vmlinux 0x589dce03 inet_frag_find EXPORT_SYMBOL vmlinux 0x58a81d27 flow_rule_match_control EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info EXPORT_SYMBOL vmlinux 0x58b08e29 free_inode_nonrcu @@ -3967,60 +3977,63 @@ EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many EXPORT_SYMBOL vmlinux 0x58b5abf8 mount_nodev EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard EXPORT_SYMBOL vmlinux 0x58cd1b54 string_escape_mem -EXPORT_SYMBOL vmlinux 0x58cf85c3 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x58d11ce8 tcp_req_err EXPORT_SYMBOL vmlinux 0x58dd44a3 security_sctp_assoc_request EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58f9fc79 zpci_report_error EXPORT_SYMBOL vmlinux 0x5912a720 __seq_open_private -EXPORT_SYMBOL vmlinux 0x5931c060 netdev_upper_dev_link -EXPORT_SYMBOL vmlinux 0x593b3341 ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0x59588850 vsscanf -EXPORT_SYMBOL vmlinux 0x59ac0776 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x596b09be tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x598eef4e nf_ip_checksum EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated -EXPORT_SYMBOL vmlinux 0x59c063af inet_gro_receive -EXPORT_SYMBOL vmlinux 0x59d0382e lock_sock_fast EXPORT_SYMBOL vmlinux 0x59e806fc tcf_idr_search -EXPORT_SYMBOL vmlinux 0x59ee9989 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0x5a03617e get_cached_acl_rcu EXPORT_SYMBOL vmlinux 0x5a10f98e del_virt_timer -EXPORT_SYMBOL vmlinux 0x5a2088e2 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x5a153c81 netif_napi_add EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a51862f xfrm_register_km EXPORT_SYMBOL vmlinux 0x5a56354f jbd2_journal_check_used_features EXPORT_SYMBOL vmlinux 0x5a5a6acd file_ns_capable EXPORT_SYMBOL vmlinux 0x5a5e7ea3 simple_read_from_buffer EXPORT_SYMBOL vmlinux 0x5a62ba29 fscrypt_ioctl_get_policy EXPORT_SYMBOL vmlinux 0x5a6df006 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a87ba6a netdev_rx_csum_fault EXPORT_SYMBOL vmlinux 0x5a8afb3d do_splice_direct EXPORT_SYMBOL vmlinux 0x5aaa567c follow_down_one +EXPORT_SYMBOL vmlinux 0x5aadf6ac sock_register EXPORT_SYMBOL vmlinux 0x5ac566b5 nvm_register EXPORT_SYMBOL vmlinux 0x5ad94e37 dquot_set_dqblk EXPORT_SYMBOL vmlinux 0x5b01c91c page_pool_destroy EXPORT_SYMBOL vmlinux 0x5b249b78 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x5b2595fd inet_register_protosw EXPORT_SYMBOL vmlinux 0x5b267282 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x5b2a485b tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0x5b2b28ab tcw_add_tidaw -EXPORT_SYMBOL vmlinux 0x5b2e531e dst_release EXPORT_SYMBOL vmlinux 0x5b36d5dd utf8agemax EXPORT_SYMBOL vmlinux 0x5b49a148 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x5b4fe607 pci_set_master EXPORT_SYMBOL vmlinux 0x5b5d7acd make_kgid EXPORT_SYMBOL vmlinux 0x5b604bd1 segment_type EXPORT_SYMBOL vmlinux 0x5b7750c9 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5b8db04a tcp_setsockopt EXPORT_SYMBOL vmlinux 0x5b8f3fe2 is_bad_inode EXPORT_SYMBOL vmlinux 0x5ba34244 cond_set_guest_storage_key +EXPORT_SYMBOL vmlinux 0x5bade62b xfrm_policy_delete EXPORT_SYMBOL vmlinux 0x5bb76929 make_bad_inode EXPORT_SYMBOL vmlinux 0x5bc8cd2a set_blocksize EXPORT_SYMBOL vmlinux 0x5bcaa3a8 memory_read_from_io_buffer +EXPORT_SYMBOL vmlinux 0x5bcfba63 __skb_checksum EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub -EXPORT_SYMBOL vmlinux 0x5c1a0a82 dev_set_alias EXPORT_SYMBOL vmlinux 0x5c2d456c utf8_strncmp EXPORT_SYMBOL vmlinux 0x5c4265f6 blk_unregister_region EXPORT_SYMBOL vmlinux 0x5c44034e thaw_bdev -EXPORT_SYMBOL vmlinux 0x5c4be72a ping_prot -EXPORT_SYMBOL vmlinux 0x5c60b1d1 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x5c5d61e2 inet_stream_connect EXPORT_SYMBOL vmlinux 0x5c6383f0 md_bitmap_close_sync EXPORT_SYMBOL vmlinux 0x5c8169db prepare_to_swait_exclusive EXPORT_SYMBOL vmlinux 0x5c89f9cf file_remove_privs EXPORT_SYMBOL vmlinux 0x5c923848 s390_epoch_delta_notifier +EXPORT_SYMBOL vmlinux 0x5ca39c97 skb_headers_offset_update EXPORT_SYMBOL vmlinux 0x5cb7c60a vmf_insert_pfn_prot -EXPORT_SYMBOL vmlinux 0x5cbdfb8b skb_copy_header EXPORT_SYMBOL vmlinux 0x5cc05cc2 unlock_new_inode EXPORT_SYMBOL vmlinux 0x5cc32bdc bitmap_copy_le EXPORT_SYMBOL vmlinux 0x5ccd5541 file_check_and_advance_wb_err @@ -4028,280 +4041,278 @@ EXPORT_SYMBOL vmlinux 0x5cd00cc9 con_set_default_unimap EXPORT_SYMBOL vmlinux 0x5cdba706 netlink_broadcast_filtered EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor EXPORT_SYMBOL vmlinux 0x5cfe7a11 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x5d0703f8 udp_skb_destructor EXPORT_SYMBOL vmlinux 0x5d33c259 netlink_kernel_release EXPORT_SYMBOL vmlinux 0x5d3d047d dfltcc_can_deflate EXPORT_SYMBOL vmlinux 0x5d45c7fe __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x5d47e703 tc_setup_flow_action EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry -EXPORT_SYMBOL vmlinux 0x5d4df098 eth_get_headlen EXPORT_SYMBOL vmlinux 0x5d52dc86 freezing_slow_path -EXPORT_SYMBOL vmlinux 0x5d6d8960 xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0x5d75d854 jbd2_journal_set_features -EXPORT_SYMBOL vmlinux 0x5d78ff7f tc_cleanup_flow_action EXPORT_SYMBOL vmlinux 0x5d7b691e dquot_mark_dquot_dirty EXPORT_SYMBOL vmlinux 0x5d7dee6b strscpy_pad +EXPORT_SYMBOL vmlinux 0x5d7fa1ab dev_activate EXPORT_SYMBOL vmlinux 0x5d830297 get_random_bytes_arch EXPORT_SYMBOL vmlinux 0x5d9140e0 md_check_recovery EXPORT_SYMBOL vmlinux 0x5d91ea64 dma_direct_unmap_page EXPORT_SYMBOL vmlinux 0x5d989657 genl_notify -EXPORT_SYMBOL vmlinux 0x5dd33a84 __skb_pad +EXPORT_SYMBOL vmlinux 0x5da63376 eth_header_parse +EXPORT_SYMBOL vmlinux 0x5dbd854b __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x5dce9b1f inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x5dd3cedf gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x5dd5b2f4 inet6_add_offload EXPORT_SYMBOL vmlinux 0x5dde42f7 user_path_at_empty EXPORT_SYMBOL vmlinux 0x5de20d4d d_prune_aliases +EXPORT_SYMBOL vmlinux 0x5de24fe8 pci_disable_msix EXPORT_SYMBOL vmlinux 0x5df22f97 genl_family_attrbuf EXPORT_SYMBOL vmlinux 0x5df756d7 __crypto_memneq EXPORT_SYMBOL vmlinux 0x5df7b983 kset_register EXPORT_SYMBOL vmlinux 0x5e20d0e0 gen_pool_dma_alloc_align EXPORT_SYMBOL vmlinux 0x5e21cb82 ap_send EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe -EXPORT_SYMBOL vmlinux 0x5e5a460f tcp_filter EXPORT_SYMBOL vmlinux 0x5e5aedfe set_disk_ro EXPORT_SYMBOL vmlinux 0x5e5b76f8 __tracepoint_kmalloc_node EXPORT_SYMBOL vmlinux 0x5e66518f __lookup_constant EXPORT_SYMBOL vmlinux 0x5e71d44b timespec64_trunc +EXPORT_SYMBOL vmlinux 0x5e74eb4a seg6_hmac_info_lookup EXPORT_SYMBOL vmlinux 0x5e78d1ad fiemap_check_flags EXPORT_SYMBOL vmlinux 0x5e86171d raw3270_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5e862705 compat_ip_getsockopt EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask -EXPORT_SYMBOL vmlinux 0x5ea2dd96 inet_get_local_port_range -EXPORT_SYMBOL vmlinux 0x5ea3b1ef inet6_add_protocol EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg EXPORT_SYMBOL vmlinux 0x5ebd7a79 proc_dointvec_userhz_jiffies EXPORT_SYMBOL vmlinux 0x5ecd1530 idr_destroy EXPORT_SYMBOL vmlinux 0x5ecfeec6 __per_cpu_offset EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch -EXPORT_SYMBOL vmlinux 0x5ed176fa eth_header_cache_update EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun EXPORT_SYMBOL vmlinux 0x5edc1e7b fscrypt_enqueue_decrypt_bio EXPORT_SYMBOL vmlinux 0x5ededfe0 generic_copy_file_range EXPORT_SYMBOL vmlinux 0x5eeb1c6d iov_iter_single_seg_count EXPORT_SYMBOL vmlinux 0x5f02ef79 dma_direct_map_resource EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters -EXPORT_SYMBOL vmlinux 0x5f1f396d tcp_seq_stop -EXPORT_SYMBOL vmlinux 0x5f2190e0 dst_dev_put -EXPORT_SYMBOL vmlinux 0x5f3708e7 kernel_listen -EXPORT_SYMBOL vmlinux 0x5f469f04 ip_check_defrag -EXPORT_SYMBOL vmlinux 0x5f51c305 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x5f1ea75d scm_fp_dup +EXPORT_SYMBOL vmlinux 0x5f5111f2 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x5f6e21ad sock_wfree EXPORT_SYMBOL vmlinux 0x5f7e6975 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5f80673e eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5f84262b inet_frag_pull_head EXPORT_SYMBOL vmlinux 0x5f8d4d59 set_guest_storage_key EXPORT_SYMBOL vmlinux 0x5f98bdb6 nf_hooks_needed EXPORT_SYMBOL vmlinux 0x5fa02b22 param_get_int EXPORT_SYMBOL vmlinux 0x5fb1c8d7 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x5fbf43c5 __ip_options_compile EXPORT_SYMBOL vmlinux 0x5fd2298e strnstr -EXPORT_SYMBOL vmlinux 0x5fd52ef9 blk_queue_split EXPORT_SYMBOL vmlinux 0x5fda0adb ZSTD_DDictWorkspaceBound EXPORT_SYMBOL vmlinux 0x5fef6d11 nvm_dev_dma_alloc +EXPORT_SYMBOL vmlinux 0x5ffb3b14 skb_copy_and_csum_bits EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60106653 skb_seq_read EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create EXPORT_SYMBOL vmlinux 0x602eb79e configfs_undepend_item EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier EXPORT_SYMBOL vmlinux 0x603788bd vlan_filter_push_vids -EXPORT_SYMBOL vmlinux 0x60494e82 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x6049a342 tcp_sendpage EXPORT_SYMBOL vmlinux 0x604a2190 d_drop EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent EXPORT_SYMBOL vmlinux 0x605bfea7 vm_map_pages_zero -EXPORT_SYMBOL vmlinux 0x60653e49 inet_frags_fini -EXPORT_SYMBOL vmlinux 0x6083cb0c alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0x608d249b proc_doulongvec_ms_jiffies_minmax EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net -EXPORT_SYMBOL vmlinux 0x60a794c7 netdev_update_lockdep_key EXPORT_SYMBOL vmlinux 0x60b5c8dd register_external_irq EXPORT_SYMBOL vmlinux 0x60ba2598 dm_put_table_device +EXPORT_SYMBOL vmlinux 0x60ba6155 tso_count_descs EXPORT_SYMBOL vmlinux 0x60ba98ec ccw_device_set_options_mask EXPORT_SYMBOL vmlinux 0x60c4aa7b simple_pin_fs +EXPORT_SYMBOL vmlinux 0x60d6bc9f dev_add_offload EXPORT_SYMBOL vmlinux 0x60f9f5cf gnet_stats_start_copy_compat EXPORT_SYMBOL vmlinux 0x6101787f key_link EXPORT_SYMBOL vmlinux 0x6101ed65 nmi_panic +EXPORT_SYMBOL vmlinux 0x610dbb9d pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x611ab0c7 xfrm_if_register_cb EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit EXPORT_SYMBOL vmlinux 0x612cd453 sg_alloc_table_from_pages -EXPORT_SYMBOL vmlinux 0x614700ec pci_unregister_driver EXPORT_SYMBOL vmlinux 0x6152aabe kobject_get EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set EXPORT_SYMBOL vmlinux 0x61648897 vfs_llseek -EXPORT_SYMBOL vmlinux 0x619301fc seg6_hmac_info_add -EXPORT_SYMBOL vmlinux 0x61adf911 inet_protos EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull -EXPORT_SYMBOL vmlinux 0x61c67618 tcp_mtu_to_mss EXPORT_SYMBOL vmlinux 0x61c8b053 tty_devnum EXPORT_SYMBOL vmlinux 0x61def097 blk_queue_stack_limits EXPORT_SYMBOL vmlinux 0x61df748c block_invalidatepage -EXPORT_SYMBOL vmlinux 0x61e205e0 dev_get_phys_port_id EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x620f13fa neigh_sysctl_register EXPORT_SYMBOL vmlinux 0x6215875a get_guest_storage_key EXPORT_SYMBOL vmlinux 0x621bca23 ccw_device_get_mdc -EXPORT_SYMBOL vmlinux 0x62239edb pci_claim_resource EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single EXPORT_SYMBOL vmlinux 0x624c45c1 trace_print_array_seq -EXPORT_SYMBOL vmlinux 0x625138b6 ip_route_input_noref EXPORT_SYMBOL vmlinux 0x62521596 blk_mq_unique_tag -EXPORT_SYMBOL vmlinux 0x6269593b proto_unregister EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name -EXPORT_SYMBOL vmlinux 0x62865cd4 tcp_rcv_state_process -EXPORT_SYMBOL vmlinux 0x6291f3e4 netif_set_xps_queue EXPORT_SYMBOL vmlinux 0x6291f91d sched_autogroup_create_attach EXPORT_SYMBOL vmlinux 0x629f201e scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x62a780f8 pci_release_resource EXPORT_SYMBOL vmlinux 0x62bf6edf utf8agemin -EXPORT_SYMBOL vmlinux 0x62c25f1c tcp_v4_conn_request EXPORT_SYMBOL vmlinux 0x62db3671 register_service_level EXPORT_SYMBOL vmlinux 0x62f76fea get_ccwdev_by_busid +EXPORT_SYMBOL vmlinux 0x631462bd xfrm_lookup_with_ifid EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63245e28 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x6337799d sock_no_getname EXPORT_SYMBOL vmlinux 0x63393750 md_bitmap_unplug EXPORT_SYMBOL vmlinux 0x634bf7e4 percpu_counter_add_batch EXPORT_SYMBOL vmlinux 0x6371e098 cio_irb -EXPORT_SYMBOL vmlinux 0x639ef6ee netpoll_parse_options -EXPORT_SYMBOL vmlinux 0x63a2b95b pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x639fbf79 netif_carrier_on EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region -EXPORT_SYMBOL vmlinux 0x63bd8dc7 inet_csk_complete_hashdance -EXPORT_SYMBOL vmlinux 0x63c27223 pcim_iomap_regions EXPORT_SYMBOL vmlinux 0x63c4d61f __bitmap_weight EXPORT_SYMBOL vmlinux 0x63d2f939 dquot_initialize EXPORT_SYMBOL vmlinux 0x63d6dbd9 __tracepoint_kmem_cache_alloc_node -EXPORT_SYMBOL vmlinux 0x63ea2c55 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink -EXPORT_SYMBOL vmlinux 0x63f1d783 tcp_md5_do_del EXPORT_SYMBOL vmlinux 0x63f3d92f jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x6406655d pcie_capability_read_word EXPORT_SYMBOL vmlinux 0x640b208d blk_mq_start_hw_queues EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off EXPORT_SYMBOL vmlinux 0x643d9ba1 groups_free EXPORT_SYMBOL vmlinux 0x6448f146 __free_pages EXPORT_SYMBOL vmlinux 0x6455eca4 bioset_init_from_src EXPORT_SYMBOL vmlinux 0x645bb293 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x64612f1a sock_create_kern EXPORT_SYMBOL vmlinux 0x6472fe66 locks_copy_conflock -EXPORT_SYMBOL vmlinux 0x647f7831 pci_scan_bridge EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu EXPORT_SYMBOL vmlinux 0x64b639a3 __tracepoint_s390_cio_hsch EXPORT_SYMBOL vmlinux 0x64c94223 vmap +EXPORT_SYMBOL vmlinux 0x64da7236 xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x64e5e9e4 fs_context_for_mount EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a129a xfrm_unregister_type_offload EXPORT_SYMBOL vmlinux 0x651a4139 test_taint EXPORT_SYMBOL vmlinux 0x652032cb mac_pton -EXPORT_SYMBOL vmlinux 0x652ce61f skb_put +EXPORT_SYMBOL vmlinux 0x6521ae6a netdev_upper_dev_unlink EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob EXPORT_SYMBOL vmlinux 0x6543531a abort_creds -EXPORT_SYMBOL vmlinux 0x655c1974 xfrm_state_add -EXPORT_SYMBOL vmlinux 0x65715a76 udp_seq_stop -EXPORT_SYMBOL vmlinux 0x65739b16 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x6578b2e1 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x658a7107 skb_flow_dissect_tunnel_info EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ae74e3 sk_net_capable EXPORT_SYMBOL vmlinux 0x65c4c50f cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x65d7fd04 netif_carrier_off EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end -EXPORT_SYMBOL vmlinux 0x65ec0434 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x65e1d998 km_state_notify EXPORT_SYMBOL vmlinux 0x65f863b7 vfs_clone_file_range EXPORT_SYMBOL vmlinux 0x6609594f input_mt_drop_unused -EXPORT_SYMBOL vmlinux 0x6620d978 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x662d4344 pci_claim_resource EXPORT_SYMBOL vmlinux 0x6642d348 complete -EXPORT_SYMBOL vmlinux 0x6648f4d0 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x664c9455 __dev_set_mtu EXPORT_SYMBOL vmlinux 0x66616a6f register_sysctl EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt -EXPORT_SYMBOL vmlinux 0x666d582a pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset EXPORT_SYMBOL vmlinux 0x66895e00 netlink_rcv_skb -EXPORT_SYMBOL vmlinux 0x66929416 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x66979c72 iptun_encaps +EXPORT_SYMBOL vmlinux 0x66a5d084 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x66aa5dd0 pci_setup_cardbus EXPORT_SYMBOL vmlinux 0x66b5024e md_write_start EXPORT_SYMBOL vmlinux 0x66b98575 __init_waitqueue_head -EXPORT_SYMBOL vmlinux 0x66bbb19a inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x66d1ad67 inet_frag_destroy EXPORT_SYMBOL vmlinux 0x66decfd5 ns_to_timespec EXPORT_SYMBOL vmlinux 0x66e35819 kmem_cache_free_bulk EXPORT_SYMBOL vmlinux 0x66e69897 prandom_bytes_state EXPORT_SYMBOL vmlinux 0x66eb0e95 tty_throttle -EXPORT_SYMBOL vmlinux 0x670715e7 tso_build_hdr EXPORT_SYMBOL vmlinux 0x672144bd strlcpy EXPORT_SYMBOL vmlinux 0x6721e5a4 down_killable EXPORT_SYMBOL vmlinux 0x6723ceaf frontswap_register_ops -EXPORT_SYMBOL vmlinux 0x672fbfa7 pcix_set_mmrbc -EXPORT_SYMBOL vmlinux 0x672fc0af pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x6729939f xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x6734438e __icmp_send EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674a93b0 audit_log +EXPORT_SYMBOL vmlinux 0x6757cf3a ip_defrag EXPORT_SYMBOL vmlinux 0x6764da8a raw3270_request_set_data EXPORT_SYMBOL vmlinux 0x676a7d52 dma_resv_reserve_shared EXPORT_SYMBOL vmlinux 0x676b7d1e submit_bio -EXPORT_SYMBOL vmlinux 0x67703682 skb_csum_hwoffload_help -EXPORT_SYMBOL vmlinux 0x6776c98f inet_csk_init_xmit_timers EXPORT_SYMBOL vmlinux 0x677a3f0c debug_dflt_header_fn EXPORT_SYMBOL vmlinux 0x677a8b99 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x678680e7 ipv4_specific EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits EXPORT_SYMBOL vmlinux 0x678fcb2f load_nls +EXPORT_SYMBOL vmlinux 0x6793d09f sock_create +EXPORT_SYMBOL vmlinux 0x679830cf tcp_mmap EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b6bcba seg6_hmac_validate_skb EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu EXPORT_SYMBOL vmlinux 0x67c046a7 d_find_any_alias EXPORT_SYMBOL vmlinux 0x67c42cc1 handle_edge_irq EXPORT_SYMBOL vmlinux 0x67d3c220 md_write_inc EXPORT_SYMBOL vmlinux 0x67d5ab42 tty_wait_until_sent -EXPORT_SYMBOL vmlinux 0x67d72d23 nf_register_net_hooks -EXPORT_SYMBOL vmlinux 0x67e736f2 compat_ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x67eea785 flow_rule_match_enc_ports EXPORT_SYMBOL vmlinux 0x67fd5d02 has_capability +EXPORT_SYMBOL vmlinux 0x6828e3d1 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x68309fa3 ipv6_select_ident EXPORT_SYMBOL vmlinux 0x683abf1c truncate_inode_pages_final EXPORT_SYMBOL vmlinux 0x683e9e7f jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x68439b85 pci_free_irq_vectors EXPORT_SYMBOL vmlinux 0x6854f6b2 simple_link EXPORT_SYMBOL vmlinux 0x685e31ca groups_sort -EXPORT_SYMBOL vmlinux 0x6866d929 mr_mfc_seq_next EXPORT_SYMBOL vmlinux 0x686a8b5a input_mt_assign_slots EXPORT_SYMBOL vmlinux 0x686c170a bh_submit_read EXPORT_SYMBOL vmlinux 0x687173de ZSTD_findDecompressedSize EXPORT_SYMBOL vmlinux 0x6893b4d6 ida_alloc_range +EXPORT_SYMBOL vmlinux 0x689a3718 rt6_lookup EXPORT_SYMBOL vmlinux 0x68a3b9f9 jbd2_journal_begin_ordered_truncate -EXPORT_SYMBOL vmlinux 0x68a60e5d skb_pull EXPORT_SYMBOL vmlinux 0x68a90b51 get_default_font -EXPORT_SYMBOL vmlinux 0x68b1f6fa dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0x68bb15a3 padata_alloc_shell -EXPORT_SYMBOL vmlinux 0x68dd7a78 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x68c12fad netdev_adjacent_change_prepare EXPORT_SYMBOL vmlinux 0x68ddabba iterate_dir +EXPORT_SYMBOL vmlinux 0x68eaacb4 skb_try_coalesce EXPORT_SYMBOL vmlinux 0x68fe9e66 __kfifo_dma_out_prepare_r EXPORT_SYMBOL vmlinux 0x69097457 crc32_be -EXPORT_SYMBOL vmlinux 0x690dee80 pskb_expand_head EXPORT_SYMBOL vmlinux 0x691743d5 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x69192c33 ndo_dflt_fdb_add EXPORT_SYMBOL vmlinux 0x69227401 dfltcc_reset -EXPORT_SYMBOL vmlinux 0x6923ed90 netpoll_setup EXPORT_SYMBOL vmlinux 0x69493b1a kstrtos16 -EXPORT_SYMBOL vmlinux 0x69628603 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x6959c4d9 netpoll_send_udp EXPORT_SYMBOL vmlinux 0x6963ab06 xdp_get_umem_from_qid EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x69709286 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0x6976daec down_write EXPORT_SYMBOL vmlinux 0x698a9bdb param_ops_long EXPORT_SYMBOL vmlinux 0x699d64e8 inode_init_once -EXPORT_SYMBOL vmlinux 0x699eacd8 rawv6_mh_filter_unregister -EXPORT_SYMBOL vmlinux 0x69a23b7a inet_confirm_addr EXPORT_SYMBOL vmlinux 0x69a40144 flush_old_exec EXPORT_SYMBOL vmlinux 0x69a426b6 seq_read EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint EXPORT_SYMBOL vmlinux 0x69cf77c8 ZSTD_getDictID_fromDict EXPORT_SYMBOL vmlinux 0x69d83249 jbd2_journal_restart EXPORT_SYMBOL vmlinux 0x69d85c34 gen_pool_create -EXPORT_SYMBOL vmlinux 0x69f24346 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x69f64e7e pfifo_fast_ops EXPORT_SYMBOL vmlinux 0x69f6d274 send_sig_info EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree EXPORT_SYMBOL vmlinux 0x6a0e535b mount_subtree EXPORT_SYMBOL vmlinux 0x6a1a58f8 iov_iter_init EXPORT_SYMBOL vmlinux 0x6a38ea8e from_kuid +EXPORT_SYMBOL vmlinux 0x6a5a9d65 unregister_tcf_proto_ops EXPORT_SYMBOL vmlinux 0x6a5bf941 ccw_device_set_options EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages -EXPORT_SYMBOL vmlinux 0x6a5e9e8f in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask EXPORT_SYMBOL vmlinux 0x6a675b78 mpage_readpage EXPORT_SYMBOL vmlinux 0x6a68c5c2 blkdev_issue_flush -EXPORT_SYMBOL vmlinux 0x6a7674cc neigh_lookup +EXPORT_SYMBOL vmlinux 0x6a7a6533 pci_enable_device_io EXPORT_SYMBOL vmlinux 0x6a7a7522 netlink_ns_capable -EXPORT_SYMBOL vmlinux 0x6a87d3c8 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x6a8dbc9c sock_release EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order EXPORT_SYMBOL vmlinux 0x6aa6a29f mntget -EXPORT_SYMBOL vmlinux 0x6aaaeef8 inet_offloads -EXPORT_SYMBOL vmlinux 0x6ac31ec5 skb_store_bits EXPORT_SYMBOL vmlinux 0x6accbb58 vfs_create EXPORT_SYMBOL vmlinux 0x6ada0102 d_lookup -EXPORT_SYMBOL vmlinux 0x6b28dc22 netif_napi_del +EXPORT_SYMBOL vmlinux 0x6b0029ad mr_fill_mroute EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4884c7 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b56e90a mr_dump EXPORT_SYMBOL vmlinux 0x6b5a83a0 blk_set_stacking_limits -EXPORT_SYMBOL vmlinux 0x6b5cfb8c rtnl_unicast -EXPORT_SYMBOL vmlinux 0x6b795062 xfrm4_rcv EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval EXPORT_SYMBOL vmlinux 0x6b8a46df generic_block_bmap EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list @@ -4309,153 +4320,141 @@ EXPORT_SYMBOL vmlinux 0x6bac671b __crc32c_le EXPORT_SYMBOL vmlinux 0x6baca297 __tracepoint_s390_cio_chsc EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev EXPORT_SYMBOL vmlinux 0x6bd3a231 generic_block_fiemap -EXPORT_SYMBOL vmlinux 0x6be393ed sock_no_sendpage -EXPORT_SYMBOL vmlinux 0x6bf76022 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x6bd9a299 dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x6bfe1653 iucv_message_receive EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change -EXPORT_SYMBOL vmlinux 0x6c26c03a dev_pick_tx_cpu_id -EXPORT_SYMBOL vmlinux 0x6c27872d sock_create_lite -EXPORT_SYMBOL vmlinux 0x6c309de3 sock_alloc -EXPORT_SYMBOL vmlinux 0x6c34f6b7 pci_request_irq -EXPORT_SYMBOL vmlinux 0x6c404ab7 xfrm4_protocol_deregister EXPORT_SYMBOL vmlinux 0x6c40cacf ccw_device_tm_start_timeout EXPORT_SYMBOL vmlinux 0x6c4d7257 prepare_binprm EXPORT_SYMBOL vmlinux 0x6c60994e remove_wait_queue EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk EXPORT_SYMBOL vmlinux 0x6cba0e74 kmem_cache_alloc_node -EXPORT_SYMBOL vmlinux 0x6cbf6b44 vif_device_init EXPORT_SYMBOL vmlinux 0x6cc710ff gen_pool_first_fit EXPORT_SYMBOL vmlinux 0x6cf62166 __tracepoint_kmem_cache_alloc EXPORT_SYMBOL vmlinux 0x6cff3b90 register_fib_notifier -EXPORT_SYMBOL vmlinux 0x6d00cf9a qdisc_reset EXPORT_SYMBOL vmlinux 0x6d052eba tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x6d09d986 xfrm_trans_queue EXPORT_SYMBOL vmlinux 0x6d0a15b4 __task_pid_nr_ns EXPORT_SYMBOL vmlinux 0x6d0a5714 dmam_alloc_attrs -EXPORT_SYMBOL vmlinux 0x6d11ea6a dev_set_mac_address_user EXPORT_SYMBOL vmlinux 0x6d1ea6ec strlcat EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies -EXPORT_SYMBOL vmlinux 0x6d2a6358 tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate EXPORT_SYMBOL vmlinux 0x6d36109f page_get_link EXPORT_SYMBOL vmlinux 0x6d37610e kthread_blkcg EXPORT_SYMBOL vmlinux 0x6d3be6f1 __percpu_counter_compare -EXPORT_SYMBOL vmlinux 0x6d47ded2 inet6_protos EXPORT_SYMBOL vmlinux 0x6d5c93cf dm_register_target EXPORT_SYMBOL vmlinux 0x6d71e8d2 vfs_get_link +EXPORT_SYMBOL vmlinux 0x6d785bb8 pci_map_rom EXPORT_SYMBOL vmlinux 0x6d9c35c3 remap_pfn_range EXPORT_SYMBOL vmlinux 0x6dab0254 idr_alloc_cyclic EXPORT_SYMBOL vmlinux 0x6daea280 crc32_le_shift +EXPORT_SYMBOL vmlinux 0x6db62dab __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x6dba171e pci_bus_read_dev_vendor_id EXPORT_SYMBOL vmlinux 0x6dbdd4c4 bio_split EXPORT_SYMBOL vmlinux 0x6dc02c60 mpage_readpages -EXPORT_SYMBOL vmlinux 0x6dc99e93 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x6dcd6a6f md_handle_request EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null -EXPORT_SYMBOL vmlinux 0x6de7c147 tcp_sync_mss EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df68838 tcf_block_get_ext EXPORT_SYMBOL vmlinux 0x6e00b8cb _ebcasc EXPORT_SYMBOL vmlinux 0x6e019034 __tracepoint_module_get EXPORT_SYMBOL vmlinux 0x6e066ed9 get_vm_area +EXPORT_SYMBOL vmlinux 0x6e184100 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0x6e21bd59 init_special_inode EXPORT_SYMBOL vmlinux 0x6e360ba7 security_path_rename EXPORT_SYMBOL vmlinux 0x6e3d01ba watchdog_unregister_governor EXPORT_SYMBOL vmlinux 0x6e450700 migrate_page_copy -EXPORT_SYMBOL vmlinux 0x6e556723 __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0x6e615fa0 dcb_ieee_getapp_default_prio_mask EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock EXPORT_SYMBOL vmlinux 0x6e9ad290 cpu_have_feature EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig -EXPORT_SYMBOL vmlinux 0x6eb4d8ed udp_sendmsg -EXPORT_SYMBOL vmlinux 0x6ec1c697 tcp_sendpage EXPORT_SYMBOL vmlinux 0x6ed79c06 zpool_unregister_driver EXPORT_SYMBOL vmlinux 0x6ed8a5fc hdmi_drm_infoframe_check -EXPORT_SYMBOL vmlinux 0x6ee86840 pci_set_power_state EXPORT_SYMBOL vmlinux 0x6ef84303 kvmalloc_node -EXPORT_SYMBOL vmlinux 0x6f0891f6 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x6f0c792e default_qdisc_ops EXPORT_SYMBOL vmlinux 0x6f18b0e3 nla_put_64bit -EXPORT_SYMBOL vmlinux 0x6f18d8e2 sock_no_getname EXPORT_SYMBOL vmlinux 0x6f365e44 ZSTD_decompressContinue EXPORT_SYMBOL vmlinux 0x6f5ef93d memchr_inv +EXPORT_SYMBOL vmlinux 0x6f65cd06 pci_free_irq EXPORT_SYMBOL vmlinux 0x6f689943 ZSTD_decompressBegin_usingDict EXPORT_SYMBOL vmlinux 0x6f75b019 dquot_quotactl_sysfile_ops EXPORT_SYMBOL vmlinux 0x6f791233 alloc_cpu_rmap EXPORT_SYMBOL vmlinux 0x6f8420a3 ZSTD_findFrameCompressedSize EXPORT_SYMBOL vmlinux 0x6f8c6ba4 vfs_whiteout +EXPORT_SYMBOL vmlinux 0x6fb097ea skb_checksum_help EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb4df0a pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x6fc2745c radix_tree_gang_lookup_tag_slot EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 EXPORT_SYMBOL vmlinux 0x6fdc8fea flow_block_cb_priv EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 -EXPORT_SYMBOL vmlinux 0x7006d00e tcp_v4_destroy_sock EXPORT_SYMBOL vmlinux 0x70140cd1 vm_iomap_memory -EXPORT_SYMBOL vmlinux 0x701a567f skb_set_owner_w EXPORT_SYMBOL vmlinux 0x702e4b2b simple_transaction_get EXPORT_SYMBOL vmlinux 0x702f4acf udp_table -EXPORT_SYMBOL vmlinux 0x7055b3dc eth_mac_addr EXPORT_SYMBOL vmlinux 0x7071a4f2 cmdline_parts_free EXPORT_SYMBOL vmlinux 0x7088880f commit_creds EXPORT_SYMBOL vmlinux 0x708c158d __dquot_alloc_space EXPORT_SYMBOL vmlinux 0x708d53ce __nla_put -EXPORT_SYMBOL vmlinux 0x70b8ae7e __skb_recv_udp EXPORT_SYMBOL vmlinux 0x70d5ed93 ida_destroy EXPORT_SYMBOL vmlinux 0x70f1cd4e fb_deferred_io_mmap EXPORT_SYMBOL vmlinux 0x70f7a94c elv_rb_find EXPORT_SYMBOL vmlinux 0x70f81b56 ap_max_msg_size +EXPORT_SYMBOL vmlinux 0x71089174 dst_release +EXPORT_SYMBOL vmlinux 0x710c126c tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x710e3720 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0x710f1560 invalidate_bdev -EXPORT_SYMBOL vmlinux 0x7110b690 nf_log_bind_pf EXPORT_SYMBOL vmlinux 0x7120f9bd LZ4_setStreamDecode EXPORT_SYMBOL vmlinux 0x712135d6 proc_dostring EXPORT_SYMBOL vmlinux 0x7126bc6b debug_sprintf_view EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7137a59e skb_copy_datagram_from_iter EXPORT_SYMBOL vmlinux 0x71388544 io_uring_get_socket EXPORT_SYMBOL vmlinux 0x713b0d47 blk_register_region EXPORT_SYMBOL vmlinux 0x713d299b blk_mq_alloc_request -EXPORT_SYMBOL vmlinux 0x713d593c seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0x7145aef0 segment_load EXPORT_SYMBOL vmlinux 0x714c5157 cpu_rmap_add EXPORT_SYMBOL vmlinux 0x71567090 bpf_prog_get_type_path -EXPORT_SYMBOL vmlinux 0x7156a514 dev_pre_changeaddr_notify -EXPORT_SYMBOL vmlinux 0x715a31d1 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x715fee19 pcim_enable_device EXPORT_SYMBOL vmlinux 0x71699dad blk_mq_tagset_wait_completed_request -EXPORT_SYMBOL vmlinux 0x716b07bf mem_cgroup_from_task EXPORT_SYMBOL vmlinux 0x7171121c overflowgid EXPORT_SYMBOL vmlinux 0x717da3b9 free_bucket_spinlocks -EXPORT_SYMBOL vmlinux 0x718a92e1 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0x718f49e6 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x71940cda pci_get_slot +EXPORT_SYMBOL vmlinux 0x71944b0a inet_csk_clear_xmit_timers EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy EXPORT_SYMBOL vmlinux 0x71bcf9d9 kset_unregister +EXPORT_SYMBOL vmlinux 0x71c88e48 skb_queue_purge EXPORT_SYMBOL vmlinux 0x71df609c mempool_destroy EXPORT_SYMBOL vmlinux 0x71e10a7c iov_iter_npages EXPORT_SYMBOL vmlinux 0x71f1d0a0 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x71f83186 xfrm_sad_getinfo EXPORT_SYMBOL vmlinux 0x71ff2f19 security_sctp_bind_connect EXPORT_SYMBOL vmlinux 0x720b85d9 jbd2_journal_lock_updates -EXPORT_SYMBOL vmlinux 0x720c092e pci_request_regions_exclusive -EXPORT_SYMBOL vmlinux 0x72110a0e ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x7231068d sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x7242e96d strnchr EXPORT_SYMBOL vmlinux 0x724602f6 filemap_range_has_page EXPORT_SYMBOL vmlinux 0x724ddac7 utf8version_is_supported -EXPORT_SYMBOL vmlinux 0x72596968 netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0x72633c3d vfs_mkdir -EXPORT_SYMBOL vmlinux 0x726d9186 sk_common_release EXPORT_SYMBOL vmlinux 0x727242a9 sha256_update +EXPORT_SYMBOL vmlinux 0x72796a14 __sk_receive_skb EXPORT_SYMBOL vmlinux 0x72894de7 __set_page_dirty_buffers EXPORT_SYMBOL vmlinux 0x72b09c46 input_set_max_poll_interval EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn EXPORT_SYMBOL vmlinux 0x72c20e5a input_reset_device EXPORT_SYMBOL vmlinux 0x72e449ea __xa_set_mark -EXPORT_SYMBOL vmlinux 0x72e9284b sock_i_uid EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72efdef6 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x72efebff dev_queue_xmit EXPORT_SYMBOL vmlinux 0x72f02478 idr_get_next_ul EXPORT_SYMBOL vmlinux 0x72f622fb kernel_write +EXPORT_SYMBOL vmlinux 0x73084ffd pci_write_config_word EXPORT_SYMBOL vmlinux 0x730b096c ap_apqn_in_matrix_owned_by_def_drv -EXPORT_SYMBOL vmlinux 0x7322b047 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0x7334f643 import_single_range EXPORT_SYMBOL vmlinux 0x733bc573 crypto_sha512_finup EXPORT_SYMBOL vmlinux 0x73436283 dcb_setapp EXPORT_SYMBOL vmlinux 0x73552eb3 blk_limits_io_opt -EXPORT_SYMBOL vmlinux 0x73620e7f pci_scan_slot EXPORT_SYMBOL vmlinux 0x7367ace3 iov_iter_get_pages EXPORT_SYMBOL vmlinux 0x7380dffa argv_split EXPORT_SYMBOL vmlinux 0x73869f30 __tracepoint_s390_cio_ssch @@ -4472,17 +4471,13 @@ EXPORT_SYMBOL vmlinux 0x741f70a9 debug_stop_all EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes EXPORT_SYMBOL vmlinux 0x7455663e vfs_link EXPORT_SYMBOL vmlinux 0x7456f844 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x7465fe0f dev_getbyhwaddr_rcu EXPORT_SYMBOL vmlinux 0x7470b01a tsb_init EXPORT_SYMBOL vmlinux 0x74805a6d ap_get_qdev EXPORT_SYMBOL vmlinux 0x7481b148 refcount_add_checked -EXPORT_SYMBOL vmlinux 0x748e3259 __sk_mem_reduce_allocated -EXPORT_SYMBOL vmlinux 0x748f9ac1 get_mem_cgroup_from_mm -EXPORT_SYMBOL vmlinux 0x74a21f03 dev_add_offload -EXPORT_SYMBOL vmlinux 0x74a3e1f4 udp_prot EXPORT_SYMBOL vmlinux 0x74aa9c35 mark_page_accessed EXPORT_SYMBOL vmlinux 0x74bcf59d dquot_get_next_dqblk EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 -EXPORT_SYMBOL vmlinux 0x74caafa2 pci_restore_state EXPORT_SYMBOL vmlinux 0x74cec9e0 jbd2_journal_load EXPORT_SYMBOL vmlinux 0x74dae11b blk_queue_chunk_sectors EXPORT_SYMBOL vmlinux 0x74e1c044 __cpuhp_setup_state_cpuslocked @@ -4490,7 +4485,10 @@ EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable EXPORT_SYMBOL vmlinux 0x74f98d81 xsk_set_rx_need_wakeup EXPORT_SYMBOL vmlinux 0x7504b7c4 config_group_init_type_name EXPORT_SYMBOL vmlinux 0x7512e12d tty_hung_up_p -EXPORT_SYMBOL vmlinux 0x756d0e92 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x7515121f build_skb +EXPORT_SYMBOL vmlinux 0x751f5108 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7563b3c1 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x757b70c3 sock_no_setsockopt EXPORT_SYMBOL vmlinux 0x75825288 vfs_parse_fs_string EXPORT_SYMBOL vmlinux 0x758912a6 __dquot_free_space EXPORT_SYMBOL vmlinux 0x759a0416 __memset64 @@ -4501,7 +4499,6 @@ EXPORT_SYMBOL vmlinux 0x75b9cf29 hsch EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump -EXPORT_SYMBOL vmlinux 0x75ec3276 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x75eedf80 framebuffer_release EXPORT_SYMBOL vmlinux 0x75fcdd6f panic_notifier_list EXPORT_SYMBOL vmlinux 0x760a0f4f yield @@ -4509,184 +4506,182 @@ EXPORT_SYMBOL vmlinux 0x760a3eca ZSTD_decompressStream EXPORT_SYMBOL vmlinux 0x760b6daa add_to_page_cache_locked EXPORT_SYMBOL vmlinux 0x761453cf jbd2_journal_stop EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762d8d96 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x763fa1fe ip_generic_getfrag EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq EXPORT_SYMBOL vmlinux 0x76566817 cdev_del +EXPORT_SYMBOL vmlinux 0x765addac netdev_next_lower_dev_rcu EXPORT_SYMBOL vmlinux 0x765c7cb3 sclp EXPORT_SYMBOL vmlinux 0x766634ec dquot_commit_info EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages EXPORT_SYMBOL vmlinux 0x7671e001 xa_store_range -EXPORT_SYMBOL vmlinux 0x76755116 audit_log -EXPORT_SYMBOL vmlinux 0x768a525d __skb_checksum_complete EXPORT_SYMBOL vmlinux 0x768cf64b param_set_bool EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b29a4a netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint -EXPORT_SYMBOL vmlinux 0x76ffccf9 udplite_prot -EXPORT_SYMBOL vmlinux 0x7713cf75 ip6_xmit +EXPORT_SYMBOL vmlinux 0x77160496 rawv6_mh_filter_unregister EXPORT_SYMBOL vmlinux 0x77247c5e ap_bus_force_rescan -EXPORT_SYMBOL vmlinux 0x7726e54b pci_read_config_dword EXPORT_SYMBOL vmlinux 0x7733ae0f tty_port_alloc_xmit_buf EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource -EXPORT_SYMBOL vmlinux 0x774bae84 sock_wake_async EXPORT_SYMBOL vmlinux 0x7775049e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x7778a705 sock_alloc EXPORT_SYMBOL vmlinux 0x777d8a0e dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x77963122 sock_efree EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll -EXPORT_SYMBOL vmlinux 0x77b9b93a dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x77b9ca65 arp_create EXPORT_SYMBOL vmlinux 0x77bc13a0 strim EXPORT_SYMBOL vmlinux 0x77cfec2a unix_attach_fds EXPORT_SYMBOL vmlinux 0x77d019fb __mutex_init +EXPORT_SYMBOL vmlinux 0x77e5193b sock_no_connect EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt EXPORT_SYMBOL vmlinux 0x77f71324 single_open_size EXPORT_SYMBOL vmlinux 0x77fc9d40 radix_tree_tag_clear EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle EXPORT_SYMBOL vmlinux 0x780eec4d gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x78128601 nf_reinject EXPORT_SYMBOL vmlinux 0x7817c595 raw3270_request_alloc EXPORT_SYMBOL vmlinux 0x7819aea9 __kmalloc_node EXPORT_SYMBOL vmlinux 0x782acba5 crc_t10dif +EXPORT_SYMBOL vmlinux 0x7833ff9c eth_gro_receive +EXPORT_SYMBOL vmlinux 0x7843da9a __skb_get_hash +EXPORT_SYMBOL vmlinux 0x7844bf49 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x78560d98 sock_alloc_send_skb EXPORT_SYMBOL vmlinux 0x7864dec2 csum_and_copy_from_iter EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback EXPORT_SYMBOL vmlinux 0x7884ad6c unregister_console +EXPORT_SYMBOL vmlinux 0x78934722 sk_dst_check EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets -EXPORT_SYMBOL vmlinux 0x78a0ab1e netdev_state_change EXPORT_SYMBOL vmlinux 0x78a0e487 udplite_table EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt -EXPORT_SYMBOL vmlinux 0x78a5c2b9 pci_bus_claim_resources -EXPORT_SYMBOL vmlinux 0x78bc549b register_netdevice EXPORT_SYMBOL vmlinux 0x78be647e add_random_ready_callback EXPORT_SYMBOL vmlinux 0x78d51ca1 security_inode_setsecctx EXPORT_SYMBOL vmlinux 0x78db424f sync_inode EXPORT_SYMBOL vmlinux 0x78deaa88 dma_fence_match_context EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices -EXPORT_SYMBOL vmlinux 0x78e3acb6 __pci_register_driver EXPORT_SYMBOL vmlinux 0x78ed7423 mempool_create_node +EXPORT_SYMBOL vmlinux 0x78f81cb5 ip_cmsg_recv_offset EXPORT_SYMBOL vmlinux 0x7908a495 ccw_device_halt -EXPORT_SYMBOL vmlinux 0x7912f5a1 xfrm_unregister_km EXPORT_SYMBOL vmlinux 0x791fc469 bh_uptodate_or_lock -EXPORT_SYMBOL vmlinux 0x79256013 dev_get_by_index EXPORT_SYMBOL vmlinux 0x792d7f0f down -EXPORT_SYMBOL vmlinux 0x794c3ee4 xfrm_state_lookup_byaddr EXPORT_SYMBOL vmlinux 0x7955b3e6 md_integrity_add_rdev EXPORT_SYMBOL vmlinux 0x796fec1f page_zero_new_buffers -EXPORT_SYMBOL vmlinux 0x7983a828 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x797f883b pcie_print_link_status EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes EXPORT_SYMBOL vmlinux 0x79ad93cd ccw_device_tm_start_key +EXPORT_SYMBOL vmlinux 0x79cea98f tcp_getsockopt EXPORT_SYMBOL vmlinux 0x79d85a7f sync_filesystem EXPORT_SYMBOL vmlinux 0x79ee4225 irq_to_desc +EXPORT_SYMBOL vmlinux 0x7a068b04 __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0x7a091157 pagecache_write_end EXPORT_SYMBOL vmlinux 0x7a09a064 seg6_hmac_compute EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble EXPORT_SYMBOL vmlinux 0x7a3e9c1e simple_release_fs -EXPORT_SYMBOL vmlinux 0x7a447313 ip6_frag_next EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4947b7 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x7a522387 dev_get_by_name_rcu EXPORT_SYMBOL vmlinux 0x7a5d9a71 ZSTD_DStreamWorkspaceBound EXPORT_SYMBOL vmlinux 0x7a5fde93 _dev_emerg EXPORT_SYMBOL vmlinux 0x7a6d9711 update_region EXPORT_SYMBOL vmlinux 0x7a7d60e6 iucv_register EXPORT_SYMBOL vmlinux 0x7a7fe786 finish_no_open +EXPORT_SYMBOL vmlinux 0x7a8c305c skb_recv_datagram EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 EXPORT_SYMBOL vmlinux 0x7a9b37e8 blk_start_plug EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree -EXPORT_SYMBOL vmlinux 0x7aa251cb pci_dev_put EXPORT_SYMBOL vmlinux 0x7aa5faef zero_fill_bio_iter EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt EXPORT_SYMBOL vmlinux 0x7abd707a dev_uc_add_excl EXPORT_SYMBOL vmlinux 0x7ac4b8a5 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x7acd5056 dev_set_group EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt -EXPORT_SYMBOL vmlinux 0x7ad656d9 pci_alloc_dev EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu -EXPORT_SYMBOL vmlinux 0x7adf376a eth_header_parse_protocol -EXPORT_SYMBOL vmlinux 0x7af7fdbb ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x7addd0f0 tcp_v4_send_check EXPORT_SYMBOL vmlinux 0x7b0192da kstrtou16 -EXPORT_SYMBOL vmlinux 0x7b303969 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x7b2b14e1 pci_read_vpd EXPORT_SYMBOL vmlinux 0x7b3bb3dd put_user_pages_dirty_lock EXPORT_SYMBOL vmlinux 0x7b4eea8b migrate_page_move_mapping -EXPORT_SYMBOL vmlinux 0x7b51c862 netdev_printk +EXPORT_SYMBOL vmlinux 0x7b53d5d1 inet_addr_type EXPORT_SYMBOL vmlinux 0x7b5a7137 strncat EXPORT_SYMBOL vmlinux 0x7b5ace4c gen_pool_first_fit_align EXPORT_SYMBOL vmlinux 0x7b6f801a ilookup5 EXPORT_SYMBOL vmlinux 0x7b72b847 debug_set_level EXPORT_SYMBOL vmlinux 0x7b98190b string_escape_mem_ascii -EXPORT_SYMBOL vmlinux 0x7bb7e24f ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7bab434d netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x7bacc3c3 inet_sendmsg EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids EXPORT_SYMBOL vmlinux 0x7bd7dfd0 ap_test_config_usage_domain EXPORT_SYMBOL vmlinux 0x7bdb805d blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x7bdbbf35 ip_options_compile EXPORT_SYMBOL vmlinux 0x7c0a84d7 find_get_pages_contig EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement -EXPORT_SYMBOL vmlinux 0x7c18e33f ip_getsockopt EXPORT_SYMBOL vmlinux 0x7c1b932f devm_register_reboot_notifier -EXPORT_SYMBOL vmlinux 0x7c315015 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x7c1f2986 tcp_sync_mss EXPORT_SYMBOL vmlinux 0x7c31ab23 seq_puts EXPORT_SYMBOL vmlinux 0x7c33418e check_disk_change -EXPORT_SYMBOL vmlinux 0x7c33531f inet6_ioctl EXPORT_SYMBOL vmlinux 0x7c411ce6 inode_insert5 -EXPORT_SYMBOL vmlinux 0x7c5b3365 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x7c5d4a3a sclp_reactivate -EXPORT_SYMBOL vmlinux 0x7c78e164 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x7c5e121b tcf_get_next_chain EXPORT_SYMBOL vmlinux 0x7c7b37d8 copy_page_to_iter EXPORT_SYMBOL vmlinux 0x7c80e3b1 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x7c891508 skb_put EXPORT_SYMBOL vmlinux 0x7c989daf dcb_ieee_setapp EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next EXPORT_SYMBOL vmlinux 0x7cab4f0c dev_load EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down EXPORT_SYMBOL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL vmlinux 0x7cb8eff9 pci_enable_device_mem EXPORT_SYMBOL vmlinux 0x7cc403f5 __register_nls -EXPORT_SYMBOL vmlinux 0x7cc7c274 scm_detach_fds EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid -EXPORT_SYMBOL vmlinux 0x7ce53777 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x7cfa7e61 tcf_idr_cleanup EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t EXPORT_SYMBOL vmlinux 0x7d0f4c59 filemap_fault EXPORT_SYMBOL vmlinux 0x7d12e782 __blkdev_issue_zeroout -EXPORT_SYMBOL vmlinux 0x7d16bd92 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x7d136459 xfrm_state_register_afinfo EXPORT_SYMBOL vmlinux 0x7d4295a9 bio_put EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit EXPORT_SYMBOL vmlinux 0x7d572ce2 get_pgste -EXPORT_SYMBOL vmlinux 0x7d9f91a8 unregister_netdevice_queue -EXPORT_SYMBOL vmlinux 0x7da7e636 nf_log_packet -EXPORT_SYMBOL vmlinux 0x7daea918 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x7d732ce4 in_dev_finish_destroy EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db6b051 dev_open EXPORT_SYMBOL vmlinux 0x7dceb312 jbd2_trans_will_send_data_barrier EXPORT_SYMBOL vmlinux 0x7dd7f776 register_gifconf -EXPORT_SYMBOL vmlinux 0x7de34868 skb_queue_head EXPORT_SYMBOL vmlinux 0x7deb3702 dev_emerg_hash EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args EXPORT_SYMBOL vmlinux 0x7df975f0 wait_for_completion_io_timeout EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync -EXPORT_SYMBOL vmlinux 0x7e3b0713 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x7e346399 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x7e452ce9 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x7e51b011 pci_iomap_wc EXPORT_SYMBOL vmlinux 0x7e52fa55 freeze_bdev EXPORT_SYMBOL vmlinux 0x7e72de89 dquot_disable EXPORT_SYMBOL vmlinux 0x7e7ff7d3 simple_nosetlease EXPORT_SYMBOL vmlinux 0x7e821ba1 crc_ccitt -EXPORT_SYMBOL vmlinux 0x7e845ce7 nf_log_set EXPORT_SYMBOL vmlinux 0x7e86d32f security_inet_conn_established EXPORT_SYMBOL vmlinux 0x7e9cd616 migrate_page -EXPORT_SYMBOL vmlinux 0x7ea15031 pci_alloc_host_bridge -EXPORT_SYMBOL vmlinux 0x7ea2abca rps_may_expire_flow -EXPORT_SYMBOL vmlinux 0x7eaed292 pci_scan_root_bus EXPORT_SYMBOL vmlinux 0x7ebd035b vfs_rename -EXPORT_SYMBOL vmlinux 0x7ec47069 pcie_port_service_unregister EXPORT_SYMBOL vmlinux 0x7ec6834b release_pages EXPORT_SYMBOL vmlinux 0x7ed5ff3e ccw_device_tm_start_timeout_key EXPORT_SYMBOL vmlinux 0x7ed9bf31 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x7eddbf37 tcf_exts_destroy EXPORT_SYMBOL vmlinux 0x7ef784f2 rename_lock EXPORT_SYMBOL vmlinux 0x7efbca2c input_register_handler EXPORT_SYMBOL vmlinux 0x7f003f8e inc_node_page_state EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table -EXPORT_SYMBOL vmlinux 0x7f1e58f9 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x7f1ff355 neigh_event_ns EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs EXPORT_SYMBOL vmlinux 0x7f52071a net_dim EXPORT_SYMBOL vmlinux 0x7f543a10 sync_file_get_fence EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table -EXPORT_SYMBOL vmlinux 0x7f5b9797 pcie_capability_clear_and_set_dword EXPORT_SYMBOL vmlinux 0x7f6df71e no_seek_end_llseek EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable -EXPORT_SYMBOL vmlinux 0x7fc3af69 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x7f95d572 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x7fce4378 blk_mq_delay_kick_requeue_list EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node EXPORT_SYMBOL vmlinux 0x8005cf66 netlbl_audit_start -EXPORT_SYMBOL vmlinux 0x80280add ip_setsockopt +EXPORT_SYMBOL vmlinux 0x802219f5 inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0x80318b30 sg_copy_buffer EXPORT_SYMBOL vmlinux 0x804f69dd param_ops_byte EXPORT_SYMBOL vmlinux 0x805485ab __kfifo_out_r @@ -4694,72 +4689,69 @@ EXPORT_SYMBOL vmlinux 0x80679524 param_get_uint EXPORT_SYMBOL vmlinux 0x8069dac1 posix_acl_from_xattr EXPORT_SYMBOL vmlinux 0x806f2c92 tcw_set_tccb EXPORT_SYMBOL vmlinux 0x808efa56 noop_llseek -EXPORT_SYMBOL vmlinux 0x80afa898 pci_wake_from_d3 -EXPORT_SYMBOL vmlinux 0x80b507fc inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0x80b66127 buffer_migrate_page EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd -EXPORT_SYMBOL vmlinux 0x80d61f2b pci_read_config_word EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client EXPORT_SYMBOL vmlinux 0x80d7f717 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x80d9b1e6 pcim_iounmap EXPORT_SYMBOL vmlinux 0x80df3f05 __close_fd EXPORT_SYMBOL vmlinux 0x80f5212a security_path_mkdir EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer -EXPORT_SYMBOL vmlinux 0x811ca195 xfrm_state_free EXPORT_SYMBOL vmlinux 0x8128c039 smsg_register_callback -EXPORT_SYMBOL vmlinux 0x81297d0d sk_send_sigurg EXPORT_SYMBOL vmlinux 0x812f78eb xxh64_update EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal EXPORT_SYMBOL vmlinux 0x815c3b18 security_sock_graft EXPORT_SYMBOL vmlinux 0x816e9170 tty_port_hangup -EXPORT_SYMBOL vmlinux 0x81790bad km_state_expired EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information EXPORT_SYMBOL vmlinux 0x81844c9d vmemdup_user +EXPORT_SYMBOL vmlinux 0x81b03f2a napi_complete_done EXPORT_SYMBOL vmlinux 0x81bb2a72 dump_align EXPORT_SYMBOL vmlinux 0x81ca9287 forget_cached_acl EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill EXPORT_SYMBOL vmlinux 0x8217143c dma_fence_add_callback EXPORT_SYMBOL vmlinux 0x8223ecb4 dev_uc_unsync -EXPORT_SYMBOL vmlinux 0x8268a9ee eth_type_trans -EXPORT_SYMBOL vmlinux 0x82789a37 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init -EXPORT_SYMBOL vmlinux 0x828d0270 sock_wmalloc -EXPORT_SYMBOL vmlinux 0x828ec138 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x828d2a24 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x828f1c2e pci_alloc_dev EXPORT_SYMBOL vmlinux 0x82a73295 prepare_creds +EXPORT_SYMBOL vmlinux 0x82a8b0f2 inet_bind EXPORT_SYMBOL vmlinux 0x82afcd5c d_make_root -EXPORT_SYMBOL vmlinux 0x82c23c14 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x82c27036 rt_dst_clone EXPORT_SYMBOL vmlinux 0x82c2f005 kmalloc_order_trace EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes EXPORT_SYMBOL vmlinux 0x82d7e213 kernel_read +EXPORT_SYMBOL vmlinux 0x82d88bd1 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x82df9bc5 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x82f53570 pci_match_id +EXPORT_SYMBOL vmlinux 0x82fd20e2 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8313ba52 neigh_for_each +EXPORT_SYMBOL vmlinux 0x83207e84 netdev_master_upper_dev_link EXPORT_SYMBOL vmlinux 0x83252bea gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x8339b64e arp_tbl EXPORT_SYMBOL vmlinux 0x833e5efb tty_flip_buffer_push EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle EXPORT_SYMBOL vmlinux 0x8362909f fb_firmware_edid EXPORT_SYMBOL vmlinux 0x837b7b09 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x837ed2b4 xfrm_policy_bysel_ctx EXPORT_SYMBOL vmlinux 0x8388a840 bdevname EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839ceffc ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0x839e2ef7 nla_put EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init EXPORT_SYMBOL vmlinux 0x83c8fcb5 proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x83dadea6 lookup_one_len EXPORT_SYMBOL vmlinux 0x83e1438d raw3270_request_reset -EXPORT_SYMBOL vmlinux 0x83efc7d0 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free EXPORT_SYMBOL vmlinux 0x840d7293 new_inode EXPORT_SYMBOL vmlinux 0x841f978d seq_release -EXPORT_SYMBOL vmlinux 0x8420526a netdev_pick_tx EXPORT_SYMBOL vmlinux 0x842d5722 security_unix_stream_connect EXPORT_SYMBOL vmlinux 0x8438ff57 inc_nlink EXPORT_SYMBOL vmlinux 0x843efed0 gen_pool_dma_zalloc_align -EXPORT_SYMBOL vmlinux 0x844777d7 tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0x844b8d02 security_dentry_init_security -EXPORT_SYMBOL vmlinux 0x844c59a6 pci_read_vpd EXPORT_SYMBOL vmlinux 0x847bf357 ap_perms_mutex -EXPORT_SYMBOL vmlinux 0x848132ae sock_no_recvmsg EXPORT_SYMBOL vmlinux 0x848d22b6 finish_wait -EXPORT_SYMBOL vmlinux 0x849b4a97 netdev_warn EXPORT_SYMBOL vmlinux 0x84a069c9 dquot_alloc -EXPORT_SYMBOL vmlinux 0x84b52179 sock_alloc_file EXPORT_SYMBOL vmlinux 0x84c18f4f ZSTD_decompress_usingDDict EXPORT_SYMBOL vmlinux 0x84c66a4d __tracepoint_s390_diagnose EXPORT_SYMBOL vmlinux 0x84d36f73 input_mt_init_slots @@ -4769,79 +4761,82 @@ EXPORT_SYMBOL vmlinux 0x8516c14a flow_get_u32_dst EXPORT_SYMBOL vmlinux 0x851ff749 generic_fillattr EXPORT_SYMBOL vmlinux 0x853a7783 proc_create EXPORT_SYMBOL vmlinux 0x854f435c devm_ioremap_wc -EXPORT_SYMBOL vmlinux 0x8550556c ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0x855213fc inode_init_owner EXPORT_SYMBOL vmlinux 0x85532eb1 __tracepoint_dma_fence_enable_signal EXPORT_SYMBOL vmlinux 0x855379cb hdmi_infoframe_log EXPORT_SYMBOL vmlinux 0x8557bda0 kbd_ascebc EXPORT_SYMBOL vmlinux 0x856459be cdev_set_parent EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked -EXPORT_SYMBOL vmlinux 0x856a6815 ipv6_push_frag_opts EXPORT_SYMBOL vmlinux 0x856e6cb6 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x856f1747 pci_find_next_bus EXPORT_SYMBOL vmlinux 0x859194a5 d_set_fallthru EXPORT_SYMBOL vmlinux 0x85a3026f __wake_up_bit EXPORT_SYMBOL vmlinux 0x85abc85f strncmp EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region -EXPORT_SYMBOL vmlinux 0x85cbfe9c __pskb_copy_fclone EXPORT_SYMBOL vmlinux 0x85d14264 trace_print_flags_seq EXPORT_SYMBOL vmlinux 0x85ddc509 dquot_alloc_inode EXPORT_SYMBOL vmlinux 0x85df9b6c strsep EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85ff450e netdev_crit EXPORT_SYMBOL vmlinux 0x86035755 kmem_cache_destroy -EXPORT_SYMBOL vmlinux 0x8607fb9f __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x8606ed6d netdev_refcnt_read EXPORT_SYMBOL vmlinux 0x86237388 arch_read_lock_wait EXPORT_SYMBOL vmlinux 0x8623db37 zpool_register_driver EXPORT_SYMBOL vmlinux 0x863a276a color_table EXPORT_SYMBOL vmlinux 0x8642765e ccw_device_tm_start -EXPORT_SYMBOL vmlinux 0x8648ed01 pci_bus_write_config_byte EXPORT_SYMBOL vmlinux 0x8649f817 jbd2_journal_get_write_access EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync EXPORT_SYMBOL vmlinux 0x8650a695 bdi_alloc_node +EXPORT_SYMBOL vmlinux 0x8651d894 rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0x867c17a2 bio_list_copy_data -EXPORT_SYMBOL vmlinux 0x8680129a kernel_recvmsg EXPORT_SYMBOL vmlinux 0x86804833 md_unregister_thread EXPORT_SYMBOL vmlinux 0x86838a09 prepare_to_wait EXPORT_SYMBOL vmlinux 0x8689d3f6 ZSTD_decompressBlock EXPORT_SYMBOL vmlinux 0x868acba5 get_options -EXPORT_SYMBOL vmlinux 0x868c5831 dev_deactivate +EXPORT_SYMBOL vmlinux 0x868cdb86 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0x86b25ff7 raw3270_request_set_idal EXPORT_SYMBOL vmlinux 0x86be2f53 netdev_class_remove_file_ns EXPORT_SYMBOL vmlinux 0x86c52c68 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x86c78f01 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0x86d8c906 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x86e14214 sock_no_bind EXPORT_SYMBOL vmlinux 0x86ee31c8 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x86f84898 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user EXPORT_SYMBOL vmlinux 0x86fbce61 mutex_trylock EXPORT_SYMBOL vmlinux 0x870bab9e utf8ncursor EXPORT_SYMBOL vmlinux 0x871a3897 debug_exception_common -EXPORT_SYMBOL vmlinux 0x872c6ec2 skb_vlan_untag EXPORT_SYMBOL vmlinux 0x874ce584 blk_integrity_merge_rq -EXPORT_SYMBOL vmlinux 0x874ecc16 tcp_seq_next EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed -EXPORT_SYMBOL vmlinux 0x87ac6680 xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0x87b8798d sg_next EXPORT_SYMBOL vmlinux 0x87c44128 register_console -EXPORT_SYMBOL vmlinux 0x87d1a7ab netif_carrier_off +EXPORT_SYMBOL vmlinux 0x8816fa22 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x88237f86 sock_queue_err_skb EXPORT_SYMBOL vmlinux 0x8833bc7e __kfifo_dma_out_finish_r -EXPORT_SYMBOL vmlinux 0x883d5b2b xfrm_state_check_expire -EXPORT_SYMBOL vmlinux 0x8840419d pci_scan_bus +EXPORT_SYMBOL vmlinux 0x884c7432 __alloc_skb +EXPORT_SYMBOL vmlinux 0x8861fc57 sock_init_data EXPORT_SYMBOL vmlinux 0x886b1e51 kstrtos8_from_user EXPORT_SYMBOL vmlinux 0x886f486d dcbnl_ieee_notify EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier EXPORT_SYMBOL vmlinux 0x888e9a0d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x88aa11c1 tcp_poll +EXPORT_SYMBOL vmlinux 0x88cb8ca4 pci_write_vpd EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size EXPORT_SYMBOL vmlinux 0x88e06e15 blk_queue_bounce_limit EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free EXPORT_SYMBOL vmlinux 0x89189427 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x89195fc7 dev_set_alias EXPORT_SYMBOL vmlinux 0x892e4137 nobh_writepage EXPORT_SYMBOL vmlinux 0x894be817 jbd2_journal_init_jbd_inode EXPORT_SYMBOL vmlinux 0x894d9ece freeze_super EXPORT_SYMBOL vmlinux 0x895a4f51 scsi_host_alloc EXPORT_SYMBOL vmlinux 0x89621b96 __genradix_iter_peek EXPORT_SYMBOL vmlinux 0x896b91b8 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x89a10295 inet_proto_csum_replace_by_diff EXPORT_SYMBOL vmlinux 0x89b3ade2 sha224_final EXPORT_SYMBOL vmlinux 0x89c0bf14 qdisc_hash_add -EXPORT_SYMBOL vmlinux 0x89d2f707 tcp_rcv_established -EXPORT_SYMBOL vmlinux 0x8a061231 pci_dev_get +EXPORT_SYMBOL vmlinux 0x89f81ea0 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x89fab710 dev_alloc_name EXPORT_SYMBOL vmlinux 0x8a064e15 get_mm_exe_file EXPORT_SYMBOL vmlinux 0x8a17e5a1 create_empty_buffers EXPORT_SYMBOL vmlinux 0x8a1a8c68 noop_fsync @@ -4849,120 +4844,115 @@ EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies EXPORT_SYMBOL vmlinux 0x8a1d9a16 padata_set_cpumask EXPORT_SYMBOL vmlinux 0x8a1e1732 generic_listxattr EXPORT_SYMBOL vmlinux 0x8a200f68 iov_iter_pipe -EXPORT_SYMBOL vmlinux 0x8a2c2e71 tcp_prot EXPORT_SYMBOL vmlinux 0x8a2cd3a0 mmput_async EXPORT_SYMBOL vmlinux 0x8a3d6b29 blk_mq_start_request -EXPORT_SYMBOL vmlinux 0x8a41422e __xfrm_state_destroy EXPORT_SYMBOL vmlinux 0x8a414b4e jbd2_journal_release_jbd_inode EXPORT_SYMBOL vmlinux 0x8a71353b make_kuid EXPORT_SYMBOL vmlinux 0x8a72bb18 dquot_reclaim_space_nodirty EXPORT_SYMBOL vmlinux 0x8a7326eb _dev_crit -EXPORT_SYMBOL vmlinux 0x8a75074a pci_iomap_wc_range EXPORT_SYMBOL vmlinux 0x8a7c681f __devm_release_region EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory -EXPORT_SYMBOL vmlinux 0x8a811d20 pci_enable_msix_range -EXPORT_SYMBOL vmlinux 0x8a85025e qdisc_create_dflt EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aae22a5 ping_prot EXPORT_SYMBOL vmlinux 0x8ab60909 cdev_alloc EXPORT_SYMBOL vmlinux 0x8ab9856d console_stop EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation EXPORT_SYMBOL vmlinux 0x8ae188b4 fb_get_mode -EXPORT_SYMBOL vmlinux 0x8af234e8 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x8aee8374 inet_listen +EXPORT_SYMBOL vmlinux 0x8af83643 netpoll_poll_enable EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b06c373 sock_common_getsockopt EXPORT_SYMBOL vmlinux 0x8b0e283c bio_integrity_alloc -EXPORT_SYMBOL vmlinux 0x8b1c2461 neigh_for_each EXPORT_SYMBOL vmlinux 0x8b238480 no_llseek EXPORT_SYMBOL vmlinux 0x8b389a30 truncate_inode_pages_range EXPORT_SYMBOL vmlinux 0x8b3b76c0 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x8b4fe9dc inet6_bind EXPORT_SYMBOL vmlinux 0x8b55fd4f hdmi_spd_infoframe_pack_only EXPORT_SYMBOL vmlinux 0x8b5b25c8 irq_cpu_rmap_add EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid -EXPORT_SYMBOL vmlinux 0x8b61bf58 udp6_set_csum EXPORT_SYMBOL vmlinux 0x8b726751 vfs_rmdir EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p -EXPORT_SYMBOL vmlinux 0x8b8340dc __neigh_create EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample -EXPORT_SYMBOL vmlinux 0x8b9386ae inet_dev_addr_type EXPORT_SYMBOL vmlinux 0x8b9ea582 ZSTD_copyDCtx EXPORT_SYMBOL vmlinux 0x8ba848aa vfs_get_tree +EXPORT_SYMBOL vmlinux 0x8bc85935 inet_rtx_syn_ack EXPORT_SYMBOL vmlinux 0x8bdb7a0e wait_for_completion +EXPORT_SYMBOL vmlinux 0x8bdfafd4 proto_unregister EXPORT_SYMBOL vmlinux 0x8be48044 bmap EXPORT_SYMBOL vmlinux 0x8be8c2d4 tcf_idrinfo_destroy EXPORT_SYMBOL vmlinux 0x8bed7039 input_enable_softrepeat EXPORT_SYMBOL vmlinux 0x8bf2029b key_reject_and_link -EXPORT_SYMBOL vmlinux 0x8c056c93 compat_tcp_setsockopt -EXPORT_SYMBOL vmlinux 0x8c3727bd xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x8c483ad0 lock_page_memcg EXPORT_SYMBOL vmlinux 0x8c5fb6e2 mempool_init_node EXPORT_SYMBOL vmlinux 0x8c6592fc hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8c8717c0 __sk_dst_check EXPORT_SYMBOL vmlinux 0x8c875be0 tcw_init EXPORT_SYMBOL vmlinux 0x8c8ad009 blk_mq_alloc_tag_set EXPORT_SYMBOL vmlinux 0x8c915898 input_register_device -EXPORT_SYMBOL vmlinux 0x8caf65f4 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x8c9f8429 sock_gettstamp EXPORT_SYMBOL vmlinux 0x8cb062a8 iucv_message_reply EXPORT_SYMBOL vmlinux 0x8cb544df __tracepoint_kmalloc -EXPORT_SYMBOL vmlinux 0x8ccd472d fqdir_exit +EXPORT_SYMBOL vmlinux 0x8cd4f0a6 neigh_update EXPORT_SYMBOL vmlinux 0x8cfdfc2c raw_copy_to_user EXPORT_SYMBOL vmlinux 0x8d0086d0 fifo_set_limit EXPORT_SYMBOL vmlinux 0x8d0319f6 param_get_invbool EXPORT_SYMBOL vmlinux 0x8d0ad52b dev_err_hash EXPORT_SYMBOL vmlinux 0x8d31c033 dquot_file_open -EXPORT_SYMBOL vmlinux 0x8d320a5d rtnetlink_put_metrics -EXPORT_SYMBOL vmlinux 0x8d4336da pcie_get_speed_cap EXPORT_SYMBOL vmlinux 0x8d43c459 __cgroup_bpf_run_filter_setsockopt +EXPORT_SYMBOL vmlinux 0x8d4a04af netif_device_detach EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d591ae4 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x8d6f907b tcp_conn_request EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper -EXPORT_SYMBOL vmlinux 0x8d7afb6e dev_set_group EXPORT_SYMBOL vmlinux 0x8db564d2 devm_request_threaded_irq -EXPORT_SYMBOL vmlinux 0x8db5e457 sk_free EXPORT_SYMBOL vmlinux 0x8dc198b7 dm_put_device EXPORT_SYMBOL vmlinux 0x8dc32714 input_allocate_device EXPORT_SYMBOL vmlinux 0x8dd1ae53 sync_inode_metadata EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout -EXPORT_SYMBOL vmlinux 0x8df6480b xfrm6_find_1stfragopt EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dff447f nf_register_net_hooks EXPORT_SYMBOL vmlinux 0x8e166d7c single_release EXPORT_SYMBOL vmlinux 0x8e1b6b35 vfs_copy_file_range EXPORT_SYMBOL vmlinux 0x8e281574 nla_reserve +EXPORT_SYMBOL vmlinux 0x8e3f5c98 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x8e426082 ether_setup EXPORT_SYMBOL vmlinux 0x8e429618 call_usermodehelper_exec -EXPORT_SYMBOL vmlinux 0x8e8170a3 xfrm_if_register_cb -EXPORT_SYMBOL vmlinux 0x8e8f2e9f sock_no_setsockopt -EXPORT_SYMBOL vmlinux 0x8e9e32ff ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x8e550e93 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x8e6d2e11 pci_enable_msi EXPORT_SYMBOL vmlinux 0x8e9eab61 check_zeroed_user +EXPORT_SYMBOL vmlinux 0x8e9fb4b6 dst_init EXPORT_SYMBOL vmlinux 0x8ea658f3 blk_dump_rq_flags EXPORT_SYMBOL vmlinux 0x8eb35a0e scsi_eh_restore_cmnd -EXPORT_SYMBOL vmlinux 0x8eb9bff0 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0x8ec4755d current_time EXPORT_SYMBOL vmlinux 0x8ec7f250 dma_fence_free EXPORT_SYMBOL vmlinux 0x8eef3a16 md_update_sb EXPORT_SYMBOL vmlinux 0x8effa5dc kthread_create_on_node -EXPORT_SYMBOL vmlinux 0x8f193ae2 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x8f2e12b1 ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0x8f2ebdc3 netlbl_calipso_ops_register EXPORT_SYMBOL vmlinux 0x8f3a31e6 cdev_init -EXPORT_SYMBOL vmlinux 0x8f451f8a nf_log_unset EXPORT_SYMBOL vmlinux 0x8f636d23 kstrtol_from_user -EXPORT_SYMBOL vmlinux 0x8f724030 pci_fixup_cardbus EXPORT_SYMBOL vmlinux 0x8f784ac0 _dev_err -EXPORT_SYMBOL vmlinux 0x8f87cb7b netdev_boot_setup_check EXPORT_SYMBOL vmlinux 0x8f8ea102 dump_skip EXPORT_SYMBOL vmlinux 0x8f96fdf4 prepare_to_wait_event EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode EXPORT_SYMBOL vmlinux 0x8f9b7739 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8fa0925d xfrm_init_state EXPORT_SYMBOL vmlinux 0x8fa6adf3 generic_setlease EXPORT_SYMBOL vmlinux 0x8fb6632c register_key_type EXPORT_SYMBOL vmlinux 0x8fb8f016 fscrypt_get_ctx +EXPORT_SYMBOL vmlinux 0x8fc0f8b9 inet_csk_accept EXPORT_SYMBOL vmlinux 0x8fc2e199 bio_integrity_clone EXPORT_SYMBOL vmlinux 0x8fc9e71a __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8fe0013d rtnl_create_link EXPORT_SYMBOL vmlinux 0x8feb12c6 bio_free_pages EXPORT_SYMBOL vmlinux 0x8fef6f0e ilookup5_nowait EXPORT_SYMBOL vmlinux 0x8ff07c4d inode_nohighmem -EXPORT_SYMBOL vmlinux 0x8ff573af pci_find_pcie_root_port EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit EXPORT_SYMBOL vmlinux 0x901bcc9d simple_unlink +EXPORT_SYMBOL vmlinux 0x90769b0f xfrm4_protocol_register EXPORT_SYMBOL vmlinux 0x907bd91a bio_devname EXPORT_SYMBOL vmlinux 0x908c4702 simple_statfs -EXPORT_SYMBOL vmlinux 0x90a3b614 ipv6_sock_mc_drop EXPORT_SYMBOL vmlinux 0x90a785e7 d_exact_alias -EXPORT_SYMBOL vmlinux 0x90ac9250 dst_alloc EXPORT_SYMBOL vmlinux 0x90b5e850 __cpuhp_remove_state_cpuslocked EXPORT_SYMBOL vmlinux 0x90dc17df tcf_action_check_ctrlact EXPORT_SYMBOL vmlinux 0x90e6e797 input_set_timestamp @@ -4970,50 +4960,50 @@ EXPORT_SYMBOL vmlinux 0x90fa39a5 __bread_gfp EXPORT_SYMBOL vmlinux 0x910c7a0c alloc_pages_exact EXPORT_SYMBOL vmlinux 0x9116b417 save_fpu_regs EXPORT_SYMBOL vmlinux 0x9125ed14 path_nosuid +EXPORT_SYMBOL vmlinux 0x916c04dd skb_ext_add EXPORT_SYMBOL vmlinux 0x918c360d __pagevec_release EXPORT_SYMBOL vmlinux 0x919c43c7 mutex_unlock EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove -EXPORT_SYMBOL vmlinux 0x91a7cb84 register_netdev EXPORT_SYMBOL vmlinux 0x91a9bdd8 tty_port_lower_dtr_rts EXPORT_SYMBOL vmlinux 0x91babaa6 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x91bbce2e pci_get_device EXPORT_SYMBOL vmlinux 0x91c00dea raw3270_del_view -EXPORT_SYMBOL vmlinux 0x91caf9e2 dev_get_flags EXPORT_SYMBOL vmlinux 0x91cd9fdf con_is_visible EXPORT_SYMBOL vmlinux 0x91d1fe13 kthread_create_worker_on_cpu -EXPORT_SYMBOL vmlinux 0x91e52e7b __skb_flow_get_ports -EXPORT_SYMBOL vmlinux 0x91ee02c5 inet_add_offload -EXPORT_SYMBOL vmlinux 0x91fa75c2 inet_addr_type +EXPORT_SYMBOL vmlinux 0x91f825ab skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x91fc17c4 pci_alloc_irq_vectors_affinity EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear EXPORT_SYMBOL vmlinux 0x923e3bf4 param_ops_bint -EXPORT_SYMBOL vmlinux 0x9240c8f4 tcp_gro_complete -EXPORT_SYMBOL vmlinux 0x9245a64c netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x923ed2b2 skb_abort_seq_read EXPORT_SYMBOL vmlinux 0x924a79fd __nla_reserve EXPORT_SYMBOL vmlinux 0x925643c0 param_ops_string -EXPORT_SYMBOL vmlinux 0x9264a02a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x925ea770 sock_edemux EXPORT_SYMBOL vmlinux 0x926bd01d vfs_mkobj +EXPORT_SYMBOL vmlinux 0x92759130 register_netdev +EXPORT_SYMBOL vmlinux 0x92879b59 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x928f7630 xfrm_stateonly_find EXPORT_SYMBOL vmlinux 0x92a8fcbc get_super_exclusive_thawed EXPORT_SYMBOL vmlinux 0x92a923fd xsk_clear_tx_need_wakeup EXPORT_SYMBOL vmlinux 0x92c20882 dev_printk_hash EXPORT_SYMBOL vmlinux 0x92d6ea76 __kfifo_dma_in_prepare_r EXPORT_SYMBOL vmlinux 0x92e5ff6c scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x92e726dc skb_vlan_pop EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs EXPORT_SYMBOL vmlinux 0x9300084e sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x93021e34 inet_dgram_ops EXPORT_SYMBOL vmlinux 0x9305bf68 find_next_and_bit EXPORT_SYMBOL vmlinux 0x931c7bc4 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x931f60d9 netdev_master_upper_dev_get EXPORT_SYMBOL vmlinux 0x9328e229 param_ops_ulong EXPORT_SYMBOL vmlinux 0x932c2539 atomic_dec_and_mutex_lock EXPORT_SYMBOL vmlinux 0x93386e97 __pagevec_lru_add -EXPORT_SYMBOL vmlinux 0x93553702 sock_init_data -EXPORT_SYMBOL vmlinux 0x936f3f9d fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x93480b17 ipv6_setsockopt EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid EXPORT_SYMBOL vmlinux 0x937ad73e set_nlink -EXPORT_SYMBOL vmlinux 0x939a18ba ip_mc_check_igmp -EXPORT_SYMBOL vmlinux 0x93a54b16 skb_orphan_partial EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule -EXPORT_SYMBOL vmlinux 0x93b23982 skb_unlink +EXPORT_SYMBOL vmlinux 0x93af87dd pci_dev_driver EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier -EXPORT_SYMBOL vmlinux 0x93b5f39d netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0x93bf6e0c migrate_page_states EXPORT_SYMBOL vmlinux 0x93bfb7bd down_write_trylock EXPORT_SYMBOL vmlinux 0x93c84d99 inode_set_flags @@ -5021,230 +5011,232 @@ EXPORT_SYMBOL vmlinux 0x93deab49 __splice_from_pipe EXPORT_SYMBOL vmlinux 0x93e2b8d8 set_cached_acl EXPORT_SYMBOL vmlinux 0x93f6f42e get_unmapped_area EXPORT_SYMBOL vmlinux 0x941745fc nvm_alloc_dev +EXPORT_SYMBOL vmlinux 0x941b5091 seg6_push_hmac EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn EXPORT_SYMBOL vmlinux 0x942f4c5c iucv_message_reject EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages -EXPORT_SYMBOL vmlinux 0x94460561 tcp_poll EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked EXPORT_SYMBOL vmlinux 0x945775a5 segment_save -EXPORT_SYMBOL vmlinux 0x945a9160 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x945d5f71 skb_pull EXPORT_SYMBOL vmlinux 0x9460cb1d __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x9470cb9d __scm_destroy EXPORT_SYMBOL vmlinux 0x948c6f4f read_code EXPORT_SYMBOL vmlinux 0x94961283 vunmap EXPORT_SYMBOL vmlinux 0x949d7a7a jbd2_journal_flush -EXPORT_SYMBOL vmlinux 0x94a5d25d netdev_info EXPORT_SYMBOL vmlinux 0x94be2ab6 call_fib_notifiers EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e14e79 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x94f1b80a tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0x94f31333 dump_fpu -EXPORT_SYMBOL vmlinux 0x950145fc tcp_read_sock -EXPORT_SYMBOL vmlinux 0x9506d446 dev_get_by_index_rcu -EXPORT_SYMBOL vmlinux 0x9511fa6d nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x94f5fe34 ip6_fraglist_init EXPORT_SYMBOL vmlinux 0x9514151a _mcount EXPORT_SYMBOL vmlinux 0x951a2dfe iucv_path_accept EXPORT_SYMBOL vmlinux 0x953adc3b dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x954174ff inet_frags_init EXPORT_SYMBOL vmlinux 0x9542faf7 sclp_unregister EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init EXPORT_SYMBOL vmlinux 0x954b04d4 fib_notifier_ops_unregister EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x956e756b __dev_remove_pack EXPORT_SYMBOL vmlinux 0x957b1fb6 refcount_inc_not_zero_checked EXPORT_SYMBOL vmlinux 0x957e240a input_mt_report_slot_state EXPORT_SYMBOL vmlinux 0x957f4dbb blk_integrity_unregister EXPORT_SYMBOL vmlinux 0x9581ea62 kstrtouint_from_user EXPORT_SYMBOL vmlinux 0x959134f3 filemap_check_errors EXPORT_SYMBOL vmlinux 0x95a06eb1 dma_fence_default_wait -EXPORT_SYMBOL vmlinux 0x95a15c39 sock_create -EXPORT_SYMBOL vmlinux 0x95a15d45 __sock_queue_rcv_skb EXPORT_SYMBOL vmlinux 0x95b38ccc resource_list_create_entry EXPORT_SYMBOL vmlinux 0x95ceb864 key_update EXPORT_SYMBOL vmlinux 0x95dfa940 scsi_command_normalize_sense EXPORT_SYMBOL vmlinux 0x95e268e9 scsi_add_host_with_dma EXPORT_SYMBOL vmlinux 0x95e63ced prot_virt_host -EXPORT_SYMBOL vmlinux 0x95fdb1fe seg6_hmac_info_del EXPORT_SYMBOL vmlinux 0x962e5790 import_iovec +EXPORT_SYMBOL vmlinux 0x963b561a tcp_release_cb EXPORT_SYMBOL vmlinux 0x96404e39 itcw_set_data EXPORT_SYMBOL vmlinux 0x9656cafe __vfs_setxattr EXPORT_SYMBOL vmlinux 0x965b203e task_work_add EXPORT_SYMBOL vmlinux 0x965b735e find_inode_nowait EXPORT_SYMBOL vmlinux 0x9669ecc8 monotonic_clock EXPORT_SYMBOL vmlinux 0x96749f20 down_read_killable +EXPORT_SYMBOL vmlinux 0x9678b684 sk_capable EXPORT_SYMBOL vmlinux 0x96800ae8 unlock_two_nondirectories -EXPORT_SYMBOL vmlinux 0x968c0e72 sock_release -EXPORT_SYMBOL vmlinux 0x968e7a54 __sk_queue_drop_skb -EXPORT_SYMBOL vmlinux 0x96960cdf sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0x96ab7ad8 set_binfmt -EXPORT_SYMBOL vmlinux 0x96bfbd57 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode -EXPORT_SYMBOL vmlinux 0x96c96c4b sock_rfree EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string EXPORT_SYMBOL vmlinux 0x96cea2dc mdiobus_setup_mdiodev_from_board_info EXPORT_SYMBOL vmlinux 0x96e13080 config_item_get -EXPORT_SYMBOL vmlinux 0x96e1d6c7 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x96e86a05 neigh_lookup EXPORT_SYMBOL vmlinux 0x96f3f8f1 genl_register_family EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top -EXPORT_SYMBOL vmlinux 0x97135eb5 inet_csk_reset_keepalive_timer EXPORT_SYMBOL vmlinux 0x97159a1d key_invalidate EXPORT_SYMBOL vmlinux 0x97159ed8 ns_capable_noaudit EXPORT_SYMBOL vmlinux 0x97183440 path_is_mountpoint -EXPORT_SYMBOL vmlinux 0x9742feab pci_save_state +EXPORT_SYMBOL vmlinux 0x9736e952 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x97431504 xfrm_state_flush EXPORT_SYMBOL vmlinux 0x974d0924 __kernel_cpumcf_begin EXPORT_SYMBOL vmlinux 0x976b8d3b param_ops_ushort -EXPORT_SYMBOL vmlinux 0x9777df46 icmpv6_ndo_send EXPORT_SYMBOL vmlinux 0x97934ecf del_timer_sync -EXPORT_SYMBOL vmlinux 0x97aacdf8 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x97a1ddc7 pcie_get_width_cap EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list EXPORT_SYMBOL vmlinux 0x97be7b16 blk_rq_map_user_iov EXPORT_SYMBOL vmlinux 0x97c0d959 security_old_inode_init_security EXPORT_SYMBOL vmlinux 0x97c2f4db vfs_get_super +EXPORT_SYMBOL vmlinux 0x97e366ba passthru_features_check EXPORT_SYMBOL vmlinux 0x97e4a54a simple_rmdir EXPORT_SYMBOL vmlinux 0x97eb9a43 dm_io +EXPORT_SYMBOL vmlinux 0x98046c89 kernel_sendpage_locked EXPORT_SYMBOL vmlinux 0x98071b85 d_instantiate_new EXPORT_SYMBOL vmlinux 0x98216424 config_group_find_item EXPORT_SYMBOL vmlinux 0x984ce9bd __nla_parse EXPORT_SYMBOL vmlinux 0x9858fee9 devm_gen_pool_create -EXPORT_SYMBOL vmlinux 0x988fe1bd sock_recv_errqueue -EXPORT_SYMBOL vmlinux 0x98bd349c skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x98ab7560 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x98ae6413 tc_setup_cb_add EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc -EXPORT_SYMBOL vmlinux 0x98d5a144 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x98cfa819 __netif_schedule EXPORT_SYMBOL vmlinux 0x98de1c15 snprintf EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning -EXPORT_SYMBOL vmlinux 0x9905afe7 pci_write_config_dword -EXPORT_SYMBOL vmlinux 0x990f1f4c tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x98f3bdfd ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x990f44db napi_get_frags EXPORT_SYMBOL vmlinux 0x991c53b4 security_sctp_sk_clone -EXPORT_SYMBOL vmlinux 0x99201c0c napi_consume_skb EXPORT_SYMBOL vmlinux 0x9942ec77 itcw_finalize -EXPORT_SYMBOL vmlinux 0x994ffa05 skb_mac_gso_segment -EXPORT_SYMBOL vmlinux 0x9950e74f inet_listen +EXPORT_SYMBOL vmlinux 0x994fdfa7 __ip_dev_find EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable EXPORT_SYMBOL vmlinux 0x995a6a0e t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x996852fb netdev_state_change EXPORT_SYMBOL vmlinux 0x998f8b91 fs_context_for_reconfigure -EXPORT_SYMBOL vmlinux 0x999c90f4 sock_dequeue_err_skb EXPORT_SYMBOL vmlinux 0x999e8297 vfree EXPORT_SYMBOL vmlinux 0x999fe4a5 tty_hangup -EXPORT_SYMBOL vmlinux 0x99a89f24 memory_cgrp_subsys EXPORT_SYMBOL vmlinux 0x99b19f85 put_tty_driver EXPORT_SYMBOL vmlinux 0x99beb232 dma_direct_map_sg -EXPORT_SYMBOL vmlinux 0x99c1dff3 dst_init EXPORT_SYMBOL vmlinux 0x99c6fdf3 call_fib_notifier EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d4f3d2 ip6_dst_alloc EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node EXPORT_SYMBOL vmlinux 0x9a09d7fc param_get_short EXPORT_SYMBOL vmlinux 0x9a0a0c04 __krealloc -EXPORT_SYMBOL vmlinux 0x9a119f0c build_skb EXPORT_SYMBOL vmlinux 0x9a1b06e4 md_bitmap_startwrite EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a207f40 netif_schedule_queue EXPORT_SYMBOL vmlinux 0x9a30a174 vfs_dup_fs_context -EXPORT_SYMBOL vmlinux 0x9a33301c skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x9a34fdb9 __skb_pad +EXPORT_SYMBOL vmlinux 0x9a36c0fc tcf_chain_put_by_act EXPORT_SYMBOL vmlinux 0x9a4d89bb neigh_proc_dointvec_ms_jiffies EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk EXPORT_SYMBOL vmlinux 0x9a5eb6c4 __register_chrdev -EXPORT_SYMBOL vmlinux 0x9a7f8d84 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x9a8d0068 tcf_block_put_ext EXPORT_SYMBOL vmlinux 0x9a906daf memscan -EXPORT_SYMBOL vmlinux 0x9aabdf48 __napi_schedule +EXPORT_SYMBOL vmlinux 0x9a9a8f32 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x9aab744e tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab6145d inetdev_by_index EXPORT_SYMBOL vmlinux 0x9ab6c6bb skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x9ab9db25 netdev_set_num_tc EXPORT_SYMBOL vmlinux 0x9ad923f0 jbd2_journal_ack_err EXPORT_SYMBOL vmlinux 0x9adbe3e0 jbd2_journal_force_commit_nested EXPORT_SYMBOL vmlinux 0x9ade2635 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x9ae20bc2 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x9aed2cfa skb_vlan_push EXPORT_SYMBOL vmlinux 0x9b13f3c3 jbd2_transaction_committed EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b37fb7b skb_dump EXPORT_SYMBOL vmlinux 0x9b51c5a8 refcount_sub_and_test_checked -EXPORT_SYMBOL vmlinux 0x9b529ba4 pci_disable_link_state -EXPORT_SYMBOL vmlinux 0x9b607710 pcie_relaxed_ordering_enabled -EXPORT_SYMBOL vmlinux 0x9b61b32b xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x9b59c41d __udp_disconnect EXPORT_SYMBOL vmlinux 0x9b8d07aa strnlen EXPORT_SYMBOL vmlinux 0x9b9f5796 netlink_unicast EXPORT_SYMBOL vmlinux 0x9ba69b83 ccw_device_is_multipath EXPORT_SYMBOL vmlinux 0x9bc62df2 try_wait_for_completion EXPORT_SYMBOL vmlinux 0x9bcbf24c set_security_override_from_ctx EXPORT_SYMBOL vmlinux 0x9bdfb0ea crypto_sha256_finup -EXPORT_SYMBOL vmlinux 0x9be3d161 pci_get_class EXPORT_SYMBOL vmlinux 0x9c0821ea vsnprintf EXPORT_SYMBOL vmlinux 0x9c0b6407 remove_arg_zero -EXPORT_SYMBOL vmlinux 0x9c0e55a2 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x9c2e11bf ip_ct_attach +EXPORT_SYMBOL vmlinux 0x9c3a06cc alloc_skb_with_frags EXPORT_SYMBOL vmlinux 0x9c4c7806 input_close_device EXPORT_SYMBOL vmlinux 0x9c52af4a md_reap_sync_thread -EXPORT_SYMBOL vmlinux 0x9c5544ed __skb_gso_segment -EXPORT_SYMBOL vmlinux 0x9c5fd58d pci_irq_vector EXPORT_SYMBOL vmlinux 0x9c612157 module_layout +EXPORT_SYMBOL vmlinux 0x9c6f23c9 sk_filter_trim_cap EXPORT_SYMBOL vmlinux 0x9c8fabad raw3270_request_free EXPORT_SYMBOL vmlinux 0x9ca70c06 con_is_bound EXPORT_SYMBOL vmlinux 0x9ca95a0e sort +EXPORT_SYMBOL vmlinux 0x9ccfd67b pci_reenable_device EXPORT_SYMBOL vmlinux 0x9cdc3847 unix_detach_fds EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier -EXPORT_SYMBOL vmlinux 0x9d116108 dev_loopback_xmit -EXPORT_SYMBOL vmlinux 0x9d2bd5bd ip_mc_leave_group EXPORT_SYMBOL vmlinux 0x9d362d61 qdisc_offload_dump_helper -EXPORT_SYMBOL vmlinux 0x9d38855d pci_select_bars EXPORT_SYMBOL vmlinux 0x9d437035 bio_chain EXPORT_SYMBOL vmlinux 0x9d509dca init_opal_dev +EXPORT_SYMBOL vmlinux 0x9d57ae1f netif_rx EXPORT_SYMBOL vmlinux 0x9d625a52 locks_lock_inode_wait EXPORT_SYMBOL vmlinux 0x9d899b0f scsi_mode_sense -EXPORT_SYMBOL vmlinux 0x9d8bb563 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0x9dc5e8c2 __cgroup_bpf_check_dev_permission -EXPORT_SYMBOL vmlinux 0x9dcf8bee xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0x9df81db4 ___ratelimit EXPORT_SYMBOL vmlinux 0x9dfce4ad invalidate_partition -EXPORT_SYMBOL vmlinux 0x9e017d3f __dev_kfree_skb_any EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle EXPORT_SYMBOL vmlinux 0x9e3566a6 ns_capable EXPORT_SYMBOL vmlinux 0x9e3f7be1 __xa_clear_mark EXPORT_SYMBOL vmlinux 0x9e3ff2d5 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x9e4208e8 tcp_read_sock EXPORT_SYMBOL vmlinux 0x9e4a1972 scsi_device_get EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e54ee4b __pskb_pull_tail EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable EXPORT_SYMBOL vmlinux 0x9e737fb0 scsi_eh_prep_cmnd EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap -EXPORT_SYMBOL vmlinux 0x9ea02f1f netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0x9ea2fdca simple_fill_super EXPORT_SYMBOL vmlinux 0x9eb2b36f __dquot_transfer +EXPORT_SYMBOL vmlinux 0x9ebc7594 skb_copy_and_csum_datagram_msg EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 EXPORT_SYMBOL vmlinux 0x9ecb2fd4 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x9ecf9802 ip6mr_rule_default EXPORT_SYMBOL vmlinux 0x9ed8133a nla_reserve_64bit EXPORT_SYMBOL vmlinux 0x9ed86bc3 get_cached_acl +EXPORT_SYMBOL vmlinux 0x9eec1b48 skb_add_rx_frag EXPORT_SYMBOL vmlinux 0x9efa42f5 pci_ep_cfs_remove_epc_group EXPORT_SYMBOL vmlinux 0x9f00aa30 sget EXPORT_SYMBOL vmlinux 0x9f23b801 cdrom_get_last_written EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5ab880 dev_graft_qdisc EXPORT_SYMBOL vmlinux 0x9f5ca136 tcf_em_tree_destroy EXPORT_SYMBOL vmlinux 0x9f5d9393 utf8nagemax EXPORT_SYMBOL vmlinux 0x9f984513 strrchr EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9faf8793 netdev_has_upper_dev EXPORT_SYMBOL vmlinux 0x9fb1d0ed uuid_is_valid EXPORT_SYMBOL vmlinux 0x9fb56e38 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x9fb6069c eth_get_headlen +EXPORT_SYMBOL vmlinux 0x9fbdc5ac __skb_gro_checksum_complete EXPORT_SYMBOL vmlinux 0x9fbde6a8 scsi_print_result EXPORT_SYMBOL vmlinux 0x9fcabdc1 vfs_statfs EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce -EXPORT_SYMBOL vmlinux 0x9ff04fd0 inet_put_port +EXPORT_SYMBOL vmlinux 0x9ff94e4a tcp_set_rcvlowat EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog -EXPORT_SYMBOL vmlinux 0xa024457b xfrm_init_state +EXPORT_SYMBOL vmlinux 0x9ffc0148 neigh_changeaddr EXPORT_SYMBOL vmlinux 0xa03cfcea padata_alloc_possible EXPORT_SYMBOL vmlinux 0xa040b4de generic_pipe_buf_release EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes EXPORT_SYMBOL vmlinux 0xa044a661 locks_remove_posix EXPORT_SYMBOL vmlinux 0xa054e8ed iucv_unregister +EXPORT_SYMBOL vmlinux 0xa05d2851 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xa06ae7bd pcie_capability_clear_and_set_word EXPORT_SYMBOL vmlinux 0xa07504b5 put_user_pages EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or EXPORT_SYMBOL vmlinux 0xa08d8e57 md_bitmap_free EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09b85a7 ip_mc_leave_group EXPORT_SYMBOL vmlinux 0xa0a15b49 smp_call_function_many EXPORT_SYMBOL vmlinux 0xa0adccdc jbd2_journal_clear_features EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 -EXPORT_SYMBOL vmlinux 0xa0bdc8d5 tcp_make_synack -EXPORT_SYMBOL vmlinux 0xa0d3af6b tcp_fastopen_defer_connect EXPORT_SYMBOL vmlinux 0xa0d3d560 ksize EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private -EXPORT_SYMBOL vmlinux 0xa0e4efb4 __sk_mem_schedule EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem EXPORT_SYMBOL vmlinux 0xa0f17b45 setup_arg_pages @@ -5255,104 +5247,102 @@ EXPORT_SYMBOL vmlinux 0xa0fba513 ccw_device_set_offline EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max EXPORT_SYMBOL vmlinux 0xa10a0439 kmalloc_order +EXPORT_SYMBOL vmlinux 0xa10b8266 xfrm6_rcv_tnl EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc EXPORT_SYMBOL vmlinux 0xa126c93f __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xa1358810 sk_common_release EXPORT_SYMBOL vmlinux 0xa13c9739 do_wait_intr_irq EXPORT_SYMBOL vmlinux 0xa14a0b63 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa166b79c pci_scan_single_device EXPORT_SYMBOL vmlinux 0xa1832d89 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xa1897ddc mr_mfc_seq_idx EXPORT_SYMBOL vmlinux 0xa196766c file_path -EXPORT_SYMBOL vmlinux 0xa19ff691 __skb_vlan_pop EXPORT_SYMBOL vmlinux 0xa1a8cc6c crc_ccitt_false EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched EXPORT_SYMBOL vmlinux 0xa1d356eb iucv_if EXPORT_SYMBOL vmlinux 0xa1d50bf7 unregister_nls EXPORT_SYMBOL vmlinux 0xa1d5979b find_first_bit_inv -EXPORT_SYMBOL vmlinux 0xa1e25246 skb_kill_datagram EXPORT_SYMBOL vmlinux 0xa1e4da36 input_setup_polling EXPORT_SYMBOL vmlinux 0xa1e6173e dev_mc_init EXPORT_SYMBOL vmlinux 0xa1ec8f1c __kfifo_to_user_r EXPORT_SYMBOL vmlinux 0xa1f4e674 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xa1f6f65a inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xa1fe0104 proc_mkdir_mode EXPORT_SYMBOL vmlinux 0xa1fee353 tcw_set_tsb EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp -EXPORT_SYMBOL vmlinux 0xa2168566 xfrm_trans_queue -EXPORT_SYMBOL vmlinux 0xa229e45b kernel_sendpage -EXPORT_SYMBOL vmlinux 0xa22a75ee sock_kzfree_s EXPORT_SYMBOL vmlinux 0xa22ffcac seq_escape +EXPORT_SYMBOL vmlinux 0xa23616cd put_cmsg_scm_timestamping64 EXPORT_SYMBOL vmlinux 0xa23bbedd kobject_del EXPORT_SYMBOL vmlinux 0xa2407e0b ww_mutex_lock EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa251e199 ip6_find_1stfragopt EXPORT_SYMBOL vmlinux 0xa2526698 __devm_request_region +EXPORT_SYMBOL vmlinux 0xa256d69f inet6_ioctl EXPORT_SYMBOL vmlinux 0xa25b90ab utf8byte -EXPORT_SYMBOL vmlinux 0xa260e719 __skb_flow_dissect EXPORT_SYMBOL vmlinux 0xa260f4f1 param_set_ullong EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer -EXPORT_SYMBOL vmlinux 0xa265b42b inet6_del_protocol -EXPORT_SYMBOL vmlinux 0xa27247d5 dev_change_carrier EXPORT_SYMBOL vmlinux 0xa2828b71 devm_request_any_context_irq EXPORT_SYMBOL vmlinux 0xa28aa639 __put_page EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active EXPORT_SYMBOL vmlinux 0xa28e386a __inode_sub_bytes EXPORT_SYMBOL vmlinux 0xa2b7683d __ethtool_get_link_ksettings -EXPORT_SYMBOL vmlinux 0xa2bdf255 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xa2d8765f netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa2da566a sock_no_sendmsg_locked EXPORT_SYMBOL vmlinux 0xa2f47f1a jbd2_journal_start EXPORT_SYMBOL vmlinux 0xa2fc75e7 trace_print_hex_seq EXPORT_SYMBOL vmlinux 0xa300f109 d_find_alias -EXPORT_SYMBOL vmlinux 0xa30a3dad eth_header_parse EXPORT_SYMBOL vmlinux 0xa31cc068 kthread_associate_blkcg EXPORT_SYMBOL vmlinux 0xa324264f dcb_ieee_getapp_mask -EXPORT_SYMBOL vmlinux 0xa331bd63 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xa33ad6f6 vif_device_init EXPORT_SYMBOL vmlinux 0xa33f7c7c nla_strlcpy EXPORT_SYMBOL vmlinux 0xa34b4781 blackhole_netdev EXPORT_SYMBOL vmlinux 0xa356688c filp_open -EXPORT_SYMBOL vmlinux 0xa35dd8bc unlock_page_memcg +EXPORT_SYMBOL vmlinux 0xa36d483b gro_find_receive_by_type EXPORT_SYMBOL vmlinux 0xa372b908 kmem_cache_create_usercopy EXPORT_SYMBOL vmlinux 0xa3a5be95 memmove EXPORT_SYMBOL vmlinux 0xa3ac5bf8 buffer_check_dirty_writeback EXPORT_SYMBOL vmlinux 0xa3bee691 reuseport_alloc -EXPORT_SYMBOL vmlinux 0xa3c6b346 __xfrm_init_state -EXPORT_SYMBOL vmlinux 0xa3d36b3e pcie_get_mps EXPORT_SYMBOL vmlinux 0xa3de5e3d elevator_alloc -EXPORT_SYMBOL vmlinux 0xa3ecca2a tcp_connect EXPORT_SYMBOL vmlinux 0xa3f58f55 csum_and_copy_to_iter -EXPORT_SYMBOL vmlinux 0xa3f7d8ad ipmr_rule_default EXPORT_SYMBOL vmlinux 0xa4051bf6 LZ4_decompress_safe_continue EXPORT_SYMBOL vmlinux 0xa40ca497 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xa410a97c pci_bus_add_devices EXPORT_SYMBOL vmlinux 0xa415a7c5 kern_unmount EXPORT_SYMBOL vmlinux 0xa416c8e9 arch_write_lock_wait EXPORT_SYMBOL vmlinux 0xa416ddd4 kill_block_super -EXPORT_SYMBOL vmlinux 0xa41bed4b skb_dequeue EXPORT_SYMBOL vmlinux 0xa42af456 radix_tree_next_chunk EXPORT_SYMBOL vmlinux 0xa42b2451 jbd2__journal_start -EXPORT_SYMBOL vmlinux 0xa42ca3b7 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xa4394f4b compat_sock_common_setsockopt EXPORT_SYMBOL vmlinux 0xa43a3bf9 radix_tree_gang_lookup EXPORT_SYMBOL vmlinux 0xa44b520a __scsi_format_command EXPORT_SYMBOL vmlinux 0xa45062ab vfs_getattr -EXPORT_SYMBOL vmlinux 0xa4554260 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0xa455f4fb blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa489ce53 __skb_flow_get_ports EXPORT_SYMBOL vmlinux 0xa49acba8 address_space_init_once -EXPORT_SYMBOL vmlinux 0xa4a5419b blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xa4a32d99 tcp_openreq_init_rwin EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le -EXPORT_SYMBOL vmlinux 0xa4adc2b1 zpci_report_error +EXPORT_SYMBOL vmlinux 0xa4bf922e xfrm_unregister_type EXPORT_SYMBOL vmlinux 0xa4c17847 flow_rule_match_enc_keyid EXPORT_SYMBOL vmlinux 0xa4d59aa6 dev_uc_add +EXPORT_SYMBOL vmlinux 0xa4e14a39 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0xa4e188e7 strscpy EXPORT_SYMBOL vmlinux 0xa4e62544 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xa4f3e9af netif_set_xps_queue EXPORT_SYMBOL vmlinux 0xa500fdb2 input_free_device EXPORT_SYMBOL vmlinux 0xa50483fe __ksize +EXPORT_SYMBOL vmlinux 0xa50e907f pci_remove_bus EXPORT_SYMBOL vmlinux 0xa5130120 __destroy_inode EXPORT_SYMBOL vmlinux 0xa52ae5a8 radix_tree_replace_slot EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color EXPORT_SYMBOL vmlinux 0xa5562375 netlink_capable EXPORT_SYMBOL vmlinux 0xa59158b0 xa_load +EXPORT_SYMBOL vmlinux 0xa5a92d1a pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0xa5c5d57c kmem_cache_shrink EXPORT_SYMBOL vmlinux 0xa5cd5c60 blk_mq_tag_to_rq -EXPORT_SYMBOL vmlinux 0xa5e1ba6c tcp_splice_read EXPORT_SYMBOL vmlinux 0xa5e40061 block_truncate_page EXPORT_SYMBOL vmlinux 0xa5fd68e5 gen_pool_for_each_chunk EXPORT_SYMBOL vmlinux 0xa613bac3 dentry_open EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab -EXPORT_SYMBOL vmlinux 0xa61f8adb xfrm_init_replay EXPORT_SYMBOL vmlinux 0xa6268443 input_set_keycode EXPORT_SYMBOL vmlinux 0xa6304397 fscrypt_get_encryption_info EXPORT_SYMBOL vmlinux 0xa631a571 register_md_personality @@ -5360,8 +5350,6 @@ EXPORT_SYMBOL vmlinux 0xa6429015 keyring_search EXPORT_SYMBOL vmlinux 0xa652831e bio_integrity_prep EXPORT_SYMBOL vmlinux 0xa65d991e seq_write EXPORT_SYMBOL vmlinux 0xa65e4ea7 crypto_sha1_update -EXPORT_SYMBOL vmlinux 0xa66d7b3e pcie_get_readrq -EXPORT_SYMBOL vmlinux 0xa66fbd4b inet_reqsk_alloc EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid EXPORT_SYMBOL vmlinux 0xa6841fb6 tun_ptr_to_xdp EXPORT_SYMBOL vmlinux 0xa6863066 __invalidate_device @@ -5372,63 +5360,61 @@ EXPORT_SYMBOL vmlinux 0xa6b86427 send_sig EXPORT_SYMBOL vmlinux 0xa6d582a2 radix_tree_tag_get EXPORT_SYMBOL vmlinux 0xa70910f5 utf8len EXPORT_SYMBOL vmlinux 0xa70ea6d7 ZSTD_DCtxWorkspaceBound -EXPORT_SYMBOL vmlinux 0xa7295a9b arp_create EXPORT_SYMBOL vmlinux 0xa73251a9 search_binary_handler EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock -EXPORT_SYMBOL vmlinux 0xa76b9106 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xa7744acc pci_save_state EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier -EXPORT_SYMBOL vmlinux 0xa77c7603 skb_clone EXPORT_SYMBOL vmlinux 0xa78603da _dev_notice EXPORT_SYMBOL vmlinux 0xa7904be1 __gnet_stats_copy_basic -EXPORT_SYMBOL vmlinux 0xa79caa7b inet_bind EXPORT_SYMBOL vmlinux 0xa7a4dcc2 scsi_block_requests EXPORT_SYMBOL vmlinux 0xa7a9cfe0 iucv_message_send2way EXPORT_SYMBOL vmlinux 0xa7b2a60d nf_unregister_sockopt EXPORT_SYMBOL vmlinux 0xa7b596aa may_umount EXPORT_SYMBOL vmlinux 0xa7cdbdf2 down_read +EXPORT_SYMBOL vmlinux 0xa7ceb071 netdev_txq_to_tc EXPORT_SYMBOL vmlinux 0xa7e38f12 flow_keys_basic_dissector -EXPORT_SYMBOL vmlinux 0xa7eaceea lock_sock_nested EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper EXPORT_SYMBOL vmlinux 0xa7f2dfdd __d_drop -EXPORT_SYMBOL vmlinux 0xa8088240 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xa81f0eb4 dev_get_by_napi_id EXPORT_SYMBOL vmlinux 0xa8223179 refcount_dec_checked EXPORT_SYMBOL vmlinux 0xa82c1aa4 __frontswap_store EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox EXPORT_SYMBOL vmlinux 0xa8617d95 md_bitmap_sync_with_cluster EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work -EXPORT_SYMBOL vmlinux 0xa86ae69c call_netdevice_notifiers EXPORT_SYMBOL vmlinux 0xa87a53ed vfs_iter_read EXPORT_SYMBOL vmlinux 0xa8972b23 __wait_on_buffer EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work -EXPORT_SYMBOL vmlinux 0xa91e06c1 rt_dst_alloc -EXPORT_SYMBOL vmlinux 0xa937b49a udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa92456f6 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xa93dd38f udp_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa97a4985 pci_lost_interrupt EXPORT_SYMBOL vmlinux 0xa97dd07a ap_flush_queue EXPORT_SYMBOL vmlinux 0xa985ed87 tcf_em_register EXPORT_SYMBOL vmlinux 0xa9a0b3ab tty_lock EXPORT_SYMBOL vmlinux 0xa9b1dc6c down_timeout +EXPORT_SYMBOL vmlinux 0xa9c6df2b sock_alloc_send_pskb EXPORT_SYMBOL vmlinux 0xa9d366f3 dev_alert_hash EXPORT_SYMBOL vmlinux 0xa9d88f38 key_validate EXPORT_SYMBOL vmlinux 0xa9eddaa8 tty_port_tty_get -EXPORT_SYMBOL vmlinux 0xa9f45bee mr_dump EXPORT_SYMBOL vmlinux 0xaa1e246a xxh32_update EXPORT_SYMBOL vmlinux 0xaa1f1133 param_get_ullong EXPORT_SYMBOL vmlinux 0xaa252fc9 PDE_DATA EXPORT_SYMBOL vmlinux 0xaa2df622 dm_kobject_release EXPORT_SYMBOL vmlinux 0xaa3a50e2 blk_mq_delay_run_hw_queue -EXPORT_SYMBOL vmlinux 0xaa3aa440 compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0xaa3fd931 ccw_device_get_path_mask -EXPORT_SYMBOL vmlinux 0xaa468666 sock_from_file +EXPORT_SYMBOL vmlinux 0xaa4409e1 eth_header_cache_update EXPORT_SYMBOL vmlinux 0xaa5fccff flow_rule_match_enc_ipv6_addrs EXPORT_SYMBOL vmlinux 0xaa73d88e unregister_shrinker +EXPORT_SYMBOL vmlinux 0xaa9446ec cookie_timestamp_decode EXPORT_SYMBOL vmlinux 0xaaa1052f mnt_drop_write_file EXPORT_SYMBOL vmlinux 0xaab9694d scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xaabde3d0 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xaabfc368 udp_seq_stop EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right -EXPORT_SYMBOL vmlinux 0xaad2e744 inet_del_offload EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function -EXPORT_SYMBOL vmlinux 0xaaee9a8b ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xaae8794a build_skb_around EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp EXPORT_SYMBOL vmlinux 0xab030188 submit_bio_wait EXPORT_SYMBOL vmlinux 0xab067939 set_security_override @@ -5441,6 +5427,7 @@ EXPORT_SYMBOL vmlinux 0xab3bb343 dq_data_lock EXPORT_SYMBOL vmlinux 0xab4e19c8 set_anon_super EXPORT_SYMBOL vmlinux 0xab4f3f78 input_unregister_handler EXPORT_SYMBOL vmlinux 0xab53a5fa xa_find_after +EXPORT_SYMBOL vmlinux 0xab5463ce icmp6_send EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier EXPORT_SYMBOL vmlinux 0xab68ce88 dm_mq_kick_requeue_list EXPORT_SYMBOL vmlinux 0xab734ffd __alloc_pages_nodemask @@ -5448,33 +5435,33 @@ EXPORT_SYMBOL vmlinux 0xab752812 config_item_set_name EXPORT_SYMBOL vmlinux 0xab77b102 _copy_from_iter_nocache EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options EXPORT_SYMBOL vmlinux 0xab8f4c0f xsk_umem_consume_tx_done +EXPORT_SYMBOL vmlinux 0xab91c77a inet_dev_addr_type EXPORT_SYMBOL vmlinux 0xab93c86f down_read_interruptible -EXPORT_SYMBOL vmlinux 0xaba69102 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xab9dda4c ip_mc_check_igmp EXPORT_SYMBOL vmlinux 0xaba81805 xps_rxqs_needed -EXPORT_SYMBOL vmlinux 0xabb45c6d pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xabb1ed9e xfrm_init_replay EXPORT_SYMBOL vmlinux 0xabc31b14 pmdp_xchg_direct EXPORT_SYMBOL vmlinux 0xabd1b176 jbd2_journal_force_commit EXPORT_SYMBOL vmlinux 0xabe129f5 file_modified EXPORT_SYMBOL vmlinux 0xabe1431b trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xabe88fd6 sock_no_sendmsg EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s -EXPORT_SYMBOL vmlinux 0xabf66942 sk_stop_timer EXPORT_SYMBOL vmlinux 0xabfca225 d_move -EXPORT_SYMBOL vmlinux 0xac08c3c7 tcp_v4_do_rcv EXPORT_SYMBOL vmlinux 0xac08d1f4 copy_page_from_iter -EXPORT_SYMBOL vmlinux 0xac19ecd2 tso_count_descs EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier -EXPORT_SYMBOL vmlinux 0xac24f818 xfrm_state_flush EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd EXPORT_SYMBOL vmlinux 0xac393d28 override_creds EXPORT_SYMBOL vmlinux 0xac56b6d3 __tracepoint_s390_cio_msch EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton EXPORT_SYMBOL vmlinux 0xac614540 single_open -EXPORT_SYMBOL vmlinux 0xac7ef336 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xac739217 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xac7a2848 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xac7e7725 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xac7fae69 netdev_err EXPORT_SYMBOL vmlinux 0xac8597d5 mb_cache_entry_get EXPORT_SYMBOL vmlinux 0xac94e86b vsprintf EXPORT_SYMBOL vmlinux 0xac96fe26 lockref_get_or_lock EXPORT_SYMBOL vmlinux 0xaca33fb6 alloc_pages_current -EXPORT_SYMBOL vmlinux 0xacaa9a6a pcim_enable_device EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu EXPORT_SYMBOL vmlinux 0xacb020ce node_states EXPORT_SYMBOL vmlinux 0xacb092cf sk_stream_kill_queues @@ -5485,15 +5472,15 @@ EXPORT_SYMBOL vmlinux 0xacd7cd14 register_md_cluster_operations EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache EXPORT_SYMBOL vmlinux 0xacde9405 ccw_device_tm_intrg EXPORT_SYMBOL vmlinux 0xace3af3c blk_rq_init +EXPORT_SYMBOL vmlinux 0xace6e27a compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xacf444e0 set_anon_super_fc EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad3a127d inet_add_offload EXPORT_SYMBOL vmlinux 0xad4aee39 strncpy -EXPORT_SYMBOL vmlinux 0xad52ebb1 eth_change_mtu EXPORT_SYMBOL vmlinux 0xad5b72bd __percpu_counter_sum EXPORT_SYMBOL vmlinux 0xad5befec dev_uc_del -EXPORT_SYMBOL vmlinux 0xad62fed4 udp_set_csum EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event EXPORT_SYMBOL vmlinux 0xad8da0e4 blk_mq_kick_requeue_list @@ -5502,22 +5489,25 @@ EXPORT_SYMBOL vmlinux 0xad91b3c5 iget_locked EXPORT_SYMBOL vmlinux 0xad9803b3 tty_write_room EXPORT_SYMBOL vmlinux 0xad995dac netdev_stats_to_stats64 EXPORT_SYMBOL vmlinux 0xad9f156a sk_stream_wait_memory -EXPORT_SYMBOL vmlinux 0xadbde421 __napi_alloc_skb EXPORT_SYMBOL vmlinux 0xadcec940 mark_info_dirty EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed EXPORT_SYMBOL vmlinux 0xadfdfcef __bitmap_andnot -EXPORT_SYMBOL vmlinux 0xae10887c inet_frag_destroy EXPORT_SYMBOL vmlinux 0xae145f80 __close_fd_get_file EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert EXPORT_SYMBOL vmlinux 0xae319efc radix_tree_insert -EXPORT_SYMBOL vmlinux 0xae380fbb inet_stream_connect EXPORT_SYMBOL vmlinux 0xae39b1c2 proc_dointvec_jiffies EXPORT_SYMBOL vmlinux 0xae3e4ed1 scsi_change_queue_depth EXPORT_SYMBOL vmlinux 0xae65546c __lock_page EXPORT_SYMBOL vmlinux 0xae7272da kbd_keycode +EXPORT_SYMBOL vmlinux 0xae77e3ec mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xae77f176 xfrm_input +EXPORT_SYMBOL vmlinux 0xae8d7be4 inet_accept +EXPORT_SYMBOL vmlinux 0xaea6ef4f pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xaeaeecdc netdev_set_sb_channel EXPORT_SYMBOL vmlinux 0xaeb475b2 __block_write_begin -EXPORT_SYMBOL vmlinux 0xaebc0a1f kernel_accept -EXPORT_SYMBOL vmlinux 0xaf0faf14 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xaec86f76 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xaef87902 tso_start +EXPORT_SYMBOL vmlinux 0xaf0eda6b kernel_getpeername EXPORT_SYMBOL vmlinux 0xaf14818b simple_write_end EXPORT_SYMBOL vmlinux 0xaf155b28 wait_for_completion_io EXPORT_SYMBOL vmlinux 0xaf230d91 del_random_ready_callback @@ -5525,73 +5515,65 @@ EXPORT_SYMBOL vmlinux 0xaf287116 kill_litter_super EXPORT_SYMBOL vmlinux 0xaf316d8a reuseport_select_sock EXPORT_SYMBOL vmlinux 0xaf371af1 __module_get EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level -EXPORT_SYMBOL vmlinux 0xaf4f67ab inet_stream_ops -EXPORT_SYMBOL vmlinux 0xaf63afaa pci_release_region EXPORT_SYMBOL vmlinux 0xaf6bc3d0 posix_acl_init EXPORT_SYMBOL vmlinux 0xaf7af096 blkdev_issue_write_same -EXPORT_SYMBOL vmlinux 0xaf810888 __skb_get_hash EXPORT_SYMBOL vmlinux 0xaf885bcf submit_bh -EXPORT_SYMBOL vmlinux 0xaf9309e8 consume_skb -EXPORT_SYMBOL vmlinux 0xaf932490 neigh_xmit -EXPORT_SYMBOL vmlinux 0xaf9fa704 skb_add_rx_frag -EXPORT_SYMBOL vmlinux 0xafa0654b mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xaf926e35 inet_csk_prepare_forced_close EXPORT_SYMBOL vmlinux 0xafa375ab flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0xafba4391 km_new_mapping EXPORT_SYMBOL vmlinux 0xafc2945a tcf_em_tree_validate EXPORT_SYMBOL vmlinux 0xafd3ca2d airq_iv_create -EXPORT_SYMBOL vmlinux 0xafdb3506 skb_copy_and_csum_dev -EXPORT_SYMBOL vmlinux 0xafdd4798 zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xafe82e10 strcspn EXPORT_SYMBOL vmlinux 0xafec09c0 disable_sacf_uaccess EXPORT_SYMBOL vmlinux 0xb016493d arch_spin_relax EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq EXPORT_SYMBOL vmlinux 0xb02309d9 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb0236101 netdev_lower_state_changed EXPORT_SYMBOL vmlinux 0xb03baa38 iov_iter_for_each_range -EXPORT_SYMBOL vmlinux 0xb0489b5b netdev_lower_dev_get_private EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max EXPORT_SYMBOL vmlinux 0xb071d70c gnet_stats_finish_copy -EXPORT_SYMBOL vmlinux 0xb09f67e7 dev_close EXPORT_SYMBOL vmlinux 0xb0a5e059 proc_dointvec EXPORT_SYMBOL vmlinux 0xb0b0a375 complete_request_key -EXPORT_SYMBOL vmlinux 0xb0ba9cf1 __sk_receive_skb EXPORT_SYMBOL vmlinux 0xb0bcb680 blk_mq_init_queue EXPORT_SYMBOL vmlinux 0xb0bd68f6 scsi_scan_target -EXPORT_SYMBOL vmlinux 0xb0c75fdb rtnl_kfree_skbs EXPORT_SYMBOL vmlinux 0xb0cc6636 __nla_put_64bit EXPORT_SYMBOL vmlinux 0xb0dd6cf7 security_sb_set_mnt_opts EXPORT_SYMBOL vmlinux 0xb0e10781 get_option EXPORT_SYMBOL vmlinux 0xb0eda7e7 iucv_path_sever -EXPORT_SYMBOL vmlinux 0xb0f00b61 mr_vif_seq_next EXPORT_SYMBOL vmlinux 0xb0f12d3f dput -EXPORT_SYMBOL vmlinux 0xb0f2ed83 inet_sk_rx_dst_set EXPORT_SYMBOL vmlinux 0xb0f9a27b fb_prepare_logo -EXPORT_SYMBOL vmlinux 0xb10535f4 xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare EXPORT_SYMBOL vmlinux 0xb11ad36a __register_binfmt EXPORT_SYMBOL vmlinux 0xb1203bb8 ap_perms EXPORT_SYMBOL vmlinux 0xb128ea21 cpumask_any_but EXPORT_SYMBOL vmlinux 0xb12a37c6 wait_on_page_bit_killable EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client -EXPORT_SYMBOL vmlinux 0xb1436e0a skb_trim +EXPORT_SYMBOL vmlinux 0xb144b856 inet6_del_offload EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb15876ef inet_add_protocol EXPORT_SYMBOL vmlinux 0xb15b772e devm_pci_remap_cfgspace -EXPORT_SYMBOL vmlinux 0xb15dbbf1 skb_copy_bits EXPORT_SYMBOL vmlinux 0xb16900ad cmdline_parts_parse -EXPORT_SYMBOL vmlinux 0xb1a217f8 eth_gro_receive EXPORT_SYMBOL vmlinux 0xb1b8f0bc gen_pool_alloc_algo_owner EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c896af tc_setup_cb_call EXPORT_SYMBOL vmlinux 0xb1d12238 simple_dir_operations EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t EXPORT_SYMBOL vmlinux 0xb1fa9970 __scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xb1fe36ce security_path_unlink EXPORT_SYMBOL vmlinux 0xb20512bc jbd2_journal_clear_err -EXPORT_SYMBOL vmlinux 0xb21f5f8b udp_gro_receive EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb231fabf sock_recvmsg +EXPORT_SYMBOL vmlinux 0xb236621f pci_bus_find_capability EXPORT_SYMBOL vmlinux 0xb2393541 ptep_xchg_lazy +EXPORT_SYMBOL vmlinux 0xb2406628 sock_recv_errqueue EXPORT_SYMBOL vmlinux 0xb28af3f8 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb28afa04 in6_dev_finish_destroy EXPORT_SYMBOL vmlinux 0xb293c18f gen_pool_best_fit EXPORT_SYMBOL vmlinux 0xb2940978 get_acl EXPORT_SYMBOL vmlinux 0xb299eb29 refcount_add_not_zero_checked +EXPORT_SYMBOL vmlinux 0xb2a169f8 __dev_kfree_skb_irq EXPORT_SYMBOL vmlinux 0xb2ae5ea7 nla_append +EXPORT_SYMBOL vmlinux 0xb2aea5ac mroute6_is_socket EXPORT_SYMBOL vmlinux 0xb2af650c blk_lookup_devt EXPORT_SYMBOL vmlinux 0xb2b0d772 __kfifo_dma_in_finish_r EXPORT_SYMBOL vmlinux 0xb2b6ca44 nf_register_sockopt @@ -5599,9 +5581,9 @@ EXPORT_SYMBOL vmlinux 0xb2cdd966 swake_up_locked EXPORT_SYMBOL vmlinux 0xb2fafd17 mempool_resize EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken -EXPORT_SYMBOL vmlinux 0xb31f3d2f pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xb319e2a7 pci_wake_from_d3 EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one -EXPORT_SYMBOL vmlinux 0xb3225b15 inet_shutdown +EXPORT_SYMBOL vmlinux 0xb328b5a3 pci_bus_set_ops EXPORT_SYMBOL vmlinux 0xb33573d7 input_mt_report_finger_count EXPORT_SYMBOL vmlinux 0xb34ee87a __vfs_getxattr EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit @@ -5610,11 +5592,11 @@ EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock EXPORT_SYMBOL vmlinux 0xb36edfb2 cdev_add EXPORT_SYMBOL vmlinux 0xb3a5e46d wait_for_key_construction EXPORT_SYMBOL vmlinux 0xb3c05f3e vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xb3cc5fe4 inet_stream_ops EXPORT_SYMBOL vmlinux 0xb3d26f6d fget EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string -EXPORT_SYMBOL vmlinux 0xb3e34e84 arp_send +EXPORT_SYMBOL vmlinux 0xb3dc64db ipv6_dev_mc_inc EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop -EXPORT_SYMBOL vmlinux 0xb3fd4a35 nf_ip6_checksum EXPORT_SYMBOL vmlinux 0xb3ff1f69 free_pages_exact EXPORT_SYMBOL vmlinux 0xb408061b complete_and_exit EXPORT_SYMBOL vmlinux 0xb41fd65a blk_queue_max_write_zeroes_sectors @@ -5624,30 +5606,33 @@ EXPORT_SYMBOL vmlinux 0xb482582f PageMovable EXPORT_SYMBOL vmlinux 0xb482a0ae generic_file_llseek_size EXPORT_SYMBOL vmlinux 0xb48843ca input_event EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48f8683 ip6_xmit EXPORT_SYMBOL vmlinux 0xb48fc171 bd_set_size -EXPORT_SYMBOL vmlinux 0xb495662d udp_pre_connect EXPORT_SYMBOL vmlinux 0xb49fa9bc flow_block_cb_free -EXPORT_SYMBOL vmlinux 0xb4c5bd8c nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xb4d64540 alloc_etherdev_mqs EXPORT_SYMBOL vmlinux 0xb4df3310 scsi_register_interface EXPORT_SYMBOL vmlinux 0xb4e5c620 ww_mutex_unlock EXPORT_SYMBOL vmlinux 0xb4e70c42 configfs_unregister_default_group EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f9dc68 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xb4fc14d3 xfrm_input_unregister_afinfo EXPORT_SYMBOL vmlinux 0xb50cc9cb ZSTD_isFrame EXPORT_SYMBOL vmlinux 0xb534f61f __kfifo_alloc EXPORT_SYMBOL vmlinux 0xb56994d1 simple_open EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink -EXPORT_SYMBOL vmlinux 0xb5798190 pcibios_bus_to_resource EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb59c3d9e pci_msix_vec_count EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5dc655c dev_set_mac_address EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work EXPORT_SYMBOL vmlinux 0xb5ede912 fscrypt_inherit_context -EXPORT_SYMBOL vmlinux 0xb5fa5337 gro_find_complete_by_type -EXPORT_SYMBOL vmlinux 0xb5ff2d2e sk_ns_capable EXPORT_SYMBOL vmlinux 0xb62b74af refcount_dec_and_test_checked EXPORT_SYMBOL vmlinux 0xb62dc769 register_quota_format +EXPORT_SYMBOL vmlinux 0xb62ea930 pci_request_selected_regions_exclusive EXPORT_SYMBOL vmlinux 0xb630868f vlan_dev_vlan_proto EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63acf6a tcp_seq_stop EXPORT_SYMBOL vmlinux 0xb65a319d generic_pipe_buf_get EXPORT_SYMBOL vmlinux 0xb66fe454 get_super_thawed EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt @@ -5656,28 +5641,30 @@ EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit EXPORT_SYMBOL vmlinux 0xb6d31db8 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xb6d4af5c rtnl_configure_link EXPORT_SYMBOL vmlinux 0xb6d9455b tcf_idr_check_alloc EXPORT_SYMBOL vmlinux 0xb6db3564 security_inode_listsecurity EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute -EXPORT_SYMBOL vmlinux 0xb6e92c9b pfifo_fast_ops EXPORT_SYMBOL vmlinux 0xb6f2c5ab __scsi_device_lookup EXPORT_SYMBOL vmlinux 0xb6f8419f __brelse +EXPORT_SYMBOL vmlinux 0xb6faac87 netdev_has_any_upper_dev EXPORT_SYMBOL vmlinux 0xb6fbeefe xxh64 EXPORT_SYMBOL vmlinux 0xb70c0cf9 textsearch_destroy -EXPORT_SYMBOL vmlinux 0xb71089c4 tcp_shutdown EXPORT_SYMBOL vmlinux 0xb7178135 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xb73908f3 pci_disable_link_state_locked EXPORT_SYMBOL vmlinux 0xb7436784 __tcf_idr_release -EXPORT_SYMBOL vmlinux 0xb74809a3 skb_copy_expand EXPORT_SYMBOL vmlinux 0xb756b504 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xb759b14f xfrm_replay_seqhi EXPORT_SYMBOL vmlinux 0xb75f872a security_sk_clone EXPORT_SYMBOL vmlinux 0xb766ea5a fscrypt_decrypt_bio -EXPORT_SYMBOL vmlinux 0xb76702ba pci_release_resource +EXPORT_SYMBOL vmlinux 0xb769ca23 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb774de02 compat_mc_getsockopt EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict EXPORT_SYMBOL vmlinux 0xb79d1708 blk_queue_max_segments EXPORT_SYMBOL vmlinux 0xb7a00b23 set_page_dirty -EXPORT_SYMBOL vmlinux 0xb7b293e4 dev_get_by_name EXPORT_SYMBOL vmlinux 0xb7b3fc14 truncate_inode_pages EXPORT_SYMBOL vmlinux 0xb7b507ea utf8nlen +EXPORT_SYMBOL vmlinux 0xb7beec0f qdisc_put EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags EXPORT_SYMBOL vmlinux 0xb7cd634e tcf_unregister_action EXPORT_SYMBOL vmlinux 0xb7de1470 flow_rule_match_tcp @@ -5685,7 +5672,6 @@ EXPORT_SYMBOL vmlinux 0xb7dee698 del_gendisk EXPORT_SYMBOL vmlinux 0xb7ee2a2c diag26c EXPORT_SYMBOL vmlinux 0xb8094853 tty_schedule_flip EXPORT_SYMBOL vmlinux 0xb8268d90 simple_transaction_read -EXPORT_SYMBOL vmlinux 0xb82b65c5 tcp_syn_ack_timeout EXPORT_SYMBOL vmlinux 0xb84259e9 blk_queue_io_opt EXPORT_SYMBOL vmlinux 0xb8542926 keyring_alloc EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse @@ -5698,17 +5684,17 @@ EXPORT_SYMBOL vmlinux 0xb8c5e7f0 irq_set_chip EXPORT_SYMBOL vmlinux 0xb8c6b520 blkdev_fsync EXPORT_SYMBOL vmlinux 0xb8d703ad dma_direct_sync_single_for_device EXPORT_SYMBOL vmlinux 0xb8fc0f38 d_alloc_anon -EXPORT_SYMBOL vmlinux 0xb8ff8da8 neigh_table_clear EXPORT_SYMBOL vmlinux 0xb9056bb6 remove_conflicting_framebuffers EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max EXPORT_SYMBOL vmlinux 0xb91427ed blk_mq_rq_cpu EXPORT_SYMBOL vmlinux 0xb915ceca itcw_init EXPORT_SYMBOL vmlinux 0xb92090e4 t10_pi_type1_crc EXPORT_SYMBOL vmlinux 0xb928aa45 netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xb92cc92e pcix_get_mmrbc EXPORT_SYMBOL vmlinux 0xb93fcdb8 fscrypt_zeroout_range EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb946e653 __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0xb949c975 jbd2_log_wait_commit -EXPORT_SYMBOL vmlinux 0xb94fd713 inet_addr_type_dev_table EXPORT_SYMBOL vmlinux 0xb953a365 blk_mq_free_tag_set EXPORT_SYMBOL vmlinux 0xb963ec4f simple_transaction_release EXPORT_SYMBOL vmlinux 0xb968aa1a flow_rule_match_mpls @@ -5716,35 +5702,27 @@ EXPORT_SYMBOL vmlinux 0xb981989e param_get_long EXPORT_SYMBOL vmlinux 0xb9994235 kmem_cache_alloc_node_trace EXPORT_SYMBOL vmlinux 0xb999ab78 insert_inode_locked EXPORT_SYMBOL vmlinux 0xb9b52e96 tcf_action_dump_1 -EXPORT_SYMBOL vmlinux 0xb9c11681 arp_xmit -EXPORT_SYMBOL vmlinux 0xb9cebb24 icmp6_send EXPORT_SYMBOL vmlinux 0xb9d601db __getblk_gfp EXPORT_SYMBOL vmlinux 0xb9df5c0d ZSTD_nextSrcSizeToDecompress -EXPORT_SYMBOL vmlinux 0xb9e72141 __skb_ext_del EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters EXPORT_SYMBOL vmlinux 0xb9f3c9d8 pagecache_get_page -EXPORT_SYMBOL vmlinux 0xb9f89f68 napi_gro_flush EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy -EXPORT_SYMBOL vmlinux 0xba499ae5 pci_unmap_rom EXPORT_SYMBOL vmlinux 0xba5a2297 tty_port_block_til_ready -EXPORT_SYMBOL vmlinux 0xba971e74 sock_i_ino -EXPORT_SYMBOL vmlinux 0xba9ac5a1 pci_bus_add_devices EXPORT_SYMBOL vmlinux 0xba9f7ad1 filemap_fdatawrite_range EXPORT_SYMBOL vmlinux 0xbaa5b812 __var_waitqueue +EXPORT_SYMBOL vmlinux 0xbab53def mini_qdisc_pair_swap EXPORT_SYMBOL vmlinux 0xbabf5635 ccw_device_set_online EXPORT_SYMBOL vmlinux 0xbac05793 disk_stack_limits -EXPORT_SYMBOL vmlinux 0xbaf1c1f0 sock_no_shutdown EXPORT_SYMBOL vmlinux 0xbaf507c1 gen_pool_dma_alloc_algo -EXPORT_SYMBOL vmlinux 0xbb02d114 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xbaf9e298 pci_scan_root_bus_bridge EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset EXPORT_SYMBOL vmlinux 0xbb0a1c8f flow_rule_match_enc_control EXPORT_SYMBOL vmlinux 0xbb119583 con_copy_unimap -EXPORT_SYMBOL vmlinux 0xbb139ef1 sk_net_capable EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command EXPORT_SYMBOL vmlinux 0xbb35675b __bitmap_intersects -EXPORT_SYMBOL vmlinux 0xbb3705b5 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xbb3dbf9b pci_read_config_dword EXPORT_SYMBOL vmlinux 0xbb4166d7 sync_file_create -EXPORT_SYMBOL vmlinux 0xbb4a04a9 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xbb6804db pcibios_resource_to_bus EXPORT_SYMBOL vmlinux 0xbb69a7ac drop_super_exclusive EXPORT_SYMBOL vmlinux 0xbb70dc0a tty_port_raise_dtr_rts EXPORT_SYMBOL vmlinux 0xbb95a8c0 blk_put_queue @@ -5753,47 +5731,49 @@ EXPORT_SYMBOL vmlinux 0xbb9d0dc5 bin2hex EXPORT_SYMBOL vmlinux 0xbba4905a pagevec_lookup_range_tag EXPORT_SYMBOL vmlinux 0xbba6f860 sb_set_blocksize EXPORT_SYMBOL vmlinux 0xbbc12f6f jbd2_journal_finish_inode_data_buffers -EXPORT_SYMBOL vmlinux 0xbbc640d7 xfrm_policy_byid EXPORT_SYMBOL vmlinux 0xbbeaa7b4 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xbbf72465 inet6_offloads EXPORT_SYMBOL vmlinux 0xbc159c90 scsi_target_quiesce -EXPORT_SYMBOL vmlinux 0xbc26d5d4 netdev_adjacent_change_abort -EXPORT_SYMBOL vmlinux 0xbc28fa1d xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xbc22317e udp_prot EXPORT_SYMBOL vmlinux 0xbc3bdc7f flow_get_u32_src +EXPORT_SYMBOL vmlinux 0xbc43fe68 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xbc4b4c72 lock_sock_fast EXPORT_SYMBOL vmlinux 0xbc6148d0 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xbc6f307e tcp_rcv_established EXPORT_SYMBOL vmlinux 0xbc70029b get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xbc759f93 xfrm_user_policy EXPORT_SYMBOL vmlinux 0xbc7bede7 add_wait_queue_exclusive EXPORT_SYMBOL vmlinux 0xbc7eaf25 scsi_device_lookup_by_target EXPORT_SYMBOL vmlinux 0xbc8c53df nvm_submit_io_sync EXPORT_SYMBOL vmlinux 0xbc92d93a d_splice_alias EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf -EXPORT_SYMBOL vmlinux 0xbcacd94f pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0xbcbdf60f kstrtos8 +EXPORT_SYMBOL vmlinux 0xbcc67f25 pci_read_config_word EXPORT_SYMBOL vmlinux 0xbcca6e21 set_user_nice EXPORT_SYMBOL vmlinux 0xbcd7d664 iov_iter_copy_from_user_atomic -EXPORT_SYMBOL vmlinux 0xbcda3895 inet_gso_segment -EXPORT_SYMBOL vmlinux 0xbcdee85f tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xbcf6ccd0 xfrm_state_walk_done EXPORT_SYMBOL vmlinux 0xbcfa0a3f _copy_from_iter EXPORT_SYMBOL vmlinux 0xbd05746b pagecache_write_begin EXPORT_SYMBOL vmlinux 0xbd0a49ad dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xbd136b81 tcf_classify +EXPORT_SYMBOL vmlinux 0xbd3240e9 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xbd3c6a60 inet_csk_reqsk_queue_drop EXPORT_SYMBOL vmlinux 0xbd479c84 read_cache_page -EXPORT_SYMBOL vmlinux 0xbd71acb0 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xbd8dda47 skb_ensure_writable EXPORT_SYMBOL vmlinux 0xbd935f38 mempool_init EXPORT_SYMBOL vmlinux 0xbd9a6acc proc_dointvec_minmax EXPORT_SYMBOL vmlinux 0xbda3cbf9 input_handler_for_each_handle -EXPORT_SYMBOL vmlinux 0xbdfea1c9 pci_free_host_bridge EXPORT_SYMBOL vmlinux 0xbe274be6 get_gendisk -EXPORT_SYMBOL vmlinux 0xbe35c39e pci_bus_read_config_byte -EXPORT_SYMBOL vmlinux 0xbe4255fe pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xbe39d71a xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xbe3a56b6 dst_dev_put EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state EXPORT_SYMBOL vmlinux 0xbe5d367e vfs_statx_fd -EXPORT_SYMBOL vmlinux 0xbe63e1bc netdev_change_features EXPORT_SYMBOL vmlinux 0xbe6e3136 mod_node_page_state -EXPORT_SYMBOL vmlinux 0xbe8788d7 tc_setup_cb_add -EXPORT_SYMBOL vmlinux 0xbe8fe1ed __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xbea226a2 _dev_info_hash -EXPORT_SYMBOL vmlinux 0xbeaaa09a ipv6_skip_exthdr EXPORT_SYMBOL vmlinux 0xbecb866e kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xbed39daa inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xbee10b1f tcp_rtx_synack EXPORT_SYMBOL vmlinux 0xbee12485 scsi_rescan_device EXPORT_SYMBOL vmlinux 0xbee380ba posix_acl_alloc EXPORT_SYMBOL vmlinux 0xbeea195e bdget_disk @@ -5803,54 +5783,52 @@ EXPORT_SYMBOL vmlinux 0xbef53f33 scnprintf EXPORT_SYMBOL vmlinux 0xbf108df2 compat_nf_setsockopt EXPORT_SYMBOL vmlinux 0xbf202ad7 mnt_set_expiry EXPORT_SYMBOL vmlinux 0xbf29a22a pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xbf3ec746 ipv6_chk_addr_and_flags EXPORT_SYMBOL vmlinux 0xbf50f89f blk_queue_alignment_offset EXPORT_SYMBOL vmlinux 0xbf55cddc init_task EXPORT_SYMBOL vmlinux 0xbf65dd1d mod_zone_page_state EXPORT_SYMBOL vmlinux 0xbf6917f2 d_tmpfile -EXPORT_SYMBOL vmlinux 0xbf693039 xfrm_policy_insert -EXPORT_SYMBOL vmlinux 0xbf76723a ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0xbf7c0a15 security_binder_transaction -EXPORT_SYMBOL vmlinux 0xbf88bdaf pci_request_selected_regions EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set EXPORT_SYMBOL vmlinux 0xbf9df54d kill_fasync EXPORT_SYMBOL vmlinux 0xbf9f028e proc_create_single_data +EXPORT_SYMBOL vmlinux 0xbfab8fe4 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xbfac6a77 netpoll_poll_dev EXPORT_SYMBOL vmlinux 0xbfbeb4d8 security_sb_remount +EXPORT_SYMBOL vmlinux 0xbfbf7984 sock_wmalloc EXPORT_SYMBOL vmlinux 0xbfc486d9 padata_remove_cpu EXPORT_SYMBOL vmlinux 0xbfd72bde param_set_ulong EXPORT_SYMBOL vmlinux 0xbfe63871 start_tty EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer EXPORT_SYMBOL vmlinux 0xbff473d6 mpage_writepages -EXPORT_SYMBOL vmlinux 0xbff94e4f brioctl_set EXPORT_SYMBOL vmlinux 0xbffe7219 xa_clear_mark EXPORT_SYMBOL vmlinux 0xc003c637 __strncpy_from_user -EXPORT_SYMBOL vmlinux 0xc012cb8b netdev_next_lower_dev_rcu -EXPORT_SYMBOL vmlinux 0xc0131d41 sock_register +EXPORT_SYMBOL vmlinux 0xc017dec3 xfrm_policy_insert EXPORT_SYMBOL vmlinux 0xc025016c flow_keys_dissector EXPORT_SYMBOL vmlinux 0xc02ad26a ioctl_by_bdev EXPORT_SYMBOL vmlinux 0xc034b555 raw3270_start_irq +EXPORT_SYMBOL vmlinux 0xc04993a6 ___pskb_trim EXPORT_SYMBOL vmlinux 0xc06f0724 ZSTD_initDCtx EXPORT_SYMBOL vmlinux 0xc0719796 dev_mc_sync -EXPORT_SYMBOL vmlinux 0xc07288e6 netif_tx_stop_all_queues EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb -EXPORT_SYMBOL vmlinux 0xc08bf78c ip_do_fragment EXPORT_SYMBOL vmlinux 0xc096e23d hdmi_drm_infoframe_init EXPORT_SYMBOL vmlinux 0xc09e9e10 debug_unregister_view +EXPORT_SYMBOL vmlinux 0xc0a13371 pcim_iomap_regions_request_all EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0acf783 pcie_capability_read_dword EXPORT_SYMBOL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 EXPORT_SYMBOL vmlinux 0xc0c00bd2 cdrom_media_changed -EXPORT_SYMBOL vmlinux 0xc0d306a9 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xc0c5fe51 inet_csk_complete_hashdance EXPORT_SYMBOL vmlinux 0xc0e5e4e6 itcw_get_tcw EXPORT_SYMBOL vmlinux 0xc0f150e5 vfs_tmpfile EXPORT_SYMBOL vmlinux 0xc0fd237c xxh32 EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup -EXPORT_SYMBOL vmlinux 0xc1099a4d __xfrm_route_forward -EXPORT_SYMBOL vmlinux 0xc115670a skb_find_text +EXPORT_SYMBOL vmlinux 0xc10fb6b9 dev_change_proto_down_generic EXPORT_SYMBOL vmlinux 0xc120caa6 diag_stat_inc EXPORT_SYMBOL vmlinux 0xc1394dbd mod_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0xc1498198 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xc14c1015 ip_mc_inc_group EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq -EXPORT_SYMBOL vmlinux 0xc156dd52 napi_gro_receive -EXPORT_SYMBOL vmlinux 0xc15c1bca skb_push -EXPORT_SYMBOL vmlinux 0xc15f391b dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0xc16410b9 ZSTD_getDictID_fromDDict EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem EXPORT_SYMBOL vmlinux 0xc188b979 clocksource_change_rating @@ -5858,18 +5836,19 @@ EXPORT_SYMBOL vmlinux 0xc1a64320 __tracepoint_s390_cio_tsch EXPORT_SYMBOL vmlinux 0xc1a8b95c bprm_change_interp EXPORT_SYMBOL vmlinux 0xc1a9e700 proc_set_user EXPORT_SYMBOL vmlinux 0xc1b09a2d debug_register_mode +EXPORT_SYMBOL vmlinux 0xc1c5758c pcim_iomap_table EXPORT_SYMBOL vmlinux 0xc1c74404 get_user_pages EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1d8ed06 pci_clear_master +EXPORT_SYMBOL vmlinux 0xc1e34a96 dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xc1f57dc0 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0xc1fceffa tcf_generic_walker -EXPORT_SYMBOL vmlinux 0xc205f2e5 ip_ct_attach EXPORT_SYMBOL vmlinux 0xc209507d blk_mq_queue_stopped EXPORT_SYMBOL vmlinux 0xc212f2ab prandom_bytes EXPORT_SYMBOL vmlinux 0xc2336209 unix_gc_lock -EXPORT_SYMBOL vmlinux 0xc247db41 pci_write_vpd -EXPORT_SYMBOL vmlinux 0xc24b1801 xfrm_input EXPORT_SYMBOL vmlinux 0xc2568235 igrab -EXPORT_SYMBOL vmlinux 0xc26a3f1e iptun_encaps EXPORT_SYMBOL vmlinux 0xc2700650 set_create_files_as +EXPORT_SYMBOL vmlinux 0xc27975ca skb_find_text EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices EXPORT_SYMBOL vmlinux 0xc306c3a8 page_frag_alloc EXPORT_SYMBOL vmlinux 0xc308789c lru_cache_add_file @@ -5878,17 +5857,14 @@ EXPORT_SYMBOL vmlinux 0xc335ff34 fbcon_rotate_ccw EXPORT_SYMBOL vmlinux 0xc336a985 dqstats EXPORT_SYMBOL vmlinux 0xc3452212 __dec_node_page_state EXPORT_SYMBOL vmlinux 0xc34cffe2 kstrtobool_from_user -EXPORT_SYMBOL vmlinux 0xc37189c8 pcibios_resource_to_bus -EXPORT_SYMBOL vmlinux 0xc371ad56 skb_copy_and_csum_datagram_msg -EXPORT_SYMBOL vmlinux 0xc372444d __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc36678c1 tcp_close EXPORT_SYMBOL vmlinux 0xc3838322 kobject_get_unless_zero EXPORT_SYMBOL vmlinux 0xc385cb58 perf_num_counters EXPORT_SYMBOL vmlinux 0xc3886447 vfs_create_mount EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer EXPORT_SYMBOL vmlinux 0xc399e6f6 fb_get_buffer_offset -EXPORT_SYMBOL vmlinux 0xc3a2834a __dev_getfirstbyhwtype EXPORT_SYMBOL vmlinux 0xc3b9d278 fb_validate_mode -EXPORT_SYMBOL vmlinux 0xc3c24eb8 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc3beb247 __skb_try_recv_datagram EXPORT_SYMBOL vmlinux 0xc3c2fc26 free_buffer_head EXPORT_SYMBOL vmlinux 0xc3dd0a01 set_device_ro EXPORT_SYMBOL vmlinux 0xc3e46311 security_binder_transfer_binder @@ -5898,18 +5874,17 @@ EXPORT_SYMBOL vmlinux 0xc422bc72 param_ops_short EXPORT_SYMBOL vmlinux 0xc4239e79 unregister_service_level EXPORT_SYMBOL vmlinux 0xc4359f08 md_wakeup_thread EXPORT_SYMBOL vmlinux 0xc438d624 d_delete -EXPORT_SYMBOL vmlinux 0xc442ee69 pci_find_bus +EXPORT_SYMBOL vmlinux 0xc453dd3b __skb_recv_udp EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le -EXPORT_SYMBOL vmlinux 0xc45fc101 tcp_setsockopt EXPORT_SYMBOL vmlinux 0xc470c1c6 mutex_lock_killable EXPORT_SYMBOL vmlinux 0xc47680a2 __breadahead EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 -EXPORT_SYMBOL vmlinux 0xc4bc8504 sock_no_listen -EXPORT_SYMBOL vmlinux 0xc4f43b9c netpoll_print_options -EXPORT_SYMBOL vmlinux 0xc4fa806a sk_alloc +EXPORT_SYMBOL vmlinux 0xc4811b82 skb_copy_header +EXPORT_SYMBOL vmlinux 0xc497c8a8 pci_get_class +EXPORT_SYMBOL vmlinux 0xc4b94308 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xc4d1abc7 sock_cmsg_send EXPORT_SYMBOL vmlinux 0xc4ff53c6 param_set_ushort -EXPORT_SYMBOL vmlinux 0xc50f386c __dev_get_by_name -EXPORT_SYMBOL vmlinux 0xc51e0e72 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xc5339a66 __inet_hash EXPORT_SYMBOL vmlinux 0xc53739ad padata_do_parallel EXPORT_SYMBOL vmlinux 0xc541435b tty_register_device EXPORT_SYMBOL vmlinux 0xc541b27e __break_lease @@ -5923,47 +5898,49 @@ EXPORT_SYMBOL vmlinux 0xc5850110 printk EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete EXPORT_SYMBOL vmlinux 0xc599ad77 dma_fence_init EXPORT_SYMBOL vmlinux 0xc5ad93b8 sie_exit -EXPORT_SYMBOL vmlinux 0xc5b25546 pci_iounmap EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on EXPORT_SYMBOL vmlinux 0xc5c3d588 generic_perform_write -EXPORT_SYMBOL vmlinux 0xc5c86125 inet6_bind EXPORT_SYMBOL vmlinux 0xc5d5ee51 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xc5e1b039 xfrm6_protocol_register EXPORT_SYMBOL vmlinux 0xc5e2faef simple_lookup EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource -EXPORT_SYMBOL vmlinux 0xc5f276ef inet_csk_reqsk_queue_add EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last EXPORT_SYMBOL vmlinux 0xc6055c9e kvasprintf_const EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus EXPORT_SYMBOL vmlinux 0xc610cf36 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xc611e34d __zerocopy_sg_from_iter EXPORT_SYMBOL vmlinux 0xc622ea97 stsi +EXPORT_SYMBOL vmlinux 0xc62a7a1d kernel_bind EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc646d933 xfrm6_rcv_spi EXPORT_SYMBOL vmlinux 0xc659f8e9 debugfs_create_automount EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number EXPORT_SYMBOL vmlinux 0xc66a0b54 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xc66a9edf xfrm_parse_spi EXPORT_SYMBOL vmlinux 0xc66d919f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc686ef92 tcp_filter EXPORT_SYMBOL vmlinux 0xc6909951 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc693c3f3 ipv6_chk_custom_prefix EXPORT_SYMBOL vmlinux 0xc6ae4bc6 mempool_exit EXPORT_SYMBOL vmlinux 0xc6b443e8 up EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable EXPORT_SYMBOL vmlinux 0xc6ce6848 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xc6dd325a skb_set_owner_w EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key EXPORT_SYMBOL vmlinux 0xc7196f79 elv_rb_latter_request -EXPORT_SYMBOL vmlinux 0xc71d43f1 netdev_lower_get_next_private_rcu -EXPORT_SYMBOL vmlinux 0xc73da0c8 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xc7401f6c neigh_destroy EXPORT_SYMBOL vmlinux 0xc74555b1 blkdev_put EXPORT_SYMBOL vmlinux 0xc748f73e always_delete_dentry -EXPORT_SYMBOL vmlinux 0xc74de715 __tcp_md5_do_lookup -EXPORT_SYMBOL vmlinux 0xc7513721 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xc75bd47a audit_log_start EXPORT_SYMBOL vmlinux 0xc777bfa3 dm_kcopyd_copy -EXPORT_SYMBOL vmlinux 0xc77de4c5 tcf_classify EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain EXPORT_SYMBOL vmlinux 0xc78cf4b7 __blkdev_reread_part EXPORT_SYMBOL vmlinux 0xc793520c mark_buffer_dirty EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc -EXPORT_SYMBOL vmlinux 0xc79fcce3 tcp_disconnect EXPORT_SYMBOL vmlinux 0xc7a24d76 sysfs_format_mac EXPORT_SYMBOL vmlinux 0xc7a3b712 tty_insert_flip_string_flags EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a5dc44 ip_options_rcv_srr EXPORT_SYMBOL vmlinux 0xc7b53ccd sdev_prefix_printk EXPORT_SYMBOL vmlinux 0xc7bc8bc5 scsi_eh_finish_cmd EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe @@ -5971,50 +5948,49 @@ EXPORT_SYMBOL vmlinux 0xc7cf0846 fwnode_irq_get EXPORT_SYMBOL vmlinux 0xc7d094b5 dm_read_arg_group EXPORT_SYMBOL vmlinux 0xc7fa055f jbd2_journal_init_dev EXPORT_SYMBOL vmlinux 0xc7faa7c7 done_path_create -EXPORT_SYMBOL vmlinux 0xc804928c skb_checksum EXPORT_SYMBOL vmlinux 0xc817a8ac fbcon_rotate_ud EXPORT_SYMBOL vmlinux 0xc81e91a8 napi_busy_loop -EXPORT_SYMBOL vmlinux 0xc8379c5e netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xc848ca1d iunique EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu EXPORT_SYMBOL vmlinux 0xc86a6174 __kfifo_from_user_r EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87bdcd2 tcp_mss_to_mtu EXPORT_SYMBOL vmlinux 0xc87f21ef vfs_parse_fs_param EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals EXPORT_SYMBOL vmlinux 0xc88a8918 down_interruptible +EXPORT_SYMBOL vmlinux 0xc8912dd2 inet_sk_rebuild_header EXPORT_SYMBOL vmlinux 0xc8986c9f d_add -EXPORT_SYMBOL vmlinux 0xc89a95cb sock_no_mmap +EXPORT_SYMBOL vmlinux 0xc8a4f623 pci_resize_resource EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread -EXPORT_SYMBOL vmlinux 0xc8bb3e67 xfrm_register_type EXPORT_SYMBOL vmlinux 0xc8ed7c96 dquot_destroy EXPORT_SYMBOL vmlinux 0xc8f26c8d truncate_pagecache_range -EXPORT_SYMBOL vmlinux 0xc8fc426b proto_register -EXPORT_SYMBOL vmlinux 0xc9426565 __sock_create +EXPORT_SYMBOL vmlinux 0xc92a6878 dev_get_port_parent_id EXPORT_SYMBOL vmlinux 0xc94fdebf __genradix_ptr EXPORT_SYMBOL vmlinux 0xc95d72fc kmalloc_caches EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters -EXPORT_SYMBOL vmlinux 0xc968f103 udp_disconnect -EXPORT_SYMBOL vmlinux 0xc971c588 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xc969192e __ip_queue_xmit EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab EXPORT_SYMBOL vmlinux 0xc986c9cc unix_destruct_scm -EXPORT_SYMBOL vmlinux 0xc9c97d6e dev_get_stats +EXPORT_SYMBOL vmlinux 0xc9bcc33d pci_add_new_bus EXPORT_SYMBOL vmlinux 0xc9d8f91b write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc9db9a5e netdev_master_upper_dev_get_rcu EXPORT_SYMBOL vmlinux 0xc9de077f __mod_zone_page_state EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init EXPORT_SYMBOL vmlinux 0xc9ecadef bdi_register_owner EXPORT_SYMBOL vmlinux 0xc9f836f5 sort_r EXPORT_SYMBOL vmlinux 0xca0b1100 dev_vprintk_emit EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free -EXPORT_SYMBOL vmlinux 0xca353d05 tcp_initialize_rcv_mss EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca54864e skb_unlink EXPORT_SYMBOL vmlinux 0xca6984b1 flow_block_cb_lookup EXPORT_SYMBOL vmlinux 0xca740bd9 blk_queue_max_write_same_sectors -EXPORT_SYMBOL vmlinux 0xca8aa3d4 __scm_destroy +EXPORT_SYMBOL vmlinux 0xca8d878a netif_set_real_num_rx_queues EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next EXPORT_SYMBOL vmlinux 0xcaafe187 class3270 EXPORT_SYMBOL vmlinux 0xcab4773c genlmsg_multicast_allns EXPORT_SYMBOL vmlinux 0xcaba0d91 get_fs_type EXPORT_SYMBOL vmlinux 0xcabad9ed ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xcac160ad kernel_getsockopt EXPORT_SYMBOL vmlinux 0xcae3a07a sg_copy_from_buffer EXPORT_SYMBOL vmlinux 0xcaeaddeb dev_base_lock EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain @@ -6027,25 +6003,25 @@ EXPORT_SYMBOL vmlinux 0xcb61b0d1 blk_queue_max_hw_sectors EXPORT_SYMBOL vmlinux 0xcb8ab458 dma_set_mask EXPORT_SYMBOL vmlinux 0xcba0d5ba dump_truncate EXPORT_SYMBOL vmlinux 0xcba4abe3 list_sort -EXPORT_SYMBOL vmlinux 0xcbaf04a6 skb_append EXPORT_SYMBOL vmlinux 0xcbbca587 __bio_clone_fast EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd0f474 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xcbd2eabe skb_orphan_partial EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic -EXPORT_SYMBOL vmlinux 0xcbdb5445 inet6_offloads -EXPORT_SYMBOL vmlinux 0xcbdf4dfc msi_desc_to_pci_dev -EXPORT_SYMBOL vmlinux 0xcbe3e263 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xcbd4be23 xfrm_register_type_offload EXPORT_SYMBOL vmlinux 0xcbee0a48 flush_signals EXPORT_SYMBOL vmlinux 0xcbf87fb7 unregister_cdrom -EXPORT_SYMBOL vmlinux 0xcc1a4b34 xfrm_dst_ifdown -EXPORT_SYMBOL vmlinux 0xcc1c11bb default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcc1b7e14 udp_gro_complete EXPORT_SYMBOL vmlinux 0xcc26ac69 block_write_full_page -EXPORT_SYMBOL vmlinux 0xcc27dfba sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xcc2c3ef3 xfrm_state_add EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next -EXPORT_SYMBOL vmlinux 0xcc49f3bd dev_activate EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5a79fd __dev_get_by_index EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc72311d secpath_set +EXPORT_SYMBOL vmlinux 0xcc7564b9 kfree_skb EXPORT_SYMBOL vmlinux 0xcc765adf vm_insert_page EXPORT_SYMBOL vmlinux 0xcc993b00 capable_wrt_inode_uidgid EXPORT_SYMBOL vmlinux 0xcca94125 kstrtoint_from_user @@ -6053,71 +6029,74 @@ EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor EXPORT_SYMBOL vmlinux 0xccc4001d gen_pool_fixed_alloc EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start EXPORT_SYMBOL vmlinux 0xcced28f8 lockref_put_or_lock -EXPORT_SYMBOL vmlinux 0xccf6e853 pci_iomap EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed EXPORT_SYMBOL vmlinux 0xcd0454df debug_unregister EXPORT_SYMBOL vmlinux 0xcd256667 tcp_md5_needed EXPORT_SYMBOL vmlinux 0xcd279169 nla_find -EXPORT_SYMBOL vmlinux 0xcd2a0a73 nf_unregister_queue_handler -EXPORT_SYMBOL vmlinux 0xcd305b38 pci_clear_master -EXPORT_SYMBOL vmlinux 0xcd3c4224 release_sock +EXPORT_SYMBOL vmlinux 0xcd54275d netif_skb_features +EXPORT_SYMBOL vmlinux 0xcd54edfe pcie_get_mps EXPORT_SYMBOL vmlinux 0xcd66453e write_cache_pages -EXPORT_SYMBOL vmlinux 0xcd7ad530 pci_msi_vec_count EXPORT_SYMBOL vmlinux 0xcd82dbf4 scsi_set_medium_removal -EXPORT_SYMBOL vmlinux 0xcd9e2600 skb_tx_error EXPORT_SYMBOL vmlinux 0xcdab666d dev_notice_hash EXPORT_SYMBOL vmlinux 0xcdab9d9f dev_printk_emit +EXPORT_SYMBOL vmlinux 0xcdb0f61f release_sock +EXPORT_SYMBOL vmlinux 0xcdba13a8 netdev_adjacent_change_abort EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel EXPORT_SYMBOL vmlinux 0xcdd71d96 input_inject_event EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev EXPORT_SYMBOL vmlinux 0xce00091c scsi_add_device +EXPORT_SYMBOL vmlinux 0xce0642cf netdev_warn EXPORT_SYMBOL vmlinux 0xce06be44 blk_mq_run_hw_queue EXPORT_SYMBOL vmlinux 0xce07c261 dma_cache_sync -EXPORT_SYMBOL vmlinux 0xce11ce38 eth_header_cache EXPORT_SYMBOL vmlinux 0xce2666c2 gnet_stats_copy_queue EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake EXPORT_SYMBOL vmlinux 0xce2c0ca3 dm_get_device -EXPORT_SYMBOL vmlinux 0xce2e82a1 dev_change_flags -EXPORT_SYMBOL vmlinux 0xce4751c8 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xce332fb3 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xce39e5cf udp_pre_connect EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode EXPORT_SYMBOL vmlinux 0xce4f0c4c dma_direct_sync_sg_for_cpu -EXPORT_SYMBOL vmlinux 0xce5045c6 pci_request_region EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize EXPORT_SYMBOL vmlinux 0xce70dcad dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xce789bc5 tcf_exts_validate EXPORT_SYMBOL vmlinux 0xce7bfe70 vm_brk EXPORT_SYMBOL vmlinux 0xce8b41eb mem_section EXPORT_SYMBOL vmlinux 0xcea0299c iov_iter_zero EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul EXPORT_SYMBOL vmlinux 0xcead8c34 dump_page +EXPORT_SYMBOL vmlinux 0xceb9cd9d netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xced97a9b ndo_dflt_fdb_del EXPORT_SYMBOL vmlinux 0xcedad562 get_tree_single EXPORT_SYMBOL vmlinux 0xceec8abd __mb_cache_entry_free EXPORT_SYMBOL vmlinux 0xcefd5214 input_set_capability EXPORT_SYMBOL vmlinux 0xcf000c7e hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0xcf02bdd6 xfrm_policy_walk_done EXPORT_SYMBOL vmlinux 0xcf0dc55d generic_file_splice_read EXPORT_SYMBOL vmlinux 0xcf121cd0 d_instantiate EXPORT_SYMBOL vmlinux 0xcf1c6ca3 cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xcf20a110 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xcf2f45eb sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xcf3ae8f8 tcp_get_cookie_sock EXPORT_SYMBOL vmlinux 0xcf437a33 vm_map_ram EXPORT_SYMBOL vmlinux 0xcf53245c padata_free -EXPORT_SYMBOL vmlinux 0xcf604dfa xfrm_policy_register_afinfo EXPORT_SYMBOL vmlinux 0xcf67e013 dev_addr_flush -EXPORT_SYMBOL vmlinux 0xcf69e567 neigh_sysctl_register EXPORT_SYMBOL vmlinux 0xcf75e67b get_tree_bdev EXPORT_SYMBOL vmlinux 0xcf78ae67 __breadahead_gfp -EXPORT_SYMBOL vmlinux 0xcf8b474b netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0xcf8bf0ce dma_fence_wait_any_timeout EXPORT_SYMBOL vmlinux 0xcf8cd362 scsi_verify_blk_ioctl EXPORT_SYMBOL vmlinux 0xcf99b811 zap_page_range EXPORT_SYMBOL vmlinux 0xcf9dd63e seq_putc EXPORT_SYMBOL vmlinux 0xcfb20994 lockref_mark_dead EXPORT_SYMBOL vmlinux 0xcfc33158 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xcfc3b783 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xcfc7090c pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xcfc80490 udp_seq_next +EXPORT_SYMBOL vmlinux 0xcfce43d2 kernel_sendpage EXPORT_SYMBOL vmlinux 0xcfd0fae8 bio_reset -EXPORT_SYMBOL vmlinux 0xcfdc4d78 pskb_extract -EXPORT_SYMBOL vmlinux 0xcfe34eba passthru_features_check EXPORT_SYMBOL vmlinux 0xcfebb082 elv_rb_del -EXPORT_SYMBOL vmlinux 0xd00bbb47 __kfree_skb EXPORT_SYMBOL vmlinux 0xd012cacc blk_mq_requeue_request EXPORT_SYMBOL vmlinux 0xd01f8415 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xd02f4f16 pci_iomap_range EXPORT_SYMBOL vmlinux 0xd042475c qdisc_get_rtab EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function @@ -6130,51 +6109,53 @@ EXPORT_SYMBOL vmlinux 0xd086a72c input_mt_sync_frame EXPORT_SYMBOL vmlinux 0xd0a2847c sha_init EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces EXPORT_SYMBOL vmlinux 0xd0a9903e scsi_init_io +EXPORT_SYMBOL vmlinux 0xd0adaa95 inet6_protos +EXPORT_SYMBOL vmlinux 0xd0be4c4c udp_lib_unhash EXPORT_SYMBOL vmlinux 0xd0bfdcaa netlink_net_capable EXPORT_SYMBOL vmlinux 0xd0f82e5e __skb_ext_put EXPORT_SYMBOL vmlinux 0xd1036ce8 kiocb_set_cancel_fn -EXPORT_SYMBOL vmlinux 0xd112b685 mini_qdisc_pair_init -EXPORT_SYMBOL vmlinux 0xd120f294 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xd1187497 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xd1207270 netif_device_attach EXPORT_SYMBOL vmlinux 0xd144a9e9 qdisc_warn_nonwc EXPORT_SYMBOL vmlinux 0xd1470ff7 kstrtou16_from_user EXPORT_SYMBOL vmlinux 0xd1686f9f dev_mc_flush -EXPORT_SYMBOL vmlinux 0xd16a8dc4 pci_get_device -EXPORT_SYMBOL vmlinux 0xd1720f1d inet_dgram_connect EXPORT_SYMBOL vmlinux 0xd17de455 __kernel_fpu_begin EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18357a9 inet_frag_reasm_finish EXPORT_SYMBOL vmlinux 0xd1a4db9c device_add_disk EXPORT_SYMBOL vmlinux 0xd1b4b419 tcw_get_intrg +EXPORT_SYMBOL vmlinux 0xd1c18977 ipv6_chk_prefix EXPORT_SYMBOL vmlinux 0xd1c953a4 generic_permission EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string EXPORT_SYMBOL vmlinux 0xd1f152ad kstrtoll_from_user EXPORT_SYMBOL vmlinux 0xd20ef10b flow_rule_match_eth_addrs EXPORT_SYMBOL vmlinux 0xd221d7b5 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xd22fb412 xfrm_lookup_route EXPORT_SYMBOL vmlinux 0xd250bab4 node_data +EXPORT_SYMBOL vmlinux 0xd2576f1c __skb_ext_del EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd260b821 pci_find_bus EXPORT_SYMBOL vmlinux 0xd27323e5 unregister_framebuffer EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged -EXPORT_SYMBOL vmlinux 0xd284eaf9 lock_page_memcg -EXPORT_SYMBOL vmlinux 0xd29fc5aa pci_match_id EXPORT_SYMBOL vmlinux 0xd2a2c219 blk_put_request EXPORT_SYMBOL vmlinux 0xd2c68ea9 filemap_page_mkwrite EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier EXPORT_SYMBOL vmlinux 0xd2dc4fdd d_hash_and_lookup -EXPORT_SYMBOL vmlinux 0xd2f7a779 netif_device_detach EXPORT_SYMBOL vmlinux 0xd301818a unregister_qdisc +EXPORT_SYMBOL vmlinux 0xd303ec32 netdev_bonding_info_change EXPORT_SYMBOL vmlinux 0xd324e17d dm_unregister_target EXPORT_SYMBOL vmlinux 0xd3311055 devm_ioremap_resource -EXPORT_SYMBOL vmlinux 0xd33c46dc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd33a3944 inet_frag_queue_insert EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key EXPORT_SYMBOL vmlinux 0xd3561352 swake_up_all EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc EXPORT_SYMBOL vmlinux 0xd35dd7f3 vprintk_emit EXPORT_SYMBOL vmlinux 0xd36c8993 filemap_map_pages EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 -EXPORT_SYMBOL vmlinux 0xd38c432e udp_ioctl EXPORT_SYMBOL vmlinux 0xd3af979c memdup_user -EXPORT_SYMBOL vmlinux 0xd3d6fd05 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xd3c98f17 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xd3d626a2 tcp_connect EXPORT_SYMBOL vmlinux 0xd3da44e9 rps_sock_flow_table -EXPORT_SYMBOL vmlinux 0xd3dacd70 ip_defrag EXPORT_SYMBOL vmlinux 0xd3e9595e ccw_device_start EXPORT_SYMBOL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear EXPORT_SYMBOL vmlinux 0xd401707f framebuffer_alloc @@ -6183,9 +6164,8 @@ EXPORT_SYMBOL vmlinux 0xd40f6f36 __jhash_string EXPORT_SYMBOL vmlinux 0xd41f5402 cpumask_next EXPORT_SYMBOL vmlinux 0xd43584c7 fb_find_mode EXPORT_SYMBOL vmlinux 0xd44253fe __scsi_execute +EXPORT_SYMBOL vmlinux 0xd4578c61 netdev_lower_get_next_private EXPORT_SYMBOL vmlinux 0xd45ae829 __do_once_done -EXPORT_SYMBOL vmlinux 0xd473c142 pci_write_config_word -EXPORT_SYMBOL vmlinux 0xd475f9e2 ip_frag_next EXPORT_SYMBOL vmlinux 0xd47c43a3 super_setup_bdi_name EXPORT_SYMBOL vmlinux 0xd48f69c8 tcw_get_tsb EXPORT_SYMBOL vmlinux 0xd4952cc0 cpumask_next_wrap @@ -6195,113 +6175,102 @@ EXPORT_SYMBOL vmlinux 0xd4a2bf33 __posix_acl_create EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain EXPORT_SYMBOL vmlinux 0xd4c2d4a9 finish_open EXPORT_SYMBOL vmlinux 0xd4c8c54e dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0xd4ca3790 nf_log_packet EXPORT_SYMBOL vmlinux 0xd4ddd790 ll_rw_block EXPORT_SYMBOL vmlinux 0xd4e9d05d register_sysctl_table -EXPORT_SYMBOL vmlinux 0xd4efb69d neigh_destroy EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare EXPORT_SYMBOL vmlinux 0xd5030a03 ccw_device_dma_zalloc +EXPORT_SYMBOL vmlinux 0xd5098ccd tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xd51877d0 security_path_mknod -EXPORT_SYMBOL vmlinux 0xd5199649 dev_get_phys_port_name -EXPORT_SYMBOL vmlinux 0xd51b9261 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xd51d9aba dst_discard_out +EXPORT_SYMBOL vmlinux 0xd51dbb33 inet_csk_reqsk_queue_drop_and_put EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy EXPORT_SYMBOL vmlinux 0xd5270870 d_alloc EXPORT_SYMBOL vmlinux 0xd5504f7a dma_fence_chain_init -EXPORT_SYMBOL vmlinux 0xd5566f47 udp6_csum_init EXPORT_SYMBOL vmlinux 0xd562e47e md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xd56df83f __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xd58ab432 __sock_cmsg_send EXPORT_SYMBOL vmlinux 0xd5957ef4 seq_open_private EXPORT_SYMBOL vmlinux 0xd5987f68 param_get_bool -EXPORT_SYMBOL vmlinux 0xd5a8463b sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xd5a73e2b xfrm6_protocol_deregister EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state -EXPORT_SYMBOL vmlinux 0xd5d00eaf eth_validate_addr EXPORT_SYMBOL vmlinux 0xd5d0b214 vmf_insert_mixed -EXPORT_SYMBOL vmlinux 0xd5ddd16b udp_seq_next EXPORT_SYMBOL vmlinux 0xd5e90454 ap_domain_index EXPORT_SYMBOL vmlinux 0xd5fcc21b __module_put_and_exit -EXPORT_SYMBOL vmlinux 0xd600c28e kernel_connect EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k -EXPORT_SYMBOL vmlinux 0xd625be49 tcp_req_err -EXPORT_SYMBOL vmlinux 0xd63c098a inet6_add_offload -EXPORT_SYMBOL vmlinux 0xd63c183e netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xd616730a ip6_fraglist_prepare EXPORT_SYMBOL vmlinux 0xd64c5a80 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xd65e1c6e xfrm_state_delete EXPORT_SYMBOL vmlinux 0xd666a588 smp_ctl_clear_bit EXPORT_SYMBOL vmlinux 0xd66f7dfa security_d_instantiate EXPORT_SYMBOL vmlinux 0xd677b563 debug_register_view EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create EXPORT_SYMBOL vmlinux 0xd68a01b8 xa_erase EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource -EXPORT_SYMBOL vmlinux 0xd697b73c tcp_release_cb EXPORT_SYMBOL vmlinux 0xd69b3c98 utf8_strncasecmp -EXPORT_SYMBOL vmlinux 0xd6ae1bb0 __dynamic_netdev_dbg EXPORT_SYMBOL vmlinux 0xd6cd39f1 neigh_proc_dointvec EXPORT_SYMBOL vmlinux 0xd6d0ea88 __posix_acl_chmod EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc -EXPORT_SYMBOL vmlinux 0xd6f8a331 xfrm_policy_walk EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd703f6a6 ip_setsockopt EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe EXPORT_SYMBOL vmlinux 0xd71e56fe unmap_mapping_range -EXPORT_SYMBOL vmlinux 0xd72cbf4b secpath_set EXPORT_SYMBOL vmlinux 0xd735b00d security_inode_notifysecctx -EXPORT_SYMBOL vmlinux 0xd74ee0f1 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xd73a9d4b netdev_lower_get_next EXPORT_SYMBOL vmlinux 0xd756e942 account_page_redirty EXPORT_SYMBOL vmlinux 0xd7845811 dev_mc_del EXPORT_SYMBOL vmlinux 0xd786bf68 dcache_dir_close EXPORT_SYMBOL vmlinux 0xd78dfc96 __find_get_block -EXPORT_SYMBOL vmlinux 0xd7a57d6d dst_cow_metrics_generic -EXPORT_SYMBOL vmlinux 0xd7b02ec8 inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0xd7b14c4f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xd7ba6ed7 __dynamic_dev_dbg EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll EXPORT_SYMBOL vmlinux 0xd7f7f393 __d_lookup_done EXPORT_SYMBOL vmlinux 0xd8000988 param_set_uint EXPORT_SYMBOL vmlinux 0xd8010fa7 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd802d8bc pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xd80ea602 rawv6_mh_filter_register EXPORT_SYMBOL vmlinux 0xd81621cf raw3270_deactivate_view -EXPORT_SYMBOL vmlinux 0xd81b1f7e __dev_set_mtu EXPORT_SYMBOL vmlinux 0xd827fff3 memremap -EXPORT_SYMBOL vmlinux 0xd82cec38 mr_table_dump EXPORT_SYMBOL vmlinux 0xd830c975 __page_cache_alloc -EXPORT_SYMBOL vmlinux 0xd831f8ac tcp_get_md5sig_pool EXPORT_SYMBOL vmlinux 0xd83849e2 ZSTD_getDictID_fromFrame EXPORT_SYMBOL vmlinux 0xd8602b6a tun_is_xdp_frame +EXPORT_SYMBOL vmlinux 0xd8811ba3 neigh_direct_output EXPORT_SYMBOL vmlinux 0xd88c0241 netdev_class_create_file_ns -EXPORT_SYMBOL vmlinux 0xd894e316 tcp_v4_send_check EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone -EXPORT_SYMBOL vmlinux 0xd8a01e21 pci_back_from_sleep EXPORT_SYMBOL vmlinux 0xd8a14513 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xd8a6ccd0 xfrm_state_unregister_afinfo EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format EXPORT_SYMBOL vmlinux 0xd8d34c50 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd8d81514 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xd8efec02 inet6_del_protocol EXPORT_SYMBOL vmlinux 0xd8fcda72 cpcmd -EXPORT_SYMBOL vmlinux 0xd906ea75 xfrm_register_km -EXPORT_SYMBOL vmlinux 0xd9158e19 neigh_seq_start EXPORT_SYMBOL vmlinux 0xd926e599 __xa_erase EXPORT_SYMBOL vmlinux 0xd929e3a3 user_path_create -EXPORT_SYMBOL vmlinux 0xd931971a compat_ipv6_getsockopt EXPORT_SYMBOL vmlinux 0xd933e9fa posix_acl_valid EXPORT_SYMBOL vmlinux 0xd9345238 from_kprojid -EXPORT_SYMBOL vmlinux 0xd937fdf5 skb_copy +EXPORT_SYMBOL vmlinux 0xd938c466 km_policy_notify EXPORT_SYMBOL vmlinux 0xd9399640 devm_iounmap EXPORT_SYMBOL vmlinux 0xd94a191e flow_rule_match_icmp EXPORT_SYMBOL vmlinux 0xd96de8cb __sysfs_match_string -EXPORT_SYMBOL vmlinux 0xd96f9f7b alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xd9762865 simple_rename EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages EXPORT_SYMBOL vmlinux 0xd99e7ad3 param_set_int -EXPORT_SYMBOL vmlinux 0xd99e9b3d __netdev_alloc_skb EXPORT_SYMBOL vmlinux 0xd9ae583b complete_all EXPORT_SYMBOL vmlinux 0xd9b3f97d console_devno EXPORT_SYMBOL vmlinux 0xd9bb16e2 vm_map_pages EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox EXPORT_SYMBOL vmlinux 0xd9f3e905 input_get_keycode +EXPORT_SYMBOL vmlinux 0xda0366ec udp_sendmsg EXPORT_SYMBOL vmlinux 0xda04dccf sk_stream_wait_close EXPORT_SYMBOL vmlinux 0xda0cc432 seq_put_decimal_ll -EXPORT_SYMBOL vmlinux 0xda2f1192 napi_schedule_prep EXPORT_SYMBOL vmlinux 0xda39c4b8 setup_new_exec EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda59e514 __dynamic_ibdev_dbg EXPORT_SYMBOL vmlinux 0xda5ff135 jbd2_journal_destroy -EXPORT_SYMBOL vmlinux 0xda6384a1 arp_tbl EXPORT_SYMBOL vmlinux 0xda72a7ec ZSTD_nextInputType -EXPORT_SYMBOL vmlinux 0xda872864 security_locked_down EXPORT_SYMBOL vmlinux 0xda89ea3b ip_idents_reserve EXPORT_SYMBOL vmlinux 0xdaa836bb sg_miter_stop EXPORT_SYMBOL vmlinux 0xdab20fe8 dmam_free_coherent @@ -6309,43 +6278,51 @@ EXPORT_SYMBOL vmlinux 0xdab7d3a9 dquot_drop EXPORT_SYMBOL vmlinux 0xdac35a36 blk_rq_map_integrity_sg EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region EXPORT_SYMBOL vmlinux 0xdac97957 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xdad1aa3b udp6_csum_init EXPORT_SYMBOL vmlinux 0xdae162cb string_unescape +EXPORT_SYMBOL vmlinux 0xdaea4ee9 cookie_ecn_ok EXPORT_SYMBOL vmlinux 0xdaeaa015 __filemap_set_wb_err -EXPORT_SYMBOL vmlinux 0xdafb651e sockfd_lookup -EXPORT_SYMBOL vmlinux 0xdb1b84bf tcf_exts_num_actions EXPORT_SYMBOL vmlinux 0xdb22db95 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xdb4de74e pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xdb4f7d78 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xdb6e88a3 neigh_xmit EXPORT_SYMBOL vmlinux 0xdb731b90 user_revoke EXPORT_SYMBOL vmlinux 0xdb73f01d install_exec_creds EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7ff54c tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xdb949263 qdisc_create_dflt EXPORT_SYMBOL vmlinux 0xdba8b4b9 scsi_target_resume -EXPORT_SYMBOL vmlinux 0xdbb68670 xfrm_register_type_offload -EXPORT_SYMBOL vmlinux 0xdbc1744f __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xdbb8ef5b mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xdbc3247b neigh_table_init EXPORT_SYMBOL vmlinux 0xdbc5ed44 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xdbcd934f udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource -EXPORT_SYMBOL vmlinux 0xdbf5e6da unregister_netdev +EXPORT_SYMBOL vmlinux 0xdbfa4e14 ip_frag_init EXPORT_SYMBOL vmlinux 0xdc0b98dd jbd2_journal_get_undo_access EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems -EXPORT_SYMBOL vmlinux 0xdc226127 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xdc3c522a tcp_check_req EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 -EXPORT_SYMBOL vmlinux 0xdc4651d5 __pskb_pull_tail EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv EXPORT_SYMBOL vmlinux 0xdc4a875f revalidate_disk -EXPORT_SYMBOL vmlinux 0xdc9f8bfc inet6_register_protosw -EXPORT_SYMBOL vmlinux 0xdcc2c3d7 inet_sk_set_state -EXPORT_SYMBOL vmlinux 0xdcc53cca skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xdc4fcb2e xfrm_alloc_spi EXPORT_SYMBOL vmlinux 0xdcf7520c _dev_alert EXPORT_SYMBOL vmlinux 0xdd006fb3 param_set_invbool EXPORT_SYMBOL vmlinux 0xdd16af05 ccw_driver_register EXPORT_SYMBOL vmlinux 0xdd1cdbcb add_wait_queue +EXPORT_SYMBOL vmlinux 0xdd24da96 icmp_ndo_send EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create EXPORT_SYMBOL vmlinux 0xdd372dbb flow_block_cb_incref EXPORT_SYMBOL vmlinux 0xdd4bffbf gen_pool_add_owner -EXPORT_SYMBOL vmlinux 0xdd58bcdd km_policy_notify EXPORT_SYMBOL vmlinux 0xdd742d72 __sg_free_table EXPORT_SYMBOL vmlinux 0xdd82369a dev_addr_add EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld EXPORT_SYMBOL vmlinux 0xdd850928 param_set_charp EXPORT_SYMBOL vmlinux 0xdd881ec6 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xdd8ae3c3 netdev_update_lockdep_key +EXPORT_SYMBOL vmlinux 0xdd93afae seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xdda4c2ea kernel_connect +EXPORT_SYMBOL vmlinux 0xddadd202 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xddcef78f inet_csk_destroy_sock EXPORT_SYMBOL vmlinux 0xddd3b6fe __put_cred EXPORT_SYMBOL vmlinux 0xde0a2d5b dev_mc_add EXPORT_SYMBOL vmlinux 0xde0a6bea fscrypt_free_inode @@ -6357,43 +6334,41 @@ EXPORT_SYMBOL vmlinux 0xde35902b blkdev_issue_zeroout EXPORT_SYMBOL vmlinux 0xde35b57f vfs_fsync EXPORT_SYMBOL vmlinux 0xde3e5229 scsi_host_lookup EXPORT_SYMBOL vmlinux 0xde46d297 dev_printk -EXPORT_SYMBOL vmlinux 0xde48c3e4 ip6_err_gen_icmpv6_unreach EXPORT_SYMBOL vmlinux 0xde4d4ace dim_calc_stats EXPORT_SYMBOL vmlinux 0xde6553b2 posix_lock_file EXPORT_SYMBOL vmlinux 0xde73f0d4 tty_vhangup EXPORT_SYMBOL vmlinux 0xde8a415c xor_block_xc +EXPORT_SYMBOL vmlinux 0xdea668b1 pci_choose_state EXPORT_SYMBOL vmlinux 0xdeb4cc1f blk_queue_update_dma_alignment EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator EXPORT_SYMBOL vmlinux 0xdeda2ae2 tcw_get_data -EXPORT_SYMBOL vmlinux 0xdee8063e udp_poll -EXPORT_SYMBOL vmlinux 0xdef24ad6 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xdef05bf4 __neigh_event_send EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode EXPORT_SYMBOL vmlinux 0xdf01be85 default_llseek EXPORT_SYMBOL vmlinux 0xdf0533a9 pipe_lock EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last EXPORT_SYMBOL vmlinux 0xdf2ec12a scsi_register_driver -EXPORT_SYMBOL vmlinux 0xdf3238fa tcf_exts_change EXPORT_SYMBOL vmlinux 0xdf384fcf key_move EXPORT_SYMBOL vmlinux 0xdf39d38c __cleancache_put_page EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier -EXPORT_SYMBOL vmlinux 0xdf629697 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xdf6b4dac neigh_connected_output EXPORT_SYMBOL vmlinux 0xdf8b994f vc_cons EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies EXPORT_SYMBOL vmlinux 0xdf98871d airq_iv_release EXPORT_SYMBOL vmlinux 0xdfa9acca smp_cpu_mtid -EXPORT_SYMBOL vmlinux 0xdfb6f839 __scm_send +EXPORT_SYMBOL vmlinux 0xdfbf79b5 xfrm_dev_state_flush EXPORT_SYMBOL vmlinux 0xdfc3dc34 request_firmware_nowait -EXPORT_SYMBOL vmlinux 0xdfc7f75e inet_frags_init EXPORT_SYMBOL vmlinux 0xdfcc992c current_work -EXPORT_SYMBOL vmlinux 0xdfd27809 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xdfd6a8bb neigh_table_clear EXPORT_SYMBOL vmlinux 0xdfdfa9e7 utf8nfdi +EXPORT_SYMBOL vmlinux 0xdfe0c076 skb_clone_sk EXPORT_SYMBOL vmlinux 0xdfebd359 unlock_page EXPORT_SYMBOL vmlinux 0xdfec9095 n_tty_ioctl_helper EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes EXPORT_SYMBOL vmlinux 0xe0241c04 raw3270_activate_view EXPORT_SYMBOL vmlinux 0xe02a8ac1 generic_writepages -EXPORT_SYMBOL vmlinux 0xe02e4a69 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xe02fa28b pci_scan_bus EXPORT_SYMBOL vmlinux 0xe0396193 kbd_free EXPORT_SYMBOL vmlinux 0xe03ff5f8 compat_nf_getsockopt EXPORT_SYMBOL vmlinux 0xe06ebcdf __netlink_ns_capable @@ -6401,66 +6376,65 @@ EXPORT_SYMBOL vmlinux 0xe0700167 ccw_device_get_ciw EXPORT_SYMBOL vmlinux 0xe0875eb1 kstrtobool EXPORT_SYMBOL vmlinux 0xe08a3136 param_get_ushort EXPORT_SYMBOL vmlinux 0xe095ca42 configfs_depend_item_unlocked -EXPORT_SYMBOL vmlinux 0xe0a3e1ac tcp_peek_len EXPORT_SYMBOL vmlinux 0xe0abad40 cdrom_get_media_event EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free EXPORT_SYMBOL vmlinux 0xe0bc4fb2 simple_write_to_buffer -EXPORT_SYMBOL vmlinux 0xe0cad45c pci_irq_get_node +EXPORT_SYMBOL vmlinux 0xe1153a1a inet_unregister_protosw EXPORT_SYMBOL vmlinux 0xe11f78df pci_ep_cfs_add_epc_group EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release EXPORT_SYMBOL vmlinux 0xe129865f ap_cancel_message +EXPORT_SYMBOL vmlinux 0xe1368459 tc_setup_cb_replace EXPORT_SYMBOL vmlinux 0xe13af26f sclp_pci_deconfigure -EXPORT_SYMBOL vmlinux 0xe13bf515 __skb_checksum_complete_head EXPORT_SYMBOL vmlinux 0xe149fbff fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xe158b423 inet6_release EXPORT_SYMBOL vmlinux 0xe16740be path_has_submounts EXPORT_SYMBOL vmlinux 0xe1863fea xsk_umem_has_addrs -EXPORT_SYMBOL vmlinux 0xe1883951 tcp_seq_start EXPORT_SYMBOL vmlinux 0xe18d1102 flow_rule_match_ipv4_addrs EXPORT_SYMBOL vmlinux 0xe1919ce9 completion_done EXPORT_SYMBOL vmlinux 0xe19b1500 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xe1a215dd km_query EXPORT_SYMBOL vmlinux 0xe1a4f16a secure_ipv6_port_ephemeral EXPORT_SYMBOL vmlinux 0xe1b7db2c loop_register_transfer -EXPORT_SYMBOL vmlinux 0xe1bf59a2 netif_napi_add +EXPORT_SYMBOL vmlinux 0xe1c21b0b netdev_pick_tx EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format EXPORT_SYMBOL vmlinux 0xe1e5e374 dup_iter EXPORT_SYMBOL vmlinux 0xe1e7e40c rtnl_nla_parse_ifla EXPORT_SYMBOL vmlinux 0xe20162c8 wake_up_process -EXPORT_SYMBOL vmlinux 0xe21d2250 netdev_notice +EXPORT_SYMBOL vmlinux 0xe2134787 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xe268ff58 netpoll_send_skb_on_dev EXPORT_SYMBOL vmlinux 0xe2740e56 ZSTD_getFrameContentSize -EXPORT_SYMBOL vmlinux 0xe279a250 seg6_hmac_net_exit -EXPORT_SYMBOL vmlinux 0xe285afac neigh_parms_alloc EXPORT_SYMBOL vmlinux 0xe28da80b tccb_add_dcw EXPORT_SYMBOL vmlinux 0xe29d2d02 __genradix_ptr_alloc -EXPORT_SYMBOL vmlinux 0xe2a8ca8b ipv6_dev_mc_dec EXPORT_SYMBOL vmlinux 0xe2ad9402 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xe2b35676 pcie_capability_write_dword EXPORT_SYMBOL vmlinux 0xe2b59d61 input_match_device_id EXPORT_SYMBOL vmlinux 0xe2cecc56 flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xe2cf5785 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp EXPORT_SYMBOL vmlinux 0xe2d73cbe __page_symlink -EXPORT_SYMBOL vmlinux 0xe2e47597 kernel_getsockopt EXPORT_SYMBOL vmlinux 0xe2e8d881 open_exec +EXPORT_SYMBOL vmlinux 0xe2f30001 nf_log_unbind_pf EXPORT_SYMBOL vmlinux 0xe2ffeef3 scsi_req_init EXPORT_SYMBOL vmlinux 0xe30be315 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe3200d08 inet_getname EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest -EXPORT_SYMBOL vmlinux 0xe34075f6 tcp_parse_options -EXPORT_SYMBOL vmlinux 0xe3494d58 pci_add_new_bus EXPORT_SYMBOL vmlinux 0xe35fb609 kmemdup -EXPORT_SYMBOL vmlinux 0xe364261f skb_split -EXPORT_SYMBOL vmlinux 0xe372e7c1 ip_frag_init -EXPORT_SYMBOL vmlinux 0xe3852854 rt_dst_clone EXPORT_SYMBOL vmlinux 0xe39a396e t10_pi_type3_ip EXPORT_SYMBOL vmlinux 0xe3c69db9 vfs_ioctl EXPORT_SYMBOL vmlinux 0xe3d0abe7 __kernel_write EXPORT_SYMBOL vmlinux 0xe3d70645 raw3270_request_set_cmd +EXPORT_SYMBOL vmlinux 0xe3e9aa4a gro_find_complete_by_type EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region EXPORT_SYMBOL vmlinux 0xe3ed35d8 sk_stream_wait_connect EXPORT_SYMBOL vmlinux 0xe3eeb122 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xe3efd390 skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 EXPORT_SYMBOL vmlinux 0xe40150c8 jbd2_log_start_commit -EXPORT_SYMBOL vmlinux 0xe4093c4b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xe40ca528 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xe41bb94e __xfrm_route_forward EXPORT_SYMBOL vmlinux 0xe425a17a remap_vmalloc_range_partial EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 -EXPORT_SYMBOL vmlinux 0xe4381cb8 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xe434d5b9 netdev_reset_tc EXPORT_SYMBOL vmlinux 0xe43d9ab2 slash_name EXPORT_SYMBOL vmlinux 0xe441e95a refcount_dec_not_one EXPORT_SYMBOL vmlinux 0xe44a006b generic_delete_inode @@ -6468,68 +6442,69 @@ EXPORT_SYMBOL vmlinux 0xe46ca56b __cgroup_bpf_run_filter_getsockopt EXPORT_SYMBOL vmlinux 0xe474f595 would_dump EXPORT_SYMBOL vmlinux 0xe4858f98 nvm_unregister EXPORT_SYMBOL vmlinux 0xe48bc912 __debug_sprintf_exception +EXPORT_SYMBOL vmlinux 0xe48e7493 ndo_dflt_fdb_dump EXPORT_SYMBOL vmlinux 0xe4a250b6 radix_tree_delete_item EXPORT_SYMBOL vmlinux 0xe4b3ef3b insert_inode_locked4 EXPORT_SYMBOL vmlinux 0xe4b88033 param_ops_ullong -EXPORT_SYMBOL vmlinux 0xe4c0da4a tcp_recvmsg EXPORT_SYMBOL vmlinux 0xe4d4f9fe kblockd_schedule_work_on -EXPORT_SYMBOL vmlinux 0xe4f34e71 pci_bus_read_config_word EXPORT_SYMBOL vmlinux 0xe5094832 page_table_allocate_pgste EXPORT_SYMBOL vmlinux 0xe50ae128 xa_set_mark EXPORT_SYMBOL vmlinux 0xe5223cae bioset_init EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq EXPORT_SYMBOL vmlinux 0xe524e3e2 bcmp -EXPORT_SYMBOL vmlinux 0xe5386111 dev_alloc_name EXPORT_SYMBOL vmlinux 0xe541ebff dma_free_attrs EXPORT_SYMBOL vmlinux 0xe54a78c6 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xe55e2d31 skb_store_bits EXPORT_SYMBOL vmlinux 0xe5652e83 sie64a EXPORT_SYMBOL vmlinux 0xe569f4be __bdevname EXPORT_SYMBOL vmlinux 0xe56b0d0f stsch -EXPORT_SYMBOL vmlinux 0xe573071b xfrm_state_insert -EXPORT_SYMBOL vmlinux 0xe5737092 mr_fill_mroute -EXPORT_SYMBOL vmlinux 0xe5786ef0 pci_get_domain_bus_and_slot EXPORT_SYMBOL vmlinux 0xe57ca806 clear_wb_congested EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet EXPORT_SYMBOL vmlinux 0xe583c517 airq_iv_scan EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5983f15 sock_kmalloc EXPORT_SYMBOL vmlinux 0xe5998e53 iterate_fd -EXPORT_SYMBOL vmlinux 0xe5bc8a3e __neigh_event_send +EXPORT_SYMBOL vmlinux 0xe5b258eb dev_change_proto_down EXPORT_SYMBOL vmlinux 0xe5c4cf93 vm_node_stat EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen -EXPORT_SYMBOL vmlinux 0xe5cbd077 skb_get_hash_perturb EXPORT_SYMBOL vmlinux 0xe5d84664 reuseport_attach_prog EXPORT_SYMBOL vmlinux 0xe5e16909 blk_mq_init_sq_queue +EXPORT_SYMBOL vmlinux 0xe5e76320 alloc_netdev_mqs EXPORT_SYMBOL vmlinux 0xe5ea6124 ZSTD_initDStream +EXPORT_SYMBOL vmlinux 0xe5f93cd8 eth_commit_mac_addr_change EXPORT_SYMBOL vmlinux 0xe60a0687 sb_min_blocksize EXPORT_SYMBOL vmlinux 0xe613a798 inet_addr_is_any EXPORT_SYMBOL vmlinux 0xe61b7f5f register_adapter_interrupt EXPORT_SYMBOL vmlinux 0xe633aefd seq_hex_dump -EXPORT_SYMBOL vmlinux 0xe63c7b92 tcf_block_put_ext -EXPORT_SYMBOL vmlinux 0xe63d9ac8 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xe63a2cbf put_cmsg_scm_timestamping EXPORT_SYMBOL vmlinux 0xe65b2d28 security_socket_getpeersec_dgram -EXPORT_SYMBOL vmlinux 0xe67913ca dev_get_by_name_rcu -EXPORT_SYMBOL vmlinux 0xe67fa7f5 netdev_refcnt_read -EXPORT_SYMBOL vmlinux 0xe68d87c8 in6_dev_finish_destroy -EXPORT_SYMBOL vmlinux 0xe6b48fb1 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xe67af76e kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xe6dafc3c seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xe6df88eb nf_ip6_checksum EXPORT_SYMBOL vmlinux 0xe6e00d58 d_obtain_root EXPORT_SYMBOL vmlinux 0xe6ed1929 mount_bdev EXPORT_SYMBOL vmlinux 0xe6edd24e vfs_path_lookup EXPORT_SYMBOL vmlinux 0xe6f1486d dql_reset +EXPORT_SYMBOL vmlinux 0xe6f91373 consume_skb +EXPORT_SYMBOL vmlinux 0xe70dcf5b xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0xe713a97a irq_subclass_unregister -EXPORT_SYMBOL vmlinux 0xe73055cf dev_set_mtu +EXPORT_SYMBOL vmlinux 0xe71c3a9e sk_alloc EXPORT_SYMBOL vmlinux 0xe7324b9a utf8nfdicf EXPORT_SYMBOL vmlinux 0xe73c074f fs_bio_set +EXPORT_SYMBOL vmlinux 0xe7479158 skb_checksum EXPORT_SYMBOL vmlinux 0xe7567c81 simple_getattr EXPORT_SYMBOL vmlinux 0xe762a291 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xe769c91b __ip_select_ident EXPORT_SYMBOL vmlinux 0xe777e808 sclp_ap_configure -EXPORT_SYMBOL vmlinux 0xe77e3cac sock_no_connect +EXPORT_SYMBOL vmlinux 0xe790dfcb sock_i_uid EXPORT_SYMBOL vmlinux 0xe79486c4 fscrypt_free_bounce_page EXPORT_SYMBOL vmlinux 0xe796f19a hdmi_audio_infoframe_pack EXPORT_SYMBOL vmlinux 0xe798236d jiffies EXPORT_SYMBOL vmlinux 0xe7af0233 try_to_release_page EXPORT_SYMBOL vmlinux 0xe7d3c4c1 __tracepoint_kmem_cache_free EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f0adeb pci_unmap_rom EXPORT_SYMBOL vmlinux 0xe7f606a7 dquot_acquire EXPORT_SYMBOL vmlinux 0xe7ffc988 fib_notifier_ops_register EXPORT_SYMBOL vmlinux 0xe804cbd9 peernet2id @@ -6538,169 +6513,174 @@ EXPORT_SYMBOL vmlinux 0xe80fdb17 key_put EXPORT_SYMBOL vmlinux 0xe8140edb md_cluster_ops EXPORT_SYMBOL vmlinux 0xe8242446 proc_create_seq_private EXPORT_SYMBOL vmlinux 0xe82a031c param_get_byte -EXPORT_SYMBOL vmlinux 0xe8557618 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe8526257 kfree_skb_list EXPORT_SYMBOL vmlinux 0xe85e16de cpu_rmap_update EXPORT_SYMBOL vmlinux 0xe863bc56 free_cgroup_ns EXPORT_SYMBOL vmlinux 0xe8898f4f bioset_exit -EXPORT_SYMBOL vmlinux 0xe894091c tc_setup_flow_action +EXPORT_SYMBOL vmlinux 0xe889b3be pci_release_region EXPORT_SYMBOL vmlinux 0xe8998490 dev_mc_del_global EXPORT_SYMBOL vmlinux 0xe8ba125d kmemdup_nul EXPORT_SYMBOL vmlinux 0xe8bcd7ba proc_set_size -EXPORT_SYMBOL vmlinux 0xe8da14a1 udp_flush_pending_frames EXPORT_SYMBOL vmlinux 0xe8ddb947 end_buffer_read_sync EXPORT_SYMBOL vmlinux 0xe8de8a80 dma_fence_signal_locked -EXPORT_SYMBOL vmlinux 0xe8fc5b39 nf_register_net_hook EXPORT_SYMBOL vmlinux 0xe9112067 try_to_writeback_inodes_sb -EXPORT_SYMBOL vmlinux 0xe911bfe7 datagram_poll EXPORT_SYMBOL vmlinux 0xe914e41e strcpy EXPORT_SYMBOL vmlinux 0xe9237e3b fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xe92a8ba4 pci_select_bars EXPORT_SYMBOL vmlinux 0xe9452546 __alloc_disk_node -EXPORT_SYMBOL vmlinux 0xe952c488 netif_device_attach EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino EXPORT_SYMBOL vmlinux 0xe956d63c devm_of_iomap +EXPORT_SYMBOL vmlinux 0xe9755ccb pci_release_regions +EXPORT_SYMBOL vmlinux 0xe97fc152 tcp_v4_md5_hash_skb EXPORT_SYMBOL vmlinux 0xe986cbcf file_fdatawait_range EXPORT_SYMBOL vmlinux 0xe989ad1c wait_for_completion_interruptible_timeout -EXPORT_SYMBOL vmlinux 0xe98b27b2 xfrm_policy_destroy EXPORT_SYMBOL vmlinux 0xe98f86a0 md_bitmap_end_sync EXPORT_SYMBOL vmlinux 0xe9a35160 blkdev_issue_discard -EXPORT_SYMBOL vmlinux 0xe9bf0156 skb_flow_dissect_meta EXPORT_SYMBOL vmlinux 0xe9c58a09 tcw_finalize EXPORT_SYMBOL vmlinux 0xe9c69cf9 ap_driver_unregister -EXPORT_SYMBOL vmlinux 0xe9d86187 neigh_sysctl_unregister -EXPORT_SYMBOL vmlinux 0xe9dfd02e dev_get_valid_name +EXPORT_SYMBOL vmlinux 0xe9d5f250 __skb_warn_lro_forwarding EXPORT_SYMBOL vmlinux 0xea253366 ap_driver_register EXPORT_SYMBOL vmlinux 0xea28e43e touch_buffer EXPORT_SYMBOL vmlinux 0xea2a431a tcf_em_tree_dump -EXPORT_SYMBOL vmlinux 0xea2ed459 ip6_route_me_harder EXPORT_SYMBOL vmlinux 0xea38e945 qdisc_watchdog_init EXPORT_SYMBOL vmlinux 0xea3c7402 tty_set_operations EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int EXPORT_SYMBOL vmlinux 0xea3d7b91 kernel_param_lock EXPORT_SYMBOL vmlinux 0xea4ad4ce set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xea51f446 xfrm4_rcv EXPORT_SYMBOL vmlinux 0xea5b7517 write_inode_now EXPORT_SYMBOL vmlinux 0xea6849b7 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xea6f0bcf pci_bus_read_config_byte EXPORT_SYMBOL vmlinux 0xea80dfe1 security_req_classify_flow EXPORT_SYMBOL vmlinux 0xea83cc99 iter_file_splice_write EXPORT_SYMBOL vmlinux 0xea872313 find_next_bit_inv -EXPORT_SYMBOL vmlinux 0xea8bb7d8 pskb_trim_rcsum_slow EXPORT_SYMBOL vmlinux 0xea95fb1a lock_two_nondirectories EXPORT_SYMBOL vmlinux 0xea96960d ccw_device_get_id -EXPORT_SYMBOL vmlinux 0xeab761ae udp_lib_getsockopt EXPORT_SYMBOL vmlinux 0xeabbc9a7 misc_deregister -EXPORT_SYMBOL vmlinux 0xeabe6dac skb_seq_read -EXPORT_SYMBOL vmlinux 0xeacefaaa tc_setup_cb_reoffload EXPORT_SYMBOL vmlinux 0xead58fb9 print_hex_dump EXPORT_SYMBOL vmlinux 0xeaee21c2 find_get_entry -EXPORT_SYMBOL vmlinux 0xeaef989d xfrm_state_lookup -EXPORT_SYMBOL vmlinux 0xeb037b19 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xeaee256f security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xeaf80da8 ip_check_defrag EXPORT_SYMBOL vmlinux 0xeb16aa8d generic_file_llseek -EXPORT_SYMBOL vmlinux 0xeb2cd585 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xeb22f20f noop_qdisc +EXPORT_SYMBOL vmlinux 0xeb240c5a __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xeb24fb7a inet_recvmsg +EXPORT_SYMBOL vmlinux 0xeb2d2833 pci_disable_msi EXPORT_SYMBOL vmlinux 0xeb2e05e6 get_tree_nodev -EXPORT_SYMBOL vmlinux 0xeb331e78 tcp_create_openreq_child EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end EXPORT_SYMBOL vmlinux 0xeb3e51e6 pagevec_lookup_range_nr_tag EXPORT_SYMBOL vmlinux 0xeb54a7bb vlan_filter_drop_vids EXPORT_SYMBOL vmlinux 0xeb703139 tty_check_change EXPORT_SYMBOL vmlinux 0xeb8b6dd8 seq_lseek -EXPORT_SYMBOL vmlinux 0xeb976158 ether_setup +EXPORT_SYMBOL vmlinux 0xeb960ea2 skb_kill_datagram EXPORT_SYMBOL vmlinux 0xeb9dc55b ap_owned_by_def_drv EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order EXPORT_SYMBOL vmlinux 0xebad0ece set_posix_acl EXPORT_SYMBOL vmlinux 0xebb1cc44 __tty_insert_flip_char -EXPORT_SYMBOL vmlinux 0xebbde3b1 tc_setup_cb_destroy EXPORT_SYMBOL vmlinux 0xebbf1dba strncasecmp EXPORT_SYMBOL vmlinux 0xebbff387 d_invalidate EXPORT_SYMBOL vmlinux 0xebc9b0f3 vlan_vids_add_by_dev EXPORT_SYMBOL vmlinux 0xebcb2554 raw3270_wait_queue +EXPORT_SYMBOL vmlinux 0xebd039f7 xfrm_lookup EXPORT_SYMBOL vmlinux 0xebec028f bio_add_page +EXPORT_SYMBOL vmlinux 0xebf5fbc8 skb_queue_head EXPORT_SYMBOL vmlinux 0xebfb7207 ap_parse_mask_str EXPORT_SYMBOL vmlinux 0xebffafac is_subdir +EXPORT_SYMBOL vmlinux 0xec079c6d inet6_csk_route_req EXPORT_SYMBOL vmlinux 0xec122c83 gen_pool_first_fit_order_align EXPORT_SYMBOL vmlinux 0xec237e4f xps_needed EXPORT_SYMBOL vmlinux 0xec27c4d1 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xec3beae0 napi_gro_receive EXPORT_SYMBOL vmlinux 0xec6113f1 up_read EXPORT_SYMBOL vmlinux 0xec61c614 xa_destroy -EXPORT_SYMBOL vmlinux 0xec8ad1bc udp_seq_start -EXPORT_SYMBOL vmlinux 0xecaf3d45 netdev_features_change +EXPORT_SYMBOL vmlinux 0xec6baad2 pci_request_irq EXPORT_SYMBOL vmlinux 0xecb8cc6e bio_copy_data EXPORT_SYMBOL vmlinux 0xecc73730 registered_fb -EXPORT_SYMBOL vmlinux 0xecd30e58 tcp_timewait_state_process EXPORT_SYMBOL vmlinux 0xecda84a9 end_page_writeback -EXPORT_SYMBOL vmlinux 0xece371cc rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0xece70c27 scsi_device_lookup EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecedacc5 dev_set_promiscuity EXPORT_SYMBOL vmlinux 0xecf82c6f do_SAK EXPORT_SYMBOL vmlinux 0xecfeb5d3 alloc_fcdev -EXPORT_SYMBOL vmlinux 0xed00ec0b inet6_del_offload +EXPORT_SYMBOL vmlinux 0xed2fdcd6 udp_lib_rehash EXPORT_SYMBOL vmlinux 0xed34180f flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xed573bdc poll_initwait EXPORT_SYMBOL vmlinux 0xed61f6b3 security_release_secctx -EXPORT_SYMBOL vmlinux 0xed806583 inet_rtx_syn_ack -EXPORT_SYMBOL vmlinux 0xed87e162 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed8be5fe napi_disable EXPORT_SYMBOL vmlinux 0xedad27e1 dev_uc_sync_multiple EXPORT_SYMBOL vmlinux 0xedbae178 param_ops_int EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp EXPORT_SYMBOL vmlinux 0xedc03953 iounmap EXPORT_SYMBOL vmlinux 0xedc1ab99 __scsi_print_sense EXPORT_SYMBOL vmlinux 0xedc1b4fe request_key_rcu +EXPORT_SYMBOL vmlinux 0xeddcb391 kernel_sendmsg EXPORT_SYMBOL vmlinux 0xede33243 locks_mandatory_area EXPORT_SYMBOL vmlinux 0xede94561 unregister_key_type EXPORT_SYMBOL vmlinux 0xee08cada iucv_message_purge EXPORT_SYMBOL vmlinux 0xee0dcad0 generic_make_request +EXPORT_SYMBOL vmlinux 0xee0fdf6b arp_xmit EXPORT_SYMBOL vmlinux 0xee1d01d0 generic_end_io_acct EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode EXPORT_SYMBOL vmlinux 0xee6a9c5a dquot_transfer EXPORT_SYMBOL vmlinux 0xee78eb2c devm_pci_remap_iospace EXPORT_SYMBOL vmlinux 0xee870825 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xee899ba6 tcp_mtup_init EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs EXPORT_SYMBOL vmlinux 0xee90d443 vfs_setpos EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder EXPORT_SYMBOL vmlinux 0xee96c291 component_match_add_release EXPORT_SYMBOL vmlinux 0xee9cae1b vfs_unlink -EXPORT_SYMBOL vmlinux 0xee9e70ec pci_bus_find_capability -EXPORT_SYMBOL vmlinux 0xeea1d8d4 km_report EXPORT_SYMBOL vmlinux 0xeed399c5 dev_crit_hash -EXPORT_SYMBOL vmlinux 0xeeddb2ac inet_sendmsg -EXPORT_SYMBOL vmlinux 0xef25454f neigh_changeaddr -EXPORT_SYMBOL vmlinux 0xef2b1b59 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xeeea1ea6 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xef0f3a2d pcix_set_mmrbc EXPORT_SYMBOL vmlinux 0xef3d74ca tty_unregister_device -EXPORT_SYMBOL vmlinux 0xef454518 mr_mfc_find_any EXPORT_SYMBOL vmlinux 0xef45d32c __kfifo_init -EXPORT_SYMBOL vmlinux 0xef7e0ccb sock_sendmsg -EXPORT_SYMBOL vmlinux 0xef818e10 inet_sk_rebuild_header -EXPORT_SYMBOL vmlinux 0xef84e3d3 netif_receive_skb -EXPORT_SYMBOL vmlinux 0xef98e479 dev_add_pack +EXPORT_SYMBOL vmlinux 0xef9499a3 udp_ioctl +EXPORT_SYMBOL vmlinux 0xef974c09 seg6_hmac_net_init EXPORT_SYMBOL vmlinux 0xef9cb13a __insert_inode_hash EXPORT_SYMBOL vmlinux 0xefa86b6e vlan_vid_add EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb0c681 pci_iounmap EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefd5ed76 sock_kzfree_s EXPORT_SYMBOL vmlinux 0xefe7b1aa remove_proc_subtree EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list EXPORT_SYMBOL vmlinux 0xf008a885 seg6_hmac_init EXPORT_SYMBOL vmlinux 0xf029f706 jbd2_journal_forget -EXPORT_SYMBOL vmlinux 0xf02d74ac netdev_crit EXPORT_SYMBOL vmlinux 0xf03427f8 up_write +EXPORT_SYMBOL vmlinux 0xf034d1f6 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xf037b0e8 xfrm_state_insert EXPORT_SYMBOL vmlinux 0xf03a1823 deactivate_locked_super -EXPORT_SYMBOL vmlinux 0xf0495741 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xf05780f1 netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0xf05c64f8 iucv_path_connect EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf06b6ab8 xfrm6_input_addr EXPORT_SYMBOL vmlinux 0xf06f2ed9 clean_bdev_aliases EXPORT_SYMBOL vmlinux 0xf08c67de napi_alloc_frag EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page EXPORT_SYMBOL vmlinux 0xf0b33b65 tty_name -EXPORT_SYMBOL vmlinux 0xf0dd07e9 pci_find_resource +EXPORT_SYMBOL vmlinux 0xf0cd86a9 __sk_mem_reclaim EXPORT_SYMBOL vmlinux 0xf0e84986 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf0ee02a6 netpoll_setup EXPORT_SYMBOL vmlinux 0xf0fc9aa8 sclp_cpi_set_data EXPORT_SYMBOL vmlinux 0xf102fbf3 locks_copy_lock EXPORT_SYMBOL vmlinux 0xf105038d iput EXPORT_SYMBOL vmlinux 0xf10f397f unlink_framebuffer EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit EXPORT_SYMBOL vmlinux 0xf11e0ef9 __vmalloc +EXPORT_SYMBOL vmlinux 0xf122ae0b mr_rtm_dumproute EXPORT_SYMBOL vmlinux 0xf141d252 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf147de18 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf15b82fc rtnl_set_sk_err EXPORT_SYMBOL vmlinux 0xf15dbc61 scsi_scan_host EXPORT_SYMBOL vmlinux 0xf15f3b41 idr_get_next -EXPORT_SYMBOL vmlinux 0xf17cb113 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xf160efb4 skb_split +EXPORT_SYMBOL vmlinux 0xf163cfc1 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf17d05a7 skb_udp_tunnel_segment EXPORT_SYMBOL vmlinux 0xf17dab00 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf189b88c skb_copy_and_csum_dev EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies EXPORT_SYMBOL vmlinux 0xf19e7338 unregister_external_irq @@ -6709,28 +6689,32 @@ EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy EXPORT_SYMBOL vmlinux 0xf1e046cc panic EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun EXPORT_SYMBOL vmlinux 0xf1f8839e fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xf1fd45da __dev_get_by_name EXPORT_SYMBOL vmlinux 0xf20af3d9 refcount_dec_and_lock EXPORT_SYMBOL vmlinux 0xf215f774 bio_init +EXPORT_SYMBOL vmlinux 0xf21d9185 dev_disable_lro EXPORT_SYMBOL vmlinux 0xf2215f74 blk_finish_plug EXPORT_SYMBOL vmlinux 0xf237615d cleancache_register_ops EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in -EXPORT_SYMBOL vmlinux 0xf24617b4 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xf242c7e8 dev_pick_tx_zero EXPORT_SYMBOL vmlinux 0xf246f556 prepare_to_swait_event EXPORT_SYMBOL vmlinux 0xf24ff86f __hw_addr_ref_unsync_dev -EXPORT_SYMBOL vmlinux 0xf254c780 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xf254af13 dev_close EXPORT_SYMBOL vmlinux 0xf261f308 dentry_path_raw EXPORT_SYMBOL vmlinux 0xf2711763 elv_rb_add +EXPORT_SYMBOL vmlinux 0xf27fec9e udp_set_csum EXPORT_SYMBOL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 -EXPORT_SYMBOL vmlinux 0xf29aa065 netdev_reset_tc -EXPORT_SYMBOL vmlinux 0xf2a9b4e0 pcie_set_mps EXPORT_SYMBOL vmlinux 0xf2ae452a nvm_dev_dma_free EXPORT_SYMBOL vmlinux 0xf2c8edff seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xf2cc4ab5 netif_tx_wake_queue EXPORT_SYMBOL vmlinux 0xf2ce835c __mod_node_page_state EXPORT_SYMBOL vmlinux 0xf2ce8ca3 write_one_page EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts EXPORT_SYMBOL vmlinux 0xf2f1308f __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xf2fd3972 netpoll_cleanup EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform -EXPORT_SYMBOL vmlinux 0xf3286885 inet_release +EXPORT_SYMBOL vmlinux 0xf31905d6 netdev_notice +EXPORT_SYMBOL vmlinux 0xf324f94a sock_no_getsockopt EXPORT_SYMBOL vmlinux 0xf3301fb5 fasync_helper EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user EXPORT_SYMBOL vmlinux 0xf33a81fb make_kprojid @@ -6739,6 +6723,7 @@ EXPORT_SYMBOL vmlinux 0xf34a8ec7 mpage_writepage EXPORT_SYMBOL vmlinux 0xf3500309 input_unregister_handle EXPORT_SYMBOL vmlinux 0xf3509719 __get_hash_from_flowi6 EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf362931a __inet_stream_connect EXPORT_SYMBOL vmlinux 0xf36ae35e kbd_ioctl EXPORT_SYMBOL vmlinux 0xf3744492 request_key_tag EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init @@ -6747,49 +6732,49 @@ EXPORT_SYMBOL vmlinux 0xf3a160fd simple_get_link EXPORT_SYMBOL vmlinux 0xf3a68262 iov_iter_discard EXPORT_SYMBOL vmlinux 0xf3b30a06 utf8version_latest EXPORT_SYMBOL vmlinux 0xf3b74f79 __iucv_message_send +EXPORT_SYMBOL vmlinux 0xf3d75217 skb_copy EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource EXPORT_SYMBOL vmlinux 0xf3e6402e __bitmap_equal -EXPORT_SYMBOL vmlinux 0xf3ea3bf8 pci_iomap_range -EXPORT_SYMBOL vmlinux 0xf40f8164 netif_skb_features +EXPORT_SYMBOL vmlinux 0xf40ca5fb pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xf41c68e4 tso_build_data EXPORT_SYMBOL vmlinux 0xf4285d0b mutex_trylock_recursive EXPORT_SYMBOL vmlinux 0xf43725fb s390_arch_random_counter -EXPORT_SYMBOL vmlinux 0xf4497a93 __ip_select_ident EXPORT_SYMBOL vmlinux 0xf44a2aa9 stream_open EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier EXPORT_SYMBOL vmlinux 0xf44d53da security_secid_to_secctx -EXPORT_SYMBOL vmlinux 0xf462da0c netif_schedule_queue EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const -EXPORT_SYMBOL vmlinux 0xf4af71b7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xf47b70eb netdev_lower_get_first_private_rcu EXPORT_SYMBOL vmlinux 0xf4af9d3f vfs_mknod EXPORT_SYMBOL vmlinux 0xf4b2b86e cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xf4bc582f dst_release_immediate EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4cb7f3c pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xf4cbb4b2 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xf4d653ce skb_flow_dissect_ct EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy EXPORT_SYMBOL vmlinux 0xf4dd1785 tty_unlock -EXPORT_SYMBOL vmlinux 0xf4ddbdeb netdev_has_upper_dev_all_rcu EXPORT_SYMBOL vmlinux 0xf4e55c92 scsi_vpd_tpg_id EXPORT_SYMBOL vmlinux 0xf4e831ef t10_pi_type3_crc EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock EXPORT_SYMBOL vmlinux 0xf4f1d73f __kfifo_out_peek_r EXPORT_SYMBOL vmlinux 0xf502fe57 empty_aops EXPORT_SYMBOL vmlinux 0xf529d0b5 fscrypt_encrypt_pagecache_blocks -EXPORT_SYMBOL vmlinux 0xf53573bc pci_free_irq EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy EXPORT_SYMBOL vmlinux 0xf542f290 raw_copy_from_user EXPORT_SYMBOL vmlinux 0xf550909d utf8_validate +EXPORT_SYMBOL vmlinux 0xf55caeea __sk_backlog_rcv EXPORT_SYMBOL vmlinux 0xf5641f56 rdmacg_uncharge -EXPORT_SYMBOL vmlinux 0xf596375b ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf56f0121 dev_trans_start EXPORT_SYMBOL vmlinux 0xf5a54b0b raw3270_find_view EXPORT_SYMBOL vmlinux 0xf5b69171 flow_rule_match_vlan EXPORT_SYMBOL vmlinux 0xf5e3f974 ihold -EXPORT_SYMBOL vmlinux 0xf5e5792c register_tcf_proto_ops EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 EXPORT_SYMBOL vmlinux 0xf5f07369 seq_escape_mem_ascii EXPORT_SYMBOL vmlinux 0xf5f2c541 __cond_resched_lock EXPORT_SYMBOL vmlinux 0xf5fda62a ilookup +EXPORT_SYMBOL vmlinux 0xf606b0e0 sock_i_ino EXPORT_SYMBOL vmlinux 0xf6086ee7 bdi_register_va -EXPORT_SYMBOL vmlinux 0xf609d991 xfrm_lookup_with_ifid -EXPORT_SYMBOL vmlinux 0xf614f73c rtnl_configure_link EXPORT_SYMBOL vmlinux 0xf621e575 tty_register_ldisc EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module @@ -6798,16 +6783,14 @@ EXPORT_SYMBOL vmlinux 0xf67a53e5 seq_release_private EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xf683e9be tcp_hashinfo EXPORT_SYMBOL vmlinux 0xf6c2463c alloc_anon_inode -EXPORT_SYMBOL vmlinux 0xf6d5a23f dst_discard_out -EXPORT_SYMBOL vmlinux 0xf6e7fcd9 pci_wait_for_pending_transaction EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor EXPORT_SYMBOL vmlinux 0xf715825c fscrypt_setup_filename EXPORT_SYMBOL vmlinux 0xf71bf1ae tty_port_close_end EXPORT_SYMBOL vmlinux 0xf72d1e8b simple_symlink_inode_operations -EXPORT_SYMBOL vmlinux 0xf72d5469 __napi_schedule_irqoff EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73e00bd sk_free EXPORT_SYMBOL vmlinux 0xf74300d7 arch_vcpu_is_preempted EXPORT_SYMBOL vmlinux 0xf74b79b4 nf_setsockopt EXPORT_SYMBOL vmlinux 0xf7584a9c find_font @@ -6820,11 +6803,11 @@ EXPORT_SYMBOL vmlinux 0xf7d07cae filemap_fdatawrite EXPORT_SYMBOL vmlinux 0xf7d67812 security_inet_conn_request EXPORT_SYMBOL vmlinux 0xf7d71918 __kfifo_in_r EXPORT_SYMBOL vmlinux 0xf7e13c7a security_inode_getsecctx -EXPORT_SYMBOL vmlinux 0xf7eeeff8 skb_copy_and_hash_datagram_iter EXPORT_SYMBOL vmlinux 0xf7f3a878 find_get_pages_range_tag EXPORT_SYMBOL vmlinux 0xf80324a9 blk_cleanup_queue EXPORT_SYMBOL vmlinux 0xf80f29b1 lookup_bdev EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81b4625 __skb_free_datagram_locked EXPORT_SYMBOL vmlinux 0xf823f1f8 set_pgste_bits EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev @@ -6836,10 +6819,10 @@ EXPORT_SYMBOL vmlinux 0xf86ea5f3 blk_rq_unmap_user EXPORT_SYMBOL vmlinux 0xf8728430 __nla_reserve_nohdr EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table EXPORT_SYMBOL vmlinux 0xf89cfde7 VMALLOC_START -EXPORT_SYMBOL vmlinux 0xf8b84907 xfrm_state_alloc EXPORT_SYMBOL vmlinux 0xf8ba1845 blk_set_default_limits -EXPORT_SYMBOL vmlinux 0xf8bb1bb3 nf_unregister_net_hook EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8e12910 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xf8eb409e sock_common_setsockopt EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var EXPORT_SYMBOL vmlinux 0xf915179e refcount_dec_if_one EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt @@ -6847,39 +6830,39 @@ EXPORT_SYMBOL vmlinux 0xf9416dab kill_pgrp EXPORT_SYMBOL vmlinux 0xf959055d unregister_binfmt EXPORT_SYMBOL vmlinux 0xf96f21bc input_open_device EXPORT_SYMBOL vmlinux 0xf97045be tty_kref_put +EXPORT_SYMBOL vmlinux 0xf99122e1 poll_freewait EXPORT_SYMBOL vmlinux 0xf9950e04 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xf997bb38 pci_dev_get EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b32aad register_netdevice +EXPORT_SYMBOL vmlinux 0xf9b4d112 pcix_get_max_mmrbc EXPORT_SYMBOL vmlinux 0xf9bb0d50 xsk_umem_discard_addr -EXPORT_SYMBOL vmlinux 0xf9be72d2 skb_clone_sk EXPORT_SYMBOL vmlinux 0xf9c1f9ab security_secctx_to_secid EXPORT_SYMBOL vmlinux 0xf9e1c2a9 try_module_get EXPORT_SYMBOL vmlinux 0xf9f50b92 percpu_counter_destroy EXPORT_SYMBOL vmlinux 0xfa05fdfb page_symlink EXPORT_SYMBOL vmlinux 0xfa08f4b8 __tracepoint_dma_fence_signaled -EXPORT_SYMBOL vmlinux 0xfa26cafd udp_gro_complete -EXPORT_SYMBOL vmlinux 0xfa331575 neigh_seq_stop EXPORT_SYMBOL vmlinux 0xfa39b4be sha224_update EXPORT_SYMBOL vmlinux 0xfa43336b tty_port_free_xmit_buf -EXPORT_SYMBOL vmlinux 0xfa570395 ip6_dst_hoplimit EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier EXPORT_SYMBOL vmlinux 0xfa873ad0 prandom_seed -EXPORT_SYMBOL vmlinux 0xfa9a5331 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xfaa68e10 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xfaa79064 inet6_getname +EXPORT_SYMBOL vmlinux 0xfaaca09a sock_wake_async EXPORT_SYMBOL vmlinux 0xfab1f46b simple_dir_inode_operations EXPORT_SYMBOL vmlinux 0xfac1a3ff kill_anon_super EXPORT_SYMBOL vmlinux 0xfac7b5ca textsearch_find_continuous EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max EXPORT_SYMBOL vmlinux 0xfad10168 dcbnl_cee_notify -EXPORT_SYMBOL vmlinux 0xfb118d6e pci_enable_wake EXPORT_SYMBOL vmlinux 0xfb14567e blk_mq_start_hw_queue EXPORT_SYMBOL vmlinux 0xfb229879 generic_update_time EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf EXPORT_SYMBOL vmlinux 0xfb3a0f3d tty_port_destroy -EXPORT_SYMBOL vmlinux 0xfb3cdd63 udp6_seq_ops EXPORT_SYMBOL vmlinux 0xfb4694b4 __init_swait_queue_head EXPORT_SYMBOL vmlinux 0xfb481954 vprintk -EXPORT_SYMBOL vmlinux 0xfb4dcf70 pci_write_config_byte EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending -EXPORT_SYMBOL vmlinux 0xfb7a2d3e eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xfb79e33c pci_irq_vector +EXPORT_SYMBOL vmlinux 0xfb8a6284 neigh_carrier_down EXPORT_SYMBOL vmlinux 0xfb8ad24c read_dev_sector EXPORT_SYMBOL vmlinux 0xfb91e220 setattr_copy EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 @@ -6890,13 +6873,19 @@ EXPORT_SYMBOL vmlinux 0xfbd10a64 iov_iter_kvec EXPORT_SYMBOL vmlinux 0xfbdb6171 __bforget EXPORT_SYMBOL vmlinux 0xfc0207fd devm_kvasprintf EXPORT_SYMBOL vmlinux 0xfc0e50c0 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xfc1461ed tso_build_hdr EXPORT_SYMBOL vmlinux 0xfc32b6e2 ap_queue_init_state EXPORT_SYMBOL vmlinux 0xfc399557 utf8_load EXPORT_SYMBOL vmlinux 0xfc3bba0f unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xfc4936fd __tcp_md5_do_lookup EXPORT_SYMBOL vmlinux 0xfc4c7b5c __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xfc506e12 skb_prepare_seq_read EXPORT_SYMBOL vmlinux 0xfc5eac56 inode_set_bytes EXPORT_SYMBOL vmlinux 0xfc807a94 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xfc84f620 neigh_seq_stop EXPORT_SYMBOL vmlinux 0xfc928845 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xfc9abb30 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xfca2cce1 tcp_prot EXPORT_SYMBOL vmlinux 0xfca7827f param_get_charp EXPORT_SYMBOL vmlinux 0xfcd0c36a input_register_handle EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check @@ -6905,13 +6894,16 @@ EXPORT_SYMBOL vmlinux 0xfcdf2a0b cdrom_open EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq EXPORT_SYMBOL vmlinux 0xfcee0d5a __set_page_dirty_nobuffers EXPORT_SYMBOL vmlinux 0xfd05e36e seq_vprintf +EXPORT_SYMBOL vmlinux 0xfd0a1594 napi_consume_skb +EXPORT_SYMBOL vmlinux 0xfd2000b0 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xfd2c1c56 tcp_md5_hash_skb_data EXPORT_SYMBOL vmlinux 0xfd310a85 scsi_report_bus_reset EXPORT_SYMBOL vmlinux 0xfd38d407 super_setup_bdi EXPORT_SYMBOL vmlinux 0xfd3a1e31 gen_pool_dma_zalloc_algo EXPORT_SYMBOL vmlinux 0xfd3e6f92 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xfd4b82e3 put_cmsg +EXPORT_SYMBOL vmlinux 0xfd51558c __xfrm_state_delete EXPORT_SYMBOL vmlinux 0xfd51a6f7 hdmi_drm_infoframe_pack -EXPORT_SYMBOL vmlinux 0xfd7fe476 kernel_setsockopt -EXPORT_SYMBOL vmlinux 0xfd99a351 pci_disable_msi EXPORT_SYMBOL vmlinux 0xfda0b6a0 unlock_buffer EXPORT_SYMBOL vmlinux 0xfda6740b seq_pad EXPORT_SYMBOL vmlinux 0xfda9581f prandom_u32 @@ -6920,16 +6912,20 @@ EXPORT_SYMBOL vmlinux 0xfdbb59b8 elv_rb_former_request EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display EXPORT_SYMBOL vmlinux 0xfde9aee1 dev_addr_del EXPORT_SYMBOL vmlinux 0xfdf45996 lowcore_ptr -EXPORT_SYMBOL vmlinux 0xfdf67883 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xfe0123f3 arp_send EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier EXPORT_SYMBOL vmlinux 0xfe0efaf5 md_bitmap_start_sync EXPORT_SYMBOL vmlinux 0xfe193e65 __xa_alloc EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4f0ff6 tcp_simple_retransmit EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz EXPORT_SYMBOL vmlinux 0xfe8469ca jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xfe8e899c compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xfe91ce5a ip_getsockopt EXPORT_SYMBOL vmlinux 0xfe9ddac8 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xfea95b34 tcp_shutdown EXPORT_SYMBOL vmlinux 0xfeb5d0aa verify_spi_info -EXPORT_SYMBOL vmlinux 0xfeccd172 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xfece86b6 pcim_iomap EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu EXPORT_SYMBOL vmlinux 0xfee35b17 dev_warn_hash EXPORT_SYMBOL vmlinux 0xfee4a052 drop_super @@ -6937,20 +6933,25 @@ EXPORT_SYMBOL vmlinux 0xfeeef76f bdi_register EXPORT_SYMBOL vmlinux 0xfef28181 configfs_depend_item EXPORT_SYMBOL vmlinux 0xfef8add4 wait_for_completion_timeout EXPORT_SYMBOL vmlinux 0xfef8cf74 vfs_statx -EXPORT_SYMBOL vmlinux 0xff0a35a8 __netif_schedule +EXPORT_SYMBOL vmlinux 0xff0c44e4 pci_iomap EXPORT_SYMBOL vmlinux 0xff13e5e3 kernel_param_unlock EXPORT_SYMBOL vmlinux 0xff1880b1 bio_integrity_trim EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start EXPORT_SYMBOL vmlinux 0xff1f0ae2 add_virt_timer EXPORT_SYMBOL vmlinux 0xff260d28 cdev_device_del EXPORT_SYMBOL vmlinux 0xff38cb3a filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xff3aeb35 udp_seq_start EXPORT_SYMBOL vmlinux 0xff3d9054 security_unix_may_send EXPORT_SYMBOL vmlinux 0xff3da67d seq_open +EXPORT_SYMBOL vmlinux 0xff4ae46b rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xff55f833 pci_enable_device EXPORT_SYMBOL vmlinux 0xff5a37f5 airq_iv_alloc EXPORT_SYMBOL vmlinux 0xff660930 kobject_put EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff82a2b3 netif_stacked_transfer_operstate EXPORT_SYMBOL vmlinux 0xff8f45a8 page_cache_prev_miss EXPORT_SYMBOL vmlinux 0xffa9bfdb wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xffb78e38 skb_page_frag_refill EXPORT_SYMBOL vmlinux 0xffdb7768 flow_rule_match_ip EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn EXPORT_SYMBOL_GPL arch/s390/crypto/sha_common 0x250733fa s390_sha_final @@ -7324,230 +7325,230 @@ EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf3b16444 dm_t EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf551114d dm_bm_checksum EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x835dd421 st_register EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x8e3e3f4f st_unregister -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0242b06b mlx4_mr_hw_change_pd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b349857 mlx4_multicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cdebdca mlx4_set_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e9d6546 mlx4_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f51b19d mlx4_flow_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1043f826 mlx4_bf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12985858 mlx4_register_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13af1548 mlx4_mtt_init -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x156242e1 mlx4_fmr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16dcd234 mlx4_get_vf_config -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17ff639d mlx4_unicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1898162d mlx4_map_sw_to_hw_steering_id -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x229b7784 mlx4_xrcd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28bf56fa mlx4_unicast_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2abb8184 mlx4_ACCESS_PTYS_REG -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ba6b0c4 mlx4_get_admin_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e1c94b0 mlx4_qp_release_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ee30704 mlx4_set_vf_link_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x323d6e2d mlx4_get_vf_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32daaafc mlx4_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x338d11b5 mlx4_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x339692c9 mlx4_vf_get_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34d1e386 mlx4_config_vxlan_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35e0f135 mlx4_get_default_counter_index -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x375a8318 __mlx4_cmd -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37ab6064 mlx4_alloc_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x382f4e75 mlx4_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3876736d mlx4_multicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39223a72 mlx4_phys_to_slave_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b3691be mlx4_vf_set_enable_smi_admin -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c325f9c mlx4_buf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c398284 mlx4_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c60d67d mlx4_pd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e0f21be mlx4_pd_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40aa0d8c mlx4_fmr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40bbde3c mlx4_flow_steer_promisc_add -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41b0fdc0 mlx4_config_dev_retrieval -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42fe5127 mlx4_hw_rule_sz -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x472afb0b mlx4_phys_to_slaves_pport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4789bb93 mlx4_update_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48732824 mlx4_mtt_addr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48eea9d9 mlx4_qp_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x492fe994 mlx4_qp_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b18321a mlx4_bf_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b9266c0 mlx4_find_cached_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c29035c mlx4_fmr_unmap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e2380a4 mlx4_free_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53a352f9 mlx4_multicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d444c55 mlx4_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dbaf7fa mlx4_set_vf_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ebff5a1 mlx4_unicast_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5edf8185 mlx4_qp_reserve_range -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ee4079a mlx4_srq_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6162de01 mlx4_fmr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6381bbc1 mlx4_free_cmd_mailbox -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x645ae532 mlx4_slave_convert_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64fb8fe6 mlx4_mr_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68b3f752 mlx4_qp_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e8359e9 mlx4_mw_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f4b28cf mlx4_CLOSE_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x716e8296 mlx4_unicast_detach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73e0296f mlx4_cq_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74ccf7b2 mlx4_mr_enable -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d2d8b63 __mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e451d61 mlx4_read_clock -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd14534 mlx4_get_counter_stats -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87479343 mlx4_config_roce_v2_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x897726ff mlx4_cq_resize -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f2fba65 mlx4_vf_smi_enabled -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90cdaeba mlx4_phys_to_slaves_pport_actv -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x911480e0 mlx4_cq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98fc76b7 mlx4_mr_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9936c0a5 mlx4_mr_hw_change_access -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x993e5337 mlx4_cq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99e4b2f3 mlx4_uar_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c189ff0 mlx4_get_slave_default_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ceb850b mlx4_bond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d6ce40d mlx4_register_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dc869dd __mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ea139f1 mlx4_get_base_qpn -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa03b6b2b mlx4_SYNC_TPT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1b650d1 mlx4_mr_rereg_mem_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4b9fee5 mlx4_mtt_cleanup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac7b020e mlx4_mr_rereg_mem_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad0bec49 mlx4_buf_write_mtt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad40ede7 mlx4_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad6915f2 mlx4_get_active_ports -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1d10c8f mlx4_unregister_interface -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2515833 mlx4_INIT_PORT -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2642ee6 mlx4_mw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3d76ba1 mlx4_register_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6a617d3 mlx4_replace_zero_macs -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb79ad1b4 mlx4_map_phys_fmr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba3f623d mlx4_get_protocol_dev -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba632742 mlx4_mr_hw_write_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb5b0f8e mlx4_wol_read -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf6b3453 mlx4_get_base_gid_ix -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3268496 mlx4_srq_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3bf625c mlx4_set_vf_spoofchk -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc62f7830 mlx4_uar_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8f23a1b mlx4_unregister_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca0da82c mlx4_srq_lookup -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcab5fc83 mlx4_set_vf_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0d1aed8 mlx4_unbond -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd195cab1 mlx4_find_cached_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1a5d12d mlx4_flow_steer_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd48a837b mlx4_get_devlink_port -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5ce6a66 mlx4_map_sw_to_hw_steering_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda1ed601 mlx4_mr_hw_put_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc0bbe13 mlx4_mw_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf13d628 mlx4_wol_write -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0c163eb mlx4_counter_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3283dff mlx4_unregister_vlan -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe402f014 mlx4_qp_to_ready -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4ade5e3 mlx4_port_map_set -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe73dc526 mlx4_mr_hw_get_mpt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe94c0de5 mlx4_multicast_promisc_remove -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec12320d mlx4_counter_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee5d1ec2 mlx4_alloc_hwq_res -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf054261e mlx4_flow_attach -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf129e1c2 mlx4_set_vf_rate -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf189cf24 mlx4_get_internal_clock_params -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf41d1805 mlx4_srq_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf77e7e2b mlx4_FLOW_STEERING_IB_UC_QP_RANGE -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9435505 __mlx4_replace_mac -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfba0dd1e mlx4_srq_arm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00f67d08 mlx5_modify_nic_vport_vlans -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x012dcca4 mlx5_core_dealloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0616a408 mlx5_frag_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06affc4f mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01d676f2 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03270957 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x048560e5 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06f65031 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0afdb573 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b8ba923 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e4e735b mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10fbf561 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11ff671b mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x143bcb5f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15b400a1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15bde55f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19561d2f mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ba39acd mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x210fc7db mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x234daf8f mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24a21d03 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x260f867c mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x292ca86d mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x293f9faa mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a031311 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a23abe5 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a9d65e6 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e46ac70 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e9aa394 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x312d1e6a __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x324cd11a mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3414d85b mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37325dbd mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3755df89 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3844ee6b mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x396e6110 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cd0aaea mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4047c481 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41088f20 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41d4e378 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49e62dc0 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a9ef2f2 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aec29ef mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cb6fadf __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d9c52a4 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51a8863b mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52493e14 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5504ff30 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x579a756b mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a947485 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b3a7a87 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f06ff0e mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fbf7b0e mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x621c68a6 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68d5e1de mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ca399a0 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71288878 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x723dfb54 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x725e73fc mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x734c1396 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7449eeae mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7903e2ba mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79ff9c05 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ada2b2a mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b5179fd mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bc9ff91 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82c46c5e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x845c7fd5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x854fc7fb mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x855e8393 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x881f3158 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x891db71b mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ce8fe87 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9114cbf7 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91c0d2c2 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9375c2bf mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94718a5f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94773623 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96bd8010 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa224042c __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa365fdc7 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa45adbfa mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6632fb6 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaee798e mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab6065aa mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac9d3171 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1014a56 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1104291 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb156b1c3 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2761ec0 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb290504f mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4416e36 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbc41d23 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd5e3392 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe7d6bcb mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7191e27 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc79c9b76 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7b9f460 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8d60858 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9497498 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9d15e5f mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcad7c77d mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1e75803 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2f6be83 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3162775 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5120606 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd737f3f6 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda641379 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc0051af mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc27934f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcfcfcde mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdeb06ecf mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe134efe0 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe19fb535 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5340f48 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9509b2b mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee8cc7f7 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef63d379 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf069a982 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf19da006 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1fa3bca mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf218817f mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf285e671 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf348d1bd mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4c40b4d mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf536d7ab mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf92c2790 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf969a19f mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfca57aa0 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfce92035 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0126e300 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x022be1fb mlx5_set_port_caps EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0855be73 mlx5_core_xrcd_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08e814c2 mlx5_query_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ac80e99 mlx5_accel_esp_modify_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0af4cfdf mlx5_nic_vport_query_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bd94a7b mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0764addd mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bb9eeee mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cce597d mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10197cb5 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x103bf249 mlx5_set_port_tc_bw_alloc EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10face36 mlx5_core_res_put -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14849629 mlx5_core_alloc_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16de3997 mlx5_core_create_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a6e06c2 mlx5_core_qp_modify -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c979d83 mlx5_nic_vport_update_local_lb -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e3d78be mlx5_accel_ipsec_device_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20634dba mlx5_set_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x227884d4 mlx5_accel_esp_destroy_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc80079 mlx5_query_nic_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e9ad43a mlx5_set_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f1440f1 mlx5_set_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3498fc1f mlx5_eswitch_mode -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35dde92c mlx5_core_xrcd_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39334d2b mlx5_query_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39c0bb05 mlx5_query_port_vl_hw_cap -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d6a9525 mlx5_query_port_max_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3db05836 mlx5_nic_vport_disable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e8c262e mlx5_core_query_ib_ppcnt -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ebf3342 mlx5_dm_sw_icm_dealloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40480b79 mlx5_core_reserved_gids_count -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44973976 mlx5_query_nic_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47f02498 mlx5_core_create_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c47fa97 mlx5_query_hca_vport_node_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4da1c54c mlx5_query_hca_vport_gid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54a56c25 mlx5_accel_esp_create_xfrm -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54d8c648 mlx5_db_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55379d1e mlx5_query_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56842d95 mlx5_query_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eabadbb mlx5_set_port_caps -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63f6f044 mlx5_query_module_eeprom -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6452b66c mlx5_toggle_port_link -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d7b8b8 mlx5_query_nic_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x681437aa mlx5_query_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69ece505 mlx5_query_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d9ad6dc mlx5_core_query_q_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ee03d3c mlx5_core_set_delay_drop -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70c1e4b5 mlx5_buf_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73a69730 mlx5_query_port_tc_bw_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78ce0165 mlx5_db_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dd6c769 mlx5_nic_vport_affiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x800c5647 mlx5_core_query_sq_state -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8067ac90 mlx5_dm_sw_icm_alloc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80fa7c90 mlx5_modify_nic_vport_promisc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835bc0cb mlx5_set_port_admin_status -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f6b8a4b mlx5_core_modify_hca_vport_context -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96295c93 mlx5_query_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6c1c943 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12ec96c0 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d99d90c mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f26837b mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x268c2f68 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26aaf46b mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d05db61 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ef3ca32 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30478e1b mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x334032a6 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33de2e14 mlx5_core_dealloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39493cd0 mlx5_query_port_link_width_oper +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e9958f5 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41e6a7ff mlx5_core_query_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42af2850 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44ef73d4 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ae5f362 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8155df mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8b5dea mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4efafc02 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x540f51bc mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55263c10 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x560e1277 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x596b71ba mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c5a50be mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e0588d5 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2036a0 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f5937a0 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x601f5e94 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b9f4430 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x771dc633 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x774b9d25 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78706e9c mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79ac7014 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fbbb067 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85e61408 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87952e66 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8914fa5e mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x964fa3f7 mlx5_core_dct_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99a8cd38 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ea1f3f4 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1faf780 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3933da3 mlx5_core_res_hold +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3ef1004 mlx5_query_port_admin_status EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75f49d6 mlx5_fill_page_array -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9389316 mlx5_core_qp_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa1daadf mlx5_query_port_ptys -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb39e9efc mlx5_query_port_link_width_oper -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8d1cd73 mlx5_set_port_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9c4c818 mlx5_core_access_reg -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb4ad899 mlx5_query_port_prio_tc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc708e21 mlx5_query_hca_vport_pkey -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe5f26b7 mlx5_set_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf3ed9ad mlx5_db_free -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc143ffc2 mlx5_query_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6e26cdc mlx5_core_destroy_qp -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcca497f9 mlx5_nic_vport_unaffiliate_multiport -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcca80635 mlx5_core_dct_query -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xced1cf55 mlx5_query_port_pfc -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2b79566 mlx5_core_query_vport_counter -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd580f627 mlx5_core_destroy_dct -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6498c1d mlx5_query_port_oper_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6545a53 mlx5_set_port_wol -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd68d6d6b mlx5_query_nic_vport_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c6bdc8 mlx5_modify_port_ets_rate_limit -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe35127d4 mlx5_modify_nic_vport_mac_address -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7ce7079 mlx5_nic_vport_enable_roce -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe83a0e22 mlx5_frag_buf_alloc_node -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8b610b7 mlx5_query_min_inline -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedd05fbb mlx5_query_port_pause -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf50124e0 mlx5_query_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6164fbf mlx5_query_hca_vport_system_image_guid -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf720233c mlx5_query_nic_vport_qkey_viol_cntr -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9549a76 mlx5_modify_nic_vport_mtu -EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfada63fd mlx5_set_port_tc_group -EXPORT_SYMBOL_GPL drivers/net/geneve 0x39bf2620 geneve_dev_create_fb -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5a93dac6 ipvlan_count_rx -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8a71b417 ipvlan_link_delete -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa31beff5 ipvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb531fa7a ipvlan_link_setup -EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xed9e290b ipvlan_link_new -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x18194556 macvlan_common_newlink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1b188c0d macvlan_dellink -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa1b79725 macvlan_link_register -EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe9bf0a75 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8ae4c3a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9c1d0ee mlx5_core_set_delay_drop +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa239206 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae3d89be mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3cefb61 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5f76755 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9f83539 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd49c778 mlx5_core_query_ib_ppcnt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6d9bd14 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc731c4fe mlx5_accel_esp_create_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc747b165 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca274027 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb9f85ef mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc6695b3 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce995ba4 mlx5_accel_esp_destroy_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0ba99b9 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4fcb2b1 mlx5_core_alloc_q_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd65cdd6e mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddde155a mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf13a7b5 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf5a6124 mlx5_accel_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdffaf33c mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3a385f7 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4c573b1 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5538708 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe617b11c mlx5_accel_esp_modify_xfrm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6bd3d2c mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9583817 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecef0260 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed7c9912 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf13802ec mlx5_core_create_dct +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa8b42a1 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfab51fa6 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbc3f12c mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfea3b01d mlx5_core_destroy_dct +EXPORT_SYMBOL_GPL drivers/net/geneve 0x7df2d2c6 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x10ac58dc ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8a1919dc ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xafb6283c ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb98cf767 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc1bb4147 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x70eb9b27 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8ea44abe macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe8a3de14 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf537a17e macvlan_dellink EXPORT_SYMBOL_GPL drivers/net/net_failover 0x2e826ad4 net_failover_create EXPORT_SYMBOL_GPL drivers/net/net_failover 0x8f147cdf net_failover_destroy EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x045dd204 bcm_phy_downshift_get @@ -7641,10 +7642,10 @@ EXPORT_SYMBOL_GPL drivers/net/tap 0xac1e5ae5 tap_destroy_cdev EXPORT_SYMBOL_GPL drivers/net/tap 0xac9bd309 tap_get_socket EXPORT_SYMBOL_GPL drivers/net/tap 0xcbc17585 tap_free_minor EXPORT_SYMBOL_GPL drivers/net/tap 0xdb605505 tap_queue_resize -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1b5a45cf vxlan_fdb_find_uc -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x6415fbaa vxlan_fdb_replay -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x693e27f5 vxlan_fdb_clear_offload -EXPORT_SYMBOL_GPL drivers/net/vxlan 0x976db679 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3318608c vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5c3359fe vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd3ef861a vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xdd12b5bd vxlan_fdb_replay EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06da4bfd nvme_start_queues EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0703e32a nvme_sync_io_queues EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0df6103b nvme_reset_ctrl_sync @@ -7709,17 +7710,17 @@ EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remotepor EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3f64cb5f nvme_fc_register_localport EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x07f00efa nvmet_ctrl_fatal_error -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x21237f45 nvmet_req_execute -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x24a5a360 nvmet_req_complete -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x26e9a480 nvmet_sq_destroy -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2fec81ce nvmet_req_free_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4b938b52 nvmet_req_uninit -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x52a289fe nvmet_sq_init -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x664047a7 nvmet_register_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xaba3f78e nvmet_unregister_transport -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xafc07982 nvmet_req_alloc_sgl -EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcb89d229 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1f6347ab nvmet_req_free_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2977efc1 nvmet_req_alloc_sgl +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2e934869 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2efacc43 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6ddafead nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa37c2af8 nvmet_req_execute +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa56ecaf0 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xaa025d64 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb6768dc4 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc40ef5f0 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xddc5bf42 nvmet_req_init EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x51e67f3b nvmet_fc_rcv_ls_req EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort @@ -7771,63 +7772,63 @@ EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xc55d7a81 qdio_get_ssqd_desc EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xe28ab4b7 qdio_establish EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xe38fee5e qdio_shutdown EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xebc10bc8 qdio_activate -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0d9f5e82 qeth_clear_ipacmd_list -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0f23f8b4 qeth_setadp_promisc_mode -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x112639fa qeth_dbf -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x1126f9ff qeth_enable_hw_features -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x113256e3 qeth_realloc_buffer_pool -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x1ac7304e qeth_set_access_ctrl_online -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x1d6ec895 qeth_do_run_thread +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x00557801 qeth_ipa_alloc_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x00e0462e qeth_qdio_clear_card +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0105d3d3 qeth_init_qdio_queues +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x024fdeef qeth_do_run_thread +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x043bf318 qeth_open +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0a2c4050 qeth_dbf_longtext +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x12bb5756 qeth_drain_output_queues +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x22b5c26e qeth_get_priority_queue EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x2cd9e4cc qeth_core_header_cache -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x31a82f4c qeth_set_allowed_threads -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x32015cd8 qeth_get_setassparms_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3921d99a qeth_put_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3c84ad95 qeth_ipa_alloc_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3e59ccec qeth_prepare_ipa_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x41a55d97 qeth_vm_request_mac -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x42e71cb8 qeth_get_stats64 -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x45ce2160 qeth_alloc_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x48a95a96 qeth_fix_features -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x4c89bf74 qeth_hw_trap -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x54928a39 qeth_set_features -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x5861a4ba qeth_stop -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x6087f67f qeth_iqd_select_queue -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x6ded8387 qeth_trace_features -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x78cc5bec qeth_features_check -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8263844c qeth_stop_channel -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x82a8fba6 qeth_core_get_next_skb -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8403d8b7 qeth_get_priority_queue -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8a75a294 qeth_send_simple_setassparms_prot -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8ab7ef7c qeth_notify_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8ec9642c qeth_init_qdio_queues -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9a0c9220 qeth_setassparms_cb -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9f7bbf6a qeth_clear_thread_start_bit -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa4df8879 qeth_count_elements -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xaa0d5c64 qeth_get_diag_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb156940d qeth_clear_thread_running_bit -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb16332df qeth_threads_running -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb4ade49e qeth_do_send_packet -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb4c0ae9e qeth_qdio_clear_card -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xbd22e5f0 qeth_open -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xbe084ba9 qeth_dbf_longtext -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc28f2cef qeth_tx_timeout -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd2871b71 qeth_xmit -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd37dc224 qeth_core_hardsetup_card -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd3c9b848 qeth_do_ioctl -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd9271ef7 qeth_drain_output_queues -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd9e91b2f qeth_configure_cq -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xdcaae485 qeth_schedule_recovery -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe3a901f4 qeth_setadpparms_change_macaddr -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe3cdc223 qeth_print_status_message -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe8f6d90f qeth_device_blkt_group -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xee0180cf qeth_get_card_by_busid -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xefe2e7fc qeth_poll -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf07bfa35 qeth_device_attr_group -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf5243b6a qeth_generic_devtype -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xfa35c4c2 qeth_send_ipa_cmd -EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xfc2aa002 qeth_clear_working_pool_list -EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l2 0x03035721 qeth_l2_discipline -EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l3 0x59dab1d8 qeth_l3_discipline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x38941dc7 qeth_schedule_recovery +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3c56b0b9 qeth_prepare_ipa_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x48058f3a qeth_get_card_by_busid +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x481447dc qeth_get_stats64 +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x4b6d3058 qeth_poll +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x4c6535ba qeth_fix_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x570ef4e9 qeth_xmit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x57e7d70f qeth_setassparms_cb +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x650224d4 qeth_stop_channel +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x6b8e2cf7 qeth_put_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x75428982 qeth_clear_ipacmd_list +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x7e037a80 qeth_generic_devtype +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x7f819585 qeth_stop +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x828e6224 qeth_vm_request_mac +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8418fd36 qeth_features_check +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x87914ee1 qeth_hw_trap +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8f088d28 qeth_do_send_packet +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9200effa qeth_set_allowed_threads +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa11ea478 qeth_tx_timeout +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa3a2b8e8 qeth_alloc_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa54319c3 qeth_clear_working_pool_list +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa6ab01b0 qeth_device_blkt_group +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xae7203c0 qeth_set_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb174e15a qeth_clear_thread_start_bit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb5d7dbdb qeth_iqd_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xba5d0962 qeth_core_get_next_skb +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xbe26228a qeth_device_attr_group +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc095cd72 qeth_core_hardsetup_card +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc813292c qeth_setadp_promisc_mode +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xcf439dcd qeth_clear_thread_running_bit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd1a18613 qeth_do_ioctl +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd31f450d qeth_realloc_buffer_pool +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd717b8ef qeth_count_elements +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd7a7498c qeth_setadpparms_change_macaddr +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xdd3f6583 qeth_get_setassparms_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe4bdf069 qeth_send_simple_setassparms_prot +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe5c996b9 qeth_notify_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe98a000f qeth_get_diag_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xecce77e6 qeth_send_ipa_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xee7d2dcd qeth_enable_hw_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xefa0a3df qeth_threads_running +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xefb43d1a qeth_dbf +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf5694bf5 qeth_print_status_message +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf63bae05 qeth_configure_cq +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf914e04b qeth_trace_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xfccf4187 qeth_set_access_ctrl_online +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l2 0x268ead41 qeth_l2_discipline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l3 0x68efe59b qeth_l3_discipline EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1e93ab26 fcoe_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x30d3bcd3 __fcoe_get_lesb EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x508f091c fcoe_start_io @@ -7855,69 +7856,69 @@ EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8bc1806a iscsi_boot_destroy_k EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb58979df iscsi_boot_create_initiator EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfbc0f64c iscsi_boot_create_acpitbl EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x22bbc44b fc_seq_els_rsp_send -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01127532 iscsi_host_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x055786df iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d38774b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10967712 iscsi_eh_recover_target EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x187f3b53 iscsi_eh_abort -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b5b382a iscsi_eh_cmd_timed_out -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2789ad12 iscsi_session_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x39dfc425 iscsi_complete_scsi_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3b24c426 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ed4ae13 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x258f8982 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27ce657d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x288db6d8 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2fe09b9f iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35a532fb iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bb326c9 iscsi_conn_teardown EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41cd43f4 iscsi_conn_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x467e3b71 __iscsi_complete_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48edbe50 iscsi_host_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c4f3832 iscsi_requeue_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5430efcd iscsi_eh_session_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58cb2ec5 iscsi_host_remove -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x60ce82ca iscsi_itt_to_ctask -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66dde8ab __iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x706eae1e iscsi_conn_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x712f211a iscsi_host_set_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7756dcfb iscsi_suspend_queue -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x788557de iscsi_eh_recover_target -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83b290f5 __iscsi_get_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b213258 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c4f0b77 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x487949ac iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48835420 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c727fee iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5eb2c24f iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x605bd8c1 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b26a6a7 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d5bc008 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d9e8279 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6dff5079 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6e30635c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6fbdd3c3 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71fc8798 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77b3dece iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7beb5879 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82565081 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87dd95a1 iscsi_verify_itt EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa00c851f iscsi_target_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2a6596e iscsi_conn_bind -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab233c57 iscsi_session_get_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab6b015f iscsi_session_setup -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb3e4150e iscsi_conn_queue_work -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb40f0dd0 iscsi_verify_itt -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb476abc5 iscsi_suspend_tx -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb80e1d8e iscsi_prep_data_out_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbbfbae12 iscsi_conn_send_pdu -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5deab91 iscsi_eh_device_reset -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcaf41b6e iscsi_conn_stop -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1d64a25 iscsi_host_add -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1de43b9 iscsi_session_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8689643 iscsi_session_recovery_timedout -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8dbee94 iscsi_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9175121 iscsi_itt_to_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc618c6a iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98ff2123 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x99e109a4 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa45e5295 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0ac5279 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1395fa1 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbeea490d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc966ecda iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcbfc6f4d iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd311fd2f iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd885e00 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe223c565 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe26c134a iscsi_set_param EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xebbdde4b iscsi_host_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf084da96 iscsi_put_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9957833 iscsi_queuecommand -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffc8900c iscsi_conn_failure -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1653a531 iscsi_tcp_cleanup_task -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x177978bb iscsi_tcp_r2tpool_alloc -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x41f2054b iscsi_tcp_recv_skb -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e4b6fdf iscsi_tcp_segment_unmap -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x60d5d686 iscsi_tcp_task_init -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6e0347fb iscsi_tcp_conn_get_stats -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x75ceb1be iscsi_tcp_set_max_r2t -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x75ed1160 iscsi_segment_init_linear -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x82bc6d4f iscsi_tcp_dgst_header -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb249c541 iscsi_tcp_segment_done -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb5a21069 iscsi_tcp_conn_teardown -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb712346c iscsi_tcp_r2tpool_free -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbe22fecf iscsi_tcp_recv_segment_is_hdr -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc167445c iscsi_tcp_task_xmit -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc268719e iscsi_segment_seek_sg -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcaf160c9 iscsi_tcp_hdr_recv_prep -EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe0c90de8 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec0d9846 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7b35721 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8962ba0 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb010b51 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0aca8a0e iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x136f082e iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x17ded235 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2c14e4b2 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3153362e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x42acaf83 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x459439cf iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4756df52 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4cc6344f iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x60fe1452 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6a186bcb iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x74332566 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77ed0f11 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x870bbd85 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf6e3ff0 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe34b8a09 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xeccc0071 iscsi_tcp_task_init EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x034a1e79 sas_eh_device_reset_handler EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b4c64da sas_get_local_phy EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1182050d sas_drain_work @@ -7942,55 +7943,55 @@ EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0306243 sas_alloc_slow_task EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe58490ff sas_free_task EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xecef1d07 sas_queuecommand EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf93e1fb9 sas_change_queue_depth -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02fbf827 iscsi_create_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0494875b iscsi_get_port_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1f87d2cc iscsi_create_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fd46dd1 iscsi_conn_login_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x239207e5 iscsi_unblock_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x23a575f3 iscsi_offload_mesg -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2616ad9a iscsi_register_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f12b45d iscsi_create_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2fbba83b iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02e995e9 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0cb6dfaa iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1502995c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x22495380 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x25fc52d8 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2aaf7a85 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e89bdfc iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f826223 iscsi_block_scsi_eh EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3133dc5c __tracepoint_iscsi_dbg_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3534c981 iscsi_conn_error_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363d1b1b iscsi_get_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ab45a3b iscsi_destroy_iface -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3eeaec56 iscsi_find_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4770d660 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x328c9b1e iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x32a3b98b iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3980712c iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45341ad1 iscsi_destroy_endpoint EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47867762 __tracepoint_iscsi_dbg_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e5cd3a1 iscsi_destroy_endpoint -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x557532a9 iscsi_create_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c54b5ec iscsi_remove_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x611cf2d5 iscsi_get_port_speed_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x61a02b70 iscsi_flashnode_bus_match -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63fac6f4 iscsi_alloc_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x648fa620 iscsi_scan_finished -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6530f95d iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53336221 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54092166 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x59104377 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5de31619 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e9c3157 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65b5d8c9 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67f2fe5c iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x680c2b50 iscsi_get_port_speed_name EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x72bb5b20 iscsi_free_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x796a368c iscsi_recv_pdu -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79db81f3 iscsi_host_for_each_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82e30969 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d727f1d iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f459f52 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70b63c58 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f52d179 iscsi_destroy_conn EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x881ba036 iscsi_create_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8aa4ff5f iscsi_session_event -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94075996 iscsi_dbg_trace -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x996cc3d6 iscsi_is_session_online -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5675e9b iscsi_destroy_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa832c352 iscsi_put_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8a43246 iscsi_destroy_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaaa5c25f iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c21f688 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa29f1d4b iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4d5e725 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa58e4396 iscsi_offload_mesg EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac3519d __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac9d419c iscsi_free_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea92c90 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaeb6e5bd iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba46e0e7 iscsi_create_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc3f0808e iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbcfb0970 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc30b77f0 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4600f1d iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc827a69c iscsi_alloc_session EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4697d5b __tracepoint_iscsi_dbg_sw_tcp -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4a91e84 iscsi_find_flashnode_conn -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd753624b iscsi_is_session_dev -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd847b0a9 iscsi_unregister_transport -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe47007f8 iscsi_create_flashnode_sess -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0118036 iscsi_block_session -EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe6dd76c iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd6a3d80f iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0f9c8fe iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe6ca128d iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe7ea0f12 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7da343c iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffb2c120 iscsi_ping_comp_event EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x176302ca sas_is_tlr_enabled EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x52a9624f sas_disable_tlr EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcfdbade0 sas_enable_tlr @@ -8114,245 +8115,245 @@ EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf67b53bf dlm_posix_unlock EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf7861c6e dlm_posix_lock EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1f2bec15 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3ecb31a2 nlmsvc_ops EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip -EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9f324858 nlmclnt_done -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa8271386 nlmsvc_unlock_all_by_sb -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb53d8ffb nlmclnt_init -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcc7de8f3 lockd_up -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe5e5547d nlmclnt_proc -EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfb692034 lockd_down -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x028acd10 nfs_writeback_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x028db3df nfs_instantiate +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xae966b40 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb0e98bb1 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc278074c nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdb54b831 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xde5b8ca8 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf0dc03b1 nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0048b8d2 nfs_pageio_reset_read_mds EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0323a365 nfs_pageio_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0be5d792 nfs_rmdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c1e73a9 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02c15183 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x095e5c42 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a6f5f1b nfs_init_cinfo EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b743d nfs_fattr_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f0ef736 nfs_put_client EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11532bc4 nfs_statfs -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11c68883 nfs_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14d9194f nfs_access_add_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15551188 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1182431e nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15942193 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19876e5f nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1af1beab nfs_do_submount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c4a377a nfs_dreq_bytes_left -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cd12ea7 nfs_force_lookup_revalidate -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1de2a728 nfs_show_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e6e7006 register_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ef3b2fe nfs_revalidate_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fded84d nfs_invalidate_atime -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x210d5367 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d1dd35c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e85bc08 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f445be5 nfs_alloc_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23163616 nfs_free_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x233f869a nfs_refresh_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2425a704 nfs_mknod -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24645972 nfs_release_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f128bb nfs_alloc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x259a5d52 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24ecd243 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x267fba3a nfs_request_add_commit_list EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27381d03 nfs_file_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2afa15d4 nfs_try_mount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c8b8c90 nfs_file_read -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x306655e5 nfs_permission -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3170ca39 nfs_submount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34f2b2f3 nfs_pageio_reset_write_mds -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35ab7e08 nfs_drop_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x363e9f22 nfs_pageio_resend -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3653d967 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28da2224 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b10ab14 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bba68ab nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e95768e nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x301f891d nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30adc0d9 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33916893 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x342305df nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x351738f1 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x371b5dc4 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37e095dc nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x382399b5 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x386dfbf4 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x388b6b72 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3959c505 nfs_invalidate_atime EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b0a3c58 nfs_commitdata_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b2cf578 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a338a96 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a824534 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b564ab0 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ba4ebe0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3db2094e nfs_try_mount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4050ab50 nfs_post_op_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x407591ec nfs_init_cinfo EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x484ba98d nfs_request_add_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x499fcc23 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45913386 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x459ea733 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45d6516b nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47f132f0 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x490a1119 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ac396c0 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b12a4f7 nfs_file_mmap EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cd8b819 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e831410 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50148364 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50aa21a3 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50acc100 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50cdefe4 nfs_fs_mount EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5183863e nfs_access_set_mask EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54834522 nfs_post_op_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55b6d895 nfs_fs_mount_common -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55c5e982 nfs_file_set_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55c616c3 nfs_pgio_header_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5620e203 nfs_alloc_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5832825b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52f27ba4 nfs4_label_alloc EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5be043f6 nfs_retry_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c23de44 nfs_sb_active -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d55cd4d nfs_file_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1473cf nfs_sync_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60cf794a nfs_wb_all -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6131a70c get_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6394296f nfs_show_stats -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63c8c275 nfs_sb_deactive -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x698a4d45 nfs_create_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a396270 nfs_server_remove_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a42228c nfs_remount -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c9d739d nfs_create -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ccd16e3 nfs_setattr_update_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dc654aa nfs_clone_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70ed73b3 nfs_probe_fsinfo -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x748319c5 nfs_rename -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x750f9aeb nfs4_fs_type -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76ecd7d0 nfs_async_iocounter_wait -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a363b0a unregister_nfs_version -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c2488ee nfs_commitdata_release -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d437f57 nfs_request_add_commit_list_locked -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d4b11e4 nfs_show_options -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80160724 nfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8127538c nfs_file_llseek -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82a25b2f nfs_lock -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x864f1638 nfs_kill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86db1147 nfs_post_op_update_inode_force_wcc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88ea676c nfs_fhget -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ba391e1 nfs_request_remove_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d437204 nfs_mkdir -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ddac206 nfs_clone_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ed1e2a8 nfs_initiate_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fdbf1eb nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58d5d059 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b917b66 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f456d1a nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fa27735 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60d012d4 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61a20a00 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61e5cd3e nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62222280 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6299fda9 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x664e37c1 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68602b85 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a98ea9a nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7124821c nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71721c55 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x737870b8 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7445ca30 nfs_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x770d7674 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x772a2bec nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78792cff get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a279208 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b292ce5 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84022328 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8512d96f nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x856f0cef nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87e5d0ce nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bfa4546 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c457896 nfs_filemap_write_and_wait_range EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91a2396b nfs_mark_client_ready EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9302e525 nfs_put_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97489ef4 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9317386c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95e3240b nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x973a14d8 nfs_drop_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99487afd nfs_path -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99f6bf9b nfs_lookup -EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a13c844 nfs_getattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa071fe04 nfs_may_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6bb376c nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d937645 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f05db5a put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fcde54d nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa233bbbe nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa45a8579 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4832054 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa56d050b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa77f297d nfs_setattr_update_inode EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8abcded __tracepoint_nfs_xdr_status EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa91d7fa5 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa96cf995 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9ff4402 nfs_server_insert_lists EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac166357 nfs_pageio_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac734da3 nfs_init_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad83f6f6 nfs_pgio_header_alloc -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaec4024b nfs_free_server -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafa99bf1 nfs_inode_attach_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb48842f0 nfs_setattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5b391d0 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabb50bb8 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafd1296f nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1e0ab9c nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb24ea464 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb383a23b nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb511d032 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb52be3df nfs_post_op_update_inode_force_wcc EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5f5c91f __tracepoint_nfs_fsync_exit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbab89bb9 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6216300 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9898e13 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba06d1bd nfs_inode_attach_open_context EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc6b2c88 __tracepoint_nfs_fsync_enter -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe46fea7 nfs_pgio_current_mirror -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfea0966 nfs_file_write -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc018b39a nfs_zap_acl_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0f6502e nfs_init_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2faae4b nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc8afc9b nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc911920 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc206f14f nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc37bb13a nfs_clone_server EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6680a1c put_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6bb1bee nfs_pgheader_init -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc894afa6 nfs_fill_super -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc94a51ea nfs_init_server_rpcclient -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca819421 nfs_scan_commit_list -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc11d525 nfs_commit_free -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd58ec84 nfs_link -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf030415 nfs_fscache_open_file -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0a208bc nfs_close_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6e69543 nfs_dentry_operations -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8d585c0 nfs_wait_on_request -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd90939be nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9671c36 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcaa255ce nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb514880 nfs_server_remove_lists EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb4f14d0 nfs_create_rpc_client -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde19d15f nfs_access_zap_cache -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2885c3a nfs_filemap_write_and_wait_range -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a0bbe4 nfs_client_init_status -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2ba0cc6 nfs_umount_begin -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe36bf77f nfs_unlink -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed70376c nfs_write_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed7371cf nfs_client_init_is_complete -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedb112b8 nfs_free_inode -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedc6653f nfs_server_copy_userdata -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf02d6ca3 nfs_file_fsync -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0e34290 alloc_nfs_open_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf639d0d8 nfs_initiate_commit -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf63c15c9 nfs_add_or_obtain -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6e07685 nfs_server_insert_lists -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7422632 nfs_open -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfad4a3ad nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbd9d508 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc746745 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde22223b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde361951 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdefc5e0c nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfa5ab42 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe36dd093 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe83bee41 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe83f7cd2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8d4b0a8 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe904729f nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe94c467c nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9ef1c2b nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed2de1fa nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedaa4426 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf50b6738 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb50b918 nfs_add_or_obtain EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc742b54 nfs_mark_client_ready -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfce64da7 nfs_generic_pgio -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd09b87d nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd42fdfa nfs_mkdir EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7adc4f nfs_alloc_fattr -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe4df138 nfs_get_lock_context -EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb99fbd nfs_set_sb_security -EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x760a6957 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd9a5d41 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe146192 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffa8f0cd nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffdc07f2 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x1ccaca2e nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01893914 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0451dfe5 pnfs_generic_clear_request_commit EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0be99e0a pnfs_generic_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x111f8b98 pnfs_report_layoutstat -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13183547 nfs4_schedule_stateid_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13952261 pnfs_generic_pg_test -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13e9a27a pnfs_destroy_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15e54da5 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x056725d4 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c39fef8 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d56decd pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x118e57a6 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11eee3de pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x137a4948 nfs4_find_get_deviceid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163831c3 __tracepoint_nfs4_pnfs_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1843b637 pnfs_generic_pg_check_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cdde079 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1fbcdc8c pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20393c9c pnfs_generic_pg_init_read EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x208f5c30 __tracepoint_pnfs_mds_fallback_read_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20c97e49 pnfs_layout_mark_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21d43329 nfs4_set_ds_client -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d2b63ad nfs4_decode_mp_ds_addr -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2feba004 pnfs_generic_prepare_to_resend_writes -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33bd83ef nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27d8de36 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27e57803 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fac36f9 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fb0e2bd nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36491f88 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3809c757 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39b662a3 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39e06557 nfs4_set_rw_stateid EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7d84cc __tracepoint_pnfs_mds_fallback_write_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43998408 nfs4_pnfs_ds_connect -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x442bd997 pnfs_read_done_resend_to_mds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b10e956 pnfs_generic_pg_writepages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b43793d nfs41_sequence_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4dbe4bda nfs_remove_bad_delegation -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f070af9 nfs4_schedule_migration_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50744031 pnfs_generic_write_commit_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50d7f8c6 nfs4_mark_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5227bf84 nfs4_setup_sequence -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x536ac703 pnfs_generic_scan_commit_lists -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x584beaea nfs4_find_get_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ac20e9e pnfs_put_lseg -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fd99f7d pnfs_read_resend_pnfs -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x604ec6ac pnfs_unregister_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66b6a656 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d8f3faa pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43be75d7 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x455e05d5 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x468f74d8 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bc6c8f3 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59a4431b nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6160bc85 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x656220c3 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x656fff8b nfs4_schedule_stateid_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c9f9567 nfs4_put_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70c326b0 nfs4_pnfs_ds_put -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x732540d1 pnfs_layoutcommit_inode -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x740c9e18 nfs4_test_deviceid_unavailable -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75f1e66f pnfs_generic_commit_pagelist -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x781612e2 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ffb7d79 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7068ee22 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x707f4e15 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x727f3464 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76f93c9b nfs4_find_or_create_ds_client EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ecf37b __tracepoint_pnfs_mds_fallback_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x818876ec pnfs_generic_pg_readpages -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86ba475c nfs4_test_session_trunk -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ba47c3c pnfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94b179f3 nfs4_delete_deviceid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ab6ee58 nfs42_proc_layouterror -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa059f12d nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c04d964 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x863a87e4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8863aee8 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ddb2744 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9410eb6a nfs4_schedule_lease_moved_recovery EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa319bfee __tracepoint_pnfs_mds_fallback_pg_init_read -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa61908c3 nfs4_schedule_lease_moved_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa92be95b pnfs_update_layout -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf52a932 pnfs_generic_pg_init_write -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6b4c7a3 nfs4_init_ds_session -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc6906e3 nfs4_init_deviceid_node -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbed9fc04 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3cb0cf9 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac8b720a nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xace556ea pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb00b8364 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb43f88c5 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb477bc89 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8ab8803 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf25ee09 pnfs_generic_recover_commit_reqs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3331772 nfs_map_string_to_numeric -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4dd7869 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8fd7a96 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd922862 pnfs_generic_pg_writepages EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ed7dda __tracepoint_pnfs_mds_fallback_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7ddf16d nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9ba79e5 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbbb84d7 pnfs_set_lo_fail EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc29230a __tracepoint_pnfs_mds_fallback_pg_get_mirror_count -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdcdea170 pnfs_nfs_generic_sync -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde094f6e pnfs_generic_layout_insert_lseg EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf05942f __tracepoint_nfs4_pnfs_commit_ds -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1f349f9 nfs4_schedule_session_recovery -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6454841 pnfs_error_mark_layout_for_return -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe907ab40 pnfs_ld_write_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb208f4d pnfs_set_layoutcommit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec300a7f pnfs_generic_clear_request_commit -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeca48a51 nfs4_set_rw_stateid -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xecb0ed8e pnfs_register_layoutdriver -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed1403e0 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0d0f63b nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4330cd8 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe43c6a16 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe44bf7d1 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5fb223b nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8b77e5c pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe94ea6dd pnfs_read_resend_pnfs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed1b1c51 pnfs_destroy_layout EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee960d9f __tracepoint_pnfs_mds_fallback_read_done -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf279516b pnfs_generic_recover_commit_reqs EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8b8c502 pnfs_generic_pg_test EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release -EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdae937f nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcbecd87 pnfs_write_done_resend_to_mds EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x00f9e722 locks_start_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x14f542e5 opens_in_grace EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace @@ -8460,408 +8461,410 @@ EXPORT_SYMBOL_GPL net/802/stp 0xb42796f4 stp_proto_unregister EXPORT_SYMBOL_GPL net/802/stp 0xdecda0d4 stp_proto_register EXPORT_SYMBOL_GPL net/9p/9pnet 0x7c2eaad9 p9_client_xattrwalk EXPORT_SYMBOL_GPL net/9p/9pnet 0xd29e347e p9_client_xattrcreate -EXPORT_SYMBOL_GPL net/bridge/bridge 0x26946e91 br_vlan_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x295c316f br_fdb_find_port -EXPORT_SYMBOL_GPL net/bridge/bridge 0x2c1d0f53 br_multicast_has_querier_anywhere -EXPORT_SYMBOL_GPL net/bridge/bridge 0x3f620520 br_vlan_get_proto -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b9f90fe br_multicast_list_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0x4e0b91a4 br_forward -EXPORT_SYMBOL_GPL net/bridge/bridge 0x55398615 nf_br_ops -EXPORT_SYMBOL_GPL net/bridge/bridge 0x5ae80fd6 br_multicast_router -EXPORT_SYMBOL_GPL net/bridge/bridge 0x67c6bb03 br_port_flag_is_set -EXPORT_SYMBOL_GPL net/bridge/bridge 0x690cbb57 br_vlan_get_pvid -EXPORT_SYMBOL_GPL net/bridge/bridge 0x77f91a46 br_multicast_enabled -EXPORT_SYMBOL_GPL net/bridge/bridge 0x9ede17c7 br_handle_frame_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0x9f9650bd br_vlan_get_pvid_rcu -EXPORT_SYMBOL_GPL net/bridge/bridge 0xa52219e9 br_multicast_has_querier_adjacent -EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5936441 br_fdb_clear_offload -EXPORT_SYMBOL_GPL net/bridge/bridge 0xc2ba10ec br_vlan_get_info -EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb45adb4 br_forward_finish -EXPORT_SYMBOL_GPL net/bridge/bridge 0xe02bc19b br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0462808b br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0cb85da7 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2630600a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2bde57bb br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x644b43c7 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x704626c3 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x749c8cf5 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x787f655c br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8d41a8b0 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa7735c7e br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaab797e7 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc544bfdb br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd48af2ce br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xee79f930 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf0a8d14b br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf98dd4b6 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfae4fee5 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfdcbd3f0 br_forward EXPORT_SYMBOL_GPL net/core/failover 0x1f4dbaca failover_slave_unregister EXPORT_SYMBOL_GPL net/core/failover 0x32a9a33a failover_unregister EXPORT_SYMBOL_GPL net/core/failover 0xb67d8ace failover_register -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0190a4fc dccp_set_state -EXPORT_SYMBOL_GPL net/dccp/dccp 0x08356497 inet_dccp_listen -EXPORT_SYMBOL_GPL net/dccp/dccp 0x0c8aea97 dccp_create_openreq_child -EXPORT_SYMBOL_GPL net/dccp/dccp 0x13de3a8c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x02a40ea9 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x075e63b0 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dad11a7 dccp_send_sync EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add -EXPORT_SYMBOL_GPL net/dccp/dccp 0x1fdaed13 dccp_recvmsg -EXPORT_SYMBOL_GPL net/dccp/dccp 0x28e74347 dccp_insert_option -EXPORT_SYMBOL_GPL net/dccp/dccp 0x29922a67 dccp_make_response -EXPORT_SYMBOL_GPL net/dccp/dccp 0x2ff7063d dccp_disconnect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x32addc49 dccp_connect -EXPORT_SYMBOL_GPL net/dccp/dccp 0x38a369ef dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ca22d08 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20a2382f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2528ce8f dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36560aea dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x427fe419 dccp_rcv_established EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge -EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ebb0745 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ed4eb7c dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x52ee4482 dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x535c843c dccp_orphan_count -EXPORT_SYMBOL_GPL net/dccp/dccp 0x563d818d compat_dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x58722715 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54d31bac dccp_send_ack EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics -EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ed42322 dccp_shutdown -EXPORT_SYMBOL_GPL net/dccp/dccp 0x609c2939 dccp_feat_nn_get -EXPORT_SYMBOL_GPL net/dccp/dccp 0x60da611b dccp_send_ack -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6153b971 dccp_ctl_make_reset -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b1659c5 dccp_rcv_state_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0x6cbf5864 dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x73bf43f8 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6670c4ef dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6cfecde8 dccp_feat_nn_get EXPORT_SYMBOL_GPL net/dccp/dccp 0x74203431 dccp_hashinfo -EXPORT_SYMBOL_GPL net/dccp/dccp 0x762d349b dccp_send_sync -EXPORT_SYMBOL_GPL net/dccp/dccp 0x7eb9d759 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x79b65ce1 compat_dccp_getsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp -EXPORT_SYMBOL_GPL net/dccp/dccp 0x80b72b49 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x829f591d compat_dccp_setsockopt EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name -EXPORT_SYMBOL_GPL net/dccp/dccp 0x89c7dc5d compat_dccp_setsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0x8b81b5eb dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x902aaaee dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x929848e5 dccp_done EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup -EXPORT_SYMBOL_GPL net/dccp/dccp 0x9aa0e5a4 dccp_init_sock -EXPORT_SYMBOL_GPL net/dccp/dccp 0xa7c8f444 dccp_ioctl -EXPORT_SYMBOL_GPL net/dccp/dccp 0xabe0b9cb dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa30be834 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa3b9399d dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa3f6eee7 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa4e1d54a dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa81423a6 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb6292ba3 dccp_make_response EXPORT_SYMBOL_GPL net/dccp/dccp 0xb78ee43e dccp_death_row -EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc0feca8 dccp_child_process -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe155f5b9 dccp_getsockopt -EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2ada946 dccp_poll -EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8a56627 dccp_done -EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe1281f4 dccp_check_req -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2d0641eb dccp_invalid_packet -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x33512cee dccp_v4_connect -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa62ab207 dccp_v4_conn_request -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb4a4c613 dccp_v4_request_recv_sock -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd35d5a60 dccp_v4_send_check -EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd7b9a834 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp 0xba11ad38 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcb50cae5 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcdc4ef47 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf0f9eb0 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd23c3c7b dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd6a199a2 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdfaf90f6 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb111496 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8fa2d7f dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe89933f inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x60dd1932 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x75835999 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9fdb7aaf dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc3fe105b dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd3bab2b2 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfff9f443 dccp_v4_request_recv_sock EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode EXPORT_SYMBOL_GPL net/ife/ife 0x7ef90c20 ife_decode EXPORT_SYMBOL_GPL net/ife/ife 0x826c2eb6 ife_encode EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode -EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2726206a esp_input_done2 -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xd00d26df esp_output_head -EXPORT_SYMBOL_GPL net/ipv4/esp4 0xea53168e esp_output_tail -EXPORT_SYMBOL_GPL net/ipv4/gre 0x2bb9dda9 gre_del_protocol -EXPORT_SYMBOL_GPL net/ipv4/gre 0x8f413f96 gre_add_protocol -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0393c75b inet_diag_msg_attrs_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2e2dba87 inet_sk_diag_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x33db5ebf inet_diag_msg_common_fill -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x45d99780 inet_diag_dump_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6cfd31eb inet_diag_find_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7eaa3396 inet_diag_register -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb4089792 inet_diag_dump_one_icsk -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcf553ea7 inet_diag_unregister -EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf1ce67c4 inet_diag_bc_sk -EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x680e7938 gretap_fb_dev_create -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x15bee974 ip_tunnel_newlink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x26e9a752 ip_tunnel_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x36f26dc7 ip_tunnel_ioctl -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x433a0631 __ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x49bab086 ip_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6361d0dd ip_tunnel_uninit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72315244 ip_tunnel_encap_setup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7e1093aa ip_tunnel_changelink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8185f92e ip_md_tunnel_xmit -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8a89e408 ip_tunnel_dellink -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x93c35ba3 ip_tunnel_rcv -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xba8b79ee ip_tunnel_change_mtu -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc2ee7eb7 ip_tunnel_init_net -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc8180da1 ip_tunnel_lookup -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd867f735 ip_tunnel_init -EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdd079be4 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x96e3cd4c esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xa808c3f1 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xeb19868e esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x30c3382c gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc0da7165 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3f81cace inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5221e0ed inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5b7d7d17 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x69dc0ecf inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6ee76807 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7bba0507 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8284d418 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb2b724bb inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb76a01e3 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x07b53437 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x125541bf ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x34c7dc57 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4a05ba6a __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54a2c5f0 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x559ea963 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x576edb95 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6a6cd8fe ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x892b143a ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8f7f79da ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9133874e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xacdee687 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbf15ea83 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc1c93f90 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc31c214c ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc352e1a2 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfcd6d99f ip_tunnel_dellink EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x60fe99b4 arpt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9d9f0ebf ipt_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x1fe82ed7 nf_defrag_ipv4_enable -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xcffa731f nf_dup_ipv4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x08da9cc5 nf_send_unreach -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x13e5a016 nf_send_reset -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x996c1f71 nf_reject_ip_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd80c08f6 nf_reject_iphdr_put -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfe7450d8 nf_reject_ip_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xfbb89ec1 nf_sk_lookup_slow_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0fcd19ca nf_tproxy_laddr4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2737de55 nf_tproxy_get_sock_v4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xa913867e nf_tproxy_handle_time_wait4 -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xecdcfeac nft_fib4_eval -EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xff656cbf nft_fib4_eval_type -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3e15c58d tcp_vegas_init -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x648d8900 tcp_vegas_cwnd_event -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x66626880 tcp_vegas_pkts_acked -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9bc125dd tcp_vegas_get_info -EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xae1302cb tcp_vegas_state -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x10564c2c udp_tunnel_sock_release -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1b1faa34 udp_tunnel_drop_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4f7fc42d udp_tunnel_notify_del_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x751c0ae3 udp_tunnel_push_rx_port -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x77f05440 setup_udp_tunnel_sock -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9bfec6af udp_tun_rx_dst -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdf9be961 udp_tunnel_xmit_skb -EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfbfc9579 udp_tunnel_notify_add_rx_port -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0a558748 esp6_input_done2 -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x494ecbdb esp6_output_head -EXPORT_SYMBOL_GPL net/ipv6/esp6 0x910ff22a esp6_output_tail -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1d3bc396 ip6_tnl_encap_setup -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8f18f621 ip6_tnl_rcv_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x93688666 ip6_tnl_xmit_ctl -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x239e158d udp_sock_create6 -EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x266dd946 udp_tunnel6_xmit_skb -EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x0f0b11ab ip6t_alloc_initial_table -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x01fa3ed6 nf_ct_frag6_gather -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x519f0e8d nf_defrag_ipv6_enable -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xa2489efc nf_dup_ipv6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x0d060e68 nf_send_reset6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3bf8bb1b nf_reject_ip6hdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9a76e48e nf_reject_ip6_tcphdr_put -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9d24655a nf_send_unreach6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe74b2a7d nf_reject_ip6_tcphdr_get -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x7cdf3fa8 nf_sk_lookup_slow_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x0da78ada nf_tproxy_laddr6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x88da03ef nf_tproxy_handle_time_wait6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xce3adc7f nf_tproxy_get_sock_v6 -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x1806b1a2 nft_fib6_eval_type -EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x76c7a943 nft_fib6_eval -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x06439e41 l2tp_session_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1b4d6c73 l2tp_session_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1dcb0543 l2tp_session_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x327e65f0 l2tp_tunnel_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3c13817e l2tp_xmit_skb -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3dd88cb1 l2tp_tunnel_register -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4220a9ab l2tp_session_get_nth -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x442fa8d1 __l2tp_session_unhash -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6f339b5b l2tp_tunnel_get -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7cba4ab1 l2tp_tunnel_delete -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x81399c1f l2tp_session_get_by_ifname -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa39ceba2 l2tp_udp_encap_recv -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa566ae50 l2tp_tunnel_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac212483 l2tp_session_set_header_len -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcae95574 l2tp_session_create -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe484b20a l2tp_tunnel_get_session -EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf11893d4 l2tp_session_free +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x4f755689 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xe06e9d2f nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xd1058362 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3e560940 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x419dadd1 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4eb70213 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6cf71b47 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xcaaf928b nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xb5366d22 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1e509899 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x374a6587 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xffd41ad0 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x1b3c9adf nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf4966455 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6275db17 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7bcbb2b7 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa05a835a tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbbac778f tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcdebf680 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x10645f67 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1ae2d5b0 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2723f211 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4d376399 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x73e943de udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x813dff7f setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcc218d56 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1935bce udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0ce920fa esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb7b0c579 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc7669e2a esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x01b3d396 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0b5c4005 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x91ae4945 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x53989f4f udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xb428eb91 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6cec509f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3676fe3e nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7d83ca72 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xf733cdf2 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x242222da nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x600e4ceb nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x98f9fc93 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xae0d3f8e nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf38b64fb nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x3251cc4b nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4edb216b nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7efa141d nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf0be38a6 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x3a4d4884 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xfc159802 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0442c680 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0701b9b5 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0cd94de1 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x58903db8 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x593fda99 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5cb430e8 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x62387fa9 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6ee1b5ab l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8018ad6c l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x809fd596 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8e1dc588 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a9ef37a l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa3e17bd0 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa5ee0ea7 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa6c2cec2 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbe16c13c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xea9a6e41 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x072c5bfe l2tp_nl_register_ops EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops -EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x80007c85 l2tp_nl_register_ops -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8bd406d0 mpls_stats_inc_outucastpkts -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd9a79ec3 nla_put_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xdd3c7272 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2be659c7 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4064392c nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x76349cde mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x84211031 mpls_dev_mtu EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe413b0a4 nla_get_labels -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf2419928 mpls_dev_mtu -EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xfa214d10 mpls_pkt_too_big -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x099c7091 ip_set_add +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xee966622 mpls_stats_inc_outucastpkts EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0b2310aa ip_set_alloc -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x137ee633 ip_set_elem_len -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x16bd391f ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0db3b5fe ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x10011e02 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x138b19d6 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1c94e0ad ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22879aa3 ip_set_put_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x38cf8dc5 ip_set_get_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x48c4a86b ip_set_name_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5037d31f ip_set_match_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x53cd5f82 ip_set_type_unregister -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x62876b16 ip_set_test -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x650b20fe ip_set_type_register -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6677ff91 ip_set_nfnl_put -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x703bee6f ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3f6bf2b5 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x46041522 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4c6c2496 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x56749570 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5a6fab7e ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5d2d192e ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x629889aa ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6cfe777c ip_set_get_extensions EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81105474 ip_set_put_byindex -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x817bb5cb ip_set_nfnl_get_byindex EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9a041636 ip_set_add EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa6704c25 ip_set_get_byname -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb8d7154e ip_set_del -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc8f7141b ip_set_get_ip4_port -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcae429ca ip_set_put_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcfb2b707 ip_set_extensions -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x078f92c5 register_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2f53d7ba ip_vs_conn_in_get_proto -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc267783a unregister_ip_vs_pe -EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe10f0e99 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xba6ae0ec ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5556370 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5d31a14 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfd467ef5 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x13b066e8 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3493471e ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa76823ec register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd35bb498 ip_vs_conn_in_get_proto EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3f85489c nf_conncount_list_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x41da6b70 nf_conncount_add EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4af54be0 nf_conncount_cache_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x58a9ec52 nf_conncount_count -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc7f2bece nf_conncount_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd45f7f55 nf_conncount_gc_list -EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdf5006da nf_conncount_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0715763b nf_ct_expect_iterate_net -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a4d2099 nf_ct_expect_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b8c4730 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x78681e1c nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8ea1efc7 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa0a68884 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xad841729 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe0742e09 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02870865 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09c02611 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0adf6fc9 nf_ct_expect_init EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c754ee3 nf_connlabels_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d16dfba nf_ct_helper_expectfn_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f3cddb4 nf_conntrack_in -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11459527 __nf_ct_expect_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11b0fcc4 nf_ct_expect_related_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12a130f7 nf_nat_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1495f463 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bddef6f nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0df80bc2 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x10333297 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1392dca6 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x150edfe4 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x172cf83c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1af18e33 nf_ct_unconfirmed_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e380d99 nf_conntrack_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ed3747e nf_ct_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f204c52 __nf_conntrack_helper_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x209202ea nf_ct_bridge_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2172a442 nf_ct_seq_adjust -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2332da6f nf_ct_netns_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x271475d2 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e613814 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20b4e7cb nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2441ee47 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x288ee947 nf_ct_remove_expect EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c626ec6 nf_ct_delete -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dc0d2ce nf_ct_helper_expectfn_find_by_symbol -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30d3824c nf_conntrack_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30d5b24e nf_ct_seq_offset -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33699974 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x360031ac nf_ct_bridge_register EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36ea7eed nf_ct_port_nla_policy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3707a0bf nf_ct_remove_expectations -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bd3a4e6 nf_ct_tmpl_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x405cc404 nf_confirm -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x406825ff nf_ct_unconfirmed_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40d1eae3 nf_ct_seqadj_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46e61e94 nf_conntrack_hash_check_insert -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4987be07 nf_ct_get_tuplepr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c57c76f nf_conntrack_set_hashsize -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fa289f5 nf_ct_expect_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51be2006 nf_conntrack_helper_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x581c6fa4 nf_conntrack_alter_reply -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aacf918 nf_ct_expect_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x629da79b nf_connlabels_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65bf1fa0 nf_ct_timeout_find_get_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6619ed60 nf_ct_expect_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x669950e6 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37024f28 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3996941a nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a300492 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x416fae99 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46c0a752 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4837991b __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b5535a7 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f0fa138 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x500a06bc nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x50550e41 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x577a8549 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c83f62e nf_ct_seqadj_set EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x699682ae nf_conntrack_unregister_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x730e0d8c nf_ct_netns_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x745cd85f nf_ct_helper_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x757b301f nf_ct_iterate_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x763e9db2 nf_ct_unexpect_related -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x770cd70c nf_ct_extend_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7723cce5 nf_ct_l4proto_find -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c6cf2e4 nf_conntrack_helpers_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f51eddb nf_ct_tmpl_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b936609 nf_ct_get_id -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f3a52dd nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cc907d7 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6dc27da3 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e14fb04 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x705634e9 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73768a2e nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75694abc nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7904cc1b nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a2dec1c nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e729416 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8074b175 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x877eb4c1 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89f57d65 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b742cfa nf_conntrack_tuple_taken EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9042e362 nf_conntrack_expect_lock -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94dca61c nf_conntrack_helper_try_module_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f99dcc3 nf_ct_bridge_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa24e3737 nf_ct_gre_keymap_destroy -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa56f8cb6 __nf_ct_refresh_acct -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa67e756a nf_ct_set_timeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8ae9f48 nf_ct_helper_log -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8bb5c60 nf_conntrack_eventmask_report -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab904a19 nf_ct_tcp_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabaed038 nf_ct_helper_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacafb415 nf_ct_port_tuple_to_nlattr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0eca470 nf_ct_timeout_put_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2d7c5a9 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93bfefc5 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96c32473 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bbf4912 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cc0dbb8 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cf64228 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ef7e4d6 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0271f52 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa40b4358 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa57354ac nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7f297fe nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa8b967d nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaad0d7b0 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaebce641 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2b82678 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb53ce9e2 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb55e19c3 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6bf659d nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb782bb29 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb83a668d nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb882608e nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb90fb54f nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbca0b0a3 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbef0b5cb nf_ct_helper_expectfn_find_by_symbol EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3010d14 nf_confirm EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b23eef nf_ct_port_nlattr_to_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc89f51f6 nf_ct_expect_register_notifier -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc951a30c nf_connlabels_replace -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca1d044e nf_l4proto_log_invalid -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd8c303d nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc847d7ec nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb6a32d0 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf1572c0 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3eb1952 nf_nat_helper_put EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5cb554a nf_ct_deliver_cached_events -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5d88104 nf_ct_untimeout -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6970f09 nf_ct_remove_expect -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdcc9e24e nf_nat_helper_register -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdefcdac4 nf_conntrack_tuple_taken -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1052f5c nf_conntrack_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6d04eea nf_ct_seqadj_set -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb7d7b0a nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8671816 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdae2f188 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd0a536e nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddfa5293 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea1016da nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebd321db nf_ct_expect_find_get EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedf8ce51 nf_nat_helper_unregister EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee0b7a31 nf_conntrack_locks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf04aa6b0 nf_conntrack_free -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf095ee6f nf_ct_expect_init -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1e43409 nf_ct_extend_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2ee1b77 nf_ct_destroy_timeout EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf54aa1f1 nf_conntrack_helpers_unregister -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6b17028 nf_conntrack_find_get -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe1c605a nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf470179c nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf543a9fa nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6f3975b nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7ca0c39 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbdca0ec nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfdfb3161 nf_conntrack_alloc EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe731af8 nf_ct_invert_tuple -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff9b65fe nf_conntrack_helper_put -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x37074729 nf_nat_amanda_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x30657767 nf_conntrack_broadcast_help -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x242b181d nf_nat_ftp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1315889d nat_rtp_rtcp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x24df96ce nat_h245_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x25d2444b set_ras_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7626c338 nat_t120_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x80e435d2 set_sig_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9994db48 nat_callforwarding_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xaef2f148 nat_q931_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc119faa5 set_h225_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd9b0865d set_h245_addr_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf528d949 get_h225_addr -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x925c5b33 nf_nat_irc_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x200cba7e nf_nat_pptp_hook_outbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6dba807f nf_nat_pptp_hook_exp_gre -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8e39d08d nf_nat_pptp_hook_inbound -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8e73a7d6 nf_nat_pptp_hook_expectfn -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x13dd024e ct_sip_parse_numerical_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2c4e665d ct_sip_parse_request -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x588177a0 ct_sip_parse_address_param -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9306a367 nf_nat_sip_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb5e91840 ct_sip_get_sdp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe7884916 ct_sip_get_header -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xee2f6da8 ct_sip_parse_header_uri -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x7ccdd464 nf_nat_snmp_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x7c9bb741 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff7ca87c nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xf25d7d46 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xd2ce1582 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x87466aca nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0c26b876 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x336dd29c nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3b604a2d set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x500ff8db set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5b53a62f set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x720c1c43 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8fd4a4b0 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdc7a4240 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf3da1646 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf3e1b261 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xe4d124d0 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x19bd0b18 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x2182738b nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3cf0cd7b nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x679e8131 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x08570021 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3440403c nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x367e1883 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4c3d75d1 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4f6b2bde ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe18be610 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfb4588bf ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2ba3f0f6 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xade812c3 nf_nat_tftp_hook EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xb3e89af0 nf_fwd_netdev_egress EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xbe6c6609 nft_fwd_dup_netdev_offload EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xdb62e486 nf_dup_netdev_egress -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x18d9ba55 nf_flow_offload_ipv6_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1fce0c0e flow_offload_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4f8941fb nf_flow_table_init -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x57ee485f flow_offload_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x64a69592 nf_flow_offload_ip_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x66c5f6c4 nf_flow_dnat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6bc4f0c5 nf_flow_snat_port -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6e2446af flow_offload_add -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8539d0b5 nf_flow_table_free -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbc2e104c nf_flow_table_cleanup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf4d12cfa flow_offload_lookup -EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfa7b3600 flow_offload_teardown -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x342b1c6a nf_log_dump_vlan -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x893abf9c nf_log_l2packet -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x982d4e12 nf_log_dump_udp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa7e75211 nf_log_dump_tcp_header -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xa95047d7 nf_log_dump_sk_uid_gid -EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xe5aa653d nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0b2ccb8a nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x132569df nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15e30dfd nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2874ff5a flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x357cf0d7 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5fb821d7 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x64bf8165 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbcf66996 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcb849542 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd213635d nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe307bbd1 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfab0bdef nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x73a16241 nf_log_dump_udp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x84fbf7d6 nf_log_dump_packet_common +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x8c70ef15 nf_log_dump_vlan +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x9713fd91 nf_log_dump_sk_uid_gid +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0x9c2f45a9 nf_log_dump_tcp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_log_common 0xb63e6266 nf_log_l2packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0c07232e nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x25a823e4 nf_nat_inet_fn EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x62f4d66b nf_nat_packet -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x671c6606 nf_nat_ipv4_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7324768b nf_nat_inet_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7e4ff870 nf_nat_ipv4_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x813b69e8 nf_nat_alloc_null_binding -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a54fd3c nf_nat_inet_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa36c6e37 nf_nat_ipv6_register_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb2fda9b6 nf_nat_redirect_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb38d0319 nf_nat_icmpv6_reply_translation -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb55abe59 nf_ct_nat_ext_add -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbb31b671 nf_nat_masquerade_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc1485496 nf_nat_ipv6_unregister_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc40e13ea nf_nat_masquerade_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9633334 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4464fbee nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a56bf20 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58df2331 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x674a22b4 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x723cadb1 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x787a740c nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x82956ac7 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x867f3f78 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x87a52c9d nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb32ca02c nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcf49d9e6 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd0f72b9e nf_ct_nat_ext_add EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe3014f37 nf_nat_redirect_ipv4 -EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xef0fed22 nf_nat_inet_fn -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x01423aca synproxy_send_client_synack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x07d3213a synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe2e8763a nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xeae0f356 nf_nat_masquerade_ipv4 EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5c2d327b ipv6_synproxy_hook -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x872abf1e nf_synproxy_ipv4_init -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9567d7e0 nf_synproxy_ipv4_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9c8b00e9 synproxy_recv_client_ack_ipv6 -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa39207a6 nf_synproxy_ipv6_fini -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb1df6f58 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3d930d26 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x47f60faf synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4a85613c nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4e391938 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4f01bd93 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5096e376 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x686ed1be nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x727d53f4 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8dd4f8b3 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbb48a163 synproxy_recv_client_ack EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd638e71a synproxy_send_client_synack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe27d06c2 synproxy_recv_client_ack -EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfbda02a9 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfd8d0f02 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x05c1b20a nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09ed3927 nft_unregister_expr -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b3fcce2 nft_meta_set_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0cffe195 nf_tables_deactivate_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f4d32f5 nft_register_expr EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1139dc98 nft_obj_notify -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1acff09b nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6b75a3 nft_parse_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1fbf1f58 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c4d95c7 nft_meta_set_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e144417 nft_validate_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x40042e34 nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x43d2e57e nft_unregister_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46efd2f4 nft_chain_validate @@ -8872,23 +8875,21 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5170e7f3 nft_meta_policy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x518f3842 nft_data_dump EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x57284a43 nft_dump_register EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5965d2e5 nft_chain_validate_hooks -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d89335d nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e42bcb5 nft_chain_validate_dependency EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x64a69cc3 nft_register_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6d404c4c nft_set_elem_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6ea03f31 nft_set_gc_batch_alloc -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75091693 nft_meta_get_dump -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7e77c4ce nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fcb51a9 nft_data_release -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84cfadfb nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84484e51 nft_meta_get_eval EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85430a76 nft_validate_register_load EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x89c26f83 nft_unregister_obj EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d0fdbd1 nft_unregister_chain_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f64be30 nft_set_ext_types -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa4925b2a nft_meta_set_destroy EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa5548189 nft_unregister_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa758f4a5 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa7c90996 nft_meta_get_init EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaddf1d28 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae452900 nft_meta_set_validate EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4287f5a nf_tables_deactivate_flowtable EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf63bb61 nft_set_gc_batch_release EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc2cbc0c1 nft_flowtable_lookup @@ -8898,7 +8899,7 @@ EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd387aa42 nf_tables_destroy_set EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xddef4546 nft_register_flowtable_type EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea5cdec8 nft_set_lookup_global -EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf71854cf nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4ea3b10 nft_meta_set_init EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x029d4c6c nfnetlink_unicast EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1dda70b7 nfnetlink_subsys_register EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x326df93c nfnetlink_send @@ -8911,387 +8912,387 @@ EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbdcedbe1 nfnl_acct_update EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe9993582 nfnl_acct_overquota EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf67938af nfnl_acct_find_get -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x30f846a9 nf_osf_match EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers -EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x59315880 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x5b17e75e nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x8e9e73f3 nf_osf_find EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2efbdb1d nft_fib_validate EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc1121e3b nft_fib_store_result EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcd5133cb nft_fib_dump EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd5110712 nft_fib_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5c670d28 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3598f424 nft_reject_dump EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa5f71562 nft_reject_policy -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xcec9b7f8 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb58d6542 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc6b1a53b nft_reject_init EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code -EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe5d6db03 nft_reject_dump EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x081a31e7 xt_check_target -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x17069788 xt_request_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2080b7cc xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0f65bf5e xt_request_find_table_lock EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24c8e482 xt_copy_counters_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33ec4b79 xt_check_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3e110019 xt_replace_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f0a413a xt_compat_target_from_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f4742fe xt_request_find_match -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60c7bc3e xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28aeff0d xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ee55272 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4e47e4bb xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5be48a03 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d038013 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x629e648f xt_compat_match_from_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7c81ab30 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7dce6884 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7fc8232b xt_match_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9376cf1e xt_hook_ops_alloc -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x96da1078 xt_unregister_table -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98541803 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x835f9ad9 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94926902 xt_request_find_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa10aa97b xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa708e999 xt_request_find_match EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xab015bc7 xt_compat_match_offset -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbde632e0 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa84e5622 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xadd9a4d8 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb3a8f39d xt_compat_match_offset EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc6ceb218 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc75368fe xt_target_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xce5661ac xt_request_find_target EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd356b01a xt_hook_ops_alloc EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd459e62c xt_proto_fini -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdb718720 xt_compat_match_to_user EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf26aee17 xt_compat_target_to_user -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf857fa08 xt_find_table_lock -EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfed090d0 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf090e35b xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf961b0a8 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfa345eea xt_compat_match_to_user EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xb081ecf9 xt_rateest_put EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc5573fca xt_rateest_lookup EXPORT_SYMBOL_GPL net/nsh/nsh 0x3385dd4f nsh_pop EXPORT_SYMBOL_GPL net/nsh/nsh 0xd56768d6 nsh_push -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x19984941 ovs_netdev_tunnel_destroy -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3529690c ovs_vport_alloc -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x538159e2 ovs_netdev_link -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x67f55aed ovs_vport_free -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x81e14403 __ovs_vport_ops_register -EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc6056235 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x645106ba ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x91e78ede ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb7d3f3aa ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xcccadb79 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe6dffeb7 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf38ccf8a __ovs_vport_ops_register EXPORT_SYMBOL_GPL net/psample/psample 0x8c60ff66 psample_group_put EXPORT_SYMBOL_GPL net/psample/psample 0xa70a5fc0 psample_group_take EXPORT_SYMBOL_GPL net/psample/psample 0xeae0240e psample_group_get EXPORT_SYMBOL_GPL net/psample/psample 0xfc7ee861 psample_sample_packet EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq -EXPORT_SYMBOL_GPL net/rds/rds 0x08245744 rds_atomic_send_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x0b8456f7 rds_send_path_reset -EXPORT_SYMBOL_GPL net/rds/rds 0x24378ea5 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x00d420af rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x0f335ecf rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x1d55f34c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x2248b3e1 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x23732396 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x294f0f09 rds_send_drop_acked EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x321a637c rds_send_path_reset EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3b217970 rds_conn_create EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp -EXPORT_SYMBOL_GPL net/rds/rds 0x4a00bc28 rds_send_ping -EXPORT_SYMBOL_GPL net/rds/rds 0x4b81f4d0 rds_send_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0x4e599f1c rds_inc_put -EXPORT_SYMBOL_GPL net/rds/rds 0x569cd034 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x5828de8c rds_inc_put EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header -EXPORT_SYMBOL_GPL net/rds/rds 0x5b8b1eb2 rds_conn_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0x62e74a23 rds_send_xmit -EXPORT_SYMBOL_GPL net/rds/rds 0x6d584d31 rds_info_deregister_func -EXPORT_SYMBOL_GPL net/rds/rds 0x6f7f6a9c rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x5e38f2bd rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x605dd8d5 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x62f7c10a rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x66809ba5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x7af059bb rds_info_deregister_func EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc -EXPORT_SYMBOL_GPL net/rds/rds 0x88ee2511 rds_trans_register -EXPORT_SYMBOL_GPL net/rds/rds 0x8d7be453 rds_connect_path_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x9257b4c3 rds_connect_complete -EXPORT_SYMBOL_GPL net/rds/rds 0x95489164 rds_conn_create -EXPORT_SYMBOL_GPL net/rds/rds 0x9962de00 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x81543042 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x86391b70 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8919da9f rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x8a569346 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x8e6ae89d rds_connect_complete EXPORT_SYMBOL_GPL net/rds/rds 0x9d3193f1 rds_cong_map_updated -EXPORT_SYMBOL_GPL net/rds/rds 0x9e62a39a rds_conn_destroy -EXPORT_SYMBOL_GPL net/rds/rds 0xa88e019e rds_message_addref -EXPORT_SYMBOL_GPL net/rds/rds 0xad743452 rds_send_path_drop_acked -EXPORT_SYMBOL_GPL net/rds/rds 0xb2e34cf9 rds_conn_path_drop -EXPORT_SYMBOL_GPL net/rds/rds 0xc219a6bc rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x9e8e3fa0 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x9fd76de3 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xa4dc462a rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xbe37bd1b rds_conn_destroy EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xc7c549da rds_trans_unregister -EXPORT_SYMBOL_GPL net/rds/rds 0xda7a1a92 rds_info_register_func -EXPORT_SYMBOL_GPL net/rds/rds 0xdf4e478c rds_message_put -EXPORT_SYMBOL_GPL net/rds/rds 0xdfe3867a rds_conn_path_connect_if_down -EXPORT_SYMBOL_GPL net/rds/rds 0xebaa5247 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc384c186 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xccb817ea rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xcf1bf763 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe3b3e8d0 rds_atomic_send_complete EXPORT_SYMBOL_GPL net/rds/rds 0xf1bbab74 rds_stats_info_copy -EXPORT_SYMBOL_GPL net/rds/rds 0xf4173460 rds_recv_incoming -EXPORT_SYMBOL_GPL net/rds/rds 0xfbde3d88 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xfc4da462 rds_message_unmapped EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x32301c2c taprio_offload_get EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x592b2140 taprio_offload_free -EXPORT_SYMBOL_GPL net/sctp/sctp 0x1c218d06 sctp_transport_lookup_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0x1e8c9bcd sctp_transport_traverse_process -EXPORT_SYMBOL_GPL net/sctp/sctp 0xf7e4f788 sctp_for_each_endpoint -EXPORT_SYMBOL_GPL net/sctp/sctp 0xf8c132a1 sctp_get_sctp_info -EXPORT_SYMBOL_GPL net/smc/smc 0x31159648 smcd_handle_irq -EXPORT_SYMBOL_GPL net/smc/smc 0x62fb71e1 smc_hash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x8599b00e smcd_unregister_dev -EXPORT_SYMBOL_GPL net/smc/smc 0x870599b6 smc_unhash_sk -EXPORT_SYMBOL_GPL net/smc/smc 0x9f115c4a smcd_register_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xa5f129de smcd_handle_event -EXPORT_SYMBOL_GPL net/smc/smc 0xadfa96ab smcd_alloc_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xb4e319d4 smcd_free_dev -EXPORT_SYMBOL_GPL net/smc/smc 0xbda72c40 smc_proto6 -EXPORT_SYMBOL_GPL net/smc/smc 0xe16099a7 smc_proto +EXPORT_SYMBOL_GPL net/sctp/sctp 0x665ee77d sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x880fc719 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x9a53fda9 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb8688572 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x015336c5 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x13ca5b89 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x3afae628 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x425a6043 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x6c08e8da smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x75f1c97d smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x76b6d399 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x939e49b0 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xc49362da smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe70bfe6c smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1824fe48 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x387b4f93 gss_mech_unregister EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4934198f svcauth_gss_register_pseudoflavor -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd19007e1 svcauth_gss_flavor EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd842a29f gss_mech_unregister -EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf1c8804b gss_mech_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0095b42a rpc_wake_up_first -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0111487b rpc_clone_client_set_auth -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x026553fd xdr_terminate_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0391dcbe rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe5b214a2 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf589ddc5 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01ef6874 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x028183fa rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a34a46 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04053ed7 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04c54a24 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0592df16 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05c1464b xprt_wait_for_reply_request_rtt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0741f9f1 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06749751 xprt_alloc EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07cb2cb6 cache_seq_stop_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x095cb7f9 rpc_get_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09e42092 rpc_sleep_on_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09ee10ac rpc_shutdown_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0be6540c rpc_clnt_setup_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d1f3e77 xdr_encode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d9710f4 rpc_restart_call -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e82976a rpc_count_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fc4cf76 rpc_uaddr2sockaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1029312d rpc_d_lookup_sb -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x104fd054 xdr_commit_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x109fa651 rpc_pipe_generic_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x114ae07a xdr_write_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1285e343 xprt_unpin_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1599cff4 rpc_clnt_iterate_for_each_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x164aef34 xprt_reserve_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16800b75 svc_set_num_threads_sync -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x168d7266 rpc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e8e8bd xprt_release_xprt_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181461a8 xprt_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19301a22 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a8379ed rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b606d12 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b964ba9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e2142e4 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x104c249b rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10601781 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10a2d048 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10f3bff0 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x110700f0 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1304a2a1 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x146197fa rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14adeca5 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15eedad2 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17693e90 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x188e82c2 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19b0caff rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19d7f5bc svc_rpcb_setup EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a081dab rpc_destroy_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a845bae xdr_stream_decode_string_dup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a926db7 svc_xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b6f174f rpcauth_wrap_req_encode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c430669 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ccb45c5 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cde2671 xdr_buf_trim EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e8f4d09 sunrpc_init_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ed391aa rpc_init_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x213a6d0e rpcauth_lookupcred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22f8ad7f rpc_sleep_on -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2369cc48 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ef46a60 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f6cf23e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2121e14b gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x238d733c rpc_shutdown_client EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x251751b5 sunrpc_cache_pipe_upcall -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x269c2155 svc_fill_symlink_pathname -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26bf0f05 rpc_switch_client_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26ebfa71 xprt_wait_for_reply_request_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27339e71 svc_xprt_init -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x276e3fa0 xprt_wake_pending_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27fff6be xprt_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28264314 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2570013c rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25bcd06a rpc_clnt_setup_test_and_add_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29bf8192 rpc_wake_up_queued_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a96dd92 rpc_net_ns -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b58e2e1 xdr_decode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cc57f64 xdr_buf_from_iov -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d02c7a8 xdr_inline_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ed4c155 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x295d0c46 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29707e43 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x297a7650 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d443fdf xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2db1e44f xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f3e0562 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f55e2e1 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8fb864 xprt_alloc_slot EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32a69ccb xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31c75b07 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32996d75 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32c4f32b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x335f8538 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3525fdde xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d4ee4d rpc_bind_new_program EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39a58b3f svc_reg_xprt_class -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39bcda2b svc_rqst_free -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39ddd905 rpc_clnt_xprt_switch_has_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a516f69 xdr_init_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b657233 bc_svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cd73761 xprt_reconnect_backoff -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3da2ee94 rpc_clnt_test_and_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e84aefc svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38987c6e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38f3dddc auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39542b2b svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a31f89a svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ba936ac __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cbfb331 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e008936 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e3b69a1 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ef2caf3 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f630d69 rpc_set_connect_timeout EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4309143e xprt_request_get_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x436e911e svc_print_addr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44a9c49d xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x413a4d1c xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41cc591e xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43c27650 svc_destroy EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44c7d00f sunrpc_cache_unregister_pipefs EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453efa54 svc_pool_map -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45ddd643 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x463030ad rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46a55501 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47777678 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48b6e02d rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48c0ab9d svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49063e5a xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4977597b _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49e95f7a rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49f0d8cc rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a03880d rpc_call_sync EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cbb5149 xprt_write_space EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4deeff40 xdr_buf_subsegment -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df24b22 rpcauth_unwrap_resp_decode -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dfdd8ba xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e510adb xprt_adjust_cwnd EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eff8eca xdr_buf_read_mic -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x516dda99 svc_rpcbind_set_version -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x517472c4 rpc_alloc_iostats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51dd9a88 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f90ddb7 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x505a37f4 xdr_buf_read_mic EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5370e135 rpc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53e18595 svc_alien_sock EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5436966f sunrpc_cache_update -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54f8fc42 rpc_clnt_xprt_switch_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5531f605 rpc_put_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56dfc738 rpc_release_client -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57981837 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x557a3c81 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x561d39e3 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5727c03f xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57a08a7d xprt_reserve_xprt_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57accdf3 sunrpc_cache_unhash -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57cbf0eb rpcauth_lookup_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57cd2432 svc_close_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x591a3c9c svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57aead7f xprt_lookup_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b23c8d9 rpc_bind_new_program -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d405f48 xdr_reserve_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61150a04 svc_return_autherr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61818ef5 svc_generic_init_request -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61ac0573 svc_rqst_alloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c2fe61 svc_find_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x620ba4b4 xprt_wait_for_buffer_space -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62ce9a05 rpc_wake_up_next -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x645debfb xprt_register_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65e21bfc svc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x675613ed svc_authenticate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67b61300 xprt_lookup_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x680b29cf svc_create_pooled -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d64203d svc_sock_update_bufs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d739cd3 rpcauth_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d8b519c xprt_disconnect_done -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6db842c0 rpcauth_init_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e67b073 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c9cfde0 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e3fe595 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5feb5a84 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6245d3e1 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64477c55 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x651b1a1b rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x657db9fa rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f16c20 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ea13b8 svc_set_num_threads_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x670b30ce rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67bc24b6 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b55b8f svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69383b3e rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69565aa4 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bf717de xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c15291a svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f0e7619 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fabf925 svc_recv EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fc974e2 xprt_destroy_backchannel -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7087d985 rpc_sleep_on_priority -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70908d1f svc_age_temp_xprts_now -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x715d638d rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70e5de10 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71f72a39 rpc_wake_up_next EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x720ad466 svc_process -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x727dcb0d xdr_process_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d0d49d svc_create -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d6667e svc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76f93ae5 svc_xprt_do_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x777b9098 xprt_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7856aafa xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760124a2 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78bd187d svc_encode_read_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79131ff3 xprt_unregister_transport EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7970e041 rpc_machine_cred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x799e1e62 xdr_stream_decode_string -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ab797d0 svc_bind -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ae185a4 rpc_killall_tasks -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b507fba rpc_prepare_reply_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bc402fc rpc_remove_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bc4c36a svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79f6a2da svc_xprt_do_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a46d163 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd73305 rpcauth_create EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c1c1703 cache_purge -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d439f20 auth_domain_find EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e414d04 rpc_clnt_xprt_switch_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f23fe17 svc_proc_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff00809 rpcb_getport_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff56d1d svc_destroy -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8063a7e8 rpc_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81bb3b3e xdr_buf_trim -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81e129f9 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e88e522 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x802499b2 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81b18a56 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8242f89e rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83472028 svc_return_autherr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x839c4dcb sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83eada88 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e3f302 svc_generic_rpcbind_set EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x856024ac cache_check EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x859738fa cache_seq_start_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86bd6b3d xprt_release_rqst_cong -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x876e70dd rpc_malloc -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87b09e05 rpc_unlink -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89eccec8 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8689b29a xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x899ba611 xprt_reconnect_backoff EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a5cd8de csum_partial_copy_to_xdr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dcd1abc xprt_adjust_cwnd -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb1b6a7 rpc_clnt_show_stats -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f2be235 rpc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94568c53 rpc_find_or_alloc_pipe_dir_object -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9464f19d svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c1318a3 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8de68b92 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90f452d0 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9198ad91 rpc_create EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9472e08a rpc_ntop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x954f246d rpc_init_pipe_dir_head -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9869b85a svc_reserve -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c335fff rpc_put_sb_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9daeffe5 rpcauth_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9df01846 svc_encode_read_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dfb755d svc_xprt_copy_addrs -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ea8eee7 put_rpccred -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f9e3b53 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96137dd5 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9697308c xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97d5ef6c rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b4c9046 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9de699fd rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e360bc2 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eff7620 svc_bind EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13acdb8 svc_pool_map_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa22c796c unix_domain_find -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d37606 xprt_wait_for_reply_request_def -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6245552 svc_exit_thread -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6847811 xdr_shift_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7e6e579 xprt_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8a196c5 xdr_set_scratch_buffer -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9e821a7 auth_domain_put -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaa7c30b rpc_localaddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaac62717 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3038305 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4b899fc xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4de2ec7 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8497bc1 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8ce7da1 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4effab xdr_enter_page EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaae7432c sunrpc_cache_lookup_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab8d0293 rpc_run_task -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaba1338b xprt_force_disconnect EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaba28a37 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaca133b1 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacbef9a2 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad65f7fc rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad7ce6e0 svc_xprt_enqueue EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfd3f84 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae03a754 svc_prepare_thread EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1d915c4 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1174139 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1816daa rpc_count_iostats_metrics EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb312d0c4 svc_pool_map_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb45f80b8 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb37142e5 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb44bf1b5 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4cc9043 xprt_release_xprt_cong EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb63165ae svc_shutdown_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7ae77e5 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5c775fc xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb771aedf svc_print_addr EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb804488a cache_register_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe127b45 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb927faaf rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba956335 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd9ae2f3 rpc_clnt_xprt_switch_put EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe318352 rpc_wake_up_status -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe9f5917 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe93bf84 xprt_release_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbef7eb5c cache_unregister_net EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02f0fae xprt_release_xprt EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc14a758b xprt_reconnect_delay -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc19fe258 rpc_set_connect_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc20edef1 auth_domain_lookup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc25ffd66 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc190d919 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1b47a2a rpc_count_iostats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2cbf57f rpc_wake_up -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc31e57fa rpc_setbufsize -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc64d9860 svc_recv -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6e6c110 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5d877a5 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6be53d5 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc727bb82 xprt_pin_rqst EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8d03a73 cache_destroy_net EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbb7fbde rpc_call_async -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce3f2fbf rpc_mkpipe_data -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce629451 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9a5e516 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca2b83c5 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb25d43b svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccb03616 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccc6e91a rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce04003f rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce21c43d xdr_inline_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf3a8dc3 svc_auth_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfa7b5b2 read_bytes_from_xdr_buf -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfde0d7e xprt_free_slot -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd267ab3c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf074b34 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf0bbbb3 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0a81481 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd208fa64 rpc_restart_call EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2737394 cache_create_net -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3908299 xprt_complete_rqst -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd47c5b21 svc_seq_show -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48e8dda xdr_enter_page -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5aaffbe rpc_clnt_add_xprt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5e493ba svc_xprt_names -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6783b2e xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d60770 xdr_stream_decode_opaque EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6a9910f rpc_init_priority_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7483dd5 svc_max_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a6be05 xdr_encode_array2 -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a0c706 rpcauth_destroy_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb426237 rpc_max_bc_payload -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbeae727 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd83f4dee rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd855dfdd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86e76be rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9399b76 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda3e267e rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdae4da11 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc3e3d0f rpc_clnt_show_stats EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd00ea43 sunrpc_destroy_cache_detail -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddfe9774 rpc_call_null -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde041d9f gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd20a894 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd9c1dce rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde8b6072 xdr_write_pages EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdede56a4 rpc_init_wait_queue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfb83d86 svc_rpcb_cleanup -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe034f697 rpc_task_release_transport -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe11d911a svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf6229c8 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0c443c7 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c1969c svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4c4498e rpc_d_lookup_sb EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5e560ea cache_seq_next_rcu -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5fefbec rpcauth_init_credcache -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6fbe9e0 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7124e33 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9530ea2 xprt_free EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea03eab5 _copy_from_pages -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xead3af25 rpc_count_iostats_metrics -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed7d40ff __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb4b57c4 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeba4e392 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebe5d964 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec59bd85 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeda94793 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedb35bac svc_rqst_free EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefd36d94 rpc_mkpipe_dentry -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf023e366 rpc_clnt_swap_activate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0a3461e svc_set_num_threads -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0f0d957 xdr_stream_decode_opaque -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf39d6edb rpc_clnt_swap_deactivate -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf44ecf93 rpc_peeraddr -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf54b11a0 rpc_proc_register -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8856c16 rpc_sleep_on_priority_timeout -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8b7ed8e rpcauth_stringify_acceptor -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf90fea55 svc_drop -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf927e6e8 xdr_decode_word -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaa1e9f1 svc_xprt_enqueue -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc3afa1f rpc_exit -EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe1c4837 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef4a0262 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef50695f rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf004483b svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f486f9 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf39eed40 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45c971e svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6db02b7 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf727b4a0 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7285df4 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7ed8d86 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf87fa6e8 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8eb19e4 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf90656b6 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbadd19c svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfca29cba svc_fill_symlink_pathname EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfffba64b xprt_setup_backchannel -EXPORT_SYMBOL_GPL net/tls/tls 0x110a8f6f tls_encrypt_skb -EXPORT_SYMBOL_GPL net/tls/tls 0xeb59ec63 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x173c2f0e tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x68ec2323 tls_encrypt_skb EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x048763d2 virtio_transport_get_max_buffer_size EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x05762bdc virtio_transport_deliver_tap_pkt @@ -9371,43 +9372,47 @@ EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x25e2af2e ipcomp_output -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2c7698c6 ipcomp_input -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x401fd654 ipcomp_destroy -EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6f0cbbc3 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x57d6a39d ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6e665d77 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xaef22b0f ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfb6759f3 ipcomp_init_state EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x000aae3e pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0x003eebab fat_dir_empty EXPORT_SYMBOL_GPL vmlinux 0x003ff214 mm_account_pinned_pages EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x00a8516c tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x00a8e4bb devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0x00b5c205 kvm_is_visible_gfn EXPORT_SYMBOL_GPL vmlinux 0x00b96f93 __root_device_register -EXPORT_SYMBOL_GPL vmlinux 0x00c34de0 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x00ec185b fwnode_handle_get EXPORT_SYMBOL_GPL vmlinux 0x00f3a0d2 fuse_abort_conn EXPORT_SYMBOL_GPL vmlinux 0x010f074e request_firmware_direct EXPORT_SYMBOL_GPL vmlinux 0x01413c5f css_schedule_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x014b80cc xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x014d69c1 dm_internal_resume_fast EXPORT_SYMBOL_GPL vmlinux 0x015fd5f0 __tracepoint_pelt_irq_tp EXPORT_SYMBOL_GPL vmlinux 0x017faef0 bpf_trace_run4 EXPORT_SYMBOL_GPL vmlinux 0x019fe48d cio_commit_config +EXPORT_SYMBOL_GPL vmlinux 0x01a36ebb skb_zerocopy_iter_dgram EXPORT_SYMBOL_GPL vmlinux 0x01a7e27d gfn_to_memslot EXPORT_SYMBOL_GPL vmlinux 0x01c23e7e gpiochip_relres_irq EXPORT_SYMBOL_GPL vmlinux 0x01d966e6 anon_transport_class_register -EXPORT_SYMBOL_GPL vmlinux 0x01e5ee67 ping_init_sock EXPORT_SYMBOL_GPL vmlinux 0x01f88377 sbitmap_queue_min_shallow_depth EXPORT_SYMBOL_GPL vmlinux 0x0217316f gpiod_is_active_low EXPORT_SYMBOL_GPL vmlinux 0x021838bd crypto_alloc_skcipher EXPORT_SYMBOL_GPL vmlinux 0x02191fde __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x022488d6 pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x0237d54e blk_mq_quiesce_queue_nowait -EXPORT_SYMBOL_GPL vmlinux 0x025c7090 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x02531931 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x027a79d9 idr_alloc_u32 -EXPORT_SYMBOL_GPL vmlinux 0x028a596b br_ip6_fragment -EXPORT_SYMBOL_GPL vmlinux 0x02a32faf pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x028607c0 skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x02bf0a24 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x02db2de4 devlink_params_publish +EXPORT_SYMBOL_GPL vmlinux 0x02e9e358 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x02f20061 balloon_aops EXPORT_SYMBOL_GPL vmlinux 0x031df5a6 pci_epf_linkup EXPORT_SYMBOL_GPL vmlinux 0x03282357 blkg_print_stat_bytes @@ -9417,8 +9422,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list EXPORT_SYMBOL_GPL vmlinux 0x035132ba fb_deferred_io_cleanup EXPORT_SYMBOL_GPL vmlinux 0x036ced06 irq_domain_get_irq_data EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0x03707e63 ip6_route_output_flags_noref -EXPORT_SYMBOL_GPL vmlinux 0x0378193b inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x0388eb0b iommu_capable EXPORT_SYMBOL_GPL vmlinux 0x0391b398 generic_fh_to_parent EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe @@ -9426,54 +9429,58 @@ EXPORT_SYMBOL_GPL vmlinux 0x039f85c9 srcu_init_notifier_head EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present EXPORT_SYMBOL_GPL vmlinux 0x03e2ec95 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x03e3d62e __dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0412801f pci_proc_domain EXPORT_SYMBOL_GPL vmlinux 0x0459ef7c uprobe_unregister EXPORT_SYMBOL_GPL vmlinux 0x0472eecc unwind_next_frame EXPORT_SYMBOL_GPL vmlinux 0x04797c17 debugfs_create_dir EXPORT_SYMBOL_GPL vmlinux 0x0498d156 dev_set_name -EXPORT_SYMBOL_GPL vmlinux 0x04a99656 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x04a3cede skb_complete_wifi_ack EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x04c086b7 gpiod_cansleep EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e36113 pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x04e498db perf_event_update_userpage EXPORT_SYMBOL_GPL vmlinux 0x04ea8706 __iowrite64_copy EXPORT_SYMBOL_GPL vmlinux 0x0514bc90 ring_buffer_read EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt EXPORT_SYMBOL_GPL vmlinux 0x05673b87 chsc_sadc +EXPORT_SYMBOL_GPL vmlinux 0x0581ac50 skb_segment EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058f804c ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x05923b41 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x05a5856b __tracepoint_neigh_cleanup_and_release EXPORT_SYMBOL_GPL vmlinux 0x05cac0d6 pci_epc_unmap_addr -EXPORT_SYMBOL_GPL vmlinux 0x05defaf5 inet_csk_clone_lock -EXPORT_SYMBOL_GPL vmlinux 0x06033242 devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0x060f75e7 subsys_interface_unregister EXPORT_SYMBOL_GPL vmlinux 0x06174b9c debugfs_create_ulong EXPORT_SYMBOL_GPL vmlinux 0x061a6a17 rht_bucket_nested EXPORT_SYMBOL_GPL vmlinux 0x0621da16 key_type_user EXPORT_SYMBOL_GPL vmlinux 0x062d3247 device_dma_supported -EXPORT_SYMBOL_GPL vmlinux 0x062e6570 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x06381671 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x063f8d81 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x064aba28 pci_bus_max_busnr EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry EXPORT_SYMBOL_GPL vmlinux 0x064ec3e0 dma_buf_kmap EXPORT_SYMBOL_GPL vmlinux 0x06545ad8 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x065ad0a0 pci_probe_reset_slot EXPORT_SYMBOL_GPL vmlinux 0x065f06b9 __fscrypt_prepare_link EXPORT_SYMBOL_GPL vmlinux 0x0661a9e0 pci_epc_add_epf -EXPORT_SYMBOL_GPL vmlinux 0x06811761 pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0x06874a97 devm_kasprintf EXPORT_SYMBOL_GPL vmlinux 0x06b1f216 elv_rqhash_add EXPORT_SYMBOL_GPL vmlinux 0x06c44d52 debugfs_rename EXPORT_SYMBOL_GPL vmlinux 0x06dd822e fsstack_copy_attr_all -EXPORT_SYMBOL_GPL vmlinux 0x06efc6f5 ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07252540 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x0744820e __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x0749aa46 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0x074bb958 bpf_trace_run6 EXPORT_SYMBOL_GPL vmlinux 0x0757eede stack_trace_snprint -EXPORT_SYMBOL_GPL vmlinux 0x07748bb6 dst_cache_get -EXPORT_SYMBOL_GPL vmlinux 0x07a6b514 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x07bf29cd get_cached_msi_msg EXPORT_SYMBOL_GPL vmlinux 0x07f0f685 irq_create_strict_mappings -EXPORT_SYMBOL_GPL vmlinux 0x07f7cfeb pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x07fe9b12 __blkdev_driver_ioctl EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache EXPORT_SYMBOL_GPL vmlinux 0x0814c403 securityfs_remove @@ -9481,37 +9488,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x0816bddd crypto_register_templates EXPORT_SYMBOL_GPL vmlinux 0x081f3d3a key_type_encrypted EXPORT_SYMBOL_GPL vmlinux 0x08436119 klp_shadow_alloc EXPORT_SYMBOL_GPL vmlinux 0x08446289 gmap_shadow_r3t -EXPORT_SYMBOL_GPL vmlinux 0x0854ca4c sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x08596892 fwnode_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0x086fbe5f __wake_up_locked_key_bookmark EXPORT_SYMBOL_GPL vmlinux 0x08971328 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x0899a020 strp_stop EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec EXPORT_SYMBOL_GPL vmlinux 0x08bd81b2 software_node_unregister_nodes EXPORT_SYMBOL_GPL vmlinux 0x08c489ce is_hash_blacklisted EXPORT_SYMBOL_GPL vmlinux 0x08cb6d17 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x08cf216e __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x08d3bf02 trace_vprintk EXPORT_SYMBOL_GPL vmlinux 0x08ef532a evm_inode_init_security EXPORT_SYMBOL_GPL vmlinux 0x08f4f8a4 iommu_dev_feature_enabled -EXPORT_SYMBOL_GPL vmlinux 0x090e2d20 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x08f8ebcd rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x0913b1c5 blk_queue_required_elevator_features -EXPORT_SYMBOL_GPL vmlinux 0x09154f9b pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x0914f359 pci_disable_sriov EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0939b75c netdev_rx_handler_register EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu EXPORT_SYMBOL_GPL vmlinux 0x0946d069 sock_diag_check_cookie EXPORT_SYMBOL_GPL vmlinux 0x094a0544 blk_rq_prep_clone EXPORT_SYMBOL_GPL vmlinux 0x094a98e6 crypto_aead_setauthsize -EXPORT_SYMBOL_GPL vmlinux 0x095b3cf9 __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0x096b2418 __tracepoint_tcp_send_reset EXPORT_SYMBOL_GPL vmlinux 0x0988ba8e pci_epf_alloc_space -EXPORT_SYMBOL_GPL vmlinux 0x09a35166 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove -EXPORT_SYMBOL_GPL vmlinux 0x09c58283 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x09de4daf fscrypt_ioctl_remove_key_all_users EXPORT_SYMBOL_GPL vmlinux 0x09f4a3e2 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x0a036c89 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0a0f78f3 register_net_sysctl EXPORT_SYMBOL_GPL vmlinux 0x0a25e77f kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0a35a3dd nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x0a64c7b7 debugfs_create_regset32 EXPORT_SYMBOL_GPL vmlinux 0x0a6c4041 cn_netlink_send -EXPORT_SYMBOL_GPL vmlinux 0x0a7af63c sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x0a7eb1c5 alarm_forward EXPORT_SYMBOL_GPL vmlinux 0x0a9ee804 fat_fill_super EXPORT_SYMBOL_GPL vmlinux 0x0abb8d99 md_submit_discard_bio @@ -9519,34 +9527,32 @@ EXPORT_SYMBOL_GPL vmlinux 0x0abe6310 pci_epf_match_device EXPORT_SYMBOL_GPL vmlinux 0x0ac71a20 xas_split_alloc EXPORT_SYMBOL_GPL vmlinux 0x0acc5d7a iommu_set_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x0ade81b6 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x0b05f2b1 skb_gro_receive EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct EXPORT_SYMBOL_GPL vmlinux 0x0b199e15 xdp_rxq_info_unreg EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x0b1e3141 noop_direct_IO EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource EXPORT_SYMBOL_GPL vmlinux 0x0b2fc9e7 dm_device_name -EXPORT_SYMBOL_GPL vmlinux 0x0b3665d1 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x0b3b76de xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x0b54674c device_destroy -EXPORT_SYMBOL_GPL vmlinux 0x0b64a433 inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0x0b68d791 sbitmap_del_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x0b6fa9ce devm_device_remove_groups -EXPORT_SYMBOL_GPL vmlinux 0x0b9bff9e register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x0b9cd55c devlink_dpipe_entry_ctx_append EXPORT_SYMBOL_GPL vmlinux 0x0bc5481b clock_comparator_max EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c20a199 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x0c236ea7 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x0c29798e sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x0c2a7824 fwnode_graph_get_next_endpoint EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy EXPORT_SYMBOL_GPL vmlinux 0x0c3eda1f debugfs_read_file_bool EXPORT_SYMBOL_GPL vmlinux 0x0c45e54d fsverity_cleanup_inode -EXPORT_SYMBOL_GPL vmlinux 0x0c62ea09 inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x0c7328f4 scsi_device_from_queue -EXPORT_SYMBOL_GPL vmlinux 0x0c8efe09 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x0c99d611 pci_epf_free_space EXPORT_SYMBOL_GPL vmlinux 0x0cad4570 security_kernel_load_data EXPORT_SYMBOL_GPL vmlinux 0x0cb004ec sched_setattr EXPORT_SYMBOL_GPL vmlinux 0x0ccb9906 balloon_page_enqueue -EXPORT_SYMBOL_GPL vmlinux 0x0cd760a6 skb_splice_bits -EXPORT_SYMBOL_GPL vmlinux 0x0cdb871b pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0x0cef3501 fat_truncate_time EXPORT_SYMBOL_GPL vmlinux 0x0cf15d43 unix_peer_get EXPORT_SYMBOL_GPL vmlinux 0x0d089696 kill_device @@ -9556,37 +9562,39 @@ EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open EXPORT_SYMBOL_GPL vmlinux 0x0d49e3e8 irq_domain_add_legacy EXPORT_SYMBOL_GPL vmlinux 0x0d58edcc fscrypt_ioctl_get_policy_ex EXPORT_SYMBOL_GPL vmlinux 0x0d5bea26 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5c9305 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x0d5e99c5 tcp_get_syncookie_mss EXPORT_SYMBOL_GPL vmlinux 0x0d9033bc fat_add_entries EXPORT_SYMBOL_GPL vmlinux 0x0dc066ee device_attach EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order EXPORT_SYMBOL_GPL vmlinux 0x0dec37f0 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0df9ce53 ping_bind EXPORT_SYMBOL_GPL vmlinux 0x0dffa171 gmap_shadow_valid EXPORT_SYMBOL_GPL vmlinux 0x0e004016 dm_path_uevent EXPORT_SYMBOL_GPL vmlinux 0x0e19a73f handle_simple_irq EXPORT_SYMBOL_GPL vmlinux 0x0e24a752 kobject_get_path -EXPORT_SYMBOL_GPL vmlinux 0x0e35ad01 pci_ats_page_aligned -EXPORT_SYMBOL_GPL vmlinux 0x0e417354 ping_get_port EXPORT_SYMBOL_GPL vmlinux 0x0e541f71 __alloc_percpu_gfp EXPORT_SYMBOL_GPL vmlinux 0x0e58b320 uprobe_register EXPORT_SYMBOL_GPL vmlinux 0x0e6b09f6 gpiochip_line_is_open_source EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked EXPORT_SYMBOL_GPL vmlinux 0x0e8afee8 iommu_aux_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x0e9dbb3a ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x0eadd411 ccw_device_siosl -EXPORT_SYMBOL_GPL vmlinux 0x0ed9f723 pci_sriov_get_totalvfs -EXPORT_SYMBOL_GPL vmlinux 0x0f109818 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x0f14b18c gmap_discard EXPORT_SYMBOL_GPL vmlinux 0x0f1a4df8 cn_add_callback EXPORT_SYMBOL_GPL vmlinux 0x0f1e69ad klist_add_head -EXPORT_SYMBOL_GPL vmlinux 0x0f340282 pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0x0f3b0754 debugfs_real_fops EXPORT_SYMBOL_GPL vmlinux 0x0f4fd30a firmware_request_cache EXPORT_SYMBOL_GPL vmlinux 0x0f566411 gpiochip_lock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x0f5e4640 device_store_bool EXPORT_SYMBOL_GPL vmlinux 0x0f75bea7 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x0f78945c xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0x0f812799 gen_pool_size EXPORT_SYMBOL_GPL vmlinux 0x0f8482e9 __bdev_dax_supported EXPORT_SYMBOL_GPL vmlinux 0x0f8604dd crypto_unregister_shashes EXPORT_SYMBOL_GPL vmlinux 0x0f9653d0 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x0fb94c98 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x0fc0bd2e pci_ioremap_bar EXPORT_SYMBOL_GPL vmlinux 0x0fc78b3f tty_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0x0fe7617c __tracepoint_suspend_resume EXPORT_SYMBOL_GPL vmlinux 0x0ffbc450 get_task_pid @@ -9598,48 +9606,41 @@ EXPORT_SYMBOL_GPL vmlinux 0x104151fc xsk_reuseq_free EXPORT_SYMBOL_GPL vmlinux 0x1064bf3c dax_attribute_group EXPORT_SYMBOL_GPL vmlinux 0x10671e30 device_for_each_child_reverse EXPORT_SYMBOL_GPL vmlinux 0x10838612 serdev_device_close -EXPORT_SYMBOL_GPL vmlinux 0x1099ba2c pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1097de01 devlink_params_unregister EXPORT_SYMBOL_GPL vmlinux 0x10cbc51d __class_create EXPORT_SYMBOL_GPL vmlinux 0x10cd865b iommu_unregister_device_fault_handler -EXPORT_SYMBOL_GPL vmlinux 0x10d89cde pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x10e8fd61 kvm_get_dirty_log -EXPORT_SYMBOL_GPL vmlinux 0x10f93719 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0x11358a9b kvm_vcpu_read_guest_atomic EXPORT_SYMBOL_GPL vmlinux 0x1139da84 cio_tm_start_key -EXPORT_SYMBOL_GPL vmlinux 0x11492394 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x116eebfe set_primary_fwnode -EXPORT_SYMBOL_GPL vmlinux 0x11895fd3 xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x11a2e0ac crypto_dh_key_len EXPORT_SYMBOL_GPL vmlinux 0x11c23240 crypto_attr_u32 -EXPORT_SYMBOL_GPL vmlinux 0x11d8b71d validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0x11e5086f blkdev_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x11e75b03 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x11e91382 debugfs_create_x64 EXPORT_SYMBOL_GPL vmlinux 0x11f08fff access_process_vm EXPORT_SYMBOL_GPL vmlinux 0x11f0de98 crypto_unregister_acomp EXPORT_SYMBOL_GPL vmlinux 0x11ff68f2 tty_kclose -EXPORT_SYMBOL_GPL vmlinux 0x121333d7 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x121967aa tpm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us EXPORT_SYMBOL_GPL vmlinux 0x1244f9fe irq_set_chip_and_handler_name EXPORT_SYMBOL_GPL vmlinux 0x124b85d3 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x12509fa0 pci_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x126d6d1b gpiochip_irqchip_add_key -EXPORT_SYMBOL_GPL vmlinux 0x1291e8cd pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x12939bfe __mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x129529ca put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x12c6a388 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x12d6ebdb blk_mq_virtio_map_queues EXPORT_SYMBOL_GPL vmlinux 0x12dbc8f6 percpu_ref_switch_to_atomic_sync EXPORT_SYMBOL_GPL vmlinux 0x12fc26f9 get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x130585e9 get_device_system_crosststamp EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132ee305 pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0x13308ef2 sysfs_create_group EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk -EXPORT_SYMBOL_GPL vmlinux 0x13460e66 pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0x1353e839 kernfs_get EXPORT_SYMBOL_GPL vmlinux 0x1372d47d component_master_add_with_match EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled -EXPORT_SYMBOL_GPL vmlinux 0x13a9227d __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x13bd4513 skcipher_walk_async EXPORT_SYMBOL_GPL vmlinux 0x13c182de gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x13e3b3da mddev_congested @@ -9647,25 +9648,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc EXPORT_SYMBOL_GPL vmlinux 0x13f0a4c8 virtqueue_detach_unused_buf EXPORT_SYMBOL_GPL vmlinux 0x13f9daad devres_destroy EXPORT_SYMBOL_GPL vmlinux 0x1418238a __tracepoint_cpu_frequency -EXPORT_SYMBOL_GPL vmlinux 0x141c9219 devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x141dc78c iommu_present EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x1431a6e1 iomap_file_dirty +EXPORT_SYMBOL_GPL vmlinux 0x14373b97 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0x1449fff6 sbitmap_any_bit_clear EXPORT_SYMBOL_GPL vmlinux 0x144b75a2 tpm1_getcap EXPORT_SYMBOL_GPL vmlinux 0x144ff1b1 call_srcu EXPORT_SYMBOL_GPL vmlinux 0x1458f8bc shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x146cffcd free_fib_info EXPORT_SYMBOL_GPL vmlinux 0x14783fca get_net_ns_by_fd EXPORT_SYMBOL_GPL vmlinux 0x148aa182 appldata_register_ops EXPORT_SYMBOL_GPL vmlinux 0x149d35e1 gmap_pmdp_idte_local -EXPORT_SYMBOL_GPL vmlinux 0x14c7b683 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x149fbaf0 sk_msg_return_zero EXPORT_SYMBOL_GPL vmlinux 0x14d0d657 blk_mq_quiesce_queue EXPORT_SYMBOL_GPL vmlinux 0x14f9d59f pci_epf_unregister_driver EXPORT_SYMBOL_GPL vmlinux 0x150729df __compat_only_sysfs_link_entry_to_kobj -EXPORT_SYMBOL_GPL vmlinux 0x152640c4 lwtunnel_get_encap_size EXPORT_SYMBOL_GPL vmlinux 0x1539b9f5 hrtimer_sleeper_start_expires EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del EXPORT_SYMBOL_GPL vmlinux 0x1548a827 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x154e1581 strp_process EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put EXPORT_SYMBOL_GPL vmlinux 0x155d85fc gpiod_set_raw_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x1560844b debugfs_create_u32_array @@ -9673,17 +9675,18 @@ EXPORT_SYMBOL_GPL vmlinux 0x156cdac8 __tracepoint_kfree_skb EXPORT_SYMBOL_GPL vmlinux 0x157bc422 s390_enable_skey EXPORT_SYMBOL_GPL vmlinux 0x158839ca bus_remove_file EXPORT_SYMBOL_GPL vmlinux 0x158f008b component_del -EXPORT_SYMBOL_GPL vmlinux 0x15964843 pingv6_prot -EXPORT_SYMBOL_GPL vmlinux 0x15b305e1 inet_send_prepare -EXPORT_SYMBOL_GPL vmlinux 0x15bb443b skb_zerocopy_iter_dgram +EXPORT_SYMBOL_GPL vmlinux 0x15a8ab8b nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0x15d54f19 device_remove_properties EXPORT_SYMBOL_GPL vmlinux 0x15d91e26 inode_congested +EXPORT_SYMBOL_GPL vmlinux 0x15f26dbc switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x15fa66d4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x160de409 ncsi_start_dev EXPORT_SYMBOL_GPL vmlinux 0x1611c3fb aead_init_geniv EXPORT_SYMBOL_GPL vmlinux 0x16229ffc component_add_typed EXPORT_SYMBOL_GPL vmlinux 0x1649f165 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x1651898b xfrm_dev_state_add EXPORT_SYMBOL_GPL vmlinux 0x16528624 platform_device_add_properties EXPORT_SYMBOL_GPL vmlinux 0x1664a68f pci_epc_get_msix -EXPORT_SYMBOL_GPL vmlinux 0x16683853 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x166d6443 __tracepoint_pelt_rt_tp EXPORT_SYMBOL_GPL vmlinux 0x16928c85 bpf_trace_run1 EXPORT_SYMBOL_GPL vmlinux 0x16943caa virtqueue_disable_cb @@ -9691,24 +9694,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x1695e4c8 crypto_unregister_skcipher EXPORT_SYMBOL_GPL vmlinux 0x169b0e3e blkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0x16afdcb7 irq_domain_xlate_onetwocell EXPORT_SYMBOL_GPL vmlinux 0x16b69bc8 zpci_store +EXPORT_SYMBOL_GPL vmlinux 0x16c9b205 nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put EXPORT_SYMBOL_GPL vmlinux 0x16ec7dbd percpu_up_write EXPORT_SYMBOL_GPL vmlinux 0x1708c5a9 blk_rq_unprep_clone EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 EXPORT_SYMBOL_GPL vmlinux 0x171100e1 fwnode_graph_get_port_parent EXPORT_SYMBOL_GPL vmlinux 0x17149987 trace_print_bitmask_seq -EXPORT_SYMBOL_GPL vmlinux 0x1725b5fd netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1717c54d devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x173527fc devm_gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0x174bf28a wait_on_page_writeback EXPORT_SYMBOL_GPL vmlinux 0x175c8a86 crypto_skcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x178bfc2d pci_probe_reset_bus EXPORT_SYMBOL_GPL vmlinux 0x17994d70 memhp_auto_online EXPORT_SYMBOL_GPL vmlinux 0x17a3993f __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x17a6b784 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x17b116bf sysfs_create_files EXPORT_SYMBOL_GPL vmlinux 0x17bf3923 blk_steal_bios EXPORT_SYMBOL_GPL vmlinux 0x17c72921 device_get_child_node_count EXPORT_SYMBOL_GPL vmlinux 0x1811f9ac device_move -EXPORT_SYMBOL_GPL vmlinux 0x181dda91 ipv6_find_tlv EXPORT_SYMBOL_GPL vmlinux 0x1838556b irq_domain_add_simple EXPORT_SYMBOL_GPL vmlinux 0x1852cea6 __pci_epc_create EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size @@ -9716,6 +9721,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x187f30b4 trace_event_buffer_reserve EXPORT_SYMBOL_GPL vmlinux 0x1889b7fd crypto_stats_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x18b142a2 gpiod_set_transitory EXPORT_SYMBOL_GPL vmlinux 0x18c4c052 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x18c8fe83 skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0x18f33c8e encrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x18f62868 gpiod_put EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock @@ -9728,7 +9734,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x1982fd4d crypto_register_alg EXPORT_SYMBOL_GPL vmlinux 0x19869031 devm_gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0x19941441 rhashtable_destroy EXPORT_SYMBOL_GPL vmlinux 0x19946fde idr_find -EXPORT_SYMBOL_GPL vmlinux 0x19be720f xfrm_audit_policy_delete EXPORT_SYMBOL_GPL vmlinux 0x19e04481 chp_get_sch_opm EXPORT_SYMBOL_GPL vmlinux 0x19f462ab kfree_call_rcu EXPORT_SYMBOL_GPL vmlinux 0x1a04b51b iommu_sva_unbind_device @@ -9739,35 +9744,30 @@ EXPORT_SYMBOL_GPL vmlinux 0x1a1a2a61 scsi_dh_activate EXPORT_SYMBOL_GPL vmlinux 0x1a4284da fuse_direct_io EXPORT_SYMBOL_GPL vmlinux 0x1a551022 ring_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a89a129 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x1ac46a1a perf_event_read_value EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x1ae13a38 bdi_dev_name EXPORT_SYMBOL_GPL vmlinux 0x1ae5a090 irq_set_chained_handler_and_data EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow -EXPORT_SYMBOL_GPL vmlinux 0x1afd555b pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x1b03baca __blkg_prfill_u64 EXPORT_SYMBOL_GPL vmlinux 0x1b0946d8 idr_remove EXPORT_SYMBOL_GPL vmlinux 0x1b18ba8e crypto_stats_get EXPORT_SYMBOL_GPL vmlinux 0x1b1f5ad0 gpio_request_array EXPORT_SYMBOL_GPL vmlinux 0x1b30decc sysfs_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0x1b396262 vfs_getxattr -EXPORT_SYMBOL_GPL vmlinux 0x1b3c3b5b netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0x1b562557 mmu_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x1b697e90 dma_buf_begin_cpu_access EXPORT_SYMBOL_GPL vmlinux 0x1b6c5a67 chsc_error_from_response -EXPORT_SYMBOL_GPL vmlinux 0x1b6e6cba ping_err EXPORT_SYMBOL_GPL vmlinux 0x1b8520ac crypto_register_scomps EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer EXPORT_SYMBOL_GPL vmlinux 0x1ba1f803 posix_clock_unregister EXPORT_SYMBOL_GPL vmlinux 0x1ba51762 device_connection_add -EXPORT_SYMBOL_GPL vmlinux 0x1ba827b2 devlink_param_driverinit_value_set -EXPORT_SYMBOL_GPL vmlinux 0x1bcf0a3a metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0x1be772c6 get_kernel_pages EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained EXPORT_SYMBOL_GPL vmlinux 0x1bf1cba0 gfn_to_hva -EXPORT_SYMBOL_GPL vmlinux 0x1c2298ad ip6_pol_route -EXPORT_SYMBOL_GPL vmlinux 0x1c2bd824 skb_partial_csum_set -EXPORT_SYMBOL_GPL vmlinux 0x1c34c3c8 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x1c19897d tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x1c2b72f6 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x1c48c19f evm_verifyxattr EXPORT_SYMBOL_GPL vmlinux 0x1c4cc33c dax_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs @@ -9790,34 +9790,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table EXPORT_SYMBOL_GPL vmlinux 0x1d77f06e debugfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x1d920c17 fuse_sync_release EXPORT_SYMBOL_GPL vmlinux 0x1dabe67a shmem_file_setup -EXPORT_SYMBOL_GPL vmlinux 0x1dcb033a pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0x1deeddba fuse_get_unique EXPORT_SYMBOL_GPL vmlinux 0x1dfc1a6e debugfs_create_size_t -EXPORT_SYMBOL_GPL vmlinux 0x1e2f2a90 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x1e1c20c8 sk_free_unlock_clone EXPORT_SYMBOL_GPL vmlinux 0x1e474e7c shmem_read_mapping_page_gfp EXPORT_SYMBOL_GPL vmlinux 0x1e51dabb __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e530a38 pci_rescan_bus EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0x1e5b16ce ring_buffer_normalize_time_stamp EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart -EXPORT_SYMBOL_GPL vmlinux 0x1e88e6d7 pci_generic_config_write32 -EXPORT_SYMBOL_GPL vmlinux 0x1e96e730 cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names -EXPORT_SYMBOL_GPL vmlinux 0x1ef4acbd pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x1ec4d1b5 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x1ee6e6d3 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0x1f0cb5bf pm_power_off_prepare EXPORT_SYMBOL_GPL vmlinux 0x1f1e862f sched_trace_rd_span -EXPORT_SYMBOL_GPL vmlinux 0x1f245128 __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0x1f2b9a74 device_store_int -EXPORT_SYMBOL_GPL vmlinux 0x1f370a09 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x1f476c60 relay_switch_subbuf EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv EXPORT_SYMBOL_GPL vmlinux 0x1f5dde64 find_extend_vma -EXPORT_SYMBOL_GPL vmlinux 0x1f6e9d97 devlink_port_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x1f5f8328 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x1f5ff47b lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0x1f821475 __blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout EXPORT_SYMBOL_GPL vmlinux 0x1f882779 platform_get_irq_byname EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu -EXPORT_SYMBOL_GPL vmlinux 0x1f8fb2e5 rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x1f9e6b7b __devcgroup_check_permission EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x1fad05b3 sysfs_rename_link_ns @@ -9825,20 +9822,21 @@ EXPORT_SYMBOL_GPL vmlinux 0x1fba051d sysfs_merge_group EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs EXPORT_SYMBOL_GPL vmlinux 0x1fef5321 irq_domain_remove EXPORT_SYMBOL_GPL vmlinux 0x201aa9b1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x203a7d34 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame -EXPORT_SYMBOL_GPL vmlinux 0x209df65c nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x20a5de76 pci_epc_stop EXPORT_SYMBOL_GPL vmlinux 0x20ba4597 sbitmap_queue_init_node EXPORT_SYMBOL_GPL vmlinux 0x20c4d00d virtqueue_get_vring EXPORT_SYMBOL_GPL vmlinux 0x20c5512d serdev_device_alloc EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages EXPORT_SYMBOL_GPL vmlinux 0x20e6f928 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x20fd9485 skb_clone_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x211c6715 s390_reset_acc +EXPORT_SYMBOL_GPL vmlinux 0x21398ba8 devlink_region_shapshot_id_get EXPORT_SYMBOL_GPL vmlinux 0x214c8fb0 serdev_device_get_tiocm EXPORT_SYMBOL_GPL vmlinux 0x21502ad4 tpm_try_get_ops EXPORT_SYMBOL_GPL vmlinux 0x2169b89b perf_trace_run_bpf_submit EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio -EXPORT_SYMBOL_GPL vmlinux 0x218a083b __udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x2197b0d6 __vfs_setxattr_locked EXPORT_SYMBOL_GPL vmlinux 0x219b0970 __bio_add_page EXPORT_SYMBOL_GPL vmlinux 0x21a3343d skcipher_walk_aead_decrypt @@ -9846,43 +9844,50 @@ EXPORT_SYMBOL_GPL vmlinux 0x21a9d793 __gfn_to_pfn_memslot EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id EXPORT_SYMBOL_GPL vmlinux 0x21c238c2 transport_remove_device EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e20e7c ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x21f2c414 fat_build_inode EXPORT_SYMBOL_GPL vmlinux 0x220eacfe iomap_is_partially_uptodate EXPORT_SYMBOL_GPL vmlinux 0x220f6228 rcutorture_get_gp_data EXPORT_SYMBOL_GPL vmlinux 0x2211a4c0 blk_op_str EXPORT_SYMBOL_GPL vmlinux 0x22410e9a __page_file_index EXPORT_SYMBOL_GPL vmlinux 0x2246b4dd __tracepoint_block_bio_remap -EXPORT_SYMBOL_GPL vmlinux 0x226f08c3 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x228ff2bd tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x229a7c95 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x22c3bac0 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x22db0fa7 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x22e20b10 chsc_siosl EXPORT_SYMBOL_GPL vmlinux 0x22e5e3a7 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x22ef2b59 iptunnel_handle_offloads EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0x2310ce70 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x231522de fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0x2326717e gfn_to_pfn_memslot -EXPORT_SYMBOL_GPL vmlinux 0x233da0e7 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x233f5316 sprint_oid EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235b05df inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0x235e5caa oiap EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node EXPORT_SYMBOL_GPL vmlinux 0x238ca824 scsi_target_block -EXPORT_SYMBOL_GPL vmlinux 0x23d8206f devlink_dpipe_entry_ctx_prepare -EXPORT_SYMBOL_GPL vmlinux 0x23dbf367 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x2391b7b5 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x23970475 udp6_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x23ebe669 __get_user_pages_fast EXPORT_SYMBOL_GPL vmlinux 0x23f92ab7 ring_buffer_read_page -EXPORT_SYMBOL_GPL vmlinux 0x240c0d88 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x24141b2f seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x243857ee class_create_file_ns EXPORT_SYMBOL_GPL vmlinux 0x243f0b4b crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x2469b00b pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0x247103fb balloon_page_dequeue EXPORT_SYMBOL_GPL vmlinux 0x2489980a input_ff_upload EXPORT_SYMBOL_GPL vmlinux 0x248f0ea1 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x249577f6 tcp_ca_get_key_by_name EXPORT_SYMBOL_GPL vmlinux 0x24b34cbb md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x24c364cd inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x24c6beee nr_iowait EXPORT_SYMBOL_GPL vmlinux 0x24d3a55f __platform_create_bundle EXPORT_SYMBOL_GPL vmlinux 0x24d6a992 report_iommu_fault -EXPORT_SYMBOL_GPL vmlinux 0x25066b08 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x2520a9cc inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x25407d87 register_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0x2555cef4 l3mdev_fib_table_rcu -EXPORT_SYMBOL_GPL vmlinux 0x255ba575 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x258aa3c3 devlink_dpipe_action_put EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk EXPORT_SYMBOL_GPL vmlinux 0x25f1de62 attribute_container_find_class_device EXPORT_SYMBOL_GPL vmlinux 0x25f305df iomap_bmap @@ -9903,21 +9908,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained EXPORT_SYMBOL_GPL vmlinux 0x27545244 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x27572a4c switchdev_handle_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x27579bd6 debugfs_create_atomic_t EXPORT_SYMBOL_GPL vmlinux 0x2773ceef loop_backing_file EXPORT_SYMBOL_GPL vmlinux 0x27b64afd rht_bucket_nested_insert EXPORT_SYMBOL_GPL vmlinux 0x27ba14db __vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x27e38ea4 inet6_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x27e9a3ce tracing_snapshot_cond_disable EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x27f88cbf bsg_remove_queue EXPORT_SYMBOL_GPL vmlinux 0x27fa5f87 tty_buffer_unlock_exclusive EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x284ad606 devlink_health_reporter_create EXPORT_SYMBOL_GPL vmlinux 0x284fe794 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x285c36fe inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2862a6bc pci_store_saved_state EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x289650f3 raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x28a8c058 pm_qos_add_request EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu -EXPORT_SYMBOL_GPL vmlinux 0x28ba76d6 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x28b01a25 pci_hp_add_bridge EXPORT_SYMBOL_GPL vmlinux 0x28d8b49a chsc_scm_info EXPORT_SYMBOL_GPL vmlinux 0x28f5d715 fwnode_graph_get_remote_port EXPORT_SYMBOL_GPL vmlinux 0x290dfb40 gpiod_set_raw_array_value_cansleep @@ -9925,14 +9936,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x2911f662 update_time EXPORT_SYMBOL_GPL vmlinux 0x2924fdc3 wbc_account_cgroup_owner EXPORT_SYMBOL_GPL vmlinux 0x29252e74 __tracepoint_block_unplug EXPORT_SYMBOL_GPL vmlinux 0x294095b5 kill_dev_dax -EXPORT_SYMBOL_GPL vmlinux 0x294edb03 devlink_params_register -EXPORT_SYMBOL_GPL vmlinux 0x2958a9e5 fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x29639995 fuse_fill_super_common -EXPORT_SYMBOL_GPL vmlinux 0x29716f0b fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x297e8727 bsg_setup_queue EXPORT_SYMBOL_GPL vmlinux 0x298be899 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2999c048 xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x29a1e5cf bio_associate_blkg -EXPORT_SYMBOL_GPL vmlinux 0x29c81f55 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x29cd444f lwtunnel_fill_encap EXPORT_SYMBOL_GPL vmlinux 0x29e40496 __bio_try_merge_page EXPORT_SYMBOL_GPL vmlinux 0x29ea2a7f gpiochip_remove EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async @@ -9942,6 +9951,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x2a1289a7 sbitmap_resize EXPORT_SYMBOL_GPL vmlinux 0x2a1538ca lzo1x_decompress_safe EXPORT_SYMBOL_GPL vmlinux 0x2a16aeab wbc_attach_and_unlock_inode EXPORT_SYMBOL_GPL vmlinux 0x2a587a1c tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x2a712b75 __pci_hp_initialize EXPORT_SYMBOL_GPL vmlinux 0x2a7e1ded gfn_to_pfn_memslot_atomic EXPORT_SYMBOL_GPL vmlinux 0x2a94c316 bpf_prog_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0x2a9784b1 shash_free_instance @@ -9953,34 +9963,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x2add410c pid_vnr EXPORT_SYMBOL_GPL vmlinux 0x2ade4458 __kvm_set_memory_region EXPORT_SYMBOL_GPL vmlinux 0x2b053132 vfs_lock_file EXPORT_SYMBOL_GPL vmlinux 0x2b0869dd pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x2b183413 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x2b1cb437 software_node_register EXPORT_SYMBOL_GPL vmlinux 0x2b260a74 __tracepoint_cpu_idle EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update EXPORT_SYMBOL_GPL vmlinux 0x2b477f66 __set_page_dirty EXPORT_SYMBOL_GPL vmlinux 0x2b4e54b6 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x2b6b829f fib_rules_unregister EXPORT_SYMBOL_GPL vmlinux 0x2b70f3c5 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2b8bf0ff skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0x2be74bd6 fuse_dev_alloc_install EXPORT_SYMBOL_GPL vmlinux 0x2bf6b016 kvm_set_memory_region EXPORT_SYMBOL_GPL vmlinux 0x2c2c4532 pkcs7_parse_message EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue -EXPORT_SYMBOL_GPL vmlinux 0x2c5bc627 sk_psock_init EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put EXPORT_SYMBOL_GPL vmlinux 0x2c7d13e2 __ioread32_copy EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping -EXPORT_SYMBOL_GPL vmlinux 0x2c8c9c33 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x2c97ec95 __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x2cbc4165 is_current_mnt_ns EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cec8b23 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x2cf61f89 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x2d0233c3 __vfs_removexattr_noperm EXPORT_SYMBOL_GPL vmlinux 0x2d14fc20 virtqueue_get_buf EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current EXPORT_SYMBOL_GPL vmlinux 0x2d317e8f crypto_register_shash EXPORT_SYMBOL_GPL vmlinux 0x2d37305f fscrypt_symlink_getattr -EXPORT_SYMBOL_GPL vmlinux 0x2d40557b skb_cow_data EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d42fb44 devlink_reload_enable EXPORT_SYMBOL_GPL vmlinux 0x2d4b98b8 task_cgroup_path EXPORT_SYMBOL_GPL vmlinux 0x2d63f0d5 unregister_virtio_device -EXPORT_SYMBOL_GPL vmlinux 0x2d74937a pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x2d7c2dcc elv_unregister EXPORT_SYMBOL_GPL vmlinux 0x2d861475 simple_attr_read EXPORT_SYMBOL_GPL vmlinux 0x2d89a824 __devm_pci_epc_create @@ -9990,39 +10003,38 @@ EXPORT_SYMBOL_GPL vmlinux 0x2df7cbeb rt_mutex_unlock EXPORT_SYMBOL_GPL vmlinux 0x2e034c76 __irq_domain_add EXPORT_SYMBOL_GPL vmlinux 0x2e1d43cf lzo1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace -EXPORT_SYMBOL_GPL vmlinux 0x2e2e607e udp_abort EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu EXPORT_SYMBOL_GPL vmlinux 0x2e383675 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x2e38e488 ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x2eacd05a register_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed70546 __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0x2ee2a8ac transport_destroy_device EXPORT_SYMBOL_GPL vmlinux 0x2ee96834 crypto_register_rng -EXPORT_SYMBOL_GPL vmlinux 0x2eeeefdc switchdev_handle_port_obj_add -EXPORT_SYMBOL_GPL vmlinux 0x2f05bb74 fib4_rule_default -EXPORT_SYMBOL_GPL vmlinux 0x2f14fcd7 __sock_recv_wifi_status -EXPORT_SYMBOL_GPL vmlinux 0x2f1847cc inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f3afd70 __raw_v6_lookup EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register EXPORT_SYMBOL_GPL vmlinux 0x2f424620 crypto_spawn_tfm2 EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec EXPORT_SYMBOL_GPL vmlinux 0x2f4f67c3 look_up_OID EXPORT_SYMBOL_GPL vmlinux 0x2f5145cd dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x2f535672 pci_disable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x2f58667c xas_load EXPORT_SYMBOL_GPL vmlinux 0x2f5cb18b firmware_request_nowarn EXPORT_SYMBOL_GPL vmlinux 0x2f66c85e ring_buffer_empty EXPORT_SYMBOL_GPL vmlinux 0x2f6d9f4d blk_revalidate_disk_zones EXPORT_SYMBOL_GPL vmlinux 0x2f7601a8 noop_set_page_dirty -EXPORT_SYMBOL_GPL vmlinux 0x2f77ab12 pci_reset_bus -EXPORT_SYMBOL_GPL vmlinux 0x2f8a45f8 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x2f9b5413 skcipher_walk_virt -EXPORT_SYMBOL_GPL vmlinux 0x2fb47d43 ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0x2fb538f6 evict_inodes -EXPORT_SYMBOL_GPL vmlinux 0x2fc3c81a xfrm_output -EXPORT_SYMBOL_GPL vmlinux 0x2fc696a9 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x2fc5f67b ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x2fd05770 gmap_create EXPORT_SYMBOL_GPL vmlinux 0x2feac99d watchdog_set_restart_priority EXPORT_SYMBOL_GPL vmlinux 0x3001c53e fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x301816af bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x303790d0 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3040aa7d inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x305a24b9 inet_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x3077e109 crypto_aes_set_key EXPORT_SYMBOL_GPL vmlinux 0x30788f3c unix_outq_len EXPORT_SYMBOL_GPL vmlinux 0x309aa02d __flow_indr_block_cb_register @@ -10037,31 +10049,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x31785f08 __tracepoint_br_fdb_add EXPORT_SYMBOL_GPL vmlinux 0x31a04c49 security_inode_mkdir EXPORT_SYMBOL_GPL vmlinux 0x31a23f5d tpm_pm_resume EXPORT_SYMBOL_GPL vmlinux 0x31af3f5d virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x31ef4e05 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl -EXPORT_SYMBOL_GPL vmlinux 0x322687dd tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x3232e6a6 arch_make_page_accessible EXPORT_SYMBOL_GPL vmlinux 0x323d99d6 debugfs_create_u16 EXPORT_SYMBOL_GPL vmlinux 0x324029d3 debugfs_create_x32 EXPORT_SYMBOL_GPL vmlinux 0x326279a3 gmap_read_table EXPORT_SYMBOL_GPL vmlinux 0x3274d4e2 fwnode_get_next_parent -EXPORT_SYMBOL_GPL vmlinux 0x329b4468 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register EXPORT_SYMBOL_GPL vmlinux 0x32c5da1f serdev_device_write_buf EXPORT_SYMBOL_GPL vmlinux 0x32c6c604 __tracepoint_attach_device_to_domain -EXPORT_SYMBOL_GPL vmlinux 0x32cea338 nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0x32d623bf blk_stat_enable_accounting -EXPORT_SYMBOL_GPL vmlinux 0x32d6aac0 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x330b78a2 blk_insert_cloned_request EXPORT_SYMBOL_GPL vmlinux 0x3314fe63 subsys_dev_iter_next -EXPORT_SYMBOL_GPL vmlinux 0x331df640 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x334eb3c2 dma_buf_get EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x3389d7e1 blkg_lookup_slowpath -EXPORT_SYMBOL_GPL vmlinux 0x339b1363 call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0x33b79691 __blk_req_zone_write_lock EXPORT_SYMBOL_GPL vmlinux 0x33c2c23b fscrypt_ioctl_add_key EXPORT_SYMBOL_GPL vmlinux 0x33ce5deb alarm_expires_remaining @@ -10073,6 +10080,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x341b4ee9 __kthread_init_worker EXPORT_SYMBOL_GPL vmlinux 0x3421ca7c __tracepoint_neigh_event_send_dead EXPORT_SYMBOL_GPL vmlinux 0x343fb9ed dma_resv_get_fences_rcu EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x346b3d03 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x346bc508 debugfs_print_regs32 EXPORT_SYMBOL_GPL vmlinux 0x34859173 iommu_unmap EXPORT_SYMBOL_GPL vmlinux 0x348674fb appldata_unregister_ops @@ -10083,9 +10091,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x34a85c42 irq_create_mapping_affinity EXPORT_SYMBOL_GPL vmlinux 0x34c61570 bpf_map_inc_not_zero EXPORT_SYMBOL_GPL vmlinux 0x34ef8ae4 tpmm_chip_alloc EXPORT_SYMBOL_GPL vmlinux 0x35003df3 devprop_gpiochip_set_names +EXPORT_SYMBOL_GPL vmlinux 0x350df9de skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x350ee7d9 __pneigh_lookup EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy EXPORT_SYMBOL_GPL vmlinux 0x355d32bc cio_cancel_halt_clear EXPORT_SYMBOL_GPL vmlinux 0x35906763 ptep_test_and_clear_uc +EXPORT_SYMBOL_GPL vmlinux 0x35b1ffcc bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x35b49934 set_cpus_allowed_ptr EXPORT_SYMBOL_GPL vmlinux 0x35bfdfcc register_virtio_driver EXPORT_SYMBOL_GPL vmlinux 0x35c68ca5 crypto_stats_skcipher_decrypt @@ -10097,36 +10108,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x36224935 __vfs_removexattr_locked EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process EXPORT_SYMBOL_GPL vmlinux 0x3625af61 __page_file_mapping EXPORT_SYMBOL_GPL vmlinux 0x36336abf crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x367eccb7 tcp_twsk_destructor EXPORT_SYMBOL_GPL vmlinux 0x3683bff1 __serdev_device_driver_register EXPORT_SYMBOL_GPL vmlinux 0x368df0cf aead_geniv_free -EXPORT_SYMBOL_GPL vmlinux 0x36950fc3 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x3697d5ec nf_queue EXPORT_SYMBOL_GPL vmlinux 0x369bec65 crypto_shash_setkey EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot EXPORT_SYMBOL_GPL vmlinux 0x36d61e2b gmap_make_secure +EXPORT_SYMBOL_GPL vmlinux 0x36d8e584 nf_queue_entry_get_refs EXPORT_SYMBOL_GPL vmlinux 0x36e46f12 blocking_notifier_chain_cond_register EXPORT_SYMBOL_GPL vmlinux 0x373806bc kvm_vcpu_unmap -EXPORT_SYMBOL_GPL vmlinux 0x37a5431a fib6_rule_default -EXPORT_SYMBOL_GPL vmlinux 0x37cc899b sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x37c58605 pci_common_swizzle EXPORT_SYMBOL_GPL vmlinux 0x37d91600 crypto_mod_put EXPORT_SYMBOL_GPL vmlinux 0x37ea659f add_memory EXPORT_SYMBOL_GPL vmlinux 0x3811fcb2 bdev_read_page EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection -EXPORT_SYMBOL_GPL vmlinux 0x385efc80 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0x386346f1 blkcg_root EXPORT_SYMBOL_GPL vmlinux 0x386a30f8 __put_net EXPORT_SYMBOL_GPL vmlinux 0x3873e4b8 raw_v6_hashinfo EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389dfd22 rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x38a184f0 device_match_devt -EXPORT_SYMBOL_GPL vmlinux 0x38b39766 bpf_prog_create EXPORT_SYMBOL_GPL vmlinux 0x38db861a iomap_dio_rw EXPORT_SYMBOL_GPL vmlinux 0x38dc8dfa device_change_owner -EXPORT_SYMBOL_GPL vmlinux 0x3907fe6b ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x39157a03 ahash_free_instance EXPORT_SYMBOL_GPL vmlinux 0x391faa14 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3929113c call_switchdev_notifiers EXPORT_SYMBOL_GPL vmlinux 0x3929dd16 iomap_truncate_page EXPORT_SYMBOL_GPL vmlinux 0x393ffa6f asymmetric_key_generate_id EXPORT_SYMBOL_GPL vmlinux 0x3966e9f2 fsnotify EXPORT_SYMBOL_GPL vmlinux 0x396c0746 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x39b7a405 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0x39c67ed1 platform_device_unregister EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x39e61495 nf_logger_request_module @@ -10138,73 +10150,75 @@ EXPORT_SYMBOL_GPL vmlinux 0x3a4c1c63 iomap_readpages EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked EXPORT_SYMBOL_GPL vmlinux 0x3a57d09d crypto_alg_sem -EXPORT_SYMBOL_GPL vmlinux 0x3a5e8c95 devlink_is_reload_failed -EXPORT_SYMBOL_GPL vmlinux 0x3a747e39 lwtunnel_xmit -EXPORT_SYMBOL_GPL vmlinux 0x3a893386 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x3a58bf79 devlink_dpipe_table_register EXPORT_SYMBOL_GPL vmlinux 0x3a8cdc5c __hrtimer_get_remaining EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial EXPORT_SYMBOL_GPL vmlinux 0x3aba1509 driver_register EXPORT_SYMBOL_GPL vmlinux 0x3abb254d crypto_init_spawn -EXPORT_SYMBOL_GPL vmlinux 0x3adc0d50 inet_hash_connect -EXPORT_SYMBOL_GPL vmlinux 0x3af779a9 tcp_register_congestion_control -EXPORT_SYMBOL_GPL vmlinux 0x3afc0894 __raw_v6_lookup -EXPORT_SYMBOL_GPL vmlinux 0x3b3b8b42 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x3b19cbbc xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x3b3a44f5 fib_rules_lookup EXPORT_SYMBOL_GPL vmlinux 0x3b62c25b device_create_bin_file -EXPORT_SYMBOL_GPL vmlinux 0x3b939c46 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x3b656a55 devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x3b8d5438 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset EXPORT_SYMBOL_GPL vmlinux 0x3ba78727 blk_lld_busy EXPORT_SYMBOL_GPL vmlinux 0x3bda966d crypto_unregister_akcipher EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer -EXPORT_SYMBOL_GPL vmlinux 0x3bf78e5a __rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0x3bf84256 __fput_sync EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check EXPORT_SYMBOL_GPL vmlinux 0x3c5a0955 fat_alloc_new_dir EXPORT_SYMBOL_GPL vmlinux 0x3c5deb86 md_bitmap_load EXPORT_SYMBOL_GPL vmlinux 0x3c6819d5 ahash_attr_alg -EXPORT_SYMBOL_GPL vmlinux 0x3c8cf701 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3caeac54 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x3cc15887 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0x3cc60807 evm_set_key EXPORT_SYMBOL_GPL vmlinux 0x3ccfe2c1 __wake_up_sync_key EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness EXPORT_SYMBOL_GPL vmlinux 0x3ceac244 scsi_dh_set_params EXPORT_SYMBOL_GPL vmlinux 0x3d1e1300 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x3d27d8c1 devlink_params_unpublish EXPORT_SYMBOL_GPL vmlinux 0x3d36724f gpiod_get_raw_array_value -EXPORT_SYMBOL_GPL vmlinux 0x3d478620 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6d5003 pci_user_read_config_dword EXPORT_SYMBOL_GPL vmlinux 0x3d6dce08 eventfd_fget EXPORT_SYMBOL_GPL vmlinux 0x3d6e231b serdev_controller_add EXPORT_SYMBOL_GPL vmlinux 0x3d74dbbf alarm_init EXPORT_SYMBOL_GPL vmlinux 0x3d97ac72 crypto_unregister_kpp EXPORT_SYMBOL_GPL vmlinux 0x3d9d190c net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x3da09edc sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x3da2ca9c d_walk -EXPORT_SYMBOL_GPL vmlinux 0x3db11814 clean_acked_data_enable EXPORT_SYMBOL_GPL vmlinux 0x3dc5b577 serdev_device_remove EXPORT_SYMBOL_GPL vmlinux 0x3dcfedda percpu_down_write EXPORT_SYMBOL_GPL vmlinux 0x3dd1f8a9 ring_buffer_empty_cpu EXPORT_SYMBOL_GPL vmlinux 0x3dd28d15 vfs_removexattr EXPORT_SYMBOL_GPL vmlinux 0x3dd6c690 class_compat_create_link EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final -EXPORT_SYMBOL_GPL vmlinux 0x3df19fb5 rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x3df3d0f6 blkcg_activate_policy EXPORT_SYMBOL_GPL vmlinux 0x3df45393 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x3dfc351f init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x3e1f72e0 kvm_vcpu_cache EXPORT_SYMBOL_GPL vmlinux 0x3e26f855 flow_indr_block_cb_register EXPORT_SYMBOL_GPL vmlinux 0x3e2e5492 net_dm_hw_report +EXPORT_SYMBOL_GPL vmlinux 0x3e3c3feb ping_err EXPORT_SYMBOL_GPL vmlinux 0x3e3efaf2 ipl_info EXPORT_SYMBOL_GPL vmlinux 0x3e51e9a2 ccw_device_get_util_str EXPORT_SYMBOL_GPL vmlinux 0x3e5b9764 devm_gpiod_get_index EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3eae5937 sk_detach_filter EXPORT_SYMBOL_GPL vmlinux 0x3ec6b98f iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x3ed24145 pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0x3ed260aa rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x3ed83113 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x3ee09bfc key_type_trusted EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc EXPORT_SYMBOL_GPL vmlinux 0x3efd1889 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x3f1135f0 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x3f209909 scsi_dh_attached_handler_name EXPORT_SYMBOL_GPL vmlinux 0x3f2b2ed7 dma_buf_export -EXPORT_SYMBOL_GPL vmlinux 0x3f31e7ac dev_fill_metadata_dst -EXPORT_SYMBOL_GPL vmlinux 0x3f591bca pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0x3f637e42 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x3f789756 tcp_cong_avoid_ai EXPORT_SYMBOL_GPL vmlinux 0x3f83b99c __sbitmap_queue_get EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive EXPORT_SYMBOL_GPL vmlinux 0x3f8ab72e devlink_fmsg_bool_put @@ -10214,25 +10228,24 @@ EXPORT_SYMBOL_GPL vmlinux 0x3faf6e26 register_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x3fbd8eb3 fscrypt_ioctl_remove_key EXPORT_SYMBOL_GPL vmlinux 0x3fc3c227 bus_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x3fd7f4ef device_get_match_data -EXPORT_SYMBOL_GPL vmlinux 0x3fe883f8 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0x3fe97668 sysfs_create_link_nowarn EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next -EXPORT_SYMBOL_GPL vmlinux 0x400261af xdp_do_generic_redirect EXPORT_SYMBOL_GPL vmlinux 0x4002e41a crypto_stats_ahash_update EXPORT_SYMBOL_GPL vmlinux 0x400e51b2 rhashtable_free_and_destroy EXPORT_SYMBOL_GPL vmlinux 0x401a06d9 sysfs_file_change_owner EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one EXPORT_SYMBOL_GPL vmlinux 0x4047e4e2 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4047f2d9 fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0x405c1835 bpf_trace_run11 EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout EXPORT_SYMBOL_GPL vmlinux 0x408d2a04 play_idle EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free EXPORT_SYMBOL_GPL vmlinux 0x409fa4f8 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x40ac41f3 inet_csk_listen_stop EXPORT_SYMBOL_GPL vmlinux 0x40c5e7d5 dm_accept_partial_bio EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before EXPORT_SYMBOL_GPL vmlinux 0x410f47ef scatterwalk_copychunks -EXPORT_SYMBOL_GPL vmlinux 0x413d78a7 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0x4143535d devm_free_pages EXPORT_SYMBOL_GPL vmlinux 0x415b30d9 perf_aux_output_flag EXPORT_SYMBOL_GPL vmlinux 0x415fb0d8 blk_trace_remove @@ -10246,15 +10259,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x41f80f51 subsys_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x4209610a unregister_asymmetric_key_parser EXPORT_SYMBOL_GPL vmlinux 0x42214614 __ftrace_vbprintk -EXPORT_SYMBOL_GPL vmlinux 0x42346aa7 pci_intx -EXPORT_SYMBOL_GPL vmlinux 0x42429122 ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0x425d2046 device_match_any -EXPORT_SYMBOL_GPL vmlinux 0x4264f909 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x427fb4a6 tcp_reno_undo_cwnd EXPORT_SYMBOL_GPL vmlinux 0x42823699 device_match_fwnode EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active EXPORT_SYMBOL_GPL vmlinux 0x42b17370 exportfs_encode_fh -EXPORT_SYMBOL_GPL vmlinux 0x432496db devlink_port_type_eth_set -EXPORT_SYMBOL_GPL vmlinux 0x43249edf netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x43293c20 crypto_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0x4335a58e sysfs_remove_files EXPORT_SYMBOL_GPL vmlinux 0x433811a5 gmap_get_enabled @@ -10264,10 +10273,11 @@ EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled EXPORT_SYMBOL_GPL vmlinux 0x4398776f l3mdev_link_scope_lookup EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x43c33665 isc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43c5cd66 skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x440406f4 param_set_bool_enable_only EXPORT_SYMBOL_GPL vmlinux 0x440be4b9 trace_seq_putmem EXPORT_SYMBOL_GPL vmlinux 0x44199e5c iommu_map -EXPORT_SYMBOL_GPL vmlinux 0x4432e429 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x444efce1 dst_cache_get EXPORT_SYMBOL_GPL vmlinux 0x445cf356 flow_indr_del_block_cb EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe EXPORT_SYMBOL_GPL vmlinux 0x44a01d90 exportfs_encode_inode_fh @@ -10280,27 +10290,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list EXPORT_SYMBOL_GPL vmlinux 0x459ac183 vfs_write EXPORT_SYMBOL_GPL vmlinux 0x45afb04a blk_mq_queue_inflight EXPORT_SYMBOL_GPL vmlinux 0x45b3cd6d device_find_child_by_name -EXPORT_SYMBOL_GPL vmlinux 0x45d5bc8c nexthop_find_by_id -EXPORT_SYMBOL_GPL vmlinux 0x45dff60c ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue EXPORT_SYMBOL_GPL vmlinux 0x46066f5e bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4616f9ab inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x4646b6ce fib_rule_matchall EXPORT_SYMBOL_GPL vmlinux 0x467dbe89 cgroup_path_ns EXPORT_SYMBOL_GPL vmlinux 0x467efefd dma_can_mmap EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x46a21bfd xfrm_output_resume -EXPORT_SYMBOL_GPL vmlinux 0x46c0477d pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x469b4709 fib6_check_nexthop EXPORT_SYMBOL_GPL vmlinux 0x46efa0d8 virtqueue_add_inbuf_ctx EXPORT_SYMBOL_GPL vmlinux 0x46f42be0 devlink_fmsg_u8_put EXPORT_SYMBOL_GPL vmlinux 0x4708ca75 iommu_unmap_fast EXPORT_SYMBOL_GPL vmlinux 0x470be0e9 perf_event_refresh EXPORT_SYMBOL_GPL vmlinux 0x4712e014 dma_buf_kunmap -EXPORT_SYMBOL_GPL vmlinux 0x471534db inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x471bb99d trace_seq_path -EXPORT_SYMBOL_GPL vmlinux 0x471f87d6 cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request -EXPORT_SYMBOL_GPL vmlinux 0x4726ed0e devlink_traps_register EXPORT_SYMBOL_GPL vmlinux 0x472fe4c3 blkdev_write_iter -EXPORT_SYMBOL_GPL vmlinux 0x473139b6 inet_csk_listen_start EXPORT_SYMBOL_GPL vmlinux 0x476167c8 remove_memory EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier EXPORT_SYMBOL_GPL vmlinux 0x476833d1 dax_finish_sync_fault @@ -10313,44 +10318,49 @@ EXPORT_SYMBOL_GPL vmlinux 0x47f52a7b query_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0x47f5c623 perf_trace_buf_alloc EXPORT_SYMBOL_GPL vmlinux 0x47faf03b iommu_detach_group EXPORT_SYMBOL_GPL vmlinux 0x4826df34 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x4846d757 pci_assign_unassigned_bridge_resources EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting EXPORT_SYMBOL_GPL vmlinux 0x486394b4 mddev_create_wb_pool EXPORT_SYMBOL_GPL vmlinux 0x488b3ff3 bpf_trace_run12 EXPORT_SYMBOL_GPL vmlinux 0x48a2b1cd vma_kernel_pagesize -EXPORT_SYMBOL_GPL vmlinux 0x48acd586 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0x48b574f7 debugfs_attr_write EXPORT_SYMBOL_GPL vmlinux 0x48bbf525 klist_next -EXPORT_SYMBOL_GPL vmlinux 0x48e41420 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x48c03f52 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x48c3a31b devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0x48ef9192 pci_find_next_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x4908350e relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x490c8d3b tun_get_tx_ring EXPORT_SYMBOL_GPL vmlinux 0x490e3714 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x491d6251 pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x49260863 blk_mq_start_stopped_hw_queue EXPORT_SYMBOL_GPL vmlinux 0x492655f6 cio_clear EXPORT_SYMBOL_GPL vmlinux 0x496413f7 device_property_read_u8_array EXPORT_SYMBOL_GPL vmlinux 0x49654ab9 fat_sync_inode EXPORT_SYMBOL_GPL vmlinux 0x496c60c2 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x498557d2 dev_fill_metadata_dst EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue EXPORT_SYMBOL_GPL vmlinux 0x49bff8fa virtqueue_notify -EXPORT_SYMBOL_GPL vmlinux 0x49c45d1d udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0x49d077e2 fixup_user_fault EXPORT_SYMBOL_GPL vmlinux 0x49db5c64 __tracepoint_neigh_event_send_done EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x4a11c34b devm_gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0x4a18d4f0 security_path_chown EXPORT_SYMBOL_GPL vmlinux 0x4a2e1dae gfn_to_hva_memslot -EXPORT_SYMBOL_GPL vmlinux 0x4a40d8df pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0x4a44cefb device_del +EXPORT_SYMBOL_GPL vmlinux 0x4a4b76d3 pci_generic_config_write32 EXPORT_SYMBOL_GPL vmlinux 0x4a4be66e akcipher_register_instance EXPORT_SYMBOL_GPL vmlinux 0x4a65d001 __xas_prev EXPORT_SYMBOL_GPL vmlinux 0x4a7bc49a preempt_notifier_register EXPORT_SYMBOL_GPL vmlinux 0x4aa0031b kvm_init EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab983ce dev_nit_active EXPORT_SYMBOL_GPL vmlinux 0x4ac4f475 security_inode_create EXPORT_SYMBOL_GPL vmlinux 0x4acde541 security_inode_setattr EXPORT_SYMBOL_GPL vmlinux 0x4af76325 thp_get_unmapped_area -EXPORT_SYMBOL_GPL vmlinux 0x4b075eb3 skb_defer_rx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x4b17e177 kernel_read_file_from_fd EXPORT_SYMBOL_GPL vmlinux 0x4b3a57ee fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x4b57333d napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x4b83c194 set_online_page_callback EXPORT_SYMBOL_GPL vmlinux 0x4b840dfd probe_kernel_read EXPORT_SYMBOL_GPL vmlinux 0x4ba88dcb chsc_sgib @@ -10359,23 +10369,20 @@ EXPORT_SYMBOL_GPL vmlinux 0x4bb6faf6 get_kernel_page EXPORT_SYMBOL_GPL vmlinux 0x4bcb9713 decrypt_blob EXPORT_SYMBOL_GPL vmlinux 0x4bd89c5a css_chsc_characteristics EXPORT_SYMBOL_GPL vmlinux 0x4beb0cd1 devm_gpio_request_one -EXPORT_SYMBOL_GPL vmlinux 0x4bf31319 napi_hash_del EXPORT_SYMBOL_GPL vmlinux 0x4c0e1576 security_path_symlink EXPORT_SYMBOL_GPL vmlinux 0x4c171245 serdev_controller_alloc EXPORT_SYMBOL_GPL vmlinux 0x4c1becbc gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4c47999e fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x4c4c1cf3 inet_csk_clone_lock EXPORT_SYMBOL_GPL vmlinux 0x4c51e00d kvm_release_page_clean EXPORT_SYMBOL_GPL vmlinux 0x4c5c57cb kmsg_dump_get_buffer EXPORT_SYMBOL_GPL vmlinux 0x4c7ae83d key_type_logon -EXPORT_SYMBOL_GPL vmlinux 0x4c8e312d skb_tstamp_tx -EXPORT_SYMBOL_GPL vmlinux 0x4c99337c xfrm_audit_state_notfound -EXPORT_SYMBOL_GPL vmlinux 0x4cb705c1 devlink_resource_occ_get_register EXPORT_SYMBOL_GPL vmlinux 0x4cc1cff3 netlink_add_tap -EXPORT_SYMBOL_GPL vmlinux 0x4cc2d7cb pci_bridge_secondary_bus_reset EXPORT_SYMBOL_GPL vmlinux 0x4cdc3981 crypto_unregister_algs -EXPORT_SYMBOL_GPL vmlinux 0x4ce9485b inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0x4cf97736 bio_disassociate_blkg EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable EXPORT_SYMBOL_GPL vmlinux 0x4d028b6b account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x4d0bf7cf pci_destroy_slot EXPORT_SYMBOL_GPL vmlinux 0x4d0d6ce6 md_rdev_clear EXPORT_SYMBOL_GPL vmlinux 0x4d101672 crypto_alloc_instance EXPORT_SYMBOL_GPL vmlinux 0x4d1fb62c blk_mq_sched_request_inserted @@ -10384,20 +10391,26 @@ EXPORT_SYMBOL_GPL vmlinux 0x4d4d7b79 blk_mq_map_queues EXPORT_SYMBOL_GPL vmlinux 0x4d50b2a2 bus_get_kset EXPORT_SYMBOL_GPL vmlinux 0x4d54f36c subsys_system_register EXPORT_SYMBOL_GPL vmlinux 0x4d55829d cmf_readall +EXPORT_SYMBOL_GPL vmlinux 0x4d707d92 nf_checksum EXPORT_SYMBOL_GPL vmlinux 0x4d7c5fad css_sch_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x4dc04006 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4dd0a9bd ip6_route_output_flags EXPORT_SYMBOL_GPL vmlinux 0x4dd9d14d cn_netlink_send_mult EXPORT_SYMBOL_GPL vmlinux 0x4dde2541 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x4df93d7b tcp_leave_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries EXPORT_SYMBOL_GPL vmlinux 0x4e1b7539 kvm_vcpu_on_spin -EXPORT_SYMBOL_GPL vmlinux 0x4e27fcc6 strp_process EXPORT_SYMBOL_GPL vmlinux 0x4e2eca48 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x4e34a5f0 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0x4e35e356 crypto_alloc_shash EXPORT_SYMBOL_GPL vmlinux 0x4e39ad29 kvm_read_guest EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean EXPORT_SYMBOL_GPL vmlinux 0x4e5aa410 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4ea907bc pci_enable_ats EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt EXPORT_SYMBOL_GPL vmlinux 0x4eb325c7 fat_time_unix2fat EXPORT_SYMBOL_GPL vmlinux 0x4ec153c6 nr_running +EXPORT_SYMBOL_GPL vmlinux 0x4ed0f16e fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x4eda64e8 blocking_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x4edfac93 md_allow_write EXPORT_SYMBOL_GPL vmlinux 0x4ee74a4e serdev_device_set_flow_control @@ -10405,7 +10418,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x4ef2b829 component_add EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context EXPORT_SYMBOL_GPL vmlinux 0x4f10c7f2 __gmap_translate EXPORT_SYMBOL_GPL vmlinux 0x4f2779c3 gmap_shadow -EXPORT_SYMBOL_GPL vmlinux 0x4f3a2ee4 sock_gen_put EXPORT_SYMBOL_GPL vmlinux 0x4f4b63b9 blk_mq_bio_list_merge EXPORT_SYMBOL_GPL vmlinux 0x4f66ccfa fwnode_graph_get_remote_endpoint EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads @@ -10413,7 +10425,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x4fb70ffd gpiochip_set_nested_irqchip EXPORT_SYMBOL_GPL vmlinux 0x4fbf9fe9 do_splice_from EXPORT_SYMBOL_GPL vmlinux 0x4fc01e17 device_create_with_groups EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier -EXPORT_SYMBOL_GPL vmlinux 0x50329e13 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4fee0da5 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x503693ff pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x50600e56 metadata_dst_alloc EXPORT_SYMBOL_GPL vmlinux 0x50639547 device_property_read_u64_array EXPORT_SYMBOL_GPL vmlinux 0x5065b6d5 device_link_add EXPORT_SYMBOL_GPL vmlinux 0x507c8dba firmware_config_table @@ -10424,42 +10438,50 @@ EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start EXPORT_SYMBOL_GPL vmlinux 0x50a63f93 __tracepoint_devlink_hwmsg EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fe77a1 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0x5100ce8e device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x5110f804 pci_d3cold_disable EXPORT_SYMBOL_GPL vmlinux 0x51294096 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x512ae042 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x512ca5a0 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0x514375c7 crypto_stats_decompress EXPORT_SYMBOL_GPL vmlinux 0x515d14ec __wake_up_sync EXPORT_SYMBOL_GPL vmlinux 0x517a7975 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x51978286 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x51a134d2 PageHuge EXPORT_SYMBOL_GPL vmlinux 0x51a77375 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x51c067ea ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0x51e30855 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x520e44a7 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0x52121118 __tracepoint_non_standard_event -EXPORT_SYMBOL_GPL vmlinux 0x5218cb42 pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0x5218d9f2 ftrace_ops_set_global_filter EXPORT_SYMBOL_GPL vmlinux 0x522a520a srcu_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock EXPORT_SYMBOL_GPL vmlinux 0x5262e5ec md_start EXPORT_SYMBOL_GPL vmlinux 0x5263bd97 class_destroy -EXPORT_SYMBOL_GPL vmlinux 0x5286d139 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x527aa9c9 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x52beae7b devlink_port_unregister EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put EXPORT_SYMBOL_GPL vmlinux 0x52e75d20 get_device +EXPORT_SYMBOL_GPL vmlinux 0x52e9f302 iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x52ec55be wb_writeout_inc EXPORT_SYMBOL_GPL vmlinux 0x52f479d0 tty_perform_flush EXPORT_SYMBOL_GPL vmlinux 0x52f562c3 bpf_prog_get_type_dev EXPORT_SYMBOL_GPL vmlinux 0x52f6251d perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x53137a5f nexthop_select_path EXPORT_SYMBOL_GPL vmlinux 0x53180ee1 bpf_map_inc EXPORT_SYMBOL_GPL vmlinux 0x532cd63f scsi_check_sense EXPORT_SYMBOL_GPL vmlinux 0x5355949c blk_rq_err_bytes -EXPORT_SYMBOL_GPL vmlinux 0x53bfb327 pcie_update_link_speed EXPORT_SYMBOL_GPL vmlinux 0x53c5fee0 skcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0x53d7d001 scsi_unregister_device_handler -EXPORT_SYMBOL_GPL vmlinux 0x5406737a devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run EXPORT_SYMBOL_GPL vmlinux 0x5426a99f gmap_unregister_pte_notifier EXPORT_SYMBOL_GPL vmlinux 0x544dc079 fb_deferred_io_fsync EXPORT_SYMBOL_GPL vmlinux 0x544ebe79 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x546c8b89 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0x547f4bb2 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x5480650f ping_queue_rcv_skb EXPORT_SYMBOL_GPL vmlinux 0x5482ce26 device_remove_file_self -EXPORT_SYMBOL_GPL vmlinux 0x5492cb24 alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq EXPORT_SYMBOL_GPL vmlinux 0x54beff9e netlink_has_listeners EXPORT_SYMBOL_GPL vmlinux 0x54c4cff8 __unwind_start @@ -10468,15 +10490,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x55218ad7 relay_close EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0x554d8135 tty_register_device_attr -EXPORT_SYMBOL_GPL vmlinux 0x5556f31a udp6_lib_lookup_skb +EXPORT_SYMBOL_GPL vmlinux 0x554dffb2 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x5565078d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x55707eba inet_csk_compat_setsockopt EXPORT_SYMBOL_GPL vmlinux 0x55762f07 blk_add_driver_data EXPORT_SYMBOL_GPL vmlinux 0x5581cc94 scsi_target_unblock EXPORT_SYMBOL_GPL vmlinux 0x559b27f8 xdp_do_flush_map EXPORT_SYMBOL_GPL vmlinux 0x55a2f252 virtio_config_changed -EXPORT_SYMBOL_GPL vmlinux 0x55a778d7 ipv6_stub EXPORT_SYMBOL_GPL vmlinux 0x55ad7901 aead_register_instance -EXPORT_SYMBOL_GPL vmlinux 0x55d8d19a bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout EXPORT_SYMBOL_GPL vmlinux 0x55eede59 gpiochip_unlock_as_irq EXPORT_SYMBOL_GPL vmlinux 0x55f2580b __alloc_percpu @@ -10489,66 +10510,67 @@ EXPORT_SYMBOL_GPL vmlinux 0x5624f5ab tpm_chip_unregister EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate EXPORT_SYMBOL_GPL vmlinux 0x564840d5 pci_epc_clear_bar -EXPORT_SYMBOL_GPL vmlinux 0x5648465a nf_queue_nf_hook_drop -EXPORT_SYMBOL_GPL vmlinux 0x565adb7e devlink_port_param_value_changed -EXPORT_SYMBOL_GPL vmlinux 0x568ff4e1 nfnl_ct_hook EXPORT_SYMBOL_GPL vmlinux 0x56a62224 inode_sb_list_add EXPORT_SYMBOL_GPL vmlinux 0x56b435ca crypto_shash_final -EXPORT_SYMBOL_GPL vmlinux 0x56c8493f netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x56c98df0 tcp_register_ulp EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up -EXPORT_SYMBOL_GPL vmlinux 0x56f8dbb4 sk_set_memalloc EXPORT_SYMBOL_GPL vmlinux 0x57082f06 sysfs_remove_bin_file EXPORT_SYMBOL_GPL vmlinux 0x570ea11a pci_epc_get EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on EXPORT_SYMBOL_GPL vmlinux 0x5737d79e fsverity_ioctl_enable EXPORT_SYMBOL_GPL vmlinux 0x573b5453 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x574b0837 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x5763f283 devlink_params_register EXPORT_SYMBOL_GPL vmlinux 0x577a8608 find_asymmetric_key EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove -EXPORT_SYMBOL_GPL vmlinux 0x579cd610 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x5791b057 bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57e946b8 inet6_csk_xmit EXPORT_SYMBOL_GPL vmlinux 0x57f70547 secure_ipv4_port_ephemeral EXPORT_SYMBOL_GPL vmlinux 0x57ffa875 dma_resv_wait_timeout_rcu EXPORT_SYMBOL_GPL vmlinux 0x5819ba15 preempt_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock EXPORT_SYMBOL_GPL vmlinux 0x5841341a tty_prepare_flip_string EXPORT_SYMBOL_GPL vmlinux 0x584dd21e vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x5867dfa8 raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0x58692c1e shash_ahash_update -EXPORT_SYMBOL_GPL vmlinux 0x586a1c52 pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x588a71d1 virtqueue_get_desc_addr EXPORT_SYMBOL_GPL vmlinux 0x588bd6f8 housekeeping_affine EXPORT_SYMBOL_GPL vmlinux 0x5898fa3b kernel_kobj EXPORT_SYMBOL_GPL vmlinux 0x58a730c0 cleanup_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x58ae63f9 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x58b128a4 devlink_port_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x58c77899 __fsnotify_inode_delete EXPORT_SYMBOL_GPL vmlinux 0x590ebeb8 badblocks_exit EXPORT_SYMBOL_GPL vmlinux 0x5946090f apply_to_page_range -EXPORT_SYMBOL_GPL vmlinux 0x5949f8af raw_seq_next EXPORT_SYMBOL_GPL vmlinux 0x59549ceb iommu_fwspec_free EXPORT_SYMBOL_GPL vmlinux 0x595adbe4 kvm_vcpu_map EXPORT_SYMBOL_GPL vmlinux 0x595ed380 __percpu_init_rwsem -EXPORT_SYMBOL_GPL vmlinux 0x596ee634 __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0x596f26dd virtqueue_get_avail_addr EXPORT_SYMBOL_GPL vmlinux 0x596fe31a public_key_verify_signature EXPORT_SYMBOL_GPL vmlinux 0x597f726d attribute_container_register EXPORT_SYMBOL_GPL vmlinux 0x599471e4 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x59ad76a6 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0x59bd12b2 crypto_alloc_akcipher EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x5a231e6a pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0x5a47932a gpiod_get_optional EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify EXPORT_SYMBOL_GPL vmlinux 0x5aa699b1 blk_mq_request_completed EXPORT_SYMBOL_GPL vmlinux 0x5abf794f kstrdup_quotable_cmdline -EXPORT_SYMBOL_GPL vmlinux 0x5b12ab18 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x5ac9f8ea is_skb_forwardable EXPORT_SYMBOL_GPL vmlinux 0x5b1854f3 kobject_uevent_env EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek EXPORT_SYMBOL_GPL vmlinux 0x5b2524de dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x5b4d1488 devlink_resources_unregister EXPORT_SYMBOL_GPL vmlinux 0x5b55d207 scsi_internal_device_block_nowait EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment EXPORT_SYMBOL_GPL vmlinux 0x5b789e55 tty_mode_ioctl EXPORT_SYMBOL_GPL vmlinux 0x5b7b6d8a blkcipher_walk_phys -EXPORT_SYMBOL_GPL vmlinux 0x5b8b2c68 pcie_has_flr +EXPORT_SYMBOL_GPL vmlinux 0x5b835d12 __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd EXPORT_SYMBOL_GPL vmlinux 0x5bcc8c00 gpio_to_desc EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng @@ -10558,23 +10580,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x5c193b56 badblocks_store EXPORT_SYMBOL_GPL vmlinux 0x5c2bcd37 bpf_warn_invalid_xdp_action EXPORT_SYMBOL_GPL vmlinux 0x5c2cfba4 iommu_group_for_each_dev EXPORT_SYMBOL_GPL vmlinux 0x5c3479b1 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x5c60b1dd skb_partial_csum_set EXPORT_SYMBOL_GPL vmlinux 0x5c66f0b2 disk_part_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x5c76cbe6 get_dcookie EXPORT_SYMBOL_GPL vmlinux 0x5ca15419 device_property_read_u32_array EXPORT_SYMBOL_GPL vmlinux 0x5ccb41e3 class_interface_unregister EXPORT_SYMBOL_GPL vmlinux 0x5cce95f5 xdp_return_frame -EXPORT_SYMBOL_GPL vmlinux 0x5ce6a0cf ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x5d0090d7 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x5d56f8c3 pci_hp_create_module_link EXPORT_SYMBOL_GPL vmlinux 0x5d74d791 gpiod_count EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact EXPORT_SYMBOL_GPL vmlinux 0x5dad4b1f crypto_stats_ablkcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0x5dbbd6b3 xdp_rxq_info_unused -EXPORT_SYMBOL_GPL vmlinux 0x5df5ae5b nf_queue -EXPORT_SYMBOL_GPL vmlinux 0x5dfd5d56 dst_cache_get_ip6 -EXPORT_SYMBOL_GPL vmlinux 0x5e05329b bpf_redirect_info EXPORT_SYMBOL_GPL vmlinux 0x5e0b3f66 gpiod_add_lookup_table EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x5e2f7189 direct_make_request +EXPORT_SYMBOL_GPL vmlinux 0x5e37c6f8 fib_nh_common_release EXPORT_SYMBOL_GPL vmlinux 0x5e50deec shmem_file_setup_with_mnt EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl @@ -10589,9 +10610,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x5f379bea init_user_ns EXPORT_SYMBOL_GPL vmlinux 0x5f613335 gmap_fault EXPORT_SYMBOL_GPL vmlinux 0x5f66b059 sock_diag_save_cookie EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private -EXPORT_SYMBOL_GPL vmlinux 0x5f996985 ping_hash EXPORT_SYMBOL_GPL vmlinux 0x5fa13946 device_unregister -EXPORT_SYMBOL_GPL vmlinux 0x5fa71d4a sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start EXPORT_SYMBOL_GPL vmlinux 0x5fd306b6 __hvc_resize EXPORT_SYMBOL_GPL vmlinux 0x5fed6e6c xdp_attachment_query @@ -10610,11 +10629,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu EXPORT_SYMBOL_GPL vmlinux 0x609248a4 kern_mount EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off -EXPORT_SYMBOL_GPL vmlinux 0x60dee8e6 metadata_dst_alloc -EXPORT_SYMBOL_GPL vmlinux 0x60e13ad6 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x60ce0074 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0x60eb5604 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x60f0374d dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x6122a86d devlink_port_attrs_pci_pf_set EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status -EXPORT_SYMBOL_GPL vmlinux 0x614fcbc7 tcp_ca_get_key_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6135ee34 ncsi_vlan_rx_kill_vid EXPORT_SYMBOL_GPL vmlinux 0x617d7f1f devm_gpiod_put EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add EXPORT_SYMBOL_GPL vmlinux 0x619f6a86 bio_associate_blkg_from_css @@ -10623,39 +10643,37 @@ EXPORT_SYMBOL_GPL vmlinux 0x621346dd pci_slots_kset EXPORT_SYMBOL_GPL vmlinux 0x621c95af fwnode_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0x6229fc07 blk_mq_freeze_queue_wait_timeout EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x624396ce pingv6_prot EXPORT_SYMBOL_GPL vmlinux 0x6276b269 xdp_return_buff -EXPORT_SYMBOL_GPL vmlinux 0x627c4a19 fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0x62b4d21f dma_buf_put EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift EXPORT_SYMBOL_GPL vmlinux 0x62beadec pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0x62dee8f0 bus_rescan_devices EXPORT_SYMBOL_GPL vmlinux 0x62fd0204 xas_nomem -EXPORT_SYMBOL_GPL vmlinux 0x630f1e15 udp6_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x632ef547 bio_trim EXPORT_SYMBOL_GPL vmlinux 0x6352b505 devm_ioremap_uc EXPORT_SYMBOL_GPL vmlinux 0x6353b33d serdev_controller_remove -EXPORT_SYMBOL_GPL vmlinux 0x635f44de sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x636070c1 bpf_prog_inc EXPORT_SYMBOL_GPL vmlinux 0x636f7e21 enable_cmf EXPORT_SYMBOL_GPL vmlinux 0x63822654 pci_epc_mem_alloc_addr EXPORT_SYMBOL_GPL vmlinux 0x6386d81f gmap_get -EXPORT_SYMBOL_GPL vmlinux 0x638bcde3 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0x6390bdc0 crypto_ahash_setkey EXPORT_SYMBOL_GPL vmlinux 0x63e2d63a devm_gpiod_get EXPORT_SYMBOL_GPL vmlinux 0x640ab48f for_each_kernel_tracepoint EXPORT_SYMBOL_GPL vmlinux 0x642f5a70 netlink_strict_get_check EXPORT_SYMBOL_GPL vmlinux 0x6469c8d7 dax_writeback_mapping_range -EXPORT_SYMBOL_GPL vmlinux 0x646bddf7 devlink_port_type_clear EXPORT_SYMBOL_GPL vmlinux 0x64925270 __dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x6495b34d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x64e08cda tcp_done EXPORT_SYMBOL_GPL vmlinux 0x64f0a5f7 gpiochip_line_is_open_drain EXPORT_SYMBOL_GPL vmlinux 0x64faf25c vprintk_default EXPORT_SYMBOL_GPL vmlinux 0x6502c911 crypto_stats_rng_generate -EXPORT_SYMBOL_GPL vmlinux 0x6532206c pci_find_ext_capability EXPORT_SYMBOL_GPL vmlinux 0x653247b8 kobject_uevent EXPORT_SYMBOL_GPL vmlinux 0x65497570 follow_pte EXPORT_SYMBOL_GPL vmlinux 0x65839810 sysfs_add_file_to_group EXPORT_SYMBOL_GPL vmlinux 0x659e63f8 tracepoint_probe_register EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x660e42d2 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end @@ -10664,36 +10682,36 @@ EXPORT_SYMBOL_GPL vmlinux 0x665b3ed7 bpf_trace_run8 EXPORT_SYMBOL_GPL vmlinux 0x666b755a __tracepoint_xdp_exception EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng EXPORT_SYMBOL_GPL vmlinux 0x66a6c061 tracepoint_probe_register_prio -EXPORT_SYMBOL_GPL vmlinux 0x66d2d941 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x66b62d79 ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr EXPORT_SYMBOL_GPL vmlinux 0x66e58616 scsi_ioctl_block_when_processing_errors -EXPORT_SYMBOL_GPL vmlinux 0x67159a1a sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x670d6285 __udp_gso_segment EXPORT_SYMBOL_GPL vmlinux 0x671d1921 bpf_trace_run10 EXPORT_SYMBOL_GPL vmlinux 0x6735d56e tcp_ca_get_name_by_key -EXPORT_SYMBOL_GPL vmlinux 0x6748dad8 pci_hp_del EXPORT_SYMBOL_GPL vmlinux 0x674b9a31 blkg_rwstat_recursive_sum EXPORT_SYMBOL_GPL vmlinux 0x67552873 __irq_set_handler EXPORT_SYMBOL_GPL vmlinux 0x6757cd14 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6763e586 skb_append_pagefrags EXPORT_SYMBOL_GPL vmlinux 0x676ace8f tty_ldisc_flush EXPORT_SYMBOL_GPL vmlinux 0x6770e09d debugfs_create_file_unsafe EXPORT_SYMBOL_GPL vmlinux 0x6790d690 user_update EXPORT_SYMBOL_GPL vmlinux 0x6791f57b xas_find_conflict EXPORT_SYMBOL_GPL vmlinux 0x6792e25a __tracepoint_unmap EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a89409 pci_sriov_get_totalvfs EXPORT_SYMBOL_GPL vmlinux 0x67c5b49c wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x67d269f3 inet6_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x68308f51 ahash_register_instance EXPORT_SYMBOL_GPL vmlinux 0x683c9957 virtqueue_kick_prepare EXPORT_SYMBOL_GPL vmlinux 0x6859b184 devm_request_pci_bus_resources EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch -EXPORT_SYMBOL_GPL vmlinux 0x689aa5a4 strp_check_rcv -EXPORT_SYMBOL_GPL vmlinux 0x68bda15a dst_cache_get_ip4 -EXPORT_SYMBOL_GPL vmlinux 0x6911b164 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x68b898ab pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x68c80095 skb_splice_bits EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync -EXPORT_SYMBOL_GPL vmlinux 0x6927c82b skb_complete_tx_timestamp EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write EXPORT_SYMBOL_GPL vmlinux 0x694bb591 irq_domain_xlate_onecell EXPORT_SYMBOL_GPL vmlinux 0x6958ae23 dax_get_by_host @@ -10701,62 +10719,62 @@ EXPORT_SYMBOL_GPL vmlinux 0x695ed4da gpiod_set_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0x696b86e6 register_pernet_device EXPORT_SYMBOL_GPL vmlinux 0x696bdd6e tpm_put_ops EXPORT_SYMBOL_GPL vmlinux 0x696c0d80 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x697186e1 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x697a5bab rtnl_get_net_ns_capable EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc EXPORT_SYMBOL_GPL vmlinux 0x698e7e26 sbitmap_queue_clear -EXPORT_SYMBOL_GPL vmlinux 0x6996c46d xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x698f4727 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x69987797 screen_pos EXPORT_SYMBOL_GPL vmlinux 0x69b14186 sbitmap_show -EXPORT_SYMBOL_GPL vmlinux 0x69b3504d sk_psock_drop -EXPORT_SYMBOL_GPL vmlinux 0x69cfb6d7 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0x69d2cc41 subsys_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0x69d3c797 device_reprobe EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen EXPORT_SYMBOL_GPL vmlinux 0x6a008077 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x6a16dc76 pci_stop_root_bus EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2a0a87 fib6_get_table EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a6c5829 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start EXPORT_SYMBOL_GPL vmlinux 0x6aa5cd68 sock_diag_unregister_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x6aa8aa46 crypto_register_algs -EXPORT_SYMBOL_GPL vmlinux 0x6ab8ae8f tcp_done -EXPORT_SYMBOL_GPL vmlinux 0x6ab8bada sk_msg_alloc -EXPORT_SYMBOL_GPL vmlinux 0x6ab94e36 devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x6aca7237 klist_add_tail EXPORT_SYMBOL_GPL vmlinux 0x6ada9a0b device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x6ae8001e pci_stop_and_remove_bus_device_locked EXPORT_SYMBOL_GPL vmlinux 0x6aef6e86 subsys_find_device_by_id -EXPORT_SYMBOL_GPL vmlinux 0x6b0e2c0b ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable EXPORT_SYMBOL_GPL vmlinux 0x6b2c0063 pernet_ops_rwsem -EXPORT_SYMBOL_GPL vmlinux 0x6baf0401 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6ba05fb8 cpci_hp_unregister_controller EXPORT_SYMBOL_GPL vmlinux 0x6bce484d sock_diag_register_inet_compat EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save EXPORT_SYMBOL_GPL vmlinux 0x6bdb9645 __generic_fsdax_supported EXPORT_SYMBOL_GPL vmlinux 0x6c11b711 fuse_dev_operations EXPORT_SYMBOL_GPL vmlinux 0x6c1ee053 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x6c3724cf inet_send_prepare EXPORT_SYMBOL_GPL vmlinux 0x6c3c47ee kvm_arch_crypto_clear_masks EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen EXPORT_SYMBOL_GPL vmlinux 0x6c43ad18 serdev_device_open -EXPORT_SYMBOL_GPL vmlinux 0x6c61cacd ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c5692c9 tcp_abort EXPORT_SYMBOL_GPL vmlinux 0x6c635023 hvc_poll EXPORT_SYMBOL_GPL vmlinux 0x6c731c01 crypto_grab_aead -EXPORT_SYMBOL_GPL vmlinux 0x6c7a71a3 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6c7ec726 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x6c7f3aef skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0x6c9aba58 list_lru_count_node EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain EXPORT_SYMBOL_GPL vmlinux 0x6cd1d15c blkcipher_aead_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0x6cdcbbd5 dm_internal_suspend_fast -EXPORT_SYMBOL_GPL vmlinux 0x6ced925c skb_copy_ubufs -EXPORT_SYMBOL_GPL vmlinux 0x6d1e5bf9 devlink_region_shapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x6ce5c02e skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0x6d1e9896 mm_unaccount_pinned_pages -EXPORT_SYMBOL_GPL vmlinux 0x6d2389c1 pci_remove_root_bus EXPORT_SYMBOL_GPL vmlinux 0x6d26344c tty_kopen -EXPORT_SYMBOL_GPL vmlinux 0x6d283d49 ping_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list EXPORT_SYMBOL_GPL vmlinux 0x6d34cf00 bpfilter_ops EXPORT_SYMBOL_GPL vmlinux 0x6d46c08e init_uts_ns -EXPORT_SYMBOL_GPL vmlinux 0x6d4a3a7b devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x6d54979a fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x6d6407e2 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d8355ae xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0x6d926522 tracepoint_probe_register_prio_may_exist EXPORT_SYMBOL_GPL vmlinux 0x6d9ee2a0 __request_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0x6dae18fc fwnode_get_next_child_node @@ -10770,6 +10788,8 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e1a9821 __mnt_is_readonly EXPORT_SYMBOL_GPL vmlinux 0x6e2eea9e crypto_ahash_type EXPORT_SYMBOL_GPL vmlinux 0x6e384ba8 blk_queue_dma_drain EXPORT_SYMBOL_GPL vmlinux 0x6e38e023 sched_trace_rq_avg_dl +EXPORT_SYMBOL_GPL vmlinux 0x6e515e2f ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x6e6701ee __iptunnel_pull_header EXPORT_SYMBOL_GPL vmlinux 0x6e6ff1dd devres_release_group EXPORT_SYMBOL_GPL vmlinux 0x6e7066ea cio_tm_intrg EXPORT_SYMBOL_GPL vmlinux 0x6e762219 kthread_queue_work @@ -10780,56 +10800,56 @@ EXPORT_SYMBOL_GPL vmlinux 0x6e9a5c4b pci_epf_bind EXPORT_SYMBOL_GPL vmlinux 0x6ea969d3 crypto_stats_rng_seed EXPORT_SYMBOL_GPL vmlinux 0x6ebd9e3b devm_gpiod_unhinge EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ebf0aa6 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x6edb09db tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x6eea5093 pcie_has_flr EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns EXPORT_SYMBOL_GPL vmlinux 0x6efbafb0 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x6effd22e switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 -EXPORT_SYMBOL_GPL vmlinux 0x6f234ed8 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x6f265d54 sched_trace_cfs_rq_path -EXPORT_SYMBOL_GPL vmlinux 0x6f291c4b __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x6f5d3c44 bpf_prog_select_runtime EXPORT_SYMBOL_GPL vmlinux 0x6f6bc2fc subsys_interface_register -EXPORT_SYMBOL_GPL vmlinux 0x6f700bf8 __netpoll_setup EXPORT_SYMBOL_GPL vmlinux 0x6f88c31a devres_find +EXPORT_SYMBOL_GPL vmlinux 0x6f8aeb02 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x6f954751 tcp_reno_cong_avoid EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read EXPORT_SYMBOL_GPL vmlinux 0x6fefdfa7 iomap_releasepage EXPORT_SYMBOL_GPL vmlinux 0x6ff0b66c sbitmap_finish_wait -EXPORT_SYMBOL_GPL vmlinux 0x6ff55125 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffc38a2 xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions EXPORT_SYMBOL_GPL vmlinux 0x702f48ad bus_register EXPORT_SYMBOL_GPL vmlinux 0x7041bbd2 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x705b00ff fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0x70638926 kick_process -EXPORT_SYMBOL_GPL vmlinux 0x70b670d3 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x709cc44b inet6_destroy_sock EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70d70346 skb_morph EXPORT_SYMBOL_GPL vmlinux 0x70e27047 crypto_stats_ablkcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0x70e42aef list_lru_walk_node EXPORT_SYMBOL_GPL vmlinux 0x70ed0990 fat_search_long EXPORT_SYMBOL_GPL vmlinux 0x70f89d53 rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0x71040e2f pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier -EXPORT_SYMBOL_GPL vmlinux 0x7125ba97 sk_set_peek_off EXPORT_SYMBOL_GPL vmlinux 0x713e51d2 __wait_rcu_gp -EXPORT_SYMBOL_GPL vmlinux 0x715c31d0 init_dummy_netdev EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized EXPORT_SYMBOL_GPL vmlinux 0x71650819 add_bootloader_randomness EXPORT_SYMBOL_GPL vmlinux 0x7179c31c zpci_iomap_start -EXPORT_SYMBOL_GPL vmlinux 0x719a4253 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x71830bf7 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0x719e0e44 add_uevent_var -EXPORT_SYMBOL_GPL vmlinux 0x720e860c pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0x7214a342 trace_event_ignore_this_pid -EXPORT_SYMBOL_GPL vmlinux 0x721875b8 raw_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x7227c205 screen_glyph EXPORT_SYMBOL_GPL vmlinux 0x722da178 check_move_unevictable_pages EXPORT_SYMBOL_GPL vmlinux 0x723fe547 __fscrypt_prepare_symlink -EXPORT_SYMBOL_GPL vmlinux 0x7258ff04 skb_to_sgvec -EXPORT_SYMBOL_GPL vmlinux 0x726344c2 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0x726539a0 inet_hashinfo2_init_mod EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events EXPORT_SYMBOL_GPL vmlinux 0x72aa3d66 iommu_sva_bind_device EXPORT_SYMBOL_GPL vmlinux 0x72c1aeeb __tracepoint_map EXPORT_SYMBOL_GPL vmlinux 0x72fc43aa fwnode_graph_get_remote_node EXPORT_SYMBOL_GPL vmlinux 0x73057942 iomap_seek_data -EXPORT_SYMBOL_GPL vmlinux 0x732b8996 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x732a1a6e xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0x73435aca map_vm_area EXPORT_SYMBOL_GPL vmlinux 0x73462f61 blk_update_request EXPORT_SYMBOL_GPL vmlinux 0x735323f9 md_do_sync @@ -10837,7 +10857,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x735b5e7c sbitmap_queue_wake_up EXPORT_SYMBOL_GPL vmlinux 0x7371ab8b fwnode_device_is_available EXPORT_SYMBOL_GPL vmlinux 0x737c5286 sbitmap_get EXPORT_SYMBOL_GPL vmlinux 0x737efb22 __fat_fs_error -EXPORT_SYMBOL_GPL vmlinux 0x737f18f8 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0x73865362 __fscrypt_prepare_lookup EXPORT_SYMBOL_GPL vmlinux 0x7396d56b vfs_kern_mount EXPORT_SYMBOL_GPL vmlinux 0x73a764cc crypto_rng_reset @@ -10849,13 +10868,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x73f69ff0 gpiochip_find EXPORT_SYMBOL_GPL vmlinux 0x73fe48ae proc_create_net_data_write EXPORT_SYMBOL_GPL vmlinux 0x74148176 kvm_vcpu_write_guest EXPORT_SYMBOL_GPL vmlinux 0x742947f6 fsverity_prepare_setattr -EXPORT_SYMBOL_GPL vmlinux 0x74317170 xfrm_dev_resume EXPORT_SYMBOL_GPL vmlinux 0x7432ed2d tpm1_do_selftest EXPORT_SYMBOL_GPL vmlinux 0x74343140 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x74492ca4 devlink_alloc EXPORT_SYMBOL_GPL vmlinux 0x747e7a95 gpiod_export_link EXPORT_SYMBOL_GPL vmlinux 0x748b7dc4 kobject_rename EXPORT_SYMBOL_GPL vmlinux 0x7494e261 dax_supported EXPORT_SYMBOL_GPL vmlinux 0x74a00311 fwnode_get_named_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x74ad2f78 devlink_trap_report EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden @@ -10872,19 +10892,22 @@ EXPORT_SYMBOL_GPL vmlinux 0x75a1aae7 sysfs_update_groups EXPORT_SYMBOL_GPL vmlinux 0x75cbfb09 add_interrupt_randomness EXPORT_SYMBOL_GPL vmlinux 0x75d25e7e __tracepoint_napi_poll EXPORT_SYMBOL_GPL vmlinux 0x75ecdd68 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x763a6581 __inet_inherit_port EXPORT_SYMBOL_GPL vmlinux 0x76491191 blk_trace_startstop EXPORT_SYMBOL_GPL vmlinux 0x764da3f6 css_sched_sch_todo EXPORT_SYMBOL_GPL vmlinux 0x7659dba5 get_ccwdev_by_dev_id EXPORT_SYMBOL_GPL vmlinux 0x7665ee72 crypto_dh_decode_key -EXPORT_SYMBOL_GPL vmlinux 0x7671db9b sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x768792e1 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x76968136 pci_enable_pcie_error_reporting EXPORT_SYMBOL_GPL vmlinux 0x769c13a9 blkg_conf_prep -EXPORT_SYMBOL_GPL vmlinux 0x76d0438d tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x76b7583d __netpoll_free EXPORT_SYMBOL_GPL vmlinux 0x76e6f281 anon_inode_getfd EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x771cf1e8 strp_check_rcv EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register -EXPORT_SYMBOL_GPL vmlinux 0x774f936b ping_unhash EXPORT_SYMBOL_GPL vmlinux 0x7752a46a crypto_alloc_ahash EXPORT_SYMBOL_GPL vmlinux 0x7768c1c8 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x776b0d78 devlink_dpipe_headers_unregister EXPORT_SYMBOL_GPL vmlinux 0x77a649a1 sg_scsi_ioctl EXPORT_SYMBOL_GPL vmlinux 0x77af7c39 gpiochip_disable_irq EXPORT_SYMBOL_GPL vmlinux 0x77b47cc5 dm_internal_suspend_noflush @@ -10892,29 +10915,29 @@ EXPORT_SYMBOL_GPL vmlinux 0x77ca08a5 xsk_reuseq_prepare EXPORT_SYMBOL_GPL vmlinux 0x77d8a091 alarm_restart EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key EXPORT_SYMBOL_GPL vmlinux 0x77f39d02 fwnode_connection_find_match -EXPORT_SYMBOL_GPL vmlinux 0x77fcda2e __inet_twsk_schedule EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table -EXPORT_SYMBOL_GPL vmlinux 0x7809c1a3 pci_probe_reset_slot -EXPORT_SYMBOL_GPL vmlinux 0x781f1802 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x78346b80 skb_copy_ubufs EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available -EXPORT_SYMBOL_GPL vmlinux 0x786535f1 ncsi_stop_dev -EXPORT_SYMBOL_GPL vmlinux 0x787ebd61 lwtunnel_cmp_encap -EXPORT_SYMBOL_GPL vmlinux 0x7893884e ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x789d0a65 devlink_dpipe_table_unregister EXPORT_SYMBOL_GPL vmlinux 0x78a34a51 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78a5b345 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x78aa484a ip6_push_pending_frames EXPORT_SYMBOL_GPL vmlinux 0x78c2eafb blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x78c69525 sock_prot_inuse_add EXPORT_SYMBOL_GPL vmlinux 0x78f2eb22 paste_selection EXPORT_SYMBOL_GPL vmlinux 0x79075558 device_add_groups EXPORT_SYMBOL_GPL vmlinux 0x791a4cff securityfs_create_symlink EXPORT_SYMBOL_GPL vmlinux 0x791c0652 replace_page_cache_page -EXPORT_SYMBOL_GPL vmlinux 0x793c2a86 seg6_do_srh_encap EXPORT_SYMBOL_GPL vmlinux 0x793faee6 platform_bus EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot EXPORT_SYMBOL_GPL vmlinux 0x7951c290 crypto_hash_walk_done EXPORT_SYMBOL_GPL vmlinux 0x7961aec7 trace_call_bpf +EXPORT_SYMBOL_GPL vmlinux 0x796b3ea1 __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x79755f59 input_ff_erase EXPORT_SYMBOL_GPL vmlinux 0x798e6785 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x799d0f98 sk_msg_clone EXPORT_SYMBOL_GPL vmlinux 0x79a2c85e sock_zerocopy_callback EXPORT_SYMBOL_GPL vmlinux 0x79a32a78 open_related_ns EXPORT_SYMBOL_GPL vmlinux 0x79b82ee9 gpiochip_enable_irq @@ -10922,38 +10945,41 @@ EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0x79e2d806 sysfs_create_groups EXPORT_SYMBOL_GPL vmlinux 0x79ef3597 user_destroy EXPORT_SYMBOL_GPL vmlinux 0x79f5441d kvm_read_guest_page -EXPORT_SYMBOL_GPL vmlinux 0x79f8adb3 skb_pull_rcsum EXPORT_SYMBOL_GPL vmlinux 0x7a0fcdc8 pci_epf_destroy -EXPORT_SYMBOL_GPL vmlinux 0x7a2018b9 nf_ip_route EXPORT_SYMBOL_GPL vmlinux 0x7a2c466f verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x7a374179 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x7a5456a7 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x7a7dcd9f xas_find EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie EXPORT_SYMBOL_GPL vmlinux 0x7a8a540b platform_add_devices -EXPORT_SYMBOL_GPL vmlinux 0x7a945d06 inet_twsk_alloc EXPORT_SYMBOL_GPL vmlinux 0x7a9b09e4 gmap_shadow_page -EXPORT_SYMBOL_GPL vmlinux 0x7ae3844c __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x7ae638c2 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x7aefbc61 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x7af707ee pci_hp_deregister EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b063d97 inet_csk_route_req EXPORT_SYMBOL_GPL vmlinux 0x7b0a2ca9 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x7b2e303e pci_add_dynid EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash -EXPORT_SYMBOL_GPL vmlinux 0x7b603688 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x7b5f741d netdev_rx_handler_unregister EXPORT_SYMBOL_GPL vmlinux 0x7b6ca66d l3mdev_master_upper_ifindex_by_index_rcu -EXPORT_SYMBOL_GPL vmlinux 0x7b96a7eb skb_mpls_update_lse EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us EXPORT_SYMBOL_GPL vmlinux 0x7b99aa3f crypto_unregister_instance EXPORT_SYMBOL_GPL vmlinux 0x7bac3c4c dm_hold -EXPORT_SYMBOL_GPL vmlinux 0x7bfac20f __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0x7bfdcd81 housekeeping_cpumask EXPORT_SYMBOL_GPL vmlinux 0x7bfec754 msi_desc_to_pci_sysdata EXPORT_SYMBOL_GPL vmlinux 0x7bffb873 md_new_event EXPORT_SYMBOL_GPL vmlinux 0x7c1088df trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x7c2c67a0 ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0x7c2d392d trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x7c321cf3 dst_cache_get_ip6 EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine EXPORT_SYMBOL_GPL vmlinux 0x7c4a9f80 gmap_shadow_pgt EXPORT_SYMBOL_GPL vmlinux 0x7c50e403 hypervisor_kobj -EXPORT_SYMBOL_GPL vmlinux 0x7c5fb737 devlink_register EXPORT_SYMBOL_GPL vmlinux 0x7c6ba33f security_inode_permission EXPORT_SYMBOL_GPL vmlinux 0x7c7bc539 fat_free_clusters EXPORT_SYMBOL_GPL vmlinux 0x7c7cf7ac dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x7c7f5094 pci_speed_string EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty EXPORT_SYMBOL_GPL vmlinux 0x7ca57491 sbitmap_queue_resize EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats @@ -10961,54 +10987,45 @@ EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq EXPORT_SYMBOL_GPL vmlinux 0x7d0fed66 blk_freeze_queue_start EXPORT_SYMBOL_GPL vmlinux 0x7d1264c8 badblocks_init EXPORT_SYMBOL_GPL vmlinux 0x7d27da7a dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x7d2a2be8 pci_find_next_capability EXPORT_SYMBOL_GPL vmlinux 0x7d30a5ae gpiochip_is_requested EXPORT_SYMBOL_GPL vmlinux 0x7d42e958 fb_deferred_io_init EXPORT_SYMBOL_GPL vmlinux 0x7d57da49 kvm_vcpu_block EXPORT_SYMBOL_GPL vmlinux 0x7d59c6e2 virtio_config_enable EXPORT_SYMBOL_GPL vmlinux 0x7d6153cb __cookie_v6_init_sequence EXPORT_SYMBOL_GPL vmlinux 0x7d6d6531 sock_diag_unregister -EXPORT_SYMBOL_GPL vmlinux 0x7d95c235 ip6_datagram_connect_v6_only -EXPORT_SYMBOL_GPL vmlinux 0x7d995cf9 nf_queue_entry_release_refs -EXPORT_SYMBOL_GPL vmlinux 0x7d9972d4 ipv6_opt_accepted EXPORT_SYMBOL_GPL vmlinux 0x7dcfa5c9 unwind_get_return_address -EXPORT_SYMBOL_GPL vmlinux 0x7dd6e4f0 sk_msg_memcopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier EXPORT_SYMBOL_GPL vmlinux 0x7ddb2718 __tracepoint_block_rq_remap EXPORT_SYMBOL_GPL vmlinux 0x7ddfd75a scsi_flush_work EXPORT_SYMBOL_GPL vmlinux 0x7de223f3 iommu_domain_free EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0x7df54eeb do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0x7e0101dd devm_fwnode_get_index_gpiod_from_child +EXPORT_SYMBOL_GPL vmlinux 0x7e2d42af skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0x7e4f3f31 init_srcu_struct EXPORT_SYMBOL_GPL vmlinux 0x7e5655d7 show_class_attr_string EXPORT_SYMBOL_GPL vmlinux 0x7e62c40e badblocks_check EXPORT_SYMBOL_GPL vmlinux 0x7e63c15e find_get_pid EXPORT_SYMBOL_GPL vmlinux 0x7e78240f gpiod_get_array_optional -EXPORT_SYMBOL_GPL vmlinux 0x7eb6b249 sk_msg_zerocopy_from_iter EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier EXPORT_SYMBOL_GPL vmlinux 0x7ef41464 gpiochip_generic_request -EXPORT_SYMBOL_GPL vmlinux 0x7efb116b skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0x7f0d50d1 _proc_mkdir EXPORT_SYMBOL_GPL vmlinux 0x7f27dca9 locks_release_private -EXPORT_SYMBOL_GPL vmlinux 0x7f50bd99 pci_hp_add EXPORT_SYMBOL_GPL vmlinux 0x7f5abd53 fuse_do_open -EXPORT_SYMBOL_GPL vmlinux 0x7f69f738 skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0x7f750e1b mddev_resume EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata EXPORT_SYMBOL_GPL vmlinux 0x7fb9c2a5 __srcu_read_lock EXPORT_SYMBOL_GPL vmlinux 0x7fc4ed17 irq_domain_xlate_twocell -EXPORT_SYMBOL_GPL vmlinux 0x7fcdad96 __raw_v4_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7fdd8600 skb_to_sgvec EXPORT_SYMBOL_GPL vmlinux 0x7fec4d6f crypto_register_ahash -EXPORT_SYMBOL_GPL vmlinux 0x7ffe191e devlink_resource_size_get -EXPORT_SYMBOL_GPL vmlinux 0x80048491 pci_user_read_config_word -EXPORT_SYMBOL_GPL vmlinux 0x800559ef devlink_port_params_unregister -EXPORT_SYMBOL_GPL vmlinux 0x800f7851 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x7ff1ba1e strp_init EXPORT_SYMBOL_GPL vmlinux 0x802559f2 scsi_get_vpd_page EXPORT_SYMBOL_GPL vmlinux 0x803c1752 gpiochip_irq_map -EXPORT_SYMBOL_GPL vmlinux 0x8051547e strp_unpause EXPORT_SYMBOL_GPL vmlinux 0x805667cf devlink_fmsg_u64_put +EXPORT_SYMBOL_GPL vmlinux 0x8065ee76 pci_dev_run_wake EXPORT_SYMBOL_GPL vmlinux 0x808023eb register_kretprobe EXPORT_SYMBOL_GPL vmlinux 0x8085f9a2 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x80873750 pci_disable_ats EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested EXPORT_SYMBOL_GPL vmlinux 0x809d4e33 x509_free_certificate EXPORT_SYMBOL_GPL vmlinux 0x80a7d861 irq_set_default_host @@ -11018,39 +11035,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close EXPORT_SYMBOL_GPL vmlinux 0x80ca46ef __crypto_alloc_tfm EXPORT_SYMBOL_GPL vmlinux 0x80d5dbef class_dev_iter_exit EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free -EXPORT_SYMBOL_GPL vmlinux 0x80edbe02 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0x8110bd86 pci_epc_map_addr -EXPORT_SYMBOL_GPL vmlinux 0x812823a7 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0x812ea476 trace_seq_bitmask EXPORT_SYMBOL_GPL vmlinux 0x813914f8 crypto_spawn_tfm EXPORT_SYMBOL_GPL vmlinux 0x81555ed5 xas_init_marks EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl -EXPORT_SYMBOL_GPL vmlinux 0x81633e8e inet_csk_get_port EXPORT_SYMBOL_GPL vmlinux 0x816451c8 __flow_indr_block_cb_unregister -EXPORT_SYMBOL_GPL vmlinux 0x81b6845c __udp_enqueue_schedule_skb EXPORT_SYMBOL_GPL vmlinux 0x81d7c5b7 percpu_ref_kill_and_confirm -EXPORT_SYMBOL_GPL vmlinux 0x81e03114 pci_assign_unassigned_bridge_resources -EXPORT_SYMBOL_GPL vmlinux 0x81ed1620 ipv6_recv_error EXPORT_SYMBOL_GPL vmlinux 0x81f90231 md_stop_writes EXPORT_SYMBOL_GPL vmlinux 0x8237af1c freq_qos_update_request EXPORT_SYMBOL_GPL vmlinux 0x826e112c kvm_irq_has_notifier EXPORT_SYMBOL_GPL vmlinux 0x8276a16e crypto_remove_spawns -EXPORT_SYMBOL_GPL vmlinux 0x828770b3 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0x829654bb __blocking_notifier_call_chain -EXPORT_SYMBOL_GPL vmlinux 0x829b820a ip6_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x82b201cd bus_set_iommu EXPORT_SYMBOL_GPL vmlinux 0x82c83672 platform_get_resource EXPORT_SYMBOL_GPL vmlinux 0x82d028fa pci_msi_unmask_irq EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure EXPORT_SYMBOL_GPL vmlinux 0x82ef29ad platform_bus_type EXPORT_SYMBOL_GPL vmlinux 0x83040af5 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x830f7eb9 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b75c1 devlink_port_attrs_set EXPORT_SYMBOL_GPL vmlinux 0x8348e4f0 __tracepoint_wbc_writepage -EXPORT_SYMBOL_GPL vmlinux 0x8362f727 pskb_put EXPORT_SYMBOL_GPL vmlinux 0x836dd8a6 kvm_vcpu_write_guest_page EXPORT_SYMBOL_GPL vmlinux 0x8385fbfe scsi_bus_type EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free -EXPORT_SYMBOL_GPL vmlinux 0x8391de94 pci_num_vf EXPORT_SYMBOL_GPL vmlinux 0x83bd5ac2 tpm_chip_stop EXPORT_SYMBOL_GPL vmlinux 0x83d079f5 rhashtable_init EXPORT_SYMBOL_GPL vmlinux 0x83e81b35 path_noexec @@ -11063,7 +11072,6 @@ EXPORT_SYMBOL_GPL vmlinux 0x844c1ae7 kvm_arch_crypto_set_masks EXPORT_SYMBOL_GPL vmlinux 0x844ff007 find_symbol EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy -EXPORT_SYMBOL_GPL vmlinux 0x8482f3a6 __ndisc_fill_addr_option EXPORT_SYMBOL_GPL vmlinux 0x84a48244 irq_domain_associate_many EXPORT_SYMBOL_GPL vmlinux 0x84a90672 crypto_req_done EXPORT_SYMBOL_GPL vmlinux 0x84c64029 dev_fwnode @@ -11073,24 +11081,25 @@ EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy EXPORT_SYMBOL_GPL vmlinux 0x850ddfa8 srcu_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x8511ee9b fuse_free_conn EXPORT_SYMBOL_GPL vmlinux 0x851dc91a tty_ldisc_release +EXPORT_SYMBOL_GPL vmlinux 0x852fb43c ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0x85576670 device_link_del EXPORT_SYMBOL_GPL vmlinux 0x855786cc unregister_ftrace_function EXPORT_SYMBOL_GPL vmlinux 0x857b02ac pci_epc_get_first_free_bar EXPORT_SYMBOL_GPL vmlinux 0x857b76ec fwnode_property_present EXPORT_SYMBOL_GPL vmlinux 0x85a49dc7 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0x85a56bfa fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x85aba5fc xfrm_audit_state_replay EXPORT_SYMBOL_GPL vmlinux 0x85b38978 percpu_ref_reinit EXPORT_SYMBOL_GPL vmlinux 0x85bad512 scm_driver_register EXPORT_SYMBOL_GPL vmlinux 0x85bcf9a7 __sbitmap_queue_get_shallow -EXPORT_SYMBOL_GPL vmlinux 0x85c39d2f switchdev_handle_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0x85cb1d27 fuse_dev_release -EXPORT_SYMBOL_GPL vmlinux 0x85f194c1 pci_generic_config_read -EXPORT_SYMBOL_GPL vmlinux 0x8616f8d4 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x86039e75 tcp_twsk_unique EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start -EXPORT_SYMBOL_GPL vmlinux 0x865e63b0 ip6_route_lookup EXPORT_SYMBOL_GPL vmlinux 0x865fa347 fuse_conn_get EXPORT_SYMBOL_GPL vmlinux 0x86670bdc ptp_classify_raw EXPORT_SYMBOL_GPL vmlinux 0x86698ac8 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x866f2785 ping_seq_stop EXPORT_SYMBOL_GPL vmlinux 0x8673e9f3 fwnode_property_read_u16_array EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0x8680b609 driver_for_each_device @@ -11100,9 +11109,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x86acd447 blkdev_nr_zones EXPORT_SYMBOL_GPL vmlinux 0x86b0b6ba zpci_barrier EXPORT_SYMBOL_GPL vmlinux 0x86c902b4 fwnode_property_match_string EXPORT_SYMBOL_GPL vmlinux 0x86c961b3 __set_dax_synchronous -EXPORT_SYMBOL_GPL vmlinux 0x86cf5e89 xfrm_audit_state_delete EXPORT_SYMBOL_GPL vmlinux 0x86d1b7b7 perf_aux_output_begin -EXPORT_SYMBOL_GPL vmlinux 0x86d8f7e0 skb_gso_validate_network_len EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue EXPORT_SYMBOL_GPL vmlinux 0x87026f53 irq_create_of_mapping @@ -11111,14 +11118,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x87041f11 sched_setscheduler_nocheck EXPORT_SYMBOL_GPL vmlinux 0x8705fe4a gmap_pmdp_csp EXPORT_SYMBOL_GPL vmlinux 0x870e42e6 cio_resume EXPORT_SYMBOL_GPL vmlinux 0x871753d3 watchdog_init_timeout -EXPORT_SYMBOL_GPL vmlinux 0x871fc5ff xfrm_audit_state_add EXPORT_SYMBOL_GPL vmlinux 0x8737fa19 kernfs_put EXPORT_SYMBOL_GPL vmlinux 0x87432861 shash_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0x875992e4 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x875a15ab tcp_unregister_congestion_control EXPORT_SYMBOL_GPL vmlinux 0x87814fea kvm_vcpu_init -EXPORT_SYMBOL_GPL vmlinux 0x87825b65 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0x878411c0 bio_clone_blkg_association -EXPORT_SYMBOL_GPL vmlinux 0x879ef852 devlink_sb_unregister EXPORT_SYMBOL_GPL vmlinux 0x87a350dd tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x87a67d06 serdev_device_write EXPORT_SYMBOL_GPL vmlinux 0x87b027b1 css_sch_device_unregister @@ -11127,41 +11132,40 @@ EXPORT_SYMBOL_GPL vmlinux 0x87ee7972 crypto_alloc_base EXPORT_SYMBOL_GPL vmlinux 0x87fc8694 tty_port_tty_hangup EXPORT_SYMBOL_GPL vmlinux 0x88063c9d fat_update_time EXPORT_SYMBOL_GPL vmlinux 0x8808b4f7 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x8812d611 devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0x8815463f crypto_unregister_ahash -EXPORT_SYMBOL_GPL vmlinux 0x88175b62 fib_info_nh_uses_dev EXPORT_SYMBOL_GPL vmlinux 0x883c075d security_path_rmdir EXPORT_SYMBOL_GPL vmlinux 0x883ddc97 irq_domain_simple_ops -EXPORT_SYMBOL_GPL vmlinux 0x885e7bbf fib_nexthop_info EXPORT_SYMBOL_GPL vmlinux 0x887343cc devm_device_add_groups EXPORT_SYMBOL_GPL vmlinux 0x887f177c list_lru_destroy EXPORT_SYMBOL_GPL vmlinux 0x8893c329 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x88b07406 __tcp_bpf_recvmsg EXPORT_SYMBOL_GPL vmlinux 0x88b8846e elv_register -EXPORT_SYMBOL_GPL vmlinux 0x88f08a94 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x890ffc2c ping_close EXPORT_SYMBOL_GPL vmlinux 0x8917ec94 unregister_pernet_subsys EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put -EXPORT_SYMBOL_GPL vmlinux 0x896f77ed pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x895430a4 devlink_port_attrs_pci_vf_set EXPORT_SYMBOL_GPL vmlinux 0x897f729e gmap_shadow_sgt EXPORT_SYMBOL_GPL vmlinux 0x897fe9c4 input_class EXPORT_SYMBOL_GPL vmlinux 0x8985ad79 sysfs_create_link EXPORT_SYMBOL_GPL vmlinux 0x89b63b37 tty_port_default_client_ops EXPORT_SYMBOL_GPL vmlinux 0x89bb83e0 virtio_check_driver_offered_feature EXPORT_SYMBOL_GPL vmlinux 0x89d1801e fat_detach -EXPORT_SYMBOL_GPL vmlinux 0x89d1dfa5 inet_unhash EXPORT_SYMBOL_GPL vmlinux 0x89df613c remove_irq EXPORT_SYMBOL_GPL vmlinux 0x89e027f1 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x8a0a99ad devlink_resource_register EXPORT_SYMBOL_GPL vmlinux 0x8a16d44a rhashtable_walk_stop EXPORT_SYMBOL_GPL vmlinux 0x8a1b5c49 crypto_unregister_aeads -EXPORT_SYMBOL_GPL vmlinux 0x8a2e621d udp_destruct_sock EXPORT_SYMBOL_GPL vmlinux 0x8a63bf7a gpio_free_array -EXPORT_SYMBOL_GPL vmlinux 0x8a79c53c fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0x8a7b59e7 eventfd_ctx_fileget EXPORT_SYMBOL_GPL vmlinux 0x8a8668fc devm_kstrdup_const EXPORT_SYMBOL_GPL vmlinux 0x8a88ffef scsi_internal_device_unblock_nowait EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files EXPORT_SYMBOL_GPL vmlinux 0x8ae0110f page_cache_async_readahead EXPORT_SYMBOL_GPL vmlinux 0x8ae25c3a software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8ae7521c strp_data_ready EXPORT_SYMBOL_GPL vmlinux 0x8afb1b29 gpiochip_free_own_desc EXPORT_SYMBOL_GPL vmlinux 0x8b0a1825 perf_tp_event EXPORT_SYMBOL_GPL vmlinux 0x8b1641fd xas_create_range @@ -11184,9 +11188,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x8c279072 crypto_stats_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x8c38f72f iommu_sva_get_pasid EXPORT_SYMBOL_GPL vmlinux 0x8c5a112c register_kprobes EXPORT_SYMBOL_GPL vmlinux 0x8c6b1fe3 l3mdev_master_ifindex_rcu -EXPORT_SYMBOL_GPL vmlinux 0x8c98360b __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x8ca2693d sbitmap_init_node EXPORT_SYMBOL_GPL vmlinux 0x8d172107 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8d2092aa pcie_flr EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0x8d3fde1c bpf_trace_run3 @@ -11196,16 +11200,19 @@ EXPORT_SYMBOL_GPL vmlinux 0x8d7c721c mnt_want_write_file EXPORT_SYMBOL_GPL vmlinux 0x8d869f9c sock_diag_destroy EXPORT_SYMBOL_GPL vmlinux 0x8d8e9e37 gfn_to_page EXPORT_SYMBOL_GPL vmlinux 0x8debcf40 gpiochip_irqchip_irq_valid -EXPORT_SYMBOL_GPL vmlinux 0x8df4c9be pci_stop_root_bus -EXPORT_SYMBOL_GPL vmlinux 0x8e0d3add nf_route +EXPORT_SYMBOL_GPL vmlinux 0x8df8d957 devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0x8e241a0a do_truncate -EXPORT_SYMBOL_GPL vmlinux 0x8e2b0356 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x8e5f4af6 pci_disable_rom EXPORT_SYMBOL_GPL vmlinux 0x8e92f7c4 static_key_slow_inc EXPORT_SYMBOL_GPL vmlinux 0x8eb5e8d2 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x8ec81456 clean_acked_data_disable EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock EXPORT_SYMBOL_GPL vmlinux 0x8eeeb941 kvm_flush_remote_tlbs EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0cd054 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8f156584 __ip6_datagram_connect EXPORT_SYMBOL_GPL vmlinux 0x8f1b4353 crypto_has_skcipher2 +EXPORT_SYMBOL_GPL vmlinux 0x8f2b5fec pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0x8f51eb3c devm_kmemdup EXPORT_SYMBOL_GPL vmlinux 0x8f5bf523 __zpci_load EXPORT_SYMBOL_GPL vmlinux 0x8f608694 platform_device_add_resources @@ -11214,32 +11221,31 @@ EXPORT_SYMBOL_GPL vmlinux 0x8f6e795d unregister_kretprobes EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype EXPORT_SYMBOL_GPL vmlinux 0x8f8ef587 dma_buf_vmap EXPORT_SYMBOL_GPL vmlinux 0x8ff29a39 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x8ffb12ed ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0x90033565 crypto_register_ahashes -EXPORT_SYMBOL_GPL vmlinux 0x900881cf switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x900a9180 blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0x9039805e fork_usermode_blob EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move EXPORT_SYMBOL_GPL vmlinux 0x904be2c1 crypto_aead_decrypt EXPORT_SYMBOL_GPL vmlinux 0x90688bcd devlink_info_driver_name_put EXPORT_SYMBOL_GPL vmlinux 0x9095f42f net_rwsem EXPORT_SYMBOL_GPL vmlinux 0x90a1c2bc proc_douintvec_minmax -EXPORT_SYMBOL_GPL vmlinux 0x90d0da01 strp_init -EXPORT_SYMBOL_GPL vmlinux 0x90e04aa7 generic_xdp_tx EXPORT_SYMBOL_GPL vmlinux 0x90ef3877 blockdev_superblock EXPORT_SYMBOL_GPL vmlinux 0x9122e476 class_find_device EXPORT_SYMBOL_GPL vmlinux 0x912b240e kmsg_dump_get_line EXPORT_SYMBOL_GPL vmlinux 0x91320455 sbitmap_any_bit_set EXPORT_SYMBOL_GPL vmlinux 0x91455f19 sysfs_create_file_ns -EXPORT_SYMBOL_GPL vmlinux 0x914b296f ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0x915f9ff3 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x91683b6d ipv4_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0x917bc12f gpiochip_irq_unmap EXPORT_SYMBOL_GPL vmlinux 0x9186114b mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x91920fcf __skb_get_hash_symmetric EXPORT_SYMBOL_GPL vmlinux 0x9197a7f1 crypto_get_default_null_skcipher -EXPORT_SYMBOL_GPL vmlinux 0x91a2725d dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x91a55068 public_key_free EXPORT_SYMBOL_GPL vmlinux 0x91ab097e debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x91d1426d __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0x91dea1b5 fsverity_verify_bio EXPORT_SYMBOL_GPL vmlinux 0x91eb518d klist_init -EXPORT_SYMBOL_GPL vmlinux 0x91ed8aa3 bpf_prog_create_from_user EXPORT_SYMBOL_GPL vmlinux 0x92063dae watchdog_notify_pretimeout EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object @@ -11249,70 +11255,74 @@ EXPORT_SYMBOL_GPL vmlinux 0x925f1873 bsg_job_put EXPORT_SYMBOL_GPL vmlinux 0x92689da2 cio_cancel EXPORT_SYMBOL_GPL vmlinux 0x92722a0c crypto_unregister_rngs EXPORT_SYMBOL_GPL vmlinux 0x92853614 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x929bcf96 devlink_unregister EXPORT_SYMBOL_GPL vmlinux 0x929c3a80 platform_device_add EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work EXPORT_SYMBOL_GPL vmlinux 0x92f20a4c pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x92fad3ba __udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0x93170790 blk_fill_rwbs -EXPORT_SYMBOL_GPL vmlinux 0x93271f82 switchdev_port_obj_add EXPORT_SYMBOL_GPL vmlinux 0x9351d7c4 bpf_offload_dev_netdev_register EXPORT_SYMBOL_GPL vmlinux 0x935934e5 __platform_register_drivers EXPORT_SYMBOL_GPL vmlinux 0x93725986 __tracepoint_pelt_dl_tp -EXPORT_SYMBOL_GPL vmlinux 0x937a4801 ipv6_proxy_select_ident EXPORT_SYMBOL_GPL vmlinux 0x938e1380 cio_enable_subchannel EXPORT_SYMBOL_GPL vmlinux 0x93922111 get_compat_bpf_fprog EXPORT_SYMBOL_GPL vmlinux 0x9392fa5d bus_sort_breadthfirst EXPORT_SYMBOL_GPL vmlinux 0x93d61b49 ring_buffer_peek EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93ee46a4 ping_seq_next EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put EXPORT_SYMBOL_GPL vmlinux 0x942b85ca rt_mutex_destroy EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack -EXPORT_SYMBOL_GPL vmlinux 0x9464c363 rtnl_delete_link EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash EXPORT_SYMBOL_GPL vmlinux 0x947e6f24 driver_create_file EXPORT_SYMBOL_GPL vmlinux 0x94943717 rhashtable_walk_enter EXPORT_SYMBOL_GPL vmlinux 0x94db3e1f event_triggers_post_call EXPORT_SYMBOL_GPL vmlinux 0x94e77381 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x94eab62f raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f3305d lwtunnel_encap_del_ops EXPORT_SYMBOL_GPL vmlinux 0x94f61002 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x94fea72d devlink_dpipe_table_counter_enabled EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit -EXPORT_SYMBOL_GPL vmlinux 0x95304e74 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds -EXPORT_SYMBOL_GPL vmlinux 0x9554dfef tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0x95558a34 dax_iomap_fault EXPORT_SYMBOL_GPL vmlinux 0x955809a1 irq_find_mapping EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free -EXPORT_SYMBOL_GPL vmlinux 0x9596e32b iptunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0x959a82fa __fscrypt_encrypt_symlink EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks EXPORT_SYMBOL_GPL vmlinux 0x95a4d754 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x95ac2c37 fib6_rule_default EXPORT_SYMBOL_GPL vmlinux 0x95aef585 iommu_aux_attach_device -EXPORT_SYMBOL_GPL vmlinux 0x95eb6836 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x95db2e69 ip6_pol_route EXPORT_SYMBOL_GPL vmlinux 0x95f863cd file_ra_state_init EXPORT_SYMBOL_GPL vmlinux 0x9613b837 tty_port_tty_wakeup EXPORT_SYMBOL_GPL vmlinux 0x961fe32a blkcg_policy_unregister EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x96801be5 crypto_hash_alg_has_setkey EXPORT_SYMBOL_GPL vmlinux 0x96a90082 __put_task_struct -EXPORT_SYMBOL_GPL vmlinux 0x96e0e430 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x96df5b74 udp4_hwcsum EXPORT_SYMBOL_GPL vmlinux 0x97004e3c device_property_read_string EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw EXPORT_SYMBOL_GPL vmlinux 0x9729aa02 bus_for_each_dev -EXPORT_SYMBOL_GPL vmlinux 0x97535d60 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x9749d14d __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same EXPORT_SYMBOL_GPL vmlinux 0x97561dc5 gfn_to_pfn_prot EXPORT_SYMBOL_GPL vmlinux 0x9762cf01 pkcs7_verify EXPORT_SYMBOL_GPL vmlinux 0x976a677c device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x977ed9f7 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0x9782f8b2 invalidate_inode_pages2_range EXPORT_SYMBOL_GPL vmlinux 0x97910902 tracepoint_srcu EXPORT_SYMBOL_GPL vmlinux 0x979bd981 s390_pci_dma_ops -EXPORT_SYMBOL_GPL vmlinux 0x97d2ad0a rtnl_put_cacheinfo EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e5e3e5 inet6_lookup EXPORT_SYMBOL_GPL vmlinux 0x97e7f902 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x97e92072 switchdev_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0x97f77f55 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x97fffc12 xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0x980ab2f9 fat_remove_entries EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick EXPORT_SYMBOL_GPL vmlinux 0x98462de4 cio_halt @@ -11323,11 +11333,12 @@ EXPORT_SYMBOL_GPL vmlinux 0x98780a59 kset_find_obj EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier EXPORT_SYMBOL_GPL vmlinux 0x9893c296 platform_device_put EXPORT_SYMBOL_GPL vmlinux 0x9897ee0d device_link_remove -EXPORT_SYMBOL_GPL vmlinux 0x98a34364 devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0x98b338ed virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x98b3f23a dev_forward_skb EXPORT_SYMBOL_GPL vmlinux 0x98f5045a tty_port_register_device EXPORT_SYMBOL_GPL vmlinux 0x98f988c4 ima_file_check EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9903f4af pci_enable_sriov EXPORT_SYMBOL_GPL vmlinux 0x99195fcf bpf_prog_put EXPORT_SYMBOL_GPL vmlinux 0x99219921 get_current_tty EXPORT_SYMBOL_GPL vmlinux 0x99395469 blk_queue_write_cache @@ -11349,16 +11360,14 @@ EXPORT_SYMBOL_GPL vmlinux 0x9a55520e iommu_register_device_fault_handler EXPORT_SYMBOL_GPL vmlinux 0x9a877cfa crypto_enqueue_request EXPORT_SYMBOL_GPL vmlinux 0x9aa0a779 crypto_register_aeads EXPORT_SYMBOL_GPL vmlinux 0x9ad2f165 gpiochip_add_data_with_key -EXPORT_SYMBOL_GPL vmlinux 0x9adb6646 addrconf_add_linklocal EXPORT_SYMBOL_GPL vmlinux 0x9ae2da16 sbitmap_add_wait_queue EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty EXPORT_SYMBOL_GPL vmlinux 0x9af8cbd8 ftrace_set_filter_ip EXPORT_SYMBOL_GPL vmlinux 0x9b074920 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x9b0bb86e sock_prot_inuse_get EXPORT_SYMBOL_GPL vmlinux 0x9b129e0e dma_buf_detach EXPORT_SYMBOL_GPL vmlinux 0x9b1e03d1 crypto_register_rngs -EXPORT_SYMBOL_GPL vmlinux 0x9b3fa292 xdp_do_redirect EXPORT_SYMBOL_GPL vmlinux 0x9b4f6661 kmsg_dump_register -EXPORT_SYMBOL_GPL vmlinux 0x9b5db03e devlink_free EXPORT_SYMBOL_GPL vmlinux 0x9b5e70cc blkg_prfill_rwstat EXPORT_SYMBOL_GPL vmlinux 0x9b763bca tpm2_get_tpm_pt EXPORT_SYMBOL_GPL vmlinux 0x9b830f9d devres_remove_group @@ -11372,6 +11381,7 @@ EXPORT_SYMBOL_GPL vmlinux 0x9bc77923 __tracepoint_neigh_update EXPORT_SYMBOL_GPL vmlinux 0x9be966c8 scsi_eh_ready_devs EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui EXPORT_SYMBOL_GPL vmlinux 0x9bf85155 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9c180949 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0x9c1aad5a balloon_page_list_enqueue EXPORT_SYMBOL_GPL vmlinux 0x9c1f9904 __kthread_should_park EXPORT_SYMBOL_GPL vmlinux 0x9c2fdac4 fwnode_get_parent @@ -11380,29 +11390,27 @@ EXPORT_SYMBOL_GPL vmlinux 0x9c6f1d34 ptep_notify EXPORT_SYMBOL_GPL vmlinux 0x9c730f85 blk_poll EXPORT_SYMBOL_GPL vmlinux 0x9c8b7349 vc_scrolldelta_helper EXPORT_SYMBOL_GPL vmlinux 0x9ca6e391 trace_event_raw_init -EXPORT_SYMBOL_GPL vmlinux 0x9cb8e433 do_xdp_generic EXPORT_SYMBOL_GPL vmlinux 0x9cd7d2e0 kvm_get_kvm EXPORT_SYMBOL_GPL vmlinux 0x9ce40e21 devm_get_free_pages -EXPORT_SYMBOL_GPL vmlinux 0x9cfdd316 ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0x9d06e990 blocking_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data -EXPORT_SYMBOL_GPL vmlinux 0x9d0acc61 ipv4_redirect EXPORT_SYMBOL_GPL vmlinux 0x9d0f3889 net_ns_type_operations -EXPORT_SYMBOL_GPL vmlinux 0x9d1c0813 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x9d2d23a5 ip6_local_out EXPORT_SYMBOL_GPL vmlinux 0x9d3e09d9 __module_address EXPORT_SYMBOL_GPL vmlinux 0x9d732548 gpiod_toggle_active_low -EXPORT_SYMBOL_GPL vmlinux 0x9d8bdaf7 fib_table_lookup -EXPORT_SYMBOL_GPL vmlinux 0x9dd0229c raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0x9e08d700 __tracepoint_xdp_bulk_tx EXPORT_SYMBOL_GPL vmlinux 0x9e1741c2 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x9e345b5f __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0x9e3c41e5 fs_dax_get_by_bdev EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4939f2 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0x9e650260 ftrace_set_filter EXPORT_SYMBOL_GPL vmlinux 0x9e651070 iommu_aux_detach_device EXPORT_SYMBOL_GPL vmlinux 0x9e7d82c9 param_ops_bool_enable_only -EXPORT_SYMBOL_GPL vmlinux 0x9e8d7f4d pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x9ea5c0d0 tcp_rate_check_app_limited EXPORT_SYMBOL_GPL vmlinux 0x9eb37d41 smpboot_register_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0x9ec054d5 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x9ed08c5a rtnl_register_module EXPORT_SYMBOL_GPL vmlinux 0x9ed38dc0 nvm_get_chunk_meta EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier EXPORT_SYMBOL_GPL vmlinux 0x9f193240 event_triggers_call @@ -11415,11 +11423,9 @@ EXPORT_SYMBOL_GPL vmlinux 0x9f531e0f xdp_rxq_info_unreg_mem_model EXPORT_SYMBOL_GPL vmlinux 0x9f6ab589 scsi_mode_select EXPORT_SYMBOL_GPL vmlinux 0x9f6d78fc kvm_get_pfn EXPORT_SYMBOL_GPL vmlinux 0x9f8a2911 serdev_device_set_parity -EXPORT_SYMBOL_GPL vmlinux 0x9f9428d7 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0x9fadba5e device_remove_file EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0x9fd21321 blk_register_queue -EXPORT_SYMBOL_GPL vmlinux 0x9fdefe37 ip6_route_input_lookup EXPORT_SYMBOL_GPL vmlinux 0x9fe23b01 __online_page_set_limits EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm EXPORT_SYMBOL_GPL vmlinux 0xa035dabd acomp_request_free @@ -11427,9 +11433,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa03807bb gmap_disable EXPORT_SYMBOL_GPL vmlinux 0xa03ba309 crypto_default_rng EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock EXPORT_SYMBOL_GPL vmlinux 0xa05491a7 crypto_unregister_rng -EXPORT_SYMBOL_GPL vmlinux 0xa05a76a0 ip_fib_metrics_init -EXPORT_SYMBOL_GPL vmlinux 0xa079a5d9 devlink_alloc -EXPORT_SYMBOL_GPL vmlinux 0xa07a4a9e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xa06894ca pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa0885626 __rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xa08ab1df skcipher_walk_aead_encrypt EXPORT_SYMBOL_GPL vmlinux 0xa0996b51 key_type_asymmetric EXPORT_SYMBOL_GPL vmlinux 0xa09cc9a5 get_task_mm @@ -11439,24 +11444,25 @@ EXPORT_SYMBOL_GPL vmlinux 0xa0ad5b6f gpiod_get_value EXPORT_SYMBOL_GPL vmlinux 0xa0b46842 xdp_return_frame_rx_napi EXPORT_SYMBOL_GPL vmlinux 0xa0c45a9f console_drivers EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e9e03b pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xa109a42d fwnode_remove_software_node EXPORT_SYMBOL_GPL vmlinux 0xa1119804 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa11964e4 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xa135991a devlink_flash_update_status_notify EXPORT_SYMBOL_GPL vmlinux 0xa14fb490 crypto_register_template EXPORT_SYMBOL_GPL vmlinux 0xa15780f9 platform_get_irq_optional EXPORT_SYMBOL_GPL vmlinux 0xa1651e93 rhashtable_insert_slow EXPORT_SYMBOL_GPL vmlinux 0xa168ab2a crypto_stats_aead_encrypt -EXPORT_SYMBOL_GPL vmlinux 0xa17ebde5 inet_csk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xa17ee634 ccw_device_get_chp_desc EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1e69693 devlink_resource_size_get EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk EXPORT_SYMBOL_GPL vmlinux 0xa2249031 platform_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xa2448ad5 kobj_sysfs_ops -EXPORT_SYMBOL_GPL vmlinux 0xa25a9170 inet_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xa269f568 trace_event_buffer_lock_reserve EXPORT_SYMBOL_GPL vmlinux 0xa26bed8e bstr_printf EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested EXPORT_SYMBOL_GPL vmlinux 0xa2717ef0 scm_driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0xa2754616 ping_bind EXPORT_SYMBOL_GPL vmlinux 0xa27d6c2f security_kernel_post_read_file EXPORT_SYMBOL_GPL vmlinux 0xa281b9ad relay_late_setup_files EXPORT_SYMBOL_GPL vmlinux 0xa28a9812 gpiod_set_value @@ -11465,7 +11471,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa2a3201b serdev_device_wait_until_sent EXPORT_SYMBOL_GPL vmlinux 0xa2d027ca bus_unregister EXPORT_SYMBOL_GPL vmlinux 0xa2d70d81 to_software_node EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers -EXPORT_SYMBOL_GPL vmlinux 0xa2f9163f dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xa2e23cc8 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2f1eb8d xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0xa319d8ea debugfs_file_get EXPORT_SYMBOL_GPL vmlinux 0xa31ab72a setup_irq EXPORT_SYMBOL_GPL vmlinux 0xa3571314 gpiod_set_raw_value @@ -11481,8 +11488,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xa3eb28f1 dma_buf_attach EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor EXPORT_SYMBOL_GPL vmlinux 0xa3f7cba1 generic_fh_to_dentry -EXPORT_SYMBOL_GPL vmlinux 0xa3fd18b2 devlink_dpipe_entry_ctx_close EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa413c133 pci_user_write_config_dword EXPORT_SYMBOL_GPL vmlinux 0xa41935ec pm_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xa41af55c mark_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xa42dcdbc __dax_zero_page_range @@ -11493,65 +11500,61 @@ EXPORT_SYMBOL_GPL vmlinux 0xa453cae8 gpiod_get_direction EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print EXPORT_SYMBOL_GPL vmlinux 0xa45d8b61 sysfs_chmod_file EXPORT_SYMBOL_GPL vmlinux 0xa471982d dm_table_set_type -EXPORT_SYMBOL_GPL vmlinux 0xa4776ccf nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0xa4b1ed6b virtqueue_get_vring_size EXPORT_SYMBOL_GPL vmlinux 0xa4b5567f clone_private_mount -EXPORT_SYMBOL_GPL vmlinux 0xa4e6f07e __skb_tstamp_tx EXPORT_SYMBOL_GPL vmlinux 0xa4e85a16 cmf_read EXPORT_SYMBOL_GPL vmlinux 0xa4ed10cd component_master_del EXPORT_SYMBOL_GPL vmlinux 0xa4eda75f relay_buf_full EXPORT_SYMBOL_GPL vmlinux 0xa50064e7 tty_ldisc_ref EXPORT_SYMBOL_GPL vmlinux 0xa5027f6a iommu_detach_device -EXPORT_SYMBOL_GPL vmlinux 0xa51c18a3 fib6_new_table EXPORT_SYMBOL_GPL vmlinux 0xa535ffbb crypto_register_shashes -EXPORT_SYMBOL_GPL vmlinux 0xa53a7390 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0xa5496c3d dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xa570fab5 __audit_inode_child EXPORT_SYMBOL_GPL vmlinux 0xa5745f0c gmap_mark_unmergeable EXPORT_SYMBOL_GPL vmlinux 0xa57d3420 unix_table_lock -EXPORT_SYMBOL_GPL vmlinux 0xa5bd3349 tcp_slow_start EXPORT_SYMBOL_GPL vmlinux 0xa5bdbaaf vfs_setxattr EXPORT_SYMBOL_GPL vmlinux 0xa5c8645b css_general_characteristics EXPORT_SYMBOL_GPL vmlinux 0xa5c8a3bb scsi_schedule_eh EXPORT_SYMBOL_GPL vmlinux 0xa5d3e5fa fs_kobj -EXPORT_SYMBOL_GPL vmlinux 0xa5dba279 lwtunnel_input EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full EXPORT_SYMBOL_GPL vmlinux 0xa5f28948 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xa5f6f292 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa6019c3e raw_abort EXPORT_SYMBOL_GPL vmlinux 0xa6190771 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xa620f709 ip4_datagram_release_cb EXPORT_SYMBOL_GPL vmlinux 0xa6615e0e devres_open_group EXPORT_SYMBOL_GPL vmlinux 0xa667df20 crypto_register_acomps EXPORT_SYMBOL_GPL vmlinux 0xa6824f3f __tracepoint_br_fdb_external_learn_add -EXPORT_SYMBOL_GPL vmlinux 0xa6befaa6 devlink_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xa6af585b pcie_bus_configure_settings EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync EXPORT_SYMBOL_GPL vmlinux 0xa6f963ee ring_buffer_read_prepare EXPORT_SYMBOL_GPL vmlinux 0xa703a334 perf_pmu_unregister EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu -EXPORT_SYMBOL_GPL vmlinux 0xa72ff67c pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xa7310578 sk_msg_free_partial EXPORT_SYMBOL_GPL vmlinux 0xa73d3f1f user_read EXPORT_SYMBOL_GPL vmlinux 0xa785e2c8 iommu_domain_window_disable EXPORT_SYMBOL_GPL vmlinux 0xa78a4853 gpiod_get_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xa7d0a2d8 blk_mq_request_started EXPORT_SYMBOL_GPL vmlinux 0xa7d19778 devres_alloc_node -EXPORT_SYMBOL_GPL vmlinux 0xa828c35e __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa80bd500 netdev_set_default_ethtool_ops EXPORT_SYMBOL_GPL vmlinux 0xa83eb0f0 rhltable_init EXPORT_SYMBOL_GPL vmlinux 0xa83f641e ring_buffer_unlock_commit -EXPORT_SYMBOL_GPL vmlinux 0xa84a0780 pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xa875fb4c driver_find_device EXPORT_SYMBOL_GPL vmlinux 0xa88c587b gmap_shadow_r2t EXPORT_SYMBOL_GPL vmlinux 0xa89608a9 dax_region_put -EXPORT_SYMBOL_GPL vmlinux 0xa89f2747 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xa8a3971e strp_done EXPORT_SYMBOL_GPL vmlinux 0xa8bd0cef module_mutex EXPORT_SYMBOL_GPL vmlinux 0xa8cc3a40 virtqueue_add_sgs EXPORT_SYMBOL_GPL vmlinux 0xa8d7ade5 devres_close_group -EXPORT_SYMBOL_GPL vmlinux 0xa8f0c378 dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xa8fabfd3 probe_user_read -EXPORT_SYMBOL_GPL vmlinux 0xa903e29f ip_valid_fib_dump_req EXPORT_SYMBOL_GPL vmlinux 0xa90797ed blk_mq_alloc_request_hctx EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds EXPORT_SYMBOL_GPL vmlinux 0xa9350329 posix_acl_access_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0xa9492419 zap_vma_ptes EXPORT_SYMBOL_GPL vmlinux 0xa95ca257 alarm_start EXPORT_SYMBOL_GPL vmlinux 0xa994ba6d gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xa99795b2 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0xa99c9813 cio_update_schib EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put EXPORT_SYMBOL_GPL vmlinux 0xa9a611f0 crypto_unregister_templates @@ -11561,7 +11564,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xa9bde177 mddev_init EXPORT_SYMBOL_GPL vmlinux 0xa9d0ab1f trace_seq_putmem_hex EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister EXPORT_SYMBOL_GPL vmlinux 0xa9ff15b9 s390_enable_sie -EXPORT_SYMBOL_GPL vmlinux 0xaa05f0e8 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa0d1347 pci_user_read_config_byte EXPORT_SYMBOL_GPL vmlinux 0xaa230f88 perf_unregister_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xaa3596b4 tpm_send EXPORT_SYMBOL_GPL vmlinux 0xaa51e2ca gpiod_get_index @@ -11569,28 +11572,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xaa61de11 irq_stat EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush EXPORT_SYMBOL_GPL vmlinux 0xaa938a1d free_vm_area EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac5dbf lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xaae09671 ncsi_register_dev EXPORT_SYMBOL_GPL vmlinux 0xaae48385 sysfs_unmerge_group -EXPORT_SYMBOL_GPL vmlinux 0xaae650a8 ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xaaecc795 ftrace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xaaf3429a clockevents_unbind_device EXPORT_SYMBOL_GPL vmlinux 0xaaffca69 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xab10a55a udp_destruct_sock +EXPORT_SYMBOL_GPL vmlinux 0xab31829c skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xab40a521 root_device_unregister -EXPORT_SYMBOL_GPL vmlinux 0xab43ddd6 inet_twsk_put -EXPORT_SYMBOL_GPL vmlinux 0xab669b30 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xab5c43f7 sk_clear_memalloc EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request -EXPORT_SYMBOL_GPL vmlinux 0xab710a5c inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xab91ee49 ping_rcv EXPORT_SYMBOL_GPL vmlinux 0xab97a97d s390_handle_mcck EXPORT_SYMBOL_GPL vmlinux 0xab9bd884 perf_register_guest_info_callbacks EXPORT_SYMBOL_GPL vmlinux 0xabaa1a1e vfs_test_lock EXPORT_SYMBOL_GPL vmlinux 0xabac10b7 inet_getpeer -EXPORT_SYMBOL_GPL vmlinux 0xabbc97ed __xfrm_state_mtu EXPORT_SYMBOL_GPL vmlinux 0xabc48fb1 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xabc5ed20 sock_zerocopy_realloc EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate EXPORT_SYMBOL_GPL vmlinux 0xabcd8597 kvm_vcpu_gfn_to_page EXPORT_SYMBOL_GPL vmlinux 0xabd0f317 sock_diag_put_meminfo EXPORT_SYMBOL_GPL vmlinux 0xabdbca57 balloon_page_alloc EXPORT_SYMBOL_GPL vmlinux 0xabf127ae security_file_ioctl -EXPORT_SYMBOL_GPL vmlinux 0xac07565a skb_send_sock_locked EXPORT_SYMBOL_GPL vmlinux 0xac08f95b skcipher_walk_aead EXPORT_SYMBOL_GPL vmlinux 0xac0cdb06 tpm_pm_suspend EXPORT_SYMBOL_GPL vmlinux 0xac1223a7 kobject_move @@ -11601,29 +11605,29 @@ EXPORT_SYMBOL_GPL vmlinux 0xac42d4e6 digsig_verify EXPORT_SYMBOL_GPL vmlinux 0xac4e8425 tty_save_termios EXPORT_SYMBOL_GPL vmlinux 0xac5a789c trace_seq_printf EXPORT_SYMBOL_GPL vmlinux 0xac607ac4 iommu_domain_get_attr -EXPORT_SYMBOL_GPL vmlinux 0xacdfc46b lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xacdfbbbd dev_change_net_namespace EXPORT_SYMBOL_GPL vmlinux 0xad02ccb8 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xad18be76 nexthop_find_by_id EXPORT_SYMBOL_GPL vmlinux 0xad350b8e __platform_driver_probe EXPORT_SYMBOL_GPL vmlinux 0xad3dfa13 lgr_info_log EXPORT_SYMBOL_GPL vmlinux 0xad469b69 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xad4d380f ipv4_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xad525d1b iommu_fwspec_init EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier EXPORT_SYMBOL_GPL vmlinux 0xad7aa97c rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xad7f8f73 pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy EXPORT_SYMBOL_GPL vmlinux 0xadaaa3ae diag308 EXPORT_SYMBOL_GPL vmlinux 0xadb252f1 blk_mq_unfreeze_queue EXPORT_SYMBOL_GPL vmlinux 0xadc65047 crypto_larval_kill EXPORT_SYMBOL_GPL vmlinux 0xadc80fb1 __class_register -EXPORT_SYMBOL_GPL vmlinux 0xade11ee2 ip_local_out EXPORT_SYMBOL_GPL vmlinux 0xadf921ba vmf_insert_pfn_pmd EXPORT_SYMBOL_GPL vmlinux 0xadf9699b pci_write_msi_msg EXPORT_SYMBOL_GPL vmlinux 0xae0592ef ring_buffer_discard_commit EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key -EXPORT_SYMBOL_GPL vmlinux 0xae1aeb3f xfrm_state_afinfo_get_rcu EXPORT_SYMBOL_GPL vmlinux 0xae2d4d20 __ftrace_vprintk EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init EXPORT_SYMBOL_GPL vmlinux 0xae46a918 page_cache_sync_readahead -EXPORT_SYMBOL_GPL vmlinux 0xae524b38 pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0xae5f93ab gfn_to_page_many_atomic EXPORT_SYMBOL_GPL vmlinux 0xae636d37 __rt_mutex_init EXPORT_SYMBOL_GPL vmlinux 0xae6445ea iomap_migrate_page @@ -11637,24 +11641,28 @@ EXPORT_SYMBOL_GPL vmlinux 0xaebc534f trace_seq_vprintf EXPORT_SYMBOL_GPL vmlinux 0xaebe0bbd setfl EXPORT_SYMBOL_GPL vmlinux 0xaebe1b56 debugfs_create_u64 EXPORT_SYMBOL_GPL vmlinux 0xaf16ca47 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xaf2b7b12 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaf35c182 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf49fb5e tcp_register_congestion_control EXPORT_SYMBOL_GPL vmlinux 0xaf51db3d crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xaf81f5eb ip6_datagram_connect_v6_only EXPORT_SYMBOL_GPL vmlinux 0xaf905c8c rhashtable_walk_next EXPORT_SYMBOL_GPL vmlinux 0xaf99386a device_property_present -EXPORT_SYMBOL_GPL vmlinux 0xafa8fdfc pci_domain_nr EXPORT_SYMBOL_GPL vmlinux 0xafd711be mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xafe286de zpci_enable_device EXPORT_SYMBOL_GPL vmlinux 0xafe463a8 devm_hwrng_unregister EXPORT_SYMBOL_GPL vmlinux 0xafebce3f iomap_dio_iopoll EXPORT_SYMBOL_GPL vmlinux 0xb028aeea locks_alloc_lock EXPORT_SYMBOL_GPL vmlinux 0xb029260a bpf_event_output EXPORT_SYMBOL_GPL vmlinux 0xb04ce9ba irq_find_matching_fwspec EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb089c677 pcie_aspm_enabled EXPORT_SYMBOL_GPL vmlinux 0xb0a211c3 mnt_clone_write EXPORT_SYMBOL_GPL vmlinux 0xb0a7c120 uprobe_register_refctr EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset EXPORT_SYMBOL_GPL vmlinux 0xb0d8eec3 add_to_page_cache_lru EXPORT_SYMBOL_GPL vmlinux 0xb0e73f75 bsg_scsi_register_queue -EXPORT_SYMBOL_GPL vmlinux 0xb1070e93 devlink_reload_disable -EXPORT_SYMBOL_GPL vmlinux 0xb1093b74 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xb0fd7b46 tun_get_socket EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end EXPORT_SYMBOL_GPL vmlinux 0xb110f95b virtqueue_get_buf_ctx EXPORT_SYMBOL_GPL vmlinux 0xb116a77b blkcipher_walk_virt @@ -11666,7 +11674,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xb14ebdd3 xas_set_mark EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put EXPORT_SYMBOL_GPL vmlinux 0xb164a4a0 sbitmap_queue_show EXPORT_SYMBOL_GPL vmlinux 0xb19f152e klist_iter_exit -EXPORT_SYMBOL_GPL vmlinux 0xb1a5793a pci_d3cold_enable EXPORT_SYMBOL_GPL vmlinux 0xb1a58f98 skcipher_walk_atomise EXPORT_SYMBOL_GPL vmlinux 0xb1dabc1e unregister_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xb1dd2042 __mnt_drop_write @@ -11677,61 +11684,57 @@ EXPORT_SYMBOL_GPL vmlinux 0xb20ca5dd pkcs7_free_message EXPORT_SYMBOL_GPL vmlinux 0xb21cd45c kvm_write_guest EXPORT_SYMBOL_GPL vmlinux 0xb23ff50a kvm_unmap_gfn EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq -EXPORT_SYMBOL_GPL vmlinux 0xb24f7718 inet_hash EXPORT_SYMBOL_GPL vmlinux 0xb255023e device_create EXPORT_SYMBOL_GPL vmlinux 0xb2568168 debugfs_create_devm_seqfile EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26eb785 __tcp_send_ack EXPORT_SYMBOL_GPL vmlinux 0xb273755e gpiod_get_raw_value EXPORT_SYMBOL_GPL vmlinux 0xb27501ec fuse_conn_put -EXPORT_SYMBOL_GPL vmlinux 0xb2a301d0 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xb2b27d3e devlink_port_params_unregister EXPORT_SYMBOL_GPL vmlinux 0xb2b65b7d alloc_dax_region EXPORT_SYMBOL_GPL vmlinux 0xb2b7e436 handle_bad_irq EXPORT_SYMBOL_GPL vmlinux 0xb2ca1397 crypto_alloc_sync_skcipher EXPORT_SYMBOL_GPL vmlinux 0xb2d49116 dax_iomap_rw EXPORT_SYMBOL_GPL vmlinux 0xb2dcea85 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xb2e6aa0d fib_nl_newrule EXPORT_SYMBOL_GPL vmlinux 0xb2fbbfef blk_queue_rq_timeout EXPORT_SYMBOL_GPL vmlinux 0xb2ff3ad0 ring_buffer_free_read_page -EXPORT_SYMBOL_GPL vmlinux 0xb301d6d1 __fl6_sock_lookup EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put -EXPORT_SYMBOL_GPL vmlinux 0xb3291c2e clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xb328cc20 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xb32daf90 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0xb37fa039 software_node_register_nodes EXPORT_SYMBOL_GPL vmlinux 0xb3d3e92d gmap_put -EXPORT_SYMBOL_GPL vmlinux 0xb3e75fd1 ip6_append_data EXPORT_SYMBOL_GPL vmlinux 0xb3f485ab platform_get_irq EXPORT_SYMBOL_GPL vmlinux 0xb407c1df percpu_ref_switch_to_atomic EXPORT_SYMBOL_GPL vmlinux 0xb4151709 __percpu_down_read -EXPORT_SYMBOL_GPL vmlinux 0xb43a3750 devlink_params_publish EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get EXPORT_SYMBOL_GPL vmlinux 0xb44ab713 klist_prev EXPORT_SYMBOL_GPL vmlinux 0xb44d0d84 shash_ahash_digest EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled -EXPORT_SYMBOL_GPL vmlinux 0xb46267d1 devlink_params_unpublish -EXPORT_SYMBOL_GPL vmlinux 0xb46f518a blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0xb46fbe0b klp_shadow_get_or_alloc EXPORT_SYMBOL_GPL vmlinux 0xb4738989 device_get_named_child_node EXPORT_SYMBOL_GPL vmlinux 0xb48f0f14 ablkcipher_walk_done EXPORT_SYMBOL_GPL vmlinux 0xb4a49516 fat_flush_inodes EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier EXPORT_SYMBOL_GPL vmlinux 0xb4ca3c9f wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xb4d72601 inet6_hash_connect EXPORT_SYMBOL_GPL vmlinux 0xb4da2f65 blkdev_report_zones EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length EXPORT_SYMBOL_GPL vmlinux 0xb4f03ce6 mddev_suspend EXPORT_SYMBOL_GPL vmlinux 0xb4f1ea1e page_endio +EXPORT_SYMBOL_GPL vmlinux 0xb522af7f pci_assign_unassigned_bus_resources EXPORT_SYMBOL_GPL vmlinux 0xb542e0b6 mddev_unlock EXPORT_SYMBOL_GPL vmlinux 0xb54ece2b crypto_register_akcipher EXPORT_SYMBOL_GPL vmlinux 0xb56143ad nl_table -EXPORT_SYMBOL_GPL vmlinux 0xb5afc9cb rtnl_link_unregister EXPORT_SYMBOL_GPL vmlinux 0xb5b5fe19 blk_mq_freeze_queue_wait EXPORT_SYMBOL_GPL vmlinux 0xb5b94dc1 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xb5f4b9cd pci_restore_ats_state EXPORT_SYMBOL_GPL vmlinux 0xb5fc199c sync_page_io EXPORT_SYMBOL_GPL vmlinux 0xb60e58f9 kernfs_path_from_node -EXPORT_SYMBOL_GPL vmlinux 0xb62266ec pcie_port_find_device EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier -EXPORT_SYMBOL_GPL vmlinux 0xb637c972 pci_find_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xb638f70c chsc_pnso_brinfo EXPORT_SYMBOL_GPL vmlinux 0xb64832fc register_virtio_device EXPORT_SYMBOL_GPL vmlinux 0xb64a9198 pci_epc_linkup -EXPORT_SYMBOL_GPL vmlinux 0xb650154c pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0xb651c419 md_run EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any EXPORT_SYMBOL_GPL vmlinux 0xb6b03b68 gpiochip_line_is_valid @@ -11739,16 +11742,18 @@ EXPORT_SYMBOL_GPL vmlinux 0xb6b85c3b create_signature EXPORT_SYMBOL_GPL vmlinux 0xb6c142f7 gmap_pmdp_idte_global EXPORT_SYMBOL_GPL vmlinux 0xb6c9adcb crypto_stats_akcipher_decrypt EXPORT_SYMBOL_GPL vmlinux 0xb6d96c9e crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6ef3790 ip6_route_output_flags_noref EXPORT_SYMBOL_GPL vmlinux 0xb71df908 unregister_virtio_driver -EXPORT_SYMBOL_GPL vmlinux 0xb724097e pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xb72a17f2 inet6_csk_addr2sockaddr EXPORT_SYMBOL_GPL vmlinux 0xb74259ff blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xb79978b9 lwtunnel_output EXPORT_SYMBOL_GPL vmlinux 0xb7b322d0 cio_start_key EXPORT_SYMBOL_GPL vmlinux 0xb7bbb8bc kstrdup_quotable_file EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier EXPORT_SYMBOL_GPL vmlinux 0xb80506b4 atomic_notifier_chain_unregister -EXPORT_SYMBOL_GPL vmlinux 0xb807b6dc devlink_dpipe_match_put EXPORT_SYMBOL_GPL vmlinux 0xb80e9869 kthread_flush_work EXPORT_SYMBOL_GPL vmlinux 0xb81f8545 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xb81fbbcc rtnl_af_unregister EXPORT_SYMBOL_GPL vmlinux 0xb8212341 timecounter_cyc2time EXPORT_SYMBOL_GPL vmlinux 0xb824c5a9 posix_acl_default_xattr_handler EXPORT_SYMBOL_GPL vmlinux 0xb8376468 crypto_stats_init @@ -11774,20 +11779,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xb9c3ea96 devm_pci_epc_destroy EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops EXPORT_SYMBOL_GPL vmlinux 0xb9cd7979 device_property_match_string EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first -EXPORT_SYMBOL_GPL vmlinux 0xba2ee5a7 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xb9ef5783 xfrm_audit_state_notfound EXPORT_SYMBOL_GPL vmlinux 0xba33fb23 gmap_translate EXPORT_SYMBOL_GPL vmlinux 0xba426c78 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xba5c80fc switchdev_port_obj_del EXPORT_SYMBOL_GPL vmlinux 0xba67be0b hvc_remove -EXPORT_SYMBOL_GPL vmlinux 0xba7daf2d ip6_sk_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xba9d3114 relay_subbufs_consumed EXPORT_SYMBOL_GPL vmlinux 0xbaa25817 dm_disk EXPORT_SYMBOL_GPL vmlinux 0xbaa4d69f fsnotify_destroy_mark EXPORT_SYMBOL_GPL vmlinux 0xbaabcfda devm_init_badblocks EXPORT_SYMBOL_GPL vmlinux 0xbabb0e4c fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbac5beb5 dev_queue_xmit_nit EXPORT_SYMBOL_GPL vmlinux 0xbad06763 css_driver_register EXPORT_SYMBOL_GPL vmlinux 0xbadcdff0 crypto_shash_alg_has_setkey -EXPORT_SYMBOL_GPL vmlinux 0xbaeb6ef4 nf_hook_entries_delete_raw EXPORT_SYMBOL_GPL vmlinux 0xbaec5b7f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xbaef543e sk_attach_filter EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks EXPORT_SYMBOL_GPL vmlinux 0xbb2bef6f pci_epc_raise_irq @@ -11801,89 +11807,95 @@ EXPORT_SYMBOL_GPL vmlinux 0xbba53cc8 gpiod_to_chip EXPORT_SYMBOL_GPL vmlinux 0xbbab999a crypto_stats_kpp_generate_public_key EXPORT_SYMBOL_GPL vmlinux 0xbbc40a71 x509_decode_time EXPORT_SYMBOL_GPL vmlinux 0xbbc8a685 blk_mq_unquiesce_queue -EXPORT_SYMBOL_GPL vmlinux 0xbbedb017 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xbbdcab58 xdp_do_generic_redirect +EXPORT_SYMBOL_GPL vmlinux 0xbc08ba6d __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xbc1a0b1e hvc_instantiate EXPORT_SYMBOL_GPL vmlinux 0xbc46b3d1 xas_clear_mark EXPORT_SYMBOL_GPL vmlinux 0xbc4c4bcc trace_seq_to_user EXPORT_SYMBOL_GPL vmlinux 0xbc51dde0 iomap_readpage EXPORT_SYMBOL_GPL vmlinux 0xbc64f0fb vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xbc68ed35 blk_mq_rdma_map_queues EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xbc6c4f29 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xbc6e7574 devlink_port_param_driverinit_value_get EXPORT_SYMBOL_GPL vmlinux 0xbc7d547a fuse_dev_free EXPORT_SYMBOL_GPL vmlinux 0xbc943d7c proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xbc969e0d pci_bus_add_device EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset -EXPORT_SYMBOL_GPL vmlinux 0xbcca1957 __strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcda1f2c nf_queue_entry_release_refs EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd448c4a sk_msg_trim EXPORT_SYMBOL_GPL vmlinux 0xbd48a939 watchdog_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize EXPORT_SYMBOL_GPL vmlinux 0xbd7c2517 x509_cert_parse EXPORT_SYMBOL_GPL vmlinux 0xbda6e061 dax_copy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xbdc8e76f ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xbde6a3dc dst_cache_get_ip4 EXPORT_SYMBOL_GPL vmlinux 0xbdec912e __clocksource_update_freq_scale -EXPORT_SYMBOL_GPL vmlinux 0xbe0cd296 sock_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xbdf7080c __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xbdfdb714 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xbe10f6ba devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xbe4c23b4 flow_indr_block_cb_unregister EXPORT_SYMBOL_GPL vmlinux 0xbe501892 gpiod_set_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xbe5ddc6c fuse_conn_init EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus EXPORT_SYMBOL_GPL vmlinux 0xbea2e49b fuse_kill_sb_anon EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaf31a6 skb_gso_validate_mac_len EXPORT_SYMBOL_GPL vmlinux 0xbec3aaf7 dma_buf_map_attachment EXPORT_SYMBOL_GPL vmlinux 0xbee0cc73 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbeed9d15 skb_zerocopy_iter_stream EXPORT_SYMBOL_GPL vmlinux 0xbeeda2df noop_invalidatepage EXPORT_SYMBOL_GPL vmlinux 0xbef1395e irq_create_fwspec_mapping EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier EXPORT_SYMBOL_GPL vmlinux 0xbf0e5a79 trace_define_field EXPORT_SYMBOL_GPL vmlinux 0xbf1d5faf badblocks_show -EXPORT_SYMBOL_GPL vmlinux 0xbf21947d pci_device_is_present -EXPORT_SYMBOL_GPL vmlinux 0xbf2ecd11 pcie_flr EXPORT_SYMBOL_GPL vmlinux 0xbf3f4ad5 iommu_group_remove_device EXPORT_SYMBOL_GPL vmlinux 0xbf4e88f4 __cookie_v4_init_sequence -EXPORT_SYMBOL_GPL vmlinux 0xbf86248b virtio_finalize_features EXPORT_SYMBOL_GPL vmlinux 0xbf880837 synchronize_srcu EXPORT_SYMBOL_GPL vmlinux 0xbfa768c8 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xbfbfd63e xfrm_audit_state_replay_overflow EXPORT_SYMBOL_GPL vmlinux 0xbfd761cd gpiod_set_array_value EXPORT_SYMBOL_GPL vmlinux 0xbfd9cc58 blk_mq_freeze_queue EXPORT_SYMBOL_GPL vmlinux 0xbfe133b6 crypto_init_ahash_spawn EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space -EXPORT_SYMBOL_GPL vmlinux 0xc0226a0b skb_zerocopy EXPORT_SYMBOL_GPL vmlinux 0xc022c530 class_unregister EXPORT_SYMBOL_GPL vmlinux 0xc024fc1d rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xc03270a1 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xc06fea91 devlink_param_value_changed EXPORT_SYMBOL_GPL vmlinux 0xc083c6f5 blk_queue_can_use_dma_map_merging EXPORT_SYMBOL_GPL vmlinux 0xc084a02d fwnode_create_software_node EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc097ddb9 pci_set_host_bridge_release EXPORT_SYMBOL_GPL vmlinux 0xc09b9a44 trace_array_printk EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited -EXPORT_SYMBOL_GPL vmlinux 0xc0b5bd8a xfrm_audit_state_icvfail EXPORT_SYMBOL_GPL vmlinux 0xc0bd0ab5 tracing_snapshot_cond -EXPORT_SYMBOL_GPL vmlinux 0xc0c912b3 devlink_port_unregister -EXPORT_SYMBOL_GPL vmlinux 0xc0e8e4b9 dev_nit_active -EXPORT_SYMBOL_GPL vmlinux 0xc0ec44f3 __sock_recv_timestamp EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata EXPORT_SYMBOL_GPL vmlinux 0xc101e20c device_create_vargs -EXPORT_SYMBOL_GPL vmlinux 0xc106ee8e fib_rules_seq_read EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc121b642 pci_generic_config_read EXPORT_SYMBOL_GPL vmlinux 0xc1334eaf cio_disable_subchannel -EXPORT_SYMBOL_GPL vmlinux 0xc1533309 pci_reset_function EXPORT_SYMBOL_GPL vmlinux 0xc1542718 crypto_init_shash_spawn EXPORT_SYMBOL_GPL vmlinux 0xc1631b12 vfs_getxattr_alloc -EXPORT_SYMBOL_GPL vmlinux 0xc1998228 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xc1865448 tcp_set_keepalive EXPORT_SYMBOL_GPL vmlinux 0xc1a1f76c tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc1a57e21 ping_get_port EXPORT_SYMBOL_GPL vmlinux 0xc1dc30c1 gpiochip_irq_domain_deactivate EXPORT_SYMBOL_GPL vmlinux 0xc1e89951 iommu_fwspec_add_ids -EXPORT_SYMBOL_GPL vmlinux 0xc20dd673 ip6_input EXPORT_SYMBOL_GPL vmlinux 0xc219f6a1 gpiod_remove_lookup_table EXPORT_SYMBOL_GPL vmlinux 0xc229b0d8 transport_configure_device EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2540f73 fib_rules_dump EXPORT_SYMBOL_GPL vmlinux 0xc266f5f4 virtqueue_poll EXPORT_SYMBOL_GPL vmlinux 0xc26ab415 ack_all_badblocks EXPORT_SYMBOL_GPL vmlinux 0xc27850ab find_module EXPORT_SYMBOL_GPL vmlinux 0xc285ccd6 freq_qos_remove_request EXPORT_SYMBOL_GPL vmlinux 0xc28c0204 disk_part_iter_next -EXPORT_SYMBOL_GPL vmlinux 0xc28f5813 nf_nat_hook EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc2d7680f kvm_io_bus_write @@ -11894,8 +11906,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xc363460f l3mdev_fib_table_by_index EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype EXPORT_SYMBOL_GPL vmlinux 0xc38ec252 sysfs_remove_group EXPORT_SYMBOL_GPL vmlinux 0xc39a44e8 trace_event_reg -EXPORT_SYMBOL_GPL vmlinux 0xc3bbe7e0 pci_enable_ats -EXPORT_SYMBOL_GPL vmlinux 0xc3c14158 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc3b2f4fd alloc_skb_for_msg EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name EXPORT_SYMBOL_GPL vmlinux 0xc3c96151 blk_mq_sched_free_hctx_data EXPORT_SYMBOL_GPL vmlinux 0xc3d86c7c __mmdrop @@ -11909,22 +11920,23 @@ EXPORT_SYMBOL_GPL vmlinux 0xc41a0c51 chsc_ssqd EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all EXPORT_SYMBOL_GPL vmlinux 0xc42f971c of_css EXPORT_SYMBOL_GPL vmlinux 0xc43ff696 hwrng_unregister -EXPORT_SYMBOL_GPL vmlinux 0xc455b589 inet6_sk_rebuild_header EXPORT_SYMBOL_GPL vmlinux 0xc480eb84 appldata_diag EXPORT_SYMBOL_GPL vmlinux 0xc4836eb8 hrtimer_init_sleeper EXPORT_SYMBOL_GPL vmlinux 0xc48a8c7e cio_start EXPORT_SYMBOL_GPL vmlinux 0xc48f7eb5 is_binary_blacklisted EXPORT_SYMBOL_GPL vmlinux 0xc49039d6 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xc49f8f59 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xc4bc7fdb task_cputime_adjusted EXPORT_SYMBOL_GPL vmlinux 0xc4c60cf2 devres_get -EXPORT_SYMBOL_GPL vmlinux 0xc4db6f14 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xc4db28cf nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f8c748 skb_zerocopy_headlen EXPORT_SYMBOL_GPL vmlinux 0xc51b10c2 balloon_page_list_dequeue -EXPORT_SYMBOL_GPL vmlinux 0xc5268755 pci_hp_destroy EXPORT_SYMBOL_GPL vmlinux 0xc53c17f5 unregister_pernet_device EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off EXPORT_SYMBOL_GPL vmlinux 0xc585a9c9 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xc5a30e16 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0xc5cbf040 crypto_ahash_final EXPORT_SYMBOL_GPL vmlinux 0xc5db8c0c handle_mm_fault EXPORT_SYMBOL_GPL vmlinux 0xc5f2b810 blk_mq_update_nr_hw_queues @@ -11933,36 +11945,37 @@ EXPORT_SYMBOL_GPL vmlinux 0xc610200e crypto_attr_alg2 EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier EXPORT_SYMBOL_GPL vmlinux 0xc61c33fd platform_unregister_drivers EXPORT_SYMBOL_GPL vmlinux 0xc623261d device_property_read_u16_array -EXPORT_SYMBOL_GPL vmlinux 0xc623e47f ipv6_dup_options EXPORT_SYMBOL_GPL vmlinux 0xc654d3f4 lwtunnel_valid_encap_type -EXPORT_SYMBOL_GPL vmlinux 0xc659fcdd __inet_lookup_listener EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata -EXPORT_SYMBOL_GPL vmlinux 0xc66d6481 ip6_sk_redirect EXPORT_SYMBOL_GPL vmlinux 0xc67bc200 mnt_want_write -EXPORT_SYMBOL_GPL vmlinux 0xc699432b nf_hook_entries_insert_raw EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool EXPORT_SYMBOL_GPL vmlinux 0xc69f3681 driver_remove_file EXPORT_SYMBOL_GPL vmlinux 0xc6a27775 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xc6ad9d0b br_ip6_fragment EXPORT_SYMBOL_GPL vmlinux 0xc6cb1377 gmap_map_segment EXPORT_SYMBOL_GPL vmlinux 0xc6d5b45a srcu_torture_stats_print EXPORT_SYMBOL_GPL vmlinux 0xc6de5f8a device_connection_find EXPORT_SYMBOL_GPL vmlinux 0xc7017462 xdp_attachment_setup EXPORT_SYMBOL_GPL vmlinux 0xc71e64a9 snmp_get_cpu_field +EXPORT_SYMBOL_GPL vmlinux 0xc72a486f pci_try_reset_function EXPORT_SYMBOL_GPL vmlinux 0xc741956f iommu_attach_group EXPORT_SYMBOL_GPL vmlinux 0xc74dda23 pci_epc_set_msi EXPORT_SYMBOL_GPL vmlinux 0xc755c93f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xc7589f47 pci_user_read_config_word EXPORT_SYMBOL_GPL vmlinux 0xc758f2ee fuse_do_ioctl EXPORT_SYMBOL_GPL vmlinux 0xc76284ea kvm_release_page_dirty EXPORT_SYMBOL_GPL vmlinux 0xc766ca7f tpm2_probe EXPORT_SYMBOL_GPL vmlinux 0xc76f7af1 fscrypt_drop_inode EXPORT_SYMBOL_GPL vmlinux 0xc777643c device_add_properties +EXPORT_SYMBOL_GPL vmlinux 0xc783fade pci_intx EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch EXPORT_SYMBOL_GPL vmlinux 0xc7afdc83 pci_epc_put -EXPORT_SYMBOL_GPL vmlinux 0xc7bb705a skb_segment EXPORT_SYMBOL_GPL vmlinux 0xc7c2412f crypto_blkcipher_type EXPORT_SYMBOL_GPL vmlinux 0xc7d6545e __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc7d80db7 skb_consume_udp EXPORT_SYMBOL_GPL vmlinux 0xc7de372e gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc7dec453 devlink_reload_disable EXPORT_SYMBOL_GPL vmlinux 0xc7e06509 blk_mq_free_request EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop @@ -11972,13 +11985,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xc841f78b css_driver_unregister EXPORT_SYMBOL_GPL vmlinux 0xc842e252 dax_layout_busy_page EXPORT_SYMBOL_GPL vmlinux 0xc849164a bpf_prog_sub EXPORT_SYMBOL_GPL vmlinux 0xc84c4023 nl_table_lock -EXPORT_SYMBOL_GPL vmlinux 0xc85a6cae lwtunnel_output -EXPORT_SYMBOL_GPL vmlinux 0xc87fc13b ping_seq_start EXPORT_SYMBOL_GPL vmlinux 0xc87febdf posix_acl_create EXPORT_SYMBOL_GPL vmlinux 0xc899d7e1 tpm_unseal_trusted -EXPORT_SYMBOL_GPL vmlinux 0xc89b4863 pci_create_slot EXPORT_SYMBOL_GPL vmlinux 0xc8a6e09b inet_peer_base_init EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8c41fd9 pci_walk_bus EXPORT_SYMBOL_GPL vmlinux 0xc8d57d4f iommu_group_get EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable EXPORT_SYMBOL_GPL vmlinux 0xc9099830 crypto_register_skciphers @@ -11987,11 +11998,9 @@ EXPORT_SYMBOL_GPL vmlinux 0xc92419e3 iommu_sva_set_ops EXPORT_SYMBOL_GPL vmlinux 0xc93461f9 hrtimer_try_to_cancel EXPORT_SYMBOL_GPL vmlinux 0xc955ed3c devm_serdev_device_open EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc96ceb83 bpf_prog_destroy EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base EXPORT_SYMBOL_GPL vmlinux 0xc9b3b43e find_pid_ns -EXPORT_SYMBOL_GPL vmlinux 0xc9b5e84b pci_proc_domain -EXPORT_SYMBOL_GPL vmlinux 0xc9bf9914 devlink_dpipe_entry_ctx_append -EXPORT_SYMBOL_GPL vmlinux 0xc9c99816 pci_hp_remove_module_link EXPORT_SYMBOL_GPL vmlinux 0xc9c9d09e iommu_dev_enable_feature EXPORT_SYMBOL_GPL vmlinux 0xc9dea50b fat_attach EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu @@ -11999,36 +12008,41 @@ EXPORT_SYMBOL_GPL vmlinux 0xca00f0a3 pci_epc_start EXPORT_SYMBOL_GPL vmlinux 0xca063213 tpm_get_timeouts EXPORT_SYMBOL_GPL vmlinux 0xca1334d2 vring_transport_features EXPORT_SYMBOL_GPL vmlinux 0xca1f5544 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xca2be817 metadata_dst_free EXPORT_SYMBOL_GPL vmlinux 0xca2dc44e crypto_stats_kpp_compute_shared_secret EXPORT_SYMBOL_GPL vmlinux 0xca3657b7 device_rename EXPORT_SYMBOL_GPL vmlinux 0xca541308 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xca68773b inet_hash EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop EXPORT_SYMBOL_GPL vmlinux 0xcab2f71f tty_port_unregister_device EXPORT_SYMBOL_GPL vmlinux 0xcacd88a0 __tracepoint_br_fdb_update EXPORT_SYMBOL_GPL vmlinux 0xcad92d36 sysfs_create_mount_point EXPORT_SYMBOL_GPL vmlinux 0xcb1c0cbc class_remove_file_ns EXPORT_SYMBOL_GPL vmlinux 0xcb27812f l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xcb4e2a86 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xcb4f0634 sysfs_break_active_protection EXPORT_SYMBOL_GPL vmlinux 0xcb5a258e rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0xcb5e10db pci_find_next_ht_capability EXPORT_SYMBOL_GPL vmlinux 0xcb5eb6d1 virtqueue_is_broken -EXPORT_SYMBOL_GPL vmlinux 0xcb90fd27 sk_msg_free EXPORT_SYMBOL_GPL vmlinux 0xcb99e1da iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xcbab10cb skb_to_sgvec_nomark EXPORT_SYMBOL_GPL vmlinux 0xcbab16de list_lru_count_one EXPORT_SYMBOL_GPL vmlinux 0xcbafc8b8 __module_text_address EXPORT_SYMBOL_GPL vmlinux 0xcbbf3028 gen_pool_avail EXPORT_SYMBOL_GPL vmlinux 0xcbc14582 blk_mq_flush_busy_ctxs -EXPORT_SYMBOL_GPL vmlinux 0xcbcc73b2 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xcbd9ea70 ping_unhash EXPORT_SYMBOL_GPL vmlinux 0xcbdda91c devm_release_action -EXPORT_SYMBOL_GPL vmlinux 0xcbdff105 sk_psock_msg_verdict EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages EXPORT_SYMBOL_GPL vmlinux 0xcbec4ccc fuse_send_init EXPORT_SYMBOL_GPL vmlinux 0xcc0a7782 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0xcc0da8c1 raw_seq_start EXPORT_SYMBOL_GPL vmlinux 0xcc23beee devm_kmalloc EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap EXPORT_SYMBOL_GPL vmlinux 0xcc32be98 invalidate_inode_pages2 EXPORT_SYMBOL_GPL vmlinux 0xcc3dd460 fuse_dev_fiq_ops EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc EXPORT_SYMBOL_GPL vmlinux 0xcca241ca add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xcca5e6b3 inet_csk_route_child_sock EXPORT_SYMBOL_GPL vmlinux 0xccb802d0 xas_split EXPORT_SYMBOL_GPL vmlinux 0xccbbad8f crypto_unregister_aead EXPORT_SYMBOL_GPL vmlinux 0xcce4cb35 crypto_alloc_aead @@ -12036,93 +12050,89 @@ EXPORT_SYMBOL_GPL vmlinux 0xccfdc3f2 perf_get_aux EXPORT_SYMBOL_GPL vmlinux 0xcd0db623 blkg_print_stat_bytes_recursive EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size EXPORT_SYMBOL_GPL vmlinux 0xcd2c4713 __vfs_setxattr_noperm -EXPORT_SYMBOL_GPL vmlinux 0xcd3fb8ef devlink_flash_update_end_notify EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd8f22f5 __raw_v4_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd9049f1 netdev_walk_all_lower_dev EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda94826 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcdb0674f devlink_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers -EXPORT_SYMBOL_GPL vmlinux 0xcdc3a29b seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs EXPORT_SYMBOL_GPL vmlinux 0xcdccd807 kvm_write_guest_offset_cached EXPORT_SYMBOL_GPL vmlinux 0xcdd1ec7b verify_signature -EXPORT_SYMBOL_GPL vmlinux 0xcddee513 __nf_ip6_route EXPORT_SYMBOL_GPL vmlinux 0xcde25931 blk_queue_max_discard_segments EXPORT_SYMBOL_GPL vmlinux 0xcde8a4c3 freq_qos_add_notifier EXPORT_SYMBOL_GPL vmlinux 0xce205304 device_initialize EXPORT_SYMBOL_GPL vmlinux 0xce25e3e9 crypto_alloc_kpp EXPORT_SYMBOL_GPL vmlinux 0xce40421a n_tty_inherit_ops EXPORT_SYMBOL_GPL vmlinux 0xce4a7718 __percpu_up_read +EXPORT_SYMBOL_GPL vmlinux 0xce61b7ad cpci_hp_register_controller EXPORT_SYMBOL_GPL vmlinux 0xce68673a virtqueue_add_inbuf EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching EXPORT_SYMBOL_GPL vmlinux 0xce6fb34f bpf_trace_run5 EXPORT_SYMBOL_GPL vmlinux 0xcebfaef0 __get_task_comm -EXPORT_SYMBOL_GPL vmlinux 0xcee23902 iptunnel_handle_offloads -EXPORT_SYMBOL_GPL vmlinux 0xceeac0b5 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xced89a86 __pci_complete_power_transition EXPORT_SYMBOL_GPL vmlinux 0xcefadccf perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xcf04f3f1 inet_ctl_sock_create EXPORT_SYMBOL_GPL vmlinux 0xcf165c0b blk_clear_pm_only EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global EXPORT_SYMBOL_GPL vmlinux 0xcf28f78c crypto_alg_mod_lookup EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf6e3da6 ip_route_output_key_hash EXPORT_SYMBOL_GPL vmlinux 0xcf831303 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xcf894fd9 sk_psock_tls_strp_read EXPORT_SYMBOL_GPL vmlinux 0xcfad475f flow_indr_add_block_cb EXPORT_SYMBOL_GPL vmlinux 0xcfb1e422 kvm_vcpu_gfn_to_pfn_atomic EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue EXPORT_SYMBOL_GPL vmlinux 0xcfbf314e class_dev_iter_init EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put EXPORT_SYMBOL_GPL vmlinux 0xcfd72d71 mmu_notifier_get_locked -EXPORT_SYMBOL_GPL vmlinux 0xcfe0d2f4 ipv4_update_pmtu EXPORT_SYMBOL_GPL vmlinux 0xcff3629c sched_trace_cfs_rq_cpu -EXPORT_SYMBOL_GPL vmlinux 0xd0021d47 devlink_traps_unregister -EXPORT_SYMBOL_GPL vmlinux 0xd017f29e ip6_dst_lookup_flow -EXPORT_SYMBOL_GPL vmlinux 0xd01d04ab skb_mpls_dec_ttl EXPORT_SYMBOL_GPL vmlinux 0xd031b589 asn1_ber_decoder EXPORT_SYMBOL_GPL vmlinux 0xd03db29c ccw_device_set_timeout EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range -EXPORT_SYMBOL_GPL vmlinux 0xd0542bba pci_cleanup_aer_uncorrect_error_status EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq EXPORT_SYMBOL_GPL vmlinux 0xd072a11c crypto_skcipher_encrypt EXPORT_SYMBOL_GPL vmlinux 0xd07f77a3 dax_copy_to_iter EXPORT_SYMBOL_GPL vmlinux 0xd083be63 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xd0847d0a cpci_hp_unregister_bus EXPORT_SYMBOL_GPL vmlinux 0xd08f1b34 sysfs_remove_groups EXPORT_SYMBOL_GPL vmlinux 0xd0938ba8 vring_new_virtqueue EXPORT_SYMBOL_GPL vmlinux 0xd098b453 kvm_clear_guest EXPORT_SYMBOL_GPL vmlinux 0xd0aff12f key_set_timeout -EXPORT_SYMBOL_GPL vmlinux 0xd0b34a43 sock_zerocopy_alloc EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart EXPORT_SYMBOL_GPL vmlinux 0xd0c6ef08 kill_pid_usb_asyncio EXPORT_SYMBOL_GPL vmlinux 0xd0cbf32a security_kernel_read_file EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax -EXPORT_SYMBOL_GPL vmlinux 0xd0e840f3 switchdev_port_attr_set -EXPORT_SYMBOL_GPL vmlinux 0xd0e8a515 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xd0e8dcba __pci_reset_function_locked EXPORT_SYMBOL_GPL vmlinux 0xd0f4d3b2 alarm_forward_now -EXPORT_SYMBOL_GPL vmlinux 0xd11fe9f6 __fib_lookup EXPORT_SYMBOL_GPL vmlinux 0xd12f4ce7 peernet2id_alloc -EXPORT_SYMBOL_GPL vmlinux 0xd1503ca2 strp_done EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16b5703 tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0xd1901df7 user_preparse EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on -EXPORT_SYMBOL_GPL vmlinux 0xd1ed4b17 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xd1cc7fd0 inet_csk_compat_getsockopt EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain EXPORT_SYMBOL_GPL vmlinux 0xd21da723 find_vpid -EXPORT_SYMBOL_GPL vmlinux 0xd244625c devlink_port_params_register +EXPORT_SYMBOL_GPL vmlinux 0xd2576869 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd263d229 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd266bc71 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xd284f912 gpiod_direction_output_raw -EXPORT_SYMBOL_GPL vmlinux 0xd293704b raw_hash_sk EXPORT_SYMBOL_GPL vmlinux 0xd2a408e9 wbt_disable_default EXPORT_SYMBOL_GPL vmlinux 0xd2b520f7 debugfs_write_file_bool EXPORT_SYMBOL_GPL vmlinux 0xd2c594e9 irq_domain_associate EXPORT_SYMBOL_GPL vmlinux 0xd2c8ae77 tracepoint_probe_unregister EXPORT_SYMBOL_GPL vmlinux 0xd2cac0e1 devm_gpiod_get_array -EXPORT_SYMBOL_GPL vmlinux 0xd2d0fe09 metadata_dst_alloc_percpu EXPORT_SYMBOL_GPL vmlinux 0xd2e79416 cpu_bit_bitmap EXPORT_SYMBOL_GPL vmlinux 0xd2fe1e32 security_path_chmod EXPORT_SYMBOL_GPL vmlinux 0xd308d4ae blk_mq_sched_try_merge -EXPORT_SYMBOL_GPL vmlinux 0xd30d9ea4 xfrm_dev_offload_ok EXPORT_SYMBOL_GPL vmlinux 0xd3141399 kvm_io_bus_get_dev EXPORT_SYMBOL_GPL vmlinux 0xd3243ae8 mpi_read_raw_data EXPORT_SYMBOL_GPL vmlinux 0xd3370c8a crypto_grab_skcipher @@ -12130,7 +12140,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xd35a711d devres_add EXPORT_SYMBOL_GPL vmlinux 0xd39a7b25 crypto_lookup_template EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 EXPORT_SYMBOL_GPL vmlinux 0xd3ae7756 fw_fallback_config -EXPORT_SYMBOL_GPL vmlinux 0xd3b416b7 fuse_simple_background EXPORT_SYMBOL_GPL vmlinux 0xd3bce1b2 crypto_destroy_tfm EXPORT_SYMBOL_GPL vmlinux 0xd3cf769c kobject_create_and_add EXPORT_SYMBOL_GPL vmlinux 0xd3d5e5c6 platform_device_del @@ -12141,28 +12150,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xd3f8f3f4 page_poisoning_enabled EXPORT_SYMBOL_GPL vmlinux 0xd3fe7766 smpboot_unregister_percpu_thread EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq EXPORT_SYMBOL_GPL vmlinux 0xd4064123 sdev_evt_send_simple -EXPORT_SYMBOL_GPL vmlinux 0xd4233592 devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xd425e8a0 sk_msg_free_nocharge EXPORT_SYMBOL_GPL vmlinux 0xd467b70f bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xd4740602 metadata_dst_free_percpu EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq EXPORT_SYMBOL_GPL vmlinux 0xd4e2ff22 fwnode_property_read_string -EXPORT_SYMBOL_GPL vmlinux 0xd5273034 pci_stop_and_remove_bus_device_locked -EXPORT_SYMBOL_GPL vmlinux 0xd53195e1 devlink_health_reporter_create -EXPORT_SYMBOL_GPL vmlinux 0xd53ac2a7 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xd54dee80 pci_user_write_config_word EXPORT_SYMBOL_GPL vmlinux 0xd5569b6c rhashtable_walk_start_check EXPORT_SYMBOL_GPL vmlinux 0xd55aa518 md_bitmap_copy_from_slot EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata EXPORT_SYMBOL_GPL vmlinux 0xd55dba80 dma_get_merge_boundary EXPORT_SYMBOL_GPL vmlinux 0xd5730861 blk_abort_request -EXPORT_SYMBOL_GPL vmlinux 0xd57e00c0 sk_setup_caps EXPORT_SYMBOL_GPL vmlinux 0xd59cc955 fwnode_get_phy_mode EXPORT_SYMBOL_GPL vmlinux 0xd59e9f89 ccw_device_get_schid -EXPORT_SYMBOL_GPL vmlinux 0xd5a7cdac ip6_dst_lookup EXPORT_SYMBOL_GPL vmlinux 0xd5a8a500 kvm_read_guest_atomic EXPORT_SYMBOL_GPL vmlinux 0xd5ad357f __tracepoint_mc_event -EXPORT_SYMBOL_GPL vmlinux 0xd5af338c iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu EXPORT_SYMBOL_GPL vmlinux 0xd5ca12ea percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd6017d07 fib_new_table EXPORT_SYMBOL_GPL vmlinux 0xd6074df3 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xd61efcfc pci_create_root_bus EXPORT_SYMBOL_GPL vmlinux 0xd61fbc0b do_take_over_console EXPORT_SYMBOL_GPL vmlinux 0xd62474ba is_software_node EXPORT_SYMBOL_GPL vmlinux 0xd624a89a iomap_zero_range @@ -12174,30 +12181,31 @@ EXPORT_SYMBOL_GPL vmlinux 0xd668fac2 devm_free_percpu EXPORT_SYMBOL_GPL vmlinux 0xd6713706 register_kretprobes EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget EXPORT_SYMBOL_GPL vmlinux 0xd6a649e2 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd6acd232 skb_mpls_pop EXPORT_SYMBOL_GPL vmlinux 0xd6c4b9e1 gpiod_direction_input EXPORT_SYMBOL_GPL vmlinux 0xd6ca74e8 crypto_shash_finup EXPORT_SYMBOL_GPL vmlinux 0xd6d6bb3d devm_watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xd6fcbfe3 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd701c4a7 pci_cfg_access_trylock EXPORT_SYMBOL_GPL vmlinux 0xd706db10 pkcs7_validate_trust EXPORT_SYMBOL_GPL vmlinux 0xd71a4ceb iommu_dev_has_feature EXPORT_SYMBOL_GPL vmlinux 0xd730c56a transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xd758286f validate_xmit_skb_list EXPORT_SYMBOL_GPL vmlinux 0xd7621845 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xd7652511 lwtunnel_cmp_encap EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl EXPORT_SYMBOL_GPL vmlinux 0xd7778e2b component_unbind_all -EXPORT_SYMBOL_GPL vmlinux 0xd791221a rtnl_link_register EXPORT_SYMBOL_GPL vmlinux 0xd7aaab96 page_mkclean -EXPORT_SYMBOL_GPL vmlinux 0xd7be0e55 inet_ehash_nolisten EXPORT_SYMBOL_GPL vmlinux 0xd7e131e9 synchronize_srcu_expedited -EXPORT_SYMBOL_GPL vmlinux 0xd7e28f71 __netdev_watchdog_up -EXPORT_SYMBOL_GPL vmlinux 0xd7e7dbdb pci_set_pcie_reset_state EXPORT_SYMBOL_GPL vmlinux 0xd81659dc gpiochip_request_own_desc EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81edb6e pci_generic_config_write EXPORT_SYMBOL_GPL vmlinux 0xd82948cb tty_put_char EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd851abf3 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xd85e7a77 nf_queue_nf_hook_drop EXPORT_SYMBOL_GPL vmlinux 0xd89e1959 tracing_cond_snapshot_data EXPORT_SYMBOL_GPL vmlinux 0xd8acbb8e dma_resv_test_signaled_rcu -EXPORT_SYMBOL_GPL vmlinux 0xd8bf85cb raw_abort -EXPORT_SYMBOL_GPL vmlinux 0xd8d7063d strp_stop EXPORT_SYMBOL_GPL vmlinux 0xd8df4f21 tty_buffer_set_limit EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xd8ff6a50 device_remove_groups @@ -12210,15 +12218,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next EXPORT_SYMBOL_GPL vmlinux 0xd995b2f4 __get_vm_area EXPORT_SYMBOL_GPL vmlinux 0xd9a090d1 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd9a0dbff nf_checksum_partial EXPORT_SYMBOL_GPL vmlinux 0xd9ab6248 crypto_inst_setname EXPORT_SYMBOL_GPL vmlinux 0xd9aeff1f device_connection_remove -EXPORT_SYMBOL_GPL vmlinux 0xd9b65052 pci_assign_unassigned_bus_resources -EXPORT_SYMBOL_GPL vmlinux 0xd9c5b448 devlink_reload_enable -EXPORT_SYMBOL_GPL vmlinux 0xd9daf92c zpci_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xd9c5ba68 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xd9e37747 debugfs_create_blob -EXPORT_SYMBOL_GPL vmlinux 0xd9e88b3a rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns EXPORT_SYMBOL_GPL vmlinux 0xd9ef03fc badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xd9f7d81c ip6_datagram_recv_ctl EXPORT_SYMBOL_GPL vmlinux 0xda048931 shmem_truncate_range EXPORT_SYMBOL_GPL vmlinux 0xda04cca4 fsnotify_init_mark EXPORT_SYMBOL_GPL vmlinux 0xda0c7450 get_net_ns_by_pid @@ -12227,27 +12234,27 @@ EXPORT_SYMBOL_GPL vmlinux 0xda3f3e8a isc_register EXPORT_SYMBOL_GPL vmlinux 0xda504bee disk_map_sector_rcu EXPORT_SYMBOL_GPL vmlinux 0xda527081 pci_epc_write_header EXPORT_SYMBOL_GPL vmlinux 0xda5c2fc0 __pci_epf_register_driver -EXPORT_SYMBOL_GPL vmlinux 0xda69f6d9 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xda68d672 pci_generic_config_read32 EXPORT_SYMBOL_GPL vmlinux 0xda84664b blkdev_reset_zones EXPORT_SYMBOL_GPL vmlinux 0xda8f976e tty_set_termios EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert EXPORT_SYMBOL_GPL vmlinux 0xdab9a512 gpiochip_irq_domain_activate EXPORT_SYMBOL_GPL vmlinux 0xdab9f90f crypto_register_aead -EXPORT_SYMBOL_GPL vmlinux 0xdac4875f tcp_reno_ssthresh EXPORT_SYMBOL_GPL vmlinux 0xdadd0e90 do_unregister_con_driver EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option EXPORT_SYMBOL_GPL vmlinux 0xdafcdc3a ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xdb2767cf devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xdb4f7289 iptunnel_metadata_reply EXPORT_SYMBOL_GPL vmlinux 0xdb63062a pci_epc_mem_exit EXPORT_SYMBOL_GPL vmlinux 0xdb6bab57 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xdb784a85 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0xdb830ab9 iommu_group_add_device EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock -EXPORT_SYMBOL_GPL vmlinux 0xdbc4ba60 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xdbc7ecb2 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0xdbdd00c1 fat_getattr EXPORT_SYMBOL_GPL vmlinux 0xdbf29726 __tracepoint_neigh_timer_handler -EXPORT_SYMBOL_GPL vmlinux 0xdbf37a62 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits EXPORT_SYMBOL_GPL vmlinux 0xdc022dd4 kthread_mod_delayed_work -EXPORT_SYMBOL_GPL vmlinux 0xdc08dcab raw_unhash_sk EXPORT_SYMBOL_GPL vmlinux 0xdc098485 pci_epc_set_bar EXPORT_SYMBOL_GPL vmlinux 0xdc1ccd07 gpiod_to_irq EXPORT_SYMBOL_GPL vmlinux 0xdc2cbb19 kvm_vcpu_gfn_to_hva @@ -12269,7 +12276,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xdd506f84 iomap_swapfile_activate EXPORT_SYMBOL_GPL vmlinux 0xdd58fda9 __lock_page_killable EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args EXPORT_SYMBOL_GPL vmlinux 0xdd7f0765 __tracepoint_powernv_throttle -EXPORT_SYMBOL_GPL vmlinux 0xdd7f959a fib_nh_common_init EXPORT_SYMBOL_GPL vmlinux 0xdd8585d7 kernel_read_file_from_path EXPORT_SYMBOL_GPL vmlinux 0xdd9278de crypto_register_kpp EXPORT_SYMBOL_GPL vmlinux 0xddb3b5f5 __platform_driver_register @@ -12277,78 +12283,84 @@ EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove EXPORT_SYMBOL_GPL vmlinux 0xddc0c550 perf_event_sysfs_show EXPORT_SYMBOL_GPL vmlinux 0xddd1a1a2 kvm_vcpu_gfn_to_pfn EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset -EXPORT_SYMBOL_GPL vmlinux 0xde2a97a7 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xde1c8d48 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xde301bf4 rtnl_af_register EXPORT_SYMBOL_GPL vmlinux 0xde656b23 crypto_register_skcipher EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 EXPORT_SYMBOL_GPL vmlinux 0xdeaad8f4 gpiod_put_array EXPORT_SYMBOL_GPL vmlinux 0xdeb32765 ring_buffer_oldest_event_ts -EXPORT_SYMBOL_GPL vmlinux 0xdef04554 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xdec6faff xfrm_output_resume EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal EXPORT_SYMBOL_GPL vmlinux 0xdf14037f srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xdf184300 pci_sriov_configure_simple EXPORT_SYMBOL_GPL vmlinux 0xdf1e31fe xas_get_mark EXPORT_SYMBOL_GPL vmlinux 0xdf223247 __tracepoint_sched_overutilized_tp EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2ac092 __netif_set_xps_queue EXPORT_SYMBOL_GPL vmlinux 0xdf360ea1 sock_zerocopy_put_abort EXPORT_SYMBOL_GPL vmlinux 0xdf4e14c4 __page_mapcount EXPORT_SYMBOL_GPL vmlinux 0xdf812de2 debugfs_create_x8 EXPORT_SYMBOL_GPL vmlinux 0xdf9208c0 alloc_workqueue EXPORT_SYMBOL_GPL vmlinux 0xdfb8be7b platform_device_alloc -EXPORT_SYMBOL_GPL vmlinux 0xdfdfc5cf inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdfbeb6d6 ip6_input EXPORT_SYMBOL_GPL vmlinux 0xdff5ce1a iommu_iova_to_phys -EXPORT_SYMBOL_GPL vmlinux 0xdffbe68d lwtstate_free EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name -EXPORT_SYMBOL_GPL vmlinux 0xe01fe222 nd_tbl EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu -EXPORT_SYMBOL_GPL vmlinux 0xe034797f validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xe04cc19e pktgen_xfrm_outer_mode_output EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu EXPORT_SYMBOL_GPL vmlinux 0xe06388fd add_hwgenerator_randomness EXPORT_SYMBOL_GPL vmlinux 0xe0729a28 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe07d6a5a devlink_dpipe_entry_ctx_prepare EXPORT_SYMBOL_GPL vmlinux 0xe090f95a crypto_stats_kpp_set_secret -EXPORT_SYMBOL_GPL vmlinux 0xe0c7d980 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe0bd8c07 pci_set_cacheline_size EXPORT_SYMBOL_GPL vmlinux 0xe0c86801 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xe0cd7d04 pci_sriov_set_totalvfs EXPORT_SYMBOL_GPL vmlinux 0xe0d04df2 vfs_writef EXPORT_SYMBOL_GPL vmlinux 0xe0d3cce1 kvm_clear_guest_page EXPORT_SYMBOL_GPL vmlinux 0xe0f07fb7 set_task_ioprio EXPORT_SYMBOL_GPL vmlinux 0xe0f10b94 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xe0f6a8a2 zpci_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xe0fe028f nf_route EXPORT_SYMBOL_GPL vmlinux 0xe103ae83 desc_to_gpio -EXPORT_SYMBOL_GPL vmlinux 0xe10d03e9 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xe11c58e3 udp_init_sock EXPORT_SYMBOL_GPL vmlinux 0xe16c9a31 cgroup_get_from_fd EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios EXPORT_SYMBOL_GPL vmlinux 0xe19da1c4 fsverity_verify_page EXPORT_SYMBOL_GPL vmlinux 0xe19e7051 bpf_offload_dev_match -EXPORT_SYMBOL_GPL vmlinux 0xe1a2b7ce pci_disable_rom -EXPORT_SYMBOL_GPL vmlinux 0xe1b3b3c3 tcp_get_info EXPORT_SYMBOL_GPL vmlinux 0xe1b5c1df devm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xe1dfe8af ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xe1f0b3d1 pci_ats_page_aligned EXPORT_SYMBOL_GPL vmlinux 0xe22220be crypto_grab_spawn EXPORT_SYMBOL_GPL vmlinux 0xe2223530 bpf_trace_run9 EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user EXPORT_SYMBOL_GPL vmlinux 0xe236cf61 bd_link_disk_holder EXPORT_SYMBOL_GPL vmlinux 0xe259552c dm_set_target_max_io_len EXPORT_SYMBOL_GPL vmlinux 0xe2829f07 __cookie_v6_check -EXPORT_SYMBOL_GPL vmlinux 0xe293abb0 fib6_check_nexthop -EXPORT_SYMBOL_GPL vmlinux 0xe2a90979 ip_route_output_flow EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq EXPORT_SYMBOL_GPL vmlinux 0xe307205a bprintf EXPORT_SYMBOL_GPL vmlinux 0xe3254220 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe336db94 validate_xmit_xfrm EXPORT_SYMBOL_GPL vmlinux 0xe36ac6a7 mddev_init_writes_pending -EXPORT_SYMBOL_GPL vmlinux 0xe3871f54 ncsi_vlan_rx_add_vid -EXPORT_SYMBOL_GPL vmlinux 0xe3992efd devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xe3858cf5 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xe393f676 ndo_dflt_bridge_getlink EXPORT_SYMBOL_GPL vmlinux 0xe3d8fdb9 kvm_write_guest_cached EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv EXPORT_SYMBOL_GPL vmlinux 0xe4233013 pm_qos_update_request -EXPORT_SYMBOL_GPL vmlinux 0xe4316ca4 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xe442d7fc fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xe4502628 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xe459130c tcp_set_state EXPORT_SYMBOL_GPL vmlinux 0xe46e89db each_symbol_section EXPORT_SYMBOL_GPL vmlinux 0xe47571bc unregister_net_sysctl_table EXPORT_SYMBOL_GPL vmlinux 0xe4789751 tty_set_ldisc -EXPORT_SYMBOL_GPL vmlinux 0xe485a1e7 pci_user_write_config_byte EXPORT_SYMBOL_GPL vmlinux 0xe4874aef __tracepoint_add_device_to_group EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot -EXPORT_SYMBOL_GPL vmlinux 0xe4aa8975 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xe4b04419 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed EXPORT_SYMBOL_GPL vmlinux 0xe4b11568 crypto_ablkcipher_type EXPORT_SYMBOL_GPL vmlinux 0xe4c284ad device_show_bool -EXPORT_SYMBOL_GPL vmlinux 0xe4c4fd85 __dev_forward_skb -EXPORT_SYMBOL_GPL vmlinux 0xe502bcd9 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xe56f12c0 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe57f8b56 udp_abort EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister EXPORT_SYMBOL_GPL vmlinux 0xe5a3df80 anon_inode_getfile EXPORT_SYMBOL_GPL vmlinux 0xe5b20c10 unix_inq_len @@ -12356,13 +12368,11 @@ EXPORT_SYMBOL_GPL vmlinux 0xe5b5d78e sysfs_remove_link_from_group EXPORT_SYMBOL_GPL vmlinux 0xe5ba37c1 transport_add_device EXPORT_SYMBOL_GPL vmlinux 0xe5d65d02 perf_event_enable EXPORT_SYMBOL_GPL vmlinux 0xe5f51061 gpiod_set_raw_array_value -EXPORT_SYMBOL_GPL vmlinux 0xe5f5adf1 skb_mpls_push EXPORT_SYMBOL_GPL vmlinux 0xe5f77cd4 dm_internal_resume EXPORT_SYMBOL_GPL vmlinux 0xe604221f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe60a121b addrconf_prefix_rcv_add_addr EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xe61df36c bsg_job_get -EXPORT_SYMBOL_GPL vmlinux 0xe63cc6fe tun_get_tx_ring -EXPORT_SYMBOL_GPL vmlinux 0xe64f63dd udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xe6a1cc4c klist_iter_init_node EXPORT_SYMBOL_GPL vmlinux 0xe6db846d kvm_vcpu_uninit EXPORT_SYMBOL_GPL vmlinux 0xe6e1e843 dm_get_md @@ -12380,6 +12390,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset EXPORT_SYMBOL_GPL vmlinux 0xe76976b3 perf_aux_output_end EXPORT_SYMBOL_GPL vmlinux 0xe78013fd alloc_empty_file EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7863196 devlink_free EXPORT_SYMBOL_GPL vmlinux 0xe78ad2ae device_add EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get EXPORT_SYMBOL_GPL vmlinux 0xe79fa98f platform_get_irq_byname_optional @@ -12398,19 +12409,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xe841002e blk_trace_setup EXPORT_SYMBOL_GPL vmlinux 0xe8508755 s390_reset_cmma EXPORT_SYMBOL_GPL vmlinux 0xe86a9aab sock_diag_register EXPORT_SYMBOL_GPL vmlinux 0xe86f6c8b virtio_config_disable -EXPORT_SYMBOL_GPL vmlinux 0xe8937633 tcp_leave_memory_pressure -EXPORT_SYMBOL_GPL vmlinux 0xe89ff79f devlink_port_param_driverinit_value_set EXPORT_SYMBOL_GPL vmlinux 0xe8b3a81a fb_deferred_io_open EXPORT_SYMBOL_GPL vmlinux 0xe8b40f33 __tracepoint_remove_device_from_group EXPORT_SYMBOL_GPL vmlinux 0xe8e663e7 mmu_notifier_unregister EXPORT_SYMBOL_GPL vmlinux 0xe90d4c1b tpm_is_tpm2 EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free -EXPORT_SYMBOL_GPL vmlinux 0xe9526e23 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xe9466924 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe94cc149 sock_inuse_get EXPORT_SYMBOL_GPL vmlinux 0xe978cdf5 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xe9835186 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe99600f9 ncsi_vlan_rx_add_vid EXPORT_SYMBOL_GPL vmlinux 0xe9b875f7 clockevents_register_device EXPORT_SYMBOL_GPL vmlinux 0xe9bb2fbb set_selection_kernel EXPORT_SYMBOL_GPL vmlinux 0xe9e6cfd6 tty_standard_install -EXPORT_SYMBOL_GPL vmlinux 0xe9f77408 ipv6_bpf_stub EXPORT_SYMBOL_GPL vmlinux 0xea03bf31 crypto_init_spawn2 EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd EXPORT_SYMBOL_GPL vmlinux 0xea4e5cc4 tty_ldisc_deref @@ -12422,85 +12433,90 @@ EXPORT_SYMBOL_GPL vmlinux 0xea9d7cba fuse_dev_alloc EXPORT_SYMBOL_GPL vmlinux 0xead77419 vbin_printf EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush EXPORT_SYMBOL_GPL vmlinux 0xeb06b77d iterate_mounts -EXPORT_SYMBOL_GPL vmlinux 0xeb75e83c pci_check_and_unmask_intx EXPORT_SYMBOL_GPL vmlinux 0xeb907eeb __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xebb02a0f netdev_walk_all_lower_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xec13c83c si_swapinfo -EXPORT_SYMBOL_GPL vmlinux 0xec2330fa fib6_get_table -EXPORT_SYMBOL_GPL vmlinux 0xec34c2ed sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xec33922c xfrm_output EXPORT_SYMBOL_GPL vmlinux 0xec660cd3 __tracepoint_fib6_table_lookup EXPORT_SYMBOL_GPL vmlinux 0xec66b40e device_create_file -EXPORT_SYMBOL_GPL vmlinux 0xec6f833d ip_tunnel_get_stats64 EXPORT_SYMBOL_GPL vmlinux 0xec80e508 device_get_dma_attr EXPORT_SYMBOL_GPL vmlinux 0xec931e66 kvm_debugfs_dir EXPORT_SYMBOL_GPL vmlinux 0xec95fbec driver_unregister -EXPORT_SYMBOL_GPL vmlinux 0xeca3857e devlink_port_register EXPORT_SYMBOL_GPL vmlinux 0xeca967b8 disk_get_part -EXPORT_SYMBOL_GPL vmlinux 0xecb23d14 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xecaa6e48 nexthop_for_each_fib6_nh EXPORT_SYMBOL_GPL vmlinux 0xecbd41e1 dma_max_mapping_size EXPORT_SYMBOL_GPL vmlinux 0xecece5a3 crypto_stats_ahash_final EXPORT_SYMBOL_GPL vmlinux 0xececead3 inet_hashinfo_init EXPORT_SYMBOL_GPL vmlinux 0xed09298b dm_remap_zone_report EXPORT_SYMBOL_GPL vmlinux 0xed2243af ftrace_set_notrace -EXPORT_SYMBOL_GPL vmlinux 0xed3d5ba0 free_fib_info EXPORT_SYMBOL_GPL vmlinux 0xed3e43ee crypto_unregister_template EXPORT_SYMBOL_GPL vmlinux 0xed48a163 __zpci_store_block EXPORT_SYMBOL_GPL vmlinux 0xed665982 proc_mkdir_data EXPORT_SYMBOL_GPL vmlinux 0xed79c609 blkg_print_stat_ios_recursive +EXPORT_SYMBOL_GPL vmlinux 0xed7d87ef fib_rules_register EXPORT_SYMBOL_GPL vmlinux 0xed814ec1 kmsg_dump_unregister EXPORT_SYMBOL_GPL vmlinux 0xed964489 transport_class_unregister EXPORT_SYMBOL_GPL vmlinux 0xedb466c8 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xedb7d96f __netpoll_cleanup EXPORT_SYMBOL_GPL vmlinux 0xedefd51d simple_attr_release EXPORT_SYMBOL_GPL vmlinux 0xedf2e93b device_connection_find_match EXPORT_SYMBOL_GPL vmlinux 0xedf55abb zs_malloc -EXPORT_SYMBOL_GPL vmlinux 0xee171c80 xfrm_audit_state_replay_overflow -EXPORT_SYMBOL_GPL vmlinux 0xee1dfc63 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xedf88d97 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee084aaf ip6_datagram_send_ctl EXPORT_SYMBOL_GPL vmlinux 0xee2904f0 sched_trace_rq_avg_irq EXPORT_SYMBOL_GPL vmlinux 0xee2cb223 fwnode_get_next_available_child_node EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier EXPORT_SYMBOL_GPL vmlinux 0xee532d2c tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xee55f5e6 netdev_walk_all_upper_dev_rcu EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee714096 call_switchdev_blocking_notifiers EXPORT_SYMBOL_GPL vmlinux 0xee79aa47 alloc_page_buffers EXPORT_SYMBOL_GPL vmlinux 0xee7d0f10 rhashtable_walk_exit -EXPORT_SYMBOL_GPL vmlinux 0xee82815b __pci_hp_register EXPORT_SYMBOL_GPL vmlinux 0xee8feed6 dummy_con EXPORT_SYMBOL_GPL vmlinux 0xee953e2b device_find_child EXPORT_SYMBOL_GPL vmlinux 0xee97ee72 iomap_set_page_dirty -EXPORT_SYMBOL_GPL vmlinux 0xeeaa13ef blk_mq_pci_map_queues EXPORT_SYMBOL_GPL vmlinux 0xeeb62c1c transport_class_register -EXPORT_SYMBOL_GPL vmlinux 0xeecfb9f4 pci_cfg_access_unlock EXPORT_SYMBOL_GPL vmlinux 0xeedfcec3 task_work_run +EXPORT_SYMBOL_GPL vmlinux 0xeeef812e pci_ignore_hotplug EXPORT_SYMBOL_GPL vmlinux 0xeef8d92d bsg_job_done EXPORT_SYMBOL_GPL vmlinux 0xef0e8f92 platform_find_device_by_driver EXPORT_SYMBOL_GPL vmlinux 0xef13106c nr_threads +EXPORT_SYMBOL_GPL vmlinux 0xef1cff4b pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xef37fa18 udp4_lib_lookup EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4a7961 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xef4cd493 do_tcp_sendpages EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative EXPORT_SYMBOL_GPL vmlinux 0xef74f306 pci_epf_create EXPORT_SYMBOL_GPL vmlinux 0xef86c06b __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xef97d10e seg6_do_srh_inline EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefc59751 __sock_recv_ts_and_drops EXPORT_SYMBOL_GPL vmlinux 0xeffe20ba gmap_convert_to_secure EXPORT_SYMBOL_GPL vmlinux 0xf000abf6 alarm_cancel EXPORT_SYMBOL_GPL vmlinux 0xf00d8213 pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xf05bff9a sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xf060c863 ip6_redirect EXPORT_SYMBOL_GPL vmlinux 0xf06ca7ac blkdev_read_iter EXPORT_SYMBOL_GPL vmlinux 0xf06f6508 irq_domain_translate_twocell EXPORT_SYMBOL_GPL vmlinux 0xf07b6c5d dm_suspended -EXPORT_SYMBOL_GPL vmlinux 0xf07d94d2 devlink_flash_update_begin_notify EXPORT_SYMBOL_GPL vmlinux 0xf07dac3a gmap_pmdp_invalidate EXPORT_SYMBOL_GPL vmlinux 0xf09e0a35 __gmap_zap -EXPORT_SYMBOL_GPL vmlinux 0xf0a5e707 pci_vfs_assigned EXPORT_SYMBOL_GPL vmlinux 0xf0a79c81 iommu_domain_alloc EXPORT_SYMBOL_GPL vmlinux 0xf0d04d5e gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xf0dbd113 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xf0e04358 udp4_lib_lookup_skb EXPORT_SYMBOL_GPL vmlinux 0xf1361941 pci_vpd_find_tag EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off EXPORT_SYMBOL_GPL vmlinux 0xf18ba31a kset_create_and_add -EXPORT_SYMBOL_GPL vmlinux 0xf18d1e52 devlink_dpipe_headers_register EXPORT_SYMBOL_GPL vmlinux 0xf18ec050 devres_for_each_res EXPORT_SYMBOL_GPL vmlinux 0xf1b26b29 flow_indr_block_call EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on EXPORT_SYMBOL_GPL vmlinux 0xf1ef7937 yield_to EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq EXPORT_SYMBOL_GPL vmlinux 0xf224cb87 kvm_s390_gisc_register -EXPORT_SYMBOL_GPL vmlinux 0xf225e08a skb_scrub_packet EXPORT_SYMBOL_GPL vmlinux 0xf23372c8 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf2410f31 inet_twsk_put EXPORT_SYMBOL_GPL vmlinux 0xf24633eb crypto_unregister_scomp EXPORT_SYMBOL_GPL vmlinux 0xf2681ee3 gpiod_get_raw_array_value_cansleep EXPORT_SYMBOL_GPL vmlinux 0xf2875d68 probe_kernel_write @@ -12508,10 +12524,8 @@ EXPORT_SYMBOL_GPL vmlinux 0xf2918012 xdp_convert_zc_to_xdp_frame EXPORT_SYMBOL_GPL vmlinux 0xf2a0fce2 device_show_ulong EXPORT_SYMBOL_GPL vmlinux 0xf2a6d791 class_for_each_device EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xf2c0413b tcp_sendmsg_locked EXPORT_SYMBOL_GPL vmlinux 0xf2e1fb73 md_bitmap_resize EXPORT_SYMBOL_GPL vmlinux 0xf2e39d45 crypto_alloc_tfm -EXPORT_SYMBOL_GPL vmlinux 0xf2fe5b7e pci_check_and_mask_intx EXPORT_SYMBOL_GPL vmlinux 0xf30b394a fscrypt_ioctl_get_key_status EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active @@ -12520,27 +12534,26 @@ EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key EXPORT_SYMBOL_GPL vmlinux 0xf357d4b8 kthread_flush_worker EXPORT_SYMBOL_GPL vmlinux 0xf3586831 bus_unregister_notifier EXPORT_SYMBOL_GPL vmlinux 0xf35b409c gmap_unmap_segment -EXPORT_SYMBOL_GPL vmlinux 0xf360f27d ping_common_sendmsg EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu -EXPORT_SYMBOL_GPL vmlinux 0xf385deef tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xf390c3d2 __sync_filesystem EXPORT_SYMBOL_GPL vmlinux 0xf394d2c4 __inode_attach_wb EXPORT_SYMBOL_GPL vmlinux 0xf3b4d73a ref_module -EXPORT_SYMBOL_GPL vmlinux 0xf3c845c8 fib_nh_common_release -EXPORT_SYMBOL_GPL vmlinux 0xf44e86df nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xf43a0064 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf4523bc4 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xf46451e9 ip6_sk_dst_lookup_flow EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal -EXPORT_SYMBOL_GPL vmlinux 0xf4c4e800 xfrm_audit_policy_add EXPORT_SYMBOL_GPL vmlinux 0xf4da953f blk_mq_sched_try_insert_merge EXPORT_SYMBOL_GPL vmlinux 0xf4ee296b crypto_ahash_walk_first -EXPORT_SYMBOL_GPL vmlinux 0xf4f71d38 udp_cmsg_send EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf505a998 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf5092b32 xfrm_audit_state_notfound_simple EXPORT_SYMBOL_GPL vmlinux 0xf51c7566 fsstack_copy_inode_size EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm EXPORT_SYMBOL_GPL vmlinux 0xf54eee7e sbitmap_bitmap_show -EXPORT_SYMBOL_GPL vmlinux 0xf559f7f1 xfrm_local_error EXPORT_SYMBOL_GPL vmlinux 0xf568bc71 __atomic_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xf59cca4c perf_pmu_migrate_context EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aba979 tcp_unregister_ulp EXPORT_SYMBOL_GPL vmlinux 0xf5b060b1 debugfs_file_put EXPORT_SYMBOL_GPL vmlinux 0xf5d7eb5a register_ftrace_export EXPORT_SYMBOL_GPL vmlinux 0xf5ef0114 exportfs_decode_fh @@ -12548,14 +12561,14 @@ EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node EXPORT_SYMBOL_GPL vmlinux 0xf5fb03aa iomap_fiemap EXPORT_SYMBOL_GPL vmlinux 0xf5fbfdd4 fscrypt_file_open EXPORT_SYMBOL_GPL vmlinux 0xf5fdaac9 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf6138a22 strp_unpause EXPORT_SYMBOL_GPL vmlinux 0xf6185cbf cpu_subsys EXPORT_SYMBOL_GPL vmlinux 0xf62466cd debugfs_remove_recursive -EXPORT_SYMBOL_GPL vmlinux 0xf63c98dc pci_cfg_access_lock EXPORT_SYMBOL_GPL vmlinux 0xf6449ec8 kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xf648e0ad sk_msg_alloc EXPORT_SYMBOL_GPL vmlinux 0xf6493da2 __blk_req_zone_write_unlock EXPORT_SYMBOL_GPL vmlinux 0xf65461f8 lwtunnel_valid_encap_type_attr EXPORT_SYMBOL_GPL vmlinux 0xf657be8f __iowrite32_copy -EXPORT_SYMBOL_GPL vmlinux 0xf6660db8 tcp_bpf_sendmsg_redir EXPORT_SYMBOL_GPL vmlinux 0xf69b9254 crypto_alloc_rng EXPORT_SYMBOL_GPL vmlinux 0xf6b2a430 device_match_name EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable @@ -12575,16 +12588,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xf7e8b288 klist_iter_init EXPORT_SYMBOL_GPL vmlinux 0xf8156669 tty_port_register_device_serdev EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu EXPORT_SYMBOL_GPL vmlinux 0xf835d586 property_entries_free -EXPORT_SYMBOL_GPL vmlinux 0xf83794a7 pci_load_saved_state EXPORT_SYMBOL_GPL vmlinux 0xf855ccce __zpci_store EXPORT_SYMBOL_GPL vmlinux 0xf855fa79 securityfs_create_dir -EXPORT_SYMBOL_GPL vmlinux 0xf8627a6c cpci_hp_register_bus EXPORT_SYMBOL_GPL vmlinux 0xf87fb886 firmware_kobj EXPORT_SYMBOL_GPL vmlinux 0xf880cf6b sk_psock_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf8811873 devlink_port_type_eth_set EXPORT_SYMBOL_GPL vmlinux 0xf8be840b hrtimer_active EXPORT_SYMBOL_GPL vmlinux 0xf8fd7f4a trace_output_call -EXPORT_SYMBOL_GPL vmlinux 0xf9115222 sock_prot_inuse_add -EXPORT_SYMBOL_GPL vmlinux 0xf913b9d0 lwtunnel_state_alloc EXPORT_SYMBOL_GPL vmlinux 0xf9199770 shash_attr_alg EXPORT_SYMBOL_GPL vmlinux 0xf91ab2ed __tracepoint_arm_event EXPORT_SYMBOL_GPL vmlinux 0xf91bd87b sched_trace_rq_cpu @@ -12592,14 +12602,13 @@ EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain EXPORT_SYMBOL_GPL vmlinux 0xf93c078f __clocksource_register_scale EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme EXPORT_SYMBOL_GPL vmlinux 0xf98af05d gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xf995a898 pci_device_is_present EXPORT_SYMBOL_GPL vmlinux 0xf9a0021f __xas_next EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies EXPORT_SYMBOL_GPL vmlinux 0xf9a81373 __pci_epc_mem_init EXPORT_SYMBOL_GPL vmlinux 0xf9b05140 devm_hwrng_register EXPORT_SYMBOL_GPL vmlinux 0xf9f5197a tty_port_register_device_attr_serdev -EXPORT_SYMBOL_GPL vmlinux 0xfa011454 switchdev_handle_port_attr_set EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops -EXPORT_SYMBOL_GPL vmlinux 0xfa1fdcc2 tcp_sendpage_locked EXPORT_SYMBOL_GPL vmlinux 0xfa2d8ab6 platform_irq_count EXPORT_SYMBOL_GPL vmlinux 0xfa32bfa2 crypto_shash_update EXPORT_SYMBOL_GPL vmlinux 0xfa600a92 housekeeping_test_cpu @@ -12607,26 +12616,19 @@ EXPORT_SYMBOL_GPL vmlinux 0xfa60ad84 __account_locked_vm EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node EXPORT_SYMBOL_GPL vmlinux 0xfa690589 netdev_cmd_to_name EXPORT_SYMBOL_GPL vmlinux 0xfa6d160c serdev_device_write_flush -EXPORT_SYMBOL_GPL vmlinux 0xfa6d34d4 nf_ipv6_ops EXPORT_SYMBOL_GPL vmlinux 0xfa73936f crypto_ahash_finup EXPORT_SYMBOL_GPL vmlinux 0xfa7c640d kvm_vcpu_read_guest_page -EXPORT_SYMBOL_GPL vmlinux 0xfa848212 ping_getfrag EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec EXPORT_SYMBOL_GPL vmlinux 0xfabdc9da crypto_unregister_shash EXPORT_SYMBOL_GPL vmlinux 0xface200f d_exchange EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax -EXPORT_SYMBOL_GPL vmlinux 0xfae031e7 pci_host_probe EXPORT_SYMBOL_GPL vmlinux 0xfae71b8f handle_untracked_irq EXPORT_SYMBOL_GPL vmlinux 0xfb0b6779 public_key_subtype -EXPORT_SYMBOL_GPL vmlinux 0xfb0efc3f zpci_disable_device -EXPORT_SYMBOL_GPL vmlinux 0xfb13cd5d nf_ct_hook EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync EXPORT_SYMBOL_GPL vmlinux 0xfb32c5c9 device_register EXPORT_SYMBOL_GPL vmlinux 0xfb47062a __scsi_init_queue -EXPORT_SYMBOL_GPL vmlinux 0xfb4e5958 pci_ioremap_wc_bar EXPORT_SYMBOL_GPL vmlinux 0xfb518f45 use_mm EXPORT_SYMBOL_GPL vmlinux 0xfb6a9f27 skcipher_walk_done -EXPORT_SYMBOL_GPL vmlinux 0xfb7ec196 ip_build_and_send_pkt EXPORT_SYMBOL_GPL vmlinux 0xfb861978 bpf_trace_run2 EXPORT_SYMBOL_GPL vmlinux 0xfb871854 security_file_permission EXPORT_SYMBOL_GPL vmlinux 0xfb980f73 trace_array_destroy @@ -12638,7 +12640,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xfbe7d7b0 put_device EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t -EXPORT_SYMBOL_GPL vmlinux 0xfc18286c fl6_merge_options EXPORT_SYMBOL_GPL vmlinux 0xfc18a298 serdev_device_write_room EXPORT_SYMBOL_GPL vmlinux 0xfc19bc45 crypto_dh_encode_key EXPORT_SYMBOL_GPL vmlinux 0xfc326ddd kvm_write_guest_page @@ -12647,22 +12648,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xfc59b865 blkcipher_walk_virt_block EXPORT_SYMBOL_GPL vmlinux 0xfc6120bd __ablkcipher_walk_complete EXPORT_SYMBOL_GPL vmlinux 0xfc70c5d8 ring_buffer_consume EXPORT_SYMBOL_GPL vmlinux 0xfc758080 css_next_descendant_pre -EXPORT_SYMBOL_GPL vmlinux 0xfc79429d fib_add_nexthop EXPORT_SYMBOL_GPL vmlinux 0xfc8db919 mutex_lock_io EXPORT_SYMBOL_GPL vmlinux 0xfc9a0f7d device_get_next_child_node EXPORT_SYMBOL_GPL vmlinux 0xfca77faf pci_debug_err_id +EXPORT_SYMBOL_GPL vmlinux 0xfca7e279 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xfcacc5f1 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfcbe6d6f netdev_is_rx_handler_busy EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes EXPORT_SYMBOL_GPL vmlinux 0xfccbbfee kvm_put_kvm EXPORT_SYMBOL_GPL vmlinux 0xfcd44a4a __devm_create_dev_dax EXPORT_SYMBOL_GPL vmlinux 0xfcdbf21f crypto_alg_extsize EXPORT_SYMBOL_GPL vmlinux 0xfceeba4e freq_qos_remove_notifier -EXPORT_SYMBOL_GPL vmlinux 0xfd222b5f fib_new_table EXPORT_SYMBOL_GPL vmlinux 0xfd2a481e lzorle1x_1_compress EXPORT_SYMBOL_GPL vmlinux 0xfd3dbd9b scsi_register_device_handler EXPORT_SYMBOL_GPL vmlinux 0xfd47fc25 do_unbind_con_driver EXPORT_SYMBOL_GPL vmlinux 0xfd496261 sysfs_add_link_to_group -EXPORT_SYMBOL_GPL vmlinux 0xfd55a503 pci_restore_msi_state EXPORT_SYMBOL_GPL vmlinux 0xfd64ea6d gpiod_get_index_optional EXPORT_SYMBOL_GPL vmlinux 0xfd6bd8e0 dm_send_uevents EXPORT_SYMBOL_GPL vmlinux 0xfda2c836 clockevents_config_and_register @@ -12673,6 +12673,7 @@ EXPORT_SYMBOL_GPL vmlinux 0xfdf42395 sock_zerocopy_put EXPORT_SYMBOL_GPL vmlinux 0xfdf637af dm_table_device_name EXPORT_SYMBOL_GPL vmlinux 0xfe31c6a4 __tracepoint_block_bio_complete EXPORT_SYMBOL_GPL vmlinux 0xfe32634e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xfe370e88 tcp_ca_openreq_child EXPORT_SYMBOL_GPL vmlinux 0xfe3b11eb tcp_orphan_count EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns EXPORT_SYMBOL_GPL vmlinux 0xfe6258b2 cgroup_rstat_updated @@ -12681,7 +12682,6 @@ EXPORT_SYMBOL_GPL vmlinux 0xfe8186f8 sched_setscheduler EXPORT_SYMBOL_GPL vmlinux 0xfe8417ad __online_page_increment_counters EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free EXPORT_SYMBOL_GPL vmlinux 0xfea16ce3 blk_mq_debugfs_rq_show -EXPORT_SYMBOL_GPL vmlinux 0xfeb27593 pingv6_ops EXPORT_SYMBOL_GPL vmlinux 0xfeb641f4 class_compat_remove_link EXPORT_SYMBOL_GPL vmlinux 0xfecac4fd bdev_write_page EXPORT_SYMBOL_GPL vmlinux 0xfed00eef kernfs_notify @@ -12689,19 +12689,21 @@ EXPORT_SYMBOL_GPL vmlinux 0xfed45f5a watchdog_register_device EXPORT_SYMBOL_GPL vmlinux 0xfed90dad sysfs_group_change_owner EXPORT_SYMBOL_GPL vmlinux 0xfefa2adb input_ff_effect_from_user EXPORT_SYMBOL_GPL vmlinux 0xfeff96ad sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xff04b954 pci_scan_child_bus EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt EXPORT_SYMBOL_GPL vmlinux 0xff0dbe5f get_net_ns EXPORT_SYMBOL_GPL vmlinux 0xff13d8c6 irq_set_affinity_hint EXPORT_SYMBOL_GPL vmlinux 0xff1e2eda blkcg_root_css EXPORT_SYMBOL_GPL vmlinux 0xff20ee02 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xff2e9f1d lwtunnel_xmit EXPORT_SYMBOL_GPL vmlinux 0xff2f811d tpm_calc_ordinal_duration EXPORT_SYMBOL_GPL vmlinux 0xff403774 region_intersects EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback EXPORT_SYMBOL_GPL vmlinux 0xff6f7f3d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xff78564e devlink_resource_occ_get_unregister EXPORT_SYMBOL_GPL vmlinux 0xff91e106 sdev_evt_send EXPORT_SYMBOL_GPL vmlinux 0xff9ae815 sysfs_unbreak_active_protection EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key -EXPORT_SYMBOL_GPL vmlinux 0xffa59979 ncsi_unregister_dev EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies EXPORT_SYMBOL_GPL vmlinux 0xffcdc4a9 tod_clock_base EXPORT_SYMBOL_GPL vmlinux 0xffdafe39 scsi_dh_attach diff --git a/debian.master/abi/5.4.0-117.132/s390x/generic.compiler b/debian.master/abi/5.4.0-117.132/s390x/generic.compiler new file mode 100644 index 0000000000000..273f5334dfa9d --- /dev/null +++ b/debian.master/abi/5.4.0-117.132/s390x/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 diff --git a/debian.master/abi/5.4.0-110.124/s390x/generic.modules b/debian.master/abi/5.4.0-117.132/s390x/generic.modules similarity index 100% rename from debian.master/abi/5.4.0-110.124/s390x/generic.modules rename to debian.master/abi/5.4.0-117.132/s390x/generic.modules diff --git a/debian.master/abi/5.4.0-117.132/s390x/generic.retpoline b/debian.master/abi/5.4.0-117.132/s390x/generic.retpoline new file mode 100644 index 0000000000000..7f959eb917cdd --- /dev/null +++ b/debian.master/abi/5.4.0-117.132/s390x/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED diff --git a/debian.master/changelog b/debian.master/changelog index 747cfd24f3877..e3dd527581800 100644 --- a/debian.master/changelog +++ b/debian.master/changelog @@ -1,3 +1,820 @@ +linux (5.4.0-120.136) focal; urgency=medium + + * CVE-2022-21123 // CVE-2022-21125 // CVE-2022-21166 + - cpu/speculation: Add prototype for cpu_show_srbds() + - x86/cpu: Add Jasper Lake to Intel family + - x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel + CPU family + - x86/cpu: Add another Alder Lake CPU to the Intel family + - Documentation: Add documentation for Processor MMIO Stale Data + - x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug + - x86/speculation: Add a common function for MD_CLEAR mitigation update + - x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data + - x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations + - x86/speculation/mmio: Enable CPU Fill buffer clearing on idle + - x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data + - x86/speculation/srbds: Update SRBDS mitigation selection + - x86/speculation/mmio: Reuse SRBDS mitigation for SBDS + - KVM: x86/speculation: Disable Fill buffer clear within guests + - x86/speculation/mmio: Print SMT warning + + -- Thadeu Lima de Souza Cascardo Fri, 10 Jun 2022 10:21:07 -0300 + +linux (5.4.0-117.132) focal; urgency=medium + + * CVE-2022-1966 + - netfilter: nf_tables: add nft_set_elem_expr_alloc() + - netfilter: nf_tables: disallow non-stateful expression in sets earlier + + -- Thadeu Lima de Souza Cascardo Wed, 01 Jun 2022 20:07:42 -0300 + +linux (5.4.0-115.129) focal; urgency=medium + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + -- Thadeu Lima de Souza Cascardo Sat, 21 May 2022 12:07:10 -0300 + +linux (5.4.0-114.128) focal; urgency=medium + + * focal/linux: 5.4.0-114.128 -proposed tracker (LP: #1974391) + + * 32 GT/s PCI link speeds reporting "Unknown speed" in sysfs (LP: #1970798) + - PCI: Add 32 GT/s decoding in some macros + - PCI: Add pci_speed_string() + - PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings + - PCI: Add PCIE_LNKCAP2_SLS2SPEED() macro + + * issuing invalid ioctl to /dev/vsock may spam dmesg (LP: #1971480) + - vsock: remove ratelimit unknown ioctl message + + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers + - [Config] CONFIG_HISI_PMU=m + + * Focal update: v5.4.189 upstream stable release (LP: #1971497) + - swiotlb: fix info leak with DMA_FROM_DEVICE + - USB: serial: pl2303: add IBM device IDs + - USB: serial: simple: add Nokia phone driver + - netdevice: add the case if dev is NULL + - HID: logitech-dj: add new lightspeed receiver id + - xfrm: fix tunnel model fragmentation behavior + - virtio_console: break out of buf poll on remove + - ethernet: sun: Free the coherent when failing in probing + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - spi: Fix erroneous sgs value with min_t() + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - iommu/iova: Improve 32-bit free space estimate + - tpm: fix reference counting for struct tpm_chip + - block: Add a helper to validate the block size + - virtio-blk: Use blk_validate_block_size() to validate block size + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - coresight: Fix TRCCONFIGR.QE sysfs interface + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: uniphier: Fix fixed-rate initialization + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - pinctrl: samsung: drop pin banks references on error paths + - spi: mxic: Fix the transmit path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: Fix fill_callchain return value + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - udp: call udp_encap_enable for v6 sockets when enabling encap + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - mailbox: tegra-hsp: Flush whole channel + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - carl9170: fix missing bit-wise or operator for tx_params + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - DEC: Limit PMAX memory probing to R3k systems + - media: davinci: vpif: fix unbalanced runtime PM get + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - PCI: pciehp: Clear cmd_busy bit in polling mode + - regulator: qcom_smd: fix for_each_child.cocci warnings + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - selftests/x86: Add validity check and allow field splitting + - audit: log AUDIT_TIME_* records only from rules + - crypto: ccree - don't attempt 0 len DMA mappings + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - hwrng: atmel - disable trng on failure path + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - f2fs: fix to avoid potential deadlock + - media: bttv: fix WARNING regression on tunerless devices + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: hantro: Fix overfill bottom register field name + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: video/hdmi: handle short reads of hdmi info frame. + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - udmabuf: validate ubuf->pagecount + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - ath9k_htc: fix uninit value bugs + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix abort all task initialization + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - PCI: Reduce warnings on possible RW1C corruption + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - powerpc/sysdev: fix incorrect use to determine if list is empty + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - MIPS: RB532: fix return value of __setup handler + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - misc: alcor_pci: Fix an error handling path + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - NFS: Return valid errors from nfs2/3_decode_dirent() + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - clk: qcom: gcc-msm8994: Fix gpll4 width + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - lib/test: use after free in register_test_dev_kmod() + - LSM: general protection fault in legacy_parse_param + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - spi: tegra20: Use of_device_get_match_data() + - ext4: don't BUG if someone dirty pages without asking ext4 first + - ntfs: add sanity check on allocation size + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: cx88-mpeg: clear interrupt status register before streaming video + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Fix build errors with newer binutils + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: rename_whiteout: correct old_dir size computing + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - XArray: Update the LRU list in xas_split() + - rtc: check if __rtc_read_time was successful + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - powerpc/kasan: Fix early region not updated correctly + - ASoC: soc-compress: Change the check for codec_dai + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: topology: Allow TLV control to be either read or write + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - um: Fix uml_mconsole stop/go + - openvswitch: Fixed nd target mask field in the flow dump. + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - rtc: wm8350: Handle error for wm8350_register_irq + - riscv module: remove (NOLOAD) + - ARM: 9187/1: JIVE: fix return value of __setup handler + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - ptp: replace snprintf with sysfs_emit + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - power: supply: axp20x_battery: properly report current when discharging + - ipv6: make mc_forwarding atomic + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - power: supply: axp288-charger: Set Vhold to 4.4V + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - drm/amdkfd: make CRAT table missing message informational only + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - bnxt_en: Eliminate unintended link toggle during FW reset + - MIPS: fix fortify panic when copying asm exception handlers + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - xtensa: fix DTC warning unit_address_format + - Bluetooth: Fix use after free in hci_send_acl + - netlabel: fix out-of-bounds memory accesses + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4: Protect the state recovery thread against direct reclaim + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULL + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - bnxt_en: reserve space inside receive page for skb_shared_info + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ipv6: Fix stats accounting in ip6_pkt_drop + - net: openvswitch: don't send internal clone attribute to the userspace. + - rxrpc: fix a race in rxrpc_exit_net() + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - lz4: fix LZ4_decompress_safe_partial read out of bound + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - btrfs: fix qgroup reserve overflow the qgroup limit + - arm64: patch_text: Fixup last cpu should be master + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - mmc: mmci_sdmmc: Replace sg_dma_xxx macros + - mmc: mmci: stm32: correctly check all elements of sg list + - mm: don't skip swap entry even if zap_details specified + - arm64: module: remove (NOLOAD) from linker script + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - drm/amdkfd: add missing void argument to function kgd2kfd_init + - drm/amdkfd: Fix -Wstrict-prototypes from + amdgpu_amdkfd_gfx_10_0_get_functions() + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - Linux 5.4.189 + + * Focal update: v5.4.188 upstream stable release (LP: #1971496) + - nfsd: cleanup nfsd_file_lru_dispose() + - nfsd: Containerise filecache laundrette + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - staging: fbtft: fb_st7789v: reset display before initialization + - thermal: int340x: fix memory leak in int3400_notify() + - llc: fix netdevice reference leaks in llc_ui_bind() + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - rcu: Don't deboost before reporting expedited quiescent state + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.4.188 + + * Focal update: v5.4.187 upstream stable release (LP: #1971493) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - efi: fix return value of __setup handlers + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - hv_netvsc: Add check for kvmalloc_array + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - Linux 5.4.187 + + * Focal update: v5.4.186 upstream stable release (LP: #1969678) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - sctp: fix the processing for INIT chunk + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - kselftest/vm: fix tests build with old libc + - fixup for "arm64 entry: Add macro for reading symbol address from the + trampoline" + - Linux 5.4.186 + + * Focal update: v5.4.185 upstream stable release (LP: #1969672) + - clk: qcom: gdsc: Add support to update GDSC transition delay + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - qed: return status of qed_iov_get_link + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - ARM: dts: aspeed: Fix AST2600 quad spi group + - ethernet: Fix error handling in xemaclite_of_probe + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net-sysfs: add check for netdevice being present to speed_show + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix pipe buffer lifetime for direct_io + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - ARM: fix Thumb2 regression with Spectre BHB + - ext4: add check to prevent attempting to resize an fs with sparse_super2 + - x86/cpufeatures: Mark two free bits in word 3 + - x86/cpu: Add hardware-enforced cache coherency as a CPUID feature + - x86/mm/pat: Don't flush cache if hardware enforces cache coherency across + encryption domnains + - KVM: SVM: Don't flush cache if hardware enforces cache coherency across + encryption domains + - Linux 5.4.185 + + * Focal update: v5.4.184 upstream stable release (LP: #1969242) + - arm/arm64: Provide a wrapper for SMCCC 1.1 calls + - arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit() + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - [Config] updateconfigs for HARDEN_BRANCH_HISTORY + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - ARM: fix build error when BPF_SYSCALL is disabled + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Linux 5.4.184 + + * Focal update: v5.4.183 upstream stable release (LP: #1969239) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - cifs: fix double free race when mount fails in cifs_get_root() + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - ata: pata_hpt37x: fix PCI clock detection + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - xfrm: enforce validity of offload input flags + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: dcb: flush lingering app table entries for unregistered devices + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - block: Fix fsync always failed if once failed + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - sched/topology: Make sched_init_numa() use a set for the deduplicating sort + - sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() + - ia64: ensure proper NUMA distance and possible map initialization + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - efivars: Respect "block" flag in efivar_entry_set_safe() + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - can: gs_usb: change active_channels's type from atomic_t to u8 + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - soc: fsl: qe: Check of ioremap return value + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - nl80211: Handle nla_memdup failures in handle_nan_filter + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - net: dcb: disable softirqs in dcbnl_flush_dev() + - hamradio: fix macro redefine warning + - Linux 5.4.183 + + * Focal update: v5.4.182 upstream stable release (LP: #1969236) + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - clk: jz4725b: fix mmc0 clock gating + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - drm/amdgpu: disable MMHUB PG for Picasso + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - x86/fpu: Correct pkru/xstate inconsistency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - ping: remove pr_err from ping_lookup + - perf data: Fix double free in perf_session__delete() + - bpf: Do not try bpf_msg_push_data with len 0 + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Have traceon and traceoff trigger honor the instance + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: Fix error handling for PM + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - gpio: tegra186: Fix chip_data type confusion + - Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of + DEVINIT/PREOS/ACR" + - memblock: use kfree() to release kmalloced memblock regions + - fget: clarify and improve __fget_files() implementation + - Linux 5.4.182 + + * CVE-2022-28390 + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + + -- Stefan Bader Fri, 20 May 2022 15:31:22 +0200 + linux (5.4.0-113.127) focal; urgency=medium * focal/linux: 5.4.0-113.127 -proposed tracker (LP: #1973980) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 9b6f860b45997..31ed13912c433 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -6575,7 +6575,7 @@ CONFIG_ARM_PMU policy<{'arm64': 'y', 'armhf': ' CONFIG_ARM_SMMU_V3_PMU policy<{'arm64': 'm'}> CONFIG_ARM_DSU_PMU policy<{'arm64': 'm'}> CONFIG_FSL_IMX8_DDR_PMU policy<{'arm64': 'm', 'armhf-generic': 'm'}> -CONFIG_HISI_PMU policy<{'arm64': 'y'}> +CONFIG_HISI_PMU policy<{'arm64': 'm'}> CONFIG_QCOM_L2_PMU policy<{'arm64': 'y'}> CONFIG_QCOM_L3_PMU policy<{'arm64': 'y'}> CONFIG_THUNDERX2_PMU policy<{'arm64': 'm'}> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 71b85e238c576..f65b6c76c8831 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3693,6 +3693,7 @@ CONFIG_HAPPYMEAL=m CONFIG_HARDENED_USERCOPY=y CONFIG_HARDENED_USERCOPY_FALLBACK=y # CONFIG_HARDENED_USERCOPY_PAGESPAN is not set +CONFIG_HARDEN_BRANCH_HISTORY=y CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HARDEN_EL2_VECTORS=y CONFIG_HARDIRQS_SW_RESEND=y @@ -4001,7 +4002,7 @@ CONFIG_HISILICON_IRQ_MBIGEN=y CONFIG_HISILICON_LPC=y # CONFIG_HISI_DMA is not set CONFIG_HISI_FEMAC=m -CONFIG_HISI_PMU=y +CONFIG_HISI_PMU=m CONFIG_HISI_THERMAL=m CONFIG_HIST_TRIGGERS=y CONFIG_HIX5HD2_GMAC=m diff --git a/debian.master/tracking-bug b/debian.master/tracking-bug index f222a10afaca4..540335a263bd7 100644 --- a/debian.master/tracking-bug +++ b/debian.master/tracking-bug @@ -1 +1 @@ -1973980 2022.04.18-9 +1974391 2022.05.09-5 diff --git a/debian.master/upstream-stable b/debian.master/upstream-stable index f47755a5c9156..478f3e66c84bd 100644 --- a/debian.master/upstream-stable +++ b/debian.master/upstream-stable @@ -1,3 +1,3 @@ # The following upstream stable releases have been ported: [upstream-stable] - linux-5.4.y = v5.4.181 + linux-5.4.y = v5.4.189 diff --git a/debian/debian.env b/debian/debian.env index be31a0c270197..87e396735a5fe 100644 --- a/debian/debian.env +++ b/debian/debian.env @@ -1 +1 @@ -DEBIAN=debian.master +DEBIAN=debian.aws diff --git a/delphix b/delphix new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/drivers/acpi/acpica/hwsleep.c b/drivers/acpi/acpica/hwsleep.c index 321aaad97e2f7..402acb68ed72c 100644 --- a/drivers/acpi/acpica/hwsleep.c +++ b/drivers/acpi/acpica/hwsleep.c @@ -299,6 +299,17 @@ acpi_status acpi_hw_legacy_wake(u8 sleep_state) [ACPI_EVENT_POWER_BUTTON]. status_register_id, ACPI_CLEAR_STATUS); + /* Enable sleep button */ + (void) + acpi_write_bit_register(acpi_gbl_fixed_event_info + [ACPI_EVENT_SLEEP_BUTTON]. + enable_register_id, ACPI_ENABLE_EVENT); + + (void) + acpi_write_bit_register(acpi_gbl_fixed_event_info + [ACPI_EVENT_SLEEP_BUTTON]. + status_register_id, ACPI_CLEAR_STATUS); + acpi_hw_execute_sleep_method(METHOD_PATHNAME__SST, ACPI_SST_WORKING); return_ACPI_STATUS(status); } diff --git a/drivers/acpi/acpica/nswalk.c b/drivers/acpi/acpica/nswalk.c index ceea6af79d121..bf4eb642f4232 100644 --- a/drivers/acpi/acpica/nswalk.c +++ b/drivers/acpi/acpica/nswalk.c @@ -169,6 +169,9 @@ acpi_ns_walk_namespace(acpi_object_type type, if (start_node == ACPI_ROOT_OBJECT) { start_node = acpi_gbl_root_node; + if (!start_node) { + return_ACPI_STATUS(AE_NO_NAMESPACE); + } } /* Null child means "get first node" */ diff --git a/drivers/acpi/apei/bert.c b/drivers/acpi/apei/bert.c index 1155fb9dcc3ad..76b7539a37a93 100644 --- a/drivers/acpi/apei/bert.c +++ b/drivers/acpi/apei/bert.c @@ -29,6 +29,7 @@ #undef pr_fmt #define pr_fmt(fmt) "BERT: " fmt +#define ACPI_BERT_PRINT_MAX_LEN 1024 static int bert_disable; @@ -58,8 +59,11 @@ static void __init bert_print_all(struct acpi_bert_region *region, } pr_info_once("Error records from previous boot:\n"); - - cper_estatus_print(KERN_INFO HW_ERR, estatus); + if (region_len < ACPI_BERT_PRINT_MAX_LEN) + cper_estatus_print(KERN_INFO HW_ERR, estatus); + else + pr_info_once("Max print length exceeded, table data is available at:\n" + "/sys/firmware/acpi/tables/data/BERT"); /* * Because the boot error source is "one-time polled" type, @@ -77,7 +81,7 @@ static int __init setup_bert_disable(char *str) { bert_disable = 1; - return 0; + return 1; } __setup("bert_disable", setup_bert_disable); diff --git a/drivers/acpi/apei/erst.c b/drivers/acpi/apei/erst.c index 2015a0967cbbf..5ee3cb7fcd906 100644 --- a/drivers/acpi/apei/erst.c +++ b/drivers/acpi/apei/erst.c @@ -891,7 +891,7 @@ EXPORT_SYMBOL_GPL(erst_clear); static int __init setup_erst_disable(char *str) { erst_disable = 1; - return 0; + return 1; } __setup("erst_disable", setup_erst_disable); diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c index 267bdbf6a7bf0..add6416e78f23 100644 --- a/drivers/acpi/apei/hest.c +++ b/drivers/acpi/apei/hest.c @@ -219,7 +219,7 @@ static int __init hest_ghes_dev_register(unsigned int ghes_count) static int __init setup_hest_disable(char *str) { hest_disable = HEST_DISABLED; - return 0; + return 1; } __setup("hest_disable", setup_hest_disable); diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 4e0aea5f008e3..974c2df13da1d 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c @@ -77,6 +77,10 @@ extern void *acpi_unlock_battery_dir(struct proc_dir_entry *acpi_battery_dir); static const struct acpi_device_id battery_device_ids[] = { {"PNP0C0A", 0}, + + /* Microsoft Surface Go 3 */ + {"MSHW0146", 0}, + {"", 0}, }; @@ -1403,6 +1407,14 @@ static const struct dmi_system_id bat_dmi_table[] __initconst = { DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad"), }, }, + { + /* Microsoft Surface Go 3 */ + .callback = battery_notification_delay_quirk, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "Surface Go 3"), + }, + }, {}, }; diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c index 2826bd45c61a1..0521b1d4c2fd0 100644 --- a/drivers/acpi/cppc_acpi.c +++ b/drivers/acpi/cppc_acpi.c @@ -738,6 +738,11 @@ int acpi_cppc_processor_probe(struct acpi_processor *pr) cpc_obj = &out_obj->package.elements[0]; if (cpc_obj->type == ACPI_TYPE_INTEGER) { num_ent = cpc_obj->integer.value; + if (num_ent <= 1) { + pr_debug("Unexpected _CPC NumEntries value (%d) for CPU:%d\n", + num_ent, pr->id); + goto out_free; + } } else { pr_debug("Unexpected entry type(%d) for NumEntries\n", cpc_obj->type); diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 53ae679c00f01..0ea5e677f00ee 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c @@ -1201,6 +1201,11 @@ static int flatten_lpi_states(struct acpi_processor *pr, return 0; } +int __weak acpi_processor_ffh_lpi_probe(unsigned int cpu) +{ + return -EOPNOTSUPP; +} + static int acpi_processor_get_lpi_info(struct acpi_processor *pr) { int ret, i; @@ -1209,6 +1214,11 @@ static int acpi_processor_get_lpi_info(struct acpi_processor *pr) struct acpi_device *d = NULL; struct acpi_lpi_states_array info[2], *tmp, *prev, *curr; + /* make sure our architecture has support */ + ret = acpi_processor_ffh_lpi_probe(pr->id); + if (ret == -EOPNOTSUPP) + return ret; + if (!osc_pc_lpi_support_confirmed) return -EOPNOTSUPP; @@ -1260,11 +1270,6 @@ static int acpi_processor_get_lpi_info(struct acpi_processor *pr) return 0; } -int __weak acpi_processor_ffh_lpi_probe(unsigned int cpu) -{ - return -ENODEV; -} - int __weak acpi_processor_ffh_lpi_enter(struct acpi_lpi_state *lpi) { return -ENODEV; diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index a08e3eb2a6f9f..a4b7cdd0c8446 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -692,7 +692,7 @@ int __acpi_node_get_property_reference(const struct fwnode_handle *fwnode, */ if (obj->type == ACPI_TYPE_LOCAL_REFERENCE) { if (index) - return -EINVAL; + return -ENOENT; ret = acpi_bus_get_device(obj->reference.handle, &device); if (ret) diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index b0e23e3fe0d56..7eaad5133bd8f 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -1142,12 +1142,7 @@ static inline void acpi_sleep_syscore_init(void) {} #ifdef CONFIG_HIBERNATION static unsigned long s4_hardware_signature; static struct acpi_table_facs *facs; -static bool nosigcheck; - -void __init acpi_no_s4_hw_signature(void) -{ - nosigcheck = true; -} +int acpi_check_s4_hw_signature = -1; /* Default behaviour is just to warn */ static int acpi_hibernation_begin(pm_message_t stage) { @@ -1274,12 +1269,28 @@ static void acpi_sleep_hibernate_setup(void) hibernation_set_ops(old_suspend_ordering ? &acpi_hibernation_ops_old : &acpi_hibernation_ops); sleep_states[ACPI_STATE_S4] = 1; - if (nosigcheck) + if (!acpi_check_s4_hw_signature) return; acpi_get_table(ACPI_SIG_FACS, 1, (struct acpi_table_header **)&facs); - if (facs) + if (facs) { + /* + * s4_hardware_signature is the local variable which is just + * used to warn about mismatch after we're attempting to + * resume (in violation of the ACPI specification.) + */ s4_hardware_signature = facs->hardware_signature; + + if (acpi_check_s4_hw_signature > 0) { + /* + * If we're actually obeying the ACPI specification + * then the signature is written out as part of the + * swsusp header, in order to allow the boot kernel + * to gracefully decline to resume. + */ + swsusp_hardware_signature = facs->hardware_signature; + } + } } #else /* !CONFIG_HIBERNATION */ static inline void acpi_sleep_hibernate_setup(void) {} diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 8fbba412ed4e0..fcf59735d0d40 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -388,6 +388,81 @@ static const struct dmi_system_id video_detect_dmi_table[] = { DMI_MATCH(DMI_BOARD_NAME, "BA51_MV"), }, }, + /* + * Clevo NL5xRU and NL5xNU/TUXEDO Aura 15 Gen1 and Gen2 have both a + * working native and video interface. However the default detection + * mechanism first registers the video interface before unregistering + * it again and switching to the native interface during boot. This + * results in a dangling SBIOS request for backlight change for some + * reason, causing the backlight to switch to ~2% once per boot on the + * first power cord connect or disconnect event. Setting the native + * interface explicitly circumvents this buggy behaviour, by avoiding + * the unregistering process. + */ + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xRU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xRU"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xRU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SchenkerTechnologiesGmbH"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xRU"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xRU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Notebook"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xRU"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xRU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), + DMI_MATCH(DMI_BOARD_NAME, "AURA1501"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xRU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), + DMI_MATCH(DMI_BOARD_NAME, "EDUBOOK1502"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xNU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xNU"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xNU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SchenkerTechnologiesGmbH"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xNU"), + }, + }, + { + .callback = video_detect_force_native, + .ident = "Clevo NL5xNU", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Notebook"), + DMI_MATCH(DMI_BOARD_NAME, "NL5xNU"), + }, + }, /* * Desktops which falsely report a backlight and which our heuristics diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c index fad6c6a873130..fef46de2f6b23 100644 --- a/drivers/ata/pata_hpt37x.c +++ b/drivers/ata/pata_hpt37x.c @@ -917,6 +917,20 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) irqmask &= ~0x10; pci_write_config_byte(dev, 0x5a, irqmask); + /* + * HPT371 chips physically have only one channel, the secondary one, + * but the primary channel registers do exist! Go figure... + * So, we manually disable the non-existing channel here + * (if the BIOS hasn't done this already). + */ + if (dev->device == PCI_DEVICE_ID_TTI_HPT371) { + u8 mcr1; + + pci_read_config_byte(dev, 0x50, &mcr1); + mcr1 &= ~0x04; + pci_write_config_byte(dev, 0x50, mcr1); + } + /* * default to pci clock. make sure MA15/16 are set to output * to prevent drives having problems with 40-pin cables. Needed @@ -948,14 +962,14 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) if ((freq >> 12) != 0xABCDE) { int i; - u8 sr; + u16 sr; u32 total = 0; pr_warn("BIOS has not set timing clocks\n"); /* This is the process the HPT371 BIOS is reported to use */ for (i = 0; i < 128; i++) { - pci_read_config_byte(dev, 0x78, &sr); + pci_read_config_word(dev, 0x78, &sr); total += sr & 0x1FF; udelay(15); } diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c index 982fe91125322..464260f668708 100644 --- a/drivers/ata/sata_dwc_460ex.c +++ b/drivers/ata/sata_dwc_460ex.c @@ -145,7 +145,11 @@ struct sata_dwc_device { #endif }; -#define SATA_DWC_QCMD_MAX 32 +/* + * Allow one extra special slot for commands and DMA management + * to account for libata internal commands. + */ +#define SATA_DWC_QCMD_MAX (ATA_MAX_QUEUE + 1) struct sata_dwc_device_port { struct sata_dwc_device *hsdev; diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c index de52428b8833d..4816db0553ef8 100644 --- a/drivers/atm/eni.c +++ b/drivers/atm/eni.c @@ -1116,6 +1116,8 @@ DPRINTK("iovcnt = %d\n",skb_shinfo(skb)->nr_frags); } paddr = dma_map_single(&eni_dev->pci_dev->dev,skb->data,skb->len, DMA_TO_DEVICE); + if (dma_mapping_error(&eni_dev->pci_dev->dev, paddr)) + return enq_next; ENI_PRV_PADDR(skb) = paddr; /* prepare DMA queue entries */ j = 0; diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 5acb459856752..8995c39330fac 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c @@ -1677,6 +1677,8 @@ static int fs_init(struct fs_dev *dev) dev->hw_base = pci_resource_start(pci_dev, 0); dev->base = ioremap(dev->hw_base, 0x1000); + if (!dev->base) + return 1; reset_chip (dev); diff --git a/drivers/base/cpu.c b/drivers/base/cpu.c index 81ec0a1020d60..9b5edf1dfe9e9 100644 --- a/drivers/base/cpu.c +++ b/drivers/base/cpu.c @@ -568,6 +568,12 @@ ssize_t __weak cpu_show_srbds(struct device *dev, return sysfs_emit(buf, "Not affected\n"); } +ssize_t __weak cpu_show_mmio_stale_data(struct device *dev, + struct device_attribute *attr, char *buf) +{ + return sysfs_emit(buf, "Not affected\n"); +} + static DEVICE_ATTR(meltdown, 0444, cpu_show_meltdown, NULL); static DEVICE_ATTR(spectre_v1, 0444, cpu_show_spectre_v1, NULL); static DEVICE_ATTR(spectre_v2, 0444, cpu_show_spectre_v2, NULL); @@ -577,6 +583,7 @@ static DEVICE_ATTR(mds, 0444, cpu_show_mds, NULL); static DEVICE_ATTR(tsx_async_abort, 0444, cpu_show_tsx_async_abort, NULL); static DEVICE_ATTR(itlb_multihit, 0444, cpu_show_itlb_multihit, NULL); static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL); +static DEVICE_ATTR(mmio_stale_data, 0444, cpu_show_mmio_stale_data, NULL); static struct attribute *cpu_root_vulnerabilities_attrs[] = { &dev_attr_meltdown.attr, @@ -588,6 +595,7 @@ static struct attribute *cpu_root_vulnerabilities_attrs[] = { &dev_attr_tsx_async_abort.attr, &dev_attr_itlb_multihit.attr, &dev_attr_srbds.attr, + &dev_attr_mmio_stale_data.attr, NULL }; diff --git a/drivers/base/dd.c b/drivers/base/dd.c index 58e255d6711d2..ba8a4f6695aa9 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -747,7 +747,7 @@ static int __init save_async_options(char *buf) "Too long list of driver names for 'driver_async_probe'!\n"); strlcpy(async_probe_drv_names, buf, ASYNC_DRV_NAMES_MAX_LEN); - return 0; + return 1; } __setup("driver_async_probe=", save_async_options); diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index 23af545120534..ae382c4018fd8 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c @@ -2121,7 +2121,9 @@ static bool pm_ops_is_empty(const struct dev_pm_ops *ops) void device_pm_check_callbacks(struct device *dev) { - spin_lock_irq(&dev->power.lock); + unsigned long flags; + + spin_lock_irqsave(&dev->power.lock, flags); dev->power.no_pm_callbacks = (!dev->bus || (pm_ops_is_empty(dev->bus->pm) && !dev->bus->suspend && !dev->bus->resume)) && @@ -2130,7 +2132,7 @@ void device_pm_check_callbacks(struct device *dev) (!dev->pm_domain || pm_ops_is_empty(&dev->pm_domain->ops)) && (!dev->driver || (pm_ops_is_empty(dev->driver->pm) && !dev->driver->suspend && !dev->driver->resume)); - spin_unlock_irq(&dev->power.lock); + spin_unlock_irqrestore(&dev->power.lock, flags); } bool dev_pm_smart_suspend_and_suspended(struct device *dev) diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index ddbf56014c51a..6da7f5749a7c4 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -1673,22 +1673,22 @@ struct sib_info { }; void drbd_bcast_event(struct drbd_device *device, const struct sib_info *sib); -extern void notify_resource_state(struct sk_buff *, +extern int notify_resource_state(struct sk_buff *, unsigned int, struct drbd_resource *, struct resource_info *, enum drbd_notification_type); -extern void notify_device_state(struct sk_buff *, +extern int notify_device_state(struct sk_buff *, unsigned int, struct drbd_device *, struct device_info *, enum drbd_notification_type); -extern void notify_connection_state(struct sk_buff *, +extern int notify_connection_state(struct sk_buff *, unsigned int, struct drbd_connection *, struct connection_info *, enum drbd_notification_type); -extern void notify_peer_device_state(struct sk_buff *, +extern int notify_peer_device_state(struct sk_buff *, unsigned int, struct drbd_peer_device *, struct peer_device_info *, diff --git a/drivers/block/drbd/drbd_nl.c b/drivers/block/drbd/drbd_nl.c index 5d52a2d321559..bfb00d3b091f1 100644 --- a/drivers/block/drbd/drbd_nl.c +++ b/drivers/block/drbd/drbd_nl.c @@ -4630,7 +4630,7 @@ static int nla_put_notification_header(struct sk_buff *msg, return drbd_notification_header_to_skb(msg, &nh, true); } -void notify_resource_state(struct sk_buff *skb, +int notify_resource_state(struct sk_buff *skb, unsigned int seq, struct drbd_resource *resource, struct resource_info *resource_info, @@ -4672,16 +4672,17 @@ void notify_resource_state(struct sk_buff *skb, if (err && err != -ESRCH) goto failed; } - return; + return 0; nla_put_failure: nlmsg_free(skb); failed: drbd_err(resource, "Error %d while broadcasting event. Event seq:%u\n", err, seq); + return err; } -void notify_device_state(struct sk_buff *skb, +int notify_device_state(struct sk_buff *skb, unsigned int seq, struct drbd_device *device, struct device_info *device_info, @@ -4721,16 +4722,17 @@ void notify_device_state(struct sk_buff *skb, if (err && err != -ESRCH) goto failed; } - return; + return 0; nla_put_failure: nlmsg_free(skb); failed: drbd_err(device, "Error %d while broadcasting event. Event seq:%u\n", err, seq); + return err; } -void notify_connection_state(struct sk_buff *skb, +int notify_connection_state(struct sk_buff *skb, unsigned int seq, struct drbd_connection *connection, struct connection_info *connection_info, @@ -4770,16 +4772,17 @@ void notify_connection_state(struct sk_buff *skb, if (err && err != -ESRCH) goto failed; } - return; + return 0; nla_put_failure: nlmsg_free(skb); failed: drbd_err(connection, "Error %d while broadcasting event. Event seq:%u\n", err, seq); + return err; } -void notify_peer_device_state(struct sk_buff *skb, +int notify_peer_device_state(struct sk_buff *skb, unsigned int seq, struct drbd_peer_device *peer_device, struct peer_device_info *peer_device_info, @@ -4820,13 +4823,14 @@ void notify_peer_device_state(struct sk_buff *skb, if (err && err != -ESRCH) goto failed; } - return; + return 0; nla_put_failure: nlmsg_free(skb); failed: drbd_err(peer_device, "Error %d while broadcasting event. Event seq:%u\n", err, seq); + return err; } void notify_helper(enum drbd_notification_type type, @@ -4877,7 +4881,7 @@ void notify_helper(enum drbd_notification_type type, err, seq); } -static void notify_initial_state_done(struct sk_buff *skb, unsigned int seq) +static int notify_initial_state_done(struct sk_buff *skb, unsigned int seq) { struct drbd_genlmsghdr *dh; int err; @@ -4891,11 +4895,12 @@ static void notify_initial_state_done(struct sk_buff *skb, unsigned int seq) if (nla_put_notification_header(skb, NOTIFY_EXISTS)) goto nla_put_failure; genlmsg_end(skb, dh); - return; + return 0; nla_put_failure: nlmsg_free(skb); pr_err("Error %d sending event. Event seq:%u\n", err, seq); + return err; } static void free_state_changes(struct list_head *list) @@ -4922,6 +4927,7 @@ static int get_initial_state(struct sk_buff *skb, struct netlink_callback *cb) unsigned int seq = cb->args[2]; unsigned int n; enum drbd_notification_type flags = 0; + int err = 0; /* There is no need for taking notification_mutex here: it doesn't matter if the initial state events mix with later state chage @@ -4930,32 +4936,32 @@ static int get_initial_state(struct sk_buff *skb, struct netlink_callback *cb) cb->args[5]--; if (cb->args[5] == 1) { - notify_initial_state_done(skb, seq); + err = notify_initial_state_done(skb, seq); goto out; } n = cb->args[4]++; if (cb->args[4] < cb->args[3]) flags |= NOTIFY_CONTINUES; if (n < 1) { - notify_resource_state_change(skb, seq, state_change->resource, + err = notify_resource_state_change(skb, seq, state_change->resource, NOTIFY_EXISTS | flags); goto next; } n--; if (n < state_change->n_connections) { - notify_connection_state_change(skb, seq, &state_change->connections[n], + err = notify_connection_state_change(skb, seq, &state_change->connections[n], NOTIFY_EXISTS | flags); goto next; } n -= state_change->n_connections; if (n < state_change->n_devices) { - notify_device_state_change(skb, seq, &state_change->devices[n], + err = notify_device_state_change(skb, seq, &state_change->devices[n], NOTIFY_EXISTS | flags); goto next; } n -= state_change->n_devices; if (n < state_change->n_devices * state_change->n_connections) { - notify_peer_device_state_change(skb, seq, &state_change->peer_devices[n], + err = notify_peer_device_state_change(skb, seq, &state_change->peer_devices[n], NOTIFY_EXISTS | flags); goto next; } @@ -4970,7 +4976,10 @@ static int get_initial_state(struct sk_buff *skb, struct netlink_callback *cb) cb->args[4] = 0; } out: - return skb->len; + if (err) + return err; + else + return skb->len; } int drbd_adm_get_initial_state(struct sk_buff *skb, struct netlink_callback *cb) diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c index f86cea4c0f8df..5e92632881d81 100644 --- a/drivers/block/drbd/drbd_req.c +++ b/drivers/block/drbd/drbd_req.c @@ -195,7 +195,8 @@ void start_new_tl_epoch(struct drbd_connection *connection) void complete_master_bio(struct drbd_device *device, struct bio_and_error *m) { - m->bio->bi_status = errno_to_blk_status(m->error); + if (unlikely(m->error)) + m->bio->bi_status = errno_to_blk_status(m->error); bio_endio(m->bio); dec_ap_bio(device); } diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c index eeaa3b49b2649..4dad4dd0ceb66 100644 --- a/drivers/block/drbd/drbd_state.c +++ b/drivers/block/drbd/drbd_state.c @@ -1537,7 +1537,7 @@ int drbd_bitmap_io_from_worker(struct drbd_device *device, return rv; } -void notify_resource_state_change(struct sk_buff *skb, +int notify_resource_state_change(struct sk_buff *skb, unsigned int seq, struct drbd_resource_state_change *resource_state_change, enum drbd_notification_type type) @@ -1550,10 +1550,10 @@ void notify_resource_state_change(struct sk_buff *skb, .res_susp_fen = resource_state_change->susp_fen[NEW], }; - notify_resource_state(skb, seq, resource, &resource_info, type); + return notify_resource_state(skb, seq, resource, &resource_info, type); } -void notify_connection_state_change(struct sk_buff *skb, +int notify_connection_state_change(struct sk_buff *skb, unsigned int seq, struct drbd_connection_state_change *connection_state_change, enum drbd_notification_type type) @@ -1564,10 +1564,10 @@ void notify_connection_state_change(struct sk_buff *skb, .conn_role = connection_state_change->peer_role[NEW], }; - notify_connection_state(skb, seq, connection, &connection_info, type); + return notify_connection_state(skb, seq, connection, &connection_info, type); } -void notify_device_state_change(struct sk_buff *skb, +int notify_device_state_change(struct sk_buff *skb, unsigned int seq, struct drbd_device_state_change *device_state_change, enum drbd_notification_type type) @@ -1577,10 +1577,10 @@ void notify_device_state_change(struct sk_buff *skb, .dev_disk_state = device_state_change->disk_state[NEW], }; - notify_device_state(skb, seq, device, &device_info, type); + return notify_device_state(skb, seq, device, &device_info, type); } -void notify_peer_device_state_change(struct sk_buff *skb, +int notify_peer_device_state_change(struct sk_buff *skb, unsigned int seq, struct drbd_peer_device_state_change *p, enum drbd_notification_type type) @@ -1594,7 +1594,7 @@ void notify_peer_device_state_change(struct sk_buff *skb, .peer_resync_susp_dependency = p->resync_susp_dependency[NEW], }; - notify_peer_device_state(skb, seq, peer_device, &peer_device_info, type); + return notify_peer_device_state(skb, seq, peer_device, &peer_device_info, type); } static void broadcast_state_change(struct drbd_state_change *state_change) @@ -1602,7 +1602,7 @@ static void broadcast_state_change(struct drbd_state_change *state_change) struct drbd_resource_state_change *resource_state_change = &state_change->resource[0]; bool resource_state_has_changed; unsigned int n_device, n_connection, n_peer_device, n_peer_devices; - void (*last_func)(struct sk_buff *, unsigned int, void *, + int (*last_func)(struct sk_buff *, unsigned int, void *, enum drbd_notification_type) = NULL; void *uninitialized_var(last_arg); diff --git a/drivers/block/drbd/drbd_state_change.h b/drivers/block/drbd/drbd_state_change.h index ba80f612d6abb..d5b0479bc9a66 100644 --- a/drivers/block/drbd/drbd_state_change.h +++ b/drivers/block/drbd/drbd_state_change.h @@ -44,19 +44,19 @@ extern struct drbd_state_change *remember_old_state(struct drbd_resource *, gfp_ extern void copy_old_to_new_state_change(struct drbd_state_change *); extern void forget_state_change(struct drbd_state_change *); -extern void notify_resource_state_change(struct sk_buff *, +extern int notify_resource_state_change(struct sk_buff *, unsigned int, struct drbd_resource_state_change *, enum drbd_notification_type type); -extern void notify_connection_state_change(struct sk_buff *, +extern int notify_connection_state_change(struct sk_buff *, unsigned int, struct drbd_connection_state_change *, enum drbd_notification_type type); -extern void notify_device_state_change(struct sk_buff *, +extern int notify_device_state_change(struct sk_buff *, unsigned int, struct drbd_device_state_change *, enum drbd_notification_type type); -extern void notify_peer_device_state_change(struct sk_buff *, +extern int notify_peer_device_state_change(struct sk_buff *, unsigned int, struct drbd_peer_device_state_change *, enum drbd_notification_type type); diff --git a/drivers/block/loop.c b/drivers/block/loop.c index c910fb005c005..67014f84fa71f 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c @@ -834,33 +834,33 @@ static ssize_t loop_attr_backing_file_show(struct loop_device *lo, char *buf) static ssize_t loop_attr_offset_show(struct loop_device *lo, char *buf) { - return sprintf(buf, "%llu\n", (unsigned long long)lo->lo_offset); + return sysfs_emit(buf, "%llu\n", (unsigned long long)lo->lo_offset); } static ssize_t loop_attr_sizelimit_show(struct loop_device *lo, char *buf) { - return sprintf(buf, "%llu\n", (unsigned long long)lo->lo_sizelimit); + return sysfs_emit(buf, "%llu\n", (unsigned long long)lo->lo_sizelimit); } static ssize_t loop_attr_autoclear_show(struct loop_device *lo, char *buf) { int autoclear = (lo->lo_flags & LO_FLAGS_AUTOCLEAR); - return sprintf(buf, "%s\n", autoclear ? "1" : "0"); + return sysfs_emit(buf, "%s\n", autoclear ? "1" : "0"); } static ssize_t loop_attr_partscan_show(struct loop_device *lo, char *buf) { int partscan = (lo->lo_flags & LO_FLAGS_PARTSCAN); - return sprintf(buf, "%s\n", partscan ? "1" : "0"); + return sysfs_emit(buf, "%s\n", partscan ? "1" : "0"); } static ssize_t loop_attr_dio_show(struct loop_device *lo, char *buf) { int dio = (lo->lo_flags & LO_FLAGS_DIRECT_IO); - return sprintf(buf, "%s\n", dio ? "1" : "0"); + return sysfs_emit(buf, "%s\n", dio ? "1" : "0"); } LOOP_ATTR_RO(backing_file); diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 816eb2db73080..2a5cd502feae7 100644 --- a/drivers/block/virtio_blk.c +++ b/drivers/block/virtio_blk.c @@ -936,9 +936,17 @@ static int virtblk_probe(struct virtio_device *vdev) err = virtio_cread_feature(vdev, VIRTIO_BLK_F_BLK_SIZE, struct virtio_blk_config, blk_size, &blk_size); - if (!err) + if (!err) { + err = blk_validate_block_size(blk_size); + if (err) { + dev_err(&vdev->dev, + "virtio_blk: invalid block size: 0x%x\n", + blk_size); + goto out_free_tags; + } + blk_queue_logical_block_size(q, blk_size); - else + } else blk_size = queue_logical_block_size(q); /* Use topology information if available */ @@ -980,9 +988,15 @@ static int virtblk_probe(struct virtio_device *vdev) virtio_cread(vdev, struct virtio_blk_config, max_discard_seg, &v); + + /* + * max_discard_seg == 0 is out of spec but we always + * handled it. + */ + if (!v) + v = sg_elems - 2; blk_queue_max_discard_segments(q, - min_not_zero(v, - MAX_DISCARD_SEGMENTS)); + min(v, MAX_DISCARD_SEGMENTS)); blk_queue_flag_set(QUEUE_FLAG_DISCARD, q); } diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index 774af5ce70dad..681bdf02c17f5 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -48,6 +48,8 @@ #include #include #include +#include +#include #include #include @@ -81,6 +83,8 @@ enum blkif_state { BLKIF_STATE_CONNECTED, BLKIF_STATE_SUSPENDED, BLKIF_STATE_ERROR, + BLKIF_STATE_FREEZING, + BLKIF_STATE_FROZEN }; struct grant { @@ -134,7 +138,7 @@ static LIST_HEAD(info_list); * by the backend driver. */ -static unsigned int xen_blkif_max_segments = 32; +static unsigned int xen_blkif_max_segments = 64; module_param_named(max_indirect_segments, xen_blkif_max_segments, uint, 0444); MODULE_PARM_DESC(max_indirect_segments, "Maximum amount of segments in indirect requests (default is 32)"); @@ -143,6 +147,10 @@ static unsigned int xen_blkif_max_queues = 4; module_param_named(max_queues, xen_blkif_max_queues, uint, 0444); MODULE_PARM_DESC(max_queues, "Maximum number of hardware queues/rings used per virtual disk"); +static unsigned int xen_blkif_feature_persistent = 1; +module_param_named(persistent_grants, xen_blkif_feature_persistent, int, S_IRUGO); +MODULE_PARM_DESC(persistent_grants, "Enable persistent grant table references (default is 1)"); + /* * Maximum order of pages to be used for the shared ring between front and * backend, 4KB page granularity is used. @@ -219,10 +227,12 @@ struct blkfront_info struct blk_mq_tag_set tag_set; struct blkfront_ring_info *rinfo; unsigned int nr_rings; + unsigned int rinfo_size; /* Save uncomplete reqs and bios for migration. */ struct list_head requests; struct bio_list bio_list; struct list_head info_list; + struct completion wait_backend_disconnected; }; static unsigned int nr_minors; @@ -264,6 +274,28 @@ static DEFINE_SPINLOCK(minor_lock); static int blkfront_setup_indirect(struct blkfront_ring_info *rinfo); static void blkfront_gather_backend_features(struct blkfront_info *info); static int negotiate_mq(struct blkfront_info *info); +static void __blkif_free(struct blkfront_info *info); + +static inline bool blkfront_ring_is_busy(struct blkif_front_ring *ring) +{ + if (RING_SIZE(ring) > RING_FREE_REQUESTS(ring) || + RING_HAS_UNCONSUMED_RESPONSES(ring)) + return true; + else + return false; +} + +#define for_each_rinfo(info, ptr, idx) \ + for ((ptr) = (info)->rinfo, (idx) = 0; \ + (idx) < (info)->nr_rings; \ + (idx)++, (ptr) = (void *)(ptr) + (info)->rinfo_size) + +static inline struct blkfront_ring_info * +get_rinfo(const struct blkfront_info *info, unsigned int i) +{ + BUG_ON(i >= info->nr_rings); + return (void *)info->rinfo + i * info->rinfo_size; +} static int get_id_from_freelist(struct blkfront_ring_info *rinfo) { @@ -898,8 +930,7 @@ static blk_status_t blkif_queue_rq(struct blk_mq_hw_ctx *hctx, struct blkfront_info *info = hctx->queue->queuedata; struct blkfront_ring_info *rinfo = NULL; - BUG_ON(info->nr_rings <= qid); - rinfo = &info->rinfo[qid]; + rinfo = get_rinfo(info, qid); blk_mq_start_request(qd->rq); spin_lock_irqsave(&rinfo->ring_lock, flags); if (RING_FULL(&rinfo->ring)) @@ -1008,6 +1039,7 @@ static int xlvbd_init_blk_queue(struct gendisk *gd, u16 sector_size, info->sector_size = sector_size; info->physical_sector_size = physical_sector_size; blkif_set_queue_limits(info); + init_completion(&info->wait_backend_disconnected); return 0; } @@ -1197,6 +1229,7 @@ static int xlvbd_alloc_gendisk(blkif_sector_t capacity, static void xlvbd_release_gendisk(struct blkfront_info *info) { unsigned int minor, nr_minors, i; + struct blkfront_ring_info *rinfo; if (info->rq == NULL) return; @@ -1204,9 +1237,7 @@ static void xlvbd_release_gendisk(struct blkfront_info *info) /* No more blkif_request(). */ blk_mq_stop_hw_queues(info->rq); - for (i = 0; i < info->nr_rings; i++) { - struct blkfront_ring_info *rinfo = &info->rinfo[i]; - + for_each_rinfo(info, rinfo, i) { /* No more gnttab callback work. */ gnttab_cancel_free_callback(&rinfo->callback); @@ -1231,6 +1262,8 @@ static void xlvbd_release_gendisk(struct blkfront_info *info) /* Already hold rinfo->ring_lock. */ static inline void kick_pending_request_queues_locked(struct blkfront_ring_info *rinfo) { + if (unlikely(rinfo->dev_info->connected == BLKIF_STATE_FREEZING)) + return; if (!RING_FULL(&rinfo->ring)) blk_mq_start_stopped_hw_queues(rinfo->dev_info->rq, true); } @@ -1344,7 +1377,8 @@ static void blkif_free_ring(struct blkfront_ring_info *rinfo) rinfo->ring_ref[i] = GRANT_INVALID_REF; } } - free_pages((unsigned long)rinfo->ring.sring, get_order(info->nr_ring_pages * XEN_PAGE_SIZE)); + free_pages_exact(rinfo->ring.sring, + info->nr_ring_pages * XEN_PAGE_SIZE); rinfo->ring.sring = NULL; if (rinfo->irq) @@ -1354,8 +1388,6 @@ static void blkif_free_ring(struct blkfront_ring_info *rinfo) static void blkif_free(struct blkfront_info *info, int suspend) { - unsigned int i; - /* Prevent new requests being issued until we fix things up. */ info->connected = suspend ? BLKIF_STATE_SUSPENDED : BLKIF_STATE_DISCONNECTED; @@ -1363,8 +1395,16 @@ static void blkif_free(struct blkfront_info *info, int suspend) if (info->rq) blk_mq_stop_hw_queues(info->rq); - for (i = 0; i < info->nr_rings; i++) - blkif_free_ring(&info->rinfo[i]); + __blkif_free(info); +} + +static void __blkif_free(struct blkfront_info *info) +{ + struct blkfront_ring_info *rinfo; + unsigned int i; + + for_each_rinfo(info, rinfo, i) + blkif_free_ring(rinfo); kvfree(info->rinfo); info->rinfo = NULL; @@ -1428,9 +1468,15 @@ static int blkif_get_final_status(enum blk_req_status s1, return BLKIF_RSP_OKAY; } -static bool blkif_completion(unsigned long *id, - struct blkfront_ring_info *rinfo, - struct blkif_response *bret) +/* + * Return values: + * 1 response processed. + * 0 missing further responses. + * -1 error while processing. + */ +static int blkif_completion(unsigned long *id, + struct blkfront_ring_info *rinfo, + struct blkif_response *bret) { int i = 0; struct scatterlist *sg; @@ -1453,7 +1499,7 @@ static bool blkif_completion(unsigned long *id, /* Wait the second response if not yet here. */ if (s2->status < REQ_DONE) - return false; + return 0; bret->status = blkif_get_final_status(s->status, s2->status); @@ -1504,42 +1550,43 @@ static bool blkif_completion(unsigned long *id, } /* Add the persistent grant into the list of free grants */ for (i = 0; i < num_grant; i++) { - if (gnttab_query_foreign_access(s->grants_used[i]->gref)) { + if (!gnttab_try_end_foreign_access(s->grants_used[i]->gref)) { /* * If the grant is still mapped by the backend (the * backend has chosen to make this grant persistent) * we add it at the head of the list, so it will be * reused first. */ - if (!info->feature_persistent) - pr_alert_ratelimited("backed has not unmapped grant: %u\n", - s->grants_used[i]->gref); + if (!info->feature_persistent) { + pr_alert("backed has not unmapped grant: %u\n", + s->grants_used[i]->gref); + return -1; + } list_add(&s->grants_used[i]->node, &rinfo->grants); rinfo->persistent_gnts_c++; } else { /* - * If the grant is not mapped by the backend we end the - * foreign access and add it to the tail of the list, - * so it will not be picked again unless we run out of - * persistent grants. + * If the grant is not mapped by the backend we add it + * to the tail of the list, so it will not be picked + * again unless we run out of persistent grants. */ - gnttab_end_foreign_access(s->grants_used[i]->gref, 0, 0UL); s->grants_used[i]->gref = GRANT_INVALID_REF; list_add_tail(&s->grants_used[i]->node, &rinfo->grants); } } if (s->req.operation == BLKIF_OP_INDIRECT) { for (i = 0; i < INDIRECT_GREFS(num_grant); i++) { - if (gnttab_query_foreign_access(s->indirect_grants[i]->gref)) { - if (!info->feature_persistent) - pr_alert_ratelimited("backed has not unmapped grant: %u\n", - s->indirect_grants[i]->gref); + if (!gnttab_try_end_foreign_access(s->indirect_grants[i]->gref)) { + if (!info->feature_persistent) { + pr_alert("backed has not unmapped grant: %u\n", + s->indirect_grants[i]->gref); + return -1; + } list_add(&s->indirect_grants[i]->node, &rinfo->grants); rinfo->persistent_gnts_c++; } else { struct page *indirect_page; - gnttab_end_foreign_access(s->indirect_grants[i]->gref, 0, 0UL); /* * Add the used indirect page back to the list of * available pages for indirect grefs. @@ -1554,7 +1601,7 @@ static bool blkif_completion(unsigned long *id, } } - return true; + return 1; } static irqreturn_t blkif_interrupt(int irq, void *dev_id) @@ -1568,8 +1615,8 @@ static irqreturn_t blkif_interrupt(int irq, void *dev_id) unsigned int eoiflag = XEN_EOI_FLAG_SPURIOUS; if (unlikely(info->connected != BLKIF_STATE_CONNECTED)) { - xen_irq_lateeoi(irq, XEN_EOI_FLAG_SPURIOUS); - return IRQ_HANDLED; + if (info->connected != BLKIF_STATE_FREEZING) + return IRQ_HANDLED; } spin_lock_irqsave(&rinfo->ring_lock, flags); @@ -1620,12 +1667,17 @@ static irqreturn_t blkif_interrupt(int irq, void *dev_id) } if (bret.operation != BLKIF_OP_DISCARD) { + int ret; + /* * We may need to wait for an extra response if the * I/O request is split in 2 */ - if (!blkif_completion(&id, rinfo, &bret)) + ret = blkif_completion(&id, rinfo, &bret); + if (!ret) continue; + if (unlikely(ret < 0)) + goto err; } if (add_id_to_freelist(rinfo, id)) { @@ -1731,8 +1783,7 @@ static int setup_blkring(struct xenbus_device *dev, for (i = 0; i < info->nr_ring_pages; i++) rinfo->ring_ref[i] = GRANT_INVALID_REF; - sring = (struct blkif_sring *)__get_free_pages(GFP_NOIO | __GFP_HIGH, - get_order(ring_size)); + sring = alloc_pages_exact(ring_size, GFP_NOIO); if (!sring) { xenbus_dev_fatal(dev, -ENOMEM, "allocating shared ring"); return -ENOMEM; @@ -1742,7 +1793,7 @@ static int setup_blkring(struct xenbus_device *dev, err = xenbus_grant_ring(dev, rinfo->ring.sring, info->nr_ring_pages, gref); if (err < 0) { - free_pages((unsigned long)sring, get_order(ring_size)); + free_pages_exact(sring, ring_size); rinfo->ring.sring = NULL; goto fail; } @@ -1831,6 +1882,7 @@ static int talk_to_blkback(struct xenbus_device *dev, int err; unsigned int i, max_page_order; unsigned int ring_page_order; + struct blkfront_ring_info *rinfo; if (!info) return -ENODEV; @@ -1844,9 +1896,7 @@ static int talk_to_blkback(struct xenbus_device *dev, if (err) goto destroy_blkring; - for (i = 0; i < info->nr_rings; i++) { - struct blkfront_ring_info *rinfo = &info->rinfo[i]; - + for_each_rinfo(info, rinfo, i) { /* Create shared ring, alloc event channel. */ err = setup_blkring(dev, rinfo); if (err) @@ -1871,7 +1921,7 @@ static int talk_to_blkback(struct xenbus_device *dev, /* We already got the number of queues/rings in _probe */ if (info->nr_rings == 1) { - err = write_per_ring_nodes(xbt, &info->rinfo[0], dev->nodename); + err = write_per_ring_nodes(xbt, info->rinfo, dev->nodename); if (err) goto destroy_blkring; } else { @@ -1893,10 +1943,10 @@ static int talk_to_blkback(struct xenbus_device *dev, goto abort_transaction; } - for (i = 0; i < info->nr_rings; i++) { + for_each_rinfo(info, rinfo, i) { memset(path, 0, pathsize); snprintf(path, pathsize, "%s/queue-%u", dev->nodename, i); - err = write_per_ring_nodes(xbt, &info->rinfo[i], path); + err = write_per_ring_nodes(xbt, rinfo, path); if (err) { kfree(path); goto destroy_blkring; @@ -1910,11 +1960,13 @@ static int talk_to_blkback(struct xenbus_device *dev, message = "writing protocol"; goto abort_transaction; } - err = xenbus_printf(xbt, dev->nodename, - "feature-persistent", "%u", 1); - if (err) - dev_warn(&dev->dev, - "writing persistent grants feature to xenbus"); + if (xen_blkif_feature_persistent) { + err = xenbus_printf(xbt, dev->nodename, + "feature-persistent", "%u", 1); + if (err) + dev_warn(&dev->dev, + "writing persistent grants feature to xenbus"); + } err = xenbus_transaction_end(xbt, 0); if (err) { @@ -1924,9 +1976,8 @@ static int talk_to_blkback(struct xenbus_device *dev, goto destroy_blkring; } - for (i = 0; i < info->nr_rings; i++) { + for_each_rinfo(info, rinfo, i) { unsigned int j; - struct blkfront_ring_info *rinfo = &info->rinfo[i]; for (j = 0; j < BLK_RING_SIZE(info); j++) rinfo->shadow[j].req.u.rw.id = j + 1; @@ -1956,6 +2007,7 @@ static int negotiate_mq(struct blkfront_info *info) { unsigned int backend_max_queues; unsigned int i; + struct blkfront_ring_info *rinfo; BUG_ON(info->nr_rings); @@ -1967,19 +2019,16 @@ static int negotiate_mq(struct blkfront_info *info) if (!info->nr_rings) info->nr_rings = 1; - info->rinfo = kvcalloc(info->nr_rings, - sizeof(struct blkfront_ring_info), - GFP_KERNEL); + info->rinfo_size = struct_size(info->rinfo, shadow, + BLK_RING_SIZE(info)); + info->rinfo = kvcalloc(info->nr_rings, info->rinfo_size, GFP_KERNEL); if (!info->rinfo) { xenbus_dev_fatal(info->xbdev, -ENOMEM, "allocating ring_info structure"); info->nr_rings = 0; return -ENOMEM; } - for (i = 0; i < info->nr_rings; i++) { - struct blkfront_ring_info *rinfo; - - rinfo = &info->rinfo[i]; + for_each_rinfo(info, rinfo, i) { INIT_LIST_HEAD(&rinfo->indirect_pages); INIT_LIST_HEAD(&rinfo->grants); rinfo->dev_info = info; @@ -2072,16 +2121,16 @@ static int blkif_recover(struct blkfront_info *info) int rc; struct bio *bio; unsigned int segs; + struct blkfront_ring_info *rinfo; + bool frozen = info->connected == BLKIF_STATE_FROZEN; blkfront_gather_backend_features(info); /* Reset limits changed by blk_mq_update_nr_hw_queues(). */ blkif_set_queue_limits(info); segs = info->max_indirect_segments ? : BLKIF_MAX_SEGMENTS_PER_REQUEST; blk_queue_max_segments(info->rq, segs / GRANTS_PER_PSEG); - for (r_index = 0; r_index < info->nr_rings; r_index++) { - struct blkfront_ring_info *rinfo = &info->rinfo[r_index]; - + for_each_rinfo(info, rinfo, r_index) { rc = blkfront_setup_indirect(rinfo); if (rc) return rc; @@ -2091,14 +2140,14 @@ static int blkif_recover(struct blkfront_info *info) /* Now safe for us to use the shared ring */ info->connected = BLKIF_STATE_CONNECTED; - for (r_index = 0; r_index < info->nr_rings; r_index++) { - struct blkfront_ring_info *rinfo; - - rinfo = &info->rinfo[r_index]; + for_each_rinfo(info, rinfo, r_index) { /* Kick any other new requests queued since we resumed */ kick_pending_request_queues(rinfo); } + if (frozen) + return 0; + list_for_each_entry_safe(req, n, &info->requests, queuelist) { /* Requeue pending requests (flush or discard) */ list_del_init(&req->queuelist); @@ -2127,13 +2176,13 @@ static int blkfront_resume(struct xenbus_device *dev) struct blkfront_info *info = dev_get_drvdata(&dev->dev); int err = 0; unsigned int i, j; + struct blkfront_ring_info *rinfo; dev_dbg(&dev->dev, "blkfront_resume: %s\n", dev->nodename); bio_list_init(&info->bio_list); INIT_LIST_HEAD(&info->requests); - for (i = 0; i < info->nr_rings; i++) { - struct blkfront_ring_info *rinfo = &info->rinfo[i]; + for_each_rinfo(info, rinfo, i) { struct bio_list merge_bio; struct blk_shadow *shadow = rinfo->shadow; @@ -2360,9 +2409,12 @@ static void blkfront_gather_backend_features(struct blkfront_info *info) if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) blkfront_setup_discard(info); - info->feature_persistent = - !!xenbus_read_unsigned(info->xbdev->otherend, - "feature-persistent", 0); + if (xen_blkif_feature_persistent) + info->feature_persistent = + !!xenbus_read_unsigned(info->xbdev->otherend, + "feature-persistent", 0); + else + info->feature_persistent = 0; indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, "feature-max-indirect-segments", 0); @@ -2391,6 +2443,7 @@ static void blkfront_connect(struct blkfront_info *info) unsigned int binfo; char *envp[] = { "RESIZE=1", NULL }; int err, i; + struct blkfront_ring_info *rinfo; switch (info->connected) { case BLKIF_STATE_CONNECTED: @@ -2411,6 +2464,7 @@ static void blkfront_connect(struct blkfront_info *info) return; case BLKIF_STATE_SUSPENDED: + case BLKIF_STATE_FROZEN: /* * If we are recovering from suspension, we need to wait * for the backend to announce it's features before @@ -2448,8 +2502,8 @@ static void blkfront_connect(struct blkfront_info *info) "physical-sector-size", sector_size); blkfront_gather_backend_features(info); - for (i = 0; i < info->nr_rings; i++) { - err = blkfront_setup_indirect(&info->rinfo[i]); + for_each_rinfo(info, rinfo, i) { + err = blkfront_setup_indirect(rinfo); if (err) { xenbus_dev_fatal(info->xbdev, err, "setup_indirect at %s", info->xbdev->otherend); @@ -2470,8 +2524,8 @@ static void blkfront_connect(struct blkfront_info *info) /* Kick pending requests. */ info->connected = BLKIF_STATE_CONNECTED; - for (i = 0; i < info->nr_rings; i++) - kick_pending_request_queues(&info->rinfo[i]); + for_each_rinfo(info, rinfo, i) + kick_pending_request_queues(rinfo); device_add_disk(&info->xbdev->dev, info->gd, NULL); @@ -2528,13 +2582,38 @@ static void blkback_changed(struct xenbus_device *dev, break; case XenbusStateClosed: - if (dev->state == XenbusStateClosed) + if (dev->state == XenbusStateClosed) { + if (info->connected == BLKIF_STATE_FREEZING) { + __blkif_free(info); + info->connected = BLKIF_STATE_FROZEN; + complete(&info->wait_backend_disconnected); + break; + } + + break; + } + + /* + * We may somehow receive backend's Closed again while thawing + * or restoring and it causes thawing or restoring to fail. + * Ignore such unexpected state anyway. + */ + if (info->connected == BLKIF_STATE_FROZEN && + dev->state == XenbusStateInitialised) { + dev_dbg(&dev->dev, + "ignore the backend's Closed state: %s", + dev->nodename); break; + } /* fall through */ case XenbusStateClosing: - if (info) - blkfront_closing(info); - break; + if (info) { + if (info->connected == BLKIF_STATE_FREEZING) + xenbus_frontend_closed(dev); + else + blkfront_closing(info); + } + break; } } @@ -2677,6 +2756,94 @@ static void blkif_release(struct gendisk *disk, fmode_t mode) mutex_unlock(&blkfront_mutex); } +static int blkfront_freeze(struct xenbus_device *dev) +{ + unsigned int i; + struct blkfront_info *info = dev_get_drvdata(&dev->dev); + struct blkfront_ring_info *rinfo; + struct blkif_front_ring *ring; + /* This would be reasonable timeout as used in xenbus_dev_shutdown() */ + unsigned int timeout = 5 * HZ; + int err = 0; + + info->connected = BLKIF_STATE_FREEZING; + + blk_mq_stop_hw_queues(info->rq); + + for (i = 0; i < info->nr_rings; i++) { + rinfo = &info->rinfo[i]; + + gnttab_cancel_free_callback(&rinfo->callback); + flush_work(&rinfo->work); + } + + for (i = 0; i < info->nr_rings; i++) { + spinlock_t *lock; + bool busy; + unsigned long req_timeout_ms = 25; + unsigned long ring_timeout; + + rinfo = &info->rinfo[i]; + ring = &rinfo->ring; + + lock = &rinfo->ring_lock; + + ring_timeout = jiffies + + msecs_to_jiffies(req_timeout_ms * RING_SIZE(ring)); + + do { + spin_lock_irq(lock); + busy = blkfront_ring_is_busy(ring); + spin_unlock_irq(lock); + + if (busy) + msleep(req_timeout_ms); + else + break; + } while (time_is_after_jiffies(ring_timeout)); + + /* Timed out */ + if (busy) { + xenbus_dev_error(dev, err, "the ring is still busy"); + info->connected = BLKIF_STATE_CONNECTED; + return -EBUSY; + } + } + + /* Kick the backend to disconnect */ + xenbus_switch_state(dev, XenbusStateClosing); + + /* + * We don't want to move forward before the frontend is diconnected + * from the backend cleanly. + */ + timeout = wait_for_completion_timeout(&info->wait_backend_disconnected, + timeout); + if (!timeout) { + err = -EBUSY; + xenbus_dev_error(dev, err, "Freezing timed out;" + "the device may become inconsistent state"); + } + + return err; +} + +static int blkfront_restore(struct xenbus_device *dev) +{ + struct blkfront_info *info = dev_get_drvdata(&dev->dev); + int err = 0; + + blkfront_gather_backend_features(info); + xlvbd_flush(info); + err = talk_to_blkback(dev, info); + if (err) + goto out; + blk_mq_update_nr_hw_queues(&info->tag_set, info->nr_rings); + +out: + return err; +} + static const struct block_device_operations xlvbd_block_fops = { .owner = THIS_MODULE, @@ -2699,15 +2866,18 @@ static struct xenbus_driver blkfront_driver = { .resume = blkfront_resume, .otherend_changed = blkback_changed, .is_ready = blkfront_is_ready, + .freeze = blkfront_freeze, + .thaw = blkfront_restore, + .restore = blkfront_restore }; static void purge_persistent_grants(struct blkfront_info *info) { unsigned int i; unsigned long flags; + struct blkfront_ring_info *rinfo; - for (i = 0; i < info->nr_rings; i++) { - struct blkfront_ring_info *rinfo = &info->rinfo[i]; + for_each_rinfo(info, rinfo, i) { struct grant *gnt_list_entry, *tmp; spin_lock_irqsave(&rinfo->ring_lock, flags); @@ -2720,11 +2890,10 @@ static void purge_persistent_grants(struct blkfront_info *info) list_for_each_entry_safe(gnt_list_entry, tmp, &rinfo->grants, node) { if (gnt_list_entry->gref == GRANT_INVALID_REF || - gnttab_query_foreign_access(gnt_list_entry->gref)) + !gnttab_try_end_foreign_access(gnt_list_entry->gref)) continue; list_del(&gnt_list_entry->node); - gnttab_end_foreign_access(gnt_list_entry->gref, 0, 0UL); rinfo->persistent_gnts_c--; gnt_list_entry->gref = GRANT_INVALID_REF; list_add_tail(&gnt_list_entry->node, &rinfo->grants); diff --git a/drivers/bluetooth/btmtksdio.c b/drivers/bluetooth/btmtksdio.c index c2eb64bcd5d5d..0e7f44461946e 100644 --- a/drivers/bluetooth/btmtksdio.c +++ b/drivers/bluetooth/btmtksdio.c @@ -980,6 +980,8 @@ static int btmtksdio_probe(struct sdio_func *func, hdev->manufacturer = 70; set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks); + sdio_set_drvdata(func, bdev); + err = hci_register_dev(hdev); if (err < 0) { dev_err(&func->dev, "Can't register HCI device\n"); @@ -987,8 +989,6 @@ static int btmtksdio_probe(struct sdio_func *func, return err; } - sdio_set_drvdata(func, bdev); - /* pm_runtime_enable would be done after the firmware is being * downloaded because the core layer probably already enables * runtime PM for this func such as the case host->caps & diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_serdev.c index 1b4ad231e6ed3..fd081bdd2dd8a 100644 --- a/drivers/bluetooth/hci_serdev.c +++ b/drivers/bluetooth/hci_serdev.c @@ -279,6 +279,8 @@ int hci_uart_register_device(struct hci_uart *hu, if (err) return err; + percpu_init_rwsem(&hu->proto_lock); + err = p->open(hu); if (err) goto err_open; @@ -301,7 +303,6 @@ int hci_uart_register_device(struct hci_uart *hu, INIT_WORK(&hu->init_ready, hci_uart_init_work); INIT_WORK(&hu->write_work, hci_uart_write_work); - percpu_init_rwsem(&hu->proto_lock); /* Only when vendor specific setup callback is provided, consider * the manufacturer information valid. This avoids filling in the diff --git a/drivers/char/hw_random/atmel-rng.c b/drivers/char/hw_random/atmel-rng.c index e55705745d5e4..f4c94f8acfe0d 100644 --- a/drivers/char/hw_random/atmel-rng.c +++ b/drivers/char/hw_random/atmel-rng.c @@ -96,6 +96,7 @@ static int atmel_trng_probe(struct platform_device *pdev) err_register: clk_disable_unprepare(trng->clk); + atmel_trng_disable(trng); return ret; } diff --git a/drivers/char/random.c b/drivers/char/random.c index 9cf851535f208..7e89f532fe35c 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -354,7 +354,6 @@ #define INPUT_POOL_WORDS (1 << (INPUT_POOL_SHIFT-5)) #define OUTPUT_POOL_SHIFT 10 #define OUTPUT_POOL_WORDS (1 << (OUTPUT_POOL_SHIFT-5)) -#define SEC_XFER_SIZE 512 #define EXTRACT_SIZE 10 @@ -804,7 +803,6 @@ static void credit_entropy_bits(struct entropy_store *r, int nbits) if (entropy_bits >= random_read_wakeup_bits && wq_has_sleeper(&random_read_wait)) { wake_up_interruptible(&random_read_wait); - kill_fasync(&fasync, SIGIO, POLL_IN); } /* If the input pool is getting full, and the blocking * pool has room, send some entropy to the blocking @@ -999,7 +997,6 @@ static size_t crng_fast_load(const char *cp, size_t len) if (crng_init_cnt >= CRNG_INIT_CNT_THRESH) { invalidate_batched_entropy(); crng_init = 1; - wake_up_interruptible(&crng_init_wait); pr_notice("random: fast init done\n"); } return ret; @@ -2007,40 +2004,15 @@ void rand_initialize_disk(struct gendisk *disk) #endif static ssize_t -_random_read(int nonblock, char __user *buf, size_t nbytes) +urandom_read_nowarn(struct file *file, char __user *buf, size_t nbytes, + loff_t *ppos) { - ssize_t n; - - if (nbytes == 0) - return 0; - - nbytes = min_t(size_t, nbytes, SEC_XFER_SIZE); - while (1) { - n = extract_entropy_user(&blocking_pool, buf, nbytes); - if (n < 0) - return n; - trace_random_read(n*8, (nbytes-n)*8, - ENTROPY_BITS(&blocking_pool), - ENTROPY_BITS(&input_pool)); - if (n > 0) - return n; - - /* Pool is (near) empty. Maybe wait and retry. */ - if (nonblock) - return -EAGAIN; - - wait_event_interruptible(random_read_wait, - blocking_pool.initialized && - (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits)); - if (signal_pending(current)) - return -ERESTARTSYS; - } -} + int ret; -static ssize_t -random_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) -{ - return _random_read(file->f_flags & O_NONBLOCK, buf, nbytes); + nbytes = min_t(size_t, nbytes, INT_MAX >> (ENTROPY_SHIFT + 3)); + ret = extract_crng_user(buf, nbytes); + trace_urandom_read(8 * nbytes, 0, ENTROPY_BITS(&input_pool)); + return ret; } static ssize_t @@ -2048,7 +2020,6 @@ urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) { unsigned long flags; static int maxwarn = 10; - int ret; if (!crng_ready() && maxwarn > 0) { maxwarn--; @@ -2060,10 +2031,19 @@ urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) crng_init_cnt = 0; spin_unlock_irqrestore(&primary_crng.lock, flags); } - nbytes = min_t(size_t, nbytes, INT_MAX >> (ENTROPY_SHIFT + 3)); - ret = extract_crng_user(buf, nbytes); - trace_urandom_read(8 * nbytes, 0, ENTROPY_BITS(&input_pool)); - return ret; + + return urandom_read_nowarn(file, buf, nbytes, ppos); +} + +static ssize_t +random_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) +{ + int ret; + + ret = wait_for_random_bytes(); + if (ret != 0) + return ret; + return urandom_read_nowarn(file, buf, nbytes, ppos); } static __poll_t @@ -2071,10 +2051,10 @@ random_poll(struct file *file, poll_table * wait) { __poll_t mask; - poll_wait(file, &random_read_wait, wait); + poll_wait(file, &crng_init_wait, wait); poll_wait(file, &random_write_wait, wait); mask = 0; - if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits) + if (crng_ready()) mask |= EPOLLIN | EPOLLRDNORM; if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits) mask |= EPOLLOUT | EPOLLWRNORM; @@ -2207,23 +2187,27 @@ SYSCALL_DEFINE3(getrandom, char __user *, buf, size_t, count, { int ret; - if (flags & ~(GRND_NONBLOCK|GRND_RANDOM)) + if (flags & ~(GRND_NONBLOCK|GRND_RANDOM|GRND_INSECURE)) + return -EINVAL; + + /* + * Requesting insecure and blocking randomness at the same time makes + * no sense. + */ + if ((flags & (GRND_INSECURE|GRND_RANDOM)) == (GRND_INSECURE|GRND_RANDOM)) return -EINVAL; if (count > INT_MAX) count = INT_MAX; - if (flags & GRND_RANDOM) - return _random_read(flags & GRND_NONBLOCK, buf, count); - - if (crng_init == 0) { + if (!(flags & GRND_INSECURE) && !crng_ready()) { if (flags & GRND_NONBLOCK) return -EAGAIN; ret = wait_event_interruptible(crng_init_wait, crng_init > 0); if (unlikely(ret)) return ret; } - return urandom_read(NULL, buf, count, NULL); + return urandom_read_nowarn(NULL, buf, count, NULL); } /******************************************************************** diff --git a/drivers/char/tpm/tpm-chip.c b/drivers/char/tpm/tpm-chip.c index 1838039b03333..17fbd7f7a2954 100644 --- a/drivers/char/tpm/tpm-chip.c +++ b/drivers/char/tpm/tpm-chip.c @@ -274,14 +274,6 @@ static void tpm_dev_release(struct device *dev) kfree(chip); } -static void tpm_devs_release(struct device *dev) -{ - struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); - - /* release the master device reference */ - put_device(&chip->dev); -} - /** * tpm_class_shutdown() - prepare the TPM device for loss of power. * @dev: device to which the chip is associated. @@ -344,7 +336,6 @@ struct tpm_chip *tpm_chip_alloc(struct device *pdev, chip->dev_num = rc; device_initialize(&chip->dev); - device_initialize(&chip->devs); chip->dev.class = tpm_class; chip->dev.class->shutdown_pre = tpm_class_shutdown; @@ -352,29 +343,12 @@ struct tpm_chip *tpm_chip_alloc(struct device *pdev, chip->dev.parent = pdev; chip->dev.groups = chip->groups; - chip->devs.parent = pdev; - chip->devs.class = tpmrm_class; - chip->devs.release = tpm_devs_release; - /* get extra reference on main device to hold on - * behalf of devs. This holds the chip structure - * while cdevs is in use. The corresponding put - * is in the tpm_devs_release (TPM2 only) - */ - if (chip->flags & TPM_CHIP_FLAG_TPM2) - get_device(&chip->dev); - if (chip->dev_num == 0) chip->dev.devt = MKDEV(MISC_MAJOR, TPM_MINOR); else chip->dev.devt = MKDEV(MAJOR(tpm_devt), chip->dev_num); - chip->devs.devt = - MKDEV(MAJOR(tpm_devt), chip->dev_num + TPM_NUM_DEVICES); - rc = dev_set_name(&chip->dev, "tpm%d", chip->dev_num); - if (rc) - goto out; - rc = dev_set_name(&chip->devs, "tpmrm%d", chip->dev_num); if (rc) goto out; @@ -382,9 +356,7 @@ struct tpm_chip *tpm_chip_alloc(struct device *pdev, chip->flags |= TPM_CHIP_FLAG_VIRTUAL; cdev_init(&chip->cdev, &tpm_fops); - cdev_init(&chip->cdevs, &tpmrm_fops); chip->cdev.owner = THIS_MODULE; - chip->cdevs.owner = THIS_MODULE; rc = tpm2_init_space(&chip->work_space, TPM2_SPACE_BUFFER_SIZE); if (rc) { @@ -396,7 +368,6 @@ struct tpm_chip *tpm_chip_alloc(struct device *pdev, return chip; out: - put_device(&chip->devs); put_device(&chip->dev); return ERR_PTR(rc); } @@ -445,14 +416,9 @@ static int tpm_add_char_device(struct tpm_chip *chip) } if (chip->flags & TPM_CHIP_FLAG_TPM2) { - rc = cdev_device_add(&chip->cdevs, &chip->devs); - if (rc) { - dev_err(&chip->devs, - "unable to cdev_device_add() %s, major %d, minor %d, err=%d\n", - dev_name(&chip->devs), MAJOR(chip->devs.devt), - MINOR(chip->devs.devt), rc); - return rc; - } + rc = tpm_devs_add(chip); + if (rc) + goto err_del_cdev; } /* Make the chip available. */ @@ -460,6 +426,10 @@ static int tpm_add_char_device(struct tpm_chip *chip) idr_replace(&dev_nums_idr, chip, chip->dev_num); mutex_unlock(&idr_lock); + return 0; + +err_del_cdev: + cdev_device_del(&chip->cdev, &chip->dev); return rc; } @@ -641,7 +611,7 @@ void tpm_chip_unregister(struct tpm_chip *chip) hwrng_unregister(&chip->hwrng); tpm_bios_log_teardown(chip); if (chip->flags & TPM_CHIP_FLAG_TPM2) - cdev_device_del(&chip->cdevs, &chip->devs); + tpm_devs_remove(chip); tpm_del_char_device(chip); } EXPORT_SYMBOL_GPL(tpm_chip_unregister); diff --git a/drivers/char/tpm/tpm-dev-common.c b/drivers/char/tpm/tpm-dev-common.c index 1784530b8387b..b99e1941c52c9 100644 --- a/drivers/char/tpm/tpm-dev-common.c +++ b/drivers/char/tpm/tpm-dev-common.c @@ -70,7 +70,13 @@ static void tpm_dev_async_work(struct work_struct *work) ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, sizeof(priv->data_buffer)); tpm_put_ops(priv->chip); - if (ret > 0) { + + /* + * If ret is > 0 then tpm_dev_transmit returned the size of the + * response. If ret is < 0 then tpm_dev_transmit failed and + * returned an error code. + */ + if (ret != 0) { priv->response_length = ret; mod_timer(&priv->user_read_timer, jiffies + (120 * HZ)); } diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index 37f010421a369..58312062d435c 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h @@ -466,6 +466,8 @@ int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd, size_t cmdsiz); int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, void *buf, size_t *bufsiz); +int tpm_devs_add(struct tpm_chip *chip); +void tpm_devs_remove(struct tpm_chip *chip); void tpm_bios_log_setup(struct tpm_chip *chip); void tpm_bios_log_teardown(struct tpm_chip *chip); diff --git a/drivers/char/tpm/tpm2-space.c b/drivers/char/tpm/tpm2-space.c index 97e916856cf3e..ffb35f0154c16 100644 --- a/drivers/char/tpm/tpm2-space.c +++ b/drivers/char/tpm/tpm2-space.c @@ -58,12 +58,12 @@ int tpm2_init_space(struct tpm_space *space, unsigned int buf_size) void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space) { - mutex_lock(&chip->tpm_mutex); - if (!tpm_chip_start(chip)) { + + if (tpm_try_get_ops(chip) == 0) { tpm2_flush_sessions(chip, space); - tpm_chip_stop(chip); + tpm_put_ops(chip); } - mutex_unlock(&chip->tpm_mutex); + kfree(space->context_buf); kfree(space->session_buf); } @@ -574,3 +574,68 @@ int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, dev_err(&chip->dev, "%s: error %d\n", __func__, rc); return rc; } + +/* + * Put the reference to the main device. + */ +static void tpm_devs_release(struct device *dev) +{ + struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); + + /* release the master device reference */ + put_device(&chip->dev); +} + +/* + * Remove the device file for exposed TPM spaces and release the device + * reference. This may also release the reference to the master device. + */ +void tpm_devs_remove(struct tpm_chip *chip) +{ + cdev_device_del(&chip->cdevs, &chip->devs); + put_device(&chip->devs); +} + +/* + * Add a device file to expose TPM spaces. Also take a reference to the + * main device. + */ +int tpm_devs_add(struct tpm_chip *chip) +{ + int rc; + + device_initialize(&chip->devs); + chip->devs.parent = chip->dev.parent; + chip->devs.class = tpmrm_class; + + /* + * Get extra reference on main device to hold on behalf of devs. + * This holds the chip structure while cdevs is in use. The + * corresponding put is in the tpm_devs_release. + */ + get_device(&chip->dev); + chip->devs.release = tpm_devs_release; + chip->devs.devt = MKDEV(MAJOR(tpm_devt), chip->dev_num + TPM_NUM_DEVICES); + cdev_init(&chip->cdevs, &tpmrm_fops); + chip->cdevs.owner = THIS_MODULE; + + rc = dev_set_name(&chip->devs, "tpmrm%d", chip->dev_num); + if (rc) + goto err_put_devs; + + rc = cdev_device_add(&chip->cdevs, &chip->devs); + if (rc) { + dev_err(&chip->devs, + "unable to cdev_device_add() %s, major %d, minor %d, err=%d\n", + dev_name(&chip->devs), MAJOR(chip->devs.devt), + MINOR(chip->devs.devt), rc); + goto err_put_devs; + } + + return 0; + +err_put_devs: + put_device(&chip->devs); + + return rc; +} diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index b453029487a12..c736adef9d3c8 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1961,6 +1961,13 @@ static void virtcons_remove(struct virtio_device *vdev) list_del(&portdev->list); spin_unlock_irq(&pdrvdata_lock); + /* Device is going away, exit any polling for buffers */ + virtio_break_device(vdev); + if (use_multiport(portdev)) + flush_work(&portdev->control_work); + else + flush_work(&portdev->config_work); + /* Disable interrupts for vqs */ vdev->config->reset(vdev); /* Finish up work that's lined up */ @@ -2234,7 +2241,7 @@ static struct virtio_driver virtio_rproc_serial = { .remove = virtcons_remove, }; -static int __init init(void) +static int __init virtio_console_init(void) { int err; @@ -2271,7 +2278,7 @@ static int __init init(void) return err; } -static void __exit fini(void) +static void __exit virtio_console_fini(void) { reclaim_dma_bufs(); @@ -2281,8 +2288,8 @@ static void __exit fini(void) class_destroy(pdrvdata.class); debugfs_remove_recursive(pdrvdata.debugfs_dir); } -module_init(init); -module_exit(fini); +module_init(virtio_console_init); +module_exit(virtio_console_fini); MODULE_DESCRIPTION("Virtio console driver"); MODULE_LICENSE("GPL"); diff --git a/drivers/clk/actions/owl-s700.c b/drivers/clk/actions/owl-s700.c index a2f34d13fb543..6ea7da1d6d755 100644 --- a/drivers/clk/actions/owl-s700.c +++ b/drivers/clk/actions/owl-s700.c @@ -162,6 +162,7 @@ static struct clk_div_table hdmia_div_table[] = { static struct clk_div_table rmii_div_table[] = { {0, 4}, {1, 10}, + {0, 0} }; /* divider clocks */ diff --git a/drivers/clk/actions/owl-s900.c b/drivers/clk/actions/owl-s900.c index 790890978424a..5144ada2c7e1a 100644 --- a/drivers/clk/actions/owl-s900.c +++ b/drivers/clk/actions/owl-s900.c @@ -140,7 +140,7 @@ static struct clk_div_table rmii_ref_div_table[] = { static struct clk_div_table usb3_mac_div_table[] = { { 1, 2 }, { 2, 3 }, { 3, 4 }, - { 0, 8 }, + { 0, 0 } }; static struct clk_div_table i2s_div_table[] = { diff --git a/drivers/clk/clk-clps711x.c b/drivers/clk/clk-clps711x.c index a2c6486ef1708..f8417ee2961aa 100644 --- a/drivers/clk/clk-clps711x.c +++ b/drivers/clk/clk-clps711x.c @@ -28,11 +28,13 @@ static const struct clk_div_table spi_div_table[] = { { .val = 1, .div = 8, }, { .val = 2, .div = 2, }, { .val = 3, .div = 1, }, + { /* sentinel */ } }; static const struct clk_div_table timer_div_table[] = { { .val = 0, .div = 256, }, { .val = 1, .div = 1, }, + { /* sentinel */ } }; struct clps711x_clk { diff --git a/drivers/clk/clk-si5341.c b/drivers/clk/clk-si5341.c index 20ed0955416a3..07ef9995b3cb1 100644 --- a/drivers/clk/clk-si5341.c +++ b/drivers/clk/clk-si5341.c @@ -638,6 +638,15 @@ static unsigned long si5341_output_clk_recalc_rate(struct clk_hw *hw, u32 r_divider; u8 r[3]; + err = regmap_read(output->data->regmap, + SI5341_OUT_CONFIG(output), &val); + if (err < 0) + return err; + + /* If SI5341_OUT_CFG_RDIV_FORCE2 is set, r_divider is 2 */ + if (val & SI5341_OUT_CFG_RDIV_FORCE2) + return parent_rate / 2; + err = regmap_bulk_read(output->data->regmap, SI5341_OUT_R_REG(output), r, 3); if (err < 0) @@ -654,13 +663,6 @@ static unsigned long si5341_output_clk_recalc_rate(struct clk_hw *hw, r_divider += 1; r_divider <<= 1; - err = regmap_read(output->data->regmap, - SI5341_OUT_CONFIG(output), &val); - if (err < 0) - return err; - - if (val & SI5341_OUT_CFG_RDIV_FORCE2) - r_divider = 2; return parent_rate / r_divider; } diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index e4e1b4e94a67b..13332f89e034b 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -637,6 +637,24 @@ static void clk_core_get_boundaries(struct clk_core *core, *max_rate = min(*max_rate, clk_user->max_rate); } +static bool clk_core_check_boundaries(struct clk_core *core, + unsigned long min_rate, + unsigned long max_rate) +{ + struct clk *user; + + lockdep_assert_held(&prepare_lock); + + if (min_rate > core->max_rate || max_rate < core->min_rate) + return false; + + hlist_for_each_entry(user, &core->clks, clks_node) + if (min_rate > user->max_rate || max_rate < user->min_rate) + return false; + + return true; +} + void clk_hw_set_rate_range(struct clk_hw *hw, unsigned long min_rate, unsigned long max_rate) { @@ -2306,6 +2324,11 @@ int clk_set_rate_range(struct clk *clk, unsigned long min, unsigned long max) clk->min_rate = min; clk->max_rate = max; + if (!clk_core_check_boundaries(clk->core, min, max)) { + ret = -EINVAL; + goto out; + } + rate = clk_core_get_rate_nolock(clk->core); if (rate < min || rate > max) { /* @@ -2334,6 +2357,7 @@ int clk_set_rate_range(struct clk *clk, unsigned long min, unsigned long max) } } +out: if (clk->exclusive_count) clk_core_rate_protect(clk->core); @@ -3278,6 +3302,19 @@ static void clk_core_reparent_orphans_nolock(void) __clk_set_parent_after(orphan, parent, NULL); __clk_recalc_accuracies(orphan); __clk_recalc_rates(orphan, 0); + + /* + * __clk_init_parent() will set the initial req_rate to + * 0 if the clock doesn't have clk_ops::recalc_rate and + * is an orphan when it's registered. + * + * 'req_rate' is used by clk_set_rate_range() and + * clk_put() to trigger a clk_set_rate() call whenever + * the boundaries are modified. Let's make sure + * 'req_rate' is set to something non-zero so that + * clk_set_rate_range() doesn't drop the frequency. + */ + orphan->req_rate = orphan->rate; } } } diff --git a/drivers/clk/imx/clk-imx7d.c b/drivers/clk/imx/clk-imx7d.c index fbea774ef6877..58577548fe212 100644 --- a/drivers/clk/imx/clk-imx7d.c +++ b/drivers/clk/imx/clk-imx7d.c @@ -859,7 +859,6 @@ static void __init imx7d_clocks_init(struct device_node *ccm_node) hws[IMX7D_WDOG4_ROOT_CLK] = imx_clk_hw_gate4("wdog4_root_clk", "wdog_post_div", base + 0x49f0, 0); hws[IMX7D_KPP_ROOT_CLK] = imx_clk_hw_gate4("kpp_root_clk", "ipg_root_clk", base + 0x4aa0, 0); hws[IMX7D_CSI_MCLK_ROOT_CLK] = imx_clk_hw_gate4("csi_mclk_root_clk", "csi_mclk_post_div", base + 0x4490, 0); - hws[IMX7D_AUDIO_MCLK_ROOT_CLK] = imx_clk_hw_gate4("audio_mclk_root_clk", "audio_mclk_post_div", base + 0x4790, 0); hws[IMX7D_WRCLK_ROOT_CLK] = imx_clk_hw_gate4("wrclk_root_clk", "wrclk_post_div", base + 0x47a0, 0); hws[IMX7D_USB_CTRL_CLK] = imx_clk_hw_gate4("usb_ctrl_clk", "ahb_root_clk", base + 0x4680, 0); hws[IMX7D_USB_PHY1_CLK] = imx_clk_hw_gate4("usb_phy1_clk", "pll_usb1_main_clk", base + 0x46a0, 0); diff --git a/drivers/clk/ingenic/jz4725b-cgu.c b/drivers/clk/ingenic/jz4725b-cgu.c index a3b4635f62784..97afabb7fe8e5 100644 --- a/drivers/clk/ingenic/jz4725b-cgu.c +++ b/drivers/clk/ingenic/jz4725b-cgu.c @@ -135,11 +135,10 @@ static const struct ingenic_cgu_clk_info jz4725b_cgu_clocks[] = { }, [JZ4725B_CLK_I2S] = { - "i2s", CGU_CLK_MUX | CGU_CLK_DIV | CGU_CLK_GATE, + "i2s", CGU_CLK_MUX | CGU_CLK_DIV, .parents = { JZ4725B_CLK_EXT, JZ4725B_CLK_PLL_HALF, -1, -1 }, .mux = { CGU_REG_CPCCR, 31, 1 }, .div = { CGU_REG_I2SCDR, 0, 1, 9, -1, -1, -1 }, - .gate = { CGU_REG_CLKGR, 6 }, }, [JZ4725B_CLK_SPI] = { diff --git a/drivers/clk/loongson1/clk-loongson1c.c b/drivers/clk/loongson1/clk-loongson1c.c index 703f87622cf5f..1ebf740380efb 100644 --- a/drivers/clk/loongson1/clk-loongson1c.c +++ b/drivers/clk/loongson1/clk-loongson1c.c @@ -37,6 +37,7 @@ static const struct clk_div_table ahb_div_table[] = { [1] = { .val = 1, .div = 4 }, [2] = { .val = 2, .div = 3 }, [3] = { .val = 3, .div = 3 }, + [4] = { /* sentinel */ } }; void __init ls1x_clk_init(void) diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c index a88101480e337..89c1adeb84d44 100644 --- a/drivers/clk/qcom/clk-rcg2.c +++ b/drivers/clk/qcom/clk-rcg2.c @@ -263,7 +263,7 @@ static int clk_rcg2_determine_floor_rate(struct clk_hw *hw, static int __clk_rcg2_configure(struct clk_rcg2 *rcg, const struct freq_tbl *f) { - u32 cfg, mask; + u32 cfg, mask, d_val, not2d_val, n_minus_m; struct clk_hw *hw = &rcg->clkr.hw; int ret, index = qcom_find_src_index(hw, rcg->parent_map, f->src); @@ -282,8 +282,17 @@ static int __clk_rcg2_configure(struct clk_rcg2 *rcg, const struct freq_tbl *f) if (ret) return ret; + /* Calculate 2d value */ + d_val = f->n; + + n_minus_m = f->n - f->m; + n_minus_m *= 2; + + d_val = clamp_t(u32, d_val, f->m, n_minus_m); + not2d_val = ~d_val & mask; + ret = regmap_update_bits(rcg->clkr.regmap, - RCG_D_OFFSET(rcg), mask, ~f->n); + RCG_D_OFFSET(rcg), mask, not2d_val); if (ret) return ret; } @@ -638,6 +647,7 @@ static const struct frac_entry frac_table_pixel[] = { { 2, 9 }, { 4, 9 }, { 1, 1 }, + { 2, 3 }, { } }; diff --git a/drivers/clk/qcom/gcc-ipq8074.c b/drivers/clk/qcom/gcc-ipq8074.c index e01f5f591d1e2..de48ba7eba3a1 100644 --- a/drivers/clk/qcom/gcc-ipq8074.c +++ b/drivers/clk/qcom/gcc-ipq8074.c @@ -1074,7 +1074,7 @@ static struct clk_rcg2 sdcc1_apps_clk_src = { .name = "sdcc1_apps_clk_src", .parent_names = gcc_xo_gpll0_gpll2_gpll0_out_main_div2, .num_parents = 4, - .ops = &clk_rcg2_ops, + .ops = &clk_rcg2_floor_ops, }, }; diff --git a/drivers/clk/qcom/gcc-msm8994.c b/drivers/clk/qcom/gcc-msm8994.c index b7fc8c7ba1957..14f0d5d840802 100644 --- a/drivers/clk/qcom/gcc-msm8994.c +++ b/drivers/clk/qcom/gcc-msm8994.c @@ -107,6 +107,7 @@ static struct clk_alpha_pll gpll4_early = { static struct clk_alpha_pll_postdiv gpll4 = { .offset = 0x1dc0, + .width = 4, .regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_DEFAULT], .clkr.hw.init = &(struct clk_init_data) { diff --git a/drivers/clk/qcom/gdsc.c b/drivers/clk/qcom/gdsc.c index a250f59708d85..888965bb93edf 100644 --- a/drivers/clk/qcom/gdsc.c +++ b/drivers/clk/qcom/gdsc.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2015, 2017-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2015, 2017-2018, 2022, The Linux Foundation. All rights reserved. */ #include @@ -31,9 +31,14 @@ #define CFG_GDSCR_OFFSET 0x4 /* Wait 2^n CXO cycles between all states. Here, n=2 (4 cycles). */ -#define EN_REST_WAIT_VAL (0x2 << 20) -#define EN_FEW_WAIT_VAL (0x8 << 16) -#define CLK_DIS_WAIT_VAL (0x2 << 12) +#define EN_REST_WAIT_VAL 0x2 +#define EN_FEW_WAIT_VAL 0x8 +#define CLK_DIS_WAIT_VAL 0x2 + +/* Transition delay shifts */ +#define EN_REST_WAIT_SHIFT 20 +#define EN_FEW_WAIT_SHIFT 16 +#define CLK_DIS_WAIT_SHIFT 12 #define RETAIN_MEM BIT(14) #define RETAIN_PERIPH BIT(13) @@ -308,7 +313,18 @@ static int gdsc_init(struct gdsc *sc) */ mask = HW_CONTROL_MASK | SW_OVERRIDE_MASK | EN_REST_WAIT_MASK | EN_FEW_WAIT_MASK | CLK_DIS_WAIT_MASK; - val = EN_REST_WAIT_VAL | EN_FEW_WAIT_VAL | CLK_DIS_WAIT_VAL; + + if (!sc->en_rest_wait_val) + sc->en_rest_wait_val = EN_REST_WAIT_VAL; + if (!sc->en_few_wait_val) + sc->en_few_wait_val = EN_FEW_WAIT_VAL; + if (!sc->clk_dis_wait_val) + sc->clk_dis_wait_val = CLK_DIS_WAIT_VAL; + + val = sc->en_rest_wait_val << EN_REST_WAIT_SHIFT | + sc->en_few_wait_val << EN_FEW_WAIT_SHIFT | + sc->clk_dis_wait_val << CLK_DIS_WAIT_SHIFT; + ret = regmap_update_bits(sc->regmap, sc->gdscr, mask, val); if (ret) return ret; diff --git a/drivers/clk/qcom/gdsc.h b/drivers/clk/qcom/gdsc.h index 64cdc8cf0d4d2..907396ccb83fb 100644 --- a/drivers/clk/qcom/gdsc.h +++ b/drivers/clk/qcom/gdsc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2015, 2017-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2015, 2017-2018, 2022, The Linux Foundation. All rights reserved. */ #ifndef __QCOM_GDSC_H__ @@ -21,6 +21,9 @@ struct reset_controller_dev; * @cxcs: offsets of branch registers to toggle mem/periph bits in * @cxc_count: number of @cxcs * @pwrsts: Possible powerdomain power states + * @en_rest_wait_val: transition delay value for receiving enr ack signal + * @en_few_wait_val: transition delay value for receiving enf ack signal + * @clk_dis_wait_val: transition delay value for halting clock * @resets: ids of resets associated with this gdsc * @reset_count: number of @resets * @rcdev: reset controller @@ -34,6 +37,9 @@ struct gdsc { unsigned int clamp_io_ctrl; unsigned int *cxcs; unsigned int cxc_count; + unsigned int en_rest_wait_val; + unsigned int en_few_wait_val; + unsigned int clk_dis_wait_val; const u8 pwrsts; /* Powerdomain allowable state bitfields */ #define PWRSTS_OFF BIT(0) diff --git a/drivers/clk/tegra/clk-emc.c b/drivers/clk/tegra/clk-emc.c index ea39caf3d7622..0c1b83bedb73d 100644 --- a/drivers/clk/tegra/clk-emc.c +++ b/drivers/clk/tegra/clk-emc.c @@ -191,6 +191,7 @@ static struct tegra_emc *emc_ensure_emc_driver(struct tegra_clk_emc *tegra) tegra->emc = platform_get_drvdata(pdev); if (!tegra->emc) { + put_device(&pdev->dev); pr_err("%s: cannot find EMC driver\n", __func__); return NULL; } diff --git a/drivers/clk/uniphier/clk-uniphier-fixed-rate.c b/drivers/clk/uniphier/clk-uniphier-fixed-rate.c index 5319cd3804801..3bc55ab75314b 100644 --- a/drivers/clk/uniphier/clk-uniphier-fixed-rate.c +++ b/drivers/clk/uniphier/clk-uniphier-fixed-rate.c @@ -24,6 +24,7 @@ struct clk_hw *uniphier_clk_register_fixed_rate(struct device *dev, init.name = name; init.ops = &clk_fixed_rate_ops; + init.flags = 0; init.parent_names = NULL; init.num_parents = 0; diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index eb596ff9e7bb3..279ddff81ab49 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/drivers/clocksource/acpi_pm.c @@ -229,8 +229,10 @@ static int __init parse_pmtmr(char *arg) int ret; ret = kstrtouint(arg, 16, &base); - if (ret) - return ret; + if (ret) { + pr_warn("PMTMR: invalid 'pmtmr=' value: '%s'\n", arg); + return 1; + } pr_info("PMTMR IOPort override: 0x%04x -> 0x%04x\n", pmtmr_ioport, base); diff --git a/drivers/clocksource/timer-of.c b/drivers/clocksource/timer-of.c index a3c73e972fce1..bf2a6f64ba0c5 100644 --- a/drivers/clocksource/timer-of.c +++ b/drivers/clocksource/timer-of.c @@ -157,9 +157,9 @@ static __init int timer_of_base_init(struct device_node *np, of_base->base = of_base->name ? of_io_request_and_map(np, of_base->index, of_base->name) : of_iomap(np, of_base->index); - if (IS_ERR(of_base->base)) { - pr_err("Failed to iomap (%s)\n", of_base->name); - return PTR_ERR(of_base->base); + if (IS_ERR_OR_NULL(of_base->base)) { + pr_err("Failed to iomap (%s:%s)\n", np->name, of_base->name); + return of_base->base ? PTR_ERR(of_base->base) : -ENOMEM; } return 0; diff --git a/drivers/crypto/ccp/ccp-dmaengine.c b/drivers/crypto/ccp/ccp-dmaengine.c index 0770a83bf1a57..b3eea329f840f 100644 --- a/drivers/crypto/ccp/ccp-dmaengine.c +++ b/drivers/crypto/ccp/ccp-dmaengine.c @@ -633,6 +633,20 @@ static int ccp_terminate_all(struct dma_chan *dma_chan) return 0; } +static void ccp_dma_release(struct ccp_device *ccp) +{ + struct ccp_dma_chan *chan; + struct dma_chan *dma_chan; + unsigned int i; + + for (i = 0; i < ccp->cmd_q_count; i++) { + chan = ccp->ccp_dma_chan + i; + dma_chan = &chan->dma_chan; + tasklet_kill(&chan->cleanup_tasklet); + list_del_rcu(&dma_chan->device_node); + } +} + int ccp_dmaengine_register(struct ccp_device *ccp) { struct ccp_dma_chan *chan; @@ -737,6 +751,7 @@ int ccp_dmaengine_register(struct ccp_device *ccp) return 0; err_reg: + ccp_dma_release(ccp); kmem_cache_destroy(ccp->dma_desc_cache); err_cache: @@ -753,6 +768,7 @@ void ccp_dmaengine_unregister(struct ccp_device *ccp) return; dma_async_device_unregister(dma_dev); + ccp_dma_release(ccp); kmem_cache_destroy(ccp->dma_desc_cache); kmem_cache_destroy(ccp->dma_cmd_cache); diff --git a/drivers/crypto/ccree/cc_buffer_mgr.c b/drivers/crypto/ccree/cc_buffer_mgr.c index 954f14bddf1d7..dce30ae2b7040 100644 --- a/drivers/crypto/ccree/cc_buffer_mgr.c +++ b/drivers/crypto/ccree/cc_buffer_mgr.c @@ -295,6 +295,13 @@ static int cc_map_sg(struct device *dev, struct scatterlist *sg, { int ret = 0; + if (!nbytes) { + *mapped_nents = 0; + *lbytes = 0; + *nents = 0; + return 0; + } + *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); if (*nents > max_sg_nents) { *nents = 0; diff --git a/drivers/crypto/mxs-dcp.c b/drivers/crypto/mxs-dcp.c index 5471110792071..9443f31acd27b 100644 --- a/drivers/crypto/mxs-dcp.c +++ b/drivers/crypto/mxs-dcp.c @@ -329,7 +329,7 @@ static int mxs_dcp_aes_block_crypt(struct crypto_async_request *arq) memset(key + AES_KEYSIZE_128, 0, AES_KEYSIZE_128); } - for_each_sg(req->src, src, sg_nents(src), i) { + for_each_sg(req->src, src, sg_nents(req->src), i) { src_buf = sg_virt(src); len = sg_dma_len(src); tlen += len; diff --git a/drivers/crypto/qat/qat_common/qat_crypto.c b/drivers/crypto/qat/qat_common/qat_crypto.c index 3852d31ce0a4b..37a9f969c59cd 100644 --- a/drivers/crypto/qat/qat_common/qat_crypto.c +++ b/drivers/crypto/qat/qat_common/qat_crypto.c @@ -170,6 +170,14 @@ int qat_crypto_dev_config(struct adf_accel_dev *accel_dev) goto err; if (adf_cfg_section_add(accel_dev, "Accelerator0")) goto err; + + /* Temporarily set the number of crypto instances to zero to avoid + * registering the crypto algorithms. + * This will be removed when the algorithms will support the + * CRYPTO_TFM_REQ_MAY_BACKLOG flag + */ + instances = 0; + for (i = 0; i < instances; i++) { val = i; snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_BANK_NUM, i); diff --git a/drivers/crypto/qcom-rng.c b/drivers/crypto/qcom-rng.c index 4730f84b646de..3a633a0c40fdf 100644 --- a/drivers/crypto/qcom-rng.c +++ b/drivers/crypto/qcom-rng.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -42,16 +43,19 @@ static int qcom_rng_read(struct qcom_rng *rng, u8 *data, unsigned int max) { unsigned int currsize = 0; u32 val; + int ret; /* read random data from hardware */ do { - val = readl_relaxed(rng->base + PRNG_STATUS); - if (!(val & PRNG_STATUS_DATA_AVAIL)) - break; + ret = readl_poll_timeout(rng->base + PRNG_STATUS, val, + val & PRNG_STATUS_DATA_AVAIL, + 200, 10000); + if (ret) + return ret; val = readl_relaxed(rng->base + PRNG_DATA_OUT); if (!val) - break; + return -EINVAL; if ((max - currsize) >= WORD_SZ) { memcpy(data, &val, WORD_SZ); @@ -60,11 +64,10 @@ static int qcom_rng_read(struct qcom_rng *rng, u8 *data, unsigned int max) } else { /* copy only remaining bytes */ memcpy(data, &val, max - currsize); - break; } } while (currsize < max); - return currsize; + return 0; } static int qcom_rng_generate(struct crypto_rng *tfm, @@ -86,7 +89,7 @@ static int qcom_rng_generate(struct crypto_rng *tfm, mutex_unlock(&rng->lock); clk_disable_unprepare(rng->clk); - return 0; + return ret; } static int qcom_rng_seed(struct crypto_rng *tfm, const u8 *seed, diff --git a/drivers/crypto/vmx/Kconfig b/drivers/crypto/vmx/Kconfig index c85fab7ef0bdd..b2c28b87f14b3 100644 --- a/drivers/crypto/vmx/Kconfig +++ b/drivers/crypto/vmx/Kconfig @@ -2,7 +2,11 @@ config CRYPTO_DEV_VMX_ENCRYPT tristate "Encryption acceleration support on P8 CPU" depends on CRYPTO_DEV_VMX + select CRYPTO_AES + select CRYPTO_CBC + select CRYPTO_CTR select CRYPTO_GHASH + select CRYPTO_XTS default m help Support for VMX cryptographic acceleration instructions on Power8 CPU. diff --git a/drivers/dax/super.c b/drivers/dax/super.c index 8074e5de815b9..5005b92b197d7 100644 --- a/drivers/dax/super.c +++ b/drivers/dax/super.c @@ -691,6 +691,7 @@ static int dax_fs_init(void) static void dax_fs_exit(void) { kern_unmount(dax_mnt); + rcu_barrier(); kmem_cache_destroy(dax_cache); } diff --git a/drivers/dma-buf/udmabuf.c b/drivers/dma-buf/udmabuf.c index 9635897458a09..e553c6a937f69 100644 --- a/drivers/dma-buf/udmabuf.c +++ b/drivers/dma-buf/udmabuf.c @@ -145,6 +145,10 @@ static long udmabuf_create(const struct udmabuf_create_list *head, if (ubuf->pagecount > pglimit) goto err; } + + if (!ubuf->pagecount) + goto err; + ubuf->pages = kmalloc_array(ubuf->pagecount, sizeof(*ubuf->pages), GFP_KERNEL); if (!ubuf->pages) { diff --git a/drivers/firmware/arm_scmi/driver.c b/drivers/firmware/arm_scmi/driver.c index 4e43bdfa041f5..f0b055bc027c4 100644 --- a/drivers/firmware/arm_scmi/driver.c +++ b/drivers/firmware/arm_scmi/driver.c @@ -983,7 +983,7 @@ static struct platform_driver scmi_driver = { module_platform_driver(scmi_driver); -MODULE_ALIAS("platform: arm-scmi"); +MODULE_ALIAS("platform:arm-scmi"); MODULE_AUTHOR("Sudeep Holla "); MODULE_DESCRIPTION("ARM SCMI protocol driver"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/firmware/arm_sdei.c b/drivers/firmware/arm_sdei.c index e497785cd99fe..494e01b2d6845 100644 --- a/drivers/firmware/arm_sdei.c +++ b/drivers/firmware/arm_sdei.c @@ -967,29 +967,29 @@ static int sdei_get_conduit(struct platform_device *pdev) if (np) { if (of_property_read_string(np, "method", &method)) { pr_warn("missing \"method\" property\n"); - return CONDUIT_INVALID; + return SMCCC_CONDUIT_NONE; } if (!strcmp("hvc", method)) { sdei_firmware_call = &sdei_smccc_hvc; - return CONDUIT_HVC; + return SMCCC_CONDUIT_HVC; } else if (!strcmp("smc", method)) { sdei_firmware_call = &sdei_smccc_smc; - return CONDUIT_SMC; + return SMCCC_CONDUIT_SMC; } pr_warn("invalid \"method\" property: %s\n", method); } else if (IS_ENABLED(CONFIG_ACPI) && !acpi_disabled) { if (acpi_psci_use_hvc()) { sdei_firmware_call = &sdei_smccc_hvc; - return CONDUIT_HVC; + return SMCCC_CONDUIT_HVC; } else { sdei_firmware_call = &sdei_smccc_smc; - return CONDUIT_SMC; + return SMCCC_CONDUIT_SMC; } } - return CONDUIT_INVALID; + return SMCCC_CONDUIT_NONE; } static int sdei_probe(struct platform_device *pdev) diff --git a/drivers/firmware/efi/apple-properties.c b/drivers/firmware/efi/apple-properties.c index 0e206c9e0d7ae..7ad2d85d7270b 100644 --- a/drivers/firmware/efi/apple-properties.c +++ b/drivers/firmware/efi/apple-properties.c @@ -23,7 +23,7 @@ static bool dump_properties __initdata; static int __init dump_properties_enable(char *arg) { dump_properties = true; - return 0; + return 1; } __setup("dump_apple_properties", dump_properties_enable); diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c index 828c195cee28a..c9ee002a71263 100644 --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -235,7 +235,7 @@ static int __init efivar_ssdt_setup(char *str) memcpy(efivar_ssdt, str, strlen(str)); else pr_warn("efivar_ssdt: name too long: %s\n", str); - return 0; + return 1; } __setup("efivar_ssdt=", efivar_ssdt_setup); diff --git a/drivers/firmware/efi/vars.c b/drivers/firmware/efi/vars.c index 436d1776bc7be..a32d15b2928f7 100644 --- a/drivers/firmware/efi/vars.c +++ b/drivers/firmware/efi/vars.c @@ -750,6 +750,7 @@ int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, { const struct efivar_operations *ops; efi_status_t status; + unsigned long varsize; if (!__efivars) return -EINVAL; @@ -772,15 +773,17 @@ int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, return efivar_entry_set_nonblocking(name, vendor, attributes, size, data); + varsize = size + ucs2_strsize(name, 1024); if (!block) { if (down_trylock(&efivars_lock)) return -EBUSY; + status = check_var_size_nonblocking(attributes, varsize); } else { if (down_interruptible(&efivars_lock)) return -EINTR; + status = check_var_size(attributes, varsize); } - status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); if (status != EFI_SUCCESS) { up(&efivars_lock); return -ENOSPC; diff --git a/drivers/firmware/google/Kconfig b/drivers/firmware/google/Kconfig index 2fba0aa7fc54d..20dfe39a0537a 100644 --- a/drivers/firmware/google/Kconfig +++ b/drivers/firmware/google/Kconfig @@ -21,7 +21,7 @@ config GOOGLE_SMI config GOOGLE_COREBOOT_TABLE tristate "Coreboot Table Access" - depends on ACPI || OF + depends on HAS_IOMEM && (ACPI || OF) help This option enables the coreboot_table module, which provides other firmware modules access to the coreboot table. The coreboot table diff --git a/drivers/firmware/psci/psci.c b/drivers/firmware/psci/psci.c index 84f4ff351c629..b3b6c15e7b36a 100644 --- a/drivers/firmware/psci/psci.c +++ b/drivers/firmware/psci/psci.c @@ -53,10 +53,18 @@ bool psci_tos_resident_on(int cpu) } struct psci_operations psci_ops = { - .conduit = PSCI_CONDUIT_NONE, + .conduit = SMCCC_CONDUIT_NONE, .smccc_version = SMCCC_VERSION_1_0, }; +enum arm_smccc_conduit arm_smccc_1_1_get_conduit(void) +{ + if (psci_ops.smccc_version < SMCCC_VERSION_1_1) + return SMCCC_CONDUIT_NONE; + + return psci_ops.conduit; +} + typedef unsigned long (psci_fn)(unsigned long, unsigned long, unsigned long, unsigned long); static psci_fn *invoke_psci_fn; @@ -212,13 +220,13 @@ static unsigned long psci_migrate_info_up_cpu(void) 0, 0, 0); } -static void set_conduit(enum psci_conduit conduit) +static void set_conduit(enum arm_smccc_conduit conduit) { switch (conduit) { - case PSCI_CONDUIT_HVC: + case SMCCC_CONDUIT_HVC: invoke_psci_fn = __invoke_psci_fn_hvc; break; - case PSCI_CONDUIT_SMC: + case SMCCC_CONDUIT_SMC: invoke_psci_fn = __invoke_psci_fn_smc; break; default: @@ -240,9 +248,9 @@ static int get_set_conduit_method(struct device_node *np) } if (!strcmp("hvc", method)) { - set_conduit(PSCI_CONDUIT_HVC); + set_conduit(SMCCC_CONDUIT_HVC); } else if (!strcmp("smc", method)) { - set_conduit(PSCI_CONDUIT_SMC); + set_conduit(SMCCC_CONDUIT_SMC); } else { pr_warn("invalid \"method\" property: %s\n", method); return -EINVAL; @@ -583,9 +591,9 @@ int __init psci_acpi_init(void) pr_info("probing for conduit method from ACPI.\n"); if (acpi_psci_use_hvc()) - set_conduit(PSCI_CONDUIT_HVC); + set_conduit(SMCCC_CONDUIT_HVC); else - set_conduit(PSCI_CONDUIT_SMC); + set_conduit(SMCCC_CONDUIT_SMC); return psci_probe(); } diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c index a9058fda187e3..a41e1ddf9e6fc 100644 --- a/drivers/gpio/gpio-tegra186.c +++ b/drivers/gpio/gpio-tegra186.c @@ -234,9 +234,12 @@ static int tegra186_gpio_of_xlate(struct gpio_chip *chip, return offset + pin; } +#define to_tegra_gpio(x) container_of((x), struct tegra_gpio, gpio) + static void tegra186_irq_ack(struct irq_data *data) { - struct tegra_gpio *gpio = irq_data_get_irq_chip_data(data); + struct gpio_chip *gc = irq_data_get_irq_chip_data(data); + struct tegra_gpio *gpio = to_tegra_gpio(gc); void __iomem *base; base = tegra186_gpio_get_base(gpio, data->hwirq); @@ -248,7 +251,8 @@ static void tegra186_irq_ack(struct irq_data *data) static void tegra186_irq_mask(struct irq_data *data) { - struct tegra_gpio *gpio = irq_data_get_irq_chip_data(data); + struct gpio_chip *gc = irq_data_get_irq_chip_data(data); + struct tegra_gpio *gpio = to_tegra_gpio(gc); void __iomem *base; u32 value; @@ -263,7 +267,8 @@ static void tegra186_irq_mask(struct irq_data *data) static void tegra186_irq_unmask(struct irq_data *data) { - struct tegra_gpio *gpio = irq_data_get_irq_chip_data(data); + struct gpio_chip *gc = irq_data_get_irq_chip_data(data); + struct tegra_gpio *gpio = to_tegra_gpio(gc); void __iomem *base; u32 value; @@ -278,7 +283,8 @@ static void tegra186_irq_unmask(struct irq_data *data) static int tegra186_irq_set_type(struct irq_data *data, unsigned int type) { - struct tegra_gpio *gpio = irq_data_get_irq_chip_data(data); + struct gpio_chip *gc = irq_data_get_irq_chip_data(data); + struct tegra_gpio *gpio = to_tegra_gpio(gc); void __iomem *base; u32 value; diff --git a/drivers/gpio/gpio-ts4900.c b/drivers/gpio/gpio-ts4900.c index 1da8d05863295..410452306bf7b 100644 --- a/drivers/gpio/gpio-ts4900.c +++ b/drivers/gpio/gpio-ts4900.c @@ -1,7 +1,7 @@ /* * Digital I/O driver for Technologic Systems I2C FPGA Core * - * Copyright (C) 2015 Technologic Systems + * Copyright (C) 2015, 2018 Technologic Systems * Copyright (C) 2016 Savoir-Faire Linux * * This program is free software; you can redistribute it and/or @@ -52,19 +52,33 @@ static int ts4900_gpio_direction_input(struct gpio_chip *chip, { struct ts4900_gpio_priv *priv = gpiochip_get_data(chip); - /* - * This will clear the output enable bit, the other bits are - * dontcare when this is cleared + /* Only clear the OE bit here, requires a RMW. Prevents potential issue + * with OE and data getting to the physical pin at different times. */ - return regmap_write(priv->regmap, offset, 0); + return regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OE, 0); } static int ts4900_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) { struct ts4900_gpio_priv *priv = gpiochip_get_data(chip); + unsigned int reg; int ret; + /* If changing from an input to an output, we need to first set the + * proper data bit to what is requested and then set OE bit. This + * prevents a glitch that can occur on the IO line + */ + regmap_read(priv->regmap, offset, ®); + if (!(reg & TS4900_GPIO_OE)) { + if (value) + reg = TS4900_GPIO_OUT; + else + reg &= ~TS4900_GPIO_OUT; + + regmap_write(priv->regmap, offset, reg); + } + if (value) ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE | TS4900_GPIO_OUT); diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c index ce30d4e8bf25f..f7c4337c1ffe6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c @@ -165,7 +165,7 @@ static const struct kfd2kgd_calls kfd2kgd = { .get_tile_config = amdgpu_amdkfd_get_tile_config, }; -struct kfd2kgd_calls *amdgpu_amdkfd_gfx_10_0_get_functions() +struct kfd2kgd_calls *amdgpu_amdkfd_gfx_10_0_get_functions(void) { return (struct kfd2kgd_calls *)&kfd2kgd; } diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 82823d9a8ba88..fddeea2b17e50 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c @@ -1542,6 +1542,7 @@ int amdgpu_cs_fence_to_handle_ioctl(struct drm_device *dev, void *data, return 0; default: + dma_fence_put(fence); return -EINVAL; } } diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c index f9bef3154b998..2659202f2026b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c @@ -263,7 +263,7 @@ static int amdgpu_gfx_kiq_acquire(struct amdgpu_device *adev, * adev->gfx.mec.num_pipe_per_mec * adev->gfx.mec.num_queue_per_pipe; - while (queue_bit-- >= 0) { + while (--queue_bit >= 0) { if (test_bit(queue_bit, adev->gfx.mec.queue_bitmap)) continue; diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index 532d1842f6a30..4cc0dd494a42b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c @@ -1305,7 +1305,8 @@ void amdgpu_bo_release_notify(struct ttm_buffer_object *bo) !(abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE)) return; - dma_resv_lock(bo->base.resv, NULL); + if (WARN_ON_ONCE(!dma_resv_trylock(bo->base.resv))) + return; r = amdgpu_fill_buffer(abo, AMDGPU_POISON, bo->base.resv, &fence); if (!WARN_ON(r)) { diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 6ff1d308623a7..b368496ed6858 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -1143,8 +1143,11 @@ static int soc15_common_early_init(void *handle) AMD_CG_SUPPORT_SDMA_MGCG | AMD_CG_SUPPORT_SDMA_LS; + /* + * MMHUB PG needs to be disabled for Picasso for + * stability reasons. + */ adev->pg_flags = AMD_PG_SUPPORT_SDMA | - AMD_PG_SUPPORT_MMHUB | AMD_PG_SUPPORT_VCN; } else { adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG | diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_crat.c b/drivers/gpu/drm/amd/amdkfd/kfd_crat.c index 66387caf966e2..3685e89415d5c 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_crat.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_crat.c @@ -758,7 +758,7 @@ int kfd_create_crat_image_acpi(void **crat_image, size_t *size) /* Fetch the CRAT table from ACPI */ status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); if (status == AE_NOT_FOUND) { - pr_warn("CRAT table not found\n"); + pr_info("CRAT table not found\n"); return -ENODATA; } else if (ACPI_FAILURE(status)) { const char *err = acpi_format_exception(status); diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_module.c b/drivers/gpu/drm/amd/amdkfd/kfd_module.c index 986ff52d5750c..f4b7f7e6c40e4 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_module.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_module.c @@ -82,7 +82,7 @@ static void kfd_exit(void) kfd_chardev_exit(); } -int kgd2kfd_init() +int kgd2kfd_init(void) { return kfd_init(); } diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index bf34507ec501c..f65c4dd4cbfda 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -4996,6 +4996,9 @@ static void amdgpu_dm_connector_add_common_modes(struct drm_encoder *encoder, mode = amdgpu_dm_create_common_mode(encoder, common_modes[i].name, common_modes[i].w, common_modes[i].h); + if (!mode) + continue; + drm_mode_probed_add(connector, mode); amdgpu_dm_connector->num_modes++; } @@ -7248,10 +7251,13 @@ dm_determine_update_type_for_commit(struct amdgpu_display_manager *dm, static int add_affected_mst_dsc_crtcs(struct drm_atomic_state *state, struct drm_crtc *crtc) { struct drm_connector *connector; - struct drm_connector_state *conn_state; + struct drm_connector_state *conn_state, *old_conn_state; struct amdgpu_dm_connector *aconnector = NULL; int i; - for_each_new_connector_in_state(state, connector, conn_state, i) { + for_each_oldnew_connector_in_state(state, connector, old_conn_state, conn_state, i) { + if (!conn_state->crtc) + conn_state = old_conn_state; + if (conn_state->crtc != crtc) continue; diff --git a/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c b/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c index 623455cd75203..d6f988403941b 100644 --- a/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c +++ b/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c @@ -227,14 +227,6 @@ static const struct irq_source_info_funcs vupdate_no_lock_irq_info_funcs = { .funcs = &pflip_irq_info_funcs\ } -#define vupdate_int_entry(reg_num)\ - [DC_IRQ_SOURCE_VUPDATE1 + reg_num] = {\ - IRQ_REG_ENTRY(OTG, reg_num,\ - OTG_GLOBAL_SYNC_STATUS, VUPDATE_INT_EN,\ - OTG_GLOBAL_SYNC_STATUS, VUPDATE_EVENT_CLEAR),\ - .funcs = &vblank_irq_info_funcs\ - } - /* vupdate_no_lock_int_entry maps to DC_IRQ_SOURCE_VUPDATEx, to match semantic * of DCE's DC_IRQ_SOURCE_VUPDATEx. */ @@ -348,12 +340,6 @@ irq_source_info_dcn21[DAL_IRQ_SOURCES_NUMBER] = { dc_underflow_int_entry(6), [DC_IRQ_SOURCE_DMCU_SCP] = dummy_irq_entry(), [DC_IRQ_SOURCE_VBIOS_SW] = dummy_irq_entry(), - vupdate_int_entry(0), - vupdate_int_entry(1), - vupdate_int_entry(2), - vupdate_int_entry(3), - vupdate_int_entry(4), - vupdate_int_entry(5), vupdate_no_lock_int_entry(0), vupdate_no_lock_int_entry(1), vupdate_no_lock_int_entry(2), diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c index 0cb9dd6986ec3..9c3f9110895e8 100644 --- a/drivers/gpu/drm/bridge/cdns-dsi.c +++ b/drivers/gpu/drm/bridge/cdns-dsi.c @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = { { .compatible = "cdns,dsi" }, { }, }; +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match); static struct platform_driver cdns_dsi_platform_driver = { .probe = cdns_dsi_drm_probe, diff --git a/drivers/gpu/drm/bridge/sil-sii8620.c b/drivers/gpu/drm/bridge/sil-sii8620.c index 04431dbac4a4f..fb0b64c965b74 100644 --- a/drivers/gpu/drm/bridge/sil-sii8620.c +++ b/drivers/gpu/drm/bridge/sil-sii8620.c @@ -2118,7 +2118,7 @@ static void sii8620_init_rcp_input_dev(struct sii8620 *ctx) if (ret) { dev_err(ctx->dev, "Failed to register RC device\n"); ctx->error = ret; - rc_free_device(ctx->rc_dev); + rc_free_device(rc_dev); return; } ctx->rc_dev = rc_dev; diff --git a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c index 77384c49fb8dd..2fc27931d3b56 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c @@ -1057,6 +1057,7 @@ __dw_mipi_dsi_probe(struct platform_device *pdev, ret = mipi_dsi_host_register(&dsi->dsi_host); if (ret) { dev_err(dev, "Failed to register MIPI host: %d\n", ret); + pm_runtime_disable(dev); dw_mipi_dsi_debugfs_remove(dsi); return ERR_PTR(ret); } diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 2337b3827e6a4..11a81e8ba9639 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -1984,6 +1984,9 @@ EXPORT_SYMBOL(drm_connector_attach_max_bpc_property); void drm_connector_set_vrr_capable_property( struct drm_connector *connector, bool capable) { + if (!connector->vrr_capable_property) + return; + drm_object_property_set_value(&connector->base, connector->vrr_capable_property, capable); diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 9b69e55ad7010..aeeab1b57aad3 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -4380,7 +4380,8 @@ bool drm_detect_monitor_audio(struct edid *edid) if (!edid_ext) goto end; - has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0); + has_audio = (edid_ext[0] == CEA_EXT && + (edid_ext[3] & EDID_BASIC_AUDIO) != 0); if (has_audio) { DRM_DEBUG_KMS("Monitor has basic audio support\n"); @@ -4533,16 +4534,8 @@ static void drm_parse_hdmi_deep_color_info(struct drm_connector *connector, connector->name, dc_bpc); info->bpc = dc_bpc; - /* - * Deep color support mandates RGB444 support for all video - * modes and forbids YCRCB422 support for all video modes per - * HDMI 1.3 spec. - */ - info->color_formats = DRM_COLOR_FORMAT_RGB444; - /* YCRCB444 is optional according to spec. */ if (hdmi[6] & DRM_EDID_HDMI_DC_Y444) { - info->color_formats |= DRM_COLOR_FORMAT_YCRCB444; DRM_DEBUG("%s: HDMI sink does YCRCB444 in deep color.\n", connector->name); } @@ -4659,6 +4652,7 @@ u32 drm_add_display_info(struct drm_connector *connector, const struct edid *edi if (!(edid->input & DRM_EDID_INPUT_DIGITAL)) return quirks; + info->color_formats |= DRM_COLOR_FORMAT_RGB444; drm_parse_cea_ext(connector, edid); /* @@ -4707,7 +4701,6 @@ u32 drm_add_display_info(struct drm_connector *connector, const struct edid *edi DRM_DEBUG("%s: Assigning EDID-1.4 digital sink color depth as %d bpc.\n", connector->name, info->bpc); - info->color_formats |= DRM_COLOR_FORMAT_RGB444; if (edid->features & DRM_EDID_FEATURE_RGB_YCRCB444) info->color_formats |= DRM_COLOR_FORMAT_YCRCB444; if (edid->features & DRM_EDID_FEATURE_RGB_YCRCB422) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 448c2f2d803a6..f5ab891731d0b 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -166,6 +166,12 @@ static const struct dmi_system_id orientation_data[] = { DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MicroPC"), }, .driver_data = (void *)&lcd720x1280_rightside_up, + }, { /* GPD Win Max */ + .matches = { + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"), + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1619-01"), + }, + .driver_data = (void *)&lcd800x1280_rightside_up, }, { /* * GPD Pocket, note that the the DMI data is less generic then * it seems, devices with a board-vendor of "AMI Corporation" diff --git a/drivers/gpu/drm/imx/parallel-display.c b/drivers/gpu/drm/imx/parallel-display.c index be55548f352af..e24272428744c 100644 --- a/drivers/gpu/drm/imx/parallel-display.c +++ b/drivers/gpu/drm/imx/parallel-display.c @@ -68,8 +68,10 @@ static int imx_pd_connector_get_modes(struct drm_connector *connector) ret = of_get_drm_display_mode(np, &imxpd->mode, &imxpd->bus_flags, OF_USE_NATIVE_MODE); - if (ret) + if (ret) { + drm_mode_destroy(connector->dev, mode); return ret; + } drm_mode_copy(mode, &imxpd->mode); mode->type |= DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED, diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c b/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c index 105b4be467a3e..ea2e11771bca5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c @@ -88,13 +88,20 @@ nvkm_pmu_fini(struct nvkm_subdev *subdev, bool suspend) return 0; } -static void +static int nvkm_pmu_reset(struct nvkm_pmu *pmu) { struct nvkm_device *device = pmu->subdev.device; if (!pmu->func->enabled(pmu)) - return; + return 0; + + /* Inhibit interrupts, and wait for idle. */ + nvkm_wr32(device, 0x10a014, 0x0000ffff); + nvkm_msec(device, 2000, + if (!nvkm_rd32(device, 0x10a04c)) + break; + ); /* Reset. */ if (pmu->func->reset) @@ -105,37 +112,25 @@ nvkm_pmu_reset(struct nvkm_pmu *pmu) if (!(nvkm_rd32(device, 0x10a10c) & 0x00000006)) break; ); + + return 0; } static int nvkm_pmu_preinit(struct nvkm_subdev *subdev) { struct nvkm_pmu *pmu = nvkm_pmu(subdev); - nvkm_pmu_reset(pmu); - return 0; + return nvkm_pmu_reset(pmu); } static int nvkm_pmu_init(struct nvkm_subdev *subdev) { struct nvkm_pmu *pmu = nvkm_pmu(subdev); - struct nvkm_device *device = pmu->subdev.device; - - if (!pmu->func->init) - return 0; - - if (pmu->func->enabled(pmu)) { - /* Inhibit interrupts, and wait for idle. */ - nvkm_wr32(device, 0x10a014, 0x0000ffff); - nvkm_msec(device, 2000, - if (!nvkm_rd32(device, 0x10a04c)) - break; - ); - - nvkm_pmu_reset(pmu); - } - - return pmu->func->init(pmu); + int ret = nvkm_pmu_reset(pmu); + if (ret == 0 && pmu->func->init) + ret = pmu->func->init(pmu); + return ret; } static int diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index f0ea782df836d..312a3c4e23318 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -1619,7 +1619,7 @@ static const struct display_timing innolux_g070y2_l01_timing = { static const struct panel_desc innolux_g070y2_l01 = { .timings = &innolux_g070y2_l01_timing, .num_timings = 1, - .bpc = 6, + .bpc = 8, .size = { .width = 152, .height = 91, diff --git a/drivers/gpu/drm/sun4i/sun8i_mixer.h b/drivers/gpu/drm/sun4i/sun8i_mixer.h index 345b28b0a80a1..dc4300a7b019b 100644 --- a/drivers/gpu/drm/sun4i/sun8i_mixer.h +++ b/drivers/gpu/drm/sun4i/sun8i_mixer.h @@ -114,10 +114,10 @@ /* format 13 is semi-planar YUV411 VUVU */ #define SUN8I_MIXER_FBFMT_YUV411 14 /* format 15 doesn't exist */ -/* format 16 is P010 YVU */ -#define SUN8I_MIXER_FBFMT_P010_YUV 17 -/* format 18 is P210 YVU */ -#define SUN8I_MIXER_FBFMT_P210_YUV 19 +#define SUN8I_MIXER_FBFMT_P010_YUV 16 +/* format 17 is P010 YVU */ +#define SUN8I_MIXER_FBFMT_P210_YUV 18 +/* format 19 is P210 YVU */ /* format 20 is packed YVU444 10-bit */ /* format 21 is packed YUV444 10-bit */ diff --git a/drivers/gpu/drm/tegra/dsi.c b/drivers/gpu/drm/tegra/dsi.c index a5d47e301c5f7..13413d2b26028 100644 --- a/drivers/gpu/drm/tegra/dsi.c +++ b/drivers/gpu/drm/tegra/dsi.c @@ -1455,8 +1455,10 @@ static int tegra_dsi_ganged_probe(struct tegra_dsi *dsi) dsi->slave = platform_get_drvdata(gangster); of_node_put(np); - if (!dsi->slave) + if (!dsi->slave) { + put_device(&gangster->dev); return -EPROBE_DEFER; + } dsi->slave->master = dsi; } diff --git a/drivers/greybus/svc.c b/drivers/greybus/svc.c index ce7740ef449ba..51d0875a34800 100644 --- a/drivers/greybus/svc.c +++ b/drivers/greybus/svc.c @@ -866,8 +866,14 @@ static int gb_svc_hello(struct gb_operation *op) gb_svc_debugfs_init(svc); - return gb_svc_queue_deferred_request(op); + ret = gb_svc_queue_deferred_request(op); + if (ret) + goto err_remove_debugfs; + + return 0; +err_remove_debugfs: + gb_svc_debugfs_exit(svc); err_unregister_device: gb_svc_watchdog_destroy(svc); device_del(&svc->dev); diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c index 01135713e8f9b..419d8dec7e498 100644 --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c @@ -823,7 +823,9 @@ static const char *keys[KEY_MAX + 1] = { [KEY_F22] = "F22", [KEY_F23] = "F23", [KEY_F24] = "F24", [KEY_PLAYCD] = "PlayCD", [KEY_PAUSECD] = "PauseCD", [KEY_PROG3] = "Prog3", - [KEY_PROG4] = "Prog4", [KEY_SUSPEND] = "Suspend", + [KEY_PROG4] = "Prog4", + [KEY_ALL_APPLICATIONS] = "AllApplications", + [KEY_SUSPEND] = "Suspend", [KEY_CLOSE] = "Close", [KEY_PLAY] = "Play", [KEY_FASTFORWARD] = "FastForward", [KEY_BASSBOOST] = "BassBoost", [KEY_PRINT] = "Print", [KEY_HP] = "HP", @@ -930,6 +932,7 @@ static const char *keys[KEY_MAX + 1] = { [KEY_SCREENSAVER] = "ScreenSaver", [KEY_VOICECOMMAND] = "VoiceCommand", [KEY_EMOJI_PICKER] = "EmojiPicker", + [KEY_DICTATE] = "Dictate", [KEY_BRIGHTNESS_MIN] = "BrightnessMin", [KEY_BRIGHTNESS_MAX] = "BrightnessMax", [KEY_BRIGHTNESS_AUTO] = "BrightnessAuto", diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 749558aa27e78..d1ba6fafe960f 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -956,6 +956,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel case 0x0cd: map_key_clear(KEY_PLAYPAUSE); break; case 0x0cf: map_key_clear(KEY_VOICECOMMAND); break; + case 0x0d8: map_key_clear(KEY_DICTATE); break; case 0x0d9: map_key_clear(KEY_EMOJI_PICKER); break; case 0x0e0: map_abs_clear(ABS_VOLUME); break; @@ -1047,6 +1048,8 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel case 0x29d: map_key_clear(KEY_KBD_LAYOUT_NEXT); break; + case 0x2a2: map_key_clear(KEY_ALL_APPLICATIONS); break; + case 0x2c7: map_key_clear(KEY_KBDINPUTASSIST_PREV); break; case 0x2c8: map_key_clear(KEY_KBDINPUTASSIST_NEXT); break; case 0x2c9: map_key_clear(KEY_KBDINPUTASSIST_PREVGROUP); break; diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c index 4267e2f2e70f4..a663cbb7b6832 100644 --- a/drivers/hid/hid-logitech-dj.c +++ b/drivers/hid/hid-logitech-dj.c @@ -1000,6 +1000,7 @@ static void logi_hidpp_recv_queue_notif(struct hid_device *hdev, workitem.reports_supported |= STD_KEYBOARD; break; case 0x0f: + case 0x11: device_type = "eQUAD Lightspeed 1.2"; logi_hidpp_dev_conn_notif_equad(hdev, hidpp_report, &workitem); workitem.reports_supported |= STD_KEYBOARD; diff --git a/drivers/hid/i2c-hid/i2c-hid-core.c b/drivers/hid/i2c-hid/i2c-hid-core.c index ac076ac73de5d..1547b0ec6a113 100644 --- a/drivers/hid/i2c-hid/i2c-hid-core.c +++ b/drivers/hid/i2c-hid/i2c-hid-core.c @@ -622,6 +622,17 @@ static int i2c_hid_get_raw_report(struct hid_device *hid, if (report_type == HID_OUTPUT_REPORT) return -EINVAL; + /* + * In case of unnumbered reports the response from the device will + * not have the report ID that the upper layers expect, so we need + * to stash it the buffer ourselves and adjust the data size. + */ + if (!report_number) { + buf[0] = 0; + buf++; + count--; + } + /* +2 bytes to include the size of the reply in the query buffer */ ask_count = min(count + 2, (size_t)ihid->bufsize); @@ -643,6 +654,9 @@ static int i2c_hid_get_raw_report(struct hid_device *hid, count = min(count, ret_count - 2); memcpy(buf, ihid->rawbuf + 2, count); + if (!report_number) + count++; + return count; } @@ -659,17 +673,19 @@ static int i2c_hid_output_raw_report(struct hid_device *hid, __u8 *buf, mutex_lock(&ihid->reset_lock); - if (report_id) { - buf++; - count--; - } - + /* + * Note that both numbered and unnumbered reports passed here + * are supposed to have report ID stored in the 1st byte of the + * buffer, so we strip it off unconditionally before passing payload + * to i2c_hid_set_or_send_report which takes care of encoding + * everything properly. + */ ret = i2c_hid_set_or_send_report(client, report_type == HID_FEATURE_REPORT ? 0x03 : 0x02, - report_id, buf, count, use_data); + report_id, buf + 1, count - 1, use_data); - if (report_id && ret >= 0) - ret++; /* add report_id to the number of transfered bytes */ + if (ret >= 0) + ret++; /* add report_id to the number of transferred bytes */ mutex_unlock(&ihid->reset_lock); diff --git a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c index 6cf59fd26ad78..b6d6d119035ca 100644 --- a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c +++ b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c @@ -656,21 +656,12 @@ static int ish_fw_xfer_direct_dma(struct ishtp_cl_data *client_data, */ payload_max_size &= ~(L1_CACHE_BYTES - 1); - dma_buf = kmalloc(payload_max_size, GFP_KERNEL | GFP_DMA32); + dma_buf = dma_alloc_coherent(devc, payload_max_size, &dma_buf_phy, GFP_KERNEL); if (!dma_buf) { client_data->flag_retry = true; return -ENOMEM; } - dma_buf_phy = dma_map_single(devc, dma_buf, payload_max_size, - DMA_TO_DEVICE); - if (dma_mapping_error(devc, dma_buf_phy)) { - dev_err(cl_data_to_dev(client_data), "DMA map failed\n"); - client_data->flag_retry = true; - rv = -ENOMEM; - goto end_err_dma_buf_release; - } - ldr_xfer_dma_frag.fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT; ldr_xfer_dma_frag.fragment.xfer_mode = LOADER_XFER_MODE_DIRECT_DMA; ldr_xfer_dma_frag.ddr_phys_addr = (u64)dma_buf_phy; @@ -690,14 +681,7 @@ static int ish_fw_xfer_direct_dma(struct ishtp_cl_data *client_data, ldr_xfer_dma_frag.fragment.size = fragment_size; memcpy(dma_buf, &fw->data[fragment_offset], fragment_size); - dma_sync_single_for_device(devc, dma_buf_phy, - payload_max_size, - DMA_TO_DEVICE); - - /* - * Flush cache here because the dma_sync_single_for_device() - * does not do for x86. - */ + /* Flush cache to be sure the data is in main memory. */ clflush_cache_range(dma_buf, payload_max_size); dev_dbg(cl_data_to_dev(client_data), @@ -720,15 +704,8 @@ static int ish_fw_xfer_direct_dma(struct ishtp_cl_data *client_data, fragment_offset += fragment_size; } - dma_unmap_single(devc, dma_buf_phy, payload_max_size, DMA_TO_DEVICE); - kfree(dma_buf); - return 0; - end_err_resp_buf_release: - /* Free ISH buffer if not done already, in error case */ - dma_unmap_single(devc, dma_buf_phy, payload_max_size, DMA_TO_DEVICE); -end_err_dma_buf_release: - kfree(dma_buf); + dma_free_coherent(devc, payload_max_size, dma_buf, dma_buf_phy); return rv; } diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c index bd4e72f6dfd49..44d6de6fc03da 100644 --- a/drivers/hv/hv_balloon.c +++ b/drivers/hv/hv_balloon.c @@ -1550,7 +1550,7 @@ static void balloon_onchannelcallback(void *context) break; default: - pr_warn("Unhandled message: type: %d\n", dm_hdr->type); + pr_warn_ratelimited("Unhandled message: type: %d\n", dm_hdr->type); } } diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 6b7ab8f234e87..943654ded73d0 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -2493,10 +2493,15 @@ static void __exit vmbus_exit(void) if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { kmsg_dump_unregister(&hv_kmsg_dumper); unregister_die_notifier(&hyperv_die_block); - atomic_notifier_chain_unregister(&panic_notifier_list, - &hyperv_panic_block); } + /* + * The panic notifier is always registered, hence we should + * also unconditionally unregister it here as well. + */ + atomic_notifier_chain_unregister(&panic_notifier_list, + &hyperv_panic_block); + free_page((unsigned long)hv_panic_page); unregister_sysctl_table(hv_ctl_table_hdr); hv_ctl_table_hdr = NULL; diff --git a/drivers/hwmon/pmbus/pmbus.h b/drivers/hwmon/pmbus/pmbus.h index d198af3a92b6f..9731f1f830b16 100644 --- a/drivers/hwmon/pmbus/pmbus.h +++ b/drivers/hwmon/pmbus/pmbus.h @@ -292,6 +292,7 @@ enum pmbus_fan_mode { percent = 0, rpm }; /* * STATUS_VOUT, STATUS_INPUT */ +#define PB_VOLTAGE_VIN_OFF BIT(3) #define PB_VOLTAGE_UV_FAULT BIT(4) #define PB_VOLTAGE_UV_WARNING BIT(5) #define PB_VOLTAGE_OV_WARNING BIT(6) diff --git a/drivers/hwmon/pmbus/pmbus_core.c b/drivers/hwmon/pmbus/pmbus_core.c index 8470097907bc2..beb443d020c20 100644 --- a/drivers/hwmon/pmbus/pmbus_core.c +++ b/drivers/hwmon/pmbus/pmbus_core.c @@ -1324,7 +1324,7 @@ static const struct pmbus_limit_attr vin_limit_attrs[] = { .reg = PMBUS_VIN_UV_FAULT_LIMIT, .attr = "lcrit", .alarm = "lcrit_alarm", - .sbit = PB_VOLTAGE_UV_FAULT, + .sbit = PB_VOLTAGE_UV_FAULT | PB_VOLTAGE_VIN_OFF, }, { .reg = PMBUS_VIN_OV_WARN_LIMIT, .attr = "max", @@ -2174,10 +2174,14 @@ static int pmbus_regulator_is_enabled(struct regulator_dev *rdev) { struct device *dev = rdev_get_dev(rdev); struct i2c_client *client = to_i2c_client(dev->parent); + struct pmbus_data *data = i2c_get_clientdata(client); u8 page = rdev_get_id(rdev); int ret; + mutex_lock(&data->update_lock); ret = pmbus_read_byte_data(client, page, PMBUS_OPERATION); + mutex_unlock(&data->update_lock); + if (ret < 0) return ret; @@ -2188,11 +2192,17 @@ static int _pmbus_regulator_on_off(struct regulator_dev *rdev, bool enable) { struct device *dev = rdev_get_dev(rdev); struct i2c_client *client = to_i2c_client(dev->parent); + struct pmbus_data *data = i2c_get_clientdata(client); u8 page = rdev_get_id(rdev); + int ret; - return pmbus_update_byte_data(client, page, PMBUS_OPERATION, - PB_OPERATION_CONTROL_ON, - enable ? PB_OPERATION_CONTROL_ON : 0); + mutex_lock(&data->update_lock); + ret = pmbus_update_byte_data(client, page, PMBUS_OPERATION, + PB_OPERATION_CONTROL_ON, + enable ? PB_OPERATION_CONTROL_ON : 0); + mutex_unlock(&data->update_lock); + + return ret; } static int pmbus_regulator_enable(struct regulator_dev *rdev) diff --git a/drivers/hwmon/sch56xx-common.c b/drivers/hwmon/sch56xx-common.c index 6c84780e358e8..066b12990fbfb 100644 --- a/drivers/hwmon/sch56xx-common.c +++ b/drivers/hwmon/sch56xx-common.c @@ -424,7 +424,7 @@ struct sch56xx_watchdog_data *sch56xx_watchdog_register(struct device *parent, if (nowayout) set_bit(WDOG_NO_WAY_OUT, &data->wddev.status); if (output_enable & SCH56XX_WDOG_OUTPUT_ENABLE) - set_bit(WDOG_ACTIVE, &data->wddev.status); + set_bit(WDOG_HW_RUNNING, &data->wddev.status); /* Since the watchdog uses a downcounter there is no register to read the BIOS set timeout from (if any was set at all) -> diff --git a/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c b/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c index ee44640edeb52..4c9e2fc533529 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @@ -364,8 +364,12 @@ static ssize_t mode_store(struct device *dev, mode = ETM_MODE_QELEM(config->mode); /* start by clearing QE bits */ config->cfg &= ~(BIT(13) | BIT(14)); - /* if supported, Q elements with instruction counts are enabled */ - if ((mode & BIT(0)) && (drvdata->q_support & BIT(0))) + /* + * if supported, Q elements with instruction counts are enabled. + * Always set the low bit for any requested mode. Valid combos are + * 0b00, 0b01 and 0b11. + */ + if (mode && drvdata->q_support) config->cfg |= BIT(13); /* * if supported, Q elements with and without instruction diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2d08a8719506c..854f1b2658b82 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -483,7 +483,7 @@ config I2C_BRCMSTB config I2C_CADENCE tristate "Cadence I2C Controller" - depends on ARCH_ZYNQ || ARM64 || XTENSA + depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST help Say yes here to select Cadence I2C Host Controller. This controller is e.g. used by Xilinx Zynq. @@ -894,7 +894,7 @@ config I2C_QCOM_GENI config I2C_QUP tristate "Qualcomm QUP based I2C controller" - depends on ARCH_QCOM + depends on ARCH_QCOM || COMPILE_TEST help If you say yes to this option, support will be included for the built-in I2C interface on the Qualcomm SoCs. diff --git a/drivers/i2c/busses/i2c-bcm2835.c b/drivers/i2c/busses/i2c-bcm2835.c index 5ab901ad615dd..c265fe4621621 100644 --- a/drivers/i2c/busses/i2c-bcm2835.c +++ b/drivers/i2c/busses/i2c-bcm2835.c @@ -23,6 +23,11 @@ #define BCM2835_I2C_FIFO 0x10 #define BCM2835_I2C_DIV 0x14 #define BCM2835_I2C_DEL 0x18 +/* + * 16-bit field for the number of SCL cycles to wait after rising SCL + * before deciding the slave is not responding. 0 disables the + * timeout detection. + */ #define BCM2835_I2C_CLKT 0x1c #define BCM2835_I2C_C_READ BIT(0) @@ -479,6 +484,12 @@ static int bcm2835_i2c_probe(struct platform_device *pdev) adap->dev.of_node = pdev->dev.of_node; adap->quirks = of_device_get_match_data(&pdev->dev); + /* + * Disable the hardware clock stretching timeout. SMBUS + * specifies a limit for how long the device can stretch the + * clock, but core I2C doesn't. + */ + bcm2835_i2c_writel(i2c_dev, BCM2835_I2C_CLKT, 0); bcm2835_i2c_writel(i2c_dev, BCM2835_I2C_C, 0); ret = i2c_add_adapter(adap); diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index 37b3b9307d076..a48bee59dcdec 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c @@ -715,7 +715,6 @@ static const struct i2c_adapter_quirks xiic_quirks = { static const struct i2c_adapter xiic_adapter = { .owner = THIS_MODULE, - .name = DRIVER_NAME, .class = I2C_CLASS_DEPRECATED, .algo = &xiic_algorithm, .quirks = &xiic_quirks, @@ -752,6 +751,8 @@ static int xiic_i2c_probe(struct platform_device *pdev) i2c_set_adapdata(&i2c->adap, i2c); i2c->adap.dev.parent = &pdev->dev; i2c->adap.dev.of_node = pdev->dev.of_node; + snprintf(i2c->adap.name, sizeof(i2c->adap.name), + DRIVER_NAME " %s", pdev->name); mutex_init(&i2c->lock); init_waitqueue_head(&i2c->wait); diff --git a/drivers/i2c/muxes/i2c-demux-pinctrl.c b/drivers/i2c/muxes/i2c-demux-pinctrl.c index 5365199a31f41..f7a7405d4350a 100644 --- a/drivers/i2c/muxes/i2c-demux-pinctrl.c +++ b/drivers/i2c/muxes/i2c-demux-pinctrl.c @@ -261,7 +261,7 @@ static int i2c_demux_pinctrl_probe(struct platform_device *pdev) err = device_create_file(&pdev->dev, &dev_attr_available_masters); if (err) - goto err_rollback; + goto err_rollback_activation; err = device_create_file(&pdev->dev, &dev_attr_current_master); if (err) @@ -271,8 +271,9 @@ static int i2c_demux_pinctrl_probe(struct platform_device *pdev) err_rollback_available: device_remove_file(&pdev->dev, &dev_attr_available_masters); -err_rollback: +err_rollback_activation: i2c_demux_deactivate_master(priv); +err_rollback: for (j = 0; j < i; j++) { of_node_put(priv->chan[j].parent_np); of_changeset_destroy(&priv->chan[j].chgset); diff --git a/drivers/iio/accel/bmc150-accel-core.c b/drivers/iio/accel/bmc150-accel-core.c index bcdf25f32e220..a05d55125d13a 100644 --- a/drivers/iio/accel/bmc150-accel-core.c +++ b/drivers/iio/accel/bmc150-accel-core.c @@ -1649,11 +1649,14 @@ int bmc150_accel_core_probe(struct device *dev, struct regmap *regmap, int irq, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(dev, "Unable to register iio device\n"); - goto err_trigger_unregister; + goto err_pm_cleanup; } return 0; +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(dev); + pm_runtime_disable(dev); err_trigger_unregister: bmc150_accel_unregister_triggers(data, BMC150_ACCEL_TRIGGERS - 1); err_buffer_cleanup: diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c index 6ff6f625bbf69..bd762976a3815 100644 --- a/drivers/iio/accel/kxcjk-1013.c +++ b/drivers/iio/accel/kxcjk-1013.c @@ -1409,11 +1409,14 @@ static int kxcjk1013_probe(struct i2c_client *client, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(&client->dev, "unable to register iio device\n"); - goto err_buffer_cleanup; + goto err_pm_cleanup; } return 0; +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(&client->dev); + pm_runtime_disable(&client->dev); err_buffer_cleanup: iio_triggered_buffer_cleanup(indio_dev); err_trigger_unregister: diff --git a/drivers/iio/accel/mma9551.c b/drivers/iio/accel/mma9551.c index 99e4a21ca9421..8315c7ee66cf3 100644 --- a/drivers/iio/accel/mma9551.c +++ b/drivers/iio/accel/mma9551.c @@ -496,11 +496,14 @@ static int mma9551_probe(struct i2c_client *client, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(&client->dev, "unable to register iio device\n"); - goto out_poweroff; + goto err_pm_cleanup; } return 0; +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(&client->dev); + pm_runtime_disable(&client->dev); out_poweroff: mma9551_set_device_state(client, false); diff --git a/drivers/iio/accel/mma9553.c b/drivers/iio/accel/mma9553.c index 312070dcf035a..73e85196d0bd3 100644 --- a/drivers/iio/accel/mma9553.c +++ b/drivers/iio/accel/mma9553.c @@ -1135,12 +1135,15 @@ static int mma9553_probe(struct i2c_client *client, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(&client->dev, "unable to register iio device\n"); - goto out_poweroff; + goto err_pm_cleanup; } dev_dbg(&indio_dev->dev, "Registered device %s\n", name); return 0; +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(&client->dev); + pm_runtime_disable(&client->dev); out_poweroff: mma9551_set_device_state(client, false); return ret; diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c index fa808f9c0d9af..635cc1e7b1234 100644 --- a/drivers/iio/adc/ad7124.c +++ b/drivers/iio/adc/ad7124.c @@ -63,7 +63,7 @@ #define AD7124_CONFIG_REF_SEL(x) FIELD_PREP(AD7124_CONFIG_REF_SEL_MSK, x) #define AD7124_CONFIG_PGA_MSK GENMASK(2, 0) #define AD7124_CONFIG_PGA(x) FIELD_PREP(AD7124_CONFIG_PGA_MSK, x) -#define AD7124_CONFIG_IN_BUFF_MSK GENMASK(7, 6) +#define AD7124_CONFIG_IN_BUFF_MSK GENMASK(6, 5) #define AD7124_CONFIG_IN_BUFF(x) FIELD_PREP(AD7124_CONFIG_IN_BUFF_MSK, x) /* AD7124_FILTER_X */ diff --git a/drivers/iio/adc/men_z188_adc.c b/drivers/iio/adc/men_z188_adc.c index 3b2fbb7ce4310..26caee73b7641 100644 --- a/drivers/iio/adc/men_z188_adc.c +++ b/drivers/iio/adc/men_z188_adc.c @@ -103,6 +103,7 @@ static int men_z188_probe(struct mcb_device *dev, struct z188_adc *adc; struct iio_dev *indio_dev; struct resource *mem; + int ret; indio_dev = devm_iio_device_alloc(&dev->dev, sizeof(struct z188_adc)); if (!indio_dev) @@ -129,8 +130,14 @@ static int men_z188_probe(struct mcb_device *dev, adc->mem = mem; mcb_set_drvdata(dev, indio_dev); - return iio_device_register(indio_dev); + ret = iio_device_register(indio_dev); + if (ret) + goto err_unmap; + + return 0; +err_unmap: + iounmap(adc->base); err: mcb_release_mem(mem); return -ENXIO; diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c index f24148bd15de4..fb77c3ff5a3e4 100644 --- a/drivers/iio/adc/twl6030-gpadc.c +++ b/drivers/iio/adc/twl6030-gpadc.c @@ -911,6 +911,8 @@ static int twl6030_gpadc_probe(struct platform_device *pdev) ret = devm_request_threaded_irq(dev, irq, NULL, twl6030_gpadc_irq_handler, IRQF_ONESHOT, "twl6030_gpadc", indio_dev); + if (ret) + return ret; ret = twl6030_gpadc_enable_irq(TWL6030_GPADC_RT_SW1_EOC_MASK); if (ret < 0) { diff --git a/drivers/iio/afe/iio-rescale.c b/drivers/iio/afe/iio-rescale.c index e9ceee66d1e7c..d9c41db8155f9 100644 --- a/drivers/iio/afe/iio-rescale.c +++ b/drivers/iio/afe/iio-rescale.c @@ -38,7 +38,7 @@ static int rescale_read_raw(struct iio_dev *indio_dev, int *val, int *val2, long mask) { struct rescale *rescale = iio_priv(indio_dev); - unsigned long long tmp; + s64 tmp; int ret; switch (mask) { @@ -59,10 +59,10 @@ static int rescale_read_raw(struct iio_dev *indio_dev, *val2 = rescale->denominator; return IIO_VAL_FRACTIONAL; case IIO_VAL_FRACTIONAL_LOG2: - tmp = *val * 1000000000LL; - do_div(tmp, rescale->denominator); + tmp = (s64)*val * 1000000000LL; + tmp = div_s64(tmp, rescale->denominator); tmp *= rescale->numerator; - do_div(tmp, 1000000000LL); + tmp = div_s64(tmp, 1000000000LL); *val = tmp; return ret; default: diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c index 276bed47e8d66..bf1355360c518 100644 --- a/drivers/iio/gyro/bmg160_core.c +++ b/drivers/iio/gyro/bmg160_core.c @@ -1173,11 +1173,14 @@ int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(dev, "unable to register iio device\n"); - goto err_buffer_cleanup; + goto err_pm_cleanup; } return 0; +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(dev); + pm_runtime_disable(dev); err_buffer_cleanup: iio_triggered_buffer_cleanup(indio_dev); err_trigger_unregister: diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c index e67466100aff4..c7d19f9ca7652 100644 --- a/drivers/iio/imu/kmx61.c +++ b/drivers/iio/imu/kmx61.c @@ -1393,7 +1393,7 @@ static int kmx61_probe(struct i2c_client *client, ret = iio_device_register(data->acc_indio_dev); if (ret < 0) { dev_err(&client->dev, "Failed to register acc iio device\n"); - goto err_buffer_cleanup_mag; + goto err_pm_cleanup; } ret = iio_device_register(data->mag_indio_dev); @@ -1406,6 +1406,9 @@ static int kmx61_probe(struct i2c_client *client, err_iio_unregister_acc: iio_device_unregister(data->acc_indio_dev); +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(&client->dev); + pm_runtime_disable(&client->dev); err_buffer_cleanup_mag: if (client->irq > 0) iio_triggered_buffer_cleanup(data->mag_indio_dev); diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index 5a8351c9a4265..ca0fe902a7db4 100644 --- a/drivers/iio/inkern.c +++ b/drivers/iio/inkern.c @@ -588,28 +588,50 @@ EXPORT_SYMBOL_GPL(iio_read_channel_average_raw); static int iio_convert_raw_to_processed_unlocked(struct iio_channel *chan, int raw, int *processed, unsigned int scale) { - int scale_type, scale_val, scale_val2, offset; + int scale_type, scale_val, scale_val2; + int offset_type, offset_val, offset_val2; s64 raw64 = raw; - int ret; - ret = iio_channel_read(chan, &offset, NULL, IIO_CHAN_INFO_OFFSET); - if (ret >= 0) - raw64 += offset; + offset_type = iio_channel_read(chan, &offset_val, &offset_val2, + IIO_CHAN_INFO_OFFSET); + if (offset_type >= 0) { + switch (offset_type) { + case IIO_VAL_INT: + break; + case IIO_VAL_INT_PLUS_MICRO: + case IIO_VAL_INT_PLUS_NANO: + /* + * Both IIO_VAL_INT_PLUS_MICRO and IIO_VAL_INT_PLUS_NANO + * implicitely truncate the offset to it's integer form. + */ + break; + case IIO_VAL_FRACTIONAL: + offset_val /= offset_val2; + break; + case IIO_VAL_FRACTIONAL_LOG2: + offset_val >>= offset_val2; + break; + default: + return -EINVAL; + } + + raw64 += offset_val; + } scale_type = iio_channel_read(chan, &scale_val, &scale_val2, IIO_CHAN_INFO_SCALE); if (scale_type < 0) { /* - * Just pass raw values as processed if no scaling is - * available. + * If no channel scaling is available apply consumer scale to + * raw value and return. */ - *processed = raw; + *processed = raw * scale; return 0; } switch (scale_type) { case IIO_VAL_INT: - *processed = raw64 * scale_val; + *processed = raw64 * scale_val * scale; break; case IIO_VAL_INT_PLUS_MICRO: if (scale_val2 < 0) diff --git a/drivers/iio/magnetometer/bmc150_magn.c b/drivers/iio/magnetometer/bmc150_magn.c index 087dc16c2185c..ef8f429cc96f0 100644 --- a/drivers/iio/magnetometer/bmc150_magn.c +++ b/drivers/iio/magnetometer/bmc150_magn.c @@ -944,13 +944,14 @@ int bmc150_magn_probe(struct device *dev, struct regmap *regmap, ret = iio_device_register(indio_dev); if (ret < 0) { dev_err(dev, "unable to register iio device\n"); - goto err_disable_runtime_pm; + goto err_pm_cleanup; } dev_dbg(dev, "Registered device %s\n", name); return 0; -err_disable_runtime_pm: +err_pm_cleanup: + pm_runtime_dont_use_autosuspend(dev); pm_runtime_disable(dev); err_buffer_cleanup: iio_triggered_buffer_cleanup(indio_dev); diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c index e5853926639e6..8ed0a293745ce 100644 --- a/drivers/infiniband/core/cma.c +++ b/drivers/infiniband/core/cma.c @@ -2559,7 +2559,7 @@ int rdma_set_ack_timeout(struct rdma_cm_id *id, u8 timeout) { struct rdma_id_private *id_priv; - if (id->qp_type != IB_QPT_RC) + if (id->qp_type != IB_QPT_RC && id->qp_type != IB_QPT_XRC_INI) return -EINVAL; id_priv = container_of(id, struct rdma_id_private, id); diff --git a/drivers/infiniband/hw/efa/efa_admin_cmds_defs.h b/drivers/infiniband/hw/efa/efa_admin_cmds_defs.h index 478377b3211d4..0507880b1f457 100644 --- a/drivers/infiniband/hw/efa/efa_admin_cmds_defs.h +++ b/drivers/infiniband/hw/efa/efa_admin_cmds_defs.h @@ -362,9 +362,13 @@ struct efa_admin_reg_mr_cmd { /* * permissions - * 0 : local_write_enable - Write permissions: value - * of 1 needed for RQ buffers and for RDMA write - * 7:1 : reserved1 - remote access flags, etc + * 0 : local_write_enable - Local write permissions: + * must be set for RQ buffers and buffers posted for + * RDMA Read requests + * 1 : reserved1 - MBZ + * 2 : remote_read_enable - Remote read permissions: + * must be set to enable RDMA read from the region + * 7:3 : reserved2 - MBZ */ u8 permissions; @@ -795,6 +799,8 @@ struct efa_admin_mmio_req_read_less_resp { #define EFA_ADMIN_REG_MR_CMD_MEM_ADDR_PHY_MODE_EN_SHIFT 7 #define EFA_ADMIN_REG_MR_CMD_MEM_ADDR_PHY_MODE_EN_MASK BIT(7) #define EFA_ADMIN_REG_MR_CMD_LOCAL_WRITE_ENABLE_MASK BIT(0) +#define EFA_ADMIN_REG_MR_CMD_REMOTE_READ_ENABLE_SHIFT 2 +#define EFA_ADMIN_REG_MR_CMD_REMOTE_READ_ENABLE_MASK BIT(2) /* create_cq_cmd */ #define EFA_ADMIN_CREATE_CQ_CMD_INTERRUPT_MODE_ENABLED_SHIFT 5 diff --git a/drivers/infiniband/hw/efa/efa_com_cmd.c b/drivers/infiniband/hw/efa/efa_com_cmd.c index 5f12f59e9c569..19dba66400670 100644 --- a/drivers/infiniband/hw/efa/efa_com_cmd.c +++ b/drivers/infiniband/hw/efa/efa_com_cmd.c @@ -230,8 +230,7 @@ int efa_com_register_mr(struct efa_com_dev *edev, mr_cmd.flags |= params->page_shift & EFA_ADMIN_REG_MR_CMD_PHYS_PAGE_SIZE_SHIFT_MASK; mr_cmd.iova = params->iova; - mr_cmd.permissions |= params->permissions & - EFA_ADMIN_REG_MR_CMD_LOCAL_WRITE_ENABLE_MASK; + mr_cmd.permissions = params->permissions; if (params->inline_pbl) { memcpy(mr_cmd.pbl.inline_pbl_array, diff --git a/drivers/infiniband/hw/efa/efa_com_cmd.h b/drivers/infiniband/hw/efa/efa_com_cmd.h index 07df9ea02aff9..a67f51a899715 100644 --- a/drivers/infiniband/hw/efa/efa_com_cmd.h +++ b/drivers/infiniband/hw/efa/efa_com_cmd.h @@ -183,12 +183,7 @@ struct efa_com_reg_mr_params { * address mapping */ u8 page_shift; - /* - * permissions - * 0: local_write_enable - Write permissions: value of 1 needed - * for RQ buffers and for RDMA write:1: reserved1 - remote - * access flags, etc - */ + /* see permissions field of struct efa_admin_reg_mr_cmd */ u8 permissions; u8 inline_pbl; u8 indirect; diff --git a/drivers/infiniband/hw/efa/efa_verbs.c b/drivers/infiniband/hw/efa/efa_verbs.c index 993911cf92275..74776cf2b13b0 100644 --- a/drivers/infiniband/hw/efa/efa_verbs.c +++ b/drivers/infiniband/hw/efa/efa_verbs.c @@ -4,6 +4,7 @@ */ #include +#include #include #include @@ -82,7 +83,8 @@ static const char *const efa_stats_names[] = { #define EFA_CHUNK_USED_SIZE \ ((EFA_PTRS_PER_CHUNK * EFA_CHUNK_PAYLOAD_PTR_SIZE) + EFA_CHUNK_PTR_SIZE) -#define EFA_SUPPORTED_ACCESS_FLAGS IB_ACCESS_LOCAL_WRITE +#define EFA_SUPPORTED_ACCESS_FLAGS \ + (IB_ACCESS_LOCAL_WRITE | IB_ACCESS_REMOTE_READ) struct pbl_chunk { dma_addr_t dma_addr; @@ -828,7 +830,12 @@ int efa_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int err; if (udata->inlen && +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0) !ib_is_udata_cleared(udata, 0, udata->inlen)) { +#else + /* WA for e093111ddb6c ("IB/core: Fix input len in multiple user verbs") */ + !ib_is_udata_cleared(udata, 0, udata->inlen - sizeof(struct ib_uverbs_cmd_hdr))) { +#endif ibdev_dbg(&dev->ibdev, "Incompatible ABI params, udata not cleared\n"); return -EINVAL; @@ -1433,7 +1440,7 @@ struct ib_mr *efa_reg_mr(struct ib_pd *ibpd, u64 start, u64 length, params.pd = to_epd(ibpd)->pdn; params.iova = virt_addr; params.mr_length_in_bytes = length; - params.permissions = access_flags & 0x1; + params.permissions = access_flags; pg_sz = ib_umem_find_best_pgsz(mr->umem, dev->dev_attr.page_size_cap, @@ -1635,8 +1642,8 @@ static int __efa_mmap(struct efa_dev *dev, struct efa_ucontext *ucontext, { struct efa_mmap_entry *entry; unsigned long va; + int err = 0; u64 pfn; - int err; entry = mmap_entry_get(dev, ucontext, key, length); if (!entry) { diff --git a/drivers/infiniband/hw/mlx5/devx.c b/drivers/infiniband/hw/mlx5/devx.c index 35c7b1d0b7fdd..6d949066103a6 100644 --- a/drivers/infiniband/hw/mlx5/devx.c +++ b/drivers/infiniband/hw/mlx5/devx.c @@ -1857,8 +1857,10 @@ subscribe_event_xa_alloc(struct mlx5_devx_event_table *devx_event_table, key_level2, obj_event, GFP_KERNEL); - if (err) + if (err) { + kfree(obj_event); return err; + } INIT_LIST_HEAD(&obj_event->obj_sub_list); } diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index a5152f097cb7a..48e8612c1bc8d 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b/drivers/infiniband/sw/rdmavt/qp.c @@ -3227,7 +3227,11 @@ void rvt_ruc_loopback(struct rvt_qp *sqp) spin_lock_irqsave(&sqp->s_lock, flags); rvt_send_complete(sqp, wqe, send_status); if (sqp->ibqp.qp_type == IB_QPT_RC) { - int lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); + int lastwqe; + + spin_lock(&sqp->r_lock); + lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); + spin_unlock(&sqp->r_lock); sqp->s_flags &= ~RVT_S_BUSY; spin_unlock_irqrestore(&sqp->s_lock, flags); diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index 8708ed5477e99..dac806b715afa 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++ b/drivers/infiniband/ulp/srp/ib_srp.c @@ -4222,9 +4222,11 @@ static void srp_remove_one(struct ib_device *device, void *client_data) spin_unlock(&host->target_lock); /* - * Wait for tl_err and target port removal tasks. + * srp_queue_remove_work() queues a call to + * srp_remove_target(). The latter function cancels + * target->tl_err_work so waiting for the remove works to + * finish is sufficient. */ - flush_workqueue(system_long_wq); flush_workqueue(srp_remove_wq); kfree(host); diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 200d54deab007..93a60e7a00fa6 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -131,55 +131,21 @@ static int elan_get_fwinfo(u16 ic_type, u16 *validpage_count, return 0; } -static int elan_enable_power(struct elan_tp_data *data) +static int elan_set_power(struct elan_tp_data *data, bool on) { int repeat = ETP_RETRY_COUNT; int error; - error = regulator_enable(data->vcc); - if (error) { - dev_err(&data->client->dev, - "failed to enable regulator: %d\n", error); - return error; - } - do { - error = data->ops->power_control(data->client, true); + error = data->ops->power_control(data->client, on); if (error >= 0) return 0; msleep(30); } while (--repeat > 0); - dev_err(&data->client->dev, "failed to enable power: %d\n", error); - return error; -} - -static int elan_disable_power(struct elan_tp_data *data) -{ - int repeat = ETP_RETRY_COUNT; - int error; - - do { - error = data->ops->power_control(data->client, false); - if (!error) { - error = regulator_disable(data->vcc); - if (error) { - dev_err(&data->client->dev, - "failed to disable regulator: %d\n", - error); - /* Attempt to power the chip back up */ - data->ops->power_control(data->client, true); - break; - } - - return 0; - } - - msleep(30); - } while (--repeat > 0); - - dev_err(&data->client->dev, "failed to disable power: %d\n", error); + dev_err(&data->client->dev, "failed to set power %s: %d\n", + on ? "on" : "off", error); return error; } @@ -1337,9 +1303,19 @@ static int __maybe_unused elan_suspend(struct device *dev) /* Enable wake from IRQ */ data->irq_wake = (enable_irq_wake(client->irq) == 0); } else { - ret = elan_disable_power(data); + ret = elan_set_power(data, false); + if (ret) + goto err; + + ret = regulator_disable(data->vcc); + if (ret) { + dev_err(dev, "error %d disabling regulator\n", ret); + /* Attempt to power the chip back up */ + elan_set_power(data, true); + } } +err: mutex_unlock(&data->sysfs_mutex); return ret; } @@ -1350,12 +1326,18 @@ static int __maybe_unused elan_resume(struct device *dev) struct elan_tp_data *data = i2c_get_clientdata(client); int error; - if (device_may_wakeup(dev) && data->irq_wake) { + if (!device_may_wakeup(dev)) { + error = regulator_enable(data->vcc); + if (error) { + dev_err(dev, "error %d enabling regulator\n", error); + goto err; + } + } else if (data->irq_wake) { disable_irq_wake(client->irq); data->irq_wake = false; } - error = elan_enable_power(data); + error = elan_set_power(data, true); if (error) { dev_err(dev, "power up when resuming failed: %d\n", error); goto err; diff --git a/drivers/input/tablet/aiptek.c b/drivers/input/tablet/aiptek.c index 06d0ffef4a171..acaf8c045f19a 100644 --- a/drivers/input/tablet/aiptek.c +++ b/drivers/input/tablet/aiptek.c @@ -1801,15 +1801,13 @@ aiptek_probe(struct usb_interface *intf, const struct usb_device_id *id) input_set_abs_params(inputdev, ABS_TILT_Y, AIPTEK_TILT_MIN, AIPTEK_TILT_MAX, 0, 0); input_set_abs_params(inputdev, ABS_WHEEL, AIPTEK_WHEEL_MIN, AIPTEK_WHEEL_MAX - 1, 0, 0); - /* Verify that a device really has an endpoint */ - if (intf->cur_altsetting->desc.bNumEndpoints < 1) { + err = usb_find_common_endpoints(intf->cur_altsetting, + NULL, NULL, &endpoint, NULL); + if (err) { dev_err(&intf->dev, - "interface has %d endpoints, but must have minimum 1\n", - intf->cur_altsetting->desc.bNumEndpoints); - err = -EINVAL; + "interface has no int in endpoints, but must have minimum 1\n"); goto fail3; } - endpoint = &intf->cur_altsetting->endpoint[0].desc; /* Go set up our URB, which is called when the tablet receives * input. diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index ef6af714a7e64..02c2fb551f381 100644 --- a/drivers/iommu/arm-smmu-v3.c +++ b/drivers/iommu/arm-smmu-v3.c @@ -1708,6 +1708,7 @@ static irqreturn_t arm_smmu_evtq_thread(int irq, void *dev) dev_info(smmu->dev, "\t0x%016llx\n", (unsigned long long)evt[i]); + cond_resched(); } /* diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index c5758fb696cc8..afc2341c3911e 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -28,7 +28,7 @@ static struct kset *iommu_group_kset; static DEFINE_IDA(iommu_group_ida); static unsigned int iommu_def_domain_type __read_mostly; -static bool iommu_dma_strict __read_mostly = true; +static bool iommu_dma_strict __read_mostly; static u32 iommu_cmd_line __read_mostly; struct iommu_group { diff --git a/drivers/iommu/iova.c b/drivers/iommu/iova.c index 906582a21124d..628a586be6959 100644 --- a/drivers/iommu/iova.c +++ b/drivers/iommu/iova.c @@ -138,10 +138,11 @@ __cached_rbnode_delete_update(struct iova_domain *iovad, struct iova *free) cached_iova = rb_entry(iovad->cached32_node, struct iova, node); if (free == cached_iova || (free->pfn_hi < iovad->dma_32bit_pfn && - free->pfn_lo >= cached_iova->pfn_lo)) { + free->pfn_lo >= cached_iova->pfn_lo)) iovad->cached32_node = rb_next(&free->node); + + if (free->pfn_lo < iovad->dma_32bit_pfn) iovad->max32_alloc_size = iovad->dma_32bit_pfn; - } cached_iova = rb_entry(iovad->cached_node, struct iova, node); if (free->pfn_lo >= cached_iova->pfn_lo) diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index 2639fc7181171..584eefab1dbcd 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers/iommu/ipmmu-vmsa.c @@ -1061,7 +1061,9 @@ static int ipmmu_probe(struct platform_device *pdev) bitmap_zero(mmu->ctx, IPMMU_CTX_MAX); mmu->features = of_device_get_match_data(&pdev->dev); memset(mmu->utlb_ctx, IPMMU_CTX_INVALID, mmu->features->num_utlbs); - dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(40)); + ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(40)); + if (ret) + return ret; /* Map I/O memory and request IRQ. */ res = platform_get_resource(pdev, IORESOURCE_MEM, 0); diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 9d0b42cb9903e..f589ca2480a1d 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -162,11 +162,11 @@ static inline void __iomem *gic_dist_base(struct irq_data *d) } } -static void gic_do_wait_for_rwp(void __iomem *base) +static void gic_do_wait_for_rwp(void __iomem *base, u32 bit) { u32 count = 1000000; /* 1s! */ - while (readl_relaxed(base + GICD_CTLR) & GICD_CTLR_RWP) { + while (readl_relaxed(base + GICD_CTLR) & bit) { count--; if (!count) { pr_err_ratelimited("RWP timeout, gone fishing\n"); @@ -180,13 +180,13 @@ static void gic_do_wait_for_rwp(void __iomem *base) /* Wait for completion of a distributor change */ static void gic_dist_wait_for_rwp(void) { - gic_do_wait_for_rwp(gic_data.dist_base); + gic_do_wait_for_rwp(gic_data.dist_base, GICD_CTLR_RWP); } /* Wait for completion of a redistributor change */ static void gic_redist_wait_for_rwp(void) { - gic_do_wait_for_rwp(gic_data_rdist_rd_base()); + gic_do_wait_for_rwp(gic_data_rdist_rd_base(), GICR_CTLR_RWP); } #ifdef CONFIG_ARM64 diff --git a/drivers/irqchip/irq-nvic.c b/drivers/irqchip/irq-nvic.c index 160b39b5cd108..128a26d219e2c 100644 --- a/drivers/irqchip/irq-nvic.c +++ b/drivers/irqchip/irq-nvic.c @@ -105,6 +105,7 @@ static int __init nvic_of_init(struct device_node *node, if (!nvic_irq_domain) { pr_warn("Failed to allocate irq domain\n"); + iounmap(nvic_base); return -ENOMEM; } @@ -114,6 +115,7 @@ static int __init nvic_of_init(struct device_node *node, if (ret) { pr_warn("Failed to allocate irq chips\n"); irq_domain_remove(nvic_irq_domain); + iounmap(nvic_base); return ret; } diff --git a/drivers/irqchip/qcom-pdc.c b/drivers/irqchip/qcom-pdc.c index faa7d61b9d6c4..239a889df6080 100644 --- a/drivers/irqchip/qcom-pdc.c +++ b/drivers/irqchip/qcom-pdc.c @@ -50,17 +50,18 @@ static u32 pdc_reg_read(int reg, u32 i) static void pdc_enable_intr(struct irq_data *d, bool on) { int pin_out = d->hwirq; + unsigned long flags; u32 index, mask; u32 enable; index = pin_out / 32; mask = pin_out % 32; - raw_spin_lock(&pdc_lock); + raw_spin_lock_irqsave(&pdc_lock, flags); enable = pdc_reg_read(IRQ_ENABLE_BANK, index); enable = on ? ENABLE_INTR(enable, mask) : CLEAR_INTR(enable, mask); pdc_reg_write(IRQ_ENABLE_BANK, index, enable); - raw_spin_unlock(&pdc_lock); + raw_spin_unlock_irqrestore(&pdc_lock, flags); } static void qcom_pdc_gic_mask(struct irq_data *d) diff --git a/drivers/mailbox/tegra-hsp.c b/drivers/mailbox/tegra-hsp.c index 834b35dc3b137..e9b392dc09bc2 100644 --- a/drivers/mailbox/tegra-hsp.c +++ b/drivers/mailbox/tegra-hsp.c @@ -403,6 +403,11 @@ static int tegra_hsp_mailbox_flush(struct mbox_chan *chan, value = tegra_hsp_channel_readl(ch, HSP_SM_SHRD_MBOX); if ((value & HSP_SM_SHRD_MBOX_FULL) == 0) { mbox_chan_txdone(chan, 0); + + /* Wait until channel is empty */ + if (chan->active_req != NULL) + continue; + return 0; } diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c index 571c04e70343a..3ed8ca47bc6e6 100644 --- a/drivers/md/dm-crypt.c +++ b/drivers/md/dm-crypt.c @@ -2010,7 +2010,7 @@ static int crypt_set_keyring_key(struct crypt_config *cc, const char *key_string static int get_key_size(char **key_string) { - return (*key_string[0] == ':') ? -EINVAL : strlen(*key_string) >> 1; + return (*key_string[0] == ':') ? -EINVAL : (int)(strlen(*key_string) >> 1); } #endif diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 3f15d8dc2b71f..7a73f2fa0ad72 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c @@ -17,6 +17,7 @@ #include #include #include +#include #include @@ -1696,6 +1697,7 @@ static ioctl_fn lookup_ioctl(unsigned int cmd, int *ioctl_flags) if (unlikely(cmd >= ARRAY_SIZE(_ioctls))) return NULL; + cmd = array_index_nospec(cmd, ARRAY_SIZE(_ioctls)); *ioctl_flags = _ioctls[cmd].flags; return _ioctls[cmd].fn; } diff --git a/drivers/media/i2c/adv7511-v4l2.c b/drivers/media/i2c/adv7511-v4l2.c index 809fa44ed9880..86267e01c2511 100644 --- a/drivers/media/i2c/adv7511-v4l2.c +++ b/drivers/media/i2c/adv7511-v4l2.c @@ -555,7 +555,7 @@ static void log_infoframe(struct v4l2_subdev *sd, const struct adv7511_cfg_read_ buffer[3] = 0; buffer[3] = hdmi_infoframe_checksum(buffer, len + 4); - if (hdmi_infoframe_unpack(&frame, buffer, sizeof(buffer)) < 0) { + if (hdmi_infoframe_unpack(&frame, buffer, len + 4) < 0) { v4l2_err(sd, "%s: unpack of %s infoframe failed\n", __func__, cri->desc); return; } diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index b887299ac195f..1cee69919e1b9 100644 --- a/drivers/media/i2c/adv7604.c +++ b/drivers/media/i2c/adv7604.c @@ -2444,7 +2444,7 @@ static int adv76xx_read_infoframe(struct v4l2_subdev *sd, int index, buffer[i + 3] = infoframe_read(sd, adv76xx_cri[index].payload_addr + i); - if (hdmi_infoframe_unpack(frame, buffer, sizeof(buffer)) < 0) { + if (hdmi_infoframe_unpack(frame, buffer, len + 3) < 0) { v4l2_err(sd, "%s: unpack of %s infoframe failed\n", __func__, adv76xx_cri[index].desc); return -ENOENT; diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 02cbab826d0b6..a581e822ce6f5 100644 --- a/drivers/media/i2c/adv7842.c +++ b/drivers/media/i2c/adv7842.c @@ -2574,7 +2574,7 @@ static void log_infoframe(struct v4l2_subdev *sd, struct adv7842_cfg_read_infofr for (i = 0; i < len; i++) buffer[i + 3] = infoframe_read(sd, cri->payload_addr + i); - if (hdmi_infoframe_unpack(&frame, buffer, sizeof(buffer)) < 0) { + if (hdmi_infoframe_unpack(&frame, buffer, len + 3) < 0) { v4l2_err(sd, "%s: unpack of %s infoframe failed\n", __func__, cri->desc); return; } diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c index 570530d976d21..6441e7d63d971 100644 --- a/drivers/media/pci/bt8xx/bttv-driver.c +++ b/drivers/media/pci/bt8xx/bttv-driver.c @@ -3898,7 +3898,7 @@ static int bttv_register_video(struct bttv *btv) /* video */ vdev_init(btv, &btv->video_dev, &bttv_video_template, "video"); - btv->video_dev.device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TUNER | + btv->video_dev.device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_READWRITE | V4L2_CAP_STREAMING; if (btv->tuner_type != TUNER_ABSENT) btv->video_dev.device_caps |= V4L2_CAP_TUNER; @@ -3919,7 +3919,7 @@ static int bttv_register_video(struct bttv *btv) /* vbi */ vdev_init(btv, &btv->vbi_dev, &bttv_video_template, "vbi"); btv->vbi_dev.device_caps = V4L2_CAP_VBI_CAPTURE | V4L2_CAP_READWRITE | - V4L2_CAP_STREAMING | V4L2_CAP_TUNER; + V4L2_CAP_STREAMING; if (btv->tuner_type != TUNER_ABSENT) btv->vbi_dev.device_caps |= V4L2_CAP_TUNER; diff --git a/drivers/media/pci/cx88/cx88-mpeg.c b/drivers/media/pci/cx88/cx88-mpeg.c index a57c991b165b1..10d2971ef0624 100644 --- a/drivers/media/pci/cx88/cx88-mpeg.c +++ b/drivers/media/pci/cx88/cx88-mpeg.c @@ -162,6 +162,9 @@ int cx8802_start_dma(struct cx8802_dev *dev, cx_write(MO_TS_GPCNTRL, GP_COUNT_CONTROL_RESET); q->count = 0; + /* clear interrupt status register */ + cx_write(MO_TS_INTSTAT, 0x1f1111); + /* enable irqs */ dprintk(1, "setting the interrupt mask\n"); cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_TSINT); diff --git a/drivers/media/pci/ivtv/ivtv-driver.h b/drivers/media/pci/ivtv/ivtv-driver.h index cafba6b1055df..90f38552bd362 100644 --- a/drivers/media/pci/ivtv/ivtv-driver.h +++ b/drivers/media/pci/ivtv/ivtv-driver.h @@ -333,7 +333,6 @@ struct ivtv_stream { struct ivtv *itv; /* for ease of use */ const char *name; /* name of the stream */ int type; /* stream type */ - u32 caps; /* V4L2 capabilities */ struct v4l2_fh *fh; /* pointer to the streaming filehandle */ spinlock_t qlock; /* locks access to the queues */ diff --git a/drivers/media/pci/ivtv/ivtv-ioctl.c b/drivers/media/pci/ivtv/ivtv-ioctl.c index 137853944e461..396cc931f41a2 100644 --- a/drivers/media/pci/ivtv/ivtv-ioctl.c +++ b/drivers/media/pci/ivtv/ivtv-ioctl.c @@ -443,7 +443,7 @@ static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_f struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; struct v4l2_window *winfmt = &fmt->fmt.win; - if (!(s->caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) + if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) return -EINVAL; if (!itv->osd_video_pbase) return -EINVAL; @@ -554,7 +554,7 @@ static int ivtv_try_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2 u32 chromakey = fmt->fmt.win.chromakey; u8 global_alpha = fmt->fmt.win.global_alpha; - if (!(s->caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) + if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) return -EINVAL; if (!itv->osd_video_pbase) return -EINVAL; @@ -1386,7 +1386,7 @@ static int ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) 0, }; - if (!(s->caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) + if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) return -ENOTTY; if (!itv->osd_video_pbase) return -ENOTTY; @@ -1453,7 +1453,7 @@ static int ivtv_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffe struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; struct yuv_playback_info *yi = &itv->yuv_info; - if (!(s->caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) + if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) return -ENOTTY; if (!itv->osd_video_pbase) return -ENOTTY; @@ -1473,7 +1473,7 @@ static int ivtv_overlay(struct file *file, void *fh, unsigned int on) struct ivtv *itv = id->itv; struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; - if (!(s->caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) + if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) return -ENOTTY; if (!itv->osd_video_pbase) return -ENOTTY; diff --git a/drivers/media/pci/ivtv/ivtv-streams.c b/drivers/media/pci/ivtv/ivtv-streams.c index f7de9118f609d..200d2100dbffd 100644 --- a/drivers/media/pci/ivtv/ivtv-streams.c +++ b/drivers/media/pci/ivtv/ivtv-streams.c @@ -176,7 +176,7 @@ static void ivtv_stream_init(struct ivtv *itv, int type) s->itv = itv; s->type = type; s->name = ivtv_stream_info[type].name; - s->caps = ivtv_stream_info[type].v4l2_caps; + s->vdev.device_caps = ivtv_stream_info[type].v4l2_caps; if (ivtv_stream_info[type].pio) s->dma = PCI_DMA_NONE; @@ -299,12 +299,9 @@ static int ivtv_reg_dev(struct ivtv *itv, int type) if (s_mpg->vdev.v4l2_dev) num = s_mpg->vdev.num + ivtv_stream_info[type].num_offset; } - s->vdev.device_caps = s->caps; - if (itv->osd_video_pbase) { - itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps |= - V4L2_CAP_VIDEO_OUTPUT_OVERLAY; - itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps |= - V4L2_CAP_VIDEO_OUTPUT_OVERLAY; + if (itv->osd_video_pbase && (type == IVTV_DEC_STREAM_TYPE_YUV || + type == IVTV_DEC_STREAM_TYPE_MPG)) { + s->vdev.device_caps |= V4L2_CAP_VIDEO_OUTPUT_OVERLAY; itv->v4l2_cap |= V4L2_CAP_VIDEO_OUTPUT_OVERLAY; } video_set_drvdata(&s->vdev, s); diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index 1e0867016bf37..c87eddb1c93f7 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -151,7 +151,7 @@ #define VE_SRC_TB_EDGE_DET_BOT GENMASK(28, VE_SRC_TB_EDGE_DET_BOT_SHF) #define VE_MODE_DETECT_STATUS 0x098 -#define VE_MODE_DETECT_H_PIXELS GENMASK(11, 0) +#define VE_MODE_DETECT_H_PERIOD GENMASK(11, 0) #define VE_MODE_DETECT_V_LINES_SHF 16 #define VE_MODE_DETECT_V_LINES GENMASK(27, VE_MODE_DETECT_V_LINES_SHF) #define VE_MODE_DETECT_STATUS_VSYNC BIT(28) @@ -162,6 +162,8 @@ #define VE_SYNC_STATUS_VSYNC_SHF 16 #define VE_SYNC_STATUS_VSYNC GENMASK(27, VE_SYNC_STATUS_VSYNC_SHF) +#define VE_H_TOTAL_PIXELS 0x0A0 + #define VE_INTERRUPT_CTRL 0x304 #define VE_INTERRUPT_STATUS 0x308 #define VE_INTERRUPT_MODE_DETECT_WD BIT(0) @@ -743,6 +745,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) u32 src_lr_edge; u32 src_tb_edge; u32 sync; + u32 htotal; struct v4l2_bt_timings *det = &video->detected_timings; det->width = MIN_WIDTH; @@ -787,6 +790,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) src_tb_edge = aspeed_video_read(video, VE_SRC_TB_EDGE_DET); mds = aspeed_video_read(video, VE_MODE_DETECT_STATUS); sync = aspeed_video_read(video, VE_SYNC_STATUS); + htotal = aspeed_video_read(video, VE_H_TOTAL_PIXELS); video->frame_bottom = (src_tb_edge & VE_SRC_TB_EDGE_DET_BOT) >> VE_SRC_TB_EDGE_DET_BOT_SHF; @@ -803,8 +807,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) VE_SRC_LR_EDGE_DET_RT_SHF; video->frame_left = src_lr_edge & VE_SRC_LR_EDGE_DET_LEFT; det->hfrontporch = video->frame_left; - det->hbackporch = (mds & VE_MODE_DETECT_H_PIXELS) - - video->frame_right; + det->hbackporch = htotal - video->frame_right; det->hsync = sync & VE_SYNC_STATUS_HSYNC; if (video->frame_left > video->frame_right) continue; diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c index 834f11fe9dc29..0adc54832657b 100644 --- a/drivers/media/platform/coda/coda-common.c +++ b/drivers/media/platform/coda/coda-common.c @@ -372,6 +372,7 @@ static struct vdoa_data *coda_get_vdoa_data(void) if (!vdoa_data) vdoa_data = ERR_PTR(-EPROBE_DEFER); + put_device(&vdoa_pdev->dev); out: of_node_put(vdoa_node); diff --git a/drivers/media/platform/davinci/vpif.c b/drivers/media/platform/davinci/vpif.c index df66461f5d4f1..e7e8eba048acf 100644 --- a/drivers/media/platform/davinci/vpif.c +++ b/drivers/media/platform/davinci/vpif.c @@ -496,6 +496,7 @@ static int vpif_probe(struct platform_device *pdev) static int vpif_remove(struct platform_device *pdev) { + pm_runtime_put(&pdev->dev); pm_runtime_disable(&pdev->dev); return 0; } diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index bfca9d0a1fe15..5ae13ee9272d5 100644 --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c @@ -3821,6 +3821,8 @@ static int em28xx_usb_probe(struct usb_interface *intf, goto err_free; } + kref_init(&dev->ref); + dev->devno = nr; dev->model = id->driver_info; dev->alt = -1; @@ -3921,6 +3923,8 @@ static int em28xx_usb_probe(struct usb_interface *intf, } if (dev->board.has_dual_ts && em28xx_duplicate_dev(dev) == 0) { + kref_init(&dev->dev_next->ref); + dev->dev_next->ts = SECONDARY_TS; dev->dev_next->alt = -1; dev->dev_next->is_audio_only = has_vendor_audio && @@ -3975,12 +3979,8 @@ static int em28xx_usb_probe(struct usb_interface *intf, em28xx_write_reg(dev, 0x0b, 0x82); mdelay(100); } - - kref_init(&dev->dev_next->ref); } - kref_init(&dev->ref); - request_modules(dev); /* @@ -4035,11 +4035,8 @@ static void em28xx_usb_disconnect(struct usb_interface *intf) em28xx_close_extension(dev); - if (dev->dev_next) { - em28xx_close_extension(dev->dev_next); + if (dev->dev_next) em28xx_release_resources(dev->dev_next); - } - em28xx_release_resources(dev); if (dev->dev_next) { diff --git a/drivers/media/usb/go7007/s2250-board.c b/drivers/media/usb/go7007/s2250-board.c index 49e75a1a1f3f8..af3b18c6d9e17 100644 --- a/drivers/media/usb/go7007/s2250-board.c +++ b/drivers/media/usb/go7007/s2250-board.c @@ -504,6 +504,7 @@ static int s2250_probe(struct i2c_client *client, u8 *data; struct go7007 *go = i2c_get_adapdata(adapter); struct go7007_usb *usb = go->hpi_context; + int err = -EIO; audio = i2c_new_dummy_device(adapter, TLV320_ADDRESS >> 1); if (IS_ERR(audio)) @@ -532,11 +533,8 @@ static int s2250_probe(struct i2c_client *client, V4L2_CID_HUE, -512, 511, 1, 0); sd->ctrl_handler = &state->hdl; if (state->hdl.error) { - int err = state->hdl.error; - - v4l2_ctrl_handler_free(&state->hdl); - kfree(state); - return err; + err = state->hdl.error; + goto fail; } state->std = V4L2_STD_NTSC; @@ -600,7 +598,7 @@ static int s2250_probe(struct i2c_client *client, i2c_unregister_device(audio); v4l2_ctrl_handler_free(&state->hdl); kfree(state); - return -EIO; + return err; } static int s2250_remove(struct i2c_client *client) diff --git a/drivers/media/usb/hdpvr/hdpvr-video.c b/drivers/media/usb/hdpvr/hdpvr-video.c index bad71d863d395..7849f1fbbcc4d 100644 --- a/drivers/media/usb/hdpvr/hdpvr-video.c +++ b/drivers/media/usb/hdpvr/hdpvr-video.c @@ -308,7 +308,6 @@ static int hdpvr_start_streaming(struct hdpvr_device *dev) dev->status = STATUS_STREAMING; - INIT_WORK(&dev->worker, hdpvr_transmit_buffers); schedule_work(&dev->worker); v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev, @@ -1165,6 +1164,9 @@ int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, bool ac3 = dev->flags & HDPVR_FLAG_AC3_CAP; int res; + // initialize dev->worker + INIT_WORK(&dev->worker, hdpvr_transmit_buffers); + dev->cur_std = V4L2_STD_525_60; dev->width = 720; dev->height = 480; diff --git a/drivers/media/usb/stk1160/stk1160-core.c b/drivers/media/usb/stk1160/stk1160-core.c index 4e1698f788187..ce717502ea4c3 100644 --- a/drivers/media/usb/stk1160/stk1160-core.c +++ b/drivers/media/usb/stk1160/stk1160-core.c @@ -403,7 +403,7 @@ static void stk1160_disconnect(struct usb_interface *interface) /* Here is the only place where isoc get released */ stk1160_uninit_isoc(dev); - stk1160_clear_queue(dev); + stk1160_clear_queue(dev, VB2_BUF_STATE_ERROR); video_unregister_device(&dev->vdev); v4l2_device_disconnect(&dev->v4l2_dev); diff --git a/drivers/media/usb/stk1160/stk1160-v4l.c b/drivers/media/usb/stk1160/stk1160-v4l.c index bcd14c66e8dfa..a307807571ab9 100644 --- a/drivers/media/usb/stk1160/stk1160-v4l.c +++ b/drivers/media/usb/stk1160/stk1160-v4l.c @@ -258,7 +258,7 @@ static int stk1160_start_streaming(struct stk1160 *dev) stk1160_uninit_isoc(dev); out_stop_hw: usb_set_interface(dev->udev, 0, 0); - stk1160_clear_queue(dev); + stk1160_clear_queue(dev, VB2_BUF_STATE_QUEUED); mutex_unlock(&dev->v4l_lock); @@ -306,7 +306,7 @@ static int stk1160_stop_streaming(struct stk1160 *dev) stk1160_stop_hw(dev); - stk1160_clear_queue(dev); + stk1160_clear_queue(dev, VB2_BUF_STATE_ERROR); stk1160_dbg("streaming stopped\n"); @@ -745,7 +745,7 @@ static const struct video_device v4l_template = { /********************************************************************/ /* Must be called with both v4l_lock and vb_queue_lock hold */ -void stk1160_clear_queue(struct stk1160 *dev) +void stk1160_clear_queue(struct stk1160 *dev, enum vb2_buffer_state vb2_state) { struct stk1160_buffer *buf; unsigned long flags; @@ -756,7 +756,7 @@ void stk1160_clear_queue(struct stk1160 *dev) buf = list_first_entry(&dev->avail_bufs, struct stk1160_buffer, list); list_del(&buf->list); - vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR); + vb2_buffer_done(&buf->vb.vb2_buf, vb2_state); stk1160_dbg("buffer [%p/%d] aborted\n", buf, buf->vb.vb2_buf.index); } @@ -766,7 +766,7 @@ void stk1160_clear_queue(struct stk1160 *dev) buf = dev->isoc_ctl.buf; dev->isoc_ctl.buf = NULL; - vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR); + vb2_buffer_done(&buf->vb.vb2_buf, vb2_state); stk1160_dbg("buffer [%p/%d] aborted\n", buf, buf->vb.vb2_buf.index); } diff --git a/drivers/media/usb/stk1160/stk1160.h b/drivers/media/usb/stk1160/stk1160.h index a31ea1c80f255..a70963ce87533 100644 --- a/drivers/media/usb/stk1160/stk1160.h +++ b/drivers/media/usb/stk1160/stk1160.h @@ -166,7 +166,7 @@ struct regval { int stk1160_vb2_setup(struct stk1160 *dev); int stk1160_video_register(struct stk1160 *dev); void stk1160_video_unregister(struct stk1160 *dev); -void stk1160_clear_queue(struct stk1160 *dev); +void stk1160_clear_queue(struct stk1160 *dev, enum vb2_buffer_state vb2_state); /* Provided by stk1160-video.c */ int stk1160_alloc_isoc(struct stk1160 *dev); diff --git a/drivers/memory/emif.c b/drivers/memory/emif.c index af296b6fcbbdc..9c4c668f9a88a 100644 --- a/drivers/memory/emif.c +++ b/drivers/memory/emif.c @@ -1423,7 +1423,7 @@ static struct emif_data *__init_or_module get_device_details( temp = devm_kzalloc(dev, sizeof(*pd), GFP_KERNEL); dev_info = devm_kzalloc(dev, sizeof(*dev_info), GFP_KERNEL); - if (!emif || !pd || !dev_info) { + if (!emif || !temp || !dev_info) { dev_err(dev, "%s:%d: allocation error\n", __func__, __LINE__); goto error; } @@ -1515,7 +1515,7 @@ static int __init_or_module emif_probe(struct platform_device *pdev) { struct emif_data *emif; struct resource *res; - int irq; + int irq, ret; if (pdev->dev.of_node) emif = of_get_memory_device_details(pdev->dev.of_node, &pdev->dev); @@ -1549,7 +1549,9 @@ static int __init_or_module emif_probe(struct platform_device *pdev) emif_onetime_settings(emif); emif_debugfs_init(emif); disable_and_clear_all_interrupts(emif); - setup_interrupts(emif, irq); + ret = setup_interrupts(emif, irq); + if (ret) + goto error; /* One-time actions taken on probing the first device */ if (!emif1) { diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c index a6bd2134cea2a..14e4bbe6a9da3 100644 --- a/drivers/mfd/asic3.c +++ b/drivers/mfd/asic3.c @@ -914,14 +914,14 @@ static int __init asic3_mfd_probe(struct platform_device *pdev, ret = mfd_add_devices(&pdev->dev, pdev->id, &asic3_cell_ds1wm, 1, mem, asic->irq_base, NULL); if (ret < 0) - goto out; + goto out_unmap; } if (mem_sdio && (irq >= 0)) { ret = mfd_add_devices(&pdev->dev, pdev->id, &asic3_cell_mmc, 1, mem_sdio, irq, NULL); if (ret < 0) - goto out; + goto out_unmap; } ret = 0; @@ -935,8 +935,12 @@ static int __init asic3_mfd_probe(struct platform_device *pdev, ret = mfd_add_devices(&pdev->dev, 0, asic3_cell_leds, ASIC3_NUM_LEDS, NULL, 0, NULL); } + return ret; - out: +out_unmap: + if (asic->tmio_cnf) + iounmap(asic->tmio_cnf); +out: return ret; } diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c index 1abe7432aad82..e281a9202f110 100644 --- a/drivers/mfd/mc13xxx-core.c +++ b/drivers/mfd/mc13xxx-core.c @@ -323,8 +323,10 @@ int mc13xxx_adc_do_conversion(struct mc13xxx *mc13xxx, unsigned int mode, adc1 |= MC13783_ADC1_ATOX; dev_dbg(mc13xxx->dev, "%s: request irq\n", __func__); - mc13xxx_irq_request(mc13xxx, MC13XXX_IRQ_ADCDONE, + ret = mc13xxx_irq_request(mc13xxx, MC13XXX_IRQ_ADCDONE, mc13xxx_handler_adcdone, __func__, &adcdone_data); + if (ret) + goto out; mc13xxx_reg_write(mc13xxx, MC13XXX_ADC0, adc0); mc13xxx_reg_write(mc13xxx, MC13XXX_ADC1, adc1); diff --git a/drivers/misc/cardreader/alcor_pci.c b/drivers/misc/cardreader/alcor_pci.c index 1fadb95b85b09..ba5d5c102b3cc 100644 --- a/drivers/misc/cardreader/alcor_pci.c +++ b/drivers/misc/cardreader/alcor_pci.c @@ -260,7 +260,7 @@ static int alcor_pci_probe(struct pci_dev *pdev, if (!priv) return -ENOMEM; - ret = ida_simple_get(&alcor_pci_idr, 0, 0, GFP_KERNEL); + ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); if (ret < 0) return ret; priv->id = ret; @@ -274,7 +274,8 @@ static int alcor_pci_probe(struct pci_dev *pdev, ret = pci_request_regions(pdev, DRV_NAME_ALCOR_PCI); if (ret) { dev_err(&pdev->dev, "Cannot request region\n"); - return -ENOMEM; + ret = -ENOMEM; + goto error_free_ida; } if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) { @@ -318,6 +319,8 @@ static int alcor_pci_probe(struct pci_dev *pdev, error_release_regions: pci_release_regions(pdev); +error_free_ida: + ida_free(&alcor_pci_idr, priv->id); return ret; } @@ -331,7 +334,7 @@ static void alcor_pci_remove(struct pci_dev *pdev) mfd_remove_devices(&pdev->dev); - ida_simple_remove(&alcor_pci_idr, priv->id); + ida_free(&alcor_pci_idr, priv->id); pci_release_regions(pdev); pci_set_drvdata(pdev, NULL); diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c index 8d18f19c99c4b..2f88581057335 100644 --- a/drivers/misc/kgdbts.c +++ b/drivers/misc/kgdbts.c @@ -1060,10 +1060,10 @@ static int kgdbts_option_setup(char *opt) { if (strlen(opt) >= MAX_CONFIG_LEN) { printk(KERN_ERR "kgdbts: config string too long\n"); - return -ENOSPC; + return 1; } strcpy(config, opt); - return 0; + return 1; } __setup("kgdbts=", kgdbts_option_setup); diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index e955f1ef25643..32801639e0be5 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c @@ -497,6 +497,16 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev) EXPORT_SYMBOL(mmc_alloc_host); +static int mmc_validate_host_caps(struct mmc_host *host) +{ + if (host->caps & MMC_CAP_SDIO_IRQ && !host->ops->enable_sdio_irq) { + dev_warn(host->parent, "missing ->enable_sdio_irq() ops\n"); + return -EINVAL; + } + + return 0; +} + /** * mmc_add_host - initialise host hardware * @host: mmc host @@ -509,8 +519,9 @@ int mmc_add_host(struct mmc_host *host) { int err; - WARN_ON((host->caps & MMC_CAP_SDIO_IRQ) && - !host->ops->enable_sdio_irq); + err = mmc_validate_host_caps(host); + if (err) + return err; err = device_add(&host->class_dev); if (err) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index ebfaeb33bc8c0..ade7c022a33c0 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc/host/davinci_mmc.c @@ -1376,8 +1376,12 @@ static int davinci_mmcsd_suspend(struct device *dev) static int davinci_mmcsd_resume(struct device *dev) { struct mmc_davinci_host *host = dev_get_drvdata(dev); + int ret; + + ret = clk_enable(host->clk); + if (ret) + return ret; - clk_enable(host->clk); mmc_davinci_reset_ctrl(host, 0); return 0; diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c index cdd57ce55b2fa..9044faf0050a1 100644 --- a/drivers/mmc/host/meson-gx-mmc.c +++ b/drivers/mmc/host/meson-gx-mmc.c @@ -174,6 +174,8 @@ struct meson_host { int irq; bool vqmmc_enabled; + bool needs_pre_post_req; + }; #define CMD_CFG_LENGTH_MASK GENMASK(8, 0) @@ -655,6 +657,8 @@ static void meson_mmc_request_done(struct mmc_host *mmc, struct meson_host *host = mmc_priv(mmc); host->cmd = NULL; + if (host->needs_pre_post_req) + meson_mmc_post_req(mmc, mrq, 0); mmc_request_done(host->mmc, mrq); } @@ -872,7 +876,7 @@ static int meson_mmc_validate_dram_access(struct mmc_host *mmc, struct mmc_data static void meson_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) { struct meson_host *host = mmc_priv(mmc); - bool needs_pre_post_req = mrq->data && + host->needs_pre_post_req = mrq->data && !(mrq->data->host_cookie & SD_EMMC_PRE_REQ_DONE); /* @@ -888,22 +892,19 @@ static void meson_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) } } - if (needs_pre_post_req) { + if (host->needs_pre_post_req) { meson_mmc_get_transfer_mode(mmc, mrq); if (!meson_mmc_desc_chain_mode(mrq->data)) - needs_pre_post_req = false; + host->needs_pre_post_req = false; } - if (needs_pre_post_req) + if (host->needs_pre_post_req) meson_mmc_pre_req(mmc, mrq); /* Stop execution */ writel(0, host->regs + SD_EMMC_START); meson_mmc_start_cmd(mmc, mrq->sbc ?: mrq->cmd); - - if (needs_pre_post_req) - meson_mmc_post_req(mmc, mrq, 0); } static void meson_mmc_read_resp(struct mmc_host *mmc, struct mmc_command *cmd) diff --git a/drivers/mmc/host/mmci_stm32_sdmmc.c b/drivers/mmc/host/mmci_stm32_sdmmc.c index 0953bd8a4f79d..3bb59d670220f 100644 --- a/drivers/mmc/host/mmci_stm32_sdmmc.c +++ b/drivers/mmc/host/mmci_stm32_sdmmc.c @@ -36,8 +36,8 @@ int sdmmc_idma_validate_data(struct mmci_host *host, * excepted the last element which has no constraint on idmasize */ for_each_sg(data->sg, sg, data->sg_len - 1, i) { - if (!IS_ALIGNED(sg_dma_address(data->sg), sizeof(u32)) || - !IS_ALIGNED(sg_dma_len(data->sg), SDMMC_IDMA_BURST)) { + if (!IS_ALIGNED(sg->offset, sizeof(u32)) || + !IS_ALIGNED(sg->length, SDMMC_IDMA_BURST)) { dev_err(mmc_dev(host->mmc), "unaligned scatterlist: ofst:%x length:%d\n", data->sg->offset, data->sg->length); @@ -45,7 +45,7 @@ int sdmmc_idma_validate_data(struct mmci_host *host, } } - if (!IS_ALIGNED(sg_dma_address(data->sg), sizeof(u32))) { + if (!IS_ALIGNED(sg->offset, sizeof(u32))) { dev_err(mmc_dev(host->mmc), "unaligned last scatterlist: ofst:%x length:%d\n", data->sg->offset, data->sg->length); diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c index 689eb119d44fc..23fd93407eced 100644 --- a/drivers/mmc/host/renesas_sdhi_core.c +++ b/drivers/mmc/host/renesas_sdhi_core.c @@ -349,10 +349,10 @@ static void renesas_sdhi_hs400_complete(struct tmio_mmc_host *host) SH_MOBILE_SDHI_SCC_TMPPORT2_HS400OSEL) | sd_scc_read32(host, priv, SH_MOBILE_SDHI_SCC_TMPPORT2)); - /* Set the sampling clock selection range of HS400 mode */ sd_scc_write32(host, priv, SH_MOBILE_SDHI_SCC_DTCNTL, SH_MOBILE_SDHI_SCC_DTCNTL_TAPEN | - 0x4 << SH_MOBILE_SDHI_SCC_DTCNTL_TAPNUM_SHIFT); + sd_scc_read32(host, priv, + SH_MOBILE_SDHI_SCC_DTCNTL)); if (host->pdata->flags & TMIO_MMC_HAVE_4TAP_HS400) diff --git a/drivers/mmc/host/sdhci-xenon.c b/drivers/mmc/host/sdhci-xenon.c index 5f57e78e5f13f..6f6fb4c4448f0 100644 --- a/drivers/mmc/host/sdhci-xenon.c +++ b/drivers/mmc/host/sdhci-xenon.c @@ -240,16 +240,6 @@ static void xenon_voltage_switch(struct sdhci_host *host) { /* Wait for 5ms after set 1.8V signal enable bit */ usleep_range(5000, 5500); - - /* - * For some reason the controller's Host Control2 register reports - * the bit representing 1.8V signaling as 0 when read after it was - * written as 1. Subsequent read reports 1. - * - * Since this may cause some issues, do an empty read of the Host - * Control2 register here to circumvent this. - */ - sdhci_readw(host, SDHCI_HOST_CONTROL2); } static const struct sdhci_ops sdhci_xenon_ops = { diff --git a/drivers/mtd/nand/onenand/generic.c b/drivers/mtd/nand/onenand/generic.c index 8b6f4da5d7201..a4b8b65fe15f5 100644 --- a/drivers/mtd/nand/onenand/generic.c +++ b/drivers/mtd/nand/onenand/generic.c @@ -53,7 +53,12 @@ static int generic_onenand_probe(struct platform_device *pdev) } info->onenand.mmcontrol = pdata ? pdata->mmcontrol : NULL; - info->onenand.irq = platform_get_irq(pdev, 0); + + err = platform_get_irq(pdev, 0); + if (err < 0) + goto out_iounmap; + + info->onenand.irq = err; info->mtd.dev.parent = &pdev->dev; info->mtd.priv = &info->onenand; diff --git a/drivers/mtd/nand/raw/atmel/nand-controller.c b/drivers/mtd/nand/raw/atmel/nand-controller.c index 23d11e8b56441..17c751f359d3d 100644 --- a/drivers/mtd/nand/raw/atmel/nand-controller.c +++ b/drivers/mtd/nand/raw/atmel/nand-controller.c @@ -2004,13 +2004,15 @@ static int atmel_nand_controller_init(struct atmel_nand_controller *nc, nc->mck = of_clk_get(dev->parent->of_node, 0); if (IS_ERR(nc->mck)) { dev_err(dev, "Failed to retrieve MCK clk\n"); - return PTR_ERR(nc->mck); + ret = PTR_ERR(nc->mck); + goto out_release_dma; } np = of_parse_phandle(dev->parent->of_node, "atmel,smc", 0); if (!np) { dev_err(dev, "Missing or invalid atmel,smc property\n"); - return -EINVAL; + ret = -EINVAL; + goto out_release_dma; } nc->smc = syscon_node_to_regmap(np); @@ -2018,10 +2020,16 @@ static int atmel_nand_controller_init(struct atmel_nand_controller *nc, if (IS_ERR(nc->smc)) { ret = PTR_ERR(nc->smc); dev_err(dev, "Could not get SMC regmap (err = %d)\n", ret); - return ret; + goto out_release_dma; } return 0; + +out_release_dma: + if (nc->dmac) + dma_release_channel(nc->dmac); + + return ret; } static int diff --git a/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c index ab2f824abf549..02218c3b548f9 100644 --- a/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c +++ b/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c @@ -645,6 +645,7 @@ static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this, const struct nand_sdr_timings *sdr) { struct gpmi_nfc_hardware_timing *hw = &this->hw; + struct resources *r = &this->resources; unsigned int dll_threshold_ps = this->devdata->max_chain_delay; unsigned int period_ps, reference_period_ps; unsigned int data_setup_cycles, data_hold_cycles, addr_setup_cycles; @@ -668,6 +669,8 @@ static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this, wrn_dly_sel = BV_GPMI_CTRL1_WRN_DLY_SEL_NO_DELAY; } + hw->clk_rate = clk_round_rate(r->clock[0], hw->clk_rate); + /* SDR core timings are given in picoseconds */ period_ps = div_u64((u64)NSEC_PER_SEC * 1000, hw->clk_rate); diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index d636bbe214cb9..df521ff0b3280 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c @@ -350,9 +350,6 @@ static ssize_t dev_attribute_show(struct device *dev, * we still can use 'ubi->ubi_num'. */ ubi = container_of(dev, struct ubi_device, dev); - ubi = ubi_get_device(ubi->ubi_num); - if (!ubi) - return -ENODEV; if (attr == &dev_eraseblock_size) ret = sprintf(buf, "%d\n", ubi->leb_size); @@ -381,7 +378,6 @@ static ssize_t dev_attribute_show(struct device *dev, else ret = -EINVAL; - ubi_put_device(ubi); return ret; } @@ -956,9 +952,6 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, goto out_detach; } - /* Make device "available" before it becomes accessible via sysfs */ - ubi_devices[ubi_num] = ubi; - err = uif_init(ubi); if (err) goto out_detach; @@ -1003,6 +996,7 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, wake_up_process(ubi->bgt_thread); spin_unlock(&ubi->wl_lock); + ubi_devices[ubi_num] = ubi; ubi_notify_all(ubi, UBI_VOLUME_ADDED, NULL); return ubi_num; @@ -1011,7 +1005,6 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, out_uif: uif_close(ubi); out_detach: - ubi_devices[ubi_num] = NULL; ubi_wl_close(ubi); ubi_free_internal_volumes(ubi); vfree(ubi->vtbl); diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c index 53f448e7433a9..6e95c4b1473e6 100644 --- a/drivers/mtd/ubi/fastmap.c +++ b/drivers/mtd/ubi/fastmap.c @@ -468,7 +468,9 @@ static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, if (err == UBI_IO_FF_BITFLIPS) scrub = 1; - add_aeb(ai, free, pnum, ec, scrub); + ret = add_aeb(ai, free, pnum, ec, scrub); + if (ret) + goto out; continue; } else if (err == 0 || err == UBI_IO_BITFLIPS) { dbg_bld("Found non empty PEB:%i in pool", pnum); @@ -638,8 +640,10 @@ static int ubi_attach_fastmap(struct ubi_device *ubi, if (fm_pos >= fm_size) goto fail_bad; - add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), - be32_to_cpu(fmec->ec), 0); + ret = add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), + be32_to_cpu(fmec->ec), 0); + if (ret) + goto fail; } /* read EC values from used list */ @@ -649,8 +653,10 @@ static int ubi_attach_fastmap(struct ubi_device *ubi, if (fm_pos >= fm_size) goto fail_bad; - add_aeb(ai, &used, be32_to_cpu(fmec->pnum), - be32_to_cpu(fmec->ec), 0); + ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), + be32_to_cpu(fmec->ec), 0); + if (ret) + goto fail; } /* read EC values from scrub list */ @@ -660,8 +666,10 @@ static int ubi_attach_fastmap(struct ubi_device *ubi, if (fm_pos >= fm_size) goto fail_bad; - add_aeb(ai, &used, be32_to_cpu(fmec->pnum), - be32_to_cpu(fmec->ec), 1); + ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), + be32_to_cpu(fmec->ec), 1); + if (ret) + goto fail; } /* read EC values from erase list */ @@ -671,8 +679,10 @@ static int ubi_attach_fastmap(struct ubi_device *ubi, if (fm_pos >= fm_size) goto fail_bad; - add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), - be32_to_cpu(fmec->ec), 1); + ret = add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), + be32_to_cpu(fmec->ec), 1); + if (ret) + goto fail; } ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count); diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c index 139ee132bfbcf..1bc7b3a056046 100644 --- a/drivers/mtd/ubi/vmt.c +++ b/drivers/mtd/ubi/vmt.c @@ -56,16 +56,11 @@ static ssize_t vol_attribute_show(struct device *dev, { int ret; struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); - struct ubi_device *ubi; - - ubi = ubi_get_device(vol->ubi->ubi_num); - if (!ubi) - return -ENODEV; + struct ubi_device *ubi = vol->ubi; spin_lock(&ubi->volumes_lock); if (!ubi->volumes[vol->vol_id]) { spin_unlock(&ubi->volumes_lock); - ubi_put_device(ubi); return -ENODEV; } /* Take a reference to prevent volume removal */ @@ -103,7 +98,6 @@ static ssize_t vol_attribute_show(struct device *dev, vol->ref_count -= 1; ubi_assert(vol->ref_count >= 0); spin_unlock(&ubi->volumes_lock); - ubi_put_device(ubi); return ret; } diff --git a/drivers/net/arcnet/com20020-pci.c b/drivers/net/arcnet/com20020-pci.c index eb7f76753c9c0..9f44e2e458df1 100644 --- a/drivers/net/arcnet/com20020-pci.c +++ b/drivers/net/arcnet/com20020-pci.c @@ -136,6 +136,9 @@ static int com20020pci_probe(struct pci_dev *pdev, return -ENOMEM; ci = (struct com20020_pci_card_info *)id->driver_data; + if (!ci) + return -EINVAL; + priv->ci = ci; mm = &ci->misc_map; diff --git a/drivers/net/can/rcar/rcar_canfd.c b/drivers/net/can/rcar/rcar_canfd.c index edaa1ca972c15..d4e9815ca26ff 100644 --- a/drivers/net/can/rcar/rcar_canfd.c +++ b/drivers/net/can/rcar/rcar_canfd.c @@ -1598,15 +1598,15 @@ static int rcar_canfd_channel_probe(struct rcar_canfd_global *gpriv, u32 ch, netif_napi_add(ndev, &priv->napi, rcar_canfd_rx_poll, RCANFD_NAPI_WEIGHT); + spin_lock_init(&priv->tx_lock); + devm_can_led_init(ndev); + gpriv->ch[priv->channel] = priv; err = register_candev(ndev); if (err) { dev_err(&pdev->dev, "register_candev() failed, error %d\n", err); goto fail_candev; } - spin_lock_init(&priv->tx_lock); - devm_can_led_init(ndev); - gpriv->ch[priv->channel] = priv; dev_info(&pdev->dev, "device registered (channel %u)\n", priv->channel); return 0; diff --git a/drivers/net/can/usb/ems_usb.c b/drivers/net/can/usb/ems_usb.c index 249d2fba28c7f..6458da9c13b95 100644 --- a/drivers/net/can/usb/ems_usb.c +++ b/drivers/net/can/usb/ems_usb.c @@ -823,7 +823,6 @@ static netdev_tx_t ems_usb_start_xmit(struct sk_buff *skb, struct net_device *ne usb_unanchor_urb(urb); usb_free_coherent(dev->udev, size, buf, urb->transfer_dma); - dev_kfree_skb(skb); atomic_dec(&dev->active_tx_urbs); diff --git a/drivers/net/can/usb/gs_usb.c b/drivers/net/can/usb/gs_usb.c index 8b4c1bb77c334..76747d94c7602 100644 --- a/drivers/net/can/usb/gs_usb.c +++ b/drivers/net/can/usb/gs_usb.c @@ -190,8 +190,8 @@ struct gs_can { struct gs_usb { struct gs_can *canch[GS_MAX_INTF]; struct usb_anchor rx_submitted; - atomic_t active_channels; struct usb_device *udev; + u8 active_channels; }; /* 'allocate' a tx context. @@ -588,7 +588,7 @@ static int gs_can_open(struct net_device *netdev) if (rc) return rc; - if (atomic_add_return(1, &parent->active_channels) == 1) { + if (!parent->active_channels) { for (i = 0; i < GS_MAX_RX_URBS; i++) { struct urb *urb; u8 *buf; @@ -689,6 +689,7 @@ static int gs_can_open(struct net_device *netdev) dev->can.state = CAN_STATE_ERROR_ACTIVE; + parent->active_channels++; if (!(dev->can.ctrlmode & CAN_CTRLMODE_LISTENONLY)) netif_start_queue(netdev); @@ -704,7 +705,8 @@ static int gs_can_close(struct net_device *netdev) netif_stop_queue(netdev); /* Stop polling */ - if (atomic_dec_and_test(&parent->active_channels)) + parent->active_channels--; + if (!parent->active_channels) usb_kill_anchored_urbs(&parent->rx_submitted); /* Stop sending URBs */ @@ -983,8 +985,6 @@ static int gs_usb_probe(struct usb_interface *intf, init_usb_anchor(&dev->rx_submitted); - atomic_set(&dev->active_channels, 0); - usb_set_intfdata(intf, dev); dev->udev = interface_to_usbdev(intf); diff --git a/drivers/net/can/usb/mcba_usb.c b/drivers/net/can/usb/mcba_usb.c index 41eee6f0491c6..957e51a77d4d1 100644 --- a/drivers/net/can/usb/mcba_usb.c +++ b/drivers/net/can/usb/mcba_usb.c @@ -33,10 +33,6 @@ #define MCBA_USB_RX_BUFF_SIZE 64 #define MCBA_USB_TX_BUFF_SIZE (sizeof(struct mcba_usb_msg)) -/* MCBA endpoint numbers */ -#define MCBA_USB_EP_IN 1 -#define MCBA_USB_EP_OUT 1 - /* Microchip command id */ #define MBCA_CMD_RECEIVE_MESSAGE 0xE3 #define MBCA_CMD_I_AM_ALIVE_FROM_CAN 0xF5 @@ -84,6 +80,8 @@ struct mcba_priv { atomic_t free_ctx_cnt; void *rxbuf[MCBA_MAX_RX_URBS]; dma_addr_t rxbuf_dma[MCBA_MAX_RX_URBS]; + int rx_pipe; + int tx_pipe; }; /* CAN frame */ @@ -272,10 +270,8 @@ static netdev_tx_t mcba_usb_xmit(struct mcba_priv *priv, memcpy(buf, usb_msg, MCBA_USB_TX_BUFF_SIZE); - usb_fill_bulk_urb(urb, priv->udev, - usb_sndbulkpipe(priv->udev, MCBA_USB_EP_OUT), buf, - MCBA_USB_TX_BUFF_SIZE, mcba_usb_write_bulk_callback, - ctx); + usb_fill_bulk_urb(urb, priv->udev, priv->tx_pipe, buf, MCBA_USB_TX_BUFF_SIZE, + mcba_usb_write_bulk_callback, ctx); urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; usb_anchor_urb(urb, &priv->tx_submitted); @@ -368,7 +364,6 @@ static netdev_tx_t mcba_usb_start_xmit(struct sk_buff *skb, xmit_failed: can_free_echo_skb(priv->netdev, ctx->ndx); mcba_usb_free_ctx(ctx); - dev_kfree_skb(skb); stats->tx_dropped++; return NETDEV_TX_OK; @@ -611,7 +606,7 @@ static void mcba_usb_read_bulk_callback(struct urb *urb) resubmit_urb: usb_fill_bulk_urb(urb, priv->udev, - usb_rcvbulkpipe(priv->udev, MCBA_USB_EP_OUT), + priv->rx_pipe, urb->transfer_buffer, MCBA_USB_RX_BUFF_SIZE, mcba_usb_read_bulk_callback, priv); @@ -656,7 +651,7 @@ static int mcba_usb_start(struct mcba_priv *priv) urb->transfer_dma = buf_dma; usb_fill_bulk_urb(urb, priv->udev, - usb_rcvbulkpipe(priv->udev, MCBA_USB_EP_IN), + priv->rx_pipe, buf, MCBA_USB_RX_BUFF_SIZE, mcba_usb_read_bulk_callback, priv); urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; @@ -810,6 +805,13 @@ static int mcba_usb_probe(struct usb_interface *intf, struct mcba_priv *priv; int err = -ENOMEM; struct usb_device *usbdev = interface_to_usbdev(intf); + struct usb_endpoint_descriptor *in, *out; + + err = usb_find_common_endpoints(intf->cur_altsetting, &in, &out, NULL, NULL); + if (err) { + dev_err(&intf->dev, "Can't find endpoints\n"); + return err; + } netdev = alloc_candev(sizeof(struct mcba_priv), MCBA_MAX_TX_URBS); if (!netdev) { @@ -855,6 +857,9 @@ static int mcba_usb_probe(struct usb_interface *intf, goto cleanup_free_candev; } + priv->rx_pipe = usb_rcvbulkpipe(priv->udev, in->bEndpointAddress); + priv->tx_pipe = usb_sndbulkpipe(priv->udev, out->bEndpointAddress); + devm_can_led_init(netdev); /* Start USB dev only if we have successfully registered CAN device */ diff --git a/drivers/net/can/vxcan.c b/drivers/net/can/vxcan.c index 7000c6cd1e48b..282c53ef76d23 100644 --- a/drivers/net/can/vxcan.c +++ b/drivers/net/can/vxcan.c @@ -148,7 +148,7 @@ static void vxcan_setup(struct net_device *dev) dev->hard_header_len = 0; dev->addr_len = 0; dev->tx_queue_len = 0; - dev->flags = (IFF_NOARP|IFF_ECHO); + dev->flags = IFF_NOARP; dev->netdev_ops = &vxcan_netdev_ops; dev->needs_free_netdev = true; diff --git a/drivers/net/dsa/bcm_sf2_cfp.c b/drivers/net/dsa/bcm_sf2_cfp.c index e15d18bb981e9..5cc31118b97e9 100644 --- a/drivers/net/dsa/bcm_sf2_cfp.c +++ b/drivers/net/dsa/bcm_sf2_cfp.c @@ -542,14 +542,14 @@ static void bcm_sf2_cfp_slice_ipv6(struct bcm_sf2_priv *priv, static struct cfp_rule *bcm_sf2_cfp_rule_find(struct bcm_sf2_priv *priv, int port, u32 location) { - struct cfp_rule *rule = NULL; + struct cfp_rule *rule; list_for_each_entry(rule, &priv->cfp.rules_list, next) { if (rule->port == port && rule->fs.location == location) - break; + return rule; } - return rule; + return NULL; } static int bcm_sf2_cfp_rule_cmp(struct bcm_sf2_priv *priv, int port, diff --git a/drivers/net/dsa/microchip/ksz8795_spi.c b/drivers/net/dsa/microchip/ksz8795_spi.c index 8b00f8e6c02f4..5639c5c59e255 100644 --- a/drivers/net/dsa/microchip/ksz8795_spi.c +++ b/drivers/net/dsa/microchip/ksz8795_spi.c @@ -86,12 +86,23 @@ static const struct of_device_id ksz8795_dt_ids[] = { }; MODULE_DEVICE_TABLE(of, ksz8795_dt_ids); +static const struct spi_device_id ksz8795_spi_ids[] = { + { "ksz8765" }, + { "ksz8794" }, + { "ksz8795" }, + { "ksz8863" }, + { "ksz8873" }, + { }, +}; +MODULE_DEVICE_TABLE(spi, ksz8795_spi_ids); + static struct spi_driver ksz8795_spi_driver = { .driver = { .name = "ksz8795-switch", .owner = THIS_MODULE, .of_match_table = of_match_ptr(ksz8795_dt_ids), }, + .id_table = ksz8795_spi_ids, .probe = ksz8795_spi_probe, .remove = ksz8795_spi_remove, .shutdown = ksz8795_spi_shutdown, diff --git a/drivers/net/dsa/microchip/ksz9477_spi.c b/drivers/net/dsa/microchip/ksz9477_spi.c index 1142768969c20..9bda83d063e8e 100644 --- a/drivers/net/dsa/microchip/ksz9477_spi.c +++ b/drivers/net/dsa/microchip/ksz9477_spi.c @@ -88,12 +88,24 @@ static const struct of_device_id ksz9477_dt_ids[] = { }; MODULE_DEVICE_TABLE(of, ksz9477_dt_ids); +static const struct spi_device_id ksz9477_spi_ids[] = { + { "ksz9477" }, + { "ksz9897" }, + { "ksz9893" }, + { "ksz9563" }, + { "ksz8563" }, + { "ksz9567" }, + { }, +}; +MODULE_DEVICE_TABLE(spi, ksz9477_spi_ids); + static struct spi_driver ksz9477_spi_driver = { .driver = { .name = "ksz9477-switch", .owner = THIS_MODULE, .of_match_table = of_match_ptr(ksz9477_dt_ids), }, + .id_table = ksz9477_spi_ids, .probe = ksz9477_spi_probe, .remove = ksz9477_spi_remove, .shutdown = ksz9477_spi_shutdown, diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index 40b105daaf9e7..87d28ef82559e 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c @@ -3062,6 +3062,7 @@ static const struct mv88e6xxx_ops mv88e6097_ops = { .port_set_duplex = mv88e6xxx_port_set_duplex, .port_set_speed = mv88e6185_port_set_speed, .port_tag_remap = mv88e6095_port_tag_remap, + .port_set_policy = mv88e6352_port_set_policy, .port_set_frame_mode = mv88e6351_port_set_frame_mode, .port_set_egress_floods = mv88e6352_port_set_egress_floods, .port_set_ether_type = mv88e6351_port_set_ether_type, diff --git a/drivers/net/ethernet/8390/mcf8390.c b/drivers/net/ethernet/8390/mcf8390.c index 4ad8031ab6695..065fdbe66c425 100644 --- a/drivers/net/ethernet/8390/mcf8390.c +++ b/drivers/net/ethernet/8390/mcf8390.c @@ -406,12 +406,12 @@ static int mcf8390_init(struct net_device *dev) static int mcf8390_probe(struct platform_device *pdev) { struct net_device *dev; - struct resource *mem, *irq; + struct resource *mem; resource_size_t msize; - int ret; + int ret, irq; - irq = platform_get_resource(pdev, IORESOURCE_IRQ, 0); - if (irq == NULL) { + irq = platform_get_irq(pdev, 0); + if (irq < 0) { dev_err(&pdev->dev, "no IRQ specified?\n"); return -ENXIO; } @@ -434,7 +434,7 @@ static int mcf8390_probe(struct platform_device *pdev) SET_NETDEV_DEV(dev, &pdev->dev); platform_set_drvdata(pdev, dev); - dev->irq = irq->start; + dev->irq = irq; dev->base_addr = mem->start; ret = mcf8390_init(dev); diff --git a/drivers/net/ethernet/apm/xgene/xgene_enet_main.c b/drivers/net/ethernet/apm/xgene/xgene_enet_main.c index cc8031ae9aa3f..ce4e617a6ec49 100644 --- a/drivers/net/ethernet/apm/xgene/xgene_enet_main.c +++ b/drivers/net/ethernet/apm/xgene/xgene_enet_main.c @@ -696,6 +696,12 @@ static int xgene_enet_rx_frame(struct xgene_enet_desc_ring *rx_ring, buf_pool->rx_skb[skb_index] = NULL; datalen = xgene_enet_get_data_len(le64_to_cpu(raw_desc->m1)); + + /* strip off CRC as HW isn't doing this */ + nv = GET_VAL(NV, le64_to_cpu(raw_desc->m0)); + if (!nv) + datalen -= 4; + skb_put(skb, datalen); prefetch(skb->data - NET_IP_ALIGN); skb->protocol = eth_type_trans(skb, ndev); @@ -717,12 +723,8 @@ static int xgene_enet_rx_frame(struct xgene_enet_desc_ring *rx_ring, } } - nv = GET_VAL(NV, le64_to_cpu(raw_desc->m0)); - if (!nv) { - /* strip off CRC as HW isn't doing this */ - datalen -= 4; + if (!nv) goto skip_jumbo; - } slots = page_pool->slots - 1; head = page_pool->head; diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.h b/drivers/net/ethernet/broadcom/bnxt/bnxt.h index 8ba369c0100b4..9e8a0c772ca93 100644 --- a/drivers/net/ethernet/broadcom/bnxt/bnxt.h +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.h @@ -559,7 +559,8 @@ struct nqe_cn { #define BNXT_MAX_MTU 9500 #define BNXT_MAX_PAGE_MODE_MTU \ ((unsigned int)PAGE_SIZE - VLAN_ETH_HLEN - NET_IP_ALIGN - \ - XDP_PACKET_HEADROOM) + XDP_PACKET_HEADROOM - \ + SKB_DATA_ALIGN((unsigned int)sizeof(struct skb_shared_info))) #define BNXT_MIN_PKT_SIZE 52 diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c index 97aff84fd1d17..d74c6a34b936a 100644 --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c @@ -1673,9 +1673,7 @@ static int bnxt_set_pauseparam(struct net_device *dev, } link_info->autoneg |= BNXT_AUTONEG_FLOW_CTRL; - if (bp->hwrm_spec_code >= 0x10201) - link_info->req_flow_ctrl = - PORT_PHY_CFG_REQ_AUTO_PAUSE_AUTONEG_PAUSE; + link_info->req_flow_ctrl = 0; } else { /* when transition from auto pause to force pause, * force a link change diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c b/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c index 164988f3b4fab..a2da09da4907b 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c @@ -41,6 +41,13 @@ void bcmgenet_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) { struct bcmgenet_priv *priv = netdev_priv(dev); + struct device *kdev = &priv->pdev->dev; + + if (!device_can_wakeup(kdev)) { + wol->supported = 0; + wol->wolopts = 0; + return; + } wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE; wol->wolopts = priv->wolopts; diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c index 0dc52cf5367e7..480d2ca369e6b 100644 --- a/drivers/net/ethernet/cadence/macb_main.c +++ b/drivers/net/ethernet/cadence/macb_main.c @@ -1283,7 +1283,14 @@ static int macb_poll(struct napi_struct *napi, int budget) if (work_done < budget) { napi_complete_done(napi, work_done); - /* Packets received while interrupts were disabled */ + /* RSR bits only seem to propagate to raise interrupts when + * interrupts are enabled at the time, so if bits are already + * set due to packets received while interrupts were disabled, + * they will not cause another interrupt to be generated when + * interrupts are re-enabled. + * Check for this case here. This has been seen to happen + * around 30% of the time under heavy network load. + */ status = macb_readl(bp, RSR); if (status) { if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE) @@ -1291,6 +1298,22 @@ static int macb_poll(struct napi_struct *napi, int budget) napi_reschedule(napi); } else { queue_writel(queue, IER, bp->rx_intr_mask); + + /* In rare cases, packets could have been received in + * the window between the check above and re-enabling + * interrupts. Therefore, a double-check is required + * to avoid losing a wakeup. This can potentially race + * with the interrupt handler doing the same actions + * if an interrupt is raised just after enabling them, + * but this should be harmless. + */ + status = macb_readl(bp, RSR); + if (unlikely(status)) { + queue_writel(queue, IDR, bp->rx_intr_mask); + if (bp->caps & MACB_CAPS_ISR_CLEAR_ON_WRITE) + queue_writel(queue, ISR, MACB_BIT(RCOMP)); + napi_schedule(napi); + } } } diff --git a/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c b/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c index 0a9f2c5966242..d3e11fe1eabcc 100644 --- a/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c +++ b/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c @@ -3677,6 +3677,8 @@ int t3_prep_adapter(struct adapter *adapter, const struct adapter_info *ai, MAC_STATS_ACCUM_SECS : (MAC_STATS_ACCUM_SECS * 10); adapter->params.pci.vpd_cap_addr = pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); + if (!adapter->params.pci.vpd_cap_addr) + return -ENODEV; ret = get_vpd_params(adapter, &adapter->params.vpd); if (ret < 0) return ret; diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c b/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c index 6437fe6b9abf0..a6b8f573ab5b5 100644 --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c @@ -148,7 +148,7 @@ static int dpaa2_ptp_probe(struct fsl_mc_device *mc_dev) base = of_iomap(node, 0); if (!base) { err = -ENOMEM; - goto err_close; + goto err_put; } err = fsl_mc_allocate_irqs(mc_dev); @@ -191,6 +191,8 @@ static int dpaa2_ptp_probe(struct fsl_mc_device *mc_dev) fsl_mc_free_irqs(mc_dev); err_unmap: iounmap(base); +err_put: + of_node_put(node); err_close: dprtc_close(mc_dev->mc_io, 0, mc_dev->mc_handle); err_free_mcp: diff --git a/drivers/net/ethernet/freescale/gianfar_ethtool.c b/drivers/net/ethernet/freescale/gianfar_ethtool.c index 3c8e4e2efc070..01a7255e86c92 100644 --- a/drivers/net/ethernet/freescale/gianfar_ethtool.c +++ b/drivers/net/ethernet/freescale/gianfar_ethtool.c @@ -1489,6 +1489,7 @@ static int gfar_get_ts_info(struct net_device *dev, ptp_node = of_find_compatible_node(NULL, NULL, "fsl,etsec-ptp"); if (ptp_node) { ptp_dev = of_find_device_by_node(ptp_node); + of_node_put(ptp_node); if (ptp_dev) ptp = platform_get_drvdata(ptp_dev); } diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c index b6d3f98b81d16..3d6419cb1667f 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c @@ -8583,11 +8583,11 @@ int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto, } if (!ret) { - if (is_kill) - hclge_rm_vport_vlan_table(vport, vlan_id, false); - else + if (!is_kill) hclge_add_vport_vlan_table(vport, vlan_id, writen_to_tbl); + else if (is_kill && vlan_id != 0) + hclge_rm_vport_vlan_table(vport, vlan_id, false); } else if (is_kill) { /* when remove hw vlan filter failed, record the vlan id, * and try to remove it from hw later, to be consistence diff --git a/drivers/net/ethernet/ibm/ibmvnic.c b/drivers/net/ethernet/ibm/ibmvnic.c index 26d49dcdbeb3e..34bf6f4eef4ab 100644 --- a/drivers/net/ethernet/ibm/ibmvnic.c +++ b/drivers/net/ethernet/ibm/ibmvnic.c @@ -2248,8 +2248,10 @@ static int ibmvnic_reset(struct ibmvnic_adapter *adapter, * flush reset queue and process this reset */ if (adapter->force_reset_recovery && !list_empty(&adapter->rwi_list)) { - list_for_each_safe(entry, tmp_entry, &adapter->rwi_list) + list_for_each_safe(entry, tmp_entry, &adapter->rwi_list) { list_del(entry); + kfree(list_entry(entry, struct ibmvnic_rwi, list)); + } } rwi->reset_reason = reason; list_add_tail(&rwi->list, &adapter->rwi_list); diff --git a/drivers/net/ethernet/intel/i40e/i40e_xsk.c b/drivers/net/ethernet/intel/i40e/i40e_xsk.c index a9ad788c4913d..fd2da58c71401 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_xsk.c +++ b/drivers/net/ethernet/intel/i40e/i40e_xsk.c @@ -505,13 +505,11 @@ static struct sk_buff *i40e_construct_skb_zc(struct i40e_ring *rx_ring, struct sk_buff *skb; /* allocate a skb to store the frags */ - skb = __napi_alloc_skb(&rx_ring->q_vector->napi, - xdp->data_end - xdp->data_hard_start, + skb = __napi_alloc_skb(&rx_ring->q_vector->napi, datasize, GFP_ATOMIC | __GFP_NOWARN); if (unlikely(!skb)) return NULL; - skb_reserve(skb, xdp->data - xdp->data_hard_start); memcpy(__skb_put(skb, datasize), xdp->data, datasize); if (metasize) skb_metadata_set(skb, metasize); diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c b/drivers/net/ethernet/intel/iavf/iavf_main.c index 309e953ed1e44..e8850ba5604c4 100644 --- a/drivers/net/ethernet/intel/iavf/iavf_main.c +++ b/drivers/net/ethernet/intel/iavf/iavf_main.c @@ -3323,8 +3323,11 @@ static int iavf_change_mtu(struct net_device *netdev, int new_mtu) iavf_notify_client_l2_params(&adapter->vsi); adapter->flags |= IAVF_FLAG_SERVICE_CLIENT_REQUESTED; } - adapter->flags |= IAVF_FLAG_RESET_NEEDED; - queue_work(iavf_wq, &adapter->reset_task); + + if (netif_running(netdev)) { + adapter->flags |= IAVF_FLAG_RESET_NEEDED; + queue_work(iavf_wq, &adapter->reset_task); + } return 0; } diff --git a/drivers/net/ethernet/intel/igc/igc_phy.c b/drivers/net/ethernet/intel/igc/igc_phy.c index 8e1799508edc4..e380b7a3ea63b 100644 --- a/drivers/net/ethernet/intel/igc/igc_phy.c +++ b/drivers/net/ethernet/intel/igc/igc_phy.c @@ -748,8 +748,6 @@ s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data) if (ret_val) return ret_val; ret_val = igc_write_phy_reg_mdic(hw, offset, data); - if (ret_val) - return ret_val; hw->phy.ops.release(hw); } else { ret_val = igc_write_xmdio_reg(hw, (u16)offset, dev_addr, @@ -781,8 +779,6 @@ s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data) if (ret_val) return ret_val; ret_val = igc_read_phy_reg_mdic(hw, offset, data); - if (ret_val) - return ret_val; hw->phy.ops.release(hw); } else { ret_val = igc_read_xmdio_reg(hw, (u16)offset, dev_addr, diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c index b43be9f141053..921a2ddb497e1 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c @@ -583,12 +583,14 @@ static bool ixgbe_xmit_zc(struct ixgbe_ring *xdp_ring, unsigned int budget) u32 cmd_type; while (budget-- > 0) { - if (unlikely(!ixgbe_desc_unused(xdp_ring)) || - !netif_carrier_ok(xdp_ring->netdev)) { + if (unlikely(!ixgbe_desc_unused(xdp_ring))) { work_done = false; break; } + if (!netif_carrier_ok(xdp_ring->netdev)) + break; + if (!xsk_umem_consume_tx(xdp_ring->xsk_umem, &desc)) break; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/cmd.c index 1a7aa078f3510..6c7b364d0bf03 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/cmd.c @@ -130,11 +130,8 @@ static int cmd_alloc_index(struct mlx5_cmd *cmd) static void cmd_free_index(struct mlx5_cmd *cmd, int idx) { - unsigned long flags; - - spin_lock_irqsave(&cmd->alloc_lock, flags); + lockdep_assert_held(&cmd->alloc_lock); set_bit(idx, &cmd->bitmask); - spin_unlock_irqrestore(&cmd->alloc_lock, flags); } static void cmd_ent_get(struct mlx5_cmd_work_ent *ent) @@ -144,17 +141,21 @@ static void cmd_ent_get(struct mlx5_cmd_work_ent *ent) static void cmd_ent_put(struct mlx5_cmd_work_ent *ent) { + struct mlx5_cmd *cmd = ent->cmd; + unsigned long flags; + + spin_lock_irqsave(&cmd->alloc_lock, flags); if (!refcount_dec_and_test(&ent->refcnt)) - return; + goto out; if (ent->idx >= 0) { - struct mlx5_cmd *cmd = ent->cmd; - cmd_free_index(cmd, ent->idx); up(ent->page_queue ? &cmd->pages_sem : &cmd->sem); } cmd_free_ent(ent); +out: + spin_unlock_irqrestore(&cmd->alloc_lock, flags); } static struct mlx5_cmd_layout *get_inst(struct mlx5_cmd *cmd, int idx) diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c index e3dc2cbdc9f6c..e92cc60eade3f 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c @@ -1683,7 +1683,7 @@ static int mlx5e_get_module_eeprom(struct net_device *netdev, if (size_read < 0) { netdev_err(priv->netdev, "%s: mlx5_query_eeprom failed:0x%x\n", __func__, size_read); - return 0; + return size_read; } i += size_read; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c index 7cc80dc4e6d89..31c832e5256e8 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c @@ -1977,10 +1977,6 @@ esw_check_vport_match_metadata_supported(const struct mlx5_eswitch *esw) if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) return false; - if (mlx5_core_is_ecpf_esw_manager(esw->dev) || - mlx5_ecpf_vport_exists(esw->dev)) - return false; - return true; } diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c index 5fe4e028567a9..5baf2c666d293 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c @@ -1947,6 +1947,8 @@ void mlx5_del_flow_rules(struct mlx5_flow_handle *handle) fte->node.del_hw_func = NULL; up_write_ref_node(&fte->node, false); tree_put_node(&fte->node, false); + } else { + up_write_ref_node(&fte->node, false); } kfree(handle); } diff --git a/drivers/net/ethernet/microchip/lan743x_main.c b/drivers/net/ethernet/microchip/lan743x_main.c index 22beeb5be9c41..c69ffcfe61689 100644 --- a/drivers/net/ethernet/microchip/lan743x_main.c +++ b/drivers/net/ethernet/microchip/lan743x_main.c @@ -916,8 +916,7 @@ static int lan743x_phy_reset(struct lan743x_adapter *adapter) } static void lan743x_phy_update_flowcontrol(struct lan743x_adapter *adapter, - u8 duplex, u16 local_adv, - u16 remote_adv) + u16 local_adv, u16 remote_adv) { struct lan743x_phy *phy = &adapter->phy; u8 cap; @@ -944,22 +943,17 @@ static void lan743x_phy_link_status_change(struct net_device *netdev) phy_print_status(phydev); if (phydev->state == PHY_RUNNING) { - struct ethtool_link_ksettings ksettings; int remote_advertisement = 0; int local_advertisement = 0; - memset(&ksettings, 0, sizeof(ksettings)); - phy_ethtool_get_link_ksettings(netdev, &ksettings); local_advertisement = linkmode_adv_to_mii_adv_t(phydev->advertising); remote_advertisement = linkmode_adv_to_mii_adv_t(phydev->lp_advertising); - lan743x_phy_update_flowcontrol(adapter, - ksettings.base.duplex, - local_advertisement, + lan743x_phy_update_flowcontrol(adapter, local_advertisement, remote_advertisement); - lan743x_ptp_update_latency(adapter, ksettings.base.speed); + lan743x_ptp_update_latency(adapter, phydev->speed); } } diff --git a/drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c b/drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c index f8c8451919cb6..26772c3310f09 100644 --- a/drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c +++ b/drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c @@ -588,8 +588,8 @@ nfp_tunnel_add_shared_mac(struct nfp_app *app, struct net_device *netdev, int port, bool mod) { struct nfp_flower_priv *priv = app->priv; - int ida_idx = NFP_MAX_MAC_INDEX, err; struct nfp_tun_offloaded_mac *entry; + int ida_idx = -1, err; u16 nfp_mac_idx = 0; entry = nfp_tunnel_lookup_offloaded_macs(app, netdev->dev_addr); @@ -663,7 +663,7 @@ nfp_tunnel_add_shared_mac(struct nfp_app *app, struct net_device *netdev, err_free_entry: kfree(entry); err_free_ida: - if (ida_idx != NFP_MAX_MAC_INDEX) + if (ida_idx != -1) ida_simple_remove(&priv->tun.mac_off_ids, ida_idx); return err; diff --git a/drivers/net/ethernet/nxp/lpc_eth.c b/drivers/net/ethernet/nxp/lpc_eth.c index 3b177421651f1..d2e220a94a57c 100644 --- a/drivers/net/ethernet/nxp/lpc_eth.c +++ b/drivers/net/ethernet/nxp/lpc_eth.c @@ -1470,6 +1470,7 @@ static int lpc_eth_drv_resume(struct platform_device *pdev) { struct net_device *ndev = platform_get_drvdata(pdev); struct netdata_local *pldat; + int ret; if (device_may_wakeup(&pdev->dev)) disable_irq_wake(ndev->irq); @@ -1479,7 +1480,9 @@ static int lpc_eth_drv_resume(struct platform_device *pdev) pldat = netdev_priv(ndev); /* Enable interface clock */ - clk_enable(pldat->clk); + ret = clk_enable(pldat->clk); + if (ret) + return ret; /* Reset and initialize */ __lpc_eth_reset(pldat); diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.c b/drivers/net/ethernet/qlogic/qed/qed_sriov.c index fb9c3ca5d36cc..20f840ea05030 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_sriov.c +++ b/drivers/net/ethernet/qlogic/qed/qed_sriov.c @@ -3003,12 +3003,16 @@ static int qed_iov_pre_update_vport(struct qed_hwfn *hwfn, u8 mask = QED_ACCEPT_UCAST_UNMATCHED | QED_ACCEPT_MCAST_UNMATCHED; struct qed_filter_accept_flags *flags = ¶ms->accept_flags; struct qed_public_vf_info *vf_info; + u16 tlv_mask; + + tlv_mask = BIT(QED_IOV_VP_UPDATE_ACCEPT_PARAM) | + BIT(QED_IOV_VP_UPDATE_ACCEPT_ANY_VLAN); /* Untrusted VFs can't even be trusted to know that fact. * Simply indicate everything is configured fine, and trace * configuration 'behind their back'. */ - if (!(*tlvs & BIT(QED_IOV_VP_UPDATE_ACCEPT_PARAM))) + if (!(*tlvs & tlv_mask)) return 0; vf_info = qed_iov_get_public_vf_info(hwfn, vfid, true); @@ -3025,6 +3029,13 @@ static int qed_iov_pre_update_vport(struct qed_hwfn *hwfn, flags->tx_accept_filter &= ~mask; } + if (params->update_accept_any_vlan_flg) { + vf_info->accept_any_vlan = params->accept_any_vlan; + + if (vf_info->forced_vlan && !vf_info->is_trusted_configured) + params->accept_any_vlan = false; + } + return 0; } @@ -3801,11 +3812,11 @@ bool qed_iov_mark_vf_flr(struct qed_hwfn *p_hwfn, u32 *p_disabled_vfs) return found; } -static void qed_iov_get_link(struct qed_hwfn *p_hwfn, - u16 vfid, - struct qed_mcp_link_params *p_params, - struct qed_mcp_link_state *p_link, - struct qed_mcp_link_capabilities *p_caps) +static int qed_iov_get_link(struct qed_hwfn *p_hwfn, + u16 vfid, + struct qed_mcp_link_params *p_params, + struct qed_mcp_link_state *p_link, + struct qed_mcp_link_capabilities *p_caps) { struct qed_vf_info *p_vf = qed_iov_get_vf_info(p_hwfn, vfid, @@ -3813,7 +3824,7 @@ static void qed_iov_get_link(struct qed_hwfn *p_hwfn, struct qed_bulletin_content *p_bulletin; if (!p_vf) - return; + return -EINVAL; p_bulletin = p_vf->bulletin.p_virt; @@ -3823,6 +3834,7 @@ static void qed_iov_get_link(struct qed_hwfn *p_hwfn, __qed_vf_get_link_state(p_hwfn, p_link, p_bulletin); if (p_caps) __qed_vf_get_link_caps(p_hwfn, p_caps, p_bulletin); + return 0; } static int @@ -4684,6 +4696,7 @@ static int qed_get_vf_config(struct qed_dev *cdev, struct qed_public_vf_info *vf_info; struct qed_mcp_link_state link; u32 tx_rate; + int ret; /* Sanitize request */ if (IS_VF(cdev)) @@ -4697,7 +4710,9 @@ static int qed_get_vf_config(struct qed_dev *cdev, vf_info = qed_iov_get_public_vf_info(hwfn, vf_id, true); - qed_iov_get_link(hwfn, vf_id, NULL, &link, NULL); + ret = qed_iov_get_link(hwfn, vf_id, NULL, &link, NULL); + if (ret) + return ret; /* Fill information about VF */ ivi->vf = vf_id; @@ -4713,6 +4728,7 @@ static int qed_get_vf_config(struct qed_dev *cdev, tx_rate = vf_info->tx_rate; ivi->max_tx_rate = tx_rate ? tx_rate : link.speed; ivi->min_tx_rate = qed_iov_get_vf_min_rate(hwfn, vf_id); + ivi->trusted = vf_info->is_trusted_request; return 0; } @@ -5143,6 +5159,12 @@ static void qed_iov_handle_trust_change(struct qed_hwfn *hwfn) params.update_ctl_frame_check = 1; params.mac_chk_en = !vf_info->is_trusted_configured; + params.update_accept_any_vlan_flg = 0; + + if (vf_info->accept_any_vlan && vf_info->forced_vlan) { + params.update_accept_any_vlan_flg = 1; + params.accept_any_vlan = vf_info->accept_any_vlan; + } if (vf_info->rx_accept_mode & mask) { flags->update_rx_mode_config = 1; @@ -5158,13 +5180,20 @@ static void qed_iov_handle_trust_change(struct qed_hwfn *hwfn) if (!vf_info->is_trusted_configured) { flags->rx_accept_filter &= ~mask; flags->tx_accept_filter &= ~mask; + params.accept_any_vlan = false; } if (flags->update_rx_mode_config || flags->update_tx_mode_config || - params.update_ctl_frame_check) + params.update_ctl_frame_check || + params.update_accept_any_vlan_flg) { + DP_VERBOSE(hwfn, QED_MSG_IOV, + "vport update config for %s VF[abs 0x%x rel 0x%x]\n", + vf_info->is_trusted_configured ? "trusted" : "untrusted", + vf->abs_vf_id, vf->relative_vf_id); qed_sp_vport_update(hwfn, ¶ms, QED_SPQ_MODE_EBLOCK, NULL); + } } } diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.h b/drivers/net/ethernet/qlogic/qed/qed_sriov.h index 9a8fd79611f24..853be06bccdf6 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_sriov.h +++ b/drivers/net/ethernet/qlogic/qed/qed_sriov.h @@ -88,6 +88,7 @@ struct qed_public_vf_info { bool is_trusted_request; u8 rx_accept_mode; u8 tx_accept_mode; + bool accept_any_vlan; }; struct qed_iov_vf_init_params { diff --git a/drivers/net/ethernet/qlogic/qed/qed_vf.c b/drivers/net/ethernet/qlogic/qed/qed_vf.c index adc2c8f3d48ef..62e4511db8575 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_vf.c +++ b/drivers/net/ethernet/qlogic/qed/qed_vf.c @@ -539,6 +539,9 @@ int qed_vf_hw_prepare(struct qed_hwfn *p_hwfn) p_iov->bulletin.size, &p_iov->bulletin.phys, GFP_KERNEL); + if (!p_iov->bulletin.p_virt) + goto free_pf2vf_reply; + DP_VERBOSE(p_hwfn, QED_MSG_IOV, "VF's bulletin Board [%p virt 0x%llx phys 0x%08x bytes]\n", p_iov->bulletin.p_virt, @@ -578,6 +581,10 @@ int qed_vf_hw_prepare(struct qed_hwfn *p_hwfn) return rc; +free_pf2vf_reply: + dma_free_coherent(&p_hwfn->cdev->pdev->dev, + sizeof(union pfvf_tlvs), + p_iov->pf2vf_reply, p_iov->pf2vf_reply_phys); free_vf2pf_request: dma_free_coherent(&p_hwfn->cdev->pdev->dev, sizeof(union vfpf_tlvs), diff --git a/drivers/net/ethernet/qlogic/qede/qede_fp.c b/drivers/net/ethernet/qlogic/qede/qede_fp.c index b81579afa361d..f16032635ba73 100644 --- a/drivers/net/ethernet/qlogic/qede/qede_fp.c +++ b/drivers/net/ethernet/qlogic/qede/qede_fp.c @@ -723,6 +723,9 @@ qede_build_skb(struct qede_rx_queue *rxq, buf = page_address(bd->data) + bd->page_offset; skb = build_skb(buf, rxq->rx_buf_seg_size); + if (unlikely(!skb)) + return NULL; + skb_reserve(skb, pad); skb_put(skb, len); diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h index f4aa6331b367b..0a9d24e86715d 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h @@ -52,7 +52,7 @@ static inline int qlcnic_dcb_get_hw_capability(struct qlcnic_dcb *dcb) if (dcb && dcb->ops->get_hw_capability) return dcb->ops->get_hw_capability(dcb); - return 0; + return -EOPNOTSUPP; } static inline void qlcnic_dcb_free(struct qlcnic_dcb *dcb) @@ -66,7 +66,7 @@ static inline int qlcnic_dcb_attach(struct qlcnic_dcb *dcb) if (dcb && dcb->ops->attach) return dcb->ops->attach(dcb); - return 0; + return -EOPNOTSUPP; } static inline int @@ -75,7 +75,7 @@ qlcnic_dcb_query_hw_capability(struct qlcnic_dcb *dcb, char *buf) if (dcb && dcb->ops->query_hw_capability) return dcb->ops->query_hw_capability(dcb, buf); - return 0; + return -EOPNOTSUPP; } static inline void qlcnic_dcb_get_info(struct qlcnic_dcb *dcb) @@ -90,7 +90,7 @@ qlcnic_dcb_query_cee_param(struct qlcnic_dcb *dcb, char *buf, u8 type) if (dcb && dcb->ops->query_cee_param) return dcb->ops->query_cee_param(dcb, buf, type); - return 0; + return -EOPNOTSUPP; } static inline int qlcnic_dcb_get_cee_cfg(struct qlcnic_dcb *dcb) @@ -98,7 +98,7 @@ static inline int qlcnic_dcb_get_cee_cfg(struct qlcnic_dcb *dcb) if (dcb && dcb->ops->get_cee_cfg) return dcb->ops->get_cee_cfg(dcb); - return 0; + return -EOPNOTSUPP; } static inline void qlcnic_dcb_aen_handler(struct qlcnic_dcb *dcb, void *msg) diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c index 38767d7979147..431146b391d0c 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c @@ -2277,18 +2277,18 @@ static int __init sxgbe_cmdline_opt(char *str) char *opt; if (!str || !*str) - return -EINVAL; + return 1; while ((opt = strsep(&str, ",")) != NULL) { if (!strncmp(opt, "eee_timer:", 10)) { if (kstrtoint(opt + 10, 0, &eee_timer)) goto err; } } - return 0; + return 1; err: pr_err("%s: ERROR broken module parameter conversion\n", __func__); - return -EINVAL; + return 1; } __setup("sxgbeeth=", sxgbe_cmdline_opt); diff --git a/drivers/net/ethernet/sfc/mcdi.c b/drivers/net/ethernet/sfc/mcdi.c index 2713300343c7f..ec551def58359 100644 --- a/drivers/net/ethernet/sfc/mcdi.c +++ b/drivers/net/ethernet/sfc/mcdi.c @@ -163,9 +163,9 @@ static void efx_mcdi_send_request(struct efx_nic *efx, unsigned cmd, /* Serialise with efx_mcdi_ev_cpl() and efx_mcdi_ev_death() */ spin_lock_bh(&mcdi->iface_lock); ++mcdi->seqno; + seqno = mcdi->seqno & SEQ_MASK; spin_unlock_bh(&mcdi->iface_lock); - seqno = mcdi->seqno & SEQ_MASK; xflags = 0; if (mcdi->mode == MCDI_MODE_EVENTS) xflags |= MCDI_HEADER_XFLAGS_EVREQ; diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index 94c652b9a0a8b..9cbc0179d24ec 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c @@ -4890,7 +4890,7 @@ static int __init stmmac_cmdline_opt(char *str) char *opt; if (!str || !*str) - return -EINVAL; + return 1; while ((opt = strsep(&str, ",")) != NULL) { if (!strncmp(opt, "debug:", 6)) { if (kstrtoint(opt + 6, 0, &debug)) @@ -4921,11 +4921,11 @@ static int __init stmmac_cmdline_opt(char *str) goto err; } } - return 0; + return 1; err: pr_err("%s: ERROR broken module parameter conversion", __func__); - return -EINVAL; + return 1; } __setup("stmmaceth=", stmmac_cmdline_opt); diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c index a46fea472bc46..70cbf48c2c038 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @@ -428,8 +428,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, const char **mac) plat->phylink_node = np; /* Get max speed of operation from device tree */ - if (of_property_read_u32(np, "max-speed", &plat->max_speed)) - plat->max_speed = -1; + of_property_read_u32(np, "max-speed", &plat->max_speed); plat->bus_id = of_alias_get_id(np, "ethernet"); if (plat->bus_id < 0) diff --git a/drivers/net/ethernet/sun/sunhme.c b/drivers/net/ethernet/sun/sunhme.c index d007dfeba5c35..3133f903279ce 100644 --- a/drivers/net/ethernet/sun/sunhme.c +++ b/drivers/net/ethernet/sun/sunhme.c @@ -3164,7 +3164,7 @@ static int happy_meal_pci_probe(struct pci_dev *pdev, if (err) { printk(KERN_ERR "happymeal(PCI): Cannot register net device, " "aborting.\n"); - goto err_out_iounmap; + goto err_out_free_coherent; } pci_set_drvdata(pdev, hp); @@ -3197,6 +3197,10 @@ static int happy_meal_pci_probe(struct pci_dev *pdev, return 0; +err_out_free_coherent: + dma_free_coherent(hp->dma_dev, PAGE_SIZE, + hp->happy_block, hp->hblock_dvma); + err_out_iounmap: iounmap(hp->gregs); diff --git a/drivers/net/ethernet/ti/cpts.c b/drivers/net/ethernet/ti/cpts.c index 26cfe3f7ed8df..453ad1247288d 100644 --- a/drivers/net/ethernet/ti/cpts.c +++ b/drivers/net/ethernet/ti/cpts.c @@ -454,7 +454,9 @@ int cpts_register(struct cpts *cpts) for (i = 0; i < CPTS_MAX_EVENTS; i++) list_add(&cpts->pool_data[i].list, &cpts->pool); - clk_enable(cpts->refclk); + err = clk_enable(cpts->refclk); + if (err) + return err; cpts_write32(cpts, CPTS_EN, control); cpts_write32(cpts, TS_PEND_EN, int_enable); diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c index dbd753b2ee2e8..10baf69fb5583 100644 --- a/drivers/net/ethernet/xilinx/ll_temac_main.c +++ b/drivers/net/ethernet/xilinx/ll_temac_main.c @@ -1345,6 +1345,8 @@ static int temac_probe(struct platform_device *pdev) lp->indirect_lock = devm_kmalloc(&pdev->dev, sizeof(*lp->indirect_lock), GFP_KERNEL); + if (!lp->indirect_lock) + return -ENOMEM; spin_lock_init(lp->indirect_lock); } diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/net/ethernet/xilinx/xilinx_emaclite.c index 53dbf3e28f1ef..63a2d1bcccfbc 100644 --- a/drivers/net/ethernet/xilinx/xilinx_emaclite.c +++ b/drivers/net/ethernet/xilinx/xilinx_emaclite.c @@ -1187,7 +1187,7 @@ static int xemaclite_of_probe(struct platform_device *ofdev) if (rc) { dev_err(dev, "Cannot register network device, aborting\n"); - goto error; + goto put_node; } dev_info(dev, @@ -1195,6 +1195,8 @@ static int xemaclite_of_probe(struct platform_device *ofdev) (unsigned int __force)ndev->mem_start, lp->base_addr, ndev->irq); return 0; +put_node: + of_node_put(lp->phy_node); error: free_netdev(ndev); return rc; diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c index bd0beb16d68a9..02d6f3ad9aca8 100644 --- a/drivers/net/hamradio/6pack.c +++ b/drivers/net/hamradio/6pack.c @@ -674,14 +674,14 @@ static void sixpack_close(struct tty_struct *tty) */ netif_stop_queue(sp->dev); + unregister_netdev(sp->dev); + del_timer_sync(&sp->tx_t); del_timer_sync(&sp->resync_t); /* Free all 6pack frame buffers. */ kfree(sp->rbuff); kfree(sp->xbuff); - - unregister_netdev(sp->dev); } /* Perform I/O control on an active 6pack channel. */ diff --git a/drivers/net/hamradio/mkiss.c b/drivers/net/hamradio/mkiss.c index d2eb33f53993b..43aab2835f8ff 100644 --- a/drivers/net/hamradio/mkiss.c +++ b/drivers/net/hamradio/mkiss.c @@ -31,6 +31,8 @@ #define AX_MTU 236 +/* some arch define END as assembly function ending, just undef it */ +#undef END /* SLIP/KISS protocol characters. */ #define END 0300 /* indicates end of frame */ #define ESC 0333 /* indicates byte stuffing */ diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c index 362b7ca6f3b2a..57e92c5bfcc92 100644 --- a/drivers/net/hyperv/netvsc_drv.c +++ b/drivers/net/hyperv/netvsc_drv.c @@ -1445,6 +1445,9 @@ static void netvsc_get_ethtool_stats(struct net_device *dev, pcpu_sum = kvmalloc_array(num_possible_cpus(), sizeof(struct netvsc_ethtool_pcpu_stats), GFP_KERNEL); + if (!pcpu_sum) + return; + netvsc_get_pcpu_stats(dev, pcpu_sum); for_each_present_cpu(cpu) { struct netvsc_ethtool_pcpu_stats *this_sum = &pcpu_sum[cpu]; diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c index 694e2f5dbbe59..39801c31e5071 100644 --- a/drivers/net/macvtap.c +++ b/drivers/net/macvtap.c @@ -133,11 +133,17 @@ static void macvtap_setup(struct net_device *dev) dev->tx_queue_len = TUN_READQ_SIZE; } +static struct net *macvtap_link_net(const struct net_device *dev) +{ + return dev_net(macvlan_dev_real_dev(dev)); +} + static struct rtnl_link_ops macvtap_link_ops __read_mostly = { .kind = "macvtap", .setup = macvtap_setup, .newlink = macvtap_newlink, .dellink = macvtap_dellink, + .get_link_net = macvtap_link_net, .priv_size = sizeof(struct macvtap_dev), }; diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index c23fec34b50e9..7be75a611e9e8 100644 --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c @@ -11,6 +11,7 @@ */ #include "bcm-phy-lib.h" +#include #include #include #include @@ -479,6 +480,26 @@ static int brcm_fet_config_init(struct phy_device *phydev) if (err < 0) return err; + /* The datasheet indicates the PHY needs up to 1us to complete a reset, + * build some slack here. + */ + usleep_range(1000, 2000); + + /* The PHY requires 65 MDC clock cycles to complete a write operation + * and turnaround the line properly. + * + * We ignore -EIO here as the MDIO controller (e.g.: mdio-bcm-unimac) + * may flag the lack of turn-around as a read failure. This is + * particularly true with this combination since the MDIO controller + * only used 64 MDC cycles. This is not a critical failure in this + * specific case and it has no functional impact otherwise, so we let + * that one go through. If there is a genuine bus error, the next read + * of MII_BRCM_FET_INTREG will error out. + */ + err = phy_read(phydev, MII_BMCR); + if (err < 0 && err != -EIO) + return err; + reg = phy_read(phydev, MII_BRCM_FET_INTREG); if (reg < 0) return reg; diff --git a/drivers/net/phy/dp83822.c b/drivers/net/phy/dp83822.c index 8a4b1d167ce2f..ae17d2f9d5347 100644 --- a/drivers/net/phy/dp83822.c +++ b/drivers/net/phy/dp83822.c @@ -238,7 +238,7 @@ static int dp83822_config_intr(struct phy_device *phydev) if (err < 0) return err; - err = phy_write(phydev, MII_DP83822_MISR1, 0); + err = phy_write(phydev, MII_DP83822_MISR2, 0); if (err < 0) return err; diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 53420c5312667..49801c2eb6271 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -1408,8 +1408,8 @@ static int marvell_suspend(struct phy_device *phydev) int err; /* Suspend the fiber mode first */ - if (!linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, - phydev->supported)) { + if (linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, + phydev->supported)) { err = marvell_set_page(phydev, MII_MARVELL_FIBER_PAGE); if (err < 0) goto error; @@ -1443,8 +1443,8 @@ static int marvell_resume(struct phy_device *phydev) int err; /* Resume the fiber mode first */ - if (!linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, - phydev->supported)) { + if (linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, + phydev->supported)) { err = marvell_set_page(phydev, MII_MARVELL_FIBER_PAGE); if (err < 0) goto error; diff --git a/drivers/net/tap.c b/drivers/net/tap.c index f285422a80717..f870d08bb1f86 100644 --- a/drivers/net/tap.c +++ b/drivers/net/tap.c @@ -1214,7 +1214,8 @@ static int tap_sendmsg(struct socket *sock, struct msghdr *m, struct xdp_buff *xdp; int i; - if (ctl && (ctl->type == TUN_MSG_PTR)) { + if (m->msg_controllen == sizeof(struct tun_msg_ctl) && + ctl && ctl->type == TUN_MSG_PTR) { for (i = 0; i < ctl->num; i++) { xdp = &((struct xdp_buff *)ctl->ptr)[i]; tap_get_user_xdp(q, xdp); diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 10211ea605140..d9993884a97d9 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -2561,7 +2561,8 @@ static int tun_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) if (!tun) return -EBADFD; - if (ctl && (ctl->type == TUN_MSG_PTR)) { + if (m->msg_controllen == sizeof(struct tun_msg_ctl) && + ctl && ctl->type == TUN_MSG_PTR) { struct tun_page tpage; int n = ctl->num; int flush = 0; diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index 5c1ee6631c983..a5a88cd1c6326 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c @@ -571,6 +571,11 @@ static const struct usb_device_id products[] = { .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \ .bInterfaceProtocol = USB_CDC_PROTO_NONE +#define ZAURUS_FAKE_INTERFACE \ + .bInterfaceClass = USB_CLASS_COMM, \ + .bInterfaceSubClass = USB_CDC_SUBCLASS_MDLM, \ + .bInterfaceProtocol = USB_CDC_PROTO_NONE + /* SA-1100 based Sharp Zaurus ("collie"), or compatible; * wire-incompatible with true CDC Ethernet implementations. * (And, it seems, needlessly so...) @@ -624,6 +629,13 @@ static const struct usb_device_id products[] = { .idProduct = 0x9032, /* SL-6000 */ ZAURUS_MASTER_INTERFACE, .driver_info = 0, +}, { + .match_flags = USB_DEVICE_ID_MATCH_INT_INFO + | USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x04DD, + .idProduct = 0x9032, /* SL-6000 */ + ZAURUS_FAKE_INTERFACE, + .driver_info = 0, }, { .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | USB_DEVICE_ID_MATCH_DEVICE, diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c index 77ac5a721e7b6..414341c9cf5ae 100644 --- a/drivers/net/usb/cdc_mbim.c +++ b/drivers/net/usb/cdc_mbim.c @@ -658,6 +658,11 @@ static const struct usb_device_id mbim_devs[] = { .driver_info = (unsigned long)&cdc_mbim_info_avoid_altsetting_toggle, }, + /* Telit FN990 */ + { USB_DEVICE_AND_INTERFACE_INFO(0x1bc7, 0x1071, USB_CLASS_COMM, USB_CDC_SUBCLASS_MBIM, USB_CDC_PROTO_NONE), + .driver_info = (unsigned long)&cdc_mbim_info_avoid_altsetting_toggle, + }, + /* default entry */ { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_MBIM, USB_CDC_PROTO_NONE), .driver_info = (unsigned long)&cdc_mbim_info_zlp, diff --git a/drivers/net/usb/sr9700.c b/drivers/net/usb/sr9700.c index e04c8054c2cf3..fce6713e970ba 100644 --- a/drivers/net/usb/sr9700.c +++ b/drivers/net/usb/sr9700.c @@ -410,7 +410,7 @@ static int sr9700_rx_fixup(struct usbnet *dev, struct sk_buff *skb) /* ignore the CRC length */ len = (skb->data[1] | (skb->data[2] << 8)) - 4; - if (len > ETH_FRAME_LEN) + if (len > ETH_FRAME_LEN || len > skb->len) return 0; /* the last packet of current skb */ diff --git a/drivers/net/usb/zaurus.c b/drivers/net/usb/zaurus.c index 8e717a0b559b3..7984f2157d222 100644 --- a/drivers/net/usb/zaurus.c +++ b/drivers/net/usb/zaurus.c @@ -256,6 +256,11 @@ static const struct usb_device_id products [] = { .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \ .bInterfaceProtocol = USB_CDC_PROTO_NONE +#define ZAURUS_FAKE_INTERFACE \ + .bInterfaceClass = USB_CLASS_COMM, \ + .bInterfaceSubClass = USB_CDC_SUBCLASS_MDLM, \ + .bInterfaceProtocol = USB_CDC_PROTO_NONE + /* SA-1100 based Sharp Zaurus ("collie"), or compatible. */ { .match_flags = USB_DEVICE_ID_MATCH_INT_INFO @@ -313,6 +318,13 @@ static const struct usb_device_id products [] = { .idProduct = 0x9032, /* SL-6000 */ ZAURUS_MASTER_INTERFACE, .driver_info = ZAURUS_PXA_INFO, +}, { + .match_flags = USB_DEVICE_ID_MATCH_INT_INFO + | USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x04DD, + .idProduct = 0x9032, /* SL-6000 */ + ZAURUS_FAKE_INTERFACE, + .driver_info = (unsigned long)&bogus_mdlm_info, }, { .match_flags = USB_DEVICE_ID_MATCH_INT_INFO | USB_DEVICE_ID_MATCH_DEVICE, diff --git a/drivers/net/wireless/ath/ath10k/wow.c b/drivers/net/wireless/ath/ath10k/wow.c index 8c26adddd034e..b4f54ca127561 100644 --- a/drivers/net/wireless/ath/ath10k/wow.c +++ b/drivers/net/wireless/ath/ath10k/wow.c @@ -337,14 +337,15 @@ static int ath10k_vif_wow_set_wakeups(struct ath10k_vif *arvif, if (patterns[i].mask[j / 8] & BIT(j % 8)) bitmask[j] = 0xff; old_pattern.mask = bitmask; - new_pattern = old_pattern; if (ar->wmi.rx_decap_mode == ATH10K_HW_TXRX_NATIVE_WIFI) { - if (patterns[i].pkt_offset < ETH_HLEN) + if (patterns[i].pkt_offset < ETH_HLEN) { ath10k_wow_convert_8023_to_80211(&new_pattern, &old_pattern); - else + } else { + new_pattern = old_pattern; new_pattern.pkt_offset += WOW_HDR_LEN - ETH_HLEN; + } } if (WARN_ON(new_pattern.pattern_len > WOW_MAX_PATTERN_SIZE)) diff --git a/drivers/net/wireless/ath/ath5k/eeprom.c b/drivers/net/wireless/ath/ath5k/eeprom.c index 94d34ee02265d..01163b3339451 100644 --- a/drivers/net/wireless/ath/ath5k/eeprom.c +++ b/drivers/net/wireless/ath/ath5k/eeprom.c @@ -746,6 +746,9 @@ ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, } } + if (idx == AR5K_EEPROM_N_PD_CURVES) + goto err_out; + ee->ee_pd_gains[mode] = 1; pd = &chinfo[pier].pd_curves[idx]; diff --git a/drivers/net/wireless/ath/ath9k/htc_hst.c b/drivers/net/wireless/ath/ath9k/htc_hst.c index 510e61e97dbcb..994ec48b2f669 100644 --- a/drivers/net/wireless/ath/ath9k/htc_hst.c +++ b/drivers/net/wireless/ath/ath9k/htc_hst.c @@ -30,6 +30,7 @@ static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, hdr->endpoint_id = epid; hdr->flags = flags; hdr->payload_len = cpu_to_be16(len); + memset(hdr->control, 0, sizeof(hdr->control)); status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); @@ -272,6 +273,10 @@ int htc_connect_service(struct htc_target *target, conn_msg->dl_pipeid = endpoint->dl_pipeid; conn_msg->ul_pipeid = endpoint->ul_pipeid; + /* To prevent infoleak */ + conn_msg->svc_meta_len = 0; + conn_msg->pad = 0; + ret = htc_issue_send(target, skb, skb->len, 0, ENDPOINT0); if (ret) goto err; diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless/ath/carl9170/main.c index 816929fb5b143..3092d424b2a27 100644 --- a/drivers/net/wireless/ath/carl9170/main.c +++ b/drivers/net/wireless/ath/carl9170/main.c @@ -1916,7 +1916,7 @@ static int carl9170_parse_eeprom(struct ar9170 *ar) WARN_ON(!(tx_streams >= 1 && tx_streams <= IEEE80211_HT_MCS_TX_MAX_STREAMS)); - tx_params = (tx_streams - 1) << + tx_params |= (tx_streams - 1) << IEEE80211_HT_MCS_TX_MAX_STREAMS_SHIFT; carl9170_band_2GHz.ht_cap.mcs.tx_params |= tx_params; diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c index 3aed4c4b887aa..544ad80629a99 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c @@ -207,6 +207,8 @@ static int brcmf_init_nvram_parser(struct nvram_parser *nvp, size = BRCMF_FW_MAX_NVRAM_SIZE; else size = data_len; + /* Add space for properties we may add */ + size += strlen(BRCMF_FW_DEFAULT_BOARDREV) + 1; /* Alloc for extra 0 byte + roundup by 4 + length field */ size += 1 + 3 + sizeof(u32); nvp->nvram = kzalloc(size, GFP_KERNEL); diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c index e6001f0a81a3a..b5d2e5b9f67cc 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -444,47 +445,6 @@ brcmf_pcie_write_ram32(struct brcmf_pciedev_info *devinfo, u32 mem_offset, } -static void -brcmf_pcie_copy_mem_todev(struct brcmf_pciedev_info *devinfo, u32 mem_offset, - void *srcaddr, u32 len) -{ - void __iomem *address = devinfo->tcm + mem_offset; - __le32 *src32; - __le16 *src16; - u8 *src8; - - if (((ulong)address & 4) || ((ulong)srcaddr & 4) || (len & 4)) { - if (((ulong)address & 2) || ((ulong)srcaddr & 2) || (len & 2)) { - src8 = (u8 *)srcaddr; - while (len) { - iowrite8(*src8, address); - address++; - src8++; - len--; - } - } else { - len = len / 2; - src16 = (__le16 *)srcaddr; - while (len) { - iowrite16(le16_to_cpu(*src16), address); - address += 2; - src16++; - len--; - } - } - } else { - len = len / 4; - src32 = (__le32 *)srcaddr; - while (len) { - iowrite32(le32_to_cpu(*src32), address); - address += 4; - src32++; - len--; - } - } -} - - static void brcmf_pcie_copy_dev_tomem(struct brcmf_pciedev_info *devinfo, u32 mem_offset, void *dstaddr, u32 len) @@ -1346,6 +1306,18 @@ static void brcmf_pcie_down(struct device *dev) { } +static int brcmf_pcie_preinit(struct device *dev) +{ + struct brcmf_bus *bus_if = dev_get_drvdata(dev); + struct brcmf_pciedev *buspub = bus_if->bus_priv.pcie; + + brcmf_dbg(PCIE, "Enter\n"); + + brcmf_pcie_intr_enable(buspub->devinfo); + brcmf_pcie_hostready(buspub->devinfo); + + return 0; +} static int brcmf_pcie_tx(struct device *dev, struct sk_buff *skb) { @@ -1454,6 +1426,7 @@ static int brcmf_pcie_reset(struct device *dev) } static const struct brcmf_bus_ops brcmf_pcie_bus_ops = { + .preinit = brcmf_pcie_preinit, .txdata = brcmf_pcie_tx, .stop = brcmf_pcie_down, .txctl = brcmf_pcie_tx_ctlpkt, @@ -1561,8 +1534,8 @@ static int brcmf_pcie_download_fw_nvram(struct brcmf_pciedev_info *devinfo, return err; brcmf_dbg(PCIE, "Download FW %s\n", devinfo->fw_name); - brcmf_pcie_copy_mem_todev(devinfo, devinfo->ci->rambase, - (void *)fw->data, fw->size); + memcpy_toio(devinfo->tcm + devinfo->ci->rambase, + (void *)fw->data, fw->size); resetintr = get_unaligned_le32(fw->data); release_firmware(fw); @@ -1576,7 +1549,7 @@ static int brcmf_pcie_download_fw_nvram(struct brcmf_pciedev_info *devinfo, brcmf_dbg(PCIE, "Download NVRAM %s\n", devinfo->nvram_name); address = devinfo->ci->rambase + devinfo->ci->ramsize - nvram_len; - brcmf_pcie_copy_mem_todev(devinfo, address, nvram, nvram_len); + memcpy_toio(devinfo->tcm + address, nvram, nvram_len); brcmf_fw_nvram_free(nvram); } else { brcmf_dbg(PCIE, "No matching NVRAM file found %s\n", @@ -1775,6 +1748,8 @@ static void brcmf_pcie_setup(struct device *dev, int ret, ret = brcmf_chip_get_raminfo(devinfo->ci); if (ret) { brcmf_err(bus, "Failed to get RAM info\n"); + release_firmware(fw); + brcmf_fw_nvram_free(nvram); goto fail; } @@ -1824,9 +1799,6 @@ static void brcmf_pcie_setup(struct device *dev, int ret, init_waitqueue_head(&devinfo->mbdata_resp_wait); - brcmf_pcie_intr_enable(devinfo); - brcmf_pcie_hostready(devinfo); - ret = brcmf_attach(&devinfo->pdev->dev); if (ret) goto fail; diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c index 6512d25e35630..f3bb1f91b5878 100644 --- a/drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c @@ -303,7 +303,7 @@ static int iwlagn_mac_start(struct ieee80211_hw *hw) priv->is_open = 1; IWL_DEBUG_MAC80211(priv, "leave\n"); - return 0; + return ret; } static void iwlagn_mac_stop(struct ieee80211_hw *hw) diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c index 022f2faccab41..4a433e34ee7a1 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c +++ b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c @@ -519,8 +519,7 @@ static struct ieee80211_sband_iftype_data iwl_he_capa[] = { .has_he = true, .he_cap_elem = { .mac_cap_info[0] = - IEEE80211_HE_MAC_CAP0_HTC_HE | - IEEE80211_HE_MAC_CAP0_TWT_REQ, + IEEE80211_HE_MAC_CAP0_HTC_HE, .mac_cap_info[1] = IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_16US | IEEE80211_HE_MAC_CAP1_MULTI_TID_AGG_RX_QOS_8, diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c index 7272d8522a9e9..c5b08a68f6fa1 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c @@ -1417,8 +1417,10 @@ int iwl_mvm_up(struct iwl_mvm *mvm) while (!sband && i < NUM_NL80211_BANDS) sband = mvm->hw->wiphy->bands[i++]; - if (WARN_ON_ONCE(!sband)) + if (WARN_ON_ONCE(!sband)) { + ret = -ENODEV; goto error; + } chan = &sband->channels[0]; diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c index 29ad7804d77aa..3c523774ef0e6 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c @@ -343,7 +343,6 @@ const static u8 he_if_types_ext_capa_sta[] = { [0] = WLAN_EXT_CAPA1_EXT_CHANNEL_SWITCHING, [2] = WLAN_EXT_CAPA3_MULTI_BSSID_SUPPORT, [7] = WLAN_EXT_CAPA8_OPMODE_NOTIF, - [9] = WLAN_EXT_CAPA10_TWT_REQUESTER_SUPPORT, }; const static struct wiphy_iftype_ext_capab he_iftypes_ext_capa[] = { diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index a991b84842d33..27d9c6fd668d2 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c @@ -2061,6 +2061,15 @@ static void hw_scan_work(struct work_struct *work) if (req->ie_len) skb_put_data(probe, req->ie, req->ie_len); + if (!ieee80211_tx_prepare_skb(hwsim->hw, + hwsim->hw_scan_vif, + probe, + hwsim->tmp_chan->band, + NULL)) { + kfree_skb(probe); + continue; + } + local_bh_disable(); mac80211_hwsim_tx_frame(hwsim->hw, probe, hwsim->tmp_chan); @@ -3315,6 +3324,10 @@ static int hwsim_tx_info_frame_received_nl(struct sk_buff *skb_2, } txi->flags |= IEEE80211_TX_STAT_ACK; } + + if (hwsim_flags & HWSIM_TX_CTL_NO_ACK) + txi->flags |= IEEE80211_TX_STAT_NOACK_TRANSMITTED; + ieee80211_tx_status_irqsafe(data2->hw, skb); return 0; out: diff --git a/drivers/net/wireless/mediatek/mt76/mt7603/main.c b/drivers/net/wireless/mediatek/mt76/mt7603/main.c index 112014436716f..cb9d197393fc8 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7603/main.c +++ b/drivers/net/wireless/mediatek/mt76/mt7603/main.c @@ -606,6 +606,9 @@ mt7603_sta_rate_tbl_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta_rates *sta_rates = rcu_dereference(sta->rates); int i; + if (!sta_rates) + return; + spin_lock_bh(&dev->mt76.lock); for (i = 0; i < ARRAY_SIZE(msta->rates); i++) { msta->rates[i].idx = sta_rates->rate[i].idx; diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/main.c b/drivers/net/wireless/mediatek/mt76/mt7615/main.c index 9a9a5a8e57510..874c3afaa1573 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7615/main.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/main.c @@ -385,6 +385,9 @@ static void mt7615_sta_rate_tbl_update(struct ieee80211_hw *hw, struct ieee80211_sta_rates *sta_rates = rcu_dereference(sta->rates); int i; + if (!sta_rates) + return; + spin_lock_bh(&dev->mt76.lock); for (i = 0; i < ARRAY_SIZE(msta->rates); i++) { msta->rates[i].idx = sta_rates->rate[i].idx; diff --git a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c index cf372684b6812..3836d6ac53049 100644 --- a/drivers/net/wireless/ray_cs.c +++ b/drivers/net/wireless/ray_cs.c @@ -382,6 +382,8 @@ static int ray_config(struct pcmcia_device *link) goto failed; local->sram = ioremap(link->resource[2]->start, resource_size(link->resource[2])); + if (!local->sram) + goto failed; /*** Set up 16k window for shared memory (receive buffer) ***************/ link->resource[3]->flags |= @@ -396,6 +398,8 @@ static int ray_config(struct pcmcia_device *link) goto failed; local->rmem = ioremap(link->resource[3]->start, resource_size(link->resource[3])); + if (!local->rmem) + goto failed; /*** Set up window for attribute memory ***********************************/ link->resource[4]->flags |= @@ -410,6 +414,8 @@ static int ray_config(struct pcmcia_device *link) goto failed; local->amem = ioremap(link->resource[4]->start, resource_size(link->resource[4])); + if (!local->amem) + goto failed; dev_dbg(&link->dev, "ray_config sram=%p\n", local->sram); dev_dbg(&link->dev, "ray_config rmem=%p\n", local->rmem); diff --git a/drivers/net/xen-netback/xenbus.c b/drivers/net/xen-netback/xenbus.c index 416305e6d0932..44e353dd2ba19 100644 --- a/drivers/net/xen-netback/xenbus.c +++ b/drivers/net/xen-netback/xenbus.c @@ -435,6 +435,7 @@ static void backend_disconnect(struct backend_info *be) unsigned int queue_index; xen_unregister_watchers(vif); + xenbus_rm(XBT_NIL, be->dev->nodename, "hotplug-status"); #ifdef CONFIG_DEBUG_FS xenvif_debugfs_delif(vif); #endif /* CONFIG_DEBUG_FS */ @@ -979,15 +980,11 @@ static void connect(struct backend_info *be) xenvif_carrier_on(be->vif); unregister_hotplug_status_watch(be); - if (xenbus_exists(XBT_NIL, dev->nodename, "hotplug-status")) { - err = xenbus_watch_pathfmt(dev, &be->hotplug_status_watch, - NULL, hotplug_status_changed, - "%s/%s", dev->nodename, - "hotplug-status"); - if (err) - goto err; + err = xenbus_watch_pathfmt(dev, &be->hotplug_status_watch, NULL, + hotplug_status_changed, + "%s/%s", dev->nodename, "hotplug-status"); + if (!err) be->have_hotplug_status_watch = 1; - } netif_tx_wake_all_queues(be->vif->dev); diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index d2b3381f71825..532b9f84366e2 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include @@ -56,6 +57,12 @@ #include #include +enum netif_freeze_state { + NETIF_FREEZE_STATE_UNFROZEN, + NETIF_FREEZE_STATE_FREEZING, + NETIF_FREEZE_STATE_FROZEN, +}; + /* Module parameters */ #define MAX_QUEUES_DEFAULT 8 static unsigned int xennet_max_queues; @@ -64,6 +71,11 @@ MODULE_PARM_DESC(max_queues, "Maximum number of queues per virtual interface"); #define XENNET_TIMEOUT (5 * HZ) +static unsigned int netfront_freeze_timeout_secs = 10; +module_param_named(freeze_timeout_secs, + netfront_freeze_timeout_secs, uint, 0644); +MODULE_PARM_DESC(freeze_timeout_secs, + "timeout when freezing netfront device in seconds"); static const struct ethtool_ops xennet_ethtool_ops; @@ -164,6 +176,10 @@ struct netfront_info { bool broken; atomic_t rx_gso_checksum_fixup; + + int freeze_state; + + struct completion wait_backend_disconnected; }; struct netfront_rx_info { @@ -412,14 +428,12 @@ static bool xennet_tx_buf_gc(struct netfront_queue *queue) queue->tx_link[id] = TX_LINK_NONE; skb = queue->tx_skbs[id]; queue->tx_skbs[id] = NULL; - if (unlikely(gnttab_query_foreign_access( - queue->grant_tx_ref[id]) != 0)) { + if (unlikely(!gnttab_end_foreign_access_ref( + queue->grant_tx_ref[id], GNTMAP_readonly))) { dev_alert(dev, "Grant still in use by backend domain\n"); goto err; } - gnttab_end_foreign_access_ref( - queue->grant_tx_ref[id], GNTMAP_readonly); gnttab_release_grant_reference( &queue->gref_tx_head, queue->grant_tx_ref[id]); queue->grant_tx_ref[id] = GRANT_INVALID_REF; @@ -761,6 +775,28 @@ static int xennet_close(struct net_device *dev) return 0; } +static void xennet_destroy_queues(struct netfront_info *info) +{ + unsigned int i; + + for (i = 0; i < info->netdev->real_num_tx_queues; i++) { + struct netfront_queue *queue = &info->queues[i]; + + if (netif_running(info->netdev)) + napi_disable(&queue->napi); + netif_napi_del(&queue->napi); + } + + kfree(info->queues); + info->queues = NULL; +} + +static void xennet_uninit(struct net_device *dev) +{ + struct netfront_info *np = netdev_priv(dev); + xennet_destroy_queues(np); +} + static void xennet_set_rx_rsp_cons(struct netfront_queue *queue, RING_IDX val) { unsigned long flags; @@ -771,6 +807,21 @@ static void xennet_set_rx_rsp_cons(struct netfront_queue *queue, RING_IDX val) spin_unlock_irqrestore(&queue->rx_cons_lock, flags); } +static int xennet_disable_interrupts(struct net_device *dev) +{ + struct netfront_info *np = netdev_priv(dev); + unsigned int num_queues = dev->real_num_tx_queues; + unsigned int i; + struct netfront_queue *queue; + + for (i = 0; i < num_queues; ++i) { + queue = &np->queues[i]; + disable_irq(queue->tx_irq); + disable_irq(queue->rx_irq); + } + return 0; +} + static void xennet_move_rx_slot(struct netfront_queue *queue, struct sk_buff *skb, grant_ref_t ref) { @@ -839,7 +890,6 @@ static int xennet_get_responses(struct netfront_queue *queue, int max = XEN_NETIF_NR_SLOTS_MIN + (rx->status <= RX_COPY_THRESHOLD); int slots = 1; int err = 0; - unsigned long ret; if (rx->flags & XEN_NETRXF_extra_info) { err = xennet_get_extras(queue, extras, rp); @@ -870,8 +920,13 @@ static int xennet_get_responses(struct netfront_queue *queue, goto next; } - ret = gnttab_end_foreign_access_ref(ref, 0); - BUG_ON(!ret); + if (!gnttab_end_foreign_access_ref(ref, 0)) { + dev_alert(dev, + "Grant still in use by backend domain\n"); + queue->info->broken = true; + dev_alert(dev, "Disabled for further use\n"); + return -EINVAL; + } gnttab_release_grant_reference(&queue->gref_rx_head, ref); @@ -1075,6 +1130,10 @@ static int xennet_poll(struct napi_struct *napi, int budget) err = xennet_get_responses(queue, &rinfo, rp, &tmpq); if (unlikely(err)) { + if (queue->info->broken) { + spin_unlock(&queue->rx_lock); + return 0; + } err: while ((skb = __skb_dequeue(&tmpq))) __skb_queue_tail(&errq, skb); @@ -1373,6 +1432,7 @@ static void xennet_poll_controller(struct net_device *dev) #endif static const struct net_device_ops xennet_netdev_ops = { + .ndo_uninit = xennet_uninit, .ndo_open = xennet_open, .ndo_stop = xennet_close, .ndo_start_xmit = xennet_start_xmit, @@ -1412,6 +1472,8 @@ static struct net_device *xennet_create_dev(struct xenbus_device *dev) np->queues = NULL; + init_completion(&np->wait_backend_disconnected); + err = -ENOMEM; np->rx_stats = netdev_alloc_pcpu_stats(struct netfront_stats); if (np->rx_stats == NULL) @@ -1652,7 +1714,7 @@ static int setup_netfront(struct xenbus_device *dev, struct netfront_queue *queue, unsigned int feature_split_evtchn) { struct xen_netif_tx_sring *txs; - struct xen_netif_rx_sring *rxs; + struct xen_netif_rx_sring *rxs = NULL; grant_ref_t gref; int err; @@ -1672,21 +1734,21 @@ static int setup_netfront(struct xenbus_device *dev, err = xenbus_grant_ring(dev, txs, 1, &gref); if (err < 0) - goto grant_tx_ring_fail; + goto fail; queue->tx_ring_ref = gref; rxs = (struct xen_netif_rx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); if (!rxs) { err = -ENOMEM; xenbus_dev_fatal(dev, err, "allocating rx ring page"); - goto alloc_rx_ring_fail; + goto fail; } SHARED_RING_INIT(rxs); FRONT_RING_INIT(&queue->rx, rxs, XEN_PAGE_SIZE); err = xenbus_grant_ring(dev, rxs, 1, &gref); if (err < 0) - goto grant_rx_ring_fail; + goto fail; queue->rx_ring_ref = gref; if (feature_split_evtchn) @@ -1699,22 +1761,28 @@ static int setup_netfront(struct xenbus_device *dev, err = setup_netfront_single(queue); if (err) - goto alloc_evtchn_fail; + goto fail; return 0; /* If we fail to setup netfront, it is safe to just revoke access to * granted pages because backend is not accessing it at this point. */ -alloc_evtchn_fail: - gnttab_end_foreign_access_ref(queue->rx_ring_ref, 0); -grant_rx_ring_fail: - free_page((unsigned long)rxs); -alloc_rx_ring_fail: - gnttab_end_foreign_access_ref(queue->tx_ring_ref, 0); -grant_tx_ring_fail: - free_page((unsigned long)txs); -fail: + fail: + if (queue->rx_ring_ref != GRANT_INVALID_REF) { + gnttab_end_foreign_access(queue->rx_ring_ref, 0, + (unsigned long)rxs); + queue->rx_ring_ref = GRANT_INVALID_REF; + } else { + free_page((unsigned long)rxs); + } + if (queue->tx_ring_ref != GRANT_INVALID_REF) { + gnttab_end_foreign_access(queue->tx_ring_ref, 0, + (unsigned long)txs); + queue->tx_ring_ref = GRANT_INVALID_REF; + } else { + free_page((unsigned long)txs); + } return err; } @@ -1860,22 +1928,6 @@ static int write_queue_xenstore_keys(struct netfront_queue *queue, return err; } -static void xennet_destroy_queues(struct netfront_info *info) -{ - unsigned int i; - - for (i = 0; i < info->netdev->real_num_tx_queues; i++) { - struct netfront_queue *queue = &info->queues[i]; - - if (netif_running(info->netdev)) - napi_disable(&queue->napi); - netif_napi_del(&queue->napi); - } - - kfree(info->queues); - info->queues = NULL; -} - static int xennet_create_queues(struct netfront_info *info, unsigned int *num_queues) { @@ -1916,6 +1968,59 @@ static int xennet_create_queues(struct netfront_info *info, return 0; } +static int netfront_freeze(struct xenbus_device *dev) +{ + struct netfront_info *info = dev_get_drvdata(&dev->dev); + unsigned long timeout = netfront_freeze_timeout_secs * HZ; + int err = 0; + + xennet_disable_interrupts(info->netdev); + + netif_device_detach(info->netdev); + + if (dev->state == XenbusStateClosed) + goto closed; + + info->freeze_state = NETIF_FREEZE_STATE_FREEZING; + + /* Kick the backend to disconnect */ + xenbus_switch_state(dev, XenbusStateClosing); + + /* We don't want to move forward before the frontend is diconnected + * from the backend cleanly. + */ + timeout = wait_for_completion_timeout(&info->wait_backend_disconnected, + timeout); + if (!timeout) { + int state = xenbus_read_driver_state(dev->otherend); + + if (state == XenbusStateClosed || + state == XenbusStateUnknown) + goto closed; + + err = -EBUSY; + xenbus_dev_error(dev, err, "Freezing timed out;" + "the device may become inconsistent state"); + return err; + } +closed: + /* Tear down queues */ + xennet_disconnect_backend(info); + xennet_destroy_queues(info); + + info->freeze_state = NETIF_FREEZE_STATE_FROZEN; + + return err; +} + +static int netfront_restore(struct xenbus_device *dev) +{ + /* Kick the backend to re-connect */ + xenbus_switch_state(dev, XenbusStateInitialising); + + return 0; +} + /* Common code used when first setting up, and when resuming. */ static int talk_to_netback(struct xenbus_device *dev, struct netfront_info *info) @@ -2095,6 +2200,13 @@ static int xennet_connect(struct net_device *dev) device_unregister(&np->xbdev->dev); return err; } + } else { + /* + * In the resume / thaw case, the netif needs to be + * reattached, as it was detached in netfront_freeze(). + */ + if (np->freeze_state == NETIF_FREEZE_STATE_FROZEN) + netif_device_attach(dev); } rtnl_lock(); @@ -2128,6 +2240,8 @@ static int xennet_connect(struct net_device *dev) spin_unlock_bh(&queue->rx_lock); } + np->freeze_state = NETIF_FREEZE_STATE_UNFROZEN; + return 0; } @@ -2165,10 +2279,22 @@ static void netback_changed(struct xenbus_device *dev, break; case XenbusStateClosed: - if (dev->state == XenbusStateClosed) + if (dev->state == XenbusStateClosed) { + /* dpm context is waiting for the backend */ + if (np->freeze_state == NETIF_FREEZE_STATE_FREEZING) + complete(&np->wait_backend_disconnected); break; + } /* Fall through - Missed the backend's CLOSING state. */ case XenbusStateClosing: + /* We may see unexpected Closed or Closing from the backend. + * Just ignore it not to prevent the frontend from being + * re-connected in the case of PM suspend or hibernation. + */ + if (np->freeze_state == NETIF_FREEZE_STATE_FROZEN && + dev->state == XenbusStateInitialising) { + break; + } xenbus_frontend_closed(dev); break; } @@ -2330,6 +2456,9 @@ static struct xenbus_driver netfront_driver = { .probe = netfront_probe, .remove = xennet_remove, .resume = netfront_resume, + .freeze = netfront_freeze, + .thaw = netfront_restore, + .restore = netfront_restore, .otherend_changed = netback_changed, }; diff --git a/drivers/nfc/port100.c b/drivers/nfc/port100.c index 1caebefb25ff1..2ae1474faede9 100644 --- a/drivers/nfc/port100.c +++ b/drivers/nfc/port100.c @@ -1609,7 +1609,9 @@ static int port100_probe(struct usb_interface *interface, nfc_digital_free_device(dev->nfc_digital_dev); error: + usb_kill_urb(dev->in_urb); usb_free_urb(dev->in_urb); + usb_kill_urb(dev->out_urb); usb_free_urb(dev->out_urb); usb_put_dev(dev->udev); diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 544287e9f449b..f4de8be05c614 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -142,9 +142,8 @@ struct dino_device { struct pci_hba_data hba; /* 'C' inheritance - must be first */ spinlock_t dinosaur_pen; - unsigned long txn_addr; /* EIR addr to generate interrupt */ - u32 txn_data; /* EIR data assign to each dino */ u32 imr; /* IRQ's which are enabled */ + struct gsc_irq gsc_irq; int global_irq[DINO_LOCAL_IRQS]; /* map IMR bit to global irq */ #ifdef DINO_DEBUG unsigned int dino_irr0; /* save most recent IRQ line stat */ @@ -339,14 +338,43 @@ static void dino_unmask_irq(struct irq_data *d) if (tmp & DINO_MASK_IRQ(local_irq)) { DBG(KERN_WARNING "%s(): IRQ asserted! (ILR 0x%x)\n", __func__, tmp); - gsc_writel(dino_dev->txn_data, dino_dev->txn_addr); + gsc_writel(dino_dev->gsc_irq.txn_data, dino_dev->gsc_irq.txn_addr); } } +#ifdef CONFIG_SMP +static int dino_set_affinity_irq(struct irq_data *d, const struct cpumask *dest, + bool force) +{ + struct dino_device *dino_dev = irq_data_get_irq_chip_data(d); + struct cpumask tmask; + int cpu_irq; + u32 eim; + + if (!cpumask_and(&tmask, dest, cpu_online_mask)) + return -EINVAL; + + cpu_irq = cpu_check_affinity(d, &tmask); + if (cpu_irq < 0) + return cpu_irq; + + dino_dev->gsc_irq.txn_addr = txn_affinity_addr(d->irq, cpu_irq); + eim = ((u32) dino_dev->gsc_irq.txn_addr) | dino_dev->gsc_irq.txn_data; + __raw_writel(eim, dino_dev->hba.base_addr+DINO_IAR0); + + irq_data_update_effective_affinity(d, &tmask); + + return IRQ_SET_MASK_OK; +} +#endif + static struct irq_chip dino_interrupt_type = { .name = "GSC-PCI", .irq_unmask = dino_unmask_irq, .irq_mask = dino_mask_irq, +#ifdef CONFIG_SMP + .irq_set_affinity = dino_set_affinity_irq, +#endif }; @@ -806,7 +834,6 @@ static int __init dino_common_init(struct parisc_device *dev, { int status; u32 eim; - struct gsc_irq gsc_irq; struct resource *res; pcibios_register_hba(&dino_dev->hba); @@ -821,10 +848,8 @@ static int __init dino_common_init(struct parisc_device *dev, ** still only has 11 IRQ input lines - just map some of them ** to a different processor. */ - dev->irq = gsc_alloc_irq(&gsc_irq); - dino_dev->txn_addr = gsc_irq.txn_addr; - dino_dev->txn_data = gsc_irq.txn_data; - eim = ((u32) gsc_irq.txn_addr) | gsc_irq.txn_data; + dev->irq = gsc_alloc_irq(&dino_dev->gsc_irq); + eim = ((u32) dino_dev->gsc_irq.txn_addr) | dino_dev->gsc_irq.txn_data; /* ** Dino needs a PA "IRQ" to get a processor's attention. diff --git a/drivers/parisc/gsc.c b/drivers/parisc/gsc.c index ed9371acf37eb..ec175ae998733 100644 --- a/drivers/parisc/gsc.c +++ b/drivers/parisc/gsc.c @@ -135,10 +135,41 @@ static void gsc_asic_unmask_irq(struct irq_data *d) */ } +#ifdef CONFIG_SMP +static int gsc_set_affinity_irq(struct irq_data *d, const struct cpumask *dest, + bool force) +{ + struct gsc_asic *gsc_dev = irq_data_get_irq_chip_data(d); + struct cpumask tmask; + int cpu_irq; + + if (!cpumask_and(&tmask, dest, cpu_online_mask)) + return -EINVAL; + + cpu_irq = cpu_check_affinity(d, &tmask); + if (cpu_irq < 0) + return cpu_irq; + + gsc_dev->gsc_irq.txn_addr = txn_affinity_addr(d->irq, cpu_irq); + gsc_dev->eim = ((u32) gsc_dev->gsc_irq.txn_addr) | gsc_dev->gsc_irq.txn_data; + + /* switch IRQ's for devices below LASI/WAX to other CPU */ + gsc_writel(gsc_dev->eim, gsc_dev->hpa + OFFSET_IAR); + + irq_data_update_effective_affinity(d, &tmask); + + return IRQ_SET_MASK_OK; +} +#endif + + static struct irq_chip gsc_asic_interrupt_type = { .name = "GSC-ASIC", .irq_unmask = gsc_asic_unmask_irq, .irq_mask = gsc_asic_mask_irq, +#ifdef CONFIG_SMP + .irq_set_affinity = gsc_set_affinity_irq, +#endif }; int gsc_assign_irq(struct irq_chip *type, void *data) diff --git a/drivers/parisc/gsc.h b/drivers/parisc/gsc.h index 86abad3fa2150..73cbd0bb1975a 100644 --- a/drivers/parisc/gsc.h +++ b/drivers/parisc/gsc.h @@ -31,6 +31,7 @@ struct gsc_asic { int version; int type; int eim; + struct gsc_irq gsc_irq; int global_irq[32]; }; diff --git a/drivers/parisc/lasi.c b/drivers/parisc/lasi.c index 4e4fd12c2112e..6ef621adb63a8 100644 --- a/drivers/parisc/lasi.c +++ b/drivers/parisc/lasi.c @@ -163,7 +163,6 @@ static int __init lasi_init_chip(struct parisc_device *dev) { extern void (*chassis_power_off)(void); struct gsc_asic *lasi; - struct gsc_irq gsc_irq; int ret; lasi = kzalloc(sizeof(*lasi), GFP_KERNEL); @@ -185,7 +184,7 @@ static int __init lasi_init_chip(struct parisc_device *dev) lasi_init_irq(lasi); /* the IRQ lasi should use */ - dev->irq = gsc_alloc_irq(&gsc_irq); + dev->irq = gsc_alloc_irq(&lasi->gsc_irq); if (dev->irq < 0) { printk(KERN_ERR "%s(): cannot get GSC irq\n", __func__); @@ -193,9 +192,9 @@ static int __init lasi_init_chip(struct parisc_device *dev) return -EBUSY; } - lasi->eim = ((u32) gsc_irq.txn_addr) | gsc_irq.txn_data; + lasi->eim = ((u32) lasi->gsc_irq.txn_addr) | lasi->gsc_irq.txn_data; - ret = request_irq(gsc_irq.irq, gsc_asic_intr, 0, "lasi", lasi); + ret = request_irq(lasi->gsc_irq.irq, gsc_asic_intr, 0, "lasi", lasi); if (ret < 0) { kfree(lasi); return ret; diff --git a/drivers/parisc/wax.c b/drivers/parisc/wax.c index 5b6df15162354..73a2b01f8d9ca 100644 --- a/drivers/parisc/wax.c +++ b/drivers/parisc/wax.c @@ -68,7 +68,6 @@ static int __init wax_init_chip(struct parisc_device *dev) { struct gsc_asic *wax; struct parisc_device *parent; - struct gsc_irq gsc_irq; int ret; wax = kzalloc(sizeof(*wax), GFP_KERNEL); @@ -85,7 +84,7 @@ static int __init wax_init_chip(struct parisc_device *dev) wax_init_irq(wax); /* the IRQ wax should use */ - dev->irq = gsc_claim_irq(&gsc_irq, WAX_GSC_IRQ); + dev->irq = gsc_claim_irq(&wax->gsc_irq, WAX_GSC_IRQ); if (dev->irq < 0) { printk(KERN_ERR "%s(): cannot get GSC irq\n", __func__); @@ -93,9 +92,9 @@ static int __init wax_init_chip(struct parisc_device *dev) return -EBUSY; } - wax->eim = ((u32) gsc_irq.txn_addr) | gsc_irq.txn_data; + wax->eim = ((u32) wax->gsc_irq.txn_addr) | wax->gsc_irq.txn_data; - ret = request_irq(gsc_irq.irq, gsc_asic_intr, 0, "wax", wax); + ret = request_irq(wax->gsc_irq.irq, gsc_asic_intr, 0, "wax", wax); if (ret < 0) { kfree(wax); return ret; diff --git a/drivers/pci/access.c b/drivers/pci/access.c index 0914ddeae17f4..c909c66a63e2d 100644 --- a/drivers/pci/access.c +++ b/drivers/pci/access.c @@ -160,9 +160,12 @@ int pci_generic_config_write32(struct pci_bus *bus, unsigned int devfn, * write happen to have any RW1C (write-one-to-clear) bits set, we * just inadvertently cleared something we shouldn't have. */ - dev_warn_ratelimited(&bus->dev, "%d-byte config write to %04x:%02x:%02x.%d offset %#x may corrupt adjacent RW1C bits\n", - size, pci_domain_nr(bus), bus->number, - PCI_SLOT(devfn), PCI_FUNC(devfn), where); + if (!bus->unsafe_warn) { + dev_warn(&bus->dev, "%d-byte config write to %04x:%02x:%02x.%d offset %#x may corrupt adjacent RW1C bits\n", + size, pci_domain_nr(bus), bus->number, + PCI_SLOT(devfn), PCI_FUNC(devfn), where); + bus->unsafe_warn = 1; + } mask = ~(((1 << (size * 8)) - 1) << ((where & 0x3) * 8)); tmp = readl(addr) & mask; diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c index d2f8cd3a9568b..721d2652319ce 100644 --- a/drivers/pci/controller/pci-aardvark.c +++ b/drivers/pci/controller/pci-aardvark.c @@ -835,7 +835,9 @@ advk_pci_bridge_emul_pcie_conf_read(struct pci_bridge_emul *bridge, case PCI_EXP_RTSTA: { u32 isr0 = advk_readl(pcie, PCIE_ISR0_REG); u32 msglog = advk_readl(pcie, PCIE_MSG_LOG_REG); - *value = (isr0 & PCIE_MSG_PM_PME_MASK) << 16 | (msglog >> 16); + *value = msglog >> 16; + if (isr0 & PCIE_MSG_PM_PME_MASK) + *value |= PCI_EXP_RTSTA_PME; return PCI_BRIDGE_EMUL_HANDLED; } @@ -1168,7 +1170,7 @@ static void advk_msi_irq_compose_msi_msg(struct irq_data *data, msg->address_lo = lower_32_bits(msi_msg); msg->address_hi = upper_32_bits(msi_msg); - msg->data = data->irq; + msg->data = data->hwirq; } static int advk_msi_set_affinity(struct irq_data *irq_data, @@ -1185,15 +1187,11 @@ static int advk_msi_irq_domain_alloc(struct irq_domain *domain, int hwirq, i; mutex_lock(&pcie->msi_used_lock); - hwirq = bitmap_find_next_zero_area(pcie->msi_used, MSI_IRQ_NUM, - 0, nr_irqs, 0); - if (hwirq >= MSI_IRQ_NUM) { - mutex_unlock(&pcie->msi_used_lock); - return -ENOSPC; - } - - bitmap_set(pcie->msi_used, hwirq, nr_irqs); + hwirq = bitmap_find_free_region(pcie->msi_used, MSI_IRQ_NUM, + order_base_2(nr_irqs)); mutex_unlock(&pcie->msi_used_lock); + if (hwirq < 0) + return -ENOSPC; for (i = 0; i < nr_irqs; i++) irq_domain_set_info(domain, virq + i, hwirq + i, @@ -1211,7 +1209,7 @@ static void advk_msi_irq_domain_free(struct irq_domain *domain, struct advk_pcie *pcie = domain->host_data; mutex_lock(&pcie->msi_used_lock); - bitmap_clear(pcie->msi_used, d->hwirq, nr_irqs); + bitmap_release_region(pcie->msi_used, d->hwirq, order_base_2(nr_irqs)); mutex_unlock(&pcie->msi_used_lock); } diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 907b8be86ce04..13f3bc239c660 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c @@ -79,6 +79,8 @@ static int pcie_poll_cmd(struct controller *ctrl, int timeout) if (slot_status & PCI_EXP_SLTSTA_CC) { pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, PCI_EXP_SLTSTA_CC); + ctrl->cmd_busy = 0; + smp_mb(); return 1; } if (timeout < 0) @@ -957,6 +959,8 @@ static void quirk_cmd_compl(struct pci_dev *pdev) } DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); +DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0110, + PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0400, PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0401, diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c index b78835742526b..fdc14981296ae 100644 --- a/drivers/pci/pci-sysfs.c +++ b/drivers/pci/pci-sysfs.c @@ -156,7 +156,8 @@ static ssize_t max_link_speed_show(struct device *dev, { struct pci_dev *pdev = to_pci_dev(dev); - return sprintf(buf, "%s\n", PCIE_SPEED2STR(pcie_get_speed_cap(pdev))); + return sprintf(buf, "%s\n", + pci_speed_string(pcie_get_speed_cap(pdev))); } static DEVICE_ATTR_RO(max_link_speed); @@ -175,33 +176,15 @@ static ssize_t current_link_speed_show(struct device *dev, struct pci_dev *pci_dev = to_pci_dev(dev); u16 linkstat; int err; - const char *speed; + enum pci_bus_speed speed; err = pcie_capability_read_word(pci_dev, PCI_EXP_LNKSTA, &linkstat); if (err) return -EINVAL; - switch (linkstat & PCI_EXP_LNKSTA_CLS) { - case PCI_EXP_LNKSTA_CLS_32_0GB: - speed = "32 GT/s"; - break; - case PCI_EXP_LNKSTA_CLS_16_0GB: - speed = "16 GT/s"; - break; - case PCI_EXP_LNKSTA_CLS_8_0GB: - speed = "8 GT/s"; - break; - case PCI_EXP_LNKSTA_CLS_5_0GB: - speed = "5 GT/s"; - break; - case PCI_EXP_LNKSTA_CLS_2_5GB: - speed = "2.5 GT/s"; - break; - default: - speed = "Unknown speed"; - } + speed = pcie_link_speed[linkstat & PCI_EXP_LNKSTA_CLS]; - return sprintf(buf, "%s\n", speed); + return sprintf(buf, "%s\n", pci_speed_string(speed)); } static DEVICE_ATTR_RO(current_link_speed); diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index b9550cd4280ca..7536a65570358 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -5809,19 +5809,10 @@ enum pci_bus_speed pcie_get_speed_cap(struct pci_dev *dev) * where only 2.5 GT/s and 5.0 GT/s speeds were defined. */ pcie_capability_read_dword(dev, PCI_EXP_LNKCAP2, &lnkcap2); - if (lnkcap2) { /* PCIe r3.0-compliant */ - if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_32_0GB) - return PCIE_SPEED_32_0GT; - else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_16_0GB) - return PCIE_SPEED_16_0GT; - else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_8_0GB) - return PCIE_SPEED_8_0GT; - else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_5_0GB) - return PCIE_SPEED_5_0GT; - else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB) - return PCIE_SPEED_2_5GT; - return PCI_SPEED_UNKNOWN; - } + + /* PCIe r3.0-compliant */ + if (lnkcap2) + return PCIE_LNKCAP2_SLS2SPEED(lnkcap2); pcie_capability_read_dword(dev, PCI_EXP_LNKCAP, &lnkcap); if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) @@ -5897,14 +5888,14 @@ void __pcie_print_link_status(struct pci_dev *dev, bool verbose) if (bw_avail >= bw_cap && verbose) pci_info(dev, "%u.%03u Gb/s available PCIe bandwidth (%s x%d link)\n", bw_cap / 1000, bw_cap % 1000, - PCIE_SPEED2STR(speed_cap), width_cap); + pci_speed_string(speed_cap), width_cap); else if (bw_avail < bw_cap) pci_info(dev, "%u.%03u Gb/s available PCIe bandwidth, limited by %s x%d link at %s (capable of %u.%03u Gb/s with %s x%d link)\n", bw_avail / 1000, bw_avail % 1000, - PCIE_SPEED2STR(speed), width, + pci_speed_string(speed), width, limiting_dev ? pci_name(limiting_dev) : "", bw_cap / 1000, bw_cap % 1000, - PCIE_SPEED2STR(speed_cap), width_cap); + pci_speed_string(speed_cap), width_cap); } /** diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 6f34f9526f1c3..e3def52914241 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h @@ -290,22 +290,25 @@ void pci_disable_bridge_window(struct pci_dev *dev); struct pci_bus *pci_bus_get(struct pci_bus *bus); void pci_bus_put(struct pci_bus *bus); -/* PCIe link information */ -#define PCIE_SPEED2STR(speed) \ - ((speed) == PCIE_SPEED_16_0GT ? "16 GT/s" : \ - (speed) == PCIE_SPEED_8_0GT ? "8 GT/s" : \ - (speed) == PCIE_SPEED_5_0GT ? "5 GT/s" : \ - (speed) == PCIE_SPEED_2_5GT ? "2.5 GT/s" : \ - "Unknown speed") +/* PCIe link information from Link Capabilities 2 */ +#define PCIE_LNKCAP2_SLS2SPEED(lnkcap2) \ + ((lnkcap2) & PCI_EXP_LNKCAP2_SLS_32_0GB ? PCIE_SPEED_32_0GT : \ + (lnkcap2) & PCI_EXP_LNKCAP2_SLS_16_0GB ? PCIE_SPEED_16_0GT : \ + (lnkcap2) & PCI_EXP_LNKCAP2_SLS_8_0GB ? PCIE_SPEED_8_0GT : \ + (lnkcap2) & PCI_EXP_LNKCAP2_SLS_5_0GB ? PCIE_SPEED_5_0GT : \ + (lnkcap2) & PCI_EXP_LNKCAP2_SLS_2_5GB ? PCIE_SPEED_2_5GT : \ + PCI_SPEED_UNKNOWN) /* PCIe speed to Mb/s reduced by encoding overhead */ #define PCIE_SPEED2MBS_ENC(speed) \ - ((speed) == PCIE_SPEED_16_0GT ? 16000*128/130 : \ + ((speed) == PCIE_SPEED_32_0GT ? 32000*128/130 : \ + (speed) == PCIE_SPEED_16_0GT ? 16000*128/130 : \ (speed) == PCIE_SPEED_8_0GT ? 8000*128/130 : \ (speed) == PCIE_SPEED_5_0GT ? 5000*8/10 : \ (speed) == PCIE_SPEED_2_5GT ? 2500*8/10 : \ 0) +const char *pci_speed_string(enum pci_bus_speed speed); enum pci_bus_speed pcie_get_speed_cap(struct pci_dev *dev); enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev); u32 pcie_bandwidth_capable(struct pci_dev *dev, enum pci_bus_speed *speed, diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index a41d04c57642d..42bd7030b018a 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -641,6 +641,7 @@ void pci_free_host_bridge(struct pci_host_bridge *bridge) } EXPORT_SYMBOL(pci_free_host_bridge); +/* Indexed by PCI_X_SSTATUS_FREQ (secondary bus mode and frequency) */ static const unsigned char pcix_bus_speed[] = { PCI_SPEED_UNKNOWN, /* 0 */ PCI_SPEED_66MHz_PCIX, /* 1 */ @@ -660,6 +661,7 @@ static const unsigned char pcix_bus_speed[] = { PCI_SPEED_133MHz_PCIX_533 /* F */ }; +/* Indexed by PCI_EXP_LNKCAP_SLS, PCI_EXP_LNKSTA_CLS */ const unsigned char pcie_link_speed[] = { PCI_SPEED_UNKNOWN, /* 0 */ PCIE_SPEED_2_5GT, /* 1 */ @@ -678,6 +680,44 @@ const unsigned char pcie_link_speed[] = { PCI_SPEED_UNKNOWN, /* E */ PCI_SPEED_UNKNOWN /* F */ }; +EXPORT_SYMBOL_GPL(pcie_link_speed); + +const char *pci_speed_string(enum pci_bus_speed speed) +{ + /* Indexed by the pci_bus_speed enum */ + static const char *speed_strings[] = { + "33 MHz PCI", /* 0x00 */ + "66 MHz PCI", /* 0x01 */ + "66 MHz PCI-X", /* 0x02 */ + "100 MHz PCI-X", /* 0x03 */ + "133 MHz PCI-X", /* 0x04 */ + NULL, /* 0x05 */ + NULL, /* 0x06 */ + NULL, /* 0x07 */ + NULL, /* 0x08 */ + "66 MHz PCI-X 266", /* 0x09 */ + "100 MHz PCI-X 266", /* 0x0a */ + "133 MHz PCI-X 266", /* 0x0b */ + "Unknown AGP", /* 0x0c */ + "1x AGP", /* 0x0d */ + "2x AGP", /* 0x0e */ + "4x AGP", /* 0x0f */ + "8x AGP", /* 0x10 */ + "66 MHz PCI-X 533", /* 0x11 */ + "100 MHz PCI-X 533", /* 0x12 */ + "133 MHz PCI-X 533", /* 0x13 */ + "2.5 GT/s PCIe", /* 0x14 */ + "5.0 GT/s PCIe", /* 0x15 */ + "8.0 GT/s PCIe", /* 0x16 */ + "16.0 GT/s PCIe", /* 0x17 */ + "32.0 GT/s PCIe", /* 0x18 */ + }; + + if (speed < ARRAY_SIZE(speed_strings)) + return speed_strings[speed]; + return "Unknown"; +} +EXPORT_SYMBOL_GPL(pci_speed_string); void pcie_update_link_speed(struct pci_bus *bus, u16 linksta) { diff --git a/drivers/pci/slot.c b/drivers/pci/slot.c index 1e3ed6ec0a4af..ed2077e7470ae 100644 --- a/drivers/pci/slot.c +++ b/drivers/pci/slot.c @@ -49,45 +49,9 @@ static ssize_t address_read_file(struct pci_slot *slot, char *buf) slot->number); } -/* these strings match up with the values in pci_bus_speed */ -static const char *pci_bus_speed_strings[] = { - "33 MHz PCI", /* 0x00 */ - "66 MHz PCI", /* 0x01 */ - "66 MHz PCI-X", /* 0x02 */ - "100 MHz PCI-X", /* 0x03 */ - "133 MHz PCI-X", /* 0x04 */ - NULL, /* 0x05 */ - NULL, /* 0x06 */ - NULL, /* 0x07 */ - NULL, /* 0x08 */ - "66 MHz PCI-X 266", /* 0x09 */ - "100 MHz PCI-X 266", /* 0x0a */ - "133 MHz PCI-X 266", /* 0x0b */ - "Unknown AGP", /* 0x0c */ - "1x AGP", /* 0x0d */ - "2x AGP", /* 0x0e */ - "4x AGP", /* 0x0f */ - "8x AGP", /* 0x10 */ - "66 MHz PCI-X 533", /* 0x11 */ - "100 MHz PCI-X 533", /* 0x12 */ - "133 MHz PCI-X 533", /* 0x13 */ - "2.5 GT/s PCIe", /* 0x14 */ - "5.0 GT/s PCIe", /* 0x15 */ - "8.0 GT/s PCIe", /* 0x16 */ - "16.0 GT/s PCIe", /* 0x17 */ - "32.0 GT/s PCIe", /* 0x18 */ -}; - static ssize_t bus_speed_read(enum pci_bus_speed speed, char *buf) { - const char *speed_string; - - if (speed < ARRAY_SIZE(pci_bus_speed_strings)) - speed_string = pci_bus_speed_strings[speed]; - else - speed_string = "Unknown"; - - return sprintf(buf, "%s\n", speed_string); + return sprintf(buf, "%s\n", pci_speed_string(speed)); } static ssize_t max_speed_read_file(struct pci_slot *slot, char *buf) diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index 09ae8a970880f..a9261cf48293b 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig @@ -79,13 +79,6 @@ config FSL_IMX8_DDR_PMU can give information about memory throughput and other related events. -config HISI_PMU - bool "HiSilicon SoC PMU" - depends on ARM64 && ACPI - help - Support for HiSilicon SoC uncore performance monitoring - unit (PMU), such as: L3C, HHA and DDRC. - config QCOM_L2_PMU bool "Qualcomm Technologies L2-cache PMU" depends on ARCH_QCOM && ARM64 && ACPI @@ -129,4 +122,6 @@ config ARM_SPE_PMU Extension, which provides periodic sampling of operations in the CPU pipeline and reports this via the perf AUX interface. +source "drivers/perf/hisilicon/Kconfig" + endmenu diff --git a/drivers/perf/hisilicon/Kconfig b/drivers/perf/hisilicon/Kconfig new file mode 100644 index 0000000000000..c5d1b7019fffd --- /dev/null +++ b/drivers/perf/hisilicon/Kconfig @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +config HISI_PMU + tristate "HiSilicon SoC PMU drivers" + depends on ARM64 && ACPI + help + Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home + Agent performance monitor and DDR Controller performance monitor. diff --git a/drivers/perf/hisilicon/Makefile b/drivers/perf/hisilicon/Makefile index c3a96ec2bf66f..e8377061845ff 100644 --- a/drivers/perf/hisilicon/Makefile +++ b/drivers/perf/hisilicon/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_HISI_PMU) += hisi_uncore_pmu.o hisi_uncore_l3c_pmu.o hisi_uncore_hha_pmu.o hisi_uncore_ddrc_pmu.o +obj-$(CONFIG_HISI_PMU) += hisi_uncore_pmu.o hisi_uncore_l3c_pmu.o \ + hisi_uncore_hha_pmu.o hisi_uncore_ddrc_pmu.o diff --git a/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c b/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c index b79c96b14328b..883764deba3b2 100644 --- a/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c @@ -398,8 +398,9 @@ static int hisi_ddrc_pmu_probe(struct platform_device *pdev) ret = perf_pmu_register(&ddrc_pmu->pmu, name, -1); if (ret) { dev_err(ddrc_pmu->dev, "DDRC PMU register failed!\n"); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, - &ddrc_pmu->node); + cpuhp_state_remove_instance_nocalls( + CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, &ddrc_pmu->node); + irq_set_affinity_hint(ddrc_pmu->irq, NULL); } return ret; @@ -410,8 +411,9 @@ static int hisi_ddrc_pmu_remove(struct platform_device *pdev) struct hisi_pmu *ddrc_pmu = platform_get_drvdata(pdev); perf_pmu_unregister(&ddrc_pmu->pmu); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, - &ddrc_pmu->node); + cpuhp_state_remove_instance_nocalls(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, + &ddrc_pmu->node); + irq_set_affinity_hint(ddrc_pmu->irq, NULL); return 0; } diff --git a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c index 78865b4ac4a6f..d2cdece7cb5c6 100644 --- a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c @@ -409,8 +409,9 @@ static int hisi_hha_pmu_probe(struct platform_device *pdev) ret = perf_pmu_register(&hha_pmu->pmu, name, -1); if (ret) { dev_err(hha_pmu->dev, "HHA PMU register failed!\n"); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_HHA_ONLINE, - &hha_pmu->node); + cpuhp_state_remove_instance_nocalls( + CPUHP_AP_PERF_ARM_HISI_HHA_ONLINE, &hha_pmu->node); + irq_set_affinity_hint(hha_pmu->irq, NULL); } return ret; @@ -421,8 +422,9 @@ static int hisi_hha_pmu_remove(struct platform_device *pdev) struct hisi_pmu *hha_pmu = platform_get_drvdata(pdev); perf_pmu_unregister(&hha_pmu->pmu); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_HHA_ONLINE, - &hha_pmu->node); + cpuhp_state_remove_instance_nocalls(CPUHP_AP_PERF_ARM_HISI_HHA_ONLINE, + &hha_pmu->node); + irq_set_affinity_hint(hha_pmu->irq, NULL); return 0; } diff --git a/drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c b/drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c index 9dd50c3bc74ec..c07689833e5f1 100644 --- a/drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c @@ -399,8 +399,9 @@ static int hisi_l3c_pmu_probe(struct platform_device *pdev) ret = perf_pmu_register(&l3c_pmu->pmu, name, -1); if (ret) { dev_err(l3c_pmu->dev, "L3C PMU register failed!\n"); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, - &l3c_pmu->node); + cpuhp_state_remove_instance_nocalls( + CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, &l3c_pmu->node); + irq_set_affinity_hint(l3c_pmu->irq, NULL); } return ret; @@ -411,8 +412,9 @@ static int hisi_l3c_pmu_remove(struct platform_device *pdev) struct hisi_pmu *l3c_pmu = platform_get_drvdata(pdev); perf_pmu_unregister(&l3c_pmu->pmu); - cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, - &l3c_pmu->node); + cpuhp_state_remove_instance_nocalls(CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, + &l3c_pmu->node); + irq_set_affinity_hint(l3c_pmu->irq, NULL); return 0; } diff --git a/drivers/perf/hisilicon/hisi_uncore_pmu.c b/drivers/perf/hisilicon/hisi_uncore_pmu.c index 79f76f8dda8e1..7a7e583893cb2 100644 --- a/drivers/perf/hisilicon/hisi_uncore_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_pmu.c @@ -34,6 +34,7 @@ ssize_t hisi_format_sysfs_show(struct device *dev, return sprintf(buf, "%s\n", (char *)eattr->var); } +EXPORT_SYMBOL_GPL(hisi_format_sysfs_show); /* * PMU event attributes @@ -47,6 +48,7 @@ ssize_t hisi_event_sysfs_show(struct device *dev, return sprintf(page, "config=0x%lx\n", (unsigned long)eattr->var); } +EXPORT_SYMBOL_GPL(hisi_event_sysfs_show); /* * sysfs cpumask attributes. For uncore PMU, we only have a single CPU to show @@ -58,6 +60,7 @@ ssize_t hisi_cpumask_sysfs_show(struct device *dev, return sprintf(buf, "%d\n", hisi_pmu->on_cpu); } +EXPORT_SYMBOL_GPL(hisi_cpumask_sysfs_show); static bool hisi_validate_event_group(struct perf_event *event) { @@ -96,6 +99,7 @@ int hisi_uncore_pmu_counter_valid(struct hisi_pmu *hisi_pmu, int idx) { return idx >= 0 && idx < hisi_pmu->num_counters; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_counter_valid); int hisi_uncore_pmu_get_event_idx(struct perf_event *event) { @@ -112,6 +116,7 @@ int hisi_uncore_pmu_get_event_idx(struct perf_event *event) return idx; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_get_event_idx); static void hisi_uncore_pmu_clear_event_idx(struct hisi_pmu *hisi_pmu, int idx) { @@ -172,6 +177,7 @@ int hisi_uncore_pmu_event_init(struct perf_event *event) return 0; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_event_init); /* * Set the counter to count the event that we're interested in, @@ -219,6 +225,7 @@ void hisi_uncore_pmu_set_event_period(struct perf_event *event) /* Write start value to the hardware event counter */ hisi_pmu->ops->write_counter(hisi_pmu, hwc, val); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_set_event_period); void hisi_uncore_pmu_event_update(struct perf_event *event) { @@ -239,6 +246,7 @@ void hisi_uncore_pmu_event_update(struct perf_event *event) HISI_MAX_PERIOD(hisi_pmu->counter_bits); local64_add(delta, &event->count); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_event_update); void hisi_uncore_pmu_start(struct perf_event *event, int flags) { @@ -261,6 +269,7 @@ void hisi_uncore_pmu_start(struct perf_event *event, int flags) hisi_uncore_pmu_enable_event(event); perf_event_update_userpage(event); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_start); void hisi_uncore_pmu_stop(struct perf_event *event, int flags) { @@ -277,6 +286,7 @@ void hisi_uncore_pmu_stop(struct perf_event *event, int flags) hisi_uncore_pmu_event_update(event); hwc->state |= PERF_HES_UPTODATE; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_stop); int hisi_uncore_pmu_add(struct perf_event *event, int flags) { @@ -299,6 +309,7 @@ int hisi_uncore_pmu_add(struct perf_event *event, int flags) return 0; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_add); void hisi_uncore_pmu_del(struct perf_event *event, int flags) { @@ -310,12 +321,14 @@ void hisi_uncore_pmu_del(struct perf_event *event, int flags) perf_event_update_userpage(event); hisi_pmu->pmu_events.hw_events[hwc->idx] = NULL; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_del); void hisi_uncore_pmu_read(struct perf_event *event) { /* Read hardware counter and update the perf counter statistics */ hisi_uncore_pmu_event_update(event); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_read); void hisi_uncore_pmu_enable(struct pmu *pmu) { @@ -328,6 +341,7 @@ void hisi_uncore_pmu_enable(struct pmu *pmu) hisi_pmu->ops->start_counters(hisi_pmu); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_enable); void hisi_uncore_pmu_disable(struct pmu *pmu) { @@ -335,6 +349,7 @@ void hisi_uncore_pmu_disable(struct pmu *pmu) hisi_pmu->ops->stop_counters(hisi_pmu); } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_disable); /* * Read Super CPU cluster and CPU cluster ID from MPIDR_EL1. @@ -398,10 +413,11 @@ int hisi_uncore_pmu_online_cpu(unsigned int cpu, struct hlist_node *node) hisi_pmu->on_cpu = cpu; /* Overflow interrupt also should use the same CPU */ - WARN_ON(irq_set_affinity(hisi_pmu->irq, cpumask_of(cpu))); + WARN_ON(irq_set_affinity_hint(hisi_pmu->irq, cpumask_of(cpu))); return 0; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_online_cpu); int hisi_uncore_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) { @@ -430,7 +446,10 @@ int hisi_uncore_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) perf_pmu_migrate_context(&hisi_pmu->pmu, cpu, target); /* Use this CPU for event counting */ hisi_pmu->on_cpu = target; - WARN_ON(irq_set_affinity(hisi_pmu->irq, cpumask_of(target))); + WARN_ON(irq_set_affinity_hint(hisi_pmu->irq, cpumask_of(target))); return 0; } +EXPORT_SYMBOL_GPL(hisi_uncore_pmu_offline_cpu); + +MODULE_LICENSE("GPL v2"); diff --git a/drivers/perf/qcom_l2_pmu.c b/drivers/perf/qcom_l2_pmu.c index 4da37f650f983..7018eb21d1892 100644 --- a/drivers/perf/qcom_l2_pmu.c +++ b/drivers/perf/qcom_l2_pmu.c @@ -781,7 +781,7 @@ static struct cluster_pmu *l2_cache_associate_cpu_with_cluster( { u64 mpidr; int cpu_cluster_id; - struct cluster_pmu *cluster = NULL; + struct cluster_pmu *cluster; /* * This assumes that the cluster_id is in MPIDR[aff1] for @@ -803,10 +803,10 @@ static struct cluster_pmu *l2_cache_associate_cpu_with_cluster( cluster->cluster_id); cpumask_set_cpu(cpu, &cluster->cluster_cpus); *per_cpu_ptr(l2cache_pmu->pmu_cluster, cpu) = cluster; - break; + return cluster; } - return cluster; + return NULL; } static int l2cache_pmu_online_cpu(unsigned int cpu, struct hlist_node *node) diff --git a/drivers/phy/phy-core-mipi-dphy.c b/drivers/phy/phy-core-mipi-dphy.c index 14e0551cd3190..0aa740b73d0db 100644 --- a/drivers/phy/phy-core-mipi-dphy.c +++ b/drivers/phy/phy-core-mipi-dphy.c @@ -66,10 +66,10 @@ int phy_mipi_dphy_get_default_config(unsigned long pixel_clock, cfg->hs_trail = max(4 * 8 * ui, 60000 + 4 * 4 * ui); cfg->init = 100; - cfg->lpx = 60000; + cfg->lpx = 50000; cfg->ta_get = 5 * cfg->lpx; cfg->ta_go = 4 * cfg->lpx; - cfg->ta_sure = 2 * cfg->lpx; + cfg->ta_sure = cfg->lpx; cfg->wakeup = 1000; cfg->hs_clk_rate = hs_clk_rate; diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-common.c b/drivers/pinctrl/mediatek/pinctrl-mtk-common.c index 53f52b9a0acdc..c2df70712ca22 100644 --- a/drivers/pinctrl/mediatek/pinctrl-mtk-common.c +++ b/drivers/pinctrl/mediatek/pinctrl-mtk-common.c @@ -1038,6 +1038,7 @@ int mtk_pctrl_init(struct platform_device *pdev, node = of_parse_phandle(np, "mediatek,pctl-regmap", 0); if (node) { pctl->regmap1 = syscon_node_to_regmap(node); + of_node_put(node); if (IS_ERR(pctl->regmap1)) return PTR_ERR(pctl->regmap1); } else if (regmap) { @@ -1051,6 +1052,7 @@ int mtk_pctrl_init(struct platform_device *pdev, node = of_parse_phandle(np, "mediatek,pctl-regmap", 1); if (node) { pctl->regmap2 = syscon_node_to_regmap(node); + of_node_put(node); if (IS_ERR(pctl->regmap2)) return PTR_ERR(pctl->regmap2); } diff --git a/drivers/pinctrl/mediatek/pinctrl-paris.c b/drivers/pinctrl/mediatek/pinctrl-paris.c index 923264d0e9ef2..31449514a8c0c 100644 --- a/drivers/pinctrl/mediatek/pinctrl-paris.c +++ b/drivers/pinctrl/mediatek/pinctrl-paris.c @@ -198,8 +198,7 @@ static int mtk_pinconf_get(struct pinctrl_dev *pctldev, } static int mtk_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin, - enum pin_config_param param, - enum pin_config_param arg) + enum pin_config_param param, u32 arg) { struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); const struct mtk_pin_desc *desc; @@ -647,10 +646,10 @@ static int mtk_pconf_group_get(struct pinctrl_dev *pctldev, unsigned group, unsigned long *config) { struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); + struct mtk_pinctrl_group *grp = &hw->groups[group]; - *config = hw->groups[group].config; - - return 0; + /* One pin per group only */ + return mtk_pinconf_get(pctldev, grp->pin, config); } static int mtk_pconf_group_set(struct pinctrl_dev *pctldev, unsigned group, @@ -666,8 +665,6 @@ static int mtk_pconf_group_set(struct pinctrl_dev *pctldev, unsigned group, pinconf_to_config_argument(configs[i])); if (ret < 0) return ret; - - grp->config = configs[i]; } return 0; diff --git a/drivers/pinctrl/nomadik/pinctrl-nomadik.c b/drivers/pinctrl/nomadik/pinctrl-nomadik.c index 2a8190b11d104..9f00adfefba8e 100644 --- a/drivers/pinctrl/nomadik/pinctrl-nomadik.c +++ b/drivers/pinctrl/nomadik/pinctrl-nomadik.c @@ -1923,8 +1923,10 @@ static int nmk_pinctrl_probe(struct platform_device *pdev) } prcm_np = of_parse_phandle(np, "prcm", 0); - if (prcm_np) + if (prcm_np) { npct->prcm_base = of_iomap(prcm_np, 0); + of_node_put(prcm_np); + } if (!npct->prcm_base) { if (version == PINCTRL_NMK_STN8815) { dev_info(&pdev->dev, diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c index 17f909d8b63a9..2dccd24c65557 100644 --- a/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c +++ b/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c @@ -78,7 +78,6 @@ struct npcm7xx_gpio { struct gpio_chip gc; int irqbase; int irq; - void *priv; struct irq_chip irq_chip; u32 pinctrl_id; int (*direction_input)(struct gpio_chip *chip, unsigned offset); @@ -226,7 +225,7 @@ static void npcmgpio_irq_handler(struct irq_desc *desc) chained_irq_enter(chip, desc); sts = ioread32(bank->base + NPCM7XX_GP_N_EVST); en = ioread32(bank->base + NPCM7XX_GP_N_EVEN); - dev_dbg(chip->parent_device, "==> got irq sts %.8x %.8x\n", sts, + dev_dbg(bank->gc.parent, "==> got irq sts %.8x %.8x\n", sts, en); sts &= en; @@ -241,33 +240,33 @@ static int npcmgpio_set_irq_type(struct irq_data *d, unsigned int type) gpiochip_get_data(irq_data_get_irq_chip_data(d)); unsigned int gpio = BIT(d->hwirq); - dev_dbg(d->chip->parent_device, "setirqtype: %u.%u = %u\n", gpio, + dev_dbg(bank->gc.parent, "setirqtype: %u.%u = %u\n", gpio, d->irq, type); switch (type) { case IRQ_TYPE_EDGE_RISING: - dev_dbg(d->chip->parent_device, "edge.rising\n"); + dev_dbg(bank->gc.parent, "edge.rising\n"); npcm_gpio_clr(&bank->gc, bank->base + NPCM7XX_GP_N_EVBE, gpio); npcm_gpio_clr(&bank->gc, bank->base + NPCM7XX_GP_N_POL, gpio); break; case IRQ_TYPE_EDGE_FALLING: - dev_dbg(d->chip->parent_device, "edge.falling\n"); + dev_dbg(bank->gc.parent, "edge.falling\n"); npcm_gpio_clr(&bank->gc, bank->base + NPCM7XX_GP_N_EVBE, gpio); npcm_gpio_set(&bank->gc, bank->base + NPCM7XX_GP_N_POL, gpio); break; case IRQ_TYPE_EDGE_BOTH: - dev_dbg(d->chip->parent_device, "edge.both\n"); + dev_dbg(bank->gc.parent, "edge.both\n"); npcm_gpio_set(&bank->gc, bank->base + NPCM7XX_GP_N_EVBE, gpio); break; case IRQ_TYPE_LEVEL_LOW: - dev_dbg(d->chip->parent_device, "level.low\n"); + dev_dbg(bank->gc.parent, "level.low\n"); npcm_gpio_set(&bank->gc, bank->base + NPCM7XX_GP_N_POL, gpio); break; case IRQ_TYPE_LEVEL_HIGH: - dev_dbg(d->chip->parent_device, "level.high\n"); + dev_dbg(bank->gc.parent, "level.high\n"); npcm_gpio_clr(&bank->gc, bank->base + NPCM7XX_GP_N_POL, gpio); break; default: - dev_dbg(d->chip->parent_device, "invalid irq type\n"); + dev_dbg(bank->gc.parent, "invalid irq type\n"); return -EINVAL; } @@ -289,7 +288,7 @@ static void npcmgpio_irq_ack(struct irq_data *d) gpiochip_get_data(irq_data_get_irq_chip_data(d)); unsigned int gpio = d->hwirq; - dev_dbg(d->chip->parent_device, "irq_ack: %u.%u\n", gpio, d->irq); + dev_dbg(bank->gc.parent, "irq_ack: %u.%u\n", gpio, d->irq); iowrite32(BIT(gpio), bank->base + NPCM7XX_GP_N_EVST); } @@ -301,7 +300,7 @@ static void npcmgpio_irq_mask(struct irq_data *d) unsigned int gpio = d->hwirq; /* Clear events */ - dev_dbg(d->chip->parent_device, "irq_mask: %u.%u\n", gpio, d->irq); + dev_dbg(bank->gc.parent, "irq_mask: %u.%u\n", gpio, d->irq); iowrite32(BIT(gpio), bank->base + NPCM7XX_GP_N_EVENC); } @@ -313,7 +312,7 @@ static void npcmgpio_irq_unmask(struct irq_data *d) unsigned int gpio = d->hwirq; /* Enable events */ - dev_dbg(d->chip->parent_device, "irq_unmask: %u.%u\n", gpio, d->irq); + dev_dbg(bank->gc.parent, "irq_unmask: %u.%u\n", gpio, d->irq); iowrite32(BIT(gpio), bank->base + NPCM7XX_GP_N_EVENS); } @@ -323,7 +322,7 @@ static unsigned int npcmgpio_irq_startup(struct irq_data *d) unsigned int gpio = d->hwirq; /* active-high, input, clear interrupt, enable interrupt */ - dev_dbg(d->chip->parent_device, "startup: %u.%u\n", gpio, d->irq); + dev_dbg(gc->parent, "startup: %u.%u\n", gpio, d->irq); npcmgpio_direction_input(gc, gpio); npcmgpio_irq_ack(d); npcmgpio_irq_unmask(d); @@ -905,7 +904,7 @@ static struct npcm7xx_func npcm7xx_funcs[] = { #define DRIVE_STRENGTH_HI_SHIFT 12 #define DRIVE_STRENGTH_MASK 0x0000FF00 -#define DS(lo, hi) (((lo) << DRIVE_STRENGTH_LO_SHIFT) | \ +#define DSTR(lo, hi) (((lo) << DRIVE_STRENGTH_LO_SHIFT) | \ ((hi) << DRIVE_STRENGTH_HI_SHIFT)) #define DSLO(x) (((x) >> DRIVE_STRENGTH_LO_SHIFT) & 0xF) #define DSHI(x) (((x) >> DRIVE_STRENGTH_HI_SHIFT) & 0xF) @@ -925,31 +924,31 @@ struct npcm7xx_pincfg { static const struct npcm7xx_pincfg pincfg[] = { /* PIN FUNCTION 1 FUNCTION 2 FUNCTION 3 FLAGS */ NPCM7XX_PINCFG(0, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(1, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(2, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(1, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(2, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(3, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(4, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), NPCM7XX_PINCFG(5, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), NPCM7XX_PINCFG(6, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), NPCM7XX_PINCFG(7, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), - NPCM7XX_PINCFG(8, lkgpo1, FLOCKR1, 4, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(9, lkgpo2, FLOCKR1, 8, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(10, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(11, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(8, lkgpo1, FLOCKR1, 4, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(9, lkgpo2, FLOCKR1, 8, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(10, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(11, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(12, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), NPCM7XX_PINCFG(13, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), NPCM7XX_PINCFG(14, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), NPCM7XX_PINCFG(15, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), - NPCM7XX_PINCFG(16, lkgpo0, FLOCKR1, 0, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(17, pspi2, MFSEL3, 13, smb4den, I2CSEGSEL, 23, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(18, pspi2, MFSEL3, 13, smb4b, I2CSEGSEL, 14, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(19, pspi2, MFSEL3, 13, smb4b, I2CSEGSEL, 14, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(16, lkgpo0, FLOCKR1, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(17, pspi2, MFSEL3, 13, smb4den, I2CSEGSEL, 23, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(18, pspi2, MFSEL3, 13, smb4b, I2CSEGSEL, 14, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(19, pspi2, MFSEL3, 13, smb4b, I2CSEGSEL, 14, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(20, smb4c, I2CSEGSEL, 15, smb15, MFSEL3, 8, none, NONE, 0, 0), NPCM7XX_PINCFG(21, smb4c, I2CSEGSEL, 15, smb15, MFSEL3, 8, none, NONE, 0, 0), NPCM7XX_PINCFG(22, smb4d, I2CSEGSEL, 16, smb14, MFSEL3, 7, none, NONE, 0, 0), NPCM7XX_PINCFG(23, smb4d, I2CSEGSEL, 16, smb14, MFSEL3, 7, none, NONE, 0, 0), - NPCM7XX_PINCFG(24, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(25, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(24, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(25, ioxh, MFSEL3, 18, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(26, smb5, MFSEL1, 2, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(27, smb5, MFSEL1, 2, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(28, smb4, MFSEL1, 1, none, NONE, 0, none, NONE, 0, 0), @@ -965,12 +964,12 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(39, smb3b, I2CSEGSEL, 11, none, NONE, 0, none, NONE, 0, SLEW), NPCM7XX_PINCFG(40, smb3b, I2CSEGSEL, 11, none, NONE, 0, none, NONE, 0, SLEW), NPCM7XX_PINCFG(41, bmcuart0a, MFSEL1, 9, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(42, bmcuart0a, MFSEL1, 9, none, NONE, 0, none, NONE, 0, DS(2, 4) | GPO), + NPCM7XX_PINCFG(42, bmcuart0a, MFSEL1, 9, none, NONE, 0, none, NONE, 0, DSTR(2, 4) | GPO), NPCM7XX_PINCFG(43, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, bmcuart1, MFSEL3, 24, 0), NPCM7XX_PINCFG(44, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, bmcuart1, MFSEL3, 24, 0), NPCM7XX_PINCFG(45, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(46, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, none, NONE, 0, DS(2, 8)), - NPCM7XX_PINCFG(47, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, none, NONE, 0, DS(2, 8)), + NPCM7XX_PINCFG(46, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, none, NONE, 0, DSTR(2, 8)), + NPCM7XX_PINCFG(47, uart1, MFSEL1, 10, jtag2, MFSEL4, 0, none, NONE, 0, DSTR(2, 8)), NPCM7XX_PINCFG(48, uart2, MFSEL1, 11, bmcuart0b, MFSEL4, 1, none, NONE, 0, GPO), NPCM7XX_PINCFG(49, uart2, MFSEL1, 11, bmcuart0b, MFSEL4, 1, none, NONE, 0, 0), NPCM7XX_PINCFG(50, uart2, MFSEL1, 11, none, NONE, 0, none, NONE, 0, 0), @@ -980,8 +979,8 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(54, uart2, MFSEL1, 11, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(55, uart2, MFSEL1, 11, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(56, r1err, MFSEL1, 12, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(57, r1md, MFSEL1, 13, none, NONE, 0, none, NONE, 0, DS(2, 4)), - NPCM7XX_PINCFG(58, r1md, MFSEL1, 13, none, NONE, 0, none, NONE, 0, DS(2, 4)), + NPCM7XX_PINCFG(57, r1md, MFSEL1, 13, none, NONE, 0, none, NONE, 0, DSTR(2, 4)), + NPCM7XX_PINCFG(58, r1md, MFSEL1, 13, none, NONE, 0, none, NONE, 0, DSTR(2, 4)), NPCM7XX_PINCFG(59, smb3d, I2CSEGSEL, 13, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(60, smb3d, I2CSEGSEL, 13, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(61, uart1, MFSEL1, 10, none, NONE, 0, none, NONE, 0, GPO), @@ -1004,19 +1003,19 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(77, fanin13, MFSEL2, 13, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(78, fanin14, MFSEL2, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(79, fanin15, MFSEL2, 15, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(80, pwm0, MFSEL2, 16, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(81, pwm1, MFSEL2, 17, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(82, pwm2, MFSEL2, 18, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(83, pwm3, MFSEL2, 19, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(84, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(85, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(86, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(80, pwm0, MFSEL2, 16, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(81, pwm1, MFSEL2, 17, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(82, pwm2, MFSEL2, 18, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(83, pwm3, MFSEL2, 19, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(84, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(85, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(86, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(87, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(88, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(89, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(90, r2err, MFSEL1, 15, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(91, r2md, MFSEL1, 16, none, NONE, 0, none, NONE, 0, DS(2, 4)), - NPCM7XX_PINCFG(92, r2md, MFSEL1, 16, none, NONE, 0, none, NONE, 0, DS(2, 4)), + NPCM7XX_PINCFG(91, r2md, MFSEL1, 16, none, NONE, 0, none, NONE, 0, DSTR(2, 4)), + NPCM7XX_PINCFG(92, r2md, MFSEL1, 16, none, NONE, 0, none, NONE, 0, DSTR(2, 4)), NPCM7XX_PINCFG(93, ga20kbc, MFSEL1, 17, smb5d, I2CSEGSEL, 21, none, NONE, 0, 0), NPCM7XX_PINCFG(94, ga20kbc, MFSEL1, 17, smb5d, I2CSEGSEL, 21, none, NONE, 0, 0), NPCM7XX_PINCFG(95, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), @@ -1062,34 +1061,34 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(133, smb10, MFSEL4, 13, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(134, smb11, MFSEL4, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(135, smb11, MFSEL4, 14, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(136, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(137, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(138, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(139, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(140, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(136, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(137, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(138, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(139, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(140, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(141, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(142, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(142, sd1, MFSEL3, 12, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(143, sd1, MFSEL3, 12, sd1pwr, MFSEL4, 5, none, NONE, 0, 0), - NPCM7XX_PINCFG(144, pwm4, MFSEL2, 20, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(145, pwm5, MFSEL2, 21, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(146, pwm6, MFSEL2, 22, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(147, pwm7, MFSEL2, 23, none, NONE, 0, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(148, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(149, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(150, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(151, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(152, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(144, pwm4, MFSEL2, 20, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(145, pwm5, MFSEL2, 21, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(146, pwm6, MFSEL2, 22, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(147, pwm7, MFSEL2, 23, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(148, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(149, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(150, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(151, mmc8, MFSEL3, 11, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(152, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(153, mmcwp, FLOCKR1, 24, none, NONE, 0, none, NONE, 0, 0), /* Z1/A1 */ - NPCM7XX_PINCFG(154, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(154, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(155, mmccd, MFSEL3, 25, mmcrst, MFSEL4, 6, none, NONE, 0, 0), /* Z1/A1 */ - NPCM7XX_PINCFG(156, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(157, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(158, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(159, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - - NPCM7XX_PINCFG(160, clkout, MFSEL1, 21, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(161, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, DS(8, 12)), - NPCM7XX_PINCFG(162, serirq, NONE, 0, gpio, MFSEL1, 31, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(156, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(157, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(158, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(159, mmc, MFSEL3, 10, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + + NPCM7XX_PINCFG(160, clkout, MFSEL1, 21, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(161, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, DSTR(8, 12)), + NPCM7XX_PINCFG(162, serirq, NONE, 0, gpio, MFSEL1, 31, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(163, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), NPCM7XX_PINCFG(164, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), NPCM7XX_PINCFG(165, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), @@ -1102,25 +1101,25 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(172, smb6, MFSEL3, 1, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(173, smb7, MFSEL3, 2, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(174, smb7, MFSEL3, 2, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(175, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(176, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(177, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(178, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(179, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(180, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), + NPCM7XX_PINCFG(175, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(176, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(177, pspi1, MFSEL3, 4, faninx, MFSEL3, 3, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(178, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(179, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(180, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), NPCM7XX_PINCFG(181, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(182, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(183, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(184, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW | GPO), - NPCM7XX_PINCFG(185, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW | GPO), - NPCM7XX_PINCFG(186, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(187, spi3cs1, MFSEL4, 17, none, NONE, 0, none, NONE, 0, DS(8, 12)), - NPCM7XX_PINCFG(188, spi3quad, MFSEL4, 20, spi3cs2, MFSEL4, 18, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(189, spi3quad, MFSEL4, 20, spi3cs3, MFSEL4, 19, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(190, gpio, FLOCKR1, 20, nprd_smi, NONE, 0, none, NONE, 0, DS(2, 4)), - NPCM7XX_PINCFG(191, none, NONE, 0, none, NONE, 0, none, NONE, 0, DS(8, 12)), /* XX */ - - NPCM7XX_PINCFG(192, none, NONE, 0, none, NONE, 0, none, NONE, 0, DS(8, 12)), /* XX */ + NPCM7XX_PINCFG(183, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(184, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), + NPCM7XX_PINCFG(185, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), + NPCM7XX_PINCFG(186, spi3, MFSEL4, 16, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(187, spi3cs1, MFSEL4, 17, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), + NPCM7XX_PINCFG(188, spi3quad, MFSEL4, 20, spi3cs2, MFSEL4, 18, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(189, spi3quad, MFSEL4, 20, spi3cs3, MFSEL4, 19, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(190, gpio, FLOCKR1, 20, nprd_smi, NONE, 0, none, NONE, 0, DSTR(2, 4)), + NPCM7XX_PINCFG(191, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), /* XX */ + + NPCM7XX_PINCFG(192, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), /* XX */ NPCM7XX_PINCFG(193, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(194, smb0b, I2CSEGSEL, 0, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(195, smb0b, I2CSEGSEL, 0, none, NONE, 0, none, NONE, 0, 0), @@ -1131,11 +1130,11 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(200, r2, MFSEL1, 14, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(201, r1, MFSEL3, 9, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(202, smb0c, I2CSEGSEL, 1, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(203, faninx, MFSEL3, 3, none, NONE, 0, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(203, faninx, MFSEL3, 3, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(204, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, SLEW), NPCM7XX_PINCFG(205, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, SLEW), - NPCM7XX_PINCFG(206, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, DS(4, 8)), - NPCM7XX_PINCFG(207, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, DS(4, 8)), + NPCM7XX_PINCFG(206, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, DSTR(4, 8)), + NPCM7XX_PINCFG(207, ddc, NONE, 0, gpio, MFSEL3, 22, none, NONE, 0, DSTR(4, 8)), NPCM7XX_PINCFG(208, rg2, MFSEL4, 24, ddr, MFSEL3, 26, none, NONE, 0, 0), NPCM7XX_PINCFG(209, rg2, MFSEL4, 24, ddr, MFSEL3, 26, none, NONE, 0, 0), NPCM7XX_PINCFG(210, rg2, MFSEL4, 24, ddr, MFSEL3, 26, none, NONE, 0, 0), @@ -1147,20 +1146,20 @@ static const struct npcm7xx_pincfg pincfg[] = { NPCM7XX_PINCFG(216, rg2mdio, MFSEL4, 23, ddr, MFSEL3, 26, none, NONE, 0, 0), NPCM7XX_PINCFG(217, rg2mdio, MFSEL4, 23, ddr, MFSEL3, 26, none, NONE, 0, 0), NPCM7XX_PINCFG(218, wdog1, MFSEL3, 19, none, NONE, 0, none, NONE, 0, 0), - NPCM7XX_PINCFG(219, wdog2, MFSEL3, 20, none, NONE, 0, none, NONE, 0, DS(4, 8)), + NPCM7XX_PINCFG(219, wdog2, MFSEL3, 20, none, NONE, 0, none, NONE, 0, DSTR(4, 8)), NPCM7XX_PINCFG(220, smb12, MFSEL3, 5, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(221, smb12, MFSEL3, 5, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(222, smb13, MFSEL3, 6, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(223, smb13, MFSEL3, 6, none, NONE, 0, none, NONE, 0, 0), NPCM7XX_PINCFG(224, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, SLEW), - NPCM7XX_PINCFG(225, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW | GPO), - NPCM7XX_PINCFG(226, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW | GPO), - NPCM7XX_PINCFG(227, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(228, spixcs1, MFSEL4, 28, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(229, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(230, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DS(8, 12) | SLEW), - NPCM7XX_PINCFG(231, clkreq, MFSEL4, 9, none, NONE, 0, none, NONE, 0, DS(8, 12)), + NPCM7XX_PINCFG(225, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), + NPCM7XX_PINCFG(226, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), + NPCM7XX_PINCFG(227, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(228, spixcs1, MFSEL4, 28, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(229, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(230, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), + NPCM7XX_PINCFG(231, clkreq, MFSEL4, 9, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), NPCM7XX_PINCFG(253, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPI), /* SDHC1 power */ NPCM7XX_PINCFG(254, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPI), /* SDHC2 power */ NPCM7XX_PINCFG(255, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPI), /* DACOSEL */ @@ -1561,7 +1560,7 @@ static int npcm7xx_get_groups_count(struct pinctrl_dev *pctldev) { struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); - dev_dbg(npcm->dev, "group size: %d\n", ARRAY_SIZE(npcm7xx_groups)); + dev_dbg(npcm->dev, "group size: %zu\n", ARRAY_SIZE(npcm7xx_groups)); return ARRAY_SIZE(npcm7xx_groups); } diff --git a/drivers/pinctrl/pinconf-generic.c b/drivers/pinctrl/pinconf-generic.c index 9eb86309c70bf..355bc4c748e26 100644 --- a/drivers/pinctrl/pinconf-generic.c +++ b/drivers/pinctrl/pinconf-generic.c @@ -30,10 +30,10 @@ static const struct pin_config_item conf_items[] = { PCONFDUMP(PIN_CONFIG_BIAS_BUS_HOLD, "input bias bus hold", NULL, false), PCONFDUMP(PIN_CONFIG_BIAS_DISABLE, "input bias disabled", NULL, false), PCONFDUMP(PIN_CONFIG_BIAS_HIGH_IMPEDANCE, "input bias high impedance", NULL, false), - PCONFDUMP(PIN_CONFIG_BIAS_PULL_DOWN, "input bias pull down", NULL, false), + PCONFDUMP(PIN_CONFIG_BIAS_PULL_DOWN, "input bias pull down", "ohms", true), PCONFDUMP(PIN_CONFIG_BIAS_PULL_PIN_DEFAULT, - "input bias pull to pin specific state", NULL, false), - PCONFDUMP(PIN_CONFIG_BIAS_PULL_UP, "input bias pull up", NULL, false), + "input bias pull to pin specific state", "ohms", true), + PCONFDUMP(PIN_CONFIG_BIAS_PULL_UP, "input bias pull up", "ohms", true), PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_DRAIN, "output drive open drain", NULL, false), PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_SOURCE, "output drive open source", NULL, false), PCONFDUMP(PIN_CONFIG_DRIVE_PUSH_PULL, "output drive push pull", NULL, false), diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c index 59fe3204e965d..4b972be3487f9 100644 --- a/drivers/pinctrl/pinctrl-rockchip.c +++ b/drivers/pinctrl/pinctrl-rockchip.c @@ -3433,6 +3433,7 @@ static int rockchip_pinctrl_probe(struct platform_device *pdev) node = of_parse_phandle(np, "rockchip,grf", 0); if (node) { info->regmap_base = syscon_node_to_regmap(node); + of_node_put(node); if (IS_ERR(info->regmap_base)) return PTR_ERR(info->regmap_base); } else { @@ -3469,6 +3470,7 @@ static int rockchip_pinctrl_probe(struct platform_device *pdev) node = of_parse_phandle(np, "rockchip,pmu", 0); if (node) { info->regmap_pmu = syscon_node_to_regmap(node); + of_node_put(node); if (IS_ERR(info->regmap_pmu)) return PTR_ERR(info->regmap_pmu); } diff --git a/drivers/pinctrl/samsung/pinctrl-samsung.c b/drivers/pinctrl/samsung/pinctrl-samsung.c index 601fffeba39fe..131fa7958f754 100644 --- a/drivers/pinctrl/samsung/pinctrl-samsung.c +++ b/drivers/pinctrl/samsung/pinctrl-samsung.c @@ -1002,6 +1002,16 @@ samsung_pinctrl_get_soc_data_for_of_alias(struct platform_device *pdev) return &(of_data->ctrl[id]); } +static void samsung_banks_of_node_put(struct samsung_pinctrl_drv_data *d) +{ + struct samsung_pin_bank *bank; + unsigned int i; + + bank = d->pin_banks; + for (i = 0; i < d->nr_banks; ++i, ++bank) + of_node_put(bank->of_node); +} + /* retrieve the soc specific data */ static const struct samsung_pin_ctrl * samsung_pinctrl_get_soc_data(struct samsung_pinctrl_drv_data *d, @@ -1116,19 +1126,19 @@ static int samsung_pinctrl_probe(struct platform_device *pdev) if (ctrl->retention_data) { drvdata->retention_ctrl = ctrl->retention_data->init(drvdata, ctrl->retention_data); - if (IS_ERR(drvdata->retention_ctrl)) - return PTR_ERR(drvdata->retention_ctrl); + if (IS_ERR(drvdata->retention_ctrl)) { + ret = PTR_ERR(drvdata->retention_ctrl); + goto err_put_banks; + } } ret = samsung_pinctrl_register(pdev, drvdata); if (ret) - return ret; + goto err_put_banks; ret = samsung_gpiolib_register(pdev, drvdata); - if (ret) { - samsung_pinctrl_unregister(pdev, drvdata); - return ret; - } + if (ret) + goto err_unregister; if (ctrl->eint_gpio_init) ctrl->eint_gpio_init(drvdata); @@ -1138,6 +1148,12 @@ static int samsung_pinctrl_probe(struct platform_device *pdev) platform_set_drvdata(pdev, drvdata); return 0; + +err_unregister: + samsung_pinctrl_unregister(pdev, drvdata); +err_put_banks: + samsung_banks_of_node_put(drvdata); + return ret; } /** diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a77470.c b/drivers/pinctrl/sh-pfc/pfc-r8a77470.c index b3b116da1bb0d..14005725a726b 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a77470.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a77470.c @@ -2121,7 +2121,7 @@ static const unsigned int vin0_clk_mux[] = { VI0_CLK_MARK, }; /* - VIN1 ------------------------------------------------------------------- */ -static const union vin_data vin1_data_pins = { +static const union vin_data12 vin1_data_pins = { .data12 = { RCAR_GP_PIN(3, 1), RCAR_GP_PIN(3, 2), RCAR_GP_PIN(3, 3), RCAR_GP_PIN(3, 4), @@ -2131,7 +2131,7 @@ static const union vin_data vin1_data_pins = { RCAR_GP_PIN(3, 15), RCAR_GP_PIN(3, 16), }, }; -static const union vin_data vin1_data_mux = { +static const union vin_data12 vin1_data_mux = { .data12 = { VI1_DATA0_MARK, VI1_DATA1_MARK, VI1_DATA2_MARK, VI1_DATA3_MARK, diff --git a/drivers/power/reset/gemini-poweroff.c b/drivers/power/reset/gemini-poweroff.c index 90e35c07240ae..b7f7a8225f22e 100644 --- a/drivers/power/reset/gemini-poweroff.c +++ b/drivers/power/reset/gemini-poweroff.c @@ -107,8 +107,8 @@ static int gemini_poweroff_probe(struct platform_device *pdev) return PTR_ERR(gpw->base); irq = platform_get_irq(pdev, 0); - if (!irq) - return -EINVAL; + if (irq < 0) + return irq; gpw->dev = dev; diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c index 69452fc085b99..4c229e6fb750a 100644 --- a/drivers/power/supply/ab8500_fg.c +++ b/drivers/power/supply/ab8500_fg.c @@ -2541,8 +2541,10 @@ static int ab8500_fg_sysfs_init(struct ab8500_fg *di) ret = kobject_init_and_add(&di->fg_kobject, &ab8500_fg_ktype, NULL, "battery"); - if (ret < 0) + if (ret < 0) { + kobject_put(&di->fg_kobject); dev_err(di->dev, "failed to create sysfs entry\n"); + } return ret; } diff --git a/drivers/power/supply/axp20x_battery.c b/drivers/power/supply/axp20x_battery.c index e84b6e4da14a8..9fda98b950bab 100644 --- a/drivers/power/supply/axp20x_battery.c +++ b/drivers/power/supply/axp20x_battery.c @@ -185,7 +185,6 @@ static int axp20x_battery_get_prop(struct power_supply *psy, union power_supply_propval *val) { struct axp20x_batt_ps *axp20x_batt = power_supply_get_drvdata(psy); - struct iio_channel *chan; int ret = 0, reg, val1; switch (psp) { @@ -265,12 +264,12 @@ static int axp20x_battery_get_prop(struct power_supply *psy, if (ret) return ret; - if (reg & AXP20X_PWR_STATUS_BAT_CHARGING) - chan = axp20x_batt->batt_chrg_i; - else - chan = axp20x_batt->batt_dischrg_i; - - ret = iio_read_channel_processed(chan, &val->intval); + if (reg & AXP20X_PWR_STATUS_BAT_CHARGING) { + ret = iio_read_channel_processed(axp20x_batt->batt_chrg_i, &val->intval); + } else { + ret = iio_read_channel_processed(axp20x_batt->batt_dischrg_i, &val1); + val->intval = -val1; + } if (ret) return ret; diff --git a/drivers/power/supply/axp288_charger.c b/drivers/power/supply/axp288_charger.c index 7d09e49f04d3b..2ee6bb7c08045 100644 --- a/drivers/power/supply/axp288_charger.c +++ b/drivers/power/supply/axp288_charger.c @@ -41,11 +41,11 @@ #define VBUS_ISPOUT_CUR_LIM_1500MA 0x1 /* 1500mA */ #define VBUS_ISPOUT_CUR_LIM_2000MA 0x2 /* 2000mA */ #define VBUS_ISPOUT_CUR_NO_LIM 0x3 /* 2500mA */ -#define VBUS_ISPOUT_VHOLD_SET_MASK 0x31 +#define VBUS_ISPOUT_VHOLD_SET_MASK 0x38 #define VBUS_ISPOUT_VHOLD_SET_BIT_POS 0x3 #define VBUS_ISPOUT_VHOLD_SET_OFFSET 4000 /* 4000mV */ #define VBUS_ISPOUT_VHOLD_SET_LSB_RES 100 /* 100mV */ -#define VBUS_ISPOUT_VHOLD_SET_4300MV 0x3 /* 4300mV */ +#define VBUS_ISPOUT_VHOLD_SET_4400MV 0x4 /* 4400mV */ #define VBUS_ISPOUT_VBUS_PATH_DIS BIT(7) #define CHRG_CCCV_CC_MASK 0xf /* 4 bits */ @@ -744,6 +744,16 @@ static int charger_init_hw_regs(struct axp288_chrg_info *info) ret = axp288_charger_vbus_path_select(info, true); if (ret < 0) return ret; + } else { + /* Set Vhold to the factory default / recommended 4.4V */ + val = VBUS_ISPOUT_VHOLD_SET_4400MV << VBUS_ISPOUT_VHOLD_SET_BIT_POS; + ret = regmap_update_bits(info->regmap, AXP20X_VBUS_IPSOUT_MGMT, + VBUS_ISPOUT_VHOLD_SET_MASK, val); + if (ret < 0) { + dev_err(&info->pdev->dev, "register(%x) write error(%d)\n", + AXP20X_VBUS_IPSOUT_MGMT, ret); + return ret; + } } /* Read current charge voltage and current limit */ diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c index 1ae5d6d42c9e3..64d87dccea82c 100644 --- a/drivers/power/supply/bq24190_charger.c +++ b/drivers/power/supply/bq24190_charger.c @@ -41,6 +41,7 @@ #define BQ24190_REG_POC_CHG_CONFIG_DISABLE 0x0 #define BQ24190_REG_POC_CHG_CONFIG_CHARGE 0x1 #define BQ24190_REG_POC_CHG_CONFIG_OTG 0x2 +#define BQ24190_REG_POC_CHG_CONFIG_OTG_ALT 0x3 #define BQ24190_REG_POC_SYS_MIN_MASK (BIT(3) | BIT(2) | BIT(1)) #define BQ24190_REG_POC_SYS_MIN_SHIFT 1 #define BQ24190_REG_POC_SYS_MIN_MIN 3000 @@ -550,7 +551,11 @@ static int bq24190_vbus_is_enabled(struct regulator_dev *dev) pm_runtime_mark_last_busy(bdi->dev); pm_runtime_put_autosuspend(bdi->dev); - return ret ? ret : val == BQ24190_REG_POC_CHG_CONFIG_OTG; + if (ret) + return ret; + + return (val == BQ24190_REG_POC_CHG_CONFIG_OTG || + val == BQ24190_REG_POC_CHG_CONFIG_OTG_ALT); } static const struct regulator_ops bq24190_vbus_ops = { diff --git a/drivers/power/supply/wm8350_power.c b/drivers/power/supply/wm8350_power.c index 26923af574f43..4fe9ea9721b39 100644 --- a/drivers/power/supply/wm8350_power.c +++ b/drivers/power/supply/wm8350_power.c @@ -408,44 +408,112 @@ static const struct power_supply_desc wm8350_usb_desc = { * Initialisation *********************************************************************/ -static void wm8350_init_charger(struct wm8350 *wm8350) +static int wm8350_init_charger(struct wm8350 *wm8350) { + int ret; + /* register our interest in charger events */ - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_HOT, + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_HOT, wm8350_charger_handler, 0, "Battery hot", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_COLD, + if (ret) + goto err; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_COLD, wm8350_charger_handler, 0, "Battery cold", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_FAIL, + if (ret) + goto free_chg_bat_hot; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_BAT_FAIL, wm8350_charger_handler, 0, "Battery fail", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_TO, + if (ret) + goto free_chg_bat_cold; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_TO, wm8350_charger_handler, 0, "Charger timeout", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_END, + if (ret) + goto free_chg_bat_fail; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_END, wm8350_charger_handler, 0, "Charge end", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_START, + if (ret) + goto free_chg_to; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_START, wm8350_charger_handler, 0, "Charge start", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_FAST_RDY, + if (ret) + goto free_chg_end; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_FAST_RDY, wm8350_charger_handler, 0, "Fast charge ready", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P9, + if (ret) + goto free_chg_start; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P9, wm8350_charger_handler, 0, "Battery <3.9V", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P1, + if (ret) + goto free_chg_fast_rdy; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P1, wm8350_charger_handler, 0, "Battery <3.1V", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_2P85, + if (ret) + goto free_chg_vbatt_lt_3p9; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_2P85, wm8350_charger_handler, 0, "Battery <2.85V", wm8350); + if (ret) + goto free_chg_vbatt_lt_3p1; /* and supply change events */ - wm8350_register_irq(wm8350, WM8350_IRQ_EXT_USB_FB, + ret = wm8350_register_irq(wm8350, WM8350_IRQ_EXT_USB_FB, wm8350_charger_handler, 0, "USB", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_EXT_WALL_FB, + if (ret) + goto free_chg_vbatt_lt_2p85; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_EXT_WALL_FB, wm8350_charger_handler, 0, "Wall", wm8350); - wm8350_register_irq(wm8350, WM8350_IRQ_EXT_BAT_FB, + if (ret) + goto free_ext_usb_fb; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_EXT_BAT_FB, wm8350_charger_handler, 0, "Battery", wm8350); + if (ret) + goto free_ext_wall_fb; + + return 0; + +free_ext_wall_fb: + wm8350_free_irq(wm8350, WM8350_IRQ_EXT_WALL_FB, wm8350); +free_ext_usb_fb: + wm8350_free_irq(wm8350, WM8350_IRQ_EXT_USB_FB, wm8350); +free_chg_vbatt_lt_2p85: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_2P85, wm8350); +free_chg_vbatt_lt_3p1: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P1, wm8350); +free_chg_vbatt_lt_3p9: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P9, wm8350); +free_chg_fast_rdy: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_FAST_RDY, wm8350); +free_chg_start: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_START, wm8350); +free_chg_end: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_END, wm8350); +free_chg_to: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_TO, wm8350); +free_chg_bat_fail: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_BAT_FAIL, wm8350); +free_chg_bat_cold: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_BAT_COLD, wm8350); +free_chg_bat_hot: + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_BAT_HOT, wm8350); +err: + return ret; } static void free_charger_irq(struct wm8350 *wm8350) @@ -456,6 +524,7 @@ static void free_charger_irq(struct wm8350 *wm8350) wm8350_free_irq(wm8350, WM8350_IRQ_CHG_TO, wm8350); wm8350_free_irq(wm8350, WM8350_IRQ_CHG_END, wm8350); wm8350_free_irq(wm8350, WM8350_IRQ_CHG_START, wm8350); + wm8350_free_irq(wm8350, WM8350_IRQ_CHG_FAST_RDY, wm8350); wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P9, wm8350); wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_3P1, wm8350); wm8350_free_irq(wm8350, WM8350_IRQ_CHG_VBATT_LT_2P85, wm8350); diff --git a/drivers/ptp/ptp_sysfs.c b/drivers/ptp/ptp_sysfs.c index be076a91e20e6..8cd59e8481631 100644 --- a/drivers/ptp/ptp_sysfs.c +++ b/drivers/ptp/ptp_sysfs.c @@ -13,7 +13,7 @@ static ssize_t clock_name_show(struct device *dev, struct device_attribute *attr, char *page) { struct ptp_clock *ptp = dev_get_drvdata(dev); - return snprintf(page, PAGE_SIZE-1, "%s\n", ptp->info->name); + return sysfs_emit(page, "%s\n", ptp->info->name); } static DEVICE_ATTR_RO(clock_name); @@ -227,7 +227,7 @@ static ssize_t ptp_pin_show(struct device *dev, struct device_attribute *attr, mutex_unlock(&ptp->pincfg_mux); - return snprintf(page, PAGE_SIZE, "%u %u\n", func, chan); + return sysfs_emit(page, "%u %u\n", func, chan); } static ssize_t ptp_pin_store(struct device *dev, struct device_attribute *attr, diff --git a/drivers/pwm/pwm-lpc18xx-sct.c b/drivers/pwm/pwm-lpc18xx-sct.c index 5ff11145c1a30..9b15b6a79082a 100644 --- a/drivers/pwm/pwm-lpc18xx-sct.c +++ b/drivers/pwm/pwm-lpc18xx-sct.c @@ -400,12 +400,6 @@ static int lpc18xx_pwm_probe(struct platform_device *pdev) lpc18xx_pwm_writel(lpc18xx_pwm, LPC18XX_PWM_LIMIT, BIT(lpc18xx_pwm->period_event)); - ret = pwmchip_add(&lpc18xx_pwm->chip); - if (ret < 0) { - dev_err(&pdev->dev, "pwmchip_add failed: %d\n", ret); - goto disable_pwmclk; - } - for (i = 0; i < lpc18xx_pwm->chip.npwm; i++) { struct lpc18xx_pwm_data *data; @@ -415,14 +409,12 @@ static int lpc18xx_pwm_probe(struct platform_device *pdev) GFP_KERNEL); if (!data) { ret = -ENOMEM; - goto remove_pwmchip; + goto disable_pwmclk; } pwm_set_chip_data(pwm, data); } - platform_set_drvdata(pdev, lpc18xx_pwm); - val = lpc18xx_pwm_readl(lpc18xx_pwm, LPC18XX_PWM_CTRL); val &= ~LPC18XX_PWM_BIDIR; val &= ~LPC18XX_PWM_CTRL_HALT; @@ -430,10 +422,16 @@ static int lpc18xx_pwm_probe(struct platform_device *pdev) val |= LPC18XX_PWM_PRE(0); lpc18xx_pwm_writel(lpc18xx_pwm, LPC18XX_PWM_CTRL, val); + ret = pwmchip_add(&lpc18xx_pwm->chip); + if (ret < 0) { + dev_err(&pdev->dev, "pwmchip_add failed: %d\n", ret); + goto disable_pwmclk; + } + + platform_set_drvdata(pdev, lpc18xx_pwm); + return 0; -remove_pwmchip: - pwmchip_remove(&lpc18xx_pwm->chip); disable_pwmclk: clk_disable_unprepare(lpc18xx_pwm->pwm_clk); return ret; diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c index e6601c28ab431..a4c82f5e2dae7 100644 --- a/drivers/regulator/qcom_smd-regulator.c +++ b/drivers/regulator/qcom_smd-regulator.c @@ -854,8 +854,10 @@ static int rpm_reg_probe(struct platform_device *pdev) for_each_available_child_of_node(dev->of_node, node) { vreg = devm_kzalloc(&pdev->dev, sizeof(*vreg), GFP_KERNEL); - if (!vreg) + if (!vreg) { + of_node_put(node); return -ENOMEM; + } ret = rpm_regulator_init_vreg(vreg, dev, node, rpm, vreg_data); diff --git a/drivers/remoteproc/qcom_q6v5_adsp.c b/drivers/remoteproc/qcom_q6v5_adsp.c index 24e8b7e271773..6b131a490ebf8 100644 --- a/drivers/remoteproc/qcom_q6v5_adsp.c +++ b/drivers/remoteproc/qcom_q6v5_adsp.c @@ -389,6 +389,7 @@ static int adsp_alloc_memory_region(struct qcom_adsp *adsp) } ret = of_address_to_resource(node, 0, &r); + of_node_put(node); if (ret) return ret; diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c index dc135754bb9c5..c72f1b3b60858 100644 --- a/drivers/remoteproc/qcom_wcnss.c +++ b/drivers/remoteproc/qcom_wcnss.c @@ -440,6 +440,7 @@ static int wcnss_alloc_memory_region(struct qcom_wcnss *wcnss) } ret = of_address_to_resource(node, 0, &r); + of_node_put(node); if (ret) return ret; diff --git a/drivers/rtc/interface.c b/drivers/rtc/interface.c index 5c1378d2fab3d..ba345a379e262 100644 --- a/drivers/rtc/interface.c +++ b/drivers/rtc/interface.c @@ -793,9 +793,13 @@ static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer) struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue); struct rtc_time tm; ktime_t now; + int err; + + err = __rtc_read_time(rtc, &tm); + if (err) + return err; timer->enabled = 1; - __rtc_read_time(rtc, &tm); now = rtc_tm_to_ktime(tm); /* Skip over expired timers */ @@ -809,7 +813,6 @@ static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer) trace_rtc_timer_enqueue(timer); if (!next || ktime_before(timer->node.expires, next->expires)) { struct rtc_wkalrm alarm; - int err; alarm.time = rtc_ktime_to_tm(timer->node.expires); alarm.enabled = 1; diff --git a/drivers/rtc/rtc-wm8350.c b/drivers/rtc/rtc-wm8350.c index 2018614f258f6..6eaa9321c0741 100644 --- a/drivers/rtc/rtc-wm8350.c +++ b/drivers/rtc/rtc-wm8350.c @@ -432,14 +432,21 @@ static int wm8350_rtc_probe(struct platform_device *pdev) return ret; } - wm8350_register_irq(wm8350, WM8350_IRQ_RTC_SEC, + ret = wm8350_register_irq(wm8350, WM8350_IRQ_RTC_SEC, wm8350_rtc_update_handler, 0, "RTC Seconds", wm8350); + if (ret) + return ret; + wm8350_mask_irq(wm8350, WM8350_IRQ_RTC_SEC); - wm8350_register_irq(wm8350, WM8350_IRQ_RTC_ALM, + ret = wm8350_register_irq(wm8350, WM8350_IRQ_RTC_ALM, wm8350_rtc_alarm_handler, 0, "RTC Alarm", wm8350); + if (ret) { + wm8350_free_irq(wm8350, WM8350_IRQ_RTC_SEC, wm8350); + return ret; + } return 0; } diff --git a/drivers/scsi/aha152x.c b/drivers/scsi/aha152x.c index eb466c2e1839e..fdd9f1a5100c7 100644 --- a/drivers/scsi/aha152x.c +++ b/drivers/scsi/aha152x.c @@ -3368,13 +3368,11 @@ static int __init aha152x_setup(char *str) setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1; setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; setup[setup_count].ext_trans = ints[0] >= 8 ? ints[8] : 0; - if (ints[0] > 8) { /*}*/ + if (ints[0] > 8) printk(KERN_NOTICE "aha152x: usage: aha152x=[,[," "[,[,[,[,[,]]]]]]]\n"); - } else { + else setup_count++; - return 0; - } return 1; } diff --git a/drivers/scsi/bfa/bfad_attr.c b/drivers/scsi/bfa/bfad_attr.c index fbfce02e5b935..c285f401ff7b5 100644 --- a/drivers/scsi/bfa/bfad_attr.c +++ b/drivers/scsi/bfa/bfad_attr.c @@ -711,7 +711,7 @@ bfad_im_serial_num_show(struct device *dev, struct device_attribute *attr, char serial_num[BFA_ADAPTER_SERIAL_NUM_LEN]; bfa_get_adapter_serial_num(&bfad->bfa, serial_num); - return snprintf(buf, PAGE_SIZE, "%s\n", serial_num); + return sysfs_emit(buf, "%s\n", serial_num); } static ssize_t @@ -725,7 +725,7 @@ bfad_im_model_show(struct device *dev, struct device_attribute *attr, char model[BFA_ADAPTER_MODEL_NAME_LEN]; bfa_get_adapter_model(&bfad->bfa, model); - return snprintf(buf, PAGE_SIZE, "%s\n", model); + return sysfs_emit(buf, "%s\n", model); } static ssize_t @@ -805,7 +805,7 @@ bfad_im_model_desc_show(struct device *dev, struct device_attribute *attr, snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN, "Invalid Model"); - return snprintf(buf, PAGE_SIZE, "%s\n", model_descr); + return sysfs_emit(buf, "%s\n", model_descr); } static ssize_t @@ -819,7 +819,7 @@ bfad_im_node_name_show(struct device *dev, struct device_attribute *attr, u64 nwwn; nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); - return snprintf(buf, PAGE_SIZE, "0x%llx\n", cpu_to_be64(nwwn)); + return sysfs_emit(buf, "0x%llx\n", cpu_to_be64(nwwn)); } static ssize_t @@ -836,7 +836,7 @@ bfad_im_symbolic_name_show(struct device *dev, struct device_attribute *attr, bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); strlcpy(symname, port_attr.port_cfg.sym_name.symname, BFA_SYMNAME_MAXLEN); - return snprintf(buf, PAGE_SIZE, "%s\n", symname); + return sysfs_emit(buf, "%s\n", symname); } static ssize_t @@ -850,14 +850,14 @@ bfad_im_hw_version_show(struct device *dev, struct device_attribute *attr, char hw_ver[BFA_VERSION_LEN]; bfa_get_pci_chip_rev(&bfad->bfa, hw_ver); - return snprintf(buf, PAGE_SIZE, "%s\n", hw_ver); + return sysfs_emit(buf, "%s\n", hw_ver); } static ssize_t bfad_im_drv_version_show(struct device *dev, struct device_attribute *attr, char *buf) { - return snprintf(buf, PAGE_SIZE, "%s\n", BFAD_DRIVER_VERSION); + return sysfs_emit(buf, "%s\n", BFAD_DRIVER_VERSION); } static ssize_t @@ -871,7 +871,7 @@ bfad_im_optionrom_version_show(struct device *dev, char optrom_ver[BFA_VERSION_LEN]; bfa_get_adapter_optrom_ver(&bfad->bfa, optrom_ver); - return snprintf(buf, PAGE_SIZE, "%s\n", optrom_ver); + return sysfs_emit(buf, "%s\n", optrom_ver); } static ssize_t @@ -885,7 +885,7 @@ bfad_im_fw_version_show(struct device *dev, struct device_attribute *attr, char fw_ver[BFA_VERSION_LEN]; bfa_get_adapter_fw_ver(&bfad->bfa, fw_ver); - return snprintf(buf, PAGE_SIZE, "%s\n", fw_ver); + return sysfs_emit(buf, "%s\n", fw_ver); } static ssize_t @@ -897,7 +897,7 @@ bfad_im_num_of_ports_show(struct device *dev, struct device_attribute *attr, (struct bfad_im_port_s *) shost->hostdata[0]; struct bfad_s *bfad = im_port->bfad; - return snprintf(buf, PAGE_SIZE, "%d\n", + return sysfs_emit(buf, "%d\n", bfa_get_nports(&bfad->bfa)); } @@ -905,7 +905,7 @@ static ssize_t bfad_im_drv_name_show(struct device *dev, struct device_attribute *attr, char *buf) { - return snprintf(buf, PAGE_SIZE, "%s\n", BFAD_DRIVER_NAME); + return sysfs_emit(buf, "%s\n", BFAD_DRIVER_NAME); } static ssize_t @@ -924,14 +924,14 @@ bfad_im_num_of_discovered_ports_show(struct device *dev, rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s), GFP_ATOMIC); if (rports == NULL) - return snprintf(buf, PAGE_SIZE, "Failed\n"); + return sysfs_emit(buf, "Failed\n"); spin_lock_irqsave(&bfad->bfad_lock, flags); bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); spin_unlock_irqrestore(&bfad->bfad_lock, flags); kfree(rports); - return snprintf(buf, PAGE_SIZE, "%d\n", nrports); + return sysfs_emit(buf, "%d\n", nrports); } static DEVICE_ATTR(serial_number, S_IRUGO, diff --git a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c index 7422d0e5e8fc3..46374d1b923a2 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c +++ b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c @@ -511,7 +511,7 @@ MODULE_PARM_DESC(intr_conv, "interrupt converge enable (0-1)"); /* permit overriding the host protection capabilities mask (EEDP/T10 PI) */ static int prot_mask; -module_param(prot_mask, int, 0); +module_param(prot_mask, int, 0444); MODULE_PARM_DESC(prot_mask, " host protection capabilities mask, def=0x0 "); static bool auto_affine_msi_experimental; diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index e5b18e5d46dac..6e2a36eeb12a7 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c @@ -1697,6 +1697,7 @@ static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) if (cancel_delayed_work_sync(&ep->timeout_work)) { FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS response\n"); fc_exch_release(ep); /* release from pending timer hold */ + return; } spin_lock_bh(&ep->ex_lock); diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c index 5d28bb7f2ca40..5c801705c4700 100644 --- a/drivers/scsi/libsas/sas_ata.c +++ b/drivers/scsi/libsas/sas_ata.c @@ -201,7 +201,7 @@ static unsigned int sas_ata_qc_issue(struct ata_queued_cmd *qc) task->total_xfer_len = qc->nbytes; task->num_scatter = qc->n_elem; task->data_dir = qc->dma_dir; - } else if (qc->tf.protocol == ATA_PROT_NODATA) { + } else if (!ata_is_data(qc->tf.protocol)) { task->data_dir = DMA_NONE; } else { for_each_sg(qc->sg, sg, qc->n_elem, si) diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 52405ce58ade8..c16d7fb0fdcbb 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c @@ -697,7 +697,7 @@ static ssize_t mvs_show_driver_version(struct device *cdev, struct device_attribute *attr, char *buffer) { - return snprintf(buffer, PAGE_SIZE, "%s\n", DRV_VERSION); + return sysfs_emit(buffer, "%s\n", DRV_VERSION); } static DEVICE_ATTR(driver_version, @@ -749,7 +749,7 @@ mvs_store_interrupt_coalescing(struct device *cdev, static ssize_t mvs_show_interrupt_coalescing(struct device *cdev, struct device_attribute *attr, char *buffer) { - return snprintf(buffer, PAGE_SIZE, "%d\n", interrupt_coalescing); + return sysfs_emit(buffer, "%d\n", interrupt_coalescing); } static DEVICE_ATTR(interrupt_coalescing, diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 68a8217032d0f..fec653b54307a 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers/scsi/pm8001/pm8001_hwi.c @@ -1750,6 +1750,7 @@ static void pm8001_send_abort_all(struct pm8001_hba_info *pm8001_ha, ccb->device = pm8001_ha_dev; ccb->ccb_tag = ccb_tag; ccb->task = task; + ccb->n_elem = 0; circularQ = &pm8001_ha->inbnd_q_tbl[0]; @@ -1812,6 +1813,7 @@ static void pm8001_send_read_log(struct pm8001_hba_info *pm8001_ha, ccb->device = pm8001_ha_dev; ccb->ccb_tag = ccb_tag; ccb->task = task; + ccb->n_elem = 0; pm8001_ha_dev->id |= NCQ_READ_LOG_FLAG; pm8001_ha_dev->id |= NCQ_2ND_RLE_FLAG; @@ -1828,7 +1830,7 @@ static void pm8001_send_read_log(struct pm8001_hba_info *pm8001_ha, sata_cmd.tag = cpu_to_le32(ccb_tag); sata_cmd.device_id = cpu_to_le32(pm8001_ha_dev->device_id); - sata_cmd.ncqtag_atap_dir_m |= ((0x1 << 7) | (0x5 << 9)); + sata_cmd.ncqtag_atap_dir_m = cpu_to_le32((0x1 << 7) | (0x5 << 9)); memcpy(&sata_cmd.sata_fis, &fis, sizeof(struct host_to_dev_fis)); res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); @@ -3773,12 +3775,11 @@ int pm8001_mpi_task_abort_resp(struct pm8001_hba_info *pm8001_ha, void *piomb) mb(); if (pm8001_dev->id & NCQ_ABORT_ALL_FLAG) { - pm8001_tag_free(pm8001_ha, tag); sas_free_task(t); - /* clear the flag */ - pm8001_dev->id &= 0xBFFFFFFF; - } else + pm8001_dev->id &= ~NCQ_ABORT_ALL_FLAG; + } else { t->task_done(t); + } return 0; } @@ -4727,7 +4728,7 @@ int pm8001_chip_ssp_tm_req(struct pm8001_hba_info *pm8001_ha, memcpy(sspTMCmd.lun, task->ssp_task.LUN, 8); sspTMCmd.tag = cpu_to_le32(ccb->ccb_tag); if (pm8001_ha->chip_id != chip_8001) - sspTMCmd.ds_ads_m = 0x08; + sspTMCmd.ds_ads_m = cpu_to_le32(0x08); circularQ = &pm8001_ha->inbnd_q_tbl[0]; ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sspTMCmd, 0); return ret; diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c index 161bf4760eac7..ce67965a504fa 100644 --- a/drivers/scsi/pm8001/pm80xx_hwi.c +++ b/drivers/scsi/pm8001/pm80xx_hwi.c @@ -881,9 +881,11 @@ pm80xx_set_thermal_config(struct pm8001_hba_info *pm8001_ha) else page_code = THERMAL_PAGE_CODE_8H; - payload.cfg_pg[0] = (THERMAL_LOG_ENABLE << 9) | - (THERMAL_ENABLE << 8) | page_code; - payload.cfg_pg[1] = (LTEMPHIL << 24) | (RTEMPHIL << 8); + payload.cfg_pg[0] = + cpu_to_le32((THERMAL_LOG_ENABLE << 9) | + (THERMAL_ENABLE << 8) | page_code); + payload.cfg_pg[1] = + cpu_to_le32((LTEMPHIL << 24) | (RTEMPHIL << 8)); rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); if (rc) @@ -1435,6 +1437,7 @@ static void pm80xx_send_abort_all(struct pm8001_hba_info *pm8001_ha, ccb->device = pm8001_ha_dev; ccb->ccb_tag = ccb_tag; ccb->task = task; + ccb->n_elem = 0; circularQ = &pm8001_ha->inbnd_q_tbl[0]; @@ -1516,7 +1519,7 @@ static void pm80xx_send_read_log(struct pm8001_hba_info *pm8001_ha, sata_cmd.tag = cpu_to_le32(ccb_tag); sata_cmd.device_id = cpu_to_le32(pm8001_ha_dev->device_id); - sata_cmd.ncqtag_atap_dir_m_dad |= ((0x1 << 7) | (0x5 << 9)); + sata_cmd.ncqtag_atap_dir_m_dad = cpu_to_le32(((0x1 << 7) | (0x5 << 9))); memcpy(&sata_cmd.sata_fis, &fis, sizeof(struct host_to_dev_fis)); res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c index 8f85ca0112961..59f5dc9876cc5 100644 --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c @@ -527,7 +527,7 @@ qla2x00_sysfs_read_vpd(struct file *filp, struct kobject *kobj, if (!capable(CAP_SYS_ADMIN)) return -EINVAL; - if (IS_NOCACHE_VPD_TYPE(ha)) + if (!IS_NOCACHE_VPD_TYPE(ha)) goto skip; faddr = ha->flt_region_vpd << 2; @@ -710,7 +710,7 @@ qla2x00_sysfs_write_reset(struct file *filp, struct kobject *kobj, ql_log(ql_log_info, vha, 0x706f, "Issuing MPI reset.\n"); - if (IS_QLA83XX(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha)) { + if (IS_QLA83XX(ha)) { uint32_t idc_control; qla83xx_idc_lock(vha, 0); @@ -1020,9 +1020,6 @@ qla2x00_free_sysfs_attr(scsi_qla_host_t *vha, bool stop_beacon) continue; if (iter->type == 3 && !(IS_CNA_CAPABLE(ha))) continue; - if (iter->type == 0x27 && - (!IS_QLA27XX(ha) || !IS_QLA28XX(ha))) - continue; sysfs_remove_bin_file(&host->shost_gendev.kobj, iter->attr); diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index c92b272ce3128..764948e4b6456 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -2725,7 +2725,11 @@ struct ct_fdmiv2_hba_attributes { #define FDMI_PORT_SPEED_8GB 0x10 #define FDMI_PORT_SPEED_16GB 0x20 #define FDMI_PORT_SPEED_32GB 0x40 -#define FDMI_PORT_SPEED_64GB 0x80 +#define FDMI_PORT_SPEED_20GB 0x80 +#define FDMI_PORT_SPEED_40GB 0x100 +#define FDMI_PORT_SPEED_128GB 0x200 +#define FDMI_PORT_SPEED_64GB 0x400 +#define FDMI_PORT_SPEED_256GB 0x800 #define FDMI_PORT_SPEED_UNKNOWN 0x8000 #define FC_CLASS_2 0x04 @@ -4868,4 +4872,8 @@ struct sff_8247_a0 { #include "qla_gbl.h" #include "qla_dbg.h" #include "qla_inline.h" + +#define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \ + _fcport->disc_state == DSC_DELETED) + #endif diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c index d9b5ea77fde99..e9f03370afba3 100644 --- a/drivers/scsi/qla2xxx/qla_gs.c +++ b/drivers/scsi/qla2xxx/qla_gs.c @@ -675,8 +675,7 @@ qla2x00_rff_id(scsi_qla_host_t *vha, u8 type) return (QLA_SUCCESS); } - return qla_async_rffid(vha, &vha->d_id, qlt_rff_id(vha), - FC4_TYPE_FCP_SCSI); + return qla_async_rffid(vha, &vha->d_id, qlt_rff_id(vha), type); } static int qla_async_rffid(scsi_qla_host_t *vha, port_id_t *d_id, @@ -726,7 +725,7 @@ static int qla_async_rffid(scsi_qla_host_t *vha, port_id_t *d_id, /* Prepare CT arguments -- port_id, FC-4 feature, FC-4 type */ ct_req->req.rff_id.port_id = port_id_to_be_id(*d_id); ct_req->req.rff_id.fc4_feature = fc4feature; - ct_req->req.rff_id.fc4_type = fc4type; /* SCSI - FCP */ + ct_req->req.rff_id.fc4_type = fc4type; /* SCSI-FCP or FC-NVMe */ sp->u.iocb_cmd.u.ctarg.req_size = RFF_ID_REQ_SIZE; sp->u.iocb_cmd.u.ctarg.rsp_size = RFF_ID_RSP_SIZE; diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 582a8f49952df..1800eb0aad1c1 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -572,6 +572,14 @@ qla2x00_async_adisc(struct scsi_qla_host *vha, fc_port_t *fcport, struct srb_iocb *lio; int rval = QLA_FUNCTION_FAILED; + if (IS_SESSION_DELETED(fcport)) { + ql_log(ql_log_warn, vha, 0xffff, + "%s: %8phC is being delete - not sending command.\n", + __func__, fcport->port_name); + fcport->flags &= ~FCF_ASYNC_ACTIVE; + return rval; + } + if (!vha->flags.online || (fcport->flags & FCF_ASYNC_SENT)) return rval; @@ -955,6 +963,9 @@ static void qla24xx_handle_gnl_done_event(scsi_qla_host_t *vha, set_bit(RELOGIN_NEEDED, &vha->dpc_flags); } break; + case ISP_CFG_NL: + qla24xx_fcport_handle_login(vha, fcport); + break; default: break; } @@ -1312,14 +1323,21 @@ int qla24xx_async_gpdb(struct scsi_qla_host *vha, fc_port_t *fcport, u8 opt) struct port_database_24xx *pd; struct qla_hw_data *ha = vha->hw; - if (!vha->flags.online || (fcport->flags & FCF_ASYNC_SENT) || - fcport->loop_id == FC_NO_LOOP_ID) { + if (IS_SESSION_DELETED(fcport)) { ql_log(ql_log_warn, vha, 0xffff, - "%s: %8phC - not sending command.\n", - __func__, fcport->port_name); + "%s: %8phC is being delete - not sending command.\n", + __func__, fcport->port_name); + fcport->flags &= ~FCF_ASYNC_ACTIVE; return rval; } + if (!vha->flags.online || fcport->flags & FCF_ASYNC_SENT) { + ql_log(ql_log_warn, vha, 0xffff, + "%s: %8phC online %d flags %x - not sending command.\n", + __func__, fcport->port_name, vha->flags.online, fcport->flags); + goto done; + } + sp = qla2x00_get_sp(vha, fcport, GFP_KERNEL); if (!sp) goto done; @@ -1478,6 +1496,11 @@ static void qla_chk_n2n_b4_login(struct scsi_qla_host *vha, fc_port_t *fcport) u8 login = 0; int rc; + ql_dbg(ql_dbg_disc, vha, 0x307b, + "%s %8phC DS %d LS %d lid %d retries=%d\n", + __func__, fcport->port_name, fcport->disc_state, + fcport->fw_login_state, fcport->loop_id, fcport->login_retry); + if (qla_tgt_mode_enabled(vha)) return; @@ -1535,7 +1558,8 @@ int qla24xx_fcport_handle_login(struct scsi_qla_host *vha, fc_port_t *fcport) fcport->conflict, fcport->last_rscn_gen, fcport->rscn_gen, fcport->login_gen, fcport->loop_id, fcport->scan_state); - if (fcport->scan_state != QLA_FCPORT_FOUND) + if (fcport->scan_state != QLA_FCPORT_FOUND || + fcport->disc_state == DSC_DELETE_PEND) return 0; if ((fcport->loop_id != FC_NO_LOOP_ID) && @@ -1556,7 +1580,7 @@ int qla24xx_fcport_handle_login(struct scsi_qla_host *vha, fc_port_t *fcport) if (vha->host->active_mode == MODE_TARGET) return 0; - if (fcport->flags & FCF_ASYNC_SENT) { + if (fcport->flags & (FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE)) { set_bit(RELOGIN_NEEDED, &vha->dpc_flags); return 0; } @@ -3256,6 +3280,14 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha) struct rsp_que *rsp = ha->rsp_q_map[0]; struct qla2xxx_fw_dump *fw_dump; + if (ha->fw_dump) { + ql_dbg(ql_dbg_init, vha, 0x00bd, + "Firmware dump already allocated.\n"); + return; + } + + ha->fw_dumped = 0; + ha->fw_dump_cap_flags = 0; dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; req_q_size = rsp_q_size = 0; @@ -3266,7 +3298,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha) mem_size = (ha->fw_memory_size - 0x11000 + 1) * sizeof(uint16_t); } else if (IS_FWI2_CAPABLE(ha)) { - if (IS_QLA83XX(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha)) + if (IS_QLA83XX(ha)) fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); else if (IS_QLA81XX(ha)) fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); @@ -3278,8 +3310,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha) mem_size = (ha->fw_memory_size - 0x100000 + 1) * sizeof(uint32_t); if (ha->mqenable) { - if (!IS_QLA83XX(ha) && !IS_QLA27XX(ha) && - !IS_QLA28XX(ha)) + if (!IS_QLA83XX(ha)) mq_size = sizeof(struct qla2xxx_mq_chain); /* * Allocate maximum buffer size for all queues - Q0. @@ -3776,8 +3807,7 @@ qla2x00_setup_chip(scsi_qla_host_t *vha) ha->fw_major_version, ha->fw_minor_version, ha->fw_subminor_version); - if (IS_QLA83XX(ha) || IS_QLA27XX(ha) || - IS_QLA28XX(ha)) { + if (IS_QLA83XX(ha)) { ha->flags.fac_supported = 0; rval = QLA_SUCCESS; } @@ -5251,6 +5281,13 @@ qla2x00_configure_local_loop(scsi_qla_host_t *vha) memcpy(fcport->node_name, new_fcport->node_name, WWN_SIZE); fcport->scan_state = QLA_FCPORT_FOUND; + if (fcport->login_retry == 0) { + fcport->login_retry = vha->hw->login_retry_count; + ql_dbg(ql_dbg_disc, vha, 0x2135, + "Port login retry %8phN, lid 0x%04x retry cnt=%d.\n", + fcport->port_name, fcport->loop_id, + fcport->login_retry); + } found++; break; } @@ -5385,6 +5422,8 @@ qla2x00_reg_remote_port(scsi_qla_host_t *vha, fc_port_t *fcport) if (atomic_read(&fcport->state) == FCS_ONLINE) return; + qla2x00_set_fcport_state(fcport, FCS_ONLINE); + rport_ids.node_name = wwn_to_u64(fcport->node_name); rport_ids.port_name = wwn_to_u64(fcport->port_name); rport_ids.port_id = fcport->d_id.b.domain << 16 | @@ -5480,6 +5519,7 @@ qla2x00_update_fcport(scsi_qla_host_t *vha, fc_port_t *fcport) qla2x00_reg_remote_port(vha, fcport); break; case MODE_TARGET: + qla2x00_set_fcport_state(fcport, FCS_ONLINE); if (!vha->vha_tgt.qla_tgt->tgt_stop && !vha->vha_tgt.qla_tgt->tgt_stopped) qlt_fc_port_added(vha, fcport); @@ -5494,8 +5534,6 @@ qla2x00_update_fcport(scsi_qla_host_t *vha, fc_port_t *fcport) break; } - qla2x00_set_fcport_state(fcport, FCS_ONLINE); - if (IS_IIDMA_CAPABLE(vha->hw) && vha->hw->flags.gpsc_supported) { if (fcport->id_changed) { fcport->id_changed = 0; @@ -9035,7 +9073,7 @@ struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *vha, int qos, qpair->rsp->req = qpair->req; qpair->rsp->qpair = qpair; /* init qpair to this cpu. Will adjust at run time. */ - qla_cpu_update(qpair, smp_processor_id()); + qla_cpu_update(qpair, raw_smp_processor_id()); if (IS_T10_PI_CAPABLE(ha) && ql2xenabledif) { if (ha->fw_attributes & BIT_4) diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c index 936103604d02d..103288b0377e0 100644 --- a/drivers/scsi/qla2xxx/qla_iocb.c +++ b/drivers/scsi/qla2xxx/qla_iocb.c @@ -2859,6 +2859,7 @@ static void qla2x00_els_dcmd2_sp_done(srb_t *sp, int res) set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); qla2xxx_wake_dpc(vha); + break; } /* fall through */ default: @@ -2868,9 +2869,7 @@ static void qla2x00_els_dcmd2_sp_done(srb_t *sp, int res) fw_status[0], fw_status[1], fw_status[2]); fcport->flags &= ~FCF_ASYNC_SENT; - qla2x00_set_fcport_disc_state(fcport, - DSC_LOGIN_FAILED); - set_bit(RELOGIN_NEEDED, &vha->dpc_flags); + qlt_schedule_sess_for_deletion(fcport); break; } break; @@ -2882,8 +2881,7 @@ static void qla2x00_els_dcmd2_sp_done(srb_t *sp, int res) fw_status[0], fw_status[1], fw_status[2]); sp->fcport->flags &= ~FCF_ASYNC_SENT; - qla2x00_set_fcport_disc_state(fcport, DSC_LOGIN_FAILED); - set_bit(RELOGIN_NEEDED, &vha->dpc_flags); + qlt_schedule_sess_for_deletion(fcport); break; } diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 3e9c5768815e5..d7cf7f9570874 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c @@ -1839,6 +1839,7 @@ qla24xx_tm_iocb_entry(scsi_qla_host_t *vha, struct req_que *req, void *tsk) iocb->u.tmf.data = QLA_FUNCTION_FAILED; } else if ((le16_to_cpu(sts->scsi_status) & SS_RESPONSE_INFO_LEN_VALID)) { + host_to_fcp_swap(sts->data, sizeof(sts->data)); if (le32_to_cpu(sts->rsp_data_len) < 4) { ql_log(ql_log_warn, fcport->vha, 0x503b, "Async-%s error - hdl=%x not enough response(%d).\n", diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c index bf5cb0d821b5d..d7caa8317d3a7 100644 --- a/drivers/scsi/qla2xxx/qla_mbx.c +++ b/drivers/scsi/qla2xxx/qla_mbx.c @@ -10,6 +10,12 @@ #include #include +#ifdef CONFIG_PPC +#define IS_PPCARCH true +#else +#define IS_PPCARCH false +#endif + static struct mb_cmd_name { uint16_t cmd; const char *str; @@ -731,6 +737,9 @@ qla2x00_execute_fw(scsi_qla_host_t *vha, uint32_t risc_addr) vha->min_supported_speed = nv->min_supported_speed; } + + if (IS_PPCARCH) + mcp->mb[11] |= BIT_4; } if (ha->flags.exlogins_enabled) @@ -2897,8 +2906,7 @@ qla2x00_get_resource_cnts(scsi_qla_host_t *vha) ha->orig_fw_iocb_count = mcp->mb[10]; if (ha->flags.npiv_supported) ha->max_npiv_vports = mcp->mb[11]; - if (IS_QLA81XX(ha) || IS_QLA83XX(ha) || IS_QLA27XX(ha) || - IS_QLA28XX(ha)) + if (IS_QLA81XX(ha) || IS_QLA83XX(ha)) ha->fw_max_fcf_count = mcp->mb[12]; } @@ -5393,7 +5401,7 @@ qla2x00_get_data_rate(scsi_qla_host_t *vha) mcp->out_mb = MBX_1|MBX_0; mcp->in_mb = MBX_2|MBX_1|MBX_0; if (IS_QLA83XX(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha)) - mcp->in_mb |= MBX_3; + mcp->in_mb |= MBX_4|MBX_3; mcp->tov = MBX_TOV_SECONDS; mcp->flags = 0; rval = qla2x00_mailbox_command(vha, mcp); diff --git a/drivers/scsi/qla2xxx/qla_nvme.c b/drivers/scsi/qla2xxx/qla_nvme.c index 97453c12b7358..a15af048cd820 100644 --- a/drivers/scsi/qla2xxx/qla_nvme.c +++ b/drivers/scsi/qla2xxx/qla_nvme.c @@ -36,6 +36,11 @@ int qla_nvme_register_remote(struct scsi_qla_host *vha, struct fc_port *fcport) (fcport->nvme_flag & NVME_FLAG_REGISTERED)) return 0; + if (atomic_read(&fcport->state) == FCS_ONLINE) + return 0; + + qla2x00_set_fcport_state(fcport, FCS_ONLINE); + fcport->nvme_flag &= ~NVME_FLAG_RESETTING; memset(&req, 0, sizeof(struct nvme_fc_port_info)); @@ -152,6 +157,18 @@ static void qla_nvme_release_fcp_cmd_kref(struct kref *kref) qla2xxx_rel_qpair_sp(sp->qpair, sp); } +static void qla_nvme_ls_unmap(struct srb *sp, struct nvmefc_ls_req *fd) +{ + if (sp->flags & SRB_DMA_VALID) { + struct srb_iocb *nvme = &sp->u.iocb_cmd; + struct qla_hw_data *ha = sp->fcport->vha->hw; + + dma_unmap_single(&ha->pdev->dev, nvme->u.nvme.cmd_dma, + fd->rqstlen, DMA_TO_DEVICE); + sp->flags &= ~SRB_DMA_VALID; + } +} + static void qla_nvme_release_ls_cmd_kref(struct kref *kref) { struct srb *sp = container_of(kref, struct srb, cmd_kref); @@ -168,6 +185,8 @@ static void qla_nvme_release_ls_cmd_kref(struct kref *kref) spin_unlock_irqrestore(&priv->cmd_lock, flags); fd = priv->fd; + + qla_nvme_ls_unmap(sp, fd); fd->done(fd, priv->comp_status); out: qla2x00_rel_sp(sp); @@ -314,6 +333,8 @@ static int qla_nvme_ls_req(struct nvme_fc_local_port *lport, dma_sync_single_for_device(&ha->pdev->dev, nvme->u.nvme.cmd_dma, fd->rqstlen, DMA_TO_DEVICE); + sp->flags |= SRB_DMA_VALID; + rval = qla2x00_start_sp(sp); if (rval != QLA_SUCCESS) { ql_log(ql_log_warn, vha, 0x700e, @@ -321,6 +342,7 @@ static int qla_nvme_ls_req(struct nvme_fc_local_port *lport, wake_up(&sp->nvme_ls_waitq); sp->priv = NULL; priv->sp = NULL; + qla_nvme_ls_unmap(sp, fd); qla2x00_rel_sp(sp); return rval; } diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index f50083f4ad654..edd71b58c1cfd 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -3627,8 +3627,7 @@ qla2x00_unmap_iobases(struct qla_hw_data *ha) if (ha->mqiobase) iounmap(ha->mqiobase); - if ((IS_QLA83XX(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha)) && - ha->msixbase) + if (ha->msixbase) iounmap(ha->msixbase); } } @@ -5349,6 +5348,11 @@ void qla2x00_relogin(struct scsi_qla_host *vha) memset(&ea, 0, sizeof(ea)); ea.fcport = fcport; qla24xx_handle_relogin_event(vha, &ea); + } else if (vha->hw->current_topology == + ISP_CFG_NL && + IS_QLA2XXX_MIDTYPE(vha->hw)) { + (void)qla24xx_fcport_handle_login(vha, + fcport); } else if (vha->hw->current_topology == ISP_CFG_NL) { fcport->login_retry--; diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c index bbe90354f49b0..d306f3ca0f3bf 100644 --- a/drivers/scsi/qla2xxx/qla_sup.c +++ b/drivers/scsi/qla2xxx/qla_sup.c @@ -843,7 +843,7 @@ qla2xxx_get_flt_info(scsi_qla_host_t *vha, uint32_t flt_addr) ha->flt_region_nvram = start; break; case FLT_REG_IMG_PRI_27XX: - if (IS_QLA27XX(ha) && !IS_QLA28XX(ha)) + if (IS_QLA27XX(ha) || IS_QLA28XX(ha)) ha->flt_region_img_status_pri = start; break; case FLT_REG_IMG_SEC_27XX: @@ -1355,7 +1355,7 @@ qla24xx_write_flash_data(scsi_qla_host_t *vha, uint32_t *dwptr, uint32_t faddr, flash_data_addr(ha, faddr), cpu_to_le32(*dwptr)); if (ret) { ql_dbg(ql_dbg_user, vha, 0x7006, - "Failed slopw write %x (%x)\n", faddr, *dwptr); + "Failed slow write %x (%x)\n", faddr, *dwptr); break; } } diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index 0111c543f0e64..df598c377161d 100644 --- a/drivers/scsi/qla2xxx/qla_target.c +++ b/drivers/scsi/qla2xxx/qla_target.c @@ -3251,6 +3251,7 @@ int qlt_xmit_response(struct qla_tgt_cmd *cmd, int xmit_type, "RESET-RSP online/active/old-count/new-count = %d/%d/%d/%d.\n", vha->flags.online, qla2x00_reset_active(vha), cmd->reset_count, qpair->chip_reset); + res = 0; goto out_unmap_unlock; } @@ -7083,8 +7084,7 @@ qlt_probe_one_stage1(struct scsi_qla_host *base_vha, struct qla_hw_data *ha) if (!QLA_TGT_MODE_ENABLED()) return; - if ((ql2xenablemsix == 0) || IS_QLA83XX(ha) || IS_QLA27XX(ha) || - IS_QLA28XX(ha)) { + if (ha->mqenable || IS_QLA83XX(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha)) { ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; } else { diff --git a/drivers/scsi/xen-scsifront.c b/drivers/scsi/xen-scsifront.c index f0068e96a177f..39e39869a1ad9 100644 --- a/drivers/scsi/xen-scsifront.c +++ b/drivers/scsi/xen-scsifront.c @@ -233,12 +233,11 @@ static void scsifront_gnttab_done(struct vscsifrnt_info *info, return; for (i = 0; i < shadow->nr_grants; i++) { - if (unlikely(gnttab_query_foreign_access(shadow->gref[i]))) { + if (unlikely(!gnttab_try_end_foreign_access(shadow->gref[i]))) { shost_printk(KERN_ALERT, info->host, KBUILD_MODNAME "grant still in use by backend\n"); BUG(); } - gnttab_end_foreign_access(shadow->gref[i], 0, 0UL); } kfree(shadow->sg); diff --git a/drivers/scsi/zorro7xx.c b/drivers/scsi/zorro7xx.c index 27b9e2baab1a6..7acf9193a9e80 100644 --- a/drivers/scsi/zorro7xx.c +++ b/drivers/scsi/zorro7xx.c @@ -159,6 +159,8 @@ static void zorro7xx_remove_one(struct zorro_dev *z) scsi_remove_host(host); NCR_700_release(host); + if (host->base > 0x01000000) + iounmap(hostdata->base); kfree(hostdata); free_irq(host->irq, host); zorro_release_device(z); diff --git a/drivers/soc/fsl/qe/qe_io.c b/drivers/soc/fsl/qe/qe_io.c index 3657e296a8a27..058c2fec9a4b4 100644 --- a/drivers/soc/fsl/qe/qe_io.c +++ b/drivers/soc/fsl/qe/qe_io.c @@ -37,6 +37,8 @@ int par_io_init(struct device_node *np) if (ret) return ret; par_io = ioremap(res.start, resource_size(&res)); + if (!par_io) + return -ENOMEM; num_ports = of_get_property(np, "num-ports", NULL); if (num_ports) diff --git a/drivers/soc/qcom/qcom_aoss.c b/drivers/soc/qcom/qcom_aoss.c index 45c5aa712edac..f16d6ec780644 100644 --- a/drivers/soc/qcom/qcom_aoss.c +++ b/drivers/soc/qcom/qcom_aoss.c @@ -544,7 +544,7 @@ static int qmp_probe(struct platform_device *pdev) } irq = platform_get_irq(pdev, 0); - ret = devm_request_irq(&pdev->dev, irq, qmp_intr, IRQF_ONESHOT, + ret = devm_request_irq(&pdev->dev, irq, qmp_intr, 0, "aoss-qmp", qmp); if (ret < 0) { dev_err(&pdev->dev, "failed to request interrupt\n"); diff --git a/drivers/soc/qcom/rpmpd.c b/drivers/soc/qcom/rpmpd.c index 3c1a55cf25d62..4715acfecff49 100644 --- a/drivers/soc/qcom/rpmpd.c +++ b/drivers/soc/qcom/rpmpd.c @@ -362,6 +362,9 @@ static int rpmpd_probe(struct platform_device *pdev) data->domains = devm_kcalloc(&pdev->dev, num, sizeof(*data->domains), GFP_KERNEL); + if (!data->domains) + return -ENOMEM; + data->num_domains = num; for (i = 0; i < num; i++) { diff --git a/drivers/soc/ti/wkup_m3_ipc.c b/drivers/soc/ti/wkup_m3_ipc.c index e9ece45d7a333..ef3f95fefab58 100644 --- a/drivers/soc/ti/wkup_m3_ipc.c +++ b/drivers/soc/ti/wkup_m3_ipc.c @@ -447,9 +447,9 @@ static int wkup_m3_ipc_probe(struct platform_device *pdev) } irq = platform_get_irq(pdev, 0); - if (!irq) { + if (irq < 0) { dev_err(&pdev->dev, "no irq resource\n"); - return -ENXIO; + return irq; } ret = devm_request_irq(dev, irq, wkup_m3_txev_handler, diff --git a/drivers/spi/spi-bcm-qspi.c b/drivers/spi/spi-bcm-qspi.c index 3755be04346a6..d933a6eda5fdc 100644 --- a/drivers/spi/spi-bcm-qspi.c +++ b/drivers/spi/spi-bcm-qspi.c @@ -960,7 +960,7 @@ static int bcm_qspi_exec_mem_op(struct spi_mem *mem, addr = op->addr.val; len = op->data.nbytes; - if (bcm_qspi_bspi_ver_three(qspi) == true) { + if (has_bspi(qspi) && bcm_qspi_bspi_ver_three(qspi) == true) { /* * The address coming into this function is a raw flash offset. * But for BSPI <= V3, we need to convert it to a remapped BSPI @@ -979,7 +979,7 @@ static int bcm_qspi_exec_mem_op(struct spi_mem *mem, len < 4) mspi_read = true; - if (mspi_read) + if (!has_bspi(qspi) || mspi_read) return bcm_qspi_mspi_exec_mem_op(spi, op); ret = bcm_qspi_bspi_set_mode(qspi, op, 0); diff --git a/drivers/spi/spi-mxic.c b/drivers/spi/spi-mxic.c index eba706d5671e2..d0b5db88cd164 100644 --- a/drivers/spi/spi-mxic.c +++ b/drivers/spi/spi-mxic.c @@ -304,25 +304,21 @@ static int mxic_spi_data_xfer(struct mxic_spi *mxic, const void *txbuf, writel(data, mxic->regs + TXD(nbytes % 4)); + ret = readl_poll_timeout(mxic->regs + INT_STS, sts, + sts & INT_TX_EMPTY, 0, USEC_PER_SEC); + if (ret) + return ret; + + ret = readl_poll_timeout(mxic->regs + INT_STS, sts, + sts & INT_RX_NOT_EMPTY, 0, + USEC_PER_SEC); + if (ret) + return ret; + + data = readl(mxic->regs + RXD); if (rxbuf) { - ret = readl_poll_timeout(mxic->regs + INT_STS, sts, - sts & INT_TX_EMPTY, 0, - USEC_PER_SEC); - if (ret) - return ret; - - ret = readl_poll_timeout(mxic->regs + INT_STS, sts, - sts & INT_RX_NOT_EMPTY, 0, - USEC_PER_SEC); - if (ret) - return ret; - - data = readl(mxic->regs + RXD); data >>= (8 * (4 - nbytes)); memcpy(rxbuf + pos, &data, nbytes); - WARN_ON(readl(mxic->regs + INT_STS) & INT_RX_NOT_EMPTY); - } else { - readl(mxic->regs + RXD); } WARN_ON(readl(mxic->regs + INT_STS) & INT_RX_NOT_EMPTY); diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index aafac128bb5f1..4eb979a096c78 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c @@ -74,14 +74,23 @@ static bool lpss_dma_filter(struct dma_chan *chan, void *param) return true; } +static void lpss_dma_put_device(void *dma_dev) +{ + pci_dev_put(dma_dev); +} + static int lpss_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) { struct pci_dev *dma_dev; + int ret; c->num_chipselect = 1; c->max_clk_rate = 50000000; dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); + ret = devm_add_action_or_reset(&dev->dev, lpss_dma_put_device, dma_dev); + if (ret) + return ret; if (c->tx_param) { struct dw_dma_slave *slave = c->tx_param; @@ -105,8 +114,9 @@ static int lpss_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) static int mrfld_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) { - struct pci_dev *dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); struct dw_dma_slave *tx, *rx; + struct pci_dev *dma_dev; + int ret; switch (PCI_FUNC(dev->devfn)) { case 0: @@ -131,6 +141,11 @@ static int mrfld_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) return -ENODEV; } + dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); + ret = devm_add_action_or_reset(&dev->dev, lpss_dma_put_device, dma_dev); + if (ret) + return ret; + tx = c->tx_param; tx->dma_dev = &dma_dev->dev; diff --git a/drivers/spi/spi-tegra114.c b/drivers/spi/spi-tegra114.c index 594905bf89aa8..3f7a64b2a5d06 100644 --- a/drivers/spi/spi-tegra114.c +++ b/drivers/spi/spi-tegra114.c @@ -1352,6 +1352,10 @@ static int tegra_spi_probe(struct platform_device *pdev) tspi->phys = r->start; spi_irq = platform_get_irq(pdev, 0); + if (spi_irq < 0) { + ret = spi_irq; + goto exit_free_master; + } tspi->irq = spi_irq; tspi->clk = devm_clk_get(&pdev->dev, "spi"); diff --git a/drivers/spi/spi-tegra20-slink.c b/drivers/spi/spi-tegra20-slink.c index 9b59539c87359..e6b12f78c8f01 100644 --- a/drivers/spi/spi-tegra20-slink.c +++ b/drivers/spi/spi-tegra20-slink.c @@ -1011,14 +1011,8 @@ static int tegra_slink_probe(struct platform_device *pdev) struct resource *r; int ret, spi_irq; const struct tegra_slink_chip_data *cdata = NULL; - const struct of_device_id *match; - match = of_match_device(tegra_slink_of_match, &pdev->dev); - if (!match) { - dev_err(&pdev->dev, "Error: No device match found\n"); - return -ENODEV; - } - cdata = match->data; + cdata = of_device_get_match_data(&pdev->dev); master = spi_alloc_master(&pdev->dev, sizeof(*tspi)); if (!master) { diff --git a/drivers/spi/spi-zynq-qspi.c b/drivers/spi/spi-zynq-qspi.c index 1ced6eb8b3303..b3588240eb39b 100644 --- a/drivers/spi/spi-zynq-qspi.c +++ b/drivers/spi/spi-zynq-qspi.c @@ -558,6 +558,9 @@ static int zynq_qspi_exec_mem_op(struct spi_mem *mem, if (op->dummy.nbytes) { tmpbuf = kzalloc(op->dummy.nbytes, GFP_KERNEL); + if (!tmpbuf) + return -ENOMEM; + memset(tmpbuf, 0xff, op->dummy.nbytes); reinit_completion(&xqspi->data_completion); xqspi->txbuf = tmpbuf; diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index f22bbb2313aee..808d309046c70 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -845,10 +845,10 @@ int spi_map_buf(struct spi_controller *ctlr, struct device *dev, int i, ret; if (vmalloced_buf || kmap_buf) { - desc_len = min_t(int, max_seg_size, PAGE_SIZE); + desc_len = min_t(unsigned long, max_seg_size, PAGE_SIZE); sgs = DIV_ROUND_UP(len + offset_in_page(buf), desc_len); } else if (virt_addr_valid(buf)) { - desc_len = min_t(int, max_seg_size, ctlr->max_dma_len); + desc_len = min_t(size_t, max_seg_size, ctlr->max_dma_len); sgs = DIV_ROUND_UP(len, desc_len); } else { return -EINVAL; diff --git a/drivers/staging/fbtft/fb_st7789v.c b/drivers/staging/fbtft/fb_st7789v.c index 3c3f387936e80..30086ae03605f 100644 --- a/drivers/staging/fbtft/fb_st7789v.c +++ b/drivers/staging/fbtft/fb_st7789v.c @@ -76,6 +76,8 @@ enum st7789v_command { */ static int init_display(struct fbtft_par *par) { + par->fbtftops.reset(par); + /* turn off sleep mode */ write_reg(par, MIPI_DCS_EXIT_SLEEP_MODE); mdelay(120); diff --git a/drivers/staging/gdm724x/gdm_lte.c b/drivers/staging/gdm724x/gdm_lte.c index 8093d06086388..4dba62aed10b8 100644 --- a/drivers/staging/gdm724x/gdm_lte.c +++ b/drivers/staging/gdm724x/gdm_lte.c @@ -76,14 +76,15 @@ static void tx_complete(void *arg) static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type) { - int ret; + int ret, len; + len = skb->len + ETH_HLEN; ret = netif_rx_ni(skb); if (ret == NET_RX_DROP) { nic->stats.rx_dropped++; } else { nic->stats.rx_packets++; - nic->stats.rx_bytes += skb->len + ETH_HLEN; + nic->stats.rx_bytes += len; } return 0; diff --git a/drivers/staging/iio/adc/ad7280a.c b/drivers/staging/iio/adc/ad7280a.c index 19a5f244dcae2..d8886c5c0d1f2 100644 --- a/drivers/staging/iio/adc/ad7280a.c +++ b/drivers/staging/iio/adc/ad7280a.c @@ -107,9 +107,9 @@ static unsigned int ad7280a_devaddr(unsigned int addr) { return ((addr & 0x1) << 4) | - ((addr & 0x2) << 3) | + ((addr & 0x2) << 2) | (addr & 0x4) | - ((addr & 0x8) >> 3) | + ((addr & 0x8) >> 2) | ((addr & 0x10) >> 4); } diff --git a/drivers/staging/media/hantro/hantro_h1_jpeg_enc.c b/drivers/staging/media/hantro/hantro_h1_jpeg_enc.c index 8b76f1f13b062..e81a354b88720 100644 --- a/drivers/staging/media/hantro/hantro_h1_jpeg_enc.c +++ b/drivers/staging/media/hantro/hantro_h1_jpeg_enc.c @@ -23,7 +23,7 @@ static void hantro_h1_set_src_img_ctrl(struct hantro_dev *vpu, reg = H1_REG_IN_IMG_CTRL_ROW_LEN(pix_fmt->width) | H1_REG_IN_IMG_CTRL_OVRFLR_D4(0) - | H1_REG_IN_IMG_CTRL_OVRFLB_D4(0) + | H1_REG_IN_IMG_CTRL_OVRFLB(0) | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); vepu_write_relaxed(vpu, reg, H1_REG_IN_IMG_CTRL); } diff --git a/drivers/staging/media/hantro/hantro_h1_regs.h b/drivers/staging/media/hantro/hantro_h1_regs.h index d6e9825bb5c7b..30e7e7b920b55 100644 --- a/drivers/staging/media/hantro/hantro_h1_regs.h +++ b/drivers/staging/media/hantro/hantro_h1_regs.h @@ -47,7 +47,7 @@ #define H1_REG_IN_IMG_CTRL 0x03c #define H1_REG_IN_IMG_CTRL_ROW_LEN(x) ((x) << 12) #define H1_REG_IN_IMG_CTRL_OVRFLR_D4(x) ((x) << 10) -#define H1_REG_IN_IMG_CTRL_OVRFLB_D4(x) ((x) << 6) +#define H1_REG_IN_IMG_CTRL_OVRFLB(x) ((x) << 6) #define H1_REG_IN_IMG_CTRL_FMT(x) ((x) << 2) #define H1_REG_ENC_CTRL0 0x040 #define H1_REG_ENC_CTRL0_INIT_QP(x) ((x) << 26) diff --git a/drivers/staging/mt7621-dts/gbpc1.dts b/drivers/staging/mt7621-dts/gbpc1.dts index 1fb560ff059c8..1713283e60d4e 100644 --- a/drivers/staging/mt7621-dts/gbpc1.dts +++ b/drivers/staging/mt7621-dts/gbpc1.dts @@ -11,7 +11,8 @@ memory@0 { device_type = "memory"; - reg = <0x0 0x1c000000>, <0x20000000 0x4000000>; + reg = <0x00000000 0x1c000000>, + <0x20000000 0x04000000>; }; chosen { @@ -37,24 +38,16 @@ gpio-leds { compatible = "gpio-leds"; - system { - label = "gb-pc1:green:system"; + power { + label = "green:power"; gpios = <&gpio 6 GPIO_ACTIVE_LOW>; + linux,default-trigger = "default-on"; }; - status { - label = "gb-pc1:green:status"; + system { + label = "green:system"; gpios = <&gpio 8 GPIO_ACTIVE_LOW>; - }; - - lan1 { - label = "gb-pc1:green:lan1"; - gpios = <&gpio 24 GPIO_ACTIVE_LOW>; - }; - - lan2 { - label = "gb-pc1:green:lan2"; - gpios = <&gpio 25 GPIO_ACTIVE_LOW>; + linux,default-trigger = "disk-activity"; }; }; }; @@ -94,9 +87,8 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x1FB0000>; + reg = <0x50000 0x1fb0000>; }; - }; }; @@ -118,9 +110,12 @@ }; &pinctrl { - state_default: pinctrl0 { - default_gpio: gpio { - groups = "wdt", "rgmii2", "uart3"; + pinctrl-names = "default"; + pinctrl-0 = <&state_default>; + + state_default: state-default { + gpio-pinmux { + groups = "rgmii2", "uart3", "wdt"; function = "gpio"; }; }; @@ -129,12 +124,13 @@ &switch0 { ports { port@0 { + status = "okay"; label = "ethblack"; - status = "ok"; }; + port@4 { + status = "okay"; label = "ethblue"; - status = "ok"; }; }; }; diff --git a/drivers/target/iscsi/iscsi_target_erl1.c b/drivers/target/iscsi/iscsi_target_erl1.c index cd670cb9b8fbd..f7fb716e1c34c 100644 --- a/drivers/target/iscsi/iscsi_target_erl1.c +++ b/drivers/target/iscsi/iscsi_target_erl1.c @@ -1104,6 +1104,18 @@ void iscsit_handle_dataout_timeout(struct timer_list *t) iscsit_inc_conn_usage_count(conn); + /* + * If the command was aborted, for instance following a LUN RESET, + * a dataout timeout might be normal. + */ + if (target_cmd_interrupted(&cmd->se_cmd)) { + pr_debug("DataOut timeout on interrupted cmd with" + " ITT[0x%08llx]\n", cmd->se_cmd.tag); + cmd->dataout_timer_flags &= ~ISCSI_TF_RUNNING; + iscsit_dec_conn_usage_count(conn); + return; + } + spin_lock_bh(&cmd->dataout_timeout_lock); if (cmd->dataout_timer_flags & ISCSI_TF_STOP) { spin_unlock_bh(&cmd->dataout_timeout_lock); @@ -1117,19 +1129,22 @@ void iscsit_handle_dataout_timeout(struct timer_list *t) if (!sess->sess_ops->ErrorRecoveryLevel) { pr_err("Unable to recover from DataOut timeout while" " in ERL=0, closing iSCSI connection for I_T Nexus" - " %s,i,0x%6phN,%s,t,0x%02x\n", + " %s,i,0x%6phN,%s,t,0x%02x, cmd ITT[0x%08llx]\n", sess->sess_ops->InitiatorName, sess->isid, - sess->tpg->tpg_tiqn->tiqn, (u32)sess->tpg->tpgt); + sess->tpg->tpg_tiqn->tiqn, (u32)sess->tpg->tpgt, + cmd->se_cmd.tag); goto failure; } if (++cmd->dataout_timeout_retries == na->dataout_timeout_retries) { pr_err("Command ITT: 0x%08x exceeded max retries" " for DataOUT timeout %u, closing iSCSI connection for" - " I_T Nexus %s,i,0x%6phN,%s,t,0x%02x\n", + " I_T Nexus %s,i,0x%6phN,%s,t,0x%02x," + " cmd ITT[0x%08llx]\n", cmd->init_task_tag, na->dataout_timeout_retries, sess->sess_ops->InitiatorName, sess->isid, - sess->tpg->tpg_tiqn->tiqn, (u32)sess->tpg->tpgt); + sess->tpg->tpg_tiqn->tiqn, (u32)sess->tpg->tpgt, + cmd->se_cmd.tag); goto failure; } diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c index 0cc5ea195273f..72d10271bbe18 100644 --- a/drivers/target/iscsi/iscsi_target_login.c +++ b/drivers/target/iscsi/iscsi_target_login.c @@ -1177,7 +1177,7 @@ void iscsi_target_login_sess_out(struct iscsi_conn *conn, if (!new_sess) goto old_sess_out; - pr_err("iSCSI Login negotiation failed.\n"); + pr_debug("iSCSI Login negotiation failed.\n"); iscsit_collect_login_stats(conn, ISCSI_STATUS_CLS_INITIATOR_ERR, ISCSI_LOGIN_STATUS_INIT_ERR); if (!zero_tsih || !conn->sess) diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c index e32d93b927428..c3069aaaf33da 100644 --- a/drivers/target/iscsi/iscsi_target_nego.c +++ b/drivers/target/iscsi/iscsi_target_nego.c @@ -1165,7 +1165,7 @@ int iscsi_target_locate_portal( */ tiqn = iscsit_get_tiqn_for_login(t_buf); if (!tiqn) { - pr_err("Unable to locate Target IQN: %s in" + pr_debug("Unable to locate Target IQN: %s in" " Storage Node\n", t_buf); iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR, ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE); diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c index f52fe40002259..52c79079bd26d 100644 --- a/drivers/target/target_core_transport.c +++ b/drivers/target/target_core_transport.c @@ -816,7 +816,7 @@ static void target_abort_work(struct work_struct *work) target_handle_abort(cmd); } -static bool target_cmd_interrupted(struct se_cmd *cmd) +bool target_cmd_interrupted(struct se_cmd *cmd) { int post_ret; @@ -835,6 +835,7 @@ static bool target_cmd_interrupted(struct se_cmd *cmd) return false; } +EXPORT_SYMBOL(target_cmd_interrupted); /* May be called from interrupt context so must not sleep. */ void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c index 5eaef45799e61..344f48c909181 100644 --- a/drivers/tee/optee/core.c +++ b/drivers/tee/optee/core.c @@ -552,6 +552,7 @@ static struct optee *optee_probe(struct device_node *np) struct optee *optee = NULL; void *memremaped_shm = NULL; struct tee_device *teedev; + struct tee_context *ctx; u32 sec_caps; int rc; @@ -631,6 +632,12 @@ static struct optee *optee_probe(struct device_node *np) optee_supp_init(&optee->supp); optee->memremaped_shm = memremaped_shm; optee->pool = pool; + ctx = teedev_open(optee->teedev); + if (IS_ERR(ctx)) { + rc = PTR_ERR(ctx); + goto err; + } + optee->ctx = ctx; /* * Ensure that there are no pre-existing shm objects before enabling @@ -667,6 +674,7 @@ static struct optee *optee_probe(struct device_node *np) static void optee_remove(struct optee *optee) { + teedev_close_context(optee->ctx); /* * Ask OP-TEE to free all cached shared memory objects to decrease * reference counters and also avoid wild pointers in secure world diff --git a/drivers/tee/optee/optee_private.h b/drivers/tee/optee/optee_private.h index 54c3fa01d0024..0250cfde6312d 100644 --- a/drivers/tee/optee/optee_private.h +++ b/drivers/tee/optee/optee_private.h @@ -69,6 +69,7 @@ struct optee_supp { * struct optee - main service struct * @supp_teedev: supplicant device * @teedev: client device + * @ctx: driver internal TEE context * @invoke_fn: function to issue smc or hvc * @call_queue: queue of threads waiting to call @invoke_fn * @wait_queue: queue of threads from secure world waiting for a @@ -83,6 +84,7 @@ struct optee { struct tee_device *supp_teedev; struct tee_device *teedev; optee_invoke_fn *invoke_fn; + struct tee_context *ctx; struct optee_call_queue call_queue; struct optee_wait_queue wait_queue; struct optee_supp supp; diff --git a/drivers/tee/optee/rpc.c b/drivers/tee/optee/rpc.c index aecf62016e7b8..be45ee6202991 100644 --- a/drivers/tee/optee/rpc.c +++ b/drivers/tee/optee/rpc.c @@ -191,6 +191,7 @@ static struct tee_shm *cmd_alloc_suppl(struct tee_context *ctx, size_t sz) } static void handle_rpc_func_cmd_shm_alloc(struct tee_context *ctx, + struct optee *optee, struct optee_msg_arg *arg, struct optee_call_ctx *call_ctx) { @@ -220,7 +221,8 @@ static void handle_rpc_func_cmd_shm_alloc(struct tee_context *ctx, shm = cmd_alloc_suppl(ctx, sz); break; case OPTEE_MSG_RPC_SHM_TYPE_KERNEL: - shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED | TEE_SHM_PRIV); + shm = tee_shm_alloc(optee->ctx, sz, + TEE_SHM_MAPPED | TEE_SHM_PRIV); break; default: arg->ret = TEEC_ERROR_BAD_PARAMETERS; @@ -377,7 +379,7 @@ static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee, break; case OPTEE_MSG_RPC_CMD_SHM_ALLOC: free_pages_list(call_ctx); - handle_rpc_func_cmd_shm_alloc(ctx, arg, call_ctx); + handle_rpc_func_cmd_shm_alloc(ctx, optee, arg, call_ctx); break; case OPTEE_MSG_RPC_CMD_SHM_FREE: handle_rpc_func_cmd_shm_free(ctx, arg); @@ -405,7 +407,7 @@ void optee_handle_rpc(struct tee_context *ctx, struct optee_rpc_param *param, switch (OPTEE_SMC_RETURN_GET_RPC_FUNC(param->a0)) { case OPTEE_SMC_RPC_FUNC_ALLOC: - shm = tee_shm_alloc(ctx, param->a1, + shm = tee_shm_alloc(optee->ctx, param->a1, TEE_SHM_MAPPED | TEE_SHM_PRIV); if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { reg_pair_from_64(¶m->a1, ¶m->a2, pa); diff --git a/drivers/tee/tee_core.c b/drivers/tee/tee_core.c index 85e0cef9e917e..a7ccd4d2bd106 100644 --- a/drivers/tee/tee_core.c +++ b/drivers/tee/tee_core.c @@ -28,7 +28,7 @@ static DEFINE_SPINLOCK(driver_lock); static struct class *tee_class; static dev_t tee_devt; -static struct tee_context *teedev_open(struct tee_device *teedev) +struct tee_context *teedev_open(struct tee_device *teedev) { int rc; struct tee_context *ctx; @@ -56,6 +56,7 @@ static struct tee_context *teedev_open(struct tee_device *teedev) return ERR_PTR(rc); } +EXPORT_SYMBOL_GPL(teedev_open); void teedev_ctx_get(struct tee_context *ctx) { @@ -82,13 +83,14 @@ void teedev_ctx_put(struct tee_context *ctx) kref_put(&ctx->refcount, teedev_ctx_release); } -static void teedev_close_context(struct tee_context *ctx) +void teedev_close_context(struct tee_context *ctx) { struct tee_device *teedev = ctx->teedev; teedev_ctx_put(ctx); tee_device_put(teedev); } +EXPORT_SYMBOL_GPL(teedev_close_context); static int tee_open(struct inode *inode, struct file *filp) { diff --git a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c index 3517883b5cdb9..3a1a28a79d463 100644 --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c @@ -49,7 +49,7 @@ struct int3400_thermal_priv { struct art *arts; int trt_count; struct trt *trts; - u8 uuid_bitmap; + u32 uuid_bitmap; int rel_misc_dev_res; int current_uuid_index; }; @@ -216,6 +216,10 @@ static void int3400_notify(acpi_handle handle, thermal_prop[4] = NULL; kobject_uevent_env(&priv->thermal->device.kobj, KOBJ_CHANGE, thermal_prop); + kfree(thermal_prop[0]); + kfree(thermal_prop[1]); + kfree(thermal_prop[2]); + kfree(thermal_prop[3]); break; default: /* Ignore unknown notification codes sent to INT3400 device */ diff --git a/drivers/tty/hvc/hvc_iucv.c b/drivers/tty/hvc/hvc_iucv.c index 2af1e5751bd63..796fbff623f6e 100644 --- a/drivers/tty/hvc/hvc_iucv.c +++ b/drivers/tty/hvc/hvc_iucv.c @@ -1470,7 +1470,9 @@ static int __init hvc_iucv_init(void) */ static int __init hvc_iucv_config(char *val) { - return kstrtoul(val, 10, &hvc_iucv_devices); + if (kstrtoul(val, 10, &hvc_iucv_devices)) + pr_warn("hvc_iucv= invalid parameter value '%s'\n", val); + return 1; } diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c index 9d00ff5ef9611..085dc8dd1327b 100644 --- a/drivers/tty/mxser.c +++ b/drivers/tty/mxser.c @@ -861,6 +861,7 @@ static int mxser_activate(struct tty_port *port, struct tty_struct *tty) struct mxser_port *info = container_of(port, struct mxser_port, port); unsigned long page; unsigned long flags; + int ret; page = __get_free_page(GFP_KERNEL); if (!page) @@ -870,9 +871,9 @@ static int mxser_activate(struct tty_port *port, struct tty_struct *tty) if (!info->ioaddr || !info->type) { set_bit(TTY_IO_ERROR, &tty->flags); - free_page(page); spin_unlock_irqrestore(&info->slock, flags); - return 0; + ret = 0; + goto err_free_xmit; } info->port.xmit_buf = (unsigned char *) page; @@ -898,8 +899,10 @@ static int mxser_activate(struct tty_port *port, struct tty_struct *tty) if (capable(CAP_SYS_ADMIN)) { set_bit(TTY_IO_ERROR, &tty->flags); return 0; - } else - return -ENODEV; + } + + ret = -ENODEV; + goto err_free_xmit; } /* @@ -944,6 +947,10 @@ static int mxser_activate(struct tty_port *port, struct tty_struct *tty) spin_unlock_irqrestore(&info->slock, flags); return 0; +err_free_xmit: + free_page(page); + info->port.xmit_buf = NULL; + return ret; } /* diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c index 3d3d616e58989..f4fe73ce57108 100644 --- a/drivers/tty/n_gsm.c +++ b/drivers/tty/n_gsm.c @@ -428,7 +428,7 @@ static u8 gsm_encode_modem(const struct gsm_dlci *dlci) modembits |= MDM_RTR; if (dlci->modem_tx & TIOCM_RI) modembits |= MDM_IC; - if (dlci->modem_tx & TIOCM_CD) + if (dlci->modem_tx & TIOCM_CD || dlci->gsm->initiator) modembits |= MDM_DV; return modembits; } @@ -1490,7 +1490,7 @@ static void gsm_dlci_t1(struct timer_list *t) dlci->mode = DLCI_MODE_ADM; gsm_dlci_open(dlci); } else { - gsm_dlci_close(dlci); + gsm_dlci_begin_close(dlci); /* prevent half open link */ } break; @@ -1722,7 +1722,12 @@ static void gsm_dlci_release(struct gsm_dlci *dlci) gsm_destroy_network(dlci); mutex_unlock(&dlci->mutex); - tty_hangup(tty); + /* We cannot use tty_hangup() because in tty_kref_put() the tty + * driver assumes that the hangup queue is free and reuses it to + * queue release_one_tty() -> NULL pointer panic in + * process_one_work(). + */ + tty_vhangup(tty); tty_port_tty_set(&dlci->port, NULL); tty_kref_put(tty); diff --git a/drivers/tty/serial/8250/8250_mid.c b/drivers/tty/serial/8250/8250_mid.c index efa0515139f8e..e6c1791609ddf 100644 --- a/drivers/tty/serial/8250/8250_mid.c +++ b/drivers/tty/serial/8250/8250_mid.c @@ -73,6 +73,11 @@ static int pnw_setup(struct mid8250 *mid, struct uart_port *p) return 0; } +static void pnw_exit(struct mid8250 *mid) +{ + pci_dev_put(mid->dma_dev); +} + static int tng_handle_irq(struct uart_port *p) { struct mid8250 *mid = p->private_data; @@ -124,6 +129,11 @@ static int tng_setup(struct mid8250 *mid, struct uart_port *p) return 0; } +static void tng_exit(struct mid8250 *mid) +{ + pci_dev_put(mid->dma_dev); +} + static int dnv_handle_irq(struct uart_port *p) { struct mid8250 *mid = p->private_data; @@ -330,9 +340,9 @@ static int mid8250_probe(struct pci_dev *pdev, const struct pci_device_id *id) pci_set_drvdata(pdev, mid); return 0; + err: - if (mid->board->exit) - mid->board->exit(mid); + mid->board->exit(mid); return ret; } @@ -342,8 +352,7 @@ static void mid8250_remove(struct pci_dev *pdev) serial8250_unregister_port(mid->line); - if (mid->board->exit) - mid->board->exit(mid); + mid->board->exit(mid); } static const struct mid8250_board pnw_board = { @@ -351,6 +360,7 @@ static const struct mid8250_board pnw_board = { .freq = 50000000, .base_baud = 115200, .setup = pnw_setup, + .exit = pnw_exit, }; static const struct mid8250_board tng_board = { @@ -358,6 +368,7 @@ static const struct mid8250_board tng_board = { .freq = 38400000, .base_baud = 1843200, .setup = tng_setup, + .exit = tng_exit, }; static const struct mid8250_board dnv_board = { diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c index 777ef1a9591c0..87567515591e1 100644 --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c @@ -1545,6 +1545,18 @@ static inline void start_tx_rs485(struct uart_port *port) if (!(up->port.rs485.flags & SER_RS485_RX_DURING_TX)) serial8250_stop_rx(&up->port); + /* + * While serial8250_em485_handle_stop_tx() is a noop if + * em485->active_timer != &em485->stop_tx_timer, it might happen that + * the timer is still armed and triggers only after the current bunch of + * chars is send and em485->active_timer == &em485->stop_tx_timer again. + * So cancel the timer. There is still a theoretical race condition if + * the timer is already running and only comes around to check for + * em485->active_timer when &em485->stop_tx_timer is armed again. + */ + if (em485->active_timer == &em485->stop_tx_timer) + hrtimer_try_to_cancel(&em485->stop_tx_timer); + em485->active_timer = NULL; mcr = serial8250_in_MCR(up); diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c index f5608ad68ae1a..6d4792ec9e5fa 100644 --- a/drivers/tty/serial/kgdboc.c +++ b/drivers/tty/serial/kgdboc.c @@ -391,16 +391,16 @@ static int kgdboc_option_setup(char *opt) { if (!opt) { pr_err("config string not provided\n"); - return -EINVAL; + return 1; } if (strlen(opt) >= MAX_CONFIG_LEN) { pr_err("config string too long\n"); - return -ENOSPC; + return 1; } strcpy(config, opt); - return 0; + return 1; } __setup("kgdboc=", kgdboc_option_setup); diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index c7683beb3412a..6040d5a6139ab 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c @@ -761,11 +761,8 @@ static irqreturn_t s3c24xx_serial_tx_chars(int irq, void *id) goto out; } - if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) { - spin_unlock(&port->lock); + if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) uart_write_wakeup(port); - spin_lock(&port->lock); - } if (uart_circ_empty(xmit)) s3c24xx_serial_stop_tx(port); diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index 3922a6f8c50a6..77b1802f829b3 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c @@ -1889,6 +1889,7 @@ static int usbtmc_ioctl_request(struct usbtmc_device_data *data, struct usbtmc_ctrlrequest request; u8 *buffer = NULL; int rv; + unsigned int is_in, pipe; unsigned long res; res = copy_from_user(&request, arg, sizeof(struct usbtmc_ctrlrequest)); @@ -1898,12 +1899,14 @@ static int usbtmc_ioctl_request(struct usbtmc_device_data *data, if (request.req.wLength > USBTMC_BUFSIZE) return -EMSGSIZE; + is_in = request.req.bRequestType & USB_DIR_IN; + if (request.req.wLength) { buffer = kmalloc(request.req.wLength, GFP_KERNEL); if (!buffer) return -ENOMEM; - if ((request.req.bRequestType & USB_DIR_IN) == 0) { + if (!is_in) { /* Send control data to device */ res = copy_from_user(buffer, request.data, request.req.wLength); @@ -1914,8 +1917,12 @@ static int usbtmc_ioctl_request(struct usbtmc_device_data *data, } } + if (is_in) + pipe = usb_rcvctrlpipe(data->usb_dev, 0); + else + pipe = usb_sndctrlpipe(data->usb_dev, 0); rv = usb_control_msg(data->usb_dev, - usb_rcvctrlpipe(data->usb_dev, 0), + pipe, request.req.bRequest, request.req.bRequestType, request.req.wValue, @@ -1927,7 +1934,7 @@ static int usbtmc_ioctl_request(struct usbtmc_device_data *data, goto exit; } - if (rv && (request.req.bRequestType & USB_DIR_IN)) { + if (rv && is_in) { /* Read control data from device */ res = copy_to_user(request.data, buffer, rv); if (res) diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c index e8acad49a53a8..81ee1cd794f7d 100644 --- a/drivers/usb/dwc3/dwc3-omap.c +++ b/drivers/usb/dwc3/dwc3-omap.c @@ -242,7 +242,7 @@ static void dwc3_omap_set_mailbox(struct dwc3_omap *omap, break; case OMAP_DWC3_ID_FLOAT: - if (omap->vbus_reg) + if (omap->vbus_reg && regulator_is_enabled(omap->vbus_reg)) regulator_disable(omap->vbus_reg); val = dwc3_omap_read_utmi_ctrl(omap); val |= USBOTGSS_UTMI_OTG_CTRL_IDDIG; diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c index 5a7c152c9ee39..99964f96ff747 100644 --- a/drivers/usb/dwc3/dwc3-pci.c +++ b/drivers/usb/dwc3/dwc3-pci.c @@ -81,8 +81,8 @@ static const struct acpi_gpio_mapping acpi_dwc3_byt_gpios[] = { static struct gpiod_lookup_table platform_bytcr_gpios = { .dev_id = "0000:00:16.0", .table = { - GPIO_LOOKUP("INT33FC:00", 54, "reset", GPIO_ACTIVE_HIGH), - GPIO_LOOKUP("INT33FC:02", 14, "cs", GPIO_ACTIVE_HIGH), + GPIO_LOOKUP("INT33FC:00", 54, "cs", GPIO_ACTIVE_HIGH), + GPIO_LOOKUP("INT33FC:02", 14, "reset", GPIO_ACTIVE_HIGH), {} }, }; diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 2367bf5a13107..a1d8cb69d229d 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -3529,9 +3529,11 @@ static irqreturn_t dwc3_thread_interrupt(int irq, void *_evt) unsigned long flags; irqreturn_t ret = IRQ_NONE; + local_bh_disable(); spin_lock_irqsave(&dwc->lock, flags); ret = dwc3_process_event_buf(evt); spin_unlock_irqrestore(&dwc->lock, flags); + local_bh_enable(); return ret; } diff --git a/drivers/usb/gadget/function/rndis.c b/drivers/usb/gadget/function/rndis.c index ab827c1badc50..fa0c173a0d26f 100644 --- a/drivers/usb/gadget/function/rndis.c +++ b/drivers/usb/gadget/function/rndis.c @@ -640,6 +640,7 @@ static int rndis_set_response(struct rndis_params *params, BufLength = le32_to_cpu(buf->InformationBufferLength); BufOffset = le32_to_cpu(buf->InformationBufferOffset); if ((BufLength > RNDIS_MAX_TOTAL_SIZE) || + (BufOffset > RNDIS_MAX_TOTAL_SIZE) || (BufOffset + 8 >= RNDIS_MAX_TOTAL_SIZE)) return -EINVAL; @@ -922,6 +923,7 @@ struct rndis_params *rndis_register(void (*resp_avail)(void *v), void *v) params->resp_avail = resp_avail; params->v = v; INIT_LIST_HEAD(¶ms->resp_queue); + spin_lock_init(¶ms->resp_lock); pr_debug("%s: configNr = %d\n", __func__, i); return params; @@ -1015,12 +1017,14 @@ void rndis_free_response(struct rndis_params *params, u8 *buf) { rndis_resp_t *r, *n; + spin_lock(¶ms->resp_lock); list_for_each_entry_safe(r, n, ¶ms->resp_queue, list) { if (r->buf == buf) { list_del(&r->list); kfree(r); } } + spin_unlock(¶ms->resp_lock); } EXPORT_SYMBOL_GPL(rndis_free_response); @@ -1030,14 +1034,17 @@ u8 *rndis_get_next_response(struct rndis_params *params, u32 *length) if (!length) return NULL; + spin_lock(¶ms->resp_lock); list_for_each_entry_safe(r, n, ¶ms->resp_queue, list) { if (!r->send) { r->send = 1; *length = r->length; + spin_unlock(¶ms->resp_lock); return r->buf; } } + spin_unlock(¶ms->resp_lock); return NULL; } EXPORT_SYMBOL_GPL(rndis_get_next_response); @@ -1054,7 +1061,9 @@ static rndis_resp_t *rndis_add_response(struct rndis_params *params, u32 length) r->length = length; r->send = 0; + spin_lock(¶ms->resp_lock); list_add_tail(&r->list, ¶ms->resp_queue); + spin_unlock(¶ms->resp_lock); return r; } diff --git a/drivers/usb/gadget/function/rndis.h b/drivers/usb/gadget/function/rndis.h index c7e3a70ce6c1f..c996ba28bcb77 100644 --- a/drivers/usb/gadget/function/rndis.h +++ b/drivers/usb/gadget/function/rndis.h @@ -174,6 +174,7 @@ typedef struct rndis_params { void (*resp_avail)(void *v); void *v; struct list_head resp_queue; + spinlock_t resp_lock; } rndis_params; /* RNDIS Message parser and other useless functions */ diff --git a/drivers/usb/gadget/legacy/inode.c b/drivers/usb/gadget/legacy/inode.c index 5f1e15172403e..9cd80ad075bd2 100644 --- a/drivers/usb/gadget/legacy/inode.c +++ b/drivers/usb/gadget/legacy/inode.c @@ -1829,8 +1829,9 @@ dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) spin_lock_irq (&dev->lock); value = -EINVAL; if (dev->buf) { + spin_unlock_irq(&dev->lock); kfree(kbuf); - goto fail; + return value; } dev->buf = kbuf; @@ -1877,8 +1878,8 @@ dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) value = usb_gadget_probe_driver(&gadgetfs_driver); if (value != 0) { - kfree (dev->buf); - dev->buf = NULL; + spin_lock_irq(&dev->lock); + goto fail; } else { /* at this point "good" hardware has for the first time * let the USB the host see us. alternatively, if users @@ -1895,6 +1896,9 @@ dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) return value; fail: + dev->config = NULL; + dev->hs_config = NULL; + dev->dev = NULL; spin_unlock_irq (&dev->lock); pr_debug ("%s: %s fail %zd, %p\n", shortname, __func__, value, dev); kfree (dev->buf); diff --git a/drivers/usb/gadget/udc/core.c b/drivers/usb/gadget/udc/core.c index e41f67cd3d469..f9d2737aabe82 100644 --- a/drivers/usb/gadget/udc/core.c +++ b/drivers/usb/gadget/udc/core.c @@ -1303,7 +1303,6 @@ static void usb_gadget_remove_driver(struct usb_udc *udc) usb_gadget_udc_stop(udc); udc->driver = NULL; - udc->dev.driver = NULL; udc->gadget->dev.driver = NULL; } @@ -1352,7 +1351,6 @@ static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *dri driver->function); udc->driver = driver; - udc->dev.driver = &driver->driver; udc->gadget->dev.driver = &driver->driver; usb_gadget_udc_set_speed(udc, driver->max_speed); @@ -1374,7 +1372,6 @@ static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *dri dev_err(&udc->dev, "failed to start %s: %d\n", udc->driver->function, ret); udc->driver = NULL; - udc->dev.driver = NULL; udc->gadget->dev.driver = NULL; return ret; } diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 774ccaa5aceea..1962140a59f20 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -21,6 +21,9 @@ static const char hcd_name[] = "ehci-pci"; /* defined here to avoid adding to pci_ids.h for single instance use */ #define PCI_DEVICE_ID_INTEL_CE4100_USB 0x2e70 +#define PCI_VENDOR_ID_ASPEED 0x1a03 +#define PCI_DEVICE_ID_ASPEED_EHCI 0x2603 + /*-------------------------------------------------------------------------*/ #define PCI_DEVICE_ID_INTEL_QUARK_X1000_SOC 0x0939 static inline bool is_intel_quark_x1000(struct pci_dev *pdev) @@ -223,6 +226,12 @@ static int ehci_pci_setup(struct usb_hcd *hcd) ehci->has_synopsys_hc_bug = 1; } break; + case PCI_VENDOR_ID_ASPEED: + if (pdev->device == PCI_DEVICE_ID_ASPEED_EHCI) { + ehci_info(ehci, "applying Aspeed HC workaround\n"); + ehci->is_aspeed = 1; + } + break; } /* optional debug port, normally in the first BAR */ diff --git a/drivers/usb/host/xhci-hub.c b/drivers/usb/host/xhci-hub.c index 48832f7f2fc3c..db65e1ad00deb 100644 --- a/drivers/usb/host/xhci-hub.c +++ b/drivers/usb/host/xhci-hub.c @@ -674,7 +674,7 @@ static int xhci_exit_test_mode(struct xhci_hcd *xhci) } pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); xhci->test_mode = 0; - return xhci_reset(xhci); + return xhci_reset(xhci, XHCI_RESET_SHORT_USEC); } void xhci_set_link_state(struct xhci_hcd *xhci, struct xhci_port *port, @@ -1000,6 +1000,9 @@ static void xhci_get_usb2_port_status(struct xhci_port *port, u32 *status, if (link_state == XDEV_U2) *status |= USB_PORT_STAT_L1; if (link_state == XDEV_U0) { + if (bus_state->resume_done[portnum]) + usb_hcd_end_port_resume(&port->rhub->hcd->self, + portnum); bus_state->resume_done[portnum] = 0; clear_bit(portnum, &bus_state->resuming_ports); if (bus_state->suspended_ports & (1 << portnum)) { diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 160caef09c5ea..ef23a69c6553a 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c @@ -2583,7 +2583,7 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) fail: xhci_halt(xhci); - xhci_reset(xhci); + xhci_reset(xhci, XHCI_RESET_SHORT_USEC); xhci_mem_cleanup(xhci); return -ENOMEM; } diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index ca673a93fa8b6..05a108dde64b2 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -66,7 +66,7 @@ static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) * handshake done). There are two failure modes: "usec" have passed (major * hardware flakeout), or the register reads as all-ones (hardware removed). */ -int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec) +int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) { u32 result; int ret; @@ -74,7 +74,7 @@ int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec) ret = readl_poll_timeout_atomic(ptr, result, (result & mask) == done || result == U32_MAX, - 1, usec); + 1, timeout_us); if (result == U32_MAX) /* card removed */ return -ENODEV; @@ -163,7 +163,7 @@ int xhci_start(struct xhci_hcd *xhci) * Transactions will be terminated immediately, and operational registers * will be set to their defaults. */ -int xhci_reset(struct xhci_hcd *xhci) +int xhci_reset(struct xhci_hcd *xhci, u64 timeout_us) { u32 command; u32 state; @@ -196,8 +196,7 @@ int xhci_reset(struct xhci_hcd *xhci) if (xhci->quirks & XHCI_INTEL_HOST) udelay(1000); - ret = xhci_handshake(&xhci->op_regs->command, - CMD_RESET, 0, 10 * 1000 * 1000); + ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); if (ret) return ret; @@ -210,8 +209,7 @@ int xhci_reset(struct xhci_hcd *xhci) * xHCI cannot write to any doorbells or operational registers other * than status until the "Controller Not Ready" flag is cleared. */ - ret = xhci_handshake(&xhci->op_regs->status, - STS_CNR, 0, 10 * 1000 * 1000); + ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); xhci->usb2_rhub.bus_state.port_c_suspend = 0; xhci->usb2_rhub.bus_state.suspended_ports = 0; @@ -733,7 +731,7 @@ static void xhci_stop(struct usb_hcd *hcd) xhci->xhc_state |= XHCI_STATE_HALTED; xhci->cmd_ring_state = CMD_RING_STATE_STOPPED; xhci_halt(xhci); - xhci_reset(xhci); + xhci_reset(xhci, XHCI_RESET_SHORT_USEC); spin_unlock_irq(&xhci->lock); xhci_cleanup_msix(xhci); @@ -786,7 +784,7 @@ void xhci_shutdown(struct usb_hcd *hcd) xhci_halt(xhci); /* Workaround for spurious wakeups at shutdown with HSW */ if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) - xhci_reset(xhci); + xhci_reset(xhci, XHCI_RESET_SHORT_USEC); spin_unlock_irq(&xhci->lock); xhci_cleanup_msix(xhci); @@ -1092,6 +1090,7 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated) int retval = 0; bool comp_timer_running = false; bool pending_portevent = false; + bool reinit_xhc = false; if (!hcd->state) return 0; @@ -1108,10 +1107,11 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated) set_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); spin_lock_irq(&xhci->lock); - if ((xhci->quirks & XHCI_RESET_ON_RESUME) || xhci->broken_suspend) - hibernated = true; - if (!hibernated) { + if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) + reinit_xhc = true; + + if (!reinit_xhc) { /* * Some controllers might lose power during suspend, so wait * for controller not ready bit to clear, just as in xHC init. @@ -1144,12 +1144,17 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated) spin_unlock_irq(&xhci->lock); return -ETIMEDOUT; } - temp = readl(&xhci->op_regs->status); } - /* If restore operation fails, re-initialize the HC during resume */ - if ((temp & STS_SRE) || hibernated) { + temp = readl(&xhci->op_regs->status); + + /* re-initialize the HC on Restore Error, or Host Controller Error */ + if (temp & (STS_SRE | STS_HCE)) { + reinit_xhc = true; + xhci_warn(xhci, "xHC error in resume, USBSTS 0x%x, Reinit\n", temp); + } + if (reinit_xhc) { if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) && !(xhci_all_ports_seen_u0(xhci))) { del_timer_sync(&xhci->comp_mode_recovery_timer); @@ -1164,7 +1169,7 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated) xhci_dbg(xhci, "Stop HCD\n"); xhci_halt(xhci); xhci_zero_64b_regs(xhci); - retval = xhci_reset(xhci); + retval = xhci_reset(xhci, XHCI_RESET_LONG_USEC); spin_unlock_irq(&xhci->lock); if (retval) return retval; @@ -1481,9 +1486,12 @@ static int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flag struct urb_priv *urb_priv; int num_tds; - if (!urb || xhci_check_args(hcd, urb->dev, urb->ep, - true, true, __func__) <= 0) + if (!urb) return -EINVAL; + ret = xhci_check_args(hcd, urb->dev, urb->ep, + true, true, __func__); + if (ret <= 0) + return ret ? ret : -EINVAL; slot_id = urb->dev->slot_id; ep_index = xhci_get_endpoint_index(&urb->ep->desc); @@ -3283,7 +3291,7 @@ static int xhci_check_streams_endpoint(struct xhci_hcd *xhci, return -EINVAL; ret = xhci_check_args(xhci_to_hcd(xhci), udev, ep, 1, true, __func__); if (ret <= 0) - return -EINVAL; + return ret ? ret : -EINVAL; if (usb_ss_max_streams(&ep->ss_ep_comp) == 0) { xhci_warn(xhci, "WARN: SuperSpeed Endpoint Companion" " descriptor for ep 0x%x does not support streams\n", @@ -5263,7 +5271,7 @@ int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) xhci_dbg(xhci, "Resetting HCD\n"); /* Reset the internal HC memory state and registers. */ - retval = xhci_reset(xhci); + retval = xhci_reset(xhci, XHCI_RESET_LONG_USEC); if (retval) return retval; xhci_dbg(xhci, "Reset complete\n"); diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 02df309e44093..4b05d767e08f7 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -229,6 +229,9 @@ struct xhci_op_regs { #define CMD_ETE (1 << 14) /* bits 15:31 are reserved (and should be preserved on writes). */ +#define XHCI_RESET_LONG_USEC (10 * 1000 * 1000) +#define XHCI_RESET_SHORT_USEC (250 * 1000) + /* IMAN - Interrupt Management Register */ #define IMAN_IE (1 << 1) #define IMAN_IP (1 << 0) @@ -2061,11 +2064,11 @@ void xhci_free_container_ctx(struct xhci_hcd *xhci, /* xHCI host controller glue */ typedef void (*xhci_get_quirks_t)(struct device *, struct xhci_hcd *); -int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec); +int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us); void xhci_quiesce(struct xhci_hcd *xhci); int xhci_halt(struct xhci_hcd *xhci); int xhci_start(struct xhci_hcd *xhci); -int xhci_reset(struct xhci_hcd *xhci); +int xhci_reset(struct xhci_hcd *xhci, u64 timeout_us); int xhci_run(struct usb_hcd *hcd); int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks); void xhci_shutdown(struct usb_hcd *hcd); @@ -2449,6 +2452,8 @@ static inline const char *xhci_decode_ctrl_ctx(unsigned long drop, unsigned int bit; int ret = 0; + str[0] = '\0'; + if (drop) { ret = sprintf(str, "Drop:"); for_each_set_bit(bit, &drop, 32) diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 67279c6bce338..31ad8682ad9b8 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -66,6 +66,7 @@ config USB_SERIAL_SIMPLE - Libtransistor USB console - a number of Motorola phones - Motorola Tetra devices + - Nokia mobile phones - Novatel Wireless GPS receivers - Siemens USB/MPI adapter. - ViVOtech ViVOpay USB device. diff --git a/drivers/usb/serial/ch341.c b/drivers/usb/serial/ch341.c index a5c10fe9f72a1..f06a09e59d8ba 100644 --- a/drivers/usb/serial/ch341.c +++ b/drivers/usb/serial/ch341.c @@ -80,7 +80,6 @@ #define CH341_LCR_CS5 0x00 static const struct usb_device_id id_table[] = { - { USB_DEVICE(0x1a86, 0x5512) }, { USB_DEVICE(0x1a86, 0x5523) }, { USB_DEVICE(0x1a86, 0x7522) }, { USB_DEVICE(0x1a86, 0x7523) }, diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 81e7833910ca8..839eac04b5e30 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -198,6 +198,8 @@ static void option_instat_callback(struct urb *urb); #define DELL_PRODUCT_5821E 0x81d7 #define DELL_PRODUCT_5821E_ESIM 0x81e0 +#define DELL_PRODUCT_5829E_ESIM 0x81e4 +#define DELL_PRODUCT_5829E 0x81e6 #define KYOCERA_VENDOR_ID 0x0c88 #define KYOCERA_PRODUCT_KPC650 0x17da @@ -1063,6 +1065,10 @@ static const struct usb_device_id option_ids[] = { .driver_info = RSVD(0) | RSVD(1) | RSVD(6) }, { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5821E_ESIM), .driver_info = RSVD(0) | RSVD(1) | RSVD(6) }, + { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5829E), + .driver_info = RSVD(0) | RSVD(6) }, + { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5829E_ESIM), + .driver_info = RSVD(0) | RSVD(6) }, { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_E100A) }, /* ADU-E100, ADU-310 */ { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_500A) }, { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_620UW) }, @@ -1273,10 +1279,16 @@ static const struct usb_device_id option_ids[] = { .driver_info = NCTRL(2) }, { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x7011, 0xff), /* Telit LE910-S1 (ECM) */ .driver_info = NCTRL(2) }, + { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x701a, 0xff), /* Telit LE910R1 (RNDIS) */ + .driver_info = NCTRL(2) }, + { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x701b, 0xff), /* Telit LE910R1 (ECM) */ + .driver_info = NCTRL(2) }, { USB_DEVICE(TELIT_VENDOR_ID, 0x9010), /* Telit SBL FN980 flashing device */ .driver_info = NCTRL(0) | ZLP }, { USB_DEVICE(TELIT_VENDOR_ID, 0x9200), /* Telit LE910S1 flashing device */ .driver_info = NCTRL(0) | ZLP }, + { USB_DEVICE(TELIT_VENDOR_ID, 0x9201), /* Telit LE910R1 flashing device */ + .driver_info = NCTRL(0) | ZLP }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0002, 0xff, 0xff, 0xff), .driver_info = RSVD(1) }, diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 67d2249cae226..aa8343a25f5c0 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -116,6 +116,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530GC_PRODUCT_ID) }, { USB_DEVICE(SMART_VENDOR_ID, SMART_PRODUCT_ID) }, { USB_DEVICE(AT_VENDOR_ID, AT_VTKIT3_PRODUCT_ID) }, + { USB_DEVICE(IBM_VENDOR_ID, IBM_PRODUCT_ID) }, { } /* Terminating entry */ }; diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 3aac46aba7b06..27a965c1963e6 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -35,6 +35,9 @@ #define ATEN_PRODUCT_UC232B 0x2022 #define ATEN_PRODUCT_ID2 0x2118 +#define IBM_VENDOR_ID 0x04b3 +#define IBM_PRODUCT_ID 0x4016 + #define IODATA_VENDOR_ID 0x04bb #define IODATA_PRODUCT_ID 0x0a03 #define IODATA_PRODUCT_ID_RSAQ5 0x0a0e diff --git a/drivers/usb/serial/usb-serial-simple.c b/drivers/usb/serial/usb-serial-simple.c index bd23a7cb1be2b..4c6747889a194 100644 --- a/drivers/usb/serial/usb-serial-simple.c +++ b/drivers/usb/serial/usb-serial-simple.c @@ -91,6 +91,11 @@ DEVICE(moto_modem, MOTO_IDS); { USB_DEVICE(0x0cad, 0x9016) } /* TPG2200 */ DEVICE(motorola_tetra, MOTOROLA_TETRA_IDS); +/* Nokia mobile phone driver */ +#define NOKIA_IDS() \ + { USB_DEVICE(0x0421, 0x069a) } /* Nokia 130 (RM-1035) */ +DEVICE(nokia, NOKIA_IDS); + /* Novatel Wireless GPS driver */ #define NOVATEL_IDS() \ { USB_DEVICE(0x09d7, 0x0100) } /* NovAtel FlexPack GPS */ @@ -123,6 +128,7 @@ static struct usb_serial_driver * const serial_drivers[] = { &vivopay_device, &moto_modem_device, &motorola_tetra_device, + &nokia_device, &novatel_gps_device, &hp4x_device, &suunto_device, @@ -140,6 +146,7 @@ static const struct usb_device_id id_table[] = { VIVOPAY_IDS(), MOTO_IDS(), MOTOROLA_TETRA_IDS(), + NOKIA_IDS(), NOVATEL_IDS(), HP4X_IDS(), SUUNTO_IDS(), diff --git a/drivers/usb/storage/ene_ub6250.c b/drivers/usb/storage/ene_ub6250.c index 8b1b730654218..9c984f3c7248a 100644 --- a/drivers/usb/storage/ene_ub6250.c +++ b/drivers/usb/storage/ene_ub6250.c @@ -237,36 +237,33 @@ static struct us_unusual_dev ene_ub6250_unusual_dev_list[] = { #define memstick_logaddr(logadr1, logadr0) ((((u16)(logadr1)) << 8) | (logadr0)) -struct SD_STATUS { - u8 Insert:1; - u8 Ready:1; - u8 MediaChange:1; - u8 IsMMC:1; - u8 HiCapacity:1; - u8 HiSpeed:1; - u8 WtP:1; - u8 Reserved:1; -}; - -struct MS_STATUS { - u8 Insert:1; - u8 Ready:1; - u8 MediaChange:1; - u8 IsMSPro:1; - u8 IsMSPHG:1; - u8 Reserved1:1; - u8 WtP:1; - u8 Reserved2:1; -}; - -struct SM_STATUS { - u8 Insert:1; - u8 Ready:1; - u8 MediaChange:1; - u8 Reserved:3; - u8 WtP:1; - u8 IsMS:1; -}; +/* SD_STATUS bits */ +#define SD_Insert BIT(0) +#define SD_Ready BIT(1) +#define SD_MediaChange BIT(2) +#define SD_IsMMC BIT(3) +#define SD_HiCapacity BIT(4) +#define SD_HiSpeed BIT(5) +#define SD_WtP BIT(6) + /* Bit 7 reserved */ + +/* MS_STATUS bits */ +#define MS_Insert BIT(0) +#define MS_Ready BIT(1) +#define MS_MediaChange BIT(2) +#define MS_IsMSPro BIT(3) +#define MS_IsMSPHG BIT(4) + /* Bit 5 reserved */ +#define MS_WtP BIT(6) + /* Bit 7 reserved */ + +/* SM_STATUS bits */ +#define SM_Insert BIT(0) +#define SM_Ready BIT(1) +#define SM_MediaChange BIT(2) + /* Bits 3-5 reserved */ +#define SM_WtP BIT(6) +#define SM_IsMS BIT(7) struct ms_bootblock_cis { u8 bCistplDEVICE[6]; /* 0 */ @@ -437,9 +434,9 @@ struct ene_ub6250_info { u8 *bbuf; /* for 6250 code */ - struct SD_STATUS SD_Status; - struct MS_STATUS MS_Status; - struct SM_STATUS SM_Status; + u8 SD_Status; + u8 MS_Status; + u8 SM_Status; /* ----- SD Control Data ---------------- */ /*SD_REGISTER SD_Regs; */ @@ -602,7 +599,7 @@ static int sd_scsi_test_unit_ready(struct us_data *us, struct scsi_cmnd *srb) { struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; - if (info->SD_Status.Insert && info->SD_Status.Ready) + if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) return USB_STOR_TRANSPORT_GOOD; else { ene_sd_init(us); @@ -622,7 +619,7 @@ static int sd_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) 0x0b, 0x00, 0x80, 0x08, 0x00, 0x00, 0x71, 0xc0, 0x00, 0x00, 0x02, 0x00 }; - if (info->SD_Status.WtP) + if (info->SD_Status & SD_WtP) usb_stor_set_xfer_buf(mediaWP, 12, srb); else usb_stor_set_xfer_buf(mediaNoWP, 12, srb); @@ -641,9 +638,9 @@ static int sd_scsi_read_capacity(struct us_data *us, struct scsi_cmnd *srb) struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; usb_stor_dbg(us, "sd_scsi_read_capacity\n"); - if (info->SD_Status.HiCapacity) { + if (info->SD_Status & SD_HiCapacity) { bl_len = 0x200; - if (info->SD_Status.IsMMC) + if (info->SD_Status & SD_IsMMC) bl_num = info->HC_C_SIZE-1; else bl_num = (info->HC_C_SIZE + 1) * 1024 - 1; @@ -693,7 +690,7 @@ static int sd_scsi_read(struct us_data *us, struct scsi_cmnd *srb) return USB_STOR_TRANSPORT_ERROR; } - if (info->SD_Status.HiCapacity) + if (info->SD_Status & SD_HiCapacity) bnByte = bn; /* set up the command wrapper */ @@ -733,7 +730,7 @@ static int sd_scsi_write(struct us_data *us, struct scsi_cmnd *srb) return USB_STOR_TRANSPORT_ERROR; } - if (info->SD_Status.HiCapacity) + if (info->SD_Status & SD_HiCapacity) bnByte = bn; /* set up the command wrapper */ @@ -1455,7 +1452,7 @@ static int ms_scsi_test_unit_ready(struct us_data *us, struct scsi_cmnd *srb) struct ene_ub6250_info *info = (struct ene_ub6250_info *)(us->extra); /* pr_info("MS_SCSI_Test_Unit_Ready\n"); */ - if (info->MS_Status.Insert && info->MS_Status.Ready) { + if ((info->MS_Status & MS_Insert) && (info->MS_Status & MS_Ready)) { return USB_STOR_TRANSPORT_GOOD; } else { ene_ms_init(us); @@ -1475,7 +1472,7 @@ static int ms_scsi_mode_sense(struct us_data *us, struct scsi_cmnd *srb) 0x0b, 0x00, 0x80, 0x08, 0x00, 0x00, 0x71, 0xc0, 0x00, 0x00, 0x02, 0x00 }; - if (info->MS_Status.WtP) + if (info->MS_Status & MS_WtP) usb_stor_set_xfer_buf(mediaWP, 12, srb); else usb_stor_set_xfer_buf(mediaNoWP, 12, srb); @@ -1494,7 +1491,7 @@ static int ms_scsi_read_capacity(struct us_data *us, struct scsi_cmnd *srb) usb_stor_dbg(us, "ms_scsi_read_capacity\n"); bl_len = 0x200; - if (info->MS_Status.IsMSPro) + if (info->MS_Status & MS_IsMSPro) bl_num = info->MSP_TotalBlock - 1; else bl_num = info->MS_Lib.NumberOfLogBlock * info->MS_Lib.blockSize * 2 - 1; @@ -1649,7 +1646,7 @@ static int ms_scsi_read(struct us_data *us, struct scsi_cmnd *srb) if (bn > info->bl_num) return USB_STOR_TRANSPORT_ERROR; - if (info->MS_Status.IsMSPro) { + if (info->MS_Status & MS_IsMSPro) { result = ene_load_bincode(us, MSP_RW_PATTERN); if (result != USB_STOR_XFER_GOOD) { usb_stor_dbg(us, "Load MPS RW pattern Fail !!\n"); @@ -1750,7 +1747,7 @@ static int ms_scsi_write(struct us_data *us, struct scsi_cmnd *srb) if (bn > info->bl_num) return USB_STOR_TRANSPORT_ERROR; - if (info->MS_Status.IsMSPro) { + if (info->MS_Status & MS_IsMSPro) { result = ene_load_bincode(us, MSP_RW_PATTERN); if (result != USB_STOR_XFER_GOOD) { pr_info("Load MSP RW pattern Fail !!\n"); @@ -1858,12 +1855,12 @@ static int ene_get_card_status(struct us_data *us, u8 *buf) tmpreg = (u16) reg4b; reg4b = *(u32 *)(&buf[0x14]); - if (info->SD_Status.HiCapacity && !info->SD_Status.IsMMC) + if ((info->SD_Status & SD_HiCapacity) && !(info->SD_Status & SD_IsMMC)) info->HC_C_SIZE = (reg4b >> 8) & 0x3fffff; info->SD_C_SIZE = ((tmpreg & 0x03) << 10) | (u16)(reg4b >> 22); info->SD_C_SIZE_MULT = (u8)(reg4b >> 7) & 0x07; - if (info->SD_Status.HiCapacity && info->SD_Status.IsMMC) + if ((info->SD_Status & SD_HiCapacity) && (info->SD_Status & SD_IsMMC)) info->HC_C_SIZE = *(u32 *)(&buf[0x100]); if (info->SD_READ_BL_LEN > SD_BLOCK_LEN) { @@ -2075,6 +2072,7 @@ static int ene_ms_init(struct us_data *us) u16 MSP_BlockSize, MSP_UserAreaBlocks; struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; u8 *bbuf = info->bbuf; + unsigned int s; printk(KERN_INFO "transport --- ENE_MSInit\n"); @@ -2099,15 +2097,16 @@ static int ene_ms_init(struct us_data *us) return USB_STOR_TRANSPORT_ERROR; } /* the same part to test ENE */ - info->MS_Status = *(struct MS_STATUS *) bbuf; - - if (info->MS_Status.Insert && info->MS_Status.Ready) { - printk(KERN_INFO "Insert = %x\n", info->MS_Status.Insert); - printk(KERN_INFO "Ready = %x\n", info->MS_Status.Ready); - printk(KERN_INFO "IsMSPro = %x\n", info->MS_Status.IsMSPro); - printk(KERN_INFO "IsMSPHG = %x\n", info->MS_Status.IsMSPHG); - printk(KERN_INFO "WtP= %x\n", info->MS_Status.WtP); - if (info->MS_Status.IsMSPro) { + info->MS_Status = bbuf[0]; + + s = info->MS_Status; + if ((s & MS_Insert) && (s & MS_Ready)) { + printk(KERN_INFO "Insert = %x\n", !!(s & MS_Insert)); + printk(KERN_INFO "Ready = %x\n", !!(s & MS_Ready)); + printk(KERN_INFO "IsMSPro = %x\n", !!(s & MS_IsMSPro)); + printk(KERN_INFO "IsMSPHG = %x\n", !!(s & MS_IsMSPHG)); + printk(KERN_INFO "WtP= %x\n", !!(s & MS_WtP)); + if (s & MS_IsMSPro) { MSP_BlockSize = (bbuf[6] << 8) | bbuf[7]; MSP_UserAreaBlocks = (bbuf[10] << 8) | bbuf[11]; info->MSP_TotalBlock = MSP_BlockSize * MSP_UserAreaBlocks; @@ -2168,17 +2167,17 @@ static int ene_sd_init(struct us_data *us) return USB_STOR_TRANSPORT_ERROR; } - info->SD_Status = *(struct SD_STATUS *) bbuf; - if (info->SD_Status.Insert && info->SD_Status.Ready) { - struct SD_STATUS *s = &info->SD_Status; + info->SD_Status = bbuf[0]; + if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) { + unsigned int s = info->SD_Status; ene_get_card_status(us, bbuf); - usb_stor_dbg(us, "Insert = %x\n", s->Insert); - usb_stor_dbg(us, "Ready = %x\n", s->Ready); - usb_stor_dbg(us, "IsMMC = %x\n", s->IsMMC); - usb_stor_dbg(us, "HiCapacity = %x\n", s->HiCapacity); - usb_stor_dbg(us, "HiSpeed = %x\n", s->HiSpeed); - usb_stor_dbg(us, "WtP = %x\n", s->WtP); + usb_stor_dbg(us, "Insert = %x\n", !!(s & SD_Insert)); + usb_stor_dbg(us, "Ready = %x\n", !!(s & SD_Ready)); + usb_stor_dbg(us, "IsMMC = %x\n", !!(s & SD_IsMMC)); + usb_stor_dbg(us, "HiCapacity = %x\n", !!(s & SD_HiCapacity)); + usb_stor_dbg(us, "HiSpeed = %x\n", !!(s & SD_HiSpeed)); + usb_stor_dbg(us, "WtP = %x\n", !!(s & SD_WtP)); } else { usb_stor_dbg(us, "SD Card Not Ready --- %x\n", bbuf[0]); return USB_STOR_TRANSPORT_ERROR; @@ -2200,14 +2199,14 @@ static int ene_init(struct us_data *us) misc_reg03 = bbuf[0]; if (misc_reg03 & 0x01) { - if (!info->SD_Status.Ready) { + if (!(info->SD_Status & SD_Ready)) { result = ene_sd_init(us); if (result != USB_STOR_XFER_GOOD) return USB_STOR_TRANSPORT_ERROR; } } if (misc_reg03 & 0x02) { - if (!info->MS_Status.Ready) { + if (!(info->MS_Status & MS_Ready)) { result = ene_ms_init(us); if (result != USB_STOR_XFER_GOOD) return USB_STOR_TRANSPORT_ERROR; @@ -2306,14 +2305,14 @@ static int ene_transport(struct scsi_cmnd *srb, struct us_data *us) /*US_DEBUG(usb_stor_show_command(us, srb)); */ scsi_set_resid(srb, 0); - if (unlikely(!(info->SD_Status.Ready || info->MS_Status.Ready))) + if (unlikely(!(info->SD_Status & SD_Ready) || (info->MS_Status & MS_Ready))) result = ene_init(us); if (result == USB_STOR_XFER_GOOD) { result = USB_STOR_TRANSPORT_ERROR; - if (info->SD_Status.Ready) + if (info->SD_Status & SD_Ready) result = sd_scsi_irp(us, srb); - if (info->MS_Status.Ready) + if (info->MS_Status & MS_Ready) result = ms_scsi_irp(us, srb); } return result; @@ -2377,7 +2376,6 @@ static int ene_ub6250_probe(struct usb_interface *intf, static int ene_ub6250_resume(struct usb_interface *iface) { - u8 tmp = 0; struct us_data *us = usb_get_intfdata(iface); struct ene_ub6250_info *info = (struct ene_ub6250_info *)(us->extra); @@ -2389,17 +2387,16 @@ static int ene_ub6250_resume(struct usb_interface *iface) mutex_unlock(&us->dev_mutex); info->Power_IsResum = true; - /*info->SD_Status.Ready = 0; */ - info->SD_Status = *(struct SD_STATUS *)&tmp; - info->MS_Status = *(struct MS_STATUS *)&tmp; - info->SM_Status = *(struct SM_STATUS *)&tmp; + /* info->SD_Status &= ~SD_Ready; */ + info->SD_Status = 0; + info->MS_Status = 0; + info->SM_Status = 0; return 0; } static int ene_ub6250_reset_resume(struct usb_interface *iface) { - u8 tmp = 0; struct us_data *us = usb_get_intfdata(iface); struct ene_ub6250_info *info = (struct ene_ub6250_info *)(us->extra); @@ -2411,10 +2408,10 @@ static int ene_ub6250_reset_resume(struct usb_interface *iface) * the device */ info->Power_IsResum = true; - /*info->SD_Status.Ready = 0; */ - info->SD_Status = *(struct SD_STATUS *)&tmp; - info->MS_Status = *(struct MS_STATUS *)&tmp; - info->SM_Status = *(struct SM_STATUS *)&tmp; + /* info->SD_Status &= ~SD_Ready; */ + info->SD_Status = 0; + info->MS_Status = 0; + info->SM_Status = 0; return 0; } diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index 4e9bf562fb28b..22f07ae125644 100644 --- a/drivers/usb/storage/realtek_cr.c +++ b/drivers/usb/storage/realtek_cr.c @@ -369,7 +369,7 @@ static int rts51x_read_mem(struct us_data *us, u16 addr, u8 *data, u16 len) buf = kmalloc(len, GFP_NOIO); if (buf == NULL) - return USB_STOR_TRANSPORT_ERROR; + return -ENOMEM; usb_stor_dbg(us, "addr = 0x%x, len = %d\n", addr, len); diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index cec9173aac6f5..1058aba8d5734 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -472,6 +472,7 @@ static void vhost_tx_batch(struct vhost_net *net, goto signal_used; msghdr->msg_control = &ctl; + msghdr->msg_controllen = sizeof(ctl); err = sock->ops->sendmsg(sock, msghdr, 0); if (unlikely(err < 0)) { vq_err(&nvq->vq, "Fail to batch sending packets\n"); diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index 2bf7cb01da9a3..308df62655dd2 100644 --- a/drivers/vhost/vsock.c +++ b/drivers/vhost/vsock.c @@ -570,16 +570,18 @@ static int vhost_vsock_start(struct vhost_vsock *vsock) return ret; } -static int vhost_vsock_stop(struct vhost_vsock *vsock) +static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner) { size_t i; - int ret; + int ret = 0; mutex_lock(&vsock->dev.mutex); - ret = vhost_dev_check_owner(&vsock->dev); - if (ret) - goto err; + if (check_owner) { + ret = vhost_dev_check_owner(&vsock->dev); + if (ret) + goto err; + } for (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) { struct vhost_virtqueue *vq = &vsock->vqs[i]; @@ -694,7 +696,12 @@ static int vhost_vsock_dev_release(struct inode *inode, struct file *file) * inefficient. Room for improvement here. */ vsock_for_each_connected_socket(vhost_vsock_reset_orphans); - vhost_vsock_stop(vsock); + /* Don't check the owner, because we are in the release path, so we + * need to stop the vsock device in any case. + * vhost_vsock_stop() can not fail in this case, so we don't need to + * check the return code. + */ + vhost_vsock_stop(vsock, false); vhost_vsock_flush(vsock); vhost_dev_stop(&vsock->dev); @@ -792,7 +799,7 @@ static long vhost_vsock_dev_ioctl(struct file *f, unsigned int ioctl, if (start) return vhost_vsock_start(vsock); else - return vhost_vsock_stop(vsock); + return vhost_vsock_stop(vsock, true); case VHOST_GET_FEATURES: features = VHOST_VSOCK_FEATURES; if (copy_to_user(argp, &features, sizeof(features))) diff --git a/drivers/video/fbdev/atafb.c b/drivers/video/fbdev/atafb.c index 51f5d1c56fd9c..c1ee817d7dcc5 100644 --- a/drivers/video/fbdev/atafb.c +++ b/drivers/video/fbdev/atafb.c @@ -1692,9 +1692,9 @@ static int falcon_setcolreg(unsigned int regno, unsigned int red, ((blue & 0xfc00) >> 8)); if (regno < 16) { shifter_tt.color_reg[regno] = - (((red & 0xe000) >> 13) | ((red & 0x1000) >> 12) << 8) | - (((green & 0xe000) >> 13) | ((green & 0x1000) >> 12) << 4) | - ((blue & 0xe000) >> 13) | ((blue & 0x1000) >> 12); + ((((red & 0xe000) >> 13) | ((red & 0x1000) >> 12)) << 8) | + ((((green & 0xe000) >> 13) | ((green & 0x1000) >> 12)) << 4) | + ((blue & 0xe000) >> 13) | ((blue & 0x1000) >> 12); ((u32 *)info->pseudo_palette)[regno] = ((red & 0xf800) | ((green & 0xfc00) >> 5) | ((blue & 0xf800) >> 11)); @@ -1980,9 +1980,9 @@ static int stste_setcolreg(unsigned int regno, unsigned int red, green >>= 12; if (ATARIHW_PRESENT(EXTD_SHIFTER)) shifter_tt.color_reg[regno] = - (((red & 0xe) >> 1) | ((red & 1) << 3) << 8) | - (((green & 0xe) >> 1) | ((green & 1) << 3) << 4) | - ((blue & 0xe) >> 1) | ((blue & 1) << 3); + ((((red & 0xe) >> 1) | ((red & 1) << 3)) << 8) | + ((((green & 0xe) >> 1) | ((green & 1) << 3)) << 4) | + ((blue & 0xe) >> 1) | ((blue & 1) << 3); else shifter_tt.color_reg[regno] = ((red & 0xe) << 7) | diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c index cf2bfff2efbf1..b91919861075b 100644 --- a/drivers/video/fbdev/atmel_lcdfb.c +++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -1062,15 +1062,16 @@ static int __init atmel_lcdfb_probe(struct platform_device *pdev) INIT_LIST_HEAD(&info->modelist); - if (pdev->dev.of_node) { - ret = atmel_lcdfb_of_init(sinfo); - if (ret) - goto free_info; - } else { + if (!pdev->dev.of_node) { dev_err(dev, "cannot get default configuration\n"); goto free_info; } + ret = atmel_lcdfb_of_init(sinfo); + if (ret) + goto free_info; + + ret = -ENODEV; if (!sinfo->config) goto free_info; diff --git a/drivers/video/fbdev/cirrusfb.c b/drivers/video/fbdev/cirrusfb.c index e4ce5667b1251..1b0a58f96af25 100644 --- a/drivers/video/fbdev/cirrusfb.c +++ b/drivers/video/fbdev/cirrusfb.c @@ -470,7 +470,7 @@ static int cirrusfb_check_mclk(struct fb_info *info, long freq) return 0; } -static int cirrusfb_check_pixclock(const struct fb_var_screeninfo *var, +static int cirrusfb_check_pixclock(struct fb_var_screeninfo *var, struct fb_info *info) { long freq; @@ -479,9 +479,7 @@ static int cirrusfb_check_pixclock(const struct fb_var_screeninfo *var, unsigned maxclockidx = var->bits_per_pixel >> 3; /* convert from ps to kHz */ - freq = PICOS2KHZ(var->pixclock); - - dev_dbg(info->device, "desired pixclock: %ld kHz\n", freq); + freq = PICOS2KHZ(var->pixclock ? : 1); maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx]; cinfo->multiplexing = 0; @@ -489,11 +487,13 @@ static int cirrusfb_check_pixclock(const struct fb_var_screeninfo *var, /* If the frequency is greater than we can support, we might be able * to use multiplexing for the video mode */ if (freq > maxclock) { - dev_err(info->device, - "Frequency greater than maxclock (%ld kHz)\n", - maxclock); - return -EINVAL; + var->pixclock = KHZ2PICOS(maxclock); + + while ((freq = PICOS2KHZ(var->pixclock)) > maxclock) + var->pixclock++; } + dev_dbg(info->device, "desired pixclock: %ld kHz\n", freq); + /* * Additional constraint: 8bpp uses DAC clock doubling to allow maximum * pixel clock diff --git a/drivers/video/fbdev/core/fbcvt.c b/drivers/video/fbdev/core/fbcvt.c index 55d2bd0ce5c02..64843464c6613 100644 --- a/drivers/video/fbdev/core/fbcvt.c +++ b/drivers/video/fbdev/core/fbcvt.c @@ -214,9 +214,11 @@ static u32 fb_cvt_aspect_ratio(struct fb_cvt_data *cvt) static void fb_cvt_print_name(struct fb_cvt_data *cvt) { u32 pixcount, pixcount_mod; - int cnt = 255, offset = 0, read = 0; - u8 *buf = kzalloc(256, GFP_KERNEL); + int size = 256; + int off = 0; + u8 *buf; + buf = kzalloc(size, GFP_KERNEL); if (!buf) return; @@ -224,43 +226,30 @@ static void fb_cvt_print_name(struct fb_cvt_data *cvt) pixcount_mod = (cvt->xres * (cvt->yres/cvt->interlace)) % 1000000; pixcount_mod /= 1000; - read = snprintf(buf+offset, cnt, "fbcvt: %dx%d@%d: CVT Name - ", - cvt->xres, cvt->yres, cvt->refresh); - offset += read; - cnt -= read; + off += scnprintf(buf + off, size - off, "fbcvt: %dx%d@%d: CVT Name - ", + cvt->xres, cvt->yres, cvt->refresh); - if (cvt->status) - snprintf(buf+offset, cnt, "Not a CVT standard - %d.%03d Mega " - "Pixel Image\n", pixcount, pixcount_mod); - else { - if (pixcount) { - read = snprintf(buf+offset, cnt, "%d", pixcount); - cnt -= read; - offset += read; - } + if (cvt->status) { + off += scnprintf(buf + off, size - off, + "Not a CVT standard - %d.%03d Mega Pixel Image\n", + pixcount, pixcount_mod); + } else { + if (pixcount) + off += scnprintf(buf + off, size - off, "%d", pixcount); - read = snprintf(buf+offset, cnt, ".%03dM", pixcount_mod); - cnt -= read; - offset += read; + off += scnprintf(buf + off, size - off, ".%03dM", pixcount_mod); if (cvt->aspect_ratio == 0) - read = snprintf(buf+offset, cnt, "3"); + off += scnprintf(buf + off, size - off, "3"); else if (cvt->aspect_ratio == 3) - read = snprintf(buf+offset, cnt, "4"); + off += scnprintf(buf + off, size - off, "4"); else if (cvt->aspect_ratio == 1 || cvt->aspect_ratio == 4) - read = snprintf(buf+offset, cnt, "9"); + off += scnprintf(buf + off, size - off, "9"); else if (cvt->aspect_ratio == 2) - read = snprintf(buf+offset, cnt, "A"); - else - read = 0; - cnt -= read; - offset += read; - - if (cvt->flags & FB_CVT_FLAG_REDUCED_BLANK) { - read = snprintf(buf+offset, cnt, "-R"); - cnt -= read; - offset += read; - } + off += scnprintf(buf + off, size - off, "A"); + + if (cvt->flags & FB_CVT_FLAG_REDUCED_BLANK) + off += scnprintf(buf + off, size - off, "-R"); } printk(KERN_INFO "%s\n", buf); diff --git a/drivers/video/fbdev/nvidia/nv_i2c.c b/drivers/video/fbdev/nvidia/nv_i2c.c index d7994a1732459..0b48965a6420c 100644 --- a/drivers/video/fbdev/nvidia/nv_i2c.c +++ b/drivers/video/fbdev/nvidia/nv_i2c.c @@ -86,7 +86,7 @@ static int nvidia_setup_i2c_bus(struct nvidia_i2c_chan *chan, const char *name, { int rc; - strcpy(chan->adapter.name, name); + strscpy(chan->adapter.name, name, sizeof(chan->adapter.name)); chan->adapter.owner = THIS_MODULE; chan->adapter.class = i2c_class; chan->adapter.algo_data = &chan->algo; diff --git a/drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c b/drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c index b4a1aefff7661..777f6d66c28c3 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c @@ -251,6 +251,7 @@ static int dvic_probe_of(struct platform_device *pdev) adapter_node = of_parse_phandle(node, "ddc-i2c-bus", 0); if (adapter_node) { adapter = of_get_i2c_adapter_by_node(adapter_node); + of_node_put(adapter_node); if (adapter == NULL) { dev_err(&pdev->dev, "failed to parse ddc-i2c-bus\n"); omap_dss_put_device(ddata->in); diff --git a/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c b/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c index 4b0793abdd84b..a2c7c5cb15234 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c @@ -409,7 +409,7 @@ static ssize_t dsicm_num_errors_show(struct device *dev, if (r) return r; - return snprintf(buf, PAGE_SIZE, "%d\n", errors); + return sysfs_emit(buf, "%d\n", errors); } static ssize_t dsicm_hw_revision_show(struct device *dev, @@ -439,7 +439,7 @@ static ssize_t dsicm_hw_revision_show(struct device *dev, if (r) return r; - return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x\n", id1, id2, id3); + return sysfs_emit(buf, "%02x.%02x.%02x\n", id1, id2, id3); } static ssize_t dsicm_store_ulps(struct device *dev, @@ -487,7 +487,7 @@ static ssize_t dsicm_show_ulps(struct device *dev, t = ddata->ulps_enabled; mutex_unlock(&ddata->lock); - return snprintf(buf, PAGE_SIZE, "%u\n", t); + return sysfs_emit(buf, "%u\n", t); } static ssize_t dsicm_store_ulps_timeout(struct device *dev, @@ -532,7 +532,7 @@ static ssize_t dsicm_show_ulps_timeout(struct device *dev, t = ddata->ulps_timeout; mutex_unlock(&ddata->lock); - return snprintf(buf, PAGE_SIZE, "%u\n", t); + return sysfs_emit(buf, "%u\n", t); } static DEVICE_ATTR(num_dsi_errors, S_IRUGO, dsicm_num_errors_show, NULL); diff --git a/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c b/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c index 1293515e4b169..0cbc5b9183f89 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c @@ -476,7 +476,7 @@ static ssize_t show_cabc_available_modes(struct device *dev, int i; if (!ddata->has_cabc) - return snprintf(buf, PAGE_SIZE, "%s\n", cabc_modes[0]); + return sysfs_emit(buf, "%s\n", cabc_modes[0]); for (i = 0, len = 0; len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++) diff --git a/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c b/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c index bb85b21f07248..9f6ef9e04d9ce 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c @@ -169,7 +169,7 @@ static ssize_t tpo_td043_vmirror_show(struct device *dev, { struct panel_drv_data *ddata = dev_get_drvdata(dev); - return snprintf(buf, PAGE_SIZE, "%d\n", ddata->vmirror); + return sysfs_emit(buf, "%d\n", ddata->vmirror); } static ssize_t tpo_td043_vmirror_store(struct device *dev, @@ -199,7 +199,7 @@ static ssize_t tpo_td043_mode_show(struct device *dev, { struct panel_drv_data *ddata = dev_get_drvdata(dev); - return snprintf(buf, PAGE_SIZE, "%d\n", ddata->mode); + return sysfs_emit(buf, "%d\n", ddata->mode); } static ssize_t tpo_td043_mode_store(struct device *dev, diff --git a/drivers/video/fbdev/sm712fb.c b/drivers/video/fbdev/sm712fb.c index 2466814145779..83d05600360dd 100644 --- a/drivers/video/fbdev/sm712fb.c +++ b/drivers/video/fbdev/sm712fb.c @@ -1047,7 +1047,7 @@ static ssize_t smtcfb_read(struct fb_info *info, char __user *buf, if (count + p > total_size) count = total_size - p; - buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count, GFP_KERNEL); + buffer = kmalloc(PAGE_SIZE, GFP_KERNEL); if (!buffer) return -ENOMEM; @@ -1059,25 +1059,14 @@ static ssize_t smtcfb_read(struct fb_info *info, char __user *buf, while (count) { c = (count > PAGE_SIZE) ? PAGE_SIZE : count; dst = buffer; - for (i = c >> 2; i--;) { - *dst = fb_readl(src++); - *dst = big_swap(*dst); + for (i = (c + 3) >> 2; i--;) { + u32 val; + + val = fb_readl(src); + *dst = big_swap(val); + src++; dst++; } - if (c & 3) { - u8 *dst8 = (u8 *)dst; - u8 __iomem *src8 = (u8 __iomem *)src; - - for (i = c & 3; i--;) { - if (i & 1) { - *dst8++ = fb_readb(++src8); - } else { - *dst8++ = fb_readb(--src8); - src8 += 2; - } - } - src = (u32 __iomem *)src8; - } if (copy_to_user(buf, buffer, c)) { err = -EFAULT; @@ -1130,7 +1119,7 @@ static ssize_t smtcfb_write(struct fb_info *info, const char __user *buf, count = total_size - p; } - buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count, GFP_KERNEL); + buffer = kmalloc(PAGE_SIZE, GFP_KERNEL); if (!buffer) return -ENOMEM; @@ -1148,24 +1137,11 @@ static ssize_t smtcfb_write(struct fb_info *info, const char __user *buf, break; } - for (i = c >> 2; i--;) { - fb_writel(big_swap(*src), dst++); + for (i = (c + 3) >> 2; i--;) { + fb_writel(big_swap(*src), dst); + dst++; src++; } - if (c & 3) { - u8 *src8 = (u8 *)src; - u8 __iomem *dst8 = (u8 __iomem *)dst; - - for (i = c & 3; i--;) { - if (i & 1) { - fb_writeb(*src8++, ++dst8); - } else { - fb_writeb(*src8++, --dst8); - dst8 += 2; - } - } - dst = (u32 __iomem *)dst8; - } *ppos += c; buf += c; diff --git a/drivers/video/fbdev/smscufx.c b/drivers/video/fbdev/smscufx.c index 0e0f5bbfc5efc..ad60f739c6a19 100644 --- a/drivers/video/fbdev/smscufx.c +++ b/drivers/video/fbdev/smscufx.c @@ -1657,6 +1657,7 @@ static int ufx_usb_probe(struct usb_interface *interface, info->par = dev; info->pseudo_palette = dev->pseudo_palette; info->fbops = &ufx_ops; + INIT_LIST_HEAD(&info->modelist); retval = fb_alloc_cmap(&info->cmap, 256, 0); if (retval < 0) { @@ -1667,8 +1668,6 @@ static int ufx_usb_probe(struct usb_interface *interface, INIT_DELAYED_WORK(&dev->free_framebuffer_work, ufx_free_framebuffer_work); - INIT_LIST_HEAD(&info->modelist); - retval = ufx_reg_read(dev, 0x3000, &id_rev); check_warn_goto_error(retval, "error %d reading 0x3000 register from device", retval); dev_dbg(dev->gdev, "ID_REV register value 0x%08x", id_rev); diff --git a/drivers/video/fbdev/udlfb.c b/drivers/video/fbdev/udlfb.c index ecbfbbf1c1a79..e269b1391e146 100644 --- a/drivers/video/fbdev/udlfb.c +++ b/drivers/video/fbdev/udlfb.c @@ -1427,7 +1427,7 @@ static ssize_t metrics_bytes_rendered_show(struct device *fbdev, struct device_attribute *a, char *buf) { struct fb_info *fb_info = dev_get_drvdata(fbdev); struct dlfb_data *dlfb = fb_info->par; - return snprintf(buf, PAGE_SIZE, "%u\n", + return sysfs_emit(buf, "%u\n", atomic_read(&dlfb->bytes_rendered)); } @@ -1435,7 +1435,7 @@ static ssize_t metrics_bytes_identical_show(struct device *fbdev, struct device_attribute *a, char *buf) { struct fb_info *fb_info = dev_get_drvdata(fbdev); struct dlfb_data *dlfb = fb_info->par; - return snprintf(buf, PAGE_SIZE, "%u\n", + return sysfs_emit(buf, "%u\n", atomic_read(&dlfb->bytes_identical)); } @@ -1443,7 +1443,7 @@ static ssize_t metrics_bytes_sent_show(struct device *fbdev, struct device_attribute *a, char *buf) { struct fb_info *fb_info = dev_get_drvdata(fbdev); struct dlfb_data *dlfb = fb_info->par; - return snprintf(buf, PAGE_SIZE, "%u\n", + return sysfs_emit(buf, "%u\n", atomic_read(&dlfb->bytes_sent)); } @@ -1451,7 +1451,7 @@ static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev, struct device_attribute *a, char *buf) { struct fb_info *fb_info = dev_get_drvdata(fbdev); struct dlfb_data *dlfb = fb_info->par; - return snprintf(buf, PAGE_SIZE, "%u\n", + return sysfs_emit(buf, "%u\n", atomic_read(&dlfb->cpu_kcycles_used)); } diff --git a/drivers/video/fbdev/w100fb.c b/drivers/video/fbdev/w100fb.c index e30f9427b3355..52ec80bbfe5ea 100644 --- a/drivers/video/fbdev/w100fb.c +++ b/drivers/video/fbdev/w100fb.c @@ -770,12 +770,18 @@ int w100fb_probe(struct platform_device *pdev) fb_dealloc_cmap(&info->cmap); kfree(info->pseudo_palette); } - if (remapped_fbuf != NULL) + if (remapped_fbuf != NULL) { iounmap(remapped_fbuf); - if (remapped_regs != NULL) + remapped_fbuf = NULL; + } + if (remapped_regs != NULL) { iounmap(remapped_regs); - if (remapped_base != NULL) + remapped_regs = NULL; + } + if (remapped_base != NULL) { iounmap(remapped_base); + remapped_base = NULL; + } if (info) framebuffer_release(info); return err; @@ -795,8 +801,11 @@ static int w100fb_remove(struct platform_device *pdev) fb_dealloc_cmap(&info->cmap); iounmap(remapped_base); + remapped_base = NULL; iounmap(remapped_regs); + remapped_regs = NULL; iounmap(remapped_fbuf); + remapped_fbuf = NULL; framebuffer_release(info); diff --git a/drivers/virt/Kconfig b/drivers/virt/Kconfig index 363af2eaf2ba6..ae82460cdec22 100644 --- a/drivers/virt/Kconfig +++ b/drivers/virt/Kconfig @@ -32,4 +32,6 @@ config FSL_HV_MANAGER partition shuts down. source "drivers/virt/vboxguest/Kconfig" + +source "drivers/virt/nitro_enclaves/Kconfig" endif diff --git a/drivers/virt/Makefile b/drivers/virt/Makefile index fd331247c27af..f28425ce4b39b 100644 --- a/drivers/virt/Makefile +++ b/drivers/virt/Makefile @@ -5,3 +5,5 @@ obj-$(CONFIG_FSL_HV_MANAGER) += fsl_hypervisor.o obj-y += vboxguest/ + +obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves/ diff --git a/drivers/virt/nitro_enclaves/Kconfig b/drivers/virt/nitro_enclaves/Kconfig new file mode 100644 index 0000000000000..f53740b941c0f --- /dev/null +++ b/drivers/virt/nitro_enclaves/Kconfig @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + +# Amazon Nitro Enclaves (NE) support. +# Nitro is a hypervisor that has been developed by Amazon. + +config NITRO_ENCLAVES + tristate "Nitro Enclaves Support" + depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP + help + This driver consists of support for enclave lifetime management + for Nitro Enclaves (NE). + + To compile this driver as a module, choose M here. + The module will be called nitro_enclaves. diff --git a/drivers/virt/nitro_enclaves/Makefile b/drivers/virt/nitro_enclaves/Makefile new file mode 100644 index 0000000000000..da61260f2be6c --- /dev/null +++ b/drivers/virt/nitro_enclaves/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + +# Enclave lifetime management support for Nitro Enclaves (NE). + +obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves.o + +nitro_enclaves-y := ne_pci_dev.o ne_misc_dev.o diff --git a/drivers/virt/nitro_enclaves/ne_misc_dev.c b/drivers/virt/nitro_enclaves/ne_misc_dev.c new file mode 100644 index 0000000000000..8939612ee0e08 --- /dev/null +++ b/drivers/virt/nitro_enclaves/ne_misc_dev.c @@ -0,0 +1,1723 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +/** + * DOC: Enclave lifetime management driver for Nitro Enclaves (NE). + * Nitro is a hypervisor that has been developed by Amazon. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "ne_misc_dev.h" +#include "ne_pci_dev.h" + +/** + * NE_CPUS_SIZE - Size for max 128 CPUs, for now, in a cpu-list string, comma + * separated. The NE CPU pool includes CPUs from a single NUMA + * node. + */ +#define NE_CPUS_SIZE (512) + +/** + * NE_EIF_LOAD_OFFSET - The offset where to copy the Enclave Image Format (EIF) + * image in enclave memory. + */ +#define NE_EIF_LOAD_OFFSET (8 * 1024UL * 1024UL) + +/** + * NE_MIN_ENCLAVE_MEM_SIZE - The minimum memory size an enclave can be launched + * with. + */ +#define NE_MIN_ENCLAVE_MEM_SIZE (64 * 1024UL * 1024UL) + +/** + * NE_MIN_MEM_REGION_SIZE - The minimum size of an enclave memory region. + */ +#define NE_MIN_MEM_REGION_SIZE (2 * 1024UL * 1024UL) + +/** + * NE_PARENT_VM_CID - The CID for the vsock device of the primary / parent VM. + */ +#define NE_PARENT_VM_CID (3) + +static long ne_ioctl(struct file *file, unsigned int cmd, unsigned long arg); + +static const struct file_operations ne_fops = { + .owner = THIS_MODULE, + .llseek = noop_llseek, + .unlocked_ioctl = ne_ioctl, +}; + +static struct miscdevice ne_misc_dev = { + .minor = MISC_DYNAMIC_MINOR, + .name = "nitro_enclaves", + .fops = &ne_fops, + .mode = 0660, +}; + +struct ne_devs ne_devs = { + .ne_misc_dev = &ne_misc_dev, +}; + +/* + * TODO: Update logic to create new sysfs entries instead of using + * a kernel parameter e.g. if multiple sysfs files needed. + */ +static int ne_set_kernel_param(const char *val, const struct kernel_param *kp); + +static const struct kernel_param_ops ne_cpu_pool_ops = { + .get = param_get_string, + .set = ne_set_kernel_param, +}; + +static char ne_cpus[NE_CPUS_SIZE]; +static struct kparam_string ne_cpus_arg = { + .maxlen = sizeof(ne_cpus), + .string = ne_cpus, +}; + +module_param_cb(ne_cpus, &ne_cpu_pool_ops, &ne_cpus_arg, 0644); +/* https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html#cpu-lists */ +MODULE_PARM_DESC(ne_cpus, " - CPU pool used for Nitro Enclaves"); + +/** + * struct ne_cpu_pool - CPU pool used for Nitro Enclaves. + * @avail_threads_per_core: Available full CPU cores to be dedicated to + * enclave(s). The cpumasks from the array, indexed + * by core id, contain all the threads from the + * available cores, that are not set for created + * enclave(s). The full CPU cores are part of the + * NE CPU pool. + * @mutex: Mutex for the access to the NE CPU pool. + * @nr_parent_vm_cores : The size of the available threads per core array. + * The total number of CPU cores available on the + * primary / parent VM. + * @nr_threads_per_core: The number of threads that a full CPU core has. + * @numa_node: NUMA node of the CPUs in the pool. + */ +struct ne_cpu_pool { + cpumask_var_t *avail_threads_per_core; + struct mutex mutex; + unsigned int nr_parent_vm_cores; + unsigned int nr_threads_per_core; + int numa_node; +}; + +static struct ne_cpu_pool ne_cpu_pool; + +/** + * ne_check_enclaves_created() - Verify if at least one enclave has been created. + * @void: No parameters provided. + * + * Context: Process context. + * Return: + * * True if at least one enclave is created. + * * False otherwise. + */ +static bool ne_check_enclaves_created(void) +{ + struct ne_pci_dev *ne_pci_dev = ne_devs.ne_pci_dev; + bool ret = false; + + if (!ne_pci_dev) + return ret; + + mutex_lock(&ne_pci_dev->enclaves_list_mutex); + + if (!list_empty(&ne_pci_dev->enclaves_list)) + ret = true; + + mutex_unlock(&ne_pci_dev->enclaves_list_mutex); + + return ret; +} + +/** + * ne_setup_cpu_pool() - Set the NE CPU pool after handling sanity checks such + * as not sharing CPU cores with the primary / parent VM + * or not using CPU 0, which should remain available for + * the primary / parent VM. Offline the CPUs from the + * pool after the checks passed. + * @ne_cpu_list: The CPU list used for setting NE CPU pool. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_setup_cpu_pool(const char *ne_cpu_list) +{ + int core_id = -1; + unsigned int cpu = 0; + cpumask_var_t cpu_pool; + unsigned int cpu_sibling = 0; + unsigned int i = 0; + int numa_node = -1; + int rc = -EINVAL; + + if (!zalloc_cpumask_var(&cpu_pool, GFP_KERNEL)) + return -ENOMEM; + + mutex_lock(&ne_cpu_pool.mutex); + + rc = cpulist_parse(ne_cpu_list, cpu_pool); + if (rc < 0) { + pr_err("%s: Error in cpulist parse [rc=%d]\n", ne_misc_dev.name, rc); + + goto free_pool_cpumask; + } + + cpu = cpumask_any(cpu_pool); + if (cpu >= nr_cpu_ids) { + pr_err("%s: No CPUs available in CPU pool\n", ne_misc_dev.name); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + + /* + * Check if the CPUs are online, to further get info about them + * e.g. numa node, core id, siblings. + */ + for_each_cpu(cpu, cpu_pool) + if (cpu_is_offline(cpu)) { + pr_err("%s: CPU %d is offline, has to be online to get its metadata\n", + ne_misc_dev.name, cpu); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + + /* + * Check if the CPUs from the NE CPU pool are from the same NUMA node. + */ + for_each_cpu(cpu, cpu_pool) + if (numa_node < 0) { + numa_node = cpu_to_node(cpu); + if (numa_node < 0) { + pr_err("%s: Invalid NUMA node %d\n", + ne_misc_dev.name, numa_node); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + } else { + if (numa_node != cpu_to_node(cpu)) { + pr_err("%s: CPUs with different NUMA nodes\n", + ne_misc_dev.name); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + } + + /* + * Check if CPU 0 and its siblings are included in the provided CPU pool + * They should remain available for the primary / parent VM. + */ + if (cpumask_test_cpu(0, cpu_pool)) { + pr_err("%s: CPU 0 has to remain available\n", ne_misc_dev.name); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + + for_each_cpu(cpu_sibling, topology_sibling_cpumask(0)) { + if (cpumask_test_cpu(cpu_sibling, cpu_pool)) { + pr_err("%s: CPU sibling %d for CPU 0 is in CPU pool\n", + ne_misc_dev.name, cpu_sibling); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + } + + /* + * Check if CPU siblings are included in the provided CPU pool. The + * expectation is that full CPU cores are made available in the CPU pool + * for enclaves. + */ + for_each_cpu(cpu, cpu_pool) { + for_each_cpu(cpu_sibling, topology_sibling_cpumask(cpu)) { + if (!cpumask_test_cpu(cpu_sibling, cpu_pool)) { + pr_err("%s: CPU %d is not in CPU pool\n", + ne_misc_dev.name, cpu_sibling); + + rc = -EINVAL; + + goto free_pool_cpumask; + } + } + } + + /* Calculate the number of threads from a full CPU core. */ + cpu = cpumask_any(cpu_pool); + for_each_cpu(cpu_sibling, topology_sibling_cpumask(cpu)) + ne_cpu_pool.nr_threads_per_core++; + + ne_cpu_pool.nr_parent_vm_cores = nr_cpu_ids / ne_cpu_pool.nr_threads_per_core; + + ne_cpu_pool.avail_threads_per_core = kcalloc(ne_cpu_pool.nr_parent_vm_cores, + sizeof(*ne_cpu_pool.avail_threads_per_core), + GFP_KERNEL); + if (!ne_cpu_pool.avail_threads_per_core) { + rc = -ENOMEM; + + goto free_pool_cpumask; + } + + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + if (!zalloc_cpumask_var(&ne_cpu_pool.avail_threads_per_core[i], GFP_KERNEL)) { + rc = -ENOMEM; + + goto free_cores_cpumask; + } + + /* + * Split the NE CPU pool in threads per core to keep the CPU topology + * after offlining the CPUs. + */ + for_each_cpu(cpu, cpu_pool) { + core_id = topology_core_id(cpu); + if (core_id < 0 || core_id >= ne_cpu_pool.nr_parent_vm_cores) { + pr_err("%s: Invalid core id %d for CPU %d\n", + ne_misc_dev.name, core_id, cpu); + + rc = -EINVAL; + + goto clear_cpumask; + } + + cpumask_set_cpu(cpu, ne_cpu_pool.avail_threads_per_core[core_id]); + } + + /* + * CPUs that are given to enclave(s) should not be considered online + * by Linux anymore, as the hypervisor will degrade them to floating. + * The physical CPUs (full cores) are carved out of the primary / parent + * VM and given to the enclave VM. The same number of vCPUs would run + * on less pCPUs for the primary / parent VM. + * + * We offline them here, to not degrade performance and expose correct + * topology to Linux and user space. + */ + for_each_cpu(cpu, cpu_pool) { + rc = remove_cpu(cpu); + if (rc != 0) { + pr_err("%s: CPU %d is not offlined [rc=%d]\n", + ne_misc_dev.name, cpu, rc); + + goto online_cpus; + } + } + + free_cpumask_var(cpu_pool); + + ne_cpu_pool.numa_node = numa_node; + + mutex_unlock(&ne_cpu_pool.mutex); + + return 0; + +online_cpus: + for_each_cpu(cpu, cpu_pool) + add_cpu(cpu); +clear_cpumask: + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + cpumask_clear(ne_cpu_pool.avail_threads_per_core[i]); +free_cores_cpumask: + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + free_cpumask_var(ne_cpu_pool.avail_threads_per_core[i]); + kfree(ne_cpu_pool.avail_threads_per_core); +free_pool_cpumask: + free_cpumask_var(cpu_pool); + ne_cpu_pool.nr_parent_vm_cores = 0; + ne_cpu_pool.nr_threads_per_core = 0; + ne_cpu_pool.numa_node = -1; + mutex_unlock(&ne_cpu_pool.mutex); + + return rc; +} + +/** + * ne_teardown_cpu_pool() - Online the CPUs from the NE CPU pool and cleanup the + * CPU pool. + * @void: No parameters provided. + * + * Context: Process context. + */ +static void ne_teardown_cpu_pool(void) +{ + unsigned int cpu = 0; + unsigned int i = 0; + int rc = -EINVAL; + + mutex_lock(&ne_cpu_pool.mutex); + + if (!ne_cpu_pool.nr_parent_vm_cores) { + mutex_unlock(&ne_cpu_pool.mutex); + + return; + } + + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) { + for_each_cpu(cpu, ne_cpu_pool.avail_threads_per_core[i]) { + rc = add_cpu(cpu); + if (rc != 0) + pr_err("%s: CPU %d is not onlined [rc=%d]\n", + ne_misc_dev.name, cpu, rc); + } + + cpumask_clear(ne_cpu_pool.avail_threads_per_core[i]); + + free_cpumask_var(ne_cpu_pool.avail_threads_per_core[i]); + } + + kfree(ne_cpu_pool.avail_threads_per_core); + ne_cpu_pool.nr_parent_vm_cores = 0; + ne_cpu_pool.nr_threads_per_core = 0; + ne_cpu_pool.numa_node = -1; + + mutex_unlock(&ne_cpu_pool.mutex); +} + +/** + * ne_set_kernel_param() - Set the NE CPU pool value via the NE kernel parameter. + * @val: NE CPU pool string value. + * @kp : NE kernel parameter associated with the NE CPU pool. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_set_kernel_param(const char *val, const struct kernel_param *kp) +{ + char error_val[] = ""; + int rc = -EINVAL; + + if (!capable(CAP_SYS_ADMIN)) + return -EPERM; + + if (ne_check_enclaves_created()) { + pr_err("%s: The CPU pool is used by enclave(s)\n", ne_misc_dev.name); + + return -EPERM; + } + + ne_teardown_cpu_pool(); + + rc = ne_setup_cpu_pool(val); + if (rc < 0) { + pr_err("%s: Error in setup CPU pool [rc=%d]\n", ne_misc_dev.name, rc); + + param_set_copystring(error_val, kp); + + return rc; + } + + rc = param_set_copystring(val, kp); + if (rc < 0) { + pr_err("%s: Error in param set copystring [rc=%d]\n", ne_misc_dev.name, rc); + + ne_teardown_cpu_pool(); + + param_set_copystring(error_val, kp); + + return rc; + } + + return 0; +} + +/** + * ne_donated_cpu() - Check if the provided CPU is already used by the enclave. + * @ne_enclave : Private data associated with the current enclave. + * @cpu: CPU to check if already used. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * True if the provided CPU is already used by the enclave. + * * False otherwise. + */ +static bool ne_donated_cpu(struct ne_enclave *ne_enclave, unsigned int cpu) +{ + if (cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) + return true; + + return false; +} + +/** + * ne_get_unused_core_from_cpu_pool() - Get the id of a full core from the + * NE CPU pool. + * @void: No parameters provided. + * + * Context: Process context. This function is called with the ne_enclave and + * ne_cpu_pool mutexes held. + * Return: + * * Core id. + * * -1 if no CPU core available in the pool. + */ +static int ne_get_unused_core_from_cpu_pool(void) +{ + int core_id = -1; + unsigned int i = 0; + + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + if (!cpumask_empty(ne_cpu_pool.avail_threads_per_core[i])) { + core_id = i; + + break; + } + + return core_id; +} + +/** + * ne_set_enclave_threads_per_core() - Set the threads of the provided core in + * the enclave data structure. + * @ne_enclave : Private data associated with the current enclave. + * @core_id: Core id to get its threads from the NE CPU pool. + * @vcpu_id: vCPU id part of the provided core. + * + * Context: Process context. This function is called with the ne_enclave and + * ne_cpu_pool mutexes held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_set_enclave_threads_per_core(struct ne_enclave *ne_enclave, + int core_id, u32 vcpu_id) +{ + unsigned int cpu = 0; + + if (core_id < 0 && vcpu_id == 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "No CPUs available in NE CPU pool\n"); + + return -NE_ERR_NO_CPUS_AVAIL_IN_POOL; + } + + if (core_id < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "CPU %d is not in NE CPU pool\n", vcpu_id); + + return -NE_ERR_VCPU_NOT_IN_CPU_POOL; + } + + if (core_id >= ne_enclave->nr_parent_vm_cores) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Invalid core id %d - ne_enclave\n", core_id); + + return -NE_ERR_VCPU_INVALID_CPU_CORE; + } + + for_each_cpu(cpu, ne_cpu_pool.avail_threads_per_core[core_id]) + cpumask_set_cpu(cpu, ne_enclave->threads_per_core[core_id]); + + cpumask_clear(ne_cpu_pool.avail_threads_per_core[core_id]); + + return 0; +} + +/** + * ne_get_cpu_from_cpu_pool() - Get a CPU from the NE CPU pool, either from the + * remaining sibling(s) of a CPU core or the first + * sibling of a new CPU core. + * @ne_enclave : Private data associated with the current enclave. + * @vcpu_id: vCPU to get from the NE CPU pool. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_get_cpu_from_cpu_pool(struct ne_enclave *ne_enclave, u32 *vcpu_id) +{ + int core_id = -1; + unsigned int cpu = 0; + unsigned int i = 0; + int rc = -EINVAL; + + /* + * If previously allocated a thread of a core to this enclave, first + * check remaining sibling(s) for new CPU allocations, so that full + * CPU cores are used for the enclave. + */ + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) + for_each_cpu(cpu, ne_enclave->threads_per_core[i]) + if (!ne_donated_cpu(ne_enclave, cpu)) { + *vcpu_id = cpu; + + return 0; + } + + mutex_lock(&ne_cpu_pool.mutex); + + /* + * If no remaining siblings, get a core from the NE CPU pool and keep + * track of all the threads in the enclave threads per core data structure. + */ + core_id = ne_get_unused_core_from_cpu_pool(); + + rc = ne_set_enclave_threads_per_core(ne_enclave, core_id, *vcpu_id); + if (rc < 0) + goto unlock_mutex; + + *vcpu_id = cpumask_any(ne_enclave->threads_per_core[core_id]); + + rc = 0; + +unlock_mutex: + mutex_unlock(&ne_cpu_pool.mutex); + + return rc; +} + +/** + * ne_get_vcpu_core_from_cpu_pool() - Get from the NE CPU pool the id of the + * core associated with the provided vCPU. + * @vcpu_id: Provided vCPU id to get its associated core id. + * + * Context: Process context. This function is called with the ne_enclave and + * ne_cpu_pool mutexes held. + * Return: + * * Core id. + * * -1 if the provided vCPU is not in the pool. + */ +static int ne_get_vcpu_core_from_cpu_pool(u32 vcpu_id) +{ + int core_id = -1; + unsigned int i = 0; + + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + if (cpumask_test_cpu(vcpu_id, ne_cpu_pool.avail_threads_per_core[i])) { + core_id = i; + + break; + } + + return core_id; +} + +/** + * ne_check_cpu_in_cpu_pool() - Check if the given vCPU is in the available CPUs + * from the pool. + * @ne_enclave : Private data associated with the current enclave. + * @vcpu_id: ID of the vCPU to check if available in the NE CPU pool. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_check_cpu_in_cpu_pool(struct ne_enclave *ne_enclave, u32 vcpu_id) +{ + int core_id = -1; + unsigned int i = 0; + int rc = -EINVAL; + + if (ne_donated_cpu(ne_enclave, vcpu_id)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "CPU %d already used\n", vcpu_id); + + return -NE_ERR_VCPU_ALREADY_USED; + } + + /* + * If previously allocated a thread of a core to this enclave, but not + * the full core, first check remaining sibling(s). + */ + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) + if (cpumask_test_cpu(vcpu_id, ne_enclave->threads_per_core[i])) + return 0; + + mutex_lock(&ne_cpu_pool.mutex); + + /* + * If no remaining siblings, get from the NE CPU pool the core + * associated with the vCPU and keep track of all the threads in the + * enclave threads per core data structure. + */ + core_id = ne_get_vcpu_core_from_cpu_pool(vcpu_id); + + rc = ne_set_enclave_threads_per_core(ne_enclave, core_id, vcpu_id); + if (rc < 0) + goto unlock_mutex; + + rc = 0; + +unlock_mutex: + mutex_unlock(&ne_cpu_pool.mutex); + + return rc; +} + +/** + * ne_add_vcpu_ioctl() - Add a vCPU to the slot associated with the current + * enclave. + * @ne_enclave : Private data associated with the current enclave. + * @vcpu_id: ID of the CPU to be associated with the given slot, + * apic id on x86. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_add_vcpu_ioctl(struct ne_enclave *ne_enclave, u32 vcpu_id) +{ + struct ne_pci_dev_cmd_reply cmd_reply = {}; + struct pci_dev *pdev = ne_devs.ne_pci_dev->pdev; + int rc = -EINVAL; + struct slot_add_vcpu_req slot_add_vcpu_req = {}; + + if (ne_enclave->mm != current->mm) + return -EIO; + + slot_add_vcpu_req.slot_uid = ne_enclave->slot_uid; + slot_add_vcpu_req.vcpu_id = vcpu_id; + + rc = ne_do_request(pdev, SLOT_ADD_VCPU, + &slot_add_vcpu_req, sizeof(slot_add_vcpu_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in slot add vCPU [rc=%d]\n", rc); + + return rc; + } + + cpumask_set_cpu(vcpu_id, ne_enclave->vcpu_ids); + + ne_enclave->nr_vcpus++; + + return 0; +} + +/** + * ne_sanity_check_user_mem_region() - Sanity check the user space memory + * region received during the set user + * memory region ioctl call. + * @ne_enclave : Private data associated with the current enclave. + * @mem_region : User space memory region to be sanity checked. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_sanity_check_user_mem_region(struct ne_enclave *ne_enclave, + struct ne_user_memory_region mem_region) +{ + struct ne_mem_region *ne_mem_region = NULL; + + if (ne_enclave->mm != current->mm) + return -EIO; + + if (mem_region.memory_size & (NE_MIN_MEM_REGION_SIZE - 1)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "User space memory size is not multiple of 2 MiB\n"); + + return -NE_ERR_INVALID_MEM_REGION_SIZE; + } + + if (!IS_ALIGNED(mem_region.userspace_addr, NE_MIN_MEM_REGION_SIZE)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "User space address is not 2 MiB aligned\n"); + + return -NE_ERR_UNALIGNED_MEM_REGION_ADDR; + } + + if ((mem_region.userspace_addr & (NE_MIN_MEM_REGION_SIZE - 1)) || + !access_ok((void __user *)(unsigned long)mem_region.userspace_addr, + mem_region.memory_size)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Invalid user space address range\n"); + + return -NE_ERR_INVALID_MEM_REGION_ADDR; + } + + list_for_each_entry(ne_mem_region, &ne_enclave->mem_regions_list, + mem_region_list_entry) { + u64 memory_size = ne_mem_region->memory_size; + u64 userspace_addr = ne_mem_region->userspace_addr; + + if ((userspace_addr <= mem_region.userspace_addr && + mem_region.userspace_addr < (userspace_addr + memory_size)) || + (mem_region.userspace_addr <= userspace_addr && + (mem_region.userspace_addr + mem_region.memory_size) > userspace_addr)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "User space memory region already used\n"); + + return -NE_ERR_MEM_REGION_ALREADY_USED; + } + } + + return 0; +} + +/** + * ne_sanity_check_user_mem_region_page() - Sanity check a page from the user space + * memory region received during the set + * user memory region ioctl call. + * @ne_enclave : Private data associated with the current enclave. + * @mem_region_page: Page from the user space memory region to be sanity checked. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_sanity_check_user_mem_region_page(struct ne_enclave *ne_enclave, + struct page *mem_region_page) +{ + if (!PageHuge(mem_region_page)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Not a hugetlbfs page\n"); + + return -NE_ERR_MEM_NOT_HUGE_PAGE; + } + + if (page_size(mem_region_page) & (NE_MIN_MEM_REGION_SIZE - 1)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Page size not multiple of 2 MiB\n"); + + return -NE_ERR_INVALID_PAGE_SIZE; + } + + if (ne_enclave->numa_node != page_to_nid(mem_region_page)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Page is not from NUMA node %d\n", + ne_enclave->numa_node); + + return -NE_ERR_MEM_DIFFERENT_NUMA_NODE; + } + + return 0; +} + +/** + * ne_set_user_memory_region_ioctl() - Add user space memory region to the slot + * associated with the current enclave. + * @ne_enclave : Private data associated with the current enclave. + * @mem_region : User space memory region to be associated with the given slot. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_set_user_memory_region_ioctl(struct ne_enclave *ne_enclave, + struct ne_user_memory_region mem_region) +{ + long gup_rc = 0; + unsigned long i = 0; + unsigned long max_nr_pages = 0; + unsigned long memory_size = 0; + struct ne_mem_region *ne_mem_region = NULL; + unsigned long nr_phys_contig_mem_regions = 0; + struct pci_dev *pdev = ne_devs.ne_pci_dev->pdev; + struct page **phys_contig_mem_regions = NULL; + int rc = -EINVAL; + + rc = ne_sanity_check_user_mem_region(ne_enclave, mem_region); + if (rc < 0) + return rc; + + ne_mem_region = kzalloc(sizeof(*ne_mem_region), GFP_KERNEL); + if (!ne_mem_region) + return -ENOMEM; + + max_nr_pages = mem_region.memory_size / NE_MIN_MEM_REGION_SIZE; + + ne_mem_region->pages = kcalloc(max_nr_pages, sizeof(*ne_mem_region->pages), + GFP_KERNEL); + if (!ne_mem_region->pages) { + rc = -ENOMEM; + + goto free_mem_region; + } + + phys_contig_mem_regions = kcalloc(max_nr_pages, sizeof(*phys_contig_mem_regions), + GFP_KERNEL); + if (!phys_contig_mem_regions) { + rc = -ENOMEM; + + goto free_mem_region; + } + + do { + i = ne_mem_region->nr_pages; + + if (i == max_nr_pages) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Reached max nr of pages in the pages data struct\n"); + + rc = -ENOMEM; + + goto put_pages; + } + + gup_rc = get_user_pages(mem_region.userspace_addr + memory_size, 1, FOLL_GET, + ne_mem_region->pages + i, NULL); + if (gup_rc < 0) { + rc = gup_rc; + + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in get user pages [rc=%d]\n", rc); + + goto put_pages; + } + + rc = ne_sanity_check_user_mem_region_page(ne_enclave, ne_mem_region->pages[i]); + if (rc < 0) + goto put_pages; + + /* + * TODO: Update once handled non-contiguous memory regions + * received from user space or contiguous physical memory regions + * larger than 2 MiB e.g. 8 MiB. + */ + phys_contig_mem_regions[i] = ne_mem_region->pages[i]; + + memory_size += page_size(ne_mem_region->pages[i]); + + ne_mem_region->nr_pages++; + } while (memory_size < mem_region.memory_size); + + /* + * TODO: Update once handled non-contiguous memory regions received + * from user space or contiguous physical memory regions larger than + * 2 MiB e.g. 8 MiB. + */ + nr_phys_contig_mem_regions = ne_mem_region->nr_pages; + + if ((ne_enclave->nr_mem_regions + nr_phys_contig_mem_regions) > + ne_enclave->max_mem_regions) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Reached max memory regions %lld\n", + ne_enclave->max_mem_regions); + + rc = -NE_ERR_MEM_MAX_REGIONS; + + goto put_pages; + } + + for (i = 0; i < nr_phys_contig_mem_regions; i++) { + u64 phys_region_addr = page_to_phys(phys_contig_mem_regions[i]); + u64 phys_region_size = page_size(phys_contig_mem_regions[i]); + + if (phys_region_size & (NE_MIN_MEM_REGION_SIZE - 1)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Physical mem region size is not multiple of 2 MiB\n"); + + rc = -EINVAL; + + goto put_pages; + } + + if (!IS_ALIGNED(phys_region_addr, NE_MIN_MEM_REGION_SIZE)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Physical mem region address is not 2 MiB aligned\n"); + + rc = -EINVAL; + + goto put_pages; + } + } + + ne_mem_region->memory_size = mem_region.memory_size; + ne_mem_region->userspace_addr = mem_region.userspace_addr; + + list_add(&ne_mem_region->mem_region_list_entry, &ne_enclave->mem_regions_list); + + for (i = 0; i < nr_phys_contig_mem_regions; i++) { + struct ne_pci_dev_cmd_reply cmd_reply = {}; + struct slot_add_mem_req slot_add_mem_req = {}; + + slot_add_mem_req.slot_uid = ne_enclave->slot_uid; + slot_add_mem_req.paddr = page_to_phys(phys_contig_mem_regions[i]); + slot_add_mem_req.size = page_size(phys_contig_mem_regions[i]); + + rc = ne_do_request(pdev, SLOT_ADD_MEM, + &slot_add_mem_req, sizeof(slot_add_mem_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in slot add mem [rc=%d]\n", rc); + + kfree(phys_contig_mem_regions); + + /* + * Exit here without put pages as memory regions may + * already been added. + */ + return rc; + } + + ne_enclave->mem_size += slot_add_mem_req.size; + ne_enclave->nr_mem_regions++; + } + + kfree(phys_contig_mem_regions); + + return 0; + +put_pages: + for (i = 0; i < ne_mem_region->nr_pages; i++) + put_page(ne_mem_region->pages[i]); +free_mem_region: + kfree(phys_contig_mem_regions); + kfree(ne_mem_region->pages); + kfree(ne_mem_region); + + return rc; +} + +/** + * ne_start_enclave_ioctl() - Trigger enclave start after the enclave resources, + * such as memory and CPU, have been set. + * @ne_enclave : Private data associated with the current enclave. + * @enclave_start_info : Enclave info that includes enclave cid and flags. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_start_enclave_ioctl(struct ne_enclave *ne_enclave, + struct ne_enclave_start_info *enclave_start_info) +{ + struct ne_pci_dev_cmd_reply cmd_reply = {}; + unsigned int cpu = 0; + struct enclave_start_req enclave_start_req = {}; + unsigned int i = 0; + struct pci_dev *pdev = ne_devs.ne_pci_dev->pdev; + int rc = -EINVAL; + + if (!ne_enclave->nr_mem_regions) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave has no mem regions\n"); + + return -NE_ERR_NO_MEM_REGIONS_ADDED; + } + + if (ne_enclave->mem_size < NE_MIN_ENCLAVE_MEM_SIZE) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave memory is less than %ld\n", + NE_MIN_ENCLAVE_MEM_SIZE); + + return -NE_ERR_ENCLAVE_MEM_MIN_SIZE; + } + + if (!ne_enclave->nr_vcpus) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave has no vCPUs\n"); + + return -NE_ERR_NO_VCPUS_ADDED; + } + + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) + for_each_cpu(cpu, ne_enclave->threads_per_core[i]) + if (!cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Full CPU cores not used\n"); + + return -NE_ERR_FULL_CORES_NOT_USED; + } + + enclave_start_req.enclave_cid = enclave_start_info->enclave_cid; + enclave_start_req.flags = enclave_start_info->flags; + enclave_start_req.slot_uid = ne_enclave->slot_uid; + + rc = ne_do_request(pdev, ENCLAVE_START, + &enclave_start_req, sizeof(enclave_start_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in enclave start [rc=%d]\n", rc); + + return rc; + } + + ne_enclave->state = NE_STATE_RUNNING; + + enclave_start_info->enclave_cid = cmd_reply.enclave_cid; + + return 0; +} + +/** + * ne_enclave_ioctl() - Ioctl function provided by the enclave file. + * @file: File associated with this ioctl function. + * @cmd: The command that is set for the ioctl call. + * @arg: The argument that is provided for the ioctl call. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static long ne_enclave_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +{ + struct ne_enclave *ne_enclave = file->private_data; + + switch (cmd) { + case NE_ADD_VCPU: { + int rc = -EINVAL; + u32 vcpu_id = 0; + + if (copy_from_user(&vcpu_id, (void __user *)arg, sizeof(vcpu_id))) + return -EFAULT; + + mutex_lock(&ne_enclave->enclave_info_mutex); + + if (ne_enclave->state != NE_STATE_INIT) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave is not in init state\n"); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return -NE_ERR_NOT_IN_INIT_STATE; + } + + if (vcpu_id >= (ne_enclave->nr_parent_vm_cores * + ne_enclave->nr_threads_per_core)) { + dev_err_ratelimited(ne_misc_dev.this_device, + "vCPU id higher than max CPU id\n"); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return -NE_ERR_INVALID_VCPU; + } + + if (!vcpu_id) { + /* Use the CPU pool for choosing a CPU for the enclave. */ + rc = ne_get_cpu_from_cpu_pool(ne_enclave, &vcpu_id); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in get CPU from pool [rc=%d]\n", + rc); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return rc; + } + } else { + /* Check if the provided vCPU is available in the NE CPU pool. */ + rc = ne_check_cpu_in_cpu_pool(ne_enclave, vcpu_id); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in check CPU %d in pool [rc=%d]\n", + vcpu_id, rc); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return rc; + } + } + + rc = ne_add_vcpu_ioctl(ne_enclave, vcpu_id); + if (rc < 0) { + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return rc; + } + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + if (copy_to_user((void __user *)arg, &vcpu_id, sizeof(vcpu_id))) + return -EFAULT; + + return 0; + } + + case NE_GET_IMAGE_LOAD_INFO: { + struct ne_image_load_info image_load_info = {}; + + if (copy_from_user(&image_load_info, (void __user *)arg, sizeof(image_load_info))) + return -EFAULT; + + mutex_lock(&ne_enclave->enclave_info_mutex); + + if (ne_enclave->state != NE_STATE_INIT) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave is not in init state\n"); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return -NE_ERR_NOT_IN_INIT_STATE; + } + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + if (!image_load_info.flags || + image_load_info.flags >= NE_IMAGE_LOAD_MAX_FLAG_VAL) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Incorrect flag in enclave image load info\n"); + + return -NE_ERR_INVALID_FLAG_VALUE; + } + + if (image_load_info.flags == NE_EIF_IMAGE) + image_load_info.memory_offset = NE_EIF_LOAD_OFFSET; + + if (copy_to_user((void __user *)arg, &image_load_info, sizeof(image_load_info))) + return -EFAULT; + + return 0; + } + + case NE_SET_USER_MEMORY_REGION: { + struct ne_user_memory_region mem_region = {}; + int rc = -EINVAL; + + if (copy_from_user(&mem_region, (void __user *)arg, sizeof(mem_region))) + return -EFAULT; + + if (mem_region.flags >= NE_MEMORY_REGION_MAX_FLAG_VAL) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Incorrect flag for user memory region\n"); + + return -NE_ERR_INVALID_FLAG_VALUE; + } + + mutex_lock(&ne_enclave->enclave_info_mutex); + + if (ne_enclave->state != NE_STATE_INIT) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave is not in init state\n"); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return -NE_ERR_NOT_IN_INIT_STATE; + } + + rc = ne_set_user_memory_region_ioctl(ne_enclave, mem_region); + if (rc < 0) { + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return rc; + } + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return 0; + } + + case NE_START_ENCLAVE: { + struct ne_enclave_start_info enclave_start_info = {}; + int rc = -EINVAL; + + if (copy_from_user(&enclave_start_info, (void __user *)arg, + sizeof(enclave_start_info))) + return -EFAULT; + + if (enclave_start_info.flags >= NE_ENCLAVE_START_MAX_FLAG_VAL) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Incorrect flag in enclave start info\n"); + + return -NE_ERR_INVALID_FLAG_VALUE; + } + + /* + * Do not use well-known CIDs - 0, 1, 2 - for enclaves. + * VMADDR_CID_ANY = -1U + * VMADDR_CID_HYPERVISOR = 0 + * VMADDR_CID_LOCAL = 1 + * VMADDR_CID_HOST = 2 + * Note: 0 is used as a placeholder to auto-generate an enclave CID. + * http://man7.org/linux/man-pages/man7/vsock.7.html + */ + if (enclave_start_info.enclave_cid > 0 && + enclave_start_info.enclave_cid <= VMADDR_CID_HOST) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Well-known CID value, not to be used for enclaves\n"); + + return -NE_ERR_INVALID_ENCLAVE_CID; + } + + if (enclave_start_info.enclave_cid == U32_MAX) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Well-known CID value, not to be used for enclaves\n"); + + return -NE_ERR_INVALID_ENCLAVE_CID; + } + + /* + * Do not use the CID of the primary / parent VM for enclaves. + */ + if (enclave_start_info.enclave_cid == NE_PARENT_VM_CID) { + dev_err_ratelimited(ne_misc_dev.this_device, + "CID of the parent VM, not to be used for enclaves\n"); + + return -NE_ERR_INVALID_ENCLAVE_CID; + } + + /* 64-bit CIDs are not yet supported for the vsock device. */ + if (enclave_start_info.enclave_cid > U32_MAX) { + dev_err_ratelimited(ne_misc_dev.this_device, + "64-bit CIDs not yet supported for the vsock device\n"); + + return -NE_ERR_INVALID_ENCLAVE_CID; + } + + mutex_lock(&ne_enclave->enclave_info_mutex); + + if (ne_enclave->state != NE_STATE_INIT) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Enclave is not in init state\n"); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return -NE_ERR_NOT_IN_INIT_STATE; + } + + rc = ne_start_enclave_ioctl(ne_enclave, &enclave_start_info); + if (rc < 0) { + mutex_unlock(&ne_enclave->enclave_info_mutex); + + return rc; + } + + mutex_unlock(&ne_enclave->enclave_info_mutex); + + if (copy_to_user((void __user *)arg, &enclave_start_info, + sizeof(enclave_start_info))) + return -EFAULT; + + return 0; + } + + default: + return -ENOTTY; + } + + return 0; +} + +/** + * ne_enclave_remove_all_mem_region_entries() - Remove all memory region entries + * from the enclave data structure. + * @ne_enclave : Private data associated with the current enclave. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + */ +static void ne_enclave_remove_all_mem_region_entries(struct ne_enclave *ne_enclave) +{ + unsigned long i = 0; + struct ne_mem_region *ne_mem_region = NULL; + struct ne_mem_region *ne_mem_region_tmp = NULL; + + list_for_each_entry_safe(ne_mem_region, ne_mem_region_tmp, + &ne_enclave->mem_regions_list, + mem_region_list_entry) { + list_del(&ne_mem_region->mem_region_list_entry); + + for (i = 0; i < ne_mem_region->nr_pages; i++) + put_page(ne_mem_region->pages[i]); + + kfree(ne_mem_region->pages); + + kfree(ne_mem_region); + } +} + +/** + * ne_enclave_remove_all_vcpu_id_entries() - Remove all vCPU id entries from + * the enclave data structure. + * @ne_enclave : Private data associated with the current enclave. + * + * Context: Process context. This function is called with the ne_enclave mutex held. + */ +static void ne_enclave_remove_all_vcpu_id_entries(struct ne_enclave *ne_enclave) +{ + unsigned int cpu = 0; + unsigned int i = 0; + + mutex_lock(&ne_cpu_pool.mutex); + + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) { + for_each_cpu(cpu, ne_enclave->threads_per_core[i]) + /* Update the available NE CPU pool. */ + cpumask_set_cpu(cpu, ne_cpu_pool.avail_threads_per_core[i]); + + free_cpumask_var(ne_enclave->threads_per_core[i]); + } + + mutex_unlock(&ne_cpu_pool.mutex); + + kfree(ne_enclave->threads_per_core); + + free_cpumask_var(ne_enclave->vcpu_ids); +} + +/** + * ne_pci_dev_remove_enclave_entry() - Remove the enclave entry from the data + * structure that is part of the NE PCI + * device private data. + * @ne_enclave : Private data associated with the current enclave. + * @ne_pci_dev : Private data associated with the PCI device. + * + * Context: Process context. This function is called with the ne_pci_dev enclave + * mutex held. + */ +static void ne_pci_dev_remove_enclave_entry(struct ne_enclave *ne_enclave, + struct ne_pci_dev *ne_pci_dev) +{ + struct ne_enclave *ne_enclave_entry = NULL; + struct ne_enclave *ne_enclave_entry_tmp = NULL; + + list_for_each_entry_safe(ne_enclave_entry, ne_enclave_entry_tmp, + &ne_pci_dev->enclaves_list, enclave_list_entry) { + if (ne_enclave_entry->slot_uid == ne_enclave->slot_uid) { + list_del(&ne_enclave_entry->enclave_list_entry); + + break; + } + } +} + +/** + * ne_enclave_release() - Release function provided by the enclave file. + * @inode: Inode associated with this file release function. + * @file: File associated with this release function. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_enclave_release(struct inode *inode, struct file *file) +{ + struct ne_pci_dev_cmd_reply cmd_reply = {}; + struct enclave_stop_req enclave_stop_request = {}; + struct ne_enclave *ne_enclave = file->private_data; + struct ne_pci_dev *ne_pci_dev = ne_devs.ne_pci_dev; + struct pci_dev *pdev = ne_pci_dev->pdev; + int rc = -EINVAL; + struct slot_free_req slot_free_req = {}; + + if (!ne_enclave) + return 0; + + /* + * Early exit in case there is an error in the enclave creation logic + * and fput() is called on the cleanup path. + */ + if (!ne_enclave->slot_uid) + return 0; + + /* + * Acquire the enclave list mutex before the enclave mutex + * in order to avoid deadlocks with @ref ne_event_work_handler. + */ + mutex_lock(&ne_pci_dev->enclaves_list_mutex); + mutex_lock(&ne_enclave->enclave_info_mutex); + + if (ne_enclave->state != NE_STATE_INIT && ne_enclave->state != NE_STATE_STOPPED) { + enclave_stop_request.slot_uid = ne_enclave->slot_uid; + + rc = ne_do_request(pdev, ENCLAVE_STOP, + &enclave_stop_request, sizeof(enclave_stop_request), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in enclave stop [rc=%d]\n", rc); + + goto unlock_mutex; + } + + memset(&cmd_reply, 0, sizeof(cmd_reply)); + } + + slot_free_req.slot_uid = ne_enclave->slot_uid; + + rc = ne_do_request(pdev, SLOT_FREE, + &slot_free_req, sizeof(slot_free_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in slot free [rc=%d]\n", rc); + + goto unlock_mutex; + } + + ne_pci_dev_remove_enclave_entry(ne_enclave, ne_pci_dev); + ne_enclave_remove_all_mem_region_entries(ne_enclave); + ne_enclave_remove_all_vcpu_id_entries(ne_enclave); + + mutex_unlock(&ne_enclave->enclave_info_mutex); + mutex_unlock(&ne_pci_dev->enclaves_list_mutex); + + kfree(ne_enclave); + + return 0; + +unlock_mutex: + mutex_unlock(&ne_enclave->enclave_info_mutex); + mutex_unlock(&ne_pci_dev->enclaves_list_mutex); + + return rc; +} + +/** + * ne_enclave_poll() - Poll functionality used for enclave out-of-band events. + * @file: File associated with this poll function. + * @wait: Poll table data structure. + * + * Context: Process context. + * Return: + * * Poll mask. + */ +static __poll_t ne_enclave_poll(struct file *file, poll_table *wait) +{ + __poll_t mask = 0; + struct ne_enclave *ne_enclave = file->private_data; + + poll_wait(file, &ne_enclave->eventq, wait); + + if (ne_enclave->has_event) + mask |= EPOLLHUP; + + return mask; +} + +static const struct file_operations ne_enclave_fops = { + .owner = THIS_MODULE, + .llseek = noop_llseek, + .poll = ne_enclave_poll, + .unlocked_ioctl = ne_enclave_ioctl, + .release = ne_enclave_release, +}; + +/** + * ne_create_vm_ioctl() - Alloc slot to be associated with an enclave. Create + * enclave file descriptor to be further used for enclave + * resources handling e.g. memory regions and CPUs. + * @ne_pci_dev : Private data associated with the PCI device. + * @slot_uid: User pointer to store the generated unique slot id + * associated with an enclave to. + * + * Context: Process context. This function is called with the ne_pci_dev enclave + * mutex held. + * Return: + * * Enclave fd on success. + * * Negative return value on failure. + */ +static int ne_create_vm_ioctl(struct ne_pci_dev *ne_pci_dev, u64 __user *slot_uid) +{ + struct ne_pci_dev_cmd_reply cmd_reply = {}; + int enclave_fd = -1; + struct file *enclave_file = NULL; + unsigned int i = 0; + struct ne_enclave *ne_enclave = NULL; + struct pci_dev *pdev = ne_pci_dev->pdev; + int rc = -EINVAL; + struct slot_alloc_req slot_alloc_req = {}; + + mutex_lock(&ne_cpu_pool.mutex); + + for (i = 0; i < ne_cpu_pool.nr_parent_vm_cores; i++) + if (!cpumask_empty(ne_cpu_pool.avail_threads_per_core[i])) + break; + + if (i == ne_cpu_pool.nr_parent_vm_cores) { + dev_err_ratelimited(ne_misc_dev.this_device, + "No CPUs available in CPU pool\n"); + + mutex_unlock(&ne_cpu_pool.mutex); + + return -NE_ERR_NO_CPUS_AVAIL_IN_POOL; + } + + mutex_unlock(&ne_cpu_pool.mutex); + + ne_enclave = kzalloc(sizeof(*ne_enclave), GFP_KERNEL); + if (!ne_enclave) + return -ENOMEM; + + mutex_lock(&ne_cpu_pool.mutex); + + ne_enclave->nr_parent_vm_cores = ne_cpu_pool.nr_parent_vm_cores; + ne_enclave->nr_threads_per_core = ne_cpu_pool.nr_threads_per_core; + ne_enclave->numa_node = ne_cpu_pool.numa_node; + + mutex_unlock(&ne_cpu_pool.mutex); + + ne_enclave->threads_per_core = kcalloc(ne_enclave->nr_parent_vm_cores, + sizeof(*ne_enclave->threads_per_core), + GFP_KERNEL); + if (!ne_enclave->threads_per_core) { + rc = -ENOMEM; + + goto free_ne_enclave; + } + + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) + if (!zalloc_cpumask_var(&ne_enclave->threads_per_core[i], GFP_KERNEL)) { + rc = -ENOMEM; + + goto free_cpumask; + } + + if (!zalloc_cpumask_var(&ne_enclave->vcpu_ids, GFP_KERNEL)) { + rc = -ENOMEM; + + goto free_cpumask; + } + + enclave_fd = get_unused_fd_flags(O_CLOEXEC); + if (enclave_fd < 0) { + rc = enclave_fd; + + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in getting unused fd [rc=%d]\n", rc); + + goto free_cpumask; + } + + enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); + if (IS_ERR(enclave_file)) { + rc = PTR_ERR(enclave_file); + + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in anon inode get file [rc=%d]\n", rc); + + goto put_fd; + } + + rc = ne_do_request(pdev, SLOT_ALLOC, + &slot_alloc_req, sizeof(slot_alloc_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) { + dev_err_ratelimited(ne_misc_dev.this_device, + "Error in slot alloc [rc=%d]\n", rc); + + goto put_file; + } + + init_waitqueue_head(&ne_enclave->eventq); + ne_enclave->has_event = false; + mutex_init(&ne_enclave->enclave_info_mutex); + ne_enclave->max_mem_regions = cmd_reply.mem_regions; + INIT_LIST_HEAD(&ne_enclave->mem_regions_list); + ne_enclave->mm = current->mm; + ne_enclave->slot_uid = cmd_reply.slot_uid; + ne_enclave->state = NE_STATE_INIT; + + list_add(&ne_enclave->enclave_list_entry, &ne_pci_dev->enclaves_list); + + if (copy_to_user(slot_uid, &ne_enclave->slot_uid, sizeof(ne_enclave->slot_uid))) { + /* + * As we're holding the only reference to 'enclave_file', fput() + * will call ne_enclave_release() which will do a proper cleanup + * of all so far allocated resources, leaving only the unused fd + * for us to free. + */ + fput(enclave_file); + put_unused_fd(enclave_fd); + + return -EFAULT; + } + + fd_install(enclave_fd, enclave_file); + + return enclave_fd; + +put_file: + fput(enclave_file); +put_fd: + put_unused_fd(enclave_fd); +free_cpumask: + free_cpumask_var(ne_enclave->vcpu_ids); + for (i = 0; i < ne_enclave->nr_parent_vm_cores; i++) + free_cpumask_var(ne_enclave->threads_per_core[i]); + kfree(ne_enclave->threads_per_core); +free_ne_enclave: + kfree(ne_enclave); + + return rc; +} + +/** + * ne_ioctl() - Ioctl function provided by the NE misc device. + * @file: File associated with this ioctl function. + * @cmd: The command that is set for the ioctl call. + * @arg: The argument that is provided for the ioctl call. + * + * Context: Process context. + * Return: + * * Ioctl result (e.g. enclave file descriptor) on success. + * * Negative return value on failure. + */ +static long ne_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +{ + switch (cmd) { + case NE_CREATE_VM: { + int enclave_fd = -1; + struct ne_pci_dev *ne_pci_dev = ne_devs.ne_pci_dev; + u64 __user *slot_uid = (void __user *)arg; + + mutex_lock(&ne_pci_dev->enclaves_list_mutex); + enclave_fd = ne_create_vm_ioctl(ne_pci_dev, slot_uid); + mutex_unlock(&ne_pci_dev->enclaves_list_mutex); + + return enclave_fd; + } + + default: + return -ENOTTY; + } + + return 0; +} + +static int __init ne_init(void) +{ + mutex_init(&ne_cpu_pool.mutex); + + return pci_register_driver(&ne_pci_driver); +} + +static void __exit ne_exit(void) +{ + pci_unregister_driver(&ne_pci_driver); + + ne_teardown_cpu_pool(); +} + +module_init(ne_init); +module_exit(ne_exit); + +MODULE_AUTHOR("Amazon.com, Inc. or its affiliates"); +MODULE_DESCRIPTION("Nitro Enclaves Driver"); +MODULE_LICENSE("GPL v2"); diff --git a/drivers/virt/nitro_enclaves/ne_misc_dev.h b/drivers/virt/nitro_enclaves/ne_misc_dev.h new file mode 100644 index 0000000000000..2a4d2224babac --- /dev/null +++ b/drivers/virt/nitro_enclaves/ne_misc_dev.h @@ -0,0 +1,109 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +#ifndef _NE_MISC_DEV_H_ +#define _NE_MISC_DEV_H_ + +#include +#include +#include +#include +#include +#include +#include + +#include "ne_pci_dev.h" + +/** + * struct ne_mem_region - Entry in the enclave user space memory regions list. + * @mem_region_list_entry: Entry in the list of enclave memory regions. + * @memory_size: Size of the user space memory region. + * @nr_pages: Number of pages that make up the memory region. + * @pages: Pages that make up the user space memory region. + * @userspace_addr: User space address of the memory region. + */ +struct ne_mem_region { + struct list_head mem_region_list_entry; + u64 memory_size; + unsigned long nr_pages; + struct page **pages; + u64 userspace_addr; +}; + +/** + * struct ne_enclave - Per-enclave data used for enclave lifetime management. + * @enclave_info_mutex : Mutex for accessing this internal state. + * @enclave_list_entry : Entry in the list of created enclaves. + * @eventq: Wait queue used for out-of-band event notifications + * triggered from the PCI device event handler to + * the enclave process via the poll function. + * @has_event: Variable used to determine if the out-of-band event + * was triggered. + * @max_mem_regions: The maximum number of memory regions that can be + * handled by the hypervisor. + * @mem_regions_list: Enclave user space memory regions list. + * @mem_size: Enclave memory size. + * @mm : Enclave process abstraction mm data struct. + * @nr_mem_regions: Number of memory regions associated with the enclave. + * @nr_parent_vm_cores : The size of the threads per core array. The + * total number of CPU cores available on the + * parent / primary VM. + * @nr_threads_per_core: The number of threads that a full CPU core has. + * @nr_vcpus: Number of vcpus associated with the enclave. + * @numa_node: NUMA node of the enclave memory and CPUs. + * @slot_uid: Slot unique id mapped to the enclave. + * @state: Enclave state, updated during enclave lifetime. + * @threads_per_core: Enclave full CPU cores array, indexed by core id, + * consisting of cpumasks with all their threads. + * Full CPU cores are taken from the NE CPU pool + * and are available to the enclave. + * @vcpu_ids: Cpumask of the vCPUs that are set for the enclave. + */ +struct ne_enclave { + struct mutex enclave_info_mutex; + struct list_head enclave_list_entry; + wait_queue_head_t eventq; + bool has_event; + u64 max_mem_regions; + struct list_head mem_regions_list; + u64 mem_size; + struct mm_struct *mm; + unsigned int nr_mem_regions; + unsigned int nr_parent_vm_cores; + unsigned int nr_threads_per_core; + unsigned int nr_vcpus; + int numa_node; + u64 slot_uid; + u16 state; + cpumask_var_t *threads_per_core; + cpumask_var_t vcpu_ids; +}; + +/** + * enum ne_state - States available for an enclave. + * @NE_STATE_INIT: The enclave has not been started yet. + * @NE_STATE_RUNNING: The enclave was started and is running as expected. + * @NE_STATE_STOPPED: The enclave exited without userspace interaction. + */ +enum ne_state { + NE_STATE_INIT = 0, + NE_STATE_RUNNING = 2, + NE_STATE_STOPPED = U16_MAX, +}; + +/** + * struct ne_devs - Data structure to keep refs to the NE misc and PCI devices. + * @ne_misc_dev: Nitro Enclaves misc device. + * @ne_pci_dev : Nitro Enclaves PCI device. + */ +struct ne_devs { + struct miscdevice *ne_misc_dev; + struct ne_pci_dev *ne_pci_dev; +}; + +/* Nitro Enclaves (NE) data structure for keeping refs to the NE misc and PCI devices. */ +extern struct ne_devs ne_devs; + +#endif /* _NE_MISC_DEV_H_ */ diff --git a/drivers/virt/nitro_enclaves/ne_pci_dev.c b/drivers/virt/nitro_enclaves/ne_pci_dev.c new file mode 100644 index 0000000000000..40b49ec8e30b1 --- /dev/null +++ b/drivers/virt/nitro_enclaves/ne_pci_dev.c @@ -0,0 +1,627 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +/** + * DOC: Nitro Enclaves (NE) PCI device driver. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "ne_misc_dev.h" +#include "ne_pci_dev.h" + +/** + * NE_DEFAULT_TIMEOUT_MSECS - Default timeout to wait for a reply from + * the NE PCI device. + */ +#define NE_DEFAULT_TIMEOUT_MSECS (120000) /* 120 sec */ + +static const struct pci_device_id ne_pci_ids[] = { + { PCI_DEVICE(PCI_VENDOR_ID_AMAZON, PCI_DEVICE_ID_NE) }, + { 0, } +}; + +MODULE_DEVICE_TABLE(pci, ne_pci_ids); + +/** + * ne_submit_request() - Submit command request to the PCI device based on the + * command type. + * @pdev: PCI device to send the command to. + * @cmd_type: Command type of the request sent to the PCI device. + * @cmd_request: Command request payload. + * @cmd_request_size: Size of the command request payload. + * + * Context: Process context. This function is called with the ne_pci_dev mutex held. + */ +static void ne_submit_request(struct pci_dev *pdev, enum ne_pci_dev_cmd_type cmd_type, + void *cmd_request, size_t cmd_request_size) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + memcpy_toio(ne_pci_dev->iomem_base + NE_SEND_DATA, cmd_request, cmd_request_size); + + iowrite32(cmd_type, ne_pci_dev->iomem_base + NE_COMMAND); +} + +/** + * ne_retrieve_reply() - Retrieve reply from the PCI device. + * @pdev: PCI device to receive the reply from. + * @cmd_reply: Command reply payload. + * @cmd_reply_size: Size of the command reply payload. + * + * Context: Process context. This function is called with the ne_pci_dev mutex held. + */ +static void ne_retrieve_reply(struct pci_dev *pdev, struct ne_pci_dev_cmd_reply *cmd_reply, + size_t cmd_reply_size) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + memcpy_fromio(cmd_reply, ne_pci_dev->iomem_base + NE_RECV_DATA, cmd_reply_size); +} + +/** + * ne_wait_for_reply() - Wait for a reply of a PCI device command. + * @pdev: PCI device for which a reply is waited. + * + * Context: Process context. This function is called with the ne_pci_dev mutex held. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_wait_for_reply(struct pci_dev *pdev) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + int rc = -EINVAL; + + /* + * TODO: Update to _interruptible and handle interrupted wait event + * e.g. -ERESTARTSYS, incoming signals + update timeout, if needed. + */ + rc = wait_event_timeout(ne_pci_dev->cmd_reply_wait_q, + atomic_read(&ne_pci_dev->cmd_reply_avail) != 0, + msecs_to_jiffies(NE_DEFAULT_TIMEOUT_MSECS)); + if (!rc) + return -ETIMEDOUT; + + return 0; +} + +int ne_do_request(struct pci_dev *pdev, enum ne_pci_dev_cmd_type cmd_type, + void *cmd_request, size_t cmd_request_size, + struct ne_pci_dev_cmd_reply *cmd_reply, size_t cmd_reply_size) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + int rc = -EINVAL; + + if (cmd_type <= INVALID_CMD || cmd_type >= MAX_CMD) { + dev_err_ratelimited(&pdev->dev, "Invalid cmd type=%u\n", cmd_type); + + return -EINVAL; + } + + if (!cmd_request) { + dev_err_ratelimited(&pdev->dev, "Null cmd request for cmd type=%u\n", + cmd_type); + + return -EINVAL; + } + + if (cmd_request_size > NE_SEND_DATA_SIZE) { + dev_err_ratelimited(&pdev->dev, "Invalid req size=%zu for cmd type=%u\n", + cmd_request_size, cmd_type); + + return -EINVAL; + } + + if (!cmd_reply) { + dev_err_ratelimited(&pdev->dev, "Null cmd reply for cmd type=%u\n", + cmd_type); + + return -EINVAL; + } + + if (cmd_reply_size > NE_RECV_DATA_SIZE) { + dev_err_ratelimited(&pdev->dev, "Invalid reply size=%zu for cmd type=%u\n", + cmd_reply_size, cmd_type); + + return -EINVAL; + } + + /* + * Use this mutex so that the PCI device handles one command request at + * a time. + */ + mutex_lock(&ne_pci_dev->pci_dev_mutex); + + atomic_set(&ne_pci_dev->cmd_reply_avail, 0); + + ne_submit_request(pdev, cmd_type, cmd_request, cmd_request_size); + + rc = ne_wait_for_reply(pdev); + if (rc < 0) { + dev_err_ratelimited(&pdev->dev, "Error in wait for reply for cmd type=%u [rc=%d]\n", + cmd_type, rc); + + goto unlock_mutex; + } + + ne_retrieve_reply(pdev, cmd_reply, cmd_reply_size); + + atomic_set(&ne_pci_dev->cmd_reply_avail, 0); + + if (cmd_reply->rc < 0) { + rc = cmd_reply->rc; + + dev_err_ratelimited(&pdev->dev, "Error in cmd process logic, cmd type=%u [rc=%d]\n", + cmd_type, rc); + + goto unlock_mutex; + } + + rc = 0; + +unlock_mutex: + mutex_unlock(&ne_pci_dev->pci_dev_mutex); + + return rc; +} + +/** + * ne_reply_handler() - Interrupt handler for retrieving a reply matching a + * request sent to the PCI device for enclave lifetime + * management. + * @irq: Received interrupt for a reply sent by the PCI device. + * @args: PCI device private data structure. + * + * Context: Interrupt context. + * Return: + * * IRQ_HANDLED on handled interrupt. + */ +static irqreturn_t ne_reply_handler(int irq, void *args) +{ + struct ne_pci_dev *ne_pci_dev = (struct ne_pci_dev *)args; + + atomic_set(&ne_pci_dev->cmd_reply_avail, 1); + + /* TODO: Update to _interruptible. */ + wake_up(&ne_pci_dev->cmd_reply_wait_q); + + return IRQ_HANDLED; +} + +/** + * ne_event_work_handler() - Work queue handler for notifying enclaves on a + * state change received by the event interrupt + * handler. + * @work: Item containing the NE PCI device for which an out-of-band event + * was issued. + * + * An out-of-band event is being issued by the Nitro Hypervisor when at least + * one enclave is changing state without client interaction. + * + * Context: Work queue context. + */ +static void ne_event_work_handler(struct work_struct *work) +{ + struct ne_pci_dev_cmd_reply cmd_reply = {}; + struct ne_enclave *ne_enclave = NULL; + struct ne_pci_dev *ne_pci_dev = + container_of(work, struct ne_pci_dev, notify_work); + struct pci_dev *pdev = ne_pci_dev->pdev; + int rc = -EINVAL; + struct slot_info_req slot_info_req = {}; + + mutex_lock(&ne_pci_dev->enclaves_list_mutex); + + /* + * Iterate over all enclaves registered for the Nitro Enclaves + * PCI device and determine for which enclave(s) the out-of-band event + * is corresponding to. + */ + list_for_each_entry(ne_enclave, &ne_pci_dev->enclaves_list, enclave_list_entry) { + mutex_lock(&ne_enclave->enclave_info_mutex); + + /* + * Enclaves that were never started cannot receive out-of-band + * events. + */ + if (ne_enclave->state != NE_STATE_RUNNING) + goto unlock; + + slot_info_req.slot_uid = ne_enclave->slot_uid; + + rc = ne_do_request(pdev, SLOT_INFO, + &slot_info_req, sizeof(slot_info_req), + &cmd_reply, sizeof(cmd_reply)); + if (rc < 0) + dev_err(&pdev->dev, "Error in slot info [rc=%d]\n", rc); + + /* Notify enclave process that the enclave state changed. */ + if (ne_enclave->state != cmd_reply.state) { + ne_enclave->state = cmd_reply.state; + + ne_enclave->has_event = true; + + wake_up_interruptible(&ne_enclave->eventq); + } + +unlock: + mutex_unlock(&ne_enclave->enclave_info_mutex); + } + + mutex_unlock(&ne_pci_dev->enclaves_list_mutex); +} + +/** + * ne_event_handler() - Interrupt handler for PCI device out-of-band events. + * This interrupt does not supply any data in the MMIO + * region. It notifies a change in the state of any of + * the launched enclaves. + * @irq: Received interrupt for an out-of-band event. + * @args: PCI device private data structure. + * + * Context: Interrupt context. + * Return: + * * IRQ_HANDLED on handled interrupt. + */ +static irqreturn_t ne_event_handler(int irq, void *args) +{ + struct ne_pci_dev *ne_pci_dev = (struct ne_pci_dev *)args; + + queue_work(ne_pci_dev->event_wq, &ne_pci_dev->notify_work); + + return IRQ_HANDLED; +} + +/** + * ne_setup_msix() - Setup MSI-X vectors for the PCI device. + * @pdev: PCI device to setup the MSI-X for. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_setup_msix(struct pci_dev *pdev) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + int nr_vecs = 0; + int rc = -EINVAL; + + nr_vecs = pci_msix_vec_count(pdev); + if (nr_vecs < 0) { + rc = nr_vecs; + + dev_err(&pdev->dev, "Error in getting vec count [rc=%d]\n", rc); + + return rc; + } + + rc = pci_alloc_irq_vectors(pdev, nr_vecs, nr_vecs, PCI_IRQ_MSIX); + if (rc < 0) { + dev_err(&pdev->dev, "Error in alloc MSI-X vecs [rc=%d]\n", rc); + + return rc; + } + + /* + * This IRQ gets triggered every time the PCI device responds to a + * command request. The reply is then retrieved, reading from the MMIO + * space of the PCI device. + */ + rc = request_irq(pci_irq_vector(pdev, NE_VEC_REPLY), ne_reply_handler, + 0, "enclave_cmd", ne_pci_dev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in request irq reply [rc=%d]\n", rc); + + goto free_irq_vectors; + } + + ne_pci_dev->event_wq = create_singlethread_workqueue("ne_pci_dev_wq"); + if (!ne_pci_dev->event_wq) { + rc = -ENOMEM; + + dev_err(&pdev->dev, "Cannot get wq for dev events [rc=%d]\n", rc); + + goto free_reply_irq_vec; + } + + INIT_WORK(&ne_pci_dev->notify_work, ne_event_work_handler); + + /* + * This IRQ gets triggered every time any enclave's state changes. Its + * handler then scans for the changes and propagates them to the user + * space. + */ + rc = request_irq(pci_irq_vector(pdev, NE_VEC_EVENT), ne_event_handler, + 0, "enclave_evt", ne_pci_dev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in request irq event [rc=%d]\n", rc); + + goto destroy_wq; + } + + return 0; + +destroy_wq: + destroy_workqueue(ne_pci_dev->event_wq); +free_reply_irq_vec: + free_irq(pci_irq_vector(pdev, NE_VEC_REPLY), ne_pci_dev); +free_irq_vectors: + pci_free_irq_vectors(pdev); + + return rc; +} + +/** + * ne_teardown_msix() - Teardown MSI-X vectors for the PCI device. + * @pdev: PCI device to teardown the MSI-X for. + * + * Context: Process context. + */ +static void ne_teardown_msix(struct pci_dev *pdev) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + free_irq(pci_irq_vector(pdev, NE_VEC_EVENT), ne_pci_dev); + + flush_work(&ne_pci_dev->notify_work); + flush_workqueue(ne_pci_dev->event_wq); + destroy_workqueue(ne_pci_dev->event_wq); + + free_irq(pci_irq_vector(pdev, NE_VEC_REPLY), ne_pci_dev); + + pci_free_irq_vectors(pdev); +} + +/** + * ne_pci_dev_enable() - Select the PCI device version and enable it. + * @pdev: PCI device to select version for and then enable. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_pci_dev_enable(struct pci_dev *pdev) +{ + u8 dev_enable_reply = 0; + u16 dev_version_reply = 0; + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + iowrite16(NE_VERSION_MAX, ne_pci_dev->iomem_base + NE_VERSION); + + dev_version_reply = ioread16(ne_pci_dev->iomem_base + NE_VERSION); + if (dev_version_reply != NE_VERSION_MAX) { + dev_err(&pdev->dev, "Error in pci dev version cmd\n"); + + return -EIO; + } + + iowrite8(NE_ENABLE_ON, ne_pci_dev->iomem_base + NE_ENABLE); + + dev_enable_reply = ioread8(ne_pci_dev->iomem_base + NE_ENABLE); + if (dev_enable_reply != NE_ENABLE_ON) { + dev_err(&pdev->dev, "Error in pci dev enable cmd\n"); + + return -EIO; + } + + return 0; +} + +/** + * ne_pci_dev_disable() - Disable the PCI device. + * @pdev: PCI device to disable. + * + * Context: Process context. + */ +static void ne_pci_dev_disable(struct pci_dev *pdev) +{ + u8 dev_disable_reply = 0; + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + const unsigned int sleep_time = 10; /* 10 ms */ + unsigned int sleep_time_count = 0; + + iowrite8(NE_ENABLE_OFF, ne_pci_dev->iomem_base + NE_ENABLE); + + /* + * Check for NE_ENABLE_OFF in a loop, to handle cases when the device + * state is not immediately set to disabled and going through a + * transitory state of disabling. + */ + while (sleep_time_count < NE_DEFAULT_TIMEOUT_MSECS) { + dev_disable_reply = ioread8(ne_pci_dev->iomem_base + NE_ENABLE); + if (dev_disable_reply == NE_ENABLE_OFF) + return; + + msleep_interruptible(sleep_time); + sleep_time_count += sleep_time; + } + + dev_disable_reply = ioread8(ne_pci_dev->iomem_base + NE_ENABLE); + if (dev_disable_reply != NE_ENABLE_OFF) + dev_err(&pdev->dev, "Error in pci dev disable cmd\n"); +} + +/** + * ne_pci_probe() - Probe function for the NE PCI device. + * @pdev: PCI device to match with the NE PCI driver. + * @id : PCI device id table associated with the NE PCI driver. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) +{ + struct ne_pci_dev *ne_pci_dev = NULL; + int rc = -EINVAL; + + ne_pci_dev = kzalloc(sizeof(*ne_pci_dev), GFP_KERNEL); + if (!ne_pci_dev) + return -ENOMEM; + + rc = pci_enable_device(pdev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in pci dev enable [rc=%d]\n", rc); + + goto free_ne_pci_dev; + } + + pci_set_master(pdev); + + rc = pci_request_regions_exclusive(pdev, "nitro_enclaves"); + if (rc < 0) { + dev_err(&pdev->dev, "Error in pci request regions [rc=%d]\n", rc); + + goto disable_pci_dev; + } + + ne_pci_dev->iomem_base = pci_iomap(pdev, PCI_BAR_NE, 0); + if (!ne_pci_dev->iomem_base) { + rc = -ENOMEM; + + dev_err(&pdev->dev, "Error in pci iomap [rc=%d]\n", rc); + + goto release_pci_regions; + } + + pci_set_drvdata(pdev, ne_pci_dev); + + rc = ne_setup_msix(pdev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in pci dev msix setup [rc=%d]\n", rc); + + goto iounmap_pci_bar; + } + + ne_pci_dev_disable(pdev); + + rc = ne_pci_dev_enable(pdev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in ne_pci_dev enable [rc=%d]\n", rc); + + goto teardown_msix; + } + + atomic_set(&ne_pci_dev->cmd_reply_avail, 0); + init_waitqueue_head(&ne_pci_dev->cmd_reply_wait_q); + INIT_LIST_HEAD(&ne_pci_dev->enclaves_list); + mutex_init(&ne_pci_dev->enclaves_list_mutex); + mutex_init(&ne_pci_dev->pci_dev_mutex); + ne_pci_dev->pdev = pdev; + + ne_devs.ne_pci_dev = ne_pci_dev; + + rc = misc_register(ne_devs.ne_misc_dev); + if (rc < 0) { + dev_err(&pdev->dev, "Error in misc dev register [rc=%d]\n", rc); + + goto disable_ne_pci_dev; + } + + return 0; + +disable_ne_pci_dev: + ne_devs.ne_pci_dev = NULL; + ne_pci_dev_disable(pdev); +teardown_msix: + ne_teardown_msix(pdev); +iounmap_pci_bar: + pci_set_drvdata(pdev, NULL); + pci_iounmap(pdev, ne_pci_dev->iomem_base); +release_pci_regions: + pci_release_regions(pdev); +disable_pci_dev: + pci_disable_device(pdev); +free_ne_pci_dev: + kfree(ne_pci_dev); + + return rc; +} + +/** + * ne_pci_remove() - Remove function for the NE PCI device. + * @pdev: PCI device associated with the NE PCI driver. + * + * Context: Process context. + */ +static void ne_pci_remove(struct pci_dev *pdev) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + misc_deregister(ne_devs.ne_misc_dev); + + ne_devs.ne_pci_dev = NULL; + + ne_pci_dev_disable(pdev); + + ne_teardown_msix(pdev); + + pci_set_drvdata(pdev, NULL); + + pci_iounmap(pdev, ne_pci_dev->iomem_base); + + pci_release_regions(pdev); + + pci_disable_device(pdev); + + kfree(ne_pci_dev); +} + +/** + * ne_pci_shutdown() - Shutdown function for the NE PCI device. + * @pdev: PCI device associated with the NE PCI driver. + * + * Context: Process context. + */ +static void ne_pci_shutdown(struct pci_dev *pdev) +{ + struct ne_pci_dev *ne_pci_dev = pci_get_drvdata(pdev); + + if (!ne_pci_dev) + return; + + misc_deregister(ne_devs.ne_misc_dev); + + ne_devs.ne_pci_dev = NULL; + + ne_pci_dev_disable(pdev); + + ne_teardown_msix(pdev); + + pci_set_drvdata(pdev, NULL); + + pci_iounmap(pdev, ne_pci_dev->iomem_base); + + pci_release_regions(pdev); + + pci_disable_device(pdev); + + kfree(ne_pci_dev); +} + +/* + * TODO: Add suspend / resume functions for power management w/ CONFIG_PM, if + * needed. + */ +/* NE PCI device driver. */ +struct pci_driver ne_pci_driver = { + .name = "nitro_enclaves", + .id_table = ne_pci_ids, + .probe = ne_pci_probe, + .remove = ne_pci_remove, + .shutdown = ne_pci_shutdown, +}; diff --git a/drivers/virt/nitro_enclaves/ne_pci_dev.h b/drivers/virt/nitro_enclaves/ne_pci_dev.h new file mode 100644 index 0000000000000..6e9f28971a4e0 --- /dev/null +++ b/drivers/virt/nitro_enclaves/ne_pci_dev.h @@ -0,0 +1,331 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +#ifndef _NE_PCI_DEV_H_ +#define _NE_PCI_DEV_H_ + +#include +#include +#include +#include +#include +#include + +/** + * DOC: Nitro Enclaves (NE) PCI device + */ + +/** + * PCI_DEVICE_ID_NE - Nitro Enclaves PCI device id. + */ +#define PCI_DEVICE_ID_NE (0xe4c1) +/** + * PCI_BAR_NE - Nitro Enclaves PCI device MMIO BAR. + */ +#define PCI_BAR_NE (0x03) + +/** + * DOC: Device registers in the NE PCI device MMIO BAR + */ + +/** + * NE_ENABLE - (1 byte) Register to notify the device that the driver is using + * it (Read/Write). + */ +#define NE_ENABLE (0x0000) +#define NE_ENABLE_OFF (0x00) +#define NE_ENABLE_ON (0x01) + +/** + * NE_VERSION - (2 bytes) Register to select the device run-time version + * (Read/Write). + */ +#define NE_VERSION (0x0002) +#define NE_VERSION_MAX (0x0001) + +/** + * NE_COMMAND - (4 bytes) Register to notify the device what command was + * requested (Write-Only). + */ +#define NE_COMMAND (0x0004) + +/** + * NE_EVTCNT - (4 bytes) Register to notify the driver that a reply or a device + * event is available (Read-Only): + * - Lower half - command reply counter + * - Higher half - out-of-band device event counter + */ +#define NE_EVTCNT (0x000c) +#define NE_EVTCNT_REPLY_SHIFT (0) +#define NE_EVTCNT_REPLY_MASK (0x0000ffff) +#define NE_EVTCNT_REPLY(cnt) (((cnt) & NE_EVTCNT_REPLY_MASK) >> \ + NE_EVTCNT_REPLY_SHIFT) +#define NE_EVTCNT_EVENT_SHIFT (16) +#define NE_EVTCNT_EVENT_MASK (0xffff0000) +#define NE_EVTCNT_EVENT(cnt) (((cnt) & NE_EVTCNT_EVENT_MASK) >> \ + NE_EVTCNT_EVENT_SHIFT) + +/** + * NE_SEND_DATA - (240 bytes) Buffer for sending the command request payload + * (Read/Write). + */ +#define NE_SEND_DATA (0x0010) + +/** + * NE_RECV_DATA - (240 bytes) Buffer for receiving the command reply payload + * (Read-Only). + */ +#define NE_RECV_DATA (0x0100) + +/** + * DOC: Device MMIO buffer sizes + */ + +/** + * NE_SEND_DATA_SIZE - Size of the send buffer, in bytes. + */ +#define NE_SEND_DATA_SIZE (240) + +/** + * NE_RECV_DATA_SIZE - Size of the receive buffer, in bytes. + */ +#define NE_RECV_DATA_SIZE (240) + +/** + * DOC: MSI-X interrupt vectors + */ + +/** + * NE_VEC_REPLY - MSI-X vector used for command reply notification. + */ +#define NE_VEC_REPLY (0) + +/** + * NE_VEC_EVENT - MSI-X vector used for out-of-band events e.g. enclave crash. + */ +#define NE_VEC_EVENT (1) + +/** + * enum ne_pci_dev_cmd_type - Device command types. + * @INVALID_CMD: Invalid command. + * @ENCLAVE_START: Start an enclave, after setting its resources. + * @ENCLAVE_GET_SLOT: Get the slot uid of an enclave. + * @ENCLAVE_STOP: Terminate an enclave. + * @SLOT_ALLOC : Allocate a slot for an enclave. + * @SLOT_FREE: Free the slot allocated for an enclave + * @SLOT_ADD_MEM: Add a memory region to an enclave slot. + * @SLOT_ADD_VCPU: Add a vCPU to an enclave slot. + * @SLOT_COUNT : Get the number of allocated slots. + * @NEXT_SLOT: Get the next slot in the list of allocated slots. + * @SLOT_INFO: Get the info for a slot e.g. slot uid, vCPUs count. + * @SLOT_ADD_BULK_VCPUS: Add a number of vCPUs, not providing CPU ids. + * @MAX_CMD: A gatekeeper for max possible command type. + */ +enum ne_pci_dev_cmd_type { + INVALID_CMD = 0, + ENCLAVE_START = 1, + ENCLAVE_GET_SLOT = 2, + ENCLAVE_STOP = 3, + SLOT_ALLOC = 4, + SLOT_FREE = 5, + SLOT_ADD_MEM = 6, + SLOT_ADD_VCPU = 7, + SLOT_COUNT = 8, + NEXT_SLOT = 9, + SLOT_INFO = 10, + SLOT_ADD_BULK_VCPUS = 11, + MAX_CMD, +}; + +/** + * DOC: Device commands - payload structure for requests and replies. + */ + +/** + * struct enclave_start_req - ENCLAVE_START request. + * @slot_uid: Slot unique id mapped to the enclave to start. + * @enclave_cid: Context ID (CID) for the enclave vsock device. + * If 0, CID is autogenerated. + * @flags: Flags for the enclave to start with (e.g. debug mode). + */ +struct enclave_start_req { + u64 slot_uid; + u64 enclave_cid; + u64 flags; +}; + +/** + * struct enclave_get_slot_req - ENCLAVE_GET_SLOT request. + * @enclave_cid: Context ID (CID) for the enclave vsock device. + */ +struct enclave_get_slot_req { + u64 enclave_cid; +}; + +/** + * struct enclave_stop_req - ENCLAVE_STOP request. + * @slot_uid: Slot unique id mapped to the enclave to stop. + */ +struct enclave_stop_req { + u64 slot_uid; +}; + +/** + * struct slot_alloc_req - SLOT_ALLOC request. + * @unused: In order to avoid weird sizeof edge cases. + */ +struct slot_alloc_req { + u8 unused; +}; + +/** + * struct slot_free_req - SLOT_FREE request. + * @slot_uid: Slot unique id mapped to the slot to free. + */ +struct slot_free_req { + u64 slot_uid; +}; + +/* TODO: Add flags field to the request to add memory region. */ +/** + * struct slot_add_mem_req - SLOT_ADD_MEM request. + * @slot_uid: Slot unique id mapped to the slot to add the memory region to. + * @paddr: Physical address of the memory region to add to the slot. + * @size: Memory size, in bytes, of the memory region to add to the slot. + */ +struct slot_add_mem_req { + u64 slot_uid; + u64 paddr; + u64 size; +}; + +/** + * struct slot_add_vcpu_req - SLOT_ADD_VCPU request. + * @slot_uid: Slot unique id mapped to the slot to add the vCPU to. + * @vcpu_id: vCPU ID of the CPU to add to the enclave. + * @padding: Padding for the overall data structure. + */ +struct slot_add_vcpu_req { + u64 slot_uid; + u32 vcpu_id; + u8 padding[4]; +}; + +/** + * struct slot_count_req - SLOT_COUNT request. + * @unused: In order to avoid weird sizeof edge cases. + */ +struct slot_count_req { + u8 unused; +}; + +/** + * struct next_slot_req - NEXT_SLOT request. + * @slot_uid: Slot unique id of the next slot in the iteration. + */ +struct next_slot_req { + u64 slot_uid; +}; + +/** + * struct slot_info_req - SLOT_INFO request. + * @slot_uid: Slot unique id mapped to the slot to get information about. + */ +struct slot_info_req { + u64 slot_uid; +}; + +/** + * struct slot_add_bulk_vcpus_req - SLOT_ADD_BULK_VCPUS request. + * @slot_uid: Slot unique id mapped to the slot to add vCPUs to. + * @nr_vcpus: Number of vCPUs to add to the slot. + */ +struct slot_add_bulk_vcpus_req { + u64 slot_uid; + u64 nr_vcpus; +}; + +/** + * struct ne_pci_dev_cmd_reply - NE PCI device command reply. + * @rc : Return code of the logic that processed the request. + * @padding0: Padding for the overall data structure. + * @slot_uid: Valid for all commands except SLOT_COUNT. + * @enclave_cid: Valid for ENCLAVE_START command. + * @slot_count : Valid for SLOT_COUNT command. + * @mem_regions: Valid for SLOT_ALLOC and SLOT_INFO commands. + * @mem_size: Valid for SLOT_INFO command. + * @nr_vcpus: Valid for SLOT_INFO command. + * @flags: Valid for SLOT_INFO command. + * @state: Valid for SLOT_INFO command. + * @padding1: Padding for the overall data structure. + */ +struct ne_pci_dev_cmd_reply { + s32 rc; + u8 padding0[4]; + u64 slot_uid; + u64 enclave_cid; + u64 slot_count; + u64 mem_regions; + u64 mem_size; + u64 nr_vcpus; + u64 flags; + u16 state; + u8 padding1[6]; +}; + +/** + * struct ne_pci_dev - Nitro Enclaves (NE) PCI device. + * @cmd_reply_avail: Variable set if a reply has been sent by the + * PCI device. + * @cmd_reply_wait_q: Wait queue for handling command reply from the + * PCI device. + * @enclaves_list: List of the enclaves managed by the PCI device. + * @enclaves_list_mutex: Mutex for accessing the list of enclaves. + * @event_wq: Work queue for handling out-of-band events + * triggered by the Nitro Hypervisor which require + * enclave state scanning and propagation to the + * enclave process. + * @iomem_base : MMIO region of the PCI device. + * @notify_work: Work item for every received out-of-band event. + * @pci_dev_mutex: Mutex for accessing the PCI device MMIO space. + * @pdev: PCI device data structure. + */ +struct ne_pci_dev { + atomic_t cmd_reply_avail; + wait_queue_head_t cmd_reply_wait_q; + struct list_head enclaves_list; + struct mutex enclaves_list_mutex; + struct workqueue_struct *event_wq; + void __iomem *iomem_base; + struct work_struct notify_work; + struct mutex pci_dev_mutex; + struct pci_dev *pdev; +}; + +/** + * ne_do_request() - Submit command request to the PCI device based on the command + * type and retrieve the associated reply. + * @pdev: PCI device to send the command to and receive the reply from. + * @cmd_type: Command type of the request sent to the PCI device. + * @cmd_request: Command request payload. + * @cmd_request_size: Size of the command request payload. + * @cmd_reply: Command reply payload. + * @cmd_reply_size: Size of the command reply payload. + * + * Context: Process context. This function uses the ne_pci_dev mutex to handle + * one command at a time. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +int ne_do_request(struct pci_dev *pdev, enum ne_pci_dev_cmd_type cmd_type, + void *cmd_request, size_t cmd_request_size, + struct ne_pci_dev_cmd_reply *cmd_reply, + size_t cmd_reply_size); + +/* Nitro Enclaves (NE) PCI device driver */ +extern struct pci_driver ne_pci_driver; + +#endif /* _NE_PCI_DEV_H_ */ diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c index 91627e7443260..cab97cda54304 100644 --- a/drivers/virtio/virtio.c +++ b/drivers/virtio/virtio.c @@ -167,14 +167,12 @@ void virtio_add_status(struct virtio_device *dev, unsigned int status) } EXPORT_SYMBOL_GPL(virtio_add_status); -int virtio_finalize_features(struct virtio_device *dev) +/* Do some validation, then set FEATURES_OK */ +static int virtio_features_ok(struct virtio_device *dev) { - int ret = dev->config->finalize_features(dev); unsigned status; might_sleep(); - if (ret) - return ret; if (!virtio_has_feature(dev, VIRTIO_F_VERSION_1)) return 0; @@ -188,7 +186,6 @@ int virtio_finalize_features(struct virtio_device *dev) } return 0; } -EXPORT_SYMBOL_GPL(virtio_finalize_features); static int virtio_dev_probe(struct device *_d) { @@ -225,17 +222,6 @@ static int virtio_dev_probe(struct device *_d) driver_features_legacy = driver_features; } - /* - * Some devices detect legacy solely via F_VERSION_1. Write - * F_VERSION_1 to force LE config space accesses before FEATURES_OK for - * these when needed. - */ - if (drv->validate && !virtio_legacy_is_little_endian() - && device_features & BIT_ULL(VIRTIO_F_VERSION_1)) { - dev->features = BIT_ULL(VIRTIO_F_VERSION_1); - dev->config->finalize_features(dev); - } - if (device_features & (1ULL << VIRTIO_F_VERSION_1)) dev->features = driver_features & device_features; else @@ -246,13 +232,26 @@ static int virtio_dev_probe(struct device *_d) if (device_features & (1ULL << i)) __virtio_set_bit(dev, i); + err = dev->config->finalize_features(dev); + if (err) + goto err; + if (drv->validate) { + u64 features = dev->features; + err = drv->validate(dev); if (err) goto err; + + /* Did validation change any features? Then write them again. */ + if (features != dev->features) { + err = dev->config->finalize_features(dev); + if (err) + goto err; + } } - err = virtio_finalize_features(dev); + err = virtio_features_ok(dev); if (err) goto err; @@ -417,7 +416,11 @@ int virtio_device_restore(struct virtio_device *dev) /* We have a driver! */ virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER); - ret = virtio_finalize_features(dev); + ret = dev->config->finalize_features(dev); + if (ret) + goto err; + + ret = virtio_features_ok(dev); if (ret) goto err; diff --git a/drivers/w1/slaves/w1_therm.c b/drivers/w1/slaves/w1_therm.c index e028e00927991..cf1e01f0dede3 100644 --- a/drivers/w1/slaves/w1_therm.c +++ b/drivers/w1/slaves/w1_therm.c @@ -679,16 +679,20 @@ static ssize_t w1_seq_show(struct device *device, if (sl->reg_num.id == reg_num->id) seq = i; + if (w1_reset_bus(sl->master)) + goto error; + + /* Put the device into chain DONE state */ + w1_write_8(sl->master, W1_MATCH_ROM); + w1_write_block(sl->master, (u8 *)&rn, 8); w1_write_8(sl->master, W1_42_CHAIN); w1_write_8(sl->master, W1_42_CHAIN_DONE); w1_write_8(sl->master, W1_42_CHAIN_DONE_INV); - w1_read_block(sl->master, &ack, sizeof(ack)); /* check for acknowledgment */ ack = w1_read_8(sl->master); if (ack != W1_42_SUCCESS_CONFIRM_BYTE) goto error; - } /* Exit from CHAIN state */ diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c index 87cfadd70d0db..15fd0bd0a80eb 100644 --- a/drivers/xen/events/events_base.c +++ b/drivers/xen/events/events_base.c @@ -64,6 +64,10 @@ #include #include +#ifdef CONFIG_ACPI +#include +#endif + #include "events_internal.h" #undef MODULE_PARAM_PREFIX @@ -435,6 +439,14 @@ static void bind_evtchn_to_cpu(unsigned int chn, unsigned int cpu) info->cpu = cpu; } +static void xen_evtchn_mask_all(void) +{ + unsigned int evtchn; + + for (evtchn = 0; evtchn < xen_evtchn_nr_channels(); evtchn++) + mask_evtchn(evtchn); +} + /** * notify_remote_via_irq - send event to remote end of event channel via irq * @irq: irq of event channel to send event to @@ -2000,6 +2012,7 @@ void xen_irq_resume(void) struct irq_info *info; /* New event-channel space is not 'live' yet. */ + xen_evtchn_mask_all(); xen_evtchn_resume(); /* No IRQ <-> event-channel mappings. */ @@ -2016,6 +2029,19 @@ void xen_irq_resume(void) restore_pirqs(); } +void xen_shutdown_pirqs(void) +{ + struct irq_info *info; + + list_for_each_entry(info, &xen_irq_list_head, list) { + if (info->type != IRQT_PIRQ || !VALID_EVTCHN(info->evtchn)) + continue; + + shutdown_pirq(irq_get_irq_data(info->irq)); + irq_state_clr_started(irq_to_desc(info->irq)); + } +} + static struct irq_chip xen_dynamic_chip __read_mostly = { .name = "xen-dyn", @@ -2129,7 +2155,6 @@ static int xen_evtchn_cpu_dead(unsigned int cpu) void __init xen_init_IRQ(void) { int ret = -EINVAL; - unsigned int evtchn; if (fifo_events) ret = xen_evtchn_fifo_init(); @@ -2147,8 +2172,7 @@ void __init xen_init_IRQ(void) BUG_ON(!evtchn_to_irq); /* No event channels are 'live' right now. */ - for (evtchn = 0; evtchn < xen_evtchn_nr_channels(); evtchn++) - mask_evtchn(evtchn); + xen_evtchn_mask_all(); pirq_needs_eoi = pirq_needs_eoi_flag; diff --git a/drivers/xen/gntalloc.c b/drivers/xen/gntalloc.c index 3fa40c723e8e9..edb0acd0b8323 100644 --- a/drivers/xen/gntalloc.c +++ b/drivers/xen/gntalloc.c @@ -169,20 +169,14 @@ static int add_grefs(struct ioctl_gntalloc_alloc_gref *op, __del_gref(gref); } - /* It's possible for the target domain to map the just-allocated grant - * references by blindly guessing their IDs; if this is done, then - * __del_gref will leave them in the queue_gref list. They need to be - * added to the global list so that we can free them when they are no - * longer referenced. - */ - if (unlikely(!list_empty(&queue_gref))) - list_splice_tail(&queue_gref, &gref_list); mutex_unlock(&gref_mutex); return rc; } static void __del_gref(struct gntalloc_gref *gref) { + unsigned long addr; + if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { uint8_t *tmp = kmap(gref->page); tmp[gref->notify.pgoff] = 0; @@ -196,21 +190,16 @@ static void __del_gref(struct gntalloc_gref *gref) gref->notify.flags = 0; if (gref->gref_id) { - if (gnttab_query_foreign_access(gref->gref_id)) - return; - - if (!gnttab_end_foreign_access_ref(gref->gref_id, 0)) - return; - - gnttab_free_grant_reference(gref->gref_id); + if (gref->page) { + addr = (unsigned long)page_to_virt(gref->page); + gnttab_end_foreign_access(gref->gref_id, 0, addr); + } else + gnttab_free_grant_reference(gref->gref_id); } gref_size--; list_del(&gref->next_gref); - if (gref->page) - __free_page(gref->page); - kfree(gref); } diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index 49b381e104efa..c75dc17d1a617 100644 --- a/drivers/xen/grant-table.c +++ b/drivers/xen/grant-table.c @@ -135,12 +135,9 @@ struct gnttab_ops { */ unsigned long (*end_foreign_transfer_ref)(grant_ref_t ref); /* - * Query the status of a grant entry. Ref parameter is reference of - * queried grant entry, return value is the status of queried entry. - * Detailed status(writing/reading) can be gotten from the return value - * by bit operations. + * Read the frame number related to a given grant reference. */ - int (*query_foreign_access)(grant_ref_t ref); + unsigned long (*read_frame)(grant_ref_t ref); }; struct unmap_refs_callback_data { @@ -285,22 +282,6 @@ int gnttab_grant_foreign_access(domid_t domid, unsigned long frame, } EXPORT_SYMBOL_GPL(gnttab_grant_foreign_access); -static int gnttab_query_foreign_access_v1(grant_ref_t ref) -{ - return gnttab_shared.v1[ref].flags & (GTF_reading|GTF_writing); -} - -static int gnttab_query_foreign_access_v2(grant_ref_t ref) -{ - return grstatus[ref] & (GTF_reading|GTF_writing); -} - -int gnttab_query_foreign_access(grant_ref_t ref) -{ - return gnttab_interface->query_foreign_access(ref); -} -EXPORT_SYMBOL_GPL(gnttab_query_foreign_access); - static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref, int readonly) { u16 flags, nflags; @@ -354,6 +335,16 @@ int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) } EXPORT_SYMBOL_GPL(gnttab_end_foreign_access_ref); +static unsigned long gnttab_read_frame_v1(grant_ref_t ref) +{ + return gnttab_shared.v1[ref].frame; +} + +static unsigned long gnttab_read_frame_v2(grant_ref_t ref) +{ + return gnttab_shared.v2[ref].full_page.frame; +} + struct deferred_entry { struct list_head list; grant_ref_t ref; @@ -383,12 +374,9 @@ static void gnttab_handle_deferred(struct timer_list *unused) spin_unlock_irqrestore(&gnttab_list_lock, flags); if (_gnttab_end_foreign_access_ref(entry->ref, entry->ro)) { put_free_entry(entry->ref); - if (entry->page) { - pr_debug("freeing g.e. %#x (pfn %#lx)\n", - entry->ref, page_to_pfn(entry->page)); - put_page(entry->page); - } else - pr_info("freeing g.e. %#x\n", entry->ref); + pr_debug("freeing g.e. %#x (pfn %#lx)\n", + entry->ref, page_to_pfn(entry->page)); + put_page(entry->page); kfree(entry); entry = NULL; } else { @@ -413,9 +401,18 @@ static void gnttab_handle_deferred(struct timer_list *unused) static void gnttab_add_deferred(grant_ref_t ref, bool readonly, struct page *page) { - struct deferred_entry *entry = kmalloc(sizeof(*entry), GFP_ATOMIC); + struct deferred_entry *entry; + gfp_t gfp = (in_atomic() || irqs_disabled()) ? GFP_ATOMIC : GFP_KERNEL; const char *what = KERN_WARNING "leaking"; + entry = kmalloc(sizeof(*entry), gfp); + if (!page) { + unsigned long gfn = gnttab_interface->read_frame(ref); + + page = pfn_to_page(gfn_to_pfn(gfn)); + get_page(page); + } + if (entry) { unsigned long flags; @@ -436,11 +433,21 @@ static void gnttab_add_deferred(grant_ref_t ref, bool readonly, what, ref, page ? page_to_pfn(page) : -1); } +int gnttab_try_end_foreign_access(grant_ref_t ref) +{ + int ret = _gnttab_end_foreign_access_ref(ref, 0); + + if (ret) + put_free_entry(ref); + + return ret; +} +EXPORT_SYMBOL_GPL(gnttab_try_end_foreign_access); + void gnttab_end_foreign_access(grant_ref_t ref, int readonly, unsigned long page) { - if (gnttab_end_foreign_access_ref(ref, readonly)) { - put_free_entry(ref); + if (gnttab_try_end_foreign_access(ref)) { if (page != 0) put_page(virt_to_page(page)); } else @@ -1297,7 +1304,7 @@ static const struct gnttab_ops gnttab_v1_ops = { .update_entry = gnttab_update_entry_v1, .end_foreign_access_ref = gnttab_end_foreign_access_ref_v1, .end_foreign_transfer_ref = gnttab_end_foreign_transfer_ref_v1, - .query_foreign_access = gnttab_query_foreign_access_v1, + .read_frame = gnttab_read_frame_v1, }; static const struct gnttab_ops gnttab_v2_ops = { @@ -1309,7 +1316,7 @@ static const struct gnttab_ops gnttab_v2_ops = { .update_entry = gnttab_update_entry_v2, .end_foreign_access_ref = gnttab_end_foreign_access_ref_v2, .end_foreign_transfer_ref = gnttab_end_foreign_transfer_ref_v2, - .query_foreign_access = gnttab_query_foreign_access_v2, + .read_frame = gnttab_read_frame_v2, }; static bool gnttab_need_v2(void) diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c index cd046684e0d1b..042fc68dc7a36 100644 --- a/drivers/xen/manage.c +++ b/drivers/xen/manage.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -40,6 +41,31 @@ enum shutdown_state { /* Ignore multiple shutdown requests. */ static enum shutdown_state shutting_down = SHUTDOWN_INVALID; +enum suspend_modes { + NO_SUSPEND = 0, + XEN_SUSPEND, + PM_SUSPEND, + PM_HIBERNATION, +}; + +/* Protected by pm_mutex */ +static enum suspend_modes suspend_mode = NO_SUSPEND; + +bool xen_suspend_mode_is_xen_suspend(void) +{ + return suspend_mode == XEN_SUSPEND; +} + +bool xen_suspend_mode_is_pm_suspend(void) +{ + return suspend_mode == PM_SUSPEND; +} + +bool xen_suspend_mode_is_pm_hibernation(void) +{ + return suspend_mode == PM_HIBERNATION; +} + struct suspend_info { int cancelled; }; @@ -99,6 +125,10 @@ static void do_suspend(void) int err; struct suspend_info si; + lock_system_sleep(); + + suspend_mode = XEN_SUSPEND; + shutting_down = SHUTDOWN_SUSPEND; err = freeze_processes(); @@ -162,6 +192,10 @@ static void do_suspend(void) thaw_processes(); out: shutting_down = SHUTDOWN_INVALID; + + suspend_mode = NO_SUSPEND; + + unlock_system_sleep(); } #endif /* CONFIG_HIBERNATE_CALLBACKS */ @@ -387,3 +421,42 @@ int xen_setup_shutdown_event(void) EXPORT_SYMBOL_GPL(xen_setup_shutdown_event); subsys_initcall(xen_setup_shutdown_event); + +static int xen_pm_notifier(struct notifier_block *notifier, + unsigned long pm_event, void *unused) +{ + switch (pm_event) { + case PM_SUSPEND_PREPARE: + suspend_mode = PM_SUSPEND; + break; + case PM_HIBERNATION_PREPARE: + case PM_RESTORE_PREPARE: + suspend_mode = PM_HIBERNATION; + break; + case PM_POST_SUSPEND: + case PM_POST_RESTORE: + case PM_POST_HIBERNATION: + /* Set back to the default */ + suspend_mode = NO_SUSPEND; + break; + default: + pr_warn("Receive unknown PM event 0x%lx\n", pm_event); + return -EINVAL; + } + + return 0; +}; + +static struct notifier_block xen_pm_notifier_block = { + .notifier_call = xen_pm_notifier +}; + +static int xen_setup_pm_notifier(void) +{ + if (!xen_hvm_domain()) + return -ENODEV; + + return register_pm_notifier(&xen_pm_notifier_block); +} + +subsys_initcall(xen_setup_pm_notifier); diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c index 57592a6b5c9e3..91e52e05555eb 100644 --- a/drivers/xen/pvcalls-front.c +++ b/drivers/xen/pvcalls-front.c @@ -337,8 +337,8 @@ static void free_active_ring(struct sock_mapping *map) if (!map->active.ring) return; - free_pages((unsigned long)map->active.data.in, - map->active.ring->ring_order); + free_pages_exact(map->active.data.in, + PAGE_SIZE << map->active.ring->ring_order); free_page((unsigned long)map->active.ring); } @@ -352,8 +352,8 @@ static int alloc_active_ring(struct sock_mapping *map) goto out; map->active.ring->ring_order = PVCALLS_RING_ORDER; - bytes = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, - PVCALLS_RING_ORDER); + bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, + GFP_KERNEL | __GFP_ZERO); if (!bytes) goto out; diff --git a/drivers/xen/time.c b/drivers/xen/time.c index 0968859c29d0b..3560222cc0ddd 100644 --- a/drivers/xen/time.c +++ b/drivers/xen/time.c @@ -23,6 +23,9 @@ static DEFINE_PER_CPU(struct vcpu_runstate_info, xen_runstate); static DEFINE_PER_CPU(u64[4], old_runstate_time); +static DEFINE_PER_CPU(u64, xen_prev_steal_clock); +static DEFINE_PER_CPU(u64, xen_steal_clock_offset); + /* return an consistent snapshot of 64-bit time/counter value */ static u64 get64(const u64 *p) { @@ -149,7 +152,7 @@ bool xen_vcpu_stolen(int vcpu) return per_cpu(xen_runstate, vcpu).state == RUNSTATE_runnable; } -u64 xen_steal_clock(int cpu) +static u64 __xen_steal_clock(int cpu) { struct vcpu_runstate_info state; @@ -157,6 +160,30 @@ u64 xen_steal_clock(int cpu) return state.time[RUNSTATE_runnable] + state.time[RUNSTATE_offline]; } +u64 xen_steal_clock(int cpu) +{ + return __xen_steal_clock(cpu) + per_cpu(xen_steal_clock_offset, cpu); +} + +void xen_save_steal_clock(int cpu) +{ + per_cpu(xen_prev_steal_clock, cpu) = xen_steal_clock(cpu); +} + +void xen_restore_steal_clock(int cpu) +{ + u64 steal_clock = __xen_steal_clock(cpu); + + if (per_cpu(xen_prev_steal_clock, cpu) > steal_clock) { + /* Need to update the offset */ + per_cpu(xen_steal_clock_offset, cpu) = + per_cpu(xen_prev_steal_clock, cpu) - steal_clock; + } else { + /* Avoid unnecessary steal clock warp */ + per_cpu(xen_steal_clock_offset, cpu) = 0; + } +} + void xen_setup_runstate_info(int cpu) { struct vcpu_register_runstate_memory_area area; diff --git a/drivers/xen/xenbus/xenbus_client.c b/drivers/xen/xenbus/xenbus_client.c index 81eddb8529ffc..8739dd0ee870d 100644 --- a/drivers/xen/xenbus/xenbus_client.c +++ b/drivers/xen/xenbus/xenbus_client.c @@ -366,7 +366,14 @@ int xenbus_grant_ring(struct xenbus_device *dev, void *vaddr, unsigned int nr_pages, grant_ref_t *grefs) { int err; - int i, j; + unsigned int i; + grant_ref_t gref_head; + + err = gnttab_alloc_grant_references(nr_pages, &gref_head); + if (err) { + xenbus_dev_fatal(dev, err, "granting access to ring page"); + return err; + } for (i = 0; i < nr_pages; i++) { unsigned long gfn; @@ -376,23 +383,14 @@ int xenbus_grant_ring(struct xenbus_device *dev, void *vaddr, else gfn = virt_to_gfn(vaddr); - err = gnttab_grant_foreign_access(dev->otherend_id, gfn, 0); - if (err < 0) { - xenbus_dev_fatal(dev, err, - "granting access to ring page"); - goto fail; - } - grefs[i] = err; + grefs[i] = gnttab_claim_grant_reference(&gref_head); + gnttab_grant_foreign_access_ref(grefs[i], dev->otherend_id, + gfn, 0); vaddr = vaddr + XEN_PAGE_SIZE; } return 0; - -fail: - for (j = 0; j < i; j++) - gnttab_end_foreign_access_ref(grefs[j], 0); - return err; } EXPORT_SYMBOL_GPL(xenbus_grant_ring); diff --git a/drivers/xen/xenbus/xenbus_probe.c b/drivers/xen/xenbus/xenbus_probe.c index b911a91bce6b7..bcdf491306593 100644 --- a/drivers/xen/xenbus/xenbus_probe.c +++ b/drivers/xen/xenbus/xenbus_probe.c @@ -49,6 +49,7 @@ #include #include #include +#include #include #include @@ -598,26 +599,47 @@ int xenbus_dev_suspend(struct device *dev) struct xenbus_driver *drv; struct xenbus_device *xdev = container_of(dev, struct xenbus_device, dev); + int (*cb)(struct xenbus_device *) = NULL; + bool xen_suspend = xen_suspend_mode_is_xen_suspend(); DPRINTK("%s", xdev->nodename); if (dev->driver == NULL) return 0; drv = to_xenbus_driver(dev->driver); - if (drv->suspend) - err = drv->suspend(xdev); - if (err) - pr_warn("suspend %s failed: %i\n", dev_name(dev), err); + + if (xen_suspend) + cb = drv->suspend; + else + cb = drv->freeze; + + if (cb) + err = cb(xdev); + + if (err) { + pr_warn("%s %s failed: %i\n", xen_suspend ? + "suspend" : "freeze", dev_name(dev), err); + return err; + } + + if (!xen_suspend) { + /* Forget otherend since this can become stale after restore */ + free_otherend_watch(xdev); + free_otherend_details(xdev); + } + return 0; } EXPORT_SYMBOL_GPL(xenbus_dev_suspend); int xenbus_dev_resume(struct device *dev) { - int err; + int err = 0; struct xenbus_driver *drv; struct xenbus_device *xdev = container_of(dev, struct xenbus_device, dev); + int (*cb)(struct xenbus_device *) = NULL; + bool xen_suspend = xen_suspend_mode_is_xen_suspend(); DPRINTK("%s", xdev->nodename); @@ -626,24 +648,34 @@ int xenbus_dev_resume(struct device *dev) drv = to_xenbus_driver(dev->driver); err = talk_to_otherend(xdev); if (err) { - pr_warn("resume (talk_to_otherend) %s failed: %i\n", + pr_warn("%s (talk_to_otherend) %s failed: %i\n", + xen_suspend ? "resume" : "restore", dev_name(dev), err); return err; } - xdev->state = XenbusStateInitialising; + if (xen_suspend) + xdev->state = XenbusStateInitialising; - if (drv->resume) { - err = drv->resume(xdev); - if (err) { - pr_warn("resume %s failed: %i\n", dev_name(dev), err); - return err; - } + if (xen_suspend) + cb = drv->resume; + else + cb = drv->restore; + + if (cb) + err = cb(xdev); + + if (err) { + pr_warn("%s %s failed: %i\n", + xen_suspend ? "resume" : "restore", + dev_name(dev), err); + return err; } err = watch_otherend(xdev); if (err) { - pr_warn("resume (watch_otherend) %s failed: %d.\n", + pr_warn("%s (watch_otherend) %s failed: %d.\n", + xen_suspend ? "resume" : "restore", dev_name(dev), err); return err; } @@ -654,8 +686,46 @@ EXPORT_SYMBOL_GPL(xenbus_dev_resume); int xenbus_dev_cancel(struct device *dev) { - /* Do nothing */ - DPRINTK("cancel"); + int err = 0; + struct xenbus_driver *drv; + struct xenbus_device *xdev + = container_of(dev, struct xenbus_device, dev); + bool xen_suspend = xen_suspend_mode_is_xen_suspend(); + + if (xen_suspend) { + /* Do nothing */ + DPRINTK("cancel"); + return 0; + } + + DPRINTK("%s", xdev->nodename); + + if (dev->driver == NULL) + return 0; + drv = to_xenbus_driver(dev->driver); + + err = talk_to_otherend(xdev); + if (err) { + pr_warn("thaw (talk_to_otherend) %s failed: %d.\n", + dev_name(dev), err); + return err; + } + + if (drv->thaw) { + err = drv->thaw(xdev); + if (err) { + pr_warn("thaw %s failed: %i\n", dev_name(dev), err); + return err; + } + } + + err = watch_otherend(xdev); + if (err) { + pr_warn("thaw (watch_otherend) %s failed: %d.\n", + dev_name(dev), err); + return err; + } + return 0; } EXPORT_SYMBOL_GPL(xenbus_dev_cancel); diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h index fcf1807cc8dd7..c8def2bdf2474 100644 --- a/fs/btrfs/extent_io.h +++ b/fs/btrfs/extent_io.h @@ -202,7 +202,7 @@ struct extent_buffer { */ struct extent_changeset { /* How many bytes are set/cleared in this operation */ - unsigned int bytes_changed; + u64 bytes_changed; /* Changed ranges */ struct ulist range_changed; diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index a5041bf0d5db1..5a3006c75d63f 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs/qgroup.c @@ -1116,6 +1116,14 @@ int btrfs_quota_disable(struct btrfs_fs_info *fs_info) if (!fs_info->quota_root) goto out; + /* + * Unlock the qgroup_ioctl_lock mutex before waiting for the rescan worker to + * complete. Otherwise we can deadlock because btrfs_remove_qgroup() needs + * to lock that mutex while holding a transaction handle and the rescan + * worker needs to commit a transaction. + */ + mutex_unlock(&fs_info->qgroup_ioctl_lock); + /* * Request qgroup rescan worker to complete and wait for it. This wait * must be done before transaction start for quota disable since it may @@ -1123,7 +1131,6 @@ int btrfs_quota_disable(struct btrfs_fs_info *fs_info) */ clear_bit(BTRFS_FS_QUOTA_ENABLED, &fs_info->flags); btrfs_qgroup_wait_for_completion(fs_info, false); - mutex_unlock(&fs_info->qgroup_ioctl_lock); /* * 1 For the root item diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 7bc4477d7ee7d..9b703c0db9796 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -1308,6 +1308,15 @@ static int unlink_old_inode_refs(struct btrfs_trans_handle *trans, inode, name, namelen); kfree(name); iput(dir); + /* + * Whenever we need to check if a name exists or not, we + * check the subvolume tree. So after an unlink we must + * run delayed items, so that future checks for a name + * during log replay see that the name does not exists + * anymore. + */ + if (!ret) + ret = btrfs_run_delayed_items(trans); if (ret) goto out; goto again; @@ -1559,6 +1568,15 @@ static noinline int add_inode_ref(struct btrfs_trans_handle *trans, */ if (!ret && inode->i_nlink == 0) inc_nlink(inode); + /* + * Whenever we need to check if a name exists or + * not, we check the subvolume tree. So after an + * unlink we must run delayed items, so that future + * checks for a name during log replay see that the + * name does not exists anymore. + */ + if (!ret) + ret = btrfs_run_delayed_items(trans); } if (ret < 0) goto out; @@ -4249,7 +4267,7 @@ static int log_one_extent(struct btrfs_trans_handle *trans, /* * Log all prealloc extents beyond the inode's i_size to make sure we do not - * lose them after doing a fast fsync and replaying the log. We scan the + * lose them after doing a full/fast fsync and replaying the log. We scan the * subvolume's root instead of iterating the inode's extent map tree because * otherwise we can log incorrect extent items based on extent map conversion. * That can happen due to the fact that extent maps are merged when they @@ -5042,6 +5060,7 @@ static int copy_inode_items_to_log(struct btrfs_trans_handle *trans, struct btrfs_log_ctx *ctx, bool *need_log_inode_item) { + const u64 i_size = i_size_read(&inode->vfs_inode); struct btrfs_root *root = inode->root; int ins_start_slot = 0; int ins_nr = 0; @@ -5062,13 +5081,21 @@ static int copy_inode_items_to_log(struct btrfs_trans_handle *trans, if (min_key->type > max_key->type) break; - if (min_key->type == BTRFS_INODE_ITEM_KEY) + if (min_key->type == BTRFS_INODE_ITEM_KEY) { *need_log_inode_item = false; - - if ((min_key->type == BTRFS_INODE_REF_KEY || - min_key->type == BTRFS_INODE_EXTREF_KEY) && - inode->generation == trans->transid && - !recursive_logging) { + } else if (min_key->type == BTRFS_EXTENT_DATA_KEY && + min_key->offset >= i_size) { + /* + * Extents at and beyond eof are logged with + * btrfs_log_prealloc_extents(). + * Only regular files have BTRFS_EXTENT_DATA_KEY keys, + * and no keys greater than that, so bail out. + */ + break; + } else if ((min_key->type == BTRFS_INODE_REF_KEY || + min_key->type == BTRFS_INODE_EXTREF_KEY) && + inode->generation == trans->transid && + !recursive_logging) { u64 other_ino = 0; u64 other_parent = 0; @@ -5099,10 +5126,8 @@ static int copy_inode_items_to_log(struct btrfs_trans_handle *trans, btrfs_release_path(path); goto next_key; } - } - - /* Skip xattrs, we log them later with btrfs_log_all_xattrs() */ - if (min_key->type == BTRFS_XATTR_ITEM_KEY) { + } else if (min_key->type == BTRFS_XATTR_ITEM_KEY) { + /* Skip xattrs, logged later with btrfs_log_all_xattrs() */ if (ins_nr == 0) goto next_slot; ret = copy_items(trans, inode, dst_path, path, @@ -5155,9 +5180,21 @@ static int copy_inode_items_to_log(struct btrfs_trans_handle *trans, break; } } - if (ins_nr) + if (ins_nr) { ret = copy_items(trans, inode, dst_path, path, ins_start_slot, ins_nr, inode_only, logged_isize); + if (ret) + return ret; + } + + if (inode_only == LOG_INODE_ALL && S_ISREG(inode->vfs_inode.i_mode)) { + /* + * Release the path because otherwise we might attempt to double + * lock the same leaf with btrfs_log_prealloc_extents() below. + */ + btrfs_release_path(path); + ret = btrfs_log_prealloc_extents(trans, inode, dst_path); + } return ret; } diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 36cdf593b3ccd..d23a78e438dd2 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -863,6 +863,7 @@ cifs_smb3_do_mount(struct file_system_type *fs_type, out_super: deactivate_locked_super(sb); + return root; out: cifs_cleanup_volume_info(volume_info); return root; diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c index 2992cebb78661..d73d88d9c2598 100644 --- a/fs/configfs/dir.c +++ b/fs/configfs/dir.c @@ -36,6 +36,14 @@ */ DEFINE_SPINLOCK(configfs_dirent_lock); +/* + * All of link_obj/unlink_obj/link_group/unlink_group require that + * subsys->su_mutex is held. + * But parent configfs_subsystem is NULL when config_item is root. + * Use this mutex when config_item is root. + */ +static DEFINE_MUTEX(configfs_subsystem_mutex); + static void configfs_d_iput(struct dentry * dentry, struct inode * inode) { @@ -1884,7 +1892,9 @@ int configfs_register_subsystem(struct configfs_subsystem *subsys) group->cg_item.ci_name = group->cg_item.ci_namebuf; sd = root->d_fsdata; + mutex_lock(&configfs_subsystem_mutex); link_group(to_config_group(sd->s_element), group); + mutex_unlock(&configfs_subsystem_mutex); inode_lock_nested(d_inode(root), I_MUTEX_PARENT); @@ -1909,7 +1919,9 @@ int configfs_register_subsystem(struct configfs_subsystem *subsys) inode_unlock(d_inode(root)); if (err) { + mutex_lock(&configfs_subsystem_mutex); unlink_group(group); + mutex_unlock(&configfs_subsystem_mutex); configfs_release_fs(); } put_fragment(frag); @@ -1956,7 +1968,9 @@ void configfs_unregister_subsystem(struct configfs_subsystem *subsys) dput(dentry); + mutex_lock(&configfs_subsystem_mutex); unlink_group(group); + mutex_unlock(&configfs_subsystem_mutex); configfs_release_fs(); } diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 065cd2d1bdc68..db403c01d4d5c 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -770,8 +770,12 @@ static loff_t ext2_max_size(int bits) res += 1LL << (bits-2); res += 1LL << (2*(bits-2)); res += 1LL << (3*(bits-2)); + /* Compute how many metadata blocks are needed */ + meta_blocks = 1; + meta_blocks += 1 + ppb; + meta_blocks += 1 + ppb + ppb * ppb; /* Does block tree limit file size? */ - if (res < upper_limit) + if (res + meta_blocks <= upper_limit) goto check_lfs; res = upper_limit; diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 6c9fe9a4c7268..d22b2a522ef1b 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2163,6 +2163,15 @@ static int ext4_writepage(struct page *page, else len = PAGE_SIZE; + /* Should never happen but for bugs in other kernel subsystems */ + if (!page_has_buffers(page)) { + ext4_warning_inode(inode, + "page %lu does not have buffers attached", page->index); + ClearPageDirty(page); + unlock_page(page); + return 0; + } + page_bufs = page_buffers(page); /* * We cannot do block allocation or other extent handling in this @@ -2713,6 +2722,22 @@ static int mpage_prepare_extent_to_map(struct mpage_da_data *mpd) wait_on_page_writeback(page); BUG_ON(PageWriteback(page)); + /* + * Should never happen but for buggy code in + * other subsystems that call + * set_page_dirty() without properly warning + * the file system first. See [1] for more + * information. + * + * [1] https://lore.kernel.org/linux-mm/20180103100430.GE4911@quack2.suse.cz + */ + if (!page_has_buffers(page)) { + ext4_warning_inode(mpd->inode, "page %lu does not have buffers attached", page->index); + ClearPageDirty(page); + unlock_page(page); + continue; + } + if (mpd->map.m_len == 0) mpd->first_page = page->index; mpd->next_page = page->index + 1; diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index ad1d4c8faf449..b7f20196439a2 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c @@ -74,6 +74,11 @@ int ext4_resize_begin(struct super_block *sb) return -EPERM; } + if (ext4_has_feature_sparse_super2(sb)) { + ext4_msg(sb, KERN_ERR, "Online resizing not supported with sparse_super2"); + return -EOPNOTSUPP; + } + if (test_and_set_bit_lock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags)) ret = -EBUSY; diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 03dce3980d90a..54f0d2c4c7d87 100644 --- a/fs/f2fs/checkpoint.c +++ b/fs/f2fs/checkpoint.c @@ -848,6 +848,7 @@ static struct page *validate_checkpoint(struct f2fs_sb_info *sbi, struct page *cp_page_1 = NULL, *cp_page_2 = NULL; struct f2fs_checkpoint *cp_block = NULL; unsigned long long cur_version = 0, pre_version = 0; + unsigned int cp_blocks; int err; err = get_checkpoint_version(sbi, cp_addr, &cp_block, @@ -855,15 +856,16 @@ static struct page *validate_checkpoint(struct f2fs_sb_info *sbi, if (err) return NULL; - if (le32_to_cpu(cp_block->cp_pack_total_block_count) > - sbi->blocks_per_seg) { + cp_blocks = le32_to_cpu(cp_block->cp_pack_total_block_count); + + if (cp_blocks > sbi->blocks_per_seg || cp_blocks <= F2FS_CP_PACKS) { f2fs_warn(sbi, "invalid cp_pack_total_block_count:%u", le32_to_cpu(cp_block->cp_pack_total_block_count)); goto invalid_cp; } pre_version = *version; - cp_addr += le32_to_cpu(cp_block->cp_pack_total_block_count) - 1; + cp_addr += cp_blocks - 1; err = get_checkpoint_version(sbi, cp_addr, &cp_block, &cp_page_2, version); if (err) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 1679f9c0b63b3..773028921c481 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -2467,8 +2467,12 @@ static int __f2fs_write_data_pages(struct address_space *mapping, /* to avoid spliting IOs due to mixed WB_SYNC_ALL and WB_SYNC_NONE */ if (wbc->sync_mode == WB_SYNC_ALL) atomic_inc(&sbi->wb_sync_req[DATA]); - else if (atomic_read(&sbi->wb_sync_req[DATA])) + else if (atomic_read(&sbi->wb_sync_req[DATA])) { + /* to avoid potential deadlock */ + if (current->plug) + blk_finish_plug(current->plug); goto skip_write; + } if (__should_serialize_io(inode, wbc)) { mutex_lock(&sbi->writepages); diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c index 16abb017e497f..68d5c73c5ed1f 100644 --- a/fs/f2fs/gc.c +++ b/fs/f2fs/gc.c @@ -633,8 +633,10 @@ static bool is_alive(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, set_sbi_flag(sbi, SBI_NEED_FSCK); } - if (f2fs_check_nid_range(sbi, dni->ino)) + if (f2fs_check_nid_range(sbi, dni->ino)) { + f2fs_put_page(node_page, 1); return false; + } *nofs = ofs_of_node(node_page); source_blkaddr = datablock_addr(NULL, node_page, ofs_in_node); diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c index 2383d52b1f424..264c19e177797 100644 --- a/fs/f2fs/inode.c +++ b/fs/f2fs/inode.c @@ -777,6 +777,7 @@ void f2fs_handle_failed_inode(struct inode *inode) err = f2fs_get_node_info(sbi, inode->i_ino, &ni); if (err) { set_sbi_flag(sbi, SBI_NEED_FSCK); + set_inode_flag(inode, FI_FREE_NID); f2fs_warn(sbi, "May loss orphan inode, run fsck to fix."); goto out; } diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index 0cd1d51dde06d..3dc7cc3d6ac69 100644 --- a/fs/f2fs/node.c +++ b/fs/f2fs/node.c @@ -1995,8 +1995,12 @@ static int f2fs_write_node_pages(struct address_space *mapping, if (wbc->sync_mode == WB_SYNC_ALL) atomic_inc(&sbi->wb_sync_req[NODE]); - else if (atomic_read(&sbi->wb_sync_req[NODE])) + else if (atomic_read(&sbi->wb_sync_req[NODE])) { + /* to avoid potential deadlock */ + if (current->plug) + blk_finish_plug(current->plug); goto skip_write; + } trace_f2fs_writepages(mapping->host, wbc, NODE); diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 7b6b87f0927d7..246bac389e0da 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -2066,7 +2066,7 @@ int f2fs_quota_sync(struct super_block *sb, int type) struct f2fs_sb_info *sbi = F2FS_SB(sb); struct quota_info *dqopt = sb_dqopt(sb); int cnt; - int ret; + int ret = 0; /* * Now when everything is written we can discard the pagecache so @@ -2077,8 +2077,8 @@ int f2fs_quota_sync(struct super_block *sb, int type) if (type != -1 && cnt != type) continue; - if (!sb_has_quota_active(sb, type)) - return 0; + if (!sb_has_quota_active(sb, cnt)) + continue; inode_lock(dqopt->files[cnt]); diff --git a/fs/file.c b/fs/file.c index fe46ca52a98a8..f238a6614ff98 100644 --- a/fs/file.c +++ b/fs/file.c @@ -707,28 +707,69 @@ void do_close_on_exec(struct files_struct *files) spin_unlock(&files->file_lock); } -static struct file *__fget(unsigned int fd, fmode_t mask, unsigned int refs) +static inline struct file *__fget_files_rcu(struct files_struct *files, + unsigned int fd, fmode_t mask, unsigned int refs) { - struct files_struct *files = current->files; - struct file *file; + for (;;) { + struct file *file; + struct fdtable *fdt = rcu_dereference_raw(files->fdt); + struct file __rcu **fdentry; - rcu_read_lock(); -loop: - file = fcheck_files(files, fd); - if (file) { - /* File object ref couldn't be taken. - * dup2() atomicity guarantee is the reason - * we loop to catch the new file (or NULL pointer) + if (unlikely(fd >= fdt->max_fds)) + return NULL; + + fdentry = fdt->fd + array_index_nospec(fd, fdt->max_fds); + file = rcu_dereference_raw(*fdentry); + if (unlikely(!file)) + return NULL; + + if (unlikely(file->f_mode & mask)) + return NULL; + + /* + * Ok, we have a file pointer. However, because we do + * this all locklessly under RCU, we may be racing with + * that file being closed. + * + * Such a race can take two forms: + * + * (a) the file ref already went down to zero, + * and get_file_rcu_many() fails. Just try + * again: + */ + if (unlikely(!get_file_rcu_many(file, refs))) + continue; + + /* + * (b) the file table entry has changed under us. + * Note that we don't need to re-check the 'fdt->fd' + * pointer having changed, because it always goes + * hand-in-hand with 'fdt'. + * + * If so, we need to put our refs and try again. */ - if (file->f_mode & mask) - file = NULL; - else if (!get_file_rcu_many(file, refs)) - goto loop; - else if (__fcheck_files(files, fd) != file) { + if (unlikely(rcu_dereference_raw(files->fdt) != fdt) || + unlikely(rcu_dereference_raw(*fdentry) != file)) { fput_many(file, refs); - goto loop; + continue; } + + /* + * Ok, we have a ref to the file, and checked that it + * still exists. + */ + return file; } +} + + +static struct file *__fget(unsigned int fd, fmode_t mask, unsigned int refs) +{ + struct files_struct *files = current->files; + struct file *file; + + rcu_read_lock(); + file = __fget_files_rcu(files, fd, mask, refs); rcu_read_unlock(); return file; diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 64d6c8c9f1ff2..ac6a8da340139 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -933,7 +933,17 @@ static int fuse_copy_page(struct fuse_copy_state *cs, struct page **pagep, while (count) { if (cs->write && cs->pipebufs && page) { - return fuse_ref_page(cs, page, offset, count); + /* + * Can't control lifetime of pipe buffers, so always + * copy user pages. + */ + if (cs->req->args->user_pages) { + err = fuse_copy_fill(cs); + if (err) + return err; + } else { + return fuse_ref_page(cs, page, offset, count); + } } else if (!cs->len) { if (cs->move_pages && page && offset == 0 && count == PAGE_SIZE) { diff --git a/fs/fuse/file.c b/fs/fuse/file.c index 5cf13196ce69e..efb2a48712919 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -1433,6 +1433,7 @@ static int fuse_get_user_pages(struct fuse_args_pages *ap, struct iov_iter *ii, (PAGE_SIZE - ret) & (PAGE_SIZE - 1); } + ap->args.user_pages = true; if (write) ap->args.in_pages = 1; else diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index d878926485451..83c2855bc7406 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -248,6 +248,7 @@ struct fuse_args { bool nocreds:1; bool in_pages:1; bool out_pages:1; + bool user_pages:1; bool out_argvar:1; bool page_zeroing:1; bool page_replace:1; diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index c056ed5c6df30..d7ec0ac87fc03 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -1429,7 +1429,8 @@ int gfs2_fitrim(struct file *filp, void __user *argp) start = r.start >> bs_shift; end = start + (r.len >> bs_shift); - minlen = max_t(u64, r.minlen, + minlen = max_t(u64, r.minlen, sdp->sd_sb.sb_bsize); + minlen = max_t(u64, minlen, q->limits.discard_granularity) >> bs_shift; if (end <= start || minlen > sdp->sd_max_rg_data) diff --git a/fs/jffs2/build.c b/fs/jffs2/build.c index b288c8ae1236b..837cd55fd4c5e 100644 --- a/fs/jffs2/build.c +++ b/fs/jffs2/build.c @@ -415,13 +415,15 @@ int jffs2_do_mount_fs(struct jffs2_sb_info *c) jffs2_free_ino_caches(c); jffs2_free_raw_node_refs(c); ret = -EIO; - goto out_free; + goto out_sum_exit; } jffs2_calc_trigger_levels(c); return 0; + out_sum_exit: + jffs2_sum_exit(c); out_free: kvfree(c->blocks); diff --git a/fs/jffs2/fs.c b/fs/jffs2/fs.c index ab8cdd9e93259..ad1eba809e7e1 100644 --- a/fs/jffs2/fs.c +++ b/fs/jffs2/fs.c @@ -602,8 +602,8 @@ int jffs2_do_fill_super(struct super_block *sb, struct fs_context *fc) jffs2_free_ino_caches(c); jffs2_free_raw_node_refs(c); kvfree(c->blocks); - out_inohash: jffs2_clear_xattr_subsystem(c); + out_inohash: kfree(c->inocache_list); out_wbuf: jffs2_flash_cleanup(c); diff --git a/fs/jffs2/scan.c b/fs/jffs2/scan.c index 0b1a7f68b7122..f73904c08b39c 100644 --- a/fs/jffs2/scan.c +++ b/fs/jffs2/scan.c @@ -136,7 +136,7 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) if (!s) { JFFS2_WARNING("Can't allocate memory for summary\n"); ret = -ENOMEM; - goto out; + goto out_buf; } } @@ -274,13 +274,15 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) } ret = 0; out: + jffs2_sum_reset_collected(s); + kfree(s); + out_buf: if (buf_size) kfree(flashbuf); #ifndef __ECOS else mtd_unpoint(c->mtd, 0, c->mtd->size); #endif - kfree(s); return ret; } diff --git a/fs/jfs/inode.c b/fs/jfs/inode.c index d862cfc3d3a83..62c4a5450cda2 100644 --- a/fs/jfs/inode.c +++ b/fs/jfs/inode.c @@ -146,12 +146,13 @@ void jfs_evict_inode(struct inode *inode) dquot_initialize(inode); if (JFS_IP(inode)->fileset == FILESYSTEM_I) { + struct inode *ipimap = JFS_SBI(inode->i_sb)->ipimap; truncate_inode_pages_final(&inode->i_data); if (test_cflag(COMMIT_Freewmap, inode)) jfs_free_zero_link(inode); - if (JFS_SBI(inode->i_sb)->ipimap) + if (ipimap && JFS_IP(ipimap)->i_imap) diFree(inode); /* diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c index 6fe82ce8663ef..79f3440e204b6 100644 --- a/fs/jfs/jfs_dmap.c +++ b/fs/jfs/jfs_dmap.c @@ -148,6 +148,7 @@ static const s8 budtab[256] = { * 0 - success * -ENOMEM - insufficient memory * -EIO - i/o error + * -EINVAL - wrong bmap data */ int dbMount(struct inode *ipbmap) { @@ -179,6 +180,12 @@ int dbMount(struct inode *ipbmap) bmp->db_nfree = le64_to_cpu(dbmp_le->dn_nfree); bmp->db_l2nbperpage = le32_to_cpu(dbmp_le->dn_l2nbperpage); bmp->db_numag = le32_to_cpu(dbmp_le->dn_numag); + if (!bmp->db_numag) { + release_metapage(mp); + kfree(bmp); + return -EINVAL; + } + bmp->db_maxlevel = le32_to_cpu(dbmp_le->dn_maxlevel); bmp->db_maxag = le32_to_cpu(dbmp_le->dn_maxag); bmp->db_agpref = le32_to_cpu(dbmp_le->dn_agpref); diff --git a/fs/minix/inode.c b/fs/minix/inode.c index 7b09a9158e401..3fffc709afd43 100644 --- a/fs/minix/inode.c +++ b/fs/minix/inode.c @@ -447,7 +447,8 @@ static const struct address_space_operations minix_aops = { .writepage = minix_writepage, .write_begin = minix_write_begin, .write_end = generic_write_end, - .bmap = minix_bmap + .bmap = minix_bmap, + .direct_IO = noop_direct_IO }; static const struct inode_operations minix_symlink_inode_operations = { diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c index ced35505ddec6..35c2cfaa89eb9 100644 --- a/fs/nfs/callback_proc.c +++ b/fs/nfs/callback_proc.c @@ -362,12 +362,11 @@ __be32 nfs4_callback_devicenotify(void *argp, void *resp, struct cb_process_state *cps) { struct cb_devicenotifyargs *args = argp; + const struct pnfs_layoutdriver_type *ld = NULL; uint32_t i; __be32 res = 0; - struct nfs_client *clp = cps->clp; - struct nfs_server *server = NULL; - if (!clp) { + if (!cps->clp) { res = cpu_to_be32(NFS4ERR_OP_NOT_IN_SESSION); goto out; } @@ -375,23 +374,15 @@ __be32 nfs4_callback_devicenotify(void *argp, void *resp, for (i = 0; i < args->ndevs; i++) { struct cb_devicenotifyitem *dev = &args->devs[i]; - if (!server || - server->pnfs_curr_ld->id != dev->cbd_layout_type) { - rcu_read_lock(); - list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) - if (server->pnfs_curr_ld && - server->pnfs_curr_ld->id == dev->cbd_layout_type) { - rcu_read_unlock(); - goto found; - } - rcu_read_unlock(); - continue; + if (!ld || ld->id != dev->cbd_layout_type) { + pnfs_put_layoutdriver(ld); + ld = pnfs_find_layoutdriver(dev->cbd_layout_type); + if (!ld) + continue; } - - found: - nfs4_delete_deviceid(server->pnfs_curr_ld, clp, &dev->cbd_dev_id); + nfs4_delete_deviceid(ld, cps->clp, &dev->cbd_dev_id); } - + pnfs_put_layoutdriver(ld); out: kfree(args->devs); return res; diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index 90b5511c4c440..04d27f0ed39ac 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c @@ -271,10 +271,6 @@ __be32 decode_devicenotify_args(struct svc_rqst *rqstp, n = ntohl(*p++); if (n == 0) goto out; - if (n > ULONG_MAX / sizeof(*args->devs)) { - status = htonl(NFS4ERR_BADXDR); - goto out; - } args->devs = kmalloc_array(n, sizeof(*args->devs), GFP_KERNEL); if (!args->devs) { diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 6b0bf4ebd8124..0682037f972be 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -272,8 +272,8 @@ ssize_t nfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) VM_BUG_ON(iov_iter_count(iter) != PAGE_SIZE); if (iov_iter_rw(iter) == READ) - return nfs_file_direct_read(iocb, iter); - return nfs_file_direct_write(iocb, iter); + return nfs_file_direct_read(iocb, iter, true); + return nfs_file_direct_write(iocb, iter, true); } static void nfs_direct_release_pages(struct page **pages, unsigned int npages) @@ -524,6 +524,7 @@ static ssize_t nfs_direct_read_schedule_iovec(struct nfs_direct_req *dreq, * nfs_file_direct_read - file direct read operation for NFS files * @iocb: target I/O control block * @iter: vector of user buffers into which to read data + * @swap: flag indicating this is swap IO, not O_DIRECT IO * * We use this function for direct reads instead of calling * generic_file_aio_read() in order to avoid gfar's check to see if @@ -539,7 +540,8 @@ static ssize_t nfs_direct_read_schedule_iovec(struct nfs_direct_req *dreq, * client must read the updated atime from the server back into its * cache. */ -ssize_t nfs_file_direct_read(struct kiocb *iocb, struct iov_iter *iter) +ssize_t nfs_file_direct_read(struct kiocb *iocb, struct iov_iter *iter, + bool swap) { struct file *file = iocb->ki_filp; struct address_space *mapping = file->f_mapping; @@ -581,12 +583,14 @@ ssize_t nfs_file_direct_read(struct kiocb *iocb, struct iov_iter *iter) if (iter_is_iovec(iter)) dreq->flags = NFS_ODIRECT_SHOULD_DIRTY; - nfs_start_io_direct(inode); + if (!swap) + nfs_start_io_direct(inode); NFS_I(inode)->read_io += count; requested = nfs_direct_read_schedule_iovec(dreq, iter, iocb->ki_pos); - nfs_end_io_direct(inode); + if (!swap) + nfs_end_io_direct(inode); if (requested > 0) { result = nfs_direct_wait(dreq); @@ -851,7 +855,7 @@ static const struct nfs_pgio_completion_ops nfs_direct_write_completion_ops = { */ static ssize_t nfs_direct_write_schedule_iovec(struct nfs_direct_req *dreq, struct iov_iter *iter, - loff_t pos) + loff_t pos, int ioflags) { struct nfs_pageio_descriptor desc; struct inode *inode = dreq->inode; @@ -859,7 +863,7 @@ static ssize_t nfs_direct_write_schedule_iovec(struct nfs_direct_req *dreq, size_t requested_bytes = 0; size_t wsize = max_t(size_t, NFS_SERVER(inode)->wsize, PAGE_SIZE); - nfs_pageio_init_write(&desc, inode, FLUSH_COND_STABLE, false, + nfs_pageio_init_write(&desc, inode, ioflags, false, &nfs_direct_write_completion_ops); desc.pg_dreq = dreq; get_dreq(dreq); @@ -937,6 +941,7 @@ static ssize_t nfs_direct_write_schedule_iovec(struct nfs_direct_req *dreq, * nfs_file_direct_write - file direct write operation for NFS files * @iocb: target I/O control block * @iter: vector of user buffers from which to write data + * @swap: flag indicating this is swap IO, not O_DIRECT IO * * We use this function for direct writes instead of calling * generic_file_aio_write() in order to avoid taking the inode @@ -953,7 +958,8 @@ static ssize_t nfs_direct_write_schedule_iovec(struct nfs_direct_req *dreq, * Note that O_APPEND is not supported for NFS direct writes, as there * is no atomic O_APPEND write facility in the NFS protocol. */ -ssize_t nfs_file_direct_write(struct kiocb *iocb, struct iov_iter *iter) +ssize_t nfs_file_direct_write(struct kiocb *iocb, struct iov_iter *iter, + bool swap) { ssize_t result = -EINVAL, requested; size_t count; @@ -967,7 +973,11 @@ ssize_t nfs_file_direct_write(struct kiocb *iocb, struct iov_iter *iter) dfprintk(FILE, "NFS: direct write(%pD2, %zd@%Ld)\n", file, iov_iter_count(iter), (long long) iocb->ki_pos); - result = generic_write_checks(iocb, iter); + if (swap) + /* bypass generic checks */ + result = iov_iter_count(iter); + else + result = generic_write_checks(iocb, iter); if (result <= 0) return result; count = result; @@ -997,16 +1007,22 @@ ssize_t nfs_file_direct_write(struct kiocb *iocb, struct iov_iter *iter) if (!is_sync_kiocb(iocb)) dreq->iocb = iocb; - nfs_start_io_direct(inode); + if (swap) { + requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, + FLUSH_STABLE); + } else { + nfs_start_io_direct(inode); - requested = nfs_direct_write_schedule_iovec(dreq, iter, pos); + requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, + FLUSH_COND_STABLE); - if (mapping->nrpages) { - invalidate_inode_pages2_range(mapping, - pos >> PAGE_SHIFT, end); - } + if (mapping->nrpages) { + invalidate_inode_pages2_range(mapping, + pos >> PAGE_SHIFT, end); + } - nfs_end_io_direct(inode); + nfs_end_io_direct(inode); + } if (requested > 0) { result = nfs_direct_wait(dreq); diff --git a/fs/nfs/file.c b/fs/nfs/file.c index 387a2cfa7e172..73415970af381 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c @@ -161,7 +161,7 @@ nfs_file_read(struct kiocb *iocb, struct iov_iter *to) ssize_t result; if (iocb->ki_flags & IOCB_DIRECT) - return nfs_file_direct_read(iocb, to); + return nfs_file_direct_read(iocb, to, false); dprintk("NFS: read(%pD2, %zu@%lu)\n", iocb->ki_filp, @@ -609,7 +609,7 @@ ssize_t nfs_file_write(struct kiocb *iocb, struct iov_iter *from) return result; if (iocb->ki_flags & IOCB_DIRECT) - return nfs_file_direct_write(iocb, from); + return nfs_file_direct_write(iocb, from, false); dprintk("NFS: write(%pD2, %zu@%Ld)\n", file, iov_iter_count(from), (long long) iocb->ki_pos); diff --git a/fs/nfs/nfs2xdr.c b/fs/nfs/nfs2xdr.c index 887f9136a9db3..af557dc2cfe1d 100644 --- a/fs/nfs/nfs2xdr.c +++ b/fs/nfs/nfs2xdr.c @@ -953,7 +953,7 @@ int nfs2_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, error = decode_filename_inline(xdr, &entry->name, &entry->len); if (unlikely(error)) - return error; + return -EAGAIN; /* * The type (size and byte order) of nfscookie isn't defined in diff --git a/fs/nfs/nfs3xdr.c b/fs/nfs/nfs3xdr.c index 23d75cddbb2ee..84369d51353a5 100644 --- a/fs/nfs/nfs3xdr.c +++ b/fs/nfs/nfs3xdr.c @@ -1968,7 +1968,6 @@ int nfs3_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, bool plus) { struct user_namespace *userns = rpc_userns(entry->server->client); - struct nfs_entry old = *entry; __be32 *p; int error; u64 new_cookie; @@ -1988,15 +1987,15 @@ int nfs3_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, error = decode_fileid3(xdr, &entry->ino); if (unlikely(error)) - return error; + return -EAGAIN; error = decode_inline_filename3(xdr, &entry->name, &entry->len); if (unlikely(error)) - return error; + return -EAGAIN; error = decode_cookie3(xdr, &new_cookie); if (unlikely(error)) - return error; + return -EAGAIN; entry->d_type = DT_UNKNOWN; @@ -2004,7 +2003,7 @@ int nfs3_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, entry->fattr->valid = 0; error = decode_post_op_attr(xdr, entry->fattr, userns); if (unlikely(error)) - return error; + return -EAGAIN; if (entry->fattr->valid & NFS_ATTR_FATTR_V3) entry->d_type = nfs_umode_to_dtype(entry->fattr->mode); @@ -2019,11 +2018,8 @@ int nfs3_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, return -EAGAIN; if (*p != xdr_zero) { error = decode_nfs_fh3(xdr, entry->fh); - if (unlikely(error)) { - if (error == -E2BIG) - goto out_truncated; - return error; - } + if (unlikely(error)) + return -EAGAIN; } else zero_nfs_fh3(entry->fh); } @@ -2032,11 +2028,6 @@ int nfs3_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, entry->cookie = new_cookie; return 0; - -out_truncated: - dprintk("NFS: directory entry contains invalid file handle\n"); - *entry = old; - return -EAGAIN; } /* diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 31579b75cccc1..b44a7005062d4 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -7922,6 +7922,7 @@ nfs4_bind_one_conn_to_session_done(struct rpc_task *task, void *calldata) case -NFS4ERR_DEADSESSION: nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); + return; } if (args->dir == NFS4_CDFC4_FORE_OR_BOTH && res->dir != NFS4_CDFS4_BOTH) { diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index 0f1e5c5385175..da4b3cba4ac69 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c @@ -49,6 +49,7 @@ #include #include #include +#include #include @@ -2506,9 +2507,17 @@ static int nfs4_bind_conn_to_session(struct nfs_client *clp) static void nfs4_state_manager(struct nfs_client *clp) { + unsigned int memflags; int status = 0; const char *section = "", *section_sep = ""; + /* + * State recovery can deadlock if the direct reclaim code tries + * start NFS writeback. So ensure memory allocations are all + * GFP_NOFS. + */ + memflags = memalloc_nofs_save(); + /* Ensure exclusive access to NFSv4 state */ do { clear_bit(NFS4CLNT_RUN_MANAGER, &clp->cl_state); @@ -2602,6 +2611,7 @@ static void nfs4_state_manager(struct nfs_client *clp) clear_bit(NFS4CLNT_RECLAIM_NOGRACE, &clp->cl_state); } + memalloc_nofs_restore(memflags); nfs4_end_drain_session(clp); nfs4_clear_state_manager_bit(clp); @@ -2618,6 +2628,7 @@ static void nfs4_state_manager(struct nfs_client *clp) return; if (test_and_set_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) return; + memflags = memalloc_nofs_save(); } while (refcount_read(&clp->cl_count) > 1 && !signalled()); goto out_drain; @@ -2629,6 +2640,7 @@ static void nfs4_state_manager(struct nfs_client *clp) clp->cl_hostname, -status); ssleep(1); out_drain: + memalloc_nofs_restore(memflags); nfs4_end_drain_session(clp); nfs4_clear_state_manager_bit(clp); } diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 1b512df1003f9..0471b6e0da16f 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -92,6 +92,17 @@ find_pnfs_driver(u32 id) return local; } +const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id) +{ + return find_pnfs_driver(id); +} + +void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld) +{ + if (ld) + module_put(ld->owner); +} + void unset_pnfs_layoutdriver(struct nfs_server *nfss) { diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 3d55edd6b25ad..68339680bb7d1 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h @@ -226,6 +226,8 @@ struct pnfs_devicelist { extern int pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *); extern void pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *); +extern const struct pnfs_layoutdriver_type *pnfs_find_layoutdriver(u32 id); +extern void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld); /* nfs4proc.c */ extern size_t max_response_pages(struct nfs_server *server); diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index 662937472e9bd..620533b8549ab 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c @@ -44,6 +44,17 @@ struct nfsd_fcache_bucket { static DEFINE_PER_CPU(unsigned long, nfsd_file_cache_hits); +struct nfsd_fcache_disposal { + struct list_head list; + struct work_struct work; + struct net *net; + spinlock_t lock; + struct list_head freeme; + struct rcu_head rcu; +}; + +struct workqueue_struct *nfsd_filecache_wq __read_mostly; + static struct kmem_cache *nfsd_file_slab; static struct kmem_cache *nfsd_file_mark_slab; static struct nfsd_fcache_bucket *nfsd_file_hashtbl; @@ -52,32 +63,21 @@ static long nfsd_file_lru_flags; static struct fsnotify_group *nfsd_file_fsnotify_group; static atomic_long_t nfsd_filecache_count; static struct delayed_work nfsd_filecache_laundrette; +static DEFINE_SPINLOCK(laundrette_lock); +static LIST_HEAD(laundrettes); -enum nfsd_file_laundrette_ctl { - NFSD_FILE_LAUNDRETTE_NOFLUSH = 0, - NFSD_FILE_LAUNDRETTE_MAY_FLUSH -}; +static void nfsd_file_gc(void); static void -nfsd_file_schedule_laundrette(enum nfsd_file_laundrette_ctl ctl) +nfsd_file_schedule_laundrette(void) { long count = atomic_long_read(&nfsd_filecache_count); if (count == 0 || test_bit(NFSD_FILE_SHUTDOWN, &nfsd_file_lru_flags)) return; - /* Be more aggressive about scanning if over the threshold */ - if (count > NFSD_FILE_LRU_THRESHOLD) - mod_delayed_work(system_wq, &nfsd_filecache_laundrette, 0); - else - schedule_delayed_work(&nfsd_filecache_laundrette, NFSD_LAUNDRETTE_DELAY); - - if (ctl == NFSD_FILE_LAUNDRETTE_NOFLUSH) - return; - - /* ...and don't delay flushing if we're out of control */ - if (count >= NFSD_FILE_LRU_LIMIT) - flush_delayed_work(&nfsd_filecache_laundrette); + queue_delayed_work(system_wq, &nfsd_filecache_laundrette, + NFSD_LAUNDRETTE_DELAY); } static void @@ -260,8 +260,6 @@ nfsd_file_do_unhash(struct nfsd_file *nf) nfsd_reset_boot_verifier(net_generic(nf->nf_net, nfsd_net_id)); --nfsd_file_hashtbl[nf->nf_hashval].nfb_count; hlist_del_rcu(&nf->nf_node); - if (!list_empty(&nf->nf_lru)) - list_lru_del(&nfsd_file_lru, &nf->nf_lru); atomic_long_dec(&nfsd_filecache_count); } @@ -270,6 +268,8 @@ nfsd_file_unhash(struct nfsd_file *nf) { if (test_and_clear_bit(NFSD_FILE_HASHED, &nf->nf_flags)) { nfsd_file_do_unhash(nf); + if (!list_empty(&nf->nf_lru)) + list_lru_del(&nfsd_file_lru, &nf->nf_lru); return true; } return false; @@ -316,7 +316,9 @@ nfsd_file_put(struct nfsd_file *nf) set_bit(NFSD_FILE_REFERENCED, &nf->nf_flags); if (nfsd_file_put_noref(nf) == 1 && is_hashed && unused) - nfsd_file_schedule_laundrette(NFSD_FILE_LAUNDRETTE_MAY_FLUSH); + nfsd_file_schedule_laundrette(); + if (atomic_long_read(&nfsd_filecache_count) >= NFSD_FILE_LRU_LIMIT) + nfsd_file_gc(); } struct nfsd_file * @@ -357,6 +359,58 @@ nfsd_file_dispose_list_sync(struct list_head *dispose) flush_delayed_fput(); } +static void +nfsd_file_list_remove_disposal(struct list_head *dst, + struct nfsd_fcache_disposal *l) +{ + spin_lock(&l->lock); + list_splice_init(&l->freeme, dst); + spin_unlock(&l->lock); +} + +static void +nfsd_file_list_add_disposal(struct list_head *files, struct net *net) +{ + struct nfsd_fcache_disposal *l; + + rcu_read_lock(); + list_for_each_entry_rcu(l, &laundrettes, list) { + if (l->net == net) { + spin_lock(&l->lock); + list_splice_tail_init(files, &l->freeme); + spin_unlock(&l->lock); + queue_work(nfsd_filecache_wq, &l->work); + break; + } + } + rcu_read_unlock(); +} + +static void +nfsd_file_list_add_pernet(struct list_head *dst, struct list_head *src, + struct net *net) +{ + struct nfsd_file *nf, *tmp; + + list_for_each_entry_safe(nf, tmp, src, nf_lru) { + if (nf->nf_net == net) + list_move_tail(&nf->nf_lru, dst); + } +} + +static void +nfsd_file_dispose_list_delayed(struct list_head *dispose) +{ + LIST_HEAD(list); + struct nfsd_file *nf; + + while(!list_empty(dispose)) { + nf = list_first_entry(dispose, struct nfsd_file, nf_lru); + nfsd_file_list_add_pernet(&list, dispose, nf->nf_net); + nfsd_file_list_add_disposal(&list, nf->nf_net); + } +} + /* * Note this can deadlock with nfsd_file_cache_purge. */ @@ -403,18 +457,40 @@ nfsd_file_lru_cb(struct list_head *item, struct list_lru_one *lru, return LRU_SKIP; } -static void -nfsd_file_lru_dispose(struct list_head *head) +static unsigned long +nfsd_file_lru_walk_list(struct shrink_control *sc) { - while(!list_empty(head)) { - struct nfsd_file *nf = list_first_entry(head, - struct nfsd_file, nf_lru); - list_del_init(&nf->nf_lru); + LIST_HEAD(head); + struct nfsd_file *nf; + unsigned long ret; + + if (sc) + ret = list_lru_shrink_walk(&nfsd_file_lru, sc, + nfsd_file_lru_cb, &head); + else + ret = list_lru_walk(&nfsd_file_lru, + nfsd_file_lru_cb, + &head, LONG_MAX); + list_for_each_entry(nf, &head, nf_lru) { spin_lock(&nfsd_file_hashtbl[nf->nf_hashval].nfb_lock); nfsd_file_do_unhash(nf); spin_unlock(&nfsd_file_hashtbl[nf->nf_hashval].nfb_lock); - nfsd_file_put_noref(nf); } + nfsd_file_dispose_list_delayed(&head); + return ret; +} + +static void +nfsd_file_gc(void) +{ + nfsd_file_lru_walk_list(NULL); +} + +static void +nfsd_file_gc_worker(struct work_struct *work) +{ + nfsd_file_gc(); + nfsd_file_schedule_laundrette(); } static unsigned long @@ -426,12 +502,7 @@ nfsd_file_lru_count(struct shrinker *s, struct shrink_control *sc) static unsigned long nfsd_file_lru_scan(struct shrinker *s, struct shrink_control *sc) { - LIST_HEAD(head); - unsigned long ret; - - ret = list_lru_shrink_walk(&nfsd_file_lru, sc, nfsd_file_lru_cb, &head); - nfsd_file_lru_dispose(&head); - return ret; + return nfsd_file_lru_walk_list(sc); } static struct shrinker nfsd_file_shrinker = { @@ -493,7 +564,7 @@ nfsd_file_close_inode(struct inode *inode) __nfsd_file_close_inode(inode, hashval, &dispose); trace_nfsd_file_close_inode(inode, hashval, !list_empty(&dispose)); - nfsd_file_dispose_list(&dispose); + nfsd_file_dispose_list_delayed(&dispose); } /** @@ -509,16 +580,11 @@ static void nfsd_file_delayed_close(struct work_struct *work) { LIST_HEAD(head); + struct nfsd_fcache_disposal *l = container_of(work, + struct nfsd_fcache_disposal, work); - list_lru_walk(&nfsd_file_lru, nfsd_file_lru_cb, &head, LONG_MAX); - - if (test_and_clear_bit(NFSD_FILE_LRU_RESCAN, &nfsd_file_lru_flags)) - nfsd_file_schedule_laundrette(NFSD_FILE_LAUNDRETTE_NOFLUSH); - - if (!list_empty(&head)) { - nfsd_file_lru_dispose(&head); - flush_delayed_fput(); - } + nfsd_file_list_remove_disposal(&head, l); + nfsd_file_dispose_list(&head); } static int @@ -579,8 +645,12 @@ nfsd_file_cache_init(void) if (nfsd_file_hashtbl) return 0; - nfsd_file_hashtbl = kcalloc(NFSD_FILE_HASH_SIZE, - sizeof(*nfsd_file_hashtbl), GFP_KERNEL); + nfsd_filecache_wq = alloc_workqueue("nfsd_filecache", 0, 0); + if (!nfsd_filecache_wq) + goto out; + + nfsd_file_hashtbl = kvzalloc(array_size(NFSD_FILE_HASH_SIZE, + sizeof(*nfsd_file_hashtbl)), GFP_KERNEL); if (!nfsd_file_hashtbl) { pr_err("nfsd: unable to allocate nfsd_file_hashtbl\n"); goto out_err; @@ -632,7 +702,7 @@ nfsd_file_cache_init(void) spin_lock_init(&nfsd_file_hashtbl[i].nfb_lock); } - INIT_DELAYED_WORK(&nfsd_filecache_laundrette, nfsd_file_delayed_close); + INIT_DELAYED_WORK(&nfsd_filecache_laundrette, nfsd_file_gc_worker); out: return ret; out_notifier: @@ -646,8 +716,10 @@ nfsd_file_cache_init(void) nfsd_file_slab = NULL; kmem_cache_destroy(nfsd_file_mark_slab); nfsd_file_mark_slab = NULL; - kfree(nfsd_file_hashtbl); + kvfree(nfsd_file_hashtbl); nfsd_file_hashtbl = NULL; + destroy_workqueue(nfsd_filecache_wq); + nfsd_filecache_wq = NULL; goto out; } @@ -686,6 +758,88 @@ nfsd_file_cache_purge(struct net *net) } } +static struct nfsd_fcache_disposal * +nfsd_alloc_fcache_disposal(struct net *net) +{ + struct nfsd_fcache_disposal *l; + + l = kmalloc(sizeof(*l), GFP_KERNEL); + if (!l) + return NULL; + INIT_WORK(&l->work, nfsd_file_delayed_close); + l->net = net; + spin_lock_init(&l->lock); + INIT_LIST_HEAD(&l->freeme); + return l; +} + +static void +nfsd_free_fcache_disposal(struct nfsd_fcache_disposal *l) +{ + rcu_assign_pointer(l->net, NULL); + cancel_work_sync(&l->work); + nfsd_file_dispose_list(&l->freeme); + kfree_rcu(l, rcu); +} + +static void +nfsd_add_fcache_disposal(struct nfsd_fcache_disposal *l) +{ + spin_lock(&laundrette_lock); + list_add_tail_rcu(&l->list, &laundrettes); + spin_unlock(&laundrette_lock); +} + +static void +nfsd_del_fcache_disposal(struct nfsd_fcache_disposal *l) +{ + spin_lock(&laundrette_lock); + list_del_rcu(&l->list); + spin_unlock(&laundrette_lock); +} + +static int +nfsd_alloc_fcache_disposal_net(struct net *net) +{ + struct nfsd_fcache_disposal *l; + + l = nfsd_alloc_fcache_disposal(net); + if (!l) + return -ENOMEM; + nfsd_add_fcache_disposal(l); + return 0; +} + +static void +nfsd_free_fcache_disposal_net(struct net *net) +{ + struct nfsd_fcache_disposal *l; + + rcu_read_lock(); + list_for_each_entry_rcu(l, &laundrettes, list) { + if (l->net != net) + continue; + nfsd_del_fcache_disposal(l); + rcu_read_unlock(); + nfsd_free_fcache_disposal(l); + return; + } + rcu_read_unlock(); +} + +int +nfsd_file_cache_start_net(struct net *net) +{ + return nfsd_alloc_fcache_disposal_net(net); +} + +void +nfsd_file_cache_shutdown_net(struct net *net) +{ + nfsd_file_cache_purge(net); + nfsd_free_fcache_disposal_net(net); +} + void nfsd_file_cache_shutdown(void) { @@ -710,8 +864,10 @@ nfsd_file_cache_shutdown(void) fsnotify_wait_marks_destroyed(); kmem_cache_destroy(nfsd_file_mark_slab); nfsd_file_mark_slab = NULL; - kfree(nfsd_file_hashtbl); + kvfree(nfsd_file_hashtbl); nfsd_file_hashtbl = NULL; + destroy_workqueue(nfsd_filecache_wq); + nfsd_filecache_wq = NULL; } static bool @@ -818,6 +974,9 @@ nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, if (!new) { trace_nfsd_file_acquire(rqstp, hashval, inode, may_flags, NULL, nfserr_jukebox); + pr_warn_ratelimited("nfsd: nfsd_file_acquire alloc failed XID, " + "%08x, nfserr_jukebox\n", + be32_to_cpu(rqstp->rq_xid)); return nfserr_jukebox; } @@ -835,6 +994,10 @@ nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, if (!test_bit(NFSD_FILE_HASHED, &nf->nf_flags)) { if (!retry) { status = nfserr_jukebox; + pr_warn_ratelimited("nfsd: nfsd_file_acquire " + "construction failed, XID %08x, " + "nfserr_jukebox\n", + be32_to_cpu(rqstp->rq_xid)); goto out; } retry = false; @@ -881,14 +1044,19 @@ nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, nfsd_file_hashtbl[hashval].nfb_maxcount = max(nfsd_file_hashtbl[hashval].nfb_maxcount, nfsd_file_hashtbl[hashval].nfb_count); spin_unlock(&nfsd_file_hashtbl[hashval].nfb_lock); - atomic_long_inc(&nfsd_filecache_count); + if (atomic_long_inc_return(&nfsd_filecache_count) >= NFSD_FILE_LRU_THRESHOLD) + nfsd_file_gc(); nf->nf_mark = nfsd_file_mark_find_or_create(nf); - if (nf->nf_mark) + if (nf->nf_mark) { status = nfsd_open_verified(rqstp, fhp, S_IFREG, may_flags, &nf->nf_file); - else + } else { + pr_warn_ratelimited("nfsd: nfsd_file_acquire no file mark, XID " + "%08x, nfserr_jukebox\n", + be32_to_cpu(rqstp->rq_xid)); status = nfserr_jukebox; + } /* * If construction failed, or we raced with a call to unlink() * then unhash. diff --git a/fs/nfsd/filecache.h b/fs/nfsd/filecache.h index 851d9abf54c25..79a7d6808d979 100644 --- a/fs/nfsd/filecache.h +++ b/fs/nfsd/filecache.h @@ -51,6 +51,8 @@ struct nfsd_file { int nfsd_file_cache_init(void); void nfsd_file_cache_purge(struct net *); void nfsd_file_cache_shutdown(void); +int nfsd_file_cache_start_net(struct net *net); +void nfsd_file_cache_shutdown_net(struct net *net); void nfsd_file_put(struct nfsd_file *nf); struct nfsd_file *nfsd_file_get(struct nfsd_file *nf); void nfsd_file_close_inode_sync(struct inode *inode); diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c index 754c763374dd5..4aca93e11af77 100644 --- a/fs/nfsd/nfsproc.c +++ b/fs/nfsd/nfsproc.c @@ -230,7 +230,7 @@ nfsd_proc_write(struct svc_rqst *rqstp) unsigned long cnt = argp->len; unsigned int nvecs; - dprintk("nfsd: WRITE %s %d bytes at %d\n", + dprintk("nfsd: WRITE %s %u bytes at %d\n", SVCFH_fmt(&argp->fh), argp->len, argp->offset); diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index 155a4e43b24ee..d63cdda1782d4 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c @@ -394,13 +394,18 @@ static int nfsd_startup_net(int nrservs, struct net *net, const struct cred *cre nn->lockd_up = 1; } - ret = nfs4_state_start_net(net); + ret = nfsd_file_cache_start_net(net); if (ret) goto out_lockd; + ret = nfs4_state_start_net(net); + if (ret) + goto out_filecache; nn->nfsd_net_up = true; return 0; +out_filecache: + nfsd_file_cache_shutdown_net(net); out_lockd: if (nn->lockd_up) { lockd_down(net); @@ -415,7 +420,7 @@ static void nfsd_shutdown_net(struct net *net) { struct nfsd_net *nn = net_generic(net, nfsd_net_id); - nfsd_file_cache_purge(net); + nfsd_file_cache_shutdown_net(net); nfs4_state_shutdown_net(net); if (nn->lockd_up) { lockd_down(net); diff --git a/fs/nfsd/xdr.h b/fs/nfsd/xdr.h index ea7cca3a64b76..6251d8754c82b 100644 --- a/fs/nfsd/xdr.h +++ b/fs/nfsd/xdr.h @@ -33,7 +33,7 @@ struct nfsd_readargs { struct nfsd_writeargs { svc_fh fh; __u32 offset; - int len; + __u32 len; struct kvec first; }; diff --git a/fs/ntfs/inode.c b/fs/ntfs/inode.c index ea18e4a2a691d..cf222c9225d6d 100644 --- a/fs/ntfs/inode.c +++ b/fs/ntfs/inode.c @@ -1881,6 +1881,10 @@ int ntfs_read_inode_mount(struct inode *vi) } /* Now allocate memory for the attribute list. */ ni->attr_list_size = (u32)ntfs_attr_size(a); + if (!ni->attr_list_size) { + ntfs_error(sb, "Attr_list_size is zero"); + goto put_err_out; + } ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); if (!ni->attr_list) { ntfs_error(sb, "Not enough memory to allocate buffer " diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index eaec97892dce8..c1cf67b24c19b 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -1100,17 +1100,6 @@ static int ocfs2_fill_super(struct super_block *sb, void *data, int silent) goto read_super_error; } - root = d_make_root(inode); - if (!root) { - status = -ENOMEM; - mlog_errno(status); - goto read_super_error; - } - - sb->s_root = root; - - ocfs2_complete_mount_recovery(osb); - osb->osb_dev_kset = kset_create_and_add(sb->s_id, NULL, &ocfs2_kset->kobj); if (!osb->osb_dev_kset) { @@ -1128,6 +1117,17 @@ static int ocfs2_fill_super(struct super_block *sb, void *data, int silent) goto read_super_error; } + root = d_make_root(inode); + if (!root) { + status = -ENOMEM; + mlog_errno(status); + goto read_super_error; + } + + sb->s_root = root; + + ocfs2_complete_mount_recovery(osb); + if (ocfs2_mount_local(osb)) snprintf(nodestr, sizeof(nodestr), "local"); else diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c index f47c591402d76..126a93d6a5ab0 100644 --- a/fs/overlayfs/namei.c +++ b/fs/overlayfs/namei.c @@ -106,10 +106,11 @@ int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) static struct ovl_fh *ovl_get_fh(struct dentry *dentry, const char *name) { - int res, err; + ssize_t res; + int err; struct ovl_fh *fh = NULL; - res = vfs_getxattr(dentry, name, NULL, 0); + res = ovl_do_vfs_getxattr(dentry, name, NULL, 0); if (res < 0) { if (res == -ENODATA || res == -EOPNOTSUPP) return NULL; @@ -123,7 +124,7 @@ static struct ovl_fh *ovl_get_fh(struct dentry *dentry, const char *name) if (!fh) return ERR_PTR(-ENOMEM); - res = vfs_getxattr(dentry, name, fh, res); + res = ovl_do_vfs_getxattr(dentry, name, fh, res); if (res < 0) goto fail; @@ -141,10 +142,11 @@ static struct ovl_fh *ovl_get_fh(struct dentry *dentry, const char *name) return NULL; fail: - pr_warn_ratelimited("overlayfs: failed to get origin (%i)\n", res); + pr_warn_ratelimited("overlayfs: failed to get origin (%zi)\n", res); goto out; invalid: - pr_warn_ratelimited("overlayfs: invalid origin (%*phN)\n", res, fh); + pr_warn_ratelimited("overlayfs: invalid origin (%*phN)\n", + (int)res, fh); goto out; } diff --git a/fs/overlayfs/overlayfs.h b/fs/overlayfs/overlayfs.h index 9b3f19ba5d6d9..3f32c4300e61e 100644 --- a/fs/overlayfs/overlayfs.h +++ b/fs/overlayfs/overlayfs.h @@ -212,6 +212,13 @@ static inline bool ovl_open_flags_need_copy_up(int flags) return ((OPEN_FMODE(flags) & FMODE_WRITE) || (flags & O_TRUNC)); } +static inline ssize_t ovl_do_vfs_getxattr(struct dentry *dentry, + const char *name, void *buf, + size_t size) +{ + return __vfs_getxattr(dentry, d_inode(dentry), name, buf, size); +} + /* util.c */ int ovl_want_write(struct dentry *dentry); void ovl_drop_write(struct dentry *dentry); diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c index eb325322a893d..fd2269b7ef710 100644 --- a/fs/overlayfs/util.c +++ b/fs/overlayfs/util.c @@ -562,9 +562,9 @@ void ovl_copy_up_end(struct dentry *dentry) bool ovl_check_origin_xattr(struct dentry *dentry) { - int res; + ssize_t res; - res = vfs_getxattr(dentry, OVL_XATTR_ORIGIN, NULL, 0); + res = ovl_do_vfs_getxattr(dentry, OVL_XATTR_ORIGIN, NULL, 0); /* Zero size value means "copied up but origin unknown" */ if (res >= 0) @@ -575,13 +575,13 @@ bool ovl_check_origin_xattr(struct dentry *dentry) bool ovl_check_dir_xattr(struct dentry *dentry, const char *name) { - int res; + ssize_t res; char val; if (!d_is_dir(dentry)) return false; - res = vfs_getxattr(dentry, name, &val, 1); + res = ovl_do_vfs_getxattr(dentry, name, &val, 1); if (res == 1 && val == 'y') return true; @@ -862,13 +862,13 @@ int ovl_lock_rename_workdir(struct dentry *workdir, struct dentry *upperdir) /* err < 0, 0 if no metacopy xattr, 1 if metacopy xattr found */ int ovl_check_metacopy_xattr(struct dentry *dentry) { - int res; + ssize_t res; /* Only regular files can have metacopy xattr */ if (!S_ISREG(d_inode(dentry)->i_mode)) return 0; - res = vfs_getxattr(dentry, OVL_XATTR_METACOPY, NULL, 0); + res = ovl_do_vfs_getxattr(dentry, OVL_XATTR_METACOPY, NULL, 0); if (res < 0) { if (res == -ENODATA || res == -EOPNOTSUPP) return 0; @@ -877,7 +877,7 @@ int ovl_check_metacopy_xattr(struct dentry *dentry) return 1; out: - pr_warn_ratelimited("overlayfs: failed to get metacopy (%i)\n", res); + pr_warn_ratelimited("overlayfs: failed to get metacopy (%zi)\n", res); return res; } @@ -903,7 +903,7 @@ ssize_t ovl_getxattr(struct dentry *dentry, char *name, char **value, ssize_t res; char *buf = NULL; - res = vfs_getxattr(dentry, name, NULL, 0); + res = ovl_do_vfs_getxattr(dentry, name, NULL, 0); if (res < 0) { if (res == -ENODATA || res == -EOPNOTSUPP) return -ENODATA; @@ -915,7 +915,7 @@ ssize_t ovl_getxattr(struct dentry *dentry, char *name, char **value, if (!buf) return -ENOMEM; - res = vfs_getxattr(dentry, name, buf, res); + res = ovl_do_vfs_getxattr(dentry, name, buf, res); if (res < 0) goto fail; } diff --git a/fs/tracefs/inode.c b/fs/tracefs/inode.c index 3fdbbc7a9848e..7878f145bf1bf 100644 --- a/fs/tracefs/inode.c +++ b/fs/tracefs/inode.c @@ -262,7 +262,6 @@ static int tracefs_parse_options(char *data, struct tracefs_mount_opts *opts) if (!gid_valid(gid)) return -EINVAL; opts->gid = gid; - set_gid(tracefs_mount->mnt_root, gid); break; case Opt_mode: if (match_octal(&args[0], &option)) @@ -289,7 +288,9 @@ static int tracefs_apply_options(struct super_block *sb) inode->i_mode |= opts->mode; inode->i_uid = opts->uid; - inode->i_gid = opts->gid; + + /* Set all the group ids to the mount option */ + set_gid(sb->s_root, opts->gid); return 0; } diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index eeb93f009b282..83a173feb6989 100644 --- a/fs/ubifs/dir.c +++ b/fs/ubifs/dir.c @@ -361,15 +361,18 @@ static int do_tmpfile(struct inode *dir, struct dentry *dentry, { struct inode *inode; struct ubifs_info *c = dir->i_sb->s_fs_info; - struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1}; + struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, + .dirtied_ino = 1}; struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; struct ubifs_inode *ui, *dir_ui = ubifs_inode(dir); int err, instantiated = 0; struct fscrypt_name nm; /* - * Budget request settings: new dirty inode, new direntry, - * budget for dirtied inode will be released via writeback. + * Budget request settings: new inode, new direntry, changing the + * parent directory inode. + * Allocate budget separately for new dirtied inode, the budget will + * be released via writeback. */ dbg_gen("dent '%pd', mode %#hx in dir ino %lu", @@ -439,6 +442,8 @@ static int do_tmpfile(struct inode *dir, struct dentry *dentry, make_bad_inode(inode); if (!instantiated) iput(inode); + else if (whiteout) + iput(*whiteout); out_budg: ubifs_release_budget(c, &req); if (!instantiated) @@ -955,7 +960,8 @@ static int ubifs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) struct ubifs_inode *dir_ui = ubifs_inode(dir); struct ubifs_info *c = dir->i_sb->s_fs_info; int err, sz_change; - struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1 }; + struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, + .dirtied_ino = 1}; struct fscrypt_name nm; /* @@ -1330,6 +1336,7 @@ static int do_rename(struct inode *old_dir, struct dentry *old_dentry, if (flags & RENAME_WHITEOUT) { union ubifs_dev_desc *dev = NULL; + struct ubifs_budget_req wht_req; dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); if (!dev) { @@ -1351,6 +1358,23 @@ static int do_rename(struct inode *old_dir, struct dentry *old_dentry, whiteout_ui->data = dev; whiteout_ui->data_len = ubifs_encode_dev(dev, MKDEV(0, 0)); ubifs_assert(c, !whiteout_ui->dirty); + + memset(&wht_req, 0, sizeof(struct ubifs_budget_req)); + wht_req.dirtied_ino = 1; + wht_req.dirtied_ino_d = ALIGN(whiteout_ui->data_len, 8); + /* + * To avoid deadlock between space budget (holds ui_mutex and + * waits wb work) and writeback work(waits ui_mutex), do space + * budget before ubifs inodes locked. + */ + err = ubifs_budget_space(c, &wht_req); + if (err) { + iput(whiteout); + goto out_release; + } + + /* Add the old_dentry size to the old_dir size. */ + old_sz -= CALC_DENT_SIZE(fname_len(&old_nm)); } lock_4_inodes(old_dir, new_dir, new_inode, whiteout); @@ -1425,18 +1449,6 @@ static int do_rename(struct inode *old_dir, struct dentry *old_dentry, } if (whiteout) { - struct ubifs_budget_req wht_req = { .dirtied_ino = 1, - .dirtied_ino_d = \ - ALIGN(ubifs_inode(whiteout)->data_len, 8) }; - - err = ubifs_budget_space(c, &wht_req); - if (err) { - kfree(whiteout_ui->data); - whiteout_ui->data_len = 0; - iput(whiteout); - goto out_release; - } - inc_nlink(whiteout); mark_inode_dirty(whiteout); diff --git a/fs/ubifs/io.c b/fs/ubifs/io.c index eae9cf5a57b05..89b671ad0f9aa 100644 --- a/fs/ubifs/io.c +++ b/fs/ubifs/io.c @@ -846,16 +846,42 @@ int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) */ n = aligned_len >> c->max_write_shift; if (n) { - n <<= c->max_write_shift; + int m = n - 1; + dbg_io("write %d bytes to LEB %d:%d", n, wbuf->lnum, wbuf->offs); - err = ubifs_leb_write(c, wbuf->lnum, buf + written, - wbuf->offs, n); + + if (m) { + /* '(n-1)<max_write_shift < len' is always true. */ + m <<= c->max_write_shift; + err = ubifs_leb_write(c, wbuf->lnum, buf + written, + wbuf->offs, m); + if (err) + goto out; + wbuf->offs += m; + aligned_len -= m; + len -= m; + written += m; + } + + /* + * The non-written len of buf may be less than 'n' because + * parameter 'len' is not 8 bytes aligned, so here we read + * min(len, n) bytes from buf. + */ + n = 1 << c->max_write_shift; + memcpy(wbuf->buf, buf + written, min(len, n)); + if (n > len) { + ubifs_assert(c, n - len < 8); + ubifs_pad(c, wbuf->buf + len, n - len); + } + + err = ubifs_leb_write(c, wbuf->lnum, wbuf->buf, wbuf->offs, n); if (err) goto out; wbuf->offs += n; aligned_len -= n; - len -= n; + len -= min(len, n); written += n; } diff --git a/fs/ubifs/ioctl.c b/fs/ubifs/ioctl.c index eeb1be2598881..2923d5a6a7c0b 100644 --- a/fs/ubifs/ioctl.c +++ b/fs/ubifs/ioctl.c @@ -101,7 +101,7 @@ static int setflags(struct inode *inode, int flags) struct ubifs_inode *ui = ubifs_inode(inode); struct ubifs_info *c = inode->i_sb->s_fs_info; struct ubifs_budget_req req = { .dirtied_ino = 1, - .dirtied_ino_d = ui->data_len }; + .dirtied_ino_d = ALIGN(ui->data_len, 8) }; err = ubifs_budget_space(c, &req); if (err) diff --git a/include/kvm/arm_hypercalls.h b/include/kvm/arm_hypercalls.h new file mode 100644 index 0000000000000..0e2509d27910c --- /dev/null +++ b/include/kvm/arm_hypercalls.h @@ -0,0 +1,43 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* Copyright (C) 2019 Arm Ltd. */ + +#ifndef __KVM_ARM_HYPERCALLS_H +#define __KVM_ARM_HYPERCALLS_H + +#include + +int kvm_hvc_call_handler(struct kvm_vcpu *vcpu); + +static inline u32 smccc_get_function(struct kvm_vcpu *vcpu) +{ + return vcpu_get_reg(vcpu, 0); +} + +static inline unsigned long smccc_get_arg1(struct kvm_vcpu *vcpu) +{ + return vcpu_get_reg(vcpu, 1); +} + +static inline unsigned long smccc_get_arg2(struct kvm_vcpu *vcpu) +{ + return vcpu_get_reg(vcpu, 2); +} + +static inline unsigned long smccc_get_arg3(struct kvm_vcpu *vcpu) +{ + return vcpu_get_reg(vcpu, 3); +} + +static inline void smccc_set_retval(struct kvm_vcpu *vcpu, + unsigned long a0, + unsigned long a1, + unsigned long a2, + unsigned long a3) +{ + vcpu_set_reg(vcpu, 0, a0); + vcpu_set_reg(vcpu, 1, a1); + vcpu_set_reg(vcpu, 2, a2); + vcpu_set_reg(vcpu, 3, a3); +} + +#endif diff --git a/include/kvm/arm_psci.h b/include/kvm/arm_psci.h index 632e78bdef4df..5b58bd2fe088b 100644 --- a/include/kvm/arm_psci.h +++ b/include/kvm/arm_psci.h @@ -40,7 +40,7 @@ static inline int kvm_psci_version(struct kvm_vcpu *vcpu, struct kvm *kvm) } -int kvm_hvc_call_handler(struct kvm_vcpu *vcpu); +int kvm_psci_call(struct kvm_vcpu *vcpu); struct kvm_one_reg; diff --git a/include/linux/acpi.h b/include/linux/acpi.h index c708fd8315652..149f4b4b9076d 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -467,7 +467,7 @@ acpi_status acpi_release_memory(acpi_handle handle, struct resource *res, int acpi_resources_are_enforced(void); #ifdef CONFIG_HIBERNATION -void __init acpi_no_s4_hw_signature(void); +extern int acpi_check_s4_hw_signature; #endif #ifdef CONFIG_PM_SLEEP diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h index d9fc1842a84e0..b0827b788e8d0 100644 --- a/include/linux/arm-smccc.h +++ b/include/linux/arm-smccc.h @@ -45,6 +45,7 @@ #define ARM_SMCCC_OWNER_SIP 2 #define ARM_SMCCC_OWNER_OEM 3 #define ARM_SMCCC_OWNER_STANDARD 4 +#define ARM_SMCCC_OWNER_STANDARD_HYP 5 #define ARM_SMCCC_OWNER_TRUSTED_APP 48 #define ARM_SMCCC_OWNER_TRUSTED_APP_END 49 #define ARM_SMCCC_OWNER_TRUSTED_OS 50 @@ -87,6 +88,22 @@ #include #include + +enum arm_smccc_conduit { + SMCCC_CONDUIT_NONE, + SMCCC_CONDUIT_SMC, + SMCCC_CONDUIT_HVC, +}; + +/** + * arm_smccc_1_1_get_conduit() + * + * Returns the conduit to be used for SMCCCv1.1 or later. + * + * When SMCCCv1.1 is not present, returns SMCCC_CONDUIT_NONE. + */ +enum arm_smccc_conduit arm_smccc_1_1_get_conduit(void); + /** * struct arm_smccc_res - Result from SMC/HVC call * @a0-a3 result values from registers 0 to 3 @@ -309,5 +326,63 @@ asmlinkage void __arm_smccc_hvc(unsigned long a0, unsigned long a1, #define SMCCC_RET_NOT_SUPPORTED -1 #define SMCCC_RET_NOT_REQUIRED -2 +/* + * Like arm_smccc_1_1* but always returns SMCCC_RET_NOT_SUPPORTED. + * Used when the SMCCC conduit is not defined. The empty asm statement + * avoids compiler warnings about unused variables. + */ +#define __fail_smccc_1_1(...) \ + do { \ + __declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \ + asm ("" __constraints(__count_args(__VA_ARGS__))); \ + if (___res) \ + ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \ + } while (0) + +/* + * arm_smccc_1_1_invoke() - make an SMCCC v1.1 compliant call + * + * This is a variadic macro taking one to eight source arguments, and + * an optional return structure. + * + * @a0-a7: arguments passed in registers 0 to 7 + * @res: result values from registers 0 to 3 + * + * This macro will make either an HVC call or an SMC call depending on the + * current SMCCC conduit. If no valid conduit is available then -1 + * (SMCCC_RET_NOT_SUPPORTED) is returned in @res.a0 (if supplied). + * + * The return value also provides the conduit that was used. + */ +#define arm_smccc_1_1_invoke(...) ({ \ + int method = arm_smccc_1_1_get_conduit(); \ + switch (method) { \ + case SMCCC_CONDUIT_HVC: \ + arm_smccc_1_1_hvc(__VA_ARGS__); \ + break; \ + case SMCCC_CONDUIT_SMC: \ + arm_smccc_1_1_smc(__VA_ARGS__); \ + break; \ + default: \ + __fail_smccc_1_1(__VA_ARGS__); \ + method = SMCCC_CONDUIT_NONE; \ + break; \ + } \ + method; \ + }) + +/* Paravirtualised time calls (defined by ARM DEN0057A) */ +#define ARM_SMCCC_HV_PV_TIME_FEATURES \ + ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, \ + ARM_SMCCC_SMC_64, \ + ARM_SMCCC_OWNER_STANDARD_HYP, \ + 0x20) + +#define ARM_SMCCC_HV_PV_TIME_ST \ + ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, \ + ARM_SMCCC_SMC_64, \ + ARM_SMCCC_OWNER_STANDARD_HYP, \ + 0x21) + #endif /*__ASSEMBLY__*/ #endif /*__LINUX_ARM_SMCCC_H*/ diff --git a/include/linux/arm_sdei.h b/include/linux/arm_sdei.h index 3305ea7f9dc70..0a241c5c911d8 100644 --- a/include/linux/arm_sdei.h +++ b/include/linux/arm_sdei.h @@ -5,12 +5,6 @@ #include -enum sdei_conduit_types { - CONDUIT_INVALID = 0, - CONDUIT_SMC, - CONDUIT_HVC, -}; - #include #ifdef CONFIG_ARM_SDE_INTERFACE diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h index bed9e43f94260..46139c0f510fa 100644 --- a/include/linux/blk-cgroup.h +++ b/include/linux/blk-cgroup.h @@ -22,6 +22,7 @@ #include #include #include +#include /* percpu_counter batch for blkg_[rw]stats, per-cpu drift doesn't matter */ #define BLKG_STAT_CPU_BATCH (INT_MAX / 2) @@ -768,6 +769,21 @@ static inline void blkcg_use_delay(struct blkcg_gq *blkg) atomic_inc(&blkg->blkcg->css.cgroup->congestion_count); } +/** + * blk_cgroup_mergeable - Determine whether to allow or disallow merges + * @rq: request to merge into + * @bio: bio to merge + * + * @bio and @rq should belong to the same cgroup and their issue_as_root should + * match. The latter is necessary as we don't want to throttle e.g. a metadata + * update because it happens to be next to a regular IO. + */ +static inline bool blk_cgroup_mergeable(struct request *rq, struct bio *bio) +{ + return rq->bio->bi_blkg == bio->bi_blkg && + bio_issue_as_root_blkg(rq->bio) == bio_issue_as_root_blkg(bio); +} + static inline int blkcg_unuse_delay(struct blkcg_gq *blkg) { int old = atomic_read(&blkg->use_delay); @@ -868,6 +884,7 @@ static inline bool blkcg_punt_bio_submit(struct bio *bio) { return false; } static inline void blkcg_bio_issue_init(struct bio *bio) { } static inline bool blkcg_bio_issue_check(struct request_queue *q, struct bio *bio) { return true; } +static inline bool blk_cgroup_mergeable(struct request *rq, struct bio *bio) { return true; } #define blk_queue_for_each_rl(rl, q) \ for ((rl) = &(q)->root_rl; (rl); (rl) = NULL) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index d5338b9ee5502..8cc766743270f 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -59,6 +59,14 @@ struct blk_stat_callback; */ #define BLKCG_MAX_POLS 5 +static inline int blk_validate_block_size(unsigned int bsize) +{ + if (bsize < 512 || bsize > PAGE_SIZE || !is_power_of_2(bsize)) + return -EINVAL; + + return 0; +} + typedef void (rq_end_io_fn)(struct request *, blk_status_t); /* diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 4e9822cb11f38..1e7ba27c56b06 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -64,6 +64,10 @@ extern ssize_t cpu_show_tsx_async_abort(struct device *dev, char *buf); extern ssize_t cpu_show_itlb_multihit(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_mmio_stale_data(struct device *dev, + struct device_attribute *attr, + char *buf); extern __printf(4, 5) struct device *cpu_device_create(struct device *parent, void *drvdata, @@ -89,6 +93,7 @@ extern ssize_t arch_cpu_release(const char *, size_t); #ifdef CONFIG_SMP extern bool cpuhp_tasks_frozen; int cpu_up(unsigned int cpu); +int add_cpu(unsigned int cpu); void notify_cpu_starting(unsigned int cpu); extern void cpu_maps_update_begin(void); extern void cpu_maps_update_done(void); @@ -118,6 +123,7 @@ extern void cpu_hotplug_disable(void); extern void cpu_hotplug_enable(void); void clear_tasks_mm_cpumask(int cpu); int cpu_down(unsigned int cpu); +int remove_cpu(unsigned int cpu); #else /* CONFIG_HOTPLUG_CPU */ diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index bd1f23536b1b6..61bfd5f9c0fef 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -138,6 +138,7 @@ enum cpuhp_state { /* Must be the last timer callback */ CPUHP_AP_DUMMY_TIMER_STARTING, CPUHP_AP_ARM_XEN_STARTING, + CPUHP_AP_ARM_KVMPV_STARTING, CPUHP_AP_ARM_CORESIGHT_STARTING, CPUHP_AP_ARM64_ISNDEP_STARTING, CPUHP_AP_SMPCFD_DYING, diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index a4930310d0c7b..8522d7771bacd 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h @@ -67,6 +67,14 @@ */ #define DMA_ATTR_PRIVILEGED (1UL << 9) +/* + * This is a hint to the DMA-mapping subsystem that the device is expected + * to overwrite the entire mapped size, thus the caller does not require any + * of the previous buffer contents to be preserved. This allows + * bounce-buffering implementations to optimise DMA_FROM_DEVICE transfers. + */ +#define DMA_ATTR_OVERWRITE (1UL << 10) + /* * A dma_addr_t can hold any valid DMA or bus address for the platform. * It can be given to a device to use as a DMA source or target. A CPU cannot diff --git a/include/linux/if_arp.h b/include/linux/if_arp.h index b712217f70304..1ed52441972f9 100644 --- a/include/linux/if_arp.h +++ b/include/linux/if_arp.h @@ -52,6 +52,7 @@ static inline bool dev_is_mac_header_xmit(const struct net_device *dev) case ARPHRD_VOID: case ARPHRD_NONE: case ARPHRD_RAWIP: + case ARPHRD_PIMREG: return false; default: return true; diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index bbe297bbbca52..d5c507311efb1 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -50,7 +50,7 @@ struct ipv6_devconf { __s32 use_optimistic; #endif #ifdef CONFIG_IPV6_MROUTE - __s32 mc_forwarding; + atomic_t mc_forwarding; #endif __s32 disable_ipv6; __s32 drop_unicast_in_l2_multicast; diff --git a/include/linux/irq.h b/include/linux/irq.h index 5655da9eb1fb9..2802948784625 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -554,7 +554,7 @@ enum { IRQCHIP_EOI_THREADED = (1 << 6), IRQCHIP_SUPPORTS_LEVEL_MSI = (1 << 7), IRQCHIP_SUPPORTS_NMI = (1 << 8), - IRQCHIP_AFFINITY_PRE_STARTUP = (1 << 10), + IRQCHIP_AFFINITY_PRE_STARTUP = (1 << 9), }; #include @@ -779,6 +779,8 @@ extern int irq_set_msi_desc_off(unsigned int irq_base, unsigned int irq_offset, struct msi_desc *entry); extern struct irq_data *irq_get_irq_data(unsigned int irq); +extern void irq_state_clr_started(struct irq_desc *desc); + static inline struct irq_chip *irq_get_chip(unsigned int irq) { struct irq_data *d = irq_get_irq_data(irq); diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 339550f6db2df..fc16dd8d0ea7b 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h @@ -44,7 +44,7 @@ /* * The default maximum commit age, in seconds. */ -#define JBD2_DEFAULT_MAX_COMMIT_AGE 5 +#define JBD2_DEFAULT_MAX_COMMIT_AGE 30 #ifdef CONFIG_JBD2_DEBUG /* diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 19e8344c51a8c..a0cb213aefb94 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -742,6 +742,28 @@ int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, unsigned long len); int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, gpa_t gpa, unsigned long len); + +#define __kvm_put_guest(kvm, gfn, offset, value, type) \ +({ \ + unsigned long __addr = gfn_to_hva(kvm, gfn); \ + type __user *__uaddr = (type __user *)(__addr + offset); \ + int __ret = -EFAULT; \ + \ + if (!kvm_is_error_hva(__addr)) \ + __ret = put_user(value, __uaddr); \ + if (!__ret) \ + mark_page_dirty(kvm, gfn); \ + __ret; \ +}) + +#define kvm_put_guest(kvm, gpa, value, type) \ +({ \ + gpa_t __gpa = gpa; \ + struct kvm *__kvm = kvm; \ + __kvm_put_guest(__kvm, __gpa >> PAGE_SHIFT, \ + offset_in_page(__gpa), (value), type); \ +}) + int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len); int kvm_clear_guest(struct kvm *kvm, gpa_t gpa, unsigned long len); struct kvm_memory_slot *gfn_to_memslot(struct kvm *kvm, gfn_t gfn); @@ -1249,7 +1271,7 @@ extern unsigned int halt_poll_ns_grow_start; extern unsigned int halt_poll_ns_shrink; struct kvm_device { - struct kvm_device_ops *ops; + const struct kvm_device_ops *ops; struct kvm *kvm; void *private; struct list_head vm_node; @@ -1302,7 +1324,7 @@ struct kvm_device_ops { void kvm_device_get(struct kvm_device *dev); void kvm_device_put(struct kvm_device *dev); struct kvm_device *kvm_device_from_filp(struct file *filp); -int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); +int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); void kvm_unregister_device_ops(u32 type); extern struct kvm_device_ops kvm_mpic_ops; diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index 2382cb58969d7..68e84cf42a3f9 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -35,6 +35,8 @@ typedef unsigned long gva_t; typedef u64 gpa_t; typedef u64 gfn_t; +#define GPA_INVALID (~(gpa_t)0) + typedef unsigned long hva_t; typedef u64 hpa_t; typedef u64 hfn_t; diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 631837a950143..a198002ee6f32 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -8981,8 +8981,8 @@ struct mlx5_ifc_bufferx_reg_bits { u8 reserved_at_0[0x6]; u8 lossy[0x1]; u8 epsb[0x1]; - u8 reserved_at_8[0xc]; - u8 size[0xc]; + u8 reserved_at_8[0x8]; + u8 size[0x10]; u8 xoff_threshold[0x10]; u8 xon_threshold[0x10]; diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index bc8a70a7c5a13..e4f9df955040f 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -1250,13 +1250,16 @@ static inline unsigned long *section_to_usemap(struct mem_section *ms) static inline struct mem_section *__nr_to_section(unsigned long nr) { + unsigned long root = SECTION_NR_TO_ROOT(nr); + + if (unlikely(root >= NR_SECTION_ROOTS)) + return NULL; + #ifdef CONFIG_SPARSEMEM_EXTREME - if (!mem_section) + if (!mem_section || !mem_section[root]) return NULL; #endif - if (!mem_section[SECTION_NR_TO_ROOT(nr)]) - return NULL; - return &mem_section[SECTION_NR_TO_ROOT(nr)][nr & SECTION_ROOT_MASK]; + return &mem_section[root][nr & SECTION_ROOT_MASK]; } extern unsigned long __section_nr(struct mem_section *ms); extern size_t mem_section_usage_size(void); diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index bea57a320661d..0c06b2957e730 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -3777,7 +3777,8 @@ void netdev_run_todo(void); */ static inline void dev_put(struct net_device *dev) { - this_cpu_dec(*dev->pcpu_refcnt); + if (dev) + this_cpu_dec(*dev->pcpu_refcnt); } /** @@ -3788,7 +3789,8 @@ static inline void dev_put(struct net_device *dev) */ static inline void dev_hold(struct net_device *dev) { - this_cpu_inc(*dev->pcpu_refcnt); + if (dev) + this_cpu_inc(*dev->pcpu_refcnt); } /* Carrier loss detection, dial on demand. The functions netif_carrier_on diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 978ef674f0388..49cf5c855cbe5 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -480,10 +480,10 @@ static inline const struct cred *nfs_file_cred(struct file *file) * linux/fs/nfs/direct.c */ extern ssize_t nfs_direct_IO(struct kiocb *, struct iov_iter *); -extern ssize_t nfs_file_direct_read(struct kiocb *iocb, - struct iov_iter *iter); -extern ssize_t nfs_file_direct_write(struct kiocb *iocb, - struct iov_iter *iter); +ssize_t nfs_file_direct_read(struct kiocb *iocb, + struct iov_iter *iter, bool swap); +ssize_t nfs_file_direct_write(struct kiocb *iocb, + struct iov_iter *iter, bool swap); /* * linux/fs/nfs/dir.c diff --git a/include/linux/nitro_enclaves.h b/include/linux/nitro_enclaves.h new file mode 100644 index 0000000000000..d91ef2bfdf478 --- /dev/null +++ b/include/linux/nitro_enclaves.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +#ifndef _LINUX_NITRO_ENCLAVES_H_ +#define _LINUX_NITRO_ENCLAVES_H_ + +#include + +#endif /* _LINUX_NITRO_ENCLAVES_H_ */ diff --git a/include/linux/pci.h b/include/linux/pci.h index 7606a4bfbbc13..2a1c012c597c5 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -238,7 +238,7 @@ enum pcie_link_width { PCIE_LNK_WIDTH_UNKNOWN = 0xff, }; -/* Based on the PCI Hotplug Spec, but some values are made up by us */ +/* See matching string table in pci_speed_string() */ enum pci_bus_speed { PCI_SPEED_33MHz = 0x00, PCI_SPEED_66MHz = 0x01, @@ -604,6 +604,7 @@ struct pci_bus { struct bin_attribute *legacy_io; /* Legacy I/O for this bus */ struct bin_attribute *legacy_mem; /* Legacy mem */ unsigned int is_added:1; + unsigned int unsafe_warn:1; /* warned about RW1C config write */ }; #define to_pci_bus(n) container_of(n, struct pci_bus, dev) diff --git a/include/linux/psci.h b/include/linux/psci.h index e2bacc6fd2f2d..ebe0a881d13d7 100644 --- a/include/linux/psci.h +++ b/include/linux/psci.h @@ -7,6 +7,7 @@ #ifndef __LINUX_PSCI_H #define __LINUX_PSCI_H +#include #include #include @@ -18,12 +19,6 @@ bool psci_tos_resident_on(int cpu); int psci_cpu_suspend_enter(u32 state); bool psci_power_state_is_valid(u32 state); -enum psci_conduit { - PSCI_CONDUIT_NONE, - PSCI_CONDUIT_SMC, - PSCI_CONDUIT_HVC, -}; - enum smccc_version { SMCCC_VERSION_1_0, SMCCC_VERSION_1_1, @@ -38,7 +33,7 @@ struct psci_operations { int (*affinity_info)(unsigned long target_affinity, unsigned long lowest_affinity_level); int (*migrate_info_type)(void); - enum psci_conduit conduit; + enum arm_smccc_conduit conduit; enum smccc_version smccc_version; }; diff --git a/include/linux/sched/clock.h b/include/linux/sched/clock.h index 867d588314e03..902654ac5f7e7 100644 --- a/include/linux/sched/clock.h +++ b/include/linux/sched/clock.h @@ -32,6 +32,10 @@ static inline void clear_sched_clock_stable(void) { } +static inline void set_sched_clock_stable(void) +{ +} + static inline void sched_clock_idle_sleep_event(void) { } @@ -51,6 +55,7 @@ static inline u64 local_clock(void) } #else extern int sched_clock_stable(void); +extern void set_sched_clock_stable(void); extern void clear_sched_clock_stable(void); /* diff --git a/include/linux/security.h b/include/linux/security.h index 7624712544932..f03c0b9879f13 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -118,6 +118,7 @@ enum lockdown_reason { LOCKDOWN_MMIOTRACE, LOCKDOWN_DEBUGFS, LOCKDOWN_XMON_WR, + LOCKDOWN_KGDB, LOCKDOWN_INTEGRITY_MAX, LOCKDOWN_KCORE, LOCKDOWN_KPROBES, diff --git a/include/linux/sunrpc/xdr.h b/include/linux/sunrpc/xdr.h index a8d68c5a4ca61..fb0a6d6c91e48 100644 --- a/include/linux/sunrpc/xdr.h +++ b/include/linux/sunrpc/xdr.h @@ -536,6 +536,8 @@ xdr_stream_decode_uint32_array(struct xdr_stream *xdr, if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) return -EBADMSG; + if (len > SIZE_MAX / sizeof(*p)) + return -EBADMSG; p = xdr_inline_decode(xdr, len * sizeof(*p)); if (unlikely(!p)) return -EBADMSG; diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 194e64cb25850..91baeef1d8d30 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -436,6 +436,7 @@ extern unsigned long get_safe_page(gfp_t gfp_mask); extern asmlinkage int swsusp_arch_suspend(void); extern asmlinkage int swsusp_arch_resume(void); +extern u32 swsusp_hardware_signature; extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); extern int hibernate(void); extern bool system_entering_hibernation(void); diff --git a/include/linux/tee_drv.h b/include/linux/tee_drv.h index e08ace76eba6a..8868337e9445b 100644 --- a/include/linux/tee_drv.h +++ b/include/linux/tee_drv.h @@ -579,4 +579,18 @@ struct tee_client_driver { #define to_tee_client_driver(d) \ container_of(d, struct tee_client_driver, driver) +/** + * teedev_open() - Open a struct tee_device + * @teedev: Device to open + * + * @return a pointer to struct tee_context on success or an ERR_PTR on failure. + */ +struct tee_context *teedev_open(struct tee_device *teedev); + +/** + * teedev_close_context() - closes a struct tee_context + * @ctx: The struct tee_context to close + */ +void teedev_close_context(struct tee_context *ctx); + #endif /*__TEE_DRV_H*/ diff --git a/include/linux/topology.h b/include/linux/topology.h index eb2fe6edd73c8..64e7ee0abe71c 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h @@ -48,6 +48,7 @@ int arch_update_cpu_topology(void); /* Conform to ACPI 2.0 SLIT distance definitions */ #define LOCAL_DISTANCE 10 #define REMOTE_DISTANCE 20 +#define DISTANCE_BITS 8 #ifndef node_distance #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) #endif diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 7c075463c7f2b..b80376654a604 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -135,7 +135,6 @@ void virtio_break_device(struct virtio_device *dev); void virtio_config_changed(struct virtio_device *dev); void virtio_config_disable(struct virtio_device *dev); void virtio_config_enable(struct virtio_device *dev); -int virtio_finalize_features(struct virtio_device *dev); #ifdef CONFIG_PM_SLEEP int virtio_device_freeze(struct virtio_device *dev); int virtio_device_restore(struct virtio_device *dev); diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index bb4cc49107503..ad4d4697a1673 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -56,8 +56,9 @@ struct irq_affinity; * Returns the first 64 feature bits (all we currently need). * @finalize_features: confirm what device features we'll be using. * vdev: the virtio_device - * This gives the final feature bits for the device: it can change + * This sends the driver feature bits to the device: it can change * the dev->feature bits if it wants. + * Note: despite the name this can be called any number of times. * Returns 0 on success or error status * @bus_name: return the bus name associated with the device (optional) * vdev: the virtio_device diff --git a/include/net/arp.h b/include/net/arp.h index 4950191f6b2bf..4a23a97195f33 100644 --- a/include/net/arp.h +++ b/include/net/arp.h @@ -71,6 +71,7 @@ void arp_send(int type, int ptype, __be32 dest_ip, const unsigned char *src_hw, const unsigned char *th); int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir); void arp_ifdown(struct net_device *dev); +int arp_invalidate(struct net_device *dev, __be32 ip, bool force); struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, diff --git a/include/net/checksum.h b/include/net/checksum.h index 97bf4885a962f..e13d5ecf71cdb 100644 --- a/include/net/checksum.h +++ b/include/net/checksum.h @@ -22,7 +22,7 @@ #include #ifndef _HAVE_ARCH_COPY_AND_CSUM_FROM_USER -static inline +static __always_inline __wsum csum_and_copy_from_user (const void __user *src, void *dst, int len, __wsum sum, int *err_ptr) { @@ -37,7 +37,7 @@ __wsum csum_and_copy_from_user (const void __user *src, void *dst, #endif #ifndef HAVE_CSUM_COPY_USER -static __inline__ __wsum csum_and_copy_to_user +static __always_inline __wsum csum_and_copy_to_user (const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) { sum = csum_partial(src, len, sum); @@ -54,7 +54,7 @@ static __inline__ __wsum csum_and_copy_to_user #endif #ifndef HAVE_ARCH_CSUM_ADD -static inline __wsum csum_add(__wsum csum, __wsum addend) +static __always_inline __wsum csum_add(__wsum csum, __wsum addend) { u32 res = (__force u32)csum; res += (__force u32)addend; @@ -62,12 +62,12 @@ static inline __wsum csum_add(__wsum csum, __wsum addend) } #endif -static inline __wsum csum_sub(__wsum csum, __wsum addend) +static __always_inline __wsum csum_sub(__wsum csum, __wsum addend) { return csum_add(csum, ~addend); } -static inline __sum16 csum16_add(__sum16 csum, __be16 addend) +static __always_inline __sum16 csum16_add(__sum16 csum, __be16 addend) { u16 res = (__force u16)csum; @@ -75,12 +75,12 @@ static inline __sum16 csum16_add(__sum16 csum, __be16 addend) return (__force __sum16)(res + (res < (__force u16)addend)); } -static inline __sum16 csum16_sub(__sum16 csum, __be16 addend) +static __always_inline __sum16 csum16_sub(__sum16 csum, __be16 addend) { return csum16_add(csum, ~addend); } -static inline __wsum +static __always_inline __wsum csum_block_add(__wsum csum, __wsum csum2, int offset) { u32 sum = (__force u32)csum2; @@ -92,36 +92,37 @@ csum_block_add(__wsum csum, __wsum csum2, int offset) return csum_add(csum, (__force __wsum)sum); } -static inline __wsum +static __always_inline __wsum csum_block_add_ext(__wsum csum, __wsum csum2, int offset, int len) { return csum_block_add(csum, csum2, offset); } -static inline __wsum +static __always_inline __wsum csum_block_sub(__wsum csum, __wsum csum2, int offset) { return csum_block_add(csum, ~csum2, offset); } -static inline __wsum csum_unfold(__sum16 n) +static __always_inline __wsum csum_unfold(__sum16 n) { return (__force __wsum)n; } -static inline __wsum csum_partial_ext(const void *buff, int len, __wsum sum) +static __always_inline +__wsum csum_partial_ext(const void *buff, int len, __wsum sum) { return csum_partial(buff, len, sum); } #define CSUM_MANGLED_0 ((__force __sum16)0xffff) -static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) +static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) { *sum = csum_fold(csum_add(diff, ~csum_unfold(*sum))); } -static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) +static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) { __wsum tmp = csum_sub(~csum_unfold(*sum), (__force __wsum)from); @@ -134,11 +135,16 @@ static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) * m : old value of a 16bit field * m' : new value of a 16bit field */ -static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) +static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) { *sum = ~csum16_add(csum16_sub(~(*sum), old), new); } +static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) +{ + *csum = csum_add(csum_sub(*csum, old), new); +} + struct sk_buff; void inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, __be32 from, __be32 to, bool pseudohdr); @@ -148,16 +154,16 @@ void inet_proto_csum_replace16(__sum16 *sum, struct sk_buff *skb, void inet_proto_csum_replace_by_diff(__sum16 *sum, struct sk_buff *skb, __wsum diff, bool pseudohdr); -static inline void inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, - __be16 from, __be16 to, - bool pseudohdr) +static __always_inline +void inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, + __be16 from, __be16 to, bool pseudohdr) { inet_proto_csum_replace4(sum, skb, (__force __be32)from, (__force __be32)to, pseudohdr); } -static inline __wsum remcsum_adjust(void *ptr, __wsum csum, - int start, int offset) +static __always_inline __wsum remcsum_adjust(void *ptr, __wsum csum, + int start, int offset) { __sum16 *psum = (__sum16 *)(ptr + offset); __wsum delta; @@ -173,7 +179,7 @@ static inline __wsum remcsum_adjust(void *ptr, __wsum csum, return delta; } -static inline void remcsum_unadjust(__sum16 *psum, __wsum delta) +static __always_inline void remcsum_unadjust(__sum16 *psum, __wsum delta) { *psum = csum_fold(csum_sub(delta, (__force __wsum)*psum)); } diff --git a/include/net/netfilter/nf_queue.h b/include/net/netfilter/nf_queue.h index 47088083667b2..c204af20c27e4 100644 --- a/include/net/netfilter/nf_queue.h +++ b/include/net/netfilter/nf_queue.h @@ -34,7 +34,7 @@ void nf_register_queue_handler(struct net *net, const struct nf_queue_handler *q void nf_unregister_queue_handler(struct net *net); void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict); -void nf_queue_entry_get_refs(struct nf_queue_entry *entry); +bool nf_queue_entry_get_refs(struct nf_queue_entry *entry); void nf_queue_entry_release_refs(struct nf_queue_entry *entry); static inline void init_hashrandom(u32 *jhash_initval) diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 886866bee8b27..c2867bf2f6f70 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -655,6 +655,10 @@ static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext) return nft_set_ext(ext, NFT_SET_EXT_OBJREF); } +struct nft_expr *nft_set_elem_expr_alloc(const struct nft_ctx *ctx, + const struct nft_set *set, + const struct nlattr *attr); + void *nft_set_elem_init(const struct nft_set *set, const struct nft_set_ext_tmpl *tmpl, const u32 *key, const u32 *data, diff --git a/include/net/udp.h b/include/net/udp.h index d9d39cc20a847..9787a42f7ed3e 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -459,6 +459,7 @@ void udp_init(void); DECLARE_STATIC_KEY_FALSE(udp_encap_needed_key); void udp_encap_enable(void); +void udp_encap_disable(void); #if IS_ENABLED(CONFIG_IPV6) DECLARE_STATIC_KEY_FALSE(udpv6_encap_needed_key); void udpv6_encap_enable(void); diff --git a/include/net/udp_tunnel.h b/include/net/udp_tunnel.h index 4b1f95e083070..27bf9f4dd1d45 100644 --- a/include/net/udp_tunnel.h +++ b/include/net/udp_tunnel.h @@ -178,9 +178,8 @@ static inline void udp_tunnel_encap_enable(struct socket *sock) #if IS_ENABLED(CONFIG_IPV6) if (sock->sk->sk_family == PF_INET6) ipv6_stub->udpv6_encap_enable(); - else #endif - udp_encap_enable(); + udp_encap_enable(); } #endif diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 8ce63850d6d01..96faf09186945 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -1543,7 +1543,6 @@ void xfrm_sad_getinfo(struct net *net, struct xfrmk_sadinfo *si); void xfrm_spd_getinfo(struct net *net, struct xfrmk_spdinfo *si); u32 xfrm_replay_seqhi(struct xfrm_state *x, __be32 net_seq); int xfrm_init_replay(struct xfrm_state *x); -u32 __xfrm_state_mtu(struct xfrm_state *x, int mtu); u32 xfrm_state_mtu(struct xfrm_state *x, int mtu); int __xfrm_init_state(struct xfrm_state *x, bool init_replay, bool offload); int xfrm_init_state(struct xfrm_state *x); @@ -1664,14 +1663,15 @@ int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, const struct xfrm_migrate *m, int num_bundles, const struct xfrm_kmaddress *k, const struct xfrm_encap_tmpl *encap); -struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *net); +struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *net, + u32 if_id); struct xfrm_state *xfrm_state_migrate(struct xfrm_state *x, struct xfrm_migrate *m, struct xfrm_encap_tmpl *encap); int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, struct xfrm_migrate *m, int num_bundles, struct xfrm_kmaddress *k, struct net *net, - struct xfrm_encap_tmpl *encap); + struct xfrm_encap_tmpl *encap, u32 if_id); #endif int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport); diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 063f133e47c2e..2370a38c0b12c 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h @@ -168,6 +168,7 @@ sense_reason_t transport_generic_new_cmd(struct se_cmd *); void target_put_cmd_and_wait(struct se_cmd *cmd); void target_execute_cmd(struct se_cmd *cmd); +bool target_cmd_interrupted(struct se_cmd *cmd); int transport_generic_free_cmd(struct se_cmd *, int); diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 63038eb23560b..cb0631098f918 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -1294,8 +1294,8 @@ union bpf_attr { * Return * The return value depends on the result of the test, and can be: * - * * 0, if current task belongs to the cgroup2. - * * 1, if current task does not belong to the cgroup2. + * * 1, if current task belongs to the cgroup2. + * * 0, if current task does not belong to the cgroup2. * * A negative error code, if an error occurred. * * int bpf_skb_change_tail(struct sk_buff *skb, u32 len, u64 flags) @@ -3068,7 +3068,8 @@ struct bpf_sock { __u32 src_ip4; __u32 src_ip6[4]; __u32 src_port; /* host byte order */ - __u32 dst_port; /* network byte order */ + __be16 dst_port; /* network byte order */ + __u16 :16; /* zero padding */ __u32 dst_ip4; __u32 dst_ip6[4]; __u32 state; diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 311a57f3e01a2..7f0ae1f411e3a 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -278,7 +278,8 @@ #define KEY_PAUSECD 201 #define KEY_PROG3 202 #define KEY_PROG4 203 -#define KEY_DASHBOARD 204 /* AL Dashboard */ +#define KEY_ALL_APPLICATIONS 204 /* AC Desktop Show All Applications */ +#define KEY_DASHBOARD KEY_ALL_APPLICATIONS #define KEY_SUSPEND 205 #define KEY_CLOSE 206 /* AC Close */ #define KEY_PLAY 207 @@ -608,6 +609,7 @@ #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ #define KEY_KBD_LAYOUT_NEXT 0x248 /* AC Next Keyboard Layout Select */ #define KEY_EMOJI_PICKER 0x249 /* Show/hide emoji picker (HUTRR101) */ +#define KEY_DICTATE 0x24a /* Start or Stop Voice Dictation Session (HUTRR99) */ #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 373ddef2b1f91..9ee8589b211fe 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -1245,6 +1245,8 @@ enum kvm_device_type { #define KVM_DEV_TYPE_ARM_VGIC_ITS KVM_DEV_TYPE_ARM_VGIC_ITS KVM_DEV_TYPE_XIVE, #define KVM_DEV_TYPE_XIVE KVM_DEV_TYPE_XIVE + KVM_DEV_TYPE_ARM_PV_TIME, +#define KVM_DEV_TYPE_ARM_PV_TIME KVM_DEV_TYPE_ARM_PV_TIME KVM_DEV_TYPE_MAX, }; diff --git a/include/uapi/linux/nitro_enclaves.h b/include/uapi/linux/nitro_enclaves.h new file mode 100644 index 0000000000000..e808f5ba124d4 --- /dev/null +++ b/include/uapi/linux/nitro_enclaves.h @@ -0,0 +1,359 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +#ifndef _UAPI_LINUX_NITRO_ENCLAVES_H_ +#define _UAPI_LINUX_NITRO_ENCLAVES_H_ + +#include + +/** + * DOC: Nitro Enclaves (NE) Kernel Driver Interface + */ + +/** + * NE_CREATE_VM - The command is used to create a slot that is associated with + * an enclave VM. + * The generated unique slot id is an output parameter. + * The ioctl can be invoked on the /dev/nitro_enclaves fd, before + * setting any resources, such as memory and vCPUs, for an + * enclave. Memory and vCPUs are set for the slot mapped to an enclave. + * A NE CPU pool has to be set before calling this function. The + * pool can be set after the NE driver load, using + * /sys/module/nitro_enclaves/parameters/ne_cpus. + * Its format is the detailed in the cpu-lists section: + * https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html + * CPU 0 and its siblings have to remain available for the + * primary / parent VM, so they cannot be set for enclaves. Full + * CPU core(s), from the same NUMA node, need(s) to be included + * in the CPU pool. + * + * Context: Process context. + * Return: + * * Enclave file descriptor - Enclave file descriptor used with + * ioctl calls to set vCPUs and memory + * regions, then start the enclave. + * * -1 - There was a failure in the ioctl logic. + * On failure, errno is set to: + * * EFAULT - copy_to_user() failure. + * * ENOMEM - Memory allocation failure for internal + * bookkeeping variables. + * * NE_ERR_NO_CPUS_AVAIL_IN_POOL - No NE CPU pool set / no CPUs available + * in the pool. + * * Error codes from get_unused_fd_flags() and anon_inode_getfile(). + * * Error codes from the NE PCI device request. + */ +#define NE_CREATE_VM _IOR(0xAE, 0x20, __u64) + +/** + * NE_ADD_VCPU - The command is used to set a vCPU for an enclave. The vCPU can + * be auto-chosen from the NE CPU pool or it can be set by the + * caller, with the note that it needs to be available in the NE + * CPU pool. Full CPU core(s), from the same NUMA node, need(s) to + * be associated with an enclave. + * The vCPU id is an input / output parameter. If its value is 0, + * then a CPU is chosen from the enclave CPU pool and returned via + * this parameter. + * The ioctl can be invoked on the enclave fd, before an enclave + * is started. + * + * Context: Process context. + * Return: + * * 0 - Logic successfully completed. + * * -1 - There was a failure in the ioctl logic. + * On failure, errno is set to: + * * EFAULT - copy_from_user() / copy_to_user() failure. + * * ENOMEM - Memory allocation failure for internal + * bookkeeping variables. + * * EIO - Current task mm is not the same as the one + * that created the enclave. + * * NE_ERR_NO_CPUS_AVAIL_IN_POOL - No CPUs available in the NE CPU pool. + * * NE_ERR_VCPU_ALREADY_USED - The provided vCPU is already used. + * * NE_ERR_VCPU_NOT_IN_CPU_POOL - The provided vCPU is not available in the + * NE CPU pool. + * * NE_ERR_VCPU_INVALID_CPU_CORE - The core id of the provided vCPU is invalid + * or out of range. + * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state + * (init = before being started). + * * NE_ERR_INVALID_VCPU - The provided vCPU is not in the available + * CPUs range. + * * Error codes from the NE PCI device request. + */ +#define NE_ADD_VCPU _IOWR(0xAE, 0x21, __u32) + +/** + * NE_GET_IMAGE_LOAD_INFO - The command is used to get information needed for + * in-memory enclave image loading e.g. offset in + * enclave memory to start placing the enclave image. + * The image load info is an input / output parameter. + * It includes info provided by the caller - flags - + * and returns the offset in enclave memory where to + * start placing the enclave image. + * The ioctl can be invoked on the enclave fd, before + * an enclave is started. + * + * Context: Process context. + * Return: + * * 0 - Logic successfully completed. + * * -1 - There was a failure in the ioctl logic. + * On failure, errno is set to: + * * EFAULT - copy_from_user() / copy_to_user() failure. + * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state (init = + * before being started). + * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. + */ +#define NE_GET_IMAGE_LOAD_INFO _IOWR(0xAE, 0x22, struct ne_image_load_info) + +/** + * NE_SET_USER_MEMORY_REGION - The command is used to set a memory region for an + * enclave, given the allocated memory from the + * userspace. Enclave memory needs to be from the + * same NUMA node as the enclave CPUs. + * The user memory region is an input parameter. It + * includes info provided by the caller - flags, + * memory size and userspace address. + * The ioctl can be invoked on the enclave fd, + * before an enclave is started. + * + * Context: Process context. + * Return: + * * 0 - Logic successfully completed. + * * -1 - There was a failure in the ioctl logic. + * On failure, errno is set to: + * * EFAULT - copy_from_user() failure. + * * EINVAL - Invalid physical memory region(s) e.g. + * unaligned address. + * * EIO - Current task mm is not the same as + * the one that created the enclave. + * * ENOMEM - Memory allocation failure for internal + * bookkeeping variables. + * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state + * (init = before being started). + * * NE_ERR_INVALID_MEM_REGION_SIZE - The memory size of the region is not + * multiple of 2 MiB. + * * NE_ERR_INVALID_MEM_REGION_ADDR - Invalid user space address given. + * * NE_ERR_UNALIGNED_MEM_REGION_ADDR - Unaligned user space address given. + * * NE_ERR_MEM_REGION_ALREADY_USED - The memory region is already used. + * * NE_ERR_MEM_NOT_HUGE_PAGE - The memory region is not backed by + * huge pages. + * * NE_ERR_MEM_DIFFERENT_NUMA_NODE - The memory region is not from the same + * NUMA node as the CPUs. + * * NE_ERR_MEM_MAX_REGIONS - The number of memory regions set for + * the enclave reached maximum. + * * NE_ERR_INVALID_PAGE_SIZE - The memory region is not backed by + * pages multiple of 2 MiB. + * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. + * * Error codes from get_user_pages(). + * * Error codes from the NE PCI device request. + */ +#define NE_SET_USER_MEMORY_REGION _IOW(0xAE, 0x23, struct ne_user_memory_region) + +/** + * NE_START_ENCLAVE - The command is used to trigger enclave start after the + * enclave resources, such as memory and CPU, have been set. + * The enclave start info is an input / output parameter. It + * includes info provided by the caller - enclave cid and + * flags - and returns the cid (if input cid is 0). + * The ioctl can be invoked on the enclave fd, after an + * enclave slot is created and resources, such as memory and + * vCPUs are set for an enclave. + * + * Context: Process context. + * Return: + * * 0 - Logic successfully completed. + * * -1 - There was a failure in the ioctl logic. + * On failure, errno is set to: + * * EFAULT - copy_from_user() / copy_to_user() failure. + * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state + * (init = before being started). + * * NE_ERR_NO_MEM_REGIONS_ADDED - No memory regions are set. + * * NE_ERR_NO_VCPUS_ADDED - No vCPUs are set. + * * NE_ERR_FULL_CORES_NOT_USED - Full core(s) not set for the enclave. + * * NE_ERR_ENCLAVE_MEM_MIN_SIZE - Enclave memory is less than minimum + * memory size (64 MiB). + * * NE_ERR_INVALID_FLAG_VALUE - The value of the provided flag is invalid. + * * NE_ERR_INVALID_ENCLAVE_CID - The provided enclave CID is invalid. + * * Error codes from the NE PCI device request. + */ +#define NE_START_ENCLAVE _IOWR(0xAE, 0x24, struct ne_enclave_start_info) + +/** + * DOC: NE specific error codes + */ + +/** + * NE_ERR_VCPU_ALREADY_USED - The provided vCPU is already used. + */ +#define NE_ERR_VCPU_ALREADY_USED (256) +/** + * NE_ERR_VCPU_NOT_IN_CPU_POOL - The provided vCPU is not available in the + * NE CPU pool. + */ +#define NE_ERR_VCPU_NOT_IN_CPU_POOL (257) +/** + * NE_ERR_VCPU_INVALID_CPU_CORE - The core id of the provided vCPU is invalid + * or out of range of the NE CPU pool. + */ +#define NE_ERR_VCPU_INVALID_CPU_CORE (258) +/** + * NE_ERR_INVALID_MEM_REGION_SIZE - The user space memory region size is not + * multiple of 2 MiB. + */ +#define NE_ERR_INVALID_MEM_REGION_SIZE (259) +/** + * NE_ERR_INVALID_MEM_REGION_ADDR - The user space memory region address range + * is invalid. + */ +#define NE_ERR_INVALID_MEM_REGION_ADDR (260) +/** + * NE_ERR_UNALIGNED_MEM_REGION_ADDR - The user space memory region address is + * not aligned. + */ +#define NE_ERR_UNALIGNED_MEM_REGION_ADDR (261) +/** + * NE_ERR_MEM_REGION_ALREADY_USED - The user space memory region is already used. + */ +#define NE_ERR_MEM_REGION_ALREADY_USED (262) +/** + * NE_ERR_MEM_NOT_HUGE_PAGE - The user space memory region is not backed by + * contiguous physical huge page(s). + */ +#define NE_ERR_MEM_NOT_HUGE_PAGE (263) +/** + * NE_ERR_MEM_DIFFERENT_NUMA_NODE - The user space memory region is backed by + * pages from different NUMA nodes than the CPUs. + */ +#define NE_ERR_MEM_DIFFERENT_NUMA_NODE (264) +/** + * NE_ERR_MEM_MAX_REGIONS - The supported max memory regions per enclaves has + * been reached. + */ +#define NE_ERR_MEM_MAX_REGIONS (265) +/** + * NE_ERR_NO_MEM_REGIONS_ADDED - The command to start an enclave is triggered + * and no memory regions are added. + */ +#define NE_ERR_NO_MEM_REGIONS_ADDED (266) +/** + * NE_ERR_NO_VCPUS_ADDED - The command to start an enclave is triggered and no + * vCPUs are added. + */ +#define NE_ERR_NO_VCPUS_ADDED (267) +/** + * NE_ERR_ENCLAVE_MEM_MIN_SIZE - The enclave memory size is lower than the + * minimum supported. + */ +#define NE_ERR_ENCLAVE_MEM_MIN_SIZE (268) +/** + * NE_ERR_FULL_CORES_NOT_USED - The command to start an enclave is triggered and + * full CPU cores are not set. + */ +#define NE_ERR_FULL_CORES_NOT_USED (269) +/** + * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state when setting + * resources or triggering start. + */ +#define NE_ERR_NOT_IN_INIT_STATE (270) +/** + * NE_ERR_INVALID_VCPU - The provided vCPU is out of range of the available CPUs. + */ +#define NE_ERR_INVALID_VCPU (271) +/** + * NE_ERR_NO_CPUS_AVAIL_IN_POOL - The command to create an enclave is triggered + * and no CPUs are available in the pool. + */ +#define NE_ERR_NO_CPUS_AVAIL_IN_POOL (272) +/** + * NE_ERR_INVALID_PAGE_SIZE - The user space memory region is not backed by pages + * multiple of 2 MiB. + */ +#define NE_ERR_INVALID_PAGE_SIZE (273) +/** + * NE_ERR_INVALID_FLAG_VALUE - The provided flag value is invalid. + */ +#define NE_ERR_INVALID_FLAG_VALUE (274) +/** + * NE_ERR_INVALID_ENCLAVE_CID - The provided enclave CID is invalid, either + * being a well-known value or the CID of the + * parent / primary VM. + */ +#define NE_ERR_INVALID_ENCLAVE_CID (275) + +/** + * DOC: Image load info flags + */ + +/** + * NE_EIF_IMAGE - Enclave Image Format (EIF) + */ +#define NE_EIF_IMAGE (0x01) + +#define NE_IMAGE_LOAD_MAX_FLAG_VAL (0x02) + +/** + * struct ne_image_load_info - Info necessary for in-memory enclave image + * loading (in / out). + * @flags: Flags to determine the enclave image type + * (e.g. Enclave Image Format - EIF) (in). + * @memory_offset: Offset in enclave memory where to start placing the + * enclave image (out). + */ +struct ne_image_load_info { + __u64 flags; + __u64 memory_offset; +}; + +/** + * DOC: User memory region flags + */ + +/** + * NE_DEFAULT_MEMORY_REGION - Memory region for enclave general usage. + */ +#define NE_DEFAULT_MEMORY_REGION (0x00) + +#define NE_MEMORY_REGION_MAX_FLAG_VAL (0x01) + +/** + * struct ne_user_memory_region - Memory region to be set for an enclave (in). + * @flags: Flags to determine the usage for the memory region (in). + * @memory_size: The size, in bytes, of the memory region to be set for + * an enclave (in). + * @userspace_addr: The start address of the userspace allocated memory of + * the memory region to set for an enclave (in). + */ +struct ne_user_memory_region { + __u64 flags; + __u64 memory_size; + __u64 userspace_addr; +}; + +/** + * DOC: Enclave start info flags + */ + +/** + * NE_ENCLAVE_PRODUCTION_MODE - Start enclave in production mode. + */ +#define NE_ENCLAVE_PRODUCTION_MODE (0x00) +/** + * NE_ENCLAVE_DEBUG_MODE - Start enclave in debug mode. + */ +#define NE_ENCLAVE_DEBUG_MODE (0x01) + +#define NE_ENCLAVE_START_MAX_FLAG_VAL (0x02) + +/** + * struct ne_enclave_start_info - Setup info necessary for enclave start (in / out). + * @flags: Flags for the enclave to start with (e.g. debug mode) (in). + * @enclave_cid: Context ID (CID) for the enclave vsock device. If 0 as + * input, the CID is autogenerated by the hypervisor and + * returned back as output by the driver (in / out). + */ +struct ne_enclave_start_info { + __u64 flags; + __u64 enclave_cid; +}; + +#endif /* _UAPI_LINUX_NITRO_ENCLAVES_H_ */ diff --git a/include/uapi/linux/random.h b/include/uapi/linux/random.h index 26ee91300e3ec..dcc1b3e6106fe 100644 --- a/include/uapi/linux/random.h +++ b/include/uapi/linux/random.h @@ -48,9 +48,11 @@ struct rand_pool_info { * Flags for getrandom(2) * * GRND_NONBLOCK Don't block and return EAGAIN instead - * GRND_RANDOM Use the /dev/random pool instead of /dev/urandom + * GRND_RANDOM No effect + * GRND_INSECURE Return non-cryptographic random bytes */ #define GRND_NONBLOCK 0x0001 #define GRND_RANDOM 0x0002 +#define GRND_INSECURE 0x0004 #endif /* _UAPI_LINUX_RANDOM_H */ diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h index ff7cfdc6cb44d..90a8f968af2f9 100644 --- a/include/uapi/linux/xfrm.h +++ b/include/uapi/linux/xfrm.h @@ -504,6 +504,12 @@ struct xfrm_user_offload { int ifindex; __u8 flags; }; +/* This flag was exposed without any kernel code that supporting it. + * Unfortunately, strongswan has the code that uses sets this flag, + * which makes impossible to reuse this bit. + * + * So leave it here to make sure that it won't be reused by mistake. + */ #define XFRM_OFFLOAD_IPV6 1 #define XFRM_OFFLOAD_INBOUND 2 diff --git a/include/xen/events.h b/include/xen/events.h index 31952308a6d56..f2fdae82a3068 100644 --- a/include/xen/events.h +++ b/include/xen/events.h @@ -92,6 +92,8 @@ static inline void notify_remote_via_evtchn(int port) void notify_remote_via_irq(int irq); void xen_irq_resume(void); +void xen_shutdown_pirqs(void); +void xen_restore_pirqs(void); /* Clear an irq's pending state, in preparation for polling on it */ void xen_clear_irq_pending(int irq); diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h index a9978350b45b0..a58a89cc0e97d 100644 --- a/include/xen/grant_table.h +++ b/include/xen/grant_table.h @@ -97,17 +97,32 @@ int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly); * access has been ended, free the given page too. Access will be ended * immediately iff the grant entry is not in use, otherwise it will happen * some time later. page may be 0, in which case no freeing will occur. + * Note that the granted page might still be accessed (read or write) by the + * other side after gnttab_end_foreign_access() returns, so even if page was + * specified as 0 it is not allowed to just reuse the page for other + * purposes immediately. gnttab_end_foreign_access() will take an additional + * reference to the granted page in this case, which is dropped only after + * the grant is no longer in use. + * This requires that multi page allocations for areas subject to + * gnttab_end_foreign_access() are done via alloc_pages_exact() (and freeing + * via free_pages_exact()) in order to avoid high order pages. */ void gnttab_end_foreign_access(grant_ref_t ref, int readonly, unsigned long page); +/* + * End access through the given grant reference, iff the grant entry is + * no longer in use. In case of success ending foreign access, the + * grant reference is deallocated. + * Return 1 if the grant entry was freed, 0 if it is still in use. + */ +int gnttab_try_end_foreign_access(grant_ref_t ref); + int gnttab_grant_foreign_transfer(domid_t domid, unsigned long pfn); unsigned long gnttab_end_foreign_transfer_ref(grant_ref_t ref); unsigned long gnttab_end_foreign_transfer(grant_ref_t ref); -int gnttab_query_foreign_access(grant_ref_t ref); - /* * operations on reserved batches of grant references */ diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index d89969aa9942c..12b3f4474a050 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h @@ -37,9 +37,17 @@ void xen_time_setup_guest(void); void xen_manage_runstate_time(int action); void xen_get_runstate_snapshot(struct vcpu_runstate_info *res); u64 xen_steal_clock(int cpu); +void xen_save_steal_clock(int cpu); +void xen_restore_steal_clock(int cpu); int xen_setup_shutdown_event(void); +bool xen_suspend_mode_is_xen_suspend(void); +bool xen_suspend_mode_is_pm_suspend(void); +bool xen_suspend_mode_is_pm_hibernation(void); + +void xen_setup_syscore_ops(void); + extern unsigned long *xen_contiguous_bitmap; #if defined(CONFIG_XEN_PV) || defined(CONFIG_ARM) || defined(CONFIG_ARM64) diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h index 14d47ed4114fd..ed25ddb3e6907 100644 --- a/include/xen/xenbus.h +++ b/include/xen/xenbus.h @@ -109,6 +109,9 @@ struct xenbus_driver { int (*remove)(struct xenbus_device *dev); int (*suspend)(struct xenbus_device *dev); int (*resume)(struct xenbus_device *dev); + int (*freeze)(struct xenbus_device *dev); + int (*thaw)(struct xenbus_device *dev); + int (*restore)(struct xenbus_device *dev); int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); struct device_driver driver; int (*read_otherend_details)(struct xenbus_device *dev); diff --git a/init/main.c b/init/main.c index 816eba7ab8aed..5fe169cbb125f 100644 --- a/init/main.c +++ b/init/main.c @@ -831,7 +831,7 @@ static int __init initcall_blacklist(char *str) } } while (str_entry); - return 0; + return 1; } static bool __init_or_module initcall_blacklisted(initcall_t fn) @@ -1072,7 +1072,9 @@ static noinline void __init kernel_init_freeable(void); bool rodata_enabled __ro_after_init = true; static int __init set_debug_rodata(char *str) { - return strtobool(str, &rodata_enabled); + if (strtobool(str, &rodata_enabled)) + pr_warn("Invalid option string for rodata: '%s'\n", str); + return 1; } __setup("rodata=", set_debug_rodata); #endif diff --git a/kernel/audit.h b/kernel/audit.h index ddc22878433d0..fed8e93ce1699 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -191,6 +191,10 @@ struct audit_context { struct { char *name; } module; + struct { + struct audit_ntp_data ntp_data; + struct timespec64 tk_injoffset; + } time; }; int fds[2]; struct audit_proctitle proctitle; diff --git a/kernel/auditsc.c b/kernel/auditsc.c index d33c5dccde1c7..e8e90c0c49367 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1185,6 +1185,53 @@ static void audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name) from_kuid(&init_user_ns, name->fcap.rootid)); } +static void audit_log_time(struct audit_context *context, struct audit_buffer **ab) +{ + const struct audit_ntp_data *ntp = &context->time.ntp_data; + const struct timespec64 *tk = &context->time.tk_injoffset; + static const char * const ntp_name[] = { + "offset", + "freq", + "status", + "tai", + "tick", + "adjust", + }; + int type; + + if (context->type == AUDIT_TIME_ADJNTPVAL) { + for (type = 0; type < AUDIT_NTP_NVALS; type++) { + if (ntp->vals[type].newval != ntp->vals[type].oldval) { + if (!*ab) { + *ab = audit_log_start(context, + GFP_KERNEL, + AUDIT_TIME_ADJNTPVAL); + if (!*ab) + return; + } + audit_log_format(*ab, "op=%s old=%lli new=%lli", + ntp_name[type], + ntp->vals[type].oldval, + ntp->vals[type].newval); + audit_log_end(*ab); + *ab = NULL; + } + } + } + if (tk->tv_sec != 0 || tk->tv_nsec != 0) { + if (!*ab) { + *ab = audit_log_start(context, GFP_KERNEL, + AUDIT_TIME_INJOFFSET); + if (!*ab) + return; + } + audit_log_format(*ab, "sec=%lli nsec=%li", + (long long)tk->tv_sec, tk->tv_nsec); + audit_log_end(*ab); + *ab = NULL; + } +} + static void show_special(struct audit_context *context, int *call_panic) { struct audit_buffer *ab; @@ -1290,6 +1337,11 @@ static void show_special(struct audit_context *context, int *call_panic) audit_log_format(ab, "(null)"); break; + case AUDIT_TIME_ADJNTPVAL: + case AUDIT_TIME_INJOFFSET: + /* this call deviates from the rest, eating the buffer */ + audit_log_time(context, &ab); + break; } audit_log_end(ab); } @@ -2518,31 +2570,26 @@ void __audit_fanotify(unsigned int response) void __audit_tk_injoffset(struct timespec64 offset) { - audit_log(audit_context(), GFP_KERNEL, AUDIT_TIME_INJOFFSET, - "sec=%lli nsec=%li", - (long long)offset.tv_sec, offset.tv_nsec); -} - -static void audit_log_ntp_val(const struct audit_ntp_data *ad, - const char *op, enum audit_ntp_type type) -{ - const struct audit_ntp_val *val = &ad->vals[type]; - - if (val->newval == val->oldval) - return; + struct audit_context *context = audit_context(); - audit_log(audit_context(), GFP_KERNEL, AUDIT_TIME_ADJNTPVAL, - "op=%s old=%lli new=%lli", op, val->oldval, val->newval); + /* only set type if not already set by NTP */ + if (!context->type) + context->type = AUDIT_TIME_INJOFFSET; + memcpy(&context->time.tk_injoffset, &offset, sizeof(offset)); } void __audit_ntp_log(const struct audit_ntp_data *ad) { - audit_log_ntp_val(ad, "offset", AUDIT_NTP_OFFSET); - audit_log_ntp_val(ad, "freq", AUDIT_NTP_FREQ); - audit_log_ntp_val(ad, "status", AUDIT_NTP_STATUS); - audit_log_ntp_val(ad, "tai", AUDIT_NTP_TAI); - audit_log_ntp_val(ad, "tick", AUDIT_NTP_TICK); - audit_log_ntp_val(ad, "adjust", AUDIT_NTP_ADJUST); + struct audit_context *context = audit_context(); + int type; + + for (type = 0; type < AUDIT_NTP_NVALS; type++) + if (ad->vals[type].newval != ad->vals[type].oldval) { + /* unconditionally set type, overwriting TK */ + context->type = AUDIT_TIME_ADJNTPVAL; + memcpy(&context->time.ntp_data, ad, sizeof(*ad)); + break; + } } static void audit_log_task(struct audit_buffer *ab) diff --git a/kernel/cgroup/cgroup-internal.h b/kernel/cgroup/cgroup-internal.h index 809e34a3c0172..236f290224aae 100644 --- a/kernel/cgroup/cgroup-internal.h +++ b/kernel/cgroup/cgroup-internal.h @@ -65,6 +65,25 @@ static inline struct cgroup_fs_context *cgroup_fc2context(struct fs_context *fc) return container_of(kfc, struct cgroup_fs_context, kfc); } +struct cgroup_pidlist; + +struct cgroup_file_ctx { + struct cgroup_namespace *ns; + + struct { + void *trigger; + } psi; + + struct { + bool started; + struct css_task_iter iter; + } procs; + + struct { + struct cgroup_pidlist *pidlist; + } procs1; +}; + /* * A cgroup can be associated with multiple css_sets as different tasks may * belong to different cgroups on different hierarchies. In the other diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c index 5e465c4b1e64c..117d70098cd49 100644 --- a/kernel/cgroup/cgroup-v1.c +++ b/kernel/cgroup/cgroup-v1.c @@ -398,6 +398,7 @@ static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) * next pid to display, if any */ struct kernfs_open_file *of = s->private; + struct cgroup_file_ctx *ctx = of->priv; struct cgroup *cgrp = seq_css(s)->cgroup; struct cgroup_pidlist *l; enum cgroup_filetype type = seq_cft(s)->private; @@ -407,25 +408,24 @@ static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) mutex_lock(&cgrp->pidlist_mutex); /* - * !NULL @of->priv indicates that this isn't the first start() - * after open. If the matching pidlist is around, we can use that. - * Look for it. Note that @of->priv can't be used directly. It - * could already have been destroyed. + * !NULL @ctx->procs1.pidlist indicates that this isn't the first + * start() after open. If the matching pidlist is around, we can use + * that. Look for it. Note that @ctx->procs1.pidlist can't be used + * directly. It could already have been destroyed. */ - if (of->priv) - of->priv = cgroup_pidlist_find(cgrp, type); + if (ctx->procs1.pidlist) + ctx->procs1.pidlist = cgroup_pidlist_find(cgrp, type); /* * Either this is the first start() after open or the matching * pidlist has been destroyed inbetween. Create a new one. */ - if (!of->priv) { - ret = pidlist_array_load(cgrp, type, - (struct cgroup_pidlist **)&of->priv); + if (!ctx->procs1.pidlist) { + ret = pidlist_array_load(cgrp, type, &ctx->procs1.pidlist); if (ret) return ERR_PTR(ret); } - l = of->priv; + l = ctx->procs1.pidlist; if (pid) { int end = l->length; @@ -453,7 +453,8 @@ static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) static void cgroup_pidlist_stop(struct seq_file *s, void *v) { struct kernfs_open_file *of = s->private; - struct cgroup_pidlist *l = of->priv; + struct cgroup_file_ctx *ctx = of->priv; + struct cgroup_pidlist *l = ctx->procs1.pidlist; if (l) mod_delayed_work(cgroup_pidlist_destroy_wq, &l->destroy_dwork, @@ -464,7 +465,8 @@ static void cgroup_pidlist_stop(struct seq_file *s, void *v) static void *cgroup_pidlist_next(struct seq_file *s, void *v, loff_t *pos) { struct kernfs_open_file *of = s->private; - struct cgroup_pidlist *l = of->priv; + struct cgroup_file_ctx *ctx = of->priv; + struct cgroup_pidlist *l = ctx->procs1.pidlist; pid_t *p = v; pid_t *end = l->list + l->length; /* @@ -507,10 +509,11 @@ static ssize_t __cgroup1_procs_write(struct kernfs_open_file *of, goto out_unlock; /* - * Even if we're attaching all tasks in the thread group, we only - * need to check permissions on one of them. + * Even if we're attaching all tasks in the thread group, we only need + * to check permissions on one of them. Check permissions using the + * credentials from file open to protect against inherited fd attacks. */ - cred = current_cred(); + cred = of->file->f_cred; tcred = get_task_cred(task); if (!uid_eq(cred->euid, GLOBAL_ROOT_UID) && !uid_eq(cred->euid, tcred->uid) && diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index ce1745ac7b8c0..177d57ce90164 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -3648,6 +3648,7 @@ static int cgroup_cpu_pressure_show(struct seq_file *seq, void *v) static ssize_t cgroup_pressure_write(struct kernfs_open_file *of, char *buf, size_t nbytes, enum psi_res res) { + struct cgroup_file_ctx *ctx = of->priv; struct psi_trigger *new; struct cgroup *cgrp; struct psi_group *psi; @@ -3660,7 +3661,7 @@ static ssize_t cgroup_pressure_write(struct kernfs_open_file *of, char *buf, cgroup_kn_unlock(of->kn); /* Allow only one trigger per file descriptor */ - if (of->priv) { + if (ctx->psi.trigger) { cgroup_put(cgrp); return -EBUSY; } @@ -3672,7 +3673,7 @@ static ssize_t cgroup_pressure_write(struct kernfs_open_file *of, char *buf, return PTR_ERR(new); } - smp_store_release(&of->priv, new); + smp_store_release(&ctx->psi.trigger, new); cgroup_put(cgrp); return nbytes; @@ -3702,12 +3703,15 @@ static ssize_t cgroup_cpu_pressure_write(struct kernfs_open_file *of, static __poll_t cgroup_pressure_poll(struct kernfs_open_file *of, poll_table *pt) { - return psi_trigger_poll(&of->priv, of->file, pt); + struct cgroup_file_ctx *ctx = of->priv; + return psi_trigger_poll(&ctx->psi.trigger, of->file, pt); } static void cgroup_pressure_release(struct kernfs_open_file *of) { - psi_trigger_destroy(of->priv); + struct cgroup_file_ctx *ctx = of->priv; + + psi_trigger_destroy(ctx->psi.trigger); } #endif /* CONFIG_PSI */ @@ -3748,24 +3752,43 @@ static ssize_t cgroup_freeze_write(struct kernfs_open_file *of, static int cgroup_file_open(struct kernfs_open_file *of) { struct cftype *cft = of->kn->priv; + struct cgroup_file_ctx *ctx; + int ret; - if (cft->open) - return cft->open(of); - return 0; + ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); + if (!ctx) + return -ENOMEM; + + ctx->ns = current->nsproxy->cgroup_ns; + get_cgroup_ns(ctx->ns); + of->priv = ctx; + + if (!cft->open) + return 0; + + ret = cft->open(of); + if (ret) { + put_cgroup_ns(ctx->ns); + kfree(ctx); + } + return ret; } static void cgroup_file_release(struct kernfs_open_file *of) { struct cftype *cft = of->kn->priv; + struct cgroup_file_ctx *ctx = of->priv; if (cft->release) cft->release(of); + put_cgroup_ns(ctx->ns); + kfree(ctx); } static ssize_t cgroup_file_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) { - struct cgroup_namespace *ns = current->nsproxy->cgroup_ns; + struct cgroup_file_ctx *ctx = of->priv; struct cgroup *cgrp = of->kn->parent->priv; struct cftype *cft = of->kn->priv; struct cgroup_subsys_state *css; @@ -3779,7 +3802,7 @@ static ssize_t cgroup_file_write(struct kernfs_open_file *of, char *buf, */ if ((cgrp->root->flags & CGRP_ROOT_NS_DELEGATE) && !(cft->flags & CFTYPE_NS_DELEGATABLE) && - ns != &init_cgroup_ns && ns->root_cset->dfl_cgrp == cgrp) + ctx->ns != &init_cgroup_ns && ctx->ns->root_cset->dfl_cgrp == cgrp) return -EPERM; if (cft->write) @@ -4687,21 +4710,21 @@ void css_task_iter_end(struct css_task_iter *it) static void cgroup_procs_release(struct kernfs_open_file *of) { - if (of->priv) { - css_task_iter_end(of->priv); - kfree(of->priv); - } + struct cgroup_file_ctx *ctx = of->priv; + + if (ctx->procs.started) + css_task_iter_end(&ctx->procs.iter); } static void *cgroup_procs_next(struct seq_file *s, void *v, loff_t *pos) { struct kernfs_open_file *of = s->private; - struct css_task_iter *it = of->priv; + struct cgroup_file_ctx *ctx = of->priv; if (pos) (*pos)++; - return css_task_iter_next(it); + return css_task_iter_next(&ctx->procs.iter); } static void *__cgroup_procs_start(struct seq_file *s, loff_t *pos, @@ -4709,21 +4732,18 @@ static void *__cgroup_procs_start(struct seq_file *s, loff_t *pos, { struct kernfs_open_file *of = s->private; struct cgroup *cgrp = seq_css(s)->cgroup; - struct css_task_iter *it = of->priv; + struct cgroup_file_ctx *ctx = of->priv; + struct css_task_iter *it = &ctx->procs.iter; /* * When a seq_file is seeked, it's always traversed sequentially * from position 0, so we can simply keep iterating on !0 *pos. */ - if (!it) { + if (!ctx->procs.started) { if (WARN_ON_ONCE((*pos))) return ERR_PTR(-EINVAL); - - it = kzalloc(sizeof(*it), GFP_KERNEL); - if (!it) - return ERR_PTR(-ENOMEM); - of->priv = it; css_task_iter_start(&cgrp->self, iter_flags, it); + ctx->procs.started = true; } else if (!(*pos)) { css_task_iter_end(it); css_task_iter_start(&cgrp->self, iter_flags, it); @@ -4758,9 +4778,9 @@ static int cgroup_procs_show(struct seq_file *s, void *v) static int cgroup_procs_write_permission(struct cgroup *src_cgrp, struct cgroup *dst_cgrp, - struct super_block *sb) + struct super_block *sb, + struct cgroup_namespace *ns) { - struct cgroup_namespace *ns = current->nsproxy->cgroup_ns; struct cgroup *com_cgrp = src_cgrp; struct inode *inode; int ret; @@ -4796,8 +4816,10 @@ static int cgroup_procs_write_permission(struct cgroup *src_cgrp, static ssize_t cgroup_procs_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) { + struct cgroup_file_ctx *ctx = of->priv; struct cgroup *src_cgrp, *dst_cgrp; struct task_struct *task; + const struct cred *saved_cred; ssize_t ret; dst_cgrp = cgroup_kn_lock_live(of->kn, false); @@ -4814,8 +4836,16 @@ static ssize_t cgroup_procs_write(struct kernfs_open_file *of, src_cgrp = task_cgroup_from_root(task, &cgrp_dfl_root); spin_unlock_irq(&css_set_lock); + /* + * Process and thread migrations follow same delegation rule. Check + * permissions using the credentials from file open to protect against + * inherited fd attacks. + */ + saved_cred = override_creds(of->file->f_cred); ret = cgroup_procs_write_permission(src_cgrp, dst_cgrp, - of->file->f_path.dentry->d_sb); + of->file->f_path.dentry->d_sb, + ctx->ns); + revert_creds(saved_cred); if (ret) goto out_finish; @@ -4837,8 +4867,10 @@ static void *cgroup_threads_start(struct seq_file *s, loff_t *pos) static ssize_t cgroup_threads_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) { + struct cgroup_file_ctx *ctx = of->priv; struct cgroup *src_cgrp, *dst_cgrp; struct task_struct *task; + const struct cred *saved_cred; ssize_t ret; buf = strstrip(buf); @@ -4857,9 +4889,16 @@ static ssize_t cgroup_threads_write(struct kernfs_open_file *of, src_cgrp = task_cgroup_from_root(task, &cgrp_dfl_root); spin_unlock_irq(&css_set_lock); - /* thread migrations follow the cgroup.procs delegation rule */ + /* + * Process and thread migrations follow same delegation rule. Check + * permissions using the credentials from file open to protect against + * inherited fd attacks. + */ + saved_cred = override_creds(of->file->f_cred); ret = cgroup_procs_write_permission(src_cgrp, dst_cgrp, - of->file->f_path.dentry->d_sb); + of->file->f_path.dentry->d_sb, + ctx->ns); + revert_creds(saved_cred); if (ret) goto out_finish; diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c index ad9dffed8411d..3674798ade1fc 100644 --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c @@ -2204,6 +2204,7 @@ static void cpuset_attach(struct cgroup_taskset *tset) cgroup_taskset_first(tset, &css); cs = css_cs(css); + cpus_read_lock(); percpu_down_write(&cpuset_rwsem); /* prepare for attach */ @@ -2259,6 +2260,7 @@ static void cpuset_attach(struct cgroup_taskset *tset) wake_up(&cpuset_attach_wq); percpu_up_write(&cpuset_rwsem); + cpus_read_unlock(); } /* The various types of files and directories in a cpuset file system */ diff --git a/kernel/cpu.c b/kernel/cpu.c index 06c009489892f..cd03c253fe5cd 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -1125,6 +1125,18 @@ int cpu_down(unsigned int cpu) } EXPORT_SYMBOL(cpu_down); +int remove_cpu(unsigned int cpu) +{ + int ret; + + lock_device_hotplug(); + ret = device_offline(get_cpu_device(cpu)); + unlock_device_hotplug(); + + return ret; +} +EXPORT_SYMBOL_GPL(remove_cpu); + #else #define takedown_cpu NULL #endif /*CONFIG_HOTPLUG_CPU*/ @@ -1278,6 +1290,18 @@ int cpu_up(unsigned int cpu) } EXPORT_SYMBOL_GPL(cpu_up); +int add_cpu(unsigned int cpu) +{ + int ret; + + lock_device_hotplug(); + ret = device_online(get_cpu_device(cpu)); + unlock_device_hotplug(); + + return ret; +} +EXPORT_SYMBOL_GPL(add_cpu); + #ifdef CONFIG_PM_SLEEP_SMP static cpumask_var_t frozen_cpus; diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c index 097ab02989f92..f5a0d1612f1ff 100644 --- a/kernel/debug/debug_core.c +++ b/kernel/debug/debug_core.c @@ -56,6 +56,7 @@ #include #include #include +#include #include #include @@ -678,6 +679,8 @@ static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, while (1) { cpu_master_loop: + if (security_locked_down(LOCKDOWN_KGDB)) + break; if (dbg_kdb_mode) { kgdb_connected = 1; error = kdb_stub(ks); diff --git a/kernel/dma/debug.c b/kernel/dma/debug.c index b28665f4d8c7a..4dc3bbfd3e3f3 100644 --- a/kernel/dma/debug.c +++ b/kernel/dma/debug.c @@ -980,7 +980,7 @@ static __init int dma_debug_cmdline(char *str) global_disable = true; } - return 0; + return 1; } static __init int dma_debug_entries_cmdline(char *str) @@ -989,7 +989,7 @@ static __init int dma_debug_entries_cmdline(char *str) return -EINVAL; if (!get_option(&str, &nr_prealloc_entries)) nr_prealloc_entries = PREALLOC_DMA_DEBUG_ENTRIES; - return 0; + return 1; } __setup("dma_debug=", dma_debug_cmdline); diff --git a/kernel/dma/swiotlb.c b/kernel/dma/swiotlb.c index f99b79d7e1235..f17b771856d1c 100644 --- a/kernel/dma/swiotlb.c +++ b/kernel/dma/swiotlb.c @@ -572,7 +572,8 @@ phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, for (i = 0; i < nslots; i++) io_tlb_orig_addr[index+i] = orig_addr + (i << IO_TLB_SHIFT); if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && - (dir == DMA_TO_DEVICE || dir == DMA_BIDIRECTIONAL)) + (!(attrs & DMA_ATTR_OVERWRITE) || dir == DMA_TO_DEVICE || + dir == DMA_BIDIRECTIONAL)) swiotlb_bounce(orig_addr, tlb_addr, mapping_size, DMA_TO_DEVICE); return tlb_addr; diff --git a/kernel/events/core.c b/kernel/events/core.c index 2ea429e0e5fae..631fdc0eae49e 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c @@ -9495,8 +9495,11 @@ perf_event_parse_addr_filter(struct perf_event *event, char *fstr, } /* ready to consume more filters */ + kfree(filename); + filename = NULL; state = IF_STATE_ACTION; filter = NULL; + kernel = 0; } } diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 856f0297dc738..dd277ee86ffe6 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -173,11 +173,11 @@ static void irq_state_clr_masked(struct irq_desc *desc) irqd_clear(&desc->irq_data, IRQD_IRQ_MASKED); } -static void irq_state_clr_started(struct irq_desc *desc) +void irq_state_clr_started(struct irq_desc *desc) { irqd_clear(&desc->irq_data, IRQD_IRQ_STARTED); } - +EXPORT_SYMBOL_GPL(irq_state_clr_started); static void irq_state_set_started(struct irq_desc *desc) { irqd_set(&desc->irq_data, IRQD_IRQ_STARTED); diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index 6cafb2e910a11..406b4cbbec5e7 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c @@ -1216,7 +1216,7 @@ static int __init resumedelay_setup(char *str) int rc = kstrtouint(str, 0, &resume_delay); if (rc) - return rc; + pr_warn("resumedelay: bad option string '%s'\n", str); return 1; } diff --git a/kernel/power/main.c b/kernel/power/main.c index 718884857830b..34ebf6a162bca 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c @@ -95,7 +95,7 @@ int pm_notifier_call_chain(unsigned long val) } /* If set, devices may be suspended and resumed asynchronously. */ -int pm_async_enabled = 1; +int pm_async_enabled; static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) @@ -114,7 +114,7 @@ static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, if (val > 1) return -EINVAL; - pm_async_enabled = val; + pm_async_enabled = 0; return n; } diff --git a/kernel/power/power.h b/kernel/power/power.h index 44bee462ff579..d145dde7cf3d7 100644 --- a/kernel/power/power.h +++ b/kernel/power/power.h @@ -168,6 +168,7 @@ extern int swsusp_swap_in_use(void); #define SF_PLATFORM_MODE 1 #define SF_NOCOMPRESS_MODE 2 #define SF_CRC32_MODE 4 +#define SF_HW_SIG 8 /* kernel/power/hibernate.c */ extern int swsusp_check(void); diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index 46455aa7951ec..02d45dd92054a 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c @@ -103,7 +103,6 @@ unsigned long image_size; void __init hibernate_image_size_init(void) { - image_size = ((totalram_pages() * 2) / 5) * PAGE_SIZE; } /* diff --git a/kernel/power/suspend_test.c b/kernel/power/suspend_test.c index 60564b58de077..bfd2a96c695ca 100644 --- a/kernel/power/suspend_test.c +++ b/kernel/power/suspend_test.c @@ -157,22 +157,22 @@ static int __init setup_test_suspend(char *value) value++; suspend_type = strsep(&value, ","); if (!suspend_type) - return 0; + return 1; repeat = strsep(&value, ","); if (repeat) { if (kstrtou32(repeat, 0, &test_repeat_count_max)) - return 0; + return 1; } for (i = PM_SUSPEND_MIN; i < PM_SUSPEND_MAX; i++) if (!strcmp(pm_labels[i], suspend_type)) { test_state_label = pm_labels[i]; - return 0; + return 1; } printk(warn_bad_state, suspend_type); - return 0; + return 1; } __setup("test_suspend", setup_test_suspend); diff --git a/kernel/power/swap.c b/kernel/power/swap.c index bcc9769e8a3b5..72cc9551b396e 100644 --- a/kernel/power/swap.c +++ b/kernel/power/swap.c @@ -36,6 +36,8 @@ #define HIBERNATE_SIG "S1SUSPEND" +u32 swsusp_hardware_signature; + /* * When reading an {un,}compressed image, we may restore pages in place, * in which case some architectures need these pages cleaning before they @@ -104,7 +106,8 @@ struct swap_map_handle { struct swsusp_header { char reserved[PAGE_SIZE - 20 - sizeof(sector_t) - sizeof(int) - - sizeof(u32)]; + sizeof(u32) - sizeof(u32)]; + u32 hw_sig; u32 crc32; sector_t image; unsigned int flags; /* Flags to pass to the "boot" kernel */ @@ -226,6 +229,7 @@ struct hib_bio_batch { atomic_t count; wait_queue_head_t wait; blk_status_t error; + struct blk_plug plug; }; static void hib_init_batch(struct hib_bio_batch *hb) @@ -233,6 +237,12 @@ static void hib_init_batch(struct hib_bio_batch *hb) atomic_set(&hb->count, 0); init_waitqueue_head(&hb->wait); hb->error = BLK_STS_OK; + blk_start_plug(&hb->plug); +} + +static void hib_finish_batch(struct hib_bio_batch *hb) +{ + blk_finish_plug(&hb->plug); } static void hib_end_io(struct bio *bio) @@ -294,6 +304,10 @@ static int hib_submit_io(int op, int op_flags, pgoff_t page_off, void *addr, static int hib_wait_io(struct hib_bio_batch *hb) { + /* + * We are relying on the behavior of blk_plug that a thread with + * a plug will flush the plug list before sleeping. + */ wait_event(hb->wait, atomic_read(&hb->count) == 0); return blk_status_to_errno(hb->error); } @@ -301,7 +315,6 @@ static int hib_wait_io(struct hib_bio_batch *hb) /* * Saving part */ - static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) { int error; @@ -313,6 +326,10 @@ static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); memcpy(swsusp_header->sig, HIBERNATE_SIG, 10); swsusp_header->image = handle->first_sector; + if (swsusp_hardware_signature) { + swsusp_header->hw_sig = swsusp_hardware_signature; + flags |= SF_HW_SIG; + } swsusp_header->flags = flags; if (flags & SF_CRC32_MODE) swsusp_header->crc32 = handle->crc32; @@ -561,6 +578,7 @@ static int save_image(struct swap_map_handle *handle, nr_pages++; } err2 = hib_wait_io(&hb); + hib_finish_batch(&hb); stop = ktime_get(); if (!ret) ret = err2; @@ -854,6 +872,7 @@ static int save_image_lzo(struct swap_map_handle *handle, pr_info("Image saving done\n"); swsusp_show_speed(start, stop, nr_to_write, "Wrote"); out_clean: + hib_finish_batch(&hb); if (crc) { if (crc->thr) kthread_stop(crc->thr); @@ -1084,6 +1103,7 @@ static int load_image(struct swap_map_handle *handle, nr_pages++; } err2 = hib_wait_io(&hb); + hib_finish_batch(&hb); stop = ktime_get(); if (!ret) ret = err2; @@ -1447,6 +1467,7 @@ static int load_image_lzo(struct swap_map_handle *handle, } swsusp_show_speed(start, stop, nr_to_read, "Read"); out_clean: + hib_finish_batch(&hb); for (i = 0; i < ring_size; i++) free_page((unsigned long)page[i]); if (crc) { @@ -1531,6 +1552,12 @@ int swsusp_check(void) } else { error = -EINVAL; } + if (!error && swsusp_header->flags & SF_HW_SIG && + swsusp_header->hw_sig != swsusp_hardware_signature) { + pr_info("Suspend image hardware signature mismatch (%08x now %08x); aborting resume.\n", + swsusp_header->hw_sig, swsusp_hardware_signature); + error = -EINVAL; + } put: if (error) diff --git a/kernel/power/user.c b/kernel/power/user.c index 77438954cc2b0..d396e313cb7be 100644 --- a/kernel/power/user.c +++ b/kernel/power/user.c @@ -374,8 +374,12 @@ static long snapshot_ioctl(struct file *filp, unsigned int cmd, if (swdev) { offset = swap_area.offset; data->swap = swap_type_of(swdev, offset, NULL); - if (data->swap < 0) + if (data->swap < 0) { error = -ENODEV; + } else { + swsusp_resume_device = swdev; + swsusp_resume_block = offset; + } } else { data->swap = -1; error = -EINVAL; diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index 23e26a203a9e9..bb2198b40756d 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c @@ -146,8 +146,10 @@ static int __control_devkmsg(char *str) static int __init control_devkmsg(char *str) { - if (__control_devkmsg(str) < 0) + if (__control_devkmsg(str) < 0) { + pr_warn("printk.devkmsg: bad option string '%s'\n", str); return 1; + } /* * Set sysctl string accordingly: @@ -166,7 +168,7 @@ static int __init control_devkmsg(char *str) */ devkmsg_log |= DEVKMSG_LOG_MASK_LOCK; - return 0; + return 1; } __setup("printk.devkmsg=", control_devkmsg); diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index a71a4a272515d..2c127d438fe0a 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -523,16 +523,17 @@ rcu_preempt_deferred_qs_irqrestore(struct task_struct *t, unsigned long flags) raw_spin_unlock_irqrestore_rcu_node(rnp, flags); } - /* Unboost if we were boosted. */ - if (IS_ENABLED(CONFIG_RCU_BOOST) && drop_boost_mutex) - rt_mutex_futex_unlock(&rnp->boost_mtx); - /* * If this was the last task on the expedited lists, * then we need to report up the rcu_node hierarchy. */ if (!empty_exp && empty_exp_now) rcu_report_exp_rnp(rnp, true); + + /* Unboost if we were boosted. */ + if (IS_ENABLED(CONFIG_RCU_BOOST) && drop_boost_mutex) + rt_mutex_futex_unlock(&rnp->boost_mtx); + } else { local_irq_restore(flags); } diff --git a/kernel/sched/clock.c b/kernel/sched/clock.c index 1152259a4ca0c..374d40e5b1a24 100644 --- a/kernel/sched/clock.c +++ b/kernel/sched/clock.c @@ -116,7 +116,7 @@ static void __scd_stamp(struct sched_clock_data *scd) scd->tick_raw = sched_clock(); } -static void __set_sched_clock_stable(void) +void set_sched_clock_stable(void) { struct sched_clock_data *scd; @@ -236,7 +236,7 @@ static int __init sched_clock_init_late(void) smp_mb(); /* matches {set,clear}_sched_clock_stable() */ if (__sched_clock_stable_early) - __set_sched_clock_stable(); + set_sched_clock_stable(); return 0; } diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index faada713cfae8..d5f7fc7099bc4 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -847,25 +847,15 @@ void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, static void sched_show_numa(struct task_struct *p, struct seq_file *m) { #ifdef CONFIG_NUMA_BALANCING - struct mempolicy *pol; - if (p->mm) P(mm->numa_scan_seq); - task_lock(p); - pol = p->mempolicy; - if (pol && !(pol->flags & MPOL_F_MORON)) - pol = NULL; - mpol_get(pol); - task_unlock(p); - P(numa_pages_migrated); P(numa_preferred_nid); P(total_numa_faults); SEQ_printf(m, "current_node=%d, numa_group_id=%d\n", task_node(p), task_numa_group_id(p)); show_numa_stats(p, m); - mpol_put(pol); #endif } diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c index ffaa97a8d4051..e5ebaffc4fef5 100644 --- a/kernel/sched/topology.c +++ b/kernel/sched/topology.c @@ -1552,66 +1552,58 @@ static void init_numa_topology_type(void) } } + +#define NR_DISTANCE_VALUES (1 << DISTANCE_BITS) + void sched_init_numa(void) { - int next_distance, curr_distance = node_distance(0, 0); struct sched_domain_topology_level *tl; - int level = 0; - int i, j, k; - - sched_domains_numa_distance = kzalloc(sizeof(int) * (nr_node_ids + 1), GFP_KERNEL); - if (!sched_domains_numa_distance) - return; - - /* Includes NUMA identity node at level 0. */ - sched_domains_numa_distance[level++] = curr_distance; - sched_domains_numa_levels = level; + unsigned long *distance_map; + int nr_levels = 0; + int i, j; /* * O(nr_nodes^2) deduplicating selection sort -- in order to find the * unique distances in the node_distance() table. - * - * Assumes node_distance(0,j) includes all distances in - * node_distance(i,j) in order to avoid cubic time. */ - next_distance = curr_distance; + distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); + if (!distance_map) + return; + + bitmap_zero(distance_map, NR_DISTANCE_VALUES); for (i = 0; i < nr_node_ids; i++) { for (j = 0; j < nr_node_ids; j++) { - for (k = 0; k < nr_node_ids; k++) { - int distance = node_distance(i, k); - - if (distance > curr_distance && - (distance < next_distance || - next_distance == curr_distance)) - next_distance = distance; - - /* - * While not a strong assumption it would be nice to know - * about cases where if node A is connected to B, B is not - * equally connected to A. - */ - if (sched_debug() && node_distance(k, i) != distance) - sched_numa_warn("Node-distance not symmetric"); + int distance = node_distance(i, j); - if (sched_debug() && i && !find_numa_distance(distance)) - sched_numa_warn("Node-0 not representative"); + if (distance < LOCAL_DISTANCE || distance >= NR_DISTANCE_VALUES) { + sched_numa_warn("Invalid distance value range"); + return; } - if (next_distance != curr_distance) { - sched_domains_numa_distance[level++] = next_distance; - sched_domains_numa_levels = level; - curr_distance = next_distance; - } else break; + + bitmap_set(distance_map, distance, 1); } + } + /* + * We can now figure out how many unique distance values there are and + * allocate memory accordingly. + */ + nr_levels = bitmap_weight(distance_map, NR_DISTANCE_VALUES); - /* - * In case of sched_debug() we verify the above assumption. - */ - if (!sched_debug()) - break; + sched_domains_numa_distance = kcalloc(nr_levels, sizeof(int), GFP_KERNEL); + if (!sched_domains_numa_distance) { + bitmap_free(distance_map); + return; + } + + for (i = 0, j = 0; i < nr_levels; i++, j++) { + j = find_next_bit(distance_map, NR_DISTANCE_VALUES, j); + sched_domains_numa_distance[i] = j; } + bitmap_free(distance_map); + /* - * 'level' contains the number of unique distances + * 'nr_levels' contains the number of unique distances * * The sched_domains_numa_distance[] array includes the actual distance * numbers. @@ -1620,15 +1612,15 @@ void sched_init_numa(void) /* * Here, we should temporarily reset sched_domains_numa_levels to 0. * If it fails to allocate memory for array sched_domains_numa_masks[][], - * the array will contain less then 'level' members. This could be + * the array will contain less then 'nr_levels' members. This could be * dangerous when we use it to iterate array sched_domains_numa_masks[][] * in other functions. * - * We reset it to 'level' at the end of this function. + * We reset it to 'nr_levels' at the end of this function. */ sched_domains_numa_levels = 0; - sched_domains_numa_masks = kzalloc(sizeof(void *) * level, GFP_KERNEL); + sched_domains_numa_masks = kzalloc(sizeof(void *) * nr_levels, GFP_KERNEL); if (!sched_domains_numa_masks) return; @@ -1636,7 +1628,7 @@ void sched_init_numa(void) * Now for each level, construct a mask per node which contains all * CPUs of nodes that are that many hops away from us. */ - for (i = 0; i < level; i++) { + for (i = 0; i < nr_levels; i++) { sched_domains_numa_masks[i] = kzalloc(nr_node_ids * sizeof(void *), GFP_KERNEL); if (!sched_domains_numa_masks[i]) @@ -1644,12 +1636,17 @@ void sched_init_numa(void) for (j = 0; j < nr_node_ids; j++) { struct cpumask *mask = kzalloc(cpumask_size(), GFP_KERNEL); + int k; + if (!mask) return; sched_domains_numa_masks[i][j] = mask; for_each_node(k) { + if (sched_debug() && (node_distance(j, k) != node_distance(k, j))) + sched_numa_warn("Node-distance not symmetric"); + if (node_distance(j, k) > sched_domains_numa_distance[i]) continue; @@ -1661,7 +1658,7 @@ void sched_init_numa(void) /* Compute default topology size */ for (i = 0; sched_domain_topology[i].mask; i++); - tl = kzalloc((i + level + 1) * + tl = kzalloc((i + nr_levels + 1) * sizeof(struct sched_domain_topology_level), GFP_KERNEL); if (!tl) return; @@ -1684,7 +1681,7 @@ void sched_init_numa(void) /* * .. and append 'j' levels of NUMA goodness. */ - for (j = 1; j < level; i++, j++) { + for (j = 1; j < nr_levels; i++, j++) { tl[i] = (struct sched_domain_topology_level){ .mask = sd_numa_mask, .sd_flags = cpu_numa_flags, @@ -1696,8 +1693,8 @@ void sched_init_numa(void) sched_domain_topology = tl; - sched_domains_numa_levels = level; - sched_max_numa_distance = sched_domains_numa_distance[level - 1]; + sched_domains_numa_levels = nr_levels; + sched_max_numa_distance = sched_domains_numa_distance[nr_levels - 1]; init_numa_topology_type(); } diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 615259d8fa9ad..56619766e9103 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -219,7 +219,7 @@ static char trace_boot_options_buf[MAX_TRACER_SIZE] __initdata; static int __init set_trace_boot_options(char *str) { strlcpy(trace_boot_options_buf, str, MAX_TRACER_SIZE); - return 0; + return 1; } __setup("trace_options=", set_trace_boot_options); @@ -230,7 +230,7 @@ static int __init set_trace_boot_clock(char *str) { strlcpy(trace_boot_clock_buf, str, MAX_TRACER_SIZE); trace_boot_clock = trace_boot_clock_buf; - return 0; + return 1; } __setup("trace_clock=", set_trace_boot_clock); @@ -1305,10 +1305,12 @@ static int __init set_buf_size(char *str) if (!str) return 0; buf_size = memparse(str, &str); - /* nr_entries can not be zero */ - if (buf_size == 0) - return 0; - trace_buf_size = buf_size; + /* + * nr_entries can not be zero and the startup + * tests require some buffer space. Therefore + * ensure we have at least 4096 bytes of buffer. + */ + trace_buf_size = max(4096UL, buf_size); return 1; } __setup("trace_buf_size=", set_buf_size); diff --git a/kernel/trace/trace_events_hist.c b/kernel/trace/trace_events_hist.c index 3cef24c6391a5..413da11260f89 100644 --- a/kernel/trace/trace_events_hist.c +++ b/kernel/trace/trace_events_hist.c @@ -2891,9 +2891,9 @@ parse_field(struct hist_trigger_data *hist_data, struct trace_event_file *file, /* * For backward compatibility, if field_name * was "cpu", then we treat this the same as - * common_cpu. + * common_cpu. This also works for "CPU". */ - if (strcmp(field_name, "cpu") == 0) { + if (field && field->filter_type == FILTER_CPU) { *flags |= HIST_FIELD_FL_CPU; } else { hist_err(tr, HIST_ERR_FIELD_NOT_FOUND, @@ -5247,7 +5247,7 @@ static int create_tracing_map_fields(struct hist_trigger_data *hist_data) if (hist_field->flags & HIST_FIELD_FL_STACKTRACE) cmp_fn = tracing_map_cmp_none; - else if (!field) + else if (!field || hist_field->flags & HIST_FIELD_FL_CPU) cmp_fn = tracing_map_cmp_num(hist_field->size, hist_field->is_signed); else if (is_string_field(field)) diff --git a/kernel/trace/trace_events_trigger.c b/kernel/trace/trace_events_trigger.c index e913d41a41949..3105dbf6c0e96 100644 --- a/kernel/trace/trace_events_trigger.c +++ b/kernel/trace/trace_events_trigger.c @@ -940,6 +940,16 @@ static void traceon_trigger(struct event_trigger_data *data, void *rec, struct ring_buffer_event *event) { + struct trace_event_file *file = data->private_data; + + if (file) { + if (tracer_tracing_is_on(file->tr)) + return; + + tracer_tracing_on(file->tr); + return; + } + if (tracing_is_on()) return; @@ -950,8 +960,15 @@ static void traceon_count_trigger(struct event_trigger_data *data, void *rec, struct ring_buffer_event *event) { - if (tracing_is_on()) - return; + struct trace_event_file *file = data->private_data; + + if (file) { + if (tracer_tracing_is_on(file->tr)) + return; + } else { + if (tracing_is_on()) + return; + } if (!data->count) return; @@ -959,13 +976,26 @@ traceon_count_trigger(struct event_trigger_data *data, void *rec, if (data->count != -1) (data->count)--; - tracing_on(); + if (file) + tracer_tracing_on(file->tr); + else + tracing_on(); } static void traceoff_trigger(struct event_trigger_data *data, void *rec, struct ring_buffer_event *event) { + struct trace_event_file *file = data->private_data; + + if (file) { + if (!tracer_tracing_is_on(file->tr)) + return; + + tracer_tracing_off(file->tr); + return; + } + if (!tracing_is_on()) return; @@ -976,8 +1006,15 @@ static void traceoff_count_trigger(struct event_trigger_data *data, void *rec, struct ring_buffer_event *event) { - if (!tracing_is_on()) - return; + struct trace_event_file *file = data->private_data; + + if (file) { + if (!tracer_tracing_is_on(file->tr)) + return; + } else { + if (!tracing_is_on()) + return; + } if (!data->count) return; @@ -985,7 +1022,10 @@ traceoff_count_trigger(struct event_trigger_data *data, void *rec, if (data->count != -1) (data->count)--; - tracing_off(); + if (file) + tracer_tracing_off(file->tr); + else + tracing_off(); } static int diff --git a/kernel/trace/trace_kprobe.c b/kernel/trace/trace_kprobe.c index 13ccf2f28987e..a422cf6a0358b 100644 --- a/kernel/trace/trace_kprobe.c +++ b/kernel/trace/trace_kprobe.c @@ -430,7 +430,7 @@ static int disable_trace_kprobe(struct trace_event_call *call, */ trace_probe_remove_file(tp, file); - return 0; + return 1; } #if defined(CONFIG_DYNAMIC_FTRACE) && \ diff --git a/lib/Kconfig b/lib/Kconfig index 380fc5cb04f5a..d6dd20badc41b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -42,7 +42,6 @@ config BITREVERSE config HAVE_ARCH_BITREVERSE bool default n - depends on BITREVERSE help This option enables the use of hardware bit-reversal instructions on architectures which support such operations. diff --git a/lib/lz4/lz4_decompress.c b/lib/lz4/lz4_decompress.c index 4d0b59fa5550f..46f24b7a32217 100644 --- a/lib/lz4/lz4_decompress.c +++ b/lib/lz4/lz4_decompress.c @@ -268,8 +268,12 @@ static FORCE_INLINE int LZ4_decompress_generic( ip += length; op += length; - /* Necessarily EOF, due to parsing restrictions */ - if (!partialDecoding || (cpy == oend)) + /* Necessarily EOF when !partialDecoding. + * When partialDecoding, it is EOF if we've either + * filled the output buffer or + * can't proceed with reading an offset for following match. + */ + if (!partialDecoding || (cpy == oend) || (ip >= (iend - 2))) break; } else { /* may overwrite up to WILDCOPYLENGTH beyond cpy */ diff --git a/lib/raid6/test/Makefile b/lib/raid6/test/Makefile index b9e6c3648be1a..98b9fd0354dd1 100644 --- a/lib/raid6/test/Makefile +++ b/lib/raid6/test/Makefile @@ -4,6 +4,8 @@ # from userspace. # +pound := \# + CC = gcc OPTFLAGS = -O2 # Adjust as desired CFLAGS = -I.. -I ../../../include -g $(OPTFLAGS) @@ -47,7 +49,7 @@ else ifeq ($(HAS_NEON),yes) OBJS += neon.o neon1.o neon2.o neon4.o neon8.o recov_neon.o recov_neon_inner.o CFLAGS += -DCONFIG_KERNEL_MODE_NEON=1 else - HAS_ALTIVEC := $(shell printf '\#include \nvector int a;\n' |\ + HAS_ALTIVEC := $(shell printf '$(pound)include \nvector int a;\n' |\ gcc -c -x c - >/dev/null && rm ./-.o && echo yes) ifeq ($(HAS_ALTIVEC),yes) CFLAGS += -I../../../arch/powerpc/include diff --git a/lib/raid6/test/test.c b/lib/raid6/test/test.c index a3cf071941ab4..841a55242abaa 100644 --- a/lib/raid6/test/test.c +++ b/lib/raid6/test/test.c @@ -19,7 +19,6 @@ #define NDISKS 16 /* Including P and Q */ const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); -struct raid6_calls raid6_call; char *dataptrs[NDISKS]; char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); diff --git a/lib/test_kmod.c b/lib/test_kmod.c index 87a0cc750ea23..6813b183aa348 100644 --- a/lib/test_kmod.c +++ b/lib/test_kmod.c @@ -1155,6 +1155,7 @@ static struct kmod_test_device *register_test_dev_kmod(void) if (ret) { pr_err("could not register misc device: %d\n", ret); free_test_dev_kmod(test_dev); + test_dev = NULL; goto out; } diff --git a/lib/test_xarray.c b/lib/test_xarray.c index 8262c3f05a5d3..aefa377c9c26a 100644 --- a/lib/test_xarray.c +++ b/lib/test_xarray.c @@ -1438,6 +1438,25 @@ static noinline void check_create_range_4(struct xarray *xa, XA_BUG_ON(xa, !xa_empty(xa)); } +static noinline void check_create_range_5(struct xarray *xa, + unsigned long index, unsigned int order) +{ + XA_STATE_ORDER(xas, xa, index, order); + unsigned int i; + + xa_store_order(xa, index, order, xa_mk_index(index), GFP_KERNEL); + + for (i = 0; i < order + 10; i++) { + do { + xas_lock(&xas); + xas_create_range(&xas); + xas_unlock(&xas); + } while (xas_nomem(&xas, GFP_KERNEL)); + } + + xa_destroy(xa); +} + static noinline void check_create_range(struct xarray *xa) { unsigned int order; @@ -1465,6 +1484,9 @@ static noinline void check_create_range(struct xarray *xa) check_create_range_4(xa, (3U << order) + 1, order); check_create_range_4(xa, (3U << order) - 1, order); check_create_range_4(xa, (1U << 24) + 1, order); + + check_create_range_5(xa, 0, order); + check_create_range_5(xa, (1U << order), order); } check_create_range_3(); diff --git a/lib/xarray.c b/lib/xarray.c index 7d22b30591275..61464c52c20e6 100644 --- a/lib/xarray.c +++ b/lib/xarray.c @@ -722,6 +722,8 @@ void xas_create_range(struct xa_state *xas) for (;;) { struct xa_node *node = xas->xa_node; + if (node->shift >= shift) + break; xas->xa_node = xa_parent_locked(xas->xa, node); xas->xa_offset = node->offset - 1; if (node->offset != 0) @@ -1078,6 +1080,7 @@ void xas_split(struct xa_state *xas, void *entry, unsigned int order) xa_mk_node(child)); if (xa_is_value(curr)) values--; + xas_update(xas, child); } else { unsigned int canon = offset - xas->xa_sibs; @@ -1092,6 +1095,7 @@ void xas_split(struct xa_state *xas, void *entry, unsigned int order) } while (offset-- > xas->xa_offset); node->nr_values += values; + xas_update(xas, node); } EXPORT_SYMBOL_GPL(xas_split); #endif diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 4a669c81f4e22..d8cde7292bf92 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -787,6 +787,8 @@ static void add_scan_area(unsigned long ptr, size_t size, gfp_t gfp) unsigned long flags; struct kmemleak_object *object; struct kmemleak_scan_area *area = NULL; + unsigned long untagged_ptr; + unsigned long untagged_objp; object = find_and_get_object(ptr, 1); if (!object) { @@ -795,6 +797,9 @@ static void add_scan_area(unsigned long ptr, size_t size, gfp_t gfp) return; } + untagged_ptr = (unsigned long)kasan_reset_tag((void *)ptr); + untagged_objp = (unsigned long)kasan_reset_tag((void *)object->pointer); + if (scan_area_cache) area = kmem_cache_alloc(scan_area_cache, gfp_kmemleak_mask(gfp)); @@ -806,8 +811,8 @@ static void add_scan_area(unsigned long ptr, size_t size, gfp_t gfp) goto out_unlock; } if (size == SIZE_MAX) { - size = object->pointer + object->size - ptr; - } else if (ptr + size > object->pointer + object->size) { + size = untagged_objp + object->size - untagged_ptr; + } else if (untagged_ptr + size > untagged_objp + object->size) { kmemleak_warn("Scan area larger than object 0x%08lx\n", ptr); dump_object_info(object); kmem_cache_free(scan_area_cache, area); diff --git a/mm/memblock.c b/mm/memblock.c index 38cef8b6df050..a75cc65f03307 100644 --- a/mm/memblock.c +++ b/mm/memblock.c @@ -348,14 +348,20 @@ void __init memblock_discard(void) addr = __pa(memblock.reserved.regions); size = PAGE_ALIGN(sizeof(struct memblock_region) * memblock.reserved.max); - __memblock_free_late(addr, size); + if (memblock_reserved_in_slab) + kfree(memblock.reserved.regions); + else + __memblock_free_late(addr, size); } if (memblock.memory.regions != memblock_memory_init_regions) { addr = __pa(memblock.memory.regions); size = PAGE_ALIGN(sizeof(struct memblock_region) * memblock.memory.max); - __memblock_free_late(addr, size); + if (memblock_memory_in_slab) + kfree(memblock.memory.regions); + else + __memblock_free_late(addr, size); } } #endif diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 6d7fe3589e4a0..8fc6635454987 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -6973,7 +6973,7 @@ static int __init cgroup_memory(char *s) if (!strcmp(token, "nokmem")) cgroup_memory_nokmem = true; } - return 0; + return 1; } __setup("cgroup.memory=", cgroup_memory); diff --git a/mm/memfd.c b/mm/memfd.c index 2647c898990c8..fae4142f7d254 100644 --- a/mm/memfd.c +++ b/mm/memfd.c @@ -31,20 +31,28 @@ static void memfd_tag_pins(struct xa_state *xas) { struct page *page; - unsigned int tagged = 0; + int latency = 0; + int cache_count; lru_add_drain(); xas_lock_irq(xas); xas_for_each(xas, page, ULONG_MAX) { - if (xa_is_value(page)) - continue; - page = find_subpage(page, xas->xa_index); - if (page_count(page) - page_mapcount(page) > 1) + cache_count = 1; + if (!xa_is_value(page) && + PageTransHuge(page) && !PageHuge(page)) + cache_count = HPAGE_PMD_NR; + + if (!xa_is_value(page) && + page_count(page) - total_mapcount(page) != cache_count) xas_set_mark(xas, MEMFD_TAG_PINNED); + if (cache_count != 1) + xas_set(xas, page->index + cache_count); - if (++tagged % XA_CHECK_SCHED) + latency += cache_count; + if (latency < XA_CHECK_SCHED) continue; + latency = 0; xas_pause(xas); xas_unlock_irq(xas); @@ -73,7 +81,8 @@ static int memfd_wait_for_pins(struct address_space *mapping) error = 0; for (scan = 0; scan <= LAST_SCAN; scan++) { - unsigned int tagged = 0; + int latency = 0; + int cache_count; if (!xas_marked(&xas, MEMFD_TAG_PINNED)) break; @@ -87,10 +96,14 @@ static int memfd_wait_for_pins(struct address_space *mapping) xas_lock_irq(&xas); xas_for_each_marked(&xas, page, ULONG_MAX, MEMFD_TAG_PINNED) { bool clear = true; - if (xa_is_value(page)) - continue; - page = find_subpage(page, xas.xa_index); - if (page_count(page) - page_mapcount(page) != 1) { + + cache_count = 1; + if (!xa_is_value(page) && + PageTransHuge(page) && !PageHuge(page)) + cache_count = HPAGE_PMD_NR; + + if (!xa_is_value(page) && cache_count != + page_count(page) - total_mapcount(page)) { /* * On the last scan, we clean up all those tags * we inserted; but make a note that we still @@ -103,8 +116,11 @@ static int memfd_wait_for_pins(struct address_space *mapping) } if (clear) xas_clear_mark(&xas, MEMFD_TAG_PINNED); - if (++tagged % XA_CHECK_SCHED) + + latency += cache_count; + if (latency < XA_CHECK_SCHED) continue; + latency = 0; xas_pause(&xas); xas_unlock_irq(&xas); diff --git a/mm/memory.c b/mm/memory.c index 944fde6e38da5..90cef7646838a 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1013,6 +1013,17 @@ int copy_page_range(struct mm_struct *dst_mm, struct mm_struct *src_mm, return ret; } +/* Whether we should zap all COWed (private) pages too */ +static inline bool should_zap_cows(struct zap_details *details) +{ + /* By default, zap all pages */ + if (!details) + return true; + + /* Or, we zap COWed pages only if the caller wants to */ + return !details->check_mapping; +} + static unsigned long zap_pte_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pmd_t *pmd, unsigned long addr, unsigned long end, @@ -1104,16 +1115,18 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, continue; } - /* If details->check_mapping, we leave swap entries. */ - if (unlikely(details)) - continue; - - if (!non_swap_entry(entry)) + if (!non_swap_entry(entry)) { + /* Genuine swap entry, hence a private anon page */ + if (!should_zap_cows(details)) + continue; rss[MM_SWAPENTS]--; - else if (is_migration_entry(entry)) { + } else if (is_migration_entry(entry)) { struct page *page; page = migration_entry_to_page(entry); + if (details && details->check_mapping && + details->check_mapping != page_rmapping(page)) + continue; rss[mm_counter(page)]--; } if (unlikely(!free_swap_and_cache(entry))) @@ -3246,11 +3259,20 @@ static vm_fault_t __do_fault(struct vm_fault *vmf) return ret; if (unlikely(PageHWPoison(vmf->page))) { - if (ret & VM_FAULT_LOCKED) - unlock_page(vmf->page); - put_page(vmf->page); + struct page *page = vmf->page; + vm_fault_t poisonret = VM_FAULT_HWPOISON; + if (ret & VM_FAULT_LOCKED) { + if (page_mapped(page)) + unmap_mapping_pages(page_mapping(page), + page->index, 1, false); + /* Retry if a clean page was removed from the cache. */ + if (invalidate_inode_page(page)) + poisonret = VM_FAULT_NOPAGE; + unlock_page(page); + } + put_page(page); vmf->page = NULL; - return VM_FAULT_HWPOISON; + return poisonret; } if (unlikely(!(ret & VM_FAULT_LOCKED))) diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 2c4082f71d258..d79ab5116a7be 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -731,7 +731,6 @@ static int vma_replace_policy(struct vm_area_struct *vma, static int mbind_range(struct mm_struct *mm, unsigned long start, unsigned long end, struct mempolicy *new_pol) { - struct vm_area_struct *next; struct vm_area_struct *prev; struct vm_area_struct *vma; int err = 0; @@ -747,8 +746,7 @@ static int mbind_range(struct mm_struct *mm, unsigned long start, if (start > vma->vm_start) prev = vma; - for (; vma && vma->vm_start < end; prev = vma, vma = next) { - next = vma->vm_next; + for (; vma && vma->vm_start < end; prev = vma, vma = vma->vm_next) { vmstart = max(start, vma->vm_start); vmend = min(end, vma->vm_end); @@ -762,10 +760,6 @@ static int mbind_range(struct mm_struct *mm, unsigned long start, new_pol, vma->vm_userfaultfd_ctx); if (prev) { vma = prev; - next = vma->vm_next; - if (mpol_equal(vma_policy(vma), new_pol)) - continue; - /* vma_merge() joined vma && vma->next, case 8 */ goto replace; } if (vma->vm_start != vmstart) { @@ -2565,6 +2559,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start, mpol_new = kmem_cache_alloc(policy_cache, GFP_KERNEL); if (!mpol_new) goto err_out; + atomic_set(&mpol_new->refcnt, 1); goto restart; } diff --git a/mm/mmap.c b/mm/mmap.c index 9f288b7eb2790..086163dc1c58b 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -2515,7 +2515,7 @@ static int __init cmdline_parse_stack_guard_gap(char *p) if (!*endptr) stack_guard_gap = val << PAGE_SHIFT; - return 0; + return 1; } __setup("stack_guard_gap=", cmdline_parse_stack_guard_gap); diff --git a/mm/mremap.c b/mm/mremap.c index 8005d0b2b8438..8ce1b7632fbb8 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -246,6 +246,9 @@ unsigned long move_page_tables(struct vm_area_struct *vma, struct mmu_notifier_range range; pmd_t *old_pmd, *new_pmd; + if (!len) + return 0; + old_end = old_addr + len; flush_cache_range(vma, old_addr, old_end); diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a4139220005a0..d64a0ad380086 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -7313,10 +7313,17 @@ static void __init find_zone_movable_pfns_for_nodes(void) out2: /* Align start of ZONE_MOVABLE on all nids to MAX_ORDER_NR_PAGES */ - for (nid = 0; nid < MAX_NUMNODES; nid++) + for (nid = 0; nid < MAX_NUMNODES; nid++) { + unsigned long start_pfn, end_pfn; + zone_movable_pfn[nid] = roundup(zone_movable_pfn[nid], MAX_ORDER_NR_PAGES); + get_pfn_range_for_nid(nid, &start_pfn, &end_pfn); + if (zone_movable_pfn[nid] >= end_pfn) + zone_movable_pfn[nid] = 0; + } + out: /* restore the node_state */ node_states[N_MEMORY] = saved_node_state; diff --git a/mm/rmap.c b/mm/rmap.c index 45f2106852e84..6d80e92688fe7 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -1602,7 +1602,30 @@ static bool try_to_unmap_one(struct page *page, struct vm_area_struct *vma, /* MADV_FREE page check */ if (!PageSwapBacked(page)) { - if (!PageDirty(page)) { + int ref_count, map_count; + + /* + * Synchronize with gup_pte_range(): + * - clear PTE; barrier; read refcount + * - inc refcount; barrier; read PTE + */ + smp_mb(); + + ref_count = page_ref_count(page); + map_count = page_mapcount(page); + + /* + * Order reads for page refcount and dirty flag + * (see comments in __remove_mapping()). + */ + smp_rmb(); + + /* + * The only page refs must be one from isolation + * plus the rmap(s) (dropped by discard:). + */ + if (ref_count == 1 + map_count && + !PageDirty(page)) { /* Invalidate as we cleared the pte */ mmu_notifier_invalidate_range(mm, address, address + PAGE_SIZE); diff --git a/mm/swap.c b/mm/swap.c index 38c3fa4308e21..c4e365d1a7a1f 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -1077,7 +1077,7 @@ void __init swap_setup(void) if (megs < 16) page_cluster = 2; else - page_cluster = 3; + page_cluster = 8; /* * Right now other parts of the system means that we * _really_ don't want to cluster much more diff --git a/mm/swap_state.c b/mm/swap_state.c index cbf27904e1e88..2c4d1735412ee 100644 --- a/mm/swap_state.c +++ b/mm/swap_state.c @@ -511,11 +511,10 @@ static unsigned long swapin_nr_pages(unsigned long offset) return 1; hits = atomic_xchg(&swapin_readahead_hits, 0); - pages = __swapin_nr_pages(READ_ONCE(prev_offset), offset, hits, - max_pages, + pages = __swapin_nr_pages(prev_offset, offset, hits, max_pages, atomic_read(&last_readahead_pages)); if (!hits) - WRITE_ONCE(prev_offset, offset); + prev_offset = offset; atomic_set(&last_readahead_pages, pages); return pages; diff --git a/mm/swapfile.c b/mm/swapfile.c index f6964212c6c8f..fe5995c38ea49 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c @@ -1950,10 +1950,14 @@ static int unuse_pte_range(struct vm_area_struct *vma, pmd_t *pmd, pte_unmap(pte); swap_map = &si->swap_map[offset]; - vmf.vma = vma; - vmf.address = addr; - vmf.pmd = pmd; - page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, &vmf); + page = lookup_swap_cache(entry, vma, addr); + if (!page) { + vmf.vma = vma; + vmf.address = addr; + vmf.pmd = pmd; + page = swapin_readahead(entry, GFP_HIGHUSER_MOVABLE, + &vmf); + } if (!page) { if (*swap_map == 0 || *swap_map == SWAP_MAP_BAD) goto try_next; diff --git a/mm/usercopy.c b/mm/usercopy.c index 660717a1ea5cd..f70455bad7f32 100644 --- a/mm/usercopy.c +++ b/mm/usercopy.c @@ -294,7 +294,10 @@ static bool enable_checks __initdata = true; static int __init parse_hardened_usercopy(char *str) { - return strtobool(str, &enable_checks); + if (strtobool(str, &enable_checks)) + pr_warn("Invalid option string for hardened_usercopy: '%s'\n", + str); + return 1; } __setup("hardened_usercopy=", parse_hardened_usercopy); diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 44e6c74ed4288..2779ec1053a02 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -301,9 +301,9 @@ static void xen_9pfs_front_free(struct xen_9pfs_front_priv *priv) ref = priv->rings[i].intf->ref[j]; gnttab_end_foreign_access(ref, 0, 0); } - free_pages((unsigned long)priv->rings[i].data.in, - XEN_9PFS_RING_ORDER - - (PAGE_SHIFT - XEN_PAGE_SHIFT)); + free_pages_exact(priv->rings[i].data.in, + 1UL << (XEN_9PFS_RING_ORDER + + XEN_PAGE_SHIFT)); } gnttab_end_foreign_access(priv->rings[i].ref, 0, 0); free_page((unsigned long)priv->rings[i].intf); @@ -341,8 +341,8 @@ static int xen_9pfs_front_alloc_dataring(struct xenbus_device *dev, if (ret < 0) goto out; ring->ref = ret; - bytes = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, - XEN_9PFS_RING_ORDER - (PAGE_SHIFT - XEN_PAGE_SHIFT)); + bytes = alloc_pages_exact(1UL << (XEN_9PFS_RING_ORDER + XEN_PAGE_SHIFT), + GFP_KERNEL | __GFP_ZERO); if (!bytes) { ret = -ENOMEM; goto out; @@ -373,9 +373,7 @@ static int xen_9pfs_front_alloc_dataring(struct xenbus_device *dev, if (bytes) { for (i--; i >= 0; i--) gnttab_end_foreign_access(ring->intf->ref[i], 0, 0); - free_pages((unsigned long)bytes, - XEN_9PFS_RING_ORDER - - (PAGE_SHIFT - XEN_PAGE_SHIFT)); + free_pages_exact(bytes, 1UL << (XEN_9PFS_RING_ORDER + XEN_PAGE_SHIFT)); } gnttab_end_foreign_access(ring->ref, 0, 0); free_page((unsigned long)ring->intf); diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 184af6da0defc..093b73c454d28 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -87,6 +87,13 @@ static void ax25_kill_by_device(struct net_device *dev) ax25_for_each(s, &ax25_list) { if (s->ax25_dev == ax25_dev) { sk = s->sk; + if (!sk) { + spin_unlock_bh(&ax25_list_lock); + s->ax25_dev = NULL; + ax25_disconnect(s, ENETUNREACH); + spin_lock_bh(&ax25_list_lock); + goto again; + } sock_hold(sk); spin_unlock_bh(&ax25_list_lock); lock_sock(sk); diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c index 18e644f3cb309..5f44c94ad707b 100644 --- a/net/batman-adv/hard-interface.c +++ b/net/batman-adv/hard-interface.c @@ -151,22 +151,25 @@ static bool batadv_is_on_batman_iface(const struct net_device *net_dev) struct net *net = dev_net(net_dev); struct net_device *parent_dev; struct net *parent_net; + int iflink; bool ret; /* check if this is a batman-adv mesh interface */ if (batadv_softif_is_valid(net_dev)) return true; - /* no more parents..stop recursion */ - if (dev_get_iflink(net_dev) == 0 || - dev_get_iflink(net_dev) == net_dev->ifindex) + iflink = dev_get_iflink(net_dev); + if (iflink == 0) return false; parent_net = batadv_getlink_net(net_dev, net); + /* iflink to itself, most likely physical device */ + if (net == parent_net && iflink == net_dev->ifindex) + return false; + /* recurse over the parent device */ - parent_dev = __dev_get_by_index((struct net *)parent_net, - dev_get_iflink(net_dev)); + parent_dev = __dev_get_by_index((struct net *)parent_net, iflink); /* if we got a NULL parent_dev there is something broken.. */ if (!parent_dev) { pr_err("Cannot find parent device\n"); @@ -216,14 +219,15 @@ static struct net_device *batadv_get_real_netdevice(struct net_device *netdev) struct net_device *real_netdev = NULL; struct net *real_net; struct net *net; - int ifindex; + int iflink; ASSERT_RTNL(); if (!netdev) return NULL; - if (netdev->ifindex == dev_get_iflink(netdev)) { + iflink = dev_get_iflink(netdev); + if (iflink == 0) { dev_hold(netdev); return netdev; } @@ -233,9 +237,16 @@ static struct net_device *batadv_get_real_netdevice(struct net_device *netdev) goto out; net = dev_net(hard_iface->soft_iface); - ifindex = dev_get_iflink(netdev); real_net = batadv_getlink_net(netdev, net); - real_netdev = dev_get_by_index(real_net, ifindex); + + /* iflink to itself, most likely physical device */ + if (net == real_net && netdev->ifindex == iflink) { + real_netdev = netdev; + dev_hold(real_netdev); + goto out; + } + + real_netdev = dev_get_by_index(real_net, iflink); out: if (hard_iface) diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c index 09d81f9c2a649..6f0a9f4392333 100644 --- a/net/batman-adv/multicast.c +++ b/net/batman-adv/multicast.c @@ -136,7 +136,7 @@ static u8 batadv_mcast_mla_rtr_flags_softif_get_ipv6(struct net_device *dev) { struct inet6_dev *in6_dev = __in6_dev_get(dev); - if (in6_dev && in6_dev->cnf.mc_forwarding) + if (in6_dev && atomic_read(&in6_dev->cnf.mc_forwarding)) return BATADV_NO_FLAGS; else return BATADV_MCAST_WANT_NO_RTR6; diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 082a262ab49c3..ff6625493c9f8 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -4911,8 +4911,9 @@ static void hci_disconn_phylink_complete_evt(struct hci_dev *hdev, hci_dev_lock(hdev); hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); - if (hcon) { + if (hcon && hcon->type == AMP_LINK) { hcon->state = BT_CLOSED; + hci_disconn_cfm(hcon, ev->reason); hci_conn_del(hcon); } diff --git a/net/core/filter.c b/net/core/filter.c index f3c1e84bf8288..bd16e76633814 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -2516,6 +2516,9 @@ BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, if (unlikely(flags)) return -EINVAL; + if (unlikely(len == 0)) + return 0; + /* First find the starting scatterlist element */ i = msg->sg.start; do { @@ -5821,24 +5824,33 @@ BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len if (!th->ack || th->rst || th->syn) return -ENOENT; + if (unlikely(iph_len < sizeof(struct iphdr))) + return -EINVAL; + if (tcp_synq_no_recent_overflow(sk)) return -ENOENT; cookie = ntohl(th->ack_seq) - 1; - switch (sk->sk_family) { - case AF_INET: - if (unlikely(iph_len < sizeof(struct iphdr))) + /* Both struct iphdr and struct ipv6hdr have the version field at the + * same offset so we can cast to the shorter header (struct iphdr). + */ + switch (((struct iphdr *)iph)->version) { + case 4: + if (sk->sk_family == AF_INET6 && ipv6_only_sock(sk)) return -EINVAL; ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); break; #if IS_BUILTIN(CONFIG_IPV6) - case AF_INET6: + case 6: if (unlikely(iph_len < sizeof(struct ipv6hdr))) return -EINVAL; + if (sk->sk_family != AF_INET6) + return -EINVAL; + ret = __cookie_v6_check((struct ipv6hdr *)iph, th, cookie); break; #endif /* CONFIG_IPV6 */ @@ -6707,6 +6719,7 @@ bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, struct bpf_insn_access_aux *info) { const int size_default = sizeof(__u32); + int field_size; if (off < 0 || off >= sizeof(struct bpf_sock)) return false; @@ -6718,7 +6731,6 @@ bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, case offsetof(struct bpf_sock, family): case offsetof(struct bpf_sock, type): case offsetof(struct bpf_sock, protocol): - case offsetof(struct bpf_sock, dst_port): case offsetof(struct bpf_sock, src_port): case bpf_ctx_range(struct bpf_sock, src_ip4): case bpf_ctx_range_till(struct bpf_sock, src_ip6[0], src_ip6[3]): @@ -6726,6 +6738,14 @@ bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): bpf_ctx_record_field_size(info, size_default); return bpf_ctx_narrow_access_ok(off, size, size_default); + case bpf_ctx_range(struct bpf_sock, dst_port): + field_size = size == size_default ? + size_default : sizeof_field(struct bpf_sock, dst_port); + bpf_ctx_record_field_size(info, field_size); + return bpf_ctx_narrow_access_ok(off, size, field_size); + case offsetofend(struct bpf_sock, dst_port) ... + offsetof(struct bpf_sock, dst_ip4) - 1: + return false; } return size == size_default; diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 9697db5874731..f0f0b997a84d2 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@ -212,7 +212,7 @@ static ssize_t speed_show(struct device *dev, if (!rtnl_trylock()) return restart_syscall(); - if (netif_running(netdev)) { + if (netif_running(netdev) && netif_device_present(netdev)) { struct ethtool_link_ksettings cmd; if (!__ethtool_get_link_ksettings(netdev, &cmd)) diff --git a/net/core/skbuff.c b/net/core/skbuff.c index ac083685214e0..5bdb3cd20d619 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -2139,7 +2139,7 @@ void *__pskb_pull_tail(struct sk_buff *skb, int delta) /* Free pulled out fragments. */ while ((list = skb_shinfo(skb)->frag_list) != insp) { skb_shinfo(skb)->frag_list = list->next; - kfree_skb(list); + consume_skb(list); } /* And insert new clone at head. */ if (clone) { @@ -5846,7 +5846,7 @@ static int pskb_carve_frag_list(struct sk_buff *skb, /* Free pulled out fragments. */ while ((list = shinfo->frag_list) != insp) { shinfo->frag_list = list->next; - kfree_skb(list); + consume_skb(list); } /* And insert new clone at head. */ if (clone) { diff --git a/net/core/skmsg.c b/net/core/skmsg.c index 17cc1edd149cb..a606ad8e8be25 100644 --- a/net/core/skmsg.c +++ b/net/core/skmsg.c @@ -27,6 +27,7 @@ int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, int elem_first_coalesce) { struct page_frag *pfrag = sk_page_frag(sk); + u32 osize = msg->sg.size; int ret = 0; len -= msg->sg.size; @@ -35,13 +36,17 @@ int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, u32 orig_offset; int use, i; - if (!sk_page_frag_refill(sk, pfrag)) - return -ENOMEM; + if (!sk_page_frag_refill(sk, pfrag)) { + ret = -ENOMEM; + goto msg_trim; + } orig_offset = pfrag->offset; use = min_t(int, len, pfrag->size - orig_offset); - if (!sk_wmem_schedule(sk, use)) - return -ENOMEM; + if (!sk_wmem_schedule(sk, use)) { + ret = -ENOMEM; + goto msg_trim; + } i = msg->sg.end; sk_msg_iter_var_prev(i); @@ -71,6 +76,10 @@ int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, } return ret; + +msg_trim: + sk_msg_trim(sk, msg, osize); + return ret; } EXPORT_SYMBOL_GPL(sk_msg_alloc); diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c index e9ecbb57df455..b53d5e1d026fe 100644 --- a/net/dcb/dcbnl.c +++ b/net/dcb/dcbnl.c @@ -2063,10 +2063,54 @@ u8 dcb_ieee_getapp_default_prio_mask(const struct net_device *dev) } EXPORT_SYMBOL(dcb_ieee_getapp_default_prio_mask); +static void dcbnl_flush_dev(struct net_device *dev) +{ + struct dcb_app_type *itr, *tmp; + + spin_lock_bh(&dcb_lock); + + list_for_each_entry_safe(itr, tmp, &dcb_app_list, list) { + if (itr->ifindex == dev->ifindex) { + list_del(&itr->list); + kfree(itr); + } + } + + spin_unlock_bh(&dcb_lock); +} + +static int dcbnl_netdevice_event(struct notifier_block *nb, + unsigned long event, void *ptr) +{ + struct net_device *dev = netdev_notifier_info_to_dev(ptr); + + switch (event) { + case NETDEV_UNREGISTER: + if (!dev->dcbnl_ops) + return NOTIFY_DONE; + + dcbnl_flush_dev(dev); + + return NOTIFY_OK; + default: + return NOTIFY_DONE; + } +} + +static struct notifier_block dcbnl_nb __read_mostly = { + .notifier_call = dcbnl_netdevice_event, +}; + static int __init dcbnl_init(void) { + int err; + INIT_LIST_HEAD(&dcb_app_list); + err = register_netdevice_notifier(&dcbnl_nb); + if (err) + return err; + rtnl_register(PF_UNSPEC, RTM_GETDCB, dcb_doit, NULL, 0); rtnl_register(PF_UNSPEC, RTM_SETDCB, dcb_doit, NULL, 0); diff --git a/net/dsa/dsa2.c b/net/dsa/dsa2.c index 70e6fc2edd304..1f27641f9cc07 100644 --- a/net/dsa/dsa2.c +++ b/net/dsa/dsa2.c @@ -669,6 +669,7 @@ static int dsa_port_parse_of(struct dsa_port *dp, struct device_node *dn) struct net_device *master; master = of_find_net_device_by_node(ethernet); + of_node_put(ethernet); if (!master) return -EPROBE_DEFER; diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index c800220c404d5..a7a6b1adb698b 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c @@ -1344,8 +1344,11 @@ struct sk_buff *inet_gso_segment(struct sk_buff *skb, } ops = rcu_dereference(inet_offloads[proto]); - if (likely(ops && ops->callbacks.gso_segment)) + if (likely(ops && ops->callbacks.gso_segment)) { segs = ops->callbacks.gso_segment(skb, features); + if (!segs) + skb->network_header = skb_mac_header(skb) + nhoff - skb->head; + } if (IS_ERR_OR_NULL(segs)) goto out; diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 7b951992c372b..b8fe943ae89d0 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c @@ -1116,13 +1116,18 @@ static int arp_req_get(struct arpreq *r, struct net_device *dev) return err; } -static int arp_invalidate(struct net_device *dev, __be32 ip) +int arp_invalidate(struct net_device *dev, __be32 ip, bool force) { struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); int err = -ENXIO; struct neigh_table *tbl = &arp_tbl; if (neigh) { + if ((neigh->nud_state & NUD_VALID) && !force) { + neigh_release(neigh); + return 0; + } + if (neigh->nud_state & ~NUD_NOARP) err = neigh_update(neigh, NULL, NUD_FAILED, NEIGH_UPDATE_F_OVERRIDE| @@ -1169,7 +1174,7 @@ static int arp_req_delete(struct net *net, struct arpreq *r, if (!dev) return -EINVAL; } - return arp_invalidate(dev, ip); + return arp_invalidate(dev, ip, true); } /* diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index 94e17790769bf..ef20f550d2f81 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c @@ -504,7 +504,7 @@ static int esp_output(struct xfrm_state *x, struct sk_buff *skb) struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); u32 padto; - padto = min(x->tfcpad, __xfrm_state_mtu(x, dst->child_mtu_cached)); + padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); if (skb->len < padto) esp.tfclen = padto - skb->len; } diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index a95102fe66371..ef3e7a3e3a29e 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -1122,9 +1122,11 @@ void fib_add_ifaddr(struct in_ifaddr *ifa) return; /* Add broadcast address, if it is explicitly assigned. */ - if (ifa->ifa_broadcast && ifa->ifa_broadcast != htonl(0xFFFFFFFF)) + if (ifa->ifa_broadcast && ifa->ifa_broadcast != htonl(0xFFFFFFFF)) { fib_magic(RTM_NEWROUTE, RTN_BROADCAST, ifa->ifa_broadcast, 32, prim, 0); + arp_invalidate(dev, ifa->ifa_broadcast, false); + } if (!ipv4_is_zeronet(prefix) && !(ifa->ifa_flags & IFA_F_SECONDARY) && (prefix != addr || ifa->ifa_prefixlen < 32)) { @@ -1140,6 +1142,7 @@ void fib_add_ifaddr(struct in_ifaddr *ifa) prim, 0); fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix | ~mask, 32, prim, 0); + arp_invalidate(dev, prefix | ~mask, false); } } } diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 692ba6d6180f8..f99ad4a98907d 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -876,8 +876,13 @@ int fib_nh_match(struct fib_config *cfg, struct fib_info *fi, } if (cfg->fc_oif || cfg->fc_gw_family) { - struct fib_nh *nh = fib_info_nh(fi, 0); + struct fib_nh *nh; + + /* cannot match on nexthop object attributes */ + if (fi->nh) + return 1; + nh = fib_info_nh(fi, 0); if (cfg->fc_encap) { if (fib_encap_match(cfg->fc_encap_type, cfg->fc_encap, nh, cfg, extack)) diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c index 2a359d0dfe7e8..33e6392e8b820 100644 --- a/net/ipv4/ping.c +++ b/net/ipv4/ping.c @@ -187,7 +187,6 @@ static struct sock *ping_lookup(struct net *net, struct sk_buff *skb, u16 ident) (int)ident, &ipv6_hdr(skb)->daddr, dif); #endif } else { - pr_err("ping: protocol(%x) is not supported\n", ntohs(skb->protocol)); return NULL; } diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 9f53d25e047e3..4815cf72569e0 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -1652,11 +1652,13 @@ int tcp_read_sock(struct sock *sk, read_descriptor_t *desc, if (!copied) copied = used; break; - } else if (used <= len) { - seq += used; - copied += used; - offset += used; } + if (WARN_ON_ONCE(used > len)) + used = len; + seq += used; + copied += used; + offset += used; + /* If recv_actor drops the lock (e.g. TCP splice * receive) the skb pointer might be invalid when * getting here: tcp_collapse might have deleted it diff --git a/net/ipv4/tcp_bpf.c b/net/ipv4/tcp_bpf.c index 7df7ec74807ac..bcc13368c8363 100644 --- a/net/ipv4/tcp_bpf.c +++ b/net/ipv4/tcp_bpf.c @@ -296,10 +296,9 @@ int tcp_bpf_sendmsg_redir(struct sock *sk, struct sk_msg *msg, struct sk_psock *psock = sk_psock_get(sk); int ret; - if (unlikely(!psock)) { - sk_msg_free(sk, msg); - return 0; - } + if (unlikely(!psock)) + return -EPIPE; + ret = ingress ? bpf_tcp_ingress(sk, psock, msg, bytes, flags) : tcp_bpf_push_locked(sk, msg, bytes, flags, false); sk_psock_put(sk, psock); @@ -367,7 +366,7 @@ static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, cork = true; psock->cork = NULL; } - sk_msg_return(sk, msg, tosend); + sk_msg_return(sk, msg, msg->sg.size); release_sock(sk); ret = tcp_bpf_sendmsg_redir(sk_redir, msg, tosend, flags); @@ -407,8 +406,11 @@ static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, } if (msg && msg->sg.data[msg->sg.start].page_link && - msg->sg.data[msg->sg.start].length) + msg->sg.data[msg->sg.start].length) { + if (eval == __SK_REDIRECT) + sk_mem_charge(sk, msg->sg.size); goto more_data; + } } return ret; } diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 638d7b49ad716..139e962d1aef3 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -3492,6 +3492,7 @@ static void tcp_connect_queue_skb(struct sock *sk, struct sk_buff *skb) */ static int tcp_send_syn_data(struct sock *sk, struct sk_buff *syn) { + struct inet_connection_sock *icsk = inet_csk(sk); struct tcp_sock *tp = tcp_sk(sk); struct tcp_fastopen_request *fo = tp->fastopen_req; int space, err = 0; @@ -3506,8 +3507,10 @@ static int tcp_send_syn_data(struct sock *sk, struct sk_buff *syn) * private TCP options. The cost is reduced data space in SYN :( */ tp->rx_opt.mss_clamp = tcp_mss_clamp(tp, tp->rx_opt.mss_clamp); + /* Sync mss_cache after updating the mss_clamp */ + tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); - space = __tcp_mtu_to_mss(sk, inet_csk(sk)->icsk_pmtu_cookie) - + space = __tcp_mtu_to_mss(sk, icsk->icsk_pmtu_cookie) - MAX_TCP_OPTION_SPACE; space = min_t(size_t, space, fo->size); diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 3cdf011a8dd8d..83fd4fa40d5e6 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -544,6 +544,12 @@ void udp_encap_enable(void) } EXPORT_SYMBOL(udp_encap_enable); +void udp_encap_disable(void) +{ + static_branch_dec(&udp_encap_needed_key); +} +EXPORT_SYMBOL(udp_encap_disable); + /* Handler for tunnels with arbitrary destination ports: no socket lookup, go * through error handlers in encapsulations looking for a match. */ diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index d1f29a3eb70be..69aef71f32ea7 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -542,7 +542,7 @@ static int inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex, #ifdef CONFIG_IPV6_MROUTE if ((all || type == NETCONFA_MC_FORWARDING) && nla_put_s32(skb, NETCONFA_MC_FORWARDING, - devconf->mc_forwarding) < 0) + atomic_read(&devconf->mc_forwarding)) < 0) goto nla_put_failure; #endif if ((all || type == NETCONFA_PROXY_NEIGH) && @@ -4924,6 +4924,7 @@ static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa, nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) goto error; + spin_lock_bh(&ifa->lock); if (!((ifa->flags&IFA_F_PERMANENT) && (ifa->prefered_lft == INFINITY_LIFE_TIME))) { preferred = ifa->prefered_lft; @@ -4945,6 +4946,7 @@ static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa, preferred = INFINITY_LIFE_TIME; valid = INFINITY_LIFE_TIME; } + spin_unlock_bh(&ifa->lock); if (!ipv6_addr_any(&ifa->peer_addr)) { if (nla_put_in6_addr(skb, IFA_LOCAL, &ifa->addr) < 0 || @@ -5458,7 +5460,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, array[DEVCONF_USE_OPTIMISTIC] = cnf->use_optimistic; #endif #ifdef CONFIG_IPV6_MROUTE - array[DEVCONF_MC_FORWARDING] = cnf->mc_forwarding; + array[DEVCONF_MC_FORWARDING] = atomic_read(&cnf->mc_forwarding); #endif array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6; array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c index 06a172aa18c61..79f117e33b80e 100644 --- a/net/ipv6/esp6.c +++ b/net/ipv6/esp6.c @@ -445,7 +445,7 @@ static int esp6_output(struct xfrm_state *x, struct sk_buff *skb) struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); u32 padto; - padto = min(x->tfcpad, __xfrm_state_mtu(x, dst->child_mtu_cached)); + padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); if (skb->len < padto) esp.tfclen = padto - skb->len; } diff --git a/net/ipv6/ip6_input.c b/net/ipv6/ip6_input.c index 7e5df23cbe7bf..e6c4966aa956c 100644 --- a/net/ipv6/ip6_input.c +++ b/net/ipv6/ip6_input.c @@ -485,7 +485,7 @@ int ip6_mc_input(struct sk_buff *skb) /* * IPv6 multicast router mode is now supported ;) */ - if (dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding && + if (atomic_read(&dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding) && !(ipv6_addr_type(&hdr->daddr) & (IPV6_ADDR_LOOPBACK|IPV6_ADDR_LINKLOCAL)) && likely(!(IP6CB(skb)->flags & IP6SKB_FORWARDED))) { diff --git a/net/ipv6/ip6_offload.c b/net/ipv6/ip6_offload.c index 7fbb44736a34b..b7b4ba68f3a20 100644 --- a/net/ipv6/ip6_offload.c +++ b/net/ipv6/ip6_offload.c @@ -111,6 +111,8 @@ static struct sk_buff *ipv6_gso_segment(struct sk_buff *skb, if (likely(ops && ops->callbacks.gso_segment)) { skb_reset_transport_header(skb); segs = ops->callbacks.gso_segment(skb, features); + if (!segs) + skb->network_header = skb_mac_header(skb) + nhoff - skb->head; } if (IS_ERR_OR_NULL(segs)) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index d847aa32628da..3606796009572 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1361,8 +1361,6 @@ static int ip6_setup_cork(struct sock *sk, struct inet_cork_full *cork, if (np->frag_size) mtu = np->frag_size; } - if (mtu < IPV6_MIN_MTU) - return -EINVAL; cork->base.fragsize = mtu; cork->base.gso_size = ipc6->gso_size; cork->base.tx_flags = 0; @@ -1424,8 +1422,6 @@ static int __ip6_append_data(struct sock *sk, fragheaderlen = sizeof(struct ipv6hdr) + rt->rt6i_nfheader_len + (opt ? opt->opt_nflen : 0); - maxfraglen = ((mtu - fragheaderlen) & ~7) + fragheaderlen - - sizeof(struct frag_hdr); headersize = sizeof(struct ipv6hdr) + (opt ? opt->opt_flen + opt->opt_nflen : 0) + @@ -1433,6 +1429,13 @@ static int __ip6_append_data(struct sock *sk, sizeof(struct frag_hdr) : 0) + rt->rt6i_nfheader_len; + if (mtu <= fragheaderlen || + ((mtu - fragheaderlen) & ~7) + fragheaderlen <= sizeof(struct frag_hdr)) + goto emsgsize; + + maxfraglen = ((mtu - fragheaderlen) & ~7) + fragheaderlen - + sizeof(struct frag_hdr); + /* as per RFC 7112 section 5, the entire IPv6 Header Chain must fit * the first fragment */ diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index aee1f6bc039ab..6248e00c2bf72 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c @@ -736,7 +736,7 @@ static int mif6_delete(struct mr_table *mrt, int vifi, int notify, in6_dev = __in6_dev_get(dev); if (in6_dev) { - in6_dev->cnf.mc_forwarding--; + atomic_dec(&in6_dev->cnf.mc_forwarding); inet6_netconf_notify_devconf(dev_net(dev), RTM_NEWNETCONF, NETCONFA_MC_FORWARDING, dev->ifindex, &in6_dev->cnf); @@ -904,7 +904,7 @@ static int mif6_add(struct net *net, struct mr_table *mrt, in6_dev = __in6_dev_get(dev); if (in6_dev) { - in6_dev->cnf.mc_forwarding++; + atomic_inc(&in6_dev->cnf.mc_forwarding); inet6_netconf_notify_devconf(dev_net(dev), RTM_NEWNETCONF, NETCONFA_MC_FORWARDING, dev->ifindex, &in6_dev->cnf); @@ -1553,7 +1553,7 @@ static int ip6mr_sk_init(struct mr_table *mrt, struct sock *sk) } else { rcu_assign_pointer(mrt->mroute_sk, sk); sock_set_flag(sk, SOCK_RCU_FREE); - net->ipv6.devconf_all->mc_forwarding++; + atomic_inc(&net->ipv6.devconf_all->mc_forwarding); } write_unlock_bh(&mrt_lock); @@ -1586,7 +1586,7 @@ int ip6mr_sk_done(struct sock *sk) * so the RCU grace period before sk freeing * is guaranteed by sk_destruct() */ - net->ipv6.devconf_all->mc_forwarding--; + atomic_dec(&net->ipv6.devconf_all->mc_forwarding); write_unlock_bh(&mrt_lock); inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_MC_FORWARDING, diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 2a13394ab8541..619d9dffa9e44 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -4403,7 +4403,7 @@ static int ip6_pkt_drop(struct sk_buff *skb, u8 code, int ipstats_mib_noroutes) struct inet6_dev *idev; int type; - if (netif_is_l3_master(skb->dev) && + if (netif_is_l3_master(skb->dev) || dst->dev == net->loopback_dev) idev = __in6_dev_get_safely(dev_get_by_index_rcu(net, IP6CB(skb)->iif)); else diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index a71bfa5b02770..040869f45682d 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -1553,8 +1553,10 @@ void udpv6_destroy_sock(struct sock *sk) if (encap_destroy) encap_destroy(sk); } - if (up->encap_enabled) + if (up->encap_enabled) { static_branch_dec(&udpv6_encap_needed_key); + udp_encap_disable(); + } } inet6_destroy_sock(sk); diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 6b0ed6c593e2b..a6f13fab963f7 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c @@ -140,6 +140,19 @@ static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buf return __xfrm6_output_state_finish(x, sk, skb); } +static int xfrm6_noneed_fragment(struct sk_buff *skb) +{ + struct frag_hdr *fh; + u8 prevhdr = ipv6_hdr(skb)->nexthdr; + + if (prevhdr != NEXTHDR_FRAGMENT) + return 0; + fh = (struct frag_hdr *)(skb->data + sizeof(struct ipv6hdr)); + if (fh->nexthdr == NEXTHDR_ESP || fh->nexthdr == NEXTHDR_AUTH) + return 1; + return 0; +} + static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) { struct dst_entry *dst = skb_dst(skb); @@ -168,6 +181,9 @@ static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) xfrm6_local_rxpmtu(skb, mtu); kfree_skb(skb); return -EMSGSIZE; + } else if (toobig && xfrm6_noneed_fragment(skb)) { + skb->ignore_df = 1; + goto skip_frag; } else if (!skb->ignore_df && toobig && skb->sk) { xfrm_local_error(skb, mtu); kfree_skb(skb); diff --git a/net/key/af_key.c b/net/key/af_key.c index 907d04a474597..2ac9560020f91 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -1703,7 +1703,7 @@ static int pfkey_register(struct sock *sk, struct sk_buff *skb, const struct sad xfrm_probe_algs(); - supp_skb = compose_sadb_supported(hdr, GFP_KERNEL); + supp_skb = compose_sadb_supported(hdr, GFP_KERNEL | __GFP_ZERO); if (!supp_skb) { if (hdr->sadb_msg_satype != SADB_SATYPE_UNSPEC) pfk->registered &= ~(1<sadb_msg_satype); @@ -2627,7 +2627,7 @@ static int pfkey_migrate(struct sock *sk, struct sk_buff *skb, } return xfrm_migrate(&sel, dir, XFRM_POLICY_TYPE_MAIN, m, i, - kma ? &k : NULL, net, NULL); + kma ? &k : NULL, net, NULL, 0); out: return err; diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 0b3adf7594ffe..3b1ea89a340e3 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c @@ -276,6 +276,7 @@ static int llc_ui_autobind(struct socket *sock, struct sockaddr_llc *addr) { struct sock *sk = sock->sk; struct llc_sock *llc = llc_sk(sk); + struct net_device *dev = NULL; struct llc_sap *sap; int rc = -EINVAL; @@ -287,14 +288,14 @@ static int llc_ui_autobind(struct socket *sock, struct sockaddr_llc *addr) goto out; rc = -ENODEV; if (sk->sk_bound_dev_if) { - llc->dev = dev_get_by_index(&init_net, sk->sk_bound_dev_if); - if (llc->dev && addr->sllc_arphrd != llc->dev->type) { - dev_put(llc->dev); - llc->dev = NULL; + dev = dev_get_by_index(&init_net, sk->sk_bound_dev_if); + if (dev && addr->sllc_arphrd != dev->type) { + dev_put(dev); + dev = NULL; } } else - llc->dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd); - if (!llc->dev) + dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd); + if (!dev) goto out; rc = -EUSERS; llc->laddr.lsap = llc_ui_autoport(); @@ -304,6 +305,11 @@ static int llc_ui_autobind(struct socket *sock, struct sockaddr_llc *addr) sap = llc_sap_open(llc->laddr.lsap, NULL); if (!sap) goto out; + + /* Note: We do not expect errors from this point. */ + llc->dev = dev; + dev = NULL; + memcpy(llc->laddr.mac, llc->dev->dev_addr, IFHWADDRLEN); memcpy(&llc->addr, addr, sizeof(llc->addr)); /* assign new connection to its SAP */ @@ -311,6 +317,7 @@ static int llc_ui_autobind(struct socket *sock, struct sockaddr_llc *addr) sock_reset_flag(sk, SOCK_ZAPPED); rc = 0; out: + dev_put(dev); return rc; } @@ -333,6 +340,7 @@ static int llc_ui_bind(struct socket *sock, struct sockaddr *uaddr, int addrlen) struct sockaddr_llc *addr = (struct sockaddr_llc *)uaddr; struct sock *sk = sock->sk; struct llc_sock *llc = llc_sk(sk); + struct net_device *dev = NULL; struct llc_sap *sap; int rc = -EINVAL; @@ -348,25 +356,26 @@ static int llc_ui_bind(struct socket *sock, struct sockaddr *uaddr, int addrlen) rc = -ENODEV; rcu_read_lock(); if (sk->sk_bound_dev_if) { - llc->dev = dev_get_by_index_rcu(&init_net, sk->sk_bound_dev_if); - if (llc->dev) { + dev = dev_get_by_index_rcu(&init_net, sk->sk_bound_dev_if); + if (dev) { if (is_zero_ether_addr(addr->sllc_mac)) - memcpy(addr->sllc_mac, llc->dev->dev_addr, + memcpy(addr->sllc_mac, dev->dev_addr, IFHWADDRLEN); - if (addr->sllc_arphrd != llc->dev->type || + if (addr->sllc_arphrd != dev->type || !ether_addr_equal(addr->sllc_mac, - llc->dev->dev_addr)) { + dev->dev_addr)) { rc = -EINVAL; - llc->dev = NULL; + dev = NULL; } } - } else - llc->dev = dev_getbyhwaddr_rcu(&init_net, addr->sllc_arphrd, + } else { + dev = dev_getbyhwaddr_rcu(&init_net, addr->sllc_arphrd, addr->sllc_mac); - if (llc->dev) - dev_hold(llc->dev); + } + if (dev) + dev_hold(dev); rcu_read_unlock(); - if (!llc->dev) + if (!dev) goto out; if (!addr->sllc_sap) { rc = -EUSERS; @@ -399,6 +408,11 @@ static int llc_ui_bind(struct socket *sock, struct sockaddr *uaddr, int addrlen) goto out_put; } } + + /* Note: We do not expect errors from this point. */ + llc->dev = dev; + dev = NULL; + llc->laddr.lsap = addr->sllc_sap; memcpy(llc->laddr.mac, addr->sllc_mac, IFHWADDRLEN); memcpy(&llc->addr, addr, sizeof(llc->addr)); @@ -409,6 +423,7 @@ static int llc_ui_bind(struct socket *sock, struct sockaddr *uaddr, int addrlen) out_put: llc_sap_put(sap); out: + dev_put(dev); release_sock(sk); return rc; } diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index 20024b11c2c65..ff74cd0feb8f4 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c @@ -9,7 +9,7 @@ * Copyright 2007, Michael Wu * Copyright 2007-2010, Intel Corporation * Copyright(c) 2015-2017 Intel Deutschland GmbH - * Copyright (C) 2018 - 2021 Intel Corporation + * Copyright (C) 2018 - 2022 Intel Corporation */ #include @@ -622,6 +622,14 @@ int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, return -EINVAL; } + if (test_sta_flag(sta, WLAN_STA_MFP) && + !test_sta_flag(sta, WLAN_STA_AUTHORIZED)) { + ht_dbg(sdata, + "MFP STA not authorized - deny BA session request %pM tid %d\n", + sta->sta.addr, tid); + return -EINVAL; + } + /* * 802.11n-2009 11.5.1.1: If the initiating STA is an HT STA, is a * member of an IBSS, and has no other existing Block Ack agreement diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 1b50bbf030ed8..16f37fd0ac0e5 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -1949,13 +1949,11 @@ static int copy_mesh_setup(struct ieee80211_if_mesh *ifmsh, const struct mesh_setup *setup) { u8 *new_ie; - const u8 *old_ie; struct ieee80211_sub_if_data *sdata = container_of(ifmsh, struct ieee80211_sub_if_data, u.mesh); /* allocate information elements */ new_ie = NULL; - old_ie = ifmsh->ie; if (setup->ie_len) { new_ie = kmemdup(setup->ie, setup->ie_len, @@ -1965,7 +1963,6 @@ static int copy_mesh_setup(struct ieee80211_if_mesh *ifmsh, } ifmsh->ie_len = setup->ie_len; ifmsh->ie = new_ie; - kfree(old_ie); /* now copy the rest of the setup parameters */ ifmsh->mesh_id_len = setup->mesh_id_len; diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 464029892478f..ab91683d94596 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -2852,13 +2852,13 @@ ieee80211_rx_h_mesh_fwding(struct ieee80211_rx_data *rx) ether_addr_equal(sdata->vif.addr, hdr->addr3)) return RX_CONTINUE; - ac = ieee80211_select_queue_80211(sdata, skb, hdr); + ac = ieee802_1d_to_ac[skb->priority]; q = sdata->vif.hw_queue[ac]; if (ieee80211_queue_stopped(&local->hw, q)) { IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_congestion); return RX_DROP_MONITOR; } - skb_set_queue_mapping(skb, q); + skb_set_queue_mapping(skb, ac); if (!--mesh_hdr->ttl) { if (!is_multicast_ether_addr(hdr->addr1)) diff --git a/net/netfilter/core.c b/net/netfilter/core.c index 5d5bdf4500916..451b2df998ea7 100644 --- a/net/netfilter/core.c +++ b/net/netfilter/core.c @@ -336,14 +336,15 @@ static int __nf_register_net_hook(struct net *net, int pf, p = nf_entry_dereference(*pp); new_hooks = nf_hook_entries_grow(p, reg); - if (!IS_ERR(new_hooks)) + if (!IS_ERR(new_hooks)) { + hooks_validate(new_hooks); rcu_assign_pointer(*pp, new_hooks); + } mutex_unlock(&nf_hook_mutex); if (IS_ERR(new_hooks)) return PTR_ERR(new_hooks); - hooks_validate(new_hooks); #ifdef CONFIG_NETFILTER_INGRESS if (pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) net_inc_ingress_queue(); diff --git a/net/netfilter/nf_conntrack_proto_tcp.c b/net/netfilter/nf_conntrack_proto_tcp.c index 848b137151c26..b8cc3339a2495 100644 --- a/net/netfilter/nf_conntrack_proto_tcp.c +++ b/net/netfilter/nf_conntrack_proto_tcp.c @@ -354,8 +354,8 @@ static void tcp_options(const struct sk_buff *skb, length, buff); BUG_ON(ptr == NULL); - state->td_scale = - state->flags = 0; + state->td_scale = 0; + state->flags &= IP_CT_TCP_FLAG_BE_LIBERAL; while (length > 0) { int opcode=*ptr++; @@ -840,6 +840,16 @@ static bool nf_conntrack_tcp_established(const struct nf_conn *ct) test_bit(IPS_ASSURED_BIT, &ct->status); } +static void nf_ct_tcp_state_reset(struct ip_ct_tcp_state *state) +{ + state->td_end = 0; + state->td_maxend = 0; + state->td_maxwin = 0; + state->td_maxack = 0; + state->td_scale = 0; + state->flags &= IP_CT_TCP_FLAG_BE_LIBERAL; +} + /* Returns verdict for packet, or -1 for invalid. */ int nf_conntrack_tcp_packet(struct nf_conn *ct, struct sk_buff *skb, @@ -946,8 +956,7 @@ int nf_conntrack_tcp_packet(struct nf_conn *ct, ct->proto.tcp.last_flags &= ~IP_CT_EXP_CHALLENGE_ACK; ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = ct->proto.tcp.last_flags; - memset(&ct->proto.tcp.seen[dir], 0, - sizeof(struct ip_ct_tcp_state)); + nf_ct_tcp_state_reset(&ct->proto.tcp.seen[dir]); break; } ct->proto.tcp.last_index = index; diff --git a/net/netfilter/nf_queue.c b/net/netfilter/nf_queue.c index f8f52ff99cfb0..643dbfe7c5815 100644 --- a/net/netfilter/nf_queue.c +++ b/net/netfilter/nf_queue.c @@ -64,6 +64,15 @@ static void nf_queue_entry_release_br_nf_refs(struct sk_buff *skb) #endif } +static void nf_queue_sock_put(struct sock *sk) +{ +#ifdef CONFIG_INET + sock_gen_put(sk); +#else + sock_put(sk); +#endif +} + void nf_queue_entry_release_refs(struct nf_queue_entry *entry) { struct nf_hook_state *state = &entry->state; @@ -74,7 +83,7 @@ void nf_queue_entry_release_refs(struct nf_queue_entry *entry) if (state->out) dev_put(state->out); if (state->sk) - sock_put(state->sk); + nf_queue_sock_put(state->sk); nf_queue_entry_release_br_nf_refs(entry->skb); } @@ -99,18 +108,20 @@ static void nf_queue_entry_get_br_nf_refs(struct sk_buff *skb) } /* Bump dev refs so they don't vanish while packet is out */ -void nf_queue_entry_get_refs(struct nf_queue_entry *entry) +bool nf_queue_entry_get_refs(struct nf_queue_entry *entry) { struct nf_hook_state *state = &entry->state; + if (state->sk && !refcount_inc_not_zero(&state->sk->sk_refcnt)) + return false; + if (state->in) dev_hold(state->in); if (state->out) dev_hold(state->out); - if (state->sk) - sock_hold(state->sk); nf_queue_entry_get_br_nf_refs(entry->skb); + return true; } EXPORT_SYMBOL_GPL(nf_queue_entry_get_refs); @@ -201,7 +212,10 @@ static int __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, .size = sizeof(*entry) + route_key_size, }; - nf_queue_entry_get_refs(entry); + if (!nf_queue_entry_get_refs(entry)) { + kfree(entry); + return -ENOTCONN; + } switch (entry->state.pf) { case AF_INET: diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index 373ea0e49f12d..24f18d6a0a50b 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c @@ -2267,27 +2267,31 @@ struct nft_expr *nft_expr_init(const struct nft_ctx *ctx, err = nf_tables_expr_parse(ctx, nla, &info); if (err < 0) - goto err1; + goto err_expr_parse; + + err = -EOPNOTSUPP; + if (!(info.ops->type->flags & NFT_EXPR_STATEFUL)) + goto err_expr_stateful; err = -ENOMEM; expr = kzalloc(info.ops->size, GFP_KERNEL); if (expr == NULL) - goto err2; + goto err_expr_stateful; err = nf_tables_newexpr(ctx, &info, expr); if (err < 0) - goto err3; + goto err_expr_new; return expr; -err3: +err_expr_new: kfree(expr); -err2: +err_expr_stateful: owner = info.ops->type->owner; if (info.ops->type->release_ops) info.ops->type->release_ops(info.ops); module_put(owner); -err1: +err_expr_parse: return ERR_PTR(err); } @@ -4415,6 +4419,33 @@ static struct nft_trans *nft_trans_elem_alloc(struct nft_ctx *ctx, return trans; } +struct nft_expr *nft_set_elem_expr_alloc(const struct nft_ctx *ctx, + const struct nft_set *set, + const struct nlattr *attr) +{ + struct nft_expr *expr; + int err; + + expr = nft_expr_init(ctx, attr); + if (IS_ERR(expr)) + return expr; + + err = -EOPNOTSUPP; + if (expr->ops->type->flags & NFT_EXPR_GC) { + if (set->flags & NFT_SET_TIMEOUT) + goto err_set_elem_expr; + if (!set->ops->gc_init) + goto err_set_elem_expr; + set->ops->gc_init(set); + } + + return expr; + +err_set_elem_expr: + nft_expr_destroy(ctx, expr); + return ERR_PTR(err); +} + void *nft_set_elem_init(const struct nft_set *set, const struct nft_set_ext_tmpl *tmpl, const u32 *key, const u32 *data, @@ -5184,12 +5215,15 @@ static int nf_tables_updobj(const struct nft_ctx *ctx, { struct nft_object *newobj; struct nft_trans *trans; - int err; + int err = -ENOMEM; + + if (!try_module_get(type->owner)) + return -ENOENT; trans = nft_trans_alloc(ctx, NFT_MSG_NEWOBJ, sizeof(struct nft_trans_obj)); if (!trans) - return -ENOMEM; + goto err_trans; newobj = nft_obj_init(ctx, type, attr); if (IS_ERR(newobj)) { @@ -5206,6 +5240,8 @@ static int nf_tables_updobj(const struct nft_ctx *ctx, err_free_trans: kfree(trans); +err_trans: + module_put(type->owner); return err; } @@ -6544,7 +6580,7 @@ static void nft_obj_commit_update(struct nft_trans *trans) if (obj->ops->update) obj->ops->update(obj, newobj); - kfree(newobj); + nft_obj_destroy(&trans->ctx, newobj); } static void nft_commit_release(struct nft_trans *trans) @@ -7109,7 +7145,7 @@ static int __nf_tables_abort(struct net *net, enum nfnl_abort_action action) break; case NFT_MSG_NEWOBJ: if (nft_trans_obj_update(trans)) { - kfree(nft_trans_obj_newobj(trans)); + nft_obj_destroy(&trans->ctx, nft_trans_obj_newobj(trans)); nft_trans_destroy(trans); } else { trans->ctx.table->use--; diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c index ca21f8f4a47c1..7d3ab08a5a2d0 100644 --- a/net/netfilter/nfnetlink_queue.c +++ b/net/netfilter/nfnetlink_queue.c @@ -712,9 +712,15 @@ static struct nf_queue_entry * nf_queue_entry_dup(struct nf_queue_entry *e) { struct nf_queue_entry *entry = kmemdup(e, e->size, GFP_ATOMIC); - if (entry) - nf_queue_entry_get_refs(entry); - return entry; + + if (!entry) + return NULL; + + if (nf_queue_entry_get_refs(entry)) + return entry; + + kfree(entry); + return NULL; } #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER) diff --git a/net/netfilter/nft_dynset.c b/net/netfilter/nft_dynset.c index 6fdea0e57db8a..d50ff93bbf7ca 100644 --- a/net/netfilter/nft_dynset.c +++ b/net/netfilter/nft_dynset.c @@ -199,21 +199,10 @@ static int nft_dynset_init(const struct nft_ctx *ctx, if (!(set->flags & NFT_SET_EVAL)) return -EINVAL; - priv->expr = nft_expr_init(ctx, tb[NFTA_DYNSET_EXPR]); + priv->expr = nft_set_elem_expr_alloc(ctx, set, + tb[NFTA_DYNSET_EXPR]); if (IS_ERR(priv->expr)) return PTR_ERR(priv->expr); - - err = -EOPNOTSUPP; - if (!(priv->expr->ops->type->flags & NFT_EXPR_STATEFUL)) - goto err1; - - if (priv->expr->ops->type->flags & NFT_EXPR_GC) { - if (set->flags & NFT_SET_TIMEOUT) - goto err1; - if (!set->ops->gc_init) - goto err1; - set->ops->gc_init(set); - } } nft_set_ext_prepare(&priv->tmpl); diff --git a/net/netlabel/netlabel_kapi.c b/net/netlabel/netlabel_kapi.c index 5e1239cef0005..91b35b7c80d82 100644 --- a/net/netlabel/netlabel_kapi.c +++ b/net/netlabel/netlabel_kapi.c @@ -885,6 +885,8 @@ int netlbl_bitmap_walk(const unsigned char *bitmap, u32 bitmap_len, unsigned char bitmask; unsigned char byte; + if (offset >= bitmap_len) + return -1; byte_offset = offset / 8; byte = bitmap[byte_offset]; bit_spot = offset; diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 891e029ad0f89..fb28969899af0 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c @@ -148,6 +148,8 @@ static const struct rhashtable_params netlink_rhashtable_params; static inline u32 netlink_group_mask(u32 group) { + if (group > 32) + return 0; return group ? 1 << (group - 1) : 0; } diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index 5c68f9ea98810..ae40593daf214 100644 --- a/net/openvswitch/actions.c +++ b/net/openvswitch/actions.c @@ -427,12 +427,43 @@ static void set_ipv6_addr(struct sk_buff *skb, u8 l4_proto, memcpy(addr, new_addr, sizeof(__be32[4])); } -static void set_ipv6_fl(struct ipv6hdr *nh, u32 fl, u32 mask) +static void set_ipv6_dsfield(struct sk_buff *skb, struct ipv6hdr *nh, u8 ipv6_tclass, u8 mask) { + u8 old_ipv6_tclass = ipv6_get_dsfield(nh); + + ipv6_tclass = OVS_MASKED(old_ipv6_tclass, ipv6_tclass, mask); + + if (skb->ip_summed == CHECKSUM_COMPLETE) + csum_replace(&skb->csum, (__force __wsum)(old_ipv6_tclass << 12), + (__force __wsum)(ipv6_tclass << 12)); + + ipv6_change_dsfield(nh, ~mask, ipv6_tclass); +} + +static void set_ipv6_fl(struct sk_buff *skb, struct ipv6hdr *nh, u32 fl, u32 mask) +{ + u32 ofl; + + ofl = nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2]; + fl = OVS_MASKED(ofl, fl, mask); + /* Bits 21-24 are always unmasked, so this retains their values. */ - OVS_SET_MASKED(nh->flow_lbl[0], (u8)(fl >> 16), (u8)(mask >> 16)); - OVS_SET_MASKED(nh->flow_lbl[1], (u8)(fl >> 8), (u8)(mask >> 8)); - OVS_SET_MASKED(nh->flow_lbl[2], (u8)fl, (u8)mask); + nh->flow_lbl[0] = (u8)(fl >> 16); + nh->flow_lbl[1] = (u8)(fl >> 8); + nh->flow_lbl[2] = (u8)fl; + + if (skb->ip_summed == CHECKSUM_COMPLETE) + csum_replace(&skb->csum, (__force __wsum)htonl(ofl), (__force __wsum)htonl(fl)); +} + +static void set_ipv6_ttl(struct sk_buff *skb, struct ipv6hdr *nh, u8 new_ttl, u8 mask) +{ + new_ttl = OVS_MASKED(nh->hop_limit, new_ttl, mask); + + if (skb->ip_summed == CHECKSUM_COMPLETE) + csum_replace(&skb->csum, (__force __wsum)(nh->hop_limit << 8), + (__force __wsum)(new_ttl << 8)); + nh->hop_limit = new_ttl; } static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl, @@ -550,18 +581,17 @@ static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, } } if (mask->ipv6_tclass) { - ipv6_change_dsfield(nh, ~mask->ipv6_tclass, key->ipv6_tclass); + set_ipv6_dsfield(skb, nh, key->ipv6_tclass, mask->ipv6_tclass); flow_key->ip.tos = ipv6_get_dsfield(nh); } if (mask->ipv6_label) { - set_ipv6_fl(nh, ntohl(key->ipv6_label), + set_ipv6_fl(skb, nh, ntohl(key->ipv6_label), ntohl(mask->ipv6_label)); flow_key->ipv6.label = *(__be32 *)nh & htonl(IPV6_FLOWINFO_FLOWLABEL); } if (mask->ipv6_hlimit) { - OVS_SET_MASKED(nh->hop_limit, key->ipv6_hlimit, - mask->ipv6_hlimit); + set_ipv6_ttl(skb, nh, key->ipv6_hlimit, mask->ipv6_hlimit); flow_key->ip.ttl = nh->hop_limit; } return 0; @@ -1007,7 +1037,7 @@ static int clone(struct datapath *dp, struct sk_buff *skb, int rem = nla_len(attr); bool dont_clone_flow_key; - /* The first action is always 'OVS_CLONE_ATTR_ARG'. */ + /* The first action is always 'OVS_CLONE_ATTR_EXEC'. */ clone_arg = nla_data(attr); dont_clone_flow_key = nla_get_u32(clone_arg); actions = nla_next(clone_arg, &rem); diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c index b6f98eba71f1b..816036b9c223a 100644 --- a/net/openvswitch/conntrack.c +++ b/net/openvswitch/conntrack.c @@ -730,6 +730,57 @@ static bool skb_nfct_cached(struct net *net, } #if IS_ENABLED(CONFIG_NF_NAT) +static void ovs_nat_update_key(struct sw_flow_key *key, + const struct sk_buff *skb, + enum nf_nat_manip_type maniptype) +{ + if (maniptype == NF_NAT_MANIP_SRC) { + __be16 src; + + key->ct_state |= OVS_CS_F_SRC_NAT; + if (key->eth.type == htons(ETH_P_IP)) + key->ipv4.addr.src = ip_hdr(skb)->saddr; + else if (key->eth.type == htons(ETH_P_IPV6)) + memcpy(&key->ipv6.addr.src, &ipv6_hdr(skb)->saddr, + sizeof(key->ipv6.addr.src)); + else + return; + + if (key->ip.proto == IPPROTO_UDP) + src = udp_hdr(skb)->source; + else if (key->ip.proto == IPPROTO_TCP) + src = tcp_hdr(skb)->source; + else if (key->ip.proto == IPPROTO_SCTP) + src = sctp_hdr(skb)->source; + else + return; + + key->tp.src = src; + } else { + __be16 dst; + + key->ct_state |= OVS_CS_F_DST_NAT; + if (key->eth.type == htons(ETH_P_IP)) + key->ipv4.addr.dst = ip_hdr(skb)->daddr; + else if (key->eth.type == htons(ETH_P_IPV6)) + memcpy(&key->ipv6.addr.dst, &ipv6_hdr(skb)->daddr, + sizeof(key->ipv6.addr.dst)); + else + return; + + if (key->ip.proto == IPPROTO_UDP) + dst = udp_hdr(skb)->dest; + else if (key->ip.proto == IPPROTO_TCP) + dst = tcp_hdr(skb)->dest; + else if (key->ip.proto == IPPROTO_SCTP) + dst = sctp_hdr(skb)->dest; + else + return; + + key->tp.dst = dst; + } +} + /* Modelled after nf_nat_ipv[46]_fn(). * range is only used for new, uninitialized NAT state. * Returns either NF_ACCEPT or NF_DROP. @@ -737,7 +788,7 @@ static bool skb_nfct_cached(struct net *net, static int ovs_ct_nat_execute(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, const struct nf_nat_range2 *range, - enum nf_nat_manip_type maniptype) + enum nf_nat_manip_type maniptype, struct sw_flow_key *key) { int hooknum, nh_off, err = NF_ACCEPT; @@ -810,58 +861,11 @@ static int ovs_ct_nat_execute(struct sk_buff *skb, struct nf_conn *ct, skb_push(skb, nh_off); skb_postpush_rcsum(skb, skb->data, nh_off); - return err; -} - -static void ovs_nat_update_key(struct sw_flow_key *key, - const struct sk_buff *skb, - enum nf_nat_manip_type maniptype) -{ - if (maniptype == NF_NAT_MANIP_SRC) { - __be16 src; - - key->ct_state |= OVS_CS_F_SRC_NAT; - if (key->eth.type == htons(ETH_P_IP)) - key->ipv4.addr.src = ip_hdr(skb)->saddr; - else if (key->eth.type == htons(ETH_P_IPV6)) - memcpy(&key->ipv6.addr.src, &ipv6_hdr(skb)->saddr, - sizeof(key->ipv6.addr.src)); - else - return; - - if (key->ip.proto == IPPROTO_UDP) - src = udp_hdr(skb)->source; - else if (key->ip.proto == IPPROTO_TCP) - src = tcp_hdr(skb)->source; - else if (key->ip.proto == IPPROTO_SCTP) - src = sctp_hdr(skb)->source; - else - return; - - key->tp.src = src; - } else { - __be16 dst; - - key->ct_state |= OVS_CS_F_DST_NAT; - if (key->eth.type == htons(ETH_P_IP)) - key->ipv4.addr.dst = ip_hdr(skb)->daddr; - else if (key->eth.type == htons(ETH_P_IPV6)) - memcpy(&key->ipv6.addr.dst, &ipv6_hdr(skb)->daddr, - sizeof(key->ipv6.addr.dst)); - else - return; - - if (key->ip.proto == IPPROTO_UDP) - dst = udp_hdr(skb)->dest; - else if (key->ip.proto == IPPROTO_TCP) - dst = tcp_hdr(skb)->dest; - else if (key->ip.proto == IPPROTO_SCTP) - dst = sctp_hdr(skb)->dest; - else - return; + /* Update the flow key if NAT successful. */ + if (err == NF_ACCEPT) + ovs_nat_update_key(key, skb, maniptype); - key->tp.dst = dst; - } + return err; } /* Returns NF_DROP if the packet should be dropped, NF_ACCEPT otherwise. */ @@ -903,7 +907,7 @@ static int ovs_ct_nat(struct net *net, struct sw_flow_key *key, } else { return NF_ACCEPT; /* Connection is not NATed. */ } - err = ovs_ct_nat_execute(skb, ct, ctinfo, &info->range, maniptype); + err = ovs_ct_nat_execute(skb, ct, ctinfo, &info->range, maniptype, key); if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { if (ct->status & IPS_SRC_NAT) { @@ -913,17 +917,13 @@ static int ovs_ct_nat(struct net *net, struct sw_flow_key *key, maniptype = NF_NAT_MANIP_SRC; err = ovs_ct_nat_execute(skb, ct, ctinfo, &info->range, - maniptype); + maniptype, key); } else if (CTINFO2DIR(ctinfo) == IP_CT_DIR_ORIGINAL) { err = ovs_ct_nat_execute(skb, ct, ctinfo, NULL, - NF_NAT_MANIP_SRC); + NF_NAT_MANIP_SRC, key); } } - /* Mark NAT done if successful and update the flow key. */ - if (err == NF_ACCEPT) - ovs_nat_update_key(key, skb, maniptype); - return err; } #else /* !CONFIG_NF_NAT */ diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c index d7559c64795dc..d3f068ad154cb 100644 --- a/net/openvswitch/flow_netlink.c +++ b/net/openvswitch/flow_netlink.c @@ -2179,8 +2179,8 @@ static int __ovs_nla_put_key(const struct sw_flow_key *swkey, icmpv6_key->icmpv6_type = ntohs(output->tp.src); icmpv6_key->icmpv6_code = ntohs(output->tp.dst); - if (icmpv6_key->icmpv6_type == NDISC_NEIGHBOUR_SOLICITATION || - icmpv6_key->icmpv6_type == NDISC_NEIGHBOUR_ADVERTISEMENT) { + if (swkey->tp.src == htons(NDISC_NEIGHBOUR_SOLICITATION) || + swkey->tp.src == htons(NDISC_NEIGHBOUR_ADVERTISEMENT)) { struct ovs_key_nd *nd_key; nla = nla_reserve(skb, OVS_KEY_ATTR_ND, sizeof(*nd_key)); @@ -3284,7 +3284,9 @@ static int clone_action_to_attr(const struct nlattr *attr, if (!start) return -EMSGSIZE; - err = ovs_nla_put_actions(nla_data(attr), rem, skb); + /* Skipping the OVS_CLONE_ATTR_EXEC that is always the first attribute. */ + attr = nla_next(nla_data(attr), &rem); + err = ovs_nla_put_actions(attr, rem, skb); if (err) nla_nest_cancel(skb, start); diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index ed11013d4b953..70c102359bfef 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -2257,8 +2257,11 @@ static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev, copy_skb = skb_get(skb); skb_head = skb->data; } - if (copy_skb) + if (copy_skb) { + memset(&PACKET_SKB_CB(copy_skb)->sa.ll, 0, + sizeof(PACKET_SKB_CB(copy_skb)->sa.ll)); skb_set_owner_r(copy_skb, sk); + } } snaplen = po->rx_ring.frame_size - macoff; if ((int)snaplen < 0) { @@ -3405,6 +3408,8 @@ static int packet_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, sock_recv_ts_and_drops(msg, sk, skb); if (msg->msg_name) { + const size_t max_len = min(sizeof(skb->cb), + sizeof(struct sockaddr_storage)); int copy_len; /* If the address length field is there to be filled @@ -3427,6 +3432,10 @@ static int packet_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, msg->msg_namelen = sizeof(struct sockaddr_ll); } } + if (WARN_ON_ONCE(copy_len > max_len)) { + copy_len = max_len; + msg->msg_namelen = copy_len; + } memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa, copy_len); } diff --git a/net/rxrpc/net_ns.c b/net/rxrpc/net_ns.c index b312aab80fed6..9a76b74af37bc 100644 --- a/net/rxrpc/net_ns.c +++ b/net/rxrpc/net_ns.c @@ -116,8 +116,8 @@ static __net_exit void rxrpc_exit_net(struct net *net) struct rxrpc_net *rxnet = rxrpc_net(net); rxnet->live = false; - del_timer_sync(&rxnet->peer_keepalive_timer); cancel_work_sync(&rxnet->peer_keepalive_work); + del_timer_sync(&rxnet->peer_keepalive_timer); rxrpc_destroy_all_calls(rxnet); rxrpc_destroy_all_connections(rxnet); rxrpc_destroy_all_peers(rxnet); diff --git a/net/sctp/diag.c b/net/sctp/diag.c index 7921e77fa55a3..5a918e74bb82b 100644 --- a/net/sctp/diag.c +++ b/net/sctp/diag.c @@ -61,10 +61,6 @@ static void inet_diag_msg_sctpasoc_fill(struct inet_diag_msg *r, r->idiag_timer = SCTP_EVENT_TIMEOUT_T3_RTX; r->idiag_retrans = asoc->rtx_data_chunks; r->idiag_expires = jiffies_to_msecs(t3_rtx->expires - jiffies); - } else { - r->idiag_timer = 0; - r->idiag_retrans = 0; - r->idiag_expires = 0; } } @@ -144,13 +140,14 @@ static int inet_sctp_diag_fill(struct sock *sk, struct sctp_association *asoc, r = nlmsg_data(nlh); BUG_ON(!sk_fullsock(sk)); + r->idiag_timer = 0; + r->idiag_retrans = 0; + r->idiag_expires = 0; if (asoc) { inet_diag_msg_sctpasoc_fill(r, sk, asoc); } else { inet_diag_msg_common_fill(r, sk); r->idiag_state = sk->sk_state; - r->idiag_timer = 0; - r->idiag_retrans = 0; } if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns, net_admin)) diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index 7c6dcbc8e98ba..1d2f633c6c7c3 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -149,6 +149,12 @@ static enum sctp_disposition __sctp_sf_do_9_1_abort( void *arg, struct sctp_cmd_seq *commands); +static enum sctp_disposition +__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, + const struct sctp_association *asoc, + const union sctp_subtype type, void *arg, + struct sctp_cmd_seq *commands); + /* Small helper function that checks if the chunk length * is of the appropriate length. The 'required_length' argument * is set to be the size of a specific chunk we are testing. @@ -330,6 +336,14 @@ enum sctp_disposition sctp_sf_do_5_1B_init(struct net *net, if (!chunk->singleton) return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + /* Make sure that the INIT chunk has a valid length. + * Normally, this would cause an ABORT with a Protocol Violation + * error, but since we don't have an association, we'll + * just discard the packet. + */ + if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk))) + return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + /* If the packet is an OOTB packet which is temporarily on the * control endpoint, respond with an ABORT. */ @@ -344,14 +358,6 @@ enum sctp_disposition sctp_sf_do_5_1B_init(struct net *net, if (chunk->sctp_hdr->vtag != 0) return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands); - /* Make sure that the INIT chunk has a valid length. - * Normally, this would cause an ABORT with a Protocol Violation - * error, but since we don't have an association, we'll - * just discard the packet. - */ - if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk))) - return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); - /* If the INIT is coming toward a closing socket, we'll send back * and ABORT. Essentially, this catches the race of INIT being * backloged to the socket at the same time as the user isses close(). @@ -1484,19 +1490,16 @@ static enum sctp_disposition sctp_sf_do_unexpected_init( if (!chunk->singleton) return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + /* Make sure that the INIT chunk has a valid length. */ + if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk))) + return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + /* 3.1 A packet containing an INIT chunk MUST have a zero Verification * Tag. */ if (chunk->sctp_hdr->vtag != 0) return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands); - /* Make sure that the INIT chunk has a valid length. - * In this case, we generate a protocol violation since we have - * an association established. - */ - if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk))) - return sctp_sf_violation_chunklen(net, ep, asoc, type, arg, - commands); /* Grab the INIT header. */ chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data; @@ -1814,9 +1817,9 @@ static enum sctp_disposition sctp_sf_do_dupcook_a( * its peer. */ if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { - disposition = sctp_sf_do_9_2_reshutack(net, ep, asoc, - SCTP_ST_CHUNK(chunk->chunk_hdr->type), - chunk, commands); + disposition = __sctp_sf_do_9_2_reshutack(net, ep, asoc, + SCTP_ST_CHUNK(chunk->chunk_hdr->type), + chunk, commands); if (SCTP_DISPOSITION_NOMEM == disposition) goto nomem; @@ -2915,13 +2918,11 @@ enum sctp_disposition sctp_sf_do_9_2_shut_ctsn( * that belong to this association, it should discard the INIT chunk and * retransmit the SHUTDOWN ACK chunk. */ -enum sctp_disposition sctp_sf_do_9_2_reshutack( - struct net *net, - const struct sctp_endpoint *ep, - const struct sctp_association *asoc, - const union sctp_subtype type, - void *arg, - struct sctp_cmd_seq *commands) +static enum sctp_disposition +__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, + const struct sctp_association *asoc, + const union sctp_subtype type, void *arg, + struct sctp_cmd_seq *commands) { struct sctp_chunk *chunk = arg; struct sctp_chunk *reply; @@ -2955,6 +2956,26 @@ enum sctp_disposition sctp_sf_do_9_2_reshutack( return SCTP_DISPOSITION_NOMEM; } +enum sctp_disposition +sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, + const struct sctp_association *asoc, + const union sctp_subtype type, void *arg, + struct sctp_cmd_seq *commands) +{ + struct sctp_chunk *chunk = arg; + + if (!chunk->singleton) + return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + + if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk))) + return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); + + if (chunk->sctp_hdr->vtag != 0) + return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands); + + return __sctp_sf_do_9_2_reshutack(net, ep, asoc, type, arg, commands); +} + /* * sctp_sf_do_ecn_cwr * diff --git a/net/smc/smc_core.c b/net/smc/smc_core.c index aeea67f908415..66cdfd5725acf 100644 --- a/net/smc/smc_core.c +++ b/net/smc/smc_core.c @@ -342,8 +342,8 @@ void smc_conn_free(struct smc_connection *conn) } else { smc_cdc_tx_dismiss_slots(conn); } - smc_lgr_unregister_conn(conn); smc_buf_unuse(conn, lgr); /* allow buffer reuse */ + smc_lgr_unregister_conn(conn); conn->lgr = NULL; if (!lgr->conns_num) @@ -632,7 +632,8 @@ int smc_conn_create(struct smc_sock *smc, struct smc_init_info *ini) !lgr->sync_err && lgr->vlan_id == ini->vlan_id && (role == SMC_CLNT || - lgr->conns_num < SMC_RMBS_PER_LGR_MAX)) { + (lgr->conns_num < SMC_RMBS_PER_LGR_MAX && + !bitmap_full(lgr->rtokens_used_mask, SMC_RMBS_PER_LGR_MAX)))) { /* link group found */ ini->cln_first_contact = SMC_REUSE_CONTACT; conn->lgr = lgr; @@ -733,7 +734,7 @@ static struct smc_buf_desc *smc_buf_get_slot(int compressed_bufsize, */ static inline int smc_rmb_wnd_update_limit(int rmbe_size) { - return min_t(int, rmbe_size / 10, SOCK_MIN_SNDBUF / 2); + return max_t(int, rmbe_size / 10, SOCK_MIN_SNDBUF / 2); } static struct smc_buf_desc *smcr_new_buf_create(struct smc_link_group *lgr, diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index b6039642df67e..08e1ccc01e983 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -2223,6 +2223,7 @@ call_transmit_status(struct rpc_task *task) * socket just returned a connection error, * then hold onto the transport lock. */ + case -ENOMEM: case -ENOBUFS: rpc_delay(task, HZ>>2); /* fall through */ @@ -2308,6 +2309,7 @@ call_bc_transmit_status(struct rpc_task *task) case -ENOTCONN: case -EPIPE: break; + case -ENOMEM: case -ENOBUFS: rpc_delay(task, HZ>>2); /* fall through */ @@ -2392,6 +2394,11 @@ call_status(struct rpc_task *task) case -EPIPE: case -EAGAIN: break; + case -ENFILE: + case -ENOBUFS: + case -ENOMEM: + rpc_delay(task, HZ>>2); + break; case -EIO: /* shutdown or soft timeout */ goto out_exit; diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 8fc4a6b3422f4..32ffa801a5b97 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -1039,8 +1039,10 @@ int rpc_malloc(struct rpc_task *task) struct rpc_buffer *buf; gfp_t gfp = GFP_NOFS; + if (RPC_IS_ASYNC(task)) + gfp = GFP_NOWAIT | __GFP_NOWARN; if (RPC_IS_SWAPPER(task)) - gfp = __GFP_MEMALLOC | GFP_NOWAIT | __GFP_NOWARN; + gfp |= __GFP_MEMALLOC; size += sizeof(struct rpc_buffer); if (size <= RPC_BUFFER_MAXSIZE) diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index 93b6afd28405e..8ac579778e487 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c @@ -2006,7 +2006,14 @@ static void xprt_destroy(struct rpc_xprt *xprt) */ wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); + /* + * xprt_schedule_autodisconnect() can run after XPRT_LOCKED + * is cleared. We use ->transport_lock to ensure the mod_timer() + * can only run *before* del_time_sync(), never after. + */ + spin_lock(&xprt->transport_lock); del_timer_sync(&xprt->timer); + spin_unlock(&xprt->transport_lock); /* * Destroy sockets etc from the system workqueue so they can diff --git a/net/sunrpc/xprtrdma/transport.c b/net/sunrpc/xprtrdma/transport.c index 2f21e3c52bfc1..866bcd99bdc0e 100644 --- a/net/sunrpc/xprtrdma/transport.c +++ b/net/sunrpc/xprtrdma/transport.c @@ -626,8 +626,10 @@ xprt_rdma_allocate(struct rpc_task *task) gfp_t flags; flags = RPCRDMA_DEF_GFP; + if (RPC_IS_ASYNC(task)) + flags = GFP_NOWAIT | __GFP_NOWARN; if (RPC_IS_SWAPPER(task)) - flags = __GFP_MEMALLOC | GFP_NOWAIT | __GFP_NOWARN; + flags |= __GFP_MEMALLOC; if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, flags)) diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index 8ffc54b6661f8..480e879e74ae5 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -872,12 +872,12 @@ static int xs_sendpages(struct socket *sock, struct sockaddr *addr, int addrlen, /** * xs_nospace - handle transmit was incomplete * @req: pointer to RPC request + * @transport: pointer to struct sock_xprt * */ -static int xs_nospace(struct rpc_rqst *req) +static int xs_nospace(struct rpc_rqst *req, struct sock_xprt *transport) { - struct rpc_xprt *xprt = req->rq_xprt; - struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); + struct rpc_xprt *xprt = &transport->xprt; struct sock *sk = transport->inet; int ret = -EAGAIN; @@ -891,25 +891,49 @@ static int xs_nospace(struct rpc_rqst *req) /* Don't race with disconnect */ if (xprt_connected(xprt)) { + struct socket_wq *wq; + + rcu_read_lock(); + wq = rcu_dereference(sk->sk_wq); + set_bit(SOCKWQ_ASYNC_NOSPACE, &wq->flags); + rcu_read_unlock(); + /* wait for more buffer space */ + set_bit(SOCK_NOSPACE, &sk->sk_socket->flags); sk->sk_write_pending++; xprt_wait_for_buffer_space(xprt); } else ret = -ENOTCONN; spin_unlock(&xprt->transport_lock); + return ret; +} - /* Race breaker in case memory is freed before above code is called */ - if (ret == -EAGAIN) { - struct socket_wq *wq; +static int xs_sock_nospace(struct rpc_rqst *req) +{ + struct sock_xprt *transport = + container_of(req->rq_xprt, struct sock_xprt, xprt); + struct sock *sk = transport->inet; + int ret = -EAGAIN; - rcu_read_lock(); - wq = rcu_dereference(sk->sk_wq); - set_bit(SOCKWQ_ASYNC_NOSPACE, &wq->flags); - rcu_read_unlock(); + lock_sock(sk); + if (!sock_writeable(sk)) + ret = xs_nospace(req, transport); + release_sock(sk); + return ret; +} - sk->sk_write_space(sk); - } +static int xs_stream_nospace(struct rpc_rqst *req) +{ + struct sock_xprt *transport = + container_of(req->rq_xprt, struct sock_xprt, xprt); + struct sock *sk = transport->inet; + int ret = -EAGAIN; + + lock_sock(sk); + if (!sk_stream_memory_free(sk)) + ret = xs_nospace(req, transport); + release_sock(sk); return ret; } @@ -996,7 +1020,7 @@ static int xs_local_send_request(struct rpc_rqst *req) case -ENOBUFS: break; case -EAGAIN: - status = xs_nospace(req); + status = xs_stream_nospace(req); break; default: dprintk("RPC: sendmsg returned unrecognized error %d\n", @@ -1068,7 +1092,7 @@ static int xs_udp_send_request(struct rpc_rqst *req) /* Should we call xs_close() here? */ break; case -EAGAIN: - status = xs_nospace(req); + status = xs_sock_nospace(req); break; case -ENETUNREACH: case -ENOBUFS: @@ -1181,7 +1205,7 @@ static int xs_tcp_send_request(struct rpc_rqst *req) /* Should we call xs_close() here? */ break; case -EAGAIN: - status = xs_nospace(req); + status = xs_stream_nospace(req); break; case -ECONNRESET: case -ECONNREFUSED: diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c index 66a65c2cdb23c..c52083522b28e 100644 --- a/net/tipc/name_table.c +++ b/net/tipc/name_table.c @@ -812,7 +812,7 @@ static int __tipc_nl_add_nametable_publ(struct tipc_nl_msg *msg, list_for_each_entry(p, &sr->all_publ, all_publ) if (p->key == *last_key) break; - if (p->key != *last_key) + if (list_entry_is_head(p, &sr->all_publ, all_publ)) return -EPIPE; } else { p = list_first_entry(&sr->all_publ, diff --git a/net/tipc/socket.c b/net/tipc/socket.c index fbbac9ba2862f..d543c4556df20 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -2698,7 +2698,8 @@ static void tipc_sk_retry_connect(struct sock *sk, struct sk_buff_head *list) /* Try again later if dest link is congested */ if (tsk->cong_link_cnt) { - sk_reset_timer(sk, &sk->sk_timer, msecs_to_jiffies(100)); + sk_reset_timer(sk, &sk->sk_timer, + jiffies + msecs_to_jiffies(100)); return; } /* Prepare SYN for retransmit */ @@ -3590,7 +3591,7 @@ static int __tipc_nl_list_sk_publ(struct sk_buff *skb, if (p->key == *last_publ) break; } - if (p->key != *last_publ) { + if (list_entry_is_head(p, &tsk->publications, binding_sock)) { /* We never set seq or call nl_dump_check_consistent() * this means that setting prev_seq here will cause the * consistence check to fail in the netlink callback diff --git a/net/tls/tls_sw.c b/net/tls/tls_sw.c index 1436a36c1934a..af3be9a29d6db 100644 --- a/net/tls/tls_sw.c +++ b/net/tls/tls_sw.c @@ -1479,7 +1479,7 @@ static int decrypt_internal(struct sock *sk, struct sk_buff *skb, } if (prot->version == TLS_1_3_VERSION) memcpy(iv + iv_offset, tls_ctx->rx.iv, - crypto_aead_ivsize(ctx->aead_recv)); + prot->iv_size + prot->salt_size); else memcpy(iv + iv_offset, tls_ctx->rx.iv, prot->salt_size); diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c index d60d7caacbf5d..bc972ecb01ee0 100644 --- a/net/vmw_vsock/af_vsock.c +++ b/net/vmw_vsock/af_vsock.c @@ -1890,7 +1890,6 @@ static long vsock_dev_do_ioctl(struct file *filp, break; default: - pr_err("Unknown ioctl %d\n", cmd); retval = -EINVAL; } diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index 7633d6a74bc2b..d3e2b97d5d051 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c @@ -12320,6 +12320,9 @@ static int handle_nan_filter(struct nlattr *attr_filter, i = 0; nla_for_each_nested(attr, attr_filter, rem) { filter[i].filter = nla_memdup(attr, GFP_KERNEL); + if (!filter[i].filter) + goto err; + filter[i].len = nla_len(attr); i++; } @@ -12332,6 +12335,15 @@ static int handle_nan_filter(struct nlattr *attr_filter, } return 0; + +err: + i = 0; + nla_for_each_nested(attr, attr_filter, rem) { + kfree(filter[i].filter); + i++; + } + kfree(filter); + return -ENOMEM; } static int nl80211_nan_add_func(struct sk_buff *skb, @@ -16302,7 +16314,8 @@ void cfg80211_ch_switch_notify(struct net_device *dev, wdev->chandef = *chandef; wdev->preset_chandef = *chandef; - if (wdev->iftype == NL80211_IFTYPE_STATION && + if ((wdev->iftype == NL80211_IFTYPE_STATION || + wdev->iftype == NL80211_IFTYPE_P2P_CLIENT) && !WARN_ON(!wdev->current_bss)) cfg80211_update_assoc_bss_entry(wdev, chandef->chan); diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index d8d603aa48875..c94aa587e0c92 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -1767,10 +1767,15 @@ void x25_kill_by_neigh(struct x25_neigh *nb) write_lock_bh(&x25_list_lock); - sk_for_each(s, &x25_list) - if (x25_sk(s)->neighbour == nb) + sk_for_each(s, &x25_list) { + if (x25_sk(s)->neighbour == nb) { + write_unlock_bh(&x25_list_lock); + lock_sock(s); x25_disconnect(s, ENETUNREACH, 0, 0); - + release_sock(s); + write_lock_bh(&x25_list_lock); + } + } write_unlock_bh(&x25_list_lock); /* Remove any related forwards */ diff --git a/net/xfrm/xfrm_device.c b/net/xfrm/xfrm_device.c index bb2292b5260c2..d758e9ec3d008 100644 --- a/net/xfrm/xfrm_device.c +++ b/net/xfrm/xfrm_device.c @@ -206,6 +206,9 @@ int xfrm_dev_state_add(struct net *net, struct xfrm_state *x, if (x->encap || x->tfcpad) return -EINVAL; + if (xuo->flags & ~(XFRM_OFFLOAD_IPV6 | XFRM_OFFLOAD_INBOUND)) + return -EINVAL; + dev = dev_get_by_index(net, xuo->ifindex); if (!dev) { if (!(xuo->flags & XFRM_OFFLOAD_INBOUND)) { @@ -243,7 +246,8 @@ int xfrm_dev_state_add(struct net *net, struct xfrm_state *x, xso->dev = dev; xso->num_exthdrs = 1; - xso->flags = xuo->flags; + /* Don't forward bit that is not implemented */ + xso->flags = xuo->flags & ~XFRM_OFFLOAD_IPV6; err = dev->xfrmdev_ops->xdo_dev_state_add(x); if (err) { diff --git a/net/xfrm/xfrm_interface.c b/net/xfrm/xfrm_interface.c index 3932d3aaff270..4cfa79e04e3d1 100644 --- a/net/xfrm/xfrm_interface.c +++ b/net/xfrm/xfrm_interface.c @@ -300,7 +300,10 @@ xfrmi_xmit2(struct sk_buff *skb, struct net_device *dev, struct flowi *fl) if (mtu < IPV6_MIN_MTU) mtu = IPV6_MIN_MTU; - icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); + if (skb->len > 1280) + icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); + else + goto xmit; } else { if (!(ip_hdr(skb)->frag_off & htons(IP_DF))) goto xmit; diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 404823c5eb7d5..3ecb77c58c44e 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -4271,7 +4271,7 @@ static bool xfrm_migrate_selector_match(const struct xfrm_selector *sel_cmp, } static struct xfrm_policy *xfrm_migrate_policy_find(const struct xfrm_selector *sel, - u8 dir, u8 type, struct net *net) + u8 dir, u8 type, struct net *net, u32 if_id) { struct xfrm_policy *pol, *ret = NULL; struct hlist_head *chain; @@ -4280,7 +4280,8 @@ static struct xfrm_policy *xfrm_migrate_policy_find(const struct xfrm_selector * spin_lock_bh(&net->xfrm.xfrm_policy_lock); chain = policy_hash_direct(net, &sel->daddr, &sel->saddr, sel->family, dir); hlist_for_each_entry(pol, chain, bydst) { - if (xfrm_migrate_selector_match(sel, &pol->selector) && + if ((if_id == 0 || pol->if_id == if_id) && + xfrm_migrate_selector_match(sel, &pol->selector) && pol->type == type) { ret = pol; priority = ret->priority; @@ -4292,7 +4293,8 @@ static struct xfrm_policy *xfrm_migrate_policy_find(const struct xfrm_selector * if ((pol->priority >= priority) && ret) break; - if (xfrm_migrate_selector_match(sel, &pol->selector) && + if ((if_id == 0 || pol->if_id == if_id) && + xfrm_migrate_selector_match(sel, &pol->selector) && pol->type == type) { ret = pol; break; @@ -4408,7 +4410,7 @@ static int xfrm_migrate_check(const struct xfrm_migrate *m, int num_migrate) int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, struct xfrm_migrate *m, int num_migrate, struct xfrm_kmaddress *k, struct net *net, - struct xfrm_encap_tmpl *encap) + struct xfrm_encap_tmpl *encap, u32 if_id) { int i, err, nx_cur = 0, nx_new = 0; struct xfrm_policy *pol = NULL; @@ -4427,14 +4429,14 @@ int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, } /* Stage 1 - find policy */ - if ((pol = xfrm_migrate_policy_find(sel, dir, type, net)) == NULL) { + if ((pol = xfrm_migrate_policy_find(sel, dir, type, net, if_id)) == NULL) { err = -ENOENT; goto out; } /* Stage 2 - find and update state(s) */ for (i = 0, mp = m; i < num_migrate; i++, mp++) { - if ((x = xfrm_migrate_state_find(mp, net))) { + if ((x = xfrm_migrate_state_find(mp, net, if_id))) { x_cur[nx_cur] = x; nx_cur++; xc = xfrm_state_migrate(x, mp, encap); diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index c6b2c99b501b9..268bba29bb603 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c @@ -1539,9 +1539,6 @@ static struct xfrm_state *xfrm_state_clone(struct xfrm_state *orig, memcpy(&x->mark, &orig->mark, sizeof(x->mark)); memcpy(&x->props.smark, &orig->props.smark, sizeof(x->props.smark)); - if (xfrm_init_state(x) < 0) - goto error; - x->props.flags = orig->props.flags; x->props.extra_flags = orig->props.extra_flags; @@ -1563,7 +1560,8 @@ static struct xfrm_state *xfrm_state_clone(struct xfrm_state *orig, return NULL; } -struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *net) +struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *net, + u32 if_id) { unsigned int h; struct xfrm_state *x = NULL; @@ -1579,6 +1577,8 @@ struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *n continue; if (m->reqid && x->props.reqid != m->reqid) continue; + if (if_id != 0 && x->if_id != if_id) + continue; if (!xfrm_addr_equal(&x->id.daddr, &m->old_daddr, m->old_family) || !xfrm_addr_equal(&x->props.saddr, &m->old_saddr, @@ -1594,6 +1594,8 @@ struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *n if (x->props.mode != m->mode || x->id.proto != m->proto) continue; + if (if_id != 0 && x->if_id != if_id) + continue; if (!xfrm_addr_equal(&x->id.daddr, &m->old_daddr, m->old_family) || !xfrm_addr_equal(&x->props.saddr, &m->old_saddr, @@ -1620,6 +1622,11 @@ struct xfrm_state *xfrm_state_migrate(struct xfrm_state *x, if (!xc) return NULL; + xc->props.family = m->new_family; + + if (xfrm_init_state(xc) < 0) + goto error; + memcpy(&xc->id.daddr, &m->new_daddr, sizeof(xc->id.daddr)); memcpy(&xc->props.saddr, &m->new_saddr, sizeof(xc->props.saddr)); @@ -2440,7 +2447,7 @@ void xfrm_state_delete_tunnel(struct xfrm_state *x) } EXPORT_SYMBOL(xfrm_state_delete_tunnel); -u32 __xfrm_state_mtu(struct xfrm_state *x, int mtu) +u32 xfrm_state_mtu(struct xfrm_state *x, int mtu) { const struct xfrm_type *type = READ_ONCE(x->type); struct crypto_aead *aead; @@ -2471,17 +2478,7 @@ u32 __xfrm_state_mtu(struct xfrm_state *x, int mtu) return ((mtu - x->props.header_len - crypto_aead_authsize(aead) - net_adj) & ~(blksize - 1)) + net_adj - 2; } -EXPORT_SYMBOL_GPL(__xfrm_state_mtu); - -u32 xfrm_state_mtu(struct xfrm_state *x, int mtu) -{ - mtu = __xfrm_state_mtu(x, mtu); - - if (x->props.family == AF_INET6 && mtu < IPV6_MIN_MTU) - return IPV6_MIN_MTU; - - return mtu; -} +EXPORT_SYMBOL_GPL(xfrm_state_mtu); int __xfrm_init_state(struct xfrm_state *x, bool init_replay, bool offload) { diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index 42ff32700d68b..bd44a800e7db7 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c @@ -621,13 +621,8 @@ static struct xfrm_state *xfrm_state_construct(struct net *net, xfrm_smark_init(attrs, &x->props.smark); - if (attrs[XFRMA_IF_ID]) { + if (attrs[XFRMA_IF_ID]) x->if_id = nla_get_u32(attrs[XFRMA_IF_ID]); - if (!x->if_id) { - err = -EINVAL; - goto error; - } - } err = __xfrm_init_state(x, false, attrs[XFRMA_OFFLOAD_DEV]); if (err) @@ -1333,13 +1328,8 @@ static int xfrm_alloc_userspi(struct sk_buff *skb, struct nlmsghdr *nlh, mark = xfrm_mark_get(attrs, &m); - if (attrs[XFRMA_IF_ID]) { + if (attrs[XFRMA_IF_ID]) if_id = nla_get_u32(attrs[XFRMA_IF_ID]); - if (!if_id) { - err = -EINVAL; - goto out_noput; - } - } if (p->info.seq) { x = xfrm_find_acq_byseq(net, mark, p->info.seq); @@ -1641,13 +1631,8 @@ static struct xfrm_policy *xfrm_policy_construct(struct net *net, struct xfrm_us xfrm_mark_get(attrs, &xp->mark); - if (attrs[XFRMA_IF_ID]) { + if (attrs[XFRMA_IF_ID]) xp->if_id = nla_get_u32(attrs[XFRMA_IF_ID]); - if (!xp->if_id) { - err = -EINVAL; - goto error; - } - } return xp; error: @@ -2389,6 +2374,7 @@ static int xfrm_do_migrate(struct sk_buff *skb, struct nlmsghdr *nlh, int n = 0; struct net *net = sock_net(skb->sk); struct xfrm_encap_tmpl *encap = NULL; + u32 if_id = 0; if (attrs[XFRMA_MIGRATE] == NULL) return -EINVAL; @@ -2413,7 +2399,10 @@ static int xfrm_do_migrate(struct sk_buff *skb, struct nlmsghdr *nlh, return 0; } - err = xfrm_migrate(&pi->sel, pi->dir, type, m, n, kmp, net, encap); + if (attrs[XFRMA_IF_ID]) + if_id = nla_get_u32(attrs[XFRMA_IF_ID]); + + err = xfrm_migrate(&pi->sel, pi->dir, type, m, n, kmp, net, encap, if_id); kfree(encap); diff --git a/samples/nitro_enclaves/.gitignore b/samples/nitro_enclaves/.gitignore new file mode 100644 index 0000000000000..827934129c901 --- /dev/null +++ b/samples/nitro_enclaves/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +ne_ioctl_sample diff --git a/samples/nitro_enclaves/Makefile b/samples/nitro_enclaves/Makefile new file mode 100644 index 0000000000000..a3ec78fefb529 --- /dev/null +++ b/samples/nitro_enclaves/Makefile @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + +# Enclave lifetime management support for Nitro Enclaves (NE) - ioctl sample +# usage. + +.PHONY: all clean + +CFLAGS += -Wall + +all: + $(CC) $(CFLAGS) -o ne_ioctl_sample ne_ioctl_sample.c -lpthread + +clean: + rm -f ne_ioctl_sample diff --git a/samples/nitro_enclaves/ne_ioctl_sample.c b/samples/nitro_enclaves/ne_ioctl_sample.c new file mode 100644 index 0000000000000..765b131c73190 --- /dev/null +++ b/samples/nitro_enclaves/ne_ioctl_sample.c @@ -0,0 +1,882 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + */ + +/** + * DOC: Sample flow of using the ioctl interface provided by the Nitro Enclaves (NE) + * kernel driver. + * + * Usage + * ----- + * + * Load the nitro_enclaves module, setting also the enclave CPU pool. The + * enclave CPUs need to be full cores from the same NUMA node. CPU 0 and its + * siblings have to remain available for the primary / parent VM, so they + * cannot be included in the enclave CPU pool. + * + * See the cpu list section from the kernel documentation. + * https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html#cpu-lists + * + * insmod drivers/virt/nitro_enclaves/nitro_enclaves.ko + * lsmod + * + * The CPU pool can be set at runtime, after the kernel module is loaded. + * + * echo > /sys/module/nitro_enclaves/parameters/ne_cpus + * + * NUMA and CPU siblings information can be found using: + * + * lscpu + * /proc/cpuinfo + * + * Check the online / offline CPU list. The CPUs from the pool should be + * offlined. + * + * lscpu + * + * Check dmesg for any warnings / errors through the NE driver lifetime / usage. + * The NE logs contain the "nitro_enclaves" or "pci 0000:00:02.0" pattern. + * + * dmesg + * + * Setup hugetlbfs huge pages. The memory needs to be from the same NUMA node as + * the enclave CPUs. + * + * https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html + * + * By default, the allocation of hugetlb pages are distributed on all possible + * NUMA nodes. Use the following configuration files to set the number of huge + * pages from a NUMA node: + * + * /sys/devices/system/node/node/hugepages/hugepages-2048kB/nr_hugepages + * /sys/devices/system/node/node/hugepages/hugepages-1048576kB/nr_hugepages + * + * or, if not on a system with multiple NUMA nodes, can also set the number + * of 2 MiB / 1 GiB huge pages using + * + * /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages + * /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages + * + * In this example 256 hugepages of 2 MiB are used. + * + * Build and run the NE sample. + * + * make -C samples/nitro_enclaves clean + * make -C samples/nitro_enclaves + * ./samples/nitro_enclaves/ne_ioctl_sample + * + * Unload the nitro_enclaves module. + * + * rmmod nitro_enclaves + * lsmod + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +/** + * NE_DEV_NAME - Nitro Enclaves (NE) misc device that provides the ioctl interface. + */ +#define NE_DEV_NAME "/dev/nitro_enclaves" + +/** + * NE_POLL_WAIT_TIME - Timeout in seconds for each poll event. + */ +#define NE_POLL_WAIT_TIME (60) +/** + * NE_POLL_WAIT_TIME_MS - Timeout in milliseconds for each poll event. + */ +#define NE_POLL_WAIT_TIME_MS (NE_POLL_WAIT_TIME * 1000) + +/** + * NE_SLEEP_TIME - Amount of time in seconds for the process to keep the enclave alive. + */ +#define NE_SLEEP_TIME (300) + +/** + * NE_DEFAULT_NR_VCPUS - Default number of vCPUs set for an enclave. + */ +#define NE_DEFAULT_NR_VCPUS (2) + +/** + * NE_MIN_MEM_REGION_SIZE - Minimum size of a memory region - 2 MiB. + */ +#define NE_MIN_MEM_REGION_SIZE (2 * 1024 * 1024) + +/** + * NE_DEFAULT_NR_MEM_REGIONS - Default number of memory regions of 2 MiB set for + * an enclave. + */ +#define NE_DEFAULT_NR_MEM_REGIONS (256) + +/** + * NE_IMAGE_LOAD_HEARTBEAT_CID - Vsock CID for enclave image loading heartbeat logic. + */ +#define NE_IMAGE_LOAD_HEARTBEAT_CID (3) +/** + * NE_IMAGE_LOAD_HEARTBEAT_PORT - Vsock port for enclave image loading heartbeat logic. + */ +#define NE_IMAGE_LOAD_HEARTBEAT_PORT (9000) +/** + * NE_IMAGE_LOAD_HEARTBEAT_VALUE - Heartbeat value for enclave image loading. + */ +#define NE_IMAGE_LOAD_HEARTBEAT_VALUE (0xb7) + +/** + * struct ne_user_mem_region - User space memory region set for an enclave. + * @userspace_addr: Address of the user space memory region. + * @memory_size: Size of the user space memory region. + */ +struct ne_user_mem_region { + void *userspace_addr; + size_t memory_size; +}; + +/** + * ne_create_vm() - Create a slot for the enclave VM. + * @ne_dev_fd: The file descriptor of the NE misc device. + * @slot_uid: The generated slot uid for the enclave. + * @enclave_fd : The generated file descriptor for the enclave. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_create_vm(int ne_dev_fd, unsigned long *slot_uid, int *enclave_fd) +{ + int rc = -EINVAL; + *enclave_fd = ioctl(ne_dev_fd, NE_CREATE_VM, slot_uid); + + if (*enclave_fd < 0) { + rc = *enclave_fd; + switch (errno) { + case NE_ERR_NO_CPUS_AVAIL_IN_POOL: { + printf("Error in create VM, no CPUs available in the NE CPU pool\n"); + + break; + } + + default: + printf("Error in create VM [%m]\n"); + } + + return rc; + } + + return 0; +} + +/** + * ne_poll_enclave_fd() - Thread function for polling the enclave fd. + * @data: Argument provided for the polling function. + * + * Context: Process context. + * Return: + * * NULL on success / failure. + */ +void *ne_poll_enclave_fd(void *data) +{ + int enclave_fd = *(int *)data; + struct pollfd fds[1] = {}; + int i = 0; + int rc = -EINVAL; + + printf("Running from poll thread, enclave fd %d\n", enclave_fd); + + fds[0].fd = enclave_fd; + fds[0].events = POLLIN | POLLERR | POLLHUP; + + /* Keep on polling until the current process is terminated. */ + while (1) { + printf("[iter %d] Polling ...\n", i); + + rc = poll(fds, 1, NE_POLL_WAIT_TIME_MS); + if (rc < 0) { + printf("Error in poll [%m]\n"); + + return NULL; + } + + i++; + + if (!rc) { + printf("Poll: %d seconds elapsed\n", + i * NE_POLL_WAIT_TIME); + + continue; + } + + printf("Poll received value 0x%x\n", fds[0].revents); + + if (fds[0].revents & POLLHUP) { + printf("Received POLLHUP\n"); + + return NULL; + } + + if (fds[0].revents & POLLNVAL) { + printf("Received POLLNVAL\n"); + + return NULL; + } + } + + return NULL; +} + +/** + * ne_alloc_user_mem_region() - Allocate a user space memory region for an enclave. + * @ne_user_mem_region: User space memory region allocated using hugetlbfs. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_alloc_user_mem_region(struct ne_user_mem_region *ne_user_mem_region) +{ + /** + * Check available hugetlb encodings for different huge page sizes in + * include/uapi/linux/mman.h. + */ + ne_user_mem_region->userspace_addr = mmap(NULL, ne_user_mem_region->memory_size, + PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_ANONYMOUS | + MAP_HUGETLB | MAP_HUGE_2MB, -1, 0); + if (ne_user_mem_region->userspace_addr == MAP_FAILED) { + printf("Error in mmap memory [%m]\n"); + + return -1; + } + + return 0; +} + +/** + * ne_load_enclave_image() - Place the enclave image in the enclave memory. + * @enclave_fd : The file descriptor associated with the enclave. + * @ne_user_mem_regions: User space memory regions allocated for the enclave. + * @enclave_image_path : The file path of the enclave image. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_load_enclave_image(int enclave_fd, struct ne_user_mem_region ne_user_mem_regions[], + char *enclave_image_path) +{ + unsigned char *enclave_image = NULL; + int enclave_image_fd = -1; + size_t enclave_image_size = 0; + size_t enclave_memory_size = 0; + unsigned long i = 0; + size_t image_written_bytes = 0; + struct ne_image_load_info image_load_info = { + .flags = NE_EIF_IMAGE, + }; + struct stat image_stat_buf = {}; + int rc = -EINVAL; + size_t temp_image_offset = 0; + + for (i = 0; i < NE_DEFAULT_NR_MEM_REGIONS; i++) + enclave_memory_size += ne_user_mem_regions[i].memory_size; + + rc = stat(enclave_image_path, &image_stat_buf); + if (rc < 0) { + printf("Error in get image stat info [%m]\n"); + + return rc; + } + + enclave_image_size = image_stat_buf.st_size; + + if (enclave_memory_size < enclave_image_size) { + printf("The enclave memory is smaller than the enclave image size\n"); + + return -ENOMEM; + } + + rc = ioctl(enclave_fd, NE_GET_IMAGE_LOAD_INFO, &image_load_info); + if (rc < 0) { + switch (errno) { + case NE_ERR_NOT_IN_INIT_STATE: { + printf("Error in get image load info, enclave not in init state\n"); + + break; + } + + case NE_ERR_INVALID_FLAG_VALUE: { + printf("Error in get image load info, provided invalid flag\n"); + + break; + } + + default: + printf("Error in get image load info [%m]\n"); + } + + return rc; + } + + printf("Enclave image offset in enclave memory is %lld\n", + image_load_info.memory_offset); + + enclave_image_fd = open(enclave_image_path, O_RDONLY); + if (enclave_image_fd < 0) { + printf("Error in open enclave image file [%m]\n"); + + return enclave_image_fd; + } + + enclave_image = mmap(NULL, enclave_image_size, PROT_READ, + MAP_PRIVATE, enclave_image_fd, 0); + if (enclave_image == MAP_FAILED) { + printf("Error in mmap enclave image [%m]\n"); + + return -1; + } + + temp_image_offset = image_load_info.memory_offset; + + for (i = 0; i < NE_DEFAULT_NR_MEM_REGIONS; i++) { + size_t bytes_to_write = 0; + size_t memory_offset = 0; + size_t memory_size = ne_user_mem_regions[i].memory_size; + size_t remaining_bytes = 0; + void *userspace_addr = ne_user_mem_regions[i].userspace_addr; + + if (temp_image_offset >= memory_size) { + temp_image_offset -= memory_size; + + continue; + } else if (temp_image_offset != 0) { + memory_offset = temp_image_offset; + memory_size -= temp_image_offset; + temp_image_offset = 0; + } + + remaining_bytes = enclave_image_size - image_written_bytes; + bytes_to_write = memory_size < remaining_bytes ? + memory_size : remaining_bytes; + + memcpy(userspace_addr + memory_offset, + enclave_image + image_written_bytes, bytes_to_write); + + image_written_bytes += bytes_to_write; + + if (image_written_bytes == enclave_image_size) + break; + } + + munmap(enclave_image, enclave_image_size); + + close(enclave_image_fd); + + return 0; +} + +/** + * ne_set_user_mem_region() - Set a user space memory region for the given enclave. + * @enclave_fd : The file descriptor associated with the enclave. + * @ne_user_mem_region : User space memory region to be set for the enclave. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_set_user_mem_region(int enclave_fd, struct ne_user_mem_region ne_user_mem_region) +{ + struct ne_user_memory_region mem_region = { + .flags = NE_DEFAULT_MEMORY_REGION, + .memory_size = ne_user_mem_region.memory_size, + .userspace_addr = (__u64)ne_user_mem_region.userspace_addr, + }; + int rc = -EINVAL; + + rc = ioctl(enclave_fd, NE_SET_USER_MEMORY_REGION, &mem_region); + if (rc < 0) { + switch (errno) { + case NE_ERR_NOT_IN_INIT_STATE: { + printf("Error in set user memory region, enclave not in init state\n"); + + break; + } + + case NE_ERR_INVALID_MEM_REGION_SIZE: { + printf("Error in set user memory region, mem size not multiple of 2 MiB\n"); + + break; + } + + case NE_ERR_INVALID_MEM_REGION_ADDR: { + printf("Error in set user memory region, invalid user space address\n"); + + break; + } + + case NE_ERR_UNALIGNED_MEM_REGION_ADDR: { + printf("Error in set user memory region, unaligned user space address\n"); + + break; + } + + case NE_ERR_MEM_REGION_ALREADY_USED: { + printf("Error in set user memory region, memory region already used\n"); + + break; + } + + case NE_ERR_MEM_NOT_HUGE_PAGE: { + printf("Error in set user memory region, not backed by huge pages\n"); + + break; + } + + case NE_ERR_MEM_DIFFERENT_NUMA_NODE: { + printf("Error in set user memory region, different NUMA node than CPUs\n"); + + break; + } + + case NE_ERR_MEM_MAX_REGIONS: { + printf("Error in set user memory region, max memory regions reached\n"); + + break; + } + + case NE_ERR_INVALID_PAGE_SIZE: { + printf("Error in set user memory region, has page not multiple of 2 MiB\n"); + + break; + } + + case NE_ERR_INVALID_FLAG_VALUE: { + printf("Error in set user memory region, provided invalid flag\n"); + + break; + } + + default: + printf("Error in set user memory region [%m]\n"); + } + + return rc; + } + + return 0; +} + +/** + * ne_free_mem_regions() - Unmap all the user space memory regions that were set + * aside for the enclave. + * @ne_user_mem_regions: The user space memory regions associated with an enclave. + * + * Context: Process context. + */ +static void ne_free_mem_regions(struct ne_user_mem_region ne_user_mem_regions[]) +{ + unsigned int i = 0; + + for (i = 0; i < NE_DEFAULT_NR_MEM_REGIONS; i++) + munmap(ne_user_mem_regions[i].userspace_addr, + ne_user_mem_regions[i].memory_size); +} + +/** + * ne_add_vcpu() - Add a vCPU to the given enclave. + * @enclave_fd : The file descriptor associated with the enclave. + * @vcpu_id: vCPU id to be set for the enclave, either provided or + * auto-generated (if provided vCPU id is 0). + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_add_vcpu(int enclave_fd, unsigned int *vcpu_id) +{ + int rc = -EINVAL; + + rc = ioctl(enclave_fd, NE_ADD_VCPU, vcpu_id); + if (rc < 0) { + switch (errno) { + case NE_ERR_NO_CPUS_AVAIL_IN_POOL: { + printf("Error in add vcpu, no CPUs available in the NE CPU pool\n"); + + break; + } + + case NE_ERR_VCPU_ALREADY_USED: { + printf("Error in add vcpu, the provided vCPU is already used\n"); + + break; + } + + case NE_ERR_VCPU_NOT_IN_CPU_POOL: { + printf("Error in add vcpu, the provided vCPU is not in the NE CPU pool\n"); + + break; + } + + case NE_ERR_VCPU_INVALID_CPU_CORE: { + printf("Error in add vcpu, the core id of the provided vCPU is invalid\n"); + + break; + } + + case NE_ERR_NOT_IN_INIT_STATE: { + printf("Error in add vcpu, enclave not in init state\n"); + + break; + } + + case NE_ERR_INVALID_VCPU: { + printf("Error in add vcpu, the provided vCPU is out of avail CPUs range\n"); + + break; + } + + default: + printf("Error in add vcpu [%m]\n"); + } + + return rc; + } + + return 0; +} + +/** + * ne_start_enclave() - Start the given enclave. + * @enclave_fd : The file descriptor associated with the enclave. + * @enclave_start_info : Enclave metadata used for starting e.g. vsock CID. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_start_enclave(int enclave_fd, struct ne_enclave_start_info *enclave_start_info) +{ + int rc = -EINVAL; + + rc = ioctl(enclave_fd, NE_START_ENCLAVE, enclave_start_info); + if (rc < 0) { + switch (errno) { + case NE_ERR_NOT_IN_INIT_STATE: { + printf("Error in start enclave, enclave not in init state\n"); + + break; + } + + case NE_ERR_NO_MEM_REGIONS_ADDED: { + printf("Error in start enclave, no memory regions have been added\n"); + + break; + } + + case NE_ERR_NO_VCPUS_ADDED: { + printf("Error in start enclave, no vCPUs have been added\n"); + + break; + } + + case NE_ERR_FULL_CORES_NOT_USED: { + printf("Error in start enclave, enclave has no full cores set\n"); + + break; + } + + case NE_ERR_ENCLAVE_MEM_MIN_SIZE: { + printf("Error in start enclave, enclave memory is less than min size\n"); + + break; + } + + case NE_ERR_INVALID_FLAG_VALUE: { + printf("Error in start enclave, provided invalid flag\n"); + + break; + } + + case NE_ERR_INVALID_ENCLAVE_CID: { + printf("Error in start enclave, provided invalid enclave CID\n"); + + break; + } + + default: + printf("Error in start enclave [%m]\n"); + } + + return rc; + } + + return 0; +} + +/** + * ne_start_enclave_check_booted() - Start the enclave and wait for a heartbeat + * from it, on a newly created vsock channel, + * to check it has booted. + * @enclave_fd : The file descriptor associated with the enclave. + * + * Context: Process context. + * Return: + * * 0 on success. + * * Negative return value on failure. + */ +static int ne_start_enclave_check_booted(int enclave_fd) +{ + struct sockaddr_vm client_vsock_addr = {}; + int client_vsock_fd = -1; + socklen_t client_vsock_len = sizeof(client_vsock_addr); + struct ne_enclave_start_info enclave_start_info = {}; + struct pollfd fds[1] = {}; + int rc = -EINVAL; + unsigned char recv_buf = 0; + struct sockaddr_vm server_vsock_addr = { + .svm_family = AF_VSOCK, + .svm_cid = NE_IMAGE_LOAD_HEARTBEAT_CID, + .svm_port = NE_IMAGE_LOAD_HEARTBEAT_PORT, + }; + int server_vsock_fd = -1; + + server_vsock_fd = socket(AF_VSOCK, SOCK_STREAM, 0); + if (server_vsock_fd < 0) { + rc = server_vsock_fd; + + printf("Error in socket [%m]\n"); + + return rc; + } + + rc = bind(server_vsock_fd, (struct sockaddr *)&server_vsock_addr, + sizeof(server_vsock_addr)); + if (rc < 0) { + printf("Error in bind [%m]\n"); + + goto out; + } + + rc = listen(server_vsock_fd, 1); + if (rc < 0) { + printf("Error in listen [%m]\n"); + + goto out; + } + + rc = ne_start_enclave(enclave_fd, &enclave_start_info); + if (rc < 0) + goto out; + + printf("Enclave started, CID %llu\n", enclave_start_info.enclave_cid); + + fds[0].fd = server_vsock_fd; + fds[0].events = POLLIN; + + rc = poll(fds, 1, NE_POLL_WAIT_TIME_MS); + if (rc < 0) { + printf("Error in poll [%m]\n"); + + goto out; + } + + if (!rc) { + printf("Poll timeout, %d seconds elapsed\n", NE_POLL_WAIT_TIME); + + rc = -ETIMEDOUT; + + goto out; + } + + if ((fds[0].revents & POLLIN) == 0) { + printf("Poll received value %d\n", fds[0].revents); + + rc = -EINVAL; + + goto out; + } + + rc = accept(server_vsock_fd, (struct sockaddr *)&client_vsock_addr, + &client_vsock_len); + if (rc < 0) { + printf("Error in accept [%m]\n"); + + goto out; + } + + client_vsock_fd = rc; + + /* + * Read the heartbeat value that the init process in the enclave sends + * after vsock connect. + */ + rc = read(client_vsock_fd, &recv_buf, sizeof(recv_buf)); + if (rc < 0) { + printf("Error in read [%m]\n"); + + goto out; + } + + if (rc != sizeof(recv_buf) || recv_buf != NE_IMAGE_LOAD_HEARTBEAT_VALUE) { + printf("Read %d instead of %d\n", recv_buf, + NE_IMAGE_LOAD_HEARTBEAT_VALUE); + + goto out; + } + + /* Write the heartbeat value back. */ + rc = write(client_vsock_fd, &recv_buf, sizeof(recv_buf)); + if (rc < 0) { + printf("Error in write [%m]\n"); + + goto out; + } + + rc = 0; + +out: + close(server_vsock_fd); + + return rc; +} + +int main(int argc, char *argv[]) +{ + int enclave_fd = -1; + unsigned int i = 0; + int ne_dev_fd = -1; + struct ne_user_mem_region ne_user_mem_regions[NE_DEFAULT_NR_MEM_REGIONS] = {}; + unsigned int ne_vcpus[NE_DEFAULT_NR_VCPUS] = {}; + int rc = -EINVAL; + pthread_t thread_id = 0; + unsigned long slot_uid = 0; + + if (argc != 2) { + printf("Usage: %s \n", argv[0]); + + exit(EXIT_FAILURE); + } + + if (strlen(argv[1]) >= PATH_MAX) { + printf("The size of the path to enclave image is higher than max path\n"); + + exit(EXIT_FAILURE); + } + + ne_dev_fd = open(NE_DEV_NAME, O_RDWR | O_CLOEXEC); + if (ne_dev_fd < 0) { + printf("Error in open NE device [%m]\n"); + + exit(EXIT_FAILURE); + } + + printf("Creating enclave slot ...\n"); + + rc = ne_create_vm(ne_dev_fd, &slot_uid, &enclave_fd); + + close(ne_dev_fd); + + if (rc < 0) + exit(EXIT_FAILURE); + + printf("Enclave fd %d\n", enclave_fd); + + rc = pthread_create(&thread_id, NULL, ne_poll_enclave_fd, (void *)&enclave_fd); + if (rc < 0) { + printf("Error in thread create [%m]\n"); + + close(enclave_fd); + + exit(EXIT_FAILURE); + } + + for (i = 0; i < NE_DEFAULT_NR_MEM_REGIONS; i++) { + ne_user_mem_regions[i].memory_size = NE_MIN_MEM_REGION_SIZE; + + rc = ne_alloc_user_mem_region(&ne_user_mem_regions[i]); + if (rc < 0) { + printf("Error in alloc userspace memory region, iter %d\n", i); + + goto release_enclave_fd; + } + } + + rc = ne_load_enclave_image(enclave_fd, ne_user_mem_regions, argv[1]); + if (rc < 0) + goto release_enclave_fd; + + for (i = 0; i < NE_DEFAULT_NR_MEM_REGIONS; i++) { + rc = ne_set_user_mem_region(enclave_fd, ne_user_mem_regions[i]); + if (rc < 0) { + printf("Error in set memory region, iter %d\n", i); + + goto release_enclave_fd; + } + } + + printf("Enclave memory regions were added\n"); + + for (i = 0; i < NE_DEFAULT_NR_VCPUS; i++) { + /* + * The vCPU is chosen from the enclave vCPU pool, if the value + * of the vcpu_id is 0. + */ + ne_vcpus[i] = 0; + rc = ne_add_vcpu(enclave_fd, &ne_vcpus[i]); + if (rc < 0) { + printf("Error in add vcpu, iter %d\n", i); + + goto release_enclave_fd; + } + + printf("Added vCPU %d to the enclave\n", ne_vcpus[i]); + } + + printf("Enclave vCPUs were added\n"); + + rc = ne_start_enclave_check_booted(enclave_fd); + if (rc < 0) { + printf("Error in the enclave start / image loading heartbeat logic [rc=%d]\n", rc); + + goto release_enclave_fd; + } + + printf("Entering sleep for %d seconds ...\n", NE_SLEEP_TIME); + + sleep(NE_SLEEP_TIME); + + close(enclave_fd); + + ne_free_mem_regions(ne_user_mem_regions); + + exit(EXIT_SUCCESS); + +release_enclave_fd: + close(enclave_fd); + ne_free_mem_regions(ne_user_mem_regions); + + exit(EXIT_FAILURE); +} diff --git a/scripts/gcc-plugins/stackleak_plugin.c b/scripts/gcc-plugins/stackleak_plugin.c index dbd37460c573e..f46abb315010d 100644 --- a/scripts/gcc-plugins/stackleak_plugin.c +++ b/scripts/gcc-plugins/stackleak_plugin.c @@ -262,6 +262,23 @@ static unsigned int stackleak_cleanup_execute(void) return 0; } +/* + * STRING_CST may or may not be NUL terminated: + * https://gcc.gnu.org/onlinedocs/gccint/Constant-expressions.html + */ +static inline bool string_equal(tree node, const char *string, int length) +{ + if (TREE_STRING_LENGTH(node) < length) + return false; + if (TREE_STRING_LENGTH(node) > length + 1) + return false; + if (TREE_STRING_LENGTH(node) == length + 1 && + TREE_STRING_POINTER(node)[length] != '\0') + return false; + return !memcmp(TREE_STRING_POINTER(node), string, length); +} +#define STRING_EQUAL(node, str) string_equal(node, str, strlen(str)) + static bool stackleak_gate(void) { tree section; @@ -271,13 +288,13 @@ static bool stackleak_gate(void) if (section && TREE_VALUE(section)) { section = TREE_VALUE(TREE_VALUE(section)); - if (!strncmp(TREE_STRING_POINTER(section), ".init.text", 10)) + if (STRING_EQUAL(section, ".init.text")) return false; - if (!strncmp(TREE_STRING_POINTER(section), ".devinit.text", 13)) + if (STRING_EQUAL(section, ".devinit.text")) return false; - if (!strncmp(TREE_STRING_POINTER(section), ".cpuinit.text", 13)) + if (STRING_EQUAL(section, ".cpuinit.text")) return false; - if (!strncmp(TREE_STRING_POINTER(section), ".meminit.text", 13)) + if (STRING_EQUAL(section, ".meminit.text")) return false; } diff --git a/security/keys/keyctl_pkey.c b/security/keys/keyctl_pkey.c index 931d8dfb4a7f4..63e5c646f7620 100644 --- a/security/keys/keyctl_pkey.c +++ b/security/keys/keyctl_pkey.c @@ -135,15 +135,23 @@ static int keyctl_pkey_params_get_2(const struct keyctl_pkey_params __user *_par switch (op) { case KEYCTL_PKEY_ENCRYPT: + if (uparams.in_len > info.max_dec_size || + uparams.out_len > info.max_enc_size) + return -EINVAL; + break; case KEYCTL_PKEY_DECRYPT: if (uparams.in_len > info.max_enc_size || uparams.out_len > info.max_dec_size) return -EINVAL; break; case KEYCTL_PKEY_SIGN: + if (uparams.in_len > info.max_data_size || + uparams.out_len > info.max_sig_size) + return -EINVAL; + break; case KEYCTL_PKEY_VERIFY: - if (uparams.in_len > info.max_sig_size || - uparams.out_len > info.max_data_size) + if (uparams.in_len > info.max_data_size || + uparams.in2_len > info.max_sig_size) return -EINVAL; break; default: @@ -151,7 +159,7 @@ static int keyctl_pkey_params_get_2(const struct keyctl_pkey_params __user *_par } params->in_len = uparams.in_len; - params->out_len = uparams.out_len; + params->out_len = uparams.out_len; /* Note: same as in2_len */ return 0; } diff --git a/security/lockdown/lockdown.c b/security/lockdown/lockdown.c index 50e20e4d11339..ea5ee2c2223cf 100644 --- a/security/lockdown/lockdown.c +++ b/security/lockdown/lockdown.c @@ -33,6 +33,7 @@ static const char *const lockdown_reasons[LOCKDOWN_CONFIDENTIALITY_MAX+1] = { [LOCKDOWN_MMIOTRACE] = "unsafe mmio", [LOCKDOWN_DEBUGFS] = "debugfs access", [LOCKDOWN_XMON_WR] = "xmon write access", + [LOCKDOWN_KGDB] = "KDB or KGDB access", [LOCKDOWN_INTEGRITY_MAX] = "integrity", [LOCKDOWN_KCORE] = "/proc/kcore access", [LOCKDOWN_KPROBES] = "use of kprobes", diff --git a/security/security.c b/security/security.c index 5e130df8f6612..31faf0b8443bd 100644 --- a/security/security.c +++ b/security/security.c @@ -880,9 +880,22 @@ int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc) return call_int_hook(fs_context_dup, 0, fc, src_fc); } -int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param) +int security_fs_context_parse_param(struct fs_context *fc, + struct fs_parameter *param) { - return call_int_hook(fs_context_parse_param, -ENOPARAM, fc, param); + struct security_hook_list *hp; + int trc; + int rc = -ENOPARAM; + + hlist_for_each_entry(hp, &security_hook_heads.fs_context_parse_param, + list) { + trc = hp->hook.fs_context_parse_param(fc, param); + if (trc == 0) + rc = 0; + else if (trc != -ENOPARAM) + return trc; + } + return rc; } int security_sb_alloc(struct super_block *sb) diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 847b5f7fc002d..6d23824d46fa4 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2855,10 +2855,9 @@ static int selinux_fs_context_parse_param(struct fs_context *fc, return opt; rc = selinux_add_opt(opt, param->string, &fc->security); - if (!rc) { + if (!rc) param->string = NULL; - rc = 1; - } + return rc; } diff --git a/security/selinux/xfrm.c b/security/selinux/xfrm.c index 7314196185d15..00e95f8bd7c73 100644 --- a/security/selinux/xfrm.c +++ b/security/selinux/xfrm.c @@ -346,7 +346,7 @@ int selinux_xfrm_state_alloc_acquire(struct xfrm_state *x, int rc; struct xfrm_sec_ctx *ctx; char *ctx_str = NULL; - int str_len; + u32 str_len; if (!polsec) return 0; diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index 182dd1b74ff64..86348173b41d8 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c @@ -2494,7 +2494,7 @@ static int smk_ipv6_check(struct smack_known *subject, #ifdef CONFIG_AUDIT smk_ad_init_net(&ad, __func__, LSM_AUDIT_DATA_NET, &net); ad.a.u.net->family = PF_INET6; - ad.a.u.net->dport = ntohs(address->sin6_port); + ad.a.u.net->dport = address->sin6_port; if (act == SMK_RECEIVING) ad.a.u.net->v6info.saddr = address->sin6_addr; else diff --git a/security/tomoyo/load_policy.c b/security/tomoyo/load_policy.c index 3445ae6fd4794..363b65be87ab7 100644 --- a/security/tomoyo/load_policy.c +++ b/security/tomoyo/load_policy.c @@ -24,7 +24,7 @@ static const char *tomoyo_loader; static int __init tomoyo_loader_setup(char *str) { tomoyo_loader = str; - return 0; + return 1; } __setup("TOMOYO_loader=", tomoyo_loader_setup); @@ -64,7 +64,7 @@ static const char *tomoyo_trigger; static int __init tomoyo_trigger_setup(char *str) { tomoyo_trigger = str; - return 0; + return 1; } __setup("TOMOYO_trigger=", tomoyo_trigger_setup); diff --git a/sound/core/oss/pcm_oss.c b/sound/core/oss/pcm_oss.c index 841c0a12cc929..ad4e0af2d0d03 100644 --- a/sound/core/oss/pcm_oss.c +++ b/sound/core/oss/pcm_oss.c @@ -774,6 +774,11 @@ static int snd_pcm_oss_period_size(struct snd_pcm_substream *substream, if (oss_period_size < 16) return -EINVAL; + + /* don't allocate too large period; 1MB period must be enough */ + if (oss_period_size > 1024 * 1024) + return -ENOMEM; + runtime->oss.period_bytes = oss_period_size; runtime->oss.period_frames = 1; runtime->oss.periods = oss_periods; @@ -1045,10 +1050,9 @@ static int snd_pcm_oss_change_params_locked(struct snd_pcm_substream *substream) goto failure; } #endif - oss_period_size *= oss_frame_size; - - oss_buffer_size = oss_period_size * runtime->oss.periods; - if (oss_buffer_size < 0) { + oss_period_size = array_size(oss_period_size, oss_frame_size); + oss_buffer_size = array_size(oss_period_size, runtime->oss.periods); + if (oss_buffer_size <= 0) { err = -EINVAL; goto failure; } diff --git a/sound/core/oss/pcm_plugin.c b/sound/core/oss/pcm_plugin.c index da400da1fafe6..8b7bbabeea24b 100644 --- a/sound/core/oss/pcm_plugin.c +++ b/sound/core/oss/pcm_plugin.c @@ -61,7 +61,10 @@ static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t } if ((width = snd_pcm_format_physical_width(format->format)) < 0) return width; - size = frames * format->channels * width; + size = array3_size(frames, format->channels, width); + /* check for too large period size once again */ + if (size > 1024 * 1024) + return -ENOMEM; if (snd_BUG_ON(size % 8)) return -ENXIO; size /= 8; diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 0c5b7a54ca81c..dbe9a65cc1d45 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -1656,21 +1656,25 @@ static int snd_pcm_do_reset(struct snd_pcm_substream *substream, int state) int err = substream->ops->ioctl(substream, SNDRV_PCM_IOCTL1_RESET, NULL); if (err < 0) return err; + snd_pcm_stream_lock_irq(substream); runtime->hw_ptr_base = 0; runtime->hw_ptr_interrupt = runtime->status->hw_ptr - runtime->status->hw_ptr % runtime->period_size; runtime->silence_start = runtime->status->hw_ptr; runtime->silence_filled = 0; + snd_pcm_stream_unlock_irq(substream); return 0; } static void snd_pcm_post_reset(struct snd_pcm_substream *substream, int state) { struct snd_pcm_runtime *runtime = substream->runtime; + snd_pcm_stream_lock_irq(substream); runtime->control->appl_ptr = runtime->status->hw_ptr; if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK && runtime->silence_size > 0) snd_pcm_playback_silence(substream, ULONG_MAX); + snd_pcm_stream_unlock_irq(substream); } static const struct action_ops snd_pcm_action_reset = { diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c index bbfbebf4affbc..df44dd5dc4b22 100644 --- a/sound/firewire/fcp.c +++ b/sound/firewire/fcp.c @@ -240,9 +240,7 @@ int fcp_avc_transaction(struct fw_unit *unit, t.response_match_bytes = response_match_bytes; t.state = STATE_PENDING; init_waitqueue_head(&t.wait); - - if (*(const u8 *)command == 0x00 || *(const u8 *)command == 0x03) - t.deferrable = true; + t.deferrable = (*(const u8 *)command == 0x00 || *(const u8 *)command == 0x03); spin_lock_irq(&transactions_lock); list_add_tail(&t.list, &transactions); diff --git a/sound/isa/cs423x/cs4236.c b/sound/isa/cs423x/cs4236.c index fa3c39cff5f85..9ee3a312c6793 100644 --- a/sound/isa/cs423x/cs4236.c +++ b/sound/isa/cs423x/cs4236.c @@ -544,7 +544,7 @@ static int snd_cs423x_pnpbios_detect(struct pnp_dev *pdev, static int dev; int err; struct snd_card *card; - struct pnp_dev *cdev; + struct pnp_dev *cdev, *iter; char cid[PNP_ID_LEN]; if (pnp_device_is_isapnp(pdev)) @@ -560,9 +560,11 @@ static int snd_cs423x_pnpbios_detect(struct pnp_dev *pdev, strcpy(cid, pdev->id[0].id); cid[5] = '1'; cdev = NULL; - list_for_each_entry(cdev, &(pdev->protocol->devices), protocol_list) { - if (!strcmp(cdev->id[0].id, cid)) + list_for_each_entry(iter, &(pdev->protocol->devices), protocol_list) { + if (!strcmp(iter->id[0].id, cid)) { + cdev = iter; break; + } } err = snd_cs423x_card_new(&pdev->dev, dev, &card); if (err < 0) diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index 66f6c3bf08e31..6fb192a94762f 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c @@ -938,8 +938,8 @@ static int snd_ac97_ad18xx_pcm_get_volume(struct snd_kcontrol *kcontrol, struct int codec = kcontrol->private_value & 3; mutex_lock(&ac97->page_mutex); - ucontrol->value.integer.value[0] = 31 - ((ac97->spec.ad18xx.pcmreg[codec] >> 0) & 31); - ucontrol->value.integer.value[1] = 31 - ((ac97->spec.ad18xx.pcmreg[codec] >> 8) & 31); + ucontrol->value.integer.value[0] = 31 - ((ac97->spec.ad18xx.pcmreg[codec] >> 8) & 31); + ucontrol->value.integer.value[1] = 31 - ((ac97->spec.ad18xx.pcmreg[codec] >> 0) & 31); mutex_unlock(&ac97->page_mutex); return 0; } diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index df720881eb991..db9d89ba36587 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c @@ -302,7 +302,6 @@ MODULE_PARM_DESC(joystick_port, "Joystick port address."); #define CM_MICGAINZ 0x01 /* mic boost */ #define CM_MICGAINZ_SHIFT 0 -#define CM_REG_MIXER3 0x24 #define CM_REG_AUX_VOL 0x26 #define CM_VAUXL_MASK 0xf0 #define CM_VAUXR_MASK 0x0f @@ -3310,7 +3309,7 @@ static void snd_cmipci_remove(struct pci_dev *pci) */ static unsigned char saved_regs[] = { CM_REG_FUNCTRL1, CM_REG_CHFORMAT, CM_REG_LEGACY_CTRL, CM_REG_MISC_CTRL, - CM_REG_MIXER0, CM_REG_MIXER1, CM_REG_MIXER2, CM_REG_MIXER3, CM_REG_PLL, + CM_REG_MIXER0, CM_REG_MIXER1, CM_REG_MIXER2, CM_REG_AUX_VOL, CM_REG_PLL, CM_REG_CH0_FRAME1, CM_REG_CH0_FRAME2, CM_REG_CH1_FRAME1, CM_REG_CH1_FRAME2, CM_REG_EXT_MISC, CM_REG_INT_STATUS, CM_REG_INT_HLDCLR, CM_REG_FUNCTRL0, diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2ffd0bb1f2be0..c02cef8130023 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -3558,8 +3558,8 @@ static void alc256_shutup(struct hda_codec *codec) /* If disable 3k pulldown control for alc257, the Mic detection will not work correctly * when booting with headset plugged. So skip setting it for the codec alc257 */ - if (spec->codec_variant != ALC269_TYPE_ALC257 && - spec->codec_variant != ALC269_TYPE_ALC256) + if (codec->core.vendor_id != 0x10ec0236 && + codec->core.vendor_id != 0x10ec0257) alc_update_coef_idx(codec, 0x46, 0, 3 << 12); if (!spec->no_shutup_pins) @@ -6512,6 +6512,7 @@ enum { ALC236_FIXUP_HP_GPIO_LED, ALC236_FIXUP_HP_MUTE_LED, ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, + ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, ALC295_FIXUP_ASUS_MIC_NO_PRESENCE, ALC285_FIXUP_HP_GPIO_AMP_INIT, ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS, @@ -7805,6 +7806,14 @@ static const struct hda_fixup alc269_fixups[] = { { } }, }, + [ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET] = { + .type = HDA_FIXUP_VERBS, + .v.verbs = (const struct hda_verb[]) { + { 0x20, AC_VERB_SET_COEF_INDEX, 0x08}, + { 0x20, AC_VERB_SET_PROC_COEF, 0x2fcf}, + { } + }, + }, [ALC295_FIXUP_ASUS_MIC_NO_PRESENCE] = { .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { @@ -8372,6 +8381,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS), SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401), + SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2), SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), @@ -8405,6 +8415,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8), SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), + SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC), @@ -8732,6 +8743,7 @@ static const struct hda_model_fixup alc269_fixup_models[] = { {.id = ALC298_FIXUP_HUAWEI_MBX_STEREO, .name = "huawei-mbx-stereo"}, {.id = ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE, .name = "alc256-medion-headset"}, {.id = ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, .name = "alc298-samsung-headphone"}, + {.id = ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, .name = "alc256-samsung-headphone"}, {.id = ALC255_FIXUP_XIAOMI_HEADSET_MIC, .name = "alc255-xiaomi-headset"}, {.id = ALC274_FIXUP_HP_MIC, .name = "alc274-hp-mic-detect"}, {.id = ALC295_FIXUP_HP_OMEN, .name = "alc295-hp-omen"}, @@ -10369,6 +10381,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x069f, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800), SND_PCI_QUIRK(0x103c, 0x873e, "HP", ALC671_FIXUP_HP_HEADSET_MIC2), + SND_PCI_QUIRK(0x103c, 0x885f, "HP 288 Pro G8", ALC671_FIXUP_HP_HEADSET_MIC2), SND_PCI_QUIRK(0x1043, 0x1080, "Asus UX501VW", ALC668_FIXUP_HEADSET_MODE), SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_ASUS_Nx50), SND_PCI_QUIRK(0x1043, 0x129d, "Asus N750", ALC662_FIXUP_ASUS_Nx50), diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index ca603397651c0..1e0973322cd00 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c @@ -280,7 +280,10 @@ static int atmel_ssc_startup(struct snd_pcm_substream *substream, /* Enable PMC peripheral clock for this SSC */ pr_debug("atmel_ssc_dai: Starting clock\n"); - clk_enable(ssc_p->ssc->clk); + ret = clk_enable(ssc_p->ssc->clk); + if (ret) + return ret; + ssc_p->mck_rate = clk_get_rate(ssc_p->ssc->clk); /* Reset the SSC unless initialized to keep it in a clean state */ diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index b1bef2bf142dc..05277a88e20d8 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -214,6 +214,7 @@ static int at91sam9g20ek_audio_probe(struct platform_device *pdev) cpu_np = of_parse_phandle(np, "atmel,ssc-controller", 0); if (!cpu_np) { dev_err(&pdev->dev, "dai and pcm info missing\n"); + of_node_put(codec_np); return -EINVAL; } at91sam9g20ek_dai.cpus->of_node = cpu_np; diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 229cc89f8c5a5..466dc67799f4c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -586,21 +586,26 @@ config SND_SOC_CS4349 config SND_SOC_CS47L15 tristate + depends on MFD_CS47L15 config SND_SOC_CS47L24 tristate config SND_SOC_CS47L35 tristate + depends on MFD_CS47L35 config SND_SOC_CS47L85 tristate + depends on MFD_CS47L85 config SND_SOC_CS47L90 tristate + depends on MFD_CS47L90 config SND_SOC_CS47L92 tristate + depends on MFD_CS47L92 # Cirrus Logic Quad-Channel ADC config SND_SOC_CS53L30 diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c index 2fb65f246b0cf..77af5b67b9bb4 100644 --- a/sound/soc/codecs/cs4265.c +++ b/sound/soc/codecs/cs4265.c @@ -150,7 +150,6 @@ static const struct snd_kcontrol_new cs4265_snd_controls[] = { SOC_SINGLE("E to F Buffer Disable Switch", CS4265_SPDIF_CTL1, 6, 1, 0), SOC_ENUM("C Data Access", cam_mode_enum), - SOC_SINGLE("SPDIF Switch", CS4265_SPDIF_CTL2, 5, 1, 1), SOC_SINGLE("Validity Bit Control Switch", CS4265_SPDIF_CTL2, 3, 1, 0), SOC_ENUM("SPDIF Mono/Stereo", spdif_mono_stereo_enum), @@ -186,7 +185,7 @@ static const struct snd_soc_dapm_widget cs4265_dapm_widgets[] = { SND_SOC_DAPM_SWITCH("Loopback", SND_SOC_NOPM, 0, 0, &loopback_ctl), - SND_SOC_DAPM_SWITCH("SPDIF", SND_SOC_NOPM, 0, 0, + SND_SOC_DAPM_SWITCH("SPDIF", CS4265_SPDIF_CTL2, 5, 1, &spdif_switch), SND_SOC_DAPM_SWITCH("DAC", CS4265_PWRCTL, 1, 1, &dac_switch), diff --git a/sound/soc/codecs/msm8916-wcd-analog.c b/sound/soc/codecs/msm8916-wcd-analog.c index 337bddb7c2a49..5a8eedea6be03 100644 --- a/sound/soc/codecs/msm8916-wcd-analog.c +++ b/sound/soc/codecs/msm8916-wcd-analog.c @@ -1195,8 +1195,10 @@ static int pm8916_wcd_analog_spmi_probe(struct platform_device *pdev) } irq = platform_get_irq_byname(pdev, "mbhc_switch_int"); - if (irq < 0) - return irq; + if (irq < 0) { + ret = irq; + goto err_disable_clk; + } ret = devm_request_threaded_irq(dev, irq, NULL, pm8916_mbhc_switch_irq_handler, @@ -1208,8 +1210,10 @@ static int pm8916_wcd_analog_spmi_probe(struct platform_device *pdev) if (priv->mbhc_btn_enabled) { irq = platform_get_irq_byname(pdev, "mbhc_but_press_det"); - if (irq < 0) - return irq; + if (irq < 0) { + ret = irq; + goto err_disable_clk; + } ret = devm_request_threaded_irq(dev, irq, NULL, mbhc_btn_press_irq_handler, @@ -1220,8 +1224,10 @@ static int pm8916_wcd_analog_spmi_probe(struct platform_device *pdev) dev_err(dev, "cannot request mbhc button press irq\n"); irq = platform_get_irq_byname(pdev, "mbhc_but_rel_det"); - if (irq < 0) - return irq; + if (irq < 0) { + ret = irq; + goto err_disable_clk; + } ret = devm_request_threaded_irq(dev, irq, NULL, mbhc_btn_release_irq_handler, @@ -1238,6 +1244,10 @@ static int pm8916_wcd_analog_spmi_probe(struct platform_device *pdev) return devm_snd_soc_register_component(dev, &pm8916_wcd_analog, pm8916_wcd_analog_dai, ARRAY_SIZE(pm8916_wcd_analog_dai)); + +err_disable_clk: + clk_disable_unprepare(priv->mclk); + return ret; } static int pm8916_wcd_analog_spmi_remove(struct platform_device *pdev) diff --git a/sound/soc/codecs/msm8916-wcd-digital.c b/sound/soc/codecs/msm8916-wcd-digital.c index 09fccacadd6b1..d5269ab5f91c5 100644 --- a/sound/soc/codecs/msm8916-wcd-digital.c +++ b/sound/soc/codecs/msm8916-wcd-digital.c @@ -1201,7 +1201,7 @@ static int msm8916_wcd_digital_probe(struct platform_device *pdev) ret = clk_prepare_enable(priv->mclk); if (ret < 0) { dev_err(dev, "failed to enable mclk %d\n", ret); - return ret; + goto err_clk; } dev_set_drvdata(dev, priv); @@ -1209,6 +1209,9 @@ static int msm8916_wcd_digital_probe(struct platform_device *pdev) return devm_snd_soc_register_component(dev, &msm8916_wcd_digital, msm8916_wcd_digital_dai, ARRAY_SIZE(msm8916_wcd_digital_dai)); +err_clk: + clk_disable_unprepare(priv->ahbclk); + return ret; } static int msm8916_wcd_digital_remove(struct platform_device *pdev) diff --git a/sound/soc/codecs/mt6358.c b/sound/soc/codecs/mt6358.c index bb737fd678cc6..494ba0eeb4336 100644 --- a/sound/soc/codecs/mt6358.c +++ b/sound/soc/codecs/mt6358.c @@ -103,6 +103,7 @@ int mt6358_set_mtkaif_protocol(struct snd_soc_component *cmpnt, priv->mtkaif_protocol = mtkaif_protocol; return 0; } +EXPORT_SYMBOL_GPL(mt6358_set_mtkaif_protocol); static void playback_gpio_set(struct mt6358_priv *priv) { @@ -269,6 +270,7 @@ int mt6358_mtkaif_calibration_enable(struct snd_soc_component *cmpnt) 1 << RG_AUD_PAD_TOP_DAT_MISO_LOOPBACK_SFT); return 0; } +EXPORT_SYMBOL_GPL(mt6358_mtkaif_calibration_enable); int mt6358_mtkaif_calibration_disable(struct snd_soc_component *cmpnt) { @@ -292,6 +294,7 @@ int mt6358_mtkaif_calibration_disable(struct snd_soc_component *cmpnt) capture_gpio_reset(priv); return 0; } +EXPORT_SYMBOL_GPL(mt6358_mtkaif_calibration_disable); int mt6358_set_mtkaif_calibration_phase(struct snd_soc_component *cmpnt, int phase_1, int phase_2) @@ -306,6 +309,7 @@ int mt6358_set_mtkaif_calibration_phase(struct snd_soc_component *cmpnt, phase_2 << RG_AUD_PAD_TOP_PHASE_MODE2_SFT); return 0; } +EXPORT_SYMBOL_GPL(mt6358_set_mtkaif_calibration_phase); /* dl pga gain */ enum { diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c index 3610be1590fcc..19e2f622718d6 100644 --- a/sound/soc/codecs/rt5663.c +++ b/sound/soc/codecs/rt5663.c @@ -3478,6 +3478,8 @@ static int rt5663_parse_dp(struct rt5663_priv *rt5663, struct device *dev) table_size = sizeof(struct impedance_mapping_table) * rt5663->pdata.impedance_sensing_num; rt5663->imp_table = devm_kzalloc(dev, table_size, GFP_KERNEL); + if (!rt5663->imp_table) + return -ENOMEM; ret = device_property_read_u32_array(dev, "realtek,impedance_sensing_table", (u32 *)rt5663->imp_table, table_size); diff --git a/sound/soc/codecs/rt5668.c b/sound/soc/codecs/rt5668.c index 5716cede99cb4..acc2b34ca334a 100644 --- a/sound/soc/codecs/rt5668.c +++ b/sound/soc/codecs/rt5668.c @@ -1022,11 +1022,13 @@ static void rt5668_jack_detect_handler(struct work_struct *work) container_of(work, struct rt5668_priv, jack_detect_work.work); int val, btn_type; - while (!rt5668->component) - usleep_range(10000, 15000); - - while (!rt5668->component->card->instantiated) - usleep_range(10000, 15000); + if (!rt5668->component || !rt5668->component->card || + !rt5668->component->card->instantiated) { + /* card not yet ready, try later */ + mod_delayed_work(system_power_efficient_wq, + &rt5668->jack_detect_work, msecs_to_jiffies(15)); + return; + } mutex_lock(&rt5668->calibrate_mutex); diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c index 05e883a65d7a7..a8cf4c7451304 100644 --- a/sound/soc/codecs/rt5682.c +++ b/sound/soc/codecs/rt5682.c @@ -1052,11 +1052,13 @@ static void rt5682_jack_detect_handler(struct work_struct *work) container_of(work, struct rt5682_priv, jack_detect_work.work); int val, btn_type; - while (!rt5682->component) - usleep_range(10000, 15000); - - while (!rt5682->component->card->instantiated) - usleep_range(10000, 15000); + if (!rt5682->component || !rt5682->component->card || + !rt5682->component->card->instantiated) { + /* card not yet ready, try later */ + mod_delayed_work(system_power_efficient_wq, + &rt5682->jack_detect_work, msecs_to_jiffies(15)); + return; + } mutex_lock(&rt5682->calibrate_mutex); diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index fe99584c917f8..9cd91bb0a9022 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c @@ -1535,18 +1535,38 @@ static int wm8350_component_probe(struct snd_soc_component *component) wm8350_clear_bits(wm8350, WM8350_JACK_DETECT, WM8350_JDL_ENA | WM8350_JDR_ENA); - wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_L, + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_L, wm8350_hpl_jack_handler, 0, "Left jack detect", priv); - wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_R, + if (ret != 0) + goto err; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_R, wm8350_hpr_jack_handler, 0, "Right jack detect", priv); - wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_MICSCD, + if (ret != 0) + goto free_jck_det_l; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_MICSCD, wm8350_mic_handler, 0, "Microphone short", priv); - wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_MICD, + if (ret != 0) + goto free_jck_det_r; + + ret = wm8350_register_irq(wm8350, WM8350_IRQ_CODEC_MICD, wm8350_mic_handler, 0, "Microphone detect", priv); + if (ret != 0) + goto free_micscd; return 0; + +free_micscd: + wm8350_free_irq(wm8350, WM8350_IRQ_CODEC_MICSCD, priv); +free_jck_det_r: + wm8350_free_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_R, priv); +free_jck_det_l: + wm8350_free_irq(wm8350, WM8350_IRQ_CODEC_JCK_DET_L, priv); +err: + return ret; } static void wm8350_component_remove(struct snd_soc_component *component) diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c index fad1eb6253d53..9e602c3456196 100644 --- a/sound/soc/fsl/imx-es8328.c +++ b/sound/soc/fsl/imx-es8328.c @@ -87,6 +87,7 @@ static int imx_es8328_probe(struct platform_device *pdev) if (int_port > MUX_PORT_MAX || int_port == 0) { dev_err(dev, "mux-int-port: hardware only has %d mux ports\n", MUX_PORT_MAX); + ret = -EINVAL; goto fail; } diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c index 1e38ce8583262..cb1b525cbe9de 100644 --- a/sound/soc/mxs/mxs-saif.c +++ b/sound/soc/mxs/mxs-saif.c @@ -455,7 +455,10 @@ static int mxs_saif_hw_params(struct snd_pcm_substream *substream, * basic clock which should be fast enough for the internal * logic. */ - clk_enable(saif->clk); + ret = clk_enable(saif->clk); + if (ret) + return ret; + ret = clk_set_rate(saif->clk, 24000000); clk_disable(saif->clk); if (ret) diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c index 9841e1da97826..8282fe6d00dd4 100644 --- a/sound/soc/mxs/mxs-sgtl5000.c +++ b/sound/soc/mxs/mxs-sgtl5000.c @@ -118,6 +118,9 @@ static int mxs_sgtl5000_probe(struct platform_device *pdev) codec_np = of_parse_phandle(np, "audio-codec", 0); if (!saif_np[0] || !saif_np[1] || !codec_np) { dev_err(&pdev->dev, "phandle missing or invalid\n"); + of_node_put(codec_np); + of_node_put(saif_np[0]); + of_node_put(saif_np[1]); return -EINVAL; } diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 3447dbdba1f17..6ac7df30a2890 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -816,14 +816,27 @@ static int fsi_clk_enable(struct device *dev, return ret; } - clk_enable(clock->xck); - clk_enable(clock->ick); - clk_enable(clock->div); + ret = clk_enable(clock->xck); + if (ret) + goto err; + ret = clk_enable(clock->ick); + if (ret) + goto disable_xck; + ret = clk_enable(clock->div); + if (ret) + goto disable_ick; clock->count++; } return ret; + +disable_ick: + clk_disable(clock->ick); +disable_xck: + clk_disable(clock->xck); +err: + return ret; } static int fsi_clk_disable(struct device *dev, diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 9e54d8ae6d2cf..da6e40aef7b6e 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -871,6 +871,11 @@ int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num) return -EINVAL; } + if (!codec_dai) { + dev_err(rtd->card->dev, "Missing codec\n"); + return -EINVAL; + } + /* check client and interface hw capabilities */ if (snd_soc_dai_stream_valid(codec_dai, SNDRV_PCM_STREAM_PLAYBACK) && snd_soc_dai_stream_valid(cpu_dai, SNDRV_PCM_STREAM_PLAYBACK)) diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 8dfd3d9dd1a6e..d68a806f545c3 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -3360,7 +3360,7 @@ int snd_soc_get_dai_name(struct of_phandle_args *args, for_each_component(pos) { component_of_node = soc_component_to_node(pos); - if (component_of_node != args->np) + if (component_of_node != args->np || !pos->num_dai) continue; ret = snd_soc_component_of_xlate_dai_name(pos, args, dai_name); diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index 5552c66ca6422..ca4b17bd95d14 100644 --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c @@ -91,10 +91,10 @@ static int dmaengine_pcm_hw_params(struct snd_pcm_substream *substream, memset(&slave_config, 0, sizeof(slave_config)); - if (!pcm->config) - prepare_slave_config = snd_dmaengine_pcm_prepare_slave_config; - else + if (pcm->config && pcm->config->prepare_slave_config) prepare_slave_config = pcm->config->prepare_slave_config; + else + prepare_slave_config = snd_dmaengine_pcm_prepare_slave_config; if (prepare_slave_config) { ret = prepare_slave_config(substream, params, &slave_config); diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c index f5dcd625e4355..c88bc6bb41cfe 100644 --- a/sound/soc/soc-ops.c +++ b/sound/soc/soc-ops.c @@ -323,7 +323,7 @@ int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, mask = BIT(sign_bit + 1) - 1; val = ucontrol->value.integer.value[0]; - if (mc->platform_max && val > mc->platform_max) + if (mc->platform_max && ((int)val + min) > mc->platform_max) return -EINVAL; if (val > max - min) return -EINVAL; @@ -336,7 +336,7 @@ int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, val = val << shift; if (snd_soc_volsw_is_stereo(mc)) { val2 = ucontrol->value.integer.value[1]; - if (mc->platform_max && val2 > mc->platform_max) + if (mc->platform_max && ((int)val2 + min) > mc->platform_max) return -EINVAL; if (val2 > max - min) return -EINVAL; diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index 21f859e56b700..870b002293535 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -587,7 +587,8 @@ static int soc_tplg_kcontrol_bind_io(struct snd_soc_tplg_ctl_hdr *hdr, if (le32_to_cpu(hdr->ops.info) == SND_SOC_TPLG_CTL_BYTES && k->iface & SNDRV_CTL_ELEM_IFACE_MIXER - && k->access & SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE + && (k->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ + || k->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) && k->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { struct soc_bytes_ext *sbe; struct snd_soc_tplg_bytes_control *be; diff --git a/sound/soc/sof/intel/hda-loader.c b/sound/soc/sof/intel/hda-loader.c index 356bb134ae93a..7573f3f9f0f21 100644 --- a/sound/soc/sof/intel/hda-loader.c +++ b/sound/soc/sof/intel/hda-loader.c @@ -50,7 +50,7 @@ static int cl_stream_prepare(struct snd_sof_dev *sdev, unsigned int format, ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, &pci->dev, size, dmab); if (ret < 0) { dev_err(sdev->dev, "error: memory alloc failed: %x\n", ret); - goto error; + goto out_put; } hstream->period_bytes = 0;/* initialize period_bytes */ @@ -60,16 +60,17 @@ static int cl_stream_prepare(struct snd_sof_dev *sdev, unsigned int format, ret = hda_dsp_stream_hw_params(sdev, dsp_stream, dmab, NULL); if (ret < 0) { dev_err(sdev->dev, "error: hdac prepare failed: %x\n", ret); - goto error; + goto out_free; } hda_dsp_stream_spib_config(sdev, dsp_stream, HDA_DSP_SPIB_ENABLE, size); return hstream->stream_tag; -error: - hda_dsp_stream_put(sdev, direction, hstream->stream_tag); +out_free: snd_dma_free_pages(dmab); +out_put: + hda_dsp_stream_put(sdev, direction, hstream->stream_tag); return ret; } diff --git a/sound/soc/sti/uniperif_player.c b/sound/soc/sti/uniperif_player.c index 2ed92c990b97c..dd9013c476649 100644 --- a/sound/soc/sti/uniperif_player.c +++ b/sound/soc/sti/uniperif_player.c @@ -91,7 +91,7 @@ static irqreturn_t uni_player_irq_handler(int irq, void *dev_id) SET_UNIPERIF_ITM_BCLR_FIFO_ERROR(player); /* Stop the player */ - snd_pcm_stop_xrun(player->substream); + snd_pcm_stop(player->substream, SNDRV_PCM_STATE_XRUN); } ret = IRQ_HANDLED; @@ -105,7 +105,7 @@ static irqreturn_t uni_player_irq_handler(int irq, void *dev_id) SET_UNIPERIF_ITM_BCLR_DMA_ERROR(player); /* Stop the player */ - snd_pcm_stop_xrun(player->substream); + snd_pcm_stop(player->substream, SNDRV_PCM_STATE_XRUN); ret = IRQ_HANDLED; } @@ -138,7 +138,7 @@ static irqreturn_t uni_player_irq_handler(int irq, void *dev_id) dev_err(player->dev, "Underflow recovery failed\n"); /* Stop the player */ - snd_pcm_stop_xrun(player->substream); + snd_pcm_stop(player->substream, SNDRV_PCM_STATE_XRUN); ret = IRQ_HANDLED; } diff --git a/sound/soc/sti/uniperif_reader.c b/sound/soc/sti/uniperif_reader.c index 136059331211d..065c5f0d1f5f0 100644 --- a/sound/soc/sti/uniperif_reader.c +++ b/sound/soc/sti/uniperif_reader.c @@ -65,7 +65,7 @@ static irqreturn_t uni_reader_irq_handler(int irq, void *dev_id) if (unlikely(status & UNIPERIF_ITS_FIFO_ERROR_MASK(reader))) { dev_err(reader->dev, "FIFO error detected\n"); - snd_pcm_stop_xrun(reader->substream); + snd_pcm_stop(reader->substream, SNDRV_PCM_STATE_XRUN); ret = IRQ_HANDLED; } diff --git a/sound/soc/ti/davinci-i2s.c b/sound/soc/ti/davinci-i2s.c index d89b5c928c4d7..b2b2dcdb05d4c 100644 --- a/sound/soc/ti/davinci-i2s.c +++ b/sound/soc/ti/davinci-i2s.c @@ -708,7 +708,9 @@ static int davinci_i2s_probe(struct platform_device *pdev) dev->clk = clk_get(&pdev->dev, NULL); if (IS_ERR(dev->clk)) return -ENODEV; - clk_enable(dev->clk); + ret = clk_enable(dev->clk); + if (ret) + goto err_put_clk; dev->dev = &pdev->dev; dev_set_drvdata(&pdev->dev, dev); @@ -730,6 +732,7 @@ static int davinci_i2s_probe(struct platform_device *pdev) snd_soc_unregister_component(&pdev->dev); err_release_clk: clk_disable(dev->clk); +err_put_clk: clk_put(dev->clk); return ret; } diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c index 4de1ba9a418d9..6e5d315bab59b 100644 --- a/sound/spi/at73c213.c +++ b/sound/spi/at73c213.c @@ -218,7 +218,9 @@ static int snd_at73c213_pcm_open(struct snd_pcm_substream *substream) runtime->hw = snd_at73c213_playback_hw; chip->substream = substream; - clk_enable(chip->ssc->clk); + err = clk_enable(chip->ssc->clk); + if (err) + return err; return 0; } @@ -784,7 +786,9 @@ static int snd_at73c213_chip_init(struct snd_at73c213 *chip) goto out; /* Enable DAC master clock. */ - clk_enable(chip->board->dac_clk); + retval = clk_enable(chip->board->dac_clk); + if (retval) + goto out; /* Initialize at73c213 on SPI bus. */ retval = snd_at73c213_write_reg(chip, DAC_RST, 0x04); @@ -897,7 +901,9 @@ static int snd_at73c213_dev_init(struct snd_card *card, chip->card = card; chip->irq = -1; - clk_enable(chip->ssc->clk); + retval = clk_enable(chip->ssc->clk); + if (retval) + return retval; retval = request_irq(irq, snd_at73c213_interrupt, 0, "at73c213", chip); if (retval) { @@ -1016,7 +1022,9 @@ static int snd_at73c213_remove(struct spi_device *spi) int retval; /* Stop playback. */ - clk_enable(chip->ssc->clk); + retval = clk_enable(chip->ssc->clk); + if (retval) + goto out; ssc_writel(chip->ssc->regs, CR, SSC_BIT(CR_TXDIS)); clk_disable(chip->ssc->clk); @@ -1096,9 +1104,16 @@ static int snd_at73c213_resume(struct device *dev) { struct snd_card *card = dev_get_drvdata(dev); struct snd_at73c213 *chip = card->private_data; + int retval; - clk_enable(chip->board->dac_clk); - clk_enable(chip->ssc->clk); + retval = clk_enable(chip->board->dac_clk); + if (retval) + return retval; + retval = clk_enable(chip->ssc->clk); + if (retval) { + clk_disable(chip->board->dac_clk); + return retval; + } ssc_writel(chip->ssc->regs, CR, SSC_BIT(CR_TXEN)); return 0; diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index d926869c031b1..1f7c80541d03b 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c @@ -2370,9 +2370,10 @@ void snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, if (unitid == 7 && cval->control == UAC_FU_VOLUME) snd_dragonfly_quirk_db_scale(mixer, cval, kctl); break; - /* lowest playback value is muted on C-Media devices */ - case USB_ID(0x0d8c, 0x000c): - case USB_ID(0x0d8c, 0x0014): + /* lowest playback value is muted on some devices */ + case USB_ID(0x0d8c, 0x000c): /* C-Media */ + case USB_ID(0x0d8c, 0x0014): /* C-Media */ + case USB_ID(0x19f7, 0x0003): /* RODE NT-USB */ if (strstr(kctl->id.name, "Playback")) cval->min_mute = 1; break; diff --git a/sound/x86/intel_hdmi_audio.c b/sound/x86/intel_hdmi_audio.c index 5fd4e32247a6d..a314f13e3292e 100644 --- a/sound/x86/intel_hdmi_audio.c +++ b/sound/x86/intel_hdmi_audio.c @@ -1279,7 +1279,7 @@ static int had_pcm_mmap(struct snd_pcm_substream *substream, { vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); return remap_pfn_range(vma, vma->vm_start, - substream->dma_buffer.addr >> PAGE_SHIFT, + substream->runtime->dma_addr >> PAGE_SHIFT, vma->vm_end - vma->vm_start, vma->vm_page_prot); } diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile index 2a261b909dd8d..88392219d425e 100644 --- a/tools/build/feature/Makefile +++ b/tools/build/feature/Makefile @@ -204,9 +204,16 @@ strip-libs = $(filter-out -l%,$(1)) PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null) PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS)) PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS)) -PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null` +PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null) FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS) +ifeq ($(CC_NO_CLANG), 0) + PERL_EMBED_LDOPTS := $(filter-out -specs=%,$(PERL_EMBED_LDOPTS)) + PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS)) + PERL_EMBED_CCOPTS := $(filter-out -specs=%,$(PERL_EMBED_CCOPTS)) + FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro +endif + $(OUTPUT)test-libperl.bin: $(BUILD) $(FLAGS_PERL_EMBED) diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 63038eb23560b..0bfad86ec960a 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -1294,8 +1294,8 @@ union bpf_attr { * Return * The return value depends on the result of the test, and can be: * - * * 0, if current task belongs to the cgroup2. - * * 1, if current task does not belong to the cgroup2. + * * 1, if current task belongs to the cgroup2. + * * 0, if current task does not belong to the cgroup2. * * A negative error code, if an error occurred. * * int bpf_skb_change_tail(struct sk_buff *skb, u32 len, u64 flags) diff --git a/tools/lib/bpf/btf_dump.c b/tools/lib/bpf/btf_dump.c index b2fc452504501..a1176a9e8430a 100644 --- a/tools/lib/bpf/btf_dump.c +++ b/tools/lib/bpf/btf_dump.c @@ -1366,6 +1366,11 @@ static const char *btf_dump_resolve_name(struct btf_dump *d, __u32 id, if (s->name_resolved) return *cached_name ? *cached_name : orig_name; + if (btf_is_fwd(t) || (btf_is_enum(t) && btf_vlen(t) == 0)) { + s->name_resolved = 1; + return orig_name; + } + dup_cnt = btf_dump_name_dups(d, name_map, orig_name); if (dup_cnt > 1) { const size_t max_len = 256; diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index d2dd773f2cece..7c99634633876 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -706,6 +706,9 @@ else LDFLAGS += $(PERL_EMBED_LDFLAGS) EXTLIBS += $(PERL_EMBED_LIBADD) CFLAGS += -DHAVE_LIBPERL_SUPPORT + ifeq ($(CC_NO_CLANG), 0) + CFLAGS += -Wno-compound-token-split-by-macro + endif $(call detected,CONFIG_LIBPERL) endif endif diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 27f94b0bb8747..505e2a2f1872b 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -433,7 +433,7 @@ void pthread__unblock_sigwinch(void) static int libperf_print(enum libperf_print_level level, const char *fmt, va_list ap) { - return eprintf(level, verbose, fmt, ap); + return veprintf(level, verbose, fmt, ap); } int main(int argc, const char **argv) diff --git a/tools/perf/util/data.c b/tools/perf/util/data.c index a3f912615690f..3c874f52f1a25 100644 --- a/tools/perf/util/data.c +++ b/tools/perf/util/data.c @@ -44,10 +44,6 @@ int perf_data__create_dir(struct perf_data *data, int nr) if (!files) return -ENOMEM; - data->dir.version = PERF_DIR_VERSION; - data->dir.files = files; - data->dir.nr = nr; - for (i = 0; i < nr; i++) { struct perf_data_file *file = &files[i]; @@ -62,6 +58,9 @@ int perf_data__create_dir(struct perf_data *data, int nr) file->fd = ret; } + data->dir.version = PERF_DIR_VERSION; + data->dir.files = files; + data->dir.nr = nr; return 0; out_err: diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 8ff2c98e90322..01e15b445cb58 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -1960,6 +1960,7 @@ prefetch_event(char *buf, u64 head, size_t mmap_size, bool needs_swap, union perf_event *error) { union perf_event *event; + u16 event_size; /* * Ensure we have enough space remaining to read @@ -1972,15 +1973,23 @@ prefetch_event(char *buf, u64 head, size_t mmap_size, if (needs_swap) perf_event_header__bswap(&event->header); - if (head + event->header.size <= mmap_size) + event_size = event->header.size; + if (head + event_size <= mmap_size) return event; /* We're not fetching the event so swap back again */ if (needs_swap) perf_event_header__bswap(&event->header); - pr_debug("%s: head=%#" PRIx64 " event->header_size=%#x, mmap_size=%#zx:" - " fuzzed or compressed perf.data?\n",__func__, head, event->header.size, mmap_size); + /* Check if the event fits into the next mmapped buf. */ + if (event_size <= mmap_size - head % page_size) { + /* Remap buf and fetch again. */ + return NULL; + } + + /* Invalid input. Event size should never exceed mmap_size. */ + pr_debug("%s: head=%#" PRIx64 " event->header.size=%#x, mmap_size=%#zx:" + " fuzzed or compressed perf.data?\n", __func__, head, event_size, mmap_size); return error; } diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 901ad7f6f4dcc..ea2c7beff4868 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -231,7 +231,7 @@ void symbols__fixup_end(struct rb_root_cached *symbols) prev = curr; curr = rb_entry(nd, struct symbol, rb_node); - if (prev->end == prev->start && prev->end != curr->start) + if (prev->end == prev->start || prev->end != curr->start) arch__symbols__fixup_end(prev, curr); } diff --git a/tools/testing/selftests/bpf/test_lirc_mode2.sh b/tools/testing/selftests/bpf/test_lirc_mode2.sh index ec4e15948e406..5252b91f48a18 100755 --- a/tools/testing/selftests/bpf/test_lirc_mode2.sh +++ b/tools/testing/selftests/bpf/test_lirc_mode2.sh @@ -3,6 +3,7 @@ # Kselftest framework requirement - SKIP code is 4. ksft_skip=4 +ret=$ksft_skip msg="skip all tests:" if [ $UID != 0 ]; then @@ -25,7 +26,7 @@ do fi done -if [ -n $LIRCDEV ]; +if [ -n "$LIRCDEV" ]; then TYPE=lirc_mode2 ./test_lirc_mode2_user $LIRCDEV $INPUTDEV @@ -36,3 +37,5 @@ then echo -e ${GREEN}"PASS: $TYPE"${NC} fi fi + +exit $ret diff --git a/tools/testing/selftests/bpf/test_lwt_ip_encap.sh b/tools/testing/selftests/bpf/test_lwt_ip_encap.sh index b497bb85b667f..6c69c42b1d607 100755 --- a/tools/testing/selftests/bpf/test_lwt_ip_encap.sh +++ b/tools/testing/selftests/bpf/test_lwt_ip_encap.sh @@ -120,6 +120,14 @@ setup() ip netns exec ${NS2} sysctl -wq net.ipv4.conf.default.rp_filter=0 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.default.rp_filter=0 + # disable IPv6 DAD because it sometimes takes too long and fails tests + ip netns exec ${NS1} sysctl -wq net.ipv6.conf.all.accept_dad=0 + ip netns exec ${NS2} sysctl -wq net.ipv6.conf.all.accept_dad=0 + ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0 + ip netns exec ${NS1} sysctl -wq net.ipv6.conf.default.accept_dad=0 + ip netns exec ${NS2} sysctl -wq net.ipv6.conf.default.accept_dad=0 + ip netns exec ${NS3} sysctl -wq net.ipv6.conf.default.accept_dad=0 + ip link add veth1 type veth peer name veth2 ip link add veth3 type veth peer name veth4 ip link add veth5 type veth peer name veth6 @@ -289,7 +297,7 @@ test_ping() ip netns exec ${NS1} ping -c 1 -W 1 -I veth1 ${IPv4_DST} 2>&1 > /dev/null RET=$? elif [ "${PROTO}" == "IPv6" ] ; then - ip netns exec ${NS1} ping6 -c 1 -W 6 -I veth1 ${IPv6_DST} 2>&1 > /dev/null + ip netns exec ${NS1} ping6 -c 1 -W 1 -I veth1 ${IPv6_DST} 2>&1 > /dev/null RET=$? else echo " test_ping: unknown PROTO: ${PROTO}" diff --git a/tools/testing/selftests/cgroup/cgroup_util.c b/tools/testing/selftests/cgroup/cgroup_util.c index 5e939ff1e3f95..819f3480a6f71 100644 --- a/tools/testing/selftests/cgroup/cgroup_util.c +++ b/tools/testing/selftests/cgroup/cgroup_util.c @@ -202,7 +202,7 @@ int cg_find_unified_root(char *root, size_t len) int cg_create(const char *cgroup) { - return mkdir(cgroup, 0644); + return mkdir(cgroup, 0755); } int cg_wait_for_proc_count(const char *cgroup, int count) diff --git a/tools/testing/selftests/cgroup/test_core.c b/tools/testing/selftests/cgroup/test_core.c index 79053a4f47838..599234c5e496c 100644 --- a/tools/testing/selftests/cgroup/test_core.c +++ b/tools/testing/selftests/cgroup/test_core.c @@ -1,8 +1,13 @@ /* SPDX-License-Identifier: GPL-2.0 */ +#define _GNU_SOURCE #include +#include #include +#include #include +#include +#include #include #include @@ -354,6 +359,166 @@ static int test_cgcore_internal_process_constraint(const char *root) return ret; } +/* + * cgroup migration permission check should be performed based on the + * credentials at the time of open instead of write. + */ +static int test_cgcore_lesser_euid_open(const char *root) +{ + const uid_t test_euid = 65534; /* usually nobody, any !root is fine */ + int ret = KSFT_FAIL; + char *cg_test_a = NULL, *cg_test_b = NULL; + char *cg_test_a_procs = NULL, *cg_test_b_procs = NULL; + int cg_test_b_procs_fd = -1; + uid_t saved_uid; + + cg_test_a = cg_name(root, "cg_test_a"); + cg_test_b = cg_name(root, "cg_test_b"); + + if (!cg_test_a || !cg_test_b) + goto cleanup; + + cg_test_a_procs = cg_name(cg_test_a, "cgroup.procs"); + cg_test_b_procs = cg_name(cg_test_b, "cgroup.procs"); + + if (!cg_test_a_procs || !cg_test_b_procs) + goto cleanup; + + if (cg_create(cg_test_a) || cg_create(cg_test_b)) + goto cleanup; + + if (cg_enter_current(cg_test_a)) + goto cleanup; + + if (chown(cg_test_a_procs, test_euid, -1) || + chown(cg_test_b_procs, test_euid, -1)) + goto cleanup; + + saved_uid = geteuid(); + if (seteuid(test_euid)) + goto cleanup; + + cg_test_b_procs_fd = open(cg_test_b_procs, O_RDWR); + + if (seteuid(saved_uid)) + goto cleanup; + + if (cg_test_b_procs_fd < 0) + goto cleanup; + + if (write(cg_test_b_procs_fd, "0", 1) >= 0 || errno != EACCES) + goto cleanup; + + ret = KSFT_PASS; + +cleanup: + cg_enter_current(root); + if (cg_test_b_procs_fd >= 0) + close(cg_test_b_procs_fd); + if (cg_test_b) + cg_destroy(cg_test_b); + if (cg_test_a) + cg_destroy(cg_test_a); + free(cg_test_b_procs); + free(cg_test_a_procs); + free(cg_test_b); + free(cg_test_a); + return ret; +} + +struct lesser_ns_open_thread_arg { + const char *path; + int fd; + int err; +}; + +static int lesser_ns_open_thread_fn(void *arg) +{ + struct lesser_ns_open_thread_arg *targ = arg; + + targ->fd = open(targ->path, O_RDWR); + targ->err = errno; + return 0; +} + +/* + * cgroup migration permission check should be performed based on the cgroup + * namespace at the time of open instead of write. + */ +static int test_cgcore_lesser_ns_open(const char *root) +{ + static char stack[65536]; + const uid_t test_euid = 65534; /* usually nobody, any !root is fine */ + int ret = KSFT_FAIL; + char *cg_test_a = NULL, *cg_test_b = NULL; + char *cg_test_a_procs = NULL, *cg_test_b_procs = NULL; + int cg_test_b_procs_fd = -1; + struct lesser_ns_open_thread_arg targ = { .fd = -1 }; + pid_t pid; + int status; + + cg_test_a = cg_name(root, "cg_test_a"); + cg_test_b = cg_name(root, "cg_test_b"); + + if (!cg_test_a || !cg_test_b) + goto cleanup; + + cg_test_a_procs = cg_name(cg_test_a, "cgroup.procs"); + cg_test_b_procs = cg_name(cg_test_b, "cgroup.procs"); + + if (!cg_test_a_procs || !cg_test_b_procs) + goto cleanup; + + if (cg_create(cg_test_a) || cg_create(cg_test_b)) + goto cleanup; + + if (cg_enter_current(cg_test_b)) + goto cleanup; + + if (chown(cg_test_a_procs, test_euid, -1) || + chown(cg_test_b_procs, test_euid, -1)) + goto cleanup; + + targ.path = cg_test_b_procs; + pid = clone(lesser_ns_open_thread_fn, stack + sizeof(stack), + CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, + &targ); + if (pid < 0) + goto cleanup; + + if (waitpid(pid, &status, 0) < 0) + goto cleanup; + + if (!WIFEXITED(status)) + goto cleanup; + + cg_test_b_procs_fd = targ.fd; + if (cg_test_b_procs_fd < 0) + goto cleanup; + + if (cg_enter_current(cg_test_a)) + goto cleanup; + + if ((status = write(cg_test_b_procs_fd, "0", 1)) >= 0 || errno != ENOENT) + goto cleanup; + + ret = KSFT_PASS; + +cleanup: + cg_enter_current(root); + if (cg_test_b_procs_fd >= 0) + close(cg_test_b_procs_fd); + if (cg_test_b) + cg_destroy(cg_test_b); + if (cg_test_a) + cg_destroy(cg_test_a); + free(cg_test_b_procs); + free(cg_test_a_procs); + free(cg_test_b); + free(cg_test_a); + return ret; +} + #define T(x) { x, #x } struct corecg_test { int (*fn)(const char *root); @@ -366,6 +531,8 @@ struct corecg_test { T(test_cgcore_parent_becomes_threaded), T(test_cgcore_invalid_domain), T(test_cgcore_populated), + T(test_cgcore_lesser_euid_open), + T(test_cgcore_lesser_ns_open), }; #undef T diff --git a/tools/testing/selftests/memfd/memfd_test.c b/tools/testing/selftests/memfd/memfd_test.c index 7a5e65e8833ca..3dca11ab51a9e 100644 --- a/tools/testing/selftests/memfd/memfd_test.c +++ b/tools/testing/selftests/memfd/memfd_test.c @@ -425,6 +425,7 @@ static void mfd_fail_write(int fd) printf("mmap()+mprotect() didn't fail as expected\n"); abort(); } + munmap(p, mfd_def_size); } /* verify PUNCH_HOLE fails */ diff --git a/tools/testing/selftests/net/pmtu.sh b/tools/testing/selftests/net/pmtu.sh index efa1e519deac1..8152880c4e9c4 100755 --- a/tools/testing/selftests/net/pmtu.sh +++ b/tools/testing/selftests/net/pmtu.sh @@ -579,7 +579,6 @@ setup_routing() { setup() { [ "$(id -u)" -ne 0 ] && echo " need to run as root" && return $ksft_skip - cleanup for arg do eval setup_${arg} || { echo " ${arg} not supported"; return 1; } done @@ -590,7 +589,7 @@ trace() { for arg do [ "${ns_cmd}" = "" ] && ns_cmd="${arg}" && continue - ${ns_cmd} tcpdump -s 0 -i "${arg}" -w "${name}_${arg}.pcap" 2> /dev/null & + ${ns_cmd} tcpdump --immediate-mode -s 0 -i "${arg}" -w "${name}_${arg}.pcap" 2> /dev/null & tcpdump_pids="${tcpdump_pids} $!" ns_cmd= done @@ -1182,6 +1181,10 @@ run_test() { unset IFS + # Since cleanup() relies on variables modified by this subshell, it + # has to run in this context. + trap cleanup EXIT + if [ "$VERBOSE" = "1" ]; then printf "\n##########################################################################\n\n" fi diff --git a/tools/testing/selftests/net/test_bpf.sh b/tools/testing/selftests/net/test_bpf.sh index 65677909c574d..fa1ec4aa0adaf 100755 --- a/tools/testing/selftests/net/test_bpf.sh +++ b/tools/testing/selftests/net/test_bpf.sh @@ -2,7 +2,10 @@ # SPDX-License-Identifier: GPL-2.0 # Runs bpf test using test_bpf kernel module -if /sbin/modprobe -q test_bpf ; then +# Test whether test_bpf module exists +if ! /sbin/modprobe -q -n test_bpf; then + echo "SKIP: test_bpf module not found" +elif /sbin/modprobe -q test_bpf ; then /sbin/modprobe -q -r test_bpf; echo "test_bpf: ok"; else diff --git a/tools/testing/selftests/net/test_vxlan_under_vrf.sh b/tools/testing/selftests/net/test_vxlan_under_vrf.sh index 9b919ac98ee42..58568141e8cb7 100755 --- a/tools/testing/selftests/net/test_vxlan_under_vrf.sh +++ b/tools/testing/selftests/net/test_vxlan_under_vrf.sh @@ -118,11 +118,11 @@ echo "[ OK ]" # Move the underlay to a non-default VRF ip -netns hv-1 link set veth0 vrf vrf-underlay -ip -netns hv-1 link set veth0 down -ip -netns hv-1 link set veth0 up +ip -netns hv-1 link set vxlan0 down +ip -netns hv-1 link set vxlan0 up ip -netns hv-2 link set veth0 vrf vrf-underlay -ip -netns hv-2 link set veth0 down -ip -netns hv-2 link set veth0 up +ip -netns hv-2 link set vxlan0 down +ip -netns hv-2 link set vxlan0 up echo -n "Check VM connectivity through VXLAN (underlay in a VRF) " if ! ip netns exec vm-1 ping -c 1 -W 1 10.0.0.2 &> /dev/null; then diff --git a/tools/testing/selftests/vm/map_fixed_noreplace.c b/tools/testing/selftests/vm/map_fixed_noreplace.c index d91bde5112686..eed44322d1a63 100644 --- a/tools/testing/selftests/vm/map_fixed_noreplace.c +++ b/tools/testing/selftests/vm/map_fixed_noreplace.c @@ -17,9 +17,6 @@ #define MAP_FIXED_NOREPLACE 0x100000 #endif -#define BASE_ADDRESS (256ul * 1024 * 1024) - - static void dump_maps(void) { char cmd[32]; @@ -28,18 +25,46 @@ static void dump_maps(void) system(cmd); } +static unsigned long find_base_addr(unsigned long size) +{ + void *addr; + unsigned long flags; + + flags = MAP_PRIVATE | MAP_ANONYMOUS; + addr = mmap(NULL, size, PROT_NONE, flags, -1, 0); + if (addr == MAP_FAILED) { + printf("Error: couldn't map the space we need for the test\n"); + return 0; + } + + if (munmap(addr, size) != 0) { + printf("Error: couldn't map the space we need for the test\n"); + return 0; + } + return (unsigned long)addr; +} + int main(void) { + unsigned long base_addr; unsigned long flags, addr, size, page_size; char *p; page_size = sysconf(_SC_PAGE_SIZE); + //let's find a base addr that is free before we start the tests + size = 5 * page_size; + base_addr = find_base_addr(size); + if (!base_addr) { + printf("Error: couldn't map the space we need for the test\n"); + return 1; + } + flags = MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED_NOREPLACE; // Check we can map all the areas we need below errno = 0; - addr = BASE_ADDRESS; + addr = base_addr; size = 5 * page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); @@ -60,7 +85,7 @@ int main(void) printf("unmap() successful\n"); errno = 0; - addr = BASE_ADDRESS + page_size; + addr = base_addr + page_size; size = 3 * page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -80,7 +105,7 @@ int main(void) * +4 | free | new */ errno = 0; - addr = BASE_ADDRESS; + addr = base_addr; size = 5 * page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -101,7 +126,7 @@ int main(void) * +4 | free | */ errno = 0; - addr = BASE_ADDRESS + (2 * page_size); + addr = base_addr + (2 * page_size); size = page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -121,7 +146,7 @@ int main(void) * +4 | free | new */ errno = 0; - addr = BASE_ADDRESS + (3 * page_size); + addr = base_addr + (3 * page_size); size = 2 * page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -141,7 +166,7 @@ int main(void) * +4 | free | */ errno = 0; - addr = BASE_ADDRESS; + addr = base_addr; size = 2 * page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -161,7 +186,7 @@ int main(void) * +4 | free | */ errno = 0; - addr = BASE_ADDRESS; + addr = base_addr; size = page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -181,7 +206,7 @@ int main(void) * +4 | free | new */ errno = 0; - addr = BASE_ADDRESS + (4 * page_size); + addr = base_addr + (4 * page_size); size = page_size; p = mmap((void *)addr, size, PROT_NONE, flags, -1, 0); printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); @@ -192,7 +217,7 @@ int main(void) return 1; } - addr = BASE_ADDRESS; + addr = base_addr; size = 5 * page_size; if (munmap((void *)addr, size) != 0) { dump_maps(); diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c index 9ba7feffe344b..9814a0a15ba78 100644 --- a/tools/testing/selftests/vm/userfaultfd.c +++ b/tools/testing/selftests/vm/userfaultfd.c @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include diff --git a/tools/testing/selftests/x86/check_cc.sh b/tools/testing/selftests/x86/check_cc.sh index 3e2089c8cf549..8c669c0d662ee 100755 --- a/tools/testing/selftests/x86/check_cc.sh +++ b/tools/testing/selftests/x86/check_cc.sh @@ -7,7 +7,7 @@ CC="$1" TESTPROG="$2" shift 2 -if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then +if [ -n "$CC" ] && $CC -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then echo 1 else echo 0 diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c index f7150fbeeb55e..50f5f097f4fd0 100644 --- a/virt/kvm/arm/arm.c +++ b/virt/kvm/arm/arm.c @@ -40,6 +40,10 @@ #include #include +#include +#include +#include + #ifdef REQUIRES_VIRT __asm__(".arch_extension virt"); #endif @@ -351,6 +355,8 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu) kvm_arm_reset_debug_ptr(vcpu); + kvm_arm_pvtime_vcpu_init(&vcpu->arch); + return kvm_vgic_vcpu_init(vcpu); } @@ -396,6 +402,8 @@ void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu) kvm_vcpu_load_sysregs(vcpu); kvm_arch_vcpu_load_fp(vcpu); kvm_vcpu_pmu_restore_guest(vcpu); + if (kvm_arm_is_pvtime_enabled(&vcpu->arch)) + kvm_make_request(KVM_REQ_RECORD_STEAL, vcpu); if (single_task_running()) vcpu_clear_wfe_traps(vcpu); @@ -673,6 +681,9 @@ static void check_vcpu_requests(struct kvm_vcpu *vcpu) * that a VCPU sees new virtual interrupts. */ kvm_check_request(KVM_REQ_IRQ_PENDING, vcpu); + + if (kvm_check_request(KVM_REQ_RECORD_STEAL, vcpu)) + kvm_update_stolen_time(vcpu); } } diff --git a/virt/kvm/arm/hypercalls.c b/virt/kvm/arm/hypercalls.c new file mode 100644 index 0000000000000..550dfa3e53cdd --- /dev/null +++ b/virt/kvm/arm/hypercalls.c @@ -0,0 +1,71 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2019 Arm Ltd. + +#include +#include + +#include + +#include +#include + +int kvm_hvc_call_handler(struct kvm_vcpu *vcpu) +{ + u32 func_id = smccc_get_function(vcpu); + long val = SMCCC_RET_NOT_SUPPORTED; + u32 feature; + gpa_t gpa; + + switch (func_id) { + case ARM_SMCCC_VERSION_FUNC_ID: + val = ARM_SMCCC_VERSION_1_1; + break; + case ARM_SMCCC_ARCH_FEATURES_FUNC_ID: + feature = smccc_get_arg1(vcpu); + switch (feature) { + case ARM_SMCCC_ARCH_WORKAROUND_1: + switch (kvm_arm_harden_branch_predictor()) { + case KVM_BP_HARDEN_UNKNOWN: + break; + case KVM_BP_HARDEN_WA_NEEDED: + val = SMCCC_RET_SUCCESS; + break; + case KVM_BP_HARDEN_NOT_REQUIRED: + val = SMCCC_RET_NOT_REQUIRED; + break; + } + break; + case ARM_SMCCC_ARCH_WORKAROUND_2: + switch (kvm_arm_have_ssbd()) { + case KVM_SSBD_FORCE_DISABLE: + case KVM_SSBD_UNKNOWN: + break; + case KVM_SSBD_KERNEL: + val = SMCCC_RET_SUCCESS; + break; + case KVM_SSBD_FORCE_ENABLE: + case KVM_SSBD_MITIGATED: + val = SMCCC_RET_NOT_REQUIRED; + break; + } + break; + case ARM_SMCCC_HV_PV_TIME_FEATURES: + val = SMCCC_RET_SUCCESS; + break; + } + break; + case ARM_SMCCC_HV_PV_TIME_FEATURES: + val = kvm_hypercall_pv_features(vcpu); + break; + case ARM_SMCCC_HV_PV_TIME_ST: + gpa = kvm_init_stolen_time(vcpu); + if (gpa != GPA_INVALID) + val = gpa; + break; + default: + return kvm_psci_call(vcpu); + } + + smccc_set_retval(vcpu, val, 0, 0, 0); + return 1; +} diff --git a/virt/kvm/arm/psci.c b/virt/kvm/arm/psci.c index d248ad23d7930..f36322e3f35f9 100644 --- a/virt/kvm/arm/psci.c +++ b/virt/kvm/arm/psci.c @@ -15,6 +15,7 @@ #include #include +#include /* * This is an implementation of the Power State Coordination Interface @@ -23,38 +24,6 @@ #define AFFINITY_MASK(level) ~((0x1UL << ((level) * MPIDR_LEVEL_BITS)) - 1) -static u32 smccc_get_function(struct kvm_vcpu *vcpu) -{ - return vcpu_get_reg(vcpu, 0); -} - -static unsigned long smccc_get_arg1(struct kvm_vcpu *vcpu) -{ - return vcpu_get_reg(vcpu, 1); -} - -static unsigned long smccc_get_arg2(struct kvm_vcpu *vcpu) -{ - return vcpu_get_reg(vcpu, 2); -} - -static unsigned long smccc_get_arg3(struct kvm_vcpu *vcpu) -{ - return vcpu_get_reg(vcpu, 3); -} - -static void smccc_set_retval(struct kvm_vcpu *vcpu, - unsigned long a0, - unsigned long a1, - unsigned long a2, - unsigned long a3) -{ - vcpu_set_reg(vcpu, 0, a0); - vcpu_set_reg(vcpu, 1, a1); - vcpu_set_reg(vcpu, 2, a2); - vcpu_set_reg(vcpu, 3, a3); -} - static unsigned long psci_affinity_mask(unsigned long affinity_level) { if (affinity_level <= 3) @@ -373,7 +342,7 @@ static int kvm_psci_0_1_call(struct kvm_vcpu *vcpu) * Errors: * -EINVAL: Unrecognized PSCI function */ -static int kvm_psci_call(struct kvm_vcpu *vcpu) +int kvm_psci_call(struct kvm_vcpu *vcpu) { switch (kvm_psci_version(vcpu, vcpu->kvm)) { case KVM_ARM_PSCI_1_0: @@ -387,69 +356,6 @@ static int kvm_psci_call(struct kvm_vcpu *vcpu) }; } -int kvm_hvc_call_handler(struct kvm_vcpu *vcpu) -{ - u32 func_id = smccc_get_function(vcpu); - u32 val = SMCCC_RET_NOT_SUPPORTED; - u32 feature; - - switch (func_id) { - case ARM_SMCCC_VERSION_FUNC_ID: - val = ARM_SMCCC_VERSION_1_1; - break; - case ARM_SMCCC_ARCH_FEATURES_FUNC_ID: - feature = smccc_get_arg1(vcpu); - switch(feature) { - case ARM_SMCCC_ARCH_WORKAROUND_1: - switch (kvm_arm_harden_branch_predictor()) { - case KVM_BP_HARDEN_UNKNOWN: - break; - case KVM_BP_HARDEN_WA_NEEDED: - val = SMCCC_RET_SUCCESS; - break; - case KVM_BP_HARDEN_NOT_REQUIRED: - val = SMCCC_ARCH_WORKAROUND_RET_UNAFFECTED; - break; - } - break; - case ARM_SMCCC_ARCH_WORKAROUND_2: - switch (kvm_arm_have_ssbd()) { - case KVM_SSBD_FORCE_DISABLE: - case KVM_SSBD_UNKNOWN: - break; - case KVM_SSBD_KERNEL: - val = SMCCC_RET_SUCCESS; - break; - case KVM_SSBD_FORCE_ENABLE: - case KVM_SSBD_MITIGATED: - val = SMCCC_RET_NOT_REQUIRED; - break; - } - break; -#ifdef CONFIG_ARM64 - case ARM_SMCCC_ARCH_WORKAROUND_3: - switch (arm64_get_spectre_bhb_state()) { - case SPECTRE_VULNERABLE: - break; - case SPECTRE_MITIGATED: - val = SMCCC_RET_SUCCESS; - break; - case SPECTRE_UNAFFECTED: - val = SMCCC_ARCH_WORKAROUND_RET_UNAFFECTED; - break; - } - break; -#endif - } - break; - default: - return kvm_psci_call(vcpu); - } - - smccc_set_retval(vcpu, val, 0, 0, 0); - return 1; -} - int kvm_arm_get_fw_num_regs(struct kvm_vcpu *vcpu) { return 4; /* PSCI version and three workaround registers */ diff --git a/virt/kvm/arm/pvtime.c b/virt/kvm/arm/pvtime.c new file mode 100644 index 0000000000000..1e0f4c2848889 --- /dev/null +++ b/virt/kvm/arm/pvtime.c @@ -0,0 +1,131 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2019 Arm Ltd. + +#include +#include + +#include +#include + +#include + +void kvm_update_stolen_time(struct kvm_vcpu *vcpu) +{ + struct kvm *kvm = vcpu->kvm; + u64 steal; + __le64 steal_le; + u64 offset; + int idx; + u64 base = vcpu->arch.steal.base; + + if (base == GPA_INVALID) + return; + + /* Let's do the local bookkeeping */ + steal = vcpu->arch.steal.steal; + steal += current->sched_info.run_delay - vcpu->arch.steal.last_steal; + vcpu->arch.steal.last_steal = current->sched_info.run_delay; + vcpu->arch.steal.steal = steal; + + steal_le = cpu_to_le64(steal); + idx = srcu_read_lock(&kvm->srcu); + offset = offsetof(struct pvclock_vcpu_stolen_time, stolen_time); + kvm_put_guest(kvm, base + offset, steal_le, u64); + srcu_read_unlock(&kvm->srcu, idx); +} + +long kvm_hypercall_pv_features(struct kvm_vcpu *vcpu) +{ + u32 feature = smccc_get_arg1(vcpu); + long val = SMCCC_RET_NOT_SUPPORTED; + + switch (feature) { + case ARM_SMCCC_HV_PV_TIME_FEATURES: + case ARM_SMCCC_HV_PV_TIME_ST: + val = SMCCC_RET_SUCCESS; + break; + } + + return val; +} + +gpa_t kvm_init_stolen_time(struct kvm_vcpu *vcpu) +{ + struct pvclock_vcpu_stolen_time init_values = {}; + struct kvm *kvm = vcpu->kvm; + u64 base = vcpu->arch.steal.base; + int idx; + + if (base == GPA_INVALID) + return base; + + /* + * Start counting stolen time from the time the guest requests + * the feature enabled. + */ + vcpu->arch.steal.steal = 0; + vcpu->arch.steal.last_steal = current->sched_info.run_delay; + + idx = srcu_read_lock(&kvm->srcu); + kvm_write_guest(kvm, base, &init_values, sizeof(init_values)); + srcu_read_unlock(&kvm->srcu, idx); + + return base; +} + +int kvm_arm_pvtime_set_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr) +{ + u64 __user *user = (u64 __user *)attr->addr; + struct kvm *kvm = vcpu->kvm; + u64 ipa; + int ret = 0; + int idx; + + if (attr->attr != KVM_ARM_VCPU_PVTIME_IPA) + return -ENXIO; + + if (get_user(ipa, user)) + return -EFAULT; + if (!IS_ALIGNED(ipa, 64)) + return -EINVAL; + if (vcpu->arch.steal.base != GPA_INVALID) + return -EEXIST; + + /* Check the address is in a valid memslot */ + idx = srcu_read_lock(&kvm->srcu); + if (kvm_is_error_hva(gfn_to_hva(kvm, ipa >> PAGE_SHIFT))) + ret = -EINVAL; + srcu_read_unlock(&kvm->srcu, idx); + + if (!ret) + vcpu->arch.steal.base = ipa; + + return ret; +} + +int kvm_arm_pvtime_get_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr) +{ + u64 __user *user = (u64 __user *)attr->addr; + u64 ipa; + + if (attr->attr != KVM_ARM_VCPU_PVTIME_IPA) + return -ENXIO; + + ipa = vcpu->arch.steal.base; + + if (put_user(ipa, user)) + return -EFAULT; + return 0; +} + +int kvm_arm_pvtime_has_attr(struct kvm_vcpu *vcpu, + struct kvm_device_attr *attr) +{ + switch (attr->attr) { + case KVM_ARM_VCPU_PVTIME_IPA: + return 0; + } + return -ENXIO; +} diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index dd08e698a090f..b88bd2be71597 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -115,6 +115,8 @@ EXPORT_SYMBOL_GPL(kvm_debugfs_dir); static int kvm_debugfs_num_entries; static const struct file_operations *stat_fops_per_vm[]; +static struct file_operations kvm_chardev_ops; + static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl, unsigned long arg); #ifdef CONFIG_KVM_COMPAT @@ -766,6 +768,16 @@ static struct kvm *kvm_create_vm(unsigned long type) preempt_notifier_inc(); + /* + * When the fd passed to this ioctl() is opened it pins the module, + * but try_module_get() also prevents getting a reference if the module + * is in MODULE_STATE_GOING (e.g. if someone ran "rmmod --wait"). + */ + if (!try_module_get(kvm_chardev_ops.owner)) { + r = -ENODEV; + goto out_err; + } + return kvm; out_err: @@ -844,6 +856,7 @@ static void kvm_destroy_vm(struct kvm *kvm) preempt_notifier_dec(); hardware_disable_all(); mmdrop(mm); + module_put(kvm_chardev_ops.owner); } void kvm_get_kvm(struct kvm *kvm) @@ -3245,14 +3258,14 @@ struct kvm_device *kvm_device_from_filp(struct file *filp) return filp->private_data; } -static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = { +static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = { #ifdef CONFIG_KVM_MPIC [KVM_DEV_TYPE_FSL_MPIC_20] = &kvm_mpic_ops, [KVM_DEV_TYPE_FSL_MPIC_42] = &kvm_mpic_ops, #endif }; -int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type) +int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) { if (type >= ARRAY_SIZE(kvm_device_ops_table)) return -ENOSPC; @@ -3273,7 +3286,7 @@ void kvm_unregister_device_ops(u32 type) static int kvm_ioctl_create_device(struct kvm *kvm, struct kvm_create_device *cd) { - struct kvm_device_ops *ops = NULL; + const struct kvm_device_ops *ops = NULL; struct kvm_device *dev; bool test = cd->flags & KVM_CREATE_DEVICE_TEST; int type;